lintroll 0.0.0 → 1.4.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.
@@ -0,0 +1,14 @@
1
+ "use strict";var Gc=require("@eslint/js"),mn=require("globals"),Do=require("confusing-browser-globals"),Wc=require("module"),Fo=require("@eslint-community/eslint-plugin-eslint-comments"),Hc=require("@stylistic/eslint-plugin"),hs=require("url"),Pt=require("eslint-plugin-import-x"),_s=require("@typescript-eslint/eslint-plugin"),Kc=require("@typescript-eslint/parser"),$o=require("eslint-plugin-regexp"),ko=require("node:fs"),No=require("eslint-plugin-n"),Bo=require("node:path"),jo=require("./index-BsUJzcDL.cjs");require("node:fs/promises");var qc=require("tty"),Xc=require("os"),zc=require("util"),Jc=require("node:url"),Go=require("eslint-plugin-promise"),Wo=require("eslint-plugin-markdown"),yn=require("eslint-plugin-jsonc"),bs=require("eslint-plugin-yml"),Qc=require("yaml-eslint-parser"),Ho=require("eslint-plugin-no-use-extend-native"),Ko=require("eslint-plugin-unicorn"),rr=require("eslint-plugin-react"),qo=require("eslint-plugin-react-hooks"),Zc=require("get-tsconfig"),Xo=require("fs"),Ze=require("eslint-plugin-vue"),eu=require("vue-eslint-parser"),zo=require("eslint/use-at-your-own-risk"),vs=require("eslint");const tu=["files","ignores","languageOptions","linterOptions","plugins","rules","settings"],Jo=t=>{for(const e of tu){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)},D=t=>Array.isArray(t)?t.map(Jo):Jo(t),Qo=Wc.createRequire(`${process.cwd()}/`),je=t=>{try{return Qo.resolve(t),!0}catch{}return!1},ru=t=>Object.keys(Qo(t)),gs=D({languageOptions:{globals:mn["shared-node-browser"]},rules:{...Gc.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",...Do],"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:[...je("manten")?["test","describe","runTestSuite","onFinish","fixture"]:[],...je("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"}}),nu=D({files:["**/*.sw.{js,ts}"],languageOptions:{globals:mn.serviceworker},rules:{"no-restricted-globals":["error",...Do.filter(t=>t!=="self")]}}),iu=D({plugins:{"@eslint-community/eslint-comments":Fo},rules:{...Fo.configs.recommended.rules,"@eslint-community/eslint-comments/no-unused-enable":"off"}}),su=D({plugins:{"@stylistic":Hc},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"]}}),ou=hs.fileURLToPath((void 0)("#pkg-maps-resolver")),Zo=D({plugins:{"import-x":Pt},settings:{"import-x/ignore":["node_modules","\\.(css|svg|json)$"],"import-x/resolver":{node:{},[ou]:{}}},rules:{...Pt.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"}}),au=[Zo,D({files:["**/src/**/*"],rules:{"import-x/no-dynamic-require":"error"}})],[,ea]=Zo.rules["import-x/no-extraneous-dependencies"],lu=D({files:["**/*.{ts,tsx,mts,cts}"],languageOptions:{parser:Kc,parserOptions:{ecmaVersion:"latest"}},settings:Pt.configs.typescript.settings}),cu=D({files:["**/*.{ts,tsx,mts,cts}"],plugins:{"@typescript-eslint":_s},settings:{...Pt.configs.typescript.settings,"import-x/resolver":{...Pt.configs.typescript.settings["import-x/resolver"],typescript:{}}},rules:{..._s.configs["eslint-recommended"].overrides[0].rules,..._s.configs.recommended.rules,...Pt.configs.typescript.rules,"@stylistic/member-delimiter-style":"error","@typescript-eslint/no-shadow":gs.rules["no-shadow"],"@typescript-eslint/no-unused-vars":["error",{...gs.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",{...ea,devDependencies:ea.devDependencies.map(t=>t.replace(".js",".{js,ts}"))}],"unicorn/consistent-destructuring":"off","unicorn/no-array-callback-reference":"off","unicorn/no-useless-undefined":"off"}}),uu=[D({plugins:{regexp:$o},rules:$o.configs.recommended.rules})];var g=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function pu(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var Ss={},nr={},hn={};Object.defineProperty(hn,"__esModule",{value:!0}),hn.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,hn.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 ta={},ir={};Object.defineProperty(ir,"__esModule",{value:!0}),ir.isIdentifierChar=sa,ir.isIdentifierName=Tu,ir.isIdentifierStart=ia;let Ys="\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",ra="\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 fu=new RegExp("["+Ys+"]"),Eu=new RegExp("["+Ys+ra+"]");Ys=ra=null;const na=[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],du=[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 Ls(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}function ia(t){return t<65?t===36:t<=90?!0:t<97?t===95:t<=122?!0:t<=65535?t>=170&&fu.test(String.fromCharCode(t)):Ls(t,na)}function sa(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&&Eu.test(String.fromCharCode(t)):Ls(t,na)||Ls(t,du)}function Tu(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,!ia(i))return!1}else if(!sa(i))return!1}return!e}var et={};Object.defineProperty(et,"__esModule",{value:!0}),et.isKeyword=_u,et.isReservedWord=oa,et.isStrictBindOnlyReservedWord=la,et.isStrictBindReservedWord=hu,et.isStrictReservedWord=aa;const As={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"]},Pu=new Set(As.keyword),mu=new Set(As.strict),yu=new Set(As.strictBind);function oa(t,e){return e&&t==="await"||t==="enum"}function aa(t,e){return oa(t,e)||mu.has(t)}function la(t){return yu.has(t)}function hu(t,e){return aa(t,e)||la(t)}function _u(t){return Pu.has(t)}(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=ir,n=et})(ta);var Cs={exports:{}};let bu=qc,vu=!("NO_COLOR"in process.env||process.argv.includes("--no-color"))&&("FORCE_COLOR"in process.env||process.argv.includes("--color")||process.platform==="win32"||bu.isatty(1)&&process.env.TERM!=="dumb"||"CI"in process.env),H=(t,e,n=t)=>i=>{let s=""+i,l=s.indexOf(e,t.length);return~l?t+ca(s,e,n,l)+e:t+s+e},ca=(t,e,n,i)=>{let s=t.substring(0,i)+n,l=t.substring(i+e.length),u=l.indexOf(e);return~u?s+ca(l,e,n,u):s+l},ua=(t=vu)=>({isColorSupported:t,reset:t?e=>`\x1B[0m${e}\x1B[0m`:String,bold:t?H("\x1B[1m","\x1B[22m","\x1B[22m\x1B[1m"):String,dim:t?H("\x1B[2m","\x1B[22m","\x1B[22m\x1B[2m"):String,italic:t?H("\x1B[3m","\x1B[23m"):String,underline:t?H("\x1B[4m","\x1B[24m"):String,inverse:t?H("\x1B[7m","\x1B[27m"):String,hidden:t?H("\x1B[8m","\x1B[28m"):String,strikethrough:t?H("\x1B[9m","\x1B[29m"):String,black:t?H("\x1B[30m","\x1B[39m"):String,red:t?H("\x1B[31m","\x1B[39m"):String,green:t?H("\x1B[32m","\x1B[39m"):String,yellow:t?H("\x1B[33m","\x1B[39m"):String,blue:t?H("\x1B[34m","\x1B[39m"):String,magenta:t?H("\x1B[35m","\x1B[39m"):String,cyan:t?H("\x1B[36m","\x1B[39m"):String,white:t?H("\x1B[37m","\x1B[39m"):String,gray:t?H("\x1B[90m","\x1B[39m"):String,bgBlack:t?H("\x1B[40m","\x1B[49m"):String,bgRed:t?H("\x1B[41m","\x1B[49m"):String,bgGreen:t?H("\x1B[42m","\x1B[49m"):String,bgYellow:t?H("\x1B[43m","\x1B[49m"):String,bgBlue:t?H("\x1B[44m","\x1B[49m"):String,bgMagenta:t?H("\x1B[45m","\x1B[49m"):String,bgCyan:t?H("\x1B[46m","\x1B[49m"):String,bgWhite:t?H("\x1B[47m","\x1B[49m"):String});Cs.exports=ua(),Cs.exports.createColors=ua;var pa=Cs.exports,ws={exports:{}},Vs,fa;function gu(){if(fa)return Vs;fa=1;var t=/[|\\{}()[\]^$+*?.]/g;return Vs=function(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(t,"\\$&")},Vs}var _n={exports:{}},Os={exports:{}},Ms,Ea;function Su(){return Ea||(Ea=1,Ms={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]}),Ms}var da;function Ta(){if(da)return Os.exports;da=1;var t=Su(),e={};for(var n in t)t.hasOwnProperty(n)&&(e[t[n]]=n);var i=Os.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,u=i[s].labels;delete i[s].channels,delete i[s].labels,Object.defineProperty(i[s],"channels",{value:l}),Object.defineProperty(i[s],"labels",{value:u})}i.rgb.hsl=function(a){var c=a[0]/255,f=a[1]/255,p=a[2]/255,d=Math.min(c,f,p),y=Math.max(c,f,p),m=y-d,h,v,S;return y===d?h=0:c===y?h=(f-p)/m:f===y?h=2+(p-c)/m:p===y&&(h=4+(c-f)/m),h=Math.min(h*60,360),h<0&&(h+=360),S=(d+y)/2,y===d?v=0:S<=.5?v=m/(y+d):v=m/(2-y-d),[h,v*100,S*100]},i.rgb.hsv=function(a){var c,f,p,d,y,m=a[0]/255,h=a[1]/255,v=a[2]/255,S=Math.max(m,h,v),O=S-Math.min(m,h,v),w=function(F){return(S-F)/6/O+1/2};return O===0?d=y=0:(y=O/S,c=w(m),f=w(h),p=w(v),m===S?d=p-f:h===S?d=1/3+c-p:v===S&&(d=2/3+f-c),d<0?d+=1:d>1&&(d-=1)),[d*360,y*100,S*100]},i.rgb.hwb=function(a){var c=a[0],f=a[1],p=a[2],d=i.rgb.hsl(a)[0],y=1/255*Math.min(c,Math.min(f,p));return p=1-1/255*Math.max(c,Math.max(f,p)),[d,y*100,p*100]},i.rgb.cmyk=function(a){var c=a[0]/255,f=a[1]/255,p=a[2]/255,d,y,m,h;return h=Math.min(1-c,1-f,1-p),d=(1-c-h)/(1-h)||0,y=(1-f-h)/(1-h)||0,m=(1-p-h)/(1-h)||0,[d*100,y*100,m*100,h*100]};function E(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 i.rgb.keyword=function(a){var c=e[a];if(c)return c;var f=1/0,p;for(var d in t)if(t.hasOwnProperty(d)){var y=t[d],m=E(a,y);m<f&&(f=m,p=d)}return p},i.keyword.rgb=function(a){return t[a]},i.rgb.xyz=function(a){var c=a[0]/255,f=a[1]/255,p=a[2]/255;c=c>.04045?Math.pow((c+.055)/1.055,2.4):c/12.92,f=f>.04045?Math.pow((f+.055)/1.055,2.4):f/12.92,p=p>.04045?Math.pow((p+.055)/1.055,2.4):p/12.92;var d=c*.4124+f*.3576+p*.1805,y=c*.2126+f*.7152+p*.0722,m=c*.0193+f*.1192+p*.9505;return[d*100,y*100,m*100]},i.rgb.lab=function(a){var c=i.rgb.xyz(a),f=c[0],p=c[1],d=c[2],y,m,h;return f/=95.047,p/=100,d/=108.883,f=f>.008856?Math.pow(f,1/3):7.787*f+16/116,p=p>.008856?Math.pow(p,1/3):7.787*p+16/116,d=d>.008856?Math.pow(d,1/3):7.787*d+16/116,y=116*p-16,m=500*(f-p),h=200*(p-d),[y,m,h]},i.hsl.rgb=function(a){var c=a[0]/360,f=a[1]/100,p=a[2]/100,d,y,m,h,v;if(f===0)return v=p*255,[v,v,v];p<.5?y=p*(1+f):y=p+f-p*f,d=2*p-y,h=[0,0,0];for(var S=0;S<3;S++)m=c+1/3*-(S-1),m<0&&m++,m>1&&m--,6*m<1?v=d+(y-d)*6*m:2*m<1?v=y:3*m<2?v=d+(y-d)*(2/3-m)*6:v=d,h[S]=v*255;return h},i.hsl.hsv=function(a){var c=a[0],f=a[1]/100,p=a[2]/100,d=f,y=Math.max(p,.01),m,h;return p*=2,f*=p<=1?p:2-p,d*=y<=1?y:2-y,h=(p+f)/2,m=p===0?2*d/(y+d):2*f/(p+f),[c,m*100,h*100]},i.hsv.rgb=function(a){var c=a[0]/60,f=a[1]/100,p=a[2]/100,d=Math.floor(c)%6,y=c-Math.floor(c),m=255*p*(1-f),h=255*p*(1-f*y),v=255*p*(1-f*(1-y));switch(p*=255,d){case 0:return[p,v,m];case 1:return[h,p,m];case 2:return[m,p,v];case 3:return[m,h,p];case 4:return[v,m,p];case 5:return[p,m,h]}},i.hsv.hsl=function(a){var c=a[0],f=a[1]/100,p=a[2]/100,d=Math.max(p,.01),y,m,h;return h=(2-f)*p,y=(2-f)*d,m=f*d,m/=y<=1?y:2-y,m=m||0,h/=2,[c,m*100,h*100]},i.hwb.rgb=function(a){var c=a[0]/360,f=a[1]/100,p=a[2]/100,d=f+p,y,m,h,v;d>1&&(f/=d,p/=d),y=Math.floor(6*c),m=1-p,h=6*c-y,y&1&&(h=1-h),v=f+h*(m-f);var S,O,w;switch(y){default:case 6:case 0:S=m,O=v,w=f;break;case 1:S=v,O=m,w=f;break;case 2:S=f,O=m,w=v;break;case 3:S=f,O=v,w=m;break;case 4:S=v,O=f,w=m;break;case 5:S=m,O=f,w=v;break}return[S*255,O*255,w*255]},i.cmyk.rgb=function(a){var c=a[0]/100,f=a[1]/100,p=a[2]/100,d=a[3]/100,y,m,h;return y=1-Math.min(1,c*(1-d)+d),m=1-Math.min(1,f*(1-d)+d),h=1-Math.min(1,p*(1-d)+d),[y*255,m*255,h*255]},i.xyz.rgb=function(a){var c=a[0]/100,f=a[1]/100,p=a[2]/100,d,y,m;return d=c*3.2406+f*-1.5372+p*-.4986,y=c*-.9689+f*1.8758+p*.0415,m=c*.0557+f*-.204+p*1.057,d=d>.0031308?1.055*Math.pow(d,1/2.4)-.055:d*12.92,y=y>.0031308?1.055*Math.pow(y,1/2.4)-.055:y*12.92,m=m>.0031308?1.055*Math.pow(m,1/2.4)-.055:m*12.92,d=Math.min(Math.max(0,d),1),y=Math.min(Math.max(0,y),1),m=Math.min(Math.max(0,m),1),[d*255,y*255,m*255]},i.xyz.lab=function(a){var c=a[0],f=a[1],p=a[2],d,y,m;return c/=95.047,f/=100,p/=108.883,c=c>.008856?Math.pow(c,1/3):7.787*c+16/116,f=f>.008856?Math.pow(f,1/3):7.787*f+16/116,p=p>.008856?Math.pow(p,1/3):7.787*p+16/116,d=116*f-16,y=500*(c-f),m=200*(f-p),[d,y,m]},i.lab.xyz=function(a){var c=a[0],f=a[1],p=a[2],d,y,m;y=(c+16)/116,d=f/500+y,m=y-p/200;var h=Math.pow(y,3),v=Math.pow(d,3),S=Math.pow(m,3);return y=h>.008856?h:(y-16/116)/7.787,d=v>.008856?v:(d-16/116)/7.787,m=S>.008856?S:(m-16/116)/7.787,d*=95.047,y*=100,m*=108.883,[d,y,m]},i.lab.lch=function(a){var c=a[0],f=a[1],p=a[2],d,y,m;return d=Math.atan2(p,f),y=d*360/2/Math.PI,y<0&&(y+=360),m=Math.sqrt(f*f+p*p),[c,m,y]},i.lch.lab=function(a){var c=a[0],f=a[1],p=a[2],d,y,m;return m=p/360*2*Math.PI,d=f*Math.cos(m),y=f*Math.sin(m),[c,d,y]},i.rgb.ansi16=function(a){var c=a[0],f=a[1],p=a[2],d=1 in arguments?arguments[1]:i.rgb.hsv(a)[2];if(d=Math.round(d/50),d===0)return 30;var y=30+(Math.round(p/255)<<2|Math.round(f/255)<<1|Math.round(c/255));return d===2&&(y+=60),y},i.hsv.ansi16=function(a){return i.rgb.ansi16(i.hsv.rgb(a),a[2])},i.rgb.ansi256=function(a){var c=a[0],f=a[1],p=a[2];if(c===f&&f===p)return c<8?16:c>248?231:Math.round((c-8)/247*24)+232;var d=16+36*Math.round(c/255*5)+6*Math.round(f/255*5)+Math.round(p/255*5);return d},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 f=(~~(a>50)+1)*.5,p=(c&1)*f*255,d=(c>>1&1)*f*255,y=(c>>2&1)*f*255;return[p,d,y]},i.ansi256.rgb=function(a){if(a>=232){var c=(a-232)*10+8;return[c,c,c]}a-=16;var f,p=Math.floor(a/36)/5*255,d=Math.floor((f=a%36)/6)/5*255,y=f%6/5*255;return[p,d,y]},i.rgb.hex=function(a){var c=((Math.round(a[0])&255)<<16)+((Math.round(a[1])&255)<<8)+(Math.round(a[2])&255),f=c.toString(16).toUpperCase();return"000000".substring(f.length)+f},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 f=c[0];c[0].length===3&&(f=f.split("").map(function(h){return h+h}).join(""));var p=parseInt(f,16),d=p>>16&255,y=p>>8&255,m=p&255;return[d,y,m]},i.rgb.hcg=function(a){var c=a[0]/255,f=a[1]/255,p=a[2]/255,d=Math.max(Math.max(c,f),p),y=Math.min(Math.min(c,f),p),m=d-y,h,v;return m<1?h=y/(1-m):h=0,m<=0?v=0:d===c?v=(f-p)/m%6:d===f?v=2+(p-c)/m:v=4+(c-f)/m+4,v/=6,v%=1,[v*360,m*100,h*100]},i.hsl.hcg=function(a){var c=a[1]/100,f=a[2]/100,p=1,d=0;return f<.5?p=2*c*f:p=2*c*(1-f),p<1&&(d=(f-.5*p)/(1-p)),[a[0],p*100,d*100]},i.hsv.hcg=function(a){var c=a[1]/100,f=a[2]/100,p=c*f,d=0;return p<1&&(d=(f-p)/(1-p)),[a[0],p*100,d*100]},i.hcg.rgb=function(a){var c=a[0]/360,f=a[1]/100,p=a[2]/100;if(f===0)return[p*255,p*255,p*255];var d=[0,0,0],y=c%1*6,m=y%1,h=1-m,v=0;switch(Math.floor(y)){case 0:d[0]=1,d[1]=m,d[2]=0;break;case 1:d[0]=h,d[1]=1,d[2]=0;break;case 2:d[0]=0,d[1]=1,d[2]=m;break;case 3:d[0]=0,d[1]=h,d[2]=1;break;case 4:d[0]=m,d[1]=0,d[2]=1;break;default:d[0]=1,d[1]=0,d[2]=h}return v=(1-f)*p,[(f*d[0]+v)*255,(f*d[1]+v)*255,(f*d[2]+v)*255]},i.hcg.hsv=function(a){var c=a[1]/100,f=a[2]/100,p=c+f*(1-c),d=0;return p>0&&(d=c/p),[a[0],d*100,p*100]},i.hcg.hsl=function(a){var c=a[1]/100,f=a[2]/100,p=f*(1-c)+.5*c,d=0;return p>0&&p<.5?d=c/(2*p):p>=.5&&p<1&&(d=c/(2*(1-p))),[a[0],d*100,p*100]},i.hcg.hwb=function(a){var c=a[1]/100,f=a[2]/100,p=c+f*(1-c);return[a[0],(p-c)*100,(1-p)*100]},i.hwb.hcg=function(a){var c=a[1]/100,f=a[2]/100,p=1-f,d=p-c,y=0;return d<1&&(y=(p-d)/(1-d)),[a[0],d*100,y*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,f=(c<<16)+(c<<8)+c,p=f.toString(16).toUpperCase();return"000000".substring(p.length)+p},i.rgb.gray=function(a){var c=(a[0]+a[1]+a[2])/3;return[c/255*100]},Os.exports}var Us,Pa;function Yu(){if(Pa)return Us;Pa=1;var t=Ta();function e(){for(var l={},u=Object.keys(t),E=u.length,a=0;a<E;a++)l[u[a]]={distance:-1,parent:null};return l}function n(l){var u=e(),E=[l];for(u[l].distance=0;E.length;)for(var a=E.pop(),c=Object.keys(t[a]),f=c.length,p=0;p<f;p++){var d=c[p],y=u[d];y.distance===-1&&(y.distance=u[a].distance+1,y.parent=a,E.unshift(d))}return u}function i(l,u){return function(E){return u(l(E))}}function s(l,u){for(var E=[u[l].parent,l],a=t[u[l].parent][l],c=u[l].parent;u[c].parent;)E.unshift(u[c].parent),a=i(t[u[c].parent][c],a),c=u[c].parent;return a.conversion=E,a}return Us=function(l){for(var u=n(l),E={},a=Object.keys(u),c=a.length,f=0;f<c;f++){var p=a[f],d=u[p];d.parent!==null&&(E[p]=s(p,u))}return E},Us}var Rs,ma;function Lu(){if(ma)return Rs;ma=1;var t=Ta(),e=Yu(),n={},i=Object.keys(t);function s(u){var E=function(a){return a==null?a:(arguments.length>1&&(a=Array.prototype.slice.call(arguments)),u(a))};return"conversion"in u&&(E.conversion=u.conversion),E}function l(u){var E=function(a){if(a==null)return a;arguments.length>1&&(a=Array.prototype.slice.call(arguments));var c=u(a);if(typeof c=="object")for(var f=c.length,p=0;p<f;p++)c[p]=Math.round(c[p]);return c};return"conversion"in u&&(E.conversion=u.conversion),E}return i.forEach(function(u){n[u]={},Object.defineProperty(n[u],"channels",{value:t[u].channels}),Object.defineProperty(n[u],"labels",{value:t[u].labels});var E=e(u),a=Object.keys(E);a.forEach(function(c){var f=E[c];n[u][c]=l(f),n[u][c].raw=s(f)})}),Rs=n,Rs}_n.exports;var ya;function Au(){return ya||(ya=1,function(t){const e=Lu(),n=(u,E)=>function(){return`\x1B[${u.apply(e,arguments)+E}m`},i=(u,E)=>function(){const a=u.apply(e,arguments);return`\x1B[${38+E};5;${a}m`},s=(u,E)=>function(){const a=u.apply(e,arguments);return`\x1B[${38+E};2;${a[0]};${a[1]};${a[2]}m`};function l(){const u=new Map,E={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]}};E.color.grey=E.color.gray;for(const f of Object.keys(E)){const p=E[f];for(const d of Object.keys(p)){const y=p[d];E[d]={open:`\x1B[${y[0]}m`,close:`\x1B[${y[1]}m`},p[d]=E[d],u.set(y[0],y[1])}Object.defineProperty(E,f,{value:p,enumerable:!1}),Object.defineProperty(E,"codes",{value:u,enumerable:!1})}const a=f=>f,c=(f,p,d)=>[f,p,d];E.color.close="\x1B[39m",E.bgColor.close="\x1B[49m",E.color.ansi={ansi:n(a,0)},E.color.ansi256={ansi256:i(a,0)},E.color.ansi16m={rgb:s(c,0)},E.bgColor.ansi={ansi:n(a,10)},E.bgColor.ansi256={ansi256:i(a,10)},E.bgColor.ansi16m={rgb:s(c,10)};for(let f of Object.keys(e)){if(typeof e[f]!="object")continue;const p=e[f];f==="ansi16"&&(f="ansi"),"ansi16"in p&&(E.color.ansi[f]=n(p.ansi16,0),E.bgColor.ansi[f]=n(p.ansi16,10)),"ansi256"in p&&(E.color.ansi256[f]=i(p.ansi256,0),E.bgColor.ansi256[f]=i(p.ansi256,10)),"rgb"in p&&(E.color.ansi16m[f]=s(p.rgb,0),E.bgColor.ansi16m[f]=s(p.rgb,10))}return E}Object.defineProperty(t,"exports",{enumerable:!0,get:l})}(_n)),_n.exports}var Is,ha;function Cu(){return ha||(ha=1,Is=(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)}),Is}var xs,_a;function wu(){if(_a)return xs;_a=1;const t=Xc,e=Cu(),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(E){return E===0?!1:{level:E,hasBasic:!0,has256:E>=2,has16m:E>=3}}function l(E){if(i===!1)return 0;if(e("color=16m")||e("color=full")||e("color=truecolor"))return 3;if(e("color=256"))return 2;if(E&&!E.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)}function u(E){const a=l(E);return s(a)}return xs={supportsColor:u,stdout:u(process.stdout),stderr:u(process.stderr)},xs}var Ds,ba;function Vu(){if(ba)return Ds;ba=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}function u(c,f){const p=[],d=f.trim().split(/\s*,\s*/g);let y;for(const m of d)if(!isNaN(m))p.push(Number(m));else if(y=m.match(n))p.push(y[2].replace(i,(h,v,S)=>v?l(v):S));else throw new Error(`Invalid Chalk template style argument: ${m} (in style '${c}')`);return p}function E(c){e.lastIndex=0;const f=[];let p;for(;(p=e.exec(c))!==null;){const d=p[1];if(p[2]){const y=u(d,p[2]);f.push([d].concat(y))}else f.push([d])}return f}function a(c,f){const p={};for(const y of f)for(const m of y.styles)p[m[0]]=y.inverse?null:m.slice(1);let d=c;for(const y of Object.keys(p))if(Array.isArray(p[y])){if(!(y in d))throw new Error(`Unknown Chalk style: ${y}`);p[y].length>0?d=d[y].apply(d,p[y]):d=d[y]}return d}return Ds=(c,f)=>{const p=[],d=[];let y=[];if(f.replace(t,(m,h,v,S,O,w)=>{if(h)y.push(l(h));else if(S){const F=y.join("");y=[],d.push(p.length===0?F:a(c,p)(F)),p.push({inverse:v,styles:E(S)})}else if(O){if(p.length===0)throw new Error("Found extraneous } in Chalk template literal");d.push(a(c,p)(y.join(""))),y=[],p.pop()}else y.push(w)}),d.push(y.join("")),p.length>0){const m=`Chalk template literal is missing ${p.length} closing bracket${p.length===1?"":"s"} (\`}\`)`;throw new Error(m)}return d.join("")},Ds}var va;function Ou(){return va||(va=1,function(t){const e=gu(),n=Au(),i=wu().stdout,s=Vu(),l=process.platform==="win32"&&!(process.env.TERM||"").toLowerCase().startsWith("xterm"),u=["ansi","ansi","ansi256","ansi16m"],E=new Set(["gray"]),a=Object.create(null);function c(h,v){v=v||{};const S=i?i.level:0;h.level=v.level===void 0?S:v.level,h.enabled="enabled"in v?v.enabled:h.level>0}function f(h){if(!this||!(this instanceof f)||this.template){const v={};return c(v,h),v.template=function(){const S=[].slice.call(arguments);return m.apply(null,[v.template].concat(S))},Object.setPrototypeOf(v,f.prototype),Object.setPrototypeOf(v.template,v),v.template.constructor=f,v.template}c(this,h)}l&&(n.blue.open="\x1B[94m");for(const h of Object.keys(n))n[h].closeRe=new RegExp(e(n[h].close),"g"),a[h]={get(){const v=n[h];return d.call(this,this._styles?this._styles.concat(v):[v],this._empty,h)}};a.visible={get(){return d.call(this,this._styles||[],!0,"visible")}},n.color.closeRe=new RegExp(e(n.color.close),"g");for(const h of Object.keys(n.color.ansi))E.has(h)||(a[h]={get(){const v=this.level;return function(){const O={open:n.color[u[v]][h].apply(null,arguments),close:n.color.close,closeRe:n.color.closeRe};return d.call(this,this._styles?this._styles.concat(O):[O],this._empty,h)}}});n.bgColor.closeRe=new RegExp(e(n.bgColor.close),"g");for(const h of Object.keys(n.bgColor.ansi)){if(E.has(h))continue;const v="bg"+h[0].toUpperCase()+h.slice(1);a[v]={get(){const S=this.level;return function(){const w={open:n.bgColor[u[S]][h].apply(null,arguments),close:n.bgColor.close,closeRe:n.bgColor.closeRe};return d.call(this,this._styles?this._styles.concat(w):[w],this._empty,h)}}}}const p=Object.defineProperties(()=>{},a);function d(h,v,S){const O=function(){return y.apply(O,arguments)};O._styles=h,O._empty=v;const w=this;return Object.defineProperty(O,"level",{enumerable:!0,get(){return w.level},set(F){w.level=F}}),Object.defineProperty(O,"enabled",{enumerable:!0,get(){return w.enabled},set(F){w.enabled=F}}),O.hasGrey=this.hasGrey||S==="gray"||S==="grey",O.__proto__=p,O}function y(){const h=arguments,v=h.length;let S=String(arguments[0]);if(v===0)return"";if(v>1)for(let w=1;w<v;w++)S+=" "+h[w];if(!this.enabled||this.level<=0||!S)return this._empty?"":S;const O=n.dim.open;l&&this.hasGrey&&(n.dim.open="");for(const w of this._styles.slice().reverse())S=w.open+S.replace(w.closeRe,w.open)+w.close,S=S.replace(/\r?\n/g,`${w.close}$&${w.open}`);return n.dim.open=O,S}function m(h,v){if(!Array.isArray(v))return[].slice.call(arguments,1).join(" ");const S=[].slice.call(arguments,2),O=[v.raw[0]];for(let w=1;w<v.length;w++)O.push(String(S[w-1]).replace(/[{}\\]/g,"\\$&")),O.push(String(v.raw[w]));return s(h,O.join(""))}Object.defineProperties(f.prototype,a),t.exports=f(),t.exports.supportsColor=i,t.exports.default=t.exports}(ws)),ws.exports}Object.defineProperty(nr,"__esModule",{value:!0}),nr.default=$u,nr.shouldHighlight=wa;var ga=hn,Sa=ta,Fs=Mu(pa,!0);function Ya(t){if(typeof WeakMap!="function")return null;var e=new WeakMap,n=new WeakMap;return(Ya=function(i){return i?n:e})(t)}function Mu(t,e){if(t===null||typeof t!="object"&&typeof t!="function")return{default:t};var n=Ya(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"&&Object.prototype.hasOwnProperty.call(t,l)){var u=s?Object.getOwnPropertyDescriptor(t,l):null;u&&(u.get||u.set)?Object.defineProperty(i,l,u):i[l]=t[l]}return i.default=t,n&&n.set(t,i),i}const La=typeof process=="object"&&(process.env.FORCE_COLOR==="0"||process.env.FORCE_COLOR==="false")?(0,Fs.createColors)(!1):Fs.default,Aa=(t,e)=>n=>t(e(n)),Uu=new Set(["as","async","from","get","of","set"]);function Ru(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:Aa(Aa(t.white,t.bgRed),t.bold)}}const Iu=/\r\n|[\n\r\u2028\u2029]/,xu=/^[()[\]{}]$/;let Ca;{const t=/^[a-z][\w-]*$/i,e=function(n,i,s){if(n.type==="name"){if((0,Sa.isKeyword)(n.value)||(0,Sa.isStrictReservedWord)(n.value,!0)||Uu.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"&&xu.test(n.value)?"bracket":n.type==="invalid"&&(n.value==="@"||n.value==="#")?"punctuator":n.type};Ca=function*(n){let i;for(;i=ga.default.exec(n);){const s=ga.matchToToken(i);yield{type:e(s,i.index,n),value:s.value}}}}function Du(t,e){let n="";for(const{type:i,value:s}of Ca(e)){const l=t[i];l?n+=s.split(Iu).map(u=>l(u)).join(`
3
+ `):n+=s}return n}function wa(t){return La.isColorSupported||t.forceColor}let $s;function Fu(t){if(t){var e;return(e=$s)!=null||($s=(0,Fs.createColors)(!0)),$s}return La}function $u(t,e={}){if(t!==""&&wa(e)){const n=Ru(Fu(e.forceColor));return Du(n,t)}else return t}{let t,e;nr.getChalk=({forceColor:n})=>{var i;if((i=t)!=null||(t=Ou()),n){var s;return(s=e)!=null||(e=new t.constructor({enabled:!0,level:1})),e}return t}}Object.defineProperty(Ss,"__esModule",{value:!0});var ku=Ss.codeFrameColumns=Ia;Ss.default=Hu;var Va=nr,ks=Nu(pa,!0);function Oa(t){if(typeof WeakMap!="function")return null;var e=new WeakMap,n=new WeakMap;return(Oa=function(i){return i?n:e})(t)}function Nu(t,e){if(t===null||typeof t!="object"&&typeof t!="function")return{default:t};var n=Oa(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"&&Object.prototype.hasOwnProperty.call(t,l)){var u=s?Object.getOwnPropertyDescriptor(t,l):null;u&&(u.get||u.set)?Object.defineProperty(i,l,u):i[l]=t[l]}return i.default=t,n&&n.set(t,i),i}const Bu=typeof process=="object"&&(process.env.FORCE_COLOR==="0"||process.env.FORCE_COLOR==="false")?(0,ks.createColors)(!1):ks.default,Ma=(t,e)=>n=>t(e(n));let Ns;function ju(t){if(t){var e;return(e=Ns)!=null||(Ns=(0,ks.createColors)(!0)),Ns}return Bu}let Ua=!1;function Gu(t){return{gutter:t.gray,marker:Ma(t.red,t.bold),message:Ma(t.red,t.bold)}}const Ra=/\r\n|[\n\r\u2028\u2029]/;function Wu(t,e,n){const i=Object.assign({column:0,line:-1},t.start),s=Object.assign({},i,t.end),{linesAbove:l=2,linesBelow:u=3}=n||{},E=i.line,a=i.column,c=s.line,f=s.column;let p=Math.max(E-(l+1),0),d=Math.min(e.length,c+u);E===-1&&(p=0),c===-1&&(d=e.length);const y=c-E,m={};if(y)for(let h=0;h<=y;h++){const v=h+E;if(!a)m[v]=!0;else if(h===0){const S=e[v-1].length;m[v]=[a,S-a+1]}else if(h===y)m[v]=[0,f];else{const S=e[v-h].length;m[v]=[0,S]}}else a===f?a?m[E]=[a,0]:m[E]=!0:m[E]=[a,f-a];return{start:p,end:d,markerLines:m}}function Ia(t,e,n={}){const i=(n.highlightCode||n.forceColor)&&(0,Va.shouldHighlight)(n),s=ju(n.forceColor),l=Gu(s),u=(h,v)=>i?h(v):v,E=t.split(Ra),{start:a,end:c,markerLines:f}=Wu(e,E,n),p=e.start&&typeof e.start.column=="number",d=String(c).length;let m=(i?(0,Va.default)(t,n):t).split(Ra,c).slice(a,c).map((h,v)=>{const S=a+1+v,w=` ${` ${S}`.slice(-d)} |`,F=f[S],se=!f[S+1];if(F){let ce="";if(Array.isArray(F)){const Te=h.slice(0,Math.max(F[0]-1,0)).replace(/[^\t]/g," "),Et=F[1]||1;ce=[`
4
+ `,u(l.gutter,w.replace(/\d/g," "))," ",Te,u(l.marker,"^").repeat(Et)].join(""),se&&n.message&&(ce+=" "+u(l.message,n.message))}return[u(l.marker,">"),u(l.gutter,w),h.length>0?` ${h}`:"",ce].join("")}else return` ${u(l.gutter,w)}${h.length>0?` ${h}`:""}`}).join(`
5
+ `);return n.message&&!p&&(m=`${" ".repeat(d+1)}${n.message}
6
+ ${m}`),i?s.reset(m):m}function Hu(t,e,n,i={}){if(!Ua){Ua=!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 u=new Error(l);u.name="DeprecationWarning",console.warn(new Error(l))}}return n=Math.max(n,0),Ia(t,{start:{column:n,line:e}},i)}const xa=(t,e,n)=>n<0?-1:t.lastIndexOf(e,n);function Ku(t,e){const n=xa(t,`
7
+ `,e-1),i=e-n-1;let s=0;for(let l=n;l>=0;l=xa(t,`
8
+ `,l-1))s++;return{line:s,column:i}}function Da(t,e,{oneBased:n=!1}={}){if(e<0||e>=t.length&&t.length>0)throw new RangeError("Index out of bounds");const i=Ku(t,e);return n?{line:i.line+1,column:i.column+1}:i}const qu=t=>`\\u{${t.codePointAt(0).toString(16)}}`;class mo extends Error{name="JSONError";fileName;codeFrame;rawCodeFrame;#n;constructor(e){super(),this.#n=e,Error.captureStackTrace?.(this,mo)}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 Fa=(t,e,n=!0)=>ku(t,{start:e},{highlightCode:n}),Xu=(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:u,column:E}=Da(t,t.length-1,{oneBased:!0});return{line:u,column:E+1}}return Da(t,i,{oneBased:!0})},zu=t=>t.replace(/(?<=^Unexpected token )(?<quote>')?(.)\k<quote>/,(e,n,i)=>`"${i}"(${qu(i)})`);function Ju(t,e,n){typeof e=="string"&&(n=e,e=void 0);let i;try{return JSON.parse(t,e)}catch(u){i=u.message}let s;t?(s=Xu(t,i),i=zu(i)):i+=" while parsing empty string";const l=new mo(i);throw l.fileName=n,s&&(l.codeFrame=Fa(t,s),l.rawCodeFrame=Fa(t,s,!1)),l}const Qu=typeof process=="object"&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...t)=>console.error("SEMVER",...t):()=>{};var $a=Qu;const Zu="2.0.0",ka=256,ep=Number.MAX_SAFE_INTEGER||9007199254740991,tp=16,rp=ka-6,np=["major","premajor","minor","preminor","patch","prepatch","prerelease"];var Na={MAX_LENGTH:ka,MAX_SAFE_COMPONENT_LENGTH:tp,MAX_SAFE_BUILD_LENGTH:rp,MAX_SAFE_INTEGER:ep,RELEASE_TYPES:np,SEMVER_SPEC_VERSION:Zu,FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2},Bs={exports:{}};(function(t,e){const{MAX_SAFE_COMPONENT_LENGTH:n,MAX_SAFE_BUILD_LENGTH:i,MAX_LENGTH:s}=Na,l=$a;e=t.exports={};const u=e.re=[],E=e.safeRe=[],a=e.src=[],c=e.t={};let f=0;const p="[a-zA-Z0-9-]",d=[["\\s",1],["\\d",s],[p,i]],y=h=>{for(const[v,S]of d)h=h.split(`${v}*`).join(`${v}{0,${S}}`).split(`${v}+`).join(`${v}{1,${S}}`);return h},m=(h,v,S)=>{const O=y(v),w=f++;l(h,w,v),c[h]=w,a[w]=v,u[w]=new RegExp(v,S?"g":void 0),E[w]=new RegExp(O,S?"g":void 0)};m("NUMERICIDENTIFIER","0|[1-9]\\d*"),m("NUMERICIDENTIFIERLOOSE","\\d+"),m("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${p}*`),m("MAINVERSION",`(${a[c.NUMERICIDENTIFIER]})\\.(${a[c.NUMERICIDENTIFIER]})\\.(${a[c.NUMERICIDENTIFIER]})`),m("MAINVERSIONLOOSE",`(${a[c.NUMERICIDENTIFIERLOOSE]})\\.(${a[c.NUMERICIDENTIFIERLOOSE]})\\.(${a[c.NUMERICIDENTIFIERLOOSE]})`),m("PRERELEASEIDENTIFIER",`(?:${a[c.NUMERICIDENTIFIER]}|${a[c.NONNUMERICIDENTIFIER]})`),m("PRERELEASEIDENTIFIERLOOSE",`(?:${a[c.NUMERICIDENTIFIERLOOSE]}|${a[c.NONNUMERICIDENTIFIER]})`),m("PRERELEASE",`(?:-(${a[c.PRERELEASEIDENTIFIER]}(?:\\.${a[c.PRERELEASEIDENTIFIER]})*))`),m("PRERELEASELOOSE",`(?:-?(${a[c.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${a[c.PRERELEASEIDENTIFIERLOOSE]})*))`),m("BUILDIDENTIFIER",`${p}+`),m("BUILD",`(?:\\+(${a[c.BUILDIDENTIFIER]}(?:\\.${a[c.BUILDIDENTIFIER]})*))`),m("FULLPLAIN",`v?${a[c.MAINVERSION]}${a[c.PRERELEASE]}?${a[c.BUILD]}?`),m("FULL",`^${a[c.FULLPLAIN]}$`),m("LOOSEPLAIN",`[v=\\s]*${a[c.MAINVERSIONLOOSE]}${a[c.PRERELEASELOOSE]}?${a[c.BUILD]}?`),m("LOOSE",`^${a[c.LOOSEPLAIN]}$`),m("GTLT","((?:<|>)?=?)"),m("XRANGEIDENTIFIERLOOSE",`${a[c.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),m("XRANGEIDENTIFIER",`${a[c.NUMERICIDENTIFIER]}|x|X|\\*`),m("XRANGEPLAIN",`[v=\\s]*(${a[c.XRANGEIDENTIFIER]})(?:\\.(${a[c.XRANGEIDENTIFIER]})(?:\\.(${a[c.XRANGEIDENTIFIER]})(?:${a[c.PRERELEASE]})?${a[c.BUILD]}?)?)?`),m("XRANGEPLAINLOOSE",`[v=\\s]*(${a[c.XRANGEIDENTIFIERLOOSE]})(?:\\.(${a[c.XRANGEIDENTIFIERLOOSE]})(?:\\.(${a[c.XRANGEIDENTIFIERLOOSE]})(?:${a[c.PRERELEASELOOSE]})?${a[c.BUILD]}?)?)?`),m("XRANGE",`^${a[c.GTLT]}\\s*${a[c.XRANGEPLAIN]}$`),m("XRANGELOOSE",`^${a[c.GTLT]}\\s*${a[c.XRANGEPLAINLOOSE]}$`),m("COERCEPLAIN",`(^|[^\\d])(\\d{1,${n}})(?:\\.(\\d{1,${n}}))?(?:\\.(\\d{1,${n}}))?`),m("COERCE",`${a[c.COERCEPLAIN]}(?:$|[^\\d])`),m("COERCEFULL",a[c.COERCEPLAIN]+`(?:${a[c.PRERELEASE]})?(?:${a[c.BUILD]})?(?:$|[^\\d])`),m("COERCERTL",a[c.COERCE],!0),m("COERCERTLFULL",a[c.COERCEFULL],!0),m("LONETILDE","(?:~>?)"),m("TILDETRIM",`(\\s*)${a[c.LONETILDE]}\\s+`,!0),e.tildeTrimReplace="$1~",m("TILDE",`^${a[c.LONETILDE]}${a[c.XRANGEPLAIN]}$`),m("TILDELOOSE",`^${a[c.LONETILDE]}${a[c.XRANGEPLAINLOOSE]}$`),m("LONECARET","(?:\\^)"),m("CARETTRIM",`(\\s*)${a[c.LONECARET]}\\s+`,!0),e.caretTrimReplace="$1^",m("CARET",`^${a[c.LONECARET]}${a[c.XRANGEPLAIN]}$`),m("CARETLOOSE",`^${a[c.LONECARET]}${a[c.XRANGEPLAINLOOSE]}$`),m("COMPARATORLOOSE",`^${a[c.GTLT]}\\s*(${a[c.LOOSEPLAIN]})$|^$`),m("COMPARATOR",`^${a[c.GTLT]}\\s*(${a[c.FULLPLAIN]})$|^$`),m("COMPARATORTRIM",`(\\s*)${a[c.GTLT]}\\s*(${a[c.LOOSEPLAIN]}|${a[c.XRANGEPLAIN]})`,!0),e.comparatorTrimReplace="$1$2$3",m("HYPHENRANGE",`^\\s*(${a[c.XRANGEPLAIN]})\\s+-\\s+(${a[c.XRANGEPLAIN]})\\s*$`),m("HYPHENRANGELOOSE",`^\\s*(${a[c.XRANGEPLAINLOOSE]})\\s+-\\s+(${a[c.XRANGEPLAINLOOSE]})\\s*$`),m("STAR","(<|>)?=?\\s*\\*"),m("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),m("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")})(Bs,Bs.exports);var ip=Bs.exports;const sp=Object.freeze({loose:!0}),op=Object.freeze({}),ap=t=>t?typeof t!="object"?sp:t:op;var lp=ap;const Ba=/^[0-9]+$/,ja=(t,e)=>{const n=Ba.test(t),i=Ba.test(e);return n&&i&&(t=+t,e=+e),t===e?0:n&&!i?-1:i&&!n?1:t<e?-1:1},cp=(t,e)=>ja(e,t);var up={compareIdentifiers:ja,rcompareIdentifiers:cp};const bn=$a,{MAX_LENGTH:Ga,MAX_SAFE_INTEGER:vn}=Na,{safeRe:Wa,t:Ha}=ip,pp=lp,{compareIdentifiers:mt}=up;let fp=class xe{constructor(e,n){if(n=pp(n),e instanceof xe){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>Ga)throw new TypeError(`version is longer than ${Ga} characters`);bn("SemVer",e,n),this.options=n,this.loose=!!n.loose,this.includePrerelease=!!n.includePrerelease;const i=e.trim().match(n.loose?Wa[Ha.LOOSE]:Wa[Ha.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>vn||this.major<0)throw new TypeError("Invalid major version");if(this.minor>vn||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>vn||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<vn)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(bn("SemVer.compare",this.version,this.options,e),!(e instanceof xe)){if(typeof e=="string"&&e===this.version)return 0;e=new xe(e,this.options)}return e.version===this.version?0:this.compareMain(e)||this.comparePre(e)}compareMain(e){return e instanceof xe||(e=new xe(e,this.options)),mt(this.major,e.major)||mt(this.minor,e.minor)||mt(this.patch,e.patch)}comparePre(e){if(e instanceof xe||(e=new xe(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(bn("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 mt(i,s)}while(++n)}compareBuild(e){e instanceof xe||(e=new xe(e,this.options));let n=0;do{const i=this.build[n],s=e.build[n];if(bn("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 mt(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]),mt(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 Ep=fp;const Ka=Ep,dp=(t,e,n=!1)=>{if(t instanceof Ka)return t;try{return new Ka(t,e)}catch(i){if(!n)return null;throw i}};var qa=dp;const Tp=qa,Pp=(t,e)=>{const n=Tp(t,e);return n?n.version:null};var mp=Pp;const yp=qa,hp=(t,e)=>{const n=yp(t.trim().replace(/^[=v]+/,""),e);return n?n.version:null};var _p=hp,Xa=["0BSD","AAL","ADSL","AFL-1.1","AFL-1.2","AFL-2.0","AFL-2.1","AFL-3.0","AGPL-1.0-only","AGPL-1.0-or-later","AGPL-3.0-only","AGPL-3.0-or-later","AMDPLPA","AML","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-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","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","HP-1986","HP-1989","HPND","HPND-DEC","HPND-Fenneberg-Livingston","HPND-INRIA-IMAG","HPND-Kevlin-Henney","HPND-MIT-disclaimer","HPND-Markus-Kuhn","HPND-Pbmplus","HPND-UC","HPND-doc","HPND-doc-sell","HPND-export-US","HPND-export-US-modify","HPND-sell-MIT-disclaimer-xserver","HPND-sell-regexpr","HPND-sell-variant","HPND-sell-variant-MIT-disclaimer","HTMLTIDY","HaskellReport","Hippocratic-2.1","IBM-pibs","ICU","IEC-Code-Components-EULA","IJG","IJG-short","IPA","IPL-1.0","ISC","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-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","NCGL-UK-2.0","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","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","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","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","bcrypt-Solar-Designer","blessing","bzip2-1.0.6","check-cvs","checkmk","copyleft-next-0.3.0","copyleft-next-0.3.1","curl","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","pnmstitch","psfrag","psutils","python-ldap","radvd","snprintf","softSurfer","ssh-keyscan","swrule","ulem","w3m","xinetd","xkeyboard-config-Zinoviev","xlock","xpp","zlib-acknowledgement"],bp=["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-1.0+","GPL-2.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+","GPL-3.0-with-GCC-exception","GPL-3.0-with-autoconf-exception","LGPL-2.0","LGPL-2.0+","LGPL-2.1","LGPL-2.1+","LGPL-3.0","LGPL-3.0+","Nunit","StandardML-NJ","bzip2-1.0.5","eCos-2.0","wxWindows"],vp=["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"],gp=[].concat(Xa).concat(bp),Sp=vp,Yp=function(t){var e=0;function n(){return e<t.length}function i(m){if(m instanceof RegExp){var h=t.slice(e),v=h.match(m);if(v)return e+=v[0].length,v[0]}else if(t.indexOf(m,e)===e)return e+=m.length,m}function s(){i(/[ ]*/)}function l(){for(var m,h=["WITH","AND","OR","(",")",":","+"],v=0;v<h.length&&(m=i(h[v]),!m);v++);if(m==="+"&&e>1&&t[e-2]===" ")throw new Error("Space before `+`");return m&&{type:"OPERATOR",string:m}}function u(){return i(/[A-Za-z0-9-.]+/)}function E(){var m=u();if(!m)throw new Error("Expected idstring at offset "+e);return m}function a(){if(i("DocumentRef-")){var m=E();return{type:"DOCUMENTREF",string:m}}}function c(){if(i("LicenseRef-")){var m=E();return{type:"LICENSEREF",string:m}}}function f(){var m=e,h=u();if(gp.indexOf(h)!==-1)return{type:"LICENSE",string:h};if(Sp.indexOf(h)!==-1)return{type:"EXCEPTION",string:h};e=m}function p(){return l()||a()||c()||f()}for(var d=[];n()&&(s(),!!n());){var y=p();if(!y)throw new Error("Unexpected `"+t[e]+"` at offset "+e);d.push(y)}return d},Lp=function(t){var e=0;function n(){return e<t.length}function i(){return n()?t[e]:null}function s(){if(!n())throw new Error;e++}function l(h){var v=i();if(v&&v.type==="OPERATOR"&&h===v.string)return s(),v.string}function u(){if(l("WITH")){var h=i();if(h&&h.type==="EXCEPTION")return s(),h.string;throw new Error("Expected exception after `WITH`")}}function E(){var h=e,v="",S=i();if(S.type==="DOCUMENTREF"&&(s(),v+="DocumentRef-"+S.string+":",!l(":")))throw new Error("Expected `:` after `DocumentRef-...`");if(S=i(),S.type==="LICENSEREF")return s(),v+="LicenseRef-"+S.string,{license:v};e=h}function a(){var h=i();if(h&&h.type==="LICENSE"){s();var v={license:h.string};l("+")&&(v.plus=!0);var S=u();return S&&(v.exception=S),v}}function c(){var h=l("(");if(h){var v=y();if(!l(")"))throw new Error("Expected `)`");return v}}function f(){return c()||E()||a()}function p(h,v){return function S(){var O=v();if(O){if(!l(h))return O;var w=S();if(!w)throw new Error("Expected expression");return{left:O,conjunction:h.toLowerCase(),right:w}}}}var d=p("AND",f),y=p("OR",d),m=y();if(!m||n())throw new Error("Syntax error");return m},Ap=Yp,Cp=Lp,za=function(t){return Cp(Ap(t))},wp=za,Vp=Xa;function gn(t){try{return wp(t),!0}catch{return!1}}function Ja(t,e){var n=e[0].length-t[0].length;return n!==0?n:t[0].toUpperCase().localeCompare(e[0].toUpperCase())}var Qa=[["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(Ja),Op=0,Mp=1,Za=[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"}],js=Vp.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},{}),Up=Object.keys(js).map(function(e){return[e,js[e]]}).filter(function(e){return e[1].length===1&&e[0]!==null&&e[0]!=="APL"}).map(function(e){return[e[0],e[1][0]]});js=void 0;var el=[["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(Up).sort(Ja),Rp=0,Ip=1,tl=function(t){for(var e=0;e<Za.length;e++){var n=Za[e](t).trim();if(n!==t&&gn(n))return n}return null},rl=function(t){for(var e=t.toUpperCase(),n=0;n<el.length;n++){var i=el[n];if(e.indexOf(i[Rp])>-1)return i[Ip]}return null},nl=function(t,e){for(var n=0;n<Qa.length;n++){var i=Qa[n],s=i[Op];if(t.indexOf(s)>-1){var l=t.replace(s,i[Mp]),u=e(l);if(u!==null)return u}}return null},xp=function(t,e){e=e||{};var n=e.upgrade===void 0?!0:!!e.upgrade;function i(E){return n?Dp(E):E}var s=typeof t=="string"&&t.trim().length!==0;if(!s)throw Error("Invalid argument. Expected non-empty string.");if(t=t.trim(),gn(t))return i(t);var l=t.replace(/\+$/,"").trim();if(gn(l))return i(l);var u=tl(t);return u!==null||(u=nl(t,function(E){return gn(E)?E:tl(E)}),u!==null)||(u=rl(t),u!==null)||(u=nl(t,rl),u!==null)?i(u):null};function Dp(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}var Fp=za,$p=xp,il='license should be a valid SPDX license expression (without "LicenseRef"), "UNLICENSED", or "SEE LICENSE IN <filename>"',kp=/^SEE LICEN[CS]E IN (.+)$/;function sl(t,e){return e.slice(0,t.length)===t}function Gs(t){if(t.hasOwnProperty("license")){var e=t.license;return sl("LicenseRef",e)||sl("DocumentRef",e)}else return Gs(t.left)||Gs(t.right)}var Np=function(t){var e;try{e=Fp(t)}catch{var n;if(t==="UNLICENSED"||t==="UNLICENCED")return{validForOldPackages:!0,validForNewPackages:!0,unlicensed:!0};if(n=kp.exec(t))return{validForOldPackages:!0,validForNewPackages:!0,inFile:n[1]};var i={validForOldPackages:!1,validForNewPackages:!1,warnings:[il]};if(t.trim().length!==0){var s=$p(t);s&&i.warnings.push('license is similar to the valid expression "'+s+'"')}return i}return Gs(e)?{validForNewPackages:!1,validForOldPackages:!1,spdx:!0,warnings:[il]}:{validForNewPackages:!0,validForOldPackages:!0,spdx:!0}},Sn={};Object.defineProperty(Sn,"__esModule",{value:!0}),Sn.LRUCache=void 0;const yt=typeof performance=="object"&&performance&&typeof performance.now=="function"?performance:Date,ol=new Set,Ws=typeof process=="object"&&process?process:{},al=(t,e,n,i)=>{typeof Ws.emitWarning=="function"?Ws.emitWarning(t,e,n,i):console.error(`[${n}] ${e}: ${t}`)};let Yn=globalThis.AbortController,ll=globalThis.AbortSignal;if(typeof Yn>"u"){ll=class{onabort;_onabort=[];reason;aborted=!1;addEventListener(i,s){this._onabort.push(s)}},Yn=class{constructor(){e()}signal=new ll;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=Ws.env?.LRU_CACHE_IGNORE_AC_WARNING!=="1";const e=()=>{t&&(t=!1,al("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))}}const Bp=t=>!ol.has(t),Ge=t=>t&&t===Math.floor(t)&&t>0&&isFinite(t),cl=t=>Ge(t)?t<=Math.pow(2,8)?Uint8Array:t<=Math.pow(2,16)?Uint16Array:t<=Math.pow(2,32)?Uint32Array:t<=Number.MAX_SAFE_INTEGER?Ln:null:null;class Ln extends Array{constructor(e){super(e),this.fill(0)}}class Xt{heap;length;static#n=!1;static create(e){const n=cl(e);if(!n)return[];Xt.#n=!0;const i=new Xt(e,n);return Xt.#n=!1,i}constructor(e,n){if(!Xt.#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 jp=class Yc{#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.#v(n),rindexes:n=>e.#g(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:u,updateAgeOnHas:E,allowStale:a,dispose:c,disposeAfter:f,noDisposeOnSet:p,noUpdateTTL:d,maxSize:y=0,maxEntrySize:m=0,sizeCalculation:h,fetchMethod:v,noDeleteOnFetchRejection:S,noDeleteOnStaleGet:O,allowStaleOnFetchRejection:w,allowStaleOnFetchAbort:F,ignoreFetchAbort:se}=e;if(n!==0&&!Ge(n))throw new TypeError("max option must be a nonnegative integer");const ce=n?cl(n):Array;if(!ce)throw new Error("invalid max value: "+n);if(this.#n=n,this.#c=y,this.maxEntrySize=m||this.#c,this.sizeCalculation=h,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=Xt.create(n),this.#o=0,this.#m=0,typeof c=="function"&&(this.#t=c),typeof f=="function"?(this.#P=f,this.#l=[]):(this.#P=void 0,this.#l=void 0),this.#b=!!this.#t,this.#f=!!this.#P,this.noDisposeOnSet=!!p,this.noUpdateTTL=!!d,this.noDeleteOnFetchRejection=!!S,this.allowStaleOnFetchRejection=!!w,this.allowStaleOnFetchAbort=!!F,this.ignoreFetchAbort=!!se,this.maxEntrySize!==0){if(this.#c!==0&&!Ge(this.#c))throw new TypeError("maxSize must be a positive integer if specified");if(!Ge(this.maxEntrySize))throw new TypeError("maxEntrySize must be a positive integer if specified");this.#F()}if(this.allowStale=!!a,this.noDeleteOnStaleGet=!!O,this.updateAgeOnGet=!!u,this.updateAgeOnHas=!!E,this.ttlResolution=Ge(s)||s===0?s:1,this.ttlAutopurge=!!l,this.ttl=i||0,this.ttl){if(!Ge(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 Te="LRU_CACHE_UNBOUNDED";Bp(Te)&&(ol.add(Te),al("TTL caching without ttlAutopurge, max, or maxSize can result in unbounded memory consumption.","UnboundedCacheWarning",Te,Yc))}}getRemainingTTL(e){return this.#s.has(e)?1/0:0}#U(){const e=new Ln(this.#n),n=new Ln(this.#n);this.#d=e,this.#_=n,this.#R=(l,u,E=yt.now())=>{if(n[l]=u!==0?E:0,e[l]=u,u!==0&&this.ttlAutopurge){const a=setTimeout(()=>{this.#T(l)&&this.delete(this.#i[l])},u+1);a.unref&&a.unref()}},this.#L=l=>{n[l]=e[l]!==0?yt.now():0},this.#S=(l,u)=>{if(e[u]){const E=e[u],a=n[u];if(!E||!a)return;l.ttl=E,l.start=a,l.now=i||s();const c=l.now-a;l.remainingTTL=E-c}};let i=0;const s=()=>{const l=yt.now();if(this.ttlResolution>0){i=l;const u=setTimeout(()=>i=0,this.ttlResolution);u.unref&&u.unref()}return l};this.getRemainingTTL=l=>{const u=this.#s.get(l);if(u===void 0)return 0;const E=e[u],a=n[u];if(!E||!a)return 1/0;const c=(i||s())-a;return E-c},this.#T=l=>{const u=n[l],E=e[l];return!!E&&!!u&&(i||s())-u>E}}#L=()=>{};#S=()=>{};#R=()=>{};#T=()=>!1;#F(){const e=new Ln(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(!Ge(s))if(l){if(typeof l!="function")throw new TypeError("sizeCalculation must be a function");if(s=l(i,n),!Ge(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};*#v({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]}*#g({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.#v())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.#g())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.#v()){const n=this.#i[e];n!==void 0&&!this.#r(this.#e[e])&&(yield n)}}*rkeys(){for(const e of this.#g()){const n=this.#i[e];n!==void 0&&!this.#r(this.#e[e])&&(yield n)}}*values(){for(const e of this.#v())this.#e[e]!==void 0&&!this.#r(this.#e[e])&&(yield this.#e[e])}*rvalues(){for(const e of this.#g())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.#v()){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.#v()){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.#g()){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.#g({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 u=this.#d[n],E=this.#_[n];if(u&&E){const a=u-(yt.now()-E);l.ttl=a,l.start=Date.now()}}return this.#h&&(l.size=this.#h[n]),l}dump(){const e=[];for(const n of this.#v({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 u={value:l};if(this.#d&&this.#_){u.ttl=this.#d[n];const E=yt.now()-this.#_[n];u.start=Math.floor(Date.now()-E)}this.#h&&(u.size=this.#h[n]),e.unshift([i,u])}return e}load(e){this.clear();for(const[n,i]of e){if(i.start){const s=Date.now()-i.start;i.start=yt.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:u=this.noDisposeOnSet,sizeCalculation:E=this.sizeCalculation,status:a}=i;let{noUpdateTTL:c=this.noUpdateTTL}=i;const f=this.#I(e,n,i.size||0,E);if(this.maxEntrySize&&f>this.maxEntrySize)return a&&(a.set="miss",a.maxEntrySizeExceeded=!0),this.delete(e),this;let p=this.#o===0?void 0:this.#s.get(e);if(p===void 0)p=this.#o===0?this.#a:this.#y.length!==0?this.#y.pop():this.#o===this.#n?this.#O(!1):this.#o,this.#i[p]=e,this.#e[p]=n,this.#s.set(e,p),this.#p[this.#a]=p,this.#E[p]=this.#a,this.#a=p,this.#o++,this.#V(p,f,a),a&&(a.set="add"),c=!1;else{this.#C(p);const d=this.#e[p];if(n!==d){if(this.#Y&&this.#r(d)){d.__abortController.abort(new Error("replaced"));const{__staleWhileFetching:y}=d;y!==void 0&&!u&&(this.#b&&this.#t?.(y,e,"set"),this.#f&&this.#l?.push([y,e,"set"]))}else u||(this.#b&&this.#t?.(d,e,"set"),this.#f&&this.#l?.push([d,e,"set"]));if(this.#A(p),this.#V(p,f,a),this.#e[p]=n,a){a.set="replace";const y=d&&this.#r(d)?d.__staleWhileFetching:d;y!==void 0&&(a.oldValue=y)}}else a&&(a.set="update")}if(s!==0&&!this.#d&&this.#U(),this.#d&&(c||this.#R(p,s,l),a&&this.#S(a,p)),!u&&this.#f&&this.#l){const d=this.#l;let y;for(;y=d?.shift();)this.#P?.(...y)}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 u=this.#e[l];if(this.#r(u)&&u.__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 u=new Yn,{signal:E}=i;E?.addEventListener("abort",()=>u.abort(E.reason),{signal:u.signal});const a={signal:u.signal,options:i,context:s},c=(h,v=!1)=>{const{aborted:S}=u.signal,O=i.ignoreFetchAbort&&h!==void 0;if(i.status&&(S&&!v?(i.status.fetchAborted=!0,i.status.fetchError=u.signal.reason,O&&(i.status.fetchAbortIgnored=!0)):i.status.fetchResolved=!0),S&&!O&&!v)return p(u.signal.reason);const w=y;return this.#e[n]===y&&(h===void 0?w.__staleWhileFetching?this.#e[n]=w.__staleWhileFetching:this.delete(e):(i.status&&(i.status.fetchUpdated=!0),this.set(e,h,a.options))),h},f=h=>(i.status&&(i.status.fetchRejected=!0,i.status.fetchError=h),p(h)),p=h=>{const{aborted:v}=u.signal,S=v&&i.allowStaleOnFetchAbort,O=S||i.allowStaleOnFetchRejection,w=O||i.noDeleteOnFetchRejection,F=y;if(this.#e[n]===y&&(!w||F.__staleWhileFetching===void 0?this.delete(e):S||(this.#e[n]=F.__staleWhileFetching)),O)return i.status&&F.__staleWhileFetching!==void 0&&(i.status.returnedStale=!0),F.__staleWhileFetching;if(F.__returned===F)throw h},d=(h,v)=>{const S=this.#w?.(e,l,a);S&&S instanceof Promise&&S.then(O=>h(O===void 0?void 0:O),v),u.signal.addEventListener("abort",()=>{(!i.ignoreFetchAbort||i.allowStaleOnFetchAbort)&&(h(void 0),i.allowStaleOnFetchAbort&&(h=O=>c(O,!0)))})};i.status&&(i.status.fetchDispatched=!0);const y=new Promise(d).then(c,f),m=Object.assign(y,{__abortController:u,__staleWhileFetching:l,__returned:void 0});return n===void 0?(this.set(e,m,{...a.options,status:void 0}),n=this.#s.get(e)):this.#e[n]=m,m}#r(e){if(!this.#Y)return!1;const n=e;return!!n&&n instanceof Promise&&n.hasOwnProperty("__staleWhileFetching")&&n.__abortController instanceof Yn}async fetch(e,n={}){const{allowStale:i=this.allowStale,updateAgeOnGet:s=this.updateAgeOnGet,noDeleteOnStaleGet:l=this.noDeleteOnStaleGet,ttl:u=this.ttl,noDisposeOnSet:E=this.noDisposeOnSet,size:a=0,sizeCalculation:c=this.sizeCalculation,noUpdateTTL:f=this.noUpdateTTL,noDeleteOnFetchRejection:p=this.noDeleteOnFetchRejection,allowStaleOnFetchRejection:d=this.allowStaleOnFetchRejection,ignoreFetchAbort:y=this.ignoreFetchAbort,allowStaleOnFetchAbort:m=this.allowStaleOnFetchAbort,context:h,forceRefresh:v=!1,status:S,signal:O}=n;if(!this.#Y)return S&&(S.fetch="get"),this.get(e,{allowStale:i,updateAgeOnGet:s,noDeleteOnStaleGet:l,status:S});const w={allowStale:i,updateAgeOnGet:s,noDeleteOnStaleGet:l,ttl:u,noDisposeOnSet:E,size:a,sizeCalculation:c,noUpdateTTL:f,noDeleteOnFetchRejection:p,allowStaleOnFetchRejection:d,allowStaleOnFetchAbort:m,ignoreFetchAbort:y,status:S,signal:O};let F=this.#s.get(e);if(F===void 0){S&&(S.fetch="miss");const se=this.#M(e,F,w,h);return se.__returned=se}else{const se=this.#e[F];if(this.#r(se)){const Jt=i&&se.__staleWhileFetching!==void 0;return S&&(S.fetch="inflight",Jt&&(S.returnedStale=!0)),Jt?se.__staleWhileFetching:se.__returned=se}const ce=this.#T(F);if(!v&&!ce)return S&&(S.fetch="hit"),this.#C(F),s&&this.#L(F),S&&this.#S(S,F),se;const Te=this.#M(e,F,w,h),zt=Te.__staleWhileFetching!==void 0&&i;return S&&(S.fetch=ce?"stale":"refresh",zt&&ce&&(S.returnedStale=!0)),zt?Te.__staleWhileFetching:Te.__returned=Te}}get(e,n={}){const{allowStale:i=this.allowStale,updateAgeOnGet:s=this.updateAgeOnGet,noDeleteOnStaleGet:l=this.noDeleteOnStaleGet,status:u}=n,E=this.#s.get(e);if(E!==void 0){const a=this.#e[E],c=this.#r(a);return u&&this.#S(u,E),this.#T(E)?(u&&(u.get="stale"),c?(u&&i&&a.__staleWhileFetching!==void 0&&(u.returnedStale=!0),i?a.__staleWhileFetching:void 0):(l||this.delete(e),u&&i&&(u.returnedStale=!0),i?a:void 0)):(u&&(u.get="hit"),c?a.__staleWhileFetching:(this.#C(E),s&&this.#L(E),a))}else u&&(u.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 u=this.#p[i];this.#E[u]=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.#g({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)}}};Sn.LRUCache=jp;const k=(...t)=>t.every(e=>e)?t.join(""):"",Z=t=>t?encodeURIComponent(t):"",ul=t=>t.toLowerCase().replace(/^\W+|\/|\W+$/g,"").replace(/\W+/g,"-"),Gp={sshtemplate:({domain:t,user:e,project:n,committish:i})=>`git@${t}:${e}/${n}.git${k("#",i)}`,sshurltemplate:({domain:t,user:e,project:n,committish:i})=>`git+ssh://git@${t}/${e}/${n}.git${k("#",i)}`,edittemplate:({domain:t,user:e,project:n,committish:i,editpath:s,path:l})=>`https://${t}/${e}/${n}${k("/",s,"/",Z(i||"HEAD"),"/",l)}`,browsetemplate:({domain:t,user:e,project:n,committish:i,treepath:s})=>`https://${t}/${e}/${n}${k("/",s,"/",Z(i))}`,browsetreetemplate:({domain:t,user:e,project:n,committish:i,treepath:s,path:l,fragment:u,hashformat:E})=>`https://${t}/${e}/${n}/${s}/${Z(i||"HEAD")}/${l}${k("#",E(u||""))}`,browseblobtemplate:({domain:t,user:e,project:n,committish:i,blobpath:s,path:l,fragment:u,hashformat:E})=>`https://${t}/${e}/${n}/${s}/${Z(i||"HEAD")}/${l}${k("#",E(u||""))}`,docstemplate:({domain:t,user:e,project:n,treepath:i,committish:s})=>`https://${t}/${e}/${n}${k("/",i,"/",Z(s))}#readme`,httpstemplate:({auth:t,domain:e,user:n,project:i,committish:s})=>`git+https://${k(t,"@")}${e}/${n}/${i}.git${k("#",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}${k("#",i)}`,pathtemplate:({user:t,project:e,committish:n})=>`${t}/${e}${k("#",n)}`,bugstemplate:({domain:t,user:e,project:n})=>`https://${t}/${e}/${n}/issues`,hashformat:ul},We={};We.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://${k(t,"@")}raw.githubusercontent.com/${e}/${n}/${Z(i||"HEAD")}/${s}`,gittemplate:({auth:t,domain:e,user:n,project:i,committish:s})=>`git://${k(t,"@")}${e}/${n}/${i}.git${k("#",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}}},We.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:u})=>`https://${t}/${e}/${n}${k("/",s,"/",Z(i||"HEAD"),"/",l,u)}`,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)}}},We.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://${k(t,"@")}${e}/${n}/${i}.git${k("#",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)}}},We.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${k("#",n)}`,sshurltemplate:({domain:t,project:e,committish:n})=>`git+ssh://git@${t}/${e}.git${k("#",n)}`,edittemplate:({domain:t,user:e,project:n,committish:i,editpath:s})=>`https://${t}/${e}/${n}${k("/",Z(i))}/${s}`,browsetemplate:({domain:t,project:e,committish:n})=>`https://${t}/${e}${k("/",Z(n))}`,browsetreetemplate:({domain:t,project:e,committish:n,path:i,hashformat:s})=>`https://${t}/${e}${k("/",Z(n))}${k("#",s(i))}`,browseblobtemplate:({domain:t,project:e,committish:n,path:i,hashformat:s})=>`https://${t}/${e}${k("/",Z(n))}${k("#",s(i))}`,docstemplate:({domain:t,project:e,committish:n})=>`https://${t}/${e}${k("/",Z(n))}`,httpstemplate:({domain:t,project:e,committish:n})=>`git+https://${t}/${e}.git${k("#",n)}`,filetemplate:({user:t,project:e,committish:n,path:i})=>`https://gist.githubusercontent.com/${t}/${e}/raw${k("/",Z(n))}/${i}`,shortcuttemplate:({type:t,project:e,committish:n})=>`${t}:${e}${k("#",n)}`,pathtemplate:({project:t,committish:e})=>`${t}${k("#",e)}`,bugstemplate:({domain:t,project:e})=>`https://${t}/${e}`,gittemplate:({domain:t,project:e,committish:n})=>`git://${t}/${e}.git${k("#",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-"+ul(t)}},We.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${k("#",i)}`,tarballtemplate:({domain:t,user:e,project:n,committish:i})=>`https://${t}/${e}/${n}/archive/${Z(i)||"HEAD"}.tar.gz`,bugstemplate:({user:t,project:e})=>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(We))We[t]=Object.assign({},Gp,e);var Wp=We;const Hp=hs,Hs=(t,e,n)=>{const i=t.indexOf(n);return t.lastIndexOf(e,i>-1?i:1/0)},pl=t=>{try{return new Hp.URL(t)}catch{}},Kp=(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)}`},qp=t=>{const e=Hs(t,"@","#"),n=Hs(t,":","#");return n>e&&(t=t.slice(0,n)+"/"+t.slice(n+1)),Hs(t,":","#")===-1&&t.indexOf("//")===-1&&(t=`git+ssh://${t}`),t};var fl=(t,e)=>{const n=e?Kp(t,e):t;return pl(n)||pl(qp(n))};const Xp=fl,zp=t=>{const e=t.indexOf("#"),n=t.indexOf("/"),i=t.indexOf("/",n+1),s=t.indexOf(":"),l=/\s/.exec(t),u=t.indexOf("@"),E=!l||e>-1&&l.index>e,a=u===-1||e>-1&&u>e,c=s===-1||e>-1&&s>e,f=i===-1||e>-1&&i>e,p=n>0,d=e>-1?t[e-1]!=="/":!t.endsWith("/"),y=!t.startsWith(".");return E&&p&&d&&y&&a&&c&&f};var Jp=(t,e,{gitHosts:n,protocols:i})=>{if(!t)return;const s=zp(t)?`github:${t}`:t,l=Xp(s,i);if(!l)return;const u=n.byShortcut[l.protocol],E=n.byDomain[l.hostname.startsWith("www.")?l.hostname.slice(4):l.hostname],a=u||E;if(!a)return;const c=n[u||E];let f=null;i[l.protocol]?.auth&&(l.username||l.password)&&(f=`${l.username}${l.password?":"+l.password:""}`);let p=null,d=null,y=null,m=null;try{if(u){let h=l.pathname.startsWith("/")?l.pathname.slice(1):l.pathname;const v=h.indexOf("@");v>-1&&(h=h.slice(v+1));const S=h.lastIndexOf("/");S>-1?(d=decodeURIComponent(h.slice(0,S)),d||(d=null),y=decodeURIComponent(h.slice(S+1))):y=decodeURIComponent(h),y.endsWith(".git")&&(y=y.slice(0,-4)),l.hash&&(p=decodeURIComponent(l.hash.slice(1))),m="shortcut"}else{if(!c.protocols.includes(l.protocol))return;const h=c.extract(l);if(!h)return;d=h.user&&decodeURIComponent(h.user),y=decodeURIComponent(h.project),p=decodeURIComponent(h.committish),m=i[l.protocol]?.name||l.protocol.slice(0,-1)}}catch(h){if(h instanceof URIError)return;throw h}return[a,d,f,y,p,m,e]};const{LRUCache:Qp}=Sn,Zp=Wp,ef=Jp,tf=fl,Ks=new Qp({max:1e3});class Ce{constructor(e,n,i,s,l,u,E={}){Object.assign(this,Ce.#n[e],{type:e,user:n,auth:i,project:s,committish:l,default:u,opts:E})}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){Ce.#n[e]=n,Ce.#n.byDomain[n.domain]=e,Ce.#n.byShortcut[`${e}:`]=e,Ce.#c[`${e}:`]={name:e}}static fromUrl(e,n){if(typeof e!="string")return;const i=e+JSON.stringify(n||{});if(!Ks.has(i)){const s=ef(e,n,{gitHosts:Ce.#n,protocols:Ce.#c});Ks.set(i,s?new Ce(...s):void 0)}return Ks.get(i)}static parseUrl(e){return tf(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(Zp))Ce.addHost(t,e);var rf=Ce,nf="Function.prototype.bind called on incompatible ",sf=Object.prototype.toString,of=Math.max,af="[object Function]",El=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},lf=function(e,n){for(var i=[],s=n,l=0;s<e.length;s+=1,l+=1)i[l]=e[s];return i},cf=function(t,e){for(var n="",i=0;i<t.length;i+=1)n+=t[i],i+1<t.length&&(n+=e);return n},uf=function(e){var n=this;if(typeof n!="function"||sf.apply(n)!==af)throw new TypeError(nf+n);for(var i=lf(arguments,1),s,l=function(){if(this instanceof s){var f=n.apply(this,El(i,arguments));return Object(f)===f?f:this}return n.apply(e,El(i,arguments))},u=of(0,n.length-i.length),E=[],a=0;a<u;a++)E[a]="$"+a;if(s=Function("binder","return function ("+cf(E,",")+"){ return binder.apply(this,arguments); }")(l),n.prototype){var c=function(){};c.prototype=n.prototype,s.prototype=new c,c.prototype=null}return s},pf=uf,ff=Function.prototype.bind||pf,Ef=Function.prototype.call,df=Object.prototype.hasOwnProperty,Tf=ff,Pf=Tf.call(Ef,df),mf=!0,yf=">= 8",hf=">= 0.5 && < 0.9.7",_f=!0,bf=!0,vf=">= 0.5",gf=!0,Sf=!0,Yf=!0,Lf=">= 1 && < 8",Af="< 8",Cf=!0,wf=[">= 14.17 && < 15",">= 15.1"],Vf=!0,Of=">= 0.7.12",Mf=!0,Uf="< 6",Rf=!0,If=">= 0.11.1",xf=">= 0.11.1",Df=">= 0.11.1",Ff=">= 0.11.1",$f=">= 0.11.1",kf=">= 0.11.1",Nf=!0,Bf=">= 8.8",jf=!0,Gf=">= 8",Wf="< 8",Hf=!0,Kf=!0,qf=!0,Xf=!0,zf=">= 8.5",Jf=">= 1",Qf=">= 0.5",Zf=!0,eE=!0,tE=!0,rE=">= 0.11.5 && < 3",nE=">= 0.9.4",iE=">= 0.9.4",sE=">= 1.4.1",oE=">= 0.9.4",aE=">= 0.9.4",lE=">= 0.9.4",cE=!0,uE=!0,pE=[">= 0.4 && < 0.7",">= 0.8"],fE=!0,EE=">= 0.11.13",dE=">= 0.11.3 && < 10",TE=">= 0.11.3",PE=!0,mE=">= 10",yE=!0,hE=!0,_E=!0,bE=">= 1",vE=!0,gE=[">= 13.4 && < 13.5",">= 18.17 && < 19",">= 20"],SE=">= 11.7",YE=">= 0.5",LE={assert:mf,"node:assert":[">= 14.18 && < 15",">= 16"],"assert/strict":">= 15","node:assert/strict":">= 16",async_hooks:yf,"node:async_hooks":[">= 14.18 && < 15",">= 16"],buffer_ieee754:hf,buffer:_f,"node:buffer":[">= 14.18 && < 15",">= 16"],child_process:bf,"node:child_process":[">= 14.18 && < 15",">= 16"],cluster:vf,"node:cluster":[">= 14.18 && < 15",">= 16"],console:gf,"node:console":[">= 14.18 && < 15",">= 16"],constants:Sf,"node:constants":[">= 14.18 && < 15",">= 16"],crypto:Yf,"node:crypto":[">= 14.18 && < 15",">= 16"],_debug_agent:Lf,_debugger:Af,dgram:Cf,"node:dgram":[">= 14.18 && < 15",">= 16"],diagnostics_channel:wf,"node:diagnostics_channel":[">= 14.18 && < 15",">= 16"],dns:Vf,"node:dns":[">= 14.18 && < 15",">= 16"],"dns/promises":">= 15","node:dns/promises":">= 16",domain:Of,"node:domain":[">= 14.18 && < 15",">= 16"],events:Mf,"node:events":[">= 14.18 && < 15",">= 16"],freelist:Uf,fs:Rf,"node:fs":[">= 14.18 && < 15",">= 16"],"fs/promises":[">= 10 && < 10.1",">= 14"],"node:fs/promises":[">= 14.18 && < 15",">= 16"],_http_agent:If,"node:_http_agent":[">= 14.18 && < 15",">= 16"],_http_client:xf,"node:_http_client":[">= 14.18 && < 15",">= 16"],_http_common:Df,"node:_http_common":[">= 14.18 && < 15",">= 16"],_http_incoming:Ff,"node:_http_incoming":[">= 14.18 && < 15",">= 16"],_http_outgoing:$f,"node:_http_outgoing":[">= 14.18 && < 15",">= 16"],_http_server:kf,"node:_http_server":[">= 14.18 && < 15",">= 16"],http:Nf,"node:http":[">= 14.18 && < 15",">= 16"],http2:Bf,"node:http2":[">= 14.18 && < 15",">= 16"],https:jf,"node:https":[">= 14.18 && < 15",">= 16"],inspector:Gf,"node:inspector":[">= 14.18 && < 15",">= 16"],"inspector/promises":[">= 19"],"node:inspector/promises":[">= 19"],_linklist:Wf,module:Hf,"node:module":[">= 14.18 && < 15",">= 16"],net:Kf,"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:qf,"node:os":[">= 14.18 && < 15",">= 16"],path:Xf,"node:path":[">= 14.18 && < 15",">= 16"],"path/posix":">= 15.3","node:path/posix":">= 16","path/win32":">= 15.3","node:path/win32":">= 16",perf_hooks:zf,"node:perf_hooks":[">= 14.18 && < 15",">= 16"],process:Jf,"node:process":[">= 14.18 && < 15",">= 16"],punycode:Qf,"node:punycode":[">= 14.18 && < 15",">= 16"],querystring:Zf,"node:querystring":[">= 14.18 && < 15",">= 16"],readline:eE,"node:readline":[">= 14.18 && < 15",">= 16"],"readline/promises":">= 17","node:readline/promises":">= 17",repl:tE,"node:repl":[">= 14.18 && < 15",">= 16"],smalloc:rE,_stream_duplex:nE,"node:_stream_duplex":[">= 14.18 && < 15",">= 16"],_stream_transform:iE,"node:_stream_transform":[">= 14.18 && < 15",">= 16"],_stream_wrap:sE,"node:_stream_wrap":[">= 14.18 && < 15",">= 16"],_stream_passthrough:oE,"node:_stream_passthrough":[">= 14.18 && < 15",">= 16"],_stream_readable:aE,"node:_stream_readable":[">= 14.18 && < 15",">= 16"],_stream_writable:lE,"node:_stream_writable":[">= 14.18 && < 15",">= 16"],stream:cE,"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:uE,"node:string_decoder":[">= 14.18 && < 15",">= 16"],sys:pE,"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:fE,"node:timers":[">= 14.18 && < 15",">= 16"],"timers/promises":">= 15","node:timers/promises":">= 16",_tls_common:EE,"node:_tls_common":[">= 14.18 && < 15",">= 16"],_tls_legacy:dE,_tls_wrap:TE,"node:_tls_wrap":[">= 14.18 && < 15",">= 16"],tls:PE,"node:tls":[">= 14.18 && < 15",">= 16"],trace_events:mE,"node:trace_events":[">= 14.18 && < 15",">= 16"],tty:yE,"node:tty":[">= 14.18 && < 15",">= 16"],url:hE,"node:url":[">= 14.18 && < 15",">= 16"],util:_E,"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:bE,"node:v8":[">= 14.18 && < 15",">= 16"],vm:vE,"node:vm":[">= 14.18 && < 15",">= 16"],wasi:gE,"node:wasi":[">= 18.17 && < 19",">= 20"],worker_threads:SE,"node:worker_threads":[">= 14.18 && < 15",">= 16"],zlib:YE,"node:zlib":[">= 14.18 && < 15",">= 16"]},AE=Pf;function CE(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("."),u=0;u<3;++u){var E=parseInt(n[u]||0,10),a=parseInt(l[u]||0,10);if(E!==a)return s==="<"?E<a:s===">="?E>=a:!1}return s===">="}function dl(t,e){var n=e.split(/ ?&& ?/);if(n.length===0)return!1;for(var i=0;i<n.length;++i)if(!CE(t,n[i]))return!1;return!0}function wE(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(dl(n,e[i]))return!0;return!1}return dl(n,e)}var Tl=LE,VE=function(e,n){return AE(Tl,e)&&wE(n,Tl[e])},OE=ME;function ME(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()}var UE={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"},RE={web:"url",name:"url"},IE={server:"start",tests:"test"},xE={topLevel:UE,bugs:RE,script:IE},DE=mp,FE=_p,$E=Np,An=rf,kE=VE,NE=["dependencies","devDependencies","optionalDependencies"],BE=OE,qs=hs,He=xE,Pl=t=>t.includes("@")&&t.indexOf("@")<t.lastIndexOf("."),jE={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=An.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(He.topLevel).forEach(function(e){Object.prototype.hasOwnProperty.call(t,e)&&this.warn("typo",e,He.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]):He.script[e]&&!t.scripts[He.script[e]]&&this.warn("typo",e,He.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,e){JE(t,this.warn),XE(t,this.warn),this.fixBundleDependenciesField(t),["dependencies","devDependencies"].forEach(function(n){if(n in t){if(!t[n]||typeof t[n]!="object"){this.warn("nonObjectDependencies",n),delete t[n];return}Object.keys(t[n]).forEach(function(i){var s=t[n][i];typeof s!="string"&&(this.warn("nonStringDependency",i,JSON.stringify(s)),delete t[n][i]);var l=An.fromUrl(t[n][i]);l&&(t[n][i]=l.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(!DE(t.version,n))throw new Error('Invalid version: "'+t.version+'"');return t.version=FE(t.version,n),!0},fixPeople:function(t){ml(t,KE),ml(t,qE)},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()),HE(t.name,n,e.allowLegacyCase),kE(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=BE(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=An.fromUrl(t.repository.url);e&&e.bugs()&&(t.bugs={url:e.bugs()})}else if(t.bugs){if(typeof t.bugs=="string")Pl(t.bugs)?t.bugs={email:t.bugs}:qs.parse(t.bugs).protocol?t.bugs={url:t.bugs}:this.warn("nonEmailUrlBugsString");else{QE(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"&&Pl(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=An.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(!$E(e).validForNewPackages)return this.warn("invalidLicense")}};function GE(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])}function WE(t){return!t.match(/[/@\s+%:]/)&&t===encodeURIComponent(t)}function HE(t,e,n){if(t.charAt(0)==="."||!(GE(t)||WE(t))||e&&!n&&t!==t.toLowerCase()||t.toLowerCase()==="node_modules"||t.toLowerCase()==="favicon.ico")throw new Error("Invalid name: "+JSON.stringify(t))}function ml(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}function KE(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}function qE(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}function XE(t,e){var n=t.optionalDependencies;if(n){var i=t.dependencies||{};Object.keys(n).forEach(function(s){i[s]=n[s]}),t.dependencies=i}}function zE(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(),u=s.join("");u=u.trim(),u=u.replace(/^@/,""),i[l]=u}),i}function JE(t,e){NE.forEach(function(n){t[n]&&(t[n]=zE(t[n],n,e))})}function QE(t,e){t&&Object.keys(t).forEach(function(n){He.bugs[n]&&(e("typo",n,He.bugs[n],"bugs"),t[He.bugs[n]]=t[n],delete t[n])})}var ZE="'repositories' (plural) Not supported. Please pick one as the 'repository' field",ed="No repository field.",td="Probably broken git url: %s",rd="scripts must be an object",nd="script values must be string commands",id="Invalid 'files' member",sd="Invalid filename in 'files' list: %s",od="Invalid 'bundleDependencies' list. Must be array of package names",ad="Invalid bundleDependencies member: %s",ld="Non-dependency in bundleDependencies: %s",cd="%s field must be an object",ud="Invalid dependency: %s %s",pd="specifying %s as array is deprecated",fd="modules field is deprecated",Ed="keywords should be an array of strings",dd="keywords should be an array of strings",Td="%s is also the name of a node core module.",Pd="'description' field should be a string",md="No description",yd="No README data",hd="No license field.",_d="Bug string field must be url, email, or {email,url}",bd="bugs.url field must be a string url. Deleted.",vd="bugs.email field must be a string email. Deleted.",gd="Normalized value of bugs field is an empty object. Deleted.",Sd="homepage field must be a string url. Deleted.",Yd="license should be a valid SPDX license expression",Ld="%s should probably be %s.",Ad={repositories:ZE,missingRepository:ed,brokenGitUrl:td,nonObjectScripts:rd,nonStringScript:nd,nonArrayFiles:id,invalidFilename:sd,nonArrayBundleDependencies:od,nonStringBundleDependency:ad,nonDependencyBundleDependency:ld,nonObjectDependencies:cd,nonStringDependency:ud,deprecatedArrayDependencies:pd,deprecatedModules:fd,nonArrayKeywords:Ed,nonStringKeyword:dd,conflictingName:Td,nonStringDescription:Pd,missingDescription:md,missingReadme:yd,missingLicense:hd,nonEmailUrlBugsString:_d,nonUrlBugsUrlField:bd,nonEmailBugsEmailField:vd,emptyNormalizedBugs:gd,nonUrlHomepage:Sd,invalidLicense:Yd,typo:Ld},yl=zc,Xs=Ad,Cd=function(){var t=Array.prototype.slice.call(arguments,0),e=t.shift();if(e==="typo")return wd.apply(null,t);var n=Xs[e]?Xs[e]:e+": '%s'";return t.unshift(n),yl.format.apply(null,t)};function wd(t,e,n){return n&&(t=n+"['"+t+"']",e=n+"['"+e+"']"),yl.format(Xs.typo,t,e)}var Vd=hl,zs=jE;hl.fixer=zs;var Od=Cd,Md=["name","version","description","repository","modules","scripts","files","bin","man","bugs","keywords","readme","homepage","license"],Ud=["dependencies","people","typos"],Js=Md.map(function(t){return _l(t)+"Field"});Js=Js.concat(Ud);function hl(t,e,n){e===!0&&(e=null,n=!0),n||(n=!1),(!e||t.private)&&(e=function(i){}),t.scripts&&t.scripts.install==="node-gyp rebuild"&&!t.scripts.preinstall&&(t.gypfile=!0),zs.warn=function(){e(Od.apply(null,arguments))},Js.forEach(function(i){zs["fix"+_l(i)](t,n)}),t._id=t.name+"@"+t.version}function _l(t){return t.charAt(0).toUpperCase()+t.slice(1)}var Rd=pu(Vd);function Id(t){return t instanceof URL?Jc.fileURLToPath(t):t}const xd=t=>Bo.resolve(Id(t)??".","package.json"),Dd=(t,e)=>{const n=typeof t=="string"?Ju(t):t;return e&&Rd(n),n};function Fd({cwd:t,normalize:e=!0}={}){const n=ko.readFileSync(xd(t),"utf8");return Dd(n,e)}function $d(t){const e=jo.findUpSync("package.json",t);if(e)return{packageJson:Fd({...t,cwd:Bo.dirname(e)}),path:e}}const Qs="js,ts,mjs,cjs,mts,cts",kd=()=>{const t=jo.findUpSync(".nvmrc");if(t){let e=ko.readFileSync(t,"utf8");return e=e.trim(),e.startsWith("v")&&(e=e.slice(1)),e}return"18.19.0"},bl=$d(),Nd=bl&&"bin"in bl.packageJson,[Cn,Zs,eo]=No.configs["flat/mixed-esm-and-cjs"],to={"n/no-missing-import":"off","n/no-missing-require":"off","n/no-extraneous-import":"off"},ro=D({...Cn,files:[...Cn.files,"**/*.ts"],languageOptions:{...Cn.languageOptions,sourceType:"module"},rules:{...Cn.rules,...to}}),Bd=D({...Zs,files:[...Zs.files,"**/*.mts"],rules:{...Zs.rules,...to}}),jd=D({...eo,files:[...eo.files,"**/*.cts"],rules:{...eo.rules,...to}}),Gd=(t={})=>{const e=[D({plugins:{n:No},settings:{node:{version:`>=${kd()}`}}}),jd];return t?.node&&e.push(ro,Bd,D({files:t.node===!0?[`**/*.{${Qs}}`]: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"}})),Nd&&e.push(D({...ro,files:[`**/cli.{${Qs}}`,`**/cli/**/*.{${Qs}}`],rules:{...ro.rules,"n/no-process-exit":"off"}})),e},Wd=[D({plugins:{promise:Go},rules:Go.configs.recommended.rules}),D({rules:{"promise/always-return":"off","promise/catch-or-return":["error",{allowThen:!0}]}})],Hd=je("jest")?D({files:["**/{test,tests}/*"],languageOptions:{globals:mn.jest}}):void 0,{recommended:Kd}=Wo.configs,qd=()=>[D({files:["**/*.md"],plugins:{markdown:Wo},processor:"markdown/markdown"}),D(Kd[2]),D({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","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","@stylistic/indent":["error",4],"@stylistic/semi":["error","never"],"@stylistic/comma-dangle":["error","never"]}}),D({files:["**/*.md/*.{js,jsx,vue}"],rules:{"no-unused-vars":"warn"}}),D({files:["**/*.md/*.{jsx,tsx}"],rules:{"react/jsx-indent-props":["error",4],"react/jsx-no-undef":"off","react/react-in-jsx-scope":"off"}}),D({files:["**/*.md/*.vue"],rules:{"vue/html-indent":["error",4],"vue/no-undef-components":"warn","vue/require-v-for-key":"off"}}),D({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"}}),D({files:["**/*.md/*.{json,json5}"],rules:{"jsonc/indent":["error",4],"unicorn/filename-case":"off"}})],[Xd]=yn.configs.base.overrides,zd=[D({files:["**/*.{json,json5,jsonc}"],plugins:{jsonc:yn},languageOptions:{parser:yn},rules:{...Xd.rules,"jsonc/indent":["error","tab"],"jsonc/key-spacing":["error",{afterColon:!0,beforeColon:!1,mode:"strict"}],"jsonc/object-property-newline":"error"}}),D({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"}}]}}),D({files:["**/tsconfig.json","**/tsconfig.*.json"],rules:{...yn.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"]}]}})],Jd=D({files:["**/*.{yml,yaml}"],plugins:{yml:bs},languageOptions:{parser:Qc},rules:{...bs.configs.base.rules,...bs.configs.standard.rules,"yml/no-empty-mapping-value":"off"}}),Qd=[D({plugins:{"no-use-extend-native":Ho},rules:Ho.configs.recommended.rules})],Zd=[D({plugins:{unicorn:Ko},rules:{...Ko.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"}})],eT=Zc.getTsconfig(),vl=eT?.config.compilerOptions?.jsx,gl=vl==="react-jsx"||vl==="react-jsxdev",tT=D({files:["**/*.{jsx,tsx}"],plugins:{react:rr,"react-hooks":qo},languageOptions:{parserOptions:gl?rr.configs["jsx-runtime"].parserOptions:rr.configs.recommended.parserOptions},settings:{react:{version:"detect"}},rules:{...rr.configs.recommended.rules,...gl?rr.configs["jsx-runtime"].rules:{},...qo.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$"]}]}}),rT={...Ze.configs.base.rules,...Ze.configs["vue3-essential"].rules,...Ze.configs["vue3-strongly-recommended"].rules,...Ze.configs["vue3-recommended"].rules},nT=()=>je("unplugin-auto-import")?Object.fromEntries(["vue","vue-router","@vueuse/core","@vueuse/head"].flatMap(t=>je(t)?ru(t).map(e=>[e,"readonly"]):[])):{},iT=()=>{const t=[];je("vitepress")&&t.push("content","client-only","outbound-link");const e="./src/components";if(je("unplugin-vue-components")&&Xo.existsSync(e)){const i=Xo.readdirSync(e).filter(s=>s.endsWith(".vue")).map(s=>s.replace(".vue",""));t.push(...i)}return je("unplugin-icons")&&t.push("icon-*"),t},sT=D({files:["**/*.vue"],processor:Ze.processors[".vue"],languageOptions:{globals:{...mn.browser,...Ze.environments["setup-compiler-macros"].globals,...nT()},parser:eu,parserOptions:{parser:{ts:"@typescript-eslint/parser"}}}}),oT=D({files:["**/*.vue"],plugins:{vue:Ze},rules:{...rT,"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",...iT()]}],"vue/comment-directive":["error",{reportUnusedDisableDirectives:!0}],"vue/component-tags-order":"off","vue/block-order":["error",{order:["script[setup]",["script","template"],"style"]}]}});var aT="lintroll",lT="1.4.0",Sl={},Yl={},Ll={},ae={},ht={},tt={};Object.defineProperty(tt,"__esModule",{value:!0});const sr={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"]},cT=Object.keys(sr);for(const t of cT)Object.freeze(sr[t]);Object.freeze(sr);const uT=new Set(["parent","leadingComments","trailingComments"]);function pT(t){return!uT.has(t)&&t[0]!=="_"}function fT(t){return Object.keys(t).filter(pT)}function ET(t){const e=Object.assign({},sr);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)}tt.KEYS=sr,tt.getKeys=fT,tt.unionWith=ET,function(t){Object.defineProperty(t,"__esModule",{value:!0});var e=tt;function n(P,_){const T=_.range[0];let b=P,L=!1;do{L=!1;for(const Y of b.childScopes){const M=Y.block.range;if(M[0]<=T&&T<M[1]){b=Y,L=!0;break}}}while(L);return b}function i(P,_){let T="",b=P;for(typeof _=="string"?T=_:(T=_.name,b=n(b,_));b!=null;){const L=b.set.get(T);if(L!=null)return L;b=b.upper}return null}function s(P){return!this(P)}function l(P){return s.bind(P)}function u(P,_){return P.type==="Punctuator"&&P.value===_}function E(P){return u(P,"=>")}function a(P){return u(P,",")}function c(P){return u(P,";")}function f(P){return u(P,":")}function p(P){return u(P,"(")}function d(P){return u(P,")")}function y(P){return u(P,"[")}function m(P){return u(P,"]")}function h(P){return u(P,"{")}function v(P){return u(P,"}")}function S(P){return["Block","Line","Shebang"].includes(P.type)}const O=l(E),w=l(a),F=l(c),se=l(f),ce=l(p),Te=l(d),Et=l(y),zt=l(m),Jt=l(h),vo=l(v),go=l(S);function So(P,_){return P.id?_.getTokenAfter(P.id,p):_.getFirstToken(P,p)}function Yo(P,_){const T=P.parent;let b=null,L=null;if(P.type==="ArrowFunctionExpression"){const Y=_.getTokenBefore(P.body,E);b=Y.loc.start,L=Y.loc.end}else T.type==="Property"||T.type==="MethodDefinition"||T.type==="PropertyDefinition"?(b=T.loc.start,L=So(P,_).loc.start):(b=P.loc.start,L=So(P,_).loc.start);return{start:{...b},end:{...L}}}const Lo=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof g<"u"?g:{},Lc=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"])),Ps=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(P=>P!=="random").map(P=>Math[P]).filter(P=>typeof P=="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(P=>typeof P=="function")),Ao=new Set([Object.freeze,Object.preventExtensions,Object.seal]),Ac=[[Map,new Set(["size"])],[RegExp,new Set(["dotAll","flags","global","hasIndices","ignoreCase","multiline","source","sticky","unicode"])],[Set,new Set(["size"])]];function Cc(P,_){let T=P;for(;(typeof T=="object"||typeof T=="function")&&T!==null;){const b=Object.getOwnPropertyDescriptor(T,_);if(b)return b;T=Object.getPrototypeOf(T)}return null}function wc(P,_){const T=Cc(P,_);return T!=null&&T.get!=null}function Qt(P,_){const T=[];for(let b=0;b<P.length;++b){const L=P[b];if(L==null)T.length=b+1;else if(L.type==="SpreadElement"){const Y=W(L.argument,_);if(Y==null)return null;T.push(...Y.value)}else{const Y=W(L,_);if(Y==null)return null;T.push(Y.value)}}return T}function Vc(P){const _=P.references,T=_.filter(L=>L.init).length,b=_.filter(L=>L.isReadOnly()).length;return T===1&&b+T===_.length}const Co=Object.freeze({ArrayExpression(P,_){const T=Qt(P.elements,_);return T!=null?{value:T}:null},AssignmentExpression(P,_){return P.operator==="="?W(P.right,_):null},BinaryExpression(P,_){if(P.operator==="in"||P.operator==="instanceof")return null;const T=W(P.left,_),b=W(P.right,_);if(T!=null&&b!=null)switch(P.operator){case"==":return{value:T.value==b.value};case"!=":return{value:T.value!=b.value};case"===":return{value:T.value===b.value};case"!==":return{value:T.value!==b.value};case"<":return{value:T.value<b.value};case"<=":return{value:T.value<=b.value};case">":return{value:T.value>b.value};case">=":return{value:T.value>=b.value};case"<<":return{value:T.value<<b.value};case">>":return{value:T.value>>b.value};case">>>":return{value:T.value>>>b.value};case"+":return{value:T.value+b.value};case"-":return{value:T.value-b.value};case"*":return{value:T.value*b.value};case"/":return{value:T.value/b.value};case"%":return{value:T.value%b.value};case"**":return{value:T.value**b.value};case"|":return{value:T.value|b.value};case"^":return{value:T.value^b.value};case"&":return{value:T.value&b.value}}return null},CallExpression(P,_){const T=P.callee,b=Qt(P.arguments,_);if(b!=null)if(T.type==="MemberExpression"){if(T.property.type==="PrivateIdentifier")return null;const L=W(T.object,_);if(L!=null){if(L.value==null&&(L.optional||P.optional))return{value:void 0,optional:!0};const Y=ms(T,_);if(Y!=null){const M=L.value,N=Y.value;if(Ps.has(M[N]))return{value:M[N](...b)};if(Ao.has(M[N]))return{value:b[0]}}}}else{const L=W(T,_);if(L!=null){if(L.value==null&&P.optional)return{value:void 0,optional:!0};const Y=L.value;if(Ps.has(Y))return{value:Y(...b)};if(Ao.has(Y))return{value:b[0]}}}return null},ConditionalExpression(P,_){const T=W(P.test,_);return T!=null?T.value?W(P.consequent,_):W(P.alternate,_):null},ExpressionStatement(P,_){return W(P.expression,_)},Identifier(P,_){if(_!=null){const T=i(_,P);if(T!=null&&T.defs.length===0&&Lc.has(T.name)&&T.name in Lo)return{value:Lo[T.name]};if(T!=null&&T.defs.length===1){const b=T.defs[0];if(b.parent&&b.type==="Variable"&&(b.parent.kind==="const"||Vc(T))&&b.node.id.type==="Identifier")return W(b.node.init,_)}}return null},Literal(P){return(P.regex!=null||P.bigint!=null)&&P.value==null?null:{value:P.value}},LogicalExpression(P,_){const T=W(P.left,_);if(T!=null){if(P.operator==="||"&&T.value||P.operator==="&&"&&!T.value||P.operator==="??"&&T.value!=null)return T;const b=W(P.right,_);if(b!=null)return b}return null},MemberExpression(P,_){if(P.property.type==="PrivateIdentifier")return null;const T=W(P.object,_);if(T!=null){if(T.value==null&&(T.optional||P.optional))return{value:void 0,optional:!0};const b=ms(P,_);if(b!=null){if(!wc(T.value,b.value))return{value:T.value[b.value]};for(const[L,Y]of Ac)if(T.value instanceof L&&Y.has(b.value))return{value:T.value[b.value]}}}return null},ChainExpression(P,_){const T=W(P.expression,_);return T!=null?{value:T.value}:null},NewExpression(P,_){const T=W(P.callee,_),b=Qt(P.arguments,_);if(T!=null&&b!=null){const L=T.value;if(Ps.has(L))return{value:new L(...b)}}return null},ObjectExpression(P,_){const T={};for(const b of P.properties)if(b.type==="Property"){if(b.kind!=="init")return null;const L=ms(b,_),Y=W(b.value,_);if(L==null||Y==null)return null;T[L.value]=Y.value}else if(b.type==="SpreadElement"||b.type==="ExperimentalSpreadProperty"){const L=W(b.argument,_);if(L==null)return null;Object.assign(T,L.value)}else return null;return{value:T}},SequenceExpression(P,_){const T=P.expressions[P.expressions.length-1];return W(T,_)},TaggedTemplateExpression(P,_){const T=W(P.tag,_),b=Qt(P.quasi.expressions,_);if(T!=null&&b!=null){const L=T.value,Y=P.quasi.quasis.map(M=>M.value.cooked);if(Y.raw=P.quasi.quasis.map(M=>M.value.raw),L===String.raw)return{value:L(Y,...b)}}return null},TemplateLiteral(P,_){const T=Qt(P.expressions,_);if(T!=null){let b=P.quasis[0].value.cooked;for(let L=0;L<T.length;++L)b+=T[L],b+=P.quasis[L+1].value.cooked;return{value:b}}return null},UnaryExpression(P,_){if(P.operator==="delete")return null;if(P.operator==="void")return{value:void 0};const T=W(P.argument,_);if(T!=null)switch(P.operator){case"-":return{value:-T.value};case"+":return{value:+T.value};case"!":return{value:!T.value};case"~":return{value:~T.value};case"typeof":return{value:typeof T.value}}return null}});function W(P,_){return P!=null&&Object.hasOwnProperty.call(Co,P.type)?Co[P.type](P,_):null}function ms(P,_){const T=P.type==="Property"?P.key:P.property;return P.computed?W(T,_):T.type==="Identifier"?{value:T.name}:T.type==="Literal"?T.bigint?{value:T.bigint}:{value:String(T.value)}:null}function ys(P,_=null){try{return W(P,_)}catch{return null}}function Zt(P,_=null){if(P&&P.type==="Literal"&&P.value===null){if(P.regex)return`/${P.regex.pattern}/${P.regex.flags}`;if(P.bigint)return P.bigint}const T=ys(P,_);return T&&String(T.value)}function er(P,_){switch(P.type){case"MemberExpression":return P.computed?Zt(P.property,_):P.property.type==="PrivateIdentifier"?null:P.property.name;case"Property":case"MethodDefinition":case"PropertyDefinition":return P.computed?Zt(P.key,_):P.key.type==="Literal"?String(P.key.value):P.key.type==="PrivateIdentifier"?null:P.key.name}return null}function wo(P,_){const T=P.parent,b=[],L=T.type==="Property"&&T.value===P,Y=T.type==="MethodDefinition"&&T.value===P,M=T.type==="PropertyDefinition"&&T.value===P;if((Y||M)&&(T.static&&b.push("static"),T.key.type==="PrivateIdentifier"&&b.push("private")),P.async&&b.push("async"),P.generator&&b.push("generator"),L||Y){if(T.kind==="constructor")return"constructor";T.kind==="get"?b.push("getter"):T.kind==="set"?b.push("setter"):b.push("method")}else M?b.push("method"):(P.type==="ArrowFunctionExpression"&&b.push("arrow"),b.push("function"));if(L||Y||M)if(T.key.type==="PrivateIdentifier")b.push(`#${T.key.name}`);else{const N=er(T);if(N)b.push(`'${N}'`);else if(_){const Se=_.getText(T.key);Se.includes(`
13
+ `)||b.push(`[${Se}]`)}}else P.id?b.push(`'${P.id.name}'`):T.type==="VariableDeclarator"&&T.id&&T.id.type==="Identifier"?b.push(`'${T.id.name}'`):(T.type==="AssignmentExpression"||T.type==="AssignmentPattern")&&T.left&&T.left.type==="Identifier"?b.push(`'${T.left.name}'`):T.type==="ExportDefaultDeclaration"&&T.declaration===P&&b.push("'default'");return b.join(" ")}const Oc=Object.freeze(new Set(["==","!=","<","<=",">",">=","<<",">>",">>>","+","-","*","/","%","|","^","&","in"])),Mc=Object.freeze(new Set(["-","+","!","~"]));function Vo(P){return P!==null&&typeof P=="object"&&typeof P.type=="string"}const Uc=Object.freeze(Object.assign(Object.create(null),{$visit(P,_,T){const{type:b}=P;return typeof this[b]=="function"?this[b](P,_,T):this.$visitChildren(P,_,T)},$visitChildren(P,_,T){const{type:b}=P;for(const L of T[b]||e.getKeys(P)){const Y=P[L];if(Array.isArray(Y)){for(const M of Y)if(Vo(M)&&this.$visit(M,_,T))return!0}else if(Vo(Y)&&this.$visit(Y,_,T))return!0}return!1},ArrowFunctionExpression(){return!1},AssignmentExpression(){return!0},AwaitExpression(){return!0},BinaryExpression(P,_,T){return _.considerImplicitTypeConversion&&Oc.has(P.operator)&&(P.left.type!=="Literal"||P.right.type!=="Literal")?!0:this.$visitChildren(P,_,T)},CallExpression(){return!0},FunctionExpression(){return!1},ImportExpression(){return!0},MemberExpression(P,_,T){return _.considerGetters||_.considerImplicitTypeConversion&&P.computed&&P.property.type!=="Literal"?!0:this.$visitChildren(P,_,T)},MethodDefinition(P,_,T){return _.considerImplicitTypeConversion&&P.computed&&P.key.type!=="Literal"?!0:this.$visitChildren(P,_,T)},NewExpression(){return!0},Property(P,_,T){return _.considerImplicitTypeConversion&&P.computed&&P.key.type!=="Literal"?!0:this.$visitChildren(P,_,T)},PropertyDefinition(P,_,T){return _.considerImplicitTypeConversion&&P.computed&&P.key.type!=="Literal"?!0:this.$visitChildren(P,_,T)},UnaryExpression(P,_,T){return P.operator==="delete"||_.considerImplicitTypeConversion&&Mc.has(P.operator)&&P.argument.type!=="Literal"?!0:this.$visitChildren(P,_,T)},UpdateExpression(){return!0},YieldExpression(){return!0}}));function Oo(P,_,{considerGetters:T=!1,considerImplicitTypeConversion:b=!1}={}){return Uc.$visit(P,{considerGetters:T,considerImplicitTypeConversion:b},_.visitorKeys||e.KEYS)}function Rc(P,_){const T=P.parent;switch(T.type){case"CallExpression":case"NewExpression":return T.arguments.length===1&&T.arguments[0]===P?_.getTokenAfter(T.callee,p):null;case"DoWhileStatement":return T.test===P?_.getTokenAfter(T.body,p):null;case"IfStatement":case"WhileStatement":return T.test===P?_.getFirstToken(T,1):null;case"ImportExpression":return T.source===P?_.getFirstToken(T,1):null;case"SwitchStatement":return T.discriminant===P?_.getFirstToken(T,1):null;case"WithStatement":return T.object===P?_.getFirstToken(T,1):null;default:return null}}function Mo(P,_,T){let b,L,Y,M,N;if(typeof P=="number"){if(b=P|0,L=_,Y=T,!(b>=1))throw new TypeError("'times' should be a positive integer.")}else b=1,L=P,Y=_;if(L==null||L.parent==null||L.parent.type==="CatchClause"&&L.parent.param===L)return!1;M=N=L;do M=Y.getTokenBefore(M),N=Y.getTokenAfter(N);while(M!=null&&N!=null&&p(M)&&d(N)&&M!==Rc(L,Y)&&--b>0);return b===0}const Ic=/\$(?:[$&`']|[1-9][0-9]?)/gu,Uo=new WeakMap;function xc(P,_){let T=!1;for(let b=_-1;b>=0&&P.charCodeAt(b)===92;--b)T=!T;return T}function Dc(P,_,T){const b=[];let L=0,Y=null;function M(N){switch(N){case"$$":return"$";case"$&":return Y[0];case"$`":return _.slice(0,Y.index);case"$'":return _.slice(Y.index+Y[0].length);default:{const Se=N.slice(1);return Se in Y?Y[Se]:N}}}for(Y of P.execAll(_))b.push(_.slice(L,Y.index)),b.push(T.replace(Ic,M)),L=Y.index+Y[0].length;return b.push(_.slice(L)),b.join("")}function Fc(P,_,T){const b=[];let L=0;for(const Y of P.execAll(_))b.push(_.slice(L,Y.index)),b.push(String(T(...Y,Y.index,Y.input))),L=Y.index+Y[0].length;return b.push(_.slice(L)),b.join("")}class Ro{constructor(_,{escaped:T=!1}={}){if(!(_ instanceof RegExp))throw new TypeError("'pattern' should be a RegExp instance.");if(!_.flags.includes("g"))throw new Error("'pattern' should contains 'g' flag.");Uo.set(this,{pattern:new RegExp(_.source,_.flags),escaped:!!T})}*execAll(_){const{pattern:T,escaped:b}=Uo.get(this);let L=null,Y=0;for(T.lastIndex=0;(L=T.exec(_))!=null;)(b||!xc(_,L.index))&&(Y=T.lastIndex,yield L,T.lastIndex=Y)}test(_){return!this.execAll(_).next().done}[Symbol.replace](_,T){return typeof T=="function"?Fc(this,String(_),T):Dc(this,String(_),String(T))}}const $c=/^(?:Import|Export(?:All|Default|Named))Declaration$/u,Je=Function.call.bind(Object.hasOwnProperty),B=Symbol("read"),Qe=Symbol("call"),dt=Symbol("construct"),Pn=Symbol("esm"),kc={require:{[Qe]:!0}};function Io(P){return P==null||P.defs.length!==0||P.references.some(_=>_.isWrite())}function Nc(P){const _=P.parent;switch(_&&_.type){case"ConditionalExpression":return _.consequent===P||_.alternate===P;case"LogicalExpression":return!0;case"SequenceExpression":return _.expressions[_.expressions.length-1]===P;case"ChainExpression":return!0;default:return!1}}class Tt{constructor(_,{mode:T="strict",globalObjectNames:b=["global","globalThis","self","window"]}={}){this.variableStack=[],this.globalScope=_,this.mode=T,this.globalObjectNames=b.slice(0)}*iterateGlobalReferences(_){for(const T of Object.keys(_)){const b=_[T],L=[T],Y=this.globalScope.set.get(T);Io(Y)||(yield*this._iterateVariableReferences(Y,L,b,!0))}for(const T of this.globalObjectNames){const b=[],L=this.globalScope.set.get(T);Io(L)||(yield*this._iterateVariableReferences(L,b,_,!1))}}*iterateCjsReferences(_){for(const{node:T}of this.iterateGlobalReferences(kc)){const b=Zt(T.arguments[0]);if(b==null||!Je(_,b))continue;const L=_[b],Y=[b];L[B]&&(yield{node:T,path:Y,type:B,info:L[B]}),yield*this._iteratePropertyReferences(T,Y,L)}}*iterateEsmReferences(_){const T=this.globalScope.block;for(const b of T.body){if(!$c.test(b.type)||b.source==null)continue;const L=b.source.value;if(!Je(_,L))continue;const Y=_[L],M=[L];if(Y[B]&&(yield{node:b,path:M,type:B,info:Y[B]}),b.type==="ExportAllDeclaration")for(const N of Object.keys(Y)){const Se=Y[N];Se[B]&&(yield{node:b,path:M.concat(N),type:B,info:Se[B]})}else for(const N of b.specifiers){const Se=Je(Y,Pn),xo=this._iterateImportReferences(N,M,Se?Y:this.mode==="legacy"?{default:Y,...Y}:{default:Y});if(Se)yield*xo;else for(const tr of xo)tr.path=tr.path.filter(Bc),(tr.path.length>=2||tr.type!==B)&&(yield tr)}}}*_iterateVariableReferences(_,T,b,L){if(!this.variableStack.includes(_)){this.variableStack.push(_);try{for(const Y of _.references){if(!Y.isRead())continue;const M=Y.identifier;L&&b[B]&&(yield{node:M,path:T,type:B,info:b[B]}),yield*this._iteratePropertyReferences(M,T,b)}}finally{this.variableStack.pop()}}}*_iteratePropertyReferences(_,T,b){let L=_;for(;Nc(L);)L=L.parent;const Y=L.parent;if(Y.type==="MemberExpression"){if(Y.object===L){const M=er(Y);if(M==null||!Je(b,M))return;T=T.concat(M);const N=b[M];N[B]&&(yield{node:Y,path:T,type:B,info:N[B]}),yield*this._iteratePropertyReferences(Y,T,N)}return}if(Y.type==="CallExpression"){Y.callee===L&&b[Qe]&&(yield{node:Y,path:T,type:Qe,info:b[Qe]});return}if(Y.type==="NewExpression"){Y.callee===L&&b[dt]&&(yield{node:Y,path:T,type:dt,info:b[dt]});return}if(Y.type==="AssignmentExpression"){Y.right===L&&(yield*this._iterateLhsReferences(Y.left,T,b),yield*this._iteratePropertyReferences(Y,T,b));return}if(Y.type==="AssignmentPattern"){Y.right===L&&(yield*this._iterateLhsReferences(Y.left,T,b));return}Y.type==="VariableDeclarator"&&Y.init===L&&(yield*this._iterateLhsReferences(Y.id,T,b))}*_iterateLhsReferences(_,T,b){if(_.type==="Identifier"){const L=i(this.globalScope,_);L!=null&&(yield*this._iterateVariableReferences(L,T,b,!1));return}if(_.type==="ObjectPattern"){for(const L of _.properties){const Y=er(L);if(Y==null||!Je(b,Y))continue;const M=T.concat(Y),N=b[Y];N[B]&&(yield{node:L,path:M,type:B,info:N[B]}),yield*this._iterateLhsReferences(L.value,M,N)}return}_.type==="AssignmentPattern"&&(yield*this._iterateLhsReferences(_.left,T,b))}*_iterateImportReferences(_,T,b){const L=_.type;if(L==="ImportSpecifier"||L==="ImportDefaultSpecifier"){const Y=L==="ImportDefaultSpecifier"?"default":_.imported.name;if(!Je(b,Y))return;T=T.concat(Y);const M=b[Y];M[B]&&(yield{node:_,path:T,type:B,info:M[B]}),yield*this._iterateVariableReferences(i(this.globalScope,_.local),T,M,!1);return}if(L==="ImportNamespaceSpecifier"){yield*this._iterateVariableReferences(i(this.globalScope,_.local),T,b,!1);return}if(L==="ExportSpecifier"){const Y=_.local.name;if(!Je(b,Y))return;T=T.concat(Y);const M=b[Y];M[B]&&(yield{node:_,path:T,type:B,info:M[B]})}}}Tt.READ=B,Tt.CALL=Qe,Tt.CONSTRUCT=dt,Tt.ESM=Pn;function Bc(P,_){return!(_===1&&P==="default")}var jc={CALL:Qe,CONSTRUCT:dt,ESM:Pn,findVariable:i,getFunctionHeadLocation:Yo,getFunctionNameWithKind:wo,getInnermostScope:n,getPropertyName:er,getStaticValue:ys,getStringIfConstant:Zt,hasSideEffect:Oo,isArrowToken:E,isClosingBraceToken:v,isClosingBracketToken:m,isClosingParenToken:d,isColonToken:f,isCommaToken:a,isCommentToken:S,isNotArrowToken:O,isNotClosingBraceToken:vo,isNotClosingBracketToken:zt,isNotClosingParenToken:Te,isNotColonToken:se,isNotCommaToken:w,isNotCommentToken:go,isNotOpeningBraceToken:Jt,isNotOpeningBracketToken:Et,isNotOpeningParenToken:ce,isNotSemicolonToken:F,isOpeningBraceToken:h,isOpeningBracketToken:y,isOpeningParenToken:p,isParenthesized:Mo,isSemicolonToken:c,PatternMatcher:Ro,READ:B,ReferenceTracker:Tt};t.CALL=Qe,t.CONSTRUCT=dt,t.ESM=Pn,t.PatternMatcher=Ro,t.READ=B,t.ReferenceTracker=Tt,t.default=jc,t.findVariable=i,t.getFunctionHeadLocation=Yo,t.getFunctionNameWithKind=wo,t.getInnermostScope=n,t.getPropertyName=er,t.getStaticValue=ys,t.getStringIfConstant=Zt,t.hasSideEffect=Oo,t.isArrowToken=E,t.isClosingBraceToken=v,t.isClosingBracketToken=m,t.isClosingParenToken=d,t.isColonToken=f,t.isCommaToken=a,t.isCommentToken=S,t.isNotArrowToken=O,t.isNotClosingBraceToken=vo,t.isNotClosingBracketToken=zt,t.isNotClosingParenToken=Te,t.isNotColonToken=se,t.isNotCommaToken=w,t.isNotCommentToken=go,t.isNotOpeningBraceToken=Jt,t.isNotOpeningBracketToken=Et,t.isNotOpeningParenToken=ce,t.isNotSemicolonToken=F,t.isOpeningBraceToken=h,t.isOpeningBracketToken=y,t.isOpeningParenToken=p,t.isParenthesized=Mo,t.isSemicolonToken=c}(ht);var dT=g&&g.__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]}),TT=g&&g.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),PT=g&&g.__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)&&dT(e,t,n);return TT(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 rt=PT(ht),mT=rt.getFunctionHeadLocation;ae.getFunctionHeadLocation=mT;const yT=rt.getFunctionNameWithKind;ae.getFunctionNameWithKind=yT;const hT=rt.getPropertyName;ae.getPropertyName=hT;const _T=rt.getStaticValue;ae.getStaticValue=_T;const bT=rt.getStringIfConstant;ae.getStringIfConstant=bT;const vT=rt.hasSideEffect;ae.hasSideEffect=vT;const gT=rt.isParenthesized;ae.isParenthesized=gT;var wn={},ST=g&&g.__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]}),YT=g&&g.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),LT=g&&g.__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)&&ST(e,t,n);return YT(e,t),e};Object.defineProperty(wn,"__esModule",{value:!0}),wn.PatternMatcher=void 0;const AT=LT(ht),CT=AT.PatternMatcher;wn.PatternMatcher=CT;var U={},wT=g&&g.__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]}),VT=g&&g.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),OT=g&&g.__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)&&wT(e,t,n);return VT(e,t),e};Object.defineProperty(U,"__esModule",{value:!0}),U.isSemicolonToken=U.isOpeningParenToken=U.isOpeningBracketToken=U.isOpeningBraceToken=U.isNotSemicolonToken=U.isNotOpeningParenToken=U.isNotOpeningBracketToken=U.isNotOpeningBraceToken=U.isNotCommentToken=U.isNotCommaToken=U.isNotColonToken=U.isNotClosingParenToken=U.isNotClosingBracketToken=U.isNotClosingBraceToken=U.isNotArrowToken=U.isCommentToken=U.isCommaToken=U.isColonToken=U.isClosingParenToken=U.isClosingBracketToken=U.isClosingBraceToken=U.isArrowToken=void 0;const X=OT(ht),MT=X.isArrowToken;U.isArrowToken=MT;const UT=X.isNotArrowToken;U.isNotArrowToken=UT;const RT=X.isClosingBraceToken;U.isClosingBraceToken=RT;const IT=X.isNotClosingBraceToken;U.isNotClosingBraceToken=IT;const xT=X.isClosingBracketToken;U.isClosingBracketToken=xT;const DT=X.isNotClosingBracketToken;U.isNotClosingBracketToken=DT;const FT=X.isClosingParenToken;U.isClosingParenToken=FT;const $T=X.isNotClosingParenToken;U.isNotClosingParenToken=$T;const kT=X.isColonToken;U.isColonToken=kT;const NT=X.isNotColonToken;U.isNotColonToken=NT;const BT=X.isCommaToken;U.isCommaToken=BT;const jT=X.isNotCommaToken;U.isNotCommaToken=jT;const GT=X.isCommentToken;U.isCommentToken=GT;const WT=X.isNotCommentToken;U.isNotCommentToken=WT;const HT=X.isOpeningBraceToken;U.isOpeningBraceToken=HT;const KT=X.isNotOpeningBraceToken;U.isNotOpeningBraceToken=KT;const qT=X.isOpeningBracketToken;U.isOpeningBracketToken=qT;const XT=X.isNotOpeningBracketToken;U.isNotOpeningBracketToken=XT;const zT=X.isOpeningParenToken;U.isOpeningParenToken=zT;const JT=X.isNotOpeningParenToken;U.isNotOpeningParenToken=JT;const QT=X.isSemicolonToken;U.isSemicolonToken=QT;const ZT=X.isNotSemicolonToken;U.isNotSemicolonToken=ZT;var Vn={},eP=g&&g.__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]}),tP=g&&g.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),rP=g&&g.__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)&&eP(e,t,n);return tP(e,t),e};Object.defineProperty(Vn,"__esModule",{value:!0}),Vn.ReferenceTracker=void 0;const or=rP(ht);or.ReferenceTracker.READ,or.ReferenceTracker.CALL,or.ReferenceTracker.CONSTRUCT,or.ReferenceTracker.ESM;const nP=or.ReferenceTracker;Vn.ReferenceTracker=nP;var _t={},iP=g&&g.__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]}),sP=g&&g.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),oP=g&&g.__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)&&iP(e,t,n);return sP(e,t),e};Object.defineProperty(_t,"__esModule",{value:!0}),_t.getInnermostScope=_t.findVariable=void 0;const Al=oP(ht),aP=Al.findVariable;_t.findVariable=aP;const lP=Al.getInnermostScope;_t.getInnermostScope=lP,function(t){var e=g&&g.__createBinding||(Object.create?function(i,s,l,u){u===void 0&&(u=l);var E=Object.getOwnPropertyDescriptor(s,l);(!E||("get"in E?!s.__esModule:E.writable||E.configurable))&&(E={enumerable:!0,get:function(){return s[l]}}),Object.defineProperty(i,u,E)}:function(i,s,l,u){u===void 0&&(u=l),i[u]=s[l]}),n=g&&g.__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(wn,t),n(U,t),n(Vn,t),n(_t,t)}(Ll);var no={};(function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.isNotTokenOfTypeWithConditions=t.isTokenOfTypeWithConditions=t.isNodeOfTypeWithConditions=t.isNodeOfTypes=t.isNodeOfType=void 0;const e=u=>E=>E?.type===u;t.isNodeOfType=e;const n=u=>E=>!!E&&u.includes(E.type);t.isNodeOfTypes=n;const i=(u,E)=>{const a=Object.entries(E);return c=>c?.type===u&&a.every(([f,p])=>c[f]===p)};t.isNodeOfTypeWithConditions=i;const s=(u,E)=>{const a=Object.entries(E);return c=>c?.type===u&&a.every(([f,p])=>c[f]===p)};t.isTokenOfTypeWithConditions=s;const l=(u,E)=>a=>!(0,t.isTokenOfTypeWithConditions)(u,E)(a);t.isNotTokenOfTypeWithConditions=l})(no);var bt={};Object.defineProperty(bt,"__esModule",{value:!0}),bt.LINEBREAK_MATCHER=bt.isTokenOnSameLine=void 0;const cP=/\r\n|[\r\n\u2028\u2029]/;bt.LINEBREAK_MATCHER=cP;function uP(t,e){return t.loc.end.line===e.loc.start.line}bt.isTokenOnSameLine=uP;var R={},io={},we={},nt={};Object.defineProperty(nt,"__esModule",{value:!0}),nt.AST_TOKEN_TYPES=nt.AST_NODE_TYPES=void 0;var Cl;(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"})(Cl||(nt.AST_NODE_TYPES=Cl={}));var wl;(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"})(wl||(nt.AST_TOKEN_TYPES=wl={}));var Vl={};Object.defineProperty(Vl,"__esModule",{value:!0});var Ol={};Object.defineProperty(Ol,"__esModule",{value:!0});var On={},pP=g&&g.__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]}),fP=g&&g.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),EP=g&&g.__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)&&pP(e,t,n);return fP(e,t),e};Object.defineProperty(On,"__esModule",{value:!0}),On.TSESTree=void 0,On.TSESTree=EP(nt),function(t){var e=g&&g.__createBinding||(Object.create?function(s,l,u,E){E===void 0&&(E=u);var a=Object.getOwnPropertyDescriptor(l,u);(!a||("get"in a?!l.__esModule:a.writable||a.configurable))&&(a={enumerable:!0,get:function(){return l[u]}}),Object.defineProperty(s,E,a)}:function(s,l,u,E){E===void 0&&(E=u),s[E]=l[u]}),n=g&&g.__exportStar||function(s,l){for(var u in s)u!=="default"&&!Object.prototype.hasOwnProperty.call(l,u)&&e(l,s,u)};Object.defineProperty(t,"__esModule",{value:!0}),t.AST_TOKEN_TYPES=t.AST_NODE_TYPES=void 0;var i=nt;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(Vl,t),n(Ol,t),n(On,t)}(we),function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.TSESTree=t.AST_TOKEN_TYPES=t.AST_NODE_TYPES=void 0;var e=we;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}})}(io),Object.defineProperty(R,"__esModule",{value:!0}),R.isVariableDeclarator=R.isTypeKeyword=R.isTypeAssertion=R.isTSFunctionType=R.isTSConstructorType=R.isSetter=R.isOptionalCallExpression=R.isOptionalChainPunctuator=R.isNotOptionalChainPunctuator=R.isNotNonNullAssertionPunctuator=R.isNonNullAssertionPunctuator=R.isLogicalOrOperator=R.isLoop=R.isImportKeyword=R.isIdentifier=R.isFunctionType=R.isFunctionOrFunctionType=R.isFunction=R.isClassOrTypeElement=R.isConstructor=R.isAwaitKeyword=R.isAwaitExpression=void 0;const I=io,J=no,dP=(0,J.isTokenOfTypeWithConditions)(I.AST_TOKEN_TYPES.Punctuator,{value:"?."});R.isOptionalChainPunctuator=dP;const TP=(0,J.isNotTokenOfTypeWithConditions)(I.AST_TOKEN_TYPES.Punctuator,{value:"?."});R.isNotOptionalChainPunctuator=TP;const PP=(0,J.isTokenOfTypeWithConditions)(I.AST_TOKEN_TYPES.Punctuator,{value:"!"});R.isNonNullAssertionPunctuator=PP;const mP=(0,J.isNotTokenOfTypeWithConditions)(I.AST_TOKEN_TYPES.Punctuator,{value:"!"});R.isNotNonNullAssertionPunctuator=mP;const yP=(0,J.isNodeOfTypeWithConditions)(I.AST_NODE_TYPES.CallExpression,{optional:!0});R.isOptionalCallExpression=yP;const hP=(0,J.isNodeOfTypeWithConditions)(I.AST_NODE_TYPES.LogicalExpression,{operator:"||"});R.isLogicalOrOperator=hP;const _P=(0,J.isNodeOfTypes)([I.AST_NODE_TYPES.TSAsExpression,I.AST_NODE_TYPES.TSTypeAssertion]);R.isTypeAssertion=_P;const bP=(0,J.isNodeOfType)(I.AST_NODE_TYPES.VariableDeclarator);R.isVariableDeclarator=bP;const Ml=[I.AST_NODE_TYPES.ArrowFunctionExpression,I.AST_NODE_TYPES.FunctionDeclaration,I.AST_NODE_TYPES.FunctionExpression],vP=(0,J.isNodeOfTypes)(Ml);R.isFunction=vP;const Ul=[I.AST_NODE_TYPES.TSCallSignatureDeclaration,I.AST_NODE_TYPES.TSConstructorType,I.AST_NODE_TYPES.TSConstructSignatureDeclaration,I.AST_NODE_TYPES.TSEmptyBodyFunctionExpression,I.AST_NODE_TYPES.TSFunctionType,I.AST_NODE_TYPES.TSMethodSignature],gP=(0,J.isNodeOfTypes)(Ul);R.isFunctionType=gP;const SP=(0,J.isNodeOfTypes)([...Ml,...Ul]);R.isFunctionOrFunctionType=SP;const YP=(0,J.isNodeOfType)(I.AST_NODE_TYPES.TSFunctionType);R.isTSFunctionType=YP;const LP=(0,J.isNodeOfType)(I.AST_NODE_TYPES.TSConstructorType);R.isTSConstructorType=LP;const AP=(0,J.isNodeOfTypes)([I.AST_NODE_TYPES.PropertyDefinition,I.AST_NODE_TYPES.FunctionExpression,I.AST_NODE_TYPES.MethodDefinition,I.AST_NODE_TYPES.TSAbstractPropertyDefinition,I.AST_NODE_TYPES.TSAbstractMethodDefinition,I.AST_NODE_TYPES.TSEmptyBodyFunctionExpression,I.AST_NODE_TYPES.TSIndexSignature,I.AST_NODE_TYPES.TSCallSignatureDeclaration,I.AST_NODE_TYPES.TSConstructSignatureDeclaration,I.AST_NODE_TYPES.TSMethodSignature,I.AST_NODE_TYPES.TSPropertySignature]);R.isClassOrTypeElement=AP;const CP=(0,J.isNodeOfTypeWithConditions)(I.AST_NODE_TYPES.MethodDefinition,{kind:"constructor"});R.isConstructor=CP;function wP(t){return!!t&&(t.type===I.AST_NODE_TYPES.MethodDefinition||t.type===I.AST_NODE_TYPES.Property)&&t.kind==="set"}R.isSetter=wP;const VP=(0,J.isNodeOfType)(I.AST_NODE_TYPES.Identifier);R.isIdentifier=VP;const OP=(0,J.isNodeOfType)(I.AST_NODE_TYPES.AwaitExpression);R.isAwaitExpression=OP;const MP=(0,J.isTokenOfTypeWithConditions)(I.AST_TOKEN_TYPES.Identifier,{value:"await"});R.isAwaitKeyword=MP;const UP=(0,J.isTokenOfTypeWithConditions)(I.AST_TOKEN_TYPES.Identifier,{value:"type"});R.isTypeKeyword=UP;const RP=(0,J.isTokenOfTypeWithConditions)(I.AST_TOKEN_TYPES.Keyword,{value:"import"});R.isImportKeyword=RP;const IP=(0,J.isNodeOfTypes)([I.AST_NODE_TYPES.DoWhileStatement,I.AST_NODE_TYPES.ForStatement,I.AST_NODE_TYPES.ForInStatement,I.AST_NODE_TYPES.ForOfStatement,I.AST_NODE_TYPES.WhileStatement]);R.isLoop=IP,function(t){var e=g&&g.__createBinding||(Object.create?function(i,s,l,u){u===void 0&&(u=l);var E=Object.getOwnPropertyDescriptor(s,l);(!E||("get"in E?!s.__esModule:E.writable||E.configurable))&&(E={enumerable:!0,get:function(){return s[l]}}),Object.defineProperty(i,u,E)}:function(i,s,l,u){u===void 0&&(u=l),i[u]=s[l]}),n=g&&g.__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(Ll,t),n(no,t),n(bt,t),n(R,t)}(Yl);var Rl={},ar={},it={};Object.defineProperty(it,"__esModule",{value:!0}),it.isObjectNotArray=it.deepMerge=void 0;function so(t){return typeof t=="object"&&t!=null&&!Array.isArray(t)}it.isObjectNotArray=so;function Il(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,u=s in e,E=t[s],a=e[s];return l&&u?so(E)&&so(a)?i[s]=Il(E,a):i[s]=a:l?i[s]=E:i[s]=a,i},{})}it.deepMerge=Il,Object.defineProperty(ar,"__esModule",{value:!0}),ar.applyDefault=void 0;const oo=it;function xP(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,oo.isObjectNotArray)(l)&&(0,oo.isObjectNotArray)(i)?n[s]=(0,oo.deepMerge)(i,l):n[s]=l}}),n}ar.applyDefault=xP;var Mn={},Un={};Object.defineProperty(Un,"__esModule",{value:!0}),Un.parserPathSeemsToBeTSESLint=void 0;function DP(t){return/(?:typescript-eslint|\.\.)[\w/\\]*parser/.test(t)}Un.parserPathSeemsToBeTSESLint=DP,Object.defineProperty(Mn,"__esModule",{value:!0}),Mn.getParserServices=void 0;const FP=Un,$P='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.',kP='Note: detected a parser other than @typescript-eslint/parser. Make sure the parser is configured to forward "parserOptions.project" to @typescript-eslint/parser.';function NP(t,e=!1){return(t.sourceCode.parserServices?.esTreeNodeToTSNodeMap==null||t.sourceCode.parserServices.tsNodeToESTreeNodeMap==null)&&xl(t.parserPath),t.sourceCode.parserServices.program==null&&!e&&xl(t.parserPath),t.sourceCode.parserServices}Mn.getParserServices=NP;function xl(t){const e=[$P,`Parser: ${t}`];throw(0,FP.parserPathSeemsToBeTSESLint)(t)||e.push(kP),new Error(e.join(`
14
+ `))}var Dl={};Object.defineProperty(Dl,"__esModule",{value:!0});var Rn={};Object.defineProperty(Rn,"__esModule",{value:!0}),Rn.RuleCreator=void 0;const BP=ar;function Fl(t){return function({name:n,meta:i,...s}){return $l({meta:{...i,docs:{...i.docs,url:t(n)}},...s})}}Rn.RuleCreator=Fl;function $l({create:t,defaultOptions:e,meta:n}){return{create(i){const s=(0,BP.applyDefault)(e,i.options);return t(i,s)},defaultOptions:e,meta:n}}Fl.withoutDocs=$l;var vt={};Object.defineProperty(vt,"__esModule",{value:!0}),vt.NullThrowsReasons=vt.nullThrows=void 0;const jP={MissingParent:"Expected node to have a parent.",MissingToken:(t,e)=>`Expected to find a ${t} for the ${e}.`};vt.NullThrowsReasons=jP;function GP(t,e){if(t==null)throw new Error(`Non-null Assertion Failed: ${e}`);return t}vt.nullThrows=GP,function(t){var e=g&&g.__createBinding||(Object.create?function(i,s,l,u){u===void 0&&(u=l);var E=Object.getOwnPropertyDescriptor(s,l);(!E||("get"in E?!s.__esModule:E.writable||E.configurable))&&(E={enumerable:!0,get:function(){return s[l]}}),Object.defineProperty(i,u,E)}:function(i,s,l,u){u===void 0&&(u=l),i[u]=s[l]}),n=g&&g.__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(ar,t),n(Mn,t),n(Dl,t),n(Rn,t),n(it,t),n(vt,t)}(Rl);var kl={};Object.defineProperty(kl,"__esModule",{value:!0});var Nl={},Bl={};Object.defineProperty(Bl,"__esModule",{value:!0});var jl={};Object.defineProperty(jl,"__esModule",{value:!0});var Gl={},lr={};Object.defineProperty(lr,"__esModule",{value:!0}),lr.LegacyESLint=void 0;const WP=zo;class HP extends WP.LegacyESLint{}lr.LegacyESLint=HP;var In={};Object.defineProperty(In,"__esModule",{value:!0}),In.FlatESLint=void 0;const KP=zo;class qP extends KP.FlatESLint{}In.FlatESLint=qP,function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.LegacyESLint=t.FlatESLint=t.ESLint=void 0;var e=lr;Object.defineProperty(t,"ESLint",{enumerable:!0,get:function(){return e.LegacyESLint}});var n=In;Object.defineProperty(t,"FlatESLint",{enumerable:!0,get:function(){return n.FlatESLint}});var i=lr;Object.defineProperty(t,"LegacyESLint",{enumerable:!0,get:function(){return i.LegacyESLint}})}(Gl);var xn={};Object.defineProperty(xn,"__esModule",{value:!0}),xn.Linter=void 0;const XP=vs;class zP extends XP.Linter{}xn.Linter=zP;var Wl={};Object.defineProperty(Wl,"__esModule",{value:!0});var Hl={};Object.defineProperty(Hl,"__esModule",{value:!0});var Kl={};Object.defineProperty(Kl,"__esModule",{value:!0});var ql={};Object.defineProperty(ql,"__esModule",{value:!0});var Dn={};Object.defineProperty(Dn,"__esModule",{value:!0}),Dn.RuleTester=void 0;const JP=vs;class QP extends JP.RuleTester{}Dn.RuleTester=QP;var Fn={},Xl={},$n={},ao={},kn={};Object.defineProperty(kn,"__esModule",{value:!0}),kn.getKeys=void 0;const ZP=tt,em=ZP.getKeys;kn.getKeys=em;var Nn={},tm=g&&g.__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]}),rm=g&&g.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),nm=g&&g.__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)&&tm(e,t,n);return rm(e,t),e};Object.defineProperty(Nn,"__esModule",{value:!0}),Nn.visitorKeys=void 0;const im=nm(tt),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"]}})(),sm={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:[]},om=im.unionWith(sm);Nn.visitorKeys=om,function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.visitorKeys=t.getKeys=void 0;var e=kn;Object.defineProperty(t,"getKeys",{enumerable:!0,get:function(){return e.getKeys}});var n=Nn;Object.defineProperty(t,"visitorKeys",{enumerable:!0,get:function(){return n.visitorKeys}})}(ao);var zl={},Bn={},Ke={};Object.defineProperty(Ke,"__esModule",{value:!0}),Ke.assert=void 0;function am(t,e){if(t==null)throw new Error(e)}Ke.assert=am;var qe={},jn={},ue={},De={};Object.defineProperty(De,"__esModule",{value:!0}),De.resetIds=De.createIdGenerator=void 0;const Gn=new Map;let lm=0;function cm(){const t=lm+=1;return Gn.set(t,0),()=>{const n=(Gn.get(t)??0)+1;return Gn.set(t,n),n}}De.createIdGenerator=cm;function um(){Gn.clear()}De.resetIds=um,Object.defineProperty(ue,"__esModule",{value:!0}),ue.DefinitionBase=void 0;const pm=De,fm=(0,pm.createIdGenerator)();class Em{constructor(e,n,i,s){this.$id=fm(),this.type=e,this.name=n,this.node=i,this.parent=s}}ue.DefinitionBase=Em;var le={};Object.defineProperty(le,"__esModule",{value:!0}),le.DefinitionType=void 0;var Jl;(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"})(Jl||(le.DefinitionType=Jl={})),Object.defineProperty(jn,"__esModule",{value:!0}),jn.CatchClauseDefinition=void 0;const dm=ue,Tm=le;class Pm extends dm.DefinitionBase{constructor(e,n){super(Tm.DefinitionType.CatchClause,e,n,null),this.isTypeDefinition=!1,this.isVariableDefinition=!0}}jn.CatchClauseDefinition=Pm;var Wn={};Object.defineProperty(Wn,"__esModule",{value:!0}),Wn.ClassNameDefinition=void 0;const mm=ue,ym=le;class hm extends mm.DefinitionBase{constructor(e,n){super(ym.DefinitionType.ClassName,e,n,null),this.isTypeDefinition=!0,this.isVariableDefinition=!0}}Wn.ClassNameDefinition=hm;var Ql={};Object.defineProperty(Ql,"__esModule",{value:!0});var Hn={};Object.defineProperty(Hn,"__esModule",{value:!0}),Hn.FunctionNameDefinition=void 0;const _m=ue,bm=le;class vm extends _m.DefinitionBase{constructor(e,n){super(bm.DefinitionType.FunctionName,e,n,null),this.isTypeDefinition=!1,this.isVariableDefinition=!0}}Hn.FunctionNameDefinition=vm;var cr={};Object.defineProperty(cr,"__esModule",{value:!0}),cr.ImplicitGlobalVariableDefinition=void 0;const gm=ue,Sm=le;class Ym extends gm.DefinitionBase{constructor(e,n){super(Sm.DefinitionType.ImplicitGlobalVariable,e,n,null),this.isTypeDefinition=!1,this.isVariableDefinition=!0}}cr.ImplicitGlobalVariableDefinition=Ym;var Kn={};Object.defineProperty(Kn,"__esModule",{value:!0}),Kn.ImportBindingDefinition=void 0;const Lm=ue,Am=le;class Cm extends Lm.DefinitionBase{constructor(e,n,i){super(Am.DefinitionType.ImportBinding,e,n,i),this.isTypeDefinition=!0,this.isVariableDefinition=!0}}Kn.ImportBindingDefinition=Cm;var qn={};Object.defineProperty(qn,"__esModule",{value:!0}),qn.ParameterDefinition=void 0;const wm=ue,Vm=le;class Om extends wm.DefinitionBase{constructor(e,n,i){super(Vm.DefinitionType.Parameter,e,n,null),this.isTypeDefinition=!1,this.isVariableDefinition=!0,this.rest=i}}qn.ParameterDefinition=Om;var Xn={};Object.defineProperty(Xn,"__esModule",{value:!0}),Xn.TSEnumMemberDefinition=void 0;const Mm=ue,Um=le;class Rm extends Mm.DefinitionBase{constructor(e,n){super(Um.DefinitionType.TSEnumMember,e,n,null),this.isTypeDefinition=!0,this.isVariableDefinition=!0}}Xn.TSEnumMemberDefinition=Rm;var zn={};Object.defineProperty(zn,"__esModule",{value:!0}),zn.TSEnumNameDefinition=void 0;const Im=ue,xm=le;class Dm extends Im.DefinitionBase{constructor(e,n){super(xm.DefinitionType.TSEnumName,e,n,null),this.isTypeDefinition=!0,this.isVariableDefinition=!0}}zn.TSEnumNameDefinition=Dm;var Jn={};Object.defineProperty(Jn,"__esModule",{value:!0}),Jn.TSModuleNameDefinition=void 0;const Fm=ue,$m=le;class km extends Fm.DefinitionBase{constructor(e,n){super($m.DefinitionType.TSModuleName,e,n,null),this.isTypeDefinition=!0,this.isVariableDefinition=!0}}Jn.TSModuleNameDefinition=km;var Qn={};Object.defineProperty(Qn,"__esModule",{value:!0}),Qn.TypeDefinition=void 0;const Nm=ue,Bm=le;class jm extends Nm.DefinitionBase{constructor(e,n){super(Bm.DefinitionType.Type,e,n,null),this.isTypeDefinition=!0,this.isVariableDefinition=!1}}Qn.TypeDefinition=jm;var Zn={};Object.defineProperty(Zn,"__esModule",{value:!0}),Zn.VariableDefinition=void 0;const Gm=ue,Wm=le;class Hm extends Gm.DefinitionBase{constructor(e,n,i){super(Wm.DefinitionType.Variable,e,n,i),this.isTypeDefinition=!1,this.isVariableDefinition=!0}}Zn.VariableDefinition=Hm,function(t){var e=g&&g.__createBinding||(Object.create?function(i,s,l,u){u===void 0&&(u=l);var E=Object.getOwnPropertyDescriptor(s,l);(!E||("get"in E?!s.__esModule:E.writable||E.configurable))&&(E={enumerable:!0,get:function(){return s[l]}}),Object.defineProperty(i,u,E)}:function(i,s,l,u){u===void 0&&(u=l),i[u]=s[l]}),n=g&&g.__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(jn,t),n(Wn,t),n(Ql,t),n(le,t),n(Hn,t),n(cr,t),n(Kn,t),n(qn,t),n(Xn,t),n(zn,t),n(Jn,t),n(Qn,t),n(Zn,t)}(qe);var ei={},gt={},C={};Object.defineProperty(C,"__esModule",{value:!0}),C.TYPE_VALUE=C.VALUE=C.TYPE=void 0,C.TYPE=Object.freeze({eslintImplicitGlobalSetting:"readonly",isTypeVariable:!0,isValueVariable:!1}),C.VALUE=Object.freeze({eslintImplicitGlobalSetting:"readonly",isTypeVariable:!1,isValueVariable:!0}),C.TYPE_VALUE=Object.freeze({eslintImplicitGlobalSetting:"readonly",isTypeVariable:!0,isValueVariable:!0}),Object.defineProperty(gt,"__esModule",{value:!0}),gt.decorators=void 0;const be=C;gt.decorators={ClassMemberDecoratorContext:be.TYPE,DecoratorContext:be.TYPE,DecoratorMetadataObject:be.TYPE,DecoratorMetadata:be.TYPE,ClassDecoratorContext:be.TYPE,ClassMethodDecoratorContext:be.TYPE,ClassGetterDecoratorContext:be.TYPE,ClassSetterDecoratorContext:be.TYPE,ClassAccessorDecoratorContext:be.TYPE,ClassAccessorDecoratorTarget:be.TYPE,ClassAccessorDecoratorResult:be.TYPE,ClassFieldDecoratorContext:be.TYPE};var ur={};Object.defineProperty(ur,"__esModule",{value:!0}),ur.decorators_legacy=void 0;const ti=C;ur.decorators_legacy={ClassDecorator:ti.TYPE,PropertyDecorator:ti.TYPE,MethodDecorator:ti.TYPE,ParameterDecorator:ti.TYPE};var pe={};Object.defineProperty(pe,"__esModule",{value:!0}),pe.dom=void 0;const r=C;pe.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 Ye={};Object.defineProperty(Ye,"__esModule",{value:!0}),Ye.dom_asynciterable=void 0;const Km=C;Ye.dom_asynciterable={FileSystemDirectoryHandle:Km.TYPE};var Pe={};Object.defineProperty(Pe,"__esModule",{value:!0}),Pe.dom_iterable=void 0;const V=C;Pe.dom_iterable={AudioParam:V.TYPE,AudioParamMap:V.TYPE,BaseAudioContext:V.TYPE,CSSKeyframesRule:V.TYPE,CSSNumericArray:V.TYPE,CSSRuleList:V.TYPE,CSSStyleDeclaration:V.TYPE,CSSTransformValue:V.TYPE,CSSUnparsedValue:V.TYPE,Cache:V.TYPE,CanvasPath:V.TYPE,CanvasPathDrawingStyles:V.TYPE,DOMRectList:V.TYPE,DOMStringList:V.TYPE,DOMTokenList:V.TYPE,DataTransferItemList:V.TYPE,EventCounts:V.TYPE,FileList:V.TYPE,FontFaceSet:V.TYPE,FormData:V.TYPE,HTMLAllCollection:V.TYPE,HTMLCollectionBase:V.TYPE,HTMLCollectionOf:V.TYPE,HTMLFormElement:V.TYPE,HTMLSelectElement:V.TYPE,Headers:V.TYPE,Highlight:V.TYPE,HighlightRegistry:V.TYPE,IDBDatabase:V.TYPE,IDBObjectStore:V.TYPE,MIDIInputMap:V.TYPE,MIDIOutput:V.TYPE,MIDIOutputMap:V.TYPE,MediaKeyStatusMap:V.TYPE,MediaList:V.TYPE,MessageEvent:V.TYPE,MimeTypeArray:V.TYPE,NamedNodeMap:V.TYPE,Navigator:V.TYPE,NodeList:V.TYPE,NodeListOf:V.TYPE,Plugin:V.TYPE,PluginArray:V.TYPE,RTCRtpTransceiver:V.TYPE,RTCStatsReport:V.TYPE,SVGLengthList:V.TYPE,SVGNumberList:V.TYPE,SVGPointList:V.TYPE,SVGStringList:V.TYPE,SVGTransformList:V.TYPE,SourceBufferList:V.TYPE,SpeechRecognitionResult:V.TYPE,SpeechRecognitionResultList:V.TYPE,StylePropertyMapReadOnly:V.TYPE,StyleSheetList:V.TYPE,SubtleCrypto:V.TYPE,TextTrackCueList:V.TYPE,TextTrackList:V.TYPE,TouchList:V.TYPE,URLSearchParams:V.TYPE,WEBGL_draw_buffers:V.TYPE,WEBGL_multi_draw:V.TYPE,WebGL2RenderingContextBase:V.TYPE,WebGL2RenderingContextOverloads:V.TYPE,WebGLRenderingContextBase:V.TYPE,WebGLRenderingContextOverloads:V.TYPE};var st={};Object.defineProperty(st,"__esModule",{value:!0}),st.es5=void 0;const A=C,qm=gt,Xm=ur;st.es5={...qm.decorators,...Xm.decorators_legacy,Symbol:A.TYPE,PropertyKey:A.TYPE,PropertyDescriptor:A.TYPE,PropertyDescriptorMap:A.TYPE,Object:A.TYPE_VALUE,ObjectConstructor:A.TYPE,Function:A.TYPE_VALUE,FunctionConstructor:A.TYPE,ThisParameterType:A.TYPE,OmitThisParameter:A.TYPE,CallableFunction:A.TYPE,NewableFunction:A.TYPE,IArguments:A.TYPE,String:A.TYPE_VALUE,StringConstructor:A.TYPE,Boolean:A.TYPE_VALUE,BooleanConstructor:A.TYPE,Number:A.TYPE_VALUE,NumberConstructor:A.TYPE,TemplateStringsArray:A.TYPE,ImportMeta:A.TYPE,ImportCallOptions:A.TYPE,ImportAssertions:A.TYPE,ImportAttributes:A.TYPE,Math:A.TYPE_VALUE,Date:A.TYPE_VALUE,DateConstructor:A.TYPE,RegExpMatchArray:A.TYPE,RegExpExecArray:A.TYPE,RegExp:A.TYPE_VALUE,RegExpConstructor:A.TYPE,Error:A.TYPE_VALUE,ErrorConstructor:A.TYPE,EvalError:A.TYPE_VALUE,EvalErrorConstructor:A.TYPE,RangeError:A.TYPE_VALUE,RangeErrorConstructor:A.TYPE,ReferenceError:A.TYPE_VALUE,ReferenceErrorConstructor:A.TYPE,SyntaxError:A.TYPE_VALUE,SyntaxErrorConstructor:A.TYPE,TypeError:A.TYPE_VALUE,TypeErrorConstructor:A.TYPE,URIError:A.TYPE_VALUE,URIErrorConstructor:A.TYPE,JSON:A.TYPE_VALUE,ReadonlyArray:A.TYPE,ConcatArray:A.TYPE,Array:A.TYPE_VALUE,ArrayConstructor:A.TYPE,TypedPropertyDescriptor:A.TYPE,PromiseConstructorLike:A.TYPE,PromiseLike:A.TYPE,Promise:A.TYPE,Awaited:A.TYPE,ArrayLike:A.TYPE,Partial:A.TYPE,Required:A.TYPE,Readonly:A.TYPE,Pick:A.TYPE,Record:A.TYPE,Exclude:A.TYPE,Extract:A.TYPE,Omit:A.TYPE,NonNullable:A.TYPE,Parameters:A.TYPE,ConstructorParameters:A.TYPE,ReturnType:A.TYPE,InstanceType:A.TYPE,Uppercase:A.TYPE,Lowercase:A.TYPE,Capitalize:A.TYPE,Uncapitalize:A.TYPE,NoInfer:A.TYPE,ThisType:A.TYPE,WeakKeyTypes:A.TYPE,WeakKey:A.TYPE,ArrayBuffer:A.TYPE_VALUE,ArrayBufferTypes:A.TYPE,ArrayBufferLike:A.TYPE,ArrayBufferConstructor:A.TYPE,ArrayBufferView:A.TYPE,DataView:A.TYPE_VALUE,DataViewConstructor:A.TYPE,Int8Array:A.TYPE_VALUE,Int8ArrayConstructor:A.TYPE,Uint8Array:A.TYPE_VALUE,Uint8ArrayConstructor:A.TYPE,Uint8ClampedArray:A.TYPE_VALUE,Uint8ClampedArrayConstructor:A.TYPE,Int16Array:A.TYPE_VALUE,Int16ArrayConstructor:A.TYPE,Uint16Array:A.TYPE_VALUE,Uint16ArrayConstructor:A.TYPE,Int32Array:A.TYPE_VALUE,Int32ArrayConstructor:A.TYPE,Uint32Array:A.TYPE_VALUE,Uint32ArrayConstructor:A.TYPE,Float32Array:A.TYPE_VALUE,Float32ArrayConstructor:A.TYPE,Float64Array:A.TYPE_VALUE,Float64ArrayConstructor:A.TYPE,Intl:A.TYPE_VALUE};var ri={},St={};Object.defineProperty(St,"__esModule",{value:!0}),St.es2015_collection=void 0;const Ve=C;St.es2015_collection={Map:Ve.TYPE_VALUE,MapConstructor:Ve.TYPE,ReadonlyMap:Ve.TYPE,WeakMap:Ve.TYPE_VALUE,WeakMapConstructor:Ve.TYPE,Set:Ve.TYPE_VALUE,SetConstructor:Ve.TYPE,ReadonlySet:Ve.TYPE,WeakSet:Ve.TYPE_VALUE,WeakSetConstructor:Ve.TYPE};var Yt={};Object.defineProperty(Yt,"__esModule",{value:!0}),Yt.es2015_core=void 0;const ve=C;Yt.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 Lt={},ge={},fe={};Object.defineProperty(fe,"__esModule",{value:!0}),fe.es2015_symbol=void 0;const zm=C;fe.es2015_symbol={SymbolConstructor:zm.TYPE},Object.defineProperty(ge,"__esModule",{value:!0}),ge.es2015_iterable=void 0;const x=C,Jm=fe;ge.es2015_iterable={...Jm.es2015_symbol,SymbolConstructor:x.TYPE,IteratorYieldResult:x.TYPE,IteratorReturnResult:x.TYPE,IteratorResult:x.TYPE,Iterator:x.TYPE,Iterable:x.TYPE,IterableIterator:x.TYPE,Array:x.TYPE,ArrayConstructor:x.TYPE,ReadonlyArray:x.TYPE,IArguments:x.TYPE,Map:x.TYPE,ReadonlyMap:x.TYPE,MapConstructor:x.TYPE,WeakMap:x.TYPE,WeakMapConstructor:x.TYPE,Set:x.TYPE,ReadonlySet:x.TYPE,SetConstructor:x.TYPE,WeakSet:x.TYPE,WeakSetConstructor:x.TYPE,Promise:x.TYPE,PromiseConstructor:x.TYPE,String:x.TYPE,Int8Array:x.TYPE,Int8ArrayConstructor:x.TYPE,Uint8Array:x.TYPE,Uint8ArrayConstructor:x.TYPE,Uint8ClampedArray:x.TYPE,Uint8ClampedArrayConstructor:x.TYPE,Int16Array:x.TYPE,Int16ArrayConstructor:x.TYPE,Uint16Array:x.TYPE,Uint16ArrayConstructor:x.TYPE,Int32Array:x.TYPE,Int32ArrayConstructor:x.TYPE,Uint32Array:x.TYPE,Uint32ArrayConstructor:x.TYPE,Float32Array:x.TYPE,Float32ArrayConstructor:x.TYPE,Float64Array:x.TYPE,Float64ArrayConstructor:x.TYPE},Object.defineProperty(Lt,"__esModule",{value:!0}),Lt.es2015_generator=void 0;const lo=C,Qm=ge;Lt.es2015_generator={...Qm.es2015_iterable,Generator:lo.TYPE,GeneratorFunction:lo.TYPE,GeneratorFunctionConstructor:lo.TYPE};var At={};Object.defineProperty(At,"__esModule",{value:!0}),At.es2015_promise=void 0;const Zm=C;At.es2015_promise={PromiseConstructor:Zm.TYPE};var Ct={};Object.defineProperty(Ct,"__esModule",{value:!0}),Ct.es2015_proxy=void 0;const Zl=C;Ct.es2015_proxy={ProxyHandler:Zl.TYPE,ProxyConstructor:Zl.TYPE};var wt={};Object.defineProperty(wt,"__esModule",{value:!0}),wt.es2015_reflect=void 0;const ey=C;wt.es2015_reflect={Reflect:ey.TYPE_VALUE};var ot={};Object.defineProperty(ot,"__esModule",{value:!0}),ot.es2015_symbol_wellknown=void 0;const $=C,ty=fe;ot.es2015_symbol_wellknown={...ty.es2015_symbol,SymbolConstructor:$.TYPE,Symbol:$.TYPE,Array:$.TYPE,ReadonlyArray:$.TYPE,Date:$.TYPE,Map:$.TYPE,WeakMap:$.TYPE,Set:$.TYPE,WeakSet:$.TYPE,JSON:$.TYPE,Function:$.TYPE,GeneratorFunction:$.TYPE,Math:$.TYPE,Promise:$.TYPE,PromiseConstructor:$.TYPE,RegExp:$.TYPE,RegExpConstructor:$.TYPE,String:$.TYPE,ArrayBuffer:$.TYPE,DataView:$.TYPE,Int8Array:$.TYPE,Uint8Array:$.TYPE,Uint8ClampedArray:$.TYPE,Int16Array:$.TYPE,Uint16Array:$.TYPE,Int32Array:$.TYPE,Uint32Array:$.TYPE,Float32Array:$.TYPE,Float64Array:$.TYPE,ArrayConstructor:$.TYPE,MapConstructor:$.TYPE,SetConstructor:$.TYPE,ArrayBufferConstructor:$.TYPE},Object.defineProperty(ri,"__esModule",{value:!0}),ri.es6=void 0;const ry=st,ny=St,iy=Yt,sy=Lt,oy=ge,ay=At,ly=Ct,cy=wt,uy=fe,py=ot;ri.es6={...ry.es5,...iy.es2015_core,...ny.es2015_collection,...oy.es2015_iterable,...sy.es2015_generator,...ay.es2015_promise,...ly.es2015_proxy,...cy.es2015_reflect,...uy.es2015_symbol,...py.es2015_symbol_wellknown};var ni={},Vt={};Object.defineProperty(Vt,"__esModule",{value:!0}),Vt.es2015=void 0;const fy=st,Ey=St,dy=Yt,Ty=Lt,Py=ge,my=At,yy=Ct,hy=wt,_y=fe,by=ot;Vt.es2015={...fy.es5,...dy.es2015_core,...Ey.es2015_collection,...Py.es2015_iterable,...Ty.es2015_generator,...my.es2015_promise,...yy.es2015_proxy,...hy.es2015_reflect,..._y.es2015_symbol,...by.es2015_symbol_wellknown};var Ot={};Object.defineProperty(Ot,"__esModule",{value:!0}),Ot.es2016_array_include=void 0;const Le=C;Ot.es2016_array_include={Array:Le.TYPE,ReadonlyArray:Le.TYPE,Int8Array:Le.TYPE,Uint8Array:Le.TYPE,Uint8ClampedArray:Le.TYPE,Int16Array:Le.TYPE,Uint16Array:Le.TYPE,Int32Array:Le.TYPE,Uint32Array:Le.TYPE,Float32Array:Le.TYPE,Float64Array:Le.TYPE};var Mt={};Object.defineProperty(Mt,"__esModule",{value:!0}),Mt.es2016_intl=void 0;const vy=C;Mt.es2016_intl={Intl:vy.TYPE_VALUE},Object.defineProperty(ni,"__esModule",{value:!0}),ni.es7=void 0;const gy=Vt,Sy=Ot,Yy=Mt;ni.es7={...gy.es2015,...Sy.es2016_array_include,...Yy.es2016_intl};var Ut={};Object.defineProperty(Ut,"__esModule",{value:!0}),Ut.es2016=void 0;const Ly=Vt,Ay=Ot,Cy=Mt;Ut.es2016={...Ly.es2015,...Ay.es2016_array_include,...Cy.es2016_intl};var ii={},Ee={};Object.defineProperty(Ee,"__esModule",{value:!0}),Ee.scripthost=void 0;const me=C;Ee.scripthost={ActiveXObject:me.TYPE_VALUE,ITextWriter:me.TYPE,TextStreamBase:me.TYPE,TextStreamWriter:me.TYPE,TextStreamReader:me.TYPE,SafeArray:me.TYPE_VALUE,Enumerator:me.TYPE_VALUE,EnumeratorConstructor:me.TYPE,VBArray:me.TYPE_VALUE,VBArrayConstructor:me.TYPE,VarDate:me.TYPE_VALUE,DateConstructor:me.TYPE,Date:me.TYPE};var de={};Object.defineProperty(de,"__esModule",{value:!0}),de.webworker_importscripts=void 0,de.webworker_importscripts={},Object.defineProperty(ii,"__esModule",{value:!0}),ii.es2016_full=void 0;const wy=pe,Vy=Pe,Oy=Ut,My=Ee,Uy=de;ii.es2016_full={...Oy.es2016,...wy.dom,...Uy.webworker_importscripts,...My.scripthost,...Vy.dom_iterable};var Rt={},pr={};Object.defineProperty(pr,"__esModule",{value:!0}),pr.es2017_date=void 0;const Ry=C;pr.es2017_date={DateConstructor:Ry.TYPE};var fr={};Object.defineProperty(fr,"__esModule",{value:!0}),fr.es2017_intl=void 0;const Iy=C;fr.es2017_intl={Intl:Iy.TYPE_VALUE};var Er={};Object.defineProperty(Er,"__esModule",{value:!0}),Er.es2017_object=void 0;const xy=C;Er.es2017_object={ObjectConstructor:xy.TYPE};var dr={};Object.defineProperty(dr,"__esModule",{value:!0}),dr.es2017_sharedmemory=void 0;const si=C,Dy=fe,Fy=ot;dr.es2017_sharedmemory={...Dy.es2015_symbol,...Fy.es2015_symbol_wellknown,SharedArrayBuffer:si.TYPE_VALUE,SharedArrayBufferConstructor:si.TYPE,ArrayBufferTypes:si.TYPE,Atomics:si.TYPE_VALUE};var Tr={};Object.defineProperty(Tr,"__esModule",{value:!0}),Tr.es2017_string=void 0;const $y=C;Tr.es2017_string={String:$y.TYPE};var Pr={};Object.defineProperty(Pr,"__esModule",{value:!0}),Pr.es2017_typedarrays=void 0;const Fe=C;Pr.es2017_typedarrays={Int8ArrayConstructor:Fe.TYPE,Uint8ArrayConstructor:Fe.TYPE,Uint8ClampedArrayConstructor:Fe.TYPE,Int16ArrayConstructor:Fe.TYPE,Uint16ArrayConstructor:Fe.TYPE,Int32ArrayConstructor:Fe.TYPE,Uint32ArrayConstructor:Fe.TYPE,Float32ArrayConstructor:Fe.TYPE,Float64ArrayConstructor:Fe.TYPE},Object.defineProperty(Rt,"__esModule",{value:!0}),Rt.es2017=void 0;const ky=Ut,Ny=pr,By=fr,jy=Er,Gy=dr,Wy=Tr,Hy=Pr;Rt.es2017={...ky.es2016,...jy.es2017_object,...Gy.es2017_sharedmemory,...Wy.es2017_string,...By.es2017_intl,...Hy.es2017_typedarrays,...Ny.es2017_date};var oi={};Object.defineProperty(oi,"__esModule",{value:!0}),oi.es2017_full=void 0;const Ky=pe,qy=Pe,Xy=Rt,zy=Ee,Jy=de;oi.es2017_full={...Xy.es2017,...Ky.dom,...Jy.webworker_importscripts,...zy.scripthost,...qy.dom_iterable};var It={},mr={},xt={};Object.defineProperty(xt,"__esModule",{value:!0}),xt.es2018_asynciterable=void 0;const ai=C,Qy=ge,Zy=fe;xt.es2018_asynciterable={...Zy.es2015_symbol,...Qy.es2015_iterable,SymbolConstructor:ai.TYPE,AsyncIterator:ai.TYPE,AsyncIterable:ai.TYPE,AsyncIterableIterator:ai.TYPE},Object.defineProperty(mr,"__esModule",{value:!0}),mr.es2018_asyncgenerator=void 0;const co=C,eh=xt;mr.es2018_asyncgenerator={...eh.es2018_asynciterable,AsyncGenerator:co.TYPE,AsyncGeneratorFunction:co.TYPE,AsyncGeneratorFunctionConstructor:co.TYPE};var Dt={};Object.defineProperty(Dt,"__esModule",{value:!0}),Dt.es2018_intl=void 0;const th=C;Dt.es2018_intl={Intl:th.TYPE_VALUE};var yr={};Object.defineProperty(yr,"__esModule",{value:!0}),yr.es2018_promise=void 0;const rh=C;yr.es2018_promise={Promise:rh.TYPE};var hr={};Object.defineProperty(hr,"__esModule",{value:!0}),hr.es2018_regexp=void 0;const uo=C;hr.es2018_regexp={RegExpMatchArray:uo.TYPE,RegExpExecArray:uo.TYPE,RegExp:uo.TYPE},Object.defineProperty(It,"__esModule",{value:!0}),It.es2018=void 0;const nh=Rt,ih=mr,sh=xt,oh=Dt,ah=yr,lh=hr;It.es2018={...nh.es2017,...sh.es2018_asynciterable,...ih.es2018_asyncgenerator,...ah.es2018_promise,...lh.es2018_regexp,...oh.es2018_intl};var li={};Object.defineProperty(li,"__esModule",{value:!0}),li.es2018_full=void 0;const ch=pe,uh=Ye,ph=Pe,fh=It,Eh=Ee,dh=de;li.es2018_full={...fh.es2018,...ch.dom,...dh.webworker_importscripts,...Eh.scripthost,...ph.dom_iterable,...uh.dom_asynciterable};var Ft={},_r={};Object.defineProperty(_r,"__esModule",{value:!0}),_r.es2019_array=void 0;const po=C;_r.es2019_array={FlatArray:po.TYPE,ReadonlyArray:po.TYPE,Array:po.TYPE};var br={};Object.defineProperty(br,"__esModule",{value:!0}),br.es2019_intl=void 0;const Th=C;br.es2019_intl={Intl:Th.TYPE_VALUE};var vr={};Object.defineProperty(vr,"__esModule",{value:!0}),vr.es2019_object=void 0;const Ph=C,mh=ge;vr.es2019_object={...mh.es2015_iterable,ObjectConstructor:Ph.TYPE};var gr={};Object.defineProperty(gr,"__esModule",{value:!0}),gr.es2019_string=void 0;const yh=C;gr.es2019_string={String:yh.TYPE};var Sr={};Object.defineProperty(Sr,"__esModule",{value:!0}),Sr.es2019_symbol=void 0;const hh=C;Sr.es2019_symbol={Symbol:hh.TYPE},Object.defineProperty(Ft,"__esModule",{value:!0}),Ft.es2019=void 0;const _h=It,bh=_r,vh=br,gh=vr,Sh=gr,Yh=Sr;Ft.es2019={..._h.es2018,...bh.es2019_array,...gh.es2019_object,...Sh.es2019_string,...Yh.es2019_symbol,...vh.es2019_intl};var ci={};Object.defineProperty(ci,"__esModule",{value:!0}),ci.es2019_full=void 0;const Lh=pe,Ah=Ye,Ch=Pe,wh=Ft,Vh=Ee,Oh=de;ci.es2019_full={...wh.es2019,...Lh.dom,...Oh.webworker_importscripts,...Vh.scripthost,...Ch.dom_iterable,...Ah.dom_asynciterable};var $t={},Yr={},$e={};Object.defineProperty($e,"__esModule",{value:!0}),$e.es2020_intl=void 0;const Mh=C,Uh=Dt;$e.es2020_intl={...Uh.es2018_intl,Intl:Mh.TYPE_VALUE},Object.defineProperty(Yr,"__esModule",{value:!0}),Yr.es2020_bigint=void 0;const ke=C,Rh=$e;Yr.es2020_bigint={...Rh.es2020_intl,BigIntToLocaleStringOptions:ke.TYPE,BigInt:ke.TYPE_VALUE,BigIntConstructor:ke.TYPE,BigInt64Array:ke.TYPE_VALUE,BigInt64ArrayConstructor:ke.TYPE,BigUint64Array:ke.TYPE_VALUE,BigUint64ArrayConstructor:ke.TYPE,DataView:ke.TYPE,Intl:ke.TYPE_VALUE};var Lr={};Object.defineProperty(Lr,"__esModule",{value:!0}),Lr.es2020_date=void 0;const Ih=C,xh=$e;Lr.es2020_date={...xh.es2020_intl,Date:Ih.TYPE};var Ar={};Object.defineProperty(Ar,"__esModule",{value:!0}),Ar.es2020_number=void 0;const Dh=C,Fh=$e;Ar.es2020_number={...Fh.es2020_intl,Number:Dh.TYPE};var Cr={};Object.defineProperty(Cr,"__esModule",{value:!0}),Cr.es2020_promise=void 0;const ui=C;Cr.es2020_promise={PromiseFulfilledResult:ui.TYPE,PromiseRejectedResult:ui.TYPE,PromiseSettledResult:ui.TYPE,PromiseConstructor:ui.TYPE};var wr={};Object.defineProperty(wr,"__esModule",{value:!0}),wr.es2020_sharedmemory=void 0;const $h=C;wr.es2020_sharedmemory={Atomics:$h.TYPE};var Vr={};Object.defineProperty(Vr,"__esModule",{value:!0}),Vr.es2020_string=void 0;const kh=C,Nh=ge;Vr.es2020_string={...Nh.es2015_iterable,String:kh.TYPE};var Or={};Object.defineProperty(Or,"__esModule",{value:!0}),Or.es2020_symbol_wellknown=void 0;const ec=C,Bh=ge,jh=fe;Or.es2020_symbol_wellknown={...Bh.es2015_iterable,...jh.es2015_symbol,SymbolConstructor:ec.TYPE,RegExp:ec.TYPE},Object.defineProperty($t,"__esModule",{value:!0}),$t.es2020=void 0;const Gh=Ft,Wh=Yr,Hh=Lr,Kh=$e,qh=Ar,Xh=Cr,zh=wr,Jh=Vr,Qh=Or;$t.es2020={...Gh.es2019,...Wh.es2020_bigint,...Hh.es2020_date,...qh.es2020_number,...Xh.es2020_promise,...zh.es2020_sharedmemory,...Jh.es2020_string,...Qh.es2020_symbol_wellknown,...Kh.es2020_intl};var pi={};Object.defineProperty(pi,"__esModule",{value:!0}),pi.es2020_full=void 0;const Zh=pe,e_=Ye,t_=Pe,r_=$t,n_=Ee,i_=de;pi.es2020_full={...r_.es2020,...Zh.dom,...i_.webworker_importscripts,...n_.scripthost,...t_.dom_iterable,...e_.dom_asynciterable};var kt={},Mr={};Object.defineProperty(Mr,"__esModule",{value:!0}),Mr.es2021_intl=void 0;const s_=C;Mr.es2021_intl={Intl:s_.TYPE_VALUE};var Ur={};Object.defineProperty(Ur,"__esModule",{value:!0}),Ur.es2021_promise=void 0;const fo=C;Ur.es2021_promise={AggregateError:fo.TYPE_VALUE,AggregateErrorConstructor:fo.TYPE,PromiseConstructor:fo.TYPE};var Rr={};Object.defineProperty(Rr,"__esModule",{value:!0}),Rr.es2021_string=void 0;const o_=C;Rr.es2021_string={String:o_.TYPE};var Ir={};Object.defineProperty(Ir,"__esModule",{value:!0}),Ir.es2021_weakref=void 0;const fi=C;Ir.es2021_weakref={WeakRef:fi.TYPE_VALUE,WeakRefConstructor:fi.TYPE,FinalizationRegistry:fi.TYPE_VALUE,FinalizationRegistryConstructor:fi.TYPE},Object.defineProperty(kt,"__esModule",{value:!0}),kt.es2021=void 0;const a_=$t,l_=Mr,c_=Ur,u_=Rr,p_=Ir;kt.es2021={...a_.es2020,...c_.es2021_promise,...u_.es2021_string,...p_.es2021_weakref,...l_.es2021_intl};var Ei={};Object.defineProperty(Ei,"__esModule",{value:!0}),Ei.es2021_full=void 0;const f_=pe,E_=Ye,d_=Pe,T_=kt,P_=Ee,m_=de;Ei.es2021_full={...T_.es2021,...f_.dom,...m_.webworker_importscripts,...P_.scripthost,...d_.dom_iterable,...E_.dom_asynciterable};var Nt={},xr={};Object.defineProperty(xr,"__esModule",{value:!0}),xr.es2022_array=void 0;const ye=C;xr.es2022_array={Array:ye.TYPE,ReadonlyArray:ye.TYPE,Int8Array:ye.TYPE,Uint8Array:ye.TYPE,Uint8ClampedArray:ye.TYPE,Int16Array:ye.TYPE,Uint16Array:ye.TYPE,Int32Array:ye.TYPE,Uint32Array:ye.TYPE,Float32Array:ye.TYPE,Float64Array:ye.TYPE,BigInt64Array:ye.TYPE,BigUint64Array:ye.TYPE};var Dr={};Object.defineProperty(Dr,"__esModule",{value:!0}),Dr.es2022_error=void 0;const Oe=C;Dr.es2022_error={ErrorOptions:Oe.TYPE,Error:Oe.TYPE,ErrorConstructor:Oe.TYPE,EvalErrorConstructor:Oe.TYPE,RangeErrorConstructor:Oe.TYPE,ReferenceErrorConstructor:Oe.TYPE,SyntaxErrorConstructor:Oe.TYPE,TypeErrorConstructor:Oe.TYPE,URIErrorConstructor:Oe.TYPE,AggregateErrorConstructor:Oe.TYPE};var Fr={};Object.defineProperty(Fr,"__esModule",{value:!0}),Fr.es2022_intl=void 0;const y_=C;Fr.es2022_intl={Intl:y_.TYPE_VALUE};var $r={};Object.defineProperty($r,"__esModule",{value:!0}),$r.es2022_object=void 0;const h_=C;$r.es2022_object={ObjectConstructor:h_.TYPE};var kr={};Object.defineProperty(kr,"__esModule",{value:!0}),kr.es2022_regexp=void 0;const di=C;kr.es2022_regexp={RegExpMatchArray:di.TYPE,RegExpExecArray:di.TYPE,RegExpIndicesArray:di.TYPE,RegExp:di.TYPE};var Nr={};Object.defineProperty(Nr,"__esModule",{value:!0}),Nr.es2022_sharedmemory=void 0;const __=C;Nr.es2022_sharedmemory={Atomics:__.TYPE};var Br={};Object.defineProperty(Br,"__esModule",{value:!0}),Br.es2022_string=void 0;const b_=C;Br.es2022_string={String:b_.TYPE},Object.defineProperty(Nt,"__esModule",{value:!0}),Nt.es2022=void 0;const v_=kt,g_=xr,S_=Dr,Y_=Fr,L_=$r,A_=kr,C_=Nr,w_=Br;Nt.es2022={...v_.es2021,...g_.es2022_array,...S_.es2022_error,...Y_.es2022_intl,...L_.es2022_object,...C_.es2022_sharedmemory,...w_.es2022_string,...A_.es2022_regexp};var Ti={};Object.defineProperty(Ti,"__esModule",{value:!0}),Ti.es2022_full=void 0;const V_=pe,O_=Ye,M_=Pe,U_=Nt,R_=Ee,I_=de;Ti.es2022_full={...U_.es2022,...V_.dom,...I_.webworker_importscripts,...R_.scripthost,...M_.dom_iterable,...O_.dom_asynciterable};var Bt={},jr={};Object.defineProperty(jr,"__esModule",{value:!0}),jr.es2023_array=void 0;const he=C;jr.es2023_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 Gr={};Object.defineProperty(Gr,"__esModule",{value:!0}),Gr.es2023_collection=void 0;const x_=C;Gr.es2023_collection={WeakKeyTypes:x_.TYPE},Object.defineProperty(Bt,"__esModule",{value:!0}),Bt.es2023=void 0;const D_=Nt,F_=jr,$_=Gr;Bt.es2023={...D_.es2022,...F_.es2023_array,...$_.es2023_collection};var Pi={};Object.defineProperty(Pi,"__esModule",{value:!0}),Pi.es2023_full=void 0;const k_=pe,N_=Ye,B_=Pe,j_=Bt,G_=Ee,W_=de;Pi.es2023_full={...j_.es2023,...k_.dom,...W_.webworker_importscripts,...G_.scripthost,...B_.dom_iterable,...N_.dom_asynciterable};var Wr={},Hr={};Object.defineProperty(Hr,"__esModule",{value:!0}),Hr.esnext_collection=void 0;const H_=C;Hr.esnext_collection={MapConstructor:H_.TYPE};var Kr={};Object.defineProperty(Kr,"__esModule",{value:!0}),Kr.esnext_decorators=void 0;const tc=C,K_=gt,q_=fe;Kr.esnext_decorators={...q_.es2015_symbol,...K_.decorators,SymbolConstructor:tc.TYPE,Function:tc.TYPE};var qr={};Object.defineProperty(qr,"__esModule",{value:!0}),qr.esnext_disposable=void 0;const Ne=C,X_=fe;qr.esnext_disposable={...X_.es2015_symbol,SymbolConstructor:Ne.TYPE,Disposable:Ne.TYPE,AsyncDisposable:Ne.TYPE,SuppressedError:Ne.TYPE_VALUE,SuppressedErrorConstructor:Ne.TYPE,DisposableStack:Ne.TYPE_VALUE,DisposableStackConstructor:Ne.TYPE,AsyncDisposableStack:Ne.TYPE_VALUE,AsyncDisposableStackConstructor:Ne.TYPE};var Xr={};Object.defineProperty(Xr,"__esModule",{value:!0}),Xr.esnext_intl=void 0;const z_=C;Xr.esnext_intl={Intl:z_.TYPE_VALUE};var zr={};Object.defineProperty(zr,"__esModule",{value:!0}),zr.esnext_object=void 0;const J_=C;zr.esnext_object={ObjectConstructor:J_.TYPE};var Jr={};Object.defineProperty(Jr,"__esModule",{value:!0}),Jr.esnext_promise=void 0;const rc=C;Jr.esnext_promise={PromiseWithResolvers:rc.TYPE,PromiseConstructor:rc.TYPE},Object.defineProperty(Wr,"__esModule",{value:!0}),Wr.esnext=void 0;const Q_=Bt,Z_=Hr,e1=Kr,t1=qr,r1=Xr,n1=zr,i1=Jr;Wr.esnext={...Q_.es2023,...r1.esnext_intl,...e1.esnext_decorators,...t1.esnext_disposable,...i1.esnext_promise,...n1.esnext_object,...Z_.esnext_collection};var mi={};Object.defineProperty(mi,"__esModule",{value:!0}),mi.esnext_array=void 0;const _e=C;mi.esnext_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 yi={};Object.defineProperty(yi,"__esModule",{value:!0}),yi.esnext_asynciterable=void 0;const hi=C,s1=ge,o1=fe;yi.esnext_asynciterable={...o1.es2015_symbol,...s1.es2015_iterable,SymbolConstructor:hi.TYPE,AsyncIterator:hi.TYPE,AsyncIterable:hi.TYPE,AsyncIterableIterator:hi.TYPE};var _i={};Object.defineProperty(_i,"__esModule",{value:!0}),_i.esnext_bigint=void 0;const Be=C,a1=$e;_i.esnext_bigint={...a1.es2020_intl,BigIntToLocaleStringOptions:Be.TYPE,BigInt:Be.TYPE_VALUE,BigIntConstructor:Be.TYPE,BigInt64Array:Be.TYPE_VALUE,BigInt64ArrayConstructor:Be.TYPE,BigUint64Array:Be.TYPE_VALUE,BigUint64ArrayConstructor:Be.TYPE,DataView:Be.TYPE,Intl:Be.TYPE_VALUE};var bi={};Object.defineProperty(bi,"__esModule",{value:!0}),bi.esnext_full=void 0;const l1=pe,c1=Ye,u1=Pe,p1=Wr,f1=Ee,E1=de;bi.esnext_full={...p1.esnext,...l1.dom,...E1.webworker_importscripts,...f1.scripthost,...u1.dom_iterable,...c1.dom_asynciterable};var vi={};Object.defineProperty(vi,"__esModule",{value:!0}),vi.esnext_string=void 0;const d1=C;vi.esnext_string={String:d1.TYPE};var gi={};Object.defineProperty(gi,"__esModule",{value:!0}),gi.esnext_symbol=void 0;const T1=C;gi.esnext_symbol={Symbol:T1.TYPE};var Si={};Object.defineProperty(Si,"__esModule",{value:!0}),Si.esnext_weakref=void 0;const Yi=C;Si.esnext_weakref={WeakRef:Yi.TYPE_VALUE,WeakRefConstructor:Yi.TYPE,FinalizationRegistry:Yi.TYPE_VALUE,FinalizationRegistryConstructor:Yi.TYPE};var Li={};Object.defineProperty(Li,"__esModule",{value:!0}),Li.lib=void 0;const P1=pe,m1=st,y1=Ee,h1=de;Li.lib={...m1.es5,...P1.dom,...h1.webworker_importscripts,...y1.scripthost};var Ai={};Object.defineProperty(Ai,"__esModule",{value:!0}),Ai.webworker=void 0;const o=C;Ai.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 Ci={};Object.defineProperty(Ci,"__esModule",{value:!0}),Ci.webworker_asynciterable=void 0;const _1=C;Ci.webworker_asynciterable={FileSystemDirectoryHandle:_1.TYPE};var wi={};Object.defineProperty(wi,"__esModule",{value:!0}),wi.webworker_iterable=void 0;const K=C;wi.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(ei,"__esModule",{value:!0}),ei.lib=void 0;const b1=gt,v1=ur,g1=pe,S1=Ye,Y1=Pe,L1=st,A1=ri,C1=ni,w1=Vt,V1=St,O1=Yt,M1=Lt,U1=ge,R1=At,I1=Ct,x1=wt,D1=fe,F1=ot,$1=Ut,k1=Ot,N1=ii,B1=Mt,j1=Rt,G1=pr,W1=oi,H1=fr,K1=Er,q1=dr,X1=Tr,z1=Pr,J1=It,Q1=mr,Z1=xt,e0=li,t0=Dt,r0=yr,n0=hr,i0=Ft,s0=_r,o0=ci,a0=br,l0=vr,c0=gr,u0=Sr,p0=$t,f0=Yr,E0=Lr,d0=pi,T0=$e,P0=Ar,m0=Cr,y0=wr,h0=Vr,_0=Or,b0=kt,v0=Ei,g0=Mr,S0=Ur,Y0=Rr,L0=Ir,A0=Nt,C0=xr,w0=Dr,V0=Ti,O0=Fr,M0=$r,U0=kr,R0=Nr,I0=Br,x0=Bt,D0=jr,F0=Gr,$0=Pi,k0=Wr,N0=mi,B0=yi,j0=_i,G0=Hr,W0=Kr,H0=qr,K0=bi,q0=Xr,X0=zr,z0=Jr,J0=vi,Q0=gi,Z0=Si,eb=Li,tb=Ee,rb=Ai,nb=Ci,ib=de,sb=wi,ob={es5:L1.es5,es6:A1.es6,es2015:w1.es2015,es7:C1.es7,es2016:$1.es2016,es2017:j1.es2017,es2018:J1.es2018,es2019:i0.es2019,es2020:p0.es2020,es2021:b0.es2021,es2022:A0.es2022,es2023:x0.es2023,esnext:k0.esnext,dom:g1.dom,"dom.iterable":Y1.dom_iterable,"dom.asynciterable":S1.dom_asynciterable,webworker:rb.webworker,"webworker.importscripts":ib.webworker_importscripts,"webworker.iterable":sb.webworker_iterable,"webworker.asynciterable":nb.webworker_asynciterable,scripthost:tb.scripthost,"es2015.core":O1.es2015_core,"es2015.collection":V1.es2015_collection,"es2015.generator":M1.es2015_generator,"es2015.iterable":U1.es2015_iterable,"es2015.promise":R1.es2015_promise,"es2015.proxy":I1.es2015_proxy,"es2015.reflect":x1.es2015_reflect,"es2015.symbol":D1.es2015_symbol,"es2015.symbol.wellknown":F1.es2015_symbol_wellknown,"es2016.array.include":k1.es2016_array_include,"es2016.intl":B1.es2016_intl,"es2017.date":G1.es2017_date,"es2017.object":K1.es2017_object,"es2017.sharedmemory":q1.es2017_sharedmemory,"es2017.string":X1.es2017_string,"es2017.intl":H1.es2017_intl,"es2017.typedarrays":z1.es2017_typedarrays,"es2018.asyncgenerator":Q1.es2018_asyncgenerator,"es2018.asynciterable":Z1.es2018_asynciterable,"es2018.intl":t0.es2018_intl,"es2018.promise":r0.es2018_promise,"es2018.regexp":n0.es2018_regexp,"es2019.array":s0.es2019_array,"es2019.object":l0.es2019_object,"es2019.string":c0.es2019_string,"es2019.symbol":u0.es2019_symbol,"es2019.intl":a0.es2019_intl,"es2020.bigint":f0.es2020_bigint,"es2020.date":E0.es2020_date,"es2020.promise":m0.es2020_promise,"es2020.sharedmemory":y0.es2020_sharedmemory,"es2020.string":h0.es2020_string,"es2020.symbol.wellknown":_0.es2020_symbol_wellknown,"es2020.intl":T0.es2020_intl,"es2020.number":P0.es2020_number,"es2021.promise":S0.es2021_promise,"es2021.string":Y0.es2021_string,"es2021.weakref":L0.es2021_weakref,"es2021.intl":g0.es2021_intl,"es2022.array":C0.es2022_array,"es2022.error":w0.es2022_error,"es2022.intl":O0.es2022_intl,"es2022.object":M0.es2022_object,"es2022.sharedmemory":R0.es2022_sharedmemory,"es2022.string":I0.es2022_string,"es2022.regexp":U0.es2022_regexp,"es2023.array":D0.es2023_array,"es2023.collection":F0.es2023_collection,"esnext.array":N0.esnext_array,"esnext.collection":G0.esnext_collection,"esnext.symbol":Q0.esnext_symbol,"esnext.asynciterable":B0.esnext_asynciterable,"esnext.intl":q0.esnext_intl,"esnext.disposable":H0.esnext_disposable,"esnext.bigint":j0.esnext_bigint,"esnext.string":J0.esnext_string,"esnext.promise":z0.esnext_promise,"esnext.weakref":Z0.esnext_weakref,"esnext.decorators":W0.esnext_decorators,"esnext.object":X0.esnext_object,decorators:b1.decorators,"decorators.legacy":v1.decorators_legacy,"es2016.full":N1.es2016_full,"es2017.full":W1.es2017_full,"es2018.full":e0.es2018_full,"es2019.full":o0.es2019_full,"es2020.full":d0.es2020_full,"es2021.full":v0.es2021_full,"es2022.full":V0.es2022_full,"es2023.full":$0.es2023_full,"esnext.full":K0.esnext_full,lib:eb.lib};ei.lib=ob;var Vi={},Qr={},Oi={},Mi={},Q={},Me={},at=g&&g.__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)},nc=g&&g.__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},Xe,Zr;Object.defineProperty(Me,"__esModule",{value:!0}),Me.ReferenceTypeFlag=Me.ReferenceFlag=Me.Reference=void 0;const ab=De;var lt;(function(t){t[t.Read=1]="Read",t[t.Write=2]="Write",t[t.ReadWrite=3]="ReadWrite"})(lt||(Me.ReferenceFlag=lt={}));const lb=(0,ab.createIdGenerator)();var en;(function(t){t[t.Value=1]="Value",t[t.Type=2]="Type"})(en||(Me.ReferenceTypeFlag=en={}));class cb{get isTypeReference(){return(at(this,Zr,"f")&en.Type)!==0}get isValueReference(){return(at(this,Zr,"f")&en.Value)!==0}constructor(e,n,i,s,l,u,E=en.Value){this.$id=lb(),Xe.set(this,void 0),Zr.set(this,void 0),this.identifier=e,this.from=n,this.resolved=null,nc(this,Xe,i,"f"),this.isWrite()&&(this.writeExpr=s,this.init=u),this.maybeImplicitGlobal=l,nc(this,Zr,E,"f")}isWrite(){return!!(at(this,Xe,"f")&lt.Write)}isRead(){return!!(at(this,Xe,"f")&lt.Read)}isReadOnly(){return at(this,Xe,"f")===lt.Read}isWriteOnly(){return at(this,Xe,"f")===lt.Write}isReadWrite(){return at(this,Xe,"f")===lt.ReadWrite}}Me.Reference=cb,Xe=new WeakMap,Zr=new WeakMap;var Ui={},tn={},rn={};Object.defineProperty(rn,"__esModule",{value:!0}),rn.VariableBase=void 0;const ub=De,pb=(0,ub.createIdGenerator)();class fb{constructor(e,n){this.$id=pb(),this.defs=[],this.eslintUsed=!1,this.identifiers=[],this.references=[],this.name=e,this.scope=n}}rn.VariableBase=fb,Object.defineProperty(tn,"__esModule",{value:!0}),tn.ESLintScopeVariable=void 0;const Eb=rn;class db extends Eb.VariableBase{}tn.ESLintScopeVariable=db;var Ri={};Object.defineProperty(Ri,"__esModule",{value:!0}),Ri.ImplicitLibVariable=void 0;const Tb=tn;class Pb extends Tb.ESLintScopeVariable{constructor(e,n,{isTypeVariable:i,isValueVariable:s,writeable:l,eslintImplicitGlobalSetting:u}){super(n,e),this.isTypeVariable=i??!1,this.isValueVariable=s??!1,this.writeable=l??!1,this.eslintImplicitGlobalSetting=u??"readonly"}}Ri.ImplicitLibVariable=Pb;var Ii={};Object.defineProperty(Ii,"__esModule",{value:!0}),Ii.Variable=void 0;const mb=rn;class yb extends mb.VariableBase{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)}}Ii.Variable=yb,function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.Variable=t.ImplicitLibVariable=t.ESLintScopeVariable=void 0;var e=tn;Object.defineProperty(t,"ESLintScopeVariable",{enumerable:!0,get:function(){return e.ESLintScopeVariable}});var n=Ri;Object.defineProperty(t,"ImplicitLibVariable",{enumerable:!0,get:function(){return n.ImplicitLibVariable}});var i=Ii;Object.defineProperty(t,"Variable",{enumerable:!0,get:function(){return i.Variable}})}(Ui);var q={};Object.defineProperty(q,"__esModule",{value:!0}),q.ScopeType=void 0;var ic;(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"})(ic||(q.ScopeType=ic={}));var sc=g&&g.__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=g&&g.__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)},nn,xi,Di,Fi,Eo;Object.defineProperty(Q,"__esModule",{value:!0}),Q.ScopeBase=void 0;const sn=we,hb=Ke,_b=qe,bb=De,Ue=Me,vb=Ui,ee=q;function gb(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 sn.AST_NODE_TYPES.ArrowFunctionExpression:if(s.body.type!==sn.AST_NODE_TYPES.BlockStatement)return!1;i=s.body;break;case sn.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!==sn.AST_NODE_TYPES.ExpressionStatement)break;if(s.directive==="use strict")return!0;const l=s.expression;if(l.type!==sn.AST_NODE_TYPES.Literal)break;if(l.raw==='"use strict"'||l.raw==="'use strict'"||l.value==="use strict")return!0}return!1}function Sb(t,e){t.scopes.push(e);const n=t.nodeToScope.get(e.block);n?n.push(e):t.nodeToScope.set(e.block,[e])}const Yb=(0,bb.createIdGenerator)(),Lb=new Set([ee.ScopeType.classFieldInitializer,ee.ScopeType.classStaticBlock,ee.ScopeType.function,ee.ScopeType.global,ee.ScopeType.module,ee.ScopeType.tsModule]);class Ab{constructor(e,n,i,s,l){this.$id=Yb(),this.childScopes=[],nn.set(this,void 0),xi.set(this,void 0),this.functionExpressionScope=!1,this.leftToResolve=[],this.references=[],this.set=new Map,this.through=[],this.variables=[],Di.set(this,E=>{(()=>{const c=E.identifier.name,f=this.set.get(c);if(!f||!this.isValidResolution(E,f))return!1;const p=E.isTypeReference&&f.isTypeVariable,d=E.isValueReference&&f.isValueVariable;return!p&&!d?!1:(f.references.push(E),E.resolved=f,!0)})()||this.delegateToUpperScope(E)}),Fi.set(this,E=>{let a=this;do a.through.push(E),a=a.upper;while(a)}),Eo.set(this,(E,a)=>{this.shouldStaticallyCloseForGlobal(E,a)?ze(this,Di,"f").call(this,E):ze(this,Fi,"f").call(this,E)});const u=i;this.type=n,sc(this,xi,this.type===ee.ScopeType.global||this.type===ee.ScopeType.with,"f"),this.block=s,this.variableScope=this.isVariableScope()?this:u.variableScope,this.upper=i,this.isStrict=gb(this,s,l),u?.childScopes.push(this),sc(this,nn,e.declaredVariables,"f"),Sb(e,this)}isVariableScope(){return Lb.has(this.type)}shouldStaticallyClose(){return!ze(this,xi,"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(u=>!(u.type===_b.DefinitionType.Variable&&u.parent.kind==="var"))}close(e){let n;return this.shouldStaticallyClose()?n=ze(this,Di,"f"):this.type!=="global"?n=ze(this,Fi,"f"):n=ze(this,Eo,"f"),(0,hb.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=ze(this,nn,"f").get(n);i==null&&(i=[],ze(this,nn,"f").set(n,i)),i.includes(e)||i.push(e)}defineVariable(e,n,i,s,l){const u=typeof e=="string"?e:e.name;let E=n.get(u);E||(E=typeof e=="string"?new vb.Variable(u,this):e,n.set(u,E),i.push(E)),l&&(E.defs.push(l),this.addDeclaredVariablesOfNode(E,l.node),this.addDeclaredVariablesOfNode(E,l.parent)),s&&E.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=Ue.ReferenceFlag.Read,i,s,l=!1){const u=new Ue.Reference(e,this,n,i,s,l,Ue.ReferenceTypeFlag.Value);this.references.push(u),this.leftToResolve?.push(u)}referenceType(e){const n=new Ue.Reference(e,this,Ue.ReferenceFlag.Read,null,null,!1,Ue.ReferenceTypeFlag.Type);this.references.push(n),this.leftToResolve?.push(n)}referenceDualValueType(e){const n=new Ue.Reference(e,this,Ue.ReferenceFlag.Read,null,null,!1,Ue.ReferenceTypeFlag.Type|Ue.ReferenceTypeFlag.Value);this.references.push(n),this.leftToResolve?.push(n)}}Q.ScopeBase=Ab,nn=new WeakMap,xi=new WeakMap,Di=new WeakMap,Fi=new WeakMap,Eo=new WeakMap,Object.defineProperty(Mi,"__esModule",{value:!0}),Mi.BlockScope=void 0;const Cb=Q,wb=q;class Vb extends Cb.ScopeBase{constructor(e,n,i){super(e,wb.ScopeType.block,n,i,!1)}}Mi.BlockScope=Vb;var $i={};Object.defineProperty($i,"__esModule",{value:!0}),$i.CatchScope=void 0;const Ob=Q,Mb=q;class Ub extends Ob.ScopeBase{constructor(e,n,i){super(e,Mb.ScopeType.catch,n,i,!1)}}$i.CatchScope=Ub;var on={};Object.defineProperty(on,"__esModule",{value:!0}),on.ClassFieldInitializerScope=void 0;const Rb=Q,Ib=q;class xb extends Rb.ScopeBase{constructor(e,n,i){super(e,Ib.ScopeType.classFieldInitializer,n,i,!1)}}on.ClassFieldInitializerScope=xb;var ki={};Object.defineProperty(ki,"__esModule",{value:!0}),ki.ClassScope=void 0;const Db=Q,Fb=q;class $b extends Db.ScopeBase{constructor(e,n,i){super(e,Fb.ScopeType.class,n,i,!1)}}ki.ClassScope=$b;var Ni={};Object.defineProperty(Ni,"__esModule",{value:!0}),Ni.ConditionalTypeScope=void 0;const kb=Q,Nb=q;class Bb extends kb.ScopeBase{constructor(e,n,i){super(e,Nb.ScopeType.conditionalType,n,i,!1)}}Ni.ConditionalTypeScope=Bb;var Bi={};Object.defineProperty(Bi,"__esModule",{value:!0}),Bi.ForScope=void 0;const jb=Q,Gb=q;class Wb extends jb.ScopeBase{constructor(e,n,i){super(e,Gb.ScopeType.for,n,i,!1)}}Bi.ForScope=Wb;var ji={};Object.defineProperty(ji,"__esModule",{value:!0}),ji.FunctionExpressionNameScope=void 0;const Hb=qe,Kb=Q,qb=q;class Xb extends Kb.ScopeBase{constructor(e,n,i){super(e,qb.ScopeType.functionExpressionName,n,i,!1),i.id&&this.defineIdentifier(i.id,new Hb.FunctionNameDefinition(i.id,i)),this.functionExpressionScope=!0}}ji.FunctionExpressionNameScope=Xb;var Gi={};Object.defineProperty(Gi,"__esModule",{value:!0}),Gi.FunctionScope=void 0;const oc=we,zb=Q,Jb=q;class Qb extends zb.ScopeBase{constructor(e,n,i,s){super(e,Jb.ScopeType.function,n,i,s),this.block.type!==oc.AST_NODE_TYPES.ArrowFunctionExpression&&this.defineVariable("arguments",this.set,this.variables,null,null)}isValidResolution(e,n){if(this.block.type===oc.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))}}Gi.FunctionScope=Qb;var Wi={};Object.defineProperty(Wi,"__esModule",{value:!0}),Wi.FunctionTypeScope=void 0;const Zb=Q,ev=q;class tv extends Zb.ScopeBase{constructor(e,n,i){super(e,ev.ScopeType.functionType,n,i,!1)}}Wi.FunctionTypeScope=tv;var Hi={};Object.defineProperty(Hi,"__esModule",{value:!0}),Hi.GlobalScope=void 0;const rv=we,nv=Ke,iv=cr,sv=Ui,ov=Q,av=q;class lv extends ov.ScopeBase{constructor(e,n){super(e,av.ScopeType.global,null,n,!1),this.implicit={set:new Map,variables:[],leftToBeResolved:[]}}defineImplicitVariable(e,n){this.defineVariable(new sv.ImplicitLibVariable(this,e,n),this.set,this.variables,null,null)}close(e){(0,nv.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===rv.AST_NODE_TYPES.Identifier&&this.defineVariable(s.name,this.implicit.set,this.implicit.variables,s,new iv.ImplicitGlobalVariableDefinition(i.pattern,i.node))}return this.implicit.leftToBeResolved=this.leftToResolve,super.close(e)}}Hi.GlobalScope=lv;var Ki={};Object.defineProperty(Ki,"__esModule",{value:!0}),Ki.MappedTypeScope=void 0;const cv=Q,uv=q;class pv extends cv.ScopeBase{constructor(e,n,i){super(e,uv.ScopeType.mappedType,n,i,!1)}}Ki.MappedTypeScope=pv;var qi={};Object.defineProperty(qi,"__esModule",{value:!0}),qi.ModuleScope=void 0;const fv=Q,Ev=q;class dv extends fv.ScopeBase{constructor(e,n,i){super(e,Ev.ScopeType.module,n,i,!1)}}qi.ModuleScope=dv;var ac={};Object.defineProperty(ac,"__esModule",{value:!0});var Xi={};Object.defineProperty(Xi,"__esModule",{value:!0}),Xi.SwitchScope=void 0;const Tv=Q,Pv=q;class mv extends Tv.ScopeBase{constructor(e,n,i){super(e,Pv.ScopeType.switch,n,i,!1)}}Xi.SwitchScope=mv;var zi={};Object.defineProperty(zi,"__esModule",{value:!0}),zi.TSEnumScope=void 0;const yv=Q,hv=q;class _v extends yv.ScopeBase{constructor(e,n,i){super(e,hv.ScopeType.tsEnum,n,i,!1)}}zi.TSEnumScope=_v;var Ji={};Object.defineProperty(Ji,"__esModule",{value:!0}),Ji.TSModuleScope=void 0;const bv=Q,vv=q;class gv extends bv.ScopeBase{constructor(e,n,i){super(e,vv.ScopeType.tsModule,n,i,!1)}}Ji.TSModuleScope=gv;var Qi={};Object.defineProperty(Qi,"__esModule",{value:!0}),Qi.TypeScope=void 0;const Sv=Q,Yv=q;class Lv extends Sv.ScopeBase{constructor(e,n,i){super(e,Yv.ScopeType.type,n,i,!1)}}Qi.TypeScope=Lv;var Zi={};Object.defineProperty(Zi,"__esModule",{value:!0}),Zi.WithScope=void 0;const Av=Ke,Cv=Q,wv=q;class Vv extends Cv.ScopeBase{constructor(e,n,i){super(e,wv.ScopeType.with,n,i,!1)}close(e){return this.shouldStaticallyClose()?super.close(e):((0,Av.assert)(this.leftToResolve),this.leftToResolve.forEach(n=>this.delegateToUpperScope(n)),this.leftToResolve=null,this.upper)}}Zi.WithScope=Vv,function(t){var e=g&&g.__createBinding||(Object.create?function(i,s,l,u){u===void 0&&(u=l);var E=Object.getOwnPropertyDescriptor(s,l);(!E||("get"in E?!s.__esModule:E.writable||E.configurable))&&(E={enumerable:!0,get:function(){return s[l]}}),Object.defineProperty(i,u,E)}:function(i,s,l,u){u===void 0&&(u=l),i[u]=s[l]}),n=g&&g.__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(Mi,t),n($i,t),n(on,t),n(ki,t),n(Ni,t),n(Bi,t),n(ji,t),n(Gi,t),n(Wi,t),n(Hi,t),n(Ki,t),n(qi,t),n(ac,t),n(q,t),n(Xi,t),n(zi,t),n(Ji,t),n(Qi,t),n(Zi,t)}(Oi);var ct={},jt={},an={},lc=g&&g.__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},cc=g&&g.__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)},es,ts;Object.defineProperty(an,"__esModule",{value:!0}),an.VisitorBase=void 0;const Ov=ao;function Mv(t){return typeof t=="object"&&t!=null}function uc(t){return Mv(t)&&typeof t.type=="string"}class Uv{constructor(e){es.set(this,void 0),ts.set(this,void 0),lc(this,es,e.childVisitorKeys??Ov.visitorKeys,"f"),lc(this,ts,e.visitChildrenEvenIfSelectorExists??!1,"f")}visitChildren(e,n=[]){if(e?.type==null)return;const i=new Set([...n,"parent"]),s=cc(this,es,"f")[e.type]??Object.keys(e);for(const l of s){if(i.has(l))continue;const u=e[l];if(u)if(Array.isArray(u))for(const E of u)uc(E)&&this.visit(E);else uc(u)&&this.visit(u)}}visit(e){if(e?.type==null)return;const n=this[e.type];n&&(n.call(this,e),!cc(this,ts,"f"))||this.visitChildren(e)}}an.VisitorBase=Uv,es=new WeakMap,ts=new WeakMap;var pc=g&&g.__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},Re=g&&g.__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,ut,ln;Object.defineProperty(jt,"__esModule",{value:!0}),jt.PatternVisitor=void 0;const Gt=we,Rv=an;class Iv extends Rv.VisitorBase{static isPattern(e){const n=e.type;return n===Gt.AST_NODE_TYPES.Identifier||n===Gt.AST_NODE_TYPES.ObjectPattern||n===Gt.AST_NODE_TYPES.ArrayPattern||n===Gt.AST_NODE_TYPES.SpreadElement||n===Gt.AST_NODE_TYPES.RestElement||n===Gt.AST_NODE_TYPES.AssignmentPattern}constructor(e,n,i){super(e),rs.set(this,void 0),ns.set(this,void 0),ut.set(this,[]),this.rightHandNodes=[],ln.set(this,[]),pc(this,rs,n,"f"),pc(this,ns,i,"f")}ArrayExpression(e){e.elements.forEach(this.visit,this)}ArrayPattern(e){for(const n of e.elements)this.visit(n)}AssignmentExpression(e){Re(this,ut,"f").push(e),this.visit(e.left),this.rightHandNodes.push(e.right),Re(this,ut,"f").pop()}AssignmentPattern(e){Re(this,ut,"f").push(e),this.visit(e.left),this.rightHandNodes.push(e.right),Re(this,ut,"f").pop()}CallExpression(e){e.arguments.forEach(n=>{this.rightHandNodes.push(n)}),this.visit(e.callee)}Decorator(){}Identifier(e){const n=Re(this,ln,"f").at(-1);Re(this,ns,"f").call(this,e,{topLevel:e===Re(this,rs,"f"),rest:n?.argument===e,assignments:Re(this,ut,"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){Re(this,ln,"f").push(e),this.visit(e.argument),Re(this,ln,"f").pop()}SpreadElement(e){this.visit(e.argument)}TSTypeAnnotation(){}}jt.PatternVisitor=Iv,rs=new WeakMap,ns=new WeakMap,ut=new WeakMap,ln=new WeakMap,function(t){var e=g&&g.__classPrivateFieldGet||function(E,a,c,f){if(c==="a"&&!f)throw new TypeError("Private accessor was defined without a getter");if(typeof a=="function"?E!==a||!f:!a.has(E))throw new TypeError("Cannot read private member from an object whose class did not declare it");return c==="m"?f:c==="a"?f.call(E):f?f.value:a.get(E)},n=g&&g.__classPrivateFieldSet||function(E,a,c,f,p){if(f==="m")throw new TypeError("Private method is not writable");if(f==="a"&&!p)throw new TypeError("Private accessor was defined without a setter");if(typeof a=="function"?E!==a||!p:!a.has(E))throw new TypeError("Cannot write private member to an object whose class did not declare it");return f==="a"?p.call(E,c):p?p.value=c:a.set(E,c),c},i;Object.defineProperty(t,"__esModule",{value:!0}),t.VisitorBase=t.Visitor=void 0;const s=jt,l=an;Object.defineProperty(t,"VisitorBase",{enumerable:!0,get:function(){return l.VisitorBase}});class u extends l.VisitorBase{constructor(a){super(a instanceof u?e(a,i,"f"):a),i.set(this,void 0),n(this,i,a instanceof u?e(a,i,"f"):a,"f")}visitPattern(a,c,f={processRightHandNodes:!1}){const p=new s.PatternVisitor(e(this,i,"f"),a,c);p.visit(a),f.processRightHandNodes&&p.rightHandNodes.forEach(this.visit,this)}}t.Visitor=u,i=new WeakMap}(ct);var xv=g&&g.__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=g&&g.__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(Qr,"__esModule",{value:!0}),Qr.TypeVisitor=void 0;const Wt=we,cn=qe,un=Oi,Dv=ct;class yo extends Dv.Visitor{constructor(e){super(e),z.set(this,void 0),xv(this,z,e,"f")}static visit(e,n){new yo(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 cn.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===Wt.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===un.ScopeType.functionType||i.type===un.ScopeType.mappedType){let s=i.upper;for(;s;){if(s.type===un.ScopeType.functionType||s.type===un.ScopeType.mappedType){s=s.upper;continue}if(s.type===un.ScopeType.conditionalType){i=s;break}break}}i.defineIdentifier(n.name,new cn.TypeDefinition(n.name,n)),this.visit(n.constraint)}TSInterfaceDeclaration(e){te(this,z,"f").currentScope().defineIdentifier(e.id,new cn.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 cn.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 cn.TypeDefinition(e.name,e)),this.visit(e.constraint),this.visit(e.default)}TSTypePredicate(e){e.parameterName.type!==Wt.AST_NODE_TYPES.TSThisType&&te(this,z,"f").currentScope().referenceValue(e.parameterName),this.visit(e.typeAnnotation)}TSTypeQuery(e){let n;if(e.exprName.type===Wt.AST_NODE_TYPES.TSQualifiedName){let i=e.exprName;for(;i.left.type===Wt.AST_NODE_TYPES.TSQualifiedName;)i=i.left;n=i.left}else n=e.exprName,e.exprName.type===Wt.AST_NODE_TYPES.TSImportType&&this.visit(e.exprName);n.type===Wt.AST_NODE_TYPES.Identifier&&te(this,z,"f").currentScope().referenceValue(n),this.visit(e.typeArguments)}TSTypeAnnotation(e){this.visitChildren(e)}}Qr.TypeVisitor=yo,z=new WeakMap;var fc=g&&g.__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},G=g&&g.__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)},pn,j;Object.defineProperty(Vi,"__esModule",{value:!0}),Vi.ClassVisitor=void 0;const Ae=we,To=qe,Fv=Qr,$v=ct;class ho extends $v.Visitor{constructor(e,n){super(e),pn.set(this,void 0),j.set(this,void 0),fc(this,j,e,"f"),fc(this,pn,n,"f")}static visit(e,n){new ho(e,n).visitClass(n)}visit(e){e&&e.type in this?super.visit(e):G(this,j,"f").visit(e)}visitClass(e){e.type===Ae.AST_NODE_TYPES.ClassDeclaration&&e.id&&G(this,j,"f").currentScope().defineIdentifier(e.id,new To.ClassNameDefinition(e.id,e)),e.decorators.forEach(n=>G(this,j,"f").visit(n)),G(this,j,"f").scopeManager.nestClassScope(e),e.id&&G(this,j,"f").currentScope().defineIdentifier(e.id,new To.ClassNameDefinition(e.id,e)),G(this,j,"f").visit(e.superClass),this.visitType(e.typeParameters),this.visitType(e.superTypeArguments),e.implements.forEach(n=>this.visitType(n)),this.visit(e.body),G(this,j,"f").close(e)}visitPropertyDefinition(e){this.visitPropertyBase(e),this.visitType(e.typeAnnotation)}visitFunctionParameterTypeAnnotation(e){switch(e.type){case Ae.AST_NODE_TYPES.AssignmentPattern:this.visitType(e.left.typeAnnotation);break;case Ae.AST_NODE_TYPES.TSParameterProperty:this.visitFunctionParameterTypeAnnotation(e.parameter);break;default:this.visitType(e.typeAnnotation)}}visitMethodFunction(e,n){e.id&&G(this,j,"f").scopeManager.nestFunctionExpressionNameScope(e),G(this,j,"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=Ec(n);s!=null&&G(this,pn,"f").body.body.find(l=>l!==n&&l.type===Ae.AST_NODE_TYPES.MethodDefinition&&l.static===n.static&&Ec(l)===s)?.decorators.length&&(i=!0)}!i&&n.kind==="constructor"&&G(this,pn,"f").decorators.length&&(i=!0);for(const s of e.params)this.visitPattern(s,(l,u)=>{G(this,j,"f").currentScope().defineIdentifier(l,new To.ParameterDefinition(l,e,u.rest)),G(this,j,"f").referencingDefaultValue(l,u.assignments,null,!0)},{processRightHandNodes:!0}),this.visitFunctionParameterTypeAnnotation(s),s.decorators.forEach(l=>this.visit(l));this.visitType(e.returnType),this.visitType(e.typeParameters),G(this,j,"f").visitChildren(e.body),G(this,j,"f").close(e)}visitPropertyBase(e){e.computed&&G(this,j,"f").visit(e.key),e.value&&((e.type===Ae.AST_NODE_TYPES.PropertyDefinition||e.type===Ae.AST_NODE_TYPES.AccessorProperty)&&G(this,j,"f").scopeManager.nestClassFieldInitializerScope(e.value),G(this,j,"f").visit(e.value),(e.type===Ae.AST_NODE_TYPES.PropertyDefinition||e.type===Ae.AST_NODE_TYPES.AccessorProperty)&&G(this,j,"f").close(e.value)),e.decorators.forEach(n=>G(this,j,"f").visit(n))}visitMethod(e){e.computed&&G(this,j,"f").visit(e.key),e.value.type===Ae.AST_NODE_TYPES.FunctionExpression?this.visitMethodFunction(e.value,e):G(this,j,"f").visit(e.value),e.decorators.forEach(n=>G(this,j,"f").visit(n))}visitType(e){e&&Fv.TypeVisitor.visit(G(this,j,"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){G(this,j,"f").visit(e)}PrivateIdentifier(){}StaticBlock(e){G(this,j,"f").scopeManager.nestClassStaticBlockScope(e),e.body.forEach(n=>this.visit(n)),G(this,j,"f").close(e)}}Vi.ClassVisitor=ho,pn=new WeakMap,j=new WeakMap;function Ec(t){if(t.computed&&t.key.type===Ae.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===Ae.AST_NODE_TYPES.Identifier)return t.key.name;return null}var is={},dc=g&&g.__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},ss=g&&g.__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)},Ht,os;Object.defineProperty(is,"__esModule",{value:!0}),is.ExportVisitor=void 0;const kv=we,Nv=ct;class _o extends Nv.Visitor{constructor(e,n){super(n),Ht.set(this,void 0),os.set(this,void 0),dc(this,os,e,"f"),dc(this,Ht,n,"f")}static visit(e,n){new _o(n,e).visit(n)}Identifier(e){ss(this,os,"f").exportKind==="type"?ss(this,Ht,"f").currentScope().referenceType(e):ss(this,Ht,"f").currentScope().referenceDualValueType(e)}ExportDefaultDeclaration(e){e.declaration.type===kv.AST_NODE_TYPES.Identifier&&this.visit(e.declaration)}ExportNamedDeclaration(e){e.source||e.declaration||this.visitChildren(e)}ExportSpecifier(e){e.exportKind==="type"?ss(this,Ht,"f").currentScope().referenceType(e.local):this.visit(e.local)}}is.ExportVisitor=_o,Ht=new WeakMap,os=new WeakMap;var as={},Tc=g&&g.__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=g&&g.__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)},ls,cs;Object.defineProperty(as,"__esModule",{value:!0}),as.ImportVisitor=void 0;const Bv=qe,jv=ct;class bo extends jv.Visitor{constructor(e,n){super(n),ls.set(this,void 0),cs.set(this,void 0),Tc(this,ls,e,"f"),Tc(this,cs,n,"f")}static visit(e,n){new bo(n,e).visit(n)}visitImport(e,n){Pc(this,cs,"f").currentScope().defineIdentifier(e,new Bv.ImportBindingDefinition(e,n,Pc(this,ls,"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)}}as.ImportVisitor=bo,ls=new WeakMap,cs=new WeakMap;var fn=g&&g.__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},pt=g&&g.__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)},En,dn,us,ps,fs;Object.defineProperty(Bn,"__esModule",{value:!0}),Bn.Referencer=void 0;const re=we,mc=Ke,Ie=qe,Gv=ei,Wv=Vi,yc=is,Hv=as,hc=jt,ft=Me,Kv=Qr,qv=ct;class Xv extends qv.Visitor{constructor(e,n){super(e),En.set(this,void 0),dn.set(this,void 0),us.set(this,!1),ps.set(this,!1),fs.set(this,void 0),this.scopeManager=n,fn(this,En,e.jsxPragma,"f"),fn(this,dn,e.jsxFragmentName,"f"),fn(this,fs,e.lib,"f")}currentScope(e){return e||(0,mc.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,ft.ReferenceFlag.Write,l.right,i,s)})}populateGlobalsFromLib(e){for(const n of pt(this,fs,"f")){const i=Gv.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(){pt(this,En,"f")==null||pt(this,us,"f")||fn(this,us,this.referenceInSomeUpperScope(pt(this,En,"f")),"f")}referenceJsxFragment(){pt(this,dn,"f")==null||pt(this,ps,"f")||fn(this,ps,this.referenceInSomeUpperScope(pt(this,dn,"f")),"f")}visitClass(e){Wv.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,ft.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,ft.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 Ie.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 Ie.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&&Kv.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}hc.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,ft.ReferenceFlag.Write,e.right,l,!1)},{processRightHandNodes:!0}):n.type===re.AST_NODE_TYPES.Identifier&&this.currentScope().referenceValue(n,ft.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 Ie.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?yc.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):yc.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,mc.assert)(this.scopeManager.isModule(),"ImportDeclaration should appear when the mode is ES6 and in the module context."),Hv.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 Ie.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 Ie.TSEnumNameDefinition(e.id,e)),this.scopeManager.nestTSEnumScope(e),this.currentScope().defineIdentifier(e.id,new Ie.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 Ie.TSEnumMemberDefinition(i,n))}else!n.computed&&n.id.type===re.AST_NODE_TYPES.Identifier&&this.currentScope().defineIdentifier(n.id,new Ie.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 Ie.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){hc.PatternVisitor.isPattern(e.argument)?this.visitPattern(e.argument,n=>{this.currentScope().referenceValue(n,ft.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,u)=>{n.defineIdentifier(l,new Ie.VariableDefinition(l,i,e)),this.referencingDefaultValue(l,u.assignments,null,!0),s&&this.currentScope().referenceValue(l,ft.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(){}}Bn.Referencer=Xv,En=new WeakMap,dn=new WeakMap,us=new WeakMap,ps=new WeakMap,fs=new WeakMap,function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.Referencer=void 0;var e=Bn;Object.defineProperty(t,"Referencer",{enumerable:!0,get:function(){return e.Referencer}})}(zl);var Tn={},Es={};Object.defineProperty(Es,"__esModule",{value:!0}),Es.ClassStaticBlockScope=void 0;const zv=Q,Jv=q;class Qv extends zv.ScopeBase{constructor(e,n,i){super(e,Jv.ScopeType.classStaticBlock,n,i,!1)}}Es.ClassStaticBlockScope=Qv;var Zv=g&&g.__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},Po=g&&g.__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;Object.defineProperty(Tn,"__esModule",{value:!0}),Tn.ScopeManager=void 0;const ne=Ke,ie=Oi,eg=on,tg=Es;class rg{get variables(){const e=new Set;function n(i){i.variables.forEach(s=>e.add(s)),i.childScopes.forEach(n)}return this.scopes.forEach(n),Array.from(e).sort((i,s)=>i.$id-s.$id)}constructor(e){Kt.set(this,void 0),this.scopes=[],this.globalScope=null,this.nodeToScope=new WeakMap,this.currentScope=null,Zv(this,Kt,e,"f"),this.declaredVariables=new WeakMap}isGlobalReturn(){return Po(this,Kt,"f").globalReturn===!0}isModule(){return Po(this,Kt,"f").sourceType==="module"}isImpliedStrict(){return Po(this,Kt,"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)}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 u=s[l];if(i(u))return u}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 eg.ClassFieldInitializerScope(this,this.currentScope,e))}nestClassStaticBlockScope(e){return(0,ne.assert)(this.currentScope),this.nestScope(new tg.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))}}Tn.ScopeManager=rg,Kt=new WeakMap,Object.defineProperty($n,"__esModule",{value:!0}),$n.analyze=void 0;const ng=ao,ig=zl,sg=Tn,qt={childVisitorKeys:ng.visitorKeys,globalReturn:!1,impliedStrict:!1,jsxPragma:"React",jsxFragmentName:null,lib:["es2018"],sourceType:"script",emitDecoratorMetadata:!1};function og(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 sg.ScopeManager(n);return new ig.Referencer(n,i).visit(t),i}$n.analyze=og,function(t){var e=g&&g.__createBinding||(Object.create?function(a,c,f,p){p===void 0&&(p=f);var d=Object.getOwnPropertyDescriptor(c,f);(!d||("get"in d?!c.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:function(){return c[f]}}),Object.defineProperty(a,p,d)}:function(a,c,f,p){p===void 0&&(p=f),a[p]=c[f]}),n=g&&g.__exportStar||function(a,c){for(var f in a)f!=="default"&&!Object.prototype.hasOwnProperty.call(c,f)&&e(c,a,f)};Object.defineProperty(t,"__esModule",{value:!0}),t.ScopeManager=t.PatternVisitor=t.Visitor=t.Reference=t.analyze=void 0;var i=$n;Object.defineProperty(t,"analyze",{enumerable:!0,get:function(){return i.analyze}}),n(qe,t);var s=Me;Object.defineProperty(t,"Reference",{enumerable:!0,get:function(){return s.Reference}});var l=ct;Object.defineProperty(t,"Visitor",{enumerable:!0,get:function(){return l.Visitor}});var u=jt;Object.defineProperty(t,"PatternVisitor",{enumerable:!0,get:function(){return u.PatternVisitor}}),n(Oi,t);var E=Tn;Object.defineProperty(t,"ScopeManager",{enumerable:!0,get:function(){return E.ScopeManager}}),n(Ui,t)}(Xl);var ag=g&&g.__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]}),lg=g&&g.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),cg=g&&g.__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)&&ag(e,t,n);return lg(e,t),e};Object.defineProperty(Fn,"__esModule",{value:!0}),Fn.Scope=void 0;const _c=cg(Xl);var bc;(function(t){t.ScopeType=_c.ScopeType,t.DefinitionType=_c.DefinitionType})(bc||(Fn.Scope=bc={}));var ds={};Object.defineProperty(ds,"__esModule",{value:!0}),ds.SourceCode=void 0;const ug=vs;class pg extends ug.SourceCode{}ds.SourceCode=pg,function(t){var e=g&&g.__createBinding||(Object.create?function(i,s,l,u){u===void 0&&(u=l);var E=Object.getOwnPropertyDescriptor(s,l);(!E||("get"in E?!s.__esModule:E.writable||E.configurable))&&(E={enumerable:!0,get:function(){return s[l]}}),Object.defineProperty(i,u,E)}:function(i,s,l,u){u===void 0&&(u=l),i[u]=s[l]}),n=g&&g.__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(Bl,t),n(jl,t),n(Gl,t),n(xn,t),n(Wl,t),n(Hl,t),n(Kl,t),n(ql,t),n(Dn,t),n(Fn,t),n(ds,t)}(Nl);var vc={},Ts={};Object.defineProperty(Ts,"__esModule",{value:!0}),Ts.isArray=void 0;function fg(t){return Array.isArray(t)}Ts.isArray=fg,function(t){var e=g&&g.__createBinding||(Object.create?function(i,s,l,u){u===void 0&&(u=l);var E=Object.getOwnPropertyDescriptor(s,l);(!E||("get"in E?!s.__esModule:E.writable||E.configurable))&&(E={enumerable:!0,get:function(){return s[l]}}),Object.defineProperty(i,u,E)}:function(i,s,l,u){u===void 0&&(u=l),i[u]=s[l]}),n=g&&g.__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(Ts,t)}(vc),function(t){var e=g&&g.__createBinding||(Object.create?function(f,p,d,y){y===void 0&&(y=d);var m=Object.getOwnPropertyDescriptor(p,d);(!m||("get"in m?!p.__esModule:m.writable||m.configurable))&&(m={enumerable:!0,get:function(){return p[d]}}),Object.defineProperty(f,y,m)}:function(f,p,d,y){y===void 0&&(y=d),f[y]=p[d]}),n=g&&g.__setModuleDefault||(Object.create?function(f,p){Object.defineProperty(f,"default",{enumerable:!0,value:p})}:function(f,p){f.default=p}),i=g&&g.__importStar||function(f){if(f&&f.__esModule)return f;var p={};if(f!=null)for(var d in f)d!=="default"&&Object.prototype.hasOwnProperty.call(f,d)&&e(p,f,d);return n(p,f),p},s=g&&g.__exportStar||function(f,p){for(var d in f)d!=="default"&&!Object.prototype.hasOwnProperty.call(p,d)&&e(p,f,d)};Object.defineProperty(t,"__esModule",{value:!0}),t.TSUtils=t.TSESLint=t.JSONSchema=t.ESLintUtils=t.ASTUtils=void 0;const l=i(Yl);t.ASTUtils=l;const u=i(Rl);t.ESLintUtils=u;const E=i(kl);t.JSONSchema=E;const a=i(Nl);t.TSESLint=a;const c=i(vc);t.TSUtils=c,s(io,t)}(Sl);const Eg=Sl.ESLintUtils.RuleCreator(t=>t),dg={preferArrowFunction:"Prefer arrow function"},Tg=Eg({name:"prefer-arrow-functions",meta:{type:"suggestion",docs:{description:"Prefer arrow functions when possible"},fixable:"code",schema:[],messages:dg},defaultOptions:[],create:t=>{const e=new Set,n=["prototype","name","length"],i=c=>{if(c.generator||e.has(c))return!1;const{parent:f}=c;if((f.type==="Property"||f.type==="MethodDefinition")&&(f.kind==="set"||f.kind==="get"||f.kind==="constructor")||t.sourceCode.getScope(c).set.get("arguments").references.length>0)return!1;let y=[];if(c.type==="FunctionDeclaration"&&c.id){const[m]=t.sourceCode.getDeclaredVariables(c),[h]=m.references;if(h&&c.range[0]>h.identifier.range[0])return!1;y=m.references}else if(c.type==="FunctionExpression"){const[m]=t.sourceCode.getDeclaredVariables(c);if(m&&y.push(...m.references),c.parent.type==="VariableDeclarator"){const[h]=t.sourceCode.getDeclaredVariables(c.parent);y.push(...h.references.slice(1))}}for(const{identifier:m}of y)if(m.parent.type==="MemberExpression"&&m.parent.property.type==="Identifier"&&n.includes(m.parent.property.name))return!1;return!0},s=c=>{let f=t.sourceCode.getScope(c);for(;f&&f.block.type!=="FunctionDeclaration"&&f.block.type!=="FunctionExpression";)f=f.upper;return f?.block},l=(c,f)=>{const p=t.sourceCode.getFirstToken(c,{filter:d=>d.type==="Keyword"&&d.value==="function"});return p?[f.remove(p)]:[]},u=(c,f)=>{const p=t.sourceCode.getTokenBefore(c.body);return[f.insertTextAfter(p,"=>")]},E=(c,f)=>{const p=t.sourceCode.getFirstToken(c.parent,{filter:y=>y.type==="Identifier"&&y.value==="async"}),d=t.sourceCode.getTokenAfter(p,{includeComments:!0});return[f.removeRange([p.range[0],d.range[0]]),f.insertTextBefore(c,"async")]},a=(c,f)=>[f.insertTextBefore(c,"("),f.insertTextAfter(c,")")];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:f=>{const p=[...u(c,f)],{parent:d}=c;if(d.type==="Property"&&d.method||d.type==="MethodDefinition"&&d.kind==="method")p.push(f.insertTextBefore(c,d.type==="Property"?":":"=")),c.async&&p.push(...E(c,f));else if(p.push(...l(c,f)),c.id&&p.push(f.remove(c.id)),d.type==="LogicalExpression"){const m=t.sourceCode.getTokenBefore(c),h=t.sourceCode.getTokenAfter(c);m?.value==="("&&h?.value===")"||p.push(...a(c,f))}return p}})},"FunctionDeclaration:exit":c=>{i(c)&&t.report({node:c,messageId:"preferArrowFunction",fix:f=>{const p=[...u(c,f),...l(c,f)];if(c.id){const h=t.sourceCode.getText(c.id);p.push(f.remove(c.id),f.insertTextBefore(c,`const ${h}=`))}const{parent:d}=c;if(d.type==="ExportDefaultDeclaration"&&c.id){const h=t.sourceCode.getFirstToken(d,{filter:w=>w.type==="Keyword"&&w.value==="export"}),v=t.sourceCode.getTokenAfter(h,{filter:w=>w.type==="Keyword"&&w.value==="default"}),S=[h.range[0],v.range[1]],O=t.sourceCode.text.slice(...S);p.push(f.removeRange(S),f.insertTextAfter(c,`;${O} ${c.id.name}`))}const y=t.sourceCode.getTokenAfter(c,{includeComments:!0});return y&&!t.sourceCode.isSpaceBetween(c,y)&&p.push(f.insertTextAfter(c,";")),p}})}}}}),gc={meta:{name:"pvtnbr/custom-rules",version:lT},rules:{"prefer-arrow-functions":Tg},configs:{base:{rules:{"pvtnbr/prefer-arrow-functions":"error"}}}},Pg=D({plugins:{pvtnbr:gc},rules:gc.configs.base.rules}),Sc=t=>[D({ignores:["**/package-lock.json","**/pnpm-lock.yaml","{tmp,temp}/**","**/*.min.js","**/dist/**","**/node_modules/**","**/vendor/**","**/.vitepress"]}),D({linterOptions:{reportUnusedDisableDirectives:!0},languageOptions:{ecmaVersion:"latest",sourceType:"module"}}),sT,lu,gs,nu,iu,...au,...Zd,cu,su,...uu,...Wd,...Gd(t),...Qd,...zd,Jd,oT,tT,...qd(),Hd,Pg].filter(Boolean);var mg=Sc();exports.defineConfig=D,exports.index=mg,exports.name=aT,exports.pvtnbr=Sc;