lintroll 1.24.2 → 1.24.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli/index.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
var v=Object.defineProperty;var
|
|
3
|
-
`).filter(Boolean).map(
|
|
2
|
+
var v=Object.defineProperty;var s=(t,e)=>v(t,"name",{value:e,configurable:!0});import u from"node:path";import c from"node:fs";import{cli as x}from"cleye";import{ESLint as g}from"eslint";import p from"nano-spawn";import{n as m}from"../package-CAbyYpVo.mjs";import{pathToFileURL as C}from"node:url";import E from"node:fs/promises";import{tsImport as P}from"tsx/esm/api";import{pvtnbr as S}from"#pvtnbr";const a=s(async t=>E.access(t).then(()=>t,()=>{}),"exists"),F=s(async t=>{const e=await a("eslint.config.mts")??await a("eslint.config.mjs")??await a("eslint.config.cts")??await a("eslint.config.cjs")??await a("eslint.config.ts")??await a("eslint.config.js");if(e){let o=await P(C(e).toString(),import.meta.url);for(;"default"in o&&o.default;)o=o.default;if(o)return console.log(`[${m}]: Using config file: ${e}`),o}return S(t)},"getConfig"),A=s(t=>{let e=0,o=0,i=0;for(const n of t)e+=n.errorCount,o+=n.fatalErrorCount,i+=n.warningCount;return{errorCount:e,fatalErrorCount:o,warningCount:i}},"countErrors"),R=s(t=>t.fatalErrorCount>0?2:t.errorCount>0?1:0,"getExitCode"),r=x({name:m,parameters:["[files...]"],help:{description:"Opinionated ESLint by @privatenumber (Hiroki Osame)"},flags:{fix:{type:Boolean,description:"Automatically fix problems"},staged:{type:Boolean,description:"Only lint staged files within the files passed in"},git:{type:Boolean,description:"Only lint git tracked files within the files passed in"},quiet:{type:Boolean,description:"Report errors only"},cache:{type:Boolean,description:"Only check changed files"},cacheLocation:{type:String,description:"Path to the cache file or directory"},ignorePattern:{type:[String],description:"Pattern of files to ignore"},node:{type:[String],description:"Enable Node.js rules. Pass in a glob to specify files"},allowAbbreviation:{type:[String],description:"Allow abbreviations"}}}),B=s(t=>{if(t.length===0)return!1;const e=t.filter(o=>o.length>0);return e.length>0?e:!0},"isNodeEnabled"),h=s(t=>t.replaceAll("\\","/"),"normalizePath"),w=s((t,e,o)=>t.split(`
|
|
3
|
+
`).filter(Boolean).map(i=>{const n=u.resolve(e,i);return c.existsSync(n)?h(c.realpathSync.native(n)):null}).filter(i=>i!==null&&o.some(n=>i.startsWith(n))),"filterGitFiles"),y=s(async()=>{const{stdout:t}=await p("git",["rev-parse","--show-toplevel"]);return t.trim()},"gitRootPath");(async()=>{let{files:t}=r._;if(t.length===0&&(t=["."]),t=t.map(l=>h(c.realpathSync.native(u.resolve(l)))),r.flags.staged)try{const l=await y(),{stdout:f}=await p("git",["diff","--staged","--name-only","--diff-filter=ACMR"]);t=w(f,l,t)}catch{console.error("Error: Failed to detect staged files from git"),process.exit(1)}if(r.flags.git)try{const l=await y(),{stdout:f}=await p("git",["ls-files"]);t=w(f,l,t)}catch{console.error("Error: Failed to detect tracked files from git"),process.exit(1)}if(t.length===0){process.exitCode=0;return}const e=c.realpathSync.native(process.cwd()),o=new g({cwd:e,baseConfig:await F({cwd:e,node:B(r.flags.node),allowAbbreviations:{exactWords:r.flags.allowAbbreviation,substrings:r.flags.allowAbbreviation}}),overrideConfigFile:!0,fix:r.flags.fix,cache:r.flags.cache,cacheLocation:r.flags.cacheLocation,ignorePatterns:r.flags.ignorePattern}),i=await o.lintFiles(t);r.flags.fix&&await g.outputFixes(i);let n=i;r.flags.quiet&&(n=g.getErrorResults(i));const b=A(i),d=await(await o.loadFormatter()).format(n);d&&console.log(d),process.exitCode=R(b)})();
|
package/dist/index.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var Qf=Object.defineProperty;var r=(e,l)=>Qf(e,"name",{value:l,configurable:!0});Object.defineProperty(exports,"__esModule",{value:!0});var Zf=require("get-tsconfig"),ed=require("@eslint/js"),hi=require("globals"),zo=require("confusing-browser-globals"),td=require("node:module"),is=require("./index-lfElTNCp.cjs"),Xo=require("@eslint-community/eslint-plugin-eslint-comments"),rd=require("@stylistic/eslint-plugin"),Jo=require("node:url"),We=require("eslint-plugin-import-x"),ss=require("@typescript-eslint/eslint-plugin"),nd=require("@typescript-eslint/parser"),Qo=require("eslint-plugin-regexp"),_i=require("node:fs"),os=require("eslint-plugin-n"),Zo=require("node:path");require("node:fs/promises");var id=require("os"),ea=require("url"),sd=require("util"),ta=require("eslint-plugin-promise"),od=require("@eslint/markdown"),ad=require("eslint-plugin-jsonc"),as=require("eslint-plugin-yml"),ld=require("yaml-eslint-parser"),ra=require("eslint-plugin-no-use-extend-native"),na=require("eslint-plugin-unicorn"),tt=require("eslint-plugin-react"),ia=require("eslint-plugin-react-hooks"),ls=require("eslint-plugin-vue"),ud=require("vue-eslint-parser"),cd=require("./package-CrbPLz9t.cjs"),sa=require("eslint/use-at-your-own-risk"),us=require("eslint");require("node:process");const pd=["files","ignores","languageOptions","linterOptions","plugins","rules","settings"],oa=r(e=>{for(const l of pd){const n=e[l];if(!(typeof n!="object"||n===null)){if(Object.freeze(n),l==="rules"){const p=n;for(const u in p)if(Object.hasOwn(p,u)){const i=p[u];i&&Object.freeze(i)}}if(l==="languageOptions"){const p=n;p.parserOptions&&Object.freeze(p.parserOptions),p.globals&&Object.freeze(p.globals)}}}return Object.freeze(e)},"deepFreeze"),x=r(e=>Array.isArray(e)?e.map(oa):oa(e),"defineConfig"),cs=td.createRequire(`${process.cwd()}/`);let vi;const Ed=r(()=>{if(vi)return vi;const e=is.findUpSync("package.json");if(e)try{return vi=cs(e).name,vi}catch{}},"getCurrentPackageName"),Ye=r(e=>{try{return cs.resolve(e),!0}catch{}return Ed()===e},"isInstalled"),fd=r(e=>{let l;try{l=cs(e)}catch(n){return n.code==="ERR_REQUIRE_ESM"&&console.warn(`Error requiring module "${e}":`,n),[]}return Object.keys(l)},"getExports"),ps=ed.configs.recommended.rules,Es={"accessor-pairs":"error","array-callback-return":["error",{allowImplicit:!0}],"arrow-body-style":["error","as-needed"],"block-scoped-var":"error",camelcase:["error",{ignoreDestructuring:!1,properties:"never"}],complexity:["warn",10],"consistent-return":"off",curly:"error","default-case":["error",{commentPattern:"^no default$"}],"default-case-last":"error","default-param-last":"error","dot-notation":["error",{allowKeywords:!0}],eqeqeq:["error","always",{null:"ignore"}],"func-name-matching":["off","always",{considerPropertyDescriptor:!0,includeCommonJSModuleExports:!1}],"func-names":"warn","func-style":["error","declaration",{allowArrowFunctions:!0}],"getter-return":["error",{allowImplicit:!0}],"grouped-accessor-pairs":["error","getBeforeSet"],"guard-for-in":"error","id-blacklist":"off","id-denylist":"off","id-length":"off","id-match":"off","init-declarations":"off","max-depth":["off",4],"max-lines":["off",{max:300,skipBlankLines:!0,skipComments:!0}],"max-lines-per-function":["off",{IIFEs:!0,max:50,skipBlankLines:!0,skipComments:!0}],"max-nested-callbacks":["warn",6],"max-params":["warn",5],"new-cap":["error",{capIsNew:!1,capIsNewExceptions:["Immutable.Map","Immutable.Set","Immutable.List"],newIsCap:!0,newIsCapExceptions:[]}],"newline-after-var":"off","newline-before-return":"off","no-alert":"warn","no-array-constructor":"error","no-bitwise":"error","no-caller":"error","no-catch-shadow":"off","no-cond-assign":["error","always"],"no-console":"warn","no-constant-condition":"warn","no-constructor-return":"error","no-duplicate-imports":"off","no-else-return":["error",{allowElseIf:!1}],"no-empty":["error",{allowEmptyCatch:!0}],"no-empty-function":["error",{allow:["arrowFunctions","functions","methods"]}],"no-eq-null":"error","no-eval":"error","no-extend-native":"error","no-extra-bind":"error","no-extra-label":"error","no-implicit-coercion":["off",{allow:[],boolean:!1,number:!0,string:!0}],"no-implicit-globals":"error","no-implied-eval":"error","no-inline-comments":"off","no-inner-declarations":"off","no-iterator":"error","no-label-var":"error","no-labels":["error",{allowLoop:!0,allowSwitch:!1}],"no-lone-blocks":"error","no-lonely-if":"error","no-loop-func":"error","no-magic-numbers":["off",{detectObjects:!1,enforceConst:!0,ignore:[],ignoreArrayIndexes:!0}],"no-multi-assign":["error"],"no-multi-str":"error","no-negated-condition":"off","no-nested-ternary":"error","no-new":"error","no-new-func":"error","no-object-constructor":"error","no-new-wrappers":"error","no-octal-escape":"error","no-plusplus":"error","no-promise-executor-return":"error","no-proto":"error","no-restricted-exports":["error",{restrictedNamedExports:["then"]}],"no-restricted-globals":["error",...zo],"no-restricted-imports":["off",{paths:[],patterns:[]}],"no-restricted-properties":["error",{message:"arguments.callee is deprecated",object:"arguments",property:"callee"},{message:"Please use Number.isFinite instead",object:"global",property:"isFinite"},{message:"Please use Number.isFinite instead",object:"self",property:"isFinite"},{message:"Please use Number.isFinite instead",object:"window",property:"isFinite"},{message:"Please use Number.isNaN instead",object:"global",property:"isNaN"},{message:"Please use Number.isNaN instead",object:"self",property:"isNaN"},{message:"Please use Number.isNaN instead",object:"window",property:"isNaN"},{message:"Please use Object.defineProperty instead.",property:"__defineGetter__"},{message:"Please use Object.defineProperty instead.",property:"__defineSetter__"},{message:"Use the exponentiation operator (**) instead.",object:"Math",property:"pow"}],"no-return-assign":["error","always"],"no-script-url":"error","no-self-assign":["error",{props:!0}],"no-self-compare":"error","no-sequences":"error","no-shadow":["error",{allow:[...Ye("manten")?["test","describe","runTestSuite","onFinish","fixture"]:[],...Ye("tasuku")?["task","setTitle","setError","setWarning","setStatus","setOutput"]:[]]}],"no-throw-literal":"error","no-undef-init":"error","no-unmodified-loop-condition":"off","no-unneeded-ternary":["error",{defaultAssignment:!1}],"no-unreachable-loop":"error","no-unused-expressions":["error",{allowShortCircuit:!1,allowTaggedTemplates:!1,allowTernary:!1}],"no-unused-vars":["error",{args:"after-used",ignoreRestSiblings:!0,vars:"all"}],"no-use-before-define":"off","no-useless-call":"off","no-useless-computed-key":"error","no-useless-concat":"error","no-useless-constructor":"error","no-useless-rename":["error",{ignoreDestructuring:!1,ignoreExport:!1,ignoreImport:!1}],"no-useless-return":"error","no-var":"error","no-void":"error","no-warning-comments":["off",{location:"start",terms:["todo","fixme","xxx"]}],"object-shorthand":["error","always",{ignoreConstructors:!1}],"one-var":["error","never"],"operator-assignment":["error","always"],"prefer-arrow-callback":["error",{allowNamedFunctions:!1,allowUnboundThis:!0}],"prefer-const":["error",{destructuring:"any",ignoreReadBeforeAssign:!0}],"prefer-destructuring":["error",{VariableDeclarator:{array:!1,object:!0},AssignmentExpression:{array:!1,object:!1}},{enforceForRenamedProperties:!1}],"prefer-exponentiation-operator":"error","prefer-named-capture-group":"off","prefer-numeric-literals":"error","prefer-object-spread":"error","prefer-promise-reject-errors":["error",{allowEmptyReject:!0}],"prefer-reflect":"off","prefer-regex-literals":["error",{disallowRedundantWrapping:!0}],"prefer-rest-params":"off","prefer-spread":"error","prefer-template":"error",radix:"error","require-atomic-updates":"off","require-await":"off","require-unicode-regexp":"off","sort-imports":["off",{ignoreCase:!1,ignoreDeclarationSort:!1,ignoreMemberSort:!1,memberSyntaxSortOrder:["none","all","multiple","single"]}],"sort-keys":["off","asc",{caseSensitive:!1,natural:!0}],"sort-vars":"off","symbol-description":"error","unicode-bom":["error","never"],"valid-typeof":["error",{requireStringLiterals:!0}],"vars-on-top":"error",yoda:"error"},aa=Object.entries(Es).filter(([e])=>ps[e]&&ps[e]===Es[e]);if(aa.length>0)throw new Error(`Duplicate rules with ESLint recommendations found: ${aa.map(([e])=>e).join(", ")}`);const bi=x({languageOptions:{globals:hi["shared-node-browser"]},rules:{...ps,...Es}}),dd=x({files:["**/*.sw.{js,ts}"],languageOptions:{globals:hi.serviceworker},rules:{"no-restricted-globals":["error",...zo.filter(e=>e!=="self")]}}),Td=["**/*.{js,jsx,cjs,mjs}"],Pd=["**/*.{ts,tsx,mts,cts}"],md=["**/*.vue"],rt=[...Td,...Pd,...md],yd=x({files:rt,plugins:{"@eslint-community/eslint-comments":Xo},rules:{...Xo.configs.recommended.rules,"@eslint-community/eslint-comments/no-unused-enable":"off"}}),fs=[x({plugins:{"@stylistic":rd}}),x({files:rt,rules:{"@stylistic/array-bracket-newline":["error","consistent"],"@stylistic/array-bracket-spacing":["error","never"],"@stylistic/array-element-newline":["error","consistent"],"@stylistic/arrow-parens":["error","as-needed",{requireForBlockBody:!0}],"@stylistic/arrow-spacing":["error",{after:!0,before:!0}],"@stylistic/block-spacing":["error","always"],"@stylistic/brace-style":["error","1tbs",{allowSingleLine:!0}],"@stylistic/comma-dangle":["error","always-multiline"],"@stylistic/comma-spacing":["error",{after:!0,before:!1}],"@stylistic/comma-style":["error","last",{exceptions:{ArrayExpression:!1,ArrayPattern:!1,ArrowFunctionExpression:!1,CallExpression:!1,FunctionDeclaration:!1,FunctionExpression:!1,ImportDeclaration:!1,NewExpression:!1,ObjectExpression:!1,ObjectPattern:!1,VariableDeclaration:!1}}],"@stylistic/computed-property-spacing":["error","never"],"@stylistic/dot-location":["error","property"],"@stylistic/eol-last":["error","always"],"@stylistic/function-call-spacing":["error","never"],"@stylistic/function-call-argument-newline":["error","consistent"],"@stylistic/function-paren-newline":["error","consistent"],"@stylistic/generator-star-spacing":["error",{after:!0,before:!1}],"@stylistic/implicit-arrow-linebreak":["error","beside"],"@stylistic/indent":["error","tab",{ArrayExpression:1,CallExpression:{arguments:1},flatTernaryExpressions:!1,FunctionDeclaration:{body:1,parameters:1},FunctionExpression:{body:1,parameters:1},ignoreComments:!1,ignoredNodes:["TemplateLiteral > *"],ImportDeclaration:1,ObjectExpression:1,outerIIFEBody:1,SwitchCase:1,VariableDeclarator:1}],"@stylistic/key-spacing":["error",{afterColon:!0,beforeColon:!1}],"@stylistic/keyword-spacing":["error",{after:!0,before:!0,overrides:{case:{after:!0},return:{after:!0},throw:{after:!0}}}],"@stylistic/linebreak-style":["error","unix"],"@stylistic/lines-around-comment":["error",{beforeBlockComment:!0,beforeLineComment:!1,afterHashbangComment:!0,allowBlockStart:!0,allowObjectStart:!0,allowArrayStart:!0,allowClassStart:!0}],"@stylistic/lines-between-class-members":["error","always",{exceptAfterSingleLine:!1}],"@stylistic/max-len":["error",100,2,{ignoreComments:!1,ignoreRegExpLiterals:!0,ignoreStrings:!0,ignoreTemplateLiterals:!0,ignoreUrls:!0}],"@stylistic/max-statements-per-line":["warn",{max:1}],"@stylistic/multiline-ternary":["error","always-multiline"],"@stylistic/new-parens":"error","@stylistic/newline-per-chained-call":["error",{ignoreChainWithDepth:4}],"@stylistic/no-confusing-arrow":["error",{allowParens:!0}],"@stylistic/no-extra-parens":["off","all",{conditionalAssign:!0,enforceForArrowConditionals:!1,ignoreJSX:"all",nestedBinaryExpressions:!1,returnAssign:!1}],"@stylistic/no-extra-semi":"error","@stylistic/no-floating-decimal":"error","@stylistic/no-mixed-operators":["error",{allowSamePrecedence:!1,groups:[["%","**"],["%","+"],["%","-"],["%","*"],["%","/"],["/","*"],["&","|","<<",">>",">>>"],["==","!=","===","!=="],["&&","||"]]}],"@stylistic/no-mixed-spaces-and-tabs":"error","@stylistic/no-multi-spaces":["error",{ignoreEOLComments:!1}],"@stylistic/no-multiple-empty-lines":["error",{max:1,maxBOF:0,maxEOF:0}],"@stylistic/no-trailing-spaces":["error",{ignoreComments:!1,skipBlankLines:!1}],"@stylistic/no-whitespace-before-property":"error","@stylistic/nonblock-statement-body-position":["error","beside",{overrides:{}}],"@stylistic/object-curly-newline":["error",{ExportDeclaration:{consistent:!0,minProperties:4,multiline:!0},ImportDeclaration:{consistent:!0,minProperties:4,multiline:!0},ObjectExpression:{consistent:!0,minProperties:4,multiline:!0},ObjectPattern:{consistent:!0,minProperties:4,multiline:!0}}],"@stylistic/object-curly-spacing":["error","always"],"@stylistic/object-property-newline":["error",{allowAllPropertiesOnSameLine:!1}],"@stylistic/one-var-declaration-per-line":["error","always"],"@stylistic/operator-linebreak":["error","before",{overrides:{"=":"none"}}],"@stylistic/padded-blocks":["error",{blocks:"never",classes:"never",switches:"never"},{allowSingleLineBlocks:!0}],"@stylistic/padding-line-between-statements":["error",{blankLine:"always",next:"*",prev:"directive"}],"@stylistic/quote-props":["error","as-needed",{keywords:!1,numbers:!1,unnecessary:!0}],"@stylistic/quotes":["error","single",{avoidEscape:!0}],"@stylistic/rest-spread-spacing":["error","never"],"@stylistic/semi":["error","always"],"@stylistic/semi-spacing":["error",{after:!0,before:!1}],"@stylistic/semi-style":["error","last"],"@stylistic/space-before-blocks":"error","@stylistic/space-before-function-paren":["error",{anonymous:"always",asyncArrow:"always",named:"never"}],"@stylistic/space-in-parens":["error","never"],"@stylistic/space-infix-ops":"error","@stylistic/space-unary-ops":["error",{nonwords:!1,overrides:{},words:!0}],"@stylistic/spaced-comment":["error","always",{block:{balanced:!0,exceptions:["-","+"],markers:["=","!",":","::"]},line:{exceptions:["-","+"],markers:["=","!","/"]}}],"@stylistic/switch-colon-spacing":["error",{after:!0,before:!1}],"@stylistic/template-curly-spacing":"error","@stylistic/template-tag-spacing":["error","never"],"@stylistic/wrap-iife":["error","inside",{functionPrototypeMethods:!1}],"@stylistic/yield-star-spacing":["error","after"]}})],hd=Jo.fileURLToPath((void 0)("#pkg-maps-resolver")),la=x({plugins:{"import-x":We},settings:{"import-x/ignore":["node_modules",String.raw`\.(css|svg|json)$`],"import-x/resolver":{node:{},[hd]:{}}},rules:{...We.configs.recommended.rules,"import-x/default":"off","import-x/dynamic-import-chunkname":["off",{importFunctions:[],webpackChunknameFormat:"[0-9a-zA-Z-_/.]+"}],"import-x/export":"error","import-x/exports-last":"off","import-x/extensions":["error","ignorePackages"],"import-x/first":"error","import-x/group-exports":"off","import-x/max-dependencies":["warn",{max:15}],"import-x/named":"error","import-x/namespace":"off","import-x/newline-after-import":"error","import-x/no-absolute-path":"error","import-x/no-amd":"error","import-x/no-anonymous-default-export":["off",{allowAnonymousClass:!1,allowAnonymousFunction:!1,allowArray:!1,allowArrowFunction:!1,allowLiteral:!1,allowObject:!1}],"import-x/no-commonjs":"off","import-x/no-cycle":["error",{ignoreExternal:!0,maxDepth:"\u221E"}],"import-x/no-duplicates":["error",{"prefer-inline":!0}],"import-x/no-extraneous-dependencies":["error",{devDependencies:["**/src/**","**/@types/**","build/**","build.{js,ts}","**/scripts/**","**/{test,tests,test-d}/**","**/{test,test-*}.js","**/*{.,_}{test,spec}.js","**/__{tests,mocks}__/**","**/*.config.{js,cjs,mjs,ts,cts,mts}","**/.*.js","examples/**","README.md"],optionalDependencies:!1}],"import-x/no-mutable-exports":"error","import-x/no-named-as-default":"error","import-x/no-named-as-default-member":"error","import-x/no-named-default":"error","import-x/no-self-import":"error","import-x/no-unresolved":["error",{caseSensitive:!0,commonjs:!0,ignore:["^https?://"]}],"import-x/no-useless-path-segments":["error",{commonjs:!0}],"import-x/no-webpack-loader-syntax":"error","import-x/order":"error","import-x/prefer-default-export":"off"}}),_d=[la,x({files:["**/src/**/*"],rules:{"import-x/no-dynamic-require":"error"}})],[,ua]=la.rules["import-x/no-extraneous-dependencies"],ds="**/*.{ts,tsx,mts,cts}",vd=x({files:[ds],languageOptions:{parser:nd,parserOptions:{ecmaVersion:"latest"}},settings:We.configs.typescript.settings}),bd=r(e=>{const l=e?.config?.compilerOptions?.allowImportingTsExtensions===!0;return x({files:[ds],plugins:{"@typescript-eslint":ss},settings:{...We.configs.typescript.settings,"import-x/resolver":{...We.configs.typescript.settings["import-x/resolver"],typescript:{}}},rules:{...ss.configs["eslint-recommended"].overrides[0].rules,...ss.configs.recommended.rules,...We.configs.typescript.rules,"@typescript-eslint/consistent-type-definitions":["error","type"],"@stylistic/member-delimiter-style":"error","@stylistic/operator-linebreak":["error","before",{overrides:{"=":"after"}}],"no-useless-constructor":"off","@typescript-eslint/no-useless-constructor":"error","no-empty-function":"off","@typescript-eslint/no-empty-function":["error",{allow:bi.rules["no-empty-function"][1].allow}],"@typescript-eslint/no-shadow":bi.rules["no-shadow"],"@typescript-eslint/no-unused-vars":["error",{...bi.rules["no-unused-vars"][1],argsIgnorePattern:"^_",caughtErrorsIgnorePattern:"^_",varsIgnorePattern:"^_"}],"@typescript-eslint/no-explicit-any":["error",{fixToUnknown:!1,ignoreRestArgs:!0}],"@typescript-eslint/consistent-type-imports":["error",{fixStyle:"inline-type-imports"}],"@typescript-eslint/no-import-type-side-effects":"error","func-style":"off","no-shadow":"off","prefer-rest-params":"off","import-x/extensions":l?"off":["error","ignorePackages",{ts:"never",tsx:"never",cts:"never",mts:"never"}],"import-x/no-extraneous-dependencies":["error",{...ua,devDependencies:ua.devDependencies.map(n=>n.replace(".js",".{js,ts}"))}],"unicorn/consistent-destructuring":"off","unicorn/no-array-callback-reference":"off","unicorn/no-useless-undefined":"off"}})},"typescript"),gd=x({files:rt,plugins:{regexp:Qo},rules:Qo.configs.recommended.rules});var ca=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Sd(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}r(Sd,"getDefaultExportFromCjs");var nt={},He={},it={},pa;function Yd(){return pa||(pa=1,Object.defineProperty(it,"__esModule",{value:!0}),it.default=/((['"])(?:(?!\2|\\).|\\(?:\r\n|[\s\S]))*(\2)?|`(?:[^`\\$]|\\[\s\S]|\$(?!\{)|\$\{(?:[^{}]|\{[^}]*\}?)*\}?)*(`)?)|(\/\/.*)|(\/\*(?:[^*]|\*(?!\/))*(\*\/)?)|(\/(?!\*)(?:\[(?:(?![\]\\]).|\\.)*\]|(?![\/\]\\]).|\\.)+\/(?:(?!\s*(?:\b|[\u0080-\uFFFF$\\'"~({]|[+\-!](?!=)|\.?\d))|[gmiyus]{1,6}\b(?![\u0080-\uFFFF$\\]|\s*(?:[+\-*%&|^<>!=?({]|\/(?![\/*])))))|(0[xX][\da-fA-F]+|0[oO][0-7]+|0[bB][01]+|(?:\d*\.\d+|\d+\.?)(?:[eE][+-]?\d+)?)|((?!\d)(?:(?!\s)[$\w\u0080-\uFFFF]|\\u[\da-fA-F]{4}|\\u\{[\da-fA-F]+\})+)|(--|\+\+|&&|\|\||=>|\.{3}|(?:[+\-\/%&|^]|\*{1,2}|<{1,2}|>{1,3}|!=?|={1,2})=?|[?~.,:;[\](){}])|(\s+)|(^$|[\s\S])/g,it.matchToToken=function(e){var l={type:"invalid",value:e[0],closed:void 0};return e[1]?(l.type="string",l.closed=!!(e[3]||e[4])):e[5]?l.type="comment":e[6]?(l.type="comment",l.closed=!!e[7]):e[8]?l.type="regex":e[9]?l.type="number":e[10]?l.type="name":e[11]?l.type="punctuator":e[12]&&(l.type="whitespace"),l}),it}r(Yd,"requireJsTokens");var Ts={},Ke={},Ea;function Ad(){if(Ea)return Ke;Ea=1,Object.defineProperty(Ke,"__esModule",{value:!0}),Ke.isIdentifierChar=s,Ke.isIdentifierName=c,Ke.isIdentifierStart=o;let e="\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309B-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC",l="\u200C\u200D\xB7\u0300-\u036F\u0387\u0483-\u0487\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u0669\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u06F0-\u06F9\u0711\u0730-\u074A\u07A6-\u07B0\u07C0-\u07C9\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0898-\u089F\u08CA-\u08E1\u08E3-\u0903\u093A-\u093C\u093E-\u094F\u0951-\u0957\u0962\u0963\u0966-\u096F\u0981-\u0983\u09BC\u09BE-\u09C4\u09C7\u09C8\u09CB-\u09CD\u09D7\u09E2\u09E3\u09E6-\u09EF\u09FE\u0A01-\u0A03\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A66-\u0A71\u0A75\u0A81-\u0A83\u0ABC\u0ABE-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AE2\u0AE3\u0AE6-\u0AEF\u0AFA-\u0AFF\u0B01-\u0B03\u0B3C\u0B3E-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B55-\u0B57\u0B62\u0B63\u0B66-\u0B6F\u0B82\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD7\u0BE6-\u0BEF\u0C00-\u0C04\u0C3C\u0C3E-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C66-\u0C6F\u0C81-\u0C83\u0CBC\u0CBE-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CE2\u0CE3\u0CE6-\u0CEF\u0CF3\u0D00-\u0D03\u0D3B\u0D3C\u0D3E-\u0D44\u0D46-\u0D48\u0D4A-\u0D4D\u0D57\u0D62\u0D63\u0D66-\u0D6F\u0D81-\u0D83\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0E50-\u0E59\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECE\u0ED0-\u0ED9\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E\u0F3F\u0F71-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102B-\u103E\u1040-\u1049\u1056-\u1059\u105E-\u1060\u1062-\u1064\u1067-\u106D\u1071-\u1074\u1082-\u108D\u108F-\u109D\u135D-\u135F\u1369-\u1371\u1712-\u1715\u1732-\u1734\u1752\u1753\u1772\u1773\u17B4-\u17D3\u17DD\u17E0-\u17E9\u180B-\u180D\u180F-\u1819\u18A9\u1920-\u192B\u1930-\u193B\u1946-\u194F\u19D0-\u19DA\u1A17-\u1A1B\u1A55-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AB0-\u1ABD\u1ABF-\u1ACE\u1B00-\u1B04\u1B34-\u1B44\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1B82\u1BA1-\u1BAD\u1BB0-\u1BB9\u1BE6-\u1BF3\u1C24-\u1C37\u1C40-\u1C49\u1C50-\u1C59\u1CD0-\u1CD2\u1CD4-\u1CE8\u1CED\u1CF4\u1CF7-\u1CF9\u1DC0-\u1DFF\u200C\u200D\u203F\u2040\u2054\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302F\u3099\u309A\u30FB\uA620-\uA629\uA66F\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA823-\uA827\uA82C\uA880\uA881\uA8B4-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F1\uA8FF-\uA909\uA926-\uA92D\uA947-\uA953\uA980-\uA983\uA9B3-\uA9C0\uA9D0-\uA9D9\uA9E5\uA9F0-\uA9F9\uAA29-\uAA36\uAA43\uAA4C\uAA4D\uAA50-\uAA59\uAA7B-\uAA7D\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEB-\uAAEF\uAAF5\uAAF6\uABE3-\uABEA\uABEC\uABED\uABF0-\uABF9\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFF10-\uFF19\uFF3F\uFF65";const n=new RegExp("["+e+"]"),p=new RegExp("["+e+l+"]");e=l=null;const u=[0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,14,29,6,37,11,29,3,35,5,7,2,4,43,157,19,35,5,35,5,39,9,51,13,10,2,14,2,6,2,1,2,10,2,14,2,6,2,1,68,310,10,21,11,7,25,5,2,41,2,8,70,5,3,0,2,43,2,1,4,0,3,22,11,22,10,30,66,18,2,1,11,21,11,25,71,55,7,1,65,0,16,3,2,2,2,28,43,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,56,50,14,50,14,35,349,41,7,1,79,28,11,0,9,21,43,17,47,20,28,22,13,52,58,1,3,0,14,44,33,24,27,35,30,0,3,0,9,34,4,0,13,47,15,3,22,0,2,0,36,17,2,24,20,1,64,6,2,0,2,3,2,14,2,9,8,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,19,0,13,4,159,52,19,3,21,2,31,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,14,0,72,26,38,6,186,43,117,63,32,7,3,0,3,7,2,1,2,23,16,0,2,0,95,7,3,38,17,0,2,0,29,0,11,39,8,0,22,0,12,45,20,0,19,72,264,8,2,36,18,0,50,29,113,6,2,1,2,37,22,0,26,5,2,1,2,31,15,0,328,18,16,0,2,12,2,33,125,0,80,921,103,110,18,195,2637,96,16,1071,18,5,4026,582,8634,568,8,30,18,78,18,29,19,47,17,3,32,20,6,18,689,63,129,74,6,0,67,12,65,1,2,0,29,6135,9,1237,43,8,8936,3,2,6,2,1,2,290,16,0,30,2,3,0,15,3,9,395,2309,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,1845,30,7,5,262,61,147,44,11,6,17,0,322,29,19,43,485,27,757,6,2,3,2,1,2,14,2,196,60,67,8,0,1205,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42719,33,4153,7,221,3,5761,15,7472,16,621,2467,541,1507,4938,6,4191],i=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,574,3,9,9,370,1,81,2,71,10,50,3,123,2,54,14,32,10,3,1,11,3,46,10,8,0,46,9,7,2,37,13,2,9,6,1,45,0,13,2,49,13,9,3,2,11,83,11,7,0,3,0,158,11,6,9,7,3,56,1,2,6,3,1,3,2,10,0,11,1,3,6,4,4,193,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,84,14,5,9,243,14,166,9,71,5,2,1,3,3,2,0,2,1,13,9,120,6,3,6,4,0,29,9,41,6,2,3,9,0,10,10,47,15,406,7,2,7,17,9,57,21,2,13,123,5,4,0,2,1,2,6,2,0,9,9,49,4,2,1,2,4,9,9,330,3,10,1,2,0,49,6,4,4,14,9,5351,0,7,14,13835,9,87,9,39,4,60,6,26,9,1014,0,2,54,8,3,82,0,12,1,19628,1,4706,45,3,22,543,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,101,0,161,6,10,9,357,0,62,13,499,13,983,6,110,6,6,9,4759,9,787719,239];function t(E,P){let m=65536;for(let a=0,f=P.length;a<f;a+=2){if(m+=P[a],m>E)return!1;if(m+=P[a+1],m>=E)return!0}return!1}r(t,"isInAstralSet");function o(E){return E<65?E===36:E<=90?!0:E<97?E===95:E<=122?!0:E<=65535?E>=170&&n.test(String.fromCharCode(E)):t(E,u)}r(o,"isIdentifierStart");function s(E){return E<48?E===36:E<58?!0:E<65?!1:E<=90?!0:E<97?E===95:E<=122?!0:E<=65535?E>=170&&p.test(String.fromCharCode(E)):t(E,u)||t(E,i)}r(s,"isIdentifierChar");function c(E){let P=!0;for(let m=0;m<E.length;m++){let a=E.charCodeAt(m);if((a&64512)===55296&&m+1<E.length){const f=E.charCodeAt(++m);(f&64512)===56320&&(a=65536+((a&1023)<<10)+(f&1023))}if(P){if(P=!1,!o(a))return!1}else if(!s(a))return!1}return!P}return r(c,"isIdentifierName"),Ke}r(Ad,"requireIdentifier");var Ae={},fa;function Cd(){if(fa)return Ae;fa=1,Object.defineProperty(Ae,"__esModule",{value:!0}),Ae.isKeyword=s,Ae.isReservedWord=u,Ae.isStrictBindOnlyReservedWord=t,Ae.isStrictBindReservedWord=o,Ae.isStrictReservedWord=i;const e={keyword:["break","case","catch","continue","debugger","default","do","else","finally","for","function","if","return","switch","throw","try","var","const","while","with","new","this","super","class","extends","export","import","null","true","false","in","instanceof","typeof","void","delete"],strict:["implements","interface","let","package","private","protected","public","static","yield"],strictBind:["eval","arguments"]},l=new Set(e.keyword),n=new Set(e.strict),p=new Set(e.strictBind);function u(c,E){return E&&c==="await"||c==="enum"}r(u,"isReservedWord");function i(c,E){return u(c,E)||n.has(c)}r(i,"isStrictReservedWord");function t(c){return p.has(c)}r(t,"isStrictBindOnlyReservedWord");function o(c,E){return i(c,E)||t(c)}r(o,"isStrictBindReservedWord");function s(c){return l.has(c)}return r(s,"isKeyword"),Ae}r(Cd,"requireKeyword");var da;function Ld(){return da||(da=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"isIdentifierChar",{enumerable:!0,get:r(function(){return l.isIdentifierChar},"get")}),Object.defineProperty(e,"isIdentifierName",{enumerable:!0,get:r(function(){return l.isIdentifierName},"get")}),Object.defineProperty(e,"isIdentifierStart",{enumerable:!0,get:r(function(){return l.isIdentifierStart},"get")}),Object.defineProperty(e,"isKeyword",{enumerable:!0,get:r(function(){return n.isKeyword},"get")}),Object.defineProperty(e,"isReservedWord",{enumerable:!0,get:r(function(){return n.isReservedWord},"get")}),Object.defineProperty(e,"isStrictBindOnlyReservedWord",{enumerable:!0,get:r(function(){return n.isStrictBindOnlyReservedWord},"get")}),Object.defineProperty(e,"isStrictBindReservedWord",{enumerable:!0,get:r(function(){return n.isStrictBindReservedWord},"get")}),Object.defineProperty(e,"isStrictReservedWord",{enumerable:!0,get:r(function(){return n.isStrictReservedWord},"get")});var l=Ad(),n=Cd()})(Ts)),Ts}r(Ld,"requireLib$6");var Ps={exports:{}},ms,Ta;function Rd(){if(Ta)return ms;Ta=1;var e=/[|\\{}()[\]^$+*?.]/g;return ms=r(function(l){if(typeof l!="string")throw new TypeError("Expected a string");return l.replace(e,"\\$&")},"escapeStringRegexp"),ms}r(Rd,"requireEscapeStringRegexp");var gi={exports:{}},ys={exports:{}},hs,Pa;function Vd(){return Pa||(Pa=1,hs={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]}),hs}r(Vd,"requireColorName");var ma;function ya(){if(ma)return ys.exports;ma=1;var e=Vd(),l={};for(var n in e)e.hasOwnProperty(n)&&(l[e[n]]=n);var p=ys.exports={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};for(var u in p)if(p.hasOwnProperty(u)){if(!("channels"in p[u]))throw new Error("missing channels property: "+u);if(!("labels"in p[u]))throw new Error("missing channel labels property: "+u);if(p[u].labels.length!==p[u].channels)throw new Error("channel and label counts mismatch: "+u);var i=p[u].channels,t=p[u].labels;delete p[u].channels,delete p[u].labels,Object.defineProperty(p[u],"channels",{value:i}),Object.defineProperty(p[u],"labels",{value:t})}p.rgb.hsl=function(s){var c=s[0]/255,E=s[1]/255,P=s[2]/255,m=Math.min(c,E,P),a=Math.max(c,E,P),f=a-m,d,h,T;return a===m?d=0:c===a?d=(E-P)/f:E===a?d=2+(P-c)/f:P===a&&(d=4+(c-E)/f),d=Math.min(d*60,360),d<0&&(d+=360),T=(m+a)/2,a===m?h=0:T<=.5?h=f/(a+m):h=f/(2-a-m),[d,h*100,T*100]},p.rgb.hsv=function(s){var c,E,P,m,a,f=s[0]/255,d=s[1]/255,h=s[2]/255,T=Math.max(f,d,h),g=T-Math.min(f,d,h),A=r(function(y){return(T-y)/6/g+1/2},"diffc");return g===0?m=a=0:(a=g/T,c=A(f),E=A(d),P=A(h),f===T?m=P-E:d===T?m=1/3+c-P:h===T&&(m=2/3+E-c),m<0?m+=1:m>1&&(m-=1)),[m*360,a*100,T*100]},p.rgb.hwb=function(s){var c=s[0],E=s[1],P=s[2],m=p.rgb.hsl(s)[0],a=1/255*Math.min(c,Math.min(E,P));return P=1-1/255*Math.max(c,Math.max(E,P)),[m,a*100,P*100]},p.rgb.cmyk=function(s){var c=s[0]/255,E=s[1]/255,P=s[2]/255,m,a,f,d;return d=Math.min(1-c,1-E,1-P),m=(1-c-d)/(1-d)||0,a=(1-E-d)/(1-d)||0,f=(1-P-d)/(1-d)||0,[m*100,a*100,f*100,d*100]};function o(s,c){return Math.pow(s[0]-c[0],2)+Math.pow(s[1]-c[1],2)+Math.pow(s[2]-c[2],2)}return r(o,"comparativeDistance"),p.rgb.keyword=function(s){var c=l[s];if(c)return c;var E=1/0,P;for(var m in e)if(e.hasOwnProperty(m)){var a=e[m],f=o(s,a);f<E&&(E=f,P=m)}return P},p.keyword.rgb=function(s){return e[s]},p.rgb.xyz=function(s){var c=s[0]/255,E=s[1]/255,P=s[2]/255;c=c>.04045?Math.pow((c+.055)/1.055,2.4):c/12.92,E=E>.04045?Math.pow((E+.055)/1.055,2.4):E/12.92,P=P>.04045?Math.pow((P+.055)/1.055,2.4):P/12.92;var m=c*.4124+E*.3576+P*.1805,a=c*.2126+E*.7152+P*.0722,f=c*.0193+E*.1192+P*.9505;return[m*100,a*100,f*100]},p.rgb.lab=function(s){var c=p.rgb.xyz(s),E=c[0],P=c[1],m=c[2],a,f,d;return E/=95.047,P/=100,m/=108.883,E=E>.008856?Math.pow(E,1/3):7.787*E+16/116,P=P>.008856?Math.pow(P,1/3):7.787*P+16/116,m=m>.008856?Math.pow(m,1/3):7.787*m+16/116,a=116*P-16,f=500*(E-P),d=200*(P-m),[a,f,d]},p.hsl.rgb=function(s){var c=s[0]/360,E=s[1]/100,P=s[2]/100,m,a,f,d,h;if(E===0)return h=P*255,[h,h,h];P<.5?a=P*(1+E):a=P+E-P*E,m=2*P-a,d=[0,0,0];for(var T=0;T<3;T++)f=c+1/3*-(T-1),f<0&&f++,f>1&&f--,6*f<1?h=m+(a-m)*6*f:2*f<1?h=a:3*f<2?h=m+(a-m)*(2/3-f)*6:h=m,d[T]=h*255;return d},p.hsl.hsv=function(s){var c=s[0],E=s[1]/100,P=s[2]/100,m=E,a=Math.max(P,.01),f,d;return P*=2,E*=P<=1?P:2-P,m*=a<=1?a:2-a,d=(P+E)/2,f=P===0?2*m/(a+m):2*E/(P+E),[c,f*100,d*100]},p.hsv.rgb=function(s){var c=s[0]/60,E=s[1]/100,P=s[2]/100,m=Math.floor(c)%6,a=c-Math.floor(c),f=255*P*(1-E),d=255*P*(1-E*a),h=255*P*(1-E*(1-a));switch(P*=255,m){case 0:return[P,h,f];case 1:return[d,P,f];case 2:return[f,P,h];case 3:return[f,d,P];case 4:return[h,f,P];case 5:return[P,f,d]}},p.hsv.hsl=function(s){var c=s[0],E=s[1]/100,P=s[2]/100,m=Math.max(P,.01),a,f,d;return d=(2-E)*P,a=(2-E)*m,f=E*m,f/=a<=1?a:2-a,f=f||0,d/=2,[c,f*100,d*100]},p.hwb.rgb=function(s){var c=s[0]/360,E=s[1]/100,P=s[2]/100,m=E+P,a,f,d,h;m>1&&(E/=m,P/=m),a=Math.floor(6*c),f=1-P,d=6*c-a,(a&1)!==0&&(d=1-d),h=E+d*(f-E);var T,g,A;switch(a){default:case 6:case 0:T=f,g=h,A=E;break;case 1:T=h,g=f,A=E;break;case 2:T=E,g=f,A=h;break;case 3:T=E,g=h,A=f;break;case 4:T=h,g=E,A=f;break;case 5:T=f,g=E,A=h;break}return[T*255,g*255,A*255]},p.cmyk.rgb=function(s){var c=s[0]/100,E=s[1]/100,P=s[2]/100,m=s[3]/100,a,f,d;return a=1-Math.min(1,c*(1-m)+m),f=1-Math.min(1,E*(1-m)+m),d=1-Math.min(1,P*(1-m)+m),[a*255,f*255,d*255]},p.xyz.rgb=function(s){var c=s[0]/100,E=s[1]/100,P=s[2]/100,m,a,f;return m=c*3.2406+E*-1.5372+P*-.4986,a=c*-.9689+E*1.8758+P*.0415,f=c*.0557+E*-.204+P*1.057,m=m>.0031308?1.055*Math.pow(m,1/2.4)-.055:m*12.92,a=a>.0031308?1.055*Math.pow(a,1/2.4)-.055:a*12.92,f=f>.0031308?1.055*Math.pow(f,1/2.4)-.055:f*12.92,m=Math.min(Math.max(0,m),1),a=Math.min(Math.max(0,a),1),f=Math.min(Math.max(0,f),1),[m*255,a*255,f*255]},p.xyz.lab=function(s){var c=s[0],E=s[1],P=s[2],m,a,f;return c/=95.047,E/=100,P/=108.883,c=c>.008856?Math.pow(c,1/3):7.787*c+16/116,E=E>.008856?Math.pow(E,1/3):7.787*E+16/116,P=P>.008856?Math.pow(P,1/3):7.787*P+16/116,m=116*E-16,a=500*(c-E),f=200*(E-P),[m,a,f]},p.lab.xyz=function(s){var c=s[0],E=s[1],P=s[2],m,a,f;a=(c+16)/116,m=E/500+a,f=a-P/200;var d=Math.pow(a,3),h=Math.pow(m,3),T=Math.pow(f,3);return a=d>.008856?d:(a-16/116)/7.787,m=h>.008856?h:(m-16/116)/7.787,f=T>.008856?T:(f-16/116)/7.787,m*=95.047,a*=100,f*=108.883,[m,a,f]},p.lab.lch=function(s){var c=s[0],E=s[1],P=s[2],m,a,f;return m=Math.atan2(P,E),a=m*360/2/Math.PI,a<0&&(a+=360),f=Math.sqrt(E*E+P*P),[c,f,a]},p.lch.lab=function(s){var c=s[0],E=s[1],P=s[2],m,a,f;return f=P/360*2*Math.PI,m=E*Math.cos(f),a=E*Math.sin(f),[c,m,a]},p.rgb.ansi16=function(s){var c=s[0],E=s[1],P=s[2],m=1 in arguments?arguments[1]:p.rgb.hsv(s)[2];if(m=Math.round(m/50),m===0)return 30;var a=30+(Math.round(P/255)<<2|Math.round(E/255)<<1|Math.round(c/255));return m===2&&(a+=60),a},p.hsv.ansi16=function(s){return p.rgb.ansi16(p.hsv.rgb(s),s[2])},p.rgb.ansi256=function(s){var c=s[0],E=s[1],P=s[2];if(c===E&&E===P)return c<8?16:c>248?231:Math.round((c-8)/247*24)+232;var m=16+36*Math.round(c/255*5)+6*Math.round(E/255*5)+Math.round(P/255*5);return m},p.ansi16.rgb=function(s){var c=s%10;if(c===0||c===7)return s>50&&(c+=3.5),c=c/10.5*255,[c,c,c];var E=(~~(s>50)+1)*.5,P=(c&1)*E*255,m=(c>>1&1)*E*255,a=(c>>2&1)*E*255;return[P,m,a]},p.ansi256.rgb=function(s){if(s>=232){var c=(s-232)*10+8;return[c,c,c]}s-=16;var E,P=Math.floor(s/36)/5*255,m=Math.floor((E=s%36)/6)/5*255,a=E%6/5*255;return[P,m,a]},p.rgb.hex=function(s){var c=((Math.round(s[0])&255)<<16)+((Math.round(s[1])&255)<<8)+(Math.round(s[2])&255),E=c.toString(16).toUpperCase();return"000000".substring(E.length)+E},p.hex.rgb=function(s){var c=s.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!c)return[0,0,0];var E=c[0];c[0].length===3&&(E=E.split("").map(function(d){return d+d}).join(""));var P=parseInt(E,16),m=P>>16&255,a=P>>8&255,f=P&255;return[m,a,f]},p.rgb.hcg=function(s){var c=s[0]/255,E=s[1]/255,P=s[2]/255,m=Math.max(Math.max(c,E),P),a=Math.min(Math.min(c,E),P),f=m-a,d,h;return f<1?d=a/(1-f):d=0,f<=0?h=0:m===c?h=(E-P)/f%6:m===E?h=2+(P-c)/f:h=4+(c-E)/f+4,h/=6,h%=1,[h*360,f*100,d*100]},p.hsl.hcg=function(s){var c=s[1]/100,E=s[2]/100,P=1,m=0;return E<.5?P=2*c*E:P=2*c*(1-E),P<1&&(m=(E-.5*P)/(1-P)),[s[0],P*100,m*100]},p.hsv.hcg=function(s){var c=s[1]/100,E=s[2]/100,P=c*E,m=0;return P<1&&(m=(E-P)/(1-P)),[s[0],P*100,m*100]},p.hcg.rgb=function(s){var c=s[0]/360,E=s[1]/100,P=s[2]/100;if(E===0)return[P*255,P*255,P*255];var m=[0,0,0],a=c%1*6,f=a%1,d=1-f,h=0;switch(Math.floor(a)){case 0:m[0]=1,m[1]=f,m[2]=0;break;case 1:m[0]=d,m[1]=1,m[2]=0;break;case 2:m[0]=0,m[1]=1,m[2]=f;break;case 3:m[0]=0,m[1]=d,m[2]=1;break;case 4:m[0]=f,m[1]=0,m[2]=1;break;default:m[0]=1,m[1]=0,m[2]=d}return h=(1-E)*P,[(E*m[0]+h)*255,(E*m[1]+h)*255,(E*m[2]+h)*255]},p.hcg.hsv=function(s){var c=s[1]/100,E=s[2]/100,P=c+E*(1-c),m=0;return P>0&&(m=c/P),[s[0],m*100,P*100]},p.hcg.hsl=function(s){var c=s[1]/100,E=s[2]/100,P=E*(1-c)+.5*c,m=0;return P>0&&P<.5?m=c/(2*P):P>=.5&&P<1&&(m=c/(2*(1-P))),[s[0],m*100,P*100]},p.hcg.hwb=function(s){var c=s[1]/100,E=s[2]/100,P=c+E*(1-c);return[s[0],(P-c)*100,(1-P)*100]},p.hwb.hcg=function(s){var c=s[1]/100,E=s[2]/100,P=1-E,m=P-c,a=0;return m<1&&(a=(P-m)/(1-m)),[s[0],m*100,a*100]},p.apple.rgb=function(s){return[s[0]/65535*255,s[1]/65535*255,s[2]/65535*255]},p.rgb.apple=function(s){return[s[0]/255*65535,s[1]/255*65535,s[2]/255*65535]},p.gray.rgb=function(s){return[s[0]/100*255,s[0]/100*255,s[0]/100*255]},p.gray.hsl=p.gray.hsv=function(s){return[0,0,s[0]]},p.gray.hwb=function(s){return[0,100,s[0]]},p.gray.cmyk=function(s){return[0,0,0,s[0]]},p.gray.lab=function(s){return[s[0],0,0]},p.gray.hex=function(s){var c=Math.round(s[0]/100*255)&255,E=(c<<16)+(c<<8)+c,P=E.toString(16).toUpperCase();return"000000".substring(P.length)+P},p.rgb.gray=function(s){var c=(s[0]+s[1]+s[2])/3;return[c/255*100]},ys.exports}r(ya,"requireConversions");var _s,ha;function Dd(){if(ha)return _s;ha=1;var e=ya();function l(){for(var i={},t=Object.keys(e),o=t.length,s=0;s<o;s++)i[t[s]]={distance:-1,parent:null};return i}r(l,"buildGraph");function n(i){var t=l(),o=[i];for(t[i].distance=0;o.length;)for(var s=o.pop(),c=Object.keys(e[s]),E=c.length,P=0;P<E;P++){var m=c[P],a=t[m];a.distance===-1&&(a.distance=t[s].distance+1,a.parent=s,o.unshift(m))}return t}r(n,"deriveBFS");function p(i,t){return function(o){return t(i(o))}}r(p,"link");function u(i,t){for(var o=[t[i].parent,i],s=e[t[i].parent][i],c=t[i].parent;t[c].parent;)o.unshift(t[c].parent),s=p(e[t[c].parent][c],s),c=t[c].parent;return s.conversion=o,s}return r(u,"wrapConversion"),_s=r(function(i){for(var t=n(i),o={},s=Object.keys(t),c=s.length,E=0;E<c;E++){var P=s[E],m=t[P];m.parent!==null&&(o[P]=u(P,t))}return o},"route"),_s}r(Dd,"requireRoute");var vs,_a;function Od(){if(_a)return vs;_a=1;var e=ya(),l=Dd(),n={},p=Object.keys(e);function u(t){var o=r(function(s){return s==null?s:(arguments.length>1&&(s=Array.prototype.slice.call(arguments)),t(s))},"wrappedFn");return"conversion"in t&&(o.conversion=t.conversion),o}r(u,"wrapRaw");function i(t){var o=r(function(s){if(s==null)return s;arguments.length>1&&(s=Array.prototype.slice.call(arguments));var c=t(s);if(typeof c=="object")for(var E=c.length,P=0;P<E;P++)c[P]=Math.round(c[P]);return c},"wrappedFn");return"conversion"in t&&(o.conversion=t.conversion),o}return r(i,"wrapRounded"),p.forEach(function(t){n[t]={},Object.defineProperty(n[t],"channels",{value:e[t].channels}),Object.defineProperty(n[t],"labels",{value:e[t].labels});var o=l(t),s=Object.keys(o);s.forEach(function(c){var E=o[c];n[t][c]=i(E),n[t][c].raw=u(E)})}),vs=n,vs}r(Od,"requireColorConvert"),gi.exports;var va;function wd(){return va||(va=1,(function(e){const l=Od(),n=r((t,o)=>function(){return`\x1B[${t.apply(l,arguments)+o}m`},"wrapAnsi16"),p=r((t,o)=>function(){const s=t.apply(l,arguments);return`\x1B[${38+o};5;${s}m`},"wrapAnsi256"),u=r((t,o)=>function(){const s=t.apply(l,arguments);return`\x1B[${38+o};2;${s[0]};${s[1]};${s[2]}m`},"wrapAnsi16m");function i(){const t=new Map,o={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],gray:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};o.color.grey=o.color.gray;for(const E of Object.keys(o)){const P=o[E];for(const m of Object.keys(P)){const a=P[m];o[m]={open:`\x1B[${a[0]}m`,close:`\x1B[${a[1]}m`},P[m]=o[m],t.set(a[0],a[1])}Object.defineProperty(o,E,{value:P,enumerable:!1}),Object.defineProperty(o,"codes",{value:t,enumerable:!1})}const s=r(E=>E,"ansi2ansi"),c=r((E,P,m)=>[E,P,m],"rgb2rgb");o.color.close="\x1B[39m",o.bgColor.close="\x1B[49m",o.color.ansi={ansi:n(s,0)},o.color.ansi256={ansi256:p(s,0)},o.color.ansi16m={rgb:u(c,0)},o.bgColor.ansi={ansi:n(s,10)},o.bgColor.ansi256={ansi256:p(s,10)},o.bgColor.ansi16m={rgb:u(c,10)};for(let E of Object.keys(l)){if(typeof l[E]!="object")continue;const P=l[E];E==="ansi16"&&(E="ansi"),"ansi16"in P&&(o.color.ansi[E]=n(P.ansi16,0),o.bgColor.ansi[E]=n(P.ansi16,10)),"ansi256"in P&&(o.color.ansi256[E]=p(P.ansi256,0),o.bgColor.ansi256[E]=p(P.ansi256,10)),"rgb"in P&&(o.color.ansi16m[E]=u(P.rgb,0),o.bgColor.ansi16m[E]=u(P.rgb,10))}return o}r(i,"assembleStyles"),Object.defineProperty(e,"exports",{enumerable:!0,get:i})})(gi)),gi.exports}r(wd,"requireAnsiStyles");var bs,ba;function Md(){return ba||(ba=1,bs=r((e,l)=>{l=l||process.argv;const n=e.startsWith("-")?"":e.length===1?"-":"--",p=l.indexOf(n+e),u=l.indexOf("--");return p!==-1&&(u===-1?!0:p<u)},"hasFlag")),bs}r(Md,"requireHasFlag");var gs,ga;function Id(){if(ga)return gs;ga=1;const e=id,l=Md(),n=process.env;let p;l("no-color")||l("no-colors")||l("color=false")?p=!1:(l("color")||l("colors")||l("color=true")||l("color=always"))&&(p=!0),"FORCE_COLOR"in n&&(p=n.FORCE_COLOR.length===0||parseInt(n.FORCE_COLOR,10)!==0);function u(o){return o===0?!1:{level:o,hasBasic:!0,has256:o>=2,has16m:o>=3}}r(u,"translateLevel");function i(o){if(p===!1)return 0;if(l("color=16m")||l("color=full")||l("color=truecolor"))return 3;if(l("color=256"))return 2;if(o&&!o.isTTY&&p!==!0)return 0;const s=p?1:0;if(process.platform==="win32"){const c=e.release().split(".");return Number(process.versions.node.split(".")[0])>=8&&Number(c[0])>=10&&Number(c[2])>=10586?Number(c[2])>=14931?3:2:1}if("CI"in n)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some(c=>c in n)||n.CI_NAME==="codeship"?1:s;if("TEAMCITY_VERSION"in n)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(n.TEAMCITY_VERSION)?1:0;if(n.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in n){const c=parseInt((n.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(n.TERM_PROGRAM){case"iTerm.app":return c>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(n.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(n.TERM)||"COLORTERM"in n?1:(n.TERM==="dumb",s)}r(i,"supportsColor");function t(o){const s=i(o);return u(s)}return r(t,"getSupportLevel"),gs={supportsColor:t,stdout:t(process.stdout),stderr:t(process.stderr)},gs}r(Id,"requireSupportsColor");var Ss,Sa;function Ud(){if(Sa)return Ss;Sa=1;const e=/(?:\\(u[a-f\d]{4}|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi,l=/(?:^|\.)(\w+)(?:\(([^)]*)\))?/g,n=/^(['"])((?:\\.|(?!\1)[^\\])*)\1$/,p=/\\(u[a-f\d]{4}|x[a-f\d]{2}|.)|([^\\])/gi,u=new Map([["n",`
|
|
1
|
+
"use strict";var Qf=Object.defineProperty;var r=(e,l)=>Qf(e,"name",{value:l,configurable:!0});Object.defineProperty(exports,"__esModule",{value:!0});var Zf=require("get-tsconfig"),ed=require("@eslint/js"),hi=require("globals"),zo=require("confusing-browser-globals"),td=require("node:module"),is=require("./index-lfElTNCp.cjs"),Xo=require("@eslint-community/eslint-plugin-eslint-comments"),rd=require("@stylistic/eslint-plugin"),Jo=require("node:url"),We=require("eslint-plugin-import-x"),ss=require("@typescript-eslint/eslint-plugin"),nd=require("@typescript-eslint/parser"),Qo=require("eslint-plugin-regexp"),_i=require("node:fs"),os=require("eslint-plugin-n"),Zo=require("node:path");require("node:fs/promises");var id=require("os"),ea=require("url"),sd=require("util"),ta=require("eslint-plugin-promise"),od=require("@eslint/markdown"),ad=require("eslint-plugin-jsonc"),as=require("eslint-plugin-yml"),ld=require("yaml-eslint-parser"),ra=require("eslint-plugin-no-use-extend-native"),na=require("eslint-plugin-unicorn"),tt=require("eslint-plugin-react"),ia=require("eslint-plugin-react-hooks"),ls=require("eslint-plugin-vue"),ud=require("vue-eslint-parser"),cd=require("./package-GjlyU4bn.cjs"),sa=require("eslint/use-at-your-own-risk"),us=require("eslint");require("node:process");const pd=["files","ignores","languageOptions","linterOptions","plugins","rules","settings"],oa=r(e=>{for(const l of pd){const n=e[l];if(!(typeof n!="object"||n===null)){if(Object.freeze(n),l==="rules"){const p=n;for(const u in p)if(Object.hasOwn(p,u)){const i=p[u];i&&Object.freeze(i)}}if(l==="languageOptions"){const p=n;p.parserOptions&&Object.freeze(p.parserOptions),p.globals&&Object.freeze(p.globals)}}}return Object.freeze(e)},"deepFreeze"),x=r(e=>Array.isArray(e)?e.map(oa):oa(e),"defineConfig"),cs=td.createRequire(`${process.cwd()}/`);let vi;const Ed=r(()=>{if(vi)return vi;const e=is.findUpSync("package.json");if(e)try{return vi=cs(e).name,vi}catch{}},"getCurrentPackageName"),Ye=r(e=>{try{return cs.resolve(e),!0}catch{}return Ed()===e},"isInstalled"),fd=r(e=>{let l;try{l=cs(e)}catch(n){return n.code==="ERR_REQUIRE_ESM"&&console.warn(`Error requiring module "${e}":`,n),[]}return Object.keys(l)},"getExports"),ps=ed.configs.recommended.rules,Es={"accessor-pairs":"error","array-callback-return":["error",{allowImplicit:!0}],"arrow-body-style":["error","as-needed"],"block-scoped-var":"error",camelcase:["error",{ignoreDestructuring:!1,properties:"never"}],complexity:["warn",10],"consistent-return":"off",curly:"error","default-case":["error",{commentPattern:"^no default$"}],"default-case-last":"error","default-param-last":"error","dot-notation":["error",{allowKeywords:!0}],eqeqeq:["error","always",{null:"ignore"}],"func-name-matching":["off","always",{considerPropertyDescriptor:!0,includeCommonJSModuleExports:!1}],"func-names":"warn","func-style":["error","declaration",{allowArrowFunctions:!0}],"getter-return":["error",{allowImplicit:!0}],"grouped-accessor-pairs":["error","getBeforeSet"],"guard-for-in":"error","id-blacklist":"off","id-denylist":"off","id-length":"off","id-match":"off","init-declarations":"off","max-depth":["off",4],"max-lines":["off",{max:300,skipBlankLines:!0,skipComments:!0}],"max-lines-per-function":["off",{IIFEs:!0,max:50,skipBlankLines:!0,skipComments:!0}],"max-nested-callbacks":["warn",6],"max-params":["warn",5],"new-cap":["error",{capIsNew:!1,capIsNewExceptions:["Immutable.Map","Immutable.Set","Immutable.List"],newIsCap:!0,newIsCapExceptions:[]}],"newline-after-var":"off","newline-before-return":"off","no-alert":"warn","no-array-constructor":"error","no-bitwise":"error","no-caller":"error","no-catch-shadow":"off","no-cond-assign":["error","always"],"no-console":"warn","no-constant-condition":"warn","no-constructor-return":"error","no-duplicate-imports":"off","no-else-return":["error",{allowElseIf:!1}],"no-empty":["error",{allowEmptyCatch:!0}],"no-empty-function":["error",{allow:["arrowFunctions","functions","methods"]}],"no-eq-null":"error","no-eval":"error","no-extend-native":"error","no-extra-bind":"error","no-extra-label":"error","no-implicit-coercion":["off",{allow:[],boolean:!1,number:!0,string:!0}],"no-implicit-globals":"error","no-implied-eval":"error","no-inline-comments":"off","no-inner-declarations":"off","no-iterator":"error","no-label-var":"error","no-labels":["error",{allowLoop:!0,allowSwitch:!1}],"no-lone-blocks":"error","no-lonely-if":"error","no-loop-func":"error","no-magic-numbers":["off",{detectObjects:!1,enforceConst:!0,ignore:[],ignoreArrayIndexes:!0}],"no-multi-assign":["error"],"no-multi-str":"error","no-negated-condition":"off","no-nested-ternary":"error","no-new":"error","no-new-func":"error","no-object-constructor":"error","no-new-wrappers":"error","no-octal-escape":"error","no-plusplus":"error","no-promise-executor-return":"error","no-proto":"error","no-restricted-exports":["error",{restrictedNamedExports:["then"]}],"no-restricted-globals":["error",...zo],"no-restricted-imports":["off",{paths:[],patterns:[]}],"no-restricted-properties":["error",{message:"arguments.callee is deprecated",object:"arguments",property:"callee"},{message:"Please use Number.isFinite instead",object:"global",property:"isFinite"},{message:"Please use Number.isFinite instead",object:"self",property:"isFinite"},{message:"Please use Number.isFinite instead",object:"window",property:"isFinite"},{message:"Please use Number.isNaN instead",object:"global",property:"isNaN"},{message:"Please use Number.isNaN instead",object:"self",property:"isNaN"},{message:"Please use Number.isNaN instead",object:"window",property:"isNaN"},{message:"Please use Object.defineProperty instead.",property:"__defineGetter__"},{message:"Please use Object.defineProperty instead.",property:"__defineSetter__"},{message:"Use the exponentiation operator (**) instead.",object:"Math",property:"pow"}],"no-return-assign":["error","always"],"no-script-url":"error","no-self-assign":["error",{props:!0}],"no-self-compare":"error","no-sequences":"error","no-shadow":["error",{allow:[...Ye("manten")?["test","describe","runTestSuite","onFinish","fixture"]:[],...Ye("tasuku")?["task","setTitle","setError","setWarning","setStatus","setOutput"]:[]]}],"no-throw-literal":"error","no-undef-init":"error","no-unmodified-loop-condition":"off","no-unneeded-ternary":["error",{defaultAssignment:!1}],"no-unreachable-loop":"error","no-unused-expressions":["error",{allowShortCircuit:!1,allowTaggedTemplates:!1,allowTernary:!1}],"no-unused-vars":["error",{args:"after-used",ignoreRestSiblings:!0,vars:"all"}],"no-use-before-define":"off","no-useless-call":"off","no-useless-computed-key":"error","no-useless-concat":"error","no-useless-constructor":"error","no-useless-rename":["error",{ignoreDestructuring:!1,ignoreExport:!1,ignoreImport:!1}],"no-useless-return":"error","no-var":"error","no-void":"error","no-warning-comments":["off",{location:"start",terms:["todo","fixme","xxx"]}],"object-shorthand":["error","always",{ignoreConstructors:!1}],"one-var":["error","never"],"operator-assignment":["error","always"],"prefer-arrow-callback":["error",{allowNamedFunctions:!1,allowUnboundThis:!0}],"prefer-const":["error",{destructuring:"any",ignoreReadBeforeAssign:!0}],"prefer-destructuring":["error",{VariableDeclarator:{array:!1,object:!0},AssignmentExpression:{array:!1,object:!1}},{enforceForRenamedProperties:!1}],"prefer-exponentiation-operator":"error","prefer-named-capture-group":"off","prefer-numeric-literals":"error","prefer-object-spread":"error","prefer-promise-reject-errors":["error",{allowEmptyReject:!0}],"prefer-reflect":"off","prefer-regex-literals":["error",{disallowRedundantWrapping:!0}],"prefer-rest-params":"off","prefer-spread":"error","prefer-template":"error",radix:"error","require-atomic-updates":"off","require-await":"off","require-unicode-regexp":"off","sort-imports":["off",{ignoreCase:!1,ignoreDeclarationSort:!1,ignoreMemberSort:!1,memberSyntaxSortOrder:["none","all","multiple","single"]}],"sort-keys":["off","asc",{caseSensitive:!1,natural:!0}],"sort-vars":"off","symbol-description":"error","unicode-bom":["error","never"],"valid-typeof":["error",{requireStringLiterals:!0}],"vars-on-top":"error",yoda:"error"},aa=Object.entries(Es).filter(([e])=>ps[e]&&ps[e]===Es[e]);if(aa.length>0)throw new Error(`Duplicate rules with ESLint recommendations found: ${aa.map(([e])=>e).join(", ")}`);const bi=x({languageOptions:{globals:hi["shared-node-browser"]},rules:{...ps,...Es}}),dd=x({files:["**/*.sw.{js,ts}"],languageOptions:{globals:hi.serviceworker},rules:{"no-restricted-globals":["error",...zo.filter(e=>e!=="self")]}}),Td=["**/*.{js,jsx,cjs,mjs}"],Pd=["**/*.{ts,tsx,mts,cts}"],md=["**/*.vue"],rt=[...Td,...Pd,...md],yd=x({files:rt,plugins:{"@eslint-community/eslint-comments":Xo},rules:{...Xo.configs.recommended.rules,"@eslint-community/eslint-comments/no-unused-enable":"off"}}),fs=[x({plugins:{"@stylistic":rd}}),x({files:rt,rules:{"@stylistic/array-bracket-newline":["error","consistent"],"@stylistic/array-bracket-spacing":["error","never"],"@stylistic/array-element-newline":["error","consistent"],"@stylistic/arrow-parens":["error","as-needed",{requireForBlockBody:!0}],"@stylistic/arrow-spacing":["error",{after:!0,before:!0}],"@stylistic/block-spacing":["error","always"],"@stylistic/brace-style":["error","1tbs",{allowSingleLine:!0}],"@stylistic/comma-dangle":["error","always-multiline"],"@stylistic/comma-spacing":["error",{after:!0,before:!1}],"@stylistic/comma-style":["error","last",{exceptions:{ArrayExpression:!1,ArrayPattern:!1,ArrowFunctionExpression:!1,CallExpression:!1,FunctionDeclaration:!1,FunctionExpression:!1,ImportDeclaration:!1,NewExpression:!1,ObjectExpression:!1,ObjectPattern:!1,VariableDeclaration:!1}}],"@stylistic/computed-property-spacing":["error","never"],"@stylistic/dot-location":["error","property"],"@stylistic/eol-last":["error","always"],"@stylistic/function-call-spacing":["error","never"],"@stylistic/function-call-argument-newline":["error","consistent"],"@stylistic/function-paren-newline":["error","consistent"],"@stylistic/generator-star-spacing":["error",{after:!0,before:!1}],"@stylistic/implicit-arrow-linebreak":["error","beside"],"@stylistic/indent":["error","tab",{ArrayExpression:1,CallExpression:{arguments:1},flatTernaryExpressions:!1,FunctionDeclaration:{body:1,parameters:1},FunctionExpression:{body:1,parameters:1},ignoreComments:!1,ignoredNodes:["TemplateLiteral > *"],ImportDeclaration:1,ObjectExpression:1,outerIIFEBody:1,SwitchCase:1,VariableDeclarator:1}],"@stylistic/key-spacing":["error",{afterColon:!0,beforeColon:!1}],"@stylistic/keyword-spacing":["error",{after:!0,before:!0,overrides:{case:{after:!0},return:{after:!0},throw:{after:!0}}}],"@stylistic/linebreak-style":["error","unix"],"@stylistic/lines-around-comment":["error",{beforeBlockComment:!0,beforeLineComment:!1,afterHashbangComment:!0,allowBlockStart:!0,allowObjectStart:!0,allowArrayStart:!0,allowClassStart:!0}],"@stylistic/lines-between-class-members":["error","always",{exceptAfterSingleLine:!1}],"@stylistic/max-len":["error",100,2,{ignoreComments:!1,ignoreRegExpLiterals:!0,ignoreStrings:!0,ignoreTemplateLiterals:!0,ignoreUrls:!0}],"@stylistic/max-statements-per-line":["warn",{max:1}],"@stylistic/multiline-ternary":["error","always-multiline"],"@stylistic/new-parens":"error","@stylistic/newline-per-chained-call":["error",{ignoreChainWithDepth:4}],"@stylistic/no-confusing-arrow":["error",{allowParens:!0}],"@stylistic/no-extra-parens":["off","all",{conditionalAssign:!0,enforceForArrowConditionals:!1,ignoreJSX:"all",nestedBinaryExpressions:!1,returnAssign:!1}],"@stylistic/no-extra-semi":"error","@stylistic/no-floating-decimal":"error","@stylistic/no-mixed-operators":["error",{allowSamePrecedence:!1,groups:[["%","**"],["%","+"],["%","-"],["%","*"],["%","/"],["/","*"],["&","|","<<",">>",">>>"],["==","!=","===","!=="],["&&","||"]]}],"@stylistic/no-mixed-spaces-and-tabs":"error","@stylistic/no-multi-spaces":["error",{ignoreEOLComments:!1}],"@stylistic/no-multiple-empty-lines":["error",{max:1,maxBOF:0,maxEOF:0}],"@stylistic/no-trailing-spaces":["error",{ignoreComments:!1,skipBlankLines:!1}],"@stylistic/no-whitespace-before-property":"error","@stylistic/nonblock-statement-body-position":["error","beside",{overrides:{}}],"@stylistic/object-curly-newline":["error",{ExportDeclaration:{consistent:!0,minProperties:4,multiline:!0},ImportDeclaration:{consistent:!0,minProperties:4,multiline:!0},ObjectExpression:{consistent:!0,minProperties:4,multiline:!0},ObjectPattern:{consistent:!0,minProperties:4,multiline:!0}}],"@stylistic/object-curly-spacing":["error","always"],"@stylistic/object-property-newline":["error",{allowAllPropertiesOnSameLine:!1}],"@stylistic/one-var-declaration-per-line":["error","always"],"@stylistic/operator-linebreak":["error","before",{overrides:{"=":"none"}}],"@stylistic/padded-blocks":["error",{blocks:"never",classes:"never",switches:"never"},{allowSingleLineBlocks:!0}],"@stylistic/padding-line-between-statements":["error",{blankLine:"always",next:"*",prev:"directive"}],"@stylistic/quote-props":["error","as-needed",{keywords:!1,numbers:!1,unnecessary:!0}],"@stylistic/quotes":["error","single",{avoidEscape:!0}],"@stylistic/rest-spread-spacing":["error","never"],"@stylistic/semi":["error","always"],"@stylistic/semi-spacing":["error",{after:!0,before:!1}],"@stylistic/semi-style":["error","last"],"@stylistic/space-before-blocks":"error","@stylistic/space-before-function-paren":["error",{anonymous:"always",asyncArrow:"always",named:"never"}],"@stylistic/space-in-parens":["error","never"],"@stylistic/space-infix-ops":"error","@stylistic/space-unary-ops":["error",{nonwords:!1,overrides:{},words:!0}],"@stylistic/spaced-comment":["error","always",{block:{balanced:!0,exceptions:["-","+"],markers:["=","!",":","::"]},line:{exceptions:["-","+"],markers:["=","!","/"]}}],"@stylistic/switch-colon-spacing":["error",{after:!0,before:!1}],"@stylistic/template-curly-spacing":"error","@stylistic/template-tag-spacing":["error","never"],"@stylistic/wrap-iife":["error","inside",{functionPrototypeMethods:!1}],"@stylistic/yield-star-spacing":["error","after"]}})],hd=Jo.fileURLToPath((void 0)("#pkg-maps-resolver")),la=x({plugins:{"import-x":We},settings:{"import-x/ignore":["node_modules",String.raw`\.(css|svg|json)$`],"import-x/resolver":{node:{},[hd]:{}}},rules:{...We.configs.recommended.rules,"import-x/default":"off","import-x/dynamic-import-chunkname":["off",{importFunctions:[],webpackChunknameFormat:"[0-9a-zA-Z-_/.]+"}],"import-x/export":"error","import-x/exports-last":"off","import-x/extensions":["error","ignorePackages"],"import-x/first":"error","import-x/group-exports":"off","import-x/max-dependencies":["warn",{max:15}],"import-x/named":"error","import-x/namespace":"off","import-x/newline-after-import":"error","import-x/no-absolute-path":"error","import-x/no-amd":"error","import-x/no-anonymous-default-export":["off",{allowAnonymousClass:!1,allowAnonymousFunction:!1,allowArray:!1,allowArrowFunction:!1,allowLiteral:!1,allowObject:!1}],"import-x/no-commonjs":"off","import-x/no-cycle":["error",{ignoreExternal:!0,maxDepth:"\u221E"}],"import-x/no-duplicates":["error",{"prefer-inline":!0}],"import-x/no-extraneous-dependencies":["error",{devDependencies:["**/src/**","**/@types/**","build/**","build.{js,ts}","**/scripts/**","**/{test,tests,test-d}/**","**/{test,test-*}.js","**/*{.,_}{test,spec}.js","**/__{tests,mocks}__/**","**/*.config.{js,cjs,mjs,ts,cts,mts}","**/.*.js","examples/**","README.md"],optionalDependencies:!1}],"import-x/no-mutable-exports":"error","import-x/no-named-as-default":"error","import-x/no-named-as-default-member":"error","import-x/no-named-default":"error","import-x/no-self-import":"error","import-x/no-unresolved":["error",{caseSensitive:!0,commonjs:!0,ignore:["^https?://"]}],"import-x/no-useless-path-segments":["error",{commonjs:!0}],"import-x/no-webpack-loader-syntax":"error","import-x/order":"error","import-x/prefer-default-export":"off"}}),_d=[la,x({files:["**/src/**/*"],rules:{"import-x/no-dynamic-require":"error"}})],[,ua]=la.rules["import-x/no-extraneous-dependencies"],ds="**/*.{ts,tsx,mts,cts}",vd=x({files:[ds],languageOptions:{parser:nd,parserOptions:{ecmaVersion:"latest"}},settings:We.configs.typescript.settings}),bd=r(e=>{const l=e?.config?.compilerOptions?.allowImportingTsExtensions===!0;return x({files:[ds],plugins:{"@typescript-eslint":ss},settings:{...We.configs.typescript.settings,"import-x/resolver":{...We.configs.typescript.settings["import-x/resolver"],typescript:{}}},rules:{...ss.configs["eslint-recommended"].overrides[0].rules,...ss.configs.recommended.rules,...We.configs.typescript.rules,"@typescript-eslint/consistent-type-definitions":["error","type"],"@stylistic/member-delimiter-style":"error","@stylistic/operator-linebreak":["error","before",{overrides:{"=":"after"}}],"no-useless-constructor":"off","@typescript-eslint/no-useless-constructor":"error","no-empty-function":"off","@typescript-eslint/no-empty-function":["error",{allow:bi.rules["no-empty-function"][1].allow}],"@typescript-eslint/no-shadow":bi.rules["no-shadow"],"@typescript-eslint/no-unused-vars":["error",{...bi.rules["no-unused-vars"][1],argsIgnorePattern:"^_",caughtErrorsIgnorePattern:"^_",varsIgnorePattern:"^_"}],"@typescript-eslint/no-explicit-any":["error",{fixToUnknown:!1,ignoreRestArgs:!0}],"@typescript-eslint/consistent-type-imports":["error",{fixStyle:"inline-type-imports"}],"@typescript-eslint/no-import-type-side-effects":"error","func-style":"off","no-shadow":"off","prefer-rest-params":"off","import-x/extensions":l?"off":["error","ignorePackages",{ts:"never",tsx:"never",cts:"never",mts:"never"}],"import-x/no-extraneous-dependencies":["error",{...ua,devDependencies:ua.devDependencies.map(n=>n.replace(".js",".{js,ts}"))}],"unicorn/consistent-destructuring":"off","unicorn/no-array-callback-reference":"off","unicorn/no-useless-undefined":"off"}})},"typescript"),gd=x({files:rt,plugins:{regexp:Qo},rules:Qo.configs.recommended.rules});var ca=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Sd(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}r(Sd,"getDefaultExportFromCjs");var nt={},He={},it={},pa;function Yd(){return pa||(pa=1,Object.defineProperty(it,"__esModule",{value:!0}),it.default=/((['"])(?:(?!\2|\\).|\\(?:\r\n|[\s\S]))*(\2)?|`(?:[^`\\$]|\\[\s\S]|\$(?!\{)|\$\{(?:[^{}]|\{[^}]*\}?)*\}?)*(`)?)|(\/\/.*)|(\/\*(?:[^*]|\*(?!\/))*(\*\/)?)|(\/(?!\*)(?:\[(?:(?![\]\\]).|\\.)*\]|(?![\/\]\\]).|\\.)+\/(?:(?!\s*(?:\b|[\u0080-\uFFFF$\\'"~({]|[+\-!](?!=)|\.?\d))|[gmiyus]{1,6}\b(?![\u0080-\uFFFF$\\]|\s*(?:[+\-*%&|^<>!=?({]|\/(?![\/*])))))|(0[xX][\da-fA-F]+|0[oO][0-7]+|0[bB][01]+|(?:\d*\.\d+|\d+\.?)(?:[eE][+-]?\d+)?)|((?!\d)(?:(?!\s)[$\w\u0080-\uFFFF]|\\u[\da-fA-F]{4}|\\u\{[\da-fA-F]+\})+)|(--|\+\+|&&|\|\||=>|\.{3}|(?:[+\-\/%&|^]|\*{1,2}|<{1,2}|>{1,3}|!=?|={1,2})=?|[?~.,:;[\](){}])|(\s+)|(^$|[\s\S])/g,it.matchToToken=function(e){var l={type:"invalid",value:e[0],closed:void 0};return e[1]?(l.type="string",l.closed=!!(e[3]||e[4])):e[5]?l.type="comment":e[6]?(l.type="comment",l.closed=!!e[7]):e[8]?l.type="regex":e[9]?l.type="number":e[10]?l.type="name":e[11]?l.type="punctuator":e[12]&&(l.type="whitespace"),l}),it}r(Yd,"requireJsTokens");var Ts={},Ke={},Ea;function Ad(){if(Ea)return Ke;Ea=1,Object.defineProperty(Ke,"__esModule",{value:!0}),Ke.isIdentifierChar=s,Ke.isIdentifierName=c,Ke.isIdentifierStart=o;let e="\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309B-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC",l="\u200C\u200D\xB7\u0300-\u036F\u0387\u0483-\u0487\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u0669\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u06F0-\u06F9\u0711\u0730-\u074A\u07A6-\u07B0\u07C0-\u07C9\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0898-\u089F\u08CA-\u08E1\u08E3-\u0903\u093A-\u093C\u093E-\u094F\u0951-\u0957\u0962\u0963\u0966-\u096F\u0981-\u0983\u09BC\u09BE-\u09C4\u09C7\u09C8\u09CB-\u09CD\u09D7\u09E2\u09E3\u09E6-\u09EF\u09FE\u0A01-\u0A03\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A66-\u0A71\u0A75\u0A81-\u0A83\u0ABC\u0ABE-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AE2\u0AE3\u0AE6-\u0AEF\u0AFA-\u0AFF\u0B01-\u0B03\u0B3C\u0B3E-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B55-\u0B57\u0B62\u0B63\u0B66-\u0B6F\u0B82\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD7\u0BE6-\u0BEF\u0C00-\u0C04\u0C3C\u0C3E-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C66-\u0C6F\u0C81-\u0C83\u0CBC\u0CBE-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CE2\u0CE3\u0CE6-\u0CEF\u0CF3\u0D00-\u0D03\u0D3B\u0D3C\u0D3E-\u0D44\u0D46-\u0D48\u0D4A-\u0D4D\u0D57\u0D62\u0D63\u0D66-\u0D6F\u0D81-\u0D83\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0E50-\u0E59\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECE\u0ED0-\u0ED9\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E\u0F3F\u0F71-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102B-\u103E\u1040-\u1049\u1056-\u1059\u105E-\u1060\u1062-\u1064\u1067-\u106D\u1071-\u1074\u1082-\u108D\u108F-\u109D\u135D-\u135F\u1369-\u1371\u1712-\u1715\u1732-\u1734\u1752\u1753\u1772\u1773\u17B4-\u17D3\u17DD\u17E0-\u17E9\u180B-\u180D\u180F-\u1819\u18A9\u1920-\u192B\u1930-\u193B\u1946-\u194F\u19D0-\u19DA\u1A17-\u1A1B\u1A55-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AB0-\u1ABD\u1ABF-\u1ACE\u1B00-\u1B04\u1B34-\u1B44\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1B82\u1BA1-\u1BAD\u1BB0-\u1BB9\u1BE6-\u1BF3\u1C24-\u1C37\u1C40-\u1C49\u1C50-\u1C59\u1CD0-\u1CD2\u1CD4-\u1CE8\u1CED\u1CF4\u1CF7-\u1CF9\u1DC0-\u1DFF\u200C\u200D\u203F\u2040\u2054\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302F\u3099\u309A\u30FB\uA620-\uA629\uA66F\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA823-\uA827\uA82C\uA880\uA881\uA8B4-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F1\uA8FF-\uA909\uA926-\uA92D\uA947-\uA953\uA980-\uA983\uA9B3-\uA9C0\uA9D0-\uA9D9\uA9E5\uA9F0-\uA9F9\uAA29-\uAA36\uAA43\uAA4C\uAA4D\uAA50-\uAA59\uAA7B-\uAA7D\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEB-\uAAEF\uAAF5\uAAF6\uABE3-\uABEA\uABEC\uABED\uABF0-\uABF9\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFF10-\uFF19\uFF3F\uFF65";const n=new RegExp("["+e+"]"),p=new RegExp("["+e+l+"]");e=l=null;const u=[0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,14,29,6,37,11,29,3,35,5,7,2,4,43,157,19,35,5,35,5,39,9,51,13,10,2,14,2,6,2,1,2,10,2,14,2,6,2,1,68,310,10,21,11,7,25,5,2,41,2,8,70,5,3,0,2,43,2,1,4,0,3,22,11,22,10,30,66,18,2,1,11,21,11,25,71,55,7,1,65,0,16,3,2,2,2,28,43,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,56,50,14,50,14,35,349,41,7,1,79,28,11,0,9,21,43,17,47,20,28,22,13,52,58,1,3,0,14,44,33,24,27,35,30,0,3,0,9,34,4,0,13,47,15,3,22,0,2,0,36,17,2,24,20,1,64,6,2,0,2,3,2,14,2,9,8,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,19,0,13,4,159,52,19,3,21,2,31,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,14,0,72,26,38,6,186,43,117,63,32,7,3,0,3,7,2,1,2,23,16,0,2,0,95,7,3,38,17,0,2,0,29,0,11,39,8,0,22,0,12,45,20,0,19,72,264,8,2,36,18,0,50,29,113,6,2,1,2,37,22,0,26,5,2,1,2,31,15,0,328,18,16,0,2,12,2,33,125,0,80,921,103,110,18,195,2637,96,16,1071,18,5,4026,582,8634,568,8,30,18,78,18,29,19,47,17,3,32,20,6,18,689,63,129,74,6,0,67,12,65,1,2,0,29,6135,9,1237,43,8,8936,3,2,6,2,1,2,290,16,0,30,2,3,0,15,3,9,395,2309,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,1845,30,7,5,262,61,147,44,11,6,17,0,322,29,19,43,485,27,757,6,2,3,2,1,2,14,2,196,60,67,8,0,1205,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42719,33,4153,7,221,3,5761,15,7472,16,621,2467,541,1507,4938,6,4191],i=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,574,3,9,9,370,1,81,2,71,10,50,3,123,2,54,14,32,10,3,1,11,3,46,10,8,0,46,9,7,2,37,13,2,9,6,1,45,0,13,2,49,13,9,3,2,11,83,11,7,0,3,0,158,11,6,9,7,3,56,1,2,6,3,1,3,2,10,0,11,1,3,6,4,4,193,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,84,14,5,9,243,14,166,9,71,5,2,1,3,3,2,0,2,1,13,9,120,6,3,6,4,0,29,9,41,6,2,3,9,0,10,10,47,15,406,7,2,7,17,9,57,21,2,13,123,5,4,0,2,1,2,6,2,0,9,9,49,4,2,1,2,4,9,9,330,3,10,1,2,0,49,6,4,4,14,9,5351,0,7,14,13835,9,87,9,39,4,60,6,26,9,1014,0,2,54,8,3,82,0,12,1,19628,1,4706,45,3,22,543,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,101,0,161,6,10,9,357,0,62,13,499,13,983,6,110,6,6,9,4759,9,787719,239];function t(E,P){let m=65536;for(let a=0,f=P.length;a<f;a+=2){if(m+=P[a],m>E)return!1;if(m+=P[a+1],m>=E)return!0}return!1}r(t,"isInAstralSet");function o(E){return E<65?E===36:E<=90?!0:E<97?E===95:E<=122?!0:E<=65535?E>=170&&n.test(String.fromCharCode(E)):t(E,u)}r(o,"isIdentifierStart");function s(E){return E<48?E===36:E<58?!0:E<65?!1:E<=90?!0:E<97?E===95:E<=122?!0:E<=65535?E>=170&&p.test(String.fromCharCode(E)):t(E,u)||t(E,i)}r(s,"isIdentifierChar");function c(E){let P=!0;for(let m=0;m<E.length;m++){let a=E.charCodeAt(m);if((a&64512)===55296&&m+1<E.length){const f=E.charCodeAt(++m);(f&64512)===56320&&(a=65536+((a&1023)<<10)+(f&1023))}if(P){if(P=!1,!o(a))return!1}else if(!s(a))return!1}return!P}return r(c,"isIdentifierName"),Ke}r(Ad,"requireIdentifier");var Ae={},fa;function Cd(){if(fa)return Ae;fa=1,Object.defineProperty(Ae,"__esModule",{value:!0}),Ae.isKeyword=s,Ae.isReservedWord=u,Ae.isStrictBindOnlyReservedWord=t,Ae.isStrictBindReservedWord=o,Ae.isStrictReservedWord=i;const e={keyword:["break","case","catch","continue","debugger","default","do","else","finally","for","function","if","return","switch","throw","try","var","const","while","with","new","this","super","class","extends","export","import","null","true","false","in","instanceof","typeof","void","delete"],strict:["implements","interface","let","package","private","protected","public","static","yield"],strictBind:["eval","arguments"]},l=new Set(e.keyword),n=new Set(e.strict),p=new Set(e.strictBind);function u(c,E){return E&&c==="await"||c==="enum"}r(u,"isReservedWord");function i(c,E){return u(c,E)||n.has(c)}r(i,"isStrictReservedWord");function t(c){return p.has(c)}r(t,"isStrictBindOnlyReservedWord");function o(c,E){return i(c,E)||t(c)}r(o,"isStrictBindReservedWord");function s(c){return l.has(c)}return r(s,"isKeyword"),Ae}r(Cd,"requireKeyword");var da;function Ld(){return da||(da=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"isIdentifierChar",{enumerable:!0,get:r(function(){return l.isIdentifierChar},"get")}),Object.defineProperty(e,"isIdentifierName",{enumerable:!0,get:r(function(){return l.isIdentifierName},"get")}),Object.defineProperty(e,"isIdentifierStart",{enumerable:!0,get:r(function(){return l.isIdentifierStart},"get")}),Object.defineProperty(e,"isKeyword",{enumerable:!0,get:r(function(){return n.isKeyword},"get")}),Object.defineProperty(e,"isReservedWord",{enumerable:!0,get:r(function(){return n.isReservedWord},"get")}),Object.defineProperty(e,"isStrictBindOnlyReservedWord",{enumerable:!0,get:r(function(){return n.isStrictBindOnlyReservedWord},"get")}),Object.defineProperty(e,"isStrictBindReservedWord",{enumerable:!0,get:r(function(){return n.isStrictBindReservedWord},"get")}),Object.defineProperty(e,"isStrictReservedWord",{enumerable:!0,get:r(function(){return n.isStrictReservedWord},"get")});var l=Ad(),n=Cd()})(Ts)),Ts}r(Ld,"requireLib$6");var Ps={exports:{}},ms,Ta;function Rd(){if(Ta)return ms;Ta=1;var e=/[|\\{}()[\]^$+*?.]/g;return ms=r(function(l){if(typeof l!="string")throw new TypeError("Expected a string");return l.replace(e,"\\$&")},"escapeStringRegexp"),ms}r(Rd,"requireEscapeStringRegexp");var gi={exports:{}},ys={exports:{}},hs,Pa;function Vd(){return Pa||(Pa=1,hs={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]}),hs}r(Vd,"requireColorName");var ma;function ya(){if(ma)return ys.exports;ma=1;var e=Vd(),l={};for(var n in e)e.hasOwnProperty(n)&&(l[e[n]]=n);var p=ys.exports={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};for(var u in p)if(p.hasOwnProperty(u)){if(!("channels"in p[u]))throw new Error("missing channels property: "+u);if(!("labels"in p[u]))throw new Error("missing channel labels property: "+u);if(p[u].labels.length!==p[u].channels)throw new Error("channel and label counts mismatch: "+u);var i=p[u].channels,t=p[u].labels;delete p[u].channels,delete p[u].labels,Object.defineProperty(p[u],"channels",{value:i}),Object.defineProperty(p[u],"labels",{value:t})}p.rgb.hsl=function(s){var c=s[0]/255,E=s[1]/255,P=s[2]/255,m=Math.min(c,E,P),a=Math.max(c,E,P),f=a-m,d,h,T;return a===m?d=0:c===a?d=(E-P)/f:E===a?d=2+(P-c)/f:P===a&&(d=4+(c-E)/f),d=Math.min(d*60,360),d<0&&(d+=360),T=(m+a)/2,a===m?h=0:T<=.5?h=f/(a+m):h=f/(2-a-m),[d,h*100,T*100]},p.rgb.hsv=function(s){var c,E,P,m,a,f=s[0]/255,d=s[1]/255,h=s[2]/255,T=Math.max(f,d,h),g=T-Math.min(f,d,h),A=r(function(y){return(T-y)/6/g+1/2},"diffc");return g===0?m=a=0:(a=g/T,c=A(f),E=A(d),P=A(h),f===T?m=P-E:d===T?m=1/3+c-P:h===T&&(m=2/3+E-c),m<0?m+=1:m>1&&(m-=1)),[m*360,a*100,T*100]},p.rgb.hwb=function(s){var c=s[0],E=s[1],P=s[2],m=p.rgb.hsl(s)[0],a=1/255*Math.min(c,Math.min(E,P));return P=1-1/255*Math.max(c,Math.max(E,P)),[m,a*100,P*100]},p.rgb.cmyk=function(s){var c=s[0]/255,E=s[1]/255,P=s[2]/255,m,a,f,d;return d=Math.min(1-c,1-E,1-P),m=(1-c-d)/(1-d)||0,a=(1-E-d)/(1-d)||0,f=(1-P-d)/(1-d)||0,[m*100,a*100,f*100,d*100]};function o(s,c){return Math.pow(s[0]-c[0],2)+Math.pow(s[1]-c[1],2)+Math.pow(s[2]-c[2],2)}return r(o,"comparativeDistance"),p.rgb.keyword=function(s){var c=l[s];if(c)return c;var E=1/0,P;for(var m in e)if(e.hasOwnProperty(m)){var a=e[m],f=o(s,a);f<E&&(E=f,P=m)}return P},p.keyword.rgb=function(s){return e[s]},p.rgb.xyz=function(s){var c=s[0]/255,E=s[1]/255,P=s[2]/255;c=c>.04045?Math.pow((c+.055)/1.055,2.4):c/12.92,E=E>.04045?Math.pow((E+.055)/1.055,2.4):E/12.92,P=P>.04045?Math.pow((P+.055)/1.055,2.4):P/12.92;var m=c*.4124+E*.3576+P*.1805,a=c*.2126+E*.7152+P*.0722,f=c*.0193+E*.1192+P*.9505;return[m*100,a*100,f*100]},p.rgb.lab=function(s){var c=p.rgb.xyz(s),E=c[0],P=c[1],m=c[2],a,f,d;return E/=95.047,P/=100,m/=108.883,E=E>.008856?Math.pow(E,1/3):7.787*E+16/116,P=P>.008856?Math.pow(P,1/3):7.787*P+16/116,m=m>.008856?Math.pow(m,1/3):7.787*m+16/116,a=116*P-16,f=500*(E-P),d=200*(P-m),[a,f,d]},p.hsl.rgb=function(s){var c=s[0]/360,E=s[1]/100,P=s[2]/100,m,a,f,d,h;if(E===0)return h=P*255,[h,h,h];P<.5?a=P*(1+E):a=P+E-P*E,m=2*P-a,d=[0,0,0];for(var T=0;T<3;T++)f=c+1/3*-(T-1),f<0&&f++,f>1&&f--,6*f<1?h=m+(a-m)*6*f:2*f<1?h=a:3*f<2?h=m+(a-m)*(2/3-f)*6:h=m,d[T]=h*255;return d},p.hsl.hsv=function(s){var c=s[0],E=s[1]/100,P=s[2]/100,m=E,a=Math.max(P,.01),f,d;return P*=2,E*=P<=1?P:2-P,m*=a<=1?a:2-a,d=(P+E)/2,f=P===0?2*m/(a+m):2*E/(P+E),[c,f*100,d*100]},p.hsv.rgb=function(s){var c=s[0]/60,E=s[1]/100,P=s[2]/100,m=Math.floor(c)%6,a=c-Math.floor(c),f=255*P*(1-E),d=255*P*(1-E*a),h=255*P*(1-E*(1-a));switch(P*=255,m){case 0:return[P,h,f];case 1:return[d,P,f];case 2:return[f,P,h];case 3:return[f,d,P];case 4:return[h,f,P];case 5:return[P,f,d]}},p.hsv.hsl=function(s){var c=s[0],E=s[1]/100,P=s[2]/100,m=Math.max(P,.01),a,f,d;return d=(2-E)*P,a=(2-E)*m,f=E*m,f/=a<=1?a:2-a,f=f||0,d/=2,[c,f*100,d*100]},p.hwb.rgb=function(s){var c=s[0]/360,E=s[1]/100,P=s[2]/100,m=E+P,a,f,d,h;m>1&&(E/=m,P/=m),a=Math.floor(6*c),f=1-P,d=6*c-a,(a&1)!==0&&(d=1-d),h=E+d*(f-E);var T,g,A;switch(a){default:case 6:case 0:T=f,g=h,A=E;break;case 1:T=h,g=f,A=E;break;case 2:T=E,g=f,A=h;break;case 3:T=E,g=h,A=f;break;case 4:T=h,g=E,A=f;break;case 5:T=f,g=E,A=h;break}return[T*255,g*255,A*255]},p.cmyk.rgb=function(s){var c=s[0]/100,E=s[1]/100,P=s[2]/100,m=s[3]/100,a,f,d;return a=1-Math.min(1,c*(1-m)+m),f=1-Math.min(1,E*(1-m)+m),d=1-Math.min(1,P*(1-m)+m),[a*255,f*255,d*255]},p.xyz.rgb=function(s){var c=s[0]/100,E=s[1]/100,P=s[2]/100,m,a,f;return m=c*3.2406+E*-1.5372+P*-.4986,a=c*-.9689+E*1.8758+P*.0415,f=c*.0557+E*-.204+P*1.057,m=m>.0031308?1.055*Math.pow(m,1/2.4)-.055:m*12.92,a=a>.0031308?1.055*Math.pow(a,1/2.4)-.055:a*12.92,f=f>.0031308?1.055*Math.pow(f,1/2.4)-.055:f*12.92,m=Math.min(Math.max(0,m),1),a=Math.min(Math.max(0,a),1),f=Math.min(Math.max(0,f),1),[m*255,a*255,f*255]},p.xyz.lab=function(s){var c=s[0],E=s[1],P=s[2],m,a,f;return c/=95.047,E/=100,P/=108.883,c=c>.008856?Math.pow(c,1/3):7.787*c+16/116,E=E>.008856?Math.pow(E,1/3):7.787*E+16/116,P=P>.008856?Math.pow(P,1/3):7.787*P+16/116,m=116*E-16,a=500*(c-E),f=200*(E-P),[m,a,f]},p.lab.xyz=function(s){var c=s[0],E=s[1],P=s[2],m,a,f;a=(c+16)/116,m=E/500+a,f=a-P/200;var d=Math.pow(a,3),h=Math.pow(m,3),T=Math.pow(f,3);return a=d>.008856?d:(a-16/116)/7.787,m=h>.008856?h:(m-16/116)/7.787,f=T>.008856?T:(f-16/116)/7.787,m*=95.047,a*=100,f*=108.883,[m,a,f]},p.lab.lch=function(s){var c=s[0],E=s[1],P=s[2],m,a,f;return m=Math.atan2(P,E),a=m*360/2/Math.PI,a<0&&(a+=360),f=Math.sqrt(E*E+P*P),[c,f,a]},p.lch.lab=function(s){var c=s[0],E=s[1],P=s[2],m,a,f;return f=P/360*2*Math.PI,m=E*Math.cos(f),a=E*Math.sin(f),[c,m,a]},p.rgb.ansi16=function(s){var c=s[0],E=s[1],P=s[2],m=1 in arguments?arguments[1]:p.rgb.hsv(s)[2];if(m=Math.round(m/50),m===0)return 30;var a=30+(Math.round(P/255)<<2|Math.round(E/255)<<1|Math.round(c/255));return m===2&&(a+=60),a},p.hsv.ansi16=function(s){return p.rgb.ansi16(p.hsv.rgb(s),s[2])},p.rgb.ansi256=function(s){var c=s[0],E=s[1],P=s[2];if(c===E&&E===P)return c<8?16:c>248?231:Math.round((c-8)/247*24)+232;var m=16+36*Math.round(c/255*5)+6*Math.round(E/255*5)+Math.round(P/255*5);return m},p.ansi16.rgb=function(s){var c=s%10;if(c===0||c===7)return s>50&&(c+=3.5),c=c/10.5*255,[c,c,c];var E=(~~(s>50)+1)*.5,P=(c&1)*E*255,m=(c>>1&1)*E*255,a=(c>>2&1)*E*255;return[P,m,a]},p.ansi256.rgb=function(s){if(s>=232){var c=(s-232)*10+8;return[c,c,c]}s-=16;var E,P=Math.floor(s/36)/5*255,m=Math.floor((E=s%36)/6)/5*255,a=E%6/5*255;return[P,m,a]},p.rgb.hex=function(s){var c=((Math.round(s[0])&255)<<16)+((Math.round(s[1])&255)<<8)+(Math.round(s[2])&255),E=c.toString(16).toUpperCase();return"000000".substring(E.length)+E},p.hex.rgb=function(s){var c=s.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!c)return[0,0,0];var E=c[0];c[0].length===3&&(E=E.split("").map(function(d){return d+d}).join(""));var P=parseInt(E,16),m=P>>16&255,a=P>>8&255,f=P&255;return[m,a,f]},p.rgb.hcg=function(s){var c=s[0]/255,E=s[1]/255,P=s[2]/255,m=Math.max(Math.max(c,E),P),a=Math.min(Math.min(c,E),P),f=m-a,d,h;return f<1?d=a/(1-f):d=0,f<=0?h=0:m===c?h=(E-P)/f%6:m===E?h=2+(P-c)/f:h=4+(c-E)/f+4,h/=6,h%=1,[h*360,f*100,d*100]},p.hsl.hcg=function(s){var c=s[1]/100,E=s[2]/100,P=1,m=0;return E<.5?P=2*c*E:P=2*c*(1-E),P<1&&(m=(E-.5*P)/(1-P)),[s[0],P*100,m*100]},p.hsv.hcg=function(s){var c=s[1]/100,E=s[2]/100,P=c*E,m=0;return P<1&&(m=(E-P)/(1-P)),[s[0],P*100,m*100]},p.hcg.rgb=function(s){var c=s[0]/360,E=s[1]/100,P=s[2]/100;if(E===0)return[P*255,P*255,P*255];var m=[0,0,0],a=c%1*6,f=a%1,d=1-f,h=0;switch(Math.floor(a)){case 0:m[0]=1,m[1]=f,m[2]=0;break;case 1:m[0]=d,m[1]=1,m[2]=0;break;case 2:m[0]=0,m[1]=1,m[2]=f;break;case 3:m[0]=0,m[1]=d,m[2]=1;break;case 4:m[0]=f,m[1]=0,m[2]=1;break;default:m[0]=1,m[1]=0,m[2]=d}return h=(1-E)*P,[(E*m[0]+h)*255,(E*m[1]+h)*255,(E*m[2]+h)*255]},p.hcg.hsv=function(s){var c=s[1]/100,E=s[2]/100,P=c+E*(1-c),m=0;return P>0&&(m=c/P),[s[0],m*100,P*100]},p.hcg.hsl=function(s){var c=s[1]/100,E=s[2]/100,P=E*(1-c)+.5*c,m=0;return P>0&&P<.5?m=c/(2*P):P>=.5&&P<1&&(m=c/(2*(1-P))),[s[0],m*100,P*100]},p.hcg.hwb=function(s){var c=s[1]/100,E=s[2]/100,P=c+E*(1-c);return[s[0],(P-c)*100,(1-P)*100]},p.hwb.hcg=function(s){var c=s[1]/100,E=s[2]/100,P=1-E,m=P-c,a=0;return m<1&&(a=(P-m)/(1-m)),[s[0],m*100,a*100]},p.apple.rgb=function(s){return[s[0]/65535*255,s[1]/65535*255,s[2]/65535*255]},p.rgb.apple=function(s){return[s[0]/255*65535,s[1]/255*65535,s[2]/255*65535]},p.gray.rgb=function(s){return[s[0]/100*255,s[0]/100*255,s[0]/100*255]},p.gray.hsl=p.gray.hsv=function(s){return[0,0,s[0]]},p.gray.hwb=function(s){return[0,100,s[0]]},p.gray.cmyk=function(s){return[0,0,0,s[0]]},p.gray.lab=function(s){return[s[0],0,0]},p.gray.hex=function(s){var c=Math.round(s[0]/100*255)&255,E=(c<<16)+(c<<8)+c,P=E.toString(16).toUpperCase();return"000000".substring(P.length)+P},p.rgb.gray=function(s){var c=(s[0]+s[1]+s[2])/3;return[c/255*100]},ys.exports}r(ya,"requireConversions");var _s,ha;function Dd(){if(ha)return _s;ha=1;var e=ya();function l(){for(var i={},t=Object.keys(e),o=t.length,s=0;s<o;s++)i[t[s]]={distance:-1,parent:null};return i}r(l,"buildGraph");function n(i){var t=l(),o=[i];for(t[i].distance=0;o.length;)for(var s=o.pop(),c=Object.keys(e[s]),E=c.length,P=0;P<E;P++){var m=c[P],a=t[m];a.distance===-1&&(a.distance=t[s].distance+1,a.parent=s,o.unshift(m))}return t}r(n,"deriveBFS");function p(i,t){return function(o){return t(i(o))}}r(p,"link");function u(i,t){for(var o=[t[i].parent,i],s=e[t[i].parent][i],c=t[i].parent;t[c].parent;)o.unshift(t[c].parent),s=p(e[t[c].parent][c],s),c=t[c].parent;return s.conversion=o,s}return r(u,"wrapConversion"),_s=r(function(i){for(var t=n(i),o={},s=Object.keys(t),c=s.length,E=0;E<c;E++){var P=s[E],m=t[P];m.parent!==null&&(o[P]=u(P,t))}return o},"route"),_s}r(Dd,"requireRoute");var vs,_a;function Od(){if(_a)return vs;_a=1;var e=ya(),l=Dd(),n={},p=Object.keys(e);function u(t){var o=r(function(s){return s==null?s:(arguments.length>1&&(s=Array.prototype.slice.call(arguments)),t(s))},"wrappedFn");return"conversion"in t&&(o.conversion=t.conversion),o}r(u,"wrapRaw");function i(t){var o=r(function(s){if(s==null)return s;arguments.length>1&&(s=Array.prototype.slice.call(arguments));var c=t(s);if(typeof c=="object")for(var E=c.length,P=0;P<E;P++)c[P]=Math.round(c[P]);return c},"wrappedFn");return"conversion"in t&&(o.conversion=t.conversion),o}return r(i,"wrapRounded"),p.forEach(function(t){n[t]={},Object.defineProperty(n[t],"channels",{value:e[t].channels}),Object.defineProperty(n[t],"labels",{value:e[t].labels});var o=l(t),s=Object.keys(o);s.forEach(function(c){var E=o[c];n[t][c]=i(E),n[t][c].raw=u(E)})}),vs=n,vs}r(Od,"requireColorConvert"),gi.exports;var va;function wd(){return va||(va=1,(function(e){const l=Od(),n=r((t,o)=>function(){return`\x1B[${t.apply(l,arguments)+o}m`},"wrapAnsi16"),p=r((t,o)=>function(){const s=t.apply(l,arguments);return`\x1B[${38+o};5;${s}m`},"wrapAnsi256"),u=r((t,o)=>function(){const s=t.apply(l,arguments);return`\x1B[${38+o};2;${s[0]};${s[1]};${s[2]}m`},"wrapAnsi16m");function i(){const t=new Map,o={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],gray:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};o.color.grey=o.color.gray;for(const E of Object.keys(o)){const P=o[E];for(const m of Object.keys(P)){const a=P[m];o[m]={open:`\x1B[${a[0]}m`,close:`\x1B[${a[1]}m`},P[m]=o[m],t.set(a[0],a[1])}Object.defineProperty(o,E,{value:P,enumerable:!1}),Object.defineProperty(o,"codes",{value:t,enumerable:!1})}const s=r(E=>E,"ansi2ansi"),c=r((E,P,m)=>[E,P,m],"rgb2rgb");o.color.close="\x1B[39m",o.bgColor.close="\x1B[49m",o.color.ansi={ansi:n(s,0)},o.color.ansi256={ansi256:p(s,0)},o.color.ansi16m={rgb:u(c,0)},o.bgColor.ansi={ansi:n(s,10)},o.bgColor.ansi256={ansi256:p(s,10)},o.bgColor.ansi16m={rgb:u(c,10)};for(let E of Object.keys(l)){if(typeof l[E]!="object")continue;const P=l[E];E==="ansi16"&&(E="ansi"),"ansi16"in P&&(o.color.ansi[E]=n(P.ansi16,0),o.bgColor.ansi[E]=n(P.ansi16,10)),"ansi256"in P&&(o.color.ansi256[E]=p(P.ansi256,0),o.bgColor.ansi256[E]=p(P.ansi256,10)),"rgb"in P&&(o.color.ansi16m[E]=u(P.rgb,0),o.bgColor.ansi16m[E]=u(P.rgb,10))}return o}r(i,"assembleStyles"),Object.defineProperty(e,"exports",{enumerable:!0,get:i})})(gi)),gi.exports}r(wd,"requireAnsiStyles");var bs,ba;function Md(){return ba||(ba=1,bs=r((e,l)=>{l=l||process.argv;const n=e.startsWith("-")?"":e.length===1?"-":"--",p=l.indexOf(n+e),u=l.indexOf("--");return p!==-1&&(u===-1?!0:p<u)},"hasFlag")),bs}r(Md,"requireHasFlag");var gs,ga;function Id(){if(ga)return gs;ga=1;const e=id,l=Md(),n=process.env;let p;l("no-color")||l("no-colors")||l("color=false")?p=!1:(l("color")||l("colors")||l("color=true")||l("color=always"))&&(p=!0),"FORCE_COLOR"in n&&(p=n.FORCE_COLOR.length===0||parseInt(n.FORCE_COLOR,10)!==0);function u(o){return o===0?!1:{level:o,hasBasic:!0,has256:o>=2,has16m:o>=3}}r(u,"translateLevel");function i(o){if(p===!1)return 0;if(l("color=16m")||l("color=full")||l("color=truecolor"))return 3;if(l("color=256"))return 2;if(o&&!o.isTTY&&p!==!0)return 0;const s=p?1:0;if(process.platform==="win32"){const c=e.release().split(".");return Number(process.versions.node.split(".")[0])>=8&&Number(c[0])>=10&&Number(c[2])>=10586?Number(c[2])>=14931?3:2:1}if("CI"in n)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some(c=>c in n)||n.CI_NAME==="codeship"?1:s;if("TEAMCITY_VERSION"in n)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(n.TEAMCITY_VERSION)?1:0;if(n.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in n){const c=parseInt((n.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(n.TERM_PROGRAM){case"iTerm.app":return c>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(n.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(n.TERM)||"COLORTERM"in n?1:(n.TERM==="dumb",s)}r(i,"supportsColor");function t(o){const s=i(o);return u(s)}return r(t,"getSupportLevel"),gs={supportsColor:t,stdout:t(process.stdout),stderr:t(process.stderr)},gs}r(Id,"requireSupportsColor");var Ss,Sa;function Ud(){if(Sa)return Ss;Sa=1;const e=/(?:\\(u[a-f\d]{4}|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi,l=/(?:^|\.)(\w+)(?:\(([^)]*)\))?/g,n=/^(['"])((?:\\.|(?!\1)[^\\])*)\1$/,p=/\\(u[a-f\d]{4}|x[a-f\d]{2}|.)|([^\\])/gi,u=new Map([["n",`
|
|
2
2
|
`],["r","\r"],["t"," "],["b","\b"],["f","\f"],["v","\v"],["0","\0"],["\\","\\"],["e","\x1B"],["a","\x07"]]);function i(c){return c[0]==="u"&&c.length===5||c[0]==="x"&&c.length===3?String.fromCharCode(parseInt(c.slice(1),16)):u.get(c)||c}r(i,"unescape");function t(c,E){const P=[],m=E.trim().split(/\s*,\s*/g);let a;for(const f of m)if(!isNaN(f))P.push(Number(f));else if(a=f.match(n))P.push(a[2].replace(p,(d,h,T)=>h?i(h):T));else throw new Error(`Invalid Chalk template style argument: ${f} (in style '${c}')`);return P}r(t,"parseArguments");function o(c){l.lastIndex=0;const E=[];let P;for(;(P=l.exec(c))!==null;){const m=P[1];if(P[2]){const a=t(m,P[2]);E.push([m].concat(a))}else E.push([m])}return E}r(o,"parseStyle");function s(c,E){const P={};for(const a of E)for(const f of a.styles)P[f[0]]=a.inverse?null:f.slice(1);let m=c;for(const a of Object.keys(P))if(Array.isArray(P[a])){if(!(a in m))throw new Error(`Unknown Chalk style: ${a}`);P[a].length>0?m=m[a].apply(m,P[a]):m=m[a]}return m}return r(s,"buildStyle"),Ss=r((c,E)=>{const P=[],m=[];let a=[];if(E.replace(e,(f,d,h,T,g,A)=>{if(d)a.push(i(d));else if(T){const y=a.join("");a=[],m.push(P.length===0?y:s(c,P)(y)),P.push({inverse:h,styles:o(T)})}else if(g){if(P.length===0)throw new Error("Found extraneous } in Chalk template literal");m.push(s(c,P)(a.join(""))),a=[],P.pop()}else a.push(A)}),m.push(a.join("")),P.length>0){const f=`Chalk template literal is missing ${P.length} closing bracket${P.length===1?"":"s"} (\`}\`)`;throw new Error(f)}return m.join("")},"templates"),Ss}r(Ud,"requireTemplates");var Ya;function Aa(){return Ya||(Ya=1,(function(e){const l=Rd(),n=wd(),p=Id().stdout,u=Ud(),i=process.platform==="win32"&&!(process.env.TERM||"").toLowerCase().startsWith("xterm"),t=["ansi","ansi","ansi256","ansi16m"],o=new Set(["gray"]),s=Object.create(null);function c(d,h){h=h||{};const T=p?p.level:0;d.level=h.level===void 0?T:h.level,d.enabled="enabled"in h?h.enabled:d.level>0}r(c,"applyOptions");function E(d){if(!this||!(this instanceof E)||this.template){const h={};return c(h,d),h.template=function(){const T=[].slice.call(arguments);return f.apply(null,[h.template].concat(T))},Object.setPrototypeOf(h,E.prototype),Object.setPrototypeOf(h.template,h),h.template.constructor=E,h.template}c(this,d)}r(E,"Chalk"),i&&(n.blue.open="\x1B[94m");for(const d of Object.keys(n))n[d].closeRe=new RegExp(l(n[d].close),"g"),s[d]={get(){const h=n[d];return m.call(this,this._styles?this._styles.concat(h):[h],this._empty,d)}};s.visible={get(){return m.call(this,this._styles||[],!0,"visible")}},n.color.closeRe=new RegExp(l(n.color.close),"g");for(const d of Object.keys(n.color.ansi))o.has(d)||(s[d]={get(){const h=this.level;return function(){const g={open:n.color[t[h]][d].apply(null,arguments),close:n.color.close,closeRe:n.color.closeRe};return m.call(this,this._styles?this._styles.concat(g):[g],this._empty,d)}}});n.bgColor.closeRe=new RegExp(l(n.bgColor.close),"g");for(const d of Object.keys(n.bgColor.ansi)){if(o.has(d))continue;const h="bg"+d[0].toUpperCase()+d.slice(1);s[h]={get(){const T=this.level;return function(){const A={open:n.bgColor[t[T]][d].apply(null,arguments),close:n.bgColor.close,closeRe:n.bgColor.closeRe};return m.call(this,this._styles?this._styles.concat(A):[A],this._empty,d)}}}}const P=Object.defineProperties(()=>{},s);function m(d,h,T){const g=r(function(){return a.apply(g,arguments)},"builder");g._styles=d,g._empty=h;const A=this;return Object.defineProperty(g,"level",{enumerable:!0,get(){return A.level},set(y){A.level=y}}),Object.defineProperty(g,"enabled",{enumerable:!0,get(){return A.enabled},set(y){A.enabled=y}}),g.hasGrey=this.hasGrey||T==="gray"||T==="grey",g.__proto__=P,g}r(m,"build");function a(){const d=arguments,h=d.length;let T=String(arguments[0]);if(h===0)return"";if(h>1)for(let A=1;A<h;A++)T+=" "+d[A];if(!this.enabled||this.level<=0||!T)return this._empty?"":T;const g=n.dim.open;i&&this.hasGrey&&(n.dim.open="");for(const A of this._styles.slice().reverse())T=A.open+T.replace(A.closeRe,A.open)+A.close,T=T.replace(/\r?\n/g,`${A.close}$&${A.open}`);return n.dim.open=g,T}r(a,"applyStyle");function f(d,h){if(!Array.isArray(h))return[].slice.call(arguments,1).join(" ");const T=[].slice.call(arguments,2),g=[h.raw[0]];for(let A=1;A<h.length;A++)g.push(String(T[A-1]).replace(/[{}\\]/g,"\\$&")),g.push(String(h.raw[A]));return u(d,g.join(""))}r(f,"chalkTag"),Object.defineProperties(E.prototype,s),e.exports=E(),e.exports.supportsColor=p,e.exports.default=e.exports})(Ps)),Ps.exports}r(Aa,"requireChalk");var Ca;function xd(){if(Ca)return He;Ca=1,Object.defineProperty(He,"__esModule",{value:!0}),He.default=f,He.shouldHighlight=P;var e=Yd(),l=Ld(),n=u(Aa(),!0);function p(d){if(typeof WeakMap!="function")return null;var h=new WeakMap,T=new WeakMap;return(p=r(function(g){return g?T:h},"_getRequireWildcardCache"))(d)}r(p,"_getRequireWildcardCache");function u(d,h){if(d===null||typeof d!="object"&&typeof d!="function")return{default:d};var T=p(h);if(T&&T.has(d))return T.get(d);var g={__proto__:null},A=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var y in d)if(y!=="default"&&Object.prototype.hasOwnProperty.call(d,y)){var C=A?Object.getOwnPropertyDescriptor(d,y):null;C&&(C.get||C.set)?Object.defineProperty(g,y,C):g[y]=d[y]}return g.default=d,T&&T.set(d,g),g}r(u,"_interopRequireWildcard");const i=new Set(["as","async","from","get","of","set"]);function t(d){return{keyword:d.cyan,capitalized:d.yellow,jsxIdentifier:d.yellow,punctuator:d.yellow,number:d.magenta,string:d.green,regex:d.magenta,comment:d.grey,invalid:d.white.bgRed.bold}}r(t,"getDefs");const o=/\r\n|[\n\r\u2028\u2029]/,s=/^[()[\]{}]$/;let c;{const d=/^[a-z][\w-]*$/i,h=r(function(T,g,A){if(T.type==="name"){if((0,l.isKeyword)(T.value)||(0,l.isStrictReservedWord)(T.value,!0)||i.has(T.value))return"keyword";if(d.test(T.value)&&(A[g-1]==="<"||A.slice(g-2,g)=="</"))return"jsxIdentifier";if(T.value[0]!==T.value[0].toLowerCase())return"capitalized"}return T.type==="punctuator"&&s.test(T.value)?"bracket":T.type==="invalid"&&(T.value==="@"||T.value==="#")?"punctuator":T.type},"getTokenType");c=r(function*(T){let g;for(;g=e.default.exec(T);){const A=e.matchToToken(g);yield{type:h(A,g.index,T),value:A.value}}},"tokenize")}function E(d,h){let T="";for(const{type:g,value:A}of c(h)){const y=d[g];y?T+=A.split(o).map(C=>y(C)).join(`
|
|
3
3
|
`):T+=A}return T}r(E,"highlightTokens");function P(d){return n.default.level>0||d.forceColor}r(P,"shouldHighlight");let m;function a(d){if(d){var h;return(h=m)!=null||(m=new n.default.constructor({enabled:!0,level:1})),m}return n.default}r(a,"getChalk"),He.getChalk=d=>a(d.forceColor);function f(d,h={}){if(d!==""&&P(h)){const T=t(a(h.forceColor));return E(T,d)}else return d}return r(f,"highlight"),He}r(xd,"requireLib$5");var La;function Fd(){if(La)return nt;La=1,Object.defineProperty(nt,"__esModule",{value:!0}),nt.codeFrameColumns=E,nt.default=P;var e=xd(),l=p(Aa(),!0);function n(m){if(typeof WeakMap!="function")return null;var a=new WeakMap,f=new WeakMap;return(n=r(function(d){return d?f:a},"_getRequireWildcardCache"))(m)}r(n,"_getRequireWildcardCache");function p(m,a){if(m===null||typeof m!="object"&&typeof m!="function")return{default:m};var f=n(a);if(f&&f.has(m))return f.get(m);var d={__proto__:null},h=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var T in m)if(T!=="default"&&Object.prototype.hasOwnProperty.call(m,T)){var g=h?Object.getOwnPropertyDescriptor(m,T):null;g&&(g.get||g.set)?Object.defineProperty(d,T,g):d[T]=m[T]}return d.default=m,f&&f.set(m,d),d}r(p,"_interopRequireWildcard");let u;function i(m){if(m){var a;return(a=u)!=null||(u=new l.default.constructor({enabled:!0,level:1})),u}return l.default}r(i,"getChalk");let t=!1;function o(m){return{gutter:m.grey,marker:m.red.bold,message:m.red.bold}}r(o,"getDefs");const s=/\r\n|[\n\r\u2028\u2029]/;function c(m,a,f){const d=Object.assign({column:0,line:-1},m.start),h=Object.assign({},d,m.end),{linesAbove:T=2,linesBelow:g=3}=f||{},A=d.line,y=d.column,C=h.line,R=h.column;let D=Math.max(A-(T+1),0),O=Math.min(a.length,C+g);A===-1&&(D=0),C===-1&&(O=a.length);const B=C-A,j={};if(B)for(let F=0;F<=B;F++){const q=F+A;if(!y)j[q]=!0;else if(F===0){const U=a[q-1].length;j[q]=[y,U-y+1]}else if(F===B)j[q]=[0,R];else{const U=a[q-F].length;j[q]=[0,U]}}else y===R?y?j[A]=[y,0]:j[A]=!0:j[A]=[y,R-y];return{start:D,end:O,markerLines:j}}r(c,"getMarkerLines");function E(m,a,f={}){const d=(f.highlightCode||f.forceColor)&&(0,e.shouldHighlight)(f),h=i(f.forceColor),T=o(h),g=r((F,q)=>d?F(q):q,"maybeHighlight"),A=m.split(s),{start:y,end:C,markerLines:R}=c(a,A,f),D=a.start&&typeof a.start.column=="number",O=String(C).length;let j=(d?(0,e.default)(m,f):m).split(s,C).slice(y,C).map((F,q)=>{const U=y+1+q,J=` ${` ${U}`.slice(-O)} |`,$=R[U],z=!R[U+1];if($){let Q="";if(Array.isArray($)){const Z=F.slice(0,Math.max($[0]-1,0)).replace(/[^\t]/g," "),Ce=$[1]||1;Q=[`
|
|
4
4
|
`,g(T.gutter,J.replace(/\d/g," "))," ",Z,g(T.marker,"^").repeat(Ce)].join(""),z&&f.message&&(Q+=" "+g(T.message,f.message))}return[g(T.marker,">"),g(T.gutter,J),F.length>0?` ${F}`:"",Q].join("")}else return` ${g(T.gutter,J)}${F.length>0?` ${F}`:""}`}).join(`
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var Qf=Object.defineProperty;var r=(e,l)=>Qf(e,"name",{value:l,configurable:!0});import{getTsconfig as Zf}from"get-tsconfig";import ed from"@eslint/js";import hi from"globals";import zo from"confusing-browser-globals";import{createRequire as td}from"node:module";import{f as is}from"./index-C3zPrSIs.mjs";import Xo from"@eslint-community/eslint-plugin-eslint-comments";import rd from"@stylistic/eslint-plugin";import{fileURLToPath as Jo}from"node:url";import We from"eslint-plugin-import-x";import ss from"@typescript-eslint/eslint-plugin";import nd from"@typescript-eslint/parser";import Qo from"eslint-plugin-regexp";import _i from"node:fs";import os from"eslint-plugin-n";import Zo from"node:path";import"node:fs/promises";import id from"os";import ea from"url";import sd from"util";import ta from"eslint-plugin-promise";import od from"@eslint/markdown";import ad from"eslint-plugin-jsonc";import as from"eslint-plugin-yml";import ld from"yaml-eslint-parser";import ra from"eslint-plugin-no-use-extend-native";import na from"eslint-plugin-unicorn";import tt from"eslint-plugin-react";import ia from"eslint-plugin-react-hooks";import ls from"eslint-plugin-vue";import ud from"vue-eslint-parser";import{v as cd}from"./package-BS7GUdCL.mjs";import sa from"eslint/use-at-your-own-risk";import us from"eslint";import"node:process";const pd=["files","ignores","languageOptions","linterOptions","plugins","rules","settings"],oa=r(e=>{for(const l of pd){const n=e[l];if(!(typeof n!="object"||n===null)){if(Object.freeze(n),l==="rules"){const p=n;for(const u in p)if(Object.hasOwn(p,u)){const i=p[u];i&&Object.freeze(i)}}if(l==="languageOptions"){const p=n;p.parserOptions&&Object.freeze(p.parserOptions),p.globals&&Object.freeze(p.globals)}}}return Object.freeze(e)},"deepFreeze"),x=r(e=>Array.isArray(e)?e.map(oa):oa(e),"defineConfig"),cs=td(`${process.cwd()}/`);let vi;const Ed=r(()=>{if(vi)return vi;const e=is("package.json");if(e)try{return vi=cs(e).name,vi}catch{}},"getCurrentPackageName"),Ye=r(e=>{try{return cs.resolve(e),!0}catch{}return Ed()===e},"isInstalled"),fd=r(e=>{let l;try{l=cs(e)}catch(n){return n.code==="ERR_REQUIRE_ESM"&&console.warn(`Error requiring module "${e}":`,n),[]}return Object.keys(l)},"getExports"),ps=ed.configs.recommended.rules,Es={"accessor-pairs":"error","array-callback-return":["error",{allowImplicit:!0}],"arrow-body-style":["error","as-needed"],"block-scoped-var":"error",camelcase:["error",{ignoreDestructuring:!1,properties:"never"}],complexity:["warn",10],"consistent-return":"off",curly:"error","default-case":["error",{commentPattern:"^no default$"}],"default-case-last":"error","default-param-last":"error","dot-notation":["error",{allowKeywords:!0}],eqeqeq:["error","always",{null:"ignore"}],"func-name-matching":["off","always",{considerPropertyDescriptor:!0,includeCommonJSModuleExports:!1}],"func-names":"warn","func-style":["error","declaration",{allowArrowFunctions:!0}],"getter-return":["error",{allowImplicit:!0}],"grouped-accessor-pairs":["error","getBeforeSet"],"guard-for-in":"error","id-blacklist":"off","id-denylist":"off","id-length":"off","id-match":"off","init-declarations":"off","max-depth":["off",4],"max-lines":["off",{max:300,skipBlankLines:!0,skipComments:!0}],"max-lines-per-function":["off",{IIFEs:!0,max:50,skipBlankLines:!0,skipComments:!0}],"max-nested-callbacks":["warn",6],"max-params":["warn",5],"new-cap":["error",{capIsNew:!1,capIsNewExceptions:["Immutable.Map","Immutable.Set","Immutable.List"],newIsCap:!0,newIsCapExceptions:[]}],"newline-after-var":"off","newline-before-return":"off","no-alert":"warn","no-array-constructor":"error","no-bitwise":"error","no-caller":"error","no-catch-shadow":"off","no-cond-assign":["error","always"],"no-console":"warn","no-constant-condition":"warn","no-constructor-return":"error","no-duplicate-imports":"off","no-else-return":["error",{allowElseIf:!1}],"no-empty":["error",{allowEmptyCatch:!0}],"no-empty-function":["error",{allow:["arrowFunctions","functions","methods"]}],"no-eq-null":"error","no-eval":"error","no-extend-native":"error","no-extra-bind":"error","no-extra-label":"error","no-implicit-coercion":["off",{allow:[],boolean:!1,number:!0,string:!0}],"no-implicit-globals":"error","no-implied-eval":"error","no-inline-comments":"off","no-inner-declarations":"off","no-iterator":"error","no-label-var":"error","no-labels":["error",{allowLoop:!0,allowSwitch:!1}],"no-lone-blocks":"error","no-lonely-if":"error","no-loop-func":"error","no-magic-numbers":["off",{detectObjects:!1,enforceConst:!0,ignore:[],ignoreArrayIndexes:!0}],"no-multi-assign":["error"],"no-multi-str":"error","no-negated-condition":"off","no-nested-ternary":"error","no-new":"error","no-new-func":"error","no-object-constructor":"error","no-new-wrappers":"error","no-octal-escape":"error","no-plusplus":"error","no-promise-executor-return":"error","no-proto":"error","no-restricted-exports":["error",{restrictedNamedExports:["then"]}],"no-restricted-globals":["error",...zo],"no-restricted-imports":["off",{paths:[],patterns:[]}],"no-restricted-properties":["error",{message:"arguments.callee is deprecated",object:"arguments",property:"callee"},{message:"Please use Number.isFinite instead",object:"global",property:"isFinite"},{message:"Please use Number.isFinite instead",object:"self",property:"isFinite"},{message:"Please use Number.isFinite instead",object:"window",property:"isFinite"},{message:"Please use Number.isNaN instead",object:"global",property:"isNaN"},{message:"Please use Number.isNaN instead",object:"self",property:"isNaN"},{message:"Please use Number.isNaN instead",object:"window",property:"isNaN"},{message:"Please use Object.defineProperty instead.",property:"__defineGetter__"},{message:"Please use Object.defineProperty instead.",property:"__defineSetter__"},{message:"Use the exponentiation operator (**) instead.",object:"Math",property:"pow"}],"no-return-assign":["error","always"],"no-script-url":"error","no-self-assign":["error",{props:!0}],"no-self-compare":"error","no-sequences":"error","no-shadow":["error",{allow:[...Ye("manten")?["test","describe","runTestSuite","onFinish","fixture"]:[],...Ye("tasuku")?["task","setTitle","setError","setWarning","setStatus","setOutput"]:[]]}],"no-throw-literal":"error","no-undef-init":"error","no-unmodified-loop-condition":"off","no-unneeded-ternary":["error",{defaultAssignment:!1}],"no-unreachable-loop":"error","no-unused-expressions":["error",{allowShortCircuit:!1,allowTaggedTemplates:!1,allowTernary:!1}],"no-unused-vars":["error",{args:"after-used",ignoreRestSiblings:!0,vars:"all"}],"no-use-before-define":"off","no-useless-call":"off","no-useless-computed-key":"error","no-useless-concat":"error","no-useless-constructor":"error","no-useless-rename":["error",{ignoreDestructuring:!1,ignoreExport:!1,ignoreImport:!1}],"no-useless-return":"error","no-var":"error","no-void":"error","no-warning-comments":["off",{location:"start",terms:["todo","fixme","xxx"]}],"object-shorthand":["error","always",{ignoreConstructors:!1}],"one-var":["error","never"],"operator-assignment":["error","always"],"prefer-arrow-callback":["error",{allowNamedFunctions:!1,allowUnboundThis:!0}],"prefer-const":["error",{destructuring:"any",ignoreReadBeforeAssign:!0}],"prefer-destructuring":["error",{VariableDeclarator:{array:!1,object:!0},AssignmentExpression:{array:!1,object:!1}},{enforceForRenamedProperties:!1}],"prefer-exponentiation-operator":"error","prefer-named-capture-group":"off","prefer-numeric-literals":"error","prefer-object-spread":"error","prefer-promise-reject-errors":["error",{allowEmptyReject:!0}],"prefer-reflect":"off","prefer-regex-literals":["error",{disallowRedundantWrapping:!0}],"prefer-rest-params":"off","prefer-spread":"error","prefer-template":"error",radix:"error","require-atomic-updates":"off","require-await":"off","require-unicode-regexp":"off","sort-imports":["off",{ignoreCase:!1,ignoreDeclarationSort:!1,ignoreMemberSort:!1,memberSyntaxSortOrder:["none","all","multiple","single"]}],"sort-keys":["off","asc",{caseSensitive:!1,natural:!0}],"sort-vars":"off","symbol-description":"error","unicode-bom":["error","never"],"valid-typeof":["error",{requireStringLiterals:!0}],"vars-on-top":"error",yoda:"error"},aa=Object.entries(Es).filter(([e])=>ps[e]&&ps[e]===Es[e]);if(aa.length>0)throw new Error(`Duplicate rules with ESLint recommendations found: ${aa.map(([e])=>e).join(", ")}`);const bi=x({languageOptions:{globals:hi["shared-node-browser"]},rules:{...ps,...Es}}),dd=x({files:["**/*.sw.{js,ts}"],languageOptions:{globals:hi.serviceworker},rules:{"no-restricted-globals":["error",...zo.filter(e=>e!=="self")]}}),Td=["**/*.{js,jsx,cjs,mjs}"],Pd=["**/*.{ts,tsx,mts,cts}"],md=["**/*.vue"],rt=[...Td,...Pd,...md],yd=x({files:rt,plugins:{"@eslint-community/eslint-comments":Xo},rules:{...Xo.configs.recommended.rules,"@eslint-community/eslint-comments/no-unused-enable":"off"}}),fs=[x({plugins:{"@stylistic":rd}}),x({files:rt,rules:{"@stylistic/array-bracket-newline":["error","consistent"],"@stylistic/array-bracket-spacing":["error","never"],"@stylistic/array-element-newline":["error","consistent"],"@stylistic/arrow-parens":["error","as-needed",{requireForBlockBody:!0}],"@stylistic/arrow-spacing":["error",{after:!0,before:!0}],"@stylistic/block-spacing":["error","always"],"@stylistic/brace-style":["error","1tbs",{allowSingleLine:!0}],"@stylistic/comma-dangle":["error","always-multiline"],"@stylistic/comma-spacing":["error",{after:!0,before:!1}],"@stylistic/comma-style":["error","last",{exceptions:{ArrayExpression:!1,ArrayPattern:!1,ArrowFunctionExpression:!1,CallExpression:!1,FunctionDeclaration:!1,FunctionExpression:!1,ImportDeclaration:!1,NewExpression:!1,ObjectExpression:!1,ObjectPattern:!1,VariableDeclaration:!1}}],"@stylistic/computed-property-spacing":["error","never"],"@stylistic/dot-location":["error","property"],"@stylistic/eol-last":["error","always"],"@stylistic/function-call-spacing":["error","never"],"@stylistic/function-call-argument-newline":["error","consistent"],"@stylistic/function-paren-newline":["error","consistent"],"@stylistic/generator-star-spacing":["error",{after:!0,before:!1}],"@stylistic/implicit-arrow-linebreak":["error","beside"],"@stylistic/indent":["error","tab",{ArrayExpression:1,CallExpression:{arguments:1},flatTernaryExpressions:!1,FunctionDeclaration:{body:1,parameters:1},FunctionExpression:{body:1,parameters:1},ignoreComments:!1,ignoredNodes:["TemplateLiteral > *"],ImportDeclaration:1,ObjectExpression:1,outerIIFEBody:1,SwitchCase:1,VariableDeclarator:1}],"@stylistic/key-spacing":["error",{afterColon:!0,beforeColon:!1}],"@stylistic/keyword-spacing":["error",{after:!0,before:!0,overrides:{case:{after:!0},return:{after:!0},throw:{after:!0}}}],"@stylistic/linebreak-style":["error","unix"],"@stylistic/lines-around-comment":["error",{beforeBlockComment:!0,beforeLineComment:!1,afterHashbangComment:!0,allowBlockStart:!0,allowObjectStart:!0,allowArrayStart:!0,allowClassStart:!0}],"@stylistic/lines-between-class-members":["error","always",{exceptAfterSingleLine:!1}],"@stylistic/max-len":["error",100,2,{ignoreComments:!1,ignoreRegExpLiterals:!0,ignoreStrings:!0,ignoreTemplateLiterals:!0,ignoreUrls:!0}],"@stylistic/max-statements-per-line":["warn",{max:1}],"@stylistic/multiline-ternary":["error","always-multiline"],"@stylistic/new-parens":"error","@stylistic/newline-per-chained-call":["error",{ignoreChainWithDepth:4}],"@stylistic/no-confusing-arrow":["error",{allowParens:!0}],"@stylistic/no-extra-parens":["off","all",{conditionalAssign:!0,enforceForArrowConditionals:!1,ignoreJSX:"all",nestedBinaryExpressions:!1,returnAssign:!1}],"@stylistic/no-extra-semi":"error","@stylistic/no-floating-decimal":"error","@stylistic/no-mixed-operators":["error",{allowSamePrecedence:!1,groups:[["%","**"],["%","+"],["%","-"],["%","*"],["%","/"],["/","*"],["&","|","<<",">>",">>>"],["==","!=","===","!=="],["&&","||"]]}],"@stylistic/no-mixed-spaces-and-tabs":"error","@stylistic/no-multi-spaces":["error",{ignoreEOLComments:!1}],"@stylistic/no-multiple-empty-lines":["error",{max:1,maxBOF:0,maxEOF:0}],"@stylistic/no-trailing-spaces":["error",{ignoreComments:!1,skipBlankLines:!1}],"@stylistic/no-whitespace-before-property":"error","@stylistic/nonblock-statement-body-position":["error","beside",{overrides:{}}],"@stylistic/object-curly-newline":["error",{ExportDeclaration:{consistent:!0,minProperties:4,multiline:!0},ImportDeclaration:{consistent:!0,minProperties:4,multiline:!0},ObjectExpression:{consistent:!0,minProperties:4,multiline:!0},ObjectPattern:{consistent:!0,minProperties:4,multiline:!0}}],"@stylistic/object-curly-spacing":["error","always"],"@stylistic/object-property-newline":["error",{allowAllPropertiesOnSameLine:!1}],"@stylistic/one-var-declaration-per-line":["error","always"],"@stylistic/operator-linebreak":["error","before",{overrides:{"=":"none"}}],"@stylistic/padded-blocks":["error",{blocks:"never",classes:"never",switches:"never"},{allowSingleLineBlocks:!0}],"@stylistic/padding-line-between-statements":["error",{blankLine:"always",next:"*",prev:"directive"}],"@stylistic/quote-props":["error","as-needed",{keywords:!1,numbers:!1,unnecessary:!0}],"@stylistic/quotes":["error","single",{avoidEscape:!0}],"@stylistic/rest-spread-spacing":["error","never"],"@stylistic/semi":["error","always"],"@stylistic/semi-spacing":["error",{after:!0,before:!1}],"@stylistic/semi-style":["error","last"],"@stylistic/space-before-blocks":"error","@stylistic/space-before-function-paren":["error",{anonymous:"always",asyncArrow:"always",named:"never"}],"@stylistic/space-in-parens":["error","never"],"@stylistic/space-infix-ops":"error","@stylistic/space-unary-ops":["error",{nonwords:!1,overrides:{},words:!0}],"@stylistic/spaced-comment":["error","always",{block:{balanced:!0,exceptions:["-","+"],markers:["=","!",":","::"]},line:{exceptions:["-","+"],markers:["=","!","/"]}}],"@stylistic/switch-colon-spacing":["error",{after:!0,before:!1}],"@stylistic/template-curly-spacing":"error","@stylistic/template-tag-spacing":["error","never"],"@stylistic/wrap-iife":["error","inside",{functionPrototypeMethods:!1}],"@stylistic/yield-star-spacing":["error","after"]}})],hd=Jo(import.meta.resolve("#pkg-maps-resolver")),la=x({plugins:{"import-x":We},settings:{"import-x/ignore":["node_modules",String.raw`\.(css|svg|json)$`],"import-x/resolver":{node:{},[hd]:{}}},rules:{...We.configs.recommended.rules,"import-x/default":"off","import-x/dynamic-import-chunkname":["off",{importFunctions:[],webpackChunknameFormat:"[0-9a-zA-Z-_/.]+"}],"import-x/export":"error","import-x/exports-last":"off","import-x/extensions":["error","ignorePackages"],"import-x/first":"error","import-x/group-exports":"off","import-x/max-dependencies":["warn",{max:15}],"import-x/named":"error","import-x/namespace":"off","import-x/newline-after-import":"error","import-x/no-absolute-path":"error","import-x/no-amd":"error","import-x/no-anonymous-default-export":["off",{allowAnonymousClass:!1,allowAnonymousFunction:!1,allowArray:!1,allowArrowFunction:!1,allowLiteral:!1,allowObject:!1}],"import-x/no-commonjs":"off","import-x/no-cycle":["error",{ignoreExternal:!0,maxDepth:"\u221E"}],"import-x/no-duplicates":["error",{"prefer-inline":!0}],"import-x/no-extraneous-dependencies":["error",{devDependencies:["**/src/**","**/@types/**","build/**","build.{js,ts}","**/scripts/**","**/{test,tests,test-d}/**","**/{test,test-*}.js","**/*{.,_}{test,spec}.js","**/__{tests,mocks}__/**","**/*.config.{js,cjs,mjs,ts,cts,mts}","**/.*.js","examples/**","README.md"],optionalDependencies:!1}],"import-x/no-mutable-exports":"error","import-x/no-named-as-default":"error","import-x/no-named-as-default-member":"error","import-x/no-named-default":"error","import-x/no-self-import":"error","import-x/no-unresolved":["error",{caseSensitive:!0,commonjs:!0,ignore:["^https?://"]}],"import-x/no-useless-path-segments":["error",{commonjs:!0}],"import-x/no-webpack-loader-syntax":"error","import-x/order":"error","import-x/prefer-default-export":"off"}}),_d=[la,x({files:["**/src/**/*"],rules:{"import-x/no-dynamic-require":"error"}})],[,ua]=la.rules["import-x/no-extraneous-dependencies"],ds="**/*.{ts,tsx,mts,cts}",vd=x({files:[ds],languageOptions:{parser:nd,parserOptions:{ecmaVersion:"latest"}},settings:We.configs.typescript.settings}),bd=r(e=>{const l=e?.config?.compilerOptions?.allowImportingTsExtensions===!0;return x({files:[ds],plugins:{"@typescript-eslint":ss},settings:{...We.configs.typescript.settings,"import-x/resolver":{...We.configs.typescript.settings["import-x/resolver"],typescript:{}}},rules:{...ss.configs["eslint-recommended"].overrides[0].rules,...ss.configs.recommended.rules,...We.configs.typescript.rules,"@typescript-eslint/consistent-type-definitions":["error","type"],"@stylistic/member-delimiter-style":"error","@stylistic/operator-linebreak":["error","before",{overrides:{"=":"after"}}],"no-useless-constructor":"off","@typescript-eslint/no-useless-constructor":"error","no-empty-function":"off","@typescript-eslint/no-empty-function":["error",{allow:bi.rules["no-empty-function"][1].allow}],"@typescript-eslint/no-shadow":bi.rules["no-shadow"],"@typescript-eslint/no-unused-vars":["error",{...bi.rules["no-unused-vars"][1],argsIgnorePattern:"^_",caughtErrorsIgnorePattern:"^_",varsIgnorePattern:"^_"}],"@typescript-eslint/no-explicit-any":["error",{fixToUnknown:!1,ignoreRestArgs:!0}],"@typescript-eslint/consistent-type-imports":["error",{fixStyle:"inline-type-imports"}],"@typescript-eslint/no-import-type-side-effects":"error","func-style":"off","no-shadow":"off","prefer-rest-params":"off","import-x/extensions":l?"off":["error","ignorePackages",{ts:"never",tsx:"never",cts:"never",mts:"never"}],"import-x/no-extraneous-dependencies":["error",{...ua,devDependencies:ua.devDependencies.map(n=>n.replace(".js",".{js,ts}"))}],"unicorn/consistent-destructuring":"off","unicorn/no-array-callback-reference":"off","unicorn/no-useless-undefined":"off"}})},"typescript"),gd=x({files:rt,plugins:{regexp:Qo},rules:Qo.configs.recommended.rules});var ca=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Sd(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}r(Sd,"getDefaultExportFromCjs");var nt={},He={},it={},pa;function Yd(){return pa||(pa=1,Object.defineProperty(it,"__esModule",{value:!0}),it.default=/((['"])(?:(?!\2|\\).|\\(?:\r\n|[\s\S]))*(\2)?|`(?:[^`\\$]|\\[\s\S]|\$(?!\{)|\$\{(?:[^{}]|\{[^}]*\}?)*\}?)*(`)?)|(\/\/.*)|(\/\*(?:[^*]|\*(?!\/))*(\*\/)?)|(\/(?!\*)(?:\[(?:(?![\]\\]).|\\.)*\]|(?![\/\]\\]).|\\.)+\/(?:(?!\s*(?:\b|[\u0080-\uFFFF$\\'"~({]|[+\-!](?!=)|\.?\d))|[gmiyus]{1,6}\b(?![\u0080-\uFFFF$\\]|\s*(?:[+\-*%&|^<>!=?({]|\/(?![\/*])))))|(0[xX][\da-fA-F]+|0[oO][0-7]+|0[bB][01]+|(?:\d*\.\d+|\d+\.?)(?:[eE][+-]?\d+)?)|((?!\d)(?:(?!\s)[$\w\u0080-\uFFFF]|\\u[\da-fA-F]{4}|\\u\{[\da-fA-F]+\})+)|(--|\+\+|&&|\|\||=>|\.{3}|(?:[+\-\/%&|^]|\*{1,2}|<{1,2}|>{1,3}|!=?|={1,2})=?|[?~.,:;[\](){}])|(\s+)|(^$|[\s\S])/g,it.matchToToken=function(e){var l={type:"invalid",value:e[0],closed:void 0};return e[1]?(l.type="string",l.closed=!!(e[3]||e[4])):e[5]?l.type="comment":e[6]?(l.type="comment",l.closed=!!e[7]):e[8]?l.type="regex":e[9]?l.type="number":e[10]?l.type="name":e[11]?l.type="punctuator":e[12]&&(l.type="whitespace"),l}),it}r(Yd,"requireJsTokens");var Ts={},Ke={},Ea;function Ad(){if(Ea)return Ke;Ea=1,Object.defineProperty(Ke,"__esModule",{value:!0}),Ke.isIdentifierChar=s,Ke.isIdentifierName=c,Ke.isIdentifierStart=o;let e="\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309B-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC",l="\u200C\u200D\xB7\u0300-\u036F\u0387\u0483-\u0487\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u0669\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u06F0-\u06F9\u0711\u0730-\u074A\u07A6-\u07B0\u07C0-\u07C9\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0898-\u089F\u08CA-\u08E1\u08E3-\u0903\u093A-\u093C\u093E-\u094F\u0951-\u0957\u0962\u0963\u0966-\u096F\u0981-\u0983\u09BC\u09BE-\u09C4\u09C7\u09C8\u09CB-\u09CD\u09D7\u09E2\u09E3\u09E6-\u09EF\u09FE\u0A01-\u0A03\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A66-\u0A71\u0A75\u0A81-\u0A83\u0ABC\u0ABE-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AE2\u0AE3\u0AE6-\u0AEF\u0AFA-\u0AFF\u0B01-\u0B03\u0B3C\u0B3E-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B55-\u0B57\u0B62\u0B63\u0B66-\u0B6F\u0B82\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD7\u0BE6-\u0BEF\u0C00-\u0C04\u0C3C\u0C3E-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C66-\u0C6F\u0C81-\u0C83\u0CBC\u0CBE-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CE2\u0CE3\u0CE6-\u0CEF\u0CF3\u0D00-\u0D03\u0D3B\u0D3C\u0D3E-\u0D44\u0D46-\u0D48\u0D4A-\u0D4D\u0D57\u0D62\u0D63\u0D66-\u0D6F\u0D81-\u0D83\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0E50-\u0E59\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECE\u0ED0-\u0ED9\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E\u0F3F\u0F71-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102B-\u103E\u1040-\u1049\u1056-\u1059\u105E-\u1060\u1062-\u1064\u1067-\u106D\u1071-\u1074\u1082-\u108D\u108F-\u109D\u135D-\u135F\u1369-\u1371\u1712-\u1715\u1732-\u1734\u1752\u1753\u1772\u1773\u17B4-\u17D3\u17DD\u17E0-\u17E9\u180B-\u180D\u180F-\u1819\u18A9\u1920-\u192B\u1930-\u193B\u1946-\u194F\u19D0-\u19DA\u1A17-\u1A1B\u1A55-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AB0-\u1ABD\u1ABF-\u1ACE\u1B00-\u1B04\u1B34-\u1B44\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1B82\u1BA1-\u1BAD\u1BB0-\u1BB9\u1BE6-\u1BF3\u1C24-\u1C37\u1C40-\u1C49\u1C50-\u1C59\u1CD0-\u1CD2\u1CD4-\u1CE8\u1CED\u1CF4\u1CF7-\u1CF9\u1DC0-\u1DFF\u200C\u200D\u203F\u2040\u2054\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302F\u3099\u309A\u30FB\uA620-\uA629\uA66F\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA823-\uA827\uA82C\uA880\uA881\uA8B4-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F1\uA8FF-\uA909\uA926-\uA92D\uA947-\uA953\uA980-\uA983\uA9B3-\uA9C0\uA9D0-\uA9D9\uA9E5\uA9F0-\uA9F9\uAA29-\uAA36\uAA43\uAA4C\uAA4D\uAA50-\uAA59\uAA7B-\uAA7D\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEB-\uAAEF\uAAF5\uAAF6\uABE3-\uABEA\uABEC\uABED\uABF0-\uABF9\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFF10-\uFF19\uFF3F\uFF65";const n=new RegExp("["+e+"]"),p=new RegExp("["+e+l+"]");e=l=null;const u=[0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,14,29,6,37,11,29,3,35,5,7,2,4,43,157,19,35,5,35,5,39,9,51,13,10,2,14,2,6,2,1,2,10,2,14,2,6,2,1,68,310,10,21,11,7,25,5,2,41,2,8,70,5,3,0,2,43,2,1,4,0,3,22,11,22,10,30,66,18,2,1,11,21,11,25,71,55,7,1,65,0,16,3,2,2,2,28,43,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,56,50,14,50,14,35,349,41,7,1,79,28,11,0,9,21,43,17,47,20,28,22,13,52,58,1,3,0,14,44,33,24,27,35,30,0,3,0,9,34,4,0,13,47,15,3,22,0,2,0,36,17,2,24,20,1,64,6,2,0,2,3,2,14,2,9,8,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,19,0,13,4,159,52,19,3,21,2,31,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,14,0,72,26,38,6,186,43,117,63,32,7,3,0,3,7,2,1,2,23,16,0,2,0,95,7,3,38,17,0,2,0,29,0,11,39,8,0,22,0,12,45,20,0,19,72,264,8,2,36,18,0,50,29,113,6,2,1,2,37,22,0,26,5,2,1,2,31,15,0,328,18,16,0,2,12,2,33,125,0,80,921,103,110,18,195,2637,96,16,1071,18,5,4026,582,8634,568,8,30,18,78,18,29,19,47,17,3,32,20,6,18,689,63,129,74,6,0,67,12,65,1,2,0,29,6135,9,1237,43,8,8936,3,2,6,2,1,2,290,16,0,30,2,3,0,15,3,9,395,2309,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,1845,30,7,5,262,61,147,44,11,6,17,0,322,29,19,43,485,27,757,6,2,3,2,1,2,14,2,196,60,67,8,0,1205,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42719,33,4153,7,221,3,5761,15,7472,16,621,2467,541,1507,4938,6,4191],i=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,574,3,9,9,370,1,81,2,71,10,50,3,123,2,54,14,32,10,3,1,11,3,46,10,8,0,46,9,7,2,37,13,2,9,6,1,45,0,13,2,49,13,9,3,2,11,83,11,7,0,3,0,158,11,6,9,7,3,56,1,2,6,3,1,3,2,10,0,11,1,3,6,4,4,193,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,84,14,5,9,243,14,166,9,71,5,2,1,3,3,2,0,2,1,13,9,120,6,3,6,4,0,29,9,41,6,2,3,9,0,10,10,47,15,406,7,2,7,17,9,57,21,2,13,123,5,4,0,2,1,2,6,2,0,9,9,49,4,2,1,2,4,9,9,330,3,10,1,2,0,49,6,4,4,14,9,5351,0,7,14,13835,9,87,9,39,4,60,6,26,9,1014,0,2,54,8,3,82,0,12,1,19628,1,4706,45,3,22,543,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,101,0,161,6,10,9,357,0,62,13,499,13,983,6,110,6,6,9,4759,9,787719,239];function t(E,P){let m=65536;for(let a=0,f=P.length;a<f;a+=2){if(m+=P[a],m>E)return!1;if(m+=P[a+1],m>=E)return!0}return!1}r(t,"isInAstralSet");function o(E){return E<65?E===36:E<=90?!0:E<97?E===95:E<=122?!0:E<=65535?E>=170&&n.test(String.fromCharCode(E)):t(E,u)}r(o,"isIdentifierStart");function s(E){return E<48?E===36:E<58?!0:E<65?!1:E<=90?!0:E<97?E===95:E<=122?!0:E<=65535?E>=170&&p.test(String.fromCharCode(E)):t(E,u)||t(E,i)}r(s,"isIdentifierChar");function c(E){let P=!0;for(let m=0;m<E.length;m++){let a=E.charCodeAt(m);if((a&64512)===55296&&m+1<E.length){const f=E.charCodeAt(++m);(f&64512)===56320&&(a=65536+((a&1023)<<10)+(f&1023))}if(P){if(P=!1,!o(a))return!1}else if(!s(a))return!1}return!P}return r(c,"isIdentifierName"),Ke}r(Ad,"requireIdentifier");var Ae={},fa;function Cd(){if(fa)return Ae;fa=1,Object.defineProperty(Ae,"__esModule",{value:!0}),Ae.isKeyword=s,Ae.isReservedWord=u,Ae.isStrictBindOnlyReservedWord=t,Ae.isStrictBindReservedWord=o,Ae.isStrictReservedWord=i;const e={keyword:["break","case","catch","continue","debugger","default","do","else","finally","for","function","if","return","switch","throw","try","var","const","while","with","new","this","super","class","extends","export","import","null","true","false","in","instanceof","typeof","void","delete"],strict:["implements","interface","let","package","private","protected","public","static","yield"],strictBind:["eval","arguments"]},l=new Set(e.keyword),n=new Set(e.strict),p=new Set(e.strictBind);function u(c,E){return E&&c==="await"||c==="enum"}r(u,"isReservedWord");function i(c,E){return u(c,E)||n.has(c)}r(i,"isStrictReservedWord");function t(c){return p.has(c)}r(t,"isStrictBindOnlyReservedWord");function o(c,E){return i(c,E)||t(c)}r(o,"isStrictBindReservedWord");function s(c){return l.has(c)}return r(s,"isKeyword"),Ae}r(Cd,"requireKeyword");var da;function Ld(){return da||(da=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"isIdentifierChar",{enumerable:!0,get:r(function(){return l.isIdentifierChar},"get")}),Object.defineProperty(e,"isIdentifierName",{enumerable:!0,get:r(function(){return l.isIdentifierName},"get")}),Object.defineProperty(e,"isIdentifierStart",{enumerable:!0,get:r(function(){return l.isIdentifierStart},"get")}),Object.defineProperty(e,"isKeyword",{enumerable:!0,get:r(function(){return n.isKeyword},"get")}),Object.defineProperty(e,"isReservedWord",{enumerable:!0,get:r(function(){return n.isReservedWord},"get")}),Object.defineProperty(e,"isStrictBindOnlyReservedWord",{enumerable:!0,get:r(function(){return n.isStrictBindOnlyReservedWord},"get")}),Object.defineProperty(e,"isStrictBindReservedWord",{enumerable:!0,get:r(function(){return n.isStrictBindReservedWord},"get")}),Object.defineProperty(e,"isStrictReservedWord",{enumerable:!0,get:r(function(){return n.isStrictReservedWord},"get")});var l=Ad(),n=Cd()})(Ts)),Ts}r(Ld,"requireLib$6");var Ps={exports:{}},ms,Ta;function Rd(){if(Ta)return ms;Ta=1;var e=/[|\\{}()[\]^$+*?.]/g;return ms=r(function(l){if(typeof l!="string")throw new TypeError("Expected a string");return l.replace(e,"\\$&")},"escapeStringRegexp"),ms}r(Rd,"requireEscapeStringRegexp");var gi={exports:{}},ys={exports:{}},hs,Pa;function Vd(){return Pa||(Pa=1,hs={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]}),hs}r(Vd,"requireColorName");var ma;function ya(){if(ma)return ys.exports;ma=1;var e=Vd(),l={};for(var n in e)e.hasOwnProperty(n)&&(l[e[n]]=n);var p=ys.exports={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};for(var u in p)if(p.hasOwnProperty(u)){if(!("channels"in p[u]))throw new Error("missing channels property: "+u);if(!("labels"in p[u]))throw new Error("missing channel labels property: "+u);if(p[u].labels.length!==p[u].channels)throw new Error("channel and label counts mismatch: "+u);var i=p[u].channels,t=p[u].labels;delete p[u].channels,delete p[u].labels,Object.defineProperty(p[u],"channels",{value:i}),Object.defineProperty(p[u],"labels",{value:t})}p.rgb.hsl=function(s){var c=s[0]/255,E=s[1]/255,P=s[2]/255,m=Math.min(c,E,P),a=Math.max(c,E,P),f=a-m,d,h,T;return a===m?d=0:c===a?d=(E-P)/f:E===a?d=2+(P-c)/f:P===a&&(d=4+(c-E)/f),d=Math.min(d*60,360),d<0&&(d+=360),T=(m+a)/2,a===m?h=0:T<=.5?h=f/(a+m):h=f/(2-a-m),[d,h*100,T*100]},p.rgb.hsv=function(s){var c,E,P,m,a,f=s[0]/255,d=s[1]/255,h=s[2]/255,T=Math.max(f,d,h),g=T-Math.min(f,d,h),A=r(function(y){return(T-y)/6/g+1/2},"diffc");return g===0?m=a=0:(a=g/T,c=A(f),E=A(d),P=A(h),f===T?m=P-E:d===T?m=1/3+c-P:h===T&&(m=2/3+E-c),m<0?m+=1:m>1&&(m-=1)),[m*360,a*100,T*100]},p.rgb.hwb=function(s){var c=s[0],E=s[1],P=s[2],m=p.rgb.hsl(s)[0],a=1/255*Math.min(c,Math.min(E,P));return P=1-1/255*Math.max(c,Math.max(E,P)),[m,a*100,P*100]},p.rgb.cmyk=function(s){var c=s[0]/255,E=s[1]/255,P=s[2]/255,m,a,f,d;return d=Math.min(1-c,1-E,1-P),m=(1-c-d)/(1-d)||0,a=(1-E-d)/(1-d)||0,f=(1-P-d)/(1-d)||0,[m*100,a*100,f*100,d*100]};function o(s,c){return Math.pow(s[0]-c[0],2)+Math.pow(s[1]-c[1],2)+Math.pow(s[2]-c[2],2)}return r(o,"comparativeDistance"),p.rgb.keyword=function(s){var c=l[s];if(c)return c;var E=1/0,P;for(var m in e)if(e.hasOwnProperty(m)){var a=e[m],f=o(s,a);f<E&&(E=f,P=m)}return P},p.keyword.rgb=function(s){return e[s]},p.rgb.xyz=function(s){var c=s[0]/255,E=s[1]/255,P=s[2]/255;c=c>.04045?Math.pow((c+.055)/1.055,2.4):c/12.92,E=E>.04045?Math.pow((E+.055)/1.055,2.4):E/12.92,P=P>.04045?Math.pow((P+.055)/1.055,2.4):P/12.92;var m=c*.4124+E*.3576+P*.1805,a=c*.2126+E*.7152+P*.0722,f=c*.0193+E*.1192+P*.9505;return[m*100,a*100,f*100]},p.rgb.lab=function(s){var c=p.rgb.xyz(s),E=c[0],P=c[1],m=c[2],a,f,d;return E/=95.047,P/=100,m/=108.883,E=E>.008856?Math.pow(E,1/3):7.787*E+16/116,P=P>.008856?Math.pow(P,1/3):7.787*P+16/116,m=m>.008856?Math.pow(m,1/3):7.787*m+16/116,a=116*P-16,f=500*(E-P),d=200*(P-m),[a,f,d]},p.hsl.rgb=function(s){var c=s[0]/360,E=s[1]/100,P=s[2]/100,m,a,f,d,h;if(E===0)return h=P*255,[h,h,h];P<.5?a=P*(1+E):a=P+E-P*E,m=2*P-a,d=[0,0,0];for(var T=0;T<3;T++)f=c+1/3*-(T-1),f<0&&f++,f>1&&f--,6*f<1?h=m+(a-m)*6*f:2*f<1?h=a:3*f<2?h=m+(a-m)*(2/3-f)*6:h=m,d[T]=h*255;return d},p.hsl.hsv=function(s){var c=s[0],E=s[1]/100,P=s[2]/100,m=E,a=Math.max(P,.01),f,d;return P*=2,E*=P<=1?P:2-P,m*=a<=1?a:2-a,d=(P+E)/2,f=P===0?2*m/(a+m):2*E/(P+E),[c,f*100,d*100]},p.hsv.rgb=function(s){var c=s[0]/60,E=s[1]/100,P=s[2]/100,m=Math.floor(c)%6,a=c-Math.floor(c),f=255*P*(1-E),d=255*P*(1-E*a),h=255*P*(1-E*(1-a));switch(P*=255,m){case 0:return[P,h,f];case 1:return[d,P,f];case 2:return[f,P,h];case 3:return[f,d,P];case 4:return[h,f,P];case 5:return[P,f,d]}},p.hsv.hsl=function(s){var c=s[0],E=s[1]/100,P=s[2]/100,m=Math.max(P,.01),a,f,d;return d=(2-E)*P,a=(2-E)*m,f=E*m,f/=a<=1?a:2-a,f=f||0,d/=2,[c,f*100,d*100]},p.hwb.rgb=function(s){var c=s[0]/360,E=s[1]/100,P=s[2]/100,m=E+P,a,f,d,h;m>1&&(E/=m,P/=m),a=Math.floor(6*c),f=1-P,d=6*c-a,(a&1)!==0&&(d=1-d),h=E+d*(f-E);var T,g,A;switch(a){default:case 6:case 0:T=f,g=h,A=E;break;case 1:T=h,g=f,A=E;break;case 2:T=E,g=f,A=h;break;case 3:T=E,g=h,A=f;break;case 4:T=h,g=E,A=f;break;case 5:T=f,g=E,A=h;break}return[T*255,g*255,A*255]},p.cmyk.rgb=function(s){var c=s[0]/100,E=s[1]/100,P=s[2]/100,m=s[3]/100,a,f,d;return a=1-Math.min(1,c*(1-m)+m),f=1-Math.min(1,E*(1-m)+m),d=1-Math.min(1,P*(1-m)+m),[a*255,f*255,d*255]},p.xyz.rgb=function(s){var c=s[0]/100,E=s[1]/100,P=s[2]/100,m,a,f;return m=c*3.2406+E*-1.5372+P*-.4986,a=c*-.9689+E*1.8758+P*.0415,f=c*.0557+E*-.204+P*1.057,m=m>.0031308?1.055*Math.pow(m,1/2.4)-.055:m*12.92,a=a>.0031308?1.055*Math.pow(a,1/2.4)-.055:a*12.92,f=f>.0031308?1.055*Math.pow(f,1/2.4)-.055:f*12.92,m=Math.min(Math.max(0,m),1),a=Math.min(Math.max(0,a),1),f=Math.min(Math.max(0,f),1),[m*255,a*255,f*255]},p.xyz.lab=function(s){var c=s[0],E=s[1],P=s[2],m,a,f;return c/=95.047,E/=100,P/=108.883,c=c>.008856?Math.pow(c,1/3):7.787*c+16/116,E=E>.008856?Math.pow(E,1/3):7.787*E+16/116,P=P>.008856?Math.pow(P,1/3):7.787*P+16/116,m=116*E-16,a=500*(c-E),f=200*(E-P),[m,a,f]},p.lab.xyz=function(s){var c=s[0],E=s[1],P=s[2],m,a,f;a=(c+16)/116,m=E/500+a,f=a-P/200;var d=Math.pow(a,3),h=Math.pow(m,3),T=Math.pow(f,3);return a=d>.008856?d:(a-16/116)/7.787,m=h>.008856?h:(m-16/116)/7.787,f=T>.008856?T:(f-16/116)/7.787,m*=95.047,a*=100,f*=108.883,[m,a,f]},p.lab.lch=function(s){var c=s[0],E=s[1],P=s[2],m,a,f;return m=Math.atan2(P,E),a=m*360/2/Math.PI,a<0&&(a+=360),f=Math.sqrt(E*E+P*P),[c,f,a]},p.lch.lab=function(s){var c=s[0],E=s[1],P=s[2],m,a,f;return f=P/360*2*Math.PI,m=E*Math.cos(f),a=E*Math.sin(f),[c,m,a]},p.rgb.ansi16=function(s){var c=s[0],E=s[1],P=s[2],m=1 in arguments?arguments[1]:p.rgb.hsv(s)[2];if(m=Math.round(m/50),m===0)return 30;var a=30+(Math.round(P/255)<<2|Math.round(E/255)<<1|Math.round(c/255));return m===2&&(a+=60),a},p.hsv.ansi16=function(s){return p.rgb.ansi16(p.hsv.rgb(s),s[2])},p.rgb.ansi256=function(s){var c=s[0],E=s[1],P=s[2];if(c===E&&E===P)return c<8?16:c>248?231:Math.round((c-8)/247*24)+232;var m=16+36*Math.round(c/255*5)+6*Math.round(E/255*5)+Math.round(P/255*5);return m},p.ansi16.rgb=function(s){var c=s%10;if(c===0||c===7)return s>50&&(c+=3.5),c=c/10.5*255,[c,c,c];var E=(~~(s>50)+1)*.5,P=(c&1)*E*255,m=(c>>1&1)*E*255,a=(c>>2&1)*E*255;return[P,m,a]},p.ansi256.rgb=function(s){if(s>=232){var c=(s-232)*10+8;return[c,c,c]}s-=16;var E,P=Math.floor(s/36)/5*255,m=Math.floor((E=s%36)/6)/5*255,a=E%6/5*255;return[P,m,a]},p.rgb.hex=function(s){var c=((Math.round(s[0])&255)<<16)+((Math.round(s[1])&255)<<8)+(Math.round(s[2])&255),E=c.toString(16).toUpperCase();return"000000".substring(E.length)+E},p.hex.rgb=function(s){var c=s.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!c)return[0,0,0];var E=c[0];c[0].length===3&&(E=E.split("").map(function(d){return d+d}).join(""));var P=parseInt(E,16),m=P>>16&255,a=P>>8&255,f=P&255;return[m,a,f]},p.rgb.hcg=function(s){var c=s[0]/255,E=s[1]/255,P=s[2]/255,m=Math.max(Math.max(c,E),P),a=Math.min(Math.min(c,E),P),f=m-a,d,h;return f<1?d=a/(1-f):d=0,f<=0?h=0:m===c?h=(E-P)/f%6:m===E?h=2+(P-c)/f:h=4+(c-E)/f+4,h/=6,h%=1,[h*360,f*100,d*100]},p.hsl.hcg=function(s){var c=s[1]/100,E=s[2]/100,P=1,m=0;return E<.5?P=2*c*E:P=2*c*(1-E),P<1&&(m=(E-.5*P)/(1-P)),[s[0],P*100,m*100]},p.hsv.hcg=function(s){var c=s[1]/100,E=s[2]/100,P=c*E,m=0;return P<1&&(m=(E-P)/(1-P)),[s[0],P*100,m*100]},p.hcg.rgb=function(s){var c=s[0]/360,E=s[1]/100,P=s[2]/100;if(E===0)return[P*255,P*255,P*255];var m=[0,0,0],a=c%1*6,f=a%1,d=1-f,h=0;switch(Math.floor(a)){case 0:m[0]=1,m[1]=f,m[2]=0;break;case 1:m[0]=d,m[1]=1,m[2]=0;break;case 2:m[0]=0,m[1]=1,m[2]=f;break;case 3:m[0]=0,m[1]=d,m[2]=1;break;case 4:m[0]=f,m[1]=0,m[2]=1;break;default:m[0]=1,m[1]=0,m[2]=d}return h=(1-E)*P,[(E*m[0]+h)*255,(E*m[1]+h)*255,(E*m[2]+h)*255]},p.hcg.hsv=function(s){var c=s[1]/100,E=s[2]/100,P=c+E*(1-c),m=0;return P>0&&(m=c/P),[s[0],m*100,P*100]},p.hcg.hsl=function(s){var c=s[1]/100,E=s[2]/100,P=E*(1-c)+.5*c,m=0;return P>0&&P<.5?m=c/(2*P):P>=.5&&P<1&&(m=c/(2*(1-P))),[s[0],m*100,P*100]},p.hcg.hwb=function(s){var c=s[1]/100,E=s[2]/100,P=c+E*(1-c);return[s[0],(P-c)*100,(1-P)*100]},p.hwb.hcg=function(s){var c=s[1]/100,E=s[2]/100,P=1-E,m=P-c,a=0;return m<1&&(a=(P-m)/(1-m)),[s[0],m*100,a*100]},p.apple.rgb=function(s){return[s[0]/65535*255,s[1]/65535*255,s[2]/65535*255]},p.rgb.apple=function(s){return[s[0]/255*65535,s[1]/255*65535,s[2]/255*65535]},p.gray.rgb=function(s){return[s[0]/100*255,s[0]/100*255,s[0]/100*255]},p.gray.hsl=p.gray.hsv=function(s){return[0,0,s[0]]},p.gray.hwb=function(s){return[0,100,s[0]]},p.gray.cmyk=function(s){return[0,0,0,s[0]]},p.gray.lab=function(s){return[s[0],0,0]},p.gray.hex=function(s){var c=Math.round(s[0]/100*255)&255,E=(c<<16)+(c<<8)+c,P=E.toString(16).toUpperCase();return"000000".substring(P.length)+P},p.rgb.gray=function(s){var c=(s[0]+s[1]+s[2])/3;return[c/255*100]},ys.exports}r(ya,"requireConversions");var _s,ha;function Dd(){if(ha)return _s;ha=1;var e=ya();function l(){for(var i={},t=Object.keys(e),o=t.length,s=0;s<o;s++)i[t[s]]={distance:-1,parent:null};return i}r(l,"buildGraph");function n(i){var t=l(),o=[i];for(t[i].distance=0;o.length;)for(var s=o.pop(),c=Object.keys(e[s]),E=c.length,P=0;P<E;P++){var m=c[P],a=t[m];a.distance===-1&&(a.distance=t[s].distance+1,a.parent=s,o.unshift(m))}return t}r(n,"deriveBFS");function p(i,t){return function(o){return t(i(o))}}r(p,"link");function u(i,t){for(var o=[t[i].parent,i],s=e[t[i].parent][i],c=t[i].parent;t[c].parent;)o.unshift(t[c].parent),s=p(e[t[c].parent][c],s),c=t[c].parent;return s.conversion=o,s}return r(u,"wrapConversion"),_s=r(function(i){for(var t=n(i),o={},s=Object.keys(t),c=s.length,E=0;E<c;E++){var P=s[E],m=t[P];m.parent!==null&&(o[P]=u(P,t))}return o},"route"),_s}r(Dd,"requireRoute");var vs,_a;function Od(){if(_a)return vs;_a=1;var e=ya(),l=Dd(),n={},p=Object.keys(e);function u(t){var o=r(function(s){return s==null?s:(arguments.length>1&&(s=Array.prototype.slice.call(arguments)),t(s))},"wrappedFn");return"conversion"in t&&(o.conversion=t.conversion),o}r(u,"wrapRaw");function i(t){var o=r(function(s){if(s==null)return s;arguments.length>1&&(s=Array.prototype.slice.call(arguments));var c=t(s);if(typeof c=="object")for(var E=c.length,P=0;P<E;P++)c[P]=Math.round(c[P]);return c},"wrappedFn");return"conversion"in t&&(o.conversion=t.conversion),o}return r(i,"wrapRounded"),p.forEach(function(t){n[t]={},Object.defineProperty(n[t],"channels",{value:e[t].channels}),Object.defineProperty(n[t],"labels",{value:e[t].labels});var o=l(t),s=Object.keys(o);s.forEach(function(c){var E=o[c];n[t][c]=i(E),n[t][c].raw=u(E)})}),vs=n,vs}r(Od,"requireColorConvert"),gi.exports;var va;function wd(){return va||(va=1,(function(e){const l=Od(),n=r((t,o)=>function(){return`\x1B[${t.apply(l,arguments)+o}m`},"wrapAnsi16"),p=r((t,o)=>function(){const s=t.apply(l,arguments);return`\x1B[${38+o};5;${s}m`},"wrapAnsi256"),u=r((t,o)=>function(){const s=t.apply(l,arguments);return`\x1B[${38+o};2;${s[0]};${s[1]};${s[2]}m`},"wrapAnsi16m");function i(){const t=new Map,o={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],gray:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};o.color.grey=o.color.gray;for(const E of Object.keys(o)){const P=o[E];for(const m of Object.keys(P)){const a=P[m];o[m]={open:`\x1B[${a[0]}m`,close:`\x1B[${a[1]}m`},P[m]=o[m],t.set(a[0],a[1])}Object.defineProperty(o,E,{value:P,enumerable:!1}),Object.defineProperty(o,"codes",{value:t,enumerable:!1})}const s=r(E=>E,"ansi2ansi"),c=r((E,P,m)=>[E,P,m],"rgb2rgb");o.color.close="\x1B[39m",o.bgColor.close="\x1B[49m",o.color.ansi={ansi:n(s,0)},o.color.ansi256={ansi256:p(s,0)},o.color.ansi16m={rgb:u(c,0)},o.bgColor.ansi={ansi:n(s,10)},o.bgColor.ansi256={ansi256:p(s,10)},o.bgColor.ansi16m={rgb:u(c,10)};for(let E of Object.keys(l)){if(typeof l[E]!="object")continue;const P=l[E];E==="ansi16"&&(E="ansi"),"ansi16"in P&&(o.color.ansi[E]=n(P.ansi16,0),o.bgColor.ansi[E]=n(P.ansi16,10)),"ansi256"in P&&(o.color.ansi256[E]=p(P.ansi256,0),o.bgColor.ansi256[E]=p(P.ansi256,10)),"rgb"in P&&(o.color.ansi16m[E]=u(P.rgb,0),o.bgColor.ansi16m[E]=u(P.rgb,10))}return o}r(i,"assembleStyles"),Object.defineProperty(e,"exports",{enumerable:!0,get:i})})(gi)),gi.exports}r(wd,"requireAnsiStyles");var bs,ba;function Md(){return ba||(ba=1,bs=r((e,l)=>{l=l||process.argv;const n=e.startsWith("-")?"":e.length===1?"-":"--",p=l.indexOf(n+e),u=l.indexOf("--");return p!==-1&&(u===-1?!0:p<u)},"hasFlag")),bs}r(Md,"requireHasFlag");var gs,ga;function Id(){if(ga)return gs;ga=1;const e=id,l=Md(),n=process.env;let p;l("no-color")||l("no-colors")||l("color=false")?p=!1:(l("color")||l("colors")||l("color=true")||l("color=always"))&&(p=!0),"FORCE_COLOR"in n&&(p=n.FORCE_COLOR.length===0||parseInt(n.FORCE_COLOR,10)!==0);function u(o){return o===0?!1:{level:o,hasBasic:!0,has256:o>=2,has16m:o>=3}}r(u,"translateLevel");function i(o){if(p===!1)return 0;if(l("color=16m")||l("color=full")||l("color=truecolor"))return 3;if(l("color=256"))return 2;if(o&&!o.isTTY&&p!==!0)return 0;const s=p?1:0;if(process.platform==="win32"){const c=e.release().split(".");return Number(process.versions.node.split(".")[0])>=8&&Number(c[0])>=10&&Number(c[2])>=10586?Number(c[2])>=14931?3:2:1}if("CI"in n)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some(c=>c in n)||n.CI_NAME==="codeship"?1:s;if("TEAMCITY_VERSION"in n)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(n.TEAMCITY_VERSION)?1:0;if(n.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in n){const c=parseInt((n.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(n.TERM_PROGRAM){case"iTerm.app":return c>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(n.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(n.TERM)||"COLORTERM"in n?1:(n.TERM==="dumb",s)}r(i,"supportsColor");function t(o){const s=i(o);return u(s)}return r(t,"getSupportLevel"),gs={supportsColor:t,stdout:t(process.stdout),stderr:t(process.stderr)},gs}r(Id,"requireSupportsColor");var Ss,Sa;function Ud(){if(Sa)return Ss;Sa=1;const e=/(?:\\(u[a-f\d]{4}|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi,l=/(?:^|\.)(\w+)(?:\(([^)]*)\))?/g,n=/^(['"])((?:\\.|(?!\1)[^\\])*)\1$/,p=/\\(u[a-f\d]{4}|x[a-f\d]{2}|.)|([^\\])/gi,u=new Map([["n",`
|
|
1
|
+
var Qf=Object.defineProperty;var r=(e,l)=>Qf(e,"name",{value:l,configurable:!0});import{getTsconfig as Zf}from"get-tsconfig";import ed from"@eslint/js";import hi from"globals";import zo from"confusing-browser-globals";import{createRequire as td}from"node:module";import{f as is}from"./index-C3zPrSIs.mjs";import Xo from"@eslint-community/eslint-plugin-eslint-comments";import rd from"@stylistic/eslint-plugin";import{fileURLToPath as Jo}from"node:url";import We from"eslint-plugin-import-x";import ss from"@typescript-eslint/eslint-plugin";import nd from"@typescript-eslint/parser";import Qo from"eslint-plugin-regexp";import _i from"node:fs";import os from"eslint-plugin-n";import Zo from"node:path";import"node:fs/promises";import id from"os";import ea from"url";import sd from"util";import ta from"eslint-plugin-promise";import od from"@eslint/markdown";import ad from"eslint-plugin-jsonc";import as from"eslint-plugin-yml";import ld from"yaml-eslint-parser";import ra from"eslint-plugin-no-use-extend-native";import na from"eslint-plugin-unicorn";import tt from"eslint-plugin-react";import ia from"eslint-plugin-react-hooks";import ls from"eslint-plugin-vue";import ud from"vue-eslint-parser";import{v as cd}from"./package-CAbyYpVo.mjs";import sa from"eslint/use-at-your-own-risk";import us from"eslint";import"node:process";const pd=["files","ignores","languageOptions","linterOptions","plugins","rules","settings"],oa=r(e=>{for(const l of pd){const n=e[l];if(!(typeof n!="object"||n===null)){if(Object.freeze(n),l==="rules"){const p=n;for(const u in p)if(Object.hasOwn(p,u)){const i=p[u];i&&Object.freeze(i)}}if(l==="languageOptions"){const p=n;p.parserOptions&&Object.freeze(p.parserOptions),p.globals&&Object.freeze(p.globals)}}}return Object.freeze(e)},"deepFreeze"),x=r(e=>Array.isArray(e)?e.map(oa):oa(e),"defineConfig"),cs=td(`${process.cwd()}/`);let vi;const Ed=r(()=>{if(vi)return vi;const e=is("package.json");if(e)try{return vi=cs(e).name,vi}catch{}},"getCurrentPackageName"),Ye=r(e=>{try{return cs.resolve(e),!0}catch{}return Ed()===e},"isInstalled"),fd=r(e=>{let l;try{l=cs(e)}catch(n){return n.code==="ERR_REQUIRE_ESM"&&console.warn(`Error requiring module "${e}":`,n),[]}return Object.keys(l)},"getExports"),ps=ed.configs.recommended.rules,Es={"accessor-pairs":"error","array-callback-return":["error",{allowImplicit:!0}],"arrow-body-style":["error","as-needed"],"block-scoped-var":"error",camelcase:["error",{ignoreDestructuring:!1,properties:"never"}],complexity:["warn",10],"consistent-return":"off",curly:"error","default-case":["error",{commentPattern:"^no default$"}],"default-case-last":"error","default-param-last":"error","dot-notation":["error",{allowKeywords:!0}],eqeqeq:["error","always",{null:"ignore"}],"func-name-matching":["off","always",{considerPropertyDescriptor:!0,includeCommonJSModuleExports:!1}],"func-names":"warn","func-style":["error","declaration",{allowArrowFunctions:!0}],"getter-return":["error",{allowImplicit:!0}],"grouped-accessor-pairs":["error","getBeforeSet"],"guard-for-in":"error","id-blacklist":"off","id-denylist":"off","id-length":"off","id-match":"off","init-declarations":"off","max-depth":["off",4],"max-lines":["off",{max:300,skipBlankLines:!0,skipComments:!0}],"max-lines-per-function":["off",{IIFEs:!0,max:50,skipBlankLines:!0,skipComments:!0}],"max-nested-callbacks":["warn",6],"max-params":["warn",5],"new-cap":["error",{capIsNew:!1,capIsNewExceptions:["Immutable.Map","Immutable.Set","Immutable.List"],newIsCap:!0,newIsCapExceptions:[]}],"newline-after-var":"off","newline-before-return":"off","no-alert":"warn","no-array-constructor":"error","no-bitwise":"error","no-caller":"error","no-catch-shadow":"off","no-cond-assign":["error","always"],"no-console":"warn","no-constant-condition":"warn","no-constructor-return":"error","no-duplicate-imports":"off","no-else-return":["error",{allowElseIf:!1}],"no-empty":["error",{allowEmptyCatch:!0}],"no-empty-function":["error",{allow:["arrowFunctions","functions","methods"]}],"no-eq-null":"error","no-eval":"error","no-extend-native":"error","no-extra-bind":"error","no-extra-label":"error","no-implicit-coercion":["off",{allow:[],boolean:!1,number:!0,string:!0}],"no-implicit-globals":"error","no-implied-eval":"error","no-inline-comments":"off","no-inner-declarations":"off","no-iterator":"error","no-label-var":"error","no-labels":["error",{allowLoop:!0,allowSwitch:!1}],"no-lone-blocks":"error","no-lonely-if":"error","no-loop-func":"error","no-magic-numbers":["off",{detectObjects:!1,enforceConst:!0,ignore:[],ignoreArrayIndexes:!0}],"no-multi-assign":["error"],"no-multi-str":"error","no-negated-condition":"off","no-nested-ternary":"error","no-new":"error","no-new-func":"error","no-object-constructor":"error","no-new-wrappers":"error","no-octal-escape":"error","no-plusplus":"error","no-promise-executor-return":"error","no-proto":"error","no-restricted-exports":["error",{restrictedNamedExports:["then"]}],"no-restricted-globals":["error",...zo],"no-restricted-imports":["off",{paths:[],patterns:[]}],"no-restricted-properties":["error",{message:"arguments.callee is deprecated",object:"arguments",property:"callee"},{message:"Please use Number.isFinite instead",object:"global",property:"isFinite"},{message:"Please use Number.isFinite instead",object:"self",property:"isFinite"},{message:"Please use Number.isFinite instead",object:"window",property:"isFinite"},{message:"Please use Number.isNaN instead",object:"global",property:"isNaN"},{message:"Please use Number.isNaN instead",object:"self",property:"isNaN"},{message:"Please use Number.isNaN instead",object:"window",property:"isNaN"},{message:"Please use Object.defineProperty instead.",property:"__defineGetter__"},{message:"Please use Object.defineProperty instead.",property:"__defineSetter__"},{message:"Use the exponentiation operator (**) instead.",object:"Math",property:"pow"}],"no-return-assign":["error","always"],"no-script-url":"error","no-self-assign":["error",{props:!0}],"no-self-compare":"error","no-sequences":"error","no-shadow":["error",{allow:[...Ye("manten")?["test","describe","runTestSuite","onFinish","fixture"]:[],...Ye("tasuku")?["task","setTitle","setError","setWarning","setStatus","setOutput"]:[]]}],"no-throw-literal":"error","no-undef-init":"error","no-unmodified-loop-condition":"off","no-unneeded-ternary":["error",{defaultAssignment:!1}],"no-unreachable-loop":"error","no-unused-expressions":["error",{allowShortCircuit:!1,allowTaggedTemplates:!1,allowTernary:!1}],"no-unused-vars":["error",{args:"after-used",ignoreRestSiblings:!0,vars:"all"}],"no-use-before-define":"off","no-useless-call":"off","no-useless-computed-key":"error","no-useless-concat":"error","no-useless-constructor":"error","no-useless-rename":["error",{ignoreDestructuring:!1,ignoreExport:!1,ignoreImport:!1}],"no-useless-return":"error","no-var":"error","no-void":"error","no-warning-comments":["off",{location:"start",terms:["todo","fixme","xxx"]}],"object-shorthand":["error","always",{ignoreConstructors:!1}],"one-var":["error","never"],"operator-assignment":["error","always"],"prefer-arrow-callback":["error",{allowNamedFunctions:!1,allowUnboundThis:!0}],"prefer-const":["error",{destructuring:"any",ignoreReadBeforeAssign:!0}],"prefer-destructuring":["error",{VariableDeclarator:{array:!1,object:!0},AssignmentExpression:{array:!1,object:!1}},{enforceForRenamedProperties:!1}],"prefer-exponentiation-operator":"error","prefer-named-capture-group":"off","prefer-numeric-literals":"error","prefer-object-spread":"error","prefer-promise-reject-errors":["error",{allowEmptyReject:!0}],"prefer-reflect":"off","prefer-regex-literals":["error",{disallowRedundantWrapping:!0}],"prefer-rest-params":"off","prefer-spread":"error","prefer-template":"error",radix:"error","require-atomic-updates":"off","require-await":"off","require-unicode-regexp":"off","sort-imports":["off",{ignoreCase:!1,ignoreDeclarationSort:!1,ignoreMemberSort:!1,memberSyntaxSortOrder:["none","all","multiple","single"]}],"sort-keys":["off","asc",{caseSensitive:!1,natural:!0}],"sort-vars":"off","symbol-description":"error","unicode-bom":["error","never"],"valid-typeof":["error",{requireStringLiterals:!0}],"vars-on-top":"error",yoda:"error"},aa=Object.entries(Es).filter(([e])=>ps[e]&&ps[e]===Es[e]);if(aa.length>0)throw new Error(`Duplicate rules with ESLint recommendations found: ${aa.map(([e])=>e).join(", ")}`);const bi=x({languageOptions:{globals:hi["shared-node-browser"]},rules:{...ps,...Es}}),dd=x({files:["**/*.sw.{js,ts}"],languageOptions:{globals:hi.serviceworker},rules:{"no-restricted-globals":["error",...zo.filter(e=>e!=="self")]}}),Td=["**/*.{js,jsx,cjs,mjs}"],Pd=["**/*.{ts,tsx,mts,cts}"],md=["**/*.vue"],rt=[...Td,...Pd,...md],yd=x({files:rt,plugins:{"@eslint-community/eslint-comments":Xo},rules:{...Xo.configs.recommended.rules,"@eslint-community/eslint-comments/no-unused-enable":"off"}}),fs=[x({plugins:{"@stylistic":rd}}),x({files:rt,rules:{"@stylistic/array-bracket-newline":["error","consistent"],"@stylistic/array-bracket-spacing":["error","never"],"@stylistic/array-element-newline":["error","consistent"],"@stylistic/arrow-parens":["error","as-needed",{requireForBlockBody:!0}],"@stylistic/arrow-spacing":["error",{after:!0,before:!0}],"@stylistic/block-spacing":["error","always"],"@stylistic/brace-style":["error","1tbs",{allowSingleLine:!0}],"@stylistic/comma-dangle":["error","always-multiline"],"@stylistic/comma-spacing":["error",{after:!0,before:!1}],"@stylistic/comma-style":["error","last",{exceptions:{ArrayExpression:!1,ArrayPattern:!1,ArrowFunctionExpression:!1,CallExpression:!1,FunctionDeclaration:!1,FunctionExpression:!1,ImportDeclaration:!1,NewExpression:!1,ObjectExpression:!1,ObjectPattern:!1,VariableDeclaration:!1}}],"@stylistic/computed-property-spacing":["error","never"],"@stylistic/dot-location":["error","property"],"@stylistic/eol-last":["error","always"],"@stylistic/function-call-spacing":["error","never"],"@stylistic/function-call-argument-newline":["error","consistent"],"@stylistic/function-paren-newline":["error","consistent"],"@stylistic/generator-star-spacing":["error",{after:!0,before:!1}],"@stylistic/implicit-arrow-linebreak":["error","beside"],"@stylistic/indent":["error","tab",{ArrayExpression:1,CallExpression:{arguments:1},flatTernaryExpressions:!1,FunctionDeclaration:{body:1,parameters:1},FunctionExpression:{body:1,parameters:1},ignoreComments:!1,ignoredNodes:["TemplateLiteral > *"],ImportDeclaration:1,ObjectExpression:1,outerIIFEBody:1,SwitchCase:1,VariableDeclarator:1}],"@stylistic/key-spacing":["error",{afterColon:!0,beforeColon:!1}],"@stylistic/keyword-spacing":["error",{after:!0,before:!0,overrides:{case:{after:!0},return:{after:!0},throw:{after:!0}}}],"@stylistic/linebreak-style":["error","unix"],"@stylistic/lines-around-comment":["error",{beforeBlockComment:!0,beforeLineComment:!1,afterHashbangComment:!0,allowBlockStart:!0,allowObjectStart:!0,allowArrayStart:!0,allowClassStart:!0}],"@stylistic/lines-between-class-members":["error","always",{exceptAfterSingleLine:!1}],"@stylistic/max-len":["error",100,2,{ignoreComments:!1,ignoreRegExpLiterals:!0,ignoreStrings:!0,ignoreTemplateLiterals:!0,ignoreUrls:!0}],"@stylistic/max-statements-per-line":["warn",{max:1}],"@stylistic/multiline-ternary":["error","always-multiline"],"@stylistic/new-parens":"error","@stylistic/newline-per-chained-call":["error",{ignoreChainWithDepth:4}],"@stylistic/no-confusing-arrow":["error",{allowParens:!0}],"@stylistic/no-extra-parens":["off","all",{conditionalAssign:!0,enforceForArrowConditionals:!1,ignoreJSX:"all",nestedBinaryExpressions:!1,returnAssign:!1}],"@stylistic/no-extra-semi":"error","@stylistic/no-floating-decimal":"error","@stylistic/no-mixed-operators":["error",{allowSamePrecedence:!1,groups:[["%","**"],["%","+"],["%","-"],["%","*"],["%","/"],["/","*"],["&","|","<<",">>",">>>"],["==","!=","===","!=="],["&&","||"]]}],"@stylistic/no-mixed-spaces-and-tabs":"error","@stylistic/no-multi-spaces":["error",{ignoreEOLComments:!1}],"@stylistic/no-multiple-empty-lines":["error",{max:1,maxBOF:0,maxEOF:0}],"@stylistic/no-trailing-spaces":["error",{ignoreComments:!1,skipBlankLines:!1}],"@stylistic/no-whitespace-before-property":"error","@stylistic/nonblock-statement-body-position":["error","beside",{overrides:{}}],"@stylistic/object-curly-newline":["error",{ExportDeclaration:{consistent:!0,minProperties:4,multiline:!0},ImportDeclaration:{consistent:!0,minProperties:4,multiline:!0},ObjectExpression:{consistent:!0,minProperties:4,multiline:!0},ObjectPattern:{consistent:!0,minProperties:4,multiline:!0}}],"@stylistic/object-curly-spacing":["error","always"],"@stylistic/object-property-newline":["error",{allowAllPropertiesOnSameLine:!1}],"@stylistic/one-var-declaration-per-line":["error","always"],"@stylistic/operator-linebreak":["error","before",{overrides:{"=":"none"}}],"@stylistic/padded-blocks":["error",{blocks:"never",classes:"never",switches:"never"},{allowSingleLineBlocks:!0}],"@stylistic/padding-line-between-statements":["error",{blankLine:"always",next:"*",prev:"directive"}],"@stylistic/quote-props":["error","as-needed",{keywords:!1,numbers:!1,unnecessary:!0}],"@stylistic/quotes":["error","single",{avoidEscape:!0}],"@stylistic/rest-spread-spacing":["error","never"],"@stylistic/semi":["error","always"],"@stylistic/semi-spacing":["error",{after:!0,before:!1}],"@stylistic/semi-style":["error","last"],"@stylistic/space-before-blocks":"error","@stylistic/space-before-function-paren":["error",{anonymous:"always",asyncArrow:"always",named:"never"}],"@stylistic/space-in-parens":["error","never"],"@stylistic/space-infix-ops":"error","@stylistic/space-unary-ops":["error",{nonwords:!1,overrides:{},words:!0}],"@stylistic/spaced-comment":["error","always",{block:{balanced:!0,exceptions:["-","+"],markers:["=","!",":","::"]},line:{exceptions:["-","+"],markers:["=","!","/"]}}],"@stylistic/switch-colon-spacing":["error",{after:!0,before:!1}],"@stylistic/template-curly-spacing":"error","@stylistic/template-tag-spacing":["error","never"],"@stylistic/wrap-iife":["error","inside",{functionPrototypeMethods:!1}],"@stylistic/yield-star-spacing":["error","after"]}})],hd=Jo(import.meta.resolve("#pkg-maps-resolver")),la=x({plugins:{"import-x":We},settings:{"import-x/ignore":["node_modules",String.raw`\.(css|svg|json)$`],"import-x/resolver":{node:{},[hd]:{}}},rules:{...We.configs.recommended.rules,"import-x/default":"off","import-x/dynamic-import-chunkname":["off",{importFunctions:[],webpackChunknameFormat:"[0-9a-zA-Z-_/.]+"}],"import-x/export":"error","import-x/exports-last":"off","import-x/extensions":["error","ignorePackages"],"import-x/first":"error","import-x/group-exports":"off","import-x/max-dependencies":["warn",{max:15}],"import-x/named":"error","import-x/namespace":"off","import-x/newline-after-import":"error","import-x/no-absolute-path":"error","import-x/no-amd":"error","import-x/no-anonymous-default-export":["off",{allowAnonymousClass:!1,allowAnonymousFunction:!1,allowArray:!1,allowArrowFunction:!1,allowLiteral:!1,allowObject:!1}],"import-x/no-commonjs":"off","import-x/no-cycle":["error",{ignoreExternal:!0,maxDepth:"\u221E"}],"import-x/no-duplicates":["error",{"prefer-inline":!0}],"import-x/no-extraneous-dependencies":["error",{devDependencies:["**/src/**","**/@types/**","build/**","build.{js,ts}","**/scripts/**","**/{test,tests,test-d}/**","**/{test,test-*}.js","**/*{.,_}{test,spec}.js","**/__{tests,mocks}__/**","**/*.config.{js,cjs,mjs,ts,cts,mts}","**/.*.js","examples/**","README.md"],optionalDependencies:!1}],"import-x/no-mutable-exports":"error","import-x/no-named-as-default":"error","import-x/no-named-as-default-member":"error","import-x/no-named-default":"error","import-x/no-self-import":"error","import-x/no-unresolved":["error",{caseSensitive:!0,commonjs:!0,ignore:["^https?://"]}],"import-x/no-useless-path-segments":["error",{commonjs:!0}],"import-x/no-webpack-loader-syntax":"error","import-x/order":"error","import-x/prefer-default-export":"off"}}),_d=[la,x({files:["**/src/**/*"],rules:{"import-x/no-dynamic-require":"error"}})],[,ua]=la.rules["import-x/no-extraneous-dependencies"],ds="**/*.{ts,tsx,mts,cts}",vd=x({files:[ds],languageOptions:{parser:nd,parserOptions:{ecmaVersion:"latest"}},settings:We.configs.typescript.settings}),bd=r(e=>{const l=e?.config?.compilerOptions?.allowImportingTsExtensions===!0;return x({files:[ds],plugins:{"@typescript-eslint":ss},settings:{...We.configs.typescript.settings,"import-x/resolver":{...We.configs.typescript.settings["import-x/resolver"],typescript:{}}},rules:{...ss.configs["eslint-recommended"].overrides[0].rules,...ss.configs.recommended.rules,...We.configs.typescript.rules,"@typescript-eslint/consistent-type-definitions":["error","type"],"@stylistic/member-delimiter-style":"error","@stylistic/operator-linebreak":["error","before",{overrides:{"=":"after"}}],"no-useless-constructor":"off","@typescript-eslint/no-useless-constructor":"error","no-empty-function":"off","@typescript-eslint/no-empty-function":["error",{allow:bi.rules["no-empty-function"][1].allow}],"@typescript-eslint/no-shadow":bi.rules["no-shadow"],"@typescript-eslint/no-unused-vars":["error",{...bi.rules["no-unused-vars"][1],argsIgnorePattern:"^_",caughtErrorsIgnorePattern:"^_",varsIgnorePattern:"^_"}],"@typescript-eslint/no-explicit-any":["error",{fixToUnknown:!1,ignoreRestArgs:!0}],"@typescript-eslint/consistent-type-imports":["error",{fixStyle:"inline-type-imports"}],"@typescript-eslint/no-import-type-side-effects":"error","func-style":"off","no-shadow":"off","prefer-rest-params":"off","import-x/extensions":l?"off":["error","ignorePackages",{ts:"never",tsx:"never",cts:"never",mts:"never"}],"import-x/no-extraneous-dependencies":["error",{...ua,devDependencies:ua.devDependencies.map(n=>n.replace(".js",".{js,ts}"))}],"unicorn/consistent-destructuring":"off","unicorn/no-array-callback-reference":"off","unicorn/no-useless-undefined":"off"}})},"typescript"),gd=x({files:rt,plugins:{regexp:Qo},rules:Qo.configs.recommended.rules});var ca=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Sd(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}r(Sd,"getDefaultExportFromCjs");var nt={},He={},it={},pa;function Yd(){return pa||(pa=1,Object.defineProperty(it,"__esModule",{value:!0}),it.default=/((['"])(?:(?!\2|\\).|\\(?:\r\n|[\s\S]))*(\2)?|`(?:[^`\\$]|\\[\s\S]|\$(?!\{)|\$\{(?:[^{}]|\{[^}]*\}?)*\}?)*(`)?)|(\/\/.*)|(\/\*(?:[^*]|\*(?!\/))*(\*\/)?)|(\/(?!\*)(?:\[(?:(?![\]\\]).|\\.)*\]|(?![\/\]\\]).|\\.)+\/(?:(?!\s*(?:\b|[\u0080-\uFFFF$\\'"~({]|[+\-!](?!=)|\.?\d))|[gmiyus]{1,6}\b(?![\u0080-\uFFFF$\\]|\s*(?:[+\-*%&|^<>!=?({]|\/(?![\/*])))))|(0[xX][\da-fA-F]+|0[oO][0-7]+|0[bB][01]+|(?:\d*\.\d+|\d+\.?)(?:[eE][+-]?\d+)?)|((?!\d)(?:(?!\s)[$\w\u0080-\uFFFF]|\\u[\da-fA-F]{4}|\\u\{[\da-fA-F]+\})+)|(--|\+\+|&&|\|\||=>|\.{3}|(?:[+\-\/%&|^]|\*{1,2}|<{1,2}|>{1,3}|!=?|={1,2})=?|[?~.,:;[\](){}])|(\s+)|(^$|[\s\S])/g,it.matchToToken=function(e){var l={type:"invalid",value:e[0],closed:void 0};return e[1]?(l.type="string",l.closed=!!(e[3]||e[4])):e[5]?l.type="comment":e[6]?(l.type="comment",l.closed=!!e[7]):e[8]?l.type="regex":e[9]?l.type="number":e[10]?l.type="name":e[11]?l.type="punctuator":e[12]&&(l.type="whitespace"),l}),it}r(Yd,"requireJsTokens");var Ts={},Ke={},Ea;function Ad(){if(Ea)return Ke;Ea=1,Object.defineProperty(Ke,"__esModule",{value:!0}),Ke.isIdentifierChar=s,Ke.isIdentifierName=c,Ke.isIdentifierStart=o;let e="\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309B-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC",l="\u200C\u200D\xB7\u0300-\u036F\u0387\u0483-\u0487\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u0669\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u06F0-\u06F9\u0711\u0730-\u074A\u07A6-\u07B0\u07C0-\u07C9\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0898-\u089F\u08CA-\u08E1\u08E3-\u0903\u093A-\u093C\u093E-\u094F\u0951-\u0957\u0962\u0963\u0966-\u096F\u0981-\u0983\u09BC\u09BE-\u09C4\u09C7\u09C8\u09CB-\u09CD\u09D7\u09E2\u09E3\u09E6-\u09EF\u09FE\u0A01-\u0A03\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A66-\u0A71\u0A75\u0A81-\u0A83\u0ABC\u0ABE-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AE2\u0AE3\u0AE6-\u0AEF\u0AFA-\u0AFF\u0B01-\u0B03\u0B3C\u0B3E-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B55-\u0B57\u0B62\u0B63\u0B66-\u0B6F\u0B82\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD7\u0BE6-\u0BEF\u0C00-\u0C04\u0C3C\u0C3E-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C66-\u0C6F\u0C81-\u0C83\u0CBC\u0CBE-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CE2\u0CE3\u0CE6-\u0CEF\u0CF3\u0D00-\u0D03\u0D3B\u0D3C\u0D3E-\u0D44\u0D46-\u0D48\u0D4A-\u0D4D\u0D57\u0D62\u0D63\u0D66-\u0D6F\u0D81-\u0D83\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0E50-\u0E59\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECE\u0ED0-\u0ED9\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E\u0F3F\u0F71-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102B-\u103E\u1040-\u1049\u1056-\u1059\u105E-\u1060\u1062-\u1064\u1067-\u106D\u1071-\u1074\u1082-\u108D\u108F-\u109D\u135D-\u135F\u1369-\u1371\u1712-\u1715\u1732-\u1734\u1752\u1753\u1772\u1773\u17B4-\u17D3\u17DD\u17E0-\u17E9\u180B-\u180D\u180F-\u1819\u18A9\u1920-\u192B\u1930-\u193B\u1946-\u194F\u19D0-\u19DA\u1A17-\u1A1B\u1A55-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AB0-\u1ABD\u1ABF-\u1ACE\u1B00-\u1B04\u1B34-\u1B44\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1B82\u1BA1-\u1BAD\u1BB0-\u1BB9\u1BE6-\u1BF3\u1C24-\u1C37\u1C40-\u1C49\u1C50-\u1C59\u1CD0-\u1CD2\u1CD4-\u1CE8\u1CED\u1CF4\u1CF7-\u1CF9\u1DC0-\u1DFF\u200C\u200D\u203F\u2040\u2054\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302F\u3099\u309A\u30FB\uA620-\uA629\uA66F\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA823-\uA827\uA82C\uA880\uA881\uA8B4-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F1\uA8FF-\uA909\uA926-\uA92D\uA947-\uA953\uA980-\uA983\uA9B3-\uA9C0\uA9D0-\uA9D9\uA9E5\uA9F0-\uA9F9\uAA29-\uAA36\uAA43\uAA4C\uAA4D\uAA50-\uAA59\uAA7B-\uAA7D\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEB-\uAAEF\uAAF5\uAAF6\uABE3-\uABEA\uABEC\uABED\uABF0-\uABF9\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFF10-\uFF19\uFF3F\uFF65";const n=new RegExp("["+e+"]"),p=new RegExp("["+e+l+"]");e=l=null;const u=[0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,14,29,6,37,11,29,3,35,5,7,2,4,43,157,19,35,5,35,5,39,9,51,13,10,2,14,2,6,2,1,2,10,2,14,2,6,2,1,68,310,10,21,11,7,25,5,2,41,2,8,70,5,3,0,2,43,2,1,4,0,3,22,11,22,10,30,66,18,2,1,11,21,11,25,71,55,7,1,65,0,16,3,2,2,2,28,43,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,56,50,14,50,14,35,349,41,7,1,79,28,11,0,9,21,43,17,47,20,28,22,13,52,58,1,3,0,14,44,33,24,27,35,30,0,3,0,9,34,4,0,13,47,15,3,22,0,2,0,36,17,2,24,20,1,64,6,2,0,2,3,2,14,2,9,8,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,19,0,13,4,159,52,19,3,21,2,31,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,14,0,72,26,38,6,186,43,117,63,32,7,3,0,3,7,2,1,2,23,16,0,2,0,95,7,3,38,17,0,2,0,29,0,11,39,8,0,22,0,12,45,20,0,19,72,264,8,2,36,18,0,50,29,113,6,2,1,2,37,22,0,26,5,2,1,2,31,15,0,328,18,16,0,2,12,2,33,125,0,80,921,103,110,18,195,2637,96,16,1071,18,5,4026,582,8634,568,8,30,18,78,18,29,19,47,17,3,32,20,6,18,689,63,129,74,6,0,67,12,65,1,2,0,29,6135,9,1237,43,8,8936,3,2,6,2,1,2,290,16,0,30,2,3,0,15,3,9,395,2309,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,1845,30,7,5,262,61,147,44,11,6,17,0,322,29,19,43,485,27,757,6,2,3,2,1,2,14,2,196,60,67,8,0,1205,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42719,33,4153,7,221,3,5761,15,7472,16,621,2467,541,1507,4938,6,4191],i=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,574,3,9,9,370,1,81,2,71,10,50,3,123,2,54,14,32,10,3,1,11,3,46,10,8,0,46,9,7,2,37,13,2,9,6,1,45,0,13,2,49,13,9,3,2,11,83,11,7,0,3,0,158,11,6,9,7,3,56,1,2,6,3,1,3,2,10,0,11,1,3,6,4,4,193,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,84,14,5,9,243,14,166,9,71,5,2,1,3,3,2,0,2,1,13,9,120,6,3,6,4,0,29,9,41,6,2,3,9,0,10,10,47,15,406,7,2,7,17,9,57,21,2,13,123,5,4,0,2,1,2,6,2,0,9,9,49,4,2,1,2,4,9,9,330,3,10,1,2,0,49,6,4,4,14,9,5351,0,7,14,13835,9,87,9,39,4,60,6,26,9,1014,0,2,54,8,3,82,0,12,1,19628,1,4706,45,3,22,543,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,101,0,161,6,10,9,357,0,62,13,499,13,983,6,110,6,6,9,4759,9,787719,239];function t(E,P){let m=65536;for(let a=0,f=P.length;a<f;a+=2){if(m+=P[a],m>E)return!1;if(m+=P[a+1],m>=E)return!0}return!1}r(t,"isInAstralSet");function o(E){return E<65?E===36:E<=90?!0:E<97?E===95:E<=122?!0:E<=65535?E>=170&&n.test(String.fromCharCode(E)):t(E,u)}r(o,"isIdentifierStart");function s(E){return E<48?E===36:E<58?!0:E<65?!1:E<=90?!0:E<97?E===95:E<=122?!0:E<=65535?E>=170&&p.test(String.fromCharCode(E)):t(E,u)||t(E,i)}r(s,"isIdentifierChar");function c(E){let P=!0;for(let m=0;m<E.length;m++){let a=E.charCodeAt(m);if((a&64512)===55296&&m+1<E.length){const f=E.charCodeAt(++m);(f&64512)===56320&&(a=65536+((a&1023)<<10)+(f&1023))}if(P){if(P=!1,!o(a))return!1}else if(!s(a))return!1}return!P}return r(c,"isIdentifierName"),Ke}r(Ad,"requireIdentifier");var Ae={},fa;function Cd(){if(fa)return Ae;fa=1,Object.defineProperty(Ae,"__esModule",{value:!0}),Ae.isKeyword=s,Ae.isReservedWord=u,Ae.isStrictBindOnlyReservedWord=t,Ae.isStrictBindReservedWord=o,Ae.isStrictReservedWord=i;const e={keyword:["break","case","catch","continue","debugger","default","do","else","finally","for","function","if","return","switch","throw","try","var","const","while","with","new","this","super","class","extends","export","import","null","true","false","in","instanceof","typeof","void","delete"],strict:["implements","interface","let","package","private","protected","public","static","yield"],strictBind:["eval","arguments"]},l=new Set(e.keyword),n=new Set(e.strict),p=new Set(e.strictBind);function u(c,E){return E&&c==="await"||c==="enum"}r(u,"isReservedWord");function i(c,E){return u(c,E)||n.has(c)}r(i,"isStrictReservedWord");function t(c){return p.has(c)}r(t,"isStrictBindOnlyReservedWord");function o(c,E){return i(c,E)||t(c)}r(o,"isStrictBindReservedWord");function s(c){return l.has(c)}return r(s,"isKeyword"),Ae}r(Cd,"requireKeyword");var da;function Ld(){return da||(da=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"isIdentifierChar",{enumerable:!0,get:r(function(){return l.isIdentifierChar},"get")}),Object.defineProperty(e,"isIdentifierName",{enumerable:!0,get:r(function(){return l.isIdentifierName},"get")}),Object.defineProperty(e,"isIdentifierStart",{enumerable:!0,get:r(function(){return l.isIdentifierStart},"get")}),Object.defineProperty(e,"isKeyword",{enumerable:!0,get:r(function(){return n.isKeyword},"get")}),Object.defineProperty(e,"isReservedWord",{enumerable:!0,get:r(function(){return n.isReservedWord},"get")}),Object.defineProperty(e,"isStrictBindOnlyReservedWord",{enumerable:!0,get:r(function(){return n.isStrictBindOnlyReservedWord},"get")}),Object.defineProperty(e,"isStrictBindReservedWord",{enumerable:!0,get:r(function(){return n.isStrictBindReservedWord},"get")}),Object.defineProperty(e,"isStrictReservedWord",{enumerable:!0,get:r(function(){return n.isStrictReservedWord},"get")});var l=Ad(),n=Cd()})(Ts)),Ts}r(Ld,"requireLib$6");var Ps={exports:{}},ms,Ta;function Rd(){if(Ta)return ms;Ta=1;var e=/[|\\{}()[\]^$+*?.]/g;return ms=r(function(l){if(typeof l!="string")throw new TypeError("Expected a string");return l.replace(e,"\\$&")},"escapeStringRegexp"),ms}r(Rd,"requireEscapeStringRegexp");var gi={exports:{}},ys={exports:{}},hs,Pa;function Vd(){return Pa||(Pa=1,hs={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]}),hs}r(Vd,"requireColorName");var ma;function ya(){if(ma)return ys.exports;ma=1;var e=Vd(),l={};for(var n in e)e.hasOwnProperty(n)&&(l[e[n]]=n);var p=ys.exports={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};for(var u in p)if(p.hasOwnProperty(u)){if(!("channels"in p[u]))throw new Error("missing channels property: "+u);if(!("labels"in p[u]))throw new Error("missing channel labels property: "+u);if(p[u].labels.length!==p[u].channels)throw new Error("channel and label counts mismatch: "+u);var i=p[u].channels,t=p[u].labels;delete p[u].channels,delete p[u].labels,Object.defineProperty(p[u],"channels",{value:i}),Object.defineProperty(p[u],"labels",{value:t})}p.rgb.hsl=function(s){var c=s[0]/255,E=s[1]/255,P=s[2]/255,m=Math.min(c,E,P),a=Math.max(c,E,P),f=a-m,d,h,T;return a===m?d=0:c===a?d=(E-P)/f:E===a?d=2+(P-c)/f:P===a&&(d=4+(c-E)/f),d=Math.min(d*60,360),d<0&&(d+=360),T=(m+a)/2,a===m?h=0:T<=.5?h=f/(a+m):h=f/(2-a-m),[d,h*100,T*100]},p.rgb.hsv=function(s){var c,E,P,m,a,f=s[0]/255,d=s[1]/255,h=s[2]/255,T=Math.max(f,d,h),g=T-Math.min(f,d,h),A=r(function(y){return(T-y)/6/g+1/2},"diffc");return g===0?m=a=0:(a=g/T,c=A(f),E=A(d),P=A(h),f===T?m=P-E:d===T?m=1/3+c-P:h===T&&(m=2/3+E-c),m<0?m+=1:m>1&&(m-=1)),[m*360,a*100,T*100]},p.rgb.hwb=function(s){var c=s[0],E=s[1],P=s[2],m=p.rgb.hsl(s)[0],a=1/255*Math.min(c,Math.min(E,P));return P=1-1/255*Math.max(c,Math.max(E,P)),[m,a*100,P*100]},p.rgb.cmyk=function(s){var c=s[0]/255,E=s[1]/255,P=s[2]/255,m,a,f,d;return d=Math.min(1-c,1-E,1-P),m=(1-c-d)/(1-d)||0,a=(1-E-d)/(1-d)||0,f=(1-P-d)/(1-d)||0,[m*100,a*100,f*100,d*100]};function o(s,c){return Math.pow(s[0]-c[0],2)+Math.pow(s[1]-c[1],2)+Math.pow(s[2]-c[2],2)}return r(o,"comparativeDistance"),p.rgb.keyword=function(s){var c=l[s];if(c)return c;var E=1/0,P;for(var m in e)if(e.hasOwnProperty(m)){var a=e[m],f=o(s,a);f<E&&(E=f,P=m)}return P},p.keyword.rgb=function(s){return e[s]},p.rgb.xyz=function(s){var c=s[0]/255,E=s[1]/255,P=s[2]/255;c=c>.04045?Math.pow((c+.055)/1.055,2.4):c/12.92,E=E>.04045?Math.pow((E+.055)/1.055,2.4):E/12.92,P=P>.04045?Math.pow((P+.055)/1.055,2.4):P/12.92;var m=c*.4124+E*.3576+P*.1805,a=c*.2126+E*.7152+P*.0722,f=c*.0193+E*.1192+P*.9505;return[m*100,a*100,f*100]},p.rgb.lab=function(s){var c=p.rgb.xyz(s),E=c[0],P=c[1],m=c[2],a,f,d;return E/=95.047,P/=100,m/=108.883,E=E>.008856?Math.pow(E,1/3):7.787*E+16/116,P=P>.008856?Math.pow(P,1/3):7.787*P+16/116,m=m>.008856?Math.pow(m,1/3):7.787*m+16/116,a=116*P-16,f=500*(E-P),d=200*(P-m),[a,f,d]},p.hsl.rgb=function(s){var c=s[0]/360,E=s[1]/100,P=s[2]/100,m,a,f,d,h;if(E===0)return h=P*255,[h,h,h];P<.5?a=P*(1+E):a=P+E-P*E,m=2*P-a,d=[0,0,0];for(var T=0;T<3;T++)f=c+1/3*-(T-1),f<0&&f++,f>1&&f--,6*f<1?h=m+(a-m)*6*f:2*f<1?h=a:3*f<2?h=m+(a-m)*(2/3-f)*6:h=m,d[T]=h*255;return d},p.hsl.hsv=function(s){var c=s[0],E=s[1]/100,P=s[2]/100,m=E,a=Math.max(P,.01),f,d;return P*=2,E*=P<=1?P:2-P,m*=a<=1?a:2-a,d=(P+E)/2,f=P===0?2*m/(a+m):2*E/(P+E),[c,f*100,d*100]},p.hsv.rgb=function(s){var c=s[0]/60,E=s[1]/100,P=s[2]/100,m=Math.floor(c)%6,a=c-Math.floor(c),f=255*P*(1-E),d=255*P*(1-E*a),h=255*P*(1-E*(1-a));switch(P*=255,m){case 0:return[P,h,f];case 1:return[d,P,f];case 2:return[f,P,h];case 3:return[f,d,P];case 4:return[h,f,P];case 5:return[P,f,d]}},p.hsv.hsl=function(s){var c=s[0],E=s[1]/100,P=s[2]/100,m=Math.max(P,.01),a,f,d;return d=(2-E)*P,a=(2-E)*m,f=E*m,f/=a<=1?a:2-a,f=f||0,d/=2,[c,f*100,d*100]},p.hwb.rgb=function(s){var c=s[0]/360,E=s[1]/100,P=s[2]/100,m=E+P,a,f,d,h;m>1&&(E/=m,P/=m),a=Math.floor(6*c),f=1-P,d=6*c-a,(a&1)!==0&&(d=1-d),h=E+d*(f-E);var T,g,A;switch(a){default:case 6:case 0:T=f,g=h,A=E;break;case 1:T=h,g=f,A=E;break;case 2:T=E,g=f,A=h;break;case 3:T=E,g=h,A=f;break;case 4:T=h,g=E,A=f;break;case 5:T=f,g=E,A=h;break}return[T*255,g*255,A*255]},p.cmyk.rgb=function(s){var c=s[0]/100,E=s[1]/100,P=s[2]/100,m=s[3]/100,a,f,d;return a=1-Math.min(1,c*(1-m)+m),f=1-Math.min(1,E*(1-m)+m),d=1-Math.min(1,P*(1-m)+m),[a*255,f*255,d*255]},p.xyz.rgb=function(s){var c=s[0]/100,E=s[1]/100,P=s[2]/100,m,a,f;return m=c*3.2406+E*-1.5372+P*-.4986,a=c*-.9689+E*1.8758+P*.0415,f=c*.0557+E*-.204+P*1.057,m=m>.0031308?1.055*Math.pow(m,1/2.4)-.055:m*12.92,a=a>.0031308?1.055*Math.pow(a,1/2.4)-.055:a*12.92,f=f>.0031308?1.055*Math.pow(f,1/2.4)-.055:f*12.92,m=Math.min(Math.max(0,m),1),a=Math.min(Math.max(0,a),1),f=Math.min(Math.max(0,f),1),[m*255,a*255,f*255]},p.xyz.lab=function(s){var c=s[0],E=s[1],P=s[2],m,a,f;return c/=95.047,E/=100,P/=108.883,c=c>.008856?Math.pow(c,1/3):7.787*c+16/116,E=E>.008856?Math.pow(E,1/3):7.787*E+16/116,P=P>.008856?Math.pow(P,1/3):7.787*P+16/116,m=116*E-16,a=500*(c-E),f=200*(E-P),[m,a,f]},p.lab.xyz=function(s){var c=s[0],E=s[1],P=s[2],m,a,f;a=(c+16)/116,m=E/500+a,f=a-P/200;var d=Math.pow(a,3),h=Math.pow(m,3),T=Math.pow(f,3);return a=d>.008856?d:(a-16/116)/7.787,m=h>.008856?h:(m-16/116)/7.787,f=T>.008856?T:(f-16/116)/7.787,m*=95.047,a*=100,f*=108.883,[m,a,f]},p.lab.lch=function(s){var c=s[0],E=s[1],P=s[2],m,a,f;return m=Math.atan2(P,E),a=m*360/2/Math.PI,a<0&&(a+=360),f=Math.sqrt(E*E+P*P),[c,f,a]},p.lch.lab=function(s){var c=s[0],E=s[1],P=s[2],m,a,f;return f=P/360*2*Math.PI,m=E*Math.cos(f),a=E*Math.sin(f),[c,m,a]},p.rgb.ansi16=function(s){var c=s[0],E=s[1],P=s[2],m=1 in arguments?arguments[1]:p.rgb.hsv(s)[2];if(m=Math.round(m/50),m===0)return 30;var a=30+(Math.round(P/255)<<2|Math.round(E/255)<<1|Math.round(c/255));return m===2&&(a+=60),a},p.hsv.ansi16=function(s){return p.rgb.ansi16(p.hsv.rgb(s),s[2])},p.rgb.ansi256=function(s){var c=s[0],E=s[1],P=s[2];if(c===E&&E===P)return c<8?16:c>248?231:Math.round((c-8)/247*24)+232;var m=16+36*Math.round(c/255*5)+6*Math.round(E/255*5)+Math.round(P/255*5);return m},p.ansi16.rgb=function(s){var c=s%10;if(c===0||c===7)return s>50&&(c+=3.5),c=c/10.5*255,[c,c,c];var E=(~~(s>50)+1)*.5,P=(c&1)*E*255,m=(c>>1&1)*E*255,a=(c>>2&1)*E*255;return[P,m,a]},p.ansi256.rgb=function(s){if(s>=232){var c=(s-232)*10+8;return[c,c,c]}s-=16;var E,P=Math.floor(s/36)/5*255,m=Math.floor((E=s%36)/6)/5*255,a=E%6/5*255;return[P,m,a]},p.rgb.hex=function(s){var c=((Math.round(s[0])&255)<<16)+((Math.round(s[1])&255)<<8)+(Math.round(s[2])&255),E=c.toString(16).toUpperCase();return"000000".substring(E.length)+E},p.hex.rgb=function(s){var c=s.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!c)return[0,0,0];var E=c[0];c[0].length===3&&(E=E.split("").map(function(d){return d+d}).join(""));var P=parseInt(E,16),m=P>>16&255,a=P>>8&255,f=P&255;return[m,a,f]},p.rgb.hcg=function(s){var c=s[0]/255,E=s[1]/255,P=s[2]/255,m=Math.max(Math.max(c,E),P),a=Math.min(Math.min(c,E),P),f=m-a,d,h;return f<1?d=a/(1-f):d=0,f<=0?h=0:m===c?h=(E-P)/f%6:m===E?h=2+(P-c)/f:h=4+(c-E)/f+4,h/=6,h%=1,[h*360,f*100,d*100]},p.hsl.hcg=function(s){var c=s[1]/100,E=s[2]/100,P=1,m=0;return E<.5?P=2*c*E:P=2*c*(1-E),P<1&&(m=(E-.5*P)/(1-P)),[s[0],P*100,m*100]},p.hsv.hcg=function(s){var c=s[1]/100,E=s[2]/100,P=c*E,m=0;return P<1&&(m=(E-P)/(1-P)),[s[0],P*100,m*100]},p.hcg.rgb=function(s){var c=s[0]/360,E=s[1]/100,P=s[2]/100;if(E===0)return[P*255,P*255,P*255];var m=[0,0,0],a=c%1*6,f=a%1,d=1-f,h=0;switch(Math.floor(a)){case 0:m[0]=1,m[1]=f,m[2]=0;break;case 1:m[0]=d,m[1]=1,m[2]=0;break;case 2:m[0]=0,m[1]=1,m[2]=f;break;case 3:m[0]=0,m[1]=d,m[2]=1;break;case 4:m[0]=f,m[1]=0,m[2]=1;break;default:m[0]=1,m[1]=0,m[2]=d}return h=(1-E)*P,[(E*m[0]+h)*255,(E*m[1]+h)*255,(E*m[2]+h)*255]},p.hcg.hsv=function(s){var c=s[1]/100,E=s[2]/100,P=c+E*(1-c),m=0;return P>0&&(m=c/P),[s[0],m*100,P*100]},p.hcg.hsl=function(s){var c=s[1]/100,E=s[2]/100,P=E*(1-c)+.5*c,m=0;return P>0&&P<.5?m=c/(2*P):P>=.5&&P<1&&(m=c/(2*(1-P))),[s[0],m*100,P*100]},p.hcg.hwb=function(s){var c=s[1]/100,E=s[2]/100,P=c+E*(1-c);return[s[0],(P-c)*100,(1-P)*100]},p.hwb.hcg=function(s){var c=s[1]/100,E=s[2]/100,P=1-E,m=P-c,a=0;return m<1&&(a=(P-m)/(1-m)),[s[0],m*100,a*100]},p.apple.rgb=function(s){return[s[0]/65535*255,s[1]/65535*255,s[2]/65535*255]},p.rgb.apple=function(s){return[s[0]/255*65535,s[1]/255*65535,s[2]/255*65535]},p.gray.rgb=function(s){return[s[0]/100*255,s[0]/100*255,s[0]/100*255]},p.gray.hsl=p.gray.hsv=function(s){return[0,0,s[0]]},p.gray.hwb=function(s){return[0,100,s[0]]},p.gray.cmyk=function(s){return[0,0,0,s[0]]},p.gray.lab=function(s){return[s[0],0,0]},p.gray.hex=function(s){var c=Math.round(s[0]/100*255)&255,E=(c<<16)+(c<<8)+c,P=E.toString(16).toUpperCase();return"000000".substring(P.length)+P},p.rgb.gray=function(s){var c=(s[0]+s[1]+s[2])/3;return[c/255*100]},ys.exports}r(ya,"requireConversions");var _s,ha;function Dd(){if(ha)return _s;ha=1;var e=ya();function l(){for(var i={},t=Object.keys(e),o=t.length,s=0;s<o;s++)i[t[s]]={distance:-1,parent:null};return i}r(l,"buildGraph");function n(i){var t=l(),o=[i];for(t[i].distance=0;o.length;)for(var s=o.pop(),c=Object.keys(e[s]),E=c.length,P=0;P<E;P++){var m=c[P],a=t[m];a.distance===-1&&(a.distance=t[s].distance+1,a.parent=s,o.unshift(m))}return t}r(n,"deriveBFS");function p(i,t){return function(o){return t(i(o))}}r(p,"link");function u(i,t){for(var o=[t[i].parent,i],s=e[t[i].parent][i],c=t[i].parent;t[c].parent;)o.unshift(t[c].parent),s=p(e[t[c].parent][c],s),c=t[c].parent;return s.conversion=o,s}return r(u,"wrapConversion"),_s=r(function(i){for(var t=n(i),o={},s=Object.keys(t),c=s.length,E=0;E<c;E++){var P=s[E],m=t[P];m.parent!==null&&(o[P]=u(P,t))}return o},"route"),_s}r(Dd,"requireRoute");var vs,_a;function Od(){if(_a)return vs;_a=1;var e=ya(),l=Dd(),n={},p=Object.keys(e);function u(t){var o=r(function(s){return s==null?s:(arguments.length>1&&(s=Array.prototype.slice.call(arguments)),t(s))},"wrappedFn");return"conversion"in t&&(o.conversion=t.conversion),o}r(u,"wrapRaw");function i(t){var o=r(function(s){if(s==null)return s;arguments.length>1&&(s=Array.prototype.slice.call(arguments));var c=t(s);if(typeof c=="object")for(var E=c.length,P=0;P<E;P++)c[P]=Math.round(c[P]);return c},"wrappedFn");return"conversion"in t&&(o.conversion=t.conversion),o}return r(i,"wrapRounded"),p.forEach(function(t){n[t]={},Object.defineProperty(n[t],"channels",{value:e[t].channels}),Object.defineProperty(n[t],"labels",{value:e[t].labels});var o=l(t),s=Object.keys(o);s.forEach(function(c){var E=o[c];n[t][c]=i(E),n[t][c].raw=u(E)})}),vs=n,vs}r(Od,"requireColorConvert"),gi.exports;var va;function wd(){return va||(va=1,(function(e){const l=Od(),n=r((t,o)=>function(){return`\x1B[${t.apply(l,arguments)+o}m`},"wrapAnsi16"),p=r((t,o)=>function(){const s=t.apply(l,arguments);return`\x1B[${38+o};5;${s}m`},"wrapAnsi256"),u=r((t,o)=>function(){const s=t.apply(l,arguments);return`\x1B[${38+o};2;${s[0]};${s[1]};${s[2]}m`},"wrapAnsi16m");function i(){const t=new Map,o={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],gray:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};o.color.grey=o.color.gray;for(const E of Object.keys(o)){const P=o[E];for(const m of Object.keys(P)){const a=P[m];o[m]={open:`\x1B[${a[0]}m`,close:`\x1B[${a[1]}m`},P[m]=o[m],t.set(a[0],a[1])}Object.defineProperty(o,E,{value:P,enumerable:!1}),Object.defineProperty(o,"codes",{value:t,enumerable:!1})}const s=r(E=>E,"ansi2ansi"),c=r((E,P,m)=>[E,P,m],"rgb2rgb");o.color.close="\x1B[39m",o.bgColor.close="\x1B[49m",o.color.ansi={ansi:n(s,0)},o.color.ansi256={ansi256:p(s,0)},o.color.ansi16m={rgb:u(c,0)},o.bgColor.ansi={ansi:n(s,10)},o.bgColor.ansi256={ansi256:p(s,10)},o.bgColor.ansi16m={rgb:u(c,10)};for(let E of Object.keys(l)){if(typeof l[E]!="object")continue;const P=l[E];E==="ansi16"&&(E="ansi"),"ansi16"in P&&(o.color.ansi[E]=n(P.ansi16,0),o.bgColor.ansi[E]=n(P.ansi16,10)),"ansi256"in P&&(o.color.ansi256[E]=p(P.ansi256,0),o.bgColor.ansi256[E]=p(P.ansi256,10)),"rgb"in P&&(o.color.ansi16m[E]=u(P.rgb,0),o.bgColor.ansi16m[E]=u(P.rgb,10))}return o}r(i,"assembleStyles"),Object.defineProperty(e,"exports",{enumerable:!0,get:i})})(gi)),gi.exports}r(wd,"requireAnsiStyles");var bs,ba;function Md(){return ba||(ba=1,bs=r((e,l)=>{l=l||process.argv;const n=e.startsWith("-")?"":e.length===1?"-":"--",p=l.indexOf(n+e),u=l.indexOf("--");return p!==-1&&(u===-1?!0:p<u)},"hasFlag")),bs}r(Md,"requireHasFlag");var gs,ga;function Id(){if(ga)return gs;ga=1;const e=id,l=Md(),n=process.env;let p;l("no-color")||l("no-colors")||l("color=false")?p=!1:(l("color")||l("colors")||l("color=true")||l("color=always"))&&(p=!0),"FORCE_COLOR"in n&&(p=n.FORCE_COLOR.length===0||parseInt(n.FORCE_COLOR,10)!==0);function u(o){return o===0?!1:{level:o,hasBasic:!0,has256:o>=2,has16m:o>=3}}r(u,"translateLevel");function i(o){if(p===!1)return 0;if(l("color=16m")||l("color=full")||l("color=truecolor"))return 3;if(l("color=256"))return 2;if(o&&!o.isTTY&&p!==!0)return 0;const s=p?1:0;if(process.platform==="win32"){const c=e.release().split(".");return Number(process.versions.node.split(".")[0])>=8&&Number(c[0])>=10&&Number(c[2])>=10586?Number(c[2])>=14931?3:2:1}if("CI"in n)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some(c=>c in n)||n.CI_NAME==="codeship"?1:s;if("TEAMCITY_VERSION"in n)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(n.TEAMCITY_VERSION)?1:0;if(n.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in n){const c=parseInt((n.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(n.TERM_PROGRAM){case"iTerm.app":return c>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(n.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(n.TERM)||"COLORTERM"in n?1:(n.TERM==="dumb",s)}r(i,"supportsColor");function t(o){const s=i(o);return u(s)}return r(t,"getSupportLevel"),gs={supportsColor:t,stdout:t(process.stdout),stderr:t(process.stderr)},gs}r(Id,"requireSupportsColor");var Ss,Sa;function Ud(){if(Sa)return Ss;Sa=1;const e=/(?:\\(u[a-f\d]{4}|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi,l=/(?:^|\.)(\w+)(?:\(([^)]*)\))?/g,n=/^(['"])((?:\\.|(?!\1)[^\\])*)\1$/,p=/\\(u[a-f\d]{4}|x[a-f\d]{2}|.)|([^\\])/gi,u=new Map([["n",`
|
|
2
2
|
`],["r","\r"],["t"," "],["b","\b"],["f","\f"],["v","\v"],["0","\0"],["\\","\\"],["e","\x1B"],["a","\x07"]]);function i(c){return c[0]==="u"&&c.length===5||c[0]==="x"&&c.length===3?String.fromCharCode(parseInt(c.slice(1),16)):u.get(c)||c}r(i,"unescape");function t(c,E){const P=[],m=E.trim().split(/\s*,\s*/g);let a;for(const f of m)if(!isNaN(f))P.push(Number(f));else if(a=f.match(n))P.push(a[2].replace(p,(d,h,T)=>h?i(h):T));else throw new Error(`Invalid Chalk template style argument: ${f} (in style '${c}')`);return P}r(t,"parseArguments");function o(c){l.lastIndex=0;const E=[];let P;for(;(P=l.exec(c))!==null;){const m=P[1];if(P[2]){const a=t(m,P[2]);E.push([m].concat(a))}else E.push([m])}return E}r(o,"parseStyle");function s(c,E){const P={};for(const a of E)for(const f of a.styles)P[f[0]]=a.inverse?null:f.slice(1);let m=c;for(const a of Object.keys(P))if(Array.isArray(P[a])){if(!(a in m))throw new Error(`Unknown Chalk style: ${a}`);P[a].length>0?m=m[a].apply(m,P[a]):m=m[a]}return m}return r(s,"buildStyle"),Ss=r((c,E)=>{const P=[],m=[];let a=[];if(E.replace(e,(f,d,h,T,g,A)=>{if(d)a.push(i(d));else if(T){const y=a.join("");a=[],m.push(P.length===0?y:s(c,P)(y)),P.push({inverse:h,styles:o(T)})}else if(g){if(P.length===0)throw new Error("Found extraneous } in Chalk template literal");m.push(s(c,P)(a.join(""))),a=[],P.pop()}else a.push(A)}),m.push(a.join("")),P.length>0){const f=`Chalk template literal is missing ${P.length} closing bracket${P.length===1?"":"s"} (\`}\`)`;throw new Error(f)}return m.join("")},"templates"),Ss}r(Ud,"requireTemplates");var Ya;function Aa(){return Ya||(Ya=1,(function(e){const l=Rd(),n=wd(),p=Id().stdout,u=Ud(),i=process.platform==="win32"&&!(process.env.TERM||"").toLowerCase().startsWith("xterm"),t=["ansi","ansi","ansi256","ansi16m"],o=new Set(["gray"]),s=Object.create(null);function c(d,h){h=h||{};const T=p?p.level:0;d.level=h.level===void 0?T:h.level,d.enabled="enabled"in h?h.enabled:d.level>0}r(c,"applyOptions");function E(d){if(!this||!(this instanceof E)||this.template){const h={};return c(h,d),h.template=function(){const T=[].slice.call(arguments);return f.apply(null,[h.template].concat(T))},Object.setPrototypeOf(h,E.prototype),Object.setPrototypeOf(h.template,h),h.template.constructor=E,h.template}c(this,d)}r(E,"Chalk"),i&&(n.blue.open="\x1B[94m");for(const d of Object.keys(n))n[d].closeRe=new RegExp(l(n[d].close),"g"),s[d]={get(){const h=n[d];return m.call(this,this._styles?this._styles.concat(h):[h],this._empty,d)}};s.visible={get(){return m.call(this,this._styles||[],!0,"visible")}},n.color.closeRe=new RegExp(l(n.color.close),"g");for(const d of Object.keys(n.color.ansi))o.has(d)||(s[d]={get(){const h=this.level;return function(){const g={open:n.color[t[h]][d].apply(null,arguments),close:n.color.close,closeRe:n.color.closeRe};return m.call(this,this._styles?this._styles.concat(g):[g],this._empty,d)}}});n.bgColor.closeRe=new RegExp(l(n.bgColor.close),"g");for(const d of Object.keys(n.bgColor.ansi)){if(o.has(d))continue;const h="bg"+d[0].toUpperCase()+d.slice(1);s[h]={get(){const T=this.level;return function(){const A={open:n.bgColor[t[T]][d].apply(null,arguments),close:n.bgColor.close,closeRe:n.bgColor.closeRe};return m.call(this,this._styles?this._styles.concat(A):[A],this._empty,d)}}}}const P=Object.defineProperties(()=>{},s);function m(d,h,T){const g=r(function(){return a.apply(g,arguments)},"builder");g._styles=d,g._empty=h;const A=this;return Object.defineProperty(g,"level",{enumerable:!0,get(){return A.level},set(y){A.level=y}}),Object.defineProperty(g,"enabled",{enumerable:!0,get(){return A.enabled},set(y){A.enabled=y}}),g.hasGrey=this.hasGrey||T==="gray"||T==="grey",g.__proto__=P,g}r(m,"build");function a(){const d=arguments,h=d.length;let T=String(arguments[0]);if(h===0)return"";if(h>1)for(let A=1;A<h;A++)T+=" "+d[A];if(!this.enabled||this.level<=0||!T)return this._empty?"":T;const g=n.dim.open;i&&this.hasGrey&&(n.dim.open="");for(const A of this._styles.slice().reverse())T=A.open+T.replace(A.closeRe,A.open)+A.close,T=T.replace(/\r?\n/g,`${A.close}$&${A.open}`);return n.dim.open=g,T}r(a,"applyStyle");function f(d,h){if(!Array.isArray(h))return[].slice.call(arguments,1).join(" ");const T=[].slice.call(arguments,2),g=[h.raw[0]];for(let A=1;A<h.length;A++)g.push(String(T[A-1]).replace(/[{}\\]/g,"\\$&")),g.push(String(h.raw[A]));return u(d,g.join(""))}r(f,"chalkTag"),Object.defineProperties(E.prototype,s),e.exports=E(),e.exports.supportsColor=p,e.exports.default=e.exports})(Ps)),Ps.exports}r(Aa,"requireChalk");var Ca;function xd(){if(Ca)return He;Ca=1,Object.defineProperty(He,"__esModule",{value:!0}),He.default=f,He.shouldHighlight=P;var e=Yd(),l=Ld(),n=u(Aa(),!0);function p(d){if(typeof WeakMap!="function")return null;var h=new WeakMap,T=new WeakMap;return(p=r(function(g){return g?T:h},"_getRequireWildcardCache"))(d)}r(p,"_getRequireWildcardCache");function u(d,h){if(d===null||typeof d!="object"&&typeof d!="function")return{default:d};var T=p(h);if(T&&T.has(d))return T.get(d);var g={__proto__:null},A=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var y in d)if(y!=="default"&&Object.prototype.hasOwnProperty.call(d,y)){var C=A?Object.getOwnPropertyDescriptor(d,y):null;C&&(C.get||C.set)?Object.defineProperty(g,y,C):g[y]=d[y]}return g.default=d,T&&T.set(d,g),g}r(u,"_interopRequireWildcard");const i=new Set(["as","async","from","get","of","set"]);function t(d){return{keyword:d.cyan,capitalized:d.yellow,jsxIdentifier:d.yellow,punctuator:d.yellow,number:d.magenta,string:d.green,regex:d.magenta,comment:d.grey,invalid:d.white.bgRed.bold}}r(t,"getDefs");const o=/\r\n|[\n\r\u2028\u2029]/,s=/^[()[\]{}]$/;let c;{const d=/^[a-z][\w-]*$/i,h=r(function(T,g,A){if(T.type==="name"){if((0,l.isKeyword)(T.value)||(0,l.isStrictReservedWord)(T.value,!0)||i.has(T.value))return"keyword";if(d.test(T.value)&&(A[g-1]==="<"||A.slice(g-2,g)=="</"))return"jsxIdentifier";if(T.value[0]!==T.value[0].toLowerCase())return"capitalized"}return T.type==="punctuator"&&s.test(T.value)?"bracket":T.type==="invalid"&&(T.value==="@"||T.value==="#")?"punctuator":T.type},"getTokenType");c=r(function*(T){let g;for(;g=e.default.exec(T);){const A=e.matchToToken(g);yield{type:h(A,g.index,T),value:A.value}}},"tokenize")}function E(d,h){let T="";for(const{type:g,value:A}of c(h)){const y=d[g];y?T+=A.split(o).map(C=>y(C)).join(`
|
|
3
3
|
`):T+=A}return T}r(E,"highlightTokens");function P(d){return n.default.level>0||d.forceColor}r(P,"shouldHighlight");let m;function a(d){if(d){var h;return(h=m)!=null||(m=new n.default.constructor({enabled:!0,level:1})),m}return n.default}r(a,"getChalk"),He.getChalk=d=>a(d.forceColor);function f(d,h={}){if(d!==""&&P(h)){const T=t(a(h.forceColor));return E(T,d)}else return d}return r(f,"highlight"),He}r(xd,"requireLib$5");var La;function Fd(){if(La)return nt;La=1,Object.defineProperty(nt,"__esModule",{value:!0}),nt.codeFrameColumns=E,nt.default=P;var e=xd(),l=p(Aa(),!0);function n(m){if(typeof WeakMap!="function")return null;var a=new WeakMap,f=new WeakMap;return(n=r(function(d){return d?f:a},"_getRequireWildcardCache"))(m)}r(n,"_getRequireWildcardCache");function p(m,a){if(m===null||typeof m!="object"&&typeof m!="function")return{default:m};var f=n(a);if(f&&f.has(m))return f.get(m);var d={__proto__:null},h=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var T in m)if(T!=="default"&&Object.prototype.hasOwnProperty.call(m,T)){var g=h?Object.getOwnPropertyDescriptor(m,T):null;g&&(g.get||g.set)?Object.defineProperty(d,T,g):d[T]=m[T]}return d.default=m,f&&f.set(m,d),d}r(p,"_interopRequireWildcard");let u;function i(m){if(m){var a;return(a=u)!=null||(u=new l.default.constructor({enabled:!0,level:1})),u}return l.default}r(i,"getChalk");let t=!1;function o(m){return{gutter:m.grey,marker:m.red.bold,message:m.red.bold}}r(o,"getDefs");const s=/\r\n|[\n\r\u2028\u2029]/;function c(m,a,f){const d=Object.assign({column:0,line:-1},m.start),h=Object.assign({},d,m.end),{linesAbove:T=2,linesBelow:g=3}=f||{},A=d.line,y=d.column,C=h.line,R=h.column;let D=Math.max(A-(T+1),0),O=Math.min(a.length,C+g);A===-1&&(D=0),C===-1&&(O=a.length);const B=C-A,j={};if(B)for(let F=0;F<=B;F++){const q=F+A;if(!y)j[q]=!0;else if(F===0){const U=a[q-1].length;j[q]=[y,U-y+1]}else if(F===B)j[q]=[0,R];else{const U=a[q-F].length;j[q]=[0,U]}}else y===R?y?j[A]=[y,0]:j[A]=!0:j[A]=[y,R-y];return{start:D,end:O,markerLines:j}}r(c,"getMarkerLines");function E(m,a,f={}){const d=(f.highlightCode||f.forceColor)&&(0,e.shouldHighlight)(f),h=i(f.forceColor),T=o(h),g=r((F,q)=>d?F(q):q,"maybeHighlight"),A=m.split(s),{start:y,end:C,markerLines:R}=c(a,A,f),D=a.start&&typeof a.start.column=="number",O=String(C).length;let j=(d?(0,e.default)(m,f):m).split(s,C).slice(y,C).map((F,q)=>{const U=y+1+q,J=` ${` ${U}`.slice(-O)} |`,$=R[U],z=!R[U+1];if($){let Q="";if(Array.isArray($)){const Z=F.slice(0,Math.max($[0]-1,0)).replace(/[^\t]/g," "),Ce=$[1]||1;Q=[`
|
|
4
4
|
`,g(T.gutter,J.replace(/\d/g," "))," ",Z,g(T.marker,"^").repeat(Ce)].join(""),z&&f.message&&(Q+=" "+g(T.message,f.message))}return[g(T.marker,">"),g(T.gutter,J),F.length>0?` ${F}`:"",Q].join("")}else return` ${g(T.gutter,J)}${F.length>0?` ${F}`:""}`}).join(`
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var a="lintroll",r="1.24.3";export{a as n,r as v};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var r="lintroll",e="1.24.3";exports.name=r,exports.version=e;
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var a="lintroll",r="1.24.2";export{a as n,r as v};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";var r="lintroll",e="1.24.2";exports.name=r,exports.version=e;
|