lintroll 1.15.0 → 1.16.1
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.cjs +1 -1
- package/dist/cli/index.mjs +1 -1
- package/dist/index-C3zPrSIs.mjs +1 -0
- package/dist/index-Dcmoai3v.mjs +14 -0
- package/dist/index-DpyekjwR.cjs +14 -0
- package/dist/index-lfElTNCp.cjs +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/resolvers/pkg-maps-resolver.cjs +1 -1
- package/dist/resolvers/pkg-maps-resolver.mjs +1 -1
- package/package.json +21 -21
- package/dist/index-BbEs1OZt.mjs +0 -1
- package/dist/index-CTYCQCB-.mjs +0 -14
- package/dist/index-DXvnAG_9.cjs +0 -1
- package/dist/index-dLHENzq1.cjs +0 -14
package/dist/index-dLHENzq1.cjs
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";var $E=Object.defineProperty;var n=(e,l)=>$E(e,"name",{value:l,configurable:!0});var WE=require("@eslint/js"),mi=require("globals"),jo=require("confusing-browser-globals"),HE=require("node:module"),No=require("@eslint-community/eslint-plugin-eslint-comments"),KE=require("@stylistic/eslint-plugin"),Bo=require("node:url"),De=require("eslint-plugin-import-x"),Hi=require("@typescript-eslint/eslint-plugin"),XE=require("@typescript-eslint/parser"),qo=require("eslint-plugin-regexp"),yi=require("node:fs"),Go=require("eslint-plugin-n"),$o=require("node:path"),Wo=require("./index-DXvnAG_9.cjs");require("node:fs/promises");var zE=require("os"),Ho=require("url"),JE=require("util"),Ko=require("eslint-plugin-promise"),QE=require("@eslint/markdown"),ZE=require("eslint-plugin-jsonc"),Ki=require("eslint-plugin-yml"),ed=require("yaml-eslint-parser"),Xo=require("eslint-plugin-no-use-extend-native"),zo=require("eslint-plugin-unicorn"),He=require("eslint-plugin-react"),Jo=require("eslint-plugin-react-hooks"),td=require("get-tsconfig"),Re=require("eslint-plugin-vue"),rd=require("vue-eslint-parser"),Qo=require("eslint/use-at-your-own-risk"),Xi=require("eslint");const nd=["files","ignores","languageOptions","linterOptions","plugins","rules","settings"],Zo=n(e=>{for(const l of nd){const o=e[l];if(!(typeof o!="object"||o===null)){if(Object.freeze(o),l==="rules"){const f=o;for(const c in f)if(Object.hasOwn(f,c)){const i=f[c];i&&Object.freeze(i)}}if(l==="languageOptions"){const f=o;f.parserOptions&&Object.freeze(f.parserOptions),f.globals&&Object.freeze(f.globals)}}}return Object.freeze(e)},"deepFreeze"),F=n(e=>Array.isArray(e)?e.map(Zo):Zo(e),"defineConfig"),ea=HE.createRequire(`${process.cwd()}/`),he=n(e=>{try{return ea.resolve(e),!0}catch{}return!1},"isInstalled"),id=n(e=>Object.keys(ea(e)),"getExports"),zi=WE.configs.recommended.rules,Ji={"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-classes-per-file":["error",1],"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",...jo],"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:[...he("manten")?["test","describe","runTestSuite","onFinish","fixture"]:[],...he("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"},ta=Object.entries(Ji).filter(([e])=>zi[e]&&zi[e]===Ji[e]);if(ta.length>0)throw new Error(`Duplicate rules with ESLint recommendations found: ${ta.map(([e])=>e).join(", ")}`);const Qi=F({languageOptions:{globals:mi["shared-node-browser"]},rules:{...zi,...Ji}}),sd=F({files:["**/*.sw.{js,ts}"],languageOptions:{globals:mi.serviceworker},rules:{"no-restricted-globals":["error",...jo.filter(e=>e!=="self")]}}),od=["**/*.{js,jsx,cjs,mjs}"],ad=["**/*.{ts,tsx,mts,cts}"],ud=["**/*.vue"],Ke=[...od,...ad,...ud],ld=F({files:Ke,plugins:{"@eslint-community/eslint-comments":No},rules:{...No.configs.recommended.rules,"@eslint-community/eslint-comments/no-unused-enable":"off"}}),Zi=[F({plugins:{"@stylistic":KE}}),F({files:Ke,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",{arrays:"always-multiline",exports:"always-multiline",functions:"always-multiline",imports:"always-multiline",objects:"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/func-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 > *","JSXElement","JSXElement > *","JSXAttribute","JSXIdentifier","JSXNamespacedName","JSXMemberExpression","JSXSpreadAttribute","JSXExpressionContainer","JSXOpeningElement","JSXClosingElement","JSXFragment","JSXOpeningFragment","JSXClosingFragment","JSXText","JSXEmptyExpression","JSXSpreadChild"],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"]}})],cd=Bo.fileURLToPath((void 0)("#pkg-maps-resolver")),ra=F({plugins:{"import-x":De},settings:{"import-x/ignore":["node_modules",String.raw`\.(css|svg|json)$`],"import-x/resolver":{node:{},[cd]:{}}},rules:{...De.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"}}),fd=[ra,F({files:["**/src/**/*"],rules:{"import-x/no-dynamic-require":"error"}})],[,na]=ra.rules["import-x/no-extraneous-dependencies"],es="**/*.{ts,tsx,mts,cts}",pd=F({files:[es],languageOptions:{parser:XE,parserOptions:{ecmaVersion:"latest"}},settings:De.configs.typescript.settings}),Ed=F({files:[es],plugins:{"@typescript-eslint":Hi},settings:{...De.configs.typescript.settings,"import-x/resolver":{...De.configs.typescript.settings["import-x/resolver"],typescript:{}}},rules:{...Hi.configs["eslint-recommended"].overrides[0].rules,...Hi.configs.recommended.rules,...De.configs.typescript.rules,"@stylistic/member-delimiter-style":"error","@typescript-eslint/no-shadow":Qi.rules["no-shadow"],"@typescript-eslint/no-unused-vars":["error",{...Qi.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":["error","ignorePackages",{ts:"never",tsx:"never",cts:"never",mts:"never"}],"import-x/no-extraneous-dependencies":["error",{...na,devDependencies:na.devDependencies.map(e=>e.replace(".js",".{js,ts}"))}],"unicorn/consistent-destructuring":"off","unicorn/no-array-callback-reference":"off","unicorn/no-useless-undefined":"off"}}),dd=F({files:Ke,plugins:{regexp:qo},rules:qo.configs.recommended.rules});var ia=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Td(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}n(Td,"getDefaultExportFromCjs");var Xe={},Fe={},ze={},sa;function Pd(){return sa||(sa=1,Object.defineProperty(ze,"__esModule",{value:!0}),ze.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,ze.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}),ze}n(Pd,"requireJsTokens");var ts={},ke={},oa;function md(){if(oa)return ke;oa=1,Object.defineProperty(ke,"__esModule",{value:!0}),ke.isIdentifierChar=s,ke.isIdentifierName=u,ke.isIdentifierStart=r;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 o=new RegExp("["+e+"]"),f=new RegExp("["+e+l+"]");e=l=null;const c=[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,p=P.length;a<p;a+=2){if(m+=P[a],m>E)return!1;if(m+=P[a+1],m>=E)return!0}return!1}n(t,"isInAstralSet");function r(E){return E<65?E===36:E<=90?!0:E<97?E===95:E<=122?!0:E<=65535?E>=170&&o.test(String.fromCharCode(E)):t(E,c)}n(r,"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&&f.test(String.fromCharCode(E)):t(E,c)||t(E,i)}n(s,"isIdentifierChar");function u(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 p=E.charCodeAt(++m);(p&64512)===56320&&(a=65536+((a&1023)<<10)+(p&1023))}if(P){if(P=!1,!r(a))return!1}else if(!s(a))return!1}return!P}return n(u,"isIdentifierName"),ke}n(md,"requireIdentifier");var _e={},aa;function yd(){if(aa)return _e;aa=1,Object.defineProperty(_e,"__esModule",{value:!0}),_e.isKeyword=s,_e.isReservedWord=c,_e.isStrictBindOnlyReservedWord=t,_e.isStrictBindReservedWord=r,_e.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),o=new Set(e.strict),f=new Set(e.strictBind);function c(u,E){return E&&u==="await"||u==="enum"}n(c,"isReservedWord");function i(u,E){return c(u,E)||o.has(u)}n(i,"isStrictReservedWord");function t(u){return f.has(u)}n(t,"isStrictBindOnlyReservedWord");function r(u,E){return i(u,E)||t(u)}n(r,"isStrictBindReservedWord");function s(u){return l.has(u)}return n(s,"isKeyword"),_e}n(yd,"requireKeyword");var ua;function hd(){return ua||(ua=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"isIdentifierChar",{enumerable:!0,get:n(function(){return l.isIdentifierChar},"get")}),Object.defineProperty(e,"isIdentifierName",{enumerable:!0,get:n(function(){return l.isIdentifierName},"get")}),Object.defineProperty(e,"isIdentifierStart",{enumerable:!0,get:n(function(){return l.isIdentifierStart},"get")}),Object.defineProperty(e,"isKeyword",{enumerable:!0,get:n(function(){return o.isKeyword},"get")}),Object.defineProperty(e,"isReservedWord",{enumerable:!0,get:n(function(){return o.isReservedWord},"get")}),Object.defineProperty(e,"isStrictBindOnlyReservedWord",{enumerable:!0,get:n(function(){return o.isStrictBindOnlyReservedWord},"get")}),Object.defineProperty(e,"isStrictBindReservedWord",{enumerable:!0,get:n(function(){return o.isStrictBindReservedWord},"get")}),Object.defineProperty(e,"isStrictReservedWord",{enumerable:!0,get:n(function(){return o.isStrictReservedWord},"get")});var l=md(),o=yd()}(ts)),ts}n(hd,"requireLib$6");var rs={exports:{}},ns,la;function _d(){if(la)return ns;la=1;var e=/[|\\{}()[\]^$+*?.]/g;return ns=n(function(l){if(typeof l!="string")throw new TypeError("Expected a string");return l.replace(e,"\\$&")},"escapeStringRegexp"),ns}n(_d,"requireEscapeStringRegexp");var hi={exports:{}},is={exports:{}},ss,ca;function bd(){return ca||(ca=1,ss={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]}),ss}n(bd,"requireColorName");var fa;function pa(){if(fa)return is.exports;fa=1;var e=bd(),l={};for(var o in e)e.hasOwnProperty(o)&&(l[e[o]]=o);var f=is.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 c in f)if(f.hasOwnProperty(c)){if(!("channels"in f[c]))throw new Error("missing channels property: "+c);if(!("labels"in f[c]))throw new Error("missing channel labels property: "+c);if(f[c].labels.length!==f[c].channels)throw new Error("channel and label counts mismatch: "+c);var i=f[c].channels,t=f[c].labels;delete f[c].channels,delete f[c].labels,Object.defineProperty(f[c],"channels",{value:i}),Object.defineProperty(f[c],"labels",{value:t})}f.rgb.hsl=function(s){var u=s[0]/255,E=s[1]/255,P=s[2]/255,m=Math.min(u,E,P),a=Math.max(u,E,P),p=a-m,d,y,T;return a===m?d=0:u===a?d=(E-P)/p:E===a?d=2+(P-u)/p:P===a&&(d=4+(u-E)/p),d=Math.min(d*60,360),d<0&&(d+=360),T=(m+a)/2,a===m?y=0:T<=.5?y=p/(a+m):y=p/(2-a-m),[d,y*100,T*100]},f.rgb.hsv=function(s){var u,E,P,m,a,p=s[0]/255,d=s[1]/255,y=s[2]/255,T=Math.max(p,d,y),g=T-Math.min(p,d,y),Y=n(function(h){return(T-h)/6/g+1/2},"diffc");return g===0?m=a=0:(a=g/T,u=Y(p),E=Y(d),P=Y(y),p===T?m=P-E:d===T?m=1/3+u-P:y===T&&(m=2/3+E-u),m<0?m+=1:m>1&&(m-=1)),[m*360,a*100,T*100]},f.rgb.hwb=function(s){var u=s[0],E=s[1],P=s[2],m=f.rgb.hsl(s)[0],a=1/255*Math.min(u,Math.min(E,P));return P=1-1/255*Math.max(u,Math.max(E,P)),[m,a*100,P*100]},f.rgb.cmyk=function(s){var u=s[0]/255,E=s[1]/255,P=s[2]/255,m,a,p,d;return d=Math.min(1-u,1-E,1-P),m=(1-u-d)/(1-d)||0,a=(1-E-d)/(1-d)||0,p=(1-P-d)/(1-d)||0,[m*100,a*100,p*100,d*100]};function r(s,u){return Math.pow(s[0]-u[0],2)+Math.pow(s[1]-u[1],2)+Math.pow(s[2]-u[2],2)}return n(r,"comparativeDistance"),f.rgb.keyword=function(s){var u=l[s];if(u)return u;var E=1/0,P;for(var m in e)if(e.hasOwnProperty(m)){var a=e[m],p=r(s,a);p<E&&(E=p,P=m)}return P},f.keyword.rgb=function(s){return e[s]},f.rgb.xyz=function(s){var u=s[0]/255,E=s[1]/255,P=s[2]/255;u=u>.04045?Math.pow((u+.055)/1.055,2.4):u/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=u*.4124+E*.3576+P*.1805,a=u*.2126+E*.7152+P*.0722,p=u*.0193+E*.1192+P*.9505;return[m*100,a*100,p*100]},f.rgb.lab=function(s){var u=f.rgb.xyz(s),E=u[0],P=u[1],m=u[2],a,p,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,p=500*(E-P),d=200*(P-m),[a,p,d]},f.hsl.rgb=function(s){var u=s[0]/360,E=s[1]/100,P=s[2]/100,m,a,p,d,y;if(E===0)return y=P*255,[y,y,y];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++)p=u+1/3*-(T-1),p<0&&p++,p>1&&p--,6*p<1?y=m+(a-m)*6*p:2*p<1?y=a:3*p<2?y=m+(a-m)*(2/3-p)*6:y=m,d[T]=y*255;return d},f.hsl.hsv=function(s){var u=s[0],E=s[1]/100,P=s[2]/100,m=E,a=Math.max(P,.01),p,d;return P*=2,E*=P<=1?P:2-P,m*=a<=1?a:2-a,d=(P+E)/2,p=P===0?2*m/(a+m):2*E/(P+E),[u,p*100,d*100]},f.hsv.rgb=function(s){var u=s[0]/60,E=s[1]/100,P=s[2]/100,m=Math.floor(u)%6,a=u-Math.floor(u),p=255*P*(1-E),d=255*P*(1-E*a),y=255*P*(1-E*(1-a));switch(P*=255,m){case 0:return[P,y,p];case 1:return[d,P,p];case 2:return[p,P,y];case 3:return[p,d,P];case 4:return[y,p,P];case 5:return[P,p,d]}},f.hsv.hsl=function(s){var u=s[0],E=s[1]/100,P=s[2]/100,m=Math.max(P,.01),a,p,d;return d=(2-E)*P,a=(2-E)*m,p=E*m,p/=a<=1?a:2-a,p=p||0,d/=2,[u,p*100,d*100]},f.hwb.rgb=function(s){var u=s[0]/360,E=s[1]/100,P=s[2]/100,m=E+P,a,p,d,y;m>1&&(E/=m,P/=m),a=Math.floor(6*u),p=1-P,d=6*u-a,a&1&&(d=1-d),y=E+d*(p-E);var T,g,Y;switch(a){default:case 6:case 0:T=p,g=y,Y=E;break;case 1:T=y,g=p,Y=E;break;case 2:T=E,g=p,Y=y;break;case 3:T=E,g=y,Y=p;break;case 4:T=y,g=E,Y=p;break;case 5:T=p,g=E,Y=y;break}return[T*255,g*255,Y*255]},f.cmyk.rgb=function(s){var u=s[0]/100,E=s[1]/100,P=s[2]/100,m=s[3]/100,a,p,d;return a=1-Math.min(1,u*(1-m)+m),p=1-Math.min(1,E*(1-m)+m),d=1-Math.min(1,P*(1-m)+m),[a*255,p*255,d*255]},f.xyz.rgb=function(s){var u=s[0]/100,E=s[1]/100,P=s[2]/100,m,a,p;return m=u*3.2406+E*-1.5372+P*-.4986,a=u*-.9689+E*1.8758+P*.0415,p=u*.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,p=p>.0031308?1.055*Math.pow(p,1/2.4)-.055:p*12.92,m=Math.min(Math.max(0,m),1),a=Math.min(Math.max(0,a),1),p=Math.min(Math.max(0,p),1),[m*255,a*255,p*255]},f.xyz.lab=function(s){var u=s[0],E=s[1],P=s[2],m,a,p;return u/=95.047,E/=100,P/=108.883,u=u>.008856?Math.pow(u,1/3):7.787*u+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*(u-E),p=200*(E-P),[m,a,p]},f.lab.xyz=function(s){var u=s[0],E=s[1],P=s[2],m,a,p;a=(u+16)/116,m=E/500+a,p=a-P/200;var d=Math.pow(a,3),y=Math.pow(m,3),T=Math.pow(p,3);return a=d>.008856?d:(a-16/116)/7.787,m=y>.008856?y:(m-16/116)/7.787,p=T>.008856?T:(p-16/116)/7.787,m*=95.047,a*=100,p*=108.883,[m,a,p]},f.lab.lch=function(s){var u=s[0],E=s[1],P=s[2],m,a,p;return m=Math.atan2(P,E),a=m*360/2/Math.PI,a<0&&(a+=360),p=Math.sqrt(E*E+P*P),[u,p,a]},f.lch.lab=function(s){var u=s[0],E=s[1],P=s[2],m,a,p;return p=P/360*2*Math.PI,m=E*Math.cos(p),a=E*Math.sin(p),[u,m,a]},f.rgb.ansi16=function(s){var u=s[0],E=s[1],P=s[2],m=1 in arguments?arguments[1]:f.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(u/255));return m===2&&(a+=60),a},f.hsv.ansi16=function(s){return f.rgb.ansi16(f.hsv.rgb(s),s[2])},f.rgb.ansi256=function(s){var u=s[0],E=s[1],P=s[2];if(u===E&&E===P)return u<8?16:u>248?231:Math.round((u-8)/247*24)+232;var m=16+36*Math.round(u/255*5)+6*Math.round(E/255*5)+Math.round(P/255*5);return m},f.ansi16.rgb=function(s){var u=s%10;if(u===0||u===7)return s>50&&(u+=3.5),u=u/10.5*255,[u,u,u];var E=(~~(s>50)+1)*.5,P=(u&1)*E*255,m=(u>>1&1)*E*255,a=(u>>2&1)*E*255;return[P,m,a]},f.ansi256.rgb=function(s){if(s>=232){var u=(s-232)*10+8;return[u,u,u]}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]},f.rgb.hex=function(s){var u=((Math.round(s[0])&255)<<16)+((Math.round(s[1])&255)<<8)+(Math.round(s[2])&255),E=u.toString(16).toUpperCase();return"000000".substring(E.length)+E},f.hex.rgb=function(s){var u=s.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!u)return[0,0,0];var E=u[0];u[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,p=P&255;return[m,a,p]},f.rgb.hcg=function(s){var u=s[0]/255,E=s[1]/255,P=s[2]/255,m=Math.max(Math.max(u,E),P),a=Math.min(Math.min(u,E),P),p=m-a,d,y;return p<1?d=a/(1-p):d=0,p<=0?y=0:m===u?y=(E-P)/p%6:m===E?y=2+(P-u)/p:y=4+(u-E)/p+4,y/=6,y%=1,[y*360,p*100,d*100]},f.hsl.hcg=function(s){var u=s[1]/100,E=s[2]/100,P=1,m=0;return E<.5?P=2*u*E:P=2*u*(1-E),P<1&&(m=(E-.5*P)/(1-P)),[s[0],P*100,m*100]},f.hsv.hcg=function(s){var u=s[1]/100,E=s[2]/100,P=u*E,m=0;return P<1&&(m=(E-P)/(1-P)),[s[0],P*100,m*100]},f.hcg.rgb=function(s){var u=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=u%1*6,p=a%1,d=1-p,y=0;switch(Math.floor(a)){case 0:m[0]=1,m[1]=p,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]=p;break;case 3:m[0]=0,m[1]=d,m[2]=1;break;case 4:m[0]=p,m[1]=0,m[2]=1;break;default:m[0]=1,m[1]=0,m[2]=d}return y=(1-E)*P,[(E*m[0]+y)*255,(E*m[1]+y)*255,(E*m[2]+y)*255]},f.hcg.hsv=function(s){var u=s[1]/100,E=s[2]/100,P=u+E*(1-u),m=0;return P>0&&(m=u/P),[s[0],m*100,P*100]},f.hcg.hsl=function(s){var u=s[1]/100,E=s[2]/100,P=E*(1-u)+.5*u,m=0;return P>0&&P<.5?m=u/(2*P):P>=.5&&P<1&&(m=u/(2*(1-P))),[s[0],m*100,P*100]},f.hcg.hwb=function(s){var u=s[1]/100,E=s[2]/100,P=u+E*(1-u);return[s[0],(P-u)*100,(1-P)*100]},f.hwb.hcg=function(s){var u=s[1]/100,E=s[2]/100,P=1-E,m=P-u,a=0;return m<1&&(a=(P-m)/(1-m)),[s[0],m*100,a*100]},f.apple.rgb=function(s){return[s[0]/65535*255,s[1]/65535*255,s[2]/65535*255]},f.rgb.apple=function(s){return[s[0]/255*65535,s[1]/255*65535,s[2]/255*65535]},f.gray.rgb=function(s){return[s[0]/100*255,s[0]/100*255,s[0]/100*255]},f.gray.hsl=f.gray.hsv=function(s){return[0,0,s[0]]},f.gray.hwb=function(s){return[0,100,s[0]]},f.gray.cmyk=function(s){return[0,0,0,s[0]]},f.gray.lab=function(s){return[s[0],0,0]},f.gray.hex=function(s){var u=Math.round(s[0]/100*255)&255,E=(u<<16)+(u<<8)+u,P=E.toString(16).toUpperCase();return"000000".substring(P.length)+P},f.rgb.gray=function(s){var u=(s[0]+s[1]+s[2])/3;return[u/255*100]},is.exports}n(pa,"requireConversions");var os,Ea;function gd(){if(Ea)return os;Ea=1;var e=pa();function l(){for(var i={},t=Object.keys(e),r=t.length,s=0;s<r;s++)i[t[s]]={distance:-1,parent:null};return i}n(l,"buildGraph");function o(i){var t=l(),r=[i];for(t[i].distance=0;r.length;)for(var s=r.pop(),u=Object.keys(e[s]),E=u.length,P=0;P<E;P++){var m=u[P],a=t[m];a.distance===-1&&(a.distance=t[s].distance+1,a.parent=s,r.unshift(m))}return t}n(o,"deriveBFS");function f(i,t){return function(r){return t(i(r))}}n(f,"link");function c(i,t){for(var r=[t[i].parent,i],s=e[t[i].parent][i],u=t[i].parent;t[u].parent;)r.unshift(t[u].parent),s=f(e[t[u].parent][u],s),u=t[u].parent;return s.conversion=r,s}return n(c,"wrapConversion"),os=n(function(i){for(var t=o(i),r={},s=Object.keys(t),u=s.length,E=0;E<u;E++){var P=s[E],m=t[P];m.parent!==null&&(r[P]=c(P,t))}return r},"route"),os}n(gd,"requireRoute");var as,da;function vd(){if(da)return as;da=1;var e=pa(),l=gd(),o={},f=Object.keys(e);function c(t){var r=n(function(s){return s==null?s:(arguments.length>1&&(s=Array.prototype.slice.call(arguments)),t(s))},"wrappedFn");return"conversion"in t&&(r.conversion=t.conversion),r}n(c,"wrapRaw");function i(t){var r=n(function(s){if(s==null)return s;arguments.length>1&&(s=Array.prototype.slice.call(arguments));var u=t(s);if(typeof u=="object")for(var E=u.length,P=0;P<E;P++)u[P]=Math.round(u[P]);return u},"wrappedFn");return"conversion"in t&&(r.conversion=t.conversion),r}return n(i,"wrapRounded"),f.forEach(function(t){o[t]={},Object.defineProperty(o[t],"channels",{value:e[t].channels}),Object.defineProperty(o[t],"labels",{value:e[t].labels});var r=l(t),s=Object.keys(r);s.forEach(function(u){var E=r[u];o[t][u]=i(E),o[t][u].raw=c(E)})}),as=o,as}n(vd,"requireColorConvert"),hi.exports;var Ta;function Sd(){return Ta||(Ta=1,function(e){const l=vd(),o=n((t,r)=>function(){return`\x1B[${t.apply(l,arguments)+r}m`},"wrapAnsi16"),f=n((t,r)=>function(){const s=t.apply(l,arguments);return`\x1B[${38+r};5;${s}m`},"wrapAnsi256"),c=n((t,r)=>function(){const s=t.apply(l,arguments);return`\x1B[${38+r};2;${s[0]};${s[1]};${s[2]}m`},"wrapAnsi16m");function i(){const t=new Map,r={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]}};r.color.grey=r.color.gray;for(const E of Object.keys(r)){const P=r[E];for(const m of Object.keys(P)){const a=P[m];r[m]={open:`\x1B[${a[0]}m`,close:`\x1B[${a[1]}m`},P[m]=r[m],t.set(a[0],a[1])}Object.defineProperty(r,E,{value:P,enumerable:!1}),Object.defineProperty(r,"codes",{value:t,enumerable:!1})}const s=n(E=>E,"ansi2ansi"),u=n((E,P,m)=>[E,P,m],"rgb2rgb");r.color.close="\x1B[39m",r.bgColor.close="\x1B[49m",r.color.ansi={ansi:o(s,0)},r.color.ansi256={ansi256:f(s,0)},r.color.ansi16m={rgb:c(u,0)},r.bgColor.ansi={ansi:o(s,10)},r.bgColor.ansi256={ansi256:f(s,10)},r.bgColor.ansi16m={rgb:c(u,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&&(r.color.ansi[E]=o(P.ansi16,0),r.bgColor.ansi[E]=o(P.ansi16,10)),"ansi256"in P&&(r.color.ansi256[E]=f(P.ansi256,0),r.bgColor.ansi256[E]=f(P.ansi256,10)),"rgb"in P&&(r.color.ansi16m[E]=c(P.rgb,0),r.bgColor.ansi16m[E]=c(P.rgb,10))}return r}n(i,"assembleStyles"),Object.defineProperty(e,"exports",{enumerable:!0,get:i})}(hi)),hi.exports}n(Sd,"requireAnsiStyles");var us,Pa;function Yd(){return Pa||(Pa=1,us=n((e,l)=>{l=l||process.argv;const o=e.startsWith("-")?"":e.length===1?"-":"--",f=l.indexOf(o+e),c=l.indexOf("--");return f!==-1&&(c===-1?!0:f<c)},"hasFlag")),us}n(Yd,"requireHasFlag");var ls,ma;function Ld(){if(ma)return ls;ma=1;const e=zE,l=Yd(),o=process.env;let f;l("no-color")||l("no-colors")||l("color=false")?f=!1:(l("color")||l("colors")||l("color=true")||l("color=always"))&&(f=!0),"FORCE_COLOR"in o&&(f=o.FORCE_COLOR.length===0||parseInt(o.FORCE_COLOR,10)!==0);function c(r){return r===0?!1:{level:r,hasBasic:!0,has256:r>=2,has16m:r>=3}}n(c,"translateLevel");function i(r){if(f===!1)return 0;if(l("color=16m")||l("color=full")||l("color=truecolor"))return 3;if(l("color=256"))return 2;if(r&&!r.isTTY&&f!==!0)return 0;const s=f?1:0;if(process.platform==="win32"){const u=e.release().split(".");return Number(process.versions.node.split(".")[0])>=8&&Number(u[0])>=10&&Number(u[2])>=10586?Number(u[2])>=14931?3:2:1}if("CI"in o)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some(u=>u in o)||o.CI_NAME==="codeship"?1:s;if("TEAMCITY_VERSION"in o)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(o.TEAMCITY_VERSION)?1:0;if(o.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in o){const u=parseInt((o.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(o.TERM_PROGRAM){case"iTerm.app":return u>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(o.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(o.TERM)||"COLORTERM"in o?1:(o.TERM==="dumb",s)}n(i,"supportsColor");function t(r){const s=i(r);return c(s)}return n(t,"getSupportLevel"),ls={supportsColor:t,stdout:t(process.stdout),stderr:t(process.stderr)},ls}n(Ld,"requireSupportsColor");var cs,ya;function Ad(){if(ya)return cs;ya=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,o=/^(['"])((?:\\.|(?!\1)[^\\])*)\1$/,f=/\\(u[a-f\d]{4}|x[a-f\d]{2}|.)|([^\\])/gi,c=new Map([["n",`
|
|
2
|
-
`],["r","\r"],["t"," "],["b","\b"],["f","\f"],["v","\v"],["0","\0"],["\\","\\"],["e","\x1B"],["a","\x07"]]);function i(u){return u[0]==="u"&&u.length===5||u[0]==="x"&&u.length===3?String.fromCharCode(parseInt(u.slice(1),16)):c.get(u)||u}n(i,"unescape");function t(u,E){const P=[],m=E.trim().split(/\s*,\s*/g);let a;for(const p of m)if(!isNaN(p))P.push(Number(p));else if(a=p.match(o))P.push(a[2].replace(f,(d,y,T)=>y?i(y):T));else throw new Error(`Invalid Chalk template style argument: ${p} (in style '${u}')`);return P}n(t,"parseArguments");function r(u){l.lastIndex=0;const E=[];let P;for(;(P=l.exec(u))!==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}n(r,"parseStyle");function s(u,E){const P={};for(const a of E)for(const p of a.styles)P[p[0]]=a.inverse?null:p.slice(1);let m=u;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 n(s,"buildStyle"),cs=n((u,E)=>{const P=[],m=[];let a=[];if(E.replace(e,(p,d,y,T,g,Y)=>{if(d)a.push(i(d));else if(T){const h=a.join("");a=[],m.push(P.length===0?h:s(u,P)(h)),P.push({inverse:y,styles:r(T)})}else if(g){if(P.length===0)throw new Error("Found extraneous } in Chalk template literal");m.push(s(u,P)(a.join(""))),a=[],P.pop()}else a.push(Y)}),m.push(a.join("")),P.length>0){const p=`Chalk template literal is missing ${P.length} closing bracket${P.length===1?"":"s"} (\`}\`)`;throw new Error(p)}return m.join("")},"templates"),cs}n(Ad,"requireTemplates");var ha;function _a(){return ha||(ha=1,function(e){const l=_d(),o=Sd(),f=Ld().stdout,c=Ad(),i=process.platform==="win32"&&!(process.env.TERM||"").toLowerCase().startsWith("xterm"),t=["ansi","ansi","ansi256","ansi16m"],r=new Set(["gray"]),s=Object.create(null);function u(d,y){y=y||{};const T=f?f.level:0;d.level=y.level===void 0?T:y.level,d.enabled="enabled"in y?y.enabled:d.level>0}n(u,"applyOptions");function E(d){if(!this||!(this instanceof E)||this.template){const y={};return u(y,d),y.template=function(){const T=[].slice.call(arguments);return p.apply(null,[y.template].concat(T))},Object.setPrototypeOf(y,E.prototype),Object.setPrototypeOf(y.template,y),y.template.constructor=E,y.template}u(this,d)}n(E,"Chalk"),i&&(o.blue.open="\x1B[94m");for(const d of Object.keys(o))o[d].closeRe=new RegExp(l(o[d].close),"g"),s[d]={get(){const y=o[d];return m.call(this,this._styles?this._styles.concat(y):[y],this._empty,d)}};s.visible={get(){return m.call(this,this._styles||[],!0,"visible")}},o.color.closeRe=new RegExp(l(o.color.close),"g");for(const d of Object.keys(o.color.ansi))r.has(d)||(s[d]={get(){const y=this.level;return function(){const g={open:o.color[t[y]][d].apply(null,arguments),close:o.color.close,closeRe:o.color.closeRe};return m.call(this,this._styles?this._styles.concat(g):[g],this._empty,d)}}});o.bgColor.closeRe=new RegExp(l(o.bgColor.close),"g");for(const d of Object.keys(o.bgColor.ansi)){if(r.has(d))continue;const y="bg"+d[0].toUpperCase()+d.slice(1);s[y]={get(){const T=this.level;return function(){const Y={open:o.bgColor[t[T]][d].apply(null,arguments),close:o.bgColor.close,closeRe:o.bgColor.closeRe};return m.call(this,this._styles?this._styles.concat(Y):[Y],this._empty,d)}}}}const P=Object.defineProperties(()=>{},s);function m(d,y,T){const g=n(function(){return a.apply(g,arguments)},"builder");g._styles=d,g._empty=y;const Y=this;return Object.defineProperty(g,"level",{enumerable:!0,get(){return Y.level},set(h){Y.level=h}}),Object.defineProperty(g,"enabled",{enumerable:!0,get(){return Y.enabled},set(h){Y.enabled=h}}),g.hasGrey=this.hasGrey||T==="gray"||T==="grey",g.__proto__=P,g}n(m,"build");function a(){const d=arguments,y=d.length;let T=String(arguments[0]);if(y===0)return"";if(y>1)for(let Y=1;Y<y;Y++)T+=" "+d[Y];if(!this.enabled||this.level<=0||!T)return this._empty?"":T;const g=o.dim.open;i&&this.hasGrey&&(o.dim.open="");for(const Y of this._styles.slice().reverse())T=Y.open+T.replace(Y.closeRe,Y.open)+Y.close,T=T.replace(/\r?\n/g,`${Y.close}$&${Y.open}`);return o.dim.open=g,T}n(a,"applyStyle");function p(d,y){if(!Array.isArray(y))return[].slice.call(arguments,1).join(" ");const T=[].slice.call(arguments,2),g=[y.raw[0]];for(let Y=1;Y<y.length;Y++)g.push(String(T[Y-1]).replace(/[{}\\]/g,"\\$&")),g.push(String(y.raw[Y]));return c(d,g.join(""))}n(p,"chalkTag"),Object.defineProperties(E.prototype,s),e.exports=E(),e.exports.supportsColor=f,e.exports.default=e.exports}(rs)),rs.exports}n(_a,"requireChalk");var ba;function Cd(){if(ba)return Fe;ba=1,Object.defineProperty(Fe,"__esModule",{value:!0}),Fe.default=p,Fe.shouldHighlight=P;var e=Pd(),l=hd(),o=c(_a(),!0);function f(d){if(typeof WeakMap!="function")return null;var y=new WeakMap,T=new WeakMap;return(f=n(function(g){return g?T:y},"_getRequireWildcardCache"))(d)}n(f,"_getRequireWildcardCache");function c(d,y){if(d===null||typeof d!="object"&&typeof d!="function")return{default:d};var T=f(y);if(T&&T.has(d))return T.get(d);var g={__proto__:null},Y=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var h in d)if(h!=="default"&&Object.prototype.hasOwnProperty.call(d,h)){var L=Y?Object.getOwnPropertyDescriptor(d,h):null;L&&(L.get||L.set)?Object.defineProperty(g,h,L):g[h]=d[h]}return g.default=d,T&&T.set(d,g),g}n(c,"_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}}n(t,"getDefs");const r=/\r\n|[\n\r\u2028\u2029]/,s=/^[()[\]{}]$/;let u;{const d=/^[a-z][\w-]*$/i,y=n(function(T,g,Y){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)&&(Y[g-1]==="<"||Y.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");u=n(function*(T){let g;for(;g=e.default.exec(T);){const Y=e.matchToToken(g);yield{type:y(Y,g.index,T),value:Y.value}}},"tokenize")}function E(d,y){let T="";for(const{type:g,value:Y}of u(y)){const h=d[g];h?T+=Y.split(r).map(L=>h(L)).join(`
|
|
3
|
-
`):T+=Y}return T}n(E,"highlightTokens");function P(d){return o.default.level>0||d.forceColor}n(P,"shouldHighlight");let m;function a(d){if(d){var y;return(y=m)!=null||(m=new o.default.constructor({enabled:!0,level:1})),m}return o.default}n(a,"getChalk"),Fe.getChalk=d=>a(d.forceColor);function p(d,y={}){if(d!==""&&P(y)){const T=t(a(y.forceColor));return E(T,d)}else return d}return n(p,"highlight"),Fe}n(Cd,"requireLib$5");var ga;function Vd(){if(ga)return Xe;ga=1,Object.defineProperty(Xe,"__esModule",{value:!0}),Xe.codeFrameColumns=E,Xe.default=P;var e=Cd(),l=f(_a(),!0);function o(m){if(typeof WeakMap!="function")return null;var a=new WeakMap,p=new WeakMap;return(o=n(function(d){return d?p:a},"_getRequireWildcardCache"))(m)}n(o,"_getRequireWildcardCache");function f(m,a){if(m===null||typeof m!="object"&&typeof m!="function")return{default:m};var p=o(a);if(p&&p.has(m))return p.get(m);var d={__proto__:null},y=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var T in m)if(T!=="default"&&Object.prototype.hasOwnProperty.call(m,T)){var g=y?Object.getOwnPropertyDescriptor(m,T):null;g&&(g.get||g.set)?Object.defineProperty(d,T,g):d[T]=m[T]}return d.default=m,p&&p.set(m,d),d}n(f,"_interopRequireWildcard");let c;function i(m){if(m){var a;return(a=c)!=null||(c=new l.default.constructor({enabled:!0,level:1})),c}return l.default}n(i,"getChalk");let t=!1;function r(m){return{gutter:m.grey,marker:m.red.bold,message:m.red.bold}}n(r,"getDefs");const s=/\r\n|[\n\r\u2028\u2029]/;function u(m,a,p){const d=Object.assign({column:0,line:-1},m.start),y=Object.assign({},d,m.end),{linesAbove:T=2,linesBelow:g=3}=p||{},Y=d.line,h=d.column,L=y.line,V=y.column;let O=Math.max(Y-(T+1),0),w=Math.min(a.length,L+g);Y===-1&&(O=0),L===-1&&(w=a.length);const k=L-Y,j={};if(k)for(let D=0;D<=k;D++){const B=D+Y;if(!h)j[B]=!0;else if(D===0){const x=a[B-1].length;j[B]=[h,x-h+1]}else if(D===k)j[B]=[0,V];else{const x=a[B-D].length;j[B]=[0,x]}}else h===V?h?j[Y]=[h,0]:j[Y]=!0:j[Y]=[h,V-h];return{start:O,end:w,markerLines:j}}n(u,"getMarkerLines");function E(m,a,p={}){const d=(p.highlightCode||p.forceColor)&&(0,e.shouldHighlight)(p),y=i(p.forceColor),T=r(y),g=n((D,B)=>d?D(B):B,"maybeHighlight"),Y=m.split(s),{start:h,end:L,markerLines:V}=u(a,Y,p),O=a.start&&typeof a.start.column=="number",w=String(L).length;let j=(d?(0,e.default)(m,p):m).split(s,L).slice(h,L).map((D,B)=>{const x=h+1+B,J=` ${` ${x}`.slice(-w)} |`,G=V[x],X=!V[x+1];if(G){let Q="";if(Array.isArray(G)){const Z=D.slice(0,Math.max(G[0]-1,0)).replace(/[^\t]/g," "),Le=G[1]||1;Q=[`
|
|
4
|
-
`,g(T.gutter,J.replace(/\d/g," "))," ",Z,g(T.marker,"^").repeat(Le)].join(""),X&&p.message&&(Q+=" "+g(T.message,p.message))}return[g(T.marker,">"),g(T.gutter,J),D.length>0?` ${D}`:"",Q].join("")}else return` ${g(T.gutter,J)}${D.length>0?` ${D}`:""}`}).join(`
|
|
5
|
-
`);return p.message&&!O&&(j=`${" ".repeat(w+1)}${p.message}
|
|
6
|
-
${j}`),d?y.reset(j):j}n(E,"codeFrameColumns");function P(m,a,p,d={}){if(!t){t=!0;const T="Passing lineNumber and colNumber is deprecated to @babel/code-frame. Please use `codeFrameColumns`.";if(process.emitWarning)process.emitWarning(T,"DeprecationWarning");else{const g=new Error(T);g.name="DeprecationWarning",console.warn(new Error(T))}}return p=Math.max(p,0),E(m,{start:{column:p,line:a}},d)}return n(P,"_default"),Xe}n(Vd,"requireLib$4");var Rd=Vd();const va=n((e,l,o)=>o<0?-1:e.lastIndexOf(l,o),"safeLastIndexOf");function Od(e,l){const o=va(e,`
|
|
7
|
-
`,l-1),f=l-o-1;let c=0;for(let i=o;i>=0;i=va(e,`
|
|
8
|
-
`,i-1))c++;return{line:c,column:f}}n(Od,"getPosition");function Sa(e,l,{oneBased:o=!1}={}){if(l<0||l>=e.length&&e.length>0)throw new RangeError("Index out of bounds");const f=Od(e,l);return o?{line:f.line+1,column:f.column+1}:f}n(Sa,"indexToLineColumn");const wd=n(e=>`\\u{${e.codePointAt(0).toString(16)}}`,"getCodePoint");class ko extends Error{static{n(this,"JSONError")}name="JSONError";fileName;codeFrame;rawCodeFrame;#e;constructor(l){super(),this.#e=l,Error.captureStackTrace?.(this,ko)}get message(){const{fileName:l,codeFrame:o}=this;return`${this.#e}${l?` in ${l}`:""}${o?`
|
|
9
|
-
|
|
10
|
-
${o}
|
|
11
|
-
`:""}`}set message(l){this.#e=l}}const Ya=n((e,l,o=!0)=>Rd.codeFrameColumns(e,{start:l},{highlightCode:o}),"generateCodeFrame"),Md=n((e,l)=>{const o=l.match(/in JSON at position (?<index>\d+)(?: \(line (?<line>\d+) column (?<column>\d+)\))?$/);if(!o)return;let{index:f,line:c,column:i}=o.groups;if(c&&i)return{line:Number(c),column:Number(i)};if(f=Number(f),f===e.length){const{line:t,column:r}=Sa(e,e.length-1,{oneBased:!0});return{line:t,column:r+1}}return Sa(e,f,{oneBased:!0})},"getErrorLocation"),Ud=n(e=>e.replace(/(?<=^Unexpected token )(?<quote>')?(.)\k<quote>/,(l,o,f)=>`"${f}"(${wd(f)})`),"addCodePointToUnexpectedToken");function Id(e,l,o){let f;try{return JSON.parse(e,l)}catch(t){f=t.message}let c;e?(c=Md(e,f),f=Ud(f)):f+=" while parsing empty string";const i=new ko(f);throw i.fileName=o,c&&(i.codeFrame=Ya(e,c),i.rawCodeFrame=Ya(e,c,!1)),i}n(Id,"parseJson");var fs,La;function Aa(){return La||(La=1,fs=typeof process=="object"&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...l)=>console.error("SEMVER",...l):()=>{}),fs}n(Aa,"requireDebug");var ps,Ca;function Va(){if(Ca)return ps;Ca=1;const e="2.0.0",l=256,o=Number.MAX_SAFE_INTEGER||9007199254740991,f=16,c=l-6;return ps={MAX_LENGTH:l,MAX_SAFE_COMPONENT_LENGTH:f,MAX_SAFE_BUILD_LENGTH:c,MAX_SAFE_INTEGER:o,RELEASE_TYPES:["major","premajor","minor","preminor","patch","prepatch","prerelease"],SEMVER_SPEC_VERSION:e,FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2},ps}n(Va,"requireConstants");var _i={exports:{}},Ra;function xd(){return Ra||(Ra=1,function(e,l){const{MAX_SAFE_COMPONENT_LENGTH:o,MAX_SAFE_BUILD_LENGTH:f,MAX_LENGTH:c}=Va(),i=Aa();l=e.exports={};const t=l.re=[],r=l.safeRe=[],s=l.src=[],u=l.t={};let E=0;const P="[a-zA-Z0-9-]",m=[["\\s",1],["\\d",c],[P,f]],a=n(d=>{for(const[y,T]of m)d=d.split(`${y}*`).join(`${y}{0,${T}}`).split(`${y}+`).join(`${y}{1,${T}}`);return d},"makeSafeRegex"),p=n((d,y,T)=>{const g=a(y),Y=E++;i(d,Y,y),u[d]=Y,s[Y]=y,t[Y]=new RegExp(y,T?"g":void 0),r[Y]=new RegExp(g,T?"g":void 0)},"createToken");p("NUMERICIDENTIFIER","0|[1-9]\\d*"),p("NUMERICIDENTIFIERLOOSE","\\d+"),p("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${P}*`),p("MAINVERSION",`(${s[u.NUMERICIDENTIFIER]})\\.(${s[u.NUMERICIDENTIFIER]})\\.(${s[u.NUMERICIDENTIFIER]})`),p("MAINVERSIONLOOSE",`(${s[u.NUMERICIDENTIFIERLOOSE]})\\.(${s[u.NUMERICIDENTIFIERLOOSE]})\\.(${s[u.NUMERICIDENTIFIERLOOSE]})`),p("PRERELEASEIDENTIFIER",`(?:${s[u.NUMERICIDENTIFIER]}|${s[u.NONNUMERICIDENTIFIER]})`),p("PRERELEASEIDENTIFIERLOOSE",`(?:${s[u.NUMERICIDENTIFIERLOOSE]}|${s[u.NONNUMERICIDENTIFIER]})`),p("PRERELEASE",`(?:-(${s[u.PRERELEASEIDENTIFIER]}(?:\\.${s[u.PRERELEASEIDENTIFIER]})*))`),p("PRERELEASELOOSE",`(?:-?(${s[u.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${s[u.PRERELEASEIDENTIFIERLOOSE]})*))`),p("BUILDIDENTIFIER",`${P}+`),p("BUILD",`(?:\\+(${s[u.BUILDIDENTIFIER]}(?:\\.${s[u.BUILDIDENTIFIER]})*))`),p("FULLPLAIN",`v?${s[u.MAINVERSION]}${s[u.PRERELEASE]}?${s[u.BUILD]}?`),p("FULL",`^${s[u.FULLPLAIN]}$`),p("LOOSEPLAIN",`[v=\\s]*${s[u.MAINVERSIONLOOSE]}${s[u.PRERELEASELOOSE]}?${s[u.BUILD]}?`),p("LOOSE",`^${s[u.LOOSEPLAIN]}$`),p("GTLT","((?:<|>)?=?)"),p("XRANGEIDENTIFIERLOOSE",`${s[u.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),p("XRANGEIDENTIFIER",`${s[u.NUMERICIDENTIFIER]}|x|X|\\*`),p("XRANGEPLAIN",`[v=\\s]*(${s[u.XRANGEIDENTIFIER]})(?:\\.(${s[u.XRANGEIDENTIFIER]})(?:\\.(${s[u.XRANGEIDENTIFIER]})(?:${s[u.PRERELEASE]})?${s[u.BUILD]}?)?)?`),p("XRANGEPLAINLOOSE",`[v=\\s]*(${s[u.XRANGEIDENTIFIERLOOSE]})(?:\\.(${s[u.XRANGEIDENTIFIERLOOSE]})(?:\\.(${s[u.XRANGEIDENTIFIERLOOSE]})(?:${s[u.PRERELEASELOOSE]})?${s[u.BUILD]}?)?)?`),p("XRANGE",`^${s[u.GTLT]}\\s*${s[u.XRANGEPLAIN]}$`),p("XRANGELOOSE",`^${s[u.GTLT]}\\s*${s[u.XRANGEPLAINLOOSE]}$`),p("COERCEPLAIN",`(^|[^\\d])(\\d{1,${o}})(?:\\.(\\d{1,${o}}))?(?:\\.(\\d{1,${o}}))?`),p("COERCE",`${s[u.COERCEPLAIN]}(?:$|[^\\d])`),p("COERCEFULL",s[u.COERCEPLAIN]+`(?:${s[u.PRERELEASE]})?(?:${s[u.BUILD]})?(?:$|[^\\d])`),p("COERCERTL",s[u.COERCE],!0),p("COERCERTLFULL",s[u.COERCEFULL],!0),p("LONETILDE","(?:~>?)"),p("TILDETRIM",`(\\s*)${s[u.LONETILDE]}\\s+`,!0),l.tildeTrimReplace="$1~",p("TILDE",`^${s[u.LONETILDE]}${s[u.XRANGEPLAIN]}$`),p("TILDELOOSE",`^${s[u.LONETILDE]}${s[u.XRANGEPLAINLOOSE]}$`),p("LONECARET","(?:\\^)"),p("CARETTRIM",`(\\s*)${s[u.LONECARET]}\\s+`,!0),l.caretTrimReplace="$1^",p("CARET",`^${s[u.LONECARET]}${s[u.XRANGEPLAIN]}$`),p("CARETLOOSE",`^${s[u.LONECARET]}${s[u.XRANGEPLAINLOOSE]}$`),p("COMPARATORLOOSE",`^${s[u.GTLT]}\\s*(${s[u.LOOSEPLAIN]})$|^$`),p("COMPARATOR",`^${s[u.GTLT]}\\s*(${s[u.FULLPLAIN]})$|^$`),p("COMPARATORTRIM",`(\\s*)${s[u.GTLT]}\\s*(${s[u.LOOSEPLAIN]}|${s[u.XRANGEPLAIN]})`,!0),l.comparatorTrimReplace="$1$2$3",p("HYPHENRANGE",`^\\s*(${s[u.XRANGEPLAIN]})\\s+-\\s+(${s[u.XRANGEPLAIN]})\\s*$`),p("HYPHENRANGELOOSE",`^\\s*(${s[u.XRANGEPLAINLOOSE]})\\s+-\\s+(${s[u.XRANGEPLAINLOOSE]})\\s*$`),p("STAR","(<|>)?=?\\s*\\*"),p("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),p("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")}(_i,_i.exports)),_i.exports}n(xd,"requireRe");var Es,Oa;function Dd(){if(Oa)return Es;Oa=1;const e=Object.freeze({loose:!0}),l=Object.freeze({});return Es=n(f=>f?typeof f!="object"?e:f:l,"parseOptions"),Es}n(Dd,"requireParseOptions");var ds,wa;function Fd(){if(wa)return ds;wa=1;const e=/^[0-9]+$/,l=n((f,c)=>{const i=e.test(f),t=e.test(c);return i&&t&&(f=+f,c=+c),f===c?0:i&&!t?-1:t&&!i?1:f<c?-1:1},"compareIdentifiers");return ds={compareIdentifiers:l,rcompareIdentifiers:n((f,c)=>l(c,f),"rcompareIdentifiers")},ds}n(Fd,"requireIdentifiers");var Ts,Ma;function kd(){if(Ma)return Ts;Ma=1;const e=Aa(),{MAX_LENGTH:l,MAX_SAFE_INTEGER:o}=Va(),{safeRe:f,t:c}=xd(),i=Dd(),{compareIdentifiers:t}=Fd();class r{static{n(this,"SemVer")}constructor(u,E){if(E=i(E),u instanceof r){if(u.loose===!!E.loose&&u.includePrerelease===!!E.includePrerelease)return u;u=u.version}else if(typeof u!="string")throw new TypeError(`Invalid version. Must be a string. Got type "${typeof u}".`);if(u.length>l)throw new TypeError(`version is longer than ${l} characters`);e("SemVer",u,E),this.options=E,this.loose=!!E.loose,this.includePrerelease=!!E.includePrerelease;const P=u.trim().match(E.loose?f[c.LOOSE]:f[c.FULL]);if(!P)throw new TypeError(`Invalid Version: ${u}`);if(this.raw=u,this.major=+P[1],this.minor=+P[2],this.patch=+P[3],this.major>o||this.major<0)throw new TypeError("Invalid major version");if(this.minor>o||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>o||this.patch<0)throw new TypeError("Invalid patch version");P[4]?this.prerelease=P[4].split(".").map(m=>{if(/^[0-9]+$/.test(m)){const a=+m;if(a>=0&&a<o)return a}return m}):this.prerelease=[],this.build=P[5]?P[5].split("."):[],this.format()}format(){return this.version=`${this.major}.${this.minor}.${this.patch}`,this.prerelease.length&&(this.version+=`-${this.prerelease.join(".")}`),this.version}toString(){return this.version}compare(u){if(e("SemVer.compare",this.version,this.options,u),!(u instanceof r)){if(typeof u=="string"&&u===this.version)return 0;u=new r(u,this.options)}return u.version===this.version?0:this.compareMain(u)||this.comparePre(u)}compareMain(u){return u instanceof r||(u=new r(u,this.options)),t(this.major,u.major)||t(this.minor,u.minor)||t(this.patch,u.patch)}comparePre(u){if(u instanceof r||(u=new r(u,this.options)),this.prerelease.length&&!u.prerelease.length)return-1;if(!this.prerelease.length&&u.prerelease.length)return 1;if(!this.prerelease.length&&!u.prerelease.length)return 0;let E=0;do{const P=this.prerelease[E],m=u.prerelease[E];if(e("prerelease compare",E,P,m),P===void 0&&m===void 0)return 0;if(m===void 0)return 1;if(P===void 0)return-1;if(P===m)continue;return t(P,m)}while(++E)}compareBuild(u){u instanceof r||(u=new r(u,this.options));let E=0;do{const P=this.build[E],m=u.build[E];if(e("build compare",E,P,m),P===void 0&&m===void 0)return 0;if(m===void 0)return 1;if(P===void 0)return-1;if(P===m)continue;return t(P,m)}while(++E)}inc(u,E,P){switch(u){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",E,P);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",E,P);break;case"prepatch":this.prerelease.length=0,this.inc("patch",E,P),this.inc("pre",E,P);break;case"prerelease":this.prerelease.length===0&&this.inc("patch",E,P),this.inc("pre",E,P);break;case"major":(this.minor!==0||this.patch!==0||this.prerelease.length===0)&&this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":(this.patch!==0||this.prerelease.length===0)&&this.minor++,this.patch=0,this.prerelease=[];break;case"patch":this.prerelease.length===0&&this.patch++,this.prerelease=[];break;case"pre":{const m=Number(P)?1:0;if(!E&&P===!1)throw new Error("invalid increment argument: identifier is empty");if(this.prerelease.length===0)this.prerelease=[m];else{let a=this.prerelease.length;for(;--a>=0;)typeof this.prerelease[a]=="number"&&(this.prerelease[a]++,a=-2);if(a===-1){if(E===this.prerelease.join(".")&&P===!1)throw new Error("invalid increment argument: identifier already exists");this.prerelease.push(m)}}if(E){let a=[E,m];P===!1&&(a=[E]),t(this.prerelease[0],E)===0?isNaN(this.prerelease[1])&&(this.prerelease=a):this.prerelease=a}break}default:throw new Error(`invalid increment argument: ${u}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}}return Ts=r,Ts}n(kd,"requireSemver");var Ps,Ua;function Ia(){if(Ua)return Ps;Ua=1;const e=kd();return Ps=n((o,f,c=!1)=>{if(o instanceof e)return o;try{return new e(o,f)}catch(i){if(!c)return null;throw i}},"parse"),Ps}n(Ia,"requireParse$1");var ms,xa;function jd(){if(xa)return ms;xa=1;const e=Ia();return ms=n((o,f)=>{const c=e(o,f);return c?c.version:null},"valid"),ms}n(jd,"requireValid");var ys,Da;function Nd(){if(Da)return ys;Da=1;const e=Ia();return ys=n((o,f)=>{const c=e(o.trim().replace(/^[=v]+/,""),f);return c?c.version:null},"clean"),ys}n(Nd,"requireClean");var Fa=["0BSD","AAL","ADSL","AFL-1.1","AFL-1.2","AFL-2.0","AFL-2.1","AFL-3.0","AGPL-1.0-only","AGPL-1.0-or-later","AGPL-3.0-only","AGPL-3.0-or-later","AMDPLPA","AML","AMPAS","ANTLR-PD","ANTLR-PD-fallback","APAFML","APL-1.0","APSL-1.0","APSL-1.1","APSL-1.2","APSL-2.0","Abstyles","AdaCore-doc","Adobe-2006","Adobe-Glyph","Afmparse","Aladdin","Apache-1.0","Apache-1.1","Apache-2.0","App-s2p","Arphic-1999","Artistic-1.0","Artistic-1.0-Perl","Artistic-1.0-cl8","Artistic-2.0","BSD-1-Clause","BSD-2-Clause","BSD-2-Clause-Patent","BSD-2-Clause-Views","BSD-3-Clause","BSD-3-Clause-Attribution","BSD-3-Clause-Clear","BSD-3-Clause-LBNL","BSD-3-Clause-Modification","BSD-3-Clause-No-Military-License","BSD-3-Clause-No-Nuclear-License","BSD-3-Clause-No-Nuclear-License-2014","BSD-3-Clause-No-Nuclear-Warranty","BSD-3-Clause-Open-MPI","BSD-4-Clause","BSD-4-Clause-Shortened","BSD-4-Clause-UC","BSD-4.3RENO","BSD-4.3TAHOE","BSD-Advertising-Acknowledgement","BSD-Attribution-HPND-disclaimer","BSD-Protection","BSD-Source-Code","BSL-1.0","BUSL-1.1","Baekmuk","Bahyph","Barr","Beerware","BitTorrent-1.0","BitTorrent-1.1","Bitstream-Charter","Bitstream-Vera","BlueOak-1.0.0","Borceux","Brian-Gladman-3-Clause","C-UDA-1.0","CAL-1.0","CAL-1.0-Combined-Work-Exception","CATOSL-1.1","CC-BY-1.0","CC-BY-2.0","CC-BY-2.5","CC-BY-2.5-AU","CC-BY-3.0","CC-BY-3.0-AT","CC-BY-3.0-DE","CC-BY-3.0-IGO","CC-BY-3.0-NL","CC-BY-3.0-US","CC-BY-4.0","CC-BY-NC-1.0","CC-BY-NC-2.0","CC-BY-NC-2.5","CC-BY-NC-3.0","CC-BY-NC-3.0-DE","CC-BY-NC-4.0","CC-BY-NC-ND-1.0","CC-BY-NC-ND-2.0","CC-BY-NC-ND-2.5","CC-BY-NC-ND-3.0","CC-BY-NC-ND-3.0-DE","CC-BY-NC-ND-3.0-IGO","CC-BY-NC-ND-4.0","CC-BY-NC-SA-1.0","CC-BY-NC-SA-2.0","CC-BY-NC-SA-2.0-DE","CC-BY-NC-SA-2.0-FR","CC-BY-NC-SA-2.0-UK","CC-BY-NC-SA-2.5","CC-BY-NC-SA-3.0","CC-BY-NC-SA-3.0-DE","CC-BY-NC-SA-3.0-IGO","CC-BY-NC-SA-4.0","CC-BY-ND-1.0","CC-BY-ND-2.0","CC-BY-ND-2.5","CC-BY-ND-3.0","CC-BY-ND-3.0-DE","CC-BY-ND-4.0","CC-BY-SA-1.0","CC-BY-SA-2.0","CC-BY-SA-2.0-UK","CC-BY-SA-2.1-JP","CC-BY-SA-2.5","CC-BY-SA-3.0","CC-BY-SA-3.0-AT","CC-BY-SA-3.0-DE","CC-BY-SA-4.0","CC-PDDC","CC0-1.0","CDDL-1.0","CDDL-1.1","CDL-1.0","CDLA-Permissive-1.0","CDLA-Permissive-2.0","CDLA-Sharing-1.0","CECILL-1.0","CECILL-1.1","CECILL-2.0","CECILL-2.1","CECILL-B","CECILL-C","CERN-OHL-1.1","CERN-OHL-1.2","CERN-OHL-P-2.0","CERN-OHL-S-2.0","CERN-OHL-W-2.0","CFITSIO","CMU-Mach","CNRI-Jython","CNRI-Python","CNRI-Python-GPL-Compatible","COIL-1.0","CPAL-1.0","CPL-1.0","CPOL-1.02","CUA-OPL-1.0","Caldera","ClArtistic","Clips","Community-Spec-1.0","Condor-1.1","Cornell-Lossless-JPEG","Crossword","CrystalStacker","Cube","D-FSL-1.0","DL-DE-BY-2.0","DOC","DRL-1.0","DSDP","Dotseqn","ECL-1.0","ECL-2.0","EFL-1.0","EFL-2.0","EPICS","EPL-1.0","EPL-2.0","EUDatagrid","EUPL-1.0","EUPL-1.1","EUPL-1.2","Elastic-2.0","Entessa","ErlPL-1.1","Eurosym","FDK-AAC","FSFAP","FSFUL","FSFULLR","FSFULLRWD","FTL","Fair","Frameworx-1.0","FreeBSD-DOC","FreeImage","GD","GFDL-1.1-invariants-only","GFDL-1.1-invariants-or-later","GFDL-1.1-no-invariants-only","GFDL-1.1-no-invariants-or-later","GFDL-1.1-only","GFDL-1.1-or-later","GFDL-1.2-invariants-only","GFDL-1.2-invariants-or-later","GFDL-1.2-no-invariants-only","GFDL-1.2-no-invariants-or-later","GFDL-1.2-only","GFDL-1.2-or-later","GFDL-1.3-invariants-only","GFDL-1.3-invariants-or-later","GFDL-1.3-no-invariants-only","GFDL-1.3-no-invariants-or-later","GFDL-1.3-only","GFDL-1.3-or-later","GL2PS","GLWTPL","GPL-1.0-only","GPL-1.0-or-later","GPL-2.0-only","GPL-2.0-or-later","GPL-3.0-only","GPL-3.0-or-later","Giftware","Glide","Glulxe","Graphics-Gems","HP-1986","HPND","HPND-Markus-Kuhn","HPND-export-US","HPND-sell-variant","HPND-sell-variant-MIT-disclaimer","HTMLTIDY","HaskellReport","Hippocratic-2.1","IBM-pibs","ICU","IEC-Code-Components-EULA","IJG","IJG-short","IPA","IPL-1.0","ISC","ImageMagick","Imlib2","Info-ZIP","Intel","Intel-ACPI","Interbase-1.0","JPL-image","JPNIC","JSON","Jam","JasPer-2.0","Kazlib","Knuth-CTAN","LAL-1.2","LAL-1.3","LGPL-2.0-only","LGPL-2.0-or-later","LGPL-2.1-only","LGPL-2.1-or-later","LGPL-3.0-only","LGPL-3.0-or-later","LGPLLR","LOOP","LPL-1.0","LPL-1.02","LPPL-1.0","LPPL-1.1","LPPL-1.2","LPPL-1.3a","LPPL-1.3c","LZMA-SDK-9.11-to-9.20","LZMA-SDK-9.22","Latex2e","Leptonica","LiLiQ-P-1.1","LiLiQ-R-1.1","LiLiQ-Rplus-1.1","Libpng","Linux-OpenIB","Linux-man-pages-copyleft","MIT","MIT-0","MIT-CMU","MIT-Modern-Variant","MIT-Wu","MIT-advertising","MIT-enna","MIT-feh","MIT-open-group","MITNFA","MPL-1.0","MPL-1.1","MPL-2.0","MPL-2.0-no-copyleft-exception","MS-LPL","MS-PL","MS-RL","MTLL","MakeIndex","Martin-Birgmeier","Minpack","MirOS","Motosoto","MulanPSL-1.0","MulanPSL-2.0","Multics","Mup","NAIST-2003","NASA-1.3","NBPL-1.0","NCGL-UK-2.0","NCSA","NGPL","NICTA-1.0","NIST-PD","NIST-PD-fallback","NLOD-1.0","NLOD-2.0","NLPL","NOSL","NPL-1.0","NPL-1.1","NPOSL-3.0","NRL","NTP","NTP-0","Naumen","Net-SNMP","NetCDF","Newsletr","Nokia","Noweb","O-UDA-1.0","OCCT-PL","OCLC-2.0","ODC-By-1.0","ODbL-1.0","OFFIS","OFL-1.0","OFL-1.0-RFN","OFL-1.0-no-RFN","OFL-1.1","OFL-1.1-RFN","OFL-1.1-no-RFN","OGC-1.0","OGDL-Taiwan-1.0","OGL-Canada-2.0","OGL-UK-1.0","OGL-UK-2.0","OGL-UK-3.0","OGTSL","OLDAP-1.1","OLDAP-1.2","OLDAP-1.3","OLDAP-1.4","OLDAP-2.0","OLDAP-2.0.1","OLDAP-2.1","OLDAP-2.2","OLDAP-2.2.1","OLDAP-2.2.2","OLDAP-2.3","OLDAP-2.4","OLDAP-2.5","OLDAP-2.6","OLDAP-2.7","OLDAP-2.8","OML","OPL-1.0","OPUBL-1.0","OSET-PL-2.1","OSL-1.0","OSL-1.1","OSL-2.0","OSL-2.1","OSL-3.0","OpenPBS-2.3","OpenSSL","PDDL-1.0","PHP-3.0","PHP-3.01","PSF-2.0","Parity-6.0.0","Parity-7.0.0","Plexus","PolyForm-Noncommercial-1.0.0","PolyForm-Small-Business-1.0.0","PostgreSQL","Python-2.0","Python-2.0.1","QPL-1.0","QPL-1.0-INRIA-2004","Qhull","RHeCos-1.1","RPL-1.1","RPL-1.5","RPSL-1.0","RSA-MD","RSCPL","Rdisc","Ruby","SAX-PD","SCEA","SGI-B-1.0","SGI-B-1.1","SGI-B-2.0","SHL-0.5","SHL-0.51","SISSL","SISSL-1.2","SMLNJ","SMPPL","SNIA","SPL-1.0","SSH-OpenSSH","SSH-short","SSPL-1.0","SWL","Saxpath","SchemeReport","Sendmail","Sendmail-8.23","SimPL-2.0","Sleepycat","Spencer-86","Spencer-94","Spencer-99","SugarCRM-1.1.3","SunPro","Symlinks","TAPR-OHL-1.0","TCL","TCP-wrappers","TMate","TORQUE-1.1","TOSL","TPDL","TPL-1.0","TTWL","TU-Berlin-1.0","TU-Berlin-2.0","UCAR","UCL-1.0","UPL-1.0","Unicode-DFS-2015","Unicode-DFS-2016","Unicode-TOU","Unlicense","VOSTROM","VSL-1.0","Vim","W3C","W3C-19980720","W3C-20150513","WTFPL","Watcom-1.0","Wsuipa","X11","X11-distribute-modifications-variant","XFree86-1.1","XSkat","Xerox","Xnet","YPL-1.0","YPL-1.1","ZPL-1.1","ZPL-2.0","ZPL-2.1","Zed","Zend-2.0","Zimbra-1.3","Zimbra-1.4","Zlib","blessing","bzip2-1.0.6","checkmk","copyleft-next-0.3.0","copyleft-next-0.3.1","curl","diffmark","dvipdfm","eGenix","etalab-2.0","gSOAP-1.3b","gnuplot","iMatix","libpng-2.0","libselinux-1.0","libtiff","libutil-David-Nugent","mpi-permissive","mpich2","mplus","psfrag","psutils","snprintf","w3m","xinetd","xlock","xpp","zlib-acknowledgement"],Bd=["AGPL-1.0","AGPL-3.0","BSD-2-Clause-FreeBSD","BSD-2-Clause-NetBSD","GFDL-1.1","GFDL-1.2","GFDL-1.3","GPL-1.0","GPL-2.0","GPL-2.0-with-GCC-exception","GPL-2.0-with-autoconf-exception","GPL-2.0-with-bison-exception","GPL-2.0-with-classpath-exception","GPL-2.0-with-font-exception","GPL-3.0","GPL-3.0-with-GCC-exception","GPL-3.0-with-autoconf-exception","LGPL-2.0","LGPL-2.1","LGPL-3.0","Nunit","StandardML-NJ","bzip2-1.0.5","eCos-2.0","wxWindows"],qd=["389-exception","Autoconf-exception-2.0","Autoconf-exception-3.0","Bison-exception-2.2","Bootloader-exception","Classpath-exception-2.0","CLISP-exception-2.0","DigiRule-FOSS-exception","eCos-exception-2.0","Fawkes-Runtime-exception","FLTK-exception","Font-exception-2.0","freertos-exception-2.0","GCC-exception-2.0","GCC-exception-3.1","gnu-javamail-exception","GPL-3.0-linking-exception","GPL-3.0-linking-source-exception","GPL-CC-1.0","i2p-gpl-java-exception","Libtool-exception","Linux-syscall-note","LLVM-exception","LZMA-exception","mif-exception","Nokia-Qt-exception-1.1","OCaml-LGPL-linking-exception","OCCT-exception-1.0","OpenJDK-assembly-exception-1.0","openvpn-openssl-exception","PS-or-PDF-font-exception-20170817","Qt-GPL-exception-1.0","Qt-LGPL-exception-1.1","Qwt-exception-1.0","Swift-exception","u-boot-exception-2.0","Universal-FOSS-exception-1.0","WxWindows-exception-3.1"],hs,ka;function Gd(){if(ka)return hs;ka=1;var e=[].concat(Fa).concat(Bd),l=qd;return hs=n(function(o){var f=0;function c(){return f<o.length}n(c,"hasMore");function i(y){if(y instanceof RegExp){var T=o.slice(f),g=T.match(y);if(g)return f+=g[0].length,g[0]}else if(o.indexOf(y,f)===f)return f+=y.length,y}n(i,"read");function t(){i(/[ ]*/)}n(t,"skipWhitespace");function r(){for(var y,T=["WITH","AND","OR","(",")",":","+"],g=0;g<T.length&&(y=i(T[g]),!y);g++);if(y==="+"&&f>1&&o[f-2]===" ")throw new Error("Space before `+`");return y&&{type:"OPERATOR",string:y}}n(r,"operator");function s(){return i(/[A-Za-z0-9-.]+/)}n(s,"idstring");function u(){var y=s();if(!y)throw new Error("Expected idstring at offset "+f);return y}n(u,"expectIdstring");function E(){if(i("DocumentRef-")){var y=u();return{type:"DOCUMENTREF",string:y}}}n(E,"documentRef");function P(){if(i("LicenseRef-")){var y=u();return{type:"LICENSEREF",string:y}}}n(P,"licenseRef");function m(){var y=f,T=s();if(e.indexOf(T)!==-1)return{type:"LICENSE",string:T};if(l.indexOf(T)!==-1)return{type:"EXCEPTION",string:T};f=y}n(m,"identifier");function a(){return r()||E()||P()||m()}n(a,"parseToken");for(var p=[];c()&&(t(),!!c());){var d=a();if(!d)throw new Error("Unexpected `"+o[f]+"` at offset "+f);p.push(d)}return p},"scan"),hs}n(Gd,"requireScan");var _s,ja;function $d(){return ja||(ja=1,_s=n(function(e){var l=0;function o(){return l<e.length}n(o,"hasMore");function f(){return o()?e[l]:null}n(f,"token");function c(){if(!o())throw new Error;l++}n(c,"next");function i(d){var y=f();if(y&&y.type==="OPERATOR"&&d===y.string)return c(),y.string}n(i,"parseOperator");function t(){if(i("WITH")){var d=f();if(d&&d.type==="EXCEPTION")return c(),d.string;throw new Error("Expected exception after `WITH`")}}n(t,"parseWith");function r(){var d=l,y="",T=f();if(T.type==="DOCUMENTREF"&&(c(),y+="DocumentRef-"+T.string+":",!i(":")))throw new Error("Expected `:` after `DocumentRef-...`");if(T=f(),T.type==="LICENSEREF")return c(),y+="LicenseRef-"+T.string,{license:y};l=d}n(r,"parseLicenseRef");function s(){var d=f();if(d&&d.type==="LICENSE"){c();var y={license:d.string};i("+")&&(y.plus=!0);var T=t();return T&&(y.exception=T),y}}n(s,"parseLicense");function u(){var d=i("(");if(d){var y=a();if(!i(")"))throw new Error("Expected `)`");return y}}n(u,"parseParenthesizedExpression");function E(){return u()||r()||s()}n(E,"parseAtom");function P(d,y){return n(function T(){var g=y();if(g){if(!i(d))return g;var Y=T();if(!Y)throw new Error("Expected expression");return{left:g,conjunction:d.toLowerCase(),right:Y}}},"parseBinaryOp")}n(P,"makeBinaryOpParser");var m=P("AND",E),a=P("OR",m),p=a();if(!p||o())throw new Error("Syntax error");return p},"parse")),_s}n($d,"requireParse");var bs,Na;function Ba(){if(Na)return bs;Na=1;var e=Gd(),l=$d();return bs=n(function(o){return l(e(o))},"spdxExpressionParse"),bs}n(Ba,"requireSpdxExpressionParse");var gs,qa;function Wd(){if(qa)return gs;qa=1;var e=Ba(),l=Fa;function o(T){try{return e(T),!0}catch{return!1}}n(o,"valid");function f(T,g){var Y=g[0].length-T[0].length;return Y!==0?Y:T[0].toUpperCase().localeCompare(g[0].toUpperCase())}n(f,"sortTranspositions");var c=[["APGL","AGPL"],["Gpl","GPL"],["GLP","GPL"],["APL","Apache"],["ISD","ISC"],["GLP","GPL"],["IST","ISC"],["Claude","Clause"],[" or later","+"],[" International",""],["GNU","GPL"],["GUN","GPL"],["+",""],["GNU GPL","GPL"],["GNU LGPL","LGPL"],["GNU/GPL","GPL"],["GNU GLP","GPL"],["GNU LESSER GENERAL PUBLIC LICENSE","LGPL"],["GNU Lesser General Public License","LGPL"],["GNU LESSER GENERAL PUBLIC LICENSE","LGPL-2.1"],["GNU Lesser General Public License","LGPL-2.1"],["LESSER GENERAL PUBLIC LICENSE","LGPL"],["Lesser General Public License","LGPL"],["LESSER GENERAL PUBLIC LICENSE","LGPL-2.1"],["Lesser General Public License","LGPL-2.1"],["GNU General Public License","GPL"],["Gnu public license","GPL"],["GNU Public License","GPL"],["GNU GENERAL PUBLIC LICENSE","GPL"],["MTI","MIT"],["Mozilla Public License","MPL"],["Universal Permissive License","UPL"],["WTH","WTF"],["WTFGPL","WTFPL"],["-License",""]].sort(f),i=0,t=1,r=[function(T){return T.toUpperCase()},function(T){return T.trim()},function(T){return T.replace(/\./g,"")},function(T){return T.replace(/\s+/g,"")},function(T){return T.replace(/\s+/g,"-")},function(T){return T.replace("v","-")},function(T){return T.replace(/,?\s*(\d)/,"-$1")},function(T){return T.replace(/,?\s*(\d)/,"-$1.0")},function(T){return T.replace(/,?\s*(V\.|v\.|V|v|Version|version)\s*(\d)/,"-$2")},function(T){return T.replace(/,?\s*(V\.|v\.|V|v|Version|version)\s*(\d)/,"-$2.0")},function(T){return T[0].toUpperCase()+T.slice(1)},function(T){return T.replace("/","-")},function(T){return T.replace(/\s*V\s*(\d)/,"-$1").replace(/(\d)$/,"$1.0")},function(T){return T.indexOf("3.0")!==-1?T+"-or-later":T+"-only"},function(T){return T+"only"},function(T){return T.replace(/(\d)$/,"-$1.0")},function(T){return T.replace(/(-| )?(\d)$/,"-$2-Clause")},function(T){return T.replace(/(-| )clause(-| )(\d)/,"-$3-Clause")},function(T){return T.replace(/\b(Modified|New|Revised)(-| )?BSD((-| )License)?/i,"BSD-3-Clause")},function(T){return T.replace(/\bSimplified(-| )?BSD((-| )License)?/i,"BSD-2-Clause")},function(T){return T.replace(/\b(Free|Net)(-| )?BSD((-| )License)?/i,"BSD-2-Clause-$1BSD")},function(T){return T.replace(/\bClear(-| )?BSD((-| )License)?/i,"BSD-3-Clause-Clear")},function(T){return T.replace(/\b(Old|Original)(-| )?BSD((-| )License)?/i,"BSD-4-Clause")},function(T){return"CC-"+T},function(T){return"CC-"+T+"-4.0"},function(T){return T.replace("Attribution","BY").replace("NonCommercial","NC").replace("NoDerivatives","ND").replace(/ (\d)/,"-$1").replace(/ ?International/,"")},function(T){return"CC-"+T.replace("Attribution","BY").replace("NonCommercial","NC").replace("NoDerivatives","ND").replace(/ (\d)/,"-$1").replace(/ ?International/,"")+"-4.0"}],s=l.map(function(T){var g=/^(.*)-\d+\.\d+$/.exec(T);return g?[g[0],g[1]]:[T,null]}).reduce(function(T,g){var Y=g[1];return T[Y]=T[Y]||[],T[Y].push(g[0]),T},{}),u=Object.keys(s).map(n(function(g){return[g,s[g]]},"makeEntries")).filter(n(function(g){return g[1].length===1&&g[0]!==null&&g[0]!=="APL"},"identifySoleVersions")).map(n(function(g){return[g[0],g[1][0]]},"createLastResorts"));s=void 0;var E=[["UNLI","Unlicense"],["WTF","WTFPL"],["2 CLAUSE","BSD-2-Clause"],["2-CLAUSE","BSD-2-Clause"],["3 CLAUSE","BSD-3-Clause"],["3-CLAUSE","BSD-3-Clause"],["AFFERO","AGPL-3.0-or-later"],["AGPL","AGPL-3.0-or-later"],["APACHE","Apache-2.0"],["ARTISTIC","Artistic-2.0"],["Affero","AGPL-3.0-or-later"],["BEER","Beerware"],["BOOST","BSL-1.0"],["BSD","BSD-2-Clause"],["CDDL","CDDL-1.1"],["ECLIPSE","EPL-1.0"],["FUCK","WTFPL"],["GNU","GPL-3.0-or-later"],["LGPL","LGPL-3.0-or-later"],["GPLV1","GPL-1.0-only"],["GPL-1","GPL-1.0-only"],["GPLV2","GPL-2.0-only"],["GPL-2","GPL-2.0-only"],["GPL","GPL-3.0-or-later"],["MIT +NO-FALSE-ATTRIBS","MITNFA"],["MIT","MIT"],["MPL","MPL-2.0"],["X11","X11"],["ZLIB","Zlib"]].concat(u).sort(f),P=0,m=1,a=n(function(T){for(var g=0;g<r.length;g++){var Y=r[g](T).trim();if(Y!==T&&o(Y))return Y}return null},"validTransformation"),p=n(function(T){for(var g=T.toUpperCase(),Y=0;Y<E.length;Y++){var h=E[Y];if(g.indexOf(h[P])>-1)return h[m]}return null},"validLastResort"),d=n(function(T,g){for(var Y=0;Y<c.length;Y++){var h=c[Y],L=h[i];if(T.indexOf(L)>-1){var V=T.replace(L,h[t]),O=g(V);if(O!==null)return O}}return null},"anyCorrection");gs=n(function(T,g){g=g||{};var Y=g.upgrade===void 0?!0:!!g.upgrade;function h(w){return Y?y(w):w}n(h,"postprocess");var L=typeof T=="string"&&T.trim().length!==0;if(!L)throw Error("Invalid argument. Expected non-empty string.");if(T=T.trim(),o(T))return h(T);var V=T.replace(/\+$/,"").trim();if(o(V))return h(V);var O=a(T);return O!==null||(O=d(T,function(w){return o(w)?w:a(w)}),O!==null)||(O=p(T),O!==null)||(O=d(T,p),O!==null)?h(O):null},"spdxCorrect");function y(T){return["GPL-1.0","LGPL-1.0","AGPL-1.0","GPL-2.0","LGPL-2.0","AGPL-2.0","LGPL-2.1"].indexOf(T)!==-1?T+"-only":["GPL-1.0+","GPL-2.0+","GPL-3.0+","LGPL-2.0+","LGPL-2.1+","LGPL-3.0+","AGPL-1.0+","AGPL-3.0+"].indexOf(T)!==-1?T.replace(/\+$/,"-or-later"):["GPL-3.0","LGPL-3.0","AGPL-3.0"].indexOf(T)!==-1?T+"-or-later":T}return n(y,"upgradeGPLs"),gs}n(Wd,"requireSpdxCorrect");var vs,Ga;function Hd(){if(Ga)return vs;Ga=1;var e=Ba(),l=Wd(),o='license should be a valid SPDX license expression (without "LicenseRef"), "UNLICENSED", or "SEE LICENSE IN <filename>"',f=/^SEE LICEN[CS]E IN (.+)$/;function c(t,r){return r.slice(0,t.length)===t}n(c,"startsWith");function i(t){if(t.hasOwnProperty("license")){var r=t.license;return c("LicenseRef",r)||c("DocumentRef",r)}else return i(t.left)||i(t.right)}return n(i,"usesLicenseRef"),vs=n(function(t){var r;try{r=e(t)}catch{var s;if(t==="UNLICENSED"||t==="UNLICENCED")return{validForOldPackages:!0,validForNewPackages:!0,unlicensed:!0};if(s=f.exec(t))return{validForOldPackages:!0,validForNewPackages:!0,inFile:s[1]};var u={validForOldPackages:!1,validForNewPackages:!1,warnings:[o]};if(t.trim().length!==0){var E=l(t);E&&u.warnings.push('license is similar to the valid expression "'+E+'"')}return u}return i(r)?{validForNewPackages:!1,validForOldPackages:!1,spdx:!0,warnings:[o]}:{validForNewPackages:!0,validForOldPackages:!0,spdx:!0}},"validateNpmPackageLicense"),vs}n(Hd,"requireValidateNpmPackageLicense");var Je={},$a;function Kd(){if($a)return Je;$a=1,Object.defineProperty(Je,"__esModule",{value:!0}),Je.LRUCache=void 0;const e=typeof performance=="object"&&performance&&typeof performance.now=="function"?performance:Date,l=new Set,o=typeof process=="object"&&process?process:{},f=n((m,a,p,d)=>{typeof o.emitWarning=="function"?o.emitWarning(m,a,p,d):console.error(`[${p}] ${a}: ${m}`)},"emitWarning");let c=globalThis.AbortController,i=globalThis.AbortSignal;if(typeof c>"u"){i=class{static{n(this,"AbortSignal")}onabort;_onabort=[];reason;aborted=!1;addEventListener(d,y){this._onabort.push(y)}},c=class{static{n(this,"AbortController")}constructor(){a()}signal=new i;abort(d){if(!this.signal.aborted){this.signal.reason=d,this.signal.aborted=!0;for(const y of this.signal._onabort)y(d);this.signal.onabort?.(d)}}};let m=o.env?.LRU_CACHE_IGNORE_AC_WARNING!=="1";const a=n(()=>{m&&(m=!1,f("AbortController is not defined. If using lru-cache in node 14, load an AbortController polyfill from the `node-abort-controller` package. A minimal polyfill is provided for use by LRUCache.fetch(), but it should not be relied upon in other contexts (eg, passing it to other APIs that use AbortController/AbortSignal might have undesirable effects). You may disable this with LRU_CACHE_IGNORE_AC_WARNING=1 in the env.","NO_ABORT_CONTROLLER","ENOTSUP",a))},"warnACPolyfill")}const t=n(m=>!l.has(m),"shouldWarn"),r=n(m=>m&&m===Math.floor(m)&&m>0&&isFinite(m),"isPosInt"),s=n(m=>r(m)?m<=Math.pow(2,8)?Uint8Array:m<=Math.pow(2,16)?Uint16Array:m<=Math.pow(2,32)?Uint32Array:m<=Number.MAX_SAFE_INTEGER?u:null:null,"getUintArray");class u extends Array{static{n(this,"ZeroArray")}constructor(a){super(a),this.fill(0)}}class E{static{n(this,"Stack")}heap;length;static#e=!1;static create(a){const p=s(a);if(!p)return[];E.#e=!0;const d=new E(a,p);return E.#e=!1,d}constructor(a,p){if(!E.#e)throw new TypeError("instantiate Stack using Stack.create(n)");this.heap=new p(a),this.length=0}push(a){this.heap[this.length++]=a}pop(){return this.heap[--this.length]}}class P{static{n(this,"LRUCache")}#e;#t;#n;#o;#m;ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#u;#y;#a;#s;#r;#p;#d;#f;#l;#h;#c;#_;#b;#T;#g;#L;#E;static unsafeExposeInternals(a){return{starts:a.#b,ttls:a.#T,sizes:a.#_,keyMap:a.#a,keyList:a.#s,valList:a.#r,next:a.#p,prev:a.#d,get head(){return a.#f},get tail(){return a.#l},free:a.#h,isBackgroundFetch:n(p=>a.#i(p),"isBackgroundFetch"),backgroundFetch:n((p,d,y,T)=>a.#w(p,d,y,T),"backgroundFetch"),moveToTail:n(p=>a.#V(p),"moveToTail"),indexes:n(p=>a.#v(p),"indexes"),rindexes:n(p=>a.#S(p),"rindexes"),isStale:n(p=>a.#P(p),"isStale")}}get max(){return this.#e}get maxSize(){return this.#t}get calculatedSize(){return this.#y}get size(){return this.#u}get fetchMethod(){return this.#m}get dispose(){return this.#n}get disposeAfter(){return this.#o}constructor(a){const{max:p=0,ttl:d,ttlResolution:y=1,ttlAutopurge:T,updateAgeOnGet:g,updateAgeOnHas:Y,allowStale:h,dispose:L,disposeAfter:V,noDisposeOnSet:O,noUpdateTTL:w,maxSize:k=0,maxEntrySize:j=0,sizeCalculation:D,fetchMethod:B,noDeleteOnFetchRejection:x,noDeleteOnStaleGet:W,allowStaleOnFetchRejection:J,allowStaleOnFetchAbort:G,ignoreFetchAbort:X}=a;if(p!==0&&!r(p))throw new TypeError("max option must be a nonnegative integer");const Q=p?s(p):Array;if(!Q)throw new Error("invalid max value: "+p);if(this.#e=p,this.#t=k,this.maxEntrySize=j||this.#t,this.sizeCalculation=D,this.sizeCalculation){if(!this.#t&&!this.maxEntrySize)throw new TypeError("cannot set sizeCalculation without setting maxSize or maxEntrySize");if(typeof this.sizeCalculation!="function")throw new TypeError("sizeCalculation set to non-function")}if(B!==void 0&&typeof B!="function")throw new TypeError("fetchMethod must be a function if specified");if(this.#m=B,this.#L=!!B,this.#a=new Map,this.#s=new Array(p).fill(void 0),this.#r=new Array(p).fill(void 0),this.#p=new Q(p),this.#d=new Q(p),this.#f=0,this.#l=0,this.#h=E.create(p),this.#u=0,this.#y=0,typeof L=="function"&&(this.#n=L),typeof V=="function"?(this.#o=V,this.#c=[]):(this.#o=void 0,this.#c=void 0),this.#g=!!this.#n,this.#E=!!this.#o,this.noDisposeOnSet=!!O,this.noUpdateTTL=!!w,this.noDeleteOnFetchRejection=!!x,this.allowStaleOnFetchRejection=!!J,this.allowStaleOnFetchAbort=!!G,this.ignoreFetchAbort=!!X,this.maxEntrySize!==0){if(this.#t!==0&&!r(this.#t))throw new TypeError("maxSize must be a positive integer if specified");if(!r(this.maxEntrySize))throw new TypeError("maxEntrySize must be a positive integer if specified");this.#F()}if(this.allowStale=!!h,this.noDeleteOnStaleGet=!!W,this.updateAgeOnGet=!!g,this.updateAgeOnHas=!!Y,this.ttlResolution=r(y)||y===0?y:1,this.ttlAutopurge=!!T,this.ttl=d||0,this.ttl){if(!r(this.ttl))throw new TypeError("ttl must be a positive integer if specified");this.#M()}if(this.#e===0&&this.ttl===0&&this.#t===0)throw new TypeError("At least one of max, maxSize, or ttl is required");if(!this.ttlAutopurge&&!this.#e&&!this.#t){const Z="LRU_CACHE_UNBOUNDED";t(Z)&&(l.add(Z),f("TTL caching without ttlAutopurge, max, or maxSize can result in unbounded memory consumption.","UnboundedCacheWarning",Z,P))}}getRemainingTTL(a){return this.#a.has(a)?1/0:0}#M(){const a=new u(this.#e),p=new u(this.#e);this.#T=a,this.#b=p,this.#U=(T,g,Y=e.now())=>{if(p[T]=g!==0?Y:0,a[T]=g,g!==0&&this.ttlAutopurge){const h=setTimeout(()=>{this.#P(T)&&this.delete(this.#s[T])},g+1);h.unref&&h.unref()}},this.#A=T=>{p[T]=a[T]!==0?e.now():0},this.#Y=(T,g)=>{if(a[g]){const Y=a[g],h=p[g];if(!Y||!h)return;T.ttl=Y,T.start=h,T.now=d||y();const L=T.now-h;T.remainingTTL=Y-L}};let d=0;const y=n(()=>{const T=e.now();if(this.ttlResolution>0){d=T;const g=setTimeout(()=>d=0,this.ttlResolution);g.unref&&g.unref()}return T},"getNow");this.getRemainingTTL=T=>{const g=this.#a.get(T);if(g===void 0)return 0;const Y=a[g],h=p[g];if(!Y||!h)return 1/0;const L=(d||y())-h;return Y-L},this.#P=T=>{const g=p[T],Y=a[T];return!!Y&&!!g&&(d||y())-g>Y}}#A=n(()=>{},"#updateItemAge");#Y=n(()=>{},"#statusTTL");#U=n(()=>{},"#setItemTTL");#P=n(()=>!1,"#isStale");#F(){const a=new u(this.#e);this.#y=0,this.#_=a,this.#C=p=>{this.#y-=a[p],a[p]=0},this.#I=(p,d,y,T)=>{if(this.#i(d))return 0;if(!r(y))if(T){if(typeof T!="function")throw new TypeError("sizeCalculation must be a function");if(y=T(d,p),!r(y))throw new TypeError("sizeCalculation return invalid (expect positive integer)")}else throw new TypeError("invalid size value (must be positive integer). When maxSize or maxEntrySize is used, sizeCalculation or size must be set.");return y},this.#R=(p,d,y)=>{if(a[p]=d,this.#t){const T=this.#t-a[p];for(;this.#y>T;)this.#O(!0)}this.#y+=a[p],y&&(y.entrySize=d,y.totalCalculatedSize=this.#y)}}#C=n(a=>{},"#removeItemSize");#R=n((a,p,d)=>{},"#addItemSize");#I=n((a,p,d,y)=>{if(d||y)throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache");return 0},"#requireSize");*#v({allowStale:a=this.allowStale}={}){if(this.#u)for(let p=this.#l;!(!this.#x(p)||((a||!this.#P(p))&&(yield p),p===this.#f));)p=this.#d[p]}*#S({allowStale:a=this.allowStale}={}){if(this.#u)for(let p=this.#f;!(!this.#x(p)||((a||!this.#P(p))&&(yield p),p===this.#l));)p=this.#p[p]}#x(a){return a!==void 0&&this.#a.get(this.#s[a])===a}*entries(){for(const a of this.#v())this.#r[a]!==void 0&&this.#s[a]!==void 0&&!this.#i(this.#r[a])&&(yield[this.#s[a],this.#r[a]])}*rentries(){for(const a of this.#S())this.#r[a]!==void 0&&this.#s[a]!==void 0&&!this.#i(this.#r[a])&&(yield[this.#s[a],this.#r[a]])}*keys(){for(const a of this.#v()){const p=this.#s[a];p!==void 0&&!this.#i(this.#r[a])&&(yield p)}}*rkeys(){for(const a of this.#S()){const p=this.#s[a];p!==void 0&&!this.#i(this.#r[a])&&(yield p)}}*values(){for(const a of this.#v())this.#r[a]!==void 0&&!this.#i(this.#r[a])&&(yield this.#r[a])}*rvalues(){for(const a of this.#S())this.#r[a]!==void 0&&!this.#i(this.#r[a])&&(yield this.#r[a])}[Symbol.iterator](){return this.entries()}[Symbol.toStringTag]="LRUCache";find(a,p={}){for(const d of this.#v()){const y=this.#r[d],T=this.#i(y)?y.__staleWhileFetching:y;if(T!==void 0&&a(T,this.#s[d],this))return this.get(this.#s[d],p)}}forEach(a,p=this){for(const d of this.#v()){const y=this.#r[d],T=this.#i(y)?y.__staleWhileFetching:y;T!==void 0&&a.call(p,T,this.#s[d],this)}}rforEach(a,p=this){for(const d of this.#S()){const y=this.#r[d],T=this.#i(y)?y.__staleWhileFetching:y;T!==void 0&&a.call(p,T,this.#s[d],this)}}purgeStale(){let a=!1;for(const p of this.#S({allowStale:!0}))this.#P(p)&&(this.delete(this.#s[p]),a=!0);return a}info(a){const p=this.#a.get(a);if(p===void 0)return;const d=this.#r[p],y=this.#i(d)?d.__staleWhileFetching:d;if(y===void 0)return;const T={value:y};if(this.#T&&this.#b){const g=this.#T[p],Y=this.#b[p];if(g&&Y){const h=g-(e.now()-Y);T.ttl=h,T.start=Date.now()}}return this.#_&&(T.size=this.#_[p]),T}dump(){const a=[];for(const p of this.#v({allowStale:!0})){const d=this.#s[p],y=this.#r[p],T=this.#i(y)?y.__staleWhileFetching:y;if(T===void 0||d===void 0)continue;const g={value:T};if(this.#T&&this.#b){g.ttl=this.#T[p];const Y=e.now()-this.#b[p];g.start=Math.floor(Date.now()-Y)}this.#_&&(g.size=this.#_[p]),a.unshift([d,g])}return a}load(a){this.clear();for(const[p,d]of a){if(d.start){const y=Date.now()-d.start;d.start=e.now()-y}this.set(p,d.value,d)}}set(a,p,d={}){if(p===void 0)return this.delete(a),this;const{ttl:y=this.ttl,start:T,noDisposeOnSet:g=this.noDisposeOnSet,sizeCalculation:Y=this.sizeCalculation,status:h}=d;let{noUpdateTTL:L=this.noUpdateTTL}=d;const V=this.#I(a,p,d.size||0,Y);if(this.maxEntrySize&&V>this.maxEntrySize)return h&&(h.set="miss",h.maxEntrySizeExceeded=!0),this.delete(a),this;let O=this.#u===0?void 0:this.#a.get(a);if(O===void 0)O=this.#u===0?this.#l:this.#h.length!==0?this.#h.pop():this.#u===this.#e?this.#O(!1):this.#u,this.#s[O]=a,this.#r[O]=p,this.#a.set(a,O),this.#p[this.#l]=O,this.#d[O]=this.#l,this.#l=O,this.#u++,this.#R(O,V,h),h&&(h.set="add"),L=!1;else{this.#V(O);const w=this.#r[O];if(p!==w){if(this.#L&&this.#i(w)){w.__abortController.abort(new Error("replaced"));const{__staleWhileFetching:k}=w;k!==void 0&&!g&&(this.#g&&this.#n?.(k,a,"set"),this.#E&&this.#c?.push([k,a,"set"]))}else g||(this.#g&&this.#n?.(w,a,"set"),this.#E&&this.#c?.push([w,a,"set"]));if(this.#C(O),this.#R(O,V,h),this.#r[O]=p,h){h.set="replace";const k=w&&this.#i(w)?w.__staleWhileFetching:w;k!==void 0&&(h.oldValue=k)}}else h&&(h.set="update")}if(y!==0&&!this.#T&&this.#M(),this.#T&&(L||this.#U(O,y,T),h&&this.#Y(h,O)),!g&&this.#E&&this.#c){const w=this.#c;let k;for(;k=w?.shift();)this.#o?.(...k)}return this}pop(){try{for(;this.#u;){const a=this.#r[this.#f];if(this.#O(!0),this.#i(a)){if(a.__staleWhileFetching)return a.__staleWhileFetching}else if(a!==void 0)return a}}finally{if(this.#E&&this.#c){const a=this.#c;let p;for(;p=a?.shift();)this.#o?.(...p)}}}#O(a){const p=this.#f,d=this.#s[p],y=this.#r[p];return this.#L&&this.#i(y)?y.__abortController.abort(new Error("evicted")):(this.#g||this.#E)&&(this.#g&&this.#n?.(y,d,"evict"),this.#E&&this.#c?.push([y,d,"evict"])),this.#C(p),a&&(this.#s[p]=void 0,this.#r[p]=void 0,this.#h.push(p)),this.#u===1?(this.#f=this.#l=0,this.#h.length=0):this.#f=this.#p[p],this.#a.delete(d),this.#u--,p}has(a,p={}){const{updateAgeOnHas:d=this.updateAgeOnHas,status:y}=p,T=this.#a.get(a);if(T!==void 0){const g=this.#r[T];if(this.#i(g)&&g.__staleWhileFetching===void 0)return!1;if(this.#P(T))y&&(y.has="stale",this.#Y(y,T));else return d&&this.#A(T),y&&(y.has="hit",this.#Y(y,T)),!0}else y&&(y.has="miss");return!1}peek(a,p={}){const{allowStale:d=this.allowStale}=p,y=this.#a.get(a);if(y===void 0||!d&&this.#P(y))return;const T=this.#r[y];return this.#i(T)?T.__staleWhileFetching:T}#w(a,p,d,y){const T=p===void 0?void 0:this.#r[p];if(this.#i(T))return T;const g=new c,{signal:Y}=d;Y?.addEventListener("abort",()=>g.abort(Y.reason),{signal:g.signal});const h={signal:g.signal,options:d,context:y},L=n((D,B=!1)=>{const{aborted:x}=g.signal,W=d.ignoreFetchAbort&&D!==void 0;if(d.status&&(x&&!B?(d.status.fetchAborted=!0,d.status.fetchError=g.signal.reason,W&&(d.status.fetchAbortIgnored=!0)):d.status.fetchResolved=!0),x&&!W&&!B)return O(g.signal.reason);const J=k;return this.#r[p]===k&&(D===void 0?J.__staleWhileFetching?this.#r[p]=J.__staleWhileFetching:this.delete(a):(d.status&&(d.status.fetchUpdated=!0),this.set(a,D,h.options))),D},"cb"),V=n(D=>(d.status&&(d.status.fetchRejected=!0,d.status.fetchError=D),O(D)),"eb"),O=n(D=>{const{aborted:B}=g.signal,x=B&&d.allowStaleOnFetchAbort,W=x||d.allowStaleOnFetchRejection,J=W||d.noDeleteOnFetchRejection,G=k;if(this.#r[p]===k&&(!J||G.__staleWhileFetching===void 0?this.delete(a):x||(this.#r[p]=G.__staleWhileFetching)),W)return d.status&&G.__staleWhileFetching!==void 0&&(d.status.returnedStale=!0),G.__staleWhileFetching;if(G.__returned===G)throw D},"fetchFail"),w=n((D,B)=>{const x=this.#m?.(a,T,h);x&&x instanceof Promise&&x.then(W=>D(W===void 0?void 0:W),B),g.signal.addEventListener("abort",()=>{(!d.ignoreFetchAbort||d.allowStaleOnFetchAbort)&&(D(void 0),d.allowStaleOnFetchAbort&&(D=n(W=>L(W,!0),"res")))})},"pcall");d.status&&(d.status.fetchDispatched=!0);const k=new Promise(w).then(L,V),j=Object.assign(k,{__abortController:g,__staleWhileFetching:T,__returned:void 0});return p===void 0?(this.set(a,j,{...h.options,status:void 0}),p=this.#a.get(a)):this.#r[p]=j,j}#i(a){if(!this.#L)return!1;const p=a;return!!p&&p instanceof Promise&&p.hasOwnProperty("__staleWhileFetching")&&p.__abortController instanceof c}async fetch(a,p={}){const{allowStale:d=this.allowStale,updateAgeOnGet:y=this.updateAgeOnGet,noDeleteOnStaleGet:T=this.noDeleteOnStaleGet,ttl:g=this.ttl,noDisposeOnSet:Y=this.noDisposeOnSet,size:h=0,sizeCalculation:L=this.sizeCalculation,noUpdateTTL:V=this.noUpdateTTL,noDeleteOnFetchRejection:O=this.noDeleteOnFetchRejection,allowStaleOnFetchRejection:w=this.allowStaleOnFetchRejection,ignoreFetchAbort:k=this.ignoreFetchAbort,allowStaleOnFetchAbort:j=this.allowStaleOnFetchAbort,context:D,forceRefresh:B=!1,status:x,signal:W}=p;if(!this.#L)return x&&(x.fetch="get"),this.get(a,{allowStale:d,updateAgeOnGet:y,noDeleteOnStaleGet:T,status:x});const J={allowStale:d,updateAgeOnGet:y,noDeleteOnStaleGet:T,ttl:g,noDisposeOnSet:Y,size:h,sizeCalculation:L,noUpdateTTL:V,noDeleteOnFetchRejection:O,allowStaleOnFetchRejection:w,allowStaleOnFetchAbort:j,ignoreFetchAbort:k,status:x,signal:W};let G=this.#a.get(a);if(G===void 0){x&&(x.fetch="miss");const X=this.#w(a,G,J,D);return X.__returned=X}else{const X=this.#r[G];if(this.#i(X)){const Ie=d&&X.__staleWhileFetching!==void 0;return x&&(x.fetch="inflight",Ie&&(x.returnedStale=!0)),Ie?X.__staleWhileFetching:X.__returned=X}const Q=this.#P(G);if(!B&&!Q)return x&&(x.fetch="hit"),this.#V(G),y&&this.#A(G),x&&this.#Y(x,G),X;const Z=this.#w(a,G,J,D),le=Z.__staleWhileFetching!==void 0&&d;return x&&(x.fetch=Q?"stale":"refresh",le&&Q&&(x.returnedStale=!0)),le?Z.__staleWhileFetching:Z.__returned=Z}}get(a,p={}){const{allowStale:d=this.allowStale,updateAgeOnGet:y=this.updateAgeOnGet,noDeleteOnStaleGet:T=this.noDeleteOnStaleGet,status:g}=p,Y=this.#a.get(a);if(Y!==void 0){const h=this.#r[Y],L=this.#i(h);return g&&this.#Y(g,Y),this.#P(Y)?(g&&(g.get="stale"),L?(g&&d&&h.__staleWhileFetching!==void 0&&(g.returnedStale=!0),d?h.__staleWhileFetching:void 0):(T||this.delete(a),g&&d&&(g.returnedStale=!0),d?h:void 0)):(g&&(g.get="hit"),L?h.__staleWhileFetching:(this.#V(Y),y&&this.#A(Y),h))}else g&&(g.get="miss")}#D(a,p){this.#d[p]=a,this.#p[a]=p}#V(a){a!==this.#l&&(a===this.#f?this.#f=this.#p[a]:this.#D(this.#d[a],this.#p[a]),this.#D(this.#l,a),this.#l=a)}delete(a){let p=!1;if(this.#u!==0){const d=this.#a.get(a);if(d!==void 0)if(p=!0,this.#u===1)this.clear();else{this.#C(d);const y=this.#r[d];if(this.#i(y)?y.__abortController.abort(new Error("deleted")):(this.#g||this.#E)&&(this.#g&&this.#n?.(y,a,"delete"),this.#E&&this.#c?.push([y,a,"delete"])),this.#a.delete(a),this.#s[d]=void 0,this.#r[d]=void 0,d===this.#l)this.#l=this.#d[d];else if(d===this.#f)this.#f=this.#p[d];else{const T=this.#d[d];this.#p[T]=this.#p[d];const g=this.#p[d];this.#d[g]=this.#d[d]}this.#u--,this.#h.push(d)}}if(this.#E&&this.#c?.length){const d=this.#c;let y;for(;y=d?.shift();)this.#o?.(...y)}return p}clear(){for(const a of this.#S({allowStale:!0})){const p=this.#r[a];if(this.#i(p))p.__abortController.abort(new Error("deleted"));else{const d=this.#s[a];this.#g&&this.#n?.(p,d,"delete"),this.#E&&this.#c?.push([p,d,"delete"])}}if(this.#a.clear(),this.#r.fill(void 0),this.#s.fill(void 0),this.#T&&this.#b&&(this.#T.fill(0),this.#b.fill(0)),this.#_&&this.#_.fill(0),this.#f=0,this.#l=0,this.#h.length=0,this.#y=0,this.#u=0,this.#E&&this.#c){const a=this.#c;let p;for(;p=a?.shift();)this.#o?.(...p)}}}return Je.LRUCache=P,Je}n(Kd,"requireCommonjs");var Ss,Wa;function Xd(){if(Wa)return Ss;Wa=1;const e=n((...i)=>i.every(t=>t)?i.join(""):"","maybeJoin"),l=n(i=>i?encodeURIComponent(i):"","maybeEncode"),o=n(i=>i.toLowerCase().replace(/^\W+|\/|\W+$/g,"").replace(/\W+/g,"-"),"formatHashFragment"),f={sshtemplate:n(({domain:i,user:t,project:r,committish:s})=>`git@${i}:${t}/${r}.git${e("#",s)}`,"sshtemplate"),sshurltemplate:n(({domain:i,user:t,project:r,committish:s})=>`git+ssh://git@${i}/${t}/${r}.git${e("#",s)}`,"sshurltemplate"),edittemplate:n(({domain:i,user:t,project:r,committish:s,editpath:u,path:E})=>`https://${i}/${t}/${r}${e("/",u,"/",l(s||"HEAD"),"/",E)}`,"edittemplate"),browsetemplate:n(({domain:i,user:t,project:r,committish:s,treepath:u})=>`https://${i}/${t}/${r}${e("/",u,"/",l(s))}`,"browsetemplate"),browsetreetemplate:n(({domain:i,user:t,project:r,committish:s,treepath:u,path:E,fragment:P,hashformat:m})=>`https://${i}/${t}/${r}/${u}/${l(s||"HEAD")}/${E}${e("#",m(P||""))}`,"browsetreetemplate"),browseblobtemplate:n(({domain:i,user:t,project:r,committish:s,blobpath:u,path:E,fragment:P,hashformat:m})=>`https://${i}/${t}/${r}/${u}/${l(s||"HEAD")}/${E}${e("#",m(P||""))}`,"browseblobtemplate"),docstemplate:n(({domain:i,user:t,project:r,treepath:s,committish:u})=>`https://${i}/${t}/${r}${e("/",s,"/",l(u))}#readme`,"docstemplate"),httpstemplate:n(({auth:i,domain:t,user:r,project:s,committish:u})=>`git+https://${e(i,"@")}${t}/${r}/${s}.git${e("#",u)}`,"httpstemplate"),filetemplate:n(({domain:i,user:t,project:r,committish:s,path:u})=>`https://${i}/${t}/${r}/raw/${l(s||"HEAD")}/${u}`,"filetemplate"),shortcuttemplate:n(({type:i,user:t,project:r,committish:s})=>`${i}:${t}/${r}${e("#",s)}`,"shortcuttemplate"),pathtemplate:n(({user:i,project:t,committish:r})=>`${i}/${t}${e("#",r)}`,"pathtemplate"),bugstemplate:n(({domain:i,user:t,project:r})=>`https://${i}/${t}/${r}/issues`,"bugstemplate"),hashformat:o},c={};c.github={protocols:["git:","http:","git+ssh:","git+https:","ssh:","https:"],domain:"github.com",treepath:"tree",blobpath:"blob",editpath:"edit",filetemplate:n(({auth:i,user:t,project:r,committish:s,path:u})=>`https://${e(i,"@")}raw.githubusercontent.com/${t}/${r}/${l(s||"HEAD")}/${u}`,"filetemplate"),gittemplate:n(({auth:i,domain:t,user:r,project:s,committish:u})=>`git://${e(i,"@")}${t}/${r}/${s}.git${e("#",u)}`,"gittemplate"),tarballtemplate:n(({domain:i,user:t,project:r,committish:s})=>`https://codeload.${i}/${t}/${r}/tar.gz/${l(s||"HEAD")}`,"tarballtemplate"),extract:n(i=>{let[,t,r,s,u]=i.pathname.split("/",5);if(!(s&&s!=="tree")&&(s||(u=i.hash.slice(1)),r&&r.endsWith(".git")&&(r=r.slice(0,-4)),!(!t||!r)))return{user:t,project:r,committish:u}},"extract")},c.bitbucket={protocols:["git+ssh:","git+https:","ssh:","https:"],domain:"bitbucket.org",treepath:"src",blobpath:"src",editpath:"?mode=edit",edittemplate:n(({domain:i,user:t,project:r,committish:s,treepath:u,path:E,editpath:P})=>`https://${i}/${t}/${r}${e("/",u,"/",l(s||"HEAD"),"/",E,P)}`,"edittemplate"),tarballtemplate:n(({domain:i,user:t,project:r,committish:s})=>`https://${i}/${t}/${r}/get/${l(s||"HEAD")}.tar.gz`,"tarballtemplate"),extract:n(i=>{let[,t,r,s]=i.pathname.split("/",4);if(!["get"].includes(s)&&(r&&r.endsWith(".git")&&(r=r.slice(0,-4)),!(!t||!r)))return{user:t,project:r,committish:i.hash.slice(1)}},"extract")},c.gitlab={protocols:["git+ssh:","git+https:","ssh:","https:"],domain:"gitlab.com",treepath:"tree",blobpath:"tree",editpath:"-/edit",httpstemplate:n(({auth:i,domain:t,user:r,project:s,committish:u})=>`git+https://${e(i,"@")}${t}/${r}/${s}.git${e("#",u)}`,"httpstemplate"),tarballtemplate:n(({domain:i,user:t,project:r,committish:s})=>`https://${i}/${t}/${r}/repository/archive.tar.gz?ref=${l(s||"HEAD")}`,"tarballtemplate"),extract:n(i=>{const t=i.pathname.slice(1);if(t.includes("/-/")||t.includes("/archive.tar.gz"))return;const r=t.split("/");let s=r.pop();s.endsWith(".git")&&(s=s.slice(0,-4));const u=r.join("/");if(!(!u||!s))return{user:u,project:s,committish:i.hash.slice(1)}},"extract")},c.gist={protocols:["git:","git+ssh:","git+https:","ssh:","https:"],domain:"gist.github.com",editpath:"edit",sshtemplate:n(({domain:i,project:t,committish:r})=>`git@${i}:${t}.git${e("#",r)}`,"sshtemplate"),sshurltemplate:n(({domain:i,project:t,committish:r})=>`git+ssh://git@${i}/${t}.git${e("#",r)}`,"sshurltemplate"),edittemplate:n(({domain:i,user:t,project:r,committish:s,editpath:u})=>`https://${i}/${t}/${r}${e("/",l(s))}/${u}`,"edittemplate"),browsetemplate:n(({domain:i,project:t,committish:r})=>`https://${i}/${t}${e("/",l(r))}`,"browsetemplate"),browsetreetemplate:n(({domain:i,project:t,committish:r,path:s,hashformat:u})=>`https://${i}/${t}${e("/",l(r))}${e("#",u(s))}`,"browsetreetemplate"),browseblobtemplate:n(({domain:i,project:t,committish:r,path:s,hashformat:u})=>`https://${i}/${t}${e("/",l(r))}${e("#",u(s))}`,"browseblobtemplate"),docstemplate:n(({domain:i,project:t,committish:r})=>`https://${i}/${t}${e("/",l(r))}`,"docstemplate"),httpstemplate:n(({domain:i,project:t,committish:r})=>`git+https://${i}/${t}.git${e("#",r)}`,"httpstemplate"),filetemplate:n(({user:i,project:t,committish:r,path:s})=>`https://gist.githubusercontent.com/${i}/${t}/raw${e("/",l(r))}/${s}`,"filetemplate"),shortcuttemplate:n(({type:i,project:t,committish:r})=>`${i}:${t}${e("#",r)}`,"shortcuttemplate"),pathtemplate:n(({project:i,committish:t})=>`${i}${e("#",t)}`,"pathtemplate"),bugstemplate:n(({domain:i,project:t})=>`https://${i}/${t}`,"bugstemplate"),gittemplate:n(({domain:i,project:t,committish:r})=>`git://${i}/${t}.git${e("#",r)}`,"gittemplate"),tarballtemplate:n(({project:i,committish:t})=>`https://codeload.github.com/gist/${i}/tar.gz/${l(t||"HEAD")}`,"tarballtemplate"),extract:n(i=>{let[,t,r,s]=i.pathname.split("/",4);if(s!=="raw"){if(!r){if(!t)return;r=t,t=null}return r.endsWith(".git")&&(r=r.slice(0,-4)),{user:t,project:r,committish:i.hash.slice(1)}}},"extract"),hashformat:n(function(i){return i&&"file-"+o(i)},"hashformat")},c.sourcehut={protocols:["git+ssh:","https:"],domain:"git.sr.ht",treepath:"tree",blobpath:"tree",filetemplate:n(({domain:i,user:t,project:r,committish:s,path:u})=>`https://${i}/${t}/${r}/blob/${l(s)||"HEAD"}/${u}`,"filetemplate"),httpstemplate:n(({domain:i,user:t,project:r,committish:s})=>`https://${i}/${t}/${r}.git${e("#",s)}`,"httpstemplate"),tarballtemplate:n(({domain:i,user:t,project:r,committish:s})=>`https://${i}/${t}/${r}/archive/${l(s)||"HEAD"}.tar.gz`,"tarballtemplate"),bugstemplate:n(({user:i,project:t})=>null,"bugstemplate"),extract:n(i=>{let[,t,r,s]=i.pathname.split("/",4);if(!["archive"].includes(s)&&(r&&r.endsWith(".git")&&(r=r.slice(0,-4)),!(!t||!r)))return{user:t,project:r,committish:i.hash.slice(1)}},"extract")};for(const[i,t]of Object.entries(c))c[i]=Object.assign({},f,t);return Ss=c,Ss}n(Xd,"requireHosts");var Ys,Ha;function Ka(){if(Ha)return Ys;Ha=1;const e=Ho,l=n((i,t,r)=>{const s=i.indexOf(r);return i.lastIndexOf(t,s>-1?s:1/0)},"lastIndexOfBefore"),o=n(i=>{try{return new e.URL(i)}catch{}},"safeUrl"),f=n((i,t)=>{const r=i.indexOf(":"),s=i.slice(0,r+1);if(Object.prototype.hasOwnProperty.call(t,s))return i;const u=i.indexOf("@");return u>-1?u>r?`git+ssh://${i}`:i:i.indexOf("//")===r+1?i:`${i.slice(0,r+1)}//${i.slice(r+1)}`},"correctProtocol"),c=n(i=>{const t=l(i,"@","#"),r=l(i,":","#");return r>t&&(i=i.slice(0,r)+"/"+i.slice(r+1)),l(i,":","#")===-1&&i.indexOf("//")===-1&&(i=`git+ssh://${i}`),i},"correctUrl");return Ys=n((i,t)=>{const r=t?f(i,t):i;return o(r)||o(c(r))},"parseUrl"),Ys}n(Ka,"requireParseUrl");var Ls,Xa;function zd(){if(Xa)return Ls;Xa=1;const e=Ka(),l=n(o=>{const f=o.indexOf("#"),c=o.indexOf("/"),i=o.indexOf("/",c+1),t=o.indexOf(":"),r=/\s/.exec(o),s=o.indexOf("@"),u=!r||f>-1&&r.index>f,E=s===-1||f>-1&&s>f,P=t===-1||f>-1&&t>f,m=i===-1||f>-1&&i>f,a=c>0,p=f>-1?o[f-1]!=="/":!o.endsWith("/"),d=!o.startsWith(".");return u&&a&&p&&d&&E&&P&&m},"isGitHubShorthand");return Ls=n((o,f,{gitHosts:c,protocols:i})=>{if(!o)return;const t=l(o)?`github:${o}`:o,r=e(t,i);if(!r)return;const s=c.byShortcut[r.protocol],u=c.byDomain[r.hostname.startsWith("www.")?r.hostname.slice(4):r.hostname],E=s||u;if(!E)return;const P=c[s||u];let m=null;i[r.protocol]?.auth&&(r.username||r.password)&&(m=`${r.username}${r.password?":"+r.password:""}`);let a=null,p=null,d=null,y=null;try{if(s){let T=r.pathname.startsWith("/")?r.pathname.slice(1):r.pathname;const g=T.indexOf("@");g>-1&&(T=T.slice(g+1));const Y=T.lastIndexOf("/");Y>-1?(p=decodeURIComponent(T.slice(0,Y)),p||(p=null),d=decodeURIComponent(T.slice(Y+1))):d=decodeURIComponent(T),d.endsWith(".git")&&(d=d.slice(0,-4)),r.hash&&(a=decodeURIComponent(r.hash.slice(1))),y="shortcut"}else{if(!P.protocols.includes(r.protocol))return;const T=P.extract(r);if(!T)return;p=T.user&&decodeURIComponent(T.user),d=decodeURIComponent(T.project),a=decodeURIComponent(T.committish),y=i[r.protocol]?.name||r.protocol.slice(0,-1)}}catch(T){if(T instanceof URIError)return;throw T}return[E,p,m,d,a,y,f]},"fromUrl"),Ls}n(zd,"requireFromUrl");var As,za;function Jd(){if(za)return As;za=1;const{LRUCache:e}=Kd(),l=Xd(),o=zd(),f=Ka(),c=new e({max:1e3});class i{static{n(this,"GitHost")}constructor(r,s,u,E,P,m,a={}){Object.assign(this,i.#e[r],{type:r,user:s,auth:u,project:E,committish:P,default:m,opts:a})}static#e={byShortcut:{},byDomain:{}};static#t={"git+ssh:":{name:"sshurl"},"ssh:":{name:"sshurl"},"git+https:":{name:"https",auth:!0},"git:":{auth:!0},"http:":{auth:!0},"https:":{auth:!0},"git+http:":{auth:!0}};static addHost(r,s){i.#e[r]=s,i.#e.byDomain[s.domain]=r,i.#e.byShortcut[`${r}:`]=r,i.#t[`${r}:`]={name:r}}static fromUrl(r,s){if(typeof r!="string")return;const u=r+JSON.stringify(s||{});if(!c.has(u)){const E=o(r,s,{gitHosts:i.#e,protocols:i.#t});c.set(u,E?new i(...E):void 0)}return c.get(u)}static parseUrl(r){return f(r)}#n(r,s){if(typeof r!="function")return null;const u={...this,...this.opts,...s};u.path||(u.path=""),u.path.startsWith("/")&&(u.path=u.path.slice(1)),u.noCommittish&&(u.committish=null);const E=r(u);return u.noGitPlus&&E.startsWith("git+")?E.slice(4):E}hash(){return this.committish?`#${this.committish}`:""}ssh(r){return this.#n(this.sshtemplate,r)}sshurl(r){return this.#n(this.sshurltemplate,r)}browse(r,...s){return typeof r!="string"?this.#n(this.browsetemplate,r):typeof s[0]!="string"?this.#n(this.browsetreetemplate,{...s[0],path:r}):this.#n(this.browsetreetemplate,{...s[1],fragment:s[0],path:r})}browseFile(r,...s){return typeof s[0]!="string"?this.#n(this.browseblobtemplate,{...s[0],path:r}):this.#n(this.browseblobtemplate,{...s[1],fragment:s[0],path:r})}docs(r){return this.#n(this.docstemplate,r)}bugs(r){return this.#n(this.bugstemplate,r)}https(r){return this.#n(this.httpstemplate,r)}git(r){return this.#n(this.gittemplate,r)}shortcut(r){return this.#n(this.shortcuttemplate,r)}path(r){return this.#n(this.pathtemplate,r)}tarball(r){return this.#n(this.tarballtemplate,{...r,noCommittish:!1})}file(r,s){return this.#n(this.filetemplate,{...s,path:r})}edit(r,s){return this.#n(this.edittemplate,{...s,path:r})}getDefaultRepresentation(){return this.default}toString(r){return this.default&&typeof this[this.default]=="function"?this[this.default](r):this.sshurl(r)}}for(const[t,r]of Object.entries(l))i.addHost(t,r);return As=i,As}n(Jd,"requireLib$3");var Cs,Ja;function Qd(){if(Ja)return Cs;Ja=1;var e="Function.prototype.bind called on incompatible ",l=Object.prototype.toString,o=Math.max,f="[object Function]",c=n(function(s,u){for(var E=[],P=0;P<s.length;P+=1)E[P]=s[P];for(var m=0;m<u.length;m+=1)E[m+s.length]=u[m];return E},"concatty"),i=n(function(s,u){for(var E=[],P=u,m=0;P<s.length;P+=1,m+=1)E[m]=s[P];return E},"slicy"),t=n(function(r,s){for(var u="",E=0;E<r.length;E+=1)u+=r[E],E+1<r.length&&(u+=s);return u},"joiny");return Cs=n(function(s){var u=this;if(typeof u!="function"||l.apply(u)!==f)throw new TypeError(e+u);for(var E=i(arguments,1),P,m=n(function(){if(this instanceof P){var T=u.apply(this,c(E,arguments));return Object(T)===T?T:this}return u.apply(s,c(E,arguments))},"binder"),a=o(0,u.length-E.length),p=[],d=0;d<a;d++)p[d]="$"+d;if(P=Function("binder","return function ("+t(p,",")+"){ return binder.apply(this,arguments); }")(m),u.prototype){var y=n(function(){},"Empty");y.prototype=u.prototype,P.prototype=new y,y.prototype=null}return P},"bind"),Cs}n(Qd,"requireImplementation");var Vs,Qa;function Zd(){if(Qa)return Vs;Qa=1;var e=Qd();return Vs=Function.prototype.bind||e,Vs}n(Zd,"requireFunctionBind");var Rs,Za;function eT(){if(Za)return Rs;Za=1;var e=Function.prototype.call,l=Object.prototype.hasOwnProperty,o=Zd();return Rs=o.call(e,l),Rs}n(eT,"requireHasown");var tT=!0,rT=">= 8",nT=">= 0.5 && < 0.9.7",iT=!0,sT=!0,oT=">= 0.5",aT=!0,uT=!0,lT=!0,cT=">= 1 && < 8",fT="< 8",pT=!0,ET=[">= 14.17 && < 15",">= 15.1"],dT=!0,TT=">= 0.7.12",PT=!0,mT="< 6",yT=!0,hT=">= 0.11.1",_T=">= 0.11.1",bT=">= 0.11.1",gT=">= 0.11.1",vT=">= 0.11.1",ST=">= 0.11.1",YT=!0,LT=">= 8.8",AT=!0,CT=">= 8",VT="< 8",RT=!0,OT=!0,wT=!0,MT=!0,UT=">= 8.5",IT=">= 1",xT=">= 0.5",DT=!0,FT=!0,kT=!0,jT=">= 0.11.5 && < 3",NT=">= 0.9.4",BT=">= 0.9.4",qT=">= 1.4.1",GT=">= 0.9.4",$T=">= 0.9.4",WT=">= 0.9.4",HT=!0,KT=!0,XT=[">= 0.4 && < 0.7",">= 0.8"],zT=!0,JT=">= 0.11.13",QT=">= 0.11.3 && < 10",ZT=">= 0.11.3",eP=!0,tP=">= 10",rP=!0,nP=!0,iP=!0,sP=">= 1",oP=!0,aP=[">= 13.4 && < 13.5",">= 18.17 && < 19",">= 20"],uP=">= 11.7",lP=">= 0.5",cP={assert:tT,"node:assert":[">= 14.18 && < 15",">= 16"],"assert/strict":">= 15","node:assert/strict":">= 16",async_hooks:rT,"node:async_hooks":[">= 14.18 && < 15",">= 16"],buffer_ieee754:nT,buffer:iT,"node:buffer":[">= 14.18 && < 15",">= 16"],child_process:sT,"node:child_process":[">= 14.18 && < 15",">= 16"],cluster:oT,"node:cluster":[">= 14.18 && < 15",">= 16"],console:aT,"node:console":[">= 14.18 && < 15",">= 16"],constants:uT,"node:constants":[">= 14.18 && < 15",">= 16"],crypto:lT,"node:crypto":[">= 14.18 && < 15",">= 16"],_debug_agent:cT,_debugger:fT,dgram:pT,"node:dgram":[">= 14.18 && < 15",">= 16"],diagnostics_channel:ET,"node:diagnostics_channel":[">= 14.18 && < 15",">= 16"],dns:dT,"node:dns":[">= 14.18 && < 15",">= 16"],"dns/promises":">= 15","node:dns/promises":">= 16",domain:TT,"node:domain":[">= 14.18 && < 15",">= 16"],events:PT,"node:events":[">= 14.18 && < 15",">= 16"],freelist:mT,fs:yT,"node:fs":[">= 14.18 && < 15",">= 16"],"fs/promises":[">= 10 && < 10.1",">= 14"],"node:fs/promises":[">= 14.18 && < 15",">= 16"],_http_agent:hT,"node:_http_agent":[">= 14.18 && < 15",">= 16"],_http_client:_T,"node:_http_client":[">= 14.18 && < 15",">= 16"],_http_common:bT,"node:_http_common":[">= 14.18 && < 15",">= 16"],_http_incoming:gT,"node:_http_incoming":[">= 14.18 && < 15",">= 16"],_http_outgoing:vT,"node:_http_outgoing":[">= 14.18 && < 15",">= 16"],_http_server:ST,"node:_http_server":[">= 14.18 && < 15",">= 16"],http:YT,"node:http":[">= 14.18 && < 15",">= 16"],http2:LT,"node:http2":[">= 14.18 && < 15",">= 16"],https:AT,"node:https":[">= 14.18 && < 15",">= 16"],inspector:CT,"node:inspector":[">= 14.18 && < 15",">= 16"],"inspector/promises":[">= 19"],"node:inspector/promises":[">= 19"],_linklist:VT,module:RT,"node:module":[">= 14.18 && < 15",">= 16"],net:OT,"node:net":[">= 14.18 && < 15",">= 16"],"node-inspect/lib/_inspect":">= 7.6 && < 12","node-inspect/lib/internal/inspect_client":">= 7.6 && < 12","node-inspect/lib/internal/inspect_repl":">= 7.6 && < 12",os:wT,"node:os":[">= 14.18 && < 15",">= 16"],path:MT,"node:path":[">= 14.18 && < 15",">= 16"],"path/posix":">= 15.3","node:path/posix":">= 16","path/win32":">= 15.3","node:path/win32":">= 16",perf_hooks:UT,"node:perf_hooks":[">= 14.18 && < 15",">= 16"],process:IT,"node:process":[">= 14.18 && < 15",">= 16"],punycode:xT,"node:punycode":[">= 14.18 && < 15",">= 16"],querystring:DT,"node:querystring":[">= 14.18 && < 15",">= 16"],readline:FT,"node:readline":[">= 14.18 && < 15",">= 16"],"readline/promises":">= 17","node:readline/promises":">= 17",repl:kT,"node:repl":[">= 14.18 && < 15",">= 16"],smalloc:jT,_stream_duplex:NT,"node:_stream_duplex":[">= 14.18 && < 15",">= 16"],_stream_transform:BT,"node:_stream_transform":[">= 14.18 && < 15",">= 16"],_stream_wrap:qT,"node:_stream_wrap":[">= 14.18 && < 15",">= 16"],_stream_passthrough:GT,"node:_stream_passthrough":[">= 14.18 && < 15",">= 16"],_stream_readable:$T,"node:_stream_readable":[">= 14.18 && < 15",">= 16"],_stream_writable:WT,"node:_stream_writable":[">= 14.18 && < 15",">= 16"],stream:HT,"node:stream":[">= 14.18 && < 15",">= 16"],"stream/consumers":">= 16.7","node:stream/consumers":">= 16.7","stream/promises":">= 15","node:stream/promises":">= 16","stream/web":">= 16.5","node:stream/web":">= 16.5",string_decoder:KT,"node:string_decoder":[">= 14.18 && < 15",">= 16"],sys:XT,"node:sys":[">= 14.18 && < 15",">= 16"],"test/reporters":">= 19.9 && < 20.2","node:test/reporters":[">= 18.17 && < 19",">= 19.9",">= 20"],"node:test":[">= 16.17 && < 17",">= 18"],timers:zT,"node:timers":[">= 14.18 && < 15",">= 16"],"timers/promises":">= 15","node:timers/promises":">= 16",_tls_common:JT,"node:_tls_common":[">= 14.18 && < 15",">= 16"],_tls_legacy:QT,_tls_wrap:ZT,"node:_tls_wrap":[">= 14.18 && < 15",">= 16"],tls:eP,"node:tls":[">= 14.18 && < 15",">= 16"],trace_events:tP,"node:trace_events":[">= 14.18 && < 15",">= 16"],tty:rP,"node:tty":[">= 14.18 && < 15",">= 16"],url:nP,"node:url":[">= 14.18 && < 15",">= 16"],util:iP,"node:util":[">= 14.18 && < 15",">= 16"],"util/types":">= 15.3","node:util/types":">= 16","v8/tools/arguments":">= 10 && < 12","v8/tools/codemap":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/consarray":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/csvparser":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/logreader":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/profile_view":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/splaytree":[">= 4.4 && < 5",">= 5.2 && < 12"],v8:sP,"node:v8":[">= 14.18 && < 15",">= 16"],vm:oP,"node:vm":[">= 14.18 && < 15",">= 16"],wasi:aP,"node:wasi":[">= 18.17 && < 19",">= 20"],worker_threads:uP,"node:worker_threads":[">= 14.18 && < 15",">= 16"],zlib:lP,"node:zlib":[">= 14.18 && < 15",">= 16"]},Os,eu;function fP(){if(eu)return Os;eu=1;var e=eT();function l(i,t){for(var r=i.split("."),s=t.split(" "),u=s.length>1?s[0]:"=",E=(s.length>1?s[1]:s[0]).split("."),P=0;P<3;++P){var m=parseInt(r[P]||0,10),a=parseInt(E[P]||0,10);if(m!==a)return u==="<"?m<a:u===">="?m>=a:!1}return u===">="}n(l,"specifierIncluded");function o(i,t){var r=t.split(/ ?&& ?/);if(r.length===0)return!1;for(var s=0;s<r.length;++s)if(!l(i,r[s]))return!1;return!0}n(o,"matchesRange");function f(i,t){if(typeof t=="boolean")return t;var r=typeof i>"u"?process.versions&&process.versions.node:i;if(typeof r!="string")throw new TypeError(typeof i>"u"?"Unable to determine current node version":"If provided, a valid node version is required");if(t&&typeof t=="object"){for(var s=0;s<t.length;++s)if(o(r,t[s]))return!0;return!1}return o(r,t)}n(f,"versionIncluded");var c=cP;return Os=n(function(t,r){return e(c,t)&&f(r,c[t])},"isCore"),Os}n(fP,"requireIsCoreModule");var ws,tu;function pP(){if(tu)return ws;tu=1,ws=e;function e(l){if(!l||l==="ERROR: No README data found!")return;l=l.trim().split(`
|
|
12
|
-
`);let o=0;for(;l[o]&&l[o].trim().match(/^(#|$)/);)o++;const f=l.length;let c=o+1;for(;c<f&&l[c].trim();)c++;return l.slice(o,c).join(" ").trim()}return n(e,"extractDescription"),ws}n(pP,"requireExtract_description");var EP={dependancies:"dependencies",dependecies:"dependencies",depdenencies:"dependencies",devEependencies:"devDependencies",depends:"dependencies","dev-dependencies":"devDependencies",devDependences:"devDependencies",devDepenencies:"devDependencies",devdependencies:"devDependencies",repostitory:"repository",repo:"repository",prefereGlobal:"preferGlobal",hompage:"homepage",hampage:"homepage",autohr:"author",autor:"author",contributers:"contributors",publicationConfig:"publishConfig",script:"scripts"},dP={web:"url",name:"url"},TP={server:"start",tests:"test"},PP={topLevel:EP,bugs:dP,script:TP},Ms,ru;function mP(){if(ru)return Ms;ru=1;var e=jd(),l=Nd(),o=Hd(),f=Jd(),c=fP(),i=["dependencies","devDependencies","optionalDependencies"],t=pP(),r=Ho,s=PP,u=n(h=>h.includes("@")&&h.indexOf("@")<h.lastIndexOf("."),"isEmail");Ms={warn:n(function(){},"warn"),fixRepositoryField:n(function(h){if(h.repositories&&(this.warn("repositories"),h.repository=h.repositories[0]),!h.repository)return this.warn("missingRepository");typeof h.repository=="string"&&(h.repository={type:"git",url:h.repository});var L=h.repository.url||"";if(L){var V=f.fromUrl(L);V&&(L=h.repository.url=V.getDefaultRepresentation()==="shortcut"?V.https():V.toString())}L.match(/github.com\/[^/]+\/[^/]+\.git\.git$/)&&this.warn("brokenGitUrl",L)},"fixRepositoryField"),fixTypos:n(function(h){Object.keys(s.topLevel).forEach(function(L){Object.prototype.hasOwnProperty.call(h,L)&&this.warn("typo",L,s.topLevel[L])},this)},"fixTypos"),fixScriptsField:n(function(h){if(h.scripts){if(typeof h.scripts!="object"){this.warn("nonObjectScripts"),delete h.scripts;return}Object.keys(h.scripts).forEach(function(L){typeof h.scripts[L]!="string"?(this.warn("nonStringScript"),delete h.scripts[L]):s.script[L]&&!h.scripts[s.script[L]]&&this.warn("typo",L,s.script[L],"scripts")},this)}},"fixScriptsField"),fixFilesField:n(function(h){var L=h.files;L&&!Array.isArray(L)?(this.warn("nonArrayFiles"),delete h.files):h.files&&(h.files=h.files.filter(function(V){return!V||typeof V!="string"?(this.warn("invalidFilename",V),!1):!0},this))},"fixFilesField"),fixBinField:n(function(h){if(h.bin&&typeof h.bin=="string"){var L={},V;(V=h.name.match(/^@[^/]+[/](.*)$/))?L[V[1]]=h.bin:L[h.name]=h.bin,h.bin=L}},"fixBinField"),fixManField:n(function(h){h.man&&typeof h.man=="string"&&(h.man=[h.man])},"fixManField"),fixBundleDependenciesField:n(function(h){var L="bundledDependencies",V="bundleDependencies";h[L]&&!h[V]&&(h[V]=h[L],delete h[L]),h[V]&&!Array.isArray(h[V])?(this.warn("nonArrayBundleDependencies"),delete h[V]):h[V]&&(h[V]=h[V].filter(function(O){return!O||typeof O!="string"?(this.warn("nonStringBundleDependency",O),!1):(h.dependencies||(h.dependencies={}),Object.prototype.hasOwnProperty.call(h.dependencies,O)||(this.warn("nonDependencyBundleDependency",O),h.dependencies[O]="*"),!0)},this))},"fixBundleDependenciesField"),fixDependencies:n(function(h,L){g(h,this.warn),y(h,this.warn),this.fixBundleDependenciesField(h),["dependencies","devDependencies"].forEach(function(V){if(V in h){if(!h[V]||typeof h[V]!="object"){this.warn("nonObjectDependencies",V),delete h[V];return}Object.keys(h[V]).forEach(function(O){var w=h[V][O];typeof w!="string"&&(this.warn("nonStringDependency",O,JSON.stringify(w)),delete h[V][O]);var k=f.fromUrl(h[V][O]);k&&(h[V][O]=k.toString())},this)}},this)},"fixDependencies"),fixModulesField:n(function(h){h.modules&&(this.warn("deprecatedModules"),delete h.modules)},"fixModulesField"),fixKeywordsField:n(function(h){typeof h.keywords=="string"&&(h.keywords=h.keywords.split(/,\s+/)),h.keywords&&!Array.isArray(h.keywords)?(delete h.keywords,this.warn("nonArrayKeywords")):h.keywords&&(h.keywords=h.keywords.filter(function(L){return typeof L!="string"||!L?(this.warn("nonStringKeyword"),!1):!0},this))},"fixKeywordsField"),fixVersionField:n(function(h,L){var V=!L;if(!h.version)return h.version="",!0;if(!e(h.version,V))throw new Error('Invalid version: "'+h.version+'"');return h.version=l(h.version,V),!0},"fixVersionField"),fixPeople:n(function(h){a(h,p),a(h,d)},"fixPeople"),fixNameField:n(function(h,L){typeof L=="boolean"?L={strict:L}:typeof L>"u"&&(L={});var V=L.strict;if(!h.name&&!V){h.name="";return}if(typeof h.name!="string")throw new Error("name field must be a string.");V||(h.name=h.name.trim()),m(h.name,V,L.allowLegacyCase),c(h.name)&&this.warn("conflictingName",h.name)},"fixNameField"),fixDescriptionField:n(function(h){h.description&&typeof h.description!="string"&&(this.warn("nonStringDescription"),delete h.description),h.readme&&!h.description&&(h.description=t(h.readme)),h.description===void 0&&delete h.description,h.description||this.warn("missingDescription")},"fixDescriptionField"),fixReadmeField:n(function(h){h.readme||(this.warn("missingReadme"),h.readme="ERROR: No README data found!")},"fixReadmeField"),fixBugsField:n(function(h){if(!h.bugs&&h.repository&&h.repository.url){var L=f.fromUrl(h.repository.url);L&&L.bugs()&&(h.bugs={url:L.bugs()})}else if(h.bugs){if(typeof h.bugs=="string")u(h.bugs)?h.bugs={email:h.bugs}:r.parse(h.bugs).protocol?h.bugs={url:h.bugs}:this.warn("nonEmailUrlBugsString");else{Y(h.bugs,this.warn);var V=h.bugs;h.bugs={},V.url&&(typeof V.url=="string"&&r.parse(V.url).protocol?h.bugs.url=V.url:this.warn("nonUrlBugsUrlField")),V.email&&(typeof V.email=="string"&&u(V.email)?h.bugs.email=V.email:this.warn("nonEmailBugsEmailField"))}!h.bugs.email&&!h.bugs.url&&(delete h.bugs,this.warn("emptyNormalizedBugs"))}},"fixBugsField"),fixHomepageField:n(function(h){if(!h.homepage&&h.repository&&h.repository.url){var L=f.fromUrl(h.repository.url);L&&L.docs()&&(h.homepage=L.docs())}if(h.homepage){if(typeof h.homepage!="string")return this.warn("nonUrlHomepage"),delete h.homepage;r.parse(h.homepage).protocol||(h.homepage="http://"+h.homepage)}},"fixHomepageField"),fixLicenseField:n(function(h){const L=h.license||h.licence;if(!L)return this.warn("missingLicense");if(typeof L!="string"||L.length<1||L.trim()==="")return this.warn("invalidLicense");if(!o(L).validForNewPackages)return this.warn("invalidLicense")},"fixLicenseField")};function E(h){if(h.charAt(0)!=="@")return!1;var L=h.slice(1).split("/");return L.length!==2?!1:L[0]&&L[1]&&L[0]===encodeURIComponent(L[0])&&L[1]===encodeURIComponent(L[1])}n(E,"isValidScopedPackageName");function P(h){return!h.match(/[/@\s+%:]/)&&h===encodeURIComponent(h)}n(P,"isCorrectlyEncodedName");function m(h,L,V){if(h.charAt(0)==="."||!(E(h)||P(h))||L&&!V&&h!==h.toLowerCase()||h.toLowerCase()==="node_modules"||h.toLowerCase()==="favicon.ico")throw new Error("Invalid name: "+JSON.stringify(h))}n(m,"ensureValidName");function a(h,L){return h.author&&(h.author=L(h.author)),["maintainers","contributors"].forEach(function(V){Array.isArray(h[V])&&(h[V]=h[V].map(L))}),h}n(a,"modifyPeople");function p(h){if(typeof h=="string")return h;var L=h.name||"",V=h.url||h.web,O=V?" ("+V+")":"",w=h.email||h.mail,k=w?" <"+w+">":"";return L+k+O}n(p,"unParsePerson");function d(h){if(typeof h!="string")return h;var L=h.match(/^([^(<]+)/),V=h.match(/\(([^()]+)\)/),O=h.match(/<([^<>]+)>/),w={};return L&&L[0].trim()&&(w.name=L[0].trim()),O&&(w.email=O[1]),V&&(w.url=V[1]),w}n(d,"parsePerson");function y(h,L){var V=h.optionalDependencies;if(V){var O=h.dependencies||{};Object.keys(V).forEach(function(w){O[w]=V[w]}),h.dependencies=O}}n(y,"addOptionalDepsToDeps");function T(h,L,V){if(!h)return{};if(typeof h=="string"&&(h=h.trim().split(/[\n\r\s\t ,]+/)),!Array.isArray(h))return h;V("deprecatedArrayDependencies",L);var O={};return h.filter(function(w){return typeof w=="string"}).forEach(function(w){w=w.trim().split(/(:?[@\s><=])/);var k=w.shift(),j=w.join("");j=j.trim(),j=j.replace(/^@/,""),O[k]=j}),O}n(T,"depObjectify");function g(h,L){i.forEach(function(V){h[V]&&(h[V]=T(h[V],V,L))})}n(g,"objectifyDeps");function Y(h,L){h&&Object.keys(h).forEach(function(V){s.bugs[V]&&(L("typo",V,s.bugs[V],"bugs"),h[s.bugs[V]]=h[V],delete h[V])})}return n(Y,"bugsTypos"),Ms}n(mP,"requireFixer");var yP="'repositories' (plural) Not supported. Please pick one as the 'repository' field",hP="No repository field.",_P="Probably broken git url: %s",bP="scripts must be an object",gP="script values must be string commands",vP="Invalid 'files' member",SP="Invalid filename in 'files' list: %s",YP="Invalid 'bundleDependencies' list. Must be array of package names",LP="Invalid bundleDependencies member: %s",AP="Non-dependency in bundleDependencies: %s",CP="%s field must be an object",VP="Invalid dependency: %s %s",RP="specifying %s as array is deprecated",OP="modules field is deprecated",wP="keywords should be an array of strings",MP="keywords should be an array of strings",UP="%s is also the name of a node core module.",IP="'description' field should be a string",xP="No description",DP="No README data",FP="No license field.",kP="Bug string field must be url, email, or {email,url}",jP="bugs.url field must be a string url. Deleted.",NP="bugs.email field must be a string email. Deleted.",BP="Normalized value of bugs field is an empty object. Deleted.",qP="homepage field must be a string url. Deleted.",GP="license should be a valid SPDX license expression",$P="%s should probably be %s.",WP={repositories:yP,missingRepository:hP,brokenGitUrl:_P,nonObjectScripts:bP,nonStringScript:gP,nonArrayFiles:vP,invalidFilename:SP,nonArrayBundleDependencies:YP,nonStringBundleDependency:LP,nonDependencyBundleDependency:AP,nonObjectDependencies:CP,nonStringDependency:VP,deprecatedArrayDependencies:RP,deprecatedModules:OP,nonArrayKeywords:wP,nonStringKeyword:MP,conflictingName:UP,nonStringDescription:IP,missingDescription:xP,missingReadme:DP,missingLicense:FP,nonEmailUrlBugsString:kP,nonUrlBugsUrlField:jP,nonEmailBugsEmailField:NP,emptyNormalizedBugs:BP,nonUrlHomepage:qP,invalidLicense:GP,typo:$P},Us,nu;function HP(){if(nu)return Us;nu=1;var e=JE,l=WP;Us=n(function(){var f=Array.prototype.slice.call(arguments,0),c=f.shift();if(c==="typo")return o.apply(null,f);var i=l[c]?l[c]:c+": '%s'";return f.unshift(i),e.format.apply(null,f)},"make_warning");function o(f,c,i){return i&&(f=i+"['"+f+"']",c=i+"['"+c+"']"),e.format(l.typo,f,c)}return n(o,"makeTypoWarning"),Us}n(HP,"requireMake_warning");var Is,iu;function KP(){if(iu)return Is;iu=1,Is=i;var e=mP();i.fixer=e;var l=HP(),o=["name","version","description","repository","modules","scripts","files","bin","man","bugs","keywords","readme","homepage","license"],f=["dependencies","people","typos"],c=o.map(function(r){return t(r)+"Field"});c=c.concat(f);function i(r,s,u){s===!0&&(s=null,u=!0),u||(u=!1),(!s||r.private)&&(s=n(function(E){},"warn")),r.scripts&&r.scripts.install==="node-gyp rebuild"&&!r.scripts.preinstall&&(r.gypfile=!0),e.warn=function(){s(l.apply(null,arguments))},c.forEach(function(E){e["fix"+t(E)](r,u)}),r._id=r.name+"@"+r.version}n(i,"normalize");function t(r){return r.charAt(0).toUpperCase()+r.slice(1)}return n(t,"ucFirst"),Is}n(KP,"requireNormalize");var XP=KP(),zP=Td(XP);function JP(e){return e instanceof URL?Bo.fileURLToPath(e):e}n(JP,"toPath");const QP=n(e=>$o.resolve(JP(e)??".","package.json"),"getPackagePath"),ZP=n((e,l)=>{const o=typeof e=="string"?Id(e):e;return l&&zP(o),o},"_readPackage");function em({cwd:e,normalize:l=!0}={}){const o=yi.readFileSync(QP(e),"utf8");return ZP(o,l)}n(em,"readPackageSync");function tm(e){const l=Wo.findUpSync("package.json",e);if(l)return{packageJson:em({...e,cwd:$o.dirname(l)}),path:l}}n(tm,"readPackageUpSync");const xs="js,ts,mjs,cjs,mts,cts",rm=n(()=>{const e=Wo.findUpSync(".nvmrc");if(e){let l=yi.readFileSync(e,"utf8");return l=l.trim(),l.startsWith("v")&&(l=l.slice(1)),l}return"18.19.0"},"getNodeVersion"),su=tm(),nm=su&&"bin"in su.packageJson,[bi,Ds,Fs]=Go.configs["flat/mixed-esm-and-cjs"],ks={"n/no-missing-import":"off","n/no-missing-require":"off","n/no-extraneous-import":"off"},js=F({...bi,files:[...bi.files,"**/*.ts"],languageOptions:{...bi.languageOptions,sourceType:"module"},rules:{...bi.rules,...ks}}),im=F({...Ds,files:[...Ds.files,"**/*.mts"],rules:{...Ds.rules,...ks}}),sm=F({...Fs,files:[...Fs.files,"**/*.cts"],rules:{...Fs.rules,...ks}}),om=n((e={})=>{const l=[F({plugins:{n:Go},settings:{node:{version:`>=${rm()}`}}}),sm];return e?.node&&l.push(js,im,F({files:e.node===!0?[`**/*.{${xs}}`]:e.node,rules:{"n/global-require":"error","n/no-mixed-requires":["error",{allowCall:!0,grouping:!0}],"n/no-new-require":"error","n/no-path-concat":"error","n/prefer-global/buffer":["error","always"],"n/prefer-global/console":["error","always"],"n/prefer-global/process":["error","always"],"n/prefer-global/text-decoder":["error","always"],"n/prefer-global/text-encoder":["error","always"],"n/prefer-global/url":["error","always"],"n/prefer-global/url-search-params":["error","always"],"n/prefer-promises/dns":"error","n/prefer-promises/fs":"error","n/no-unsupported-features/node-builtins":"warn","n/prefer-node-protocol":"error"}}),F({files:[es],rules:{"n/global-require":"off"}})),nm&&l.push(F({...js,files:[`**/cli.{${xs}}`,`**/cli/**/*.{${xs}}`],rules:{...js.rules,"n/no-process-exit":"off"}})),l},"node"),am=F({files:Ke,plugins:{promise:Ko},rules:{...Ko.configs.recommended.rules,"promise/always-return":"off","promise/catch-or-return":["error",{allowThen:!0}]}}),um=he("jest")?F({files:["**/{test,tests}/*"],languageOptions:{globals:mi.jest}}):void 0,lm=n(()=>[...QE.configs.processor,F({files:["**/*.md"],language:"markdown/gfm",rules:{"markdown/no-missing-label-refs":"off","markdown/heading-increment":"off"}}),F({files:["**/*.md/*.{js,jsx,ts,tsx,vue}"],rules:{"import-x/extensions":"off","import-x/no-extraneous-dependencies":"off","import-x/no-unresolved":"off","no-console":"off","no-new":"off","no-empty-function":"off","no-useless-constructor":"off","no-undef":"off","n/hashbang":"off","n/global-require":"off","no-unused-expressions":"off","unicorn/filename-case":"off","unicorn/no-array-reduce":"off","unicorn/prefer-object-from-entries":"off","unicorn/no-anonymous-default-export":"off","unicorn/no-array-callback-reference":"off","@stylistic/indent":["error",4],"@stylistic/semi":["error","never"],"@stylistic/comma-dangle":["error","never"]}}),F({files:["**/*.md/*.{js,jsx,vue}"],rules:{"no-unused-vars":"warn"}}),F({files:["**/*.md/*.{jsx,tsx}"],rules:{"react/jsx-indent-props":["error",4],"react/jsx-no-undef":"off","react/react-in-jsx-scope":"off"}}),F({files:["**/*.md/*.vue"],rules:{"vue/html-indent":["error",4],"vue/no-undef-components":"warn","vue/require-v-for-key":"off"}}),F({files:["**/*.md/*.{ts,tsx}"],rules:{"@stylistic/member-delimiter-style":["error",{multiline:{delimiter:"none",requireLast:!1},multilineDetection:"brackets",singleline:{delimiter:"semi",requireLast:!1}}],"@typescript-eslint/no-unused-vars":"warn","@typescript-eslint/no-unused-expressions":"warn"}}),F({files:["**/*.md/*.{json,json5}"],rules:{"jsonc/indent":["error",4],"jsonc/object-curly-newline":["error",{consistent:!0}]}})],"markdown"),ou=n((e,l)=>Object.fromEntries(l.map(o=>[o,e[o]])),"pick"),cm="**/.vscode/*.json",au=["**/tsconfig.json","**/tsconfig.*.json","**/tsconfig-*.json"],uu=["**/project.json","**/nx.json"],lu=[cm,...au,...uu],Ns=ou(Zi[1].rules["@stylistic/comma-dangle"][1],["arrays","objects"]),gi=ZE.configs,Bs=gi["recommended-with-jsonc"].rules,fm=F([...gi["flat/base"],{files:["**/*.json"],ignores:lu,rules:gi["recommended-with-json"].rules},{files:["**/*.jsonc",...lu],rules:{...Bs,"jsonc/comma-dangle":["error",Ns]}},{files:["**/*.json5"],rules:{...gi["recommended-with-json5"].rules,"jsonc/comma-dangle":["error",Ns]}},{files:["**/*.{json,json5,jsonc}"],rules:{"jsonc/indent":["error","tab"],"jsonc/key-spacing":["error",{afterColon:!0,beforeColon:!1,mode:"strict"}],"jsonc/object-curly-newline":["error",{minProperties:1}],"jsonc/object-curly-spacing":["error","always"],"jsonc/object-property-newline":"error","jsonc/array-bracket-newline":["error",{minItems:1}],"jsonc/array-bracket-spacing":["error","never"],"jsonc/array-element-newline":["error","always"],"eol-last":"error",...ou(Zi[1].rules,["@stylistic/no-trailing-spaces","@stylistic/no-multiple-empty-lines"])}},{files:["**/package.json"],rules:{"jsonc/sort-keys":["error",{pathPattern:"^$",order:["name","version","description","keywords","license","repository","funding","author","private","publishConfig","files","type","bin","main","module","types","typings","exports","imports","unpkg","packageManager","scripts","husky","simple-git-hooks","lint-staged","engines","dependencies","optionalDependencies","peerDependencies","peerDependenciesMeta","devDependencies","overrides","bundledDependencies","bundleDependencies","eslintConfig","generators"]},{pathPattern:"^(?:dev|peer|optional|bundled)?[Dd]ependencies(Meta)?$",order:{type:"asc"}}]}},{files:au,rules:{...Bs,"jsonc/comma-dangle":["error",Ns],"jsonc/sort-keys":["error",{pathPattern:"^$",order:["extends","compilerOptions","references","files","include","exclude"]},{pathPattern:"^compilerOptions$",order:["incremental","composite","tsBuildInfoFile","disableSourceOfProjectReferenceRedirect","disableSolutionSearching","disableReferencedProjectLoad","target","jsx","jsxFactory","jsxFragmentFactory","jsxImportSource","lib","moduleDetection","noLib","reactNamespace","useDefineForClassFields","emitDecoratorMetadata","experimentalDecorators","rootDir","rootDirs","module","moduleResolution","moduleSuffixes","customConditions","noResolve","baseUrl","paths","resolveJsonModule","resolvePackageJsonExports","resolvePackageJsonImports","typeRoots","types","allowArbitraryExtensions","allowImportingTsExtensions","allowUmdGlobalAccess","allowJs","checkJs","maxNodeModuleJsDepth","strict","strictBindCallApply","strictFunctionTypes","strictNullChecks","strictPropertyInitialization","allowUnreachableCode","allowUnusedLabels","alwaysStrict","exactOptionalPropertyTypes","noFallthroughCasesInSwitch","noImplicitAny","noImplicitOverride","noImplicitReturns","noImplicitThis","noPropertyAccessFromIndexSignature","noUncheckedIndexedAccess","noUnusedLocals","noUnusedParameters","useUnknownInCatchVariables","declaration","declarationDir","declarationMap","downlevelIteration","emitBOM","emitDeclarationOnly","importHelpers","importsNotUsedAsValues","inlineSourceMap","inlineSources","mapRoot","newLine","noEmit","noEmitHelpers","noEmitOnError","outDir","outFile","preserveConstEnums","preserveValueImports","removeComments","sourceMap","sourceRoot","stripInternal","allowSyntheticDefaultImports","esModuleInterop","forceConsistentCasingInFileNames","isolatedModules","preserveSymlinks","verbatimModuleSyntax","skipDefaultLibCheck","skipLibCheck"]}]}},{files:uu,rules:{...Bs,"jsonc/sort-keys":["error",{pathPattern:"^$",order:["$schema","name","metadata","projectType","root","sourceRoot","generators","namedInputs","tags","implicitDependencies","release","targets"]},{pathPattern:"^targets$",order:{type:"asc"}}]}}]),pm=F({files:["**/*.{yml,yaml}"],plugins:{yml:Ki},languageOptions:{parser:ed},rules:{...Ki.configs.base.rules,...Ki.configs.standard.rules,"yml/no-empty-mapping-value":"off"}}),Em=[F({plugins:{"no-use-extend-native":Xo},rules:Xo.configs.recommended.rules})],dm=n(e=>{const l={i:!0,j:!0},o={args:!1,dev:!1,dist:!1,env:!1,pkg:!1,prop:!1,props:!1,params:!1,ref:!1,src:!1};if(e?.allowAbbreviations){const{allowAbbreviations:f}=e;if(f.exactWords)for(const c of f.exactWords)l[c]=!0;if(f.substrings)for(const c of f.substrings)o[c]=!1}return[F({files:Ke,plugins:{unicorn:zo},rules:{...zo.configs["flat/recommended"].rules,"unicorn/better-regex":"off","unicorn/consistent-function-scoping":"off","unicorn/no-array-for-each":"off","unicorn/no-for-loop":"off","unicorn/no-new-buffer":"off","unicorn/no-null":"off","unicorn/no-process-exit":"off","unicorn/prefer-export-from":["off",{ignoreUsedVariables:!0}],"unicorn/prefer-json-parse-buffer":"off","unicorn/prefer-module":"off","unicorn/prefer-node-protocol":"off","unicorn/prefer-spread":"off","unicorn/prefer-ternary":"off","unicorn/prefer-top-level-await":"off","unicorn/prevent-abbreviations":["error",{allowList:l,replacements:o}],"unicorn/template-indent":"off","unicorn/no-abusive-eslint-disable":"off"}}),F({files:["**/*.d.ts"],rules:{"unicorn/prevent-abbreviations":"off"}})]},"unicorn"),Tm=td.getTsconfig(),cu=Tm?.config.compilerOptions?.jsx,fu=cu==="react-jsx"||cu==="react-jsxdev",Pm=F({files:["**/*.{jsx,tsx}"],plugins:{react:He,"react-hooks":Jo},languageOptions:{parserOptions:fu?He.configs["jsx-runtime"].parserOptions:He.configs.recommended.parserOptions},settings:{react:{version:"detect"}},rules:{...He.configs.recommended.rules,...fu?He.configs["jsx-runtime"].rules:{},...Jo.configs.recommended.rules,"@stylistic/jsx-quotes":["error","prefer-double"],"react/jsx-indent-props":["error","tab"],"react/jsx-max-props-per-line":["error",{maximum:1}],"unicorn/filename-case":["error",{case:"pascalCase",ignore:[String.raw`\.spec\.tsx$`]}]}}),mm={...Re.configs.base.rules,...Re.configs["vue3-essential"].rules,...Re.configs["vue3-strongly-recommended"].rules,...Re.configs["vue3-recommended"].rules},ym=n(()=>he("unplugin-auto-import")?Object.fromEntries(["vue","vue-router","@vueuse/core","@vueuse/head"].flatMap(e=>he(e)?id(e).map(l=>[l,"readonly"]):[])):{},"detectAutoImport"),hm=n(()=>{const e=[];he("vitepress")&&e.push("content","client-only","outbound-link");const l="./src/components";if(he("unplugin-vue-components")&&yi.existsSync(l)){const f=yi.readdirSync(l).filter(c=>c.endsWith(".vue")).map(c=>c.replace(".vue",""));e.push(...f)}return he("unplugin-icons")&&e.push("icon-*"),e},"detectAutoImportComponents"),_m=F({files:["**/*.vue"],processor:Re.processors[".vue"],languageOptions:{globals:{...mi.browser,...Re.environments["setup-compiler-macros"].globals,...ym()},parser:rd,parserOptions:{parser:{ts:"@typescript-eslint/parser"}}}}),bm=F({files:["**/*.vue"],plugins:{vue:Re},rules:{...mm,"unicorn/filename-case":["error",{case:"pascalCase"}],"vue/html-indent":["error","tab"],"vue/multi-word-component-names":"off","vue/no-undef-components":["error",{ignorePatterns:["router-view","router-link",...hm()]}],"vue/comment-directive":["error",{reportUnusedDisableDirectives:!0}],"vue/component-tags-order":"off","vue/block-order":["error",{order:["script[setup]",["script","template"],"style"]}]}});var gm="lintroll",vm="1.15.0",Oe={},Qe={},Ze={},H={},qs={},je={},pu;function Sm(){if(pu)return je;pu=1,Object.defineProperty(je,"__esModule",{value:!0});const e={ArrayExpression:["elements"],ArrayPattern:["elements"],ArrowFunctionExpression:["params","body"],AssignmentExpression:["left","right"],AssignmentPattern:["left","right"],AwaitExpression:["argument"],BinaryExpression:["left","right"],BlockStatement:["body"],BreakStatement:["label"],CallExpression:["callee","arguments"],CatchClause:["param","body"],ChainExpression:["expression"],ClassBody:["body"],ClassDeclaration:["id","superClass","body"],ClassExpression:["id","superClass","body"],ConditionalExpression:["test","consequent","alternate"],ContinueStatement:["label"],DebuggerStatement:[],DoWhileStatement:["body","test"],EmptyStatement:[],ExperimentalRestProperty:["argument"],ExperimentalSpreadProperty:["argument"],ExportAllDeclaration:["exported","source"],ExportDefaultDeclaration:["declaration"],ExportNamedDeclaration:["declaration","specifiers","source"],ExportSpecifier:["exported","local"],ExpressionStatement:["expression"],ForInStatement:["left","right","body"],ForOfStatement:["left","right","body"],ForStatement:["init","test","update","body"],FunctionDeclaration:["id","params","body"],FunctionExpression:["id","params","body"],Identifier:[],IfStatement:["test","consequent","alternate"],ImportDeclaration:["specifiers","source"],ImportDefaultSpecifier:["local"],ImportExpression:["source"],ImportNamespaceSpecifier:["local"],ImportSpecifier:["imported","local"],JSXAttribute:["name","value"],JSXClosingElement:["name"],JSXClosingFragment:[],JSXElement:["openingElement","children","closingElement"],JSXEmptyExpression:[],JSXExpressionContainer:["expression"],JSXFragment:["openingFragment","children","closingFragment"],JSXIdentifier:[],JSXMemberExpression:["object","property"],JSXNamespacedName:["namespace","name"],JSXOpeningElement:["name","attributes"],JSXOpeningFragment:[],JSXSpreadAttribute:["argument"],JSXSpreadChild:["expression"],JSXText:[],LabeledStatement:["label","body"],Literal:[],LogicalExpression:["left","right"],MemberExpression:["object","property"],MetaProperty:["meta","property"],MethodDefinition:["key","value"],NewExpression:["callee","arguments"],ObjectExpression:["properties"],ObjectPattern:["properties"],PrivateIdentifier:[],Program:["body"],Property:["key","value"],PropertyDefinition:["key","value"],RestElement:["argument"],ReturnStatement:["argument"],SequenceExpression:["expressions"],SpreadElement:["argument"],StaticBlock:["body"],Super:[],SwitchCase:["test","consequent"],SwitchStatement:["discriminant","cases"],TaggedTemplateExpression:["tag","quasi"],TemplateElement:[],TemplateLiteral:["quasis","expressions"],ThisExpression:[],ThrowStatement:["argument"],TryStatement:["block","handler","finalizer"],UnaryExpression:["argument"],UpdateExpression:["argument"],VariableDeclaration:["declarations"],VariableDeclarator:["id","init"],WhileStatement:["test","body"],WithStatement:["object","body"],YieldExpression:["argument"]},l=Object.keys(e);for(const t of l)Object.freeze(e[t]);Object.freeze(e);const o=new Set(["parent","leadingComments","trailingComments"]);function f(t){return!o.has(t)&&t[0]!=="_"}n(f,"filterKey");function c(t){return Object.keys(t).filter(f)}n(c,"getKeys");function i(t){const r=Object.assign({},e);for(const s of Object.keys(t))if(Object.prototype.hasOwnProperty.call(r,s)){const u=new Set(t[s]);for(const E of r[s])u.add(E);r[s]=Object.freeze(Array.from(u))}else r[s]=Object.freeze(Array.from(t[s]));return Object.freeze(r)}return n(i,"unionWith"),je.KEYS=e,je.getKeys=c,je.unionWith=i,je}n(Sm,"requireEslintVisitorKeys$1");var Eu;function et(){return Eu||(Eu=1,function(e){Object.defineProperty(e,"__esModule",{value:!0});var l=Sm();function o(b,v){const _=v.range[0];let S=b,C=!1;do{C=!1;for(const A of S.childScopes){const M=A.block.range;if(M[0]<=_&&_<M[1]){S=A,C=!0;break}}}while(C);return S}n(o,"getInnermostScope");function f(b,v){let _="",S=b;for(typeof v=="string"?_=v:(_=v.name,S=o(S,v));S!=null;){const C=S.set.get(_);if(C!=null)return C;S=S.upper}return null}n(f,"findVariable");function c(b){return v=>!b(v)}n(c,"negate");function i(b,v){return b.type==="Punctuator"&&b.value===v}n(i,"isPunctuatorTokenWithValue");function t(b){return i(b,"=>")}n(t,"isArrowToken");function r(b){return i(b,",")}n(r,"isCommaToken");function s(b){return i(b,";")}n(s,"isSemicolonToken");function u(b){return i(b,":")}n(u,"isColonToken");function E(b){return i(b,"(")}n(E,"isOpeningParenToken");function P(b){return i(b,")")}n(P,"isClosingParenToken");function m(b){return i(b,"[")}n(m,"isOpeningBracketToken");function a(b){return i(b,"]")}n(a,"isClosingBracketToken");function p(b){return i(b,"{")}n(p,"isOpeningBraceToken");function d(b){return i(b,"}")}n(d,"isClosingBraceToken");function y(b){return["Block","Line","Shebang"].includes(b.type)}n(y,"isCommentToken");const T=c(t),g=c(r),Y=c(s),h=c(u),L=c(E),V=c(P),O=c(m),w=c(a),k=c(p),j=c(d),D=c(y);function B(b,v){return b.id?v.getTokenAfter(b.id,E):v.getFirstToken(b,E)}n(B,"getOpeningParenOfParams");function x(b,v){const _=b.parent;let S=null,C=null;if(b.type==="ArrowFunctionExpression"){const A=v.getTokenBefore(b.body,t);S=A.loc.start,C=A.loc.end}else _.type==="Property"||_.type==="MethodDefinition"||_.type==="PropertyDefinition"?(S=_.loc.start,C=B(b,v).loc.start):(S=b.loc.start,C=B(b,v).loc.start);return{start:{...S},end:{...C}}}n(x,"getFunctionHeadLocation");const W=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof ia<"u"?ia:{},J=Object.freeze(new Set(["Array","ArrayBuffer","BigInt","BigInt64Array","BigUint64Array","Boolean","DataView","Date","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","Float32Array","Float64Array","Function","Infinity","Int16Array","Int32Array","Int8Array","isFinite","isNaN","isPrototypeOf","JSON","Map","Math","NaN","Number","Object","parseFloat","parseInt","Promise","Proxy","Reflect","RegExp","Set","String","Symbol","Uint16Array","Uint32Array","Uint8Array","Uint8ClampedArray","undefined","unescape","WeakMap","WeakSet"])),G=new Set([Array.isArray,Array.of,Array.prototype.at,Array.prototype.concat,Array.prototype.entries,Array.prototype.every,Array.prototype.filter,Array.prototype.find,Array.prototype.findIndex,Array.prototype.flat,Array.prototype.includes,Array.prototype.indexOf,Array.prototype.join,Array.prototype.keys,Array.prototype.lastIndexOf,Array.prototype.slice,Array.prototype.some,Array.prototype.toString,Array.prototype.values,typeof BigInt=="function"?BigInt:void 0,Boolean,Date,Date.parse,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,escape,isFinite,isNaN,isPrototypeOf,Map,Map.prototype.entries,Map.prototype.get,Map.prototype.has,Map.prototype.keys,Map.prototype.values,...Object.getOwnPropertyNames(Math).filter(b=>b!=="random").map(b=>Math[b]).filter(b=>typeof b=="function"),Number,Number.isFinite,Number.isNaN,Number.parseFloat,Number.parseInt,Number.prototype.toExponential,Number.prototype.toFixed,Number.prototype.toPrecision,Number.prototype.toString,Object,Object.entries,Object.is,Object.isExtensible,Object.isFrozen,Object.isSealed,Object.keys,Object.values,parseFloat,parseInt,RegExp,Set,Set.prototype.entries,Set.prototype.has,Set.prototype.keys,Set.prototype.values,String,String.fromCharCode,String.fromCodePoint,String.raw,String.prototype.at,String.prototype.charAt,String.prototype.charCodeAt,String.prototype.codePointAt,String.prototype.concat,String.prototype.endsWith,String.prototype.includes,String.prototype.indexOf,String.prototype.lastIndexOf,String.prototype.normalize,String.prototype.padEnd,String.prototype.padStart,String.prototype.slice,String.prototype.startsWith,String.prototype.substr,String.prototype.substring,String.prototype.toLowerCase,String.prototype.toString,String.prototype.toUpperCase,String.prototype.trim,String.prototype.trimEnd,String.prototype.trimLeft,String.prototype.trimRight,String.prototype.trimStart,Symbol.for,Symbol.keyFor,unescape].filter(b=>typeof b=="function")),X=new Set([Object.freeze,Object.preventExtensions,Object.seal]),Q=[[Map,new Set(["size"])],[RegExp,new Set(["dotAll","flags","global","hasIndices","ignoreCase","multiline","source","sticky","unicode"])],[Set,new Set(["size"])]];function Z(b,v){let _=b;for(;(typeof _=="object"||typeof _=="function")&&_!==null;){const S=Object.getOwnPropertyDescriptor(_,v);if(S)return S;_=Object.getPrototypeOf(_)}return null}n(Z,"getPropertyDescriptor");function Le(b,v){const _=Z(b,v);return _!=null&&_.get!=null}n(Le,"isGetter");function le(b,v){const _=[];for(let S=0;S<b.length;++S){const C=b[S];if(C==null)_.length=S+1;else if(C.type==="SpreadElement"){const A=$(C.argument,v);if(A==null)return null;_.push(...A.value)}else{const A=$(C,v);if(A==null)return null;_.push(A.value)}}return _}n(le,"getElementValues");function Ie(b){const v=b.references,_=v.filter(C=>C.init).length,S=v.filter(C=>C.isReadOnly()).length;return _===1&&S+_===v.length}n(Ie,"isEffectivelyConst");const ui=Object.freeze({ArrayExpression(b,v){const _=le(b.elements,v);return _!=null?{value:_}:null},AssignmentExpression(b,v){return b.operator==="="?$(b.right,v):null},BinaryExpression(b,v){if(b.operator==="in"||b.operator==="instanceof")return null;const _=$(b.left,v),S=$(b.right,v);if(_!=null&&S!=null)switch(b.operator){case"==":return{value:_.value==S.value};case"!=":return{value:_.value!=S.value};case"===":return{value:_.value===S.value};case"!==":return{value:_.value!==S.value};case"<":return{value:_.value<S.value};case"<=":return{value:_.value<=S.value};case">":return{value:_.value>S.value};case">=":return{value:_.value>=S.value};case"<<":return{value:_.value<<S.value};case">>":return{value:_.value>>S.value};case">>>":return{value:_.value>>>S.value};case"+":return{value:_.value+S.value};case"-":return{value:_.value-S.value};case"*":return{value:_.value*S.value};case"/":return{value:_.value/S.value};case"%":return{value:_.value%S.value};case"**":return{value:_.value**S.value};case"|":return{value:_.value|S.value};case"^":return{value:_.value^S.value};case"&":return{value:_.value&S.value}}return null},CallExpression(b,v){const _=b.callee,S=le(b.arguments,v);if(S!=null)if(_.type==="MemberExpression"){if(_.property.type==="PrivateIdentifier")return null;const C=$(_.object,v);if(C!=null){if(C.value==null&&(C.optional||b.optional))return{value:void 0,optional:!0};const A=$e(_,v);if(A!=null){const M=C.value,N=A.value;if(G.has(M[N]))return{value:M[N](...S)};if(X.has(M[N]))return{value:S[0]}}}}else{const C=$(_,v);if(C!=null){if(C.value==null&&b.optional)return{value:void 0,optional:!0};const A=C.value;if(G.has(A))return{value:A(...S)};if(X.has(A))return{value:S[0]}}}return null},ConditionalExpression(b,v){const _=$(b.test,v);return _!=null?_.value?$(b.consequent,v):$(b.alternate,v):null},ExpressionStatement(b,v){return $(b.expression,v)},Identifier(b,v){if(v!=null){const _=f(v,b);if(_!=null&&_.defs.length===0&&J.has(_.name)&&_.name in W)return{value:W[_.name]};if(_!=null&&_.defs.length===1){const S=_.defs[0];if(S.parent&&S.type==="Variable"&&(S.parent.kind==="const"||Ie(_))&&S.node.id.type==="Identifier")return $(S.node.init,v)}}return null},Literal(b){return(b.regex!=null||b.bigint!=null)&&b.value==null?null:{value:b.value}},LogicalExpression(b,v){const _=$(b.left,v);if(_!=null){if(b.operator==="||"&&_.value||b.operator==="&&"&&!_.value||b.operator==="??"&&_.value!=null)return _;const S=$(b.right,v);if(S!=null)return S}return null},MemberExpression(b,v){if(b.property.type==="PrivateIdentifier")return null;const _=$(b.object,v);if(_!=null){if(_.value==null&&(_.optional||b.optional))return{value:void 0,optional:!0};const S=$e(b,v);if(S!=null){if(!Le(_.value,S.value))return{value:_.value[S.value]};for(const[C,A]of Q)if(_.value instanceof C&&A.has(S.value))return{value:_.value[S.value]}}}return null},ChainExpression(b,v){const _=$(b.expression,v);return _!=null?{value:_.value}:null},NewExpression(b,v){const _=$(b.callee,v),S=le(b.arguments,v);if(_!=null&&S!=null){const C=_.value;if(G.has(C))return{value:new C(...S)}}return null},ObjectExpression(b,v){const _={};for(const S of b.properties)if(S.type==="Property"){if(S.kind!=="init")return null;const C=$e(S,v),A=$(S.value,v);if(C==null||A==null)return null;_[C.value]=A.value}else if(S.type==="SpreadElement"||S.type==="ExperimentalSpreadProperty"){const C=$(S.argument,v);if(C==null)return null;Object.assign(_,C.value)}else return null;return{value:_}},SequenceExpression(b,v){const _=b.expressions[b.expressions.length-1];return $(_,v)},TaggedTemplateExpression(b,v){const _=$(b.tag,v),S=le(b.quasi.expressions,v);if(_!=null&&S!=null){const C=_.value,A=b.quasi.quasis.map(M=>M.value.cooked);if(A.raw=b.quasi.quasis.map(M=>M.value.raw),C===String.raw)return{value:C(A,...S)}}return null},TemplateLiteral(b,v){const _=le(b.expressions,v);if(_!=null){let S=b.quasis[0].value.cooked;for(let C=0;C<_.length;++C)S+=_[C],S+=b.quasis[C+1].value.cooked;return{value:S}}return null},UnaryExpression(b,v){if(b.operator==="delete")return null;if(b.operator==="void")return{value:void 0};const _=$(b.argument,v);if(_!=null)switch(b.operator){case"-":return{value:-_.value};case"+":return{value:+_.value};case"!":return{value:!_.value};case"~":return{value:~_.value};case"typeof":return{value:typeof _.value}}return null}});function $(b,v){return b!=null&&Object.hasOwnProperty.call(ui,b.type)?ui[b.type](b,v):null}n($,"getStaticValueR");function $e(b,v){const _=b.type==="Property"?b.key:b.property;return b.computed?$(_,v):_.type==="Identifier"?{value:_.name}:_.type==="Literal"?_.bigint?{value:_.bigint}:{value:String(_.value)}:null}n($e,"getStaticPropertyNameValue");function We(b,v=null){try{return $(b,v)}catch{return null}}n(We,"getStaticValue");function Ae(b,v=null){if(b&&b.type==="Literal"&&b.value===null){if(b.regex)return`/${b.regex.pattern}/${b.regex.flags}`;if(b.bigint)return b.bigint}const _=We(b,v);return _&&String(_.value)}n(Ae,"getStringIfConstant");function Ce(b,v){switch(b.type){case"MemberExpression":return b.computed?Ae(b.property,v):b.property.type==="PrivateIdentifier"?null:b.property.name;case"Property":case"MethodDefinition":case"PropertyDefinition":return b.computed?Ae(b.key,v):b.key.type==="Literal"?String(b.key.value):b.key.type==="PrivateIdentifier"?null:b.key.name}return null}n(Ce,"getPropertyName");function li(b,v){const _=b.parent,S=[],C=_.type==="Property"&&_.value===b,A=_.type==="MethodDefinition"&&_.value===b,M=_.type==="PropertyDefinition"&&_.value===b;if((A||M)&&(_.static&&S.push("static"),_.key.type==="PrivateIdentifier"&&S.push("private")),b.async&&S.push("async"),b.generator&&S.push("generator"),C||A){if(_.kind==="constructor")return"constructor";_.kind==="get"?S.push("getter"):_.kind==="set"?S.push("setter"):S.push("method")}else M?S.push("method"):(b.type==="ArrowFunctionExpression"&&S.push("arrow"),S.push("function"));if(C||A||M)if(_.key.type==="PrivateIdentifier")S.push(`#${_.key.name}`);else{const N=Ce(_);if(N)S.push(`'${N}'`);else if(v){const ee=v.getText(_.key);ee.includes(`
|
|
13
|
-
`)||S.push(`[${ee}]`)}}else b.id?S.push(`'${b.id.name}'`):_.type==="VariableDeclarator"&&_.id&&_.id.type==="Identifier"?S.push(`'${_.id.name}'`):(_.type==="AssignmentExpression"||_.type==="AssignmentPattern")&&_.left&&_.left.type==="Identifier"?S.push(`'${_.left.name}'`):_.type==="ExportDefaultDeclaration"&&_.declaration===b&&S.push("'default'");return S.join(" ")}n(li,"getFunctionNameWithKind");const Ui=Object.freeze(new Set(["==","!=","<","<=",">",">=","<<",">>",">>>","+","-","*","/","%","|","^","&","in"])),Ii=Object.freeze(new Set(["-","+","!","~"]));function ci(b){return b!==null&&typeof b=="object"&&typeof b.type=="string"}n(ci,"isNode");const xi=Object.freeze(Object.assign(Object.create(null),{$visit(b,v,_){const{type:S}=b;return typeof this[S]=="function"?this[S](b,v,_):this.$visitChildren(b,v,_)},$visitChildren(b,v,_){const{type:S}=b;for(const C of _[S]||l.getKeys(b)){const A=b[C];if(Array.isArray(A)){for(const M of A)if(ci(M)&&this.$visit(M,v,_))return!0}else if(ci(A)&&this.$visit(A,v,_))return!0}return!1},ArrowFunctionExpression(){return!1},AssignmentExpression(){return!0},AwaitExpression(){return!0},BinaryExpression(b,v,_){return v.considerImplicitTypeConversion&&Ui.has(b.operator)&&(b.left.type!=="Literal"||b.right.type!=="Literal")?!0:this.$visitChildren(b,v,_)},CallExpression(){return!0},FunctionExpression(){return!1},ImportExpression(){return!0},MemberExpression(b,v,_){return v.considerGetters||v.considerImplicitTypeConversion&&b.computed&&b.property.type!=="Literal"?!0:this.$visitChildren(b,v,_)},MethodDefinition(b,v,_){return v.considerImplicitTypeConversion&&b.computed&&b.key.type!=="Literal"?!0:this.$visitChildren(b,v,_)},NewExpression(){return!0},Property(b,v,_){return v.considerImplicitTypeConversion&&b.computed&&b.key.type!=="Literal"?!0:this.$visitChildren(b,v,_)},PropertyDefinition(b,v,_){return v.considerImplicitTypeConversion&&b.computed&&b.key.type!=="Literal"?!0:this.$visitChildren(b,v,_)},UnaryExpression(b,v,_){return b.operator==="delete"||v.considerImplicitTypeConversion&&Ii.has(b.operator)&&b.argument.type!=="Literal"?!0:this.$visitChildren(b,v,_)},UpdateExpression(){return!0},YieldExpression(){return!0}}));function fi(b,v,{considerGetters:_=!1,considerImplicitTypeConversion:S=!1}={}){return xi.$visit(b,{considerGetters:_,considerImplicitTypeConversion:S},v.visitorKeys||l.KEYS)}n(fi,"hasSideEffect");function Di(b,v){const _=b.parent;switch(_.type){case"CallExpression":case"NewExpression":return _.arguments.length===1&&_.arguments[0]===b?v.getTokenAfter(_.callee,E):null;case"DoWhileStatement":return _.test===b?v.getTokenAfter(_.body,E):null;case"IfStatement":case"WhileStatement":return _.test===b?v.getFirstToken(_,1):null;case"ImportExpression":return _.source===b?v.getFirstToken(_,1):null;case"SwitchStatement":return _.discriminant===b?v.getFirstToken(_,1):null;case"WithStatement":return _.object===b?v.getFirstToken(_,1):null;default:return null}}n(Di,"getParentSyntaxParen");function pi(b,v,_){let S,C,A,M,N;if(typeof b=="number"){if(S=b|0,C=v,A=_,!(S>=1))throw new TypeError("'times' should be a positive integer.")}else S=1,C=b,A=v;if(C==null||C.parent==null||C.parent.type==="CatchClause"&&C.parent.param===C)return!1;M=N=C;do M=A.getTokenBefore(M),N=A.getTokenAfter(N);while(M!=null&&N!=null&&E(M)&&P(N)&&M!==Di(C,A)&&--S>0);return S===0}n(pi,"isParenthesized");const Fi=/\$(?:[$&`']|[1-9][0-9]?)/gu,Ei=new WeakMap;function ki(b,v){let _=!1;for(let S=v-1;S>=0&&b.charCodeAt(S)===92;--S)_=!_;return _}n(ki,"isEscaped");function ji(b,v,_){const S=[];let C=0,A=null;function M(N){switch(N){case"$$":return"$";case"$&":return A[0];case"$`":return v.slice(0,A.index);case"$'":return v.slice(A.index+A[0].length);default:{const ee=N.slice(1);return ee in A?A[ee]:N}}}n(M,"replacer");for(A of b.execAll(v))S.push(v.slice(C,A.index)),S.push(_.replace(Fi,M)),C=A.index+A[0].length;return S.push(v.slice(C)),S.join("")}n(ji,"replaceS");function Ni(b,v,_){const S=[];let C=0;for(const A of b.execAll(v))S.push(v.slice(C,A.index)),S.push(String(_(...A,A.index,A.input))),C=A.index+A[0].length;return S.push(v.slice(C)),S.join("")}n(Ni,"replaceF");class di{static{n(this,"PatternMatcher")}constructor(v,{escaped:_=!1}={}){if(!(v instanceof RegExp))throw new TypeError("'pattern' should be a RegExp instance.");if(!v.flags.includes("g"))throw new Error("'pattern' should contains 'g' flag.");Ei.set(this,{pattern:new RegExp(v.source,v.flags),escaped:!!_})}*execAll(v){const{pattern:_,escaped:S}=Ei.get(this);let C=null,A=0;for(_.lastIndex=0;(C=_.exec(v))!=null;)(S||!ki(v,C.index))&&(A=_.lastIndex,yield C,_.lastIndex=A)}test(v){return!this.execAll(v).next().done}[Symbol.replace](v,_){return typeof _=="function"?Ni(this,String(v),_):ji(this,String(v),String(_))}}const Bi=/^(?:Import|Export(?:All|Default|Named))Declaration$/u,fe=Function.call.bind(Object.hasOwnProperty),q=Symbol("read"),pe=Symbol("call"),me=Symbol("construct"),xe=Symbol("esm"),qi={require:{[pe]:!0}};function Ti(b){return b==null||b.defs.length!==0||b.references.some(v=>v.isWrite())}n(Ti,"isModifiedGlobal");function Gi(b){const v=b.parent;switch(v&&v.type){case"ConditionalExpression":return v.consequent===b||v.alternate===b;case"LogicalExpression":return!0;case"SequenceExpression":return v.expressions[v.expressions.length-1]===b;case"ChainExpression":return!0;default:return!1}}n(Gi,"isPassThrough");class ye{static{n(this,"ReferenceTracker")}constructor(v,{mode:_="strict",globalObjectNames:S=["global","globalThis","self","window"]}={}){this.variableStack=[],this.globalScope=v,this.mode=_,this.globalObjectNames=S.slice(0)}*iterateGlobalReferences(v){for(const _ of Object.keys(v)){const S=v[_],C=[_],A=this.globalScope.set.get(_);Ti(A)||(yield*this._iterateVariableReferences(A,C,S,!0))}for(const _ of this.globalObjectNames){const S=[],C=this.globalScope.set.get(_);Ti(C)||(yield*this._iterateVariableReferences(C,S,v,!1))}}*iterateCjsReferences(v){for(const{node:_}of this.iterateGlobalReferences(qi)){const S=Ae(_.arguments[0]);if(S==null||!fe(v,S))continue;const C=v[S],A=[S];C[q]&&(yield{node:_,path:A,type:q,info:C[q]}),yield*this._iteratePropertyReferences(_,A,C)}}*iterateEsmReferences(v){const _=this.globalScope.block;for(const S of _.body){if(!Bi.test(S.type)||S.source==null)continue;const C=S.source.value;if(!fe(v,C))continue;const A=v[C],M=[C];if(A[q]&&(yield{node:S,path:M,type:q,info:A[q]}),S.type==="ExportAllDeclaration")for(const N of Object.keys(A)){const ee=A[N];ee[q]&&(yield{node:S,path:M.concat(N),type:q,info:ee[q]})}else for(const N of S.specifiers){const ee=fe(A,xe),Pi=this._iterateImportReferences(N,M,ee?A:this.mode==="legacy"?{default:A,...A}:{default:A});if(ee)yield*Pi;else for(const Ve of Pi)Ve.path=Ve.path.filter($i),(Ve.path.length>=2||Ve.type!==q)&&(yield Ve)}}}*_iterateVariableReferences(v,_,S,C){if(!this.variableStack.includes(v)){this.variableStack.push(v);try{for(const A of v.references){if(!A.isRead())continue;const M=A.identifier;C&&S[q]&&(yield{node:M,path:_,type:q,info:S[q]}),yield*this._iteratePropertyReferences(M,_,S)}}finally{this.variableStack.pop()}}}*_iteratePropertyReferences(v,_,S){let C=v;for(;Gi(C);)C=C.parent;const A=C.parent;if(A.type==="MemberExpression"){if(A.object===C){const M=Ce(A);if(M==null||!fe(S,M))return;_=_.concat(M);const N=S[M];N[q]&&(yield{node:A,path:_,type:q,info:N[q]}),yield*this._iteratePropertyReferences(A,_,N)}return}if(A.type==="CallExpression"){A.callee===C&&S[pe]&&(yield{node:A,path:_,type:pe,info:S[pe]});return}if(A.type==="NewExpression"){A.callee===C&&S[me]&&(yield{node:A,path:_,type:me,info:S[me]});return}if(A.type==="AssignmentExpression"){A.right===C&&(yield*this._iterateLhsReferences(A.left,_,S),yield*this._iteratePropertyReferences(A,_,S));return}if(A.type==="AssignmentPattern"){A.right===C&&(yield*this._iterateLhsReferences(A.left,_,S));return}A.type==="VariableDeclarator"&&A.init===C&&(yield*this._iterateLhsReferences(A.id,_,S))}*_iterateLhsReferences(v,_,S){if(v.type==="Identifier"){const C=f(this.globalScope,v);C!=null&&(yield*this._iterateVariableReferences(C,_,S,!1));return}if(v.type==="ObjectPattern"){for(const C of v.properties){const A=Ce(C);if(A==null||!fe(S,A))continue;const M=_.concat(A),N=S[A];N[q]&&(yield{node:C,path:M,type:q,info:N[q]}),yield*this._iterateLhsReferences(C.value,M,N)}return}v.type==="AssignmentPattern"&&(yield*this._iterateLhsReferences(v.left,_,S))}*_iterateImportReferences(v,_,S){const C=v.type;if(C==="ImportSpecifier"||C==="ImportDefaultSpecifier"){const A=C==="ImportDefaultSpecifier"?"default":v.imported.name;if(!fe(S,A))return;_=_.concat(A);const M=S[A];M[q]&&(yield{node:v,path:_,type:q,info:M[q]}),yield*this._iterateVariableReferences(f(this.globalScope,v.local),_,M,!1);return}if(C==="ImportNamespaceSpecifier"){yield*this._iterateVariableReferences(f(this.globalScope,v.local),_,S,!1);return}if(C==="ExportSpecifier"){const A=v.local.name;if(!fe(S,A))return;_=_.concat(A);const M=S[A];M[q]&&(yield{node:v,path:_,type:q,info:M[q]})}}}ye.READ=q,ye.CALL=pe,ye.CONSTRUCT=me,ye.ESM=xe;function $i(b,v){return!(v===1&&b==="default")}n($i,"exceptDefault");var Wi={CALL:pe,CONSTRUCT:me,ESM:xe,findVariable:f,getFunctionHeadLocation:x,getFunctionNameWithKind:li,getInnermostScope:o,getPropertyName:Ce,getStaticValue:We,getStringIfConstant:Ae,hasSideEffect:fi,isArrowToken:t,isClosingBraceToken:d,isClosingBracketToken:a,isClosingParenToken:P,isColonToken:u,isCommaToken:r,isCommentToken:y,isNotArrowToken:T,isNotClosingBraceToken:j,isNotClosingBracketToken:w,isNotClosingParenToken:V,isNotColonToken:h,isNotCommaToken:g,isNotCommentToken:D,isNotOpeningBraceToken:k,isNotOpeningBracketToken:O,isNotOpeningParenToken:L,isNotSemicolonToken:Y,isOpeningBraceToken:p,isOpeningBracketToken:m,isOpeningParenToken:E,isParenthesized:pi,isSemicolonToken:s,PatternMatcher:di,READ:q,ReferenceTracker:ye};e.CALL=pe,e.CONSTRUCT=me,e.ESM=xe,e.PatternMatcher=di,e.READ=q,e.ReferenceTracker=ye,e.default=Wi,e.findVariable=f,e.getFunctionHeadLocation=x,e.getFunctionNameWithKind=li,e.getInnermostScope=o,e.getPropertyName=Ce,e.getStaticValue=We,e.getStringIfConstant=Ae,e.hasSideEffect=fi,e.isArrowToken=t,e.isClosingBraceToken=d,e.isClosingBracketToken=a,e.isClosingParenToken=P,e.isColonToken=u,e.isCommaToken=r,e.isCommentToken=y,e.isNotArrowToken=T,e.isNotClosingBraceToken=j,e.isNotClosingBracketToken=w,e.isNotClosingParenToken=V,e.isNotColonToken=h,e.isNotCommaToken=g,e.isNotCommentToken=D,e.isNotOpeningBraceToken=k,e.isNotOpeningBracketToken=O,e.isNotOpeningParenToken=L,e.isNotSemicolonToken=Y,e.isOpeningBraceToken=p,e.isOpeningBracketToken=m,e.isOpeningParenToken=E,e.isParenthesized=pi,e.isSemicolonToken=s}(qs)),qs}n(et,"requireEslintUtils$2");var du;function Ym(){if(du)return H;du=1;var e=H.__createBinding||(Object.create?function(c,i,t,r){r===void 0&&(r=t);var s=Object.getOwnPropertyDescriptor(i,t);(!s||("get"in s?!i.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:n(function(){return i[t]},"get")}),Object.defineProperty(c,r,s)}:function(c,i,t,r){r===void 0&&(r=t),c[r]=i[t]}),l=H.__setModuleDefault||(Object.create?function(c,i){Object.defineProperty(c,"default",{enumerable:!0,value:i})}:function(c,i){c.default=i}),o=H.__importStar||function(){var c=n(function(i){return c=Object.getOwnPropertyNames||function(t){var r=[];for(var s in t)Object.prototype.hasOwnProperty.call(t,s)&&(r[r.length]=s);return r},c(i)},"ownKeys");return function(i){if(i&&i.__esModule)return i;var t={};if(i!=null)for(var r=c(i),s=0;s<r.length;s++)r[s]!=="default"&&e(t,i,r[s]);return l(t,i),t}}();Object.defineProperty(H,"__esModule",{value:!0}),H.isParenthesized=H.hasSideEffect=H.getStringIfConstant=H.getStaticValue=H.getPropertyName=H.getFunctionNameWithKind=H.getFunctionHeadLocation=void 0;const f=o(et());return H.getFunctionHeadLocation=f.getFunctionHeadLocation,H.getFunctionNameWithKind=f.getFunctionNameWithKind,H.getPropertyName=f.getPropertyName,H.getStaticValue=f.getStaticValue,H.getStringIfConstant=f.getStringIfConstant,H.hasSideEffect=f.hasSideEffect,H.isParenthesized=f.isParenthesized,H}n(Ym,"requireAstUtilities");var be={},Tu;function Lm(){if(Tu)return be;Tu=1;var e=be.__createBinding||(Object.create?function(c,i,t,r){r===void 0&&(r=t);var s=Object.getOwnPropertyDescriptor(i,t);(!s||("get"in s?!i.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:n(function(){return i[t]},"get")}),Object.defineProperty(c,r,s)}:function(c,i,t,r){r===void 0&&(r=t),c[r]=i[t]}),l=be.__setModuleDefault||(Object.create?function(c,i){Object.defineProperty(c,"default",{enumerable:!0,value:i})}:function(c,i){c.default=i}),o=be.__importStar||function(){var c=n(function(i){return c=Object.getOwnPropertyNames||function(t){var r=[];for(var s in t)Object.prototype.hasOwnProperty.call(t,s)&&(r[r.length]=s);return r},c(i)},"ownKeys");return function(i){if(i&&i.__esModule)return i;var t={};if(i!=null)for(var r=c(i),s=0;s<r.length;s++)r[s]!=="default"&&e(t,i,r[s]);return l(t,i),t}}();Object.defineProperty(be,"__esModule",{value:!0}),be.PatternMatcher=void 0;const f=o(et());return be.PatternMatcher=f.PatternMatcher,be}n(Lm,"requirePatternMatcher");var U={},Pu;function Am(){if(Pu)return U;Pu=1;var e=U.__createBinding||(Object.create?function(c,i,t,r){r===void 0&&(r=t);var s=Object.getOwnPropertyDescriptor(i,t);(!s||("get"in s?!i.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:n(function(){return i[t]},"get")}),Object.defineProperty(c,r,s)}:function(c,i,t,r){r===void 0&&(r=t),c[r]=i[t]}),l=U.__setModuleDefault||(Object.create?function(c,i){Object.defineProperty(c,"default",{enumerable:!0,value:i})}:function(c,i){c.default=i}),o=U.__importStar||function(){var c=n(function(i){return c=Object.getOwnPropertyNames||function(t){var r=[];for(var s in t)Object.prototype.hasOwnProperty.call(t,s)&&(r[r.length]=s);return r},c(i)},"ownKeys");return function(i){if(i&&i.__esModule)return i;var t={};if(i!=null)for(var r=c(i),s=0;s<r.length;s++)r[s]!=="default"&&e(t,i,r[s]);return l(t,i),t}}();Object.defineProperty(U,"__esModule",{value:!0}),U.isNotSemicolonToken=U.isSemicolonToken=U.isNotOpeningParenToken=U.isOpeningParenToken=U.isNotOpeningBracketToken=U.isOpeningBracketToken=U.isNotOpeningBraceToken=U.isOpeningBraceToken=U.isNotCommentToken=U.isCommentToken=U.isNotCommaToken=U.isCommaToken=U.isNotColonToken=U.isColonToken=U.isNotClosingParenToken=U.isClosingParenToken=U.isNotClosingBracketToken=U.isClosingBracketToken=U.isNotClosingBraceToken=U.isClosingBraceToken=U.isNotArrowToken=U.isArrowToken=void 0;const f=o(et());return U.isArrowToken=f.isArrowToken,U.isNotArrowToken=f.isNotArrowToken,U.isClosingBraceToken=f.isClosingBraceToken,U.isNotClosingBraceToken=f.isNotClosingBraceToken,U.isClosingBracketToken=f.isClosingBracketToken,U.isNotClosingBracketToken=f.isNotClosingBracketToken,U.isClosingParenToken=f.isClosingParenToken,U.isNotClosingParenToken=f.isNotClosingParenToken,U.isColonToken=f.isColonToken,U.isNotColonToken=f.isNotColonToken,U.isCommaToken=f.isCommaToken,U.isNotCommaToken=f.isNotCommaToken,U.isCommentToken=f.isCommentToken,U.isNotCommentToken=f.isNotCommentToken,U.isOpeningBraceToken=f.isOpeningBraceToken,U.isNotOpeningBraceToken=f.isNotOpeningBraceToken,U.isOpeningBracketToken=f.isOpeningBracketToken,U.isNotOpeningBracketToken=f.isNotOpeningBracketToken,U.isOpeningParenToken=f.isOpeningParenToken,U.isNotOpeningParenToken=f.isNotOpeningParenToken,U.isSemicolonToken=f.isSemicolonToken,U.isNotSemicolonToken=f.isNotSemicolonToken,U}n(Am,"requirePredicates$1");var ge={},mu;function Cm(){if(mu)return ge;mu=1;var e=ge.__createBinding||(Object.create?function(c,i,t,r){r===void 0&&(r=t);var s=Object.getOwnPropertyDescriptor(i,t);(!s||("get"in s?!i.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:n(function(){return i[t]},"get")}),Object.defineProperty(c,r,s)}:function(c,i,t,r){r===void 0&&(r=t),c[r]=i[t]}),l=ge.__setModuleDefault||(Object.create?function(c,i){Object.defineProperty(c,"default",{enumerable:!0,value:i})}:function(c,i){c.default=i}),o=ge.__importStar||function(){var c=n(function(i){return c=Object.getOwnPropertyNames||function(t){var r=[];for(var s in t)Object.prototype.hasOwnProperty.call(t,s)&&(r[r.length]=s);return r},c(i)},"ownKeys");return function(i){if(i&&i.__esModule)return i;var t={};if(i!=null)for(var r=c(i),s=0;s<r.length;s++)r[s]!=="default"&&e(t,i,r[s]);return l(t,i),t}}();Object.defineProperty(ge,"__esModule",{value:!0}),ge.ReferenceTracker=void 0;const f=o(et());return f.ReferenceTracker.READ,f.ReferenceTracker.CALL,f.ReferenceTracker.CONSTRUCT,f.ReferenceTracker.ESM,ge.ReferenceTracker=f.ReferenceTracker,ge}n(Cm,"requireReferenceTracker");var ce={},yu;function Vm(){if(yu)return ce;yu=1;var e=ce.__createBinding||(Object.create?function(c,i,t,r){r===void 0&&(r=t);var s=Object.getOwnPropertyDescriptor(i,t);(!s||("get"in s?!i.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:n(function(){return i[t]},"get")}),Object.defineProperty(c,r,s)}:function(c,i,t,r){r===void 0&&(r=t),c[r]=i[t]}),l=ce.__setModuleDefault||(Object.create?function(c,i){Object.defineProperty(c,"default",{enumerable:!0,value:i})}:function(c,i){c.default=i}),o=ce.__importStar||function(){var c=n(function(i){return c=Object.getOwnPropertyNames||function(t){var r=[];for(var s in t)Object.prototype.hasOwnProperty.call(t,s)&&(r[r.length]=s);return r},c(i)},"ownKeys");return function(i){if(i&&i.__esModule)return i;var t={};if(i!=null)for(var r=c(i),s=0;s<r.length;s++)r[s]!=="default"&&e(t,i,r[s]);return l(t,i),t}}();Object.defineProperty(ce,"__esModule",{value:!0}),ce.getInnermostScope=ce.findVariable=void 0;const f=o(et());return ce.findVariable=f.findVariable,ce.getInnermostScope=f.getInnermostScope,ce}n(Vm,"requireScopeAnalysis");var hu;function Rm(){return hu||(hu=1,function(e){var l=Ze.__createBinding||(Object.create?function(f,c,i,t){t===void 0&&(t=i);var r=Object.getOwnPropertyDescriptor(c,i);(!r||("get"in r?!c.__esModule:r.writable||r.configurable))&&(r={enumerable:!0,get:n(function(){return c[i]},"get")}),Object.defineProperty(f,t,r)}:function(f,c,i,t){t===void 0&&(t=i),f[t]=c[i]}),o=Ze.__exportStar||function(f,c){for(var i in f)i!=="default"&&!Object.prototype.hasOwnProperty.call(c,i)&&l(c,f,i)};Object.defineProperty(e,"__esModule",{value:!0}),o(Ym(),e),o(Lm(),e),o(Am(),e),o(Cm(),e),o(Vm(),e)}(Ze)),Ze}n(Rm,"requireEslintUtils$1");var Gs={},_u;function bu(){return _u||(_u=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.isNotTokenOfTypeWithConditions=e.isTokenOfTypeWithConditions=e.isNodeOfTypeWithConditions=e.isNodeOfTypes=e.isNodeOfType=void 0;const l=n(t=>r=>r?.type===t,"isNodeOfType");e.isNodeOfType=l;const o=n(t=>r=>!!r&&t.includes(r.type),"isNodeOfTypes");e.isNodeOfTypes=o;const f=n((t,r)=>{const s=Object.entries(r);return u=>u?.type===t&&s.every(([E,P])=>u[E]===P)},"isNodeOfTypeWithConditions");e.isNodeOfTypeWithConditions=f;const c=n((t,r)=>{const s=Object.entries(r);return u=>u?.type===t&&s.every(([E,P])=>u[E]===P)},"isTokenOfTypeWithConditions");e.isTokenOfTypeWithConditions=c;const i=n((t,r)=>s=>!(0,e.isTokenOfTypeWithConditions)(t,r)(s),"isNotTokenOfTypeWithConditions");e.isNotTokenOfTypeWithConditions=i}(Gs)),Gs}n(bu,"requireHelpers");var Ne={},gu;function Om(){if(gu)return Ne;gu=1,Object.defineProperty(Ne,"__esModule",{value:!0}),Ne.LINEBREAK_MATCHER=void 0,Ne.isTokenOnSameLine=e,Ne.LINEBREAK_MATCHER=/\r\n|[\r\n\u2028\u2029]/;function e(l,o){return l.loc.end.line===o.loc.start.line}return n(e,"isTokenOnSameLine"),Ne}n(Om,"requireMisc");var I={},$s={},tt={},we={},vu;function Su(){if(vu)return we;vu=1,Object.defineProperty(we,"__esModule",{value:!0}),we.AST_TOKEN_TYPES=we.AST_NODE_TYPES=void 0;var e;(function(o){o.AccessorProperty="AccessorProperty",o.ArrayExpression="ArrayExpression",o.ArrayPattern="ArrayPattern",o.ArrowFunctionExpression="ArrowFunctionExpression",o.AssignmentExpression="AssignmentExpression",o.AssignmentPattern="AssignmentPattern",o.AwaitExpression="AwaitExpression",o.BinaryExpression="BinaryExpression",o.BlockStatement="BlockStatement",o.BreakStatement="BreakStatement",o.CallExpression="CallExpression",o.CatchClause="CatchClause",o.ChainExpression="ChainExpression",o.ClassBody="ClassBody",o.ClassDeclaration="ClassDeclaration",o.ClassExpression="ClassExpression",o.ConditionalExpression="ConditionalExpression",o.ContinueStatement="ContinueStatement",o.DebuggerStatement="DebuggerStatement",o.Decorator="Decorator",o.DoWhileStatement="DoWhileStatement",o.EmptyStatement="EmptyStatement",o.ExportAllDeclaration="ExportAllDeclaration",o.ExportDefaultDeclaration="ExportDefaultDeclaration",o.ExportNamedDeclaration="ExportNamedDeclaration",o.ExportSpecifier="ExportSpecifier",o.ExpressionStatement="ExpressionStatement",o.ForInStatement="ForInStatement",o.ForOfStatement="ForOfStatement",o.ForStatement="ForStatement",o.FunctionDeclaration="FunctionDeclaration",o.FunctionExpression="FunctionExpression",o.Identifier="Identifier",o.IfStatement="IfStatement",o.ImportAttribute="ImportAttribute",o.ImportDeclaration="ImportDeclaration",o.ImportDefaultSpecifier="ImportDefaultSpecifier",o.ImportExpression="ImportExpression",o.ImportNamespaceSpecifier="ImportNamespaceSpecifier",o.ImportSpecifier="ImportSpecifier",o.JSXAttribute="JSXAttribute",o.JSXClosingElement="JSXClosingElement",o.JSXClosingFragment="JSXClosingFragment",o.JSXElement="JSXElement",o.JSXEmptyExpression="JSXEmptyExpression",o.JSXExpressionContainer="JSXExpressionContainer",o.JSXFragment="JSXFragment",o.JSXIdentifier="JSXIdentifier",o.JSXMemberExpression="JSXMemberExpression",o.JSXNamespacedName="JSXNamespacedName",o.JSXOpeningElement="JSXOpeningElement",o.JSXOpeningFragment="JSXOpeningFragment",o.JSXSpreadAttribute="JSXSpreadAttribute",o.JSXSpreadChild="JSXSpreadChild",o.JSXText="JSXText",o.LabeledStatement="LabeledStatement",o.Literal="Literal",o.LogicalExpression="LogicalExpression",o.MemberExpression="MemberExpression",o.MetaProperty="MetaProperty",o.MethodDefinition="MethodDefinition",o.NewExpression="NewExpression",o.ObjectExpression="ObjectExpression",o.ObjectPattern="ObjectPattern",o.PrivateIdentifier="PrivateIdentifier",o.Program="Program",o.Property="Property",o.PropertyDefinition="PropertyDefinition",o.RestElement="RestElement",o.ReturnStatement="ReturnStatement",o.SequenceExpression="SequenceExpression",o.SpreadElement="SpreadElement",o.StaticBlock="StaticBlock",o.Super="Super",o.SwitchCase="SwitchCase",o.SwitchStatement="SwitchStatement",o.TaggedTemplateExpression="TaggedTemplateExpression",o.TemplateElement="TemplateElement",o.TemplateLiteral="TemplateLiteral",o.ThisExpression="ThisExpression",o.ThrowStatement="ThrowStatement",o.TryStatement="TryStatement",o.UnaryExpression="UnaryExpression",o.UpdateExpression="UpdateExpression",o.VariableDeclaration="VariableDeclaration",o.VariableDeclarator="VariableDeclarator",o.WhileStatement="WhileStatement",o.WithStatement="WithStatement",o.YieldExpression="YieldExpression",o.TSAbstractAccessorProperty="TSAbstractAccessorProperty",o.TSAbstractKeyword="TSAbstractKeyword",o.TSAbstractMethodDefinition="TSAbstractMethodDefinition",o.TSAbstractPropertyDefinition="TSAbstractPropertyDefinition",o.TSAnyKeyword="TSAnyKeyword",o.TSArrayType="TSArrayType",o.TSAsExpression="TSAsExpression",o.TSAsyncKeyword="TSAsyncKeyword",o.TSBigIntKeyword="TSBigIntKeyword",o.TSBooleanKeyword="TSBooleanKeyword",o.TSCallSignatureDeclaration="TSCallSignatureDeclaration",o.TSClassImplements="TSClassImplements",o.TSConditionalType="TSConditionalType",o.TSConstructorType="TSConstructorType",o.TSConstructSignatureDeclaration="TSConstructSignatureDeclaration",o.TSDeclareFunction="TSDeclareFunction",o.TSDeclareKeyword="TSDeclareKeyword",o.TSEmptyBodyFunctionExpression="TSEmptyBodyFunctionExpression",o.TSEnumBody="TSEnumBody",o.TSEnumDeclaration="TSEnumDeclaration",o.TSEnumMember="TSEnumMember",o.TSExportAssignment="TSExportAssignment",o.TSExportKeyword="TSExportKeyword",o.TSExternalModuleReference="TSExternalModuleReference",o.TSFunctionType="TSFunctionType",o.TSImportEqualsDeclaration="TSImportEqualsDeclaration",o.TSImportType="TSImportType",o.TSIndexedAccessType="TSIndexedAccessType",o.TSIndexSignature="TSIndexSignature",o.TSInferType="TSInferType",o.TSInstantiationExpression="TSInstantiationExpression",o.TSInterfaceBody="TSInterfaceBody",o.TSInterfaceDeclaration="TSInterfaceDeclaration",o.TSInterfaceHeritage="TSInterfaceHeritage",o.TSIntersectionType="TSIntersectionType",o.TSIntrinsicKeyword="TSIntrinsicKeyword",o.TSLiteralType="TSLiteralType",o.TSMappedType="TSMappedType",o.TSMethodSignature="TSMethodSignature",o.TSModuleBlock="TSModuleBlock",o.TSModuleDeclaration="TSModuleDeclaration",o.TSNamedTupleMember="TSNamedTupleMember",o.TSNamespaceExportDeclaration="TSNamespaceExportDeclaration",o.TSNeverKeyword="TSNeverKeyword",o.TSNonNullExpression="TSNonNullExpression",o.TSNullKeyword="TSNullKeyword",o.TSNumberKeyword="TSNumberKeyword",o.TSObjectKeyword="TSObjectKeyword",o.TSOptionalType="TSOptionalType",o.TSParameterProperty="TSParameterProperty",o.TSPrivateKeyword="TSPrivateKeyword",o.TSPropertySignature="TSPropertySignature",o.TSProtectedKeyword="TSProtectedKeyword",o.TSPublicKeyword="TSPublicKeyword",o.TSQualifiedName="TSQualifiedName",o.TSReadonlyKeyword="TSReadonlyKeyword",o.TSRestType="TSRestType",o.TSSatisfiesExpression="TSSatisfiesExpression",o.TSStaticKeyword="TSStaticKeyword",o.TSStringKeyword="TSStringKeyword",o.TSSymbolKeyword="TSSymbolKeyword",o.TSTemplateLiteralType="TSTemplateLiteralType",o.TSThisType="TSThisType",o.TSTupleType="TSTupleType",o.TSTypeAliasDeclaration="TSTypeAliasDeclaration",o.TSTypeAnnotation="TSTypeAnnotation",o.TSTypeAssertion="TSTypeAssertion",o.TSTypeLiteral="TSTypeLiteral",o.TSTypeOperator="TSTypeOperator",o.TSTypeParameter="TSTypeParameter",o.TSTypeParameterDeclaration="TSTypeParameterDeclaration",o.TSTypeParameterInstantiation="TSTypeParameterInstantiation",o.TSTypePredicate="TSTypePredicate",o.TSTypeQuery="TSTypeQuery",o.TSTypeReference="TSTypeReference",o.TSUndefinedKeyword="TSUndefinedKeyword",o.TSUnionType="TSUnionType",o.TSUnknownKeyword="TSUnknownKeyword",o.TSVoidKeyword="TSVoidKeyword"})(e||(we.AST_NODE_TYPES=e={}));var l;return function(o){o.Boolean="Boolean",o.Identifier="Identifier",o.JSXIdentifier="JSXIdentifier",o.JSXText="JSXText",o.Keyword="Keyword",o.Null="Null",o.Numeric="Numeric",o.Punctuator="Punctuator",o.RegularExpression="RegularExpression",o.String="String",o.Template="Template",o.Block="Block",o.Line="Line"}(l||(we.AST_TOKEN_TYPES=l={})),we}n(Su,"requireAstSpec");var Ws={},Yu;function wm(){return Yu||(Yu=1,Object.defineProperty(Ws,"__esModule",{value:!0})),Ws}n(wm,"requireLib$2");var Hs={},Lu;function Mm(){return Lu||(Lu=1,Object.defineProperty(Hs,"__esModule",{value:!0})),Hs}n(Mm,"requireParserOptions$1");var ve={},Au;function Um(){if(Au)return ve;Au=1;var e=ve.__createBinding||(Object.create?function(f,c,i,t){t===void 0&&(t=i);var r=Object.getOwnPropertyDescriptor(c,i);(!r||("get"in r?!c.__esModule:r.writable||r.configurable))&&(r={enumerable:!0,get:n(function(){return c[i]},"get")}),Object.defineProperty(f,t,r)}:function(f,c,i,t){t===void 0&&(t=i),f[t]=c[i]}),l=ve.__setModuleDefault||(Object.create?function(f,c){Object.defineProperty(f,"default",{enumerable:!0,value:c})}:function(f,c){f.default=c}),o=ve.__importStar||function(){var f=n(function(c){return f=Object.getOwnPropertyNames||function(i){var t=[];for(var r in i)Object.prototype.hasOwnProperty.call(i,r)&&(t[t.length]=r);return t},f(c)},"ownKeys");return function(c){if(c&&c.__esModule)return c;var i={};if(c!=null)for(var t=f(c),r=0;r<t.length;r++)t[r]!=="default"&&e(i,c,t[r]);return l(i,c),i}}();return Object.defineProperty(ve,"__esModule",{value:!0}),ve.TSESTree=void 0,ve.TSESTree=o(Su()),ve}n(Um,"requireTsEstree$1");var Cu;function Ee(){return Cu||(Cu=1,function(e){var l=tt.__createBinding||(Object.create?function(c,i,t,r){r===void 0&&(r=t);var s=Object.getOwnPropertyDescriptor(i,t);(!s||("get"in s?!i.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:n(function(){return i[t]},"get")}),Object.defineProperty(c,r,s)}:function(c,i,t,r){r===void 0&&(r=t),c[r]=i[t]}),o=tt.__exportStar||function(c,i){for(var t in c)t!=="default"&&!Object.prototype.hasOwnProperty.call(i,t)&&l(i,c,t)};Object.defineProperty(e,"__esModule",{value:!0}),e.AST_TOKEN_TYPES=e.AST_NODE_TYPES=void 0;var f=Su();Object.defineProperty(e,"AST_NODE_TYPES",{enumerable:!0,get:n(function(){return f.AST_NODE_TYPES},"get")}),Object.defineProperty(e,"AST_TOKEN_TYPES",{enumerable:!0,get:n(function(){return f.AST_TOKEN_TYPES},"get")}),o(wm(),e),o(Mm(),e),o(Um(),e)}(tt)),tt}n(Ee,"requireDist$3");var Vu;function Ru(){return Vu||(Vu=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.TSESTree=e.AST_TOKEN_TYPES=e.AST_NODE_TYPES=void 0;var l=Ee();Object.defineProperty(e,"AST_NODE_TYPES",{enumerable:!0,get:n(function(){return l.AST_NODE_TYPES},"get")}),Object.defineProperty(e,"AST_TOKEN_TYPES",{enumerable:!0,get:n(function(){return l.AST_TOKEN_TYPES},"get")}),Object.defineProperty(e,"TSESTree",{enumerable:!0,get:n(function(){return l.TSESTree},"get")})}($s)),$s}n(Ru,"requireTsEstree");var Ou;function Im(){if(Ou)return I;Ou=1,Object.defineProperty(I,"__esModule",{value:!0}),I.isLoop=I.isImportKeyword=I.isTypeKeyword=I.isAwaitKeyword=I.isAwaitExpression=I.isIdentifier=I.isConstructor=I.isClassOrTypeElement=I.isTSConstructorType=I.isTSFunctionType=I.isFunctionOrFunctionType=I.isFunctionType=I.isFunction=I.isVariableDeclarator=I.isTypeAssertion=I.isLogicalOrOperator=I.isOptionalCallExpression=I.isNotNonNullAssertionPunctuator=I.isNonNullAssertionPunctuator=I.isNotOptionalChainPunctuator=I.isOptionalChainPunctuator=void 0,I.isSetter=c;const e=Ru(),l=bu();I.isOptionalChainPunctuator=(0,l.isTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Punctuator,{value:"?."}),I.isNotOptionalChainPunctuator=(0,l.isNotTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Punctuator,{value:"?."}),I.isNonNullAssertionPunctuator=(0,l.isTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Punctuator,{value:"!"}),I.isNotNonNullAssertionPunctuator=(0,l.isNotTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Punctuator,{value:"!"}),I.isOptionalCallExpression=(0,l.isNodeOfTypeWithConditions)(e.AST_NODE_TYPES.CallExpression,{optional:!0}),I.isLogicalOrOperator=(0,l.isNodeOfTypeWithConditions)(e.AST_NODE_TYPES.LogicalExpression,{operator:"||"}),I.isTypeAssertion=(0,l.isNodeOfTypes)([e.AST_NODE_TYPES.TSAsExpression,e.AST_NODE_TYPES.TSTypeAssertion]),I.isVariableDeclarator=(0,l.isNodeOfType)(e.AST_NODE_TYPES.VariableDeclarator);const o=[e.AST_NODE_TYPES.ArrowFunctionExpression,e.AST_NODE_TYPES.FunctionDeclaration,e.AST_NODE_TYPES.FunctionExpression];I.isFunction=(0,l.isNodeOfTypes)(o);const f=[e.AST_NODE_TYPES.TSCallSignatureDeclaration,e.AST_NODE_TYPES.TSConstructorType,e.AST_NODE_TYPES.TSConstructSignatureDeclaration,e.AST_NODE_TYPES.TSDeclareFunction,e.AST_NODE_TYPES.TSEmptyBodyFunctionExpression,e.AST_NODE_TYPES.TSFunctionType,e.AST_NODE_TYPES.TSMethodSignature];I.isFunctionType=(0,l.isNodeOfTypes)(f),I.isFunctionOrFunctionType=(0,l.isNodeOfTypes)([...o,...f]),I.isTSFunctionType=(0,l.isNodeOfType)(e.AST_NODE_TYPES.TSFunctionType),I.isTSConstructorType=(0,l.isNodeOfType)(e.AST_NODE_TYPES.TSConstructorType),I.isClassOrTypeElement=(0,l.isNodeOfTypes)([e.AST_NODE_TYPES.PropertyDefinition,e.AST_NODE_TYPES.FunctionExpression,e.AST_NODE_TYPES.MethodDefinition,e.AST_NODE_TYPES.TSAbstractPropertyDefinition,e.AST_NODE_TYPES.TSAbstractMethodDefinition,e.AST_NODE_TYPES.TSEmptyBodyFunctionExpression,e.AST_NODE_TYPES.TSIndexSignature,e.AST_NODE_TYPES.TSCallSignatureDeclaration,e.AST_NODE_TYPES.TSConstructSignatureDeclaration,e.AST_NODE_TYPES.TSMethodSignature,e.AST_NODE_TYPES.TSPropertySignature]),I.isConstructor=(0,l.isNodeOfTypeWithConditions)(e.AST_NODE_TYPES.MethodDefinition,{kind:"constructor"});function c(i){return!!i&&(i.type===e.AST_NODE_TYPES.MethodDefinition||i.type===e.AST_NODE_TYPES.Property)&&i.kind==="set"}return n(c,"isSetter"),I.isIdentifier=(0,l.isNodeOfType)(e.AST_NODE_TYPES.Identifier),I.isAwaitExpression=(0,l.isNodeOfType)(e.AST_NODE_TYPES.AwaitExpression),I.isAwaitKeyword=(0,l.isTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Identifier,{value:"await"}),I.isTypeKeyword=(0,l.isTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Identifier,{value:"type"}),I.isImportKeyword=(0,l.isTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Keyword,{value:"import"}),I.isLoop=(0,l.isNodeOfTypes)([e.AST_NODE_TYPES.DoWhileStatement,e.AST_NODE_TYPES.ForStatement,e.AST_NODE_TYPES.ForInStatement,e.AST_NODE_TYPES.ForOfStatement,e.AST_NODE_TYPES.WhileStatement]),I}n(Im,"requirePredicates");var wu;function xm(){return wu||(wu=1,function(e){var l=Qe.__createBinding||(Object.create?function(f,c,i,t){t===void 0&&(t=i);var r=Object.getOwnPropertyDescriptor(c,i);(!r||("get"in r?!c.__esModule:r.writable||r.configurable))&&(r={enumerable:!0,get:n(function(){return c[i]},"get")}),Object.defineProperty(f,t,r)}:function(f,c,i,t){t===void 0&&(t=i),f[t]=c[i]}),o=Qe.__exportStar||function(f,c){for(var i in f)i!=="default"&&!Object.prototype.hasOwnProperty.call(c,i)&&l(c,f,i)};Object.defineProperty(e,"__esModule",{value:!0}),o(Rm(),e),o(bu(),e),o(Om(),e),o(Im(),e)}(Qe)),Qe}n(xm,"requireAstUtils");var rt={},vi={},nt={},Mu;function Uu(){if(Mu)return nt;Mu=1,Object.defineProperty(nt,"__esModule",{value:!0}),nt.isObjectNotArray=e,nt.deepMerge=l;function e(o){return typeof o=="object"&&o!=null&&!Array.isArray(o)}n(e,"isObjectNotArray");function l(o={},f={}){const c=new Set([...Object.keys(o),...Object.keys(f)]);return Object.fromEntries([...c].map(i=>{const t=i in o,r=i in f,s=o[i],u=f[i];let E;return t&&r?e(s)&&e(u)?E=l(s,u):E=u:t?E=s:E=u,[i,E]}))}return n(l,"deepMerge$1"),nt}n(Uu,"requireDeepMerge");var Iu;function xu(){if(Iu)return vi;Iu=1,Object.defineProperty(vi,"__esModule",{value:!0}),vi.applyDefault=l;const e=Uu();function l(o,f){const c=structuredClone(o);return f==null||c.forEach((i,t)=>{if(f[t]!==void 0){const r=f[t];(0,e.isObjectNotArray)(r)&&(0,e.isObjectNotArray)(i)?c[t]=(0,e.deepMerge)(i,r):c[t]=r}}),c}return n(l,"applyDefault$1"),vi}n(xu,"requireApplyDefault");var Si={},Yi={},Du;function Dm(){if(Du)return Yi;Du=1,Object.defineProperty(Yi,"__esModule",{value:!0}),Yi.parserSeemsToBeTSESLint=e;function e(l){return!!l&&/(?:typescript-eslint|\.\.)[\w/\\]*parser/.test(l)}return n(e,"parserSeemsToBeTSESLint$1"),Yi}n(Dm,"requireParserSeemsToBeTSESLint");var Fu;function Fm(){if(Fu)return Si;Fu=1,Object.defineProperty(Si,"__esModule",{value:!0}),Si.getParserServices=f;const e=Dm(),l="You have used a rule which requires type information, but don't have parserOptions set to generate type information for this file. See https://typescript-eslint.io/getting-started/typed-linting for enabling linting with type information.",o='Note: detected a parser other than @typescript-eslint/parser. Make sure the parser is configured to forward "parserOptions.project" to @typescript-eslint/parser.';function f(i,t=!1){const r=i.parserPath||i.languageOptions.parser?.meta?.name;return(i.sourceCode.parserServices?.esTreeNodeToTSNodeMap==null||i.sourceCode.parserServices.tsNodeToESTreeNodeMap==null)&&c(r),i.sourceCode.parserServices.program==null&&!t&&c(r),i.sourceCode.parserServices}n(f,"getParserServices$1");function c(i){const t=[l,`Parser: ${i||"(unknown)"}`,!(0,e.parserSeemsToBeTSESLint)(i)&&o].filter(Boolean);throw new Error(t.join(`
|
|
14
|
-
`))}return n(c,"throwError"),Si}n(Fm,"requireGetParserServices");var Ks={},ku;function km(){return ku||(ku=1,Object.defineProperty(Ks,"__esModule",{value:!0})),Ks}n(km,"requireInferTypesFromRule");var Be={},ju;function jm(){if(ju)return Be;ju=1,Object.defineProperty(Be,"__esModule",{value:!0}),Be.NullThrowsReasons=void 0,Be.nullThrows=e,Be.NullThrowsReasons={MissingParent:"Expected node to have a parent.",MissingToken:n((l,o)=>`Expected to find a ${l} for the ${o}.`,"MissingToken")};function e(l,o){if(l==null)throw new Error(`Non-null Assertion Failed: ${o}`);return l}return n(e,"nullThrows$1"),Be}n(jm,"requireNullThrows");var Li={},Nu;function Nm(){if(Nu)return Li;Nu=1,Object.defineProperty(Li,"__esModule",{value:!0}),Li.RuleCreator=l;const e=xu();function l(f){return n(function({meta:i,name:t,...r}){return o({meta:{...i,docs:{...i.docs,url:f(t)}},...r})},"createNamedRule")}n(l,"RuleCreator$1");function o({create:f,defaultOptions:c,meta:i}){return{create(t){const r=(0,e.applyDefault)(c,t.options);return f(t,r)},defaultOptions:c,meta:i}}return n(o,"createRule"),l.withoutDocs=n(function(c){return o(c)},"withoutDocs"),Li}n(Nm,"requireRuleCreator");var Bu;function Bm(){return Bu||(Bu=1,function(e){var l=rt.__createBinding||(Object.create?function(f,c,i,t){t===void 0&&(t=i);var r=Object.getOwnPropertyDescriptor(c,i);(!r||("get"in r?!c.__esModule:r.writable||r.configurable))&&(r={enumerable:!0,get:n(function(){return c[i]},"get")}),Object.defineProperty(f,t,r)}:function(f,c,i,t){t===void 0&&(t=i),f[t]=c[i]}),o=rt.__exportStar||function(f,c){for(var i in f)i!=="default"&&!Object.prototype.hasOwnProperty.call(c,i)&&l(c,f,i)};Object.defineProperty(e,"__esModule",{value:!0}),o(xu(),e),o(Uu(),e),o(Fm(),e),o(km(),e),o(jm(),e),o(Nm(),e)}(rt)),rt}n(Bm,"requireEslintUtils");var Xs={},qu;function qm(){return qu||(qu=1,Object.defineProperty(Xs,"__esModule",{value:!0})),Xs}n(qm,"requireJsonSchema");var it={},zs={},Gu;function Gm(){return Gu||(Gu=1,Object.defineProperty(zs,"__esModule",{value:!0})),zs}n(Gm,"requireAST");var Js={},$u;function $m(){return $u||($u=1,Object.defineProperty(Js,"__esModule",{value:!0})),Js}n($m,"requireConfig");var Qs={},st={},Wu;function Hu(){if(Wu)return st;Wu=1,Object.defineProperty(st,"__esModule",{value:!0}),st.FlatESLint=void 0;const e=Qo;let l=class extends e.FlatESLint{static{n(this,"FlatESLint")}};return st.FlatESLint=l,st}n(Hu,"requireFlatESLint");var ot={},Ku;function Wm(){if(Ku)return ot;Ku=1,Object.defineProperty(ot,"__esModule",{value:!0}),ot.LegacyESLint=void 0;const e=Qo;let l=class extends e.LegacyESLint{static{n(this,"LegacyESLint")}};return ot.LegacyESLint=l,ot}n(Wm,"requireLegacyESLint");var Xu;function Hm(){return Xu||(Xu=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.LegacyESLint=e.ESLint=e.FlatESLint=void 0;var l=Hu();Object.defineProperty(e,"FlatESLint",{enumerable:!0,get:n(function(){return l.FlatESLint},"get")});var o=Hu();Object.defineProperty(e,"ESLint",{enumerable:!0,get:n(function(){return o.FlatESLint},"get")});var f=Wm();Object.defineProperty(e,"LegacyESLint",{enumerable:!0,get:n(function(){return f.LegacyESLint},"get")})}(Qs)),Qs}n(Hm,"requireESLint");var at={},zu;function Km(){if(zu)return at;zu=1,Object.defineProperty(at,"__esModule",{value:!0}),at.Linter=void 0;const e=Xi;let l=class extends e.Linter{static{n(this,"Linter")}};return at.Linter=l,at}n(Km,"requireLinter");var Zs={},Ju;function Xm(){return Ju||(Ju=1,Object.defineProperty(Zs,"__esModule",{value:!0})),Zs}n(Xm,"requireParser");var eo={},Qu;function zm(){return Qu||(Qu=1,Object.defineProperty(eo,"__esModule",{value:!0})),eo}n(zm,"requireParserOptions");var to={},Zu;function Jm(){return Zu||(Zu=1,Object.defineProperty(to,"__esModule",{value:!0})),to}n(Jm,"requireProcessor");var ro={},el;function Qm(){return el||(el=1,Object.defineProperty(ro,"__esModule",{value:!0})),ro}n(Qm,"requireRule");var ut={},tl;function Zm(){if(tl)return ut;tl=1,Object.defineProperty(ut,"__esModule",{value:!0}),ut.RuleTester=void 0;const e=Xi;let l=class extends e.RuleTester{static{n(this,"RuleTester")}};return ut.RuleTester=l,ut}n(Zm,"requireRuleTester");var Se={},lt={},Ai={},no={},ct={},ft={},rl;function nl(){if(rl)return ft;rl=1;const e={ArrayExpression:["elements"],ArrayPattern:["elements"],ArrowFunctionExpression:["params","body"],AssignmentExpression:["left","right"],AssignmentPattern:["left","right"],AwaitExpression:["argument"],BinaryExpression:["left","right"],BlockStatement:["body"],BreakStatement:["label"],CallExpression:["callee","arguments"],CatchClause:["param","body"],ChainExpression:["expression"],ClassBody:["body"],ClassDeclaration:["id","superClass","body"],ClassExpression:["id","superClass","body"],ConditionalExpression:["test","consequent","alternate"],ContinueStatement:["label"],DebuggerStatement:[],DoWhileStatement:["body","test"],EmptyStatement:[],ExperimentalRestProperty:["argument"],ExperimentalSpreadProperty:["argument"],ExportAllDeclaration:["exported","source","attributes"],ExportDefaultDeclaration:["declaration"],ExportNamedDeclaration:["declaration","specifiers","source","attributes"],ExportSpecifier:["exported","local"],ExpressionStatement:["expression"],ForInStatement:["left","right","body"],ForOfStatement:["left","right","body"],ForStatement:["init","test","update","body"],FunctionDeclaration:["id","params","body"],FunctionExpression:["id","params","body"],Identifier:[],IfStatement:["test","consequent","alternate"],ImportAttribute:["key","value"],ImportDeclaration:["specifiers","source","attributes"],ImportDefaultSpecifier:["local"],ImportExpression:["source","options"],ImportNamespaceSpecifier:["local"],ImportSpecifier:["imported","local"],JSXAttribute:["name","value"],JSXClosingElement:["name"],JSXClosingFragment:[],JSXElement:["openingElement","children","closingElement"],JSXEmptyExpression:[],JSXExpressionContainer:["expression"],JSXFragment:["openingFragment","children","closingFragment"],JSXIdentifier:[],JSXMemberExpression:["object","property"],JSXNamespacedName:["namespace","name"],JSXOpeningElement:["name","attributes"],JSXOpeningFragment:[],JSXSpreadAttribute:["argument"],JSXSpreadChild:["expression"],JSXText:[],LabeledStatement:["label","body"],Literal:[],LogicalExpression:["left","right"],MemberExpression:["object","property"],MetaProperty:["meta","property"],MethodDefinition:["key","value"],NewExpression:["callee","arguments"],ObjectExpression:["properties"],ObjectPattern:["properties"],PrivateIdentifier:[],Program:["body"],Property:["key","value"],PropertyDefinition:["key","value"],RestElement:["argument"],ReturnStatement:["argument"],SequenceExpression:["expressions"],SpreadElement:["argument"],StaticBlock:["body"],Super:[],SwitchCase:["test","consequent"],SwitchStatement:["discriminant","cases"],TaggedTemplateExpression:["tag","quasi"],TemplateElement:[],TemplateLiteral:["quasis","expressions"],ThisExpression:[],ThrowStatement:["argument"],TryStatement:["block","handler","finalizer"],UnaryExpression:["argument"],UpdateExpression:["argument"],VariableDeclaration:["declarations"],VariableDeclarator:["id","init"],WhileStatement:["test","body"],WithStatement:["object","body"],YieldExpression:["argument"]},l=Object.keys(e);for(const t of l)Object.freeze(e[t]);Object.freeze(e);const o=new Set(["parent","leadingComments","trailingComments"]);function f(t){return!o.has(t)&&t[0]!=="_"}n(f,"filterKey");function c(t){return Object.keys(t).filter(f)}n(c,"getKeys");function i(t){const r=Object.assign({},e);for(const s of Object.keys(t))if(Object.hasOwn(r,s)){const u=new Set(t[s]);for(const E of r[s])u.add(E);r[s]=Object.freeze(Array.from(u))}else r[s]=Object.freeze(Array.from(t[s]));return Object.freeze(r)}return n(i,"unionWith"),ft.KEYS=e,ft.getKeys=c,ft.unionWith=i,ft}n(nl,"requireEslintVisitorKeys");var il;function ey(){if(il)return ct;il=1,Object.defineProperty(ct,"__esModule",{value:!0}),ct.getKeys=void 0;const e=nl();return ct.getKeys=e.getKeys,ct}n(ey,"requireGetKeys");var Ye={},sl;function ty(){if(sl)return Ye;sl=1;var e=Ye.__createBinding||(Object.create?function(t,r,s,u){u===void 0&&(u=s);var E=Object.getOwnPropertyDescriptor(r,s);(!E||("get"in E?!r.__esModule:E.writable||E.configurable))&&(E={enumerable:!0,get:n(function(){return r[s]},"get")}),Object.defineProperty(t,u,E)}:function(t,r,s,u){u===void 0&&(u=s),t[u]=r[s]}),l=Ye.__setModuleDefault||(Object.create?function(t,r){Object.defineProperty(t,"default",{enumerable:!0,value:r})}:function(t,r){t.default=r}),o=Ye.__importStar||function(){var t=n(function(r){return t=Object.getOwnPropertyNames||function(s){var u=[];for(var E in s)Object.prototype.hasOwnProperty.call(s,E)&&(u[u.length]=E);return u},t(r)},"ownKeys");return function(r){if(r&&r.__esModule)return r;var s={};if(r!=null)for(var u=t(r),E=0;E<u.length;E++)u[E]!=="default"&&e(s,r,u[E]);return l(s,r),s}}();Object.defineProperty(Ye,"__esModule",{value:!0}),Ye.visitorKeys=void 0;const f=o(nl()),c=(()=>{const t=["typeParameters","params","returnType"],r=[...t,"body"],s=["decorators","key","typeAnnotation"];return{AbstractPropertyDefinition:["decorators","key","typeAnnotation"],AnonymousFunction:r,AsExpression:["expression","typeAnnotation"],ClassDeclaration:["decorators","id","typeParameters","superClass","superTypeArguments","implements","body"],Function:["id",...r],FunctionType:t,PropertyDefinition:[...s,"value"]}})(),i={AccessorProperty:c.PropertyDefinition,ArrayPattern:["decorators","elements","typeAnnotation"],ArrowFunctionExpression:c.AnonymousFunction,AssignmentPattern:["decorators","left","right","typeAnnotation"],CallExpression:["callee","typeArguments","arguments"],ClassDeclaration:c.ClassDeclaration,ClassExpression:c.ClassDeclaration,Decorator:["expression"],ExportAllDeclaration:["exported","source","assertions"],ExportNamedDeclaration:["declaration","specifiers","source","assertions"],FunctionDeclaration:c.Function,FunctionExpression:c.Function,Identifier:["decorators","typeAnnotation"],ImportAttribute:["key","value"],ImportDeclaration:["specifiers","source","assertions"],ImportExpression:["source","options"],JSXClosingFragment:[],JSXOpeningElement:["name","typeArguments","attributes"],JSXOpeningFragment:[],JSXSpreadChild:["expression"],MethodDefinition:["decorators","key","value"],NewExpression:["callee","typeArguments","arguments"],ObjectPattern:["decorators","properties","typeAnnotation"],PropertyDefinition:c.PropertyDefinition,RestElement:["decorators","argument","typeAnnotation"],StaticBlock:["body"],TaggedTemplateExpression:["tag","typeArguments","quasi"],TSAbstractAccessorProperty:c.AbstractPropertyDefinition,TSAbstractKeyword:[],TSAbstractMethodDefinition:["key","value"],TSAbstractPropertyDefinition:c.AbstractPropertyDefinition,TSAnyKeyword:[],TSArrayType:["elementType"],TSAsExpression:c.AsExpression,TSAsyncKeyword:[],TSBigIntKeyword:[],TSBooleanKeyword:[],TSCallSignatureDeclaration:c.FunctionType,TSClassImplements:["expression","typeArguments"],TSConditionalType:["checkType","extendsType","trueType","falseType"],TSConstructorType:c.FunctionType,TSConstructSignatureDeclaration:c.FunctionType,TSDeclareFunction:c.Function,TSDeclareKeyword:[],TSEmptyBodyFunctionExpression:["id",...c.FunctionType],TSEnumBody:["members"],TSEnumDeclaration:["id","body"],TSEnumMember:["id","initializer"],TSExportAssignment:["expression"],TSExportKeyword:[],TSExternalModuleReference:["expression"],TSFunctionType:c.FunctionType,TSImportEqualsDeclaration:["id","moduleReference"],TSImportType:["argument","qualifier","typeArguments"],TSIndexedAccessType:["indexType","objectType"],TSIndexSignature:["parameters","typeAnnotation"],TSInferType:["typeParameter"],TSInstantiationExpression:["expression","typeArguments"],TSInterfaceBody:["body"],TSInterfaceDeclaration:["id","typeParameters","extends","body"],TSInterfaceHeritage:["expression","typeArguments"],TSIntersectionType:["types"],TSIntrinsicKeyword:[],TSLiteralType:["literal"],TSMappedType:["key","constraint","nameType","typeAnnotation"],TSMethodSignature:["typeParameters","key","params","returnType"],TSModuleBlock:["body"],TSModuleDeclaration:["id","body"],TSNamedTupleMember:["label","elementType"],TSNamespaceExportDeclaration:["id"],TSNeverKeyword:[],TSNonNullExpression:["expression"],TSNullKeyword:[],TSNumberKeyword:[],TSObjectKeyword:[],TSOptionalType:["typeAnnotation"],TSParameterProperty:["decorators","parameter"],TSPrivateKeyword:[],TSPropertySignature:["typeAnnotation","key"],TSProtectedKeyword:[],TSPublicKeyword:[],TSQualifiedName:["left","right"],TSReadonlyKeyword:[],TSRestType:["typeAnnotation"],TSSatisfiesExpression:c.AsExpression,TSStaticKeyword:[],TSStringKeyword:[],TSSymbolKeyword:[],TSTemplateLiteralType:["quasis","types"],TSThisType:[],TSTupleType:["elementTypes"],TSTypeAliasDeclaration:["id","typeParameters","typeAnnotation"],TSTypeAnnotation:["typeAnnotation"],TSTypeAssertion:["typeAnnotation","expression"],TSTypeLiteral:["members"],TSTypeOperator:["typeAnnotation"],TSTypeParameter:["name","constraint","default"],TSTypeParameterDeclaration:["params"],TSTypeParameterInstantiation:["params"],TSTypePredicate:["typeAnnotation","parameterName"],TSTypeQuery:["exprName","typeArguments"],TSTypeReference:["typeName","typeArguments"],TSUndefinedKeyword:[],TSUnionType:["types"],TSUnknownKeyword:[],TSVoidKeyword:[]};return Ye.visitorKeys=f.unionWith(i),Ye}n(ty,"requireVisitorKeys");var ol;function al(){return ol||(ol=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.visitorKeys=e.getKeys=void 0;var l=ey();Object.defineProperty(e,"getKeys",{enumerable:!0,get:n(function(){return l.getKeys},"get")});var o=ty();Object.defineProperty(e,"visitorKeys",{enumerable:!0,get:n(function(){return o.visitorKeys},"get")})}(no)),no}n(al,"requireDist$2");var io={},pt={},Ci={},ul;function Et(){if(ul)return Ci;ul=1,Object.defineProperty(Ci,"__esModule",{value:!0}),Ci.assert=e;function e(l,o){if(l==null)throw new Error(o)}return n(e,"assert$1"),Ci}n(Et,"requireAssert");var dt={},Tt={},Pt={},mt={},ll;function Vi(){if(ll)return mt;ll=1,Object.defineProperty(mt,"__esModule",{value:!0}),mt.createIdGenerator=o,mt.resetIds=f;const e=new Map;let l=0;function o(){const c=l+=1;return e.set(c,0),()=>{const t=(e.get(c)??0)+1;return e.set(c,t),t}}n(o,"createIdGenerator");function f(){e.clear()}return n(f,"resetIds"),mt}n(Vi,"requireID");var cl;function se(){if(cl)return Pt;cl=1,Object.defineProperty(Pt,"__esModule",{value:!0}),Pt.DefinitionBase=void 0;const l=(0,Vi().createIdGenerator)();let o=class{static{n(this,"DefinitionBase")}$id=l();type;name;node;parent;constructor(c,i,t,r){this.type=c,this.name=i,this.node=t,this.parent=r}};return Pt.DefinitionBase=o,Pt}n(se,"requireDefinitionBase");var yt={},fl;function te(){if(fl)return yt;fl=1,Object.defineProperty(yt,"__esModule",{value:!0}),yt.DefinitionType=void 0;var e;return function(l){l.CatchClause="CatchClause",l.ClassName="ClassName",l.FunctionName="FunctionName",l.ImplicitGlobalVariable="ImplicitGlobalVariable",l.ImportBinding="ImportBinding",l.Parameter="Parameter",l.TSEnumName="TSEnumName",l.TSEnumMember="TSEnumMemberName",l.TSModuleName="TSModuleName",l.Type="Type",l.Variable="Variable"}(e||(yt.DefinitionType=e={})),yt}n(te,"requireDefinitionType");var pl;function ry(){if(pl)return Tt;pl=1,Object.defineProperty(Tt,"__esModule",{value:!0}),Tt.CatchClauseDefinition=void 0;const e=se(),l=te();let o=class extends e.DefinitionBase{static{n(this,"CatchClauseDefinition")}isTypeDefinition=!1;isVariableDefinition=!0;constructor(c,i){super(l.DefinitionType.CatchClause,c,i,null)}};return Tt.CatchClauseDefinition=o,Tt}n(ry,"requireCatchClauseDefinition");var ht={},El;function ny(){if(El)return ht;El=1,Object.defineProperty(ht,"__esModule",{value:!0}),ht.ClassNameDefinition=void 0;const e=se(),l=te();let o=class extends e.DefinitionBase{static{n(this,"ClassNameDefinition")}isTypeDefinition=!0;isVariableDefinition=!0;constructor(c,i){super(l.DefinitionType.ClassName,c,i,null)}};return ht.ClassNameDefinition=o,ht}n(ny,"requireClassNameDefinition");var so={},dl;function iy(){return dl||(dl=1,Object.defineProperty(so,"__esModule",{value:!0})),so}n(iy,"requireDefinition$1");var _t={},Tl;function sy(){if(Tl)return _t;Tl=1,Object.defineProperty(_t,"__esModule",{value:!0}),_t.FunctionNameDefinition=void 0;const e=se(),l=te();let o=class extends e.DefinitionBase{static{n(this,"FunctionNameDefinition")}isTypeDefinition=!1;isVariableDefinition=!0;constructor(c,i){super(l.DefinitionType.FunctionName,c,i,null)}};return _t.FunctionNameDefinition=o,_t}n(sy,"requireFunctionNameDefinition");var bt={},Pl;function ml(){if(Pl)return bt;Pl=1,Object.defineProperty(bt,"__esModule",{value:!0}),bt.ImplicitGlobalVariableDefinition=void 0;const e=se(),l=te();let o=class extends e.DefinitionBase{static{n(this,"ImplicitGlobalVariableDefinition")}isTypeDefinition=!1;isVariableDefinition=!0;constructor(c,i){super(l.DefinitionType.ImplicitGlobalVariable,c,i,null)}};return bt.ImplicitGlobalVariableDefinition=o,bt}n(ml,"requireImplicitGlobalVariableDefinition");var gt={},yl;function oy(){if(yl)return gt;yl=1,Object.defineProperty(gt,"__esModule",{value:!0}),gt.ImportBindingDefinition=void 0;const e=se(),l=te();let o=class extends e.DefinitionBase{static{n(this,"ImportBindingDefinition")}isTypeDefinition=!0;isVariableDefinition=!0;constructor(c,i,t){super(l.DefinitionType.ImportBinding,c,i,t)}};return gt.ImportBindingDefinition=o,gt}n(oy,"requireImportBindingDefinition");var vt={},hl;function ay(){if(hl)return vt;hl=1,Object.defineProperty(vt,"__esModule",{value:!0}),vt.ParameterDefinition=void 0;const e=se(),l=te();let o=class extends e.DefinitionBase{static{n(this,"ParameterDefinition")}isTypeDefinition=!1;isVariableDefinition=!0;rest;constructor(c,i,t){super(l.DefinitionType.Parameter,c,i,null),this.rest=t}};return vt.ParameterDefinition=o,vt}n(ay,"requireParameterDefinition");var St={},_l;function uy(){if(_l)return St;_l=1,Object.defineProperty(St,"__esModule",{value:!0}),St.TSEnumMemberDefinition=void 0;const e=se(),l=te();let o=class extends e.DefinitionBase{static{n(this,"TSEnumMemberDefinition")}isTypeDefinition=!0;isVariableDefinition=!0;constructor(c,i){super(l.DefinitionType.TSEnumMember,c,i,null)}};return St.TSEnumMemberDefinition=o,St}n(uy,"requireTSEnumMemberDefinition");var Yt={},bl;function ly(){if(bl)return Yt;bl=1,Object.defineProperty(Yt,"__esModule",{value:!0}),Yt.TSEnumNameDefinition=void 0;const e=se(),l=te();let o=class extends e.DefinitionBase{static{n(this,"TSEnumNameDefinition")}isTypeDefinition=!0;isVariableDefinition=!0;constructor(c,i){super(l.DefinitionType.TSEnumName,c,i,null)}};return Yt.TSEnumNameDefinition=o,Yt}n(ly,"requireTSEnumNameDefinition");var Lt={},gl;function cy(){if(gl)return Lt;gl=1,Object.defineProperty(Lt,"__esModule",{value:!0}),Lt.TSModuleNameDefinition=void 0;const e=se(),l=te();let o=class extends e.DefinitionBase{static{n(this,"TSModuleNameDefinition")}isTypeDefinition=!0;isVariableDefinition=!0;constructor(c,i){super(l.DefinitionType.TSModuleName,c,i,null)}};return Lt.TSModuleNameDefinition=o,Lt}n(cy,"requireTSModuleNameDefinition");var At={},vl;function fy(){if(vl)return At;vl=1,Object.defineProperty(At,"__esModule",{value:!0}),At.TypeDefinition=void 0;const e=se(),l=te();let o=class extends e.DefinitionBase{static{n(this,"TypeDefinition")}isTypeDefinition=!0;isVariableDefinition=!1;constructor(c,i){super(l.DefinitionType.Type,c,i,null)}};return At.TypeDefinition=o,At}n(fy,"requireTypeDefinition");var Ct={},Sl;function py(){if(Sl)return Ct;Sl=1,Object.defineProperty(Ct,"__esModule",{value:!0}),Ct.VariableDefinition=void 0;const e=se(),l=te();let o=class extends e.DefinitionBase{static{n(this,"VariableDefinition")}isTypeDefinition=!1;isVariableDefinition=!0;constructor(c,i,t){super(l.DefinitionType.Variable,c,i,t)}};return Ct.VariableDefinition=o,Ct}n(py,"requireVariableDefinition");var Yl;function Me(){return Yl||(Yl=1,function(e){var l=dt.__createBinding||(Object.create?function(f,c,i,t){t===void 0&&(t=i);var r=Object.getOwnPropertyDescriptor(c,i);(!r||("get"in r?!c.__esModule:r.writable||r.configurable))&&(r={enumerable:!0,get:n(function(){return c[i]},"get")}),Object.defineProperty(f,t,r)}:function(f,c,i,t){t===void 0&&(t=i),f[t]=c[i]}),o=dt.__exportStar||function(f,c){for(var i in f)i!=="default"&&!Object.prototype.hasOwnProperty.call(c,i)&&l(c,f,i)};Object.defineProperty(e,"__esModule",{value:!0}),o(ry(),e),o(ny(),e),o(iy(),e),o(te(),e),o(sy(),e),o(ml(),e),o(oy(),e),o(ay(),e),o(uy(),e),o(ly(),e),o(cy(),e),o(fy(),e),o(py(),e)}(dt)),dt}n(Me,"requireDefinition");var Vt={},Rt={},de={},Ll;function R(){return Ll||(Ll=1,Object.defineProperty(de,"__esModule",{value:!0}),de.TYPE_VALUE=de.VALUE=de.TYPE=void 0,de.TYPE=Object.freeze({eslintImplicitGlobalSetting:"readonly",isTypeVariable:!0,isValueVariable:!1}),de.VALUE=Object.freeze({eslintImplicitGlobalSetting:"readonly",isTypeVariable:!1,isValueVariable:!0}),de.TYPE_VALUE=Object.freeze({eslintImplicitGlobalSetting:"readonly",isTypeVariable:!0,isValueVariable:!0})),de}n(R,"requireBaseConfig");var Al;function oo(){if(Al)return Rt;Al=1,Object.defineProperty(Rt,"__esModule",{value:!0}),Rt.decorators=void 0;const e=R();return Rt.decorators={ClassAccessorDecoratorContext:e.TYPE,ClassAccessorDecoratorResult:e.TYPE,ClassAccessorDecoratorTarget:e.TYPE,ClassDecoratorContext:e.TYPE,ClassFieldDecoratorContext:e.TYPE,ClassGetterDecoratorContext:e.TYPE,ClassMemberDecoratorContext:e.TYPE,ClassMethodDecoratorContext:e.TYPE,ClassSetterDecoratorContext:e.TYPE,DecoratorContext:e.TYPE,DecoratorMetadata:e.TYPE,DecoratorMetadataObject:e.TYPE},Rt}n(oo,"requireDecorators");var Ot={},Cl;function Vl(){if(Cl)return Ot;Cl=1,Object.defineProperty(Ot,"__esModule",{value:!0}),Ot.decorators_legacy=void 0;const e=R();return Ot.decorators_legacy={ClassDecorator:e.TYPE,MethodDecorator:e.TYPE,ParameterDecorator:e.TYPE,PropertyDecorator:e.TYPE},Ot}n(Vl,"requireDecorators_legacy");var wt={},Rl;function re(){if(Rl)return wt;Rl=1,Object.defineProperty(wt,"__esModule",{value:!0}),wt.dom=void 0;const e=R();return wt.dom={AbortController:e.TYPE_VALUE,AbortSignal:e.TYPE_VALUE,AbortSignalEventMap:e.TYPE,AbstractRange:e.TYPE_VALUE,AbstractWorker:e.TYPE,AbstractWorkerEventMap:e.TYPE,AddEventListenerOptions:e.TYPE,AddressErrors:e.TYPE,AesCbcParams:e.TYPE,AesCtrParams:e.TYPE,AesDerivedKeyParams:e.TYPE,AesGcmParams:e.TYPE,AesKeyAlgorithm:e.TYPE,AesKeyGenParams:e.TYPE,Algorithm:e.TYPE,AlgorithmIdentifier:e.TYPE,AlignSetting:e.TYPE,AllowSharedBufferSource:e.TYPE,AlphaOption:e.TYPE,AnalyserNode:e.TYPE_VALUE,AnalyserOptions:e.TYPE,ANGLE_instanced_arrays:e.TYPE,Animatable:e.TYPE,Animation:e.TYPE_VALUE,AnimationEffect:e.TYPE_VALUE,AnimationEvent:e.TYPE_VALUE,AnimationEventInit:e.TYPE,AnimationEventMap:e.TYPE,AnimationFrameProvider:e.TYPE,AnimationPlaybackEvent:e.TYPE_VALUE,AnimationPlaybackEventInit:e.TYPE,AnimationPlayState:e.TYPE,AnimationReplaceState:e.TYPE,AnimationTimeline:e.TYPE_VALUE,AppendMode:e.TYPE,ARIAMixin:e.TYPE,AssignedNodesOptions:e.TYPE,AttestationConveyancePreference:e.TYPE,Attr:e.TYPE_VALUE,AudioBuffer:e.TYPE_VALUE,AudioBufferOptions:e.TYPE,AudioBufferSourceNode:e.TYPE_VALUE,AudioBufferSourceOptions:e.TYPE,AudioConfiguration:e.TYPE,AudioContext:e.TYPE_VALUE,AudioContextLatencyCategory:e.TYPE,AudioContextOptions:e.TYPE,AudioContextState:e.TYPE,AudioData:e.TYPE_VALUE,AudioDataCopyToOptions:e.TYPE,AudioDataInit:e.TYPE,AudioDataOutputCallback:e.TYPE,AudioDecoder:e.TYPE_VALUE,AudioDecoderConfig:e.TYPE,AudioDecoderEventMap:e.TYPE,AudioDecoderInit:e.TYPE,AudioDecoderSupport:e.TYPE,AudioDestinationNode:e.TYPE_VALUE,AudioEncoder:e.TYPE_VALUE,AudioEncoderConfig:e.TYPE,AudioEncoderEventMap:e.TYPE,AudioEncoderInit:e.TYPE,AudioEncoderSupport:e.TYPE,AudioListener:e.TYPE_VALUE,AudioNode:e.TYPE_VALUE,AudioNodeOptions:e.TYPE,AudioParam:e.TYPE_VALUE,AudioParamMap:e.TYPE_VALUE,AudioProcessingEvent:e.TYPE_VALUE,AudioProcessingEventInit:e.TYPE,AudioSampleFormat:e.TYPE,AudioScheduledSourceNode:e.TYPE_VALUE,AudioScheduledSourceNodeEventMap:e.TYPE,AudioTimestamp:e.TYPE,AudioWorklet:e.TYPE_VALUE,AudioWorkletNode:e.TYPE_VALUE,AudioWorkletNodeEventMap:e.TYPE,AudioWorkletNodeOptions:e.TYPE,AuthenticationExtensionsClientInputs:e.TYPE,AuthenticationExtensionsClientInputsJSON:e.TYPE,AuthenticationExtensionsClientOutputs:e.TYPE,AuthenticationExtensionsPRFInputs:e.TYPE,AuthenticationExtensionsPRFOutputs:e.TYPE,AuthenticationExtensionsPRFValues:e.TYPE,AuthenticatorAssertionResponse:e.TYPE_VALUE,AuthenticatorAttachment:e.TYPE,AuthenticatorAttestationResponse:e.TYPE_VALUE,AuthenticatorResponse:e.TYPE_VALUE,AuthenticatorSelectionCriteria:e.TYPE,AuthenticatorTransport:e.TYPE,AutoFill:e.TYPE,AutoFillAddressKind:e.TYPE,AutoFillBase:e.TYPE,AutoFillContactField:e.TYPE,AutoFillContactKind:e.TYPE,AutoFillCredentialField:e.TYPE,AutoFillField:e.TYPE,AutoFillNormalField:e.TYPE,AutoFillSection:e.TYPE,AutoKeyword:e.TYPE,AutomationRate:e.TYPE,AvcBitstreamFormat:e.TYPE,AvcEncoderConfig:e.TYPE,BarProp:e.TYPE_VALUE,Base64URLString:e.TYPE,BaseAudioContext:e.TYPE_VALUE,BaseAudioContextEventMap:e.TYPE,BeforeUnloadEvent:e.TYPE_VALUE,BigInteger:e.TYPE,BinaryType:e.TYPE,BiquadFilterNode:e.TYPE_VALUE,BiquadFilterOptions:e.TYPE,BiquadFilterType:e.TYPE,BitrateMode:e.TYPE,Blob:e.TYPE_VALUE,BlobCallback:e.TYPE,BlobEvent:e.TYPE_VALUE,BlobEventInit:e.TYPE,BlobPart:e.TYPE,BlobPropertyBag:e.TYPE,Body:e.TYPE,BodyInit:e.TYPE,BroadcastChannel:e.TYPE_VALUE,BroadcastChannelEventMap:e.TYPE,BufferSource:e.TYPE,ByteLengthQueuingStrategy:e.TYPE_VALUE,Cache:e.TYPE_VALUE,CacheQueryOptions:e.TYPE,CacheStorage:e.TYPE_VALUE,CanPlayTypeResult:e.TYPE,CanvasCaptureMediaStreamTrack:e.TYPE_VALUE,CanvasCompositing:e.TYPE,CanvasDirection:e.TYPE,CanvasDrawImage:e.TYPE,CanvasDrawPath:e.TYPE,CanvasFillRule:e.TYPE,CanvasFillStrokeStyles:e.TYPE,CanvasFilters:e.TYPE,CanvasFontKerning:e.TYPE,CanvasFontStretch:e.TYPE,CanvasFontVariantCaps:e.TYPE,CanvasGradient:e.TYPE_VALUE,CanvasImageData:e.TYPE,CanvasImageSmoothing:e.TYPE,CanvasImageSource:e.TYPE,CanvasLineCap:e.TYPE,CanvasLineJoin:e.TYPE,CanvasPath:e.TYPE,CanvasPathDrawingStyles:e.TYPE,CanvasPattern:e.TYPE_VALUE,CanvasRect:e.TYPE,CanvasRenderingContext2D:e.TYPE_VALUE,CanvasRenderingContext2DSettings:e.TYPE,CanvasShadowStyles:e.TYPE,CanvasState:e.TYPE,CanvasText:e.TYPE,CanvasTextAlign:e.TYPE,CanvasTextBaseline:e.TYPE,CanvasTextDrawingStyles:e.TYPE,CanvasTextRendering:e.TYPE,CanvasTransform:e.TYPE,CanvasUserInterface:e.TYPE,CaretPosition:e.TYPE_VALUE,CaretPositionFromPointOptions:e.TYPE,CDATASection:e.TYPE_VALUE,ChannelCountMode:e.TYPE,ChannelInterpretation:e.TYPE,ChannelMergerNode:e.TYPE_VALUE,ChannelMergerOptions:e.TYPE,ChannelSplitterNode:e.TYPE_VALUE,ChannelSplitterOptions:e.TYPE,CharacterData:e.TYPE_VALUE,CheckVisibilityOptions:e.TYPE,ChildNode:e.TYPE,ClientQueryOptions:e.TYPE,ClientRect:e.TYPE,ClientTypes:e.TYPE,Clipboard:e.TYPE_VALUE,ClipboardEvent:e.TYPE_VALUE,ClipboardEventInit:e.TYPE,ClipboardItem:e.TYPE_VALUE,ClipboardItemData:e.TYPE,ClipboardItemOptions:e.TYPE,ClipboardItems:e.TYPE,CloseEvent:e.TYPE_VALUE,CloseEventInit:e.TYPE,CodecState:e.TYPE,ColorGamut:e.TYPE,ColorSpaceConversion:e.TYPE,Comment:e.TYPE_VALUE,CompositeOperation:e.TYPE,CompositeOperationOrAuto:e.TYPE,CompositionEvent:e.TYPE_VALUE,CompositionEventInit:e.TYPE,CompressionFormat:e.TYPE,CompressionStream:e.TYPE_VALUE,ComputedEffectTiming:e.TYPE,ComputedKeyframe:e.TYPE,Console:e.TYPE,ConstantSourceNode:e.TYPE_VALUE,ConstantSourceOptions:e.TYPE,ConstrainBoolean:e.TYPE,ConstrainBooleanParameters:e.TYPE,ConstrainDOMString:e.TYPE,ConstrainDOMStringParameters:e.TYPE,ConstrainDouble:e.TYPE,ConstrainDoubleRange:e.TYPE,ConstrainULong:e.TYPE,ConstrainULongRange:e.TYPE,ContentVisibilityAutoStateChangeEvent:e.TYPE_VALUE,ContentVisibilityAutoStateChangeEventInit:e.TYPE,ConvolverNode:e.TYPE_VALUE,ConvolverOptions:e.TYPE,COSEAlgorithmIdentifier:e.TYPE,CountQueuingStrategy:e.TYPE_VALUE,Credential:e.TYPE_VALUE,CredentialCreationOptions:e.TYPE,CredentialMediationRequirement:e.TYPE,CredentialPropertiesOutput:e.TYPE,CredentialRequestOptions:e.TYPE,CredentialsContainer:e.TYPE_VALUE,Crypto:e.TYPE_VALUE,CryptoKey:e.TYPE_VALUE,CryptoKeyPair:e.TYPE,CSS:e.TYPE_VALUE,CSSAnimation:e.TYPE_VALUE,CSSConditionRule:e.TYPE_VALUE,CSSContainerRule:e.TYPE_VALUE,CSSCounterStyleRule:e.TYPE_VALUE,CSSFontFaceRule:e.TYPE_VALUE,CSSFontFeatureValuesRule:e.TYPE_VALUE,CSSFontPaletteValuesRule:e.TYPE_VALUE,CSSGroupingRule:e.TYPE_VALUE,CSSImageValue:e.TYPE_VALUE,CSSImportRule:e.TYPE_VALUE,CSSKeyframeRule:e.TYPE_VALUE,CSSKeyframesRule:e.TYPE_VALUE,CSSKeywordish:e.TYPE,CSSKeywordValue:e.TYPE_VALUE,CSSLayerBlockRule:e.TYPE_VALUE,CSSLayerStatementRule:e.TYPE_VALUE,CSSMathClamp:e.TYPE_VALUE,CSSMathInvert:e.TYPE_VALUE,CSSMathMax:e.TYPE_VALUE,CSSMathMin:e.TYPE_VALUE,CSSMathNegate:e.TYPE_VALUE,CSSMathOperator:e.TYPE,CSSMathProduct:e.TYPE_VALUE,CSSMathSum:e.TYPE_VALUE,CSSMathValue:e.TYPE_VALUE,CSSMatrixComponent:e.TYPE_VALUE,CSSMatrixComponentOptions:e.TYPE,CSSMediaRule:e.TYPE_VALUE,CSSNamespaceRule:e.TYPE_VALUE,CSSNumberish:e.TYPE,CSSNumericArray:e.TYPE_VALUE,CSSNumericBaseType:e.TYPE,CSSNumericType:e.TYPE,CSSNumericValue:e.TYPE_VALUE,CSSPageRule:e.TYPE_VALUE,CSSPerspective:e.TYPE_VALUE,CSSPerspectiveValue:e.TYPE,CSSPropertyRule:e.TYPE_VALUE,CSSRotate:e.TYPE_VALUE,CSSRule:e.TYPE_VALUE,CSSRuleList:e.TYPE_VALUE,CSSScale:e.TYPE_VALUE,CSSScopeRule:e.TYPE_VALUE,CSSSkew:e.TYPE_VALUE,CSSSkewX:e.TYPE_VALUE,CSSSkewY:e.TYPE_VALUE,CSSStartingStyleRule:e.TYPE_VALUE,CSSStyleDeclaration:e.TYPE_VALUE,CSSStyleRule:e.TYPE_VALUE,CSSStyleSheet:e.TYPE_VALUE,CSSStyleSheetInit:e.TYPE,CSSStyleValue:e.TYPE_VALUE,CSSSupportsRule:e.TYPE_VALUE,CSSTransformComponent:e.TYPE_VALUE,CSSTransformValue:e.TYPE_VALUE,CSSTransition:e.TYPE_VALUE,CSSTranslate:e.TYPE_VALUE,CSSUnitValue:e.TYPE_VALUE,CSSUnparsedSegment:e.TYPE,CSSUnparsedValue:e.TYPE_VALUE,CSSVariableReferenceValue:e.TYPE_VALUE,CustomElementConstructor:e.TYPE,CustomElementRegistry:e.TYPE_VALUE,CustomEvent:e.TYPE_VALUE,CustomEventInit:e.TYPE,CustomStateSet:e.TYPE_VALUE,DataTransfer:e.TYPE_VALUE,DataTransferItem:e.TYPE_VALUE,DataTransferItemList:e.TYPE_VALUE,DecodeErrorCallback:e.TYPE,DecodeSuccessCallback:e.TYPE,DecompressionStream:e.TYPE_VALUE,DelayNode:e.TYPE_VALUE,DelayOptions:e.TYPE,DeviceMotionEvent:e.TYPE_VALUE,DeviceMotionEventAcceleration:e.TYPE,DeviceMotionEventAccelerationInit:e.TYPE,DeviceMotionEventInit:e.TYPE,DeviceMotionEventRotationRate:e.TYPE,DeviceMotionEventRotationRateInit:e.TYPE,DeviceOrientationEvent:e.TYPE_VALUE,DeviceOrientationEventInit:e.TYPE,DirectionSetting:e.TYPE,DisplayCaptureSurfaceType:e.TYPE,DisplayMediaStreamOptions:e.TYPE,DistanceModelType:e.TYPE,Document:e.TYPE_VALUE,DocumentEventMap:e.TYPE,DocumentFragment:e.TYPE_VALUE,DocumentOrShadowRoot:e.TYPE,DocumentReadyState:e.TYPE,DocumentTimeline:e.TYPE_VALUE,DocumentTimelineOptions:e.TYPE,DocumentType:e.TYPE_VALUE,DocumentVisibilityState:e.TYPE,DOMException:e.TYPE_VALUE,DOMHighResTimeStamp:e.TYPE,DOMImplementation:e.TYPE_VALUE,DOMMatrix:e.TYPE_VALUE,DOMMatrix2DInit:e.TYPE,DOMMatrixInit:e.TYPE,DOMMatrixReadOnly:e.TYPE_VALUE,DOMParser:e.TYPE_VALUE,DOMParserSupportedType:e.TYPE,DOMPoint:e.TYPE_VALUE,DOMPointInit:e.TYPE,DOMPointReadOnly:e.TYPE_VALUE,DOMQuad:e.TYPE_VALUE,DOMQuadInit:e.TYPE,DOMRect:e.TYPE_VALUE,DOMRectInit:e.TYPE,DOMRectList:e.TYPE_VALUE,DOMRectReadOnly:e.TYPE_VALUE,DOMStringList:e.TYPE_VALUE,DOMStringMap:e.TYPE_VALUE,DOMTokenList:e.TYPE_VALUE,DoubleRange:e.TYPE,DragEvent:e.TYPE_VALUE,DragEventInit:e.TYPE,DynamicsCompressorNode:e.TYPE_VALUE,DynamicsCompressorOptions:e.TYPE,EcdhKeyDeriveParams:e.TYPE,EcdsaParams:e.TYPE,EcKeyAlgorithm:e.TYPE,EcKeyGenParams:e.TYPE,EcKeyImportParams:e.TYPE,EffectTiming:e.TYPE,Element:e.TYPE_VALUE,ElementContentEditable:e.TYPE,ElementCreationOptions:e.TYPE,ElementCSSInlineStyle:e.TYPE,ElementDefinitionOptions:e.TYPE,ElementEventMap:e.TYPE,ElementInternals:e.TYPE_VALUE,ElementTagNameMap:e.TYPE,EncodedAudioChunk:e.TYPE_VALUE,EncodedAudioChunkInit:e.TYPE,EncodedAudioChunkMetadata:e.TYPE,EncodedAudioChunkOutputCallback:e.TYPE,EncodedAudioChunkType:e.TYPE,EncodedVideoChunk:e.TYPE_VALUE,EncodedVideoChunkInit:e.TYPE,EncodedVideoChunkMetadata:e.TYPE,EncodedVideoChunkOutputCallback:e.TYPE,EncodedVideoChunkType:e.TYPE,EndingType:e.TYPE,EndOfStreamError:e.TYPE,EpochTimeStamp:e.TYPE,ErrorCallback:e.TYPE,ErrorEvent:e.TYPE_VALUE,ErrorEventInit:e.TYPE,Event:e.TYPE_VALUE,EventCounts:e.TYPE_VALUE,EventInit:e.TYPE,EventListener:e.TYPE,EventListenerObject:e.TYPE,EventListenerOptions:e.TYPE,EventListenerOrEventListenerObject:e.TYPE,EventModifierInit:e.TYPE,EventSource:e.TYPE_VALUE,EventSourceEventMap:e.TYPE,EventSourceInit:e.TYPE,EventTarget:e.TYPE_VALUE,EXT_blend_minmax:e.TYPE,EXT_color_buffer_float:e.TYPE,EXT_color_buffer_half_float:e.TYPE,EXT_float_blend:e.TYPE,EXT_frag_depth:e.TYPE,EXT_shader_texture_lod:e.TYPE,EXT_sRGB:e.TYPE,EXT_texture_compression_bptc:e.TYPE,EXT_texture_compression_rgtc:e.TYPE,EXT_texture_filter_anisotropic:e.TYPE,EXT_texture_norm16:e.TYPE,External:e.TYPE_VALUE,File:e.TYPE_VALUE,FileCallback:e.TYPE,FileList:e.TYPE_VALUE,FilePropertyBag:e.TYPE,FileReader:e.TYPE_VALUE,FileReaderEventMap:e.TYPE,FileSystem:e.TYPE_VALUE,FileSystemCreateWritableOptions:e.TYPE,FileSystemDirectoryEntry:e.TYPE_VALUE,FileSystemDirectoryHandle:e.TYPE_VALUE,FileSystemDirectoryReader:e.TYPE_VALUE,FileSystemEntriesCallback:e.TYPE,FileSystemEntry:e.TYPE_VALUE,FileSystemEntryCallback:e.TYPE,FileSystemFileEntry:e.TYPE_VALUE,FileSystemFileHandle:e.TYPE_VALUE,FileSystemFlags:e.TYPE,FileSystemGetDirectoryOptions:e.TYPE,FileSystemGetFileOptions:e.TYPE,FileSystemHandle:e.TYPE_VALUE,FileSystemHandleKind:e.TYPE,FileSystemRemoveOptions:e.TYPE,FileSystemWritableFileStream:e.TYPE_VALUE,FileSystemWriteChunkType:e.TYPE,FillMode:e.TYPE,Float32List:e.TYPE,FocusEvent:e.TYPE_VALUE,FocusEventInit:e.TYPE,FocusOptions:e.TYPE,FontDisplay:e.TYPE,FontFace:e.TYPE_VALUE,FontFaceDescriptors:e.TYPE,FontFaceLoadStatus:e.TYPE,FontFaceSet:e.TYPE_VALUE,FontFaceSetEventMap:e.TYPE,FontFaceSetLoadEvent:e.TYPE_VALUE,FontFaceSetLoadEventInit:e.TYPE,FontFaceSetLoadStatus:e.TYPE,FontFaceSource:e.TYPE,FormData:e.TYPE_VALUE,FormDataEntryValue:e.TYPE,FormDataEvent:e.TYPE_VALUE,FormDataEventInit:e.TYPE,FragmentDirective:e.TYPE_VALUE,FrameRequestCallback:e.TYPE,FullscreenNavigationUI:e.TYPE,FullscreenOptions:e.TYPE,FunctionStringCallback:e.TYPE,GainNode:e.TYPE_VALUE,GainOptions:e.TYPE,Gamepad:e.TYPE_VALUE,GamepadButton:e.TYPE_VALUE,GamepadEffectParameters:e.TYPE,GamepadEvent:e.TYPE_VALUE,GamepadEventInit:e.TYPE,GamepadHapticActuator:e.TYPE_VALUE,GamepadHapticEffectType:e.TYPE,GamepadHapticsResult:e.TYPE,GamepadMappingType:e.TYPE,GenericTransformStream:e.TYPE,Geolocation:e.TYPE_VALUE,GeolocationCoordinates:e.TYPE_VALUE,GeolocationPosition:e.TYPE_VALUE,GeolocationPositionError:e.TYPE_VALUE,GetAnimationsOptions:e.TYPE,GetHTMLOptions:e.TYPE,GetNotificationOptions:e.TYPE,GetRootNodeOptions:e.TYPE,GLbitfield:e.TYPE,GLboolean:e.TYPE,GLclampf:e.TYPE,GLenum:e.TYPE,GLfloat:e.TYPE,GLint:e.TYPE,GLint64:e.TYPE,GLintptr:e.TYPE,GlobalCompositeOperation:e.TYPE,GlobalEventHandlers:e.TYPE,GlobalEventHandlersEventMap:e.TYPE,GLsizei:e.TYPE,GLsizeiptr:e.TYPE,GLuint:e.TYPE,GLuint64:e.TYPE,HardwareAcceleration:e.TYPE,HashAlgorithmIdentifier:e.TYPE,HashChangeEvent:e.TYPE_VALUE,HashChangeEventInit:e.TYPE,HdrMetadataType:e.TYPE,Headers:e.TYPE_VALUE,HeadersInit:e.TYPE,Highlight:e.TYPE_VALUE,HighlightRegistry:e.TYPE_VALUE,HighlightType:e.TYPE,History:e.TYPE_VALUE,HkdfParams:e.TYPE,HmacImportParams:e.TYPE,HmacKeyAlgorithm:e.TYPE,HmacKeyGenParams:e.TYPE,HTMLAllCollection:e.TYPE_VALUE,HTMLAnchorElement:e.TYPE_VALUE,HTMLAreaElement:e.TYPE_VALUE,HTMLAudioElement:e.TYPE_VALUE,HTMLBaseElement:e.TYPE_VALUE,HTMLBodyElement:e.TYPE_VALUE,HTMLBodyElementEventMap:e.TYPE,HTMLBRElement:e.TYPE_VALUE,HTMLButtonElement:e.TYPE_VALUE,HTMLCanvasElement:e.TYPE_VALUE,HTMLCollection:e.TYPE_VALUE,HTMLCollectionBase:e.TYPE,HTMLCollectionOf:e.TYPE,HTMLDataElement:e.TYPE_VALUE,HTMLDataListElement:e.TYPE_VALUE,HTMLDetailsElement:e.TYPE_VALUE,HTMLDialogElement:e.TYPE_VALUE,HTMLDirectoryElement:e.TYPE_VALUE,HTMLDivElement:e.TYPE_VALUE,HTMLDListElement:e.TYPE_VALUE,HTMLDocument:e.TYPE_VALUE,HTMLElement:e.TYPE_VALUE,HTMLElementDeprecatedTagNameMap:e.TYPE,HTMLElementEventMap:e.TYPE,HTMLElementTagNameMap:e.TYPE,HTMLEmbedElement:e.TYPE_VALUE,HTMLFieldSetElement:e.TYPE_VALUE,HTMLFontElement:e.TYPE_VALUE,HTMLFormControlsCollection:e.TYPE_VALUE,HTMLFormElement:e.TYPE_VALUE,HTMLFrameElement:e.TYPE_VALUE,HTMLFrameSetElement:e.TYPE_VALUE,HTMLFrameSetElementEventMap:e.TYPE,HTMLHeadElement:e.TYPE_VALUE,HTMLHeadingElement:e.TYPE_VALUE,HTMLHRElement:e.TYPE_VALUE,HTMLHtmlElement:e.TYPE_VALUE,HTMLHyperlinkElementUtils:e.TYPE,HTMLIFrameElement:e.TYPE_VALUE,HTMLImageElement:e.TYPE_VALUE,HTMLInputElement:e.TYPE_VALUE,HTMLLabelElement:e.TYPE_VALUE,HTMLLegendElement:e.TYPE_VALUE,HTMLLIElement:e.TYPE_VALUE,HTMLLinkElement:e.TYPE_VALUE,HTMLMapElement:e.TYPE_VALUE,HTMLMarqueeElement:e.TYPE_VALUE,HTMLMediaElement:e.TYPE_VALUE,HTMLMediaElementEventMap:e.TYPE,HTMLMenuElement:e.TYPE_VALUE,HTMLMetaElement:e.TYPE_VALUE,HTMLMeterElement:e.TYPE_VALUE,HTMLModElement:e.TYPE_VALUE,HTMLObjectElement:e.TYPE_VALUE,HTMLOListElement:e.TYPE_VALUE,HTMLOptGroupElement:e.TYPE_VALUE,HTMLOptionElement:e.TYPE_VALUE,HTMLOptionsCollection:e.TYPE_VALUE,HTMLOrSVGElement:e.TYPE,HTMLOrSVGImageElement:e.TYPE,HTMLOrSVGScriptElement:e.TYPE,HTMLOutputElement:e.TYPE_VALUE,HTMLParagraphElement:e.TYPE_VALUE,HTMLParamElement:e.TYPE_VALUE,HTMLPictureElement:e.TYPE_VALUE,HTMLPreElement:e.TYPE_VALUE,HTMLProgressElement:e.TYPE_VALUE,HTMLQuoteElement:e.TYPE_VALUE,HTMLScriptElement:e.TYPE_VALUE,HTMLSelectElement:e.TYPE_VALUE,HTMLSlotElement:e.TYPE_VALUE,HTMLSourceElement:e.TYPE_VALUE,HTMLSpanElement:e.TYPE_VALUE,HTMLStyleElement:e.TYPE_VALUE,HTMLTableCaptionElement:e.TYPE_VALUE,HTMLTableCellElement:e.TYPE_VALUE,HTMLTableColElement:e.TYPE_VALUE,HTMLTableDataCellElement:e.TYPE,HTMLTableElement:e.TYPE_VALUE,HTMLTableHeaderCellElement:e.TYPE,HTMLTableRowElement:e.TYPE_VALUE,HTMLTableSectionElement:e.TYPE_VALUE,HTMLTemplateElement:e.TYPE_VALUE,HTMLTextAreaElement:e.TYPE_VALUE,HTMLTimeElement:e.TYPE_VALUE,HTMLTitleElement:e.TYPE_VALUE,HTMLTrackElement:e.TYPE_VALUE,HTMLUListElement:e.TYPE_VALUE,HTMLUnknownElement:e.TYPE_VALUE,HTMLVideoElement:e.TYPE_VALUE,HTMLVideoElementEventMap:e.TYPE,IDBCursor:e.TYPE_VALUE,IDBCursorDirection:e.TYPE,IDBCursorWithValue:e.TYPE_VALUE,IDBDatabase:e.TYPE_VALUE,IDBDatabaseEventMap:e.TYPE,IDBDatabaseInfo:e.TYPE,IDBFactory:e.TYPE_VALUE,IDBIndex:e.TYPE_VALUE,IDBIndexParameters:e.TYPE,IDBKeyRange:e.TYPE_VALUE,IDBObjectStore:e.TYPE_VALUE,IDBObjectStoreParameters:e.TYPE,IDBOpenDBRequest:e.TYPE_VALUE,IDBOpenDBRequestEventMap:e.TYPE,IDBRequest:e.TYPE_VALUE,IDBRequestEventMap:e.TYPE,IDBRequestReadyState:e.TYPE,IDBTransaction:e.TYPE_VALUE,IDBTransactionDurability:e.TYPE,IDBTransactionEventMap:e.TYPE,IDBTransactionMode:e.TYPE,IDBTransactionOptions:e.TYPE,IDBValidKey:e.TYPE,IDBVersionChangeEvent:e.TYPE_VALUE,IDBVersionChangeEventInit:e.TYPE,IdleDeadline:e.TYPE_VALUE,IdleRequestCallback:e.TYPE,IdleRequestOptions:e.TYPE,IIRFilterNode:e.TYPE_VALUE,IIRFilterOptions:e.TYPE,ImageBitmap:e.TYPE_VALUE,ImageBitmapOptions:e.TYPE,ImageBitmapRenderingContext:e.TYPE_VALUE,ImageBitmapRenderingContextSettings:e.TYPE,ImageBitmapSource:e.TYPE,ImageData:e.TYPE_VALUE,ImageDataSettings:e.TYPE,ImageEncodeOptions:e.TYPE,ImageOrientation:e.TYPE,ImageSmoothingQuality:e.TYPE,ImportMeta:e.TYPE,InputDeviceInfo:e.TYPE_VALUE,InputEvent:e.TYPE_VALUE,InputEventInit:e.TYPE,InsertPosition:e.TYPE,Int32List:e.TYPE,IntersectionObserver:e.TYPE_VALUE,IntersectionObserverCallback:e.TYPE,IntersectionObserverEntry:e.TYPE_VALUE,IntersectionObserverInit:e.TYPE,IterationCompositeOperation:e.TYPE,JsonWebKey:e.TYPE,KeyAlgorithm:e.TYPE,KeyboardEvent:e.TYPE_VALUE,KeyboardEventInit:e.TYPE,KeyFormat:e.TYPE,Keyframe:e.TYPE,KeyframeAnimationOptions:e.TYPE,KeyframeEffect:e.TYPE_VALUE,KeyframeEffectOptions:e.TYPE,KeyType:e.TYPE,KeyUsage:e.TYPE,KHR_parallel_shader_compile:e.TYPE,LargestContentfulPaint:e.TYPE_VALUE,LatencyMode:e.TYPE,LineAlignSetting:e.TYPE,LineAndPositionSetting:e.TYPE,LinkStyle:e.TYPE,Location:e.TYPE_VALUE,Lock:e.TYPE_VALUE,LockGrantedCallback:e.TYPE,LockInfo:e.TYPE,LockManager:e.TYPE_VALUE,LockManagerSnapshot:e.TYPE,LockMode:e.TYPE,LockOptions:e.TYPE,MathMLElement:e.TYPE_VALUE,MathMLElementEventMap:e.TYPE,MathMLElementTagNameMap:e.TYPE,MediaCapabilities:e.TYPE_VALUE,MediaCapabilitiesDecodingInfo:e.TYPE,MediaCapabilitiesEncodingInfo:e.TYPE,MediaCapabilitiesInfo:e.TYPE,MediaConfiguration:e.TYPE,MediaDecodingConfiguration:e.TYPE,MediaDecodingType:e.TYPE,MediaDeviceInfo:e.TYPE_VALUE,MediaDeviceKind:e.TYPE,MediaDevices:e.TYPE_VALUE,MediaDevicesEventMap:e.TYPE,MediaElementAudioSourceNode:e.TYPE_VALUE,MediaElementAudioSourceOptions:e.TYPE,MediaEncodingConfiguration:e.TYPE,MediaEncodingType:e.TYPE,MediaEncryptedEvent:e.TYPE_VALUE,MediaEncryptedEventInit:e.TYPE,MediaError:e.TYPE_VALUE,MediaImage:e.TYPE,MediaKeyMessageEvent:e.TYPE_VALUE,MediaKeyMessageEventInit:e.TYPE,MediaKeyMessageType:e.TYPE,MediaKeys:e.TYPE_VALUE,MediaKeySession:e.TYPE_VALUE,MediaKeySessionClosedReason:e.TYPE,MediaKeySessionEventMap:e.TYPE,MediaKeySessionType:e.TYPE,MediaKeysPolicy:e.TYPE,MediaKeysRequirement:e.TYPE,MediaKeyStatus:e.TYPE,MediaKeyStatusMap:e.TYPE_VALUE,MediaKeySystemAccess:e.TYPE_VALUE,MediaKeySystemConfiguration:e.TYPE,MediaKeySystemMediaCapability:e.TYPE,MediaList:e.TYPE_VALUE,MediaMetadata:e.TYPE_VALUE,MediaMetadataInit:e.TYPE,MediaPositionState:e.TYPE,MediaProvider:e.TYPE,MediaQueryList:e.TYPE_VALUE,MediaQueryListEvent:e.TYPE_VALUE,MediaQueryListEventInit:e.TYPE,MediaQueryListEventMap:e.TYPE,MediaRecorder:e.TYPE_VALUE,MediaRecorderEventMap:e.TYPE,MediaRecorderOptions:e.TYPE,MediaSession:e.TYPE_VALUE,MediaSessionAction:e.TYPE,MediaSessionActionDetails:e.TYPE,MediaSessionActionHandler:e.TYPE,MediaSessionPlaybackState:e.TYPE,MediaSource:e.TYPE_VALUE,MediaSourceEventMap:e.TYPE,MediaSourceHandle:e.TYPE_VALUE,MediaStream:e.TYPE_VALUE,MediaStreamAudioDestinationNode:e.TYPE_VALUE,MediaStreamAudioSourceNode:e.TYPE_VALUE,MediaStreamAudioSourceOptions:e.TYPE,MediaStreamConstraints:e.TYPE,MediaStreamEventMap:e.TYPE,MediaStreamTrack:e.TYPE_VALUE,MediaStreamTrackEvent:e.TYPE_VALUE,MediaStreamTrackEventInit:e.TYPE,MediaStreamTrackEventMap:e.TYPE,MediaStreamTrackState:e.TYPE,MediaTrackCapabilities:e.TYPE,MediaTrackConstraints:e.TYPE,MediaTrackConstraintSet:e.TYPE,MediaTrackSettings:e.TYPE,MediaTrackSupportedConstraints:e.TYPE,MessageChannel:e.TYPE_VALUE,MessageEvent:e.TYPE_VALUE,MessageEventInit:e.TYPE,MessageEventSource:e.TYPE,MessagePort:e.TYPE_VALUE,MessagePortEventMap:e.TYPE,MIDIAccess:e.TYPE_VALUE,MIDIAccessEventMap:e.TYPE,MIDIConnectionEvent:e.TYPE_VALUE,MIDIConnectionEventInit:e.TYPE,MIDIInput:e.TYPE_VALUE,MIDIInputEventMap:e.TYPE,MIDIInputMap:e.TYPE_VALUE,MIDIMessageEvent:e.TYPE_VALUE,MIDIMessageEventInit:e.TYPE,MIDIOptions:e.TYPE,MIDIOutput:e.TYPE_VALUE,MIDIOutputMap:e.TYPE_VALUE,MIDIPort:e.TYPE_VALUE,MIDIPortConnectionState:e.TYPE,MIDIPortDeviceState:e.TYPE,MIDIPortEventMap:e.TYPE,MIDIPortType:e.TYPE,MimeType:e.TYPE_VALUE,MimeTypeArray:e.TYPE_VALUE,MouseEvent:e.TYPE_VALUE,MouseEventInit:e.TYPE,MultiCacheQueryOptions:e.TYPE,MutationCallback:e.TYPE,MutationObserver:e.TYPE_VALUE,MutationObserverInit:e.TYPE,MutationRecord:e.TYPE_VALUE,MutationRecordType:e.TYPE,NamedCurve:e.TYPE,NamedNodeMap:e.TYPE_VALUE,NavigationPreloadManager:e.TYPE_VALUE,NavigationPreloadState:e.TYPE,NavigationTimingType:e.TYPE,Navigator:e.TYPE_VALUE,NavigatorAutomationInformation:e.TYPE,NavigatorBadge:e.TYPE,NavigatorConcurrentHardware:e.TYPE,NavigatorContentUtils:e.TYPE,NavigatorCookies:e.TYPE,NavigatorID:e.TYPE,NavigatorLanguage:e.TYPE,NavigatorLocks:e.TYPE,NavigatorOnLine:e.TYPE,NavigatorPlugins:e.TYPE,NavigatorStorage:e.TYPE,Node:e.TYPE_VALUE,NodeFilter:e.TYPE_VALUE,NodeIterator:e.TYPE_VALUE,NodeList:e.TYPE_VALUE,NodeListOf:e.TYPE,NonDocumentTypeChildNode:e.TYPE,NonElementParentNode:e.TYPE,Notification:e.TYPE_VALUE,NotificationDirection:e.TYPE,NotificationEventMap:e.TYPE,NotificationOptions:e.TYPE,NotificationPermission:e.TYPE,NotificationPermissionCallback:e.TYPE,OES_draw_buffers_indexed:e.TYPE,OES_element_index_uint:e.TYPE,OES_fbo_render_mipmap:e.TYPE,OES_standard_derivatives:e.TYPE,OES_texture_float:e.TYPE,OES_texture_float_linear:e.TYPE,OES_texture_half_float:e.TYPE,OES_texture_half_float_linear:e.TYPE,OES_vertex_array_object:e.TYPE,OfflineAudioCompletionEvent:e.TYPE_VALUE,OfflineAudioCompletionEventInit:e.TYPE,OfflineAudioContext:e.TYPE_VALUE,OfflineAudioContextEventMap:e.TYPE,OfflineAudioContextOptions:e.TYPE,OffscreenCanvas:e.TYPE_VALUE,OffscreenCanvasEventMap:e.TYPE,OffscreenCanvasRenderingContext2D:e.TYPE_VALUE,OffscreenRenderingContext:e.TYPE,OffscreenRenderingContextId:e.TYPE,OnBeforeUnloadEventHandler:e.TYPE,OnBeforeUnloadEventHandlerNonNull:e.TYPE,OnErrorEventHandler:e.TYPE,OnErrorEventHandlerNonNull:e.TYPE,OptionalEffectTiming:e.TYPE,OptionalPostfixToken:e.TYPE,OptionalPrefixToken:e.TYPE,OpusBitstreamFormat:e.TYPE,OpusEncoderConfig:e.TYPE,OrientationType:e.TYPE,OscillatorNode:e.TYPE_VALUE,OscillatorOptions:e.TYPE,OscillatorType:e.TYPE,OverconstrainedError:e.TYPE_VALUE,OverSampleType:e.TYPE,OVR_multiview2:e.TYPE,PageTransitionEvent:e.TYPE_VALUE,PageTransitionEventInit:e.TYPE,PannerNode:e.TYPE_VALUE,PannerOptions:e.TYPE,PanningModelType:e.TYPE,ParentNode:e.TYPE,Path2D:e.TYPE_VALUE,PayerErrors:e.TYPE,PaymentAddress:e.TYPE_VALUE,PaymentComplete:e.TYPE,PaymentCurrencyAmount:e.TYPE,PaymentDetailsBase:e.TYPE,PaymentDetailsInit:e.TYPE,PaymentDetailsModifier:e.TYPE,PaymentDetailsUpdate:e.TYPE,PaymentItem:e.TYPE,PaymentMethodChangeEvent:e.TYPE_VALUE,PaymentMethodChangeEventInit:e.TYPE,PaymentMethodData:e.TYPE,PaymentOptions:e.TYPE,PaymentRequest:e.TYPE_VALUE,PaymentRequestEventMap:e.TYPE,PaymentRequestUpdateEvent:e.TYPE_VALUE,PaymentRequestUpdateEventInit:e.TYPE,PaymentResponse:e.TYPE_VALUE,PaymentResponseEventMap:e.TYPE,PaymentShippingOption:e.TYPE,PaymentShippingType:e.TYPE,PaymentValidationErrors:e.TYPE,Pbkdf2Params:e.TYPE,Performance:e.TYPE_VALUE,PerformanceEntry:e.TYPE_VALUE,PerformanceEntryList:e.TYPE,PerformanceEventMap:e.TYPE,PerformanceEventTiming:e.TYPE_VALUE,PerformanceMark:e.TYPE_VALUE,PerformanceMarkOptions:e.TYPE,PerformanceMeasure:e.TYPE_VALUE,PerformanceMeasureOptions:e.TYPE,PerformanceNavigation:e.TYPE_VALUE,PerformanceNavigationTiming:e.TYPE_VALUE,PerformanceObserver:e.TYPE_VALUE,PerformanceObserverCallback:e.TYPE,PerformanceObserverEntryList:e.TYPE_VALUE,PerformanceObserverInit:e.TYPE,PerformancePaintTiming:e.TYPE_VALUE,PerformanceResourceTiming:e.TYPE_VALUE,PerformanceServerTiming:e.TYPE_VALUE,PerformanceTiming:e.TYPE_VALUE,PeriodicWave:e.TYPE_VALUE,PeriodicWaveConstraints:e.TYPE,PeriodicWaveOptions:e.TYPE,PermissionDescriptor:e.TYPE,PermissionName:e.TYPE,Permissions:e.TYPE_VALUE,PermissionState:e.TYPE,PermissionStatus:e.TYPE_VALUE,PermissionStatusEventMap:e.TYPE,PictureInPictureEvent:e.TYPE_VALUE,PictureInPictureEventInit:e.TYPE,PictureInPictureWindow:e.TYPE_VALUE,PictureInPictureWindowEventMap:e.TYPE,PlaneLayout:e.TYPE,PlaybackDirection:e.TYPE,Plugin:e.TYPE_VALUE,PluginArray:e.TYPE_VALUE,PointerEvent:e.TYPE_VALUE,PointerEventInit:e.TYPE,PointerLockOptions:e.TYPE,PopoverInvokerElement:e.TYPE,PopStateEvent:e.TYPE_VALUE,PopStateEventInit:e.TYPE,PositionAlignSetting:e.TYPE,PositionCallback:e.TYPE,PositionErrorCallback:e.TYPE,PositionOptions:e.TYPE,PredefinedColorSpace:e.TYPE,PremultiplyAlpha:e.TYPE,PresentationStyle:e.TYPE,ProcessingInstruction:e.TYPE_VALUE,ProgressEvent:e.TYPE_VALUE,ProgressEventInit:e.TYPE,PromiseRejectionEvent:e.TYPE_VALUE,PromiseRejectionEventInit:e.TYPE,PropertyDefinition:e.TYPE,PropertyIndexedKeyframes:e.TYPE,PublicKeyCredential:e.TYPE_VALUE,PublicKeyCredentialCreationOptions:e.TYPE,PublicKeyCredentialCreationOptionsJSON:e.TYPE,PublicKeyCredentialDescriptor:e.TYPE,PublicKeyCredentialDescriptorJSON:e.TYPE,PublicKeyCredentialEntity:e.TYPE,PublicKeyCredentialJSON:e.TYPE,PublicKeyCredentialParameters:e.TYPE,PublicKeyCredentialRequestOptions:e.TYPE,PublicKeyCredentialRequestOptionsJSON:e.TYPE,PublicKeyCredentialRpEntity:e.TYPE,PublicKeyCredentialType:e.TYPE,PublicKeyCredentialUserEntity:e.TYPE,PublicKeyCredentialUserEntityJSON:e.TYPE,PushEncryptionKeyName:e.TYPE,PushManager:e.TYPE_VALUE,PushSubscription:e.TYPE_VALUE,PushSubscriptionJSON:e.TYPE,PushSubscriptionOptions:e.TYPE_VALUE,PushSubscriptionOptionsInit:e.TYPE,QueuingStrategy:e.TYPE,QueuingStrategyInit:e.TYPE,QueuingStrategySize:e.TYPE,RadioNodeList:e.TYPE_VALUE,Range:e.TYPE_VALUE,ReadableByteStreamController:e.TYPE_VALUE,ReadableStream:e.TYPE_VALUE,ReadableStreamBYOBReader:e.TYPE_VALUE,ReadableStreamBYOBRequest:e.TYPE_VALUE,ReadableStreamController:e.TYPE,ReadableStreamDefaultController:e.TYPE_VALUE,ReadableStreamDefaultReader:e.TYPE_VALUE,ReadableStreamGenericReader:e.TYPE,ReadableStreamGetReaderOptions:e.TYPE,ReadableStreamIteratorOptions:e.TYPE,ReadableStreamReadDoneResult:e.TYPE,ReadableStreamReader:e.TYPE,ReadableStreamReaderMode:e.TYPE,ReadableStreamReadResult:e.TYPE,ReadableStreamReadValueResult:e.TYPE,ReadableStreamType:e.TYPE,ReadableWritablePair:e.TYPE,ReadyState:e.TYPE,RecordingState:e.TYPE,ReferrerPolicy:e.TYPE,RegistrationOptions:e.TYPE,RemotePlayback:e.TYPE_VALUE,RemotePlaybackAvailabilityCallback:e.TYPE,RemotePlaybackEventMap:e.TYPE,RemotePlaybackState:e.TYPE,RenderingContext:e.TYPE,Report:e.TYPE_VALUE,ReportBody:e.TYPE_VALUE,ReportingObserver:e.TYPE_VALUE,ReportingObserverCallback:e.TYPE,ReportingObserverOptions:e.TYPE,ReportList:e.TYPE,Request:e.TYPE_VALUE,RequestCache:e.TYPE,RequestCredentials:e.TYPE,RequestDestination:e.TYPE,RequestInfo:e.TYPE,RequestInit:e.TYPE,RequestMode:e.TYPE,RequestPriority:e.TYPE,RequestRedirect:e.TYPE,ResidentKeyRequirement:e.TYPE,ResizeObserver:e.TYPE_VALUE,ResizeObserverBoxOptions:e.TYPE,ResizeObserverCallback:e.TYPE,ResizeObserverEntry:e.TYPE_VALUE,ResizeObserverOptions:e.TYPE,ResizeObserverSize:e.TYPE_VALUE,ResizeQuality:e.TYPE,Response:e.TYPE_VALUE,ResponseInit:e.TYPE,ResponseType:e.TYPE,RsaHashedImportParams:e.TYPE,RsaHashedKeyAlgorithm:e.TYPE,RsaHashedKeyGenParams:e.TYPE,RsaKeyAlgorithm:e.TYPE,RsaKeyGenParams:e.TYPE,RsaOaepParams:e.TYPE,RsaOtherPrimesInfo:e.TYPE,RsaPssParams:e.TYPE,RTCAnswerOptions:e.TYPE,RTCBundlePolicy:e.TYPE,RTCCertificate:e.TYPE_VALUE,RTCCertificateExpiration:e.TYPE,RTCConfiguration:e.TYPE,RTCDataChannel:e.TYPE_VALUE,RTCDataChannelEvent:e.TYPE_VALUE,RTCDataChannelEventInit:e.TYPE,RTCDataChannelEventMap:e.TYPE,RTCDataChannelInit:e.TYPE,RTCDataChannelState:e.TYPE,RTCDegradationPreference:e.TYPE,RTCDtlsFingerprint:e.TYPE,RTCDtlsTransport:e.TYPE_VALUE,RTCDtlsTransportEventMap:e.TYPE,RTCDtlsTransportState:e.TYPE,RTCDTMFSender:e.TYPE_VALUE,RTCDTMFSenderEventMap:e.TYPE,RTCDTMFToneChangeEvent:e.TYPE_VALUE,RTCDTMFToneChangeEventInit:e.TYPE,RTCEncodedAudioFrame:e.TYPE_VALUE,RTCEncodedAudioFrameMetadata:e.TYPE,RTCEncodedVideoFrame:e.TYPE_VALUE,RTCEncodedVideoFrameMetadata:e.TYPE,RTCEncodedVideoFrameType:e.TYPE,RTCError:e.TYPE_VALUE,RTCErrorDetailType:e.TYPE,RTCErrorEvent:e.TYPE_VALUE,RTCErrorEventInit:e.TYPE,RTCErrorInit:e.TYPE,RTCIceCandidate:e.TYPE_VALUE,RTCIceCandidateInit:e.TYPE,RTCIceCandidatePair:e.TYPE,RTCIceCandidatePairStats:e.TYPE,RTCIceCandidateType:e.TYPE,RTCIceComponent:e.TYPE,RTCIceConnectionState:e.TYPE,RTCIceGathererState:e.TYPE,RTCIceGatheringState:e.TYPE,RTCIceProtocol:e.TYPE,RTCIceServer:e.TYPE,RTCIceTcpCandidateType:e.TYPE,RTCIceTransport:e.TYPE_VALUE,RTCIceTransportEventMap:e.TYPE,RTCIceTransportPolicy:e.TYPE,RTCIceTransportState:e.TYPE,RTCInboundRtpStreamStats:e.TYPE,RTCLocalSessionDescriptionInit:e.TYPE,RTCOfferAnswerOptions:e.TYPE,RTCOfferOptions:e.TYPE,RTCOutboundRtpStreamStats:e.TYPE,RTCPeerConnection:e.TYPE_VALUE,RTCPeerConnectionErrorCallback:e.TYPE,RTCPeerConnectionEventMap:e.TYPE,RTCPeerConnectionIceErrorEvent:e.TYPE_VALUE,RTCPeerConnectionIceErrorEventInit:e.TYPE,RTCPeerConnectionIceEvent:e.TYPE_VALUE,RTCPeerConnectionIceEventInit:e.TYPE,RTCPeerConnectionState:e.TYPE,RTCPriorityType:e.TYPE,RTCReceivedRtpStreamStats:e.TYPE,RTCRtcpMuxPolicy:e.TYPE,RTCRtcpParameters:e.TYPE,RTCRtpCapabilities:e.TYPE,RTCRtpCodec:e.TYPE,RTCRtpCodecParameters:e.TYPE,RTCRtpCodingParameters:e.TYPE,RTCRtpContributingSource:e.TYPE,RTCRtpEncodingParameters:e.TYPE,RTCRtpHeaderExtensionCapability:e.TYPE,RTCRtpHeaderExtensionParameters:e.TYPE,RTCRtpParameters:e.TYPE,RTCRtpReceiveParameters:e.TYPE,RTCRtpReceiver:e.TYPE_VALUE,RTCRtpScriptTransform:e.TYPE_VALUE,RTCRtpSender:e.TYPE_VALUE,RTCRtpSendParameters:e.TYPE,RTCRtpStreamStats:e.TYPE,RTCRtpSynchronizationSource:e.TYPE,RTCRtpTransceiver:e.TYPE_VALUE,RTCRtpTransceiverDirection:e.TYPE,RTCRtpTransceiverInit:e.TYPE,RTCRtpTransform:e.TYPE,RTCSctpTransport:e.TYPE_VALUE,RTCSctpTransportEventMap:e.TYPE,RTCSctpTransportState:e.TYPE,RTCSdpType:e.TYPE,RTCSentRtpStreamStats:e.TYPE,RTCSessionDescription:e.TYPE_VALUE,RTCSessionDescriptionCallback:e.TYPE,RTCSessionDescriptionInit:e.TYPE,RTCSetParameterOptions:e.TYPE,RTCSignalingState:e.TYPE,RTCStats:e.TYPE,RTCStatsIceCandidatePairState:e.TYPE,RTCStatsReport:e.TYPE_VALUE,RTCStatsType:e.TYPE,RTCTrackEvent:e.TYPE_VALUE,RTCTrackEventInit:e.TYPE,RTCTransportStats:e.TYPE,Screen:e.TYPE_VALUE,ScreenOrientation:e.TYPE_VALUE,ScreenOrientationEventMap:e.TYPE,ScriptProcessorNode:e.TYPE_VALUE,ScriptProcessorNodeEventMap:e.TYPE,ScrollBehavior:e.TYPE,ScrollIntoViewOptions:e.TYPE,ScrollLogicalPosition:e.TYPE,ScrollOptions:e.TYPE,ScrollRestoration:e.TYPE,ScrollSetting:e.TYPE,ScrollToOptions:e.TYPE,SecurityPolicyViolationEvent:e.TYPE_VALUE,SecurityPolicyViolationEventDisposition:e.TYPE,SecurityPolicyViolationEventInit:e.TYPE,Selection:e.TYPE_VALUE,SelectionMode:e.TYPE,ServiceWorker:e.TYPE_VALUE,ServiceWorkerContainer:e.TYPE_VALUE,ServiceWorkerContainerEventMap:e.TYPE,ServiceWorkerEventMap:e.TYPE,ServiceWorkerRegistration:e.TYPE_VALUE,ServiceWorkerRegistrationEventMap:e.TYPE,ServiceWorkerState:e.TYPE,ServiceWorkerUpdateViaCache:e.TYPE,ShadowRoot:e.TYPE_VALUE,ShadowRootEventMap:e.TYPE,ShadowRootInit:e.TYPE,ShadowRootMode:e.TYPE,ShareData:e.TYPE,SharedWorker:e.TYPE_VALUE,SlotAssignmentMode:e.TYPE,Slottable:e.TYPE,SourceBuffer:e.TYPE_VALUE,SourceBufferEventMap:e.TYPE,SourceBufferList:e.TYPE_VALUE,SourceBufferListEventMap:e.TYPE,SpeechRecognitionAlternative:e.TYPE_VALUE,SpeechRecognitionResult:e.TYPE_VALUE,SpeechRecognitionResultList:e.TYPE_VALUE,SpeechSynthesis:e.TYPE_VALUE,SpeechSynthesisErrorCode:e.TYPE,SpeechSynthesisErrorEvent:e.TYPE_VALUE,SpeechSynthesisErrorEventInit:e.TYPE,SpeechSynthesisEvent:e.TYPE_VALUE,SpeechSynthesisEventInit:e.TYPE,SpeechSynthesisEventMap:e.TYPE,SpeechSynthesisUtterance:e.TYPE_VALUE,SpeechSynthesisUtteranceEventMap:e.TYPE,SpeechSynthesisVoice:e.TYPE_VALUE,StaticRange:e.TYPE_VALUE,StaticRangeInit:e.TYPE,StereoPannerNode:e.TYPE_VALUE,StereoPannerOptions:e.TYPE,Storage:e.TYPE_VALUE,StorageEstimate:e.TYPE,StorageEvent:e.TYPE_VALUE,StorageEventInit:e.TYPE,StorageManager:e.TYPE_VALUE,StreamPipeOptions:e.TYPE,StructuredSerializeOptions:e.TYPE,StyleMedia:e.TYPE,StylePropertyMap:e.TYPE_VALUE,StylePropertyMapReadOnly:e.TYPE_VALUE,StyleSheet:e.TYPE_VALUE,StyleSheetList:e.TYPE_VALUE,SubmitEvent:e.TYPE_VALUE,SubmitEventInit:e.TYPE,SubtleCrypto:e.TYPE_VALUE,SVGAElement:e.TYPE_VALUE,SVGAngle:e.TYPE_VALUE,SVGAnimatedAngle:e.TYPE_VALUE,SVGAnimatedBoolean:e.TYPE_VALUE,SVGAnimatedEnumeration:e.TYPE_VALUE,SVGAnimatedInteger:e.TYPE_VALUE,SVGAnimatedLength:e.TYPE_VALUE,SVGAnimatedLengthList:e.TYPE_VALUE,SVGAnimatedNumber:e.TYPE_VALUE,SVGAnimatedNumberList:e.TYPE_VALUE,SVGAnimatedPoints:e.TYPE,SVGAnimatedPreserveAspectRatio:e.TYPE_VALUE,SVGAnimatedRect:e.TYPE_VALUE,SVGAnimatedString:e.TYPE_VALUE,SVGAnimatedTransformList:e.TYPE_VALUE,SVGAnimateElement:e.TYPE_VALUE,SVGAnimateMotionElement:e.TYPE_VALUE,SVGAnimateTransformElement:e.TYPE_VALUE,SVGAnimationElement:e.TYPE_VALUE,SVGBoundingBoxOptions:e.TYPE,SVGCircleElement:e.TYPE_VALUE,SVGClipPathElement:e.TYPE_VALUE,SVGComponentTransferFunctionElement:e.TYPE_VALUE,SVGDefsElement:e.TYPE_VALUE,SVGDescElement:e.TYPE_VALUE,SVGElement:e.TYPE_VALUE,SVGElementEventMap:e.TYPE,SVGElementTagNameMap:e.TYPE,SVGEllipseElement:e.TYPE_VALUE,SVGFEBlendElement:e.TYPE_VALUE,SVGFEColorMatrixElement:e.TYPE_VALUE,SVGFEComponentTransferElement:e.TYPE_VALUE,SVGFECompositeElement:e.TYPE_VALUE,SVGFEConvolveMatrixElement:e.TYPE_VALUE,SVGFEDiffuseLightingElement:e.TYPE_VALUE,SVGFEDisplacementMapElement:e.TYPE_VALUE,SVGFEDistantLightElement:e.TYPE_VALUE,SVGFEDropShadowElement:e.TYPE_VALUE,SVGFEFloodElement:e.TYPE_VALUE,SVGFEFuncAElement:e.TYPE_VALUE,SVGFEFuncBElement:e.TYPE_VALUE,SVGFEFuncGElement:e.TYPE_VALUE,SVGFEFuncRElement:e.TYPE_VALUE,SVGFEGaussianBlurElement:e.TYPE_VALUE,SVGFEImageElement:e.TYPE_VALUE,SVGFEMergeElement:e.TYPE_VALUE,SVGFEMergeNodeElement:e.TYPE_VALUE,SVGFEMorphologyElement:e.TYPE_VALUE,SVGFEOffsetElement:e.TYPE_VALUE,SVGFEPointLightElement:e.TYPE_VALUE,SVGFESpecularLightingElement:e.TYPE_VALUE,SVGFESpotLightElement:e.TYPE_VALUE,SVGFETileElement:e.TYPE_VALUE,SVGFETurbulenceElement:e.TYPE_VALUE,SVGFilterElement:e.TYPE_VALUE,SVGFilterPrimitiveStandardAttributes:e.TYPE,SVGFitToViewBox:e.TYPE,SVGForeignObjectElement:e.TYPE_VALUE,SVGGElement:e.TYPE_VALUE,SVGGeometryElement:e.TYPE_VALUE,SVGGradientElement:e.TYPE_VALUE,SVGGraphicsElement:e.TYPE_VALUE,SVGImageElement:e.TYPE_VALUE,SVGLength:e.TYPE_VALUE,SVGLengthList:e.TYPE_VALUE,SVGLinearGradientElement:e.TYPE_VALUE,SVGLineElement:e.TYPE_VALUE,SVGMarkerElement:e.TYPE_VALUE,SVGMaskElement:e.TYPE_VALUE,SVGMatrix:e.TYPE_VALUE,SVGMetadataElement:e.TYPE_VALUE,SVGMPathElement:e.TYPE_VALUE,SVGNumber:e.TYPE_VALUE,SVGNumberList:e.TYPE_VALUE,SVGPathElement:e.TYPE_VALUE,SVGPatternElement:e.TYPE_VALUE,SVGPoint:e.TYPE_VALUE,SVGPointList:e.TYPE_VALUE,SVGPolygonElement:e.TYPE_VALUE,SVGPolylineElement:e.TYPE_VALUE,SVGPreserveAspectRatio:e.TYPE_VALUE,SVGRadialGradientElement:e.TYPE_VALUE,SVGRect:e.TYPE_VALUE,SVGRectElement:e.TYPE_VALUE,SVGScriptElement:e.TYPE_VALUE,SVGSetElement:e.TYPE_VALUE,SVGStopElement:e.TYPE_VALUE,SVGStringList:e.TYPE_VALUE,SVGStyleElement:e.TYPE_VALUE,SVGSVGElement:e.TYPE_VALUE,SVGSVGElementEventMap:e.TYPE,SVGSwitchElement:e.TYPE_VALUE,SVGSymbolElement:e.TYPE_VALUE,SVGTests:e.TYPE,SVGTextContentElement:e.TYPE_VALUE,SVGTextElement:e.TYPE_VALUE,SVGTextPathElement:e.TYPE_VALUE,SVGTextPositioningElement:e.TYPE_VALUE,SVGTitleElement:e.TYPE_VALUE,SVGTransform:e.TYPE_VALUE,SVGTransformList:e.TYPE_VALUE,SVGTSpanElement:e.TYPE_VALUE,SVGUnitTypes:e.TYPE_VALUE,SVGURIReference:e.TYPE,SVGUseElement:e.TYPE_VALUE,SVGViewElement:e.TYPE_VALUE,TexImageSource:e.TYPE,Text:e.TYPE_VALUE,TextDecodeOptions:e.TYPE,TextDecoder:e.TYPE_VALUE,TextDecoderCommon:e.TYPE,TextDecoderOptions:e.TYPE,TextDecoderStream:e.TYPE_VALUE,TextEncoder:e.TYPE_VALUE,TextEncoderCommon:e.TYPE,TextEncoderEncodeIntoResult:e.TYPE,TextEncoderStream:e.TYPE_VALUE,TextEvent:e.TYPE_VALUE,TextMetrics:e.TYPE_VALUE,TextTrack:e.TYPE_VALUE,TextTrackCue:e.TYPE_VALUE,TextTrackCueEventMap:e.TYPE,TextTrackCueList:e.TYPE_VALUE,TextTrackEventMap:e.TYPE,TextTrackKind:e.TYPE,TextTrackList:e.TYPE_VALUE,TextTrackListEventMap:e.TYPE,TextTrackMode:e.TYPE,TimeRanges:e.TYPE_VALUE,TimerHandler:e.TYPE,ToggleEvent:e.TYPE_VALUE,ToggleEventInit:e.TYPE,Touch:e.TYPE_VALUE,TouchEvent:e.TYPE_VALUE,TouchEventInit:e.TYPE,TouchInit:e.TYPE,TouchList:e.TYPE_VALUE,TouchType:e.TYPE,TrackEvent:e.TYPE_VALUE,TrackEventInit:e.TYPE,Transferable:e.TYPE,TransferFunction:e.TYPE,Transformer:e.TYPE,TransformerFlushCallback:e.TYPE,TransformerStartCallback:e.TYPE,TransformerTransformCallback:e.TYPE,TransformStream:e.TYPE_VALUE,TransformStreamDefaultController:e.TYPE_VALUE,TransitionEvent:e.TYPE_VALUE,TransitionEventInit:e.TYPE,TreeWalker:e.TYPE_VALUE,UIEvent:e.TYPE_VALUE,UIEventInit:e.TYPE,Uint32List:e.TYPE,ULongRange:e.TYPE,UnderlyingByteSource:e.TYPE,UnderlyingDefaultSource:e.TYPE,UnderlyingSink:e.TYPE,UnderlyingSinkAbortCallback:e.TYPE,UnderlyingSinkCloseCallback:e.TYPE,UnderlyingSinkStartCallback:e.TYPE,UnderlyingSinkWriteCallback:e.TYPE,UnderlyingSource:e.TYPE,UnderlyingSourceCancelCallback:e.TYPE,UnderlyingSourcePullCallback:e.TYPE,UnderlyingSourceStartCallback:e.TYPE,URL:e.TYPE_VALUE,URLSearchParams:e.TYPE_VALUE,UserActivation:e.TYPE_VALUE,UserVerificationRequirement:e.TYPE,ValidityState:e.TYPE_VALUE,ValidityStateFlags:e.TYPE,VibratePattern:e.TYPE,VideoColorPrimaries:e.TYPE,VideoColorSpace:e.TYPE_VALUE,VideoColorSpaceInit:e.TYPE,VideoConfiguration:e.TYPE,VideoDecoder:e.TYPE_VALUE,VideoDecoderConfig:e.TYPE,VideoDecoderEventMap:e.TYPE,VideoDecoderInit:e.TYPE,VideoDecoderSupport:e.TYPE,VideoEncoder:e.TYPE_VALUE,VideoEncoderBitrateMode:e.TYPE,VideoEncoderConfig:e.TYPE,VideoEncoderEncodeOptions:e.TYPE,VideoEncoderEncodeOptionsForAvc:e.TYPE,VideoEncoderEventMap:e.TYPE,VideoEncoderInit:e.TYPE,VideoEncoderSupport:e.TYPE,VideoFacingModeEnum:e.TYPE,VideoFrame:e.TYPE_VALUE,VideoFrameBufferInit:e.TYPE,VideoFrameCallbackMetadata:e.TYPE,VideoFrameCopyToOptions:e.TYPE,VideoFrameInit:e.TYPE,VideoFrameOutputCallback:e.TYPE,VideoFrameRequestCallback:e.TYPE,VideoMatrixCoefficients:e.TYPE,VideoPixelFormat:e.TYPE,VideoPlaybackQuality:e.TYPE_VALUE,VideoTransferCharacteristics:e.TYPE,ViewTransition:e.TYPE_VALUE,ViewTransitionUpdateCallback:e.TYPE,VisualViewport:e.TYPE_VALUE,VisualViewportEventMap:e.TYPE,VoidFunction:e.TYPE,VTTCue:e.TYPE_VALUE,VTTRegion:e.TYPE_VALUE,WakeLock:e.TYPE_VALUE,WakeLockSentinel:e.TYPE_VALUE,WakeLockSentinelEventMap:e.TYPE,WakeLockType:e.TYPE,WaveShaperNode:e.TYPE_VALUE,WaveShaperOptions:e.TYPE,WebAssembly:e.TYPE_VALUE,WebCodecsErrorCallback:e.TYPE,WEBGL_color_buffer_float:e.TYPE,WEBGL_compressed_texture_astc:e.TYPE,WEBGL_compressed_texture_etc:e.TYPE,WEBGL_compressed_texture_etc1:e.TYPE,WEBGL_compressed_texture_pvrtc:e.TYPE,WEBGL_compressed_texture_s3tc:e.TYPE,WEBGL_compressed_texture_s3tc_srgb:e.TYPE,WEBGL_debug_renderer_info:e.TYPE,WEBGL_debug_shaders:e.TYPE,WEBGL_depth_texture:e.TYPE,WEBGL_draw_buffers:e.TYPE,WEBGL_lose_context:e.TYPE,WEBGL_multi_draw:e.TYPE,WebGL2RenderingContext:e.TYPE_VALUE,WebGL2RenderingContextBase:e.TYPE,WebGL2RenderingContextOverloads:e.TYPE,WebGLActiveInfo:e.TYPE_VALUE,WebGLBuffer:e.TYPE_VALUE,WebGLContextAttributes:e.TYPE,WebGLContextEvent:e.TYPE_VALUE,WebGLContextEventInit:e.TYPE,WebGLFramebuffer:e.TYPE_VALUE,WebGLPowerPreference:e.TYPE,WebGLProgram:e.TYPE_VALUE,WebGLQuery:e.TYPE_VALUE,WebGLRenderbuffer:e.TYPE_VALUE,WebGLRenderingContext:e.TYPE_VALUE,WebGLRenderingContextBase:e.TYPE,WebGLRenderingContextOverloads:e.TYPE,WebGLSampler:e.TYPE_VALUE,WebGLShader:e.TYPE_VALUE,WebGLShaderPrecisionFormat:e.TYPE_VALUE,WebGLSync:e.TYPE_VALUE,WebGLTexture:e.TYPE_VALUE,WebGLTransformFeedback:e.TYPE_VALUE,WebGLUniformLocation:e.TYPE_VALUE,WebGLVertexArrayObject:e.TYPE_VALUE,WebGLVertexArrayObjectOES:e.TYPE,WebKitCSSMatrix:e.TYPE_VALUE,webkitURL:e.TYPE_VALUE,WebSocket:e.TYPE_VALUE,WebSocketEventMap:e.TYPE,WebTransport:e.TYPE_VALUE,WebTransportBidirectionalStream:e.TYPE_VALUE,WebTransportCloseInfo:e.TYPE,WebTransportCongestionControl:e.TYPE,WebTransportDatagramDuplexStream:e.TYPE_VALUE,WebTransportError:e.TYPE_VALUE,WebTransportErrorOptions:e.TYPE,WebTransportErrorSource:e.TYPE,WebTransportHash:e.TYPE,WebTransportOptions:e.TYPE,WebTransportSendStreamOptions:e.TYPE,WheelEvent:e.TYPE_VALUE,WheelEventInit:e.TYPE,Window:e.TYPE_VALUE,WindowEventHandlers:e.TYPE,WindowEventHandlersEventMap:e.TYPE,WindowEventMap:e.TYPE,WindowLocalStorage:e.TYPE,WindowOrWorkerGlobalScope:e.TYPE,WindowPostMessageOptions:e.TYPE,WindowProxy:e.TYPE,WindowSessionStorage:e.TYPE,Worker:e.TYPE_VALUE,WorkerEventMap:e.TYPE,WorkerOptions:e.TYPE,WorkerType:e.TYPE,Worklet:e.TYPE_VALUE,WorkletOptions:e.TYPE,WritableStream:e.TYPE_VALUE,WritableStreamDefaultController:e.TYPE_VALUE,WritableStreamDefaultWriter:e.TYPE_VALUE,WriteCommandType:e.TYPE,WriteParams:e.TYPE,XMLDocument:e.TYPE_VALUE,XMLHttpRequest:e.TYPE_VALUE,XMLHttpRequestBodyInit:e.TYPE,XMLHttpRequestEventMap:e.TYPE,XMLHttpRequestEventTarget:e.TYPE_VALUE,XMLHttpRequestEventTargetEventMap:e.TYPE,XMLHttpRequestResponseType:e.TYPE,XMLHttpRequestUpload:e.TYPE_VALUE,XMLSerializer:e.TYPE_VALUE,XPathEvaluator:e.TYPE_VALUE,XPathEvaluatorBase:e.TYPE,XPathExpression:e.TYPE_VALUE,XPathNSResolver:e.TYPE,XPathResult:e.TYPE_VALUE,XSLTProcessor:e.TYPE_VALUE},wt}n(re,"requireDom");var Mt={},Ol;function Te(){if(Ol)return Mt;Ol=1,Object.defineProperty(Mt,"__esModule",{value:!0}),Mt.dom_asynciterable=void 0;const e=R();return Mt.dom_asynciterable={FileSystemDirectoryHandle:e.TYPE,FileSystemDirectoryHandleAsyncIterator:e.TYPE,ReadableStream:e.TYPE,ReadableStreamAsyncIterator:e.TYPE},Mt}n(Te,"requireDom_asynciterable");var Ut={},wl;function oe(){if(wl)return Ut;wl=1,Object.defineProperty(Ut,"__esModule",{value:!0}),Ut.dom_iterable=void 0;const e=R();return Ut.dom_iterable={AbortSignal:e.TYPE,AudioParam:e.TYPE,AudioParamMap:e.TYPE,BaseAudioContext:e.TYPE,Cache:e.TYPE,CanvasPath:e.TYPE,CanvasPathDrawingStyles:e.TYPE,CSSKeyframesRule:e.TYPE,CSSNumericArray:e.TYPE,CSSRuleList:e.TYPE,CSSStyleDeclaration:e.TYPE,CSSTransformValue:e.TYPE,CSSUnparsedValue:e.TYPE,CustomStateSet:e.TYPE,DataTransferItemList:e.TYPE,DOMRectList:e.TYPE,DOMStringList:e.TYPE,DOMTokenList:e.TYPE,EventCounts:e.TYPE,FileList:e.TYPE,FontFaceSet:e.TYPE,FormData:e.TYPE,FormDataIterator:e.TYPE,Headers:e.TYPE,HeadersIterator:e.TYPE,Highlight:e.TYPE,HighlightRegistry:e.TYPE,HTMLAllCollection:e.TYPE,HTMLCollectionBase:e.TYPE,HTMLCollectionOf:e.TYPE,HTMLFormElement:e.TYPE,HTMLSelectElement:e.TYPE,IDBDatabase:e.TYPE,IDBObjectStore:e.TYPE,MediaKeyStatusMap:e.TYPE,MediaKeyStatusMapIterator:e.TYPE,MediaList:e.TYPE,MessageEvent:e.TYPE,MIDIInputMap:e.TYPE,MIDIOutput:e.TYPE,MIDIOutputMap:e.TYPE,MimeTypeArray:e.TYPE,NamedNodeMap:e.TYPE,Navigator:e.TYPE,NodeList:e.TYPE,NodeListOf:e.TYPE,Plugin:e.TYPE,PluginArray:e.TYPE,RTCRtpTransceiver:e.TYPE,RTCStatsReport:e.TYPE,SourceBufferList:e.TYPE,SpeechRecognitionResult:e.TYPE,SpeechRecognitionResultList:e.TYPE,StylePropertyMapReadOnly:e.TYPE,StylePropertyMapReadOnlyIterator:e.TYPE,StyleSheetList:e.TYPE,SubtleCrypto:e.TYPE,SVGLengthList:e.TYPE,SVGNumberList:e.TYPE,SVGPointList:e.TYPE,SVGStringList:e.TYPE,SVGTransformList:e.TYPE,TextTrackCueList:e.TYPE,TextTrackList:e.TYPE,TouchList:e.TYPE,URLSearchParams:e.TYPE,URLSearchParamsIterator:e.TYPE,WEBGL_draw_buffers:e.TYPE,WEBGL_multi_draw:e.TYPE,WebGL2RenderingContextBase:e.TYPE,WebGL2RenderingContextOverloads:e.TYPE,WebGLRenderingContextBase:e.TYPE,WebGLRenderingContextOverloads:e.TYPE},Ut}n(oe,"requireDom_iterable");var It={},Ml;function Ri(){if(Ml)return It;Ml=1,Object.defineProperty(It,"__esModule",{value:!0}),It.es5=void 0;const e=R(),l=oo(),o=Vl();return It.es5={...l.decorators,...o.decorators_legacy,Array:e.TYPE_VALUE,ArrayBuffer:e.TYPE_VALUE,ArrayBufferConstructor:e.TYPE,ArrayBufferLike:e.TYPE,ArrayBufferTypes:e.TYPE,ArrayBufferView:e.TYPE,ArrayConstructor:e.TYPE,ArrayLike:e.TYPE,Awaited:e.TYPE,Boolean:e.TYPE_VALUE,BooleanConstructor:e.TYPE,CallableFunction:e.TYPE,Capitalize:e.TYPE,ConcatArray:e.TYPE,ConstructorParameters:e.TYPE,DataView:e.TYPE_VALUE,DataViewConstructor:e.TYPE,Date:e.TYPE_VALUE,DateConstructor:e.TYPE,Error:e.TYPE_VALUE,ErrorConstructor:e.TYPE,EvalError:e.TYPE_VALUE,EvalErrorConstructor:e.TYPE,Exclude:e.TYPE,Extract:e.TYPE,Float32Array:e.TYPE_VALUE,Float32ArrayConstructor:e.TYPE,Float64Array:e.TYPE_VALUE,Float64ArrayConstructor:e.TYPE,Function:e.TYPE_VALUE,FunctionConstructor:e.TYPE,IArguments:e.TYPE,ImportAssertions:e.TYPE,ImportAttributes:e.TYPE,ImportCallOptions:e.TYPE,ImportMeta:e.TYPE,InstanceType:e.TYPE,Int8Array:e.TYPE_VALUE,Int8ArrayConstructor:e.TYPE,Int16Array:e.TYPE_VALUE,Int16ArrayConstructor:e.TYPE,Int32Array:e.TYPE_VALUE,Int32ArrayConstructor:e.TYPE,Intl:e.TYPE_VALUE,JSON:e.TYPE_VALUE,Lowercase:e.TYPE,Math:e.TYPE_VALUE,NewableFunction:e.TYPE,NoInfer:e.TYPE,NonNullable:e.TYPE,Number:e.TYPE_VALUE,NumberConstructor:e.TYPE,Object:e.TYPE_VALUE,ObjectConstructor:e.TYPE,Omit:e.TYPE,OmitThisParameter:e.TYPE,Parameters:e.TYPE,Partial:e.TYPE,Pick:e.TYPE,Promise:e.TYPE,PromiseConstructorLike:e.TYPE,PromiseLike:e.TYPE,PropertyDescriptor:e.TYPE,PropertyDescriptorMap:e.TYPE,PropertyKey:e.TYPE,RangeError:e.TYPE_VALUE,RangeErrorConstructor:e.TYPE,Readonly:e.TYPE,ReadonlyArray:e.TYPE,Record:e.TYPE,ReferenceError:e.TYPE_VALUE,ReferenceErrorConstructor:e.TYPE,RegExp:e.TYPE_VALUE,RegExpConstructor:e.TYPE,RegExpExecArray:e.TYPE,RegExpMatchArray:e.TYPE,Required:e.TYPE,ReturnType:e.TYPE,String:e.TYPE_VALUE,StringConstructor:e.TYPE,Symbol:e.TYPE,SyntaxError:e.TYPE_VALUE,SyntaxErrorConstructor:e.TYPE,TemplateStringsArray:e.TYPE,ThisParameterType:e.TYPE,ThisType:e.TYPE,TypedPropertyDescriptor:e.TYPE,TypeError:e.TYPE_VALUE,TypeErrorConstructor:e.TYPE,Uint8Array:e.TYPE_VALUE,Uint8ArrayConstructor:e.TYPE,Uint8ClampedArray:e.TYPE_VALUE,Uint8ClampedArrayConstructor:e.TYPE,Uint16Array:e.TYPE_VALUE,Uint16ArrayConstructor:e.TYPE,Uint32Array:e.TYPE_VALUE,Uint32ArrayConstructor:e.TYPE,Uncapitalize:e.TYPE,Uppercase:e.TYPE,URIError:e.TYPE_VALUE,URIErrorConstructor:e.TYPE,WeakKey:e.TYPE,WeakKeyTypes:e.TYPE},It}n(Ri,"requireEs5");var xt={},Dt={},Ul;function ao(){if(Ul)return Dt;Ul=1,Object.defineProperty(Dt,"__esModule",{value:!0}),Dt.es2015_collection=void 0;const e=R();return Dt.es2015_collection={Map:e.TYPE_VALUE,MapConstructor:e.TYPE,ReadonlyMap:e.TYPE,ReadonlySet:e.TYPE,Set:e.TYPE_VALUE,SetConstructor:e.TYPE,WeakMap:e.TYPE_VALUE,WeakMapConstructor:e.TYPE,WeakSet:e.TYPE_VALUE,WeakSetConstructor:e.TYPE},Dt}n(ao,"requireEs2015_collection");var Ft={},Il;function uo(){if(Il)return Ft;Il=1,Object.defineProperty(Ft,"__esModule",{value:!0}),Ft.es2015_core=void 0;const e=R();return Ft.es2015_core={Array:e.TYPE,ArrayConstructor:e.TYPE,DateConstructor:e.TYPE,Float32Array:e.TYPE,Float64Array:e.TYPE,Function:e.TYPE,Int8Array:e.TYPE,Int16Array:e.TYPE,Int32Array:e.TYPE,Math:e.TYPE,NumberConstructor:e.TYPE,ObjectConstructor:e.TYPE,ReadonlyArray:e.TYPE,RegExp:e.TYPE,RegExpConstructor:e.TYPE,String:e.TYPE,StringConstructor:e.TYPE,Uint8Array:e.TYPE,Uint8ClampedArray:e.TYPE,Uint16Array:e.TYPE,Uint32Array:e.TYPE},Ft}n(uo,"requireEs2015_core");var kt={},jt={},Nt={},xl;function ae(){if(xl)return Nt;xl=1,Object.defineProperty(Nt,"__esModule",{value:!0}),Nt.es2015_symbol=void 0;const e=R();return Nt.es2015_symbol={SymbolConstructor:e.TYPE},Nt}n(ae,"requireEs2015_symbol");var Dl;function ue(){if(Dl)return jt;Dl=1,Object.defineProperty(jt,"__esModule",{value:!0}),jt.es2015_iterable=void 0;const e=R(),l=ae();return jt.es2015_iterable={...l.es2015_symbol,Array:e.TYPE,ArrayConstructor:e.TYPE,ArrayIterator:e.TYPE,BuiltinIteratorReturn:e.TYPE,Float32Array:e.TYPE,Float32ArrayConstructor:e.TYPE,Float64Array:e.TYPE,Float64ArrayConstructor:e.TYPE,IArguments:e.TYPE,Int8Array:e.TYPE,Int8ArrayConstructor:e.TYPE,Int16Array:e.TYPE,Int16ArrayConstructor:e.TYPE,Int32Array:e.TYPE,Int32ArrayConstructor:e.TYPE,Iterable:e.TYPE,IterableIterator:e.TYPE,Iterator:e.TYPE,IteratorObject:e.TYPE,IteratorResult:e.TYPE,IteratorReturnResult:e.TYPE,IteratorYieldResult:e.TYPE,Map:e.TYPE,MapConstructor:e.TYPE,MapIterator:e.TYPE,Promise:e.TYPE,PromiseConstructor:e.TYPE,ReadonlyArray:e.TYPE,ReadonlyMap:e.TYPE,ReadonlySet:e.TYPE,Set:e.TYPE,SetConstructor:e.TYPE,SetIterator:e.TYPE,String:e.TYPE,StringIterator:e.TYPE,SymbolConstructor:e.TYPE,Uint8Array:e.TYPE,Uint8ArrayConstructor:e.TYPE,Uint8ClampedArray:e.TYPE,Uint8ClampedArrayConstructor:e.TYPE,Uint16Array:e.TYPE,Uint16ArrayConstructor:e.TYPE,Uint32Array:e.TYPE,Uint32ArrayConstructor:e.TYPE,WeakMap:e.TYPE,WeakMapConstructor:e.TYPE,WeakSet:e.TYPE,WeakSetConstructor:e.TYPE},jt}n(ue,"requireEs2015_iterable");var Fl;function lo(){if(Fl)return kt;Fl=1,Object.defineProperty(kt,"__esModule",{value:!0}),kt.es2015_generator=void 0;const e=R(),l=ue();return kt.es2015_generator={...l.es2015_iterable,Generator:e.TYPE,GeneratorFunction:e.TYPE,GeneratorFunctionConstructor:e.TYPE},kt}n(lo,"requireEs2015_generator");var Bt={},kl;function co(){if(kl)return Bt;kl=1,Object.defineProperty(Bt,"__esModule",{value:!0}),Bt.es2015_promise=void 0;const e=R();return Bt.es2015_promise={PromiseConstructor:e.TYPE},Bt}n(co,"requireEs2015_promise");var qt={},jl;function fo(){if(jl)return qt;jl=1,Object.defineProperty(qt,"__esModule",{value:!0}),qt.es2015_proxy=void 0;const e=R();return qt.es2015_proxy={ProxyConstructor:e.TYPE,ProxyHandler:e.TYPE},qt}n(fo,"requireEs2015_proxy");var Gt={},Nl;function po(){if(Nl)return Gt;Nl=1,Object.defineProperty(Gt,"__esModule",{value:!0}),Gt.es2015_reflect=void 0;const e=R();return Gt.es2015_reflect={Reflect:e.TYPE_VALUE},Gt}n(po,"requireEs2015_reflect");var $t={},Bl;function qe(){if(Bl)return $t;Bl=1,Object.defineProperty($t,"__esModule",{value:!0}),$t.es2015_symbol_wellknown=void 0;const e=R(),l=ae();return $t.es2015_symbol_wellknown={...l.es2015_symbol,Array:e.TYPE,ArrayBuffer:e.TYPE,ArrayBufferConstructor:e.TYPE,ArrayConstructor:e.TYPE,DataView:e.TYPE,Date:e.TYPE,Float32Array:e.TYPE,Float64Array:e.TYPE,Function:e.TYPE,GeneratorFunction:e.TYPE,Int8Array:e.TYPE,Int16Array:e.TYPE,Int32Array:e.TYPE,JSON:e.TYPE,Map:e.TYPE,MapConstructor:e.TYPE,Math:e.TYPE,Promise:e.TYPE,PromiseConstructor:e.TYPE,ReadonlyArray:e.TYPE,RegExp:e.TYPE,RegExpConstructor:e.TYPE,Set:e.TYPE,SetConstructor:e.TYPE,String:e.TYPE,Symbol:e.TYPE,SymbolConstructor:e.TYPE,Uint8Array:e.TYPE,Uint8ClampedArray:e.TYPE,Uint16Array:e.TYPE,Uint32Array:e.TYPE,WeakMap:e.TYPE,WeakSet:e.TYPE},$t}n(qe,"requireEs2015_symbol_wellknown");var ql;function Ey(){if(ql)return xt;ql=1,Object.defineProperty(xt,"__esModule",{value:!0}),xt.es6=void 0;const e=Ri(),l=ao(),o=uo(),f=lo(),c=ue(),i=co(),t=fo(),r=po(),s=ae(),u=qe();return xt.es6={...e.es5,...o.es2015_core,...l.es2015_collection,...c.es2015_iterable,...f.es2015_generator,...i.es2015_promise,...t.es2015_proxy,...r.es2015_reflect,...s.es2015_symbol,...u.es2015_symbol_wellknown},xt}n(Ey,"requireEs6");var Wt={},Ht={},Gl;function Eo(){if(Gl)return Ht;Gl=1,Object.defineProperty(Ht,"__esModule",{value:!0}),Ht.es2015=void 0;const e=Ri(),l=ao(),o=uo(),f=lo(),c=ue(),i=co(),t=fo(),r=po(),s=ae(),u=qe();return Ht.es2015={...e.es5,...o.es2015_core,...l.es2015_collection,...c.es2015_iterable,...f.es2015_generator,...i.es2015_promise,...t.es2015_proxy,...r.es2015_reflect,...s.es2015_symbol,...u.es2015_symbol_wellknown},Ht}n(Eo,"requireEs2015");var Kt={},$l;function To(){if($l)return Kt;$l=1,Object.defineProperty(Kt,"__esModule",{value:!0}),Kt.es2016_array_include=void 0;const e=R();return Kt.es2016_array_include={Array:e.TYPE,Float32Array:e.TYPE,Float64Array:e.TYPE,Int8Array:e.TYPE,Int16Array:e.TYPE,Int32Array:e.TYPE,ReadonlyArray:e.TYPE,Uint8Array:e.TYPE,Uint8ClampedArray:e.TYPE,Uint16Array:e.TYPE,Uint32Array:e.TYPE},Kt}n(To,"requireEs2016_array_include");var Xt={},Wl;function Po(){if(Wl)return Xt;Wl=1,Object.defineProperty(Xt,"__esModule",{value:!0}),Xt.es2016_intl=void 0;const e=R();return Xt.es2016_intl={Intl:e.TYPE_VALUE},Xt}n(Po,"requireEs2016_intl");var Hl;function dy(){if(Hl)return Wt;Hl=1,Object.defineProperty(Wt,"__esModule",{value:!0}),Wt.es7=void 0;const e=Eo(),l=To(),o=Po();return Wt.es7={...e.es2015,...l.es2016_array_include,...o.es2016_intl},Wt}n(dy,"requireEs7");var zt={},Kl;function mo(){if(Kl)return zt;Kl=1,Object.defineProperty(zt,"__esModule",{value:!0}),zt.es2016=void 0;const e=Eo(),l=To(),o=Po();return zt.es2016={...e.es2015,...l.es2016_array_include,...o.es2016_intl},zt}n(mo,"requireEs2016");var Jt={},Qt={},Xl;function ne(){if(Xl)return Qt;Xl=1,Object.defineProperty(Qt,"__esModule",{value:!0}),Qt.scripthost=void 0;const e=R();return Qt.scripthost={ActiveXObject:e.TYPE_VALUE,Date:e.TYPE,DateConstructor:e.TYPE,Enumerator:e.TYPE_VALUE,EnumeratorConstructor:e.TYPE,ITextWriter:e.TYPE,SafeArray:e.TYPE_VALUE,TextStreamBase:e.TYPE,TextStreamReader:e.TYPE,TextStreamWriter:e.TYPE,VarDate:e.TYPE_VALUE,VBArray:e.TYPE_VALUE,VBArrayConstructor:e.TYPE},Qt}n(ne,"requireScripthost");var Zt={},zl;function ie(){return zl||(zl=1,Object.defineProperty(Zt,"__esModule",{value:!0}),Zt.webworker_importscripts=void 0,Zt.webworker_importscripts={}),Zt}n(ie,"requireWebworker_importscripts");var Jl;function Ty(){if(Jl)return Jt;Jl=1,Object.defineProperty(Jt,"__esModule",{value:!0}),Jt.es2016_full=void 0;const e=re(),l=oe(),o=mo(),f=ne(),c=ie();return Jt.es2016_full={...o.es2016,...e.dom,...c.webworker_importscripts,...f.scripthost,...l.dom_iterable},Jt}n(Ty,"requireEs2016_full");var er={},tr={},Ql;function Zl(){if(Ql)return tr;Ql=1,Object.defineProperty(tr,"__esModule",{value:!0}),tr.es2017_arraybuffer=void 0;const e=R();return tr.es2017_arraybuffer={ArrayBufferConstructor:e.TYPE},tr}n(Zl,"requireEs2017_arraybuffer");var rr={},ec;function tc(){if(ec)return rr;ec=1,Object.defineProperty(rr,"__esModule",{value:!0}),rr.es2017_date=void 0;const e=R();return rr.es2017_date={DateConstructor:e.TYPE},rr}n(tc,"requireEs2017_date");var nr={},rc;function nc(){if(rc)return nr;rc=1,Object.defineProperty(nr,"__esModule",{value:!0}),nr.es2017_intl=void 0;const e=R();return nr.es2017_intl={Intl:e.TYPE_VALUE},nr}n(nc,"requireEs2017_intl");var ir={},ic;function sc(){if(ic)return ir;ic=1,Object.defineProperty(ir,"__esModule",{value:!0}),ir.es2017_object=void 0;const e=R();return ir.es2017_object={ObjectConstructor:e.TYPE},ir}n(sc,"requireEs2017_object");var sr={},oc;function ac(){if(oc)return sr;oc=1,Object.defineProperty(sr,"__esModule",{value:!0}),sr.es2017_sharedmemory=void 0;const e=R(),l=ae(),o=qe();return sr.es2017_sharedmemory={...l.es2015_symbol,...o.es2015_symbol_wellknown,ArrayBufferTypes:e.TYPE,Atomics:e.TYPE_VALUE,SharedArrayBuffer:e.TYPE_VALUE,SharedArrayBufferConstructor:e.TYPE},sr}n(ac,"requireEs2017_sharedmemory");var or={},uc;function lc(){if(uc)return or;uc=1,Object.defineProperty(or,"__esModule",{value:!0}),or.es2017_string=void 0;const e=R();return or.es2017_string={String:e.TYPE},or}n(lc,"requireEs2017_string");var ar={},cc;function fc(){if(cc)return ar;cc=1,Object.defineProperty(ar,"__esModule",{value:!0}),ar.es2017_typedarrays=void 0;const e=R();return ar.es2017_typedarrays={Float32ArrayConstructor:e.TYPE,Float64ArrayConstructor:e.TYPE,Int8ArrayConstructor:e.TYPE,Int16ArrayConstructor:e.TYPE,Int32ArrayConstructor:e.TYPE,Uint8ArrayConstructor:e.TYPE,Uint8ClampedArrayConstructor:e.TYPE,Uint16ArrayConstructor:e.TYPE,Uint32ArrayConstructor:e.TYPE},ar}n(fc,"requireEs2017_typedarrays");var pc;function yo(){if(pc)return er;pc=1,Object.defineProperty(er,"__esModule",{value:!0}),er.es2017=void 0;const e=mo(),l=Zl(),o=tc(),f=nc(),c=sc(),i=ac(),t=lc(),r=fc();return er.es2017={...e.es2016,...l.es2017_arraybuffer,...o.es2017_date,...f.es2017_intl,...c.es2017_object,...i.es2017_sharedmemory,...t.es2017_string,...r.es2017_typedarrays},er}n(yo,"requireEs2017");var ur={},Ec;function Py(){if(Ec)return ur;Ec=1,Object.defineProperty(ur,"__esModule",{value:!0}),ur.es2017_full=void 0;const e=re(),l=oe(),o=yo(),f=ne(),c=ie();return ur.es2017_full={...o.es2017,...e.dom,...c.webworker_importscripts,...f.scripthost,...l.dom_iterable},ur}n(Py,"requireEs2017_full");var lr={},cr={},fr={},dc;function Oi(){if(dc)return fr;dc=1,Object.defineProperty(fr,"__esModule",{value:!0}),fr.es2018_asynciterable=void 0;const e=R(),l=ue(),o=ae();return fr.es2018_asynciterable={...o.es2015_symbol,...l.es2015_iterable,AsyncIterable:e.TYPE,AsyncIterableIterator:e.TYPE,AsyncIterator:e.TYPE,AsyncIteratorObject:e.TYPE,SymbolConstructor:e.TYPE},fr}n(Oi,"requireEs2018_asynciterable");var Tc;function Pc(){if(Tc)return cr;Tc=1,Object.defineProperty(cr,"__esModule",{value:!0}),cr.es2018_asyncgenerator=void 0;const e=R(),l=Oi();return cr.es2018_asyncgenerator={...l.es2018_asynciterable,AsyncGenerator:e.TYPE,AsyncGeneratorFunction:e.TYPE,AsyncGeneratorFunctionConstructor:e.TYPE},cr}n(Pc,"requireEs2018_asyncgenerator");var pr={},mc;function ho(){if(mc)return pr;mc=1,Object.defineProperty(pr,"__esModule",{value:!0}),pr.es2018_intl=void 0;const e=R();return pr.es2018_intl={Intl:e.TYPE_VALUE},pr}n(ho,"requireEs2018_intl");var Er={},yc;function hc(){if(yc)return Er;yc=1,Object.defineProperty(Er,"__esModule",{value:!0}),Er.es2018_promise=void 0;const e=R();return Er.es2018_promise={Promise:e.TYPE},Er}n(hc,"requireEs2018_promise");var dr={},_c;function bc(){if(_c)return dr;_c=1,Object.defineProperty(dr,"__esModule",{value:!0}),dr.es2018_regexp=void 0;const e=R();return dr.es2018_regexp={RegExp:e.TYPE,RegExpExecArray:e.TYPE,RegExpMatchArray:e.TYPE},dr}n(bc,"requireEs2018_regexp");var gc;function _o(){if(gc)return lr;gc=1,Object.defineProperty(lr,"__esModule",{value:!0}),lr.es2018=void 0;const e=yo(),l=Pc(),o=Oi(),f=ho(),c=hc(),i=bc();return lr.es2018={...e.es2017,...o.es2018_asynciterable,...l.es2018_asyncgenerator,...c.es2018_promise,...i.es2018_regexp,...f.es2018_intl},lr}n(_o,"requireEs2018");var Tr={},vc;function my(){if(vc)return Tr;vc=1,Object.defineProperty(Tr,"__esModule",{value:!0}),Tr.es2018_full=void 0;const e=re(),l=Te(),o=oe(),f=_o(),c=ne(),i=ie();return Tr.es2018_full={...f.es2018,...e.dom,...i.webworker_importscripts,...c.scripthost,...o.dom_iterable,...l.dom_asynciterable},Tr}n(my,"requireEs2018_full");var Pr={},mr={},Sc;function Yc(){if(Sc)return mr;Sc=1,Object.defineProperty(mr,"__esModule",{value:!0}),mr.es2019_array=void 0;const e=R();return mr.es2019_array={Array:e.TYPE,FlatArray:e.TYPE,ReadonlyArray:e.TYPE},mr}n(Yc,"requireEs2019_array");var yr={},Lc;function Ac(){if(Lc)return yr;Lc=1,Object.defineProperty(yr,"__esModule",{value:!0}),yr.es2019_intl=void 0;const e=R();return yr.es2019_intl={Intl:e.TYPE_VALUE},yr}n(Ac,"requireEs2019_intl");var hr={},Cc;function Vc(){if(Cc)return hr;Cc=1,Object.defineProperty(hr,"__esModule",{value:!0}),hr.es2019_object=void 0;const e=R(),l=ue();return hr.es2019_object={...l.es2015_iterable,ObjectConstructor:e.TYPE},hr}n(Vc,"requireEs2019_object");var _r={},Rc;function Oc(){if(Rc)return _r;Rc=1,Object.defineProperty(_r,"__esModule",{value:!0}),_r.es2019_string=void 0;const e=R();return _r.es2019_string={String:e.TYPE},_r}n(Oc,"requireEs2019_string");var br={},wc;function Mc(){if(wc)return br;wc=1,Object.defineProperty(br,"__esModule",{value:!0}),br.es2019_symbol=void 0;const e=R();return br.es2019_symbol={Symbol:e.TYPE},br}n(Mc,"requireEs2019_symbol");var Uc;function bo(){if(Uc)return Pr;Uc=1,Object.defineProperty(Pr,"__esModule",{value:!0}),Pr.es2019=void 0;const e=_o(),l=Yc(),o=Ac(),f=Vc(),c=Oc(),i=Mc();return Pr.es2019={...e.es2018,...l.es2019_array,...f.es2019_object,...c.es2019_string,...i.es2019_symbol,...o.es2019_intl},Pr}n(bo,"requireEs2019");var gr={},Ic;function yy(){if(Ic)return gr;Ic=1,Object.defineProperty(gr,"__esModule",{value:!0}),gr.es2019_full=void 0;const e=re(),l=Te(),o=oe(),f=bo(),c=ne(),i=ie();return gr.es2019_full={...f.es2019,...e.dom,...i.webworker_importscripts,...c.scripthost,...o.dom_iterable,...l.dom_asynciterable},gr}n(yy,"requireEs2019_full");var vr={},Sr={},Yr={},xc;function Ue(){if(xc)return Yr;xc=1,Object.defineProperty(Yr,"__esModule",{value:!0}),Yr.es2020_intl=void 0;const e=R(),l=ho();return Yr.es2020_intl={...l.es2018_intl,Intl:e.TYPE_VALUE},Yr}n(Ue,"requireEs2020_intl");var Dc;function wi(){if(Dc)return Sr;Dc=1,Object.defineProperty(Sr,"__esModule",{value:!0}),Sr.es2020_bigint=void 0;const e=R(),l=Ue();return Sr.es2020_bigint={...l.es2020_intl,BigInt:e.TYPE_VALUE,BigInt64Array:e.TYPE_VALUE,BigInt64ArrayConstructor:e.TYPE,BigIntConstructor:e.TYPE,BigIntToLocaleStringOptions:e.TYPE,BigUint64Array:e.TYPE_VALUE,BigUint64ArrayConstructor:e.TYPE,DataView:e.TYPE,Intl:e.TYPE_VALUE},Sr}n(wi,"requireEs2020_bigint");var Lr={},Fc;function kc(){if(Fc)return Lr;Fc=1,Object.defineProperty(Lr,"__esModule",{value:!0}),Lr.es2020_date=void 0;const e=R(),l=Ue();return Lr.es2020_date={...l.es2020_intl,Date:e.TYPE},Lr}n(kc,"requireEs2020_date");var Ar={},jc;function Nc(){if(jc)return Ar;jc=1,Object.defineProperty(Ar,"__esModule",{value:!0}),Ar.es2020_number=void 0;const e=R(),l=Ue();return Ar.es2020_number={...l.es2020_intl,Number:e.TYPE},Ar}n(Nc,"requireEs2020_number");var Cr={},Bc;function qc(){if(Bc)return Cr;Bc=1,Object.defineProperty(Cr,"__esModule",{value:!0}),Cr.es2020_promise=void 0;const e=R();return Cr.es2020_promise={PromiseConstructor:e.TYPE,PromiseFulfilledResult:e.TYPE,PromiseRejectedResult:e.TYPE,PromiseSettledResult:e.TYPE},Cr}n(qc,"requireEs2020_promise");var Vr={},Gc;function $c(){if(Gc)return Vr;Gc=1,Object.defineProperty(Vr,"__esModule",{value:!0}),Vr.es2020_sharedmemory=void 0;const e=R(),l=wi();return Vr.es2020_sharedmemory={...l.es2020_bigint,Atomics:e.TYPE},Vr}n($c,"requireEs2020_sharedmemory");var Rr={},Or={},Wc;function go(){if(Wc)return Or;Wc=1,Object.defineProperty(Or,"__esModule",{value:!0}),Or.es2020_symbol_wellknown=void 0;const e=R(),l=ue(),o=ae();return Or.es2020_symbol_wellknown={...l.es2015_iterable,...o.es2015_symbol,RegExp:e.TYPE,RegExpStringIterator:e.TYPE,SymbolConstructor:e.TYPE},Or}n(go,"requireEs2020_symbol_wellknown");var Hc;function Kc(){if(Hc)return Rr;Hc=1,Object.defineProperty(Rr,"__esModule",{value:!0}),Rr.es2020_string=void 0;const e=R(),l=ue(),o=Ue(),f=go();return Rr.es2020_string={...l.es2015_iterable,...o.es2020_intl,...f.es2020_symbol_wellknown,String:e.TYPE},Rr}n(Kc,"requireEs2020_string");var Xc;function vo(){if(Xc)return vr;Xc=1,Object.defineProperty(vr,"__esModule",{value:!0}),vr.es2020=void 0;const e=bo(),l=wi(),o=kc(),f=Ue(),c=Nc(),i=qc(),t=$c(),r=Kc(),s=go();return vr.es2020={...e.es2019,...l.es2020_bigint,...o.es2020_date,...c.es2020_number,...i.es2020_promise,...t.es2020_sharedmemory,...r.es2020_string,...s.es2020_symbol_wellknown,...f.es2020_intl},vr}n(vo,"requireEs2020");var wr={},zc;function hy(){if(zc)return wr;zc=1,Object.defineProperty(wr,"__esModule",{value:!0}),wr.es2020_full=void 0;const e=re(),l=Te(),o=oe(),f=vo(),c=ne(),i=ie();return wr.es2020_full={...f.es2020,...e.dom,...i.webworker_importscripts,...c.scripthost,...o.dom_iterable,...l.dom_asynciterable},wr}n(hy,"requireEs2020_full");var Mr={},Ur={},Jc;function Qc(){if(Jc)return Ur;Jc=1,Object.defineProperty(Ur,"__esModule",{value:!0}),Ur.es2021_intl=void 0;const e=R();return Ur.es2021_intl={Intl:e.TYPE_VALUE},Ur}n(Qc,"requireEs2021_intl");var Ir={},Zc;function So(){if(Zc)return Ir;Zc=1,Object.defineProperty(Ir,"__esModule",{value:!0}),Ir.es2021_promise=void 0;const e=R();return Ir.es2021_promise={AggregateError:e.TYPE_VALUE,AggregateErrorConstructor:e.TYPE,PromiseConstructor:e.TYPE},Ir}n(So,"requireEs2021_promise");var xr={},ef;function tf(){if(ef)return xr;ef=1,Object.defineProperty(xr,"__esModule",{value:!0}),xr.es2021_string=void 0;const e=R();return xr.es2021_string={String:e.TYPE},xr}n(tf,"requireEs2021_string");var Dr={},rf;function nf(){if(rf)return Dr;rf=1,Object.defineProperty(Dr,"__esModule",{value:!0}),Dr.es2021_weakref=void 0;const e=R(),l=qe();return Dr.es2021_weakref={...l.es2015_symbol_wellknown,FinalizationRegistry:e.TYPE_VALUE,FinalizationRegistryConstructor:e.TYPE,WeakRef:e.TYPE_VALUE,WeakRefConstructor:e.TYPE},Dr}n(nf,"requireEs2021_weakref");var sf;function Yo(){if(sf)return Mr;sf=1,Object.defineProperty(Mr,"__esModule",{value:!0}),Mr.es2021=void 0;const e=vo(),l=Qc(),o=So(),f=tf(),c=nf();return Mr.es2021={...e.es2020,...o.es2021_promise,...f.es2021_string,...c.es2021_weakref,...l.es2021_intl},Mr}n(Yo,"requireEs2021");var Fr={},of;function _y(){if(of)return Fr;of=1,Object.defineProperty(Fr,"__esModule",{value:!0}),Fr.es2021_full=void 0;const e=re(),l=Te(),o=oe(),f=Yo(),c=ne(),i=ie();return Fr.es2021_full={...f.es2021,...e.dom,...i.webworker_importscripts,...c.scripthost,...o.dom_iterable,...l.dom_asynciterable},Fr}n(_y,"requireEs2021_full");var kr={},jr={},af;function uf(){if(af)return jr;af=1,Object.defineProperty(jr,"__esModule",{value:!0}),jr.es2022_array=void 0;const e=R();return jr.es2022_array={Array:e.TYPE,BigInt64Array:e.TYPE,BigUint64Array:e.TYPE,Float32Array:e.TYPE,Float64Array:e.TYPE,Int8Array:e.TYPE,Int16Array:e.TYPE,Int32Array:e.TYPE,ReadonlyArray:e.TYPE,Uint8Array:e.TYPE,Uint8ClampedArray:e.TYPE,Uint16Array:e.TYPE,Uint32Array:e.TYPE},jr}n(uf,"requireEs2022_array");var Nr={},lf;function cf(){if(lf)return Nr;lf=1,Object.defineProperty(Nr,"__esModule",{value:!0}),Nr.es2022_error=void 0;const e=R(),l=So();return Nr.es2022_error={...l.es2021_promise,AggregateErrorConstructor:e.TYPE,Error:e.TYPE,ErrorConstructor:e.TYPE,ErrorOptions:e.TYPE,EvalErrorConstructor:e.TYPE,RangeErrorConstructor:e.TYPE,ReferenceErrorConstructor:e.TYPE,SyntaxErrorConstructor:e.TYPE,TypeErrorConstructor:e.TYPE,URIErrorConstructor:e.TYPE},Nr}n(cf,"requireEs2022_error");var Br={},ff;function pf(){if(ff)return Br;ff=1,Object.defineProperty(Br,"__esModule",{value:!0}),Br.es2022_intl=void 0;const e=R();return Br.es2022_intl={Intl:e.TYPE_VALUE},Br}n(pf,"requireEs2022_intl");var qr={},Ef;function df(){if(Ef)return qr;Ef=1,Object.defineProperty(qr,"__esModule",{value:!0}),qr.es2022_object=void 0;const e=R();return qr.es2022_object={ObjectConstructor:e.TYPE},qr}n(df,"requireEs2022_object");var Gr={},Tf;function Pf(){if(Tf)return Gr;Tf=1,Object.defineProperty(Gr,"__esModule",{value:!0}),Gr.es2022_regexp=void 0;const e=R();return Gr.es2022_regexp={RegExp:e.TYPE,RegExpExecArray:e.TYPE,RegExpIndicesArray:e.TYPE,RegExpMatchArray:e.TYPE},Gr}n(Pf,"requireEs2022_regexp");var $r={},mf;function yf(){if(mf)return $r;mf=1,Object.defineProperty($r,"__esModule",{value:!0}),$r.es2022_string=void 0;const e=R();return $r.es2022_string={String:e.TYPE},$r}n(yf,"requireEs2022_string");var hf;function Lo(){if(hf)return kr;hf=1,Object.defineProperty(kr,"__esModule",{value:!0}),kr.es2022=void 0;const e=Yo(),l=uf(),o=cf(),f=pf(),c=df(),i=Pf(),t=yf();return kr.es2022={...e.es2021,...l.es2022_array,...o.es2022_error,...f.es2022_intl,...c.es2022_object,...i.es2022_regexp,...t.es2022_string},kr}n(Lo,"requireEs2022");var Wr={},_f;function by(){if(_f)return Wr;_f=1,Object.defineProperty(Wr,"__esModule",{value:!0}),Wr.es2022_full=void 0;const e=re(),l=Te(),o=oe(),f=Lo(),c=ne(),i=ie();return Wr.es2022_full={...f.es2022,...e.dom,...i.webworker_importscripts,...c.scripthost,...o.dom_iterable,...l.dom_asynciterable},Wr}n(by,"requireEs2022_full");var Hr={},Kr={},bf;function gf(){if(bf)return Kr;bf=1,Object.defineProperty(Kr,"__esModule",{value:!0}),Kr.es2023_array=void 0;const e=R();return Kr.es2023_array={Array:e.TYPE,BigInt64Array:e.TYPE,BigUint64Array:e.TYPE,Float32Array:e.TYPE,Float64Array:e.TYPE,Int8Array:e.TYPE,Int16Array:e.TYPE,Int32Array:e.TYPE,ReadonlyArray:e.TYPE,Uint8Array:e.TYPE,Uint8ClampedArray:e.TYPE,Uint16Array:e.TYPE,Uint32Array:e.TYPE},Kr}n(gf,"requireEs2023_array");var Xr={},vf;function Sf(){if(vf)return Xr;vf=1,Object.defineProperty(Xr,"__esModule",{value:!0}),Xr.es2023_collection=void 0;const e=R();return Xr.es2023_collection={WeakKeyTypes:e.TYPE},Xr}n(Sf,"requireEs2023_collection");var zr={},Yf;function Lf(){if(Yf)return zr;Yf=1,Object.defineProperty(zr,"__esModule",{value:!0}),zr.es2023_intl=void 0;const e=R();return zr.es2023_intl={Intl:e.TYPE_VALUE},zr}n(Lf,"requireEs2023_intl");var Af;function Ao(){if(Af)return Hr;Af=1,Object.defineProperty(Hr,"__esModule",{value:!0}),Hr.es2023=void 0;const e=Lo(),l=gf(),o=Sf(),f=Lf();return Hr.es2023={...e.es2022,...l.es2023_array,...o.es2023_collection,...f.es2023_intl},Hr}n(Ao,"requireEs2023");var Jr={},Cf;function gy(){if(Cf)return Jr;Cf=1,Object.defineProperty(Jr,"__esModule",{value:!0}),Jr.es2023_full=void 0;const e=re(),l=Te(),o=oe(),f=Ao(),c=ne(),i=ie();return Jr.es2023_full={...f.es2023,...e.dom,...i.webworker_importscripts,...c.scripthost,...o.dom_iterable,...l.dom_asynciterable},Jr}n(gy,"requireEs2023_full");var Qr={},Zr={},Vf;function Rf(){if(Vf)return Zr;Vf=1,Object.defineProperty(Zr,"__esModule",{value:!0}),Zr.es2024_arraybuffer=void 0;const e=R();return Zr.es2024_arraybuffer={ArrayBuffer:e.TYPE,ArrayBufferConstructor:e.TYPE},Zr}n(Rf,"requireEs2024_arraybuffer");var en={},Of;function Co(){if(Of)return en;Of=1,Object.defineProperty(en,"__esModule",{value:!0}),en.es2024_collection=void 0;const e=R();return en.es2024_collection={MapConstructor:e.TYPE},en}n(Co,"requireEs2024_collection");var tn={},wf;function Mf(){if(wf)return tn;wf=1,Object.defineProperty(tn,"__esModule",{value:!0}),tn.es2024_object=void 0;const e=R();return tn.es2024_object={ObjectConstructor:e.TYPE},tn}n(Mf,"requireEs2024_object");var rn={},Uf;function If(){if(Uf)return rn;Uf=1,Object.defineProperty(rn,"__esModule",{value:!0}),rn.es2024_promise=void 0;const e=R();return rn.es2024_promise={PromiseConstructor:e.TYPE,PromiseWithResolvers:e.TYPE},rn}n(If,"requireEs2024_promise");var nn={},xf;function Df(){if(xf)return nn;xf=1,Object.defineProperty(nn,"__esModule",{value:!0}),nn.es2024_regexp=void 0;const e=R();return nn.es2024_regexp={RegExp:e.TYPE},nn}n(Df,"requireEs2024_regexp");var sn={},Ff;function kf(){if(Ff)return sn;Ff=1,Object.defineProperty(sn,"__esModule",{value:!0}),sn.es2024_sharedmemory=void 0;const e=R(),l=wi();return sn.es2024_sharedmemory={...l.es2020_bigint,Atomics:e.TYPE,SharedArrayBuffer:e.TYPE,SharedArrayBufferConstructor:e.TYPE},sn}n(kf,"requireEs2024_sharedmemory");var on={},jf;function Nf(){if(jf)return on;jf=1,Object.defineProperty(on,"__esModule",{value:!0}),on.es2024_string=void 0;const e=R();return on.es2024_string={String:e.TYPE},on}n(Nf,"requireEs2024_string");var Bf;function Vo(){if(Bf)return Qr;Bf=1,Object.defineProperty(Qr,"__esModule",{value:!0}),Qr.es2024=void 0;const e=Ao(),l=Rf(),o=Co(),f=Mf(),c=If(),i=Df(),t=kf(),r=Nf();return Qr.es2024={...e.es2023,...l.es2024_arraybuffer,...o.es2024_collection,...f.es2024_object,...c.es2024_promise,...i.es2024_regexp,...t.es2024_sharedmemory,...r.es2024_string},Qr}n(Vo,"requireEs2024");var an={},qf;function vy(){if(qf)return an;qf=1,Object.defineProperty(an,"__esModule",{value:!0}),an.es2024_full=void 0;const e=re(),l=Te(),o=oe(),f=Vo(),c=ne(),i=ie();return an.es2024_full={...f.es2024,...e.dom,...i.webworker_importscripts,...c.scripthost,...o.dom_iterable,...l.dom_asynciterable},an}n(vy,"requireEs2024_full");var un={},ln={},Gf;function $f(){if(Gf)return ln;Gf=1,Object.defineProperty(ln,"__esModule",{value:!0}),ln.esnext_array=void 0;const e=R();return ln.esnext_array={ArrayConstructor:e.TYPE},ln}n($f,"requireEsnext_array");var cn={},Wf;function Hf(){if(Wf)return cn;Wf=1,Object.defineProperty(cn,"__esModule",{value:!0}),cn.esnext_collection=void 0;const e=R(),l=Co();return cn.esnext_collection={...l.es2024_collection,ReadonlySet:e.TYPE,ReadonlySetLike:e.TYPE,Set:e.TYPE},cn}n(Hf,"requireEsnext_collection");var fn={},Kf;function Xf(){if(Kf)return fn;Kf=1,Object.defineProperty(fn,"__esModule",{value:!0}),fn.esnext_decorators=void 0;const e=R(),l=oo(),o=ae();return fn.esnext_decorators={...o.es2015_symbol,...l.decorators,Function:e.TYPE,SymbolConstructor:e.TYPE},fn}n(Xf,"requireEsnext_decorators");var pn={},zf;function Jf(){if(zf)return pn;zf=1,Object.defineProperty(pn,"__esModule",{value:!0}),pn.esnext_disposable=void 0;const e=R(),l=ue(),o=ae(),f=Oi();return pn.esnext_disposable={...o.es2015_symbol,...l.es2015_iterable,...f.es2018_asynciterable,AsyncDisposable:e.TYPE,AsyncDisposableStack:e.TYPE_VALUE,AsyncDisposableStackConstructor:e.TYPE,AsyncIteratorObject:e.TYPE,Disposable:e.TYPE,DisposableStack:e.TYPE_VALUE,DisposableStackConstructor:e.TYPE,IteratorObject:e.TYPE,SuppressedError:e.TYPE_VALUE,SuppressedErrorConstructor:e.TYPE,SymbolConstructor:e.TYPE},pn}n(Jf,"requireEsnext_disposable");var En={},Qf;function Zf(){if(Qf)return En;Qf=1,Object.defineProperty(En,"__esModule",{value:!0}),En.esnext_intl=void 0;const e=R();return En.esnext_intl={Intl:e.TYPE_VALUE},En}n(Zf,"requireEsnext_intl");var dn={},ep;function tp(){if(ep)return dn;ep=1,Object.defineProperty(dn,"__esModule",{value:!0}),dn.esnext_iterator=void 0;const e=R(),l=ue();return dn.esnext_iterator={...l.es2015_iterable,Iterator:e.TYPE_VALUE,IteratorObjectConstructor:e.TYPE},dn}n(tp,"requireEsnext_iterator");var rp;function np(){if(rp)return un;rp=1,Object.defineProperty(un,"__esModule",{value:!0}),un.esnext=void 0;const e=Vo(),l=$f(),o=Hf(),f=Xf(),c=Jf(),i=Zf(),t=tp();return un.esnext={...e.es2024,...i.esnext_intl,...f.esnext_decorators,...c.esnext_disposable,...o.esnext_collection,...l.esnext_array,...t.esnext_iterator},un}n(np,"requireEsnext");var Tn={},ip;function Sy(){if(ip)return Tn;ip=1,Object.defineProperty(Tn,"__esModule",{value:!0}),Tn.esnext_asynciterable=void 0;const e=R(),l=ue(),o=ae();return Tn.esnext_asynciterable={...o.es2015_symbol,...l.es2015_iterable,AsyncIterable:e.TYPE,AsyncIterableIterator:e.TYPE,AsyncIterator:e.TYPE,AsyncIteratorObject:e.TYPE,SymbolConstructor:e.TYPE},Tn}n(Sy,"requireEsnext_asynciterable");var Pn={},sp;function Yy(){if(sp)return Pn;sp=1,Object.defineProperty(Pn,"__esModule",{value:!0}),Pn.esnext_bigint=void 0;const e=R(),l=Ue();return Pn.esnext_bigint={...l.es2020_intl,BigInt:e.TYPE_VALUE,BigInt64Array:e.TYPE_VALUE,BigInt64ArrayConstructor:e.TYPE,BigIntConstructor:e.TYPE,BigIntToLocaleStringOptions:e.TYPE,BigUint64Array:e.TYPE_VALUE,BigUint64ArrayConstructor:e.TYPE,DataView:e.TYPE,Intl:e.TYPE_VALUE},Pn}n(Yy,"requireEsnext_bigint");var mn={},op;function Ly(){if(op)return mn;op=1,Object.defineProperty(mn,"__esModule",{value:!0}),mn.esnext_full=void 0;const e=re(),l=Te(),o=oe(),f=np(),c=ne(),i=ie();return mn.esnext_full={...f.esnext,...e.dom,...i.webworker_importscripts,...c.scripthost,...o.dom_iterable,...l.dom_asynciterable},mn}n(Ly,"requireEsnext_full");var yn={},ap;function Ay(){if(ap)return yn;ap=1,Object.defineProperty(yn,"__esModule",{value:!0}),yn.esnext_object=void 0;const e=R();return yn.esnext_object={ObjectConstructor:e.TYPE},yn}n(Ay,"requireEsnext_object");var hn={},up;function Cy(){if(up)return hn;up=1,Object.defineProperty(hn,"__esModule",{value:!0}),hn.esnext_promise=void 0;const e=R();return hn.esnext_promise={PromiseConstructor:e.TYPE,PromiseWithResolvers:e.TYPE},hn}n(Cy,"requireEsnext_promise");var _n={},lp;function Vy(){if(lp)return _n;lp=1,Object.defineProperty(_n,"__esModule",{value:!0}),_n.esnext_regexp=void 0;const e=R();return _n.esnext_regexp={RegExp:e.TYPE},_n}n(Vy,"requireEsnext_regexp");var bn={},cp;function Ry(){if(cp)return bn;cp=1,Object.defineProperty(bn,"__esModule",{value:!0}),bn.esnext_string=void 0;const e=R();return bn.esnext_string={String:e.TYPE},bn}n(Ry,"requireEsnext_string");var gn={},fp;function Oy(){if(fp)return gn;fp=1,Object.defineProperty(gn,"__esModule",{value:!0}),gn.esnext_symbol=void 0;const e=R();return gn.esnext_symbol={Symbol:e.TYPE},gn}n(Oy,"requireEsnext_symbol");var vn={},pp;function wy(){if(pp)return vn;pp=1,Object.defineProperty(vn,"__esModule",{value:!0}),vn.esnext_weakref=void 0;const e=R(),l=qe();return vn.esnext_weakref={...l.es2015_symbol_wellknown,FinalizationRegistry:e.TYPE_VALUE,FinalizationRegistryConstructor:e.TYPE,WeakRef:e.TYPE_VALUE,WeakRefConstructor:e.TYPE},vn}n(wy,"requireEsnext_weakref");var Sn={},Ep;function My(){if(Ep)return Sn;Ep=1,Object.defineProperty(Sn,"__esModule",{value:!0}),Sn.lib=void 0;const e=re(),l=Ri(),o=ne(),f=ie();return Sn.lib={...l.es5,...e.dom,...f.webworker_importscripts,...o.scripthost},Sn}n(My,"requireLib$1");var Yn={},dp;function Uy(){if(dp)return Yn;dp=1,Object.defineProperty(Yn,"__esModule",{value:!0}),Yn.webworker=void 0;const e=R();return Yn.webworker={AbortController:e.TYPE_VALUE,AbortSignal:e.TYPE_VALUE,AbortSignalEventMap:e.TYPE,AbstractWorker:e.TYPE,AbstractWorkerEventMap:e.TYPE,AddEventListenerOptions:e.TYPE,AesCbcParams:e.TYPE,AesCtrParams:e.TYPE,AesDerivedKeyParams:e.TYPE,AesGcmParams:e.TYPE,AesKeyAlgorithm:e.TYPE,AesKeyGenParams:e.TYPE,Algorithm:e.TYPE,AlgorithmIdentifier:e.TYPE,AllowSharedBufferSource:e.TYPE,AlphaOption:e.TYPE,ANGLE_instanced_arrays:e.TYPE,AnimationFrameProvider:e.TYPE,AudioConfiguration:e.TYPE,AudioData:e.TYPE_VALUE,AudioDataCopyToOptions:e.TYPE,AudioDataInit:e.TYPE,AudioDataOutputCallback:e.TYPE,AudioDecoder:e.TYPE_VALUE,AudioDecoderConfig:e.TYPE,AudioDecoderEventMap:e.TYPE,AudioDecoderInit:e.TYPE,AudioDecoderSupport:e.TYPE,AudioEncoder:e.TYPE_VALUE,AudioEncoderConfig:e.TYPE,AudioEncoderEventMap:e.TYPE,AudioEncoderInit:e.TYPE,AudioEncoderSupport:e.TYPE,AudioSampleFormat:e.TYPE,AvcBitstreamFormat:e.TYPE,AvcEncoderConfig:e.TYPE,BigInteger:e.TYPE,BinaryType:e.TYPE,BitrateMode:e.TYPE,Blob:e.TYPE_VALUE,BlobPart:e.TYPE,BlobPropertyBag:e.TYPE,Body:e.TYPE,BodyInit:e.TYPE,BroadcastChannel:e.TYPE_VALUE,BroadcastChannelEventMap:e.TYPE,BufferSource:e.TYPE,ByteLengthQueuingStrategy:e.TYPE_VALUE,Cache:e.TYPE_VALUE,CacheQueryOptions:e.TYPE,CacheStorage:e.TYPE_VALUE,CanvasCompositing:e.TYPE,CanvasDirection:e.TYPE,CanvasDrawImage:e.TYPE,CanvasDrawPath:e.TYPE,CanvasFillRule:e.TYPE,CanvasFillStrokeStyles:e.TYPE,CanvasFilters:e.TYPE,CanvasFontKerning:e.TYPE,CanvasFontStretch:e.TYPE,CanvasFontVariantCaps:e.TYPE,CanvasGradient:e.TYPE_VALUE,CanvasImageData:e.TYPE,CanvasImageSmoothing:e.TYPE,CanvasImageSource:e.TYPE,CanvasLineCap:e.TYPE,CanvasLineJoin:e.TYPE,CanvasPath:e.TYPE,CanvasPathDrawingStyles:e.TYPE,CanvasPattern:e.TYPE_VALUE,CanvasRect:e.TYPE,CanvasShadowStyles:e.TYPE,CanvasState:e.TYPE,CanvasText:e.TYPE,CanvasTextAlign:e.TYPE,CanvasTextBaseline:e.TYPE,CanvasTextDrawingStyles:e.TYPE,CanvasTextRendering:e.TYPE,CanvasTransform:e.TYPE,Client:e.TYPE_VALUE,ClientQueryOptions:e.TYPE,Clients:e.TYPE_VALUE,ClientTypes:e.TYPE,CloseEvent:e.TYPE_VALUE,CloseEventInit:e.TYPE,CodecState:e.TYPE,ColorGamut:e.TYPE,ColorSpaceConversion:e.TYPE,CompressionFormat:e.TYPE,CompressionStream:e.TYPE_VALUE,Console:e.TYPE,CountQueuingStrategy:e.TYPE_VALUE,Crypto:e.TYPE_VALUE,CryptoKey:e.TYPE_VALUE,CryptoKeyPair:e.TYPE,CSSImageValue:e.TYPE_VALUE,CSSKeywordish:e.TYPE,CSSKeywordValue:e.TYPE_VALUE,CSSMathClamp:e.TYPE_VALUE,CSSMathInvert:e.TYPE_VALUE,CSSMathMax:e.TYPE_VALUE,CSSMathMin:e.TYPE_VALUE,CSSMathNegate:e.TYPE_VALUE,CSSMathOperator:e.TYPE,CSSMathProduct:e.TYPE_VALUE,CSSMathSum:e.TYPE_VALUE,CSSMathValue:e.TYPE_VALUE,CSSMatrixComponent:e.TYPE_VALUE,CSSMatrixComponentOptions:e.TYPE,CSSNumberish:e.TYPE,CSSNumericArray:e.TYPE_VALUE,CSSNumericBaseType:e.TYPE,CSSNumericType:e.TYPE,CSSNumericValue:e.TYPE_VALUE,CSSPerspective:e.TYPE_VALUE,CSSPerspectiveValue:e.TYPE,CSSRotate:e.TYPE_VALUE,CSSScale:e.TYPE_VALUE,CSSSkew:e.TYPE_VALUE,CSSSkewX:e.TYPE_VALUE,CSSSkewY:e.TYPE_VALUE,CSSStyleValue:e.TYPE_VALUE,CSSTransformComponent:e.TYPE_VALUE,CSSTransformValue:e.TYPE_VALUE,CSSTranslate:e.TYPE_VALUE,CSSUnitValue:e.TYPE_VALUE,CSSUnparsedSegment:e.TYPE,CSSUnparsedValue:e.TYPE_VALUE,CSSVariableReferenceValue:e.TYPE_VALUE,CustomEvent:e.TYPE_VALUE,CustomEventInit:e.TYPE,DecompressionStream:e.TYPE_VALUE,DedicatedWorkerGlobalScope:e.TYPE_VALUE,DedicatedWorkerGlobalScopeEventMap:e.TYPE,DocumentVisibilityState:e.TYPE,DOMException:e.TYPE_VALUE,DOMHighResTimeStamp:e.TYPE,DOMMatrix:e.TYPE_VALUE,DOMMatrix2DInit:e.TYPE,DOMMatrixInit:e.TYPE,DOMMatrixReadOnly:e.TYPE_VALUE,DOMPoint:e.TYPE_VALUE,DOMPointInit:e.TYPE,DOMPointReadOnly:e.TYPE_VALUE,DOMQuad:e.TYPE_VALUE,DOMQuadInit:e.TYPE,DOMRect:e.TYPE_VALUE,DOMRectInit:e.TYPE,DOMRectReadOnly:e.TYPE_VALUE,DOMStringList:e.TYPE_VALUE,EcdhKeyDeriveParams:e.TYPE,EcdsaParams:e.TYPE,EcKeyGenParams:e.TYPE,EcKeyImportParams:e.TYPE,EncodedAudioChunk:e.TYPE_VALUE,EncodedAudioChunkInit:e.TYPE,EncodedAudioChunkMetadata:e.TYPE,EncodedAudioChunkOutputCallback:e.TYPE,EncodedAudioChunkType:e.TYPE,EncodedVideoChunk:e.TYPE_VALUE,EncodedVideoChunkInit:e.TYPE,EncodedVideoChunkMetadata:e.TYPE,EncodedVideoChunkOutputCallback:e.TYPE,EncodedVideoChunkType:e.TYPE,EndingType:e.TYPE,EpochTimeStamp:e.TYPE,ErrorEvent:e.TYPE_VALUE,ErrorEventInit:e.TYPE,Event:e.TYPE_VALUE,EventInit:e.TYPE,EventListener:e.TYPE,EventListenerObject:e.TYPE,EventListenerOptions:e.TYPE,EventListenerOrEventListenerObject:e.TYPE,EventSource:e.TYPE_VALUE,EventSourceEventMap:e.TYPE,EventSourceInit:e.TYPE,EventTarget:e.TYPE_VALUE,EXT_blend_minmax:e.TYPE,EXT_color_buffer_float:e.TYPE,EXT_color_buffer_half_float:e.TYPE,EXT_float_blend:e.TYPE,EXT_frag_depth:e.TYPE,EXT_shader_texture_lod:e.TYPE,EXT_sRGB:e.TYPE,EXT_texture_compression_bptc:e.TYPE,EXT_texture_compression_rgtc:e.TYPE,EXT_texture_filter_anisotropic:e.TYPE,EXT_texture_norm16:e.TYPE,ExtendableEvent:e.TYPE_VALUE,ExtendableEventInit:e.TYPE,ExtendableMessageEvent:e.TYPE_VALUE,ExtendableMessageEventInit:e.TYPE,FetchEvent:e.TYPE_VALUE,FetchEventInit:e.TYPE,File:e.TYPE_VALUE,FileList:e.TYPE_VALUE,FilePropertyBag:e.TYPE,FileReader:e.TYPE_VALUE,FileReaderEventMap:e.TYPE,FileReaderSync:e.TYPE_VALUE,FileSystemCreateWritableOptions:e.TYPE,FileSystemDirectoryHandle:e.TYPE_VALUE,FileSystemFileHandle:e.TYPE_VALUE,FileSystemGetDirectoryOptions:e.TYPE,FileSystemGetFileOptions:e.TYPE,FileSystemHandle:e.TYPE_VALUE,FileSystemHandleKind:e.TYPE,FileSystemReadWriteOptions:e.TYPE,FileSystemRemoveOptions:e.TYPE,FileSystemSyncAccessHandle:e.TYPE_VALUE,FileSystemWritableFileStream:e.TYPE_VALUE,FileSystemWriteChunkType:e.TYPE,Float32List:e.TYPE,FontDisplay:e.TYPE,FontFace:e.TYPE_VALUE,FontFaceDescriptors:e.TYPE,FontFaceLoadStatus:e.TYPE,FontFaceSet:e.TYPE_VALUE,FontFaceSetEventMap:e.TYPE,FontFaceSetLoadEvent:e.TYPE_VALUE,FontFaceSetLoadEventInit:e.TYPE,FontFaceSetLoadStatus:e.TYPE,FontFaceSource:e.TYPE,FormData:e.TYPE_VALUE,FormDataEntryValue:e.TYPE,FrameRequestCallback:e.TYPE,FrameType:e.TYPE,GenericTransformStream:e.TYPE,GetNotificationOptions:e.TYPE,GLbitfield:e.TYPE,GLboolean:e.TYPE,GLclampf:e.TYPE,GLenum:e.TYPE,GLfloat:e.TYPE,GLint:e.TYPE,GLint64:e.TYPE,GLintptr:e.TYPE,GlobalCompositeOperation:e.TYPE,GLsizei:e.TYPE,GLsizeiptr:e.TYPE,GLuint:e.TYPE,GLuint64:e.TYPE,HardwareAcceleration:e.TYPE,HashAlgorithmIdentifier:e.TYPE,HdrMetadataType:e.TYPE,Headers:e.TYPE_VALUE,HeadersInit:e.TYPE,HkdfParams:e.TYPE,HmacImportParams:e.TYPE,HmacKeyGenParams:e.TYPE,IDBCursor:e.TYPE_VALUE,IDBCursorDirection:e.TYPE,IDBCursorWithValue:e.TYPE_VALUE,IDBDatabase:e.TYPE_VALUE,IDBDatabaseEventMap:e.TYPE,IDBDatabaseInfo:e.TYPE,IDBFactory:e.TYPE_VALUE,IDBIndex:e.TYPE_VALUE,IDBIndexParameters:e.TYPE,IDBKeyRange:e.TYPE_VALUE,IDBObjectStore:e.TYPE_VALUE,IDBObjectStoreParameters:e.TYPE,IDBOpenDBRequest:e.TYPE_VALUE,IDBOpenDBRequestEventMap:e.TYPE,IDBRequest:e.TYPE_VALUE,IDBRequestEventMap:e.TYPE,IDBRequestReadyState:e.TYPE,IDBTransaction:e.TYPE_VALUE,IDBTransactionDurability:e.TYPE,IDBTransactionEventMap:e.TYPE,IDBTransactionMode:e.TYPE,IDBTransactionOptions:e.TYPE,IDBValidKey:e.TYPE,IDBVersionChangeEvent:e.TYPE_VALUE,IDBVersionChangeEventInit:e.TYPE,ImageBitmap:e.TYPE_VALUE,ImageBitmapOptions:e.TYPE,ImageBitmapRenderingContext:e.TYPE_VALUE,ImageBitmapRenderingContextSettings:e.TYPE,ImageBitmapSource:e.TYPE,ImageData:e.TYPE_VALUE,ImageDataSettings:e.TYPE,ImageEncodeOptions:e.TYPE,ImageOrientation:e.TYPE,ImageSmoothingQuality:e.TYPE,ImportMeta:e.TYPE,Int32List:e.TYPE,JsonWebKey:e.TYPE,KeyAlgorithm:e.TYPE,KeyFormat:e.TYPE,KeyType:e.TYPE,KeyUsage:e.TYPE,KHR_parallel_shader_compile:e.TYPE,LatencyMode:e.TYPE,Lock:e.TYPE_VALUE,LockGrantedCallback:e.TYPE,LockInfo:e.TYPE,LockManager:e.TYPE_VALUE,LockManagerSnapshot:e.TYPE,LockMode:e.TYPE,LockOptions:e.TYPE,MediaCapabilities:e.TYPE_VALUE,MediaCapabilitiesDecodingInfo:e.TYPE,MediaCapabilitiesEncodingInfo:e.TYPE,MediaCapabilitiesInfo:e.TYPE,MediaConfiguration:e.TYPE,MediaDecodingConfiguration:e.TYPE,MediaDecodingType:e.TYPE,MediaEncodingConfiguration:e.TYPE,MediaEncodingType:e.TYPE,MediaSourceHandle:e.TYPE_VALUE,MediaStreamTrackProcessor:e.TYPE_VALUE,MediaStreamTrackProcessorInit:e.TYPE,MessageChannel:e.TYPE_VALUE,MessageEvent:e.TYPE_VALUE,MessageEventInit:e.TYPE,MessageEventSource:e.TYPE,MessagePort:e.TYPE_VALUE,MessagePortEventMap:e.TYPE,MultiCacheQueryOptions:e.TYPE,NamedCurve:e.TYPE,NavigationPreloadManager:e.TYPE_VALUE,NavigationPreloadState:e.TYPE,NavigatorBadge:e.TYPE,NavigatorConcurrentHardware:e.TYPE,NavigatorID:e.TYPE,NavigatorLanguage:e.TYPE,NavigatorLocks:e.TYPE,NavigatorOnLine:e.TYPE,NavigatorStorage:e.TYPE,Notification:e.TYPE_VALUE,NotificationDirection:e.TYPE,NotificationEvent:e.TYPE_VALUE,NotificationEventInit:e.TYPE,NotificationEventMap:e.TYPE,NotificationOptions:e.TYPE,NotificationPermission:e.TYPE,OES_draw_buffers_indexed:e.TYPE,OES_element_index_uint:e.TYPE,OES_fbo_render_mipmap:e.TYPE,OES_standard_derivatives:e.TYPE,OES_texture_float:e.TYPE,OES_texture_float_linear:e.TYPE,OES_texture_half_float:e.TYPE,OES_texture_half_float_linear:e.TYPE,OES_vertex_array_object:e.TYPE,OffscreenCanvas:e.TYPE_VALUE,OffscreenCanvasEventMap:e.TYPE,OffscreenCanvasRenderingContext2D:e.TYPE_VALUE,OffscreenRenderingContext:e.TYPE,OffscreenRenderingContextId:e.TYPE,OnErrorEventHandler:e.TYPE,OnErrorEventHandlerNonNull:e.TYPE,OpusBitstreamFormat:e.TYPE,OpusEncoderConfig:e.TYPE,OVR_multiview2:e.TYPE,Path2D:e.TYPE_VALUE,Pbkdf2Params:e.TYPE,Performance:e.TYPE_VALUE,PerformanceEntry:e.TYPE_VALUE,PerformanceEntryList:e.TYPE,PerformanceEventMap:e.TYPE,PerformanceMark:e.TYPE_VALUE,PerformanceMarkOptions:e.TYPE,PerformanceMeasure:e.TYPE_VALUE,PerformanceMeasureOptions:e.TYPE,PerformanceObserver:e.TYPE_VALUE,PerformanceObserverCallback:e.TYPE,PerformanceObserverEntryList:e.TYPE_VALUE,PerformanceObserverInit:e.TYPE,PerformanceResourceTiming:e.TYPE_VALUE,PerformanceServerTiming:e.TYPE_VALUE,PermissionDescriptor:e.TYPE,PermissionName:e.TYPE,Permissions:e.TYPE_VALUE,PermissionState:e.TYPE,PermissionStatus:e.TYPE_VALUE,PermissionStatusEventMap:e.TYPE,PlaneLayout:e.TYPE,PredefinedColorSpace:e.TYPE,PremultiplyAlpha:e.TYPE,ProgressEvent:e.TYPE_VALUE,ProgressEventInit:e.TYPE,PromiseRejectionEvent:e.TYPE_VALUE,PromiseRejectionEventInit:e.TYPE,PushEncryptionKeyName:e.TYPE,PushEvent:e.TYPE_VALUE,PushEventInit:e.TYPE,PushManager:e.TYPE_VALUE,PushMessageData:e.TYPE_VALUE,PushMessageDataInit:e.TYPE,PushSubscription:e.TYPE_VALUE,PushSubscriptionJSON:e.TYPE,PushSubscriptionOptions:e.TYPE_VALUE,PushSubscriptionOptionsInit:e.TYPE,QueuingStrategy:e.TYPE,QueuingStrategyInit:e.TYPE,QueuingStrategySize:e.TYPE,ReadableByteStreamController:e.TYPE_VALUE,ReadableStream:e.TYPE_VALUE,ReadableStreamBYOBReader:e.TYPE_VALUE,ReadableStreamBYOBRequest:e.TYPE_VALUE,ReadableStreamController:e.TYPE,ReadableStreamDefaultController:e.TYPE_VALUE,ReadableStreamDefaultReader:e.TYPE_VALUE,ReadableStreamGenericReader:e.TYPE,ReadableStreamGetReaderOptions:e.TYPE,ReadableStreamIteratorOptions:e.TYPE,ReadableStreamReadDoneResult:e.TYPE,ReadableStreamReader:e.TYPE,ReadableStreamReaderMode:e.TYPE,ReadableStreamReadResult:e.TYPE,ReadableStreamReadValueResult:e.TYPE,ReadableStreamType:e.TYPE,ReadableWritablePair:e.TYPE,ReferrerPolicy:e.TYPE,RegistrationOptions:e.TYPE,Report:e.TYPE_VALUE,ReportBody:e.TYPE_VALUE,ReportingObserver:e.TYPE_VALUE,ReportingObserverCallback:e.TYPE,ReportingObserverOptions:e.TYPE,ReportList:e.TYPE,Request:e.TYPE_VALUE,RequestCache:e.TYPE,RequestCredentials:e.TYPE,RequestDestination:e.TYPE,RequestInfo:e.TYPE,RequestInit:e.TYPE,RequestMode:e.TYPE,RequestPriority:e.TYPE,RequestRedirect:e.TYPE,ResizeQuality:e.TYPE,Response:e.TYPE_VALUE,ResponseInit:e.TYPE,ResponseType:e.TYPE,RsaHashedImportParams:e.TYPE,RsaHashedKeyGenParams:e.TYPE,RsaKeyGenParams:e.TYPE,RsaOaepParams:e.TYPE,RsaOtherPrimesInfo:e.TYPE,RsaPssParams:e.TYPE,RTCEncodedAudioFrame:e.TYPE_VALUE,RTCEncodedAudioFrameMetadata:e.TYPE,RTCEncodedVideoFrame:e.TYPE_VALUE,RTCEncodedVideoFrameMetadata:e.TYPE,RTCEncodedVideoFrameType:e.TYPE,RTCRtpScriptTransformer:e.TYPE_VALUE,RTCTransformEvent:e.TYPE_VALUE,SecurityPolicyViolationEvent:e.TYPE_VALUE,SecurityPolicyViolationEventDisposition:e.TYPE,SecurityPolicyViolationEventInit:e.TYPE,ServiceWorker:e.TYPE_VALUE,ServiceWorkerContainer:e.TYPE_VALUE,ServiceWorkerContainerEventMap:e.TYPE,ServiceWorkerEventMap:e.TYPE,ServiceWorkerGlobalScope:e.TYPE_VALUE,ServiceWorkerGlobalScopeEventMap:e.TYPE,ServiceWorkerRegistration:e.TYPE_VALUE,ServiceWorkerRegistrationEventMap:e.TYPE,ServiceWorkerState:e.TYPE,ServiceWorkerUpdateViaCache:e.TYPE,SharedWorkerGlobalScope:e.TYPE_VALUE,SharedWorkerGlobalScopeEventMap:e.TYPE,StorageEstimate:e.TYPE,StorageManager:e.TYPE_VALUE,StreamPipeOptions:e.TYPE,StructuredSerializeOptions:e.TYPE,StylePropertyMapReadOnly:e.TYPE_VALUE,SubtleCrypto:e.TYPE_VALUE,TexImageSource:e.TYPE,TextDecodeOptions:e.TYPE,TextDecoder:e.TYPE_VALUE,TextDecoderCommon:e.TYPE,TextDecoderOptions:e.TYPE,TextDecoderStream:e.TYPE_VALUE,TextEncoder:e.TYPE_VALUE,TextEncoderCommon:e.TYPE,TextEncoderEncodeIntoResult:e.TYPE,TextEncoderStream:e.TYPE_VALUE,TextMetrics:e.TYPE_VALUE,TimerHandler:e.TYPE,Transferable:e.TYPE,TransferFunction:e.TYPE,Transformer:e.TYPE,TransformerFlushCallback:e.TYPE,TransformerStartCallback:e.TYPE,TransformerTransformCallback:e.TYPE,TransformStream:e.TYPE_VALUE,TransformStreamDefaultController:e.TYPE_VALUE,Uint32List:e.TYPE,UnderlyingByteSource:e.TYPE,UnderlyingDefaultSource:e.TYPE,UnderlyingSink:e.TYPE,UnderlyingSinkAbortCallback:e.TYPE,UnderlyingSinkCloseCallback:e.TYPE,UnderlyingSinkStartCallback:e.TYPE,UnderlyingSinkWriteCallback:e.TYPE,UnderlyingSource:e.TYPE,UnderlyingSourceCancelCallback:e.TYPE,UnderlyingSourcePullCallback:e.TYPE,UnderlyingSourceStartCallback:e.TYPE,URL:e.TYPE_VALUE,URLSearchParams:e.TYPE_VALUE,VideoColorPrimaries:e.TYPE,VideoColorSpace:e.TYPE_VALUE,VideoColorSpaceInit:e.TYPE,VideoConfiguration:e.TYPE,VideoDecoder:e.TYPE_VALUE,VideoDecoderConfig:e.TYPE,VideoDecoderEventMap:e.TYPE,VideoDecoderInit:e.TYPE,VideoDecoderSupport:e.TYPE,VideoEncoder:e.TYPE_VALUE,VideoEncoderBitrateMode:e.TYPE,VideoEncoderConfig:e.TYPE,VideoEncoderEncodeOptions:e.TYPE,VideoEncoderEncodeOptionsForAvc:e.TYPE,VideoEncoderEventMap:e.TYPE,VideoEncoderInit:e.TYPE,VideoEncoderSupport:e.TYPE,VideoFrame:e.TYPE_VALUE,VideoFrameBufferInit:e.TYPE,VideoFrameCopyToOptions:e.TYPE,VideoFrameInit:e.TYPE,VideoFrameOutputCallback:e.TYPE,VideoMatrixCoefficients:e.TYPE,VideoPixelFormat:e.TYPE,VideoTransferCharacteristics:e.TYPE,VoidFunction:e.TYPE,WebAssembly:e.TYPE_VALUE,WebCodecsErrorCallback:e.TYPE,WEBGL_color_buffer_float:e.TYPE,WEBGL_compressed_texture_astc:e.TYPE,WEBGL_compressed_texture_etc:e.TYPE,WEBGL_compressed_texture_etc1:e.TYPE,WEBGL_compressed_texture_pvrtc:e.TYPE,WEBGL_compressed_texture_s3tc:e.TYPE,WEBGL_compressed_texture_s3tc_srgb:e.TYPE,WEBGL_debug_renderer_info:e.TYPE,WEBGL_debug_shaders:e.TYPE,WEBGL_depth_texture:e.TYPE,WEBGL_draw_buffers:e.TYPE,WEBGL_lose_context:e.TYPE,WEBGL_multi_draw:e.TYPE,WebGL2RenderingContext:e.TYPE_VALUE,WebGL2RenderingContextBase:e.TYPE,WebGL2RenderingContextOverloads:e.TYPE,WebGLActiveInfo:e.TYPE_VALUE,WebGLBuffer:e.TYPE_VALUE,WebGLContextAttributes:e.TYPE,WebGLContextEvent:e.TYPE_VALUE,WebGLContextEventInit:e.TYPE,WebGLFramebuffer:e.TYPE_VALUE,WebGLPowerPreference:e.TYPE,WebGLProgram:e.TYPE_VALUE,WebGLQuery:e.TYPE_VALUE,WebGLRenderbuffer:e.TYPE_VALUE,WebGLRenderingContext:e.TYPE_VALUE,WebGLRenderingContextBase:e.TYPE,WebGLRenderingContextOverloads:e.TYPE,WebGLSampler:e.TYPE_VALUE,WebGLShader:e.TYPE_VALUE,WebGLShaderPrecisionFormat:e.TYPE_VALUE,WebGLSync:e.TYPE_VALUE,WebGLTexture:e.TYPE_VALUE,WebGLTransformFeedback:e.TYPE_VALUE,WebGLUniformLocation:e.TYPE_VALUE,WebGLVertexArrayObject:e.TYPE_VALUE,WebGLVertexArrayObjectOES:e.TYPE,WebSocket:e.TYPE_VALUE,WebSocketEventMap:e.TYPE,WebTransport:e.TYPE_VALUE,WebTransportBidirectionalStream:e.TYPE_VALUE,WebTransportCloseInfo:e.TYPE,WebTransportCongestionControl:e.TYPE,WebTransportDatagramDuplexStream:e.TYPE_VALUE,WebTransportError:e.TYPE_VALUE,WebTransportErrorOptions:e.TYPE,WebTransportErrorSource:e.TYPE,WebTransportHash:e.TYPE,WebTransportOptions:e.TYPE,WebTransportSendStreamOptions:e.TYPE,WindowClient:e.TYPE_VALUE,WindowOrWorkerGlobalScope:e.TYPE,Worker:e.TYPE_VALUE,WorkerEventMap:e.TYPE,WorkerGlobalScope:e.TYPE_VALUE,WorkerGlobalScopeEventMap:e.TYPE,WorkerLocation:e.TYPE_VALUE,WorkerNavigator:e.TYPE_VALUE,WorkerOptions:e.TYPE,WorkerType:e.TYPE,WritableStream:e.TYPE_VALUE,WritableStreamDefaultController:e.TYPE_VALUE,WritableStreamDefaultWriter:e.TYPE_VALUE,WriteCommandType:e.TYPE,WriteParams:e.TYPE,XMLHttpRequest:e.TYPE_VALUE,XMLHttpRequestBodyInit:e.TYPE,XMLHttpRequestEventMap:e.TYPE,XMLHttpRequestEventTarget:e.TYPE_VALUE,XMLHttpRequestEventTargetEventMap:e.TYPE,XMLHttpRequestResponseType:e.TYPE,XMLHttpRequestUpload:e.TYPE_VALUE},Yn}n(Uy,"requireWebworker");var Ln={},Tp;function Iy(){if(Tp)return Ln;Tp=1,Object.defineProperty(Ln,"__esModule",{value:!0}),Ln.webworker_asynciterable=void 0;const e=R();return Ln.webworker_asynciterable={FileSystemDirectoryHandle:e.TYPE,FileSystemDirectoryHandleAsyncIterator:e.TYPE,ReadableStream:e.TYPE,ReadableStreamAsyncIterator:e.TYPE},Ln}n(Iy,"requireWebworker_asynciterable");var An={},Pp;function xy(){if(Pp)return An;Pp=1,Object.defineProperty(An,"__esModule",{value:!0}),An.webworker_iterable=void 0;const e=R();return An.webworker_iterable={AbortSignal:e.TYPE,Cache:e.TYPE,CanvasPath:e.TYPE,CanvasPathDrawingStyles:e.TYPE,CSSNumericArray:e.TYPE,CSSTransformValue:e.TYPE,CSSUnparsedValue:e.TYPE,DOMStringList:e.TYPE,FileList:e.TYPE,FontFaceSet:e.TYPE,FormData:e.TYPE,FormDataIterator:e.TYPE,Headers:e.TYPE,HeadersIterator:e.TYPE,IDBDatabase:e.TYPE,IDBObjectStore:e.TYPE,MessageEvent:e.TYPE,StylePropertyMapReadOnly:e.TYPE,StylePropertyMapReadOnlyIterator:e.TYPE,SubtleCrypto:e.TYPE,URLSearchParams:e.TYPE,URLSearchParamsIterator:e.TYPE,WEBGL_draw_buffers:e.TYPE,WEBGL_multi_draw:e.TYPE,WebGL2RenderingContextBase:e.TYPE,WebGL2RenderingContextOverloads:e.TYPE,WebGLRenderingContextBase:e.TYPE,WebGLRenderingContextOverloads:e.TYPE},An}n(xy,"requireWebworker_iterable");var mp;function Dy(){if(mp)return Vt;mp=1,Object.defineProperty(Vt,"__esModule",{value:!0}),Vt.lib=void 0;const e=oo(),l=Vl(),o=re(),f=Te(),c=oe(),i=Ri(),t=Ey(),r=dy(),s=Eo(),u=ao(),E=uo(),P=lo(),m=ue(),a=co(),p=fo(),d=po(),y=ae(),T=qe(),g=mo(),Y=To(),h=Ty(),L=Po(),V=yo(),O=Zl(),w=tc(),k=Py(),j=nc(),D=sc(),B=ac(),x=lc(),W=fc(),J=_o(),G=Pc(),X=Oi(),Q=my(),Z=ho(),Le=hc(),le=bc(),Ie=bo(),ui=Yc(),$=yy(),$e=Ac(),We=Vc(),Ae=Oc(),Ce=Mc(),li=vo(),Ui=wi(),Ii=kc(),ci=hy(),xi=Ue(),fi=Nc(),Di=qc(),pi=$c(),Fi=Kc(),Ei=go(),ki=Yo(),ji=_y(),Ni=Qc(),di=So(),Bi=tf(),fe=nf(),q=Lo(),pe=uf(),me=cf(),xe=by(),qi=pf(),Ti=df(),Gi=Pf(),ye=yf(),$i=Ao(),Wi=gf(),b=Sf(),v=gy(),_=Lf(),S=Vo(),C=Rf(),A=Co(),M=vy(),N=Mf(),ee=If(),Pi=Df(),Ve=kf(),gE=Nf(),vE=np(),SE=$f(),YE=Sy(),LE=Yy(),AE=Hf(),CE=Xf(),VE=Jf(),RE=Ly(),OE=Zf(),wE=tp(),ME=Ay(),UE=Cy(),IE=Vy(),xE=Ry(),DE=Oy(),FE=wy(),kE=My(),jE=ne(),NE=Uy(),BE=Iy(),qE=ie(),GE=xy();return Vt.lib={decorators:e.decorators,"decorators.legacy":l.decorators_legacy,dom:o.dom,"dom.asynciterable":f.dom_asynciterable,"dom.iterable":c.dom_iterable,es5:i.es5,es6:t.es6,es7:r.es7,es2015:s.es2015,"es2015.collection":u.es2015_collection,"es2015.core":E.es2015_core,"es2015.generator":P.es2015_generator,"es2015.iterable":m.es2015_iterable,"es2015.promise":a.es2015_promise,"es2015.proxy":p.es2015_proxy,"es2015.reflect":d.es2015_reflect,"es2015.symbol":y.es2015_symbol,"es2015.symbol.wellknown":T.es2015_symbol_wellknown,es2016:g.es2016,"es2016.array.include":Y.es2016_array_include,"es2016.full":h.es2016_full,"es2016.intl":L.es2016_intl,es2017:V.es2017,"es2017.arraybuffer":O.es2017_arraybuffer,"es2017.date":w.es2017_date,"es2017.full":k.es2017_full,"es2017.intl":j.es2017_intl,"es2017.object":D.es2017_object,"es2017.sharedmemory":B.es2017_sharedmemory,"es2017.string":x.es2017_string,"es2017.typedarrays":W.es2017_typedarrays,es2018:J.es2018,"es2018.asyncgenerator":G.es2018_asyncgenerator,"es2018.asynciterable":X.es2018_asynciterable,"es2018.full":Q.es2018_full,"es2018.intl":Z.es2018_intl,"es2018.promise":Le.es2018_promise,"es2018.regexp":le.es2018_regexp,es2019:Ie.es2019,"es2019.array":ui.es2019_array,"es2019.full":$.es2019_full,"es2019.intl":$e.es2019_intl,"es2019.object":We.es2019_object,"es2019.string":Ae.es2019_string,"es2019.symbol":Ce.es2019_symbol,es2020:li.es2020,"es2020.bigint":Ui.es2020_bigint,"es2020.date":Ii.es2020_date,"es2020.full":ci.es2020_full,"es2020.intl":xi.es2020_intl,"es2020.number":fi.es2020_number,"es2020.promise":Di.es2020_promise,"es2020.sharedmemory":pi.es2020_sharedmemory,"es2020.string":Fi.es2020_string,"es2020.symbol.wellknown":Ei.es2020_symbol_wellknown,es2021:ki.es2021,"es2021.full":ji.es2021_full,"es2021.intl":Ni.es2021_intl,"es2021.promise":di.es2021_promise,"es2021.string":Bi.es2021_string,"es2021.weakref":fe.es2021_weakref,es2022:q.es2022,"es2022.array":pe.es2022_array,"es2022.error":me.es2022_error,"es2022.full":xe.es2022_full,"es2022.intl":qi.es2022_intl,"es2022.object":Ti.es2022_object,"es2022.regexp":Gi.es2022_regexp,"es2022.string":ye.es2022_string,es2023:$i.es2023,"es2023.array":Wi.es2023_array,"es2023.collection":b.es2023_collection,"es2023.full":v.es2023_full,"es2023.intl":_.es2023_intl,es2024:S.es2024,"es2024.arraybuffer":C.es2024_arraybuffer,"es2024.collection":A.es2024_collection,"es2024.full":M.es2024_full,"es2024.object":N.es2024_object,"es2024.promise":ee.es2024_promise,"es2024.regexp":Pi.es2024_regexp,"es2024.sharedmemory":Ve.es2024_sharedmemory,"es2024.string":gE.es2024_string,esnext:vE.esnext,"esnext.array":SE.esnext_array,"esnext.asynciterable":YE.esnext_asynciterable,"esnext.bigint":LE.esnext_bigint,"esnext.collection":AE.esnext_collection,"esnext.decorators":CE.esnext_decorators,"esnext.disposable":VE.esnext_disposable,"esnext.full":RE.esnext_full,"esnext.intl":OE.esnext_intl,"esnext.iterator":wE.esnext_iterator,"esnext.object":ME.esnext_object,"esnext.promise":UE.esnext_promise,"esnext.regexp":IE.esnext_regexp,"esnext.string":xE.esnext_string,"esnext.symbol":DE.esnext_symbol,"esnext.weakref":FE.esnext_weakref,lib:kE.lib,scripthost:jE.scripthost,webworker:NE.webworker,"webworker.asynciterable":BE.webworker_asynciterable,"webworker.importscripts":qE.webworker_importscripts,"webworker.iterable":GE.webworker_iterable},Vt}n(Dy,"requireLib");var Cn={},Vn={},Rn={},On={},wn={},Pe={},yp;function Ro(){if(yp)return Pe;yp=1,Object.defineProperty(Pe,"__esModule",{value:!0}),Pe.Reference=Pe.ReferenceTypeFlag=Pe.ReferenceFlag=void 0;const e=Vi();var l;(function(i){i[i.Read=1]="Read",i[i.Write=2]="Write",i[i.ReadWrite=3]="ReadWrite"})(l||(Pe.ReferenceFlag=l={}));const o=(0,e.createIdGenerator)();var f;(function(i){i[i.Value=1]="Value",i[i.Type=2]="Type"})(f||(Pe.ReferenceTypeFlag=f={}));let c=class{static{n(this,"Reference")}$id=o();#e;from;identifier;init;maybeImplicitGlobal;resolved;writeExpr;#t;constructor(t,r,s,u,E,P,m=f.Value){this.identifier=t,this.from=r,this.resolved=null,this.#e=s,this.isWrite()&&(this.writeExpr=u,this.init=P),this.maybeImplicitGlobal=E,this.#t=m}get isTypeReference(){return(this.#t&f.Type)!==0}get isValueReference(){return(this.#t&f.Value)!==0}isWrite(){return!!(this.#e&l.Write)}isRead(){return!!(this.#e&l.Read)}isReadOnly(){return this.#e===l.Read}isWriteOnly(){return this.#e===l.Write}isReadWrite(){return this.#e===l.ReadWrite}};return Pe.Reference=c,Pe}n(Ro,"requireReference");var Oo={},Mn={},Un={},hp;function _p(){if(hp)return Un;hp=1,Object.defineProperty(Un,"__esModule",{value:!0}),Un.VariableBase=void 0;const l=(0,Vi().createIdGenerator)();let o=class{static{n(this,"VariableBase")}$id=l();defs=[];eslintUsed=!1;identifiers=[];name;references=[];scope;constructor(c,i){this.name=c,this.scope=i}};return Un.VariableBase=o,Un}n(_p,"requireVariableBase");var bp;function gp(){if(bp)return Mn;bp=1,Object.defineProperty(Mn,"__esModule",{value:!0}),Mn.ESLintScopeVariable=void 0;const e=_p();let l=class extends e.VariableBase{static{n(this,"ESLintScopeVariable")}writeable;eslintExplicitGlobal;eslintImplicitGlobalSetting;eslintExplicitGlobalComments};return Mn.ESLintScopeVariable=l,Mn}n(gp,"requireESLintScopeVariable");var In={},vp;function Fy(){if(vp)return In;vp=1,Object.defineProperty(In,"__esModule",{value:!0}),In.ImplicitLibVariable=void 0;const e=gp();let l=class extends e.ESLintScopeVariable{static{n(this,"ImplicitLibVariable")}isTypeVariable;isValueVariable;constructor(f,c,{eslintImplicitGlobalSetting:i,isTypeVariable:t,isValueVariable:r,writeable:s}){super(c,f),this.isTypeVariable=t??!1,this.isValueVariable=r??!1,this.writeable=s??!1,this.eslintImplicitGlobalSetting=i??"readonly"}};return In.ImplicitLibVariable=l,In}n(Fy,"requireImplicitLibVariable");var xn={},Sp;function ky(){if(Sp)return xn;Sp=1,Object.defineProperty(xn,"__esModule",{value:!0}),xn.Variable=void 0;const e=_p();let l=class extends e.VariableBase{static{n(this,"Variable")}get isTypeVariable(){return this.defs.length===0?!0:this.defs.some(f=>f.isTypeDefinition)}get isValueVariable(){return this.defs.length===0?!0:this.defs.some(f=>f.isVariableDefinition)}};return xn.Variable=l,xn}n(ky,"requireVariable$1");var Yp;function wo(){return Yp||(Yp=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.Variable=e.ImplicitLibVariable=e.ESLintScopeVariable=void 0;var l=gp();Object.defineProperty(e,"ESLintScopeVariable",{enumerable:!0,get:n(function(){return l.ESLintScopeVariable},"get")});var o=Fy();Object.defineProperty(e,"ImplicitLibVariable",{enumerable:!0,get:n(function(){return o.ImplicitLibVariable},"get")});var f=ky();Object.defineProperty(e,"Variable",{enumerable:!0,get:n(function(){return f.Variable},"get")})}(Oo)),Oo}n(wo,"requireVariable");var Dn={},Lp;function K(){if(Lp)return Dn;Lp=1,Object.defineProperty(Dn,"__esModule",{value:!0}),Dn.ScopeType=void 0;var e;return function(l){l.block="block",l.catch="catch",l.class="class",l.classFieldInitializer="class-field-initializer",l.classStaticBlock="class-static-block",l.conditionalType="conditionalType",l.for="for",l.function="function",l.functionExpressionName="function-expression-name",l.functionType="functionType",l.global="global",l.mappedType="mappedType",l.module="module",l.switch="switch",l.tsEnum="tsEnum",l.tsModule="tsModule",l.type="type",l.with="with"}(e||(Dn.ScopeType=e={})),Dn}n(K,"requireScopeType");var Ap;function z(){if(Ap)return wn;Ap=1,Object.defineProperty(wn,"__esModule",{value:!0}),wn.ScopeBase=void 0;const e=Ee(),l=Et(),o=Me(),f=Vi(),c=Ro(),i=wo(),t=K();function r(m,a,p){let d;if(m.upper?.isStrict||p||m.type===t.ScopeType.class||m.type===t.ScopeType.conditionalType||m.type===t.ScopeType.functionType||m.type===t.ScopeType.mappedType||m.type===t.ScopeType.module||m.type===t.ScopeType.tsEnum||m.type===t.ScopeType.tsModule||m.type===t.ScopeType.type)return!0;if(m.type===t.ScopeType.block||m.type===t.ScopeType.switch)return!1;if(m.type===t.ScopeType.function){const y=a;switch(y.type){case e.AST_NODE_TYPES.ArrowFunctionExpression:if(y.body.type!==e.AST_NODE_TYPES.BlockStatement)return!1;d=y.body;break;case e.AST_NODE_TYPES.Program:d=y;break;default:d=y.body}if(!d)return!1}else if(m.type===t.ScopeType.global)d=a;else return!1;for(const y of d.body){if(y.type!==e.AST_NODE_TYPES.ExpressionStatement)break;if(y.directive==="use strict")return!0;const T=y.expression;if(T.type!==e.AST_NODE_TYPES.Literal)break;if(T.raw==='"use strict"'||T.raw==="'use strict'"||T.value==="use strict")return!0}return!1}n(r,"isStrictScope");function s(m,a){m.scopes.push(a);const p=m.nodeToScope.get(a.block);p?p.push(a):m.nodeToScope.set(a.block,[a])}n(s,"registerScope");const u=(0,f.createIdGenerator)(),E=new Set([t.ScopeType.classFieldInitializer,t.ScopeType.classStaticBlock,t.ScopeType.function,t.ScopeType.global,t.ScopeType.module,t.ScopeType.tsModule]);let P=class{static{n(this,"ScopeBase")}$id=u();block;childScopes=[];#e;#t;functionExpressionScope=!1;isStrict;leftToResolve=[];references=[];set=new Map;through=[];type;upper;variables=[];#n=n(a=>{let p=this;do p.through.push(a),p=p.upper;while(p)},"#dynamicCloseRef");#o=n((a,p)=>{this.shouldStaticallyCloseForGlobal(a,p)?this.#m(a):this.#n(a)},"#globalCloseRef");#m=n(a=>{n(()=>{const d=a.identifier.name,y=this.set.get(d);if(!y||!this.isValidResolution(a,y))return!1;const T=a.isTypeReference&&y.isTypeVariable,g=a.isValueReference&&y.isValueVariable;return!T&&!g?!1:(y.references.push(a),a.resolved=y,!0)},"resolve")()||this.delegateToUpperScope(a)},"#staticCloseRef");variableScope;constructor(a,p,d,y,T){const g=d;this.type=p,this.#t=this.type===t.ScopeType.global||this.type===t.ScopeType.with,this.block=y,this.variableScope=this.isVariableScope()?this:g.variableScope,this.upper=d,this.isStrict=r(this,y,T),g?.childScopes.push(this),this.#e=a.declaredVariables,s(a,this)}isVariableScope(){return E.has(this.type)}shouldStaticallyCloseForGlobal(a,p){const d=a.identifier.name,y=this.set.get(d);if(!y)return!1;if(p.isModule())return!0;const T=y.defs;return T.length>0&&T.every(g=>!(g.type===o.DefinitionType.Variable&&g.parent.kind==="var"))}close(a){let p;return this.shouldStaticallyClose()?p=this.#m:this.type!=="global"?p=this.#n:p=this.#o,(0,l.assert)(this.leftToResolve),this.leftToResolve.forEach(d=>p(d,a)),this.leftToResolve=null,this.upper}shouldStaticallyClose(){return!this.#t}defineVariable(a,p,d,y,T){const g=typeof a=="string"?a:a.name;let Y=p.get(g);Y||(Y=typeof a=="string"?new i.Variable(g,this):a,p.set(g,Y),d.push(Y)),T&&(Y.defs.push(T),this.addDeclaredVariablesOfNode(Y,T.node),this.addDeclaredVariablesOfNode(Y,T.parent)),y&&Y.identifiers.push(y)}delegateToUpperScope(a){this.upper?.leftToResolve?.push(a),this.through.push(a)}isValidResolution(a,p){return!0}addDeclaredVariablesOfNode(a,p){if(p==null)return;let d=this.#e.get(p);d==null&&(d=[],this.#e.set(p,d)),d.includes(a)||d.push(a)}defineIdentifier(a,p){this.defineVariable(a.name,this.set,this.variables,a,p)}defineLiteralIdentifier(a,p){this.defineVariable(a.value,this.set,this.variables,null,p)}referenceDualValueType(a){const p=new c.Reference(a,this,c.ReferenceFlag.Read,null,null,!1,c.ReferenceTypeFlag.Type|c.ReferenceTypeFlag.Value);this.references.push(p),this.leftToResolve?.push(p)}referenceType(a){const p=new c.Reference(a,this,c.ReferenceFlag.Read,null,null,!1,c.ReferenceTypeFlag.Type);this.references.push(p),this.leftToResolve?.push(p)}referenceValue(a,p=c.ReferenceFlag.Read,d,y,T=!1){const g=new c.Reference(a,this,p,d,y,T,c.ReferenceTypeFlag.Value);this.references.push(g),this.leftToResolve?.push(g)}};return wn.ScopeBase=P,wn}n(z,"requireScopeBase");var Cp;function jy(){if(Cp)return On;Cp=1,Object.defineProperty(On,"__esModule",{value:!0}),On.BlockScope=void 0;const e=z(),l=K();let o=class extends e.ScopeBase{static{n(this,"BlockScope")}constructor(c,i,t){super(c,l.ScopeType.block,i,t,!1)}};return On.BlockScope=o,On}n(jy,"requireBlockScope");var Fn={},Vp;function Ny(){if(Vp)return Fn;Vp=1,Object.defineProperty(Fn,"__esModule",{value:!0}),Fn.CatchScope=void 0;const e=z(),l=K();let o=class extends e.ScopeBase{static{n(this,"CatchScope")}constructor(c,i,t){super(c,l.ScopeType.catch,i,t,!1)}};return Fn.CatchScope=o,Fn}n(Ny,"requireCatchScope");var kn={},Rp;function Op(){if(Rp)return kn;Rp=1,Object.defineProperty(kn,"__esModule",{value:!0}),kn.ClassFieldInitializerScope=void 0;const e=z(),l=K();let o=class extends e.ScopeBase{static{n(this,"ClassFieldInitializerScope")}constructor(c,i,t){super(c,l.ScopeType.classFieldInitializer,i,t,!1)}};return kn.ClassFieldInitializerScope=o,kn}n(Op,"requireClassFieldInitializerScope");var jn={},wp;function By(){if(wp)return jn;wp=1,Object.defineProperty(jn,"__esModule",{value:!0}),jn.ClassScope=void 0;const e=z(),l=K();let o=class extends e.ScopeBase{static{n(this,"ClassScope")}constructor(c,i,t){super(c,l.ScopeType.class,i,t,!1)}};return jn.ClassScope=o,jn}n(By,"requireClassScope");var Nn={},Mp;function qy(){if(Mp)return Nn;Mp=1,Object.defineProperty(Nn,"__esModule",{value:!0}),Nn.ConditionalTypeScope=void 0;const e=z(),l=K();let o=class extends e.ScopeBase{static{n(this,"ConditionalTypeScope")}constructor(c,i,t){super(c,l.ScopeType.conditionalType,i,t,!1)}};return Nn.ConditionalTypeScope=o,Nn}n(qy,"requireConditionalTypeScope");var Bn={},Up;function Gy(){if(Up)return Bn;Up=1,Object.defineProperty(Bn,"__esModule",{value:!0}),Bn.ForScope=void 0;const e=z(),l=K();let o=class extends e.ScopeBase{static{n(this,"ForScope")}constructor(c,i,t){super(c,l.ScopeType.for,i,t,!1)}};return Bn.ForScope=o,Bn}n(Gy,"requireForScope");var qn={},Ip;function $y(){if(Ip)return qn;Ip=1,Object.defineProperty(qn,"__esModule",{value:!0}),qn.FunctionExpressionNameScope=void 0;const e=Me(),l=z(),o=K();let f=class extends l.ScopeBase{static{n(this,"FunctionExpressionNameScope")}functionExpressionScope;constructor(i,t,r){super(i,o.ScopeType.functionExpressionName,t,r,!1),r.id&&this.defineIdentifier(r.id,new e.FunctionNameDefinition(r.id,r)),this.functionExpressionScope=!0}};return qn.FunctionExpressionNameScope=f,qn}n($y,"requireFunctionExpressionNameScope");var Gn={},xp;function Wy(){if(xp)return Gn;xp=1,Object.defineProperty(Gn,"__esModule",{value:!0}),Gn.FunctionScope=void 0;const e=Ee(),l=z(),o=K();let f=class extends l.ScopeBase{static{n(this,"FunctionScope")}constructor(i,t,r,s){super(i,o.ScopeType.function,t,r,s),this.block.type!==e.AST_NODE_TYPES.ArrowFunctionExpression&&this.defineVariable("arguments",this.set,this.variables,null,null)}isValidResolution(i,t){if(this.block.type===e.AST_NODE_TYPES.Program)return!0;const r=this.block.body?.range[0]??-1;return!(t.scope===this&&i.identifier.range[0]<r&&t.defs.every(s=>s.name.range[0]>=r))}};return Gn.FunctionScope=f,Gn}n(Wy,"requireFunctionScope");var $n={},Dp;function Hy(){if(Dp)return $n;Dp=1,Object.defineProperty($n,"__esModule",{value:!0}),$n.FunctionTypeScope=void 0;const e=z(),l=K();let o=class extends e.ScopeBase{static{n(this,"FunctionTypeScope")}constructor(c,i,t){super(c,l.ScopeType.functionType,i,t,!1)}};return $n.FunctionTypeScope=o,$n}n(Hy,"requireFunctionTypeScope");var Wn={},Fp;function Ky(){if(Fp)return Wn;Fp=1,Object.defineProperty(Wn,"__esModule",{value:!0}),Wn.GlobalScope=void 0;const e=Ee(),l=Et(),o=ml(),f=wo(),c=z(),i=K();let t=class extends c.ScopeBase{static{n(this,"GlobalScope")}implicit;constructor(s,u){super(s,i.ScopeType.global,null,u,!1),this.implicit={leftToBeResolved:[],set:new Map,variables:[]}}close(s){(0,l.assert)(this.leftToResolve);for(const u of this.leftToResolve)if(u.maybeImplicitGlobal&&!this.set.has(u.identifier.name)){const E=u.maybeImplicitGlobal,P=E.pattern;P.type===e.AST_NODE_TYPES.Identifier&&this.defineVariable(P.name,this.implicit.set,this.implicit.variables,P,new o.ImplicitGlobalVariableDefinition(E.pattern,E.node))}return this.implicit.leftToBeResolved=this.leftToResolve,super.close(s)}defineImplicitVariable(s,u){this.defineVariable(new f.ImplicitLibVariable(this,s,u),this.set,this.variables,null,null)}};return Wn.GlobalScope=t,Wn}n(Ky,"requireGlobalScope");var Hn={},kp;function Xy(){if(kp)return Hn;kp=1,Object.defineProperty(Hn,"__esModule",{value:!0}),Hn.MappedTypeScope=void 0;const e=z(),l=K();let o=class extends e.ScopeBase{static{n(this,"MappedTypeScope")}constructor(c,i,t){super(c,l.ScopeType.mappedType,i,t,!1)}};return Hn.MappedTypeScope=o,Hn}n(Xy,"requireMappedTypeScope");var Kn={},jp;function zy(){if(jp)return Kn;jp=1,Object.defineProperty(Kn,"__esModule",{value:!0}),Kn.ModuleScope=void 0;const e=z(),l=K();let o=class extends e.ScopeBase{static{n(this,"ModuleScope")}constructor(c,i,t){super(c,l.ScopeType.module,i,t,!1)}};return Kn.ModuleScope=o,Kn}n(zy,"requireModuleScope");var Mo={},Np;function Jy(){return Np||(Np=1,Object.defineProperty(Mo,"__esModule",{value:!0})),Mo}n(Jy,"requireScope$2");var Xn={},Bp;function Qy(){if(Bp)return Xn;Bp=1,Object.defineProperty(Xn,"__esModule",{value:!0}),Xn.SwitchScope=void 0;const e=z(),l=K();let o=class extends e.ScopeBase{static{n(this,"SwitchScope")}constructor(c,i,t){super(c,l.ScopeType.switch,i,t,!1)}};return Xn.SwitchScope=o,Xn}n(Qy,"requireSwitchScope");var zn={},qp;function Zy(){if(qp)return zn;qp=1,Object.defineProperty(zn,"__esModule",{value:!0}),zn.TSEnumScope=void 0;const e=z(),l=K();let o=class extends e.ScopeBase{static{n(this,"TSEnumScope")}constructor(c,i,t){super(c,l.ScopeType.tsEnum,i,t,!1)}};return zn.TSEnumScope=o,zn}n(Zy,"requireTSEnumScope");var Jn={},Gp;function eh(){if(Gp)return Jn;Gp=1,Object.defineProperty(Jn,"__esModule",{value:!0}),Jn.TSModuleScope=void 0;const e=z(),l=K();let o=class extends e.ScopeBase{static{n(this,"TSModuleScope")}constructor(c,i,t){super(c,l.ScopeType.tsModule,i,t,!1)}};return Jn.TSModuleScope=o,Jn}n(eh,"requireTSModuleScope");var Qn={},$p;function th(){if($p)return Qn;$p=1,Object.defineProperty(Qn,"__esModule",{value:!0}),Qn.TypeScope=void 0;const e=z(),l=K();let o=class extends e.ScopeBase{static{n(this,"TypeScope")}constructor(c,i,t){super(c,l.ScopeType.type,i,t,!1)}};return Qn.TypeScope=o,Qn}n(th,"requireTypeScope");var Zn={},Wp;function rh(){if(Wp)return Zn;Wp=1,Object.defineProperty(Zn,"__esModule",{value:!0}),Zn.WithScope=void 0;const e=Et(),l=z(),o=K();let f=class extends l.ScopeBase{static{n(this,"WithScope")}constructor(i,t,r){super(i,o.ScopeType.with,t,r,!1)}close(i){return this.shouldStaticallyClose()?super.close(i):((0,e.assert)(this.leftToResolve),this.leftToResolve.forEach(t=>this.delegateToUpperScope(t)),this.leftToResolve=null,this.upper)}};return Zn.WithScope=f,Zn}n(rh,"requireWithScope");var Hp;function Uo(){return Hp||(Hp=1,function(e){var l=Rn.__createBinding||(Object.create?function(f,c,i,t){t===void 0&&(t=i);var r=Object.getOwnPropertyDescriptor(c,i);(!r||("get"in r?!c.__esModule:r.writable||r.configurable))&&(r={enumerable:!0,get:n(function(){return c[i]},"get")}),Object.defineProperty(f,t,r)}:function(f,c,i,t){t===void 0&&(t=i),f[t]=c[i]}),o=Rn.__exportStar||function(f,c){for(var i in f)i!=="default"&&!Object.prototype.hasOwnProperty.call(c,i)&&l(c,f,i)};Object.defineProperty(e,"__esModule",{value:!0}),o(jy(),e),o(Ny(),e),o(Op(),e),o(By(),e),o(qy(),e),o(Gy(),e),o($y(),e),o(Wy(),e),o(Hy(),e),o(Ky(),e),o(Xy(),e),o(zy(),e),o(Jy(),e),o(K(),e),o(Qy(),e),o(Zy(),e),o(eh(),e),o(th(),e),o(rh(),e)}(Rn)),Rn}n(Uo,"requireScope$1");var Io={},ei={},ti={},Kp;function xo(){if(Kp)return ti;Kp=1,Object.defineProperty(ti,"__esModule",{value:!0}),ti.VisitorBase=void 0;const e=al();function l(c){return typeof c=="object"&&c!=null}n(l,"isObject");function o(c){return l(c)&&typeof c.type=="string"}n(o,"isNode");let f=class{static{n(this,"VisitorBase")}#e;#t;constructor(i){this.#e=i.childVisitorKeys??e.visitorKeys,this.#t=i.visitChildrenEvenIfSelectorExists??!1}visitChildren(i,t=[]){if(i?.type==null)return;const r=new Set([...t,"parent"]),s=this.#e[i.type]??Object.keys(i);for(const u of s){if(r.has(u))continue;const E=i[u];if(E)if(Array.isArray(E))for(const P of E)o(P)&&this.visit(P);else o(E)&&this.visit(E)}}visit(i){if(i?.type==null)return;const t=this[i.type];t&&(t.call(this,i),!this.#t)||this.visitChildren(i)}};return ti.VisitorBase=f,ti}n(xo,"requireVisitorBase");var Xp;function Do(){if(Xp)return ei;Xp=1,Object.defineProperty(ei,"__esModule",{value:!0}),ei.PatternVisitor=void 0;const e=Ee(),l=xo();let o=class extends l.VisitorBase{static{n(this,"PatternVisitor")}#e=[];#t;#n=[];#o;rightHandNodes=[];constructor(c,i,t){super(c),this.#o=i,this.#t=t}static isPattern(c){const i=c.type;return i===e.AST_NODE_TYPES.Identifier||i===e.AST_NODE_TYPES.ObjectPattern||i===e.AST_NODE_TYPES.ArrayPattern||i===e.AST_NODE_TYPES.SpreadElement||i===e.AST_NODE_TYPES.RestElement||i===e.AST_NODE_TYPES.AssignmentPattern}ArrayExpression(c){c.elements.forEach(this.visit,this)}ArrayPattern(c){for(const i of c.elements)this.visit(i)}AssignmentExpression(c){this.#e.push(c),this.visit(c.left),this.rightHandNodes.push(c.right),this.#e.pop()}AssignmentPattern(c){this.#e.push(c),this.visit(c.left),this.rightHandNodes.push(c.right),this.#e.pop()}CallExpression(c){c.arguments.forEach(i=>{this.rightHandNodes.push(i)}),this.visit(c.callee)}Decorator(){}Identifier(c){const i=this.#n.at(-1);this.#t(c,{assignments:this.#e,rest:i?.argument===c,topLevel:c===this.#o})}MemberExpression(c){c.computed&&this.rightHandNodes.push(c.property),this.rightHandNodes.push(c.object)}Property(c){c.computed&&this.rightHandNodes.push(c.key),this.visit(c.value)}RestElement(c){this.#n.push(c),this.visit(c.argument),this.#n.pop()}SpreadElement(c){this.visit(c.argument)}TSTypeAnnotation(){}};return ei.PatternVisitor=o,ei}n(Do,"requirePatternVisitor");var zp;function Ge(){return zp||(zp=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.VisitorBase=e.Visitor=void 0;const l=Do(),o=xo();class f extends o.VisitorBase{static{n(this,"Visitor")}#e;constructor(t){super(t instanceof f?t.#e:t),this.#e=t instanceof f?t.#e:t}visitPattern(t,r,s={processRightHandNodes:!1}){const u=new l.PatternVisitor(this.#e,t,r);u.visit(t),s.processRightHandNodes&&u.rightHandNodes.forEach(this.visit,this)}}e.Visitor=f;var c=xo();Object.defineProperty(e,"VisitorBase",{enumerable:!0,get:n(function(){return c.VisitorBase},"get")})}(Io)),Io}n(Ge,"requireVisitor");var Jp;function Qp(){if(Jp)return Vn;Jp=1,Object.defineProperty(Vn,"__esModule",{value:!0}),Vn.TypeVisitor=void 0;const e=Ee(),l=Me(),o=Uo(),f=Ge();let c=class yE extends f.Visitor{static{n(this,"TypeVisitor")}#e;constructor(t){super(t),this.#e=t}static visit(t,r){new yE(t).visit(r)}visitFunctionType(t){this.#e.scopeManager.nestFunctionTypeScope(t),this.visit(t.typeParameters);for(const r of t.params){let s=!1;this.visitPattern(r,(u,E)=>{this.#e.currentScope().defineIdentifier(u,new l.ParameterDefinition(u,t,E.rest)),u.typeAnnotation&&(this.visit(u.typeAnnotation),s=!0)}),!s&&"typeAnnotation"in r&&this.visit(r.typeAnnotation)}this.visit(t.returnType),this.#e.close(t)}visitPropertyKey(t){t.computed&&this.#e.visit(t.key)}Identifier(t){this.#e.currentScope().referenceType(t)}MemberExpression(t){this.visit(t.object)}TSCallSignatureDeclaration(t){this.visitFunctionType(t)}TSConditionalType(t){this.#e.scopeManager.nestConditionalTypeScope(t),this.visitChildren(t,["falseType"]),this.#e.close(t),this.visit(t.falseType)}TSConstructorType(t){this.visitFunctionType(t)}TSConstructSignatureDeclaration(t){this.visitFunctionType(t)}TSFunctionType(t){this.visitFunctionType(t)}TSImportType(t){this.visit(t.typeArguments)}TSIndexSignature(t){for(const r of t.parameters)r.type===e.AST_NODE_TYPES.Identifier&&this.visit(r.typeAnnotation);this.visit(t.typeAnnotation)}TSInferType(t){const r=t.typeParameter;let s=this.#e.currentScope();if(s.type===o.ScopeType.functionType||s.type===o.ScopeType.mappedType){let u=s.upper;for(;u;){if(u.type===o.ScopeType.functionType||u.type===o.ScopeType.mappedType){u=u.upper;continue}if(u.type===o.ScopeType.conditionalType){s=u;break}break}}s.defineIdentifier(r.name,new l.TypeDefinition(r.name,r)),this.visit(r.constraint)}TSInterfaceDeclaration(t){this.#e.currentScope().defineIdentifier(t.id,new l.TypeDefinition(t.id,t)),t.typeParameters&&(this.#e.scopeManager.nestTypeScope(t),this.visit(t.typeParameters)),t.extends.forEach(this.visit,this),this.visit(t.body),t.typeParameters&&this.#e.close(t)}TSMappedType(t){this.#e.scopeManager.nestMappedTypeScope(t),this.#e.currentScope().defineIdentifier(t.key,new l.TypeDefinition(t.key,t)),this.visit(t.constraint),this.visit(t.nameType),this.visit(t.typeAnnotation),this.#e.close(t)}TSMethodSignature(t){this.visitPropertyKey(t),this.visitFunctionType(t)}TSNamedTupleMember(t){this.visit(t.elementType)}TSPropertySignature(t){this.visitPropertyKey(t),this.visit(t.typeAnnotation)}TSQualifiedName(t){this.visit(t.left)}TSTypeAliasDeclaration(t){this.#e.currentScope().defineIdentifier(t.id,new l.TypeDefinition(t.id,t)),t.typeParameters&&(this.#e.scopeManager.nestTypeScope(t),this.visit(t.typeParameters)),this.visit(t.typeAnnotation),t.typeParameters&&this.#e.close(t)}TSTypeParameter(t){this.#e.currentScope().defineIdentifier(t.name,new l.TypeDefinition(t.name,t)),this.visit(t.constraint),this.visit(t.default)}TSTypePredicate(t){t.parameterName.type!==e.AST_NODE_TYPES.TSThisType&&this.#e.currentScope().referenceValue(t.parameterName),this.visit(t.typeAnnotation)}TSTypeAnnotation(t){this.visitChildren(t)}TSTypeQuery(t){let r;if(t.exprName.type===e.AST_NODE_TYPES.TSQualifiedName){let s=t.exprName;for(;s.left.type===e.AST_NODE_TYPES.TSQualifiedName;)s=s.left;r=s.left}else r=t.exprName,t.exprName.type===e.AST_NODE_TYPES.TSImportType&&this.visit(t.exprName);r.type===e.AST_NODE_TYPES.Identifier&&this.#e.currentScope().referenceValue(r),this.visit(t.typeArguments)}};return Vn.TypeVisitor=c,Vn}n(Qp,"requireTypeVisitor");var Zp;function nh(){if(Zp)return Cn;Zp=1,Object.defineProperty(Cn,"__esModule",{value:!0}),Cn.ClassVisitor=void 0;const e=Ee(),l=Me(),o=Qp(),f=Ge();let c=class hE extends f.Visitor{static{n(this,"ClassVisitor")}#e;#t;constructor(r,s){super(r),this.#t=r,this.#e=s}static visit(r,s){new hE(r,s).visitClass(s)}visit(r){r&&r.type in this?super.visit(r):this.#t.visit(r)}visitClass(r){r.type===e.AST_NODE_TYPES.ClassDeclaration&&r.id&&this.#t.currentScope().defineIdentifier(r.id,new l.ClassNameDefinition(r.id,r)),r.decorators.forEach(s=>this.#t.visit(s)),this.#t.scopeManager.nestClassScope(r),r.id&&this.#t.currentScope().defineIdentifier(r.id,new l.ClassNameDefinition(r.id,r)),this.#t.visit(r.superClass),this.visitType(r.typeParameters),this.visitType(r.superTypeArguments),r.implements.forEach(s=>this.visitType(s)),this.visit(r.body),this.#t.close(r)}visitFunctionParameterTypeAnnotation(r){switch(r.type){case e.AST_NODE_TYPES.AssignmentPattern:this.visitType(r.left.typeAnnotation);break;case e.AST_NODE_TYPES.TSParameterProperty:this.visitFunctionParameterTypeAnnotation(r.parameter);break;default:this.visitType(r.typeAnnotation)}}visitMethod(r){r.computed&&this.#t.visit(r.key),r.value.type===e.AST_NODE_TYPES.FunctionExpression?this.visitMethodFunction(r.value,r):this.#t.visit(r.value),r.decorators.forEach(s=>this.#t.visit(s))}visitMethodFunction(r,s){r.id&&this.#t.scopeManager.nestFunctionExpressionNameScope(r),r.params.forEach(E=>{E.decorators.forEach(P=>this.visit(P))}),this.#t.scopeManager.nestFunctionScope(r,!0);let u=!!s.decorators.length;if(u||=s.kind!=="set"&&r.params.some(E=>E.decorators.length),!u&&s.kind==="set"){const E=i(s);E!=null&&this.#e.body.body.find(P=>P!==s&&P.type===e.AST_NODE_TYPES.MethodDefinition&&P.static===s.static&&i(P)===E)?.decorators.length&&(u=!0)}!u&&s.kind==="constructor"&&this.#e.decorators.length&&(u=!0);for(const E of r.params)this.visitPattern(E,(P,m)=>{this.#t.currentScope().defineIdentifier(P,new l.ParameterDefinition(P,r,m.rest)),this.#t.referencingDefaultValue(P,m.assignments,null,!0)},{processRightHandNodes:!0}),this.visitFunctionParameterTypeAnnotation(E);this.visitType(r.returnType),this.visitType(r.typeParameters),this.#t.visitChildren(r.body),this.#t.close(r)}visitPropertyBase(r){r.computed&&this.#t.visit(r.key),r.value&&((r.type===e.AST_NODE_TYPES.PropertyDefinition||r.type===e.AST_NODE_TYPES.AccessorProperty)&&this.#t.scopeManager.nestClassFieldInitializerScope(r.value),this.#t.visit(r.value),(r.type===e.AST_NODE_TYPES.PropertyDefinition||r.type===e.AST_NODE_TYPES.AccessorProperty)&&this.#t.close(r.value)),r.decorators.forEach(s=>this.#t.visit(s))}visitPropertyDefinition(r){this.visitPropertyBase(r),this.visitType(r.typeAnnotation)}visitType(r){r&&o.TypeVisitor.visit(this.#t,r)}AccessorProperty(r){this.visitPropertyDefinition(r)}ClassBody(r){this.visitChildren(r)}Identifier(r){this.#t.visit(r)}MethodDefinition(r){this.visitMethod(r)}PrivateIdentifier(){}PropertyDefinition(r){this.visitPropertyDefinition(r)}StaticBlock(r){this.#t.scopeManager.nestClassStaticBlockScope(r),r.body.forEach(s=>this.visit(s)),this.#t.close(r)}TSAbstractAccessorProperty(r){this.visitPropertyDefinition(r)}TSAbstractMethodDefinition(r){this.visitPropertyBase(r)}TSAbstractPropertyDefinition(r){this.visitPropertyDefinition(r)}TSIndexSignature(r){this.visitType(r)}};Cn.ClassVisitor=c;function i(t){if(t.computed&&t.key.type===e.AST_NODE_TYPES.Literal){if(typeof t.key.value=="string"||typeof t.key.value=="number")return t.key.value}else if(!t.computed&&t.key.type===e.AST_NODE_TYPES.Identifier)return t.key.name;return null}return n(i,"getLiteralMethodKeyName"),Cn}n(nh,"requireClassVisitor");var ri={},eE;function ih(){if(eE)return ri;eE=1,Object.defineProperty(ri,"__esModule",{value:!0}),ri.ExportVisitor=void 0;const e=Ee(),l=Ge();let o=class _E extends l.Visitor{static{n(this,"ExportVisitor")}#e;#t;constructor(c,i){super(i),this.#e=c,this.#t=i}static visit(c,i){new _E(i,c).visit(i)}ExportDefaultDeclaration(c){c.declaration.type===e.AST_NODE_TYPES.Identifier&&this.visit(c.declaration)}ExportNamedDeclaration(c){c.source||c.declaration||this.visitChildren(c)}ExportSpecifier(c){c.exportKind==="type"&&c.local.type===e.AST_NODE_TYPES.Identifier?this.#t.currentScope().referenceType(c.local):this.visit(c.local)}Identifier(c){this.#e.exportKind==="type"?this.#t.currentScope().referenceType(c):this.#t.currentScope().referenceDualValueType(c)}};return ri.ExportVisitor=o,ri}n(ih,"requireExportVisitor");var ni={},tE;function sh(){if(tE)return ni;tE=1,Object.defineProperty(ni,"__esModule",{value:!0}),ni.ImportVisitor=void 0;const e=Me(),l=Ge();let o=class bE extends l.Visitor{static{n(this,"ImportVisitor")}#e;#t;constructor(c,i){super(i),this.#e=c,this.#t=i}static visit(c,i){new bE(i,c).visit(i)}ImportDefaultSpecifier(c){const i=c.local;this.visitImport(i,c)}ImportNamespaceSpecifier(c){const i=c.local;this.visitImport(i,c)}ImportSpecifier(c){const i=c.local;this.visitImport(i,c)}visitImport(c,i){this.#t.currentScope().defineIdentifier(c,new e.ImportBindingDefinition(c,i,this.#e))}};return ni.ImportVisitor=o,ni}n(sh,"requireImportVisitor");var rE;function oh(){if(rE)return pt;rE=1,Object.defineProperty(pt,"__esModule",{value:!0}),pt.Referencer=void 0;const e=Ee(),l=Et(),o=Me(),f=Dy(),c=nh(),i=ih(),t=sh(),r=Do(),s=Ro(),u=Qp(),E=Ge();let P=class extends E.Visitor{static{n(this,"Referencer")}#e=!1;#t=!1;#n;#o;#m;scopeManager;constructor(a,p){super(a),this.scopeManager=p,this.#o=a.jsxPragma,this.#n=a.jsxFragmentName,this.#m=a.lib}populateGlobalsFromLib(a){for(const p of this.#m){const d=f.lib[p];if(!d)throw new Error(`Invalid value for lib provided: ${p}`);for(const[y,T]of Object.entries(d))a.defineImplicitVariable(y,T)}a.defineImplicitVariable("const",{eslintImplicitGlobalSetting:"readonly",isTypeVariable:!0,isValueVariable:!1})}close(a){for(;this.currentScope(!0)&&a===this.currentScope().block;)this.scopeManager.currentScope=this.currentScope().close(this.scopeManager)}currentScope(a){return a||(0,l.assert)(this.scopeManager.currentScope,"aaa"),this.scopeManager.currentScope}referencingDefaultValue(a,p,d,y){p.forEach(T=>{this.currentScope().referenceValue(a,s.ReferenceFlag.Write,T.right,d,y)})}referenceInSomeUpperScope(a){let p=this.scopeManager.currentScope;for(;p;){const d=p.set.get(a);if(!d){p=p.upper;continue}return p.referenceValue(d.identifiers[0]),!0}return!1}referenceJsxFragment(){this.#n==null||this.#t||(this.#t=this.referenceInSomeUpperScope(this.#n))}referenceJsxPragma(){this.#o==null||this.#e||(this.#e=this.referenceInSomeUpperScope(this.#o))}visitClass(a){c.ClassVisitor.visit(this,a)}visitForIn(a){a.left.type===e.AST_NODE_TYPES.VariableDeclaration&&a.left.kind!=="var"&&this.scopeManager.nestForScope(a),a.left.type===e.AST_NODE_TYPES.VariableDeclaration?(this.visit(a.left),this.visitPattern(a.left.declarations[0].id,p=>{this.currentScope().referenceValue(p,s.ReferenceFlag.Write,a.right,null,!0)})):this.visitPattern(a.left,(p,d)=>{const y=this.currentScope().isStrict?null:{node:a,pattern:p};this.referencingDefaultValue(p,d.assignments,y,!1),this.currentScope().referenceValue(p,s.ReferenceFlag.Write,a.right,y,!1)},{processRightHandNodes:!0}),this.visit(a.right),this.visit(a.body),this.close(a)}visitFunction(a){a.type===e.AST_NODE_TYPES.FunctionExpression?a.id&&this.scopeManager.nestFunctionExpressionNameScope(a):a.id&&this.currentScope().defineIdentifier(a.id,new o.FunctionNameDefinition(a.id,a)),this.scopeManager.nestFunctionScope(a,!1);for(const p of a.params)this.visitPattern(p,(d,y)=>{this.currentScope().defineIdentifier(d,new o.ParameterDefinition(d,a,y.rest)),this.referencingDefaultValue(d,y.assignments,null,!0)},{processRightHandNodes:!0}),this.visitFunctionParameterTypeAnnotation(p),p.decorators.forEach(d=>this.visit(d));this.visitType(a.returnType),this.visitType(a.typeParameters),a.body&&(a.body.type===e.AST_NODE_TYPES.BlockStatement?this.visitChildren(a.body):this.visit(a.body)),this.close(a)}visitFunctionParameterTypeAnnotation(a){switch(a.type){case e.AST_NODE_TYPES.AssignmentPattern:this.visitType(a.left.typeAnnotation);break;case e.AST_NODE_TYPES.TSParameterProperty:this.visitFunctionParameterTypeAnnotation(a.parameter);break;default:this.visitType(a.typeAnnotation);break}}visitJSXElement(a){a.name.type===e.AST_NODE_TYPES.JSXIdentifier?(a.name.name[0].toUpperCase()===a.name.name[0]||a.name.name==="this")&&this.visit(a.name):this.visit(a.name)}visitProperty(a){a.computed&&this.visit(a.key),this.visit(a.value)}visitType(a){a&&u.TypeVisitor.visit(this,a)}visitTypeAssertion(a){this.visit(a.expression),this.visitType(a.typeAnnotation)}ArrowFunctionExpression(a){this.visitFunction(a)}AssignmentExpression(a){const p=this.visitExpressionTarget(a.left);r.PatternVisitor.isPattern(p)?a.operator==="="?this.visitPattern(p,(d,y)=>{const T=this.currentScope().isStrict?null:{node:a,pattern:d};this.referencingDefaultValue(d,y.assignments,T,!1),this.currentScope().referenceValue(d,s.ReferenceFlag.Write,a.right,T,!1)},{processRightHandNodes:!0}):p.type===e.AST_NODE_TYPES.Identifier&&this.currentScope().referenceValue(p,s.ReferenceFlag.ReadWrite,a.right):this.visit(p),this.visit(a.right)}BlockStatement(a){this.scopeManager.nestBlockScope(a),this.visitChildren(a),this.close(a)}BreakStatement(){}CallExpression(a){this.visitChildren(a,["typeArguments"]),this.visitType(a.typeArguments)}CatchClause(a){if(this.scopeManager.nestCatchScope(a),a.param){const p=a.param;this.visitPattern(p,(d,y)=>{this.currentScope().defineIdentifier(d,new o.CatchClauseDefinition(p,a)),this.referencingDefaultValue(d,y.assignments,null,!0)},{processRightHandNodes:!0})}this.visit(a.body),this.close(a)}ClassDeclaration(a){this.visitClass(a)}ClassExpression(a){this.visitClass(a)}ContinueStatement(){}ExportAllDeclaration(){}ExportDefaultDeclaration(a){a.declaration.type===e.AST_NODE_TYPES.Identifier?i.ExportVisitor.visit(this,a):this.visit(a.declaration)}ExportNamedDeclaration(a){a.declaration?this.visit(a.declaration):i.ExportVisitor.visit(this,a)}ForInStatement(a){this.visitForIn(a)}ForOfStatement(a){this.visitForIn(a)}ForStatement(a){a.init&&a.init.type===e.AST_NODE_TYPES.VariableDeclaration&&a.init.kind!=="var"&&this.scopeManager.nestForScope(a),this.visitChildren(a),this.close(a)}FunctionDeclaration(a){this.visitFunction(a)}FunctionExpression(a){this.visitFunction(a)}Identifier(a){this.currentScope().referenceValue(a),this.visitType(a.typeAnnotation)}ImportAttribute(){}ImportDeclaration(a){(0,l.assert)(this.scopeManager.isModule(),"ImportDeclaration should appear when the mode is ES6 and in the module context."),t.ImportVisitor.visit(this,a)}JSXAttribute(a){this.visit(a.value)}JSXClosingElement(a){this.visitJSXElement(a)}JSXFragment(a){this.referenceJsxPragma(),this.referenceJsxFragment(),this.visitChildren(a)}JSXIdentifier(a){this.currentScope().referenceValue(a)}JSXMemberExpression(a){(a.object.type!==e.AST_NODE_TYPES.JSXIdentifier||a.object.name!=="this")&&this.visit(a.object)}JSXOpeningElement(a){this.referenceJsxPragma(),this.visitJSXElement(a),this.visitType(a.typeArguments);for(const p of a.attributes)this.visit(p)}LabeledStatement(a){this.visit(a.body)}MemberExpression(a){this.visit(a.object),a.computed&&this.visit(a.property)}MetaProperty(){}NewExpression(a){this.visitChildren(a,["typeArguments"]),this.visitType(a.typeArguments)}PrivateIdentifier(){}Program(a){const p=this.scopeManager.nestGlobalScope(a);this.populateGlobalsFromLib(p),this.scopeManager.isGlobalReturn()&&(this.currentScope().isStrict=!1,this.scopeManager.nestFunctionScope(a,!1)),this.scopeManager.isModule()&&this.scopeManager.nestModuleScope(a),this.scopeManager.isImpliedStrict()&&(this.currentScope().isStrict=!0),this.visitChildren(a),this.close(a)}Property(a){this.visitProperty(a)}SwitchStatement(a){this.visit(a.discriminant),this.scopeManager.nestSwitchScope(a);for(const p of a.cases)this.visit(p);this.close(a)}TaggedTemplateExpression(a){this.visit(a.tag),this.visit(a.quasi),this.visitType(a.typeArguments)}TSAsExpression(a){this.visitTypeAssertion(a)}TSDeclareFunction(a){this.visitFunction(a)}TSEmptyBodyFunctionExpression(a){this.visitFunction(a)}TSEnumDeclaration(a){this.currentScope().defineIdentifier(a.id,new o.TSEnumNameDefinition(a.id,a)),this.scopeManager.nestTSEnumScope(a);for(const p of a.body.members){if(p.id.type===e.AST_NODE_TYPES.Literal&&typeof p.id.value=="string"){const d=p.id;this.currentScope().defineLiteralIdentifier(d,new o.TSEnumMemberDefinition(d,p))}else!p.computed&&p.id.type===e.AST_NODE_TYPES.Identifier&&this.currentScope().defineIdentifier(p.id,new o.TSEnumMemberDefinition(p.id,p));this.visit(p.initializer)}this.close(a)}TSExportAssignment(a){a.expression.type===e.AST_NODE_TYPES.Identifier?this.currentScope().referenceDualValueType(a.expression):this.visit(a.expression)}TSImportEqualsDeclaration(a){if(this.currentScope().defineIdentifier(a.id,new o.ImportBindingDefinition(a.id,a,a)),a.moduleReference.type===e.AST_NODE_TYPES.TSQualifiedName){let p=a.moduleReference.left;for(;p.type===e.AST_NODE_TYPES.TSQualifiedName;)p=p.left;this.visit(p)}else this.visit(a.moduleReference)}TSInstantiationExpression(a){this.visitChildren(a,["typeArguments"]),this.visitType(a.typeArguments)}TSInterfaceDeclaration(a){this.visitType(a)}TSModuleDeclaration(a){a.id.type===e.AST_NODE_TYPES.Identifier&&a.kind!=="global"&&this.currentScope().defineIdentifier(a.id,new o.TSModuleNameDefinition(a.id,a)),this.scopeManager.nestTSModuleScope(a),this.visit(a.body),this.close(a)}TSSatisfiesExpression(a){this.visitTypeAssertion(a)}TSTypeAliasDeclaration(a){this.visitType(a)}TSTypeAssertion(a){this.visitTypeAssertion(a)}UpdateExpression(a){const p=this.visitExpressionTarget(a.argument);r.PatternVisitor.isPattern(p)?this.visitPattern(p,d=>{this.currentScope().referenceValue(d,s.ReferenceFlag.ReadWrite,null)}):this.visitChildren(a)}VariableDeclaration(a){const p=a.kind==="var"?this.currentScope().variableScope:this.currentScope();for(const d of a.declarations){const y=d.init;this.visitPattern(d.id,(T,g)=>{p.defineIdentifier(T,new o.VariableDefinition(T,d,a)),this.referencingDefaultValue(T,g.assignments,null,!0),y&&this.currentScope().referenceValue(T,s.ReferenceFlag.Write,y,null,!0)},{processRightHandNodes:!0}),this.visit(d.init),this.visitType(d.id.typeAnnotation)}}WithStatement(a){this.visit(a.object),this.scopeManager.nestWithScope(a),this.visit(a.body),this.close(a)}visitExpressionTarget(a){switch(a.type){case e.AST_NODE_TYPES.TSAsExpression:case e.AST_NODE_TYPES.TSTypeAssertion:this.visitType(a.typeAnnotation);case e.AST_NODE_TYPES.TSNonNullExpression:a=a.expression}return a}};return pt.Referencer=P,pt}n(oh,"requireReferencer$1");var nE;function ah(){return nE||(nE=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.Referencer=void 0;var l=oh();Object.defineProperty(e,"Referencer",{enumerable:!0,get:n(function(){return l.Referencer},"get")})}(io)),io}n(ah,"requireReferencer");var ii={},si={},iE;function uh(){if(iE)return si;iE=1,Object.defineProperty(si,"__esModule",{value:!0}),si.ClassStaticBlockScope=void 0;const e=z(),l=K();let o=class extends e.ScopeBase{static{n(this,"ClassStaticBlockScope")}constructor(c,i,t){super(c,l.ScopeType.classStaticBlock,i,t,!1)}};return si.ClassStaticBlockScope=o,si}n(uh,"requireClassStaticBlockScope");var sE;function oE(){if(sE)return ii;sE=1,Object.defineProperty(ii,"__esModule",{value:!0}),ii.ScopeManager=void 0;const e=Et(),l=Uo(),o=Op(),f=uh();let c=class{static{n(this,"ScopeManager")}#e;currentScope;declaredVariables;globalScope;nodeToScope;scopes;constructor(t){this.scopes=[],this.globalScope=null,this.nodeToScope=new WeakMap,this.currentScope=null,this.#e=t,this.declaredVariables=new WeakMap}isES6(){return!0}isGlobalReturn(){return this.#e.globalReturn===!0}isImpliedStrict(){return this.#e.impliedStrict===!0}isModule(){return this.#e.sourceType==="module"}isStrictModeSupported(){return!0}get variables(){const t=new Set;function r(s){s.variables.forEach(u=>t.add(u)),s.childScopes.forEach(r)}return n(r,"recurse"),this.scopes.forEach(r),[...t].sort((s,u)=>s.$id-u.$id)}getDeclaredVariables(t){return this.declaredVariables.get(t)??[]}acquire(t,r=!1){function s(E){return!(E.type===l.ScopeType.function&&E.functionExpressionScope)}n(s,"predicate");const u=this.nodeToScope.get(t);if(!u||u.length===0)return null;if(u.length===1)return u[0];if(r){for(let E=u.length-1;E>=0;--E){const P=u[E];if(s(P))return P}return null}return u.find(s)??null}nestBlockScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.BlockScope(this,this.currentScope,t))}nestCatchScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.CatchScope(this,this.currentScope,t))}nestClassFieldInitializerScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new o.ClassFieldInitializerScope(this,this.currentScope,t))}nestClassScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.ClassScope(this,this.currentScope,t))}nestClassStaticBlockScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new f.ClassStaticBlockScope(this,this.currentScope,t))}nestConditionalTypeScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.ConditionalTypeScope(this,this.currentScope,t))}nestForScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.ForScope(this,this.currentScope,t))}nestFunctionExpressionNameScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.FunctionExpressionNameScope(this,this.currentScope,t))}nestFunctionScope(t,r){return(0,e.assert)(this.currentScope),this.nestScope(new l.FunctionScope(this,this.currentScope,t,r))}nestFunctionTypeScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.FunctionTypeScope(this,this.currentScope,t))}nestGlobalScope(t){return this.nestScope(new l.GlobalScope(this,t))}nestMappedTypeScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.MappedTypeScope(this,this.currentScope,t))}nestModuleScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.ModuleScope(this,this.currentScope,t))}nestSwitchScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.SwitchScope(this,this.currentScope,t))}nestTSEnumScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.TSEnumScope(this,this.currentScope,t))}nestTSModuleScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.TSModuleScope(this,this.currentScope,t))}nestTypeScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.TypeScope(this,this.currentScope,t))}nestWithScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.WithScope(this,this.currentScope,t))}nestScope(t){return t instanceof l.GlobalScope&&((0,e.assert)(this.currentScope==null),this.globalScope=t),this.currentScope=t,t}};return ii.ScopeManager=c,ii}n(oE,"requireScopeManager");var aE;function lh(){if(aE)return Ai;aE=1,Object.defineProperty(Ai,"__esModule",{value:!0}),Ai.analyze=c;const e=al(),l=ah(),o=oE(),f={childVisitorKeys:e.visitorKeys,emitDecoratorMetadata:!1,globalReturn:!1,impliedStrict:!1,jsxFragmentName:null,jsxPragma:"React",lib:["es2018"],sourceType:"script"};function c(i,t){const r={childVisitorKeys:t?.childVisitorKeys??f.childVisitorKeys,emitDecoratorMetadata:!1,globalReturn:t?.globalReturn??f.globalReturn,impliedStrict:t?.impliedStrict??f.impliedStrict,jsxFragmentName:t?.jsxFragmentName??f.jsxFragmentName,jsxPragma:t?.jsxPragma===void 0?f.jsxPragma:t.jsxPragma,lib:t?.lib??["esnext"],sourceType:t?.sourceType??f.sourceType};r.lib=r.lib.map(E=>E.toLowerCase());const s=new o.ScopeManager(r);return new l.Referencer(r,s).visit(i),s}return n(c,"analyze$1"),Ai}n(lh,"requireAnalyze");var uE;function ch(){return uE||(uE=1,function(e){var l=lt.__createBinding||(Object.create?function(s,u,E,P){P===void 0&&(P=E);var m=Object.getOwnPropertyDescriptor(u,E);(!m||("get"in m?!u.__esModule:m.writable||m.configurable))&&(m={enumerable:!0,get:n(function(){return u[E]},"get")}),Object.defineProperty(s,P,m)}:function(s,u,E,P){P===void 0&&(P=E),s[P]=u[E]}),o=lt.__exportStar||function(s,u){for(var E in s)E!=="default"&&!Object.prototype.hasOwnProperty.call(u,E)&&l(u,s,E)};Object.defineProperty(e,"__esModule",{value:!0}),e.ScopeManager=e.Visitor=e.Reference=e.PatternVisitor=e.analyze=void 0;var f=lh();Object.defineProperty(e,"analyze",{enumerable:!0,get:n(function(){return f.analyze},"get")}),o(Me(),e);var c=Do();Object.defineProperty(e,"PatternVisitor",{enumerable:!0,get:n(function(){return c.PatternVisitor},"get")});var i=Ro();Object.defineProperty(e,"Reference",{enumerable:!0,get:n(function(){return i.Reference},"get")});var t=Ge();Object.defineProperty(e,"Visitor",{enumerable:!0,get:n(function(){return t.Visitor},"get")}),o(Uo(),e);var r=oE();Object.defineProperty(e,"ScopeManager",{enumerable:!0,get:n(function(){return r.ScopeManager},"get")}),o(wo(),e)}(lt)),lt}n(ch,"requireDist$1");var lE;function fh(){if(lE)return Se;lE=1;var e=Se.__createBinding||(Object.create?function(i,t,r,s){s===void 0&&(s=r);var u=Object.getOwnPropertyDescriptor(t,r);(!u||("get"in u?!t.__esModule:u.writable||u.configurable))&&(u={enumerable:!0,get:n(function(){return t[r]},"get")}),Object.defineProperty(i,s,u)}:function(i,t,r,s){s===void 0&&(s=r),i[s]=t[r]}),l=Se.__setModuleDefault||(Object.create?function(i,t){Object.defineProperty(i,"default",{enumerable:!0,value:t})}:function(i,t){i.default=t}),o=Se.__importStar||function(){var i=n(function(t){return i=Object.getOwnPropertyNames||function(r){var s=[];for(var u in r)Object.prototype.hasOwnProperty.call(r,u)&&(s[s.length]=u);return s},i(t)},"ownKeys");return function(t){if(t&&t.__esModule)return t;var r={};if(t!=null)for(var s=i(t),u=0;u<s.length;u++)s[u]!=="default"&&e(r,t,s[u]);return l(r,t),r}}();Object.defineProperty(Se,"__esModule",{value:!0}),Se.Scope=void 0;const f=o(ch());var c;return function(i){i.ScopeType=f.ScopeType,i.DefinitionType=f.DefinitionType}(c||(Se.Scope=c={})),Se}n(fh,"requireScope");var oi={},cE;function ph(){if(cE)return oi;cE=1,Object.defineProperty(oi,"__esModule",{value:!0}),oi.SourceCode=void 0;const e=Xi;let l=class extends e.SourceCode{static{n(this,"SourceCode")}};return oi.SourceCode=l,oi}n(ph,"requireSourceCode");var fE;function Eh(){return fE||(fE=1,function(e){var l=it.__createBinding||(Object.create?function(f,c,i,t){t===void 0&&(t=i);var r=Object.getOwnPropertyDescriptor(c,i);(!r||("get"in r?!c.__esModule:r.writable||r.configurable))&&(r={enumerable:!0,get:n(function(){return c[i]},"get")}),Object.defineProperty(f,t,r)}:function(f,c,i,t){t===void 0&&(t=i),f[t]=c[i]}),o=it.__exportStar||function(f,c){for(var i in f)i!=="default"&&!Object.prototype.hasOwnProperty.call(c,i)&&l(c,f,i)};Object.defineProperty(e,"__esModule",{value:!0}),o(Gm(),e),o($m(),e),o(Hm(),e),o(Km(),e),o(Xm(),e),o(zm(),e),o(Jm(),e),o(Qm(),e),o(Zm(),e),o(fh(),e),o(ph(),e)}(it)),it}n(Eh,"requireTsEslint");var ai={},Mi={},pE;function dh(){if(pE)return Mi;pE=1,Object.defineProperty(Mi,"__esModule",{value:!0}),Mi.isArray=e;function e(l){return Array.isArray(l)}return n(e,"isArray$1"),Mi}n(dh,"requireIsArray");var Fo={},EE;function Th(){return EE||(EE=1,Object.defineProperty(Fo,"__esModule",{value:!0})),Fo}n(Th,"requireNoInfer");var dE;function Ph(){return dE||(dE=1,function(e){var l=ai.__createBinding||(Object.create?function(f,c,i,t){t===void 0&&(t=i);var r=Object.getOwnPropertyDescriptor(c,i);(!r||("get"in r?!c.__esModule:r.writable||r.configurable))&&(r={enumerable:!0,get:n(function(){return c[i]},"get")}),Object.defineProperty(f,t,r)}:function(f,c,i,t){t===void 0&&(t=i),f[t]=c[i]}),o=ai.__exportStar||function(f,c){for(var i in f)i!=="default"&&!Object.prototype.hasOwnProperty.call(c,i)&&l(c,f,i)};Object.defineProperty(e,"__esModule",{value:!0}),o(dh(),e),o(Th(),e)}(ai)),ai}n(Ph,"requireTsUtils");var TE;function mh(){return TE||(TE=1,function(e){var l=Oe.__createBinding||(Object.create?function(i,t,r,s){s===void 0&&(s=r);var u=Object.getOwnPropertyDescriptor(t,r);(!u||("get"in u?!t.__esModule:u.writable||u.configurable))&&(u={enumerable:!0,get:n(function(){return t[r]},"get")}),Object.defineProperty(i,s,u)}:function(i,t,r,s){s===void 0&&(s=r),i[s]=t[r]}),o=Oe.__setModuleDefault||(Object.create?function(i,t){Object.defineProperty(i,"default",{enumerable:!0,value:t})}:function(i,t){i.default=t}),f=Oe.__importStar||function(){var i=n(function(t){return i=Object.getOwnPropertyNames||function(r){var s=[];for(var u in r)Object.prototype.hasOwnProperty.call(r,u)&&(s[s.length]=u);return s},i(t)},"ownKeys");return function(t){if(t&&t.__esModule)return t;var r={};if(t!=null)for(var s=i(t),u=0;u<s.length;u++)s[u]!=="default"&&l(r,t,s[u]);return o(r,t),r}}(),c=Oe.__exportStar||function(i,t){for(var r in i)r!=="default"&&!Object.prototype.hasOwnProperty.call(t,r)&&l(t,i,r)};Object.defineProperty(e,"__esModule",{value:!0}),e.TSUtils=e.TSESLint=e.JSONSchema=e.ESLintUtils=e.ASTUtils=void 0,e.ASTUtils=f(xm()),e.ESLintUtils=f(Bm()),e.JSONSchema=f(qm()),e.TSESLint=f(Eh()),c(Ru(),e),e.TSUtils=f(Ph())}(Oe)),Oe}n(mh,"requireDist");var yh=mh();const hh=yh.ESLintUtils.RuleCreator(e=>e),_h={preferArrowFunction:"Prefer arrow function"},bh=hh({name:"prefer-arrow-functions",meta:{type:"suggestion",docs:{description:"Prefer arrow functions when possible"},fixable:"code",schema:[],messages:_h},defaultOptions:[],create:n(e=>{const l=new Set,o=["prototype","name","length"],f=n(u=>{if(u.generator||l.has(u))return!1;const{parent:E}=u;if((E.type==="Property"||E.type==="MethodDefinition")&&(E.kind==="set"||E.kind==="get"||E.kind==="constructor"))return!1;const P=e.sourceCode.getScope(u);if(P.set.get("arguments").references.length>0)return!1;let a=[];if(u.type==="FunctionDeclaration"&&u.id){const[p]=e.sourceCode.getDeclaredVariables(u),[d]=p.references;if(d&&u.range[0]>d.identifier.range[0])return!1;a=p.references}else if(u.type==="FunctionExpression"){const p=e.sourceCode.getDeclaredVariables(u).find(d=>d.identifiers[0].parent.type==="FunctionExpression");if(p){const d=n((T,g)=>{let Y=g;for(;Y&&Y!==T;)Y=Y.upper;return Y===T},"isInsideScope");if(p.references.some(({from:T})=>d(P,T)))return!1;a.push(...p.references)}if(u.parent.type==="VariableDeclarator"){const[d]=e.sourceCode.getDeclaredVariables(u.parent);a.push(...d.references.slice(1))}}for(const{identifier:p}of a)if(p.parent.type==="MemberExpression"&&p.parent.property.type==="Identifier"&&o.includes(p.parent.property.name))return!1;return!0},"isConvertable"),c=n(u=>{let E=e.sourceCode.getScope(u);for(;E&&E.block.type!=="FunctionDeclaration"&&E.block.type!=="FunctionExpression";)E=E.upper;return E?.block},"getNearestFunction"),i=n((u,E)=>{const P=e.sourceCode.getFirstToken(u,{filter:n(m=>m.type==="Keyword"&&m.value==="function","filter")});return P?[E.remove(P)]:[]},"removeFunctionToken"),t=n((u,E)=>{const P=e.sourceCode.getTokenBefore(u.body);return[E.insertTextAfter(P,"=>")]},"insertArrow"),r=n((u,E)=>{const P=e.sourceCode.getFirstToken(u.parent,{filter:n(a=>a.type==="Identifier"&&a.value==="async","filter")}),m=e.sourceCode.getTokenAfter(P,{includeComments:!0});return[E.removeRange([P.range[0],m.range[0]]),E.insertTextBefore(u,"async")]},"moveAsyncToken"),s=n((u,E)=>[E.insertTextBefore(u,"("),E.insertTextAfter(u,")")],"wrapInParentheses");return{ThisExpression:n(u=>{l.add(c(u))},"ThisExpression"),Super:n(u=>{l.add(c(u))},"Super"),MetaProperty:n(u=>{u.meta.name==="new"&&u.property.name==="target"&&l.add(c(u))},"MetaProperty"),"FunctionExpression:exit":n(u=>{f(u)&&e.report({node:u,messageId:"preferArrowFunction",fix:n(E=>{const P=[...t(u,E)],{parent:m}=u;if(m.type==="Property"&&m.method||m.type==="MethodDefinition"&&m.kind==="method")P.push(E.insertTextBefore(u,m.type==="Property"?":":"=")),u.async&&P.push(...r(u,E));else if(P.push(...i(u,E)),u.id&&P.push(E.remove(u.id)),m.type==="LogicalExpression"){const p=e.sourceCode.getTokenBefore(u),d=e.sourceCode.getTokenAfter(u);p?.value==="("&&d?.value===")"||P.push(...s(u,E))}return P},"fix")})},"FunctionExpression:exit"),"FunctionDeclaration:exit":n(u=>{f(u)&&e.report({node:u,messageId:"preferArrowFunction",fix:n(E=>{const P=[...t(u,E),...i(u,E)];if(u.id){const d=e.sourceCode.getText(u.id);P.push(E.remove(u.id),E.insertTextBefore(u,`const ${d}=`))}const{parent:m}=u;if(m.type==="ExportDefaultDeclaration"&&u.id){const d=e.sourceCode.getFirstToken(m,{filter:n(Y=>Y.type==="Keyword"&&Y.value==="export","filter")}),y=e.sourceCode.getTokenAfter(d,{filter:n(Y=>Y.type==="Keyword"&&Y.value==="default","filter")}),T=[d.range[0],y.range[1]],g=e.sourceCode.text.slice(...T);P.push(E.removeRange(T),E.insertTextAfter(u,`;${g} ${u.id.name}`))}const a=e.sourceCode.getTokenAfter(u,{includeComments:!0});return a&&!e.sourceCode.isSpaceBetween(u,a)&&P.push(E.insertTextAfter(u,";")),P},"fix")})},"FunctionDeclaration:exit")}},"create")}),PE={meta:{name:"pvtnbr/custom-rules",version:vm},rules:{"prefer-arrow-functions":bh},configs:{base:{rules:{"pvtnbr/prefer-arrow-functions":"error"}}}},gh=F({plugins:{pvtnbr:PE},rules:PE.configs.base.rules}),mE=n(e=>[F({ignores:["**/package-lock.json","**/pnpm-lock.yaml","{tmp,temp}/**","**/*.min.js","**/dist/**","**/node_modules/**","**/vendor/**","**/.vitepress"]}),F({linterOptions:{reportUnusedDisableDirectives:!0},languageOptions:{ecmaVersion:"latest",sourceType:"module"}}),_m,pd,Qi,sd,ld,...fd,...dm(e),Ed,...Zi,dd,am,...om(e),...Em,...fm,pm,bm,Pm,...lm(),um,gh].filter(Boolean),"pvtnbr");var vh=mE();exports.defineConfig=F,exports.index=vh,exports.name=gm,exports.pvtnbr=mE;
|