lintroll 1.5.2 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli/index.cjs +2 -2
- package/dist/cli/index.mjs +2 -2
- package/dist/index-BbEs1OZt.mjs +1 -0
- package/dist/index-CuELq4Xv.cjs +14 -0
- package/dist/index-DXvnAG_9.cjs +1 -0
- package/dist/index-bokMKrDM.mjs +14 -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 +3 -3
- package/dist/index-BsUJzcDL.cjs +0 -1
- package/dist/index-D9RL3Y0D.cjs +0 -14
- package/dist/index-DW7ozoHd.mjs +0 -1
- package/dist/index-aML4q6PM.mjs +0 -14
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
var Hc=Object.defineProperty;var u=(t,e)=>Hc(t,"name",{value:e,configurable:!0});import Kc from"@eslint/js";import yn from"globals";import Fo from"confusing-browser-globals";import{createRequire as Xc}from"module";import $o from"@eslint-community/eslint-plugin-eslint-comments";import qc from"@stylistic/eslint-plugin";import ko,{fileURLToPath as zc}from"url";import mt from"eslint-plugin-import-x";import bs from"@typescript-eslint/eslint-plugin";import Jc from"@typescript-eslint/parser";import No from"eslint-plugin-regexp";import Bo from"node:fs";import jo from"eslint-plugin-n";import Go from"node:path";import{f as Wo}from"./index-BbEs1OZt.mjs";import"node:fs/promises";import Qc from"tty";import Zc from"os";import eu from"util";import{fileURLToPath as tu}from"node:url";import Ho from"eslint-plugin-promise";import Ko from"eslint-plugin-markdown";import hn from"eslint-plugin-jsonc";import gs from"eslint-plugin-yml";import ru from"yaml-eslint-parser";import Xo from"eslint-plugin-no-use-extend-native";import qo from"eslint-plugin-unicorn";import nr from"eslint-plugin-react";import zo from"eslint-plugin-react-hooks";import{getTsconfig as nu}from"get-tsconfig";import Jo from"fs";import et from"eslint-plugin-vue";import iu from"vue-eslint-parser";import Qo from"eslint/use-at-your-own-risk";import vs from"eslint";const su=["files","ignores","languageOptions","linterOptions","plugins","rules","settings"],Zo=u(t=>{for(const e of su){const n=t[e];if(n){if(Object.freeze(n),e==="rules"){const i=n;for(const s in i)if(Object.hasOwn(i,s)){const l=i[s];l&&Object.freeze(l)}}if(e==="languageOptions"){const i=n;i.parserOptions&&Object.freeze(i.parserOptions),i.globals&&Object.freeze(i.globals)}}}return Object.freeze(t)},"deepFreeze"),F=u(t=>Array.isArray(t)?t.map(Zo):Zo(t),"defineConfig"),ea=Xc(`${process.cwd()}/`),Ge=u(t=>{try{return ea.resolve(t),!0}catch{}return!1},"isInstalled"),ou=u(t=>Object.keys(ea(t)),"getExports"),Ss=F({languageOptions:{globals:yn["shared-node-browser"]},rules:{...Kc.configs.recommended.rules,"no-mixed-spaces-and-tabs":"off","no-extra-semi":"off","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","constructor-super":"error",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"}],"for-direction":"error","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-async-promise-executor":"error","no-bitwise":"error","no-caller":"error","no-case-declarations":"error","no-catch-shadow":"off","no-class-assign":"error","no-compare-neg-zero":"error","no-cond-assign":["error","always"],"no-console":"warn","no-const-assign":"error","no-constant-condition":"warn","no-constructor-return":"error","no-control-regex":"error","no-debugger":"error","no-delete-var":"error","no-dupe-args":"error","no-dupe-class-members":"error","no-dupe-else-if":"error","no-dupe-keys":"error","no-duplicate-case":"error","no-duplicate-imports":"off","no-else-return":["error",{allowElseIf:!1}],"no-empty":["error",{allowEmptyCatch:!0}],"no-empty-character-class":"error","no-empty-function":["error",{allow:["arrowFunctions","functions","methods"]}],"no-empty-pattern":"error","no-eq-null":"error","no-eval":"error","no-ex-assign":"error","no-extend-native":"error","no-extra-bind":"error","no-extra-boolean-cast":"error","no-extra-label":"error","no-fallthrough":"error","no-func-assign":"error","no-global-assign":"error","no-implicit-coercion":["off",{allow:[],boolean:!1,number:!0,string:!0}],"no-implicit-globals":"error","no-implied-eval":"error","no-import-assign":"error","no-inline-comments":"off","no-inner-declarations":"off","no-invalid-regexp":"error","no-irregular-whitespace":"error","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-loss-of-precision":"error","no-magic-numbers":["off",{detectObjects:!1,enforceConst:!0,ignore:[],ignoreArrayIndexes:!0}],"no-misleading-character-class":"error","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-symbol":"error","no-new-wrappers":"error","no-nonoctal-decimal-escape":"error","no-obj-calls":"error","no-octal":"error","no-octal-escape":"error","no-plusplus":"error","no-promise-executor-return":"error","no-proto":"error","no-prototype-builtins":"error","no-redeclare":"error","no-regex-spaces":"error","no-restricted-exports":["error",{restrictedNamedExports:["then"]}],"no-restricted-globals":["error",...Fo],"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-setter-return":"error","no-shadow":["error",{allow:[...Ge("manten")?["test","describe","runTestSuite","onFinish","fixture"]:[],...Ge("tasuku")?["task","setTitle","setError","setWarning","setStatus","setOutput"]:[]]}],"no-shadow-restricted-names":"error","no-sparse-arrays":"error","no-template-curly-in-string":"error","no-this-before-super":"error","no-throw-literal":"error","no-undef":"error","no-undef-init":"error","no-unexpected-multiline":"error","no-unmodified-loop-condition":"off","no-unneeded-ternary":["error",{defaultAssignment:!1}],"no-unreachable":"error","no-unreachable-loop":"error","no-unsafe-finally":"error","no-unsafe-negation":"error","no-unused-expressions":["error",{allowShortCircuit:!1,allowTaggedTemplates:!1,allowTernary:!1}],"no-unused-labels":"error","no-unused-vars":["error",{args:"after-used",ignoreRestSiblings:!0,vars:"all"}],"no-use-before-define":"off","no-useless-backreference":"error","no-useless-call":"off","no-useless-catch":"error","no-useless-computed-key":"error","no-useless-concat":"error","no-useless-constructor":"error","no-useless-escape":"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"]}],"no-with":"error","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","require-yield":"error","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"],"use-isnan":"error","valid-typeof":["error",{requireStringLiterals:!0}],"vars-on-top":"error",yoda:"error"}}),au=F({files:["**/*.sw.{js,ts}"],languageOptions:{globals:yn.serviceworker},rules:{"no-restricted-globals":["error",...Fo.filter(t=>t!=="self")]}}),lu=F({plugins:{"@eslint-community/eslint-comments":$o},rules:{...$o.configs.recommended.rules,"@eslint-community/eslint-comments/no-unused-enable":"off"}}),cu=F({plugins:{"@stylistic":qc},ignores:["**/*.{json,json5,jsonc,yml,yaml}"],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"]}}),uu=zc(import.meta.resolve("#pkg-maps-resolver")),ta=F({plugins:{"import-x":mt},settings:{"import-x/ignore":["node_modules","\\.(css|svg|json)$"],"import-x/resolver":{node:{},[uu]:{}}},rules:{...mt.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","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"}}),pu=[ta,F({files:["**/src/**/*"],rules:{"import-x/no-dynamic-require":"error"}})],[,ra]=ta.rules["import-x/no-extraneous-dependencies"],fu=F({files:["**/*.{ts,tsx,mts,cts}"],languageOptions:{parser:Jc,parserOptions:{ecmaVersion:"latest"}},settings:mt.configs.typescript.settings}),Eu=F({files:["**/*.{ts,tsx,mts,cts}"],plugins:{"@typescript-eslint":bs},settings:{...mt.configs.typescript.settings,"import-x/resolver":{...mt.configs.typescript.settings["import-x/resolver"],typescript:{}}},rules:{...bs.configs["eslint-recommended"].overrides[0].rules,...bs.configs.recommended.rules,...mt.configs.typescript.rules,"@stylistic/member-delimiter-style":"error","@typescript-eslint/no-shadow":Ss.rules["no-shadow"],"@typescript-eslint/no-unused-vars":["error",{...Ss.rules["no-unused-vars"][1],argsIgnorePattern:"^_",caughtErrorsIgnorePattern:"^_",varsIgnorePattern:"^_"}],"@typescript-eslint/no-explicit-any":["error",{fixToUnknown:!1,ignoreRestArgs:!0}],"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",{...ra,devDependencies:ra.devDependencies.map(t=>t.replace(".js",".{js,ts}"))}],"unicorn/consistent-destructuring":"off","unicorn/no-array-callback-reference":"off","unicorn/no-useless-undefined":"off"}}),du=[F({plugins:{regexp:No},rules:No.configs.recommended.rules})];var S=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Tu(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}u(Tu,"getDefaultExportFromCjs");var Ys={},ir={},_n={};Object.defineProperty(_n,"__esModule",{value:!0}),_n.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,_n.matchToToken=function(t){var e={type:"invalid",value:t[0],closed:void 0};return t[1]?(e.type="string",e.closed=!!(t[3]||t[4])):t[5]?e.type="comment":t[6]?(e.type="comment",e.closed=!!t[7]):t[8]?e.type="regex":t[9]?e.type="number":t[10]?e.type="name":t[11]?e.type="punctuator":t[12]&&(e.type="whitespace"),e};var na={},sr={};Object.defineProperty(sr,"__esModule",{value:!0}),sr.isIdentifierChar=aa,sr.isIdentifierName=hu,sr.isIdentifierStart=oa;let Ls="\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",ia="\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 Pu=new RegExp("["+Ls+"]"),mu=new RegExp("["+Ls+ia+"]");Ls=ia=null;const sa=[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],yu=[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 As(t,e){let n=65536;for(let i=0,s=e.length;i<s;i+=2){if(n+=e[i],n>t)return!1;if(n+=e[i+1],n>=t)return!0}return!1}u(As,"isInAstralSet");function oa(t){return t<65?t===36:t<=90?!0:t<97?t===95:t<=122?!0:t<=65535?t>=170&&Pu.test(String.fromCharCode(t)):As(t,sa)}u(oa,"isIdentifierStart");function aa(t){return t<48?t===36:t<58?!0:t<65?!1:t<=90?!0:t<97?t===95:t<=122?!0:t<=65535?t>=170&&mu.test(String.fromCharCode(t)):As(t,sa)||As(t,yu)}u(aa,"isIdentifierChar");function hu(t){let e=!0;for(let n=0;n<t.length;n++){let i=t.charCodeAt(n);if((i&64512)===55296&&n+1<t.length){const s=t.charCodeAt(++n);(s&64512)===56320&&(i=65536+((i&1023)<<10)+(s&1023))}if(e){if(e=!1,!oa(i))return!1}else if(!aa(i))return!1}return!e}u(hu,"isIdentifierName");var tt={};Object.defineProperty(tt,"__esModule",{value:!0}),tt.isKeyword=Su,tt.isReservedWord=la,tt.isStrictBindOnlyReservedWord=ua,tt.isStrictBindReservedWord=vu,tt.isStrictReservedWord=ca;const Cs={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"]},_u=new Set(Cs.keyword),bu=new Set(Cs.strict),gu=new Set(Cs.strictBind);function la(t,e){return e&&t==="await"||t==="enum"}u(la,"isReservedWord");function ca(t,e){return la(t,e)||bu.has(t)}u(ca,"isStrictReservedWord");function ua(t){return gu.has(t)}u(ua,"isStrictBindOnlyReservedWord");function vu(t,e){return ca(t,e)||ua(t)}u(vu,"isStrictBindReservedWord");function Su(t){return _u.has(t)}u(Su,"isKeyword"),function(t){Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"isIdentifierChar",{enumerable:!0,get:function(){return e.isIdentifierChar}}),Object.defineProperty(t,"isIdentifierName",{enumerable:!0,get:function(){return e.isIdentifierName}}),Object.defineProperty(t,"isIdentifierStart",{enumerable:!0,get:function(){return e.isIdentifierStart}}),Object.defineProperty(t,"isKeyword",{enumerable:!0,get:function(){return n.isKeyword}}),Object.defineProperty(t,"isReservedWord",{enumerable:!0,get:function(){return n.isReservedWord}}),Object.defineProperty(t,"isStrictBindOnlyReservedWord",{enumerable:!0,get:function(){return n.isStrictBindOnlyReservedWord}}),Object.defineProperty(t,"isStrictBindReservedWord",{enumerable:!0,get:function(){return n.isStrictBindReservedWord}}),Object.defineProperty(t,"isStrictReservedWord",{enumerable:!0,get:function(){return n.isStrictReservedWord}});var e=sr,n=tt}(na);function Yu(t){throw new Error('Could not dynamically require "'+t+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}u(Yu,"commonjsRequire");var ws={exports:{}};let pa=process.argv||[],bn=process.env,Lu=!("NO_COLOR"in bn||pa.includes("--no-color"))&&("FORCE_COLOR"in bn||pa.includes("--color")||process.platform==="win32"||Yu!=null&&Qc.isatty(1)&&bn.TERM!=="dumb"||"CI"in bn),Au=u((t,e,n=t)=>i=>{let s=""+i,l=s.indexOf(e,t.length);return~l?t+Cu(s,e,n,l)+e:t+s+e},"formatter"),Cu=u((t,e,n,i)=>{let s="",l=0;do s+=t.substring(l,i)+n,l=i+e.length,i=t.indexOf(e,l);while(~i);return s+t.substring(l)},"replaceClose"),fa=u((t=Lu)=>{let e=t?Au:()=>String;return{isColorSupported:t,reset:e("\x1B[0m","\x1B[0m"),bold:e("\x1B[1m","\x1B[22m","\x1B[22m\x1B[1m"),dim:e("\x1B[2m","\x1B[22m","\x1B[22m\x1B[2m"),italic:e("\x1B[3m","\x1B[23m"),underline:e("\x1B[4m","\x1B[24m"),inverse:e("\x1B[7m","\x1B[27m"),hidden:e("\x1B[8m","\x1B[28m"),strikethrough:e("\x1B[9m","\x1B[29m"),black:e("\x1B[30m","\x1B[39m"),red:e("\x1B[31m","\x1B[39m"),green:e("\x1B[32m","\x1B[39m"),yellow:e("\x1B[33m","\x1B[39m"),blue:e("\x1B[34m","\x1B[39m"),magenta:e("\x1B[35m","\x1B[39m"),cyan:e("\x1B[36m","\x1B[39m"),white:e("\x1B[37m","\x1B[39m"),gray:e("\x1B[90m","\x1B[39m"),bgBlack:e("\x1B[40m","\x1B[49m"),bgRed:e("\x1B[41m","\x1B[49m"),bgGreen:e("\x1B[42m","\x1B[49m"),bgYellow:e("\x1B[43m","\x1B[49m"),bgBlue:e("\x1B[44m","\x1B[49m"),bgMagenta:e("\x1B[45m","\x1B[49m"),bgCyan:e("\x1B[46m","\x1B[49m"),bgWhite:e("\x1B[47m","\x1B[49m")}},"createColors");ws.exports=fa(),ws.exports.createColors=fa;var Ea=ws.exports,Vs={exports:{}},Os,da;function wu(){if(da)return Os;da=1;var t=/[|\\{}()[\]^$+*?.]/g;return Os=u(function(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(t,"\\$&")},"escapeStringRegexp"),Os}u(wu,"requireEscapeStringRegexp");var gn={exports:{}},Ms={exports:{}},Us,Ta;function Vu(){return Ta||(Ta=1,Us={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]}),Us}u(Vu,"requireColorName");var Pa;function ma(){if(Pa)return Ms.exports;Pa=1;var t=Vu(),e={};for(var n in t)t.hasOwnProperty(n)&&(e[t[n]]=n);var i=Ms.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 s in i)if(i.hasOwnProperty(s)){if(!("channels"in i[s]))throw new Error("missing channels property: "+s);if(!("labels"in i[s]))throw new Error("missing channel labels property: "+s);if(i[s].labels.length!==i[s].channels)throw new Error("channel and label counts mismatch: "+s);var l=i[s].channels,p=i[s].labels;delete i[s].channels,delete i[s].labels,Object.defineProperty(i[s],"channels",{value:l}),Object.defineProperty(i[s],"labels",{value:p})}i.rgb.hsl=function(a){var c=a[0]/255,E=a[1]/255,f=a[2]/255,T=Math.min(c,E,f),h=Math.max(c,E,f),y=h-T,_,v,Y;return h===T?_=0:c===h?_=(E-f)/y:E===h?_=2+(f-c)/y:f===h&&(_=4+(c-E)/y),_=Math.min(_*60,360),_<0&&(_+=360),Y=(T+h)/2,h===T?v=0:Y<=.5?v=y/(h+T):v=y/(2-h-T),[_,v*100,Y*100]},i.rgb.hsv=function(a){var c,E,f,T,h,y=a[0]/255,_=a[1]/255,v=a[2]/255,Y=Math.max(y,_,v),M=Y-Math.min(y,_,v),V=u(function($){return(Y-$)/6/M+1/2},"diffc");return M===0?T=h=0:(h=M/Y,c=V(y),E=V(_),f=V(v),y===Y?T=f-E:_===Y?T=1/3+c-f:v===Y&&(T=2/3+E-c),T<0?T+=1:T>1&&(T-=1)),[T*360,h*100,Y*100]},i.rgb.hwb=function(a){var c=a[0],E=a[1],f=a[2],T=i.rgb.hsl(a)[0],h=1/255*Math.min(c,Math.min(E,f));return f=1-1/255*Math.max(c,Math.max(E,f)),[T,h*100,f*100]},i.rgb.cmyk=function(a){var c=a[0]/255,E=a[1]/255,f=a[2]/255,T,h,y,_;return _=Math.min(1-c,1-E,1-f),T=(1-c-_)/(1-_)||0,h=(1-E-_)/(1-_)||0,y=(1-f-_)/(1-_)||0,[T*100,h*100,y*100,_*100]};function d(a,c){return Math.pow(a[0]-c[0],2)+Math.pow(a[1]-c[1],2)+Math.pow(a[2]-c[2],2)}return u(d,"comparativeDistance"),i.rgb.keyword=function(a){var c=e[a];if(c)return c;var E=1/0,f;for(var T in t)if(t.hasOwnProperty(T)){var h=t[T],y=d(a,h);y<E&&(E=y,f=T)}return f},i.keyword.rgb=function(a){return t[a]},i.rgb.xyz=function(a){var c=a[0]/255,E=a[1]/255,f=a[2]/255;c=c>.04045?Math.pow((c+.055)/1.055,2.4):c/12.92,E=E>.04045?Math.pow((E+.055)/1.055,2.4):E/12.92,f=f>.04045?Math.pow((f+.055)/1.055,2.4):f/12.92;var T=c*.4124+E*.3576+f*.1805,h=c*.2126+E*.7152+f*.0722,y=c*.0193+E*.1192+f*.9505;return[T*100,h*100,y*100]},i.rgb.lab=function(a){var c=i.rgb.xyz(a),E=c[0],f=c[1],T=c[2],h,y,_;return E/=95.047,f/=100,T/=108.883,E=E>.008856?Math.pow(E,1/3):7.787*E+16/116,f=f>.008856?Math.pow(f,1/3):7.787*f+16/116,T=T>.008856?Math.pow(T,1/3):7.787*T+16/116,h=116*f-16,y=500*(E-f),_=200*(f-T),[h,y,_]},i.hsl.rgb=function(a){var c=a[0]/360,E=a[1]/100,f=a[2]/100,T,h,y,_,v;if(E===0)return v=f*255,[v,v,v];f<.5?h=f*(1+E):h=f+E-f*E,T=2*f-h,_=[0,0,0];for(var Y=0;Y<3;Y++)y=c+1/3*-(Y-1),y<0&&y++,y>1&&y--,6*y<1?v=T+(h-T)*6*y:2*y<1?v=h:3*y<2?v=T+(h-T)*(2/3-y)*6:v=T,_[Y]=v*255;return _},i.hsl.hsv=function(a){var c=a[0],E=a[1]/100,f=a[2]/100,T=E,h=Math.max(f,.01),y,_;return f*=2,E*=f<=1?f:2-f,T*=h<=1?h:2-h,_=(f+E)/2,y=f===0?2*T/(h+T):2*E/(f+E),[c,y*100,_*100]},i.hsv.rgb=function(a){var c=a[0]/60,E=a[1]/100,f=a[2]/100,T=Math.floor(c)%6,h=c-Math.floor(c),y=255*f*(1-E),_=255*f*(1-E*h),v=255*f*(1-E*(1-h));switch(f*=255,T){case 0:return[f,v,y];case 1:return[_,f,y];case 2:return[y,f,v];case 3:return[y,_,f];case 4:return[v,y,f];case 5:return[f,y,_]}},i.hsv.hsl=function(a){var c=a[0],E=a[1]/100,f=a[2]/100,T=Math.max(f,.01),h,y,_;return _=(2-E)*f,h=(2-E)*T,y=E*T,y/=h<=1?h:2-h,y=y||0,_/=2,[c,y*100,_*100]},i.hwb.rgb=function(a){var c=a[0]/360,E=a[1]/100,f=a[2]/100,T=E+f,h,y,_,v;T>1&&(E/=T,f/=T),h=Math.floor(6*c),y=1-f,_=6*c-h,h&1&&(_=1-_),v=E+_*(y-E);var Y,M,V;switch(h){default:case 6:case 0:Y=y,M=v,V=E;break;case 1:Y=v,M=y,V=E;break;case 2:Y=E,M=y,V=v;break;case 3:Y=E,M=v,V=y;break;case 4:Y=v,M=E,V=y;break;case 5:Y=y,M=E,V=v;break}return[Y*255,M*255,V*255]},i.cmyk.rgb=function(a){var c=a[0]/100,E=a[1]/100,f=a[2]/100,T=a[3]/100,h,y,_;return h=1-Math.min(1,c*(1-T)+T),y=1-Math.min(1,E*(1-T)+T),_=1-Math.min(1,f*(1-T)+T),[h*255,y*255,_*255]},i.xyz.rgb=function(a){var c=a[0]/100,E=a[1]/100,f=a[2]/100,T,h,y;return T=c*3.2406+E*-1.5372+f*-.4986,h=c*-.9689+E*1.8758+f*.0415,y=c*.0557+E*-.204+f*1.057,T=T>.0031308?1.055*Math.pow(T,1/2.4)-.055:T*12.92,h=h>.0031308?1.055*Math.pow(h,1/2.4)-.055:h*12.92,y=y>.0031308?1.055*Math.pow(y,1/2.4)-.055:y*12.92,T=Math.min(Math.max(0,T),1),h=Math.min(Math.max(0,h),1),y=Math.min(Math.max(0,y),1),[T*255,h*255,y*255]},i.xyz.lab=function(a){var c=a[0],E=a[1],f=a[2],T,h,y;return c/=95.047,E/=100,f/=108.883,c=c>.008856?Math.pow(c,1/3):7.787*c+16/116,E=E>.008856?Math.pow(E,1/3):7.787*E+16/116,f=f>.008856?Math.pow(f,1/3):7.787*f+16/116,T=116*E-16,h=500*(c-E),y=200*(E-f),[T,h,y]},i.lab.xyz=function(a){var c=a[0],E=a[1],f=a[2],T,h,y;h=(c+16)/116,T=E/500+h,y=h-f/200;var _=Math.pow(h,3),v=Math.pow(T,3),Y=Math.pow(y,3);return h=_>.008856?_:(h-16/116)/7.787,T=v>.008856?v:(T-16/116)/7.787,y=Y>.008856?Y:(y-16/116)/7.787,T*=95.047,h*=100,y*=108.883,[T,h,y]},i.lab.lch=function(a){var c=a[0],E=a[1],f=a[2],T,h,y;return T=Math.atan2(f,E),h=T*360/2/Math.PI,h<0&&(h+=360),y=Math.sqrt(E*E+f*f),[c,y,h]},i.lch.lab=function(a){var c=a[0],E=a[1],f=a[2],T,h,y;return y=f/360*2*Math.PI,T=E*Math.cos(y),h=E*Math.sin(y),[c,T,h]},i.rgb.ansi16=function(a){var c=a[0],E=a[1],f=a[2],T=1 in arguments?arguments[1]:i.rgb.hsv(a)[2];if(T=Math.round(T/50),T===0)return 30;var h=30+(Math.round(f/255)<<2|Math.round(E/255)<<1|Math.round(c/255));return T===2&&(h+=60),h},i.hsv.ansi16=function(a){return i.rgb.ansi16(i.hsv.rgb(a),a[2])},i.rgb.ansi256=function(a){var c=a[0],E=a[1],f=a[2];if(c===E&&E===f)return c<8?16:c>248?231:Math.round((c-8)/247*24)+232;var T=16+36*Math.round(c/255*5)+6*Math.round(E/255*5)+Math.round(f/255*5);return T},i.ansi16.rgb=function(a){var c=a%10;if(c===0||c===7)return a>50&&(c+=3.5),c=c/10.5*255,[c,c,c];var E=(~~(a>50)+1)*.5,f=(c&1)*E*255,T=(c>>1&1)*E*255,h=(c>>2&1)*E*255;return[f,T,h]},i.ansi256.rgb=function(a){if(a>=232){var c=(a-232)*10+8;return[c,c,c]}a-=16;var E,f=Math.floor(a/36)/5*255,T=Math.floor((E=a%36)/6)/5*255,h=E%6/5*255;return[f,T,h]},i.rgb.hex=function(a){var c=((Math.round(a[0])&255)<<16)+((Math.round(a[1])&255)<<8)+(Math.round(a[2])&255),E=c.toString(16).toUpperCase();return"000000".substring(E.length)+E},i.hex.rgb=function(a){var c=a.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!c)return[0,0,0];var E=c[0];c[0].length===3&&(E=E.split("").map(function(_){return _+_}).join(""));var f=parseInt(E,16),T=f>>16&255,h=f>>8&255,y=f&255;return[T,h,y]},i.rgb.hcg=function(a){var c=a[0]/255,E=a[1]/255,f=a[2]/255,T=Math.max(Math.max(c,E),f),h=Math.min(Math.min(c,E),f),y=T-h,_,v;return y<1?_=h/(1-y):_=0,y<=0?v=0:T===c?v=(E-f)/y%6:T===E?v=2+(f-c)/y:v=4+(c-E)/y+4,v/=6,v%=1,[v*360,y*100,_*100]},i.hsl.hcg=function(a){var c=a[1]/100,E=a[2]/100,f=1,T=0;return E<.5?f=2*c*E:f=2*c*(1-E),f<1&&(T=(E-.5*f)/(1-f)),[a[0],f*100,T*100]},i.hsv.hcg=function(a){var c=a[1]/100,E=a[2]/100,f=c*E,T=0;return f<1&&(T=(E-f)/(1-f)),[a[0],f*100,T*100]},i.hcg.rgb=function(a){var c=a[0]/360,E=a[1]/100,f=a[2]/100;if(E===0)return[f*255,f*255,f*255];var T=[0,0,0],h=c%1*6,y=h%1,_=1-y,v=0;switch(Math.floor(h)){case 0:T[0]=1,T[1]=y,T[2]=0;break;case 1:T[0]=_,T[1]=1,T[2]=0;break;case 2:T[0]=0,T[1]=1,T[2]=y;break;case 3:T[0]=0,T[1]=_,T[2]=1;break;case 4:T[0]=y,T[1]=0,T[2]=1;break;default:T[0]=1,T[1]=0,T[2]=_}return v=(1-E)*f,[(E*T[0]+v)*255,(E*T[1]+v)*255,(E*T[2]+v)*255]},i.hcg.hsv=function(a){var c=a[1]/100,E=a[2]/100,f=c+E*(1-c),T=0;return f>0&&(T=c/f),[a[0],T*100,f*100]},i.hcg.hsl=function(a){var c=a[1]/100,E=a[2]/100,f=E*(1-c)+.5*c,T=0;return f>0&&f<.5?T=c/(2*f):f>=.5&&f<1&&(T=c/(2*(1-f))),[a[0],T*100,f*100]},i.hcg.hwb=function(a){var c=a[1]/100,E=a[2]/100,f=c+E*(1-c);return[a[0],(f-c)*100,(1-f)*100]},i.hwb.hcg=function(a){var c=a[1]/100,E=a[2]/100,f=1-E,T=f-c,h=0;return T<1&&(h=(f-T)/(1-T)),[a[0],T*100,h*100]},i.apple.rgb=function(a){return[a[0]/65535*255,a[1]/65535*255,a[2]/65535*255]},i.rgb.apple=function(a){return[a[0]/255*65535,a[1]/255*65535,a[2]/255*65535]},i.gray.rgb=function(a){return[a[0]/100*255,a[0]/100*255,a[0]/100*255]},i.gray.hsl=i.gray.hsv=function(a){return[0,0,a[0]]},i.gray.hwb=function(a){return[0,100,a[0]]},i.gray.cmyk=function(a){return[0,0,0,a[0]]},i.gray.lab=function(a){return[a[0],0,0]},i.gray.hex=function(a){var c=Math.round(a[0]/100*255)&255,E=(c<<16)+(c<<8)+c,f=E.toString(16).toUpperCase();return"000000".substring(f.length)+f},i.rgb.gray=function(a){var c=(a[0]+a[1]+a[2])/3;return[c/255*100]},Ms.exports}u(ma,"requireConversions");var Rs,ya;function Ou(){if(ya)return Rs;ya=1;var t=ma();function e(){for(var l={},p=Object.keys(t),d=p.length,a=0;a<d;a++)l[p[a]]={distance:-1,parent:null};return l}u(e,"buildGraph");function n(l){var p=e(),d=[l];for(p[l].distance=0;d.length;)for(var a=d.pop(),c=Object.keys(t[a]),E=c.length,f=0;f<E;f++){var T=c[f],h=p[T];h.distance===-1&&(h.distance=p[a].distance+1,h.parent=a,d.unshift(T))}return p}u(n,"deriveBFS");function i(l,p){return function(d){return p(l(d))}}u(i,"link");function s(l,p){for(var d=[p[l].parent,l],a=t[p[l].parent][l],c=p[l].parent;p[c].parent;)d.unshift(p[c].parent),a=i(t[p[c].parent][c],a),c=p[c].parent;return a.conversion=d,a}return u(s,"wrapConversion"),Rs=u(function(l){for(var p=n(l),d={},a=Object.keys(p),c=a.length,E=0;E<c;E++){var f=a[E],T=p[f];T.parent!==null&&(d[f]=s(f,p))}return d},"route"),Rs}u(Ou,"requireRoute");var Is,ha;function Mu(){if(ha)return Is;ha=1;var t=ma(),e=Ou(),n={},i=Object.keys(t);function s(p){var d=u(function(a){return a==null?a:(arguments.length>1&&(a=Array.prototype.slice.call(arguments)),p(a))},"wrappedFn");return"conversion"in p&&(d.conversion=p.conversion),d}u(s,"wrapRaw");function l(p){var d=u(function(a){if(a==null)return a;arguments.length>1&&(a=Array.prototype.slice.call(arguments));var c=p(a);if(typeof c=="object")for(var E=c.length,f=0;f<E;f++)c[f]=Math.round(c[f]);return c},"wrappedFn");return"conversion"in p&&(d.conversion=p.conversion),d}return u(l,"wrapRounded"),i.forEach(function(p){n[p]={},Object.defineProperty(n[p],"channels",{value:t[p].channels}),Object.defineProperty(n[p],"labels",{value:t[p].labels});var d=e(p),a=Object.keys(d);a.forEach(function(c){var E=d[c];n[p][c]=l(E),n[p][c].raw=s(E)})}),Is=n,Is}u(Mu,"requireColorConvert"),gn.exports;var _a;function Uu(){return _a||(_a=1,function(t){const e=Mu(),n=u((p,d)=>function(){return`\x1B[${p.apply(e,arguments)+d}m`},"wrapAnsi16"),i=u((p,d)=>function(){const a=p.apply(e,arguments);return`\x1B[${38+d};5;${a}m`},"wrapAnsi256"),s=u((p,d)=>function(){const a=p.apply(e,arguments);return`\x1B[${38+d};2;${a[0]};${a[1]};${a[2]}m`},"wrapAnsi16m");function l(){const p=new Map,d={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]}};d.color.grey=d.color.gray;for(const E of Object.keys(d)){const f=d[E];for(const T of Object.keys(f)){const h=f[T];d[T]={open:`\x1B[${h[0]}m`,close:`\x1B[${h[1]}m`},f[T]=d[T],p.set(h[0],h[1])}Object.defineProperty(d,E,{value:f,enumerable:!1}),Object.defineProperty(d,"codes",{value:p,enumerable:!1})}const a=u(E=>E,"ansi2ansi"),c=u((E,f,T)=>[E,f,T],"rgb2rgb");d.color.close="\x1B[39m",d.bgColor.close="\x1B[49m",d.color.ansi={ansi:n(a,0)},d.color.ansi256={ansi256:i(a,0)},d.color.ansi16m={rgb:s(c,0)},d.bgColor.ansi={ansi:n(a,10)},d.bgColor.ansi256={ansi256:i(a,10)},d.bgColor.ansi16m={rgb:s(c,10)};for(let E of Object.keys(e)){if(typeof e[E]!="object")continue;const f=e[E];E==="ansi16"&&(E="ansi"),"ansi16"in f&&(d.color.ansi[E]=n(f.ansi16,0),d.bgColor.ansi[E]=n(f.ansi16,10)),"ansi256"in f&&(d.color.ansi256[E]=i(f.ansi256,0),d.bgColor.ansi256[E]=i(f.ansi256,10)),"rgb"in f&&(d.color.ansi16m[E]=s(f.rgb,0),d.bgColor.ansi16m[E]=s(f.rgb,10))}return d}u(l,"assembleStyles"),Object.defineProperty(t,"exports",{enumerable:!0,get:l})}(gn)),gn.exports}u(Uu,"requireAnsiStyles");var xs,ba;function Ru(){return ba||(ba=1,xs=u((t,e)=>{e=e||process.argv;const n=t.startsWith("-")?"":t.length===1?"-":"--",i=e.indexOf(n+t),s=e.indexOf("--");return i!==-1&&(s===-1?!0:i<s)},"hasFlag")),xs}u(Ru,"requireHasFlag");var Ds,ga;function Iu(){if(ga)return Ds;ga=1;const t=Zc,e=Ru(),n=process.env;let i;e("no-color")||e("no-colors")||e("color=false")?i=!1:(e("color")||e("colors")||e("color=true")||e("color=always"))&&(i=!0),"FORCE_COLOR"in n&&(i=n.FORCE_COLOR.length===0||parseInt(n.FORCE_COLOR,10)!==0);function s(d){return d===0?!1:{level:d,hasBasic:!0,has256:d>=2,has16m:d>=3}}u(s,"translateLevel");function l(d){if(i===!1)return 0;if(e("color=16m")||e("color=full")||e("color=truecolor"))return 3;if(e("color=256"))return 2;if(d&&!d.isTTY&&i!==!0)return 0;const a=i?1:0;if(process.platform==="win32"){const c=t.release().split(".");return Number(process.versions.node.split(".")[0])>=8&&Number(c[0])>=10&&Number(c[2])>=10586?Number(c[2])>=14931?3:2:1}if("CI"in n)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some(c=>c in n)||n.CI_NAME==="codeship"?1:a;if("TEAMCITY_VERSION"in n)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(n.TEAMCITY_VERSION)?1:0;if(n.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in n){const c=parseInt((n.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(n.TERM_PROGRAM){case"iTerm.app":return c>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(n.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(n.TERM)||"COLORTERM"in n?1:(n.TERM==="dumb",a)}u(l,"supportsColor");function p(d){const a=l(d);return s(a)}return u(p,"getSupportLevel"),Ds={supportsColor:p,stdout:p(process.stdout),stderr:p(process.stderr)},Ds}u(Iu,"requireSupportsColor");var Fs,va;function xu(){if(va)return Fs;va=1;const t=/(?:\\(u[a-f\d]{4}|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi,e=/(?:^|\.)(\w+)(?:\(([^)]*)\))?/g,n=/^(['"])((?:\\.|(?!\1)[^\\])*)\1$/,i=/\\(u[a-f\d]{4}|x[a-f\d]{2}|.)|([^\\])/gi,s=new Map([["n",`
|
|
2
|
+
`],["r","\r"],["t"," "],["b","\b"],["f","\f"],["v","\v"],["0","\0"],["\\","\\"],["e","\x1B"],["a","\x07"]]);function l(c){return c[0]==="u"&&c.length===5||c[0]==="x"&&c.length===3?String.fromCharCode(parseInt(c.slice(1),16)):s.get(c)||c}u(l,"unescape");function p(c,E){const f=[],T=E.trim().split(/\s*,\s*/g);let h;for(const y of T)if(!isNaN(y))f.push(Number(y));else if(h=y.match(n))f.push(h[2].replace(i,(_,v,Y)=>v?l(v):Y));else throw new Error(`Invalid Chalk template style argument: ${y} (in style '${c}')`);return f}u(p,"parseArguments");function d(c){e.lastIndex=0;const E=[];let f;for(;(f=e.exec(c))!==null;){const T=f[1];if(f[2]){const h=p(T,f[2]);E.push([T].concat(h))}else E.push([T])}return E}u(d,"parseStyle");function a(c,E){const f={};for(const h of E)for(const y of h.styles)f[y[0]]=h.inverse?null:y.slice(1);let T=c;for(const h of Object.keys(f))if(Array.isArray(f[h])){if(!(h in T))throw new Error(`Unknown Chalk style: ${h}`);f[h].length>0?T=T[h].apply(T,f[h]):T=T[h]}return T}return u(a,"buildStyle"),Fs=u((c,E)=>{const f=[],T=[];let h=[];if(E.replace(t,(y,_,v,Y,M,V)=>{if(_)h.push(l(_));else if(Y){const $=h.join("");h=[],T.push(f.length===0?$:a(c,f)($)),f.push({inverse:v,styles:d(Y)})}else if(M){if(f.length===0)throw new Error("Found extraneous } in Chalk template literal");T.push(a(c,f)(h.join(""))),h=[],f.pop()}else h.push(V)}),T.push(h.join("")),f.length>0){const y=`Chalk template literal is missing ${f.length} closing bracket${f.length===1?"":"s"} (\`}\`)`;throw new Error(y)}return T.join("")},"templates"),Fs}u(xu,"requireTemplates");var Sa;function Du(){return Sa||(Sa=1,function(t){const e=wu(),n=Uu(),i=Iu().stdout,s=xu(),l=process.platform==="win32"&&!(process.env.TERM||"").toLowerCase().startsWith("xterm"),p=["ansi","ansi","ansi256","ansi16m"],d=new Set(["gray"]),a=Object.create(null);function c(_,v){v=v||{};const Y=i?i.level:0;_.level=v.level===void 0?Y:v.level,_.enabled="enabled"in v?v.enabled:_.level>0}u(c,"applyOptions");function E(_){if(!this||!(this instanceof E)||this.template){const v={};return c(v,_),v.template=function(){const Y=[].slice.call(arguments);return y.apply(null,[v.template].concat(Y))},Object.setPrototypeOf(v,E.prototype),Object.setPrototypeOf(v.template,v),v.template.constructor=E,v.template}c(this,_)}u(E,"Chalk"),l&&(n.blue.open="\x1B[94m");for(const _ of Object.keys(n))n[_].closeRe=new RegExp(e(n[_].close),"g"),a[_]={get(){const v=n[_];return T.call(this,this._styles?this._styles.concat(v):[v],this._empty,_)}};a.visible={get(){return T.call(this,this._styles||[],!0,"visible")}},n.color.closeRe=new RegExp(e(n.color.close),"g");for(const _ of Object.keys(n.color.ansi))d.has(_)||(a[_]={get(){const v=this.level;return function(){const M={open:n.color[p[v]][_].apply(null,arguments),close:n.color.close,closeRe:n.color.closeRe};return T.call(this,this._styles?this._styles.concat(M):[M],this._empty,_)}}});n.bgColor.closeRe=new RegExp(e(n.bgColor.close),"g");for(const _ of Object.keys(n.bgColor.ansi)){if(d.has(_))continue;const v="bg"+_[0].toUpperCase()+_.slice(1);a[v]={get(){const Y=this.level;return function(){const V={open:n.bgColor[p[Y]][_].apply(null,arguments),close:n.bgColor.close,closeRe:n.bgColor.closeRe};return T.call(this,this._styles?this._styles.concat(V):[V],this._empty,_)}}}}const f=Object.defineProperties(()=>{},a);function T(_,v,Y){const M=u(function(){return h.apply(M,arguments)},"builder");M._styles=_,M._empty=v;const V=this;return Object.defineProperty(M,"level",{enumerable:!0,get(){return V.level},set($){V.level=$}}),Object.defineProperty(M,"enabled",{enumerable:!0,get(){return V.enabled},set($){V.enabled=$}}),M.hasGrey=this.hasGrey||Y==="gray"||Y==="grey",M.__proto__=f,M}u(T,"build");function h(){const _=arguments,v=_.length;let Y=String(arguments[0]);if(v===0)return"";if(v>1)for(let V=1;V<v;V++)Y+=" "+_[V];if(!this.enabled||this.level<=0||!Y)return this._empty?"":Y;const M=n.dim.open;l&&this.hasGrey&&(n.dim.open="");for(const V of this._styles.slice().reverse())Y=V.open+Y.replace(V.closeRe,V.open)+V.close,Y=Y.replace(/\r?\n/g,`${V.close}$&${V.open}`);return n.dim.open=M,Y}u(h,"applyStyle");function y(_,v){if(!Array.isArray(v))return[].slice.call(arguments,1).join(" ");const Y=[].slice.call(arguments,2),M=[v.raw[0]];for(let V=1;V<v.length;V++)M.push(String(Y[V-1]).replace(/[{}\\]/g,"\\$&")),M.push(String(v.raw[V]));return s(_,M.join(""))}u(y,"chalkTag"),Object.defineProperties(E.prototype,a),t.exports=E(),t.exports.supportsColor=i,t.exports.default=t.exports}(Vs)),Vs.exports}u(Du,"requireChalk"),Object.defineProperty(ir,"__esModule",{value:!0}),ir.default=Wu,ir.shouldHighlight=Oa;var Ya=_n,La=na,$s=Fu(Ea,!0);function Aa(t){if(typeof WeakMap!="function")return null;var e=new WeakMap,n=new WeakMap;return(Aa=u(function(i){return i?n:e},"_getRequireWildcardCache$1"))(t)}u(Aa,"_getRequireWildcardCache$1");function Fu(t,e){if(t===null||typeof t!="object"&&typeof t!="function")return{default:t};var n=Aa(e);if(n&&n.has(t))return n.get(t);var i={__proto__:null},s=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var l in t)if(l!=="default"&&{}.hasOwnProperty.call(t,l)){var p=s?Object.getOwnPropertyDescriptor(t,l):null;p&&(p.get||p.set)?Object.defineProperty(i,l,p):i[l]=t[l]}return i.default=t,n&&n.set(t,i),i}u(Fu,"_interopRequireWildcard$1");const Ca=typeof process=="object"&&(process.env.FORCE_COLOR==="0"||process.env.FORCE_COLOR==="false")?(0,$s.createColors)(!1):$s.default,wa=u((t,e)=>n=>t(e(n)),"compose$1"),$u=new Set(["as","async","from","get","of","set"]);function ku(t){return{keyword:t.cyan,capitalized:t.yellow,jsxIdentifier:t.yellow,punctuator:t.yellow,number:t.magenta,string:t.green,regex:t.magenta,comment:t.gray,invalid:wa(wa(t.white,t.bgRed),t.bold)}}u(ku,"getDefs$1");const Nu=/\r\n|[\n\r\u2028\u2029]/,Bu=/^[()[\]{}]$/;let Va;{const t=/^[a-z][\w-]*$/i,e=u(function(n,i,s){if(n.type==="name"){if((0,La.isKeyword)(n.value)||(0,La.isStrictReservedWord)(n.value,!0)||$u.has(n.value))return"keyword";if(t.test(n.value)&&(s[i-1]==="<"||s.slice(i-2,i)==="</"))return"jsxIdentifier";if(n.value[0]!==n.value[0].toLowerCase())return"capitalized"}return n.type==="punctuator"&&Bu.test(n.value)?"bracket":n.type==="invalid"&&(n.value==="@"||n.value==="#")?"punctuator":n.type},"getTokenType");Va=u(function*(n){let i;for(;i=Ya.default.exec(n);){const s=Ya.matchToToken(i);yield{type:e(s,i.index,n),value:s.value}}},"tokenize")}function ju(t,e){let n="";for(const{type:i,value:s}of Va(e)){const l=t[i];l?n+=s.split(Nu).map(p=>l(p)).join(`
|
|
3
|
+
`):n+=s}return n}u(ju,"highlightTokens");function Oa(t){return Ca.isColorSupported||t.forceColor}u(Oa,"shouldHighlight");let ks;function Gu(t){if(t){var e;return(e=ks)!=null||(ks=(0,$s.createColors)(!0)),ks}return Ca}u(Gu,"getColors$1");function Wu(t,e={}){if(t!==""&&Oa(e)){const n=ku(Gu(e.forceColor));return ju(n,t)}else return t}u(Wu,"highlight");{let t,e;ir.getChalk=({forceColor:n})=>{var i;if((i=t)!=null||(t=Du()),n){var s;return(s=e)!=null||(e=new t.constructor({enabled:!0,level:1})),e}return t}}Object.defineProperty(Ys,"__esModule",{value:!0});var Hu=Ys.codeFrameColumns=Da;Ys.default=Qu;var Ma=ir,Ns=Ku(Ea,!0);function Ua(t){if(typeof WeakMap!="function")return null;var e=new WeakMap,n=new WeakMap;return(Ua=u(function(i){return i?n:e},"_getRequireWildcardCache"))(t)}u(Ua,"_getRequireWildcardCache");function Ku(t,e){if(t===null||typeof t!="object"&&typeof t!="function")return{default:t};var n=Ua(e);if(n&&n.has(t))return n.get(t);var i={__proto__:null},s=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var l in t)if(l!=="default"&&{}.hasOwnProperty.call(t,l)){var p=s?Object.getOwnPropertyDescriptor(t,l):null;p&&(p.get||p.set)?Object.defineProperty(i,l,p):i[l]=t[l]}return i.default=t,n&&n.set(t,i),i}u(Ku,"_interopRequireWildcard");const Xu=typeof process=="object"&&(process.env.FORCE_COLOR==="0"||process.env.FORCE_COLOR==="false")?(0,Ns.createColors)(!1):Ns.default,Ra=u((t,e)=>n=>t(e(n)),"compose");let Bs;function qu(t){if(t){var e;return(e=Bs)!=null||(Bs=(0,Ns.createColors)(!0)),Bs}return Xu}u(qu,"getColors");let Ia=!1;function zu(t){return{gutter:t.gray,marker:Ra(t.red,t.bold),message:Ra(t.red,t.bold)}}u(zu,"getDefs");const xa=/\r\n|[\n\r\u2028\u2029]/;function Ju(t,e,n){const i=Object.assign({column:0,line:-1},t.start),s=Object.assign({},i,t.end),{linesAbove:l=2,linesBelow:p=3}=n||{},d=i.line,a=i.column,c=s.line,E=s.column;let f=Math.max(d-(l+1),0),T=Math.min(e.length,c+p);d===-1&&(f=0),c===-1&&(T=e.length);const h=c-d,y={};if(h)for(let _=0;_<=h;_++){const v=_+d;if(!a)y[v]=!0;else if(_===0){const Y=e[v-1].length;y[v]=[a,Y-a+1]}else if(_===h)y[v]=[0,E];else{const Y=e[v-_].length;y[v]=[0,Y]}}else a===E?a?y[d]=[a,0]:y[d]=!0:y[d]=[a,E-a];return{start:f,end:T,markerLines:y}}u(Ju,"getMarkerLines");function Da(t,e,n={}){const i=(n.highlightCode||n.forceColor)&&(0,Ma.shouldHighlight)(n),s=qu(n.forceColor),l=zu(s),p=u((_,v)=>i?_(v):v,"maybeHighlight"),d=t.split(xa),{start:a,end:c,markerLines:E}=Ju(e,d,n),f=e.start&&typeof e.start.column=="number",T=String(c).length;let y=(i?(0,Ma.default)(t,n):t).split(xa,c).slice(a,c).map((_,v)=>{const Y=a+1+v,V=` ${` ${Y}`.slice(-T)} |`,$=E[Y],se=!E[Y+1];if($){let ce="";if(Array.isArray($)){const Pe=_.slice(0,Math.max($[0]-1,0)).replace(/[^\t]/g," "),dt=$[1]||1;ce=[`
|
|
4
|
+
`,p(l.gutter,V.replace(/\d/g," "))," ",Pe,p(l.marker,"^").repeat(dt)].join(""),se&&n.message&&(ce+=" "+p(l.message,n.message))}return[p(l.marker,">"),p(l.gutter,V),_.length>0?` ${_}`:"",ce].join("")}else return` ${p(l.gutter,V)}${_.length>0?` ${_}`:""}`}).join(`
|
|
5
|
+
`);return n.message&&!f&&(y=`${" ".repeat(T+1)}${n.message}
|
|
6
|
+
${y}`),i?s.reset(y):y}u(Da,"codeFrameColumns");function Qu(t,e,n,i={}){if(!Ia){Ia=!0;const l="Passing lineNumber and colNumber is deprecated to @babel/code-frame. Please use `codeFrameColumns`.";if(process.emitWarning)process.emitWarning(l,"DeprecationWarning");else{const p=new Error(l);p.name="DeprecationWarning",console.warn(new Error(l))}}return n=Math.max(n,0),Da(t,{start:{column:n,line:e}},i)}u(Qu,"_default");const Fa=u((t,e,n)=>n<0?-1:t.lastIndexOf(e,n),"safeLastIndexOf");function Zu(t,e){const n=Fa(t,`
|
|
7
|
+
`,e-1),i=e-n-1;let s=0;for(let l=n;l>=0;l=Fa(t,`
|
|
8
|
+
`,l-1))s++;return{line:s,column:i}}u(Zu,"getPosition");function $a(t,e,{oneBased:n=!1}={}){if(e<0||e>=t.length&&t.length>0)throw new RangeError("Index out of bounds");const i=Zu(t,e);return n?{line:i.line+1,column:i.column+1}:i}u($a,"indexToLineColumn");const ep=u(t=>`\\u{${t.codePointAt(0).toString(16)}}`,"getCodePoint");class yo extends Error{static{u(this,"JSONError")}name="JSONError";fileName;codeFrame;rawCodeFrame;#n;constructor(e){super(),this.#n=e,Error.captureStackTrace?.(this,yo)}get message(){const{fileName:e,codeFrame:n}=this;return`${this.#n}${e?` in ${e}`:""}${n?`
|
|
9
|
+
|
|
10
|
+
${n}
|
|
11
|
+
`:""}`}set message(e){this.#n=e}}const ka=u((t,e,n=!0)=>Hu(t,{start:e},{highlightCode:n}),"generateCodeFrame"),tp=u((t,e)=>{const n=e.match(/in JSON at position (?<index>\d+)(?: \(line (?<line>\d+) column (?<column>\d+)\))?$/);if(!n)return;let{index:i,line:s,column:l}=n.groups;if(s&&l)return{line:Number(s),column:Number(l)};if(i=Number(i),i===t.length){const{line:p,column:d}=$a(t,t.length-1,{oneBased:!0});return{line:p,column:d+1}}return $a(t,i,{oneBased:!0})},"getErrorLocation"),rp=u(t=>t.replace(/(?<=^Unexpected token )(?<quote>')?(.)\k<quote>/,(e,n,i)=>`"${i}"(${ep(i)})`),"addCodePointToUnexpectedToken");function np(t,e,n){let i;try{return JSON.parse(t,e)}catch(p){i=p.message}let s;t?(s=tp(t,i),i=rp(i)):i+=" while parsing empty string";const l=new yo(i);throw l.fileName=n,s&&(l.codeFrame=ka(t,s),l.rawCodeFrame=ka(t,s,!1)),l}u(np,"parseJson");const ip=typeof process=="object"&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...t)=>console.error("SEMVER",...t):()=>{};var Na=ip;const sp="2.0.0",Ba=256,op=Number.MAX_SAFE_INTEGER||9007199254740991,ap=16,lp=Ba-6,cp=["major","premajor","minor","preminor","patch","prepatch","prerelease"];var ja={MAX_LENGTH:Ba,MAX_SAFE_COMPONENT_LENGTH:ap,MAX_SAFE_BUILD_LENGTH:lp,MAX_SAFE_INTEGER:op,RELEASE_TYPES:cp,SEMVER_SPEC_VERSION:sp,FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2},js={exports:{}};(function(t,e){const{MAX_SAFE_COMPONENT_LENGTH:n,MAX_SAFE_BUILD_LENGTH:i,MAX_LENGTH:s}=ja,l=Na;e=t.exports={};const p=e.re=[],d=e.safeRe=[],a=e.src=[],c=e.t={};let E=0;const f="[a-zA-Z0-9-]",T=[["\\s",1],["\\d",s],[f,i]],h=u(_=>{for(const[v,Y]of T)_=_.split(`${v}*`).join(`${v}{0,${Y}}`).split(`${v}+`).join(`${v}{1,${Y}}`);return _},"makeSafeRegex"),y=u((_,v,Y)=>{const M=h(v),V=E++;l(_,V,v),c[_]=V,a[V]=v,p[V]=new RegExp(v,Y?"g":void 0),d[V]=new RegExp(M,Y?"g":void 0)},"createToken");y("NUMERICIDENTIFIER","0|[1-9]\\d*"),y("NUMERICIDENTIFIERLOOSE","\\d+"),y("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${f}*`),y("MAINVERSION",`(${a[c.NUMERICIDENTIFIER]})\\.(${a[c.NUMERICIDENTIFIER]})\\.(${a[c.NUMERICIDENTIFIER]})`),y("MAINVERSIONLOOSE",`(${a[c.NUMERICIDENTIFIERLOOSE]})\\.(${a[c.NUMERICIDENTIFIERLOOSE]})\\.(${a[c.NUMERICIDENTIFIERLOOSE]})`),y("PRERELEASEIDENTIFIER",`(?:${a[c.NUMERICIDENTIFIER]}|${a[c.NONNUMERICIDENTIFIER]})`),y("PRERELEASEIDENTIFIERLOOSE",`(?:${a[c.NUMERICIDENTIFIERLOOSE]}|${a[c.NONNUMERICIDENTIFIER]})`),y("PRERELEASE",`(?:-(${a[c.PRERELEASEIDENTIFIER]}(?:\\.${a[c.PRERELEASEIDENTIFIER]})*))`),y("PRERELEASELOOSE",`(?:-?(${a[c.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${a[c.PRERELEASEIDENTIFIERLOOSE]})*))`),y("BUILDIDENTIFIER",`${f}+`),y("BUILD",`(?:\\+(${a[c.BUILDIDENTIFIER]}(?:\\.${a[c.BUILDIDENTIFIER]})*))`),y("FULLPLAIN",`v?${a[c.MAINVERSION]}${a[c.PRERELEASE]}?${a[c.BUILD]}?`),y("FULL",`^${a[c.FULLPLAIN]}$`),y("LOOSEPLAIN",`[v=\\s]*${a[c.MAINVERSIONLOOSE]}${a[c.PRERELEASELOOSE]}?${a[c.BUILD]}?`),y("LOOSE",`^${a[c.LOOSEPLAIN]}$`),y("GTLT","((?:<|>)?=?)"),y("XRANGEIDENTIFIERLOOSE",`${a[c.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),y("XRANGEIDENTIFIER",`${a[c.NUMERICIDENTIFIER]}|x|X|\\*`),y("XRANGEPLAIN",`[v=\\s]*(${a[c.XRANGEIDENTIFIER]})(?:\\.(${a[c.XRANGEIDENTIFIER]})(?:\\.(${a[c.XRANGEIDENTIFIER]})(?:${a[c.PRERELEASE]})?${a[c.BUILD]}?)?)?`),y("XRANGEPLAINLOOSE",`[v=\\s]*(${a[c.XRANGEIDENTIFIERLOOSE]})(?:\\.(${a[c.XRANGEIDENTIFIERLOOSE]})(?:\\.(${a[c.XRANGEIDENTIFIERLOOSE]})(?:${a[c.PRERELEASELOOSE]})?${a[c.BUILD]}?)?)?`),y("XRANGE",`^${a[c.GTLT]}\\s*${a[c.XRANGEPLAIN]}$`),y("XRANGELOOSE",`^${a[c.GTLT]}\\s*${a[c.XRANGEPLAINLOOSE]}$`),y("COERCEPLAIN",`(^|[^\\d])(\\d{1,${n}})(?:\\.(\\d{1,${n}}))?(?:\\.(\\d{1,${n}}))?`),y("COERCE",`${a[c.COERCEPLAIN]}(?:$|[^\\d])`),y("COERCEFULL",a[c.COERCEPLAIN]+`(?:${a[c.PRERELEASE]})?(?:${a[c.BUILD]})?(?:$|[^\\d])`),y("COERCERTL",a[c.COERCE],!0),y("COERCERTLFULL",a[c.COERCEFULL],!0),y("LONETILDE","(?:~>?)"),y("TILDETRIM",`(\\s*)${a[c.LONETILDE]}\\s+`,!0),e.tildeTrimReplace="$1~",y("TILDE",`^${a[c.LONETILDE]}${a[c.XRANGEPLAIN]}$`),y("TILDELOOSE",`^${a[c.LONETILDE]}${a[c.XRANGEPLAINLOOSE]}$`),y("LONECARET","(?:\\^)"),y("CARETTRIM",`(\\s*)${a[c.LONECARET]}\\s+`,!0),e.caretTrimReplace="$1^",y("CARET",`^${a[c.LONECARET]}${a[c.XRANGEPLAIN]}$`),y("CARETLOOSE",`^${a[c.LONECARET]}${a[c.XRANGEPLAINLOOSE]}$`),y("COMPARATORLOOSE",`^${a[c.GTLT]}\\s*(${a[c.LOOSEPLAIN]})$|^$`),y("COMPARATOR",`^${a[c.GTLT]}\\s*(${a[c.FULLPLAIN]})$|^$`),y("COMPARATORTRIM",`(\\s*)${a[c.GTLT]}\\s*(${a[c.LOOSEPLAIN]}|${a[c.XRANGEPLAIN]})`,!0),e.comparatorTrimReplace="$1$2$3",y("HYPHENRANGE",`^\\s*(${a[c.XRANGEPLAIN]})\\s+-\\s+(${a[c.XRANGEPLAIN]})\\s*$`),y("HYPHENRANGELOOSE",`^\\s*(${a[c.XRANGEPLAINLOOSE]})\\s+-\\s+(${a[c.XRANGEPLAINLOOSE]})\\s*$`),y("STAR","(<|>)?=?\\s*\\*"),y("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),y("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")})(js,js.exports);var up=js.exports;const pp=Object.freeze({loose:!0}),fp=Object.freeze({}),Ep=u(t=>t?typeof t!="object"?pp:t:fp,"parseOptions$1");var dp=Ep;const Ga=/^[0-9]+$/,Wa=u((t,e)=>{const n=Ga.test(t),i=Ga.test(e);return n&&i&&(t=+t,e=+e),t===e?0:n&&!i?-1:i&&!n?1:t<e?-1:1},"compareIdentifiers$1"),Tp=u((t,e)=>Wa(e,t),"rcompareIdentifiers");var Pp={compareIdentifiers:Wa,rcompareIdentifiers:Tp};const vn=Na,{MAX_LENGTH:Ha,MAX_SAFE_INTEGER:Sn}=ja,{safeRe:Ka,t:Xa}=up,mp=dp,{compareIdentifiers:yt}=Pp;let yp=class De{static{u(this,"SemVer")}constructor(e,n){if(n=mp(n),e instanceof De){if(e.loose===!!n.loose&&e.includePrerelease===!!n.includePrerelease)return e;e=e.version}else if(typeof e!="string")throw new TypeError(`Invalid version. Must be a string. Got type "${typeof e}".`);if(e.length>Ha)throw new TypeError(`version is longer than ${Ha} characters`);vn("SemVer",e,n),this.options=n,this.loose=!!n.loose,this.includePrerelease=!!n.includePrerelease;const i=e.trim().match(n.loose?Ka[Xa.LOOSE]:Ka[Xa.FULL]);if(!i)throw new TypeError(`Invalid Version: ${e}`);if(this.raw=e,this.major=+i[1],this.minor=+i[2],this.patch=+i[3],this.major>Sn||this.major<0)throw new TypeError("Invalid major version");if(this.minor>Sn||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>Sn||this.patch<0)throw new TypeError("Invalid patch version");i[4]?this.prerelease=i[4].split(".").map(s=>{if(/^[0-9]+$/.test(s)){const l=+s;if(l>=0&&l<Sn)return l}return s}):this.prerelease=[],this.build=i[5]?i[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(e){if(vn("SemVer.compare",this.version,this.options,e),!(e instanceof De)){if(typeof e=="string"&&e===this.version)return 0;e=new De(e,this.options)}return e.version===this.version?0:this.compareMain(e)||this.comparePre(e)}compareMain(e){return e instanceof De||(e=new De(e,this.options)),yt(this.major,e.major)||yt(this.minor,e.minor)||yt(this.patch,e.patch)}comparePre(e){if(e instanceof De||(e=new De(e,this.options)),this.prerelease.length&&!e.prerelease.length)return-1;if(!this.prerelease.length&&e.prerelease.length)return 1;if(!this.prerelease.length&&!e.prerelease.length)return 0;let n=0;do{const i=this.prerelease[n],s=e.prerelease[n];if(vn("prerelease compare",n,i,s),i===void 0&&s===void 0)return 0;if(s===void 0)return 1;if(i===void 0)return-1;if(i===s)continue;return yt(i,s)}while(++n)}compareBuild(e){e instanceof De||(e=new De(e,this.options));let n=0;do{const i=this.build[n],s=e.build[n];if(vn("build compare",n,i,s),i===void 0&&s===void 0)return 0;if(s===void 0)return 1;if(i===void 0)return-1;if(i===s)continue;return yt(i,s)}while(++n)}inc(e,n,i){switch(e){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",n,i);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",n,i);break;case"prepatch":this.prerelease.length=0,this.inc("patch",n,i),this.inc("pre",n,i);break;case"prerelease":this.prerelease.length===0&&this.inc("patch",n,i),this.inc("pre",n,i);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 s=Number(i)?1:0;if(!n&&i===!1)throw new Error("invalid increment argument: identifier is empty");if(this.prerelease.length===0)this.prerelease=[s];else{let l=this.prerelease.length;for(;--l>=0;)typeof this.prerelease[l]=="number"&&(this.prerelease[l]++,l=-2);if(l===-1){if(n===this.prerelease.join(".")&&i===!1)throw new Error("invalid increment argument: identifier already exists");this.prerelease.push(s)}}if(n){let l=[n,s];i===!1&&(l=[n]),yt(this.prerelease[0],n)===0?isNaN(this.prerelease[1])&&(this.prerelease=l):this.prerelease=l}break}default:throw new Error(`invalid increment argument: ${e}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}};var hp=yp;const qa=hp,_p=u((t,e,n=!1)=>{if(t instanceof qa)return t;try{return new qa(t,e)}catch(i){if(!n)return null;throw i}},"parse$6");var za=_p;const bp=za,gp=u((t,e)=>{const n=bp(t,e);return n?n.version:null},"valid$1");var vp=gp;const Sp=za,Yp=u((t,e)=>{const n=Sp(t.trim().replace(/^[=v]+/,""),e);return n?n.version:null},"clean");var Lp=Yp,Ja=["0BSD","3D-Slicer-1.0","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","AMD-newlib","AMDPLPA","AML","AML-glslang","AMPAS","ANTLR-PD","ANTLR-PD-fallback","APAFML","APL-1.0","APSL-1.0","APSL-1.1","APSL-1.2","APSL-2.0","ASWF-Digital-Assets-1.0","ASWF-Digital-Assets-1.1","Abstyles","AdaCore-doc","Adobe-2006","Adobe-Display-PostScript","Adobe-Glyph","Adobe-Utopia","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-Darwin","BSD-2-Clause-Patent","BSD-2-Clause-Views","BSD-2-Clause-first-lines","BSD-3-Clause","BSD-3-Clause-Attribution","BSD-3-Clause-Clear","BSD-3-Clause-HP","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-3-Clause-Sun","BSD-3-Clause-acpica","BSD-3-Clause-flex","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-Inferno-Nettverk","BSD-Protection","BSD-Source-Code","BSD-Source-beginning-file","BSD-Systemics","BSD-Systemics-W3Works","BSL-1.0","BUSL-1.1","Baekmuk","Bahyph","Barr","Beerware","BitTorrent-1.0","BitTorrent-1.1","Bitstream-Charter","Bitstream-Vera","BlueOak-1.0.0","Boehm-GC","Borceux","Brian-Gladman-2-Clause","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-AU","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-3.0-IGO","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","CMU-Mach-nodoc","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","Caldera-no-preamble","Catharon","ClArtistic","Clips","Community-Spec-1.0","Condor-1.1","Cornell-Lossless-JPEG","Cronyx","Crossword","CrystalStacker","Cube","D-FSL-1.0","DEC-3-Clause","DL-DE-BY-2.0","DL-DE-ZERO-2.0","DOC","DRL-1.0","DRL-1.1","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","FBM","FDK-AAC","FSFAP","FSFAP-no-warranty-disclaimer","FSFUL","FSFULLR","FSFULLRWD","FTL","Fair","Ferguson-Twofish","Frameworx-1.0","FreeBSD-DOC","FreeImage","Furuseth","GCR-docs","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","Gutmann","HP-1986","HP-1989","HPND","HPND-DEC","HPND-Fenneberg-Livingston","HPND-INRIA-IMAG","HPND-Intel","HPND-Kevlin-Henney","HPND-MIT-disclaimer","HPND-Markus-Kuhn","HPND-Pbmplus","HPND-UC","HPND-UC-export-US","HPND-doc","HPND-doc-sell","HPND-export-US","HPND-export-US-acknowledgement","HPND-export-US-modify","HPND-export2-US","HPND-merchantability-variant","HPND-sell-MIT-disclaimer-xserver","HPND-sell-regexpr","HPND-sell-variant","HPND-sell-variant-MIT-disclaimer","HPND-sell-variant-MIT-disclaimer-rev","HTMLTIDY","HaskellReport","Hippocratic-2.1","IBM-pibs","ICU","IEC-Code-Components-EULA","IJG","IJG-short","IPA","IPL-1.0","ISC","ISC-Veillard","ImageMagick","Imlib2","Info-ZIP","Inner-Net-2.0","Intel","Intel-ACPI","Interbase-1.0","JPL-image","JPNIC","JSON","Jam","JasPer-2.0","Kastrup","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","LPD-document","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","Latex2e-translated-notice","Leptonica","LiLiQ-P-1.1","LiLiQ-R-1.1","LiLiQ-Rplus-1.1","Libpng","Linux-OpenIB","Linux-man-pages-1-para","Linux-man-pages-copyleft","Linux-man-pages-copyleft-2-para","Linux-man-pages-copyleft-var","Lucida-Bitmap-Fonts","MIT","MIT-0","MIT-CMU","MIT-Festival","MIT-Khronos-old","MIT-Modern-Variant","MIT-Wu","MIT-advertising","MIT-enna","MIT-feh","MIT-open-group","MIT-testregex","MITNFA","MMIXware","MPEG-SSG","MPL-1.0","MPL-1.1","MPL-2.0","MPL-2.0-no-copyleft-exception","MS-LPL","MS-PL","MS-RL","MTLL","Mackerras-3-Clause","Mackerras-3-Clause-acknowledgment","MakeIndex","Martin-Birgmeier","McPhee-slideshow","Minpack","MirOS","Motosoto","MulanPSL-1.0","MulanPSL-2.0","Multics","Mup","NAIST-2003","NASA-1.3","NBPL-1.0","NCBI-PD","NCGL-UK-2.0","NCL","NCSA","NGPL","NICTA-1.0","NIST-PD","NIST-PD-fallback","NIST-Software","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","OAR","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","OLFL-1.3","OML","OPL-1.0","OPL-UK-3.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","OpenSSL-standalone","OpenVision","PADL","PDDL-1.0","PHP-3.0","PHP-3.01","PPL","PSF-2.0","Parity-6.0.0","Parity-7.0.0","Pixar","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","SAX-PD-2.0","SCEA","SGI-B-1.0","SGI-B-1.1","SGI-B-2.0","SGI-OpenGL","SGP4","SHL-0.5","SHL-0.51","SISSL","SISSL-1.2","SL","SMLNJ","SMPPL","SNIA","SPL-1.0","SSH-OpenSSH","SSH-short","SSLeay-standalone","SSPL-1.0","SWL","Saxpath","SchemeReport","Sendmail","Sendmail-8.23","SimPL-2.0","Sleepycat","Soundex","Spencer-86","Spencer-94","Spencer-99","SugarCRM-1.1.3","Sun-PPP","Sun-PPP-2000","SunPro","Symlinks","TAPR-OHL-1.0","TCL","TCP-wrappers","TGPPL-1.0","TMate","TORQUE-1.1","TOSL","TPDL","TPL-1.0","TTWL","TTYP0","TU-Berlin-1.0","TU-Berlin-2.0","TermReadKey","UCAR","UCL-1.0","UMich-Merit","UPL-1.0","URT-RLE","Unicode-3.0","Unicode-DFS-2015","Unicode-DFS-2016","Unicode-TOU","UnixCrypt","Unlicense","VOSTROM","VSL-1.0","Vim","W3C","W3C-19980720","W3C-20150513","WTFPL","Watcom-1.0","Widget-Workshop","Wsuipa","X11","X11-distribute-modifications-variant","XFree86-1.1","XSkat","Xdebug-1.03","Xerox","Xfig","Xnet","YPL-1.0","YPL-1.1","ZPL-1.1","ZPL-2.0","ZPL-2.1","Zed","Zeeff","Zend-2.0","Zimbra-1.3","Zimbra-1.4","Zlib","any-OSI","bcrypt-Solar-Designer","blessing","bzip2-1.0.6","check-cvs","checkmk","copyleft-next-0.3.0","copyleft-next-0.3.1","curl","cve-tou","diffmark","dtoa","dvipdfm","eGenix","etalab-2.0","fwlw","gSOAP-1.3b","gnuplot","gtkbook","hdparm","iMatix","libpng-2.0","libselinux-1.0","libtiff","libutil-David-Nugent","lsof","magaz","mailprio","metamail","mpi-permissive","mpich2","mplus","pkgconf","pnmstitch","psfrag","psutils","python-ldap","radvd","snprintf","softSurfer","ssh-keyscan","swrule","threeparttable","ulem","w3m","xinetd","xkeyboard-config-Zinoviev","xlock","xpp","xzoom","zlib-acknowledgement"],Ap=["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"],Cp=["389-exception","Asterisk-exception","Autoconf-exception-2.0","Autoconf-exception-3.0","Autoconf-exception-generic","Autoconf-exception-generic-3.0","Autoconf-exception-macro","Bison-exception-1.24","Bison-exception-2.2","Bootloader-exception","Classpath-exception-2.0","CLISP-exception-2.0","cryptsetup-OpenSSL-exception","DigiRule-FOSS-exception","eCos-exception-2.0","Fawkes-Runtime-exception","FLTK-exception","fmt-exception","Font-exception-2.0","freertos-exception-2.0","GCC-exception-2.0","GCC-exception-2.0-note","GCC-exception-3.1","Gmsh-exception","GNAT-exception","GNOME-examples-exception","GNU-compiler-exception","gnu-javamail-exception","GPL-3.0-interface-exception","GPL-3.0-linking-exception","GPL-3.0-linking-source-exception","GPL-CC-1.0","GStreamer-exception-2005","GStreamer-exception-2008","i2p-gpl-java-exception","KiCad-libraries-exception","LGPL-3.0-linking-exception","libpri-OpenH323-exception","Libtool-exception","Linux-syscall-note","LLGPL","LLVM-exception","LZMA-exception","mif-exception","OCaml-LGPL-linking-exception","OCCT-exception-1.0","OpenJDK-assembly-exception-1.0","openvpn-openssl-exception","PS-or-PDF-font-exception-20170817","QPL-1.0-INRIA-2004-exception","Qt-GPL-exception-1.0","Qt-LGPL-exception-1.1","Qwt-exception-1.0","SANE-exception","SHL-2.0","SHL-2.1","stunnel-exception","SWI-exception","Swift-exception","Texinfo-exception","u-boot-exception-2.0","UBDL-exception","Universal-FOSS-exception-1.0","vsftpd-openssl-exception","WxWindows-exception-3.1","x11vnc-openssl-exception"],wp=[].concat(Ja).concat(Ap),Vp=Cp,Op=u(function(t){var e=0;function n(){return e<t.length}u(n,"hasMore");function i(y){if(y instanceof RegExp){var _=t.slice(e),v=_.match(y);if(v)return e+=v[0].length,v[0]}else if(t.indexOf(y,e)===e)return e+=y.length,y}u(i,"read");function s(){i(/[ ]*/)}u(s,"skipWhitespace");function l(){for(var y,_=["WITH","AND","OR","(",")",":","+"],v=0;v<_.length&&(y=i(_[v]),!y);v++);if(y==="+"&&e>1&&t[e-2]===" ")throw new Error("Space before `+`");return y&&{type:"OPERATOR",string:y}}u(l,"operator");function p(){return i(/[A-Za-z0-9-.]+/)}u(p,"idstring");function d(){var y=p();if(!y)throw new Error("Expected idstring at offset "+e);return y}u(d,"expectIdstring");function a(){if(i("DocumentRef-")){var y=d();return{type:"DOCUMENTREF",string:y}}}u(a,"documentRef");function c(){if(i("LicenseRef-")){var y=d();return{type:"LICENSEREF",string:y}}}u(c,"licenseRef");function E(){var y=e,_=p();if(wp.indexOf(_)!==-1)return{type:"LICENSE",string:_};if(Vp.indexOf(_)!==-1)return{type:"EXCEPTION",string:_};e=y}u(E,"identifier");function f(){return l()||a()||c()||E()}u(f,"parseToken");for(var T=[];n()&&(s(),!!n());){var h=f();if(!h)throw new Error("Unexpected `"+t[e]+"` at offset "+e);T.push(h)}return T},"scan$1"),Mp=u(function(t){var e=0;function n(){return e<t.length}u(n,"hasMore");function i(){return n()?t[e]:null}u(i,"token");function s(){if(!n())throw new Error;e++}u(s,"next");function l(_){var v=i();if(v&&v.type==="OPERATOR"&&_===v.string)return s(),v.string}u(l,"parseOperator");function p(){if(l("WITH")){var _=i();if(_&&_.type==="EXCEPTION")return s(),_.string;throw new Error("Expected exception after `WITH`")}}u(p,"parseWith");function d(){var _=e,v="",Y=i();if(Y.type==="DOCUMENTREF"&&(s(),v+="DocumentRef-"+Y.string+":",!l(":")))throw new Error("Expected `:` after `DocumentRef-...`");if(Y=i(),Y.type==="LICENSEREF")return s(),v+="LicenseRef-"+Y.string,{license:v};e=_}u(d,"parseLicenseRef");function a(){var _=i();if(_&&_.type==="LICENSE"){s();var v={license:_.string};l("+")&&(v.plus=!0);var Y=p();return Y&&(v.exception=Y),v}}u(a,"parseLicense");function c(){var _=l("(");if(_){var v=h();if(!l(")"))throw new Error("Expected `)`");return v}}u(c,"parseParenthesizedExpression");function E(){return c()||d()||a()}u(E,"parseAtom");function f(_,v){return u(function Y(){var M=v();if(M){if(!l(_))return M;var V=Y();if(!V)throw new Error("Expected expression");return{left:M,conjunction:_.toLowerCase(),right:V}}},"parseBinaryOp")}u(f,"makeBinaryOpParser");var T=f("AND",E),h=f("OR",T),y=h();if(!y||n())throw new Error("Syntax error");return y},"parse$3"),Up=Op,Rp=Mp,Qa=u(function(t){return Rp(Up(t))},"spdxExpressionParse"),Ip=Qa,xp=Ja;function Yn(t){try{return Ip(t),!0}catch{return!1}}u(Yn,"valid");function Za(t,e){var n=e[0].length-t[0].length;return n!==0?n:t[0].toUpperCase().localeCompare(e[0].toUpperCase())}u(Za,"sortTranspositions");var el=[["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(Za),Dp=0,Fp=1,tl=[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"}],Gs=xp.map(function(t){var e=/^(.*)-\d+\.\d+$/.exec(t);return e?[e[0],e[1]]:[t,null]}).reduce(function(t,e){var n=e[1];return t[n]=t[n]||[],t[n].push(e[0]),t},{}),$p=Object.keys(Gs).map(u(function(e){return[e,Gs[e]]},"makeEntries")).filter(u(function(e){return e[1].length===1&&e[0]!==null&&e[0]!=="APL"},"identifySoleVersions")).map(u(function(e){return[e[0],e[1][0]]},"createLastResorts"));Gs=void 0;var rl=[["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($p).sort(Za),kp=0,Np=1,nl=u(function(t){for(var e=0;e<tl.length;e++){var n=tl[e](t).trim();if(n!==t&&Yn(n))return n}return null},"validTransformation"),il=u(function(t){for(var e=t.toUpperCase(),n=0;n<rl.length;n++){var i=rl[n];if(e.indexOf(i[kp])>-1)return i[Np]}return null},"validLastResort"),sl=u(function(t,e){for(var n=0;n<el.length;n++){var i=el[n],s=i[Dp];if(t.indexOf(s)>-1){var l=t.replace(s,i[Fp]),p=e(l);if(p!==null)return p}}return null},"anyCorrection"),Bp=u(function(t,e){e=e||{};var n=e.upgrade===void 0?!0:!!e.upgrade;function i(d){return n?jp(d):d}u(i,"postprocess");var s=typeof t=="string"&&t.trim().length!==0;if(!s)throw Error("Invalid argument. Expected non-empty string.");if(t=t.trim(),Yn(t))return i(t);var l=t.replace(/\+$/,"").trim();if(Yn(l))return i(l);var p=nl(t);return p!==null||(p=sl(t,function(d){return Yn(d)?d:nl(d)}),p!==null)||(p=il(t),p!==null)||(p=sl(t,il),p!==null)?i(p):null},"spdxCorrect");function jp(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}u(jp,"upgradeGPLs");var Gp=Qa,Wp=Bp,ol='license should be a valid SPDX license expression (without "LicenseRef"), "UNLICENSED", or "SEE LICENSE IN <filename>"',Hp=/^SEE LICEN[CS]E IN (.+)$/;function al(t,e){return e.slice(0,t.length)===t}u(al,"startsWith");function Ws(t){if(t.hasOwnProperty("license")){var e=t.license;return al("LicenseRef",e)||al("DocumentRef",e)}else return Ws(t.left)||Ws(t.right)}u(Ws,"usesLicenseRef");var Kp=u(function(t){var e;try{e=Gp(t)}catch{var n;if(t==="UNLICENSED"||t==="UNLICENCED")return{validForOldPackages:!0,validForNewPackages:!0,unlicensed:!0};if(n=Hp.exec(t))return{validForOldPackages:!0,validForNewPackages:!0,inFile:n[1]};var i={validForOldPackages:!1,validForNewPackages:!1,warnings:[ol]};if(t.trim().length!==0){var s=Wp(t);s&&i.warnings.push('license is similar to the valid expression "'+s+'"')}return i}return Ws(e)?{validForNewPackages:!1,validForOldPackages:!1,spdx:!0,warnings:[ol]}:{validForNewPackages:!0,validForOldPackages:!0,spdx:!0}},"validateNpmPackageLicense"),Ln={};Object.defineProperty(Ln,"__esModule",{value:!0}),Ln.LRUCache=void 0;const ht=typeof performance=="object"&&performance&&typeof performance.now=="function"?performance:Date,ll=new Set,Hs=typeof process=="object"&&process?process:{},cl=u((t,e,n,i)=>{typeof Hs.emitWarning=="function"?Hs.emitWarning(t,e,n,i):console.error(`[${n}] ${e}: ${t}`)},"emitWarning");let An=globalThis.AbortController,ul=globalThis.AbortSignal;if(typeof An>"u"){ul=class{static{u(this,"AbortSignal")}onabort;_onabort=[];reason;aborted=!1;addEventListener(i,s){this._onabort.push(s)}},An=class{static{u(this,"AbortController")}constructor(){e()}signal=new ul;abort(i){if(!this.signal.aborted){this.signal.reason=i,this.signal.aborted=!0;for(const s of this.signal._onabort)s(i);this.signal.onabort?.(i)}}};let t=Hs.env?.LRU_CACHE_IGNORE_AC_WARNING!=="1";const e=u(()=>{t&&(t=!1,cl("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",e))},"warnACPolyfill")}const Xp=u(t=>!ll.has(t),"shouldWarn"),We=u(t=>t&&t===Math.floor(t)&&t>0&&isFinite(t),"isPosInt"),pl=u(t=>We(t)?t<=Math.pow(2,8)?Uint8Array:t<=Math.pow(2,16)?Uint16Array:t<=Math.pow(2,32)?Uint32Array:t<=Number.MAX_SAFE_INTEGER?Cn:null:null,"getUintArray");class Cn extends Array{static{u(this,"ZeroArray")}constructor(e){super(e),this.fill(0)}}class zt{static{u(this,"Stack")}heap;length;static#n=!1;static create(e){const n=pl(e);if(!n)return[];zt.#n=!0;const i=new zt(e,n);return zt.#n=!1,i}constructor(e,n){if(!zt.#n)throw new TypeError("instantiate Stack using Stack.create(n)");this.heap=new n(e),this.length=0}push(e){this.heap[this.length++]=e}pop(){return this.heap[--this.length]}}let qp=class Ac{static{u(this,"LRUCache")}#n;#c;#t;#P;#w;ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#o;#m;#s;#i;#e;#p;#E;#u;#a;#y;#l;#h;#_;#d;#b;#Y;#f;static unsafeExposeInternals(e){return{starts:e.#_,ttls:e.#d,sizes:e.#h,keyMap:e.#s,keyList:e.#i,valList:e.#e,next:e.#p,prev:e.#E,get head(){return e.#u},get tail(){return e.#a},free:e.#y,isBackgroundFetch:n=>e.#r(n),backgroundFetch:(n,i,s,l)=>e.#M(n,i,s,l),moveToTail:n=>e.#C(n),indexes:n=>e.#g(n),rindexes:n=>e.#v(n),isStale:n=>e.#T(n)}}get max(){return this.#n}get maxSize(){return this.#c}get calculatedSize(){return this.#m}get size(){return this.#o}get fetchMethod(){return this.#w}get dispose(){return this.#t}get disposeAfter(){return this.#P}constructor(e){const{max:n=0,ttl:i,ttlResolution:s=1,ttlAutopurge:l,updateAgeOnGet:p,updateAgeOnHas:d,allowStale:a,dispose:c,disposeAfter:E,noDisposeOnSet:f,noUpdateTTL:T,maxSize:h=0,maxEntrySize:y=0,sizeCalculation:_,fetchMethod:v,noDeleteOnFetchRejection:Y,noDeleteOnStaleGet:M,allowStaleOnFetchRejection:V,allowStaleOnFetchAbort:$,ignoreFetchAbort:se}=e;if(n!==0&&!We(n))throw new TypeError("max option must be a nonnegative integer");const ce=n?pl(n):Array;if(!ce)throw new Error("invalid max value: "+n);if(this.#n=n,this.#c=h,this.maxEntrySize=y||this.#c,this.sizeCalculation=_,this.sizeCalculation){if(!this.#c&&!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(v!==void 0&&typeof v!="function")throw new TypeError("fetchMethod must be a function if specified");if(this.#w=v,this.#Y=!!v,this.#s=new Map,this.#i=new Array(n).fill(void 0),this.#e=new Array(n).fill(void 0),this.#p=new ce(n),this.#E=new ce(n),this.#u=0,this.#a=0,this.#y=zt.create(n),this.#o=0,this.#m=0,typeof c=="function"&&(this.#t=c),typeof E=="function"?(this.#P=E,this.#l=[]):(this.#P=void 0,this.#l=void 0),this.#b=!!this.#t,this.#f=!!this.#P,this.noDisposeOnSet=!!f,this.noUpdateTTL=!!T,this.noDeleteOnFetchRejection=!!Y,this.allowStaleOnFetchRejection=!!V,this.allowStaleOnFetchAbort=!!$,this.ignoreFetchAbort=!!se,this.maxEntrySize!==0){if(this.#c!==0&&!We(this.#c))throw new TypeError("maxSize must be a positive integer if specified");if(!We(this.maxEntrySize))throw new TypeError("maxEntrySize must be a positive integer if specified");this.#F()}if(this.allowStale=!!a,this.noDeleteOnStaleGet=!!M,this.updateAgeOnGet=!!p,this.updateAgeOnHas=!!d,this.ttlResolution=We(s)||s===0?s:1,this.ttlAutopurge=!!l,this.ttl=i||0,this.ttl){if(!We(this.ttl))throw new TypeError("ttl must be a positive integer if specified");this.#U()}if(this.#n===0&&this.ttl===0&&this.#c===0)throw new TypeError("At least one of max, maxSize, or ttl is required");if(!this.ttlAutopurge&&!this.#n&&!this.#c){const Pe="LRU_CACHE_UNBOUNDED";Xp(Pe)&&(ll.add(Pe),cl("TTL caching without ttlAutopurge, max, or maxSize can result in unbounded memory consumption.","UnboundedCacheWarning",Pe,Ac))}}getRemainingTTL(e){return this.#s.has(e)?1/0:0}#U(){const e=new Cn(this.#n),n=new Cn(this.#n);this.#d=e,this.#_=n,this.#R=(l,p,d=ht.now())=>{if(n[l]=p!==0?d:0,e[l]=p,p!==0&&this.ttlAutopurge){const a=setTimeout(()=>{this.#T(l)&&this.delete(this.#i[l])},p+1);a.unref&&a.unref()}},this.#L=l=>{n[l]=e[l]!==0?ht.now():0},this.#S=(l,p)=>{if(e[p]){const d=e[p],a=n[p];if(!d||!a)return;l.ttl=d,l.start=a,l.now=i||s();const c=l.now-a;l.remainingTTL=d-c}};let i=0;const s=u(()=>{const l=ht.now();if(this.ttlResolution>0){i=l;const p=setTimeout(()=>i=0,this.ttlResolution);p.unref&&p.unref()}return l},"getNow");this.getRemainingTTL=l=>{const p=this.#s.get(l);if(p===void 0)return 0;const d=e[p],a=n[p];if(!d||!a)return 1/0;const c=(i||s())-a;return d-c},this.#T=l=>{const p=n[l],d=e[l];return!!d&&!!p&&(i||s())-p>d}}#L=()=>{};#S=()=>{};#R=()=>{};#T=()=>!1;#F(){const e=new Cn(this.#n);this.#m=0,this.#h=e,this.#A=n=>{this.#m-=e[n],e[n]=0},this.#I=(n,i,s,l)=>{if(this.#r(i))return 0;if(!We(s))if(l){if(typeof l!="function")throw new TypeError("sizeCalculation must be a function");if(s=l(i,n),!We(s))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 s},this.#V=(n,i,s)=>{if(e[n]=i,this.#c){const l=this.#c-e[n];for(;this.#m>l;)this.#O(!0)}this.#m+=e[n],s&&(s.entrySize=i,s.totalCalculatedSize=this.#m)}}#A=e=>{};#V=(e,n,i)=>{};#I=(e,n,i,s)=>{if(i||s)throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache");return 0};*#g({allowStale:e=this.allowStale}={}){if(this.#o)for(let n=this.#a;!(!this.#x(n)||((e||!this.#T(n))&&(yield n),n===this.#u));)n=this.#E[n]}*#v({allowStale:e=this.allowStale}={}){if(this.#o)for(let n=this.#u;!(!this.#x(n)||((e||!this.#T(n))&&(yield n),n===this.#a));)n=this.#p[n]}#x(e){return e!==void 0&&this.#s.get(this.#i[e])===e}*entries(){for(const e of this.#g())this.#e[e]!==void 0&&this.#i[e]!==void 0&&!this.#r(this.#e[e])&&(yield[this.#i[e],this.#e[e]])}*rentries(){for(const e of this.#v())this.#e[e]!==void 0&&this.#i[e]!==void 0&&!this.#r(this.#e[e])&&(yield[this.#i[e],this.#e[e]])}*keys(){for(const e of this.#g()){const n=this.#i[e];n!==void 0&&!this.#r(this.#e[e])&&(yield n)}}*rkeys(){for(const e of this.#v()){const n=this.#i[e];n!==void 0&&!this.#r(this.#e[e])&&(yield n)}}*values(){for(const e of this.#g())this.#e[e]!==void 0&&!this.#r(this.#e[e])&&(yield this.#e[e])}*rvalues(){for(const e of this.#v())this.#e[e]!==void 0&&!this.#r(this.#e[e])&&(yield this.#e[e])}[Symbol.iterator](){return this.entries()}[Symbol.toStringTag]="LRUCache";find(e,n={}){for(const i of this.#g()){const s=this.#e[i],l=this.#r(s)?s.__staleWhileFetching:s;if(l!==void 0&&e(l,this.#i[i],this))return this.get(this.#i[i],n)}}forEach(e,n=this){for(const i of this.#g()){const s=this.#e[i],l=this.#r(s)?s.__staleWhileFetching:s;l!==void 0&&e.call(n,l,this.#i[i],this)}}rforEach(e,n=this){for(const i of this.#v()){const s=this.#e[i],l=this.#r(s)?s.__staleWhileFetching:s;l!==void 0&&e.call(n,l,this.#i[i],this)}}purgeStale(){let e=!1;for(const n of this.#v({allowStale:!0}))this.#T(n)&&(this.delete(this.#i[n]),e=!0);return e}info(e){const n=this.#s.get(e);if(n===void 0)return;const i=this.#e[n],s=this.#r(i)?i.__staleWhileFetching:i;if(s===void 0)return;const l={value:s};if(this.#d&&this.#_){const p=this.#d[n],d=this.#_[n];if(p&&d){const a=p-(ht.now()-d);l.ttl=a,l.start=Date.now()}}return this.#h&&(l.size=this.#h[n]),l}dump(){const e=[];for(const n of this.#g({allowStale:!0})){const i=this.#i[n],s=this.#e[n],l=this.#r(s)?s.__staleWhileFetching:s;if(l===void 0||i===void 0)continue;const p={value:l};if(this.#d&&this.#_){p.ttl=this.#d[n];const d=ht.now()-this.#_[n];p.start=Math.floor(Date.now()-d)}this.#h&&(p.size=this.#h[n]),e.unshift([i,p])}return e}load(e){this.clear();for(const[n,i]of e){if(i.start){const s=Date.now()-i.start;i.start=ht.now()-s}this.set(n,i.value,i)}}set(e,n,i={}){if(n===void 0)return this.delete(e),this;const{ttl:s=this.ttl,start:l,noDisposeOnSet:p=this.noDisposeOnSet,sizeCalculation:d=this.sizeCalculation,status:a}=i;let{noUpdateTTL:c=this.noUpdateTTL}=i;const E=this.#I(e,n,i.size||0,d);if(this.maxEntrySize&&E>this.maxEntrySize)return a&&(a.set="miss",a.maxEntrySizeExceeded=!0),this.delete(e),this;let f=this.#o===0?void 0:this.#s.get(e);if(f===void 0)f=this.#o===0?this.#a:this.#y.length!==0?this.#y.pop():this.#o===this.#n?this.#O(!1):this.#o,this.#i[f]=e,this.#e[f]=n,this.#s.set(e,f),this.#p[this.#a]=f,this.#E[f]=this.#a,this.#a=f,this.#o++,this.#V(f,E,a),a&&(a.set="add"),c=!1;else{this.#C(f);const T=this.#e[f];if(n!==T){if(this.#Y&&this.#r(T)){T.__abortController.abort(new Error("replaced"));const{__staleWhileFetching:h}=T;h!==void 0&&!p&&(this.#b&&this.#t?.(h,e,"set"),this.#f&&this.#l?.push([h,e,"set"]))}else p||(this.#b&&this.#t?.(T,e,"set"),this.#f&&this.#l?.push([T,e,"set"]));if(this.#A(f),this.#V(f,E,a),this.#e[f]=n,a){a.set="replace";const h=T&&this.#r(T)?T.__staleWhileFetching:T;h!==void 0&&(a.oldValue=h)}}else a&&(a.set="update")}if(s!==0&&!this.#d&&this.#U(),this.#d&&(c||this.#R(f,s,l),a&&this.#S(a,f)),!p&&this.#f&&this.#l){const T=this.#l;let h;for(;h=T?.shift();)this.#P?.(...h)}return this}pop(){try{for(;this.#o;){const e=this.#e[this.#u];if(this.#O(!0),this.#r(e)){if(e.__staleWhileFetching)return e.__staleWhileFetching}else if(e!==void 0)return e}}finally{if(this.#f&&this.#l){const e=this.#l;let n;for(;n=e?.shift();)this.#P?.(...n)}}}#O(e){const n=this.#u,i=this.#i[n],s=this.#e[n];return this.#Y&&this.#r(s)?s.__abortController.abort(new Error("evicted")):(this.#b||this.#f)&&(this.#b&&this.#t?.(s,i,"evict"),this.#f&&this.#l?.push([s,i,"evict"])),this.#A(n),e&&(this.#i[n]=void 0,this.#e[n]=void 0,this.#y.push(n)),this.#o===1?(this.#u=this.#a=0,this.#y.length=0):this.#u=this.#p[n],this.#s.delete(i),this.#o--,n}has(e,n={}){const{updateAgeOnHas:i=this.updateAgeOnHas,status:s}=n,l=this.#s.get(e);if(l!==void 0){const p=this.#e[l];if(this.#r(p)&&p.__staleWhileFetching===void 0)return!1;if(this.#T(l))s&&(s.has="stale",this.#S(s,l));else return i&&this.#L(l),s&&(s.has="hit",this.#S(s,l)),!0}else s&&(s.has="miss");return!1}peek(e,n={}){const{allowStale:i=this.allowStale}=n,s=this.#s.get(e);if(s===void 0||!i&&this.#T(s))return;const l=this.#e[s];return this.#r(l)?l.__staleWhileFetching:l}#M(e,n,i,s){const l=n===void 0?void 0:this.#e[n];if(this.#r(l))return l;const p=new An,{signal:d}=i;d?.addEventListener("abort",()=>p.abort(d.reason),{signal:p.signal});const a={signal:p.signal,options:i,context:s},c=u((_,v=!1)=>{const{aborted:Y}=p.signal,M=i.ignoreFetchAbort&&_!==void 0;if(i.status&&(Y&&!v?(i.status.fetchAborted=!0,i.status.fetchError=p.signal.reason,M&&(i.status.fetchAbortIgnored=!0)):i.status.fetchResolved=!0),Y&&!M&&!v)return f(p.signal.reason);const V=h;return this.#e[n]===h&&(_===void 0?V.__staleWhileFetching?this.#e[n]=V.__staleWhileFetching:this.delete(e):(i.status&&(i.status.fetchUpdated=!0),this.set(e,_,a.options))),_},"cb"),E=u(_=>(i.status&&(i.status.fetchRejected=!0,i.status.fetchError=_),f(_)),"eb"),f=u(_=>{const{aborted:v}=p.signal,Y=v&&i.allowStaleOnFetchAbort,M=Y||i.allowStaleOnFetchRejection,V=M||i.noDeleteOnFetchRejection,$=h;if(this.#e[n]===h&&(!V||$.__staleWhileFetching===void 0?this.delete(e):Y||(this.#e[n]=$.__staleWhileFetching)),M)return i.status&&$.__staleWhileFetching!==void 0&&(i.status.returnedStale=!0),$.__staleWhileFetching;if($.__returned===$)throw _},"fetchFail"),T=u((_,v)=>{const Y=this.#w?.(e,l,a);Y&&Y instanceof Promise&&Y.then(M=>_(M===void 0?void 0:M),v),p.signal.addEventListener("abort",()=>{(!i.ignoreFetchAbort||i.allowStaleOnFetchAbort)&&(_(void 0),i.allowStaleOnFetchAbort&&(_=u(M=>c(M,!0),"res")))})},"pcall");i.status&&(i.status.fetchDispatched=!0);const h=new Promise(T).then(c,E),y=Object.assign(h,{__abortController:p,__staleWhileFetching:l,__returned:void 0});return n===void 0?(this.set(e,y,{...a.options,status:void 0}),n=this.#s.get(e)):this.#e[n]=y,y}#r(e){if(!this.#Y)return!1;const n=e;return!!n&&n instanceof Promise&&n.hasOwnProperty("__staleWhileFetching")&&n.__abortController instanceof An}async fetch(e,n={}){const{allowStale:i=this.allowStale,updateAgeOnGet:s=this.updateAgeOnGet,noDeleteOnStaleGet:l=this.noDeleteOnStaleGet,ttl:p=this.ttl,noDisposeOnSet:d=this.noDisposeOnSet,size:a=0,sizeCalculation:c=this.sizeCalculation,noUpdateTTL:E=this.noUpdateTTL,noDeleteOnFetchRejection:f=this.noDeleteOnFetchRejection,allowStaleOnFetchRejection:T=this.allowStaleOnFetchRejection,ignoreFetchAbort:h=this.ignoreFetchAbort,allowStaleOnFetchAbort:y=this.allowStaleOnFetchAbort,context:_,forceRefresh:v=!1,status:Y,signal:M}=n;if(!this.#Y)return Y&&(Y.fetch="get"),this.get(e,{allowStale:i,updateAgeOnGet:s,noDeleteOnStaleGet:l,status:Y});const V={allowStale:i,updateAgeOnGet:s,noDeleteOnStaleGet:l,ttl:p,noDisposeOnSet:d,size:a,sizeCalculation:c,noUpdateTTL:E,noDeleteOnFetchRejection:f,allowStaleOnFetchRejection:T,allowStaleOnFetchAbort:y,ignoreFetchAbort:h,status:Y,signal:M};let $=this.#s.get(e);if($===void 0){Y&&(Y.fetch="miss");const se=this.#M(e,$,V,_);return se.__returned=se}else{const se=this.#e[$];if(this.#r(se)){const Qt=i&&se.__staleWhileFetching!==void 0;return Y&&(Y.fetch="inflight",Qt&&(Y.returnedStale=!0)),Qt?se.__staleWhileFetching:se.__returned=se}const ce=this.#T($);if(!v&&!ce)return Y&&(Y.fetch="hit"),this.#C($),s&&this.#L($),Y&&this.#S(Y,$),se;const Pe=this.#M(e,$,V,_),Jt=Pe.__staleWhileFetching!==void 0&&i;return Y&&(Y.fetch=ce?"stale":"refresh",Jt&&ce&&(Y.returnedStale=!0)),Jt?Pe.__staleWhileFetching:Pe.__returned=Pe}}get(e,n={}){const{allowStale:i=this.allowStale,updateAgeOnGet:s=this.updateAgeOnGet,noDeleteOnStaleGet:l=this.noDeleteOnStaleGet,status:p}=n,d=this.#s.get(e);if(d!==void 0){const a=this.#e[d],c=this.#r(a);return p&&this.#S(p,d),this.#T(d)?(p&&(p.get="stale"),c?(p&&i&&a.__staleWhileFetching!==void 0&&(p.returnedStale=!0),i?a.__staleWhileFetching:void 0):(l||this.delete(e),p&&i&&(p.returnedStale=!0),i?a:void 0)):(p&&(p.get="hit"),c?a.__staleWhileFetching:(this.#C(d),s&&this.#L(d),a))}else p&&(p.get="miss")}#D(e,n){this.#E[n]=e,this.#p[e]=n}#C(e){e!==this.#a&&(e===this.#u?this.#u=this.#p[e]:this.#D(this.#E[e],this.#p[e]),this.#D(this.#a,e),this.#a=e)}delete(e){let n=!1;if(this.#o!==0){const i=this.#s.get(e);if(i!==void 0)if(n=!0,this.#o===1)this.clear();else{this.#A(i);const s=this.#e[i];if(this.#r(s)?s.__abortController.abort(new Error("deleted")):(this.#b||this.#f)&&(this.#b&&this.#t?.(s,e,"delete"),this.#f&&this.#l?.push([s,e,"delete"])),this.#s.delete(e),this.#i[i]=void 0,this.#e[i]=void 0,i===this.#a)this.#a=this.#E[i];else if(i===this.#u)this.#u=this.#p[i];else{const l=this.#E[i];this.#p[l]=this.#p[i];const p=this.#p[i];this.#E[p]=this.#E[i]}this.#o--,this.#y.push(i)}}if(this.#f&&this.#l?.length){const i=this.#l;let s;for(;s=i?.shift();)this.#P?.(...s)}return n}clear(){for(const e of this.#v({allowStale:!0})){const n=this.#e[e];if(this.#r(n))n.__abortController.abort(new Error("deleted"));else{const i=this.#i[e];this.#b&&this.#t?.(n,i,"delete"),this.#f&&this.#l?.push([n,i,"delete"])}}if(this.#s.clear(),this.#e.fill(void 0),this.#i.fill(void 0),this.#d&&this.#_&&(this.#d.fill(0),this.#_.fill(0)),this.#h&&this.#h.fill(0),this.#u=0,this.#a=0,this.#y.length=0,this.#m=0,this.#o=0,this.#f&&this.#l){const e=this.#l;let n;for(;n=e?.shift();)this.#P?.(...n)}}};Ln.LRUCache=qp;const N=u((...t)=>t.every(e=>e)?t.join(""):"","maybeJoin"),Z=u(t=>t?encodeURIComponent(t):"","maybeEncode"),fl=u(t=>t.toLowerCase().replace(/^\W+|\/|\W+$/g,"").replace(/\W+/g,"-"),"formatHashFragment"),zp={sshtemplate:({domain:t,user:e,project:n,committish:i})=>`git@${t}:${e}/${n}.git${N("#",i)}`,sshurltemplate:({domain:t,user:e,project:n,committish:i})=>`git+ssh://git@${t}/${e}/${n}.git${N("#",i)}`,edittemplate:({domain:t,user:e,project:n,committish:i,editpath:s,path:l})=>`https://${t}/${e}/${n}${N("/",s,"/",Z(i||"HEAD"),"/",l)}`,browsetemplate:({domain:t,user:e,project:n,committish:i,treepath:s})=>`https://${t}/${e}/${n}${N("/",s,"/",Z(i))}`,browsetreetemplate:({domain:t,user:e,project:n,committish:i,treepath:s,path:l,fragment:p,hashformat:d})=>`https://${t}/${e}/${n}/${s}/${Z(i||"HEAD")}/${l}${N("#",d(p||""))}`,browseblobtemplate:({domain:t,user:e,project:n,committish:i,blobpath:s,path:l,fragment:p,hashformat:d})=>`https://${t}/${e}/${n}/${s}/${Z(i||"HEAD")}/${l}${N("#",d(p||""))}`,docstemplate:({domain:t,user:e,project:n,treepath:i,committish:s})=>`https://${t}/${e}/${n}${N("/",i,"/",Z(s))}#readme`,httpstemplate:({auth:t,domain:e,user:n,project:i,committish:s})=>`git+https://${N(t,"@")}${e}/${n}/${i}.git${N("#",s)}`,filetemplate:({domain:t,user:e,project:n,committish:i,path:s})=>`https://${t}/${e}/${n}/raw/${Z(i||"HEAD")}/${s}`,shortcuttemplate:({type:t,user:e,project:n,committish:i})=>`${t}:${e}/${n}${N("#",i)}`,pathtemplate:({user:t,project:e,committish:n})=>`${t}/${e}${N("#",n)}`,bugstemplate:({domain:t,user:e,project:n})=>`https://${t}/${e}/${n}/issues`,hashformat:fl},He={};He.github={protocols:["git:","http:","git+ssh:","git+https:","ssh:","https:"],domain:"github.com",treepath:"tree",blobpath:"blob",editpath:"edit",filetemplate:({auth:t,user:e,project:n,committish:i,path:s})=>`https://${N(t,"@")}raw.githubusercontent.com/${e}/${n}/${Z(i||"HEAD")}/${s}`,gittemplate:({auth:t,domain:e,user:n,project:i,committish:s})=>`git://${N(t,"@")}${e}/${n}/${i}.git${N("#",s)}`,tarballtemplate:({domain:t,user:e,project:n,committish:i})=>`https://codeload.${t}/${e}/${n}/tar.gz/${Z(i||"HEAD")}`,extract:t=>{let[,e,n,i,s]=t.pathname.split("/",5);if(!(i&&i!=="tree")&&(i||(s=t.hash.slice(1)),n&&n.endsWith(".git")&&(n=n.slice(0,-4)),!(!e||!n)))return{user:e,project:n,committish:s}}},He.bitbucket={protocols:["git+ssh:","git+https:","ssh:","https:"],domain:"bitbucket.org",treepath:"src",blobpath:"src",editpath:"?mode=edit",edittemplate:({domain:t,user:e,project:n,committish:i,treepath:s,path:l,editpath:p})=>`https://${t}/${e}/${n}${N("/",s,"/",Z(i||"HEAD"),"/",l,p)}`,tarballtemplate:({domain:t,user:e,project:n,committish:i})=>`https://${t}/${e}/${n}/get/${Z(i||"HEAD")}.tar.gz`,extract:t=>{let[,e,n,i]=t.pathname.split("/",4);if(!["get"].includes(i)&&(n&&n.endsWith(".git")&&(n=n.slice(0,-4)),!(!e||!n)))return{user:e,project:n,committish:t.hash.slice(1)}}},He.gitlab={protocols:["git+ssh:","git+https:","ssh:","https:"],domain:"gitlab.com",treepath:"tree",blobpath:"tree",editpath:"-/edit",httpstemplate:({auth:t,domain:e,user:n,project:i,committish:s})=>`git+https://${N(t,"@")}${e}/${n}/${i}.git${N("#",s)}`,tarballtemplate:({domain:t,user:e,project:n,committish:i})=>`https://${t}/${e}/${n}/repository/archive.tar.gz?ref=${Z(i||"HEAD")}`,extract:t=>{const e=t.pathname.slice(1);if(e.includes("/-/")||e.includes("/archive.tar.gz"))return;const n=e.split("/");let i=n.pop();i.endsWith(".git")&&(i=i.slice(0,-4));const s=n.join("/");if(!(!s||!i))return{user:s,project:i,committish:t.hash.slice(1)}}},He.gist={protocols:["git:","git+ssh:","git+https:","ssh:","https:"],domain:"gist.github.com",editpath:"edit",sshtemplate:({domain:t,project:e,committish:n})=>`git@${t}:${e}.git${N("#",n)}`,sshurltemplate:({domain:t,project:e,committish:n})=>`git+ssh://git@${t}/${e}.git${N("#",n)}`,edittemplate:({domain:t,user:e,project:n,committish:i,editpath:s})=>`https://${t}/${e}/${n}${N("/",Z(i))}/${s}`,browsetemplate:({domain:t,project:e,committish:n})=>`https://${t}/${e}${N("/",Z(n))}`,browsetreetemplate:({domain:t,project:e,committish:n,path:i,hashformat:s})=>`https://${t}/${e}${N("/",Z(n))}${N("#",s(i))}`,browseblobtemplate:({domain:t,project:e,committish:n,path:i,hashformat:s})=>`https://${t}/${e}${N("/",Z(n))}${N("#",s(i))}`,docstemplate:({domain:t,project:e,committish:n})=>`https://${t}/${e}${N("/",Z(n))}`,httpstemplate:({domain:t,project:e,committish:n})=>`git+https://${t}/${e}.git${N("#",n)}`,filetemplate:({user:t,project:e,committish:n,path:i})=>`https://gist.githubusercontent.com/${t}/${e}/raw${N("/",Z(n))}/${i}`,shortcuttemplate:({type:t,project:e,committish:n})=>`${t}:${e}${N("#",n)}`,pathtemplate:({project:t,committish:e})=>`${t}${N("#",e)}`,bugstemplate:({domain:t,project:e})=>`https://${t}/${e}`,gittemplate:({domain:t,project:e,committish:n})=>`git://${t}/${e}.git${N("#",n)}`,tarballtemplate:({project:t,committish:e})=>`https://codeload.github.com/gist/${t}/tar.gz/${Z(e||"HEAD")}`,extract:t=>{let[,e,n,i]=t.pathname.split("/",4);if(i!=="raw"){if(!n){if(!e)return;n=e,e=null}return n.endsWith(".git")&&(n=n.slice(0,-4)),{user:e,project:n,committish:t.hash.slice(1)}}},hashformat:function(t){return t&&"file-"+fl(t)}},He.sourcehut={protocols:["git+ssh:","https:"],domain:"git.sr.ht",treepath:"tree",blobpath:"tree",filetemplate:({domain:t,user:e,project:n,committish:i,path:s})=>`https://${t}/${e}/${n}/blob/${Z(i)||"HEAD"}/${s}`,httpstemplate:({domain:t,user:e,project:n,committish:i})=>`https://${t}/${e}/${n}.git${N("#",i)}`,tarballtemplate:({domain:t,user:e,project:n,committish:i})=>`https://${t}/${e}/${n}/archive/${Z(i)||"HEAD"}.tar.gz`,bugstemplate:()=>null,extract:t=>{let[,e,n,i]=t.pathname.split("/",4);if(!["archive"].includes(i)&&(n&&n.endsWith(".git")&&(n=n.slice(0,-4)),!(!e||!n)))return{user:e,project:n,committish:t.hash.slice(1)}}};for(const[t,e]of Object.entries(He))He[t]=Object.assign({},zp,e);var Jp=He;const Qp=ko,Ks=u((t,e,n)=>{const i=t.indexOf(n);return t.lastIndexOf(e,i>-1?i:1/0)},"lastIndexOfBefore"),El=u(t=>{try{return new Qp.URL(t)}catch{}},"safeUrl"),Zp=u((t,e)=>{const n=t.indexOf(":"),i=t.slice(0,n+1);if(Object.prototype.hasOwnProperty.call(e,i))return t;const s=t.indexOf("@");return s>-1?s>n?`git+ssh://${t}`:t:t.indexOf("//")===n+1?t:`${t.slice(0,n+1)}//${t.slice(n+1)}`},"correctProtocol"),ef=u(t=>{const e=Ks(t,"@","#"),n=Ks(t,":","#");return n>e&&(t=t.slice(0,n)+"/"+t.slice(n+1)),Ks(t,":","#")===-1&&t.indexOf("//")===-1&&(t=`git+ssh://${t}`),t},"correctUrl");var dl=u((t,e)=>{const n=e?Zp(t,e):t;return El(n)||El(ef(n))},"parseUrl$2");const tf=dl,rf=u(t=>{const e=t.indexOf("#"),n=t.indexOf("/"),i=t.indexOf("/",n+1),s=t.indexOf(":"),l=/\s/.exec(t),p=t.indexOf("@"),d=!l||e>-1&&l.index>e,a=p===-1||e>-1&&p>e,c=s===-1||e>-1&&s>e,E=i===-1||e>-1&&i>e,f=n>0,T=e>-1?t[e-1]!=="/":!t.endsWith("/"),h=!t.startsWith(".");return d&&f&&T&&h&&a&&c&&E},"isGitHubShorthand");var nf=u((t,e,{gitHosts:n,protocols:i})=>{if(!t)return;const s=rf(t)?`github:${t}`:t,l=tf(s,i);if(!l)return;const p=n.byShortcut[l.protocol],d=n.byDomain[l.hostname.startsWith("www.")?l.hostname.slice(4):l.hostname],a=p||d;if(!a)return;const c=n[p||d];let E=null;i[l.protocol]?.auth&&(l.username||l.password)&&(E=`${l.username}${l.password?":"+l.password:""}`);let f=null,T=null,h=null,y=null;try{if(p){let _=l.pathname.startsWith("/")?l.pathname.slice(1):l.pathname;const v=_.indexOf("@");v>-1&&(_=_.slice(v+1));const Y=_.lastIndexOf("/");Y>-1?(T=decodeURIComponent(_.slice(0,Y)),T||(T=null),h=decodeURIComponent(_.slice(Y+1))):h=decodeURIComponent(_),h.endsWith(".git")&&(h=h.slice(0,-4)),l.hash&&(f=decodeURIComponent(l.hash.slice(1))),y="shortcut"}else{if(!c.protocols.includes(l.protocol))return;const _=c.extract(l);if(!_)return;T=_.user&&decodeURIComponent(_.user),h=decodeURIComponent(_.project),f=decodeURIComponent(_.committish),y=i[l.protocol]?.name||l.protocol.slice(0,-1)}}catch(_){if(_ instanceof URIError)return;throw _}return[a,T,E,h,f,y,e]},"fromUrl$1");const{LRUCache:sf}=Ln,of=Jp,af=nf,lf=dl,Xs=new sf({max:1e3});class we{static{u(this,"GitHost")}constructor(e,n,i,s,l,p,d={}){Object.assign(this,we.#n[e],{type:e,user:n,auth:i,project:s,committish:l,default:p,opts:d})}static#n={byShortcut:{},byDomain:{}};static#c={"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(e,n){we.#n[e]=n,we.#n.byDomain[n.domain]=e,we.#n.byShortcut[`${e}:`]=e,we.#c[`${e}:`]={name:e}}static fromUrl(e,n){if(typeof e!="string")return;const i=e+JSON.stringify(n||{});if(!Xs.has(i)){const s=af(e,n,{gitHosts:we.#n,protocols:we.#c});Xs.set(i,s?new we(...s):void 0)}return Xs.get(i)}static parseUrl(e){return lf(e)}#t(e,n){if(typeof e!="function")return null;const i={...this,...this.opts,...n};i.path||(i.path=""),i.path.startsWith("/")&&(i.path=i.path.slice(1)),i.noCommittish&&(i.committish=null);const s=e(i);return i.noGitPlus&&s.startsWith("git+")?s.slice(4):s}hash(){return this.committish?`#${this.committish}`:""}ssh(e){return this.#t(this.sshtemplate,e)}sshurl(e){return this.#t(this.sshurltemplate,e)}browse(e,...n){return typeof e!="string"?this.#t(this.browsetemplate,e):typeof n[0]!="string"?this.#t(this.browsetreetemplate,{...n[0],path:e}):this.#t(this.browsetreetemplate,{...n[1],fragment:n[0],path:e})}browseFile(e,...n){return typeof n[0]!="string"?this.#t(this.browseblobtemplate,{...n[0],path:e}):this.#t(this.browseblobtemplate,{...n[1],fragment:n[0],path:e})}docs(e){return this.#t(this.docstemplate,e)}bugs(e){return this.#t(this.bugstemplate,e)}https(e){return this.#t(this.httpstemplate,e)}git(e){return this.#t(this.gittemplate,e)}shortcut(e){return this.#t(this.shortcuttemplate,e)}path(e){return this.#t(this.pathtemplate,e)}tarball(e){return this.#t(this.tarballtemplate,{...e,noCommittish:!1})}file(e,n){return this.#t(this.filetemplate,{...n,path:e})}edit(e,n){return this.#t(this.edittemplate,{...n,path:e})}getDefaultRepresentation(){return this.default}toString(e){return this.default&&typeof this[this.default]=="function"?this[this.default](e):this.sshurl(e)}}for(const[t,e]of Object.entries(of))we.addHost(t,e);var cf=we,uf="Function.prototype.bind called on incompatible ",pf=Object.prototype.toString,ff=Math.max,Ef="[object Function]",Tl=u(function(e,n){for(var i=[],s=0;s<e.length;s+=1)i[s]=e[s];for(var l=0;l<n.length;l+=1)i[l+e.length]=n[l];return i},"concatty"),df=u(function(e,n){for(var i=[],s=n,l=0;s<e.length;s+=1,l+=1)i[l]=e[s];return i},"slicy"),Tf=u(function(t,e){for(var n="",i=0;i<t.length;i+=1)n+=t[i],i+1<t.length&&(n+=e);return n},"joiny"),Pf=u(function(e){var n=this;if(typeof n!="function"||pf.apply(n)!==Ef)throw new TypeError(uf+n);for(var i=df(arguments,1),s,l=u(function(){if(this instanceof s){var E=n.apply(this,Tl(i,arguments));return Object(E)===E?E:this}return n.apply(e,Tl(i,arguments))},"binder"),p=ff(0,n.length-i.length),d=[],a=0;a<p;a++)d[a]="$"+a;if(s=Function("binder","return function ("+Tf(d,",")+"){ return binder.apply(this,arguments); }")(l),n.prototype){var c=u(function(){},"Empty");c.prototype=n.prototype,s.prototype=new c,c.prototype=null}return s},"bind"),mf=Pf,yf=Function.prototype.bind||mf,hf=Function.prototype.call,_f=Object.prototype.hasOwnProperty,bf=yf,gf=bf.call(hf,_f),vf=!0,Sf=">= 8",Yf=">= 0.5 && < 0.9.7",Lf=!0,Af=!0,Cf=">= 0.5",wf=!0,Vf=!0,Of=!0,Mf=">= 1 && < 8",Uf="< 8",Rf=!0,If=[">= 14.17 && < 15",">= 15.1"],xf=!0,Df=">= 0.7.12",Ff=!0,$f="< 6",kf=!0,Nf=">= 0.11.1",Bf=">= 0.11.1",jf=">= 0.11.1",Gf=">= 0.11.1",Wf=">= 0.11.1",Hf=">= 0.11.1",Kf=!0,Xf=">= 8.8",qf=!0,zf=">= 8",Jf="< 8",Qf=!0,Zf=!0,eE=!0,tE=!0,rE=">= 8.5",nE=">= 1",iE=">= 0.5",sE=!0,oE=!0,aE=!0,lE=">= 0.11.5 && < 3",cE=">= 0.9.4",uE=">= 0.9.4",pE=">= 1.4.1",fE=">= 0.9.4",EE=">= 0.9.4",dE=">= 0.9.4",TE=!0,PE=!0,mE=[">= 0.4 && < 0.7",">= 0.8"],yE=!0,hE=">= 0.11.13",_E=">= 0.11.3 && < 10",bE=">= 0.11.3",gE=!0,vE=">= 10",SE=!0,YE=!0,LE=!0,AE=">= 1",CE=!0,wE=[">= 13.4 && < 13.5",">= 18.17 && < 19",">= 20"],VE=">= 11.7",OE=">= 0.5",ME={assert:vf,"node:assert":[">= 14.18 && < 15",">= 16"],"assert/strict":">= 15","node:assert/strict":">= 16",async_hooks:Sf,"node:async_hooks":[">= 14.18 && < 15",">= 16"],buffer_ieee754:Yf,buffer:Lf,"node:buffer":[">= 14.18 && < 15",">= 16"],child_process:Af,"node:child_process":[">= 14.18 && < 15",">= 16"],cluster:Cf,"node:cluster":[">= 14.18 && < 15",">= 16"],console:wf,"node:console":[">= 14.18 && < 15",">= 16"],constants:Vf,"node:constants":[">= 14.18 && < 15",">= 16"],crypto:Of,"node:crypto":[">= 14.18 && < 15",">= 16"],_debug_agent:Mf,_debugger:Uf,dgram:Rf,"node:dgram":[">= 14.18 && < 15",">= 16"],diagnostics_channel:If,"node:diagnostics_channel":[">= 14.18 && < 15",">= 16"],dns:xf,"node:dns":[">= 14.18 && < 15",">= 16"],"dns/promises":">= 15","node:dns/promises":">= 16",domain:Df,"node:domain":[">= 14.18 && < 15",">= 16"],events:Ff,"node:events":[">= 14.18 && < 15",">= 16"],freelist:$f,fs:kf,"node:fs":[">= 14.18 && < 15",">= 16"],"fs/promises":[">= 10 && < 10.1",">= 14"],"node:fs/promises":[">= 14.18 && < 15",">= 16"],_http_agent:Nf,"node:_http_agent":[">= 14.18 && < 15",">= 16"],_http_client:Bf,"node:_http_client":[">= 14.18 && < 15",">= 16"],_http_common:jf,"node:_http_common":[">= 14.18 && < 15",">= 16"],_http_incoming:Gf,"node:_http_incoming":[">= 14.18 && < 15",">= 16"],_http_outgoing:Wf,"node:_http_outgoing":[">= 14.18 && < 15",">= 16"],_http_server:Hf,"node:_http_server":[">= 14.18 && < 15",">= 16"],http:Kf,"node:http":[">= 14.18 && < 15",">= 16"],http2:Xf,"node:http2":[">= 14.18 && < 15",">= 16"],https:qf,"node:https":[">= 14.18 && < 15",">= 16"],inspector:zf,"node:inspector":[">= 14.18 && < 15",">= 16"],"inspector/promises":[">= 19"],"node:inspector/promises":[">= 19"],_linklist:Jf,module:Qf,"node:module":[">= 14.18 && < 15",">= 16"],net:Zf,"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:eE,"node:os":[">= 14.18 && < 15",">= 16"],path:tE,"node:path":[">= 14.18 && < 15",">= 16"],"path/posix":">= 15.3","node:path/posix":">= 16","path/win32":">= 15.3","node:path/win32":">= 16",perf_hooks:rE,"node:perf_hooks":[">= 14.18 && < 15",">= 16"],process:nE,"node:process":[">= 14.18 && < 15",">= 16"],punycode:iE,"node:punycode":[">= 14.18 && < 15",">= 16"],querystring:sE,"node:querystring":[">= 14.18 && < 15",">= 16"],readline:oE,"node:readline":[">= 14.18 && < 15",">= 16"],"readline/promises":">= 17","node:readline/promises":">= 17",repl:aE,"node:repl":[">= 14.18 && < 15",">= 16"],smalloc:lE,_stream_duplex:cE,"node:_stream_duplex":[">= 14.18 && < 15",">= 16"],_stream_transform:uE,"node:_stream_transform":[">= 14.18 && < 15",">= 16"],_stream_wrap:pE,"node:_stream_wrap":[">= 14.18 && < 15",">= 16"],_stream_passthrough:fE,"node:_stream_passthrough":[">= 14.18 && < 15",">= 16"],_stream_readable:EE,"node:_stream_readable":[">= 14.18 && < 15",">= 16"],_stream_writable:dE,"node:_stream_writable":[">= 14.18 && < 15",">= 16"],stream:TE,"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:PE,"node:string_decoder":[">= 14.18 && < 15",">= 16"],sys:mE,"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:yE,"node:timers":[">= 14.18 && < 15",">= 16"],"timers/promises":">= 15","node:timers/promises":">= 16",_tls_common:hE,"node:_tls_common":[">= 14.18 && < 15",">= 16"],_tls_legacy:_E,_tls_wrap:bE,"node:_tls_wrap":[">= 14.18 && < 15",">= 16"],tls:gE,"node:tls":[">= 14.18 && < 15",">= 16"],trace_events:vE,"node:trace_events":[">= 14.18 && < 15",">= 16"],tty:SE,"node:tty":[">= 14.18 && < 15",">= 16"],url:YE,"node:url":[">= 14.18 && < 15",">= 16"],util:LE,"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:AE,"node:v8":[">= 14.18 && < 15",">= 16"],vm:CE,"node:vm":[">= 14.18 && < 15",">= 16"],wasi:wE,"node:wasi":[">= 18.17 && < 19",">= 20"],worker_threads:VE,"node:worker_threads":[">= 14.18 && < 15",">= 16"],zlib:OE,"node:zlib":[">= 14.18 && < 15",">= 16"]},UE=gf;function RE(t,e){for(var n=t.split("."),i=e.split(" "),s=i.length>1?i[0]:"=",l=(i.length>1?i[1]:i[0]).split("."),p=0;p<3;++p){var d=parseInt(n[p]||0,10),a=parseInt(l[p]||0,10);if(d!==a)return s==="<"?d<a:s===">="?d>=a:!1}return s===">="}u(RE,"specifierIncluded");function Pl(t,e){var n=e.split(/ ?&& ?/);if(n.length===0)return!1;for(var i=0;i<n.length;++i)if(!RE(t,n[i]))return!1;return!0}u(Pl,"matchesRange");function IE(t,e){if(typeof e=="boolean")return e;var n=typeof t>"u"?process.versions&&process.versions.node:t;if(typeof n!="string")throw new TypeError(typeof t>"u"?"Unable to determine current node version":"If provided, a valid node version is required");if(e&&typeof e=="object"){for(var i=0;i<e.length;++i)if(Pl(n,e[i]))return!0;return!1}return Pl(n,e)}u(IE,"versionIncluded");var ml=ME,xE=u(function(e,n){return UE(ml,e)&&IE(n,ml[e])},"isCore"),DE=FE;function FE(t){if(!t||t==="ERROR: No README data found!")return;t=t.trim().split(`
|
|
12
|
+
`);let e=0;for(;t[e]&&t[e].trim().match(/^(#|$)/);)e++;const n=t.length;let i=e+1;for(;i<n&&t[i].trim();)i++;return t.slice(e,i).join(" ").trim()}u(FE,"extractDescription$1");var $E={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"},kE={web:"url",name:"url"},NE={server:"start",tests:"test"},BE={topLevel:$E,bugs:kE,script:NE},jE=vp,GE=Lp,WE=Kp,wn=cf,HE=xE,KE=["dependencies","devDependencies","optionalDependencies"],XE=DE,qs=ko,Ke=BE,yl=u(t=>t.includes("@")&&t.indexOf("@")<t.lastIndexOf("."),"isEmail"),qE={warn:function(){},fixRepositoryField:function(t){if(t.repositories&&(this.warn("repositories"),t.repository=t.repositories[0]),!t.repository)return this.warn("missingRepository");typeof t.repository=="string"&&(t.repository={type:"git",url:t.repository});var e=t.repository.url||"";if(e){var n=wn.fromUrl(e);n&&(e=t.repository.url=n.getDefaultRepresentation()==="shortcut"?n.https():n.toString())}e.match(/github.com\/[^/]+\/[^/]+\.git\.git$/)&&this.warn("brokenGitUrl",e)},fixTypos:function(t){Object.keys(Ke.topLevel).forEach(function(e){Object.prototype.hasOwnProperty.call(t,e)&&this.warn("typo",e,Ke.topLevel[e])},this)},fixScriptsField:function(t){if(t.scripts){if(typeof t.scripts!="object"){this.warn("nonObjectScripts"),delete t.scripts;return}Object.keys(t.scripts).forEach(function(e){typeof t.scripts[e]!="string"?(this.warn("nonStringScript"),delete t.scripts[e]):Ke.script[e]&&!t.scripts[Ke.script[e]]&&this.warn("typo",e,Ke.script[e],"scripts")},this)}},fixFilesField:function(t){var e=t.files;e&&!Array.isArray(e)?(this.warn("nonArrayFiles"),delete t.files):t.files&&(t.files=t.files.filter(function(n){return!n||typeof n!="string"?(this.warn("invalidFilename",n),!1):!0},this))},fixBinField:function(t){if(t.bin&&typeof t.bin=="string"){var e={},n;(n=t.name.match(/^@[^/]+[/](.*)$/))?e[n[1]]=t.bin:e[t.name]=t.bin,t.bin=e}},fixManField:function(t){t.man&&typeof t.man=="string"&&(t.man=[t.man])},fixBundleDependenciesField:function(t){var e="bundledDependencies",n="bundleDependencies";t[e]&&!t[n]&&(t[n]=t[e],delete t[e]),t[n]&&!Array.isArray(t[n])?(this.warn("nonArrayBundleDependencies"),delete t[n]):t[n]&&(t[n]=t[n].filter(function(i){return!i||typeof i!="string"?(this.warn("nonStringBundleDependency",i),!1):(t.dependencies||(t.dependencies={}),Object.prototype.hasOwnProperty.call(t.dependencies,i)||(this.warn("nonDependencyBundleDependency",i),t.dependencies[i]="*"),!0)},this))},fixDependencies:function(t){nd(t,this.warn),td(t,this.warn),this.fixBundleDependenciesField(t),["dependencies","devDependencies"].forEach(function(e){if(e in t){if(!t[e]||typeof t[e]!="object"){this.warn("nonObjectDependencies",e),delete t[e];return}Object.keys(t[e]).forEach(function(n){var i=t[e][n];typeof i!="string"&&(this.warn("nonStringDependency",n,JSON.stringify(i)),delete t[e][n]);var s=wn.fromUrl(t[e][n]);s&&(t[e][n]=s.toString())},this)}},this)},fixModulesField:function(t){t.modules&&(this.warn("deprecatedModules"),delete t.modules)},fixKeywordsField:function(t){typeof t.keywords=="string"&&(t.keywords=t.keywords.split(/,\s+/)),t.keywords&&!Array.isArray(t.keywords)?(delete t.keywords,this.warn("nonArrayKeywords")):t.keywords&&(t.keywords=t.keywords.filter(function(e){return typeof e!="string"||!e?(this.warn("nonStringKeyword"),!1):!0},this))},fixVersionField:function(t,e){var n=!e;if(!t.version)return t.version="",!0;if(!jE(t.version,n))throw new Error('Invalid version: "'+t.version+'"');return t.version=GE(t.version,n),!0},fixPeople:function(t){hl(t,ZE),hl(t,ed)},fixNameField:function(t,e){typeof e=="boolean"?e={strict:e}:typeof e>"u"&&(e={});var n=e.strict;if(!t.name&&!n){t.name="";return}if(typeof t.name!="string")throw new Error("name field must be a string.");n||(t.name=t.name.trim()),QE(t.name,n,e.allowLegacyCase),HE(t.name)&&this.warn("conflictingName",t.name)},fixDescriptionField:function(t){t.description&&typeof t.description!="string"&&(this.warn("nonStringDescription"),delete t.description),t.readme&&!t.description&&(t.description=XE(t.readme)),t.description===void 0&&delete t.description,t.description||this.warn("missingDescription")},fixReadmeField:function(t){t.readme||(this.warn("missingReadme"),t.readme="ERROR: No README data found!")},fixBugsField:function(t){if(!t.bugs&&t.repository&&t.repository.url){var e=wn.fromUrl(t.repository.url);e&&e.bugs()&&(t.bugs={url:e.bugs()})}else if(t.bugs){if(typeof t.bugs=="string")yl(t.bugs)?t.bugs={email:t.bugs}:qs.parse(t.bugs).protocol?t.bugs={url:t.bugs}:this.warn("nonEmailUrlBugsString");else{id(t.bugs,this.warn);var n=t.bugs;t.bugs={},n.url&&(typeof n.url=="string"&&qs.parse(n.url).protocol?t.bugs.url=n.url:this.warn("nonUrlBugsUrlField")),n.email&&(typeof n.email=="string"&&yl(n.email)?t.bugs.email=n.email:this.warn("nonEmailBugsEmailField"))}!t.bugs.email&&!t.bugs.url&&(delete t.bugs,this.warn("emptyNormalizedBugs"))}},fixHomepageField:function(t){if(!t.homepage&&t.repository&&t.repository.url){var e=wn.fromUrl(t.repository.url);e&&e.docs()&&(t.homepage=e.docs())}if(t.homepage){if(typeof t.homepage!="string")return this.warn("nonUrlHomepage"),delete t.homepage;qs.parse(t.homepage).protocol||(t.homepage="http://"+t.homepage)}},fixLicenseField:function(t){const e=t.license||t.licence;if(!e)return this.warn("missingLicense");if(typeof e!="string"||e.length<1||e.trim()==="")return this.warn("invalidLicense");if(!WE(e).validForNewPackages)return this.warn("invalidLicense")}};function zE(t){if(t.charAt(0)!=="@")return!1;var e=t.slice(1).split("/");return e.length!==2?!1:e[0]&&e[1]&&e[0]===encodeURIComponent(e[0])&&e[1]===encodeURIComponent(e[1])}u(zE,"isValidScopedPackageName");function JE(t){return!t.match(/[/@\s+%:]/)&&t===encodeURIComponent(t)}u(JE,"isCorrectlyEncodedName");function QE(t,e,n){if(t.charAt(0)==="."||!(zE(t)||JE(t))||e&&!n&&t!==t.toLowerCase()||t.toLowerCase()==="node_modules"||t.toLowerCase()==="favicon.ico")throw new Error("Invalid name: "+JSON.stringify(t))}u(QE,"ensureValidName");function hl(t,e){return t.author&&(t.author=e(t.author)),["maintainers","contributors"].forEach(function(n){Array.isArray(t[n])&&(t[n]=t[n].map(e))}),t}u(hl,"modifyPeople");function ZE(t){if(typeof t=="string")return t;var e=t.name||"",n=t.url||t.web,i=n?" ("+n+")":"",s=t.email||t.mail,l=s?" <"+s+">":"";return e+l+i}u(ZE,"unParsePerson");function ed(t){if(typeof t!="string")return t;var e=t.match(/^([^(<]+)/),n=t.match(/\(([^()]+)\)/),i=t.match(/<([^<>]+)>/),s={};return e&&e[0].trim()&&(s.name=e[0].trim()),i&&(s.email=i[1]),n&&(s.url=n[1]),s}u(ed,"parsePerson");function td(t){var e=t.optionalDependencies;if(e){var n=t.dependencies||{};Object.keys(e).forEach(function(i){n[i]=e[i]}),t.dependencies=n}}u(td,"addOptionalDepsToDeps");function rd(t,e,n){if(!t)return{};if(typeof t=="string"&&(t=t.trim().split(/[\n\r\s\t ,]+/)),!Array.isArray(t))return t;n("deprecatedArrayDependencies",e);var i={};return t.filter(function(s){return typeof s=="string"}).forEach(function(s){s=s.trim().split(/(:?[@\s><=])/);var l=s.shift(),p=s.join("");p=p.trim(),p=p.replace(/^@/,""),i[l]=p}),i}u(rd,"depObjectify");function nd(t,e){KE.forEach(function(n){t[n]&&(t[n]=rd(t[n],n,e))})}u(nd,"objectifyDeps");function id(t,e){t&&Object.keys(t).forEach(function(n){Ke.bugs[n]&&(e("typo",n,Ke.bugs[n],"bugs"),t[Ke.bugs[n]]=t[n],delete t[n])})}u(id,"bugsTypos");var sd="'repositories' (plural) Not supported. Please pick one as the 'repository' field",od="No repository field.",ad="Probably broken git url: %s",ld="scripts must be an object",cd="script values must be string commands",ud="Invalid 'files' member",pd="Invalid filename in 'files' list: %s",fd="Invalid 'bundleDependencies' list. Must be array of package names",Ed="Invalid bundleDependencies member: %s",dd="Non-dependency in bundleDependencies: %s",Td="%s field must be an object",Pd="Invalid dependency: %s %s",md="specifying %s as array is deprecated",yd="modules field is deprecated",hd="keywords should be an array of strings",_d="keywords should be an array of strings",bd="%s is also the name of a node core module.",gd="'description' field should be a string",vd="No description",Sd="No README data",Yd="No license field.",Ld="Bug string field must be url, email, or {email,url}",Ad="bugs.url field must be a string url. Deleted.",Cd="bugs.email field must be a string email. Deleted.",wd="Normalized value of bugs field is an empty object. Deleted.",Vd="homepage field must be a string url. Deleted.",Od="license should be a valid SPDX license expression",Md="%s should probably be %s.",Ud={repositories:sd,missingRepository:od,brokenGitUrl:ad,nonObjectScripts:ld,nonStringScript:cd,nonArrayFiles:ud,invalidFilename:pd,nonArrayBundleDependencies:fd,nonStringBundleDependency:Ed,nonDependencyBundleDependency:dd,nonObjectDependencies:Td,nonStringDependency:Pd,deprecatedArrayDependencies:md,deprecatedModules:yd,nonArrayKeywords:hd,nonStringKeyword:_d,conflictingName:bd,nonStringDescription:gd,missingDescription:vd,missingReadme:Sd,missingLicense:Yd,nonEmailUrlBugsString:Ld,nonUrlBugsUrlField:Ad,nonEmailBugsEmailField:Cd,emptyNormalizedBugs:wd,nonUrlHomepage:Vd,invalidLicense:Od,typo:Md},_l=eu,zs=Ud,Rd=u(function(){var t=Array.prototype.slice.call(arguments,0),e=t.shift();if(e==="typo")return Id.apply(null,t);var n=zs[e]?zs[e]:e+": '%s'";return t.unshift(n),_l.format.apply(null,t)},"make_warning");function Id(t,e,n){return n&&(t=n+"['"+t+"']",e=n+"['"+e+"']"),_l.format(zs.typo,t,e)}u(Id,"makeTypoWarning");var xd=bl,Js=qE;bl.fixer=Js;var Dd=Rd,Fd=["name","version","description","repository","modules","scripts","files","bin","man","bugs","keywords","readme","homepage","license"],$d=["dependencies","people","typos"],Qs=Fd.map(function(t){return gl(t)+"Field"});Qs=Qs.concat($d);function bl(t,e,n){e===!0&&(e=null,n=!0),n||(n=!1),(!e||t.private)&&(e=u(function(){},"warn")),t.scripts&&t.scripts.install==="node-gyp rebuild"&&!t.scripts.preinstall&&(t.gypfile=!0),Js.warn=function(){e(Dd.apply(null,arguments))},Qs.forEach(function(i){Js["fix"+gl(i)](t,n)}),t._id=t.name+"@"+t.version}u(bl,"normalize");function gl(t){return t.charAt(0).toUpperCase()+t.slice(1)}u(gl,"ucFirst");var kd=Tu(xd);function Nd(t){return t instanceof URL?tu(t):t}u(Nd,"toPath");const Bd=u(t=>Go.resolve(Nd(t)??".","package.json"),"getPackagePath"),jd=u((t,e)=>{const n=typeof t=="string"?np(t):t;return e&&kd(n),n},"_readPackage");function Gd({cwd:t,normalize:e=!0}={}){const n=Bo.readFileSync(Bd(t),"utf8");return jd(n,e)}u(Gd,"readPackageSync");function Wd(t){const e=Wo("package.json",t);if(e)return{packageJson:Gd({...t,cwd:Go.dirname(e)}),path:e}}u(Wd,"readPackageUpSync");const Zs="js,ts,mjs,cjs,mts,cts",Hd=u(()=>{const t=Wo(".nvmrc");if(t){let e=Bo.readFileSync(t,"utf8");return e=e.trim(),e.startsWith("v")&&(e=e.slice(1)),e}return"18.19.0"},"getNodeVersion"),vl=Wd(),Kd=vl&&"bin"in vl.packageJson,[Vn,eo,to]=jo.configs["flat/mixed-esm-and-cjs"],ro={"n/no-missing-import":"off","n/no-missing-require":"off","n/no-extraneous-import":"off"},no=F({...Vn,files:[...Vn.files,"**/*.ts"],languageOptions:{...Vn.languageOptions,sourceType:"module"},rules:{...Vn.rules,...ro}}),Xd=F({...eo,files:[...eo.files,"**/*.mts"],rules:{...eo.rules,...ro}}),qd=F({...to,files:[...to.files,"**/*.cts"],rules:{...to.rules,...ro}}),zd=u((t={})=>{const e=[F({plugins:{n:jo},settings:{node:{version:`>=${Hd()}`}}}),qd];return t?.node&&e.push(no,Xd,F({files:t.node===!0?[`**/*.{${Zs}}`]:t.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"}})),Kd&&e.push(F({...no,files:[`**/cli.{${Zs}}`,`**/cli/**/*.{${Zs}}`],rules:{...no.rules,"n/no-process-exit":"off"}})),e},"node"),Jd=[F({plugins:{promise:Ho},rules:Ho.configs.recommended.rules}),F({rules:{"promise/always-return":"off","promise/catch-or-return":["error",{allowThen:!0}]}})],Qd=Ge("jest")?F({files:["**/{test,tests}/*"],languageOptions:{globals:yn.jest}}):void 0,{recommended:Zd}=Ko.configs,eT=u(()=>[F({files:["**/*.md"],plugins:{markdown:Ko},processor:"markdown/markdown"}),F(Zd[2]),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"}}),F({files:["**/*.md/*.{json,json5}"],rules:{"jsonc/indent":["error",4],"unicorn/filename-case":"off"}})],"markdown"),[tT]=hn.configs.base.overrides,rT=[F({files:["**/*.{json,json5,jsonc}"],plugins:{jsonc:hn},languageOptions:{parser:hn},rules:{...tT.rules,"jsonc/indent":["error","tab"],"jsonc/key-spacing":["error",{afterColon:!0,beforeColon:!1,mode:"strict"}],"jsonc/object-property-newline":"error"}}),F({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","exports","imports","unpkg","scripts","husky","simple-git-hooks","lint-staged","engines","peerDependencies","peerDependenciesMeta","dependencies","optionalDependencies","devDependencies","bundledDependencies","bundleDependencies","overrides","eslintConfig"]},{pathPattern:"^(?:dev|peer|optional|bundled)?[Dd]ependencies(Meta)?$",order:{type:"asc"}}]}}),F({files:["**/tsconfig.json","**/tsconfig.*.json"],rules:{...hn.configs["recommended-with-jsonc"].rules,"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","baseUrl","rootDir","rootDirs","customConditions","module","moduleResolution","moduleSuffixes","noResolve","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"]}]}})],nT=F({files:["**/*.{yml,yaml}"],plugins:{yml:gs},languageOptions:{parser:ru},rules:{...gs.configs.base.rules,...gs.configs.standard.rules,"yml/no-empty-mapping-value":"off"}}),iT=[F({plugins:{"no-use-extend-native":Xo},rules:Xo.configs.recommended.rules})],sT=[F({plugins:{unicorn:qo},rules:{...qo.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:{i:!0,j:!0},replacements:{args:!1,dev:!1,dist:!1,env:!1,pkg:!1,prop:!1,props:!1,ref:!1,src:!1}}],"unicorn/template-indent":"off","unicorn/no-abusive-eslint-disable":"off"}}),F({files:["FUNDING.json"],rules:{"unicorn/filename-case":"off"}}),F({files:["**/*.d.ts"],rules:{"unicorn/prevent-abbreviations":"off"}})],oT=nu(),Sl=oT?.config.compilerOptions?.jsx,Yl=Sl==="react-jsx"||Sl==="react-jsxdev",aT=F({files:["**/*.{jsx,tsx}"],plugins:{react:nr,"react-hooks":zo},languageOptions:{parserOptions:Yl?nr.configs["jsx-runtime"].parserOptions:nr.configs.recommended.parserOptions},settings:{react:{version:"detect"}},rules:{...nr.configs.recommended.rules,...Yl?nr.configs["jsx-runtime"].rules:{},...zo.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:["\\.spec\\.tsx$"]}]}}),lT={...et.configs.base.rules,...et.configs["vue3-essential"].rules,...et.configs["vue3-strongly-recommended"].rules,...et.configs["vue3-recommended"].rules},cT=u(()=>Ge("unplugin-auto-import")?Object.fromEntries(["vue","vue-router","@vueuse/core","@vueuse/head"].flatMap(t=>Ge(t)?ou(t).map(e=>[e,"readonly"]):[])):{},"detectAutoImport"),uT=u(()=>{const t=[];Ge("vitepress")&&t.push("content","client-only","outbound-link");const e="./src/components";if(Ge("unplugin-vue-components")&&Jo.existsSync(e)){const i=Jo.readdirSync(e).filter(s=>s.endsWith(".vue")).map(s=>s.replace(".vue",""));t.push(...i)}return Ge("unplugin-icons")&&t.push("icon-*"),t},"detectAutoImportComponents"),pT=F({files:["**/*.vue"],processor:et.processors[".vue"],languageOptions:{globals:{...yn.browser,...et.environments["setup-compiler-macros"].globals,...cT()},parser:iu,parserOptions:{parser:{ts:"@typescript-eslint/parser"}}}}),fT=F({files:["**/*.vue"],plugins:{vue:et},rules:{...lT,"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",...uT()]}],"vue/comment-directive":["error",{reportUnusedDisableDirectives:!0}],"vue/component-tags-order":"off","vue/block-order":["error",{order:["script[setup]",["script","template"],"style"]}]}});var ET="lintroll",dT="1.6.0",Ll={},Al={},Cl={},ae={},_t={},rt={};Object.defineProperty(rt,"__esModule",{value:!0});const or={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"]},TT=Object.keys(or);for(const t of TT)Object.freeze(or[t]);Object.freeze(or);const PT=new Set(["parent","leadingComments","trailingComments"]);function mT(t){return!PT.has(t)&&t[0]!=="_"}u(mT,"filterKey");function yT(t){return Object.keys(t).filter(mT)}u(yT,"getKeys$2");function hT(t){const e=Object.assign({},or);for(const n of Object.keys(t))if(Object.prototype.hasOwnProperty.call(e,n)){const i=new Set(t[n]);for(const s of e[n])i.add(s);e[n]=Object.freeze(Array.from(i))}else e[n]=Object.freeze(Array.from(t[n]));return Object.freeze(e)}u(hT,"unionWith"),rt.KEYS=or,rt.getKeys=yT,rt.unionWith=hT,function(t){Object.defineProperty(t,"__esModule",{value:!0});var e=rt;function n(m,b){const P=b.range[0];let g=m,A=!1;do{A=!1;for(const L of g.childScopes){const U=L.block.range;if(U[0]<=P&&P<U[1]){g=L,A=!0;break}}}while(A);return g}u(n,"getInnermostScope");function i(m,b){let P="",g=m;for(typeof b=="string"?P=b:(P=b.name,g=n(g,b));g!=null;){const A=g.set.get(P);if(A!=null)return A;g=g.upper}return null}u(i,"findVariable");function s(m){return!this(m)}u(s,"negate0");function l(m){return s.bind(m)}u(l,"negate");function p(m,b){return m.type==="Punctuator"&&m.value===b}u(p,"isPunctuatorTokenWithValue");function d(m){return p(m,"=>")}u(d,"isArrowToken");function a(m){return p(m,",")}u(a,"isCommaToken");function c(m){return p(m,";")}u(c,"isSemicolonToken");function E(m){return p(m,":")}u(E,"isColonToken");function f(m){return p(m,"(")}u(f,"isOpeningParenToken");function T(m){return p(m,")")}u(T,"isClosingParenToken");function h(m){return p(m,"[")}u(h,"isOpeningBracketToken");function y(m){return p(m,"]")}u(y,"isClosingBracketToken");function _(m){return p(m,"{")}u(_,"isOpeningBraceToken");function v(m){return p(m,"}")}u(v,"isClosingBraceToken");function Y(m){return["Block","Line","Shebang"].includes(m.type)}u(Y,"isCommentToken");const M=l(d),V=l(a),$=l(c),se=l(E),ce=l(f),Pe=l(T),dt=l(h),Jt=l(y),Qt=l(_),vo=l(v),So=l(Y);function Yo(m,b){return m.id?b.getTokenAfter(m.id,f):b.getFirstToken(m,f)}u(Yo,"getOpeningParenOfParams");function Lo(m,b){const P=m.parent;let g=null,A=null;if(m.type==="ArrowFunctionExpression"){const L=b.getTokenBefore(m.body,d);g=L.loc.start,A=L.loc.end}else P.type==="Property"||P.type==="MethodDefinition"||P.type==="PropertyDefinition"?(g=P.loc.start,A=Yo(m,b).loc.start):(g=m.loc.start,A=Yo(m,b).loc.start);return{start:{...g},end:{...A}}}u(Lo,"getFunctionHeadLocation");const Ao=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof S<"u"?S:{},Cc=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"])),ys=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(m=>m!=="random").map(m=>Math[m]).filter(m=>typeof m=="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(m=>typeof m=="function")),Co=new Set([Object.freeze,Object.preventExtensions,Object.seal]),wc=[[Map,new Set(["size"])],[RegExp,new Set(["dotAll","flags","global","hasIndices","ignoreCase","multiline","source","sticky","unicode"])],[Set,new Set(["size"])]];function Vc(m,b){let P=m;for(;(typeof P=="object"||typeof P=="function")&&P!==null;){const g=Object.getOwnPropertyDescriptor(P,b);if(g)return g;P=Object.getPrototypeOf(P)}return null}u(Vc,"getPropertyDescriptor");function Oc(m,b){const P=Vc(m,b);return P!=null&&P.get!=null}u(Oc,"isGetter");function Zt(m,b){const P=[];for(let g=0;g<m.length;++g){const A=m[g];if(A==null)P.length=g+1;else if(A.type==="SpreadElement"){const L=H(A.argument,b);if(L==null)return null;P.push(...L.value)}else{const L=H(A,b);if(L==null)return null;P.push(L.value)}}return P}u(Zt,"getElementValues");function Mc(m){const b=m.references,P=b.filter(A=>A.init).length,g=b.filter(A=>A.isReadOnly()).length;return P===1&&g+P===b.length}u(Mc,"isEffectivelyConst");const wo=Object.freeze({ArrayExpression(m,b){const P=Zt(m.elements,b);return P!=null?{value:P}:null},AssignmentExpression(m,b){return m.operator==="="?H(m.right,b):null},BinaryExpression(m,b){if(m.operator==="in"||m.operator==="instanceof")return null;const P=H(m.left,b),g=H(m.right,b);if(P!=null&&g!=null)switch(m.operator){case"==":return{value:P.value==g.value};case"!=":return{value:P.value!=g.value};case"===":return{value:P.value===g.value};case"!==":return{value:P.value!==g.value};case"<":return{value:P.value<g.value};case"<=":return{value:P.value<=g.value};case">":return{value:P.value>g.value};case">=":return{value:P.value>=g.value};case"<<":return{value:P.value<<g.value};case">>":return{value:P.value>>g.value};case">>>":return{value:P.value>>>g.value};case"+":return{value:P.value+g.value};case"-":return{value:P.value-g.value};case"*":return{value:P.value*g.value};case"/":return{value:P.value/g.value};case"%":return{value:P.value%g.value};case"**":return{value:P.value**g.value};case"|":return{value:P.value|g.value};case"^":return{value:P.value^g.value};case"&":return{value:P.value&g.value}}return null},CallExpression(m,b){const P=m.callee,g=Zt(m.arguments,b);if(g!=null)if(P.type==="MemberExpression"){if(P.property.type==="PrivateIdentifier")return null;const A=H(P.object,b);if(A!=null){if(A.value==null&&(A.optional||m.optional))return{value:void 0,optional:!0};const L=hs(P,b);if(L!=null){const U=A.value,B=L.value;if(ys.has(U[B]))return{value:U[B](...g)};if(Co.has(U[B]))return{value:g[0]}}}}else{const A=H(P,b);if(A!=null){if(A.value==null&&m.optional)return{value:void 0,optional:!0};const L=A.value;if(ys.has(L))return{value:L(...g)};if(Co.has(L))return{value:g[0]}}}return null},ConditionalExpression(m,b){const P=H(m.test,b);return P!=null?P.value?H(m.consequent,b):H(m.alternate,b):null},ExpressionStatement(m,b){return H(m.expression,b)},Identifier(m,b){if(b!=null){const P=i(b,m);if(P!=null&&P.defs.length===0&&Cc.has(P.name)&&P.name in Ao)return{value:Ao[P.name]};if(P!=null&&P.defs.length===1){const g=P.defs[0];if(g.parent&&g.type==="Variable"&&(g.parent.kind==="const"||Mc(P))&&g.node.id.type==="Identifier")return H(g.node.init,b)}}return null},Literal(m){return(m.regex!=null||m.bigint!=null)&&m.value==null?null:{value:m.value}},LogicalExpression(m,b){const P=H(m.left,b);if(P!=null){if(m.operator==="||"&&P.value||m.operator==="&&"&&!P.value||m.operator==="??"&&P.value!=null)return P;const g=H(m.right,b);if(g!=null)return g}return null},MemberExpression(m,b){if(m.property.type==="PrivateIdentifier")return null;const P=H(m.object,b);if(P!=null){if(P.value==null&&(P.optional||m.optional))return{value:void 0,optional:!0};const g=hs(m,b);if(g!=null){if(!Oc(P.value,g.value))return{value:P.value[g.value]};for(const[A,L]of wc)if(P.value instanceof A&&L.has(g.value))return{value:P.value[g.value]}}}return null},ChainExpression(m,b){const P=H(m.expression,b);return P!=null?{value:P.value}:null},NewExpression(m,b){const P=H(m.callee,b),g=Zt(m.arguments,b);if(P!=null&&g!=null){const A=P.value;if(ys.has(A))return{value:new A(...g)}}return null},ObjectExpression(m,b){const P={};for(const g of m.properties)if(g.type==="Property"){if(g.kind!=="init")return null;const A=hs(g,b),L=H(g.value,b);if(A==null||L==null)return null;P[A.value]=L.value}else if(g.type==="SpreadElement"||g.type==="ExperimentalSpreadProperty"){const A=H(g.argument,b);if(A==null)return null;Object.assign(P,A.value)}else return null;return{value:P}},SequenceExpression(m,b){const P=m.expressions[m.expressions.length-1];return H(P,b)},TaggedTemplateExpression(m,b){const P=H(m.tag,b),g=Zt(m.quasi.expressions,b);if(P!=null&&g!=null){const A=P.value,L=m.quasi.quasis.map(U=>U.value.cooked);if(L.raw=m.quasi.quasis.map(U=>U.value.raw),A===String.raw)return{value:A(L,...g)}}return null},TemplateLiteral(m,b){const P=Zt(m.expressions,b);if(P!=null){let g=m.quasis[0].value.cooked;for(let A=0;A<P.length;++A)g+=P[A],g+=m.quasis[A+1].value.cooked;return{value:g}}return null},UnaryExpression(m,b){if(m.operator==="delete")return null;if(m.operator==="void")return{value:void 0};const P=H(m.argument,b);if(P!=null)switch(m.operator){case"-":return{value:-P.value};case"+":return{value:+P.value};case"!":return{value:!P.value};case"~":return{value:~P.value};case"typeof":return{value:typeof P.value}}return null}});function H(m,b){return m!=null&&Object.hasOwnProperty.call(wo,m.type)?wo[m.type](m,b):null}u(H,"getStaticValueR");function hs(m,b){const P=m.type==="Property"?m.key:m.property;return m.computed?H(P,b):P.type==="Identifier"?{value:P.name}:P.type==="Literal"?P.bigint?{value:P.bigint}:{value:String(P.value)}:null}u(hs,"getStaticPropertyNameValue");function _s(m,b=null){try{return H(m,b)}catch{return null}}u(_s,"getStaticValue");function er(m,b=null){if(m&&m.type==="Literal"&&m.value===null){if(m.regex)return`/${m.regex.pattern}/${m.regex.flags}`;if(m.bigint)return m.bigint}const P=_s(m,b);return P&&String(P.value)}u(er,"getStringIfConstant");function tr(m,b){switch(m.type){case"MemberExpression":return m.computed?er(m.property,b):m.property.type==="PrivateIdentifier"?null:m.property.name;case"Property":case"MethodDefinition":case"PropertyDefinition":return m.computed?er(m.key,b):m.key.type==="Literal"?String(m.key.value):m.key.type==="PrivateIdentifier"?null:m.key.name}return null}u(tr,"getPropertyName");function Vo(m,b){const P=m.parent,g=[],A=P.type==="Property"&&P.value===m,L=P.type==="MethodDefinition"&&P.value===m,U=P.type==="PropertyDefinition"&&P.value===m;if((L||U)&&(P.static&&g.push("static"),P.key.type==="PrivateIdentifier"&&g.push("private")),m.async&&g.push("async"),m.generator&&g.push("generator"),A||L){if(P.kind==="constructor")return"constructor";P.kind==="get"?g.push("getter"):P.kind==="set"?g.push("setter"):g.push("method")}else U?g.push("method"):(m.type==="ArrowFunctionExpression"&&g.push("arrow"),g.push("function"));if(A||L||U)if(P.key.type==="PrivateIdentifier")g.push(`#${P.key.name}`);else{const B=tr(P);if(B)g.push(`'${B}'`);else if(b){const Ye=b.getText(P.key);Ye.includes(`
|
|
13
|
+
`)||g.push(`[${Ye}]`)}}else m.id?g.push(`'${m.id.name}'`):P.type==="VariableDeclarator"&&P.id&&P.id.type==="Identifier"?g.push(`'${P.id.name}'`):(P.type==="AssignmentExpression"||P.type==="AssignmentPattern")&&P.left&&P.left.type==="Identifier"?g.push(`'${P.left.name}'`):P.type==="ExportDefaultDeclaration"&&P.declaration===m&&g.push("'default'");return g.join(" ")}u(Vo,"getFunctionNameWithKind");const Uc=Object.freeze(new Set(["==","!=","<","<=",">",">=","<<",">>",">>>","+","-","*","/","%","|","^","&","in"])),Rc=Object.freeze(new Set(["-","+","!","~"]));function Oo(m){return m!==null&&typeof m=="object"&&typeof m.type=="string"}u(Oo,"isNode");const Ic=Object.freeze(Object.assign(Object.create(null),{$visit(m,b,P){const{type:g}=m;return typeof this[g]=="function"?this[g](m,b,P):this.$visitChildren(m,b,P)},$visitChildren(m,b,P){const{type:g}=m;for(const A of P[g]||e.getKeys(m)){const L=m[A];if(Array.isArray(L)){for(const U of L)if(Oo(U)&&this.$visit(U,b,P))return!0}else if(Oo(L)&&this.$visit(L,b,P))return!0}return!1},ArrowFunctionExpression(){return!1},AssignmentExpression(){return!0},AwaitExpression(){return!0},BinaryExpression(m,b,P){return b.considerImplicitTypeConversion&&Uc.has(m.operator)&&(m.left.type!=="Literal"||m.right.type!=="Literal")?!0:this.$visitChildren(m,b,P)},CallExpression(){return!0},FunctionExpression(){return!1},ImportExpression(){return!0},MemberExpression(m,b,P){return b.considerGetters||b.considerImplicitTypeConversion&&m.computed&&m.property.type!=="Literal"?!0:this.$visitChildren(m,b,P)},MethodDefinition(m,b,P){return b.considerImplicitTypeConversion&&m.computed&&m.key.type!=="Literal"?!0:this.$visitChildren(m,b,P)},NewExpression(){return!0},Property(m,b,P){return b.considerImplicitTypeConversion&&m.computed&&m.key.type!=="Literal"?!0:this.$visitChildren(m,b,P)},PropertyDefinition(m,b,P){return b.considerImplicitTypeConversion&&m.computed&&m.key.type!=="Literal"?!0:this.$visitChildren(m,b,P)},UnaryExpression(m,b,P){return m.operator==="delete"||b.considerImplicitTypeConversion&&Rc.has(m.operator)&&m.argument.type!=="Literal"?!0:this.$visitChildren(m,b,P)},UpdateExpression(){return!0},YieldExpression(){return!0}}));function Mo(m,b,{considerGetters:P=!1,considerImplicitTypeConversion:g=!1}={}){return Ic.$visit(m,{considerGetters:P,considerImplicitTypeConversion:g},b.visitorKeys||e.KEYS)}u(Mo,"hasSideEffect");function xc(m,b){const P=m.parent;switch(P.type){case"CallExpression":case"NewExpression":return P.arguments.length===1&&P.arguments[0]===m?b.getTokenAfter(P.callee,f):null;case"DoWhileStatement":return P.test===m?b.getTokenAfter(P.body,f):null;case"IfStatement":case"WhileStatement":return P.test===m?b.getFirstToken(P,1):null;case"ImportExpression":return P.source===m?b.getFirstToken(P,1):null;case"SwitchStatement":return P.discriminant===m?b.getFirstToken(P,1):null;case"WithStatement":return P.object===m?b.getFirstToken(P,1):null;default:return null}}u(xc,"getParentSyntaxParen");function Uo(m,b,P){let g,A,L,U,B;if(typeof m=="number"){if(g=m|0,A=b,L=P,!(g>=1))throw new TypeError("'times' should be a positive integer.")}else g=1,A=m,L=b;if(A==null||A.parent==null||A.parent.type==="CatchClause"&&A.parent.param===A)return!1;U=B=A;do U=L.getTokenBefore(U),B=L.getTokenAfter(B);while(U!=null&&B!=null&&f(U)&&T(B)&&U!==xc(A,L)&&--g>0);return g===0}u(Uo,"isParenthesized");const Dc=/\$(?:[$&`']|[1-9][0-9]?)/gu,Ro=new WeakMap;function Fc(m,b){let P=!1;for(let g=b-1;g>=0&&m.charCodeAt(g)===92;--g)P=!P;return P}u(Fc,"isEscaped");function $c(m,b,P){const g=[];let A=0,L=null;function U(B){switch(B){case"$$":return"$";case"$&":return L[0];case"$`":return b.slice(0,L.index);case"$'":return b.slice(L.index+L[0].length);default:{const Ye=B.slice(1);return Ye in L?L[Ye]:B}}}u(U,"replacer");for(L of m.execAll(b))g.push(b.slice(A,L.index)),g.push(P.replace(Dc,U)),A=L.index+L[0].length;return g.push(b.slice(A)),g.join("")}u($c,"replaceS");function kc(m,b,P){const g=[];let A=0;for(const L of m.execAll(b))g.push(b.slice(A,L.index)),g.push(String(P(...L,L.index,L.input))),A=L.index+L[0].length;return g.push(b.slice(A)),g.join("")}u(kc,"replaceF");class Io{static{u(this,"PatternMatcher")}constructor(b,{escaped:P=!1}={}){if(!(b instanceof RegExp))throw new TypeError("'pattern' should be a RegExp instance.");if(!b.flags.includes("g"))throw new Error("'pattern' should contains 'g' flag.");Ro.set(this,{pattern:new RegExp(b.source,b.flags),escaped:!!P})}*execAll(b){const{pattern:P,escaped:g}=Ro.get(this);let A=null,L=0;for(P.lastIndex=0;(A=P.exec(b))!=null;)(g||!Fc(b,A.index))&&(L=P.lastIndex,yield A,P.lastIndex=L)}test(b){return!this.execAll(b).next().done}[Symbol.replace](b,P){return typeof P=="function"?kc(this,String(b),P):$c(this,String(b),String(P))}}const Nc=/^(?:Import|Export(?:All|Default|Named))Declaration$/u,Qe=Function.call.bind(Object.hasOwnProperty),j=Symbol("read"),Ze=Symbol("call"),Tt=Symbol("construct"),mn=Symbol("esm"),Bc={require:{[Ze]:!0}};function xo(m){return m==null||m.defs.length!==0||m.references.some(b=>b.isWrite())}u(xo,"isModifiedGlobal");function jc(m){const b=m.parent;switch(b&&b.type){case"ConditionalExpression":return b.consequent===m||b.alternate===m;case"LogicalExpression":return!0;case"SequenceExpression":return b.expressions[b.expressions.length-1]===m;case"ChainExpression":return!0;default:return!1}}u(jc,"isPassThrough");class Pt{static{u(this,"ReferenceTracker")}constructor(b,{mode:P="strict",globalObjectNames:g=["global","globalThis","self","window"]}={}){this.variableStack=[],this.globalScope=b,this.mode=P,this.globalObjectNames=g.slice(0)}*iterateGlobalReferences(b){for(const P of Object.keys(b)){const g=b[P],A=[P],L=this.globalScope.set.get(P);xo(L)||(yield*this._iterateVariableReferences(L,A,g,!0))}for(const P of this.globalObjectNames){const g=[],A=this.globalScope.set.get(P);xo(A)||(yield*this._iterateVariableReferences(A,g,b,!1))}}*iterateCjsReferences(b){for(const{node:P}of this.iterateGlobalReferences(Bc)){const g=er(P.arguments[0]);if(g==null||!Qe(b,g))continue;const A=b[g],L=[g];A[j]&&(yield{node:P,path:L,type:j,info:A[j]}),yield*this._iteratePropertyReferences(P,L,A)}}*iterateEsmReferences(b){const P=this.globalScope.block;for(const g of P.body){if(!Nc.test(g.type)||g.source==null)continue;const A=g.source.value;if(!Qe(b,A))continue;const L=b[A],U=[A];if(L[j]&&(yield{node:g,path:U,type:j,info:L[j]}),g.type==="ExportAllDeclaration")for(const B of Object.keys(L)){const Ye=L[B];Ye[j]&&(yield{node:g,path:U.concat(B),type:j,info:Ye[j]})}else for(const B of g.specifiers){const Ye=Qe(L,mn),Do=this._iterateImportReferences(B,U,Ye?L:this.mode==="legacy"?{default:L,...L}:{default:L});if(Ye)yield*Do;else for(const rr of Do)rr.path=rr.path.filter(Gc),(rr.path.length>=2||rr.type!==j)&&(yield rr)}}}*_iterateVariableReferences(b,P,g,A){if(!this.variableStack.includes(b)){this.variableStack.push(b);try{for(const L of b.references){if(!L.isRead())continue;const U=L.identifier;A&&g[j]&&(yield{node:U,path:P,type:j,info:g[j]}),yield*this._iteratePropertyReferences(U,P,g)}}finally{this.variableStack.pop()}}}*_iteratePropertyReferences(b,P,g){let A=b;for(;jc(A);)A=A.parent;const L=A.parent;if(L.type==="MemberExpression"){if(L.object===A){const U=tr(L);if(U==null||!Qe(g,U))return;P=P.concat(U);const B=g[U];B[j]&&(yield{node:L,path:P,type:j,info:B[j]}),yield*this._iteratePropertyReferences(L,P,B)}return}if(L.type==="CallExpression"){L.callee===A&&g[Ze]&&(yield{node:L,path:P,type:Ze,info:g[Ze]});return}if(L.type==="NewExpression"){L.callee===A&&g[Tt]&&(yield{node:L,path:P,type:Tt,info:g[Tt]});return}if(L.type==="AssignmentExpression"){L.right===A&&(yield*this._iterateLhsReferences(L.left,P,g),yield*this._iteratePropertyReferences(L,P,g));return}if(L.type==="AssignmentPattern"){L.right===A&&(yield*this._iterateLhsReferences(L.left,P,g));return}L.type==="VariableDeclarator"&&L.init===A&&(yield*this._iterateLhsReferences(L.id,P,g))}*_iterateLhsReferences(b,P,g){if(b.type==="Identifier"){const A=i(this.globalScope,b);A!=null&&(yield*this._iterateVariableReferences(A,P,g,!1));return}if(b.type==="ObjectPattern"){for(const A of b.properties){const L=tr(A);if(L==null||!Qe(g,L))continue;const U=P.concat(L),B=g[L];B[j]&&(yield{node:A,path:U,type:j,info:B[j]}),yield*this._iterateLhsReferences(A.value,U,B)}return}b.type==="AssignmentPattern"&&(yield*this._iterateLhsReferences(b.left,P,g))}*_iterateImportReferences(b,P,g){const A=b.type;if(A==="ImportSpecifier"||A==="ImportDefaultSpecifier"){const L=A==="ImportDefaultSpecifier"?"default":b.imported.name;if(!Qe(g,L))return;P=P.concat(L);const U=g[L];U[j]&&(yield{node:b,path:P,type:j,info:U[j]}),yield*this._iterateVariableReferences(i(this.globalScope,b.local),P,U,!1);return}if(A==="ImportNamespaceSpecifier"){yield*this._iterateVariableReferences(i(this.globalScope,b.local),P,g,!1);return}if(A==="ExportSpecifier"){const L=b.local.name;if(!Qe(g,L))return;P=P.concat(L);const U=g[L];U[j]&&(yield{node:b,path:P,type:j,info:U[j]})}}}Pt.READ=j,Pt.CALL=Ze,Pt.CONSTRUCT=Tt,Pt.ESM=mn;function Gc(m,b){return!(b===1&&m==="default")}u(Gc,"exceptDefault");var Wc={CALL:Ze,CONSTRUCT:Tt,ESM:mn,findVariable:i,getFunctionHeadLocation:Lo,getFunctionNameWithKind:Vo,getInnermostScope:n,getPropertyName:tr,getStaticValue:_s,getStringIfConstant:er,hasSideEffect:Mo,isArrowToken:d,isClosingBraceToken:v,isClosingBracketToken:y,isClosingParenToken:T,isColonToken:E,isCommaToken:a,isCommentToken:Y,isNotArrowToken:M,isNotClosingBraceToken:vo,isNotClosingBracketToken:Jt,isNotClosingParenToken:Pe,isNotColonToken:se,isNotCommaToken:V,isNotCommentToken:So,isNotOpeningBraceToken:Qt,isNotOpeningBracketToken:dt,isNotOpeningParenToken:ce,isNotSemicolonToken:$,isOpeningBraceToken:_,isOpeningBracketToken:h,isOpeningParenToken:f,isParenthesized:Uo,isSemicolonToken:c,PatternMatcher:Io,READ:j,ReferenceTracker:Pt};t.CALL=Ze,t.CONSTRUCT=Tt,t.ESM=mn,t.PatternMatcher=Io,t.READ=j,t.ReferenceTracker=Pt,t.default=Wc,t.findVariable=i,t.getFunctionHeadLocation=Lo,t.getFunctionNameWithKind=Vo,t.getInnermostScope=n,t.getPropertyName=tr,t.getStaticValue=_s,t.getStringIfConstant=er,t.hasSideEffect=Mo,t.isArrowToken=d,t.isClosingBraceToken=v,t.isClosingBracketToken=y,t.isClosingParenToken=T,t.isColonToken=E,t.isCommaToken=a,t.isCommentToken=Y,t.isNotArrowToken=M,t.isNotClosingBraceToken=vo,t.isNotClosingBracketToken=Jt,t.isNotClosingParenToken=Pe,t.isNotColonToken=se,t.isNotCommaToken=V,t.isNotCommentToken=So,t.isNotOpeningBraceToken=Qt,t.isNotOpeningBracketToken=dt,t.isNotOpeningParenToken=ce,t.isNotSemicolonToken=$,t.isOpeningBraceToken=_,t.isOpeningBracketToken=h,t.isOpeningParenToken=f,t.isParenthesized=Uo,t.isSemicolonToken=c}(_t);var _T=S&&S.__createBinding||(Object.create?function(t,e,n,i){i===void 0&&(i=n);var s=Object.getOwnPropertyDescriptor(e,n);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return e[n]}}),Object.defineProperty(t,i,s)}:function(t,e,n,i){i===void 0&&(i=n),t[i]=e[n]}),bT=S&&S.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),gT=S&&S.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var n in t)n!=="default"&&Object.prototype.hasOwnProperty.call(t,n)&&_T(e,t,n);return bT(e,t),e};Object.defineProperty(ae,"__esModule",{value:!0}),ae.isParenthesized=ae.hasSideEffect=ae.getStringIfConstant=ae.getStaticValue=ae.getPropertyName=ae.getFunctionNameWithKind=ae.getFunctionHeadLocation=void 0;const nt=gT(_t),vT=nt.getFunctionHeadLocation;ae.getFunctionHeadLocation=vT;const ST=nt.getFunctionNameWithKind;ae.getFunctionNameWithKind=ST;const YT=nt.getPropertyName;ae.getPropertyName=YT;const LT=nt.getStaticValue;ae.getStaticValue=LT;const AT=nt.getStringIfConstant;ae.getStringIfConstant=AT;const CT=nt.hasSideEffect;ae.hasSideEffect=CT;const wT=nt.isParenthesized;ae.isParenthesized=wT;var On={},VT=S&&S.__createBinding||(Object.create?function(t,e,n,i){i===void 0&&(i=n);var s=Object.getOwnPropertyDescriptor(e,n);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return e[n]}}),Object.defineProperty(t,i,s)}:function(t,e,n,i){i===void 0&&(i=n),t[i]=e[n]}),OT=S&&S.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),MT=S&&S.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var n in t)n!=="default"&&Object.prototype.hasOwnProperty.call(t,n)&&VT(e,t,n);return OT(e,t),e};Object.defineProperty(On,"__esModule",{value:!0}),On.PatternMatcher=void 0;const UT=MT(_t),RT=UT.PatternMatcher;On.PatternMatcher=RT;var R={},IT=S&&S.__createBinding||(Object.create?function(t,e,n,i){i===void 0&&(i=n);var s=Object.getOwnPropertyDescriptor(e,n);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return e[n]}}),Object.defineProperty(t,i,s)}:function(t,e,n,i){i===void 0&&(i=n),t[i]=e[n]}),xT=S&&S.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),DT=S&&S.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var n in t)n!=="default"&&Object.prototype.hasOwnProperty.call(t,n)&&IT(e,t,n);return xT(e,t),e};Object.defineProperty(R,"__esModule",{value:!0}),R.isSemicolonToken=R.isOpeningParenToken=R.isOpeningBracketToken=R.isOpeningBraceToken=R.isNotSemicolonToken=R.isNotOpeningParenToken=R.isNotOpeningBracketToken=R.isNotOpeningBraceToken=R.isNotCommentToken=R.isNotCommaToken=R.isNotColonToken=R.isNotClosingParenToken=R.isNotClosingBracketToken=R.isNotClosingBraceToken=R.isNotArrowToken=R.isCommentToken=R.isCommaToken=R.isColonToken=R.isClosingParenToken=R.isClosingBracketToken=R.isClosingBraceToken=R.isArrowToken=void 0;const q=DT(_t),FT=q.isArrowToken;R.isArrowToken=FT;const $T=q.isNotArrowToken;R.isNotArrowToken=$T;const kT=q.isClosingBraceToken;R.isClosingBraceToken=kT;const NT=q.isNotClosingBraceToken;R.isNotClosingBraceToken=NT;const BT=q.isClosingBracketToken;R.isClosingBracketToken=BT;const jT=q.isNotClosingBracketToken;R.isNotClosingBracketToken=jT;const GT=q.isClosingParenToken;R.isClosingParenToken=GT;const WT=q.isNotClosingParenToken;R.isNotClosingParenToken=WT;const HT=q.isColonToken;R.isColonToken=HT;const KT=q.isNotColonToken;R.isNotColonToken=KT;const XT=q.isCommaToken;R.isCommaToken=XT;const qT=q.isNotCommaToken;R.isNotCommaToken=qT;const zT=q.isCommentToken;R.isCommentToken=zT;const JT=q.isNotCommentToken;R.isNotCommentToken=JT;const QT=q.isOpeningBraceToken;R.isOpeningBraceToken=QT;const ZT=q.isNotOpeningBraceToken;R.isNotOpeningBraceToken=ZT;const eP=q.isOpeningBracketToken;R.isOpeningBracketToken=eP;const tP=q.isNotOpeningBracketToken;R.isNotOpeningBracketToken=tP;const rP=q.isOpeningParenToken;R.isOpeningParenToken=rP;const nP=q.isNotOpeningParenToken;R.isNotOpeningParenToken=nP;const iP=q.isSemicolonToken;R.isSemicolonToken=iP;const sP=q.isNotSemicolonToken;R.isNotSemicolonToken=sP;var Mn={},oP=S&&S.__createBinding||(Object.create?function(t,e,n,i){i===void 0&&(i=n);var s=Object.getOwnPropertyDescriptor(e,n);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return e[n]}}),Object.defineProperty(t,i,s)}:function(t,e,n,i){i===void 0&&(i=n),t[i]=e[n]}),aP=S&&S.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),lP=S&&S.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var n in t)n!=="default"&&Object.prototype.hasOwnProperty.call(t,n)&&oP(e,t,n);return aP(e,t),e};Object.defineProperty(Mn,"__esModule",{value:!0}),Mn.ReferenceTracker=void 0;const ar=lP(_t);ar.ReferenceTracker.READ,ar.ReferenceTracker.CALL,ar.ReferenceTracker.CONSTRUCT,ar.ReferenceTracker.ESM;const cP=ar.ReferenceTracker;Mn.ReferenceTracker=cP;var bt={},uP=S&&S.__createBinding||(Object.create?function(t,e,n,i){i===void 0&&(i=n);var s=Object.getOwnPropertyDescriptor(e,n);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return e[n]}}),Object.defineProperty(t,i,s)}:function(t,e,n,i){i===void 0&&(i=n),t[i]=e[n]}),pP=S&&S.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),fP=S&&S.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var n in t)n!=="default"&&Object.prototype.hasOwnProperty.call(t,n)&&uP(e,t,n);return pP(e,t),e};Object.defineProperty(bt,"__esModule",{value:!0}),bt.getInnermostScope=bt.findVariable=void 0;const wl=fP(_t),EP=wl.findVariable;bt.findVariable=EP;const dP=wl.getInnermostScope;bt.getInnermostScope=dP,function(t){var e=S&&S.__createBinding||(Object.create?function(i,s,l,p){p===void 0&&(p=l);var d=Object.getOwnPropertyDescriptor(s,l);(!d||("get"in d?!s.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:function(){return s[l]}}),Object.defineProperty(i,p,d)}:function(i,s,l,p){p===void 0&&(p=l),i[p]=s[l]}),n=S&&S.__exportStar||function(i,s){for(var l in i)l!=="default"&&!Object.prototype.hasOwnProperty.call(s,l)&&e(s,i,l)};Object.defineProperty(t,"__esModule",{value:!0}),n(ae,t),n(On,t),n(R,t),n(Mn,t),n(bt,t)}(Cl);var io={};(function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.isNotTokenOfTypeWithConditions=t.isTokenOfTypeWithConditions=t.isNodeOfTypeWithConditions=t.isNodeOfTypes=t.isNodeOfType=void 0;const e=u(p=>d=>d?.type===p,"isNodeOfType");t.isNodeOfType=e;const n=u(p=>d=>!!d&&p.includes(d.type),"isNodeOfTypes");t.isNodeOfTypes=n;const i=u((p,d)=>{const a=Object.entries(d);return c=>c?.type===p&&a.every(([E,f])=>c[E]===f)},"isNodeOfTypeWithConditions");t.isNodeOfTypeWithConditions=i;const s=u((p,d)=>{const a=Object.entries(d);return c=>c?.type===p&&a.every(([E,f])=>c[E]===f)},"isTokenOfTypeWithConditions");t.isTokenOfTypeWithConditions=s;const l=u((p,d)=>a=>!(0,t.isTokenOfTypeWithConditions)(p,d)(a),"isNotTokenOfTypeWithConditions");t.isNotTokenOfTypeWithConditions=l})(io);var gt={};Object.defineProperty(gt,"__esModule",{value:!0}),gt.LINEBREAK_MATCHER=gt.isTokenOnSameLine=void 0;const TP=/\r\n|[\r\n\u2028\u2029]/;gt.LINEBREAK_MATCHER=TP;function PP(t,e){return t.loc.end.line===e.loc.start.line}u(PP,"isTokenOnSameLine"),gt.isTokenOnSameLine=PP;var I={},so={},Ve={},it={};Object.defineProperty(it,"__esModule",{value:!0}),it.AST_TOKEN_TYPES=it.AST_NODE_TYPES=void 0;var Vl;(function(t){t.AccessorProperty="AccessorProperty",t.ArrayExpression="ArrayExpression",t.ArrayPattern="ArrayPattern",t.ArrowFunctionExpression="ArrowFunctionExpression",t.AssignmentExpression="AssignmentExpression",t.AssignmentPattern="AssignmentPattern",t.AwaitExpression="AwaitExpression",t.BinaryExpression="BinaryExpression",t.BlockStatement="BlockStatement",t.BreakStatement="BreakStatement",t.CallExpression="CallExpression",t.CatchClause="CatchClause",t.ChainExpression="ChainExpression",t.ClassBody="ClassBody",t.ClassDeclaration="ClassDeclaration",t.ClassExpression="ClassExpression",t.ConditionalExpression="ConditionalExpression",t.ContinueStatement="ContinueStatement",t.DebuggerStatement="DebuggerStatement",t.Decorator="Decorator",t.DoWhileStatement="DoWhileStatement",t.EmptyStatement="EmptyStatement",t.ExportAllDeclaration="ExportAllDeclaration",t.ExportDefaultDeclaration="ExportDefaultDeclaration",t.ExportNamedDeclaration="ExportNamedDeclaration",t.ExportSpecifier="ExportSpecifier",t.ExpressionStatement="ExpressionStatement",t.ForInStatement="ForInStatement",t.ForOfStatement="ForOfStatement",t.ForStatement="ForStatement",t.FunctionDeclaration="FunctionDeclaration",t.FunctionExpression="FunctionExpression",t.Identifier="Identifier",t.IfStatement="IfStatement",t.ImportAttribute="ImportAttribute",t.ImportDeclaration="ImportDeclaration",t.ImportDefaultSpecifier="ImportDefaultSpecifier",t.ImportExpression="ImportExpression",t.ImportNamespaceSpecifier="ImportNamespaceSpecifier",t.ImportSpecifier="ImportSpecifier",t.JSXAttribute="JSXAttribute",t.JSXClosingElement="JSXClosingElement",t.JSXClosingFragment="JSXClosingFragment",t.JSXElement="JSXElement",t.JSXEmptyExpression="JSXEmptyExpression",t.JSXExpressionContainer="JSXExpressionContainer",t.JSXFragment="JSXFragment",t.JSXIdentifier="JSXIdentifier",t.JSXMemberExpression="JSXMemberExpression",t.JSXNamespacedName="JSXNamespacedName",t.JSXOpeningElement="JSXOpeningElement",t.JSXOpeningFragment="JSXOpeningFragment",t.JSXSpreadAttribute="JSXSpreadAttribute",t.JSXSpreadChild="JSXSpreadChild",t.JSXText="JSXText",t.LabeledStatement="LabeledStatement",t.Literal="Literal",t.LogicalExpression="LogicalExpression",t.MemberExpression="MemberExpression",t.MetaProperty="MetaProperty",t.MethodDefinition="MethodDefinition",t.NewExpression="NewExpression",t.ObjectExpression="ObjectExpression",t.ObjectPattern="ObjectPattern",t.PrivateIdentifier="PrivateIdentifier",t.Program="Program",t.Property="Property",t.PropertyDefinition="PropertyDefinition",t.RestElement="RestElement",t.ReturnStatement="ReturnStatement",t.SequenceExpression="SequenceExpression",t.SpreadElement="SpreadElement",t.StaticBlock="StaticBlock",t.Super="Super",t.SwitchCase="SwitchCase",t.SwitchStatement="SwitchStatement",t.TaggedTemplateExpression="TaggedTemplateExpression",t.TemplateElement="TemplateElement",t.TemplateLiteral="TemplateLiteral",t.ThisExpression="ThisExpression",t.ThrowStatement="ThrowStatement",t.TryStatement="TryStatement",t.UnaryExpression="UnaryExpression",t.UpdateExpression="UpdateExpression",t.VariableDeclaration="VariableDeclaration",t.VariableDeclarator="VariableDeclarator",t.WhileStatement="WhileStatement",t.WithStatement="WithStatement",t.YieldExpression="YieldExpression",t.TSAbstractAccessorProperty="TSAbstractAccessorProperty",t.TSAbstractKeyword="TSAbstractKeyword",t.TSAbstractMethodDefinition="TSAbstractMethodDefinition",t.TSAbstractPropertyDefinition="TSAbstractPropertyDefinition",t.TSAnyKeyword="TSAnyKeyword",t.TSArrayType="TSArrayType",t.TSAsExpression="TSAsExpression",t.TSAsyncKeyword="TSAsyncKeyword",t.TSBigIntKeyword="TSBigIntKeyword",t.TSBooleanKeyword="TSBooleanKeyword",t.TSCallSignatureDeclaration="TSCallSignatureDeclaration",t.TSClassImplements="TSClassImplements",t.TSConditionalType="TSConditionalType",t.TSConstructorType="TSConstructorType",t.TSConstructSignatureDeclaration="TSConstructSignatureDeclaration",t.TSDeclareFunction="TSDeclareFunction",t.TSDeclareKeyword="TSDeclareKeyword",t.TSEmptyBodyFunctionExpression="TSEmptyBodyFunctionExpression",t.TSEnumDeclaration="TSEnumDeclaration",t.TSEnumMember="TSEnumMember",t.TSExportAssignment="TSExportAssignment",t.TSExportKeyword="TSExportKeyword",t.TSExternalModuleReference="TSExternalModuleReference",t.TSFunctionType="TSFunctionType",t.TSInstantiationExpression="TSInstantiationExpression",t.TSImportEqualsDeclaration="TSImportEqualsDeclaration",t.TSImportType="TSImportType",t.TSIndexedAccessType="TSIndexedAccessType",t.TSIndexSignature="TSIndexSignature",t.TSInferType="TSInferType",t.TSInterfaceBody="TSInterfaceBody",t.TSInterfaceDeclaration="TSInterfaceDeclaration",t.TSInterfaceHeritage="TSInterfaceHeritage",t.TSIntersectionType="TSIntersectionType",t.TSIntrinsicKeyword="TSIntrinsicKeyword",t.TSLiteralType="TSLiteralType",t.TSMappedType="TSMappedType",t.TSMethodSignature="TSMethodSignature",t.TSModuleBlock="TSModuleBlock",t.TSModuleDeclaration="TSModuleDeclaration",t.TSNamedTupleMember="TSNamedTupleMember",t.TSNamespaceExportDeclaration="TSNamespaceExportDeclaration",t.TSNeverKeyword="TSNeverKeyword",t.TSNonNullExpression="TSNonNullExpression",t.TSNullKeyword="TSNullKeyword",t.TSNumberKeyword="TSNumberKeyword",t.TSObjectKeyword="TSObjectKeyword",t.TSOptionalType="TSOptionalType",t.TSParameterProperty="TSParameterProperty",t.TSPrivateKeyword="TSPrivateKeyword",t.TSPropertySignature="TSPropertySignature",t.TSProtectedKeyword="TSProtectedKeyword",t.TSPublicKeyword="TSPublicKeyword",t.TSQualifiedName="TSQualifiedName",t.TSReadonlyKeyword="TSReadonlyKeyword",t.TSRestType="TSRestType",t.TSSatisfiesExpression="TSSatisfiesExpression",t.TSStaticKeyword="TSStaticKeyword",t.TSStringKeyword="TSStringKeyword",t.TSSymbolKeyword="TSSymbolKeyword",t.TSTemplateLiteralType="TSTemplateLiteralType",t.TSThisType="TSThisType",t.TSTupleType="TSTupleType",t.TSTypeAliasDeclaration="TSTypeAliasDeclaration",t.TSTypeAnnotation="TSTypeAnnotation",t.TSTypeAssertion="TSTypeAssertion",t.TSTypeLiteral="TSTypeLiteral",t.TSTypeOperator="TSTypeOperator",t.TSTypeParameter="TSTypeParameter",t.TSTypeParameterDeclaration="TSTypeParameterDeclaration",t.TSTypeParameterInstantiation="TSTypeParameterInstantiation",t.TSTypePredicate="TSTypePredicate",t.TSTypeQuery="TSTypeQuery",t.TSTypeReference="TSTypeReference",t.TSUndefinedKeyword="TSUndefinedKeyword",t.TSUnionType="TSUnionType",t.TSUnknownKeyword="TSUnknownKeyword",t.TSVoidKeyword="TSVoidKeyword"})(Vl||(it.AST_NODE_TYPES=Vl={}));var Ol;(function(t){t.Boolean="Boolean",t.Identifier="Identifier",t.JSXIdentifier="JSXIdentifier",t.JSXText="JSXText",t.Keyword="Keyword",t.Null="Null",t.Numeric="Numeric",t.Punctuator="Punctuator",t.RegularExpression="RegularExpression",t.String="String",t.Template="Template",t.Block="Block",t.Line="Line"})(Ol||(it.AST_TOKEN_TYPES=Ol={}));var Ml={};Object.defineProperty(Ml,"__esModule",{value:!0});var Ul={};Object.defineProperty(Ul,"__esModule",{value:!0});var Un={},mP=S&&S.__createBinding||(Object.create?function(t,e,n,i){i===void 0&&(i=n);var s=Object.getOwnPropertyDescriptor(e,n);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return e[n]}}),Object.defineProperty(t,i,s)}:function(t,e,n,i){i===void 0&&(i=n),t[i]=e[n]}),yP=S&&S.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),hP=S&&S.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var n in t)n!=="default"&&Object.prototype.hasOwnProperty.call(t,n)&&mP(e,t,n);return yP(e,t),e};Object.defineProperty(Un,"__esModule",{value:!0}),Un.TSESTree=void 0,Un.TSESTree=hP(it),function(t){var e=S&&S.__createBinding||(Object.create?function(s,l,p,d){d===void 0&&(d=p);var a=Object.getOwnPropertyDescriptor(l,p);(!a||("get"in a?!l.__esModule:a.writable||a.configurable))&&(a={enumerable:!0,get:function(){return l[p]}}),Object.defineProperty(s,d,a)}:function(s,l,p,d){d===void 0&&(d=p),s[d]=l[p]}),n=S&&S.__exportStar||function(s,l){for(var p in s)p!=="default"&&!Object.prototype.hasOwnProperty.call(l,p)&&e(l,s,p)};Object.defineProperty(t,"__esModule",{value:!0}),t.AST_TOKEN_TYPES=t.AST_NODE_TYPES=void 0;var i=it;Object.defineProperty(t,"AST_NODE_TYPES",{enumerable:!0,get:function(){return i.AST_NODE_TYPES}}),Object.defineProperty(t,"AST_TOKEN_TYPES",{enumerable:!0,get:function(){return i.AST_TOKEN_TYPES}}),n(Ml,t),n(Ul,t),n(Un,t)}(Ve),function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.TSESTree=t.AST_TOKEN_TYPES=t.AST_NODE_TYPES=void 0;var e=Ve;Object.defineProperty(t,"AST_NODE_TYPES",{enumerable:!0,get:function(){return e.AST_NODE_TYPES}}),Object.defineProperty(t,"AST_TOKEN_TYPES",{enumerable:!0,get:function(){return e.AST_TOKEN_TYPES}}),Object.defineProperty(t,"TSESTree",{enumerable:!0,get:function(){return e.TSESTree}})}(so),Object.defineProperty(I,"__esModule",{value:!0}),I.isVariableDeclarator=I.isTypeKeyword=I.isTypeAssertion=I.isTSFunctionType=I.isTSConstructorType=I.isSetter=I.isOptionalCallExpression=I.isOptionalChainPunctuator=I.isNotOptionalChainPunctuator=I.isNotNonNullAssertionPunctuator=I.isNonNullAssertionPunctuator=I.isLogicalOrOperator=I.isLoop=I.isImportKeyword=I.isIdentifier=I.isFunctionType=I.isFunctionOrFunctionType=I.isFunction=I.isClassOrTypeElement=I.isConstructor=I.isAwaitKeyword=I.isAwaitExpression=void 0;const x=so,J=io,_P=(0,J.isTokenOfTypeWithConditions)(x.AST_TOKEN_TYPES.Punctuator,{value:"?."});I.isOptionalChainPunctuator=_P;const bP=(0,J.isNotTokenOfTypeWithConditions)(x.AST_TOKEN_TYPES.Punctuator,{value:"?."});I.isNotOptionalChainPunctuator=bP;const gP=(0,J.isTokenOfTypeWithConditions)(x.AST_TOKEN_TYPES.Punctuator,{value:"!"});I.isNonNullAssertionPunctuator=gP;const vP=(0,J.isNotTokenOfTypeWithConditions)(x.AST_TOKEN_TYPES.Punctuator,{value:"!"});I.isNotNonNullAssertionPunctuator=vP;const SP=(0,J.isNodeOfTypeWithConditions)(x.AST_NODE_TYPES.CallExpression,{optional:!0});I.isOptionalCallExpression=SP;const YP=(0,J.isNodeOfTypeWithConditions)(x.AST_NODE_TYPES.LogicalExpression,{operator:"||"});I.isLogicalOrOperator=YP;const LP=(0,J.isNodeOfTypes)([x.AST_NODE_TYPES.TSAsExpression,x.AST_NODE_TYPES.TSTypeAssertion]);I.isTypeAssertion=LP;const AP=(0,J.isNodeOfType)(x.AST_NODE_TYPES.VariableDeclarator);I.isVariableDeclarator=AP;const Rl=[x.AST_NODE_TYPES.ArrowFunctionExpression,x.AST_NODE_TYPES.FunctionDeclaration,x.AST_NODE_TYPES.FunctionExpression],CP=(0,J.isNodeOfTypes)(Rl);I.isFunction=CP;const Il=[x.AST_NODE_TYPES.TSCallSignatureDeclaration,x.AST_NODE_TYPES.TSConstructorType,x.AST_NODE_TYPES.TSConstructSignatureDeclaration,x.AST_NODE_TYPES.TSEmptyBodyFunctionExpression,x.AST_NODE_TYPES.TSFunctionType,x.AST_NODE_TYPES.TSMethodSignature],wP=(0,J.isNodeOfTypes)(Il);I.isFunctionType=wP;const VP=(0,J.isNodeOfTypes)([...Rl,...Il]);I.isFunctionOrFunctionType=VP;const OP=(0,J.isNodeOfType)(x.AST_NODE_TYPES.TSFunctionType);I.isTSFunctionType=OP;const MP=(0,J.isNodeOfType)(x.AST_NODE_TYPES.TSConstructorType);I.isTSConstructorType=MP;const UP=(0,J.isNodeOfTypes)([x.AST_NODE_TYPES.PropertyDefinition,x.AST_NODE_TYPES.FunctionExpression,x.AST_NODE_TYPES.MethodDefinition,x.AST_NODE_TYPES.TSAbstractPropertyDefinition,x.AST_NODE_TYPES.TSAbstractMethodDefinition,x.AST_NODE_TYPES.TSEmptyBodyFunctionExpression,x.AST_NODE_TYPES.TSIndexSignature,x.AST_NODE_TYPES.TSCallSignatureDeclaration,x.AST_NODE_TYPES.TSConstructSignatureDeclaration,x.AST_NODE_TYPES.TSMethodSignature,x.AST_NODE_TYPES.TSPropertySignature]);I.isClassOrTypeElement=UP;const RP=(0,J.isNodeOfTypeWithConditions)(x.AST_NODE_TYPES.MethodDefinition,{kind:"constructor"});I.isConstructor=RP;function IP(t){return!!t&&(t.type===x.AST_NODE_TYPES.MethodDefinition||t.type===x.AST_NODE_TYPES.Property)&&t.kind==="set"}u(IP,"isSetter"),I.isSetter=IP;const xP=(0,J.isNodeOfType)(x.AST_NODE_TYPES.Identifier);I.isIdentifier=xP;const DP=(0,J.isNodeOfType)(x.AST_NODE_TYPES.AwaitExpression);I.isAwaitExpression=DP;const FP=(0,J.isTokenOfTypeWithConditions)(x.AST_TOKEN_TYPES.Identifier,{value:"await"});I.isAwaitKeyword=FP;const $P=(0,J.isTokenOfTypeWithConditions)(x.AST_TOKEN_TYPES.Identifier,{value:"type"});I.isTypeKeyword=$P;const kP=(0,J.isTokenOfTypeWithConditions)(x.AST_TOKEN_TYPES.Keyword,{value:"import"});I.isImportKeyword=kP;const NP=(0,J.isNodeOfTypes)([x.AST_NODE_TYPES.DoWhileStatement,x.AST_NODE_TYPES.ForStatement,x.AST_NODE_TYPES.ForInStatement,x.AST_NODE_TYPES.ForOfStatement,x.AST_NODE_TYPES.WhileStatement]);I.isLoop=NP,function(t){var e=S&&S.__createBinding||(Object.create?function(i,s,l,p){p===void 0&&(p=l);var d=Object.getOwnPropertyDescriptor(s,l);(!d||("get"in d?!s.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:function(){return s[l]}}),Object.defineProperty(i,p,d)}:function(i,s,l,p){p===void 0&&(p=l),i[p]=s[l]}),n=S&&S.__exportStar||function(i,s){for(var l in i)l!=="default"&&!Object.prototype.hasOwnProperty.call(s,l)&&e(s,i,l)};Object.defineProperty(t,"__esModule",{value:!0}),n(Cl,t),n(io,t),n(gt,t),n(I,t)}(Al);var xl={},lr={},st={};Object.defineProperty(st,"__esModule",{value:!0}),st.isObjectNotArray=st.deepMerge=void 0;function oo(t){return typeof t=="object"&&t!=null&&!Array.isArray(t)}u(oo,"isObjectNotArray"),st.isObjectNotArray=oo;function Dl(t={},e={}){const n=new Set(Object.keys(t).concat(Object.keys(e)));return Array.from(n).reduce((i,s)=>{const l=s in t,p=s in e,d=t[s],a=e[s];return l&&p?oo(d)&&oo(a)?i[s]=Dl(d,a):i[s]=a:l?i[s]=d:i[s]=a,i},{})}u(Dl,"deepMerge"),st.deepMerge=Dl,Object.defineProperty(lr,"__esModule",{value:!0}),lr.applyDefault=void 0;const ao=st;function BP(t,e){const n=JSON.parse(JSON.stringify(t));return e==null||n.forEach((i,s)=>{if(e[s]!==void 0){const l=e[s];(0,ao.isObjectNotArray)(l)&&(0,ao.isObjectNotArray)(i)?n[s]=(0,ao.deepMerge)(i,l):n[s]=l}}),n}u(BP,"applyDefault"),lr.applyDefault=BP;var ue={};Object.defineProperty(ue,"__esModule",{value:!0}),ue.getSourceCode=ue.getScope=ue.getFilename=ue.getDeclaredVariables=ue.getCwd=ue.getAncestors=void 0;function jP(t){return t.getAncestors()}u(jP,"getAncestors"),ue.getAncestors=jP;function GP(t){return t.getCwd()}u(GP,"getCwd"),ue.getCwd=GP;function WP(t,e){return t.sourceCode.getDeclaredVariables(e)}u(WP,"getDeclaredVariables"),ue.getDeclaredVariables=WP;function HP(t){return t.filename}u(HP,"getFilename"),ue.getFilename=HP;function KP(t){return t.getScope()}u(KP,"getScope"),ue.getScope=KP;function XP(t){return t.sourceCode}u(XP,"getSourceCode"),ue.getSourceCode=XP;var Rn={},In={};Object.defineProperty(In,"__esModule",{value:!0}),In.parserPathSeemsToBeTSESLint=void 0;function qP(t){return/(?:typescript-eslint|\.\.)[\w/\\]*parser/.test(t)}u(qP,"parserPathSeemsToBeTSESLint"),In.parserPathSeemsToBeTSESLint=qP,Object.defineProperty(Rn,"__esModule",{value:!0}),Rn.getParserServices=void 0;const zP=In,JP='You have used a rule which requires parserServices to be generated. You must therefore provide a value for the "parserOptions.project" property for @typescript-eslint/parser.',QP='Note: detected a parser other than @typescript-eslint/parser. Make sure the parser is configured to forward "parserOptions.project" to @typescript-eslint/parser.';function ZP(t,e=!1){return(t.sourceCode.parserServices?.esTreeNodeToTSNodeMap==null||t.sourceCode.parserServices.tsNodeToESTreeNodeMap==null)&&Fl(t.parserPath),t.sourceCode.parserServices.program==null&&!e&&Fl(t.parserPath),t.sourceCode.parserServices}u(ZP,"getParserServices"),Rn.getParserServices=ZP;function Fl(t){const e=[JP,`Parser: ${t}`];throw(0,zP.parserPathSeemsToBeTSESLint)(t)||e.push(QP),new Error(e.join(`
|
|
14
|
+
`))}u(Fl,"throwError");var $l={};Object.defineProperty($l,"__esModule",{value:!0});var xn={};Object.defineProperty(xn,"__esModule",{value:!0}),xn.RuleCreator=void 0;const em=lr;function kl(t){return u(function({name:n,meta:i,...s}){return Nl({meta:{...i,docs:{...i.docs,url:t(n)}},...s})},"createNamedRule")}u(kl,"RuleCreator"),xn.RuleCreator=kl;function Nl({create:t,defaultOptions:e,meta:n}){return{create(i){const s=(0,em.applyDefault)(e,i.options);return t(i,s)},defaultOptions:e,meta:n}}u(Nl,"createRule$1"),kl.withoutDocs=Nl;var vt={};Object.defineProperty(vt,"__esModule",{value:!0}),vt.NullThrowsReasons=vt.nullThrows=void 0;const tm={MissingParent:"Expected node to have a parent.",MissingToken:(t,e)=>`Expected to find a ${t} for the ${e}.`};vt.NullThrowsReasons=tm;function rm(t,e){if(t==null)throw new Error(`Non-null Assertion Failed: ${e}`);return t}u(rm,"nullThrows"),vt.nullThrows=rm,function(t){var e=S&&S.__createBinding||(Object.create?function(i,s,l,p){p===void 0&&(p=l);var d=Object.getOwnPropertyDescriptor(s,l);(!d||("get"in d?!s.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:function(){return s[l]}}),Object.defineProperty(i,p,d)}:function(i,s,l,p){p===void 0&&(p=l),i[p]=s[l]}),n=S&&S.__exportStar||function(i,s){for(var l in i)l!=="default"&&!Object.prototype.hasOwnProperty.call(s,l)&&e(s,i,l)};Object.defineProperty(t,"__esModule",{value:!0}),n(lr,t),n(ue,t),n(Rn,t),n($l,t),n(xn,t),n(st,t),n(vt,t)}(xl);var Bl={};Object.defineProperty(Bl,"__esModule",{value:!0});var jl={},Gl={};Object.defineProperty(Gl,"__esModule",{value:!0});var Wl={};Object.defineProperty(Wl,"__esModule",{value:!0});var Hl={},cr={};Object.defineProperty(cr,"__esModule",{value:!0}),cr.LegacyESLint=void 0;const nm=Qo;class im extends nm.LegacyESLint{static{u(this,"LegacyESLint")}}cr.LegacyESLint=im;var Dn={};Object.defineProperty(Dn,"__esModule",{value:!0}),Dn.FlatESLint=void 0;const sm=Qo;class om extends sm.FlatESLint{static{u(this,"FlatESLint")}}Dn.FlatESLint=om,function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.LegacyESLint=t.FlatESLint=t.ESLint=void 0;var e=cr;Object.defineProperty(t,"ESLint",{enumerable:!0,get:function(){return e.LegacyESLint}});var n=Dn;Object.defineProperty(t,"FlatESLint",{enumerable:!0,get:function(){return n.FlatESLint}});var i=cr;Object.defineProperty(t,"LegacyESLint",{enumerable:!0,get:function(){return i.LegacyESLint}})}(Hl);var Fn={};Object.defineProperty(Fn,"__esModule",{value:!0}),Fn.Linter=void 0;const am=vs;class lm extends am.Linter{static{u(this,"Linter")}}Fn.Linter=lm;var Kl={};Object.defineProperty(Kl,"__esModule",{value:!0});var Xl={};Object.defineProperty(Xl,"__esModule",{value:!0});var ql={};Object.defineProperty(ql,"__esModule",{value:!0});var zl={};Object.defineProperty(zl,"__esModule",{value:!0});var $n={};Object.defineProperty($n,"__esModule",{value:!0}),$n.RuleTester=void 0;const cm=vs;class um extends cm.RuleTester{static{u(this,"RuleTester")}}$n.RuleTester=um;var kn={},Jl={},Nn={},lo={},Bn={};Object.defineProperty(Bn,"__esModule",{value:!0}),Bn.getKeys=void 0;const pm=rt,fm=pm.getKeys;Bn.getKeys=fm;var jn={},Em=S&&S.__createBinding||(Object.create?function(t,e,n,i){i===void 0&&(i=n);var s=Object.getOwnPropertyDescriptor(e,n);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return e[n]}}),Object.defineProperty(t,i,s)}:function(t,e,n,i){i===void 0&&(i=n),t[i]=e[n]}),dm=S&&S.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),Tm=S&&S.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var n in t)n!=="default"&&Object.prototype.hasOwnProperty.call(t,n)&&Em(e,t,n);return dm(e,t),e};Object.defineProperty(jn,"__esModule",{value:!0}),jn.visitorKeys=void 0;const Pm=Tm(rt),oe=(()=>{const t=["typeParameters","params","returnType"],e=[...t,"body"],n=["decorators","key","typeAnnotation"];return{AnonymousFunction:e,Function:["id",...e],FunctionType:t,ClassDeclaration:["decorators","id","typeParameters","superClass","superTypeArguments","implements","body"],AbstractPropertyDefinition:["decorators","key","typeAnnotation"],PropertyDefinition:[...n,"value"],TypeAssertion:["expression","typeAnnotation"]}})(),mm={AccessorProperty:oe.PropertyDefinition,ArrayPattern:["decorators","elements","typeAnnotation"],ArrowFunctionExpression:oe.AnonymousFunction,AssignmentPattern:["decorators","left","right","typeAnnotation"],CallExpression:["callee","typeArguments","arguments"],ClassDeclaration:oe.ClassDeclaration,ClassExpression:oe.ClassDeclaration,Decorator:["expression"],ExportAllDeclaration:["exported","source","assertions"],ExportNamedDeclaration:["declaration","specifiers","source","assertions"],FunctionDeclaration:oe.Function,FunctionExpression:oe.Function,Identifier:["decorators","typeAnnotation"],ImportAttribute:["key","value"],ImportDeclaration:["specifiers","source","assertions"],ImportExpression:["source","attributes"],JSXClosingFragment:[],JSXOpeningElement:["name","typeArguments","attributes"],JSXOpeningFragment:[],JSXSpreadChild:["expression"],MethodDefinition:["decorators","key","value"],NewExpression:["callee","typeArguments","arguments"],ObjectPattern:["decorators","properties","typeAnnotation"],PropertyDefinition:oe.PropertyDefinition,RestElement:["decorators","argument","typeAnnotation"],StaticBlock:["body"],TaggedTemplateExpression:["tag","typeArguments","quasi"],TSAbstractAccessorProperty:oe.AbstractPropertyDefinition,TSAbstractKeyword:[],TSAbstractMethodDefinition:["key","value"],TSAbstractPropertyDefinition:oe.AbstractPropertyDefinition,TSAnyKeyword:[],TSArrayType:["elementType"],TSAsExpression:oe.TypeAssertion,TSAsyncKeyword:[],TSBigIntKeyword:[],TSBooleanKeyword:[],TSCallSignatureDeclaration:oe.FunctionType,TSClassImplements:["expression","typeArguments"],TSConditionalType:["checkType","extendsType","trueType","falseType"],TSConstructorType:oe.FunctionType,TSConstructSignatureDeclaration:oe.FunctionType,TSDeclareFunction:oe.Function,TSDeclareKeyword:[],TSEmptyBodyFunctionExpression:["id",...oe.FunctionType],TSEnumDeclaration:["id","members"],TSEnumMember:["id","initializer"],TSExportAssignment:["expression"],TSExportKeyword:[],TSExternalModuleReference:["expression"],TSFunctionType:oe.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:["nameType","typeParameter","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:["typeAnnotation","expression"],TSStaticKeyword:[],TSStringKeyword:[],TSSymbolKeyword:[],TSTemplateLiteralType:["quasis","types"],TSThisType:[],TSTupleType:["elementTypes"],TSTypeAliasDeclaration:["id","typeParameters","typeAnnotation"],TSTypeAnnotation:["typeAnnotation"],TSTypeAssertion:oe.TypeAssertion,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:[]},ym=Pm.unionWith(mm);jn.visitorKeys=ym,function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.visitorKeys=t.getKeys=void 0;var e=Bn;Object.defineProperty(t,"getKeys",{enumerable:!0,get:function(){return e.getKeys}});var n=jn;Object.defineProperty(t,"visitorKeys",{enumerable:!0,get:function(){return n.visitorKeys}})}(lo);var Ql={},Gn={},Xe={};Object.defineProperty(Xe,"__esModule",{value:!0}),Xe.assert=void 0;function hm(t,e){if(t==null)throw new Error(e)}u(hm,"assert"),Xe.assert=hm;var qe={},Wn={},pe={},Fe={};Object.defineProperty(Fe,"__esModule",{value:!0}),Fe.resetIds=Fe.createIdGenerator=void 0;const Hn=new Map;let _m=0;function bm(){const t=_m+=1;return Hn.set(t,0),()=>{const n=(Hn.get(t)??0)+1;return Hn.set(t,n),n}}u(bm,"createIdGenerator"),Fe.createIdGenerator=bm;function gm(){Hn.clear()}u(gm,"resetIds"),Fe.resetIds=gm,Object.defineProperty(pe,"__esModule",{value:!0}),pe.DefinitionBase=void 0;const vm=Fe,Sm=(0,vm.createIdGenerator)();class Ym{static{u(this,"DefinitionBase")}constructor(e,n,i,s){this.$id=Sm(),this.type=e,this.name=n,this.node=i,this.parent=s}}pe.DefinitionBase=Ym;var le={};Object.defineProperty(le,"__esModule",{value:!0}),le.DefinitionType=void 0;var Zl;(function(t){t.CatchClause="CatchClause",t.ClassName="ClassName",t.FunctionName="FunctionName",t.ImplicitGlobalVariable="ImplicitGlobalVariable",t.ImportBinding="ImportBinding",t.Parameter="Parameter",t.TSEnumName="TSEnumName",t.TSEnumMember="TSEnumMemberName",t.TSModuleName="TSModuleName",t.Type="Type",t.Variable="Variable"})(Zl||(le.DefinitionType=Zl={})),Object.defineProperty(Wn,"__esModule",{value:!0}),Wn.CatchClauseDefinition=void 0;const Lm=pe,Am=le;class Cm extends Lm.DefinitionBase{static{u(this,"CatchClauseDefinition")}constructor(e,n){super(Am.DefinitionType.CatchClause,e,n,null),this.isTypeDefinition=!1,this.isVariableDefinition=!0}}Wn.CatchClauseDefinition=Cm;var Kn={};Object.defineProperty(Kn,"__esModule",{value:!0}),Kn.ClassNameDefinition=void 0;const wm=pe,Vm=le;class Om extends wm.DefinitionBase{static{u(this,"ClassNameDefinition")}constructor(e,n){super(Vm.DefinitionType.ClassName,e,n,null),this.isTypeDefinition=!0,this.isVariableDefinition=!0}}Kn.ClassNameDefinition=Om;var ec={};Object.defineProperty(ec,"__esModule",{value:!0});var Xn={};Object.defineProperty(Xn,"__esModule",{value:!0}),Xn.FunctionNameDefinition=void 0;const Mm=pe,Um=le;class Rm extends Mm.DefinitionBase{static{u(this,"FunctionNameDefinition")}constructor(e,n){super(Um.DefinitionType.FunctionName,e,n,null),this.isTypeDefinition=!1,this.isVariableDefinition=!0}}Xn.FunctionNameDefinition=Rm;var ur={};Object.defineProperty(ur,"__esModule",{value:!0}),ur.ImplicitGlobalVariableDefinition=void 0;const Im=pe,xm=le;class Dm extends Im.DefinitionBase{static{u(this,"ImplicitGlobalVariableDefinition")}constructor(e,n){super(xm.DefinitionType.ImplicitGlobalVariable,e,n,null),this.isTypeDefinition=!1,this.isVariableDefinition=!0}}ur.ImplicitGlobalVariableDefinition=Dm;var qn={};Object.defineProperty(qn,"__esModule",{value:!0}),qn.ImportBindingDefinition=void 0;const Fm=pe,$m=le;class km extends Fm.DefinitionBase{static{u(this,"ImportBindingDefinition")}constructor(e,n,i){super($m.DefinitionType.ImportBinding,e,n,i),this.isTypeDefinition=!0,this.isVariableDefinition=!0}}qn.ImportBindingDefinition=km;var zn={};Object.defineProperty(zn,"__esModule",{value:!0}),zn.ParameterDefinition=void 0;const Nm=pe,Bm=le;class jm extends Nm.DefinitionBase{static{u(this,"ParameterDefinition")}constructor(e,n,i){super(Bm.DefinitionType.Parameter,e,n,null),this.isTypeDefinition=!1,this.isVariableDefinition=!0,this.rest=i}}zn.ParameterDefinition=jm;var Jn={};Object.defineProperty(Jn,"__esModule",{value:!0}),Jn.TSEnumMemberDefinition=void 0;const Gm=pe,Wm=le;class Hm extends Gm.DefinitionBase{static{u(this,"TSEnumMemberDefinition")}constructor(e,n){super(Wm.DefinitionType.TSEnumMember,e,n,null),this.isTypeDefinition=!0,this.isVariableDefinition=!0}}Jn.TSEnumMemberDefinition=Hm;var Qn={};Object.defineProperty(Qn,"__esModule",{value:!0}),Qn.TSEnumNameDefinition=void 0;const Km=pe,Xm=le;class qm extends Km.DefinitionBase{static{u(this,"TSEnumNameDefinition")}constructor(e,n){super(Xm.DefinitionType.TSEnumName,e,n,null),this.isTypeDefinition=!0,this.isVariableDefinition=!0}}Qn.TSEnumNameDefinition=qm;var Zn={};Object.defineProperty(Zn,"__esModule",{value:!0}),Zn.TSModuleNameDefinition=void 0;const zm=pe,Jm=le;class Qm extends zm.DefinitionBase{static{u(this,"TSModuleNameDefinition")}constructor(e,n){super(Jm.DefinitionType.TSModuleName,e,n,null),this.isTypeDefinition=!0,this.isVariableDefinition=!0}}Zn.TSModuleNameDefinition=Qm;var ei={};Object.defineProperty(ei,"__esModule",{value:!0}),ei.TypeDefinition=void 0;const Zm=pe,ey=le;class ty extends Zm.DefinitionBase{static{u(this,"TypeDefinition")}constructor(e,n){super(ey.DefinitionType.Type,e,n,null),this.isTypeDefinition=!0,this.isVariableDefinition=!1}}ei.TypeDefinition=ty;var ti={};Object.defineProperty(ti,"__esModule",{value:!0}),ti.VariableDefinition=void 0;const ry=pe,ny=le;class iy extends ry.DefinitionBase{static{u(this,"VariableDefinition")}constructor(e,n,i){super(ny.DefinitionType.Variable,e,n,i),this.isTypeDefinition=!1,this.isVariableDefinition=!0}}ti.VariableDefinition=iy,function(t){var e=S&&S.__createBinding||(Object.create?function(i,s,l,p){p===void 0&&(p=l);var d=Object.getOwnPropertyDescriptor(s,l);(!d||("get"in d?!s.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:function(){return s[l]}}),Object.defineProperty(i,p,d)}:function(i,s,l,p){p===void 0&&(p=l),i[p]=s[l]}),n=S&&S.__exportStar||function(i,s){for(var l in i)l!=="default"&&!Object.prototype.hasOwnProperty.call(s,l)&&e(s,i,l)};Object.defineProperty(t,"__esModule",{value:!0}),n(Wn,t),n(Kn,t),n(ec,t),n(le,t),n(Xn,t),n(ur,t),n(qn,t),n(zn,t),n(Jn,t),n(Qn,t),n(Zn,t),n(ei,t),n(ti,t)}(qe);var ri={},St={},w={};Object.defineProperty(w,"__esModule",{value:!0}),w.TYPE_VALUE=w.VALUE=w.TYPE=void 0,w.TYPE=Object.freeze({eslintImplicitGlobalSetting:"readonly",isTypeVariable:!0,isValueVariable:!1}),w.VALUE=Object.freeze({eslintImplicitGlobalSetting:"readonly",isTypeVariable:!1,isValueVariable:!0}),w.TYPE_VALUE=Object.freeze({eslintImplicitGlobalSetting:"readonly",isTypeVariable:!0,isValueVariable:!0}),Object.defineProperty(St,"__esModule",{value:!0}),St.decorators=void 0;const ge=w;St.decorators={ClassMemberDecoratorContext:ge.TYPE,DecoratorContext:ge.TYPE,DecoratorMetadataObject:ge.TYPE,DecoratorMetadata:ge.TYPE,ClassDecoratorContext:ge.TYPE,ClassMethodDecoratorContext:ge.TYPE,ClassGetterDecoratorContext:ge.TYPE,ClassSetterDecoratorContext:ge.TYPE,ClassAccessorDecoratorContext:ge.TYPE,ClassAccessorDecoratorTarget:ge.TYPE,ClassAccessorDecoratorResult:ge.TYPE,ClassFieldDecoratorContext:ge.TYPE};var pr={};Object.defineProperty(pr,"__esModule",{value:!0}),pr.decorators_legacy=void 0;const ni=w;pr.decorators_legacy={ClassDecorator:ni.TYPE,PropertyDecorator:ni.TYPE,MethodDecorator:ni.TYPE,ParameterDecorator:ni.TYPE};var fe={};Object.defineProperty(fe,"__esModule",{value:!0}),fe.dom=void 0;const r=w;fe.dom={AddEventListenerOptions:r.TYPE,AesCbcParams:r.TYPE,AesCtrParams:r.TYPE,AesDerivedKeyParams:r.TYPE,AesGcmParams:r.TYPE,AesKeyAlgorithm:r.TYPE,AesKeyGenParams:r.TYPE,Algorithm:r.TYPE,AnalyserOptions:r.TYPE,AnimationEventInit:r.TYPE,AnimationPlaybackEventInit:r.TYPE,AssignedNodesOptions:r.TYPE,AudioBufferOptions:r.TYPE,AudioBufferSourceOptions:r.TYPE,AudioConfiguration:r.TYPE,AudioContextOptions:r.TYPE,AudioNodeOptions:r.TYPE,AudioProcessingEventInit:r.TYPE,AudioTimestamp:r.TYPE,AudioWorkletNodeOptions:r.TYPE,AuthenticationExtensionsClientInputs:r.TYPE,AuthenticationExtensionsClientOutputs:r.TYPE,AuthenticatorSelectionCriteria:r.TYPE,AvcEncoderConfig:r.TYPE,BiquadFilterOptions:r.TYPE,BlobEventInit:r.TYPE,BlobPropertyBag:r.TYPE,CSSMatrixComponentOptions:r.TYPE,CSSNumericType:r.TYPE,CSSStyleSheetInit:r.TYPE,CacheQueryOptions:r.TYPE,CanvasRenderingContext2DSettings:r.TYPE,ChannelMergerOptions:r.TYPE,ChannelSplitterOptions:r.TYPE,CheckVisibilityOptions:r.TYPE,ClientQueryOptions:r.TYPE,ClipboardEventInit:r.TYPE,ClipboardItemOptions:r.TYPE,CloseEventInit:r.TYPE,CompositionEventInit:r.TYPE,ComputedEffectTiming:r.TYPE,ComputedKeyframe:r.TYPE,ConstantSourceOptions:r.TYPE,ConstrainBooleanParameters:r.TYPE,ConstrainDOMStringParameters:r.TYPE,ConstrainDoubleRange:r.TYPE,ConstrainULongRange:r.TYPE,ConvolverOptions:r.TYPE,CredentialCreationOptions:r.TYPE,CredentialPropertiesOutput:r.TYPE,CredentialRequestOptions:r.TYPE,CryptoKeyPair:r.TYPE,CustomEventInit:r.TYPE,DOMMatrix2DInit:r.TYPE,DOMMatrixInit:r.TYPE,DOMPointInit:r.TYPE,DOMQuadInit:r.TYPE,DOMRectInit:r.TYPE,DelayOptions:r.TYPE,DeviceMotionEventAccelerationInit:r.TYPE,DeviceMotionEventInit:r.TYPE,DeviceMotionEventRotationRateInit:r.TYPE,DeviceOrientationEventInit:r.TYPE,DisplayMediaStreamOptions:r.TYPE,DocumentTimelineOptions:r.TYPE,DoubleRange:r.TYPE,DragEventInit:r.TYPE,DynamicsCompressorOptions:r.TYPE,EcKeyAlgorithm:r.TYPE,EcKeyGenParams:r.TYPE,EcKeyImportParams:r.TYPE,EcdhKeyDeriveParams:r.TYPE,EcdsaParams:r.TYPE,EffectTiming:r.TYPE,ElementCreationOptions:r.TYPE,ElementDefinitionOptions:r.TYPE,EncodedVideoChunkInit:r.TYPE,EncodedVideoChunkMetadata:r.TYPE,ErrorEventInit:r.TYPE,EventInit:r.TYPE,EventListenerOptions:r.TYPE,EventModifierInit:r.TYPE,EventSourceInit:r.TYPE,FilePropertyBag:r.TYPE,FileSystemCreateWritableOptions:r.TYPE,FileSystemFlags:r.TYPE,FileSystemGetDirectoryOptions:r.TYPE,FileSystemGetFileOptions:r.TYPE,FileSystemRemoveOptions:r.TYPE,FocusEventInit:r.TYPE,FocusOptions:r.TYPE,FontFaceDescriptors:r.TYPE,FontFaceSetLoadEventInit:r.TYPE,FormDataEventInit:r.TYPE,FullscreenOptions:r.TYPE,GainOptions:r.TYPE,GamepadEffectParameters:r.TYPE,GamepadEventInit:r.TYPE,GetAnimationsOptions:r.TYPE,GetNotificationOptions:r.TYPE,GetRootNodeOptions:r.TYPE,HashChangeEventInit:r.TYPE,HkdfParams:r.TYPE,HmacImportParams:r.TYPE,HmacKeyAlgorithm:r.TYPE,HmacKeyGenParams:r.TYPE,IDBDatabaseInfo:r.TYPE,IDBIndexParameters:r.TYPE,IDBObjectStoreParameters:r.TYPE,IDBTransactionOptions:r.TYPE,IDBVersionChangeEventInit:r.TYPE,IIRFilterOptions:r.TYPE,IdleRequestOptions:r.TYPE,ImageBitmapOptions:r.TYPE,ImageBitmapRenderingContextSettings:r.TYPE,ImageDataSettings:r.TYPE,ImageEncodeOptions:r.TYPE,ImportMeta:r.TYPE,InputEventInit:r.TYPE,IntersectionObserverEntryInit:r.TYPE,IntersectionObserverInit:r.TYPE,JsonWebKey:r.TYPE,KeyAlgorithm:r.TYPE,KeyboardEventInit:r.TYPE,Keyframe:r.TYPE,KeyframeAnimationOptions:r.TYPE,KeyframeEffectOptions:r.TYPE,LockInfo:r.TYPE,LockManagerSnapshot:r.TYPE,LockOptions:r.TYPE,MIDIConnectionEventInit:r.TYPE,MIDIMessageEventInit:r.TYPE,MIDIOptions:r.TYPE,MediaCapabilitiesDecodingInfo:r.TYPE,MediaCapabilitiesEncodingInfo:r.TYPE,MediaCapabilitiesInfo:r.TYPE,MediaConfiguration:r.TYPE,MediaDecodingConfiguration:r.TYPE,MediaElementAudioSourceOptions:r.TYPE,MediaEncodingConfiguration:r.TYPE,MediaEncryptedEventInit:r.TYPE,MediaImage:r.TYPE,MediaKeyMessageEventInit:r.TYPE,MediaKeySystemConfiguration:r.TYPE,MediaKeySystemMediaCapability:r.TYPE,MediaMetadataInit:r.TYPE,MediaPositionState:r.TYPE,MediaQueryListEventInit:r.TYPE,MediaRecorderOptions:r.TYPE,MediaSessionActionDetails:r.TYPE,MediaStreamAudioSourceOptions:r.TYPE,MediaStreamConstraints:r.TYPE,MediaStreamTrackEventInit:r.TYPE,MediaTrackCapabilities:r.TYPE,MediaTrackConstraintSet:r.TYPE,MediaTrackConstraints:r.TYPE,MediaTrackSettings:r.TYPE,MediaTrackSupportedConstraints:r.TYPE,MessageEventInit:r.TYPE,MouseEventInit:r.TYPE,MultiCacheQueryOptions:r.TYPE,MutationObserverInit:r.TYPE,NavigationPreloadState:r.TYPE,NotificationOptions:r.TYPE,OfflineAudioCompletionEventInit:r.TYPE,OfflineAudioContextOptions:r.TYPE,OptionalEffectTiming:r.TYPE,OscillatorOptions:r.TYPE,PageTransitionEventInit:r.TYPE,PannerOptions:r.TYPE,PaymentCurrencyAmount:r.TYPE,PaymentDetailsBase:r.TYPE,PaymentDetailsInit:r.TYPE,PaymentDetailsModifier:r.TYPE,PaymentDetailsUpdate:r.TYPE,PaymentItem:r.TYPE,PaymentMethodChangeEventInit:r.TYPE,PaymentMethodData:r.TYPE,PaymentRequestUpdateEventInit:r.TYPE,PaymentValidationErrors:r.TYPE,Pbkdf2Params:r.TYPE,PerformanceMarkOptions:r.TYPE,PerformanceMeasureOptions:r.TYPE,PerformanceObserverInit:r.TYPE,PeriodicWaveConstraints:r.TYPE,PeriodicWaveOptions:r.TYPE,PermissionDescriptor:r.TYPE,PictureInPictureEventInit:r.TYPE,PlaneLayout:r.TYPE,PointerEventInit:r.TYPE,PopStateEventInit:r.TYPE,PositionOptions:r.TYPE,ProgressEventInit:r.TYPE,PromiseRejectionEventInit:r.TYPE,PropertyDefinition:r.TYPE,PropertyIndexedKeyframes:r.TYPE,PublicKeyCredentialCreationOptions:r.TYPE,PublicKeyCredentialDescriptor:r.TYPE,PublicKeyCredentialEntity:r.TYPE,PublicKeyCredentialParameters:r.TYPE,PublicKeyCredentialRequestOptions:r.TYPE,PublicKeyCredentialRpEntity:r.TYPE,PublicKeyCredentialUserEntity:r.TYPE,PushSubscriptionJSON:r.TYPE,PushSubscriptionOptionsInit:r.TYPE,QueuingStrategy:r.TYPE,QueuingStrategyInit:r.TYPE,RTCAnswerOptions:r.TYPE,RTCCertificateExpiration:r.TYPE,RTCConfiguration:r.TYPE,RTCDTMFToneChangeEventInit:r.TYPE,RTCDataChannelEventInit:r.TYPE,RTCDataChannelInit:r.TYPE,RTCDtlsFingerprint:r.TYPE,RTCEncodedAudioFrameMetadata:r.TYPE,RTCEncodedVideoFrameMetadata:r.TYPE,RTCErrorEventInit:r.TYPE,RTCErrorInit:r.TYPE,RTCIceCandidateInit:r.TYPE,RTCIceCandidatePair:r.TYPE,RTCIceCandidatePairStats:r.TYPE,RTCIceServer:r.TYPE,RTCInboundRtpStreamStats:r.TYPE,RTCLocalSessionDescriptionInit:r.TYPE,RTCOfferAnswerOptions:r.TYPE,RTCOfferOptions:r.TYPE,RTCOutboundRtpStreamStats:r.TYPE,RTCPeerConnectionIceErrorEventInit:r.TYPE,RTCPeerConnectionIceEventInit:r.TYPE,RTCReceivedRtpStreamStats:r.TYPE,RTCRtcpParameters:r.TYPE,RTCRtpCapabilities:r.TYPE,RTCRtpCodec:r.TYPE,RTCRtpCodecCapability:r.TYPE,RTCRtpCodecParameters:r.TYPE,RTCRtpCodingParameters:r.TYPE,RTCRtpContributingSource:r.TYPE,RTCRtpEncodingParameters:r.TYPE,RTCRtpHeaderExtensionCapability:r.TYPE,RTCRtpHeaderExtensionParameters:r.TYPE,RTCRtpParameters:r.TYPE,RTCRtpReceiveParameters:r.TYPE,RTCRtpSendParameters:r.TYPE,RTCRtpStreamStats:r.TYPE,RTCRtpSynchronizationSource:r.TYPE,RTCRtpTransceiverInit:r.TYPE,RTCSentRtpStreamStats:r.TYPE,RTCSessionDescriptionInit:r.TYPE,RTCSetParameterOptions:r.TYPE,RTCStats:r.TYPE,RTCTrackEventInit:r.TYPE,RTCTransportStats:r.TYPE,ReadableStreamGetReaderOptions:r.TYPE,ReadableStreamReadDoneResult:r.TYPE,ReadableStreamReadValueResult:r.TYPE,ReadableWritablePair:r.TYPE,RegistrationOptions:r.TYPE,ReportingObserverOptions:r.TYPE,RequestInit:r.TYPE,ResizeObserverOptions:r.TYPE,ResponseInit:r.TYPE,RsaHashedImportParams:r.TYPE,RsaHashedKeyAlgorithm:r.TYPE,RsaHashedKeyGenParams:r.TYPE,RsaKeyAlgorithm:r.TYPE,RsaKeyGenParams:r.TYPE,RsaOaepParams:r.TYPE,RsaOtherPrimesInfo:r.TYPE,RsaPssParams:r.TYPE,SVGBoundingBoxOptions:r.TYPE,ScrollIntoViewOptions:r.TYPE,ScrollOptions:r.TYPE,ScrollToOptions:r.TYPE,SecurityPolicyViolationEventInit:r.TYPE,ShadowRootInit:r.TYPE,ShareData:r.TYPE,SpeechSynthesisErrorEventInit:r.TYPE,SpeechSynthesisEventInit:r.TYPE,StaticRangeInit:r.TYPE,StereoPannerOptions:r.TYPE,StorageEstimate:r.TYPE,StorageEventInit:r.TYPE,StreamPipeOptions:r.TYPE,StructuredSerializeOptions:r.TYPE,SubmitEventInit:r.TYPE,TextDecodeOptions:r.TYPE,TextDecoderOptions:r.TYPE,TextEncoderEncodeIntoResult:r.TYPE,ToggleEventInit:r.TYPE,TouchEventInit:r.TYPE,TouchInit:r.TYPE,TrackEventInit:r.TYPE,Transformer:r.TYPE,TransitionEventInit:r.TYPE,UIEventInit:r.TYPE,ULongRange:r.TYPE,UnderlyingByteSource:r.TYPE,UnderlyingDefaultSource:r.TYPE,UnderlyingSink:r.TYPE,UnderlyingSource:r.TYPE,ValidityStateFlags:r.TYPE,VideoColorSpaceInit:r.TYPE,VideoConfiguration:r.TYPE,VideoDecoderConfig:r.TYPE,VideoDecoderInit:r.TYPE,VideoDecoderSupport:r.TYPE,VideoEncoderConfig:r.TYPE,VideoEncoderEncodeOptions:r.TYPE,VideoEncoderInit:r.TYPE,VideoEncoderSupport:r.TYPE,VideoFrameBufferInit:r.TYPE,VideoFrameCallbackMetadata:r.TYPE,VideoFrameCopyToOptions:r.TYPE,VideoFrameInit:r.TYPE,WaveShaperOptions:r.TYPE,WebGLContextAttributes:r.TYPE,WebGLContextEventInit:r.TYPE,WebTransportCloseInfo:r.TYPE,WebTransportErrorOptions:r.TYPE,WebTransportHash:r.TYPE,WebTransportOptions:r.TYPE,WebTransportSendStreamOptions:r.TYPE,WheelEventInit:r.TYPE,WindowPostMessageOptions:r.TYPE,WorkerOptions:r.TYPE,WorkletOptions:r.TYPE,WriteParams:r.TYPE,NodeFilter:r.TYPE_VALUE,XPathNSResolver:r.TYPE,ANGLE_instanced_arrays:r.TYPE,ARIAMixin:r.TYPE,AbortController:r.TYPE_VALUE,AbortSignalEventMap:r.TYPE,AbortSignal:r.TYPE_VALUE,AbstractRange:r.TYPE_VALUE,AbstractWorkerEventMap:r.TYPE,AbstractWorker:r.TYPE,AnalyserNode:r.TYPE_VALUE,Animatable:r.TYPE,AnimationEventMap:r.TYPE,Animation:r.TYPE_VALUE,AnimationEffect:r.TYPE_VALUE,AnimationEvent:r.TYPE_VALUE,AnimationFrameProvider:r.TYPE,AnimationPlaybackEvent:r.TYPE_VALUE,AnimationTimeline:r.TYPE_VALUE,Attr:r.TYPE_VALUE,AudioBuffer:r.TYPE_VALUE,AudioBufferSourceNode:r.TYPE_VALUE,AudioContext:r.TYPE_VALUE,AudioDestinationNode:r.TYPE_VALUE,AudioListener:r.TYPE_VALUE,AudioNode:r.TYPE_VALUE,AudioParam:r.TYPE_VALUE,AudioParamMap:r.TYPE_VALUE,AudioProcessingEvent:r.TYPE_VALUE,AudioScheduledSourceNodeEventMap:r.TYPE,AudioScheduledSourceNode:r.TYPE_VALUE,AudioWorklet:r.TYPE_VALUE,AudioWorkletNodeEventMap:r.TYPE,AudioWorkletNode:r.TYPE_VALUE,AuthenticatorAssertionResponse:r.TYPE_VALUE,AuthenticatorAttestationResponse:r.TYPE_VALUE,AuthenticatorResponse:r.TYPE_VALUE,BarProp:r.TYPE_VALUE,BaseAudioContextEventMap:r.TYPE,BaseAudioContext:r.TYPE_VALUE,BeforeUnloadEvent:r.TYPE_VALUE,BiquadFilterNode:r.TYPE_VALUE,Blob:r.TYPE_VALUE,BlobEvent:r.TYPE_VALUE,Body:r.TYPE,BroadcastChannelEventMap:r.TYPE,BroadcastChannel:r.TYPE_VALUE,ByteLengthQueuingStrategy:r.TYPE_VALUE,CDATASection:r.TYPE_VALUE,CSSAnimation:r.TYPE_VALUE,CSSConditionRule:r.TYPE_VALUE,CSSContainerRule:r.TYPE_VALUE,CSSCounterStyleRule:r.TYPE_VALUE,CSSFontFaceRule:r.TYPE_VALUE,CSSFontFeatureValuesRule:r.TYPE_VALUE,CSSFontPaletteValuesRule:r.TYPE_VALUE,CSSGroupingRule:r.TYPE_VALUE,CSSImageValue:r.TYPE_VALUE,CSSImportRule:r.TYPE_VALUE,CSSKeyframeRule:r.TYPE_VALUE,CSSKeyframesRule:r.TYPE_VALUE,CSSKeywordValue:r.TYPE_VALUE,CSSLayerBlockRule:r.TYPE_VALUE,CSSLayerStatementRule:r.TYPE_VALUE,CSSMathClamp:r.TYPE_VALUE,CSSMathInvert:r.TYPE_VALUE,CSSMathMax:r.TYPE_VALUE,CSSMathMin:r.TYPE_VALUE,CSSMathNegate:r.TYPE_VALUE,CSSMathProduct:r.TYPE_VALUE,CSSMathSum:r.TYPE_VALUE,CSSMathValue:r.TYPE_VALUE,CSSMatrixComponent:r.TYPE_VALUE,CSSMediaRule:r.TYPE_VALUE,CSSNamespaceRule:r.TYPE_VALUE,CSSNumericArray:r.TYPE_VALUE,CSSNumericValue:r.TYPE_VALUE,CSSPageRule:r.TYPE_VALUE,CSSPerspective:r.TYPE_VALUE,CSSPropertyRule:r.TYPE_VALUE,CSSRotate:r.TYPE_VALUE,CSSRule:r.TYPE_VALUE,CSSRuleList:r.TYPE_VALUE,CSSScale:r.TYPE_VALUE,CSSSkew:r.TYPE_VALUE,CSSSkewX:r.TYPE_VALUE,CSSSkewY:r.TYPE_VALUE,CSSStyleDeclaration:r.TYPE_VALUE,CSSStyleRule:r.TYPE_VALUE,CSSStyleSheet:r.TYPE_VALUE,CSSStyleValue:r.TYPE_VALUE,CSSSupportsRule:r.TYPE_VALUE,CSSTransformComponent:r.TYPE_VALUE,CSSTransformValue:r.TYPE_VALUE,CSSTransition:r.TYPE_VALUE,CSSTranslate:r.TYPE_VALUE,CSSUnitValue:r.TYPE_VALUE,CSSUnparsedValue:r.TYPE_VALUE,CSSVariableReferenceValue:r.TYPE_VALUE,Cache:r.TYPE_VALUE,CacheStorage:r.TYPE_VALUE,CanvasCaptureMediaStreamTrack:r.TYPE_VALUE,CanvasCompositing:r.TYPE,CanvasDrawImage:r.TYPE,CanvasDrawPath:r.TYPE,CanvasFillStrokeStyles:r.TYPE,CanvasFilters:r.TYPE,CanvasGradient:r.TYPE_VALUE,CanvasImageData:r.TYPE,CanvasImageSmoothing:r.TYPE,CanvasPath:r.TYPE,CanvasPathDrawingStyles:r.TYPE,CanvasPattern:r.TYPE_VALUE,CanvasRect:r.TYPE,CanvasRenderingContext2D:r.TYPE_VALUE,CanvasShadowStyles:r.TYPE,CanvasState:r.TYPE,CanvasText:r.TYPE,CanvasTextDrawingStyles:r.TYPE,CanvasTransform:r.TYPE,CanvasUserInterface:r.TYPE,ChannelMergerNode:r.TYPE_VALUE,ChannelSplitterNode:r.TYPE_VALUE,CharacterData:r.TYPE_VALUE,ChildNode:r.TYPE,ClientRect:r.TYPE,Clipboard:r.TYPE_VALUE,ClipboardEvent:r.TYPE_VALUE,ClipboardItem:r.TYPE_VALUE,CloseEvent:r.TYPE_VALUE,Comment:r.TYPE_VALUE,CompositionEvent:r.TYPE_VALUE,CompressionStream:r.TYPE_VALUE,ConstantSourceNode:r.TYPE_VALUE,ConvolverNode:r.TYPE_VALUE,CountQueuingStrategy:r.TYPE_VALUE,Credential:r.TYPE_VALUE,CredentialsContainer:r.TYPE_VALUE,Crypto:r.TYPE_VALUE,CryptoKey:r.TYPE_VALUE,CustomElementRegistry:r.TYPE_VALUE,CustomEvent:r.TYPE_VALUE,DOMException:r.TYPE_VALUE,DOMImplementation:r.TYPE_VALUE,DOMMatrix:r.TYPE_VALUE,SVGMatrix:r.TYPE_VALUE,WebKitCSSMatrix:r.TYPE_VALUE,DOMMatrixReadOnly:r.TYPE_VALUE,DOMParser:r.TYPE_VALUE,DOMPoint:r.TYPE_VALUE,SVGPoint:r.TYPE_VALUE,DOMPointReadOnly:r.TYPE_VALUE,DOMQuad:r.TYPE_VALUE,DOMRect:r.TYPE_VALUE,SVGRect:r.TYPE_VALUE,DOMRectList:r.TYPE_VALUE,DOMRectReadOnly:r.TYPE_VALUE,DOMStringList:r.TYPE_VALUE,DOMStringMap:r.TYPE_VALUE,DOMTokenList:r.TYPE_VALUE,DataTransfer:r.TYPE_VALUE,DataTransferItem:r.TYPE_VALUE,DataTransferItemList:r.TYPE_VALUE,DecompressionStream:r.TYPE_VALUE,DelayNode:r.TYPE_VALUE,DeviceMotionEvent:r.TYPE_VALUE,DeviceMotionEventAcceleration:r.TYPE,DeviceMotionEventRotationRate:r.TYPE,DeviceOrientationEvent:r.TYPE_VALUE,DocumentEventMap:r.TYPE,Document:r.TYPE_VALUE,DocumentFragment:r.TYPE_VALUE,DocumentOrShadowRoot:r.TYPE,DocumentTimeline:r.TYPE_VALUE,DocumentType:r.TYPE_VALUE,DragEvent:r.TYPE_VALUE,DynamicsCompressorNode:r.TYPE_VALUE,EXT_blend_minmax:r.TYPE,EXT_color_buffer_float:r.TYPE,EXT_color_buffer_half_float:r.TYPE,EXT_float_blend:r.TYPE,EXT_frag_depth:r.TYPE,EXT_sRGB:r.TYPE,EXT_shader_texture_lod:r.TYPE,EXT_texture_compression_bptc:r.TYPE,EXT_texture_compression_rgtc:r.TYPE,EXT_texture_filter_anisotropic:r.TYPE,EXT_texture_norm16:r.TYPE,ElementEventMap:r.TYPE,Element:r.TYPE_VALUE,ElementCSSInlineStyle:r.TYPE,ElementContentEditable:r.TYPE,ElementInternals:r.TYPE_VALUE,EncodedVideoChunk:r.TYPE_VALUE,ErrorEvent:r.TYPE_VALUE,Event:r.TYPE_VALUE,EventCounts:r.TYPE_VALUE,EventListener:r.TYPE,EventListenerObject:r.TYPE,EventSourceEventMap:r.TYPE,EventSource:r.TYPE_VALUE,EventTarget:r.TYPE_VALUE,External:r.TYPE_VALUE,File:r.TYPE_VALUE,FileList:r.TYPE_VALUE,FileReaderEventMap:r.TYPE,FileReader:r.TYPE_VALUE,FileSystem:r.TYPE_VALUE,FileSystemDirectoryEntry:r.TYPE_VALUE,FileSystemDirectoryHandle:r.TYPE_VALUE,FileSystemDirectoryReader:r.TYPE_VALUE,FileSystemEntry:r.TYPE_VALUE,FileSystemFileEntry:r.TYPE_VALUE,FileSystemFileHandle:r.TYPE_VALUE,FileSystemHandle:r.TYPE_VALUE,FileSystemWritableFileStream:r.TYPE_VALUE,FocusEvent:r.TYPE_VALUE,FontFace:r.TYPE_VALUE,FontFaceSetEventMap:r.TYPE,FontFaceSet:r.TYPE_VALUE,FontFaceSetLoadEvent:r.TYPE_VALUE,FontFaceSource:r.TYPE,FormData:r.TYPE_VALUE,FormDataEvent:r.TYPE_VALUE,GainNode:r.TYPE_VALUE,Gamepad:r.TYPE_VALUE,GamepadButton:r.TYPE_VALUE,GamepadEvent:r.TYPE_VALUE,GamepadHapticActuator:r.TYPE_VALUE,GenericTransformStream:r.TYPE,Geolocation:r.TYPE_VALUE,GeolocationCoordinates:r.TYPE_VALUE,GeolocationPosition:r.TYPE_VALUE,GeolocationPositionError:r.TYPE_VALUE,GlobalEventHandlersEventMap:r.TYPE,GlobalEventHandlers:r.TYPE,HTMLAllCollection:r.TYPE_VALUE,HTMLAnchorElement:r.TYPE_VALUE,HTMLAreaElement:r.TYPE_VALUE,HTMLAudioElement:r.TYPE_VALUE,HTMLBRElement:r.TYPE_VALUE,HTMLBaseElement:r.TYPE_VALUE,HTMLBodyElementEventMap:r.TYPE,HTMLBodyElement:r.TYPE_VALUE,HTMLButtonElement:r.TYPE_VALUE,HTMLCanvasElement:r.TYPE_VALUE,HTMLCollectionBase:r.TYPE,HTMLCollection:r.TYPE_VALUE,HTMLCollectionOf:r.TYPE,HTMLDListElement:r.TYPE_VALUE,HTMLDataElement:r.TYPE_VALUE,HTMLDataListElement:r.TYPE_VALUE,HTMLDetailsElement:r.TYPE_VALUE,HTMLDialogElement:r.TYPE_VALUE,HTMLDirectoryElement:r.TYPE_VALUE,HTMLDivElement:r.TYPE_VALUE,HTMLDocument:r.TYPE_VALUE,HTMLElementEventMap:r.TYPE,HTMLElement:r.TYPE_VALUE,HTMLEmbedElement:r.TYPE_VALUE,HTMLFieldSetElement:r.TYPE_VALUE,HTMLFontElement:r.TYPE_VALUE,HTMLFormControlsCollection:r.TYPE_VALUE,HTMLFormElement:r.TYPE_VALUE,HTMLFrameElement:r.TYPE_VALUE,HTMLFrameSetElementEventMap:r.TYPE,HTMLFrameSetElement:r.TYPE_VALUE,HTMLHRElement:r.TYPE_VALUE,HTMLHeadElement:r.TYPE_VALUE,HTMLHeadingElement:r.TYPE_VALUE,HTMLHtmlElement:r.TYPE_VALUE,HTMLHyperlinkElementUtils:r.TYPE,HTMLIFrameElement:r.TYPE_VALUE,HTMLImageElement:r.TYPE_VALUE,HTMLInputElement:r.TYPE_VALUE,HTMLLIElement:r.TYPE_VALUE,HTMLLabelElement:r.TYPE_VALUE,HTMLLegendElement:r.TYPE_VALUE,HTMLLinkElement:r.TYPE_VALUE,HTMLMapElement:r.TYPE_VALUE,HTMLMarqueeElement:r.TYPE_VALUE,HTMLMediaElementEventMap:r.TYPE,HTMLMediaElement:r.TYPE_VALUE,HTMLMenuElement:r.TYPE_VALUE,HTMLMetaElement:r.TYPE_VALUE,HTMLMeterElement:r.TYPE_VALUE,HTMLModElement:r.TYPE_VALUE,HTMLOListElement:r.TYPE_VALUE,HTMLObjectElement:r.TYPE_VALUE,HTMLOptGroupElement:r.TYPE_VALUE,HTMLOptionElement:r.TYPE_VALUE,HTMLOptionsCollection:r.TYPE_VALUE,HTMLOrSVGElement:r.TYPE,HTMLOutputElement:r.TYPE_VALUE,HTMLParagraphElement:r.TYPE_VALUE,HTMLParamElement:r.TYPE_VALUE,HTMLPictureElement:r.TYPE_VALUE,HTMLPreElement:r.TYPE_VALUE,HTMLProgressElement:r.TYPE_VALUE,HTMLQuoteElement:r.TYPE_VALUE,HTMLScriptElement:r.TYPE_VALUE,HTMLSelectElement:r.TYPE_VALUE,HTMLSlotElement:r.TYPE_VALUE,HTMLSourceElement:r.TYPE_VALUE,HTMLSpanElement:r.TYPE_VALUE,HTMLStyleElement:r.TYPE_VALUE,HTMLTableCaptionElement:r.TYPE_VALUE,HTMLTableCellElement:r.TYPE_VALUE,HTMLTableColElement:r.TYPE_VALUE,HTMLTableDataCellElement:r.TYPE,HTMLTableElement:r.TYPE_VALUE,HTMLTableHeaderCellElement:r.TYPE,HTMLTableRowElement:r.TYPE_VALUE,HTMLTableSectionElement:r.TYPE_VALUE,HTMLTemplateElement:r.TYPE_VALUE,HTMLTextAreaElement:r.TYPE_VALUE,HTMLTimeElement:r.TYPE_VALUE,HTMLTitleElement:r.TYPE_VALUE,HTMLTrackElement:r.TYPE_VALUE,HTMLUListElement:r.TYPE_VALUE,HTMLUnknownElement:r.TYPE_VALUE,HTMLVideoElementEventMap:r.TYPE,HTMLVideoElement:r.TYPE_VALUE,HashChangeEvent:r.TYPE_VALUE,Headers:r.TYPE_VALUE,Highlight:r.TYPE_VALUE,HighlightRegistry:r.TYPE_VALUE,History:r.TYPE_VALUE,IDBCursor:r.TYPE_VALUE,IDBCursorWithValue:r.TYPE_VALUE,IDBDatabaseEventMap:r.TYPE,IDBDatabase:r.TYPE_VALUE,IDBFactory:r.TYPE_VALUE,IDBIndex:r.TYPE_VALUE,IDBKeyRange:r.TYPE_VALUE,IDBObjectStore:r.TYPE_VALUE,IDBOpenDBRequestEventMap:r.TYPE,IDBOpenDBRequest:r.TYPE_VALUE,IDBRequestEventMap:r.TYPE,IDBRequest:r.TYPE_VALUE,IDBTransactionEventMap:r.TYPE,IDBTransaction:r.TYPE_VALUE,IDBVersionChangeEvent:r.TYPE_VALUE,IIRFilterNode:r.TYPE_VALUE,IdleDeadline:r.TYPE_VALUE,ImageBitmap:r.TYPE_VALUE,ImageBitmapRenderingContext:r.TYPE_VALUE,ImageData:r.TYPE_VALUE,InnerHTML:r.TYPE,InputDeviceInfo:r.TYPE_VALUE,InputEvent:r.TYPE_VALUE,IntersectionObserver:r.TYPE_VALUE,IntersectionObserverEntry:r.TYPE_VALUE,KHR_parallel_shader_compile:r.TYPE,KeyboardEvent:r.TYPE_VALUE,KeyframeEffect:r.TYPE_VALUE,LinkStyle:r.TYPE,Location:r.TYPE_VALUE,Lock:r.TYPE_VALUE,LockManager:r.TYPE_VALUE,MIDIAccessEventMap:r.TYPE,MIDIAccess:r.TYPE_VALUE,MIDIConnectionEvent:r.TYPE_VALUE,MIDIInputEventMap:r.TYPE,MIDIInput:r.TYPE_VALUE,MIDIInputMap:r.TYPE_VALUE,MIDIMessageEvent:r.TYPE_VALUE,MIDIOutput:r.TYPE_VALUE,MIDIOutputMap:r.TYPE_VALUE,MIDIPortEventMap:r.TYPE,MIDIPort:r.TYPE_VALUE,MathMLElementEventMap:r.TYPE,MathMLElement:r.TYPE_VALUE,MediaCapabilities:r.TYPE_VALUE,MediaDeviceInfo:r.TYPE_VALUE,MediaDevicesEventMap:r.TYPE,MediaDevices:r.TYPE_VALUE,MediaElementAudioSourceNode:r.TYPE_VALUE,MediaEncryptedEvent:r.TYPE_VALUE,MediaError:r.TYPE_VALUE,MediaKeyMessageEvent:r.TYPE_VALUE,MediaKeySessionEventMap:r.TYPE,MediaKeySession:r.TYPE_VALUE,MediaKeyStatusMap:r.TYPE_VALUE,MediaKeySystemAccess:r.TYPE_VALUE,MediaKeys:r.TYPE_VALUE,MediaList:r.TYPE_VALUE,MediaMetadata:r.TYPE_VALUE,MediaQueryListEventMap:r.TYPE,MediaQueryList:r.TYPE_VALUE,MediaQueryListEvent:r.TYPE_VALUE,MediaRecorderEventMap:r.TYPE,MediaRecorder:r.TYPE_VALUE,MediaSession:r.TYPE_VALUE,MediaSourceEventMap:r.TYPE,MediaSource:r.TYPE_VALUE,MediaStreamEventMap:r.TYPE,MediaStream:r.TYPE_VALUE,MediaStreamAudioDestinationNode:r.TYPE_VALUE,MediaStreamAudioSourceNode:r.TYPE_VALUE,MediaStreamTrackEventMap:r.TYPE,MediaStreamTrack:r.TYPE_VALUE,MediaStreamTrackEvent:r.TYPE_VALUE,MessageChannel:r.TYPE_VALUE,MessageEvent:r.TYPE_VALUE,MessagePortEventMap:r.TYPE,MessagePort:r.TYPE_VALUE,MimeType:r.TYPE_VALUE,MimeTypeArray:r.TYPE_VALUE,MouseEvent:r.TYPE_VALUE,MutationEvent:r.TYPE_VALUE,MutationObserver:r.TYPE_VALUE,MutationRecord:r.TYPE_VALUE,NamedNodeMap:r.TYPE_VALUE,NavigationPreloadManager:r.TYPE_VALUE,Navigator:r.TYPE_VALUE,NavigatorAutomationInformation:r.TYPE,NavigatorBadge:r.TYPE,NavigatorConcurrentHardware:r.TYPE,NavigatorContentUtils:r.TYPE,NavigatorCookies:r.TYPE,NavigatorID:r.TYPE,NavigatorLanguage:r.TYPE,NavigatorLocks:r.TYPE,NavigatorOnLine:r.TYPE,NavigatorPlugins:r.TYPE,NavigatorStorage:r.TYPE,Node:r.TYPE_VALUE,NodeIterator:r.TYPE_VALUE,NodeList:r.TYPE_VALUE,NodeListOf:r.TYPE,NonDocumentTypeChildNode:r.TYPE,NonElementParentNode:r.TYPE,NotificationEventMap:r.TYPE,Notification:r.TYPE_VALUE,OES_draw_buffers_indexed:r.TYPE,OES_element_index_uint:r.TYPE,OES_fbo_render_mipmap:r.TYPE,OES_standard_derivatives:r.TYPE,OES_texture_float:r.TYPE,OES_texture_float_linear:r.TYPE,OES_texture_half_float:r.TYPE,OES_texture_half_float_linear:r.TYPE,OES_vertex_array_object:r.TYPE,OVR_multiview2:r.TYPE,OfflineAudioCompletionEvent:r.TYPE_VALUE,OfflineAudioContextEventMap:r.TYPE,OfflineAudioContext:r.TYPE_VALUE,OffscreenCanvasEventMap:r.TYPE,OffscreenCanvas:r.TYPE_VALUE,OffscreenCanvasRenderingContext2D:r.TYPE_VALUE,OscillatorNode:r.TYPE_VALUE,OverconstrainedError:r.TYPE_VALUE,PageTransitionEvent:r.TYPE_VALUE,PannerNode:r.TYPE_VALUE,ParentNode:r.TYPE,Path2D:r.TYPE_VALUE,PaymentMethodChangeEvent:r.TYPE_VALUE,PaymentRequestEventMap:r.TYPE,PaymentRequest:r.TYPE_VALUE,PaymentRequestUpdateEvent:r.TYPE_VALUE,PaymentResponse:r.TYPE_VALUE,PerformanceEventMap:r.TYPE,Performance:r.TYPE_VALUE,PerformanceEntry:r.TYPE_VALUE,PerformanceEventTiming:r.TYPE_VALUE,PerformanceMark:r.TYPE_VALUE,PerformanceMeasure:r.TYPE_VALUE,PerformanceNavigation:r.TYPE_VALUE,PerformanceNavigationTiming:r.TYPE_VALUE,PerformanceObserver:r.TYPE_VALUE,PerformanceObserverEntryList:r.TYPE_VALUE,PerformancePaintTiming:r.TYPE_VALUE,PerformanceResourceTiming:r.TYPE_VALUE,PerformanceServerTiming:r.TYPE_VALUE,PerformanceTiming:r.TYPE_VALUE,PeriodicWave:r.TYPE_VALUE,PermissionStatusEventMap:r.TYPE,PermissionStatus:r.TYPE_VALUE,Permissions:r.TYPE_VALUE,PictureInPictureEvent:r.TYPE_VALUE,PictureInPictureWindowEventMap:r.TYPE,PictureInPictureWindow:r.TYPE_VALUE,Plugin:r.TYPE_VALUE,PluginArray:r.TYPE_VALUE,PointerEvent:r.TYPE_VALUE,PopStateEvent:r.TYPE_VALUE,PopoverInvokerElement:r.TYPE,ProcessingInstruction:r.TYPE_VALUE,ProgressEvent:r.TYPE_VALUE,PromiseRejectionEvent:r.TYPE_VALUE,PublicKeyCredential:r.TYPE_VALUE,PushManager:r.TYPE_VALUE,PushSubscription:r.TYPE_VALUE,PushSubscriptionOptions:r.TYPE_VALUE,RTCCertificate:r.TYPE_VALUE,RTCDTMFSenderEventMap:r.TYPE,RTCDTMFSender:r.TYPE_VALUE,RTCDTMFToneChangeEvent:r.TYPE_VALUE,RTCDataChannelEventMap:r.TYPE,RTCDataChannel:r.TYPE_VALUE,RTCDataChannelEvent:r.TYPE_VALUE,RTCDtlsTransportEventMap:r.TYPE,RTCDtlsTransport:r.TYPE_VALUE,RTCEncodedAudioFrame:r.TYPE_VALUE,RTCEncodedVideoFrame:r.TYPE_VALUE,RTCError:r.TYPE_VALUE,RTCErrorEvent:r.TYPE_VALUE,RTCIceCandidate:r.TYPE_VALUE,RTCIceTransportEventMap:r.TYPE,RTCIceTransport:r.TYPE_VALUE,RTCPeerConnectionEventMap:r.TYPE,RTCPeerConnection:r.TYPE_VALUE,RTCPeerConnectionIceErrorEvent:r.TYPE_VALUE,RTCPeerConnectionIceEvent:r.TYPE_VALUE,RTCRtpReceiver:r.TYPE_VALUE,RTCRtpScriptTransform:r.TYPE_VALUE,RTCRtpSender:r.TYPE_VALUE,RTCRtpTransceiver:r.TYPE_VALUE,RTCSctpTransportEventMap:r.TYPE,RTCSctpTransport:r.TYPE_VALUE,RTCSessionDescription:r.TYPE_VALUE,RTCStatsReport:r.TYPE_VALUE,RTCTrackEvent:r.TYPE_VALUE,RadioNodeList:r.TYPE_VALUE,Range:r.TYPE_VALUE,ReadableByteStreamController:r.TYPE_VALUE,ReadableStream:r.TYPE_VALUE,ReadableStreamBYOBReader:r.TYPE_VALUE,ReadableStreamBYOBRequest:r.TYPE_VALUE,ReadableStreamDefaultController:r.TYPE_VALUE,ReadableStreamDefaultReader:r.TYPE_VALUE,ReadableStreamGenericReader:r.TYPE,RemotePlaybackEventMap:r.TYPE,RemotePlayback:r.TYPE_VALUE,Report:r.TYPE_VALUE,ReportBody:r.TYPE_VALUE,ReportingObserver:r.TYPE_VALUE,Request:r.TYPE_VALUE,ResizeObserver:r.TYPE_VALUE,ResizeObserverEntry:r.TYPE_VALUE,ResizeObserverSize:r.TYPE_VALUE,Response:r.TYPE_VALUE,SVGAElement:r.TYPE_VALUE,SVGAngle:r.TYPE_VALUE,SVGAnimateElement:r.TYPE_VALUE,SVGAnimateMotionElement:r.TYPE_VALUE,SVGAnimateTransformElement:r.TYPE_VALUE,SVGAnimatedAngle:r.TYPE_VALUE,SVGAnimatedBoolean:r.TYPE_VALUE,SVGAnimatedEnumeration:r.TYPE_VALUE,SVGAnimatedInteger:r.TYPE_VALUE,SVGAnimatedLength:r.TYPE_VALUE,SVGAnimatedLengthList:r.TYPE_VALUE,SVGAnimatedNumber:r.TYPE_VALUE,SVGAnimatedNumberList:r.TYPE_VALUE,SVGAnimatedPoints:r.TYPE,SVGAnimatedPreserveAspectRatio:r.TYPE_VALUE,SVGAnimatedRect:r.TYPE_VALUE,SVGAnimatedString:r.TYPE_VALUE,SVGAnimatedTransformList:r.TYPE_VALUE,SVGAnimationElement:r.TYPE_VALUE,SVGCircleElement:r.TYPE_VALUE,SVGClipPathElement:r.TYPE_VALUE,SVGComponentTransferFunctionElement:r.TYPE_VALUE,SVGDefsElement:r.TYPE_VALUE,SVGDescElement:r.TYPE_VALUE,SVGElementEventMap:r.TYPE,SVGElement:r.TYPE_VALUE,SVGEllipseElement:r.TYPE_VALUE,SVGFEBlendElement:r.TYPE_VALUE,SVGFEColorMatrixElement:r.TYPE_VALUE,SVGFEComponentTransferElement:r.TYPE_VALUE,SVGFECompositeElement:r.TYPE_VALUE,SVGFEConvolveMatrixElement:r.TYPE_VALUE,SVGFEDiffuseLightingElement:r.TYPE_VALUE,SVGFEDisplacementMapElement:r.TYPE_VALUE,SVGFEDistantLightElement:r.TYPE_VALUE,SVGFEDropShadowElement:r.TYPE_VALUE,SVGFEFloodElement:r.TYPE_VALUE,SVGFEFuncAElement:r.TYPE_VALUE,SVGFEFuncBElement:r.TYPE_VALUE,SVGFEFuncGElement:r.TYPE_VALUE,SVGFEFuncRElement:r.TYPE_VALUE,SVGFEGaussianBlurElement:r.TYPE_VALUE,SVGFEImageElement:r.TYPE_VALUE,SVGFEMergeElement:r.TYPE_VALUE,SVGFEMergeNodeElement:r.TYPE_VALUE,SVGFEMorphologyElement:r.TYPE_VALUE,SVGFEOffsetElement:r.TYPE_VALUE,SVGFEPointLightElement:r.TYPE_VALUE,SVGFESpecularLightingElement:r.TYPE_VALUE,SVGFESpotLightElement:r.TYPE_VALUE,SVGFETileElement:r.TYPE_VALUE,SVGFETurbulenceElement:r.TYPE_VALUE,SVGFilterElement:r.TYPE_VALUE,SVGFilterPrimitiveStandardAttributes:r.TYPE,SVGFitToViewBox:r.TYPE,SVGForeignObjectElement:r.TYPE_VALUE,SVGGElement:r.TYPE_VALUE,SVGGeometryElement:r.TYPE_VALUE,SVGGradientElement:r.TYPE_VALUE,SVGGraphicsElement:r.TYPE_VALUE,SVGImageElement:r.TYPE_VALUE,SVGLength:r.TYPE_VALUE,SVGLengthList:r.TYPE_VALUE,SVGLineElement:r.TYPE_VALUE,SVGLinearGradientElement:r.TYPE_VALUE,SVGMPathElement:r.TYPE_VALUE,SVGMarkerElement:r.TYPE_VALUE,SVGMaskElement:r.TYPE_VALUE,SVGMetadataElement:r.TYPE_VALUE,SVGNumber:r.TYPE_VALUE,SVGNumberList:r.TYPE_VALUE,SVGPathElement:r.TYPE_VALUE,SVGPatternElement:r.TYPE_VALUE,SVGPointList:r.TYPE_VALUE,SVGPolygonElement:r.TYPE_VALUE,SVGPolylineElement:r.TYPE_VALUE,SVGPreserveAspectRatio:r.TYPE_VALUE,SVGRadialGradientElement:r.TYPE_VALUE,SVGRectElement:r.TYPE_VALUE,SVGSVGElementEventMap:r.TYPE,SVGSVGElement:r.TYPE_VALUE,SVGScriptElement:r.TYPE_VALUE,SVGSetElement:r.TYPE_VALUE,SVGStopElement:r.TYPE_VALUE,SVGStringList:r.TYPE_VALUE,SVGStyleElement:r.TYPE_VALUE,SVGSwitchElement:r.TYPE_VALUE,SVGSymbolElement:r.TYPE_VALUE,SVGTSpanElement:r.TYPE_VALUE,SVGTests:r.TYPE,SVGTextContentElement:r.TYPE_VALUE,SVGTextElement:r.TYPE_VALUE,SVGTextPathElement:r.TYPE_VALUE,SVGTextPositioningElement:r.TYPE_VALUE,SVGTitleElement:r.TYPE_VALUE,SVGTransform:r.TYPE_VALUE,SVGTransformList:r.TYPE_VALUE,SVGURIReference:r.TYPE,SVGUnitTypes:r.TYPE_VALUE,SVGUseElement:r.TYPE_VALUE,SVGViewElement:r.TYPE_VALUE,Screen:r.TYPE_VALUE,ScreenOrientationEventMap:r.TYPE,ScreenOrientation:r.TYPE_VALUE,ScriptProcessorNodeEventMap:r.TYPE,ScriptProcessorNode:r.TYPE_VALUE,SecurityPolicyViolationEvent:r.TYPE_VALUE,Selection:r.TYPE_VALUE,ServiceWorkerEventMap:r.TYPE,ServiceWorker:r.TYPE_VALUE,ServiceWorkerContainerEventMap:r.TYPE,ServiceWorkerContainer:r.TYPE_VALUE,ServiceWorkerRegistrationEventMap:r.TYPE,ServiceWorkerRegistration:r.TYPE_VALUE,ShadowRootEventMap:r.TYPE,ShadowRoot:r.TYPE_VALUE,SharedWorker:r.TYPE_VALUE,Slottable:r.TYPE,SourceBufferEventMap:r.TYPE,SourceBuffer:r.TYPE_VALUE,SourceBufferListEventMap:r.TYPE,SourceBufferList:r.TYPE_VALUE,SpeechRecognitionAlternative:r.TYPE_VALUE,SpeechRecognitionResult:r.TYPE_VALUE,SpeechRecognitionResultList:r.TYPE_VALUE,SpeechSynthesisEventMap:r.TYPE,SpeechSynthesis:r.TYPE_VALUE,SpeechSynthesisErrorEvent:r.TYPE_VALUE,SpeechSynthesisEvent:r.TYPE_VALUE,SpeechSynthesisUtteranceEventMap:r.TYPE,SpeechSynthesisUtterance:r.TYPE_VALUE,SpeechSynthesisVoice:r.TYPE_VALUE,StaticRange:r.TYPE_VALUE,StereoPannerNode:r.TYPE_VALUE,Storage:r.TYPE_VALUE,StorageEvent:r.TYPE_VALUE,StorageManager:r.TYPE_VALUE,StyleMedia:r.TYPE,StylePropertyMap:r.TYPE_VALUE,StylePropertyMapReadOnly:r.TYPE_VALUE,StyleSheet:r.TYPE_VALUE,StyleSheetList:r.TYPE_VALUE,SubmitEvent:r.TYPE_VALUE,SubtleCrypto:r.TYPE_VALUE,Text:r.TYPE_VALUE,TextDecoder:r.TYPE_VALUE,TextDecoderCommon:r.TYPE,TextDecoderStream:r.TYPE_VALUE,TextEncoder:r.TYPE_VALUE,TextEncoderCommon:r.TYPE,TextEncoderStream:r.TYPE_VALUE,TextMetrics:r.TYPE_VALUE,TextTrackEventMap:r.TYPE,TextTrack:r.TYPE_VALUE,TextTrackCueEventMap:r.TYPE,TextTrackCue:r.TYPE_VALUE,TextTrackCueList:r.TYPE_VALUE,TextTrackListEventMap:r.TYPE,TextTrackList:r.TYPE_VALUE,TimeRanges:r.TYPE_VALUE,ToggleEvent:r.TYPE_VALUE,Touch:r.TYPE_VALUE,TouchEvent:r.TYPE_VALUE,TouchList:r.TYPE_VALUE,TrackEvent:r.TYPE_VALUE,TransformStream:r.TYPE_VALUE,TransformStreamDefaultController:r.TYPE_VALUE,TransitionEvent:r.TYPE_VALUE,TreeWalker:r.TYPE_VALUE,UIEvent:r.TYPE_VALUE,URL:r.TYPE_VALUE,webkitURL:r.TYPE_VALUE,URLSearchParams:r.TYPE_VALUE,UserActivation:r.TYPE_VALUE,VTTCue:r.TYPE_VALUE,VTTRegion:r.TYPE_VALUE,ValidityState:r.TYPE_VALUE,VideoColorSpace:r.TYPE_VALUE,VideoDecoderEventMap:r.TYPE,VideoDecoder:r.TYPE_VALUE,VideoEncoderEventMap:r.TYPE,VideoEncoder:r.TYPE_VALUE,VideoFrame:r.TYPE_VALUE,VideoPlaybackQuality:r.TYPE_VALUE,VisualViewportEventMap:r.TYPE,VisualViewport:r.TYPE_VALUE,WEBGL_color_buffer_float:r.TYPE,WEBGL_compressed_texture_astc:r.TYPE,WEBGL_compressed_texture_etc:r.TYPE,WEBGL_compressed_texture_etc1:r.TYPE,WEBGL_compressed_texture_pvrtc:r.TYPE,WEBGL_compressed_texture_s3tc:r.TYPE,WEBGL_compressed_texture_s3tc_srgb:r.TYPE,WEBGL_debug_renderer_info:r.TYPE,WEBGL_debug_shaders:r.TYPE,WEBGL_depth_texture:r.TYPE,WEBGL_draw_buffers:r.TYPE,WEBGL_lose_context:r.TYPE,WEBGL_multi_draw:r.TYPE,WakeLock:r.TYPE_VALUE,WakeLockSentinelEventMap:r.TYPE,WakeLockSentinel:r.TYPE_VALUE,WaveShaperNode:r.TYPE_VALUE,WebGL2RenderingContext:r.TYPE_VALUE,WebGL2RenderingContextBase:r.TYPE,WebGL2RenderingContextOverloads:r.TYPE,WebGLActiveInfo:r.TYPE_VALUE,WebGLBuffer:r.TYPE_VALUE,WebGLContextEvent:r.TYPE_VALUE,WebGLFramebuffer:r.TYPE_VALUE,WebGLProgram:r.TYPE_VALUE,WebGLQuery:r.TYPE_VALUE,WebGLRenderbuffer:r.TYPE_VALUE,WebGLRenderingContext:r.TYPE_VALUE,WebGLRenderingContextBase:r.TYPE,WebGLRenderingContextOverloads:r.TYPE,WebGLSampler:r.TYPE_VALUE,WebGLShader:r.TYPE_VALUE,WebGLShaderPrecisionFormat:r.TYPE_VALUE,WebGLSync:r.TYPE_VALUE,WebGLTexture:r.TYPE_VALUE,WebGLTransformFeedback:r.TYPE_VALUE,WebGLUniformLocation:r.TYPE_VALUE,WebGLVertexArrayObject:r.TYPE_VALUE,WebGLVertexArrayObjectOES:r.TYPE,WebSocketEventMap:r.TYPE,WebSocket:r.TYPE_VALUE,WebTransport:r.TYPE_VALUE,WebTransportBidirectionalStream:r.TYPE_VALUE,WebTransportDatagramDuplexStream:r.TYPE_VALUE,WebTransportError:r.TYPE_VALUE,WheelEvent:r.TYPE_VALUE,WindowEventMap:r.TYPE,Window:r.TYPE_VALUE,WindowEventHandlersEventMap:r.TYPE,WindowEventHandlers:r.TYPE,WindowLocalStorage:r.TYPE,WindowOrWorkerGlobalScope:r.TYPE,WindowSessionStorage:r.TYPE,WorkerEventMap:r.TYPE,Worker:r.TYPE_VALUE,Worklet:r.TYPE_VALUE,WritableStream:r.TYPE_VALUE,WritableStreamDefaultController:r.TYPE_VALUE,WritableStreamDefaultWriter:r.TYPE_VALUE,XMLDocument:r.TYPE_VALUE,XMLHttpRequestEventMap:r.TYPE,XMLHttpRequest:r.TYPE_VALUE,XMLHttpRequestEventTargetEventMap:r.TYPE,XMLHttpRequestEventTarget:r.TYPE_VALUE,XMLHttpRequestUpload:r.TYPE_VALUE,XMLSerializer:r.TYPE_VALUE,XPathEvaluator:r.TYPE_VALUE,XPathEvaluatorBase:r.TYPE,XPathExpression:r.TYPE_VALUE,XPathResult:r.TYPE_VALUE,XSLTProcessor:r.TYPE_VALUE,Console:r.TYPE,CSS:r.TYPE_VALUE,WebAssembly:r.TYPE_VALUE,BlobCallback:r.TYPE,CustomElementConstructor:r.TYPE,DecodeErrorCallback:r.TYPE,DecodeSuccessCallback:r.TYPE,EncodedVideoChunkOutputCallback:r.TYPE,ErrorCallback:r.TYPE,FileCallback:r.TYPE,FileSystemEntriesCallback:r.TYPE,FileSystemEntryCallback:r.TYPE,FrameRequestCallback:r.TYPE,FunctionStringCallback:r.TYPE,IdleRequestCallback:r.TYPE,IntersectionObserverCallback:r.TYPE,LockGrantedCallback:r.TYPE,MediaSessionActionHandler:r.TYPE,MutationCallback:r.TYPE,NotificationPermissionCallback:r.TYPE,OnBeforeUnloadEventHandlerNonNull:r.TYPE,OnErrorEventHandlerNonNull:r.TYPE,PerformanceObserverCallback:r.TYPE,PositionCallback:r.TYPE,PositionErrorCallback:r.TYPE,QueuingStrategySize:r.TYPE,RTCPeerConnectionErrorCallback:r.TYPE,RTCSessionDescriptionCallback:r.TYPE,RemotePlaybackAvailabilityCallback:r.TYPE,ReportingObserverCallback:r.TYPE,ResizeObserverCallback:r.TYPE,TransformerFlushCallback:r.TYPE,TransformerStartCallback:r.TYPE,TransformerTransformCallback:r.TYPE,UnderlyingSinkAbortCallback:r.TYPE,UnderlyingSinkCloseCallback:r.TYPE,UnderlyingSinkStartCallback:r.TYPE,UnderlyingSinkWriteCallback:r.TYPE,UnderlyingSourceCancelCallback:r.TYPE,UnderlyingSourcePullCallback:r.TYPE,UnderlyingSourceStartCallback:r.TYPE,VideoFrameOutputCallback:r.TYPE,VideoFrameRequestCallback:r.TYPE,VoidFunction:r.TYPE,WebCodecsErrorCallback:r.TYPE,HTMLElementTagNameMap:r.TYPE,HTMLElementDeprecatedTagNameMap:r.TYPE,SVGElementTagNameMap:r.TYPE,MathMLElementTagNameMap:r.TYPE,ElementTagNameMap:r.TYPE,AlgorithmIdentifier:r.TYPE,AllowSharedBufferSource:r.TYPE,AutoFill:r.TYPE,AutoFillField:r.TYPE,AutoFillSection:r.TYPE,BigInteger:r.TYPE,BinaryData:r.TYPE,BlobPart:r.TYPE,BodyInit:r.TYPE,BufferSource:r.TYPE,COSEAlgorithmIdentifier:r.TYPE,CSSKeywordish:r.TYPE,CSSNumberish:r.TYPE,CSSPerspectiveValue:r.TYPE,CSSUnparsedSegment:r.TYPE,CanvasImageSource:r.TYPE,ClipboardItemData:r.TYPE,ClipboardItems:r.TYPE,ConstrainBoolean:r.TYPE,ConstrainDOMString:r.TYPE,ConstrainDouble:r.TYPE,ConstrainULong:r.TYPE,DOMHighResTimeStamp:r.TYPE,EpochTimeStamp:r.TYPE,EventListenerOrEventListenerObject:r.TYPE,FileSystemWriteChunkType:r.TYPE,Float32List:r.TYPE,FormDataEntryValue:r.TYPE,GLbitfield:r.TYPE,GLboolean:r.TYPE,GLclampf:r.TYPE,GLenum:r.TYPE,GLfloat:r.TYPE,GLint:r.TYPE,GLint64:r.TYPE,GLintptr:r.TYPE,GLsizei:r.TYPE,GLsizeiptr:r.TYPE,GLuint:r.TYPE,GLuint64:r.TYPE,HTMLOrSVGImageElement:r.TYPE,HTMLOrSVGScriptElement:r.TYPE,HashAlgorithmIdentifier:r.TYPE,HeadersInit:r.TYPE,IDBValidKey:r.TYPE,ImageBitmapSource:r.TYPE,Int32List:r.TYPE,LineAndPositionSetting:r.TYPE,MediaProvider:r.TYPE,MessageEventSource:r.TYPE,MutationRecordType:r.TYPE,NamedCurve:r.TYPE,OffscreenRenderingContext:r.TYPE,OnBeforeUnloadEventHandler:r.TYPE,OnErrorEventHandler:r.TYPE,OptionalPostfixToken:r.TYPE,OptionalPrefixToken:r.TYPE,PerformanceEntryList:r.TYPE,RTCRtpTransform:r.TYPE,ReadableStreamController:r.TYPE,ReadableStreamReadResult:r.TYPE,ReadableStreamReader:r.TYPE,RenderingContext:r.TYPE,ReportList:r.TYPE,RequestInfo:r.TYPE,TexImageSource:r.TYPE,TimerHandler:r.TYPE,Transferable:r.TYPE,Uint32List:r.TYPE,VibratePattern:r.TYPE,WindowProxy:r.TYPE,XMLHttpRequestBodyInit:r.TYPE,AlignSetting:r.TYPE,AlphaOption:r.TYPE,AnimationPlayState:r.TYPE,AnimationReplaceState:r.TYPE,AppendMode:r.TYPE,AttestationConveyancePreference:r.TYPE,AudioContextLatencyCategory:r.TYPE,AudioContextState:r.TYPE,AuthenticatorAttachment:r.TYPE,AuthenticatorTransport:r.TYPE,AutoFillAddressKind:r.TYPE,AutoFillBase:r.TYPE,AutoFillContactField:r.TYPE,AutoFillContactKind:r.TYPE,AutoFillCredentialField:r.TYPE,AutoFillNormalField:r.TYPE,AutoKeyword:r.TYPE,AutomationRate:r.TYPE,AvcBitstreamFormat:r.TYPE,BinaryType:r.TYPE,BiquadFilterType:r.TYPE,CSSMathOperator:r.TYPE,CSSNumericBaseType:r.TYPE,CanPlayTypeResult:r.TYPE,CanvasDirection:r.TYPE,CanvasFillRule:r.TYPE,CanvasFontKerning:r.TYPE,CanvasFontStretch:r.TYPE,CanvasFontVariantCaps:r.TYPE,CanvasLineCap:r.TYPE,CanvasLineJoin:r.TYPE,CanvasTextAlign:r.TYPE,CanvasTextBaseline:r.TYPE,CanvasTextRendering:r.TYPE,ChannelCountMode:r.TYPE,ChannelInterpretation:r.TYPE,ClientTypes:r.TYPE,CodecState:r.TYPE,ColorGamut:r.TYPE,ColorSpaceConversion:r.TYPE,CompositeOperation:r.TYPE,CompositeOperationOrAuto:r.TYPE,CompressionFormat:r.TYPE,CredentialMediationRequirement:r.TYPE,DOMParserSupportedType:r.TYPE,DirectionSetting:r.TYPE,DisplayCaptureSurfaceType:r.TYPE,DistanceModelType:r.TYPE,DocumentReadyState:r.TYPE,DocumentVisibilityState:r.TYPE,EncodedVideoChunkType:r.TYPE,EndOfStreamError:r.TYPE,EndingType:r.TYPE,FileSystemHandleKind:r.TYPE,FillMode:r.TYPE,FontDisplay:r.TYPE,FontFaceLoadStatus:r.TYPE,FontFaceSetLoadStatus:r.TYPE,FullscreenNavigationUI:r.TYPE,GamepadHapticActuatorType:r.TYPE,GamepadHapticEffectType:r.TYPE,GamepadHapticsResult:r.TYPE,GamepadMappingType:r.TYPE,GlobalCompositeOperation:r.TYPE,HardwareAcceleration:r.TYPE,HdrMetadataType:r.TYPE,HighlightType:r.TYPE,IDBCursorDirection:r.TYPE,IDBRequestReadyState:r.TYPE,IDBTransactionDurability:r.TYPE,IDBTransactionMode:r.TYPE,ImageOrientation:r.TYPE,ImageSmoothingQuality:r.TYPE,InsertPosition:r.TYPE,IterationCompositeOperation:r.TYPE,KeyFormat:r.TYPE,KeyType:r.TYPE,KeyUsage:r.TYPE,LatencyMode:r.TYPE,LineAlignSetting:r.TYPE,LockMode:r.TYPE,MIDIPortConnectionState:r.TYPE,MIDIPortDeviceState:r.TYPE,MIDIPortType:r.TYPE,MediaDecodingType:r.TYPE,MediaDeviceKind:r.TYPE,MediaEncodingType:r.TYPE,MediaKeyMessageType:r.TYPE,MediaKeySessionClosedReason:r.TYPE,MediaKeySessionType:r.TYPE,MediaKeyStatus:r.TYPE,MediaKeysRequirement:r.TYPE,MediaSessionAction:r.TYPE,MediaSessionPlaybackState:r.TYPE,MediaStreamTrackState:r.TYPE,NavigationTimingType:r.TYPE,NotificationDirection:r.TYPE,NotificationPermission:r.TYPE,OffscreenRenderingContextId:r.TYPE,OrientationType:r.TYPE,OscillatorType:r.TYPE,OverSampleType:r.TYPE,PanningModelType:r.TYPE,PaymentComplete:r.TYPE,PermissionName:r.TYPE,PermissionState:r.TYPE,PlaybackDirection:r.TYPE,PositionAlignSetting:r.TYPE,PredefinedColorSpace:r.TYPE,PremultiplyAlpha:r.TYPE,PresentationStyle:r.TYPE,PublicKeyCredentialType:r.TYPE,PushEncryptionKeyName:r.TYPE,RTCBundlePolicy:r.TYPE,RTCDataChannelState:r.TYPE,RTCDegradationPreference:r.TYPE,RTCDtlsTransportState:r.TYPE,RTCEncodedVideoFrameType:r.TYPE,RTCErrorDetailType:r.TYPE,RTCIceCandidateType:r.TYPE,RTCIceComponent:r.TYPE,RTCIceConnectionState:r.TYPE,RTCIceGathererState:r.TYPE,RTCIceGatheringState:r.TYPE,RTCIceProtocol:r.TYPE,RTCIceTcpCandidateType:r.TYPE,RTCIceTransportPolicy:r.TYPE,RTCIceTransportState:r.TYPE,RTCPeerConnectionState:r.TYPE,RTCPriorityType:r.TYPE,RTCRtcpMuxPolicy:r.TYPE,RTCRtpTransceiverDirection:r.TYPE,RTCSctpTransportState:r.TYPE,RTCSdpType:r.TYPE,RTCSignalingState:r.TYPE,RTCStatsIceCandidatePairState:r.TYPE,RTCStatsType:r.TYPE,ReadableStreamReaderMode:r.TYPE,ReadableStreamType:r.TYPE,ReadyState:r.TYPE,RecordingState:r.TYPE,ReferrerPolicy:r.TYPE,RemotePlaybackState:r.TYPE,RequestCache:r.TYPE,RequestCredentials:r.TYPE,RequestDestination:r.TYPE,RequestMode:r.TYPE,RequestPriority:r.TYPE,RequestRedirect:r.TYPE,ResidentKeyRequirement:r.TYPE,ResizeObserverBoxOptions:r.TYPE,ResizeQuality:r.TYPE,ResponseType:r.TYPE,ScrollBehavior:r.TYPE,ScrollLogicalPosition:r.TYPE,ScrollRestoration:r.TYPE,ScrollSetting:r.TYPE,SecurityPolicyViolationEventDisposition:r.TYPE,SelectionMode:r.TYPE,ServiceWorkerState:r.TYPE,ServiceWorkerUpdateViaCache:r.TYPE,ShadowRootMode:r.TYPE,SlotAssignmentMode:r.TYPE,SpeechSynthesisErrorCode:r.TYPE,TextTrackKind:r.TYPE,TextTrackMode:r.TYPE,TouchType:r.TYPE,TransferFunction:r.TYPE,UserVerificationRequirement:r.TYPE,VideoColorPrimaries:r.TYPE,VideoEncoderBitrateMode:r.TYPE,VideoFacingModeEnum:r.TYPE,VideoMatrixCoefficients:r.TYPE,VideoPixelFormat:r.TYPE,VideoTransferCharacteristics:r.TYPE,WakeLockType:r.TYPE,WebGLPowerPreference:r.TYPE,WebTransportCongestionControl:r.TYPE,WebTransportErrorSource:r.TYPE,WorkerType:r.TYPE,WriteCommandType:r.TYPE,XMLHttpRequestResponseType:r.TYPE};var Le={};Object.defineProperty(Le,"__esModule",{value:!0}),Le.dom_asynciterable=void 0;const sy=w;Le.dom_asynciterable={FileSystemDirectoryHandle:sy.TYPE};var me={};Object.defineProperty(me,"__esModule",{value:!0}),me.dom_iterable=void 0;const O=w;me.dom_iterable={AudioParam:O.TYPE,AudioParamMap:O.TYPE,BaseAudioContext:O.TYPE,CSSKeyframesRule:O.TYPE,CSSNumericArray:O.TYPE,CSSRuleList:O.TYPE,CSSStyleDeclaration:O.TYPE,CSSTransformValue:O.TYPE,CSSUnparsedValue:O.TYPE,Cache:O.TYPE,CanvasPath:O.TYPE,CanvasPathDrawingStyles:O.TYPE,DOMRectList:O.TYPE,DOMStringList:O.TYPE,DOMTokenList:O.TYPE,DataTransferItemList:O.TYPE,EventCounts:O.TYPE,FileList:O.TYPE,FontFaceSet:O.TYPE,FormData:O.TYPE,HTMLAllCollection:O.TYPE,HTMLCollectionBase:O.TYPE,HTMLCollectionOf:O.TYPE,HTMLFormElement:O.TYPE,HTMLSelectElement:O.TYPE,Headers:O.TYPE,Highlight:O.TYPE,HighlightRegistry:O.TYPE,IDBDatabase:O.TYPE,IDBObjectStore:O.TYPE,MIDIInputMap:O.TYPE,MIDIOutput:O.TYPE,MIDIOutputMap:O.TYPE,MediaKeyStatusMap:O.TYPE,MediaList:O.TYPE,MessageEvent:O.TYPE,MimeTypeArray:O.TYPE,NamedNodeMap:O.TYPE,Navigator:O.TYPE,NodeList:O.TYPE,NodeListOf:O.TYPE,Plugin:O.TYPE,PluginArray:O.TYPE,RTCRtpTransceiver:O.TYPE,RTCStatsReport:O.TYPE,SVGLengthList:O.TYPE,SVGNumberList:O.TYPE,SVGPointList:O.TYPE,SVGStringList:O.TYPE,SVGTransformList:O.TYPE,SourceBufferList:O.TYPE,SpeechRecognitionResult:O.TYPE,SpeechRecognitionResultList:O.TYPE,StylePropertyMapReadOnly:O.TYPE,StyleSheetList:O.TYPE,SubtleCrypto:O.TYPE,TextTrackCueList:O.TYPE,TextTrackList:O.TYPE,TouchList:O.TYPE,URLSearchParams:O.TYPE,WEBGL_draw_buffers:O.TYPE,WEBGL_multi_draw:O.TYPE,WebGL2RenderingContextBase:O.TYPE,WebGL2RenderingContextOverloads:O.TYPE,WebGLRenderingContextBase:O.TYPE,WebGLRenderingContextOverloads:O.TYPE};var ot={};Object.defineProperty(ot,"__esModule",{value:!0}),ot.es5=void 0;const C=w,oy=St,ay=pr;ot.es5={...oy.decorators,...ay.decorators_legacy,Symbol:C.TYPE,PropertyKey:C.TYPE,PropertyDescriptor:C.TYPE,PropertyDescriptorMap:C.TYPE,Object:C.TYPE_VALUE,ObjectConstructor:C.TYPE,Function:C.TYPE_VALUE,FunctionConstructor:C.TYPE,ThisParameterType:C.TYPE,OmitThisParameter:C.TYPE,CallableFunction:C.TYPE,NewableFunction:C.TYPE,IArguments:C.TYPE,String:C.TYPE_VALUE,StringConstructor:C.TYPE,Boolean:C.TYPE_VALUE,BooleanConstructor:C.TYPE,Number:C.TYPE_VALUE,NumberConstructor:C.TYPE,TemplateStringsArray:C.TYPE,ImportMeta:C.TYPE,ImportCallOptions:C.TYPE,ImportAssertions:C.TYPE,ImportAttributes:C.TYPE,Math:C.TYPE_VALUE,Date:C.TYPE_VALUE,DateConstructor:C.TYPE,RegExpMatchArray:C.TYPE,RegExpExecArray:C.TYPE,RegExp:C.TYPE_VALUE,RegExpConstructor:C.TYPE,Error:C.TYPE_VALUE,ErrorConstructor:C.TYPE,EvalError:C.TYPE_VALUE,EvalErrorConstructor:C.TYPE,RangeError:C.TYPE_VALUE,RangeErrorConstructor:C.TYPE,ReferenceError:C.TYPE_VALUE,ReferenceErrorConstructor:C.TYPE,SyntaxError:C.TYPE_VALUE,SyntaxErrorConstructor:C.TYPE,TypeError:C.TYPE_VALUE,TypeErrorConstructor:C.TYPE,URIError:C.TYPE_VALUE,URIErrorConstructor:C.TYPE,JSON:C.TYPE_VALUE,ReadonlyArray:C.TYPE,ConcatArray:C.TYPE,Array:C.TYPE_VALUE,ArrayConstructor:C.TYPE,TypedPropertyDescriptor:C.TYPE,PromiseConstructorLike:C.TYPE,PromiseLike:C.TYPE,Promise:C.TYPE,Awaited:C.TYPE,ArrayLike:C.TYPE,Partial:C.TYPE,Required:C.TYPE,Readonly:C.TYPE,Pick:C.TYPE,Record:C.TYPE,Exclude:C.TYPE,Extract:C.TYPE,Omit:C.TYPE,NonNullable:C.TYPE,Parameters:C.TYPE,ConstructorParameters:C.TYPE,ReturnType:C.TYPE,InstanceType:C.TYPE,Uppercase:C.TYPE,Lowercase:C.TYPE,Capitalize:C.TYPE,Uncapitalize:C.TYPE,NoInfer:C.TYPE,ThisType:C.TYPE,WeakKeyTypes:C.TYPE,WeakKey:C.TYPE,ArrayBuffer:C.TYPE_VALUE,ArrayBufferTypes:C.TYPE,ArrayBufferLike:C.TYPE,ArrayBufferConstructor:C.TYPE,ArrayBufferView:C.TYPE,DataView:C.TYPE_VALUE,DataViewConstructor:C.TYPE,Int8Array:C.TYPE_VALUE,Int8ArrayConstructor:C.TYPE,Uint8Array:C.TYPE_VALUE,Uint8ArrayConstructor:C.TYPE,Uint8ClampedArray:C.TYPE_VALUE,Uint8ClampedArrayConstructor:C.TYPE,Int16Array:C.TYPE_VALUE,Int16ArrayConstructor:C.TYPE,Uint16Array:C.TYPE_VALUE,Uint16ArrayConstructor:C.TYPE,Int32Array:C.TYPE_VALUE,Int32ArrayConstructor:C.TYPE,Uint32Array:C.TYPE_VALUE,Uint32ArrayConstructor:C.TYPE,Float32Array:C.TYPE_VALUE,Float32ArrayConstructor:C.TYPE,Float64Array:C.TYPE_VALUE,Float64ArrayConstructor:C.TYPE,Intl:C.TYPE_VALUE};var ii={},Yt={};Object.defineProperty(Yt,"__esModule",{value:!0}),Yt.es2015_collection=void 0;const Oe=w;Yt.es2015_collection={Map:Oe.TYPE_VALUE,MapConstructor:Oe.TYPE,ReadonlyMap:Oe.TYPE,WeakMap:Oe.TYPE_VALUE,WeakMapConstructor:Oe.TYPE,Set:Oe.TYPE_VALUE,SetConstructor:Oe.TYPE,ReadonlySet:Oe.TYPE,WeakSet:Oe.TYPE_VALUE,WeakSetConstructor:Oe.TYPE};var Lt={};Object.defineProperty(Lt,"__esModule",{value:!0}),Lt.es2015_core=void 0;const ve=w;Lt.es2015_core={Array:ve.TYPE,ArrayConstructor:ve.TYPE,DateConstructor:ve.TYPE,Function:ve.TYPE,Math:ve.TYPE,NumberConstructor:ve.TYPE,ObjectConstructor:ve.TYPE,ReadonlyArray:ve.TYPE,RegExp:ve.TYPE,RegExpConstructor:ve.TYPE,String:ve.TYPE,StringConstructor:ve.TYPE};var At={},Se={},Ee={};Object.defineProperty(Ee,"__esModule",{value:!0}),Ee.es2015_symbol=void 0;const ly=w;Ee.es2015_symbol={SymbolConstructor:ly.TYPE},Object.defineProperty(Se,"__esModule",{value:!0}),Se.es2015_iterable=void 0;const D=w,cy=Ee;Se.es2015_iterable={...cy.es2015_symbol,SymbolConstructor:D.TYPE,IteratorYieldResult:D.TYPE,IteratorReturnResult:D.TYPE,IteratorResult:D.TYPE,Iterator:D.TYPE,Iterable:D.TYPE,IterableIterator:D.TYPE,Array:D.TYPE,ArrayConstructor:D.TYPE,ReadonlyArray:D.TYPE,IArguments:D.TYPE,Map:D.TYPE,ReadonlyMap:D.TYPE,MapConstructor:D.TYPE,WeakMap:D.TYPE,WeakMapConstructor:D.TYPE,Set:D.TYPE,ReadonlySet:D.TYPE,SetConstructor:D.TYPE,WeakSet:D.TYPE,WeakSetConstructor:D.TYPE,Promise:D.TYPE,PromiseConstructor:D.TYPE,String:D.TYPE,Int8Array:D.TYPE,Int8ArrayConstructor:D.TYPE,Uint8Array:D.TYPE,Uint8ArrayConstructor:D.TYPE,Uint8ClampedArray:D.TYPE,Uint8ClampedArrayConstructor:D.TYPE,Int16Array:D.TYPE,Int16ArrayConstructor:D.TYPE,Uint16Array:D.TYPE,Uint16ArrayConstructor:D.TYPE,Int32Array:D.TYPE,Int32ArrayConstructor:D.TYPE,Uint32Array:D.TYPE,Uint32ArrayConstructor:D.TYPE,Float32Array:D.TYPE,Float32ArrayConstructor:D.TYPE,Float64Array:D.TYPE,Float64ArrayConstructor:D.TYPE},Object.defineProperty(At,"__esModule",{value:!0}),At.es2015_generator=void 0;const co=w,uy=Se;At.es2015_generator={...uy.es2015_iterable,Generator:co.TYPE,GeneratorFunction:co.TYPE,GeneratorFunctionConstructor:co.TYPE};var Ct={};Object.defineProperty(Ct,"__esModule",{value:!0}),Ct.es2015_promise=void 0;const py=w;Ct.es2015_promise={PromiseConstructor:py.TYPE};var wt={};Object.defineProperty(wt,"__esModule",{value:!0}),wt.es2015_proxy=void 0;const tc=w;wt.es2015_proxy={ProxyHandler:tc.TYPE,ProxyConstructor:tc.TYPE};var Vt={};Object.defineProperty(Vt,"__esModule",{value:!0}),Vt.es2015_reflect=void 0;const fy=w;Vt.es2015_reflect={Reflect:fy.TYPE_VALUE};var at={};Object.defineProperty(at,"__esModule",{value:!0}),at.es2015_symbol_wellknown=void 0;const k=w,Ey=Ee;at.es2015_symbol_wellknown={...Ey.es2015_symbol,SymbolConstructor:k.TYPE,Symbol:k.TYPE,Array:k.TYPE,ReadonlyArray:k.TYPE,Date:k.TYPE,Map:k.TYPE,WeakMap:k.TYPE,Set:k.TYPE,WeakSet:k.TYPE,JSON:k.TYPE,Function:k.TYPE,GeneratorFunction:k.TYPE,Math:k.TYPE,Promise:k.TYPE,PromiseConstructor:k.TYPE,RegExp:k.TYPE,RegExpConstructor:k.TYPE,String:k.TYPE,ArrayBuffer:k.TYPE,DataView:k.TYPE,Int8Array:k.TYPE,Uint8Array:k.TYPE,Uint8ClampedArray:k.TYPE,Int16Array:k.TYPE,Uint16Array:k.TYPE,Int32Array:k.TYPE,Uint32Array:k.TYPE,Float32Array:k.TYPE,Float64Array:k.TYPE,ArrayConstructor:k.TYPE,MapConstructor:k.TYPE,SetConstructor:k.TYPE,ArrayBufferConstructor:k.TYPE},Object.defineProperty(ii,"__esModule",{value:!0}),ii.es6=void 0;const dy=ot,Ty=Yt,Py=Lt,my=At,yy=Se,hy=Ct,_y=wt,by=Vt,gy=Ee,vy=at;ii.es6={...dy.es5,...Py.es2015_core,...Ty.es2015_collection,...yy.es2015_iterable,...my.es2015_generator,...hy.es2015_promise,..._y.es2015_proxy,...by.es2015_reflect,...gy.es2015_symbol,...vy.es2015_symbol_wellknown};var si={},Ot={};Object.defineProperty(Ot,"__esModule",{value:!0}),Ot.es2015=void 0;const Sy=ot,Yy=Yt,Ly=Lt,Ay=At,Cy=Se,wy=Ct,Vy=wt,Oy=Vt,My=Ee,Uy=at;Ot.es2015={...Sy.es5,...Ly.es2015_core,...Yy.es2015_collection,...Cy.es2015_iterable,...Ay.es2015_generator,...wy.es2015_promise,...Vy.es2015_proxy,...Oy.es2015_reflect,...My.es2015_symbol,...Uy.es2015_symbol_wellknown};var Mt={};Object.defineProperty(Mt,"__esModule",{value:!0}),Mt.es2016_array_include=void 0;const Ae=w;Mt.es2016_array_include={Array:Ae.TYPE,ReadonlyArray:Ae.TYPE,Int8Array:Ae.TYPE,Uint8Array:Ae.TYPE,Uint8ClampedArray:Ae.TYPE,Int16Array:Ae.TYPE,Uint16Array:Ae.TYPE,Int32Array:Ae.TYPE,Uint32Array:Ae.TYPE,Float32Array:Ae.TYPE,Float64Array:Ae.TYPE};var Ut={};Object.defineProperty(Ut,"__esModule",{value:!0}),Ut.es2016_intl=void 0;const Ry=w;Ut.es2016_intl={Intl:Ry.TYPE_VALUE},Object.defineProperty(si,"__esModule",{value:!0}),si.es7=void 0;const Iy=Ot,xy=Mt,Dy=Ut;si.es7={...Iy.es2015,...xy.es2016_array_include,...Dy.es2016_intl};var Rt={};Object.defineProperty(Rt,"__esModule",{value:!0}),Rt.es2016=void 0;const Fy=Ot,$y=Mt,ky=Ut;Rt.es2016={...Fy.es2015,...$y.es2016_array_include,...ky.es2016_intl};var oi={},de={};Object.defineProperty(de,"__esModule",{value:!0}),de.scripthost=void 0;const ye=w;de.scripthost={ActiveXObject:ye.TYPE_VALUE,ITextWriter:ye.TYPE,TextStreamBase:ye.TYPE,TextStreamWriter:ye.TYPE,TextStreamReader:ye.TYPE,SafeArray:ye.TYPE_VALUE,Enumerator:ye.TYPE_VALUE,EnumeratorConstructor:ye.TYPE,VBArray:ye.TYPE_VALUE,VBArrayConstructor:ye.TYPE,VarDate:ye.TYPE_VALUE,DateConstructor:ye.TYPE,Date:ye.TYPE};var Te={};Object.defineProperty(Te,"__esModule",{value:!0}),Te.webworker_importscripts=void 0,Te.webworker_importscripts={},Object.defineProperty(oi,"__esModule",{value:!0}),oi.es2016_full=void 0;const Ny=fe,By=me,jy=Rt,Gy=de,Wy=Te;oi.es2016_full={...jy.es2016,...Ny.dom,...Wy.webworker_importscripts,...Gy.scripthost,...By.dom_iterable};var It={},fr={};Object.defineProperty(fr,"__esModule",{value:!0}),fr.es2017_date=void 0;const Hy=w;fr.es2017_date={DateConstructor:Hy.TYPE};var Er={};Object.defineProperty(Er,"__esModule",{value:!0}),Er.es2017_intl=void 0;const Ky=w;Er.es2017_intl={Intl:Ky.TYPE_VALUE};var dr={};Object.defineProperty(dr,"__esModule",{value:!0}),dr.es2017_object=void 0;const Xy=w;dr.es2017_object={ObjectConstructor:Xy.TYPE};var Tr={};Object.defineProperty(Tr,"__esModule",{value:!0}),Tr.es2017_sharedmemory=void 0;const ai=w,qy=Ee,zy=at;Tr.es2017_sharedmemory={...qy.es2015_symbol,...zy.es2015_symbol_wellknown,SharedArrayBuffer:ai.TYPE_VALUE,SharedArrayBufferConstructor:ai.TYPE,ArrayBufferTypes:ai.TYPE,Atomics:ai.TYPE_VALUE};var Pr={};Object.defineProperty(Pr,"__esModule",{value:!0}),Pr.es2017_string=void 0;const Jy=w;Pr.es2017_string={String:Jy.TYPE};var mr={};Object.defineProperty(mr,"__esModule",{value:!0}),mr.es2017_typedarrays=void 0;const $e=w;mr.es2017_typedarrays={Int8ArrayConstructor:$e.TYPE,Uint8ArrayConstructor:$e.TYPE,Uint8ClampedArrayConstructor:$e.TYPE,Int16ArrayConstructor:$e.TYPE,Uint16ArrayConstructor:$e.TYPE,Int32ArrayConstructor:$e.TYPE,Uint32ArrayConstructor:$e.TYPE,Float32ArrayConstructor:$e.TYPE,Float64ArrayConstructor:$e.TYPE},Object.defineProperty(It,"__esModule",{value:!0}),It.es2017=void 0;const Qy=Rt,Zy=fr,eh=Er,th=dr,rh=Tr,nh=Pr,ih=mr;It.es2017={...Qy.es2016,...th.es2017_object,...rh.es2017_sharedmemory,...nh.es2017_string,...eh.es2017_intl,...ih.es2017_typedarrays,...Zy.es2017_date};var li={};Object.defineProperty(li,"__esModule",{value:!0}),li.es2017_full=void 0;const sh=fe,oh=me,ah=It,lh=de,ch=Te;li.es2017_full={...ah.es2017,...sh.dom,...ch.webworker_importscripts,...lh.scripthost,...oh.dom_iterable};var xt={},yr={},Dt={};Object.defineProperty(Dt,"__esModule",{value:!0}),Dt.es2018_asynciterable=void 0;const ci=w,uh=Se,ph=Ee;Dt.es2018_asynciterable={...ph.es2015_symbol,...uh.es2015_iterable,SymbolConstructor:ci.TYPE,AsyncIterator:ci.TYPE,AsyncIterable:ci.TYPE,AsyncIterableIterator:ci.TYPE},Object.defineProperty(yr,"__esModule",{value:!0}),yr.es2018_asyncgenerator=void 0;const uo=w,fh=Dt;yr.es2018_asyncgenerator={...fh.es2018_asynciterable,AsyncGenerator:uo.TYPE,AsyncGeneratorFunction:uo.TYPE,AsyncGeneratorFunctionConstructor:uo.TYPE};var Ft={};Object.defineProperty(Ft,"__esModule",{value:!0}),Ft.es2018_intl=void 0;const Eh=w;Ft.es2018_intl={Intl:Eh.TYPE_VALUE};var hr={};Object.defineProperty(hr,"__esModule",{value:!0}),hr.es2018_promise=void 0;const dh=w;hr.es2018_promise={Promise:dh.TYPE};var _r={};Object.defineProperty(_r,"__esModule",{value:!0}),_r.es2018_regexp=void 0;const po=w;_r.es2018_regexp={RegExpMatchArray:po.TYPE,RegExpExecArray:po.TYPE,RegExp:po.TYPE},Object.defineProperty(xt,"__esModule",{value:!0}),xt.es2018=void 0;const Th=It,Ph=yr,mh=Dt,yh=Ft,hh=hr,_h=_r;xt.es2018={...Th.es2017,...mh.es2018_asynciterable,...Ph.es2018_asyncgenerator,...hh.es2018_promise,..._h.es2018_regexp,...yh.es2018_intl};var ui={};Object.defineProperty(ui,"__esModule",{value:!0}),ui.es2018_full=void 0;const bh=fe,gh=Le,vh=me,Sh=xt,Yh=de,Lh=Te;ui.es2018_full={...Sh.es2018,...bh.dom,...Lh.webworker_importscripts,...Yh.scripthost,...vh.dom_iterable,...gh.dom_asynciterable};var $t={},br={};Object.defineProperty(br,"__esModule",{value:!0}),br.es2019_array=void 0;const fo=w;br.es2019_array={FlatArray:fo.TYPE,ReadonlyArray:fo.TYPE,Array:fo.TYPE};var gr={};Object.defineProperty(gr,"__esModule",{value:!0}),gr.es2019_intl=void 0;const Ah=w;gr.es2019_intl={Intl:Ah.TYPE_VALUE};var vr={};Object.defineProperty(vr,"__esModule",{value:!0}),vr.es2019_object=void 0;const Ch=w,wh=Se;vr.es2019_object={...wh.es2015_iterable,ObjectConstructor:Ch.TYPE};var Sr={};Object.defineProperty(Sr,"__esModule",{value:!0}),Sr.es2019_string=void 0;const Vh=w;Sr.es2019_string={String:Vh.TYPE};var Yr={};Object.defineProperty(Yr,"__esModule",{value:!0}),Yr.es2019_symbol=void 0;const Oh=w;Yr.es2019_symbol={Symbol:Oh.TYPE},Object.defineProperty($t,"__esModule",{value:!0}),$t.es2019=void 0;const Mh=xt,Uh=br,Rh=gr,Ih=vr,xh=Sr,Dh=Yr;$t.es2019={...Mh.es2018,...Uh.es2019_array,...Ih.es2019_object,...xh.es2019_string,...Dh.es2019_symbol,...Rh.es2019_intl};var pi={};Object.defineProperty(pi,"__esModule",{value:!0}),pi.es2019_full=void 0;const Fh=fe,$h=Le,kh=me,Nh=$t,Bh=de,jh=Te;pi.es2019_full={...Nh.es2019,...Fh.dom,...jh.webworker_importscripts,...Bh.scripthost,...kh.dom_iterable,...$h.dom_asynciterable};var kt={},Lr={},ke={};Object.defineProperty(ke,"__esModule",{value:!0}),ke.es2020_intl=void 0;const Gh=w,Wh=Ft;ke.es2020_intl={...Wh.es2018_intl,Intl:Gh.TYPE_VALUE},Object.defineProperty(Lr,"__esModule",{value:!0}),Lr.es2020_bigint=void 0;const Ne=w,Hh=ke;Lr.es2020_bigint={...Hh.es2020_intl,BigIntToLocaleStringOptions:Ne.TYPE,BigInt:Ne.TYPE_VALUE,BigIntConstructor:Ne.TYPE,BigInt64Array:Ne.TYPE_VALUE,BigInt64ArrayConstructor:Ne.TYPE,BigUint64Array:Ne.TYPE_VALUE,BigUint64ArrayConstructor:Ne.TYPE,DataView:Ne.TYPE,Intl:Ne.TYPE_VALUE};var Ar={};Object.defineProperty(Ar,"__esModule",{value:!0}),Ar.es2020_date=void 0;const Kh=w,Xh=ke;Ar.es2020_date={...Xh.es2020_intl,Date:Kh.TYPE};var Cr={};Object.defineProperty(Cr,"__esModule",{value:!0}),Cr.es2020_number=void 0;const qh=w,zh=ke;Cr.es2020_number={...zh.es2020_intl,Number:qh.TYPE};var wr={};Object.defineProperty(wr,"__esModule",{value:!0}),wr.es2020_promise=void 0;const fi=w;wr.es2020_promise={PromiseFulfilledResult:fi.TYPE,PromiseRejectedResult:fi.TYPE,PromiseSettledResult:fi.TYPE,PromiseConstructor:fi.TYPE};var Vr={};Object.defineProperty(Vr,"__esModule",{value:!0}),Vr.es2020_sharedmemory=void 0;const Jh=w;Vr.es2020_sharedmemory={Atomics:Jh.TYPE};var Or={};Object.defineProperty(Or,"__esModule",{value:!0}),Or.es2020_string=void 0;const Qh=w,Zh=Se;Or.es2020_string={...Zh.es2015_iterable,String:Qh.TYPE};var Mr={};Object.defineProperty(Mr,"__esModule",{value:!0}),Mr.es2020_symbol_wellknown=void 0;const rc=w,e_=Se,t_=Ee;Mr.es2020_symbol_wellknown={...e_.es2015_iterable,...t_.es2015_symbol,SymbolConstructor:rc.TYPE,RegExp:rc.TYPE},Object.defineProperty(kt,"__esModule",{value:!0}),kt.es2020=void 0;const r_=$t,n_=Lr,i_=Ar,s_=ke,o_=Cr,a_=wr,l_=Vr,c_=Or,u_=Mr;kt.es2020={...r_.es2019,...n_.es2020_bigint,...i_.es2020_date,...o_.es2020_number,...a_.es2020_promise,...l_.es2020_sharedmemory,...c_.es2020_string,...u_.es2020_symbol_wellknown,...s_.es2020_intl};var Ei={};Object.defineProperty(Ei,"__esModule",{value:!0}),Ei.es2020_full=void 0;const p_=fe,f_=Le,E_=me,d_=kt,T_=de,P_=Te;Ei.es2020_full={...d_.es2020,...p_.dom,...P_.webworker_importscripts,...T_.scripthost,...E_.dom_iterable,...f_.dom_asynciterable};var Nt={},Ur={};Object.defineProperty(Ur,"__esModule",{value:!0}),Ur.es2021_intl=void 0;const m_=w;Ur.es2021_intl={Intl:m_.TYPE_VALUE};var Rr={};Object.defineProperty(Rr,"__esModule",{value:!0}),Rr.es2021_promise=void 0;const Eo=w;Rr.es2021_promise={AggregateError:Eo.TYPE_VALUE,AggregateErrorConstructor:Eo.TYPE,PromiseConstructor:Eo.TYPE};var Ir={};Object.defineProperty(Ir,"__esModule",{value:!0}),Ir.es2021_string=void 0;const y_=w;Ir.es2021_string={String:y_.TYPE};var xr={};Object.defineProperty(xr,"__esModule",{value:!0}),xr.es2021_weakref=void 0;const di=w;xr.es2021_weakref={WeakRef:di.TYPE_VALUE,WeakRefConstructor:di.TYPE,FinalizationRegistry:di.TYPE_VALUE,FinalizationRegistryConstructor:di.TYPE},Object.defineProperty(Nt,"__esModule",{value:!0}),Nt.es2021=void 0;const h_=kt,__=Ur,b_=Rr,g_=Ir,v_=xr;Nt.es2021={...h_.es2020,...b_.es2021_promise,...g_.es2021_string,...v_.es2021_weakref,...__.es2021_intl};var Ti={};Object.defineProperty(Ti,"__esModule",{value:!0}),Ti.es2021_full=void 0;const S_=fe,Y_=Le,L_=me,A_=Nt,C_=de,w_=Te;Ti.es2021_full={...A_.es2021,...S_.dom,...w_.webworker_importscripts,...C_.scripthost,...L_.dom_iterable,...Y_.dom_asynciterable};var Bt={},Dr={};Object.defineProperty(Dr,"__esModule",{value:!0}),Dr.es2022_array=void 0;const he=w;Dr.es2022_array={Array:he.TYPE,ReadonlyArray:he.TYPE,Int8Array:he.TYPE,Uint8Array:he.TYPE,Uint8ClampedArray:he.TYPE,Int16Array:he.TYPE,Uint16Array:he.TYPE,Int32Array:he.TYPE,Uint32Array:he.TYPE,Float32Array:he.TYPE,Float64Array:he.TYPE,BigInt64Array:he.TYPE,BigUint64Array:he.TYPE};var Fr={};Object.defineProperty(Fr,"__esModule",{value:!0}),Fr.es2022_error=void 0;const Me=w;Fr.es2022_error={ErrorOptions:Me.TYPE,Error:Me.TYPE,ErrorConstructor:Me.TYPE,EvalErrorConstructor:Me.TYPE,RangeErrorConstructor:Me.TYPE,ReferenceErrorConstructor:Me.TYPE,SyntaxErrorConstructor:Me.TYPE,TypeErrorConstructor:Me.TYPE,URIErrorConstructor:Me.TYPE,AggregateErrorConstructor:Me.TYPE};var $r={};Object.defineProperty($r,"__esModule",{value:!0}),$r.es2022_intl=void 0;const V_=w;$r.es2022_intl={Intl:V_.TYPE_VALUE};var kr={};Object.defineProperty(kr,"__esModule",{value:!0}),kr.es2022_object=void 0;const O_=w;kr.es2022_object={ObjectConstructor:O_.TYPE};var Nr={};Object.defineProperty(Nr,"__esModule",{value:!0}),Nr.es2022_regexp=void 0;const Pi=w;Nr.es2022_regexp={RegExpMatchArray:Pi.TYPE,RegExpExecArray:Pi.TYPE,RegExpIndicesArray:Pi.TYPE,RegExp:Pi.TYPE};var Br={};Object.defineProperty(Br,"__esModule",{value:!0}),Br.es2022_sharedmemory=void 0;const M_=w;Br.es2022_sharedmemory={Atomics:M_.TYPE};var jr={};Object.defineProperty(jr,"__esModule",{value:!0}),jr.es2022_string=void 0;const U_=w;jr.es2022_string={String:U_.TYPE},Object.defineProperty(Bt,"__esModule",{value:!0}),Bt.es2022=void 0;const R_=Nt,I_=Dr,x_=Fr,D_=$r,F_=kr,$_=Nr,k_=Br,N_=jr;Bt.es2022={...R_.es2021,...I_.es2022_array,...x_.es2022_error,...D_.es2022_intl,...F_.es2022_object,...k_.es2022_sharedmemory,...N_.es2022_string,...$_.es2022_regexp};var mi={};Object.defineProperty(mi,"__esModule",{value:!0}),mi.es2022_full=void 0;const B_=fe,j_=Le,G_=me,W_=Bt,H_=de,K_=Te;mi.es2022_full={...W_.es2022,...B_.dom,...K_.webworker_importscripts,...H_.scripthost,...G_.dom_iterable,...j_.dom_asynciterable};var jt={},Gr={};Object.defineProperty(Gr,"__esModule",{value:!0}),Gr.es2023_array=void 0;const _e=w;Gr.es2023_array={Array:_e.TYPE,ReadonlyArray:_e.TYPE,Int8Array:_e.TYPE,Uint8Array:_e.TYPE,Uint8ClampedArray:_e.TYPE,Int16Array:_e.TYPE,Uint16Array:_e.TYPE,Int32Array:_e.TYPE,Uint32Array:_e.TYPE,Float32Array:_e.TYPE,Float64Array:_e.TYPE,BigInt64Array:_e.TYPE,BigUint64Array:_e.TYPE};var Wr={};Object.defineProperty(Wr,"__esModule",{value:!0}),Wr.es2023_collection=void 0;const X_=w;Wr.es2023_collection={WeakKeyTypes:X_.TYPE},Object.defineProperty(jt,"__esModule",{value:!0}),jt.es2023=void 0;const q_=Bt,z_=Gr,J_=Wr;jt.es2023={...q_.es2022,...z_.es2023_array,...J_.es2023_collection};var yi={};Object.defineProperty(yi,"__esModule",{value:!0}),yi.es2023_full=void 0;const Q_=fe,Z_=Le,e1=me,t1=jt,r1=de,n1=Te;yi.es2023_full={...t1.es2023,...Q_.dom,...n1.webworker_importscripts,...r1.scripthost,...e1.dom_iterable,...Z_.dom_asynciterable};var Hr={},Kr={};Object.defineProperty(Kr,"__esModule",{value:!0}),Kr.esnext_collection=void 0;const i1=w;Kr.esnext_collection={MapConstructor:i1.TYPE};var Xr={};Object.defineProperty(Xr,"__esModule",{value:!0}),Xr.esnext_decorators=void 0;const nc=w,s1=St,o1=Ee;Xr.esnext_decorators={...o1.es2015_symbol,...s1.decorators,SymbolConstructor:nc.TYPE,Function:nc.TYPE};var qr={};Object.defineProperty(qr,"__esModule",{value:!0}),qr.esnext_disposable=void 0;const Be=w,a1=Ee;qr.esnext_disposable={...a1.es2015_symbol,SymbolConstructor:Be.TYPE,Disposable:Be.TYPE,AsyncDisposable:Be.TYPE,SuppressedError:Be.TYPE_VALUE,SuppressedErrorConstructor:Be.TYPE,DisposableStack:Be.TYPE_VALUE,DisposableStackConstructor:Be.TYPE,AsyncDisposableStack:Be.TYPE_VALUE,AsyncDisposableStackConstructor:Be.TYPE};var zr={};Object.defineProperty(zr,"__esModule",{value:!0}),zr.esnext_intl=void 0;const l1=w;zr.esnext_intl={Intl:l1.TYPE_VALUE};var Jr={};Object.defineProperty(Jr,"__esModule",{value:!0}),Jr.esnext_object=void 0;const c1=w;Jr.esnext_object={ObjectConstructor:c1.TYPE};var Qr={};Object.defineProperty(Qr,"__esModule",{value:!0}),Qr.esnext_promise=void 0;const ic=w;Qr.esnext_promise={PromiseWithResolvers:ic.TYPE,PromiseConstructor:ic.TYPE},Object.defineProperty(Hr,"__esModule",{value:!0}),Hr.esnext=void 0;const u1=jt,p1=Kr,f1=Xr,E1=qr,d1=zr,T1=Jr,P1=Qr;Hr.esnext={...u1.es2023,...d1.esnext_intl,...f1.esnext_decorators,...E1.esnext_disposable,...P1.esnext_promise,...T1.esnext_object,...p1.esnext_collection};var hi={};Object.defineProperty(hi,"__esModule",{value:!0}),hi.esnext_array=void 0;const be=w;hi.esnext_array={Array:be.TYPE,ReadonlyArray:be.TYPE,Int8Array:be.TYPE,Uint8Array:be.TYPE,Uint8ClampedArray:be.TYPE,Int16Array:be.TYPE,Uint16Array:be.TYPE,Int32Array:be.TYPE,Uint32Array:be.TYPE,Float32Array:be.TYPE,Float64Array:be.TYPE,BigInt64Array:be.TYPE,BigUint64Array:be.TYPE};var _i={};Object.defineProperty(_i,"__esModule",{value:!0}),_i.esnext_asynciterable=void 0;const bi=w,m1=Se,y1=Ee;_i.esnext_asynciterable={...y1.es2015_symbol,...m1.es2015_iterable,SymbolConstructor:bi.TYPE,AsyncIterator:bi.TYPE,AsyncIterable:bi.TYPE,AsyncIterableIterator:bi.TYPE};var gi={};Object.defineProperty(gi,"__esModule",{value:!0}),gi.esnext_bigint=void 0;const je=w,h1=ke;gi.esnext_bigint={...h1.es2020_intl,BigIntToLocaleStringOptions:je.TYPE,BigInt:je.TYPE_VALUE,BigIntConstructor:je.TYPE,BigInt64Array:je.TYPE_VALUE,BigInt64ArrayConstructor:je.TYPE,BigUint64Array:je.TYPE_VALUE,BigUint64ArrayConstructor:je.TYPE,DataView:je.TYPE,Intl:je.TYPE_VALUE};var vi={};Object.defineProperty(vi,"__esModule",{value:!0}),vi.esnext_full=void 0;const _1=fe,b1=Le,g1=me,v1=Hr,S1=de,Y1=Te;vi.esnext_full={...v1.esnext,..._1.dom,...Y1.webworker_importscripts,...S1.scripthost,...g1.dom_iterable,...b1.dom_asynciterable};var Si={};Object.defineProperty(Si,"__esModule",{value:!0}),Si.esnext_string=void 0;const L1=w;Si.esnext_string={String:L1.TYPE};var Yi={};Object.defineProperty(Yi,"__esModule",{value:!0}),Yi.esnext_symbol=void 0;const A1=w;Yi.esnext_symbol={Symbol:A1.TYPE};var Li={};Object.defineProperty(Li,"__esModule",{value:!0}),Li.esnext_weakref=void 0;const Ai=w;Li.esnext_weakref={WeakRef:Ai.TYPE_VALUE,WeakRefConstructor:Ai.TYPE,FinalizationRegistry:Ai.TYPE_VALUE,FinalizationRegistryConstructor:Ai.TYPE};var Ci={};Object.defineProperty(Ci,"__esModule",{value:!0}),Ci.lib=void 0;const C1=fe,w1=ot,V1=de,O1=Te;Ci.lib={...w1.es5,...C1.dom,...O1.webworker_importscripts,...V1.scripthost};var wi={};Object.defineProperty(wi,"__esModule",{value:!0}),wi.webworker=void 0;const o=w;wi.webworker={AddEventListenerOptions:o.TYPE,AesCbcParams:o.TYPE,AesCtrParams:o.TYPE,AesDerivedKeyParams:o.TYPE,AesGcmParams:o.TYPE,AesKeyAlgorithm:o.TYPE,AesKeyGenParams:o.TYPE,Algorithm:o.TYPE,AudioConfiguration:o.TYPE,AvcEncoderConfig:o.TYPE,BlobPropertyBag:o.TYPE,CSSMatrixComponentOptions:o.TYPE,CSSNumericType:o.TYPE,CacheQueryOptions:o.TYPE,ClientQueryOptions:o.TYPE,CloseEventInit:o.TYPE,CryptoKeyPair:o.TYPE,CustomEventInit:o.TYPE,DOMMatrix2DInit:o.TYPE,DOMMatrixInit:o.TYPE,DOMPointInit:o.TYPE,DOMQuadInit:o.TYPE,DOMRectInit:o.TYPE,EcKeyGenParams:o.TYPE,EcKeyImportParams:o.TYPE,EcdhKeyDeriveParams:o.TYPE,EcdsaParams:o.TYPE,EncodedVideoChunkInit:o.TYPE,EncodedVideoChunkMetadata:o.TYPE,ErrorEventInit:o.TYPE,EventInit:o.TYPE,EventListenerOptions:o.TYPE,EventSourceInit:o.TYPE,ExtendableEventInit:o.TYPE,ExtendableMessageEventInit:o.TYPE,FetchEventInit:o.TYPE,FilePropertyBag:o.TYPE,FileSystemCreateWritableOptions:o.TYPE,FileSystemGetDirectoryOptions:o.TYPE,FileSystemGetFileOptions:o.TYPE,FileSystemReadWriteOptions:o.TYPE,FileSystemRemoveOptions:o.TYPE,FontFaceDescriptors:o.TYPE,FontFaceSetLoadEventInit:o.TYPE,GetNotificationOptions:o.TYPE,HkdfParams:o.TYPE,HmacImportParams:o.TYPE,HmacKeyGenParams:o.TYPE,IDBDatabaseInfo:o.TYPE,IDBIndexParameters:o.TYPE,IDBObjectStoreParameters:o.TYPE,IDBTransactionOptions:o.TYPE,IDBVersionChangeEventInit:o.TYPE,ImageBitmapOptions:o.TYPE,ImageBitmapRenderingContextSettings:o.TYPE,ImageDataSettings:o.TYPE,ImageEncodeOptions:o.TYPE,ImportMeta:o.TYPE,JsonWebKey:o.TYPE,KeyAlgorithm:o.TYPE,LockInfo:o.TYPE,LockManagerSnapshot:o.TYPE,LockOptions:o.TYPE,MediaCapabilitiesDecodingInfo:o.TYPE,MediaCapabilitiesEncodingInfo:o.TYPE,MediaCapabilitiesInfo:o.TYPE,MediaConfiguration:o.TYPE,MediaDecodingConfiguration:o.TYPE,MediaEncodingConfiguration:o.TYPE,MessageEventInit:o.TYPE,MultiCacheQueryOptions:o.TYPE,NavigationPreloadState:o.TYPE,NotificationEventInit:o.TYPE,NotificationOptions:o.TYPE,Pbkdf2Params:o.TYPE,PerformanceMarkOptions:o.TYPE,PerformanceMeasureOptions:o.TYPE,PerformanceObserverInit:o.TYPE,PermissionDescriptor:o.TYPE,PlaneLayout:o.TYPE,ProgressEventInit:o.TYPE,PromiseRejectionEventInit:o.TYPE,PushEventInit:o.TYPE,PushSubscriptionJSON:o.TYPE,PushSubscriptionOptionsInit:o.TYPE,QueuingStrategy:o.TYPE,QueuingStrategyInit:o.TYPE,RTCEncodedAudioFrameMetadata:o.TYPE,RTCEncodedVideoFrameMetadata:o.TYPE,ReadableStreamGetReaderOptions:o.TYPE,ReadableStreamReadDoneResult:o.TYPE,ReadableStreamReadValueResult:o.TYPE,ReadableWritablePair:o.TYPE,RegistrationOptions:o.TYPE,ReportingObserverOptions:o.TYPE,RequestInit:o.TYPE,ResponseInit:o.TYPE,RsaHashedImportParams:o.TYPE,RsaHashedKeyGenParams:o.TYPE,RsaKeyGenParams:o.TYPE,RsaOaepParams:o.TYPE,RsaOtherPrimesInfo:o.TYPE,RsaPssParams:o.TYPE,SecurityPolicyViolationEventInit:o.TYPE,StorageEstimate:o.TYPE,StreamPipeOptions:o.TYPE,StructuredSerializeOptions:o.TYPE,TextDecodeOptions:o.TYPE,TextDecoderOptions:o.TYPE,TextEncoderEncodeIntoResult:o.TYPE,Transformer:o.TYPE,UnderlyingByteSource:o.TYPE,UnderlyingDefaultSource:o.TYPE,UnderlyingSink:o.TYPE,UnderlyingSource:o.TYPE,VideoColorSpaceInit:o.TYPE,VideoConfiguration:o.TYPE,VideoDecoderConfig:o.TYPE,VideoDecoderInit:o.TYPE,VideoDecoderSupport:o.TYPE,VideoEncoderConfig:o.TYPE,VideoEncoderEncodeOptions:o.TYPE,VideoEncoderInit:o.TYPE,VideoEncoderSupport:o.TYPE,VideoFrameBufferInit:o.TYPE,VideoFrameCopyToOptions:o.TYPE,VideoFrameInit:o.TYPE,WebGLContextAttributes:o.TYPE,WebGLContextEventInit:o.TYPE,WebTransportCloseInfo:o.TYPE,WebTransportErrorOptions:o.TYPE,WebTransportHash:o.TYPE,WebTransportOptions:o.TYPE,WebTransportSendStreamOptions:o.TYPE,WorkerOptions:o.TYPE,WriteParams:o.TYPE,ANGLE_instanced_arrays:o.TYPE,AbortController:o.TYPE_VALUE,AbortSignalEventMap:o.TYPE,AbortSignal:o.TYPE_VALUE,AbstractWorkerEventMap:o.TYPE,AbstractWorker:o.TYPE,AnimationFrameProvider:o.TYPE,Blob:o.TYPE_VALUE,Body:o.TYPE,BroadcastChannelEventMap:o.TYPE,BroadcastChannel:o.TYPE_VALUE,ByteLengthQueuingStrategy:o.TYPE_VALUE,CSSImageValue:o.TYPE_VALUE,CSSKeywordValue:o.TYPE_VALUE,CSSMathClamp:o.TYPE_VALUE,CSSMathInvert:o.TYPE_VALUE,CSSMathMax:o.TYPE_VALUE,CSSMathMin:o.TYPE_VALUE,CSSMathNegate:o.TYPE_VALUE,CSSMathProduct:o.TYPE_VALUE,CSSMathSum:o.TYPE_VALUE,CSSMathValue:o.TYPE_VALUE,CSSMatrixComponent:o.TYPE_VALUE,CSSNumericArray:o.TYPE_VALUE,CSSNumericValue:o.TYPE_VALUE,CSSPerspective:o.TYPE_VALUE,CSSRotate:o.TYPE_VALUE,CSSScale:o.TYPE_VALUE,CSSSkew:o.TYPE_VALUE,CSSSkewX:o.TYPE_VALUE,CSSSkewY:o.TYPE_VALUE,CSSStyleValue:o.TYPE_VALUE,CSSTransformComponent:o.TYPE_VALUE,CSSTransformValue:o.TYPE_VALUE,CSSTranslate:o.TYPE_VALUE,CSSUnitValue:o.TYPE_VALUE,CSSUnparsedValue:o.TYPE_VALUE,CSSVariableReferenceValue:o.TYPE_VALUE,Cache:o.TYPE_VALUE,CacheStorage:o.TYPE_VALUE,CanvasCompositing:o.TYPE,CanvasDrawImage:o.TYPE,CanvasDrawPath:o.TYPE,CanvasFillStrokeStyles:o.TYPE,CanvasFilters:o.TYPE,CanvasGradient:o.TYPE_VALUE,CanvasImageData:o.TYPE,CanvasImageSmoothing:o.TYPE,CanvasPath:o.TYPE,CanvasPathDrawingStyles:o.TYPE,CanvasPattern:o.TYPE_VALUE,CanvasRect:o.TYPE,CanvasShadowStyles:o.TYPE,CanvasState:o.TYPE,CanvasText:o.TYPE,CanvasTextDrawingStyles:o.TYPE,CanvasTransform:o.TYPE,Client:o.TYPE_VALUE,Clients:o.TYPE_VALUE,CloseEvent:o.TYPE_VALUE,CompressionStream:o.TYPE_VALUE,CountQueuingStrategy:o.TYPE_VALUE,Crypto:o.TYPE_VALUE,CryptoKey:o.TYPE_VALUE,CustomEvent:o.TYPE_VALUE,DOMException:o.TYPE_VALUE,DOMMatrix:o.TYPE_VALUE,DOMMatrixReadOnly:o.TYPE_VALUE,DOMPoint:o.TYPE_VALUE,DOMPointReadOnly:o.TYPE_VALUE,DOMQuad:o.TYPE_VALUE,DOMRect:o.TYPE_VALUE,DOMRectReadOnly:o.TYPE_VALUE,DOMStringList:o.TYPE_VALUE,DecompressionStream:o.TYPE_VALUE,DedicatedWorkerGlobalScopeEventMap:o.TYPE,DedicatedWorkerGlobalScope:o.TYPE_VALUE,EXT_blend_minmax:o.TYPE,EXT_color_buffer_float:o.TYPE,EXT_color_buffer_half_float:o.TYPE,EXT_float_blend:o.TYPE,EXT_frag_depth:o.TYPE,EXT_sRGB:o.TYPE,EXT_shader_texture_lod:o.TYPE,EXT_texture_compression_bptc:o.TYPE,EXT_texture_compression_rgtc:o.TYPE,EXT_texture_filter_anisotropic:o.TYPE,EXT_texture_norm16:o.TYPE,EncodedVideoChunk:o.TYPE_VALUE,ErrorEvent:o.TYPE_VALUE,Event:o.TYPE_VALUE,EventListener:o.TYPE,EventListenerObject:o.TYPE,EventSourceEventMap:o.TYPE,EventSource:o.TYPE_VALUE,EventTarget:o.TYPE_VALUE,ExtendableEvent:o.TYPE_VALUE,ExtendableMessageEvent:o.TYPE_VALUE,FetchEvent:o.TYPE_VALUE,File:o.TYPE_VALUE,FileList:o.TYPE_VALUE,FileReaderEventMap:o.TYPE,FileReader:o.TYPE_VALUE,FileReaderSync:o.TYPE_VALUE,FileSystemDirectoryHandle:o.TYPE_VALUE,FileSystemFileHandle:o.TYPE_VALUE,FileSystemHandle:o.TYPE_VALUE,FileSystemSyncAccessHandle:o.TYPE_VALUE,FileSystemWritableFileStream:o.TYPE_VALUE,FontFace:o.TYPE_VALUE,FontFaceSetEventMap:o.TYPE,FontFaceSet:o.TYPE_VALUE,FontFaceSetLoadEvent:o.TYPE_VALUE,FontFaceSource:o.TYPE,FormData:o.TYPE_VALUE,GenericTransformStream:o.TYPE,Headers:o.TYPE_VALUE,IDBCursor:o.TYPE_VALUE,IDBCursorWithValue:o.TYPE_VALUE,IDBDatabaseEventMap:o.TYPE,IDBDatabase:o.TYPE_VALUE,IDBFactory:o.TYPE_VALUE,IDBIndex:o.TYPE_VALUE,IDBKeyRange:o.TYPE_VALUE,IDBObjectStore:o.TYPE_VALUE,IDBOpenDBRequestEventMap:o.TYPE,IDBOpenDBRequest:o.TYPE_VALUE,IDBRequestEventMap:o.TYPE,IDBRequest:o.TYPE_VALUE,IDBTransactionEventMap:o.TYPE,IDBTransaction:o.TYPE_VALUE,IDBVersionChangeEvent:o.TYPE_VALUE,ImageBitmap:o.TYPE_VALUE,ImageBitmapRenderingContext:o.TYPE_VALUE,ImageData:o.TYPE_VALUE,KHR_parallel_shader_compile:o.TYPE,Lock:o.TYPE_VALUE,LockManager:o.TYPE_VALUE,MediaCapabilities:o.TYPE_VALUE,MessageChannel:o.TYPE_VALUE,MessageEvent:o.TYPE_VALUE,MessagePortEventMap:o.TYPE,MessagePort:o.TYPE_VALUE,NavigationPreloadManager:o.TYPE_VALUE,NavigatorBadge:o.TYPE,NavigatorConcurrentHardware:o.TYPE,NavigatorID:o.TYPE,NavigatorLanguage:o.TYPE,NavigatorLocks:o.TYPE,NavigatorOnLine:o.TYPE,NavigatorStorage:o.TYPE,NotificationEventMap:o.TYPE,Notification:o.TYPE_VALUE,NotificationEvent:o.TYPE_VALUE,OES_draw_buffers_indexed:o.TYPE,OES_element_index_uint:o.TYPE,OES_fbo_render_mipmap:o.TYPE,OES_standard_derivatives:o.TYPE,OES_texture_float:o.TYPE,OES_texture_float_linear:o.TYPE,OES_texture_half_float:o.TYPE,OES_texture_half_float_linear:o.TYPE,OES_vertex_array_object:o.TYPE,OVR_multiview2:o.TYPE,OffscreenCanvasEventMap:o.TYPE,OffscreenCanvas:o.TYPE_VALUE,OffscreenCanvasRenderingContext2D:o.TYPE_VALUE,Path2D:o.TYPE_VALUE,PerformanceEventMap:o.TYPE,Performance:o.TYPE_VALUE,PerformanceEntry:o.TYPE_VALUE,PerformanceMark:o.TYPE_VALUE,PerformanceMeasure:o.TYPE_VALUE,PerformanceObserver:o.TYPE_VALUE,PerformanceObserverEntryList:o.TYPE_VALUE,PerformanceResourceTiming:o.TYPE_VALUE,PerformanceServerTiming:o.TYPE_VALUE,PermissionStatusEventMap:o.TYPE,PermissionStatus:o.TYPE_VALUE,Permissions:o.TYPE_VALUE,ProgressEvent:o.TYPE_VALUE,PromiseRejectionEvent:o.TYPE_VALUE,PushEvent:o.TYPE_VALUE,PushManager:o.TYPE_VALUE,PushMessageData:o.TYPE_VALUE,PushSubscription:o.TYPE_VALUE,PushSubscriptionOptions:o.TYPE_VALUE,RTCEncodedAudioFrame:o.TYPE_VALUE,RTCEncodedVideoFrame:o.TYPE_VALUE,RTCRtpScriptTransformer:o.TYPE_VALUE,RTCTransformEvent:o.TYPE_VALUE,ReadableByteStreamController:o.TYPE_VALUE,ReadableStream:o.TYPE_VALUE,ReadableStreamBYOBReader:o.TYPE_VALUE,ReadableStreamBYOBRequest:o.TYPE_VALUE,ReadableStreamDefaultController:o.TYPE_VALUE,ReadableStreamDefaultReader:o.TYPE_VALUE,ReadableStreamGenericReader:o.TYPE,Report:o.TYPE_VALUE,ReportBody:o.TYPE_VALUE,ReportingObserver:o.TYPE_VALUE,Request:o.TYPE_VALUE,Response:o.TYPE_VALUE,SecurityPolicyViolationEvent:o.TYPE_VALUE,ServiceWorkerEventMap:o.TYPE,ServiceWorker:o.TYPE_VALUE,ServiceWorkerContainerEventMap:o.TYPE,ServiceWorkerContainer:o.TYPE_VALUE,ServiceWorkerGlobalScopeEventMap:o.TYPE,ServiceWorkerGlobalScope:o.TYPE_VALUE,ServiceWorkerRegistrationEventMap:o.TYPE,ServiceWorkerRegistration:o.TYPE_VALUE,SharedWorkerGlobalScopeEventMap:o.TYPE,SharedWorkerGlobalScope:o.TYPE_VALUE,StorageManager:o.TYPE_VALUE,StylePropertyMapReadOnly:o.TYPE_VALUE,SubtleCrypto:o.TYPE_VALUE,TextDecoder:o.TYPE_VALUE,TextDecoderCommon:o.TYPE,TextDecoderStream:o.TYPE_VALUE,TextEncoder:o.TYPE_VALUE,TextEncoderCommon:o.TYPE,TextEncoderStream:o.TYPE_VALUE,TextMetrics:o.TYPE_VALUE,TransformStream:o.TYPE_VALUE,TransformStreamDefaultController:o.TYPE_VALUE,URL:o.TYPE_VALUE,URLSearchParams:o.TYPE_VALUE,VideoColorSpace:o.TYPE_VALUE,VideoDecoderEventMap:o.TYPE,VideoDecoder:o.TYPE_VALUE,VideoEncoderEventMap:o.TYPE,VideoEncoder:o.TYPE_VALUE,VideoFrame:o.TYPE_VALUE,WEBGL_color_buffer_float:o.TYPE,WEBGL_compressed_texture_astc:o.TYPE,WEBGL_compressed_texture_etc:o.TYPE,WEBGL_compressed_texture_etc1:o.TYPE,WEBGL_compressed_texture_pvrtc:o.TYPE,WEBGL_compressed_texture_s3tc:o.TYPE,WEBGL_compressed_texture_s3tc_srgb:o.TYPE,WEBGL_debug_renderer_info:o.TYPE,WEBGL_debug_shaders:o.TYPE,WEBGL_depth_texture:o.TYPE,WEBGL_draw_buffers:o.TYPE,WEBGL_lose_context:o.TYPE,WEBGL_multi_draw:o.TYPE,WebGL2RenderingContext:o.TYPE_VALUE,WebGL2RenderingContextBase:o.TYPE,WebGL2RenderingContextOverloads:o.TYPE,WebGLActiveInfo:o.TYPE_VALUE,WebGLBuffer:o.TYPE_VALUE,WebGLContextEvent:o.TYPE_VALUE,WebGLFramebuffer:o.TYPE_VALUE,WebGLProgram:o.TYPE_VALUE,WebGLQuery:o.TYPE_VALUE,WebGLRenderbuffer:o.TYPE_VALUE,WebGLRenderingContext:o.TYPE_VALUE,WebGLRenderingContextBase:o.TYPE,WebGLRenderingContextOverloads:o.TYPE,WebGLSampler:o.TYPE_VALUE,WebGLShader:o.TYPE_VALUE,WebGLShaderPrecisionFormat:o.TYPE_VALUE,WebGLSync:o.TYPE_VALUE,WebGLTexture:o.TYPE_VALUE,WebGLTransformFeedback:o.TYPE_VALUE,WebGLUniformLocation:o.TYPE_VALUE,WebGLVertexArrayObject:o.TYPE_VALUE,WebGLVertexArrayObjectOES:o.TYPE,WebSocketEventMap:o.TYPE,WebSocket:o.TYPE_VALUE,WebTransport:o.TYPE_VALUE,WebTransportBidirectionalStream:o.TYPE_VALUE,WebTransportDatagramDuplexStream:o.TYPE_VALUE,WebTransportError:o.TYPE_VALUE,WindowClient:o.TYPE_VALUE,WindowOrWorkerGlobalScope:o.TYPE,WorkerEventMap:o.TYPE,Worker:o.TYPE_VALUE,WorkerGlobalScopeEventMap:o.TYPE,WorkerGlobalScope:o.TYPE_VALUE,WorkerLocation:o.TYPE_VALUE,WorkerNavigator:o.TYPE_VALUE,WritableStream:o.TYPE_VALUE,WritableStreamDefaultController:o.TYPE_VALUE,WritableStreamDefaultWriter:o.TYPE_VALUE,XMLHttpRequestEventMap:o.TYPE,XMLHttpRequest:o.TYPE_VALUE,XMLHttpRequestEventTargetEventMap:o.TYPE,XMLHttpRequestEventTarget:o.TYPE_VALUE,XMLHttpRequestUpload:o.TYPE_VALUE,Console:o.TYPE,WebAssembly:o.TYPE_VALUE,EncodedVideoChunkOutputCallback:o.TYPE,FrameRequestCallback:o.TYPE,LockGrantedCallback:o.TYPE,OnErrorEventHandlerNonNull:o.TYPE,PerformanceObserverCallback:o.TYPE,QueuingStrategySize:o.TYPE,ReportingObserverCallback:o.TYPE,TransformerFlushCallback:o.TYPE,TransformerStartCallback:o.TYPE,TransformerTransformCallback:o.TYPE,UnderlyingSinkAbortCallback:o.TYPE,UnderlyingSinkCloseCallback:o.TYPE,UnderlyingSinkStartCallback:o.TYPE,UnderlyingSinkWriteCallback:o.TYPE,UnderlyingSourceCancelCallback:o.TYPE,UnderlyingSourcePullCallback:o.TYPE,UnderlyingSourceStartCallback:o.TYPE,VideoFrameOutputCallback:o.TYPE,VoidFunction:o.TYPE,WebCodecsErrorCallback:o.TYPE,AlgorithmIdentifier:o.TYPE,AllowSharedBufferSource:o.TYPE,BigInteger:o.TYPE,BinaryData:o.TYPE,BlobPart:o.TYPE,BodyInit:o.TYPE,BufferSource:o.TYPE,CSSKeywordish:o.TYPE,CSSNumberish:o.TYPE,CSSPerspectiveValue:o.TYPE,CSSUnparsedSegment:o.TYPE,CanvasImageSource:o.TYPE,DOMHighResTimeStamp:o.TYPE,EpochTimeStamp:o.TYPE,EventListenerOrEventListenerObject:o.TYPE,FileSystemWriteChunkType:o.TYPE,Float32List:o.TYPE,FormDataEntryValue:o.TYPE,GLbitfield:o.TYPE,GLboolean:o.TYPE,GLclampf:o.TYPE,GLenum:o.TYPE,GLfloat:o.TYPE,GLint:o.TYPE,GLint64:o.TYPE,GLintptr:o.TYPE,GLsizei:o.TYPE,GLsizeiptr:o.TYPE,GLuint:o.TYPE,GLuint64:o.TYPE,HashAlgorithmIdentifier:o.TYPE,HeadersInit:o.TYPE,IDBValidKey:o.TYPE,ImageBitmapSource:o.TYPE,Int32List:o.TYPE,MessageEventSource:o.TYPE,NamedCurve:o.TYPE,OffscreenRenderingContext:o.TYPE,OnErrorEventHandler:o.TYPE,PerformanceEntryList:o.TYPE,PushMessageDataInit:o.TYPE,ReadableStreamController:o.TYPE,ReadableStreamReadResult:o.TYPE,ReadableStreamReader:o.TYPE,ReportList:o.TYPE,RequestInfo:o.TYPE,TexImageSource:o.TYPE,TimerHandler:o.TYPE,Transferable:o.TYPE,Uint32List:o.TYPE,XMLHttpRequestBodyInit:o.TYPE,AlphaOption:o.TYPE,AvcBitstreamFormat:o.TYPE,BinaryType:o.TYPE,CSSMathOperator:o.TYPE,CSSNumericBaseType:o.TYPE,CanvasDirection:o.TYPE,CanvasFillRule:o.TYPE,CanvasFontKerning:o.TYPE,CanvasFontStretch:o.TYPE,CanvasFontVariantCaps:o.TYPE,CanvasLineCap:o.TYPE,CanvasLineJoin:o.TYPE,CanvasTextAlign:o.TYPE,CanvasTextBaseline:o.TYPE,CanvasTextRendering:o.TYPE,ClientTypes:o.TYPE,CodecState:o.TYPE,ColorGamut:o.TYPE,ColorSpaceConversion:o.TYPE,CompressionFormat:o.TYPE,DocumentVisibilityState:o.TYPE,EncodedVideoChunkType:o.TYPE,EndingType:o.TYPE,FileSystemHandleKind:o.TYPE,FontDisplay:o.TYPE,FontFaceLoadStatus:o.TYPE,FontFaceSetLoadStatus:o.TYPE,FrameType:o.TYPE,GlobalCompositeOperation:o.TYPE,HardwareAcceleration:o.TYPE,HdrMetadataType:o.TYPE,IDBCursorDirection:o.TYPE,IDBRequestReadyState:o.TYPE,IDBTransactionDurability:o.TYPE,IDBTransactionMode:o.TYPE,ImageOrientation:o.TYPE,ImageSmoothingQuality:o.TYPE,KeyFormat:o.TYPE,KeyType:o.TYPE,KeyUsage:o.TYPE,LatencyMode:o.TYPE,LockMode:o.TYPE,MediaDecodingType:o.TYPE,MediaEncodingType:o.TYPE,NotificationDirection:o.TYPE,NotificationPermission:o.TYPE,OffscreenRenderingContextId:o.TYPE,PermissionName:o.TYPE,PermissionState:o.TYPE,PredefinedColorSpace:o.TYPE,PremultiplyAlpha:o.TYPE,PushEncryptionKeyName:o.TYPE,RTCEncodedVideoFrameType:o.TYPE,ReadableStreamReaderMode:o.TYPE,ReadableStreamType:o.TYPE,ReferrerPolicy:o.TYPE,RequestCache:o.TYPE,RequestCredentials:o.TYPE,RequestDestination:o.TYPE,RequestMode:o.TYPE,RequestPriority:o.TYPE,RequestRedirect:o.TYPE,ResizeQuality:o.TYPE,ResponseType:o.TYPE,SecurityPolicyViolationEventDisposition:o.TYPE,ServiceWorkerState:o.TYPE,ServiceWorkerUpdateViaCache:o.TYPE,TransferFunction:o.TYPE,VideoColorPrimaries:o.TYPE,VideoEncoderBitrateMode:o.TYPE,VideoMatrixCoefficients:o.TYPE,VideoPixelFormat:o.TYPE,VideoTransferCharacteristics:o.TYPE,WebGLPowerPreference:o.TYPE,WebTransportCongestionControl:o.TYPE,WebTransportErrorSource:o.TYPE,WorkerType:o.TYPE,WriteCommandType:o.TYPE,XMLHttpRequestResponseType:o.TYPE};var Vi={};Object.defineProperty(Vi,"__esModule",{value:!0}),Vi.webworker_asynciterable=void 0;const M1=w;Vi.webworker_asynciterable={FileSystemDirectoryHandle:M1.TYPE};var Oi={};Object.defineProperty(Oi,"__esModule",{value:!0}),Oi.webworker_iterable=void 0;const K=w;Oi.webworker_iterable={CSSNumericArray:K.TYPE,CSSTransformValue:K.TYPE,CSSUnparsedValue:K.TYPE,Cache:K.TYPE,CanvasPath:K.TYPE,CanvasPathDrawingStyles:K.TYPE,DOMStringList:K.TYPE,FileList:K.TYPE,FontFaceSet:K.TYPE,FormData:K.TYPE,Headers:K.TYPE,IDBDatabase:K.TYPE,IDBObjectStore:K.TYPE,MessageEvent:K.TYPE,StylePropertyMapReadOnly:K.TYPE,SubtleCrypto:K.TYPE,URLSearchParams:K.TYPE,WEBGL_draw_buffers:K.TYPE,WEBGL_multi_draw:K.TYPE,WebGL2RenderingContextBase:K.TYPE,WebGL2RenderingContextOverloads:K.TYPE,WebGLRenderingContextBase:K.TYPE,WebGLRenderingContextOverloads:K.TYPE},Object.defineProperty(ri,"__esModule",{value:!0}),ri.lib=void 0;const U1=St,R1=pr,I1=fe,x1=Le,D1=me,F1=ot,$1=ii,k1=si,N1=Ot,B1=Yt,j1=Lt,G1=At,W1=Se,H1=Ct,K1=wt,X1=Vt,q1=Ee,z1=at,J1=Rt,Q1=Mt,Z1=oi,e0=Ut,t0=It,r0=fr,n0=li,i0=Er,s0=dr,o0=Tr,a0=Pr,l0=mr,c0=xt,u0=yr,p0=Dt,f0=ui,E0=Ft,d0=hr,T0=_r,P0=$t,m0=br,y0=pi,h0=gr,_0=vr,b0=Sr,g0=Yr,v0=kt,S0=Lr,Y0=Ar,L0=Ei,A0=ke,C0=Cr,w0=wr,V0=Vr,O0=Or,M0=Mr,U0=Nt,R0=Ti,I0=Ur,x0=Rr,D0=Ir,F0=xr,$0=Bt,k0=Dr,N0=Fr,B0=mi,j0=$r,G0=kr,W0=Nr,H0=Br,K0=jr,X0=jt,q0=Gr,z0=Wr,J0=yi,Q0=Hr,Z0=hi,eb=_i,tb=gi,rb=Kr,nb=Xr,ib=qr,sb=vi,ob=zr,ab=Jr,lb=Qr,cb=Si,ub=Yi,pb=Li,fb=Ci,Eb=de,db=wi,Tb=Vi,Pb=Te,mb=Oi,yb={es5:F1.es5,es6:$1.es6,es2015:N1.es2015,es7:k1.es7,es2016:J1.es2016,es2017:t0.es2017,es2018:c0.es2018,es2019:P0.es2019,es2020:v0.es2020,es2021:U0.es2021,es2022:$0.es2022,es2023:X0.es2023,esnext:Q0.esnext,dom:I1.dom,"dom.iterable":D1.dom_iterable,"dom.asynciterable":x1.dom_asynciterable,webworker:db.webworker,"webworker.importscripts":Pb.webworker_importscripts,"webworker.iterable":mb.webworker_iterable,"webworker.asynciterable":Tb.webworker_asynciterable,scripthost:Eb.scripthost,"es2015.core":j1.es2015_core,"es2015.collection":B1.es2015_collection,"es2015.generator":G1.es2015_generator,"es2015.iterable":W1.es2015_iterable,"es2015.promise":H1.es2015_promise,"es2015.proxy":K1.es2015_proxy,"es2015.reflect":X1.es2015_reflect,"es2015.symbol":q1.es2015_symbol,"es2015.symbol.wellknown":z1.es2015_symbol_wellknown,"es2016.array.include":Q1.es2016_array_include,"es2016.intl":e0.es2016_intl,"es2017.date":r0.es2017_date,"es2017.object":s0.es2017_object,"es2017.sharedmemory":o0.es2017_sharedmemory,"es2017.string":a0.es2017_string,"es2017.intl":i0.es2017_intl,"es2017.typedarrays":l0.es2017_typedarrays,"es2018.asyncgenerator":u0.es2018_asyncgenerator,"es2018.asynciterable":p0.es2018_asynciterable,"es2018.intl":E0.es2018_intl,"es2018.promise":d0.es2018_promise,"es2018.regexp":T0.es2018_regexp,"es2019.array":m0.es2019_array,"es2019.object":_0.es2019_object,"es2019.string":b0.es2019_string,"es2019.symbol":g0.es2019_symbol,"es2019.intl":h0.es2019_intl,"es2020.bigint":S0.es2020_bigint,"es2020.date":Y0.es2020_date,"es2020.promise":w0.es2020_promise,"es2020.sharedmemory":V0.es2020_sharedmemory,"es2020.string":O0.es2020_string,"es2020.symbol.wellknown":M0.es2020_symbol_wellknown,"es2020.intl":A0.es2020_intl,"es2020.number":C0.es2020_number,"es2021.promise":x0.es2021_promise,"es2021.string":D0.es2021_string,"es2021.weakref":F0.es2021_weakref,"es2021.intl":I0.es2021_intl,"es2022.array":k0.es2022_array,"es2022.error":N0.es2022_error,"es2022.intl":j0.es2022_intl,"es2022.object":G0.es2022_object,"es2022.sharedmemory":H0.es2022_sharedmemory,"es2022.string":K0.es2022_string,"es2022.regexp":W0.es2022_regexp,"es2023.array":q0.es2023_array,"es2023.collection":z0.es2023_collection,"esnext.array":Z0.esnext_array,"esnext.collection":rb.esnext_collection,"esnext.symbol":ub.esnext_symbol,"esnext.asynciterable":eb.esnext_asynciterable,"esnext.intl":ob.esnext_intl,"esnext.disposable":ib.esnext_disposable,"esnext.bigint":tb.esnext_bigint,"esnext.string":cb.esnext_string,"esnext.promise":lb.esnext_promise,"esnext.weakref":pb.esnext_weakref,"esnext.decorators":nb.esnext_decorators,"esnext.object":ab.esnext_object,decorators:U1.decorators,"decorators.legacy":R1.decorators_legacy,"es2016.full":Z1.es2016_full,"es2017.full":n0.es2017_full,"es2018.full":f0.es2018_full,"es2019.full":y0.es2019_full,"es2020.full":L0.es2020_full,"es2021.full":R0.es2021_full,"es2022.full":B0.es2022_full,"es2023.full":J0.es2023_full,"esnext.full":sb.esnext_full,lib:fb.lib};ri.lib=yb;var Mi={},Zr={},Ui={},Ri={},Q={},Ue={},lt=S&&S.__classPrivateFieldGet||function(t,e,n,i){if(n==="a"&&!i)throw new TypeError("Private accessor was defined without a getter");if(typeof e=="function"?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return n==="m"?i:n==="a"?i.call(t):i?i.value:e.get(t)},sc=S&&S.__classPrivateFieldSet||function(t,e,n,i,s){if(i==="m")throw new TypeError("Private method is not writable");if(i==="a"&&!s)throw new TypeError("Private accessor was defined without a setter");if(typeof e=="function"?t!==e||!s:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return i==="a"?s.call(t,n):s?s.value=n:e.set(t,n),n},ze,en;Object.defineProperty(Ue,"__esModule",{value:!0}),Ue.ReferenceTypeFlag=Ue.ReferenceFlag=Ue.Reference=void 0;const hb=Fe;var ct;(function(t){t[t.Read=1]="Read",t[t.Write=2]="Write",t[t.ReadWrite=3]="ReadWrite"})(ct||(Ue.ReferenceFlag=ct={}));const _b=(0,hb.createIdGenerator)();var tn;(function(t){t[t.Value=1]="Value",t[t.Type=2]="Type"})(tn||(Ue.ReferenceTypeFlag=tn={}));class bb{static{u(this,"Reference")}get isTypeReference(){return(lt(this,en,"f")&tn.Type)!==0}get isValueReference(){return(lt(this,en,"f")&tn.Value)!==0}constructor(e,n,i,s,l,p,d=tn.Value){this.$id=_b(),ze.set(this,void 0),en.set(this,void 0),this.identifier=e,this.from=n,this.resolved=null,sc(this,ze,i,"f"),this.isWrite()&&(this.writeExpr=s,this.init=p),this.maybeImplicitGlobal=l,sc(this,en,d,"f")}isWrite(){return!!(lt(this,ze,"f")&ct.Write)}isRead(){return!!(lt(this,ze,"f")&ct.Read)}isReadOnly(){return lt(this,ze,"f")===ct.Read}isWriteOnly(){return lt(this,ze,"f")===ct.Write}isReadWrite(){return lt(this,ze,"f")===ct.ReadWrite}}Ue.Reference=bb,ze=new WeakMap,en=new WeakMap;var Ii={},rn={},nn={};Object.defineProperty(nn,"__esModule",{value:!0}),nn.VariableBase=void 0;const gb=Fe,vb=(0,gb.createIdGenerator)();class Sb{static{u(this,"VariableBase")}constructor(e,n){this.$id=vb(),this.defs=[],this.eslintUsed=!1,this.identifiers=[],this.references=[],this.name=e,this.scope=n}}nn.VariableBase=Sb,Object.defineProperty(rn,"__esModule",{value:!0}),rn.ESLintScopeVariable=void 0;const Yb=nn;class Lb extends Yb.VariableBase{static{u(this,"ESLintScopeVariable")}}rn.ESLintScopeVariable=Lb;var xi={};Object.defineProperty(xi,"__esModule",{value:!0}),xi.ImplicitLibVariable=void 0;const Ab=rn;class Cb extends Ab.ESLintScopeVariable{static{u(this,"ImplicitLibVariable")}constructor(e,n,{isTypeVariable:i,isValueVariable:s,writeable:l,eslintImplicitGlobalSetting:p}){super(n,e),this.isTypeVariable=i??!1,this.isValueVariable=s??!1,this.writeable=l??!1,this.eslintImplicitGlobalSetting=p??"readonly"}}xi.ImplicitLibVariable=Cb;var Di={};Object.defineProperty(Di,"__esModule",{value:!0}),Di.Variable=void 0;const wb=nn;class Vb extends wb.VariableBase{static{u(this,"Variable")}get isTypeVariable(){return this.defs.length===0?!0:this.defs.some(e=>e.isTypeDefinition)}get isValueVariable(){return this.defs.length===0?!0:this.defs.some(e=>e.isVariableDefinition)}}Di.Variable=Vb,function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.Variable=t.ImplicitLibVariable=t.ESLintScopeVariable=void 0;var e=rn;Object.defineProperty(t,"ESLintScopeVariable",{enumerable:!0,get:function(){return e.ESLintScopeVariable}});var n=xi;Object.defineProperty(t,"ImplicitLibVariable",{enumerable:!0,get:function(){return n.ImplicitLibVariable}});var i=Di;Object.defineProperty(t,"Variable",{enumerable:!0,get:function(){return i.Variable}})}(Ii);var X={};Object.defineProperty(X,"__esModule",{value:!0}),X.ScopeType=void 0;var oc;(function(t){t.block="block",t.catch="catch",t.class="class",t.classFieldInitializer="class-field-initializer",t.classStaticBlock="class-static-block",t.conditionalType="conditionalType",t.for="for",t.function="function",t.functionExpressionName="function-expression-name",t.functionType="functionType",t.global="global",t.mappedType="mappedType",t.module="module",t.switch="switch",t.tsEnum="tsEnum",t.tsModule="tsModule",t.type="type",t.with="with"})(oc||(X.ScopeType=oc={}));var ac=S&&S.__classPrivateFieldSet||function(t,e,n,i,s){if(i==="m")throw new TypeError("Private method is not writable");if(i==="a"&&!s)throw new TypeError("Private accessor was defined without a setter");if(typeof e=="function"?t!==e||!s:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return i==="a"?s.call(t,n):s?s.value=n:e.set(t,n),n},Je=S&&S.__classPrivateFieldGet||function(t,e,n,i){if(n==="a"&&!i)throw new TypeError("Private accessor was defined without a getter");if(typeof e=="function"?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return n==="m"?i:n==="a"?i.call(t):i?i.value:e.get(t)},sn,Fi,$i,ki,To;Object.defineProperty(Q,"__esModule",{value:!0}),Q.ScopeBase=void 0;const on=Ve,Ob=Xe,Mb=qe,Ub=Fe,Re=Ue,Rb=Ii,ee=X;function Ib(t,e,n){let i;if(t.upper?.isStrict||n||t.type===ee.ScopeType.class||t.type===ee.ScopeType.conditionalType||t.type===ee.ScopeType.functionType||t.type===ee.ScopeType.mappedType||t.type===ee.ScopeType.module||t.type===ee.ScopeType.tsEnum||t.type===ee.ScopeType.tsModule||t.type===ee.ScopeType.type)return!0;if(t.type===ee.ScopeType.block||t.type===ee.ScopeType.switch)return!1;if(t.type===ee.ScopeType.function){const s=e;switch(s.type){case on.AST_NODE_TYPES.ArrowFunctionExpression:if(s.body.type!==on.AST_NODE_TYPES.BlockStatement)return!1;i=s.body;break;case on.AST_NODE_TYPES.Program:i=s;break;default:i=s.body}if(!i)return!1}else if(t.type===ee.ScopeType.global)i=e;else return!1;for(const s of i.body){if(s.type!==on.AST_NODE_TYPES.ExpressionStatement)break;if(s.directive==="use strict")return!0;const l=s.expression;if(l.type!==on.AST_NODE_TYPES.Literal)break;if(l.raw==='"use strict"'||l.raw==="'use strict'"||l.value==="use strict")return!0}return!1}u(Ib,"isStrictScope");function xb(t,e){t.scopes.push(e);const n=t.nodeToScope.get(e.block);n?n.push(e):t.nodeToScope.set(e.block,[e])}u(xb,"registerScope");const Db=(0,Ub.createIdGenerator)(),Fb=new Set([ee.ScopeType.classFieldInitializer,ee.ScopeType.classStaticBlock,ee.ScopeType.function,ee.ScopeType.global,ee.ScopeType.module,ee.ScopeType.tsModule]);class $b{static{u(this,"ScopeBase")}constructor(e,n,i,s,l){this.$id=Db(),this.childScopes=[],sn.set(this,void 0),Fi.set(this,void 0),this.functionExpressionScope=!1,this.leftToResolve=[],this.references=[],this.set=new Map,this.through=[],this.variables=[],$i.set(this,d=>{u(()=>{const c=d.identifier.name,E=this.set.get(c);if(!E||!this.isValidResolution(d,E))return!1;const f=d.isTypeReference&&E.isTypeVariable,T=d.isValueReference&&E.isValueVariable;return!f&&!T?!1:(E.references.push(d),d.resolved=E,!0)},"resolve")()||this.delegateToUpperScope(d)}),ki.set(this,d=>{let a=this;do a.through.push(d),a=a.upper;while(a)}),To.set(this,(d,a)=>{this.shouldStaticallyCloseForGlobal(d,a)?Je(this,$i,"f").call(this,d):Je(this,ki,"f").call(this,d)});const p=i;this.type=n,ac(this,Fi,this.type===ee.ScopeType.global||this.type===ee.ScopeType.with,"f"),this.block=s,this.variableScope=this.isVariableScope()?this:p.variableScope,this.upper=i,this.isStrict=Ib(this,s,l),p?.childScopes.push(this),ac(this,sn,e.declaredVariables,"f"),xb(e,this)}isVariableScope(){return Fb.has(this.type)}shouldStaticallyClose(){return!Je(this,Fi,"f")}shouldStaticallyCloseForGlobal(e,n){const i=e.identifier.name,s=this.set.get(i);if(!s)return!1;if(n.isModule())return!0;const l=s.defs;return l.length>0&&l.every(p=>!(p.type===Mb.DefinitionType.Variable&&p.parent.kind==="var"))}close(e){let n;return this.shouldStaticallyClose()?n=Je(this,$i,"f"):this.type!=="global"?n=Je(this,ki,"f"):n=Je(this,To,"f"),(0,Ob.assert)(this.leftToResolve),this.leftToResolve.forEach(i=>n(i,e)),this.leftToResolve=null,this.upper}isValidResolution(e,n){return!0}delegateToUpperScope(e){this.upper?.leftToResolve?.push(e),this.through.push(e)}addDeclaredVariablesOfNode(e,n){if(n==null)return;let i=Je(this,sn,"f").get(n);i==null&&(i=[],Je(this,sn,"f").set(n,i)),i.includes(e)||i.push(e)}defineVariable(e,n,i,s,l){const p=typeof e=="string"?e:e.name;let d=n.get(p);d||(d=typeof e=="string"?new Rb.Variable(p,this):e,n.set(p,d),i.push(d)),l&&(d.defs.push(l),this.addDeclaredVariablesOfNode(d,l.node),this.addDeclaredVariablesOfNode(d,l.parent)),s&&d.identifiers.push(s)}defineIdentifier(e,n){this.defineVariable(e.name,this.set,this.variables,e,n)}defineLiteralIdentifier(e,n){this.defineVariable(e.value,this.set,this.variables,null,n)}referenceValue(e,n=Re.ReferenceFlag.Read,i,s,l=!1){const p=new Re.Reference(e,this,n,i,s,l,Re.ReferenceTypeFlag.Value);this.references.push(p),this.leftToResolve?.push(p)}referenceType(e){const n=new Re.Reference(e,this,Re.ReferenceFlag.Read,null,null,!1,Re.ReferenceTypeFlag.Type);this.references.push(n),this.leftToResolve?.push(n)}referenceDualValueType(e){const n=new Re.Reference(e,this,Re.ReferenceFlag.Read,null,null,!1,Re.ReferenceTypeFlag.Type|Re.ReferenceTypeFlag.Value);this.references.push(n),this.leftToResolve?.push(n)}}Q.ScopeBase=$b,sn=new WeakMap,Fi=new WeakMap,$i=new WeakMap,ki=new WeakMap,To=new WeakMap,Object.defineProperty(Ri,"__esModule",{value:!0}),Ri.BlockScope=void 0;const kb=Q,Nb=X;class Bb extends kb.ScopeBase{static{u(this,"BlockScope")}constructor(e,n,i){super(e,Nb.ScopeType.block,n,i,!1)}}Ri.BlockScope=Bb;var Ni={};Object.defineProperty(Ni,"__esModule",{value:!0}),Ni.CatchScope=void 0;const jb=Q,Gb=X;class Wb extends jb.ScopeBase{static{u(this,"CatchScope")}constructor(e,n,i){super(e,Gb.ScopeType.catch,n,i,!1)}}Ni.CatchScope=Wb;var an={};Object.defineProperty(an,"__esModule",{value:!0}),an.ClassFieldInitializerScope=void 0;const Hb=Q,Kb=X;class Xb extends Hb.ScopeBase{static{u(this,"ClassFieldInitializerScope")}constructor(e,n,i){super(e,Kb.ScopeType.classFieldInitializer,n,i,!1)}}an.ClassFieldInitializerScope=Xb;var Bi={};Object.defineProperty(Bi,"__esModule",{value:!0}),Bi.ClassScope=void 0;const qb=Q,zb=X;class Jb extends qb.ScopeBase{static{u(this,"ClassScope")}constructor(e,n,i){super(e,zb.ScopeType.class,n,i,!1)}}Bi.ClassScope=Jb;var ji={};Object.defineProperty(ji,"__esModule",{value:!0}),ji.ConditionalTypeScope=void 0;const Qb=Q,Zb=X;class eg extends Qb.ScopeBase{static{u(this,"ConditionalTypeScope")}constructor(e,n,i){super(e,Zb.ScopeType.conditionalType,n,i,!1)}}ji.ConditionalTypeScope=eg;var Gi={};Object.defineProperty(Gi,"__esModule",{value:!0}),Gi.ForScope=void 0;const tg=Q,rg=X;class ng extends tg.ScopeBase{static{u(this,"ForScope")}constructor(e,n,i){super(e,rg.ScopeType.for,n,i,!1)}}Gi.ForScope=ng;var Wi={};Object.defineProperty(Wi,"__esModule",{value:!0}),Wi.FunctionExpressionNameScope=void 0;const ig=qe,sg=Q,og=X;class ag extends sg.ScopeBase{static{u(this,"FunctionExpressionNameScope")}constructor(e,n,i){super(e,og.ScopeType.functionExpressionName,n,i,!1),i.id&&this.defineIdentifier(i.id,new ig.FunctionNameDefinition(i.id,i)),this.functionExpressionScope=!0}}Wi.FunctionExpressionNameScope=ag;var Hi={};Object.defineProperty(Hi,"__esModule",{value:!0}),Hi.FunctionScope=void 0;const lc=Ve,lg=Q,cg=X;class ug extends lg.ScopeBase{static{u(this,"FunctionScope")}constructor(e,n,i,s){super(e,cg.ScopeType.function,n,i,s),this.block.type!==lc.AST_NODE_TYPES.ArrowFunctionExpression&&this.defineVariable("arguments",this.set,this.variables,null,null)}isValidResolution(e,n){if(this.block.type===lc.AST_NODE_TYPES.Program)return!0;const i=this.block.body?.range[0]??-1;return!(n.scope===this&&e.identifier.range[0]<i&&n.defs.every(s=>s.name.range[0]>=i))}}Hi.FunctionScope=ug;var Ki={};Object.defineProperty(Ki,"__esModule",{value:!0}),Ki.FunctionTypeScope=void 0;const pg=Q,fg=X;class Eg extends pg.ScopeBase{static{u(this,"FunctionTypeScope")}constructor(e,n,i){super(e,fg.ScopeType.functionType,n,i,!1)}}Ki.FunctionTypeScope=Eg;var Xi={};Object.defineProperty(Xi,"__esModule",{value:!0}),Xi.GlobalScope=void 0;const dg=Ve,Tg=Xe,Pg=ur,mg=Ii,yg=Q,hg=X;class _g extends yg.ScopeBase{static{u(this,"GlobalScope")}constructor(e,n){super(e,hg.ScopeType.global,null,n,!1),this.implicit={set:new Map,variables:[],leftToBeResolved:[]}}defineImplicitVariable(e,n){this.defineVariable(new mg.ImplicitLibVariable(this,e,n),this.set,this.variables,null,null)}close(e){(0,Tg.assert)(this.leftToResolve);for(const n of this.leftToResolve)if(n.maybeImplicitGlobal&&!this.set.has(n.identifier.name)){const i=n.maybeImplicitGlobal,s=i.pattern;s.type===dg.AST_NODE_TYPES.Identifier&&this.defineVariable(s.name,this.implicit.set,this.implicit.variables,s,new Pg.ImplicitGlobalVariableDefinition(i.pattern,i.node))}return this.implicit.leftToBeResolved=this.leftToResolve,super.close(e)}}Xi.GlobalScope=_g;var qi={};Object.defineProperty(qi,"__esModule",{value:!0}),qi.MappedTypeScope=void 0;const bg=Q,gg=X;class vg extends bg.ScopeBase{static{u(this,"MappedTypeScope")}constructor(e,n,i){super(e,gg.ScopeType.mappedType,n,i,!1)}}qi.MappedTypeScope=vg;var zi={};Object.defineProperty(zi,"__esModule",{value:!0}),zi.ModuleScope=void 0;const Sg=Q,Yg=X;class Lg extends Sg.ScopeBase{static{u(this,"ModuleScope")}constructor(e,n,i){super(e,Yg.ScopeType.module,n,i,!1)}}zi.ModuleScope=Lg;var cc={};Object.defineProperty(cc,"__esModule",{value:!0});var Ji={};Object.defineProperty(Ji,"__esModule",{value:!0}),Ji.SwitchScope=void 0;const Ag=Q,Cg=X;class wg extends Ag.ScopeBase{static{u(this,"SwitchScope")}constructor(e,n,i){super(e,Cg.ScopeType.switch,n,i,!1)}}Ji.SwitchScope=wg;var Qi={};Object.defineProperty(Qi,"__esModule",{value:!0}),Qi.TSEnumScope=void 0;const Vg=Q,Og=X;class Mg extends Vg.ScopeBase{static{u(this,"TSEnumScope")}constructor(e,n,i){super(e,Og.ScopeType.tsEnum,n,i,!1)}}Qi.TSEnumScope=Mg;var Zi={};Object.defineProperty(Zi,"__esModule",{value:!0}),Zi.TSModuleScope=void 0;const Ug=Q,Rg=X;class Ig extends Ug.ScopeBase{static{u(this,"TSModuleScope")}constructor(e,n,i){super(e,Rg.ScopeType.tsModule,n,i,!1)}}Zi.TSModuleScope=Ig;var es={};Object.defineProperty(es,"__esModule",{value:!0}),es.TypeScope=void 0;const xg=Q,Dg=X;class Fg extends xg.ScopeBase{static{u(this,"TypeScope")}constructor(e,n,i){super(e,Dg.ScopeType.type,n,i,!1)}}es.TypeScope=Fg;var ts={};Object.defineProperty(ts,"__esModule",{value:!0}),ts.WithScope=void 0;const $g=Xe,kg=Q,Ng=X;class Bg extends kg.ScopeBase{static{u(this,"WithScope")}constructor(e,n,i){super(e,Ng.ScopeType.with,n,i,!1)}close(e){return this.shouldStaticallyClose()?super.close(e):((0,$g.assert)(this.leftToResolve),this.leftToResolve.forEach(n=>this.delegateToUpperScope(n)),this.leftToResolve=null,this.upper)}}ts.WithScope=Bg,function(t){var e=S&&S.__createBinding||(Object.create?function(i,s,l,p){p===void 0&&(p=l);var d=Object.getOwnPropertyDescriptor(s,l);(!d||("get"in d?!s.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:function(){return s[l]}}),Object.defineProperty(i,p,d)}:function(i,s,l,p){p===void 0&&(p=l),i[p]=s[l]}),n=S&&S.__exportStar||function(i,s){for(var l in i)l!=="default"&&!Object.prototype.hasOwnProperty.call(s,l)&&e(s,i,l)};Object.defineProperty(t,"__esModule",{value:!0}),n(Ri,t),n(Ni,t),n(an,t),n(Bi,t),n(ji,t),n(Gi,t),n(Wi,t),n(Hi,t),n(Ki,t),n(Xi,t),n(qi,t),n(zi,t),n(cc,t),n(X,t),n(Ji,t),n(Qi,t),n(Zi,t),n(es,t),n(ts,t)}(Ui);var ut={},Gt={},ln={},uc=S&&S.__classPrivateFieldSet||function(t,e,n,i,s){if(i==="m")throw new TypeError("Private method is not writable");if(i==="a"&&!s)throw new TypeError("Private accessor was defined without a setter");if(typeof e=="function"?t!==e||!s:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return i==="a"?s.call(t,n):s?s.value=n:e.set(t,n),n},pc=S&&S.__classPrivateFieldGet||function(t,e,n,i){if(n==="a"&&!i)throw new TypeError("Private accessor was defined without a getter");if(typeof e=="function"?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return n==="m"?i:n==="a"?i.call(t):i?i.value:e.get(t)},rs,ns;Object.defineProperty(ln,"__esModule",{value:!0}),ln.VisitorBase=void 0;const jg=lo;function Gg(t){return typeof t=="object"&&t!=null}u(Gg,"isObject");function fc(t){return Gg(t)&&typeof t.type=="string"}u(fc,"isNode");class Wg{static{u(this,"VisitorBase")}constructor(e){rs.set(this,void 0),ns.set(this,void 0),uc(this,rs,e.childVisitorKeys??jg.visitorKeys,"f"),uc(this,ns,e.visitChildrenEvenIfSelectorExists??!1,"f")}visitChildren(e,n=[]){if(e?.type==null)return;const i=new Set([...n,"parent"]),s=pc(this,rs,"f")[e.type]??Object.keys(e);for(const l of s){if(i.has(l))continue;const p=e[l];if(p)if(Array.isArray(p))for(const d of p)fc(d)&&this.visit(d);else fc(p)&&this.visit(p)}}visit(e){if(e?.type==null)return;const n=this[e.type];n&&(n.call(this,e),!pc(this,ns,"f"))||this.visitChildren(e)}}ln.VisitorBase=Wg,rs=new WeakMap,ns=new WeakMap;var Ec=S&&S.__classPrivateFieldSet||function(t,e,n,i,s){if(i==="m")throw new TypeError("Private method is not writable");if(i==="a"&&!s)throw new TypeError("Private accessor was defined without a setter");if(typeof e=="function"?t!==e||!s:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return i==="a"?s.call(t,n):s?s.value=n:e.set(t,n),n},Ie=S&&S.__classPrivateFieldGet||function(t,e,n,i){if(n==="a"&&!i)throw new TypeError("Private accessor was defined without a getter");if(typeof e=="function"?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return n==="m"?i:n==="a"?i.call(t):i?i.value:e.get(t)},is,ss,pt,cn;Object.defineProperty(Gt,"__esModule",{value:!0}),Gt.PatternVisitor=void 0;const Wt=Ve,Hg=ln;class Kg extends Hg.VisitorBase{static{u(this,"PatternVisitor")}static isPattern(e){const n=e.type;return n===Wt.AST_NODE_TYPES.Identifier||n===Wt.AST_NODE_TYPES.ObjectPattern||n===Wt.AST_NODE_TYPES.ArrayPattern||n===Wt.AST_NODE_TYPES.SpreadElement||n===Wt.AST_NODE_TYPES.RestElement||n===Wt.AST_NODE_TYPES.AssignmentPattern}constructor(e,n,i){super(e),is.set(this,void 0),ss.set(this,void 0),pt.set(this,[]),this.rightHandNodes=[],cn.set(this,[]),Ec(this,is,n,"f"),Ec(this,ss,i,"f")}ArrayExpression(e){e.elements.forEach(this.visit,this)}ArrayPattern(e){for(const n of e.elements)this.visit(n)}AssignmentExpression(e){Ie(this,pt,"f").push(e),this.visit(e.left),this.rightHandNodes.push(e.right),Ie(this,pt,"f").pop()}AssignmentPattern(e){Ie(this,pt,"f").push(e),this.visit(e.left),this.rightHandNodes.push(e.right),Ie(this,pt,"f").pop()}CallExpression(e){e.arguments.forEach(n=>{this.rightHandNodes.push(n)}),this.visit(e.callee)}Decorator(){}Identifier(e){const n=Ie(this,cn,"f").at(-1);Ie(this,ss,"f").call(this,e,{topLevel:e===Ie(this,is,"f"),rest:n?.argument===e,assignments:Ie(this,pt,"f")})}MemberExpression(e){e.computed&&this.rightHandNodes.push(e.property),this.rightHandNodes.push(e.object)}Property(e){e.computed&&this.rightHandNodes.push(e.key),this.visit(e.value)}RestElement(e){Ie(this,cn,"f").push(e),this.visit(e.argument),Ie(this,cn,"f").pop()}SpreadElement(e){this.visit(e.argument)}TSTypeAnnotation(){}}Gt.PatternVisitor=Kg,is=new WeakMap,ss=new WeakMap,pt=new WeakMap,cn=new WeakMap,function(t){var e=S&&S.__classPrivateFieldGet||function(d,a,c,E){if(c==="a"&&!E)throw new TypeError("Private accessor was defined without a getter");if(typeof a=="function"?d!==a||!E:!a.has(d))throw new TypeError("Cannot read private member from an object whose class did not declare it");return c==="m"?E:c==="a"?E.call(d):E?E.value:a.get(d)},n=S&&S.__classPrivateFieldSet||function(d,a,c,E,f){if(E==="m")throw new TypeError("Private method is not writable");if(E==="a"&&!f)throw new TypeError("Private accessor was defined without a setter");if(typeof a=="function"?d!==a||!f:!a.has(d))throw new TypeError("Cannot write private member to an object whose class did not declare it");return E==="a"?f.call(d,c):f?f.value=c:a.set(d,c),c},i;Object.defineProperty(t,"__esModule",{value:!0}),t.VisitorBase=t.Visitor=void 0;const s=Gt,l=ln;Object.defineProperty(t,"VisitorBase",{enumerable:!0,get:function(){return l.VisitorBase}});class p extends l.VisitorBase{static{u(this,"Visitor")}constructor(a){super(a instanceof p?e(a,i,"f"):a),i.set(this,void 0),n(this,i,a instanceof p?e(a,i,"f"):a,"f")}visitPattern(a,c,E={processRightHandNodes:!1}){const f=new s.PatternVisitor(e(this,i,"f"),a,c);f.visit(a),E.processRightHandNodes&&f.rightHandNodes.forEach(this.visit,this)}}t.Visitor=p,i=new WeakMap}(ut);var Xg=S&&S.__classPrivateFieldSet||function(t,e,n,i,s){if(i==="m")throw new TypeError("Private method is not writable");if(i==="a"&&!s)throw new TypeError("Private accessor was defined without a setter");if(typeof e=="function"?t!==e||!s:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return i==="a"?s.call(t,n):s?s.value=n:e.set(t,n),n},te=S&&S.__classPrivateFieldGet||function(t,e,n,i){if(n==="a"&&!i)throw new TypeError("Private accessor was defined without a getter");if(typeof e=="function"?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return n==="m"?i:n==="a"?i.call(t):i?i.value:e.get(t)},z;Object.defineProperty(Zr,"__esModule",{value:!0}),Zr.TypeVisitor=void 0;const Ht=Ve,un=qe,pn=Ui,qg=ut;class ho extends qg.Visitor{static{u(this,"TypeVisitor")}constructor(e){super(e),z.set(this,void 0),Xg(this,z,e,"f")}static visit(e,n){new ho(e).visit(n)}visitFunctionType(e){te(this,z,"f").scopeManager.nestFunctionTypeScope(e),this.visit(e.typeParameters);for(const n of e.params){let i=!1;this.visitPattern(n,(s,l)=>{te(this,z,"f").currentScope().defineIdentifier(s,new un.ParameterDefinition(s,e,l.rest)),s.typeAnnotation&&(this.visit(s.typeAnnotation),i=!0)}),!i&&"typeAnnotation"in n&&this.visit(n.typeAnnotation)}this.visit(e.returnType),te(this,z,"f").close(e)}visitPropertyKey(e){e.computed&&te(this,z,"f").visit(e.key)}Identifier(e){te(this,z,"f").currentScope().referenceType(e)}MemberExpression(e){this.visit(e.object)}TSCallSignatureDeclaration(e){this.visitFunctionType(e)}TSConditionalType(e){te(this,z,"f").scopeManager.nestConditionalTypeScope(e),this.visitChildren(e,["falseType"]),te(this,z,"f").close(e),this.visit(e.falseType)}TSConstructorType(e){this.visitFunctionType(e)}TSConstructSignatureDeclaration(e){this.visitFunctionType(e)}TSFunctionType(e){this.visitFunctionType(e)}TSImportType(e){this.visit(e.typeArguments)}TSIndexSignature(e){for(const n of e.parameters)n.type===Ht.AST_NODE_TYPES.Identifier&&this.visit(n.typeAnnotation);this.visit(e.typeAnnotation)}TSInferType(e){const n=e.typeParameter;let i=te(this,z,"f").currentScope();if(i.type===pn.ScopeType.functionType||i.type===pn.ScopeType.mappedType){let s=i.upper;for(;s;){if(s.type===pn.ScopeType.functionType||s.type===pn.ScopeType.mappedType){s=s.upper;continue}if(s.type===pn.ScopeType.conditionalType){i=s;break}break}}i.defineIdentifier(n.name,new un.TypeDefinition(n.name,n)),this.visit(n.constraint)}TSInterfaceDeclaration(e){te(this,z,"f").currentScope().defineIdentifier(e.id,new un.TypeDefinition(e.id,e)),e.typeParameters&&(te(this,z,"f").scopeManager.nestTypeScope(e),this.visit(e.typeParameters)),e.extends.forEach(this.visit,this),this.visit(e.body),e.typeParameters&&te(this,z,"f").close(e)}TSMappedType(e){te(this,z,"f").scopeManager.nestMappedTypeScope(e),this.visitChildren(e),te(this,z,"f").close(e)}TSMethodSignature(e){this.visitPropertyKey(e),this.visitFunctionType(e)}TSNamedTupleMember(e){this.visit(e.elementType)}TSPropertySignature(e){this.visitPropertyKey(e),this.visit(e.typeAnnotation)}TSQualifiedName(e){this.visit(e.left)}TSTypeAliasDeclaration(e){te(this,z,"f").currentScope().defineIdentifier(e.id,new un.TypeDefinition(e.id,e)),e.typeParameters&&(te(this,z,"f").scopeManager.nestTypeScope(e),this.visit(e.typeParameters)),this.visit(e.typeAnnotation),e.typeParameters&&te(this,z,"f").close(e)}TSTypeParameter(e){te(this,z,"f").currentScope().defineIdentifier(e.name,new un.TypeDefinition(e.name,e)),this.visit(e.constraint),this.visit(e.default)}TSTypePredicate(e){e.parameterName.type!==Ht.AST_NODE_TYPES.TSThisType&&te(this,z,"f").currentScope().referenceValue(e.parameterName),this.visit(e.typeAnnotation)}TSTypeQuery(e){let n;if(e.exprName.type===Ht.AST_NODE_TYPES.TSQualifiedName){let i=e.exprName;for(;i.left.type===Ht.AST_NODE_TYPES.TSQualifiedName;)i=i.left;n=i.left}else n=e.exprName,e.exprName.type===Ht.AST_NODE_TYPES.TSImportType&&this.visit(e.exprName);n.type===Ht.AST_NODE_TYPES.Identifier&&te(this,z,"f").currentScope().referenceValue(n),this.visit(e.typeArguments)}TSTypeAnnotation(e){this.visitChildren(e)}}Zr.TypeVisitor=ho,z=new WeakMap;var dc=S&&S.__classPrivateFieldSet||function(t,e,n,i,s){if(i==="m")throw new TypeError("Private method is not writable");if(i==="a"&&!s)throw new TypeError("Private accessor was defined without a setter");if(typeof e=="function"?t!==e||!s:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return i==="a"?s.call(t,n):s?s.value=n:e.set(t,n),n},W=S&&S.__classPrivateFieldGet||function(t,e,n,i){if(n==="a"&&!i)throw new TypeError("Private accessor was defined without a getter");if(typeof e=="function"?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return n==="m"?i:n==="a"?i.call(t):i?i.value:e.get(t)},fn,G;Object.defineProperty(Mi,"__esModule",{value:!0}),Mi.ClassVisitor=void 0;const Ce=Ve,Po=qe,zg=Zr,Jg=ut;class _o extends Jg.Visitor{static{u(this,"ClassVisitor")}constructor(e,n){super(e),fn.set(this,void 0),G.set(this,void 0),dc(this,G,e,"f"),dc(this,fn,n,"f")}static visit(e,n){new _o(e,n).visitClass(n)}visit(e){e&&e.type in this?super.visit(e):W(this,G,"f").visit(e)}visitClass(e){e.type===Ce.AST_NODE_TYPES.ClassDeclaration&&e.id&&W(this,G,"f").currentScope().defineIdentifier(e.id,new Po.ClassNameDefinition(e.id,e)),e.decorators.forEach(n=>W(this,G,"f").visit(n)),W(this,G,"f").scopeManager.nestClassScope(e),e.id&&W(this,G,"f").currentScope().defineIdentifier(e.id,new Po.ClassNameDefinition(e.id,e)),W(this,G,"f").visit(e.superClass),this.visitType(e.typeParameters),this.visitType(e.superTypeArguments),e.implements.forEach(n=>this.visitType(n)),this.visit(e.body),W(this,G,"f").close(e)}visitPropertyDefinition(e){this.visitPropertyBase(e),this.visitType(e.typeAnnotation)}visitFunctionParameterTypeAnnotation(e){switch(e.type){case Ce.AST_NODE_TYPES.AssignmentPattern:this.visitType(e.left.typeAnnotation);break;case Ce.AST_NODE_TYPES.TSParameterProperty:this.visitFunctionParameterTypeAnnotation(e.parameter);break;default:this.visitType(e.typeAnnotation)}}visitMethodFunction(e,n){e.id&&W(this,G,"f").scopeManager.nestFunctionExpressionNameScope(e),W(this,G,"f").scopeManager.nestFunctionScope(e,!0);let i=!!n.decorators.length;if(i||=n.kind!=="set"&&e.params.some(s=>s.decorators.length),!i&&n.kind==="set"){const s=Tc(n);s!=null&&W(this,fn,"f").body.body.find(l=>l!==n&&l.type===Ce.AST_NODE_TYPES.MethodDefinition&&l.static===n.static&&Tc(l)===s)?.decorators.length&&(i=!0)}!i&&n.kind==="constructor"&&W(this,fn,"f").decorators.length&&(i=!0);for(const s of e.params)this.visitPattern(s,(l,p)=>{W(this,G,"f").currentScope().defineIdentifier(l,new Po.ParameterDefinition(l,e,p.rest)),W(this,G,"f").referencingDefaultValue(l,p.assignments,null,!0)},{processRightHandNodes:!0}),this.visitFunctionParameterTypeAnnotation(s),s.decorators.forEach(l=>this.visit(l));this.visitType(e.returnType),this.visitType(e.typeParameters),W(this,G,"f").visitChildren(e.body),W(this,G,"f").close(e)}visitPropertyBase(e){e.computed&&W(this,G,"f").visit(e.key),e.value&&((e.type===Ce.AST_NODE_TYPES.PropertyDefinition||e.type===Ce.AST_NODE_TYPES.AccessorProperty)&&W(this,G,"f").scopeManager.nestClassFieldInitializerScope(e.value),W(this,G,"f").visit(e.value),(e.type===Ce.AST_NODE_TYPES.PropertyDefinition||e.type===Ce.AST_NODE_TYPES.AccessorProperty)&&W(this,G,"f").close(e.value)),e.decorators.forEach(n=>W(this,G,"f").visit(n))}visitMethod(e){e.computed&&W(this,G,"f").visit(e.key),e.value.type===Ce.AST_NODE_TYPES.FunctionExpression?this.visitMethodFunction(e.value,e):W(this,G,"f").visit(e.value),e.decorators.forEach(n=>W(this,G,"f").visit(n))}visitType(e){e&&zg.TypeVisitor.visit(W(this,G,"f"),e)}AccessorProperty(e){this.visitPropertyDefinition(e)}ClassBody(e){this.visitChildren(e)}PropertyDefinition(e){this.visitPropertyDefinition(e)}MethodDefinition(e){this.visitMethod(e)}TSAbstractAccessorProperty(e){this.visitPropertyDefinition(e)}TSAbstractPropertyDefinition(e){this.visitPropertyDefinition(e)}TSAbstractMethodDefinition(e){this.visitPropertyBase(e)}Identifier(e){W(this,G,"f").visit(e)}PrivateIdentifier(){}StaticBlock(e){W(this,G,"f").scopeManager.nestClassStaticBlockScope(e),e.body.forEach(n=>this.visit(n)),W(this,G,"f").close(e)}}Mi.ClassVisitor=_o,fn=new WeakMap,G=new WeakMap;function Tc(t){if(t.computed&&t.key.type===Ce.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===Ce.AST_NODE_TYPES.Identifier)return t.key.name;return null}u(Tc,"getLiteralMethodKeyName");var os={},Pc=S&&S.__classPrivateFieldSet||function(t,e,n,i,s){if(i==="m")throw new TypeError("Private method is not writable");if(i==="a"&&!s)throw new TypeError("Private accessor was defined without a setter");if(typeof e=="function"?t!==e||!s:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return i==="a"?s.call(t,n):s?s.value=n:e.set(t,n),n},as=S&&S.__classPrivateFieldGet||function(t,e,n,i){if(n==="a"&&!i)throw new TypeError("Private accessor was defined without a getter");if(typeof e=="function"?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return n==="m"?i:n==="a"?i.call(t):i?i.value:e.get(t)},Kt,ls;Object.defineProperty(os,"__esModule",{value:!0}),os.ExportVisitor=void 0;const Qg=Ve,Zg=ut;class bo extends Zg.Visitor{static{u(this,"ExportVisitor")}constructor(e,n){super(n),Kt.set(this,void 0),ls.set(this,void 0),Pc(this,ls,e,"f"),Pc(this,Kt,n,"f")}static visit(e,n){new bo(n,e).visit(n)}Identifier(e){as(this,ls,"f").exportKind==="type"?as(this,Kt,"f").currentScope().referenceType(e):as(this,Kt,"f").currentScope().referenceDualValueType(e)}ExportDefaultDeclaration(e){e.declaration.type===Qg.AST_NODE_TYPES.Identifier&&this.visit(e.declaration)}ExportNamedDeclaration(e){e.source||e.declaration||this.visitChildren(e)}ExportSpecifier(e){e.exportKind==="type"?as(this,Kt,"f").currentScope().referenceType(e.local):this.visit(e.local)}}os.ExportVisitor=bo,Kt=new WeakMap,ls=new WeakMap;var cs={},mc=S&&S.__classPrivateFieldSet||function(t,e,n,i,s){if(i==="m")throw new TypeError("Private method is not writable");if(i==="a"&&!s)throw new TypeError("Private accessor was defined without a setter");if(typeof e=="function"?t!==e||!s:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return i==="a"?s.call(t,n):s?s.value=n:e.set(t,n),n},yc=S&&S.__classPrivateFieldGet||function(t,e,n,i){if(n==="a"&&!i)throw new TypeError("Private accessor was defined without a getter");if(typeof e=="function"?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return n==="m"?i:n==="a"?i.call(t):i?i.value:e.get(t)},us,ps;Object.defineProperty(cs,"__esModule",{value:!0}),cs.ImportVisitor=void 0;const ev=qe,tv=ut;class go extends tv.Visitor{static{u(this,"ImportVisitor")}constructor(e,n){super(n),us.set(this,void 0),ps.set(this,void 0),mc(this,us,e,"f"),mc(this,ps,n,"f")}static visit(e,n){new go(n,e).visit(n)}visitImport(e,n){yc(this,ps,"f").currentScope().defineIdentifier(e,new ev.ImportBindingDefinition(e,n,yc(this,us,"f")))}ImportNamespaceSpecifier(e){const n=e.local;this.visitImport(n,e)}ImportDefaultSpecifier(e){const n=e.local;this.visitImport(n,e)}ImportSpecifier(e){const n=e.local;this.visitImport(n,e)}}cs.ImportVisitor=go,us=new WeakMap,ps=new WeakMap;var En=S&&S.__classPrivateFieldSet||function(t,e,n,i,s){if(i==="m")throw new TypeError("Private method is not writable");if(i==="a"&&!s)throw new TypeError("Private accessor was defined without a setter");if(typeof e=="function"?t!==e||!s:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return i==="a"?s.call(t,n):s?s.value=n:e.set(t,n),n},ft=S&&S.__classPrivateFieldGet||function(t,e,n,i){if(n==="a"&&!i)throw new TypeError("Private accessor was defined without a getter");if(typeof e=="function"?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return n==="m"?i:n==="a"?i.call(t):i?i.value:e.get(t)},dn,Tn,fs,Es,ds;Object.defineProperty(Gn,"__esModule",{value:!0}),Gn.Referencer=void 0;const re=Ve,hc=Xe,xe=qe,rv=ri,nv=Mi,_c=os,iv=cs,bc=Gt,Et=Ue,sv=Zr,ov=ut;class av extends ov.Visitor{static{u(this,"Referencer")}constructor(e,n){super(e),dn.set(this,void 0),Tn.set(this,void 0),fs.set(this,!1),Es.set(this,!1),ds.set(this,void 0),this.scopeManager=n,En(this,dn,e.jsxPragma,"f"),En(this,Tn,e.jsxFragmentName,"f"),En(this,ds,e.lib,"f")}currentScope(e){return e||(0,hc.assert)(this.scopeManager.currentScope,"aaa"),this.scopeManager.currentScope}close(e){for(;this.currentScope(!0)&&e===this.currentScope().block;)this.scopeManager.currentScope=this.currentScope().close(this.scopeManager)}referencingDefaultValue(e,n,i,s){n.forEach(l=>{this.currentScope().referenceValue(e,Et.ReferenceFlag.Write,l.right,i,s)})}populateGlobalsFromLib(e){for(const n of ft(this,ds,"f")){const i=rv.lib[n];if(!i)throw new Error(`Invalid value for lib provided: ${n}`);for(const[s,l]of Object.entries(i))e.defineImplicitVariable(s,l)}e.defineImplicitVariable("const",{eslintImplicitGlobalSetting:"readonly",isTypeVariable:!0,isValueVariable:!1})}referenceInSomeUpperScope(e){let n=this.scopeManager.currentScope;for(;n;){const i=n.set.get(e);if(!i){n=n.upper;continue}return n.referenceValue(i.identifiers[0]),!0}return!1}referenceJsxPragma(){ft(this,dn,"f")==null||ft(this,fs,"f")||En(this,fs,this.referenceInSomeUpperScope(ft(this,dn,"f")),"f")}referenceJsxFragment(){ft(this,Tn,"f")==null||ft(this,Es,"f")||En(this,Es,this.referenceInSomeUpperScope(ft(this,Tn,"f")),"f")}visitClass(e){nv.ClassVisitor.visit(this,e)}visitForIn(e){e.left.type===re.AST_NODE_TYPES.VariableDeclaration&&e.left.kind!=="var"&&this.scopeManager.nestForScope(e),e.left.type===re.AST_NODE_TYPES.VariableDeclaration?(this.visit(e.left),this.visitPattern(e.left.declarations[0].id,n=>{this.currentScope().referenceValue(n,Et.ReferenceFlag.Write,e.right,null,!0)})):this.visitPattern(e.left,(n,i)=>{const s=this.currentScope().isStrict?null:{pattern:n,node:e};this.referencingDefaultValue(n,i.assignments,s,!1),this.currentScope().referenceValue(n,Et.ReferenceFlag.Write,e.right,s,!1)},{processRightHandNodes:!0}),this.visit(e.right),this.visit(e.body),this.close(e)}visitFunctionParameterTypeAnnotation(e){switch(e.type){case re.AST_NODE_TYPES.AssignmentPattern:this.visitType(e.left.typeAnnotation);break;case re.AST_NODE_TYPES.TSParameterProperty:this.visitFunctionParameterTypeAnnotation(e.parameter);break;default:this.visitType(e.typeAnnotation);break}}visitFunction(e){e.type===re.AST_NODE_TYPES.FunctionExpression?e.id&&this.scopeManager.nestFunctionExpressionNameScope(e):e.id&&this.currentScope().defineIdentifier(e.id,new xe.FunctionNameDefinition(e.id,e)),this.scopeManager.nestFunctionScope(e,!1);for(const n of e.params)this.visitPattern(n,(i,s)=>{this.currentScope().defineIdentifier(i,new xe.ParameterDefinition(i,e,s.rest)),this.referencingDefaultValue(i,s.assignments,null,!0)},{processRightHandNodes:!0}),this.visitFunctionParameterTypeAnnotation(n),n.decorators.forEach(i=>this.visit(i));this.visitType(e.returnType),this.visitType(e.typeParameters),e.body&&(e.body.type===re.AST_NODE_TYPES.BlockStatement?this.visitChildren(e.body):this.visit(e.body)),this.close(e)}visitProperty(e){e.computed&&this.visit(e.key),this.visit(e.value)}visitType(e){e&&sv.TypeVisitor.visit(this,e)}visitTypeAssertion(e){this.visit(e.expression),this.visitType(e.typeAnnotation)}ArrowFunctionExpression(e){this.visitFunction(e)}AssignmentExpression(e){let n=e.left;switch(n.type){case re.AST_NODE_TYPES.TSAsExpression:case re.AST_NODE_TYPES.TSTypeAssertion:this.visitType(n.typeAnnotation);case re.AST_NODE_TYPES.TSNonNullExpression:n=n.expression}bc.PatternVisitor.isPattern(n)?e.operator==="="?this.visitPattern(n,(i,s)=>{const l=this.currentScope().isStrict?null:{pattern:i,node:e};this.referencingDefaultValue(i,s.assignments,l,!1),this.currentScope().referenceValue(i,Et.ReferenceFlag.Write,e.right,l,!1)},{processRightHandNodes:!0}):n.type===re.AST_NODE_TYPES.Identifier&&this.currentScope().referenceValue(n,Et.ReferenceFlag.ReadWrite,e.right):this.visit(n),this.visit(e.right)}BlockStatement(e){this.scopeManager.nestBlockScope(e),this.visitChildren(e),this.close(e)}BreakStatement(){}CallExpression(e){this.visitChildren(e,["typeArguments"]),this.visitType(e.typeArguments)}CatchClause(e){if(this.scopeManager.nestCatchScope(e),e.param){const n=e.param;this.visitPattern(n,(i,s)=>{this.currentScope().defineIdentifier(i,new xe.CatchClauseDefinition(n,e)),this.referencingDefaultValue(i,s.assignments,null,!0)},{processRightHandNodes:!0})}this.visit(e.body),this.close(e)}ClassExpression(e){this.visitClass(e)}ClassDeclaration(e){this.visitClass(e)}ContinueStatement(){}ExportAllDeclaration(){}ExportDefaultDeclaration(e){e.declaration.type===re.AST_NODE_TYPES.Identifier?_c.ExportVisitor.visit(this,e):this.visit(e.declaration)}TSExportAssignment(e){e.expression.type===re.AST_NODE_TYPES.Identifier?this.currentScope().referenceDualValueType(e.expression):this.visit(e.expression)}ExportNamedDeclaration(e){e.declaration?this.visit(e.declaration):_c.ExportVisitor.visit(this,e)}ForInStatement(e){this.visitForIn(e)}ForOfStatement(e){this.visitForIn(e)}ForStatement(e){e.init&&e.init.type===re.AST_NODE_TYPES.VariableDeclaration&&e.init.kind!=="var"&&this.scopeManager.nestForScope(e),this.visitChildren(e),this.close(e)}FunctionDeclaration(e){this.visitFunction(e)}FunctionExpression(e){this.visitFunction(e)}Identifier(e){this.currentScope().referenceValue(e),this.visitType(e.typeAnnotation)}ImportDeclaration(e){(0,hc.assert)(this.scopeManager.isModule(),"ImportDeclaration should appear when the mode is ES6 and in the module context."),iv.ImportVisitor.visit(this,e)}JSXAttribute(e){this.visit(e.value)}JSXClosingElement(){}JSXFragment(e){this.referenceJsxPragma(),this.referenceJsxFragment(),this.visitChildren(e)}JSXIdentifier(e){this.currentScope().referenceValue(e)}JSXMemberExpression(e){e.object.type!==re.AST_NODE_TYPES.JSXIdentifier?this.visit(e.object):e.object.name!=="this"&&this.visit(e.object)}JSXOpeningElement(e){this.referenceJsxPragma(),e.name.type===re.AST_NODE_TYPES.JSXIdentifier?(e.name.name[0].toUpperCase()===e.name.name[0]||e.name.name==="this")&&this.visit(e.name):this.visit(e.name),this.visitType(e.typeArguments);for(const n of e.attributes)this.visit(n)}LabeledStatement(e){this.visit(e.body)}MemberExpression(e){this.visit(e.object),e.computed&&this.visit(e.property)}MetaProperty(){}NewExpression(e){this.visitChildren(e,["typeArguments"]),this.visitType(e.typeArguments)}PrivateIdentifier(){}Program(e){const n=this.scopeManager.nestGlobalScope(e);this.populateGlobalsFromLib(n),this.scopeManager.isGlobalReturn()&&(this.currentScope().isStrict=!1,this.scopeManager.nestFunctionScope(e,!1)),this.scopeManager.isModule()&&this.scopeManager.nestModuleScope(e),this.scopeManager.isImpliedStrict()&&(this.currentScope().isStrict=!0),this.visitChildren(e),this.close(e)}Property(e){this.visitProperty(e)}SwitchStatement(e){this.visit(e.discriminant),this.scopeManager.nestSwitchScope(e);for(const n of e.cases)this.visit(n);this.close(e)}TaggedTemplateExpression(e){this.visit(e.tag),this.visit(e.quasi),this.visitType(e.typeArguments)}TSAsExpression(e){this.visitTypeAssertion(e)}TSDeclareFunction(e){this.visitFunction(e)}TSImportEqualsDeclaration(e){this.currentScope().defineIdentifier(e.id,new xe.ImportBindingDefinition(e.id,e,e)),e.moduleReference.type===re.AST_NODE_TYPES.TSQualifiedName?this.visit(e.moduleReference.left):this.visit(e.moduleReference)}TSEmptyBodyFunctionExpression(e){this.visitFunction(e)}TSEnumDeclaration(e){this.currentScope().defineIdentifier(e.id,new xe.TSEnumNameDefinition(e.id,e)),this.scopeManager.nestTSEnumScope(e),this.currentScope().defineIdentifier(e.id,new xe.TSEnumNameDefinition(e.id,e));for(const n of e.members){if(n.id.type===re.AST_NODE_TYPES.Literal&&typeof n.id.value=="string"){const i=n.id;this.currentScope().defineLiteralIdentifier(i,new xe.TSEnumMemberDefinition(i,n))}else!n.computed&&n.id.type===re.AST_NODE_TYPES.Identifier&&this.currentScope().defineIdentifier(n.id,new xe.TSEnumMemberDefinition(n.id,n));this.visit(n.initializer)}this.close(e)}TSInstantiationExpression(e){this.visitChildren(e,["typeArguments"]),this.visitType(e.typeArguments)}TSInterfaceDeclaration(e){this.visitType(e)}TSModuleDeclaration(e){e.id.type===re.AST_NODE_TYPES.Identifier&&!e.global&&this.currentScope().defineIdentifier(e.id,new xe.TSModuleNameDefinition(e.id,e)),this.scopeManager.nestTSModuleScope(e),this.visit(e.body),this.close(e)}TSSatisfiesExpression(e){this.visitTypeAssertion(e)}TSTypeAliasDeclaration(e){this.visitType(e)}TSTypeAssertion(e){this.visitTypeAssertion(e)}UpdateExpression(e){bc.PatternVisitor.isPattern(e.argument)?this.visitPattern(e.argument,n=>{this.currentScope().referenceValue(n,Et.ReferenceFlag.ReadWrite,null)}):this.visitChildren(e)}VariableDeclaration(e){const n=e.kind==="var"?this.currentScope().variableScope:this.currentScope();for(const i of e.declarations){const s=i.init;this.visitPattern(i.id,(l,p)=>{n.defineIdentifier(l,new xe.VariableDefinition(l,i,e)),this.referencingDefaultValue(l,p.assignments,null,!0),s&&this.currentScope().referenceValue(l,Et.ReferenceFlag.Write,s,null,!0)},{processRightHandNodes:!0}),this.visit(i.init),this.visitType(i.id.typeAnnotation)}}WithStatement(e){this.visit(e.object),this.scopeManager.nestWithScope(e),this.visit(e.body),this.close(e)}ImportAttribute(){}}Gn.Referencer=av,dn=new WeakMap,Tn=new WeakMap,fs=new WeakMap,Es=new WeakMap,ds=new WeakMap,function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.Referencer=void 0;var e=Gn;Object.defineProperty(t,"Referencer",{enumerable:!0,get:function(){return e.Referencer}})}(Ql);var Pn={},Ts={};Object.defineProperty(Ts,"__esModule",{value:!0}),Ts.ClassStaticBlockScope=void 0;const lv=Q,cv=X;class uv extends lv.ScopeBase{static{u(this,"ClassStaticBlockScope")}constructor(e,n,i){super(e,cv.ScopeType.classStaticBlock,n,i,!1)}}Ts.ClassStaticBlockScope=uv;var pv=S&&S.__classPrivateFieldSet||function(t,e,n,i,s){if(i==="m")throw new TypeError("Private method is not writable");if(i==="a"&&!s)throw new TypeError("Private accessor was defined without a setter");if(typeof e=="function"?t!==e||!s:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return i==="a"?s.call(t,n):s?s.value=n:e.set(t,n),n},mo=S&&S.__classPrivateFieldGet||function(t,e,n,i){if(n==="a"&&!i)throw new TypeError("Private accessor was defined without a getter");if(typeof e=="function"?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return n==="m"?i:n==="a"?i.call(t):i?i.value:e.get(t)},Xt;Object.defineProperty(Pn,"__esModule",{value:!0}),Pn.ScopeManager=void 0;const ne=Xe,ie=Ui,fv=an,Ev=Ts;class dv{static{u(this,"ScopeManager")}get variables(){const e=new Set;function n(i){i.variables.forEach(s=>e.add(s)),i.childScopes.forEach(n)}return u(n,"recurse"),this.scopes.forEach(n),Array.from(e).sort((i,s)=>i.$id-s.$id)}constructor(e){Xt.set(this,void 0),this.scopes=[],this.globalScope=null,this.nodeToScope=new WeakMap,this.currentScope=null,pv(this,Xt,e,"f"),this.declaredVariables=new WeakMap}isGlobalReturn(){return mo(this,Xt,"f").globalReturn===!0}isModule(){return mo(this,Xt,"f").sourceType==="module"}isImpliedStrict(){return mo(this,Xt,"f").impliedStrict===!0}isStrictModeSupported(){return!0}isES6(){return!0}getDeclaredVariables(e){return this.declaredVariables.get(e)??[]}acquire(e,n=!1){function i(l){return!(l.type===ie.ScopeType.function&&l.functionExpressionScope)}u(i,"predicate");const s=this.nodeToScope.get(e);if(!s||s.length===0)return null;if(s.length===1)return s[0];if(n){for(let l=s.length-1;l>=0;--l){const p=s[l];if(i(p))return p}return null}return s.find(i)??null}nestScope(e){return e instanceof ie.GlobalScope&&((0,ne.assert)(this.currentScope==null),this.globalScope=e),this.currentScope=e,e}nestBlockScope(e){return(0,ne.assert)(this.currentScope),this.nestScope(new ie.BlockScope(this,this.currentScope,e))}nestCatchScope(e){return(0,ne.assert)(this.currentScope),this.nestScope(new ie.CatchScope(this,this.currentScope,e))}nestClassScope(e){return(0,ne.assert)(this.currentScope),this.nestScope(new ie.ClassScope(this,this.currentScope,e))}nestClassFieldInitializerScope(e){return(0,ne.assert)(this.currentScope),this.nestScope(new fv.ClassFieldInitializerScope(this,this.currentScope,e))}nestClassStaticBlockScope(e){return(0,ne.assert)(this.currentScope),this.nestScope(new Ev.ClassStaticBlockScope(this,this.currentScope,e))}nestConditionalTypeScope(e){return(0,ne.assert)(this.currentScope),this.nestScope(new ie.ConditionalTypeScope(this,this.currentScope,e))}nestForScope(e){return(0,ne.assert)(this.currentScope),this.nestScope(new ie.ForScope(this,this.currentScope,e))}nestFunctionExpressionNameScope(e){return(0,ne.assert)(this.currentScope),this.nestScope(new ie.FunctionExpressionNameScope(this,this.currentScope,e))}nestFunctionScope(e,n){return(0,ne.assert)(this.currentScope),this.nestScope(new ie.FunctionScope(this,this.currentScope,e,n))}nestFunctionTypeScope(e){return(0,ne.assert)(this.currentScope),this.nestScope(new ie.FunctionTypeScope(this,this.currentScope,e))}nestGlobalScope(e){return this.nestScope(new ie.GlobalScope(this,e))}nestMappedTypeScope(e){return(0,ne.assert)(this.currentScope),this.nestScope(new ie.MappedTypeScope(this,this.currentScope,e))}nestModuleScope(e){return(0,ne.assert)(this.currentScope),this.nestScope(new ie.ModuleScope(this,this.currentScope,e))}nestSwitchScope(e){return(0,ne.assert)(this.currentScope),this.nestScope(new ie.SwitchScope(this,this.currentScope,e))}nestTSEnumScope(e){return(0,ne.assert)(this.currentScope),this.nestScope(new ie.TSEnumScope(this,this.currentScope,e))}nestTSModuleScope(e){return(0,ne.assert)(this.currentScope),this.nestScope(new ie.TSModuleScope(this,this.currentScope,e))}nestTypeScope(e){return(0,ne.assert)(this.currentScope),this.nestScope(new ie.TypeScope(this,this.currentScope,e))}nestWithScope(e){return(0,ne.assert)(this.currentScope),this.nestScope(new ie.WithScope(this,this.currentScope,e))}}Pn.ScopeManager=dv,Xt=new WeakMap,Object.defineProperty(Nn,"__esModule",{value:!0}),Nn.analyze=void 0;const Tv=lo,Pv=Ql,mv=Pn,qt={childVisitorKeys:Tv.visitorKeys,globalReturn:!1,impliedStrict:!1,jsxPragma:"React",jsxFragmentName:null,lib:["es2018"],sourceType:"script",emitDecoratorMetadata:!1};function yv(t,e){const n={childVisitorKeys:e?.childVisitorKeys??qt.childVisitorKeys,globalReturn:e?.globalReturn??qt.globalReturn,impliedStrict:e?.impliedStrict??qt.impliedStrict,jsxPragma:e?.jsxPragma===void 0?qt.jsxPragma:e.jsxPragma,jsxFragmentName:e?.jsxFragmentName??qt.jsxFragmentName,sourceType:e?.sourceType??qt.sourceType,lib:e?.lib??["esnext"],emitDecoratorMetadata:!1};n.lib=n.lib.map(l=>l.toLowerCase());const i=new mv.ScopeManager(n);return new Pv.Referencer(n,i).visit(t),i}u(yv,"analyze"),Nn.analyze=yv,function(t){var e=S&&S.__createBinding||(Object.create?function(a,c,E,f){f===void 0&&(f=E);var T=Object.getOwnPropertyDescriptor(c,E);(!T||("get"in T?!c.__esModule:T.writable||T.configurable))&&(T={enumerable:!0,get:function(){return c[E]}}),Object.defineProperty(a,f,T)}:function(a,c,E,f){f===void 0&&(f=E),a[f]=c[E]}),n=S&&S.__exportStar||function(a,c){for(var E in a)E!=="default"&&!Object.prototype.hasOwnProperty.call(c,E)&&e(c,a,E)};Object.defineProperty(t,"__esModule",{value:!0}),t.ScopeManager=t.PatternVisitor=t.Visitor=t.Reference=t.analyze=void 0;var i=Nn;Object.defineProperty(t,"analyze",{enumerable:!0,get:function(){return i.analyze}}),n(qe,t);var s=Ue;Object.defineProperty(t,"Reference",{enumerable:!0,get:function(){return s.Reference}});var l=ut;Object.defineProperty(t,"Visitor",{enumerable:!0,get:function(){return l.Visitor}});var p=Gt;Object.defineProperty(t,"PatternVisitor",{enumerable:!0,get:function(){return p.PatternVisitor}}),n(Ui,t);var d=Pn;Object.defineProperty(t,"ScopeManager",{enumerable:!0,get:function(){return d.ScopeManager}}),n(Ii,t)}(Jl);var hv=S&&S.__createBinding||(Object.create?function(t,e,n,i){i===void 0&&(i=n);var s=Object.getOwnPropertyDescriptor(e,n);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return e[n]}}),Object.defineProperty(t,i,s)}:function(t,e,n,i){i===void 0&&(i=n),t[i]=e[n]}),_v=S&&S.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),bv=S&&S.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var n in t)n!=="default"&&Object.prototype.hasOwnProperty.call(t,n)&&hv(e,t,n);return _v(e,t),e};Object.defineProperty(kn,"__esModule",{value:!0}),kn.Scope=void 0;const gc=bv(Jl);var vc;(function(t){t.ScopeType=gc.ScopeType,t.DefinitionType=gc.DefinitionType})(vc||(kn.Scope=vc={}));var Ps={};Object.defineProperty(Ps,"__esModule",{value:!0}),Ps.SourceCode=void 0;const gv=vs;class vv extends gv.SourceCode{static{u(this,"SourceCode")}}Ps.SourceCode=vv,function(t){var e=S&&S.__createBinding||(Object.create?function(i,s,l,p){p===void 0&&(p=l);var d=Object.getOwnPropertyDescriptor(s,l);(!d||("get"in d?!s.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:function(){return s[l]}}),Object.defineProperty(i,p,d)}:function(i,s,l,p){p===void 0&&(p=l),i[p]=s[l]}),n=S&&S.__exportStar||function(i,s){for(var l in i)l!=="default"&&!Object.prototype.hasOwnProperty.call(s,l)&&e(s,i,l)};Object.defineProperty(t,"__esModule",{value:!0}),n(Gl,t),n(Wl,t),n(Hl,t),n(Fn,t),n(Kl,t),n(Xl,t),n(ql,t),n(zl,t),n($n,t),n(kn,t),n(Ps,t)}(jl);var Sc={},ms={};Object.defineProperty(ms,"__esModule",{value:!0}),ms.isArray=void 0;function Sv(t){return Array.isArray(t)}u(Sv,"isArray"),ms.isArray=Sv,function(t){var e=S&&S.__createBinding||(Object.create?function(i,s,l,p){p===void 0&&(p=l);var d=Object.getOwnPropertyDescriptor(s,l);(!d||("get"in d?!s.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:function(){return s[l]}}),Object.defineProperty(i,p,d)}:function(i,s,l,p){p===void 0&&(p=l),i[p]=s[l]}),n=S&&S.__exportStar||function(i,s){for(var l in i)l!=="default"&&!Object.prototype.hasOwnProperty.call(s,l)&&e(s,i,l)};Object.defineProperty(t,"__esModule",{value:!0}),n(ms,t)}(Sc),function(t){var e=S&&S.__createBinding||(Object.create?function(E,f,T,h){h===void 0&&(h=T);var y=Object.getOwnPropertyDescriptor(f,T);(!y||("get"in y?!f.__esModule:y.writable||y.configurable))&&(y={enumerable:!0,get:function(){return f[T]}}),Object.defineProperty(E,h,y)}:function(E,f,T,h){h===void 0&&(h=T),E[h]=f[T]}),n=S&&S.__setModuleDefault||(Object.create?function(E,f){Object.defineProperty(E,"default",{enumerable:!0,value:f})}:function(E,f){E.default=f}),i=S&&S.__importStar||function(E){if(E&&E.__esModule)return E;var f={};if(E!=null)for(var T in E)T!=="default"&&Object.prototype.hasOwnProperty.call(E,T)&&e(f,E,T);return n(f,E),f},s=S&&S.__exportStar||function(E,f){for(var T in E)T!=="default"&&!Object.prototype.hasOwnProperty.call(f,T)&&e(f,E,T)};Object.defineProperty(t,"__esModule",{value:!0}),t.TSUtils=t.TSESLint=t.JSONSchema=t.ESLintUtils=t.ASTUtils=void 0;const l=i(Al);t.ASTUtils=l;const p=i(xl);t.ESLintUtils=p;const d=i(Bl);t.JSONSchema=d;const a=i(jl);t.TSESLint=a;const c=i(Sc);t.TSUtils=c,s(so,t)}(Ll);const Yv=Ll.ESLintUtils.RuleCreator(t=>t),Lv={preferArrowFunction:"Prefer arrow function"},Av=Yv({name:"prefer-arrow-functions",meta:{type:"suggestion",docs:{description:"Prefer arrow functions when possible"},fixable:"code",schema:[],messages:Lv},defaultOptions:[],create:t=>{const e=new Set,n=["prototype","name","length"],i=u(c=>{if(c.generator||e.has(c))return!1;const{parent:E}=c;if((E.type==="Property"||E.type==="MethodDefinition")&&(E.kind==="set"||E.kind==="get"||E.kind==="constructor")||t.sourceCode.getScope(c).set.get("arguments").references.length>0)return!1;let h=[];if(c.type==="FunctionDeclaration"&&c.id){const[y]=t.sourceCode.getDeclaredVariables(c),[_]=y.references;if(_&&c.range[0]>_.identifier.range[0])return!1;h=y.references}else if(c.type==="FunctionExpression"){const[y]=t.sourceCode.getDeclaredVariables(c);if(y&&h.push(...y.references),c.parent.type==="VariableDeclarator"){const[_]=t.sourceCode.getDeclaredVariables(c.parent);h.push(..._.references.slice(1))}}for(const{identifier:y}of h)if(y.parent.type==="MemberExpression"&&y.parent.property.type==="Identifier"&&n.includes(y.parent.property.name))return!1;return!0},"isConvertable"),s=u(c=>{let E=t.sourceCode.getScope(c);for(;E&&E.block.type!=="FunctionDeclaration"&&E.block.type!=="FunctionExpression";)E=E.upper;return E?.block},"getNearestFunction"),l=u((c,E)=>{const f=t.sourceCode.getFirstToken(c,{filter:T=>T.type==="Keyword"&&T.value==="function"});return f?[E.remove(f)]:[]},"removeFunctionToken"),p=u((c,E)=>{const f=t.sourceCode.getTokenBefore(c.body);return[E.insertTextAfter(f,"=>")]},"insertArrow"),d=u((c,E)=>{const f=t.sourceCode.getFirstToken(c.parent,{filter:h=>h.type==="Identifier"&&h.value==="async"}),T=t.sourceCode.getTokenAfter(f,{includeComments:!0});return[E.removeRange([f.range[0],T.range[0]]),E.insertTextBefore(c,"async")]},"moveAsyncToken"),a=u((c,E)=>[E.insertTextBefore(c,"("),E.insertTextAfter(c,")")],"wrapInParentheses");return{ThisExpression:c=>{e.add(s(c))},Super:c=>{e.add(s(c))},MetaProperty:c=>{c.meta.name==="new"&&c.property.name==="target"&&e.add(s(c))},"FunctionExpression:exit":c=>{i(c)&&t.report({node:c,messageId:"preferArrowFunction",fix:E=>{const f=[...p(c,E)],{parent:T}=c;if(T.type==="Property"&&T.method||T.type==="MethodDefinition"&&T.kind==="method")f.push(E.insertTextBefore(c,T.type==="Property"?":":"=")),c.async&&f.push(...d(c,E));else if(f.push(...l(c,E)),c.id&&f.push(E.remove(c.id)),T.type==="LogicalExpression"){const y=t.sourceCode.getTokenBefore(c),_=t.sourceCode.getTokenAfter(c);y?.value==="("&&_?.value===")"||f.push(...a(c,E))}return f}})},"FunctionDeclaration:exit":c=>{i(c)&&t.report({node:c,messageId:"preferArrowFunction",fix:E=>{const f=[...p(c,E),...l(c,E)];if(c.id){const _=t.sourceCode.getText(c.id);f.push(E.remove(c.id),E.insertTextBefore(c,`const ${_}=`))}const{parent:T}=c;if(T.type==="ExportDefaultDeclaration"&&c.id){const _=t.sourceCode.getFirstToken(T,{filter:V=>V.type==="Keyword"&&V.value==="export"}),v=t.sourceCode.getTokenAfter(_,{filter:V=>V.type==="Keyword"&&V.value==="default"}),Y=[_.range[0],v.range[1]],M=t.sourceCode.text.slice(...Y);f.push(E.removeRange(Y),E.insertTextAfter(c,`;${M} ${c.id.name}`))}const h=t.sourceCode.getTokenAfter(c,{includeComments:!0});return h&&!t.sourceCode.isSpaceBetween(c,h)&&f.push(E.insertTextAfter(c,";")),f}})}}}}),Yc={meta:{name:"pvtnbr/custom-rules",version:dT},rules:{"prefer-arrow-functions":Av},configs:{base:{rules:{"pvtnbr/prefer-arrow-functions":"error"}}}},Cv=F({plugins:{pvtnbr:Yc},rules:Yc.configs.base.rules}),Lc=u(t=>[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"}}),pT,fu,Ss,au,lu,...pu,...sT,Eu,cu,...du,...Jd,...zd(t),...iT,...rT,nT,fT,aT,...eT(),Qd,Cv].filter(Boolean),"pvtnbr");var wv=Lc();export{F as d,wv as i,ET as n,Lc as p};
|