lintroll 1.14.0 → 1.15.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.
@@ -1,14 +0,0 @@
1
- var WE=Object.defineProperty;var n=(e,l)=>WE(e,"name",{value:l,configurable:!0});import HE from"@eslint/js";import mi from"globals";import No from"confusing-browser-globals";import{createRequire as KE}from"node:module";import jo from"@eslint-community/eslint-plugin-eslint-comments";import XE from"@stylistic/eslint-plugin";import{fileURLToPath as Bo}from"node:url";import De from"eslint-plugin-import-x";import Hi from"@typescript-eslint/eslint-plugin";import zE from"@typescript-eslint/parser";import qo from"eslint-plugin-regexp";import yi from"node:fs";import Go from"eslint-plugin-n";import $o from"node:path";import{f as Wo}from"./index-BbEs1OZt.mjs";import"node:fs/promises";import JE from"os";import Ho from"url";import QE from"util";import Ko from"eslint-plugin-promise";import ZE from"@eslint/markdown";import ed from"eslint-plugin-jsonc";import Ki from"eslint-plugin-yml";import td from"yaml-eslint-parser";import Xo from"eslint-plugin-no-use-extend-native";import zo from"eslint-plugin-unicorn";import He from"eslint-plugin-react";import Jo from"eslint-plugin-react-hooks";import{getTsconfig as rd}from"get-tsconfig";import Re from"eslint-plugin-vue";import nd from"vue-eslint-parser";import Qo from"eslint/use-at-your-own-risk";import Xi from"eslint";const id=["files","ignores","languageOptions","linterOptions","plugins","rules","settings"],Zo=n(e=>{for(const l of id){const i=e[l];if(!(typeof i!="object"||i===null)){if(Object.freeze(i),l==="rules"){const f=i;for(const c in f)if(Object.hasOwn(f,c)){const u=f[c];u&&Object.freeze(u)}}if(l==="languageOptions"){const f=i;f.parserOptions&&Object.freeze(f.parserOptions),f.globals&&Object.freeze(f.globals)}}}return Object.freeze(e)},"deepFreeze"),j=n(e=>Array.isArray(e)?e.map(Zo):Zo(e),"defineConfig"),ea=KE(`${process.cwd()}/`),he=n(e=>{try{return ea.resolve(e),!0}catch{}return!1},"isInstalled"),sd=n(e=>Object.keys(ea(e)),"getExports"),zi=HE.configs.recommended.rules,Ji={"accessor-pairs":"error","array-callback-return":["error",{allowImplicit:!0}],"arrow-body-style":["error","as-needed"],"block-scoped-var":"error",camelcase:["error",{ignoreDestructuring:!1,properties:"never"}],complexity:["warn",10],"consistent-return":"off",curly:"error","default-case":["error",{commentPattern:"^no default$"}],"default-case-last":"error","default-param-last":"error","dot-notation":["error",{allowKeywords:!0}],eqeqeq:["error","always",{null:"ignore"}],"func-name-matching":["off","always",{considerPropertyDescriptor:!0,includeCommonJSModuleExports:!1}],"func-names":"warn","func-style":["error","declaration",{allowArrowFunctions:!0}],"getter-return":["error",{allowImplicit:!0}],"grouped-accessor-pairs":["error","getBeforeSet"],"guard-for-in":"error","id-blacklist":"off","id-denylist":"off","id-length":"off","id-match":"off","init-declarations":"off","max-classes-per-file":["error",1],"max-depth":["off",4],"max-lines":["off",{max:300,skipBlankLines:!0,skipComments:!0}],"max-lines-per-function":["off",{IIFEs:!0,max:50,skipBlankLines:!0,skipComments:!0}],"max-nested-callbacks":["warn",6],"max-params":["warn",5],"new-cap":["error",{capIsNew:!1,capIsNewExceptions:["Immutable.Map","Immutable.Set","Immutable.List"],newIsCap:!0,newIsCapExceptions:[]}],"newline-after-var":"off","newline-before-return":"off","no-alert":"warn","no-array-constructor":"error","no-bitwise":"error","no-caller":"error","no-catch-shadow":"off","no-cond-assign":["error","always"],"no-console":"warn","no-constant-condition":"warn","no-constructor-return":"error","no-duplicate-imports":"off","no-else-return":["error",{allowElseIf:!1}],"no-empty":["error",{allowEmptyCatch:!0}],"no-empty-function":["error",{allow:["arrowFunctions","functions","methods"]}],"no-eq-null":"error","no-eval":"error","no-extend-native":"error","no-extra-bind":"error","no-extra-label":"error","no-implicit-coercion":["off",{allow:[],boolean:!1,number:!0,string:!0}],"no-implicit-globals":"error","no-implied-eval":"error","no-inline-comments":"off","no-inner-declarations":"off","no-iterator":"error","no-label-var":"error","no-labels":["error",{allowLoop:!0,allowSwitch:!1}],"no-lone-blocks":"error","no-lonely-if":"error","no-loop-func":"error","no-magic-numbers":["off",{detectObjects:!1,enforceConst:!0,ignore:[],ignoreArrayIndexes:!0}],"no-multi-assign":["error"],"no-multi-str":"error","no-negated-condition":"off","no-nested-ternary":"error","no-new":"error","no-new-func":"error","no-object-constructor":"error","no-new-wrappers":"error","no-octal-escape":"error","no-plusplus":"error","no-promise-executor-return":"error","no-proto":"error","no-restricted-exports":["error",{restrictedNamedExports:["then"]}],"no-restricted-globals":["error",...No],"no-restricted-imports":["off",{paths:[],patterns:[]}],"no-restricted-properties":["error",{message:"arguments.callee is deprecated",object:"arguments",property:"callee"},{message:"Please use Number.isFinite instead",object:"global",property:"isFinite"},{message:"Please use Number.isFinite instead",object:"self",property:"isFinite"},{message:"Please use Number.isFinite instead",object:"window",property:"isFinite"},{message:"Please use Number.isNaN instead",object:"global",property:"isNaN"},{message:"Please use Number.isNaN instead",object:"self",property:"isNaN"},{message:"Please use Number.isNaN instead",object:"window",property:"isNaN"},{message:"Please use Object.defineProperty instead.",property:"__defineGetter__"},{message:"Please use Object.defineProperty instead.",property:"__defineSetter__"},{message:"Use the exponentiation operator (**) instead.",object:"Math",property:"pow"}],"no-return-assign":["error","always"],"no-script-url":"error","no-self-assign":["error",{props:!0}],"no-self-compare":"error","no-sequences":"error","no-shadow":["error",{allow:[...he("manten")?["test","describe","runTestSuite","onFinish","fixture"]:[],...he("tasuku")?["task","setTitle","setError","setWarning","setStatus","setOutput"]:[]]}],"no-throw-literal":"error","no-undef-init":"error","no-unmodified-loop-condition":"off","no-unneeded-ternary":["error",{defaultAssignment:!1}],"no-unreachable-loop":"error","no-unused-expressions":["error",{allowShortCircuit:!1,allowTaggedTemplates:!1,allowTernary:!1}],"no-unused-vars":["error",{args:"after-used",ignoreRestSiblings:!0,vars:"all"}],"no-use-before-define":"off","no-useless-call":"off","no-useless-computed-key":"error","no-useless-concat":"error","no-useless-constructor":"error","no-useless-rename":["error",{ignoreDestructuring:!1,ignoreExport:!1,ignoreImport:!1}],"no-useless-return":"error","no-var":"error","no-void":"error","no-warning-comments":["off",{location:"start",terms:["todo","fixme","xxx"]}],"object-shorthand":["error","always",{ignoreConstructors:!1}],"one-var":["error","never"],"operator-assignment":["error","always"],"prefer-arrow-callback":["error",{allowNamedFunctions:!1,allowUnboundThis:!0}],"prefer-const":["error",{destructuring:"any",ignoreReadBeforeAssign:!0}],"prefer-destructuring":["error",{VariableDeclarator:{array:!1,object:!0},AssignmentExpression:{array:!1,object:!1}},{enforceForRenamedProperties:!1}],"prefer-exponentiation-operator":"error","prefer-named-capture-group":"off","prefer-numeric-literals":"error","prefer-object-spread":"error","prefer-promise-reject-errors":["error",{allowEmptyReject:!0}],"prefer-reflect":"off","prefer-regex-literals":["error",{disallowRedundantWrapping:!0}],"prefer-rest-params":"off","prefer-spread":"error","prefer-template":"error",radix:"error","require-atomic-updates":"off","require-await":"off","require-unicode-regexp":"off","sort-imports":["off",{ignoreCase:!1,ignoreDeclarationSort:!1,ignoreMemberSort:!1,memberSyntaxSortOrder:["none","all","multiple","single"]}],"sort-keys":["off","asc",{caseSensitive:!1,natural:!0}],"sort-vars":"off","symbol-description":"error","unicode-bom":["error","never"],"valid-typeof":["error",{requireStringLiterals:!0}],"vars-on-top":"error",yoda:"error"},ta=Object.entries(Ji).filter(([e])=>zi[e]&&zi[e]===Ji[e]);if(ta.length>0)throw new Error(`Duplicate rules with ESLint recommendations found: ${ta.map(([e])=>e).join(", ")}`);const Qi=j({languageOptions:{globals:mi["shared-node-browser"]},rules:{...zi,...Ji}}),od=j({files:["**/*.sw.{js,ts}"],languageOptions:{globals:mi.serviceworker},rules:{"no-restricted-globals":["error",...No.filter(e=>e!=="self")]}}),ad=["**/*.{js,jsx,cjs,mjs}"],ud=["**/*.{ts,tsx,mts,cts}"],ld=["**/*.vue"],Ke=[...ad,...ud,...ld],cd=j({files:Ke,plugins:{"@eslint-community/eslint-comments":jo},rules:{...jo.configs.recommended.rules,"@eslint-community/eslint-comments/no-unused-enable":"off"}}),Zi=[j({plugins:{"@stylistic":XE}}),j({files:Ke,rules:{"@stylistic/array-bracket-newline":["error","consistent"],"@stylistic/array-bracket-spacing":["error","never"],"@stylistic/array-element-newline":["error","consistent"],"@stylistic/arrow-parens":["error","as-needed",{requireForBlockBody:!0}],"@stylistic/arrow-spacing":["error",{after:!0,before:!0}],"@stylistic/block-spacing":["error","always"],"@stylistic/brace-style":["error","1tbs",{allowSingleLine:!0}],"@stylistic/comma-dangle":["error",{arrays:"always-multiline",exports:"always-multiline",functions:"always-multiline",imports:"always-multiline",objects:"always-multiline"}],"@stylistic/comma-spacing":["error",{after:!0,before:!1}],"@stylistic/comma-style":["error","last",{exceptions:{ArrayExpression:!1,ArrayPattern:!1,ArrowFunctionExpression:!1,CallExpression:!1,FunctionDeclaration:!1,FunctionExpression:!1,ImportDeclaration:!1,NewExpression:!1,ObjectExpression:!1,ObjectPattern:!1,VariableDeclaration:!1}}],"@stylistic/computed-property-spacing":["error","never"],"@stylistic/dot-location":["error","property"],"@stylistic/eol-last":["error","always"],"@stylistic/func-call-spacing":["error","never"],"@stylistic/function-call-argument-newline":["error","consistent"],"@stylistic/function-paren-newline":["error","consistent"],"@stylistic/generator-star-spacing":["error",{after:!0,before:!1}],"@stylistic/implicit-arrow-linebreak":["error","beside"],"@stylistic/indent":["error","tab",{ArrayExpression:1,CallExpression:{arguments:1},flatTernaryExpressions:!1,FunctionDeclaration:{body:1,parameters:1},FunctionExpression:{body:1,parameters:1},ignoreComments:!1,ignoredNodes:["TemplateLiteral > *","JSXElement","JSXElement > *","JSXAttribute","JSXIdentifier","JSXNamespacedName","JSXMemberExpression","JSXSpreadAttribute","JSXExpressionContainer","JSXOpeningElement","JSXClosingElement","JSXFragment","JSXOpeningFragment","JSXClosingFragment","JSXText","JSXEmptyExpression","JSXSpreadChild"],ImportDeclaration:1,ObjectExpression:1,outerIIFEBody:1,SwitchCase:1,VariableDeclarator:1}],"@stylistic/key-spacing":["error",{afterColon:!0,beforeColon:!1}],"@stylistic/keyword-spacing":["error",{after:!0,before:!0,overrides:{case:{after:!0},return:{after:!0},throw:{after:!0}}}],"@stylistic/linebreak-style":["error","unix"],"@stylistic/lines-around-comment":["error",{beforeBlockComment:!0,beforeLineComment:!1,afterHashbangComment:!0,allowBlockStart:!0,allowObjectStart:!0,allowArrayStart:!0,allowClassStart:!0}],"@stylistic/lines-between-class-members":["error","always",{exceptAfterSingleLine:!1}],"@stylistic/max-len":["error",100,2,{ignoreComments:!1,ignoreRegExpLiterals:!0,ignoreStrings:!0,ignoreTemplateLiterals:!0,ignoreUrls:!0}],"@stylistic/max-statements-per-line":["warn",{max:1}],"@stylistic/multiline-ternary":["error","always-multiline"],"@stylistic/new-parens":"error","@stylistic/newline-per-chained-call":["error",{ignoreChainWithDepth:4}],"@stylistic/no-confusing-arrow":["error",{allowParens:!0}],"@stylistic/no-extra-parens":["off","all",{conditionalAssign:!0,enforceForArrowConditionals:!1,ignoreJSX:"all",nestedBinaryExpressions:!1,returnAssign:!1}],"@stylistic/no-extra-semi":"error","@stylistic/no-floating-decimal":"error","@stylistic/no-mixed-operators":["error",{allowSamePrecedence:!1,groups:[["%","**"],["%","+"],["%","-"],["%","*"],["%","/"],["/","*"],["&","|","<<",">>",">>>"],["==","!=","===","!=="],["&&","||"]]}],"@stylistic/no-mixed-spaces-and-tabs":"error","@stylistic/no-multi-spaces":["error",{ignoreEOLComments:!1}],"@stylistic/no-multiple-empty-lines":["error",{max:1,maxBOF:0,maxEOF:0}],"@stylistic/no-trailing-spaces":["error",{ignoreComments:!1,skipBlankLines:!1}],"@stylistic/no-whitespace-before-property":"error","@stylistic/nonblock-statement-body-position":["error","beside",{overrides:{}}],"@stylistic/object-curly-newline":["error",{ExportDeclaration:{consistent:!0,minProperties:4,multiline:!0},ImportDeclaration:{consistent:!0,minProperties:4,multiline:!0},ObjectExpression:{consistent:!0,minProperties:4,multiline:!0},ObjectPattern:{consistent:!0,minProperties:4,multiline:!0}}],"@stylistic/object-curly-spacing":["error","always"],"@stylistic/object-property-newline":["error",{allowAllPropertiesOnSameLine:!1}],"@stylistic/one-var-declaration-per-line":["error","always"],"@stylistic/operator-linebreak":["error","before",{overrides:{"=":"none"}}],"@stylistic/padded-blocks":["error",{blocks:"never",classes:"never",switches:"never"},{allowSingleLineBlocks:!0}],"@stylistic/padding-line-between-statements":["error",{blankLine:"always",next:"*",prev:"directive"}],"@stylistic/quote-props":["error","as-needed",{keywords:!1,numbers:!1,unnecessary:!0}],"@stylistic/quotes":["error","single",{avoidEscape:!0}],"@stylistic/rest-spread-spacing":["error","never"],"@stylistic/semi":["error","always"],"@stylistic/semi-spacing":["error",{after:!0,before:!1}],"@stylistic/semi-style":["error","last"],"@stylistic/space-before-blocks":"error","@stylistic/space-before-function-paren":["error",{anonymous:"always",asyncArrow:"always",named:"never"}],"@stylistic/space-in-parens":["error","never"],"@stylistic/space-infix-ops":"error","@stylistic/space-unary-ops":["error",{nonwords:!1,overrides:{},words:!0}],"@stylistic/spaced-comment":["error","always",{block:{balanced:!0,exceptions:["-","+"],markers:["=","!",":","::"]},line:{exceptions:["-","+"],markers:["=","!","/"]}}],"@stylistic/switch-colon-spacing":["error",{after:!0,before:!1}],"@stylistic/template-curly-spacing":"error","@stylistic/template-tag-spacing":["error","never"],"@stylistic/wrap-iife":["error","inside",{functionPrototypeMethods:!1}],"@stylistic/yield-star-spacing":["error","after"]}})],fd=Bo(import.meta.resolve("#pkg-maps-resolver")),ra=j({plugins:{"import-x":De},settings:{"import-x/ignore":["node_modules",String.raw`\.(css|svg|json)$`],"import-x/resolver":{node:{},[fd]:{}}},rules:{...De.configs.recommended.rules,"import-x/default":"off","import-x/dynamic-import-chunkname":["off",{importFunctions:[],webpackChunknameFormat:"[0-9a-zA-Z-_/.]+"}],"import-x/export":"error","import-x/exports-last":"off","import-x/extensions":["error","ignorePackages"],"import-x/first":"error","import-x/group-exports":"off","import-x/max-dependencies":["warn",{max:15}],"import-x/named":"error","import-x/namespace":"off","import-x/newline-after-import":"error","import-x/no-absolute-path":"error","import-x/no-amd":"error","import-x/no-anonymous-default-export":["off",{allowAnonymousClass:!1,allowAnonymousFunction:!1,allowArray:!1,allowArrowFunction:!1,allowLiteral:!1,allowObject:!1}],"import-x/no-commonjs":"off","import-x/no-cycle":["error",{ignoreExternal:!0,maxDepth:"\u221E"}],"import-x/no-duplicates":["error",{"prefer-inline":!0}],"import-x/no-extraneous-dependencies":["error",{devDependencies:["**/src/**","**/@types/**","build/**","build.{js,ts}","**/scripts/**","**/{test,tests,test-d}/**","**/{test,test-*}.js","**/*{.,_}{test,spec}.js","**/__{tests,mocks}__/**","**/*.config.{js,cjs,mjs,ts,cts,mts}","**/.*.js","examples/**","README.md"],optionalDependencies:!1}],"import-x/no-mutable-exports":"error","import-x/no-named-as-default":"error","import-x/no-named-as-default-member":"error","import-x/no-named-default":"error","import-x/no-self-import":"error","import-x/no-unresolved":["error",{caseSensitive:!0,commonjs:!0,ignore:["^https?://"]}],"import-x/no-useless-path-segments":["error",{commonjs:!0}],"import-x/no-webpack-loader-syntax":"error","import-x/order":"error","import-x/prefer-default-export":"off"}}),pd=[ra,j({files:["**/src/**/*"],rules:{"import-x/no-dynamic-require":"error"}})],[,na]=ra.rules["import-x/no-extraneous-dependencies"],es="**/*.{ts,tsx,mts,cts}",Ed=j({files:[es],languageOptions:{parser:zE,parserOptions:{ecmaVersion:"latest"}},settings:De.configs.typescript.settings}),dd=j({files:[es],plugins:{"@typescript-eslint":Hi},settings:{...De.configs.typescript.settings,"import-x/resolver":{...De.configs.typescript.settings["import-x/resolver"],typescript:{}}},rules:{...Hi.configs["eslint-recommended"].overrides[0].rules,...Hi.configs.recommended.rules,...De.configs.typescript.rules,"@stylistic/member-delimiter-style":"error","@typescript-eslint/no-shadow":Qi.rules["no-shadow"],"@typescript-eslint/no-unused-vars":["error",{...Qi.rules["no-unused-vars"][1],argsIgnorePattern:"^_",caughtErrorsIgnorePattern:"^_",varsIgnorePattern:"^_"}],"@typescript-eslint/no-explicit-any":["error",{fixToUnknown:!1,ignoreRestArgs:!0}],"@typescript-eslint/consistent-type-imports":["error",{fixStyle:"inline-type-imports"}],"@typescript-eslint/no-import-type-side-effects":"error","func-style":"off","no-shadow":"off","prefer-rest-params":"off","import-x/extensions":["error","ignorePackages",{ts:"never",tsx:"never",cts:"never",mts:"never"}],"import-x/no-extraneous-dependencies":["error",{...na,devDependencies:na.devDependencies.map(e=>e.replace(".js",".{js,ts}"))}],"unicorn/consistent-destructuring":"off","unicorn/no-array-callback-reference":"off","unicorn/no-useless-undefined":"off"}}),Td=j({files:Ke,plugins:{regexp:qo},rules:qo.configs.recommended.rules});var ia=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Pd(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}n(Pd,"getDefaultExportFromCjs");var Xe={},Fe={},ze={},sa;function md(){return sa||(sa=1,Object.defineProperty(ze,"__esModule",{value:!0}),ze.default=/((['"])(?:(?!\2|\\).|\\(?:\r\n|[\s\S]))*(\2)?|`(?:[^`\\$]|\\[\s\S]|\$(?!\{)|\$\{(?:[^{}]|\{[^}]*\}?)*\}?)*(`)?)|(\/\/.*)|(\/\*(?:[^*]|\*(?!\/))*(\*\/)?)|(\/(?!\*)(?:\[(?:(?![\]\\]).|\\.)*\]|(?![\/\]\\]).|\\.)+\/(?:(?!\s*(?:\b|[\u0080-\uFFFF$\\'"~({]|[+\-!](?!=)|\.?\d))|[gmiyus]{1,6}\b(?![\u0080-\uFFFF$\\]|\s*(?:[+\-*%&|^<>!=?({]|\/(?![\/*])))))|(0[xX][\da-fA-F]+|0[oO][0-7]+|0[bB][01]+|(?:\d*\.\d+|\d+\.?)(?:[eE][+-]?\d+)?)|((?!\d)(?:(?!\s)[$\w\u0080-\uFFFF]|\\u[\da-fA-F]{4}|\\u\{[\da-fA-F]+\})+)|(--|\+\+|&&|\|\||=>|\.{3}|(?:[+\-\/%&|^]|\*{1,2}|<{1,2}|>{1,3}|!=?|={1,2})=?|[?~.,:;[\](){}])|(\s+)|(^$|[\s\S])/g,ze.matchToToken=function(e){var l={type:"invalid",value:e[0],closed:void 0};return e[1]?(l.type="string",l.closed=!!(e[3]||e[4])):e[5]?l.type="comment":e[6]?(l.type="comment",l.closed=!!e[7]):e[8]?l.type="regex":e[9]?l.type="number":e[10]?l.type="name":e[11]?l.type="punctuator":e[12]&&(l.type="whitespace"),l}),ze}n(md,"requireJsTokens");var ts={},ke={},oa;function yd(){if(oa)return ke;oa=1,Object.defineProperty(ke,"__esModule",{value:!0}),ke.isIdentifierChar=o,ke.isIdentifierName=a,ke.isIdentifierStart=r;let e="\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309B-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC",l="\u200C\u200D\xB7\u0300-\u036F\u0387\u0483-\u0487\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u0669\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u06F0-\u06F9\u0711\u0730-\u074A\u07A6-\u07B0\u07C0-\u07C9\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0898-\u089F\u08CA-\u08E1\u08E3-\u0903\u093A-\u093C\u093E-\u094F\u0951-\u0957\u0962\u0963\u0966-\u096F\u0981-\u0983\u09BC\u09BE-\u09C4\u09C7\u09C8\u09CB-\u09CD\u09D7\u09E2\u09E3\u09E6-\u09EF\u09FE\u0A01-\u0A03\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A66-\u0A71\u0A75\u0A81-\u0A83\u0ABC\u0ABE-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AE2\u0AE3\u0AE6-\u0AEF\u0AFA-\u0AFF\u0B01-\u0B03\u0B3C\u0B3E-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B55-\u0B57\u0B62\u0B63\u0B66-\u0B6F\u0B82\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD7\u0BE6-\u0BEF\u0C00-\u0C04\u0C3C\u0C3E-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C66-\u0C6F\u0C81-\u0C83\u0CBC\u0CBE-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CE2\u0CE3\u0CE6-\u0CEF\u0CF3\u0D00-\u0D03\u0D3B\u0D3C\u0D3E-\u0D44\u0D46-\u0D48\u0D4A-\u0D4D\u0D57\u0D62\u0D63\u0D66-\u0D6F\u0D81-\u0D83\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0E50-\u0E59\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECE\u0ED0-\u0ED9\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E\u0F3F\u0F71-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102B-\u103E\u1040-\u1049\u1056-\u1059\u105E-\u1060\u1062-\u1064\u1067-\u106D\u1071-\u1074\u1082-\u108D\u108F-\u109D\u135D-\u135F\u1369-\u1371\u1712-\u1715\u1732-\u1734\u1752\u1753\u1772\u1773\u17B4-\u17D3\u17DD\u17E0-\u17E9\u180B-\u180D\u180F-\u1819\u18A9\u1920-\u192B\u1930-\u193B\u1946-\u194F\u19D0-\u19DA\u1A17-\u1A1B\u1A55-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AB0-\u1ABD\u1ABF-\u1ACE\u1B00-\u1B04\u1B34-\u1B44\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1B82\u1BA1-\u1BAD\u1BB0-\u1BB9\u1BE6-\u1BF3\u1C24-\u1C37\u1C40-\u1C49\u1C50-\u1C59\u1CD0-\u1CD2\u1CD4-\u1CE8\u1CED\u1CF4\u1CF7-\u1CF9\u1DC0-\u1DFF\u200C\u200D\u203F\u2040\u2054\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302F\u3099\u309A\u30FB\uA620-\uA629\uA66F\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA823-\uA827\uA82C\uA880\uA881\uA8B4-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F1\uA8FF-\uA909\uA926-\uA92D\uA947-\uA953\uA980-\uA983\uA9B3-\uA9C0\uA9D0-\uA9D9\uA9E5\uA9F0-\uA9F9\uAA29-\uAA36\uAA43\uAA4C\uAA4D\uAA50-\uAA59\uAA7B-\uAA7D\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEB-\uAAEF\uAAF5\uAAF6\uABE3-\uABEA\uABEC\uABED\uABF0-\uABF9\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFF10-\uFF19\uFF3F\uFF65";const i=new RegExp("["+e+"]"),f=new RegExp("["+e+l+"]");e=l=null;const c=[0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,14,29,6,37,11,29,3,35,5,7,2,4,43,157,19,35,5,35,5,39,9,51,13,10,2,14,2,6,2,1,2,10,2,14,2,6,2,1,68,310,10,21,11,7,25,5,2,41,2,8,70,5,3,0,2,43,2,1,4,0,3,22,11,22,10,30,66,18,2,1,11,21,11,25,71,55,7,1,65,0,16,3,2,2,2,28,43,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,56,50,14,50,14,35,349,41,7,1,79,28,11,0,9,21,43,17,47,20,28,22,13,52,58,1,3,0,14,44,33,24,27,35,30,0,3,0,9,34,4,0,13,47,15,3,22,0,2,0,36,17,2,24,20,1,64,6,2,0,2,3,2,14,2,9,8,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,19,0,13,4,159,52,19,3,21,2,31,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,14,0,72,26,38,6,186,43,117,63,32,7,3,0,3,7,2,1,2,23,16,0,2,0,95,7,3,38,17,0,2,0,29,0,11,39,8,0,22,0,12,45,20,0,19,72,264,8,2,36,18,0,50,29,113,6,2,1,2,37,22,0,26,5,2,1,2,31,15,0,328,18,16,0,2,12,2,33,125,0,80,921,103,110,18,195,2637,96,16,1071,18,5,4026,582,8634,568,8,30,18,78,18,29,19,47,17,3,32,20,6,18,689,63,129,74,6,0,67,12,65,1,2,0,29,6135,9,1237,43,8,8936,3,2,6,2,1,2,290,16,0,30,2,3,0,15,3,9,395,2309,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,1845,30,7,5,262,61,147,44,11,6,17,0,322,29,19,43,485,27,757,6,2,3,2,1,2,14,2,196,60,67,8,0,1205,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42719,33,4153,7,221,3,5761,15,7472,16,621,2467,541,1507,4938,6,4191],u=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,574,3,9,9,370,1,81,2,71,10,50,3,123,2,54,14,32,10,3,1,11,3,46,10,8,0,46,9,7,2,37,13,2,9,6,1,45,0,13,2,49,13,9,3,2,11,83,11,7,0,3,0,158,11,6,9,7,3,56,1,2,6,3,1,3,2,10,0,11,1,3,6,4,4,193,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,84,14,5,9,243,14,166,9,71,5,2,1,3,3,2,0,2,1,13,9,120,6,3,6,4,0,29,9,41,6,2,3,9,0,10,10,47,15,406,7,2,7,17,9,57,21,2,13,123,5,4,0,2,1,2,6,2,0,9,9,49,4,2,1,2,4,9,9,330,3,10,1,2,0,49,6,4,4,14,9,5351,0,7,14,13835,9,87,9,39,4,60,6,26,9,1014,0,2,54,8,3,82,0,12,1,19628,1,4706,45,3,22,543,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,101,0,161,6,10,9,357,0,62,13,499,13,983,6,110,6,6,9,4759,9,787719,239];function t(E,T){let P=65536;for(let s=0,p=T.length;s<p;s+=2){if(P+=T[s],P>E)return!1;if(P+=T[s+1],P>=E)return!0}return!1}n(t,"isInAstralSet");function r(E){return E<65?E===36:E<=90?!0:E<97?E===95:E<=122?!0:E<=65535?E>=170&&i.test(String.fromCharCode(E)):t(E,c)}n(r,"isIdentifierStart");function o(E){return E<48?E===36:E<58?!0:E<65?!1:E<=90?!0:E<97?E===95:E<=122?!0:E<=65535?E>=170&&f.test(String.fromCharCode(E)):t(E,c)||t(E,u)}n(o,"isIdentifierChar");function a(E){let T=!0;for(let P=0;P<E.length;P++){let s=E.charCodeAt(P);if((s&64512)===55296&&P+1<E.length){const p=E.charCodeAt(++P);(p&64512)===56320&&(s=65536+((s&1023)<<10)+(p&1023))}if(T){if(T=!1,!r(s))return!1}else if(!o(s))return!1}return!T}return n(a,"isIdentifierName"),ke}n(yd,"requireIdentifier");var _e={},aa;function hd(){if(aa)return _e;aa=1,Object.defineProperty(_e,"__esModule",{value:!0}),_e.isKeyword=o,_e.isReservedWord=c,_e.isStrictBindOnlyReservedWord=t,_e.isStrictBindReservedWord=r,_e.isStrictReservedWord=u;const e={keyword:["break","case","catch","continue","debugger","default","do","else","finally","for","function","if","return","switch","throw","try","var","const","while","with","new","this","super","class","extends","export","import","null","true","false","in","instanceof","typeof","void","delete"],strict:["implements","interface","let","package","private","protected","public","static","yield"],strictBind:["eval","arguments"]},l=new Set(e.keyword),i=new Set(e.strict),f=new Set(e.strictBind);function c(a,E){return E&&a==="await"||a==="enum"}n(c,"isReservedWord");function u(a,E){return c(a,E)||i.has(a)}n(u,"isStrictReservedWord");function t(a){return f.has(a)}n(t,"isStrictBindOnlyReservedWord");function r(a,E){return u(a,E)||t(a)}n(r,"isStrictBindReservedWord");function o(a){return l.has(a)}return n(o,"isKeyword"),_e}n(hd,"requireKeyword");var ua;function _d(){return ua||(ua=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"isIdentifierChar",{enumerable:!0,get:n(function(){return l.isIdentifierChar},"get")}),Object.defineProperty(e,"isIdentifierName",{enumerable:!0,get:n(function(){return l.isIdentifierName},"get")}),Object.defineProperty(e,"isIdentifierStart",{enumerable:!0,get:n(function(){return l.isIdentifierStart},"get")}),Object.defineProperty(e,"isKeyword",{enumerable:!0,get:n(function(){return i.isKeyword},"get")}),Object.defineProperty(e,"isReservedWord",{enumerable:!0,get:n(function(){return i.isReservedWord},"get")}),Object.defineProperty(e,"isStrictBindOnlyReservedWord",{enumerable:!0,get:n(function(){return i.isStrictBindOnlyReservedWord},"get")}),Object.defineProperty(e,"isStrictBindReservedWord",{enumerable:!0,get:n(function(){return i.isStrictBindReservedWord},"get")}),Object.defineProperty(e,"isStrictReservedWord",{enumerable:!0,get:n(function(){return i.isStrictReservedWord},"get")});var l=yd(),i=hd()}(ts)),ts}n(_d,"requireLib$6");var rs={exports:{}},ns,la;function bd(){if(la)return ns;la=1;var e=/[|\\{}()[\]^$+*?.]/g;return ns=n(function(l){if(typeof l!="string")throw new TypeError("Expected a string");return l.replace(e,"\\$&")},"escapeStringRegexp"),ns}n(bd,"requireEscapeStringRegexp");var hi={exports:{}},is={exports:{}},ss,ca;function gd(){return ca||(ca=1,ss={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}),ss}n(gd,"requireColorName");var fa;function pa(){if(fa)return is.exports;fa=1;var e=gd(),l={};for(var i in e)e.hasOwnProperty(i)&&(l[e[i]]=i);var f=is.exports={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};for(var c in f)if(f.hasOwnProperty(c)){if(!("channels"in f[c]))throw new Error("missing channels property: "+c);if(!("labels"in f[c]))throw new Error("missing channel labels property: "+c);if(f[c].labels.length!==f[c].channels)throw new Error("channel and label counts mismatch: "+c);var u=f[c].channels,t=f[c].labels;delete f[c].channels,delete f[c].labels,Object.defineProperty(f[c],"channels",{value:u}),Object.defineProperty(f[c],"labels",{value:t})}f.rgb.hsl=function(o){var a=o[0]/255,E=o[1]/255,T=o[2]/255,P=Math.min(a,E,T),s=Math.max(a,E,T),p=s-P,d,y,m;return s===P?d=0:a===s?d=(E-T)/p:E===s?d=2+(T-a)/p:T===s&&(d=4+(a-E)/p),d=Math.min(d*60,360),d<0&&(d+=360),m=(P+s)/2,s===P?y=0:m<=.5?y=p/(s+P):y=p/(2-s-P),[d,y*100,m*100]},f.rgb.hsv=function(o){var a,E,T,P,s,p=o[0]/255,d=o[1]/255,y=o[2]/255,m=Math.max(p,d,y),g=m-Math.min(p,d,y),Y=n(function(h){return(m-h)/6/g+1/2},"diffc");return g===0?P=s=0:(s=g/m,a=Y(p),E=Y(d),T=Y(y),p===m?P=T-E:d===m?P=1/3+a-T:y===m&&(P=2/3+E-a),P<0?P+=1:P>1&&(P-=1)),[P*360,s*100,m*100]},f.rgb.hwb=function(o){var a=o[0],E=o[1],T=o[2],P=f.rgb.hsl(o)[0],s=1/255*Math.min(a,Math.min(E,T));return T=1-1/255*Math.max(a,Math.max(E,T)),[P,s*100,T*100]},f.rgb.cmyk=function(o){var a=o[0]/255,E=o[1]/255,T=o[2]/255,P,s,p,d;return d=Math.min(1-a,1-E,1-T),P=(1-a-d)/(1-d)||0,s=(1-E-d)/(1-d)||0,p=(1-T-d)/(1-d)||0,[P*100,s*100,p*100,d*100]};function r(o,a){return Math.pow(o[0]-a[0],2)+Math.pow(o[1]-a[1],2)+Math.pow(o[2]-a[2],2)}return n(r,"comparativeDistance"),f.rgb.keyword=function(o){var a=l[o];if(a)return a;var E=1/0,T;for(var P in e)if(e.hasOwnProperty(P)){var s=e[P],p=r(o,s);p<E&&(E=p,T=P)}return T},f.keyword.rgb=function(o){return e[o]},f.rgb.xyz=function(o){var a=o[0]/255,E=o[1]/255,T=o[2]/255;a=a>.04045?Math.pow((a+.055)/1.055,2.4):a/12.92,E=E>.04045?Math.pow((E+.055)/1.055,2.4):E/12.92,T=T>.04045?Math.pow((T+.055)/1.055,2.4):T/12.92;var P=a*.4124+E*.3576+T*.1805,s=a*.2126+E*.7152+T*.0722,p=a*.0193+E*.1192+T*.9505;return[P*100,s*100,p*100]},f.rgb.lab=function(o){var a=f.rgb.xyz(o),E=a[0],T=a[1],P=a[2],s,p,d;return E/=95.047,T/=100,P/=108.883,E=E>.008856?Math.pow(E,1/3):7.787*E+16/116,T=T>.008856?Math.pow(T,1/3):7.787*T+16/116,P=P>.008856?Math.pow(P,1/3):7.787*P+16/116,s=116*T-16,p=500*(E-T),d=200*(T-P),[s,p,d]},f.hsl.rgb=function(o){var a=o[0]/360,E=o[1]/100,T=o[2]/100,P,s,p,d,y;if(E===0)return y=T*255,[y,y,y];T<.5?s=T*(1+E):s=T+E-T*E,P=2*T-s,d=[0,0,0];for(var m=0;m<3;m++)p=a+1/3*-(m-1),p<0&&p++,p>1&&p--,6*p<1?y=P+(s-P)*6*p:2*p<1?y=s:3*p<2?y=P+(s-P)*(2/3-p)*6:y=P,d[m]=y*255;return d},f.hsl.hsv=function(o){var a=o[0],E=o[1]/100,T=o[2]/100,P=E,s=Math.max(T,.01),p,d;return T*=2,E*=T<=1?T:2-T,P*=s<=1?s:2-s,d=(T+E)/2,p=T===0?2*P/(s+P):2*E/(T+E),[a,p*100,d*100]},f.hsv.rgb=function(o){var a=o[0]/60,E=o[1]/100,T=o[2]/100,P=Math.floor(a)%6,s=a-Math.floor(a),p=255*T*(1-E),d=255*T*(1-E*s),y=255*T*(1-E*(1-s));switch(T*=255,P){case 0:return[T,y,p];case 1:return[d,T,p];case 2:return[p,T,y];case 3:return[p,d,T];case 4:return[y,p,T];case 5:return[T,p,d]}},f.hsv.hsl=function(o){var a=o[0],E=o[1]/100,T=o[2]/100,P=Math.max(T,.01),s,p,d;return d=(2-E)*T,s=(2-E)*P,p=E*P,p/=s<=1?s:2-s,p=p||0,d/=2,[a,p*100,d*100]},f.hwb.rgb=function(o){var a=o[0]/360,E=o[1]/100,T=o[2]/100,P=E+T,s,p,d,y;P>1&&(E/=P,T/=P),s=Math.floor(6*a),p=1-T,d=6*a-s,s&1&&(d=1-d),y=E+d*(p-E);var m,g,Y;switch(s){default:case 6:case 0:m=p,g=y,Y=E;break;case 1:m=y,g=p,Y=E;break;case 2:m=E,g=p,Y=y;break;case 3:m=E,g=y,Y=p;break;case 4:m=y,g=E,Y=p;break;case 5:m=p,g=E,Y=y;break}return[m*255,g*255,Y*255]},f.cmyk.rgb=function(o){var a=o[0]/100,E=o[1]/100,T=o[2]/100,P=o[3]/100,s,p,d;return s=1-Math.min(1,a*(1-P)+P),p=1-Math.min(1,E*(1-P)+P),d=1-Math.min(1,T*(1-P)+P),[s*255,p*255,d*255]},f.xyz.rgb=function(o){var a=o[0]/100,E=o[1]/100,T=o[2]/100,P,s,p;return P=a*3.2406+E*-1.5372+T*-.4986,s=a*-.9689+E*1.8758+T*.0415,p=a*.0557+E*-.204+T*1.057,P=P>.0031308?1.055*Math.pow(P,1/2.4)-.055:P*12.92,s=s>.0031308?1.055*Math.pow(s,1/2.4)-.055:s*12.92,p=p>.0031308?1.055*Math.pow(p,1/2.4)-.055:p*12.92,P=Math.min(Math.max(0,P),1),s=Math.min(Math.max(0,s),1),p=Math.min(Math.max(0,p),1),[P*255,s*255,p*255]},f.xyz.lab=function(o){var a=o[0],E=o[1],T=o[2],P,s,p;return a/=95.047,E/=100,T/=108.883,a=a>.008856?Math.pow(a,1/3):7.787*a+16/116,E=E>.008856?Math.pow(E,1/3):7.787*E+16/116,T=T>.008856?Math.pow(T,1/3):7.787*T+16/116,P=116*E-16,s=500*(a-E),p=200*(E-T),[P,s,p]},f.lab.xyz=function(o){var a=o[0],E=o[1],T=o[2],P,s,p;s=(a+16)/116,P=E/500+s,p=s-T/200;var d=Math.pow(s,3),y=Math.pow(P,3),m=Math.pow(p,3);return s=d>.008856?d:(s-16/116)/7.787,P=y>.008856?y:(P-16/116)/7.787,p=m>.008856?m:(p-16/116)/7.787,P*=95.047,s*=100,p*=108.883,[P,s,p]},f.lab.lch=function(o){var a=o[0],E=o[1],T=o[2],P,s,p;return P=Math.atan2(T,E),s=P*360/2/Math.PI,s<0&&(s+=360),p=Math.sqrt(E*E+T*T),[a,p,s]},f.lch.lab=function(o){var a=o[0],E=o[1],T=o[2],P,s,p;return p=T/360*2*Math.PI,P=E*Math.cos(p),s=E*Math.sin(p),[a,P,s]},f.rgb.ansi16=function(o){var a=o[0],E=o[1],T=o[2],P=1 in arguments?arguments[1]:f.rgb.hsv(o)[2];if(P=Math.round(P/50),P===0)return 30;var s=30+(Math.round(T/255)<<2|Math.round(E/255)<<1|Math.round(a/255));return P===2&&(s+=60),s},f.hsv.ansi16=function(o){return f.rgb.ansi16(f.hsv.rgb(o),o[2])},f.rgb.ansi256=function(o){var a=o[0],E=o[1],T=o[2];if(a===E&&E===T)return a<8?16:a>248?231:Math.round((a-8)/247*24)+232;var P=16+36*Math.round(a/255*5)+6*Math.round(E/255*5)+Math.round(T/255*5);return P},f.ansi16.rgb=function(o){var a=o%10;if(a===0||a===7)return o>50&&(a+=3.5),a=a/10.5*255,[a,a,a];var E=(~~(o>50)+1)*.5,T=(a&1)*E*255,P=(a>>1&1)*E*255,s=(a>>2&1)*E*255;return[T,P,s]},f.ansi256.rgb=function(o){if(o>=232){var a=(o-232)*10+8;return[a,a,a]}o-=16;var E,T=Math.floor(o/36)/5*255,P=Math.floor((E=o%36)/6)/5*255,s=E%6/5*255;return[T,P,s]},f.rgb.hex=function(o){var a=((Math.round(o[0])&255)<<16)+((Math.round(o[1])&255)<<8)+(Math.round(o[2])&255),E=a.toString(16).toUpperCase();return"000000".substring(E.length)+E},f.hex.rgb=function(o){var a=o.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!a)return[0,0,0];var E=a[0];a[0].length===3&&(E=E.split("").map(function(d){return d+d}).join(""));var T=parseInt(E,16),P=T>>16&255,s=T>>8&255,p=T&255;return[P,s,p]},f.rgb.hcg=function(o){var a=o[0]/255,E=o[1]/255,T=o[2]/255,P=Math.max(Math.max(a,E),T),s=Math.min(Math.min(a,E),T),p=P-s,d,y;return p<1?d=s/(1-p):d=0,p<=0?y=0:P===a?y=(E-T)/p%6:P===E?y=2+(T-a)/p:y=4+(a-E)/p+4,y/=6,y%=1,[y*360,p*100,d*100]},f.hsl.hcg=function(o){var a=o[1]/100,E=o[2]/100,T=1,P=0;return E<.5?T=2*a*E:T=2*a*(1-E),T<1&&(P=(E-.5*T)/(1-T)),[o[0],T*100,P*100]},f.hsv.hcg=function(o){var a=o[1]/100,E=o[2]/100,T=a*E,P=0;return T<1&&(P=(E-T)/(1-T)),[o[0],T*100,P*100]},f.hcg.rgb=function(o){var a=o[0]/360,E=o[1]/100,T=o[2]/100;if(E===0)return[T*255,T*255,T*255];var P=[0,0,0],s=a%1*6,p=s%1,d=1-p,y=0;switch(Math.floor(s)){case 0:P[0]=1,P[1]=p,P[2]=0;break;case 1:P[0]=d,P[1]=1,P[2]=0;break;case 2:P[0]=0,P[1]=1,P[2]=p;break;case 3:P[0]=0,P[1]=d,P[2]=1;break;case 4:P[0]=p,P[1]=0,P[2]=1;break;default:P[0]=1,P[1]=0,P[2]=d}return y=(1-E)*T,[(E*P[0]+y)*255,(E*P[1]+y)*255,(E*P[2]+y)*255]},f.hcg.hsv=function(o){var a=o[1]/100,E=o[2]/100,T=a+E*(1-a),P=0;return T>0&&(P=a/T),[o[0],P*100,T*100]},f.hcg.hsl=function(o){var a=o[1]/100,E=o[2]/100,T=E*(1-a)+.5*a,P=0;return T>0&&T<.5?P=a/(2*T):T>=.5&&T<1&&(P=a/(2*(1-T))),[o[0],P*100,T*100]},f.hcg.hwb=function(o){var a=o[1]/100,E=o[2]/100,T=a+E*(1-a);return[o[0],(T-a)*100,(1-T)*100]},f.hwb.hcg=function(o){var a=o[1]/100,E=o[2]/100,T=1-E,P=T-a,s=0;return P<1&&(s=(T-P)/(1-P)),[o[0],P*100,s*100]},f.apple.rgb=function(o){return[o[0]/65535*255,o[1]/65535*255,o[2]/65535*255]},f.rgb.apple=function(o){return[o[0]/255*65535,o[1]/255*65535,o[2]/255*65535]},f.gray.rgb=function(o){return[o[0]/100*255,o[0]/100*255,o[0]/100*255]},f.gray.hsl=f.gray.hsv=function(o){return[0,0,o[0]]},f.gray.hwb=function(o){return[0,100,o[0]]},f.gray.cmyk=function(o){return[0,0,0,o[0]]},f.gray.lab=function(o){return[o[0],0,0]},f.gray.hex=function(o){var a=Math.round(o[0]/100*255)&255,E=(a<<16)+(a<<8)+a,T=E.toString(16).toUpperCase();return"000000".substring(T.length)+T},f.rgb.gray=function(o){var a=(o[0]+o[1]+o[2])/3;return[a/255*100]},is.exports}n(pa,"requireConversions");var os,Ea;function Sd(){if(Ea)return os;Ea=1;var e=pa();function l(){for(var u={},t=Object.keys(e),r=t.length,o=0;o<r;o++)u[t[o]]={distance:-1,parent:null};return u}n(l,"buildGraph");function i(u){var t=l(),r=[u];for(t[u].distance=0;r.length;)for(var o=r.pop(),a=Object.keys(e[o]),E=a.length,T=0;T<E;T++){var P=a[T],s=t[P];s.distance===-1&&(s.distance=t[o].distance+1,s.parent=o,r.unshift(P))}return t}n(i,"deriveBFS");function f(u,t){return function(r){return t(u(r))}}n(f,"link");function c(u,t){for(var r=[t[u].parent,u],o=e[t[u].parent][u],a=t[u].parent;t[a].parent;)r.unshift(t[a].parent),o=f(e[t[a].parent][a],o),a=t[a].parent;return o.conversion=r,o}return n(c,"wrapConversion"),os=n(function(u){for(var t=i(u),r={},o=Object.keys(t),a=o.length,E=0;E<a;E++){var T=o[E],P=t[T];P.parent!==null&&(r[T]=c(T,t))}return r},"route"),os}n(Sd,"requireRoute");var as,da;function vd(){if(da)return as;da=1;var e=pa(),l=Sd(),i={},f=Object.keys(e);function c(t){var r=n(function(o){return o==null?o:(arguments.length>1&&(o=Array.prototype.slice.call(arguments)),t(o))},"wrappedFn");return"conversion"in t&&(r.conversion=t.conversion),r}n(c,"wrapRaw");function u(t){var r=n(function(o){if(o==null)return o;arguments.length>1&&(o=Array.prototype.slice.call(arguments));var a=t(o);if(typeof a=="object")for(var E=a.length,T=0;T<E;T++)a[T]=Math.round(a[T]);return a},"wrappedFn");return"conversion"in t&&(r.conversion=t.conversion),r}return n(u,"wrapRounded"),f.forEach(function(t){i[t]={},Object.defineProperty(i[t],"channels",{value:e[t].channels}),Object.defineProperty(i[t],"labels",{value:e[t].labels});var r=l(t),o=Object.keys(r);o.forEach(function(a){var E=r[a];i[t][a]=u(E),i[t][a].raw=c(E)})}),as=i,as}n(vd,"requireColorConvert"),hi.exports;var Ta;function Yd(){return Ta||(Ta=1,function(e){const l=vd(),i=n((t,r)=>function(){return`\x1B[${t.apply(l,arguments)+r}m`},"wrapAnsi16"),f=n((t,r)=>function(){const o=t.apply(l,arguments);return`\x1B[${38+r};5;${o}m`},"wrapAnsi256"),c=n((t,r)=>function(){const o=t.apply(l,arguments);return`\x1B[${38+r};2;${o[0]};${o[1]};${o[2]}m`},"wrapAnsi16m");function u(){const t=new Map,r={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],gray:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};r.color.grey=r.color.gray;for(const E of Object.keys(r)){const T=r[E];for(const P of Object.keys(T)){const s=T[P];r[P]={open:`\x1B[${s[0]}m`,close:`\x1B[${s[1]}m`},T[P]=r[P],t.set(s[0],s[1])}Object.defineProperty(r,E,{value:T,enumerable:!1}),Object.defineProperty(r,"codes",{value:t,enumerable:!1})}const o=n(E=>E,"ansi2ansi"),a=n((E,T,P)=>[E,T,P],"rgb2rgb");r.color.close="\x1B[39m",r.bgColor.close="\x1B[49m",r.color.ansi={ansi:i(o,0)},r.color.ansi256={ansi256:f(o,0)},r.color.ansi16m={rgb:c(a,0)},r.bgColor.ansi={ansi:i(o,10)},r.bgColor.ansi256={ansi256:f(o,10)},r.bgColor.ansi16m={rgb:c(a,10)};for(let E of Object.keys(l)){if(typeof l[E]!="object")continue;const T=l[E];E==="ansi16"&&(E="ansi"),"ansi16"in T&&(r.color.ansi[E]=i(T.ansi16,0),r.bgColor.ansi[E]=i(T.ansi16,10)),"ansi256"in T&&(r.color.ansi256[E]=f(T.ansi256,0),r.bgColor.ansi256[E]=f(T.ansi256,10)),"rgb"in T&&(r.color.ansi16m[E]=c(T.rgb,0),r.bgColor.ansi16m[E]=c(T.rgb,10))}return r}n(u,"assembleStyles"),Object.defineProperty(e,"exports",{enumerable:!0,get:u})}(hi)),hi.exports}n(Yd,"requireAnsiStyles");var us,Pa;function Ld(){return Pa||(Pa=1,us=n((e,l)=>{l=l||process.argv;const i=e.startsWith("-")?"":e.length===1?"-":"--",f=l.indexOf(i+e),c=l.indexOf("--");return f!==-1&&(c===-1?!0:f<c)},"hasFlag")),us}n(Ld,"requireHasFlag");var ls,ma;function Ad(){if(ma)return ls;ma=1;const e=JE,l=Ld(),i=process.env;let f;l("no-color")||l("no-colors")||l("color=false")?f=!1:(l("color")||l("colors")||l("color=true")||l("color=always"))&&(f=!0),"FORCE_COLOR"in i&&(f=i.FORCE_COLOR.length===0||parseInt(i.FORCE_COLOR,10)!==0);function c(r){return r===0?!1:{level:r,hasBasic:!0,has256:r>=2,has16m:r>=3}}n(c,"translateLevel");function u(r){if(f===!1)return 0;if(l("color=16m")||l("color=full")||l("color=truecolor"))return 3;if(l("color=256"))return 2;if(r&&!r.isTTY&&f!==!0)return 0;const o=f?1:0;if(process.platform==="win32"){const a=e.release().split(".");return Number(process.versions.node.split(".")[0])>=8&&Number(a[0])>=10&&Number(a[2])>=10586?Number(a[2])>=14931?3:2:1}if("CI"in i)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some(a=>a in i)||i.CI_NAME==="codeship"?1:o;if("TEAMCITY_VERSION"in i)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(i.TEAMCITY_VERSION)?1:0;if(i.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in i){const a=parseInt((i.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(i.TERM_PROGRAM){case"iTerm.app":return a>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(i.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(i.TERM)||"COLORTERM"in i?1:(i.TERM==="dumb",o)}n(u,"supportsColor");function t(r){const o=u(r);return c(o)}return n(t,"getSupportLevel"),ls={supportsColor:t,stdout:t(process.stdout),stderr:t(process.stderr)},ls}n(Ad,"requireSupportsColor");var cs,ya;function Cd(){if(ya)return cs;ya=1;const e=/(?:\\(u[a-f\d]{4}|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi,l=/(?:^|\.)(\w+)(?:\(([^)]*)\))?/g,i=/^(['"])((?:\\.|(?!\1)[^\\])*)\1$/,f=/\\(u[a-f\d]{4}|x[a-f\d]{2}|.)|([^\\])/gi,c=new Map([["n",`
2
- `],["r","\r"],["t"," "],["b","\b"],["f","\f"],["v","\v"],["0","\0"],["\\","\\"],["e","\x1B"],["a","\x07"]]);function u(a){return a[0]==="u"&&a.length===5||a[0]==="x"&&a.length===3?String.fromCharCode(parseInt(a.slice(1),16)):c.get(a)||a}n(u,"unescape");function t(a,E){const T=[],P=E.trim().split(/\s*,\s*/g);let s;for(const p of P)if(!isNaN(p))T.push(Number(p));else if(s=p.match(i))T.push(s[2].replace(f,(d,y,m)=>y?u(y):m));else throw new Error(`Invalid Chalk template style argument: ${p} (in style '${a}')`);return T}n(t,"parseArguments");function r(a){l.lastIndex=0;const E=[];let T;for(;(T=l.exec(a))!==null;){const P=T[1];if(T[2]){const s=t(P,T[2]);E.push([P].concat(s))}else E.push([P])}return E}n(r,"parseStyle");function o(a,E){const T={};for(const s of E)for(const p of s.styles)T[p[0]]=s.inverse?null:p.slice(1);let P=a;for(const s of Object.keys(T))if(Array.isArray(T[s])){if(!(s in P))throw new Error(`Unknown Chalk style: ${s}`);T[s].length>0?P=P[s].apply(P,T[s]):P=P[s]}return P}return n(o,"buildStyle"),cs=n((a,E)=>{const T=[],P=[];let s=[];if(E.replace(e,(p,d,y,m,g,Y)=>{if(d)s.push(u(d));else if(m){const h=s.join("");s=[],P.push(T.length===0?h:o(a,T)(h)),T.push({inverse:y,styles:r(m)})}else if(g){if(T.length===0)throw new Error("Found extraneous } in Chalk template literal");P.push(o(a,T)(s.join(""))),s=[],T.pop()}else s.push(Y)}),P.push(s.join("")),T.length>0){const p=`Chalk template literal is missing ${T.length} closing bracket${T.length===1?"":"s"} (\`}\`)`;throw new Error(p)}return P.join("")},"templates"),cs}n(Cd,"requireTemplates");var ha;function _a(){return ha||(ha=1,function(e){const l=bd(),i=Yd(),f=Ad().stdout,c=Cd(),u=process.platform==="win32"&&!(process.env.TERM||"").toLowerCase().startsWith("xterm"),t=["ansi","ansi","ansi256","ansi16m"],r=new Set(["gray"]),o=Object.create(null);function a(d,y){y=y||{};const m=f?f.level:0;d.level=y.level===void 0?m:y.level,d.enabled="enabled"in y?y.enabled:d.level>0}n(a,"applyOptions");function E(d){if(!this||!(this instanceof E)||this.template){const y={};return a(y,d),y.template=function(){const m=[].slice.call(arguments);return p.apply(null,[y.template].concat(m))},Object.setPrototypeOf(y,E.prototype),Object.setPrototypeOf(y.template,y),y.template.constructor=E,y.template}a(this,d)}n(E,"Chalk"),u&&(i.blue.open="\x1B[94m");for(const d of Object.keys(i))i[d].closeRe=new RegExp(l(i[d].close),"g"),o[d]={get(){const y=i[d];return P.call(this,this._styles?this._styles.concat(y):[y],this._empty,d)}};o.visible={get(){return P.call(this,this._styles||[],!0,"visible")}},i.color.closeRe=new RegExp(l(i.color.close),"g");for(const d of Object.keys(i.color.ansi))r.has(d)||(o[d]={get(){const y=this.level;return function(){const g={open:i.color[t[y]][d].apply(null,arguments),close:i.color.close,closeRe:i.color.closeRe};return P.call(this,this._styles?this._styles.concat(g):[g],this._empty,d)}}});i.bgColor.closeRe=new RegExp(l(i.bgColor.close),"g");for(const d of Object.keys(i.bgColor.ansi)){if(r.has(d))continue;const y="bg"+d[0].toUpperCase()+d.slice(1);o[y]={get(){const m=this.level;return function(){const Y={open:i.bgColor[t[m]][d].apply(null,arguments),close:i.bgColor.close,closeRe:i.bgColor.closeRe};return P.call(this,this._styles?this._styles.concat(Y):[Y],this._empty,d)}}}}const T=Object.defineProperties(()=>{},o);function P(d,y,m){const g=n(function(){return s.apply(g,arguments)},"builder");g._styles=d,g._empty=y;const Y=this;return Object.defineProperty(g,"level",{enumerable:!0,get(){return Y.level},set(h){Y.level=h}}),Object.defineProperty(g,"enabled",{enumerable:!0,get(){return Y.enabled},set(h){Y.enabled=h}}),g.hasGrey=this.hasGrey||m==="gray"||m==="grey",g.__proto__=T,g}n(P,"build");function s(){const d=arguments,y=d.length;let m=String(arguments[0]);if(y===0)return"";if(y>1)for(let Y=1;Y<y;Y++)m+=" "+d[Y];if(!this.enabled||this.level<=0||!m)return this._empty?"":m;const g=i.dim.open;u&&this.hasGrey&&(i.dim.open="");for(const Y of this._styles.slice().reverse())m=Y.open+m.replace(Y.closeRe,Y.open)+Y.close,m=m.replace(/\r?\n/g,`${Y.close}$&${Y.open}`);return i.dim.open=g,m}n(s,"applyStyle");function p(d,y){if(!Array.isArray(y))return[].slice.call(arguments,1).join(" ");const m=[].slice.call(arguments,2),g=[y.raw[0]];for(let Y=1;Y<y.length;Y++)g.push(String(m[Y-1]).replace(/[{}\\]/g,"\\$&")),g.push(String(y.raw[Y]));return c(d,g.join(""))}n(p,"chalkTag"),Object.defineProperties(E.prototype,o),e.exports=E(),e.exports.supportsColor=f,e.exports.default=e.exports}(rs)),rs.exports}n(_a,"requireChalk");var ba;function Vd(){if(ba)return Fe;ba=1,Object.defineProperty(Fe,"__esModule",{value:!0}),Fe.default=p,Fe.shouldHighlight=T;var e=md(),l=_d(),i=c(_a(),!0);function f(d){if(typeof WeakMap!="function")return null;var y=new WeakMap,m=new WeakMap;return(f=n(function(g){return g?m:y},"_getRequireWildcardCache"))(d)}n(f,"_getRequireWildcardCache");function c(d,y){if(d===null||typeof d!="object"&&typeof d!="function")return{default:d};var m=f(y);if(m&&m.has(d))return m.get(d);var g={__proto__:null},Y=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var h in d)if(h!=="default"&&Object.prototype.hasOwnProperty.call(d,h)){var L=Y?Object.getOwnPropertyDescriptor(d,h):null;L&&(L.get||L.set)?Object.defineProperty(g,h,L):g[h]=d[h]}return g.default=d,m&&m.set(d,g),g}n(c,"_interopRequireWildcard");const u=new Set(["as","async","from","get","of","set"]);function t(d){return{keyword:d.cyan,capitalized:d.yellow,jsxIdentifier:d.yellow,punctuator:d.yellow,number:d.magenta,string:d.green,regex:d.magenta,comment:d.grey,invalid:d.white.bgRed.bold}}n(t,"getDefs");const r=/\r\n|[\n\r\u2028\u2029]/,o=/^[()[\]{}]$/;let a;{const d=/^[a-z][\w-]*$/i,y=n(function(m,g,Y){if(m.type==="name"){if((0,l.isKeyword)(m.value)||(0,l.isStrictReservedWord)(m.value,!0)||u.has(m.value))return"keyword";if(d.test(m.value)&&(Y[g-1]==="<"||Y.slice(g-2,g)=="</"))return"jsxIdentifier";if(m.value[0]!==m.value[0].toLowerCase())return"capitalized"}return m.type==="punctuator"&&o.test(m.value)?"bracket":m.type==="invalid"&&(m.value==="@"||m.value==="#")?"punctuator":m.type},"getTokenType");a=n(function*(m){let g;for(;g=e.default.exec(m);){const Y=e.matchToToken(g);yield{type:y(Y,g.index,m),value:Y.value}}},"tokenize")}function E(d,y){let m="";for(const{type:g,value:Y}of a(y)){const h=d[g];h?m+=Y.split(r).map(L=>h(L)).join(`
3
- `):m+=Y}return m}n(E,"highlightTokens");function T(d){return i.default.level>0||d.forceColor}n(T,"shouldHighlight");let P;function s(d){if(d){var y;return(y=P)!=null||(P=new i.default.constructor({enabled:!0,level:1})),P}return i.default}n(s,"getChalk"),Fe.getChalk=d=>s(d.forceColor);function p(d,y={}){if(d!==""&&T(y)){const m=t(s(y.forceColor));return E(m,d)}else return d}return n(p,"highlight"),Fe}n(Vd,"requireLib$5");var ga;function Rd(){if(ga)return Xe;ga=1,Object.defineProperty(Xe,"__esModule",{value:!0}),Xe.codeFrameColumns=E,Xe.default=T;var e=Vd(),l=f(_a(),!0);function i(P){if(typeof WeakMap!="function")return null;var s=new WeakMap,p=new WeakMap;return(i=n(function(d){return d?p:s},"_getRequireWildcardCache"))(P)}n(i,"_getRequireWildcardCache");function f(P,s){if(P===null||typeof P!="object"&&typeof P!="function")return{default:P};var p=i(s);if(p&&p.has(P))return p.get(P);var d={__proto__:null},y=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var m in P)if(m!=="default"&&Object.prototype.hasOwnProperty.call(P,m)){var g=y?Object.getOwnPropertyDescriptor(P,m):null;g&&(g.get||g.set)?Object.defineProperty(d,m,g):d[m]=P[m]}return d.default=P,p&&p.set(P,d),d}n(f,"_interopRequireWildcard");let c;function u(P){if(P){var s;return(s=c)!=null||(c=new l.default.constructor({enabled:!0,level:1})),c}return l.default}n(u,"getChalk");let t=!1;function r(P){return{gutter:P.grey,marker:P.red.bold,message:P.red.bold}}n(r,"getDefs");const o=/\r\n|[\n\r\u2028\u2029]/;function a(P,s,p){const d=Object.assign({column:0,line:-1},P.start),y=Object.assign({},d,P.end),{linesAbove:m=2,linesBelow:g=3}=p||{},Y=d.line,h=d.column,L=y.line,V=y.column;let O=Math.max(Y-(m+1),0),w=Math.min(s.length,L+g);Y===-1&&(O=0),L===-1&&(w=s.length);const N=L-Y,D={};if(N)for(let M=0;M<=N;M++){const k=M+Y;if(!h)D[k]=!0;else if(M===0){const U=s[k-1].length;D[k]=[h,U-h+1]}else if(M===N)D[k]=[0,V];else{const U=s[k-M].length;D[k]=[0,U]}}else h===V?h?D[Y]=[h,0]:D[Y]=!0:D[Y]=[h,V-h];return{start:O,end:w,markerLines:D}}n(a,"getMarkerLines");function E(P,s,p={}){const d=(p.highlightCode||p.forceColor)&&(0,e.shouldHighlight)(p),y=u(p.forceColor),m=r(y),g=n((M,k)=>d?M(k):k,"maybeHighlight"),Y=P.split(o),{start:h,end:L,markerLines:V}=a(s,Y,p),O=s.start&&typeof s.start.column=="number",w=String(L).length;let D=(d?(0,e.default)(P,p):P).split(o,L).slice(h,L).map((M,k)=>{const U=h+1+k,J=` ${` ${U}`.slice(-w)} |`,$=V[U],X=!V[U+1];if($){let Q="";if(Array.isArray($)){const Z=M.slice(0,Math.max($[0]-1,0)).replace(/[^\t]/g," "),Le=$[1]||1;Q=[`
4
- `,g(m.gutter,J.replace(/\d/g," "))," ",Z,g(m.marker,"^").repeat(Le)].join(""),X&&p.message&&(Q+=" "+g(m.message,p.message))}return[g(m.marker,">"),g(m.gutter,J),M.length>0?` ${M}`:"",Q].join("")}else return` ${g(m.gutter,J)}${M.length>0?` ${M}`:""}`}).join(`
5
- `);return p.message&&!O&&(D=`${" ".repeat(w+1)}${p.message}
6
- ${D}`),d?y.reset(D):D}n(E,"codeFrameColumns");function T(P,s,p,d={}){if(!t){t=!0;const m="Passing lineNumber and colNumber is deprecated to @babel/code-frame. Please use `codeFrameColumns`.";if(process.emitWarning)process.emitWarning(m,"DeprecationWarning");else{const g=new Error(m);g.name="DeprecationWarning",console.warn(new Error(m))}}return p=Math.max(p,0),E(P,{start:{column:p,line:s}},d)}return n(T,"_default"),Xe}n(Rd,"requireLib$4");var Od=Rd();const Sa=n((e,l,i)=>i<0?-1:e.lastIndexOf(l,i),"safeLastIndexOf");function wd(e,l){const i=Sa(e,`
7
- `,l-1),f=l-i-1;let c=0;for(let u=i;u>=0;u=Sa(e,`
8
- `,u-1))c++;return{line:c,column:f}}n(wd,"getPosition");function va(e,l,{oneBased:i=!1}={}){if(l<0||l>=e.length&&e.length>0)throw new RangeError("Index out of bounds");const f=wd(e,l);return i?{line:f.line+1,column:f.column+1}:f}n(va,"indexToLineColumn");const Md=n(e=>`\\u{${e.codePointAt(0).toString(16)}}`,"getCodePoint");class ko extends Error{static{n(this,"JSONError")}name="JSONError";fileName;codeFrame;rawCodeFrame;#e;constructor(l){super(),this.#e=l,Error.captureStackTrace?.(this,ko)}get message(){const{fileName:l,codeFrame:i}=this;return`${this.#e}${l?` in ${l}`:""}${i?`
9
-
10
- ${i}
11
- `:""}`}set message(l){this.#e=l}}const Ya=n((e,l,i=!0)=>Od.codeFrameColumns(e,{start:l},{highlightCode:i}),"generateCodeFrame"),Ud=n((e,l)=>{const i=l.match(/in JSON at position (?<index>\d+)(?: \(line (?<line>\d+) column (?<column>\d+)\))?$/);if(!i)return;let{index:f,line:c,column:u}=i.groups;if(c&&u)return{line:Number(c),column:Number(u)};if(f=Number(f),f===e.length){const{line:t,column:r}=va(e,e.length-1,{oneBased:!0});return{line:t,column:r+1}}return va(e,f,{oneBased:!0})},"getErrorLocation"),Id=n(e=>e.replace(/(?<=^Unexpected token )(?<quote>')?(.)\k<quote>/,(l,i,f)=>`"${f}"(${Md(f)})`),"addCodePointToUnexpectedToken");function xd(e,l,i){let f;try{return JSON.parse(e,l)}catch(t){f=t.message}let c;e?(c=Ud(e,f),f=Id(f)):f+=" while parsing empty string";const u=new ko(f);throw u.fileName=i,c&&(u.codeFrame=Ya(e,c),u.rawCodeFrame=Ya(e,c,!1)),u}n(xd,"parseJson");var fs,La;function Aa(){return La||(La=1,fs=typeof process=="object"&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...l)=>console.error("SEMVER",...l):()=>{}),fs}n(Aa,"requireDebug");var ps,Ca;function Va(){if(Ca)return ps;Ca=1;const e="2.0.0",l=256,i=Number.MAX_SAFE_INTEGER||9007199254740991,f=16,c=l-6;return ps={MAX_LENGTH:l,MAX_SAFE_COMPONENT_LENGTH:f,MAX_SAFE_BUILD_LENGTH:c,MAX_SAFE_INTEGER:i,RELEASE_TYPES:["major","premajor","minor","preminor","patch","prepatch","prerelease"],SEMVER_SPEC_VERSION:e,FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2},ps}n(Va,"requireConstants");var _i={exports:{}},Ra;function Dd(){return Ra||(Ra=1,function(e,l){const{MAX_SAFE_COMPONENT_LENGTH:i,MAX_SAFE_BUILD_LENGTH:f,MAX_LENGTH:c}=Va(),u=Aa();l=e.exports={};const t=l.re=[],r=l.safeRe=[],o=l.src=[],a=l.t={};let E=0;const T="[a-zA-Z0-9-]",P=[["\\s",1],["\\d",c],[T,f]],s=n(d=>{for(const[y,m]of P)d=d.split(`${y}*`).join(`${y}{0,${m}}`).split(`${y}+`).join(`${y}{1,${m}}`);return d},"makeSafeRegex"),p=n((d,y,m)=>{const g=s(y),Y=E++;u(d,Y,y),a[d]=Y,o[Y]=y,t[Y]=new RegExp(y,m?"g":void 0),r[Y]=new RegExp(g,m?"g":void 0)},"createToken");p("NUMERICIDENTIFIER","0|[1-9]\\d*"),p("NUMERICIDENTIFIERLOOSE","\\d+"),p("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${T}*`),p("MAINVERSION",`(${o[a.NUMERICIDENTIFIER]})\\.(${o[a.NUMERICIDENTIFIER]})\\.(${o[a.NUMERICIDENTIFIER]})`),p("MAINVERSIONLOOSE",`(${o[a.NUMERICIDENTIFIERLOOSE]})\\.(${o[a.NUMERICIDENTIFIERLOOSE]})\\.(${o[a.NUMERICIDENTIFIERLOOSE]})`),p("PRERELEASEIDENTIFIER",`(?:${o[a.NUMERICIDENTIFIER]}|${o[a.NONNUMERICIDENTIFIER]})`),p("PRERELEASEIDENTIFIERLOOSE",`(?:${o[a.NUMERICIDENTIFIERLOOSE]}|${o[a.NONNUMERICIDENTIFIER]})`),p("PRERELEASE",`(?:-(${o[a.PRERELEASEIDENTIFIER]}(?:\\.${o[a.PRERELEASEIDENTIFIER]})*))`),p("PRERELEASELOOSE",`(?:-?(${o[a.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${o[a.PRERELEASEIDENTIFIERLOOSE]})*))`),p("BUILDIDENTIFIER",`${T}+`),p("BUILD",`(?:\\+(${o[a.BUILDIDENTIFIER]}(?:\\.${o[a.BUILDIDENTIFIER]})*))`),p("FULLPLAIN",`v?${o[a.MAINVERSION]}${o[a.PRERELEASE]}?${o[a.BUILD]}?`),p("FULL",`^${o[a.FULLPLAIN]}$`),p("LOOSEPLAIN",`[v=\\s]*${o[a.MAINVERSIONLOOSE]}${o[a.PRERELEASELOOSE]}?${o[a.BUILD]}?`),p("LOOSE",`^${o[a.LOOSEPLAIN]}$`),p("GTLT","((?:<|>)?=?)"),p("XRANGEIDENTIFIERLOOSE",`${o[a.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),p("XRANGEIDENTIFIER",`${o[a.NUMERICIDENTIFIER]}|x|X|\\*`),p("XRANGEPLAIN",`[v=\\s]*(${o[a.XRANGEIDENTIFIER]})(?:\\.(${o[a.XRANGEIDENTIFIER]})(?:\\.(${o[a.XRANGEIDENTIFIER]})(?:${o[a.PRERELEASE]})?${o[a.BUILD]}?)?)?`),p("XRANGEPLAINLOOSE",`[v=\\s]*(${o[a.XRANGEIDENTIFIERLOOSE]})(?:\\.(${o[a.XRANGEIDENTIFIERLOOSE]})(?:\\.(${o[a.XRANGEIDENTIFIERLOOSE]})(?:${o[a.PRERELEASELOOSE]})?${o[a.BUILD]}?)?)?`),p("XRANGE",`^${o[a.GTLT]}\\s*${o[a.XRANGEPLAIN]}$`),p("XRANGELOOSE",`^${o[a.GTLT]}\\s*${o[a.XRANGEPLAINLOOSE]}$`),p("COERCEPLAIN",`(^|[^\\d])(\\d{1,${i}})(?:\\.(\\d{1,${i}}))?(?:\\.(\\d{1,${i}}))?`),p("COERCE",`${o[a.COERCEPLAIN]}(?:$|[^\\d])`),p("COERCEFULL",o[a.COERCEPLAIN]+`(?:${o[a.PRERELEASE]})?(?:${o[a.BUILD]})?(?:$|[^\\d])`),p("COERCERTL",o[a.COERCE],!0),p("COERCERTLFULL",o[a.COERCEFULL],!0),p("LONETILDE","(?:~>?)"),p("TILDETRIM",`(\\s*)${o[a.LONETILDE]}\\s+`,!0),l.tildeTrimReplace="$1~",p("TILDE",`^${o[a.LONETILDE]}${o[a.XRANGEPLAIN]}$`),p("TILDELOOSE",`^${o[a.LONETILDE]}${o[a.XRANGEPLAINLOOSE]}$`),p("LONECARET","(?:\\^)"),p("CARETTRIM",`(\\s*)${o[a.LONECARET]}\\s+`,!0),l.caretTrimReplace="$1^",p("CARET",`^${o[a.LONECARET]}${o[a.XRANGEPLAIN]}$`),p("CARETLOOSE",`^${o[a.LONECARET]}${o[a.XRANGEPLAINLOOSE]}$`),p("COMPARATORLOOSE",`^${o[a.GTLT]}\\s*(${o[a.LOOSEPLAIN]})$|^$`),p("COMPARATOR",`^${o[a.GTLT]}\\s*(${o[a.FULLPLAIN]})$|^$`),p("COMPARATORTRIM",`(\\s*)${o[a.GTLT]}\\s*(${o[a.LOOSEPLAIN]}|${o[a.XRANGEPLAIN]})`,!0),l.comparatorTrimReplace="$1$2$3",p("HYPHENRANGE",`^\\s*(${o[a.XRANGEPLAIN]})\\s+-\\s+(${o[a.XRANGEPLAIN]})\\s*$`),p("HYPHENRANGELOOSE",`^\\s*(${o[a.XRANGEPLAINLOOSE]})\\s+-\\s+(${o[a.XRANGEPLAINLOOSE]})\\s*$`),p("STAR","(<|>)?=?\\s*\\*"),p("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),p("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")}(_i,_i.exports)),_i.exports}n(Dd,"requireRe");var Es,Oa;function Fd(){if(Oa)return Es;Oa=1;const e=Object.freeze({loose:!0}),l=Object.freeze({});return Es=n(f=>f?typeof f!="object"?e:f:l,"parseOptions"),Es}n(Fd,"requireParseOptions");var ds,wa;function kd(){if(wa)return ds;wa=1;const e=/^[0-9]+$/,l=n((f,c)=>{const u=e.test(f),t=e.test(c);return u&&t&&(f=+f,c=+c),f===c?0:u&&!t?-1:t&&!u?1:f<c?-1:1},"compareIdentifiers");return ds={compareIdentifiers:l,rcompareIdentifiers:n((f,c)=>l(c,f),"rcompareIdentifiers")},ds}n(kd,"requireIdentifiers");var Ts,Ma;function Nd(){if(Ma)return Ts;Ma=1;const e=Aa(),{MAX_LENGTH:l,MAX_SAFE_INTEGER:i}=Va(),{safeRe:f,t:c}=Dd(),u=Fd(),{compareIdentifiers:t}=kd();class r{static{n(this,"SemVer")}constructor(a,E){if(E=u(E),a instanceof r){if(a.loose===!!E.loose&&a.includePrerelease===!!E.includePrerelease)return a;a=a.version}else if(typeof a!="string")throw new TypeError(`Invalid version. Must be a string. Got type "${typeof a}".`);if(a.length>l)throw new TypeError(`version is longer than ${l} characters`);e("SemVer",a,E),this.options=E,this.loose=!!E.loose,this.includePrerelease=!!E.includePrerelease;const T=a.trim().match(E.loose?f[c.LOOSE]:f[c.FULL]);if(!T)throw new TypeError(`Invalid Version: ${a}`);if(this.raw=a,this.major=+T[1],this.minor=+T[2],this.patch=+T[3],this.major>i||this.major<0)throw new TypeError("Invalid major version");if(this.minor>i||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>i||this.patch<0)throw new TypeError("Invalid patch version");T[4]?this.prerelease=T[4].split(".").map(P=>{if(/^[0-9]+$/.test(P)){const s=+P;if(s>=0&&s<i)return s}return P}):this.prerelease=[],this.build=T[5]?T[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(a){if(e("SemVer.compare",this.version,this.options,a),!(a instanceof r)){if(typeof a=="string"&&a===this.version)return 0;a=new r(a,this.options)}return a.version===this.version?0:this.compareMain(a)||this.comparePre(a)}compareMain(a){return a instanceof r||(a=new r(a,this.options)),t(this.major,a.major)||t(this.minor,a.minor)||t(this.patch,a.patch)}comparePre(a){if(a instanceof r||(a=new r(a,this.options)),this.prerelease.length&&!a.prerelease.length)return-1;if(!this.prerelease.length&&a.prerelease.length)return 1;if(!this.prerelease.length&&!a.prerelease.length)return 0;let E=0;do{const T=this.prerelease[E],P=a.prerelease[E];if(e("prerelease compare",E,T,P),T===void 0&&P===void 0)return 0;if(P===void 0)return 1;if(T===void 0)return-1;if(T===P)continue;return t(T,P)}while(++E)}compareBuild(a){a instanceof r||(a=new r(a,this.options));let E=0;do{const T=this.build[E],P=a.build[E];if(e("build compare",E,T,P),T===void 0&&P===void 0)return 0;if(P===void 0)return 1;if(T===void 0)return-1;if(T===P)continue;return t(T,P)}while(++E)}inc(a,E,T){switch(a){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",E,T);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",E,T);break;case"prepatch":this.prerelease.length=0,this.inc("patch",E,T),this.inc("pre",E,T);break;case"prerelease":this.prerelease.length===0&&this.inc("patch",E,T),this.inc("pre",E,T);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 P=Number(T)?1:0;if(!E&&T===!1)throw new Error("invalid increment argument: identifier is empty");if(this.prerelease.length===0)this.prerelease=[P];else{let s=this.prerelease.length;for(;--s>=0;)typeof this.prerelease[s]=="number"&&(this.prerelease[s]++,s=-2);if(s===-1){if(E===this.prerelease.join(".")&&T===!1)throw new Error("invalid increment argument: identifier already exists");this.prerelease.push(P)}}if(E){let s=[E,P];T===!1&&(s=[E]),t(this.prerelease[0],E)===0?isNaN(this.prerelease[1])&&(this.prerelease=s):this.prerelease=s}break}default:throw new Error(`invalid increment argument: ${a}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}}return Ts=r,Ts}n(Nd,"requireSemver");var Ps,Ua;function Ia(){if(Ua)return Ps;Ua=1;const e=Nd();return Ps=n((i,f,c=!1)=>{if(i instanceof e)return i;try{return new e(i,f)}catch(u){if(!c)return null;throw u}},"parse"),Ps}n(Ia,"requireParse$1");var ms,xa;function jd(){if(xa)return ms;xa=1;const e=Ia();return ms=n((i,f)=>{const c=e(i,f);return c?c.version:null},"valid"),ms}n(jd,"requireValid");var ys,Da;function Bd(){if(Da)return ys;Da=1;const e=Ia();return ys=n((i,f)=>{const c=e(i.trim().replace(/^[=v]+/,""),f);return c?c.version:null},"clean"),ys}n(Bd,"requireClean");var Fa=["0BSD","AAL","ADSL","AFL-1.1","AFL-1.2","AFL-2.0","AFL-2.1","AFL-3.0","AGPL-1.0-only","AGPL-1.0-or-later","AGPL-3.0-only","AGPL-3.0-or-later","AMDPLPA","AML","AMPAS","ANTLR-PD","ANTLR-PD-fallback","APAFML","APL-1.0","APSL-1.0","APSL-1.1","APSL-1.2","APSL-2.0","Abstyles","AdaCore-doc","Adobe-2006","Adobe-Glyph","Afmparse","Aladdin","Apache-1.0","Apache-1.1","Apache-2.0","App-s2p","Arphic-1999","Artistic-1.0","Artistic-1.0-Perl","Artistic-1.0-cl8","Artistic-2.0","BSD-1-Clause","BSD-2-Clause","BSD-2-Clause-Patent","BSD-2-Clause-Views","BSD-3-Clause","BSD-3-Clause-Attribution","BSD-3-Clause-Clear","BSD-3-Clause-LBNL","BSD-3-Clause-Modification","BSD-3-Clause-No-Military-License","BSD-3-Clause-No-Nuclear-License","BSD-3-Clause-No-Nuclear-License-2014","BSD-3-Clause-No-Nuclear-Warranty","BSD-3-Clause-Open-MPI","BSD-4-Clause","BSD-4-Clause-Shortened","BSD-4-Clause-UC","BSD-4.3RENO","BSD-4.3TAHOE","BSD-Advertising-Acknowledgement","BSD-Attribution-HPND-disclaimer","BSD-Protection","BSD-Source-Code","BSL-1.0","BUSL-1.1","Baekmuk","Bahyph","Barr","Beerware","BitTorrent-1.0","BitTorrent-1.1","Bitstream-Charter","Bitstream-Vera","BlueOak-1.0.0","Borceux","Brian-Gladman-3-Clause","C-UDA-1.0","CAL-1.0","CAL-1.0-Combined-Work-Exception","CATOSL-1.1","CC-BY-1.0","CC-BY-2.0","CC-BY-2.5","CC-BY-2.5-AU","CC-BY-3.0","CC-BY-3.0-AT","CC-BY-3.0-DE","CC-BY-3.0-IGO","CC-BY-3.0-NL","CC-BY-3.0-US","CC-BY-4.0","CC-BY-NC-1.0","CC-BY-NC-2.0","CC-BY-NC-2.5","CC-BY-NC-3.0","CC-BY-NC-3.0-DE","CC-BY-NC-4.0","CC-BY-NC-ND-1.0","CC-BY-NC-ND-2.0","CC-BY-NC-ND-2.5","CC-BY-NC-ND-3.0","CC-BY-NC-ND-3.0-DE","CC-BY-NC-ND-3.0-IGO","CC-BY-NC-ND-4.0","CC-BY-NC-SA-1.0","CC-BY-NC-SA-2.0","CC-BY-NC-SA-2.0-DE","CC-BY-NC-SA-2.0-FR","CC-BY-NC-SA-2.0-UK","CC-BY-NC-SA-2.5","CC-BY-NC-SA-3.0","CC-BY-NC-SA-3.0-DE","CC-BY-NC-SA-3.0-IGO","CC-BY-NC-SA-4.0","CC-BY-ND-1.0","CC-BY-ND-2.0","CC-BY-ND-2.5","CC-BY-ND-3.0","CC-BY-ND-3.0-DE","CC-BY-ND-4.0","CC-BY-SA-1.0","CC-BY-SA-2.0","CC-BY-SA-2.0-UK","CC-BY-SA-2.1-JP","CC-BY-SA-2.5","CC-BY-SA-3.0","CC-BY-SA-3.0-AT","CC-BY-SA-3.0-DE","CC-BY-SA-4.0","CC-PDDC","CC0-1.0","CDDL-1.0","CDDL-1.1","CDL-1.0","CDLA-Permissive-1.0","CDLA-Permissive-2.0","CDLA-Sharing-1.0","CECILL-1.0","CECILL-1.1","CECILL-2.0","CECILL-2.1","CECILL-B","CECILL-C","CERN-OHL-1.1","CERN-OHL-1.2","CERN-OHL-P-2.0","CERN-OHL-S-2.0","CERN-OHL-W-2.0","CFITSIO","CMU-Mach","CNRI-Jython","CNRI-Python","CNRI-Python-GPL-Compatible","COIL-1.0","CPAL-1.0","CPL-1.0","CPOL-1.02","CUA-OPL-1.0","Caldera","ClArtistic","Clips","Community-Spec-1.0","Condor-1.1","Cornell-Lossless-JPEG","Crossword","CrystalStacker","Cube","D-FSL-1.0","DL-DE-BY-2.0","DOC","DRL-1.0","DSDP","Dotseqn","ECL-1.0","ECL-2.0","EFL-1.0","EFL-2.0","EPICS","EPL-1.0","EPL-2.0","EUDatagrid","EUPL-1.0","EUPL-1.1","EUPL-1.2","Elastic-2.0","Entessa","ErlPL-1.1","Eurosym","FDK-AAC","FSFAP","FSFUL","FSFULLR","FSFULLRWD","FTL","Fair","Frameworx-1.0","FreeBSD-DOC","FreeImage","GD","GFDL-1.1-invariants-only","GFDL-1.1-invariants-or-later","GFDL-1.1-no-invariants-only","GFDL-1.1-no-invariants-or-later","GFDL-1.1-only","GFDL-1.1-or-later","GFDL-1.2-invariants-only","GFDL-1.2-invariants-or-later","GFDL-1.2-no-invariants-only","GFDL-1.2-no-invariants-or-later","GFDL-1.2-only","GFDL-1.2-or-later","GFDL-1.3-invariants-only","GFDL-1.3-invariants-or-later","GFDL-1.3-no-invariants-only","GFDL-1.3-no-invariants-or-later","GFDL-1.3-only","GFDL-1.3-or-later","GL2PS","GLWTPL","GPL-1.0-only","GPL-1.0-or-later","GPL-2.0-only","GPL-2.0-or-later","GPL-3.0-only","GPL-3.0-or-later","Giftware","Glide","Glulxe","Graphics-Gems","HP-1986","HPND","HPND-Markus-Kuhn","HPND-export-US","HPND-sell-variant","HPND-sell-variant-MIT-disclaimer","HTMLTIDY","HaskellReport","Hippocratic-2.1","IBM-pibs","ICU","IEC-Code-Components-EULA","IJG","IJG-short","IPA","IPL-1.0","ISC","ImageMagick","Imlib2","Info-ZIP","Intel","Intel-ACPI","Interbase-1.0","JPL-image","JPNIC","JSON","Jam","JasPer-2.0","Kazlib","Knuth-CTAN","LAL-1.2","LAL-1.3","LGPL-2.0-only","LGPL-2.0-or-later","LGPL-2.1-only","LGPL-2.1-or-later","LGPL-3.0-only","LGPL-3.0-or-later","LGPLLR","LOOP","LPL-1.0","LPL-1.02","LPPL-1.0","LPPL-1.1","LPPL-1.2","LPPL-1.3a","LPPL-1.3c","LZMA-SDK-9.11-to-9.20","LZMA-SDK-9.22","Latex2e","Leptonica","LiLiQ-P-1.1","LiLiQ-R-1.1","LiLiQ-Rplus-1.1","Libpng","Linux-OpenIB","Linux-man-pages-copyleft","MIT","MIT-0","MIT-CMU","MIT-Modern-Variant","MIT-Wu","MIT-advertising","MIT-enna","MIT-feh","MIT-open-group","MITNFA","MPL-1.0","MPL-1.1","MPL-2.0","MPL-2.0-no-copyleft-exception","MS-LPL","MS-PL","MS-RL","MTLL","MakeIndex","Martin-Birgmeier","Minpack","MirOS","Motosoto","MulanPSL-1.0","MulanPSL-2.0","Multics","Mup","NAIST-2003","NASA-1.3","NBPL-1.0","NCGL-UK-2.0","NCSA","NGPL","NICTA-1.0","NIST-PD","NIST-PD-fallback","NLOD-1.0","NLOD-2.0","NLPL","NOSL","NPL-1.0","NPL-1.1","NPOSL-3.0","NRL","NTP","NTP-0","Naumen","Net-SNMP","NetCDF","Newsletr","Nokia","Noweb","O-UDA-1.0","OCCT-PL","OCLC-2.0","ODC-By-1.0","ODbL-1.0","OFFIS","OFL-1.0","OFL-1.0-RFN","OFL-1.0-no-RFN","OFL-1.1","OFL-1.1-RFN","OFL-1.1-no-RFN","OGC-1.0","OGDL-Taiwan-1.0","OGL-Canada-2.0","OGL-UK-1.0","OGL-UK-2.0","OGL-UK-3.0","OGTSL","OLDAP-1.1","OLDAP-1.2","OLDAP-1.3","OLDAP-1.4","OLDAP-2.0","OLDAP-2.0.1","OLDAP-2.1","OLDAP-2.2","OLDAP-2.2.1","OLDAP-2.2.2","OLDAP-2.3","OLDAP-2.4","OLDAP-2.5","OLDAP-2.6","OLDAP-2.7","OLDAP-2.8","OML","OPL-1.0","OPUBL-1.0","OSET-PL-2.1","OSL-1.0","OSL-1.1","OSL-2.0","OSL-2.1","OSL-3.0","OpenPBS-2.3","OpenSSL","PDDL-1.0","PHP-3.0","PHP-3.01","PSF-2.0","Parity-6.0.0","Parity-7.0.0","Plexus","PolyForm-Noncommercial-1.0.0","PolyForm-Small-Business-1.0.0","PostgreSQL","Python-2.0","Python-2.0.1","QPL-1.0","QPL-1.0-INRIA-2004","Qhull","RHeCos-1.1","RPL-1.1","RPL-1.5","RPSL-1.0","RSA-MD","RSCPL","Rdisc","Ruby","SAX-PD","SCEA","SGI-B-1.0","SGI-B-1.1","SGI-B-2.0","SHL-0.5","SHL-0.51","SISSL","SISSL-1.2","SMLNJ","SMPPL","SNIA","SPL-1.0","SSH-OpenSSH","SSH-short","SSPL-1.0","SWL","Saxpath","SchemeReport","Sendmail","Sendmail-8.23","SimPL-2.0","Sleepycat","Spencer-86","Spencer-94","Spencer-99","SugarCRM-1.1.3","SunPro","Symlinks","TAPR-OHL-1.0","TCL","TCP-wrappers","TMate","TORQUE-1.1","TOSL","TPDL","TPL-1.0","TTWL","TU-Berlin-1.0","TU-Berlin-2.0","UCAR","UCL-1.0","UPL-1.0","Unicode-DFS-2015","Unicode-DFS-2016","Unicode-TOU","Unlicense","VOSTROM","VSL-1.0","Vim","W3C","W3C-19980720","W3C-20150513","WTFPL","Watcom-1.0","Wsuipa","X11","X11-distribute-modifications-variant","XFree86-1.1","XSkat","Xerox","Xnet","YPL-1.0","YPL-1.1","ZPL-1.1","ZPL-2.0","ZPL-2.1","Zed","Zend-2.0","Zimbra-1.3","Zimbra-1.4","Zlib","blessing","bzip2-1.0.6","checkmk","copyleft-next-0.3.0","copyleft-next-0.3.1","curl","diffmark","dvipdfm","eGenix","etalab-2.0","gSOAP-1.3b","gnuplot","iMatix","libpng-2.0","libselinux-1.0","libtiff","libutil-David-Nugent","mpi-permissive","mpich2","mplus","psfrag","psutils","snprintf","w3m","xinetd","xlock","xpp","zlib-acknowledgement"],qd=["AGPL-1.0","AGPL-3.0","BSD-2-Clause-FreeBSD","BSD-2-Clause-NetBSD","GFDL-1.1","GFDL-1.2","GFDL-1.3","GPL-1.0","GPL-2.0","GPL-2.0-with-GCC-exception","GPL-2.0-with-autoconf-exception","GPL-2.0-with-bison-exception","GPL-2.0-with-classpath-exception","GPL-2.0-with-font-exception","GPL-3.0","GPL-3.0-with-GCC-exception","GPL-3.0-with-autoconf-exception","LGPL-2.0","LGPL-2.1","LGPL-3.0","Nunit","StandardML-NJ","bzip2-1.0.5","eCos-2.0","wxWindows"],Gd=["389-exception","Autoconf-exception-2.0","Autoconf-exception-3.0","Bison-exception-2.2","Bootloader-exception","Classpath-exception-2.0","CLISP-exception-2.0","DigiRule-FOSS-exception","eCos-exception-2.0","Fawkes-Runtime-exception","FLTK-exception","Font-exception-2.0","freertos-exception-2.0","GCC-exception-2.0","GCC-exception-3.1","gnu-javamail-exception","GPL-3.0-linking-exception","GPL-3.0-linking-source-exception","GPL-CC-1.0","i2p-gpl-java-exception","Libtool-exception","Linux-syscall-note","LLVM-exception","LZMA-exception","mif-exception","Nokia-Qt-exception-1.1","OCaml-LGPL-linking-exception","OCCT-exception-1.0","OpenJDK-assembly-exception-1.0","openvpn-openssl-exception","PS-or-PDF-font-exception-20170817","Qt-GPL-exception-1.0","Qt-LGPL-exception-1.1","Qwt-exception-1.0","Swift-exception","u-boot-exception-2.0","Universal-FOSS-exception-1.0","WxWindows-exception-3.1"],hs,ka;function $d(){if(ka)return hs;ka=1;var e=[].concat(Fa).concat(qd),l=Gd;return hs=n(function(i){var f=0;function c(){return f<i.length}n(c,"hasMore");function u(y){if(y instanceof RegExp){var m=i.slice(f),g=m.match(y);if(g)return f+=g[0].length,g[0]}else if(i.indexOf(y,f)===f)return f+=y.length,y}n(u,"read");function t(){u(/[ ]*/)}n(t,"skipWhitespace");function r(){for(var y,m=["WITH","AND","OR","(",")",":","+"],g=0;g<m.length&&(y=u(m[g]),!y);g++);if(y==="+"&&f>1&&i[f-2]===" ")throw new Error("Space before `+`");return y&&{type:"OPERATOR",string:y}}n(r,"operator");function o(){return u(/[A-Za-z0-9-.]+/)}n(o,"idstring");function a(){var y=o();if(!y)throw new Error("Expected idstring at offset "+f);return y}n(a,"expectIdstring");function E(){if(u("DocumentRef-")){var y=a();return{type:"DOCUMENTREF",string:y}}}n(E,"documentRef");function T(){if(u("LicenseRef-")){var y=a();return{type:"LICENSEREF",string:y}}}n(T,"licenseRef");function P(){var y=f,m=o();if(e.indexOf(m)!==-1)return{type:"LICENSE",string:m};if(l.indexOf(m)!==-1)return{type:"EXCEPTION",string:m};f=y}n(P,"identifier");function s(){return r()||E()||T()||P()}n(s,"parseToken");for(var p=[];c()&&(t(),!!c());){var d=s();if(!d)throw new Error("Unexpected `"+i[f]+"` at offset "+f);p.push(d)}return p},"scan"),hs}n($d,"requireScan");var _s,Na;function Wd(){return Na||(Na=1,_s=n(function(e){var l=0;function i(){return l<e.length}n(i,"hasMore");function f(){return i()?e[l]:null}n(f,"token");function c(){if(!i())throw new Error;l++}n(c,"next");function u(d){var y=f();if(y&&y.type==="OPERATOR"&&d===y.string)return c(),y.string}n(u,"parseOperator");function t(){if(u("WITH")){var d=f();if(d&&d.type==="EXCEPTION")return c(),d.string;throw new Error("Expected exception after `WITH`")}}n(t,"parseWith");function r(){var d=l,y="",m=f();if(m.type==="DOCUMENTREF"&&(c(),y+="DocumentRef-"+m.string+":",!u(":")))throw new Error("Expected `:` after `DocumentRef-...`");if(m=f(),m.type==="LICENSEREF")return c(),y+="LicenseRef-"+m.string,{license:y};l=d}n(r,"parseLicenseRef");function o(){var d=f();if(d&&d.type==="LICENSE"){c();var y={license:d.string};u("+")&&(y.plus=!0);var m=t();return m&&(y.exception=m),y}}n(o,"parseLicense");function a(){var d=u("(");if(d){var y=s();if(!u(")"))throw new Error("Expected `)`");return y}}n(a,"parseParenthesizedExpression");function E(){return a()||r()||o()}n(E,"parseAtom");function T(d,y){return n(function m(){var g=y();if(g){if(!u(d))return g;var Y=m();if(!Y)throw new Error("Expected expression");return{left:g,conjunction:d.toLowerCase(),right:Y}}},"parseBinaryOp")}n(T,"makeBinaryOpParser");var P=T("AND",E),s=T("OR",P),p=s();if(!p||i())throw new Error("Syntax error");return p},"parse")),_s}n(Wd,"requireParse");var bs,ja;function Ba(){if(ja)return bs;ja=1;var e=$d(),l=Wd();return bs=n(function(i){return l(e(i))},"spdxExpressionParse"),bs}n(Ba,"requireSpdxExpressionParse");var gs,qa;function Hd(){if(qa)return gs;qa=1;var e=Ba(),l=Fa;function i(m){try{return e(m),!0}catch{return!1}}n(i,"valid");function f(m,g){var Y=g[0].length-m[0].length;return Y!==0?Y:m[0].toUpperCase().localeCompare(g[0].toUpperCase())}n(f,"sortTranspositions");var c=[["APGL","AGPL"],["Gpl","GPL"],["GLP","GPL"],["APL","Apache"],["ISD","ISC"],["GLP","GPL"],["IST","ISC"],["Claude","Clause"],[" or later","+"],[" International",""],["GNU","GPL"],["GUN","GPL"],["+",""],["GNU GPL","GPL"],["GNU LGPL","LGPL"],["GNU/GPL","GPL"],["GNU GLP","GPL"],["GNU LESSER GENERAL PUBLIC LICENSE","LGPL"],["GNU Lesser General Public License","LGPL"],["GNU LESSER GENERAL PUBLIC LICENSE","LGPL-2.1"],["GNU Lesser General Public License","LGPL-2.1"],["LESSER GENERAL PUBLIC LICENSE","LGPL"],["Lesser General Public License","LGPL"],["LESSER GENERAL PUBLIC LICENSE","LGPL-2.1"],["Lesser General Public License","LGPL-2.1"],["GNU General Public License","GPL"],["Gnu public license","GPL"],["GNU Public License","GPL"],["GNU GENERAL PUBLIC LICENSE","GPL"],["MTI","MIT"],["Mozilla Public License","MPL"],["Universal Permissive License","UPL"],["WTH","WTF"],["WTFGPL","WTFPL"],["-License",""]].sort(f),u=0,t=1,r=[function(m){return m.toUpperCase()},function(m){return m.trim()},function(m){return m.replace(/\./g,"")},function(m){return m.replace(/\s+/g,"")},function(m){return m.replace(/\s+/g,"-")},function(m){return m.replace("v","-")},function(m){return m.replace(/,?\s*(\d)/,"-$1")},function(m){return m.replace(/,?\s*(\d)/,"-$1.0")},function(m){return m.replace(/,?\s*(V\.|v\.|V|v|Version|version)\s*(\d)/,"-$2")},function(m){return m.replace(/,?\s*(V\.|v\.|V|v|Version|version)\s*(\d)/,"-$2.0")},function(m){return m[0].toUpperCase()+m.slice(1)},function(m){return m.replace("/","-")},function(m){return m.replace(/\s*V\s*(\d)/,"-$1").replace(/(\d)$/,"$1.0")},function(m){return m.indexOf("3.0")!==-1?m+"-or-later":m+"-only"},function(m){return m+"only"},function(m){return m.replace(/(\d)$/,"-$1.0")},function(m){return m.replace(/(-| )?(\d)$/,"-$2-Clause")},function(m){return m.replace(/(-| )clause(-| )(\d)/,"-$3-Clause")},function(m){return m.replace(/\b(Modified|New|Revised)(-| )?BSD((-| )License)?/i,"BSD-3-Clause")},function(m){return m.replace(/\bSimplified(-| )?BSD((-| )License)?/i,"BSD-2-Clause")},function(m){return m.replace(/\b(Free|Net)(-| )?BSD((-| )License)?/i,"BSD-2-Clause-$1BSD")},function(m){return m.replace(/\bClear(-| )?BSD((-| )License)?/i,"BSD-3-Clause-Clear")},function(m){return m.replace(/\b(Old|Original)(-| )?BSD((-| )License)?/i,"BSD-4-Clause")},function(m){return"CC-"+m},function(m){return"CC-"+m+"-4.0"},function(m){return m.replace("Attribution","BY").replace("NonCommercial","NC").replace("NoDerivatives","ND").replace(/ (\d)/,"-$1").replace(/ ?International/,"")},function(m){return"CC-"+m.replace("Attribution","BY").replace("NonCommercial","NC").replace("NoDerivatives","ND").replace(/ (\d)/,"-$1").replace(/ ?International/,"")+"-4.0"}],o=l.map(function(m){var g=/^(.*)-\d+\.\d+$/.exec(m);return g?[g[0],g[1]]:[m,null]}).reduce(function(m,g){var Y=g[1];return m[Y]=m[Y]||[],m[Y].push(g[0]),m},{}),a=Object.keys(o).map(n(function(g){return[g,o[g]]},"makeEntries")).filter(n(function(g){return g[1].length===1&&g[0]!==null&&g[0]!=="APL"},"identifySoleVersions")).map(n(function(g){return[g[0],g[1][0]]},"createLastResorts"));o=void 0;var E=[["UNLI","Unlicense"],["WTF","WTFPL"],["2 CLAUSE","BSD-2-Clause"],["2-CLAUSE","BSD-2-Clause"],["3 CLAUSE","BSD-3-Clause"],["3-CLAUSE","BSD-3-Clause"],["AFFERO","AGPL-3.0-or-later"],["AGPL","AGPL-3.0-or-later"],["APACHE","Apache-2.0"],["ARTISTIC","Artistic-2.0"],["Affero","AGPL-3.0-or-later"],["BEER","Beerware"],["BOOST","BSL-1.0"],["BSD","BSD-2-Clause"],["CDDL","CDDL-1.1"],["ECLIPSE","EPL-1.0"],["FUCK","WTFPL"],["GNU","GPL-3.0-or-later"],["LGPL","LGPL-3.0-or-later"],["GPLV1","GPL-1.0-only"],["GPL-1","GPL-1.0-only"],["GPLV2","GPL-2.0-only"],["GPL-2","GPL-2.0-only"],["GPL","GPL-3.0-or-later"],["MIT +NO-FALSE-ATTRIBS","MITNFA"],["MIT","MIT"],["MPL","MPL-2.0"],["X11","X11"],["ZLIB","Zlib"]].concat(a).sort(f),T=0,P=1,s=n(function(m){for(var g=0;g<r.length;g++){var Y=r[g](m).trim();if(Y!==m&&i(Y))return Y}return null},"validTransformation"),p=n(function(m){for(var g=m.toUpperCase(),Y=0;Y<E.length;Y++){var h=E[Y];if(g.indexOf(h[T])>-1)return h[P]}return null},"validLastResort"),d=n(function(m,g){for(var Y=0;Y<c.length;Y++){var h=c[Y],L=h[u];if(m.indexOf(L)>-1){var V=m.replace(L,h[t]),O=g(V);if(O!==null)return O}}return null},"anyCorrection");gs=n(function(m,g){g=g||{};var Y=g.upgrade===void 0?!0:!!g.upgrade;function h(w){return Y?y(w):w}n(h,"postprocess");var L=typeof m=="string"&&m.trim().length!==0;if(!L)throw Error("Invalid argument. Expected non-empty string.");if(m=m.trim(),i(m))return h(m);var V=m.replace(/\+$/,"").trim();if(i(V))return h(V);var O=s(m);return O!==null||(O=d(m,function(w){return i(w)?w:s(w)}),O!==null)||(O=p(m),O!==null)||(O=d(m,p),O!==null)?h(O):null},"spdxCorrect");function y(m){return["GPL-1.0","LGPL-1.0","AGPL-1.0","GPL-2.0","LGPL-2.0","AGPL-2.0","LGPL-2.1"].indexOf(m)!==-1?m+"-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(m)!==-1?m.replace(/\+$/,"-or-later"):["GPL-3.0","LGPL-3.0","AGPL-3.0"].indexOf(m)!==-1?m+"-or-later":m}return n(y,"upgradeGPLs"),gs}n(Hd,"requireSpdxCorrect");var Ss,Ga;function Kd(){if(Ga)return Ss;Ga=1;var e=Ba(),l=Hd(),i='license should be a valid SPDX license expression (without "LicenseRef"), "UNLICENSED", or "SEE LICENSE IN <filename>"',f=/^SEE LICEN[CS]E IN (.+)$/;function c(t,r){return r.slice(0,t.length)===t}n(c,"startsWith");function u(t){if(t.hasOwnProperty("license")){var r=t.license;return c("LicenseRef",r)||c("DocumentRef",r)}else return u(t.left)||u(t.right)}return n(u,"usesLicenseRef"),Ss=n(function(t){var r;try{r=e(t)}catch{var o;if(t==="UNLICENSED"||t==="UNLICENCED")return{validForOldPackages:!0,validForNewPackages:!0,unlicensed:!0};if(o=f.exec(t))return{validForOldPackages:!0,validForNewPackages:!0,inFile:o[1]};var a={validForOldPackages:!1,validForNewPackages:!1,warnings:[i]};if(t.trim().length!==0){var E=l(t);E&&a.warnings.push('license is similar to the valid expression "'+E+'"')}return a}return u(r)?{validForNewPackages:!1,validForOldPackages:!1,spdx:!0,warnings:[i]}:{validForNewPackages:!0,validForOldPackages:!0,spdx:!0}},"validateNpmPackageLicense"),Ss}n(Kd,"requireValidateNpmPackageLicense");var Je={},$a;function Xd(){if($a)return Je;$a=1,Object.defineProperty(Je,"__esModule",{value:!0}),Je.LRUCache=void 0;const e=typeof performance=="object"&&performance&&typeof performance.now=="function"?performance:Date,l=new Set,i=typeof process=="object"&&process?process:{},f=n((P,s,p,d)=>{typeof i.emitWarning=="function"?i.emitWarning(P,s,p,d):console.error(`[${p}] ${s}: ${P}`)},"emitWarning");let c=globalThis.AbortController,u=globalThis.AbortSignal;if(typeof c>"u"){u=class{static{n(this,"AbortSignal")}onabort;_onabort=[];reason;aborted=!1;addEventListener(d,y){this._onabort.push(y)}},c=class{static{n(this,"AbortController")}constructor(){s()}signal=new u;abort(d){if(!this.signal.aborted){this.signal.reason=d,this.signal.aborted=!0;for(const y of this.signal._onabort)y(d);this.signal.onabort?.(d)}}};let P=i.env?.LRU_CACHE_IGNORE_AC_WARNING!=="1";const s=n(()=>{P&&(P=!1,f("AbortController is not defined. If using lru-cache in node 14, load an AbortController polyfill from the `node-abort-controller` package. A minimal polyfill is provided for use by LRUCache.fetch(), but it should not be relied upon in other contexts (eg, passing it to other APIs that use AbortController/AbortSignal might have undesirable effects). You may disable this with LRU_CACHE_IGNORE_AC_WARNING=1 in the env.","NO_ABORT_CONTROLLER","ENOTSUP",s))},"warnACPolyfill")}const t=n(P=>!l.has(P),"shouldWarn"),r=n(P=>P&&P===Math.floor(P)&&P>0&&isFinite(P),"isPosInt"),o=n(P=>r(P)?P<=Math.pow(2,8)?Uint8Array:P<=Math.pow(2,16)?Uint16Array:P<=Math.pow(2,32)?Uint32Array:P<=Number.MAX_SAFE_INTEGER?a:null:null,"getUintArray");class a extends Array{static{n(this,"ZeroArray")}constructor(s){super(s),this.fill(0)}}class E{static{n(this,"Stack")}heap;length;static#e=!1;static create(s){const p=o(s);if(!p)return[];E.#e=!0;const d=new E(s,p);return E.#e=!1,d}constructor(s,p){if(!E.#e)throw new TypeError("instantiate Stack using Stack.create(n)");this.heap=new p(s),this.length=0}push(s){this.heap[this.length++]=s}pop(){return this.heap[--this.length]}}class T{static{n(this,"LRUCache")}#e;#t;#n;#o;#m;ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#u;#y;#a;#s;#r;#p;#d;#f;#l;#h;#c;#_;#b;#T;#g;#L;#E;static unsafeExposeInternals(s){return{starts:s.#b,ttls:s.#T,sizes:s.#_,keyMap:s.#a,keyList:s.#s,valList:s.#r,next:s.#p,prev:s.#d,get head(){return s.#f},get tail(){return s.#l},free:s.#h,isBackgroundFetch:n(p=>s.#i(p),"isBackgroundFetch"),backgroundFetch:n((p,d,y,m)=>s.#w(p,d,y,m),"backgroundFetch"),moveToTail:n(p=>s.#V(p),"moveToTail"),indexes:n(p=>s.#S(p),"indexes"),rindexes:n(p=>s.#v(p),"rindexes"),isStale:n(p=>s.#P(p),"isStale")}}get max(){return this.#e}get maxSize(){return this.#t}get calculatedSize(){return this.#y}get size(){return this.#u}get fetchMethod(){return this.#m}get dispose(){return this.#n}get disposeAfter(){return this.#o}constructor(s){const{max:p=0,ttl:d,ttlResolution:y=1,ttlAutopurge:m,updateAgeOnGet:g,updateAgeOnHas:Y,allowStale:h,dispose:L,disposeAfter:V,noDisposeOnSet:O,noUpdateTTL:w,maxSize:N=0,maxEntrySize:D=0,sizeCalculation:M,fetchMethod:k,noDeleteOnFetchRejection:U,noDeleteOnStaleGet:B,allowStaleOnFetchRejection:J,allowStaleOnFetchAbort:$,ignoreFetchAbort:X}=s;if(p!==0&&!r(p))throw new TypeError("max option must be a nonnegative integer");const Q=p?o(p):Array;if(!Q)throw new Error("invalid max value: "+p);if(this.#e=p,this.#t=N,this.maxEntrySize=D||this.#t,this.sizeCalculation=M,this.sizeCalculation){if(!this.#t&&!this.maxEntrySize)throw new TypeError("cannot set sizeCalculation without setting maxSize or maxEntrySize");if(typeof this.sizeCalculation!="function")throw new TypeError("sizeCalculation set to non-function")}if(k!==void 0&&typeof k!="function")throw new TypeError("fetchMethod must be a function if specified");if(this.#m=k,this.#L=!!k,this.#a=new Map,this.#s=new Array(p).fill(void 0),this.#r=new Array(p).fill(void 0),this.#p=new Q(p),this.#d=new Q(p),this.#f=0,this.#l=0,this.#h=E.create(p),this.#u=0,this.#y=0,typeof L=="function"&&(this.#n=L),typeof V=="function"?(this.#o=V,this.#c=[]):(this.#o=void 0,this.#c=void 0),this.#g=!!this.#n,this.#E=!!this.#o,this.noDisposeOnSet=!!O,this.noUpdateTTL=!!w,this.noDeleteOnFetchRejection=!!U,this.allowStaleOnFetchRejection=!!J,this.allowStaleOnFetchAbort=!!$,this.ignoreFetchAbort=!!X,this.maxEntrySize!==0){if(this.#t!==0&&!r(this.#t))throw new TypeError("maxSize must be a positive integer if specified");if(!r(this.maxEntrySize))throw new TypeError("maxEntrySize must be a positive integer if specified");this.#F()}if(this.allowStale=!!h,this.noDeleteOnStaleGet=!!B,this.updateAgeOnGet=!!g,this.updateAgeOnHas=!!Y,this.ttlResolution=r(y)||y===0?y:1,this.ttlAutopurge=!!m,this.ttl=d||0,this.ttl){if(!r(this.ttl))throw new TypeError("ttl must be a positive integer if specified");this.#M()}if(this.#e===0&&this.ttl===0&&this.#t===0)throw new TypeError("At least one of max, maxSize, or ttl is required");if(!this.ttlAutopurge&&!this.#e&&!this.#t){const Z="LRU_CACHE_UNBOUNDED";t(Z)&&(l.add(Z),f("TTL caching without ttlAutopurge, max, or maxSize can result in unbounded memory consumption.","UnboundedCacheWarning",Z,T))}}getRemainingTTL(s){return this.#a.has(s)?1/0:0}#M(){const s=new a(this.#e),p=new a(this.#e);this.#T=s,this.#b=p,this.#U=(m,g,Y=e.now())=>{if(p[m]=g!==0?Y:0,s[m]=g,g!==0&&this.ttlAutopurge){const h=setTimeout(()=>{this.#P(m)&&this.delete(this.#s[m])},g+1);h.unref&&h.unref()}},this.#A=m=>{p[m]=s[m]!==0?e.now():0},this.#Y=(m,g)=>{if(s[g]){const Y=s[g],h=p[g];if(!Y||!h)return;m.ttl=Y,m.start=h,m.now=d||y();const L=m.now-h;m.remainingTTL=Y-L}};let d=0;const y=n(()=>{const m=e.now();if(this.ttlResolution>0){d=m;const g=setTimeout(()=>d=0,this.ttlResolution);g.unref&&g.unref()}return m},"getNow");this.getRemainingTTL=m=>{const g=this.#a.get(m);if(g===void 0)return 0;const Y=s[g],h=p[g];if(!Y||!h)return 1/0;const L=(d||y())-h;return Y-L},this.#P=m=>{const g=p[m],Y=s[m];return!!Y&&!!g&&(d||y())-g>Y}}#A=n(()=>{},"#updateItemAge");#Y=n(()=>{},"#statusTTL");#U=n(()=>{},"#setItemTTL");#P=n(()=>!1,"#isStale");#F(){const s=new a(this.#e);this.#y=0,this.#_=s,this.#C=p=>{this.#y-=s[p],s[p]=0},this.#I=(p,d,y,m)=>{if(this.#i(d))return 0;if(!r(y))if(m){if(typeof m!="function")throw new TypeError("sizeCalculation must be a function");if(y=m(d,p),!r(y))throw new TypeError("sizeCalculation return invalid (expect positive integer)")}else throw new TypeError("invalid size value (must be positive integer). When maxSize or maxEntrySize is used, sizeCalculation or size must be set.");return y},this.#R=(p,d,y)=>{if(s[p]=d,this.#t){const m=this.#t-s[p];for(;this.#y>m;)this.#O(!0)}this.#y+=s[p],y&&(y.entrySize=d,y.totalCalculatedSize=this.#y)}}#C=n(s=>{},"#removeItemSize");#R=n((s,p,d)=>{},"#addItemSize");#I=n((s,p,d,y)=>{if(d||y)throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache");return 0},"#requireSize");*#S({allowStale:s=this.allowStale}={}){if(this.#u)for(let p=this.#l;!(!this.#x(p)||((s||!this.#P(p))&&(yield p),p===this.#f));)p=this.#d[p]}*#v({allowStale:s=this.allowStale}={}){if(this.#u)for(let p=this.#f;!(!this.#x(p)||((s||!this.#P(p))&&(yield p),p===this.#l));)p=this.#p[p]}#x(s){return s!==void 0&&this.#a.get(this.#s[s])===s}*entries(){for(const s of this.#S())this.#r[s]!==void 0&&this.#s[s]!==void 0&&!this.#i(this.#r[s])&&(yield[this.#s[s],this.#r[s]])}*rentries(){for(const s of this.#v())this.#r[s]!==void 0&&this.#s[s]!==void 0&&!this.#i(this.#r[s])&&(yield[this.#s[s],this.#r[s]])}*keys(){for(const s of this.#S()){const p=this.#s[s];p!==void 0&&!this.#i(this.#r[s])&&(yield p)}}*rkeys(){for(const s of this.#v()){const p=this.#s[s];p!==void 0&&!this.#i(this.#r[s])&&(yield p)}}*values(){for(const s of this.#S())this.#r[s]!==void 0&&!this.#i(this.#r[s])&&(yield this.#r[s])}*rvalues(){for(const s of this.#v())this.#r[s]!==void 0&&!this.#i(this.#r[s])&&(yield this.#r[s])}[Symbol.iterator](){return this.entries()}[Symbol.toStringTag]="LRUCache";find(s,p={}){for(const d of this.#S()){const y=this.#r[d],m=this.#i(y)?y.__staleWhileFetching:y;if(m!==void 0&&s(m,this.#s[d],this))return this.get(this.#s[d],p)}}forEach(s,p=this){for(const d of this.#S()){const y=this.#r[d],m=this.#i(y)?y.__staleWhileFetching:y;m!==void 0&&s.call(p,m,this.#s[d],this)}}rforEach(s,p=this){for(const d of this.#v()){const y=this.#r[d],m=this.#i(y)?y.__staleWhileFetching:y;m!==void 0&&s.call(p,m,this.#s[d],this)}}purgeStale(){let s=!1;for(const p of this.#v({allowStale:!0}))this.#P(p)&&(this.delete(this.#s[p]),s=!0);return s}info(s){const p=this.#a.get(s);if(p===void 0)return;const d=this.#r[p],y=this.#i(d)?d.__staleWhileFetching:d;if(y===void 0)return;const m={value:y};if(this.#T&&this.#b){const g=this.#T[p],Y=this.#b[p];if(g&&Y){const h=g-(e.now()-Y);m.ttl=h,m.start=Date.now()}}return this.#_&&(m.size=this.#_[p]),m}dump(){const s=[];for(const p of this.#S({allowStale:!0})){const d=this.#s[p],y=this.#r[p],m=this.#i(y)?y.__staleWhileFetching:y;if(m===void 0||d===void 0)continue;const g={value:m};if(this.#T&&this.#b){g.ttl=this.#T[p];const Y=e.now()-this.#b[p];g.start=Math.floor(Date.now()-Y)}this.#_&&(g.size=this.#_[p]),s.unshift([d,g])}return s}load(s){this.clear();for(const[p,d]of s){if(d.start){const y=Date.now()-d.start;d.start=e.now()-y}this.set(p,d.value,d)}}set(s,p,d={}){if(p===void 0)return this.delete(s),this;const{ttl:y=this.ttl,start:m,noDisposeOnSet:g=this.noDisposeOnSet,sizeCalculation:Y=this.sizeCalculation,status:h}=d;let{noUpdateTTL:L=this.noUpdateTTL}=d;const V=this.#I(s,p,d.size||0,Y);if(this.maxEntrySize&&V>this.maxEntrySize)return h&&(h.set="miss",h.maxEntrySizeExceeded=!0),this.delete(s),this;let O=this.#u===0?void 0:this.#a.get(s);if(O===void 0)O=this.#u===0?this.#l:this.#h.length!==0?this.#h.pop():this.#u===this.#e?this.#O(!1):this.#u,this.#s[O]=s,this.#r[O]=p,this.#a.set(s,O),this.#p[this.#l]=O,this.#d[O]=this.#l,this.#l=O,this.#u++,this.#R(O,V,h),h&&(h.set="add"),L=!1;else{this.#V(O);const w=this.#r[O];if(p!==w){if(this.#L&&this.#i(w)){w.__abortController.abort(new Error("replaced"));const{__staleWhileFetching:N}=w;N!==void 0&&!g&&(this.#g&&this.#n?.(N,s,"set"),this.#E&&this.#c?.push([N,s,"set"]))}else g||(this.#g&&this.#n?.(w,s,"set"),this.#E&&this.#c?.push([w,s,"set"]));if(this.#C(O),this.#R(O,V,h),this.#r[O]=p,h){h.set="replace";const N=w&&this.#i(w)?w.__staleWhileFetching:w;N!==void 0&&(h.oldValue=N)}}else h&&(h.set="update")}if(y!==0&&!this.#T&&this.#M(),this.#T&&(L||this.#U(O,y,m),h&&this.#Y(h,O)),!g&&this.#E&&this.#c){const w=this.#c;let N;for(;N=w?.shift();)this.#o?.(...N)}return this}pop(){try{for(;this.#u;){const s=this.#r[this.#f];if(this.#O(!0),this.#i(s)){if(s.__staleWhileFetching)return s.__staleWhileFetching}else if(s!==void 0)return s}}finally{if(this.#E&&this.#c){const s=this.#c;let p;for(;p=s?.shift();)this.#o?.(...p)}}}#O(s){const p=this.#f,d=this.#s[p],y=this.#r[p];return this.#L&&this.#i(y)?y.__abortController.abort(new Error("evicted")):(this.#g||this.#E)&&(this.#g&&this.#n?.(y,d,"evict"),this.#E&&this.#c?.push([y,d,"evict"])),this.#C(p),s&&(this.#s[p]=void 0,this.#r[p]=void 0,this.#h.push(p)),this.#u===1?(this.#f=this.#l=0,this.#h.length=0):this.#f=this.#p[p],this.#a.delete(d),this.#u--,p}has(s,p={}){const{updateAgeOnHas:d=this.updateAgeOnHas,status:y}=p,m=this.#a.get(s);if(m!==void 0){const g=this.#r[m];if(this.#i(g)&&g.__staleWhileFetching===void 0)return!1;if(this.#P(m))y&&(y.has="stale",this.#Y(y,m));else return d&&this.#A(m),y&&(y.has="hit",this.#Y(y,m)),!0}else y&&(y.has="miss");return!1}peek(s,p={}){const{allowStale:d=this.allowStale}=p,y=this.#a.get(s);if(y===void 0||!d&&this.#P(y))return;const m=this.#r[y];return this.#i(m)?m.__staleWhileFetching:m}#w(s,p,d,y){const m=p===void 0?void 0:this.#r[p];if(this.#i(m))return m;const g=new c,{signal:Y}=d;Y?.addEventListener("abort",()=>g.abort(Y.reason),{signal:g.signal});const h={signal:g.signal,options:d,context:y},L=n((M,k=!1)=>{const{aborted:U}=g.signal,B=d.ignoreFetchAbort&&M!==void 0;if(d.status&&(U&&!k?(d.status.fetchAborted=!0,d.status.fetchError=g.signal.reason,B&&(d.status.fetchAbortIgnored=!0)):d.status.fetchResolved=!0),U&&!B&&!k)return O(g.signal.reason);const J=N;return this.#r[p]===N&&(M===void 0?J.__staleWhileFetching?this.#r[p]=J.__staleWhileFetching:this.delete(s):(d.status&&(d.status.fetchUpdated=!0),this.set(s,M,h.options))),M},"cb"),V=n(M=>(d.status&&(d.status.fetchRejected=!0,d.status.fetchError=M),O(M)),"eb"),O=n(M=>{const{aborted:k}=g.signal,U=k&&d.allowStaleOnFetchAbort,B=U||d.allowStaleOnFetchRejection,J=B||d.noDeleteOnFetchRejection,$=N;if(this.#r[p]===N&&(!J||$.__staleWhileFetching===void 0?this.delete(s):U||(this.#r[p]=$.__staleWhileFetching)),B)return d.status&&$.__staleWhileFetching!==void 0&&(d.status.returnedStale=!0),$.__staleWhileFetching;if($.__returned===$)throw M},"fetchFail"),w=n((M,k)=>{const U=this.#m?.(s,m,h);U&&U instanceof Promise&&U.then(B=>M(B===void 0?void 0:B),k),g.signal.addEventListener("abort",()=>{(!d.ignoreFetchAbort||d.allowStaleOnFetchAbort)&&(M(void 0),d.allowStaleOnFetchAbort&&(M=n(B=>L(B,!0),"res")))})},"pcall");d.status&&(d.status.fetchDispatched=!0);const N=new Promise(w).then(L,V),D=Object.assign(N,{__abortController:g,__staleWhileFetching:m,__returned:void 0});return p===void 0?(this.set(s,D,{...h.options,status:void 0}),p=this.#a.get(s)):this.#r[p]=D,D}#i(s){if(!this.#L)return!1;const p=s;return!!p&&p instanceof Promise&&p.hasOwnProperty("__staleWhileFetching")&&p.__abortController instanceof c}async fetch(s,p={}){const{allowStale:d=this.allowStale,updateAgeOnGet:y=this.updateAgeOnGet,noDeleteOnStaleGet:m=this.noDeleteOnStaleGet,ttl:g=this.ttl,noDisposeOnSet:Y=this.noDisposeOnSet,size:h=0,sizeCalculation:L=this.sizeCalculation,noUpdateTTL:V=this.noUpdateTTL,noDeleteOnFetchRejection:O=this.noDeleteOnFetchRejection,allowStaleOnFetchRejection:w=this.allowStaleOnFetchRejection,ignoreFetchAbort:N=this.ignoreFetchAbort,allowStaleOnFetchAbort:D=this.allowStaleOnFetchAbort,context:M,forceRefresh:k=!1,status:U,signal:B}=p;if(!this.#L)return U&&(U.fetch="get"),this.get(s,{allowStale:d,updateAgeOnGet:y,noDeleteOnStaleGet:m,status:U});const J={allowStale:d,updateAgeOnGet:y,noDeleteOnStaleGet:m,ttl:g,noDisposeOnSet:Y,size:h,sizeCalculation:L,noUpdateTTL:V,noDeleteOnFetchRejection:O,allowStaleOnFetchRejection:w,allowStaleOnFetchAbort:D,ignoreFetchAbort:N,status:U,signal:B};let $=this.#a.get(s);if($===void 0){U&&(U.fetch="miss");const X=this.#w(s,$,J,M);return X.__returned=X}else{const X=this.#r[$];if(this.#i(X)){const Ie=d&&X.__staleWhileFetching!==void 0;return U&&(U.fetch="inflight",Ie&&(U.returnedStale=!0)),Ie?X.__staleWhileFetching:X.__returned=X}const Q=this.#P($);if(!k&&!Q)return U&&(U.fetch="hit"),this.#V($),y&&this.#A($),U&&this.#Y(U,$),X;const Z=this.#w(s,$,J,M),le=Z.__staleWhileFetching!==void 0&&d;return U&&(U.fetch=Q?"stale":"refresh",le&&Q&&(U.returnedStale=!0)),le?Z.__staleWhileFetching:Z.__returned=Z}}get(s,p={}){const{allowStale:d=this.allowStale,updateAgeOnGet:y=this.updateAgeOnGet,noDeleteOnStaleGet:m=this.noDeleteOnStaleGet,status:g}=p,Y=this.#a.get(s);if(Y!==void 0){const h=this.#r[Y],L=this.#i(h);return g&&this.#Y(g,Y),this.#P(Y)?(g&&(g.get="stale"),L?(g&&d&&h.__staleWhileFetching!==void 0&&(g.returnedStale=!0),d?h.__staleWhileFetching:void 0):(m||this.delete(s),g&&d&&(g.returnedStale=!0),d?h:void 0)):(g&&(g.get="hit"),L?h.__staleWhileFetching:(this.#V(Y),y&&this.#A(Y),h))}else g&&(g.get="miss")}#D(s,p){this.#d[p]=s,this.#p[s]=p}#V(s){s!==this.#l&&(s===this.#f?this.#f=this.#p[s]:this.#D(this.#d[s],this.#p[s]),this.#D(this.#l,s),this.#l=s)}delete(s){let p=!1;if(this.#u!==0){const d=this.#a.get(s);if(d!==void 0)if(p=!0,this.#u===1)this.clear();else{this.#C(d);const y=this.#r[d];if(this.#i(y)?y.__abortController.abort(new Error("deleted")):(this.#g||this.#E)&&(this.#g&&this.#n?.(y,s,"delete"),this.#E&&this.#c?.push([y,s,"delete"])),this.#a.delete(s),this.#s[d]=void 0,this.#r[d]=void 0,d===this.#l)this.#l=this.#d[d];else if(d===this.#f)this.#f=this.#p[d];else{const m=this.#d[d];this.#p[m]=this.#p[d];const g=this.#p[d];this.#d[g]=this.#d[d]}this.#u--,this.#h.push(d)}}if(this.#E&&this.#c?.length){const d=this.#c;let y;for(;y=d?.shift();)this.#o?.(...y)}return p}clear(){for(const s of this.#v({allowStale:!0})){const p=this.#r[s];if(this.#i(p))p.__abortController.abort(new Error("deleted"));else{const d=this.#s[s];this.#g&&this.#n?.(p,d,"delete"),this.#E&&this.#c?.push([p,d,"delete"])}}if(this.#a.clear(),this.#r.fill(void 0),this.#s.fill(void 0),this.#T&&this.#b&&(this.#T.fill(0),this.#b.fill(0)),this.#_&&this.#_.fill(0),this.#f=0,this.#l=0,this.#h.length=0,this.#y=0,this.#u=0,this.#E&&this.#c){const s=this.#c;let p;for(;p=s?.shift();)this.#o?.(...p)}}}return Je.LRUCache=T,Je}n(Xd,"requireCommonjs");var vs,Wa;function zd(){if(Wa)return vs;Wa=1;const e=n((...u)=>u.every(t=>t)?u.join(""):"","maybeJoin"),l=n(u=>u?encodeURIComponent(u):"","maybeEncode"),i=n(u=>u.toLowerCase().replace(/^\W+|\/|\W+$/g,"").replace(/\W+/g,"-"),"formatHashFragment"),f={sshtemplate:n(({domain:u,user:t,project:r,committish:o})=>`git@${u}:${t}/${r}.git${e("#",o)}`,"sshtemplate"),sshurltemplate:n(({domain:u,user:t,project:r,committish:o})=>`git+ssh://git@${u}/${t}/${r}.git${e("#",o)}`,"sshurltemplate"),edittemplate:n(({domain:u,user:t,project:r,committish:o,editpath:a,path:E})=>`https://${u}/${t}/${r}${e("/",a,"/",l(o||"HEAD"),"/",E)}`,"edittemplate"),browsetemplate:n(({domain:u,user:t,project:r,committish:o,treepath:a})=>`https://${u}/${t}/${r}${e("/",a,"/",l(o))}`,"browsetemplate"),browsetreetemplate:n(({domain:u,user:t,project:r,committish:o,treepath:a,path:E,fragment:T,hashformat:P})=>`https://${u}/${t}/${r}/${a}/${l(o||"HEAD")}/${E}${e("#",P(T||""))}`,"browsetreetemplate"),browseblobtemplate:n(({domain:u,user:t,project:r,committish:o,blobpath:a,path:E,fragment:T,hashformat:P})=>`https://${u}/${t}/${r}/${a}/${l(o||"HEAD")}/${E}${e("#",P(T||""))}`,"browseblobtemplate"),docstemplate:n(({domain:u,user:t,project:r,treepath:o,committish:a})=>`https://${u}/${t}/${r}${e("/",o,"/",l(a))}#readme`,"docstemplate"),httpstemplate:n(({auth:u,domain:t,user:r,project:o,committish:a})=>`git+https://${e(u,"@")}${t}/${r}/${o}.git${e("#",a)}`,"httpstemplate"),filetemplate:n(({domain:u,user:t,project:r,committish:o,path:a})=>`https://${u}/${t}/${r}/raw/${l(o||"HEAD")}/${a}`,"filetemplate"),shortcuttemplate:n(({type:u,user:t,project:r,committish:o})=>`${u}:${t}/${r}${e("#",o)}`,"shortcuttemplate"),pathtemplate:n(({user:u,project:t,committish:r})=>`${u}/${t}${e("#",r)}`,"pathtemplate"),bugstemplate:n(({domain:u,user:t,project:r})=>`https://${u}/${t}/${r}/issues`,"bugstemplate"),hashformat:i},c={};c.github={protocols:["git:","http:","git+ssh:","git+https:","ssh:","https:"],domain:"github.com",treepath:"tree",blobpath:"blob",editpath:"edit",filetemplate:n(({auth:u,user:t,project:r,committish:o,path:a})=>`https://${e(u,"@")}raw.githubusercontent.com/${t}/${r}/${l(o||"HEAD")}/${a}`,"filetemplate"),gittemplate:n(({auth:u,domain:t,user:r,project:o,committish:a})=>`git://${e(u,"@")}${t}/${r}/${o}.git${e("#",a)}`,"gittemplate"),tarballtemplate:n(({domain:u,user:t,project:r,committish:o})=>`https://codeload.${u}/${t}/${r}/tar.gz/${l(o||"HEAD")}`,"tarballtemplate"),extract:n(u=>{let[,t,r,o,a]=u.pathname.split("/",5);if(!(o&&o!=="tree")&&(o||(a=u.hash.slice(1)),r&&r.endsWith(".git")&&(r=r.slice(0,-4)),!(!t||!r)))return{user:t,project:r,committish:a}},"extract")},c.bitbucket={protocols:["git+ssh:","git+https:","ssh:","https:"],domain:"bitbucket.org",treepath:"src",blobpath:"src",editpath:"?mode=edit",edittemplate:n(({domain:u,user:t,project:r,committish:o,treepath:a,path:E,editpath:T})=>`https://${u}/${t}/${r}${e("/",a,"/",l(o||"HEAD"),"/",E,T)}`,"edittemplate"),tarballtemplate:n(({domain:u,user:t,project:r,committish:o})=>`https://${u}/${t}/${r}/get/${l(o||"HEAD")}.tar.gz`,"tarballtemplate"),extract:n(u=>{let[,t,r,o]=u.pathname.split("/",4);if(!["get"].includes(o)&&(r&&r.endsWith(".git")&&(r=r.slice(0,-4)),!(!t||!r)))return{user:t,project:r,committish:u.hash.slice(1)}},"extract")},c.gitlab={protocols:["git+ssh:","git+https:","ssh:","https:"],domain:"gitlab.com",treepath:"tree",blobpath:"tree",editpath:"-/edit",httpstemplate:n(({auth:u,domain:t,user:r,project:o,committish:a})=>`git+https://${e(u,"@")}${t}/${r}/${o}.git${e("#",a)}`,"httpstemplate"),tarballtemplate:n(({domain:u,user:t,project:r,committish:o})=>`https://${u}/${t}/${r}/repository/archive.tar.gz?ref=${l(o||"HEAD")}`,"tarballtemplate"),extract:n(u=>{const t=u.pathname.slice(1);if(t.includes("/-/")||t.includes("/archive.tar.gz"))return;const r=t.split("/");let o=r.pop();o.endsWith(".git")&&(o=o.slice(0,-4));const a=r.join("/");if(!(!a||!o))return{user:a,project:o,committish:u.hash.slice(1)}},"extract")},c.gist={protocols:["git:","git+ssh:","git+https:","ssh:","https:"],domain:"gist.github.com",editpath:"edit",sshtemplate:n(({domain:u,project:t,committish:r})=>`git@${u}:${t}.git${e("#",r)}`,"sshtemplate"),sshurltemplate:n(({domain:u,project:t,committish:r})=>`git+ssh://git@${u}/${t}.git${e("#",r)}`,"sshurltemplate"),edittemplate:n(({domain:u,user:t,project:r,committish:o,editpath:a})=>`https://${u}/${t}/${r}${e("/",l(o))}/${a}`,"edittemplate"),browsetemplate:n(({domain:u,project:t,committish:r})=>`https://${u}/${t}${e("/",l(r))}`,"browsetemplate"),browsetreetemplate:n(({domain:u,project:t,committish:r,path:o,hashformat:a})=>`https://${u}/${t}${e("/",l(r))}${e("#",a(o))}`,"browsetreetemplate"),browseblobtemplate:n(({domain:u,project:t,committish:r,path:o,hashformat:a})=>`https://${u}/${t}${e("/",l(r))}${e("#",a(o))}`,"browseblobtemplate"),docstemplate:n(({domain:u,project:t,committish:r})=>`https://${u}/${t}${e("/",l(r))}`,"docstemplate"),httpstemplate:n(({domain:u,project:t,committish:r})=>`git+https://${u}/${t}.git${e("#",r)}`,"httpstemplate"),filetemplate:n(({user:u,project:t,committish:r,path:o})=>`https://gist.githubusercontent.com/${u}/${t}/raw${e("/",l(r))}/${o}`,"filetemplate"),shortcuttemplate:n(({type:u,project:t,committish:r})=>`${u}:${t}${e("#",r)}`,"shortcuttemplate"),pathtemplate:n(({project:u,committish:t})=>`${u}${e("#",t)}`,"pathtemplate"),bugstemplate:n(({domain:u,project:t})=>`https://${u}/${t}`,"bugstemplate"),gittemplate:n(({domain:u,project:t,committish:r})=>`git://${u}/${t}.git${e("#",r)}`,"gittemplate"),tarballtemplate:n(({project:u,committish:t})=>`https://codeload.github.com/gist/${u}/tar.gz/${l(t||"HEAD")}`,"tarballtemplate"),extract:n(u=>{let[,t,r,o]=u.pathname.split("/",4);if(o!=="raw"){if(!r){if(!t)return;r=t,t=null}return r.endsWith(".git")&&(r=r.slice(0,-4)),{user:t,project:r,committish:u.hash.slice(1)}}},"extract"),hashformat:n(function(u){return u&&"file-"+i(u)},"hashformat")},c.sourcehut={protocols:["git+ssh:","https:"],domain:"git.sr.ht",treepath:"tree",blobpath:"tree",filetemplate:n(({domain:u,user:t,project:r,committish:o,path:a})=>`https://${u}/${t}/${r}/blob/${l(o)||"HEAD"}/${a}`,"filetemplate"),httpstemplate:n(({domain:u,user:t,project:r,committish:o})=>`https://${u}/${t}/${r}.git${e("#",o)}`,"httpstemplate"),tarballtemplate:n(({domain:u,user:t,project:r,committish:o})=>`https://${u}/${t}/${r}/archive/${l(o)||"HEAD"}.tar.gz`,"tarballtemplate"),bugstemplate:n(({user:u,project:t})=>null,"bugstemplate"),extract:n(u=>{let[,t,r,o]=u.pathname.split("/",4);if(!["archive"].includes(o)&&(r&&r.endsWith(".git")&&(r=r.slice(0,-4)),!(!t||!r)))return{user:t,project:r,committish:u.hash.slice(1)}},"extract")};for(const[u,t]of Object.entries(c))c[u]=Object.assign({},f,t);return vs=c,vs}n(zd,"requireHosts");var Ys,Ha;function Ka(){if(Ha)return Ys;Ha=1;const e=Ho,l=n((u,t,r)=>{const o=u.indexOf(r);return u.lastIndexOf(t,o>-1?o:1/0)},"lastIndexOfBefore"),i=n(u=>{try{return new e.URL(u)}catch{}},"safeUrl"),f=n((u,t)=>{const r=u.indexOf(":"),o=u.slice(0,r+1);if(Object.prototype.hasOwnProperty.call(t,o))return u;const a=u.indexOf("@");return a>-1?a>r?`git+ssh://${u}`:u:u.indexOf("//")===r+1?u:`${u.slice(0,r+1)}//${u.slice(r+1)}`},"correctProtocol"),c=n(u=>{const t=l(u,"@","#"),r=l(u,":","#");return r>t&&(u=u.slice(0,r)+"/"+u.slice(r+1)),l(u,":","#")===-1&&u.indexOf("//")===-1&&(u=`git+ssh://${u}`),u},"correctUrl");return Ys=n((u,t)=>{const r=t?f(u,t):u;return i(r)||i(c(r))},"parseUrl"),Ys}n(Ka,"requireParseUrl");var Ls,Xa;function Jd(){if(Xa)return Ls;Xa=1;const e=Ka(),l=n(i=>{const f=i.indexOf("#"),c=i.indexOf("/"),u=i.indexOf("/",c+1),t=i.indexOf(":"),r=/\s/.exec(i),o=i.indexOf("@"),a=!r||f>-1&&r.index>f,E=o===-1||f>-1&&o>f,T=t===-1||f>-1&&t>f,P=u===-1||f>-1&&u>f,s=c>0,p=f>-1?i[f-1]!=="/":!i.endsWith("/"),d=!i.startsWith(".");return a&&s&&p&&d&&E&&T&&P},"isGitHubShorthand");return Ls=n((i,f,{gitHosts:c,protocols:u})=>{if(!i)return;const t=l(i)?`github:${i}`:i,r=e(t,u);if(!r)return;const o=c.byShortcut[r.protocol],a=c.byDomain[r.hostname.startsWith("www.")?r.hostname.slice(4):r.hostname],E=o||a;if(!E)return;const T=c[o||a];let P=null;u[r.protocol]?.auth&&(r.username||r.password)&&(P=`${r.username}${r.password?":"+r.password:""}`);let s=null,p=null,d=null,y=null;try{if(o){let m=r.pathname.startsWith("/")?r.pathname.slice(1):r.pathname;const g=m.indexOf("@");g>-1&&(m=m.slice(g+1));const Y=m.lastIndexOf("/");Y>-1?(p=decodeURIComponent(m.slice(0,Y)),p||(p=null),d=decodeURIComponent(m.slice(Y+1))):d=decodeURIComponent(m),d.endsWith(".git")&&(d=d.slice(0,-4)),r.hash&&(s=decodeURIComponent(r.hash.slice(1))),y="shortcut"}else{if(!T.protocols.includes(r.protocol))return;const m=T.extract(r);if(!m)return;p=m.user&&decodeURIComponent(m.user),d=decodeURIComponent(m.project),s=decodeURIComponent(m.committish),y=u[r.protocol]?.name||r.protocol.slice(0,-1)}}catch(m){if(m instanceof URIError)return;throw m}return[E,p,P,d,s,y,f]},"fromUrl"),Ls}n(Jd,"requireFromUrl");var As,za;function Qd(){if(za)return As;za=1;const{LRUCache:e}=Xd(),l=zd(),i=Jd(),f=Ka(),c=new e({max:1e3});class u{static{n(this,"GitHost")}constructor(r,o,a,E,T,P,s={}){Object.assign(this,u.#e[r],{type:r,user:o,auth:a,project:E,committish:T,default:P,opts:s})}static#e={byShortcut:{},byDomain:{}};static#t={"git+ssh:":{name:"sshurl"},"ssh:":{name:"sshurl"},"git+https:":{name:"https",auth:!0},"git:":{auth:!0},"http:":{auth:!0},"https:":{auth:!0},"git+http:":{auth:!0}};static addHost(r,o){u.#e[r]=o,u.#e.byDomain[o.domain]=r,u.#e.byShortcut[`${r}:`]=r,u.#t[`${r}:`]={name:r}}static fromUrl(r,o){if(typeof r!="string")return;const a=r+JSON.stringify(o||{});if(!c.has(a)){const E=i(r,o,{gitHosts:u.#e,protocols:u.#t});c.set(a,E?new u(...E):void 0)}return c.get(a)}static parseUrl(r){return f(r)}#n(r,o){if(typeof r!="function")return null;const a={...this,...this.opts,...o};a.path||(a.path=""),a.path.startsWith("/")&&(a.path=a.path.slice(1)),a.noCommittish&&(a.committish=null);const E=r(a);return a.noGitPlus&&E.startsWith("git+")?E.slice(4):E}hash(){return this.committish?`#${this.committish}`:""}ssh(r){return this.#n(this.sshtemplate,r)}sshurl(r){return this.#n(this.sshurltemplate,r)}browse(r,...o){return typeof r!="string"?this.#n(this.browsetemplate,r):typeof o[0]!="string"?this.#n(this.browsetreetemplate,{...o[0],path:r}):this.#n(this.browsetreetemplate,{...o[1],fragment:o[0],path:r})}browseFile(r,...o){return typeof o[0]!="string"?this.#n(this.browseblobtemplate,{...o[0],path:r}):this.#n(this.browseblobtemplate,{...o[1],fragment:o[0],path:r})}docs(r){return this.#n(this.docstemplate,r)}bugs(r){return this.#n(this.bugstemplate,r)}https(r){return this.#n(this.httpstemplate,r)}git(r){return this.#n(this.gittemplate,r)}shortcut(r){return this.#n(this.shortcuttemplate,r)}path(r){return this.#n(this.pathtemplate,r)}tarball(r){return this.#n(this.tarballtemplate,{...r,noCommittish:!1})}file(r,o){return this.#n(this.filetemplate,{...o,path:r})}edit(r,o){return this.#n(this.edittemplate,{...o,path:r})}getDefaultRepresentation(){return this.default}toString(r){return this.default&&typeof this[this.default]=="function"?this[this.default](r):this.sshurl(r)}}for(const[t,r]of Object.entries(l))u.addHost(t,r);return As=u,As}n(Qd,"requireLib$3");var Cs,Ja;function Zd(){if(Ja)return Cs;Ja=1;var e="Function.prototype.bind called on incompatible ",l=Object.prototype.toString,i=Math.max,f="[object Function]",c=n(function(o,a){for(var E=[],T=0;T<o.length;T+=1)E[T]=o[T];for(var P=0;P<a.length;P+=1)E[P+o.length]=a[P];return E},"concatty"),u=n(function(o,a){for(var E=[],T=a,P=0;T<o.length;T+=1,P+=1)E[P]=o[T];return E},"slicy"),t=n(function(r,o){for(var a="",E=0;E<r.length;E+=1)a+=r[E],E+1<r.length&&(a+=o);return a},"joiny");return Cs=n(function(o){var a=this;if(typeof a!="function"||l.apply(a)!==f)throw new TypeError(e+a);for(var E=u(arguments,1),T,P=n(function(){if(this instanceof T){var m=a.apply(this,c(E,arguments));return Object(m)===m?m:this}return a.apply(o,c(E,arguments))},"binder"),s=i(0,a.length-E.length),p=[],d=0;d<s;d++)p[d]="$"+d;if(T=Function("binder","return function ("+t(p,",")+"){ return binder.apply(this,arguments); }")(P),a.prototype){var y=n(function(){},"Empty");y.prototype=a.prototype,T.prototype=new y,y.prototype=null}return T},"bind"),Cs}n(Zd,"requireImplementation");var Vs,Qa;function eT(){if(Qa)return Vs;Qa=1;var e=Zd();return Vs=Function.prototype.bind||e,Vs}n(eT,"requireFunctionBind");var Rs,Za;function tT(){if(Za)return Rs;Za=1;var e=Function.prototype.call,l=Object.prototype.hasOwnProperty,i=eT();return Rs=i.call(e,l),Rs}n(tT,"requireHasown");var rT=!0,nT=">= 8",iT=">= 0.5 && < 0.9.7",sT=!0,oT=!0,aT=">= 0.5",uT=!0,lT=!0,cT=!0,fT=">= 1 && < 8",pT="< 8",ET=!0,dT=[">= 14.17 && < 15",">= 15.1"],TT=!0,PT=">= 0.7.12",mT=!0,yT="< 6",hT=!0,_T=">= 0.11.1",bT=">= 0.11.1",gT=">= 0.11.1",ST=">= 0.11.1",vT=">= 0.11.1",YT=">= 0.11.1",LT=!0,AT=">= 8.8",CT=!0,VT=">= 8",RT="< 8",OT=!0,wT=!0,MT=!0,UT=!0,IT=">= 8.5",xT=">= 1",DT=">= 0.5",FT=!0,kT=!0,NT=!0,jT=">= 0.11.5 && < 3",BT=">= 0.9.4",qT=">= 0.9.4",GT=">= 1.4.1",$T=">= 0.9.4",WT=">= 0.9.4",HT=">= 0.9.4",KT=!0,XT=!0,zT=[">= 0.4 && < 0.7",">= 0.8"],JT=!0,QT=">= 0.11.13",ZT=">= 0.11.3 && < 10",eP=">= 0.11.3",tP=!0,rP=">= 10",nP=!0,iP=!0,sP=!0,oP=">= 1",aP=!0,uP=[">= 13.4 && < 13.5",">= 18.17 && < 19",">= 20"],lP=">= 11.7",cP=">= 0.5",fP={assert:rT,"node:assert":[">= 14.18 && < 15",">= 16"],"assert/strict":">= 15","node:assert/strict":">= 16",async_hooks:nT,"node:async_hooks":[">= 14.18 && < 15",">= 16"],buffer_ieee754:iT,buffer:sT,"node:buffer":[">= 14.18 && < 15",">= 16"],child_process:oT,"node:child_process":[">= 14.18 && < 15",">= 16"],cluster:aT,"node:cluster":[">= 14.18 && < 15",">= 16"],console:uT,"node:console":[">= 14.18 && < 15",">= 16"],constants:lT,"node:constants":[">= 14.18 && < 15",">= 16"],crypto:cT,"node:crypto":[">= 14.18 && < 15",">= 16"],_debug_agent:fT,_debugger:pT,dgram:ET,"node:dgram":[">= 14.18 && < 15",">= 16"],diagnostics_channel:dT,"node:diagnostics_channel":[">= 14.18 && < 15",">= 16"],dns:TT,"node:dns":[">= 14.18 && < 15",">= 16"],"dns/promises":">= 15","node:dns/promises":">= 16",domain:PT,"node:domain":[">= 14.18 && < 15",">= 16"],events:mT,"node:events":[">= 14.18 && < 15",">= 16"],freelist:yT,fs:hT,"node:fs":[">= 14.18 && < 15",">= 16"],"fs/promises":[">= 10 && < 10.1",">= 14"],"node:fs/promises":[">= 14.18 && < 15",">= 16"],_http_agent:_T,"node:_http_agent":[">= 14.18 && < 15",">= 16"],_http_client:bT,"node:_http_client":[">= 14.18 && < 15",">= 16"],_http_common:gT,"node:_http_common":[">= 14.18 && < 15",">= 16"],_http_incoming:ST,"node:_http_incoming":[">= 14.18 && < 15",">= 16"],_http_outgoing:vT,"node:_http_outgoing":[">= 14.18 && < 15",">= 16"],_http_server:YT,"node:_http_server":[">= 14.18 && < 15",">= 16"],http:LT,"node:http":[">= 14.18 && < 15",">= 16"],http2:AT,"node:http2":[">= 14.18 && < 15",">= 16"],https:CT,"node:https":[">= 14.18 && < 15",">= 16"],inspector:VT,"node:inspector":[">= 14.18 && < 15",">= 16"],"inspector/promises":[">= 19"],"node:inspector/promises":[">= 19"],_linklist:RT,module:OT,"node:module":[">= 14.18 && < 15",">= 16"],net:wT,"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:MT,"node:os":[">= 14.18 && < 15",">= 16"],path:UT,"node:path":[">= 14.18 && < 15",">= 16"],"path/posix":">= 15.3","node:path/posix":">= 16","path/win32":">= 15.3","node:path/win32":">= 16",perf_hooks:IT,"node:perf_hooks":[">= 14.18 && < 15",">= 16"],process:xT,"node:process":[">= 14.18 && < 15",">= 16"],punycode:DT,"node:punycode":[">= 14.18 && < 15",">= 16"],querystring:FT,"node:querystring":[">= 14.18 && < 15",">= 16"],readline:kT,"node:readline":[">= 14.18 && < 15",">= 16"],"readline/promises":">= 17","node:readline/promises":">= 17",repl:NT,"node:repl":[">= 14.18 && < 15",">= 16"],smalloc:jT,_stream_duplex:BT,"node:_stream_duplex":[">= 14.18 && < 15",">= 16"],_stream_transform:qT,"node:_stream_transform":[">= 14.18 && < 15",">= 16"],_stream_wrap:GT,"node:_stream_wrap":[">= 14.18 && < 15",">= 16"],_stream_passthrough:$T,"node:_stream_passthrough":[">= 14.18 && < 15",">= 16"],_stream_readable:WT,"node:_stream_readable":[">= 14.18 && < 15",">= 16"],_stream_writable:HT,"node:_stream_writable":[">= 14.18 && < 15",">= 16"],stream:KT,"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:XT,"node:string_decoder":[">= 14.18 && < 15",">= 16"],sys:zT,"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:JT,"node:timers":[">= 14.18 && < 15",">= 16"],"timers/promises":">= 15","node:timers/promises":">= 16",_tls_common:QT,"node:_tls_common":[">= 14.18 && < 15",">= 16"],_tls_legacy:ZT,_tls_wrap:eP,"node:_tls_wrap":[">= 14.18 && < 15",">= 16"],tls:tP,"node:tls":[">= 14.18 && < 15",">= 16"],trace_events:rP,"node:trace_events":[">= 14.18 && < 15",">= 16"],tty:nP,"node:tty":[">= 14.18 && < 15",">= 16"],url:iP,"node:url":[">= 14.18 && < 15",">= 16"],util:sP,"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:oP,"node:v8":[">= 14.18 && < 15",">= 16"],vm:aP,"node:vm":[">= 14.18 && < 15",">= 16"],wasi:uP,"node:wasi":[">= 18.17 && < 19",">= 20"],worker_threads:lP,"node:worker_threads":[">= 14.18 && < 15",">= 16"],zlib:cP,"node:zlib":[">= 14.18 && < 15",">= 16"]},Os,eu;function pP(){if(eu)return Os;eu=1;var e=tT();function l(u,t){for(var r=u.split("."),o=t.split(" "),a=o.length>1?o[0]:"=",E=(o.length>1?o[1]:o[0]).split("."),T=0;T<3;++T){var P=parseInt(r[T]||0,10),s=parseInt(E[T]||0,10);if(P!==s)return a==="<"?P<s:a===">="?P>=s:!1}return a===">="}n(l,"specifierIncluded");function i(u,t){var r=t.split(/ ?&& ?/);if(r.length===0)return!1;for(var o=0;o<r.length;++o)if(!l(u,r[o]))return!1;return!0}n(i,"matchesRange");function f(u,t){if(typeof t=="boolean")return t;var r=typeof u>"u"?process.versions&&process.versions.node:u;if(typeof r!="string")throw new TypeError(typeof u>"u"?"Unable to determine current node version":"If provided, a valid node version is required");if(t&&typeof t=="object"){for(var o=0;o<t.length;++o)if(i(r,t[o]))return!0;return!1}return i(r,t)}n(f,"versionIncluded");var c=fP;return Os=n(function(t,r){return e(c,t)&&f(r,c[t])},"isCore"),Os}n(pP,"requireIsCoreModule");var ws,tu;function EP(){if(tu)return ws;tu=1,ws=e;function e(l){if(!l||l==="ERROR: No README data found!")return;l=l.trim().split(`
12
- `);let i=0;for(;l[i]&&l[i].trim().match(/^(#|$)/);)i++;const f=l.length;let c=i+1;for(;c<f&&l[c].trim();)c++;return l.slice(i,c).join(" ").trim()}return n(e,"extractDescription"),ws}n(EP,"requireExtract_description");var dP={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"},TP={web:"url",name:"url"},PP={server:"start",tests:"test"},mP={topLevel:dP,bugs:TP,script:PP},Ms,ru;function yP(){if(ru)return Ms;ru=1;var e=jd(),l=Bd(),i=Kd(),f=Qd(),c=pP(),u=["dependencies","devDependencies","optionalDependencies"],t=EP(),r=Ho,o=mP,a=n(h=>h.includes("@")&&h.indexOf("@")<h.lastIndexOf("."),"isEmail");Ms={warn:n(function(){},"warn"),fixRepositoryField:n(function(h){if(h.repositories&&(this.warn("repositories"),h.repository=h.repositories[0]),!h.repository)return this.warn("missingRepository");typeof h.repository=="string"&&(h.repository={type:"git",url:h.repository});var L=h.repository.url||"";if(L){var V=f.fromUrl(L);V&&(L=h.repository.url=V.getDefaultRepresentation()==="shortcut"?V.https():V.toString())}L.match(/github.com\/[^/]+\/[^/]+\.git\.git$/)&&this.warn("brokenGitUrl",L)},"fixRepositoryField"),fixTypos:n(function(h){Object.keys(o.topLevel).forEach(function(L){Object.prototype.hasOwnProperty.call(h,L)&&this.warn("typo",L,o.topLevel[L])},this)},"fixTypos"),fixScriptsField:n(function(h){if(h.scripts){if(typeof h.scripts!="object"){this.warn("nonObjectScripts"),delete h.scripts;return}Object.keys(h.scripts).forEach(function(L){typeof h.scripts[L]!="string"?(this.warn("nonStringScript"),delete h.scripts[L]):o.script[L]&&!h.scripts[o.script[L]]&&this.warn("typo",L,o.script[L],"scripts")},this)}},"fixScriptsField"),fixFilesField:n(function(h){var L=h.files;L&&!Array.isArray(L)?(this.warn("nonArrayFiles"),delete h.files):h.files&&(h.files=h.files.filter(function(V){return!V||typeof V!="string"?(this.warn("invalidFilename",V),!1):!0},this))},"fixFilesField"),fixBinField:n(function(h){if(h.bin&&typeof h.bin=="string"){var L={},V;(V=h.name.match(/^@[^/]+[/](.*)$/))?L[V[1]]=h.bin:L[h.name]=h.bin,h.bin=L}},"fixBinField"),fixManField:n(function(h){h.man&&typeof h.man=="string"&&(h.man=[h.man])},"fixManField"),fixBundleDependenciesField:n(function(h){var L="bundledDependencies",V="bundleDependencies";h[L]&&!h[V]&&(h[V]=h[L],delete h[L]),h[V]&&!Array.isArray(h[V])?(this.warn("nonArrayBundleDependencies"),delete h[V]):h[V]&&(h[V]=h[V].filter(function(O){return!O||typeof O!="string"?(this.warn("nonStringBundleDependency",O),!1):(h.dependencies||(h.dependencies={}),Object.prototype.hasOwnProperty.call(h.dependencies,O)||(this.warn("nonDependencyBundleDependency",O),h.dependencies[O]="*"),!0)},this))},"fixBundleDependenciesField"),fixDependencies:n(function(h,L){g(h,this.warn),y(h,this.warn),this.fixBundleDependenciesField(h),["dependencies","devDependencies"].forEach(function(V){if(V in h){if(!h[V]||typeof h[V]!="object"){this.warn("nonObjectDependencies",V),delete h[V];return}Object.keys(h[V]).forEach(function(O){var w=h[V][O];typeof w!="string"&&(this.warn("nonStringDependency",O,JSON.stringify(w)),delete h[V][O]);var N=f.fromUrl(h[V][O]);N&&(h[V][O]=N.toString())},this)}},this)},"fixDependencies"),fixModulesField:n(function(h){h.modules&&(this.warn("deprecatedModules"),delete h.modules)},"fixModulesField"),fixKeywordsField:n(function(h){typeof h.keywords=="string"&&(h.keywords=h.keywords.split(/,\s+/)),h.keywords&&!Array.isArray(h.keywords)?(delete h.keywords,this.warn("nonArrayKeywords")):h.keywords&&(h.keywords=h.keywords.filter(function(L){return typeof L!="string"||!L?(this.warn("nonStringKeyword"),!1):!0},this))},"fixKeywordsField"),fixVersionField:n(function(h,L){var V=!L;if(!h.version)return h.version="",!0;if(!e(h.version,V))throw new Error('Invalid version: "'+h.version+'"');return h.version=l(h.version,V),!0},"fixVersionField"),fixPeople:n(function(h){s(h,p),s(h,d)},"fixPeople"),fixNameField:n(function(h,L){typeof L=="boolean"?L={strict:L}:typeof L>"u"&&(L={});var V=L.strict;if(!h.name&&!V){h.name="";return}if(typeof h.name!="string")throw new Error("name field must be a string.");V||(h.name=h.name.trim()),P(h.name,V,L.allowLegacyCase),c(h.name)&&this.warn("conflictingName",h.name)},"fixNameField"),fixDescriptionField:n(function(h){h.description&&typeof h.description!="string"&&(this.warn("nonStringDescription"),delete h.description),h.readme&&!h.description&&(h.description=t(h.readme)),h.description===void 0&&delete h.description,h.description||this.warn("missingDescription")},"fixDescriptionField"),fixReadmeField:n(function(h){h.readme||(this.warn("missingReadme"),h.readme="ERROR: No README data found!")},"fixReadmeField"),fixBugsField:n(function(h){if(!h.bugs&&h.repository&&h.repository.url){var L=f.fromUrl(h.repository.url);L&&L.bugs()&&(h.bugs={url:L.bugs()})}else if(h.bugs){if(typeof h.bugs=="string")a(h.bugs)?h.bugs={email:h.bugs}:r.parse(h.bugs).protocol?h.bugs={url:h.bugs}:this.warn("nonEmailUrlBugsString");else{Y(h.bugs,this.warn);var V=h.bugs;h.bugs={},V.url&&(typeof V.url=="string"&&r.parse(V.url).protocol?h.bugs.url=V.url:this.warn("nonUrlBugsUrlField")),V.email&&(typeof V.email=="string"&&a(V.email)?h.bugs.email=V.email:this.warn("nonEmailBugsEmailField"))}!h.bugs.email&&!h.bugs.url&&(delete h.bugs,this.warn("emptyNormalizedBugs"))}},"fixBugsField"),fixHomepageField:n(function(h){if(!h.homepage&&h.repository&&h.repository.url){var L=f.fromUrl(h.repository.url);L&&L.docs()&&(h.homepage=L.docs())}if(h.homepage){if(typeof h.homepage!="string")return this.warn("nonUrlHomepage"),delete h.homepage;r.parse(h.homepage).protocol||(h.homepage="http://"+h.homepage)}},"fixHomepageField"),fixLicenseField:n(function(h){const L=h.license||h.licence;if(!L)return this.warn("missingLicense");if(typeof L!="string"||L.length<1||L.trim()==="")return this.warn("invalidLicense");if(!i(L).validForNewPackages)return this.warn("invalidLicense")},"fixLicenseField")};function E(h){if(h.charAt(0)!=="@")return!1;var L=h.slice(1).split("/");return L.length!==2?!1:L[0]&&L[1]&&L[0]===encodeURIComponent(L[0])&&L[1]===encodeURIComponent(L[1])}n(E,"isValidScopedPackageName");function T(h){return!h.match(/[/@\s+%:]/)&&h===encodeURIComponent(h)}n(T,"isCorrectlyEncodedName");function P(h,L,V){if(h.charAt(0)==="."||!(E(h)||T(h))||L&&!V&&h!==h.toLowerCase()||h.toLowerCase()==="node_modules"||h.toLowerCase()==="favicon.ico")throw new Error("Invalid name: "+JSON.stringify(h))}n(P,"ensureValidName");function s(h,L){return h.author&&(h.author=L(h.author)),["maintainers","contributors"].forEach(function(V){Array.isArray(h[V])&&(h[V]=h[V].map(L))}),h}n(s,"modifyPeople");function p(h){if(typeof h=="string")return h;var L=h.name||"",V=h.url||h.web,O=V?" ("+V+")":"",w=h.email||h.mail,N=w?" <"+w+">":"";return L+N+O}n(p,"unParsePerson");function d(h){if(typeof h!="string")return h;var L=h.match(/^([^(<]+)/),V=h.match(/\(([^()]+)\)/),O=h.match(/<([^<>]+)>/),w={};return L&&L[0].trim()&&(w.name=L[0].trim()),O&&(w.email=O[1]),V&&(w.url=V[1]),w}n(d,"parsePerson");function y(h,L){var V=h.optionalDependencies;if(V){var O=h.dependencies||{};Object.keys(V).forEach(function(w){O[w]=V[w]}),h.dependencies=O}}n(y,"addOptionalDepsToDeps");function m(h,L,V){if(!h)return{};if(typeof h=="string"&&(h=h.trim().split(/[\n\r\s\t ,]+/)),!Array.isArray(h))return h;V("deprecatedArrayDependencies",L);var O={};return h.filter(function(w){return typeof w=="string"}).forEach(function(w){w=w.trim().split(/(:?[@\s><=])/);var N=w.shift(),D=w.join("");D=D.trim(),D=D.replace(/^@/,""),O[N]=D}),O}n(m,"depObjectify");function g(h,L){u.forEach(function(V){h[V]&&(h[V]=m(h[V],V,L))})}n(g,"objectifyDeps");function Y(h,L){h&&Object.keys(h).forEach(function(V){o.bugs[V]&&(L("typo",V,o.bugs[V],"bugs"),h[o.bugs[V]]=h[V],delete h[V])})}return n(Y,"bugsTypos"),Ms}n(yP,"requireFixer");var hP="'repositories' (plural) Not supported. Please pick one as the 'repository' field",_P="No repository field.",bP="Probably broken git url: %s",gP="scripts must be an object",SP="script values must be string commands",vP="Invalid 'files' member",YP="Invalid filename in 'files' list: %s",LP="Invalid 'bundleDependencies' list. Must be array of package names",AP="Invalid bundleDependencies member: %s",CP="Non-dependency in bundleDependencies: %s",VP="%s field must be an object",RP="Invalid dependency: %s %s",OP="specifying %s as array is deprecated",wP="modules field is deprecated",MP="keywords should be an array of strings",UP="keywords should be an array of strings",IP="%s is also the name of a node core module.",xP="'description' field should be a string",DP="No description",FP="No README data",kP="No license field.",NP="Bug string field must be url, email, or {email,url}",jP="bugs.url field must be a string url. Deleted.",BP="bugs.email field must be a string email. Deleted.",qP="Normalized value of bugs field is an empty object. Deleted.",GP="homepage field must be a string url. Deleted.",$P="license should be a valid SPDX license expression",WP="%s should probably be %s.",HP={repositories:hP,missingRepository:_P,brokenGitUrl:bP,nonObjectScripts:gP,nonStringScript:SP,nonArrayFiles:vP,invalidFilename:YP,nonArrayBundleDependencies:LP,nonStringBundleDependency:AP,nonDependencyBundleDependency:CP,nonObjectDependencies:VP,nonStringDependency:RP,deprecatedArrayDependencies:OP,deprecatedModules:wP,nonArrayKeywords:MP,nonStringKeyword:UP,conflictingName:IP,nonStringDescription:xP,missingDescription:DP,missingReadme:FP,missingLicense:kP,nonEmailUrlBugsString:NP,nonUrlBugsUrlField:jP,nonEmailBugsEmailField:BP,emptyNormalizedBugs:qP,nonUrlHomepage:GP,invalidLicense:$P,typo:WP},Us,nu;function KP(){if(nu)return Us;nu=1;var e=QE,l=HP;Us=n(function(){var f=Array.prototype.slice.call(arguments,0),c=f.shift();if(c==="typo")return i.apply(null,f);var u=l[c]?l[c]:c+": '%s'";return f.unshift(u),e.format.apply(null,f)},"make_warning");function i(f,c,u){return u&&(f=u+"['"+f+"']",c=u+"['"+c+"']"),e.format(l.typo,f,c)}return n(i,"makeTypoWarning"),Us}n(KP,"requireMake_warning");var Is,iu;function XP(){if(iu)return Is;iu=1,Is=u;var e=yP();u.fixer=e;var l=KP(),i=["name","version","description","repository","modules","scripts","files","bin","man","bugs","keywords","readme","homepage","license"],f=["dependencies","people","typos"],c=i.map(function(r){return t(r)+"Field"});c=c.concat(f);function u(r,o,a){o===!0&&(o=null,a=!0),a||(a=!1),(!o||r.private)&&(o=n(function(E){},"warn")),r.scripts&&r.scripts.install==="node-gyp rebuild"&&!r.scripts.preinstall&&(r.gypfile=!0),e.warn=function(){o(l.apply(null,arguments))},c.forEach(function(E){e["fix"+t(E)](r,a)}),r._id=r.name+"@"+r.version}n(u,"normalize");function t(r){return r.charAt(0).toUpperCase()+r.slice(1)}return n(t,"ucFirst"),Is}n(XP,"requireNormalize");var zP=XP(),JP=Pd(zP);function QP(e){return e instanceof URL?Bo(e):e}n(QP,"toPath");const ZP=n(e=>$o.resolve(QP(e)??".","package.json"),"getPackagePath"),em=n((e,l)=>{const i=typeof e=="string"?xd(e):e;return l&&JP(i),i},"_readPackage");function tm({cwd:e,normalize:l=!0}={}){const i=yi.readFileSync(ZP(e),"utf8");return em(i,l)}n(tm,"readPackageSync");function rm(e){const l=Wo("package.json",e);if(l)return{packageJson:tm({...e,cwd:$o.dirname(l)}),path:l}}n(rm,"readPackageUpSync");const xs="js,ts,mjs,cjs,mts,cts",nm=n(()=>{const e=Wo(".nvmrc");if(e){let l=yi.readFileSync(e,"utf8");return l=l.trim(),l.startsWith("v")&&(l=l.slice(1)),l}return"18.19.0"},"getNodeVersion"),su=rm(),im=su&&"bin"in su.packageJson,[bi,Ds,Fs]=Go.configs["flat/mixed-esm-and-cjs"],ks={"n/no-missing-import":"off","n/no-missing-require":"off","n/no-extraneous-import":"off"},Ns=j({...bi,files:[...bi.files,"**/*.ts"],languageOptions:{...bi.languageOptions,sourceType:"module"},rules:{...bi.rules,...ks}}),sm=j({...Ds,files:[...Ds.files,"**/*.mts"],rules:{...Ds.rules,...ks}}),om=j({...Fs,files:[...Fs.files,"**/*.cts"],rules:{...Fs.rules,...ks}}),am=n((e={})=>{const l=[j({plugins:{n:Go},settings:{node:{version:`>=${nm()}`}}}),om];return e?.node&&l.push(Ns,sm,j({files:e.node===!0?[`**/*.{${xs}}`]:e.node,rules:{"n/global-require":"error","n/no-mixed-requires":["error",{allowCall:!0,grouping:!0}],"n/no-new-require":"error","n/no-path-concat":"error","n/prefer-global/buffer":["error","always"],"n/prefer-global/console":["error","always"],"n/prefer-global/process":["error","always"],"n/prefer-global/text-decoder":["error","always"],"n/prefer-global/text-encoder":["error","always"],"n/prefer-global/url":["error","always"],"n/prefer-global/url-search-params":["error","always"],"n/prefer-promises/dns":"error","n/prefer-promises/fs":"error","n/no-unsupported-features/node-builtins":"warn","n/prefer-node-protocol":"error"}}),j({files:[es],rules:{"n/global-require":"off"}})),im&&l.push(j({...Ns,files:[`**/cli.{${xs}}`,`**/cli/**/*.{${xs}}`],rules:{...Ns.rules,"n/no-process-exit":"off"}})),l},"node"),um=j({files:Ke,plugins:{promise:Ko},rules:{...Ko.configs.recommended.rules,"promise/always-return":"off","promise/catch-or-return":["error",{allowThen:!0}]}}),lm=he("jest")?j({files:["**/{test,tests}/*"],languageOptions:{globals:mi.jest}}):void 0,cm=n(()=>[...ZE.configs.processor,j({files:["**/*.md"],language:"markdown/gfm",rules:{"markdown/no-missing-label-refs":"off","markdown/heading-increment":"off"}}),j({files:["**/*.md/*.{js,jsx,ts,tsx,vue}"],rules:{"import-x/extensions":"off","import-x/no-extraneous-dependencies":"off","import-x/no-unresolved":"off","no-console":"off","no-new":"off","no-empty-function":"off","no-useless-constructor":"off","no-undef":"off","n/hashbang":"off","n/global-require":"off","no-unused-expressions":"off","unicorn/filename-case":"off","unicorn/no-array-reduce":"off","unicorn/prefer-object-from-entries":"off","unicorn/no-anonymous-default-export":"off","unicorn/no-array-callback-reference":"off","@stylistic/indent":["error",4],"@stylistic/semi":["error","never"],"@stylistic/comma-dangle":["error","never"]}}),j({files:["**/*.md/*.{js,jsx,vue}"],rules:{"no-unused-vars":"warn"}}),j({files:["**/*.md/*.{jsx,tsx}"],rules:{"react/jsx-indent-props":["error",4],"react/jsx-no-undef":"off","react/react-in-jsx-scope":"off"}}),j({files:["**/*.md/*.vue"],rules:{"vue/html-indent":["error",4],"vue/no-undef-components":"warn","vue/require-v-for-key":"off"}}),j({files:["**/*.md/*.{ts,tsx}"],rules:{"@stylistic/member-delimiter-style":["error",{multiline:{delimiter:"none",requireLast:!1},multilineDetection:"brackets",singleline:{delimiter:"semi",requireLast:!1}}],"@typescript-eslint/no-unused-vars":"warn","@typescript-eslint/no-unused-expressions":"warn"}}),j({files:["**/*.md/*.{json,json5}"],rules:{"jsonc/indent":["error",4]}})],"markdown"),ou=n((e,l)=>Object.fromEntries(l.map(i=>[i,e[i]])),"pick"),fm="**/.vscode/*.json",au=["**/tsconfig.json","**/tsconfig.*.json","**/tsconfig-*.json"],uu=["**/project.json","**/nx.json"],lu=[fm,...au,...uu],js=ou(Zi[1].rules["@stylistic/comma-dangle"][1],["arrays","objects"]),gi=ed.configs,Bs=gi["recommended-with-jsonc"].rules,pm=j([...gi["flat/base"],{files:["**/*.json"],ignores:lu,rules:gi["recommended-with-json"].rules},{files:["**/*.jsonc",...lu],rules:{...Bs,"jsonc/comma-dangle":["error",js]}},{files:["**/*.json5"],rules:{...gi["recommended-with-json5"].rules,"jsonc/comma-dangle":["error",js]}},{files:["**/*.{json,json5,jsonc}"],rules:{"jsonc/indent":["error","tab"],"jsonc/key-spacing":["error",{afterColon:!0,beforeColon:!1,mode:"strict"}],"jsonc/object-curly-newline":["error",{minProperties:1}],"jsonc/object-curly-spacing":["error","always"],"jsonc/object-property-newline":"error","jsonc/array-bracket-newline":["error",{minItems:1}],"jsonc/array-bracket-spacing":["error","never"],"jsonc/array-element-newline":["error","always"],"eol-last":"error",...ou(Zi[1].rules,["@stylistic/no-trailing-spaces","@stylistic/no-multiple-empty-lines"])}},{files:["**/package.json"],rules:{"jsonc/sort-keys":["error",{pathPattern:"^$",order:["name","version","description","keywords","license","repository","funding","author","private","publishConfig","files","type","bin","main","module","types","typings","exports","imports","unpkg","packageManager","scripts","husky","simple-git-hooks","lint-staged","engines","dependencies","optionalDependencies","peerDependencies","peerDependenciesMeta","devDependencies","overrides","bundledDependencies","bundleDependencies","eslintConfig","generators"]},{pathPattern:"^(?:dev|peer|optional|bundled)?[Dd]ependencies(Meta)?$",order:{type:"asc"}}]}},{files:au,rules:{...Bs,"jsonc/comma-dangle":["error",js],"jsonc/sort-keys":["error",{pathPattern:"^$",order:["extends","compilerOptions","references","files","include","exclude"]},{pathPattern:"^compilerOptions$",order:["incremental","composite","tsBuildInfoFile","disableSourceOfProjectReferenceRedirect","disableSolutionSearching","disableReferencedProjectLoad","target","jsx","jsxFactory","jsxFragmentFactory","jsxImportSource","lib","moduleDetection","noLib","reactNamespace","useDefineForClassFields","emitDecoratorMetadata","experimentalDecorators","rootDir","rootDirs","module","moduleResolution","moduleSuffixes","customConditions","noResolve","baseUrl","paths","resolveJsonModule","resolvePackageJsonExports","resolvePackageJsonImports","typeRoots","types","allowArbitraryExtensions","allowImportingTsExtensions","allowUmdGlobalAccess","allowJs","checkJs","maxNodeModuleJsDepth","strict","strictBindCallApply","strictFunctionTypes","strictNullChecks","strictPropertyInitialization","allowUnreachableCode","allowUnusedLabels","alwaysStrict","exactOptionalPropertyTypes","noFallthroughCasesInSwitch","noImplicitAny","noImplicitOverride","noImplicitReturns","noImplicitThis","noPropertyAccessFromIndexSignature","noUncheckedIndexedAccess","noUnusedLocals","noUnusedParameters","useUnknownInCatchVariables","declaration","declarationDir","declarationMap","downlevelIteration","emitBOM","emitDeclarationOnly","importHelpers","importsNotUsedAsValues","inlineSourceMap","inlineSources","mapRoot","newLine","noEmit","noEmitHelpers","noEmitOnError","outDir","outFile","preserveConstEnums","preserveValueImports","removeComments","sourceMap","sourceRoot","stripInternal","allowSyntheticDefaultImports","esModuleInterop","forceConsistentCasingInFileNames","isolatedModules","preserveSymlinks","verbatimModuleSyntax","skipDefaultLibCheck","skipLibCheck"]}]}},{files:uu,rules:{...Bs,"jsonc/sort-keys":["error",{pathPattern:"^$",order:["$schema","name","metadata","projectType","root","sourceRoot","generators","namedInputs","tags","implicitDependencies","release","targets"]},{pathPattern:"^targets$",order:{type:"asc"}}]}}]),Em=j({files:["**/*.{yml,yaml}"],plugins:{yml:Ki},languageOptions:{parser:td},rules:{...Ki.configs.base.rules,...Ki.configs.standard.rules,"yml/no-empty-mapping-value":"off"}}),dm=[j({plugins:{"no-use-extend-native":Xo},rules:Xo.configs.recommended.rules})],Tm=n(e=>{const l={i:!0,j:!0},i={args:!1,dev:!1,dist:!1,env:!1,pkg:!1,prop:!1,props:!1,params:!1,ref:!1,src:!1};if(e?.allowAbbreviations){const{allowAbbreviations:f}=e;if(f.exactWords)for(const c of f.exactWords)l[c]=!0;if(f.substrings)for(const c of f.substrings)i[c]=!1}return[j({files:Ke,plugins:{unicorn:zo},rules:{...zo.configs["flat/recommended"].rules,"unicorn/better-regex":"off","unicorn/consistent-function-scoping":"off","unicorn/no-array-for-each":"off","unicorn/no-for-loop":"off","unicorn/no-new-buffer":"off","unicorn/no-null":"off","unicorn/no-process-exit":"off","unicorn/prefer-export-from":["off",{ignoreUsedVariables:!0}],"unicorn/prefer-json-parse-buffer":"off","unicorn/prefer-module":"off","unicorn/prefer-node-protocol":"off","unicorn/prefer-spread":"off","unicorn/prefer-ternary":"off","unicorn/prefer-top-level-await":"off","unicorn/prevent-abbreviations":["error",{allowList:l,replacements:i}],"unicorn/template-indent":"off","unicorn/no-abusive-eslint-disable":"off"}}),j({files:["**/*.d.ts"],rules:{"unicorn/prevent-abbreviations":"off"}})]},"unicorn"),Pm=rd(),cu=Pm?.config.compilerOptions?.jsx,fu=cu==="react-jsx"||cu==="react-jsxdev",mm=j({files:["**/*.{jsx,tsx}"],plugins:{react:He,"react-hooks":Jo},languageOptions:{parserOptions:fu?He.configs["jsx-runtime"].parserOptions:He.configs.recommended.parserOptions},settings:{react:{version:"detect"}},rules:{...He.configs.recommended.rules,...fu?He.configs["jsx-runtime"].rules:{},...Jo.configs.recommended.rules,"@stylistic/jsx-quotes":["error","prefer-double"],"react/jsx-indent-props":["error","tab"],"react/jsx-max-props-per-line":["error",{maximum:1}],"unicorn/filename-case":["error",{case:"pascalCase",ignore:[String.raw`\.spec\.tsx$`]}]}}),ym={...Re.configs.base.rules,...Re.configs["vue3-essential"].rules,...Re.configs["vue3-strongly-recommended"].rules,...Re.configs["vue3-recommended"].rules},hm=n(()=>he("unplugin-auto-import")?Object.fromEntries(["vue","vue-router","@vueuse/core","@vueuse/head"].flatMap(e=>he(e)?sd(e).map(l=>[l,"readonly"]):[])):{},"detectAutoImport"),_m=n(()=>{const e=[];he("vitepress")&&e.push("content","client-only","outbound-link");const l="./src/components";if(he("unplugin-vue-components")&&yi.existsSync(l)){const f=yi.readdirSync(l).filter(c=>c.endsWith(".vue")).map(c=>c.replace(".vue",""));e.push(...f)}return he("unplugin-icons")&&e.push("icon-*"),e},"detectAutoImportComponents"),bm=j({files:["**/*.vue"],processor:Re.processors[".vue"],languageOptions:{globals:{...mi.browser,...Re.environments["setup-compiler-macros"].globals,...hm()},parser:nd,parserOptions:{parser:{ts:"@typescript-eslint/parser"}}}}),gm=j({files:["**/*.vue"],plugins:{vue:Re},rules:{...ym,"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",..._m()]}],"vue/comment-directive":["error",{reportUnusedDisableDirectives:!0}],"vue/component-tags-order":"off","vue/block-order":["error",{order:["script[setup]",["script","template"],"style"]}]}});var Sm="lintroll",vm="1.14.0",Oe={},Qe={},Ze={},H={},qs={},Ne={},pu;function Ym(){if(pu)return Ne;pu=1,Object.defineProperty(Ne,"__esModule",{value:!0});const e={ArrayExpression:["elements"],ArrayPattern:["elements"],ArrowFunctionExpression:["params","body"],AssignmentExpression:["left","right"],AssignmentPattern:["left","right"],AwaitExpression:["argument"],BinaryExpression:["left","right"],BlockStatement:["body"],BreakStatement:["label"],CallExpression:["callee","arguments"],CatchClause:["param","body"],ChainExpression:["expression"],ClassBody:["body"],ClassDeclaration:["id","superClass","body"],ClassExpression:["id","superClass","body"],ConditionalExpression:["test","consequent","alternate"],ContinueStatement:["label"],DebuggerStatement:[],DoWhileStatement:["body","test"],EmptyStatement:[],ExperimentalRestProperty:["argument"],ExperimentalSpreadProperty:["argument"],ExportAllDeclaration:["exported","source"],ExportDefaultDeclaration:["declaration"],ExportNamedDeclaration:["declaration","specifiers","source"],ExportSpecifier:["exported","local"],ExpressionStatement:["expression"],ForInStatement:["left","right","body"],ForOfStatement:["left","right","body"],ForStatement:["init","test","update","body"],FunctionDeclaration:["id","params","body"],FunctionExpression:["id","params","body"],Identifier:[],IfStatement:["test","consequent","alternate"],ImportDeclaration:["specifiers","source"],ImportDefaultSpecifier:["local"],ImportExpression:["source"],ImportNamespaceSpecifier:["local"],ImportSpecifier:["imported","local"],JSXAttribute:["name","value"],JSXClosingElement:["name"],JSXClosingFragment:[],JSXElement:["openingElement","children","closingElement"],JSXEmptyExpression:[],JSXExpressionContainer:["expression"],JSXFragment:["openingFragment","children","closingFragment"],JSXIdentifier:[],JSXMemberExpression:["object","property"],JSXNamespacedName:["namespace","name"],JSXOpeningElement:["name","attributes"],JSXOpeningFragment:[],JSXSpreadAttribute:["argument"],JSXSpreadChild:["expression"],JSXText:[],LabeledStatement:["label","body"],Literal:[],LogicalExpression:["left","right"],MemberExpression:["object","property"],MetaProperty:["meta","property"],MethodDefinition:["key","value"],NewExpression:["callee","arguments"],ObjectExpression:["properties"],ObjectPattern:["properties"],PrivateIdentifier:[],Program:["body"],Property:["key","value"],PropertyDefinition:["key","value"],RestElement:["argument"],ReturnStatement:["argument"],SequenceExpression:["expressions"],SpreadElement:["argument"],StaticBlock:["body"],Super:[],SwitchCase:["test","consequent"],SwitchStatement:["discriminant","cases"],TaggedTemplateExpression:["tag","quasi"],TemplateElement:[],TemplateLiteral:["quasis","expressions"],ThisExpression:[],ThrowStatement:["argument"],TryStatement:["block","handler","finalizer"],UnaryExpression:["argument"],UpdateExpression:["argument"],VariableDeclaration:["declarations"],VariableDeclarator:["id","init"],WhileStatement:["test","body"],WithStatement:["object","body"],YieldExpression:["argument"]},l=Object.keys(e);for(const t of l)Object.freeze(e[t]);Object.freeze(e);const i=new Set(["parent","leadingComments","trailingComments"]);function f(t){return!i.has(t)&&t[0]!=="_"}n(f,"filterKey");function c(t){return Object.keys(t).filter(f)}n(c,"getKeys");function u(t){const r=Object.assign({},e);for(const o of Object.keys(t))if(Object.prototype.hasOwnProperty.call(r,o)){const a=new Set(t[o]);for(const E of r[o])a.add(E);r[o]=Object.freeze(Array.from(a))}else r[o]=Object.freeze(Array.from(t[o]));return Object.freeze(r)}return n(u,"unionWith"),Ne.KEYS=e,Ne.getKeys=c,Ne.unionWith=u,Ne}n(Ym,"requireEslintVisitorKeys$1");var Eu;function et(){return Eu||(Eu=1,function(e){Object.defineProperty(e,"__esModule",{value:!0});var l=Ym();function i(b,S){const _=S.range[0];let v=b,C=!1;do{C=!1;for(const A of v.childScopes){const I=A.block.range;if(I[0]<=_&&_<I[1]){v=A,C=!0;break}}}while(C);return v}n(i,"getInnermostScope");function f(b,S){let _="",v=b;for(typeof S=="string"?_=S:(_=S.name,v=i(v,S));v!=null;){const C=v.set.get(_);if(C!=null)return C;v=v.upper}return null}n(f,"findVariable");function c(b){return S=>!b(S)}n(c,"negate");function u(b,S){return b.type==="Punctuator"&&b.value===S}n(u,"isPunctuatorTokenWithValue");function t(b){return u(b,"=>")}n(t,"isArrowToken");function r(b){return u(b,",")}n(r,"isCommaToken");function o(b){return u(b,";")}n(o,"isSemicolonToken");function a(b){return u(b,":")}n(a,"isColonToken");function E(b){return u(b,"(")}n(E,"isOpeningParenToken");function T(b){return u(b,")")}n(T,"isClosingParenToken");function P(b){return u(b,"[")}n(P,"isOpeningBracketToken");function s(b){return u(b,"]")}n(s,"isClosingBracketToken");function p(b){return u(b,"{")}n(p,"isOpeningBraceToken");function d(b){return u(b,"}")}n(d,"isClosingBraceToken");function y(b){return["Block","Line","Shebang"].includes(b.type)}n(y,"isCommentToken");const m=c(t),g=c(r),Y=c(o),h=c(a),L=c(E),V=c(T),O=c(P),w=c(s),N=c(p),D=c(d),M=c(y);function k(b,S){return b.id?S.getTokenAfter(b.id,E):S.getFirstToken(b,E)}n(k,"getOpeningParenOfParams");function U(b,S){const _=b.parent;let v=null,C=null;if(b.type==="ArrowFunctionExpression"){const A=S.getTokenBefore(b.body,t);v=A.loc.start,C=A.loc.end}else _.type==="Property"||_.type==="MethodDefinition"||_.type==="PropertyDefinition"?(v=_.loc.start,C=k(b,S).loc.start):(v=b.loc.start,C=k(b,S).loc.start);return{start:{...v},end:{...C}}}n(U,"getFunctionHeadLocation");const B=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof ia<"u"?ia:{},J=Object.freeze(new Set(["Array","ArrayBuffer","BigInt","BigInt64Array","BigUint64Array","Boolean","DataView","Date","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","Float32Array","Float64Array","Function","Infinity","Int16Array","Int32Array","Int8Array","isFinite","isNaN","isPrototypeOf","JSON","Map","Math","NaN","Number","Object","parseFloat","parseInt","Promise","Proxy","Reflect","RegExp","Set","String","Symbol","Uint16Array","Uint32Array","Uint8Array","Uint8ClampedArray","undefined","unescape","WeakMap","WeakSet"])),$=new Set([Array.isArray,Array.of,Array.prototype.at,Array.prototype.concat,Array.prototype.entries,Array.prototype.every,Array.prototype.filter,Array.prototype.find,Array.prototype.findIndex,Array.prototype.flat,Array.prototype.includes,Array.prototype.indexOf,Array.prototype.join,Array.prototype.keys,Array.prototype.lastIndexOf,Array.prototype.slice,Array.prototype.some,Array.prototype.toString,Array.prototype.values,typeof BigInt=="function"?BigInt:void 0,Boolean,Date,Date.parse,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,escape,isFinite,isNaN,isPrototypeOf,Map,Map.prototype.entries,Map.prototype.get,Map.prototype.has,Map.prototype.keys,Map.prototype.values,...Object.getOwnPropertyNames(Math).filter(b=>b!=="random").map(b=>Math[b]).filter(b=>typeof b=="function"),Number,Number.isFinite,Number.isNaN,Number.parseFloat,Number.parseInt,Number.prototype.toExponential,Number.prototype.toFixed,Number.prototype.toPrecision,Number.prototype.toString,Object,Object.entries,Object.is,Object.isExtensible,Object.isFrozen,Object.isSealed,Object.keys,Object.values,parseFloat,parseInt,RegExp,Set,Set.prototype.entries,Set.prototype.has,Set.prototype.keys,Set.prototype.values,String,String.fromCharCode,String.fromCodePoint,String.raw,String.prototype.at,String.prototype.charAt,String.prototype.charCodeAt,String.prototype.codePointAt,String.prototype.concat,String.prototype.endsWith,String.prototype.includes,String.prototype.indexOf,String.prototype.lastIndexOf,String.prototype.normalize,String.prototype.padEnd,String.prototype.padStart,String.prototype.slice,String.prototype.startsWith,String.prototype.substr,String.prototype.substring,String.prototype.toLowerCase,String.prototype.toString,String.prototype.toUpperCase,String.prototype.trim,String.prototype.trimEnd,String.prototype.trimLeft,String.prototype.trimRight,String.prototype.trimStart,Symbol.for,Symbol.keyFor,unescape].filter(b=>typeof b=="function")),X=new Set([Object.freeze,Object.preventExtensions,Object.seal]),Q=[[Map,new Set(["size"])],[RegExp,new Set(["dotAll","flags","global","hasIndices","ignoreCase","multiline","source","sticky","unicode"])],[Set,new Set(["size"])]];function Z(b,S){let _=b;for(;(typeof _=="object"||typeof _=="function")&&_!==null;){const v=Object.getOwnPropertyDescriptor(_,S);if(v)return v;_=Object.getPrototypeOf(_)}return null}n(Z,"getPropertyDescriptor");function Le(b,S){const _=Z(b,S);return _!=null&&_.get!=null}n(Le,"isGetter");function le(b,S){const _=[];for(let v=0;v<b.length;++v){const C=b[v];if(C==null)_.length=v+1;else if(C.type==="SpreadElement"){const A=W(C.argument,S);if(A==null)return null;_.push(...A.value)}else{const A=W(C,S);if(A==null)return null;_.push(A.value)}}return _}n(le,"getElementValues");function Ie(b){const S=b.references,_=S.filter(C=>C.init).length,v=S.filter(C=>C.isReadOnly()).length;return _===1&&v+_===S.length}n(Ie,"isEffectivelyConst");const ui=Object.freeze({ArrayExpression(b,S){const _=le(b.elements,S);return _!=null?{value:_}:null},AssignmentExpression(b,S){return b.operator==="="?W(b.right,S):null},BinaryExpression(b,S){if(b.operator==="in"||b.operator==="instanceof")return null;const _=W(b.left,S),v=W(b.right,S);if(_!=null&&v!=null)switch(b.operator){case"==":return{value:_.value==v.value};case"!=":return{value:_.value!=v.value};case"===":return{value:_.value===v.value};case"!==":return{value:_.value!==v.value};case"<":return{value:_.value<v.value};case"<=":return{value:_.value<=v.value};case">":return{value:_.value>v.value};case">=":return{value:_.value>=v.value};case"<<":return{value:_.value<<v.value};case">>":return{value:_.value>>v.value};case">>>":return{value:_.value>>>v.value};case"+":return{value:_.value+v.value};case"-":return{value:_.value-v.value};case"*":return{value:_.value*v.value};case"/":return{value:_.value/v.value};case"%":return{value:_.value%v.value};case"**":return{value:_.value**v.value};case"|":return{value:_.value|v.value};case"^":return{value:_.value^v.value};case"&":return{value:_.value&v.value}}return null},CallExpression(b,S){const _=b.callee,v=le(b.arguments,S);if(v!=null)if(_.type==="MemberExpression"){if(_.property.type==="PrivateIdentifier")return null;const C=W(_.object,S);if(C!=null){if(C.value==null&&(C.optional||b.optional))return{value:void 0,optional:!0};const A=$e(_,S);if(A!=null){const I=C.value,q=A.value;if($.has(I[q]))return{value:I[q](...v)};if(X.has(I[q]))return{value:v[0]}}}}else{const C=W(_,S);if(C!=null){if(C.value==null&&b.optional)return{value:void 0,optional:!0};const A=C.value;if($.has(A))return{value:A(...v)};if(X.has(A))return{value:v[0]}}}return null},ConditionalExpression(b,S){const _=W(b.test,S);return _!=null?_.value?W(b.consequent,S):W(b.alternate,S):null},ExpressionStatement(b,S){return W(b.expression,S)},Identifier(b,S){if(S!=null){const _=f(S,b);if(_!=null&&_.defs.length===0&&J.has(_.name)&&_.name in B)return{value:B[_.name]};if(_!=null&&_.defs.length===1){const v=_.defs[0];if(v.parent&&v.type==="Variable"&&(v.parent.kind==="const"||Ie(_))&&v.node.id.type==="Identifier")return W(v.node.init,S)}}return null},Literal(b){return(b.regex!=null||b.bigint!=null)&&b.value==null?null:{value:b.value}},LogicalExpression(b,S){const _=W(b.left,S);if(_!=null){if(b.operator==="||"&&_.value||b.operator==="&&"&&!_.value||b.operator==="??"&&_.value!=null)return _;const v=W(b.right,S);if(v!=null)return v}return null},MemberExpression(b,S){if(b.property.type==="PrivateIdentifier")return null;const _=W(b.object,S);if(_!=null){if(_.value==null&&(_.optional||b.optional))return{value:void 0,optional:!0};const v=$e(b,S);if(v!=null){if(!Le(_.value,v.value))return{value:_.value[v.value]};for(const[C,A]of Q)if(_.value instanceof C&&A.has(v.value))return{value:_.value[v.value]}}}return null},ChainExpression(b,S){const _=W(b.expression,S);return _!=null?{value:_.value}:null},NewExpression(b,S){const _=W(b.callee,S),v=le(b.arguments,S);if(_!=null&&v!=null){const C=_.value;if($.has(C))return{value:new C(...v)}}return null},ObjectExpression(b,S){const _={};for(const v of b.properties)if(v.type==="Property"){if(v.kind!=="init")return null;const C=$e(v,S),A=W(v.value,S);if(C==null||A==null)return null;_[C.value]=A.value}else if(v.type==="SpreadElement"||v.type==="ExperimentalSpreadProperty"){const C=W(v.argument,S);if(C==null)return null;Object.assign(_,C.value)}else return null;return{value:_}},SequenceExpression(b,S){const _=b.expressions[b.expressions.length-1];return W(_,S)},TaggedTemplateExpression(b,S){const _=W(b.tag,S),v=le(b.quasi.expressions,S);if(_!=null&&v!=null){const C=_.value,A=b.quasi.quasis.map(I=>I.value.cooked);if(A.raw=b.quasi.quasis.map(I=>I.value.raw),C===String.raw)return{value:C(A,...v)}}return null},TemplateLiteral(b,S){const _=le(b.expressions,S);if(_!=null){let v=b.quasis[0].value.cooked;for(let C=0;C<_.length;++C)v+=_[C],v+=b.quasis[C+1].value.cooked;return{value:v}}return null},UnaryExpression(b,S){if(b.operator==="delete")return null;if(b.operator==="void")return{value:void 0};const _=W(b.argument,S);if(_!=null)switch(b.operator){case"-":return{value:-_.value};case"+":return{value:+_.value};case"!":return{value:!_.value};case"~":return{value:~_.value};case"typeof":return{value:typeof _.value}}return null}});function W(b,S){return b!=null&&Object.hasOwnProperty.call(ui,b.type)?ui[b.type](b,S):null}n(W,"getStaticValueR");function $e(b,S){const _=b.type==="Property"?b.key:b.property;return b.computed?W(_,S):_.type==="Identifier"?{value:_.name}:_.type==="Literal"?_.bigint?{value:_.bigint}:{value:String(_.value)}:null}n($e,"getStaticPropertyNameValue");function We(b,S=null){try{return W(b,S)}catch{return null}}n(We,"getStaticValue");function Ae(b,S=null){if(b&&b.type==="Literal"&&b.value===null){if(b.regex)return`/${b.regex.pattern}/${b.regex.flags}`;if(b.bigint)return b.bigint}const _=We(b,S);return _&&String(_.value)}n(Ae,"getStringIfConstant");function Ce(b,S){switch(b.type){case"MemberExpression":return b.computed?Ae(b.property,S):b.property.type==="PrivateIdentifier"?null:b.property.name;case"Property":case"MethodDefinition":case"PropertyDefinition":return b.computed?Ae(b.key,S):b.key.type==="Literal"?String(b.key.value):b.key.type==="PrivateIdentifier"?null:b.key.name}return null}n(Ce,"getPropertyName");function li(b,S){const _=b.parent,v=[],C=_.type==="Property"&&_.value===b,A=_.type==="MethodDefinition"&&_.value===b,I=_.type==="PropertyDefinition"&&_.value===b;if((A||I)&&(_.static&&v.push("static"),_.key.type==="PrivateIdentifier"&&v.push("private")),b.async&&v.push("async"),b.generator&&v.push("generator"),C||A){if(_.kind==="constructor")return"constructor";_.kind==="get"?v.push("getter"):_.kind==="set"?v.push("setter"):v.push("method")}else I?v.push("method"):(b.type==="ArrowFunctionExpression"&&v.push("arrow"),v.push("function"));if(C||A||I)if(_.key.type==="PrivateIdentifier")v.push(`#${_.key.name}`);else{const q=Ce(_);if(q)v.push(`'${q}'`);else if(S){const ee=S.getText(_.key);ee.includes(`
13
- `)||v.push(`[${ee}]`)}}else b.id?v.push(`'${b.id.name}'`):_.type==="VariableDeclarator"&&_.id&&_.id.type==="Identifier"?v.push(`'${_.id.name}'`):(_.type==="AssignmentExpression"||_.type==="AssignmentPattern")&&_.left&&_.left.type==="Identifier"?v.push(`'${_.left.name}'`):_.type==="ExportDefaultDeclaration"&&_.declaration===b&&v.push("'default'");return v.join(" ")}n(li,"getFunctionNameWithKind");const Ui=Object.freeze(new Set(["==","!=","<","<=",">",">=","<<",">>",">>>","+","-","*","/","%","|","^","&","in"])),Ii=Object.freeze(new Set(["-","+","!","~"]));function ci(b){return b!==null&&typeof b=="object"&&typeof b.type=="string"}n(ci,"isNode");const xi=Object.freeze(Object.assign(Object.create(null),{$visit(b,S,_){const{type:v}=b;return typeof this[v]=="function"?this[v](b,S,_):this.$visitChildren(b,S,_)},$visitChildren(b,S,_){const{type:v}=b;for(const C of _[v]||l.getKeys(b)){const A=b[C];if(Array.isArray(A)){for(const I of A)if(ci(I)&&this.$visit(I,S,_))return!0}else if(ci(A)&&this.$visit(A,S,_))return!0}return!1},ArrowFunctionExpression(){return!1},AssignmentExpression(){return!0},AwaitExpression(){return!0},BinaryExpression(b,S,_){return S.considerImplicitTypeConversion&&Ui.has(b.operator)&&(b.left.type!=="Literal"||b.right.type!=="Literal")?!0:this.$visitChildren(b,S,_)},CallExpression(){return!0},FunctionExpression(){return!1},ImportExpression(){return!0},MemberExpression(b,S,_){return S.considerGetters||S.considerImplicitTypeConversion&&b.computed&&b.property.type!=="Literal"?!0:this.$visitChildren(b,S,_)},MethodDefinition(b,S,_){return S.considerImplicitTypeConversion&&b.computed&&b.key.type!=="Literal"?!0:this.$visitChildren(b,S,_)},NewExpression(){return!0},Property(b,S,_){return S.considerImplicitTypeConversion&&b.computed&&b.key.type!=="Literal"?!0:this.$visitChildren(b,S,_)},PropertyDefinition(b,S,_){return S.considerImplicitTypeConversion&&b.computed&&b.key.type!=="Literal"?!0:this.$visitChildren(b,S,_)},UnaryExpression(b,S,_){return b.operator==="delete"||S.considerImplicitTypeConversion&&Ii.has(b.operator)&&b.argument.type!=="Literal"?!0:this.$visitChildren(b,S,_)},UpdateExpression(){return!0},YieldExpression(){return!0}}));function fi(b,S,{considerGetters:_=!1,considerImplicitTypeConversion:v=!1}={}){return xi.$visit(b,{considerGetters:_,considerImplicitTypeConversion:v},S.visitorKeys||l.KEYS)}n(fi,"hasSideEffect");function Di(b,S){const _=b.parent;switch(_.type){case"CallExpression":case"NewExpression":return _.arguments.length===1&&_.arguments[0]===b?S.getTokenAfter(_.callee,E):null;case"DoWhileStatement":return _.test===b?S.getTokenAfter(_.body,E):null;case"IfStatement":case"WhileStatement":return _.test===b?S.getFirstToken(_,1):null;case"ImportExpression":return _.source===b?S.getFirstToken(_,1):null;case"SwitchStatement":return _.discriminant===b?S.getFirstToken(_,1):null;case"WithStatement":return _.object===b?S.getFirstToken(_,1):null;default:return null}}n(Di,"getParentSyntaxParen");function pi(b,S,_){let v,C,A,I,q;if(typeof b=="number"){if(v=b|0,C=S,A=_,!(v>=1))throw new TypeError("'times' should be a positive integer.")}else v=1,C=b,A=S;if(C==null||C.parent==null||C.parent.type==="CatchClause"&&C.parent.param===C)return!1;I=q=C;do I=A.getTokenBefore(I),q=A.getTokenAfter(q);while(I!=null&&q!=null&&E(I)&&T(q)&&I!==Di(C,A)&&--v>0);return v===0}n(pi,"isParenthesized");const Fi=/\$(?:[$&`']|[1-9][0-9]?)/gu,Ei=new WeakMap;function ki(b,S){let _=!1;for(let v=S-1;v>=0&&b.charCodeAt(v)===92;--v)_=!_;return _}n(ki,"isEscaped");function Ni(b,S,_){const v=[];let C=0,A=null;function I(q){switch(q){case"$$":return"$";case"$&":return A[0];case"$`":return S.slice(0,A.index);case"$'":return S.slice(A.index+A[0].length);default:{const ee=q.slice(1);return ee in A?A[ee]:q}}}n(I,"replacer");for(A of b.execAll(S))v.push(S.slice(C,A.index)),v.push(_.replace(Fi,I)),C=A.index+A[0].length;return v.push(S.slice(C)),v.join("")}n(Ni,"replaceS");function ji(b,S,_){const v=[];let C=0;for(const A of b.execAll(S))v.push(S.slice(C,A.index)),v.push(String(_(...A,A.index,A.input))),C=A.index+A[0].length;return v.push(S.slice(C)),v.join("")}n(ji,"replaceF");class di{static{n(this,"PatternMatcher")}constructor(S,{escaped:_=!1}={}){if(!(S instanceof RegExp))throw new TypeError("'pattern' should be a RegExp instance.");if(!S.flags.includes("g"))throw new Error("'pattern' should contains 'g' flag.");Ei.set(this,{pattern:new RegExp(S.source,S.flags),escaped:!!_})}*execAll(S){const{pattern:_,escaped:v}=Ei.get(this);let C=null,A=0;for(_.lastIndex=0;(C=_.exec(S))!=null;)(v||!ki(S,C.index))&&(A=_.lastIndex,yield C,_.lastIndex=A)}test(S){return!this.execAll(S).next().done}[Symbol.replace](S,_){return typeof _=="function"?ji(this,String(S),_):Ni(this,String(S),String(_))}}const Bi=/^(?:Import|Export(?:All|Default|Named))Declaration$/u,fe=Function.call.bind(Object.hasOwnProperty),G=Symbol("read"),pe=Symbol("call"),me=Symbol("construct"),xe=Symbol("esm"),qi={require:{[pe]:!0}};function Ti(b){return b==null||b.defs.length!==0||b.references.some(S=>S.isWrite())}n(Ti,"isModifiedGlobal");function Gi(b){const S=b.parent;switch(S&&S.type){case"ConditionalExpression":return S.consequent===b||S.alternate===b;case"LogicalExpression":return!0;case"SequenceExpression":return S.expressions[S.expressions.length-1]===b;case"ChainExpression":return!0;default:return!1}}n(Gi,"isPassThrough");class ye{static{n(this,"ReferenceTracker")}constructor(S,{mode:_="strict",globalObjectNames:v=["global","globalThis","self","window"]}={}){this.variableStack=[],this.globalScope=S,this.mode=_,this.globalObjectNames=v.slice(0)}*iterateGlobalReferences(S){for(const _ of Object.keys(S)){const v=S[_],C=[_],A=this.globalScope.set.get(_);Ti(A)||(yield*this._iterateVariableReferences(A,C,v,!0))}for(const _ of this.globalObjectNames){const v=[],C=this.globalScope.set.get(_);Ti(C)||(yield*this._iterateVariableReferences(C,v,S,!1))}}*iterateCjsReferences(S){for(const{node:_}of this.iterateGlobalReferences(qi)){const v=Ae(_.arguments[0]);if(v==null||!fe(S,v))continue;const C=S[v],A=[v];C[G]&&(yield{node:_,path:A,type:G,info:C[G]}),yield*this._iteratePropertyReferences(_,A,C)}}*iterateEsmReferences(S){const _=this.globalScope.block;for(const v of _.body){if(!Bi.test(v.type)||v.source==null)continue;const C=v.source.value;if(!fe(S,C))continue;const A=S[C],I=[C];if(A[G]&&(yield{node:v,path:I,type:G,info:A[G]}),v.type==="ExportAllDeclaration")for(const q of Object.keys(A)){const ee=A[q];ee[G]&&(yield{node:v,path:I.concat(q),type:G,info:ee[G]})}else for(const q of v.specifiers){const ee=fe(A,xe),Pi=this._iterateImportReferences(q,I,ee?A:this.mode==="legacy"?{default:A,...A}:{default:A});if(ee)yield*Pi;else for(const Ve of Pi)Ve.path=Ve.path.filter($i),(Ve.path.length>=2||Ve.type!==G)&&(yield Ve)}}}*_iterateVariableReferences(S,_,v,C){if(!this.variableStack.includes(S)){this.variableStack.push(S);try{for(const A of S.references){if(!A.isRead())continue;const I=A.identifier;C&&v[G]&&(yield{node:I,path:_,type:G,info:v[G]}),yield*this._iteratePropertyReferences(I,_,v)}}finally{this.variableStack.pop()}}}*_iteratePropertyReferences(S,_,v){let C=S;for(;Gi(C);)C=C.parent;const A=C.parent;if(A.type==="MemberExpression"){if(A.object===C){const I=Ce(A);if(I==null||!fe(v,I))return;_=_.concat(I);const q=v[I];q[G]&&(yield{node:A,path:_,type:G,info:q[G]}),yield*this._iteratePropertyReferences(A,_,q)}return}if(A.type==="CallExpression"){A.callee===C&&v[pe]&&(yield{node:A,path:_,type:pe,info:v[pe]});return}if(A.type==="NewExpression"){A.callee===C&&v[me]&&(yield{node:A,path:_,type:me,info:v[me]});return}if(A.type==="AssignmentExpression"){A.right===C&&(yield*this._iterateLhsReferences(A.left,_,v),yield*this._iteratePropertyReferences(A,_,v));return}if(A.type==="AssignmentPattern"){A.right===C&&(yield*this._iterateLhsReferences(A.left,_,v));return}A.type==="VariableDeclarator"&&A.init===C&&(yield*this._iterateLhsReferences(A.id,_,v))}*_iterateLhsReferences(S,_,v){if(S.type==="Identifier"){const C=f(this.globalScope,S);C!=null&&(yield*this._iterateVariableReferences(C,_,v,!1));return}if(S.type==="ObjectPattern"){for(const C of S.properties){const A=Ce(C);if(A==null||!fe(v,A))continue;const I=_.concat(A),q=v[A];q[G]&&(yield{node:C,path:I,type:G,info:q[G]}),yield*this._iterateLhsReferences(C.value,I,q)}return}S.type==="AssignmentPattern"&&(yield*this._iterateLhsReferences(S.left,_,v))}*_iterateImportReferences(S,_,v){const C=S.type;if(C==="ImportSpecifier"||C==="ImportDefaultSpecifier"){const A=C==="ImportDefaultSpecifier"?"default":S.imported.name;if(!fe(v,A))return;_=_.concat(A);const I=v[A];I[G]&&(yield{node:S,path:_,type:G,info:I[G]}),yield*this._iterateVariableReferences(f(this.globalScope,S.local),_,I,!1);return}if(C==="ImportNamespaceSpecifier"){yield*this._iterateVariableReferences(f(this.globalScope,S.local),_,v,!1);return}if(C==="ExportSpecifier"){const A=S.local.name;if(!fe(v,A))return;_=_.concat(A);const I=v[A];I[G]&&(yield{node:S,path:_,type:G,info:I[G]})}}}ye.READ=G,ye.CALL=pe,ye.CONSTRUCT=me,ye.ESM=xe;function $i(b,S){return!(S===1&&b==="default")}n($i,"exceptDefault");var Wi={CALL:pe,CONSTRUCT:me,ESM:xe,findVariable:f,getFunctionHeadLocation:U,getFunctionNameWithKind:li,getInnermostScope:i,getPropertyName:Ce,getStaticValue:We,getStringIfConstant:Ae,hasSideEffect:fi,isArrowToken:t,isClosingBraceToken:d,isClosingBracketToken:s,isClosingParenToken:T,isColonToken:a,isCommaToken:r,isCommentToken:y,isNotArrowToken:m,isNotClosingBraceToken:D,isNotClosingBracketToken:w,isNotClosingParenToken:V,isNotColonToken:h,isNotCommaToken:g,isNotCommentToken:M,isNotOpeningBraceToken:N,isNotOpeningBracketToken:O,isNotOpeningParenToken:L,isNotSemicolonToken:Y,isOpeningBraceToken:p,isOpeningBracketToken:P,isOpeningParenToken:E,isParenthesized:pi,isSemicolonToken:o,PatternMatcher:di,READ:G,ReferenceTracker:ye};e.CALL=pe,e.CONSTRUCT=me,e.ESM=xe,e.PatternMatcher=di,e.READ=G,e.ReferenceTracker=ye,e.default=Wi,e.findVariable=f,e.getFunctionHeadLocation=U,e.getFunctionNameWithKind=li,e.getInnermostScope=i,e.getPropertyName=Ce,e.getStaticValue=We,e.getStringIfConstant=Ae,e.hasSideEffect=fi,e.isArrowToken=t,e.isClosingBraceToken=d,e.isClosingBracketToken=s,e.isClosingParenToken=T,e.isColonToken=a,e.isCommaToken=r,e.isCommentToken=y,e.isNotArrowToken=m,e.isNotClosingBraceToken=D,e.isNotClosingBracketToken=w,e.isNotClosingParenToken=V,e.isNotColonToken=h,e.isNotCommaToken=g,e.isNotCommentToken=M,e.isNotOpeningBraceToken=N,e.isNotOpeningBracketToken=O,e.isNotOpeningParenToken=L,e.isNotSemicolonToken=Y,e.isOpeningBraceToken=p,e.isOpeningBracketToken=P,e.isOpeningParenToken=E,e.isParenthesized=pi,e.isSemicolonToken=o}(qs)),qs}n(et,"requireEslintUtils$2");var du;function Lm(){if(du)return H;du=1;var e=H.__createBinding||(Object.create?function(T,P,s,p){p===void 0&&(p=s);var d=Object.getOwnPropertyDescriptor(P,s);(!d||("get"in d?!P.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:n(function(){return P[s]},"get")}),Object.defineProperty(T,p,d)}:function(T,P,s,p){p===void 0&&(p=s),T[p]=P[s]}),l=H.__setModuleDefault||(Object.create?function(T,P){Object.defineProperty(T,"default",{enumerable:!0,value:P})}:function(T,P){T.default=P}),i=H.__importStar||function(){var T=n(function(P){return T=Object.getOwnPropertyNames||function(s){var p=[];for(var d in s)Object.prototype.hasOwnProperty.call(s,d)&&(p[p.length]=d);return p},T(P)},"ownKeys");return function(P){if(P&&P.__esModule)return P;var s={};if(P!=null)for(var p=T(P),d=0;d<p.length;d++)p[d]!=="default"&&e(s,P,p[d]);return l(s,P),s}}();Object.defineProperty(H,"__esModule",{value:!0}),H.isParenthesized=H.hasSideEffect=H.getStringIfConstant=H.getStaticValue=H.getPropertyName=H.getFunctionNameWithKind=H.getFunctionHeadLocation=void 0;const f=i(et()),c=f.getFunctionHeadLocation;H.getFunctionHeadLocation=c;const u=f.getFunctionNameWithKind;H.getFunctionNameWithKind=u;const t=f.getPropertyName;H.getPropertyName=t;const r=f.getStaticValue;H.getStaticValue=r;const o=f.getStringIfConstant;H.getStringIfConstant=o;const a=f.hasSideEffect;H.hasSideEffect=a;const E=f.isParenthesized;return H.isParenthesized=E,H}n(Lm,"requireAstUtilities");var be={},Tu;function Am(){if(Tu)return be;Tu=1;var e=be.__createBinding||(Object.create?function(u,t,r,o){o===void 0&&(o=r);var a=Object.getOwnPropertyDescriptor(t,r);(!a||("get"in a?!t.__esModule:a.writable||a.configurable))&&(a={enumerable:!0,get:n(function(){return t[r]},"get")}),Object.defineProperty(u,o,a)}:function(u,t,r,o){o===void 0&&(o=r),u[o]=t[r]}),l=be.__setModuleDefault||(Object.create?function(u,t){Object.defineProperty(u,"default",{enumerable:!0,value:t})}:function(u,t){u.default=t}),i=be.__importStar||function(){var u=n(function(t){return u=Object.getOwnPropertyNames||function(r){var o=[];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(o[o.length]=a);return o},u(t)},"ownKeys");return function(t){if(t&&t.__esModule)return t;var r={};if(t!=null)for(var o=u(t),a=0;a<o.length;a++)o[a]!=="default"&&e(r,t,o[a]);return l(r,t),r}}();Object.defineProperty(be,"__esModule",{value:!0}),be.PatternMatcher=void 0;const c=i(et()).PatternMatcher;return be.PatternMatcher=c,be}n(Am,"requirePatternMatcher");var x={},Pu;function Cm(){if(Pu)return x;Pu=1;var e=x.__createBinding||(Object.create?function(D,M,k,U){U===void 0&&(U=k);var B=Object.getOwnPropertyDescriptor(M,k);(!B||("get"in B?!M.__esModule:B.writable||B.configurable))&&(B={enumerable:!0,get:n(function(){return M[k]},"get")}),Object.defineProperty(D,U,B)}:function(D,M,k,U){U===void 0&&(U=k),D[U]=M[k]}),l=x.__setModuleDefault||(Object.create?function(D,M){Object.defineProperty(D,"default",{enumerable:!0,value:M})}:function(D,M){D.default=M}),i=x.__importStar||function(){var D=n(function(M){return D=Object.getOwnPropertyNames||function(k){var U=[];for(var B in k)Object.prototype.hasOwnProperty.call(k,B)&&(U[U.length]=B);return U},D(M)},"ownKeys");return function(M){if(M&&M.__esModule)return M;var k={};if(M!=null)for(var U=D(M),B=0;B<U.length;B++)U[B]!=="default"&&e(k,M,U[B]);return l(k,M),k}}();Object.defineProperty(x,"__esModule",{value:!0}),x.isSemicolonToken=x.isOpeningParenToken=x.isOpeningBracketToken=x.isOpeningBraceToken=x.isNotSemicolonToken=x.isNotOpeningParenToken=x.isNotOpeningBracketToken=x.isNotOpeningBraceToken=x.isNotCommentToken=x.isNotCommaToken=x.isNotColonToken=x.isNotClosingParenToken=x.isNotClosingBracketToken=x.isNotClosingBraceToken=x.isNotArrowToken=x.isCommentToken=x.isCommaToken=x.isColonToken=x.isClosingParenToken=x.isClosingBracketToken=x.isClosingBraceToken=x.isArrowToken=void 0;const f=i(et()),c=f.isArrowToken;x.isArrowToken=c;const u=f.isNotArrowToken;x.isNotArrowToken=u;const t=f.isClosingBraceToken;x.isClosingBraceToken=t;const r=f.isNotClosingBraceToken;x.isNotClosingBraceToken=r;const o=f.isClosingBracketToken;x.isClosingBracketToken=o;const a=f.isNotClosingBracketToken;x.isNotClosingBracketToken=a;const E=f.isClosingParenToken;x.isClosingParenToken=E;const T=f.isNotClosingParenToken;x.isNotClosingParenToken=T;const P=f.isColonToken;x.isColonToken=P;const s=f.isNotColonToken;x.isNotColonToken=s;const p=f.isCommaToken;x.isCommaToken=p;const d=f.isNotCommaToken;x.isNotCommaToken=d;const y=f.isCommentToken;x.isCommentToken=y;const m=f.isNotCommentToken;x.isNotCommentToken=m;const g=f.isOpeningBraceToken;x.isOpeningBraceToken=g;const Y=f.isNotOpeningBraceToken;x.isNotOpeningBraceToken=Y;const h=f.isOpeningBracketToken;x.isOpeningBracketToken=h;const L=f.isNotOpeningBracketToken;x.isNotOpeningBracketToken=L;const V=f.isOpeningParenToken;x.isOpeningParenToken=V;const O=f.isNotOpeningParenToken;x.isNotOpeningParenToken=O;const w=f.isSemicolonToken;x.isSemicolonToken=w;const N=f.isNotSemicolonToken;return x.isNotSemicolonToken=N,x}n(Cm,"requirePredicates$1");var ge={},mu;function Vm(){if(mu)return ge;mu=1;var e=ge.__createBinding||(Object.create?function(u,t,r,o){o===void 0&&(o=r);var a=Object.getOwnPropertyDescriptor(t,r);(!a||("get"in a?!t.__esModule:a.writable||a.configurable))&&(a={enumerable:!0,get:n(function(){return t[r]},"get")}),Object.defineProperty(u,o,a)}:function(u,t,r,o){o===void 0&&(o=r),u[o]=t[r]}),l=ge.__setModuleDefault||(Object.create?function(u,t){Object.defineProperty(u,"default",{enumerable:!0,value:t})}:function(u,t){u.default=t}),i=ge.__importStar||function(){var u=n(function(t){return u=Object.getOwnPropertyNames||function(r){var o=[];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(o[o.length]=a);return o},u(t)},"ownKeys");return function(t){if(t&&t.__esModule)return t;var r={};if(t!=null)for(var o=u(t),a=0;a<o.length;a++)o[a]!=="default"&&e(r,t,o[a]);return l(r,t),r}}();Object.defineProperty(ge,"__esModule",{value:!0}),ge.ReferenceTracker=void 0;const f=i(et());f.ReferenceTracker.READ,f.ReferenceTracker.CALL,f.ReferenceTracker.CONSTRUCT,f.ReferenceTracker.ESM;const c=f.ReferenceTracker;return ge.ReferenceTracker=c,ge}n(Vm,"requireReferenceTracker");var ce={},yu;function Rm(){if(yu)return ce;yu=1;var e=ce.__createBinding||(Object.create?function(t,r,o,a){a===void 0&&(a=o);var E=Object.getOwnPropertyDescriptor(r,o);(!E||("get"in E?!r.__esModule:E.writable||E.configurable))&&(E={enumerable:!0,get:n(function(){return r[o]},"get")}),Object.defineProperty(t,a,E)}:function(t,r,o,a){a===void 0&&(a=o),t[a]=r[o]}),l=ce.__setModuleDefault||(Object.create?function(t,r){Object.defineProperty(t,"default",{enumerable:!0,value:r})}:function(t,r){t.default=r}),i=ce.__importStar||function(){var t=n(function(r){return t=Object.getOwnPropertyNames||function(o){var a=[];for(var E in o)Object.prototype.hasOwnProperty.call(o,E)&&(a[a.length]=E);return a},t(r)},"ownKeys");return function(r){if(r&&r.__esModule)return r;var o={};if(r!=null)for(var a=t(r),E=0;E<a.length;E++)a[E]!=="default"&&e(o,r,a[E]);return l(o,r),o}}();Object.defineProperty(ce,"__esModule",{value:!0}),ce.getInnermostScope=ce.findVariable=void 0;const f=i(et()),c=f.findVariable;ce.findVariable=c;const u=f.getInnermostScope;return ce.getInnermostScope=u,ce}n(Rm,"requireScopeAnalysis");var hu;function Om(){return hu||(hu=1,function(e){var l=Ze.__createBinding||(Object.create?function(f,c,u,t){t===void 0&&(t=u);var r=Object.getOwnPropertyDescriptor(c,u);(!r||("get"in r?!c.__esModule:r.writable||r.configurable))&&(r={enumerable:!0,get:n(function(){return c[u]},"get")}),Object.defineProperty(f,t,r)}:function(f,c,u,t){t===void 0&&(t=u),f[t]=c[u]}),i=Ze.__exportStar||function(f,c){for(var u in f)u!=="default"&&!Object.prototype.hasOwnProperty.call(c,u)&&l(c,f,u)};Object.defineProperty(e,"__esModule",{value:!0}),i(Lm(),e),i(Am(),e),i(Cm(),e),i(Vm(),e),i(Rm(),e)}(Ze)),Ze}n(Om,"requireEslintUtils$1");var Gs={},_u;function bu(){return _u||(_u=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.isNotTokenOfTypeWithConditions=e.isTokenOfTypeWithConditions=e.isNodeOfTypeWithConditions=e.isNodeOfTypes=e.isNodeOfType=void 0;const l=n(t=>r=>r?.type===t,"isNodeOfType");e.isNodeOfType=l;const i=n(t=>r=>!!r&&t.includes(r.type),"isNodeOfTypes");e.isNodeOfTypes=i;const f=n((t,r)=>{const o=Object.entries(r);return a=>a?.type===t&&o.every(([E,T])=>a[E]===T)},"isNodeOfTypeWithConditions");e.isNodeOfTypeWithConditions=f;const c=n((t,r)=>{const o=Object.entries(r);return a=>a?.type===t&&o.every(([E,T])=>a[E]===T)},"isTokenOfTypeWithConditions");e.isTokenOfTypeWithConditions=c;const u=n((t,r)=>o=>!(0,e.isTokenOfTypeWithConditions)(t,r)(o),"isNotTokenOfTypeWithConditions");e.isNotTokenOfTypeWithConditions=u}(Gs)),Gs}n(bu,"requireHelpers");var je={},gu;function wm(){if(gu)return je;gu=1,Object.defineProperty(je,"__esModule",{value:!0}),je.LINEBREAK_MATCHER=void 0,je.isTokenOnSameLine=l;const e=/\r\n|[\r\n\u2028\u2029]/;je.LINEBREAK_MATCHER=e;function l(i,f){return i.loc.end.line===f.loc.start.line}return n(l,"isTokenOnSameLine"),je}n(wm,"requireMisc");var F={},$s={},tt={},we={},Su;function vu(){if(Su)return we;Su=1,Object.defineProperty(we,"__esModule",{value:!0}),we.AST_TOKEN_TYPES=we.AST_NODE_TYPES=void 0;var e;(function(i){i.AccessorProperty="AccessorProperty",i.ArrayExpression="ArrayExpression",i.ArrayPattern="ArrayPattern",i.ArrowFunctionExpression="ArrowFunctionExpression",i.AssignmentExpression="AssignmentExpression",i.AssignmentPattern="AssignmentPattern",i.AwaitExpression="AwaitExpression",i.BinaryExpression="BinaryExpression",i.BlockStatement="BlockStatement",i.BreakStatement="BreakStatement",i.CallExpression="CallExpression",i.CatchClause="CatchClause",i.ChainExpression="ChainExpression",i.ClassBody="ClassBody",i.ClassDeclaration="ClassDeclaration",i.ClassExpression="ClassExpression",i.ConditionalExpression="ConditionalExpression",i.ContinueStatement="ContinueStatement",i.DebuggerStatement="DebuggerStatement",i.Decorator="Decorator",i.DoWhileStatement="DoWhileStatement",i.EmptyStatement="EmptyStatement",i.ExportAllDeclaration="ExportAllDeclaration",i.ExportDefaultDeclaration="ExportDefaultDeclaration",i.ExportNamedDeclaration="ExportNamedDeclaration",i.ExportSpecifier="ExportSpecifier",i.ExpressionStatement="ExpressionStatement",i.ForInStatement="ForInStatement",i.ForOfStatement="ForOfStatement",i.ForStatement="ForStatement",i.FunctionDeclaration="FunctionDeclaration",i.FunctionExpression="FunctionExpression",i.Identifier="Identifier",i.IfStatement="IfStatement",i.ImportAttribute="ImportAttribute",i.ImportDeclaration="ImportDeclaration",i.ImportDefaultSpecifier="ImportDefaultSpecifier",i.ImportExpression="ImportExpression",i.ImportNamespaceSpecifier="ImportNamespaceSpecifier",i.ImportSpecifier="ImportSpecifier",i.JSXAttribute="JSXAttribute",i.JSXClosingElement="JSXClosingElement",i.JSXClosingFragment="JSXClosingFragment",i.JSXElement="JSXElement",i.JSXEmptyExpression="JSXEmptyExpression",i.JSXExpressionContainer="JSXExpressionContainer",i.JSXFragment="JSXFragment",i.JSXIdentifier="JSXIdentifier",i.JSXMemberExpression="JSXMemberExpression",i.JSXNamespacedName="JSXNamespacedName",i.JSXOpeningElement="JSXOpeningElement",i.JSXOpeningFragment="JSXOpeningFragment",i.JSXSpreadAttribute="JSXSpreadAttribute",i.JSXSpreadChild="JSXSpreadChild",i.JSXText="JSXText",i.LabeledStatement="LabeledStatement",i.Literal="Literal",i.LogicalExpression="LogicalExpression",i.MemberExpression="MemberExpression",i.MetaProperty="MetaProperty",i.MethodDefinition="MethodDefinition",i.NewExpression="NewExpression",i.ObjectExpression="ObjectExpression",i.ObjectPattern="ObjectPattern",i.PrivateIdentifier="PrivateIdentifier",i.Program="Program",i.Property="Property",i.PropertyDefinition="PropertyDefinition",i.RestElement="RestElement",i.ReturnStatement="ReturnStatement",i.SequenceExpression="SequenceExpression",i.SpreadElement="SpreadElement",i.StaticBlock="StaticBlock",i.Super="Super",i.SwitchCase="SwitchCase",i.SwitchStatement="SwitchStatement",i.TaggedTemplateExpression="TaggedTemplateExpression",i.TemplateElement="TemplateElement",i.TemplateLiteral="TemplateLiteral",i.ThisExpression="ThisExpression",i.ThrowStatement="ThrowStatement",i.TryStatement="TryStatement",i.UnaryExpression="UnaryExpression",i.UpdateExpression="UpdateExpression",i.VariableDeclaration="VariableDeclaration",i.VariableDeclarator="VariableDeclarator",i.WhileStatement="WhileStatement",i.WithStatement="WithStatement",i.YieldExpression="YieldExpression",i.TSAbstractAccessorProperty="TSAbstractAccessorProperty",i.TSAbstractKeyword="TSAbstractKeyword",i.TSAbstractMethodDefinition="TSAbstractMethodDefinition",i.TSAbstractPropertyDefinition="TSAbstractPropertyDefinition",i.TSAnyKeyword="TSAnyKeyword",i.TSArrayType="TSArrayType",i.TSAsExpression="TSAsExpression",i.TSAsyncKeyword="TSAsyncKeyword",i.TSBigIntKeyword="TSBigIntKeyword",i.TSBooleanKeyword="TSBooleanKeyword",i.TSCallSignatureDeclaration="TSCallSignatureDeclaration",i.TSClassImplements="TSClassImplements",i.TSConditionalType="TSConditionalType",i.TSConstructorType="TSConstructorType",i.TSConstructSignatureDeclaration="TSConstructSignatureDeclaration",i.TSDeclareFunction="TSDeclareFunction",i.TSDeclareKeyword="TSDeclareKeyword",i.TSEmptyBodyFunctionExpression="TSEmptyBodyFunctionExpression",i.TSEnumBody="TSEnumBody",i.TSEnumDeclaration="TSEnumDeclaration",i.TSEnumMember="TSEnumMember",i.TSExportAssignment="TSExportAssignment",i.TSExportKeyword="TSExportKeyword",i.TSExternalModuleReference="TSExternalModuleReference",i.TSFunctionType="TSFunctionType",i.TSImportEqualsDeclaration="TSImportEqualsDeclaration",i.TSImportType="TSImportType",i.TSIndexedAccessType="TSIndexedAccessType",i.TSIndexSignature="TSIndexSignature",i.TSInferType="TSInferType",i.TSInstantiationExpression="TSInstantiationExpression",i.TSInterfaceBody="TSInterfaceBody",i.TSInterfaceDeclaration="TSInterfaceDeclaration",i.TSInterfaceHeritage="TSInterfaceHeritage",i.TSIntersectionType="TSIntersectionType",i.TSIntrinsicKeyword="TSIntrinsicKeyword",i.TSLiteralType="TSLiteralType",i.TSMappedType="TSMappedType",i.TSMethodSignature="TSMethodSignature",i.TSModuleBlock="TSModuleBlock",i.TSModuleDeclaration="TSModuleDeclaration",i.TSNamedTupleMember="TSNamedTupleMember",i.TSNamespaceExportDeclaration="TSNamespaceExportDeclaration",i.TSNeverKeyword="TSNeverKeyword",i.TSNonNullExpression="TSNonNullExpression",i.TSNullKeyword="TSNullKeyword",i.TSNumberKeyword="TSNumberKeyword",i.TSObjectKeyword="TSObjectKeyword",i.TSOptionalType="TSOptionalType",i.TSParameterProperty="TSParameterProperty",i.TSPrivateKeyword="TSPrivateKeyword",i.TSPropertySignature="TSPropertySignature",i.TSProtectedKeyword="TSProtectedKeyword",i.TSPublicKeyword="TSPublicKeyword",i.TSQualifiedName="TSQualifiedName",i.TSReadonlyKeyword="TSReadonlyKeyword",i.TSRestType="TSRestType",i.TSSatisfiesExpression="TSSatisfiesExpression",i.TSStaticKeyword="TSStaticKeyword",i.TSStringKeyword="TSStringKeyword",i.TSSymbolKeyword="TSSymbolKeyword",i.TSTemplateLiteralType="TSTemplateLiteralType",i.TSThisType="TSThisType",i.TSTupleType="TSTupleType",i.TSTypeAliasDeclaration="TSTypeAliasDeclaration",i.TSTypeAnnotation="TSTypeAnnotation",i.TSTypeAssertion="TSTypeAssertion",i.TSTypeLiteral="TSTypeLiteral",i.TSTypeOperator="TSTypeOperator",i.TSTypeParameter="TSTypeParameter",i.TSTypeParameterDeclaration="TSTypeParameterDeclaration",i.TSTypeParameterInstantiation="TSTypeParameterInstantiation",i.TSTypePredicate="TSTypePredicate",i.TSTypeQuery="TSTypeQuery",i.TSTypeReference="TSTypeReference",i.TSUndefinedKeyword="TSUndefinedKeyword",i.TSUnionType="TSUnionType",i.TSUnknownKeyword="TSUnknownKeyword",i.TSVoidKeyword="TSVoidKeyword"})(e||(we.AST_NODE_TYPES=e={}));var l;return function(i){i.Boolean="Boolean",i.Identifier="Identifier",i.JSXIdentifier="JSXIdentifier",i.JSXText="JSXText",i.Keyword="Keyword",i.Null="Null",i.Numeric="Numeric",i.Punctuator="Punctuator",i.RegularExpression="RegularExpression",i.String="String",i.Template="Template",i.Block="Block",i.Line="Line"}(l||(we.AST_TOKEN_TYPES=l={})),we}n(vu,"requireAstSpec");var Ws={},Yu;function Mm(){return Yu||(Yu=1,Object.defineProperty(Ws,"__esModule",{value:!0})),Ws}n(Mm,"requireLib$2");var Hs={},Lu;function Um(){return Lu||(Lu=1,Object.defineProperty(Hs,"__esModule",{value:!0})),Hs}n(Um,"requireParserOptions$1");var Se={},Au;function Im(){if(Au)return Se;Au=1;var e=Se.__createBinding||(Object.create?function(f,c,u,t){t===void 0&&(t=u);var r=Object.getOwnPropertyDescriptor(c,u);(!r||("get"in r?!c.__esModule:r.writable||r.configurable))&&(r={enumerable:!0,get:n(function(){return c[u]},"get")}),Object.defineProperty(f,t,r)}:function(f,c,u,t){t===void 0&&(t=u),f[t]=c[u]}),l=Se.__setModuleDefault||(Object.create?function(f,c){Object.defineProperty(f,"default",{enumerable:!0,value:c})}:function(f,c){f.default=c}),i=Se.__importStar||function(){var f=n(function(c){return f=Object.getOwnPropertyNames||function(u){var t=[];for(var r in u)Object.prototype.hasOwnProperty.call(u,r)&&(t[t.length]=r);return t},f(c)},"ownKeys");return function(c){if(c&&c.__esModule)return c;var u={};if(c!=null)for(var t=f(c),r=0;r<t.length;r++)t[r]!=="default"&&e(u,c,t[r]);return l(u,c),u}}();return Object.defineProperty(Se,"__esModule",{value:!0}),Se.TSESTree=void 0,Se.TSESTree=i(vu()),Se}n(Im,"requireTsEstree$1");var Cu;function Ee(){return Cu||(Cu=1,function(e){var l=tt.__createBinding||(Object.create?function(c,u,t,r){r===void 0&&(r=t);var o=Object.getOwnPropertyDescriptor(u,t);(!o||("get"in o?!u.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:n(function(){return u[t]},"get")}),Object.defineProperty(c,r,o)}:function(c,u,t,r){r===void 0&&(r=t),c[r]=u[t]}),i=tt.__exportStar||function(c,u){for(var t in c)t!=="default"&&!Object.prototype.hasOwnProperty.call(u,t)&&l(u,c,t)};Object.defineProperty(e,"__esModule",{value:!0}),e.AST_TOKEN_TYPES=e.AST_NODE_TYPES=void 0;var f=vu();Object.defineProperty(e,"AST_NODE_TYPES",{enumerable:!0,get:n(function(){return f.AST_NODE_TYPES},"get")}),Object.defineProperty(e,"AST_TOKEN_TYPES",{enumerable:!0,get:n(function(){return f.AST_TOKEN_TYPES},"get")}),i(Mm(),e),i(Um(),e),i(Im(),e)}(tt)),tt}n(Ee,"requireDist$3");var Vu;function Ru(){return Vu||(Vu=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.TSESTree=e.AST_TOKEN_TYPES=e.AST_NODE_TYPES=void 0;var l=Ee();Object.defineProperty(e,"AST_NODE_TYPES",{enumerable:!0,get:n(function(){return l.AST_NODE_TYPES},"get")}),Object.defineProperty(e,"AST_TOKEN_TYPES",{enumerable:!0,get:n(function(){return l.AST_TOKEN_TYPES},"get")}),Object.defineProperty(e,"TSESTree",{enumerable:!0,get:n(function(){return l.TSESTree},"get")})}($s)),$s}n(Ru,"requireTsEstree");var Ou;function xm(){if(Ou)return F;Ou=1,Object.defineProperty(F,"__esModule",{value:!0}),F.isVariableDeclarator=F.isTypeKeyword=F.isTypeAssertion=F.isTSFunctionType=F.isTSConstructorType=F.isOptionalChainPunctuator=F.isOptionalCallExpression=F.isNotOptionalChainPunctuator=F.isNotNonNullAssertionPunctuator=F.isNonNullAssertionPunctuator=F.isLoop=F.isLogicalOrOperator=F.isImportKeyword=F.isIdentifier=F.isFunctionType=F.isFunctionOrFunctionType=F.isFunction=F.isConstructor=F.isClassOrTypeElement=F.isAwaitKeyword=F.isAwaitExpression=void 0,F.isSetter=Y;const e=Ru(),l=bu(),i=(0,l.isTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Punctuator,{value:"?."});F.isOptionalChainPunctuator=i;const f=(0,l.isNotTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Punctuator,{value:"?."});F.isNotOptionalChainPunctuator=f;const c=(0,l.isTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Punctuator,{value:"!"});F.isNonNullAssertionPunctuator=c;const u=(0,l.isNotTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Punctuator,{value:"!"});F.isNotNonNullAssertionPunctuator=u;const t=(0,l.isNodeOfTypeWithConditions)(e.AST_NODE_TYPES.CallExpression,{optional:!0});F.isOptionalCallExpression=t;const r=(0,l.isNodeOfTypeWithConditions)(e.AST_NODE_TYPES.LogicalExpression,{operator:"||"});F.isLogicalOrOperator=r;const o=(0,l.isNodeOfTypes)([e.AST_NODE_TYPES.TSAsExpression,e.AST_NODE_TYPES.TSTypeAssertion]);F.isTypeAssertion=o;const a=(0,l.isNodeOfType)(e.AST_NODE_TYPES.VariableDeclarator);F.isVariableDeclarator=a;const E=[e.AST_NODE_TYPES.ArrowFunctionExpression,e.AST_NODE_TYPES.FunctionDeclaration,e.AST_NODE_TYPES.FunctionExpression],T=(0,l.isNodeOfTypes)(E);F.isFunction=T;const P=[e.AST_NODE_TYPES.TSCallSignatureDeclaration,e.AST_NODE_TYPES.TSConstructorType,e.AST_NODE_TYPES.TSConstructSignatureDeclaration,e.AST_NODE_TYPES.TSDeclareFunction,e.AST_NODE_TYPES.TSEmptyBodyFunctionExpression,e.AST_NODE_TYPES.TSFunctionType,e.AST_NODE_TYPES.TSMethodSignature],s=(0,l.isNodeOfTypes)(P);F.isFunctionType=s;const p=(0,l.isNodeOfTypes)([...E,...P]);F.isFunctionOrFunctionType=p;const d=(0,l.isNodeOfType)(e.AST_NODE_TYPES.TSFunctionType);F.isTSFunctionType=d;const y=(0,l.isNodeOfType)(e.AST_NODE_TYPES.TSConstructorType);F.isTSConstructorType=y;const m=(0,l.isNodeOfTypes)([e.AST_NODE_TYPES.PropertyDefinition,e.AST_NODE_TYPES.FunctionExpression,e.AST_NODE_TYPES.MethodDefinition,e.AST_NODE_TYPES.TSAbstractPropertyDefinition,e.AST_NODE_TYPES.TSAbstractMethodDefinition,e.AST_NODE_TYPES.TSEmptyBodyFunctionExpression,e.AST_NODE_TYPES.TSIndexSignature,e.AST_NODE_TYPES.TSCallSignatureDeclaration,e.AST_NODE_TYPES.TSConstructSignatureDeclaration,e.AST_NODE_TYPES.TSMethodSignature,e.AST_NODE_TYPES.TSPropertySignature]);F.isClassOrTypeElement=m;const g=(0,l.isNodeOfTypeWithConditions)(e.AST_NODE_TYPES.MethodDefinition,{kind:"constructor"});F.isConstructor=g;function Y(D){return!!D&&(D.type===e.AST_NODE_TYPES.MethodDefinition||D.type===e.AST_NODE_TYPES.Property)&&D.kind==="set"}n(Y,"isSetter");const h=(0,l.isNodeOfType)(e.AST_NODE_TYPES.Identifier);F.isIdentifier=h;const L=(0,l.isNodeOfType)(e.AST_NODE_TYPES.AwaitExpression);F.isAwaitExpression=L;const V=(0,l.isTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Identifier,{value:"await"});F.isAwaitKeyword=V;const O=(0,l.isTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Identifier,{value:"type"});F.isTypeKeyword=O;const w=(0,l.isTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Keyword,{value:"import"});F.isImportKeyword=w;const N=(0,l.isNodeOfTypes)([e.AST_NODE_TYPES.DoWhileStatement,e.AST_NODE_TYPES.ForStatement,e.AST_NODE_TYPES.ForInStatement,e.AST_NODE_TYPES.ForOfStatement,e.AST_NODE_TYPES.WhileStatement]);return F.isLoop=N,F}n(xm,"requirePredicates");var wu;function Dm(){return wu||(wu=1,function(e){var l=Qe.__createBinding||(Object.create?function(f,c,u,t){t===void 0&&(t=u);var r=Object.getOwnPropertyDescriptor(c,u);(!r||("get"in r?!c.__esModule:r.writable||r.configurable))&&(r={enumerable:!0,get:n(function(){return c[u]},"get")}),Object.defineProperty(f,t,r)}:function(f,c,u,t){t===void 0&&(t=u),f[t]=c[u]}),i=Qe.__exportStar||function(f,c){for(var u in f)u!=="default"&&!Object.prototype.hasOwnProperty.call(c,u)&&l(c,f,u)};Object.defineProperty(e,"__esModule",{value:!0}),i(Om(),e),i(bu(),e),i(wm(),e),i(xm(),e)}(Qe)),Qe}n(Dm,"requireAstUtils");var rt={},Si={},nt={},Mu;function Uu(){if(Mu)return nt;Mu=1,Object.defineProperty(nt,"__esModule",{value:!0}),nt.deepMerge=l,nt.isObjectNotArray=e;function e(i){return typeof i=="object"&&i!=null&&!Array.isArray(i)}n(e,"isObjectNotArray");function l(i={},f={}){const c=new Set([...Object.keys(i),...Object.keys(f)]);return Object.fromEntries([...c].map(u=>{const t=u in i,r=u in f,o=i[u],a=f[u];let E;return t&&r?e(o)&&e(a)?E=l(o,a):E=a:t?E=o:E=a,[u,E]}))}return n(l,"deepMerge$1"),nt}n(Uu,"requireDeepMerge");var Iu;function xu(){if(Iu)return Si;Iu=1,Object.defineProperty(Si,"__esModule",{value:!0}),Si.applyDefault=l;const e=Uu();function l(i,f){const c=structuredClone(i);return f==null||c.forEach((u,t)=>{if(f[t]!==void 0){const r=f[t];(0,e.isObjectNotArray)(r)&&(0,e.isObjectNotArray)(u)?c[t]=(0,e.deepMerge)(u,r):c[t]=r}}),c}return n(l,"applyDefault$1"),Si}n(xu,"requireApplyDefault");var vi={},Yi={},Du;function Fm(){if(Du)return Yi;Du=1,Object.defineProperty(Yi,"__esModule",{value:!0}),Yi.parserSeemsToBeTSESLint=e;function e(l){return!!l&&/(?:typescript-eslint|\.\.)[\w/\\]*parser/.test(l)}return n(e,"parserSeemsToBeTSESLint$1"),Yi}n(Fm,"requireParserSeemsToBeTSESLint");var Fu;function km(){if(Fu)return vi;Fu=1,Object.defineProperty(vi,"__esModule",{value:!0}),vi.getParserServices=f;const e=Fm(),l="You have used a rule which requires type information, but don't have parserOptions set to generate type information for this file. See https://typescript-eslint.io/getting-started/typed-linting for enabling linting with type information.",i='Note: detected a parser other than @typescript-eslint/parser. Make sure the parser is configured to forward "parserOptions.project" to @typescript-eslint/parser.';function f(u,t=!1){const r=u.parserPath||u.languageOptions.parser?.meta?.name;return(u.sourceCode.parserServices?.esTreeNodeToTSNodeMap==null||u.sourceCode.parserServices.tsNodeToESTreeNodeMap==null)&&c(r),u.sourceCode.parserServices.program==null&&!t&&c(r),u.sourceCode.parserServices}n(f,"getParserServices$1");function c(u){const t=[l,`Parser: ${u||"(unknown)"}`,!(0,e.parserSeemsToBeTSESLint)(u)&&i].filter(Boolean);throw new Error(t.join(`
14
- `))}return n(c,"throwError"),vi}n(km,"requireGetParserServices");var Ks={},ku;function Nm(){return ku||(ku=1,Object.defineProperty(Ks,"__esModule",{value:!0})),Ks}n(Nm,"requireInferTypesFromRule");var Be={},Nu;function jm(){if(Nu)return Be;Nu=1,Object.defineProperty(Be,"__esModule",{value:!0}),Be.NullThrowsReasons=void 0,Be.nullThrows=l;const e={MissingParent:"Expected node to have a parent.",MissingToken:n((i,f)=>`Expected to find a ${i} for the ${f}.`,"MissingToken")};Be.NullThrowsReasons=e;function l(i,f){if(i==null)throw new Error(`Non-null Assertion Failed: ${f}`);return i}return n(l,"nullThrows$1"),Be}n(jm,"requireNullThrows");var Li={},ju;function Bm(){if(ju)return Li;ju=1,Object.defineProperty(Li,"__esModule",{value:!0}),Li.RuleCreator=l;const e=xu();function l(f){return n(function({meta:u,name:t,...r}){return i({meta:{...u,docs:{...u.docs,url:f(t)}},...r})},"createNamedRule")}n(l,"RuleCreator$1");function i({create:f,defaultOptions:c,meta:u}){return{create(t){const r=(0,e.applyDefault)(c,t.options);return f(t,r)},defaultOptions:c,meta:u}}return n(i,"createRule"),l.withoutDocs=n(function(c){return i(c)},"withoutDocs"),Li}n(Bm,"requireRuleCreator");var Bu;function qm(){return Bu||(Bu=1,function(e){var l=rt.__createBinding||(Object.create?function(f,c,u,t){t===void 0&&(t=u);var r=Object.getOwnPropertyDescriptor(c,u);(!r||("get"in r?!c.__esModule:r.writable||r.configurable))&&(r={enumerable:!0,get:n(function(){return c[u]},"get")}),Object.defineProperty(f,t,r)}:function(f,c,u,t){t===void 0&&(t=u),f[t]=c[u]}),i=rt.__exportStar||function(f,c){for(var u in f)u!=="default"&&!Object.prototype.hasOwnProperty.call(c,u)&&l(c,f,u)};Object.defineProperty(e,"__esModule",{value:!0}),i(xu(),e),i(Uu(),e),i(km(),e),i(Nm(),e),i(jm(),e),i(Bm(),e)}(rt)),rt}n(qm,"requireEslintUtils");var Xs={},qu;function Gm(){return qu||(qu=1,Object.defineProperty(Xs,"__esModule",{value:!0})),Xs}n(Gm,"requireJsonSchema");var it={},zs={},Gu;function $m(){return Gu||(Gu=1,Object.defineProperty(zs,"__esModule",{value:!0})),zs}n($m,"requireAST");var Js={},$u;function Wm(){return $u||($u=1,Object.defineProperty(Js,"__esModule",{value:!0})),Js}n(Wm,"requireConfig");var Qs={},st={},Wu;function Hu(){if(Wu)return st;Wu=1,Object.defineProperty(st,"__esModule",{value:!0}),st.FlatESLint=void 0;const e=Qo;let l=class extends e.FlatESLint{static{n(this,"FlatESLint")}};return st.FlatESLint=l,st}n(Hu,"requireFlatESLint");var ot={},Ku;function Hm(){if(Ku)return ot;Ku=1,Object.defineProperty(ot,"__esModule",{value:!0}),ot.LegacyESLint=void 0;const e=Qo;let l=class extends e.LegacyESLint{static{n(this,"LegacyESLint")}};return ot.LegacyESLint=l,ot}n(Hm,"requireLegacyESLint");var Xu;function Km(){return Xu||(Xu=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.LegacyESLint=e.ESLint=e.FlatESLint=void 0;var l=Hu();Object.defineProperty(e,"FlatESLint",{enumerable:!0,get:n(function(){return l.FlatESLint},"get")});var i=Hu();Object.defineProperty(e,"ESLint",{enumerable:!0,get:n(function(){return i.FlatESLint},"get")});var f=Hm();Object.defineProperty(e,"LegacyESLint",{enumerable:!0,get:n(function(){return f.LegacyESLint},"get")})}(Qs)),Qs}n(Km,"requireESLint");var at={},zu;function Xm(){if(zu)return at;zu=1,Object.defineProperty(at,"__esModule",{value:!0}),at.Linter=void 0;const e=Xi;let l=class extends e.Linter{static{n(this,"Linter")}};return at.Linter=l,at}n(Xm,"requireLinter");var Zs={},Ju;function zm(){return Ju||(Ju=1,Object.defineProperty(Zs,"__esModule",{value:!0})),Zs}n(zm,"requireParser");var eo={},Qu;function Jm(){return Qu||(Qu=1,Object.defineProperty(eo,"__esModule",{value:!0})),eo}n(Jm,"requireParserOptions");var to={},Zu;function Qm(){return Zu||(Zu=1,Object.defineProperty(to,"__esModule",{value:!0})),to}n(Qm,"requireProcessor");var ro={},el;function Zm(){return el||(el=1,Object.defineProperty(ro,"__esModule",{value:!0})),ro}n(Zm,"requireRule");var ut={},tl;function ey(){if(tl)return ut;tl=1,Object.defineProperty(ut,"__esModule",{value:!0}),ut.RuleTester=void 0;const e=Xi;let l=class extends e.RuleTester{static{n(this,"RuleTester")}};return ut.RuleTester=l,ut}n(ey,"requireRuleTester");var ve={},lt={},Ai={},no={},ct={},ft={},rl;function nl(){if(rl)return ft;rl=1;const e={ArrayExpression:["elements"],ArrayPattern:["elements"],ArrowFunctionExpression:["params","body"],AssignmentExpression:["left","right"],AssignmentPattern:["left","right"],AwaitExpression:["argument"],BinaryExpression:["left","right"],BlockStatement:["body"],BreakStatement:["label"],CallExpression:["callee","arguments"],CatchClause:["param","body"],ChainExpression:["expression"],ClassBody:["body"],ClassDeclaration:["id","superClass","body"],ClassExpression:["id","superClass","body"],ConditionalExpression:["test","consequent","alternate"],ContinueStatement:["label"],DebuggerStatement:[],DoWhileStatement:["body","test"],EmptyStatement:[],ExperimentalRestProperty:["argument"],ExperimentalSpreadProperty:["argument"],ExportAllDeclaration:["exported","source","attributes"],ExportDefaultDeclaration:["declaration"],ExportNamedDeclaration:["declaration","specifiers","source","attributes"],ExportSpecifier:["exported","local"],ExpressionStatement:["expression"],ForInStatement:["left","right","body"],ForOfStatement:["left","right","body"],ForStatement:["init","test","update","body"],FunctionDeclaration:["id","params","body"],FunctionExpression:["id","params","body"],Identifier:[],IfStatement:["test","consequent","alternate"],ImportAttribute:["key","value"],ImportDeclaration:["specifiers","source","attributes"],ImportDefaultSpecifier:["local"],ImportExpression:["source","options"],ImportNamespaceSpecifier:["local"],ImportSpecifier:["imported","local"],JSXAttribute:["name","value"],JSXClosingElement:["name"],JSXClosingFragment:[],JSXElement:["openingElement","children","closingElement"],JSXEmptyExpression:[],JSXExpressionContainer:["expression"],JSXFragment:["openingFragment","children","closingFragment"],JSXIdentifier:[],JSXMemberExpression:["object","property"],JSXNamespacedName:["namespace","name"],JSXOpeningElement:["name","attributes"],JSXOpeningFragment:[],JSXSpreadAttribute:["argument"],JSXSpreadChild:["expression"],JSXText:[],LabeledStatement:["label","body"],Literal:[],LogicalExpression:["left","right"],MemberExpression:["object","property"],MetaProperty:["meta","property"],MethodDefinition:["key","value"],NewExpression:["callee","arguments"],ObjectExpression:["properties"],ObjectPattern:["properties"],PrivateIdentifier:[],Program:["body"],Property:["key","value"],PropertyDefinition:["key","value"],RestElement:["argument"],ReturnStatement:["argument"],SequenceExpression:["expressions"],SpreadElement:["argument"],StaticBlock:["body"],Super:[],SwitchCase:["test","consequent"],SwitchStatement:["discriminant","cases"],TaggedTemplateExpression:["tag","quasi"],TemplateElement:[],TemplateLiteral:["quasis","expressions"],ThisExpression:[],ThrowStatement:["argument"],TryStatement:["block","handler","finalizer"],UnaryExpression:["argument"],UpdateExpression:["argument"],VariableDeclaration:["declarations"],VariableDeclarator:["id","init"],WhileStatement:["test","body"],WithStatement:["object","body"],YieldExpression:["argument"]},l=Object.keys(e);for(const t of l)Object.freeze(e[t]);Object.freeze(e);const i=new Set(["parent","leadingComments","trailingComments"]);function f(t){return!i.has(t)&&t[0]!=="_"}n(f,"filterKey");function c(t){return Object.keys(t).filter(f)}n(c,"getKeys");function u(t){const r=Object.assign({},e);for(const o of Object.keys(t))if(Object.hasOwn(r,o)){const a=new Set(t[o]);for(const E of r[o])a.add(E);r[o]=Object.freeze(Array.from(a))}else r[o]=Object.freeze(Array.from(t[o]));return Object.freeze(r)}return n(u,"unionWith"),ft.KEYS=e,ft.getKeys=c,ft.unionWith=u,ft}n(nl,"requireEslintVisitorKeys");var il;function ty(){if(il)return ct;il=1,Object.defineProperty(ct,"__esModule",{value:!0}),ct.getKeys=void 0;const l=nl().getKeys;return ct.getKeys=l,ct}n(ty,"requireGetKeys");var Ye={},sl;function ry(){if(sl)return Ye;sl=1;var e=Ye.__createBinding||(Object.create?function(r,o,a,E){E===void 0&&(E=a);var T=Object.getOwnPropertyDescriptor(o,a);(!T||("get"in T?!o.__esModule:T.writable||T.configurable))&&(T={enumerable:!0,get:n(function(){return o[a]},"get")}),Object.defineProperty(r,E,T)}:function(r,o,a,E){E===void 0&&(E=a),r[E]=o[a]}),l=Ye.__setModuleDefault||(Object.create?function(r,o){Object.defineProperty(r,"default",{enumerable:!0,value:o})}:function(r,o){r.default=o}),i=Ye.__importStar||function(){var r=n(function(o){return r=Object.getOwnPropertyNames||function(a){var E=[];for(var T in a)Object.prototype.hasOwnProperty.call(a,T)&&(E[E.length]=T);return E},r(o)},"ownKeys");return function(o){if(o&&o.__esModule)return o;var a={};if(o!=null)for(var E=r(o),T=0;T<E.length;T++)E[T]!=="default"&&e(a,o,E[T]);return l(a,o),a}}();Object.defineProperty(Ye,"__esModule",{value:!0}),Ye.visitorKeys=void 0;const f=i(nl()),c=(()=>{const r=["typeParameters","params","returnType"],o=[...r,"body"],a=["decorators","key","typeAnnotation"];return{AbstractPropertyDefinition:["decorators","key","typeAnnotation"],AnonymousFunction:o,AsExpression:["expression","typeAnnotation"],ClassDeclaration:["decorators","id","typeParameters","superClass","superTypeArguments","implements","body"],Function:["id",...o],FunctionType:r,PropertyDefinition:[...a,"value"]}})(),u={AccessorProperty:c.PropertyDefinition,ArrayPattern:["decorators","elements","typeAnnotation"],ArrowFunctionExpression:c.AnonymousFunction,AssignmentPattern:["decorators","left","right","typeAnnotation"],CallExpression:["callee","typeArguments","arguments"],ClassDeclaration:c.ClassDeclaration,ClassExpression:c.ClassDeclaration,Decorator:["expression"],ExportAllDeclaration:["exported","source","assertions"],ExportNamedDeclaration:["declaration","specifiers","source","assertions"],FunctionDeclaration:c.Function,FunctionExpression:c.Function,Identifier:["decorators","typeAnnotation"],ImportAttribute:["key","value"],ImportDeclaration:["specifiers","source","assertions"],ImportExpression:["source","options"],JSXClosingFragment:[],JSXOpeningElement:["name","typeArguments","attributes"],JSXOpeningFragment:[],JSXSpreadChild:["expression"],MethodDefinition:["decorators","key","value"],NewExpression:["callee","typeArguments","arguments"],ObjectPattern:["decorators","properties","typeAnnotation"],PropertyDefinition:c.PropertyDefinition,RestElement:["decorators","argument","typeAnnotation"],StaticBlock:["body"],TaggedTemplateExpression:["tag","typeArguments","quasi"],TSAbstractAccessorProperty:c.AbstractPropertyDefinition,TSAbstractKeyword:[],TSAbstractMethodDefinition:["key","value"],TSAbstractPropertyDefinition:c.AbstractPropertyDefinition,TSAnyKeyword:[],TSArrayType:["elementType"],TSAsExpression:c.AsExpression,TSAsyncKeyword:[],TSBigIntKeyword:[],TSBooleanKeyword:[],TSCallSignatureDeclaration:c.FunctionType,TSClassImplements:["expression","typeArguments"],TSConditionalType:["checkType","extendsType","trueType","falseType"],TSConstructorType:c.FunctionType,TSConstructSignatureDeclaration:c.FunctionType,TSDeclareFunction:c.Function,TSDeclareKeyword:[],TSEmptyBodyFunctionExpression:["id",...c.FunctionType],TSEnumBody:["members"],TSEnumDeclaration:["id","body"],TSEnumMember:["id","initializer"],TSExportAssignment:["expression"],TSExportKeyword:[],TSExternalModuleReference:["expression"],TSFunctionType:c.FunctionType,TSImportEqualsDeclaration:["id","moduleReference"],TSImportType:["argument","qualifier","typeArguments"],TSIndexedAccessType:["indexType","objectType"],TSIndexSignature:["parameters","typeAnnotation"],TSInferType:["typeParameter"],TSInstantiationExpression:["expression","typeArguments"],TSInterfaceBody:["body"],TSInterfaceDeclaration:["id","typeParameters","extends","body"],TSInterfaceHeritage:["expression","typeArguments"],TSIntersectionType:["types"],TSIntrinsicKeyword:[],TSLiteralType:["literal"],TSMappedType:["key","constraint","nameType","typeAnnotation"],TSMethodSignature:["typeParameters","key","params","returnType"],TSModuleBlock:["body"],TSModuleDeclaration:["id","body"],TSNamedTupleMember:["label","elementType"],TSNamespaceExportDeclaration:["id"],TSNeverKeyword:[],TSNonNullExpression:["expression"],TSNullKeyword:[],TSNumberKeyword:[],TSObjectKeyword:[],TSOptionalType:["typeAnnotation"],TSParameterProperty:["decorators","parameter"],TSPrivateKeyword:[],TSPropertySignature:["typeAnnotation","key"],TSProtectedKeyword:[],TSPublicKeyword:[],TSQualifiedName:["left","right"],TSReadonlyKeyword:[],TSRestType:["typeAnnotation"],TSSatisfiesExpression:c.AsExpression,TSStaticKeyword:[],TSStringKeyword:[],TSSymbolKeyword:[],TSTemplateLiteralType:["quasis","types"],TSThisType:[],TSTupleType:["elementTypes"],TSTypeAliasDeclaration:["id","typeParameters","typeAnnotation"],TSTypeAnnotation:["typeAnnotation"],TSTypeAssertion:["typeAnnotation","expression"],TSTypeLiteral:["members"],TSTypeOperator:["typeAnnotation"],TSTypeParameter:["name","constraint","default"],TSTypeParameterDeclaration:["params"],TSTypeParameterInstantiation:["params"],TSTypePredicate:["typeAnnotation","parameterName"],TSTypeQuery:["exprName","typeArguments"],TSTypeReference:["typeName","typeArguments"],TSUndefinedKeyword:[],TSUnionType:["types"],TSUnknownKeyword:[],TSVoidKeyword:[]},t=f.unionWith(u);return Ye.visitorKeys=t,Ye}n(ry,"requireVisitorKeys");var ol;function al(){return ol||(ol=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.visitorKeys=e.getKeys=void 0;var l=ty();Object.defineProperty(e,"getKeys",{enumerable:!0,get:n(function(){return l.getKeys},"get")});var i=ry();Object.defineProperty(e,"visitorKeys",{enumerable:!0,get:n(function(){return i.visitorKeys},"get")})}(no)),no}n(al,"requireDist$2");var io={},pt={},Ci={},ul;function Et(){if(ul)return Ci;ul=1,Object.defineProperty(Ci,"__esModule",{value:!0}),Ci.assert=e;function e(l,i){if(l==null)throw new Error(i)}return n(e,"assert$1"),Ci}n(Et,"requireAssert");var dt={},Tt={},Pt={},mt={},ll;function Vi(){if(ll)return mt;ll=1,Object.defineProperty(mt,"__esModule",{value:!0}),mt.createIdGenerator=i,mt.resetIds=f;const e=new Map;let l=0;function i(){const c=l+=1;return e.set(c,0),()=>{const t=(e.get(c)??0)+1;return e.set(c,t),t}}n(i,"createIdGenerator");function f(){e.clear()}return n(f,"resetIds"),mt}n(Vi,"requireID");var cl;function se(){if(cl)return Pt;cl=1,Object.defineProperty(Pt,"__esModule",{value:!0}),Pt.DefinitionBase=void 0;const l=(0,Vi().createIdGenerator)();let i=class{static{n(this,"DefinitionBase")}$id=l();type;name;node;parent;constructor(c,u,t,r){this.type=c,this.name=u,this.node=t,this.parent=r}};return Pt.DefinitionBase=i,Pt}n(se,"requireDefinitionBase");var yt={},fl;function te(){if(fl)return yt;fl=1,Object.defineProperty(yt,"__esModule",{value:!0}),yt.DefinitionType=void 0;var e;return function(l){l.CatchClause="CatchClause",l.ClassName="ClassName",l.FunctionName="FunctionName",l.ImplicitGlobalVariable="ImplicitGlobalVariable",l.ImportBinding="ImportBinding",l.Parameter="Parameter",l.TSEnumName="TSEnumName",l.TSEnumMember="TSEnumMemberName",l.TSModuleName="TSModuleName",l.Type="Type",l.Variable="Variable"}(e||(yt.DefinitionType=e={})),yt}n(te,"requireDefinitionType");var pl;function ny(){if(pl)return Tt;pl=1,Object.defineProperty(Tt,"__esModule",{value:!0}),Tt.CatchClauseDefinition=void 0;const e=se(),l=te();let i=class extends e.DefinitionBase{static{n(this,"CatchClauseDefinition")}isTypeDefinition=!1;isVariableDefinition=!0;constructor(c,u){super(l.DefinitionType.CatchClause,c,u,null)}};return Tt.CatchClauseDefinition=i,Tt}n(ny,"requireCatchClauseDefinition");var ht={},El;function iy(){if(El)return ht;El=1,Object.defineProperty(ht,"__esModule",{value:!0}),ht.ClassNameDefinition=void 0;const e=se(),l=te();let i=class extends e.DefinitionBase{static{n(this,"ClassNameDefinition")}isTypeDefinition=!0;isVariableDefinition=!0;constructor(c,u){super(l.DefinitionType.ClassName,c,u,null)}};return ht.ClassNameDefinition=i,ht}n(iy,"requireClassNameDefinition");var so={},dl;function sy(){return dl||(dl=1,Object.defineProperty(so,"__esModule",{value:!0})),so}n(sy,"requireDefinition$1");var _t={},Tl;function oy(){if(Tl)return _t;Tl=1,Object.defineProperty(_t,"__esModule",{value:!0}),_t.FunctionNameDefinition=void 0;const e=se(),l=te();let i=class extends e.DefinitionBase{static{n(this,"FunctionNameDefinition")}isTypeDefinition=!1;isVariableDefinition=!0;constructor(c,u){super(l.DefinitionType.FunctionName,c,u,null)}};return _t.FunctionNameDefinition=i,_t}n(oy,"requireFunctionNameDefinition");var bt={},Pl;function ml(){if(Pl)return bt;Pl=1,Object.defineProperty(bt,"__esModule",{value:!0}),bt.ImplicitGlobalVariableDefinition=void 0;const e=se(),l=te();let i=class extends e.DefinitionBase{static{n(this,"ImplicitGlobalVariableDefinition")}isTypeDefinition=!1;isVariableDefinition=!0;constructor(c,u){super(l.DefinitionType.ImplicitGlobalVariable,c,u,null)}};return bt.ImplicitGlobalVariableDefinition=i,bt}n(ml,"requireImplicitGlobalVariableDefinition");var gt={},yl;function ay(){if(yl)return gt;yl=1,Object.defineProperty(gt,"__esModule",{value:!0}),gt.ImportBindingDefinition=void 0;const e=se(),l=te();let i=class extends e.DefinitionBase{static{n(this,"ImportBindingDefinition")}isTypeDefinition=!0;isVariableDefinition=!0;constructor(c,u,t){super(l.DefinitionType.ImportBinding,c,u,t)}};return gt.ImportBindingDefinition=i,gt}n(ay,"requireImportBindingDefinition");var St={},hl;function uy(){if(hl)return St;hl=1,Object.defineProperty(St,"__esModule",{value:!0}),St.ParameterDefinition=void 0;const e=se(),l=te();let i=class extends e.DefinitionBase{static{n(this,"ParameterDefinition")}isTypeDefinition=!1;isVariableDefinition=!0;rest;constructor(c,u,t){super(l.DefinitionType.Parameter,c,u,null),this.rest=t}};return St.ParameterDefinition=i,St}n(uy,"requireParameterDefinition");var vt={},_l;function ly(){if(_l)return vt;_l=1,Object.defineProperty(vt,"__esModule",{value:!0}),vt.TSEnumMemberDefinition=void 0;const e=se(),l=te();let i=class extends e.DefinitionBase{static{n(this,"TSEnumMemberDefinition")}isTypeDefinition=!0;isVariableDefinition=!0;constructor(c,u){super(l.DefinitionType.TSEnumMember,c,u,null)}};return vt.TSEnumMemberDefinition=i,vt}n(ly,"requireTSEnumMemberDefinition");var Yt={},bl;function cy(){if(bl)return Yt;bl=1,Object.defineProperty(Yt,"__esModule",{value:!0}),Yt.TSEnumNameDefinition=void 0;const e=se(),l=te();let i=class extends e.DefinitionBase{static{n(this,"TSEnumNameDefinition")}isTypeDefinition=!0;isVariableDefinition=!0;constructor(c,u){super(l.DefinitionType.TSEnumName,c,u,null)}};return Yt.TSEnumNameDefinition=i,Yt}n(cy,"requireTSEnumNameDefinition");var Lt={},gl;function fy(){if(gl)return Lt;gl=1,Object.defineProperty(Lt,"__esModule",{value:!0}),Lt.TSModuleNameDefinition=void 0;const e=se(),l=te();let i=class extends e.DefinitionBase{static{n(this,"TSModuleNameDefinition")}isTypeDefinition=!0;isVariableDefinition=!0;constructor(c,u){super(l.DefinitionType.TSModuleName,c,u,null)}};return Lt.TSModuleNameDefinition=i,Lt}n(fy,"requireTSModuleNameDefinition");var At={},Sl;function py(){if(Sl)return At;Sl=1,Object.defineProperty(At,"__esModule",{value:!0}),At.TypeDefinition=void 0;const e=se(),l=te();let i=class extends e.DefinitionBase{static{n(this,"TypeDefinition")}isTypeDefinition=!0;isVariableDefinition=!1;constructor(c,u){super(l.DefinitionType.Type,c,u,null)}};return At.TypeDefinition=i,At}n(py,"requireTypeDefinition");var Ct={},vl;function Ey(){if(vl)return Ct;vl=1,Object.defineProperty(Ct,"__esModule",{value:!0}),Ct.VariableDefinition=void 0;const e=se(),l=te();let i=class extends e.DefinitionBase{static{n(this,"VariableDefinition")}isTypeDefinition=!1;isVariableDefinition=!0;constructor(c,u,t){super(l.DefinitionType.Variable,c,u,t)}};return Ct.VariableDefinition=i,Ct}n(Ey,"requireVariableDefinition");var Yl;function Me(){return Yl||(Yl=1,function(e){var l=dt.__createBinding||(Object.create?function(f,c,u,t){t===void 0&&(t=u);var r=Object.getOwnPropertyDescriptor(c,u);(!r||("get"in r?!c.__esModule:r.writable||r.configurable))&&(r={enumerable:!0,get:n(function(){return c[u]},"get")}),Object.defineProperty(f,t,r)}:function(f,c,u,t){t===void 0&&(t=u),f[t]=c[u]}),i=dt.__exportStar||function(f,c){for(var u in f)u!=="default"&&!Object.prototype.hasOwnProperty.call(c,u)&&l(c,f,u)};Object.defineProperty(e,"__esModule",{value:!0}),i(ny(),e),i(iy(),e),i(sy(),e),i(te(),e),i(oy(),e),i(ml(),e),i(ay(),e),i(uy(),e),i(ly(),e),i(cy(),e),i(fy(),e),i(py(),e),i(Ey(),e)}(dt)),dt}n(Me,"requireDefinition");var Vt={},Rt={},de={},Ll;function R(){return Ll||(Ll=1,Object.defineProperty(de,"__esModule",{value:!0}),de.TYPE_VALUE=de.VALUE=de.TYPE=void 0,de.TYPE=Object.freeze({eslintImplicitGlobalSetting:"readonly",isTypeVariable:!0,isValueVariable:!1}),de.VALUE=Object.freeze({eslintImplicitGlobalSetting:"readonly",isTypeVariable:!1,isValueVariable:!0}),de.TYPE_VALUE=Object.freeze({eslintImplicitGlobalSetting:"readonly",isTypeVariable:!0,isValueVariable:!0})),de}n(R,"requireBaseConfig");var Al;function oo(){if(Al)return Rt;Al=1,Object.defineProperty(Rt,"__esModule",{value:!0}),Rt.decorators=void 0;const e=R();return Rt.decorators={ClassAccessorDecoratorContext:e.TYPE,ClassAccessorDecoratorResult:e.TYPE,ClassAccessorDecoratorTarget:e.TYPE,ClassDecoratorContext:e.TYPE,ClassFieldDecoratorContext:e.TYPE,ClassGetterDecoratorContext:e.TYPE,ClassMemberDecoratorContext:e.TYPE,ClassMethodDecoratorContext:e.TYPE,ClassSetterDecoratorContext:e.TYPE,DecoratorContext:e.TYPE,DecoratorMetadata:e.TYPE,DecoratorMetadataObject:e.TYPE},Rt}n(oo,"requireDecorators");var Ot={},Cl;function Vl(){if(Cl)return Ot;Cl=1,Object.defineProperty(Ot,"__esModule",{value:!0}),Ot.decorators_legacy=void 0;const e=R();return Ot.decorators_legacy={ClassDecorator:e.TYPE,MethodDecorator:e.TYPE,ParameterDecorator:e.TYPE,PropertyDecorator:e.TYPE},Ot}n(Vl,"requireDecorators_legacy");var wt={},Rl;function re(){if(Rl)return wt;Rl=1,Object.defineProperty(wt,"__esModule",{value:!0}),wt.dom=void 0;const e=R();return wt.dom={AbortController:e.TYPE_VALUE,AbortSignal:e.TYPE_VALUE,AbortSignalEventMap:e.TYPE,AbstractRange:e.TYPE_VALUE,AbstractWorker:e.TYPE,AbstractWorkerEventMap:e.TYPE,AddEventListenerOptions:e.TYPE,AddressErrors:e.TYPE,AesCbcParams:e.TYPE,AesCtrParams:e.TYPE,AesDerivedKeyParams:e.TYPE,AesGcmParams:e.TYPE,AesKeyAlgorithm:e.TYPE,AesKeyGenParams:e.TYPE,Algorithm:e.TYPE,AlgorithmIdentifier:e.TYPE,AlignSetting:e.TYPE,AllowSharedBufferSource:e.TYPE,AlphaOption:e.TYPE,AnalyserNode:e.TYPE_VALUE,AnalyserOptions:e.TYPE,ANGLE_instanced_arrays:e.TYPE,Animatable:e.TYPE,Animation:e.TYPE_VALUE,AnimationEffect:e.TYPE_VALUE,AnimationEvent:e.TYPE_VALUE,AnimationEventInit:e.TYPE,AnimationEventMap:e.TYPE,AnimationFrameProvider:e.TYPE,AnimationPlaybackEvent:e.TYPE_VALUE,AnimationPlaybackEventInit:e.TYPE,AnimationPlayState:e.TYPE,AnimationReplaceState:e.TYPE,AnimationTimeline:e.TYPE_VALUE,AppendMode:e.TYPE,ARIAMixin:e.TYPE,AssignedNodesOptions:e.TYPE,AttestationConveyancePreference:e.TYPE,Attr:e.TYPE_VALUE,AudioBuffer:e.TYPE_VALUE,AudioBufferOptions:e.TYPE,AudioBufferSourceNode:e.TYPE_VALUE,AudioBufferSourceOptions:e.TYPE,AudioConfiguration:e.TYPE,AudioContext:e.TYPE_VALUE,AudioContextLatencyCategory:e.TYPE,AudioContextOptions:e.TYPE,AudioContextState:e.TYPE,AudioData:e.TYPE_VALUE,AudioDataCopyToOptions:e.TYPE,AudioDataInit:e.TYPE,AudioDataOutputCallback:e.TYPE,AudioDecoder:e.TYPE_VALUE,AudioDecoderConfig:e.TYPE,AudioDecoderEventMap:e.TYPE,AudioDecoderInit:e.TYPE,AudioDecoderSupport:e.TYPE,AudioDestinationNode:e.TYPE_VALUE,AudioEncoder:e.TYPE_VALUE,AudioEncoderConfig:e.TYPE,AudioEncoderEventMap:e.TYPE,AudioEncoderInit:e.TYPE,AudioEncoderSupport:e.TYPE,AudioListener:e.TYPE_VALUE,AudioNode:e.TYPE_VALUE,AudioNodeOptions:e.TYPE,AudioParam:e.TYPE_VALUE,AudioParamMap:e.TYPE_VALUE,AudioProcessingEvent:e.TYPE_VALUE,AudioProcessingEventInit:e.TYPE,AudioSampleFormat:e.TYPE,AudioScheduledSourceNode:e.TYPE_VALUE,AudioScheduledSourceNodeEventMap:e.TYPE,AudioTimestamp:e.TYPE,AudioWorklet:e.TYPE_VALUE,AudioWorkletNode:e.TYPE_VALUE,AudioWorkletNodeEventMap:e.TYPE,AudioWorkletNodeOptions:e.TYPE,AuthenticationExtensionsClientInputs:e.TYPE,AuthenticationExtensionsClientInputsJSON:e.TYPE,AuthenticationExtensionsClientOutputs:e.TYPE,AuthenticationExtensionsPRFInputs:e.TYPE,AuthenticationExtensionsPRFOutputs:e.TYPE,AuthenticationExtensionsPRFValues:e.TYPE,AuthenticatorAssertionResponse:e.TYPE_VALUE,AuthenticatorAttachment:e.TYPE,AuthenticatorAttestationResponse:e.TYPE_VALUE,AuthenticatorResponse:e.TYPE_VALUE,AuthenticatorSelectionCriteria:e.TYPE,AuthenticatorTransport:e.TYPE,AutoFill:e.TYPE,AutoFillAddressKind:e.TYPE,AutoFillBase:e.TYPE,AutoFillContactField:e.TYPE,AutoFillContactKind:e.TYPE,AutoFillCredentialField:e.TYPE,AutoFillField:e.TYPE,AutoFillNormalField:e.TYPE,AutoFillSection:e.TYPE,AutoKeyword:e.TYPE,AutomationRate:e.TYPE,AvcBitstreamFormat:e.TYPE,AvcEncoderConfig:e.TYPE,BarProp:e.TYPE_VALUE,Base64URLString:e.TYPE,BaseAudioContext:e.TYPE_VALUE,BaseAudioContextEventMap:e.TYPE,BeforeUnloadEvent:e.TYPE_VALUE,BigInteger:e.TYPE,BinaryType:e.TYPE,BiquadFilterNode:e.TYPE_VALUE,BiquadFilterOptions:e.TYPE,BiquadFilterType:e.TYPE,BitrateMode:e.TYPE,Blob:e.TYPE_VALUE,BlobCallback:e.TYPE,BlobEvent:e.TYPE_VALUE,BlobEventInit:e.TYPE,BlobPart:e.TYPE,BlobPropertyBag:e.TYPE,Body:e.TYPE,BodyInit:e.TYPE,BroadcastChannel:e.TYPE_VALUE,BroadcastChannelEventMap:e.TYPE,BufferSource:e.TYPE,ByteLengthQueuingStrategy:e.TYPE_VALUE,Cache:e.TYPE_VALUE,CacheQueryOptions:e.TYPE,CacheStorage:e.TYPE_VALUE,CanPlayTypeResult:e.TYPE,CanvasCaptureMediaStreamTrack:e.TYPE_VALUE,CanvasCompositing:e.TYPE,CanvasDirection:e.TYPE,CanvasDrawImage:e.TYPE,CanvasDrawPath:e.TYPE,CanvasFillRule:e.TYPE,CanvasFillStrokeStyles:e.TYPE,CanvasFilters:e.TYPE,CanvasFontKerning:e.TYPE,CanvasFontStretch:e.TYPE,CanvasFontVariantCaps:e.TYPE,CanvasGradient:e.TYPE_VALUE,CanvasImageData:e.TYPE,CanvasImageSmoothing:e.TYPE,CanvasImageSource:e.TYPE,CanvasLineCap:e.TYPE,CanvasLineJoin:e.TYPE,CanvasPath:e.TYPE,CanvasPathDrawingStyles:e.TYPE,CanvasPattern:e.TYPE_VALUE,CanvasRect:e.TYPE,CanvasRenderingContext2D:e.TYPE_VALUE,CanvasRenderingContext2DSettings:e.TYPE,CanvasShadowStyles:e.TYPE,CanvasState:e.TYPE,CanvasText:e.TYPE,CanvasTextAlign:e.TYPE,CanvasTextBaseline:e.TYPE,CanvasTextDrawingStyles:e.TYPE,CanvasTextRendering:e.TYPE,CanvasTransform:e.TYPE,CanvasUserInterface:e.TYPE,CaretPosition:e.TYPE_VALUE,CaretPositionFromPointOptions:e.TYPE,CDATASection:e.TYPE_VALUE,ChannelCountMode:e.TYPE,ChannelInterpretation:e.TYPE,ChannelMergerNode:e.TYPE_VALUE,ChannelMergerOptions:e.TYPE,ChannelSplitterNode:e.TYPE_VALUE,ChannelSplitterOptions:e.TYPE,CharacterData:e.TYPE_VALUE,CheckVisibilityOptions:e.TYPE,ChildNode:e.TYPE,ClientQueryOptions:e.TYPE,ClientRect:e.TYPE,ClientTypes:e.TYPE,Clipboard:e.TYPE_VALUE,ClipboardEvent:e.TYPE_VALUE,ClipboardEventInit:e.TYPE,ClipboardItem:e.TYPE_VALUE,ClipboardItemData:e.TYPE,ClipboardItemOptions:e.TYPE,ClipboardItems:e.TYPE,CloseEvent:e.TYPE_VALUE,CloseEventInit:e.TYPE,CodecState:e.TYPE,ColorGamut:e.TYPE,ColorSpaceConversion:e.TYPE,Comment:e.TYPE_VALUE,CompositeOperation:e.TYPE,CompositeOperationOrAuto:e.TYPE,CompositionEvent:e.TYPE_VALUE,CompositionEventInit:e.TYPE,CompressionFormat:e.TYPE,CompressionStream:e.TYPE_VALUE,ComputedEffectTiming:e.TYPE,ComputedKeyframe:e.TYPE,Console:e.TYPE,ConstantSourceNode:e.TYPE_VALUE,ConstantSourceOptions:e.TYPE,ConstrainBoolean:e.TYPE,ConstrainBooleanParameters:e.TYPE,ConstrainDOMString:e.TYPE,ConstrainDOMStringParameters:e.TYPE,ConstrainDouble:e.TYPE,ConstrainDoubleRange:e.TYPE,ConstrainULong:e.TYPE,ConstrainULongRange:e.TYPE,ContentVisibilityAutoStateChangeEvent:e.TYPE_VALUE,ContentVisibilityAutoStateChangeEventInit:e.TYPE,ConvolverNode:e.TYPE_VALUE,ConvolverOptions:e.TYPE,COSEAlgorithmIdentifier:e.TYPE,CountQueuingStrategy:e.TYPE_VALUE,Credential:e.TYPE_VALUE,CredentialCreationOptions:e.TYPE,CredentialMediationRequirement:e.TYPE,CredentialPropertiesOutput:e.TYPE,CredentialRequestOptions:e.TYPE,CredentialsContainer:e.TYPE_VALUE,Crypto:e.TYPE_VALUE,CryptoKey:e.TYPE_VALUE,CryptoKeyPair:e.TYPE,CSS:e.TYPE_VALUE,CSSAnimation:e.TYPE_VALUE,CSSConditionRule:e.TYPE_VALUE,CSSContainerRule:e.TYPE_VALUE,CSSCounterStyleRule:e.TYPE_VALUE,CSSFontFaceRule:e.TYPE_VALUE,CSSFontFeatureValuesRule:e.TYPE_VALUE,CSSFontPaletteValuesRule:e.TYPE_VALUE,CSSGroupingRule:e.TYPE_VALUE,CSSImageValue:e.TYPE_VALUE,CSSImportRule:e.TYPE_VALUE,CSSKeyframeRule:e.TYPE_VALUE,CSSKeyframesRule:e.TYPE_VALUE,CSSKeywordish:e.TYPE,CSSKeywordValue:e.TYPE_VALUE,CSSLayerBlockRule:e.TYPE_VALUE,CSSLayerStatementRule:e.TYPE_VALUE,CSSMathClamp:e.TYPE_VALUE,CSSMathInvert:e.TYPE_VALUE,CSSMathMax:e.TYPE_VALUE,CSSMathMin:e.TYPE_VALUE,CSSMathNegate:e.TYPE_VALUE,CSSMathOperator:e.TYPE,CSSMathProduct:e.TYPE_VALUE,CSSMathSum:e.TYPE_VALUE,CSSMathValue:e.TYPE_VALUE,CSSMatrixComponent:e.TYPE_VALUE,CSSMatrixComponentOptions:e.TYPE,CSSMediaRule:e.TYPE_VALUE,CSSNamespaceRule:e.TYPE_VALUE,CSSNumberish:e.TYPE,CSSNumericArray:e.TYPE_VALUE,CSSNumericBaseType:e.TYPE,CSSNumericType:e.TYPE,CSSNumericValue:e.TYPE_VALUE,CSSPageRule:e.TYPE_VALUE,CSSPerspective:e.TYPE_VALUE,CSSPerspectiveValue:e.TYPE,CSSPropertyRule:e.TYPE_VALUE,CSSRotate:e.TYPE_VALUE,CSSRule:e.TYPE_VALUE,CSSRuleList:e.TYPE_VALUE,CSSScale:e.TYPE_VALUE,CSSScopeRule:e.TYPE_VALUE,CSSSkew:e.TYPE_VALUE,CSSSkewX:e.TYPE_VALUE,CSSSkewY:e.TYPE_VALUE,CSSStartingStyleRule:e.TYPE_VALUE,CSSStyleDeclaration:e.TYPE_VALUE,CSSStyleRule:e.TYPE_VALUE,CSSStyleSheet:e.TYPE_VALUE,CSSStyleSheetInit:e.TYPE,CSSStyleValue:e.TYPE_VALUE,CSSSupportsRule:e.TYPE_VALUE,CSSTransformComponent:e.TYPE_VALUE,CSSTransformValue:e.TYPE_VALUE,CSSTransition:e.TYPE_VALUE,CSSTranslate:e.TYPE_VALUE,CSSUnitValue:e.TYPE_VALUE,CSSUnparsedSegment:e.TYPE,CSSUnparsedValue:e.TYPE_VALUE,CSSVariableReferenceValue:e.TYPE_VALUE,CustomElementConstructor:e.TYPE,CustomElementRegistry:e.TYPE_VALUE,CustomEvent:e.TYPE_VALUE,CustomEventInit:e.TYPE,CustomStateSet:e.TYPE_VALUE,DataTransfer:e.TYPE_VALUE,DataTransferItem:e.TYPE_VALUE,DataTransferItemList:e.TYPE_VALUE,DecodeErrorCallback:e.TYPE,DecodeSuccessCallback:e.TYPE,DecompressionStream:e.TYPE_VALUE,DelayNode:e.TYPE_VALUE,DelayOptions:e.TYPE,DeviceMotionEvent:e.TYPE_VALUE,DeviceMotionEventAcceleration:e.TYPE,DeviceMotionEventAccelerationInit:e.TYPE,DeviceMotionEventInit:e.TYPE,DeviceMotionEventRotationRate:e.TYPE,DeviceMotionEventRotationRateInit:e.TYPE,DeviceOrientationEvent:e.TYPE_VALUE,DeviceOrientationEventInit:e.TYPE,DirectionSetting:e.TYPE,DisplayCaptureSurfaceType:e.TYPE,DisplayMediaStreamOptions:e.TYPE,DistanceModelType:e.TYPE,Document:e.TYPE_VALUE,DocumentEventMap:e.TYPE,DocumentFragment:e.TYPE_VALUE,DocumentOrShadowRoot:e.TYPE,DocumentReadyState:e.TYPE,DocumentTimeline:e.TYPE_VALUE,DocumentTimelineOptions:e.TYPE,DocumentType:e.TYPE_VALUE,DocumentVisibilityState:e.TYPE,DOMException:e.TYPE_VALUE,DOMHighResTimeStamp:e.TYPE,DOMImplementation:e.TYPE_VALUE,DOMMatrix:e.TYPE_VALUE,DOMMatrix2DInit:e.TYPE,DOMMatrixInit:e.TYPE,DOMMatrixReadOnly:e.TYPE_VALUE,DOMParser:e.TYPE_VALUE,DOMParserSupportedType:e.TYPE,DOMPoint:e.TYPE_VALUE,DOMPointInit:e.TYPE,DOMPointReadOnly:e.TYPE_VALUE,DOMQuad:e.TYPE_VALUE,DOMQuadInit:e.TYPE,DOMRect:e.TYPE_VALUE,DOMRectInit:e.TYPE,DOMRectList:e.TYPE_VALUE,DOMRectReadOnly:e.TYPE_VALUE,DOMStringList:e.TYPE_VALUE,DOMStringMap:e.TYPE_VALUE,DOMTokenList:e.TYPE_VALUE,DoubleRange:e.TYPE,DragEvent:e.TYPE_VALUE,DragEventInit:e.TYPE,DynamicsCompressorNode:e.TYPE_VALUE,DynamicsCompressorOptions:e.TYPE,EcdhKeyDeriveParams:e.TYPE,EcdsaParams:e.TYPE,EcKeyAlgorithm:e.TYPE,EcKeyGenParams:e.TYPE,EcKeyImportParams:e.TYPE,EffectTiming:e.TYPE,Element:e.TYPE_VALUE,ElementContentEditable:e.TYPE,ElementCreationOptions:e.TYPE,ElementCSSInlineStyle:e.TYPE,ElementDefinitionOptions:e.TYPE,ElementEventMap:e.TYPE,ElementInternals:e.TYPE_VALUE,ElementTagNameMap:e.TYPE,EncodedAudioChunk:e.TYPE_VALUE,EncodedAudioChunkInit:e.TYPE,EncodedAudioChunkMetadata:e.TYPE,EncodedAudioChunkOutputCallback:e.TYPE,EncodedAudioChunkType:e.TYPE,EncodedVideoChunk:e.TYPE_VALUE,EncodedVideoChunkInit:e.TYPE,EncodedVideoChunkMetadata:e.TYPE,EncodedVideoChunkOutputCallback:e.TYPE,EncodedVideoChunkType:e.TYPE,EndingType:e.TYPE,EndOfStreamError:e.TYPE,EpochTimeStamp:e.TYPE,ErrorCallback:e.TYPE,ErrorEvent:e.TYPE_VALUE,ErrorEventInit:e.TYPE,Event:e.TYPE_VALUE,EventCounts:e.TYPE_VALUE,EventInit:e.TYPE,EventListener:e.TYPE,EventListenerObject:e.TYPE,EventListenerOptions:e.TYPE,EventListenerOrEventListenerObject:e.TYPE,EventModifierInit:e.TYPE,EventSource:e.TYPE_VALUE,EventSourceEventMap:e.TYPE,EventSourceInit:e.TYPE,EventTarget:e.TYPE_VALUE,EXT_blend_minmax:e.TYPE,EXT_color_buffer_float:e.TYPE,EXT_color_buffer_half_float:e.TYPE,EXT_float_blend:e.TYPE,EXT_frag_depth:e.TYPE,EXT_shader_texture_lod:e.TYPE,EXT_sRGB:e.TYPE,EXT_texture_compression_bptc:e.TYPE,EXT_texture_compression_rgtc:e.TYPE,EXT_texture_filter_anisotropic:e.TYPE,EXT_texture_norm16:e.TYPE,External:e.TYPE_VALUE,File:e.TYPE_VALUE,FileCallback:e.TYPE,FileList:e.TYPE_VALUE,FilePropertyBag:e.TYPE,FileReader:e.TYPE_VALUE,FileReaderEventMap:e.TYPE,FileSystem:e.TYPE_VALUE,FileSystemCreateWritableOptions:e.TYPE,FileSystemDirectoryEntry:e.TYPE_VALUE,FileSystemDirectoryHandle:e.TYPE_VALUE,FileSystemDirectoryReader:e.TYPE_VALUE,FileSystemEntriesCallback:e.TYPE,FileSystemEntry:e.TYPE_VALUE,FileSystemEntryCallback:e.TYPE,FileSystemFileEntry:e.TYPE_VALUE,FileSystemFileHandle:e.TYPE_VALUE,FileSystemFlags:e.TYPE,FileSystemGetDirectoryOptions:e.TYPE,FileSystemGetFileOptions:e.TYPE,FileSystemHandle:e.TYPE_VALUE,FileSystemHandleKind:e.TYPE,FileSystemRemoveOptions:e.TYPE,FileSystemWritableFileStream:e.TYPE_VALUE,FileSystemWriteChunkType:e.TYPE,FillMode:e.TYPE,Float32List:e.TYPE,FocusEvent:e.TYPE_VALUE,FocusEventInit:e.TYPE,FocusOptions:e.TYPE,FontDisplay:e.TYPE,FontFace:e.TYPE_VALUE,FontFaceDescriptors:e.TYPE,FontFaceLoadStatus:e.TYPE,FontFaceSet:e.TYPE_VALUE,FontFaceSetEventMap:e.TYPE,FontFaceSetLoadEvent:e.TYPE_VALUE,FontFaceSetLoadEventInit:e.TYPE,FontFaceSetLoadStatus:e.TYPE,FontFaceSource:e.TYPE,FormData:e.TYPE_VALUE,FormDataEntryValue:e.TYPE,FormDataEvent:e.TYPE_VALUE,FormDataEventInit:e.TYPE,FragmentDirective:e.TYPE_VALUE,FrameRequestCallback:e.TYPE,FullscreenNavigationUI:e.TYPE,FullscreenOptions:e.TYPE,FunctionStringCallback:e.TYPE,GainNode:e.TYPE_VALUE,GainOptions:e.TYPE,Gamepad:e.TYPE_VALUE,GamepadButton:e.TYPE_VALUE,GamepadEffectParameters:e.TYPE,GamepadEvent:e.TYPE_VALUE,GamepadEventInit:e.TYPE,GamepadHapticActuator:e.TYPE_VALUE,GamepadHapticEffectType:e.TYPE,GamepadHapticsResult:e.TYPE,GamepadMappingType:e.TYPE,GenericTransformStream:e.TYPE,Geolocation:e.TYPE_VALUE,GeolocationCoordinates:e.TYPE_VALUE,GeolocationPosition:e.TYPE_VALUE,GeolocationPositionError:e.TYPE_VALUE,GetAnimationsOptions:e.TYPE,GetHTMLOptions:e.TYPE,GetNotificationOptions:e.TYPE,GetRootNodeOptions:e.TYPE,GLbitfield:e.TYPE,GLboolean:e.TYPE,GLclampf:e.TYPE,GLenum:e.TYPE,GLfloat:e.TYPE,GLint:e.TYPE,GLint64:e.TYPE,GLintptr:e.TYPE,GlobalCompositeOperation:e.TYPE,GlobalEventHandlers:e.TYPE,GlobalEventHandlersEventMap:e.TYPE,GLsizei:e.TYPE,GLsizeiptr:e.TYPE,GLuint:e.TYPE,GLuint64:e.TYPE,HardwareAcceleration:e.TYPE,HashAlgorithmIdentifier:e.TYPE,HashChangeEvent:e.TYPE_VALUE,HashChangeEventInit:e.TYPE,HdrMetadataType:e.TYPE,Headers:e.TYPE_VALUE,HeadersInit:e.TYPE,Highlight:e.TYPE_VALUE,HighlightRegistry:e.TYPE_VALUE,HighlightType:e.TYPE,History:e.TYPE_VALUE,HkdfParams:e.TYPE,HmacImportParams:e.TYPE,HmacKeyAlgorithm:e.TYPE,HmacKeyGenParams:e.TYPE,HTMLAllCollection:e.TYPE_VALUE,HTMLAnchorElement:e.TYPE_VALUE,HTMLAreaElement:e.TYPE_VALUE,HTMLAudioElement:e.TYPE_VALUE,HTMLBaseElement:e.TYPE_VALUE,HTMLBodyElement:e.TYPE_VALUE,HTMLBodyElementEventMap:e.TYPE,HTMLBRElement:e.TYPE_VALUE,HTMLButtonElement:e.TYPE_VALUE,HTMLCanvasElement:e.TYPE_VALUE,HTMLCollection:e.TYPE_VALUE,HTMLCollectionBase:e.TYPE,HTMLCollectionOf:e.TYPE,HTMLDataElement:e.TYPE_VALUE,HTMLDataListElement:e.TYPE_VALUE,HTMLDetailsElement:e.TYPE_VALUE,HTMLDialogElement:e.TYPE_VALUE,HTMLDirectoryElement:e.TYPE_VALUE,HTMLDivElement:e.TYPE_VALUE,HTMLDListElement:e.TYPE_VALUE,HTMLDocument:e.TYPE_VALUE,HTMLElement:e.TYPE_VALUE,HTMLElementDeprecatedTagNameMap:e.TYPE,HTMLElementEventMap:e.TYPE,HTMLElementTagNameMap:e.TYPE,HTMLEmbedElement:e.TYPE_VALUE,HTMLFieldSetElement:e.TYPE_VALUE,HTMLFontElement:e.TYPE_VALUE,HTMLFormControlsCollection:e.TYPE_VALUE,HTMLFormElement:e.TYPE_VALUE,HTMLFrameElement:e.TYPE_VALUE,HTMLFrameSetElement:e.TYPE_VALUE,HTMLFrameSetElementEventMap:e.TYPE,HTMLHeadElement:e.TYPE_VALUE,HTMLHeadingElement:e.TYPE_VALUE,HTMLHRElement:e.TYPE_VALUE,HTMLHtmlElement:e.TYPE_VALUE,HTMLHyperlinkElementUtils:e.TYPE,HTMLIFrameElement:e.TYPE_VALUE,HTMLImageElement:e.TYPE_VALUE,HTMLInputElement:e.TYPE_VALUE,HTMLLabelElement:e.TYPE_VALUE,HTMLLegendElement:e.TYPE_VALUE,HTMLLIElement:e.TYPE_VALUE,HTMLLinkElement:e.TYPE_VALUE,HTMLMapElement:e.TYPE_VALUE,HTMLMarqueeElement:e.TYPE_VALUE,HTMLMediaElement:e.TYPE_VALUE,HTMLMediaElementEventMap:e.TYPE,HTMLMenuElement:e.TYPE_VALUE,HTMLMetaElement:e.TYPE_VALUE,HTMLMeterElement:e.TYPE_VALUE,HTMLModElement:e.TYPE_VALUE,HTMLObjectElement:e.TYPE_VALUE,HTMLOListElement:e.TYPE_VALUE,HTMLOptGroupElement:e.TYPE_VALUE,HTMLOptionElement:e.TYPE_VALUE,HTMLOptionsCollection:e.TYPE_VALUE,HTMLOrSVGElement:e.TYPE,HTMLOrSVGImageElement:e.TYPE,HTMLOrSVGScriptElement:e.TYPE,HTMLOutputElement:e.TYPE_VALUE,HTMLParagraphElement:e.TYPE_VALUE,HTMLParamElement:e.TYPE_VALUE,HTMLPictureElement:e.TYPE_VALUE,HTMLPreElement:e.TYPE_VALUE,HTMLProgressElement:e.TYPE_VALUE,HTMLQuoteElement:e.TYPE_VALUE,HTMLScriptElement:e.TYPE_VALUE,HTMLSelectElement:e.TYPE_VALUE,HTMLSlotElement:e.TYPE_VALUE,HTMLSourceElement:e.TYPE_VALUE,HTMLSpanElement:e.TYPE_VALUE,HTMLStyleElement:e.TYPE_VALUE,HTMLTableCaptionElement:e.TYPE_VALUE,HTMLTableCellElement:e.TYPE_VALUE,HTMLTableColElement:e.TYPE_VALUE,HTMLTableDataCellElement:e.TYPE,HTMLTableElement:e.TYPE_VALUE,HTMLTableHeaderCellElement:e.TYPE,HTMLTableRowElement:e.TYPE_VALUE,HTMLTableSectionElement:e.TYPE_VALUE,HTMLTemplateElement:e.TYPE_VALUE,HTMLTextAreaElement:e.TYPE_VALUE,HTMLTimeElement:e.TYPE_VALUE,HTMLTitleElement:e.TYPE_VALUE,HTMLTrackElement:e.TYPE_VALUE,HTMLUListElement:e.TYPE_VALUE,HTMLUnknownElement:e.TYPE_VALUE,HTMLVideoElement:e.TYPE_VALUE,HTMLVideoElementEventMap:e.TYPE,IDBCursor:e.TYPE_VALUE,IDBCursorDirection:e.TYPE,IDBCursorWithValue:e.TYPE_VALUE,IDBDatabase:e.TYPE_VALUE,IDBDatabaseEventMap:e.TYPE,IDBDatabaseInfo:e.TYPE,IDBFactory:e.TYPE_VALUE,IDBIndex:e.TYPE_VALUE,IDBIndexParameters:e.TYPE,IDBKeyRange:e.TYPE_VALUE,IDBObjectStore:e.TYPE_VALUE,IDBObjectStoreParameters:e.TYPE,IDBOpenDBRequest:e.TYPE_VALUE,IDBOpenDBRequestEventMap:e.TYPE,IDBRequest:e.TYPE_VALUE,IDBRequestEventMap:e.TYPE,IDBRequestReadyState:e.TYPE,IDBTransaction:e.TYPE_VALUE,IDBTransactionDurability:e.TYPE,IDBTransactionEventMap:e.TYPE,IDBTransactionMode:e.TYPE,IDBTransactionOptions:e.TYPE,IDBValidKey:e.TYPE,IDBVersionChangeEvent:e.TYPE_VALUE,IDBVersionChangeEventInit:e.TYPE,IdleDeadline:e.TYPE_VALUE,IdleRequestCallback:e.TYPE,IdleRequestOptions:e.TYPE,IIRFilterNode:e.TYPE_VALUE,IIRFilterOptions:e.TYPE,ImageBitmap:e.TYPE_VALUE,ImageBitmapOptions:e.TYPE,ImageBitmapRenderingContext:e.TYPE_VALUE,ImageBitmapRenderingContextSettings:e.TYPE,ImageBitmapSource:e.TYPE,ImageData:e.TYPE_VALUE,ImageDataSettings:e.TYPE,ImageEncodeOptions:e.TYPE,ImageOrientation:e.TYPE,ImageSmoothingQuality:e.TYPE,ImportMeta:e.TYPE,InputDeviceInfo:e.TYPE_VALUE,InputEvent:e.TYPE_VALUE,InputEventInit:e.TYPE,InsertPosition:e.TYPE,Int32List:e.TYPE,IntersectionObserver:e.TYPE_VALUE,IntersectionObserverCallback:e.TYPE,IntersectionObserverEntry:e.TYPE_VALUE,IntersectionObserverInit:e.TYPE,IterationCompositeOperation:e.TYPE,JsonWebKey:e.TYPE,KeyAlgorithm:e.TYPE,KeyboardEvent:e.TYPE_VALUE,KeyboardEventInit:e.TYPE,KeyFormat:e.TYPE,Keyframe:e.TYPE,KeyframeAnimationOptions:e.TYPE,KeyframeEffect:e.TYPE_VALUE,KeyframeEffectOptions:e.TYPE,KeyType:e.TYPE,KeyUsage:e.TYPE,KHR_parallel_shader_compile:e.TYPE,LargestContentfulPaint:e.TYPE_VALUE,LatencyMode:e.TYPE,LineAlignSetting:e.TYPE,LineAndPositionSetting:e.TYPE,LinkStyle:e.TYPE,Location:e.TYPE_VALUE,Lock:e.TYPE_VALUE,LockGrantedCallback:e.TYPE,LockInfo:e.TYPE,LockManager:e.TYPE_VALUE,LockManagerSnapshot:e.TYPE,LockMode:e.TYPE,LockOptions:e.TYPE,MathMLElement:e.TYPE_VALUE,MathMLElementEventMap:e.TYPE,MathMLElementTagNameMap:e.TYPE,MediaCapabilities:e.TYPE_VALUE,MediaCapabilitiesDecodingInfo:e.TYPE,MediaCapabilitiesEncodingInfo:e.TYPE,MediaCapabilitiesInfo:e.TYPE,MediaConfiguration:e.TYPE,MediaDecodingConfiguration:e.TYPE,MediaDecodingType:e.TYPE,MediaDeviceInfo:e.TYPE_VALUE,MediaDeviceKind:e.TYPE,MediaDevices:e.TYPE_VALUE,MediaDevicesEventMap:e.TYPE,MediaElementAudioSourceNode:e.TYPE_VALUE,MediaElementAudioSourceOptions:e.TYPE,MediaEncodingConfiguration:e.TYPE,MediaEncodingType:e.TYPE,MediaEncryptedEvent:e.TYPE_VALUE,MediaEncryptedEventInit:e.TYPE,MediaError:e.TYPE_VALUE,MediaImage:e.TYPE,MediaKeyMessageEvent:e.TYPE_VALUE,MediaKeyMessageEventInit:e.TYPE,MediaKeyMessageType:e.TYPE,MediaKeys:e.TYPE_VALUE,MediaKeySession:e.TYPE_VALUE,MediaKeySessionClosedReason:e.TYPE,MediaKeySessionEventMap:e.TYPE,MediaKeySessionType:e.TYPE,MediaKeysPolicy:e.TYPE,MediaKeysRequirement:e.TYPE,MediaKeyStatus:e.TYPE,MediaKeyStatusMap:e.TYPE_VALUE,MediaKeySystemAccess:e.TYPE_VALUE,MediaKeySystemConfiguration:e.TYPE,MediaKeySystemMediaCapability:e.TYPE,MediaList:e.TYPE_VALUE,MediaMetadata:e.TYPE_VALUE,MediaMetadataInit:e.TYPE,MediaPositionState:e.TYPE,MediaProvider:e.TYPE,MediaQueryList:e.TYPE_VALUE,MediaQueryListEvent:e.TYPE_VALUE,MediaQueryListEventInit:e.TYPE,MediaQueryListEventMap:e.TYPE,MediaRecorder:e.TYPE_VALUE,MediaRecorderEventMap:e.TYPE,MediaRecorderOptions:e.TYPE,MediaSession:e.TYPE_VALUE,MediaSessionAction:e.TYPE,MediaSessionActionDetails:e.TYPE,MediaSessionActionHandler:e.TYPE,MediaSessionPlaybackState:e.TYPE,MediaSource:e.TYPE_VALUE,MediaSourceEventMap:e.TYPE,MediaSourceHandle:e.TYPE_VALUE,MediaStream:e.TYPE_VALUE,MediaStreamAudioDestinationNode:e.TYPE_VALUE,MediaStreamAudioSourceNode:e.TYPE_VALUE,MediaStreamAudioSourceOptions:e.TYPE,MediaStreamConstraints:e.TYPE,MediaStreamEventMap:e.TYPE,MediaStreamTrack:e.TYPE_VALUE,MediaStreamTrackEvent:e.TYPE_VALUE,MediaStreamTrackEventInit:e.TYPE,MediaStreamTrackEventMap:e.TYPE,MediaStreamTrackState:e.TYPE,MediaTrackCapabilities:e.TYPE,MediaTrackConstraints:e.TYPE,MediaTrackConstraintSet:e.TYPE,MediaTrackSettings:e.TYPE,MediaTrackSupportedConstraints:e.TYPE,MessageChannel:e.TYPE_VALUE,MessageEvent:e.TYPE_VALUE,MessageEventInit:e.TYPE,MessageEventSource:e.TYPE,MessagePort:e.TYPE_VALUE,MessagePortEventMap:e.TYPE,MIDIAccess:e.TYPE_VALUE,MIDIAccessEventMap:e.TYPE,MIDIConnectionEvent:e.TYPE_VALUE,MIDIConnectionEventInit:e.TYPE,MIDIInput:e.TYPE_VALUE,MIDIInputEventMap:e.TYPE,MIDIInputMap:e.TYPE_VALUE,MIDIMessageEvent:e.TYPE_VALUE,MIDIMessageEventInit:e.TYPE,MIDIOptions:e.TYPE,MIDIOutput:e.TYPE_VALUE,MIDIOutputMap:e.TYPE_VALUE,MIDIPort:e.TYPE_VALUE,MIDIPortConnectionState:e.TYPE,MIDIPortDeviceState:e.TYPE,MIDIPortEventMap:e.TYPE,MIDIPortType:e.TYPE,MimeType:e.TYPE_VALUE,MimeTypeArray:e.TYPE_VALUE,MouseEvent:e.TYPE_VALUE,MouseEventInit:e.TYPE,MultiCacheQueryOptions:e.TYPE,MutationCallback:e.TYPE,MutationObserver:e.TYPE_VALUE,MutationObserverInit:e.TYPE,MutationRecord:e.TYPE_VALUE,MutationRecordType:e.TYPE,NamedCurve:e.TYPE,NamedNodeMap:e.TYPE_VALUE,NavigationPreloadManager:e.TYPE_VALUE,NavigationPreloadState:e.TYPE,NavigationTimingType:e.TYPE,Navigator:e.TYPE_VALUE,NavigatorAutomationInformation:e.TYPE,NavigatorBadge:e.TYPE,NavigatorConcurrentHardware:e.TYPE,NavigatorContentUtils:e.TYPE,NavigatorCookies:e.TYPE,NavigatorID:e.TYPE,NavigatorLanguage:e.TYPE,NavigatorLocks:e.TYPE,NavigatorOnLine:e.TYPE,NavigatorPlugins:e.TYPE,NavigatorStorage:e.TYPE,Node:e.TYPE_VALUE,NodeFilter:e.TYPE_VALUE,NodeIterator:e.TYPE_VALUE,NodeList:e.TYPE_VALUE,NodeListOf:e.TYPE,NonDocumentTypeChildNode:e.TYPE,NonElementParentNode:e.TYPE,Notification:e.TYPE_VALUE,NotificationDirection:e.TYPE,NotificationEventMap:e.TYPE,NotificationOptions:e.TYPE,NotificationPermission:e.TYPE,NotificationPermissionCallback:e.TYPE,OES_draw_buffers_indexed:e.TYPE,OES_element_index_uint:e.TYPE,OES_fbo_render_mipmap:e.TYPE,OES_standard_derivatives:e.TYPE,OES_texture_float:e.TYPE,OES_texture_float_linear:e.TYPE,OES_texture_half_float:e.TYPE,OES_texture_half_float_linear:e.TYPE,OES_vertex_array_object:e.TYPE,OfflineAudioCompletionEvent:e.TYPE_VALUE,OfflineAudioCompletionEventInit:e.TYPE,OfflineAudioContext:e.TYPE_VALUE,OfflineAudioContextEventMap:e.TYPE,OfflineAudioContextOptions:e.TYPE,OffscreenCanvas:e.TYPE_VALUE,OffscreenCanvasEventMap:e.TYPE,OffscreenCanvasRenderingContext2D:e.TYPE_VALUE,OffscreenRenderingContext:e.TYPE,OffscreenRenderingContextId:e.TYPE,OnBeforeUnloadEventHandler:e.TYPE,OnBeforeUnloadEventHandlerNonNull:e.TYPE,OnErrorEventHandler:e.TYPE,OnErrorEventHandlerNonNull:e.TYPE,OptionalEffectTiming:e.TYPE,OptionalPostfixToken:e.TYPE,OptionalPrefixToken:e.TYPE,OpusBitstreamFormat:e.TYPE,OpusEncoderConfig:e.TYPE,OrientationType:e.TYPE,OscillatorNode:e.TYPE_VALUE,OscillatorOptions:e.TYPE,OscillatorType:e.TYPE,OverconstrainedError:e.TYPE_VALUE,OverSampleType:e.TYPE,OVR_multiview2:e.TYPE,PageTransitionEvent:e.TYPE_VALUE,PageTransitionEventInit:e.TYPE,PannerNode:e.TYPE_VALUE,PannerOptions:e.TYPE,PanningModelType:e.TYPE,ParentNode:e.TYPE,Path2D:e.TYPE_VALUE,PayerErrors:e.TYPE,PaymentAddress:e.TYPE_VALUE,PaymentComplete:e.TYPE,PaymentCurrencyAmount:e.TYPE,PaymentDetailsBase:e.TYPE,PaymentDetailsInit:e.TYPE,PaymentDetailsModifier:e.TYPE,PaymentDetailsUpdate:e.TYPE,PaymentItem:e.TYPE,PaymentMethodChangeEvent:e.TYPE_VALUE,PaymentMethodChangeEventInit:e.TYPE,PaymentMethodData:e.TYPE,PaymentOptions:e.TYPE,PaymentRequest:e.TYPE_VALUE,PaymentRequestEventMap:e.TYPE,PaymentRequestUpdateEvent:e.TYPE_VALUE,PaymentRequestUpdateEventInit:e.TYPE,PaymentResponse:e.TYPE_VALUE,PaymentResponseEventMap:e.TYPE,PaymentShippingOption:e.TYPE,PaymentShippingType:e.TYPE,PaymentValidationErrors:e.TYPE,Pbkdf2Params:e.TYPE,Performance:e.TYPE_VALUE,PerformanceEntry:e.TYPE_VALUE,PerformanceEntryList:e.TYPE,PerformanceEventMap:e.TYPE,PerformanceEventTiming:e.TYPE_VALUE,PerformanceMark:e.TYPE_VALUE,PerformanceMarkOptions:e.TYPE,PerformanceMeasure:e.TYPE_VALUE,PerformanceMeasureOptions:e.TYPE,PerformanceNavigation:e.TYPE_VALUE,PerformanceNavigationTiming:e.TYPE_VALUE,PerformanceObserver:e.TYPE_VALUE,PerformanceObserverCallback:e.TYPE,PerformanceObserverEntryList:e.TYPE_VALUE,PerformanceObserverInit:e.TYPE,PerformancePaintTiming:e.TYPE_VALUE,PerformanceResourceTiming:e.TYPE_VALUE,PerformanceServerTiming:e.TYPE_VALUE,PerformanceTiming:e.TYPE_VALUE,PeriodicWave:e.TYPE_VALUE,PeriodicWaveConstraints:e.TYPE,PeriodicWaveOptions:e.TYPE,PermissionDescriptor:e.TYPE,PermissionName:e.TYPE,Permissions:e.TYPE_VALUE,PermissionState:e.TYPE,PermissionStatus:e.TYPE_VALUE,PermissionStatusEventMap:e.TYPE,PictureInPictureEvent:e.TYPE_VALUE,PictureInPictureEventInit:e.TYPE,PictureInPictureWindow:e.TYPE_VALUE,PictureInPictureWindowEventMap:e.TYPE,PlaneLayout:e.TYPE,PlaybackDirection:e.TYPE,Plugin:e.TYPE_VALUE,PluginArray:e.TYPE_VALUE,PointerEvent:e.TYPE_VALUE,PointerEventInit:e.TYPE,PointerLockOptions:e.TYPE,PopoverInvokerElement:e.TYPE,PopStateEvent:e.TYPE_VALUE,PopStateEventInit:e.TYPE,PositionAlignSetting:e.TYPE,PositionCallback:e.TYPE,PositionErrorCallback:e.TYPE,PositionOptions:e.TYPE,PredefinedColorSpace:e.TYPE,PremultiplyAlpha:e.TYPE,PresentationStyle:e.TYPE,ProcessingInstruction:e.TYPE_VALUE,ProgressEvent:e.TYPE_VALUE,ProgressEventInit:e.TYPE,PromiseRejectionEvent:e.TYPE_VALUE,PromiseRejectionEventInit:e.TYPE,PropertyDefinition:e.TYPE,PropertyIndexedKeyframes:e.TYPE,PublicKeyCredential:e.TYPE_VALUE,PublicKeyCredentialCreationOptions:e.TYPE,PublicKeyCredentialCreationOptionsJSON:e.TYPE,PublicKeyCredentialDescriptor:e.TYPE,PublicKeyCredentialDescriptorJSON:e.TYPE,PublicKeyCredentialEntity:e.TYPE,PublicKeyCredentialJSON:e.TYPE,PublicKeyCredentialParameters:e.TYPE,PublicKeyCredentialRequestOptions:e.TYPE,PublicKeyCredentialRequestOptionsJSON:e.TYPE,PublicKeyCredentialRpEntity:e.TYPE,PublicKeyCredentialType:e.TYPE,PublicKeyCredentialUserEntity:e.TYPE,PublicKeyCredentialUserEntityJSON:e.TYPE,PushEncryptionKeyName:e.TYPE,PushManager:e.TYPE_VALUE,PushSubscription:e.TYPE_VALUE,PushSubscriptionJSON:e.TYPE,PushSubscriptionOptions:e.TYPE_VALUE,PushSubscriptionOptionsInit:e.TYPE,QueuingStrategy:e.TYPE,QueuingStrategyInit:e.TYPE,QueuingStrategySize:e.TYPE,RadioNodeList:e.TYPE_VALUE,Range:e.TYPE_VALUE,ReadableByteStreamController:e.TYPE_VALUE,ReadableStream:e.TYPE_VALUE,ReadableStreamBYOBReader:e.TYPE_VALUE,ReadableStreamBYOBRequest:e.TYPE_VALUE,ReadableStreamController:e.TYPE,ReadableStreamDefaultController:e.TYPE_VALUE,ReadableStreamDefaultReader:e.TYPE_VALUE,ReadableStreamGenericReader:e.TYPE,ReadableStreamGetReaderOptions:e.TYPE,ReadableStreamIteratorOptions:e.TYPE,ReadableStreamReadDoneResult:e.TYPE,ReadableStreamReader:e.TYPE,ReadableStreamReaderMode:e.TYPE,ReadableStreamReadResult:e.TYPE,ReadableStreamReadValueResult:e.TYPE,ReadableStreamType:e.TYPE,ReadableWritablePair:e.TYPE,ReadyState:e.TYPE,RecordingState:e.TYPE,ReferrerPolicy:e.TYPE,RegistrationOptions:e.TYPE,RemotePlayback:e.TYPE_VALUE,RemotePlaybackAvailabilityCallback:e.TYPE,RemotePlaybackEventMap:e.TYPE,RemotePlaybackState:e.TYPE,RenderingContext:e.TYPE,Report:e.TYPE_VALUE,ReportBody:e.TYPE_VALUE,ReportingObserver:e.TYPE_VALUE,ReportingObserverCallback:e.TYPE,ReportingObserverOptions:e.TYPE,ReportList:e.TYPE,Request:e.TYPE_VALUE,RequestCache:e.TYPE,RequestCredentials:e.TYPE,RequestDestination:e.TYPE,RequestInfo:e.TYPE,RequestInit:e.TYPE,RequestMode:e.TYPE,RequestPriority:e.TYPE,RequestRedirect:e.TYPE,ResidentKeyRequirement:e.TYPE,ResizeObserver:e.TYPE_VALUE,ResizeObserverBoxOptions:e.TYPE,ResizeObserverCallback:e.TYPE,ResizeObserverEntry:e.TYPE_VALUE,ResizeObserverOptions:e.TYPE,ResizeObserverSize:e.TYPE_VALUE,ResizeQuality:e.TYPE,Response:e.TYPE_VALUE,ResponseInit:e.TYPE,ResponseType:e.TYPE,RsaHashedImportParams:e.TYPE,RsaHashedKeyAlgorithm:e.TYPE,RsaHashedKeyGenParams:e.TYPE,RsaKeyAlgorithm:e.TYPE,RsaKeyGenParams:e.TYPE,RsaOaepParams:e.TYPE,RsaOtherPrimesInfo:e.TYPE,RsaPssParams:e.TYPE,RTCAnswerOptions:e.TYPE,RTCBundlePolicy:e.TYPE,RTCCertificate:e.TYPE_VALUE,RTCCertificateExpiration:e.TYPE,RTCConfiguration:e.TYPE,RTCDataChannel:e.TYPE_VALUE,RTCDataChannelEvent:e.TYPE_VALUE,RTCDataChannelEventInit:e.TYPE,RTCDataChannelEventMap:e.TYPE,RTCDataChannelInit:e.TYPE,RTCDataChannelState:e.TYPE,RTCDegradationPreference:e.TYPE,RTCDtlsFingerprint:e.TYPE,RTCDtlsTransport:e.TYPE_VALUE,RTCDtlsTransportEventMap:e.TYPE,RTCDtlsTransportState:e.TYPE,RTCDTMFSender:e.TYPE_VALUE,RTCDTMFSenderEventMap:e.TYPE,RTCDTMFToneChangeEvent:e.TYPE_VALUE,RTCDTMFToneChangeEventInit:e.TYPE,RTCEncodedAudioFrame:e.TYPE_VALUE,RTCEncodedAudioFrameMetadata:e.TYPE,RTCEncodedVideoFrame:e.TYPE_VALUE,RTCEncodedVideoFrameMetadata:e.TYPE,RTCEncodedVideoFrameType:e.TYPE,RTCError:e.TYPE_VALUE,RTCErrorDetailType:e.TYPE,RTCErrorEvent:e.TYPE_VALUE,RTCErrorEventInit:e.TYPE,RTCErrorInit:e.TYPE,RTCIceCandidate:e.TYPE_VALUE,RTCIceCandidateInit:e.TYPE,RTCIceCandidatePair:e.TYPE,RTCIceCandidatePairStats:e.TYPE,RTCIceCandidateType:e.TYPE,RTCIceComponent:e.TYPE,RTCIceConnectionState:e.TYPE,RTCIceGathererState:e.TYPE,RTCIceGatheringState:e.TYPE,RTCIceProtocol:e.TYPE,RTCIceServer:e.TYPE,RTCIceTcpCandidateType:e.TYPE,RTCIceTransport:e.TYPE_VALUE,RTCIceTransportEventMap:e.TYPE,RTCIceTransportPolicy:e.TYPE,RTCIceTransportState:e.TYPE,RTCInboundRtpStreamStats:e.TYPE,RTCLocalSessionDescriptionInit:e.TYPE,RTCOfferAnswerOptions:e.TYPE,RTCOfferOptions:e.TYPE,RTCOutboundRtpStreamStats:e.TYPE,RTCPeerConnection:e.TYPE_VALUE,RTCPeerConnectionErrorCallback:e.TYPE,RTCPeerConnectionEventMap:e.TYPE,RTCPeerConnectionIceErrorEvent:e.TYPE_VALUE,RTCPeerConnectionIceErrorEventInit:e.TYPE,RTCPeerConnectionIceEvent:e.TYPE_VALUE,RTCPeerConnectionIceEventInit:e.TYPE,RTCPeerConnectionState:e.TYPE,RTCPriorityType:e.TYPE,RTCReceivedRtpStreamStats:e.TYPE,RTCRtcpMuxPolicy:e.TYPE,RTCRtcpParameters:e.TYPE,RTCRtpCapabilities:e.TYPE,RTCRtpCodec:e.TYPE,RTCRtpCodecParameters:e.TYPE,RTCRtpCodingParameters:e.TYPE,RTCRtpContributingSource:e.TYPE,RTCRtpEncodingParameters:e.TYPE,RTCRtpHeaderExtensionCapability:e.TYPE,RTCRtpHeaderExtensionParameters:e.TYPE,RTCRtpParameters:e.TYPE,RTCRtpReceiveParameters:e.TYPE,RTCRtpReceiver:e.TYPE_VALUE,RTCRtpScriptTransform:e.TYPE_VALUE,RTCRtpSender:e.TYPE_VALUE,RTCRtpSendParameters:e.TYPE,RTCRtpStreamStats:e.TYPE,RTCRtpSynchronizationSource:e.TYPE,RTCRtpTransceiver:e.TYPE_VALUE,RTCRtpTransceiverDirection:e.TYPE,RTCRtpTransceiverInit:e.TYPE,RTCRtpTransform:e.TYPE,RTCSctpTransport:e.TYPE_VALUE,RTCSctpTransportEventMap:e.TYPE,RTCSctpTransportState:e.TYPE,RTCSdpType:e.TYPE,RTCSentRtpStreamStats:e.TYPE,RTCSessionDescription:e.TYPE_VALUE,RTCSessionDescriptionCallback:e.TYPE,RTCSessionDescriptionInit:e.TYPE,RTCSetParameterOptions:e.TYPE,RTCSignalingState:e.TYPE,RTCStats:e.TYPE,RTCStatsIceCandidatePairState:e.TYPE,RTCStatsReport:e.TYPE_VALUE,RTCStatsType:e.TYPE,RTCTrackEvent:e.TYPE_VALUE,RTCTrackEventInit:e.TYPE,RTCTransportStats:e.TYPE,Screen:e.TYPE_VALUE,ScreenOrientation:e.TYPE_VALUE,ScreenOrientationEventMap:e.TYPE,ScriptProcessorNode:e.TYPE_VALUE,ScriptProcessorNodeEventMap:e.TYPE,ScrollBehavior:e.TYPE,ScrollIntoViewOptions:e.TYPE,ScrollLogicalPosition:e.TYPE,ScrollOptions:e.TYPE,ScrollRestoration:e.TYPE,ScrollSetting:e.TYPE,ScrollToOptions:e.TYPE,SecurityPolicyViolationEvent:e.TYPE_VALUE,SecurityPolicyViolationEventDisposition:e.TYPE,SecurityPolicyViolationEventInit:e.TYPE,Selection:e.TYPE_VALUE,SelectionMode:e.TYPE,ServiceWorker:e.TYPE_VALUE,ServiceWorkerContainer:e.TYPE_VALUE,ServiceWorkerContainerEventMap:e.TYPE,ServiceWorkerEventMap:e.TYPE,ServiceWorkerRegistration:e.TYPE_VALUE,ServiceWorkerRegistrationEventMap:e.TYPE,ServiceWorkerState:e.TYPE,ServiceWorkerUpdateViaCache:e.TYPE,ShadowRoot:e.TYPE_VALUE,ShadowRootEventMap:e.TYPE,ShadowRootInit:e.TYPE,ShadowRootMode:e.TYPE,ShareData:e.TYPE,SharedWorker:e.TYPE_VALUE,SlotAssignmentMode:e.TYPE,Slottable:e.TYPE,SourceBuffer:e.TYPE_VALUE,SourceBufferEventMap:e.TYPE,SourceBufferList:e.TYPE_VALUE,SourceBufferListEventMap:e.TYPE,SpeechRecognitionAlternative:e.TYPE_VALUE,SpeechRecognitionResult:e.TYPE_VALUE,SpeechRecognitionResultList:e.TYPE_VALUE,SpeechSynthesis:e.TYPE_VALUE,SpeechSynthesisErrorCode:e.TYPE,SpeechSynthesisErrorEvent:e.TYPE_VALUE,SpeechSynthesisErrorEventInit:e.TYPE,SpeechSynthesisEvent:e.TYPE_VALUE,SpeechSynthesisEventInit:e.TYPE,SpeechSynthesisEventMap:e.TYPE,SpeechSynthesisUtterance:e.TYPE_VALUE,SpeechSynthesisUtteranceEventMap:e.TYPE,SpeechSynthesisVoice:e.TYPE_VALUE,StaticRange:e.TYPE_VALUE,StaticRangeInit:e.TYPE,StereoPannerNode:e.TYPE_VALUE,StereoPannerOptions:e.TYPE,Storage:e.TYPE_VALUE,StorageEstimate:e.TYPE,StorageEvent:e.TYPE_VALUE,StorageEventInit:e.TYPE,StorageManager:e.TYPE_VALUE,StreamPipeOptions:e.TYPE,StructuredSerializeOptions:e.TYPE,StyleMedia:e.TYPE,StylePropertyMap:e.TYPE_VALUE,StylePropertyMapReadOnly:e.TYPE_VALUE,StyleSheet:e.TYPE_VALUE,StyleSheetList:e.TYPE_VALUE,SubmitEvent:e.TYPE_VALUE,SubmitEventInit:e.TYPE,SubtleCrypto:e.TYPE_VALUE,SVGAElement:e.TYPE_VALUE,SVGAngle:e.TYPE_VALUE,SVGAnimatedAngle:e.TYPE_VALUE,SVGAnimatedBoolean:e.TYPE_VALUE,SVGAnimatedEnumeration:e.TYPE_VALUE,SVGAnimatedInteger:e.TYPE_VALUE,SVGAnimatedLength:e.TYPE_VALUE,SVGAnimatedLengthList:e.TYPE_VALUE,SVGAnimatedNumber:e.TYPE_VALUE,SVGAnimatedNumberList:e.TYPE_VALUE,SVGAnimatedPoints:e.TYPE,SVGAnimatedPreserveAspectRatio:e.TYPE_VALUE,SVGAnimatedRect:e.TYPE_VALUE,SVGAnimatedString:e.TYPE_VALUE,SVGAnimatedTransformList:e.TYPE_VALUE,SVGAnimateElement:e.TYPE_VALUE,SVGAnimateMotionElement:e.TYPE_VALUE,SVGAnimateTransformElement:e.TYPE_VALUE,SVGAnimationElement:e.TYPE_VALUE,SVGBoundingBoxOptions:e.TYPE,SVGCircleElement:e.TYPE_VALUE,SVGClipPathElement:e.TYPE_VALUE,SVGComponentTransferFunctionElement:e.TYPE_VALUE,SVGDefsElement:e.TYPE_VALUE,SVGDescElement:e.TYPE_VALUE,SVGElement:e.TYPE_VALUE,SVGElementEventMap:e.TYPE,SVGElementTagNameMap:e.TYPE,SVGEllipseElement:e.TYPE_VALUE,SVGFEBlendElement:e.TYPE_VALUE,SVGFEColorMatrixElement:e.TYPE_VALUE,SVGFEComponentTransferElement:e.TYPE_VALUE,SVGFECompositeElement:e.TYPE_VALUE,SVGFEConvolveMatrixElement:e.TYPE_VALUE,SVGFEDiffuseLightingElement:e.TYPE_VALUE,SVGFEDisplacementMapElement:e.TYPE_VALUE,SVGFEDistantLightElement:e.TYPE_VALUE,SVGFEDropShadowElement:e.TYPE_VALUE,SVGFEFloodElement:e.TYPE_VALUE,SVGFEFuncAElement:e.TYPE_VALUE,SVGFEFuncBElement:e.TYPE_VALUE,SVGFEFuncGElement:e.TYPE_VALUE,SVGFEFuncRElement:e.TYPE_VALUE,SVGFEGaussianBlurElement:e.TYPE_VALUE,SVGFEImageElement:e.TYPE_VALUE,SVGFEMergeElement:e.TYPE_VALUE,SVGFEMergeNodeElement:e.TYPE_VALUE,SVGFEMorphologyElement:e.TYPE_VALUE,SVGFEOffsetElement:e.TYPE_VALUE,SVGFEPointLightElement:e.TYPE_VALUE,SVGFESpecularLightingElement:e.TYPE_VALUE,SVGFESpotLightElement:e.TYPE_VALUE,SVGFETileElement:e.TYPE_VALUE,SVGFETurbulenceElement:e.TYPE_VALUE,SVGFilterElement:e.TYPE_VALUE,SVGFilterPrimitiveStandardAttributes:e.TYPE,SVGFitToViewBox:e.TYPE,SVGForeignObjectElement:e.TYPE_VALUE,SVGGElement:e.TYPE_VALUE,SVGGeometryElement:e.TYPE_VALUE,SVGGradientElement:e.TYPE_VALUE,SVGGraphicsElement:e.TYPE_VALUE,SVGImageElement:e.TYPE_VALUE,SVGLength:e.TYPE_VALUE,SVGLengthList:e.TYPE_VALUE,SVGLinearGradientElement:e.TYPE_VALUE,SVGLineElement:e.TYPE_VALUE,SVGMarkerElement:e.TYPE_VALUE,SVGMaskElement:e.TYPE_VALUE,SVGMatrix:e.TYPE_VALUE,SVGMetadataElement:e.TYPE_VALUE,SVGMPathElement:e.TYPE_VALUE,SVGNumber:e.TYPE_VALUE,SVGNumberList:e.TYPE_VALUE,SVGPathElement:e.TYPE_VALUE,SVGPatternElement:e.TYPE_VALUE,SVGPoint:e.TYPE_VALUE,SVGPointList:e.TYPE_VALUE,SVGPolygonElement:e.TYPE_VALUE,SVGPolylineElement:e.TYPE_VALUE,SVGPreserveAspectRatio:e.TYPE_VALUE,SVGRadialGradientElement:e.TYPE_VALUE,SVGRect:e.TYPE_VALUE,SVGRectElement:e.TYPE_VALUE,SVGScriptElement:e.TYPE_VALUE,SVGSetElement:e.TYPE_VALUE,SVGStopElement:e.TYPE_VALUE,SVGStringList:e.TYPE_VALUE,SVGStyleElement:e.TYPE_VALUE,SVGSVGElement:e.TYPE_VALUE,SVGSVGElementEventMap:e.TYPE,SVGSwitchElement:e.TYPE_VALUE,SVGSymbolElement:e.TYPE_VALUE,SVGTests:e.TYPE,SVGTextContentElement:e.TYPE_VALUE,SVGTextElement:e.TYPE_VALUE,SVGTextPathElement:e.TYPE_VALUE,SVGTextPositioningElement:e.TYPE_VALUE,SVGTitleElement:e.TYPE_VALUE,SVGTransform:e.TYPE_VALUE,SVGTransformList:e.TYPE_VALUE,SVGTSpanElement:e.TYPE_VALUE,SVGUnitTypes:e.TYPE_VALUE,SVGURIReference:e.TYPE,SVGUseElement:e.TYPE_VALUE,SVGViewElement:e.TYPE_VALUE,TexImageSource:e.TYPE,Text:e.TYPE_VALUE,TextDecodeOptions:e.TYPE,TextDecoder:e.TYPE_VALUE,TextDecoderCommon:e.TYPE,TextDecoderOptions:e.TYPE,TextDecoderStream:e.TYPE_VALUE,TextEncoder:e.TYPE_VALUE,TextEncoderCommon:e.TYPE,TextEncoderEncodeIntoResult:e.TYPE,TextEncoderStream:e.TYPE_VALUE,TextEvent:e.TYPE_VALUE,TextMetrics:e.TYPE_VALUE,TextTrack:e.TYPE_VALUE,TextTrackCue:e.TYPE_VALUE,TextTrackCueEventMap:e.TYPE,TextTrackCueList:e.TYPE_VALUE,TextTrackEventMap:e.TYPE,TextTrackKind:e.TYPE,TextTrackList:e.TYPE_VALUE,TextTrackListEventMap:e.TYPE,TextTrackMode:e.TYPE,TimeRanges:e.TYPE_VALUE,TimerHandler:e.TYPE,ToggleEvent:e.TYPE_VALUE,ToggleEventInit:e.TYPE,Touch:e.TYPE_VALUE,TouchEvent:e.TYPE_VALUE,TouchEventInit:e.TYPE,TouchInit:e.TYPE,TouchList:e.TYPE_VALUE,TouchType:e.TYPE,TrackEvent:e.TYPE_VALUE,TrackEventInit:e.TYPE,Transferable:e.TYPE,TransferFunction:e.TYPE,Transformer:e.TYPE,TransformerFlushCallback:e.TYPE,TransformerStartCallback:e.TYPE,TransformerTransformCallback:e.TYPE,TransformStream:e.TYPE_VALUE,TransformStreamDefaultController:e.TYPE_VALUE,TransitionEvent:e.TYPE_VALUE,TransitionEventInit:e.TYPE,TreeWalker:e.TYPE_VALUE,UIEvent:e.TYPE_VALUE,UIEventInit:e.TYPE,Uint32List:e.TYPE,ULongRange:e.TYPE,UnderlyingByteSource:e.TYPE,UnderlyingDefaultSource:e.TYPE,UnderlyingSink:e.TYPE,UnderlyingSinkAbortCallback:e.TYPE,UnderlyingSinkCloseCallback:e.TYPE,UnderlyingSinkStartCallback:e.TYPE,UnderlyingSinkWriteCallback:e.TYPE,UnderlyingSource:e.TYPE,UnderlyingSourceCancelCallback:e.TYPE,UnderlyingSourcePullCallback:e.TYPE,UnderlyingSourceStartCallback:e.TYPE,URL:e.TYPE_VALUE,URLSearchParams:e.TYPE_VALUE,UserActivation:e.TYPE_VALUE,UserVerificationRequirement:e.TYPE,ValidityState:e.TYPE_VALUE,ValidityStateFlags:e.TYPE,VibratePattern:e.TYPE,VideoColorPrimaries:e.TYPE,VideoColorSpace:e.TYPE_VALUE,VideoColorSpaceInit:e.TYPE,VideoConfiguration:e.TYPE,VideoDecoder:e.TYPE_VALUE,VideoDecoderConfig:e.TYPE,VideoDecoderEventMap:e.TYPE,VideoDecoderInit:e.TYPE,VideoDecoderSupport:e.TYPE,VideoEncoder:e.TYPE_VALUE,VideoEncoderBitrateMode:e.TYPE,VideoEncoderConfig:e.TYPE,VideoEncoderEncodeOptions:e.TYPE,VideoEncoderEncodeOptionsForAvc:e.TYPE,VideoEncoderEventMap:e.TYPE,VideoEncoderInit:e.TYPE,VideoEncoderSupport:e.TYPE,VideoFacingModeEnum:e.TYPE,VideoFrame:e.TYPE_VALUE,VideoFrameBufferInit:e.TYPE,VideoFrameCallbackMetadata:e.TYPE,VideoFrameCopyToOptions:e.TYPE,VideoFrameInit:e.TYPE,VideoFrameOutputCallback:e.TYPE,VideoFrameRequestCallback:e.TYPE,VideoMatrixCoefficients:e.TYPE,VideoPixelFormat:e.TYPE,VideoPlaybackQuality:e.TYPE_VALUE,VideoTransferCharacteristics:e.TYPE,ViewTransition:e.TYPE_VALUE,ViewTransitionUpdateCallback:e.TYPE,VisualViewport:e.TYPE_VALUE,VisualViewportEventMap:e.TYPE,VoidFunction:e.TYPE,VTTCue:e.TYPE_VALUE,VTTRegion:e.TYPE_VALUE,WakeLock:e.TYPE_VALUE,WakeLockSentinel:e.TYPE_VALUE,WakeLockSentinelEventMap:e.TYPE,WakeLockType:e.TYPE,WaveShaperNode:e.TYPE_VALUE,WaveShaperOptions:e.TYPE,WebAssembly:e.TYPE_VALUE,WebCodecsErrorCallback:e.TYPE,WEBGL_color_buffer_float:e.TYPE,WEBGL_compressed_texture_astc:e.TYPE,WEBGL_compressed_texture_etc:e.TYPE,WEBGL_compressed_texture_etc1:e.TYPE,WEBGL_compressed_texture_pvrtc:e.TYPE,WEBGL_compressed_texture_s3tc:e.TYPE,WEBGL_compressed_texture_s3tc_srgb:e.TYPE,WEBGL_debug_renderer_info:e.TYPE,WEBGL_debug_shaders:e.TYPE,WEBGL_depth_texture:e.TYPE,WEBGL_draw_buffers:e.TYPE,WEBGL_lose_context:e.TYPE,WEBGL_multi_draw:e.TYPE,WebGL2RenderingContext:e.TYPE_VALUE,WebGL2RenderingContextBase:e.TYPE,WebGL2RenderingContextOverloads:e.TYPE,WebGLActiveInfo:e.TYPE_VALUE,WebGLBuffer:e.TYPE_VALUE,WebGLContextAttributes:e.TYPE,WebGLContextEvent:e.TYPE_VALUE,WebGLContextEventInit:e.TYPE,WebGLFramebuffer:e.TYPE_VALUE,WebGLPowerPreference:e.TYPE,WebGLProgram:e.TYPE_VALUE,WebGLQuery:e.TYPE_VALUE,WebGLRenderbuffer:e.TYPE_VALUE,WebGLRenderingContext:e.TYPE_VALUE,WebGLRenderingContextBase:e.TYPE,WebGLRenderingContextOverloads:e.TYPE,WebGLSampler:e.TYPE_VALUE,WebGLShader:e.TYPE_VALUE,WebGLShaderPrecisionFormat:e.TYPE_VALUE,WebGLSync:e.TYPE_VALUE,WebGLTexture:e.TYPE_VALUE,WebGLTransformFeedback:e.TYPE_VALUE,WebGLUniformLocation:e.TYPE_VALUE,WebGLVertexArrayObject:e.TYPE_VALUE,WebGLVertexArrayObjectOES:e.TYPE,WebKitCSSMatrix:e.TYPE_VALUE,webkitURL:e.TYPE_VALUE,WebSocket:e.TYPE_VALUE,WebSocketEventMap:e.TYPE,WebTransport:e.TYPE_VALUE,WebTransportBidirectionalStream:e.TYPE_VALUE,WebTransportCloseInfo:e.TYPE,WebTransportCongestionControl:e.TYPE,WebTransportDatagramDuplexStream:e.TYPE_VALUE,WebTransportError:e.TYPE_VALUE,WebTransportErrorOptions:e.TYPE,WebTransportErrorSource:e.TYPE,WebTransportHash:e.TYPE,WebTransportOptions:e.TYPE,WebTransportSendStreamOptions:e.TYPE,WheelEvent:e.TYPE_VALUE,WheelEventInit:e.TYPE,Window:e.TYPE_VALUE,WindowEventHandlers:e.TYPE,WindowEventHandlersEventMap:e.TYPE,WindowEventMap:e.TYPE,WindowLocalStorage:e.TYPE,WindowOrWorkerGlobalScope:e.TYPE,WindowPostMessageOptions:e.TYPE,WindowProxy:e.TYPE,WindowSessionStorage:e.TYPE,Worker:e.TYPE_VALUE,WorkerEventMap:e.TYPE,WorkerOptions:e.TYPE,WorkerType:e.TYPE,Worklet:e.TYPE_VALUE,WorkletOptions:e.TYPE,WritableStream:e.TYPE_VALUE,WritableStreamDefaultController:e.TYPE_VALUE,WritableStreamDefaultWriter:e.TYPE_VALUE,WriteCommandType:e.TYPE,WriteParams:e.TYPE,XMLDocument:e.TYPE_VALUE,XMLHttpRequest:e.TYPE_VALUE,XMLHttpRequestBodyInit:e.TYPE,XMLHttpRequestEventMap:e.TYPE,XMLHttpRequestEventTarget:e.TYPE_VALUE,XMLHttpRequestEventTargetEventMap:e.TYPE,XMLHttpRequestResponseType:e.TYPE,XMLHttpRequestUpload:e.TYPE_VALUE,XMLSerializer:e.TYPE_VALUE,XPathEvaluator:e.TYPE_VALUE,XPathEvaluatorBase:e.TYPE,XPathExpression:e.TYPE_VALUE,XPathNSResolver:e.TYPE,XPathResult:e.TYPE_VALUE,XSLTProcessor:e.TYPE_VALUE},wt}n(re,"requireDom");var Mt={},Ol;function Te(){if(Ol)return Mt;Ol=1,Object.defineProperty(Mt,"__esModule",{value:!0}),Mt.dom_asynciterable=void 0;const e=R();return Mt.dom_asynciterable={FileSystemDirectoryHandle:e.TYPE,FileSystemDirectoryHandleAsyncIterator:e.TYPE,ReadableStream:e.TYPE,ReadableStreamAsyncIterator:e.TYPE},Mt}n(Te,"requireDom_asynciterable");var Ut={},wl;function oe(){if(wl)return Ut;wl=1,Object.defineProperty(Ut,"__esModule",{value:!0}),Ut.dom_iterable=void 0;const e=R();return Ut.dom_iterable={AbortSignal:e.TYPE,AudioParam:e.TYPE,AudioParamMap:e.TYPE,BaseAudioContext:e.TYPE,Cache:e.TYPE,CanvasPath:e.TYPE,CanvasPathDrawingStyles:e.TYPE,CSSKeyframesRule:e.TYPE,CSSNumericArray:e.TYPE,CSSRuleList:e.TYPE,CSSStyleDeclaration:e.TYPE,CSSTransformValue:e.TYPE,CSSUnparsedValue:e.TYPE,CustomStateSet:e.TYPE,DataTransferItemList:e.TYPE,DOMRectList:e.TYPE,DOMStringList:e.TYPE,DOMTokenList:e.TYPE,EventCounts:e.TYPE,FileList:e.TYPE,FontFaceSet:e.TYPE,FormData:e.TYPE,FormDataIterator:e.TYPE,Headers:e.TYPE,HeadersIterator:e.TYPE,Highlight:e.TYPE,HighlightRegistry:e.TYPE,HTMLAllCollection:e.TYPE,HTMLCollectionBase:e.TYPE,HTMLCollectionOf:e.TYPE,HTMLFormElement:e.TYPE,HTMLSelectElement:e.TYPE,IDBDatabase:e.TYPE,IDBObjectStore:e.TYPE,MediaKeyStatusMap:e.TYPE,MediaKeyStatusMapIterator:e.TYPE,MediaList:e.TYPE,MessageEvent:e.TYPE,MIDIInputMap:e.TYPE,MIDIOutput:e.TYPE,MIDIOutputMap:e.TYPE,MimeTypeArray:e.TYPE,NamedNodeMap:e.TYPE,Navigator:e.TYPE,NodeList:e.TYPE,NodeListOf:e.TYPE,Plugin:e.TYPE,PluginArray:e.TYPE,RTCRtpTransceiver:e.TYPE,RTCStatsReport:e.TYPE,SourceBufferList:e.TYPE,SpeechRecognitionResult:e.TYPE,SpeechRecognitionResultList:e.TYPE,StylePropertyMapReadOnly:e.TYPE,StylePropertyMapReadOnlyIterator:e.TYPE,StyleSheetList:e.TYPE,SubtleCrypto:e.TYPE,SVGLengthList:e.TYPE,SVGNumberList:e.TYPE,SVGPointList:e.TYPE,SVGStringList:e.TYPE,SVGTransformList:e.TYPE,TextTrackCueList:e.TYPE,TextTrackList:e.TYPE,TouchList:e.TYPE,URLSearchParams:e.TYPE,URLSearchParamsIterator:e.TYPE,WEBGL_draw_buffers:e.TYPE,WEBGL_multi_draw:e.TYPE,WebGL2RenderingContextBase:e.TYPE,WebGL2RenderingContextOverloads:e.TYPE,WebGLRenderingContextBase:e.TYPE,WebGLRenderingContextOverloads:e.TYPE},Ut}n(oe,"requireDom_iterable");var It={},Ml;function Ri(){if(Ml)return It;Ml=1,Object.defineProperty(It,"__esModule",{value:!0}),It.es5=void 0;const e=R(),l=oo(),i=Vl();return It.es5={...l.decorators,...i.decorators_legacy,Array:e.TYPE_VALUE,ArrayBuffer:e.TYPE_VALUE,ArrayBufferConstructor:e.TYPE,ArrayBufferLike:e.TYPE,ArrayBufferTypes:e.TYPE,ArrayBufferView:e.TYPE,ArrayConstructor:e.TYPE,ArrayLike:e.TYPE,Awaited:e.TYPE,Boolean:e.TYPE_VALUE,BooleanConstructor:e.TYPE,CallableFunction:e.TYPE,Capitalize:e.TYPE,ConcatArray:e.TYPE,ConstructorParameters:e.TYPE,DataView:e.TYPE_VALUE,DataViewConstructor:e.TYPE,Date:e.TYPE_VALUE,DateConstructor:e.TYPE,Error:e.TYPE_VALUE,ErrorConstructor:e.TYPE,EvalError:e.TYPE_VALUE,EvalErrorConstructor:e.TYPE,Exclude:e.TYPE,Extract:e.TYPE,Float32Array:e.TYPE_VALUE,Float32ArrayConstructor:e.TYPE,Float64Array:e.TYPE_VALUE,Float64ArrayConstructor:e.TYPE,Function:e.TYPE_VALUE,FunctionConstructor:e.TYPE,IArguments:e.TYPE,ImportAssertions:e.TYPE,ImportAttributes:e.TYPE,ImportCallOptions:e.TYPE,ImportMeta:e.TYPE,InstanceType:e.TYPE,Int8Array:e.TYPE_VALUE,Int8ArrayConstructor:e.TYPE,Int16Array:e.TYPE_VALUE,Int16ArrayConstructor:e.TYPE,Int32Array:e.TYPE_VALUE,Int32ArrayConstructor:e.TYPE,Intl:e.TYPE_VALUE,JSON:e.TYPE_VALUE,Lowercase:e.TYPE,Math:e.TYPE_VALUE,NewableFunction:e.TYPE,NoInfer:e.TYPE,NonNullable:e.TYPE,Number:e.TYPE_VALUE,NumberConstructor:e.TYPE,Object:e.TYPE_VALUE,ObjectConstructor:e.TYPE,Omit:e.TYPE,OmitThisParameter:e.TYPE,Parameters:e.TYPE,Partial:e.TYPE,Pick:e.TYPE,Promise:e.TYPE,PromiseConstructorLike:e.TYPE,PromiseLike:e.TYPE,PropertyDescriptor:e.TYPE,PropertyDescriptorMap:e.TYPE,PropertyKey:e.TYPE,RangeError:e.TYPE_VALUE,RangeErrorConstructor:e.TYPE,Readonly:e.TYPE,ReadonlyArray:e.TYPE,Record:e.TYPE,ReferenceError:e.TYPE_VALUE,ReferenceErrorConstructor:e.TYPE,RegExp:e.TYPE_VALUE,RegExpConstructor:e.TYPE,RegExpExecArray:e.TYPE,RegExpMatchArray:e.TYPE,Required:e.TYPE,ReturnType:e.TYPE,String:e.TYPE_VALUE,StringConstructor:e.TYPE,Symbol:e.TYPE,SyntaxError:e.TYPE_VALUE,SyntaxErrorConstructor:e.TYPE,TemplateStringsArray:e.TYPE,ThisParameterType:e.TYPE,ThisType:e.TYPE,TypedPropertyDescriptor:e.TYPE,TypeError:e.TYPE_VALUE,TypeErrorConstructor:e.TYPE,Uint8Array:e.TYPE_VALUE,Uint8ArrayConstructor:e.TYPE,Uint8ClampedArray:e.TYPE_VALUE,Uint8ClampedArrayConstructor:e.TYPE,Uint16Array:e.TYPE_VALUE,Uint16ArrayConstructor:e.TYPE,Uint32Array:e.TYPE_VALUE,Uint32ArrayConstructor:e.TYPE,Uncapitalize:e.TYPE,Uppercase:e.TYPE,URIError:e.TYPE_VALUE,URIErrorConstructor:e.TYPE,WeakKey:e.TYPE,WeakKeyTypes:e.TYPE},It}n(Ri,"requireEs5");var xt={},Dt={},Ul;function ao(){if(Ul)return Dt;Ul=1,Object.defineProperty(Dt,"__esModule",{value:!0}),Dt.es2015_collection=void 0;const e=R();return Dt.es2015_collection={Map:e.TYPE_VALUE,MapConstructor:e.TYPE,ReadonlyMap:e.TYPE,ReadonlySet:e.TYPE,Set:e.TYPE_VALUE,SetConstructor:e.TYPE,WeakMap:e.TYPE_VALUE,WeakMapConstructor:e.TYPE,WeakSet:e.TYPE_VALUE,WeakSetConstructor:e.TYPE},Dt}n(ao,"requireEs2015_collection");var Ft={},Il;function uo(){if(Il)return Ft;Il=1,Object.defineProperty(Ft,"__esModule",{value:!0}),Ft.es2015_core=void 0;const e=R();return Ft.es2015_core={Array:e.TYPE,ArrayConstructor:e.TYPE,DateConstructor:e.TYPE,Float32Array:e.TYPE,Float64Array:e.TYPE,Function:e.TYPE,Int8Array:e.TYPE,Int16Array:e.TYPE,Int32Array:e.TYPE,Math:e.TYPE,NumberConstructor:e.TYPE,ObjectConstructor:e.TYPE,ReadonlyArray:e.TYPE,RegExp:e.TYPE,RegExpConstructor:e.TYPE,String:e.TYPE,StringConstructor:e.TYPE,Uint8Array:e.TYPE,Uint8ClampedArray:e.TYPE,Uint16Array:e.TYPE,Uint32Array:e.TYPE},Ft}n(uo,"requireEs2015_core");var kt={},Nt={},jt={},xl;function ae(){if(xl)return jt;xl=1,Object.defineProperty(jt,"__esModule",{value:!0}),jt.es2015_symbol=void 0;const e=R();return jt.es2015_symbol={SymbolConstructor:e.TYPE},jt}n(ae,"requireEs2015_symbol");var Dl;function ue(){if(Dl)return Nt;Dl=1,Object.defineProperty(Nt,"__esModule",{value:!0}),Nt.es2015_iterable=void 0;const e=R(),l=ae();return Nt.es2015_iterable={...l.es2015_symbol,Array:e.TYPE,ArrayConstructor:e.TYPE,ArrayIterator:e.TYPE,BuiltinIteratorReturn:e.TYPE,Float32Array:e.TYPE,Float32ArrayConstructor:e.TYPE,Float64Array:e.TYPE,Float64ArrayConstructor:e.TYPE,IArguments:e.TYPE,Int8Array:e.TYPE,Int8ArrayConstructor:e.TYPE,Int16Array:e.TYPE,Int16ArrayConstructor:e.TYPE,Int32Array:e.TYPE,Int32ArrayConstructor:e.TYPE,Iterable:e.TYPE,IterableIterator:e.TYPE,Iterator:e.TYPE,IteratorObject:e.TYPE,IteratorResult:e.TYPE,IteratorReturnResult:e.TYPE,IteratorYieldResult:e.TYPE,Map:e.TYPE,MapConstructor:e.TYPE,MapIterator:e.TYPE,Promise:e.TYPE,PromiseConstructor:e.TYPE,ReadonlyArray:e.TYPE,ReadonlyMap:e.TYPE,ReadonlySet:e.TYPE,Set:e.TYPE,SetConstructor:e.TYPE,SetIterator:e.TYPE,String:e.TYPE,StringIterator:e.TYPE,SymbolConstructor:e.TYPE,Uint8Array:e.TYPE,Uint8ArrayConstructor:e.TYPE,Uint8ClampedArray:e.TYPE,Uint8ClampedArrayConstructor:e.TYPE,Uint16Array:e.TYPE,Uint16ArrayConstructor:e.TYPE,Uint32Array:e.TYPE,Uint32ArrayConstructor:e.TYPE,WeakMap:e.TYPE,WeakMapConstructor:e.TYPE,WeakSet:e.TYPE,WeakSetConstructor:e.TYPE},Nt}n(ue,"requireEs2015_iterable");var Fl;function lo(){if(Fl)return kt;Fl=1,Object.defineProperty(kt,"__esModule",{value:!0}),kt.es2015_generator=void 0;const e=R(),l=ue();return kt.es2015_generator={...l.es2015_iterable,Generator:e.TYPE,GeneratorFunction:e.TYPE,GeneratorFunctionConstructor:e.TYPE},kt}n(lo,"requireEs2015_generator");var Bt={},kl;function co(){if(kl)return Bt;kl=1,Object.defineProperty(Bt,"__esModule",{value:!0}),Bt.es2015_promise=void 0;const e=R();return Bt.es2015_promise={PromiseConstructor:e.TYPE},Bt}n(co,"requireEs2015_promise");var qt={},Nl;function fo(){if(Nl)return qt;Nl=1,Object.defineProperty(qt,"__esModule",{value:!0}),qt.es2015_proxy=void 0;const e=R();return qt.es2015_proxy={ProxyConstructor:e.TYPE,ProxyHandler:e.TYPE},qt}n(fo,"requireEs2015_proxy");var Gt={},jl;function po(){if(jl)return Gt;jl=1,Object.defineProperty(Gt,"__esModule",{value:!0}),Gt.es2015_reflect=void 0;const e=R();return Gt.es2015_reflect={Reflect:e.TYPE_VALUE},Gt}n(po,"requireEs2015_reflect");var $t={},Bl;function qe(){if(Bl)return $t;Bl=1,Object.defineProperty($t,"__esModule",{value:!0}),$t.es2015_symbol_wellknown=void 0;const e=R(),l=ae();return $t.es2015_symbol_wellknown={...l.es2015_symbol,Array:e.TYPE,ArrayBuffer:e.TYPE,ArrayBufferConstructor:e.TYPE,ArrayConstructor:e.TYPE,DataView:e.TYPE,Date:e.TYPE,Float32Array:e.TYPE,Float64Array:e.TYPE,Function:e.TYPE,GeneratorFunction:e.TYPE,Int8Array:e.TYPE,Int16Array:e.TYPE,Int32Array:e.TYPE,JSON:e.TYPE,Map:e.TYPE,MapConstructor:e.TYPE,Math:e.TYPE,Promise:e.TYPE,PromiseConstructor:e.TYPE,ReadonlyArray:e.TYPE,RegExp:e.TYPE,RegExpConstructor:e.TYPE,Set:e.TYPE,SetConstructor:e.TYPE,String:e.TYPE,Symbol:e.TYPE,SymbolConstructor:e.TYPE,Uint8Array:e.TYPE,Uint8ClampedArray:e.TYPE,Uint16Array:e.TYPE,Uint32Array:e.TYPE,WeakMap:e.TYPE,WeakSet:e.TYPE},$t}n(qe,"requireEs2015_symbol_wellknown");var ql;function dy(){if(ql)return xt;ql=1,Object.defineProperty(xt,"__esModule",{value:!0}),xt.es6=void 0;const e=Ri(),l=ao(),i=uo(),f=lo(),c=ue(),u=co(),t=fo(),r=po(),o=ae(),a=qe();return xt.es6={...e.es5,...i.es2015_core,...l.es2015_collection,...c.es2015_iterable,...f.es2015_generator,...u.es2015_promise,...t.es2015_proxy,...r.es2015_reflect,...o.es2015_symbol,...a.es2015_symbol_wellknown},xt}n(dy,"requireEs6");var Wt={},Ht={},Gl;function Eo(){if(Gl)return Ht;Gl=1,Object.defineProperty(Ht,"__esModule",{value:!0}),Ht.es2015=void 0;const e=Ri(),l=ao(),i=uo(),f=lo(),c=ue(),u=co(),t=fo(),r=po(),o=ae(),a=qe();return Ht.es2015={...e.es5,...i.es2015_core,...l.es2015_collection,...c.es2015_iterable,...f.es2015_generator,...u.es2015_promise,...t.es2015_proxy,...r.es2015_reflect,...o.es2015_symbol,...a.es2015_symbol_wellknown},Ht}n(Eo,"requireEs2015");var Kt={},$l;function To(){if($l)return Kt;$l=1,Object.defineProperty(Kt,"__esModule",{value:!0}),Kt.es2016_array_include=void 0;const e=R();return Kt.es2016_array_include={Array:e.TYPE,Float32Array:e.TYPE,Float64Array:e.TYPE,Int8Array:e.TYPE,Int16Array:e.TYPE,Int32Array:e.TYPE,ReadonlyArray:e.TYPE,Uint8Array:e.TYPE,Uint8ClampedArray:e.TYPE,Uint16Array:e.TYPE,Uint32Array:e.TYPE},Kt}n(To,"requireEs2016_array_include");var Xt={},Wl;function Po(){if(Wl)return Xt;Wl=1,Object.defineProperty(Xt,"__esModule",{value:!0}),Xt.es2016_intl=void 0;const e=R();return Xt.es2016_intl={Intl:e.TYPE_VALUE},Xt}n(Po,"requireEs2016_intl");var Hl;function Ty(){if(Hl)return Wt;Hl=1,Object.defineProperty(Wt,"__esModule",{value:!0}),Wt.es7=void 0;const e=Eo(),l=To(),i=Po();return Wt.es7={...e.es2015,...l.es2016_array_include,...i.es2016_intl},Wt}n(Ty,"requireEs7");var zt={},Kl;function mo(){if(Kl)return zt;Kl=1,Object.defineProperty(zt,"__esModule",{value:!0}),zt.es2016=void 0;const e=Eo(),l=To(),i=Po();return zt.es2016={...e.es2015,...l.es2016_array_include,...i.es2016_intl},zt}n(mo,"requireEs2016");var Jt={},Qt={},Xl;function ne(){if(Xl)return Qt;Xl=1,Object.defineProperty(Qt,"__esModule",{value:!0}),Qt.scripthost=void 0;const e=R();return Qt.scripthost={ActiveXObject:e.TYPE_VALUE,Date:e.TYPE,DateConstructor:e.TYPE,Enumerator:e.TYPE_VALUE,EnumeratorConstructor:e.TYPE,ITextWriter:e.TYPE,SafeArray:e.TYPE_VALUE,TextStreamBase:e.TYPE,TextStreamReader:e.TYPE,TextStreamWriter:e.TYPE,VarDate:e.TYPE_VALUE,VBArray:e.TYPE_VALUE,VBArrayConstructor:e.TYPE},Qt}n(ne,"requireScripthost");var Zt={},zl;function ie(){return zl||(zl=1,Object.defineProperty(Zt,"__esModule",{value:!0}),Zt.webworker_importscripts=void 0,Zt.webworker_importscripts={}),Zt}n(ie,"requireWebworker_importscripts");var Jl;function Py(){if(Jl)return Jt;Jl=1,Object.defineProperty(Jt,"__esModule",{value:!0}),Jt.es2016_full=void 0;const e=re(),l=oe(),i=mo(),f=ne(),c=ie();return Jt.es2016_full={...i.es2016,...e.dom,...c.webworker_importscripts,...f.scripthost,...l.dom_iterable},Jt}n(Py,"requireEs2016_full");var er={},tr={},Ql;function Zl(){if(Ql)return tr;Ql=1,Object.defineProperty(tr,"__esModule",{value:!0}),tr.es2017_arraybuffer=void 0;const e=R();return tr.es2017_arraybuffer={ArrayBufferConstructor:e.TYPE},tr}n(Zl,"requireEs2017_arraybuffer");var rr={},ec;function tc(){if(ec)return rr;ec=1,Object.defineProperty(rr,"__esModule",{value:!0}),rr.es2017_date=void 0;const e=R();return rr.es2017_date={DateConstructor:e.TYPE},rr}n(tc,"requireEs2017_date");var nr={},rc;function nc(){if(rc)return nr;rc=1,Object.defineProperty(nr,"__esModule",{value:!0}),nr.es2017_intl=void 0;const e=R();return nr.es2017_intl={Intl:e.TYPE_VALUE},nr}n(nc,"requireEs2017_intl");var ir={},ic;function sc(){if(ic)return ir;ic=1,Object.defineProperty(ir,"__esModule",{value:!0}),ir.es2017_object=void 0;const e=R();return ir.es2017_object={ObjectConstructor:e.TYPE},ir}n(sc,"requireEs2017_object");var sr={},oc;function ac(){if(oc)return sr;oc=1,Object.defineProperty(sr,"__esModule",{value:!0}),sr.es2017_sharedmemory=void 0;const e=R(),l=ae(),i=qe();return sr.es2017_sharedmemory={...l.es2015_symbol,...i.es2015_symbol_wellknown,ArrayBufferTypes:e.TYPE,Atomics:e.TYPE_VALUE,SharedArrayBuffer:e.TYPE_VALUE,SharedArrayBufferConstructor:e.TYPE},sr}n(ac,"requireEs2017_sharedmemory");var or={},uc;function lc(){if(uc)return or;uc=1,Object.defineProperty(or,"__esModule",{value:!0}),or.es2017_string=void 0;const e=R();return or.es2017_string={String:e.TYPE},or}n(lc,"requireEs2017_string");var ar={},cc;function fc(){if(cc)return ar;cc=1,Object.defineProperty(ar,"__esModule",{value:!0}),ar.es2017_typedarrays=void 0;const e=R();return ar.es2017_typedarrays={Float32ArrayConstructor:e.TYPE,Float64ArrayConstructor:e.TYPE,Int8ArrayConstructor:e.TYPE,Int16ArrayConstructor:e.TYPE,Int32ArrayConstructor:e.TYPE,Uint8ArrayConstructor:e.TYPE,Uint8ClampedArrayConstructor:e.TYPE,Uint16ArrayConstructor:e.TYPE,Uint32ArrayConstructor:e.TYPE},ar}n(fc,"requireEs2017_typedarrays");var pc;function yo(){if(pc)return er;pc=1,Object.defineProperty(er,"__esModule",{value:!0}),er.es2017=void 0;const e=mo(),l=Zl(),i=tc(),f=nc(),c=sc(),u=ac(),t=lc(),r=fc();return er.es2017={...e.es2016,...l.es2017_arraybuffer,...i.es2017_date,...f.es2017_intl,...c.es2017_object,...u.es2017_sharedmemory,...t.es2017_string,...r.es2017_typedarrays},er}n(yo,"requireEs2017");var ur={},Ec;function my(){if(Ec)return ur;Ec=1,Object.defineProperty(ur,"__esModule",{value:!0}),ur.es2017_full=void 0;const e=re(),l=oe(),i=yo(),f=ne(),c=ie();return ur.es2017_full={...i.es2017,...e.dom,...c.webworker_importscripts,...f.scripthost,...l.dom_iterable},ur}n(my,"requireEs2017_full");var lr={},cr={},fr={},dc;function Oi(){if(dc)return fr;dc=1,Object.defineProperty(fr,"__esModule",{value:!0}),fr.es2018_asynciterable=void 0;const e=R(),l=ue(),i=ae();return fr.es2018_asynciterable={...i.es2015_symbol,...l.es2015_iterable,AsyncIterable:e.TYPE,AsyncIterableIterator:e.TYPE,AsyncIterator:e.TYPE,AsyncIteratorObject:e.TYPE,SymbolConstructor:e.TYPE},fr}n(Oi,"requireEs2018_asynciterable");var Tc;function Pc(){if(Tc)return cr;Tc=1,Object.defineProperty(cr,"__esModule",{value:!0}),cr.es2018_asyncgenerator=void 0;const e=R(),l=Oi();return cr.es2018_asyncgenerator={...l.es2018_asynciterable,AsyncGenerator:e.TYPE,AsyncGeneratorFunction:e.TYPE,AsyncGeneratorFunctionConstructor:e.TYPE},cr}n(Pc,"requireEs2018_asyncgenerator");var pr={},mc;function ho(){if(mc)return pr;mc=1,Object.defineProperty(pr,"__esModule",{value:!0}),pr.es2018_intl=void 0;const e=R();return pr.es2018_intl={Intl:e.TYPE_VALUE},pr}n(ho,"requireEs2018_intl");var Er={},yc;function hc(){if(yc)return Er;yc=1,Object.defineProperty(Er,"__esModule",{value:!0}),Er.es2018_promise=void 0;const e=R();return Er.es2018_promise={Promise:e.TYPE},Er}n(hc,"requireEs2018_promise");var dr={},_c;function bc(){if(_c)return dr;_c=1,Object.defineProperty(dr,"__esModule",{value:!0}),dr.es2018_regexp=void 0;const e=R();return dr.es2018_regexp={RegExp:e.TYPE,RegExpExecArray:e.TYPE,RegExpMatchArray:e.TYPE},dr}n(bc,"requireEs2018_regexp");var gc;function _o(){if(gc)return lr;gc=1,Object.defineProperty(lr,"__esModule",{value:!0}),lr.es2018=void 0;const e=yo(),l=Pc(),i=Oi(),f=ho(),c=hc(),u=bc();return lr.es2018={...e.es2017,...i.es2018_asynciterable,...l.es2018_asyncgenerator,...c.es2018_promise,...u.es2018_regexp,...f.es2018_intl},lr}n(_o,"requireEs2018");var Tr={},Sc;function yy(){if(Sc)return Tr;Sc=1,Object.defineProperty(Tr,"__esModule",{value:!0}),Tr.es2018_full=void 0;const e=re(),l=Te(),i=oe(),f=_o(),c=ne(),u=ie();return Tr.es2018_full={...f.es2018,...e.dom,...u.webworker_importscripts,...c.scripthost,...i.dom_iterable,...l.dom_asynciterable},Tr}n(yy,"requireEs2018_full");var Pr={},mr={},vc;function Yc(){if(vc)return mr;vc=1,Object.defineProperty(mr,"__esModule",{value:!0}),mr.es2019_array=void 0;const e=R();return mr.es2019_array={Array:e.TYPE,FlatArray:e.TYPE,ReadonlyArray:e.TYPE},mr}n(Yc,"requireEs2019_array");var yr={},Lc;function Ac(){if(Lc)return yr;Lc=1,Object.defineProperty(yr,"__esModule",{value:!0}),yr.es2019_intl=void 0;const e=R();return yr.es2019_intl={Intl:e.TYPE_VALUE},yr}n(Ac,"requireEs2019_intl");var hr={},Cc;function Vc(){if(Cc)return hr;Cc=1,Object.defineProperty(hr,"__esModule",{value:!0}),hr.es2019_object=void 0;const e=R(),l=ue();return hr.es2019_object={...l.es2015_iterable,ObjectConstructor:e.TYPE},hr}n(Vc,"requireEs2019_object");var _r={},Rc;function Oc(){if(Rc)return _r;Rc=1,Object.defineProperty(_r,"__esModule",{value:!0}),_r.es2019_string=void 0;const e=R();return _r.es2019_string={String:e.TYPE},_r}n(Oc,"requireEs2019_string");var br={},wc;function Mc(){if(wc)return br;wc=1,Object.defineProperty(br,"__esModule",{value:!0}),br.es2019_symbol=void 0;const e=R();return br.es2019_symbol={Symbol:e.TYPE},br}n(Mc,"requireEs2019_symbol");var Uc;function bo(){if(Uc)return Pr;Uc=1,Object.defineProperty(Pr,"__esModule",{value:!0}),Pr.es2019=void 0;const e=_o(),l=Yc(),i=Ac(),f=Vc(),c=Oc(),u=Mc();return Pr.es2019={...e.es2018,...l.es2019_array,...f.es2019_object,...c.es2019_string,...u.es2019_symbol,...i.es2019_intl},Pr}n(bo,"requireEs2019");var gr={},Ic;function hy(){if(Ic)return gr;Ic=1,Object.defineProperty(gr,"__esModule",{value:!0}),gr.es2019_full=void 0;const e=re(),l=Te(),i=oe(),f=bo(),c=ne(),u=ie();return gr.es2019_full={...f.es2019,...e.dom,...u.webworker_importscripts,...c.scripthost,...i.dom_iterable,...l.dom_asynciterable},gr}n(hy,"requireEs2019_full");var Sr={},vr={},Yr={},xc;function Ue(){if(xc)return Yr;xc=1,Object.defineProperty(Yr,"__esModule",{value:!0}),Yr.es2020_intl=void 0;const e=R(),l=ho();return Yr.es2020_intl={...l.es2018_intl,Intl:e.TYPE_VALUE},Yr}n(Ue,"requireEs2020_intl");var Dc;function wi(){if(Dc)return vr;Dc=1,Object.defineProperty(vr,"__esModule",{value:!0}),vr.es2020_bigint=void 0;const e=R(),l=Ue();return vr.es2020_bigint={...l.es2020_intl,BigInt:e.TYPE_VALUE,BigInt64Array:e.TYPE_VALUE,BigInt64ArrayConstructor:e.TYPE,BigIntConstructor:e.TYPE,BigIntToLocaleStringOptions:e.TYPE,BigUint64Array:e.TYPE_VALUE,BigUint64ArrayConstructor:e.TYPE,DataView:e.TYPE,Intl:e.TYPE_VALUE},vr}n(wi,"requireEs2020_bigint");var Lr={},Fc;function kc(){if(Fc)return Lr;Fc=1,Object.defineProperty(Lr,"__esModule",{value:!0}),Lr.es2020_date=void 0;const e=R(),l=Ue();return Lr.es2020_date={...l.es2020_intl,Date:e.TYPE},Lr}n(kc,"requireEs2020_date");var Ar={},Nc;function jc(){if(Nc)return Ar;Nc=1,Object.defineProperty(Ar,"__esModule",{value:!0}),Ar.es2020_number=void 0;const e=R(),l=Ue();return Ar.es2020_number={...l.es2020_intl,Number:e.TYPE},Ar}n(jc,"requireEs2020_number");var Cr={},Bc;function qc(){if(Bc)return Cr;Bc=1,Object.defineProperty(Cr,"__esModule",{value:!0}),Cr.es2020_promise=void 0;const e=R();return Cr.es2020_promise={PromiseConstructor:e.TYPE,PromiseFulfilledResult:e.TYPE,PromiseRejectedResult:e.TYPE,PromiseSettledResult:e.TYPE},Cr}n(qc,"requireEs2020_promise");var Vr={},Gc;function $c(){if(Gc)return Vr;Gc=1,Object.defineProperty(Vr,"__esModule",{value:!0}),Vr.es2020_sharedmemory=void 0;const e=R(),l=wi();return Vr.es2020_sharedmemory={...l.es2020_bigint,Atomics:e.TYPE},Vr}n($c,"requireEs2020_sharedmemory");var Rr={},Or={},Wc;function go(){if(Wc)return Or;Wc=1,Object.defineProperty(Or,"__esModule",{value:!0}),Or.es2020_symbol_wellknown=void 0;const e=R(),l=ue(),i=ae();return Or.es2020_symbol_wellknown={...l.es2015_iterable,...i.es2015_symbol,RegExp:e.TYPE,RegExpStringIterator:e.TYPE,SymbolConstructor:e.TYPE},Or}n(go,"requireEs2020_symbol_wellknown");var Hc;function Kc(){if(Hc)return Rr;Hc=1,Object.defineProperty(Rr,"__esModule",{value:!0}),Rr.es2020_string=void 0;const e=R(),l=ue(),i=Ue(),f=go();return Rr.es2020_string={...l.es2015_iterable,...i.es2020_intl,...f.es2020_symbol_wellknown,String:e.TYPE},Rr}n(Kc,"requireEs2020_string");var Xc;function So(){if(Xc)return Sr;Xc=1,Object.defineProperty(Sr,"__esModule",{value:!0}),Sr.es2020=void 0;const e=bo(),l=wi(),i=kc(),f=Ue(),c=jc(),u=qc(),t=$c(),r=Kc(),o=go();return Sr.es2020={...e.es2019,...l.es2020_bigint,...i.es2020_date,...c.es2020_number,...u.es2020_promise,...t.es2020_sharedmemory,...r.es2020_string,...o.es2020_symbol_wellknown,...f.es2020_intl},Sr}n(So,"requireEs2020");var wr={},zc;function _y(){if(zc)return wr;zc=1,Object.defineProperty(wr,"__esModule",{value:!0}),wr.es2020_full=void 0;const e=re(),l=Te(),i=oe(),f=So(),c=ne(),u=ie();return wr.es2020_full={...f.es2020,...e.dom,...u.webworker_importscripts,...c.scripthost,...i.dom_iterable,...l.dom_asynciterable},wr}n(_y,"requireEs2020_full");var Mr={},Ur={},Jc;function Qc(){if(Jc)return Ur;Jc=1,Object.defineProperty(Ur,"__esModule",{value:!0}),Ur.es2021_intl=void 0;const e=R();return Ur.es2021_intl={Intl:e.TYPE_VALUE},Ur}n(Qc,"requireEs2021_intl");var Ir={},Zc;function vo(){if(Zc)return Ir;Zc=1,Object.defineProperty(Ir,"__esModule",{value:!0}),Ir.es2021_promise=void 0;const e=R();return Ir.es2021_promise={AggregateError:e.TYPE_VALUE,AggregateErrorConstructor:e.TYPE,PromiseConstructor:e.TYPE},Ir}n(vo,"requireEs2021_promise");var xr={},ef;function tf(){if(ef)return xr;ef=1,Object.defineProperty(xr,"__esModule",{value:!0}),xr.es2021_string=void 0;const e=R();return xr.es2021_string={String:e.TYPE},xr}n(tf,"requireEs2021_string");var Dr={},rf;function nf(){if(rf)return Dr;rf=1,Object.defineProperty(Dr,"__esModule",{value:!0}),Dr.es2021_weakref=void 0;const e=R(),l=qe();return Dr.es2021_weakref={...l.es2015_symbol_wellknown,FinalizationRegistry:e.TYPE_VALUE,FinalizationRegistryConstructor:e.TYPE,WeakRef:e.TYPE_VALUE,WeakRefConstructor:e.TYPE},Dr}n(nf,"requireEs2021_weakref");var sf;function Yo(){if(sf)return Mr;sf=1,Object.defineProperty(Mr,"__esModule",{value:!0}),Mr.es2021=void 0;const e=So(),l=Qc(),i=vo(),f=tf(),c=nf();return Mr.es2021={...e.es2020,...i.es2021_promise,...f.es2021_string,...c.es2021_weakref,...l.es2021_intl},Mr}n(Yo,"requireEs2021");var Fr={},of;function by(){if(of)return Fr;of=1,Object.defineProperty(Fr,"__esModule",{value:!0}),Fr.es2021_full=void 0;const e=re(),l=Te(),i=oe(),f=Yo(),c=ne(),u=ie();return Fr.es2021_full={...f.es2021,...e.dom,...u.webworker_importscripts,...c.scripthost,...i.dom_iterable,...l.dom_asynciterable},Fr}n(by,"requireEs2021_full");var kr={},Nr={},af;function uf(){if(af)return Nr;af=1,Object.defineProperty(Nr,"__esModule",{value:!0}),Nr.es2022_array=void 0;const e=R();return Nr.es2022_array={Array:e.TYPE,BigInt64Array:e.TYPE,BigUint64Array:e.TYPE,Float32Array:e.TYPE,Float64Array:e.TYPE,Int8Array:e.TYPE,Int16Array:e.TYPE,Int32Array:e.TYPE,ReadonlyArray:e.TYPE,Uint8Array:e.TYPE,Uint8ClampedArray:e.TYPE,Uint16Array:e.TYPE,Uint32Array:e.TYPE},Nr}n(uf,"requireEs2022_array");var jr={},lf;function cf(){if(lf)return jr;lf=1,Object.defineProperty(jr,"__esModule",{value:!0}),jr.es2022_error=void 0;const e=R(),l=vo();return jr.es2022_error={...l.es2021_promise,AggregateErrorConstructor:e.TYPE,Error:e.TYPE,ErrorConstructor:e.TYPE,ErrorOptions:e.TYPE,EvalErrorConstructor:e.TYPE,RangeErrorConstructor:e.TYPE,ReferenceErrorConstructor:e.TYPE,SyntaxErrorConstructor:e.TYPE,TypeErrorConstructor:e.TYPE,URIErrorConstructor:e.TYPE},jr}n(cf,"requireEs2022_error");var Br={},ff;function pf(){if(ff)return Br;ff=1,Object.defineProperty(Br,"__esModule",{value:!0}),Br.es2022_intl=void 0;const e=R();return Br.es2022_intl={Intl:e.TYPE_VALUE},Br}n(pf,"requireEs2022_intl");var qr={},Ef;function df(){if(Ef)return qr;Ef=1,Object.defineProperty(qr,"__esModule",{value:!0}),qr.es2022_object=void 0;const e=R();return qr.es2022_object={ObjectConstructor:e.TYPE},qr}n(df,"requireEs2022_object");var Gr={},Tf;function Pf(){if(Tf)return Gr;Tf=1,Object.defineProperty(Gr,"__esModule",{value:!0}),Gr.es2022_regexp=void 0;const e=R();return Gr.es2022_regexp={RegExp:e.TYPE,RegExpExecArray:e.TYPE,RegExpIndicesArray:e.TYPE,RegExpMatchArray:e.TYPE},Gr}n(Pf,"requireEs2022_regexp");var $r={},mf;function yf(){if(mf)return $r;mf=1,Object.defineProperty($r,"__esModule",{value:!0}),$r.es2022_string=void 0;const e=R();return $r.es2022_string={String:e.TYPE},$r}n(yf,"requireEs2022_string");var hf;function Lo(){if(hf)return kr;hf=1,Object.defineProperty(kr,"__esModule",{value:!0}),kr.es2022=void 0;const e=Yo(),l=uf(),i=cf(),f=pf(),c=df(),u=Pf(),t=yf();return kr.es2022={...e.es2021,...l.es2022_array,...i.es2022_error,...f.es2022_intl,...c.es2022_object,...u.es2022_regexp,...t.es2022_string},kr}n(Lo,"requireEs2022");var Wr={},_f;function gy(){if(_f)return Wr;_f=1,Object.defineProperty(Wr,"__esModule",{value:!0}),Wr.es2022_full=void 0;const e=re(),l=Te(),i=oe(),f=Lo(),c=ne(),u=ie();return Wr.es2022_full={...f.es2022,...e.dom,...u.webworker_importscripts,...c.scripthost,...i.dom_iterable,...l.dom_asynciterable},Wr}n(gy,"requireEs2022_full");var Hr={},Kr={},bf;function gf(){if(bf)return Kr;bf=1,Object.defineProperty(Kr,"__esModule",{value:!0}),Kr.es2023_array=void 0;const e=R();return Kr.es2023_array={Array:e.TYPE,BigInt64Array:e.TYPE,BigUint64Array:e.TYPE,Float32Array:e.TYPE,Float64Array:e.TYPE,Int8Array:e.TYPE,Int16Array:e.TYPE,Int32Array:e.TYPE,ReadonlyArray:e.TYPE,Uint8Array:e.TYPE,Uint8ClampedArray:e.TYPE,Uint16Array:e.TYPE,Uint32Array:e.TYPE},Kr}n(gf,"requireEs2023_array");var Xr={},Sf;function vf(){if(Sf)return Xr;Sf=1,Object.defineProperty(Xr,"__esModule",{value:!0}),Xr.es2023_collection=void 0;const e=R();return Xr.es2023_collection={WeakKeyTypes:e.TYPE},Xr}n(vf,"requireEs2023_collection");var zr={},Yf;function Lf(){if(Yf)return zr;Yf=1,Object.defineProperty(zr,"__esModule",{value:!0}),zr.es2023_intl=void 0;const e=R();return zr.es2023_intl={Intl:e.TYPE_VALUE},zr}n(Lf,"requireEs2023_intl");var Af;function Ao(){if(Af)return Hr;Af=1,Object.defineProperty(Hr,"__esModule",{value:!0}),Hr.es2023=void 0;const e=Lo(),l=gf(),i=vf(),f=Lf();return Hr.es2023={...e.es2022,...l.es2023_array,...i.es2023_collection,...f.es2023_intl},Hr}n(Ao,"requireEs2023");var Jr={},Cf;function Sy(){if(Cf)return Jr;Cf=1,Object.defineProperty(Jr,"__esModule",{value:!0}),Jr.es2023_full=void 0;const e=re(),l=Te(),i=oe(),f=Ao(),c=ne(),u=ie();return Jr.es2023_full={...f.es2023,...e.dom,...u.webworker_importscripts,...c.scripthost,...i.dom_iterable,...l.dom_asynciterable},Jr}n(Sy,"requireEs2023_full");var Qr={},Zr={},Vf;function Rf(){if(Vf)return Zr;Vf=1,Object.defineProperty(Zr,"__esModule",{value:!0}),Zr.es2024_arraybuffer=void 0;const e=R();return Zr.es2024_arraybuffer={ArrayBuffer:e.TYPE,ArrayBufferConstructor:e.TYPE},Zr}n(Rf,"requireEs2024_arraybuffer");var en={},Of;function Co(){if(Of)return en;Of=1,Object.defineProperty(en,"__esModule",{value:!0}),en.es2024_collection=void 0;const e=R();return en.es2024_collection={MapConstructor:e.TYPE},en}n(Co,"requireEs2024_collection");var tn={},wf;function Mf(){if(wf)return tn;wf=1,Object.defineProperty(tn,"__esModule",{value:!0}),tn.es2024_object=void 0;const e=R();return tn.es2024_object={ObjectConstructor:e.TYPE},tn}n(Mf,"requireEs2024_object");var rn={},Uf;function If(){if(Uf)return rn;Uf=1,Object.defineProperty(rn,"__esModule",{value:!0}),rn.es2024_promise=void 0;const e=R();return rn.es2024_promise={PromiseConstructor:e.TYPE,PromiseWithResolvers:e.TYPE},rn}n(If,"requireEs2024_promise");var nn={},xf;function Df(){if(xf)return nn;xf=1,Object.defineProperty(nn,"__esModule",{value:!0}),nn.es2024_regexp=void 0;const e=R();return nn.es2024_regexp={RegExp:e.TYPE},nn}n(Df,"requireEs2024_regexp");var sn={},Ff;function kf(){if(Ff)return sn;Ff=1,Object.defineProperty(sn,"__esModule",{value:!0}),sn.es2024_sharedmemory=void 0;const e=R(),l=wi();return sn.es2024_sharedmemory={...l.es2020_bigint,Atomics:e.TYPE,SharedArrayBuffer:e.TYPE,SharedArrayBufferConstructor:e.TYPE},sn}n(kf,"requireEs2024_sharedmemory");var on={},Nf;function jf(){if(Nf)return on;Nf=1,Object.defineProperty(on,"__esModule",{value:!0}),on.es2024_string=void 0;const e=R();return on.es2024_string={String:e.TYPE},on}n(jf,"requireEs2024_string");var Bf;function Vo(){if(Bf)return Qr;Bf=1,Object.defineProperty(Qr,"__esModule",{value:!0}),Qr.es2024=void 0;const e=Ao(),l=Rf(),i=Co(),f=Mf(),c=If(),u=Df(),t=kf(),r=jf();return Qr.es2024={...e.es2023,...l.es2024_arraybuffer,...i.es2024_collection,...f.es2024_object,...c.es2024_promise,...u.es2024_regexp,...t.es2024_sharedmemory,...r.es2024_string},Qr}n(Vo,"requireEs2024");var an={},qf;function vy(){if(qf)return an;qf=1,Object.defineProperty(an,"__esModule",{value:!0}),an.es2024_full=void 0;const e=re(),l=Te(),i=oe(),f=Vo(),c=ne(),u=ie();return an.es2024_full={...f.es2024,...e.dom,...u.webworker_importscripts,...c.scripthost,...i.dom_iterable,...l.dom_asynciterable},an}n(vy,"requireEs2024_full");var un={},ln={},Gf;function $f(){if(Gf)return ln;Gf=1,Object.defineProperty(ln,"__esModule",{value:!0}),ln.esnext_array=void 0;const e=R();return ln.esnext_array={ArrayConstructor:e.TYPE},ln}n($f,"requireEsnext_array");var cn={},Wf;function Hf(){if(Wf)return cn;Wf=1,Object.defineProperty(cn,"__esModule",{value:!0}),cn.esnext_collection=void 0;const e=R(),l=Co();return cn.esnext_collection={...l.es2024_collection,ReadonlySet:e.TYPE,ReadonlySetLike:e.TYPE,Set:e.TYPE},cn}n(Hf,"requireEsnext_collection");var fn={},Kf;function Xf(){if(Kf)return fn;Kf=1,Object.defineProperty(fn,"__esModule",{value:!0}),fn.esnext_decorators=void 0;const e=R(),l=oo(),i=ae();return fn.esnext_decorators={...i.es2015_symbol,...l.decorators,Function:e.TYPE,SymbolConstructor:e.TYPE},fn}n(Xf,"requireEsnext_decorators");var pn={},zf;function Jf(){if(zf)return pn;zf=1,Object.defineProperty(pn,"__esModule",{value:!0}),pn.esnext_disposable=void 0;const e=R(),l=ue(),i=ae(),f=Oi();return pn.esnext_disposable={...i.es2015_symbol,...l.es2015_iterable,...f.es2018_asynciterable,AsyncDisposable:e.TYPE,AsyncDisposableStack:e.TYPE_VALUE,AsyncDisposableStackConstructor:e.TYPE,AsyncIteratorObject:e.TYPE,Disposable:e.TYPE,DisposableStack:e.TYPE_VALUE,DisposableStackConstructor:e.TYPE,IteratorObject:e.TYPE,SuppressedError:e.TYPE_VALUE,SuppressedErrorConstructor:e.TYPE,SymbolConstructor:e.TYPE},pn}n(Jf,"requireEsnext_disposable");var En={},Qf;function Zf(){if(Qf)return En;Qf=1,Object.defineProperty(En,"__esModule",{value:!0}),En.esnext_intl=void 0;const e=R();return En.esnext_intl={Intl:e.TYPE_VALUE},En}n(Zf,"requireEsnext_intl");var dn={},ep;function tp(){if(ep)return dn;ep=1,Object.defineProperty(dn,"__esModule",{value:!0}),dn.esnext_iterator=void 0;const e=R(),l=ue();return dn.esnext_iterator={...l.es2015_iterable,Iterator:e.TYPE_VALUE,IteratorObjectConstructor:e.TYPE},dn}n(tp,"requireEsnext_iterator");var rp;function np(){if(rp)return un;rp=1,Object.defineProperty(un,"__esModule",{value:!0}),un.esnext=void 0;const e=Vo(),l=$f(),i=Hf(),f=Xf(),c=Jf(),u=Zf(),t=tp();return un.esnext={...e.es2024,...u.esnext_intl,...f.esnext_decorators,...c.esnext_disposable,...i.esnext_collection,...l.esnext_array,...t.esnext_iterator},un}n(np,"requireEsnext");var Tn={},ip;function Yy(){if(ip)return Tn;ip=1,Object.defineProperty(Tn,"__esModule",{value:!0}),Tn.esnext_asynciterable=void 0;const e=R(),l=ue(),i=ae();return Tn.esnext_asynciterable={...i.es2015_symbol,...l.es2015_iterable,AsyncIterable:e.TYPE,AsyncIterableIterator:e.TYPE,AsyncIterator:e.TYPE,AsyncIteratorObject:e.TYPE,SymbolConstructor:e.TYPE},Tn}n(Yy,"requireEsnext_asynciterable");var Pn={},sp;function Ly(){if(sp)return Pn;sp=1,Object.defineProperty(Pn,"__esModule",{value:!0}),Pn.esnext_bigint=void 0;const e=R(),l=Ue();return Pn.esnext_bigint={...l.es2020_intl,BigInt:e.TYPE_VALUE,BigInt64Array:e.TYPE_VALUE,BigInt64ArrayConstructor:e.TYPE,BigIntConstructor:e.TYPE,BigIntToLocaleStringOptions:e.TYPE,BigUint64Array:e.TYPE_VALUE,BigUint64ArrayConstructor:e.TYPE,DataView:e.TYPE,Intl:e.TYPE_VALUE},Pn}n(Ly,"requireEsnext_bigint");var mn={},op;function Ay(){if(op)return mn;op=1,Object.defineProperty(mn,"__esModule",{value:!0}),mn.esnext_full=void 0;const e=re(),l=Te(),i=oe(),f=np(),c=ne(),u=ie();return mn.esnext_full={...f.esnext,...e.dom,...u.webworker_importscripts,...c.scripthost,...i.dom_iterable,...l.dom_asynciterable},mn}n(Ay,"requireEsnext_full");var yn={},ap;function Cy(){if(ap)return yn;ap=1,Object.defineProperty(yn,"__esModule",{value:!0}),yn.esnext_object=void 0;const e=R();return yn.esnext_object={ObjectConstructor:e.TYPE},yn}n(Cy,"requireEsnext_object");var hn={},up;function Vy(){if(up)return hn;up=1,Object.defineProperty(hn,"__esModule",{value:!0}),hn.esnext_promise=void 0;const e=R();return hn.esnext_promise={PromiseConstructor:e.TYPE,PromiseWithResolvers:e.TYPE},hn}n(Vy,"requireEsnext_promise");var _n={},lp;function Ry(){if(lp)return _n;lp=1,Object.defineProperty(_n,"__esModule",{value:!0}),_n.esnext_regexp=void 0;const e=R();return _n.esnext_regexp={RegExp:e.TYPE},_n}n(Ry,"requireEsnext_regexp");var bn={},cp;function Oy(){if(cp)return bn;cp=1,Object.defineProperty(bn,"__esModule",{value:!0}),bn.esnext_string=void 0;const e=R();return bn.esnext_string={String:e.TYPE},bn}n(Oy,"requireEsnext_string");var gn={},fp;function wy(){if(fp)return gn;fp=1,Object.defineProperty(gn,"__esModule",{value:!0}),gn.esnext_symbol=void 0;const e=R();return gn.esnext_symbol={Symbol:e.TYPE},gn}n(wy,"requireEsnext_symbol");var Sn={},pp;function My(){if(pp)return Sn;pp=1,Object.defineProperty(Sn,"__esModule",{value:!0}),Sn.esnext_weakref=void 0;const e=R(),l=qe();return Sn.esnext_weakref={...l.es2015_symbol_wellknown,FinalizationRegistry:e.TYPE_VALUE,FinalizationRegistryConstructor:e.TYPE,WeakRef:e.TYPE_VALUE,WeakRefConstructor:e.TYPE},Sn}n(My,"requireEsnext_weakref");var vn={},Ep;function Uy(){if(Ep)return vn;Ep=1,Object.defineProperty(vn,"__esModule",{value:!0}),vn.lib=void 0;const e=re(),l=Ri(),i=ne(),f=ie();return vn.lib={...l.es5,...e.dom,...f.webworker_importscripts,...i.scripthost},vn}n(Uy,"requireLib$1");var Yn={},dp;function Iy(){if(dp)return Yn;dp=1,Object.defineProperty(Yn,"__esModule",{value:!0}),Yn.webworker=void 0;const e=R();return Yn.webworker={AbortController:e.TYPE_VALUE,AbortSignal:e.TYPE_VALUE,AbortSignalEventMap:e.TYPE,AbstractWorker:e.TYPE,AbstractWorkerEventMap:e.TYPE,AddEventListenerOptions:e.TYPE,AesCbcParams:e.TYPE,AesCtrParams:e.TYPE,AesDerivedKeyParams:e.TYPE,AesGcmParams:e.TYPE,AesKeyAlgorithm:e.TYPE,AesKeyGenParams:e.TYPE,Algorithm:e.TYPE,AlgorithmIdentifier:e.TYPE,AllowSharedBufferSource:e.TYPE,AlphaOption:e.TYPE,ANGLE_instanced_arrays:e.TYPE,AnimationFrameProvider:e.TYPE,AudioConfiguration:e.TYPE,AudioData:e.TYPE_VALUE,AudioDataCopyToOptions:e.TYPE,AudioDataInit:e.TYPE,AudioDataOutputCallback:e.TYPE,AudioDecoder:e.TYPE_VALUE,AudioDecoderConfig:e.TYPE,AudioDecoderEventMap:e.TYPE,AudioDecoderInit:e.TYPE,AudioDecoderSupport:e.TYPE,AudioEncoder:e.TYPE_VALUE,AudioEncoderConfig:e.TYPE,AudioEncoderEventMap:e.TYPE,AudioEncoderInit:e.TYPE,AudioEncoderSupport:e.TYPE,AudioSampleFormat:e.TYPE,AvcBitstreamFormat:e.TYPE,AvcEncoderConfig:e.TYPE,BigInteger:e.TYPE,BinaryType:e.TYPE,BitrateMode:e.TYPE,Blob:e.TYPE_VALUE,BlobPart:e.TYPE,BlobPropertyBag:e.TYPE,Body:e.TYPE,BodyInit:e.TYPE,BroadcastChannel:e.TYPE_VALUE,BroadcastChannelEventMap:e.TYPE,BufferSource:e.TYPE,ByteLengthQueuingStrategy:e.TYPE_VALUE,Cache:e.TYPE_VALUE,CacheQueryOptions:e.TYPE,CacheStorage:e.TYPE_VALUE,CanvasCompositing:e.TYPE,CanvasDirection:e.TYPE,CanvasDrawImage:e.TYPE,CanvasDrawPath:e.TYPE,CanvasFillRule:e.TYPE,CanvasFillStrokeStyles:e.TYPE,CanvasFilters:e.TYPE,CanvasFontKerning:e.TYPE,CanvasFontStretch:e.TYPE,CanvasFontVariantCaps:e.TYPE,CanvasGradient:e.TYPE_VALUE,CanvasImageData:e.TYPE,CanvasImageSmoothing:e.TYPE,CanvasImageSource:e.TYPE,CanvasLineCap:e.TYPE,CanvasLineJoin:e.TYPE,CanvasPath:e.TYPE,CanvasPathDrawingStyles:e.TYPE,CanvasPattern:e.TYPE_VALUE,CanvasRect:e.TYPE,CanvasShadowStyles:e.TYPE,CanvasState:e.TYPE,CanvasText:e.TYPE,CanvasTextAlign:e.TYPE,CanvasTextBaseline:e.TYPE,CanvasTextDrawingStyles:e.TYPE,CanvasTextRendering:e.TYPE,CanvasTransform:e.TYPE,Client:e.TYPE_VALUE,ClientQueryOptions:e.TYPE,Clients:e.TYPE_VALUE,ClientTypes:e.TYPE,CloseEvent:e.TYPE_VALUE,CloseEventInit:e.TYPE,CodecState:e.TYPE,ColorGamut:e.TYPE,ColorSpaceConversion:e.TYPE,CompressionFormat:e.TYPE,CompressionStream:e.TYPE_VALUE,Console:e.TYPE,CountQueuingStrategy:e.TYPE_VALUE,Crypto:e.TYPE_VALUE,CryptoKey:e.TYPE_VALUE,CryptoKeyPair:e.TYPE,CSSImageValue:e.TYPE_VALUE,CSSKeywordish:e.TYPE,CSSKeywordValue:e.TYPE_VALUE,CSSMathClamp:e.TYPE_VALUE,CSSMathInvert:e.TYPE_VALUE,CSSMathMax:e.TYPE_VALUE,CSSMathMin:e.TYPE_VALUE,CSSMathNegate:e.TYPE_VALUE,CSSMathOperator:e.TYPE,CSSMathProduct:e.TYPE_VALUE,CSSMathSum:e.TYPE_VALUE,CSSMathValue:e.TYPE_VALUE,CSSMatrixComponent:e.TYPE_VALUE,CSSMatrixComponentOptions:e.TYPE,CSSNumberish:e.TYPE,CSSNumericArray:e.TYPE_VALUE,CSSNumericBaseType:e.TYPE,CSSNumericType:e.TYPE,CSSNumericValue:e.TYPE_VALUE,CSSPerspective:e.TYPE_VALUE,CSSPerspectiveValue:e.TYPE,CSSRotate:e.TYPE_VALUE,CSSScale:e.TYPE_VALUE,CSSSkew:e.TYPE_VALUE,CSSSkewX:e.TYPE_VALUE,CSSSkewY:e.TYPE_VALUE,CSSStyleValue:e.TYPE_VALUE,CSSTransformComponent:e.TYPE_VALUE,CSSTransformValue:e.TYPE_VALUE,CSSTranslate:e.TYPE_VALUE,CSSUnitValue:e.TYPE_VALUE,CSSUnparsedSegment:e.TYPE,CSSUnparsedValue:e.TYPE_VALUE,CSSVariableReferenceValue:e.TYPE_VALUE,CustomEvent:e.TYPE_VALUE,CustomEventInit:e.TYPE,DecompressionStream:e.TYPE_VALUE,DedicatedWorkerGlobalScope:e.TYPE_VALUE,DedicatedWorkerGlobalScopeEventMap:e.TYPE,DocumentVisibilityState:e.TYPE,DOMException:e.TYPE_VALUE,DOMHighResTimeStamp:e.TYPE,DOMMatrix:e.TYPE_VALUE,DOMMatrix2DInit:e.TYPE,DOMMatrixInit:e.TYPE,DOMMatrixReadOnly:e.TYPE_VALUE,DOMPoint:e.TYPE_VALUE,DOMPointInit:e.TYPE,DOMPointReadOnly:e.TYPE_VALUE,DOMQuad:e.TYPE_VALUE,DOMQuadInit:e.TYPE,DOMRect:e.TYPE_VALUE,DOMRectInit:e.TYPE,DOMRectReadOnly:e.TYPE_VALUE,DOMStringList:e.TYPE_VALUE,EcdhKeyDeriveParams:e.TYPE,EcdsaParams:e.TYPE,EcKeyGenParams:e.TYPE,EcKeyImportParams:e.TYPE,EncodedAudioChunk:e.TYPE_VALUE,EncodedAudioChunkInit:e.TYPE,EncodedAudioChunkMetadata:e.TYPE,EncodedAudioChunkOutputCallback:e.TYPE,EncodedAudioChunkType:e.TYPE,EncodedVideoChunk:e.TYPE_VALUE,EncodedVideoChunkInit:e.TYPE,EncodedVideoChunkMetadata:e.TYPE,EncodedVideoChunkOutputCallback:e.TYPE,EncodedVideoChunkType:e.TYPE,EndingType:e.TYPE,EpochTimeStamp:e.TYPE,ErrorEvent:e.TYPE_VALUE,ErrorEventInit:e.TYPE,Event:e.TYPE_VALUE,EventInit:e.TYPE,EventListener:e.TYPE,EventListenerObject:e.TYPE,EventListenerOptions:e.TYPE,EventListenerOrEventListenerObject:e.TYPE,EventSource:e.TYPE_VALUE,EventSourceEventMap:e.TYPE,EventSourceInit:e.TYPE,EventTarget:e.TYPE_VALUE,EXT_blend_minmax:e.TYPE,EXT_color_buffer_float:e.TYPE,EXT_color_buffer_half_float:e.TYPE,EXT_float_blend:e.TYPE,EXT_frag_depth:e.TYPE,EXT_shader_texture_lod:e.TYPE,EXT_sRGB:e.TYPE,EXT_texture_compression_bptc:e.TYPE,EXT_texture_compression_rgtc:e.TYPE,EXT_texture_filter_anisotropic:e.TYPE,EXT_texture_norm16:e.TYPE,ExtendableEvent:e.TYPE_VALUE,ExtendableEventInit:e.TYPE,ExtendableMessageEvent:e.TYPE_VALUE,ExtendableMessageEventInit:e.TYPE,FetchEvent:e.TYPE_VALUE,FetchEventInit:e.TYPE,File:e.TYPE_VALUE,FileList:e.TYPE_VALUE,FilePropertyBag:e.TYPE,FileReader:e.TYPE_VALUE,FileReaderEventMap:e.TYPE,FileReaderSync:e.TYPE_VALUE,FileSystemCreateWritableOptions:e.TYPE,FileSystemDirectoryHandle:e.TYPE_VALUE,FileSystemFileHandle:e.TYPE_VALUE,FileSystemGetDirectoryOptions:e.TYPE,FileSystemGetFileOptions:e.TYPE,FileSystemHandle:e.TYPE_VALUE,FileSystemHandleKind:e.TYPE,FileSystemReadWriteOptions:e.TYPE,FileSystemRemoveOptions:e.TYPE,FileSystemSyncAccessHandle:e.TYPE_VALUE,FileSystemWritableFileStream:e.TYPE_VALUE,FileSystemWriteChunkType:e.TYPE,Float32List:e.TYPE,FontDisplay:e.TYPE,FontFace:e.TYPE_VALUE,FontFaceDescriptors:e.TYPE,FontFaceLoadStatus:e.TYPE,FontFaceSet:e.TYPE_VALUE,FontFaceSetEventMap:e.TYPE,FontFaceSetLoadEvent:e.TYPE_VALUE,FontFaceSetLoadEventInit:e.TYPE,FontFaceSetLoadStatus:e.TYPE,FontFaceSource:e.TYPE,FormData:e.TYPE_VALUE,FormDataEntryValue:e.TYPE,FrameRequestCallback:e.TYPE,FrameType:e.TYPE,GenericTransformStream:e.TYPE,GetNotificationOptions:e.TYPE,GLbitfield:e.TYPE,GLboolean:e.TYPE,GLclampf:e.TYPE,GLenum:e.TYPE,GLfloat:e.TYPE,GLint:e.TYPE,GLint64:e.TYPE,GLintptr:e.TYPE,GlobalCompositeOperation:e.TYPE,GLsizei:e.TYPE,GLsizeiptr:e.TYPE,GLuint:e.TYPE,GLuint64:e.TYPE,HardwareAcceleration:e.TYPE,HashAlgorithmIdentifier:e.TYPE,HdrMetadataType:e.TYPE,Headers:e.TYPE_VALUE,HeadersInit:e.TYPE,HkdfParams:e.TYPE,HmacImportParams:e.TYPE,HmacKeyGenParams:e.TYPE,IDBCursor:e.TYPE_VALUE,IDBCursorDirection:e.TYPE,IDBCursorWithValue:e.TYPE_VALUE,IDBDatabase:e.TYPE_VALUE,IDBDatabaseEventMap:e.TYPE,IDBDatabaseInfo:e.TYPE,IDBFactory:e.TYPE_VALUE,IDBIndex:e.TYPE_VALUE,IDBIndexParameters:e.TYPE,IDBKeyRange:e.TYPE_VALUE,IDBObjectStore:e.TYPE_VALUE,IDBObjectStoreParameters:e.TYPE,IDBOpenDBRequest:e.TYPE_VALUE,IDBOpenDBRequestEventMap:e.TYPE,IDBRequest:e.TYPE_VALUE,IDBRequestEventMap:e.TYPE,IDBRequestReadyState:e.TYPE,IDBTransaction:e.TYPE_VALUE,IDBTransactionDurability:e.TYPE,IDBTransactionEventMap:e.TYPE,IDBTransactionMode:e.TYPE,IDBTransactionOptions:e.TYPE,IDBValidKey:e.TYPE,IDBVersionChangeEvent:e.TYPE_VALUE,IDBVersionChangeEventInit:e.TYPE,ImageBitmap:e.TYPE_VALUE,ImageBitmapOptions:e.TYPE,ImageBitmapRenderingContext:e.TYPE_VALUE,ImageBitmapRenderingContextSettings:e.TYPE,ImageBitmapSource:e.TYPE,ImageData:e.TYPE_VALUE,ImageDataSettings:e.TYPE,ImageEncodeOptions:e.TYPE,ImageOrientation:e.TYPE,ImageSmoothingQuality:e.TYPE,ImportMeta:e.TYPE,Int32List:e.TYPE,JsonWebKey:e.TYPE,KeyAlgorithm:e.TYPE,KeyFormat:e.TYPE,KeyType:e.TYPE,KeyUsage:e.TYPE,KHR_parallel_shader_compile:e.TYPE,LatencyMode:e.TYPE,Lock:e.TYPE_VALUE,LockGrantedCallback:e.TYPE,LockInfo:e.TYPE,LockManager:e.TYPE_VALUE,LockManagerSnapshot:e.TYPE,LockMode:e.TYPE,LockOptions:e.TYPE,MediaCapabilities:e.TYPE_VALUE,MediaCapabilitiesDecodingInfo:e.TYPE,MediaCapabilitiesEncodingInfo:e.TYPE,MediaCapabilitiesInfo:e.TYPE,MediaConfiguration:e.TYPE,MediaDecodingConfiguration:e.TYPE,MediaDecodingType:e.TYPE,MediaEncodingConfiguration:e.TYPE,MediaEncodingType:e.TYPE,MediaSourceHandle:e.TYPE_VALUE,MediaStreamTrackProcessor:e.TYPE_VALUE,MediaStreamTrackProcessorInit:e.TYPE,MessageChannel:e.TYPE_VALUE,MessageEvent:e.TYPE_VALUE,MessageEventInit:e.TYPE,MessageEventSource:e.TYPE,MessagePort:e.TYPE_VALUE,MessagePortEventMap:e.TYPE,MultiCacheQueryOptions:e.TYPE,NamedCurve:e.TYPE,NavigationPreloadManager:e.TYPE_VALUE,NavigationPreloadState:e.TYPE,NavigatorBadge:e.TYPE,NavigatorConcurrentHardware:e.TYPE,NavigatorID:e.TYPE,NavigatorLanguage:e.TYPE,NavigatorLocks:e.TYPE,NavigatorOnLine:e.TYPE,NavigatorStorage:e.TYPE,Notification:e.TYPE_VALUE,NotificationDirection:e.TYPE,NotificationEvent:e.TYPE_VALUE,NotificationEventInit:e.TYPE,NotificationEventMap:e.TYPE,NotificationOptions:e.TYPE,NotificationPermission:e.TYPE,OES_draw_buffers_indexed:e.TYPE,OES_element_index_uint:e.TYPE,OES_fbo_render_mipmap:e.TYPE,OES_standard_derivatives:e.TYPE,OES_texture_float:e.TYPE,OES_texture_float_linear:e.TYPE,OES_texture_half_float:e.TYPE,OES_texture_half_float_linear:e.TYPE,OES_vertex_array_object:e.TYPE,OffscreenCanvas:e.TYPE_VALUE,OffscreenCanvasEventMap:e.TYPE,OffscreenCanvasRenderingContext2D:e.TYPE_VALUE,OffscreenRenderingContext:e.TYPE,OffscreenRenderingContextId:e.TYPE,OnErrorEventHandler:e.TYPE,OnErrorEventHandlerNonNull:e.TYPE,OpusBitstreamFormat:e.TYPE,OpusEncoderConfig:e.TYPE,OVR_multiview2:e.TYPE,Path2D:e.TYPE_VALUE,Pbkdf2Params:e.TYPE,Performance:e.TYPE_VALUE,PerformanceEntry:e.TYPE_VALUE,PerformanceEntryList:e.TYPE,PerformanceEventMap:e.TYPE,PerformanceMark:e.TYPE_VALUE,PerformanceMarkOptions:e.TYPE,PerformanceMeasure:e.TYPE_VALUE,PerformanceMeasureOptions:e.TYPE,PerformanceObserver:e.TYPE_VALUE,PerformanceObserverCallback:e.TYPE,PerformanceObserverEntryList:e.TYPE_VALUE,PerformanceObserverInit:e.TYPE,PerformanceResourceTiming:e.TYPE_VALUE,PerformanceServerTiming:e.TYPE_VALUE,PermissionDescriptor:e.TYPE,PermissionName:e.TYPE,Permissions:e.TYPE_VALUE,PermissionState:e.TYPE,PermissionStatus:e.TYPE_VALUE,PermissionStatusEventMap:e.TYPE,PlaneLayout:e.TYPE,PredefinedColorSpace:e.TYPE,PremultiplyAlpha:e.TYPE,ProgressEvent:e.TYPE_VALUE,ProgressEventInit:e.TYPE,PromiseRejectionEvent:e.TYPE_VALUE,PromiseRejectionEventInit:e.TYPE,PushEncryptionKeyName:e.TYPE,PushEvent:e.TYPE_VALUE,PushEventInit:e.TYPE,PushManager:e.TYPE_VALUE,PushMessageData:e.TYPE_VALUE,PushMessageDataInit:e.TYPE,PushSubscription:e.TYPE_VALUE,PushSubscriptionJSON:e.TYPE,PushSubscriptionOptions:e.TYPE_VALUE,PushSubscriptionOptionsInit:e.TYPE,QueuingStrategy:e.TYPE,QueuingStrategyInit:e.TYPE,QueuingStrategySize:e.TYPE,ReadableByteStreamController:e.TYPE_VALUE,ReadableStream:e.TYPE_VALUE,ReadableStreamBYOBReader:e.TYPE_VALUE,ReadableStreamBYOBRequest:e.TYPE_VALUE,ReadableStreamController:e.TYPE,ReadableStreamDefaultController:e.TYPE_VALUE,ReadableStreamDefaultReader:e.TYPE_VALUE,ReadableStreamGenericReader:e.TYPE,ReadableStreamGetReaderOptions:e.TYPE,ReadableStreamIteratorOptions:e.TYPE,ReadableStreamReadDoneResult:e.TYPE,ReadableStreamReader:e.TYPE,ReadableStreamReaderMode:e.TYPE,ReadableStreamReadResult:e.TYPE,ReadableStreamReadValueResult:e.TYPE,ReadableStreamType:e.TYPE,ReadableWritablePair:e.TYPE,ReferrerPolicy:e.TYPE,RegistrationOptions:e.TYPE,Report:e.TYPE_VALUE,ReportBody:e.TYPE_VALUE,ReportingObserver:e.TYPE_VALUE,ReportingObserverCallback:e.TYPE,ReportingObserverOptions:e.TYPE,ReportList:e.TYPE,Request:e.TYPE_VALUE,RequestCache:e.TYPE,RequestCredentials:e.TYPE,RequestDestination:e.TYPE,RequestInfo:e.TYPE,RequestInit:e.TYPE,RequestMode:e.TYPE,RequestPriority:e.TYPE,RequestRedirect:e.TYPE,ResizeQuality:e.TYPE,Response:e.TYPE_VALUE,ResponseInit:e.TYPE,ResponseType:e.TYPE,RsaHashedImportParams:e.TYPE,RsaHashedKeyGenParams:e.TYPE,RsaKeyGenParams:e.TYPE,RsaOaepParams:e.TYPE,RsaOtherPrimesInfo:e.TYPE,RsaPssParams:e.TYPE,RTCEncodedAudioFrame:e.TYPE_VALUE,RTCEncodedAudioFrameMetadata:e.TYPE,RTCEncodedVideoFrame:e.TYPE_VALUE,RTCEncodedVideoFrameMetadata:e.TYPE,RTCEncodedVideoFrameType:e.TYPE,RTCRtpScriptTransformer:e.TYPE_VALUE,RTCTransformEvent:e.TYPE_VALUE,SecurityPolicyViolationEvent:e.TYPE_VALUE,SecurityPolicyViolationEventDisposition:e.TYPE,SecurityPolicyViolationEventInit:e.TYPE,ServiceWorker:e.TYPE_VALUE,ServiceWorkerContainer:e.TYPE_VALUE,ServiceWorkerContainerEventMap:e.TYPE,ServiceWorkerEventMap:e.TYPE,ServiceWorkerGlobalScope:e.TYPE_VALUE,ServiceWorkerGlobalScopeEventMap:e.TYPE,ServiceWorkerRegistration:e.TYPE_VALUE,ServiceWorkerRegistrationEventMap:e.TYPE,ServiceWorkerState:e.TYPE,ServiceWorkerUpdateViaCache:e.TYPE,SharedWorkerGlobalScope:e.TYPE_VALUE,SharedWorkerGlobalScopeEventMap:e.TYPE,StorageEstimate:e.TYPE,StorageManager:e.TYPE_VALUE,StreamPipeOptions:e.TYPE,StructuredSerializeOptions:e.TYPE,StylePropertyMapReadOnly:e.TYPE_VALUE,SubtleCrypto:e.TYPE_VALUE,TexImageSource:e.TYPE,TextDecodeOptions:e.TYPE,TextDecoder:e.TYPE_VALUE,TextDecoderCommon:e.TYPE,TextDecoderOptions:e.TYPE,TextDecoderStream:e.TYPE_VALUE,TextEncoder:e.TYPE_VALUE,TextEncoderCommon:e.TYPE,TextEncoderEncodeIntoResult:e.TYPE,TextEncoderStream:e.TYPE_VALUE,TextMetrics:e.TYPE_VALUE,TimerHandler:e.TYPE,Transferable:e.TYPE,TransferFunction:e.TYPE,Transformer:e.TYPE,TransformerFlushCallback:e.TYPE,TransformerStartCallback:e.TYPE,TransformerTransformCallback:e.TYPE,TransformStream:e.TYPE_VALUE,TransformStreamDefaultController:e.TYPE_VALUE,Uint32List:e.TYPE,UnderlyingByteSource:e.TYPE,UnderlyingDefaultSource:e.TYPE,UnderlyingSink:e.TYPE,UnderlyingSinkAbortCallback:e.TYPE,UnderlyingSinkCloseCallback:e.TYPE,UnderlyingSinkStartCallback:e.TYPE,UnderlyingSinkWriteCallback:e.TYPE,UnderlyingSource:e.TYPE,UnderlyingSourceCancelCallback:e.TYPE,UnderlyingSourcePullCallback:e.TYPE,UnderlyingSourceStartCallback:e.TYPE,URL:e.TYPE_VALUE,URLSearchParams:e.TYPE_VALUE,VideoColorPrimaries:e.TYPE,VideoColorSpace:e.TYPE_VALUE,VideoColorSpaceInit:e.TYPE,VideoConfiguration:e.TYPE,VideoDecoder:e.TYPE_VALUE,VideoDecoderConfig:e.TYPE,VideoDecoderEventMap:e.TYPE,VideoDecoderInit:e.TYPE,VideoDecoderSupport:e.TYPE,VideoEncoder:e.TYPE_VALUE,VideoEncoderBitrateMode:e.TYPE,VideoEncoderConfig:e.TYPE,VideoEncoderEncodeOptions:e.TYPE,VideoEncoderEncodeOptionsForAvc:e.TYPE,VideoEncoderEventMap:e.TYPE,VideoEncoderInit:e.TYPE,VideoEncoderSupport:e.TYPE,VideoFrame:e.TYPE_VALUE,VideoFrameBufferInit:e.TYPE,VideoFrameCopyToOptions:e.TYPE,VideoFrameInit:e.TYPE,VideoFrameOutputCallback:e.TYPE,VideoMatrixCoefficients:e.TYPE,VideoPixelFormat:e.TYPE,VideoTransferCharacteristics:e.TYPE,VoidFunction:e.TYPE,WebAssembly:e.TYPE_VALUE,WebCodecsErrorCallback:e.TYPE,WEBGL_color_buffer_float:e.TYPE,WEBGL_compressed_texture_astc:e.TYPE,WEBGL_compressed_texture_etc:e.TYPE,WEBGL_compressed_texture_etc1:e.TYPE,WEBGL_compressed_texture_pvrtc:e.TYPE,WEBGL_compressed_texture_s3tc:e.TYPE,WEBGL_compressed_texture_s3tc_srgb:e.TYPE,WEBGL_debug_renderer_info:e.TYPE,WEBGL_debug_shaders:e.TYPE,WEBGL_depth_texture:e.TYPE,WEBGL_draw_buffers:e.TYPE,WEBGL_lose_context:e.TYPE,WEBGL_multi_draw:e.TYPE,WebGL2RenderingContext:e.TYPE_VALUE,WebGL2RenderingContextBase:e.TYPE,WebGL2RenderingContextOverloads:e.TYPE,WebGLActiveInfo:e.TYPE_VALUE,WebGLBuffer:e.TYPE_VALUE,WebGLContextAttributes:e.TYPE,WebGLContextEvent:e.TYPE_VALUE,WebGLContextEventInit:e.TYPE,WebGLFramebuffer:e.TYPE_VALUE,WebGLPowerPreference:e.TYPE,WebGLProgram:e.TYPE_VALUE,WebGLQuery:e.TYPE_VALUE,WebGLRenderbuffer:e.TYPE_VALUE,WebGLRenderingContext:e.TYPE_VALUE,WebGLRenderingContextBase:e.TYPE,WebGLRenderingContextOverloads:e.TYPE,WebGLSampler:e.TYPE_VALUE,WebGLShader:e.TYPE_VALUE,WebGLShaderPrecisionFormat:e.TYPE_VALUE,WebGLSync:e.TYPE_VALUE,WebGLTexture:e.TYPE_VALUE,WebGLTransformFeedback:e.TYPE_VALUE,WebGLUniformLocation:e.TYPE_VALUE,WebGLVertexArrayObject:e.TYPE_VALUE,WebGLVertexArrayObjectOES:e.TYPE,WebSocket:e.TYPE_VALUE,WebSocketEventMap:e.TYPE,WebTransport:e.TYPE_VALUE,WebTransportBidirectionalStream:e.TYPE_VALUE,WebTransportCloseInfo:e.TYPE,WebTransportCongestionControl:e.TYPE,WebTransportDatagramDuplexStream:e.TYPE_VALUE,WebTransportError:e.TYPE_VALUE,WebTransportErrorOptions:e.TYPE,WebTransportErrorSource:e.TYPE,WebTransportHash:e.TYPE,WebTransportOptions:e.TYPE,WebTransportSendStreamOptions:e.TYPE,WindowClient:e.TYPE_VALUE,WindowOrWorkerGlobalScope:e.TYPE,Worker:e.TYPE_VALUE,WorkerEventMap:e.TYPE,WorkerGlobalScope:e.TYPE_VALUE,WorkerGlobalScopeEventMap:e.TYPE,WorkerLocation:e.TYPE_VALUE,WorkerNavigator:e.TYPE_VALUE,WorkerOptions:e.TYPE,WorkerType:e.TYPE,WritableStream:e.TYPE_VALUE,WritableStreamDefaultController:e.TYPE_VALUE,WritableStreamDefaultWriter:e.TYPE_VALUE,WriteCommandType:e.TYPE,WriteParams:e.TYPE,XMLHttpRequest:e.TYPE_VALUE,XMLHttpRequestBodyInit:e.TYPE,XMLHttpRequestEventMap:e.TYPE,XMLHttpRequestEventTarget:e.TYPE_VALUE,XMLHttpRequestEventTargetEventMap:e.TYPE,XMLHttpRequestResponseType:e.TYPE,XMLHttpRequestUpload:e.TYPE_VALUE},Yn}n(Iy,"requireWebworker");var Ln={},Tp;function xy(){if(Tp)return Ln;Tp=1,Object.defineProperty(Ln,"__esModule",{value:!0}),Ln.webworker_asynciterable=void 0;const e=R();return Ln.webworker_asynciterable={FileSystemDirectoryHandle:e.TYPE,FileSystemDirectoryHandleAsyncIterator:e.TYPE,ReadableStream:e.TYPE,ReadableStreamAsyncIterator:e.TYPE},Ln}n(xy,"requireWebworker_asynciterable");var An={},Pp;function Dy(){if(Pp)return An;Pp=1,Object.defineProperty(An,"__esModule",{value:!0}),An.webworker_iterable=void 0;const e=R();return An.webworker_iterable={AbortSignal:e.TYPE,Cache:e.TYPE,CanvasPath:e.TYPE,CanvasPathDrawingStyles:e.TYPE,CSSNumericArray:e.TYPE,CSSTransformValue:e.TYPE,CSSUnparsedValue:e.TYPE,DOMStringList:e.TYPE,FileList:e.TYPE,FontFaceSet:e.TYPE,FormData:e.TYPE,FormDataIterator:e.TYPE,Headers:e.TYPE,HeadersIterator:e.TYPE,IDBDatabase:e.TYPE,IDBObjectStore:e.TYPE,MessageEvent:e.TYPE,StylePropertyMapReadOnly:e.TYPE,StylePropertyMapReadOnlyIterator:e.TYPE,SubtleCrypto:e.TYPE,URLSearchParams:e.TYPE,URLSearchParamsIterator:e.TYPE,WEBGL_draw_buffers:e.TYPE,WEBGL_multi_draw:e.TYPE,WebGL2RenderingContextBase:e.TYPE,WebGL2RenderingContextOverloads:e.TYPE,WebGLRenderingContextBase:e.TYPE,WebGLRenderingContextOverloads:e.TYPE},An}n(Dy,"requireWebworker_iterable");var mp;function Fy(){if(mp)return Vt;mp=1,Object.defineProperty(Vt,"__esModule",{value:!0}),Vt.lib=void 0;const e=oo(),l=Vl(),i=re(),f=Te(),c=oe(),u=Ri(),t=dy(),r=Ty(),o=Eo(),a=ao(),E=uo(),T=lo(),P=ue(),s=co(),p=fo(),d=po(),y=ae(),m=qe(),g=mo(),Y=To(),h=Py(),L=Po(),V=yo(),O=Zl(),w=tc(),N=my(),D=nc(),M=sc(),k=ac(),U=lc(),B=fc(),J=_o(),$=Pc(),X=Oi(),Q=yy(),Z=ho(),Le=hc(),le=bc(),Ie=bo(),ui=Yc(),W=hy(),$e=Ac(),We=Vc(),Ae=Oc(),Ce=Mc(),li=So(),Ui=wi(),Ii=kc(),ci=_y(),xi=Ue(),fi=jc(),Di=qc(),pi=$c(),Fi=Kc(),Ei=go(),ki=Yo(),Ni=by(),ji=Qc(),di=vo(),Bi=tf(),fe=nf(),G=Lo(),pe=uf(),me=cf(),xe=gy(),qi=pf(),Ti=df(),Gi=Pf(),ye=yf(),$i=Ao(),Wi=gf(),b=vf(),S=Sy(),_=Lf(),v=Vo(),C=Rf(),A=Co(),I=vy(),q=Mf(),ee=If(),Pi=Df(),Ve=kf(),gE=jf(),SE=np(),vE=$f(),YE=Yy(),LE=Ly(),AE=Hf(),CE=Xf(),VE=Jf(),RE=Ay(),OE=Zf(),wE=tp(),ME=Cy(),UE=Vy(),IE=Ry(),xE=Oy(),DE=wy(),FE=My(),kE=Uy(),NE=ne(),jE=Iy(),BE=xy(),qE=ie(),GE=Dy(),$E={decorators:e.decorators,"decorators.legacy":l.decorators_legacy,dom:i.dom,"dom.asynciterable":f.dom_asynciterable,"dom.iterable":c.dom_iterable,es5:u.es5,es6:t.es6,es7:r.es7,es2015:o.es2015,"es2015.collection":a.es2015_collection,"es2015.core":E.es2015_core,"es2015.generator":T.es2015_generator,"es2015.iterable":P.es2015_iterable,"es2015.promise":s.es2015_promise,"es2015.proxy":p.es2015_proxy,"es2015.reflect":d.es2015_reflect,"es2015.symbol":y.es2015_symbol,"es2015.symbol.wellknown":m.es2015_symbol_wellknown,es2016:g.es2016,"es2016.array.include":Y.es2016_array_include,"es2016.full":h.es2016_full,"es2016.intl":L.es2016_intl,es2017:V.es2017,"es2017.arraybuffer":O.es2017_arraybuffer,"es2017.date":w.es2017_date,"es2017.full":N.es2017_full,"es2017.intl":D.es2017_intl,"es2017.object":M.es2017_object,"es2017.sharedmemory":k.es2017_sharedmemory,"es2017.string":U.es2017_string,"es2017.typedarrays":B.es2017_typedarrays,es2018:J.es2018,"es2018.asyncgenerator":$.es2018_asyncgenerator,"es2018.asynciterable":X.es2018_asynciterable,"es2018.full":Q.es2018_full,"es2018.intl":Z.es2018_intl,"es2018.promise":Le.es2018_promise,"es2018.regexp":le.es2018_regexp,es2019:Ie.es2019,"es2019.array":ui.es2019_array,"es2019.full":W.es2019_full,"es2019.intl":$e.es2019_intl,"es2019.object":We.es2019_object,"es2019.string":Ae.es2019_string,"es2019.symbol":Ce.es2019_symbol,es2020:li.es2020,"es2020.bigint":Ui.es2020_bigint,"es2020.date":Ii.es2020_date,"es2020.full":ci.es2020_full,"es2020.intl":xi.es2020_intl,"es2020.number":fi.es2020_number,"es2020.promise":Di.es2020_promise,"es2020.sharedmemory":pi.es2020_sharedmemory,"es2020.string":Fi.es2020_string,"es2020.symbol.wellknown":Ei.es2020_symbol_wellknown,es2021:ki.es2021,"es2021.full":Ni.es2021_full,"es2021.intl":ji.es2021_intl,"es2021.promise":di.es2021_promise,"es2021.string":Bi.es2021_string,"es2021.weakref":fe.es2021_weakref,es2022:G.es2022,"es2022.array":pe.es2022_array,"es2022.error":me.es2022_error,"es2022.full":xe.es2022_full,"es2022.intl":qi.es2022_intl,"es2022.object":Ti.es2022_object,"es2022.regexp":Gi.es2022_regexp,"es2022.string":ye.es2022_string,es2023:$i.es2023,"es2023.array":Wi.es2023_array,"es2023.collection":b.es2023_collection,"es2023.full":S.es2023_full,"es2023.intl":_.es2023_intl,es2024:v.es2024,"es2024.arraybuffer":C.es2024_arraybuffer,"es2024.collection":A.es2024_collection,"es2024.full":I.es2024_full,"es2024.object":q.es2024_object,"es2024.promise":ee.es2024_promise,"es2024.regexp":Pi.es2024_regexp,"es2024.sharedmemory":Ve.es2024_sharedmemory,"es2024.string":gE.es2024_string,esnext:SE.esnext,"esnext.array":vE.esnext_array,"esnext.asynciterable":YE.esnext_asynciterable,"esnext.bigint":LE.esnext_bigint,"esnext.collection":AE.esnext_collection,"esnext.decorators":CE.esnext_decorators,"esnext.disposable":VE.esnext_disposable,"esnext.full":RE.esnext_full,"esnext.intl":OE.esnext_intl,"esnext.iterator":wE.esnext_iterator,"esnext.object":ME.esnext_object,"esnext.promise":UE.esnext_promise,"esnext.regexp":IE.esnext_regexp,"esnext.string":xE.esnext_string,"esnext.symbol":DE.esnext_symbol,"esnext.weakref":FE.esnext_weakref,lib:kE.lib,scripthost:NE.scripthost,webworker:jE.webworker,"webworker.asynciterable":BE.webworker_asynciterable,"webworker.importscripts":qE.webworker_importscripts,"webworker.iterable":GE.webworker_iterable};return Vt.lib=$E,Vt}n(Fy,"requireLib");var Cn={},Vn={},Rn={},On={},wn={},Pe={},yp;function Ro(){if(yp)return Pe;yp=1,Object.defineProperty(Pe,"__esModule",{value:!0}),Pe.ReferenceTypeFlag=Pe.ReferenceFlag=Pe.Reference=void 0;const e=Vi();var l;(function(u){u[u.Read=1]="Read",u[u.Write=2]="Write",u[u.ReadWrite=3]="ReadWrite"})(l||(Pe.ReferenceFlag=l={}));const i=(0,e.createIdGenerator)();var f;(function(u){u[u.Value=1]="Value",u[u.Type=2]="Type"})(f||(Pe.ReferenceTypeFlag=f={}));let c=class{static{n(this,"Reference")}$id=i();#e;from;identifier;init;maybeImplicitGlobal;resolved;writeExpr;#t;constructor(t,r,o,a,E,T,P=f.Value){this.identifier=t,this.from=r,this.resolved=null,this.#e=o,this.isWrite()&&(this.writeExpr=a,this.init=T),this.maybeImplicitGlobal=E,this.#t=P}get isTypeReference(){return(this.#t&f.Type)!==0}get isValueReference(){return(this.#t&f.Value)!==0}isWrite(){return!!(this.#e&l.Write)}isRead(){return!!(this.#e&l.Read)}isReadOnly(){return this.#e===l.Read}isWriteOnly(){return this.#e===l.Write}isReadWrite(){return this.#e===l.ReadWrite}};return Pe.Reference=c,Pe}n(Ro,"requireReference");var Oo={},Mn={},Un={},hp;function _p(){if(hp)return Un;hp=1,Object.defineProperty(Un,"__esModule",{value:!0}),Un.VariableBase=void 0;const l=(0,Vi().createIdGenerator)();let i=class{static{n(this,"VariableBase")}$id=l();defs=[];eslintUsed=!1;identifiers=[];name;references=[];scope;constructor(c,u){this.name=c,this.scope=u}};return Un.VariableBase=i,Un}n(_p,"requireVariableBase");var bp;function gp(){if(bp)return Mn;bp=1,Object.defineProperty(Mn,"__esModule",{value:!0}),Mn.ESLintScopeVariable=void 0;const e=_p();let l=class extends e.VariableBase{static{n(this,"ESLintScopeVariable")}writeable;eslintExplicitGlobal;eslintImplicitGlobalSetting;eslintExplicitGlobalComments};return Mn.ESLintScopeVariable=l,Mn}n(gp,"requireESLintScopeVariable");var In={},Sp;function ky(){if(Sp)return In;Sp=1,Object.defineProperty(In,"__esModule",{value:!0}),In.ImplicitLibVariable=void 0;const e=gp();let l=class extends e.ESLintScopeVariable{static{n(this,"ImplicitLibVariable")}isTypeVariable;isValueVariable;constructor(f,c,{eslintImplicitGlobalSetting:u,isTypeVariable:t,isValueVariable:r,writeable:o}){super(c,f),this.isTypeVariable=t??!1,this.isValueVariable=r??!1,this.writeable=o??!1,this.eslintImplicitGlobalSetting=u??"readonly"}};return In.ImplicitLibVariable=l,In}n(ky,"requireImplicitLibVariable");var xn={},vp;function Ny(){if(vp)return xn;vp=1,Object.defineProperty(xn,"__esModule",{value:!0}),xn.Variable=void 0;const e=_p();let l=class extends e.VariableBase{static{n(this,"Variable")}get isTypeVariable(){return this.defs.length===0?!0:this.defs.some(f=>f.isTypeDefinition)}get isValueVariable(){return this.defs.length===0?!0:this.defs.some(f=>f.isVariableDefinition)}};return xn.Variable=l,xn}n(Ny,"requireVariable$1");var Yp;function wo(){return Yp||(Yp=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.Variable=e.ImplicitLibVariable=e.ESLintScopeVariable=void 0;var l=gp();Object.defineProperty(e,"ESLintScopeVariable",{enumerable:!0,get:n(function(){return l.ESLintScopeVariable},"get")});var i=ky();Object.defineProperty(e,"ImplicitLibVariable",{enumerable:!0,get:n(function(){return i.ImplicitLibVariable},"get")});var f=Ny();Object.defineProperty(e,"Variable",{enumerable:!0,get:n(function(){return f.Variable},"get")})}(Oo)),Oo}n(wo,"requireVariable");var Dn={},Lp;function K(){if(Lp)return Dn;Lp=1,Object.defineProperty(Dn,"__esModule",{value:!0}),Dn.ScopeType=void 0;var e;return function(l){l.block="block",l.catch="catch",l.class="class",l.classFieldInitializer="class-field-initializer",l.classStaticBlock="class-static-block",l.conditionalType="conditionalType",l.for="for",l.function="function",l.functionExpressionName="function-expression-name",l.functionType="functionType",l.global="global",l.mappedType="mappedType",l.module="module",l.switch="switch",l.tsEnum="tsEnum",l.tsModule="tsModule",l.type="type",l.with="with"}(e||(Dn.ScopeType=e={})),Dn}n(K,"requireScopeType");var Ap;function z(){if(Ap)return wn;Ap=1,Object.defineProperty(wn,"__esModule",{value:!0}),wn.ScopeBase=void 0;const e=Ee(),l=Et(),i=Me(),f=Vi(),c=Ro(),u=wo(),t=K();function r(P,s,p){let d;if(P.upper?.isStrict||p||P.type===t.ScopeType.class||P.type===t.ScopeType.conditionalType||P.type===t.ScopeType.functionType||P.type===t.ScopeType.mappedType||P.type===t.ScopeType.module||P.type===t.ScopeType.tsEnum||P.type===t.ScopeType.tsModule||P.type===t.ScopeType.type)return!0;if(P.type===t.ScopeType.block||P.type===t.ScopeType.switch)return!1;if(P.type===t.ScopeType.function){const y=s;switch(y.type){case e.AST_NODE_TYPES.ArrowFunctionExpression:if(y.body.type!==e.AST_NODE_TYPES.BlockStatement)return!1;d=y.body;break;case e.AST_NODE_TYPES.Program:d=y;break;default:d=y.body}if(!d)return!1}else if(P.type===t.ScopeType.global)d=s;else return!1;for(const y of d.body){if(y.type!==e.AST_NODE_TYPES.ExpressionStatement)break;if(y.directive==="use strict")return!0;const m=y.expression;if(m.type!==e.AST_NODE_TYPES.Literal)break;if(m.raw==='"use strict"'||m.raw==="'use strict'"||m.value==="use strict")return!0}return!1}n(r,"isStrictScope");function o(P,s){P.scopes.push(s);const p=P.nodeToScope.get(s.block);p?p.push(s):P.nodeToScope.set(s.block,[s])}n(o,"registerScope");const a=(0,f.createIdGenerator)(),E=new Set([t.ScopeType.classFieldInitializer,t.ScopeType.classStaticBlock,t.ScopeType.function,t.ScopeType.global,t.ScopeType.module,t.ScopeType.tsModule]);let T=class{static{n(this,"ScopeBase")}$id=a();block;childScopes=[];#e;#t;functionExpressionScope=!1;isStrict;leftToResolve=[];references=[];set=new Map;through=[];type;upper;variables=[];#n=n(s=>{let p=this;do p.through.push(s),p=p.upper;while(p)},"#dynamicCloseRef");#o=n((s,p)=>{this.shouldStaticallyCloseForGlobal(s,p)?this.#m(s):this.#n(s)},"#globalCloseRef");#m=n(s=>{n(()=>{const d=s.identifier.name,y=this.set.get(d);if(!y||!this.isValidResolution(s,y))return!1;const m=s.isTypeReference&&y.isTypeVariable,g=s.isValueReference&&y.isValueVariable;return!m&&!g?!1:(y.references.push(s),s.resolved=y,!0)},"resolve")()||this.delegateToUpperScope(s)},"#staticCloseRef");variableScope;constructor(s,p,d,y,m){const g=d;this.type=p,this.#t=this.type===t.ScopeType.global||this.type===t.ScopeType.with,this.block=y,this.variableScope=this.isVariableScope()?this:g.variableScope,this.upper=d,this.isStrict=r(this,y,m),g?.childScopes.push(this),this.#e=s.declaredVariables,o(s,this)}isVariableScope(){return E.has(this.type)}shouldStaticallyCloseForGlobal(s,p){const d=s.identifier.name,y=this.set.get(d);if(!y)return!1;if(p.isModule())return!0;const m=y.defs;return m.length>0&&m.every(g=>!(g.type===i.DefinitionType.Variable&&g.parent.kind==="var"))}close(s){let p;return this.shouldStaticallyClose()?p=this.#m:this.type!=="global"?p=this.#n:p=this.#o,(0,l.assert)(this.leftToResolve),this.leftToResolve.forEach(d=>p(d,s)),this.leftToResolve=null,this.upper}shouldStaticallyClose(){return!this.#t}defineVariable(s,p,d,y,m){const g=typeof s=="string"?s:s.name;let Y=p.get(g);Y||(Y=typeof s=="string"?new u.Variable(g,this):s,p.set(g,Y),d.push(Y)),m&&(Y.defs.push(m),this.addDeclaredVariablesOfNode(Y,m.node),this.addDeclaredVariablesOfNode(Y,m.parent)),y&&Y.identifiers.push(y)}delegateToUpperScope(s){this.upper?.leftToResolve?.push(s),this.through.push(s)}isValidResolution(s,p){return!0}addDeclaredVariablesOfNode(s,p){if(p==null)return;let d=this.#e.get(p);d==null&&(d=[],this.#e.set(p,d)),d.includes(s)||d.push(s)}defineIdentifier(s,p){this.defineVariable(s.name,this.set,this.variables,s,p)}defineLiteralIdentifier(s,p){this.defineVariable(s.value,this.set,this.variables,null,p)}referenceDualValueType(s){const p=new c.Reference(s,this,c.ReferenceFlag.Read,null,null,!1,c.ReferenceTypeFlag.Type|c.ReferenceTypeFlag.Value);this.references.push(p),this.leftToResolve?.push(p)}referenceType(s){const p=new c.Reference(s,this,c.ReferenceFlag.Read,null,null,!1,c.ReferenceTypeFlag.Type);this.references.push(p),this.leftToResolve?.push(p)}referenceValue(s,p=c.ReferenceFlag.Read,d,y,m=!1){const g=new c.Reference(s,this,p,d,y,m,c.ReferenceTypeFlag.Value);this.references.push(g),this.leftToResolve?.push(g)}};return wn.ScopeBase=T,wn}n(z,"requireScopeBase");var Cp;function jy(){if(Cp)return On;Cp=1,Object.defineProperty(On,"__esModule",{value:!0}),On.BlockScope=void 0;const e=z(),l=K();let i=class extends e.ScopeBase{static{n(this,"BlockScope")}constructor(c,u,t){super(c,l.ScopeType.block,u,t,!1)}};return On.BlockScope=i,On}n(jy,"requireBlockScope");var Fn={},Vp;function By(){if(Vp)return Fn;Vp=1,Object.defineProperty(Fn,"__esModule",{value:!0}),Fn.CatchScope=void 0;const e=z(),l=K();let i=class extends e.ScopeBase{static{n(this,"CatchScope")}constructor(c,u,t){super(c,l.ScopeType.catch,u,t,!1)}};return Fn.CatchScope=i,Fn}n(By,"requireCatchScope");var kn={},Rp;function Op(){if(Rp)return kn;Rp=1,Object.defineProperty(kn,"__esModule",{value:!0}),kn.ClassFieldInitializerScope=void 0;const e=z(),l=K();let i=class extends e.ScopeBase{static{n(this,"ClassFieldInitializerScope")}constructor(c,u,t){super(c,l.ScopeType.classFieldInitializer,u,t,!1)}};return kn.ClassFieldInitializerScope=i,kn}n(Op,"requireClassFieldInitializerScope");var Nn={},wp;function qy(){if(wp)return Nn;wp=1,Object.defineProperty(Nn,"__esModule",{value:!0}),Nn.ClassScope=void 0;const e=z(),l=K();let i=class extends e.ScopeBase{static{n(this,"ClassScope")}constructor(c,u,t){super(c,l.ScopeType.class,u,t,!1)}};return Nn.ClassScope=i,Nn}n(qy,"requireClassScope");var jn={},Mp;function Gy(){if(Mp)return jn;Mp=1,Object.defineProperty(jn,"__esModule",{value:!0}),jn.ConditionalTypeScope=void 0;const e=z(),l=K();let i=class extends e.ScopeBase{static{n(this,"ConditionalTypeScope")}constructor(c,u,t){super(c,l.ScopeType.conditionalType,u,t,!1)}};return jn.ConditionalTypeScope=i,jn}n(Gy,"requireConditionalTypeScope");var Bn={},Up;function $y(){if(Up)return Bn;Up=1,Object.defineProperty(Bn,"__esModule",{value:!0}),Bn.ForScope=void 0;const e=z(),l=K();let i=class extends e.ScopeBase{static{n(this,"ForScope")}constructor(c,u,t){super(c,l.ScopeType.for,u,t,!1)}};return Bn.ForScope=i,Bn}n($y,"requireForScope");var qn={},Ip;function Wy(){if(Ip)return qn;Ip=1,Object.defineProperty(qn,"__esModule",{value:!0}),qn.FunctionExpressionNameScope=void 0;const e=Me(),l=z(),i=K();let f=class extends l.ScopeBase{static{n(this,"FunctionExpressionNameScope")}functionExpressionScope;constructor(u,t,r){super(u,i.ScopeType.functionExpressionName,t,r,!1),r.id&&this.defineIdentifier(r.id,new e.FunctionNameDefinition(r.id,r)),this.functionExpressionScope=!0}};return qn.FunctionExpressionNameScope=f,qn}n(Wy,"requireFunctionExpressionNameScope");var Gn={},xp;function Hy(){if(xp)return Gn;xp=1,Object.defineProperty(Gn,"__esModule",{value:!0}),Gn.FunctionScope=void 0;const e=Ee(),l=z(),i=K();let f=class extends l.ScopeBase{static{n(this,"FunctionScope")}constructor(u,t,r,o){super(u,i.ScopeType.function,t,r,o),this.block.type!==e.AST_NODE_TYPES.ArrowFunctionExpression&&this.defineVariable("arguments",this.set,this.variables,null,null)}isValidResolution(u,t){if(this.block.type===e.AST_NODE_TYPES.Program)return!0;const r=this.block.body?.range[0]??-1;return!(t.scope===this&&u.identifier.range[0]<r&&t.defs.every(o=>o.name.range[0]>=r))}};return Gn.FunctionScope=f,Gn}n(Hy,"requireFunctionScope");var $n={},Dp;function Ky(){if(Dp)return $n;Dp=1,Object.defineProperty($n,"__esModule",{value:!0}),$n.FunctionTypeScope=void 0;const e=z(),l=K();let i=class extends e.ScopeBase{static{n(this,"FunctionTypeScope")}constructor(c,u,t){super(c,l.ScopeType.functionType,u,t,!1)}};return $n.FunctionTypeScope=i,$n}n(Ky,"requireFunctionTypeScope");var Wn={},Fp;function Xy(){if(Fp)return Wn;Fp=1,Object.defineProperty(Wn,"__esModule",{value:!0}),Wn.GlobalScope=void 0;const e=Ee(),l=Et(),i=ml(),f=wo(),c=z(),u=K();let t=class extends c.ScopeBase{static{n(this,"GlobalScope")}implicit;constructor(o,a){super(o,u.ScopeType.global,null,a,!1),this.implicit={leftToBeResolved:[],set:new Map,variables:[]}}close(o){(0,l.assert)(this.leftToResolve);for(const a of this.leftToResolve)if(a.maybeImplicitGlobal&&!this.set.has(a.identifier.name)){const E=a.maybeImplicitGlobal,T=E.pattern;T.type===e.AST_NODE_TYPES.Identifier&&this.defineVariable(T.name,this.implicit.set,this.implicit.variables,T,new i.ImplicitGlobalVariableDefinition(E.pattern,E.node))}return this.implicit.leftToBeResolved=this.leftToResolve,super.close(o)}defineImplicitVariable(o,a){this.defineVariable(new f.ImplicitLibVariable(this,o,a),this.set,this.variables,null,null)}};return Wn.GlobalScope=t,Wn}n(Xy,"requireGlobalScope");var Hn={},kp;function zy(){if(kp)return Hn;kp=1,Object.defineProperty(Hn,"__esModule",{value:!0}),Hn.MappedTypeScope=void 0;const e=z(),l=K();let i=class extends e.ScopeBase{static{n(this,"MappedTypeScope")}constructor(c,u,t){super(c,l.ScopeType.mappedType,u,t,!1)}};return Hn.MappedTypeScope=i,Hn}n(zy,"requireMappedTypeScope");var Kn={},Np;function Jy(){if(Np)return Kn;Np=1,Object.defineProperty(Kn,"__esModule",{value:!0}),Kn.ModuleScope=void 0;const e=z(),l=K();let i=class extends e.ScopeBase{static{n(this,"ModuleScope")}constructor(c,u,t){super(c,l.ScopeType.module,u,t,!1)}};return Kn.ModuleScope=i,Kn}n(Jy,"requireModuleScope");var Mo={},jp;function Qy(){return jp||(jp=1,Object.defineProperty(Mo,"__esModule",{value:!0})),Mo}n(Qy,"requireScope$2");var Xn={},Bp;function Zy(){if(Bp)return Xn;Bp=1,Object.defineProperty(Xn,"__esModule",{value:!0}),Xn.SwitchScope=void 0;const e=z(),l=K();let i=class extends e.ScopeBase{static{n(this,"SwitchScope")}constructor(c,u,t){super(c,l.ScopeType.switch,u,t,!1)}};return Xn.SwitchScope=i,Xn}n(Zy,"requireSwitchScope");var zn={},qp;function eh(){if(qp)return zn;qp=1,Object.defineProperty(zn,"__esModule",{value:!0}),zn.TSEnumScope=void 0;const e=z(),l=K();let i=class extends e.ScopeBase{static{n(this,"TSEnumScope")}constructor(c,u,t){super(c,l.ScopeType.tsEnum,u,t,!1)}};return zn.TSEnumScope=i,zn}n(eh,"requireTSEnumScope");var Jn={},Gp;function th(){if(Gp)return Jn;Gp=1,Object.defineProperty(Jn,"__esModule",{value:!0}),Jn.TSModuleScope=void 0;const e=z(),l=K();let i=class extends e.ScopeBase{static{n(this,"TSModuleScope")}constructor(c,u,t){super(c,l.ScopeType.tsModule,u,t,!1)}};return Jn.TSModuleScope=i,Jn}n(th,"requireTSModuleScope");var Qn={},$p;function rh(){if($p)return Qn;$p=1,Object.defineProperty(Qn,"__esModule",{value:!0}),Qn.TypeScope=void 0;const e=z(),l=K();let i=class extends e.ScopeBase{static{n(this,"TypeScope")}constructor(c,u,t){super(c,l.ScopeType.type,u,t,!1)}};return Qn.TypeScope=i,Qn}n(rh,"requireTypeScope");var Zn={},Wp;function nh(){if(Wp)return Zn;Wp=1,Object.defineProperty(Zn,"__esModule",{value:!0}),Zn.WithScope=void 0;const e=Et(),l=z(),i=K();let f=class extends l.ScopeBase{static{n(this,"WithScope")}constructor(u,t,r){super(u,i.ScopeType.with,t,r,!1)}close(u){return this.shouldStaticallyClose()?super.close(u):((0,e.assert)(this.leftToResolve),this.leftToResolve.forEach(t=>this.delegateToUpperScope(t)),this.leftToResolve=null,this.upper)}};return Zn.WithScope=f,Zn}n(nh,"requireWithScope");var Hp;function Uo(){return Hp||(Hp=1,function(e){var l=Rn.__createBinding||(Object.create?function(f,c,u,t){t===void 0&&(t=u);var r=Object.getOwnPropertyDescriptor(c,u);(!r||("get"in r?!c.__esModule:r.writable||r.configurable))&&(r={enumerable:!0,get:n(function(){return c[u]},"get")}),Object.defineProperty(f,t,r)}:function(f,c,u,t){t===void 0&&(t=u),f[t]=c[u]}),i=Rn.__exportStar||function(f,c){for(var u in f)u!=="default"&&!Object.prototype.hasOwnProperty.call(c,u)&&l(c,f,u)};Object.defineProperty(e,"__esModule",{value:!0}),i(jy(),e),i(By(),e),i(Op(),e),i(qy(),e),i(Gy(),e),i($y(),e),i(Wy(),e),i(Hy(),e),i(Ky(),e),i(Xy(),e),i(zy(),e),i(Jy(),e),i(Qy(),e),i(K(),e),i(Zy(),e),i(eh(),e),i(th(),e),i(rh(),e),i(nh(),e)}(Rn)),Rn}n(Uo,"requireScope$1");var Io={},ei={},ti={},Kp;function xo(){if(Kp)return ti;Kp=1,Object.defineProperty(ti,"__esModule",{value:!0}),ti.VisitorBase=void 0;const e=al();function l(c){return typeof c=="object"&&c!=null}n(l,"isObject");function i(c){return l(c)&&typeof c.type=="string"}n(i,"isNode");let f=class{static{n(this,"VisitorBase")}#e;#t;constructor(u){this.#e=u.childVisitorKeys??e.visitorKeys,this.#t=u.visitChildrenEvenIfSelectorExists??!1}visitChildren(u,t=[]){if(u?.type==null)return;const r=new Set([...t,"parent"]),o=this.#e[u.type]??Object.keys(u);for(const a of o){if(r.has(a))continue;const E=u[a];if(E)if(Array.isArray(E))for(const T of E)i(T)&&this.visit(T);else i(E)&&this.visit(E)}}visit(u){if(u?.type==null)return;const t=this[u.type];t&&(t.call(this,u),!this.#t)||this.visitChildren(u)}};return ti.VisitorBase=f,ti}n(xo,"requireVisitorBase");var Xp;function Do(){if(Xp)return ei;Xp=1,Object.defineProperty(ei,"__esModule",{value:!0}),ei.PatternVisitor=void 0;const e=Ee(),l=xo();let i=class extends l.VisitorBase{static{n(this,"PatternVisitor")}#e=[];#t;#n=[];#o;rightHandNodes=[];constructor(c,u,t){super(c),this.#o=u,this.#t=t}static isPattern(c){const u=c.type;return u===e.AST_NODE_TYPES.Identifier||u===e.AST_NODE_TYPES.ObjectPattern||u===e.AST_NODE_TYPES.ArrayPattern||u===e.AST_NODE_TYPES.SpreadElement||u===e.AST_NODE_TYPES.RestElement||u===e.AST_NODE_TYPES.AssignmentPattern}ArrayExpression(c){c.elements.forEach(this.visit,this)}ArrayPattern(c){for(const u of c.elements)this.visit(u)}AssignmentExpression(c){this.#e.push(c),this.visit(c.left),this.rightHandNodes.push(c.right),this.#e.pop()}AssignmentPattern(c){this.#e.push(c),this.visit(c.left),this.rightHandNodes.push(c.right),this.#e.pop()}CallExpression(c){c.arguments.forEach(u=>{this.rightHandNodes.push(u)}),this.visit(c.callee)}Decorator(){}Identifier(c){const u=this.#n.at(-1);this.#t(c,{assignments:this.#e,rest:u?.argument===c,topLevel:c===this.#o})}MemberExpression(c){c.computed&&this.rightHandNodes.push(c.property),this.rightHandNodes.push(c.object)}Property(c){c.computed&&this.rightHandNodes.push(c.key),this.visit(c.value)}RestElement(c){this.#n.push(c),this.visit(c.argument),this.#n.pop()}SpreadElement(c){this.visit(c.argument)}TSTypeAnnotation(){}};return ei.PatternVisitor=i,ei}n(Do,"requirePatternVisitor");var zp;function Ge(){return zp||(zp=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.VisitorBase=e.Visitor=void 0;const l=Do(),i=xo();class f extends i.VisitorBase{static{n(this,"Visitor")}#e;constructor(t){super(t instanceof f?t.#e:t),this.#e=t instanceof f?t.#e:t}visitPattern(t,r,o={processRightHandNodes:!1}){const a=new l.PatternVisitor(this.#e,t,r);a.visit(t),o.processRightHandNodes&&a.rightHandNodes.forEach(this.visit,this)}}e.Visitor=f;var c=xo();Object.defineProperty(e,"VisitorBase",{enumerable:!0,get:n(function(){return c.VisitorBase},"get")})}(Io)),Io}n(Ge,"requireVisitor");var Jp;function Qp(){if(Jp)return Vn;Jp=1,Object.defineProperty(Vn,"__esModule",{value:!0}),Vn.TypeVisitor=void 0;const e=Ee(),l=Me(),i=Uo(),f=Ge();let c=class yE extends f.Visitor{static{n(this,"TypeVisitor")}#e;constructor(t){super(t),this.#e=t}static visit(t,r){new yE(t).visit(r)}visitFunctionType(t){this.#e.scopeManager.nestFunctionTypeScope(t),this.visit(t.typeParameters);for(const r of t.params){let o=!1;this.visitPattern(r,(a,E)=>{this.#e.currentScope().defineIdentifier(a,new l.ParameterDefinition(a,t,E.rest)),a.typeAnnotation&&(this.visit(a.typeAnnotation),o=!0)}),!o&&"typeAnnotation"in r&&this.visit(r.typeAnnotation)}this.visit(t.returnType),this.#e.close(t)}visitPropertyKey(t){t.computed&&this.#e.visit(t.key)}Identifier(t){this.#e.currentScope().referenceType(t)}MemberExpression(t){this.visit(t.object)}TSCallSignatureDeclaration(t){this.visitFunctionType(t)}TSConditionalType(t){this.#e.scopeManager.nestConditionalTypeScope(t),this.visitChildren(t,["falseType"]),this.#e.close(t),this.visit(t.falseType)}TSConstructorType(t){this.visitFunctionType(t)}TSConstructSignatureDeclaration(t){this.visitFunctionType(t)}TSFunctionType(t){this.visitFunctionType(t)}TSImportType(t){this.visit(t.typeArguments)}TSIndexSignature(t){for(const r of t.parameters)r.type===e.AST_NODE_TYPES.Identifier&&this.visit(r.typeAnnotation);this.visit(t.typeAnnotation)}TSInferType(t){const r=t.typeParameter;let o=this.#e.currentScope();if(o.type===i.ScopeType.functionType||o.type===i.ScopeType.mappedType){let a=o.upper;for(;a;){if(a.type===i.ScopeType.functionType||a.type===i.ScopeType.mappedType){a=a.upper;continue}if(a.type===i.ScopeType.conditionalType){o=a;break}break}}o.defineIdentifier(r.name,new l.TypeDefinition(r.name,r)),this.visit(r.constraint)}TSInterfaceDeclaration(t){this.#e.currentScope().defineIdentifier(t.id,new l.TypeDefinition(t.id,t)),t.typeParameters&&(this.#e.scopeManager.nestTypeScope(t),this.visit(t.typeParameters)),t.extends.forEach(this.visit,this),this.visit(t.body),t.typeParameters&&this.#e.close(t)}TSMappedType(t){this.#e.scopeManager.nestMappedTypeScope(t),this.#e.currentScope().defineIdentifier(t.key,new l.TypeDefinition(t.key,t)),this.visit(t.constraint),this.visit(t.nameType),this.visit(t.typeAnnotation),this.#e.close(t)}TSMethodSignature(t){this.visitPropertyKey(t),this.visitFunctionType(t)}TSNamedTupleMember(t){this.visit(t.elementType)}TSPropertySignature(t){this.visitPropertyKey(t),this.visit(t.typeAnnotation)}TSQualifiedName(t){this.visit(t.left)}TSTypeAliasDeclaration(t){this.#e.currentScope().defineIdentifier(t.id,new l.TypeDefinition(t.id,t)),t.typeParameters&&(this.#e.scopeManager.nestTypeScope(t),this.visit(t.typeParameters)),this.visit(t.typeAnnotation),t.typeParameters&&this.#e.close(t)}TSTypeParameter(t){this.#e.currentScope().defineIdentifier(t.name,new l.TypeDefinition(t.name,t)),this.visit(t.constraint),this.visit(t.default)}TSTypePredicate(t){t.parameterName.type!==e.AST_NODE_TYPES.TSThisType&&this.#e.currentScope().referenceValue(t.parameterName),this.visit(t.typeAnnotation)}TSTypeAnnotation(t){this.visitChildren(t)}TSTypeQuery(t){let r;if(t.exprName.type===e.AST_NODE_TYPES.TSQualifiedName){let o=t.exprName;for(;o.left.type===e.AST_NODE_TYPES.TSQualifiedName;)o=o.left;r=o.left}else r=t.exprName,t.exprName.type===e.AST_NODE_TYPES.TSImportType&&this.visit(t.exprName);r.type===e.AST_NODE_TYPES.Identifier&&this.#e.currentScope().referenceValue(r),this.visit(t.typeArguments)}};return Vn.TypeVisitor=c,Vn}n(Qp,"requireTypeVisitor");var Zp;function ih(){if(Zp)return Cn;Zp=1,Object.defineProperty(Cn,"__esModule",{value:!0}),Cn.ClassVisitor=void 0;const e=Ee(),l=Me(),i=Qp(),f=Ge();let c=class hE extends f.Visitor{static{n(this,"ClassVisitor")}#e;#t;constructor(r,o){super(r),this.#t=r,this.#e=o}static visit(r,o){new hE(r,o).visitClass(o)}visit(r){r&&r.type in this?super.visit(r):this.#t.visit(r)}visitClass(r){r.type===e.AST_NODE_TYPES.ClassDeclaration&&r.id&&this.#t.currentScope().defineIdentifier(r.id,new l.ClassNameDefinition(r.id,r)),r.decorators.forEach(o=>this.#t.visit(o)),this.#t.scopeManager.nestClassScope(r),r.id&&this.#t.currentScope().defineIdentifier(r.id,new l.ClassNameDefinition(r.id,r)),this.#t.visit(r.superClass),this.visitType(r.typeParameters),this.visitType(r.superTypeArguments),r.implements.forEach(o=>this.visitType(o)),this.visit(r.body),this.#t.close(r)}visitFunctionParameterTypeAnnotation(r){switch(r.type){case e.AST_NODE_TYPES.AssignmentPattern:this.visitType(r.left.typeAnnotation);break;case e.AST_NODE_TYPES.TSParameterProperty:this.visitFunctionParameterTypeAnnotation(r.parameter);break;default:this.visitType(r.typeAnnotation)}}visitMethod(r){r.computed&&this.#t.visit(r.key),r.value.type===e.AST_NODE_TYPES.FunctionExpression?this.visitMethodFunction(r.value,r):this.#t.visit(r.value),r.decorators.forEach(o=>this.#t.visit(o))}visitMethodFunction(r,o){r.id&&this.#t.scopeManager.nestFunctionExpressionNameScope(r),r.params.forEach(E=>{E.decorators.forEach(T=>this.visit(T))}),this.#t.scopeManager.nestFunctionScope(r,!0);let a=!!o.decorators.length;if(a||=o.kind!=="set"&&r.params.some(E=>E.decorators.length),!a&&o.kind==="set"){const E=u(o);E!=null&&this.#e.body.body.find(T=>T!==o&&T.type===e.AST_NODE_TYPES.MethodDefinition&&T.static===o.static&&u(T)===E)?.decorators.length&&(a=!0)}!a&&o.kind==="constructor"&&this.#e.decorators.length&&(a=!0);for(const E of r.params)this.visitPattern(E,(T,P)=>{this.#t.currentScope().defineIdentifier(T,new l.ParameterDefinition(T,r,P.rest)),this.#t.referencingDefaultValue(T,P.assignments,null,!0)},{processRightHandNodes:!0}),this.visitFunctionParameterTypeAnnotation(E);this.visitType(r.returnType),this.visitType(r.typeParameters),this.#t.visitChildren(r.body),this.#t.close(r)}visitPropertyBase(r){r.computed&&this.#t.visit(r.key),r.value&&((r.type===e.AST_NODE_TYPES.PropertyDefinition||r.type===e.AST_NODE_TYPES.AccessorProperty)&&this.#t.scopeManager.nestClassFieldInitializerScope(r.value),this.#t.visit(r.value),(r.type===e.AST_NODE_TYPES.PropertyDefinition||r.type===e.AST_NODE_TYPES.AccessorProperty)&&this.#t.close(r.value)),r.decorators.forEach(o=>this.#t.visit(o))}visitPropertyDefinition(r){this.visitPropertyBase(r),this.visitType(r.typeAnnotation)}visitType(r){r&&i.TypeVisitor.visit(this.#t,r)}AccessorProperty(r){this.visitPropertyDefinition(r)}ClassBody(r){this.visitChildren(r)}Identifier(r){this.#t.visit(r)}MethodDefinition(r){this.visitMethod(r)}PrivateIdentifier(){}PropertyDefinition(r){this.visitPropertyDefinition(r)}StaticBlock(r){this.#t.scopeManager.nestClassStaticBlockScope(r),r.body.forEach(o=>this.visit(o)),this.#t.close(r)}TSAbstractAccessorProperty(r){this.visitPropertyDefinition(r)}TSAbstractMethodDefinition(r){this.visitPropertyBase(r)}TSAbstractPropertyDefinition(r){this.visitPropertyDefinition(r)}TSIndexSignature(r){this.visitType(r)}};Cn.ClassVisitor=c;function u(t){if(t.computed&&t.key.type===e.AST_NODE_TYPES.Literal){if(typeof t.key.value=="string"||typeof t.key.value=="number")return t.key.value}else if(!t.computed&&t.key.type===e.AST_NODE_TYPES.Identifier)return t.key.name;return null}return n(u,"getLiteralMethodKeyName"),Cn}n(ih,"requireClassVisitor");var ri={},eE;function sh(){if(eE)return ri;eE=1,Object.defineProperty(ri,"__esModule",{value:!0}),ri.ExportVisitor=void 0;const e=Ee(),l=Ge();let i=class _E extends l.Visitor{static{n(this,"ExportVisitor")}#e;#t;constructor(c,u){super(u),this.#e=c,this.#t=u}static visit(c,u){new _E(u,c).visit(u)}ExportDefaultDeclaration(c){c.declaration.type===e.AST_NODE_TYPES.Identifier&&this.visit(c.declaration)}ExportNamedDeclaration(c){c.source||c.declaration||this.visitChildren(c)}ExportSpecifier(c){c.exportKind==="type"&&c.local.type===e.AST_NODE_TYPES.Identifier?this.#t.currentScope().referenceType(c.local):this.visit(c.local)}Identifier(c){this.#e.exportKind==="type"?this.#t.currentScope().referenceType(c):this.#t.currentScope().referenceDualValueType(c)}};return ri.ExportVisitor=i,ri}n(sh,"requireExportVisitor");var ni={},tE;function oh(){if(tE)return ni;tE=1,Object.defineProperty(ni,"__esModule",{value:!0}),ni.ImportVisitor=void 0;const e=Me(),l=Ge();let i=class bE extends l.Visitor{static{n(this,"ImportVisitor")}#e;#t;constructor(c,u){super(u),this.#e=c,this.#t=u}static visit(c,u){new bE(u,c).visit(u)}ImportDefaultSpecifier(c){const u=c.local;this.visitImport(u,c)}ImportNamespaceSpecifier(c){const u=c.local;this.visitImport(u,c)}ImportSpecifier(c){const u=c.local;this.visitImport(u,c)}visitImport(c,u){this.#t.currentScope().defineIdentifier(c,new e.ImportBindingDefinition(c,u,this.#e))}};return ni.ImportVisitor=i,ni}n(oh,"requireImportVisitor");var rE;function ah(){if(rE)return pt;rE=1,Object.defineProperty(pt,"__esModule",{value:!0}),pt.Referencer=void 0;const e=Ee(),l=Et(),i=Me(),f=Fy(),c=ih(),u=sh(),t=oh(),r=Do(),o=Ro(),a=Qp(),E=Ge();let T=class extends E.Visitor{static{n(this,"Referencer")}#e=!1;#t=!1;#n;#o;#m;scopeManager;constructor(s,p){super(s),this.scopeManager=p,this.#o=s.jsxPragma,this.#n=s.jsxFragmentName,this.#m=s.lib}populateGlobalsFromLib(s){for(const p of this.#m){const d=f.lib[p];if(!d)throw new Error(`Invalid value for lib provided: ${p}`);for(const[y,m]of Object.entries(d))s.defineImplicitVariable(y,m)}s.defineImplicitVariable("const",{eslintImplicitGlobalSetting:"readonly",isTypeVariable:!0,isValueVariable:!1})}close(s){for(;this.currentScope(!0)&&s===this.currentScope().block;)this.scopeManager.currentScope=this.currentScope().close(this.scopeManager)}currentScope(s){return s||(0,l.assert)(this.scopeManager.currentScope,"aaa"),this.scopeManager.currentScope}referencingDefaultValue(s,p,d,y){p.forEach(m=>{this.currentScope().referenceValue(s,o.ReferenceFlag.Write,m.right,d,y)})}referenceInSomeUpperScope(s){let p=this.scopeManager.currentScope;for(;p;){const d=p.set.get(s);if(!d){p=p.upper;continue}return p.referenceValue(d.identifiers[0]),!0}return!1}referenceJsxFragment(){this.#n==null||this.#t||(this.#t=this.referenceInSomeUpperScope(this.#n))}referenceJsxPragma(){this.#o==null||this.#e||(this.#e=this.referenceInSomeUpperScope(this.#o))}visitClass(s){c.ClassVisitor.visit(this,s)}visitForIn(s){s.left.type===e.AST_NODE_TYPES.VariableDeclaration&&s.left.kind!=="var"&&this.scopeManager.nestForScope(s),s.left.type===e.AST_NODE_TYPES.VariableDeclaration?(this.visit(s.left),this.visitPattern(s.left.declarations[0].id,p=>{this.currentScope().referenceValue(p,o.ReferenceFlag.Write,s.right,null,!0)})):this.visitPattern(s.left,(p,d)=>{const y=this.currentScope().isStrict?null:{node:s,pattern:p};this.referencingDefaultValue(p,d.assignments,y,!1),this.currentScope().referenceValue(p,o.ReferenceFlag.Write,s.right,y,!1)},{processRightHandNodes:!0}),this.visit(s.right),this.visit(s.body),this.close(s)}visitFunction(s){s.type===e.AST_NODE_TYPES.FunctionExpression?s.id&&this.scopeManager.nestFunctionExpressionNameScope(s):s.id&&this.currentScope().defineIdentifier(s.id,new i.FunctionNameDefinition(s.id,s)),this.scopeManager.nestFunctionScope(s,!1);for(const p of s.params)this.visitPattern(p,(d,y)=>{this.currentScope().defineIdentifier(d,new i.ParameterDefinition(d,s,y.rest)),this.referencingDefaultValue(d,y.assignments,null,!0)},{processRightHandNodes:!0}),this.visitFunctionParameterTypeAnnotation(p),p.decorators.forEach(d=>this.visit(d));this.visitType(s.returnType),this.visitType(s.typeParameters),s.body&&(s.body.type===e.AST_NODE_TYPES.BlockStatement?this.visitChildren(s.body):this.visit(s.body)),this.close(s)}visitFunctionParameterTypeAnnotation(s){switch(s.type){case e.AST_NODE_TYPES.AssignmentPattern:this.visitType(s.left.typeAnnotation);break;case e.AST_NODE_TYPES.TSParameterProperty:this.visitFunctionParameterTypeAnnotation(s.parameter);break;default:this.visitType(s.typeAnnotation);break}}visitProperty(s){s.computed&&this.visit(s.key),this.visit(s.value)}visitType(s){s&&a.TypeVisitor.visit(this,s)}visitTypeAssertion(s){this.visit(s.expression),this.visitType(s.typeAnnotation)}ArrowFunctionExpression(s){this.visitFunction(s)}AssignmentExpression(s){const p=this.visitExpressionTarget(s.left);r.PatternVisitor.isPattern(p)?s.operator==="="?this.visitPattern(p,(d,y)=>{const m=this.currentScope().isStrict?null:{node:s,pattern:d};this.referencingDefaultValue(d,y.assignments,m,!1),this.currentScope().referenceValue(d,o.ReferenceFlag.Write,s.right,m,!1)},{processRightHandNodes:!0}):p.type===e.AST_NODE_TYPES.Identifier&&this.currentScope().referenceValue(p,o.ReferenceFlag.ReadWrite,s.right):this.visit(p),this.visit(s.right)}BlockStatement(s){this.scopeManager.nestBlockScope(s),this.visitChildren(s),this.close(s)}BreakStatement(){}CallExpression(s){this.visitChildren(s,["typeArguments"]),this.visitType(s.typeArguments)}CatchClause(s){if(this.scopeManager.nestCatchScope(s),s.param){const p=s.param;this.visitPattern(p,(d,y)=>{this.currentScope().defineIdentifier(d,new i.CatchClauseDefinition(p,s)),this.referencingDefaultValue(d,y.assignments,null,!0)},{processRightHandNodes:!0})}this.visit(s.body),this.close(s)}ClassDeclaration(s){this.visitClass(s)}ClassExpression(s){this.visitClass(s)}ContinueStatement(){}ExportAllDeclaration(){}ExportDefaultDeclaration(s){s.declaration.type===e.AST_NODE_TYPES.Identifier?u.ExportVisitor.visit(this,s):this.visit(s.declaration)}ExportNamedDeclaration(s){s.declaration?this.visit(s.declaration):u.ExportVisitor.visit(this,s)}ForInStatement(s){this.visitForIn(s)}ForOfStatement(s){this.visitForIn(s)}ForStatement(s){s.init&&s.init.type===e.AST_NODE_TYPES.VariableDeclaration&&s.init.kind!=="var"&&this.scopeManager.nestForScope(s),this.visitChildren(s),this.close(s)}FunctionDeclaration(s){this.visitFunction(s)}FunctionExpression(s){this.visitFunction(s)}Identifier(s){this.currentScope().referenceValue(s),this.visitType(s.typeAnnotation)}ImportAttribute(){}ImportDeclaration(s){(0,l.assert)(this.scopeManager.isModule(),"ImportDeclaration should appear when the mode is ES6 and in the module context."),t.ImportVisitor.visit(this,s)}JSXAttribute(s){this.visit(s.value)}JSXClosingElement(){}JSXFragment(s){this.referenceJsxPragma(),this.referenceJsxFragment(),this.visitChildren(s)}JSXIdentifier(s){this.currentScope().referenceValue(s)}JSXMemberExpression(s){(s.object.type!==e.AST_NODE_TYPES.JSXIdentifier||s.object.name!=="this")&&this.visit(s.object)}JSXOpeningElement(s){this.referenceJsxPragma(),s.name.type===e.AST_NODE_TYPES.JSXIdentifier?(s.name.name[0].toUpperCase()===s.name.name[0]||s.name.name==="this")&&this.visit(s.name):this.visit(s.name),this.visitType(s.typeArguments);for(const p of s.attributes)this.visit(p)}LabeledStatement(s){this.visit(s.body)}MemberExpression(s){this.visit(s.object),s.computed&&this.visit(s.property)}MetaProperty(){}NewExpression(s){this.visitChildren(s,["typeArguments"]),this.visitType(s.typeArguments)}PrivateIdentifier(){}Program(s){const p=this.scopeManager.nestGlobalScope(s);this.populateGlobalsFromLib(p),this.scopeManager.isGlobalReturn()&&(this.currentScope().isStrict=!1,this.scopeManager.nestFunctionScope(s,!1)),this.scopeManager.isModule()&&this.scopeManager.nestModuleScope(s),this.scopeManager.isImpliedStrict()&&(this.currentScope().isStrict=!0),this.visitChildren(s),this.close(s)}Property(s){this.visitProperty(s)}SwitchStatement(s){this.visit(s.discriminant),this.scopeManager.nestSwitchScope(s);for(const p of s.cases)this.visit(p);this.close(s)}TaggedTemplateExpression(s){this.visit(s.tag),this.visit(s.quasi),this.visitType(s.typeArguments)}TSAsExpression(s){this.visitTypeAssertion(s)}TSDeclareFunction(s){this.visitFunction(s)}TSEmptyBodyFunctionExpression(s){this.visitFunction(s)}TSEnumDeclaration(s){this.currentScope().defineIdentifier(s.id,new i.TSEnumNameDefinition(s.id,s)),this.scopeManager.nestTSEnumScope(s);for(const p of s.body.members){if(p.id.type===e.AST_NODE_TYPES.Literal&&typeof p.id.value=="string"){const d=p.id;this.currentScope().defineLiteralIdentifier(d,new i.TSEnumMemberDefinition(d,p))}else!p.computed&&p.id.type===e.AST_NODE_TYPES.Identifier&&this.currentScope().defineIdentifier(p.id,new i.TSEnumMemberDefinition(p.id,p));this.visit(p.initializer)}this.close(s)}TSExportAssignment(s){s.expression.type===e.AST_NODE_TYPES.Identifier?this.currentScope().referenceDualValueType(s.expression):this.visit(s.expression)}TSImportEqualsDeclaration(s){if(this.currentScope().defineIdentifier(s.id,new i.ImportBindingDefinition(s.id,s,s)),s.moduleReference.type===e.AST_NODE_TYPES.TSQualifiedName){let p=s.moduleReference.left;for(;p.type===e.AST_NODE_TYPES.TSQualifiedName;)p=p.left;this.visit(p)}else this.visit(s.moduleReference)}TSInstantiationExpression(s){this.visitChildren(s,["typeArguments"]),this.visitType(s.typeArguments)}TSInterfaceDeclaration(s){this.visitType(s)}TSModuleDeclaration(s){s.id.type===e.AST_NODE_TYPES.Identifier&&s.kind!=="global"&&this.currentScope().defineIdentifier(s.id,new i.TSModuleNameDefinition(s.id,s)),this.scopeManager.nestTSModuleScope(s),this.visit(s.body),this.close(s)}TSSatisfiesExpression(s){this.visitTypeAssertion(s)}TSTypeAliasDeclaration(s){this.visitType(s)}TSTypeAssertion(s){this.visitTypeAssertion(s)}UpdateExpression(s){const p=this.visitExpressionTarget(s.argument);r.PatternVisitor.isPattern(p)?this.visitPattern(p,d=>{this.currentScope().referenceValue(d,o.ReferenceFlag.ReadWrite,null)}):this.visitChildren(s)}VariableDeclaration(s){const p=s.kind==="var"?this.currentScope().variableScope:this.currentScope();for(const d of s.declarations){const y=d.init;this.visitPattern(d.id,(m,g)=>{p.defineIdentifier(m,new i.VariableDefinition(m,d,s)),this.referencingDefaultValue(m,g.assignments,null,!0),y&&this.currentScope().referenceValue(m,o.ReferenceFlag.Write,y,null,!0)},{processRightHandNodes:!0}),this.visit(d.init),this.visitType(d.id.typeAnnotation)}}WithStatement(s){this.visit(s.object),this.scopeManager.nestWithScope(s),this.visit(s.body),this.close(s)}visitExpressionTarget(s){switch(s.type){case e.AST_NODE_TYPES.TSAsExpression:case e.AST_NODE_TYPES.TSTypeAssertion:this.visitType(s.typeAnnotation);case e.AST_NODE_TYPES.TSNonNullExpression:s=s.expression}return s}};return pt.Referencer=T,pt}n(ah,"requireReferencer$1");var nE;function uh(){return nE||(nE=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.Referencer=void 0;var l=ah();Object.defineProperty(e,"Referencer",{enumerable:!0,get:n(function(){return l.Referencer},"get")})}(io)),io}n(uh,"requireReferencer");var ii={},si={},iE;function lh(){if(iE)return si;iE=1,Object.defineProperty(si,"__esModule",{value:!0}),si.ClassStaticBlockScope=void 0;const e=z(),l=K();let i=class extends e.ScopeBase{static{n(this,"ClassStaticBlockScope")}constructor(c,u,t){super(c,l.ScopeType.classStaticBlock,u,t,!1)}};return si.ClassStaticBlockScope=i,si}n(lh,"requireClassStaticBlockScope");var sE;function oE(){if(sE)return ii;sE=1,Object.defineProperty(ii,"__esModule",{value:!0}),ii.ScopeManager=void 0;const e=Et(),l=Uo(),i=Op(),f=lh();let c=class{static{n(this,"ScopeManager")}#e;currentScope;declaredVariables;globalScope;nodeToScope;scopes;constructor(t){this.scopes=[],this.globalScope=null,this.nodeToScope=new WeakMap,this.currentScope=null,this.#e=t,this.declaredVariables=new WeakMap}isES6(){return!0}isGlobalReturn(){return this.#e.globalReturn===!0}isImpliedStrict(){return this.#e.impliedStrict===!0}isModule(){return this.#e.sourceType==="module"}isStrictModeSupported(){return!0}get variables(){const t=new Set;function r(o){o.variables.forEach(a=>t.add(a)),o.childScopes.forEach(r)}return n(r,"recurse"),this.scopes.forEach(r),[...t].sort((o,a)=>o.$id-a.$id)}getDeclaredVariables(t){return this.declaredVariables.get(t)??[]}acquire(t,r=!1){function o(E){return!(E.type===l.ScopeType.function&&E.functionExpressionScope)}n(o,"predicate");const a=this.nodeToScope.get(t);if(!a||a.length===0)return null;if(a.length===1)return a[0];if(r){for(let E=a.length-1;E>=0;--E){const T=a[E];if(o(T))return T}return null}return a.find(o)??null}nestBlockScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.BlockScope(this,this.currentScope,t))}nestCatchScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.CatchScope(this,this.currentScope,t))}nestClassFieldInitializerScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new i.ClassFieldInitializerScope(this,this.currentScope,t))}nestClassScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.ClassScope(this,this.currentScope,t))}nestClassStaticBlockScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new f.ClassStaticBlockScope(this,this.currentScope,t))}nestConditionalTypeScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.ConditionalTypeScope(this,this.currentScope,t))}nestForScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.ForScope(this,this.currentScope,t))}nestFunctionExpressionNameScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.FunctionExpressionNameScope(this,this.currentScope,t))}nestFunctionScope(t,r){return(0,e.assert)(this.currentScope),this.nestScope(new l.FunctionScope(this,this.currentScope,t,r))}nestFunctionTypeScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.FunctionTypeScope(this,this.currentScope,t))}nestGlobalScope(t){return this.nestScope(new l.GlobalScope(this,t))}nestMappedTypeScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.MappedTypeScope(this,this.currentScope,t))}nestModuleScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.ModuleScope(this,this.currentScope,t))}nestSwitchScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.SwitchScope(this,this.currentScope,t))}nestTSEnumScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.TSEnumScope(this,this.currentScope,t))}nestTSModuleScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.TSModuleScope(this,this.currentScope,t))}nestTypeScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.TypeScope(this,this.currentScope,t))}nestWithScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.WithScope(this,this.currentScope,t))}nestScope(t){return t instanceof l.GlobalScope&&((0,e.assert)(this.currentScope==null),this.globalScope=t),this.currentScope=t,t}};return ii.ScopeManager=c,ii}n(oE,"requireScopeManager");var aE;function ch(){if(aE)return Ai;aE=1,Object.defineProperty(Ai,"__esModule",{value:!0}),Ai.analyze=c;const e=al(),l=uh(),i=oE(),f={childVisitorKeys:e.visitorKeys,emitDecoratorMetadata:!1,globalReturn:!1,impliedStrict:!1,jsxFragmentName:null,jsxPragma:"React",lib:["es2018"],sourceType:"script"};function c(u,t){const r={childVisitorKeys:t?.childVisitorKeys??f.childVisitorKeys,emitDecoratorMetadata:!1,globalReturn:t?.globalReturn??f.globalReturn,impliedStrict:t?.impliedStrict??f.impliedStrict,jsxFragmentName:t?.jsxFragmentName??f.jsxFragmentName,jsxPragma:t?.jsxPragma===void 0?f.jsxPragma:t.jsxPragma,lib:t?.lib??["esnext"],sourceType:t?.sourceType??f.sourceType};r.lib=r.lib.map(E=>E.toLowerCase());const o=new i.ScopeManager(r);return new l.Referencer(r,o).visit(u),o}return n(c,"analyze$1"),Ai}n(ch,"requireAnalyze");var uE;function fh(){return uE||(uE=1,function(e){var l=lt.__createBinding||(Object.create?function(o,a,E,T){T===void 0&&(T=E);var P=Object.getOwnPropertyDescriptor(a,E);(!P||("get"in P?!a.__esModule:P.writable||P.configurable))&&(P={enumerable:!0,get:n(function(){return a[E]},"get")}),Object.defineProperty(o,T,P)}:function(o,a,E,T){T===void 0&&(T=E),o[T]=a[E]}),i=lt.__exportStar||function(o,a){for(var E in o)E!=="default"&&!Object.prototype.hasOwnProperty.call(a,E)&&l(a,o,E)};Object.defineProperty(e,"__esModule",{value:!0}),e.ScopeManager=e.Visitor=e.Reference=e.PatternVisitor=e.analyze=void 0;var f=ch();Object.defineProperty(e,"analyze",{enumerable:!0,get:n(function(){return f.analyze},"get")}),i(Me(),e);var c=Do();Object.defineProperty(e,"PatternVisitor",{enumerable:!0,get:n(function(){return c.PatternVisitor},"get")});var u=Ro();Object.defineProperty(e,"Reference",{enumerable:!0,get:n(function(){return u.Reference},"get")});var t=Ge();Object.defineProperty(e,"Visitor",{enumerable:!0,get:n(function(){return t.Visitor},"get")}),i(Uo(),e);var r=oE();Object.defineProperty(e,"ScopeManager",{enumerable:!0,get:n(function(){return r.ScopeManager},"get")}),i(wo(),e)}(lt)),lt}n(fh,"requireDist$1");var lE;function ph(){if(lE)return ve;lE=1;var e=ve.__createBinding||(Object.create?function(u,t,r,o){o===void 0&&(o=r);var a=Object.getOwnPropertyDescriptor(t,r);(!a||("get"in a?!t.__esModule:a.writable||a.configurable))&&(a={enumerable:!0,get:n(function(){return t[r]},"get")}),Object.defineProperty(u,o,a)}:function(u,t,r,o){o===void 0&&(o=r),u[o]=t[r]}),l=ve.__setModuleDefault||(Object.create?function(u,t){Object.defineProperty(u,"default",{enumerable:!0,value:t})}:function(u,t){u.default=t}),i=ve.__importStar||function(){var u=n(function(t){return u=Object.getOwnPropertyNames||function(r){var o=[];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(o[o.length]=a);return o},u(t)},"ownKeys");return function(t){if(t&&t.__esModule)return t;var r={};if(t!=null)for(var o=u(t),a=0;a<o.length;a++)o[a]!=="default"&&e(r,t,o[a]);return l(r,t),r}}();Object.defineProperty(ve,"__esModule",{value:!0}),ve.Scope=void 0;const f=i(fh());var c;return function(u){u.ScopeType=f.ScopeType,u.DefinitionType=f.DefinitionType}(c||(ve.Scope=c={})),ve}n(ph,"requireScope");var oi={},cE;function Eh(){if(cE)return oi;cE=1,Object.defineProperty(oi,"__esModule",{value:!0}),oi.SourceCode=void 0;const e=Xi;let l=class extends e.SourceCode{static{n(this,"SourceCode")}};return oi.SourceCode=l,oi}n(Eh,"requireSourceCode");var fE;function dh(){return fE||(fE=1,function(e){var l=it.__createBinding||(Object.create?function(f,c,u,t){t===void 0&&(t=u);var r=Object.getOwnPropertyDescriptor(c,u);(!r||("get"in r?!c.__esModule:r.writable||r.configurable))&&(r={enumerable:!0,get:n(function(){return c[u]},"get")}),Object.defineProperty(f,t,r)}:function(f,c,u,t){t===void 0&&(t=u),f[t]=c[u]}),i=it.__exportStar||function(f,c){for(var u in f)u!=="default"&&!Object.prototype.hasOwnProperty.call(c,u)&&l(c,f,u)};Object.defineProperty(e,"__esModule",{value:!0}),i($m(),e),i(Wm(),e),i(Km(),e),i(Xm(),e),i(zm(),e),i(Jm(),e),i(Qm(),e),i(Zm(),e),i(ey(),e),i(ph(),e),i(Eh(),e)}(it)),it}n(dh,"requireTsEslint");var ai={},Mi={},pE;function Th(){if(pE)return Mi;pE=1,Object.defineProperty(Mi,"__esModule",{value:!0}),Mi.isArray=e;function e(l){return Array.isArray(l)}return n(e,"isArray$1"),Mi}n(Th,"requireIsArray");var Fo={},EE;function Ph(){return EE||(EE=1,Object.defineProperty(Fo,"__esModule",{value:!0})),Fo}n(Ph,"requireNoInfer");var dE;function mh(){return dE||(dE=1,function(e){var l=ai.__createBinding||(Object.create?function(f,c,u,t){t===void 0&&(t=u);var r=Object.getOwnPropertyDescriptor(c,u);(!r||("get"in r?!c.__esModule:r.writable||r.configurable))&&(r={enumerable:!0,get:n(function(){return c[u]},"get")}),Object.defineProperty(f,t,r)}:function(f,c,u,t){t===void 0&&(t=u),f[t]=c[u]}),i=ai.__exportStar||function(f,c){for(var u in f)u!=="default"&&!Object.prototype.hasOwnProperty.call(c,u)&&l(c,f,u)};Object.defineProperty(e,"__esModule",{value:!0}),i(Th(),e),i(Ph(),e)}(ai)),ai}n(mh,"requireTsUtils");var TE;function yh(){return TE||(TE=1,function(e){var l=Oe.__createBinding||(Object.create?function(u,t,r,o){o===void 0&&(o=r);var a=Object.getOwnPropertyDescriptor(t,r);(!a||("get"in a?!t.__esModule:a.writable||a.configurable))&&(a={enumerable:!0,get:n(function(){return t[r]},"get")}),Object.defineProperty(u,o,a)}:function(u,t,r,o){o===void 0&&(o=r),u[o]=t[r]}),i=Oe.__setModuleDefault||(Object.create?function(u,t){Object.defineProperty(u,"default",{enumerable:!0,value:t})}:function(u,t){u.default=t}),f=Oe.__importStar||function(){var u=n(function(t){return u=Object.getOwnPropertyNames||function(r){var o=[];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(o[o.length]=a);return o},u(t)},"ownKeys");return function(t){if(t&&t.__esModule)return t;var r={};if(t!=null)for(var o=u(t),a=0;a<o.length;a++)o[a]!=="default"&&l(r,t,o[a]);return i(r,t),r}}(),c=Oe.__exportStar||function(u,t){for(var r in u)r!=="default"&&!Object.prototype.hasOwnProperty.call(t,r)&&l(t,u,r)};Object.defineProperty(e,"__esModule",{value:!0}),e.TSUtils=e.TSESLint=e.JSONSchema=e.ESLintUtils=e.ASTUtils=void 0,e.ASTUtils=f(Dm()),e.ESLintUtils=f(qm()),e.JSONSchema=f(Gm()),e.TSESLint=f(dh()),c(Ru(),e),e.TSUtils=f(mh())}(Oe)),Oe}n(yh,"requireDist");var hh=yh();const _h=hh.ESLintUtils.RuleCreator(e=>e),bh={preferArrowFunction:"Prefer arrow function"},gh=_h({name:"prefer-arrow-functions",meta:{type:"suggestion",docs:{description:"Prefer arrow functions when possible"},fixable:"code",schema:[],messages:bh},defaultOptions:[],create:n(e=>{const l=new Set,i=["prototype","name","length"],f=n(a=>{if(a.generator||l.has(a))return!1;const{parent:E}=a;if((E.type==="Property"||E.type==="MethodDefinition")&&(E.kind==="set"||E.kind==="get"||E.kind==="constructor"))return!1;const T=e.sourceCode.getScope(a);if(T.set.get("arguments").references.length>0)return!1;let s=[];if(a.type==="FunctionDeclaration"&&a.id){const[p]=e.sourceCode.getDeclaredVariables(a),[d]=p.references;if(d&&a.range[0]>d.identifier.range[0])return!1;s=p.references}else if(a.type==="FunctionExpression"){const p=e.sourceCode.getDeclaredVariables(a).find(d=>d.identifiers[0].parent.type==="FunctionExpression");if(p){const d=n((m,g)=>{let Y=g;for(;Y&&Y!==m;)Y=Y.upper;return Y===m},"isInsideScope");if(p.references.some(({from:m})=>d(T,m)))return!1;s.push(...p.references)}if(a.parent.type==="VariableDeclarator"){const[d]=e.sourceCode.getDeclaredVariables(a.parent);s.push(...d.references.slice(1))}}for(const{identifier:p}of s)if(p.parent.type==="MemberExpression"&&p.parent.property.type==="Identifier"&&i.includes(p.parent.property.name))return!1;return!0},"isConvertable"),c=n(a=>{let E=e.sourceCode.getScope(a);for(;E&&E.block.type!=="FunctionDeclaration"&&E.block.type!=="FunctionExpression";)E=E.upper;return E?.block},"getNearestFunction"),u=n((a,E)=>{const T=e.sourceCode.getFirstToken(a,{filter:n(P=>P.type==="Keyword"&&P.value==="function","filter")});return T?[E.remove(T)]:[]},"removeFunctionToken"),t=n((a,E)=>{const T=e.sourceCode.getTokenBefore(a.body);return[E.insertTextAfter(T,"=>")]},"insertArrow"),r=n((a,E)=>{const T=e.sourceCode.getFirstToken(a.parent,{filter:n(s=>s.type==="Identifier"&&s.value==="async","filter")}),P=e.sourceCode.getTokenAfter(T,{includeComments:!0});return[E.removeRange([T.range[0],P.range[0]]),E.insertTextBefore(a,"async")]},"moveAsyncToken"),o=n((a,E)=>[E.insertTextBefore(a,"("),E.insertTextAfter(a,")")],"wrapInParentheses");return{ThisExpression:n(a=>{l.add(c(a))},"ThisExpression"),Super:n(a=>{l.add(c(a))},"Super"),MetaProperty:n(a=>{a.meta.name==="new"&&a.property.name==="target"&&l.add(c(a))},"MetaProperty"),"FunctionExpression:exit":n(a=>{f(a)&&e.report({node:a,messageId:"preferArrowFunction",fix:n(E=>{const T=[...t(a,E)],{parent:P}=a;if(P.type==="Property"&&P.method||P.type==="MethodDefinition"&&P.kind==="method")T.push(E.insertTextBefore(a,P.type==="Property"?":":"=")),a.async&&T.push(...r(a,E));else if(T.push(...u(a,E)),a.id&&T.push(E.remove(a.id)),P.type==="LogicalExpression"){const p=e.sourceCode.getTokenBefore(a),d=e.sourceCode.getTokenAfter(a);p?.value==="("&&d?.value===")"||T.push(...o(a,E))}return T},"fix")})},"FunctionExpression:exit"),"FunctionDeclaration:exit":n(a=>{f(a)&&e.report({node:a,messageId:"preferArrowFunction",fix:n(E=>{const T=[...t(a,E),...u(a,E)];if(a.id){const d=e.sourceCode.getText(a.id);T.push(E.remove(a.id),E.insertTextBefore(a,`const ${d}=`))}const{parent:P}=a;if(P.type==="ExportDefaultDeclaration"&&a.id){const d=e.sourceCode.getFirstToken(P,{filter:n(Y=>Y.type==="Keyword"&&Y.value==="export","filter")}),y=e.sourceCode.getTokenAfter(d,{filter:n(Y=>Y.type==="Keyword"&&Y.value==="default","filter")}),m=[d.range[0],y.range[1]],g=e.sourceCode.text.slice(...m);T.push(E.removeRange(m),E.insertTextAfter(a,`;${g} ${a.id.name}`))}const s=e.sourceCode.getTokenAfter(a,{includeComments:!0});return s&&!e.sourceCode.isSpaceBetween(a,s)&&T.push(E.insertTextAfter(a,";")),T},"fix")})},"FunctionDeclaration:exit")}},"create")}),PE={meta:{name:"pvtnbr/custom-rules",version:vm},rules:{"prefer-arrow-functions":gh},configs:{base:{rules:{"pvtnbr/prefer-arrow-functions":"error"}}}},Sh=j({plugins:{pvtnbr:PE},rules:PE.configs.base.rules}),mE=n(e=>[j({ignores:["**/package-lock.json","**/pnpm-lock.yaml","{tmp,temp}/**","**/*.min.js","**/dist/**","**/node_modules/**","**/vendor/**","**/.vitepress"]}),j({linterOptions:{reportUnusedDisableDirectives:!0},languageOptions:{ecmaVersion:"latest",sourceType:"module"}}),bm,Ed,Qi,od,cd,...pd,...Tm(e),dd,...Zi,Td,um,...am(e),...dm,...pm,Em,gm,mm,...cm(),lm,Sh].filter(Boolean),"pvtnbr");var vh=mE();export{j as d,vh as i,Sm as n,mE as p};