Files
PascalSchattenburg d147843c76 feat(blog): add file-based blog with dynamic slugs, MDX content and layout shell
- Introduced blog routing using Next.js App Router
- Implemented dynamic [slug] pages for blog posts
- Added MDX-based content loading via lib/posts
- Integrated shared TopBar layout with navigation
- Established clear content, lib and component separation
2026-01-22 14:14:15 +01:00

335 lines
1.5 MiB
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
(()=>{var e={3430:(e,r,t)=>{"use strict";r.__esModule=true;r.presetEnvSilentDebugHeader=void 0;r.stringifyTargets=stringifyTargets;r.stringifyTargetsMultiline=stringifyTargetsMultiline;var s=t(3924);const a="#__secret_key__@babel/preset-env__don't_log_debug_header_and_resolved_targets";r.presetEnvSilentDebugHeader=a;function stringifyTargetsMultiline(e){return JSON.stringify((0,s.prettifyTargets)(e),null,2)}function stringifyTargets(e){return JSON.stringify(e).replace(/,/g,", ").replace(/^\{"/,'{ "').replace(/"\}$/,'" }')}},9464:(e,r,t)=>{"use strict";r.__esModule=true;r["default"]=void 0;var s=_interopRequireWildcard(t(8304));function _getRequireWildcardCache(e){if(typeof WeakMap!=="function")return null;var r=new WeakMap;var t=new WeakMap;return(_getRequireWildcardCache=function(e){return e?t:r})(e)}function _interopRequireWildcard(e,r){if(!r&&e&&e.__esModule){return e}if(e===null||typeof e!=="object"&&typeof e!=="function"){return{default:e}}var t=_getRequireWildcardCache(r);if(t&&t.has(e)){return t.get(e)}var s={};var a=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var n in e){if(n!=="default"&&Object.prototype.hasOwnProperty.call(e,n)){var o=a?Object.getOwnPropertyDescriptor(e,n):null;if(o&&(o.get||o.set)){Object.defineProperty(s,n,o)}else{s[n]=e[n]}}}s.default=e;if(t){t.set(e,s)}return s}const{types:a}=s.default||s;class ImportsCachedInjector{constructor(e,r){this._imports=new WeakMap;this._anonymousImports=new WeakMap;this._lastImports=new WeakMap;this._resolver=e;this._getPreferredIndex=r}storeAnonymous(e,r,t,s){const n=this._normalizeKey(e,r);const o=this._ensure(this._anonymousImports,e,Set);if(o.has(n))return;const i=s(e.node.sourceType==="script",a.stringLiteral(this._resolver(r)));o.add(n);this._injectImport(e,i,t)}storeNamed(e,r,t,s,n){const o=this._normalizeKey(e,r,t);const i=this._ensure(this._imports,e,Map);if(!i.has(o)){const{node:l,name:c}=n(e.node.sourceType==="script",a.stringLiteral(this._resolver(r)),a.identifier(t));i.set(o,c);this._injectImport(e,l,s)}return a.identifier(i.get(o))}_injectImport(e,r,t){var s;const a=this._getPreferredIndex(t);const n=(s=this._lastImports.get(e))!=null?s:[];const isPathStillValid=r=>r.node&&r.parent===e.node&&r.container===e.node.body;let o;if(a===Infinity){if(n.length>0){o=n[n.length-1].path;if(!isPathStillValid(o))o=undefined}}else{for(const[e,t]of n.entries()){const{path:s,index:i}=t;if(isPathStillValid(s)){if(a<i){const[t]=s.insertBefore(r);n.splice(e,0,{path:t,index:a});return}o=s}}}if(o){const[e]=o.insertAfter(r);n.push({path:e,index:a})}else{const[t]=e.unshiftContainer("body",r);this._lastImports.set(e,[{path:t,index:a}])}}_ensure(e,r,t){let s=e.get(r);if(!s){s=new t;e.set(r,s)}return s}_normalizeKey(e,r,t=""){const{sourceType:s}=e.node;return`${t&&s}::${r}::${t}`}}r["default"]=ImportsCachedInjector},6970:(e,r,t)=>{"use strict";r.__esModule=true;r["default"]=definePolyfillProvider;var s=t(9045);var a=_interopRequireWildcard(t(3924));var n=t(7523);var o=_interopRequireDefault(t(9464));var i=t(3430);var l=t(3116);var c=_interopRequireWildcard(t(3642));var d=_interopRequireWildcard(t(6820));var u=_interopRequireDefault(t(233));const p=["method","targets","ignoreBrowserslistConfig","configPath","debug","shouldInjectPolyfill","absoluteImports"];function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function _getRequireWildcardCache(e){if(typeof WeakMap!=="function")return null;var r=new WeakMap;var t=new WeakMap;return(_getRequireWildcardCache=function(e){return e?t:r})(e)}function _interopRequireWildcard(e,r){if(!r&&e&&e.__esModule){return e}if(e===null||typeof e!=="object"&&typeof e!=="function"){return{default:e}}var t=_getRequireWildcardCache(r);if(t&&t.has(e)){return t.get(e)}var s={};var a=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var n in e){if(n!=="default"&&Object.prototype.hasOwnProperty.call(e,n)){var o=a?Object.getOwnPropertyDescriptor(e,n):null;if(o&&(o.get||o.set)){Object.defineProperty(s,n,o)}else{s[n]=e[n]}}}s.default=e;if(t){t.set(e,s)}return s}function _objectWithoutPropertiesLoose(e,r){if(e==null)return{};var t={};var s=Object.keys(e);var a,n;for(n=0;n<s.length;n++){a=s[n];if(r.indexOf(a)>=0)continue;t[a]=e[a]}return t}const f=a.default.default||a.default;function resolveOptions(e,r){const{method:t,targets:s,ignoreBrowserslistConfig:a,configPath:n,debug:o,shouldInjectPolyfill:i,absoluteImports:l}=e,c=_objectWithoutPropertiesLoose(e,p);if(isEmpty(e)){throw new Error(`This plugin requires options, for example:\n {\n "plugins": [\n ["<plugin name>", { method: "usage-pure" }]\n ]\n }\n\nSee more options at https://github.com/babel/babel-polyfills/blob/main/docs/usage.md`)}let d;if(t==="usage-global")d="usageGlobal";else if(t==="entry-global")d="entryGlobal";else if(t==="usage-pure")d="usagePure";else if(typeof t!=="string"){throw new Error(".method must be a string")}else{throw new Error(`.method must be one of "entry-global", "usage-global"`+` or "usage-pure" (received ${JSON.stringify(t)})`)}if(typeof i==="function"){if(e.include||e.exclude){throw new Error(`.include and .exclude are not supported when using the`+` .shouldInjectPolyfill function.`)}}else if(i!=null){throw new Error(`.shouldInjectPolyfill must be a function, or undefined`+` (received ${JSON.stringify(i)})`)}if(l!=null&&typeof l!=="boolean"&&typeof l!=="string"){throw new Error(`.absoluteImports must be a boolean, a string, or undefined`+` (received ${JSON.stringify(l)})`)}let u;if(s||n||a){const e=typeof s==="string"||Array.isArray(s)?{browsers:s}:s;u=f(e,{ignoreBrowserslistConfig:a,configPath:n})}else{u=r.targets()}return{method:t,methodName:d,targets:u,absoluteImports:l!=null?l:false,shouldInjectPolyfill:i,debug:!!o,providerOptions:c}}function instantiateProvider(e,r,t,s,i,c){const{method:p,methodName:f,targets:y,debug:g,shouldInjectPolyfill:h,providerOptions:b,absoluteImports:x}=resolveOptions(r,c);let v,j;let w;let E;let _;const S=(0,n.createUtilsGetter)(new o.default((e=>d.resolve(s,e,x)),(e=>{var r,t;return(r=(t=E)==null?void 0:t.get(e))!=null?r:Infinity})));const k=new Map;const D={babel:c,getUtils:S,method:r.method,targets:y,createMetaResolver:u.default,shouldInjectPolyfill(r){if(E===undefined){throw new Error(`Internal error in the ${e.name} provider: `+`shouldInjectPolyfill() can't be called during initialization.`)}if(!E.has(r)){console.warn(`Internal error in the ${P} provider: `+`unknown polyfill "${r}".`)}if(_&&!_(r))return false;let t=(0,a.isRequired)(r,y,{compatData:w,includes:v,excludes:j});if(h){t=h(r,t);if(typeof t!=="boolean"){throw new Error(`.shouldInjectPolyfill must return a boolean.`)}}return t},debug(e){var r,t;i().found=true;if(!g||!e)return;if(i().polyfills.has(P))return;i().polyfills.add(e);(t=(r=i()).polyfillsSupport)!=null?t:r.polyfillsSupport=w},assertDependency(e,r="*"){if(t===false)return;if(x){return}const a=r==="*"?e:`${e}@^${r}`;const n=t.all?false:mapGetOr(k,`${e} :: ${s}`,(()=>d.has(s,e)));if(!n){i().missingDeps.add(a)}}};const C=e(D,b,s);const P=C.name||e.name;if(typeof C[f]!=="function"){throw new Error(`The "${P}" provider doesn't support the "${p}" polyfilling method.`)}if(Array.isArray(C.polyfills)){E=new Map(C.polyfills.map(((e,r)=>[e,r])));_=C.filterPolyfills}else if(C.polyfills){E=new Map(Object.keys(C.polyfills).map(((e,r)=>[e,r])));w=C.polyfills;_=C.filterPolyfills}else{E=new Map}({include:v,exclude:j}=(0,l.validateIncludeExclude)(P,E,b.include||[],b.exclude||[]));let I;if(f==="usageGlobal"){I=(e,r)=>{var t;const s=S(r);return(t=C[f](e,s,r))!=null?t:false}}else{I=(e,r)=>{const t=S(r);C[f](e,t,r);return false}}return{debug:g,method:p,targets:y,provider:C,providerName:P,callProvider:I}}function definePolyfillProvider(e){return(0,s.declare)(((r,t,s)=>{r.assertVersion("^7.0.0 || ^8.0.0-alpha.0");const{traverse:n}=r;let o;const u=(0,l.applyMissingDependenciesDefaults)(t,r);const{debug:p,method:f,targets:y,provider:g,providerName:h,callProvider:b}=instantiateProvider(e,t,u,s,(()=>o),r);const x=f==="entry-global"?c.entry:c.usage;const v=g.visitor?n.visitors.merge([x(b),g.visitor]):x(b);if(p&&p!==i.presetEnvSilentDebugHeader){console.log(`${h}: \`DEBUG\` option`);console.log(`\nUsing targets: ${(0,i.stringifyTargetsMultiline)(y)}`);console.log(`\nUsing polyfills with \`${f}\` method:`)}const{runtimeName:j}=g;return{name:"inject-polyfills",visitor:v,pre(e){var r;if(j){if(e.get("runtimeHelpersModuleName")&&e.get("runtimeHelpersModuleName")!==j){console.warn(`Two different polyfill providers`+` (${e.get("runtimeHelpersModuleProvider")}`+` and ${h}) are trying to define two`+` conflicting @babel/runtime alternatives:`+` ${e.get("runtimeHelpersModuleName")} and ${j}.`+` The second one will be ignored.`)}else{e.set("runtimeHelpersModuleName",j);e.set("runtimeHelpersModuleProvider",h)}}o={polyfills:new Set,polyfillsSupport:undefined,found:false,providers:new Set,missingDeps:new Set};(r=g.pre)==null?void 0:r.apply(this,arguments)},post(){var e;(e=g.post)==null?void 0:e.apply(this,arguments);if(u!==false){if(u.log==="per-file"){d.logMissing(o.missingDeps)}else{d.laterLogMissing(o.missingDeps)}}if(!p)return;if(this.filename)console.log(`\n[${this.filename}]`);if(o.polyfills.size===0){console.log(f==="entry-global"?o.found?`Based on your targets, the ${h} polyfill did not add any polyfill.`:`The entry point for the ${h} polyfill has not been found.`:`Based on your code and targets, the ${h} polyfill did not add any polyfill.`);return}if(f==="entry-global"){console.log(`The ${h} polyfill entry has been replaced with `+`the following polyfills:`)}else{console.log(`The ${h} polyfill added the following polyfills:`)}for(const e of o.polyfills){var r;if((r=o.polyfillsSupport)!=null&&r[e]){const r=(0,a.getInclusionReasons)(e,y,o.polyfillsSupport);const t=JSON.stringify(r).replace(/,/g,", ").replace(/^\{"/,'{ "').replace(/"\}$/,'" }');console.log(` ${e} ${t}`)}else{console.log(` ${e}`)}}}}}))}function mapGetOr(e,r,t){let s=e.get(r);if(s===undefined){s=t();e.set(r,s)}return s}function isEmpty(e){return Object.keys(e).length===0}},233:(e,r,t)=>{"use strict";r.__esModule=true;r["default"]=createMetaResolver;var s=t(7523);const a=new Set(["global","globalThis","self","window"]);function createMetaResolver(e){const{static:r,instance:t,global:n}=e;return e=>{if(e.kind==="global"&&n&&(0,s.has)(n,e.name)){return{kind:"global",desc:n[e.name],name:e.name}}if(e.kind==="property"||e.kind==="in"){const{placement:o,object:i,key:l}=e;if(i&&o==="static"){if(n&&a.has(i)&&(0,s.has)(n,l)){return{kind:"global",desc:n[l],name:l}}if(r&&(0,s.has)(r,i)&&(0,s.has)(r[i],l)){return{kind:"static",desc:r[i][l],name:`${i}$${l}`}}}if(t&&(0,s.has)(t,l)){return{kind:"instance",desc:t[l],name:`${l}`}}}}}},6820:(e,r,t)=>{"use strict";r.__esModule=true;r.has=has;r.laterLogMissing=laterLogMissing;r.logMissing=logMissing;r.resolve=resolve;var s=_interopRequireDefault(t(1017));var a=_interopRequireDefault(t(3079));var n=_interopRequireDefault(t(7059));var o=t(8188);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}const i=parseFloat(process.versions.node)>=8.9;function myResolve(e,r){if(i){return require.resolve(e,{paths:[r]}).replace(/\\/g,"/")}else{return n.default.sync(e,{basedir:r}).replace(/\\/g,"/")}}function resolve(e,r,t){if(t===false)return r;let a=e;if(typeof t==="string"){a=s.default.resolve(a,t)}try{return myResolve(r,a)}catch(t){if(t.code!=="MODULE_NOT_FOUND")throw t;throw Object.assign(new Error(`Failed to resolve "${r}" relative to "${e}"`),{code:"BABEL_POLYFILL_NOT_FOUND",polyfill:r,dirname:e})}}function has(e,r){try{myResolve(r,e);return true}catch(e){return false}}function logMissing(e){if(e.size===0)return;const r=Array.from(e).sort().join(" ");console.warn("\nSome polyfills have been added but are not present in your dependencies.\n"+"Please run one of the following commands:\n"+`\tnpm install --save ${r}\n`+`\tyarn add ${r}\n`);process.exitCode=1}let l=new Set;const c=(0,a.default)((()=>{logMissing(l);l=new Set}),100);function laterLogMissing(e){if(e.size===0)return;e.forEach((e=>l.add(e)));c()}},3116:(e,r,t)=>{"use strict";r.__esModule=true;r.applyMissingDependenciesDefaults=applyMissingDependenciesDefaults;r.validateIncludeExclude=validateIncludeExclude;var s=t(7523);function patternToRegExp(e){if(e instanceof RegExp)return e;try{return new RegExp(`^${e}$`)}catch(e){return null}}function buildUnusedError(e,r){if(!r.length)return"";return` - The following "${e}" patterns didn't match any polyfill:\n`+r.map((e=>` ${String(e)}\n`)).join("")}function buldDuplicatesError(e){if(!e.size)return"";return` - The following polyfills were matched both by "include" and "exclude" patterns:\n`+Array.from(e,(e=>` ${e}\n`)).join("")}function validateIncludeExclude(e,r,t,a){let n;const filter=e=>{const t=patternToRegExp(e);if(!t)return false;let s=false;for(const e of r.keys()){if(t.test(e)){s=true;n.add(e)}}return!s};const o=n=new Set;const i=Array.from(t).filter(filter);const l=n=new Set;const c=Array.from(a).filter(filter);const d=(0,s.intersection)(o,l);if(d.size>0||i.length>0||c.length>0){throw new Error(`Error while validating the "${e}" provider options:\n`+buildUnusedError("include",i)+buildUnusedError("exclude",c)+buldDuplicatesError(d))}return{include:o,exclude:l}}function applyMissingDependenciesDefaults(e,r){const{missingDependencies:t={}}=e;if(t===false)return false;const s=r.caller((e=>e==null?void 0:e.name));const{log:a="deferred",inject:n=(s==="rollup-plugin-babel"?"throw":"import"),all:o=false}=t;return{log:a,inject:n,all:o}}},7523:(e,r,t)=>{"use strict";r.__esModule=true;r.createUtilsGetter=createUtilsGetter;r.getImportSource=getImportSource;r.getRequireSource=getRequireSource;r.has=has;r.intersection=intersection;r.resolveKey=resolveKey;r.resolveSource=resolveSource;var s=_interopRequireWildcard(t(8304));function _getRequireWildcardCache(e){if(typeof WeakMap!=="function")return null;var r=new WeakMap;var t=new WeakMap;return(_getRequireWildcardCache=function(e){return e?t:r})(e)}function _interopRequireWildcard(e,r){if(!r&&e&&e.__esModule){return e}if(e===null||typeof e!=="object"&&typeof e!=="function"){return{default:e}}var t=_getRequireWildcardCache(r);if(t&&t.has(e)){return t.get(e)}var s={};var a=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var n in e){if(n!=="default"&&Object.prototype.hasOwnProperty.call(e,n)){var o=a?Object.getOwnPropertyDescriptor(e,n):null;if(o&&(o.get||o.set)){Object.defineProperty(s,n,o)}else{s[n]=e[n]}}}s.default=e;if(t){t.set(e,s)}return s}const{types:a,template:n}=s.default||s;function intersection(e,r){const t=new Set;e.forEach((e=>r.has(e)&&t.add(e)));return t}function has(e,r){return Object.prototype.hasOwnProperty.call(e,r)}function resolve(e,r=new Set){if(r.has(e))return;r.add(e);if(e.isVariableDeclarator()){if(e.get("id").isIdentifier()){return resolve(e.get("init"),r)}}else if(e.isReferencedIdentifier()){const t=e.scope.getBinding(e.node.name);if(!t)return e;if(!t.constant)return;return resolve(t.path,r)}return e}function resolveId(e){if(e.isIdentifier()&&!e.scope.hasBinding(e.node.name,true)){return e.node.name}const r=resolve(e);if(r!=null&&r.isIdentifier()){return r.node.name}}function resolveKey(e,r=false){const{scope:t}=e;if(e.isStringLiteral())return e.node.value;const s=e.isIdentifier();if(s&&!(r||e.parent.computed)){return e.node.name}if(r&&e.isMemberExpression()&&e.get("object").isIdentifier({name:"Symbol"})&&!t.hasBinding("Symbol",true)){const r=resolveKey(e.get("property"),e.node.computed);if(r)return"Symbol."+r}if(s?t.hasBinding(e.node.name,true):e.isPure()){const{value:r}=e.evaluate();if(typeof r==="string")return r}}function resolveSource(e){if(e.isMemberExpression()&&e.get("property").isIdentifier({name:"prototype"})){const r=resolveId(e.get("object"));if(r){return{id:r,placement:"prototype"}}return{id:null,placement:null}}const r=resolveId(e);if(r){return{id:r,placement:"static"}}const t=resolve(e);switch(t==null?void 0:t.type){case"RegExpLiteral":return{id:"RegExp",placement:"prototype"};case"FunctionExpression":return{id:"Function",placement:"prototype"};case"StringLiteral":return{id:"String",placement:"prototype"};case"NumberLiteral":return{id:"Number",placement:"prototype"};case"BooleanLiteral":return{id:"Boolean",placement:"prototype"};case"ObjectExpression":return{id:"Object",placement:"prototype"};case"ArrayExpression":return{id:"Array",placement:"prototype"}}return{id:null,placement:null}}function getImportSource({node:e}){if(e.specifiers.length===0)return e.source.value}function getRequireSource({node:e}){if(!a.isExpressionStatement(e))return;const{expression:r}=e;if(a.isCallExpression(r)&&a.isIdentifier(r.callee)&&r.callee.name==="require"&&r.arguments.length===1&&a.isStringLiteral(r.arguments[0])){return r.arguments[0].value}}function hoist(e){e._blockHoist=3;return e}function createUtilsGetter(e){return r=>{const t=r.findParent((e=>e.isProgram()));return{injectGlobalImport(r,s){e.storeAnonymous(t,r,s,((e,r)=>e?n.statement.ast`require(${r})`:a.importDeclaration([],r)))},injectNamedImport(r,s,o=s,i){return e.storeNamed(t,r,s,i,((e,r,s)=>{const i=t.scope.generateUidIdentifier(o);return{node:e?hoist(n.statement.ast`
var ${i} = require(${r}).${s}
`):a.importDeclaration([a.importSpecifier(i,s)],r),name:i.name}}))},injectDefaultImport(r,s=r,o){return e.storeNamed(t,r,"default",o,((e,r)=>{const o=t.scope.generateUidIdentifier(s);return{node:e?hoist(n.statement.ast`var ${o} = require(${r})`):a.importDeclaration([a.importDefaultSpecifier(o)],r),name:o.name}}))}}}}},2623:(e,r,t)=>{"use strict";r.__esModule=true;r["default"]=void 0;var s=t(7523);var _default=e=>({ImportDeclaration(r){const t=(0,s.getImportSource)(r);if(!t)return;e({kind:"import",source:t},r)},Program(r){r.get("body").forEach((r=>{const t=(0,s.getRequireSource)(r);if(!t)return;e({kind:"import",source:t},r)}))}});r["default"]=_default},3642:(e,r,t)=>{"use strict";r.__esModule=true;r.usage=r.entry=void 0;var s=_interopRequireDefault(t(3735));r.usage=s.default;var a=_interopRequireDefault(t(2623));r.entry=a.default;function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}},3735:(e,r,t)=>{"use strict";r.__esModule=true;r["default"]=void 0;var s=t(7523);function isRemoved(e){if(e.removed)return true;if(!e.parentPath)return false;if(e.listKey){var r;if(!((r=e.parentPath.node)!=null&&(r=r[e.listKey])!=null&&r.includes(e.node)))return true}else{if(e.parentPath.node[e.key]!==e.node)return true}return isRemoved(e.parentPath)}var _default=e=>{function property(r,t,s,a){return e({kind:"property",object:r,key:t,placement:s},a)}function handleReferencedIdentifier(r){const{node:{name:t},scope:s}=r;if(s.getBindingIdentifier(t))return;e({kind:"global",name:t},r)}function analyzeMemberExpression(e){const r=(0,s.resolveKey)(e.get("property"),e.node.computed);return{key:r,handleAsMemberExpression:!!r&&r!=="prototype"}}return{ReferencedIdentifier(e){const{parentPath:r}=e;if(r.isMemberExpression({object:e.node})&&analyzeMemberExpression(r).handleAsMemberExpression){return}handleReferencedIdentifier(e)},"MemberExpression|OptionalMemberExpression"(e){const{key:r,handleAsMemberExpression:t}=analyzeMemberExpression(e);if(!t)return;const a=e.get("object");let n=a.isIdentifier();if(n){const e=a.scope.getBinding(a.node.name);if(e){if(e.path.isImportNamespaceSpecifier())return;n=false}}const o=(0,s.resolveSource)(a);let i=property(o.id,r,o.placement,e);i||(i=!n||e.shouldSkip||a.shouldSkip||isRemoved(a));if(!i)handleReferencedIdentifier(a)},ObjectPattern(e){const{parentPath:r,parent:t}=e;let a;if(r.isVariableDeclarator()){a=r.get("init")}else if(r.isAssignmentExpression()){a=r.get("right")}else if(r.isFunction()){const s=r.parentPath;if(s.isCallExpression()||s.isNewExpression()){if(s.node.callee===t){a=s.get("arguments")[e.key]}}}let n=null;let o=null;if(a)({id:n,placement:o}=(0,s.resolveSource)(a));for(const r of e.get("properties")){if(r.isObjectProperty()){const e=(0,s.resolveKey)(r.get("key"));if(e)property(n,e,o,r)}}},BinaryExpression(r){if(r.node.operator!=="in")return;const t=(0,s.resolveSource)(r.get("right"));const a=(0,s.resolveKey)(r.get("left"),true);if(!a)return;e({kind:"in",object:t.id,key:a,placement:t.placement},r)}}};r["default"]=_default},1870:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(6454);var a=(0,s.declare)((e=>{e.assertVersion(7);return{name:"syntax-bigint",manipulateOptions(e,r){r.plugins.push("bigInt")}}}));r["default"]=a},1228:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(8863);var a=(0,s.declare)((e=>{e.assertVersion(7);return{name:"syntax-dynamic-import",manipulateOptions(e,r){r.plugins.push("dynamicImport")}}}));r["default"]=a},964:(e,r)=>{"use strict";r.__esModule=true;r["default"]=void 0;const t={allowInsertArrow:false,specCompliant:false};var _default=({types:e})=>({name:"transform-async-arrows-in-class",visitor:{ArrowFunctionExpression(r){if(r.node.async&&r.findParent(e.isClassMethod)){r.arrowFunctionToExpression(t)}}}});r["default"]=_default;e.exports=r.default},9239:(e,r)=>{"use strict";r.__esModule=true;r["default"]=void 0;var _default=({types:e})=>{const isArrowParent=r=>r.parentKey==="params"&&r.parentPath&&e.isArrowFunctionExpression(r.parentPath);return{name:"transform-edge-default-parameters",visitor:{AssignmentPattern(e){const r=e.find(isArrowParent);if(r&&e.parent.shorthand){e.parent.shorthand=false;(e.parent.extra||{}).shorthand=false;e.scope.rename(e.parent.key.name)}}}}};r["default"]=_default;e.exports=r.default},983:(e,r)=>{"use strict";r.__esModule=true;r["default"]=void 0;var _default=({types:e})=>({name:"transform-edge-function-name",visitor:{FunctionExpression:{exit(r){if(!r.node.id&&e.isIdentifier(r.parent.id)){const t=e.cloneNode(r.parent.id);const s=r.scope.getBinding(t.name);if(s==null?void 0:s.constantViolations.length){r.scope.rename(t.name)}r.node.id=t}}}}});r["default"]=_default;e.exports=r.default},7554:(e,r)=>{"use strict";r.__esModule=true;r["default"]=_default;function _default({types:e}){return{name:"transform-safari-block-shadowing",visitor:{VariableDeclarator(r){const t=r.parent.kind;if(t!=="let"&&t!=="const")return;const s=r.scope.block;if(e.isFunction(s)||e.isProgram(s))return;const a=e.getOuterBindingIdentifiers(r.node.id);for(const t of Object.keys(a)){let s=r.scope;if(!s.hasOwnBinding(t))continue;while(s=s.parent){if(s.hasOwnBinding(t)){r.scope.rename(t);break}if(e.isFunction(s.block)||e.isProgram(s.block)){break}}}}}}}e.exports=r.default},2712:(e,r)=>{"use strict";r.__esModule=true;r["default"]=void 0;function handle(e){if(!e.isVariableDeclaration())return;const r=e.getFunctionParent();const{name:t}=e.node.declarations[0].id;if(r&&r.scope.hasOwnBinding(t)&&r.scope.getOwnBinding(t).kind==="param"){e.scope.rename(t)}}var _default=()=>({name:"transform-safari-for-shadowing",visitor:{ForXStatement(e){handle(e.get("left"))},ForStatement(e){handle(e.get("init"))}}});r["default"]=_default;e.exports=r.default},9417:(e,r)=>{"use strict";r.__esModule=true;r["default"]=void 0;var _default=({types:e})=>({name:"transform-tagged-template-caching",visitor:{TaggedTemplateExpression(r,t){let s=t.get("processed");if(!s){s=new WeakSet;t.set("processed",s)}if(s.has(r.node))return r.skip();const a=r.node.quasi.expressions;let n=t.get("identity");if(!n){n=r.scope.getProgramParent().generateDeclaredUidIdentifier("_");t.set("identity",n);const s=r.scope.getBinding(n.name);s.path.get("init").replaceWith(e.arrowFunctionExpression([e.identifier("t")],e.identifier("t")))}const o=e.taggedTemplateExpression(e.cloneNode(n),e.templateLiteral(r.node.quasi.quasis,a.map((()=>e.numericLiteral(0)))));s.add(o);const i=r.scope.getProgramParent().generateDeclaredUidIdentifier("t");r.scope.getBinding(i.name).path.parent.kind="let";const l=e.logicalExpression("||",i,e.assignmentExpression("=",e.cloneNode(i),o));const c=e.callExpression(r.node.tag,[l,...a]);r.replaceWith(c)}}});r["default"]=_default;e.exports=r.default},6883:(e,r)=>{"use strict";r.__esModule=true;r["default"]=_default;function _extends(){_extends=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var s in t){if(Object.prototype.hasOwnProperty.call(t,s)){e[s]=t[s]}}}return e};return _extends.apply(this,arguments)}const t={"web.timers":{},"web.immediate":{},"web.dom.iterable":{}};const s={"es6.parse-float":{},"es6.parse-int":{},"es7.string.at":{}};function _default(e,r,a){const n=Object.keys(e);const o=!n.length;const i=n.some((e=>e!=="node"));return _extends({},a,r==="usage-pure"?s:null,o||i?t:null)}},8384:(e,r,t)=>{"use strict";r.__esModule=true;r.StaticProperties=r.InstanceProperties=r.CommonIterators=r.BuiltIns=void 0;var s=_interopRequireDefault(t(4048));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}const define=(e,r,t=[],s)=>({name:e,pure:r,global:t,meta:s});const pureAndGlobal=(e,r,t=null)=>define(r[0],e,r,{minRuntimeVersion:t});const globalOnly=e=>define(e[0],null,e);const pureOnly=(e,r)=>define(r,e,[]);const a=["es6.object.to-string","es6.array.iterator","web.dom.iterable"];const n=["es6.string.iterator",...a];r.CommonIterators=n;const o=["es6.object.to-string","es6.promise"];const i={DataView:globalOnly(["es6.typed.data-view"]),Float32Array:globalOnly(["es6.typed.float32-array"]),Float64Array:globalOnly(["es6.typed.float64-array"]),Int8Array:globalOnly(["es6.typed.int8-array"]),Int16Array:globalOnly(["es6.typed.int16-array"]),Int32Array:globalOnly(["es6.typed.int32-array"]),Map:pureAndGlobal("map",["es6.map",...n]),Number:globalOnly(["es6.number.constructor"]),Promise:pureAndGlobal("promise",o),RegExp:globalOnly(["es6.regexp.constructor"]),Set:pureAndGlobal("set",["es6.set",...n]),Symbol:pureAndGlobal("symbol/index",["es6.symbol"]),Uint8Array:globalOnly(["es6.typed.uint8-array"]),Uint8ClampedArray:globalOnly(["es6.typed.uint8-clamped-array"]),Uint16Array:globalOnly(["es6.typed.uint16-array"]),Uint32Array:globalOnly(["es6.typed.uint32-array"]),WeakMap:pureAndGlobal("weak-map",["es6.weak-map",...n]),WeakSet:pureAndGlobal("weak-set",["es6.weak-set",...n]),setImmediate:pureOnly("set-immediate","web.immediate"),clearImmediate:pureOnly("clear-immediate","web.immediate"),parseFloat:pureOnly("parse-float","es6.parse-float"),parseInt:pureOnly("parse-int","es6.parse-int")};r.BuiltIns=i;const l={__defineGetter__:globalOnly(["es7.object.define-getter"]),__defineSetter__:globalOnly(["es7.object.define-setter"]),__lookupGetter__:globalOnly(["es7.object.lookup-getter"]),__lookupSetter__:globalOnly(["es7.object.lookup-setter"]),anchor:globalOnly(["es6.string.anchor"]),big:globalOnly(["es6.string.big"]),bind:globalOnly(["es6.function.bind"]),blink:globalOnly(["es6.string.blink"]),bold:globalOnly(["es6.string.bold"]),codePointAt:globalOnly(["es6.string.code-point-at"]),copyWithin:globalOnly(["es6.array.copy-within"]),endsWith:globalOnly(["es6.string.ends-with"]),entries:globalOnly(a),every:globalOnly(["es6.array.every"]),fill:globalOnly(["es6.array.fill"]),filter:globalOnly(["es6.array.filter"]),finally:globalOnly(["es7.promise.finally",...o]),find:globalOnly(["es6.array.find"]),findIndex:globalOnly(["es6.array.find-index"]),fixed:globalOnly(["es6.string.fixed"]),flags:globalOnly(["es6.regexp.flags"]),flatMap:globalOnly(["es7.array.flat-map"]),fontcolor:globalOnly(["es6.string.fontcolor"]),fontsize:globalOnly(["es6.string.fontsize"]),forEach:globalOnly(["es6.array.for-each"]),includes:globalOnly(["es6.string.includes","es7.array.includes"]),indexOf:globalOnly(["es6.array.index-of"]),italics:globalOnly(["es6.string.italics"]),keys:globalOnly(a),lastIndexOf:globalOnly(["es6.array.last-index-of"]),link:globalOnly(["es6.string.link"]),map:globalOnly(["es6.array.map"]),match:globalOnly(["es6.regexp.match"]),name:globalOnly(["es6.function.name"]),padStart:globalOnly(["es7.string.pad-start"]),padEnd:globalOnly(["es7.string.pad-end"]),reduce:globalOnly(["es6.array.reduce"]),reduceRight:globalOnly(["es6.array.reduce-right"]),repeat:globalOnly(["es6.string.repeat"]),replace:globalOnly(["es6.regexp.replace"]),search:globalOnly(["es6.regexp.search"]),small:globalOnly(["es6.string.small"]),some:globalOnly(["es6.array.some"]),sort:globalOnly(["es6.array.sort"]),split:globalOnly(["es6.regexp.split"]),startsWith:globalOnly(["es6.string.starts-with"]),strike:globalOnly(["es6.string.strike"]),sub:globalOnly(["es6.string.sub"]),sup:globalOnly(["es6.string.sup"]),toISOString:globalOnly(["es6.date.to-iso-string"]),toJSON:globalOnly(["es6.date.to-json"]),toString:globalOnly(["es6.object.to-string","es6.date.to-string","es6.regexp.to-string"]),trim:globalOnly(["es6.string.trim"]),trimEnd:globalOnly(["es7.string.trim-right"]),trimLeft:globalOnly(["es7.string.trim-left"]),trimRight:globalOnly(["es7.string.trim-right"]),trimStart:globalOnly(["es7.string.trim-left"]),values:globalOnly(a)};r.InstanceProperties=l;if("es6.array.slice"in s.default){l.slice=globalOnly(["es6.array.slice"])}const c={Array:{from:pureAndGlobal("array/from",["es6.symbol","es6.array.from",...n]),isArray:pureAndGlobal("array/is-array",["es6.array.is-array"]),of:pureAndGlobal("array/of",["es6.array.of"])},Date:{now:pureAndGlobal("date/now",["es6.date.now"])},JSON:{stringify:pureOnly("json/stringify","es6.symbol")},Math:{acosh:pureAndGlobal("math/acosh",["es6.math.acosh"],"7.0.1"),asinh:pureAndGlobal("math/asinh",["es6.math.asinh"],"7.0.1"),atanh:pureAndGlobal("math/atanh",["es6.math.atanh"],"7.0.1"),cbrt:pureAndGlobal("math/cbrt",["es6.math.cbrt"],"7.0.1"),clz32:pureAndGlobal("math/clz32",["es6.math.clz32"],"7.0.1"),cosh:pureAndGlobal("math/cosh",["es6.math.cosh"],"7.0.1"),expm1:pureAndGlobal("math/expm1",["es6.math.expm1"],"7.0.1"),fround:pureAndGlobal("math/fround",["es6.math.fround"],"7.0.1"),hypot:pureAndGlobal("math/hypot",["es6.math.hypot"],"7.0.1"),imul:pureAndGlobal("math/imul",["es6.math.imul"],"7.0.1"),log1p:pureAndGlobal("math/log1p",["es6.math.log1p"],"7.0.1"),log10:pureAndGlobal("math/log10",["es6.math.log10"],"7.0.1"),log2:pureAndGlobal("math/log2",["es6.math.log2"],"7.0.1"),sign:pureAndGlobal("math/sign",["es6.math.sign"],"7.0.1"),sinh:pureAndGlobal("math/sinh",["es6.math.sinh"],"7.0.1"),tanh:pureAndGlobal("math/tanh",["es6.math.tanh"],"7.0.1"),trunc:pureAndGlobal("math/trunc",["es6.math.trunc"],"7.0.1")},Number:{EPSILON:pureAndGlobal("number/epsilon",["es6.number.epsilon"]),MIN_SAFE_INTEGER:pureAndGlobal("number/min-safe-integer",["es6.number.min-safe-integer"]),MAX_SAFE_INTEGER:pureAndGlobal("number/max-safe-integer",["es6.number.max-safe-integer"]),isFinite:pureAndGlobal("number/is-finite",["es6.number.is-finite"]),isInteger:pureAndGlobal("number/is-integer",["es6.number.is-integer"]),isSafeInteger:pureAndGlobal("number/is-safe-integer",["es6.number.is-safe-integer"]),isNaN:pureAndGlobal("number/is-nan",["es6.number.is-nan"]),parseFloat:pureAndGlobal("number/parse-float",["es6.number.parse-float"]),parseInt:pureAndGlobal("number/parse-int",["es6.number.parse-int"])},Object:{assign:pureAndGlobal("object/assign",["es6.object.assign"]),create:pureAndGlobal("object/create",["es6.object.create"]),defineProperties:pureAndGlobal("object/define-properties",["es6.object.define-properties"]),defineProperty:pureAndGlobal("object/define-property",["es6.object.define-property"]),entries:pureAndGlobal("object/entries",["es7.object.entries"]),freeze:pureAndGlobal("object/freeze",["es6.object.freeze"]),getOwnPropertyDescriptor:pureAndGlobal("object/get-own-property-descriptor",["es6.object.get-own-property-descriptor"]),getOwnPropertyDescriptors:pureAndGlobal("object/get-own-property-descriptors",["es7.object.get-own-property-descriptors"]),getOwnPropertyNames:pureAndGlobal("object/get-own-property-names",["es6.object.get-own-property-names"]),getOwnPropertySymbols:pureAndGlobal("object/get-own-property-symbols",["es6.symbol"]),getPrototypeOf:pureAndGlobal("object/get-prototype-of",["es6.object.get-prototype-of"]),is:pureAndGlobal("object/is",["es6.object.is"]),isExtensible:pureAndGlobal("object/is-extensible",["es6.object.is-extensible"]),isFrozen:pureAndGlobal("object/is-frozen",["es6.object.is-frozen"]),isSealed:pureAndGlobal("object/is-sealed",["es6.object.is-sealed"]),keys:pureAndGlobal("object/keys",["es6.object.keys"]),preventExtensions:pureAndGlobal("object/prevent-extensions",["es6.object.prevent-extensions"]),seal:pureAndGlobal("object/seal",["es6.object.seal"]),setPrototypeOf:pureAndGlobal("object/set-prototype-of",["es6.object.set-prototype-of"]),values:pureAndGlobal("object/values",["es7.object.values"])},Promise:{all:globalOnly(n),race:globalOnly(n)},Reflect:{apply:pureAndGlobal("reflect/apply",["es6.reflect.apply"]),construct:pureAndGlobal("reflect/construct",["es6.reflect.construct"]),defineProperty:pureAndGlobal("reflect/define-property",["es6.reflect.define-property"]),deleteProperty:pureAndGlobal("reflect/delete-property",["es6.reflect.delete-property"]),get:pureAndGlobal("reflect/get",["es6.reflect.get"]),getOwnPropertyDescriptor:pureAndGlobal("reflect/get-own-property-descriptor",["es6.reflect.get-own-property-descriptor"]),getPrototypeOf:pureAndGlobal("reflect/get-prototype-of",["es6.reflect.get-prototype-of"]),has:pureAndGlobal("reflect/has",["es6.reflect.has"]),isExtensible:pureAndGlobal("reflect/is-extensible",["es6.reflect.is-extensible"]),ownKeys:pureAndGlobal("reflect/own-keys",["es6.reflect.own-keys"]),preventExtensions:pureAndGlobal("reflect/prevent-extensions",["es6.reflect.prevent-extensions"]),set:pureAndGlobal("reflect/set",["es6.reflect.set"]),setPrototypeOf:pureAndGlobal("reflect/set-prototype-of",["es6.reflect.set-prototype-of"])},String:{at:pureOnly("string/at","es7.string.at"),fromCodePoint:pureAndGlobal("string/from-code-point",["es6.string.from-code-point"]),raw:pureAndGlobal("string/raw",["es6.string.raw"])},Symbol:{asyncIterator:globalOnly(["es6.symbol","es7.symbol.async-iterator"]),for:pureOnly("symbol/for","es6.symbol"),hasInstance:pureOnly("symbol/has-instance","es6.symbol"),isConcatSpreadable:pureOnly("symbol/is-concat-spreadable","es6.symbol"),iterator:define("es6.symbol","symbol/iterator",n),keyFor:pureOnly("symbol/key-for","es6.symbol"),match:pureAndGlobal("symbol/match",["es6.regexp.match"]),replace:pureOnly("symbol/replace","es6.symbol"),search:pureOnly("symbol/search","es6.symbol"),species:pureOnly("symbol/species","es6.symbol"),split:pureOnly("symbol/split","es6.symbol"),toPrimitive:pureOnly("symbol/to-primitive","es6.symbol"),toStringTag:pureOnly("symbol/to-string-tag","es6.symbol"),unscopables:pureOnly("symbol/unscopables","es6.symbol")}};r.StaticProperties=c},5050:(e,r,t)=>{"use strict";r.__esModule=true;r.hasMinVersion=hasMinVersion;var s=_interopRequireDefault(t(7849));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function hasMinVersion(e,r){if(!r||!e)return true;r=String(r);if(s.default.valid(r))r=`^${r}`;return!s.default.intersects(`<${e}`,r)&&!s.default.intersects(`>=8.0.0`,r)}},2612:(e,r,t)=>{"use strict";var s;s=true;r.Z=void 0;var a=_interopRequireDefault(t(4048));var n=t(8384);var o=_interopRequireDefault(t(6883));var i=t(5050);var l=_interopRequireDefault(t(6970));var c=_interopRequireWildcard(t(8304));function _getRequireWildcardCache(e){if(typeof WeakMap!=="function")return null;var r=new WeakMap;var t=new WeakMap;return(_getRequireWildcardCache=function(e){return e?t:r})(e)}function _interopRequireWildcard(e,r){if(!r&&e&&e.__esModule){return e}if(e===null||typeof e!=="object"&&typeof e!=="function"){return{default:e}}var t=_getRequireWildcardCache(r);if(t&&t.has(e)){return t.get(e)}var s={};var a=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var n in e){if(n!=="default"&&Object.prototype.hasOwnProperty.call(e,n)){var o=a?Object.getOwnPropertyDescriptor(e,n):null;if(o&&(o.get||o.set)){Object.defineProperty(s,n,o)}else{s[n]=e[n]}}}s.default=e;if(t){t.set(e,s)}return s}function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}const{types:d}=c.default||c;const u="@babel/runtime-corejs2";const p="#__secret_key__@babel/preset-env__compatibility";const f="#__secret_key__@babel/runtime__compatibility";const y=Function.call.bind(Object.hasOwnProperty);var g=(0,l.default)((function(e,{[p]:{entryInjectRegenerator:r=false,noRuntimeName:t=false}={},[f]:{useBabelRuntime:s=false,runtimeVersion:l="",ext:c=".js"}={}}){const g=e.createMetaResolver({global:n.BuiltIns,static:n.StaticProperties,instance:n.InstanceProperties});const{debug:h,shouldInjectPolyfill:b,method:x}=e;const v=(0,o.default)(e.targets,x,a.default);const j=s?`${u}/core-js`:x==="usage-pure"?"core-js/library/fn":"core-js/modules";function inject(e,r){if(typeof e==="string"){if(y(v,e)&&b(e)){h(e);r.injectGlobalImport(`${j}/${e}.js`)}return}e.forEach((e=>inject(e,r)))}function maybeInjectPure(e,r,t){let{pure:a,meta:n,name:o}=e;if(!a||!b(o))return;if(l&&n&&n.minRuntimeVersion&&!(0,i.hasMinVersion)(n&&n.minRuntimeVersion,l)){return}if(s&&a==="symbol/index")a="symbol";return t.injectDefaultImport(`${j}/${a}${c}`,r)}return{name:"corejs2",runtimeName:t?null:u,polyfills:v,entryGlobal(e,t,s){if(e.kind==="import"&&e.source==="core-js"){h(null);inject(Object.keys(v),t);if(r){t.injectGlobalImport("regenerator-runtime/runtime.js")}s.remove()}},usageGlobal(e,r){const t=g(e);if(!t)return;let s=t.desc.global;if(t.kind!=="global"&&"object"in e&&e.object&&e.placement==="prototype"){const r=e.object.toLowerCase();s=s.filter((e=>e.includes(r)))}inject(s,r)},usagePure(e,r,t){if(e.kind==="in"){if(e.key==="Symbol.iterator"){t.replaceWith(d.callExpression(r.injectDefaultImport(`${j}/is-iterable${c}`,"isIterable"),[t.node.right]))}return}if(t.parentPath.isUnaryExpression({operator:"delete"}))return;if(e.kind==="property"){if(!t.isMemberExpression())return;if(!t.isReferenced())return;if(e.key==="Symbol.iterator"&&b("es6.symbol")&&t.parentPath.isCallExpression({callee:t.node})&&t.parentPath.node.arguments.length===0){t.parentPath.replaceWith(d.callExpression(r.injectDefaultImport(`${j}/get-iterator${c}`,"getIterator"),[t.node.object]));t.skip();return}}const s=g(e);if(!s)return;const a=maybeInjectPure(s.desc,s.name,r);if(a)t.replaceWith(a)},visitor:x==="usage-global"&&{YieldExpression(r){if(r.node.delegate){inject("web.dom.iterable",e.getUtils(r))}},"ForOfStatement|ArrayPattern"(r){n.CommonIterators.forEach((t=>inject(t,e.getUtils(r))))}}}}));r.Z=g},4157:(e,r,t)=>{e.exports=t(1333)},9218:(e,r,t)=>{e.exports=t(3804)},676:(e,r,t)=>{e.exports=t(7252)},164:(e,r)=>{"use strict";r.__esModule=true;r.stable=r.proposals=void 0;const t=new Set(["array","array/from","array/is-array","array/of","clear-immediate","date/now","instance/bind","instance/code-point-at","instance/concat","instance/copy-within","instance/ends-with","instance/entries","instance/every","instance/fill","instance/filter","instance/find","instance/find-index","instance/flags","instance/flat","instance/flat-map","instance/for-each","instance/includes","instance/index-of","instance/keys","instance/last-index-of","instance/map","instance/pad-end","instance/pad-start","instance/reduce","instance/reduce-right","instance/repeat","instance/reverse","instance/slice","instance/some","instance/sort","instance/splice","instance/starts-with","instance/trim","instance/trim-end","instance/trim-left","instance/trim-right","instance/trim-start","instance/values","json/stringify","map","math/acosh","math/asinh","math/atanh","math/cbrt","math/clz32","math/cosh","math/expm1","math/fround","math/hypot","math/imul","math/log10","math/log1p","math/log2","math/sign","math/sinh","math/tanh","math/trunc","number/epsilon","number/is-finite","number/is-integer","number/is-nan","number/is-safe-integer","number/max-safe-integer","number/min-safe-integer","number/parse-float","number/parse-int","object/assign","object/create","object/define-properties","object/define-property","object/entries","object/freeze","object/from-entries","object/get-own-property-descriptor","object/get-own-property-descriptors","object/get-own-property-names","object/get-own-property-symbols","object/get-prototype-of","object/is","object/is-extensible","object/is-frozen","object/is-sealed","object/keys","object/prevent-extensions","object/seal","object/set-prototype-of","object/values","parse-float","parse-int","promise","queue-microtask","reflect/apply","reflect/construct","reflect/define-property","reflect/delete-property","reflect/get","reflect/get-own-property-descriptor","reflect/get-prototype-of","reflect/has","reflect/is-extensible","reflect/own-keys","reflect/prevent-extensions","reflect/set","reflect/set-prototype-of","set","set-immediate","set-interval","set-timeout","string/from-code-point","string/raw","symbol","symbol/async-iterator","symbol/for","symbol/has-instance","symbol/is-concat-spreadable","symbol/iterator","symbol/key-for","symbol/match","symbol/replace","symbol/search","symbol/species","symbol/split","symbol/to-primitive","symbol/to-string-tag","symbol/unscopables","url","url-search-params","weak-map","weak-set"]);r.stable=t;const s=new Set([...t,"aggregate-error","composite-key","composite-symbol","global-this","instance/at","instance/code-points","instance/match-all","instance/replace-all","math/clamp","math/degrees","math/deg-per-rad","math/fscale","math/iaddh","math/imulh","math/isubh","math/rad-per-deg","math/radians","math/scale","math/seeded-prng","math/signbit","math/umulh","number/from-string","observable","reflect/define-metadata","reflect/delete-metadata","reflect/get-metadata","reflect/get-metadata-keys","reflect/get-own-metadata","reflect/get-own-metadata-keys","reflect/has-metadata","reflect/has-own-metadata","reflect/metadata","symbol/dispose","symbol/observable","symbol/pattern-match"]);r.proposals=s},9693:(e,r,t)=>{"use strict";r.__esModule=true;r.StaticProperties=r.PromiseDependenciesWithIterators=r.PromiseDependencies=r.InstanceProperties=r.DecoratorMetadataDependencies=r.CommonIterators=r.BuiltIns=void 0;var s=_interopRequireDefault(t(4157));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function _extends(){_extends=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var s in t){if(Object.prototype.hasOwnProperty.call(t,s)){e[s]=t[s]}}}return e};return _extends.apply(this,arguments)}const a={};Object.keys(s.default).forEach(((e,r)=>{a[e]=r}));const define=(e,r,t=r[0],s)=>({name:t,pure:e,global:r.sort(((e,r)=>a[e]-a[r])),exclude:s});const typed=(...e)=>define(null,[...e,...p]);const n=["es.array.iterator","web.dom-collections.iterator"];const o=["es.string.iterator",...n];r.CommonIterators=o;const i=["es.object.to-string",...n];const l=["es.object.to-string",...o];const c=["es.error.cause","es.error.to-string"];const d=["esnext.suppressed-error.constructor",...c];const u=["es.array-buffer.constructor","es.array-buffer.slice","es.data-view","es.array-buffer.detached","es.array-buffer.transfer","es.array-buffer.transfer-to-fixed-length","es.object.to-string"];const p=["es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with","es.object.to-string","es.array.iterator","esnext.typed-array.filter-reject","esnext.typed-array.group-by","esnext.typed-array.to-spliced","esnext.typed-array.unique-by",...u];const f=["es.promise","es.object.to-string"];r.PromiseDependencies=f;const y=[...f,...o];r.PromiseDependenciesWithIterators=y;const g=["es.symbol","es.symbol.description","es.object.to-string"];const h=["es.map","esnext.map.delete-all","esnext.map.emplace","esnext.map.every","esnext.map.filter","esnext.map.find","esnext.map.find-key","esnext.map.get-or-insert","esnext.map.get-or-insert-computed","esnext.map.includes","esnext.map.key-of","esnext.map.map-keys","esnext.map.map-values","esnext.map.merge","esnext.map.reduce","esnext.map.some","esnext.map.update",...l];const b=["es.set","es.set.difference.v2","es.set.intersection.v2","es.set.is-disjoint-from.v2","es.set.is-subset-of.v2","es.set.is-superset-of.v2","es.set.symmetric-difference.v2","es.set.union.v2","esnext.set.add-all","esnext.set.delete-all","esnext.set.difference","esnext.set.every","esnext.set.filter","esnext.set.find","esnext.set.intersection","esnext.set.is-disjoint-from","esnext.set.is-subset-of","esnext.set.is-superset-of","esnext.set.join","esnext.set.map","esnext.set.reduce","esnext.set.some","esnext.set.symmetric-difference","esnext.set.union",...l];const x=["es.weak-map","esnext.weak-map.delete-all","esnext.weak-map.emplace","esnext.weak-map.get-or-insert","esnext.weak-map.get-or-insert-computed",...l];const v=["es.weak-set","esnext.weak-set.add-all","esnext.weak-set.delete-all",...l];const j=["web.dom-exception.constructor","web.dom-exception.stack","web.dom-exception.to-string-tag","es.error.to-string"];const w=["web.url-search-params","web.url-search-params.delete","web.url-search-params.has","web.url-search-params.size",...l];const E=["esnext.async-iterator.constructor",...f];const _=["esnext.async-iterator.every","esnext.async-iterator.filter","esnext.async-iterator.find","esnext.async-iterator.flat-map","esnext.async-iterator.for-each","esnext.async-iterator.map","esnext.async-iterator.reduce","esnext.async-iterator.some"];const S=["es.iterator.constructor","es.object.to-string"];const k=["esnext.symbol.metadata","esnext.function.metadata"];r.DecoratorMetadataDependencies=k;const TypedArrayStaticMethods=e=>({from:define(null,["es.typed-array.from",e,...p]),fromAsync:define(null,["esnext.typed-array.from-async",e,...y,...p]),of:define(null,["es.typed-array.of",e,...p])});const D=["es.data-view",...u];const C={AsyncDisposableStack:define("async-disposable-stack/index",["esnext.async-disposable-stack.constructor","es.object.to-string","esnext.async-iterator.async-dispose","esnext.iterator.dispose",...f,...d]),AsyncIterator:define("async-iterator/index",E),AggregateError:define("aggregate-error",["es.aggregate-error",...c,...l,"es.aggregate-error.cause"]),ArrayBuffer:define(null,u),DataView:define(null,D),Date:define(null,["es.date.to-string"]),DOMException:define("dom-exception/index",j),DisposableStack:define("disposable-stack/index",["esnext.disposable-stack.constructor","es.object.to-string","esnext.iterator.dispose",...d]),Error:define(null,c),EvalError:define(null,c),Float32Array:typed("es.typed-array.float32-array"),Float64Array:typed("es.typed-array.float64-array"),Int8Array:typed("es.typed-array.int8-array"),Int16Array:typed("es.typed-array.int16-array"),Int32Array:typed("es.typed-array.int32-array"),Iterator:define("iterator/index",S),Uint8Array:typed("es.typed-array.uint8-array","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex"),Uint8ClampedArray:typed("es.typed-array.uint8-clamped-array"),Uint16Array:typed("es.typed-array.uint16-array"),Uint32Array:typed("es.typed-array.uint32-array"),Map:define("map/index",h),Number:define(null,["es.number.constructor"]),Observable:define("observable/index",["esnext.observable","esnext.symbol.observable","es.object.to-string",...l]),Promise:define("promise/index",f),RangeError:define(null,c),ReferenceError:define(null,c),Reflect:define(null,["es.reflect.to-string-tag","es.object.to-string"]),RegExp:define(null,["es.regexp.constructor","es.regexp.dot-all","es.regexp.exec","es.regexp.sticky","es.regexp.to-string"]),Set:define("set/index",b),SuppressedError:define("suppressed-error",d),Symbol:define("symbol/index",g),SyntaxError:define(null,c),TypeError:define(null,c),URIError:define(null,c),URL:define("url/index",["web.url","web.url.to-json",...w]),URLSearchParams:define("url-search-params/index",w),WeakMap:define("weak-map/index",x),WeakSet:define("weak-set/index",v),atob:define("atob",["web.atob",...j]),btoa:define("btoa",["web.btoa",...j]),clearImmediate:define("clear-immediate",["web.immediate"]),compositeKey:define("composite-key",["esnext.composite-key"]),compositeSymbol:define("composite-symbol",["esnext.composite-symbol"]),escape:define("escape",["es.escape"]),fetch:define(null,f),globalThis:define("global-this",["es.global-this"]),parseFloat:define("parse-float",["es.parse-float"]),parseInt:define("parse-int",["es.parse-int"]),queueMicrotask:define("queue-microtask",["web.queue-microtask"]),self:define("self",["web.self"]),setImmediate:define("set-immediate",["web.immediate"]),setInterval:define("set-interval",["web.timers"]),setTimeout:define("set-timeout",["web.timers"]),structuredClone:define("structured-clone",["web.structured-clone",...j,"es.array.iterator","es.object.keys","es.object.to-string","es.map","es.set"]),unescape:define("unescape",["es.unescape"])};r.BuiltIns=C;const P={AsyncIterator:{from:define("async-iterator/from",["esnext.async-iterator.from",...E,..._,...o])},Array:{from:define("array/from",["es.array.from","es.string.iterator"]),fromAsync:define("array/from-async",["esnext.array.from-async",...y]),isArray:define("array/is-array",["es.array.is-array"]),isTemplateObject:define("array/is-template-object",["esnext.array.is-template-object"]),of:define("array/of",["es.array.of"])},ArrayBuffer:{isView:define(null,["es.array-buffer.is-view"])},BigInt:{range:define("bigint/range",["esnext.bigint.range","es.object.to-string"])},Date:{now:define("date/now",["es.date.now"])},Error:{isError:define("error/is-error",["esnext.error.is-error","es.object.create"])},Function:{isCallable:define("function/is-callable",["esnext.function.is-callable"]),isConstructor:define("function/is-constructor",["esnext.function.is-constructor"])},Iterator:{concat:define("iterator/concat",["esnext.iterator.concat",...S,...o]),from:define("iterator/from",["es.iterator.from",...S,...o]),range:define("iterator/range",["esnext.iterator.range",...S,"es.object.to-string"])},JSON:{isRawJSON:define("json/is-raw-json",["esnext.json.is-raw-json"]),parse:define("json/parse",["esnext.json.parse","es.object.keys"]),rawJSON:define("json/raw-json",["esnext.json.raw-json","es.object.create","es.object.freeze"]),stringify:define("json/stringify",["es.json.stringify","es.date.to-json"],"es.symbol")},Math:{DEG_PER_RAD:define("math/deg-per-rad",["esnext.math.deg-per-rad"]),RAD_PER_DEG:define("math/rad-per-deg",["esnext.math.rad-per-deg"]),acosh:define("math/acosh",["es.math.acosh"]),asinh:define("math/asinh",["es.math.asinh"]),atanh:define("math/atanh",["es.math.atanh"]),cbrt:define("math/cbrt",["es.math.cbrt"]),clamp:define("math/clamp",["esnext.math.clamp"]),clz32:define("math/clz32",["es.math.clz32"]),cosh:define("math/cosh",["es.math.cosh"]),degrees:define("math/degrees",["esnext.math.degrees"]),expm1:define("math/expm1",["es.math.expm1"]),fround:define("math/fround",["es.math.fround"]),f16round:define("math/f16round",["esnext.math.f16round"]),fscale:define("math/fscale",["esnext.math.fscale"]),hypot:define("math/hypot",["es.math.hypot"]),iaddh:define("math/iaddh",["esnext.math.iaddh"]),imul:define("math/imul",["es.math.imul"]),imulh:define("math/imulh",["esnext.math.imulh"]),isubh:define("math/isubh",["esnext.math.isubh"]),log10:define("math/log10",["es.math.log10"]),log1p:define("math/log1p",["es.math.log1p"]),log2:define("math/log2",["es.math.log2"]),radians:define("math/radians",["esnext.math.radians"]),scale:define("math/scale",["esnext.math.scale"]),seededPRNG:define("math/seeded-prng",["esnext.math.seeded-prng"]),sign:define("math/sign",["es.math.sign"]),signbit:define("math/signbit",["esnext.math.signbit"]),sinh:define("math/sinh",["es.math.sinh"]),sumPrecise:define("math/sum-precise",["esnext.math.sum-precise","es.array.iterator"]),tanh:define("math/tanh",["es.math.tanh"]),trunc:define("math/trunc",["es.math.trunc"]),umulh:define("math/umulh",["esnext.math.umulh"])},Map:{from:define("map/from",["esnext.map.from",...h]),groupBy:define("map/group-by",["es.map.group-by",...h]),keyBy:define("map/key-by",["esnext.map.key-by",...h]),of:define("map/of",["esnext.map.of",...h])},Number:{EPSILON:define("number/epsilon",["es.number.epsilon"]),MAX_SAFE_INTEGER:define("number/max-safe-integer",["es.number.max-safe-integer"]),MIN_SAFE_INTEGER:define("number/min-safe-integer",["es.number.min-safe-integer"]),fromString:define("number/from-string",["esnext.number.from-string"]),isFinite:define("number/is-finite",["es.number.is-finite"]),isInteger:define("number/is-integer",["es.number.is-integer"]),isNaN:define("number/is-nan",["es.number.is-nan"]),isSafeInteger:define("number/is-safe-integer",["es.number.is-safe-integer"]),parseFloat:define("number/parse-float",["es.number.parse-float"]),parseInt:define("number/parse-int",["es.number.parse-int"]),range:define("number/range",["esnext.number.range","es.object.to-string"])},Object:{assign:define("object/assign",["es.object.assign"]),create:define("object/create",["es.object.create"]),defineProperties:define("object/define-properties",["es.object.define-properties"]),defineProperty:define("object/define-property",["es.object.define-property"]),entries:define("object/entries",["es.object.entries"]),freeze:define("object/freeze",["es.object.freeze"]),fromEntries:define("object/from-entries",["es.object.from-entries","es.array.iterator"]),getOwnPropertyDescriptor:define("object/get-own-property-descriptor",["es.object.get-own-property-descriptor"]),getOwnPropertyDescriptors:define("object/get-own-property-descriptors",["es.object.get-own-property-descriptors"]),getOwnPropertyNames:define("object/get-own-property-names",["es.object.get-own-property-names"]),getOwnPropertySymbols:define("object/get-own-property-symbols",["es.symbol"]),getPrototypeOf:define("object/get-prototype-of",["es.object.get-prototype-of"]),groupBy:define("object/group-by",["es.object.group-by","es.object.create"]),hasOwn:define("object/has-own",["es.object.has-own"]),is:define("object/is",["es.object.is"]),isExtensible:define("object/is-extensible",["es.object.is-extensible"]),isFrozen:define("object/is-frozen",["es.object.is-frozen"]),isSealed:define("object/is-sealed",["es.object.is-sealed"]),keys:define("object/keys",["es.object.keys"]),preventExtensions:define("object/prevent-extensions",["es.object.prevent-extensions"]),seal:define("object/seal",["es.object.seal"]),setPrototypeOf:define("object/set-prototype-of",["es.object.set-prototype-of"]),values:define("object/values",["es.object.values"])},Promise:{all:define(null,y),allSettled:define("promise/all-settled",["es.promise.all-settled",...y]),any:define("promise/any",["es.promise.any","es.aggregate-error",...y]),race:define(null,y),try:define("promise/try",["es.promise.try",...f]),withResolvers:define("promise/with-resolvers",["es.promise.with-resolvers",...f])},Reflect:{apply:define("reflect/apply",["es.reflect.apply"]),construct:define("reflect/construct",["es.reflect.construct"]),defineMetadata:define("reflect/define-metadata",["esnext.reflect.define-metadata"]),defineProperty:define("reflect/define-property",["es.reflect.define-property"]),deleteMetadata:define("reflect/delete-metadata",["esnext.reflect.delete-metadata"]),deleteProperty:define("reflect/delete-property",["es.reflect.delete-property"]),get:define("reflect/get",["es.reflect.get"]),getMetadata:define("reflect/get-metadata",["esnext.reflect.get-metadata"]),getMetadataKeys:define("reflect/get-metadata-keys",["esnext.reflect.get-metadata-keys"]),getOwnMetadata:define("reflect/get-own-metadata",["esnext.reflect.get-own-metadata"]),getOwnMetadataKeys:define("reflect/get-own-metadata-keys",["esnext.reflect.get-own-metadata-keys"]),getOwnPropertyDescriptor:define("reflect/get-own-property-descriptor",["es.reflect.get-own-property-descriptor"]),getPrototypeOf:define("reflect/get-prototype-of",["es.reflect.get-prototype-of"]),has:define("reflect/has",["es.reflect.has"]),hasMetadata:define("reflect/has-metadata",["esnext.reflect.has-metadata"]),hasOwnMetadata:define("reflect/has-own-metadata",["esnext.reflect.has-own-metadata"]),isExtensible:define("reflect/is-extensible",["es.reflect.is-extensible"]),metadata:define("reflect/metadata",["esnext.reflect.metadata"]),ownKeys:define("reflect/own-keys",["es.reflect.own-keys"]),preventExtensions:define("reflect/prevent-extensions",["es.reflect.prevent-extensions"]),set:define("reflect/set",["es.reflect.set"]),setPrototypeOf:define("reflect/set-prototype-of",["es.reflect.set-prototype-of"])},RegExp:{escape:define("regexp/escape",["esnext.regexp.escape"])},Set:{from:define("set/from",["esnext.set.from",...b]),of:define("set/of",["esnext.set.of",...b])},String:{cooked:define("string/cooked",["esnext.string.cooked"]),dedent:define("string/dedent",["esnext.string.dedent","es.string.from-code-point","es.weak-map"]),fromCodePoint:define("string/from-code-point",["es.string.from-code-point"]),raw:define("string/raw",["es.string.raw"])},Symbol:{asyncDispose:define("symbol/async-dispose",["esnext.symbol.async-dispose","esnext.async-iterator.async-dispose"]),asyncIterator:define("symbol/async-iterator",["es.symbol.async-iterator"]),customMatcher:define("symbol/custom-matcher",["esnext.symbol.custom-matcher"]),dispose:define("symbol/dispose",["esnext.symbol.dispose","esnext.iterator.dispose"]),for:define("symbol/for",[],"es.symbol"),hasInstance:define("symbol/has-instance",["es.symbol.has-instance","es.function.has-instance"]),isConcatSpreadable:define("symbol/is-concat-spreadable",["es.symbol.is-concat-spreadable","es.array.concat"]),isRegistered:define("symbol/is-registered",["esnext.symbol.is-registered","es.symbol"]),isRegisteredSymbol:define("symbol/is-registered-symbol",["esnext.symbol.is-registered-symbol","es.symbol"]),isWellKnown:define("symbol/is-well-known",["esnext.symbol.is-well-known","es.symbol"]),isWellKnownSymbol:define("symbol/is-well-known-symbol",["esnext.symbol.is-well-known-symbol","es.symbol"]),iterator:define("symbol/iterator",["es.symbol.iterator",...l]),keyFor:define("symbol/key-for",[],"es.symbol"),match:define("symbol/match",["es.symbol.match","es.string.match"]),matcher:define("symbol/matcher",["esnext.symbol.matcher"]),matchAll:define("symbol/match-all",["es.symbol.match-all","es.string.match-all"]),metadata:define("symbol/metadata",k),metadataKey:define("symbol/metadata-key",["esnext.symbol.metadata-key"]),observable:define("symbol/observable",["esnext.symbol.observable"]),patternMatch:define("symbol/pattern-match",["esnext.symbol.pattern-match"]),replace:define("symbol/replace",["es.symbol.replace","es.string.replace"]),search:define("symbol/search",["es.symbol.search","es.string.search"]),species:define("symbol/species",["es.symbol.species","es.array.species"]),split:define("symbol/split",["es.symbol.split","es.string.split"]),toPrimitive:define("symbol/to-primitive",["es.symbol.to-primitive","es.date.to-primitive"]),toStringTag:define("symbol/to-string-tag",["es.symbol.to-string-tag","es.object.to-string","es.math.to-string-tag","es.json.to-string-tag"]),unscopables:define("symbol/unscopables",["es.symbol.unscopables"])},URL:{canParse:define("url/can-parse",["web.url.can-parse","web.url"]),parse:define("url/parse",["web.url.parse","web.url"])},WeakMap:{from:define("weak-map/from",["esnext.weak-map.from",...x]),of:define("weak-map/of",["esnext.weak-map.of",...x])},WeakSet:{from:define("weak-set/from",["esnext.weak-set.from",...v]),of:define("weak-set/of",["esnext.weak-set.of",...v])},Int8Array:TypedArrayStaticMethods("es.typed-array.int8-array"),Uint8Array:_extends({fromBase64:define(null,["esnext.uint8-array.from-base64",...p]),fromHex:define(null,["esnext.uint8-array.from-hex",...p])},TypedArrayStaticMethods("es.typed-array.uint8-array")),Uint8ClampedArray:TypedArrayStaticMethods("es.typed-array.uint8-clamped-array"),Int16Array:TypedArrayStaticMethods("es.typed-array.int16-array"),Uint16Array:TypedArrayStaticMethods("es.typed-array.uint16-array"),Int32Array:TypedArrayStaticMethods("es.typed-array.int32-array"),Uint32Array:TypedArrayStaticMethods("es.typed-array.uint32-array"),Float32Array:TypedArrayStaticMethods("es.typed-array.float32-array"),Float64Array:TypedArrayStaticMethods("es.typed-array.float64-array"),WebAssembly:{CompileError:define(null,c),LinkError:define(null,c),RuntimeError:define(null,c)}};r.StaticProperties=P;["AggregateError","EvalError","RangeError","ReferenceError","SuppressedError","SyntaxError","TypeError","URIError"].forEach((e=>{P[e]=P.Error}));const I={asIndexedPairs:define(null,["esnext.async-iterator.as-indexed-pairs",...E,"esnext.iterator.as-indexed-pairs",...S]),at:define("instance/at",["esnext.string.at","es.string.at-alternative","es.array.at"]),anchor:define(null,["es.string.anchor"]),big:define(null,["es.string.big"]),bind:define("instance/bind",["es.function.bind"]),blink:define(null,["es.string.blink"]),bold:define(null,["es.string.bold"]),codePointAt:define("instance/code-point-at",["es.string.code-point-at"]),codePoints:define("instance/code-points",["esnext.string.code-points"]),concat:define("instance/concat",["es.array.concat"],undefined,["String"]),copyWithin:define("instance/copy-within",["es.array.copy-within"]),demethodize:define("instance/demethodize",["esnext.function.demethodize"]),description:define(null,["es.symbol","es.symbol.description"]),dotAll:define(null,["es.regexp.dot-all"]),drop:define(null,["es.iterator.drop",...S,"esnext.async-iterator.drop",...E]),endsWith:define("instance/ends-with",["es.string.ends-with"]),entries:define("instance/entries",i),every:define("instance/every",["es.array.every","es.iterator.every",...S]),exec:define(null,["es.regexp.exec"]),fill:define("instance/fill",["es.array.fill"]),filter:define("instance/filter",["es.array.filter","es.iterator.filter",...S]),filterReject:define("instance/filterReject",["esnext.array.filter-reject"]),finally:define(null,["es.promise.finally",...f]),find:define("instance/find",["es.array.find","es.iterator.find",...S]),findIndex:define("instance/find-index",["es.array.find-index"]),findLast:define("instance/find-last",["es.array.find-last"]),findLastIndex:define("instance/find-last-index",["es.array.find-last-index"]),fixed:define(null,["es.string.fixed"]),flags:define("instance/flags",["es.regexp.flags"]),flatMap:define("instance/flat-map",["es.array.flat-map","es.array.unscopables.flat-map","es.iterator.flat-map",...S]),flat:define("instance/flat",["es.array.flat","es.array.unscopables.flat"]),getFloat16:define(null,["esnext.data-view.get-float16",...D]),getUint8Clamped:define(null,["esnext.data-view.get-uint8-clamped",...D]),getYear:define(null,["es.date.get-year"]),group:define("instance/group",["esnext.array.group"]),groupBy:define("instance/group-by",["esnext.array.group-by"]),groupByToMap:define("instance/group-by-to-map",["esnext.array.group-by-to-map","es.map","es.object.to-string"]),groupToMap:define("instance/group-to-map",["esnext.array.group-to-map","es.map","es.object.to-string"]),fontcolor:define(null,["es.string.fontcolor"]),fontsize:define(null,["es.string.fontsize"]),forEach:define("instance/for-each",["es.array.for-each","es.iterator.for-each",...S,"web.dom-collections.for-each"]),includes:define("instance/includes",["es.array.includes","es.string.includes"]),indexed:define(null,["esnext.async-iterator.indexed",...E,"esnext.iterator.indexed",...S]),indexOf:define("instance/index-of",["es.array.index-of"]),isWellFormed:define("instance/is-well-formed",["es.string.is-well-formed"]),italic:define(null,["es.string.italics"]),join:define(null,["es.array.join"]),keys:define("instance/keys",i),lastIndex:define(null,["esnext.array.last-index"]),lastIndexOf:define("instance/last-index-of",["es.array.last-index-of"]),lastItem:define(null,["esnext.array.last-item"]),link:define(null,["es.string.link"]),map:define("instance/map",["es.array.map","es.iterator.map",...S]),match:define(null,["es.string.match","es.regexp.exec"]),matchAll:define("instance/match-all",["es.string.match-all","es.regexp.exec"]),name:define(null,["es.function.name"]),padEnd:define("instance/pad-end",["es.string.pad-end"]),padStart:define("instance/pad-start",["es.string.pad-start"]),push:define("instance/push",["es.array.push"]),reduce:define("instance/reduce",["es.array.reduce","es.iterator.reduce",...S]),reduceRight:define("instance/reduce-right",["es.array.reduce-right"]),repeat:define("instance/repeat",["es.string.repeat"]),replace:define(null,["es.string.replace","es.regexp.exec"]),replaceAll:define("instance/replace-all",["es.string.replace-all","es.string.replace","es.regexp.exec"]),reverse:define("instance/reverse",["es.array.reverse"]),search:define(null,["es.string.search","es.regexp.exec"]),setFloat16:define(null,["esnext.data-view.set-float16",...D]),setUint8Clamped:define(null,["esnext.data-view.set-uint8-clamped",...D]),setYear:define(null,["es.date.set-year"]),slice:define("instance/slice",["es.array.slice"]),small:define(null,["es.string.small"]),some:define("instance/some",["es.array.some","es.iterator.some",...S]),sort:define("instance/sort",["es.array.sort"]),splice:define("instance/splice",["es.array.splice"]),split:define(null,["es.string.split","es.regexp.exec"]),startsWith:define("instance/starts-with",["es.string.starts-with"]),sticky:define(null,["es.regexp.sticky"]),strike:define(null,["es.string.strike"]),sub:define(null,["es.string.sub"]),substr:define(null,["es.string.substr"]),sup:define(null,["es.string.sup"]),take:define(null,["es.iterator.take",...S,"esnext.async-iterator.take",...E]),test:define(null,["es.regexp.test","es.regexp.exec"]),toArray:define(null,["es.iterator.to-array",...S,"esnext.async-iterator.to-array",...E]),toAsync:define(null,["esnext.iterator.to-async",...S,...E,..._]),toExponential:define(null,["es.number.to-exponential"]),toFixed:define(null,["es.number.to-fixed"]),toGMTString:define(null,["es.date.to-gmt-string"]),toISOString:define(null,["es.date.to-iso-string"]),toJSON:define(null,["es.date.to-json"]),toPrecision:define(null,["es.number.to-precision"]),toReversed:define("instance/to-reversed",["es.array.to-reversed"]),toSorted:define("instance/to-sorted",["es.array.to-sorted","es.array.sort"]),toSpliced:define("instance/to-spliced",["es.array.to-spliced"]),toString:define(null,["es.object.to-string","es.error.to-string","es.date.to-string","es.regexp.to-string"]),toWellFormed:define("instance/to-well-formed",["es.string.to-well-formed"]),trim:define("instance/trim",["es.string.trim"]),trimEnd:define("instance/trim-end",["es.string.trim-end"]),trimLeft:define("instance/trim-left",["es.string.trim-start"]),trimRight:define("instance/trim-right",["es.string.trim-end"]),trimStart:define("instance/trim-start",["es.string.trim-start"]),uniqueBy:define("instance/unique-by",["esnext.array.unique-by","es.map"]),unshift:define("instance/unshift",["es.array.unshift"]),unThis:define("instance/un-this",["esnext.function.un-this"]),values:define("instance/values",i),with:define("instance/with",["es.array.with"]),__defineGetter__:define(null,["es.object.define-getter"]),__defineSetter__:define(null,["es.object.define-setter"]),__lookupGetter__:define(null,["es.object.lookup-getter"]),__lookupSetter__:define(null,["es.object.lookup-setter"]),["__proto__"]:define(null,["es.object.proto"])};r.InstanceProperties=I},4988:(e,r,t)=>{"use strict";r.__esModule=true;r["default"]=void 0;var s=_interopRequireDefault(t(4157));var a=_interopRequireDefault(t(2613));var n=_interopRequireDefault(t(676));var o=t(9693);var i=_interopRequireWildcard(t(164));var l=_interopRequireDefault(t(5279));var c=_interopRequireWildcard(t(8304));var d=t(9967);var u=_interopRequireDefault(t(6970));function _getRequireWildcardCache(e){if(typeof WeakMap!=="function")return null;var r=new WeakMap;var t=new WeakMap;return(_getRequireWildcardCache=function(e){return e?t:r})(e)}function _interopRequireWildcard(e,r){if(!r&&e&&e.__esModule){return e}if(e===null||typeof e!=="object"&&typeof e!=="function"){return{default:e}}var t=_getRequireWildcardCache(r);if(t&&t.has(e)){return t.get(e)}var s={};var a=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var n in e){if(n!=="default"&&Object.prototype.hasOwnProperty.call(e,n)){var o=a?Object.getOwnPropertyDescriptor(e,n):null;if(o&&(o.get||o.set)){Object.defineProperty(s,n,o)}else{s[n]=e[n]}}}s.default=e;if(t){t.set(e,s)}return s}function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function _extends(){_extends=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var s in t){if(Object.prototype.hasOwnProperty.call(t,s)){e[s]=t[s]}}}return e};return _extends.apply(this,arguments)}const{types:p,template:f}=c.default||c;const y="#__secret_key__@babel/preset-env__compatibility";const g="#__secret_key__@babel/runtime__compatibility";const h=["array","string","iterator","async-iterator","dom-collections"].map((e=>new RegExp(`[a-z]*\\.${e}\\..*`)));const esnextFallback=(e,r)=>{if(r(e))return true;if(!e.startsWith("es."))return false;const t=`esnext.${e.slice(3)}`;if(!s.default[t])return false;return r(t)};var b=(0,u.default)((function({getUtils:e,method:r,shouldInjectPolyfill:t,createMetaResolver:c,debug:u,babel:b},{version:x=3,proposals:v,shippedProposals:j,[y]:{noRuntimeName:w=false}={},[g]:{useBabelRuntime:E=false,ext:_=".js"}={}}){const S=b.caller((e=>(e==null?void 0:e.name)==="babel-loader"));const k=c({global:o.BuiltIns,static:o.StaticProperties,instance:o.InstanceProperties});const D=new Set((0,n.default)(x));function getCoreJSPureBase(e){return E?e?`${d.BABEL_RUNTIME}/core-js`:`${d.BABEL_RUNTIME}/core-js-stable`:e?"core-js-pure/features":"core-js-pure/stable"}function maybeInjectGlobalImpl(e,r){if(t(e)){u(e);r.injectGlobalImport((0,d.coreJSModule)(e),e);return true}return false}function maybeInjectGlobal(e,r,t=true){for(const s of e){if(t){esnextFallback(s,(e=>maybeInjectGlobalImpl(e,r)))}else{maybeInjectGlobalImpl(s,r)}}}function maybeInjectPure(e,r,s,a){if(e.pure&&!(a&&e.exclude&&e.exclude.includes(a))&&esnextFallback(e.name,t)){const{name:t}=e;let a=false;if(v||j&&t.startsWith("esnext.")){a=true}else if(t.startsWith("es.")&&!D.has(t)){a=true}if(E&&!(a?i.proposals:i.stable).has(e.pure)){return}const n=getCoreJSPureBase(a);return s.injectDefaultImport(`${n}/${e.pure}${_}`,r)}}function isFeatureStable(e){if(e.startsWith("esnext.")){const r=`es.${e.slice(7)}`;return r in s.default}return true}return{name:"corejs3",runtimeName:w?null:d.BABEL_RUNTIME,polyfills:s.default,filterPolyfills(e){if(!D.has(e))return false;if(v||r==="entry-global")return true;if(j&&a.default.has(e)){return true}return isFeatureStable(e)},entryGlobal(e,r,s){if(e.kind!=="import")return;const a=(0,d.isCoreJSSource)(e.source);if(!a)return;if(a.length===1&&e.source===(0,d.coreJSModule)(a[0])&&t(a[0])){u(null);return}const n=new Set(a);const o=a.filter((e=>{if(!e.startsWith("esnext."))return true;const r=e.replace("esnext.","es.");if(n.has(r)&&t(r)){return false}return true}));maybeInjectGlobal(o,r,false);s.remove()},usageGlobal(e,r,t){const s=k(e);if(!s)return;if((0,l.default)(s.desc,t))return;let a=s.desc.global;if(s.kind!=="global"&&"object"in e&&e.object&&e.placement==="prototype"){const r=e.object.toLowerCase();a=a.filter((e=>h.some((r=>r.test(e)))?e.includes(r):true))}maybeInjectGlobal(a,r);return true},usagePure(e,r,s){if(e.kind==="in"){if(e.key==="Symbol.iterator"){s.replaceWith(p.callExpression(r.injectDefaultImport((0,d.coreJSPureHelper)("is-iterable",E,_),"isIterable"),[s.node.right]))}return}if(s.parentPath.isUnaryExpression({operator:"delete"}))return;if(e.kind==="property"){if(!s.isMemberExpression()&&!s.isOptionalMemberExpression()){return}if(!s.isReferenced())return;if(s.parentPath.isUpdateExpression())return;if(p.isSuper(s.node.object)){return}if(e.key==="Symbol.iterator"){if(!t("es.symbol.iterator"))return;const{parent:e,node:a}=s;if(p.isCallExpression(e,{callee:a})){if(e.arguments.length===0){s.parentPath.replaceWith(p.callExpression(r.injectDefaultImport((0,d.coreJSPureHelper)("get-iterator",E,_),"getIterator"),[a.object]));s.skip()}else{(0,d.callMethod)(s,r.injectDefaultImport((0,d.coreJSPureHelper)("get-iterator-method",E,_),"getIteratorMethod"))}}else{s.replaceWith(p.callExpression(r.injectDefaultImport((0,d.coreJSPureHelper)("get-iterator-method",E,_),"getIteratorMethod"),[s.node.object]))}return}}let a=k(e);if(!a)return;if((0,l.default)(a.desc,s))return;if(E&&a.desc.pure&&a.desc.pure.slice(-6)==="/index"){a=_extends({},a,{desc:_extends({},a.desc,{pure:a.desc.pure.slice(0,-6)})})}if(a.kind==="global"){const e=maybeInjectPure(a.desc,a.name,r);if(e)s.replaceWith(e)}else if(a.kind==="static"){const t=maybeInjectPure(a.desc,a.name,r,e.object);if(t){s.replaceWith(t);let{parentPath:e}=s;if(e.isOptionalMemberExpression()||e.isOptionalCallExpression()){do{const r=e;r.type=r.node.type=e.type==="OptionalMemberExpression"?"MemberExpression":"CallExpression";delete r.node.optional;({parentPath:e}=e)}while((e.isOptionalMemberExpression()||e.isOptionalCallExpression())&&!e.node.optional)}}}else if(a.kind==="instance"){const t=maybeInjectPure(a.desc,`${a.name}InstanceProperty`,r,e.object);if(!t)return;const{node:n,parent:o}=s;if(p.isOptionalCallExpression(o)&&o.callee===n){const e=o.optional;o.optional=!e;if(!e){const e=(0,d.extractOptionalCheck)(s.scope,n);const[r,a]=(0,d.maybeMemoizeContext)(n,s.scope);s.replaceWith(e(f.expression.ast`
Function.call.bind(${t}(${r}), ${a})
`))}else if(p.isOptionalMemberExpression(n)){const e=(0,d.extractOptionalCheck)(s.scope,n);(0,d.callMethod)(s,t,true,e)}else{(0,d.callMethod)(s,t,true)}}else if(p.isCallExpression(o)&&o.callee===n){(0,d.callMethod)(s,t,false)}else if(p.isOptionalMemberExpression(n)){const e=(0,d.extractOptionalCheck)(s.scope,n);s.replaceWith(e(p.callExpression(t,[n.object])));if(p.isOptionalMemberExpression(o))o.optional=true}else{s.replaceWith(p.callExpression(t,[n.object]))}}},visitor:r==="usage-global"&&{CallExpression(r){if(r.get("callee").isImport()){const t=e(r);if(S){maybeInjectGlobal(o.PromiseDependenciesWithIterators,t)}else{maybeInjectGlobal(o.PromiseDependencies,t)}}},Function(r){if(r.node.async){maybeInjectGlobal(o.PromiseDependencies,e(r))}},"ForOfStatement|ArrayPattern"(r){maybeInjectGlobal(o.CommonIterators,e(r))},SpreadElement(r){if(!r.parentPath.isObjectExpression()){maybeInjectGlobal(o.CommonIterators,e(r))}},YieldExpression(r){if(r.node.delegate){maybeInjectGlobal(o.CommonIterators,e(r))}},Class(r){var t;const s=((t=r.node.decorators)==null?void 0:t.length)||r.node.body.body.some((e=>{var r;return(r=e.decorators)==null?void 0:r.length}));if(s){maybeInjectGlobal(o.DecoratorMetadataDependencies,e(r))}}}}}));r["default"]=b},2613:(e,r)=>{"use strict";r.__esModule=true;r["default"]=void 0;var t=new Set(["esnext.suppressed-error.constructor","esnext.array.from-async","esnext.array.group","esnext.array.group-to-map","esnext.data-view.get-float16","esnext.data-view.set-float16","esnext.error.is-error","esnext.iterator.dispose","esnext.json.is-raw-json","esnext.json.parse","esnext.json.raw-json","esnext.math.f16round","esnext.regexp.escape","esnext.symbol.async-dispose","esnext.symbol.dispose","esnext.symbol.metadata","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex"]);r["default"]=t},5279:(e,r,t)=>{"use strict";r.__esModule=true;r["default"]=canSkipPolyfill;var s=_interopRequireWildcard(t(8304));function _getRequireWildcardCache(e){if(typeof WeakMap!=="function")return null;var r=new WeakMap;var t=new WeakMap;return(_getRequireWildcardCache=function(e){return e?t:r})(e)}function _interopRequireWildcard(e,r){if(!r&&e&&e.__esModule){return e}if(e===null||typeof e!=="object"&&typeof e!=="function"){return{default:e}}var t=_getRequireWildcardCache(r);if(t&&t.has(e)){return t.get(e)}var s={};var a=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var n in e){if(n!=="default"&&Object.prototype.hasOwnProperty.call(e,n)){var o=a?Object.getOwnPropertyDescriptor(e,n):null;if(o&&(o.get||o.set)){Object.defineProperty(s,n,o)}else{s[n]=e[n]}}}s.default=e;if(t){t.set(e,s)}return s}const{types:a}=s.default||s;function canSkipPolyfill(e,r){const{node:t,parent:s}=r;switch(e.name){case"es.string.split":{if(!a.isCallExpression(s,{callee:t}))return false;if(s.arguments.length<1)return true;const e=s.arguments[0];return a.isStringLiteral(e)||a.isTemplateLiteral(e)}}}},9967:(e,r,t)=>{"use strict";r.__esModule=true;r.BABEL_RUNTIME=void 0;r.callMethod=callMethod;r.coreJSModule=coreJSModule;r.coreJSPureHelper=coreJSPureHelper;r.extractOptionalCheck=extractOptionalCheck;r.isCoreJSSource=isCoreJSSource;r.maybeMemoizeContext=maybeMemoizeContext;var s=_interopRequireWildcard(t(8304));var a=_interopRequireDefault(t(9218));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function _getRequireWildcardCache(e){if(typeof WeakMap!=="function")return null;var r=new WeakMap;var t=new WeakMap;return(_getRequireWildcardCache=function(e){return e?t:r})(e)}function _interopRequireWildcard(e,r){if(!r&&e&&e.__esModule){return e}if(e===null||typeof e!=="object"&&typeof e!=="function"){return{default:e}}var t=_getRequireWildcardCache(r);if(t&&t.has(e)){return t.get(e)}var s={};var a=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var n in e){if(n!=="default"&&Object.prototype.hasOwnProperty.call(e,n)){var o=a?Object.getOwnPropertyDescriptor(e,n):null;if(o&&(o.get||o.set)){Object.defineProperty(s,n,o)}else{s[n]=e[n]}}}s.default=e;if(t){t.set(e,s)}return s}const{types:n}=s.default||s;const o="@babel/runtime-corejs3";r.BABEL_RUNTIME=o;function callMethod(e,r,t,s){const[a,o]=maybeMemoizeContext(e.node,e.scope);let i=n.callExpression(r,[a]);if(s)i=s(i);const l=n.identifier("call");e.replaceWith(t?n.optionalMemberExpression(i,l,false,true):n.memberExpression(i,l));e.parentPath.unshiftContainer("arguments",o)}function maybeMemoizeContext(e,r){const{object:t}=e;let s,a;if(n.isIdentifier(t)){a=t;s=n.cloneNode(t)}else{a=r.generateDeclaredUidIdentifier("context");s=n.assignmentExpression("=",n.cloneNode(a),t)}return[s,a]}function extractOptionalCheck(e,r){let t=r;while(!t.optional&&n.isOptionalMemberExpression(t.object)){t=t.object}t.optional=false;const s=e.generateDeclaredUidIdentifier("context");const a=n.assignmentExpression("=",s,t.object);t.object=n.cloneNode(s);return e=>n.conditionalExpression(n.binaryExpression("==",a,n.nullLiteral()),n.unaryExpression("void",n.numericLiteral(0)),e)}function isCoreJSSource(e){if(typeof e==="string"){e=e.replace(/\\/g,"/").replace(/(\/(index)?)?(\.js)?$/i,"").toLowerCase()}return Object.prototype.hasOwnProperty.call(a.default,e)&&a.default[e]}function coreJSModule(e){return`core-js/modules/${e}.js`}function coreJSPureHelper(e,r,t){return r?`${o}/core-js/${e}${t}`:`core-js-pure/features/${e}.js`}},3825:(e,r,t)=>{"use strict";var s;s=true;r.Z=void 0;var a=_interopRequireDefault(t(6970));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}const n="#__secret_key__@babel/runtime__compatibility";var o=(0,a.default)((({debug:e,targets:r,babel:t},s)=>{if(!shallowEqual(r,t.targets())){throw new Error("This plugin does not use the targets option. Only preset-env's targets"+" or top-level targets need to be configured for this plugin to work."+" See https://github.com/babel/babel-polyfills/issues/36 for more"+" details.")}const{[n]:{moduleName:a=null,useBabelRuntime:o=false}={}}=s;return{name:"regenerator",polyfills:["regenerator-runtime"],usageGlobal(r,t){if(isRegenerator(r)){e("regenerator-runtime");t.injectGlobalImport("regenerator-runtime/runtime.js")}},usagePure(e,r,t){if(isRegenerator(e)){let e="regenerator-runtime";if(o){var s;const r=(s=a!=null?a:t.hub.file.get("runtimeHelpersModuleName"))!=null?s:"@babel/runtime";e=`${r}/regenerator`}t.replaceWith(r.injectDefaultImport(e,"regenerator-runtime"))}}}}));r.Z=o;const isRegenerator=e=>e.kind==="global"&&e.name==="regeneratorRuntime";function shallowEqual(e,r){return JSON.stringify(e)===JSON.stringify(r)}},2099:(e,r,t)=>{"use strict";const s=t(6491);const{get:a,has:n,find:o}=t(1788);const getSortedObjectPaths=e=>{if(!e){return[]}return s(e).paths().filter((e=>e.length)).map((e=>e.join("."))).sort(((e,r)=>r.length-e.length))};const replaceAndEvaluateNode=(e,r,t)=>{r.replaceWith(e(t));if(r.parentPath.isBinaryExpression()){const t=r.parentPath.evaluate();if(t.confident){r.parentPath.replaceWith(e(t.value))}}};const processNode=(e,r,t,s)=>{const i=o(getSortedObjectPaths(e),(e=>s(r,e)));if(n(e,i)){replaceAndEvaluateNode(t,r,a(e,i))}};const memberExpressionComparator=(e,r)=>e.matchesPattern(r);const identifierComparator=(e,r)=>e.node.name===r;const unaryExpressionComparator=(e,r)=>e.node.argument.name===r;const i="typeof ";const plugin=function({types:e}){return{visitor:{MemberExpression(r,t){processNode(t.opts,r,e.valueToNode,memberExpressionComparator)},Identifier(r,t){processNode(t.opts,r,e.valueToNode,identifierComparator)},UnaryExpression(r,t){if(r.node.operator!=="typeof"){return}const{opts:s}=t;const a=Object.keys(s);const n={};a.forEach((e=>{if(e.substring(0,i.length)===i){n[e.substring(i.length)]=s[e]}}));processNode(n,r,e.valueToNode,unaryExpressionComparator)}}}};e.exports=plugin;e.exports["default"]=plugin;e.exports.getSortedObjectPaths=getSortedObjectPaths},9282:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=_default;var s=_interopRequireDefault(t(8504));var a=_interopRequireDefault(t(5259));var n=_interopRequireDefault(t(9616));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function _objectSpread(e){for(var r=1;r<arguments.length;r++){var t=arguments[r]!=null?arguments[r]:{};var s=Object.keys(t);if(typeof Object.getOwnPropertySymbols==="function"){s=s.concat(Object.getOwnPropertySymbols(t).filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})))}s.forEach((function(r){_defineProperty(e,r,t[r])}))}return e}function _defineProperty(e,r,t){if(r in e){Object.defineProperty(e,r,{value:t,enumerable:true,configurable:true,writable:true})}else{e[r]=t}return e}function isPathReactClass(e,r){var t=e.node;var s=r.classNameMatchers;if(e.matchesPattern("React.Component")||e.matchesPattern("React.PureComponent")){return true}if(t&&(t.name==="Component"||t.name==="PureComponent")){return true}if(t&&s&&s.test(t.name)){return true}return false}function isReactClass(e,r,t){if(!e.node){return false}var s=false;if(isPathReactClass(e,t)){s=true}else if(e.node.name){var a=e.node.name;var n=r.getBinding(a);if(!n){s=false}else{var o=n.path.get("superClass");if(isPathReactClass(o,t)){s=true}}}return s}function areSetsEqual(e,r){if(e===r){return true}if(e.size!==r.size){return false}return!Array.from(e).some((function(e){return!r.has(e)}))}function memberExpressionRootIdentifier(e){var r=e.findParent((function(e){return!e.isMemberExpression()}));var t=r.node.type;var s;if(t==="ObjectProperty"){s=r.get("value")}if(!s||s.type!=="MemberExpression"){return null}while(s.node.object.type==="MemberExpression"){s=s.get("object")}return s.get("object")}function _default(e){var r=e.template,t=e.types,o=e.traverse;var i=new Set;var l=new WeakSet;var c={Identifier:function Identifier(e){if(e.parent.type==="MemberExpression"){var r=memberExpressionRootIdentifier(e);if(r){i.add(r.node.name)}return}if(e.parent.type==="ObjectProperty"&&(e.parent.key===e.node||e.parent.shorthand)){return}i.add(e.node.name)}};return{visitor:{Program:function Program(d,u){var p;var f;if(u.opts.ignoreFilenames){p=new RegExp(u.opts.ignoreFilenames.join("|"),"i")}else{p=undefined}if(u.opts.classNameMatchers){f=new RegExp(u.opts.classNameMatchers.join("|"))}else{f=undefined}var y={visitedKey:"transform-react-remove-prop-types".concat(Date.now()),unsafeWrapTemplate:r('\n if (process.env.NODE_ENV !== "production") {\n NODE;\n }\n ',{placeholderPattern:/^NODE$/}),wrapTemplate:function wrapTemplate(e){var s=e.LEFT,a=e.RIGHT;var n=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{};var o=n.as,i=o===void 0?"assignmentExpression":o;var l=r.expression('\n process.env.NODE_ENV !== "production" ? RIGHT : {}\n ',{placeholderPattern:/^(LEFT|RIGHT)$/})({RIGHT:a});switch(i){case"variableDeclarator":return t.variableDeclarator(s,l);case"assignmentExpression":return t.assignmentExpression("=",s,l);default:throw new Error("unrecognized template type ".concat(i))}},mode:u.opts.mode||"remove",ignoreFilenames:p,types:t,removeImport:u.opts.removeImport||false,libraries:(u.opts.additionalLibraries||[]).concat("prop-types"),classNameMatchers:f,createReactClassName:u.opts.createReactClassName||"createReactClass"};if(u.opts.plugins){var g=u;var h=u.opts.plugins.map((function(r){var t=typeof r==="string"?r:r[0];if(typeof r!=="string"){g.opts=_objectSpread({},g.opts,r[1])}var s=require(t);if(typeof s!=="function"){s=s.default}return s(e).visitor}));o(d.parent,o.visitors.merge(h),d.scope,g,d.parentPath)}d.traverse({ObjectProperty:{exit:function exit(e){var r=e.node;if(r.computed||r.key.name!=="propTypes"){return}var t=e.findParent((function(e){if(e.type!=="CallExpression"){return false}return e.get("callee").node.name===y.createReactClassName||e.get("callee").node.property&&e.get("callee").node.property.name==="createClass"}));if(t){e.traverse(c);l.add(e);(0,n.default)(e,y,{type:"createClass"})}}},ClassProperty:function ClassProperty(e){var r=e.node,t=e.scope;if(r.key.name==="propTypes"){var s=t.path;if(isReactClass(s.get("superClass"),t,y)){e.traverse(c);l.add(e);(0,n.default)(e,y,{type:"class static",pathClassDeclaration:s})}}},AssignmentExpression:function AssignmentExpression(e){var r=e.node,t=e.scope;if(r.left.computed||!r.left.property||r.left.property.name!=="propTypes"){return}var o=(0,s.default)(e.node.left);if(o){e.traverse(c);l.add(e);(0,n.default)(e,y,{type:"assign"});return}var i=r.left.object.name;var d=t.getBinding(i);if(!d){return}if(d.path.isClassDeclaration()){var u=d.path.get("superClass");if(isReactClass(u,t,y)){e.traverse(c);l.add(e);(0,n.default)(e,y,{type:"assign"})}}else if((0,a.default)(d.path)){e.traverse(c);l.add(e);(0,n.default)(e,y,{type:"assign"})}}});var b=0;var x={VariableDeclarator:function VariableDeclarator(e){if(e.scope.block.type!=="Program"){return}if(["ObjectPattern","ArrayPattern"].includes(e.node.id.type)){return}var r=e.node.id.name;if(!i.has(r)){return}var t=e.scope.getBinding(r),s=t.referencePaths;var a=s.some((function(e){var r=e.find((function(e){return l.has(e)}));return!r}));if(a){b+=1;return}l.add(e);i.delete(r);e.get("init").traverse(c);(0,n.default)(e,y,{type:"declarator"})}};var v=new Set;while(!areSetsEqual(i,v)&&i.size>0&&b<i.size){v=new Set(i);b=0;d.scope.crawl();d.traverse(x)}if(y.removeImport){if(y.mode==="remove"){d.scope.crawl();d.traverse({ImportDeclaration:function ImportDeclaration(e){var r=e.node,t=r.source,s=r.specifiers;var a=y.libraries.some((function(e){if(e instanceof RegExp){return e.test(t.value)}return t.value===e}));if(!a){return}var n=s.some((function(r){var t=r.local.name;var s=e.scope.getBinding(t),a=s.referencePaths;return a.length>0}));if(!n){e.remove()}}})}else{throw new Error('transform-react-remove-prop-type: removeImport = true and mode != "remove" can not be used at the same time.')}}}}}}},8504:(e,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=isAnnotatedForRemoval;function isAnnotatedForRemoval(e){var r=e.trailingComments||[];return Boolean(r.find((function(e){var r=e.value;return r.trim()==="remove-proptypes"})))}},5259:(e,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=isStatelessComponent;var t=Symbol("traversed");function isJSXElementOrReactCreateElement(e){var r=false;e.traverse({CallExpression:function CallExpression(e){var t=e.get("callee");if(t.matchesPattern("React.createElement")||t.matchesPattern("React.cloneElement")||t.node.name==="cloneElement"){r=true}},JSXElement:function JSXElement(){r=true}});return r}function isReturningJSXElement(e){var r=arguments.length>1&&arguments[1]!==undefined?arguments[1]:0;if(e.node.init&&e.node.init.body&&isJSXElementOrReactCreateElement(e)){return true}if(r>20){throw new Error("transform-react-remove-prop-type: infinite loop detected.")}var s=false;e.traverse({ReturnStatement:function ReturnStatement(a){if(s){return}var n=a.get("argument");if(!n.node){return}if(isJSXElementOrReactCreateElement(a)){s=true;return}if(n.node.type==="CallExpression"){var o=n.get("callee").node.name;var i=e.scope.getBinding(o);if(!i){return}if(i.path[t]){return}i.path[t]=true;if(isReturningJSXElement(i.path,r+1)){s=true}}}});return s}var s=["VariableDeclarator","FunctionDeclaration"];function isStatelessComponent(e){if(s.indexOf(e.node.type)===-1){return false}if(isReturningJSXElement(e)){return true}return false}},9616:(e,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=remove;function isInside(e,r){if(!e.hub.file.opts){return true}var t=e.hub.file.opts.filename;if(!t){return true}if(!r){return false}return r.test(t)}function remove(e,r,t){var s=r.visitedKey,a=r.unsafeWrapTemplate,n=r.wrapTemplate,o=r.mode,i=r.ignoreFilenames,l=r.types;if(i&&isInside(e.scope,i)){return}if(e.node[s]){return}e.node[s]=true;if(o==="remove"){if(e.parentPath.type==="ConditionalExpression"){e.replaceWith(l.unaryExpression("void",l.numericLiteral(0)))}else{e.remove()}return}if(o==="wrap"||o==="unsafe-wrap"){switch(t.type){case"createClass":break;case"class static":{var c;var d=t.pathClassDeclaration;if(!d.isClassExpression()&&d.node.id){c=d.node.id}else{return}var u=l.expressionStatement(l.assignmentExpression("=",l.memberExpression(c,e.node.key),e.node.value));if(d.parentPath.isExportDeclaration()){d=d.parentPath}d.insertAfter(u);e.remove();break}case"assign":if(o==="unsafe-wrap"){e.replaceWith(a({NODE:e.node}))}else{e.replaceWith(n({LEFT:e.node.left,RIGHT:e.node.right}))}e.node[s]=true;break;case"declarator":e.replaceWith(n({LEFT:e.node.id,RIGHT:e.node.init},{as:"variableDeclarator"}));e.node[s]=true;break;default:break}return}throw new Error("transform-react-remove-prop-type: unsupported mode ".concat(o,"."))}},4494:(e,r,t)=>{"use strict";const s=t(529);class Definition{constructor(e,r,t,s,a,n){this.type=e;this.name=r;this.node=t;this.parent=s;this.index=a;this.kind=n}}class ParameterDefinition extends Definition{constructor(e,r,t,a){super(s.Parameter,e,r,null,t,null);this.rest=a}}e.exports={ParameterDefinition:ParameterDefinition,Definition:Definition}},2836:(e,r,t)=>{"use strict";const s=t(9491);const a=t(680);const n=t(8648);const o=t(1621);const i=t(529);const l=t(8802).Scope;const c=t(3348).i8;function defaultOptions(){return{optimistic:false,directive:false,nodejsScope:false,impliedStrict:false,sourceType:"script",ecmaVersion:5,childVisitorKeys:null,fallback:"iteration"}}function updateDeeply(e,r){function isHashObject(e){return typeof e==="object"&&e instanceof Object&&!(e instanceof Array)&&!(e instanceof RegExp)}for(const t in r){if(Object.prototype.hasOwnProperty.call(r,t)){const s=r[t];if(isHashObject(s)){if(isHashObject(e[t])){updateDeeply(e[t],s)}else{e[t]=updateDeeply({},s)}}else{e[t]=s}}}return e}function analyze(e,r){const t=updateDeeply(defaultOptions(),r);const o=new a(t);const i=new n(t,o);i.visit(e);s(o.__currentScope===null,"currentScope should be null.");return o}e.exports={version:c,Reference:o,Variable:i,Scope:l,ScopeManager:a,analyze:analyze}},2999:(e,r,t)=>{"use strict";const s=t(2205).Syntax;const a=t(1396);function getLast(e){return e[e.length-1]||null}class PatternVisitor extends a.Visitor{static isPattern(e){const r=e.type;return r===s.Identifier||r===s.ObjectPattern||r===s.ArrayPattern||r===s.SpreadElement||r===s.RestElement||r===s.AssignmentPattern}constructor(e,r,t){super(null,e);this.rootPattern=r;this.callback=t;this.assignments=[];this.rightHandNodes=[];this.restElements=[]}Identifier(e){const r=getLast(this.restElements);this.callback(e,{topLevel:e===this.rootPattern,rest:r!==null&&r!==undefined&&r.argument===e,assignments:this.assignments})}Property(e){if(e.computed){this.rightHandNodes.push(e.key)}this.visit(e.value)}ArrayPattern(e){for(let r=0,t=e.elements.length;r<t;++r){const t=e.elements[r];this.visit(t)}}AssignmentPattern(e){this.assignments.push(e);this.visit(e.left);this.rightHandNodes.push(e.right);this.assignments.pop()}RestElement(e){this.restElements.push(e);this.visit(e.argument);this.restElements.pop()}MemberExpression(e){if(e.computed){this.rightHandNodes.push(e.property)}this.rightHandNodes.push(e.object)}SpreadElement(e){this.visit(e.argument)}ArrayExpression(e){e.elements.forEach(this.visit,this)}AssignmentExpression(e){this.assignments.push(e);this.visit(e.left);this.rightHandNodes.push(e.right);this.assignments.pop()}CallExpression(e){e.arguments.forEach((e=>{this.rightHandNodes.push(e)}));this.visit(e.callee)}}e.exports=PatternVisitor},1621:e=>{"use strict";const r=1;const t=2;const s=r|t;class Reference{constructor(e,r,t,s,a,n,o){this.identifier=e;this.from=r;this.tainted=false;this.resolved=null;this.flag=t;if(this.isWrite()){this.writeExpr=s;this.partial=n;this.init=o}this.__maybeImplicitGlobal=a}isStatic(){return!this.tainted&&this.resolved&&this.resolved.scope.isStatic()}isWrite(){return!!(this.flag&Reference.WRITE)}isRead(){return!!(this.flag&Reference.READ)}isReadOnly(){return this.flag===Reference.READ}isWriteOnly(){return this.flag===Reference.WRITE}isReadWrite(){return this.flag===Reference.RW}}Reference.READ=r;Reference.WRITE=t;Reference.RW=s;e.exports=Reference},8648:(e,r,t)=>{"use strict";const s=t(2205).Syntax;const a=t(1396);const n=t(1621);const o=t(529);const i=t(2999);const l=t(4494);const c=t(9491);const d=l.ParameterDefinition;const u=l.Definition;function traverseIdentifierInPattern(e,r,t,s){const a=new i(e,r,s);a.visit(r);if(t!==null&&t!==undefined){a.rightHandNodes.forEach(t.visit,t)}}class Importer extends a.Visitor{constructor(e,r){super(null,r.options);this.declaration=e;this.referencer=r}visitImport(e,r){this.referencer.visitPattern(e,(e=>{this.referencer.currentScope().__define(e,new u(o.ImportBinding,e,r,this.declaration,null,null))}))}ImportNamespaceSpecifier(e){const r=e.local||e.id;if(r){this.visitImport(r,e)}}ImportDefaultSpecifier(e){const r=e.local||e.id;this.visitImport(r,e)}ImportSpecifier(e){const r=e.local||e.id;if(e.name){this.visitImport(e.name,e)}else{this.visitImport(r,e)}}}class Referencer extends a.Visitor{constructor(e,r){super(null,e);this.options=e;this.scopeManager=r;this.parent=null;this.isInnerMethodDefinition=false}currentScope(){return this.scopeManager.__currentScope}close(e){while(this.currentScope()&&e===this.currentScope().block){this.scopeManager.__currentScope=this.currentScope().__close(this.scopeManager)}}pushInnerMethodDefinition(e){const r=this.isInnerMethodDefinition;this.isInnerMethodDefinition=e;return r}popInnerMethodDefinition(e){this.isInnerMethodDefinition=e}referencingDefaultValue(e,r,t,s){const a=this.currentScope();r.forEach((r=>{a.__referencing(e,n.WRITE,r.right,t,e!==r.left,s)}))}visitPattern(e,r,t){let s=r;let a=t;if(typeof r==="function"){a=r;s={processRightHandNodes:false}}traverseIdentifierInPattern(this.options,e,s.processRightHandNodes?this:null,a)}visitFunction(e){let r,t;if(e.type===s.FunctionDeclaration){this.currentScope().__define(e.id,new u(o.FunctionName,e.id,e,null,null,null))}if(e.type===s.FunctionExpression&&e.id){this.scopeManager.__nestFunctionExpressionNameScope(e)}this.scopeManager.__nestFunctionScope(e,this.isInnerMethodDefinition);const a=this;function visitPatternCallback(t,s){a.currentScope().__define(t,new d(t,e,r,s.rest));a.referencingDefaultValue(t,s.assignments,null,true)}for(r=0,t=e.params.length;r<t;++r){this.visitPattern(e.params[r],{processRightHandNodes:true},visitPatternCallback)}if(e.rest){this.visitPattern({type:"RestElement",argument:e.rest},(r=>{this.currentScope().__define(r,new d(r,e,e.params.length,true))}))}if(e.body){if(e.body.type===s.BlockStatement){this.visitChildren(e.body)}else{this.visit(e.body)}}this.close(e)}visitClass(e){if(e.type===s.ClassDeclaration){this.currentScope().__define(e.id,new u(o.ClassName,e.id,e,null,null,null))}this.visit(e.superClass);this.scopeManager.__nestClassScope(e);if(e.id){this.currentScope().__define(e.id,new u(o.ClassName,e.id,e))}this.visit(e.body);this.close(e)}visitProperty(e){let r;if(e.computed){this.visit(e.key)}const t=e.type===s.MethodDefinition;if(t){r=this.pushInnerMethodDefinition(true)}this.visit(e.value);if(t){this.popInnerMethodDefinition(r)}}visitForIn(e){if(e.left.type===s.VariableDeclaration&&e.left.kind!=="var"){this.scopeManager.__nestForScope(e)}if(e.left.type===s.VariableDeclaration){this.visit(e.left);this.visitPattern(e.left.declarations[0].id,(r=>{this.currentScope().__referencing(r,n.WRITE,e.right,null,true,true)}))}else{this.visitPattern(e.left,{processRightHandNodes:true},((r,t)=>{let s=null;if(!this.currentScope().isStrict){s={pattern:r,node:e}}this.referencingDefaultValue(r,t.assignments,s,false);this.currentScope().__referencing(r,n.WRITE,e.right,s,true,false)}))}this.visit(e.right);this.visit(e.body);this.close(e)}visitVariableDeclaration(e,r,t,s){const a=t.declarations[s];const o=a.init;this.visitPattern(a.id,{processRightHandNodes:true},((i,l)=>{e.__define(i,new u(r,i,a,t,s,t.kind));this.referencingDefaultValue(i,l.assignments,null,true);if(o){this.currentScope().__referencing(i,n.WRITE,o,null,!l.topLevel,true)}}))}AssignmentExpression(e){if(i.isPattern(e.left)){if(e.operator==="="){this.visitPattern(e.left,{processRightHandNodes:true},((r,t)=>{let s=null;if(!this.currentScope().isStrict){s={pattern:r,node:e}}this.referencingDefaultValue(r,t.assignments,s,false);this.currentScope().__referencing(r,n.WRITE,e.right,s,!t.topLevel,false)}))}else{this.currentScope().__referencing(e.left,n.RW,e.right)}}else{this.visit(e.left)}this.visit(e.right)}CatchClause(e){this.scopeManager.__nestCatchScope(e);this.visitPattern(e.param,{processRightHandNodes:true},((r,t)=>{this.currentScope().__define(r,new u(o.CatchClause,e.param,e,null,null,null));this.referencingDefaultValue(r,t.assignments,null,true)}));this.visit(e.body);this.close(e)}Program(e){this.scopeManager.__nestGlobalScope(e);if(this.scopeManager.__isNodejsScope()){this.currentScope().isStrict=false;this.scopeManager.__nestFunctionScope(e,false)}if(this.scopeManager.__isES6()&&this.scopeManager.isModule()){this.scopeManager.__nestModuleScope(e)}if(this.scopeManager.isStrictModeSupported()&&this.scopeManager.isImpliedStrict()){this.currentScope().isStrict=true}this.visitChildren(e);this.close(e)}Identifier(e){this.currentScope().__referencing(e)}UpdateExpression(e){if(i.isPattern(e.argument)){this.currentScope().__referencing(e.argument,n.RW,null)}else{this.visitChildren(e)}}MemberExpression(e){this.visit(e.object);if(e.computed){this.visit(e.property)}}Property(e){this.visitProperty(e)}MethodDefinition(e){this.visitProperty(e)}BreakStatement(){}ContinueStatement(){}LabeledStatement(e){this.visit(e.body)}ForStatement(e){if(e.init&&e.init.type===s.VariableDeclaration&&e.init.kind!=="var"){this.scopeManager.__nestForScope(e)}this.visitChildren(e);this.close(e)}ClassExpression(e){this.visitClass(e)}ClassDeclaration(e){this.visitClass(e)}CallExpression(e){if(!this.scopeManager.__ignoreEval()&&e.callee.type===s.Identifier&&e.callee.name==="eval"){this.currentScope().variableScope.__detectEval()}this.visitChildren(e)}BlockStatement(e){if(this.scopeManager.__isES6()){this.scopeManager.__nestBlockScope(e)}this.visitChildren(e);this.close(e)}ThisExpression(){this.currentScope().variableScope.__detectThis()}WithStatement(e){this.visit(e.object);this.scopeManager.__nestWithScope(e);this.visit(e.body);this.close(e)}VariableDeclaration(e){const r=e.kind==="var"?this.currentScope().variableScope:this.currentScope();for(let t=0,s=e.declarations.length;t<s;++t){const s=e.declarations[t];this.visitVariableDeclaration(r,o.Variable,e,t);if(s.init){this.visit(s.init)}}}SwitchStatement(e){this.visit(e.discriminant);if(this.scopeManager.__isES6()){this.scopeManager.__nestSwitchScope(e)}for(let r=0,t=e.cases.length;r<t;++r){this.visit(e.cases[r])}this.close(e)}FunctionDeclaration(e){this.visitFunction(e)}FunctionExpression(e){this.visitFunction(e)}ForOfStatement(e){this.visitForIn(e)}ForInStatement(e){this.visitForIn(e)}ArrowFunctionExpression(e){this.visitFunction(e)}ImportDeclaration(e){c(this.scopeManager.__isES6()&&this.scopeManager.isModule(),"ImportDeclaration should appear when the mode is ES6 and in the module context.");const r=new Importer(e,this);r.visit(e)}visitExportDeclaration(e){if(e.source){return}if(e.declaration){this.visit(e.declaration);return}this.visitChildren(e)}ExportDeclaration(e){this.visitExportDeclaration(e)}ExportAllDeclaration(e){this.visitExportDeclaration(e)}ExportDefaultDeclaration(e){this.visitExportDeclaration(e)}ExportNamedDeclaration(e){this.visitExportDeclaration(e)}ExportSpecifier(e){const r=e.id||e.local;this.visit(r)}MetaProperty(){}}e.exports=Referencer},680:(e,r,t)=>{"use strict";const s=t(8802);const a=t(9491);const n=s.GlobalScope;const o=s.CatchScope;const i=s.WithScope;const l=s.ModuleScope;const c=s.ClassScope;const d=s.SwitchScope;const u=s.FunctionScope;const p=s.ForScope;const f=s.FunctionExpressionNameScope;const y=s.BlockScope;class ScopeManager{constructor(e){this.scopes=[];this.globalScope=null;this.__nodeToScope=new WeakMap;this.__currentScope=null;this.__options=e;this.__declaredVariables=new WeakMap}__useDirective(){return this.__options.directive}__isOptimistic(){return this.__options.optimistic}__ignoreEval(){return this.__options.ignoreEval}__isNodejsScope(){return this.__options.nodejsScope}isModule(){return this.__options.sourceType==="module"}isImpliedStrict(){return this.__options.impliedStrict}isStrictModeSupported(){return this.__options.ecmaVersion>=5}__get(e){return this.__nodeToScope.get(e)}getDeclaredVariables(e){return this.__declaredVariables.get(e)||[]}acquire(e,r){function predicate(e){if(e.type==="function"&&e.functionExpressionScope){return false}return true}const t=this.__get(e);if(!t||t.length===0){return null}if(t.length===1){return t[0]}if(r){for(let e=t.length-1;e>=0;--e){const r=t[e];if(predicate(r)){return r}}}else{for(let e=0,r=t.length;e<r;++e){const r=t[e];if(predicate(r)){return r}}}return null}acquireAll(e){return this.__get(e)}release(e,r){const t=this.__get(e);if(t&&t.length){const e=t[0].upper;if(!e){return null}return this.acquire(e.block,r)}return null}attach(){}detach(){}__nestScope(e){if(e instanceof n){a(this.__currentScope===null);this.globalScope=e}this.__currentScope=e;return e}__nestGlobalScope(e){return this.__nestScope(new n(this,e))}__nestBlockScope(e){return this.__nestScope(new y(this,this.__currentScope,e))}__nestFunctionScope(e,r){return this.__nestScope(new u(this,this.__currentScope,e,r))}__nestForScope(e){return this.__nestScope(new p(this,this.__currentScope,e))}__nestCatchScope(e){return this.__nestScope(new o(this,this.__currentScope,e))}__nestWithScope(e){return this.__nestScope(new i(this,this.__currentScope,e))}__nestClassScope(e){return this.__nestScope(new c(this,this.__currentScope,e))}__nestSwitchScope(e){return this.__nestScope(new d(this,this.__currentScope,e))}__nestModuleScope(e){return this.__nestScope(new l(this,this.__currentScope,e))}__nestFunctionExpressionNameScope(e){return this.__nestScope(new f(this,this.__currentScope,e))}__isES6(){return this.__options.ecmaVersion>=6}}e.exports=ScopeManager},8802:(e,r,t)=>{"use strict";const s=t(2205).Syntax;const a=t(1621);const n=t(529);const o=t(4494).Definition;const i=t(9491);function isStrictScope(e,r,t,a){let n;if(e.upper&&e.upper.isStrict){return true}if(t){return true}if(e.type==="class"||e.type==="module"){return true}if(e.type==="block"||e.type==="switch"){return false}if(e.type==="function"){if(r.type===s.ArrowFunctionExpression&&r.body.type!==s.BlockStatement){return false}if(r.type===s.Program){n=r}else{n=r.body}if(!n){return false}}else if(e.type==="global"){n=r}else{return false}if(a){for(let e=0,r=n.body.length;e<r;++e){const r=n.body[e];if(r.type!==s.DirectiveStatement){break}if(r.raw==='"use strict"'||r.raw==="'use strict'"){return true}}}else{for(let e=0,r=n.body.length;e<r;++e){const r=n.body[e];if(r.type!==s.ExpressionStatement){break}const t=r.expression;if(t.type!==s.Literal||typeof t.value!=="string"){break}if(t.raw!==null&&t.raw!==undefined){if(t.raw==='"use strict"'||t.raw==="'use strict'"){return true}}else{if(t.value==="use strict"){return true}}}}return false}function registerScope(e,r){e.scopes.push(r);const t=e.__nodeToScope.get(r.block);if(t){t.push(r)}else{e.__nodeToScope.set(r.block,[r])}}function shouldBeStatically(e){return e.type===n.ClassName||e.type===n.Variable&&e.parent.kind!=="var"}class Scope{constructor(e,r,t,s,a){this.type=r;this.set=new Map;this.taints=new Map;this.dynamic=this.type==="global"||this.type==="with";this.block=s;this.through=[];this.variables=[];this.references=[];this.variableScope=this.type==="global"||this.type==="function"||this.type==="module"?this:t.variableScope;this.functionExpressionScope=false;this.directCallToEvalScope=false;this.thisFound=false;this.__left=[];this.upper=t;this.isStrict=isStrictScope(this,s,a,e.__useDirective());this.childScopes=[];if(this.upper){this.upper.childScopes.push(this)}this.__declaredVariables=e.__declaredVariables;registerScope(e,this)}__shouldStaticallyClose(e){return!this.dynamic||e.__isOptimistic()}__shouldStaticallyCloseForGlobal(e){const r=e.identifier.name;if(!this.set.has(r)){return false}const t=this.set.get(r);const s=t.defs;return s.length>0&&s.every(shouldBeStatically)}__staticCloseRef(e){if(!this.__resolve(e)){this.__delegateToUpperScope(e)}}__dynamicCloseRef(e){let r=this;do{r.through.push(e);r=r.upper}while(r)}__globalCloseRef(e){if(this.__shouldStaticallyCloseForGlobal(e)){this.__staticCloseRef(e)}else{this.__dynamicCloseRef(e)}}__close(e){let r;if(this.__shouldStaticallyClose(e)){r=this.__staticCloseRef}else if(this.type!=="global"){r=this.__dynamicCloseRef}else{r=this.__globalCloseRef}for(let e=0,t=this.__left.length;e<t;++e){const t=this.__left[e];r.call(this,t)}this.__left=null;return this.upper}__isValidResolution(e,r){return true}__resolve(e){const r=e.identifier.name;if(!this.set.has(r)){return false}const t=this.set.get(r);if(!this.__isValidResolution(e,t)){return false}t.references.push(e);t.stack=t.stack&&e.from.variableScope===this.variableScope;if(e.tainted){t.tainted=true;this.taints.set(t.name,true)}e.resolved=t;return true}__delegateToUpperScope(e){if(this.upper){this.upper.__left.push(e)}this.through.push(e)}__addDeclaredVariablesOfNode(e,r){if(r===null||r===undefined){return}let t=this.__declaredVariables.get(r);if(t===null||t===undefined){t=[];this.__declaredVariables.set(r,t)}if(t.indexOf(e)===-1){t.push(e)}}__defineGeneric(e,r,t,s,a){let o;o=r.get(e);if(!o){o=new n(e,this);r.set(e,o);t.push(o)}if(a){o.defs.push(a);this.__addDeclaredVariablesOfNode(o,a.node);this.__addDeclaredVariablesOfNode(o,a.parent)}if(s){o.identifiers.push(s)}}__define(e,r){if(e&&e.type===s.Identifier){this.__defineGeneric(e.name,this.set,this.variables,e,r)}}__referencing(e,r,t,n,o,i){if(!e||e.type!==s.Identifier){return}if(e.name==="super"){return}const l=new a(e,this,r||a.READ,t,n,!!o,!!i);this.references.push(l);this.__left.push(l)}__detectEval(){let e=this;this.directCallToEvalScope=true;do{e.dynamic=true;e=e.upper}while(e)}__detectThis(){this.thisFound=true}__isClosed(){return this.__left===null}resolve(e){let r,t,a;i(this.__isClosed(),"Scope should be closed.");i(e.type===s.Identifier,"Target should be identifier.");for(t=0,a=this.references.length;t<a;++t){r=this.references[t];if(r.identifier===e){return r}}return null}isStatic(){return!this.dynamic}isArgumentsMaterialized(){return true}isThisMaterialized(){return true}isUsedName(e){if(this.set.has(e)){return true}for(let r=0,t=this.through.length;r<t;++r){if(this.through[r].identifier.name===e){return true}}return false}}class GlobalScope extends Scope{constructor(e,r){super(e,"global",null,r,false);this.implicit={set:new Map,variables:[],left:[]}}__close(e){const r=[];for(let e=0,t=this.__left.length;e<t;++e){const t=this.__left[e];if(t.__maybeImplicitGlobal&&!this.set.has(t.identifier.name)){r.push(t.__maybeImplicitGlobal)}}for(let e=0,t=r.length;e<t;++e){const t=r[e];this.__defineImplicit(t.pattern,new o(n.ImplicitGlobalVariable,t.pattern,t.node,null,null,null))}this.implicit.left=this.__left;return super.__close(e)}__defineImplicit(e,r){if(e&&e.type===s.Identifier){this.__defineGeneric(e.name,this.implicit.set,this.implicit.variables,e,r)}}}class ModuleScope extends Scope{constructor(e,r,t){super(e,"module",r,t,false)}}class FunctionExpressionNameScope extends Scope{constructor(e,r,t){super(e,"function-expression-name",r,t,false);this.__define(t.id,new o(n.FunctionName,t.id,t,null,null,null));this.functionExpressionScope=true}}class CatchScope extends Scope{constructor(e,r,t){super(e,"catch",r,t,false)}}class WithScope extends Scope{constructor(e,r,t){super(e,"with",r,t,false)}__close(e){if(this.__shouldStaticallyClose(e)){return super.__close(e)}for(let e=0,r=this.__left.length;e<r;++e){const r=this.__left[e];r.tainted=true;this.__delegateToUpperScope(r)}this.__left=null;return this.upper}}class BlockScope extends Scope{constructor(e,r,t){super(e,"block",r,t,false)}}class SwitchScope extends Scope{constructor(e,r,t){super(e,"switch",r,t,false)}}class FunctionScope extends Scope{constructor(e,r,t,a){super(e,"function",r,t,a);if(this.block.type!==s.ArrowFunctionExpression){this.__defineArguments()}}isArgumentsMaterialized(){if(this.block.type===s.ArrowFunctionExpression){return false}if(!this.isStatic()){return true}const e=this.set.get("arguments");i(e,"Always have arguments variable.");return e.tainted||e.references.length!==0}isThisMaterialized(){if(!this.isStatic()){return true}return this.thisFound}__defineArguments(){this.__defineGeneric("arguments",this.set,this.variables,null,null);this.taints.set("arguments",true)}__isValidResolution(e,r){if(this.block.type==="Program"){return true}const t=this.block.body.range[0];return!(r.scope===this&&e.identifier.range[0]<t&&r.defs.every((e=>e.name.range[0]>=t)))}}class ForScope extends Scope{constructor(e,r,t){super(e,"for",r,t,false)}}class ClassScope extends Scope{constructor(e,r,t){super(e,"class",r,t,false)}}e.exports={Scope:Scope,GlobalScope:GlobalScope,ModuleScope:ModuleScope,FunctionExpressionNameScope:FunctionExpressionNameScope,CatchScope:CatchScope,WithScope:WithScope,BlockScope:BlockScope,SwitchScope:SwitchScope,FunctionScope:FunctionScope,ForScope:ForScope,ClassScope:ClassScope}},529:e=>{"use strict";class Variable{constructor(e,r){this.name=e;this.identifiers=[];this.references=[];this.defs=[];this.tainted=false;this.stack=true;this.scope=r}}Variable.CatchClause="CatchClause";Variable.Parameter="Parameter";Variable.FunctionName="FunctionName";Variable.ClassName="ClassName";Variable.Variable="Variable";Variable.ImportBinding="ImportBinding";Variable.ImplicitGlobalVariable="ImplicitGlobalVariable";e.exports=Variable},3553:(e,r,t)=>{"use strict";const s=t(7137);const a=Object.freeze(Object.keys(s));for(const e of a){Object.freeze(s[e])}Object.freeze(s);const n=new Set(["parent","leadingComments","trailingComments"]);function filterKey(e){return!n.has(e)&&e[0]!=="_"}e.exports=Object.freeze({KEYS:s,getKeys(e){return Object.keys(e).filter(filterKey)},unionWith(e){const r=Object.assign({},s);for(const t of Object.keys(e)){if(r.hasOwnProperty(t)){const s=new Set(e[t]);for(const e of r[t]){s.add(e)}r[t]=Object.freeze(Array.from(s))}else{r[t]=Object.freeze(Array.from(e[t]))}}return Object.freeze(r)}})},1396:(e,r,t)=>{(function(){"use strict";var e=t(1731);function isNode(e){if(e==null){return false}return typeof e==="object"&&typeof e.type==="string"}function isProperty(r,t){return(r===e.Syntax.ObjectExpression||r===e.Syntax.ObjectPattern)&&t==="properties"}function Visitor(r,t){t=t||{};this.__visitor=r||this;this.__childVisitorKeys=t.childVisitorKeys?Object.assign({},e.VisitorKeys,t.childVisitorKeys):e.VisitorKeys;if(t.fallback==="iteration"){this.__fallback=Object.keys}else if(typeof t.fallback==="function"){this.__fallback=t.fallback}}Visitor.prototype.visitChildren=function(r){var t,s,a,n,o,i,l;if(r==null){return}t=r.type||e.Syntax.Property;s=this.__childVisitorKeys[t];if(!s){if(this.__fallback){s=this.__fallback(r)}else{throw new Error("Unknown node type "+t+".")}}for(a=0,n=s.length;a<n;++a){l=r[s[a]];if(l){if(Array.isArray(l)){for(o=0,i=l.length;o<i;++o){if(l[o]){if(isNode(l[o])||isProperty(t,s[a])){this.visit(l[o])}}}}else if(isNode(l)){this.visit(l)}}}};Visitor.prototype.visit=function(r){var t;if(r==null){return}t=r.type||e.Syntax.Property;if(this.__visitor[t]){this.__visitor[t].call(this,r);return}this.visitChildren(r)};r.version=t(4730).version;r.Visitor=Visitor;r.visit=function(e,r,t){var s=new Visitor(r,t);s.visit(e)}})()},2205:(e,r,t)=>{(function clone(e){"use strict";var r,s,a,n,o,i;function deepCopy(e){var r={},t,s;for(t in e){if(e.hasOwnProperty(t)){s=e[t];if(typeof s==="object"&&s!==null){r[t]=deepCopy(s)}else{r[t]=s}}}return r}function upperBound(e,r){var t,s,a,n;s=e.length;a=0;while(s){t=s>>>1;n=a+t;if(r(e[n])){s=t}else{a=n+1;s-=t+1}}return a}r={AssignmentExpression:"AssignmentExpression",AssignmentPattern:"AssignmentPattern",ArrayExpression:"ArrayExpression",ArrayPattern:"ArrayPattern",ArrowFunctionExpression:"ArrowFunctionExpression",AwaitExpression:"AwaitExpression",BlockStatement:"BlockStatement",BinaryExpression:"BinaryExpression",BreakStatement:"BreakStatement",CallExpression:"CallExpression",CatchClause:"CatchClause",ClassBody:"ClassBody",ClassDeclaration:"ClassDeclaration",ClassExpression:"ClassExpression",ComprehensionBlock:"ComprehensionBlock",ComprehensionExpression:"ComprehensionExpression",ConditionalExpression:"ConditionalExpression",ContinueStatement:"ContinueStatement",DebuggerStatement:"DebuggerStatement",DirectiveStatement:"DirectiveStatement",DoWhileStatement:"DoWhileStatement",EmptyStatement:"EmptyStatement",ExportAllDeclaration:"ExportAllDeclaration",ExportDefaultDeclaration:"ExportDefaultDeclaration",ExportNamedDeclaration:"ExportNamedDeclaration",ExportSpecifier:"ExportSpecifier",ExpressionStatement:"ExpressionStatement",ForStatement:"ForStatement",ForInStatement:"ForInStatement",ForOfStatement:"ForOfStatement",FunctionDeclaration:"FunctionDeclaration",FunctionExpression:"FunctionExpression",GeneratorExpression:"GeneratorExpression",Identifier:"Identifier",IfStatement:"IfStatement",ImportExpression:"ImportExpression",ImportDeclaration:"ImportDeclaration",ImportDefaultSpecifier:"ImportDefaultSpecifier",ImportNamespaceSpecifier:"ImportNamespaceSpecifier",ImportSpecifier:"ImportSpecifier",Literal:"Literal",LabeledStatement:"LabeledStatement",LogicalExpression:"LogicalExpression",MemberExpression:"MemberExpression",MetaProperty:"MetaProperty",MethodDefinition:"MethodDefinition",ModuleSpecifier:"ModuleSpecifier",NewExpression:"NewExpression",ObjectExpression:"ObjectExpression",ObjectPattern:"ObjectPattern",Program:"Program",Property:"Property",RestElement:"RestElement",ReturnStatement:"ReturnStatement",SequenceExpression:"SequenceExpression",SpreadElement:"SpreadElement",Super:"Super",SwitchStatement:"SwitchStatement",SwitchCase:"SwitchCase",TaggedTemplateExpression:"TaggedTemplateExpression",TemplateElement:"TemplateElement",TemplateLiteral:"TemplateLiteral",ThisExpression:"ThisExpression",ThrowStatement:"ThrowStatement",TryStatement:"TryStatement",UnaryExpression:"UnaryExpression",UpdateExpression:"UpdateExpression",VariableDeclaration:"VariableDeclaration",VariableDeclarator:"VariableDeclarator",WhileStatement:"WhileStatement",WithStatement:"WithStatement",YieldExpression:"YieldExpression"};a={AssignmentExpression:["left","right"],AssignmentPattern:["left","right"],ArrayExpression:["elements"],ArrayPattern:["elements"],ArrowFunctionExpression:["params","body"],AwaitExpression:["argument"],BlockStatement:["body"],BinaryExpression:["left","right"],BreakStatement:["label"],CallExpression:["callee","arguments"],CatchClause:["param","body"],ClassBody:["body"],ClassDeclaration:["id","superClass","body"],ClassExpression:["id","superClass","body"],ComprehensionBlock:["left","right"],ComprehensionExpression:["blocks","filter","body"],ConditionalExpression:["test","consequent","alternate"],ContinueStatement:["label"],DebuggerStatement:[],DirectiveStatement:[],DoWhileStatement:["body","test"],EmptyStatement:[],ExportAllDeclaration:["source"],ExportDefaultDeclaration:["declaration"],ExportNamedDeclaration:["declaration","specifiers","source"],ExportSpecifier:["exported","local"],ExpressionStatement:["expression"],ForStatement:["init","test","update","body"],ForInStatement:["left","right","body"],ForOfStatement:["left","right","body"],FunctionDeclaration:["id","params","body"],FunctionExpression:["id","params","body"],GeneratorExpression:["blocks","filter","body"],Identifier:[],IfStatement:["test","consequent","alternate"],ImportExpression:["source"],ImportDeclaration:["specifiers","source"],ImportDefaultSpecifier:["local"],ImportNamespaceSpecifier:["local"],ImportSpecifier:["imported","local"],Literal:[],LabeledStatement:["label","body"],LogicalExpression:["left","right"],MemberExpression:["object","property"],MetaProperty:["meta","property"],MethodDefinition:["key","value"],ModuleSpecifier:[],NewExpression:["callee","arguments"],ObjectExpression:["properties"],ObjectPattern:["properties"],Program:["body"],Property:["key","value"],RestElement:["argument"],ReturnStatement:["argument"],SequenceExpression:["expressions"],SpreadElement:["argument"],Super:[],SwitchStatement:["discriminant","cases"],SwitchCase:["test","consequent"],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"]};n={};o={};i={};s={Break:n,Skip:o,Remove:i};function Reference(e,r){this.parent=e;this.key=r}Reference.prototype.replace=function replace(e){this.parent[this.key]=e};Reference.prototype.remove=function remove(){if(Array.isArray(this.parent)){this.parent.splice(this.key,1);return true}else{this.replace(null);return false}};function Element(e,r,t,s){this.node=e;this.path=r;this.wrap=t;this.ref=s}function Controller(){}Controller.prototype.path=function path(){var e,r,t,s,a,n;function addToPath(e,r){if(Array.isArray(r)){for(t=0,s=r.length;t<s;++t){e.push(r[t])}}else{e.push(r)}}if(!this.__current.path){return null}a=[];for(e=2,r=this.__leavelist.length;e<r;++e){n=this.__leavelist[e];addToPath(a,n.path)}addToPath(a,this.__current.path);return a};Controller.prototype.type=function(){var e=this.current();return e.type||this.__current.wrap};Controller.prototype.parents=function parents(){var e,r,t;t=[];for(e=1,r=this.__leavelist.length;e<r;++e){t.push(this.__leavelist[e].node)}return t};Controller.prototype.current=function current(){return this.__current.node};Controller.prototype.__execute=function __execute(e,r){var t,s;s=undefined;t=this.__current;this.__current=r;this.__state=null;if(e){s=e.call(this,r.node,this.__leavelist[this.__leavelist.length-1].node)}this.__current=t;return s};Controller.prototype.notify=function notify(e){this.__state=e};Controller.prototype.skip=function(){this.notify(o)};Controller.prototype["break"]=function(){this.notify(n)};Controller.prototype.remove=function(){this.notify(i)};Controller.prototype.__initialize=function(e,r){this.visitor=r;this.root=e;this.__worklist=[];this.__leavelist=[];this.__current=null;this.__state=null;this.__fallback=null;if(r.fallback==="iteration"){this.__fallback=Object.keys}else if(typeof r.fallback==="function"){this.__fallback=r.fallback}this.__keys=a;if(r.keys){this.__keys=Object.assign(Object.create(this.__keys),r.keys)}};function isNode(e){if(e==null){return false}return typeof e==="object"&&typeof e.type==="string"}function isProperty(e,t){return(e===r.ObjectExpression||e===r.ObjectPattern)&&"properties"===t}Controller.prototype.traverse=function traverse(e,r){var t,s,a,i,l,c,d,u,p,f,y,g;this.__initialize(e,r);g={};t=this.__worklist;s=this.__leavelist;t.push(new Element(e,null,null,null));s.push(new Element(null,null,null,null));while(t.length){a=t.pop();if(a===g){a=s.pop();c=this.__execute(r.leave,a);if(this.__state===n||c===n){return}continue}if(a.node){c=this.__execute(r.enter,a);if(this.__state===n||c===n){return}t.push(g);s.push(a);if(this.__state===o||c===o){continue}i=a.node;l=i.type||a.wrap;f=this.__keys[l];if(!f){if(this.__fallback){f=this.__fallback(i)}else{throw new Error("Unknown node type "+l+".")}}u=f.length;while((u-=1)>=0){d=f[u];y=i[d];if(!y){continue}if(Array.isArray(y)){p=y.length;while((p-=1)>=0){if(!y[p]){continue}if(isProperty(l,f[u])){a=new Element(y[p],[d,p],"Property",null)}else if(isNode(y[p])){a=new Element(y[p],[d,p],null,null)}else{continue}t.push(a)}}else if(isNode(y)){t.push(new Element(y,d,null,null))}}}}};Controller.prototype.replace=function replace(e,r){var t,s,a,l,c,d,u,p,f,y,g,h,b;function removeElem(e){var r,s,a,n;if(e.ref.remove()){s=e.ref.key;n=e.ref.parent;r=t.length;while(r--){a=t[r];if(a.ref&&a.ref.parent===n){if(a.ref.key<s){break}--a.ref.key}}}}this.__initialize(e,r);g={};t=this.__worklist;s=this.__leavelist;h={root:e};d=new Element(e,null,null,new Reference(h,"root"));t.push(d);s.push(d);while(t.length){d=t.pop();if(d===g){d=s.pop();c=this.__execute(r.leave,d);if(c!==undefined&&c!==n&&c!==o&&c!==i){d.ref.replace(c)}if(this.__state===i||c===i){removeElem(d)}if(this.__state===n||c===n){return h.root}continue}c=this.__execute(r.enter,d);if(c!==undefined&&c!==n&&c!==o&&c!==i){d.ref.replace(c);d.node=c}if(this.__state===i||c===i){removeElem(d);d.node=null}if(this.__state===n||c===n){return h.root}a=d.node;if(!a){continue}t.push(g);s.push(d);if(this.__state===o||c===o){continue}l=a.type||d.wrap;f=this.__keys[l];if(!f){if(this.__fallback){f=this.__fallback(a)}else{throw new Error("Unknown node type "+l+".")}}u=f.length;while((u-=1)>=0){b=f[u];y=a[b];if(!y){continue}if(Array.isArray(y)){p=y.length;while((p-=1)>=0){if(!y[p]){continue}if(isProperty(l,f[u])){d=new Element(y[p],[b,p],"Property",new Reference(y,p))}else if(isNode(y[p])){d=new Element(y[p],[b,p],null,new Reference(y,p))}else{continue}t.push(d)}}else if(isNode(y)){t.push(new Element(y,b,null,new Reference(a,b)))}}}return h.root};function traverse(e,r){var t=new Controller;return t.traverse(e,r)}function replace(e,r){var t=new Controller;return t.replace(e,r)}function extendCommentRange(e,r){var t;t=upperBound(r,(function search(r){return r.range[0]>e.range[0]}));e.extendedRange=[e.range[0],e.range[1]];if(t!==r.length){e.extendedRange[1]=r[t].range[0]}t-=1;if(t>=0){e.extendedRange[0]=r[t].range[1]}return e}function attachComments(e,r,t){var a=[],n,o,i,l;if(!e.range){throw new Error("attachComments needs range information")}if(!t.length){if(r.length){for(i=0,o=r.length;i<o;i+=1){n=deepCopy(r[i]);n.extendedRange=[0,e.range[0]];a.push(n)}e.leadingComments=a}return e}for(i=0,o=r.length;i<o;i+=1){a.push(extendCommentRange(deepCopy(r[i]),t))}l=0;traverse(e,{enter:function(e){var r;while(l<a.length){r=a[l];if(r.extendedRange[1]>e.range[0]){break}if(r.extendedRange[1]===e.range[0]){if(!e.leadingComments){e.leadingComments=[]}e.leadingComments.push(r);a.splice(l,1)}else{l+=1}}if(l===a.length){return s.Break}if(a[l].extendedRange[0]>e.range[1]){return s.Skip}}});l=0;traverse(e,{leave:function(e){var r;while(l<a.length){r=a[l];if(e.range[1]<r.extendedRange[0]){break}if(e.range[1]===r.extendedRange[0]){if(!e.trailingComments){e.trailingComments=[]}e.trailingComments.push(r);a.splice(l,1)}else{l+=1}}if(l===a.length){return s.Break}if(a[l].extendedRange[0]>e.range[1]){return s.Skip}}});return e}e.version=t(1752).i8;e.Syntax=r;e.traverse=traverse;e.replace=replace;e.attachComments=attachComments;e.VisitorKeys=a;e.VisitorOption=s;e.Controller=Controller;e.cloneEnvironment=function(){return clone({})};return e})(r)},1731:(e,r)=>{(function clone(e){"use strict";var r,t,s,a,n,o;function deepCopy(e){var r={},t,s;for(t in e){if(e.hasOwnProperty(t)){s=e[t];if(typeof s==="object"&&s!==null){r[t]=deepCopy(s)}else{r[t]=s}}}return r}function upperBound(e,r){var t,s,a,n;s=e.length;a=0;while(s){t=s>>>1;n=a+t;if(r(e[n])){s=t}else{a=n+1;s-=t+1}}return a}r={AssignmentExpression:"AssignmentExpression",AssignmentPattern:"AssignmentPattern",ArrayExpression:"ArrayExpression",ArrayPattern:"ArrayPattern",ArrowFunctionExpression:"ArrowFunctionExpression",AwaitExpression:"AwaitExpression",BlockStatement:"BlockStatement",BinaryExpression:"BinaryExpression",BreakStatement:"BreakStatement",CallExpression:"CallExpression",CatchClause:"CatchClause",ChainExpression:"ChainExpression",ClassBody:"ClassBody",ClassDeclaration:"ClassDeclaration",ClassExpression:"ClassExpression",ComprehensionBlock:"ComprehensionBlock",ComprehensionExpression:"ComprehensionExpression",ConditionalExpression:"ConditionalExpression",ContinueStatement:"ContinueStatement",DebuggerStatement:"DebuggerStatement",DirectiveStatement:"DirectiveStatement",DoWhileStatement:"DoWhileStatement",EmptyStatement:"EmptyStatement",ExportAllDeclaration:"ExportAllDeclaration",ExportDefaultDeclaration:"ExportDefaultDeclaration",ExportNamedDeclaration:"ExportNamedDeclaration",ExportSpecifier:"ExportSpecifier",ExpressionStatement:"ExpressionStatement",ForStatement:"ForStatement",ForInStatement:"ForInStatement",ForOfStatement:"ForOfStatement",FunctionDeclaration:"FunctionDeclaration",FunctionExpression:"FunctionExpression",GeneratorExpression:"GeneratorExpression",Identifier:"Identifier",IfStatement:"IfStatement",ImportExpression:"ImportExpression",ImportDeclaration:"ImportDeclaration",ImportDefaultSpecifier:"ImportDefaultSpecifier",ImportNamespaceSpecifier:"ImportNamespaceSpecifier",ImportSpecifier:"ImportSpecifier",Literal:"Literal",LabeledStatement:"LabeledStatement",LogicalExpression:"LogicalExpression",MemberExpression:"MemberExpression",MetaProperty:"MetaProperty",MethodDefinition:"MethodDefinition",ModuleSpecifier:"ModuleSpecifier",NewExpression:"NewExpression",ObjectExpression:"ObjectExpression",ObjectPattern:"ObjectPattern",PrivateIdentifier:"PrivateIdentifier",Program:"Program",Property:"Property",PropertyDefinition:"PropertyDefinition",RestElement:"RestElement",ReturnStatement:"ReturnStatement",SequenceExpression:"SequenceExpression",SpreadElement:"SpreadElement",Super:"Super",SwitchStatement:"SwitchStatement",SwitchCase:"SwitchCase",TaggedTemplateExpression:"TaggedTemplateExpression",TemplateElement:"TemplateElement",TemplateLiteral:"TemplateLiteral",ThisExpression:"ThisExpression",ThrowStatement:"ThrowStatement",TryStatement:"TryStatement",UnaryExpression:"UnaryExpression",UpdateExpression:"UpdateExpression",VariableDeclaration:"VariableDeclaration",VariableDeclarator:"VariableDeclarator",WhileStatement:"WhileStatement",WithStatement:"WithStatement",YieldExpression:"YieldExpression"};s={AssignmentExpression:["left","right"],AssignmentPattern:["left","right"],ArrayExpression:["elements"],ArrayPattern:["elements"],ArrowFunctionExpression:["params","body"],AwaitExpression:["argument"],BlockStatement:["body"],BinaryExpression:["left","right"],BreakStatement:["label"],CallExpression:["callee","arguments"],CatchClause:["param","body"],ChainExpression:["expression"],ClassBody:["body"],ClassDeclaration:["id","superClass","body"],ClassExpression:["id","superClass","body"],ComprehensionBlock:["left","right"],ComprehensionExpression:["blocks","filter","body"],ConditionalExpression:["test","consequent","alternate"],ContinueStatement:["label"],DebuggerStatement:[],DirectiveStatement:[],DoWhileStatement:["body","test"],EmptyStatement:[],ExportAllDeclaration:["source"],ExportDefaultDeclaration:["declaration"],ExportNamedDeclaration:["declaration","specifiers","source"],ExportSpecifier:["exported","local"],ExpressionStatement:["expression"],ForStatement:["init","test","update","body"],ForInStatement:["left","right","body"],ForOfStatement:["left","right","body"],FunctionDeclaration:["id","params","body"],FunctionExpression:["id","params","body"],GeneratorExpression:["blocks","filter","body"],Identifier:[],IfStatement:["test","consequent","alternate"],ImportExpression:["source"],ImportDeclaration:["specifiers","source"],ImportDefaultSpecifier:["local"],ImportNamespaceSpecifier:["local"],ImportSpecifier:["imported","local"],Literal:[],LabeledStatement:["label","body"],LogicalExpression:["left","right"],MemberExpression:["object","property"],MetaProperty:["meta","property"],MethodDefinition:["key","value"],ModuleSpecifier:[],NewExpression:["callee","arguments"],ObjectExpression:["properties"],ObjectPattern:["properties"],PrivateIdentifier:[],Program:["body"],Property:["key","value"],PropertyDefinition:["key","value"],RestElement:["argument"],ReturnStatement:["argument"],SequenceExpression:["expressions"],SpreadElement:["argument"],Super:[],SwitchStatement:["discriminant","cases"],SwitchCase:["test","consequent"],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"]};a={};n={};o={};t={Break:a,Skip:n,Remove:o};function Reference(e,r){this.parent=e;this.key=r}Reference.prototype.replace=function replace(e){this.parent[this.key]=e};Reference.prototype.remove=function remove(){if(Array.isArray(this.parent)){this.parent.splice(this.key,1);return true}else{this.replace(null);return false}};function Element(e,r,t,s){this.node=e;this.path=r;this.wrap=t;this.ref=s}function Controller(){}Controller.prototype.path=function path(){var e,r,t,s,a,n;function addToPath(e,r){if(Array.isArray(r)){for(t=0,s=r.length;t<s;++t){e.push(r[t])}}else{e.push(r)}}if(!this.__current.path){return null}a=[];for(e=2,r=this.__leavelist.length;e<r;++e){n=this.__leavelist[e];addToPath(a,n.path)}addToPath(a,this.__current.path);return a};Controller.prototype.type=function(){var e=this.current();return e.type||this.__current.wrap};Controller.prototype.parents=function parents(){var e,r,t;t=[];for(e=1,r=this.__leavelist.length;e<r;++e){t.push(this.__leavelist[e].node)}return t};Controller.prototype.current=function current(){return this.__current.node};Controller.prototype.__execute=function __execute(e,r){var t,s;s=undefined;t=this.__current;this.__current=r;this.__state=null;if(e){s=e.call(this,r.node,this.__leavelist[this.__leavelist.length-1].node)}this.__current=t;return s};Controller.prototype.notify=function notify(e){this.__state=e};Controller.prototype.skip=function(){this.notify(n)};Controller.prototype["break"]=function(){this.notify(a)};Controller.prototype.remove=function(){this.notify(o)};Controller.prototype.__initialize=function(e,r){this.visitor=r;this.root=e;this.__worklist=[];this.__leavelist=[];this.__current=null;this.__state=null;this.__fallback=null;if(r.fallback==="iteration"){this.__fallback=Object.keys}else if(typeof r.fallback==="function"){this.__fallback=r.fallback}this.__keys=s;if(r.keys){this.__keys=Object.assign(Object.create(this.__keys),r.keys)}};function isNode(e){if(e==null){return false}return typeof e==="object"&&typeof e.type==="string"}function isProperty(e,t){return(e===r.ObjectExpression||e===r.ObjectPattern)&&"properties"===t}function candidateExistsInLeaveList(e,r){for(var t=e.length-1;t>=0;--t){if(e[t].node===r){return true}}return false}Controller.prototype.traverse=function traverse(e,r){var t,s,o,i,l,c,d,u,p,f,y,g;this.__initialize(e,r);g={};t=this.__worklist;s=this.__leavelist;t.push(new Element(e,null,null,null));s.push(new Element(null,null,null,null));while(t.length){o=t.pop();if(o===g){o=s.pop();c=this.__execute(r.leave,o);if(this.__state===a||c===a){return}continue}if(o.node){c=this.__execute(r.enter,o);if(this.__state===a||c===a){return}t.push(g);s.push(o);if(this.__state===n||c===n){continue}i=o.node;l=i.type||o.wrap;f=this.__keys[l];if(!f){if(this.__fallback){f=this.__fallback(i)}else{throw new Error("Unknown node type "+l+".")}}u=f.length;while((u-=1)>=0){d=f[u];y=i[d];if(!y){continue}if(Array.isArray(y)){p=y.length;while((p-=1)>=0){if(!y[p]){continue}if(candidateExistsInLeaveList(s,y[p])){continue}if(isProperty(l,f[u])){o=new Element(y[p],[d,p],"Property",null)}else if(isNode(y[p])){o=new Element(y[p],[d,p],null,null)}else{continue}t.push(o)}}else if(isNode(y)){if(candidateExistsInLeaveList(s,y)){continue}t.push(new Element(y,d,null,null))}}}}};Controller.prototype.replace=function replace(e,r){var t,s,i,l,c,d,u,p,f,y,g,h,b;function removeElem(e){var r,s,a,n;if(e.ref.remove()){s=e.ref.key;n=e.ref.parent;r=t.length;while(r--){a=t[r];if(a.ref&&a.ref.parent===n){if(a.ref.key<s){break}--a.ref.key}}}}this.__initialize(e,r);g={};t=this.__worklist;s=this.__leavelist;h={root:e};d=new Element(e,null,null,new Reference(h,"root"));t.push(d);s.push(d);while(t.length){d=t.pop();if(d===g){d=s.pop();c=this.__execute(r.leave,d);if(c!==undefined&&c!==a&&c!==n&&c!==o){d.ref.replace(c)}if(this.__state===o||c===o){removeElem(d)}if(this.__state===a||c===a){return h.root}continue}c=this.__execute(r.enter,d);if(c!==undefined&&c!==a&&c!==n&&c!==o){d.ref.replace(c);d.node=c}if(this.__state===o||c===o){removeElem(d);d.node=null}if(this.__state===a||c===a){return h.root}i=d.node;if(!i){continue}t.push(g);s.push(d);if(this.__state===n||c===n){continue}l=i.type||d.wrap;f=this.__keys[l];if(!f){if(this.__fallback){f=this.__fallback(i)}else{throw new Error("Unknown node type "+l+".")}}u=f.length;while((u-=1)>=0){b=f[u];y=i[b];if(!y){continue}if(Array.isArray(y)){p=y.length;while((p-=1)>=0){if(!y[p]){continue}if(isProperty(l,f[u])){d=new Element(y[p],[b,p],"Property",new Reference(y,p))}else if(isNode(y[p])){d=new Element(y[p],[b,p],null,new Reference(y,p))}else{continue}t.push(d)}}else if(isNode(y)){t.push(new Element(y,b,null,new Reference(i,b)))}}}return h.root};function traverse(e,r){var t=new Controller;return t.traverse(e,r)}function replace(e,r){var t=new Controller;return t.replace(e,r)}function extendCommentRange(e,r){var t;t=upperBound(r,(function search(r){return r.range[0]>e.range[0]}));e.extendedRange=[e.range[0],e.range[1]];if(t!==r.length){e.extendedRange[1]=r[t].range[0]}t-=1;if(t>=0){e.extendedRange[0]=r[t].range[1]}return e}function attachComments(e,r,s){var a=[],n,o,i,l;if(!e.range){throw new Error("attachComments needs range information")}if(!s.length){if(r.length){for(i=0,o=r.length;i<o;i+=1){n=deepCopy(r[i]);n.extendedRange=[0,e.range[0]];a.push(n)}e.leadingComments=a}return e}for(i=0,o=r.length;i<o;i+=1){a.push(extendCommentRange(deepCopy(r[i]),s))}l=0;traverse(e,{enter:function(e){var r;while(l<a.length){r=a[l];if(r.extendedRange[1]>e.range[0]){break}if(r.extendedRange[1]===e.range[0]){if(!e.leadingComments){e.leadingComments=[]}e.leadingComments.push(r);a.splice(l,1)}else{l+=1}}if(l===a.length){return t.Break}if(a[l].extendedRange[0]>e.range[1]){return t.Skip}}});l=0;traverse(e,{leave:function(e){var r;while(l<a.length){r=a[l];if(e.range[1]<r.extendedRange[0]){break}if(e.range[1]===r.extendedRange[0]){if(!e.trailingComments){e.trailingComments=[]}e.trailingComments.push(r);a.splice(l,1)}else{l+=1}}if(l===a.length){return t.Break}if(a[l].extendedRange[0]>e.range[1]){return t.Skip}}});return e}e.Syntax=r;e.traverse=traverse;e.replace=replace;e.attachComments=attachComments;e.VisitorKeys=s;e.VisitorOption=t;e.Controller=Controller;e.cloneEnvironment=function(){return clone({})};return e})(r)},3136:e=>{"use strict";var r="Function.prototype.bind called on incompatible ";var t=Object.prototype.toString;var s=Math.max;var a="[object Function]";var n=function concatty(e,r){var t=[];for(var s=0;s<e.length;s+=1){t[s]=e[s]}for(var a=0;a<r.length;a+=1){t[a+e.length]=r[a]}return t};var o=function slicy(e,r){var t=[];for(var s=r||0,a=0;s<e.length;s+=1,a+=1){t[a]=e[s]}return t};var joiny=function(e,r){var t="";for(var s=0;s<e.length;s+=1){t+=e[s];if(s+1<e.length){t+=r}}return t};e.exports=function bind(e){var i=this;if(typeof i!=="function"||t.apply(i)!==a){throw new TypeError(r+i)}var l=o(arguments,1);var c;var binder=function(){if(this instanceof c){var r=i.apply(this,n(l,arguments));if(Object(r)===r){return r}return this}return i.apply(e,n(l,arguments))};var d=s(0,i.length-l.length);var u=[];for(var p=0;p<d;p++){u[p]="$"+p}c=Function("binder","return function ("+joiny(u,",")+"){ return binder.apply(this,arguments); }")(binder);if(i.prototype){var f=function Empty(){};f.prototype=i.prototype;c.prototype=new f;f.prototype=null}return c}},1212:(e,r,t)=>{"use strict";var s=t(3136);e.exports=Function.prototype.bind||s},6929:(e,r,t)=>{"use strict";e.exports=t(3676)},3270:(e,r,t)=>{"use strict";var s=Function.prototype.call;var a=Object.prototype.hasOwnProperty;var n=t(1212);e.exports=n.call(s,a)},2873:(e,r,t)=>{"use strict";var s=t(3270);function specifierIncluded(e,r){var t=e.split(".");var s=r.split(" ");var a=s.length>1?s[0]:"=";var n=(s.length>1?s[1]:s[0]).split(".");for(var o=0;o<3;++o){var i=parseInt(t[o]||0,10);var l=parseInt(n[o]||0,10);if(i===l){continue}if(a==="<"){return i<l}if(a===">="){return i>=l}return false}return a===">="}function matchesRange(e,r){var t=r.split(/ ?&& ?/);if(t.length===0){return false}for(var s=0;s<t.length;++s){if(!specifierIncluded(e,t[s])){return false}}return true}function versionIncluded(e,r){if(typeof r==="boolean"){return r}var t=typeof e==="undefined"?process.versions&&process.versions.node:e;if(typeof t!=="string"){throw new TypeError(typeof e==="undefined"?"Unable to determine current node version":"If provided, a valid node version is required")}if(r&&typeof r==="object"){for(var s=0;s<r.length;++s){if(matchesRange(t,r[s])){return true}}return false}return matchesRange(t,r)}var a=t(765);e.exports=function isCore(e,r){return s(a,e)&&versionIncluded(r,a[e])}},8874:(e,r)=>{Object.defineProperty(r,"__esModule",{value:true});r["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;r.matchToToken=function(e){var r={type:"invalid",value:e[0],closed:undefined};if(e[1])r.type="string",r.closed=!!(e[3]||e[4]);else if(e[5])r.type="comment";else if(e[6])r.type="comment",r.closed=!!e[7];else if(e[8])r.type="regex";else if(e[9])r.type="number";else if(e[10])r.type="name";else if(e[11])r.type="punctuator";else if(e[12])r.type="whitespace";return r}},3079:e=>{var r="Expected a function";var t=0/0;var s="[object Symbol]";var a=/^\s+|\s+$/g;var n=/^[-+]0x[0-9a-f]+$/i;var o=/^0b[01]+$/i;var i=/^0o[0-7]+$/i;var l=parseInt;var c=typeof global=="object"&&global&&global.Object===Object&&global;var d=typeof self=="object"&&self&&self.Object===Object&&self;var u=c||d||Function("return this")();var p=Object.prototype;var f=p.toString;var y=Math.max,g=Math.min;var now=function(){return u.Date.now()};function debounce(e,t,s){var a,n,o,i,l,c,d=0,u=false,p=false,f=true;if(typeof e!="function"){throw new TypeError(r)}t=toNumber(t)||0;if(isObject(s)){u=!!s.leading;p="maxWait"in s;o=p?y(toNumber(s.maxWait)||0,t):o;f="trailing"in s?!!s.trailing:f}function invokeFunc(r){var t=a,s=n;a=n=undefined;d=r;i=e.apply(s,t);return i}function leadingEdge(e){d=e;l=setTimeout(timerExpired,t);return u?invokeFunc(e):i}function remainingWait(e){var r=e-c,s=e-d,a=t-r;return p?g(a,o-s):a}function shouldInvoke(e){var r=e-c,s=e-d;return c===undefined||r>=t||r<0||p&&s>=o}function timerExpired(){var e=now();if(shouldInvoke(e)){return trailingEdge(e)}l=setTimeout(timerExpired,remainingWait(e))}function trailingEdge(e){l=undefined;if(f&&a){return invokeFunc(e)}a=n=undefined;return i}function cancel(){if(l!==undefined){clearTimeout(l)}d=0;a=c=n=l=undefined}function flush(){return l===undefined?i:trailingEdge(now())}function debounced(){var e=now(),r=shouldInvoke(e);a=arguments;n=this;c=e;if(r){if(l===undefined){return leadingEdge(c)}if(p){l=setTimeout(timerExpired,t);return invokeFunc(c)}}if(l===undefined){l=setTimeout(timerExpired,t)}return i}debounced.cancel=cancel;debounced.flush=flush;return debounced}function isObject(e){var r=typeof e;return!!e&&(r=="object"||r=="function")}function isObjectLike(e){return!!e&&typeof e=="object"}function isSymbol(e){return typeof e=="symbol"||isObjectLike(e)&&f.call(e)==s}function toNumber(e){if(typeof e=="number"){return e}if(isSymbol(e)){return t}if(isObject(e)){var r=typeof e.valueOf=="function"?e.valueOf():e;e=isObject(r)?r+"":r}if(typeof e!="string"){return e===0?e:+e}e=e.replace(a,"");var s=o.test(e);return s||i.test(e)?l(e.slice(2),s?2:8):n.test(e)?t:+e}e.exports=debounce},1788:function(e,r,t){e=t.nmd(e);
/**
* @license
* Lodash <https://lodash.com/>
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
* Released under MIT license <https://lodash.com/license>
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
*/(function(){var t;var s="4.17.21";var a=200;var n="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",o="Expected a function",i="Invalid `variable` option passed into `_.template`";var l="__lodash_hash_undefined__";var c=500;var d="__lodash_placeholder__";var u=1,p=2,f=4;var y=1,g=2;var h=1,b=2,x=4,v=8,j=16,w=32,E=64,_=128,S=256,k=512;var D=30,C="...";var P=800,I=16;var A=1,O=2,R=3;var F=1/0,M=9007199254740991,N=17976931348623157e292,B=0/0;var L=4294967295,q=L-1,W=L>>>1;var U=[["ary",_],["bind",h],["bindKey",b],["curry",v],["curryRight",j],["flip",k],["partial",w],["partialRight",E],["rearg",S]];var V="[object Arguments]",G="[object Array]",H="[object AsyncFunction]",z="[object Boolean]",$="[object Date]",K="[object DOMException]",J="[object Error]",Y="[object Function]",X="[object GeneratorFunction]",Z="[object Map]",Q="[object Number]",ee="[object Null]",re="[object Object]",te="[object Promise]",se="[object Proxy]",ae="[object RegExp]",ne="[object Set]",oe="[object String]",ie="[object Symbol]",le="[object Undefined]",ce="[object WeakMap]",de="[object WeakSet]";var ue="[object ArrayBuffer]",pe="[object DataView]",fe="[object Float32Array]",ye="[object Float64Array]",me="[object Int8Array]",ge="[object Int16Array]",he="[object Int32Array]",be="[object Uint8Array]",xe="[object Uint8ClampedArray]",ve="[object Uint16Array]",je="[object Uint32Array]";var we=/\b__p \+= '';/g,Ee=/\b(__p \+=) '' \+/g,_e=/(__e\(.*?\)|\b__t\)) \+\n'';/g;var Se=/&(?:amp|lt|gt|quot|#39);/g,ke=/[&<>"']/g,De=RegExp(Se.source),Ce=RegExp(ke.source);var Pe=/<%-([\s\S]+?)%>/g,Ie=/<%([\s\S]+?)%>/g,Ae=/<%=([\s\S]+?)%>/g;var Oe=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Re=/^\w*$/,Fe=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g;var Te=/[\\^$.*+?()[\]{}|]/g,Me=RegExp(Te.source);var Ne=/^\s+/;var Be=/\s/;var Le=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,qe=/\{\n\/\* \[wrapped with (.+)\] \*/,We=/,? & /;var Ue=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;var Ve=/[()=,{}\[\]\/\s]/;var Ge=/\\(\\)?/g;var He=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g;var ze=/\w*$/;var $e=/^[-+]0x[0-9a-f]+$/i;var Ke=/^0b[01]+$/i;var Je=/^\[object .+?Constructor\]$/;var Ye=/^0o[0-7]+$/i;var Xe=/^(?:0|[1-9]\d*)$/;var Ze=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g;var Qe=/($^)/;var er=/['\n\r\u2028\u2029\\]/g;var rr="\\ud800-\\udfff",tr="\\u0300-\\u036f",sr="\\ufe20-\\ufe2f",ar="\\u20d0-\\u20ff",nr=tr+sr+ar,or="\\u2700-\\u27bf",ir="a-z\\xdf-\\xf6\\xf8-\\xff",lr="\\xac\\xb1\\xd7\\xf7",cr="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",dr="\\u2000-\\u206f",ur=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",pr="A-Z\\xc0-\\xd6\\xd8-\\xde",fr="\\ufe0e\\ufe0f",yr=lr+cr+dr+ur;var mr="[']",gr="["+rr+"]",hr="["+yr+"]",br="["+nr+"]",xr="\\d+",vr="["+or+"]",jr="["+ir+"]",wr="[^"+rr+yr+xr+or+ir+pr+"]",Er="\\ud83c[\\udffb-\\udfff]",_r="(?:"+br+"|"+Er+")",Sr="[^"+rr+"]",kr="(?:\\ud83c[\\udde6-\\uddff]){2}",Dr="[\\ud800-\\udbff][\\udc00-\\udfff]",Cr="["+pr+"]",Pr="\\u200d";var Ir="(?:"+jr+"|"+wr+")",Ar="(?:"+Cr+"|"+wr+")",Or="(?:"+mr+"(?:d|ll|m|re|s|t|ve))?",Rr="(?:"+mr+"(?:D|LL|M|RE|S|T|VE))?",Fr=_r+"?",Tr="["+fr+"]?",Mr="(?:"+Pr+"(?:"+[Sr,kr,Dr].join("|")+")"+Tr+Fr+")*",Nr="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Br="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",Lr=Tr+Fr+Mr,qr="(?:"+[vr,kr,Dr].join("|")+")"+Lr,Wr="(?:"+[Sr+br+"?",br,kr,Dr,gr].join("|")+")";var Ur=RegExp(mr,"g");var Vr=RegExp(br,"g");var Gr=RegExp(Er+"(?="+Er+")|"+Wr+Lr,"g");var Hr=RegExp([Cr+"?"+jr+"+"+Or+"(?="+[hr,Cr,"$"].join("|")+")",Ar+"+"+Rr+"(?="+[hr,Cr+Ir,"$"].join("|")+")",Cr+"?"+Ir+"+"+Or,Cr+"+"+Rr,Br,Nr,xr,qr].join("|"),"g");var zr=RegExp("["+Pr+rr+nr+fr+"]");var $r=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;var Kr=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"];var Jr=-1;var Yr={};Yr[fe]=Yr[ye]=Yr[me]=Yr[ge]=Yr[he]=Yr[be]=Yr[xe]=Yr[ve]=Yr[je]=true;Yr[V]=Yr[G]=Yr[ue]=Yr[z]=Yr[pe]=Yr[$]=Yr[J]=Yr[Y]=Yr[Z]=Yr[Q]=Yr[re]=Yr[ae]=Yr[ne]=Yr[oe]=Yr[ce]=false;var Xr={};Xr[V]=Xr[G]=Xr[ue]=Xr[pe]=Xr[z]=Xr[$]=Xr[fe]=Xr[ye]=Xr[me]=Xr[ge]=Xr[he]=Xr[Z]=Xr[Q]=Xr[re]=Xr[ae]=Xr[ne]=Xr[oe]=Xr[ie]=Xr[be]=Xr[xe]=Xr[ve]=Xr[je]=true;Xr[J]=Xr[Y]=Xr[ce]=false;var Zr={"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"};var Qr={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"};var et={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"};var rt={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"};var tt=parseFloat,st=parseInt;var at=typeof global=="object"&&global&&global.Object===Object&&global;var nt=typeof self=="object"&&self&&self.Object===Object&&self;var ot=at||nt||Function("return this")();var lt=true&&r&&!r.nodeType&&r;var ct=lt&&"object"=="object"&&e&&!e.nodeType&&e;var dt=ct&&ct.exports===lt;var ut=dt&&at.process;var pt=function(){try{var e=ct&&ct.require&&ct.require("util").types;if(e){return e}return ut&&ut.binding&&ut.binding("util")}catch(e){}}();var ft=pt&&pt.isArrayBuffer,yt=pt&&pt.isDate,mt=pt&&pt.isMap,gt=pt&&pt.isRegExp,ht=pt&&pt.isSet,bt=pt&&pt.isTypedArray;function apply(e,r,t){switch(t.length){case 0:return e.call(r);case 1:return e.call(r,t[0]);case 2:return e.call(r,t[0],t[1]);case 3:return e.call(r,t[0],t[1],t[2])}return e.apply(r,t)}function arrayAggregator(e,r,t,s){var a=-1,n=e==null?0:e.length;while(++a<n){var o=e[a];r(s,o,t(o),e)}return s}function arrayEach(e,r){var t=-1,s=e==null?0:e.length;while(++t<s){if(r(e[t],t,e)===false){break}}return e}function arrayEachRight(e,r){var t=e==null?0:e.length;while(t--){if(r(e[t],t,e)===false){break}}return e}function arrayEvery(e,r){var t=-1,s=e==null?0:e.length;while(++t<s){if(!r(e[t],t,e)){return false}}return true}function arrayFilter(e,r){var t=-1,s=e==null?0:e.length,a=0,n=[];while(++t<s){var o=e[t];if(r(o,t,e)){n[a++]=o}}return n}function arrayIncludes(e,r){var t=e==null?0:e.length;return!!t&&baseIndexOf(e,r,0)>-1}function arrayIncludesWith(e,r,t){var s=-1,a=e==null?0:e.length;while(++s<a){if(t(r,e[s])){return true}}return false}function arrayMap(e,r){var t=-1,s=e==null?0:e.length,a=Array(s);while(++t<s){a[t]=r(e[t],t,e)}return a}function arrayPush(e,r){var t=-1,s=r.length,a=e.length;while(++t<s){e[a+t]=r[t]}return e}function arrayReduce(e,r,t,s){var a=-1,n=e==null?0:e.length;if(s&&n){t=e[++a]}while(++a<n){t=r(t,e[a],a,e)}return t}function arrayReduceRight(e,r,t,s){var a=e==null?0:e.length;if(s&&a){t=e[--a]}while(a--){t=r(t,e[a],a,e)}return t}function arraySome(e,r){var t=-1,s=e==null?0:e.length;while(++t<s){if(r(e[t],t,e)){return true}}return false}var xt=baseProperty("length");function asciiToArray(e){return e.split("")}function asciiWords(e){return e.match(Ue)||[]}function baseFindKey(e,r,t){var s;t(e,(function(e,t,a){if(r(e,t,a)){s=t;return false}}));return s}function baseFindIndex(e,r,t,s){var a=e.length,n=t+(s?1:-1);while(s?n--:++n<a){if(r(e[n],n,e)){return n}}return-1}function baseIndexOf(e,r,t){return r===r?strictIndexOf(e,r,t):baseFindIndex(e,baseIsNaN,t)}function baseIndexOfWith(e,r,t,s){var a=t-1,n=e.length;while(++a<n){if(s(e[a],r)){return a}}return-1}function baseIsNaN(e){return e!==e}function baseMean(e,r){var t=e==null?0:e.length;return t?baseSum(e,r)/t:B}function baseProperty(e){return function(r){return r==null?t:r[e]}}function basePropertyOf(e){return function(r){return e==null?t:e[r]}}function baseReduce(e,r,t,s,a){a(e,(function(e,a,n){t=s?(s=false,e):r(t,e,a,n)}));return t}function baseSortBy(e,r){var t=e.length;e.sort(r);while(t--){e[t]=e[t].value}return e}function baseSum(e,r){var s,a=-1,n=e.length;while(++a<n){var o=r(e[a]);if(o!==t){s=s===t?o:s+o}}return s}function baseTimes(e,r){var t=-1,s=Array(e);while(++t<e){s[t]=r(t)}return s}function baseToPairs(e,r){return arrayMap(r,(function(r){return[r,e[r]]}))}function baseTrim(e){return e?e.slice(0,trimmedEndIndex(e)+1).replace(Ne,""):e}function baseUnary(e){return function(r){return e(r)}}function baseValues(e,r){return arrayMap(r,(function(r){return e[r]}))}function cacheHas(e,r){return e.has(r)}function charsStartIndex(e,r){var t=-1,s=e.length;while(++t<s&&baseIndexOf(r,e[t],0)>-1){}return t}function charsEndIndex(e,r){var t=e.length;while(t--&&baseIndexOf(r,e[t],0)>-1){}return t}function countHolders(e,r){var t=e.length,s=0;while(t--){if(e[t]===r){++s}}return s}var vt=basePropertyOf(Zr);var jt=basePropertyOf(Qr);function escapeStringChar(e){return"\\"+rt[e]}function getValue(e,r){return e==null?t:e[r]}function hasUnicode(e){return zr.test(e)}function hasUnicodeWord(e){return $r.test(e)}function iteratorToArray(e){var r,t=[];while(!(r=e.next()).done){t.push(r.value)}return t}function mapToArray(e){var r=-1,t=Array(e.size);e.forEach((function(e,s){t[++r]=[s,e]}));return t}function overArg(e,r){return function(t){return e(r(t))}}function replaceHolders(e,r){var t=-1,s=e.length,a=0,n=[];while(++t<s){var o=e[t];if(o===r||o===d){e[t]=d;n[a++]=t}}return n}function setToArray(e){var r=-1,t=Array(e.size);e.forEach((function(e){t[++r]=e}));return t}function setToPairs(e){var r=-1,t=Array(e.size);e.forEach((function(e){t[++r]=[e,e]}));return t}function strictIndexOf(e,r,t){var s=t-1,a=e.length;while(++s<a){if(e[s]===r){return s}}return-1}function strictLastIndexOf(e,r,t){var s=t+1;while(s--){if(e[s]===r){return s}}return s}function stringSize(e){return hasUnicode(e)?unicodeSize(e):xt(e)}function stringToArray(e){return hasUnicode(e)?unicodeToArray(e):asciiToArray(e)}function trimmedEndIndex(e){var r=e.length;while(r--&&Be.test(e.charAt(r))){}return r}var wt=basePropertyOf(et);function unicodeSize(e){var r=Gr.lastIndex=0;while(Gr.test(e)){++r}return r}function unicodeToArray(e){return e.match(Gr)||[]}function unicodeWords(e){return e.match(Hr)||[]}var Et=function runInContext(e){e=e==null?ot:_t.defaults(ot.Object(),e,_t.pick(ot,Kr));var r=e.Array,Be=e.Date,Ue=e.Error,rr=e.Function,tr=e.Math,sr=e.Object,ar=e.RegExp,nr=e.String,or=e.TypeError;var ir=r.prototype,lr=rr.prototype,cr=sr.prototype;var dr=e["__core-js_shared__"];var ur=lr.toString;var pr=cr.hasOwnProperty;var fr=0;var yr=function(){var e=/[^.]+$/.exec(dr&&dr.keys&&dr.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();var mr=cr.toString;var gr=ur.call(sr);var hr=ot._;var br=ar("^"+ur.call(pr).replace(Te,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");var xr=dt?e.Buffer:t,vr=e.Symbol,jr=e.Uint8Array,wr=xr?xr.allocUnsafe:t,Er=overArg(sr.getPrototypeOf,sr),_r=sr.create,Sr=cr.propertyIsEnumerable,kr=ir.splice,Dr=vr?vr.isConcatSpreadable:t,Cr=vr?vr.iterator:t,Pr=vr?vr.toStringTag:t;var Ir=function(){try{var e=getNative(sr,"defineProperty");e({},"",{});return e}catch(e){}}();var Ar=e.clearTimeout!==ot.clearTimeout&&e.clearTimeout,Or=Be&&Be.now!==ot.Date.now&&Be.now,Rr=e.setTimeout!==ot.setTimeout&&e.setTimeout;var Fr=tr.ceil,Tr=tr.floor,Mr=sr.getOwnPropertySymbols,Nr=xr?xr.isBuffer:t,Br=e.isFinite,Lr=ir.join,qr=overArg(sr.keys,sr),Wr=tr.max,Gr=tr.min,Hr=Be.now,zr=e.parseInt,$r=tr.random,Zr=ir.reverse;var Qr=getNative(e,"DataView"),et=getNative(e,"Map"),rt=getNative(e,"Promise"),at=getNative(e,"Set"),nt=getNative(e,"WeakMap"),lt=getNative(sr,"create");var ct=nt&&new nt;var ut={};var pt=toSource(Qr),xt=toSource(et),Et=toSource(rt),St=toSource(at),kt=toSource(nt);var Dt=vr?vr.prototype:t,Ct=Dt?Dt.valueOf:t,Pt=Dt?Dt.toString:t;function lodash(e){if(isObjectLike(e)&&!Rs(e)&&!(e instanceof LazyWrapper)){if(e instanceof LodashWrapper){return e}if(pr.call(e,"__wrapped__")){return wrapperClone(e)}}return new LodashWrapper(e)}var It=function(){function object(){}return function(e){if(!isObject(e)){return{}}if(_r){return _r(e)}object.prototype=e;var r=new object;object.prototype=t;return r}}();function baseLodash(){}function LodashWrapper(e,r){this.__wrapped__=e;this.__actions__=[];this.__chain__=!!r;this.__index__=0;this.__values__=t}lodash.templateSettings={escape:Pe,evaluate:Ie,interpolate:Ae,variable:"",imports:{_:lodash}};lodash.prototype=baseLodash.prototype;lodash.prototype.constructor=lodash;LodashWrapper.prototype=It(baseLodash.prototype);LodashWrapper.prototype.constructor=LodashWrapper;function LazyWrapper(e){this.__wrapped__=e;this.__actions__=[];this.__dir__=1;this.__filtered__=false;this.__iteratees__=[];this.__takeCount__=L;this.__views__=[]}function lazyClone(){var e=new LazyWrapper(this.__wrapped__);e.__actions__=copyArray(this.__actions__);e.__dir__=this.__dir__;e.__filtered__=this.__filtered__;e.__iteratees__=copyArray(this.__iteratees__);e.__takeCount__=this.__takeCount__;e.__views__=copyArray(this.__views__);return e}function lazyReverse(){if(this.__filtered__){var e=new LazyWrapper(this);e.__dir__=-1;e.__filtered__=true}else{e=this.clone();e.__dir__*=-1}return e}function lazyValue(){var e=this.__wrapped__.value(),r=this.__dir__,t=Rs(e),s=r<0,a=t?e.length:0,n=getView(0,a,this.__views__),o=n.start,i=n.end,l=i-o,c=s?i:o-1,d=this.__iteratees__,u=d.length,p=0,f=Gr(l,this.__takeCount__);if(!t||!s&&a==l&&f==l){return baseWrapperValue(e,this.__actions__)}var y=[];e:while(l--&&p<f){c+=r;var g=-1,h=e[c];while(++g<u){var b=d[g],x=b.iteratee,v=b.type,j=x(h);if(v==O){h=j}else if(!j){if(v==A){continue e}else{break e}}}y[p++]=h}return y}LazyWrapper.prototype=It(baseLodash.prototype);LazyWrapper.prototype.constructor=LazyWrapper;function Hash(e){var r=-1,t=e==null?0:e.length;this.clear();while(++r<t){var s=e[r];this.set(s[0],s[1])}}function hashClear(){this.__data__=lt?lt(null):{};this.size=0}function hashDelete(e){var r=this.has(e)&&delete this.__data__[e];this.size-=r?1:0;return r}function hashGet(e){var r=this.__data__;if(lt){var s=r[e];return s===l?t:s}return pr.call(r,e)?r[e]:t}function hashHas(e){var r=this.__data__;return lt?r[e]!==t:pr.call(r,e)}function hashSet(e,r){var s=this.__data__;this.size+=this.has(e)?0:1;s[e]=lt&&r===t?l:r;return this}Hash.prototype.clear=hashClear;Hash.prototype["delete"]=hashDelete;Hash.prototype.get=hashGet;Hash.prototype.has=hashHas;Hash.prototype.set=hashSet;function ListCache(e){var r=-1,t=e==null?0:e.length;this.clear();while(++r<t){var s=e[r];this.set(s[0],s[1])}}function listCacheClear(){this.__data__=[];this.size=0}function listCacheDelete(e){var r=this.__data__,t=assocIndexOf(r,e);if(t<0){return false}var s=r.length-1;if(t==s){r.pop()}else{kr.call(r,t,1)}--this.size;return true}function listCacheGet(e){var r=this.__data__,s=assocIndexOf(r,e);return s<0?t:r[s][1]}function listCacheHas(e){return assocIndexOf(this.__data__,e)>-1}function listCacheSet(e,r){var t=this.__data__,s=assocIndexOf(t,e);if(s<0){++this.size;t.push([e,r])}else{t[s][1]=r}return this}ListCache.prototype.clear=listCacheClear;ListCache.prototype["delete"]=listCacheDelete;ListCache.prototype.get=listCacheGet;ListCache.prototype.has=listCacheHas;ListCache.prototype.set=listCacheSet;function MapCache(e){var r=-1,t=e==null?0:e.length;this.clear();while(++r<t){var s=e[r];this.set(s[0],s[1])}}function mapCacheClear(){this.size=0;this.__data__={hash:new Hash,map:new(et||ListCache),string:new Hash}}function mapCacheDelete(e){var r=getMapData(this,e)["delete"](e);this.size-=r?1:0;return r}function mapCacheGet(e){return getMapData(this,e).get(e)}function mapCacheHas(e){return getMapData(this,e).has(e)}function mapCacheSet(e,r){var t=getMapData(this,e),s=t.size;t.set(e,r);this.size+=t.size==s?0:1;return this}MapCache.prototype.clear=mapCacheClear;MapCache.prototype["delete"]=mapCacheDelete;MapCache.prototype.get=mapCacheGet;MapCache.prototype.has=mapCacheHas;MapCache.prototype.set=mapCacheSet;function SetCache(e){var r=-1,t=e==null?0:e.length;this.__data__=new MapCache;while(++r<t){this.add(e[r])}}function setCacheAdd(e){this.__data__.set(e,l);return this}function setCacheHas(e){return this.__data__.has(e)}SetCache.prototype.add=SetCache.prototype.push=setCacheAdd;SetCache.prototype.has=setCacheHas;function Stack(e){var r=this.__data__=new ListCache(e);this.size=r.size}function stackClear(){this.__data__=new ListCache;this.size=0}function stackDelete(e){var r=this.__data__,t=r["delete"](e);this.size=r.size;return t}function stackGet(e){return this.__data__.get(e)}function stackHas(e){return this.__data__.has(e)}function stackSet(e,r){var t=this.__data__;if(t instanceof ListCache){var s=t.__data__;if(!et||s.length<a-1){s.push([e,r]);this.size=++t.size;return this}t=this.__data__=new MapCache(s)}t.set(e,r);this.size=t.size;return this}Stack.prototype.clear=stackClear;Stack.prototype["delete"]=stackDelete;Stack.prototype.get=stackGet;Stack.prototype.has=stackHas;Stack.prototype.set=stackSet;function arrayLikeKeys(e,r){var t=Rs(e),s=!t&&Os(e),a=!t&&!s&&Ts(e),n=!t&&!s&&!a&&qs(e),o=t||s||a||n,i=o?baseTimes(e.length,nr):[],l=i.length;for(var c in e){if((r||pr.call(e,c))&&!(o&&(c=="length"||a&&(c=="offset"||c=="parent")||n&&(c=="buffer"||c=="byteLength"||c=="byteOffset")||isIndex(c,l)))){i.push(c)}}return i}function arraySample(e){var r=e.length;return r?e[baseRandom(0,r-1)]:t}function arraySampleSize(e,r){return shuffleSelf(copyArray(e),baseClamp(r,0,e.length))}function arrayShuffle(e){return shuffleSelf(copyArray(e))}function assignMergeValue(e,r,s){if(s!==t&&!eq(e[r],s)||s===t&&!(r in e)){baseAssignValue(e,r,s)}}function assignValue(e,r,s){var a=e[r];if(!(pr.call(e,r)&&eq(a,s))||s===t&&!(r in e)){baseAssignValue(e,r,s)}}function assocIndexOf(e,r){var t=e.length;while(t--){if(eq(e[t][0],r)){return t}}return-1}function baseAggregator(e,r,t,s){At(e,(function(e,a,n){r(s,e,t(e),n)}));return s}function baseAssign(e,r){return e&&copyObject(r,keys(r),e)}function baseAssignIn(e,r){return e&&copyObject(r,keysIn(r),e)}function baseAssignValue(e,r,t){if(r=="__proto__"&&Ir){Ir(e,r,{configurable:true,enumerable:true,value:t,writable:true})}else{e[r]=t}}function baseAt(e,s){var a=-1,n=s.length,o=r(n),i=e==null;while(++a<n){o[a]=i?t:get(e,s[a])}return o}function baseClamp(e,r,s){if(e===e){if(s!==t){e=e<=s?e:s}if(r!==t){e=e>=r?e:r}}return e}function baseClone(e,r,s,a,n,o){var i,l=r&u,c=r&p,d=r&f;if(s){i=n?s(e,a,n,o):s(e)}if(i!==t){return i}if(!isObject(e)){return e}var y=Rs(e);if(y){i=initCloneArray(e);if(!l){return copyArray(e,i)}}else{var g=Vt(e),h=g==Y||g==X;if(Ts(e)){return cloneBuffer(e,l)}if(g==re||g==V||h&&!n){i=c||h?{}:initCloneObject(e);if(!l){return c?copySymbolsIn(e,baseAssignIn(i,e)):copySymbols(e,baseAssign(i,e))}}else{if(!Xr[g]){return n?e:{}}i=initCloneByTag(e,g,l)}}o||(o=new Stack);var b=o.get(e);if(b){return b}o.set(e,i);if(Ls(e)){e.forEach((function(t){i.add(baseClone(t,r,s,t,e,o))}))}else if(Ns(e)){e.forEach((function(t,a){i.set(a,baseClone(t,r,s,a,e,o))}))}var x=d?c?getAllKeysIn:getAllKeys:c?keysIn:keys;var v=y?t:x(e);arrayEach(v||e,(function(t,a){if(v){a=t;t=e[a]}assignValue(i,a,baseClone(t,r,s,a,e,o))}));return i}function baseConforms(e){var r=keys(e);return function(t){return baseConformsTo(t,e,r)}}function baseConformsTo(e,r,s){var a=s.length;if(e==null){return!a}e=sr(e);while(a--){var n=s[a],o=r[n],i=e[n];if(i===t&&!(n in e)||!o(i)){return false}}return true}function baseDelay(e,r,s){if(typeof e!="function"){throw new or(o)}return zt((function(){e.apply(t,s)}),r)}function baseDifference(e,r,t,s){var n=-1,o=arrayIncludes,i=true,l=e.length,c=[],d=r.length;if(!l){return c}if(t){r=arrayMap(r,baseUnary(t))}if(s){o=arrayIncludesWith;i=false}else if(r.length>=a){o=cacheHas;i=false;r=new SetCache(r)}e:while(++n<l){var u=e[n],p=t==null?u:t(u);u=s||u!==0?u:0;if(i&&p===p){var f=d;while(f--){if(r[f]===p){continue e}}c.push(u)}else if(!o(r,p,s)){c.push(u)}}return c}var At=createBaseEach(baseForOwn);var Ot=createBaseEach(baseForOwnRight,true);function baseEvery(e,r){var t=true;At(e,(function(e,s,a){t=!!r(e,s,a);return t}));return t}function baseExtremum(e,r,s){var a=-1,n=e.length;while(++a<n){var o=e[a],i=r(o);if(i!=null&&(l===t?i===i&&!isSymbol(i):s(i,l))){var l=i,c=o}}return c}function baseFill(e,r,s,a){var n=e.length;s=toInteger(s);if(s<0){s=-s>n?0:n+s}a=a===t||a>n?n:toInteger(a);if(a<0){a+=n}a=s>a?0:toLength(a);while(s<a){e[s++]=r}return e}function baseFilter(e,r){var t=[];At(e,(function(e,s,a){if(r(e,s,a)){t.push(e)}}));return t}function baseFlatten(e,r,t,s,a){var n=-1,o=e.length;t||(t=isFlattenable);a||(a=[]);while(++n<o){var i=e[n];if(r>0&&t(i)){if(r>1){baseFlatten(i,r-1,t,s,a)}else{arrayPush(a,i)}}else if(!s){a[a.length]=i}}return a}var Rt=createBaseFor();var Ft=createBaseFor(true);function baseForOwn(e,r){return e&&Rt(e,r,keys)}function baseForOwnRight(e,r){return e&&Ft(e,r,keys)}function baseFunctions(e,r){return arrayFilter(r,(function(r){return isFunction(e[r])}))}function baseGet(e,r){r=castPath(r,e);var s=0,a=r.length;while(e!=null&&s<a){e=e[toKey(r[s++])]}return s&&s==a?e:t}function baseGetAllKeys(e,r,t){var s=r(e);return Rs(e)?s:arrayPush(s,t(e))}function baseGetTag(e){if(e==null){return e===t?le:ee}return Pr&&Pr in sr(e)?getRawTag(e):objectToString(e)}function baseGt(e,r){return e>r}function baseHas(e,r){return e!=null&&pr.call(e,r)}function baseHasIn(e,r){return e!=null&&r in sr(e)}function baseInRange(e,r,t){return e>=Gr(r,t)&&e<Wr(r,t)}function baseIntersection(e,s,a){var n=a?arrayIncludesWith:arrayIncludes,o=e[0].length,i=e.length,l=i,c=r(i),d=Infinity,u=[];while(l--){var p=e[l];if(l&&s){p=arrayMap(p,baseUnary(s))}d=Gr(p.length,d);c[l]=!a&&(s||o>=120&&p.length>=120)?new SetCache(l&&p):t}p=e[0];var f=-1,y=c[0];e:while(++f<o&&u.length<d){var g=p[f],h=s?s(g):g;g=a||g!==0?g:0;if(!(y?cacheHas(y,h):n(u,h,a))){l=i;while(--l){var b=c[l];if(!(b?cacheHas(b,h):n(e[l],h,a))){continue e}}if(y){y.push(h)}u.push(g)}}return u}function baseInverter(e,r,t,s){baseForOwn(e,(function(e,a,n){r(s,t(e),a,n)}));return s}function baseInvoke(e,r,s){r=castPath(r,e);e=parent(e,r);var a=e==null?e:e[toKey(last(r))];return a==null?t:apply(a,e,s)}function baseIsArguments(e){return isObjectLike(e)&&baseGetTag(e)==V}function baseIsArrayBuffer(e){return isObjectLike(e)&&baseGetTag(e)==ue}function baseIsDate(e){return isObjectLike(e)&&baseGetTag(e)==$}function baseIsEqual(e,r,t,s,a){if(e===r){return true}if(e==null||r==null||!isObjectLike(e)&&!isObjectLike(r)){return e!==e&&r!==r}return baseIsEqualDeep(e,r,t,s,baseIsEqual,a)}function baseIsEqualDeep(e,r,t,s,a,n){var o=Rs(e),i=Rs(r),l=o?G:Vt(e),c=i?G:Vt(r);l=l==V?re:l;c=c==V?re:c;var d=l==re,u=c==re,p=l==c;if(p&&Ts(e)){if(!Ts(r)){return false}o=true;d=false}if(p&&!d){n||(n=new Stack);return o||qs(e)?equalArrays(e,r,t,s,a,n):equalByTag(e,r,l,t,s,a,n)}if(!(t&y)){var f=d&&pr.call(e,"__wrapped__"),g=u&&pr.call(r,"__wrapped__");if(f||g){var h=f?e.value():e,b=g?r.value():r;n||(n=new Stack);return a(h,b,t,s,n)}}if(!p){return false}n||(n=new Stack);return equalObjects(e,r,t,s,a,n)}function baseIsMap(e){return isObjectLike(e)&&Vt(e)==Z}function baseIsMatch(e,r,s,a){var n=s.length,o=n,i=!a;if(e==null){return!o}e=sr(e);while(n--){var l=s[n];if(i&&l[2]?l[1]!==e[l[0]]:!(l[0]in e)){return false}}while(++n<o){l=s[n];var c=l[0],d=e[c],u=l[1];if(i&&l[2]){if(d===t&&!(c in e)){return false}}else{var p=new Stack;if(a){var f=a(d,u,c,e,r,p)}if(!(f===t?baseIsEqual(u,d,y|g,a,p):f)){return false}}}return true}function baseIsNative(e){if(!isObject(e)||isMasked(e)){return false}var r=isFunction(e)?br:Je;return r.test(toSource(e))}function baseIsRegExp(e){return isObjectLike(e)&&baseGetTag(e)==ae}function baseIsSet(e){return isObjectLike(e)&&Vt(e)==ne}function baseIsTypedArray(e){return isObjectLike(e)&&isLength(e.length)&&!!Yr[baseGetTag(e)]}function baseIteratee(e){if(typeof e=="function"){return e}if(e==null){return identity}if(typeof e=="object"){return Rs(e)?baseMatchesProperty(e[0],e[1]):baseMatches(e)}return property(e)}function baseKeys(e){if(!isPrototype(e)){return qr(e)}var r=[];for(var t in sr(e)){if(pr.call(e,t)&&t!="constructor"){r.push(t)}}return r}function baseKeysIn(e){if(!isObject(e)){return nativeKeysIn(e)}var r=isPrototype(e),t=[];for(var s in e){if(!(s=="constructor"&&(r||!pr.call(e,s)))){t.push(s)}}return t}function baseLt(e,r){return e<r}function baseMap(e,t){var s=-1,a=isArrayLike(e)?r(e.length):[];At(e,(function(e,r,n){a[++s]=t(e,r,n)}));return a}function baseMatches(e){var r=getMatchData(e);if(r.length==1&&r[0][2]){return matchesStrictComparable(r[0][0],r[0][1])}return function(t){return t===e||baseIsMatch(t,e,r)}}function baseMatchesProperty(e,r){if(isKey(e)&&isStrictComparable(r)){return matchesStrictComparable(toKey(e),r)}return function(s){var a=get(s,e);return a===t&&a===r?hasIn(s,e):baseIsEqual(r,a,y|g)}}function baseMerge(e,r,s,a,n){if(e===r){return}Rt(r,(function(o,i){n||(n=new Stack);if(isObject(o)){baseMergeDeep(e,r,i,s,baseMerge,a,n)}else{var l=a?a(safeGet(e,i),o,i+"",e,r,n):t;if(l===t){l=o}assignMergeValue(e,i,l)}}),keysIn)}function baseMergeDeep(e,r,s,a,n,o,i){var l=safeGet(e,s),c=safeGet(r,s),d=i.get(c);if(d){assignMergeValue(e,s,d);return}var u=o?o(l,c,s+"",e,r,i):t;var p=u===t;if(p){var f=Rs(c),y=!f&&Ts(c),g=!f&&!y&&qs(c);u=c;if(f||y||g){if(Rs(l)){u=l}else if(isArrayLikeObject(l)){u=copyArray(l)}else if(y){p=false;u=cloneBuffer(c,true)}else if(g){p=false;u=cloneTypedArray(c,true)}else{u=[]}}else if(isPlainObject(c)||Os(c)){u=l;if(Os(l)){u=toPlainObject(l)}else if(!isObject(l)||isFunction(l)){u=initCloneObject(c)}}else{p=false}}if(p){i.set(c,u);n(u,c,a,o,i);i["delete"](c)}assignMergeValue(e,s,u)}function baseNth(e,r){var s=e.length;if(!s){return}r+=r<0?s:0;return isIndex(r,s)?e[r]:t}function baseOrderBy(e,r,t){if(r.length){r=arrayMap(r,(function(e){if(Rs(e)){return function(r){return baseGet(r,e.length===1?e[0]:e)}}return e}))}else{r=[identity]}var s=-1;r=arrayMap(r,baseUnary(getIteratee()));var a=baseMap(e,(function(e,t,a){var n=arrayMap(r,(function(r){return r(e)}));return{criteria:n,index:++s,value:e}}));return baseSortBy(a,(function(e,r){return compareMultiple(e,r,t)}))}function basePick(e,r){return basePickBy(e,r,(function(r,t){return hasIn(e,t)}))}function basePickBy(e,r,t){var s=-1,a=r.length,n={};while(++s<a){var o=r[s],i=baseGet(e,o);if(t(i,o)){baseSet(n,castPath(o,e),i)}}return n}function basePropertyDeep(e){return function(r){return baseGet(r,e)}}function basePullAll(e,r,t,s){var a=s?baseIndexOfWith:baseIndexOf,n=-1,o=r.length,i=e;if(e===r){r=copyArray(r)}if(t){i=arrayMap(e,baseUnary(t))}while(++n<o){var l=0,c=r[n],d=t?t(c):c;while((l=a(i,d,l,s))>-1){if(i!==e){kr.call(i,l,1)}kr.call(e,l,1)}}return e}function basePullAt(e,r){var t=e?r.length:0,s=t-1;while(t--){var a=r[t];if(t==s||a!==n){var n=a;if(isIndex(a)){kr.call(e,a,1)}else{baseUnset(e,a)}}}return e}function baseRandom(e,r){return e+Tr($r()*(r-e+1))}function baseRange(e,t,s,a){var n=-1,o=Wr(Fr((t-e)/(s||1)),0),i=r(o);while(o--){i[a?o:++n]=e;e+=s}return i}function baseRepeat(e,r){var t="";if(!e||r<1||r>M){return t}do{if(r%2){t+=e}r=Tr(r/2);if(r){e+=e}}while(r);return t}function baseRest(e,r){return $t(overRest(e,r,identity),e+"")}function baseSample(e){return arraySample(values(e))}function baseSampleSize(e,r){var t=values(e);return shuffleSelf(t,baseClamp(r,0,t.length))}function baseSet(e,r,s,a){if(!isObject(e)){return e}r=castPath(r,e);var n=-1,o=r.length,i=o-1,l=e;while(l!=null&&++n<o){var c=toKey(r[n]),d=s;if(c==="__proto__"||c==="constructor"||c==="prototype"){return e}if(n!=i){var u=l[c];d=a?a(u,c,l):t;if(d===t){d=isObject(u)?u:isIndex(r[n+1])?[]:{}}}assignValue(l,c,d);l=l[c]}return e}var Tt=!ct?identity:function(e,r){ct.set(e,r);return e};var Mt=!Ir?identity:function(e,r){return Ir(e,"toString",{configurable:true,enumerable:false,value:constant(r),writable:true})};function baseShuffle(e){return shuffleSelf(values(e))}function baseSlice(e,t,s){var a=-1,n=e.length;if(t<0){t=-t>n?0:n+t}s=s>n?n:s;if(s<0){s+=n}n=t>s?0:s-t>>>0;t>>>=0;var o=r(n);while(++a<n){o[a]=e[a+t]}return o}function baseSome(e,r){var t;At(e,(function(e,s,a){t=r(e,s,a);return!t}));return!!t}function baseSortedIndex(e,r,t){var s=0,a=e==null?s:e.length;if(typeof r=="number"&&r===r&&a<=W){while(s<a){var n=s+a>>>1,o=e[n];if(o!==null&&!isSymbol(o)&&(t?o<=r:o<r)){s=n+1}else{a=n}}return a}return baseSortedIndexBy(e,r,identity,t)}function baseSortedIndexBy(e,r,s,a){var n=0,o=e==null?0:e.length;if(o===0){return 0}r=s(r);var i=r!==r,l=r===null,c=isSymbol(r),d=r===t;while(n<o){var u=Tr((n+o)/2),p=s(e[u]),f=p!==t,y=p===null,g=p===p,h=isSymbol(p);if(i){var b=a||g}else if(d){b=g&&(a||f)}else if(l){b=g&&f&&(a||!y)}else if(c){b=g&&f&&!y&&(a||!h)}else if(y||h){b=false}else{b=a?p<=r:p<r}if(b){n=u+1}else{o=u}}return Gr(o,q)}function baseSortedUniq(e,r){var t=-1,s=e.length,a=0,n=[];while(++t<s){var o=e[t],i=r?r(o):o;if(!t||!eq(i,l)){var l=i;n[a++]=o===0?0:o}}return n}function baseToNumber(e){if(typeof e=="number"){return e}if(isSymbol(e)){return B}return+e}function baseToString(e){if(typeof e=="string"){return e}if(Rs(e)){return arrayMap(e,baseToString)+""}if(isSymbol(e)){return Pt?Pt.call(e):""}var r=e+"";return r=="0"&&1/e==-F?"-0":r}function baseUniq(e,r,t){var s=-1,n=arrayIncludes,o=e.length,i=true,l=[],c=l;if(t){i=false;n=arrayIncludesWith}else if(o>=a){var d=r?null:Lt(e);if(d){return setToArray(d)}i=false;n=cacheHas;c=new SetCache}else{c=r?[]:l}e:while(++s<o){var u=e[s],p=r?r(u):u;u=t||u!==0?u:0;if(i&&p===p){var f=c.length;while(f--){if(c[f]===p){continue e}}if(r){c.push(p)}l.push(u)}else if(!n(c,p,t)){if(c!==l){c.push(p)}l.push(u)}}return l}function baseUnset(e,r){r=castPath(r,e);e=parent(e,r);return e==null||delete e[toKey(last(r))]}function baseUpdate(e,r,t,s){return baseSet(e,r,t(baseGet(e,r)),s)}function baseWhile(e,r,t,s){var a=e.length,n=s?a:-1;while((s?n--:++n<a)&&r(e[n],n,e)){}return t?baseSlice(e,s?0:n,s?n+1:a):baseSlice(e,s?n+1:0,s?a:n)}function baseWrapperValue(e,r){var t=e;if(t instanceof LazyWrapper){t=t.value()}return arrayReduce(r,(function(e,r){return r.func.apply(r.thisArg,arrayPush([e],r.args))}),t)}function baseXor(e,t,s){var a=e.length;if(a<2){return a?baseUniq(e[0]):[]}var n=-1,o=r(a);while(++n<a){var i=e[n],l=-1;while(++l<a){if(l!=n){o[n]=baseDifference(o[n]||i,e[l],t,s)}}}return baseUniq(baseFlatten(o,1),t,s)}function baseZipObject(e,r,s){var a=-1,n=e.length,o=r.length,i={};while(++a<n){var l=a<o?r[a]:t;s(i,e[a],l)}return i}function castArrayLikeObject(e){return isArrayLikeObject(e)?e:[]}function castFunction(e){return typeof e=="function"?e:identity}function castPath(e,r){if(Rs(e)){return e}return isKey(e,r)?[e]:Kt(toString(e))}var Nt=baseRest;function castSlice(e,r,s){var a=e.length;s=s===t?a:s;return!r&&s>=a?e:baseSlice(e,r,s)}var Bt=Ar||function(e){return ot.clearTimeout(e)};function cloneBuffer(e,r){if(r){return e.slice()}var t=e.length,s=wr?wr(t):new e.constructor(t);e.copy(s);return s}function cloneArrayBuffer(e){var r=new e.constructor(e.byteLength);new jr(r).set(new jr(e));return r}function cloneDataView(e,r){var t=r?cloneArrayBuffer(e.buffer):e.buffer;return new e.constructor(t,e.byteOffset,e.byteLength)}function cloneRegExp(e){var r=new e.constructor(e.source,ze.exec(e));r.lastIndex=e.lastIndex;return r}function cloneSymbol(e){return Ct?sr(Ct.call(e)):{}}function cloneTypedArray(e,r){var t=r?cloneArrayBuffer(e.buffer):e.buffer;return new e.constructor(t,e.byteOffset,e.length)}function compareAscending(e,r){if(e!==r){var s=e!==t,a=e===null,n=e===e,o=isSymbol(e);var i=r!==t,l=r===null,c=r===r,d=isSymbol(r);if(!l&&!d&&!o&&e>r||o&&i&&c&&!l&&!d||a&&i&&c||!s&&c||!n){return 1}if(!a&&!o&&!d&&e<r||d&&s&&n&&!a&&!o||l&&s&&n||!i&&n||!c){return-1}}return 0}function compareMultiple(e,r,t){var s=-1,a=e.criteria,n=r.criteria,o=a.length,i=t.length;while(++s<o){var l=compareAscending(a[s],n[s]);if(l){if(s>=i){return l}var c=t[s];return l*(c=="desc"?-1:1)}}return e.index-r.index}function composeArgs(e,t,s,a){var n=-1,o=e.length,i=s.length,l=-1,c=t.length,d=Wr(o-i,0),u=r(c+d),p=!a;while(++l<c){u[l]=t[l]}while(++n<i){if(p||n<o){u[s[n]]=e[n]}}while(d--){u[l++]=e[n++]}return u}function composeArgsRight(e,t,s,a){var n=-1,o=e.length,i=-1,l=s.length,c=-1,d=t.length,u=Wr(o-l,0),p=r(u+d),f=!a;while(++n<u){p[n]=e[n]}var y=n;while(++c<d){p[y+c]=t[c]}while(++i<l){if(f||n<o){p[y+s[i]]=e[n++]}}return p}function copyArray(e,t){var s=-1,a=e.length;t||(t=r(a));while(++s<a){t[s]=e[s]}return t}function copyObject(e,r,s,a){var n=!s;s||(s={});var o=-1,i=r.length;while(++o<i){var l=r[o];var c=a?a(s[l],e[l],l,s,e):t;if(c===t){c=e[l]}if(n){baseAssignValue(s,l,c)}else{assignValue(s,l,c)}}return s}function copySymbols(e,r){return copyObject(e,Wt(e),r)}function copySymbolsIn(e,r){return copyObject(e,Ut(e),r)}function createAggregator(e,r){return function(t,s){var a=Rs(t)?arrayAggregator:baseAggregator,n=r?r():{};return a(t,e,getIteratee(s,2),n)}}function createAssigner(e){return baseRest((function(r,s){var a=-1,n=s.length,o=n>1?s[n-1]:t,i=n>2?s[2]:t;o=e.length>3&&typeof o=="function"?(n--,o):t;if(i&&isIterateeCall(s[0],s[1],i)){o=n<3?t:o;n=1}r=sr(r);while(++a<n){var l=s[a];if(l){e(r,l,a,o)}}return r}))}function createBaseEach(e,r){return function(t,s){if(t==null){return t}if(!isArrayLike(t)){return e(t,s)}var a=t.length,n=r?a:-1,o=sr(t);while(r?n--:++n<a){if(s(o[n],n,o)===false){break}}return t}}function createBaseFor(e){return function(r,t,s){var a=-1,n=sr(r),o=s(r),i=o.length;while(i--){var l=o[e?i:++a];if(t(n[l],l,n)===false){break}}return r}}function createBind(e,r,t){var s=r&h,a=createCtor(e);function wrapper(){var r=this&&this!==ot&&this instanceof wrapper?a:e;return r.apply(s?t:this,arguments)}return wrapper}function createCaseFirst(e){return function(r){r=toString(r);var s=hasUnicode(r)?stringToArray(r):t;var a=s?s[0]:r.charAt(0);var n=s?castSlice(s,1).join(""):r.slice(1);return a[e]()+n}}function createCompounder(e){return function(r){return arrayReduce(words(deburr(r).replace(Ur,"")),e,"")}}function createCtor(e){return function(){var r=arguments;switch(r.length){case 0:return new e;case 1:return new e(r[0]);case 2:return new e(r[0],r[1]);case 3:return new e(r[0],r[1],r[2]);case 4:return new e(r[0],r[1],r[2],r[3]);case 5:return new e(r[0],r[1],r[2],r[3],r[4]);case 6:return new e(r[0],r[1],r[2],r[3],r[4],r[5]);case 7:return new e(r[0],r[1],r[2],r[3],r[4],r[5],r[6])}var t=It(e.prototype),s=e.apply(t,r);return isObject(s)?s:t}}function createCurry(e,s,a){var n=createCtor(e);function wrapper(){var o=arguments.length,i=r(o),l=o,c=getHolder(wrapper);while(l--){i[l]=arguments[l]}var d=o<3&&i[0]!==c&&i[o-1]!==c?[]:replaceHolders(i,c);o-=d.length;if(o<a){return createRecurry(e,s,createHybrid,wrapper.placeholder,t,i,d,t,t,a-o)}var u=this&&this!==ot&&this instanceof wrapper?n:e;return apply(u,this,i)}return wrapper}function createFind(e){return function(r,s,a){var n=sr(r);if(!isArrayLike(r)){var o=getIteratee(s,3);r=keys(r);s=function(e){return o(n[e],e,n)}}var i=e(r,s,a);return i>-1?n[o?r[i]:i]:t}}function createFlow(e){return flatRest((function(r){var s=r.length,a=s,n=LodashWrapper.prototype.thru;if(e){r.reverse()}while(a--){var i=r[a];if(typeof i!="function"){throw new or(o)}if(n&&!l&&getFuncName(i)=="wrapper"){var l=new LodashWrapper([],true)}}a=l?a:s;while(++a<s){i=r[a];var c=getFuncName(i),d=c=="wrapper"?qt(i):t;if(d&&isLaziable(d[0])&&d[1]==(_|v|w|S)&&!d[4].length&&d[9]==1){l=l[getFuncName(d[0])].apply(l,d[3])}else{l=i.length==1&&isLaziable(i)?l[c]():l.thru(i)}}return function(){var e=arguments,t=e[0];if(l&&e.length==1&&Rs(t)){return l.plant(t).value()}var a=0,n=s?r[a].apply(this,e):t;while(++a<s){n=r[a].call(this,n)}return n}}))}function createHybrid(e,s,a,n,o,i,l,c,d,u){var p=s&_,f=s&h,y=s&b,g=s&(v|j),x=s&k,w=y?t:createCtor(e);function wrapper(){var t=arguments.length,h=r(t),b=t;while(b--){h[b]=arguments[b]}if(g){var v=getHolder(wrapper),j=countHolders(h,v)}if(n){h=composeArgs(h,n,o,g)}if(i){h=composeArgsRight(h,i,l,g)}t-=j;if(g&&t<u){var E=replaceHolders(h,v);return createRecurry(e,s,createHybrid,wrapper.placeholder,a,h,E,c,d,u-t)}var _=f?a:this,S=y?_[e]:e;t=h.length;if(c){h=reorder(h,c)}else if(x&&t>1){h.reverse()}if(p&&d<t){h.length=d}if(this&&this!==ot&&this instanceof wrapper){S=w||createCtor(S)}return S.apply(_,h)}return wrapper}function createInverter(e,r){return function(t,s){return baseInverter(t,e,r(s),{})}}function createMathOperation(e,r){return function(s,a){var n;if(s===t&&a===t){return r}if(s!==t){n=s}if(a!==t){if(n===t){return a}if(typeof s=="string"||typeof a=="string"){s=baseToString(s);a=baseToString(a)}else{s=baseToNumber(s);a=baseToNumber(a)}n=e(s,a)}return n}}function createOver(e){return flatRest((function(r){r=arrayMap(r,baseUnary(getIteratee()));return baseRest((function(t){var s=this;return e(r,(function(e){return apply(e,s,t)}))}))}))}function createPadding(e,r){r=r===t?" ":baseToString(r);var s=r.length;if(s<2){return s?baseRepeat(r,e):r}var a=baseRepeat(r,Fr(e/stringSize(r)));return hasUnicode(r)?castSlice(stringToArray(a),0,e).join(""):a.slice(0,e)}function createPartial(e,t,s,a){var n=t&h,o=createCtor(e);function wrapper(){var t=-1,i=arguments.length,l=-1,c=a.length,d=r(c+i),u=this&&this!==ot&&this instanceof wrapper?o:e;while(++l<c){d[l]=a[l]}while(i--){d[l++]=arguments[++t]}return apply(u,n?s:this,d)}return wrapper}function createRange(e){return function(r,s,a){if(a&&typeof a!="number"&&isIterateeCall(r,s,a)){s=a=t}r=toFinite(r);if(s===t){s=r;r=0}else{s=toFinite(s)}a=a===t?r<s?1:-1:toFinite(a);return baseRange(r,s,a,e)}}function createRelationalOperation(e){return function(r,t){if(!(typeof r=="string"&&typeof t=="string")){r=toNumber(r);t=toNumber(t)}return e(r,t)}}function createRecurry(e,r,s,a,n,o,i,l,c,d){var u=r&v,p=u?i:t,f=u?t:i,y=u?o:t,g=u?t:o;r|=u?w:E;r&=~(u?E:w);if(!(r&x)){r&=~(h|b)}var j=[e,r,n,y,p,g,f,l,c,d];var _=s.apply(t,j);if(isLaziable(e)){Ht(_,j)}_.placeholder=a;return setWrapToString(_,e,r)}function createRound(e){var r=tr[e];return function(e,t){e=toNumber(e);t=t==null?0:Gr(toInteger(t),292);if(t&&Br(e)){var s=(toString(e)+"e").split("e"),a=r(s[0]+"e"+(+s[1]+t));s=(toString(a)+"e").split("e");return+(s[0]+"e"+(+s[1]-t))}return r(e)}}var Lt=!(at&&1/setToArray(new at([,-0]))[1]==F)?noop:function(e){return new at(e)};function createToPairs(e){return function(r){var t=Vt(r);if(t==Z){return mapToArray(r)}if(t==ne){return setToPairs(r)}return baseToPairs(r,e(r))}}function createWrap(e,r,s,a,n,i,l,c){var d=r&b;if(!d&&typeof e!="function"){throw new or(o)}var u=a?a.length:0;if(!u){r&=~(w|E);a=n=t}l=l===t?l:Wr(toInteger(l),0);c=c===t?c:toInteger(c);u-=n?n.length:0;if(r&E){var p=a,f=n;a=n=t}var y=d?t:qt(e);var g=[e,r,s,a,n,p,f,i,l,c];if(y){mergeData(g,y)}e=g[0];r=g[1];s=g[2];a=g[3];n=g[4];c=g[9]=g[9]===t?d?0:e.length:Wr(g[9]-u,0);if(!c&&r&(v|j)){r&=~(v|j)}if(!r||r==h){var x=createBind(e,r,s)}else if(r==v||r==j){x=createCurry(e,r,c)}else if((r==w||r==(h|w))&&!n.length){x=createPartial(e,r,s,a)}else{x=createHybrid.apply(t,g)}var _=y?Tt:Ht;return setWrapToString(_(x,g),e,r)}function customDefaultsAssignIn(e,r,s,a){if(e===t||eq(e,cr[s])&&!pr.call(a,s)){return r}return e}function customDefaultsMerge(e,r,s,a,n,o){if(isObject(e)&&isObject(r)){o.set(r,e);baseMerge(e,r,t,customDefaultsMerge,o);o["delete"](r)}return e}function customOmitClone(e){return isPlainObject(e)?t:e}function equalArrays(e,r,s,a,n,o){var i=s&y,l=e.length,c=r.length;if(l!=c&&!(i&&c>l)){return false}var d=o.get(e);var u=o.get(r);if(d&&u){return d==r&&u==e}var p=-1,f=true,h=s&g?new SetCache:t;o.set(e,r);o.set(r,e);while(++p<l){var b=e[p],x=r[p];if(a){var v=i?a(x,b,p,r,e,o):a(b,x,p,e,r,o)}if(v!==t){if(v){continue}f=false;break}if(h){if(!arraySome(r,(function(e,r){if(!cacheHas(h,r)&&(b===e||n(b,e,s,a,o))){return h.push(r)}}))){f=false;break}}else if(!(b===x||n(b,x,s,a,o))){f=false;break}}o["delete"](e);o["delete"](r);return f}function equalByTag(e,r,t,s,a,n,o){switch(t){case pe:if(e.byteLength!=r.byteLength||e.byteOffset!=r.byteOffset){return false}e=e.buffer;r=r.buffer;case ue:if(e.byteLength!=r.byteLength||!n(new jr(e),new jr(r))){return false}return true;case z:case $:case Q:return eq(+e,+r);case J:return e.name==r.name&&e.message==r.message;case ae:case oe:return e==r+"";case Z:var i=mapToArray;case ne:var l=s&y;i||(i=setToArray);if(e.size!=r.size&&!l){return false}var c=o.get(e);if(c){return c==r}s|=g;o.set(e,r);var d=equalArrays(i(e),i(r),s,a,n,o);o["delete"](e);return d;case ie:if(Ct){return Ct.call(e)==Ct.call(r)}}return false}function equalObjects(e,r,s,a,n,o){var i=s&y,l=getAllKeys(e),c=l.length,d=getAllKeys(r),u=d.length;if(c!=u&&!i){return false}var p=c;while(p--){var f=l[p];if(!(i?f in r:pr.call(r,f))){return false}}var g=o.get(e);var h=o.get(r);if(g&&h){return g==r&&h==e}var b=true;o.set(e,r);o.set(r,e);var x=i;while(++p<c){f=l[p];var v=e[f],j=r[f];if(a){var w=i?a(j,v,f,r,e,o):a(v,j,f,e,r,o)}if(!(w===t?v===j||n(v,j,s,a,o):w)){b=false;break}x||(x=f=="constructor")}if(b&&!x){var E=e.constructor,_=r.constructor;if(E!=_&&("constructor"in e&&"constructor"in r)&&!(typeof E=="function"&&E instanceof E&&typeof _=="function"&&_ instanceof _)){b=false}}o["delete"](e);o["delete"](r);return b}function flatRest(e){return $t(overRest(e,t,flatten),e+"")}function getAllKeys(e){return baseGetAllKeys(e,keys,Wt)}function getAllKeysIn(e){return baseGetAllKeys(e,keysIn,Ut)}var qt=!ct?noop:function(e){return ct.get(e)};function getFuncName(e){var r=e.name+"",t=ut[r],s=pr.call(ut,r)?t.length:0;while(s--){var a=t[s],n=a.func;if(n==null||n==e){return a.name}}return r}function getHolder(e){var r=pr.call(lodash,"placeholder")?lodash:e;return r.placeholder}function getIteratee(){var e=lodash.iteratee||iteratee;e=e===iteratee?baseIteratee:e;return arguments.length?e(arguments[0],arguments[1]):e}function getMapData(e,r){var t=e.__data__;return isKeyable(r)?t[typeof r=="string"?"string":"hash"]:t.map}function getMatchData(e){var r=keys(e),t=r.length;while(t--){var s=r[t],a=e[s];r[t]=[s,a,isStrictComparable(a)]}return r}function getNative(e,r){var s=getValue(e,r);return baseIsNative(s)?s:t}function getRawTag(e){var r=pr.call(e,Pr),s=e[Pr];try{e[Pr]=t;var a=true}catch(e){}var n=mr.call(e);if(a){if(r){e[Pr]=s}else{delete e[Pr]}}return n}var Wt=!Mr?stubArray:function(e){if(e==null){return[]}e=sr(e);return arrayFilter(Mr(e),(function(r){return Sr.call(e,r)}))};var Ut=!Mr?stubArray:function(e){var r=[];while(e){arrayPush(r,Wt(e));e=Er(e)}return r};var Vt=baseGetTag;if(Qr&&Vt(new Qr(new ArrayBuffer(1)))!=pe||et&&Vt(new et)!=Z||rt&&Vt(rt.resolve())!=te||at&&Vt(new at)!=ne||nt&&Vt(new nt)!=ce){Vt=function(e){var r=baseGetTag(e),s=r==re?e.constructor:t,a=s?toSource(s):"";if(a){switch(a){case pt:return pe;case xt:return Z;case Et:return te;case St:return ne;case kt:return ce}}return r}}function getView(e,r,t){var s=-1,a=t.length;while(++s<a){var n=t[s],o=n.size;switch(n.type){case"drop":e+=o;break;case"dropRight":r-=o;break;case"take":r=Gr(r,e+o);break;case"takeRight":e=Wr(e,r-o);break}}return{start:e,end:r}}function getWrapDetails(e){var r=e.match(qe);return r?r[1].split(We):[]}function hasPath(e,r,t){r=castPath(r,e);var s=-1,a=r.length,n=false;while(++s<a){var o=toKey(r[s]);if(!(n=e!=null&&t(e,o))){break}e=e[o]}if(n||++s!=a){return n}a=e==null?0:e.length;return!!a&&isLength(a)&&isIndex(o,a)&&(Rs(e)||Os(e))}function initCloneArray(e){var r=e.length,t=new e.constructor(r);if(r&&typeof e[0]=="string"&&pr.call(e,"index")){t.index=e.index;t.input=e.input}return t}function initCloneObject(e){return typeof e.constructor=="function"&&!isPrototype(e)?It(Er(e)):{}}function initCloneByTag(e,r,t){var s=e.constructor;switch(r){case ue:return cloneArrayBuffer(e);case z:case $:return new s(+e);case pe:return cloneDataView(e,t);case fe:case ye:case me:case ge:case he:case be:case xe:case ve:case je:return cloneTypedArray(e,t);case Z:return new s;case Q:case oe:return new s(e);case ae:return cloneRegExp(e);case ne:return new s;case ie:return cloneSymbol(e)}}function insertWrapDetails(e,r){var t=r.length;if(!t){return e}var s=t-1;r[s]=(t>1?"& ":"")+r[s];r=r.join(t>2?", ":" ");return e.replace(Le,"{\n/* [wrapped with "+r+"] */\n")}function isFlattenable(e){return Rs(e)||Os(e)||!!(Dr&&e&&e[Dr])}function isIndex(e,r){var t=typeof e;r=r==null?M:r;return!!r&&(t=="number"||t!="symbol"&&Xe.test(e))&&(e>-1&&e%1==0&&e<r)}function isIterateeCall(e,r,t){if(!isObject(t)){return false}var s=typeof r;if(s=="number"?isArrayLike(t)&&isIndex(r,t.length):s=="string"&&r in t){return eq(t[r],e)}return false}function isKey(e,r){if(Rs(e)){return false}var t=typeof e;if(t=="number"||t=="symbol"||t=="boolean"||e==null||isSymbol(e)){return true}return Re.test(e)||!Oe.test(e)||r!=null&&e in sr(r)}function isKeyable(e){var r=typeof e;return r=="string"||r=="number"||r=="symbol"||r=="boolean"?e!=="__proto__":e===null}function isLaziable(e){var r=getFuncName(e),t=lodash[r];if(typeof t!="function"||!(r in LazyWrapper.prototype)){return false}if(e===t){return true}var s=qt(t);return!!s&&e===s[0]}function isMasked(e){return!!yr&&yr in e}var Gt=dr?isFunction:stubFalse;function isPrototype(e){var r=e&&e.constructor,t=typeof r=="function"&&r.prototype||cr;return e===t}function isStrictComparable(e){return e===e&&!isObject(e)}function matchesStrictComparable(e,r){return function(s){if(s==null){return false}return s[e]===r&&(r!==t||e in sr(s))}}function memoizeCapped(e){var r=memoize(e,(function(e){if(t.size===c){t.clear()}return e}));var t=r.cache;return r}function mergeData(e,r){var t=e[1],s=r[1],a=t|s,n=a<(h|b|_);var o=s==_&&t==v||s==_&&t==S&&e[7].length<=r[8]||s==(_|S)&&r[7].length<=r[8]&&t==v;if(!(n||o)){return e}if(s&h){e[2]=r[2];a|=t&h?0:x}var i=r[3];if(i){var l=e[3];e[3]=l?composeArgs(l,i,r[4]):i;e[4]=l?replaceHolders(e[3],d):r[4]}i=r[5];if(i){l=e[5];e[5]=l?composeArgsRight(l,i,r[6]):i;e[6]=l?replaceHolders(e[5],d):r[6]}i=r[7];if(i){e[7]=i}if(s&_){e[8]=e[8]==null?r[8]:Gr(e[8],r[8])}if(e[9]==null){e[9]=r[9]}e[0]=r[0];e[1]=a;return e}function nativeKeysIn(e){var r=[];if(e!=null){for(var t in sr(e)){r.push(t)}}return r}function objectToString(e){return mr.call(e)}function overRest(e,s,a){s=Wr(s===t?e.length-1:s,0);return function(){var t=arguments,n=-1,o=Wr(t.length-s,0),i=r(o);while(++n<o){i[n]=t[s+n]}n=-1;var l=r(s+1);while(++n<s){l[n]=t[n]}l[s]=a(i);return apply(e,this,l)}}function parent(e,r){return r.length<2?e:baseGet(e,baseSlice(r,0,-1))}function reorder(e,r){var s=e.length,a=Gr(r.length,s),n=copyArray(e);while(a--){var o=r[a];e[a]=isIndex(o,s)?n[o]:t}return e}function safeGet(e,r){if(r==="constructor"&&typeof e[r]==="function"){return}if(r=="__proto__"){return}return e[r]}var Ht=shortOut(Tt);var zt=Rr||function(e,r){return ot.setTimeout(e,r)};var $t=shortOut(Mt);function setWrapToString(e,r,t){var s=r+"";return $t(e,insertWrapDetails(s,updateWrapDetails(getWrapDetails(s),t)))}function shortOut(e){var r=0,s=0;return function(){var a=Hr(),n=I-(a-s);s=a;if(n>0){if(++r>=P){return arguments[0]}}else{r=0}return e.apply(t,arguments)}}function shuffleSelf(e,r){var s=-1,a=e.length,n=a-1;r=r===t?a:r;while(++s<r){var o=baseRandom(s,n),i=e[o];e[o]=e[s];e[s]=i}e.length=r;return e}var Kt=memoizeCapped((function(e){var r=[];if(e.charCodeAt(0)===46){r.push("")}e.replace(Fe,(function(e,t,s,a){r.push(s?a.replace(Ge,"$1"):t||e)}));return r}));function toKey(e){if(typeof e=="string"||isSymbol(e)){return e}var r=e+"";return r=="0"&&1/e==-F?"-0":r}function toSource(e){if(e!=null){try{return ur.call(e)}catch(e){}try{return e+""}catch(e){}}return""}function updateWrapDetails(e,r){arrayEach(U,(function(t){var s="_."+t[0];if(r&t[1]&&!arrayIncludes(e,s)){e.push(s)}}));return e.sort()}function wrapperClone(e){if(e instanceof LazyWrapper){return e.clone()}var r=new LodashWrapper(e.__wrapped__,e.__chain__);r.__actions__=copyArray(e.__actions__);r.__index__=e.__index__;r.__values__=e.__values__;return r}function chunk(e,s,a){if(a?isIterateeCall(e,s,a):s===t){s=1}else{s=Wr(toInteger(s),0)}var n=e==null?0:e.length;if(!n||s<1){return[]}var o=0,i=0,l=r(Fr(n/s));while(o<n){l[i++]=baseSlice(e,o,o+=s)}return l}function compact(e){var r=-1,t=e==null?0:e.length,s=0,a=[];while(++r<t){var n=e[r];if(n){a[s++]=n}}return a}function concat(){var e=arguments.length;if(!e){return[]}var t=r(e-1),s=arguments[0],a=e;while(a--){t[a-1]=arguments[a]}return arrayPush(Rs(s)?copyArray(s):[s],baseFlatten(t,1))}var Jt=baseRest((function(e,r){return isArrayLikeObject(e)?baseDifference(e,baseFlatten(r,1,isArrayLikeObject,true)):[]}));var Yt=baseRest((function(e,r){var s=last(r);if(isArrayLikeObject(s)){s=t}return isArrayLikeObject(e)?baseDifference(e,baseFlatten(r,1,isArrayLikeObject,true),getIteratee(s,2)):[]}));var Xt=baseRest((function(e,r){var s=last(r);if(isArrayLikeObject(s)){s=t}return isArrayLikeObject(e)?baseDifference(e,baseFlatten(r,1,isArrayLikeObject,true),t,s):[]}));function drop(e,r,s){var a=e==null?0:e.length;if(!a){return[]}r=s||r===t?1:toInteger(r);return baseSlice(e,r<0?0:r,a)}function dropRight(e,r,s){var a=e==null?0:e.length;if(!a){return[]}r=s||r===t?1:toInteger(r);r=a-r;return baseSlice(e,0,r<0?0:r)}function dropRightWhile(e,r){return e&&e.length?baseWhile(e,getIteratee(r,3),true,true):[]}function dropWhile(e,r){return e&&e.length?baseWhile(e,getIteratee(r,3),true):[]}function fill(e,r,t,s){var a=e==null?0:e.length;if(!a){return[]}if(t&&typeof t!="number"&&isIterateeCall(e,r,t)){t=0;s=a}return baseFill(e,r,t,s)}function findIndex(e,r,t){var s=e==null?0:e.length;if(!s){return-1}var a=t==null?0:toInteger(t);if(a<0){a=Wr(s+a,0)}return baseFindIndex(e,getIteratee(r,3),a)}function findLastIndex(e,r,s){var a=e==null?0:e.length;if(!a){return-1}var n=a-1;if(s!==t){n=toInteger(s);n=s<0?Wr(a+n,0):Gr(n,a-1)}return baseFindIndex(e,getIteratee(r,3),n,true)}function flatten(e){var r=e==null?0:e.length;return r?baseFlatten(e,1):[]}function flattenDeep(e){var r=e==null?0:e.length;return r?baseFlatten(e,F):[]}function flattenDepth(e,r){var s=e==null?0:e.length;if(!s){return[]}r=r===t?1:toInteger(r);return baseFlatten(e,r)}function fromPairs(e){var r=-1,t=e==null?0:e.length,s={};while(++r<t){var a=e[r];s[a[0]]=a[1]}return s}function head(e){return e&&e.length?e[0]:t}function indexOf(e,r,t){var s=e==null?0:e.length;if(!s){return-1}var a=t==null?0:toInteger(t);if(a<0){a=Wr(s+a,0)}return baseIndexOf(e,r,a)}function initial(e){var r=e==null?0:e.length;return r?baseSlice(e,0,-1):[]}var Zt=baseRest((function(e){var r=arrayMap(e,castArrayLikeObject);return r.length&&r[0]===e[0]?baseIntersection(r):[]}));var Qt=baseRest((function(e){var r=last(e),s=arrayMap(e,castArrayLikeObject);if(r===last(s)){r=t}else{s.pop()}return s.length&&s[0]===e[0]?baseIntersection(s,getIteratee(r,2)):[]}));var es=baseRest((function(e){var r=last(e),s=arrayMap(e,castArrayLikeObject);r=typeof r=="function"?r:t;if(r){s.pop()}return s.length&&s[0]===e[0]?baseIntersection(s,t,r):[]}));function join(e,r){return e==null?"":Lr.call(e,r)}function last(e){var r=e==null?0:e.length;return r?e[r-1]:t}function lastIndexOf(e,r,s){var a=e==null?0:e.length;if(!a){return-1}var n=a;if(s!==t){n=toInteger(s);n=n<0?Wr(a+n,0):Gr(n,a-1)}return r===r?strictLastIndexOf(e,r,n):baseFindIndex(e,baseIsNaN,n,true)}function nth(e,r){return e&&e.length?baseNth(e,toInteger(r)):t}var rs=baseRest(pullAll);function pullAll(e,r){return e&&e.length&&r&&r.length?basePullAll(e,r):e}function pullAllBy(e,r,t){return e&&e.length&&r&&r.length?basePullAll(e,r,getIteratee(t,2)):e}function pullAllWith(e,r,s){return e&&e.length&&r&&r.length?basePullAll(e,r,t,s):e}var ts=flatRest((function(e,r){var t=e==null?0:e.length,s=baseAt(e,r);basePullAt(e,arrayMap(r,(function(e){return isIndex(e,t)?+e:e})).sort(compareAscending));return s}));function remove(e,r){var t=[];if(!(e&&e.length)){return t}var s=-1,a=[],n=e.length;r=getIteratee(r,3);while(++s<n){var o=e[s];if(r(o,s,e)){t.push(o);a.push(s)}}basePullAt(e,a);return t}function reverse(e){return e==null?e:Zr.call(e)}function slice(e,r,s){var a=e==null?0:e.length;if(!a){return[]}if(s&&typeof s!="number"&&isIterateeCall(e,r,s)){r=0;s=a}else{r=r==null?0:toInteger(r);s=s===t?a:toInteger(s)}return baseSlice(e,r,s)}function sortedIndex(e,r){return baseSortedIndex(e,r)}function sortedIndexBy(e,r,t){return baseSortedIndexBy(e,r,getIteratee(t,2))}function sortedIndexOf(e,r){var t=e==null?0:e.length;if(t){var s=baseSortedIndex(e,r);if(s<t&&eq(e[s],r)){return s}}return-1}function sortedLastIndex(e,r){return baseSortedIndex(e,r,true)}function sortedLastIndexBy(e,r,t){return baseSortedIndexBy(e,r,getIteratee(t,2),true)}function sortedLastIndexOf(e,r){var t=e==null?0:e.length;if(t){var s=baseSortedIndex(e,r,true)-1;if(eq(e[s],r)){return s}}return-1}function sortedUniq(e){return e&&e.length?baseSortedUniq(e):[]}function sortedUniqBy(e,r){return e&&e.length?baseSortedUniq(e,getIteratee(r,2)):[]}function tail(e){var r=e==null?0:e.length;return r?baseSlice(e,1,r):[]}function take(e,r,s){if(!(e&&e.length)){return[]}r=s||r===t?1:toInteger(r);return baseSlice(e,0,r<0?0:r)}function takeRight(e,r,s){var a=e==null?0:e.length;if(!a){return[]}r=s||r===t?1:toInteger(r);r=a-r;return baseSlice(e,r<0?0:r,a)}function takeRightWhile(e,r){return e&&e.length?baseWhile(e,getIteratee(r,3),false,true):[]}function takeWhile(e,r){return e&&e.length?baseWhile(e,getIteratee(r,3)):[]}var ss=baseRest((function(e){return baseUniq(baseFlatten(e,1,isArrayLikeObject,true))}));var as=baseRest((function(e){var r=last(e);if(isArrayLikeObject(r)){r=t}return baseUniq(baseFlatten(e,1,isArrayLikeObject,true),getIteratee(r,2))}));var ns=baseRest((function(e){var r=last(e);r=typeof r=="function"?r:t;return baseUniq(baseFlatten(e,1,isArrayLikeObject,true),t,r)}));function uniq(e){return e&&e.length?baseUniq(e):[]}function uniqBy(e,r){return e&&e.length?baseUniq(e,getIteratee(r,2)):[]}function uniqWith(e,r){r=typeof r=="function"?r:t;return e&&e.length?baseUniq(e,t,r):[]}function unzip(e){if(!(e&&e.length)){return[]}var r=0;e=arrayFilter(e,(function(e){if(isArrayLikeObject(e)){r=Wr(e.length,r);return true}}));return baseTimes(r,(function(r){return arrayMap(e,baseProperty(r))}))}function unzipWith(e,r){if(!(e&&e.length)){return[]}var s=unzip(e);if(r==null){return s}return arrayMap(s,(function(e){return apply(r,t,e)}))}var os=baseRest((function(e,r){return isArrayLikeObject(e)?baseDifference(e,r):[]}));var is=baseRest((function(e){return baseXor(arrayFilter(e,isArrayLikeObject))}));var ls=baseRest((function(e){var r=last(e);if(isArrayLikeObject(r)){r=t}return baseXor(arrayFilter(e,isArrayLikeObject),getIteratee(r,2))}));var cs=baseRest((function(e){var r=last(e);r=typeof r=="function"?r:t;return baseXor(arrayFilter(e,isArrayLikeObject),t,r)}));var ds=baseRest(unzip);function zipObject(e,r){return baseZipObject(e||[],r||[],assignValue)}function zipObjectDeep(e,r){return baseZipObject(e||[],r||[],baseSet)}var us=baseRest((function(e){var r=e.length,s=r>1?e[r-1]:t;s=typeof s=="function"?(e.pop(),s):t;return unzipWith(e,s)}));function chain(e){var r=lodash(e);r.__chain__=true;return r}function tap(e,r){r(e);return e}function thru(e,r){return r(e)}var ps=flatRest((function(e){var r=e.length,s=r?e[0]:0,a=this.__wrapped__,interceptor=function(r){return baseAt(r,e)};if(r>1||this.__actions__.length||!(a instanceof LazyWrapper)||!isIndex(s)){return this.thru(interceptor)}a=a.slice(s,+s+(r?1:0));a.__actions__.push({func:thru,args:[interceptor],thisArg:t});return new LodashWrapper(a,this.__chain__).thru((function(e){if(r&&!e.length){e.push(t)}return e}))}));function wrapperChain(){return chain(this)}function wrapperCommit(){return new LodashWrapper(this.value(),this.__chain__)}function wrapperNext(){if(this.__values__===t){this.__values__=toArray(this.value())}var e=this.__index__>=this.__values__.length,r=e?t:this.__values__[this.__index__++];return{done:e,value:r}}function wrapperToIterator(){return this}function wrapperPlant(e){var r,s=this;while(s instanceof baseLodash){var a=wrapperClone(s);a.__index__=0;a.__values__=t;if(r){n.__wrapped__=a}else{r=a}var n=a;s=s.__wrapped__}n.__wrapped__=e;return r}function wrapperReverse(){var e=this.__wrapped__;if(e instanceof LazyWrapper){var r=e;if(this.__actions__.length){r=new LazyWrapper(this)}r=r.reverse();r.__actions__.push({func:thru,args:[reverse],thisArg:t});return new LodashWrapper(r,this.__chain__)}return this.thru(reverse)}function wrapperValue(){return baseWrapperValue(this.__wrapped__,this.__actions__)}var fs=createAggregator((function(e,r,t){if(pr.call(e,t)){++e[t]}else{baseAssignValue(e,t,1)}}));function every(e,r,s){var a=Rs(e)?arrayEvery:baseEvery;if(s&&isIterateeCall(e,r,s)){r=t}return a(e,getIteratee(r,3))}function filter(e,r){var t=Rs(e)?arrayFilter:baseFilter;return t(e,getIteratee(r,3))}var ys=createFind(findIndex);var ms=createFind(findLastIndex);function flatMap(e,r){return baseFlatten(map(e,r),1)}function flatMapDeep(e,r){return baseFlatten(map(e,r),F)}function flatMapDepth(e,r,s){s=s===t?1:toInteger(s);return baseFlatten(map(e,r),s)}function forEach(e,r){var t=Rs(e)?arrayEach:At;return t(e,getIteratee(r,3))}function forEachRight(e,r){var t=Rs(e)?arrayEachRight:Ot;return t(e,getIteratee(r,3))}var gs=createAggregator((function(e,r,t){if(pr.call(e,t)){e[t].push(r)}else{baseAssignValue(e,t,[r])}}));function includes(e,r,t,s){e=isArrayLike(e)?e:values(e);t=t&&!s?toInteger(t):0;var a=e.length;if(t<0){t=Wr(a+t,0)}return isString(e)?t<=a&&e.indexOf(r,t)>-1:!!a&&baseIndexOf(e,r,t)>-1}var hs=baseRest((function(e,t,s){var a=-1,n=typeof t=="function",o=isArrayLike(e)?r(e.length):[];At(e,(function(e){o[++a]=n?apply(t,e,s):baseInvoke(e,t,s)}));return o}));var bs=createAggregator((function(e,r,t){baseAssignValue(e,t,r)}));function map(e,r){var t=Rs(e)?arrayMap:baseMap;return t(e,getIteratee(r,3))}function orderBy(e,r,s,a){if(e==null){return[]}if(!Rs(r)){r=r==null?[]:[r]}s=a?t:s;if(!Rs(s)){s=s==null?[]:[s]}return baseOrderBy(e,r,s)}var xs=createAggregator((function(e,r,t){e[t?0:1].push(r)}),(function(){return[[],[]]}));function reduce(e,r,t){var s=Rs(e)?arrayReduce:baseReduce,a=arguments.length<3;return s(e,getIteratee(r,4),t,a,At)}function reduceRight(e,r,t){var s=Rs(e)?arrayReduceRight:baseReduce,a=arguments.length<3;return s(e,getIteratee(r,4),t,a,Ot)}function reject(e,r){var t=Rs(e)?arrayFilter:baseFilter;return t(e,negate(getIteratee(r,3)))}function sample(e){var r=Rs(e)?arraySample:baseSample;return r(e)}function sampleSize(e,r,s){if(s?isIterateeCall(e,r,s):r===t){r=1}else{r=toInteger(r)}var a=Rs(e)?arraySampleSize:baseSampleSize;return a(e,r)}function shuffle(e){var r=Rs(e)?arrayShuffle:baseShuffle;return r(e)}function size(e){if(e==null){return 0}if(isArrayLike(e)){return isString(e)?stringSize(e):e.length}var r=Vt(e);if(r==Z||r==ne){return e.size}return baseKeys(e).length}function some(e,r,s){var a=Rs(e)?arraySome:baseSome;if(s&&isIterateeCall(e,r,s)){r=t}return a(e,getIteratee(r,3))}var vs=baseRest((function(e,r){if(e==null){return[]}var t=r.length;if(t>1&&isIterateeCall(e,r[0],r[1])){r=[]}else if(t>2&&isIterateeCall(r[0],r[1],r[2])){r=[r[0]]}return baseOrderBy(e,baseFlatten(r,1),[])}));var js=Or||function(){return ot.Date.now()};function after(e,r){if(typeof r!="function"){throw new or(o)}e=toInteger(e);return function(){if(--e<1){return r.apply(this,arguments)}}}function ary(e,r,s){r=s?t:r;r=e&&r==null?e.length:r;return createWrap(e,_,t,t,t,t,r)}function before(e,r){var s;if(typeof r!="function"){throw new or(o)}e=toInteger(e);return function(){if(--e>0){s=r.apply(this,arguments)}if(e<=1){r=t}return s}}var ws=baseRest((function(e,r,t){var s=h;if(t.length){var a=replaceHolders(t,getHolder(ws));s|=w}return createWrap(e,s,r,t,a)}));var Es=baseRest((function(e,r,t){var s=h|b;if(t.length){var a=replaceHolders(t,getHolder(Es));s|=w}return createWrap(r,s,e,t,a)}));function curry(e,r,s){r=s?t:r;var a=createWrap(e,v,t,t,t,t,t,r);a.placeholder=curry.placeholder;return a}function curryRight(e,r,s){r=s?t:r;var a=createWrap(e,j,t,t,t,t,t,r);a.placeholder=curryRight.placeholder;return a}function debounce(e,r,s){var a,n,i,l,c,d,u=0,p=false,f=false,y=true;if(typeof e!="function"){throw new or(o)}r=toNumber(r)||0;if(isObject(s)){p=!!s.leading;f="maxWait"in s;i=f?Wr(toNumber(s.maxWait)||0,r):i;y="trailing"in s?!!s.trailing:y}function invokeFunc(r){var s=a,o=n;a=n=t;u=r;l=e.apply(o,s);return l}function leadingEdge(e){u=e;c=zt(timerExpired,r);return p?invokeFunc(e):l}function remainingWait(e){var t=e-d,s=e-u,a=r-t;return f?Gr(a,i-s):a}function shouldInvoke(e){var s=e-d,a=e-u;return d===t||s>=r||s<0||f&&a>=i}function timerExpired(){var e=js();if(shouldInvoke(e)){return trailingEdge(e)}c=zt(timerExpired,remainingWait(e))}function trailingEdge(e){c=t;if(y&&a){return invokeFunc(e)}a=n=t;return l}function cancel(){if(c!==t){Bt(c)}u=0;a=d=n=c=t}function flush(){return c===t?l:trailingEdge(js())}function debounced(){var e=js(),s=shouldInvoke(e);a=arguments;n=this;d=e;if(s){if(c===t){return leadingEdge(d)}if(f){Bt(c);c=zt(timerExpired,r);return invokeFunc(d)}}if(c===t){c=zt(timerExpired,r)}return l}debounced.cancel=cancel;debounced.flush=flush;return debounced}var _s=baseRest((function(e,r){return baseDelay(e,1,r)}));var Ss=baseRest((function(e,r,t){return baseDelay(e,toNumber(r)||0,t)}));function flip(e){return createWrap(e,k)}function memoize(e,r){if(typeof e!="function"||r!=null&&typeof r!="function"){throw new or(o)}var memoized=function(){var t=arguments,s=r?r.apply(this,t):t[0],a=memoized.cache;if(a.has(s)){return a.get(s)}var n=e.apply(this,t);memoized.cache=a.set(s,n)||a;return n};memoized.cache=new(memoize.Cache||MapCache);return memoized}memoize.Cache=MapCache;function negate(e){if(typeof e!="function"){throw new or(o)}return function(){var r=arguments;switch(r.length){case 0:return!e.call(this);case 1:return!e.call(this,r[0]);case 2:return!e.call(this,r[0],r[1]);case 3:return!e.call(this,r[0],r[1],r[2])}return!e.apply(this,r)}}function once(e){return before(2,e)}var ks=Nt((function(e,r){r=r.length==1&&Rs(r[0])?arrayMap(r[0],baseUnary(getIteratee())):arrayMap(baseFlatten(r,1),baseUnary(getIteratee()));var t=r.length;return baseRest((function(s){var a=-1,n=Gr(s.length,t);while(++a<n){s[a]=r[a].call(this,s[a])}return apply(e,this,s)}))}));var Ds=baseRest((function(e,r){var s=replaceHolders(r,getHolder(Ds));return createWrap(e,w,t,r,s)}));var Cs=baseRest((function(e,r){var s=replaceHolders(r,getHolder(Cs));return createWrap(e,E,t,r,s)}));var Ps=flatRest((function(e,r){return createWrap(e,S,t,t,t,r)}));function rest(e,r){if(typeof e!="function"){throw new or(o)}r=r===t?r:toInteger(r);return baseRest(e,r)}function spread(e,r){if(typeof e!="function"){throw new or(o)}r=r==null?0:Wr(toInteger(r),0);return baseRest((function(t){var s=t[r],a=castSlice(t,0,r);if(s){arrayPush(a,s)}return apply(e,this,a)}))}function throttle(e,r,t){var s=true,a=true;if(typeof e!="function"){throw new or(o)}if(isObject(t)){s="leading"in t?!!t.leading:s;a="trailing"in t?!!t.trailing:a}return debounce(e,r,{leading:s,maxWait:r,trailing:a})}function unary(e){return ary(e,1)}function wrap(e,r){return Ds(castFunction(r),e)}function castArray(){if(!arguments.length){return[]}var e=arguments[0];return Rs(e)?e:[e]}function clone(e){return baseClone(e,f)}function cloneWith(e,r){r=typeof r=="function"?r:t;return baseClone(e,f,r)}function cloneDeep(e){return baseClone(e,u|f)}function cloneDeepWith(e,r){r=typeof r=="function"?r:t;return baseClone(e,u|f,r)}function conformsTo(e,r){return r==null||baseConformsTo(e,r,keys(r))}function eq(e,r){return e===r||e!==e&&r!==r}var Is=createRelationalOperation(baseGt);var As=createRelationalOperation((function(e,r){return e>=r}));var Os=baseIsArguments(function(){return arguments}())?baseIsArguments:function(e){return isObjectLike(e)&&pr.call(e,"callee")&&!Sr.call(e,"callee")};var Rs=r.isArray;var Fs=ft?baseUnary(ft):baseIsArrayBuffer;function isArrayLike(e){return e!=null&&isLength(e.length)&&!isFunction(e)}function isArrayLikeObject(e){return isObjectLike(e)&&isArrayLike(e)}function isBoolean(e){return e===true||e===false||isObjectLike(e)&&baseGetTag(e)==z}var Ts=Nr||stubFalse;var Ms=yt?baseUnary(yt):baseIsDate;function isElement(e){return isObjectLike(e)&&e.nodeType===1&&!isPlainObject(e)}function isEmpty(e){if(e==null){return true}if(isArrayLike(e)&&(Rs(e)||typeof e=="string"||typeof e.splice=="function"||Ts(e)||qs(e)||Os(e))){return!e.length}var r=Vt(e);if(r==Z||r==ne){return!e.size}if(isPrototype(e)){return!baseKeys(e).length}for(var t in e){if(pr.call(e,t)){return false}}return true}function isEqual(e,r){return baseIsEqual(e,r)}function isEqualWith(e,r,s){s=typeof s=="function"?s:t;var a=s?s(e,r):t;return a===t?baseIsEqual(e,r,t,s):!!a}function isError(e){if(!isObjectLike(e)){return false}var r=baseGetTag(e);return r==J||r==K||typeof e.message=="string"&&typeof e.name=="string"&&!isPlainObject(e)}function isFinite(e){return typeof e=="number"&&Br(e)}function isFunction(e){if(!isObject(e)){return false}var r=baseGetTag(e);return r==Y||r==X||r==H||r==se}function isInteger(e){return typeof e=="number"&&e==toInteger(e)}function isLength(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=M}function isObject(e){var r=typeof e;return e!=null&&(r=="object"||r=="function")}function isObjectLike(e){return e!=null&&typeof e=="object"}var Ns=mt?baseUnary(mt):baseIsMap;function isMatch(e,r){return e===r||baseIsMatch(e,r,getMatchData(r))}function isMatchWith(e,r,s){s=typeof s=="function"?s:t;return baseIsMatch(e,r,getMatchData(r),s)}function isNaN(e){return isNumber(e)&&e!=+e}function isNative(e){if(Gt(e)){throw new Ue(n)}return baseIsNative(e)}function isNull(e){return e===null}function isNil(e){return e==null}function isNumber(e){return typeof e=="number"||isObjectLike(e)&&baseGetTag(e)==Q}function isPlainObject(e){if(!isObjectLike(e)||baseGetTag(e)!=re){return false}var r=Er(e);if(r===null){return true}var t=pr.call(r,"constructor")&&r.constructor;return typeof t=="function"&&t instanceof t&&ur.call(t)==gr}var Bs=gt?baseUnary(gt):baseIsRegExp;function isSafeInteger(e){return isInteger(e)&&e>=-M&&e<=M}var Ls=ht?baseUnary(ht):baseIsSet;function isString(e){return typeof e=="string"||!Rs(e)&&isObjectLike(e)&&baseGetTag(e)==oe}function isSymbol(e){return typeof e=="symbol"||isObjectLike(e)&&baseGetTag(e)==ie}var qs=bt?baseUnary(bt):baseIsTypedArray;function isUndefined(e){return e===t}function isWeakMap(e){return isObjectLike(e)&&Vt(e)==ce}function isWeakSet(e){return isObjectLike(e)&&baseGetTag(e)==de}var Ws=createRelationalOperation(baseLt);var Us=createRelationalOperation((function(e,r){return e<=r}));function toArray(e){if(!e){return[]}if(isArrayLike(e)){return isString(e)?stringToArray(e):copyArray(e)}if(Cr&&e[Cr]){return iteratorToArray(e[Cr]())}var r=Vt(e),t=r==Z?mapToArray:r==ne?setToArray:values;return t(e)}function toFinite(e){if(!e){return e===0?e:0}e=toNumber(e);if(e===F||e===-F){var r=e<0?-1:1;return r*N}return e===e?e:0}function toInteger(e){var r=toFinite(e),t=r%1;return r===r?t?r-t:r:0}function toLength(e){return e?baseClamp(toInteger(e),0,L):0}function toNumber(e){if(typeof e=="number"){return e}if(isSymbol(e)){return B}if(isObject(e)){var r=typeof e.valueOf=="function"?e.valueOf():e;e=isObject(r)?r+"":r}if(typeof e!="string"){return e===0?e:+e}e=baseTrim(e);var t=Ke.test(e);return t||Ye.test(e)?st(e.slice(2),t?2:8):$e.test(e)?B:+e}function toPlainObject(e){return copyObject(e,keysIn(e))}function toSafeInteger(e){return e?baseClamp(toInteger(e),-M,M):e===0?e:0}function toString(e){return e==null?"":baseToString(e)}var Vs=createAssigner((function(e,r){if(isPrototype(r)||isArrayLike(r)){copyObject(r,keys(r),e);return}for(var t in r){if(pr.call(r,t)){assignValue(e,t,r[t])}}}));var Gs=createAssigner((function(e,r){copyObject(r,keysIn(r),e)}));var Hs=createAssigner((function(e,r,t,s){copyObject(r,keysIn(r),e,s)}));var zs=createAssigner((function(e,r,t,s){copyObject(r,keys(r),e,s)}));var $s=flatRest(baseAt);function create(e,r){var t=It(e);return r==null?t:baseAssign(t,r)}var Ks=baseRest((function(e,r){e=sr(e);var s=-1;var a=r.length;var n=a>2?r[2]:t;if(n&&isIterateeCall(r[0],r[1],n)){a=1}while(++s<a){var o=r[s];var i=keysIn(o);var l=-1;var c=i.length;while(++l<c){var d=i[l];var u=e[d];if(u===t||eq(u,cr[d])&&!pr.call(e,d)){e[d]=o[d]}}}return e}));var Js=baseRest((function(e){e.push(t,customDefaultsMerge);return apply(ea,t,e)}));function findKey(e,r){return baseFindKey(e,getIteratee(r,3),baseForOwn)}function findLastKey(e,r){return baseFindKey(e,getIteratee(r,3),baseForOwnRight)}function forIn(e,r){return e==null?e:Rt(e,getIteratee(r,3),keysIn)}function forInRight(e,r){return e==null?e:Ft(e,getIteratee(r,3),keysIn)}function forOwn(e,r){return e&&baseForOwn(e,getIteratee(r,3))}function forOwnRight(e,r){return e&&baseForOwnRight(e,getIteratee(r,3))}function functions(e){return e==null?[]:baseFunctions(e,keys(e))}function functionsIn(e){return e==null?[]:baseFunctions(e,keysIn(e))}function get(e,r,s){var a=e==null?t:baseGet(e,r);return a===t?s:a}function has(e,r){return e!=null&&hasPath(e,r,baseHas)}function hasIn(e,r){return e!=null&&hasPath(e,r,baseHasIn)}var Ys=createInverter((function(e,r,t){if(r!=null&&typeof r.toString!="function"){r=mr.call(r)}e[r]=t}),constant(identity));var Xs=createInverter((function(e,r,t){if(r!=null&&typeof r.toString!="function"){r=mr.call(r)}if(pr.call(e,r)){e[r].push(t)}else{e[r]=[t]}}),getIteratee);var Zs=baseRest(baseInvoke);function keys(e){return isArrayLike(e)?arrayLikeKeys(e):baseKeys(e)}function keysIn(e){return isArrayLike(e)?arrayLikeKeys(e,true):baseKeysIn(e)}function mapKeys(e,r){var t={};r=getIteratee(r,3);baseForOwn(e,(function(e,s,a){baseAssignValue(t,r(e,s,a),e)}));return t}function mapValues(e,r){var t={};r=getIteratee(r,3);baseForOwn(e,(function(e,s,a){baseAssignValue(t,s,r(e,s,a))}));return t}var Qs=createAssigner((function(e,r,t){baseMerge(e,r,t)}));var ea=createAssigner((function(e,r,t,s){baseMerge(e,r,t,s)}));var ra=flatRest((function(e,r){var t={};if(e==null){return t}var s=false;r=arrayMap(r,(function(r){r=castPath(r,e);s||(s=r.length>1);return r}));copyObject(e,getAllKeysIn(e),t);if(s){t=baseClone(t,u|p|f,customOmitClone)}var a=r.length;while(a--){baseUnset(t,r[a])}return t}));function omitBy(e,r){return pickBy(e,negate(getIteratee(r)))}var ta=flatRest((function(e,r){return e==null?{}:basePick(e,r)}));function pickBy(e,r){if(e==null){return{}}var t=arrayMap(getAllKeysIn(e),(function(e){return[e]}));r=getIteratee(r);return basePickBy(e,t,(function(e,t){return r(e,t[0])}))}function result(e,r,s){r=castPath(r,e);var a=-1,n=r.length;if(!n){n=1;e=t}while(++a<n){var o=e==null?t:e[toKey(r[a])];if(o===t){a=n;o=s}e=isFunction(o)?o.call(e):o}return e}function set(e,r,t){return e==null?e:baseSet(e,r,t)}function setWith(e,r,s,a){a=typeof a=="function"?a:t;return e==null?e:baseSet(e,r,s,a)}var sa=createToPairs(keys);var aa=createToPairs(keysIn);function transform(e,r,t){var s=Rs(e),a=s||Ts(e)||qs(e);r=getIteratee(r,4);if(t==null){var n=e&&e.constructor;if(a){t=s?new n:[]}else if(isObject(e)){t=isFunction(n)?It(Er(e)):{}}else{t={}}}(a?arrayEach:baseForOwn)(e,(function(e,s,a){return r(t,e,s,a)}));return t}function unset(e,r){return e==null?true:baseUnset(e,r)}function update(e,r,t){return e==null?e:baseUpdate(e,r,castFunction(t))}function updateWith(e,r,s,a){a=typeof a=="function"?a:t;return e==null?e:baseUpdate(e,r,castFunction(s),a)}function values(e){return e==null?[]:baseValues(e,keys(e))}function valuesIn(e){return e==null?[]:baseValues(e,keysIn(e))}function clamp(e,r,s){if(s===t){s=r;r=t}if(s!==t){s=toNumber(s);s=s===s?s:0}if(r!==t){r=toNumber(r);r=r===r?r:0}return baseClamp(toNumber(e),r,s)}function inRange(e,r,s){r=toFinite(r);if(s===t){s=r;r=0}else{s=toFinite(s)}e=toNumber(e);return baseInRange(e,r,s)}function random(e,r,s){if(s&&typeof s!="boolean"&&isIterateeCall(e,r,s)){r=s=t}if(s===t){if(typeof r=="boolean"){s=r;r=t}else if(typeof e=="boolean"){s=e;e=t}}if(e===t&&r===t){e=0;r=1}else{e=toFinite(e);if(r===t){r=e;e=0}else{r=toFinite(r)}}if(e>r){var a=e;e=r;r=a}if(s||e%1||r%1){var n=$r();return Gr(e+n*(r-e+tt("1e-"+((n+"").length-1))),r)}return baseRandom(e,r)}var na=createCompounder((function(e,r,t){r=r.toLowerCase();return e+(t?capitalize(r):r)}));function capitalize(e){return pa(toString(e).toLowerCase())}function deburr(e){e=toString(e);return e&&e.replace(Ze,vt).replace(Vr,"")}function endsWith(e,r,s){e=toString(e);r=baseToString(r);var a=e.length;s=s===t?a:baseClamp(toInteger(s),0,a);var n=s;s-=r.length;return s>=0&&e.slice(s,n)==r}function escape(e){e=toString(e);return e&&Ce.test(e)?e.replace(ke,jt):e}function escapeRegExp(e){e=toString(e);return e&&Me.test(e)?e.replace(Te,"\\$&"):e}var oa=createCompounder((function(e,r,t){return e+(t?"-":"")+r.toLowerCase()}));var ia=createCompounder((function(e,r,t){return e+(t?" ":"")+r.toLowerCase()}));var la=createCaseFirst("toLowerCase");function pad(e,r,t){e=toString(e);r=toInteger(r);var s=r?stringSize(e):0;if(!r||s>=r){return e}var a=(r-s)/2;return createPadding(Tr(a),t)+e+createPadding(Fr(a),t)}function padEnd(e,r,t){e=toString(e);r=toInteger(r);var s=r?stringSize(e):0;return r&&s<r?e+createPadding(r-s,t):e}function padStart(e,r,t){e=toString(e);r=toInteger(r);var s=r?stringSize(e):0;return r&&s<r?createPadding(r-s,t)+e:e}function parseInt(e,r,t){if(t||r==null){r=0}else if(r){r=+r}return zr(toString(e).replace(Ne,""),r||0)}function repeat(e,r,s){if(s?isIterateeCall(e,r,s):r===t){r=1}else{r=toInteger(r)}return baseRepeat(toString(e),r)}function replace(){var e=arguments,r=toString(e[0]);return e.length<3?r:r.replace(e[1],e[2])}var ca=createCompounder((function(e,r,t){return e+(t?"_":"")+r.toLowerCase()}));function split(e,r,s){if(s&&typeof s!="number"&&isIterateeCall(e,r,s)){r=s=t}s=s===t?L:s>>>0;if(!s){return[]}e=toString(e);if(e&&(typeof r=="string"||r!=null&&!Bs(r))){r=baseToString(r);if(!r&&hasUnicode(e)){return castSlice(stringToArray(e),0,s)}}return e.split(r,s)}var da=createCompounder((function(e,r,t){return e+(t?" ":"")+pa(r)}));function startsWith(e,r,t){e=toString(e);t=t==null?0:baseClamp(toInteger(t),0,e.length);r=baseToString(r);return e.slice(t,t+r.length)==r}function template(e,r,s){var a=lodash.templateSettings;if(s&&isIterateeCall(e,r,s)){r=t}e=toString(e);r=Hs({},r,a,customDefaultsAssignIn);var n=Hs({},r.imports,a.imports,customDefaultsAssignIn),o=keys(n),l=baseValues(n,o);var c,d,u=0,p=r.interpolate||Qe,f="__p += '";var y=ar((r.escape||Qe).source+"|"+p.source+"|"+(p===Ae?He:Qe).source+"|"+(r.evaluate||Qe).source+"|$","g");var g="//# sourceURL="+(pr.call(r,"sourceURL")?(r.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++Jr+"]")+"\n";e.replace(y,(function(r,t,s,a,n,o){s||(s=a);f+=e.slice(u,o).replace(er,escapeStringChar);if(t){c=true;f+="' +\n__e("+t+") +\n'"}if(n){d=true;f+="';\n"+n+";\n__p += '"}if(s){f+="' +\n((__t = ("+s+")) == null ? '' : __t) +\n'"}u=o+r.length;return r}));f+="';\n";var h=pr.call(r,"variable")&&r.variable;if(!h){f="with (obj) {\n"+f+"\n}\n"}else if(Ve.test(h)){throw new Ue(i)}f=(d?f.replace(we,""):f).replace(Ee,"$1").replace(_e,"$1;");f="function("+(h||"obj")+") {\n"+(h?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(c?", __e = _.escape":"")+(d?", __j = Array.prototype.join;\n"+"function print() { __p += __j.call(arguments, '') }\n":";\n")+f+"return __p\n}";var b=fa((function(){return rr(o,g+"return "+f).apply(t,l)}));b.source=f;if(isError(b)){throw b}return b}function toLower(e){return toString(e).toLowerCase()}function toUpper(e){return toString(e).toUpperCase()}function trim(e,r,s){e=toString(e);if(e&&(s||r===t)){return baseTrim(e)}if(!e||!(r=baseToString(r))){return e}var a=stringToArray(e),n=stringToArray(r),o=charsStartIndex(a,n),i=charsEndIndex(a,n)+1;return castSlice(a,o,i).join("")}function trimEnd(e,r,s){e=toString(e);if(e&&(s||r===t)){return e.slice(0,trimmedEndIndex(e)+1)}if(!e||!(r=baseToString(r))){return e}var a=stringToArray(e),n=charsEndIndex(a,stringToArray(r))+1;return castSlice(a,0,n).join("")}function trimStart(e,r,s){e=toString(e);if(e&&(s||r===t)){return e.replace(Ne,"")}if(!e||!(r=baseToString(r))){return e}var a=stringToArray(e),n=charsStartIndex(a,stringToArray(r));return castSlice(a,n).join("")}function truncate(e,r){var s=D,a=C;if(isObject(r)){var n="separator"in r?r.separator:n;s="length"in r?toInteger(r.length):s;a="omission"in r?baseToString(r.omission):a}e=toString(e);var o=e.length;if(hasUnicode(e)){var i=stringToArray(e);o=i.length}if(s>=o){return e}var l=s-stringSize(a);if(l<1){return a}var c=i?castSlice(i,0,l).join(""):e.slice(0,l);if(n===t){return c+a}if(i){l+=c.length-l}if(Bs(n)){if(e.slice(l).search(n)){var d,u=c;if(!n.global){n=ar(n.source,toString(ze.exec(n))+"g")}n.lastIndex=0;while(d=n.exec(u)){var p=d.index}c=c.slice(0,p===t?l:p)}}else if(e.indexOf(baseToString(n),l)!=l){var f=c.lastIndexOf(n);if(f>-1){c=c.slice(0,f)}}return c+a}function unescape(e){e=toString(e);return e&&De.test(e)?e.replace(Se,wt):e}var ua=createCompounder((function(e,r,t){return e+(t?" ":"")+r.toUpperCase()}));var pa=createCaseFirst("toUpperCase");function words(e,r,s){e=toString(e);r=s?t:r;if(r===t){return hasUnicodeWord(e)?unicodeWords(e):asciiWords(e)}return e.match(r)||[]}var fa=baseRest((function(e,r){try{return apply(e,t,r)}catch(e){return isError(e)?e:new Ue(e)}}));var ya=flatRest((function(e,r){arrayEach(r,(function(r){r=toKey(r);baseAssignValue(e,r,ws(e[r],e))}));return e}));function cond(e){var r=e==null?0:e.length,t=getIteratee();e=!r?[]:arrayMap(e,(function(e){if(typeof e[1]!="function"){throw new or(o)}return[t(e[0]),e[1]]}));return baseRest((function(t){var s=-1;while(++s<r){var a=e[s];if(apply(a[0],this,t)){return apply(a[1],this,t)}}}))}function conforms(e){return baseConforms(baseClone(e,u))}function constant(e){return function(){return e}}function defaultTo(e,r){return e==null||e!==e?r:e}var ma=createFlow();var ga=createFlow(true);function identity(e){return e}function iteratee(e){return baseIteratee(typeof e=="function"?e:baseClone(e,u))}function matches(e){return baseMatches(baseClone(e,u))}function matchesProperty(e,r){return baseMatchesProperty(e,baseClone(r,u))}var ha=baseRest((function(e,r){return function(t){return baseInvoke(t,e,r)}}));var ba=baseRest((function(e,r){return function(t){return baseInvoke(e,t,r)}}));function mixin(e,r,t){var s=keys(r),a=baseFunctions(r,s);if(t==null&&!(isObject(r)&&(a.length||!s.length))){t=r;r=e;e=this;a=baseFunctions(r,keys(r))}var n=!(isObject(t)&&"chain"in t)||!!t.chain,o=isFunction(e);arrayEach(a,(function(t){var s=r[t];e[t]=s;if(o){e.prototype[t]=function(){var r=this.__chain__;if(n||r){var t=e(this.__wrapped__),a=t.__actions__=copyArray(this.__actions__);a.push({func:s,args:arguments,thisArg:e});t.__chain__=r;return t}return s.apply(e,arrayPush([this.value()],arguments))}}}));return e}function noConflict(){if(ot._===this){ot._=hr}return this}function noop(){}function nthArg(e){e=toInteger(e);return baseRest((function(r){return baseNth(r,e)}))}var xa=createOver(arrayMap);var va=createOver(arrayEvery);var ja=createOver(arraySome);function property(e){return isKey(e)?baseProperty(toKey(e)):basePropertyDeep(e)}function propertyOf(e){return function(r){return e==null?t:baseGet(e,r)}}var wa=createRange();var Ea=createRange(true);function stubArray(){return[]}function stubFalse(){return false}function stubObject(){return{}}function stubString(){return""}function stubTrue(){return true}function times(e,r){e=toInteger(e);if(e<1||e>M){return[]}var t=L,s=Gr(e,L);r=getIteratee(r);e-=L;var a=baseTimes(s,r);while(++t<e){r(t)}return a}function toPath(e){if(Rs(e)){return arrayMap(e,toKey)}return isSymbol(e)?[e]:copyArray(Kt(toString(e)))}function uniqueId(e){var r=++fr;return toString(e)+r}var _a=createMathOperation((function(e,r){return e+r}),0);var Sa=createRound("ceil");var ka=createMathOperation((function(e,r){return e/r}),1);var Da=createRound("floor");function max(e){return e&&e.length?baseExtremum(e,identity,baseGt):t}function maxBy(e,r){return e&&e.length?baseExtremum(e,getIteratee(r,2),baseGt):t}function mean(e){return baseMean(e,identity)}function meanBy(e,r){return baseMean(e,getIteratee(r,2))}function min(e){return e&&e.length?baseExtremum(e,identity,baseLt):t}function minBy(e,r){return e&&e.length?baseExtremum(e,getIteratee(r,2),baseLt):t}var Ca=createMathOperation((function(e,r){return e*r}),1);var Pa=createRound("round");var Ia=createMathOperation((function(e,r){return e-r}),0);function sum(e){return e&&e.length?baseSum(e,identity):0}function sumBy(e,r){return e&&e.length?baseSum(e,getIteratee(r,2)):0}lodash.after=after;lodash.ary=ary;lodash.assign=Vs;lodash.assignIn=Gs;lodash.assignInWith=Hs;lodash.assignWith=zs;lodash.at=$s;lodash.before=before;lodash.bind=ws;lodash.bindAll=ya;lodash.bindKey=Es;lodash.castArray=castArray;lodash.chain=chain;lodash.chunk=chunk;lodash.compact=compact;lodash.concat=concat;lodash.cond=cond;lodash.conforms=conforms;lodash.constant=constant;lodash.countBy=fs;lodash.create=create;lodash.curry=curry;lodash.curryRight=curryRight;lodash.debounce=debounce;lodash.defaults=Ks;lodash.defaultsDeep=Js;lodash.defer=_s;lodash.delay=Ss;lodash.difference=Jt;lodash.differenceBy=Yt;lodash.differenceWith=Xt;lodash.drop=drop;lodash.dropRight=dropRight;lodash.dropRightWhile=dropRightWhile;lodash.dropWhile=dropWhile;lodash.fill=fill;lodash.filter=filter;lodash.flatMap=flatMap;lodash.flatMapDeep=flatMapDeep;lodash.flatMapDepth=flatMapDepth;lodash.flatten=flatten;lodash.flattenDeep=flattenDeep;lodash.flattenDepth=flattenDepth;lodash.flip=flip;lodash.flow=ma;lodash.flowRight=ga;lodash.fromPairs=fromPairs;lodash.functions=functions;lodash.functionsIn=functionsIn;lodash.groupBy=gs;lodash.initial=initial;lodash.intersection=Zt;lodash.intersectionBy=Qt;lodash.intersectionWith=es;lodash.invert=Ys;lodash.invertBy=Xs;lodash.invokeMap=hs;lodash.iteratee=iteratee;lodash.keyBy=bs;lodash.keys=keys;lodash.keysIn=keysIn;lodash.map=map;lodash.mapKeys=mapKeys;lodash.mapValues=mapValues;lodash.matches=matches;lodash.matchesProperty=matchesProperty;lodash.memoize=memoize;lodash.merge=Qs;lodash.mergeWith=ea;lodash.method=ha;lodash.methodOf=ba;lodash.mixin=mixin;lodash.negate=negate;lodash.nthArg=nthArg;lodash.omit=ra;lodash.omitBy=omitBy;lodash.once=once;lodash.orderBy=orderBy;lodash.over=xa;lodash.overArgs=ks;lodash.overEvery=va;lodash.overSome=ja;lodash.partial=Ds;lodash.partialRight=Cs;lodash.partition=xs;lodash.pick=ta;lodash.pickBy=pickBy;lodash.property=property;lodash.propertyOf=propertyOf;lodash.pull=rs;lodash.pullAll=pullAll;lodash.pullAllBy=pullAllBy;lodash.pullAllWith=pullAllWith;lodash.pullAt=ts;lodash.range=wa;lodash.rangeRight=Ea;lodash.rearg=Ps;lodash.reject=reject;lodash.remove=remove;lodash.rest=rest;lodash.reverse=reverse;lodash.sampleSize=sampleSize;lodash.set=set;lodash.setWith=setWith;lodash.shuffle=shuffle;lodash.slice=slice;lodash.sortBy=vs;lodash.sortedUniq=sortedUniq;lodash.sortedUniqBy=sortedUniqBy;lodash.split=split;lodash.spread=spread;lodash.tail=tail;lodash.take=take;lodash.takeRight=takeRight;lodash.takeRightWhile=takeRightWhile;lodash.takeWhile=takeWhile;lodash.tap=tap;lodash.throttle=throttle;lodash.thru=thru;lodash.toArray=toArray;lodash.toPairs=sa;lodash.toPairsIn=aa;lodash.toPath=toPath;lodash.toPlainObject=toPlainObject;lodash.transform=transform;lodash.unary=unary;lodash.union=ss;lodash.unionBy=as;lodash.unionWith=ns;lodash.uniq=uniq;lodash.uniqBy=uniqBy;lodash.uniqWith=uniqWith;lodash.unset=unset;lodash.unzip=unzip;lodash.unzipWith=unzipWith;lodash.update=update;lodash.updateWith=updateWith;lodash.values=values;lodash.valuesIn=valuesIn;lodash.without=os;lodash.words=words;lodash.wrap=wrap;lodash.xor=is;lodash.xorBy=ls;lodash.xorWith=cs;lodash.zip=ds;lodash.zipObject=zipObject;lodash.zipObjectDeep=zipObjectDeep;lodash.zipWith=us;lodash.entries=sa;lodash.entriesIn=aa;lodash.extend=Gs;lodash.extendWith=Hs;mixin(lodash,lodash);lodash.add=_a;lodash.attempt=fa;lodash.camelCase=na;lodash.capitalize=capitalize;lodash.ceil=Sa;lodash.clamp=clamp;lodash.clone=clone;lodash.cloneDeep=cloneDeep;lodash.cloneDeepWith=cloneDeepWith;lodash.cloneWith=cloneWith;lodash.conformsTo=conformsTo;lodash.deburr=deburr;lodash.defaultTo=defaultTo;lodash.divide=ka;lodash.endsWith=endsWith;lodash.eq=eq;lodash.escape=escape;lodash.escapeRegExp=escapeRegExp;lodash.every=every;lodash.find=ys;lodash.findIndex=findIndex;lodash.findKey=findKey;lodash.findLast=ms;lodash.findLastIndex=findLastIndex;lodash.findLastKey=findLastKey;lodash.floor=Da;lodash.forEach=forEach;lodash.forEachRight=forEachRight;lodash.forIn=forIn;lodash.forInRight=forInRight;lodash.forOwn=forOwn;lodash.forOwnRight=forOwnRight;lodash.get=get;lodash.gt=Is;lodash.gte=As;lodash.has=has;lodash.hasIn=hasIn;lodash.head=head;lodash.identity=identity;lodash.includes=includes;lodash.indexOf=indexOf;lodash.inRange=inRange;lodash.invoke=Zs;lodash.isArguments=Os;lodash.isArray=Rs;lodash.isArrayBuffer=Fs;lodash.isArrayLike=isArrayLike;lodash.isArrayLikeObject=isArrayLikeObject;lodash.isBoolean=isBoolean;lodash.isBuffer=Ts;lodash.isDate=Ms;lodash.isElement=isElement;lodash.isEmpty=isEmpty;lodash.isEqual=isEqual;lodash.isEqualWith=isEqualWith;lodash.isError=isError;lodash.isFinite=isFinite;lodash.isFunction=isFunction;lodash.isInteger=isInteger;lodash.isLength=isLength;lodash.isMap=Ns;lodash.isMatch=isMatch;lodash.isMatchWith=isMatchWith;lodash.isNaN=isNaN;lodash.isNative=isNative;lodash.isNil=isNil;lodash.isNull=isNull;lodash.isNumber=isNumber;lodash.isObject=isObject;lodash.isObjectLike=isObjectLike;lodash.isPlainObject=isPlainObject;lodash.isRegExp=Bs;lodash.isSafeInteger=isSafeInteger;lodash.isSet=Ls;lodash.isString=isString;lodash.isSymbol=isSymbol;lodash.isTypedArray=qs;lodash.isUndefined=isUndefined;lodash.isWeakMap=isWeakMap;lodash.isWeakSet=isWeakSet;lodash.join=join;lodash.kebabCase=oa;lodash.last=last;lodash.lastIndexOf=lastIndexOf;lodash.lowerCase=ia;lodash.lowerFirst=la;lodash.lt=Ws;lodash.lte=Us;lodash.max=max;lodash.maxBy=maxBy;lodash.mean=mean;lodash.meanBy=meanBy;lodash.min=min;lodash.minBy=minBy;lodash.stubArray=stubArray;lodash.stubFalse=stubFalse;lodash.stubObject=stubObject;lodash.stubString=stubString;lodash.stubTrue=stubTrue;lodash.multiply=Ca;lodash.nth=nth;lodash.noConflict=noConflict;lodash.noop=noop;lodash.now=js;lodash.pad=pad;lodash.padEnd=padEnd;lodash.padStart=padStart;lodash.parseInt=parseInt;lodash.random=random;lodash.reduce=reduce;lodash.reduceRight=reduceRight;lodash.repeat=repeat;lodash.replace=replace;lodash.result=result;lodash.round=Pa;lodash.runInContext=runInContext;lodash.sample=sample;lodash.size=size;lodash.snakeCase=ca;lodash.some=some;lodash.sortedIndex=sortedIndex;lodash.sortedIndexBy=sortedIndexBy;lodash.sortedIndexOf=sortedIndexOf;lodash.sortedLastIndex=sortedLastIndex;lodash.sortedLastIndexBy=sortedLastIndexBy;lodash.sortedLastIndexOf=sortedLastIndexOf;lodash.startCase=da;lodash.startsWith=startsWith;lodash.subtract=Ia;lodash.sum=sum;lodash.sumBy=sumBy;lodash.template=template;lodash.times=times;lodash.toFinite=toFinite;lodash.toInteger=toInteger;lodash.toLength=toLength;lodash.toLower=toLower;lodash.toNumber=toNumber;lodash.toSafeInteger=toSafeInteger;lodash.toString=toString;lodash.toUpper=toUpper;lodash.trim=trim;lodash.trimEnd=trimEnd;lodash.trimStart=trimStart;lodash.truncate=truncate;lodash.unescape=unescape;lodash.uniqueId=uniqueId;lodash.upperCase=ua;lodash.upperFirst=pa;lodash.each=forEach;lodash.eachRight=forEachRight;lodash.first=head;mixin(lodash,function(){var e={};baseForOwn(lodash,(function(r,t){if(!pr.call(lodash.prototype,t)){e[t]=r}}));return e}(),{chain:false});lodash.VERSION=s;arrayEach(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(e){lodash[e].placeholder=lodash}));arrayEach(["drop","take"],(function(e,r){LazyWrapper.prototype[e]=function(s){s=s===t?1:Wr(toInteger(s),0);var a=this.__filtered__&&!r?new LazyWrapper(this):this.clone();if(a.__filtered__){a.__takeCount__=Gr(s,a.__takeCount__)}else{a.__views__.push({size:Gr(s,L),type:e+(a.__dir__<0?"Right":"")})}return a};LazyWrapper.prototype[e+"Right"]=function(r){return this.reverse()[e](r).reverse()}}));arrayEach(["filter","map","takeWhile"],(function(e,r){var t=r+1,s=t==A||t==R;LazyWrapper.prototype[e]=function(e){var r=this.clone();r.__iteratees__.push({iteratee:getIteratee(e,3),type:t});r.__filtered__=r.__filtered__||s;return r}}));arrayEach(["head","last"],(function(e,r){var t="take"+(r?"Right":"");LazyWrapper.prototype[e]=function(){return this[t](1).value()[0]}}));arrayEach(["initial","tail"],(function(e,r){var t="drop"+(r?"":"Right");LazyWrapper.prototype[e]=function(){return this.__filtered__?new LazyWrapper(this):this[t](1)}}));LazyWrapper.prototype.compact=function(){return this.filter(identity)};LazyWrapper.prototype.find=function(e){return this.filter(e).head()};LazyWrapper.prototype.findLast=function(e){return this.reverse().find(e)};LazyWrapper.prototype.invokeMap=baseRest((function(e,r){if(typeof e=="function"){return new LazyWrapper(this)}return this.map((function(t){return baseInvoke(t,e,r)}))}));LazyWrapper.prototype.reject=function(e){return this.filter(negate(getIteratee(e)))};LazyWrapper.prototype.slice=function(e,r){e=toInteger(e);var s=this;if(s.__filtered__&&(e>0||r<0)){return new LazyWrapper(s)}if(e<0){s=s.takeRight(-e)}else if(e){s=s.drop(e)}if(r!==t){r=toInteger(r);s=r<0?s.dropRight(-r):s.take(r-e)}return s};LazyWrapper.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()};LazyWrapper.prototype.toArray=function(){return this.take(L)};baseForOwn(LazyWrapper.prototype,(function(e,r){var s=/^(?:filter|find|map|reject)|While$/.test(r),a=/^(?:head|last)$/.test(r),n=lodash[a?"take"+(r=="last"?"Right":""):r],o=a||/^find/.test(r);if(!n){return}lodash.prototype[r]=function(){var r=this.__wrapped__,i=a?[1]:arguments,l=r instanceof LazyWrapper,c=i[0],d=l||Rs(r);var interceptor=function(e){var r=n.apply(lodash,arrayPush([e],i));return a&&u?r[0]:r};if(d&&s&&typeof c=="function"&&c.length!=1){l=d=false}var u=this.__chain__,p=!!this.__actions__.length,f=o&&!u,y=l&&!p;if(!o&&d){r=y?r:new LazyWrapper(this);var g=e.apply(r,i);g.__actions__.push({func:thru,args:[interceptor],thisArg:t});return new LodashWrapper(g,u)}if(f&&y){return e.apply(this,i)}g=this.thru(interceptor);return f?a?g.value()[0]:g.value():g}}));arrayEach(["pop","push","shift","sort","splice","unshift"],(function(e){var r=ir[e],t=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",s=/^(?:pop|shift)$/.test(e);lodash.prototype[e]=function(){var e=arguments;if(s&&!this.__chain__){var a=this.value();return r.apply(Rs(a)?a:[],e)}return this[t]((function(t){return r.apply(Rs(t)?t:[],e)}))}}));baseForOwn(LazyWrapper.prototype,(function(e,r){var t=lodash[r];if(t){var s=t.name+"";if(!pr.call(ut,s)){ut[s]=[]}ut[s].push({name:r,func:t})}}));ut[createHybrid(t,b).name]=[{name:"wrapper",func:t}];LazyWrapper.prototype.clone=lazyClone;LazyWrapper.prototype.reverse=lazyReverse;LazyWrapper.prototype.value=lazyValue;lodash.prototype.at=ps;lodash.prototype.chain=wrapperChain;lodash.prototype.commit=wrapperCommit;lodash.prototype.next=wrapperNext;lodash.prototype.plant=wrapperPlant;lodash.prototype.reverse=wrapperReverse;lodash.prototype.toJSON=lodash.prototype.valueOf=lodash.prototype.value=wrapperValue;lodash.prototype.first=lodash.prototype.head;if(Cr){lodash.prototype[Cr]=wrapperToIterator}return lodash};var _t=Et();if(typeof define=="function"&&typeof define.amd=="object"&&define.amd){ot._=_t;define((function(){return _t}))}else if(ct){(ct.exports=_t)._=_t;lt._=_t}else{ot._=_t}}).call(this)},1894:e=>{"use strict";var r=process.platform==="win32";var t=/^(((?:[a-zA-Z]:|[\\\/]{2}[^\\\/]+[\\\/]+[^\\\/]+)?[\\\/]?)(?:[^\\\/]*[\\\/])*)((\.{1,2}|[^\\\/]+?|)(\.[^.\/\\]*|))[\\\/]*$/;var s={};function win32SplitPath(e){return t.exec(e).slice(1)}s.parse=function(e){if(typeof e!=="string"){throw new TypeError("Parameter 'pathString' must be a string, not "+typeof e)}var r=win32SplitPath(e);if(!r||r.length!==5){throw new TypeError("Invalid path '"+e+"'")}return{root:r[1],dir:r[0]===r[1]?r[0]:r[0].slice(0,-1),base:r[2],ext:r[4],name:r[3]}};var a=/^((\/?)(?:[^\/]*\/)*)((\.{1,2}|[^\/]+?|)(\.[^.\/]*|))[\/]*$/;var n={};function posixSplitPath(e){return a.exec(e).slice(1)}n.parse=function(e){if(typeof e!=="string"){throw new TypeError("Parameter 'pathString' must be a string, not "+typeof e)}var r=posixSplitPath(e);if(!r||r.length!==5){throw new TypeError("Invalid path '"+e+"'")}return{root:r[1],dir:r[0].slice(0,-1),base:r[2],ext:r[4],name:r[3]}};if(r)e.exports=s.parse;else e.exports=n.parse;e.exports.posix=n.parse;e.exports.win32=s.parse},1437:(e,r,t)=>{let s=process.argv||[],a=process.env;let n=!("NO_COLOR"in a||s.includes("--no-color"))&&("FORCE_COLOR"in a||s.includes("--color")||process.platform==="win32"||require!=null&&t(6224).isatty(1)&&a.TERM!=="dumb"||"CI"in a);let formatter=(e,r,t=e)=>s=>{let a=""+s;let n=a.indexOf(r,e.length);return~n?e+replaceClose(a,r,t,n)+r:e+a+r};let replaceClose=(e,r,t,s)=>{let a="";let n=0;do{a+=e.substring(n,s)+t;n=s+r.length;s=e.indexOf(r,n)}while(~s);return a+e.substring(n)};let createColors=(e=n)=>{let r=e?formatter:()=>String;return{isColorSupported:e,reset:r("",""),bold:r("","",""),dim:r("","",""),italic:r("",""),underline:r("",""),inverse:r("",""),hidden:r("",""),strikethrough:r("",""),black:r("",""),red:r("",""),green:r("",""),yellow:r("",""),blue:r("",""),magenta:r("",""),cyan:r("",""),white:r("",""),gray:r("",""),bgBlack:r("",""),bgRed:r("",""),bgGreen:r("",""),bgYellow:r("",""),bgBlue:r("",""),bgMagenta:r("",""),bgCyan:r("",""),bgWhite:r("","")}};e.exports=createColors();e.exports.createColors=createColors},1068:function(e,r,t){e=t.nmd(e);
/*! https://mths.be/regenerate v1.4.2 by @mathias | MIT license */(function(t){var s=true&&r;var a=true&&e&&e.exports==s&&e;var n=typeof global=="object"&&global;if(n.global===n||n.window===n){t=n}var o={rangeOrder:"A ranges `stop` value must be greater than or equal "+"to the `start` value.",codePointRange:"Invalid code point value. Code points range from "+"U+000000 to U+10FFFF."};var i=55296;var l=56319;var c=56320;var d=57343;var u=/\\x00([^0123456789]|$)/g;var p={};var f=p.hasOwnProperty;var extend=function(e,r){var t;for(t in r){if(f.call(r,t)){e[t]=r[t]}}return e};var forEach=function(e,r){var t=-1;var s=e.length;while(++t<s){r(e[t],t)}};var y=p.toString;var isArray=function(e){return y.call(e)=="[object Array]"};var isNumber=function(e){return typeof e=="number"||y.call(e)=="[object Number]"};var g="0000";var pad=function(e,r){var t=String(e);return t.length<r?(g+t).slice(-r):t};var hex=function(e){return Number(e).toString(16).toUpperCase()};var h=[].slice;var dataFromCodePoints=function(e){var r=-1;var t=e.length;var s=t-1;var a=[];var n=true;var o;var i=0;while(++r<t){o=e[r];if(n){a.push(o);i=o;n=false}else{if(o==i+1){if(r!=s){i=o;continue}else{n=true;a.push(o+1)}}else{a.push(i+1,o);i=o}}}if(!n){a.push(o+1)}return a};var dataRemove=function(e,r){var t=0;var s;var a;var n=e.length;while(t<n){s=e[t];a=e[t+1];if(r>=s&&r<a){if(r==s){if(a==s+1){e.splice(t,2);return e}else{e[t]=r+1;return e}}else if(r==a-1){e[t+1]=r;return e}else{e.splice(t,2,s,r,r+1,a);return e}}t+=2}return e};var dataRemoveRange=function(e,r,t){if(t<r){throw Error(o.rangeOrder)}var s=0;var a;var n;while(s<e.length){a=e[s];n=e[s+1]-1;if(a>t){return e}if(r<=a&&t>=n){e.splice(s,2);continue}if(r>=a&&t<n){if(r==a){e[s]=t+1;e[s+1]=n+1;return e}e.splice(s,2,a,r,t+1,n+1);return e}if(r>=a&&r<=n){e[s+1]=r}else if(t>=a&&t<=n){e[s]=t+1;return e}s+=2}return e};var dataAdd=function(e,r){var t=0;var s;var a;var n=null;var i=e.length;if(r<0||r>1114111){throw RangeError(o.codePointRange)}while(t<i){s=e[t];a=e[t+1];if(r>=s&&r<a){return e}if(r==s-1){e[t]=r;return e}if(s>r){e.splice(n!=null?n+2:0,0,r,r+1);return e}if(r==a){if(r+1==e[t+2]){e.splice(t,4,s,e[t+3]);return e}e[t+1]=r+1;return e}n=t;t+=2}e.push(r,r+1);return e};var dataAddData=function(e,r){var t=0;var s;var a;var n=e.slice();var o=r.length;while(t<o){s=r[t];a=r[t+1]-1;if(s==a){n=dataAdd(n,s)}else{n=dataAddRange(n,s,a)}t+=2}return n};var dataRemoveData=function(e,r){var t=0;var s;var a;var n=e.slice();var o=r.length;while(t<o){s=r[t];a=r[t+1]-1;if(s==a){n=dataRemove(n,s)}else{n=dataRemoveRange(n,s,a)}t+=2}return n};var dataAddRange=function(e,r,t){if(t<r){throw Error(o.rangeOrder)}if(r<0||r>1114111||t<0||t>1114111){throw RangeError(o.codePointRange)}var s=0;var a;var n;var i=false;var l=e.length;while(s<l){a=e[s];n=e[s+1];if(i){if(a==t+1){e.splice(s-1,2);return e}if(a>t){return e}if(a>=r&&a<=t){if(n>r&&n-1<=t){e.splice(s,2);s-=2}else{e.splice(s-1,2);s-=2}}}else if(a==t+1||a==t){e[s]=r;return e}else if(a>t){e.splice(s,0,r,t+1);return e}else if(r>=a&&r<n&&t+1<=n){return e}else if(r>=a&&r<n||n==r){e[s+1]=t+1;i=true}else if(r<=a&&t+1>=n){e[s]=r;e[s+1]=t+1;i=true}s+=2}if(!i){e.push(r,t+1)}return e};var dataContains=function(e,r){var t=0;var s=e.length;var a=e[t];var n=e[s-1];if(s>=2){if(r<a||r>n){return false}}while(t<s){a=e[t];n=e[t+1];if(r>=a&&r<n){return true}t+=2}return false};var dataIntersection=function(e,r){var t=0;var s=r.length;var a;var n=[];while(t<s){a=r[t];if(dataContains(e,a)){n.push(a)}++t}return dataFromCodePoints(n)};var dataIsEmpty=function(e){return!e.length};var dataIsSingleton=function(e){return e.length==2&&e[0]+1==e[1]};var dataToArray=function(e){var r=0;var t;var s;var a=[];var n=e.length;while(r<n){t=e[r];s=e[r+1];while(t<s){a.push(t);++t}r+=2}return a};var b=Math.floor;var highSurrogate=function(e){return parseInt(b((e-65536)/1024)+i,10)};var lowSurrogate=function(e){return parseInt((e-65536)%1024+c,10)};var x=String.fromCharCode;var codePointToString=function(e){var r;if(e==9){r="\\t"}else if(e==10){r="\\n"}else if(e==12){r="\\f"}else if(e==13){r="\\r"}else if(e==45){r="\\x2D"}else if(e==92){r="\\\\"}else if(e==36||e>=40&&e<=43||e==46||e==47||e==63||e>=91&&e<=94||e>=123&&e<=125){r="\\"+x(e)}else if(e>=32&&e<=126){r=x(e)}else if(e<=255){r="\\x"+pad(hex(e),2)}else{r="\\u"+pad(hex(e),4)}return r};var codePointToStringUnicode=function(e){if(e<=65535){return codePointToString(e)}return"\\u{"+e.toString(16).toUpperCase()+"}"};var symbolToCodePoint=function(e){var r=e.length;var t=e.charCodeAt(0);var s;if(t>=i&&t<=l&&r>1){s=e.charCodeAt(1);return(t-i)*1024+s-c+65536}return t};var createBMPCharacterClasses=function(e){var r="";var t=0;var s;var a;var n=e.length;if(dataIsSingleton(e)){return codePointToString(e[0])}while(t<n){s=e[t];a=e[t+1]-1;if(s==a){r+=codePointToString(s)}else if(s+1==a){r+=codePointToString(s)+codePointToString(a)}else{r+=codePointToString(s)+"-"+codePointToString(a)}t+=2}return"["+r+"]"};var createUnicodeCharacterClasses=function(e){var r="";var t=0;var s;var a;var n=e.length;if(dataIsSingleton(e)){return codePointToStringUnicode(e[0])}while(t<n){s=e[t];a=e[t+1]-1;if(s==a){r+=codePointToStringUnicode(s)}else if(s+1==a){r+=codePointToStringUnicode(s)+codePointToStringUnicode(a)}else{r+=codePointToStringUnicode(s)+"-"+codePointToStringUnicode(a)}t+=2}return"["+r+"]"};var splitAtBMP=function(e){var r=[];var t=[];var s=[];var a=[];var n=0;var o;var u;var p=e.length;while(n<p){o=e[n];u=e[n+1]-1;if(o<i){if(u<i){s.push(o,u+1)}if(u>=i&&u<=l){s.push(o,i);r.push(i,u+1)}if(u>=c&&u<=d){s.push(o,i);r.push(i,l+1);t.push(c,u+1)}if(u>d){s.push(o,i);r.push(i,l+1);t.push(c,d+1);if(u<=65535){s.push(d+1,u+1)}else{s.push(d+1,65535+1);a.push(65535+1,u+1)}}}else if(o>=i&&o<=l){if(u>=i&&u<=l){r.push(o,u+1)}if(u>=c&&u<=d){r.push(o,l+1);t.push(c,u+1)}if(u>d){r.push(o,l+1);t.push(c,d+1);if(u<=65535){s.push(d+1,u+1)}else{s.push(d+1,65535+1);a.push(65535+1,u+1)}}}else if(o>=c&&o<=d){if(u>=c&&u<=d){t.push(o,u+1)}if(u>d){t.push(o,d+1);if(u<=65535){s.push(d+1,u+1)}else{s.push(d+1,65535+1);a.push(65535+1,u+1)}}}else if(o>d&&o<=65535){if(u<=65535){s.push(o,u+1)}else{s.push(o,65535+1);a.push(65535+1,u+1)}}else{a.push(o,u+1)}n+=2}return{loneHighSurrogates:r,loneLowSurrogates:t,bmp:s,astral:a}};var optimizeSurrogateMappings=function(e){var r=[];var t=[];var s=false;var a;var n;var o;var i;var l;var c;var d=-1;var u=e.length;while(++d<u){a=e[d];n=e[d+1];if(!n){r.push(a);continue}o=a[0];i=a[1];l=n[0];c=n[1];t=i;while(l&&o[0]==l[0]&&o[1]==l[1]){if(dataIsSingleton(c)){t=dataAdd(t,c[0])}else{t=dataAddRange(t,c[0],c[1]-1)}++d;a=e[d];o=a[0];i=a[1];n=e[d+1];l=n&&n[0];c=n&&n[1];s=true}r.push([o,s?t:i]);s=false}return optimizeByLowSurrogates(r)};var optimizeByLowSurrogates=function(e){if(e.length==1){return e}var r=-1;var t=-1;while(++r<e.length){var s=e[r];var a=s[1];var n=a[0];var o=a[1];t=r;while(++t<e.length){var i=e[t];var l=i[1];var c=l[0];var d=l[1];if(n==c&&o==d&&l.length===2){if(dataIsSingleton(i[0])){s[0]=dataAdd(s[0],i[0][0])}else{s[0]=dataAddRange(s[0],i[0][0],i[0][1]-1)}e.splice(t,1);--t}}}return e};var surrogateSet=function(e){if(!e.length){return[]}var r=0;var t;var s;var a;var n;var o;var i;var l=[];var u=e.length;while(r<u){t=e[r];s=e[r+1]-1;a=highSurrogate(t);n=lowSurrogate(t);o=highSurrogate(s);i=lowSurrogate(s);var p=n==c;var f=i==d;var y=false;if(a==o||p&&f){l.push([[a,o+1],[n,i+1]]);y=true}else{l.push([[a,a+1],[n,d+1]])}if(!y&&a+1<o){if(f){l.push([[a+1,o+1],[c,i+1]]);y=true}else{l.push([[a+1,o],[c,d+1]])}}if(!y){l.push([[o,o+1],[c,i+1]])}r+=2}return optimizeSurrogateMappings(l)};var createSurrogateCharacterClasses=function(e){var r=[];forEach(e,(function(e){var t=e[0];var s=e[1];r.push(createBMPCharacterClasses(t)+createBMPCharacterClasses(s))}));return r.join("|")};var createCharacterClassesFromData=function(e,r,t){if(t){return createUnicodeCharacterClasses(e)}var s=[];var a=splitAtBMP(e);var n=a.loneHighSurrogates;var o=a.loneLowSurrogates;var i=a.bmp;var l=a.astral;var c=!dataIsEmpty(n);var d=!dataIsEmpty(o);var u=surrogateSet(l);if(r){i=dataAddData(i,n);c=false;i=dataAddData(i,o);d=false}if(!dataIsEmpty(i)){s.push(createBMPCharacterClasses(i))}if(u.length){s.push(createSurrogateCharacterClasses(u))}if(c){s.push(createBMPCharacterClasses(n)+"(?![\\uDC00-\\uDFFF])")}if(d){s.push("(?:[^\\uD800-\\uDBFF]|^)"+createBMPCharacterClasses(o))}return s.join("|")};var regenerate=function(e){if(arguments.length>1){e=h.call(arguments)}if(this instanceof regenerate){this.data=[];return e?this.add(e):this}return(new regenerate).add(e)};regenerate.version="1.4.2";var v=regenerate.prototype;extend(v,{add:function(e){var r=this;if(e==null){return r}if(e instanceof regenerate){r.data=dataAddData(r.data,e.data);return r}if(arguments.length>1){e=h.call(arguments)}if(isArray(e)){forEach(e,(function(e){r.add(e)}));return r}r.data=dataAdd(r.data,isNumber(e)?e:symbolToCodePoint(e));return r},remove:function(e){var r=this;if(e==null){return r}if(e instanceof regenerate){r.data=dataRemoveData(r.data,e.data);return r}if(arguments.length>1){e=h.call(arguments)}if(isArray(e)){forEach(e,(function(e){r.remove(e)}));return r}r.data=dataRemove(r.data,isNumber(e)?e:symbolToCodePoint(e));return r},addRange:function(e,r){var t=this;t.data=dataAddRange(t.data,isNumber(e)?e:symbolToCodePoint(e),isNumber(r)?r:symbolToCodePoint(r));return t},removeRange:function(e,r){var t=this;var s=isNumber(e)?e:symbolToCodePoint(e);var a=isNumber(r)?r:symbolToCodePoint(r);t.data=dataRemoveRange(t.data,s,a);return t},intersection:function(e){var r=this;var t=e instanceof regenerate?dataToArray(e.data):e;r.data=dataIntersection(r.data,t);return r},contains:function(e){return dataContains(this.data,isNumber(e)?e:symbolToCodePoint(e))},clone:function(){var e=new regenerate;e.data=this.data.slice(0);return e},toString:function(e){var r=createCharacterClassesFromData(this.data,e?e.bmpOnly:false,e?e.hasUnicodeFlag:false);if(!r){return"[]"}return r.replace(u,"\\0$1")},toRegExp:function(e){var r=this.toString(e&&e.indexOf("u")!=-1?{hasUnicodeFlag:true}:null);return RegExp(r,e||"")},valueOf:function(){return dataToArray(this.data)}});v.toArray=v.valueOf;if(typeof define=="function"&&typeof define.amd=="object"&&define.amd){define((function(){return regenerate}))}else if(s&&!s.nodeType){if(a){a.exports=regenerate}else{s.regenerate=regenerate}}else{t.regenerate=regenerate}})(this)},9978:(e,r,t)=>{"use strict";var s=t(8204);var a=s(t(9491));var n=_interopRequireWildcard(t(6226));var o=_interopRequireWildcard(t(4342));var i=_interopRequireWildcard(t(8631));function _getRequireWildcardCache(e){if(typeof WeakMap!=="function")return null;var r=new WeakMap;var t=new WeakMap;return(_getRequireWildcardCache=function _getRequireWildcardCache(e){return e?t:r})(e)}function _interopRequireWildcard(e,r){if(!r&&e&&e.__esModule){return e}if(e===null||typeof e!=="object"&&typeof e!=="function"){return{default:e}}var t=_getRequireWildcardCache(r);if(t&&t.has(e)){return t.get(e)}var s={};var a=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var n in e){if(n!=="default"&&Object.prototype.hasOwnProperty.call(e,n)){var o=a?Object.getOwnPropertyDescriptor(e,n):null;if(o&&(o.get||o.set)){Object.defineProperty(s,n,o)}else{s[n]=e[n]}}}s["default"]=e;if(t){t.set(e,s)}return s}var l=Object.prototype.hasOwnProperty;function Emitter(e){a["default"].ok(this instanceof Emitter);i.getTypes().assertIdentifier(e);this.nextTempId=0;this.contextId=e;this.listing=[];this.marked=[true];this.insertedLocs=new Set;this.finalLoc=this.loc();this.tryEntries=[];this.leapManager=new n.LeapManager(this)}var c=Emitter.prototype;r.Emitter=Emitter;var d=Number.MAX_VALUE;c.loc=function(){var e=i.getTypes().numericLiteral(d);this.insertedLocs.add(e);return e};c.getInsertedLocs=function(){return this.insertedLocs};c.getContextId=function(){return i.getTypes().clone(this.contextId)};c.mark=function(e){i.getTypes().assertLiteral(e);var r=this.listing.length;if(e.value===d){e.value=r}else{a["default"].strictEqual(e.value,r)}this.marked[r]=true;return e};c.emit=function(e){var r=i.getTypes();if(r.isExpression(e)){e=r.expressionStatement(e)}r.assertStatement(e);this.listing.push(e)};c.emitAssign=function(e,r){this.emit(this.assign(e,r));return e};c.assign=function(e,r){var t=i.getTypes();return t.expressionStatement(t.assignmentExpression("=",t.cloneDeep(e),r))};c.contextProperty=function(e,r){var t=i.getTypes();return t.memberExpression(this.getContextId(),r?t.stringLiteral(e):t.identifier(e),!!r)};c.stop=function(e){if(e){this.setReturnValue(e)}this.jump(this.finalLoc)};c.setReturnValue=function(e){i.getTypes().assertExpression(e.value);this.emitAssign(this.contextProperty("rval"),this.explodeExpression(e))};c.clearPendingException=function(e,r){var t=i.getTypes();t.assertLiteral(e);var s=t.callExpression(this.contextProperty("catch",true),[t.clone(e)]);if(r){this.emitAssign(r,s)}else{this.emit(s)}};c.jump=function(e){this.emitAssign(this.contextProperty("next"),e);this.emit(i.getTypes().breakStatement())};c.jumpIf=function(e,r){var t=i.getTypes();t.assertExpression(e);t.assertLiteral(r);this.emit(t.ifStatement(e,t.blockStatement([this.assign(this.contextProperty("next"),r),t.breakStatement()])))};c.jumpIfNot=function(e,r){var t=i.getTypes();t.assertExpression(e);t.assertLiteral(r);var s;if(t.isUnaryExpression(e)&&e.operator==="!"){s=e.argument}else{s=t.unaryExpression("!",e)}this.emit(t.ifStatement(s,t.blockStatement([this.assign(this.contextProperty("next"),r),t.breakStatement()])))};c.makeTempVar=function(){return this.contextProperty("t"+this.nextTempId++)};c.getContextFunction=function(e){var r=i.getTypes();return r.functionExpression(e||null,[this.getContextId()],r.blockStatement([this.getDispatchLoop()]),false,false)};c.getDispatchLoop=function(){var e=this;var r=i.getTypes();var t=[];var s;var a=false;e.listing.forEach((function(n,o){if(e.marked.hasOwnProperty(o)){t.push(r.switchCase(r.numericLiteral(o),s=[]));a=false}if(!a){s.push(n);if(r.isCompletionStatement(n))a=true}}));this.finalLoc.value=this.listing.length;t.push(r.switchCase(this.finalLoc,[]),r.switchCase(r.stringLiteral("end"),[r.returnStatement(r.callExpression(this.contextProperty("stop"),[]))]));return r.whileStatement(r.numericLiteral(1),r.switchStatement(r.assignmentExpression("=",this.contextProperty("prev"),this.contextProperty("next")),t))};c.getTryLocsList=function(){if(this.tryEntries.length===0){return null}var e=i.getTypes();var r=0;return e.arrayExpression(this.tryEntries.map((function(t){var s=t.firstLoc.value;a["default"].ok(s>=r,"try entries out of order");r=s;var n=t.catchEntry;var o=t.finallyEntry;var i=[t.firstLoc,n?n.firstLoc:null];if(o){i[2]=o.firstLoc;i[3]=o.afterLoc}return e.arrayExpression(i.map((function(r){return r&&e.clone(r)})))})))};c.explode=function(e,r){var t=i.getTypes();var s=e.node;var a=this;t.assertNode(s);if(t.isDeclaration(s))throw getDeclError(s);if(t.isStatement(s))return a.explodeStatement(e);if(t.isExpression(s))return a.explodeExpression(e,r);switch(s.type){case"Program":return e.get("body").map(a.explodeStatement,a);case"VariableDeclarator":throw getDeclError(s);case"Property":case"SwitchCase":case"CatchClause":throw new Error(s.type+" nodes should be handled by their parents");default:throw new Error("unknown Node of type "+JSON.stringify(s.type))}};function getDeclError(e){return new Error("all declarations should have been transformed into "+"assignments before the Exploder began its work: "+JSON.stringify(e))}c.explodeStatement=function(e,r){var t=i.getTypes();var s=e.node;var l=this;var c,p,f;t.assertStatement(s);if(r){t.assertIdentifier(r)}else{r=null}if(t.isBlockStatement(s)){e.get("body").forEach((function(e){l.explodeStatement(e)}));return}if(!o.containsLeap(s)){l.emit(s);return}switch(s.type){case"ExpressionStatement":l.explodeExpression(e.get("expression"),true);break;case"LabeledStatement":p=this.loc();l.leapManager.withEntry(new n.LabeledEntry(p,s.label),(function(){l.explodeStatement(e.get("body"),s.label)}));l.mark(p);break;case"WhileStatement":c=this.loc();p=this.loc();l.mark(c);l.jumpIfNot(l.explodeExpression(e.get("test")),p);l.leapManager.withEntry(new n.LoopEntry(p,c,r),(function(){l.explodeStatement(e.get("body"))}));l.jump(c);l.mark(p);break;case"DoWhileStatement":var y=this.loc();var g=this.loc();p=this.loc();l.mark(y);l.leapManager.withEntry(new n.LoopEntry(p,g,r),(function(){l.explode(e.get("body"))}));l.mark(g);l.jumpIf(l.explodeExpression(e.get("test")),y);l.mark(p);break;case"ForStatement":f=this.loc();var h=this.loc();p=this.loc();if(s.init){l.explode(e.get("init"),true)}l.mark(f);if(s.test){l.jumpIfNot(l.explodeExpression(e.get("test")),p)}else{}l.leapManager.withEntry(new n.LoopEntry(p,h,r),(function(){l.explodeStatement(e.get("body"))}));l.mark(h);if(s.update){l.explode(e.get("update"),true)}l.jump(f);l.mark(p);break;case"TypeCastExpression":return l.explodeExpression(e.get("expression"));case"ForInStatement":f=this.loc();p=this.loc();var b=l.makeTempVar();l.emitAssign(b,t.callExpression(i.runtimeProperty("keys"),[l.explodeExpression(e.get("right"))]));l.mark(f);var x=l.makeTempVar();l.jumpIf(t.memberExpression(t.assignmentExpression("=",x,t.callExpression(t.cloneDeep(b),[])),t.identifier("done"),false),p);l.emitAssign(s.left,t.memberExpression(t.cloneDeep(x),t.identifier("value"),false));l.leapManager.withEntry(new n.LoopEntry(p,f,r),(function(){l.explodeStatement(e.get("body"))}));l.jump(f);l.mark(p);break;case"BreakStatement":l.emitAbruptCompletion({type:"break",target:l.leapManager.getBreakLoc(s.label)});break;case"ContinueStatement":l.emitAbruptCompletion({type:"continue",target:l.leapManager.getContinueLoc(s.label)});break;case"SwitchStatement":var v=l.emitAssign(l.makeTempVar(),l.explodeExpression(e.get("discriminant")));p=this.loc();var j=this.loc();var w=j;var E=[];var _=s.cases||[];for(var S=_.length-1;S>=0;--S){var k=_[S];t.assertSwitchCase(k);if(k.test){w=t.conditionalExpression(t.binaryExpression("===",t.cloneDeep(v),k.test),E[S]=this.loc(),w)}else{E[S]=j}}var D=e.get("discriminant");i.replaceWithOrRemove(D,w);l.jump(l.explodeExpression(D));l.leapManager.withEntry(new n.SwitchEntry(p),(function(){e.get("cases").forEach((function(e){var r=e.key;l.mark(E[r]);e.get("consequent").forEach((function(e){l.explodeStatement(e)}))}))}));l.mark(p);if(j.value===d){l.mark(j);a["default"].strictEqual(p.value,j.value)}break;case"IfStatement":var C=s.alternate&&this.loc();p=this.loc();l.jumpIfNot(l.explodeExpression(e.get("test")),C||p);l.explodeStatement(e.get("consequent"));if(C){l.jump(p);l.mark(C);l.explodeStatement(e.get("alternate"))}l.mark(p);break;case"ReturnStatement":l.emitAbruptCompletion({type:"return",value:l.explodeExpression(e.get("argument"))});break;case"WithStatement":throw new Error("WithStatement not supported in generator functions.");case"TryStatement":p=this.loc();var P=s.handler;var I=P&&this.loc();var A=I&&new n.CatchEntry(I,P.param);var O=s.finalizer&&this.loc();var R=O&&new n.FinallyEntry(O,p);var F=new n.TryEntry(l.getUnmarkedCurrentLoc(),A,R);l.tryEntries.push(F);l.updateContextPrevLoc(F.firstLoc);l.leapManager.withEntry(F,(function(){l.explodeStatement(e.get("block"));if(I){if(O){l.jump(O)}else{l.jump(p)}l.updateContextPrevLoc(l.mark(I));var r=e.get("handler.body");var s=l.makeTempVar();l.clearPendingException(F.firstLoc,s);r.traverse(u,{getSafeParam:function getSafeParam(){return t.cloneDeep(s)},catchParamName:P.param.name});l.leapManager.withEntry(A,(function(){l.explodeStatement(r)}))}if(O){l.updateContextPrevLoc(l.mark(O));l.leapManager.withEntry(R,(function(){l.explodeStatement(e.get("finalizer"))}));l.emit(t.returnStatement(t.callExpression(l.contextProperty("finish"),[R.firstLoc])))}}));l.mark(p);break;case"ThrowStatement":l.emit(t.throwStatement(l.explodeExpression(e.get("argument"))));break;case"ClassDeclaration":l.emit(l.explodeClass(e));break;default:throw new Error("unknown Statement of type "+JSON.stringify(s.type))}};var u={Identifier:function Identifier(e,r){if(e.node.name===r.catchParamName&&i.isReference(e)){i.replaceWithOrRemove(e,r.getSafeParam())}},Scope:function Scope(e,r){if(e.scope.hasOwnBinding(r.catchParamName)){e.skip()}}};c.emitAbruptCompletion=function(e){if(!isValidCompletion(e)){a["default"].ok(false,"invalid completion record: "+JSON.stringify(e))}a["default"].notStrictEqual(e.type,"normal","normal completions are not abrupt");var r=i.getTypes();var t=[r.stringLiteral(e.type)];if(e.type==="break"||e.type==="continue"){r.assertLiteral(e.target);t[1]=this.insertedLocs.has(e.target)?e.target:r.cloneDeep(e.target)}else if(e.type==="return"||e.type==="throw"){if(e.value){r.assertExpression(e.value);t[1]=this.insertedLocs.has(e.value)?e.value:r.cloneDeep(e.value)}}this.emit(r.returnStatement(r.callExpression(this.contextProperty("abrupt"),t)))};function isValidCompletion(e){var r=e.type;if(r==="normal"){return!l.call(e,"target")}if(r==="break"||r==="continue"){return!l.call(e,"value")&&i.getTypes().isLiteral(e.target)}if(r==="return"||r==="throw"){return l.call(e,"value")&&!l.call(e,"target")}return false}c.getUnmarkedCurrentLoc=function(){return i.getTypes().numericLiteral(this.listing.length)};c.updateContextPrevLoc=function(e){var r=i.getTypes();if(e){r.assertLiteral(e);if(e.value===d){e.value=this.listing.length}else{a["default"].strictEqual(e.value,this.listing.length)}}else{e=this.getUnmarkedCurrentLoc()}this.emitAssign(this.contextProperty("prev"),e)};c.explodeViaTempVar=function(e,r,t,s){a["default"].ok(!s||!e,"Ignoring the result of a child expression but forcing it to "+"be assigned to a temporary variable?");var n=i.getTypes();var o=this.explodeExpression(r,s);if(s){}else if(e||t&&!n.isLiteral(o)){o=this.emitAssign(e||this.makeTempVar(),o)}return o};c.explodeExpression=function(e,r){var t=i.getTypes();var s=e.node;if(s){t.assertExpression(s)}else{return s}var n=this;var l;var c;function finish(e){t.assertExpression(e);if(r){n.emit(e)}return e}if(!o.containsLeap(s)){return finish(s)}var d=o.containsLeap.onlyChildren(s);switch(s.type){case"MemberExpression":return finish(t.memberExpression(n.explodeExpression(e.get("object")),s.computed?n.explodeViaTempVar(null,e.get("property"),d):s.property,s.computed));case"CallExpression":var u=e.get("callee");var p=e.get("arguments");var f;var y;var g=p.some((function(e){return o.containsLeap(e.node)}));var h=null;if(t.isMemberExpression(u.node)){if(g){var b=n.explodeViaTempVar(n.makeTempVar(),u.get("object"),d);var x=u.node.computed?n.explodeViaTempVar(null,u.get("property"),d):u.node.property;h=b;f=t.memberExpression(t.memberExpression(t.cloneDeep(b),x,u.node.computed),t.identifier("call"),false)}else{f=n.explodeExpression(u)}}else{f=n.explodeViaTempVar(null,u,d);if(t.isMemberExpression(f)){f=t.sequenceExpression([t.numericLiteral(0),t.cloneDeep(f)])}}if(g){y=p.map((function(e){return n.explodeViaTempVar(null,e,d)}));if(h)y.unshift(h);y=y.map((function(e){return t.cloneDeep(e)}))}else{y=e.node.arguments}return finish(t.callExpression(f,y));case"NewExpression":return finish(t.newExpression(n.explodeViaTempVar(null,e.get("callee"),d),e.get("arguments").map((function(e){return n.explodeViaTempVar(null,e,d)}))));case"ObjectExpression":return finish(t.objectExpression(e.get("properties").map((function(e){if(e.isObjectProperty()){return t.objectProperty(e.node.key,n.explodeViaTempVar(null,e.get("value"),d),e.node.computed)}else{return e.node}}))));case"ArrayExpression":return finish(t.arrayExpression(e.get("elements").map((function(e){if(!e.node){return null}if(e.isSpreadElement()){return t.spreadElement(n.explodeViaTempVar(null,e.get("argument"),d))}else{return n.explodeViaTempVar(null,e,d)}}))));case"SequenceExpression":var v=s.expressions.length-1;e.get("expressions").forEach((function(e){if(e.key===v){l=n.explodeExpression(e,r)}else{n.explodeExpression(e,true)}}));return l;case"LogicalExpression":c=this.loc();if(!r){l=n.makeTempVar()}var j=n.explodeViaTempVar(l,e.get("left"),d);if(s.operator==="&&"){n.jumpIfNot(j,c)}else{a["default"].strictEqual(s.operator,"||");n.jumpIf(j,c)}n.explodeViaTempVar(l,e.get("right"),d,r);n.mark(c);return l;case"ConditionalExpression":var w=this.loc();c=this.loc();var E=n.explodeExpression(e.get("test"));n.jumpIfNot(E,w);if(!r){l=n.makeTempVar()}n.explodeViaTempVar(l,e.get("consequent"),d,r);n.jump(c);n.mark(w);n.explodeViaTempVar(l,e.get("alternate"),d,r);n.mark(c);return l;case"UnaryExpression":return finish(t.unaryExpression(s.operator,n.explodeExpression(e.get("argument")),!!s.prefix));case"BinaryExpression":return finish(t.binaryExpression(s.operator,n.explodeViaTempVar(null,e.get("left"),d),n.explodeViaTempVar(null,e.get("right"),d)));case"AssignmentExpression":if(s.operator==="="){return finish(t.assignmentExpression(s.operator,n.explodeExpression(e.get("left")),n.explodeExpression(e.get("right"))))}var _=n.explodeExpression(e.get("left"));var S=n.emitAssign(n.makeTempVar(),_);return finish(t.assignmentExpression("=",t.cloneDeep(_),t.assignmentExpression(s.operator,t.cloneDeep(S),n.explodeExpression(e.get("right")))));case"UpdateExpression":return finish(t.updateExpression(s.operator,n.explodeExpression(e.get("argument")),s.prefix));case"YieldExpression":c=this.loc();var k=s.argument&&n.explodeExpression(e.get("argument"));if(k&&s.delegate){var D=n.makeTempVar();var C=t.returnStatement(t.callExpression(n.contextProperty("delegateYield"),[k,t.stringLiteral(D.property.name),c]));C.loc=s.loc;n.emit(C);n.mark(c);return D}n.emitAssign(n.contextProperty("next"),c);var P=t.returnStatement(t.cloneDeep(k)||null);P.loc=s.loc;n.emit(P);n.mark(c);return n.contextProperty("sent");case"ClassExpression":return finish(n.explodeClass(e));default:throw new Error("unknown Expression of type "+JSON.stringify(s.type))}};c.explodeClass=function(e){var r=[];if(e.node.superClass){r.push(e.get("superClass"))}e.get("body.body").forEach((function(e){if(e.node.computed){r.push(e.get("key"))}}));var t=r.some((function(e){return o.containsLeap(e)}));for(var s=0;s<r.length;s++){var a=r[s];var n=s===r.length-1;if(n){a.replaceWith(this.explodeExpression(a))}else{a.replaceWith(this.explodeViaTempVar(null,a,t))}}return e.node}},9201:(e,r,t)=>{"use strict";var s=_interopRequireWildcard(t(8631));function _getRequireWildcardCache(e){if(typeof WeakMap!=="function")return null;var r=new WeakMap;var t=new WeakMap;return(_getRequireWildcardCache=function _getRequireWildcardCache(e){return e?t:r})(e)}function _interopRequireWildcard(e,r){if(!r&&e&&e.__esModule){return e}if(e===null||typeof e!=="object"&&typeof e!=="function"){return{default:e}}var t=_getRequireWildcardCache(r);if(t&&t.has(e)){return t.get(e)}var s={};var a=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var n in e){if(n!=="default"&&Object.prototype.hasOwnProperty.call(e,n)){var o=a?Object.getOwnPropertyDescriptor(e,n):null;if(o&&(o.get||o.set)){Object.defineProperty(s,n,o)}else{s[n]=e[n]}}}s["default"]=e;if(t){t.set(e,s)}return s}var a=Object.prototype.hasOwnProperty;r.hoist=function(e){var r=s.getTypes();r.assertFunction(e.node);var t={};function varDeclToExpr(e,s){var a=e.node,n=e.scope;r.assertVariableDeclaration(a);var o=[];a.declarations.forEach((function(e){t[e.id.name]=r.identifier(e.id.name);n.removeBinding(e.id.name);if(e.init){o.push(r.assignmentExpression("=",e.id,e.init))}else if(s){o.push(e.id)}}));if(o.length===0)return null;if(o.length===1)return o[0];return r.sequenceExpression(o)}e.get("body").traverse({VariableDeclaration:{exit:function exit(e){var t=varDeclToExpr(e,false);if(t===null){e.remove()}else{s.replaceWithOrRemove(e,r.expressionStatement(t))}e.skip()}},ForStatement:function ForStatement(e){var r=e.get("init");if(r.isVariableDeclaration()){s.replaceWithOrRemove(r,varDeclToExpr(r,false))}},ForXStatement:function ForXStatement(e){var r=e.get("left");if(r.isVariableDeclaration()){s.replaceWithOrRemove(r,varDeclToExpr(r,true))}},FunctionDeclaration:function FunctionDeclaration(e){var a=e.node;t[a.id.name]=a.id;var n=r.expressionStatement(r.assignmentExpression("=",r.clone(a.id),r.functionExpression(e.scope.generateUidIdentifierBasedOnNode(a),a.params,a.body,a.generator,a.expression)));if(e.parentPath.isBlockStatement()){e.parentPath.unshiftContainer("body",n);e.remove()}else{s.replaceWithOrRemove(e,n)}e.scope.removeBinding(a.id.name);e.skip()},FunctionExpression:function FunctionExpression(e){e.skip()},ArrowFunctionExpression:function ArrowFunctionExpression(e){e.skip()}});var n={};e.get("params").forEach((function(e){var t=e.node;if(r.isIdentifier(t)){n[t.name]=t}else{}}));var o=[];Object.keys(t).forEach((function(e){if(!a.call(n,e)){o.push(r.variableDeclarator(t[e],null))}}));if(o.length===0){return null}return r.variableDeclaration("var",o)}},9982:(e,r,t)=>{"use strict";r.__esModule=true;r["default"]=_default;var s=t(4212);function _default(e){var r={visitor:(0,s.getVisitor)(e)};var t=e&&e.version;if(t&&parseInt(t,10)>=7){r.name="regenerator-transform"}return r}},6226:(e,r,t)=>{"use strict";var s=t(8204);var a=s(t(9491));var n=t(9978);var o=t(3837);var i=t(8631);function Entry(){a["default"].ok(this instanceof Entry)}function FunctionEntry(e){Entry.call(this);(0,i.getTypes)().assertLiteral(e);this.returnLoc=e}(0,o.inherits)(FunctionEntry,Entry);r.FunctionEntry=FunctionEntry;function LoopEntry(e,r,t){Entry.call(this);var s=(0,i.getTypes)();s.assertLiteral(e);s.assertLiteral(r);if(t){s.assertIdentifier(t)}else{t=null}this.breakLoc=e;this.continueLoc=r;this.label=t}(0,o.inherits)(LoopEntry,Entry);r.LoopEntry=LoopEntry;function SwitchEntry(e){Entry.call(this);(0,i.getTypes)().assertLiteral(e);this.breakLoc=e}(0,o.inherits)(SwitchEntry,Entry);r.SwitchEntry=SwitchEntry;function TryEntry(e,r,t){Entry.call(this);var s=(0,i.getTypes)();s.assertLiteral(e);if(r){a["default"].ok(r instanceof CatchEntry)}else{r=null}if(t){a["default"].ok(t instanceof FinallyEntry)}else{t=null}a["default"].ok(r||t);this.firstLoc=e;this.catchEntry=r;this.finallyEntry=t}(0,o.inherits)(TryEntry,Entry);r.TryEntry=TryEntry;function CatchEntry(e,r){Entry.call(this);var t=(0,i.getTypes)();t.assertLiteral(e);t.assertIdentifier(r);this.firstLoc=e;this.paramId=r}(0,o.inherits)(CatchEntry,Entry);r.CatchEntry=CatchEntry;function FinallyEntry(e,r){Entry.call(this);var t=(0,i.getTypes)();t.assertLiteral(e);t.assertLiteral(r);this.firstLoc=e;this.afterLoc=r}(0,o.inherits)(FinallyEntry,Entry);r.FinallyEntry=FinallyEntry;function LabeledEntry(e,r){Entry.call(this);var t=(0,i.getTypes)();t.assertLiteral(e);t.assertIdentifier(r);this.breakLoc=e;this.label=r}(0,o.inherits)(LabeledEntry,Entry);r.LabeledEntry=LabeledEntry;function LeapManager(e){a["default"].ok(this instanceof LeapManager);a["default"].ok(e instanceof n.Emitter);this.emitter=e;this.entryStack=[new FunctionEntry(e.finalLoc)]}var l=LeapManager.prototype;r.LeapManager=LeapManager;l.withEntry=function(e,r){a["default"].ok(e instanceof Entry);this.entryStack.push(e);try{r.call(this.emitter)}finally{var t=this.entryStack.pop();a["default"].strictEqual(t,e)}};l._findLeapLocation=function(e,r){for(var t=this.entryStack.length-1;t>=0;--t){var s=this.entryStack[t];var a=s[e];if(a){if(r){if(s.label&&s.label.name===r.name){return a}}else if(s instanceof LabeledEntry){}else{return a}}}return null};l.getBreakLoc=function(e){return this._findLeapLocation("breakLoc",e)};l.getContinueLoc=function(e){return this._findLeapLocation("continueLoc",e)}},4342:(e,r,t)=>{"use strict";var s=t(8204);var a=s(t(9491));var n=t(8631);var o=new WeakMap;function m(e){if(!o.has(e)){o.set(e,{})}return o.get(e)}var i=Object.prototype.hasOwnProperty;function makePredicate(e,r){function onlyChildren(e){var r=(0,n.getTypes)();r.assertNode(e);var t=false;function check(e){if(t){}else if(Array.isArray(e)){e.some(check)}else if(r.isNode(e)){a["default"].strictEqual(t,false);t=predicate(e)}return t}var s=r.VISITOR_KEYS[e.type];if(s){for(var o=0;o<s.length;o++){var i=s[o];var l=e[i];check(l)}}return t}function predicate(t){(0,n.getTypes)().assertNode(t);var s=m(t);if(i.call(s,e))return s[e];if(i.call(l,t.type))return s[e]=false;if(i.call(r,t.type))return s[e]=true;return s[e]=onlyChildren(t)}predicate.onlyChildren=onlyChildren;return predicate}var l={FunctionExpression:true,ArrowFunctionExpression:true};var c={CallExpression:true,ForInStatement:true,UnaryExpression:true,BinaryExpression:true,AssignmentExpression:true,UpdateExpression:true,NewExpression:true};var d={YieldExpression:true,BreakStatement:true,ContinueStatement:true,ReturnStatement:true,ThrowStatement:true};for(var u in d){if(i.call(d,u)){c[u]=d[u]}}r.hasSideEffects=makePredicate("hasSideEffects",c);r.containsLeap=makePredicate("containsLeap",d)},7352:(e,r,t)=>{"use strict";r.__esModule=true;r["default"]=replaceShorthandObjectMethod;var s=_interopRequireWildcard(t(8631));function _getRequireWildcardCache(e){if(typeof WeakMap!=="function")return null;var r=new WeakMap;var t=new WeakMap;return(_getRequireWildcardCache=function _getRequireWildcardCache(e){return e?t:r})(e)}function _interopRequireWildcard(e,r){if(!r&&e&&e.__esModule){return e}if(e===null||typeof e!=="object"&&typeof e!=="function"){return{default:e}}var t=_getRequireWildcardCache(r);if(t&&t.has(e)){return t.get(e)}var s={};var a=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var n in e){if(n!=="default"&&Object.prototype.hasOwnProperty.call(e,n)){var o=a?Object.getOwnPropertyDescriptor(e,n):null;if(o&&(o.get||o.set)){Object.defineProperty(s,n,o)}else{s[n]=e[n]}}}s["default"]=e;if(t){t.set(e,s)}return s}function replaceShorthandObjectMethod(e){var r=s.getTypes();if(!e.node||!r.isFunction(e.node)){throw new Error("replaceShorthandObjectMethod can only be called on Function AST node paths.")}if(!r.isObjectMethod(e.node)){return e}if(!e.node.generator){return e}var t=e.node.params.map((function(e){return r.cloneDeep(e)}));var a=r.functionExpression(null,t,r.cloneDeep(e.node.body),e.node.generator,e.node.async);s.replaceWithOrRemove(e,r.objectProperty(r.cloneDeep(e.node.key),a,e.node.computed,false));return e.get("value")}},8631:(e,r)=>{"use strict";r.__esModule=true;r.getTypes=getTypes;r.isReference=isReference;r.replaceWithOrRemove=replaceWithOrRemove;r.runtimeProperty=runtimeProperty;r.wrapWithTypes=wrapWithTypes;var t=null;function wrapWithTypes(e,r){return function(){var s=t;t=e;try{for(var a=arguments.length,n=new Array(a),o=0;o<a;o++){n[o]=arguments[o]}return r.apply(this,n)}finally{t=s}}}function getTypes(){return t}function runtimeProperty(e){var r=getTypes();return r.memberExpression(r.identifier("regeneratorRuntime"),r.identifier(e),false)}function isReference(e){return e.isReferenced()||e.parentPath.isAssignmentExpression({left:e.node})}function replaceWithOrRemove(e,r){if(r){e.replaceWith(r)}else{e.remove()}}},4212:(e,r,t)=>{"use strict";var s=t(8204);var a=s(t(9491));var n=t(9201);var o=t(9978);var i=s(t(7352));var l=_interopRequireWildcard(t(8631));function _getRequireWildcardCache(e){if(typeof WeakMap!=="function")return null;var r=new WeakMap;var t=new WeakMap;return(_getRequireWildcardCache=function _getRequireWildcardCache(e){return e?t:r})(e)}function _interopRequireWildcard(e,r){if(!r&&e&&e.__esModule){return e}if(e===null||typeof e!=="object"&&typeof e!=="function"){return{default:e}}var t=_getRequireWildcardCache(r);if(t&&t.has(e)){return t.get(e)}var s={};var a=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var n in e){if(n!=="default"&&Object.prototype.hasOwnProperty.call(e,n)){var o=a?Object.getOwnPropertyDescriptor(e,n):null;if(o&&(o.get||o.set)){Object.defineProperty(s,n,o)}else{s[n]=e[n]}}}s["default"]=e;if(t){t.set(e,s)}return s}r.getVisitor=function(e){var r=e.types;return{Method:function Method(e,t){var s=e.node;if(!shouldRegenerate(s,t))return;var a=r.functionExpression(null,[],r.cloneNode(s.body,false),s.generator,s.async);e.get("body").set("body",[r.returnStatement(r.callExpression(a,[]))]);s.async=false;s.generator=false;e.get("body.body.0.argument.callee").unwrapFunctionEnvironment()},Function:{exit:l.wrapWithTypes(r,(function(e,t){var s=e.node;if(!shouldRegenerate(s,t))return;e=(0,i["default"])(e);s=e.node;var a=e.scope.generateUidIdentifier("context");var c=e.scope.generateUidIdentifier("args");e.ensureBlock();var f=e.get("body");if(s.async){f.traverse(p)}f.traverse(u,{context:a});var y=[];var g=[];f.get("body").forEach((function(e){var t=e.node;if(r.isExpressionStatement(t)&&r.isStringLiteral(t.expression)){y.push(t)}else if(t&&t._blockHoist!=null){y.push(t)}else{g.push(t)}}));if(y.length>0){f.node.body=g}var h=getOuterFnExpr(e);r.assertIdentifier(s.id);var b=r.identifier(s.id.name+"$");var x=(0,n.hoist)(e);var v={usesThis:false,usesArguments:false,getArgsId:function getArgsId(){return r.clone(c)}};e.traverse(d,v);if(v.usesArguments){x=x||r.variableDeclaration("var",[]);x.declarations.push(r.variableDeclarator(r.clone(c),r.identifier("arguments")))}var j=new o.Emitter(a);j.explode(e.get("body"));if(x&&x.declarations.length>0){y.push(x)}var w=[j.getContextFunction(b)];var E=j.getTryLocsList();if(s.generator){w.push(h)}else if(v.usesThis||E||s.async){w.push(r.nullLiteral())}if(v.usesThis){w.push(r.thisExpression())}else if(E||s.async){w.push(r.nullLiteral())}if(E){w.push(E)}else if(s.async){w.push(r.nullLiteral())}if(s.async){var _=e.scope;do{if(_.hasOwnBinding("Promise"))_.rename("Promise")}while(_=_.parent);w.push(r.identifier("Promise"))}var S=r.callExpression(l.runtimeProperty(s.async?"async":"wrap"),w);y.push(r.returnStatement(S));s.body=r.blockStatement(y);e.get("body.body").forEach((function(e){return e.scope.registerDeclaration(e)}));var k=f.node.directives;if(k){s.body.directives=k}var D=s.generator;if(D){s.generator=false}if(s.async){s.async=false}if(D&&r.isExpression(s)){l.replaceWithOrRemove(e,r.callExpression(l.runtimeProperty("mark"),[s]));e.addComment("leading","#__PURE__")}var C=j.getInsertedLocs();e.traverse({NumericLiteral:function NumericLiteral(e){if(!C.has(e.node)){return}e.replaceWith(r.numericLiteral(e.node.value))}});e.requeue()}))}}};function shouldRegenerate(e,r){if(e.generator){if(e.async){return r.opts.asyncGenerators!==false}else{return r.opts.generators!==false}}else if(e.async){return r.opts.async!==false}else{return false}}function getOuterFnExpr(e){var r=l.getTypes();var t=e.node;r.assertFunction(t);if(!t.id){t.id=e.scope.parent.generateUidIdentifier("callee")}if(t.generator&&r.isFunctionDeclaration(t)){return getMarkedFunctionId(e)}return r.clone(t.id)}var c=new WeakMap;function getMarkInfo(e){if(!c.has(e)){c.set(e,{})}return c.get(e)}function getMarkedFunctionId(e){var r=l.getTypes();var t=e.node;r.assertIdentifier(t.id);var s=e.findParent((function(e){return e.isProgram()||e.isBlockStatement()}));if(!s){return t.id}var n=s.node;a["default"].ok(Array.isArray(n.body));var o=getMarkInfo(n);if(!o.decl){o.decl=r.variableDeclaration("var",[]);s.unshiftContainer("body",o.decl);o.declPath=s.get("body.0")}a["default"].strictEqual(o.declPath.node,o.decl);var i=s.scope.generateUidIdentifier("marked");var c=r.callExpression(l.runtimeProperty("mark"),[r.clone(t.id)]);var d=o.decl.declarations.push(r.variableDeclarator(i,c))-1;var u=o.declPath.get("declarations."+d+".init");a["default"].strictEqual(u.node,c);u.addComment("leading","#__PURE__");return r.clone(i)}var d={"FunctionExpression|FunctionDeclaration|Method":function FunctionExpressionFunctionDeclarationMethod(e){e.skip()},Identifier:function Identifier(e,r){if(e.node.name==="arguments"&&l.isReference(e)){l.replaceWithOrRemove(e,r.getArgsId());r.usesArguments=true}},ThisExpression:function ThisExpression(e,r){r.usesThis=true}};var u={MetaProperty:function MetaProperty(e){var r=e.node;if(r.meta.name==="function"&&r.property.name==="sent"){var t=l.getTypes();l.replaceWithOrRemove(e,t.memberExpression(t.clone(this.context),t.identifier("_sent")))}}};var p={Function:function Function(e){e.skip()},AwaitExpression:function AwaitExpression(e){var r=l.getTypes();var t=e.node.argument;l.replaceWithOrRemove(e,r.yieldExpression(r.callExpression(l.runtimeProperty("awrap"),[t]),false))}}},5154:(e,r,t)=>{"use strict";const s=t(1068);r.UNICODE_SET=s().addRange(0,1114111);r.UNICODE_IV_SET=s(215,257,259,261,263,265,267,269,271,273,275,277,279,281,283,285,287,289,291,293,295,297,299,301,307,309,314,316,318,320,322,324,326,331,333,335,337,339,341,343,345,347,349,351,353,355,357,359,361,363,365,367,369,371,373,375,378,380,382,384,387,389,392,402,405,414,417,419,421,424,429,432,436,438,454,457,460,462,464,466,468,470,472,474,479,481,483,485,487,489,491,493,499,501,505,507,509,511,513,515,517,519,521,523,525,527,529,531,533,535,537,539,541,543,545,547,549,551,553,555,557,559,561,572,578,583,585,587,589,881,903,907,909,912,930,983,985,987,989,991,993,995,997,999,1001,1003,1005,1007,1014,1016,1121,1123,1125,1127,1129,1131,1133,1135,1137,1139,1141,1143,1145,1147,1149,1151,1163,1165,1167,1169,1171,1173,1175,1177,1179,1181,1183,1185,1187,1189,1191,1193,1195,1197,1199,1201,1203,1205,1207,1209,1211,1213,1215,1218,1220,1222,1224,1226,1228,1233,1235,1237,1239,1241,1243,1245,1247,1249,1251,1253,1255,1257,1259,1261,1263,1265,1267,1269,1271,1273,1275,1277,1279,1281,1283,1285,1287,1289,1291,1293,1295,1297,1299,1301,1303,1305,1307,1309,1311,1313,1315,1317,1319,1321,1323,1325,4294,7681,7683,7685,7687,7689,7691,7693,7695,7697,7699,7701,7703,7705,7707,7709,7711,7713,7715,7717,7719,7721,7723,7725,7727,7729,7731,7733,7735,7737,7739,7741,7743,7745,7747,7749,7751,7753,7755,7757,7759,7761,7763,7765,7767,7769,7771,7773,7775,7777,7779,7781,7783,7785,7787,7789,7791,7793,7795,7797,7799,7801,7803,7805,7807,7809,7811,7813,7815,7817,7819,7821,7823,7825,7827,7839,7841,7843,7845,7847,7849,7851,7853,7855,7857,7859,7861,7863,7865,7867,7869,7871,7873,7875,7877,7879,7881,7883,7885,7887,7889,7891,7893,7895,7897,7899,7901,7903,7905,7907,7909,7911,7913,7915,7917,7919,7921,7923,7925,7927,7929,7931,7933,8026,8028,8030,8125,11361,11368,11370,11372,11377,11393,11395,11397,11399,11401,11403,11405,11407,11409,11411,11413,11415,11417,11419,11421,11423,11425,11427,11429,11431,11433,11435,11437,11439,11441,11443,11445,11447,11449,11451,11453,11455,11457,11459,11461,11463,11465,11467,11469,11471,11473,11475,11477,11479,11481,11483,11485,11487,11489,11500,42561,42563,42565,42567,42569,42571,42573,42575,42577,42579,42581,42583,42585,42587,42589,42591,42593,42595,42597,42599,42601,42603,42625,42627,42629,42631,42633,42635,42637,42639,42641,42643,42645,42647,42649,42787,42789,42791,42793,42795,42797,42803,42805,42807,42809,42811,42813,42815,42817,42819,42821,42823,42825,42827,42829,42831,42833,42835,42837,42839,42841,42843,42845,42847,42849,42851,42853,42855,42857,42859,42861,42874,42876,42879,42881,42883,42885,42892,42897,42903,42905,42907,42909,42911,42913,42915,42917,42919,42921,42927,42933,42935,42937,42939,42941,42943,42945,42947,42952,42954,42967,42969,42971,66939,66955,66963).addRange(0,64).addRange(91,180).addRange(182,191).addRange(223,255).addRange(303,305).addRange(311,312).addRange(328,329).addRange(396,397).addRange(409,411).addRange(426,427).addRange(441,443).addRange(445,451).addRange(476,477).addRange(495,496).addRange(563,569).addRange(575,576).addRange(591,836).addRange(838,879).addRange(883,885).addRange(887,894).addRange(896,901).addRange(940,961).addRange(963,974).addRange(978,980).addRange(1010,1011).addRange(1019,1020).addRange(1072,1119).addRange(1153,1161).addRange(1230,1231).addRange(1327,1328).addRange(1367,4255).addRange(4296,4300).addRange(4302,5111).addRange(5118,7295).addRange(7306,7311).addRange(7355,7356).addRange(7360,7679).addRange(7829,7834).addRange(7836,7837).addRange(7935,7943).addRange(7952,7959).addRange(7966,7975).addRange(7984,7991).addRange(8e3,8007).addRange(8014,8024).addRange(8032,8039).addRange(8048,8071).addRange(8080,8087).addRange(8096,8103).addRange(8112,8119).addRange(8127,8135).addRange(8141,8146).addRange(8148,8151).addRange(8156,8162).addRange(8164,8167).addRange(8173,8183).addRange(8189,8485).addRange(8487,8489).addRange(8492,8497).addRange(8499,8543).addRange(8560,8578).addRange(8580,9397).addRange(9424,11263).addRange(11312,11359).addRange(11365,11366).addRange(11379,11380).addRange(11382,11389).addRange(11491,11498).addRange(11502,11505).addRange(11507,42559).addRange(42605,42623).addRange(42651,42785).addRange(42799,42801).addRange(42863,42872).addRange(42887,42890).addRange(42894,42895).addRange(42899,42901).addRange(42957,42959).addRange(42961,42965).addRange(42973,42996).addRange(42998,43887).addRange(43968,64260).addRange(64262,65312).addRange(65339,66559).addRange(66600,66735).addRange(66772,66927).addRange(66966,68735).addRange(68787,68943).addRange(68966,71839).addRange(71872,93759).addRange(93792,125183).addRange(125218,1114111)},3072:(e,r,t)=>{"use strict";const s=t(1068);const a=t(5154).UNICODE_IV_SET;r.REGULAR=new Map([["d",s().addRange(48,57)],["D",s().addRange(0,47).addRange(58,65535)],["s",s(32,160,5760,8239,8287,12288,65279).addRange(9,13).addRange(8192,8202).addRange(8232,8233)],["S",s().addRange(0,8).addRange(14,31).addRange(33,159).addRange(161,5759).addRange(5761,8191).addRange(8203,8231).addRange(8234,8238).addRange(8240,8286).addRange(8288,12287).addRange(12289,65278).addRange(65280,65535)],["w",s(95).addRange(48,57).addRange(65,90).addRange(97,122)],["W",s(96).addRange(0,47).addRange(58,64).addRange(91,94).addRange(123,65535)]]);r.UNICODE=new Map([["d",s().addRange(48,57)],["D",s().addRange(0,47).addRange(58,1114111)],["s",s(32,160,5760,8239,8287,12288,65279).addRange(9,13).addRange(8192,8202).addRange(8232,8233)],["S",s().addRange(0,8).addRange(14,31).addRange(33,159).addRange(161,5759).addRange(5761,8191).addRange(8203,8231).addRange(8234,8238).addRange(8240,8286).addRange(8288,12287).addRange(12289,65278).addRange(65280,1114111)],["w",s(95).addRange(48,57).addRange(65,90).addRange(97,122)],["W",s(96).addRange(0,47).addRange(58,64).addRange(91,94).addRange(123,1114111)]]);r.UNICODE_IGNORE_CASE=new Map([["d",s().addRange(48,57)],["D",s().addRange(0,47).addRange(58,1114111)],["s",s(32,160,5760,8239,8287,12288,65279).addRange(9,13).addRange(8192,8202).addRange(8232,8233)],["S",s().addRange(0,8).addRange(14,31).addRange(33,159).addRange(161,5759).addRange(5761,8191).addRange(8203,8231).addRange(8234,8238).addRange(8240,8286).addRange(8288,12287).addRange(12289,65278).addRange(65280,1114111)],["w",s(95,383,8490).addRange(48,57).addRange(65,90).addRange(97,122)],["W",s(96).addRange(0,47).addRange(58,64).addRange(91,94).addRange(123,382).addRange(384,8489).addRange(8491,1114111)]]);r.UNICODESET_IGNORE_CASE=new Map([["d",s().addRange(48,57)],["D",a.clone().remove(s().addRange(48,57))],["s",s(32,160,5760,8239,8287,12288,65279).addRange(9,13).addRange(8192,8202).addRange(8232,8233)],["S",a.clone().remove(s(32,160,5760,8239,8287,12288,65279).addRange(9,13).addRange(8192,8202).addRange(8232,8233))],["w",s(95).addRange(48,57).addRange(97,122)],["W",a.clone().remove(s(95).addRange(48,57).addRange(97,122))]])},3082:e=>{e.exports=new Map([[181,956],[192,224],[193,225],[194,226],[195,227],[196,228],[197,229],[198,230],[199,231],[200,232],[201,233],[202,234],[203,235],[204,236],[205,237],[206,238],[207,239],[208,240],[209,241],[210,242],[211,243],[212,244],[213,245],[214,246],[216,248],[217,249],[218,250],[219,251],[220,252],[221,253],[222,254],[224,192],[225,193],[226,194],[227,195],[228,196],[229,197],[230,198],[231,199],[232,200],[233,201],[234,202],[235,203],[236,204],[237,205],[238,206],[239,207],[240,208],[241,209],[242,210],[243,211],[244,212],[245,213],[246,214],[248,216],[249,217],[250,218],[251,219],[252,220],[253,221],[254,222],[255,376],[256,257],[257,256],[258,259],[259,258],[260,261],[261,260],[262,263],[263,262],[264,265],[265,264],[266,267],[267,266],[268,269],[269,268],[270,271],[271,270],[272,273],[273,272],[274,275],[275,274],[276,277],[277,276],[278,279],[279,278],[280,281],[281,280],[282,283],[283,282],[284,285],[285,284],[286,287],[287,286],[288,289],[289,288],[290,291],[291,290],[292,293],[293,292],[294,295],[295,294],[296,297],[297,296],[298,299],[299,298],[300,301],[301,300],[302,303],[303,302],[306,307],[307,306],[308,309],[309,308],[310,311],[311,310],[313,314],[314,313],[315,316],[316,315],[317,318],[318,317],[319,320],[320,319],[321,322],[322,321],[323,324],[324,323],[325,326],[326,325],[327,328],[328,327],[330,331],[331,330],[332,333],[333,332],[334,335],[335,334],[336,337],[337,336],[338,339],[339,338],[340,341],[341,340],[342,343],[343,342],[344,345],[345,344],[346,347],[347,346],[348,349],[349,348],[350,351],[351,350],[352,353],[353,352],[354,355],[355,354],[356,357],[357,356],[358,359],[359,358],[360,361],[361,360],[362,363],[363,362],[364,365],[365,364],[366,367],[367,366],[368,369],[369,368],[370,371],[371,370],[372,373],[373,372],[374,375],[375,374],[376,255],[377,378],[378,377],[379,380],[380,379],[381,382],[382,381],[384,579],[385,595],[386,387],[387,386],[388,389],[389,388],[390,596],[391,392],[392,391],[393,598],[394,599],[395,396],[396,395],[398,477],[399,601],[400,603],[401,402],[402,401],[403,608],[404,611],[405,502],[406,617],[407,616],[408,409],[409,408],[410,573],[411,42972],[412,623],[413,626],[414,544],[415,629],[416,417],[417,416],[418,419],[419,418],[420,421],[421,420],[422,640],[423,424],[424,423],[425,643],[428,429],[429,428],[430,648],[431,432],[432,431],[433,650],[434,651],[435,436],[436,435],[437,438],[438,437],[439,658],[440,441],[441,440],[444,445],[445,444],[447,503],[452,454],[453,454],[454,[452,453]],[455,457],[456,457],[457,[455,456]],[458,460],[459,460],[460,[458,459]],[461,462],[462,461],[463,464],[464,463],[465,466],[466,465],[467,468],[468,467],[469,470],[470,469],[471,472],[472,471],[473,474],[474,473],[475,476],[476,475],[477,398],[478,479],[479,478],[480,481],[481,480],[482,483],[483,482],[484,485],[485,484],[486,487],[487,486],[488,489],[489,488],[490,491],[491,490],[492,493],[493,492],[494,495],[495,494],[497,499],[498,499],[499,[497,498]],[500,501],[501,500],[502,405],[503,447],[504,505],[505,504],[506,507],[507,506],[508,509],[509,508],[510,511],[511,510],[512,513],[513,512],[514,515],[515,514],[516,517],[517,516],[518,519],[519,518],[520,521],[521,520],[522,523],[523,522],[524,525],[525,524],[526,527],[527,526],[528,529],[529,528],[530,531],[531,530],[532,533],[533,532],[534,535],[535,534],[536,537],[537,536],[538,539],[539,538],[540,541],[541,540],[542,543],[543,542],[544,414],[546,547],[547,546],[548,549],[549,548],[550,551],[551,550],[552,553],[553,552],[554,555],[555,554],[556,557],[557,556],[558,559],[559,558],[560,561],[561,560],[562,563],[563,562],[570,11365],[571,572],[572,571],[573,410],[574,11366],[575,11390],[576,11391],[577,578],[578,577],[579,384],[580,649],[581,652],[582,583],[583,582],[584,585],[585,584],[586,587],[587,586],[588,589],[589,588],[590,591],[591,590],[592,11375],[593,11373],[594,11376],[595,385],[596,390],[598,393],[599,394],[601,399],[603,400],[604,42923],[608,403],[609,42924],[611,404],[612,42955],[613,42893],[614,42922],[616,407],[617,406],[618,42926],[619,11362],[620,42925],[623,412],[625,11374],[626,413],[629,415],[637,11364],[640,422],[642,42949],[643,425],[647,42929],[648,430],[649,580],[650,433],[651,434],[652,581],[658,439],[669,42930],[670,42928],[837,953],[880,881],[881,880],[882,883],[883,882],[886,887],[887,886],[891,1021],[892,1022],[893,1023],[895,1011],[902,940],[904,941],[905,942],[906,943],[908,972],[910,973],[911,974],[913,945],[914,946],[915,947],[916,948],[917,949],[918,950],[919,951],[920,952],[921,953],[922,954],[923,955],[924,956],[925,957],[926,958],[927,959],[928,960],[929,961],[931,963],[932,964],[933,965],[934,966],[935,967],[936,968],[937,969],[938,970],[939,971],[940,902],[941,904],[942,905],[943,906],[945,913],[946,[914,976]],[947,915],[948,916],[949,[917,1013]],[950,918],[951,919],[952,[920,977]],[953,[837,921,8126]],[954,[922,1008]],[955,923],[956,[181,924]],[957,925],[958,926],[959,927],[960,[928,982]],[961,[929,1009]],[962,963],[963,[931,962]],[964,932],[965,933],[966,[934,981]],[967,935],[968,936],[969,937],[970,938],[971,939],[972,908],[973,910],[974,911],[975,983],[976,946],[977,952],[981,966],[982,960],[983,975],[984,985],[985,984],[986,987],[987,986],[988,989],[989,988],[990,991],[991,990],[992,993],[993,992],[994,995],[995,994],[996,997],[997,996],[998,999],[999,998],[1e3,1001],[1001,1e3],[1002,1003],[1003,1002],[1004,1005],[1005,1004],[1006,1007],[1007,1006],[1008,954],[1009,961],[1010,1017],[1011,895],[1013,949],[1015,1016],[1016,1015],[1017,1010],[1018,1019],[1019,1018],[1021,891],[1022,892],[1023,893],[1024,1104],[1025,1105],[1026,1106],[1027,1107],[1028,1108],[1029,1109],[1030,1110],[1031,1111],[1032,1112],[1033,1113],[1034,1114],[1035,1115],[1036,1116],[1037,1117],[1038,1118],[1039,1119],[1040,1072],[1041,1073],[1042,1074],[1043,1075],[1044,1076],[1045,1077],[1046,1078],[1047,1079],[1048,1080],[1049,1081],[1050,1082],[1051,1083],[1052,1084],[1053,1085],[1054,1086],[1055,1087],[1056,1088],[1057,1089],[1058,1090],[1059,1091],[1060,1092],[1061,1093],[1062,1094],[1063,1095],[1064,1096],[1065,1097],[1066,1098],[1067,1099],[1068,1100],[1069,1101],[1070,1102],[1071,1103],[1072,1040],[1073,1041],[1074,[1042,7296]],[1075,1043],[1076,[1044,7297]],[1077,1045],[1078,1046],[1079,1047],[1080,1048],[1081,1049],[1082,1050],[1083,1051],[1084,1052],[1085,1053],[1086,[1054,7298]],[1087,1055],[1088,1056],[1089,[1057,7299]],[1090,[1058,7300,7301]],[1091,1059],[1092,1060],[1093,1061],[1094,1062],[1095,1063],[1096,1064],[1097,1065],[1098,[1066,7302]],[1099,1067],[1100,1068],[1101,1069],[1102,1070],[1103,1071],[1104,1024],[1105,1025],[1106,1026],[1107,1027],[1108,1028],[1109,1029],[1110,1030],[1111,1031],[1112,1032],[1113,1033],[1114,1034],[1115,1035],[1116,1036],[1117,1037],[1118,1038],[1119,1039],[1120,1121],[1121,1120],[1122,1123],[1123,[1122,7303]],[1124,1125],[1125,1124],[1126,1127],[1127,1126],[1128,1129],[1129,1128],[1130,1131],[1131,1130],[1132,1133],[1133,1132],[1134,1135],[1135,1134],[1136,1137],[1137,1136],[1138,1139],[1139,1138],[1140,1141],[1141,1140],[1142,1143],[1143,1142],[1144,1145],[1145,1144],[1146,1147],[1147,1146],[1148,1149],[1149,1148],[1150,1151],[1151,1150],[1152,1153],[1153,1152],[1162,1163],[1163,1162],[1164,1165],[1165,1164],[1166,1167],[1167,1166],[1168,1169],[1169,1168],[1170,1171],[1171,1170],[1172,1173],[1173,1172],[1174,1175],[1175,1174],[1176,1177],[1177,1176],[1178,1179],[1179,1178],[1180,1181],[1181,1180],[1182,1183],[1183,1182],[1184,1185],[1185,1184],[1186,1187],[1187,1186],[1188,1189],[1189,1188],[1190,1191],[1191,1190],[1192,1193],[1193,1192],[1194,1195],[1195,1194],[1196,1197],[1197,1196],[1198,1199],[1199,1198],[1200,1201],[1201,1200],[1202,1203],[1203,1202],[1204,1205],[1205,1204],[1206,1207],[1207,1206],[1208,1209],[1209,1208],[1210,1211],[1211,1210],[1212,1213],[1213,1212],[1214,1215],[1215,1214],[1216,1231],[1217,1218],[1218,1217],[1219,1220],[1220,1219],[1221,1222],[1222,1221],[1223,1224],[1224,1223],[1225,1226],[1226,1225],[1227,1228],[1228,1227],[1229,1230],[1230,1229],[1231,1216],[1232,1233],[1233,1232],[1234,1235],[1235,1234],[1236,1237],[1237,1236],[1238,1239],[1239,1238],[1240,1241],[1241,1240],[1242,1243],[1243,1242],[1244,1245],[1245,1244],[1246,1247],[1247,1246],[1248,1249],[1249,1248],[1250,1251],[1251,1250],[1252,1253],[1253,1252],[1254,1255],[1255,1254],[1256,1257],[1257,1256],[1258,1259],[1259,1258],[1260,1261],[1261,1260],[1262,1263],[1263,1262],[1264,1265],[1265,1264],[1266,1267],[1267,1266],[1268,1269],[1269,1268],[1270,1271],[1271,1270],[1272,1273],[1273,1272],[1274,1275],[1275,1274],[1276,1277],[1277,1276],[1278,1279],[1279,1278],[1280,1281],[1281,1280],[1282,1283],[1283,1282],[1284,1285],[1285,1284],[1286,1287],[1287,1286],[1288,1289],[1289,1288],[1290,1291],[1291,1290],[1292,1293],[1293,1292],[1294,1295],[1295,1294],[1296,1297],[1297,1296],[1298,1299],[1299,1298],[1300,1301],[1301,1300],[1302,1303],[1303,1302],[1304,1305],[1305,1304],[1306,1307],[1307,1306],[1308,1309],[1309,1308],[1310,1311],[1311,1310],[1312,1313],[1313,1312],[1314,1315],[1315,1314],[1316,1317],[1317,1316],[1318,1319],[1319,1318],[1320,1321],[1321,1320],[1322,1323],[1323,1322],[1324,1325],[1325,1324],[1326,1327],[1327,1326],[1329,1377],[1330,1378],[1331,1379],[1332,1380],[1333,1381],[1334,1382],[1335,1383],[1336,1384],[1337,1385],[1338,1386],[1339,1387],[1340,1388],[1341,1389],[1342,1390],[1343,1391],[1344,1392],[1345,1393],[1346,1394],[1347,1395],[1348,1396],[1349,1397],[1350,1398],[1351,1399],[1352,1400],[1353,1401],[1354,1402],[1355,1403],[1356,1404],[1357,1405],[1358,1406],[1359,1407],[1360,1408],[1361,1409],[1362,1410],[1363,1411],[1364,1412],[1365,1413],[1366,1414],[1377,1329],[1378,1330],[1379,1331],[1380,1332],[1381,1333],[1382,1334],[1383,1335],[1384,1336],[1385,1337],[1386,1338],[1387,1339],[1388,1340],[1389,1341],[1390,1342],[1391,1343],[1392,1344],[1393,1345],[1394,1346],[1395,1347],[1396,1348],[1397,1349],[1398,1350],[1399,1351],[1400,1352],[1401,1353],[1402,1354],[1403,1355],[1404,1356],[1405,1357],[1406,1358],[1407,1359],[1408,1360],[1409,1361],[1410,1362],[1411,1363],[1412,1364],[1413,1365],[1414,1366],[4256,11520],[4257,11521],[4258,11522],[4259,11523],[4260,11524],[4261,11525],[4262,11526],[4263,11527],[4264,11528],[4265,11529],[4266,11530],[4267,11531],[4268,11532],[4269,11533],[4270,11534],[4271,11535],[4272,11536],[4273,11537],[4274,11538],[4275,11539],[4276,11540],[4277,11541],[4278,11542],[4279,11543],[4280,11544],[4281,11545],[4282,11546],[4283,11547],[4284,11548],[4285,11549],[4286,11550],[4287,11551],[4288,11552],[4289,11553],[4290,11554],[4291,11555],[4292,11556],[4293,11557],[4295,11559],[4301,11565],[4304,7312],[4305,7313],[4306,7314],[4307,7315],[4308,7316],[4309,7317],[4310,7318],[4311,7319],[4312,7320],[4313,7321],[4314,7322],[4315,7323],[4316,7324],[4317,7325],[4318,7326],[4319,7327],[4320,7328],[4321,7329],[4322,7330],[4323,7331],[4324,7332],[4325,7333],[4326,7334],[4327,7335],[4328,7336],[4329,7337],[4330,7338],[4331,7339],[4332,7340],[4333,7341],[4334,7342],[4335,7343],[4336,7344],[4337,7345],[4338,7346],[4339,7347],[4340,7348],[4341,7349],[4342,7350],[4343,7351],[4344,7352],[4345,7353],[4346,7354],[4349,7357],[4350,7358],[4351,7359],[5024,43888],[5025,43889],[5026,43890],[5027,43891],[5028,43892],[5029,43893],[5030,43894],[5031,43895],[5032,43896],[5033,43897],[5034,43898],[5035,43899],[5036,43900],[5037,43901],[5038,43902],[5039,43903],[5040,43904],[5041,43905],[5042,43906],[5043,43907],[5044,43908],[5045,43909],[5046,43910],[5047,43911],[5048,43912],[5049,43913],[5050,43914],[5051,43915],[5052,43916],[5053,43917],[5054,43918],[5055,43919],[5056,43920],[5057,43921],[5058,43922],[5059,43923],[5060,43924],[5061,43925],[5062,43926],[5063,43927],[5064,43928],[5065,43929],[5066,43930],[5067,43931],[5068,43932],[5069,43933],[5070,43934],[5071,43935],[5072,43936],[5073,43937],[5074,43938],[5075,43939],[5076,43940],[5077,43941],[5078,43942],[5079,43943],[5080,43944],[5081,43945],[5082,43946],[5083,43947],[5084,43948],[5085,43949],[5086,43950],[5087,43951],[5088,43952],[5089,43953],[5090,43954],[5091,43955],[5092,43956],[5093,43957],[5094,43958],[5095,43959],[5096,43960],[5097,43961],[5098,43962],[5099,43963],[5100,43964],[5101,43965],[5102,43966],[5103,43967],[5104,5112],[5105,5113],[5106,5114],[5107,5115],[5108,5116],[5109,5117],[5112,5104],[5113,5105],[5114,5106],[5115,5107],[5116,5108],[5117,5109],[7296,1074],[7297,1076],[7298,1086],[7299,1089],[7300,1090],[7301,1090],[7302,1098],[7303,1123],[7304,42571],[7305,7306],[7306,7305],[7312,4304],[7313,4305],[7314,4306],[7315,4307],[7316,4308],[7317,4309],[7318,4310],[7319,4311],[7320,4312],[7321,4313],[7322,4314],[7323,4315],[7324,4316],[7325,4317],[7326,4318],[7327,4319],[7328,4320],[7329,4321],[7330,4322],[7331,4323],[7332,4324],[7333,4325],[7334,4326],[7335,4327],[7336,4328],[7337,4329],[7338,4330],[7339,4331],[7340,4332],[7341,4333],[7342,4334],[7343,4335],[7344,4336],[7345,4337],[7346,4338],[7347,4339],[7348,4340],[7349,4341],[7350,4342],[7351,4343],[7352,4344],[7353,4345],[7354,4346],[7357,4349],[7358,4350],[7359,4351],[7545,42877],[7549,11363],[7566,42950],[7680,7681],[7681,7680],[7682,7683],[7683,7682],[7684,7685],[7685,7684],[7686,7687],[7687,7686],[7688,7689],[7689,7688],[7690,7691],[7691,7690],[7692,7693],[7693,7692],[7694,7695],[7695,7694],[7696,7697],[7697,7696],[7698,7699],[7699,7698],[7700,7701],[7701,7700],[7702,7703],[7703,7702],[7704,7705],[7705,7704],[7706,7707],[7707,7706],[7708,7709],[7709,7708],[7710,7711],[7711,7710],[7712,7713],[7713,7712],[7714,7715],[7715,7714],[7716,7717],[7717,7716],[7718,7719],[7719,7718],[7720,7721],[7721,7720],[7722,7723],[7723,7722],[7724,7725],[7725,7724],[7726,7727],[7727,7726],[7728,7729],[7729,7728],[7730,7731],[7731,7730],[7732,7733],[7733,7732],[7734,7735],[7735,7734],[7736,7737],[7737,7736],[7738,7739],[7739,7738],[7740,7741],[7741,7740],[7742,7743],[7743,7742],[7744,7745],[7745,7744],[7746,7747],[7747,7746],[7748,7749],[7749,7748],[7750,7751],[7751,7750],[7752,7753],[7753,7752],[7754,7755],[7755,7754],[7756,7757],[7757,7756],[7758,7759],[7759,7758],[7760,7761],[7761,7760],[7762,7763],[7763,7762],[7764,7765],[7765,7764],[7766,7767],[7767,7766],[7768,7769],[7769,7768],[7770,7771],[7771,7770],[7772,7773],[7773,7772],[7774,7775],[7775,7774],[7776,7777],[7777,[7776,7835]],[7778,7779],[7779,7778],[7780,7781],[7781,7780],[7782,7783],[7783,7782],[7784,7785],[7785,7784],[7786,7787],[7787,7786],[7788,7789],[7789,7788],[7790,7791],[7791,7790],[7792,7793],[7793,7792],[7794,7795],[7795,7794],[7796,7797],[7797,7796],[7798,7799],[7799,7798],[7800,7801],[7801,7800],[7802,7803],[7803,7802],[7804,7805],[7805,7804],[7806,7807],[7807,7806],[7808,7809],[7809,7808],[7810,7811],[7811,7810],[7812,7813],[7813,7812],[7814,7815],[7815,7814],[7816,7817],[7817,7816],[7818,7819],[7819,7818],[7820,7821],[7821,7820],[7822,7823],[7823,7822],[7824,7825],[7825,7824],[7826,7827],[7827,7826],[7828,7829],[7829,7828],[7835,7777],[7840,7841],[7841,7840],[7842,7843],[7843,7842],[7844,7845],[7845,7844],[7846,7847],[7847,7846],[7848,7849],[7849,7848],[7850,7851],[7851,7850],[7852,7853],[7853,7852],[7854,7855],[7855,7854],[7856,7857],[7857,7856],[7858,7859],[7859,7858],[7860,7861],[7861,7860],[7862,7863],[7863,7862],[7864,7865],[7865,7864],[7866,7867],[7867,7866],[7868,7869],[7869,7868],[7870,7871],[7871,7870],[7872,7873],[7873,7872],[7874,7875],[7875,7874],[7876,7877],[7877,7876],[7878,7879],[7879,7878],[7880,7881],[7881,7880],[7882,7883],[7883,7882],[7884,7885],[7885,7884],[7886,7887],[7887,7886],[7888,7889],[7889,7888],[7890,7891],[7891,7890],[7892,7893],[7893,7892],[7894,7895],[7895,7894],[7896,7897],[7897,7896],[7898,7899],[7899,7898],[7900,7901],[7901,7900],[7902,7903],[7903,7902],[7904,7905],[7905,7904],[7906,7907],[7907,7906],[7908,7909],[7909,7908],[7910,7911],[7911,7910],[7912,7913],[7913,7912],[7914,7915],[7915,7914],[7916,7917],[7917,7916],[7918,7919],[7919,7918],[7920,7921],[7921,7920],[7922,7923],[7923,7922],[7924,7925],[7925,7924],[7926,7927],[7927,7926],[7928,7929],[7929,7928],[7930,7931],[7931,7930],[7932,7933],[7933,7932],[7934,7935],[7935,7934],[7936,7944],[7937,7945],[7938,7946],[7939,7947],[7940,7948],[7941,7949],[7942,7950],[7943,7951],[7944,7936],[7945,7937],[7946,7938],[7947,7939],[7948,7940],[7949,7941],[7950,7942],[7951,7943],[7952,7960],[7953,7961],[7954,7962],[7955,7963],[7956,7964],[7957,7965],[7960,7952],[7961,7953],[7962,7954],[7963,7955],[7964,7956],[7965,7957],[7968,7976],[7969,7977],[7970,7978],[7971,7979],[7972,7980],[7973,7981],[7974,7982],[7975,7983],[7976,7968],[7977,7969],[7978,7970],[7979,7971],[7980,7972],[7981,7973],[7982,7974],[7983,7975],[7984,7992],[7985,7993],[7986,7994],[7987,7995],[7988,7996],[7989,7997],[7990,7998],[7991,7999],[7992,7984],[7993,7985],[7994,7986],[7995,7987],[7996,7988],[7997,7989],[7998,7990],[7999,7991],[8e3,8008],[8001,8009],[8002,8010],[8003,8011],[8004,8012],[8005,8013],[8008,8e3],[8009,8001],[8010,8002],[8011,8003],[8012,8004],[8013,8005],[8017,8025],[8019,8027],[8021,8029],[8023,8031],[8025,8017],[8027,8019],[8029,8021],[8031,8023],[8032,8040],[8033,8041],[8034,8042],[8035,8043],[8036,8044],[8037,8045],[8038,8046],[8039,8047],[8040,8032],[8041,8033],[8042,8034],[8043,8035],[8044,8036],[8045,8037],[8046,8038],[8047,8039],[8048,8122],[8049,8123],[8050,8136],[8051,8137],[8052,8138],[8053,8139],[8054,8154],[8055,8155],[8056,8184],[8057,8185],[8058,8170],[8059,8171],[8060,8186],[8061,8187],[8112,8120],[8113,8121],[8120,8112],[8121,8113],[8122,8048],[8123,8049],[8126,953],[8136,8050],[8137,8051],[8138,8052],[8139,8053],[8144,8152],[8145,8153],[8152,8144],[8153,8145],[8154,8054],[8155,8055],[8160,8168],[8161,8169],[8165,8172],[8168,8160],[8169,8161],[8170,8058],[8171,8059],[8172,8165],[8184,8056],[8185,8057],[8186,8060],[8187,8061],[8498,8526],[8526,8498],[8544,8560],[8545,8561],[8546,8562],[8547,8563],[8548,8564],[8549,8565],[8550,8566],[8551,8567],[8552,8568],[8553,8569],[8554,8570],[8555,8571],[8556,8572],[8557,8573],[8558,8574],[8559,8575],[8560,8544],[8561,8545],[8562,8546],[8563,8547],[8564,8548],[8565,8549],[8566,8550],[8567,8551],[8568,8552],[8569,8553],[8570,8554],[8571,8555],[8572,8556],[8573,8557],[8574,8558],[8575,8559],[8579,8580],[8580,8579],[9398,9424],[9399,9425],[9400,9426],[9401,9427],[9402,9428],[9403,9429],[9404,9430],[9405,9431],[9406,9432],[9407,9433],[9408,9434],[9409,9435],[9410,9436],[9411,9437],[9412,9438],[9413,9439],[9414,9440],[9415,9441],[9416,9442],[9417,9443],[9418,9444],[9419,9445],[9420,9446],[9421,9447],[9422,9448],[9423,9449],[9424,9398],[9425,9399],[9426,9400],[9427,9401],[9428,9402],[9429,9403],[9430,9404],[9431,9405],[9432,9406],[9433,9407],[9434,9408],[9435,9409],[9436,9410],[9437,9411],[9438,9412],[9439,9413],[9440,9414],[9441,9415],[9442,9416],[9443,9417],[9444,9418],[9445,9419],[9446,9420],[9447,9421],[9448,9422],[9449,9423],[11264,11312],[11265,11313],[11266,11314],[11267,11315],[11268,11316],[11269,11317],[11270,11318],[11271,11319],[11272,11320],[11273,11321],[11274,11322],[11275,11323],[11276,11324],[11277,11325],[11278,11326],[11279,11327],[11280,11328],[11281,11329],[11282,11330],[11283,11331],[11284,11332],[11285,11333],[11286,11334],[11287,11335],[11288,11336],[11289,11337],[11290,11338],[11291,11339],[11292,11340],[11293,11341],[11294,11342],[11295,11343],[11296,11344],[11297,11345],[11298,11346],[11299,11347],[11300,11348],[11301,11349],[11302,11350],[11303,11351],[11304,11352],[11305,11353],[11306,11354],[11307,11355],[11308,11356],[11309,11357],[11310,11358],[11311,11359],[11312,11264],[11313,11265],[11314,11266],[11315,11267],[11316,11268],[11317,11269],[11318,11270],[11319,11271],[11320,11272],[11321,11273],[11322,11274],[11323,11275],[11324,11276],[11325,11277],[11326,11278],[11327,11279],[11328,11280],[11329,11281],[11330,11282],[11331,11283],[11332,11284],[11333,11285],[11334,11286],[11335,11287],[11336,11288],[11337,11289],[11338,11290],[11339,11291],[11340,11292],[11341,11293],[11342,11294],[11343,11295],[11344,11296],[11345,11297],[11346,11298],[11347,11299],[11348,11300],[11349,11301],[11350,11302],[11351,11303],[11352,11304],[11353,11305],[11354,11306],[11355,11307],[11356,11308],[11357,11309],[11358,11310],[11359,11311],[11360,11361],[11361,11360],[11362,619],[11363,7549],[11364,637],[11365,570],[11366,574],[11367,11368],[11368,11367],[11369,11370],[11370,11369],[11371,11372],[11372,11371],[11373,593],[11374,625],[11375,592],[11376,594],[11378,11379],[11379,11378],[11381,11382],[11382,11381],[11390,575],[11391,576],[11392,11393],[11393,11392],[11394,11395],[11395,11394],[11396,11397],[11397,11396],[11398,11399],[11399,11398],[11400,11401],[11401,11400],[11402,11403],[11403,11402],[11404,11405],[11405,11404],[11406,11407],[11407,11406],[11408,11409],[11409,11408],[11410,11411],[11411,11410],[11412,11413],[11413,11412],[11414,11415],[11415,11414],[11416,11417],[11417,11416],[11418,11419],[11419,11418],[11420,11421],[11421,11420],[11422,11423],[11423,11422],[11424,11425],[11425,11424],[11426,11427],[11427,11426],[11428,11429],[11429,11428],[11430,11431],[11431,11430],[11432,11433],[11433,11432],[11434,11435],[11435,11434],[11436,11437],[11437,11436],[11438,11439],[11439,11438],[11440,11441],[11441,11440],[11442,11443],[11443,11442],[11444,11445],[11445,11444],[11446,11447],[11447,11446],[11448,11449],[11449,11448],[11450,11451],[11451,11450],[11452,11453],[11453,11452],[11454,11455],[11455,11454],[11456,11457],[11457,11456],[11458,11459],[11459,11458],[11460,11461],[11461,11460],[11462,11463],[11463,11462],[11464,11465],[11465,11464],[11466,11467],[11467,11466],[11468,11469],[11469,11468],[11470,11471],[11471,11470],[11472,11473],[11473,11472],[11474,11475],[11475,11474],[11476,11477],[11477,11476],[11478,11479],[11479,11478],[11480,11481],[11481,11480],[11482,11483],[11483,11482],[11484,11485],[11485,11484],[11486,11487],[11487,11486],[11488,11489],[11489,11488],[11490,11491],[11491,11490],[11499,11500],[11500,11499],[11501,11502],[11502,11501],[11506,11507],[11507,11506],[11520,4256],[11521,4257],[11522,4258],[11523,4259],[11524,4260],[11525,4261],[11526,4262],[11527,4263],[11528,4264],[11529,4265],[11530,4266],[11531,4267],[11532,4268],[11533,4269],[11534,4270],[11535,4271],[11536,4272],[11537,4273],[11538,4274],[11539,4275],[11540,4276],[11541,4277],[11542,4278],[11543,4279],[11544,4280],[11545,4281],[11546,4282],[11547,4283],[11548,4284],[11549,4285],[11550,4286],[11551,4287],[11552,4288],[11553,4289],[11554,4290],[11555,4291],[11556,4292],[11557,4293],[11559,4295],[11565,4301],[42560,42561],[42561,42560],[42562,42563],[42563,42562],[42564,42565],[42565,42564],[42566,42567],[42567,42566],[42568,42569],[42569,42568],[42570,42571],[42571,[7304,42570]],[42572,42573],[42573,42572],[42574,42575],[42575,42574],[42576,42577],[42577,42576],[42578,42579],[42579,42578],[42580,42581],[42581,42580],[42582,42583],[42583,42582],[42584,42585],[42585,42584],[42586,42587],[42587,42586],[42588,42589],[42589,42588],[42590,42591],[42591,42590],[42592,42593],[42593,42592],[42594,42595],[42595,42594],[42596,42597],[42597,42596],[42598,42599],[42599,42598],[42600,42601],[42601,42600],[42602,42603],[42603,42602],[42604,42605],[42605,42604],[42624,42625],[42625,42624],[42626,42627],[42627,42626],[42628,42629],[42629,42628],[42630,42631],[42631,42630],[42632,42633],[42633,42632],[42634,42635],[42635,42634],[42636,42637],[42637,42636],[42638,42639],[42639,42638],[42640,42641],[42641,42640],[42642,42643],[42643,42642],[42644,42645],[42645,42644],[42646,42647],[42647,42646],[42648,42649],[42649,42648],[42650,42651],[42651,42650],[42786,42787],[42787,42786],[42788,42789],[42789,42788],[42790,42791],[42791,42790],[42792,42793],[42793,42792],[42794,42795],[42795,42794],[42796,42797],[42797,42796],[42798,42799],[42799,42798],[42802,42803],[42803,42802],[42804,42805],[42805,42804],[42806,42807],[42807,42806],[42808,42809],[42809,42808],[42810,42811],[42811,42810],[42812,42813],[42813,42812],[42814,42815],[42815,42814],[42816,42817],[42817,42816],[42818,42819],[42819,42818],[42820,42821],[42821,42820],[42822,42823],[42823,42822],[42824,42825],[42825,42824],[42826,42827],[42827,42826],[42828,42829],[42829,42828],[42830,42831],[42831,42830],[42832,42833],[42833,42832],[42834,42835],[42835,42834],[42836,42837],[42837,42836],[42838,42839],[42839,42838],[42840,42841],[42841,42840],[42842,42843],[42843,42842],[42844,42845],[42845,42844],[42846,42847],[42847,42846],[42848,42849],[42849,42848],[42850,42851],[42851,42850],[42852,42853],[42853,42852],[42854,42855],[42855,42854],[42856,42857],[42857,42856],[42858,42859],[42859,42858],[42860,42861],[42861,42860],[42862,42863],[42863,42862],[42873,42874],[42874,42873],[42875,42876],[42876,42875],[42877,7545],[42878,42879],[42879,42878],[42880,42881],[42881,42880],[42882,42883],[42883,42882],[42884,42885],[42885,42884],[42886,42887],[42887,42886],[42891,42892],[42892,42891],[42893,613],[42896,42897],[42897,42896],[42898,42899],[42899,42898],[42900,42948],[42902,42903],[42903,42902],[42904,42905],[42905,42904],[42906,42907],[42907,42906],[42908,42909],[42909,42908],[42910,42911],[42911,42910],[42912,42913],[42913,42912],[42914,42915],[42915,42914],[42916,42917],[42917,42916],[42918,42919],[42919,42918],[42920,42921],[42921,42920],[42922,614],[42923,604],[42924,609],[42925,620],[42926,618],[42928,670],[42929,647],[42930,669],[42931,43859],[42932,42933],[42933,42932],[42934,42935],[42935,42934],[42936,42937],[42937,42936],[42938,42939],[42939,42938],[42940,42941],[42941,42940],[42942,42943],[42943,42942],[42944,42945],[42945,42944],[42946,42947],[42947,42946],[42948,42900],[42949,642],[42950,7566],[42951,42952],[42952,42951],[42953,42954],[42954,42953],[42955,612],[42956,42957],[42957,42956],[42960,42961],[42961,42960],[42966,42967],[42967,42966],[42968,42969],[42969,42968],[42970,42971],[42971,42970],[42972,411],[42997,42998],[42998,42997],[43859,42931],[43888,5024],[43889,5025],[43890,5026],[43891,5027],[43892,5028],[43893,5029],[43894,5030],[43895,5031],[43896,5032],[43897,5033],[43898,5034],[43899,5035],[43900,5036],[43901,5037],[43902,5038],[43903,5039],[43904,5040],[43905,5041],[43906,5042],[43907,5043],[43908,5044],[43909,5045],[43910,5046],[43911,5047],[43912,5048],[43913,5049],[43914,5050],[43915,5051],[43916,5052],[43917,5053],[43918,5054],[43919,5055],[43920,5056],[43921,5057],[43922,5058],[43923,5059],[43924,5060],[43925,5061],[43926,5062],[43927,5063],[43928,5064],[43929,5065],[43930,5066],[43931,5067],[43932,5068],[43933,5069],[43934,5070],[43935,5071],[43936,5072],[43937,5073],[43938,5074],[43939,5075],[43940,5076],[43941,5077],[43942,5078],[43943,5079],[43944,5080],[43945,5081],[43946,5082],[43947,5083],[43948,5084],[43949,5085],[43950,5086],[43951,5087],[43952,5088],[43953,5089],[43954,5090],[43955,5091],[43956,5092],[43957,5093],[43958,5094],[43959,5095],[43960,5096],[43961,5097],[43962,5098],[43963,5099],[43964,5100],[43965,5101],[43966,5102],[43967,5103],[65313,65345],[65314,65346],[65315,65347],[65316,65348],[65317,65349],[65318,65350],[65319,65351],[65320,65352],[65321,65353],[65322,65354],[65323,65355],[65324,65356],[65325,65357],[65326,65358],[65327,65359],[65328,65360],[65329,65361],[65330,65362],[65331,65363],[65332,65364],[65333,65365],[65334,65366],[65335,65367],[65336,65368],[65337,65369],[65338,65370],[65345,65313],[65346,65314],[65347,65315],[65348,65316],[65349,65317],[65350,65318],[65351,65319],[65352,65320],[65353,65321],[65354,65322],[65355,65323],[65356,65324],[65357,65325],[65358,65326],[65359,65327],[65360,65328],[65361,65329],[65362,65330],[65363,65331],[65364,65332],[65365,65333],[65366,65334],[65367,65335],[65368,65336],[65369,65337],[65370,65338]])},751:e=>{e.exports=new Map([[65,97],[66,98],[67,99],[68,100],[69,101],[70,102],[71,103],[72,104],[73,105],[74,106],[75,107],[76,108],[77,109],[78,110],[79,111],[80,112],[81,113],[82,114],[83,115],[84,116],[85,117],[86,118],[87,119],[88,120],[89,121],[90,122],[181,956],[192,224],[193,225],[194,226],[195,227],[196,228],[197,229],[198,230],[199,231],[200,232],[201,233],[202,234],[203,235],[204,236],[205,237],[206,238],[207,239],[208,240],[209,241],[210,242],[211,243],[212,244],[213,245],[214,246],[216,248],[217,249],[218,250],[219,251],[220,252],[221,253],[222,254],[256,257],[258,259],[260,261],[262,263],[264,265],[266,267],[268,269],[270,271],[272,273],[274,275],[276,277],[278,279],[280,281],[282,283],[284,285],[286,287],[288,289],[290,291],[292,293],[294,295],[296,297],[298,299],[300,301],[302,303],[306,307],[308,309],[310,311],[313,314],[315,316],[317,318],[319,320],[321,322],[323,324],[325,326],[327,328],[330,331],[332,333],[334,335],[336,337],[338,339],[340,341],[342,343],[344,345],[346,347],[348,349],[350,351],[352,353],[354,355],[356,357],[358,359],[360,361],[362,363],[364,365],[366,367],[368,369],[370,371],[372,373],[374,375],[376,255],[377,378],[379,380],[381,382],[383,115],[385,595],[386,387],[388,389],[390,596],[391,392],[393,598],[394,599],[395,396],[398,477],[399,601],[400,603],[401,402],[403,608],[404,611],[406,617],[407,616],[408,409],[412,623],[413,626],[415,629],[416,417],[418,419],[420,421],[422,640],[423,424],[425,643],[428,429],[430,648],[431,432],[433,650],[434,651],[435,436],[437,438],[439,658],[440,441],[444,445],[452,454],[453,454],[455,457],[456,457],[458,460],[459,460],[461,462],[463,464],[465,466],[467,468],[469,470],[471,472],[473,474],[475,476],[478,479],[480,481],[482,483],[484,485],[486,487],[488,489],[490,491],[492,493],[494,495],[497,499],[498,499],[500,501],[502,405],[503,447],[504,505],[506,507],[508,509],[510,511],[512,513],[514,515],[516,517],[518,519],[520,521],[522,523],[524,525],[526,527],[528,529],[530,531],[532,533],[534,535],[536,537],[538,539],[540,541],[542,543],[544,414],[546,547],[548,549],[550,551],[552,553],[554,555],[556,557],[558,559],[560,561],[562,563],[570,11365],[571,572],[573,410],[574,11366],[577,578],[579,384],[580,649],[581,652],[582,583],[584,585],[586,587],[588,589],[590,591],[837,953],[880,881],[882,883],[886,887],[895,1011],[902,940],[904,941],[905,942],[906,943],[908,972],[910,973],[911,974],[913,945],[914,946],[915,947],[916,948],[917,949],[918,950],[919,951],[920,952],[921,953],[922,954],[923,955],[924,956],[925,957],[926,958],[927,959],[928,960],[929,961],[931,963],[932,964],[933,965],[934,966],[935,967],[936,968],[937,969],[938,970],[939,971],[962,963],[975,983],[976,946],[977,952],[981,966],[982,960],[984,985],[986,987],[988,989],[990,991],[992,993],[994,995],[996,997],[998,999],[1e3,1001],[1002,1003],[1004,1005],[1006,1007],[1008,954],[1009,961],[1012,952],[1013,949],[1015,1016],[1017,1010],[1018,1019],[1021,891],[1022,892],[1023,893],[1024,1104],[1025,1105],[1026,1106],[1027,1107],[1028,1108],[1029,1109],[1030,1110],[1031,1111],[1032,1112],[1033,1113],[1034,1114],[1035,1115],[1036,1116],[1037,1117],[1038,1118],[1039,1119],[1040,1072],[1041,1073],[1042,1074],[1043,1075],[1044,1076],[1045,1077],[1046,1078],[1047,1079],[1048,1080],[1049,1081],[1050,1082],[1051,1083],[1052,1084],[1053,1085],[1054,1086],[1055,1087],[1056,1088],[1057,1089],[1058,1090],[1059,1091],[1060,1092],[1061,1093],[1062,1094],[1063,1095],[1064,1096],[1065,1097],[1066,1098],[1067,1099],[1068,1100],[1069,1101],[1070,1102],[1071,1103],[1120,1121],[1122,1123],[1124,1125],[1126,1127],[1128,1129],[1130,1131],[1132,1133],[1134,1135],[1136,1137],[1138,1139],[1140,1141],[1142,1143],[1144,1145],[1146,1147],[1148,1149],[1150,1151],[1152,1153],[1162,1163],[1164,1165],[1166,1167],[1168,1169],[1170,1171],[1172,1173],[1174,1175],[1176,1177],[1178,1179],[1180,1181],[1182,1183],[1184,1185],[1186,1187],[1188,1189],[1190,1191],[1192,1193],[1194,1195],[1196,1197],[1198,1199],[1200,1201],[1202,1203],[1204,1205],[1206,1207],[1208,1209],[1210,1211],[1212,1213],[1214,1215],[1216,1231],[1217,1218],[1219,1220],[1221,1222],[1223,1224],[1225,1226],[1227,1228],[1229,1230],[1232,1233],[1234,1235],[1236,1237],[1238,1239],[1240,1241],[1242,1243],[1244,1245],[1246,1247],[1248,1249],[1250,1251],[1252,1253],[1254,1255],[1256,1257],[1258,1259],[1260,1261],[1262,1263],[1264,1265],[1266,1267],[1268,1269],[1270,1271],[1272,1273],[1274,1275],[1276,1277],[1278,1279],[1280,1281],[1282,1283],[1284,1285],[1286,1287],[1288,1289],[1290,1291],[1292,1293],[1294,1295],[1296,1297],[1298,1299],[1300,1301],[1302,1303],[1304,1305],[1306,1307],[1308,1309],[1310,1311],[1312,1313],[1314,1315],[1316,1317],[1318,1319],[1320,1321],[1322,1323],[1324,1325],[1326,1327],[1329,1377],[1330,1378],[1331,1379],[1332,1380],[1333,1381],[1334,1382],[1335,1383],[1336,1384],[1337,1385],[1338,1386],[1339,1387],[1340,1388],[1341,1389],[1342,1390],[1343,1391],[1344,1392],[1345,1393],[1346,1394],[1347,1395],[1348,1396],[1349,1397],[1350,1398],[1351,1399],[1352,1400],[1353,1401],[1354,1402],[1355,1403],[1356,1404],[1357,1405],[1358,1406],[1359,1407],[1360,1408],[1361,1409],[1362,1410],[1363,1411],[1364,1412],[1365,1413],[1366,1414],[4256,11520],[4257,11521],[4258,11522],[4259,11523],[4260,11524],[4261,11525],[4262,11526],[4263,11527],[4264,11528],[4265,11529],[4266,11530],[4267,11531],[4268,11532],[4269,11533],[4270,11534],[4271,11535],[4272,11536],[4273,11537],[4274,11538],[4275,11539],[4276,11540],[4277,11541],[4278,11542],[4279,11543],[4280,11544],[4281,11545],[4282,11546],[4283,11547],[4284,11548],[4285,11549],[4286,11550],[4287,11551],[4288,11552],[4289,11553],[4290,11554],[4291,11555],[4292,11556],[4293,11557],[4295,11559],[4301,11565],[5112,5104],[5113,5105],[5114,5106],[5115,5107],[5116,5108],[5117,5109],[7296,1074],[7297,1076],[7298,1086],[7299,1089],[7300,1090],[7301,1090],[7302,1098],[7303,1123],[7304,42571],[7305,7306],[7312,4304],[7313,4305],[7314,4306],[7315,4307],[7316,4308],[7317,4309],[7318,4310],[7319,4311],[7320,4312],[7321,4313],[7322,4314],[7323,4315],[7324,4316],[7325,4317],[7326,4318],[7327,4319],[7328,4320],[7329,4321],[7330,4322],[7331,4323],[7332,4324],[7333,4325],[7334,4326],[7335,4327],[7336,4328],[7337,4329],[7338,4330],[7339,4331],[7340,4332],[7341,4333],[7342,4334],[7343,4335],[7344,4336],[7345,4337],[7346,4338],[7347,4339],[7348,4340],[7349,4341],[7350,4342],[7351,4343],[7352,4344],[7353,4345],[7354,4346],[7357,4349],[7358,4350],[7359,4351],[7680,7681],[7682,7683],[7684,7685],[7686,7687],[7688,7689],[7690,7691],[7692,7693],[7694,7695],[7696,7697],[7698,7699],[7700,7701],[7702,7703],[7704,7705],[7706,7707],[7708,7709],[7710,7711],[7712,7713],[7714,7715],[7716,7717],[7718,7719],[7720,7721],[7722,7723],[7724,7725],[7726,7727],[7728,7729],[7730,7731],[7732,7733],[7734,7735],[7736,7737],[7738,7739],[7740,7741],[7742,7743],[7744,7745],[7746,7747],[7748,7749],[7750,7751],[7752,7753],[7754,7755],[7756,7757],[7758,7759],[7760,7761],[7762,7763],[7764,7765],[7766,7767],[7768,7769],[7770,7771],[7772,7773],[7774,7775],[7776,7777],[7778,7779],[7780,7781],[7782,7783],[7784,7785],[7786,7787],[7788,7789],[7790,7791],[7792,7793],[7794,7795],[7796,7797],[7798,7799],[7800,7801],[7802,7803],[7804,7805],[7806,7807],[7808,7809],[7810,7811],[7812,7813],[7814,7815],[7816,7817],[7818,7819],[7820,7821],[7822,7823],[7824,7825],[7826,7827],[7828,7829],[7835,7777],[7838,223],[7840,7841],[7842,7843],[7844,7845],[7846,7847],[7848,7849],[7850,7851],[7852,7853],[7854,7855],[7856,7857],[7858,7859],[7860,7861],[7862,7863],[7864,7865],[7866,7867],[7868,7869],[7870,7871],[7872,7873],[7874,7875],[7876,7877],[7878,7879],[7880,7881],[7882,7883],[7884,7885],[7886,7887],[7888,7889],[7890,7891],[7892,7893],[7894,7895],[7896,7897],[7898,7899],[7900,7901],[7902,7903],[7904,7905],[7906,7907],[7908,7909],[7910,7911],[7912,7913],[7914,7915],[7916,7917],[7918,7919],[7920,7921],[7922,7923],[7924,7925],[7926,7927],[7928,7929],[7930,7931],[7932,7933],[7934,7935],[7944,7936],[7945,7937],[7946,7938],[7947,7939],[7948,7940],[7949,7941],[7950,7942],[7951,7943],[7960,7952],[7961,7953],[7962,7954],[7963,7955],[7964,7956],[7965,7957],[7976,7968],[7977,7969],[7978,7970],[7979,7971],[7980,7972],[7981,7973],[7982,7974],[7983,7975],[7992,7984],[7993,7985],[7994,7986],[7995,7987],[7996,7988],[7997,7989],[7998,7990],[7999,7991],[8008,8e3],[8009,8001],[8010,8002],[8011,8003],[8012,8004],[8013,8005],[8025,8017],[8027,8019],[8029,8021],[8031,8023],[8040,8032],[8041,8033],[8042,8034],[8043,8035],[8044,8036],[8045,8037],[8046,8038],[8047,8039],[8072,8064],[8073,8065],[8074,8066],[8075,8067],[8076,8068],[8077,8069],[8078,8070],[8079,8071],[8088,8080],[8089,8081],[8090,8082],[8091,8083],[8092,8084],[8093,8085],[8094,8086],[8095,8087],[8104,8096],[8105,8097],[8106,8098],[8107,8099],[8108,8100],[8109,8101],[8110,8102],[8111,8103],[8120,8112],[8121,8113],[8122,8048],[8123,8049],[8124,8115],[8126,953],[8136,8050],[8137,8051],[8138,8052],[8139,8053],[8140,8131],[8147,912],[8152,8144],[8153,8145],[8154,8054],[8155,8055],[8163,944],[8168,8160],[8169,8161],[8170,8058],[8171,8059],[8172,8165],[8184,8056],[8185,8057],[8186,8060],[8187,8061],[8188,8179],[8486,969],[8490,107],[8491,229],[8498,8526],[8544,8560],[8545,8561],[8546,8562],[8547,8563],[8548,8564],[8549,8565],[8550,8566],[8551,8567],[8552,8568],[8553,8569],[8554,8570],[8555,8571],[8556,8572],[8557,8573],[8558,8574],[8559,8575],[8579,8580],[9398,9424],[9399,9425],[9400,9426],[9401,9427],[9402,9428],[9403,9429],[9404,9430],[9405,9431],[9406,9432],[9407,9433],[9408,9434],[9409,9435],[9410,9436],[9411,9437],[9412,9438],[9413,9439],[9414,9440],[9415,9441],[9416,9442],[9417,9443],[9418,9444],[9419,9445],[9420,9446],[9421,9447],[9422,9448],[9423,9449],[11264,11312],[11265,11313],[11266,11314],[11267,11315],[11268,11316],[11269,11317],[11270,11318],[11271,11319],[11272,11320],[11273,11321],[11274,11322],[11275,11323],[11276,11324],[11277,11325],[11278,11326],[11279,11327],[11280,11328],[11281,11329],[11282,11330],[11283,11331],[11284,11332],[11285,11333],[11286,11334],[11287,11335],[11288,11336],[11289,11337],[11290,11338],[11291,11339],[11292,11340],[11293,11341],[11294,11342],[11295,11343],[11296,11344],[11297,11345],[11298,11346],[11299,11347],[11300,11348],[11301,11349],[11302,11350],[11303,11351],[11304,11352],[11305,11353],[11306,11354],[11307,11355],[11308,11356],[11309,11357],[11310,11358],[11311,11359],[11360,11361],[11362,619],[11363,7549],[11364,637],[11367,11368],[11369,11370],[11371,11372],[11373,593],[11374,625],[11375,592],[11376,594],[11378,11379],[11381,11382],[11390,575],[11391,576],[11392,11393],[11394,11395],[11396,11397],[11398,11399],[11400,11401],[11402,11403],[11404,11405],[11406,11407],[11408,11409],[11410,11411],[11412,11413],[11414,11415],[11416,11417],[11418,11419],[11420,11421],[11422,11423],[11424,11425],[11426,11427],[11428,11429],[11430,11431],[11432,11433],[11434,11435],[11436,11437],[11438,11439],[11440,11441],[11442,11443],[11444,11445],[11446,11447],[11448,11449],[11450,11451],[11452,11453],[11454,11455],[11456,11457],[11458,11459],[11460,11461],[11462,11463],[11464,11465],[11466,11467],[11468,11469],[11470,11471],[11472,11473],[11474,11475],[11476,11477],[11478,11479],[11480,11481],[11482,11483],[11484,11485],[11486,11487],[11488,11489],[11490,11491],[11499,11500],[11501,11502],[11506,11507],[42560,42561],[42562,42563],[42564,42565],[42566,42567],[42568,42569],[42570,42571],[42572,42573],[42574,42575],[42576,42577],[42578,42579],[42580,42581],[42582,42583],[42584,42585],[42586,42587],[42588,42589],[42590,42591],[42592,42593],[42594,42595],[42596,42597],[42598,42599],[42600,42601],[42602,42603],[42604,42605],[42624,42625],[42626,42627],[42628,42629],[42630,42631],[42632,42633],[42634,42635],[42636,42637],[42638,42639],[42640,42641],[42642,42643],[42644,42645],[42646,42647],[42648,42649],[42650,42651],[42786,42787],[42788,42789],[42790,42791],[42792,42793],[42794,42795],[42796,42797],[42798,42799],[42802,42803],[42804,42805],[42806,42807],[42808,42809],[42810,42811],[42812,42813],[42814,42815],[42816,42817],[42818,42819],[42820,42821],[42822,42823],[42824,42825],[42826,42827],[42828,42829],[42830,42831],[42832,42833],[42834,42835],[42836,42837],[42838,42839],[42840,42841],[42842,42843],[42844,42845],[42846,42847],[42848,42849],[42850,42851],[42852,42853],[42854,42855],[42856,42857],[42858,42859],[42860,42861],[42862,42863],[42873,42874],[42875,42876],[42877,7545],[42878,42879],[42880,42881],[42882,42883],[42884,42885],[42886,42887],[42891,42892],[42893,613],[42896,42897],[42898,42899],[42902,42903],[42904,42905],[42906,42907],[42908,42909],[42910,42911],[42912,42913],[42914,42915],[42916,42917],[42918,42919],[42920,42921],[42922,614],[42923,604],[42924,609],[42925,620],[42926,618],[42928,670],[42929,647],[42930,669],[42931,43859],[42932,42933],[42934,42935],[42936,42937],[42938,42939],[42940,42941],[42942,42943],[42944,42945],[42946,42947],[42948,42900],[42949,642],[42950,7566],[42951,42952],[42953,42954],[42955,612],[42956,42957],[42960,42961],[42966,42967],[42968,42969],[42970,42971],[42972,411],[42997,42998],[43888,5024],[43889,5025],[43890,5026],[43891,5027],[43892,5028],[43893,5029],[43894,5030],[43895,5031],[43896,5032],[43897,5033],[43898,5034],[43899,5035],[43900,5036],[43901,5037],[43902,5038],[43903,5039],[43904,5040],[43905,5041],[43906,5042],[43907,5043],[43908,5044],[43909,5045],[43910,5046],[43911,5047],[43912,5048],[43913,5049],[43914,5050],[43915,5051],[43916,5052],[43917,5053],[43918,5054],[43919,5055],[43920,5056],[43921,5057],[43922,5058],[43923,5059],[43924,5060],[43925,5061],[43926,5062],[43927,5063],[43928,5064],[43929,5065],[43930,5066],[43931,5067],[43932,5068],[43933,5069],[43934,5070],[43935,5071],[43936,5072],[43937,5073],[43938,5074],[43939,5075],[43940,5076],[43941,5077],[43942,5078],[43943,5079],[43944,5080],[43945,5081],[43946,5082],[43947,5083],[43948,5084],[43949,5085],[43950,5086],[43951,5087],[43952,5088],[43953,5089],[43954,5090],[43955,5091],[43956,5092],[43957,5093],[43958,5094],[43959,5095],[43960,5096],[43961,5097],[43962,5098],[43963,5099],[43964,5100],[43965,5101],[43966,5102],[43967,5103],[64261,64262],[65313,65345],[65314,65346],[65315,65347],[65316,65348],[65317,65349],[65318,65350],[65319,65351],[65320,65352],[65321,65353],[65322,65354],[65323,65355],[65324,65356],[65325,65357],[65326,65358],[65327,65359],[65328,65360],[65329,65361],[65330,65362],[65331,65363],[65332,65364],[65333,65365],[65334,65366],[65335,65367],[65336,65368],[65337,65369],[65338,65370],[66560,66600],[66561,66601],[66562,66602],[66563,66603],[66564,66604],[66565,66605],[66566,66606],[66567,66607],[66568,66608],[66569,66609],[66570,66610],[66571,66611],[66572,66612],[66573,66613],[66574,66614],[66575,66615],[66576,66616],[66577,66617],[66578,66618],[66579,66619],[66580,66620],[66581,66621],[66582,66622],[66583,66623],[66584,66624],[66585,66625],[66586,66626],[66587,66627],[66588,66628],[66589,66629],[66590,66630],[66591,66631],[66592,66632],[66593,66633],[66594,66634],[66595,66635],[66596,66636],[66597,66637],[66598,66638],[66599,66639],[66736,66776],[66737,66777],[66738,66778],[66739,66779],[66740,66780],[66741,66781],[66742,66782],[66743,66783],[66744,66784],[66745,66785],[66746,66786],[66747,66787],[66748,66788],[66749,66789],[66750,66790],[66751,66791],[66752,66792],[66753,66793],[66754,66794],[66755,66795],[66756,66796],[66757,66797],[66758,66798],[66759,66799],[66760,66800],[66761,66801],[66762,66802],[66763,66803],[66764,66804],[66765,66805],[66766,66806],[66767,66807],[66768,66808],[66769,66809],[66770,66810],[66771,66811],[66928,66967],[66929,66968],[66930,66969],[66931,66970],[66932,66971],[66933,66972],[66934,66973],[66935,66974],[66936,66975],[66937,66976],[66938,66977],[66940,66979],[66941,66980],[66942,66981],[66943,66982],[66944,66983],[66945,66984],[66946,66985],[66947,66986],[66948,66987],[66949,66988],[66950,66989],[66951,66990],[66952,66991],[66953,66992],[66954,66993],[66956,66995],[66957,66996],[66958,66997],[66959,66998],[66960,66999],[66961,67e3],[66962,67001],[66964,67003],[66965,67004],[68736,68800],[68737,68801],[68738,68802],[68739,68803],[68740,68804],[68741,68805],[68742,68806],[68743,68807],[68744,68808],[68745,68809],[68746,68810],[68747,68811],[68748,68812],[68749,68813],[68750,68814],[68751,68815],[68752,68816],[68753,68817],[68754,68818],[68755,68819],[68756,68820],[68757,68821],[68758,68822],[68759,68823],[68760,68824],[68761,68825],[68762,68826],[68763,68827],[68764,68828],[68765,68829],[68766,68830],[68767,68831],[68768,68832],[68769,68833],[68770,68834],[68771,68835],[68772,68836],[68773,68837],[68774,68838],[68775,68839],[68776,68840],[68777,68841],[68778,68842],[68779,68843],[68780,68844],[68781,68845],[68782,68846],[68783,68847],[68784,68848],[68785,68849],[68786,68850],[68944,68976],[68945,68977],[68946,68978],[68947,68979],[68948,68980],[68949,68981],[68950,68982],[68951,68983],[68952,68984],[68953,68985],[68954,68986],[68955,68987],[68956,68988],[68957,68989],[68958,68990],[68959,68991],[68960,68992],[68961,68993],[68962,68994],[68963,68995],[68964,68996],[68965,68997],[71840,71872],[71841,71873],[71842,71874],[71843,71875],[71844,71876],[71845,71877],[71846,71878],[71847,71879],[71848,71880],[71849,71881],[71850,71882],[71851,71883],[71852,71884],[71853,71885],[71854,71886],[71855,71887],[71856,71888],[71857,71889],[71858,71890],[71859,71891],[71860,71892],[71861,71893],[71862,71894],[71863,71895],[71864,71896],[71865,71897],[71866,71898],[71867,71899],[71868,71900],[71869,71901],[71870,71902],[71871,71903],[93760,93792],[93761,93793],[93762,93794],[93763,93795],[93764,93796],[93765,93797],[93766,93798],[93767,93799],[93768,93800],[93769,93801],[93770,93802],[93771,93803],[93772,93804],[93773,93805],[93774,93806],[93775,93807],[93776,93808],[93777,93809],[93778,93810],[93779,93811],[93780,93812],[93781,93813],[93782,93814],[93783,93815],[93784,93816],[93785,93817],[93786,93818],[93787,93819],[93788,93820],[93789,93821],[93790,93822],[93791,93823],[125184,125218],[125185,125219],[125186,125220],[125187,125221],[125188,125222],[125189,125223],[125190,125224],[125191,125225],[125192,125226],[125193,125227],[125194,125228],[125195,125229],[125196,125230],[125197,125231],[125198,125232],[125199,125233],[125200,125234],[125201,125235],[125202,125236],[125203,125237],[125204,125238],[125205,125239],[125206,125240],[125207,125241],[125208,125242],[125209,125243],[125210,125244],[125211,125245],[125212,125246],[125213,125247],[125214,125248],[125215,125249],[125216,125250],[125217,125251]])},3877:e=>{e.exports=new Map([[75,8490],[83,383],[107,8490],[115,383],[181,924],[197,8491],[223,7838],[229,8491],[383,83],[452,453],[453,452],[455,456],[456,455],[458,459],[459,458],[497,498],[498,497],[837,8126],[912,8147],[914,976],[917,1013],[920,1012],[921,8126],[922,1008],[924,181],[928,982],[929,1009],[931,962],[934,981],[937,8486],[944,8163],[952,1012],[962,931],[969,8486],[976,914],[977,1012],[981,934],[982,928],[1008,922],[1009,929],[1012,[920,977,952]],[1013,917],[1042,7296],[1044,7297],[1054,7298],[1057,7299],[1058,7301],[1066,7302],[1122,7303],[7296,1042],[7297,1044],[7298,1054],[7299,1057],[7300,7301],[7301,[1058,7300]],[7302,1066],[7303,1122],[7304,42570],[7776,7835],[7835,7776],[7838,223],[8064,8072],[8065,8073],[8066,8074],[8067,8075],[8068,8076],[8069,8077],[8070,8078],[8071,8079],[8072,8064],[8073,8065],[8074,8066],[8075,8067],[8076,8068],[8077,8069],[8078,8070],[8079,8071],[8080,8088],[8081,8089],[8082,8090],[8083,8091],[8084,8092],[8085,8093],[8086,8094],[8087,8095],[8088,8080],[8089,8081],[8090,8082],[8091,8083],[8092,8084],[8093,8085],[8094,8086],[8095,8087],[8096,8104],[8097,8105],[8098,8106],[8099,8107],[8100,8108],[8101,8109],[8102,8110],[8103,8111],[8104,8096],[8105,8097],[8106,8098],[8107,8099],[8108,8100],[8109,8101],[8110,8102],[8111,8103],[8115,8124],[8124,8115],[8126,[837,921]],[8131,8140],[8140,8131],[8147,912],[8163,944],[8179,8188],[8188,8179],[8486,[937,969]],[8490,75],[8491,[197,229]],[42570,7304],[64261,64262],[64262,64261],[66560,66600],[66561,66601],[66562,66602],[66563,66603],[66564,66604],[66565,66605],[66566,66606],[66567,66607],[66568,66608],[66569,66609],[66570,66610],[66571,66611],[66572,66612],[66573,66613],[66574,66614],[66575,66615],[66576,66616],[66577,66617],[66578,66618],[66579,66619],[66580,66620],[66581,66621],[66582,66622],[66583,66623],[66584,66624],[66585,66625],[66586,66626],[66587,66627],[66588,66628],[66589,66629],[66590,66630],[66591,66631],[66592,66632],[66593,66633],[66594,66634],[66595,66635],[66596,66636],[66597,66637],[66598,66638],[66599,66639],[66600,66560],[66601,66561],[66602,66562],[66603,66563],[66604,66564],[66605,66565],[66606,66566],[66607,66567],[66608,66568],[66609,66569],[66610,66570],[66611,66571],[66612,66572],[66613,66573],[66614,66574],[66615,66575],[66616,66576],[66617,66577],[66618,66578],[66619,66579],[66620,66580],[66621,66581],[66622,66582],[66623,66583],[66624,66584],[66625,66585],[66626,66586],[66627,66587],[66628,66588],[66629,66589],[66630,66590],[66631,66591],[66632,66592],[66633,66593],[66634,66594],[66635,66595],[66636,66596],[66637,66597],[66638,66598],[66639,66599],[66736,66776],[66737,66777],[66738,66778],[66739,66779],[66740,66780],[66741,66781],[66742,66782],[66743,66783],[66744,66784],[66745,66785],[66746,66786],[66747,66787],[66748,66788],[66749,66789],[66750,66790],[66751,66791],[66752,66792],[66753,66793],[66754,66794],[66755,66795],[66756,66796],[66757,66797],[66758,66798],[66759,66799],[66760,66800],[66761,66801],[66762,66802],[66763,66803],[66764,66804],[66765,66805],[66766,66806],[66767,66807],[66768,66808],[66769,66809],[66770,66810],[66771,66811],[66776,66736],[66777,66737],[66778,66738],[66779,66739],[66780,66740],[66781,66741],[66782,66742],[66783,66743],[66784,66744],[66785,66745],[66786,66746],[66787,66747],[66788,66748],[66789,66749],[66790,66750],[66791,66751],[66792,66752],[66793,66753],[66794,66754],[66795,66755],[66796,66756],[66797,66757],[66798,66758],[66799,66759],[66800,66760],[66801,66761],[66802,66762],[66803,66763],[66804,66764],[66805,66765],[66806,66766],[66807,66767],[66808,66768],[66809,66769],[66810,66770],[66811,66771],[66928,66967],[66929,66968],[66930,66969],[66931,66970],[66932,66971],[66933,66972],[66934,66973],[66935,66974],[66936,66975],[66937,66976],[66938,66977],[66940,66979],[66941,66980],[66942,66981],[66943,66982],[66944,66983],[66945,66984],[66946,66985],[66947,66986],[66948,66987],[66949,66988],[66950,66989],[66951,66990],[66952,66991],[66953,66992],[66954,66993],[66956,66995],[66957,66996],[66958,66997],[66959,66998],[66960,66999],[66961,67e3],[66962,67001],[66964,67003],[66965,67004],[66967,66928],[66968,66929],[66969,66930],[66970,66931],[66971,66932],[66972,66933],[66973,66934],[66974,66935],[66975,66936],[66976,66937],[66977,66938],[66979,66940],[66980,66941],[66981,66942],[66982,66943],[66983,66944],[66984,66945],[66985,66946],[66986,66947],[66987,66948],[66988,66949],[66989,66950],[66990,66951],[66991,66952],[66992,66953],[66993,66954],[66995,66956],[66996,66957],[66997,66958],[66998,66959],[66999,66960],[67e3,66961],[67001,66962],[67003,66964],[67004,66965],[68736,68800],[68737,68801],[68738,68802],[68739,68803],[68740,68804],[68741,68805],[68742,68806],[68743,68807],[68744,68808],[68745,68809],[68746,68810],[68747,68811],[68748,68812],[68749,68813],[68750,68814],[68751,68815],[68752,68816],[68753,68817],[68754,68818],[68755,68819],[68756,68820],[68757,68821],[68758,68822],[68759,68823],[68760,68824],[68761,68825],[68762,68826],[68763,68827],[68764,68828],[68765,68829],[68766,68830],[68767,68831],[68768,68832],[68769,68833],[68770,68834],[68771,68835],[68772,68836],[68773,68837],[68774,68838],[68775,68839],[68776,68840],[68777,68841],[68778,68842],[68779,68843],[68780,68844],[68781,68845],[68782,68846],[68783,68847],[68784,68848],[68785,68849],[68786,68850],[68800,68736],[68801,68737],[68802,68738],[68803,68739],[68804,68740],[68805,68741],[68806,68742],[68807,68743],[68808,68744],[68809,68745],[68810,68746],[68811,68747],[68812,68748],[68813,68749],[68814,68750],[68815,68751],[68816,68752],[68817,68753],[68818,68754],[68819,68755],[68820,68756],[68821,68757],[68822,68758],[68823,68759],[68824,68760],[68825,68761],[68826,68762],[68827,68763],[68828,68764],[68829,68765],[68830,68766],[68831,68767],[68832,68768],[68833,68769],[68834,68770],[68835,68771],[68836,68772],[68837,68773],[68838,68774],[68839,68775],[68840,68776],[68841,68777],[68842,68778],[68843,68779],[68844,68780],[68845,68781],[68846,68782],[68847,68783],[68848,68784],[68849,68785],[68850,68786],[68944,68976],[68945,68977],[68946,68978],[68947,68979],[68948,68980],[68949,68981],[68950,68982],[68951,68983],[68952,68984],[68953,68985],[68954,68986],[68955,68987],[68956,68988],[68957,68989],[68958,68990],[68959,68991],[68960,68992],[68961,68993],[68962,68994],[68963,68995],[68964,68996],[68965,68997],[68976,68944],[68977,68945],[68978,68946],[68979,68947],[68980,68948],[68981,68949],[68982,68950],[68983,68951],[68984,68952],[68985,68953],[68986,68954],[68987,68955],[68988,68956],[68989,68957],[68990,68958],[68991,68959],[68992,68960],[68993,68961],[68994,68962],[68995,68963],[68996,68964],[68997,68965],[71840,71872],[71841,71873],[71842,71874],[71843,71875],[71844,71876],[71845,71877],[71846,71878],[71847,71879],[71848,71880],[71849,71881],[71850,71882],[71851,71883],[71852,71884],[71853,71885],[71854,71886],[71855,71887],[71856,71888],[71857,71889],[71858,71890],[71859,71891],[71860,71892],[71861,71893],[71862,71894],[71863,71895],[71864,71896],[71865,71897],[71866,71898],[71867,71899],[71868,71900],[71869,71901],[71870,71902],[71871,71903],[71872,71840],[71873,71841],[71874,71842],[71875,71843],[71876,71844],[71877,71845],[71878,71846],[71879,71847],[71880,71848],[71881,71849],[71882,71850],[71883,71851],[71884,71852],[71885,71853],[71886,71854],[71887,71855],[71888,71856],[71889,71857],[71890,71858],[71891,71859],[71892,71860],[71893,71861],[71894,71862],[71895,71863],[71896,71864],[71897,71865],[71898,71866],[71899,71867],[71900,71868],[71901,71869],[71902,71870],[71903,71871],[93760,93792],[93761,93793],[93762,93794],[93763,93795],[93764,93796],[93765,93797],[93766,93798],[93767,93799],[93768,93800],[93769,93801],[93770,93802],[93771,93803],[93772,93804],[93773,93805],[93774,93806],[93775,93807],[93776,93808],[93777,93809],[93778,93810],[93779,93811],[93780,93812],[93781,93813],[93782,93814],[93783,93815],[93784,93816],[93785,93817],[93786,93818],[93787,93819],[93788,93820],[93789,93821],[93790,93822],[93791,93823],[93792,93760],[93793,93761],[93794,93762],[93795,93763],[93796,93764],[93797,93765],[93798,93766],[93799,93767],[93800,93768],[93801,93769],[93802,93770],[93803,93771],[93804,93772],[93805,93773],[93806,93774],[93807,93775],[93808,93776],[93809,93777],[93810,93778],[93811,93779],[93812,93780],[93813,93781],[93814,93782],[93815,93783],[93816,93784],[93817,93785],[93818,93786],[93819,93787],[93820,93788],[93821,93789],[93822,93790],[93823,93791],[125184,125218],[125185,125219],[125186,125220],[125187,125221],[125188,125222],[125189,125223],[125190,125224],[125191,125225],[125192,125226],[125193,125227],[125194,125228],[125195,125229],[125196,125230],[125197,125231],[125198,125232],[125199,125233],[125200,125234],[125201,125235],[125202,125236],[125203,125237],[125204,125238],[125205,125239],[125206,125240],[125207,125241],[125208,125242],[125209,125243],[125210,125244],[125211,125245],[125212,125246],[125213,125247],[125214,125248],[125215,125249],[125216,125250],[125217,125251],[125218,125184],[125219,125185],[125220,125186],[125221,125187],[125222,125188],[125223,125189],[125224,125190],[125225,125191],[125226,125192],[125227,125193],[125228,125194],[125229,125195],[125230,125196],[125231,125197],[125232,125198],[125233,125199],[125234,125200],[125235,125201],[125236,125202],[125237,125203],[125238,125204],[125239,125205],[125240,125206],[125241,125207],[125242,125208],[125243,125209],[125244,125210],[125245,125211],[125246,125212],[125247,125213],[125248,125214],[125249,125215],[125250,125216],[125251,125217]])},2641:(e,r,t)=>{"use strict";const s=t(7087).generate;const a=t(3155).parse;const n=t(1068);const o=t(1288);const i=t(9772);const l=t(3877);const c=t(3082);const d=t(751);const u=t(3072);const{UNICODE_SET:p,UNICODE_IV_SET:f}=t(5154);function flatMap(e,r){const t=[];e.forEach((e=>{const s=r(e);if(Array.isArray(s)){t.push.apply(t,s)}else{t.push(s)}}));return t}function regenerateContainsAstral(e){const r=e.data;return r.length>=1&&r[r.length-1]>=65536}const y=/[\\^$.*+?()[\]{}|]/g;const g=n().addRange(65536,1114111);const h=n().add(10,13,8232,8233);const b=p.clone().remove(h);const getCharacterClassEscapeSet=(e,r,t,s)=>{if(r){if(t){const r=u.UNICODE_IGNORE_CASE.get(e);if(s){return u.UNICODESET_IGNORE_CASE.get(e)}else{return r}}return u.UNICODE.get(e)}return u.REGULAR.get(e)};const getUnicodeDotSet=e=>e?p:b;const getUnicodePropertyValueSet=(e,r)=>{const t=r?`${e}/${r}`:`Binary_Property/${e}`;try{return require(`regenerate-unicode-properties/${t}.js`)}catch(t){throw new Error(`Failed to recognize value \`${r}\` for property `+`\`${e}\`.`)}};const handleLoneUnicodePropertyNameOrValue=e=>{try{const r="General_Category";const t=i(r,e);return getUnicodePropertyValueSet(r,t)}catch(e){}try{return getUnicodePropertyValueSet("Property_of_Strings",e)}catch(e){}const r=o(e);return getUnicodePropertyValueSet(r)};const getUnicodePropertyEscapeSet=(e,r,t)=>{const s=e.split("=");const a=s[0];let n;if(s.length==1){n=handleLoneUnicodePropertyNameOrValue(a)}else{const e=o(a);const r=i(e,s[1]);n=getUnicodePropertyValueSet(e,r)}if(r){if(n.strings){throw new Error("Cannot negate Unicode property of strings")}return{characters:(t?f:p).clone().remove(n.characters),strings:new Set}}return{characters:n.characters.clone(),strings:n.strings?new Set(n.strings.map((e=>e.replace(y,"\\$&")))):new Set}};const getUnicodePropertyEscapeCharacterClassData=(e,r,t,s)=>{const a=getUnicodePropertyEscapeSet(e,r,t);const o=getCharacterClassEmptyData();const i=s?n(a.characters.toArray().map((e=>simpleCaseFolding(e)))):a.characters;const l=configGetCaseEqFlags();if(l){for(const e of i.toArray()){const r=getCaseEquivalents(e,l);if(r){i.add(r)}}}o.singleChars=i;if(a.strings.size>0){o.longStrings=a.strings;o.maybeIncludesStrings=true}return o};const x=0;const v=1;const j=2;function configGetCaseEqFlags(){let e=x;if(w.modifiersData.i===true){if(w.transform.modifiers){e|=v;if(w.flags.unicode||w.flags.unicodeSets){e|=j}}}else if(w.modifiersData.i===undefined){if(w.transform.unicodeFlag&&w.flags.ignoreCase){e|=j}}return e}n.prototype.iuAddRange=function(e,r,t){const s=this;do{const r=getCaseEquivalents(e,t);if(r){s.add(r)}}while(++e<=r);return s};n.prototype.iuRemoveRange=function(e,r,t){const s=this;do{const r=getCaseEquivalents(e,t);if(r){s.remove(r)}}while(++e<=r);return s};const update=(e,r)=>{let t=a(r,w.useUnicodeFlag?"u":"",{lookbehind:true,namedGroups:true,unicodePropertyEscape:true,unicodeSet:true,modifiers:true});switch(t.type){case"characterClass":case"group":case"value":break;default:t=wrap(t,r)}Object.assign(e,t)};const wrap=(e,r)=>({type:"group",behavior:"ignore",body:[e],raw:`(?:${r})`});const getCaseEquivalents=(e,r)=>{if(r===x){return false}let t=(r&j?l.get(e):undefined)||[];if(typeof t==="number")t=[t];if(r&v){for(const r of[e].concat(t)){if(r>=65&&r<=90){t.push(r+32)}else if(r>=97&&r<=122){t.push(r-32)}else{t=t.concat(c.get(r)||[])}}}return t.length==0?false:t};const simpleCaseFolding=e=>{if(e<=127){if(e>=65&&e<=90){return e+32}return e}return d.get(e)||e};const buildHandler=e=>{switch(e){case"union":return{single:(e,r)=>{e.singleChars.add(r)},regSet:(e,r)=>{e.singleChars.add(r)},range:(e,r,t)=>{e.singleChars.addRange(r,t)},iuRange:(e,r,t,s)=>{e.singleChars.iuAddRange(r,t,s)},nested:(e,r)=>{e.singleChars.add(r.singleChars);for(const t of r.longStrings)e.longStrings.add(t);if(r.maybeIncludesStrings)e.maybeIncludesStrings=true}};case"union-negative":{const regSet=(e,r)=>{e.singleChars=p.clone().remove(r).add(e.singleChars)};return{single:(e,r)=>{const t=p.clone();e.singleChars=e.singleChars.contains(r)?t:t.remove(r)},regSet:regSet,range:(e,r,t)=>{e.singleChars=p.clone().removeRange(r,t).add(e.singleChars)},iuRange:(e,r,t,s)=>{e.singleChars=p.clone().iuRemoveRange(r,t,s).add(e.singleChars)},nested:(e,r)=>{regSet(e,r.singleChars);if(r.maybeIncludesStrings)throw new Error("ASSERTION ERROR")}}}case"intersection":{const regSet=(e,r)=>{if(e.first)e.singleChars=r;else e.singleChars.intersection(r)};return{single:(e,r)=>{e.singleChars=e.first||e.singleChars.contains(r)?n(r):n();e.longStrings.clear();e.maybeIncludesStrings=false},regSet:(e,r)=>{regSet(e,r);e.longStrings.clear();e.maybeIncludesStrings=false},range:(e,r,t)=>{if(e.first)e.singleChars.addRange(r,t);else e.singleChars.intersection(n().addRange(r,t));e.longStrings.clear();e.maybeIncludesStrings=false},iuRange:(e,r,t,s)=>{if(e.first)e.singleChars.iuAddRange(r,t,s);else e.singleChars.intersection(n().iuAddRange(r,t,s));e.longStrings.clear();e.maybeIncludesStrings=false},nested:(e,r)=>{regSet(e,r.singleChars);if(e.first){e.longStrings=r.longStrings;e.maybeIncludesStrings=r.maybeIncludesStrings}else{for(const t of e.longStrings){if(!r.longStrings.has(t))e.longStrings.delete(t)}if(!r.maybeIncludesStrings)e.maybeIncludesStrings=false}}}}case"subtraction":{const regSet=(e,r)=>{if(e.first)e.singleChars.add(r);else e.singleChars.remove(r)};return{single:(e,r)=>{if(e.first)e.singleChars.add(r);else e.singleChars.remove(r)},regSet:regSet,range:(e,r,t)=>{if(e.first)e.singleChars.addRange(r,t);else e.singleChars.removeRange(r,t)},iuRange:(e,r,t,s)=>{if(e.first)e.singleChars.iuAddRange(r,t,s);else e.singleChars.iuRemoveRange(r,t,s)},nested:(e,r)=>{regSet(e,r.singleChars);if(e.first){e.longStrings=r.longStrings;e.maybeIncludesStrings=r.maybeIncludesStrings}else{for(const t of e.longStrings){if(r.longStrings.has(t))e.longStrings.delete(t)}}}}}default:throw new Error(`Unknown set action: ${characterClassItem.kind}`)}};const getCharacterClassEmptyData=()=>({transformed:w.transform.unicodeFlag,singleChars:n(),longStrings:new Set,hasEmptyString:false,first:true,maybeIncludesStrings:false});const concatCaseEquivalents=(e,r)=>{const t=getCaseEquivalents(e,r);if(t){return[e,...t]}return[e]};const computeClassStrings=(e,r,t,a)=>{let o=getCharacterClassEmptyData();for(const i of e.strings){if(i.characters.length===1){const e=a?simpleCaseFolding(i.characters[0].codePoint):i.characters[0].codePoint;concatCaseEquivalents(e,t).forEach((e=>{o.singleChars.add(e)}))}else{let e="";if(t){for(const s of i.characters){const o=a?simpleCaseFolding(s.codePoint):s.codePoint;const i=n(concatCaseEquivalents(o,t));e+=i.toString(r)}}else{for(const t of i.characters){const o=a?simpleCaseFolding(t.codePoint):t.codePoint;if(o!==t.codePoint){e+=n(o).toString(r)}else{e+=s(t)}}}o.longStrings.add(e);o.maybeIncludesStrings=true}}return o};const computeCharacterClass=(e,r,t)=>{let s=getCharacterClassEmptyData();let a;let o;let i=configGetCaseEqFlags();switch(e.kind){case"union":a=buildHandler("union");o=buildHandler("union-negative");break;case"intersection":a=buildHandler("intersection");o=buildHandler("subtraction");if(w.transform.unicodeSetsFlag)s.transformed=true;if(w.isIgnoreCaseMode){t=true}break;case"subtraction":a=buildHandler("subtraction");o=buildHandler("intersection");if(w.transform.unicodeSetsFlag)s.transformed=true;if(w.isIgnoreCaseMode){t=true}break;default:throw new Error(`Unknown character class kind: ${e.kind}`)}for(const l of e.body){switch(l.type){case"value":const c=t?simpleCaseFolding(l.codePoint):l.codePoint;const d=concatCaseEquivalents(c,i);a.regSet(s,n(d));if(d.length>1){s.transformed=true}break;case"characterClassRange":const u=l.min.codePoint;const p=l.max.codePoint;if(t){let e=[];for(let r=u;r<=p;r++){e.push(simpleCaseFolding(r))}a.regSet(s,n(e))}else{a.range(s,u,p)}if(i){a.iuRange(s,u,p,i);s.transformed=true}break;case"characterClassEscape":a.regSet(s,getCharacterClassEscapeSet(l.value,w.flags.unicode||w.flags.unicodeSets,w.flags.ignoreCase,t));break;case"unicodePropertyEscape":const f=getUnicodePropertyEscapeCharacterClassData(l.value,l.negative,w.flags.unicodeSets&&w.isIgnoreCaseMode,t);a.nested(s,f);s.transformed=s.transformed||w.transform.unicodePropertyEscapes||w.transform.unicodeSetsFlag&&(f.maybeIncludesStrings||e.kind!=="union"||l.negative);break;case"characterClass":const y=l.negative?o:a;const g=computeCharacterClass(l,r,t);y.nested(s,g);s.transformed=true;break;case"classStrings":a.nested(s,computeClassStrings(l,r,i,t));s.transformed=true;break;default:throw new Error(`Unknown term type: ${l.type}`)}s.first=false}if(e.negative&&s.maybeIncludesStrings){throw new SyntaxError("Cannot negate set containing strings")}return s};const processCharacterClass=(e,r,t=computeCharacterClass(e,r))=>{const s=e.negative;const{singleChars:a,transformed:n,longStrings:o}=t;if(n){const t=regenerateContainsAstral(a);const n=a.toString(Object.assign({},r,{bmpOnly:t}));if(s){if(w.useUnicodeFlag){update(e,`[^${n[0]==="["?n.slice(1,-1):n}]`)}else{if(w.flags.unicode||w.flags.unicodeSets){if(w.flags.ignoreCase){const t=a.clone().intersection(g);const s=a.clone().remove(t).addRange(55296,57343).toString({bmpOnly:true});const n=g.clone().remove(t).toString(r);update(e,`(?!${s})[^]|${n}`)}else{const t=p.clone().remove(a);update(e,t.toString(r))}}else{update(e,`(?!${n})[^]`)}}}else{const r=o.has("");const t=Array.from(o).sort(((e,r)=>r.length-e.length));if(n!=="[]"||o.size===0){t.splice(t.length-(r?1:0),0,n)}update(e,t.join("|"))}}return e};const assertNoUnmatchedReferences=e=>{const r=Object.keys(e.unmatchedReferences);if(r.length>0){throw new Error(`Unknown group names: ${r}`)}};const processModifiers=(e,r,t)=>{const s=e.modifierFlags.enabling;const a=e.modifierFlags.disabling;const n=Object.assign({},w.modifiersData);for(const e of s){w.modifiersData[e]=true}for(const e of a){w.modifiersData[e]=false}if(w.transform.modifiers){delete e.modifierFlags;e.behavior="ignore"}e.body=e.body.map((e=>processTerm(e,r,t)));w.modifiersData=n;return e};const processTerm=(e,r,t)=>{switch(e.type){case"dot":if(w.transform.unicodeFlag){update(e,getUnicodeDotSet(w.isDotAllMode).toString(r))}else if(w.modifiersData.s!=null?w.modifiersData.s&&w.transform.modifiers:w.transform.dotAllFlag){update(e,"[^]")}break;case"characterClass":e=processCharacterClass(e,r);break;case"unicodePropertyEscape":const s=getUnicodePropertyEscapeCharacterClassData(e.value,e.negative,w.flags.unicodeSets&&w.isIgnoreCaseMode);if(s.maybeIncludesStrings){if(!w.flags.unicodeSets){throw new Error("Properties of strings are only supported when using the unicodeSets (v) flag.")}if(w.transform.unicodeSetsFlag){s.transformed=true;e=processCharacterClass(e,r,s)}}else if(w.transform.unicodePropertyEscapes||configGetCaseEqFlags()){update(e,s.singleChars.toString(r))}break;case"characterClassEscape":if(w.transform.unicodeFlag){update(e,getCharacterClassEscapeSet(e.value,true,w.flags.ignoreCase).toString(r))}break;case"group":if(e.behavior=="normal"){t.lastIndex++}if(e.name){const r=e.name.value;if(t.namesConflicts[r]){throw new Error(`Group '${r}' has already been defined in this context.`)}t.namesConflicts[r]=true;if(w.transform.namedGroups){delete e.name}const s=t.lastIndex;if(!t.names[r]){t.names[r]=[]}t.names[r].push(s);if(t.onNamedGroup){t.onNamedGroup.call(null,r,s)}if(t.unmatchedReferences[r]){delete t.unmatchedReferences[r]}}if(e.modifierFlags){return processModifiers(e,r,t)}case"quantifier":e.body=e.body.map((e=>processTerm(e,r,t)));break;case"disjunction":const a=t.namesConflicts;e.body=e.body.map((e=>{t.namesConflicts=Object.create(a);return processTerm(e,r,t)}));break;case"alternative":e.body=flatMap(e.body,(e=>{const s=processTerm(e,r,t);return s.type==="alternative"?s.body:s}));break;case"value":const o=e.codePoint;const i=configGetCaseEqFlags();const l=concatCaseEquivalents(o,i);if(l.length===1&&e.kind==="symbol"&&o>=32&&o<=126){break}const c=n(l);update(e,c.toString(r));break;case"reference":if(e.name){const r=e.name.value;const s=t.names[r];if(!s){t.unmatchedReferences[r]=true}if(w.transform.namedGroups){if(s){const e=s.map((e=>({type:"reference",matchIndex:e,raw:"\\"+e})));if(e.length===1){return e[0]}return{type:"alternative",body:e,raw:e.map((e=>e.raw)).join("")}}return{type:"group",behavior:"ignore",body:[],raw:"(?:)"}}}break;case"anchor":if(w.modifiersData.m&&w.transform.modifiers){if(e.kind=="start"){update(e,`(?:^|(?<=${h.toString()}))`)}else if(e.kind=="end"){update(e,`(?:$|(?=${h.toString()}))`)}}case"empty":break;default:throw new Error(`Unknown term type: ${e.type}`)}return e};const w={flags:{ignoreCase:false,unicode:false,unicodeSets:false,dotAll:false,multiline:false},transform:{dotAllFlag:false,unicodeFlag:false,unicodeSetsFlag:false,unicodePropertyEscapes:false,namedGroups:false,modifiers:false},modifiersData:{i:undefined,s:undefined,m:undefined},get useUnicodeFlag(){return(this.flags.unicode||this.flags.unicodeSets)&&!this.transform.unicodeFlag},get isDotAllMode(){return this.modifiersData.s!==undefined?this.modifiersData.s:this.flags.dotAll},get isIgnoreCaseMode(){return this.modifiersData.i!==undefined?this.modifiersData.i:this.flags.ignoreCase}};const validateOptions=e=>{if(!e)return;for(const r of Object.keys(e)){const t=e[r];switch(r){case"dotAllFlag":case"unicodeFlag":case"unicodePropertyEscapes":case"unicodeSetsFlag":case"namedGroups":if(t!=null&&t!==false&&t!=="transform"){throw new Error(`.${r} must be false (default) or 'transform'.`)}break;case"modifiers":if(t!=null&&t!==false&&t!=="parse"&&t!=="transform"){throw new Error(`.${r} must be false (default), 'parse' or 'transform'.`)}break;case"onNamedGroup":case"onNewFlags":if(t!=null&&typeof t!=="function"){throw new Error(`.${r} must be a function.`)}break;default:throw new Error(`.${r} is not a valid regexpu-core option.`)}}};const hasFlag=(e,r)=>e?e.includes(r):false;const transform=(e,r)=>e?e[r]==="transform":false;const rewritePattern=(e,r,t)=>{validateOptions(t);w.flags.unicode=hasFlag(r,"u");w.flags.unicodeSets=hasFlag(r,"v");w.flags.ignoreCase=hasFlag(r,"i");w.flags.dotAll=hasFlag(r,"s");w.flags.multiline=hasFlag(r,"m");w.transform.dotAllFlag=w.flags.dotAll&&transform(t,"dotAllFlag");w.transform.unicodeFlag=(w.flags.unicode||w.flags.unicodeSets)&&transform(t,"unicodeFlag");w.transform.unicodeSetsFlag=w.flags.unicodeSets&&transform(t,"unicodeSetsFlag");w.transform.unicodePropertyEscapes=(w.flags.unicode||w.flags.unicodeSets)&&(transform(t,"unicodeFlag")||transform(t,"unicodePropertyEscapes"));w.transform.namedGroups=transform(t,"namedGroups");w.transform.modifiers=transform(t,"modifiers");w.modifiersData.i=undefined;w.modifiersData.s=undefined;w.modifiersData.m=undefined;const n={modifiers:true,unicodePropertyEscape:true,unicodeSet:true,namedGroups:true,lookbehind:true};const o={hasUnicodeFlag:w.useUnicodeFlag,bmpOnly:!w.flags.unicode&&!w.flags.unicodeSets};const i={onNamedGroup:t&&t.onNamedGroup,lastIndex:0,names:Object.create(null),namesConflicts:Object.create(null),unmatchedReferences:Object.create(null)};const l=a(e,r,n);if(w.transform.modifiers){if(/\(\?[a-z]*-[a-z]+:/.test(e)){const e=Object.create(null);const r=[l];let t;while(t=r.pop(),t!=undefined){if(Array.isArray(t)){Array.prototype.push.apply(r,t)}else if(typeof t=="object"&&t!=null){for(const s of Object.keys(t)){const a=t[s];if(s=="modifierFlags"){for(const r of a.disabling){e[r]=true}}else if(typeof a=="object"&&a!=null){r.push(a)}}}}if(e.i){w.modifiersData.i=w.flags.ignoreCase}if(e.m){w.modifiersData.m=w.flags.multiline}if(e.s){w.modifiersData.s=w.flags.dotAll}}}processTerm(l,o,i);assertNoUnmatchedReferences(i);const c=t&&t.onNewFlags;if(c){let e=r.split("").filter((e=>!w.modifiersData[e])).join("");if(w.transform.unicodeSetsFlag){e=e.replace("v","u")}if(w.transform.unicodeFlag){e=e.replace("u","")}if(w.transform.dotAllFlag){e=e.replace("s","")}c(e)}return s(l)};e.exports=rewritePattern},7087:function(e,r,t){e=t.nmd(e);
/*!
* regjsgen 0.8.0
* Copyright 2014-2023 Benjamin Tan <https://ofcr.se/>
* Available under the MIT license <https://github.com/bnjmnt4n/regjsgen/blob/main/LICENSE-MIT.txt>
*/(function(){"use strict";var t={function:true,object:true};var s=t[typeof window]&&window||this;var a=t[typeof r]&&r&&!r.nodeType&&r;var n=t["object"]&&e&&!e.nodeType;var o=a&&n&&typeof global=="object"&&global;if(o&&(o.global===o||o.window===o||o.self===o)){s=o}var i=Object.prototype.hasOwnProperty;function fromCodePoint(){var e=Number(arguments[0]);if(!isFinite(e)||e<0||e>1114111||Math.floor(e)!=e){throw RangeError("Invalid code point: "+e)}if(e<=65535){return String.fromCharCode(e)}else{e-=65536;var r=(e>>10)+55296;var t=e%1024+56320;return String.fromCharCode(r,t)}}var l={};function assertType(e,r){if(r.indexOf("|")==-1){if(e==r){return}throw Error("Invalid node type: "+e+"; expected type: "+r)}r=i.call(l,r)?l[r]:l[r]=RegExp("^(?:"+r+")$");if(r.test(e)){return}throw Error("Invalid node type: "+e+"; expected types: "+r)}function generate(e){var r=e.type;if(i.call(d,r)){return d[r](e)}throw Error("Invalid node type: "+r)}function generateSequence(e,r,t){var s=-1,a=r.length,n="",o;while(++s<a){o=r[s];if(t&&s>0)n+=t;if(s+1<a&&r[s].type=="value"&&r[s].kind=="null"&&r[s+1].type=="value"&&r[s+1].kind=="symbol"&&r[s+1].codePoint>=48&&r[s+1].codePoint<=57){n+="\\000";continue}n+=e(o)}return n}function generateAlternative(e){assertType(e.type,"alternative");return generateSequence(generateTerm,e.body)}function generateAnchor(e){assertType(e.type,"anchor");switch(e.kind){case"start":return"^";case"end":return"$";case"boundary":return"\\b";case"not-boundary":return"\\B";default:throw Error("Invalid assertion")}}var c="anchor|characterClass|characterClassEscape|dot|group|reference|unicodePropertyEscape|value";function generateAtom(e){assertType(e.type,c);return generate(e)}function generateCharacterClass(e){assertType(e.type,"characterClass");var r=e.kind;var t=r==="intersection"?"&&":r==="subtraction"?"--":"";return"["+(e.negative?"^":"")+generateSequence(generateClassAtom,e.body,t)+"]"}function generateCharacterClassEscape(e){assertType(e.type,"characterClassEscape");return"\\"+e.value}function generateCharacterClassRange(e){assertType(e.type,"characterClassRange");var r=e.min,t=e.max;if(r.type=="characterClassRange"||t.type=="characterClassRange"){throw Error("Invalid character class range")}return generateClassAtom(r)+"-"+generateClassAtom(t)}function generateClassAtom(e){assertType(e.type,"anchor|characterClass|characterClassEscape|characterClassRange|dot|value|unicodePropertyEscape|classStrings");return generate(e)}function generateClassStrings(e){assertType(e.type,"classStrings");return"\\q{"+generateSequence(generateClassString,e.strings,"|")+"}"}function generateClassString(e){assertType(e.type,"classString");return generateSequence(generate,e.characters)}function generateDisjunction(e){assertType(e.type,"disjunction");return generateSequence(generate,e.body,"|")}function generateDot(e){assertType(e.type,"dot");return"."}function generateGroup(e){assertType(e.type,"group");var r="";switch(e.behavior){case"normal":if(e.name){r+="?<"+generateIdentifier(e.name)+">"}break;case"ignore":if(e.modifierFlags){r+="?";if(e.modifierFlags.enabling)r+=e.modifierFlags.enabling;if(e.modifierFlags.disabling)r+="-"+e.modifierFlags.disabling;r+=":"}else{r+="?:"}break;case"lookahead":r+="?=";break;case"negativeLookahead":r+="?!";break;case"lookbehind":r+="?<=";break;case"negativeLookbehind":r+="?<!";break;default:throw Error("Invalid behaviour: "+e.behaviour)}r+=generateSequence(generate,e.body);return"("+r+")"}function generateIdentifier(e){assertType(e.type,"identifier");return e.value}function generateQuantifier(e){assertType(e.type,"quantifier");var r="",t=e.min,s=e.max;if(s==null){if(t==0){r="*"}else if(t==1){r="+"}else{r="{"+t+",}"}}else if(t==s){r="{"+t+"}"}else if(t==0&&s==1){r="?"}else{r="{"+t+","+s+"}"}if(!e.greedy){r+="?"}return generateAtom(e.body[0])+r}function generateReference(e){assertType(e.type,"reference");if(e.matchIndex){return"\\"+e.matchIndex}if(e.name){return"\\k<"+generateIdentifier(e.name)+">"}throw new Error("Unknown reference type")}function generateTerm(e){assertType(e.type,c+"|empty|quantifier");return generate(e)}function generateUnicodePropertyEscape(e){assertType(e.type,"unicodePropertyEscape");return"\\"+(e.negative?"P":"p")+"{"+e.value+"}"}function generateValue(e){assertType(e.type,"value");var r=e.kind,t=e.codePoint;if(typeof t!="number"){throw new Error("Invalid code point: "+t)}switch(r){case"controlLetter":return"\\c"+fromCodePoint(t+64);case"hexadecimalEscape":return"\\x"+("00"+t.toString(16).toUpperCase()).slice(-2);case"identifier":return"\\"+fromCodePoint(t);case"null":return"\\"+t;case"octal":return"\\"+("000"+t.toString(8)).slice(-3);case"singleEscape":switch(t){case 8:return"\\b";case 9:return"\\t";case 10:return"\\n";case 11:return"\\v";case 12:return"\\f";case 13:return"\\r";case 45:return"\\-";default:throw Error("Invalid code point: "+t)}case"symbol":return fromCodePoint(t);case"unicodeEscape":return"\\u"+("0000"+t.toString(16).toUpperCase()).slice(-4);case"unicodeCodePointEscape":return"\\u{"+t.toString(16).toUpperCase()+"}";default:throw Error("Unsupported node kind: "+r)}}var d={alternative:generateAlternative,anchor:generateAnchor,characterClass:generateCharacterClass,characterClassEscape:generateCharacterClassEscape,characterClassRange:generateCharacterClassRange,classStrings:generateClassStrings,disjunction:generateDisjunction,dot:generateDot,group:generateGroup,quantifier:generateQuantifier,reference:generateReference,unicodePropertyEscape:generateUnicodePropertyEscape,value:generateValue};var u={generate:generate};if(typeof define=="function"&&typeof define.amd=="object"&&define.amd){define((function(){return u}));s.regjsgen=u}else if(a&&n){a.generate=generate}else{s.regjsgen=u}}).call(this)},3155:e=>{"use strict";(function(){var r=String.fromCodePoint||function(){var e=String.fromCharCode;var r=Math.floor;return function fromCodePoint(){var t=16384;var s=[];var a;var n;var o=-1;var i=arguments.length;if(!i){return""}var l="";while(++o<i){var c=Number(arguments[o]);if(!isFinite(c)||c<0||c>1114111||r(c)!=c){throw RangeError("Invalid code point: "+c)}if(c<=65535){s.push(c)}else{c-=65536;a=(c>>10)+55296;n=c%1024+56320;s.push(a,n)}if(o+1==i||s.length>t){l+=e.apply(null,s);s.length=0}}return l}}();function parse(e,t,s){if(!s){s={}}function updateRawStart(r,t){r.range[0]=t;r.raw=e.substring(t,r.range[1]);return r}function createAnchor(r,t){return{type:"anchor",kind:r,range:[u-t,u],raw:e.substring(u-t,u)}}function createValue(r,t,s,a){return{type:"value",kind:r,codePoint:t,range:[s,a],raw:e.substring(s,a)}}function createEscaped(e,r,t,s){s=s||0;return createValue(e,r,u-(t.length+s),u)}function createCharacter(e){var r=e[0];var t=r.charCodeAt(0);if(d){var s;if(r.length===1&&t>=55296&&t<=56319){s=lookahead().charCodeAt(0);if(s>=56320&&s<=57343){u++;return createValue("symbol",(t-55296)*1024+s-56320+65536,u-2,u)}}}return createValue("symbol",t,u-1,u)}function createDisjunction(r,t,s){return{type:"disjunction",body:r,range:[t,s],raw:e.substring(t,s)}}function createDot(){return{type:"dot",range:[u-1,u],raw:"."}}function createCharacterClassEscape(r){return{type:"characterClassEscape",value:r,range:[u-2,u],raw:e.substring(u-2,u)}}function createReference(r){var t=u-1-r.length;return{type:"reference",matchIndex:parseInt(r,10),range:[t,u],raw:e.substring(t,u)}}function createNamedReference(r){var t=r.range[0]-3;return{type:"reference",name:r,range:[t,u],raw:e.substring(t,u)}}function createGroup(r,t,s,a){return{type:"group",behavior:r,body:t,range:[s,a],raw:e.substring(s,a)}}function createQuantifier(r,t,s,a,n){if(a==null){s=u-1;a=u}return{type:"quantifier",min:r,max:t,greedy:true,body:null,symbol:n,range:[s,a],raw:e.substring(s,a)}}function createAlternative(r,t,s){return{type:"alternative",body:r,range:[t,s],raw:e.substring(t,s)}}function createCharacterClass(r,t,s,a){return{type:"characterClass",kind:r.kind,body:r.body,negative:t,range:[s,a],raw:e.substring(s,a)}}function createClassRange(r,t,s,a){if(r.codePoint>t.codePoint){bail("invalid range in character class",r.raw+"-"+t.raw,s,a)}return{type:"characterClassRange",min:r,max:t,range:[s,a],raw:e.substring(s,a)}}function createClassStrings(r,t,s){return{type:"classStrings",strings:r,range:[t,s],raw:e.substring(t,s)}}function createClassString(r,t,s){return{type:"classString",characters:r,range:[t,s],raw:e.substring(t,s)}}function flattenBody(e){if(e.type==="alternative"){return e.body}else{return[e]}}function incr(e){e=e||1;u+=e}function consume(r){var t=e.substring(u,u+=r);return t}function skip(e){if(!match(e)){bail("character",e)}}function match(r){var t=r.length;if(e.substring(u,u+t)===r){incr(t);return r}}function matchOne(r){if(e[u]===r){u++;return r}}function lookahead(){return e[u]}function currentOne(r){return e[u]===r}function current(r){var t=r.length;return e.substring(u,u+t)===r}function next(r){return e[u+1]===r}function matchReg(r){var t=e.substring(u);var s=t.match(r);if(s){u+=s[0].length}return s}function parseDisjunction(){var e=[],r=u;e.push(parseAlternative());while(matchOne("|")){e.push(parseAlternative())}if(e.length===1){return e[0]}return createDisjunction(e,r,u)}function parseAlternative(){var e=[],r=u;var t;while(t=parseTerm()){e.push(t)}if(e.length===1){return e[0]}return createAlternative(e,r,u)}function parseTerm(){if(u>=e.length||currentOne("|")||currentOne(")")){return null}var r=parseAnchor();var t;if(r){var s=u;t=parseQuantifier()||false;if(t){if(!d&&r.type==="group"){t.body=flattenBody(r);updateRawStart(t,r.range[0]);return t}u=s;bail("Expected atom")}return r}var a=parseAtomAndExtendedAtom();if(!a){s=u;t=parseQuantifier()||false;if(t){u=s;bail("Expected atom")}if(!d&&matchOne("{")){a=createCharacter("{")}else{bail("Expected atom")}}t=parseQuantifier()||false;if(t){var n=a.type,o=a.behavior;if(n==="group"&&(o==="negativeLookbehind"||o==="lookbehind")){bail("Invalid quantifier","",t.range[0],t.range[1])}t.body=flattenBody(a);updateRawStart(t,a.range[0]);return t}return a}function parseGroup(e,r,t,s){var a=null,n=u;if(match(e)){a=r}else if(match(t)){a=s}else{return false}return finishGroup(a,n)}function finishGroup(e,r){var t=parseDisjunction();if(!t){bail("Expected disjunction")}skip(")");var s=createGroup(e,flattenBody(t),r,u);if(e=="normal"){if(o){n++}}return s}function parseAnchor(){switch(lookahead()){case"^":incr();return createAnchor("start",1);case"$":incr();return createAnchor("end",1);case"\\":{if(next("b")){incr(2);return createAnchor("boundary",2)}else if(next("B")){incr(2);return createAnchor("not-boundary",2)}break}case"(":return parseGroup("(?=","lookahead","(?!","negativeLookahead");default:return}}function parseQuantifier(){var e,r=u;var t;var s,a;switch(lookahead()){case"*":incr();t=createQuantifier(0,undefined,undefined,undefined,"*");break;case"+":incr();t=createQuantifier(1,undefined,undefined,undefined,"+");break;case"?":incr();t=createQuantifier(0,1,undefined,undefined,"?");break;case"{":{if(e=matchReg(/^\{(\d+)\}/)){s=parseInt(e[1],10);t=createQuantifier(s,s,r,u)}else if(e=matchReg(/^\{(\d+),\}/)){s=parseInt(e[1],10);t=createQuantifier(s,undefined,r,u)}else if(e=matchReg(/^\{(\d+),(\d+)\}/)){s=parseInt(e[1],10);a=parseInt(e[2],10);if(s>a){bail("numbers out of order in {} quantifier","",r,u)}t=createQuantifier(s,a,r,u)}if(s&&!Number.isSafeInteger(s)||a&&!Number.isSafeInteger(a)){bail("iterations outside JS safe integer range in quantifier","",r,u)}}}if(t){if(matchOne("?")){t.greedy=false;t.range[1]+=1}}return t}function parseAtomAndExtendedAtom(){var r;switch(r=lookahead()){case".":incr();return createDot();case"\\":{incr();r=parseAtomEscape();if(!r){if(!d&&lookahead()=="c"){return createValue("symbol",92,u-1,u)}bail("atomEscape")}return r}case"[":return parseCharacterClass();case"(":{if(s.lookbehind&&(r=parseGroup("(?<=","lookbehind","(?<!","negativeLookbehind"))){return r}else if(s.namedGroups&&match("(?<")){var t=parseIdentifier();skip(">");var a=finishGroup("normal",t.range[0]-3);a.name=t;return a}else if(s.modifiers&&current("(?")&&e[u+2]!=":"){return parseModifiersGroup()}else{return parseGroup("(?:","ignore","(","normal")}}case"]":case"}":if(!d){incr();return createCharacter(r)}break;case"^":case"$":case"*":case"+":case"?":case"{":case")":case"|":break;default:incr();return createCharacter(r)}}function parseModifiersGroup(){function hasDupChar(e){var r=0;while(r<e.length){if(e.indexOf(e[r],r+1)!=-1){return true}r++}return false}var e=u;incr(2);var r=matchReg(/^[sim]+/);var t;if(matchOne("-")&&lookahead()!==":"){t=matchReg(/^[sim]+/);if(!t){bail("Invalid flags for modifiers group")}}else if(!r){bail("Invalid flags for modifiers group")}r=r?r[0]:"";t=t?t[0]:"";var s=r+t;if(s.length>3||hasDupChar(s)){bail("flags cannot be duplicated for modifiers group")}if(!matchOne(":")){bail("Invalid flags for modifiers group")}var a=finishGroup("ignore",e);a.modifierFlags={enabling:r,disabling:t};return a}function parseUnicodeSurrogatePairEscape(r,t){if(t){var s,a;if(r.kind=="unicodeEscape"&&(s=r.codePoint)>=55296&&s<=56319&&currentOne("\\")&&next("u")){var n=u;u++;var o=parseClassEscape();if(o.kind=="unicodeEscape"&&(a=o.codePoint)>=56320&&a<=57343){r.kind="unicodeCodePointEscape";r.codePoint=(s-55296)*1024+a-56320+65536;r.range[1]=u;r.raw=e.substring(r.range[0],u)}else{u=n}}}return r}function parseClassEscape(){return parseAtomEscape(true)}function parseAtomEscape(e){var r,t=u,s;switch(s=lookahead()){case"0":case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":return parseDecimalEscape(e);case"B":{if(e){bail("\\B not possible inside of CharacterClass","",t);break}else{return parseIdentityEscape()}}case"b":{if(e){incr();return createEscaped("singleEscape",8,"\\b")}else{return parseIdentityEscape()}}case"c":{if(e){if(!d&&(r=matchReg(/^c(\d)/))){return createEscaped("controlLetter",r[1]+16,r[1],2)}else if(!d&&match("c_")){return createEscaped("controlLetter",31,"_",2)}}return parseCharacterEscape()}case"d":case"D":case"w":case"W":case"s":case"S":incr();return createCharacterClassEscape(s);case"k":return parseNamedReference()||parseIdentityEscape();case"p":case"P":return parseUnicodePropertyEscape()||parseIdentityEscape();case"-":{if(e&&d){incr();return createEscaped("singleEscape",45,"\\-")}return parseIdentityEscape()}default:return parseCharacterEscape()}}function parseDecimalEscape(e){var r,t,s=u;if(r=matchReg(/^(?!0)\d+/)){t=r[0];var l=parseInt(r[0],10);if(l<=n&&!e){return createReference(r[0])}else{a.push(l);if(o){i=true}else{bailOctalEscapeIfUnicode(s,u)}incr(-r[0].length);if(r=matchReg(/^[0-7]{1,3}/)){return createEscaped("octal",parseInt(r[0],8),r[0],1)}else{var c=u;r=createCharacter(matchReg(/^[89]/));return updateRawStart(r,c-1)}}}else if(r=matchReg(/^[0-7]{1,3}/)){t=r[0];if(t!=="0"){bailOctalEscapeIfUnicode(s,u)}if(/^0{1,3}$/.test(t)){return createEscaped("null",0,"0",t.length)}else{return createEscaped("octal",parseInt(t,8),t,1)}}return false}function bailOctalEscapeIfUnicode(e,r){if(d){bail("Invalid decimal escape in unicode mode",null,e,r)}}function parseUnicodePropertyEscape(){var r,t=u;if(s.unicodePropertyEscape&&d&&(r=matchReg(/^([pP])\{([^}]+)\}/))){return{type:"unicodePropertyEscape",negative:r[1]==="P",value:r[2],range:[t-1,u],raw:e.substring(t-1,u)}}return false}function parseNamedReference(){if(s.namedGroups&&matchReg(/^k<(?=.*?>)/)){var e=parseIdentifier();skip(">");return createNamedReference(e)}}function parseRegExpUnicodeEscapeSequence(e){var r;if(r=matchReg(/^u([0-9a-fA-F]{4})/)){return parseUnicodeSurrogatePairEscape(createEscaped("unicodeEscape",parseInt(r[1],16),r[1],2),e)}else if(e&&(r=matchReg(/^u\{([0-9a-fA-F]+)\}/))){return createEscaped("unicodeCodePointEscape",parseInt(r[1],16),r[1],4)}}function parseCharacterEscape(){var e;var r=u;switch(lookahead()){case"t":incr();return createEscaped("singleEscape",9,"\\t");case"n":incr();return createEscaped("singleEscape",10,"\\n");case"v":incr();return createEscaped("singleEscape",11,"\\v");case"f":incr();return createEscaped("singleEscape",12,"\\f");case"r":incr();return createEscaped("singleEscape",13,"\\r");case"c":if(e=matchReg(/^c([a-zA-Z])/)){return createEscaped("controlLetter",e[1].charCodeAt(0)%32,e[1],2)}break;case"x":if(e=matchReg(/^x([0-9a-fA-F]{2})/)){return createEscaped("hexadecimalEscape",parseInt(e[1],16),e[1],2)}break;case"u":if(e=parseRegExpUnicodeEscapeSequence(d)){if(!e||e.codePoint>1114111){bail("Invalid escape sequence",null,r,u)}return e}break}return parseIdentityEscape()}function parseIdentifierAtom(t){var s=lookahead();var a=u;if(s==="\\"){incr();var n=parseRegExpUnicodeEscapeSequence(true);if(!n||!t(n.codePoint)){bail("Invalid escape sequence",null,a,u)}return r(n.codePoint)}var o=s.charCodeAt(0);if(o>=55296&&o<=56319){s+=e[u+1];var i=s.charCodeAt(1);if(i>=56320&&i<=57343){o=(o-55296)*1024+i-56320+65536}}if(!t(o))return;incr();if(o>65535)incr();return s}function parseIdentifier(){var r=u;var t=parseIdentifierAtom(isIdentifierStart);if(!t){bail("Invalid identifier")}var s;while(s=parseIdentifierAtom(isIdentifierPart)){t+=s}return{type:"identifier",value:t,range:[r,u],raw:e.substring(r,u)}}function isIdentifierStart(e){var t=/[\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-\u1C8A\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-\uA7CD\uA7D0\uA7D1\uA7D3\uA7D5-\uA7DC\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]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC\uDDC0-\uDDF3\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDD00-\uDD23\uDD4A-\uDD65\uDD6F-\uDD85\uDE80-\uDEA9\uDEB0\uDEB1\uDEC2-\uDEC4\uDF00-\uDF1C\uDF27\uDF30-\uDF45\uDF70-\uDF81\uDFB0-\uDFC4\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC71\uDC72\uDC75\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE3F\uDE40\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61\uDF80-\uDF89\uDF8B\uDF8E\uDF90-\uDFB5\uDFB7\uDFD1\uDFD3]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDEB8\uDF00-\uDF1A\uDF40-\uDF46]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCDF\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEB0-\uDEF8\uDFC0-\uDFE0]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDEE0-\uDEF2\uDF02\uDF04-\uDF10\uDF12-\uDF33\uDFB0]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD80E\uD80F\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883\uD885-\uD887][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2F\uDC41-\uDC46\uDC60-\uDFFF]|\uD810[\uDC00-\uDFFA]|\uD811[\uDC00-\uDE46]|\uD818[\uDD00-\uDD1D]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE70-\uDEBE\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDD40-\uDD6C\uDE40-\uDE7F\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDCFF-\uDD08]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD32\uDD50-\uDD52\uDD55\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD837[\uDF00-\uDF1E\uDF25-\uDF2A]|\uD838[\uDC30-\uDC6D\uDD00-\uDD2C\uDD37-\uDD3D\uDD4E\uDE90-\uDEAD\uDEC0-\uDEEB]|\uD839[\uDCD0-\uDCEB\uDDD0-\uDDED\uDDF0\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43\uDD4B]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF39\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0\uDFF0-\uDFFF]|\uD87B[\uDC00-\uDE5D]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A\uDF50-\uDFFF]|\uD888[\uDC00-\uDFAF]/;return e===36||e===95||e>=65&&e<=90||e>=97&&e<=122||e>=128&&t.test(r(e))}function isIdentifierPart(e){var t=/[\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\u0897-\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]|\uD800[\uDDFD\uDEE0\uDF76-\uDF7A]|\uD801[\uDCA0-\uDCA9]|\uD802[\uDE01-\uDE03\uDE05\uDE06\uDE0C-\uDE0F\uDE38-\uDE3A\uDE3F\uDEE5\uDEE6]|\uD803[\uDD24-\uDD27\uDD30-\uDD39\uDD40-\uDD49\uDD69-\uDD6D\uDEAB\uDEAC\uDEFC-\uDEFF\uDF46-\uDF50\uDF82-\uDF85]|\uD804[\uDC00-\uDC02\uDC38-\uDC46\uDC66-\uDC70\uDC73\uDC74\uDC7F-\uDC82\uDCB0-\uDCBA\uDCC2\uDCF0-\uDCF9\uDD00-\uDD02\uDD27-\uDD34\uDD36-\uDD3F\uDD45\uDD46\uDD73\uDD80-\uDD82\uDDB3-\uDDC0\uDDC9-\uDDCC\uDDCE-\uDDD9\uDE2C-\uDE37\uDE3E\uDE41\uDEDF-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF3B\uDF3C\uDF3E-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF57\uDF62\uDF63\uDF66-\uDF6C\uDF70-\uDF74\uDFB8-\uDFC0\uDFC2\uDFC5\uDFC7-\uDFCA\uDFCC-\uDFD0\uDFD2\uDFE1\uDFE2]|\uD805[\uDC35-\uDC46\uDC50-\uDC59\uDC5E\uDCB0-\uDCC3\uDCD0-\uDCD9\uDDAF-\uDDB5\uDDB8-\uDDC0\uDDDC\uDDDD\uDE30-\uDE40\uDE50-\uDE59\uDEAB-\uDEB7\uDEC0-\uDEC9\uDED0-\uDEE3\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDC2C-\uDC3A\uDCE0-\uDCE9\uDD30-\uDD35\uDD37\uDD38\uDD3B-\uDD3E\uDD40\uDD42\uDD43\uDD50-\uDD59\uDDD1-\uDDD7\uDDDA-\uDDE0\uDDE4\uDE01-\uDE0A\uDE33-\uDE39\uDE3B-\uDE3E\uDE47\uDE51-\uDE5B\uDE8A-\uDE99\uDFF0-\uDFF9]|\uD807[\uDC2F-\uDC36\uDC38-\uDC3F\uDC50-\uDC59\uDC92-\uDCA7\uDCA9-\uDCB6\uDD31-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD45\uDD47\uDD50-\uDD59\uDD8A-\uDD8E\uDD90\uDD91\uDD93-\uDD97\uDDA0-\uDDA9\uDEF3-\uDEF6\uDF00\uDF01\uDF03\uDF34-\uDF3A\uDF3E-\uDF42\uDF50-\uDF5A]|\uD80D[\uDC40\uDC47-\uDC55]|\uD818[\uDD1E-\uDD39]|\uD81A[\uDE60-\uDE69\uDEC0-\uDEC9\uDEF0-\uDEF4\uDF30-\uDF36\uDF50-\uDF59]|\uD81B[\uDD70-\uDD79\uDF4F\uDF51-\uDF87\uDF8F-\uDF92\uDFE4\uDFF0\uDFF1]|\uD82F[\uDC9D\uDC9E]|\uD833[\uDCF0-\uDCF9\uDF00-\uDF2D\uDF30-\uDF46]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A\uDC8F\uDD30-\uDD36\uDD40-\uDD49\uDEAE\uDEEC-\uDEF9]|\uD839[\uDCEC-\uDCF9\uDDEE\uDDEF\uDDF1-\uDDFA]|\uD83A[\uDCD0-\uDCD6\uDD44-\uDD4A\uDD50-\uDD59]|\uD83E[\uDFF0-\uDFF9]|\uDB40[\uDD00-\uDDEF]/;return isIdentifierStart(e)||e>=48&&e<=57||e>=128&&t.test(r(e))}function parseIdentityEscape(){var e;var r=lookahead();if(d&&/[\^$.*+?()\\[\]{}|/]/.test(r)||!d&&r!=="c"){if(r==="k"&&s.lookbehind){return null}e=consume(1);return createEscaped("identifier",e.charCodeAt(0),e,1)}return null}function parseCharacterClass(){var e,r=u;if(e=match("[^")){e=parseClassContents();skip("]");return createCharacterClass(e,true,r,u)}else if(matchOne("[")){e=parseClassContents();skip("]");return createCharacterClass(e,false,r,u)}return null}function parseClassContents(){var e;if(currentOne("]")){return{kind:"union",body:[]}}else if(c){return parseClassSetExpression()}else{e=parseNonemptyClassRanges();if(!e){bail("nonEmptyClassRanges")}return{kind:"union",body:e}}}function parseHelperClassContents(e){var r,t,s,a,n;if(currentOne("-")&&!next("]")){r=e.range[0];incr();n=createCharacter("-");a=parseClassAtom();if(!a){bail("classAtom")}t=u;var o=parseClassContents();if(!o){bail("classContents")}if(!("codePoint"in e)||!("codePoint"in a)){if(!d){s=[e,n,a]}else{bail("invalid character class")}}else{s=[createClassRange(e,a,r,t)]}if(o.type==="empty"){return s}return s.concat(o.body)}s=parseNonemptyClassRangesNoDash();if(!s){bail("nonEmptyClassRangesNoDash")}return[e].concat(s)}function parseNonemptyClassRanges(){var e=parseClassAtom();if(!e){bail("classAtom")}if(currentOne("]")){return[e]}return parseHelperClassContents(e)}function parseNonemptyClassRangesNoDash(){var e=parseClassAtom();if(!e){bail("classAtom")}if(currentOne("]")){return e}return parseHelperClassContents(e)}function parseClassAtom(){if(matchOne("-")){return createCharacter("-")}else{return parseClassAtomNoDash()}}function parseClassAtomNoDash(){var e;switch(e=lookahead()){case"\\":{incr();e=parseClassEscape();if(!e){if(!d&&lookahead()=="c"){return createCharacter("\\")}bail("classEscape")}return parseUnicodeSurrogatePairEscape(e,d)}case"]":case"-":break;default:incr();return createCharacter(e)}}function parseClassSetExpression(){var e=[];var r;var t=parseClassSetOperand(true);e.push(t);if(t.type==="classRange"){r="union"}else if(currentOne("&")){r="intersection"}else if(currentOne("-")){r="subtraction"}else{r="union"}while(!currentOne("]")){if(r==="intersection"){skip("&");skip("&");if(currentOne("&")){bail("&& cannot be followed by &. Wrap it in brackets: &&[&].")}}else if(r==="subtraction"){skip("-");skip("-")}t=parseClassSetOperand(r==="union");e.push(t)}return{kind:r,body:e}}function parseClassSetOperand(e){var r=u;var t,s;if(matchOne("\\")){if(match("q{")){return parseClassStringDisjunction()}else if(s=parseClassEscape()){t=s}else if(s=parseClassSetCharacterEscapedHelper()){return s}else{bail("Invalid escape","\\"+lookahead(),r)}}else if(s=parseClassSetCharacterUnescapedHelper()){t=s}else if(s=parseCharacterClass()){return s}else{bail("Invalid character",lookahead())}if(e&&currentOne("-")&&!next("-")){incr();if(s=parseClassSetCharacter()){return createClassRange(t,s,r,u)}bail("Invalid range end",lookahead())}return t}function parseClassSetCharacter(){if(matchOne("\\")){var e,r=u;if(e=parseClassSetCharacterEscapedHelper()){return e}else{bail("Invalid escape","\\"+lookahead(),r)}}return parseClassSetCharacterUnescapedHelper()}function parseClassSetCharacterUnescapedHelper(){var e;if(matchReg(/^(?:&&|!!|##|\$\$|%%|\*\*|\+\+|,,|\.\.|::|;;|<<|==|>>|\?\?|@@|\^\^|``|~~)/)){bail("Invalid set operation in character class")}if(e=matchReg(/^[^()[\]{}/\-\\|]/)){return createCharacter(e)}}function parseClassSetCharacterEscapedHelper(){var e;if(matchOne("b")){return createEscaped("singleEscape",8,"\\b")}else if(matchOne("B")){bail("\\B not possible inside of ClassContents","",u-2)}else if(e=matchReg(/^[&\-!#%,:;<=>@`~]/)){return createEscaped("identifier",e[0].codePointAt(0),e[0])}else if(e=parseCharacterEscape()){return e}else{return null}}function parseClassStringDisjunction(){var e=u-3;var r=[];do{r.push(parseClassString())}while(matchOne("|"));skip("}");return createClassStrings(r,e,u)}function parseClassString(){var e=[],r=u;var t;while(t=parseClassSetCharacter()){e.push(t)}return createClassString(e,r,u)}function bail(r,t,s,a){s=s==null?u:s;a=a==null?s:a;var n=Math.max(0,s-10);var o=Math.min(a+10,e.length);var i=" "+e.substring(n,o);var l=" "+new Array(s-n+1).join(" ")+"^";throw SyntaxError(r+" at position "+s+(t?": "+t:"")+"\n"+i+"\n"+l)}var a=[];var n=0;var o=true;var i=false;var l=(t||"").indexOf("u")!==-1;var c=(t||"").indexOf("v")!==-1;var d=l||c;var u=0;if(c&&!s.unicodeSet){throw new Error('The "v" flag is only supported when the .unicodeSet option is enabled.')}if(l&&c){throw new Error('The "u" and "v" flags are mutually exclusive.')}e=String(e);if(e===""){e="(?:)"}var p=parseDisjunction();if(p.range[1]!==e.length){bail("Could not parse entire input - got stuck","",p.range[1])}i=i||a.some((function(e){return e<=n}));if(i){u=0;o=false;return parseDisjunction()}return p}var t={parse:parse};if(true&&e.exports){e.exports=t}else{window.regjsparser=t}})()},7059:(e,r,t)=>{var s=t(540);s.core=t(4094);s.isCore=t(9031);s.sync=t(4748);e.exports=s},540:(e,r,t)=>{var s=t(7147);var a=t(9189);var n=t(1017);var o=t(1178);var i=t(2118);var l=t(5474);var c=t(2873);var d=process.platform!=="win32"&&s.realpath&&typeof s.realpath.native==="function"?s.realpath.native:s.realpath;var u=a();var defaultPaths=function(){return[n.join(u,".node_modules"),n.join(u,".node_libraries")]};var p=function isFile(e,r){s.stat(e,(function(e,t){if(!e){return r(null,t.isFile()||t.isFIFO())}if(e.code==="ENOENT"||e.code==="ENOTDIR")return r(null,false);return r(e)}))};var f=function isDirectory(e,r){s.stat(e,(function(e,t){if(!e){return r(null,t.isDirectory())}if(e.code==="ENOENT"||e.code==="ENOTDIR")return r(null,false);return r(e)}))};var y=function realpath(e,r){d(e,(function(t,s){if(t&&t.code!=="ENOENT")r(t);else r(null,t?e:s)}))};var g=function maybeRealpath(e,r,t,s){if(t&&t.preserveSymlinks===false){e(r,s)}else{s(null,r)}};var h=function defaultReadPackage(e,r,t){e(r,(function(e,r){if(e)t(e);else{try{var s=JSON.parse(r);t(null,s)}catch(e){t(null)}}}))};var b=function getPackageCandidates(e,r,t){var s=i(r,t,e);for(var a=0;a<s.length;a++){s[a]=n.join(s[a],e)}return s};e.exports=function resolve(e,r,t){var a=t;var i=r;if(typeof r==="function"){a=i;i={}}if(typeof e!=="string"){var d=new TypeError("Path must be a string.");return process.nextTick((function(){a(d)}))}i=l(e,i);var u=i.isFile||p;var x=i.isDirectory||f;var v=i.readFile||s.readFile;var j=i.realpath||y;var w=i.readPackage||h;if(i.readFile&&i.readPackage){var E=new TypeError("`readFile` and `readPackage` are mutually exclusive.");return process.nextTick((function(){a(E)}))}var _=i.packageIterator;var S=i.extensions||[".js"];var k=i.includeCoreModules!==false;var D=i.basedir||n.dirname(o());var C=i.filename||D;i.paths=i.paths||defaultPaths();var P=n.resolve(D);g(j,P,i,(function(e,r){if(e)a(e);else init(r)}));var I;function init(r){if(/^(?:\.\.?(?:\/|$)|\/|([A-Za-z]:)?[/\\])/.test(e)){I=n.resolve(r,e);if(e==="."||e===".."||e.slice(-1)==="/")I+="/";if(/\/$/.test(e)&&I===r){loadAsDirectory(I,i.package,onfile)}else loadAsFile(I,i.package,onfile)}else if(k&&c(e)){return a(null,e)}else loadNodeModules(e,r,(function(r,t,s){if(r)a(r);else if(t){return g(j,t,i,(function(e,r){if(e){a(e)}else{a(null,r,s)}}))}else{var n=new Error("Cannot find module '"+e+"' from '"+C+"'");n.code="MODULE_NOT_FOUND";a(n)}}))}function onfile(r,t,s){if(r)a(r);else if(t)a(null,t,s);else loadAsDirectory(I,(function(r,t,s){if(r)a(r);else if(t){g(j,t,i,(function(e,r){if(e){a(e)}else{a(null,r,s)}}))}else{var n=new Error("Cannot find module '"+e+"' from '"+C+"'");n.code="MODULE_NOT_FOUND";a(n)}}))}function loadAsFile(e,r,t){var s=r;var a=t;if(typeof s==="function"){a=s;s=undefined}var o=[""].concat(S);load(o,e,s);function load(e,r,t){if(e.length===0)return a(null,undefined,t);var s=r+e[0];var o=t;if(o)onpkg(null,o);else loadpkg(n.dirname(s),onpkg);function onpkg(t,l,c){o=l;if(t)return a(t);if(c&&o&&i.pathFilter){var d=n.relative(c,s);var p=d.slice(0,d.length-e[0].length);var f=i.pathFilter(o,r,p);if(f)return load([""].concat(S.slice()),n.resolve(c,f),o)}u(s,onex)}function onex(t,n){if(t)return a(t);if(n)return a(null,s,o);load(e.slice(1),r,o)}}}function loadpkg(e,r){if(e===""||e==="/")return r(null);if(process.platform==="win32"&&/^\w:[/\\]*$/.test(e)){return r(null)}if(/[/\\]node_modules[/\\]*$/.test(e))return r(null);g(j,e,i,(function(t,s){if(t)return loadpkg(n.dirname(e),r);var a=n.join(s,"package.json");u(a,(function(t,s){if(!s)return loadpkg(n.dirname(e),r);w(v,a,(function(t,s){if(t)r(t);var n=s;if(n&&i.packageFilter){n=i.packageFilter(n,a)}r(null,n,e)}))}))}))}function loadAsDirectory(e,r,t){var s=t;var a=r;if(typeof a==="function"){s=a;a=i.package}g(j,e,i,(function(r,t){if(r)return s(r);var o=n.join(t,"package.json");u(o,(function(r,t){if(r)return s(r);if(!t)return loadAsFile(n.join(e,"index"),a,s);w(v,o,(function(r,t){if(r)return s(r);var a=t;if(a&&i.packageFilter){a=i.packageFilter(a,o)}if(a&&a.main){if(typeof a.main!=="string"){var l=new TypeError("package “"+a.name+"” `main` must be a string");l.code="INVALID_PACKAGE_MAIN";return s(l)}if(a.main==="."||a.main==="./"){a.main="index"}loadAsFile(n.resolve(e,a.main),a,(function(r,t,a){if(r)return s(r);if(t)return s(null,t,a);if(!a)return loadAsFile(n.join(e,"index"),a,s);var o=n.resolve(e,a.main);loadAsDirectory(o,a,(function(r,t,a){if(r)return s(r);if(t)return s(null,t,a);loadAsFile(n.join(e,"index"),a,s)}))}));return}loadAsFile(n.join(e,"/index"),a,s)}))}))}))}function processDirs(e,r){if(r.length===0)return e(null,undefined);var t=r[0];x(n.dirname(t),isdir);function isdir(s,a){if(s)return e(s);if(!a)return processDirs(e,r.slice(1));loadAsFile(t,i.package,onfile)}function onfile(r,s,a){if(r)return e(r);if(s)return e(null,s,a);loadAsDirectory(t,i.package,ondir)}function ondir(t,s,a){if(t)return e(t);if(s)return e(null,s,a);processDirs(e,r.slice(1))}}function loadNodeModules(e,r,t){var thunk=function(){return b(e,r,i)};processDirs(t,_?_(e,r,thunk,i):thunk())}}},1178:e=>{e.exports=function(){var e=Error.prepareStackTrace;Error.prepareStackTrace=function(e,r){return r};var r=(new Error).stack;Error.prepareStackTrace=e;return r[2].getFileName()}},4094:(e,r,t)=>{"use strict";var s=t(2873);var a=t(9736);var n={};for(var o in a){if(Object.prototype.hasOwnProperty.call(a,o)){n[o]=s(o)}}e.exports=n},9189:(e,r,t)=>{"use strict";var s=t(2037);e.exports=s.homedir||function homedir(){var e=process.env.HOME;var r=process.env.LOGNAME||process.env.USER||process.env.LNAME||process.env.USERNAME;if(process.platform==="win32"){return process.env.USERPROFILE||process.env.HOMEDRIVE+process.env.HOMEPATH||e||null}if(process.platform==="darwin"){return e||(r?"/Users/"+r:null)}if(process.platform==="linux"){return e||(process.getuid()===0?"/root":r?"/home/"+r:null)}return e||null}},9031:(e,r,t)=>{var s=t(2873);e.exports=function isCore(e){return s(e)}},2118:(e,r,t)=>{var s=t(1017);var a=s.parse||t(1894);var n=function getNodeModulesDirs(e,r){var t="/";if(/^([A-Za-z]:)/.test(e)){t=""}else if(/^\\\\/.test(e)){t="\\\\"}var n=[e];var o=a(e);while(o.dir!==n[n.length-1]){n.push(o.dir);o=a(o.dir)}return n.reduce((function(e,a){return e.concat(r.map((function(e){return s.resolve(t,a,e)})))}),[])};e.exports=function nodeModulesPaths(e,r,t){var s=r&&r.moduleDirectory?[].concat(r.moduleDirectory):["node_modules"];if(r&&typeof r.paths==="function"){return r.paths(t,e,(function(){return n(e,s)}),r)}var a=n(e,s);return r&&r.paths?a.concat(r.paths):a}},5474:e=>{e.exports=function(e,r){return r||{}}},4748:(e,r,t)=>{var s=t(2873);var a=t(7147);var n=t(1017);var o=t(9189);var i=t(1178);var l=t(2118);var c=t(5474);var d=process.platform!=="win32"&&a.realpathSync&&typeof a.realpathSync.native==="function"?a.realpathSync.native:a.realpathSync;var u=o();var defaultPaths=function(){return[n.join(u,".node_modules"),n.join(u,".node_libraries")]};var p=function isFile(e){try{var r=a.statSync(e,{throwIfNoEntry:false})}catch(e){if(e&&(e.code==="ENOENT"||e.code==="ENOTDIR"))return false;throw e}return!!r&&(r.isFile()||r.isFIFO())};var f=function isDirectory(e){try{var r=a.statSync(e,{throwIfNoEntry:false})}catch(e){if(e&&(e.code==="ENOENT"||e.code==="ENOTDIR"))return false;throw e}return!!r&&r.isDirectory()};var y=function realpathSync(e){try{return d(e)}catch(e){if(e.code!=="ENOENT"){throw e}}return e};var g=function maybeRealpathSync(e,r,t){if(t&&t.preserveSymlinks===false){return e(r)}return r};var h=function defaultReadPackageSync(e,r){var t=e(r);try{var s=JSON.parse(t);return s}catch(e){}};var b=function getPackageCandidates(e,r,t){var s=l(r,t,e);for(var a=0;a<s.length;a++){s[a]=n.join(s[a],e)}return s};e.exports=function resolveSync(e,r){if(typeof e!=="string"){throw new TypeError("Path must be a string.")}var t=c(e,r);var o=t.isFile||p;var l=t.readFileSync||a.readFileSync;var d=t.isDirectory||f;var u=t.realpathSync||y;var x=t.readPackageSync||h;if(t.readFileSync&&t.readPackageSync){throw new TypeError("`readFileSync` and `readPackageSync` are mutually exclusive.")}var v=t.packageIterator;var j=t.extensions||[".js"];var w=t.includeCoreModules!==false;var E=t.basedir||n.dirname(i());var _=t.filename||E;t.paths=t.paths||defaultPaths();var S=g(u,n.resolve(E),t);if(/^(?:\.\.?(?:\/|$)|\/|([A-Za-z]:)?[/\\])/.test(e)){var k=n.resolve(S,e);if(e==="."||e===".."||e.slice(-1)==="/")k+="/";var D=loadAsFileSync(k)||loadAsDirectorySync(k);if(D)return g(u,D,t)}else if(w&&s(e)){return e}else{var C=loadNodeModulesSync(e,S);if(C)return g(u,C,t)}var P=new Error("Cannot find module '"+e+"' from '"+_+"'");P.code="MODULE_NOT_FOUND";throw P;function loadAsFileSync(e){var r=loadpkg(n.dirname(e));if(r&&r.dir&&r.pkg&&t.pathFilter){var s=n.relative(r.dir,e);var a=t.pathFilter(r.pkg,e,s);if(a){e=n.resolve(r.dir,a)}}if(o(e)){return e}for(var i=0;i<j.length;i++){var l=e+j[i];if(o(l)){return l}}}function loadpkg(e){if(e===""||e==="/")return;if(process.platform==="win32"&&/^\w:[/\\]*$/.test(e)){return}if(/[/\\]node_modules[/\\]*$/.test(e))return;var r=n.join(g(u,e,t),"package.json");if(!o(r)){return loadpkg(n.dirname(e))}var s=x(l,r);if(s&&t.packageFilter){s=t.packageFilter(s,e)}return{pkg:s,dir:e}}function loadAsDirectorySync(e){var r=n.join(g(u,e,t),"/package.json");if(o(r)){try{var s=x(l,r)}catch(e){}if(s&&t.packageFilter){s=t.packageFilter(s,e)}if(s&&s.main){if(typeof s.main!=="string"){var a=new TypeError("package “"+s.name+"” `main` must be a string");a.code="INVALID_PACKAGE_MAIN";throw a}if(s.main==="."||s.main==="./"){s.main="index"}try{var i=loadAsFileSync(n.resolve(e,s.main));if(i)return i;var c=loadAsDirectorySync(n.resolve(e,s.main));if(c)return c}catch(e){}}}return loadAsFileSync(n.join(e,"/index"))}function loadNodeModulesSync(e,r){var thunk=function(){return b(e,r,t)};var s=v?v(e,r,thunk,t):thunk();for(var a=0;a<s.length;a++){var o=s[a];if(d(n.dirname(o))){var i=loadAsFileSync(o);if(i)return i;var l=loadAsDirectorySync(o);if(l)return l}}}}},6491:e=>{var r=e.exports=function(e){return new Traverse(e)};function Traverse(e){this.value=e}Traverse.prototype.get=function(e){var r=this.value;for(var t=0;t<e.length;t++){var s=e[t];if(!r||!a.call(r,s)){r=undefined;break}r=r[s]}return r};Traverse.prototype.has=function(e){var r=this.value;for(var t=0;t<e.length;t++){var s=e[t];if(!r||!a.call(r,s)){return false}r=r[s]}return true};Traverse.prototype.set=function(e,r){var t=this.value;for(var s=0;s<e.length-1;s++){var n=e[s];if(!a.call(t,n))t[n]={};t=t[n]}t[e[s]]=r;return r};Traverse.prototype.map=function(e){return walk(this.value,e,true)};Traverse.prototype.forEach=function(e){this.value=walk(this.value,e,false);return this.value};Traverse.prototype.reduce=function(e,r){var t=arguments.length===1;var s=t?this.value:r;this.forEach((function(r){if(!this.isRoot||!t){s=e.call(this,s,r)}}));return s};Traverse.prototype.paths=function(){var e=[];this.forEach((function(r){e.push(this.path)}));return e};Traverse.prototype.nodes=function(){var e=[];this.forEach((function(r){e.push(this.node)}));return e};Traverse.prototype.clone=function(){var e=[],r=[];return function clone(s){for(var a=0;a<e.length;a++){if(e[a]===s){return r[a]}}if(typeof s==="object"&&s!==null){var n=copy(s);e.push(s);r.push(n);forEach(t(s),(function(e){n[e]=clone(s[e])}));e.pop();r.pop();return n}else{return s}}(this.value)};function walk(e,r,n){var o=[];var i=[];var l=true;return function walker(e){var c=n?copy(e):e;var d={};var u=true;var p={node:c,node_:e,path:[].concat(o),parent:i[i.length-1],parents:i,key:o.slice(-1)[0],isRoot:o.length===0,level:o.length,circular:null,update:function(e,r){if(!p.isRoot){p.parent.node[p.key]=e}p.node=e;if(r)u=false},delete:function(e){delete p.parent.node[p.key];if(e)u=false},remove:function(e){if(s(p.parent.node)){p.parent.node.splice(p.key,1)}else{delete p.parent.node[p.key]}if(e)u=false},keys:null,before:function(e){d.before=e},after:function(e){d.after=e},pre:function(e){d.pre=e},post:function(e){d.post=e},stop:function(){l=false},block:function(){u=false}};if(!l)return p;function updateState(){if(typeof p.node==="object"&&p.node!==null){if(!p.keys||p.node_!==p.node){p.keys=t(p.node)}p.isLeaf=p.keys.length==0;for(var r=0;r<i.length;r++){if(i[r].node_===e){p.circular=i[r];break}}}else{p.isLeaf=true;p.keys=null}p.notLeaf=!p.isLeaf;p.notRoot=!p.isRoot}updateState();var f=r.call(p,p.node);if(f!==undefined&&p.update)p.update(f);if(d.before)d.before.call(p,p.node);if(!u)return p;if(typeof p.node=="object"&&p.node!==null&&!p.circular){i.push(p);updateState();forEach(p.keys,(function(e,r){o.push(e);if(d.pre)d.pre.call(p,p.node[e],e);var t=walker(p.node[e]);if(n&&a.call(p.node,e)){p.node[e]=t.node}t.isLast=r==p.keys.length-1;t.isFirst=r==0;if(d.post)d.post.call(p,t);o.pop()}));i.pop()}if(d.after)d.after.call(p,p.node);return p}(e).node}function copy(e){if(typeof e==="object"&&e!==null){var r;if(s(e)){r=[]}else if(isDate(e)){r=new Date(e.getTime?e.getTime():e)}else if(isRegExp(e)){r=new RegExp(e)}else if(isError(e)){r={message:e.message}}else if(isBoolean(e)){r=new Boolean(e)}else if(isNumber(e)){r=new Number(e)}else if(isString(e)){r=new String(e)}else if(Object.create&&Object.getPrototypeOf){r=Object.create(Object.getPrototypeOf(e))}else if(e.constructor===Object){r={}}else{var a=e.constructor&&e.constructor.prototype||e.__proto__||{};var T=function(){};T.prototype=a;r=new T}forEach(t(e),(function(t){r[t]=e[t]}));return r}else return e}var t=Object.keys||function keys(e){var r=[];for(var t in e)r.push(t);return r};function toS(e){return Object.prototype.toString.call(e)}function isDate(e){return toS(e)==="[object Date]"}function isRegExp(e){return toS(e)==="[object RegExp]"}function isError(e){return toS(e)==="[object Error]"}function isBoolean(e){return toS(e)==="[object Boolean]"}function isNumber(e){return toS(e)==="[object Number]"}function isString(e){return toS(e)==="[object String]"}var s=Array.isArray||function isArray(e){return Object.prototype.toString.call(e)==="[object Array]"};var forEach=function(e,r){if(e.forEach)return e.forEach(r);else for(var t=0;t<e.length;t++){r(e[t],t,e)}};forEach(t(Traverse.prototype),(function(e){r[e]=function(r){var t=[].slice.call(arguments,1);var s=new Traverse(r);return s[e].apply(s,t)}}));var a=Object.hasOwnProperty||function(e,r){return r in e}},4737:e=>{e.exports=new Set(["General_Category","Script","Script_Extensions","Alphabetic","Any","ASCII","ASCII_Hex_Digit","Assigned","Bidi_Control","Bidi_Mirrored","Case_Ignorable","Cased","Changes_When_Casefolded","Changes_When_Casemapped","Changes_When_Lowercased","Changes_When_NFKC_Casefolded","Changes_When_Titlecased","Changes_When_Uppercased","Dash","Default_Ignorable_Code_Point","Deprecated","Diacritic","Emoji","Emoji_Component","Emoji_Modifier","Emoji_Modifier_Base","Emoji_Presentation","Extended_Pictographic","Extender","Grapheme_Base","Grapheme_Extend","Hex_Digit","ID_Continue","ID_Start","Ideographic","IDS_Binary_Operator","IDS_Trinary_Operator","Join_Control","Logical_Order_Exception","Lowercase","Math","Noncharacter_Code_Point","Pattern_Syntax","Pattern_White_Space","Quotation_Mark","Radical","Regional_Indicator","Sentence_Terminal","Soft_Dotted","Terminal_Punctuation","Unified_Ideograph","Uppercase","Variation_Selector","White_Space","XID_Continue","XID_Start"])},1288:(e,r,t)=>{"use strict";const s=t(4737);const a=t(5274);const matchProperty=function(e){if(s.has(e)){return e}if(a.has(e)){return a.get(e)}throw new Error(`Unknown property: ${e}`)};e.exports=matchProperty},768:e=>{e.exports=new Map([["General_Category",new Map([["C","Other"],["Cc","Control"],["cntrl","Control"],["Cf","Format"],["Cn","Unassigned"],["Co","Private_Use"],["Cs","Surrogate"],["L","Letter"],["LC","Cased_Letter"],["Ll","Lowercase_Letter"],["Lm","Modifier_Letter"],["Lo","Other_Letter"],["Lt","Titlecase_Letter"],["Lu","Uppercase_Letter"],["M","Mark"],["Combining_Mark","Mark"],["Mc","Spacing_Mark"],["Me","Enclosing_Mark"],["Mn","Nonspacing_Mark"],["N","Number"],["Nd","Decimal_Number"],["digit","Decimal_Number"],["Nl","Letter_Number"],["No","Other_Number"],["P","Punctuation"],["punct","Punctuation"],["Pc","Connector_Punctuation"],["Pd","Dash_Punctuation"],["Pe","Close_Punctuation"],["Pf","Final_Punctuation"],["Pi","Initial_Punctuation"],["Po","Other_Punctuation"],["Ps","Open_Punctuation"],["S","Symbol"],["Sc","Currency_Symbol"],["Sk","Modifier_Symbol"],["Sm","Math_Symbol"],["So","Other_Symbol"],["Z","Separator"],["Zl","Line_Separator"],["Zp","Paragraph_Separator"],["Zs","Space_Separator"],["Other","Other"],["Control","Control"],["Format","Format"],["Unassigned","Unassigned"],["Private_Use","Private_Use"],["Surrogate","Surrogate"],["Letter","Letter"],["Cased_Letter","Cased_Letter"],["Lowercase_Letter","Lowercase_Letter"],["Modifier_Letter","Modifier_Letter"],["Other_Letter","Other_Letter"],["Titlecase_Letter","Titlecase_Letter"],["Uppercase_Letter","Uppercase_Letter"],["Mark","Mark"],["Spacing_Mark","Spacing_Mark"],["Enclosing_Mark","Enclosing_Mark"],["Nonspacing_Mark","Nonspacing_Mark"],["Number","Number"],["Decimal_Number","Decimal_Number"],["Letter_Number","Letter_Number"],["Other_Number","Other_Number"],["Punctuation","Punctuation"],["Connector_Punctuation","Connector_Punctuation"],["Dash_Punctuation","Dash_Punctuation"],["Close_Punctuation","Close_Punctuation"],["Final_Punctuation","Final_Punctuation"],["Initial_Punctuation","Initial_Punctuation"],["Other_Punctuation","Other_Punctuation"],["Open_Punctuation","Open_Punctuation"],["Symbol","Symbol"],["Currency_Symbol","Currency_Symbol"],["Modifier_Symbol","Modifier_Symbol"],["Math_Symbol","Math_Symbol"],["Other_Symbol","Other_Symbol"],["Separator","Separator"],["Line_Separator","Line_Separator"],["Paragraph_Separator","Paragraph_Separator"],["Space_Separator","Space_Separator"]])],["Script",new Map([["Adlm","Adlam"],["Aghb","Caucasian_Albanian"],["Ahom","Ahom"],["Arab","Arabic"],["Armi","Imperial_Aramaic"],["Armn","Armenian"],["Avst","Avestan"],["Bali","Balinese"],["Bamu","Bamum"],["Bass","Bassa_Vah"],["Batk","Batak"],["Beng","Bengali"],["Bhks","Bhaiksuki"],["Bopo","Bopomofo"],["Brah","Brahmi"],["Brai","Braille"],["Bugi","Buginese"],["Buhd","Buhid"],["Cakm","Chakma"],["Cans","Canadian_Aboriginal"],["Cari","Carian"],["Cham","Cham"],["Cher","Cherokee"],["Chrs","Chorasmian"],["Copt","Coptic"],["Qaac","Coptic"],["Cpmn","Cypro_Minoan"],["Cprt","Cypriot"],["Cyrl","Cyrillic"],["Deva","Devanagari"],["Diak","Dives_Akuru"],["Dogr","Dogra"],["Dsrt","Deseret"],["Dupl","Duployan"],["Egyp","Egyptian_Hieroglyphs"],["Elba","Elbasan"],["Elym","Elymaic"],["Ethi","Ethiopic"],["Gara","Garay"],["Geor","Georgian"],["Glag","Glagolitic"],["Gong","Gunjala_Gondi"],["Gonm","Masaram_Gondi"],["Goth","Gothic"],["Gran","Grantha"],["Grek","Greek"],["Gujr","Gujarati"],["Gukh","Gurung_Khema"],["Guru","Gurmukhi"],["Hang","Hangul"],["Hani","Han"],["Hano","Hanunoo"],["Hatr","Hatran"],["Hebr","Hebrew"],["Hira","Hiragana"],["Hluw","Anatolian_Hieroglyphs"],["Hmng","Pahawh_Hmong"],["Hmnp","Nyiakeng_Puachue_Hmong"],["Hrkt","Katakana_Or_Hiragana"],["Hung","Old_Hungarian"],["Ital","Old_Italic"],["Java","Javanese"],["Kali","Kayah_Li"],["Kana","Katakana"],["Kawi","Kawi"],["Khar","Kharoshthi"],["Khmr","Khmer"],["Khoj","Khojki"],["Kits","Khitan_Small_Script"],["Knda","Kannada"],["Krai","Kirat_Rai"],["Kthi","Kaithi"],["Lana","Tai_Tham"],["Laoo","Lao"],["Latn","Latin"],["Lepc","Lepcha"],["Limb","Limbu"],["Lina","Linear_A"],["Linb","Linear_B"],["Lisu","Lisu"],["Lyci","Lycian"],["Lydi","Lydian"],["Mahj","Mahajani"],["Maka","Makasar"],["Mand","Mandaic"],["Mani","Manichaean"],["Marc","Marchen"],["Medf","Medefaidrin"],["Mend","Mende_Kikakui"],["Merc","Meroitic_Cursive"],["Mero","Meroitic_Hieroglyphs"],["Mlym","Malayalam"],["Modi","Modi"],["Mong","Mongolian"],["Mroo","Mro"],["Mtei","Meetei_Mayek"],["Mult","Multani"],["Mymr","Myanmar"],["Nagm","Nag_Mundari"],["Nand","Nandinagari"],["Narb","Old_North_Arabian"],["Nbat","Nabataean"],["Newa","Newa"],["Nkoo","Nko"],["Nshu","Nushu"],["Ogam","Ogham"],["Olck","Ol_Chiki"],["Onao","Ol_Onal"],["Orkh","Old_Turkic"],["Orya","Oriya"],["Osge","Osage"],["Osma","Osmanya"],["Ougr","Old_Uyghur"],["Palm","Palmyrene"],["Pauc","Pau_Cin_Hau"],["Perm","Old_Permic"],["Phag","Phags_Pa"],["Phli","Inscriptional_Pahlavi"],["Phlp","Psalter_Pahlavi"],["Phnx","Phoenician"],["Plrd","Miao"],["Prti","Inscriptional_Parthian"],["Rjng","Rejang"],["Rohg","Hanifi_Rohingya"],["Runr","Runic"],["Samr","Samaritan"],["Sarb","Old_South_Arabian"],["Saur","Saurashtra"],["Sgnw","SignWriting"],["Shaw","Shavian"],["Shrd","Sharada"],["Sidd","Siddham"],["Sind","Khudawadi"],["Sinh","Sinhala"],["Sogd","Sogdian"],["Sogo","Old_Sogdian"],["Sora","Sora_Sompeng"],["Soyo","Soyombo"],["Sund","Sundanese"],["Sunu","Sunuwar"],["Sylo","Syloti_Nagri"],["Syrc","Syriac"],["Tagb","Tagbanwa"],["Takr","Takri"],["Tale","Tai_Le"],["Talu","New_Tai_Lue"],["Taml","Tamil"],["Tang","Tangut"],["Tavt","Tai_Viet"],["Telu","Telugu"],["Tfng","Tifinagh"],["Tglg","Tagalog"],["Thaa","Thaana"],["Thai","Thai"],["Tibt","Tibetan"],["Tirh","Tirhuta"],["Tnsa","Tangsa"],["Todr","Todhri"],["Toto","Toto"],["Tutg","Tulu_Tigalari"],["Ugar","Ugaritic"],["Vaii","Vai"],["Vith","Vithkuqi"],["Wara","Warang_Citi"],["Wcho","Wancho"],["Xpeo","Old_Persian"],["Xsux","Cuneiform"],["Yezi","Yezidi"],["Yiii","Yi"],["Zanb","Zanabazar_Square"],["Zinh","Inherited"],["Qaai","Inherited"],["Zyyy","Common"],["Zzzz","Unknown"],["Adlam","Adlam"],["Caucasian_Albanian","Caucasian_Albanian"],["Arabic","Arabic"],["Imperial_Aramaic","Imperial_Aramaic"],["Armenian","Armenian"],["Avestan","Avestan"],["Balinese","Balinese"],["Bamum","Bamum"],["Bassa_Vah","Bassa_Vah"],["Batak","Batak"],["Bengali","Bengali"],["Bhaiksuki","Bhaiksuki"],["Bopomofo","Bopomofo"],["Brahmi","Brahmi"],["Braille","Braille"],["Buginese","Buginese"],["Buhid","Buhid"],["Chakma","Chakma"],["Canadian_Aboriginal","Canadian_Aboriginal"],["Carian","Carian"],["Cherokee","Cherokee"],["Chorasmian","Chorasmian"],["Coptic","Coptic"],["Cypro_Minoan","Cypro_Minoan"],["Cypriot","Cypriot"],["Cyrillic","Cyrillic"],["Devanagari","Devanagari"],["Dives_Akuru","Dives_Akuru"],["Dogra","Dogra"],["Deseret","Deseret"],["Duployan","Duployan"],["Egyptian_Hieroglyphs","Egyptian_Hieroglyphs"],["Elbasan","Elbasan"],["Elymaic","Elymaic"],["Ethiopic","Ethiopic"],["Garay","Garay"],["Georgian","Georgian"],["Glagolitic","Glagolitic"],["Gunjala_Gondi","Gunjala_Gondi"],["Masaram_Gondi","Masaram_Gondi"],["Gothic","Gothic"],["Grantha","Grantha"],["Greek","Greek"],["Gujarati","Gujarati"],["Gurung_Khema","Gurung_Khema"],["Gurmukhi","Gurmukhi"],["Hangul","Hangul"],["Han","Han"],["Hanunoo","Hanunoo"],["Hatran","Hatran"],["Hebrew","Hebrew"],["Hiragana","Hiragana"],["Anatolian_Hieroglyphs","Anatolian_Hieroglyphs"],["Pahawh_Hmong","Pahawh_Hmong"],["Nyiakeng_Puachue_Hmong","Nyiakeng_Puachue_Hmong"],["Katakana_Or_Hiragana","Katakana_Or_Hiragana"],["Old_Hungarian","Old_Hungarian"],["Old_Italic","Old_Italic"],["Javanese","Javanese"],["Kayah_Li","Kayah_Li"],["Katakana","Katakana"],["Kharoshthi","Kharoshthi"],["Khmer","Khmer"],["Khojki","Khojki"],["Khitan_Small_Script","Khitan_Small_Script"],["Kannada","Kannada"],["Kirat_Rai","Kirat_Rai"],["Kaithi","Kaithi"],["Tai_Tham","Tai_Tham"],["Lao","Lao"],["Latin","Latin"],["Lepcha","Lepcha"],["Limbu","Limbu"],["Linear_A","Linear_A"],["Linear_B","Linear_B"],["Lycian","Lycian"],["Lydian","Lydian"],["Mahajani","Mahajani"],["Makasar","Makasar"],["Mandaic","Mandaic"],["Manichaean","Manichaean"],["Marchen","Marchen"],["Medefaidrin","Medefaidrin"],["Mende_Kikakui","Mende_Kikakui"],["Meroitic_Cursive","Meroitic_Cursive"],["Meroitic_Hieroglyphs","Meroitic_Hieroglyphs"],["Malayalam","Malayalam"],["Mongolian","Mongolian"],["Mro","Mro"],["Meetei_Mayek","Meetei_Mayek"],["Multani","Multani"],["Myanmar","Myanmar"],["Nag_Mundari","Nag_Mundari"],["Nandinagari","Nandinagari"],["Old_North_Arabian","Old_North_Arabian"],["Nabataean","Nabataean"],["Nko","Nko"],["Nushu","Nushu"],["Ogham","Ogham"],["Ol_Chiki","Ol_Chiki"],["Ol_Onal","Ol_Onal"],["Old_Turkic","Old_Turkic"],["Oriya","Oriya"],["Osage","Osage"],["Osmanya","Osmanya"],["Old_Uyghur","Old_Uyghur"],["Palmyrene","Palmyrene"],["Pau_Cin_Hau","Pau_Cin_Hau"],["Old_Permic","Old_Permic"],["Phags_Pa","Phags_Pa"],["Inscriptional_Pahlavi","Inscriptional_Pahlavi"],["Psalter_Pahlavi","Psalter_Pahlavi"],["Phoenician","Phoenician"],["Miao","Miao"],["Inscriptional_Parthian","Inscriptional_Parthian"],["Rejang","Rejang"],["Hanifi_Rohingya","Hanifi_Rohingya"],["Runic","Runic"],["Samaritan","Samaritan"],["Old_South_Arabian","Old_South_Arabian"],["Saurashtra","Saurashtra"],["SignWriting","SignWriting"],["Shavian","Shavian"],["Sharada","Sharada"],["Siddham","Siddham"],["Khudawadi","Khudawadi"],["Sinhala","Sinhala"],["Sogdian","Sogdian"],["Old_Sogdian","Old_Sogdian"],["Sora_Sompeng","Sora_Sompeng"],["Soyombo","Soyombo"],["Sundanese","Sundanese"],["Sunuwar","Sunuwar"],["Syloti_Nagri","Syloti_Nagri"],["Syriac","Syriac"],["Tagbanwa","Tagbanwa"],["Takri","Takri"],["Tai_Le","Tai_Le"],["New_Tai_Lue","New_Tai_Lue"],["Tamil","Tamil"],["Tangut","Tangut"],["Tai_Viet","Tai_Viet"],["Telugu","Telugu"],["Tifinagh","Tifinagh"],["Tagalog","Tagalog"],["Thaana","Thaana"],["Tibetan","Tibetan"],["Tirhuta","Tirhuta"],["Tangsa","Tangsa"],["Todhri","Todhri"],["Tulu_Tigalari","Tulu_Tigalari"],["Ugaritic","Ugaritic"],["Vai","Vai"],["Vithkuqi","Vithkuqi"],["Warang_Citi","Warang_Citi"],["Wancho","Wancho"],["Old_Persian","Old_Persian"],["Cuneiform","Cuneiform"],["Yezidi","Yezidi"],["Yi","Yi"],["Zanabazar_Square","Zanabazar_Square"],["Inherited","Inherited"],["Common","Common"],["Unknown","Unknown"]])],["Script_Extensions",new Map([["Adlm","Adlam"],["Aghb","Caucasian_Albanian"],["Ahom","Ahom"],["Arab","Arabic"],["Armi","Imperial_Aramaic"],["Armn","Armenian"],["Avst","Avestan"],["Bali","Balinese"],["Bamu","Bamum"],["Bass","Bassa_Vah"],["Batk","Batak"],["Beng","Bengali"],["Bhks","Bhaiksuki"],["Bopo","Bopomofo"],["Brah","Brahmi"],["Brai","Braille"],["Bugi","Buginese"],["Buhd","Buhid"],["Cakm","Chakma"],["Cans","Canadian_Aboriginal"],["Cari","Carian"],["Cham","Cham"],["Cher","Cherokee"],["Chrs","Chorasmian"],["Copt","Coptic"],["Qaac","Coptic"],["Cpmn","Cypro_Minoan"],["Cprt","Cypriot"],["Cyrl","Cyrillic"],["Deva","Devanagari"],["Diak","Dives_Akuru"],["Dogr","Dogra"],["Dsrt","Deseret"],["Dupl","Duployan"],["Egyp","Egyptian_Hieroglyphs"],["Elba","Elbasan"],["Elym","Elymaic"],["Ethi","Ethiopic"],["Gara","Garay"],["Geor","Georgian"],["Glag","Glagolitic"],["Gong","Gunjala_Gondi"],["Gonm","Masaram_Gondi"],["Goth","Gothic"],["Gran","Grantha"],["Grek","Greek"],["Gujr","Gujarati"],["Gukh","Gurung_Khema"],["Guru","Gurmukhi"],["Hang","Hangul"],["Hani","Han"],["Hano","Hanunoo"],["Hatr","Hatran"],["Hebr","Hebrew"],["Hira","Hiragana"],["Hluw","Anatolian_Hieroglyphs"],["Hmng","Pahawh_Hmong"],["Hmnp","Nyiakeng_Puachue_Hmong"],["Hrkt","Katakana_Or_Hiragana"],["Hung","Old_Hungarian"],["Ital","Old_Italic"],["Java","Javanese"],["Kali","Kayah_Li"],["Kana","Katakana"],["Kawi","Kawi"],["Khar","Kharoshthi"],["Khmr","Khmer"],["Khoj","Khojki"],["Kits","Khitan_Small_Script"],["Knda","Kannada"],["Krai","Kirat_Rai"],["Kthi","Kaithi"],["Lana","Tai_Tham"],["Laoo","Lao"],["Latn","Latin"],["Lepc","Lepcha"],["Limb","Limbu"],["Lina","Linear_A"],["Linb","Linear_B"],["Lisu","Lisu"],["Lyci","Lycian"],["Lydi","Lydian"],["Mahj","Mahajani"],["Maka","Makasar"],["Mand","Mandaic"],["Mani","Manichaean"],["Marc","Marchen"],["Medf","Medefaidrin"],["Mend","Mende_Kikakui"],["Merc","Meroitic_Cursive"],["Mero","Meroitic_Hieroglyphs"],["Mlym","Malayalam"],["Modi","Modi"],["Mong","Mongolian"],["Mroo","Mro"],["Mtei","Meetei_Mayek"],["Mult","Multani"],["Mymr","Myanmar"],["Nagm","Nag_Mundari"],["Nand","Nandinagari"],["Narb","Old_North_Arabian"],["Nbat","Nabataean"],["Newa","Newa"],["Nkoo","Nko"],["Nshu","Nushu"],["Ogam","Ogham"],["Olck","Ol_Chiki"],["Onao","Ol_Onal"],["Orkh","Old_Turkic"],["Orya","Oriya"],["Osge","Osage"],["Osma","Osmanya"],["Ougr","Old_Uyghur"],["Palm","Palmyrene"],["Pauc","Pau_Cin_Hau"],["Perm","Old_Permic"],["Phag","Phags_Pa"],["Phli","Inscriptional_Pahlavi"],["Phlp","Psalter_Pahlavi"],["Phnx","Phoenician"],["Plrd","Miao"],["Prti","Inscriptional_Parthian"],["Rjng","Rejang"],["Rohg","Hanifi_Rohingya"],["Runr","Runic"],["Samr","Samaritan"],["Sarb","Old_South_Arabian"],["Saur","Saurashtra"],["Sgnw","SignWriting"],["Shaw","Shavian"],["Shrd","Sharada"],["Sidd","Siddham"],["Sind","Khudawadi"],["Sinh","Sinhala"],["Sogd","Sogdian"],["Sogo","Old_Sogdian"],["Sora","Sora_Sompeng"],["Soyo","Soyombo"],["Sund","Sundanese"],["Sunu","Sunuwar"],["Sylo","Syloti_Nagri"],["Syrc","Syriac"],["Tagb","Tagbanwa"],["Takr","Takri"],["Tale","Tai_Le"],["Talu","New_Tai_Lue"],["Taml","Tamil"],["Tang","Tangut"],["Tavt","Tai_Viet"],["Telu","Telugu"],["Tfng","Tifinagh"],["Tglg","Tagalog"],["Thaa","Thaana"],["Thai","Thai"],["Tibt","Tibetan"],["Tirh","Tirhuta"],["Tnsa","Tangsa"],["Todr","Todhri"],["Toto","Toto"],["Tutg","Tulu_Tigalari"],["Ugar","Ugaritic"],["Vaii","Vai"],["Vith","Vithkuqi"],["Wara","Warang_Citi"],["Wcho","Wancho"],["Xpeo","Old_Persian"],["Xsux","Cuneiform"],["Yezi","Yezidi"],["Yiii","Yi"],["Zanb","Zanabazar_Square"],["Zinh","Inherited"],["Qaai","Inherited"],["Zyyy","Common"],["Zzzz","Unknown"],["Adlam","Adlam"],["Caucasian_Albanian","Caucasian_Albanian"],["Arabic","Arabic"],["Imperial_Aramaic","Imperial_Aramaic"],["Armenian","Armenian"],["Avestan","Avestan"],["Balinese","Balinese"],["Bamum","Bamum"],["Bassa_Vah","Bassa_Vah"],["Batak","Batak"],["Bengali","Bengali"],["Bhaiksuki","Bhaiksuki"],["Bopomofo","Bopomofo"],["Brahmi","Brahmi"],["Braille","Braille"],["Buginese","Buginese"],["Buhid","Buhid"],["Chakma","Chakma"],["Canadian_Aboriginal","Canadian_Aboriginal"],["Carian","Carian"],["Cherokee","Cherokee"],["Chorasmian","Chorasmian"],["Coptic","Coptic"],["Cypro_Minoan","Cypro_Minoan"],["Cypriot","Cypriot"],["Cyrillic","Cyrillic"],["Devanagari","Devanagari"],["Dives_Akuru","Dives_Akuru"],["Dogra","Dogra"],["Deseret","Deseret"],["Duployan","Duployan"],["Egyptian_Hieroglyphs","Egyptian_Hieroglyphs"],["Elbasan","Elbasan"],["Elymaic","Elymaic"],["Ethiopic","Ethiopic"],["Garay","Garay"],["Georgian","Georgian"],["Glagolitic","Glagolitic"],["Gunjala_Gondi","Gunjala_Gondi"],["Masaram_Gondi","Masaram_Gondi"],["Gothic","Gothic"],["Grantha","Grantha"],["Greek","Greek"],["Gujarati","Gujarati"],["Gurung_Khema","Gurung_Khema"],["Gurmukhi","Gurmukhi"],["Hangul","Hangul"],["Han","Han"],["Hanunoo","Hanunoo"],["Hatran","Hatran"],["Hebrew","Hebrew"],["Hiragana","Hiragana"],["Anatolian_Hieroglyphs","Anatolian_Hieroglyphs"],["Pahawh_Hmong","Pahawh_Hmong"],["Nyiakeng_Puachue_Hmong","Nyiakeng_Puachue_Hmong"],["Katakana_Or_Hiragana","Katakana_Or_Hiragana"],["Old_Hungarian","Old_Hungarian"],["Old_Italic","Old_Italic"],["Javanese","Javanese"],["Kayah_Li","Kayah_Li"],["Katakana","Katakana"],["Kharoshthi","Kharoshthi"],["Khmer","Khmer"],["Khojki","Khojki"],["Khitan_Small_Script","Khitan_Small_Script"],["Kannada","Kannada"],["Kirat_Rai","Kirat_Rai"],["Kaithi","Kaithi"],["Tai_Tham","Tai_Tham"],["Lao","Lao"],["Latin","Latin"],["Lepcha","Lepcha"],["Limbu","Limbu"],["Linear_A","Linear_A"],["Linear_B","Linear_B"],["Lycian","Lycian"],["Lydian","Lydian"],["Mahajani","Mahajani"],["Makasar","Makasar"],["Mandaic","Mandaic"],["Manichaean","Manichaean"],["Marchen","Marchen"],["Medefaidrin","Medefaidrin"],["Mende_Kikakui","Mende_Kikakui"],["Meroitic_Cursive","Meroitic_Cursive"],["Meroitic_Hieroglyphs","Meroitic_Hieroglyphs"],["Malayalam","Malayalam"],["Mongolian","Mongolian"],["Mro","Mro"],["Meetei_Mayek","Meetei_Mayek"],["Multani","Multani"],["Myanmar","Myanmar"],["Nag_Mundari","Nag_Mundari"],["Nandinagari","Nandinagari"],["Old_North_Arabian","Old_North_Arabian"],["Nabataean","Nabataean"],["Nko","Nko"],["Nushu","Nushu"],["Ogham","Ogham"],["Ol_Chiki","Ol_Chiki"],["Ol_Onal","Ol_Onal"],["Old_Turkic","Old_Turkic"],["Oriya","Oriya"],["Osage","Osage"],["Osmanya","Osmanya"],["Old_Uyghur","Old_Uyghur"],["Palmyrene","Palmyrene"],["Pau_Cin_Hau","Pau_Cin_Hau"],["Old_Permic","Old_Permic"],["Phags_Pa","Phags_Pa"],["Inscriptional_Pahlavi","Inscriptional_Pahlavi"],["Psalter_Pahlavi","Psalter_Pahlavi"],["Phoenician","Phoenician"],["Miao","Miao"],["Inscriptional_Parthian","Inscriptional_Parthian"],["Rejang","Rejang"],["Hanifi_Rohingya","Hanifi_Rohingya"],["Runic","Runic"],["Samaritan","Samaritan"],["Old_South_Arabian","Old_South_Arabian"],["Saurashtra","Saurashtra"],["SignWriting","SignWriting"],["Shavian","Shavian"],["Sharada","Sharada"],["Siddham","Siddham"],["Khudawadi","Khudawadi"],["Sinhala","Sinhala"],["Sogdian","Sogdian"],["Old_Sogdian","Old_Sogdian"],["Sora_Sompeng","Sora_Sompeng"],["Soyombo","Soyombo"],["Sundanese","Sundanese"],["Sunuwar","Sunuwar"],["Syloti_Nagri","Syloti_Nagri"],["Syriac","Syriac"],["Tagbanwa","Tagbanwa"],["Takri","Takri"],["Tai_Le","Tai_Le"],["New_Tai_Lue","New_Tai_Lue"],["Tamil","Tamil"],["Tangut","Tangut"],["Tai_Viet","Tai_Viet"],["Telugu","Telugu"],["Tifinagh","Tifinagh"],["Tagalog","Tagalog"],["Thaana","Thaana"],["Tibetan","Tibetan"],["Tirhuta","Tirhuta"],["Tangsa","Tangsa"],["Todhri","Todhri"],["Tulu_Tigalari","Tulu_Tigalari"],["Ugaritic","Ugaritic"],["Vai","Vai"],["Vithkuqi","Vithkuqi"],["Warang_Citi","Warang_Citi"],["Wancho","Wancho"],["Old_Persian","Old_Persian"],["Cuneiform","Cuneiform"],["Yezidi","Yezidi"],["Yi","Yi"],["Zanabazar_Square","Zanabazar_Square"],["Inherited","Inherited"],["Common","Common"],["Unknown","Unknown"]])]])},9772:(e,r,t)=>{"use strict";const s=t(768);const matchPropertyValue=function(e,r){const t=s.get(e);if(!t){throw new Error(`Unknown property \`${e}\`.`)}const a=t.get(r);if(a){return a}throw new Error(`Unknown value \`${r}\` for property \`${e}\`.`)};e.exports=matchPropertyValue},5274:e=>{e.exports=new Map([["scx","Script_Extensions"],["sc","Script"],["gc","General_Category"],["AHex","ASCII_Hex_Digit"],["Alpha","Alphabetic"],["Bidi_C","Bidi_Control"],["Bidi_M","Bidi_Mirrored"],["Cased","Cased"],["CI","Case_Ignorable"],["CWCF","Changes_When_Casefolded"],["CWCM","Changes_When_Casemapped"],["CWKCF","Changes_When_NFKC_Casefolded"],["CWL","Changes_When_Lowercased"],["CWT","Changes_When_Titlecased"],["CWU","Changes_When_Uppercased"],["Dash","Dash"],["Dep","Deprecated"],["DI","Default_Ignorable_Code_Point"],["Dia","Diacritic"],["EBase","Emoji_Modifier_Base"],["EComp","Emoji_Component"],["EMod","Emoji_Modifier"],["Emoji","Emoji"],["EPres","Emoji_Presentation"],["Ext","Extender"],["ExtPict","Extended_Pictographic"],["Gr_Base","Grapheme_Base"],["Gr_Ext","Grapheme_Extend"],["Hex","Hex_Digit"],["IDC","ID_Continue"],["Ideo","Ideographic"],["IDS","ID_Start"],["IDSB","IDS_Binary_Operator"],["IDST","IDS_Trinary_Operator"],["Join_C","Join_Control"],["LOE","Logical_Order_Exception"],["Lower","Lowercase"],["Math","Math"],["NChar","Noncharacter_Code_Point"],["Pat_Syn","Pattern_Syntax"],["Pat_WS","Pattern_White_Space"],["QMark","Quotation_Mark"],["Radical","Radical"],["RI","Regional_Indicator"],["SD","Soft_Dotted"],["STerm","Sentence_Terminal"],["Term","Terminal_Punctuation"],["UIdeo","Unified_Ideograph"],["Upper","Uppercase"],["VS","Variation_Selector"],["WSpace","White_Space"],["space","White_Space"],["XIDC","XID_Continue"],["XIDS","XID_Start"]])},1403:(e,r,t)=>{function eslintParser(){return t(2696)}function pluginProposalClassProperties(){return t(6909)}function pluginProposalExportNamespaceFrom(){return t(4530)}function pluginProposalNumericSeparator(){return t(1432)}function pluginProposalObjectRestSpread(){return t(2521)}function pluginSyntaxBigint(){return t(1870)}function pluginSyntaxDynamicImport(){return t(1228)}function pluginSyntaxImportAttributes(){return t(8558)}function pluginSyntaxJsx(){return t(2698)}function pluginSyntaxTypescript(){return t(8118)}function pluginTransformDefine(){return t(2099)}function pluginTransformModulesCommonjs(){return t(7179)}function pluginTransformReactRemovePropTypes(){return t(9282)}function pluginTransformRuntime(){return t(9495)}function presetEnv(){return t(1285)}function presetReact(){return t(5500)}function presetTypescript(){return t(8782)}e.exports={eslintParser:eslintParser,pluginProposalClassProperties:pluginProposalClassProperties,pluginProposalExportNamespaceFrom:pluginProposalExportNamespaceFrom,pluginProposalNumericSeparator:pluginProposalNumericSeparator,pluginProposalObjectRestSpread:pluginProposalObjectRestSpread,pluginSyntaxBigint:pluginSyntaxBigint,pluginSyntaxDynamicImport:pluginSyntaxDynamicImport,pluginSyntaxImportAttributes:pluginSyntaxImportAttributes,pluginSyntaxJsx:pluginSyntaxJsx,pluginSyntaxTypescript:pluginSyntaxTypescript,pluginTransformDefine:pluginTransformDefine,pluginTransformModulesCommonjs:pluginTransformModulesCommonjs,pluginTransformReactRemovePropTypes:pluginTransformReactRemovePropTypes,pluginTransformRuntime:pluginTransformRuntime,presetEnv:presetEnv,presetReact:presetReact,presetTypescript:presetTypescript}},9491:e=>{"use strict";e.exports=require("assert")},7147:e=>{"use strict";e.exports=require("fs")},8188:e=>{"use strict";e.exports=require("module")},8304:e=>{"use strict";e.exports=require("next/dist/compiled/babel/core")},6949:e=>{"use strict";e.exports=require("next/dist/compiled/babel/parser")},7369:e=>{"use strict";e.exports=require("next/dist/compiled/babel/traverse")},8622:e=>{"use strict";e.exports=require("next/dist/compiled/babel/types")},4907:e=>{"use strict";e.exports=require("next/dist/compiled/browserslist")},7330:e=>{"use strict";e.exports=require("next/dist/compiled/lru-cache")},7849:e=>{"use strict";e.exports=require("next/dist/compiled/semver")},2037:e=>{"use strict";e.exports=require("os")},1017:e=>{"use strict";e.exports=require("path")},6224:e=>{"use strict";e.exports=require("tty")},3837:e=>{"use strict";e.exports=require("util")},1267:e=>{"use strict";e.exports=require("worker_threads")},3554:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});var s=t(1437);var a=t(8874);var n=t(974);function isColorSupported(){return typeof process==="object"&&(process.env.FORCE_COLOR==="0"||process.env.FORCE_COLOR==="false")?false:s.isColorSupported}const compose=(e,r)=>t=>e(r(t));function buildDefs(e){return{keyword:e.cyan,capitalized:e.yellow,jsxIdentifier:e.yellow,punctuator:e.yellow,number:e.magenta,string:e.green,regex:e.magenta,comment:e.gray,invalid:compose(compose(e.white,e.bgRed),e.bold),gutter:e.gray,marker:compose(e.red,e.bold),message:compose(e.red,e.bold),reset:e.reset}}const o=buildDefs(s.createColors(true));const i=buildDefs(s.createColors(false));function getDefs(e){return e?o:i}const l=new Set(["as","async","from","get","of","set"]);const c=/\r\n|[\n\r\u2028\u2029]/;const d=/^[()[\]{}]$/;let u;{const e=/^[a-z][\w-]*$/i;const getTokenType=function(r,t,s){if(r.type==="name"){if(n.isKeyword(r.value)||n.isStrictReservedWord(r.value,true)||l.has(r.value)){return"keyword"}if(e.test(r.value)&&(s[t-1]==="<"||s.slice(t-2,t)==="</")){return"jsxIdentifier"}if(r.value[0]!==r.value[0].toLowerCase()){return"capitalized"}}if(r.type==="punctuator"&&d.test(r.value)){return"bracket"}if(r.type==="invalid"&&(r.value==="@"||r.value==="#")){return"punctuator"}return r.type};u=function*(e){let r;while(r=a.default.exec(e)){const t=a.matchToToken(r);yield{type:getTokenType(t,r.index,e),value:t.value}}}}function highlight(e){if(e==="")return"";const r=getDefs(true);let t="";for(const{type:s,value:a}of u(e)){if(s in r){t+=a.split(c).map((e=>r[s](e))).join("\n")}else{t+=a}}return t}let p=false;const f=/\r\n|[\n\r\u2028\u2029]/;function getMarkerLines(e,r,t){const s=Object.assign({column:0,line:-1},e.start);const a=Object.assign({},s,e.end);const{linesAbove:n=2,linesBelow:o=3}=t||{};const i=s.line;const l=s.column;const c=a.line;const d=a.column;let u=Math.max(i-(n+1),0);let p=Math.min(r.length,c+o);if(i===-1){u=0}if(c===-1){p=r.length}const f=c-i;const y={};if(f){for(let e=0;e<=f;e++){const t=e+i;if(!l){y[t]=true}else if(e===0){const e=r[t-1].length;y[t]=[l,e-l+1]}else if(e===f){y[t]=[0,d]}else{const s=r[t-e].length;y[t]=[0,s]}}}else{if(l===d){if(l){y[i]=[l,0]}else{y[i]=true}}else{y[i]=[l,d-l]}}return{start:u,end:p,markerLines:y}}function codeFrameColumns(e,r,t={}){const s=t.forceColor||isColorSupported()&&t.highlightCode;const a=getDefs(s);const n=e.split(f);const{start:o,end:i,markerLines:l}=getMarkerLines(r,n,t);const c=r.start&&typeof r.start.column==="number";const d=String(i).length;const u=s?highlight(e):e;let p=u.split(f,i).slice(o,i).map(((e,r)=>{const s=o+1+r;const n=` ${s}`.slice(-d);const i=` ${n} |`;const c=l[s];const u=!l[s+1];if(c){let r="";if(Array.isArray(c)){const s=e.slice(0,Math.max(c[0]-1,0)).replace(/[^\t]/g," ");const n=c[1]||1;r=["\n ",a.gutter(i.replace(/\d/g," "))," ",s,a.marker("^").repeat(n)].join("");if(u&&t.message){r+=" "+a.message(t.message)}}return[a.marker(">"),a.gutter(i),e.length>0?` ${e}`:"",r].join("")}else{return` ${a.gutter(i)}${e.length>0?` ${e}`:""}`}})).join("\n");if(t.message&&!c){p=`${" ".repeat(d+1)}${t.message}\n${p}`}if(s){return a.reset(p)}else{return p}}function index(e,r,t,s={}){if(!p){p=true;const e="Passing lineNumber and colNumber is deprecated to @babel/code-frame. Please use `codeFrameColumns`.";if(process.emitWarning){process.emitWarning(e,"DeprecationWarning")}else{const r=new Error(e);r.name="DeprecationWarning";console.warn(new Error(e))}}t=Math.max(t,0);const a={start:{column:t,line:r}};return codeFrameColumns(e,a,s)}r.codeFrameColumns=codeFrameColumns;r["default"]=index;r.highlight=highlight},4048:(e,r,t)=>{e.exports=t(9074)},8566:(e,r,t)=>{e.exports=t(3702)},9706:(e,r,t)=>{e.exports=t(8732)},2434:(e,r,t)=>{e.exports=t(7e3)},2810:(e,r,t)=>{e.exports=t(8427)},344:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=annotateAsPure;var s=t(8622);const{addComment:a}=s;const n="#__PURE__";const isPureAnnotated=({leadingComments:e})=>!!e&&e.some((e=>/[@#]__PURE__/.test(e.value)));function annotateAsPure(e){const r=e["node"]||e;if(isPureAnnotated(r)){return}a(r,"leading",n)}},6484:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.getInclusionReasons=getInclusionReasons;var s=t(7849);var a=t(3359);var n=t(7409);function getInclusionReasons(e,r,t){const o=t[e]||{};return Object.keys(r).reduce(((e,t)=>{const i=(0,n.getLowestImplementedVersion)(o,t);const l=r[t];if(!i){e[t]=(0,a.prettifyVersion)(l)}else{const r=(0,n.isUnreleasedVersion)(i,t);const o=(0,n.isUnreleasedVersion)(l,t);if(!o&&(r||s.lt(l.toString(),(0,n.semverify)(i)))){e[t]=(0,a.prettifyVersion)(l)}}return e}),{})}},9822:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=filterItems;r.isRequired=isRequired;r.targetsSupported=targetsSupported;var s=t(7849);var a=t(2810);var n=t(7409);function targetsSupported(e,r){const t=Object.keys(e);if(t.length===0){return false}const a=t.filter((t=>{const a=(0,n.getLowestImplementedVersion)(r,t);if(!a){return true}const o=e[t];if((0,n.isUnreleasedVersion)(o,t)){return false}if((0,n.isUnreleasedVersion)(a,t)){return true}if(!s.valid(o.toString())){throw new Error(`Invalid version passed for target "${t}": "${o}". `+"Versions must be in semver format (major.minor.patch)")}return s.gt((0,n.semverify)(a),o.toString())}));return a.length===0}function isRequired(e,r,{compatData:t=a,includes:s,excludes:n}={}){if(n!=null&&n.has(e))return false;if(s!=null&&s.has(e))return true;return!targetsSupported(r,t[e])}function filterItems(e,r,t,s,a,n,o){const i=new Set;const l={compatData:e,includes:r,excludes:t};for(const r in e){if(isRequired(r,s,l)){i.add(r)}else if(o){const e=o.get(r);if(e){i.add(e)}}}a==null||a.forEach((e=>!t.has(e)&&i.add(e)));n==null||n.forEach((e=>!r.has(e)&&i.delete(e)));return i}},3924:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});Object.defineProperty(r,"TargetNames",{enumerable:true,get:function(){return c.TargetNames}});r["default"]=getTargets;Object.defineProperty(r,"filterItems",{enumerable:true,get:function(){return p.default}});Object.defineProperty(r,"getInclusionReasons",{enumerable:true,get:function(){return u.getInclusionReasons}});r.isBrowsersQueryValid=isBrowsersQueryValid;Object.defineProperty(r,"isRequired",{enumerable:true,get:function(){return p.isRequired}});Object.defineProperty(r,"prettifyTargets",{enumerable:true,get:function(){return d.prettifyTargets}});Object.defineProperty(r,"unreleasedLabels",{enumerable:true,get:function(){return l.unreleasedLabels}});var s=t(4907);var a=t(3146);var n=t(8566);var o=t(7330);var i=t(7409);var l=t(9961);var c=t(4858);var d=t(3359);var u=t(6484);var p=t(9822);const f=n["es6.module"];const y=new a.OptionValidator("@babel/helper-compilation-targets");function validateTargetNames(e){const r=Object.keys(c.TargetNames);for(const t of Object.keys(e)){if(!(t in c.TargetNames)){throw new Error(y.formatMessage(`'${t}' is not a valid target\n- Did you mean '${(0,a.findSuggestion)(t,r)}'?`))}}return e}function isBrowsersQueryValid(e){return typeof e==="string"||Array.isArray(e)&&e.every((e=>typeof e==="string"))}function validateBrowsers(e){y.invariant(e===undefined||isBrowsersQueryValid(e),`'${String(e)}' is not a valid browserslist query`);return e}function getLowestVersions(e){return e.reduce(((e,r)=>{const[t,s]=r.split(" ");const a=l.browserNameMap[t];if(!a){return e}try{const r=s.split("-")[0].toLowerCase();const t=(0,i.isUnreleasedVersion)(r,a);if(!e[a]){e[a]=t?r:(0,i.semverify)(r);return e}const n=e[a];const o=(0,i.isUnreleasedVersion)(n,a);if(o&&t){e[a]=(0,i.getLowestUnreleased)(n,r,a)}else if(o){e[a]=(0,i.semverify)(r)}else if(!o&&!t){const t=(0,i.semverify)(r);e[a]=(0,i.semverMin)(n,t)}}catch(e){}return e}),{})}function outputDecimalWarning(e){if(!e.length){return}console.warn("Warning, the following targets are using a decimal version:\n");e.forEach((({target:e,value:r})=>console.warn(` ${e}: ${r}`)));console.warn(`\nWe recommend using a string for minor/patch versions to avoid numbers like 6.10\ngetting parsed as 6.1, which can lead to unexpected behavior.\n`)}function semverifyTarget(e,r){try{return(0,i.semverify)(r)}catch(t){throw new Error(y.formatMessage(`'${r}' is not a valid value for 'targets.${e}'.`))}}function nodeTargetParser(e){const r=e===true||e==="current"?process.versions.node.split("-")[0]:semverifyTarget("node",e);return["node",r]}function defaultTargetParser(e,r){const t=(0,i.isUnreleasedVersion)(r,e)?r.toLowerCase():semverifyTarget(e,r);return[e,t]}function generateTargets(e){const r=Object.assign({},e);delete r.esmodules;delete r.browsers;return r}function resolveTargets(e,r){const t=s(e,{mobileToDesktop:true,env:r});return getLowestVersions(t)}const g=new o({max:64});function resolveTargetsCached(e,r){const t=typeof e==="string"?e:e.join()+r;let s=g.get(t);if(!s){s=resolveTargets(e,r);g.set(t,s)}return Object.assign({},s)}function getTargets(e={},r={}){var t,a;let{browsers:n,esmodules:o}=e;const{configPath:l=".",onBrowserslistConfigFound:c}=r;validateBrowsers(n);const d=generateTargets(e);let u=validateTargetNames(d);const p=!!n;const y=p||Object.keys(u).length>0;const g=!r.ignoreBrowserslistConfig&&!y;if(!n&&g){n=process.env.BROWSERSLIST;if(!n){const e=r.configFile||process.env.BROWSERSLIST_CONFIG||s.findConfigFile(l);if(e!=null){c==null||c(e);n=s.loadConfig({config:e,env:r.browserslistEnv})}}if(n==null){{n=[]}}}if(o&&(o!=="intersect"||!((t=n)!=null&&t.length))){n=Object.keys(f).map((e=>`${e} >= ${f[e]}`)).join(", ");o=false}if((a=n)!=null&&a.length){const e=resolveTargetsCached(n,r.browserslistEnv);if(o==="intersect"){for(const r of Object.keys(e)){if(r!=="deno"&&r!=="ie"){const t=f[r==="opera_mobile"?"op_mob":r];if(t){const s=e[r];e[r]=(0,i.getHighestUnreleased)(s,(0,i.semverify)(t),r)}else{delete e[r]}}else{delete e[r]}}}u=Object.assign(e,u)}const h={};const b=[];for(const e of Object.keys(u).sort()){const r=u[e];if(typeof r==="number"&&r%1!==0){b.push({target:e,value:r})}const[t,s]=e==="node"?nodeTargetParser(r):defaultTargetParser(e,r);if(s){h[t]=s}}outputDecimalWarning(b);return h}},4858:(e,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.TargetNames=void 0;const t=r.TargetNames={node:"node",deno:"deno",chrome:"chrome",opera:"opera",edge:"edge",firefox:"firefox",safari:"safari",ie:"ie",ios:"ios",android:"android",electron:"electron",samsung:"samsung",rhino:"rhino",opera_mobile:"opera_mobile"}},3359:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.prettifyTargets=prettifyTargets;r.prettifyVersion=prettifyVersion;var s=t(7849);var a=t(9961);function prettifyVersion(e){if(typeof e!=="string"){return e}const{major:r,minor:t,patch:a}=s.parse(e);const n=[r];if(t||a){n.push(t)}if(a){n.push(a)}return n.join(".")}function prettifyTargets(e){return Object.keys(e).reduce(((r,t)=>{let s=e[t];const n=a.unreleasedLabels[t];if(typeof s==="string"&&n!==s){s=prettifyVersion(s)}r[t]=s;return r}),{})}},9961:(e,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.unreleasedLabels=r.browserNameMap=void 0;const t=r.unreleasedLabels={safari:"tp"};const s=r.browserNameMap={and_chr:"chrome",and_ff:"firefox",android:"android",chrome:"chrome",edge:"edge",firefox:"firefox",ie:"ie",ie_mob:"ie",ios_saf:"ios",node:"node",deno:"deno",op_mob:"opera_mobile",opera:"opera",safari:"safari",samsung:"samsung"}},7409:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.getHighestUnreleased=getHighestUnreleased;r.getLowestImplementedVersion=getLowestImplementedVersion;r.getLowestUnreleased=getLowestUnreleased;r.isUnreleasedVersion=isUnreleasedVersion;r.semverMin=semverMin;r.semverify=semverify;var s=t(7849);var a=t(3146);var n=t(9961);const o=/^(?:\d+|\d(?:\d?[^\d\n\r\u2028\u2029]\d+|\d{2,}(?:[^\d\n\r\u2028\u2029]\d+)?))$/;const i=new a.OptionValidator("@babel/helper-compilation-targets");function semverMin(e,r){return e&&s.lt(e,r)?e:r}function semverify(e){if(typeof e==="string"&&s.valid(e)){return e}i.invariant(typeof e==="number"||typeof e==="string"&&o.test(e),`'${e}' is not a valid version`);e=e.toString();let r=0;let t=0;while((r=e.indexOf(".",r+1))>0){t++}return e+".0".repeat(2-t)}function isUnreleasedVersion(e,r){const t=n.unreleasedLabels[r];return!!t&&t===e.toString().toLowerCase()}function getLowestUnreleased(e,r,t){const s=n.unreleasedLabels[t];if(e===s){return r}if(r===s){return e}return semverMin(e,r)}function getHighestUnreleased(e,r,t){return getLowestUnreleased(e,r,t)===e?r:e}function getLowestImplementedVersion(e,r){const t=e[r];if(!t&&r==="android"){return e.chrome}return t}},4073:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.buildDecoratedClass=buildDecoratedClass;var s=t(8304);var a=t(6721);function prop(e,r){if(!r)return null;return s.types.objectProperty(s.types.identifier(e),r)}function method(e,r){return s.types.objectMethod("method",s.types.identifier(e),[],s.types.blockStatement(r))}function takeDecorators(e){let r;if(e.decorators&&e.decorators.length>0){r=s.types.arrayExpression(e.decorators.map((e=>e.expression)))}e.decorators=undefined;return r}function getKey(e){if(e.computed){return e.key}else if(s.types.isIdentifier(e.key)){return s.types.stringLiteral(e.key.name)}else{return s.types.stringLiteral(String(e.key.value))}}function extractElementDescriptor(e,r,n,o){const i=o.isClassMethod();if(o.isPrivate()){throw o.buildCodeFrameError(`Private ${i?"methods":"fields"} in decorated classes are not supported yet.`)}if(o.node.type==="ClassAccessorProperty"){throw o.buildCodeFrameError(`Accessor properties are not supported in 2018-09 decorator transform, please specify { "version": "2021-12" } instead.`)}if(o.node.type==="StaticBlock"){throw o.buildCodeFrameError(`Static blocks are not supported in 2018-09 decorator transform, please specify { "version": "2021-12" } instead.`)}const{node:l,scope:c}=o;if(!o.isTSDeclareMethod()){new a.default({methodPath:o,objectRef:r,superRef:n,file:e,refToPreserve:r}).replace()}const d=[prop("kind",s.types.stringLiteral(s.types.isClassMethod(l)?l.kind:"field")),prop("decorators",takeDecorators(l)),prop("static",l.static&&s.types.booleanLiteral(true)),prop("key",getKey(l))].filter(Boolean);if(i){{var u;(u=o.ensureFunctionName)!=null?u:o.ensureFunctionName=t(7369).NodePath.prototype.ensureFunctionName}o.ensureFunctionName(false);d.push(prop("value",s.types.toExpression(o.node)))}else if(s.types.isClassProperty(l)&&l.value){d.push(method("value",s.template.statements.ast`return ${l.value}`))}else{d.push(prop("value",c.buildUndefinedNode()))}o.remove();return s.types.objectExpression(d)}function addDecorateHelper(e){return e.addHelper("decorate")}function buildDecoratedClass(e,r,t,a){const{node:n,scope:o}=r;const i=o.generateUidIdentifier("initialize");const l=n.id&&r.isDeclaration();const c=r.isInStrictMode();const{superClass:d}=n;n.type="ClassDeclaration";if(!n.id)n.id=s.types.cloneNode(e);let u;if(d){u=o.generateUidIdentifierBasedOnNode(n.superClass,"super");n.superClass=u}const p=takeDecorators(n);const f=s.types.arrayExpression(t.filter((e=>!e.node.abstract&&e.node.type!=="TSIndexSignature")).map((e=>extractElementDescriptor(a,n.id,u,e))));const y=s.template.expression.ast`
${addDecorateHelper(a)}(
${p||s.types.nullLiteral()},
function (${i}, ${d?s.types.cloneNode(u):null}) {
${n}
return { F: ${s.types.cloneNode(n.id)}, d: ${f} };
},
${d}
)
`;if(!c){y.arguments[1].body.directives.push(s.types.directive(s.types.directiveLiteral("use strict")))}let g=y;let h="arguments.1.body.body.0";if(l){g=s.template.statement.ast`let ${e} = ${y}`;h="declarations.0.init."+h}return{instanceNodes:[s.template.statement.ast`
${s.types.cloneNode(i)}(this)
`],wrapClass(e){e.replaceWith(g);return e.get(h)}}}},7009:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=_default;r.hasDecorators=hasDecorators;r.hasOwnDecorators=hasOwnDecorators;var s=t(8304);var a=t(6721);var n=t(9102);var o=t(4697);var i=t(5040);function hasOwnDecorators(e){var r;return!!((r=e.decorators)!=null&&r.length)}function hasDecorators(e){return hasOwnDecorators(e)||e.body.body.some(hasOwnDecorators)}function incrementId(e,r=e.length-1){if(r===-1){e.unshift(65);return}const t=e[r];if(t===90){e[r]=97}else if(t===122){e[r]=65;incrementId(e,r-1)}else{e[r]=t+1}}function createPrivateUidGeneratorForClass(e){const r=[];const t=new Set;e.traverse({PrivateName(e){t.add(e.node.id.name)}});return()=>{let e;do{incrementId(r);e=String.fromCharCode(...r)}while(t.has(e));return s.types.privateName(s.types.identifier(e))}}function createLazyPrivateUidGeneratorForClass(e){let r;return()=>{if(!r){r=createPrivateUidGeneratorForClass(e)}return r()}}function replaceClassWithVar(e,r){const t=e.node.id;const a=e.scope;if(e.type==="ClassDeclaration"){const r=t.name;const n=a.generateUidIdentifierBasedOnNode(t);const o=s.types.identifier(r);a.rename(r,n.name);e.get("id").replaceWith(o);return{id:s.types.cloneNode(n),path:e}}else{let n;if(t){r=t.name;n=generateLetUidIdentifier(a.parent,r);a.rename(r,n.name)}else{n=generateLetUidIdentifier(a.parent,typeof r==="string"?r:"decorated_class")}const o=s.types.classExpression(typeof r==="string"?s.types.identifier(r):null,e.node.superClass,e.node.body);const[i]=e.replaceWith(s.types.sequenceExpression([o,n]));return{id:s.types.cloneNode(n),path:i.get("expressions.0")}}}function generateClassProperty(e,r,t){if(e.type==="PrivateName"){return s.types.classPrivateProperty(e,r,undefined,t)}else{return s.types.classProperty(e,r,undefined,undefined,t)}}function assignIdForAnonymousClass(e,r){if(!e.node.id){e.node.id=typeof r==="string"?s.types.identifier(r):e.scope.generateUidIdentifier("Class")}}function addProxyAccessorsFor(e,r,t,a,n,o,i,l){const c=(l==="2023-11"||l==="2023-05")&&i?e:s.types.thisExpression();const d=s.types.blockStatement([s.types.returnStatement(s.types.memberExpression(s.types.cloneNode(c),s.types.cloneNode(n)))]);const u=s.types.blockStatement([s.types.expressionStatement(s.types.assignmentExpression("=",s.types.memberExpression(s.types.cloneNode(c),s.types.cloneNode(n)),s.types.identifier("v")))]);let p,f;if(t.type==="PrivateName"){p=s.types.classPrivateMethod("get",t,[],d,i);f=s.types.classPrivateMethod("set",a,[s.types.identifier("v")],u,i)}else{p=s.types.classMethod("get",t,[],d,o,i);f=s.types.classMethod("set",a,[s.types.identifier("v")],u,o,i)}r.insertAfter(f);r.insertAfter(p)}function extractProxyAccessorsFor(e,r){if(r!=="2023-11"&&r!=="2023-05"&&r!=="2023-01"){return[s.template.expression.ast`
function () {
return this.${s.types.cloneNode(e)};
}
`,s.template.expression.ast`
function (value) {
this.${s.types.cloneNode(e)} = value;
}
`]}return[s.template.expression.ast`
o => o.${s.types.cloneNode(e)}
`,s.template.expression.ast`
(o, v) => o.${s.types.cloneNode(e)} = v
`]}function getComputedKeyLastElement(e){e=(0,n.skipTransparentExprWrappers)(e);if(e.isSequenceExpression()){const r=e.get("expressions");return getComputedKeyLastElement(r[r.length-1])}return e}function getComputedKeyMemoiser(e){const r=getComputedKeyLastElement(e);if(r.isConstantExpression()){return s.types.cloneNode(e.node)}else if(r.isIdentifier()&&e.scope.hasUid(r.node.name)){return s.types.cloneNode(e.node)}else if(r.isAssignmentExpression()&&r.get("left").isIdentifier()){return s.types.cloneNode(r.node.left)}else{throw new Error(`Internal Error: the computed key ${e.toString()} has not yet been memoised.`)}}function prependExpressionsToComputedKey(e,r){const t=r.get("key");if(t.isSequenceExpression()){e.push(...t.node.expressions)}else{e.push(t.node)}t.replaceWith(maybeSequenceExpression(e))}function appendExpressionsToComputedKey(e,r){const t=r.get("key");const a=getComputedKeyLastElement(t);if(a.isConstantExpression()){prependExpressionsToComputedKey(e,r)}else{const n=t.scope.parent;const o=(0,i.memoiseComputedKey)(a.node,n,n.generateUid("computedKey"));if(!o){prependExpressionsToComputedKey(e,r)}else{const r=[...e,s.types.cloneNode(o.left)];const t=a.parentPath;if(t.isSequenceExpression()){t.pushContainer("expressions",r)}else{a.replaceWith(maybeSequenceExpression([s.types.cloneNode(o),...r]))}}}}function prependExpressionsToFieldInitializer(e,r){const t=r.get("value");if(t.node){e.push(t.node)}else if(e.length>0){e[e.length-1]=s.types.unaryExpression("void",e[e.length-1])}t.replaceWith(maybeSequenceExpression(e))}function prependExpressionsToStaticBlock(e,r){r.unshiftContainer("body",s.types.expressionStatement(maybeSequenceExpression(e)))}function prependExpressionsToConstructor(e,r){r.node.body.body.unshift(s.types.expressionStatement(maybeSequenceExpression(e)))}function isProtoInitCallExpression(e,r){return s.types.isCallExpression(e)&&s.types.isIdentifier(e.callee,{name:r.name})}function optimizeSuperCallAndExpressions(e,r){if(r){if(e.length>=2&&isProtoInitCallExpression(e[1],r)){const t=s.types.callExpression(s.types.cloneNode(r),[e[0]]);e.splice(0,2,t)}if(e.length>=2&&s.types.isThisExpression(e[e.length-1])&&isProtoInitCallExpression(e[e.length-2],r)){e.splice(e.length-1,1)}}return maybeSequenceExpression(e)}function insertExpressionsAfterSuperCallAndOptimize(e,r,t){r.traverse({CallExpression:{exit(r){if(!r.get("callee").isSuper())return;const a=[r.node,...e.map((e=>s.types.cloneNode(e)))];if(r.isCompletionRecord()){a.push(s.types.thisExpression())}r.replaceWith(optimizeSuperCallAndExpressions(a,t));r.skip()}},ClassMethod(e){if(e.node.kind==="constructor"){e.skip()}}})}function createConstructorFromExpressions(e,r){const t=[s.types.expressionStatement(maybeSequenceExpression(e))];if(r){t.unshift(s.types.expressionStatement(s.types.callExpression(s.types.super(),[s.types.spreadElement(s.types.identifier("args"))])))}return s.types.classMethod("constructor",s.types.identifier("constructor"),r?[s.types.restElement(s.types.identifier("args"))]:[],s.types.blockStatement(t))}function createStaticBlockFromExpressions(e){return s.types.staticBlock([s.types.expressionStatement(maybeSequenceExpression(e))])}const l=0;const c=1;const d=2;const u=3;const p=4;const f=5;const y=8;const g=16;function getElementKind(e){switch(e.node.type){case"ClassProperty":case"ClassPrivateProperty":return l;case"ClassAccessorProperty":return c;case"ClassMethod":case"ClassPrivateMethod":if(e.node.kind==="get"){return u}else if(e.node.kind==="set"){return p}else{return d}}}function toSortedDecoratorInfo(e){return[...e.filter((e=>e.isStatic&&e.kind>=c&&e.kind<=p)),...e.filter((e=>!e.isStatic&&e.kind>=c&&e.kind<=p)),...e.filter((e=>e.isStatic&&e.kind===l)),...e.filter((e=>!e.isStatic&&e.kind===l))]}function generateDecorationList(e,r,t){const a=e.length;const n=r.some(Boolean);const o=[];for(let i=0;i<a;i++){if((t==="2023-11"||t==="2023-05")&&n){o.push(r[i]||s.types.unaryExpression("void",s.types.numericLiteral(0)))}o.push(e[i].expression)}return{haveThis:n,decs:o}}function generateDecorationExprs(e,r){return s.types.arrayExpression(e.map((e=>{let t=e.kind;if(e.isStatic){t+=r==="2023-11"||r==="2023-05"?y:f}if(e.decoratorsHaveThis)t+=g;return s.types.arrayExpression([e.decoratorsArray,s.types.numericLiteral(t),e.name,...e.privateMethods||[]])})))}function extractElementLocalAssignments(e){const r=[];for(const t of e){const{locals:e}=t;if(Array.isArray(e)){r.push(...e)}else if(e!==undefined){r.push(e)}}return r}function addCallAccessorsFor(e,r,t,a,n,o){r.insertAfter(s.types.classPrivateMethod("get",s.types.cloneNode(t),[],s.types.blockStatement([s.types.returnStatement(s.types.callExpression(s.types.cloneNode(a),e==="2023-11"&&o?[]:[s.types.thisExpression()]))]),o));r.insertAfter(s.types.classPrivateMethod("set",s.types.cloneNode(t),[s.types.identifier("v")],s.types.blockStatement([s.types.expressionStatement(s.types.callExpression(s.types.cloneNode(n),e==="2023-11"&&o?[s.types.identifier("v")]:[s.types.thisExpression(),s.types.identifier("v")]))]),o))}function movePrivateAccessor(e,r,t,a){let n;let o;if(e.node.kind==="set"){n=[s.types.identifier("v")];o=[s.types.expressionStatement(s.types.callExpression(t,[s.types.thisExpression(),s.types.identifier("v")]))]}else{n=[];o=[s.types.returnStatement(s.types.callExpression(t,[s.types.thisExpression()]))]}e.replaceWith(s.types.classPrivateMethod(e.node.kind,s.types.cloneNode(r),n,s.types.blockStatement(o),a))}function isClassDecoratableElementPath(e){const{type:r}=e;return r!=="TSDeclareMethod"&&r!=="TSIndexSignature"&&r!=="StaticBlock"}function staticBlockToIIFE(e){return s.types.callExpression(s.types.arrowFunctionExpression([],s.types.blockStatement(e.body)),[])}function staticBlockToFunctionClosure(e){return s.types.functionExpression(null,[],s.types.blockStatement(e.body))}function fieldInitializerToClosure(e){return s.types.functionExpression(null,[],s.types.blockStatement([s.types.returnStatement(e)]))}function maybeSequenceExpression(e){if(e.length===0)return s.types.unaryExpression("void",s.types.numericLiteral(0));if(e.length===1)return e[0];return s.types.sequenceExpression(e)}function createFunctionExpressionFromPrivateMethod(e){const{params:r,body:t,generator:a,async:n}=e;return s.types.functionExpression(undefined,r,t,a,n)}function createSetFunctionNameCall(e,r){return s.types.callExpression(e.addHelper("setFunctionName"),[s.types.thisExpression(),r])}function createToPropertyKeyCall(e,r){return s.types.callExpression(e.addHelper("toPropertyKey"),[r])}function createPrivateBrandCheckClosure(e){return s.types.arrowFunctionExpression([s.types.identifier("_")],s.types.binaryExpression("in",s.types.cloneNode(e),s.types.identifier("_")))}function usesPrivateField(e){{try{s.types.traverseFast(e,(e=>{if(s.types.isPrivateName(e)){throw null}}));return false}catch(e){return true}}}function convertToComputedKey(e){const{node:r}=e;r.computed=true;if(s.types.isIdentifier(r.key)){r.key=s.types.stringLiteral(r.key.name)}}function hasInstancePrivateAccess(e,r){let t=false;if(r.length>0){const s=(0,o.privateNameVisitorFactory)({PrivateName(e,r){if(r.privateNamesMap.has(e.node.id.name)){t=true;e.stop()}}});const a=new Map;for(const e of r){a.set(e,null)}e.traverse(s,{privateNamesMap:a})}return t}function checkPrivateMethodUpdateError(e,r){const t=(0,o.privateNameVisitorFactory)({PrivateName(e,r){if(!r.privateNamesMap.has(e.node.id.name))return;const t=e.parentPath;const s=t.parentPath;if(s.node.type==="AssignmentExpression"&&s.node.left===t.node||s.node.type==="UpdateExpression"||s.node.type==="RestElement"||s.node.type==="ArrayPattern"||s.node.type==="ObjectProperty"&&s.node.value===t.node&&s.parentPath.type==="ObjectPattern"||s.node.type==="ForOfStatement"&&s.node.left===t.node){throw e.buildCodeFrameError(`Decorated private methods are read-only, but "#${e.node.id.name}" is updated via this expression.`)}}});const s=new Map;for(const e of r){s.set(e,null)}e.traverse(t,{privateNamesMap:s})}function transformClass(e,r,t,n,o,d,f){var y;const g=e.get("body.body");const h=e.node.decorators;let b=false;let x=false;let v=false;const j=createLazyPrivateUidGeneratorForClass(e);const w=[];const E=e.scope.parent;const memoiseExpression=(e,r,t)=>{const a=generateLetUidIdentifier(E,r);t.push(s.types.assignmentExpression("=",a,e));return s.types.cloneNode(a)};let _;let S;const k=(y=e.node.id)==null?void 0:y.name;const D=typeof o==="object"?o:undefined;const usesFunctionContextOrYieldAwait=e=>{{try{s.types.traverseFast(e,(e=>{if(s.types.isThisExpression(e)||s.types.isSuper(e)||s.types.isYieldExpression(e)||s.types.isAwaitExpression(e)||s.types.isIdentifier(e,{name:"arguments"})||k&&s.types.isIdentifier(e,{name:k})||s.types.isMetaProperty(e)&&e.meta.name!=="import"){throw null}}));return false}catch(e){return true}}};const C=[];for(const t of g){if(!isClassDecoratableElementPath(t)){continue}const a=t.node;if(!a.static&&s.types.isPrivateName(a.key)){C.push(a.key.id.name)}if(isDecorated(a)){switch(a.type){case"ClassProperty":d.ClassProperty(t,r);break;case"ClassPrivateProperty":d.ClassPrivateProperty(t,r);break;case"ClassAccessorProperty":d.ClassAccessorProperty(t,r);if(f==="2023-11"){break}default:if(a.static){S!=null?S:S=generateLetUidIdentifier(E,"initStatic")}else{_!=null?_:_=generateLetUidIdentifier(E,"initProto")}break}b=true;v||(v=a.decorators.some(usesFunctionContextOrYieldAwait))}else if(a.type==="ClassAccessorProperty"){d.ClassAccessorProperty(t,r);const{key:n,value:l,static:c,computed:u}=a;const p=j();const y=generateClassProperty(p,l,c);const g=t.get("key");const[h]=t.replaceWith(y);let b,x;if(u&&!g.isConstantExpression()){b=(0,i.memoiseComputedKey)(createToPropertyKeyCall(r,n),E,E.generateUid("computedKey"));x=s.types.cloneNode(b.left)}else{b=s.types.cloneNode(n);x=s.types.cloneNode(n)}assignIdForAnonymousClass(e,o);addProxyAccessorsFor(e.node.id,h,b,x,p,u,c,f)}if("computed"in t.node&&t.node.computed){x||(x=!E.isStatic(t.node.key))}}if(!h&&!b){if(!e.node.id&&typeof o==="string"){e.node.id=s.types.identifier(o)}if(D){e.node.body.body.unshift(createStaticBlockFromExpressions([createSetFunctionNameCall(r,D)]))}return}const P=[];let I;const A=new Set;let O,R;let F=null;function handleDecorators(e){let r=false;let t=false;const a=[];for(const n of e){const{expression:e}=n;let o;if((f==="2023-11"||f==="2023-05")&&s.types.isMemberExpression(e)){if(s.types.isSuper(e.object)){o=s.types.thisExpression()}else if(E.isStatic(e.object)){o=s.types.cloneNode(e.object)}else{F!=null?F:F=generateLetUidIdentifier(E,"obj");o=s.types.assignmentExpression("=",s.types.cloneNode(F),e.object);e.object=s.types.cloneNode(F)}}a.push(o);r||(r=!E.isStatic(e));t||(t=usesFunctionContextOrYieldAwait(n))}return{hasSideEffects:r,usesFnContext:t,decoratorsThis:a}}const M=x||v||f!=="2023-11";let N=false;let B=0;let L=[];let q;let W=[];if(h){O=generateLetUidIdentifier(E,"initClass");N=e.isClassDeclaration();({id:R,path:e}=replaceClassWithVar(e,o));e.node.decorators=null;const r=h.some(usesPrivateField);const{hasSideEffects:t,usesFnContext:a,decoratorsThis:n}=handleDecorators(h);const{haveThis:l,decs:c}=generateDecorationList(h,n,f);B=l?1:0;L=c;if(a||t&&M||r){q=memoiseExpression(s.types.arrayExpression(L),"classDecs",w)}if(!b){for(const r of e.get("body.body")){const{node:e}=r;const t="computed"in e&&e.computed;if(t){if(r.isClassProperty({static:true})){if(!r.get("key").isConstantExpression()){const r=e.key;const t=(0,i.memoiseComputedKey)(r,E,E.generateUid("computedKey"));if(t!=null){e.key=s.types.cloneNode(t.left);W.push(t)}}}else if(W.length>0){prependExpressionsToComputedKey(W,r);W=[]}}}}}else{assignIdForAnonymousClass(e,o);R=s.types.cloneNode(e.node.id)}let U;let V=false;let G=[];let H=[];if(b){if(_){const e=s.types.callExpression(s.types.cloneNode(_),[s.types.thisExpression()]);G.push(e)}for(const n of g){if(!isClassDecoratableElementPath(n)){if(H.length>0&&n.isStaticBlock()){prependExpressionsToStaticBlock(H,n);H=[]}continue}const{node:d}=n;const y=d.decorators;const g=!!(y!=null&&y.length);const b="computed"in d&&d.computed;let x="computedKey";if(d.key.type==="PrivateName"){x=d.key.id.name}else if(!b&&d.key.type==="Identifier"){x=d.key.name}let v;let w;if(g){const{hasSideEffects:e,usesFnContext:r,decoratorsThis:t}=handleDecorators(y);const{decs:a,haveThis:n}=generateDecorationList(y,t,f);w=n;v=a.length===1?a[0]:s.types.arrayExpression(a);if(r||e&&M){v=memoiseExpression(v,x+"Decs",W)}}if(b){if(!n.get("key").isConstantExpression()){const e=d.key;const t=(0,i.memoiseComputedKey)(g?createToPropertyKeyCall(r,e):e,E,E.generateUid("computedKey"));if(t!=null){if(h&&n.isClassProperty({static:true})){d.key=s.types.cloneNode(t.left);W.push(t)}else{d.key=t}}}}const{key:_,static:S}=d;const k=_.type==="PrivateName";const D=getElementKind(n);if(k&&!S){if(g){V=true}if(s.types.isClassPrivateProperty(d)||!U){U=_}}if(n.isClassMethod({kind:"constructor"})){I=n}let C;if(g){let i;let d;if(b){d=getComputedKeyMemoiser(n.get("key"))}else if(_.type==="PrivateName"){d=s.types.stringLiteral(_.id.name)}else if(_.type==="Identifier"){d=s.types.stringLiteral(_.name)}else{d=s.types.cloneNode(_)}if(D===c){const{value:r}=n.node;const t=f==="2023-11"&&S?[]:[s.types.thisExpression()];if(r){t.push(s.types.cloneNode(r))}const a=j();const l=generateLetUidIdentifier(E,`init_${x}`);const c=s.types.callExpression(s.types.cloneNode(l),t);const d=generateClassProperty(a,c,S);const[u]=n.replaceWith(d);if(k){i=extractProxyAccessorsFor(a,f);const e=generateLetUidIdentifier(E,`get_${x}`);const r=generateLetUidIdentifier(E,`set_${x}`);addCallAccessorsFor(f,u,_,e,r,S);C=[l,e,r]}else{assignIdForAnonymousClass(e,o);addProxyAccessorsFor(e.node.id,u,s.types.cloneNode(_),s.types.isAssignmentExpression(_)?s.types.cloneNode(_.left):s.types.cloneNode(_),a,b,S,f);C=[l]}}else if(D===l){const e=generateLetUidIdentifier(E,`init_${x}`);const r=n.get("value");const t=f==="2023-11"&&S?[]:[s.types.thisExpression()];if(r.node)t.push(r.node);r.replaceWith(s.types.callExpression(s.types.cloneNode(e),t));C=[e];if(k){i=extractProxyAccessorsFor(_,f)}}else if(k){const o=generateLetUidIdentifier(E,`call_${x}`);C=[o];const l=new a.default({constantSuper:t,methodPath:n,objectRef:R,superRef:e.node.superClass,file:r.file,refToPreserve:R});l.replace();i=[createFunctionExpressionFromPrivateMethod(n.node)];if(D===u||D===p){movePrivateAccessor(n,s.types.cloneNode(_),s.types.cloneNode(o),S)}else{const r=n.node;e.node.body.body.unshift(s.types.classPrivateProperty(_,s.types.cloneNode(o),[],r.static));A.add(_.id.name);n.remove()}}P.push({kind:D,decoratorsArray:v,decoratorsHaveThis:w,name:d,isStatic:S,privateMethods:i,locals:C});if(n.node){n.node.decorators=null}}if(b&&W.length>0){if(h&&n.isClassProperty({static:true})){}else{prependExpressionsToComputedKey(W,D===c?n.getNextSibling():n);W=[]}}if(G.length>0&&!S&&(D===l||D===c)){prependExpressionsToFieldInitializer(G,n);G=[]}if(H.length>0&&S&&(D===l||D===c)){prependExpressionsToFieldInitializer(H,n);H=[]}if(g&&f==="2023-11"){if(D===l||D===c){const e=generateLetUidIdentifier(E,`init_extra_${x}`);C.push(e);const r=s.types.callExpression(s.types.cloneNode(e),S?[]:[s.types.thisExpression()]);if(!S){G.push(r)}else{H.push(r)}}}}}if(W.length>0){const r=e.get("body.body");let t;for(let e=r.length-1;e>=0;e--){const a=r[e];const n=a.node;if(n.computed){if(h&&s.types.isClassProperty(n,{static:true})){continue}t=a;break}}if(t!=null){appendExpressionsToComputedKey(W,t);W=[]}else{}}if(G.length>0){const r=!!e.node.superClass;if(I){if(r){insertExpressionsAfterSuperCallAndOptimize(G,I,_)}else{prependExpressionsToConstructor(G,I)}}else{e.node.body.body.unshift(createConstructorFromExpressions(G,r))}G=[]}if(H.length>0){e.node.body.body.push(createStaticBlockFromExpressions(H));H=[]}const z=toSortedDecoratorInfo(P);const $=generateDecorationExprs(f==="2023-11"?P:z,f);const K=extractElementLocalAssignments(z);if(_){K.push(_)}if(S){K.push(S)}const J=[];let Y=false;const X=O&&s.types.callExpression(s.types.cloneNode(O),[]);let Z=e;const Q=e.node;const ee=[];if(h){J.push(R,O);const o=[];e.get("body.body").forEach((i=>{if(i.isStaticBlock()){if(hasInstancePrivateAccess(i,C)){const e=memoiseExpression(staticBlockToFunctionClosure(i.node),"staticBlock",ee);H.push(s.types.callExpression(s.types.memberExpression(e,s.types.identifier("call")),[s.types.thisExpression()]))}else{H.push(staticBlockToIIFE(i.node))}i.remove();return}if((i.isClassProperty()||i.isClassPrivateProperty())&&i.node.static){const e=i.get("value");if(hasInstancePrivateAccess(e,C)){const r=memoiseExpression(fieldInitializerToClosure(e.node),"fieldValue",ee);e.replaceWith(s.types.callExpression(s.types.memberExpression(r,s.types.identifier("call")),[s.types.thisExpression()]))}if(H.length>0){prependExpressionsToFieldInitializer(H,i);H=[]}i.node.static=false;o.push(i.node);i.remove()}else if(i.isClassPrivateMethod({static:true})){if(hasInstancePrivateAccess(i,C)){const o=new a.default({constantSuper:t,methodPath:i,objectRef:R,superRef:e.node.superClass,file:r.file,refToPreserve:R});o.replace();const l=memoiseExpression(createFunctionExpressionFromPrivateMethod(i.node),i.get("key.id").node.name,ee);if(n){i.node.params=[s.types.restElement(s.types.identifier("arg"))];i.node.body=s.types.blockStatement([s.types.returnStatement(s.types.callExpression(s.types.memberExpression(l,s.types.identifier("apply")),[s.types.thisExpression(),s.types.identifier("arg")]))])}else{i.node.params=i.node.params.map(((e,r)=>{if(s.types.isRestElement(e)){return s.types.restElement(s.types.identifier("arg"))}else{return s.types.identifier("_"+r)}}));i.node.body=s.types.blockStatement([s.types.returnStatement(s.types.callExpression(s.types.memberExpression(l,s.types.identifier("apply")),[s.types.thisExpression(),s.types.identifier("arguments")]))])}}i.node.static=false;o.push(i.node);i.remove()}}));if(o.length>0||H.length>0){const t=s.template.expression.ast`
class extends ${r.addHelper("identity")} {}
`;t.body.body=[s.types.classProperty(s.types.toExpression(Q),undefined,undefined,undefined,true,true),...o];const a=[];const n=s.types.newExpression(t,[]);if(H.length>0){a.push(...H)}if(X){Y=true;a.push(X)}if(a.length>0){a.unshift(s.types.callExpression(s.types.super(),[s.types.cloneNode(R)]));t.body.body.push(createConstructorFromExpressions(a,false))}else{n.arguments.push(s.types.cloneNode(R))}const[i]=e.replaceWith(n);Z=i.get("callee").get("body").get("body.0.key")}}if(!Y&&X){e.node.body.body.push(s.types.staticBlock([s.types.expressionStatement(X)]))}let{superClass:re}=Q;if(re&&(f==="2023-11"||f==="2023-05")){const r=e.scope.maybeGenerateMemoised(re);if(r){Q.superClass=s.types.assignmentExpression("=",r,re);re=r}}const te=s.types.staticBlock([]);Q.body.body.unshift(te);const se=te.body;if(W.length>0){const e=Z.get("body.body");let r;for(const t of e){if((t.isClassProperty()||t.isClassMethod())&&t.node.kind!=="constructor"){r=t;break}}if(r!=null){convertToComputedKey(r);prependExpressionsToComputedKey(W,r)}else{Q.body.body.unshift(s.types.classProperty(s.types.sequenceExpression([...W,s.types.stringLiteral("_")]),undefined,undefined,undefined,true,true));se.push(s.types.expressionStatement(s.types.unaryExpression("delete",s.types.memberExpression(s.types.thisExpression(),s.types.identifier("_")))))}W=[]}se.push(s.types.expressionStatement(createLocalsAssignment(K,J,$,q!=null?q:s.types.arrayExpression(L),s.types.numericLiteral(B),V?U:null,D,s.types.cloneNode(re),r,f)));if(S){se.push(s.types.expressionStatement(s.types.callExpression(s.types.cloneNode(S),[s.types.thisExpression()])))}if(ee.length>0){se.push(...ee.map((e=>s.types.expressionStatement(e))))}e.insertBefore(w.map((e=>s.types.expressionStatement(e))));if(N){const r=E.getBinding(R.name);if(!r.constantViolations.length){e.insertBefore(s.types.variableDeclaration("let",[s.types.variableDeclarator(s.types.cloneNode(R))]))}else{const r=E.generateUidIdentifier("t"+R.name);const t=R;e.replaceWithMultiple([s.types.variableDeclaration("let",[s.types.variableDeclarator(s.types.cloneNode(t)),s.types.variableDeclarator(r)]),s.types.blockStatement([s.types.variableDeclaration("let",[s.types.variableDeclarator(s.types.cloneNode(R))]),e.node,s.types.expressionStatement(s.types.assignmentExpression("=",s.types.cloneNode(r),s.types.cloneNode(R)))]),s.types.expressionStatement(s.types.assignmentExpression("=",s.types.cloneNode(t),s.types.cloneNode(r)))])}}if(A.size>0){checkPrivateMethodUpdateError(e,A)}e.scope.crawl();return e}function createLocalsAssignment(e,r,t,a,n,o,i,l,c,d){let u,p;const f=[i?createSetFunctionNameCall(c,i):s.types.thisExpression(),a,t];{if(d!=="2023-11"){f.splice(1,2,t,a)}if(d==="2021-12"||d==="2022-03"&&!c.availableHelper("applyDecs2203R")){u=s.types.arrayPattern([...e,...r]);p=s.types.callExpression(c.addHelper(d==="2021-12"?"applyDecs":"applyDecs2203"),f);return s.types.assignmentExpression("=",u,p)}else if(d==="2022-03"){p=s.types.callExpression(c.addHelper("applyDecs2203R"),f)}else if(d==="2023-01"){if(o){f.push(createPrivateBrandCheckClosure(o))}p=s.types.callExpression(c.addHelper("applyDecs2301"),f)}else if(d==="2023-05"){if(o||l||n.value!==0){f.push(n)}if(o){f.push(createPrivateBrandCheckClosure(o))}else if(l){f.push(s.types.unaryExpression("void",s.types.numericLiteral(0)))}if(l)f.push(l);p=s.types.callExpression(c.addHelper("applyDecs2305"),f)}}if(d==="2023-11"){if(o||l||n.value!==0){f.push(n)}if(o){f.push(createPrivateBrandCheckClosure(o))}else if(l){f.push(s.types.unaryExpression("void",s.types.numericLiteral(0)))}if(l)f.push(l);p=s.types.callExpression(c.addHelper("applyDecs2311"),f)}if(e.length>0){if(r.length>0){u=s.types.objectPattern([s.types.objectProperty(s.types.identifier("e"),s.types.arrayPattern(e)),s.types.objectProperty(s.types.identifier("c"),s.types.arrayPattern(r))])}else{u=s.types.arrayPattern(e);p=s.types.memberExpression(p,s.types.identifier("e"),false,false)}}else{u=s.types.arrayPattern(r);p=s.types.memberExpression(p,s.types.identifier("c"),false,false)}return s.types.assignmentExpression("=",u,p)}function isProtoKey(e){return e.type==="Identifier"?e.name==="__proto__":e.value==="__proto__"}function isDecorated(e){return e.decorators&&e.decorators.length>0}function shouldTransformElement(e){switch(e.type){case"ClassAccessorProperty":return true;case"ClassMethod":case"ClassProperty":case"ClassPrivateMethod":case"ClassPrivateProperty":return isDecorated(e);default:return false}}function shouldTransformClass(e){return isDecorated(e)||e.body.body.some(shouldTransformElement)}function NamedEvaluationVisitoryFactory(e,r){function handleComputedProperty(e,r,t){switch(r.type){case"StringLiteral":return s.types.stringLiteral(r.value);case"NumericLiteral":case"BigIntLiteral":{const t=r.value+"";e.get("key").replaceWith(s.types.stringLiteral(t));return s.types.stringLiteral(t)}default:{const a=e.scope.maybeGenerateMemoised(r);e.get("key").replaceWith(s.types.assignmentExpression("=",a,createToPropertyKeyCall(t,r)));return s.types.cloneNode(a)}}}return{VariableDeclarator(t,s){const a=t.node.id;if(a.type==="Identifier"){const o=(0,n.skipTransparentExprWrappers)(t.get("init"));if(e(o)){const e=a.name;r(o,s,e)}}},AssignmentExpression(t,s){const a=t.node.left;if(a.type==="Identifier"){const o=(0,n.skipTransparentExprWrappers)(t.get("right"));if(e(o)){switch(t.node.operator){case"=":case"&&=":case"||=":case"??=":r(o,s,a.name)}}}},AssignmentPattern(t,s){const a=t.node.left;if(a.type==="Identifier"){const o=(0,n.skipTransparentExprWrappers)(t.get("right"));if(e(o)){const e=a.name;r(o,s,e)}}},ObjectExpression(t,a){for(const o of t.get("properties")){if(!o.isObjectProperty())continue;const{node:t}=o;const i=t.key;const l=(0,n.skipTransparentExprWrappers)(o.get("value"));if(e(l)){if(!t.computed){if(!isProtoKey(i)){if(i.type==="Identifier"){r(l,a,i.name)}else{const e=s.types.stringLiteral(i.value+"");r(l,a,e)}}}else{const e=handleComputedProperty(o,i,a);r(l,a,e)}}}},ClassPrivateProperty(t,a){const{node:o}=t;const i=(0,n.skipTransparentExprWrappers)(t.get("value"));if(e(i)){const e=s.types.stringLiteral("#"+o.key.id.name);r(i,a,e)}},ClassAccessorProperty(t,a){const{node:o}=t;const i=o.key;const l=(0,n.skipTransparentExprWrappers)(t.get("value"));if(e(l)){if(!o.computed){if(i.type==="Identifier"){r(l,a,i.name)}else if(i.type==="PrivateName"){const e=s.types.stringLiteral("#"+i.id.name);r(l,a,e)}else{const e=s.types.stringLiteral(i.value+"");r(l,a,e)}}else{const e=handleComputedProperty(t,i,a);r(l,a,e)}}},ClassProperty(t,a){const{node:o}=t;const i=o.key;const l=(0,n.skipTransparentExprWrappers)(t.get("value"));if(e(l)){if(!o.computed){if(i.type==="Identifier"){r(l,a,i.name)}else{const e=s.types.stringLiteral(i.value+"");r(l,a,e)}}else{const e=handleComputedProperty(t,i,a);r(l,a,e)}}}}}function isDecoratedAnonymousClassExpression(e){return e.isClassExpression({id:null})&&shouldTransformClass(e.node)}function generateLetUidIdentifier(e,r){const t=e.generateUidIdentifier(r);e.push({id:t,kind:"let"});return s.types.cloneNode(t)}function _default({assertVersion:e,assumption:r},{loose:a},n,o){var i,l;{if(n==="2023-11"||n==="2023-05"||n==="2023-01"){e("^7.21.0")}else if(n==="2021-12"){e("^7.16.0")}else{e("^7.19.0")}}const c=new WeakSet;const d=(i=r("constantSuper"))!=null?i:a;const u=(l=r("ignoreFunctionLength"))!=null?l:a;const p=NamedEvaluationVisitoryFactory(isDecoratedAnonymousClassExpression,visitClass);function visitClass(e,r,t){var s;if(c.has(e))return;const{node:a}=e;t!=null?t:t=(s=a.id)==null?void 0:s.name;const o=transformClass(e,r,d,u,t,p,n);if(o){c.add(o);return}c.add(e)}return{name:"proposal-decorators",inherits:o,visitor:Object.assign({ExportDefaultDeclaration(e,r){const{declaration:a}=e.node;if((a==null?void 0:a.type)==="ClassDeclaration"&&isDecorated(a)){const o=!a.id;{var n;(n=e.splitExportDeclaration)!=null?n:e.splitExportDeclaration=t(7369).NodePath.prototype.splitExportDeclaration}const i=e.splitExportDeclaration();if(o){visitClass(i,r,s.types.stringLiteral("default"))}}},ExportNamedDeclaration(e){const{declaration:r}=e.node;if((r==null?void 0:r.type)==="ClassDeclaration"&&isDecorated(r)){{var s;(s=e.splitExportDeclaration)!=null?s:e.splitExportDeclaration=t(7369).NodePath.prototype.splitExportDeclaration}e.splitExportDeclaration()}},Class(e,r){visitClass(e,r,undefined)}},p)}}},1409:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.FEATURES=void 0;r.enableFeature=enableFeature;r.isLoose=isLoose;r.shouldTransform=shouldTransform;var s=t(7009);const a=r.FEATURES=Object.freeze({fields:1<<1,privateMethods:1<<2,decorators:1<<3,privateIn:1<<4,staticBlocks:1<<5});const n=new Map([[a.fields,"@babel/plugin-transform-class-properties"],[a.privateMethods,"@babel/plugin-transform-private-methods"],[a.privateIn,"@babel/plugin-transform-private-property-in-object"]]);const o="@babel/plugin-class-features/featuresKey";const i="@babel/plugin-class-features/looseKey";{var l="@babel/plugin-class-features/looseLowPriorityKey/#__internal__@babel/preset-env__please-overwrite-loose-instead-of-throwing"}{var canIgnoreLoose=function(e,r){return!!(e.get(l)&r)}}function enableFeature(e,r,t){if(!hasFeature(e,r)||canIgnoreLoose(e,r)){e.set(o,e.get(o)|r);if(t==="#__internal__@babel/preset-env__prefer-true-but-false-is-ok-if-it-prevents-an-error"){setLoose(e,r,true);e.set(l,e.get(l)|r)}else if(t==="#__internal__@babel/preset-env__prefer-false-but-true-is-ok-if-it-prevents-an-error"){setLoose(e,r,false);e.set(l,e.get(l)|r)}else{setLoose(e,r,t)}}let s;for(const[r,t]of n){if(!hasFeature(e,r))continue;{if(canIgnoreLoose(e,r))continue}const n=isLoose(e,r);if(s===!n){throw new Error("'loose' mode configuration must be the same for @babel/plugin-transform-class-properties, "+"@babel/plugin-transform-private-methods and "+"@babel/plugin-transform-private-property-in-object (when they are enabled)."+"\n\n"+getBabelShowConfigForHint(e))}else{s=n;{var a=t}}}if(s!==undefined){for(const[r,t]of n){if(hasFeature(e,r)&&isLoose(e,r)!==s){setLoose(e,r,s);console.warn(`Though the "loose" option was set to "${!s}" in your @babel/preset-env `+`config, it will not be used for ${t} since the "loose" mode option was set to `+`"${s}" for ${a}.\nThe "loose" option must be the `+`same for @babel/plugin-transform-class-properties, @babel/plugin-transform-private-methods `+`and @babel/plugin-transform-private-property-in-object (when they are enabled): you can `+`silence this warning by explicitly adding\n`+`\t["${t}", { "loose": ${s} }]\n`+`to the "plugins" section of your Babel config.`+"\n\n"+getBabelShowConfigForHint(e))}}}}function getBabelShowConfigForHint(e){let{filename:r}=e.opts;if(!r||r==="unknown"){r="[name of the input file]"}return`If you already set the same 'loose' mode for these plugins in your config, it's possible that they are enabled multiple times with different options.\nYou can re-run Babel with the BABEL_SHOW_CONFIG_FOR environment variable to show the loaded configuration:\n\tnpx cross-env BABEL_SHOW_CONFIG_FOR=${r} <your build command>\nSee https://babeljs.io/docs/configuration#print-effective-configs for more info.`}function hasFeature(e,r){return!!(e.get(o)&r)}function isLoose(e,r){return!!(e.get(i)&r)}function setLoose(e,r,t){if(t)e.set(i,e.get(i)|r);else e.set(i,e.get(i)&~r);{e.set(l,e.get(l)&~r)}}function shouldTransform(e,r){let t=null;let n=null;let o=null;let i=null;let l=null;if((0,s.hasOwnDecorators)(e.node)){t=e.get("decorators.0")}for(const r of e.get("body.body")){if(!t&&(0,s.hasOwnDecorators)(r.node)){t=r.get("decorators.0")}if(!n&&r.isClassProperty()){n=r}if(!o&&r.isClassPrivateProperty()){o=r}if(!i&&r.isClassPrivateMethod!=null&&r.isClassPrivateMethod()){i=r}if(!l&&r.isStaticBlock!=null&&r.isStaticBlock()){l=r}}if(t&&o){throw o.buildCodeFrameError("Private fields in decorated classes are not supported yet.")}if(t&&i){throw i.buildCodeFrameError("Private methods in decorated classes are not supported yet.")}if(t&&!hasFeature(r,a.decorators)){throw e.buildCodeFrameError("Decorators are not enabled."+"\nIf you are using "+'["@babel/plugin-proposal-decorators", { "version": "legacy" }], '+'make sure it comes *before* "@babel/plugin-transform-class-properties" '+"and enable loose mode, like so:\n"+'\t["@babel/plugin-proposal-decorators", { "version": "legacy" }]\n'+'\t["@babel/plugin-transform-class-properties", { "loose": true }]')}if(i&&!hasFeature(r,a.privateMethods)){throw i.buildCodeFrameError("Class private methods are not enabled. "+"Please add `@babel/plugin-transform-private-methods` to your configuration.")}if((n||o)&&!hasFeature(r,a.fields)&&!hasFeature(r,a.privateMethods)){throw e.buildCodeFrameError("Class fields are not enabled. "+"Please add `@babel/plugin-transform-class-properties` to your configuration.")}if(l&&!hasFeature(r,a.staticBlocks)){throw e.buildCodeFrameError("Static class blocks are not enabled. "+"Please add `@babel/plugin-transform-class-static-block` to your configuration.")}if(t||i||l){return true}if((n||o)&&hasFeature(r,a.fields)){return true}return false}},4697:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.buildCheckInRHS=buildCheckInRHS;r.buildFieldsInitNodes=buildFieldsInitNodes;r.buildPrivateNamesMap=buildPrivateNamesMap;r.buildPrivateNamesNodes=buildPrivateNamesNodes;r.privateNameVisitorFactory=privateNameVisitorFactory;r.transformPrivateNamesUsage=transformPrivateNamesUsage;var s=t(8304);var a=t(7369);var n=t(6721);var o=t(3034);var i=t(582);var l=t(344);var c=t(9102);var d=t(1238);{var newHelpers=e=>{return e.availableHelper("classPrivateFieldGet2")}}function buildPrivateNamesMap(e,r,t,a){const n=new Map;let o;for(const i of t){if(i.isPrivate()){const{name:t}=i.node.key.id;let l=n.get(t);if(!l){const s=!i.isProperty();const c=i.node.static;let d=false;let u;if(!r&&newHelpers(a)&&s&&!c){d=!!o;o!=null?o:o=i.scope.generateUidIdentifier(`${e}_brand`);u=o}else{u=i.scope.generateUidIdentifier(t)}l={id:u,static:c,method:s,initAdded:d};n.set(t,l)}if(i.isClassPrivateMethod()){if(i.node.kind==="get"){const{body:e}=i.node.body;let r;if(e.length===1&&s.types.isReturnStatement(r=e[0])&&s.types.isCallExpression(r=r.argument)&&r.arguments.length===1&&s.types.isThisExpression(r.arguments[0])&&s.types.isIdentifier(r=r.callee)){l.getId=s.types.cloneNode(r);l.getterDeclared=true}else{l.getId=i.scope.generateUidIdentifier(`get_${t}`)}}else if(i.node.kind==="set"){const{params:e}=i.node;const{body:r}=i.node.body;let a;if(r.length===1&&s.types.isExpressionStatement(a=r[0])&&s.types.isCallExpression(a=a.expression)&&a.arguments.length===2&&s.types.isThisExpression(a.arguments[0])&&s.types.isIdentifier(a.arguments[1],{name:e[0].name})&&s.types.isIdentifier(a=a.callee)){l.setId=s.types.cloneNode(a);l.setterDeclared=true}else{l.setId=i.scope.generateUidIdentifier(`set_${t}`)}}else if(i.node.kind==="method"){l.methodId=i.scope.generateUidIdentifier(t)}}n.set(t,l)}}return n}function buildPrivateNamesNodes(e,r,t,a){const n=[];const o=new Set;for(const[i,c]of e){const{static:e,method:d,getId:u,setId:p}=c;const f=u||p;const y=s.types.cloneNode(c.id);let g;if(r){g=s.types.callExpression(a.addHelper("classPrivateFieldLooseKey"),[s.types.stringLiteral(i)])}else if(t){g=s.types.callExpression(s.types.identifier("Symbol"),[s.types.stringLiteral(i)])}else if(!e){if(o.has(y.name))continue;o.add(y.name);g=s.types.newExpression(s.types.identifier(d&&(!f||newHelpers(a))?"WeakSet":"WeakMap"),[])}if(g){if(!t){(0,l.default)(g)}n.push(s.template.statement.ast`var ${y} = ${g}`)}}return n}function privateNameVisitorFactory(e){const r=a.visitors.environmentVisitor(Object.assign({},e));const t=Object.assign({},e,{Class(e){const{privateNamesMap:s}=this;const a=e.get("body.body");const n=new Map(s);const o=[];for(const e of a){if(!e.isPrivate())continue;const{name:r}=e.node.key.id;n.delete(r);o.push(r)}if(!o.length){return}e.get("body").traverse(r,Object.assign({},this,{redeclared:o}));e.traverse(t,Object.assign({},this,{privateNamesMap:n}));e.skipKey("body")}});return t}const u=privateNameVisitorFactory({PrivateName(e,{noDocumentAll:r}){const{privateNamesMap:t,redeclared:s}=this;const{node:a,parentPath:n}=e;if(!n.isMemberExpression({property:a})&&!n.isOptionalMemberExpression({property:a})){return}const{name:o}=a.id;if(!t.has(o))return;if(s!=null&&s.includes(o))return;this.handle(n,r)}});function unshadow(e,r,t){while((s=r)!=null&&s.hasBinding(e)&&!r.bindingIdentifierEquals(e,t)){var s;r.rename(e);r=r.parent}}function buildCheckInRHS(e,r,t){if(t||!(r.availableHelper!=null&&r.availableHelper("checkInRHS")))return e;return s.types.callExpression(r.addHelper("checkInRHS"),[e])}const p=privateNameVisitorFactory({BinaryExpression(e,{file:r}){const{operator:t,left:a,right:n}=e.node;if(t!=="in")return;if(!s.types.isPrivateName(a))return;const{privateFieldsAsProperties:o,privateNamesMap:i,redeclared:l}=this;const{name:c}=a.id;if(!i.has(c))return;if(l!=null&&l.includes(c))return;unshadow(this.classRef.name,e.scope,this.innerBinding);if(o){const{id:t}=i.get(c);e.replaceWith(s.template.expression.ast`
Object.prototype.hasOwnProperty.call(${buildCheckInRHS(n,r)}, ${s.types.cloneNode(t)})
`);return}const{id:d,static:u}=i.get(c);if(u){e.replaceWith(s.template.expression.ast`${buildCheckInRHS(n,r)} === ${s.types.cloneNode(this.classRef)}`);return}e.replaceWith(s.template.expression.ast`${s.types.cloneNode(d)}.has(${buildCheckInRHS(n,r)})`)}});function readOnlyError(e,r){return s.types.callExpression(e.addHelper("readOnlyError"),[s.types.stringLiteral(`#${r}`)])}function writeOnlyError(e,r){if(!e.availableHelper("writeOnlyError")){console.warn(`@babel/helpers is outdated, update it to silence this warning.`);return s.types.buildUndefinedNode()}return s.types.callExpression(e.addHelper("writeOnlyError"),[s.types.stringLiteral(`#${r}`)])}function buildStaticPrivateFieldAccess(e,r){if(r)return e;return s.types.memberExpression(e,s.types.identifier("_"))}function autoInherits(e){return function(r){return s.types.inherits(e.apply(this,arguments),r.node)}}const f={memoise(e,r){const{scope:t}=e;const{object:s}=e.node;const a=t.maybeGenerateMemoised(s);if(!a){return}this.memoiser.set(s,a,r)},receiver(e){const{object:r}=e.node;if(this.memoiser.has(r)){return s.types.cloneNode(this.memoiser.get(r))}return s.types.cloneNode(r)},get:autoInherits((function(e){const{classRef:r,privateNamesMap:t,file:a,innerBinding:n,noUninitializedPrivateFieldAccess:o}=this;const i=e.node.property;const{name:l}=i.id;const{id:c,static:d,method:u,methodId:p,getId:f,setId:y}=t.get(l);const g=f||y;const cloneId=e=>s.types.inherits(s.types.cloneNode(e),i);if(d){unshadow(r.name,e.scope,n);if(!newHelpers(a)){const t=u&&!g?"classStaticPrivateMethodGet":"classStaticPrivateFieldSpecGet";return s.types.callExpression(a.addHelper(t),[this.receiver(e),s.types.cloneNode(r),cloneId(c)])}const t=this.receiver(e);const i=s.types.isIdentifier(t)&&t.name===r.name;if(!u){if(i){return buildStaticPrivateFieldAccess(cloneId(c),o)}return buildStaticPrivateFieldAccess(s.types.callExpression(a.addHelper("assertClassBrand"),[s.types.cloneNode(r),t,cloneId(c)]),o)}if(f){if(i){return s.types.callExpression(cloneId(f),[t])}return s.types.callExpression(a.addHelper("classPrivateGetter"),[s.types.cloneNode(r),t,cloneId(f)])}if(y){const e=s.types.buildUndefinedNode();if(i)return e;return s.types.sequenceExpression([s.types.callExpression(a.addHelper("assertClassBrand"),[s.types.cloneNode(r),t]),e])}if(i)return cloneId(c);return s.types.callExpression(a.addHelper("assertClassBrand"),[s.types.cloneNode(r),t,cloneId(c)])}if(u){if(g){if(!f){return s.types.sequenceExpression([this.receiver(e),writeOnlyError(a,l)])}if(!newHelpers(a)){return s.types.callExpression(a.addHelper("classPrivateFieldGet"),[this.receiver(e),cloneId(c)])}return s.types.callExpression(a.addHelper("classPrivateGetter"),[s.types.cloneNode(c),this.receiver(e),cloneId(f)])}if(!newHelpers(a)){return s.types.callExpression(a.addHelper("classPrivateMethodGet"),[this.receiver(e),s.types.cloneNode(c),cloneId(p)])}return s.types.callExpression(a.addHelper("assertClassBrand"),[s.types.cloneNode(c),this.receiver(e),cloneId(p)])}if(newHelpers(a)){return s.types.callExpression(a.addHelper("classPrivateFieldGet2"),[cloneId(c),this.receiver(e)])}return s.types.callExpression(a.addHelper("classPrivateFieldGet"),[this.receiver(e),cloneId(c)])})),boundGet(e){this.memoise(e,1);return s.types.callExpression(s.types.memberExpression(this.get(e),s.types.identifier("bind")),[this.receiver(e)])},set:autoInherits((function(e,r){const{classRef:t,privateNamesMap:a,file:n,noUninitializedPrivateFieldAccess:o}=this;const i=e.node.property;const{name:l}=i.id;const{id:c,static:d,method:u,setId:p,getId:f}=a.get(l);const y=f||p;const cloneId=e=>s.types.inherits(s.types.cloneNode(e),i);if(d){if(!newHelpers(n)){const a=u&&!y?"classStaticPrivateMethodSet":"classStaticPrivateFieldSpecSet";return s.types.callExpression(n.addHelper(a),[this.receiver(e),s.types.cloneNode(t),cloneId(c),r])}const a=this.receiver(e);const i=s.types.isIdentifier(a)&&a.name===t.name;if(u&&!p){const e=readOnlyError(n,l);if(i)return s.types.sequenceExpression([r,e]);return s.types.sequenceExpression([r,s.types.callExpression(n.addHelper("assertClassBrand"),[s.types.cloneNode(t),a]),readOnlyError(n,l)])}if(p){if(i){return s.types.callExpression(s.types.cloneNode(p),[a,r])}return s.types.callExpression(n.addHelper("classPrivateSetter"),[s.types.cloneNode(t),cloneId(p),a,r])}return s.types.assignmentExpression("=",buildStaticPrivateFieldAccess(cloneId(c),o),i?r:s.types.callExpression(n.addHelper("assertClassBrand"),[s.types.cloneNode(t),a,r]))}if(u){if(p){if(!newHelpers(n)){return s.types.callExpression(n.addHelper("classPrivateFieldSet"),[this.receiver(e),cloneId(c),r])}return s.types.callExpression(n.addHelper("classPrivateSetter"),[s.types.cloneNode(c),cloneId(p),this.receiver(e),r])}return s.types.sequenceExpression([this.receiver(e),r,readOnlyError(n,l)])}if(newHelpers(n)){return s.types.callExpression(n.addHelper("classPrivateFieldSet2"),[cloneId(c),this.receiver(e),r])}return s.types.callExpression(n.addHelper("classPrivateFieldSet"),[this.receiver(e),cloneId(c),r])})),destructureSet(e){const{classRef:r,privateNamesMap:t,file:a,noUninitializedPrivateFieldAccess:n}=this;const o=e.node.property;const{name:i}=o.id;const{id:l,static:c,method:d,setId:u}=t.get(i);const cloneId=e=>s.types.inherits(s.types.cloneNode(e),o);if(!newHelpers(a)){if(c){try{var p=a.addHelper("classStaticPrivateFieldDestructureSet")}catch(e){throw new Error("Babel can not transpile `[C.#p] = [0]` with @babel/helpers < 7.13.10, \n"+"please update @babel/helpers to the latest version.")}return s.types.memberExpression(s.types.callExpression(p,[this.receiver(e),s.types.cloneNode(r),cloneId(l)]),s.types.identifier("value"))}return s.types.memberExpression(s.types.callExpression(a.addHelper("classPrivateFieldDestructureSet"),[this.receiver(e),cloneId(l)]),s.types.identifier("value"))}if(d&&!u){return s.types.memberExpression(s.types.sequenceExpression([e.node.object,readOnlyError(a,i)]),s.types.identifier("_"))}if(c&&!d){const r=this.get(e);if(!n||!s.types.isCallExpression(r)){return r}const t=r.arguments.pop();r.arguments.push(s.template.expression.ast`(_) => ${t} = _`);return s.types.memberExpression(s.types.callExpression(a.addHelper("toSetter"),[r]),s.types.identifier("_"))}const f=this.set(e,s.types.identifier("_"));if(!s.types.isCallExpression(f)||!s.types.isIdentifier(f.arguments[f.arguments.length-1],{name:"_"})){throw e.buildCodeFrameError("Internal Babel error while compiling this code. This is a Babel bug. "+"Please report it at https://github.com/babel/babel/issues.")}let y;if(s.types.isMemberExpression(f.callee,{computed:false})&&s.types.isIdentifier(f.callee.property)&&f.callee.property.name==="call"){y=[f.callee.object,s.types.arrayExpression(f.arguments.slice(1,-1)),f.arguments[0]]}else{y=[f.callee,s.types.arrayExpression(f.arguments.slice(0,-1))]}return s.types.memberExpression(s.types.callExpression(a.addHelper("toSetter"),y),s.types.identifier("_"))},call(e,r){this.memoise(e,1);return(0,i.default)(this.get(e),this.receiver(e),r,false)},optionalCall(e,r){this.memoise(e,1);return(0,i.default)(this.get(e),this.receiver(e),r,true)},delete(){throw new Error("Internal Babel error: deleting private elements is a parsing error.")}};const y={get(e){const{privateNamesMap:r,file:t}=this;const{object:a}=e.node;const{name:n}=e.node.property.id;return s.template.expression`BASE(REF, PROP)[PROP]`({BASE:t.addHelper("classPrivateFieldLooseBase"),REF:s.types.cloneNode(a),PROP:s.types.cloneNode(r.get(n).id)})},set(){throw new Error("private name handler with loose = true don't need set()")},boundGet(e){return s.types.callExpression(s.types.memberExpression(this.get(e),s.types.identifier("bind")),[s.types.cloneNode(e.node.object)])},simpleSet(e){return this.get(e)},destructureSet(e){return this.get(e)},call(e,r){return s.types.callExpression(this.get(e),r)},optionalCall(e,r){return s.types.optionalCallExpression(this.get(e),r,true)},delete(){throw new Error("Internal Babel error: deleting private elements is a parsing error.")}};function transformPrivateNamesUsage(e,r,t,{privateFieldsAsProperties:s,noUninitializedPrivateFieldAccess:a,noDocumentAll:n,innerBinding:i},l){if(!t.size)return;const c=r.get("body");const d=s?y:f;(0,o.default)(c,u,Object.assign({privateNamesMap:t,classRef:e,file:l},d,{noDocumentAll:n,noUninitializedPrivateFieldAccess:a,innerBinding:i}));c.traverse(p,{privateNamesMap:t,classRef:e,file:l,privateFieldsAsProperties:s,innerBinding:i})}function buildPrivateFieldInitLoose(e,r,t){const{id:a}=t.get(r.node.key.id.name);const n=r.node.value||r.scope.buildUndefinedNode();return inheritPropComments(s.template.statement.ast`
Object.defineProperty(${e}, ${s.types.cloneNode(a)}, {
// configurable is false by default
// enumerable is false by default
writable: true,
value: ${n}
});
`,r)}function buildPrivateInstanceFieldInitSpec(e,r,t,a){const{id:n}=t.get(r.node.key.id.name);const o=r.node.value||r.scope.buildUndefinedNode();{if(!a.availableHelper("classPrivateFieldInitSpec")){return inheritPropComments(s.template.statement.ast`${s.types.cloneNode(n)}.set(${e}, {
// configurable is always false for private elements
// enumerable is always false for private elements
writable: true,
value: ${o},
})`,r)}}const i=a.addHelper("classPrivateFieldInitSpec");return inheritLoc(inheritPropComments(s.types.expressionStatement(s.types.callExpression(i,[s.types.thisExpression(),inheritLoc(s.types.cloneNode(n),r.node.key),newHelpers(a)?o:s.template.expression.ast`{ writable: true, value: ${o} }`])),r),r.node)}function buildPrivateStaticFieldInitSpec(e,r,t){const a=r.get(e.node.key.id.name);const n=t?e.node.value:s.template.expression.ast`{
_: ${e.node.value||s.types.buildUndefinedNode()}
}`;return inheritPropComments(s.types.variableDeclaration("var",[s.types.variableDeclarator(s.types.cloneNode(a.id),n)]),e)}{var buildPrivateStaticFieldInitSpecOld=function(e,r){const t=r.get(e.node.key.id.name);const{id:a,getId:n,setId:o,initAdded:i}=t;const l=n||o;if(!e.isProperty()&&(i||!l))return;if(l){r.set(e.node.key.id.name,Object.assign({},t,{initAdded:true}));return inheritPropComments(s.template.statement.ast`
var ${s.types.cloneNode(a)} = {
// configurable is false by default
// enumerable is false by default
// writable is false by default
get: ${n?n.name:e.scope.buildUndefinedNode()},
set: ${o?o.name:e.scope.buildUndefinedNode()}
}
`,e)}const c=e.node.value||e.scope.buildUndefinedNode();return inheritPropComments(s.template.statement.ast`
var ${s.types.cloneNode(a)} = {
// configurable is false by default
// enumerable is false by default
writable: true,
value: ${c}
};
`,e)}}function buildPrivateMethodInitLoose(e,r,t){const a=t.get(r.node.key.id.name);const{methodId:n,id:o,getId:i,setId:l,initAdded:c}=a;if(c)return;if(n){return inheritPropComments(s.template.statement.ast`
Object.defineProperty(${e}, ${o}, {
// configurable is false by default
// enumerable is false by default
// writable is false by default
value: ${n.name}
});
`,r)}const d=i||l;if(d){t.set(r.node.key.id.name,Object.assign({},a,{initAdded:true}));return inheritPropComments(s.template.statement.ast`
Object.defineProperty(${e}, ${o}, {
// configurable is false by default
// enumerable is false by default
// writable is false by default
get: ${i?i.name:r.scope.buildUndefinedNode()},
set: ${l?l.name:r.scope.buildUndefinedNode()}
});
`,r)}}function buildPrivateInstanceMethodInitSpec(e,r,t,s){const a=t.get(r.node.key.id.name);if(a.initAdded)return;if(!newHelpers(s)){const n=a.getId||a.setId;if(n){return buildPrivateAccessorInitialization(e,r,t,s)}}return buildPrivateInstanceMethodInitialization(e,r,t,s)}function buildPrivateAccessorInitialization(e,r,t,a){const n=t.get(r.node.key.id.name);const{id:o,getId:i,setId:l}=n;t.set(r.node.key.id.name,Object.assign({},n,{initAdded:true}));{if(!a.availableHelper("classPrivateFieldInitSpec")){return inheritPropComments(s.template.statement.ast`
${o}.set(${e}, {
get: ${i?i.name:r.scope.buildUndefinedNode()},
set: ${l?l.name:r.scope.buildUndefinedNode()}
});
`,r)}}const c=a.addHelper("classPrivateFieldInitSpec");return inheritLoc(inheritPropComments(s.template.statement.ast`${c}(
${s.types.thisExpression()},
${s.types.cloneNode(o)},
{
get: ${i?i.name:r.scope.buildUndefinedNode()},
set: ${l?l.name:r.scope.buildUndefinedNode()}
},
)`,r),r.node)}function buildPrivateInstanceMethodInitialization(e,r,t,a){const n=t.get(r.node.key.id.name);const{id:o}=n;{if(!a.availableHelper("classPrivateMethodInitSpec")){return inheritPropComments(s.template.statement.ast`${o}.add(${e})`,r)}}const i=a.addHelper("classPrivateMethodInitSpec");return inheritPropComments(s.template.statement.ast`${i}(
${s.types.thisExpression()},
${s.types.cloneNode(o)}
)`,r)}function buildPublicFieldInitLoose(e,r){const{key:t,computed:a}=r.node;const n=r.node.value||r.scope.buildUndefinedNode();return inheritPropComments(s.types.expressionStatement(s.types.assignmentExpression("=",s.types.memberExpression(e,t,a||s.types.isLiteral(t)),n)),r)}function buildPublicFieldInitSpec(e,r,t){const{key:a,computed:n}=r.node;const o=r.node.value||r.scope.buildUndefinedNode();return inheritPropComments(s.types.expressionStatement(s.types.callExpression(t.addHelper("defineProperty"),[e,n||s.types.isLiteral(a)?a:s.types.stringLiteral(a.name),o])),r)}function buildPrivateStaticMethodInitLoose(e,r,t,a){const n=a.get(r.node.key.id.name);const{id:o,methodId:i,getId:l,setId:c,initAdded:d}=n;if(d)return;const u=l||c;if(u){a.set(r.node.key.id.name,Object.assign({},n,{initAdded:true}));return inheritPropComments(s.template.statement.ast`
Object.defineProperty(${e}, ${o}, {
// configurable is false by default
// enumerable is false by default
// writable is false by default
get: ${l?l.name:r.scope.buildUndefinedNode()},
set: ${c?c.name:r.scope.buildUndefinedNode()}
})
`,r)}return inheritPropComments(s.template.statement.ast`
Object.defineProperty(${e}, ${o}, {
// configurable is false by default
// enumerable is false by default
// writable is false by default
value: ${i.name}
});
`,r)}function buildPrivateMethodDeclaration(e,r,t,a=false){const n=t.get(r.node.key.id.name);const{id:o,methodId:i,getId:l,setId:c,getterDeclared:d,setterDeclared:u,static:p}=n;const{params:f,body:y,generator:h,async:b}=r.node;const x=l&&f.length===0;const v=c&&f.length>0;if(x&&d||v&&u){t.set(r.node.key.id.name,Object.assign({},n,{initAdded:true}));return null}if(newHelpers(e)&&(x||v)&&!a){const e=r.get("body").scope;const t=e.generateUidIdentifier("this");const a={thisRef:t,argumentsPath:[]};r.traverse(g,a);if(a.argumentsPath.length){const r=e.generateUidIdentifier("arguments");e.push({id:r,init:s.template.expression.ast`[].slice.call(arguments, 1)`});for(const e of a.argumentsPath){e.replaceWith(s.types.cloneNode(r))}}f.unshift(s.types.cloneNode(t))}let j=i;if(x){t.set(r.node.key.id.name,Object.assign({},n,{getterDeclared:true,initAdded:true}));j=l}else if(v){t.set(r.node.key.id.name,Object.assign({},n,{setterDeclared:true,initAdded:true}));j=c}else if(p&&!a){j=o}return inheritPropComments(s.types.functionDeclaration(s.types.cloneNode(j),f,y,h,b),r)}const g=a.visitors.environmentVisitor({Identifier(e,r){if(r.argumentsPath&&e.node.name==="arguments"){r.argumentsPath.push(e)}},UnaryExpression(e){const{node:r}=e;if(r.operator==="delete"){const t=(0,c.skipTransparentExprWrapperNodes)(r.argument);if(s.types.isThisExpression(t)){e.replaceWith(s.types.booleanLiteral(true))}}},ThisExpression(e,r){r.needsClassRef=true;e.replaceWith(s.types.cloneNode(r.thisRef))},MetaProperty(e){const{node:r,scope:t}=e;if(r.meta.name==="new"&&r.property.name==="target"){e.replaceWith(t.buildUndefinedNode())}}});const h={ReferencedIdentifier(e,r){if(e.scope.bindingIdentifierEquals(e.node.name,r.innerBinding)){r.needsClassRef=true;e.node.name=r.thisRef.name}}};function replaceThisContext(e,r,t){var s;const a={thisRef:r,needsClassRef:false,innerBinding:t};if(!e.isMethod()){e.traverse(g,a)}if(t!=null&&(s=a.thisRef)!=null&&s.name&&a.thisRef.name!==t.name){e.traverse(h,a)}return a.needsClassRef}function isNameOrLength({key:e,computed:r}){if(e.type==="Identifier"){return!r&&(e.name==="name"||e.name==="length")}if(e.type==="StringLiteral"){return e.value==="name"||e.value==="length"}return false}function inheritPropComments(e,r){s.types.inheritLeadingComments(e,r.node);s.types.inheritInnerComments(e,r.node);return e}function inheritLoc(e,r){e.start=r.start;e.end=r.end;e.loc=r.loc;return e}function buildFieldsInitNodes(e,r,t,a,o,i,l,c,u,p){let f=0;let y;const g=[];const h=[];let b=false;const x=[];let v=null;const j=s.types.isIdentifier(r)?()=>r:()=>{y!=null?y:y=t[0].scope.generateUidIdentifierBasedOnNode(r);return y};const w=e!=null?e:t[0].scope.generateUidIdentifier((p==null?void 0:p.name)||"Class");e!=null?e:e=s.types.cloneNode(p);for(const r of t){if(r.isClassProperty()){d.assertFieldTransformed(r)}const t=!(s.types.isStaticBlock!=null&&s.types.isStaticBlock(r.node))&&r.node.static;const y=!t;const v=r.isPrivate();const E=!v;const _=r.isProperty();const S=!_;const k=r.isStaticBlock==null?void 0:r.isStaticBlock();if(t)f|=1;if(t||S&&v||k){new n.default({methodPath:r,constantSuper:u,file:o,refToPreserve:p,getSuperRef:j,getObjectRef(){f|=2;if(t||k){return w}else{return s.types.memberExpression(w,s.types.identifier("prototype"))}}}).replace();const e=replaceThisContext(r,w,p);if(e){f|=2}}b=false;switch(true){case k:{const e=r.node.body;if(e.length===1&&s.types.isExpressionStatement(e[0])){g.push(inheritPropComments(e[0],r))}else{g.push(s.types.inheritsComments(s.template.statement.ast`(() => { ${e} })()`,r.node))}break}case t&&v&&_&&l:g.push(buildPrivateFieldInitLoose(s.types.cloneNode(e),r,a));break;case t&&v&&_&&!l:if(!newHelpers(o)){g.push(buildPrivateStaticFieldInitSpecOld(r,a))}else{g.push(buildPrivateStaticFieldInitSpec(r,a,c))}break;case t&&E&&_&&i:if(!isNameOrLength(r.node)){g.push(buildPublicFieldInitLoose(s.types.cloneNode(e),r));break}case t&&E&&_&&!i:g.push(buildPublicFieldInitSpec(s.types.cloneNode(e),r,o));break;case y&&v&&_&&l:h.push(buildPrivateFieldInitLoose(s.types.thisExpression(),r,a));break;case y&&v&&_&&!l:h.push(buildPrivateInstanceFieldInitSpec(s.types.thisExpression(),r,a,o));break;case y&&v&&S&&l:h.unshift(buildPrivateMethodInitLoose(s.types.thisExpression(),r,a));x.push(buildPrivateMethodDeclaration(o,r,a,l));break;case y&&v&&S&&!l:h.unshift(buildPrivateInstanceMethodInitSpec(s.types.thisExpression(),r,a,o));x.push(buildPrivateMethodDeclaration(o,r,a,l));break;case t&&v&&S&&!l:if(!newHelpers(o)){g.unshift(buildPrivateStaticFieldInitSpecOld(r,a))}x.push(buildPrivateMethodDeclaration(o,r,a,l));break;case t&&v&&S&&l:g.unshift(buildPrivateStaticMethodInitLoose(s.types.cloneNode(e),r,o,a));x.push(buildPrivateMethodDeclaration(o,r,a,l));break;case y&&E&&_&&i:h.push(buildPublicFieldInitLoose(s.types.thisExpression(),r));break;case y&&E&&_&&!i:b=true;h.push(buildPublicFieldInitSpec(s.types.thisExpression(),r,o));break;default:throw new Error("Unreachable.")}}if(f&2&&p!=null){v=s.types.expressionStatement(s.types.assignmentExpression("=",s.types.cloneNode(w),s.types.cloneNode(p)))}return{staticNodes:g.filter(Boolean),instanceNodes:h.filter(Boolean),lastInstanceNodeReturnsThis:b,pureStaticNodes:x.filter(Boolean),classBindingNode:v,wrapClass(r){for(const e of t){e.node.leadingComments=null;e.remove()}if(y){r.scope.push({id:s.types.cloneNode(y)});r.set("superClass",s.types.assignmentExpression("=",y,r.node.superClass))}if(f!==0){if(r.isClassExpression()){r.scope.push({id:e});r.replaceWith(s.types.assignmentExpression("=",s.types.cloneNode(e),r.node))}else{if(p==null){r.node.id=e}if(v!=null){r.scope.push({id:w})}}}return r}}}},3713:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});Object.defineProperty(r,"FEATURES",{enumerable:true,get:function(){return c.FEATURES}});Object.defineProperty(r,"buildCheckInRHS",{enumerable:true,get:function(){return n.buildCheckInRHS}});r.createClassFeaturePlugin=createClassFeaturePlugin;Object.defineProperty(r,"enableFeature",{enumerable:true,get:function(){return c.enableFeature}});Object.defineProperty(r,"injectInitialization",{enumerable:true,get:function(){return l.injectInitialization}});var s=t(8304);var a=t(7849);var n=t(4697);var o=t(7009);var i=t(4073);var l=t(5040);var c=t(1409);var d=t(1238);const u="@babel/plugin-class-features/version";function createClassFeaturePlugin({name:e,feature:r,loose:p,manipulateOptions:f,api:y,inherits:g,decoratorVersion:h}){var b;if(r&c.FEATURES.decorators){{if(h==="2023-11"||h==="2023-05"||h==="2023-01"||h==="2022-03"||h==="2021-12"){return(0,o.default)(y,{loose:p},h,g)}}}{y!=null?y:y={assumption:()=>void 0}}const x=y.assumption("setPublicClassFields");const v=y.assumption("privateFieldsAsSymbols");const j=y.assumption("privateFieldsAsProperties");const w=(b=y.assumption("noUninitializedPrivateFieldAccess"))!=null?b:false;const E=y.assumption("constantSuper");const _=y.assumption("noDocumentAll");if(j&&v){throw new Error(`Cannot enable both the "privateFieldsAsProperties" and `+`"privateFieldsAsSymbols" assumptions as the same time.`)}const S=j||v;if(p===true){const r=[];if(x!==undefined){r.push(`"setPublicClassFields"`)}if(j!==undefined){r.push(`"privateFieldsAsProperties"`)}if(v!==undefined){r.push(`"privateFieldsAsSymbols"`)}if(r.length!==0){console.warn(`[${e}]: You are using the "loose: true" option and you are`+` explicitly setting a value for the ${r.join(" and ")}`+` assumption${r.length>1?"s":""}. The "loose" option`+` can cause incompatibilities with the other class features`+` plugins, so it's recommended that you replace it with the`+` following top-level option:\n`+`\t"assumptions": {\n`+`\t\t"setPublicClassFields": true,\n`+`\t\t"privateFieldsAsSymbols": true\n`+`\t}`)}}return{name:e,manipulateOptions:f,inherits:g,pre(e){(0,c.enableFeature)(e,r,p);{if(typeof e.get(u)==="number"){e.set(u,"7.27.0");return}}if(!e.get(u)||a.lt(e.get(u),"7.27.0")){e.set(u,"7.27.0")}},visitor:{Class(e,{file:a}){if(a.get(u)!=="7.27.0")return;if(!(0,c.shouldTransform)(e,a))return;const p=e.isClassDeclaration();if(p)(0,d.assertFieldTransformed)(e);const f=(0,c.isLoose)(a,r);let y;const g=(0,o.hasDecorators)(e.node);const h=[];const b=[];const k=[];const D=new Set;const C=e.get("body");for(const e of C.get("body")){if((e.isClassProperty()||e.isClassMethod())&&e.node.computed){k.push(e)}if(e.isPrivate()){const{name:r}=e.node.key.id;const t=`get ${r}`;const s=`set ${r}`;if(e.isClassPrivateMethod()){if(e.node.kind==="get"){if(D.has(t)||D.has(r)&&!D.has(s)){throw e.buildCodeFrameError("Duplicate private field")}D.add(t).add(r)}else if(e.node.kind==="set"){if(D.has(s)||D.has(r)&&!D.has(t)){throw e.buildCodeFrameError("Duplicate private field")}D.add(s).add(r)}}else{if(D.has(r)&&!D.has(t)&&!D.has(s)||D.has(r)&&(D.has(t)||D.has(s))){throw e.buildCodeFrameError("Duplicate private field")}D.add(r)}}if(e.isClassMethod({kind:"constructor"})){y=e}else{b.push(e);if(e.isProperty()||e.isPrivate()||e.isStaticBlock!=null&&e.isStaticBlock()){h.push(e)}}}{if(!h.length&&!g)return}const P=e.node.id;let I;if(!P||!p){{var A;(A=e.ensureFunctionName)!=null?A:e.ensureFunctionName=t(7369).NodePath.prototype.ensureFunctionName}e.ensureFunctionName(false);I=e.scope.generateUidIdentifier((P==null?void 0:P.name)||"Class")}const O=I!=null?I:s.types.cloneNode(P);const R=(0,n.buildPrivateNamesMap)(O.name,S!=null?S:f,h,a);const F=(0,n.buildPrivateNamesNodes)(R,j!=null?j:f,v!=null?v:false,a);(0,n.transformPrivateNamesUsage)(O,e,R,{privateFieldsAsProperties:S!=null?S:f,noUninitializedPrivateFieldAccess:w,noDocumentAll:_,innerBinding:P},a);let M,N,B,L,q,W,U;{if(g){N=q=M=[];({instanceNodes:B,wrapClass:U}=(0,i.buildDecoratedClass)(O,e,b,a))}else{M=(0,l.extractComputedKeys)(e,k,a);({staticNodes:N,pureStaticNodes:q,instanceNodes:B,lastInstanceNodeReturnsThis:L,classBindingNode:W,wrapClass:U}=(0,n.buildFieldsInitNodes)(I,e.node.superClass,h,R,a,x!=null?x:f,S!=null?S:f,w,E!=null?E:f,P))}}if(B.length>0){(0,l.injectInitialization)(e,y,B,((e,r)=>{{if(g)return}for(const t of h){if(s.types.isStaticBlock!=null&&s.types.isStaticBlock(t.node)||t.node.static)continue;t.traverse(e,r)}}),L)}const V=U(e);V.insertBefore([...F,...M]);if(N.length>0){V.insertAfter(N)}if(q.length>0){V.find((e=>e.isStatement()||e.isDeclaration())).insertAfter(q)}if(W!=null&&p){V.insertAfter(W)}},ExportDefaultDeclaration(e,{file:r}){{if(r.get(u)!=="7.27.0")return;const a=e.get("declaration");if(a.isClassDeclaration()&&(0,o.hasDecorators)(a.node)){if(a.node.id){{var s;(s=e.splitExportDeclaration)!=null?s:e.splitExportDeclaration=t(7369).NodePath.prototype.splitExportDeclaration}e.splitExportDeclaration()}else{a.node.type="ClassExpression"}}}}}}}},5040:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.extractComputedKeys=extractComputedKeys;r.injectInitialization=injectInitialization;r.memoiseComputedKey=memoiseComputedKey;var s=t(8304);var a=t(7369);const n=a.visitors.environmentVisitor({Super(e){const{node:r,parentPath:t}=e;if(t.isCallExpression({callee:r})){this.push(t)}}});const o={"TSTypeAnnotation|TypeAnnotation"(e){e.skip()},ReferencedIdentifier(e,{scope:r}){if(r.hasOwnBinding(e.node.name)){r.rename(e.node.name);e.skip()}}};function handleClassTDZ(e,r){if(r.classBinding&&r.classBinding===e.scope.getBinding(e.node.name)){const t=r.file.addHelper("classNameTDZError");const a=s.types.callExpression(t,[s.types.stringLiteral(e.node.name)]);e.replaceWith(s.types.sequenceExpression([a,e.node]));e.skip()}}const i={ReferencedIdentifier:handleClassTDZ,"TSTypeAnnotation|TypeAnnotation"(e){e.skip()}};function injectInitialization(e,r,t,a,i){if(!t.length)return;const l=!!e.node.superClass;if(!r){const t=s.types.classMethod("constructor",s.types.identifier("constructor"),[],s.types.blockStatement([]));if(l){t.params=[s.types.restElement(s.types.identifier("args"))];t.body.body.push(s.template.statement.ast`super(...args)`)}[r]=e.get("body").unshiftContainer("body",t)}if(a){a(o,{scope:r.scope})}if(l){const e=[];r.traverse(n,e);let a=true;for(const r of e){if(a){a=false}else{t=t.map((e=>s.types.cloneNode(e)))}if(!r.parentPath.isExpressionStatement()){const e=[r.node,...t.map((e=>s.types.toExpression(e)))];if(!i)e.push(s.types.thisExpression());r.replaceWith(s.types.sequenceExpression(e))}else{r.insertAfter(t)}}}else{r.get("body").unshiftContainer("body",t)}}function memoiseComputedKey(e,r,t){const a=s.types.isIdentifier(e)&&r.hasUid(e.name);if(a){return}const n=s.types.isAssignmentExpression(e,{operator:"="})&&s.types.isIdentifier(e.left)&&r.hasUid(e.left.name);if(n){return s.types.cloneNode(e)}else{const a=s.types.identifier(t);r.push({id:a,kind:"let"});return s.types.assignmentExpression("=",s.types.cloneNode(a),e)}}function extractComputedKeys(e,r,t){const{scope:a}=e;const n=[];const o={classBinding:e.node.id&&a.getBinding(e.node.id.name),file:t};for(const e of r){const r=e.get("key");if(r.isReferencedIdentifier()){handleClassTDZ(r,o)}else{r.traverse(i,o)}const t=e.node;if(!r.isConstantExpression()){const e=memoiseComputedKey(r.node,a,a.generateUidBasedOnNode(r.node));if(e){n.push(s.types.expressionStatement(e));t.key=s.types.cloneNode(e.left)}}}return n}},1238:(e,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.assertFieldTransformed=assertFieldTransformed;function assertFieldTransformed(e){if(e.node.declare||false){throw e.buildCodeFrameError(`TypeScript 'declare' fields must first be transformed by `+`@babel/plugin-transform-typescript.\n`+`If you have already enabled that plugin (or '@babel/preset-typescript'), make sure `+`that it runs before any plugin related to additional class features:\n`+` - @babel/plugin-transform-class-properties\n`+` - @babel/plugin-transform-private-methods\n`+` - @babel/plugin-proposal-decorators`)}}},1047:(e,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.FEATURES=void 0;r.enableFeature=enableFeature;r.featuresKey=void 0;r.hasFeature=hasFeature;r.runtimeKey=void 0;const t=r.FEATURES=Object.freeze({unicodeFlag:1<<0,dotAllFlag:1<<1,unicodePropertyEscape:1<<2,namedCaptureGroups:1<<3,unicodeSetsFlag_syntax:1<<4,unicodeSetsFlag:1<<5,duplicateNamedCaptureGroups:1<<6,modifiers:1<<7});const s=r.featuresKey="@babel/plugin-regexp-features/featuresKey";const a=r.runtimeKey="@babel/plugin-regexp-features/runtimeKey";function enableFeature(e,r){return e|r}function hasFeature(e,r){return!!(e&r)}},5436:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.createRegExpFeaturePlugin=createRegExpFeaturePlugin;var s=t(2641);var a=t(8304);var n=t(344);var o=t(7849);var i=t(1047);var l=t(7783);const c="@babel/plugin-regexp-features/version";function createRegExpFeaturePlugin({name:e,feature:r,options:t={},manipulateOptions:d=(()=>{})}){return{name:e,manipulateOptions:d,pre(){var e;const{file:s}=this;const a=(e=s.get(i.featuresKey))!=null?e:0;let n=(0,i.enableFeature)(a,i.FEATURES[r]);const{useUnicodeFlag:l,runtime:d}=t;if(l===false){n=(0,i.enableFeature)(n,i.FEATURES.unicodeFlag)}if(n!==a){s.set(i.featuresKey,n)}if(d!==undefined){if(s.has(i.runtimeKey)&&s.get(i.runtimeKey)!==d&&(0,i.hasFeature)(n,i.FEATURES.duplicateNamedCaptureGroups)){throw new Error(`The 'runtime' option must be the same for `+`'@babel/plugin-transform-named-capturing-groups-regex' and `+`'@babel/plugin-transform-duplicate-named-capturing-groups-regex'.`)}if(r==="namedCaptureGroups"){if(!d||!s.has(i.runtimeKey))s.set(i.runtimeKey,d)}else{s.set(i.runtimeKey,d)}}{if(typeof s.get(c)==="number"){s.set(c,"7.27.0");return}}if(!s.get(c)||o.lt(s.get(c),"7.27.0")){s.set(c,"7.27.0")}},visitor:{RegExpLiteral(e){var r;const{node:t}=e;const{file:o}=this;const c=o.get(i.featuresKey);const d=(r=o.get(i.runtimeKey))!=null?r:true;const u=(0,l.generateRegexpuOptions)(t.pattern,c);if((0,l.canSkipRegexpu)(t,u)){return}const p={__proto__:null};if(u.namedGroups==="transform"){u.onNamedGroup=(e,r)=>{const t=p[e];if(typeof t==="number"){p[e]=[t,r]}else if(Array.isArray(t)){t.push(r)}else{p[e]=r}}}let f;if(u.modifiers==="transform"){u.onNewFlags=e=>{f=e}}t.pattern=s(t.pattern,t.flags,u);if(u.namedGroups==="transform"&&Object.keys(p).length>0&&d&&!isRegExpTest(e)){const r=a.types.callExpression(this.addHelper("wrapRegExp"),[t,a.types.valueToNode(p)]);(0,n.default)(r);e.replaceWith(r)}t.flags=(0,l.transformFlags)(u,f!=null?f:t.flags)}}}}function isRegExpTest(e){return e.parentPath.isMemberExpression({object:e.node,computed:false})&&e.parentPath.get("property").isIdentifier({name:"test"})}},7783:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.canSkipRegexpu=canSkipRegexpu;r.generateRegexpuOptions=generateRegexpuOptions;r.transformFlags=transformFlags;var s=t(1047);function generateRegexpuOptions(e,r){const feat=e=>(0,s.hasFeature)(r,s.FEATURES[e])?"transform":false;const featDuplicateNamedGroups=()=>{if(!feat("duplicateNamedCaptureGroups"))return false;const r=/\(\?<([^>]+)(>|$)/g;const t=new Set;for(let s;(s=r.exec(e))&&s[2];t.add(s[1])){if(t.has(s[1]))return"transform"}return false};return{unicodeFlag:feat("unicodeFlag"),unicodeSetsFlag:feat("unicodeSetsFlag"),dotAllFlag:feat("dotAllFlag"),unicodePropertyEscapes:feat("unicodePropertyEscape"),namedGroups:feat("namedCaptureGroups")||featDuplicateNamedGroups(),onNamedGroup:()=>{},modifiers:feat("modifiers")}}function canSkipRegexpu(e,r){const{flags:t,pattern:s}=e;if(t.includes("v")){if(r.unicodeSetsFlag==="transform")return false}if(t.includes("u")){if(r.unicodeFlag==="transform")return false;if(r.unicodePropertyEscapes==="transform"&&/\\p\{/i.test(s)){return false}}if(t.includes("s")){if(r.dotAllFlag==="transform")return false}if(r.namedGroups==="transform"&&/\(\?<(?![=!])/.test(s)){return false}if(r.modifiers==="transform"&&/\(\?[\w-]+:/.test(s)){return false}return true}function transformFlags(e,r){if(e.unicodeSetsFlag==="transform"){r=r.replace("v","u")}if(e.unicodeFlag==="transform"){r=r.replace("u","")}if(e.dotAllFlag==="transform"){r=r.replace("s","")}return r}},3034:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});var s=t(8622);function _interopNamespace(e){if(e&&e.__esModule)return e;var r=Object.create(null);if(e){Object.keys(e).forEach((function(t){if(t!=="default"){var s=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,s.get?s:{enumerable:true,get:function(){return e[t]}})}}))}r.default=e;return Object.freeze(r)}var a=_interopNamespace(s);function willPathCastToBoolean(e){const r=e;const{node:t,parentPath:s}=r;if(s.isLogicalExpression()){const{operator:e,right:r}=s.node;if(e==="&&"||e==="||"||e==="??"&&t===r){return willPathCastToBoolean(s)}}if(s.isSequenceExpression()){const{expressions:e}=s.node;if(e[e.length-1]===t){return willPathCastToBoolean(s)}else{return true}}return s.isConditional({test:t})||s.isUnaryExpression({operator:"!"})||s.isLoop({test:t})}const{LOGICAL_OPERATORS:n,arrowFunctionExpression:o,assignmentExpression:i,binaryExpression:l,booleanLiteral:c,callExpression:d,cloneNode:u,conditionalExpression:p,identifier:f,isMemberExpression:y,isOptionalCallExpression:g,isOptionalMemberExpression:h,isUpdateExpression:b,logicalExpression:x,memberExpression:v,nullLiteral:j,optionalCallExpression:w,optionalMemberExpression:E,sequenceExpression:_,updateExpression:S}=a;class AssignmentMemoiser{constructor(){this._map=void 0;this._map=new WeakMap}has(e){return this._map.has(e)}get(e){if(!this.has(e))return;const r=this._map.get(e);const{value:t}=r;r.count--;if(r.count===0){return i("=",t,e)}return t}set(e,r,t){return this._map.set(e,{count:t,value:r})}}function toNonOptional(e,r){const{node:t}=e;if(h(t)){return v(r,t.property,t.computed)}if(e.isOptionalCallExpression()){const t=e.get("callee");if(e.node.optional&&t.isOptionalMemberExpression()){const s=t.node.object;const a=e.scope.maybeGenerateMemoised(s);t.get("object").replaceWith(i("=",a,s));return d(v(r,f("call")),[a,...e.node.arguments])}return d(r,e.node.arguments)}return e.node}function isInDetachedTree(e){while(e){if(e.isProgram())break;const{parentPath:r,container:t,listKey:s}=e;const a=r.node;if(s){if(t!==a[s]){return true}}else{if(t!==a)return true}e=r}return false}const k={memoise(){},handle(e,r){const{node:t,parent:s,parentPath:a,scope:n}=e;if(e.isOptionalMemberExpression()){if(isInDetachedTree(e))return;const b=e.find((({node:r,parent:t})=>{if(h(t)){return t.optional||t.object!==r}if(g(t)){return r!==e.node&&t.optional||t.callee!==r}return true}));if(n.path.isPattern()){b.replaceWith(d(o([],b.node),[]));return}const v=willPathCastToBoolean(b);const _=b.parentPath;if(_.isUpdateExpression({argument:t})){throw e.buildCodeFrameError(`can't handle update expression`)}const S=_.isAssignmentExpression({left:b.node});const k=_.isUnaryExpression({operator:"delete"});if(k&&b.isOptionalMemberExpression()&&b.get("property").isPrivateName()){throw e.buildCodeFrameError(`can't delete a private class element`)}let D=e;for(;;){if(D.isOptionalMemberExpression()){if(D.node.optional)break;D=D.get("object");continue}else if(D.isOptionalCallExpression()){if(D.node.optional)break;D=D.get("callee");continue}throw new Error(`Internal error: unexpected ${D.node.type}`)}const C=D.isOptionalMemberExpression()?D.node.object:D.node.callee;const P=n.maybeGenerateMemoised(C);const I=P!=null?P:C;const A=a.isOptionalCallExpression({callee:t});const isOptionalCall=e=>A;const O=a.isCallExpression({callee:t});D.replaceWith(toNonOptional(D,I));if(isOptionalCall()){if(s.optional){a.replaceWith(this.optionalCall(e,s.arguments))}else{a.replaceWith(this.call(e,s.arguments))}}else if(O){e.replaceWith(this.boundGet(e))}else if(this.delete&&a.isUnaryExpression({operator:"delete"})){a.replaceWith(this.delete(e))}else if(a.isAssignmentExpression()){handleAssignment(this,e,a)}else{e.replaceWith(this.get(e))}let R=e.node;for(let r=e;r!==b;){const e=r.parentPath;if(e===b&&isOptionalCall()&&s.optional){R=e.node;break}R=toNonOptional(e,R);r=e}let F;const M=b.parentPath;if(y(R)&&M.isOptionalCallExpression({callee:b.node,optional:true})){const{object:r}=R;F=e.scope.maybeGenerateMemoised(r);if(F){R.object=i("=",F,r)}}let N=b;if(k||S){N=M;R=M.node}const B=P?i("=",u(I),u(C)):u(I);if(v){let e;if(r){e=l("!=",B,j())}else{e=x("&&",l("!==",B,j()),l("!==",u(I),n.buildUndefinedNode()))}N.replaceWith(x("&&",e,R))}else{let e;if(r){e=l("==",B,j())}else{e=x("||",l("===",B,j()),l("===",u(I),n.buildUndefinedNode()))}N.replaceWith(p(e,k?c(true):n.buildUndefinedNode(),R))}if(F){const e=M.node;M.replaceWith(w(E(e.callee,f("call"),false,true),[u(F),...e.arguments],false))}return}if(b(s,{argument:t})){if(this.simpleSet){e.replaceWith(this.simpleSet(e));return}const{operator:r,prefix:o}=s;this.memoise(e,2);const l=n.generateUidIdentifierBasedOnNode(t);n.push({id:l});const c=[i("=",u(l),this.get(e))];if(o){c.push(S(r,u(l),o));const t=_(c);a.replaceWith(this.set(e,t));return}else{const s=n.generateUidIdentifierBasedOnNode(t);n.push({id:s});c.push(i("=",u(s),S(r,u(l),o)),u(l));const d=_(c);a.replaceWith(_([this.set(e,d),u(s)]));return}}if(a.isAssignmentExpression({left:t})){handleAssignment(this,e,a);return}if(a.isCallExpression({callee:t})){a.replaceWith(this.call(e,a.node.arguments));return}if(a.isOptionalCallExpression({callee:t})){if(n.path.isPattern()){a.replaceWith(d(o([],a.node),[]));return}a.replaceWith(this.optionalCall(e,a.node.arguments));return}if(this.delete&&a.isUnaryExpression({operator:"delete"})){a.replaceWith(this.delete(e));return}if(a.isForXStatement({left:t})||a.isObjectProperty({value:t})&&a.parentPath.isObjectPattern()||a.isAssignmentPattern({left:t})&&a.parentPath.isObjectProperty({value:s})&&a.parentPath.parentPath.isObjectPattern()||a.isArrayPattern()||a.isAssignmentPattern({left:t})&&a.parentPath.isArrayPattern()||a.isRestElement()){e.replaceWith(this.destructureSet(e));return}if(a.isTaggedTemplateExpression()){e.replaceWith(this.boundGet(e))}else{e.replaceWith(this.get(e))}}};function handleAssignment(e,r,t){if(e.simpleSet){r.replaceWith(e.simpleSet(r));return}const{operator:s,right:a}=t.node;if(s==="="){t.replaceWith(e.set(r,a))}else{const o=s.slice(0,-1);if(n.includes(o)){e.memoise(r,1);t.replaceWith(x(o,e.get(r),e.set(r,a)))}else{e.memoise(r,2);t.replaceWith(e.set(r,l(o,e.get(r),a)))}}}function memberExpressionToFunctions(e,r,t){e.traverse(r,Object.assign({},k,t,{memoiser:new AssignmentMemoiser}))}r["default"]=memberExpressionToFunctions},8e3:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(9491);var a=t(8622);const{callExpression:n,cloneNode:o,expressionStatement:i,identifier:l,importDeclaration:c,importDefaultSpecifier:d,importNamespaceSpecifier:u,importSpecifier:p,memberExpression:f,stringLiteral:y,variableDeclaration:g,variableDeclarator:h}=a;class ImportBuilder{constructor(e,r,t){this._statements=[];this._resultName=null;this._importedSource=void 0;this._scope=r;this._hub=t;this._importedSource=e}done(){return{statements:this._statements,resultName:this._resultName}}import(){this._statements.push(c([],y(this._importedSource)));return this}require(){this._statements.push(i(n(l("require"),[y(this._importedSource)])));return this}namespace(e="namespace"){const r=this._scope.generateUidIdentifier(e);const t=this._statements[this._statements.length-1];s(t.type==="ImportDeclaration");s(t.specifiers.length===0);t.specifiers=[u(r)];this._resultName=o(r);return this}default(e){const r=this._scope.generateUidIdentifier(e);const t=this._statements[this._statements.length-1];s(t.type==="ImportDeclaration");s(t.specifiers.length===0);t.specifiers=[d(r)];this._resultName=o(r);return this}named(e,r){if(r==="default")return this.default(e);const t=this._scope.generateUidIdentifier(e);const a=this._statements[this._statements.length-1];s(a.type==="ImportDeclaration");s(a.specifiers.length===0);a.specifiers=[p(t,l(r))];this._resultName=o(t);return this}var(e){const r=this._scope.generateUidIdentifier(e);let t=this._statements[this._statements.length-1];if(t.type!=="ExpressionStatement"){s(this._resultName);t=i(this._resultName);this._statements.push(t)}this._statements[this._statements.length-1]=g("var",[h(r,t.expression)]);this._resultName=o(r);return this}defaultInterop(){return this._interop(this._hub.addHelper("interopRequireDefault"))}wildcardInterop(){return this._interop(this._hub.addHelper("interopRequireWildcard"))}_interop(e){const r=this._statements[this._statements.length-1];if(r.type==="ExpressionStatement"){r.expression=n(e,[r.expression])}else if(r.type==="VariableDeclaration"){s(r.declarations.length===1);r.declarations[0].init=n(e,[r.declarations[0].init])}else{s.fail("Unexpected type.")}return this}prop(e){const r=this._statements[this._statements.length-1];if(r.type==="ExpressionStatement"){r.expression=f(r.expression,l(e))}else if(r.type==="VariableDeclaration"){s(r.declarations.length===1);r.declarations[0].init=f(r.declarations[0].init,l(e))}else{s.fail("Unexpected type:"+r.type)}return this}read(e){this._resultName=f(this._resultName,l(e))}}r["default"]=ImportBuilder},2246:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(9491);var a=t(8622);var n=t(8e3);var o=t(2488);const{identifier:i,importSpecifier:l,numericLiteral:c,sequenceExpression:d,isImportDeclaration:u}=a;class ImportInjector{constructor(e,r,t){this._defaultOpts={importedSource:null,importedType:"commonjs",importedInterop:"babel",importingInterop:"babel",ensureLiveReference:false,ensureNoContext:false,importPosition:"before"};const s=e.find((e=>e.isProgram()));this._programPath=s;this._programScope=s.scope;this._hub=s.hub;this._defaultOpts=this._applyDefaults(r,t,true)}addDefault(e,r){return this.addNamed("default",e,r)}addNamed(e,r,t){s(typeof e==="string");return this._generateImport(this._applyDefaults(r,t),e)}addNamespace(e,r){return this._generateImport(this._applyDefaults(e,r),null)}addSideEffect(e,r){return this._generateImport(this._applyDefaults(e,r),void 0)}_applyDefaults(e,r,t=false){let a;if(typeof e==="string"){a=Object.assign({},this._defaultOpts,{importedSource:e},r)}else{s(!r,"Unexpected secondary arguments.");a=Object.assign({},this._defaultOpts,e)}if(!t&&r){if(r.nameHint!==undefined)a.nameHint=r.nameHint;if(r.blockHoist!==undefined)a.blockHoist=r.blockHoist}return a}_generateImport(e,r){const t=r==="default";const s=!!r&&!t;const a=r===null;const{importedSource:i,importedType:l,importedInterop:u,importingInterop:p,ensureLiveReference:f,ensureNoContext:y,nameHint:g,importPosition:h,blockHoist:b}=e;let x=g||r;const v=(0,o.default)(this._programPath);const j=v&&p==="node";const w=v&&p==="babel";if(h==="after"&&!v){throw new Error(`"importPosition": "after" is only supported in modules`)}const E=new n.default(i,this._programScope,this._hub);if(l==="es6"){if(!j&&!w){throw new Error("Cannot import an ES6 module from CommonJS")}E.import();if(a){E.namespace(g||i)}else if(t||s){E.named(x,r)}}else if(l!=="commonjs"){throw new Error(`Unexpected interopType "${l}"`)}else if(u==="babel"){if(j){x=x!=="default"?x:i;const e=`${i}$es6Default`;E.import();if(a){E.default(e).var(x||i).wildcardInterop()}else if(t){if(f){E.default(e).var(x||i).defaultInterop().read("default")}else{E.default(e).var(x).defaultInterop().prop(r)}}else if(s){E.default(e).read(r)}}else if(w){E.import();if(a){E.namespace(x||i)}else if(t||s){E.named(x,r)}}else{E.require();if(a){E.var(x||i).wildcardInterop()}else if((t||s)&&f){if(t){x=x!=="default"?x:i;E.var(x).read(r);E.defaultInterop()}else{E.var(i).read(r)}}else if(t){E.var(x).defaultInterop().prop(r)}else if(s){E.var(x).prop(r)}}}else if(u==="compiled"){if(j){E.import();if(a){E.default(x||i)}else if(t||s){E.default(i).read(x)}}else if(w){E.import();if(a){E.namespace(x||i)}else if(t||s){E.named(x,r)}}else{E.require();if(a){E.var(x||i)}else if(t||s){if(f){E.var(i).read(x)}else{E.prop(r).var(x)}}}}else if(u==="uncompiled"){if(t&&f){throw new Error("No live reference for commonjs default")}if(j){E.import();if(a){E.default(x||i)}else if(t){E.default(x)}else if(s){E.default(i).read(x)}}else if(w){E.import();if(a){E.default(x||i)}else if(t){E.default(x)}else if(s){E.named(x,r)}}else{E.require();if(a){E.var(x||i)}else if(t){E.var(x)}else if(s){if(f){E.var(i).read(x)}else{E.var(x).prop(r)}}}}else{throw new Error(`Unknown importedInterop "${u}".`)}const{statements:_,resultName:S}=E.done();this._insertStatements(_,h,b);if((t||s)&&y&&S.type!=="Identifier"){return d([c(0),S])}return S}_insertStatements(e,r="before",t=3){if(r==="after"){if(this._insertStatementsAfter(e))return}else{if(this._insertStatementsBefore(e,t))return}this._programPath.unshiftContainer("body",e)}_insertStatementsBefore(e,r){if(e.length===1&&u(e[0])&&isValueImport(e[0])){const r=this._programPath.get("body").find((e=>e.isImportDeclaration()&&isValueImport(e.node)));if((r==null?void 0:r.node.source.value)===e[0].source.value&&maybeAppendImportSpecifiers(r.node,e[0])){return true}}e.forEach((e=>{e._blockHoist=r}));const t=this._programPath.get("body").find((e=>{const r=e.node._blockHoist;return Number.isFinite(r)&&r<4}));if(t){t.insertBefore(e);return true}return false}_insertStatementsAfter(e){const r=new Set(e);const t=new Map;for(const r of e){if(u(r)&&isValueImport(r)){const e=r.source.value;if(!t.has(e))t.set(e,[]);t.get(e).push(r)}}let s=null;for(const e of this._programPath.get("body")){if(e.isImportDeclaration()&&isValueImport(e.node)){s=e;const a=e.node.source.value;const n=t.get(a);if(!n)continue;for(const t of n){if(!r.has(t))continue;if(maybeAppendImportSpecifiers(e.node,t)){r.delete(t)}}}}if(r.size===0)return true;if(s)s.insertAfter(Array.from(r));return!!s}}r["default"]=ImportInjector;function isValueImport(e){return e.importKind!=="type"&&e.importKind!=="typeof"}function hasNamespaceImport(e){return e.specifiers.length===1&&e.specifiers[0].type==="ImportNamespaceSpecifier"||e.specifiers.length===2&&e.specifiers[1].type==="ImportNamespaceSpecifier"}function hasDefaultImport(e){return e.specifiers.length>0&&e.specifiers[0].type==="ImportDefaultSpecifier"}function maybeAppendImportSpecifiers(e,r){if(!e.specifiers.length){e.specifiers=r.specifiers;return true}if(!r.specifiers.length)return true;if(hasNamespaceImport(e)||hasNamespaceImport(r))return false;if(hasDefaultImport(r)){if(hasDefaultImport(e)){r.specifiers[0]=l(r.specifiers[0].local,i("default"))}else{e.specifiers.unshift(r.specifiers.shift())}}e.specifiers.push(...r.specifiers);return true}},4414:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});Object.defineProperty(r,"ImportInjector",{enumerable:true,get:function(){return s.default}});r.addDefault=addDefault;r.addNamed=addNamed;r.addNamespace=addNamespace;r.addSideEffect=addSideEffect;Object.defineProperty(r,"isModule",{enumerable:true,get:function(){return a.default}});var s=t(2246);var a=t(2488);function addDefault(e,r,t){return new s.default(e).addDefault(r,t)}function addNamed(e,r,t,a){return new s.default(e).addNamed(r,t,a)}function addNamespace(e,r,t){return new s.default(e).addNamespace(r,t)}function addSideEffect(e,r,t){return new s.default(e).addSideEffect(r,t)}},2488:(e,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=isModule;function isModule(e){return e.node.sourceType==="module"}},3747:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.buildDynamicImport=buildDynamicImport;var s=t(8304);{r.getDynamicImportSource=function getDynamicImportSource(e){const[r]=e.arguments;return s.types.isStringLiteral(r)||s.types.isTemplateLiteral(r)?r:s.template.expression.ast`\`\${${r}}\``}}function buildDynamicImport(e,r,t,a){const n=s.types.isCallExpression(e)?e.arguments[0]:e.source;if(s.types.isStringLiteral(n)||s.types.isTemplateLiteral(n)&&n.quasis.length===0){if(r){return s.template.expression.ast`
Promise.resolve().then(() => ${a(n)})
`}else return a(n)}const o=s.types.isTemplateLiteral(n)?s.types.identifier("specifier"):s.types.templateLiteral([s.types.templateElement({raw:""}),s.types.templateElement({raw:""})],[s.types.identifier("specifier")]);if(r){return s.template.expression.ast`
(specifier =>
new Promise(r => r(${o}))
.then(s => ${a(s.types.identifier("s"))})
)(${n})
`}else if(t){return s.template.expression.ast`
(specifier =>
new Promise(r => r(${a(o)}))
)(${n})
`}else{return s.template.expression.ast`
(specifier => ${a(o)})(${n})
`}}},7857:(e,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=getModuleName;{const e=getModuleName;r["default"]=getModuleName=function getModuleName(r,t){var s,a,n,o;return e(r,{moduleId:(s=t.moduleId)!=null?s:r.moduleId,moduleIds:(a=t.moduleIds)!=null?a:r.moduleIds,getModuleId:(n=t.getModuleId)!=null?n:r.getModuleId,moduleRoot:(o=t.moduleRoot)!=null?o:r.moduleRoot})}}function getModuleName(e,r){const{filename:t,filenameRelative:s=t,sourceRoot:a=r.moduleRoot}=e;const{moduleId:n,moduleIds:o=!!n,getModuleId:i,moduleRoot:l=a}=r;if(!o)return null;if(n!=null&&!i){return n}let c=l!=null?l+"/":"";if(s){const e=a!=null?new RegExp("^"+a+"/?"):"";c+=s.replace(e,"").replace(/\.\w*$/,"")}c=c.replace(/\\/g,"/");if(i){return i(c)||c}else{return c}}},9460:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});Object.defineProperty(r,"buildDynamicImport",{enumerable:true,get:function(){return d.buildDynamicImport}});r.buildNamespaceInitStatements=buildNamespaceInitStatements;r.ensureStatementsHoisted=ensureStatementsHoisted;Object.defineProperty(r,"getModuleName",{enumerable:true,get:function(){return u.default}});Object.defineProperty(r,"hasExports",{enumerable:true,get:function(){return l.hasExports}});Object.defineProperty(r,"isModule",{enumerable:true,get:function(){return n.isModule}});Object.defineProperty(r,"isSideEffectImport",{enumerable:true,get:function(){return l.isSideEffectImport}});r.rewriteModuleStatementsAndPrepareHeader=rewriteModuleStatementsAndPrepareHeader;Object.defineProperty(r,"rewriteThis",{enumerable:true,get:function(){return o.default}});r.wrapInterop=wrapInterop;var s=t(9491);var a=t(8304);var n=t(4414);var o=t(6348);var i=t(2984);var l=t(8800);var c=t(1219);var d=t(3747);var u=t(7857);{r.getDynamicImportSource=t(3747).getDynamicImportSource}function rewriteModuleStatementsAndPrepareHeader(e,{exportName:r,strict:t,allowTopLevelThis:d,strictMode:u,noInterop:p,importInterop:f=(p?"none":"babel"),lazy:y,getWrapperPayload:g=c.toGetWrapperPayload(y!=null?y:false),wrapReference:h=c.wrapReference,esNamespaceOnly:b,filename:x,constantReexports:v=arguments[1].loose,enumerableModuleMeta:j=arguments[1].loose,noIncompleteNsImportDetection:w}){(0,l.validateImportInteropOption)(f);s((0,n.isModule)(e),"Cannot process module statements in a script");e.node.sourceType="script";const E=(0,l.default)(e,r,{importInterop:f,initializeReexports:v,getWrapperPayload:g,esNamespaceOnly:b,filename:x});if(!d){(0,o.default)(e)}(0,i.default)(e,E,h);if(u!==false){const r=e.node.directives.some((e=>e.value.value==="use strict"));if(!r){e.unshiftContainer("directives",a.types.directive(a.types.directiveLiteral("use strict")))}}const _=[];if((0,l.hasExports)(E)&&!t){_.push(buildESModuleHeader(E,j))}const S=buildExportNameListDeclaration(e,E);if(S){E.exportNameListName=S.name;_.push(S.statement)}_.push(...buildExportInitializationStatements(e,E,h,v,w));return{meta:E,headers:_}}function ensureStatementsHoisted(e){e.forEach((e=>{e._blockHoist=3}))}function wrapInterop(e,r,t){if(t==="none"){return null}if(t==="node-namespace"){return a.types.callExpression(e.hub.addHelper("interopRequireWildcard"),[r,a.types.booleanLiteral(true)])}else if(t==="node-default"){return null}let s;if(t==="default"){s="interopRequireDefault"}else if(t==="namespace"){s="interopRequireWildcard"}else{throw new Error(`Unknown interop: ${t}`)}return a.types.callExpression(e.hub.addHelper(s),[r])}function buildNamespaceInitStatements(e,r,t=false,s=c.wrapReference){var n;const o=[];const i=a.types.identifier(r.name);for(const e of r.importsNamespace){if(e===r.name)continue;o.push(a.template.statement`var NAME = SOURCE;`({NAME:e,SOURCE:a.types.cloneNode(i)}))}const l=(n=s(i,r.wrap))!=null?n:i;if(t){o.push(...buildReexportsFromMeta(e,r,true,s))}for(const t of r.reexportNamespace){o.push((!a.types.isIdentifier(l)?a.template.statement`
Object.defineProperty(EXPORTS, "NAME", {
enumerable: true,
get: function() {
return NAMESPACE;
}
});
`:a.template.statement`EXPORTS.NAME = NAMESPACE;`)({EXPORTS:e.exportName,NAME:t,NAMESPACE:a.types.cloneNode(l)}))}if(r.reexportAll){const s=buildNamespaceReexport(e,a.types.cloneNode(l),t);s.loc=r.reexportAll.loc;o.push(s)}return o}const p={constant:({exports:e,exportName:r,namespaceImport:t})=>a.template.statement.ast`
${e}.${r} = ${t};
`,constantComputed:({exports:e,exportName:r,namespaceImport:t})=>a.template.statement.ast`
${e}["${r}"] = ${t};
`,spec:({exports:e,exportName:r,namespaceImport:t})=>a.template.statement.ast`
Object.defineProperty(${e}, "${r}", {
enumerable: true,
get: function() {
return ${t};
},
});
`};function buildReexportsFromMeta(e,r,t,s){var n;let o=a.types.identifier(r.name);o=(n=s(o,r.wrap))!=null?n:o;const{stringSpecifiers:i}=e;return Array.from(r.reexports,(([s,n])=>{let l=a.types.cloneNode(o);if(n==="default"&&r.interop==="node-default"){}else if(i.has(n)){l=a.types.memberExpression(l,a.types.stringLiteral(n),true)}else{l=a.types.memberExpression(l,a.types.identifier(n))}const c={exports:e.exportName,exportName:s,namespaceImport:l};if(t||a.types.isIdentifier(l)){if(i.has(s)){return p.constantComputed(c)}else{return p.constant(c)}}else{return p.spec(c)}}))}function buildESModuleHeader(e,r=false){return(r?a.template.statement`
EXPORTS.__esModule = true;
`:a.template.statement`
Object.defineProperty(EXPORTS, "__esModule", {
value: true,
});
`)({EXPORTS:e.exportName})}function buildNamespaceReexport(e,r,t){return(t?a.template.statement`
Object.keys(NAMESPACE).forEach(function(key) {
if (key === "default" || key === "__esModule") return;
VERIFY_NAME_LIST;
if (key in EXPORTS && EXPORTS[key] === NAMESPACE[key]) return;
EXPORTS[key] = NAMESPACE[key];
});
`:a.template.statement`
Object.keys(NAMESPACE).forEach(function(key) {
if (key === "default" || key === "__esModule") return;
VERIFY_NAME_LIST;
if (key in EXPORTS && EXPORTS[key] === NAMESPACE[key]) return;
Object.defineProperty(EXPORTS, key, {
enumerable: true,
get: function() {
return NAMESPACE[key];
},
});
});
`)({NAMESPACE:r,EXPORTS:e.exportName,VERIFY_NAME_LIST:e.exportNameListName?(0,a.template)`
if (Object.prototype.hasOwnProperty.call(EXPORTS_LIST, key)) return;
`({EXPORTS_LIST:e.exportNameListName}):null})}function buildExportNameListDeclaration(e,r){const t=Object.create(null);for(const e of r.local.values()){for(const r of e.names){t[r]=true}}let s=false;for(const e of r.source.values()){for(const r of e.reexports.keys()){t[r]=true}for(const r of e.reexportNamespace){t[r]=true}s=s||!!e.reexportAll}if(!s||Object.keys(t).length===0)return null;const n=e.scope.generateUidIdentifier("exportNames");delete t.default;return{name:n.name,statement:a.types.variableDeclaration("var",[a.types.variableDeclarator(n,a.types.valueToNode(t))])}}function buildExportInitializationStatements(e,r,t,s=false,n=false){const o=[];for(const[e,t]of r.local){if(t.kind==="import"){}else if(t.kind==="hoisted"){o.push([t.names[0],buildInitStatement(r,t.names,a.types.identifier(e))])}else if(!n){for(const e of t.names){o.push([e,null])}}}for(const e of r.source.values()){if(!s){const s=buildReexportsFromMeta(r,e,false,t);const a=[...e.reexports.keys()];for(let e=0;e<s.length;e++){o.push([a[e],s[e]])}}if(!n){for(const r of e.reexportNamespace){o.push([r,null])}}}o.sort((([e],[r])=>{if(e<r)return-1;if(r<e)return 1;return 0}));const i=[];if(n){for(const[,e]of o){i.push(e)}}else{const t=100;for(let s=0;s<o.length;s+=t){let a=[];for(let n=0;n<t&&s+n<o.length;n++){const[t,l]=o[s+n];if(l!==null){if(a.length>0){i.push(buildInitStatement(r,a,e.scope.buildUndefinedNode()));a=[]}i.push(l)}else{a.push(t)}}if(a.length>0){i.push(buildInitStatement(r,a,e.scope.buildUndefinedNode()))}}}return i}const f={computed:({exports:e,name:r,value:t})=>a.template.expression.ast`${e}["${r}"] = ${t}`,default:({exports:e,name:r,value:t})=>a.template.expression.ast`${e}.${r} = ${t}`,define:({exports:e,name:r,value:t})=>a.template.expression.ast`
Object.defineProperty(${e}, "${r}", {
enumerable: true,
value: void 0,
writable: true
})["${r}"] = ${t}`};function buildInitStatement(e,r,t){const{stringSpecifiers:s,exportName:n}=e;return a.types.expressionStatement(r.reduce(((e,r)=>{const t={exports:n,name:r,value:e};if(r==="__proto__"){return f.define(t)}if(s.has(r)){return f.computed(t)}return f.default(t)}),t))}},1219:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.toGetWrapperPayload=toGetWrapperPayload;r.wrapReference=wrapReference;var s=t(8304);var a=t(8800);function toGetWrapperPayload(e){return(r,t)=>{if(e===false)return null;if((0,a.isSideEffectImport)(t)||t.reexportAll)return null;if(e===true){return r.includes(".")?null:"lazy"}if(Array.isArray(e)){return!e.includes(r)?null:"lazy"}if(typeof e==="function"){return e(r)?"lazy":null}throw new Error(`.lazy must be a boolean, string array, or function`)}}function wrapReference(e,r){if(r==="lazy")return s.types.callExpression(e,[]);return null}},8800:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=normalizeModuleAndLoadMetadata;r.hasExports=hasExports;r.isSideEffectImport=isSideEffectImport;r.validateImportInteropOption=validateImportInteropOption;var s=t(1017);var a=t(974);function hasExports(e){return e.hasExports}function isSideEffectImport(e){return e.imports.size===0&&e.importsNamespace.size===0&&e.reexports.size===0&&e.reexportNamespace.size===0&&!e.reexportAll}function validateImportInteropOption(e){if(typeof e!=="function"&&e!=="none"&&e!=="babel"&&e!=="node"){throw new Error(`.importInterop must be one of "none", "babel", "node", or a function returning one of those values (received ${e}).`)}return e}function resolveImportInterop(e,r,t){if(typeof e==="function"){return validateImportInteropOption(e(r,t))}return e}function normalizeModuleAndLoadMetadata(e,r,{importInterop:t,initializeReexports:s=false,getWrapperPayload:a,esNamespaceOnly:n=false,filename:o}){if(!r){r=e.scope.generateUidIdentifier("exports").name}const i=new Set;nameAnonymousExports(e);const{local:l,sources:c,hasExports:d}=getModuleMetadata(e,{initializeReexports:s,getWrapperPayload:a},i);removeImportExportDeclarations(e);for(const[e,r]of c){const{importsNamespace:s,imports:a}=r;if(s.size>0&&a.size===0){const[e]=s;r.name=e}const i=resolveImportInterop(t,e,o);if(i==="none"){r.interop="none"}else if(i==="node"&&r.interop==="namespace"){r.interop="node-namespace"}else if(i==="node"&&r.interop==="default"){r.interop="node-default"}else if(n&&r.interop==="namespace"){r.interop="default"}}return{exportName:r,exportNameListName:null,hasExports:d,local:l,source:c,stringSpecifiers:i}}function getExportSpecifierName(e,r){if(e.isIdentifier()){return e.node.name}else if(e.isStringLiteral()){const t=e.node.value;if(!(0,a.isIdentifierName)(t)){r.add(t)}return t}else{throw new Error(`Expected export specifier to be either Identifier or StringLiteral, got ${e.node.type}`)}}function assertExportSpecifier(e){if(e.isExportSpecifier()){return}else if(e.isExportNamespaceSpecifier()){throw e.buildCodeFrameError("Export namespace should be first transformed by `@babel/plugin-transform-export-namespace-from`.")}else{throw e.buildCodeFrameError("Unexpected export specifier type")}}function getModuleMetadata(e,{getWrapperPayload:r,initializeReexports:t},a){const n=getLocalExportMetadata(e,t,a);const o=new Map;const i=new Map;const getData=(r,t)=>{const a=r.value;let n=i.get(a);if(!n){n={name:e.scope.generateUidIdentifier((0,s.basename)(a,(0,s.extname)(a))).name,interop:"none",loc:null,imports:new Map,importsNamespace:new Set,reexports:new Map,reexportNamespace:new Set,reexportAll:null,wrap:null,get lazy(){return this.wrap==="lazy"},referenced:false};i.set(a,n);o.set(a,[t])}else{o.get(a).push(t)}return n};let l=false;e.get("body").forEach((e=>{if(e.isImportDeclaration()){const r=getData(e.node.source,e.node);if(!r.loc)r.loc=e.node.loc;e.get("specifiers").forEach((e=>{if(e.isImportDefaultSpecifier()){const t=e.get("local").node.name;r.imports.set(t,"default");const s=n.get(t);if(s){n.delete(t);s.names.forEach((e=>{r.reexports.set(e,"default")}));r.referenced=true}}else if(e.isImportNamespaceSpecifier()){const t=e.get("local").node.name;r.importsNamespace.add(t);const s=n.get(t);if(s){n.delete(t);s.names.forEach((e=>{r.reexportNamespace.add(e)}));r.referenced=true}}else if(e.isImportSpecifier()){const t=getExportSpecifierName(e.get("imported"),a);const s=e.get("local").node.name;r.imports.set(s,t);const o=n.get(s);if(o){n.delete(s);o.names.forEach((e=>{r.reexports.set(e,t)}));r.referenced=true}}}))}else if(e.isExportAllDeclaration()){l=true;const r=getData(e.node.source,e.node);if(!r.loc)r.loc=e.node.loc;r.reexportAll={loc:e.node.loc};r.referenced=true}else if(e.isExportNamedDeclaration()&&e.node.source){l=true;const r=getData(e.node.source,e.node);if(!r.loc)r.loc=e.node.loc;e.get("specifiers").forEach((e=>{assertExportSpecifier(e);const t=getExportSpecifierName(e.get("local"),a);const s=getExportSpecifierName(e.get("exported"),a);r.reexports.set(s,t);r.referenced=true;if(s==="__esModule"){throw e.get("exported").buildCodeFrameError('Illegal export "__esModule".')}}))}else if(e.isExportNamedDeclaration()||e.isExportDefaultDeclaration()){l=true}}));for(const e of i.values()){let r=false;let t=false;if(e.importsNamespace.size>0){r=true;t=true}if(e.reexportAll){t=true}for(const s of e.imports.values()){if(s==="default")r=true;else t=true}for(const s of e.reexports.values()){if(s==="default")r=true;else t=true}if(r&&t){e.interop="namespace"}else if(r){e.interop="default"}}if(r){for(const[e,t]of i){t.wrap=r(e,t,o.get(e))}}return{hasExports:l,local:n,sources:i}}function getLocalExportMetadata(e,r,t){const s=new Map;e.get("body").forEach((e=>{let t;if(e.isImportDeclaration()){t="import"}else{if(e.isExportDefaultDeclaration()){e=e.get("declaration")}if(e.isExportNamedDeclaration()){if(e.node.declaration){e=e.get("declaration")}else if(r&&e.node.source&&e.get("source").isStringLiteral()){e.get("specifiers").forEach((e=>{assertExportSpecifier(e);s.set(e.get("local").node.name,"block")}));return}}if(e.isFunctionDeclaration()){t="hoisted"}else if(e.isClassDeclaration()){t="block"}else if(e.isVariableDeclaration({kind:"var"})){t="var"}else if(e.isVariableDeclaration()){t="block"}else{return}}Object.keys(e.getOuterBindingIdentifiers()).forEach((e=>{s.set(e,t)}))}));const a=new Map;const getLocalMetadata=e=>{const r=e.node.name;let t=a.get(r);if(!t){const n=s.get(r);if(n===undefined){throw e.buildCodeFrameError(`Exporting local "${r}", which is not declared.`)}t={names:[],kind:n};a.set(r,t)}return t};e.get("body").forEach((e=>{if(e.isExportNamedDeclaration()&&(r||!e.node.source)){if(e.node.declaration){const r=e.get("declaration");const t=r.getOuterBindingIdentifierPaths();Object.keys(t).forEach((e=>{if(e==="__esModule"){throw r.buildCodeFrameError('Illegal export "__esModule".')}getLocalMetadata(t[e]).names.push(e)}))}else{e.get("specifiers").forEach((e=>{const r=e.get("local");const s=e.get("exported");const a=getLocalMetadata(r);const n=getExportSpecifierName(s,t);if(n==="__esModule"){throw s.buildCodeFrameError('Illegal export "__esModule".')}a.names.push(n)}))}}else if(e.isExportDefaultDeclaration()){const r=e.get("declaration");if(r.isFunctionDeclaration()||r.isClassDeclaration()){getLocalMetadata(r.get("id")).names.push("default")}else{throw r.buildCodeFrameError("Unexpected default expression export.")}}}));return a}function nameAnonymousExports(e){e.get("body").forEach((e=>{if(!e.isExportDefaultDeclaration())return;{var r;(r=e.splitExportDeclaration)!=null?r:e.splitExportDeclaration=t(7369).NodePath.prototype.splitExportDeclaration}e.splitExportDeclaration()}))}function removeImportExportDeclarations(e){e.get("body").forEach((e=>{if(e.isImportDeclaration()){e.remove()}else if(e.isExportNamedDeclaration()){if(e.node.declaration){e.node.declaration._blockHoist=e.node._blockHoist;e.replaceWith(e.node.declaration)}else{e.remove()}}else if(e.isExportDefaultDeclaration()){const r=e.get("declaration");if(r.isFunctionDeclaration()||r.isClassDeclaration()){r._blockHoist=e.node._blockHoist;e.replaceWith(r)}else{throw r.buildCodeFrameError("Unexpected default expression export.")}}else if(e.isExportAllDeclaration()){e.remove()}}))}},2984:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=rewriteLiveReferences;var s=t(8304);function isInType(e){do{switch(e.parent.type){case"TSTypeAnnotation":case"TSTypeAliasDeclaration":case"TSTypeReference":case"TypeAnnotation":case"TypeAlias":return true;case"ExportSpecifier":return e.parentPath.parent.exportKind==="type";default:if(e.parentPath.isStatement()||e.parentPath.isExpression()){return false}}}while(e=e.parentPath)}function rewriteLiveReferences(e,r,t){const o=new Map;const i=new Map;const requeueInParent=r=>{e.requeue(r)};for(const[e,t]of r.source){for(const[r,s]of t.imports){o.set(r,[e,s,null])}for(const r of t.importsNamespace){o.set(r,[e,null,r])}}for(const[e,t]of r.local){let r=i.get(e);if(!r){r=[];i.set(e,r)}r.push(...t.names)}const l={metadata:r,requeueInParent:requeueInParent,scope:e.scope,exported:i};e.traverse(a,l);const c={seen:new WeakSet,metadata:r,requeueInParent:requeueInParent,scope:e.scope,imported:o,exported:i,buildImportReference([e,a,n],o){const i=r.source.get(e);i.referenced=true;if(n){if(i.wrap){var l;o=(l=t(o,i.wrap))!=null?l:o}return o}let c=s.types.identifier(i.name);if(i.wrap){var d;c=(d=t(c,i.wrap))!=null?d:c}if(a==="default"&&i.interop==="node-default"){return c}const u=r.stringSpecifiers.has(a);return s.types.memberExpression(c,u?s.types.stringLiteral(a):s.types.identifier(a),u)}};e.traverse(n,c)}const a={Scope(e){e.skip()},ClassDeclaration(e){const{requeueInParent:r,exported:t,metadata:a}=this;const{id:n}=e.node;if(!n)throw new Error("Expected class to have a name");const o=n.name;const i=t.get(o)||[];if(i.length>0){const t=s.types.expressionStatement(buildBindingExportAssignmentExpression(a,i,s.types.identifier(o),e.scope));t._blockHoist=e.node._blockHoist;r(e.insertAfter(t)[0])}},VariableDeclaration(e){const{requeueInParent:r,exported:t,metadata:a}=this;const n=e.node.kind==="var";for(const o of e.get("declarations")){const{id:i}=o.node;let{init:l}=o.node;if(s.types.isIdentifier(i)&&t.has(i.name)&&!s.types.isArrowFunctionExpression(l)&&(!s.types.isFunctionExpression(l)||l.id)&&(!s.types.isClassExpression(l)||l.id)){if(!l){if(n){continue}else{l=e.scope.buildUndefinedNode()}}o.node.init=buildBindingExportAssignmentExpression(a,t.get(i.name),l,e.scope);r(o.get("init"))}else{for(const n of Object.keys(o.getOuterBindingIdentifiers())){if(t.has(n)){const o=s.types.expressionStatement(buildBindingExportAssignmentExpression(a,t.get(n),s.types.identifier(n),e.scope));o._blockHoist=e.node._blockHoist;r(e.insertAfter(o)[0])}}}}}};const buildBindingExportAssignmentExpression=(e,r,t,a)=>{const n=e.exportName;for(let e=a;e!=null;e=e.parent){if(e.hasOwnBinding(n)){e.rename(n)}}return(r||[]).reduce(((r,t)=>{const{stringSpecifiers:a}=e;const o=a.has(t);return s.types.assignmentExpression("=",s.types.memberExpression(s.types.identifier(n),o?s.types.stringLiteral(t):s.types.identifier(t),o),r)}),t)};const buildImportThrow=e=>s.template.expression.ast`
(function() {
throw new Error('"' + '${e}' + '" is read-only.');
})()
`;const n={ReferencedIdentifier(e){const{seen:r,buildImportReference:t,scope:a,imported:n,requeueInParent:o}=this;if(r.has(e.node))return;r.add(e.node);const i=e.node.name;const l=n.get(i);if(l){if(isInType(e)){throw e.buildCodeFrameError(`Cannot transform the imported binding "${i}" since it's also used in a type annotation. `+`Please strip type annotations using @babel/preset-typescript or @babel/preset-flow.`)}const r=e.scope.getBinding(i);const n=a.getBinding(i);if(n!==r)return;const c=t(l,e.node);c.loc=e.node.loc;if((e.parentPath.isCallExpression({callee:e.node})||e.parentPath.isOptionalCallExpression({callee:e.node})||e.parentPath.isTaggedTemplateExpression({tag:e.node}))&&s.types.isMemberExpression(c)){e.replaceWith(s.types.sequenceExpression([s.types.numericLiteral(0),c]))}else if(e.isJSXIdentifier()&&s.types.isMemberExpression(c)){const{object:r,property:t}=c;e.replaceWith(s.types.jsxMemberExpression(s.types.jsxIdentifier(r.name),s.types.jsxIdentifier(t.name)))}else{e.replaceWith(c)}o(e);e.skip()}},UpdateExpression(e){const{scope:r,seen:t,imported:a,exported:n,requeueInParent:o,buildImportReference:i}=this;if(t.has(e.node))return;t.add(e.node);const l=e.get("argument");if(l.isMemberExpression())return;const c=e.node;if(l.isIdentifier()){const t=l.node.name;if(r.getBinding(t)!==e.scope.getBinding(t)){return}const o=n.get(t);const d=a.get(t);if((o==null?void 0:o.length)>0||d){if(d){e.replaceWith(s.types.assignmentExpression(c.operator[0]+"=",i(d,l.node),buildImportThrow(t)))}else if(c.prefix){e.replaceWith(buildBindingExportAssignmentExpression(this.metadata,o,s.types.cloneNode(c),e.scope))}else{const a=r.generateDeclaredUidIdentifier(t);e.replaceWith(s.types.sequenceExpression([s.types.assignmentExpression("=",s.types.cloneNode(a),s.types.cloneNode(c)),buildBindingExportAssignmentExpression(this.metadata,o,s.types.identifier(t),e.scope),s.types.cloneNode(a)]))}}}o(e);e.skip()},AssignmentExpression:{exit(e){const{scope:r,seen:t,imported:a,exported:n,requeueInParent:o,buildImportReference:i}=this;if(t.has(e.node))return;t.add(e.node);const l=e.get("left");if(l.isMemberExpression())return;if(l.isIdentifier()){const t=l.node.name;if(r.getBinding(t)!==e.scope.getBinding(t)){return}const c=n.get(t);const d=a.get(t);if((c==null?void 0:c.length)>0||d){const r=e.node;if(d){r.left=i(d,l.node);r.right=s.types.sequenceExpression([r.right,buildImportThrow(t)])}const{operator:a}=r;let n;if(a==="="){n=r}else if(a==="&&="||a==="||="||a==="??="){n=s.types.assignmentExpression("=",r.left,s.types.logicalExpression(a.slice(0,-1),s.types.cloneNode(r.left),r.right))}else{n=s.types.assignmentExpression("=",r.left,s.types.binaryExpression(a.slice(0,-1),s.types.cloneNode(r.left),r.right))}e.replaceWith(buildBindingExportAssignmentExpression(this.metadata,c,n,e.scope));o(e);e.skip()}}else{const t=l.getOuterBindingIdentifiers();const i=Object.keys(t).filter((t=>r.getBinding(t)===e.scope.getBinding(t)));const c=i.find((e=>a.has(e)));if(c){e.node.right=s.types.sequenceExpression([e.node.right,buildImportThrow(c)])}const d=[];i.forEach((r=>{const t=n.get(r)||[];if(t.length>0){d.push(buildBindingExportAssignmentExpression(this.metadata,t,s.types.identifier(r),e.scope))}}));if(d.length>0){let r=s.types.sequenceExpression(d);if(e.parentPath.isExpressionStatement()){r=s.types.expressionStatement(r);r._blockHoist=e.parentPath.node._blockHoist}const t=e.insertAfter(r)[0];o(t)}}}},ForXStatement(e){const{scope:r,node:t}=e;const{left:a}=t;const{exported:n,imported:o,scope:i}=this;if(!s.types.isVariableDeclaration(a)){let t=false,l;const c=e.get("body").scope;for(const e of Object.keys(s.types.getOuterBindingIdentifiers(a))){if(i.getBinding(e)===r.getBinding(e)){if(n.has(e)){t=true;if(c.hasOwnBinding(e)){c.rename(e)}}if(o.has(e)&&!l){l=e}}}if(!t&&!l){return}e.ensureBlock();const d=e.get("body");const u=r.generateUidIdentifierBasedOnNode(a);e.get("left").replaceWith(s.types.variableDeclaration("let",[s.types.variableDeclarator(s.types.cloneNode(u))]));r.registerDeclaration(e.get("left"));if(t){d.unshiftContainer("body",s.types.expressionStatement(s.types.assignmentExpression("=",a,u)))}if(l){d.unshiftContainer("body",s.types.expressionStatement(buildImportThrow(l)))}}}}},6348:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=rewriteThis;var s=t(8304);var a=t(7369);let n;function rewriteThis(e){if(!n){n=a.visitors.environmentVisitor({ThisExpression(e){e.replaceWith(s.types.unaryExpression("void",s.types.numericLiteral(0),true))}});n.noScope=true}(0,a.default)(e.node,n)}},582:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=optimiseCallExpression;var s=t(8622);const{callExpression:a,identifier:n,isIdentifier:o,isSpreadElement:i,memberExpression:l,optionalCallExpression:c,optionalMemberExpression:d}=s;function optimiseCallExpression(e,r,t,s){if(t.length===1&&i(t[0])&&o(t[0].argument,{name:"arguments"})){if(s){return c(d(e,n("apply"),false,true),[r,t[0].argument],false)}return a(l(e,n("apply")),[r,t[0].argument])}else{if(s){return c(d(e,n("call"),false,true),[r,...t],false)}return a(l(e,n("call")),[r,...t])}}},6454:(e,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.declare=declare;r.declarePreset=void 0;function declare(e){return(r,t,a)=>{var n;let o;for(const e of Object.keys(s)){var i;if(r[e])continue;o=(i=o)!=null?i:copyApiObject(r);o[e]=s[e](o)}return e((n=o)!=null?n:r,t||{},a)}}const t=declare;r.declarePreset=t;const s={assertVersion:e=>r=>{throwVersionError(r,e.version)},targets:()=>()=>({}),assumption:()=>()=>undefined};function copyApiObject(e){let r=null;if(typeof e.version==="string"&&/^7\./.test(e.version)){r=Object.getPrototypeOf(e);if(r&&(!has(r,"version")||!has(r,"transform")||!has(r,"template")||!has(r,"types"))){r=null}}return Object.assign({},r,e)}function has(e,r){return Object.prototype.hasOwnProperty.call(e,r)}function throwVersionError(e,r){if(typeof e==="number"){if(!Number.isInteger(e)){throw new Error("Expected string or integer value.")}e=`^${e}.0.0-0`}if(typeof e!=="string"){throw new Error("Expected string or integer value.")}const t=Error.stackTraceLimit;if(typeof t==="number"&&t<25){Error.stackTraceLimit=25}let s;if(r.slice(0,2)==="7."){s=new Error(`Requires Babel "^7.0.0-beta.41", but was loaded with "${r}". `+`You'll need to update your @babel/core version.`)}else{s=new Error(`Requires Babel "${e}", but was loaded with "${r}". `+`If you are sure you have a compatible version of @babel/core, `+`it is likely that something in your build process is loading the `+`wrong version. Inspect the stack trace of this error to look for `+`the first entry that doesn't mention "@babel/core" or "babel-core" `+`to see what is calling Babel.`)}if(typeof t==="number"){Error.stackTraceLimit=t}throw Object.assign(s,{code:"BABEL_VERSION_UNSUPPORTED",version:r,range:e})}},8863:(e,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.declare=declare;r.declarePreset=void 0;const t={assertVersion:e=>r=>{throwVersionError(r,e.version)}};{Object.assign(t,{targets:()=>()=>({}),assumption:()=>()=>undefined})}function declare(e){return(r,s,a)=>{var n;let o;for(const e of Object.keys(t)){var i;if(r[e])continue;(i=o)!=null?i:o=copyApiObject(r);o[e]=t[e](o)}return e((n=o)!=null?n:r,s||{},a)}}const s=r.declarePreset=declare;function copyApiObject(e){let r=null;if(typeof e.version==="string"&&/^7\./.test(e.version)){r=Object.getPrototypeOf(e);if(r&&(!hasOwnProperty.call(r,"version")||!hasOwnProperty.call(r,"transform")||!hasOwnProperty.call(r,"template")||!hasOwnProperty.call(r,"types"))){r=null}}return Object.assign({},r,e)}function throwVersionError(e,r){if(typeof e==="number"){if(!Number.isInteger(e)){throw new Error("Expected string or integer value.")}e=`^${e}.0.0-0`}if(typeof e!=="string"){throw new Error("Expected string or integer value.")}const t=Error.stackTraceLimit;if(typeof t==="number"&&t<25){Error.stackTraceLimit=25}let s;if(r.slice(0,2)==="7."){s=new Error(`Requires Babel "^7.0.0-beta.41", but was loaded with "${r}". `+`You'll need to update your @babel/core version.`)}else{s=new Error(`Requires Babel "${e}", but was loaded with "${r}". `+`If you are sure you have a compatible version of @babel/core, `+`it is likely that something in your build process is loading the `+`wrong version. Inspect the stack trace of this error to look for `+`the first entry that doesn't mention "@babel/core" or "babel-core" `+`to see what is calling Babel.`)}if(typeof t==="number"){Error.stackTraceLimit=t}throw Object.assign(s,{code:"BABEL_VERSION_UNSUPPORTED",version:r,range:e})}},9045:(e,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.declare=declare;r.declarePreset=void 0;const t={assertVersion:e=>r=>{throwVersionError(r,e.version)}};{Object.assign(t,{targets:()=>()=>({}),assumption:()=>()=>undefined,addExternalDependency:()=>()=>{}})}function declare(e){return(r,s,a)=>{var n;let o;for(const e of Object.keys(t)){var i;if(r[e])continue;(i=o)!=null?i:o=copyApiObject(r);o[e]=t[e](o)}return e((n=o)!=null?n:r,s||{},a)}}const s=r.declarePreset=declare;function copyApiObject(e){let r=null;if(typeof e.version==="string"&&/^7\./.test(e.version)){r=Object.getPrototypeOf(e);if(r&&(!hasOwnProperty.call(r,"version")||!hasOwnProperty.call(r,"transform")||!hasOwnProperty.call(r,"template")||!hasOwnProperty.call(r,"types"))){r=null}}return Object.assign({},r,e)}function throwVersionError(e,r){if(typeof e==="number"){if(!Number.isInteger(e)){throw new Error("Expected string or integer value.")}e=`^${e}.0.0-0`}if(typeof e!=="string"){throw new Error("Expected string or integer value.")}const t=Error.stackTraceLimit;if(typeof t==="number"&&t<25){Error.stackTraceLimit=25}let s;if(r.slice(0,2)==="7."){s=new Error(`Requires Babel "^7.0.0-beta.41", but was loaded with "${r}". `+`You'll need to update your @babel/core version.`)}else{s=new Error(`Requires Babel "${e}", but was loaded with "${r}". `+`If you are sure you have a compatible version of @babel/core, `+`it is likely that something in your build process is loading the `+`wrong version. Inspect the stack trace of this error to look for `+`the first entry that doesn't mention "@babel/core" or "babel-core" `+`to see what is calling Babel.`)}if(typeof t==="number"){Error.stackTraceLimit=t}throw Object.assign(s,{code:"BABEL_VERSION_UNSUPPORTED",version:r,range:e})}},9255:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=_default;var s=t(6583);var a=t(344);var n=t(8304);var o=t(7369);const{callExpression:i,cloneNode:l,isIdentifier:c,isThisExpression:d,yieldExpression:u}=n.types;const p=o.visitors.environmentVisitor({ArrowFunctionExpression(e){e.skip()},AwaitExpression(e,{wrapAwait:r}){const t=e.get("argument");e.replaceWith(u(r?i(l(r),[t.node]):t.node))}});function _default(e,r,t,n){e.traverse(p,{wrapAwait:r.wrapAwait});const o=checkIsIIFE(e);e.node.async=false;e.node.generator=true;(0,s.default)(e,l(r.wrapAsync),t,n);const i=e.isObjectMethod()||e.isClassMethod()||e.parentPath.isObjectProperty()||e.parentPath.isClassProperty();if(!i&&!o&&e.isExpression()){(0,a.default)(e)}function checkIsIIFE(e){if(e.parentPath.isCallExpression({callee:e.node})){return true}const{parentPath:r}=e;if(r.isMemberExpression()&&c(r.node.property,{name:"bind"})){const{parentPath:e}=r;return e.isCallExpression()&&e.node.arguments.length===1&&d(e.node.arguments[0])&&e.parentPath.isCallExpression({callee:e.node})}return false}}},6721:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(3034);var a=t(582);var n=t(8304);var o=t(7369);const{assignmentExpression:i,callExpression:l,cloneNode:c,identifier:d,memberExpression:u,sequenceExpression:p,stringLiteral:f,thisExpression:y}=n.types;{r.environmentVisitor=o.visitors.environmentVisitor({});r.skipAllButComputedKey=function skipAllButComputedKey(e){e.skip();if(e.node.computed){e.context.maybeQueue(e.get("key"))}}}const g=o.visitors.environmentVisitor({Super(e,r){const{node:t,parentPath:s}=e;if(!s.isMemberExpression({object:t}))return;r.handle(s)}});const h=o.visitors.environmentVisitor({Scopable(e,{refName:r}){const t=e.scope.getOwnBinding(r);if(t&&t.identifier.name===r){e.scope.rename(r)}}});const b={memoise(e,r){const{scope:t,node:s}=e;const{computed:a,property:n}=s;if(!a){return}const o=t.maybeGenerateMemoised(n);if(!o){return}this.memoiser.set(n,o,r)},prop(e){const{computed:r,property:t}=e.node;if(this.memoiser.has(t)){return c(this.memoiser.get(t))}if(r){return c(t)}return f(t.name)},_getPrototypeOfExpression(){const e=c(this.getObjectRef());const r=this.isStatic||this.isPrivateMethod?e:u(e,d("prototype"));return l(this.file.addHelper("getPrototypeOf"),[r])},get(e){const r=c(this.getObjectRef());return l(this.file.addHelper("superPropGet"),[this.isDerivedConstructor?p([y(),r]):r,this.prop(e),y(),...this.isStatic||this.isPrivateMethod?[]:[n.types.numericLiteral(1)]])},_call(e,r,t){const s=c(this.getObjectRef());let a;if(r.length===1&&n.types.isSpreadElement(r[0])&&(n.types.isIdentifier(r[0].argument)||n.types.isArrayExpression(r[0].argument))){a=r[0].argument}else{a=n.types.arrayExpression(r)}const o=n.types.callExpression(this.file.addHelper("superPropGet"),[this.isDerivedConstructor?p([y(),s]):s,this.prop(e),y(),n.types.numericLiteral(2|(this.isStatic||this.isPrivateMethod?0:1))]);if(t){return n.types.optionalCallExpression(o,[a],true)}return l(o,[a])},set(e,r){const t=c(this.getObjectRef());return l(this.file.addHelper("superPropSet"),[this.isDerivedConstructor?p([y(),t]):t,this.prop(e),r,y(),n.types.numericLiteral(e.isInStrictMode()?1:0),...this.isStatic||this.isPrivateMethod?[]:[n.types.numericLiteral(1)]])},destructureSet(e){throw e.buildCodeFrameError(`Destructuring to a super field is not supported yet.`)},call(e,r){return this._call(e,r,false)},optionalCall(e,r){return this._call(e,r,true)},delete(e){if(e.node.computed){return p([l(this.file.addHelper("toPropertyKey"),[c(e.node.property)]),n.template.expression.ast`
function () { throw new ReferenceError("'delete super[expr]' is invalid"); }()
`])}else{return n.template.expression.ast`
function () { throw new ReferenceError("'delete super.prop' is invalid"); }()
`}}};const x={memoise(e,r){const{scope:t,node:s}=e;const{computed:a,property:n}=s;if(!a){return}const o=t.maybeGenerateMemoised(n);if(!o){return}this.memoiser.set(n,o,r)},prop(e){const{computed:r,property:t}=e.node;if(this.memoiser.has(t)){return c(this.memoiser.get(t))}if(r){return c(t)}return f(t.name)},_getPrototypeOfExpression(){const e=c(this.getObjectRef());const r=this.isStatic||this.isPrivateMethod?e:u(e,d("prototype"));return l(this.file.addHelper("getPrototypeOf"),[r])},get(e){return this._get(e)},_get(e){const r=this._getPrototypeOfExpression();return l(this.file.addHelper("get"),[this.isDerivedConstructor?p([y(),r]):r,this.prop(e),y()])},set(e,r){const t=this._getPrototypeOfExpression();return l(this.file.addHelper("set"),[this.isDerivedConstructor?p([y(),t]):t,this.prop(e),r,y(),n.types.booleanLiteral(e.isInStrictMode())])},destructureSet(e){throw e.buildCodeFrameError(`Destructuring to a super field is not supported yet.`)},call(e,r){return(0,a.default)(this._get(e),y(),r,false)},optionalCall(e,r){return(0,a.default)(this._get(e),c(y()),r,true)},delete(e){if(e.node.computed){return p([l(this.file.addHelper("toPropertyKey"),[c(e.node.property)]),n.template.expression.ast`
function () { throw new ReferenceError("'delete super[expr]' is invalid"); }()
`])}else{return n.template.expression.ast`
function () { throw new ReferenceError("'delete super.prop' is invalid"); }()
`}}};const v=Object.assign({},b,{prop(e){const{property:r}=e.node;if(this.memoiser.has(r)){return c(this.memoiser.get(r))}return c(r)},get(e){const{isStatic:r,getSuperRef:t}=this;const{computed:s}=e.node;const a=this.prop(e);let n;if(r){var o;n=(o=t())!=null?o:u(d("Function"),d("prototype"))}else{var i;n=u((i=t())!=null?i:d("Object"),d("prototype"))}return u(n,a,s)},set(e,r){const{computed:t}=e.node;const s=this.prop(e);return i("=",u(y(),s,t),r)},destructureSet(e){const{computed:r}=e.node;const t=this.prop(e);return u(y(),t,r)},call(e,r){return(0,a.default)(this.get(e),y(),r,false)},optionalCall(e,r){return(0,a.default)(this.get(e),y(),r,true)}});class ReplaceSupers{constructor(e){var r;const t=e.methodPath;this.methodPath=t;this.isDerivedConstructor=t.isClassMethod({kind:"constructor"})&&!!e.superRef;this.isStatic=t.isObjectMethod()||t.node.static||(t.isStaticBlock==null?void 0:t.isStaticBlock());this.isPrivateMethod=t.isPrivate()&&t.isMethod();this.file=e.file;this.constantSuper=(r=e.constantSuper)!=null?r:e.isLoose;this.opts=e}getObjectRef(){return c(this.opts.objectRef||this.opts.getObjectRef())}getSuperRef(){if(this.opts.superRef)return c(this.opts.superRef);if(this.opts.getSuperRef){return c(this.opts.getSuperRef())}}replace(){const{methodPath:e}=this;if(this.opts.refToPreserve){e.traverse(h,{refName:this.opts.refToPreserve.name})}const r=this.constantSuper?v:this.file.availableHelper("superPropSet")?b:x;g.shouldSkip=r=>{if(r.parentPath===e){if(r.parentKey==="decorators"||r.parentKey==="key"){return true}}};(0,s.default)(e,g,Object.assign({file:this.file,scope:this.methodPath.scope,isDerivedConstructor:this.isDerivedConstructor,isStatic:this.isStatic,isPrivateMethod:this.isPrivateMethod,getObjectRef:this.getObjectRef.bind(this),getSuperRef:this.getSuperRef.bind(this),boundGet:r.get},r))}}r["default"]=ReplaceSupers},9102:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.isTransparentExprWrapper=isTransparentExprWrapper;r.skipTransparentExprWrapperNodes=skipTransparentExprWrapperNodes;r.skipTransparentExprWrappers=skipTransparentExprWrappers;var s=t(8622);const{isParenthesizedExpression:a,isTSAsExpression:n,isTSNonNullExpression:o,isTSSatisfiesExpression:i,isTSTypeAssertion:l,isTypeCastExpression:c}=s;function isTransparentExprWrapper(e){return n(e)||i(e)||l(e)||o(e)||c(e)||a(e)}function skipTransparentExprWrappers(e){while(isTransparentExprWrapper(e.node)){e=e.get("expression")}return e}function skipTransparentExprWrapperNodes(e){while(isTransparentExprWrapper(e)){e=e.expression}return e}},7008:(e,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.isIdentifierChar=isIdentifierChar;r.isIdentifierName=isIdentifierName;r.isIdentifierStart=isIdentifierStart;let t="ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԯԱ-Ֆՙՠ-ֈא-תׯ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࡠ-ࡪࡰ-ࢇࢉ-ࢎࢠ-ࣉऄ-हऽॐक़-ॡॱ-ঀঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱৼਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡૹଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౝౠౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೝೞೠೡೱೲഄ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄຆ-ຊຌ-ຣລວ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏽᏸ-ᏽᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛸᜀ-ᜑᜟ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡸᢀ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭌᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᲀ-ᲊᲐ-ᲺᲽ-Ჿᳩ-ᳬᳮ-ᳳᳵᳶᳺᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕ℘-ℝℤΩℨK-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ々-〇〡-〩〱-〵〸-〼ぁ-ゖ゛-ゟァ-ヺー-ヿㄅ-ㄯㄱ-ㆎㆠ-ㆿㇰ-ㇿ㐀-䶿一-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚝꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꟍꟐꟑꟓꟕ-Ƛꟲ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꧠ-ꧤꧦ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꩾ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꬰ-ꭚꭜ-ꭩꭰ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA--zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ";let s="·̀-ͯ·҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-٩ٰۖ-ۜ۟-۪ۤۧۨ-ۭ۰-۹ܑܰ-݊ަ-ް߀-߉߫-߽߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛ࢗ-࢟࣊-ࣣ࣡-ःऺ-़ा-ॏ॑-ॗॢॣ०-९ঁ-ঃ়া-ৄেৈো-্ৗৢৣ০-৯৾ਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢૣ૦-૯ૺ-૿ଁ-ଃ଼ା-ୄେୈୋ-୍୕-ୗୢୣ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఀ-ఄ఼ా-ౄె-ైొ-్ౕౖౢౣ౦-౯ಁ-ಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢೣ೦-೯ೳഀ-ഃ഻഼ാ-ൄെ-ൈൊ-്ൗൢൣ൦-൯ඁ-ඃ්ා-ුූෘ-ෟ෦-෯ෲෳัิ-ฺ็-๎๐-๙ັິ-ຼ່-໎໐-໙༘༙༠-༩༹༵༷༾༿ཱ-྄྆྇ྍ-ྗྙ-ྼ࿆ါ-ှ၀-၉ၖ-ၙၞ-ၠၢ-ၤၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟፩-፱ᜒ-᜕ᜲ-᜴ᝒᝓᝲᝳ឴-៓៝០-៩᠋-᠍᠏-᠙ᢩᤠ-ᤫᤰ-᤻᥆-᥏᧐-᧚ᨗ-ᨛᩕ-ᩞ᩠-᩿᩼-᪉᪐-᪙᪰-᪽ᪿ-ᫎᬀ-ᬄ᬴-᭄᭐-᭙᭫-᭳ᮀ-ᮂᮡ-ᮭ᮰-᮹᯦-᯳ᰤ-᰷᱀-᱉᱐-᱙᳐-᳔᳒-᳨᳭᳴᳷-᳹᷀-᷿‌‍‿⁀⁔⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〯・꘠-꘩꙯ꙴ-꙽ꚞꚟ꛰꛱ꠂ꠆ꠋꠣ-ꠧ꠬ꢀꢁꢴ-ꣅ꣐-꣙꣠-꣱ꣿ-꤉ꤦ-꤭ꥇ-꥓ꦀ-ꦃ꦳-꧀꧐-꧙ꧥ꧰-꧹ꨩ-ꨶꩃꩌꩍ꩐-꩙ꩻ-ꩽꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫫ-ꫯꫵ꫶ꯣ-ꯪ꯬꯭꯰-꯹ﬞ︀-️︠-︯︳︴﹍--9_・";const a=new RegExp("["+t+"]");const n=new RegExp("["+t+s+"]");t=s=null;const o=[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,4,51,13,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,39,27,10,22,251,41,7,1,17,2,60,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,31,9,2,0,3,0,2,37,2,0,26,0,2,0,45,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,200,32,32,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,26,3994,6,582,6842,29,1763,568,8,30,18,78,18,29,19,47,17,3,32,20,6,18,433,44,212,63,129,74,6,0,67,12,65,1,2,0,29,6135,9,1237,42,9,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,229,29,3,0,496,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];const i=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,574,3,9,9,7,9,32,4,318,1,80,3,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,68,8,2,0,3,0,2,3,2,4,2,0,15,1,83,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,7,19,58,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,343,9,54,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,10,5350,0,7,14,11465,27,2343,9,87,9,39,4,60,6,26,9,535,9,470,0,2,54,8,3,82,0,12,1,19628,1,4178,9,519,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,245,1,2,9,726,6,110,6,6,9,4759,9,787719,239];function isInAstralSet(e,r){let t=65536;for(let s=0,a=r.length;s<a;s+=2){t+=r[s];if(t>e)return false;t+=r[s+1];if(t>=e)return true}return false}function isIdentifierStart(e){if(e<65)return e===36;if(e<=90)return true;if(e<97)return e===95;if(e<=122)return true;if(e<=65535){return e>=170&&a.test(String.fromCharCode(e))}return isInAstralSet(e,o)}function isIdentifierChar(e){if(e<48)return e===36;if(e<58)return true;if(e<65)return false;if(e<=90)return true;if(e<97)return e===95;if(e<=122)return true;if(e<=65535){return e>=170&&n.test(String.fromCharCode(e))}return isInAstralSet(e,o)||isInAstralSet(e,i)}function isIdentifierName(e){let r=true;for(let t=0;t<e.length;t++){let s=e.charCodeAt(t);if((s&64512)===55296&&t+1<e.length){const r=e.charCodeAt(++t);if((r&64512)===56320){s=65536+((s&1023)<<10)+(r&1023)}}if(r){r=false;if(!isIdentifierStart(s)){return false}}else if(!isIdentifierChar(s)){return false}}return!r}},974:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});Object.defineProperty(r,"isIdentifierChar",{enumerable:true,get:function(){return s.isIdentifierChar}});Object.defineProperty(r,"isIdentifierName",{enumerable:true,get:function(){return s.isIdentifierName}});Object.defineProperty(r,"isIdentifierStart",{enumerable:true,get:function(){return s.isIdentifierStart}});Object.defineProperty(r,"isKeyword",{enumerable:true,get:function(){return a.isKeyword}});Object.defineProperty(r,"isReservedWord",{enumerable:true,get:function(){return a.isReservedWord}});Object.defineProperty(r,"isStrictBindOnlyReservedWord",{enumerable:true,get:function(){return a.isStrictBindOnlyReservedWord}});Object.defineProperty(r,"isStrictBindReservedWord",{enumerable:true,get:function(){return a.isStrictBindReservedWord}});Object.defineProperty(r,"isStrictReservedWord",{enumerable:true,get:function(){return a.isStrictReservedWord}});var s=t(7008);var a=t(1444)},1444:(e,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.isKeyword=isKeyword;r.isReservedWord=isReservedWord;r.isStrictBindOnlyReservedWord=isStrictBindOnlyReservedWord;r.isStrictBindReservedWord=isStrictBindReservedWord;r.isStrictReservedWord=isStrictReservedWord;const t={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"]};const s=new Set(t.keyword);const a=new Set(t.strict);const n=new Set(t.strictBind);function isReservedWord(e,r){return r&&e==="await"||e==="enum"}function isStrictReservedWord(e,r){return isReservedWord(e,r)||a.has(e)}function isStrictBindOnlyReservedWord(e){return n.has(e)}function isStrictBindReservedWord(e,r){return isStrictReservedWord(e,r)||isStrictBindOnlyReservedWord(e)}function isKeyword(e){return s.has(e)}},3648:(e,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.findSuggestion=findSuggestion;const{min:t}=Math;function levenshtein(e,r){let s=[],a=[],n,o;const i=e.length,l=r.length;if(!i){return l}if(!l){return i}for(o=0;o<=l;o++){s[o]=o}for(n=1;n<=i;n++){for(a=[n],o=1;o<=l;o++){a[o]=e[n-1]===r[o-1]?s[o-1]:t(s[o-1],s[o],a[o-1])+1}s=a}return a[l]}function findSuggestion(e,r){const s=r.map((r=>levenshtein(r,e)));return r[s.indexOf(t(...s))]}},3146:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});Object.defineProperty(r,"OptionValidator",{enumerable:true,get:function(){return s.OptionValidator}});Object.defineProperty(r,"findSuggestion",{enumerable:true,get:function(){return a.findSuggestion}});var s=t(2020);var a=t(3648)},2020:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.OptionValidator=void 0;var s=t(3648);class OptionValidator{constructor(e){this.descriptor=e}validateTopLevelOptions(e,r){const t=Object.keys(r);for(const r of Object.keys(e)){if(!t.includes(r)){throw new Error(this.formatMessage(`'${r}' is not a valid top-level option.\n- Did you mean '${(0,s.findSuggestion)(r,t)}'?`))}}}validateBooleanOption(e,r,t){if(r===undefined){return t}else{this.invariant(typeof r==="boolean",`'${e}' option must be a boolean.`)}return r}validateStringOption(e,r,t){if(r===undefined){return t}else{this.invariant(typeof r==="string",`'${e}' option must be a string.`)}return r}invariant(e,r){if(!e){throw new Error(this.formatMessage(r))}}formatMessage(e){return`${this.descriptor}: ${e}`}}r.OptionValidator=OptionValidator},6583:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=wrapFunction;var s=t(5326);var a=t(8622);const{blockStatement:n,callExpression:o,functionExpression:i,isAssignmentPattern:l,isFunctionDeclaration:c,isRestElement:d,returnStatement:u,isCallExpression:p}=a;const f=s.default.expression(`\n (function () {\n var REF = FUNCTION;\n return function NAME(PARAMS) {\n return REF.apply(this, arguments);\n };\n })()\n`);const y=s.default.expression(`\n (function () {\n var REF = FUNCTION;\n function NAME(PARAMS) {\n return REF.apply(this, arguments);\n }\n return NAME;\n })()\n`);const g=s.default.statements(`\n function NAME(PARAMS) { return REF.apply(this, arguments); }\n function REF() {\n REF = FUNCTION;\n return REF.apply(this, arguments);\n }\n`);function classOrObjectMethod(e,r){const t=e.node;const s=t.body;const a=i(null,[],n(s.body),true);s.body=[u(o(o(r,[a]),[]))];t.async=false;t.generator=false;e.get("body.body.0.argument.callee.arguments.0").unwrapFunctionEnvironment()}function plainFunction(e,r,t,s,a){let n=e;let i;let u=null;const h=e.node.params;if(n.isArrowFunctionExpression()){{var b;n=(b=n.arrowFunctionToExpression({noNewArrows:t}))!=null?b:n}i=n.node}else{i=n.node}const x=c(i);let v=i;if(!p(i)){u=i.id;i.id=null;i.type="FunctionExpression";v=o(r,[i])}const j=[];for(const e of h){if(l(e)||d(e)){break}j.push(n.scope.generateUidIdentifier("x"))}const w={NAME:u||null,REF:n.scope.generateUidIdentifier(a?u.name:"ref"),FUNCTION:v,PARAMS:j};if(x){const e=g(w);n.replaceWith(e[0]);n.insertAfter(e[1])}else{let e;if(a){e=y(w)}else{e=f(w)}if(u||!s&&j.length){n.replaceWith(e)}else{n.replaceWith(v)}}}function wrapFunction(e,r,s=true,a=false){if(e.isMethod()){classOrObjectMethod(e,r)}else{const i="id"in e.node&&!!e.node.id;{var n,o;(o=(n=e).ensureFunctionName)!=null?o:n.ensureFunctionName=t(7369).NodePath.prototype.ensureFunctionName}e=e.ensureFunctionName(false);plainFunction(e,r,s,a,i)}}},6797:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(7369);var a=t(9045);var n=r["default"]=(0,a.declare)((({types:e,assertVersion:r})=>{r(7);const t={ClassExpression(e,r){r.found=true;e.stop()},Function(e){e.skip()}};const a=s.visitors.environmentVisitor({YieldExpression(e,r){r.yield=true;if(r.await)e.stop()},AwaitExpression(e,r){r.await=true;if(r.yield)e.stop()}});function containsClassExpression(r){if(e.isClassExpression(r.node))return true;if(e.isFunction(r.node))return false;const s={found:false};r.traverse(t,s);return s.found}function wrap(r){const t={yield:e.isYieldExpression(r.node),await:e.isAwaitExpression(r.node)};r.traverse(a,t);let s;if(t.yield){const a=e.functionExpression(null,[],e.blockStatement([e.returnStatement(r.node)]),true,t.await);s=e.yieldExpression(e.callExpression(e.memberExpression(a,e.identifier("call")),[e.thisExpression(),e.identifier("arguments")]),true)}else{const a=e.arrowFunctionExpression([],r.node,t.await);s=e.callExpression(a,[]);if(t.await)s=e.awaitExpression(s)}r.replaceWith(s)}return{name:"bugfix-firefox-class-in-computed-class-key",visitor:{Class(r){const t=r.node.body.body.some((r=>e.isPrivate(r)));if(!t)return;for(const e of r.get("body.body")){if("computed"in e.node&&e.node.computed&&containsClassExpression(e.get("key"))){wrap(e.get("key"))}}}}}}))},7085:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});var s=t(9045);var a=t(8304);function needsWrapping(e){if(a.types.isLiteral(e)&&!a.types.isTemplateLiteral(e)){return false}if(a.types.isCallExpression(e)||a.types.isOptionalCallExpression(e)||a.types.isNewExpression(e)){return needsWrapping(e.callee)||e.arguments.some(needsWrapping)}if(a.types.isTemplateLiteral(e)){return e.expressions.some(needsWrapping)}if(a.types.isTaggedTemplateExpression(e)){return needsWrapping(e.tag)||needsWrapping(e.quasi)}if(a.types.isArrayExpression(e)){return e.elements.some(needsWrapping)}if(a.types.isObjectExpression(e)){return e.properties.some((e=>{if(a.types.isObjectProperty(e)){return needsWrapping(e.value)||e.computed&&needsWrapping(e.key)}if(a.types.isObjectMethod(e)){return false}return false}))}if(a.types.isMemberExpression(e)||a.types.isOptionalMemberExpression(e)){return needsWrapping(e.object)||e.computed&&needsWrapping(e.property)}if(a.types.isFunctionExpression(e)||a.types.isArrowFunctionExpression(e)||a.types.isClassExpression(e)){return false}if(a.types.isThisExpression(e)){return false}if(a.types.isSequenceExpression(e)){return e.expressions.some(needsWrapping)}return true}function wrapInitializer(e){const{value:r}=e.node;if(r&&needsWrapping(r)){e.node.value=a.types.callExpression(a.types.arrowFunctionExpression([],r),[])}}var n=s.declare((e=>{e.assertVersion("^7.16.0");return{name:"plugin-bugfix-safari-class-field-initializer-scope",visitor:{ClassProperty(e){wrapInitializer(e)},ClassPrivateProperty(e){wrapInitializer(e)}}}}));r["default"]=n},8194:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});var s=t(9045);function shouldTransform(e){const{node:r}=e;const t=r.id;if(!t)return false;const s=t.name;const a=e.scope.getOwnBinding(s);if(a===undefined){return false}if(a.kind!=="param"){return false}if(a.identifier===a.path.node){return false}return s}var a=s.declare((e=>{e.assertVersion("^7.16.0");return{name:"plugin-bugfix-safari-id-destructuring-collision-in-function-expression",visitor:{FunctionExpression(e){const r=shouldTransform(e);if(r){const{scope:t}=e;const s=t.generateUid(r);t.rename(r,s)}}}}}));r["default"]=a},2047:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});var s=t(9045);var a=t(9076);var n=t(9102);var o=t(8304);function matchAffectedArguments(e){const r=e.findIndex((e=>o.types.isSpreadElement(e)));return r>=0&&r!==e.length-1}function shouldTransform(e){let r=e;const t=[];for(;;){if(r.isOptionalMemberExpression()){t.push(r.node);r=n.skipTransparentExprWrappers(r.get("object"))}else if(r.isOptionalCallExpression()){t.push(r.node);r=n.skipTransparentExprWrappers(r.get("callee"))}else{break}}for(let e=0;e<t.length;e++){const r=t[e];if(o.types.isOptionalCallExpression(r)&&matchAffectedArguments(r.arguments)){if(r.optional){return true}const s=t[e+1];if(o.types.isOptionalMemberExpression(s,{optional:true})){return true}}}return false}var i=s.declare((e=>{var r,t;e.assertVersion(7);const s=(r=e.assumption("noDocumentAll"))!=null?r:false;const n=(t=e.assumption("pureGetters"))!=null?t:false;return{name:"bugfix-v8-spread-parameters-in-optional-chaining",visitor:{"OptionalCallExpression|OptionalMemberExpression"(e){if(shouldTransform(e)){a.transform(e,{noDocumentAll:s,pureGetters:n})}}}}}));r["default"]=i},9814:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});var s=t(8304);var a=t(9045);function isNameOrLength(e){if(s.types.isIdentifier(e)){return e.name==="name"||e.name==="length"}if(s.types.isStringLiteral(e)){return e.value==="name"||e.value==="length"}return false}function isStaticFieldWithValue(e){return(s.types.isClassProperty(e)||s.types.isClassPrivateProperty(e))&&e.static&&!!e.value}const n={ReferencedIdentifier(e,r){if(e.node.name===r.name){r.ref();e.stop()}},Scope(e,{name:r}){if(e.scope.hasOwnBinding(r)){e.skip()}}};function isReferenceOrThis(e,r){return s.types.isThisExpression(e)||r&&s.types.isIdentifier(e,{name:r})}const o={"ThisExpression|ReferencedIdentifier"(e,r){if(isReferenceOrThis(e.node,r.name)){r.ref();e.stop()}},FunctionParent(e,r){if(e.isArrowFunctionExpression())return;if(r.name&&!e.scope.hasOwnBinding(r.name)){e.traverse(n,r)}e.skip();if(e.isMethod()){if(e.requeueComputedKeyAndDecorators){e.requeueComputedKeyAndDecorators()}else{t(7369).NodePath.prototype.requeueComputedKeyAndDecorators.call(e)}}}};function getPotentiallyBuggyFieldsIndexes(e){var r;const t=[];let a=false;const i=(r=e.node.id)==null?void 0:r.name;const l={name:i,ref:()=>a=true};if(i){for(const r of e.get("body.body")){if(r.node.computed){r.get("key").traverse(n,l);if(a)break}}}let c=false;const{body:d}=e.node.body;for(let r=0;r<d.length;r++){const n=d[r];if(!c){if(s.types.isStaticBlock(n)){a=true;c=true}else if(isStaticFieldWithValue(n)){if(!a){if(isReferenceOrThis(n.value,i)){a=true}else{e.get(`body.body.${r}.value`).traverse(o,l)}}if(a){c=!e.scope.isPure(n.value)}}}if(s.types.isClassProperty(n,{static:true})&&(c||n.computed||isNameOrLength(n.key))){t.push(r)}}return t}function getNameOrLengthStaticFieldsIndexes(e){const r=[];const{body:t}=e.node.body;for(let e=0;e<t.length;e++){const a=t[e];if(s.types.isClassProperty(a,{static:true,computed:false})&&isNameOrLength(a.key)){r.push(e)}}return r}function toRanges(e){const r=[];if(e.length===0)return r;let t=e[0];let s=t+1;for(let a=1;a<e.length;a++){if(e[a]<=e[a-1]){throw new Error("Internal Babel error: nums must be in ascending order")}if(e[a]===s){s++}else{r.push([t,s]);t=e[a];s=t+1}}r.push([t,s]);return r}function buildFieldsReplacement(e,r,t){return s.types.staticBlock(e.map((e=>{const a=e.computed||!s.types.isIdentifier(e.key)?e.key:s.types.stringLiteral(e.key.name);return s.types.expressionStatement(s.types.callExpression(t.addHelper("defineProperty"),[s.types.thisExpression(),a,e.value||r.buildUndefinedNode()]))})))}var i=a.declare((e=>{e.assertVersion("^7.0.0-0 || >8.0.0-alpha <8.0.0-beta");const r=e.assumption("setPublicClassFields");return{name:"bugfix-v8-static-class-fields-redefine-readonly",visitor:{Class(e){const t=toRanges(r?getNameOrLengthStaticFieldsIndexes(e):getPotentiallyBuggyFieldsIndexes(e));for(let r=t.length-1;r>=0;r--){const[s,a]=t[r];const n=e.get("body.body")[s];n.replaceWith(buildFieldsReplacement(e.node.body.body.slice(s,a),e.scope,this.file));for(let r=a-1;r>s;r--){e.get("body.body")[r].remove()}}}}}}));r["default"]=i},4431:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(9045);var a=r["default"]=(0,s.declare)((e=>{e.assertVersion(7);const isPlugin=(e,r)=>r==="plugin"||Array.isArray(e)&&e[0]==="plugin";const options=e=>Array.isArray(e)&&e.length>1?e[1]:{};return{name:"syntax-import-assertions",manipulateOptions(e,{plugins:r}){for(let e=0;e<r.length;e++){const t=r[e];if(isPlugin(t,"deprecatedImportAssert"))return;if(isPlugin(t,"importAttributes")){r.splice(e,1,"deprecatedImportAssert",["importAttributes",Object.assign({},options(t),{deprecatedAssertSyntax:true})]);return}}r.push("importAssertions")}}}))},8558:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(9045);var a=r["default"]=(0,s.declare)(((e,{deprecatedAssertSyntax:r})=>{e.assertVersion("^7.22.0 || >8.0.0-alpha <8.0.0-beta");if(r!=null&&typeof r!=="boolean"){throw new Error("'deprecatedAssertSyntax' must be a boolean, if specified.")}return{name:"syntax-import-attributes",manipulateOptions({parserOpts:e,generatorOpts:t}){var s;(s=t.importAttributesKeyword)!=null?s:t.importAttributesKeyword="with";const a=e.plugins.indexOf("importAssertions");if(a!==-1){e.plugins.splice(a,1);r=true}if(r){e.plugins.push("deprecatedImportAssert",["importAttributes",{deprecatedAssertSyntax:true}])}else{e.plugins.push("importAttributes")}}}}))},2698:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(9045);var a=r["default"]=(0,s.declare)((e=>{e.assertVersion(7);return{name:"syntax-jsx",manipulateOptions(e,r){{if(r.plugins.some((e=>(Array.isArray(e)?e[0]:e)==="typescript"))){return}}r.plugins.push("jsx")}}}))},8118:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(9045);{var removePlugin=function(e,r){const t=[];e.forEach(((e,s)=>{const a=Array.isArray(e)?e[0]:e;if(a===r){t.unshift(s)}}));for(const r of t){e.splice(r,1)}}}var a=r["default"]=(0,s.declare)(((e,r)=>{e.assertVersion(7);const{disallowAmbiguousJSXLike:t,dts:s}=r;{var{isTSX:a}=r}return{name:"syntax-typescript",manipulateOptions(e,r){{const{plugins:e}=r;removePlugin(e,"flow");removePlugin(e,"jsx");{e.push("objectRestSpread","classProperties")}if(a){e.push("jsx")}}r.plugins.push(["typescript",{disallowAmbiguousJSXLike:t,dts:s}])}}}))},8184:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(9045);{var removePlugin=function(e,r){const t=[];e.forEach(((e,s)=>{const a=Array.isArray(e)?e[0]:e;if(a===r){t.unshift(s)}}));for(const r of t){e.splice(r,1)}}}var a=r["default"]=(0,s.declare)(((e,r)=>{e.assertVersion(7);const{disallowAmbiguousJSXLike:t,dts:s}=r;{var{isTSX:a}=r}return{name:"syntax-typescript",manipulateOptions(e,r){{const{plugins:e}=r;removePlugin(e,"flow");removePlugin(e,"jsx");{e.push("objectRestSpread","classProperties")}if(a){e.push("jsx")}}r.plugins.push(["typescript",{disallowAmbiguousJSXLike:t,dts:s}])}}}))},8153:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(5436);var a=t(9045);var n=(0,a.declare)((e=>{e.assertVersion(7);return(0,s.createRegExpFeaturePlugin)({name:"syntax-unicode-sets-regex",feature:"unicodeSetsFlag_syntax",manipulateOptions(e,r){r.plugins.push("regexpUnicodeSets")}})}));r["default"]=n},3412:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(9045);var a=r["default"]=(0,s.declare)(((e,r)=>{var t;e.assertVersion(7);const s=(t=e.assumption("noNewArrows"))!=null?t:!r.spec;return{name:"transform-arrow-functions",visitor:{ArrowFunctionExpression(e){if(!e.isArrowFunctionExpression())return;{e.arrowFunctionToExpression({allowInsertArrow:false,noNewArrows:s,specCompliant:!s})}}}}}))},5992:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=_default;var s=t(8304);const a=(0,s.template)(`\n async function wrapper() {\n var ITERATOR_ABRUPT_COMPLETION = false;\n var ITERATOR_HAD_ERROR_KEY = false;\n var ITERATOR_ERROR_KEY;\n try {\n for (\n var ITERATOR_KEY = GET_ITERATOR(OBJECT), STEP_KEY;\n ITERATOR_ABRUPT_COMPLETION = !(STEP_KEY = await ITERATOR_KEY.next()).done;\n ITERATOR_ABRUPT_COMPLETION = false\n ) {\n }\n } catch (err) {\n ITERATOR_HAD_ERROR_KEY = true;\n ITERATOR_ERROR_KEY = err;\n } finally {\n try {\n if (ITERATOR_ABRUPT_COMPLETION && ITERATOR_KEY.return != null) {\n await ITERATOR_KEY.return();\n }\n } finally {\n if (ITERATOR_HAD_ERROR_KEY) {\n throw ITERATOR_ERROR_KEY;\n }\n }\n }\n }\n`);function _default(e,{getAsyncIterator:r}){const{node:t,scope:n,parent:o}=e;const i=n.generateUidIdentifier("step");const l=s.types.memberExpression(i,s.types.identifier("value"));const c=t.left;let d;if(s.types.isIdentifier(c)||s.types.isPattern(c)||s.types.isMemberExpression(c)){d=s.types.expressionStatement(s.types.assignmentExpression("=",c,l))}else if(s.types.isVariableDeclaration(c)){d=s.types.variableDeclaration(c.kind,[s.types.variableDeclarator(c.declarations[0].id,l)])}let u=a({ITERATOR_HAD_ERROR_KEY:n.generateUidIdentifier("didIteratorError"),ITERATOR_ABRUPT_COMPLETION:n.generateUidIdentifier("iteratorAbruptCompletion"),ITERATOR_ERROR_KEY:n.generateUidIdentifier("iteratorError"),ITERATOR_KEY:n.generateUidIdentifier("iterator"),GET_ITERATOR:r,OBJECT:t.right,STEP_KEY:s.types.cloneNode(i)});u=u.body.body;const p=s.types.isLabeledStatement(o);const f=u[3].block.body;const y=f[0];if(p){f[0]=s.types.labeledStatement(o.label,y)}return{replaceParent:p,node:u,declar:d,loop:y}}},1802:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(9045);var a=t(9255);var n=t(8304);var o=t(7369);var i=t(5992);var l=r["default"]=(0,s.declare)((e=>{e.assertVersion("^7.0.0-0 || >8.0.0-alpha <8.0.0-beta");const r=o.visitors.environmentVisitor({ArrowFunctionExpression(e){e.skip()},YieldExpression({node:e},r){if(!e.delegate)return;const t=n.types.callExpression(r.addHelper("asyncIterator"),[e.argument]);e.argument=n.types.callExpression(r.addHelper("asyncGeneratorDelegate"),[t,r.addHelper("awaitAsyncGenerator")])}});const t=o.visitors.environmentVisitor({ArrowFunctionExpression(e){e.skip()},ForOfStatement(e,{file:r}){const{node:t}=e;if(!t.await)return;const s=(0,i.default)(e,{getAsyncIterator:r.addHelper("asyncIterator")});const{declar:a,loop:o}=s;const l=o.body;e.ensureBlock();if(a){l.body.push(a);if(e.node.body.body.length){l.body.push(n.types.blockStatement(e.node.body.body))}}else{l.body.push(...e.node.body.body)}n.types.inherits(o,t);n.types.inherits(o.body,t.body);const c=s.replaceParent?e.parentPath:e;c.replaceWithMultiple(s.node);c.scope.parent.crawl()}});const s={Function(e,s){if(!e.node.async)return;e.traverse(t,s);if(!e.node.generator)return;e.traverse(r,s);e.setData("@babel/plugin-transform-async-generator-functions/async_generator_function",true);(0,a.default)(e,{wrapAsync:s.addHelper("wrapAsyncGenerator"),wrapAwait:s.addHelper("awaitAsyncGenerator")})}};return{name:"transform-async-generator-functions",manipulateOptions:(e,r)=>r.plugins.push("asyncGenerators"),visitor:{Program(e,r){e.traverse(s,r)}}}}))},3957:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(9045);var a=t(9255);var n=t(4414);var o=t(8304);var i=r["default"]=(0,s.declare)(((e,r)=>{var t,s;e.assertVersion("^7.0.0-0 || >8.0.0-alpha <8.0.0-beta");const{method:i,module:l}=r;const c=(t=e.assumption("noNewArrows"))!=null?t:true;const d=(s=e.assumption("ignoreFunctionLength"))!=null?s:false;if(i&&l){return{name:"transform-async-to-generator",visitor:{Function(e,r){if(!e.node.async||e.node.generator)return;let t=r.methodWrapper;if(t){t=o.types.cloneNode(t)}else{t=r.methodWrapper=(0,n.addNamed)(e,i,l)}(0,a.default)(e,{wrapAsync:t},c,d)}}}}return{name:"transform-async-to-generator",visitor:{Function(e,r){if(!e.node.async||e.node.generator)return;(0,a.default)(e,{wrapAsync:r.addHelper("asyncToGenerator")},c,d)}}}}))},9857:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(9045);var a=t(8304);var n=r["default"]=(0,s.declare)((e=>{e.assertVersion(7);function transformStatementList(e,r){for(const e of r){if(!e.isFunctionDeclaration())continue;const r=e.node;const t=a.types.variableDeclaration("let",[a.types.variableDeclarator(r.id,a.types.toExpression(r))]);t._blockHoist=2;r.id=null;e.replaceWith(t)}}return{name:"transform-block-scoped-functions",visitor:{BlockStatement(e){const{node:r,parent:t}=e;if(a.types.isFunction(t,{body:r})||a.types.isExportDeclaration(t)){return}transformStatementList(e,e.get("body"))},SwitchCase(e){transformStatementList(e,e.get("consequent"))}}}}))},5719:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.annexB33FunctionsVisitor=void 0;r.isVarScope=isVarScope;var s=t(8304);const a=r.annexB33FunctionsVisitor=Object.assign({VariableDeclaration(e){if(isStrict(e))return;if(e.node.kind!=="var")return;const r=e.scope.getFunctionParent()||e.scope.getProgramParent();r.path.traverse(n,{names:Object.keys(e.getBindingIdentifiers())})}},{BlockStatement(e){if(isStrict(e))return;if(s.types.isFunction(e.parent,{body:e.node}))return;transformStatementList(e.get("body"))},SwitchCase(e){if(isStrict(e))return;transformStatementList(e.get("consequent"))}});function transformStatementList(e){e:for(const r of e){if(!r.isFunctionDeclaration())continue;if(r.node.async||r.node.generator)return;const{scope:e}=r.parentPath;if(isVarScope(e))return;const{name:t}=r.node.id;let s=e;do{if(s.parent.hasOwnBinding(t))continue e;s=s.parent}while(!isVarScope(s));maybeTransformBlockScopedFunction(r)}}function maybeTransformBlockScopedFunction(e){const{node:r,parentPath:{scope:t}}=e;const{id:a}=r;t.removeOwnBinding(a.name);r.id=null;const n=s.types.variableDeclaration("var",[s.types.variableDeclarator(a,s.types.toExpression(r))]);n._blockHoist=2;const[o]=e.replaceWith(n);t.registerDeclaration(o)}const n={Scope(e,{names:r}){for(const t of r){const r=e.scope.getOwnBinding(t);if(r&&r.kind==="hoisted"){maybeTransformBlockScopedFunction(r.path)}}},"Expression|Declaration"(e){e.skip()}};function isVarScope(e){return e.path.isFunctionParent()||e.path.isProgram()}function isStrict(e){return!!e.find((({node:e})=>{var r;if(s.types.isProgram(e)){if(e.sourceType==="module")return true}else if(s.types.isClass(e)){return true}else if(!s.types.isBlockStatement(e)){return false}return(r=e.directives)==null?void 0:r.some((e=>e.value.value==="use strict"))}))}},7309:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(9045);var a=t(8304);var n=t(3041);var o=t(3287);var i=t(5719);var l=r["default"]=(0,s.declare)(((e,r)=>{e.assertVersion(7);const{throwIfClosureRequired:t=false,tdz:s=false}=r;if(typeof t!=="boolean"){throw new Error(`.throwIfClosureRequired must be a boolean, or undefined`)}if(typeof s!=="boolean"){throw new Error(`.tdz must be a boolean, or undefined`)}return{name:"transform-block-scoping",visitor:a.traverse.visitors.merge([i.annexB33FunctionsVisitor,{Loop(e,r){const a=e.isForStatement();const o=a?e.get("init"):e.isForXStatement()?e.get("left"):null;let i=false;const markNeedsBodyWrap=()=>{if(t){throw e.buildCodeFrameError("Compiling let/const in this block would add a closure "+"(throwIfClosureRequired).")}i=true};const l=e.get("body");let c;if(l.isBlockStatement()){c=l.scope}const d=(0,n.getLoopBodyBindings)(e);for(const r of d){const{capturedInClosure:t}=(0,n.getUsageInBody)(r,e);if(t)markNeedsBodyWrap()}const u=[];const p=new Map;if(o&&isBlockScoped(o.node)){const r=Object.keys(o.getBindingIdentifiers());const t=o.scope;for(let s of r){var f;if((f=c)!=null&&f.hasOwnBinding(s))continue;let r=t.getOwnBinding(s);if(!r){t.crawl();r=t.getOwnBinding(s)}const{usages:o,capturedInClosure:i,hasConstantViolations:l}=(0,n.getUsageInBody)(r,e);if(t.parent.hasBinding(s)||t.parent.hasGlobal(s)){const e=t.generateUid(s);t.rename(s,e);s=e}if(i){markNeedsBodyWrap();u.push(s)}if(a&&l){p.set(s,o)}}}if(i){const t=(0,n.wrapLoopBody)(e,u,p);if(o!=null&&o.isVariableDeclaration()){transformBlockScopedVariable(o,r,s)}t.get("declarations.0.init").unwrapFunctionEnvironment()}},VariableDeclaration(e,r){transformBlockScopedVariable(e,r,s)},ClassDeclaration(e){const{id:r}=e.node;if(!r)return;const{scope:t}=e.parentPath;if(!(0,i.isVarScope)(t)&&t.parent.hasBinding(r.name,{noUids:true})){e.scope.rename(r.name)}}}])}}));const c={Scope(e,{names:r}){for(const t of r){const r=e.scope.getOwnBinding(t);if(r&&r.kind==="hoisted"){e.scope.rename(t)}}},"Expression|Declaration"(e){e.skip()}};function transformBlockScopedVariable(e,r,t){if(!isBlockScoped(e.node))return;const s=(0,o.validateUsage)(e,r,t);e.node.kind="var";const i=Object.keys(e.getBindingIdentifiers());for(const r of i){const t=e.scope.getOwnBinding(r);if(!t)continue;t.kind="var"}if(isInLoop(e)&&!(0,n.isVarInLoopHead)(e)||s.length>0){for(const r of e.node.declarations){var l;(l=r.init)!=null?l:r.init=e.scope.buildUndefinedNode()}}const d=e.scope;const u=d.getFunctionParent()||d.getProgramParent();if(u!==d){for(const e of i){let r=e;if(d.parent.hasBinding(e,{noUids:true})||d.parent.hasGlobal(e)){r=d.generateUid(e);d.rename(e,r)}d.moveBindingTo(r,u)}}d.path.traverse(c,{names:i});for(const t of s){e.scope.push({id:a.types.identifier(t),init:r.addHelper("temporalUndefined")})}}function isLetOrConst(e){return e==="let"||e==="const"}function isInLoop(e){if(!e.parentPath)return false;if(e.parentPath.isLoop())return true;if(e.parentPath.isFunctionParent())return false;return isInLoop(e.parentPath)}function isBlockScoped(e){if(!a.types.isVariableDeclaration(e))return false;if(!isLetOrConst(e.kind)&&e.kind!=="using"){return false}return true}},3041:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.getLoopBodyBindings=getLoopBodyBindings;r.getUsageInBody=getUsageInBody;r.isVarInLoopHead=isVarInLoopHead;r.wrapLoopBody=wrapLoopBody;var s=t(8304);const a={"Expression|Declaration|Loop"(e){e.skip()},Scope(e,r){if(e.isFunctionParent())e.skip();const{bindings:t}=e.scope;for(const e of Object.keys(t)){const s=t[e];if(s.kind==="let"||s.kind==="const"||s.kind==="hoisted"){r.blockScoped.push(s)}}}};function getLoopBodyBindings(e){const r={blockScoped:[]};e.traverse(a,r);return r.blockScoped}function getUsageInBody(e,r){const t=new WeakSet;let s=false;const a=filterMap(e.constantViolations,(e=>{const{inBody:a,inClosure:n}=relativeLoopLocation(e,r);if(!a)return null;s||(s=n);const o=e.isUpdateExpression()?e.get("argument"):e.isAssignmentExpression()?e.get("left"):null;if(o)t.add(o.node);return o}));const n=filterMap(e.referencePaths,(e=>{if(t.has(e.node))return null;const{inBody:a,inClosure:n}=relativeLoopLocation(e,r);if(!a)return null;s||(s=n);return e}));return{capturedInClosure:s,hasConstantViolations:a.length>0,usages:n.concat(a)}}function relativeLoopLocation(e,r){const t=r.get("body");let s=false;for(let a=e;a;a=a.parentPath){if(a.isFunction()||a.isClass()||a.isMethod()){s=true}if(a===t){return{inBody:true,inClosure:s}}else if(a===r){return{inBody:false,inClosure:s}}}throw new Error("Internal Babel error: path is not in loop. Please report this as a bug.")}const n={Function(e){e.skip()},LabeledStatement:{enter({node:e},r){r.labelsStack.push(e.label.name)},exit({node:e},r){const t=r.labelsStack.pop();if(t!==e.label.name){throw new Error("Assertion failure. Please report this bug to Babel.")}}},Loop:{enter(e,r){r.labellessContinueTargets++;r.labellessBreakTargets++},exit(e,r){r.labellessContinueTargets--;r.labellessBreakTargets--}},SwitchStatement:{enter(e,r){r.labellessBreakTargets++},exit(e,r){r.labellessBreakTargets--}},"BreakStatement|ContinueStatement"(e,r){const{label:t}=e.node;if(t){if(r.labelsStack.includes(t.name))return}else if(e.isBreakStatement()?r.labellessBreakTargets>0:r.labellessContinueTargets>0){return}r.breaksContinues.push(e)},ReturnStatement(e,r){r.returns.push(e)},VariableDeclaration(e,r){if(e.parent===r.loopNode&&isVarInLoopHead(e))return;if(e.node.kind==="var")r.vars.push(e)}};function wrapLoopBody(e,r,t){const a=e.node;const o={breaksContinues:[],returns:[],labelsStack:[],labellessBreakTargets:0,labellessContinueTargets:0,vars:[],loopNode:a};e.traverse(n,o);const i=[];const l=[];const c=[];for(const[r,a]of t){i.push(s.types.identifier(r));const t=e.scope.generateUid(r);l.push(s.types.identifier(t));c.push(s.types.assignmentExpression("=",s.types.identifier(r),s.types.identifier(t)));for(const e of a)e.replaceWith(s.types.identifier(t))}for(const e of r){if(t.has(e))continue;i.push(s.types.identifier(e));l.push(s.types.identifier(e))}const d=e.scope.generateUid("loop");const u=s.types.functionExpression(null,l,s.types.toBlock(a.body));let p=s.types.callExpression(s.types.identifier(d),i);const f=e.findParent((e=>e.isFunction()));if(f){const{async:e,generator:r}=f.node;u.async=e;u.generator=r;if(r)p=s.types.yieldExpression(p,true);else if(e)p=s.types.awaitExpression(p)}const y=c.length>0?s.types.expressionStatement(s.types.sequenceExpression(c)):null;if(y)u.body.body.push(y);const[g]=e.insertBefore(s.types.variableDeclaration("var",[s.types.variableDeclarator(s.types.identifier(d),u)]));const h=[];const b=[];for(const e of o.vars){const r=[];for(const t of e.node.declarations){b.push(...Object.keys(s.types.getBindingIdentifiers(t.id)));if(t.init){r.push(s.types.assignmentExpression("=",t.id,t.init))}else if(s.types.isForXStatement(e.parent,{left:e.node})){r.push(t.id)}}if(r.length>0){const t=r.length===1?r[0]:s.types.sequenceExpression(r);e.replaceWith(t)}else{e.remove()}}if(b.length){g.pushContainer("declarations",b.map((e=>s.types.variableDeclarator(s.types.identifier(e)))))}const x=o.breaksContinues.length;const v=o.returns.length;if(x+v===0){h.push(s.types.expressionStatement(p))}else if(x===1&&v===0){for(const e of o.breaksContinues){const{node:r}=e;const{type:t,label:a}=r;let n=t==="BreakStatement"?"break":"continue";if(a)n+=" "+a.name;e.replaceWith(s.types.addComment(s.types.returnStatement(s.types.numericLiteral(1)),"trailing"," "+n,true));if(y)e.insertBefore(s.types.cloneNode(y));h.push(s.template.statement.ast`
if (${p}) ${r}
`)}}else{const r=e.scope.generateUid("ret");if(g.isVariableDeclaration()){g.pushContainer("declarations",[s.types.variableDeclarator(s.types.identifier(r))]);h.push(s.types.expressionStatement(s.types.assignmentExpression("=",s.types.identifier(r),p)))}else{h.push(s.types.variableDeclaration("var",[s.types.variableDeclarator(s.types.identifier(r),p)]))}const t=[];for(const e of o.breaksContinues){const{node:a}=e;const{type:n,label:o}=a;let i=n==="BreakStatement"?"break":"continue";if(o)i+=" "+o.name;let l=t.indexOf(i);const c=l!==-1;if(!c){t.push(i);l=t.length-1}e.replaceWith(s.types.addComment(s.types.returnStatement(s.types.numericLiteral(l)),"trailing"," "+i,true));if(y)e.insertBefore(s.types.cloneNode(y));if(c)continue;h.push(s.template.statement.ast`
if (${s.types.identifier(r)} === ${s.types.numericLiteral(l)}) ${a}
`)}if(v){for(const e of o.returns){const r=e.node.argument||e.scope.buildUndefinedNode();e.replaceWith(s.template.statement.ast`
return { v: ${r} };
`)}h.push(s.template.statement.ast`
if (${s.types.identifier(r)}) return ${s.types.identifier(r)}.v;
`)}}a.body=s.types.blockStatement(h);return g}function isVarInLoopHead(e){if(s.types.isForStatement(e.parent))return e.key==="init";if(s.types.isForXStatement(e.parent))return e.key==="left";return false}function filterMap(e,r){const t=[];for(const s of e){const e=r(s);if(e)t.push(e)}return t}},3287:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.validateUsage=validateUsage;var s=t(8304);function validateUsage(e,r,t){const s=[];for(const a of Object.keys(e.getBindingIdentifiers())){const n=e.scope.getBinding(a);if(!n)continue;if(t){if(injectTDZChecks(n,r))s.push(a)}if(e.node.kind==="const"){disallowConstantViolations(a,n,r)}}return s}function disallowConstantViolations(e,r,t){for(const a of r.constantViolations){const r=t.addHelper("readOnlyError");const n=s.types.callExpression(r,[s.types.stringLiteral(e)]);if(a.isAssignmentExpression()){const{operator:e,left:r,right:t}=a.node;if(e==="="){const e=[t];e.push(n);a.replaceWith(s.types.sequenceExpression(e))}else if(["&&=","||=","??="].includes(e)){a.replaceWith(s.types.logicalExpression(e.slice(0,-1),r,s.types.sequenceExpression([t,n])))}else{a.replaceWith(s.types.sequenceExpression([s.types.binaryExpression(e.slice(0,-1),r,t),n]))}}else if(a.isUpdateExpression()){a.replaceWith(s.types.sequenceExpression([s.types.unaryExpression("+",a.get("argument").node),n]))}else if(a.isForXStatement()){a.ensureBlock();a.get("left").replaceWith(s.types.variableDeclaration("var",[s.types.variableDeclarator(a.scope.generateUidIdentifier(e))]));a.node.body.body.unshift(s.types.expressionStatement(n))}}}function getTDZStatus(e,r){const t=r._guessExecutionStatusRelativeTo(e);if(t==="before"){return"outside"}else if(t==="after"){return"inside"}else{return"maybe"}}const a=new WeakSet;function buildTDZAssert(e,r,t){if(e==="maybe"){const e=s.types.cloneNode(r);a.add(e);return s.types.callExpression(t.addHelper("temporalRef"),[e,s.types.stringLiteral(r.name)])}else{return s.types.callExpression(t.addHelper("tdz"),[s.types.stringLiteral(r.name)])}}function getTDZReplacement(e,r,t=e.node){var s;if(a.has(t))return;a.add(t);const n=(s=e.scope.getBinding(t.name))==null?void 0:s.path;if(!n||n.isFunctionDeclaration())return;const o=getTDZStatus(e,n);if(o==="outside")return;if(o==="maybe"){n.parent._tdzThis=true}return{status:o,node:buildTDZAssert(o,t,r)}}function injectTDZChecks(e,r){const t=new Set(e.referencePaths);e.constantViolations.forEach(t.add,t);let n=false;for(const t of e.constantViolations){const{node:e}=t;if(a.has(e))continue;a.add(e);if(t.isUpdateExpression()){const e=t.get("argument");const s=getTDZReplacement(t,r,e.node);if(!s)continue;if(s.status==="maybe"){n=true;t.insertBefore(s.node)}else{t.replaceWith(s.node)}}else if(t.isAssignmentExpression()){const e=[];const a=t.getBindingIdentifiers();for(const o of Object.keys(a)){const i=getTDZReplacement(t,r,a[o]);if(i){e.push(s.types.expressionStatement(i.node));if(i.status==="inside")break;if(i.status==="maybe")n=true}}if(e.length>0)t.insertBefore(e)}}for(const t of e.referencePaths){if(t.parentPath.isUpdateExpression())continue;if(t.parentPath.isFor({left:t.node}))continue;const e=getTDZReplacement(t,r);if(!e)continue;if(e.status==="maybe")n=true;t.replaceWith(e.node)}return n}},6909:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(9045);var a=t(3713);var n=r["default"]=(0,s.declare)(((e,r)=>{e.assertVersion(7);return(0,a.createClassFeaturePlugin)({name:"transform-class-properties",api:e,feature:a.FEATURES.fields,loose:r.loose,manipulateOptions(e,r){{r.plugins.push("classProperties","classPrivateProperties")}}})}))},1603:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(9045);var a=t(3713);function generateUid(e,r){const t="";let s;let a=1;do{s=`_${t}`;if(a>1)s+=a;a++}while(r.has(s));return s}var n=r["default"]=(0,s.declare)((({types:e,template:r,assertVersion:t})=>{t("^7.12.0 || >8.0.0-alpha <8.0.0-beta");return{name:"transform-class-static-block",manipulateOptions:(e,r)=>r.plugins.push("classStaticBlock"),pre(){(0,a.enableFeature)(this.file,a.FEATURES.staticBlocks,false)},visitor:{ClassBody(t){const{scope:s}=t;const a=new Set;const n=t.get("body");for(const e of n){if(e.isPrivate()){a.add(e.get("key.id").node.name)}}for(const t of n){if(!t.isStaticBlock())continue;const n=generateUid(s,a);a.add(n);const o=e.privateName(e.identifier(n));let i;const l=t.node.body;if(l.length===1&&e.isExpressionStatement(l[0])){i=e.inheritsComments(l[0].expression,l[0])}else{i=r.expression.ast`(() => { ${l} })()`}t.replaceWith(e.classPrivateProperty(o,i,[],true))}}}}}))},9437:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(9045);var a=t(3924);var n=t(344);var o=t(8304);var i=t(6929);var l=t(1093);const getBuiltinClasses=e=>Object.keys(i[e]).filter((e=>/^[A-Z]/.test(e)));const c=new Set([...getBuiltinClasses("builtin"),...getBuiltinClasses("browser")]);var d=r["default"]=(0,s.declare)(((e,r)=>{var s,i,d,u;e.assertVersion(7);const{loose:p=false}=r;const f=(s=e.assumption("setClassMethods"))!=null?s:p;const y=(i=e.assumption("constantSuper"))!=null?i:p;const g=(d=e.assumption("superIsCallableConstructor"))!=null?d:p;const h=(u=e.assumption("noClassCalls"))!=null?u:p;const b=!(0,a.isRequired)("transform-unicode-escapes",e.targets());const x=new WeakSet;return{name:"transform-classes",visitor:{ExportDefaultDeclaration(e){if(!e.get("declaration").isClassDeclaration())return;{var r;(r=e.splitExportDeclaration)!=null?r:e.splitExportDeclaration=t(7369).NodePath.prototype.splitExportDeclaration}e.splitExportDeclaration()},ClassDeclaration(e){const{node:r}=e;const t=r.id?o.types.cloneNode(r.id):e.scope.generateUidIdentifier("class");e.replaceWith(o.types.variableDeclaration("let",[o.types.variableDeclarator(t,o.types.toExpression(r))]))},ClassExpression(e,r){const{node:s}=e;if(x.has(s))return;{var a;(a=e.ensureFunctionName)!=null?a:e.ensureFunctionName=t(7369).NodePath.prototype.ensureFunctionName}const o=e.ensureFunctionName(b);if(o&&o.node!==s)return;x.add(s);const[i]=e.replaceWith((0,l.default)(e,r.file,c,p,{setClassMethods:f,constantSuper:y,superIsCallableConstructor:g,noClassCalls:h},b));if(i.isCallExpression()){(0,n.default)(i);const e=i.get("callee");if(e.isArrowFunctionExpression()){e.arrowFunctionToExpression()}}}}}}))},5509:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=addCallSuperHelper;var s=t(8304);const a=s.template.statement`
function CALL_SUPER(
_this,
derived,
args,
) {
function isNativeReflectConstruct() {
if (typeof Reflect === "undefined" || !Reflect.construct) return false;
// core-js@3
if (Reflect.construct.sham) return false;
// Proxy can't be polyfilled. Every browser implemented
// proxies before or at the same time as Reflect.construct,
// so if they support Proxy they also support Reflect.construct.
if (typeof Proxy === "function") return true;
// Since Reflect.construct can't be properly polyfilled, some
// implementations (e.g. core-js@2) don't set the correct internal slots.
// Those polyfills don't allow us to subclass built-ins, so we need to
// use our fallback implementation.
try {
// If the internal slots aren't set, this throws an error similar to
// TypeError: this is not a Boolean object.
return !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {}),);
} catch (e) {
return false;
}
}
// Super
derived = GET_PROTOTYPE_OF(derived);
return POSSIBLE_CONSTRUCTOR_RETURN(
_this,
isNativeReflectConstruct()
? // NOTE: This doesn't work if this.__proto__.constructor has been modified.
Reflect.construct(
derived,
args || [],
GET_PROTOTYPE_OF(_this).constructor,
)
: derived.apply(_this, args),
);
}
`;const n=new WeakMap;function addCallSuperHelper(e){if(n.has(e)){return(s.types.cloneNode||s.types.clone)(n.get(e))}try{return e.addHelper("callSuper")}catch(e){}const r=e.scope.generateUidIdentifier("callSuper");n.set(e,r);const t=a({CALL_SUPER:r,GET_PROTOTYPE_OF:e.addHelper("getPrototypeOf"),POSSIBLE_CONSTRUCTOR_RETURN:e.addHelper("possibleConstructorReturn")});e.path.unshiftContainer("body",[t]);e.scope.registerDeclaration(e.path.get("body.0"));return s.types.cloneNode(r)}},1093:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=transformClass;var s=t(6721);var a=t(8304);var n=t(7369);var o=t(344);var i=t(5509);function buildConstructor(e,r,t){const s=a.types.functionDeclaration(a.types.cloneNode(e),[],r);a.types.inherits(s,t);return s}function transformClass(e,r,l,c,d,u){const p={parent:undefined,scope:undefined,node:undefined,path:undefined,file:undefined,classId:undefined,classRef:undefined,superName:null,superReturns:[],isDerived:false,extendsNative:false,construct:undefined,constructorBody:undefined,userConstructor:undefined,userConstructorPath:undefined,hasConstructor:false,body:[],superThises:[],pushedInherits:false,pushedCreateClass:false,protoAlias:null,isLoose:false,dynamicKeys:new Map,methods:{instance:{hasComputed:false,list:[],map:new Map},static:{hasComputed:false,list:[],map:new Map}}};const setState=e=>{Object.assign(p,e)};const f=n.visitors.environmentVisitor({ThisExpression(e){p.superThises.push(e)}});function createClassHelper(e){return a.types.callExpression(p.file.addHelper("createClass"),e)}function maybeCreateConstructor(){const e=p.path.get("body");for(const r of e.get("body")){if(r.isClassMethod({kind:"constructor"}))return}let r,t;if(p.isDerived){const e=a.template.expression.ast`
(function () {
super(...arguments);
})
`;r=e.params;t=e.body}else{r=[];t=a.types.blockStatement([])}e.unshiftContainer("body",a.types.classMethod("constructor",a.types.identifier("constructor"),r,t))}function buildBody(){maybeCreateConstructor();pushBody();verifyConstructor();if(p.userConstructor){const{constructorBody:e,userConstructor:r,construct:t}=p;e.body.push(...r.body.body);a.types.inherits(t,r);a.types.inherits(e,r.body)}pushDescriptors()}function pushBody(){const e=p.path.get("body.body");for(const o of e){const e=o.node;if(o.isClassProperty()||o.isClassPrivateProperty()){throw o.buildCodeFrameError("Missing class properties transform.")}if(e.decorators){throw o.buildCodeFrameError("Method has decorators, put the decorator plugin before the classes one.")}if(a.types.isClassMethod(e)){const a=e.kind==="constructor";const i=new s.default({methodPath:o,objectRef:p.classRef,superRef:p.superName,constantSuper:d.constantSuper,file:p.file,refToPreserve:p.classRef});i.replace();const l=[];o.traverse(n.visitors.environmentVisitor({ReturnStatement(e){if(!e.getFunctionParent().isArrowFunctionExpression()){l.push(e)}}}));if(a){pushConstructor(l,e,o)}else{{var r;(r=o.ensureFunctionName)!=null?r:o.ensureFunctionName=t(7369).NodePath.prototype.ensureFunctionName}o.ensureFunctionName(u);let s;if(e!==o.node){s=o.node;o.replaceWith(e)}pushMethod(e,s)}}}}function pushDescriptors(){pushInheritsToBody();const{body:e}=p;const r={instance:null,static:null};for(const e of["static","instance"]){if(p.methods[e].list.length){r[e]=p.methods[e].list.map((e=>{const r=a.types.objectExpression([a.types.objectProperty(a.types.identifier("key"),e.key)]);for(const t of["get","set","value"]){if(e[t]!=null){r.properties.push(a.types.objectProperty(a.types.identifier(t),e[t]))}}return r}))}}if(r.instance||r.static){let t=[a.types.cloneNode(p.classRef),r.instance?a.types.arrayExpression(r.instance):a.types.nullLiteral(),r.static?a.types.arrayExpression(r.static):a.types.nullLiteral()];let s=0;for(let e=0;e<t.length;e++){if(!a.types.isNullLiteral(t[e]))s=e}t=t.slice(0,s+1);e.push(a.types.returnStatement(createClassHelper(t)));p.pushedCreateClass=true}}function wrapSuperCall(e,r,t,s){const n=e.node;let o;if(d.superIsCallableConstructor){n.arguments.unshift(a.types.thisExpression());if(n.arguments.length===2&&a.types.isSpreadElement(n.arguments[1])&&a.types.isIdentifier(n.arguments[1].argument,{name:"arguments"})){n.arguments[1]=n.arguments[1].argument;n.callee=a.types.memberExpression(a.types.cloneNode(r),a.types.identifier("apply"))}else{n.callee=a.types.memberExpression(a.types.cloneNode(r),a.types.identifier("call"))}o=a.types.logicalExpression("||",n,a.types.thisExpression())}else{var l;const e=[a.types.thisExpression(),a.types.cloneNode(p.classRef)];if((l=n.arguments)!=null&&l.length){const r=n.arguments;if(r.length===1&&a.types.isSpreadElement(r[0])&&a.types.isIdentifier(r[0].argument,{name:"arguments"})){e.push(r[0].argument)}else{e.push(a.types.arrayExpression(r))}}o=a.types.callExpression((0,i.default)(p.file),e)}if(e.parentPath.isExpressionStatement()&&e.parentPath.container===s.node.body&&s.node.body.length-1===e.parentPath.key){if(p.superThises.length){o=a.types.assignmentExpression("=",t(),o)}e.parentPath.replaceWith(a.types.returnStatement(o))}else{e.replaceWith(a.types.assignmentExpression("=",t(),o))}}function verifyConstructor(){if(!p.isDerived)return;const e=p.userConstructorPath;const r=e.get("body");const t=e.get("body");let s=t.node.body.length;e.traverse(f);let thisRef=function(){const r=e.scope.generateDeclaredUidIdentifier("this");s++;thisRef=()=>a.types.cloneNode(r);return r};const buildAssertThisInitialized=function(){return a.types.callExpression(p.file.addHelper("assertThisInitialized"),[thisRef()])};const o=[];e.traverse(n.visitors.environmentVisitor({Super(e){const{node:r,parentPath:t}=e;if(t.isCallExpression({callee:r})){o.unshift(t)}}}));for(const e of o){wrapSuperCall(e,p.superName,thisRef,r);if(s>=0){let r;e.find((function(e){if(e===t){s=Math.min(s,r.key);return true}const{type:a}=e;switch(a){case"ExpressionStatement":case"SequenceExpression":case"AssignmentExpression":case"BinaryExpression":case"MemberExpression":case"CallExpression":case"NewExpression":case"VariableDeclarator":case"VariableDeclaration":case"BlockStatement":case"ArrayExpression":case"ObjectExpression":case"ObjectProperty":case"TemplateLiteral":r=e;return false;default:if(a==="LogicalExpression"&&e.node.left===r.node||e.isConditional()&&e.node.test===r.node||a==="OptionalCallExpression"&&e.node.callee===r.node||a==="OptionalMemberExpression"&&e.node.object===r.node){r=e;return false}}s=-1;return true}))}}const i=new Set;for(const e of p.superThises){const{node:r,parentPath:a}=e;if(a.isMemberExpression({object:r})){e.replaceWith(thisRef());continue}let n;e.find((function(e){if(e.parentPath===t){n=e.key;return true}}));let o=e.parentPath.isSequenceExpression()?e.parentPath:e;if(o.listKey==="arguments"&&(o.parentPath.isCallExpression()||o.parentPath.isOptionalCallExpression())){o=o.parentPath}else{o=null}if(s!==-1&&n>s||i.has(o)){e.replaceWith(thisRef())}else{if(o){i.add(o)}e.replaceWith(buildAssertThisInitialized())}}let l;if(p.isLoose){l=e=>{const r=buildAssertThisInitialized();return e?a.types.logicalExpression("||",e,r):r}}else{l=e=>{const r=[thisRef()];if(e!=null){r.push(e)}return a.types.callExpression(p.file.addHelper("possibleConstructorReturn"),r)}}const c=r.get("body");const d=s!==-1&&s<c.length;if(!c.length||!c.pop().isReturnStatement()){r.pushContainer("body",a.types.returnStatement(d?thisRef():buildAssertThisInitialized()))}for(const e of p.superReturns){e.get("argument").replaceWith(l(e.node.argument))}}function pushMethod(e,r){if(e.kind==="method"){if(processMethod(e))return}const t=e.static?"static":"instance";const s=p.methods[t];const n=e.kind==="method"?"value":e.kind;const o=a.types.isNumericLiteral(e.key)||a.types.isBigIntLiteral(e.key)?a.types.stringLiteral(String(e.key.value)):a.types.toComputedKey(e);s.hasComputed=!a.types.isStringLiteral(o);const i=r!=null?r:a.types.toExpression(e);let l;if(!s.hasComputed&&s.map.has(o.value)){l=s.map.get(o.value);l[n]=i;if(n==="value"){l.get=null;l.set=null}else{l.value=null}}else{l={key:o,[n]:i};s.list.push(l);if(!s.hasComputed){s.map.set(o.value,l)}}}function processMethod(e){if(d.setClassMethods&&!e.decorators){let{classRef:r}=p;if(!e.static){insertProtoAliasOnce();r=p.protoAlias}const t=a.types.memberExpression(a.types.cloneNode(r),e.key,e.computed||a.types.isLiteral(e.key));const s=a.types.functionExpression(e.id,e.params,e.body,e.generator,e.async);a.types.inherits(s,e);const n=a.types.expressionStatement(a.types.assignmentExpression("=",t,s));a.types.inheritsComments(n,e);p.body.push(n);return true}return false}function insertProtoAliasOnce(){if(p.protoAlias===null){setState({protoAlias:p.scope.generateUidIdentifier("proto")});const e=a.types.memberExpression(p.classRef,a.types.identifier("prototype"));const r=a.types.variableDeclaration("var",[a.types.variableDeclarator(p.protoAlias,e)]);p.body.push(r)}}function pushConstructor(e,r,t){setState({userConstructorPath:t,userConstructor:r,hasConstructor:true,superReturns:e});const{construct:s}=p;a.types.inheritsComments(s,r);s.params=r.params;a.types.inherits(s.body,r.body);s.body.directives=r.body.directives;if(p.hasInstanceDescriptors||p.hasStaticDescriptors){pushDescriptors()}pushInheritsToBody()}function pushInheritsToBody(){if(!p.isDerived||p.pushedInherits)return;p.pushedInherits=true;p.body.unshift(a.types.expressionStatement(a.types.callExpression(p.file.addHelper(p.isLoose?"inheritsLoose":"inherits"),[a.types.cloneNode(p.classRef),a.types.cloneNode(p.superName)])))}function extractDynamicKeys(){const{dynamicKeys:e,node:r,scope:t}=p;for(const s of r.body.body){if(!a.types.isClassMethod(s)||!s.computed)continue;if(t.isPure(s.key,true))continue;const r=t.generateUidIdentifierBasedOnNode(s.key);e.set(r.name,s.key);s.key=r}}function setupClosureParamsArgs(){const{superName:e,dynamicKeys:r}=p;const t=[];const s=[];if(p.isDerived){let r=a.types.cloneNode(e);if(p.extendsNative){r=a.types.callExpression(p.file.addHelper("wrapNativeSuper"),[r]);(0,o.default)(r)}const n=p.scope.generateUidIdentifierBasedOnNode(e);t.push(n);s.push(r);setState({superName:a.types.cloneNode(n)})}for(const[e,n]of r){t.push(a.types.identifier(e));s.push(n)}return{closureParams:t,closureArgs:s}}function classTransformer(e,r,t,s){setState({parent:e.parent,scope:e.scope,node:e.node,path:e,file:r,isLoose:s});setState({classId:p.node.id,classRef:p.node.id?a.types.identifier(p.node.id.name):p.scope.generateUidIdentifier("class"),superName:p.node.superClass,isDerived:!!p.node.superClass,constructorBody:a.types.blockStatement([])});setState({extendsNative:a.types.isIdentifier(p.superName)&&t.has(p.superName.name)&&!p.scope.hasBinding(p.superName.name,true)});const{classRef:n,node:o,constructorBody:i}=p;setState({construct:buildConstructor(n,i,o)});extractDynamicKeys();const{body:l}=p;const{closureParams:c,closureArgs:u}=setupClosureParamsArgs();buildBody();if(!d.noClassCalls){i.body.unshift(a.types.expressionStatement(a.types.callExpression(p.file.addHelper("classCallCheck"),[a.types.thisExpression(),a.types.cloneNode(p.classRef)])))}const f=e.isInStrictMode();let y=l.length===0;if(y&&!f){for(const e of p.construct.params){if(!a.types.isIdentifier(e)){y=false;break}}}const g=y?p.construct.body.directives:[];if(!f){g.push(a.types.directive(a.types.directiveLiteral("use strict")))}if(y){const e=a.types.toExpression(p.construct);return p.isLoose?e:createClassHelper([e])}if(!p.pushedCreateClass){l.push(a.types.returnStatement(p.isLoose?a.types.cloneNode(p.classRef):createClassHelper([a.types.cloneNode(p.classRef)])))}l.unshift(p.construct);const h=a.types.arrowFunctionExpression(c,a.types.blockStatement(l,g));return a.types.callExpression(h,u)}return classTransformer(e,r,l,c)}},3579:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(8304);var a=t(9045);var n=t(5326);{var o=n.default.expression.ast`
function (type, obj, key, fn) {
var desc = { configurable: true, enumerable: true };
desc[type] = fn;
return Object.defineProperty(obj, key, desc);
}
`;o._compact=true}var i=r["default"]=(0,a.declare)(((e,r)=>{var t;e.assertVersion(7);const a=(t=e.assumption("setComputedProperties"))!=null?t:r.loose;const n=a?pushComputedPropsLoose:pushComputedPropsSpec;function buildDefineAccessor(e,r,t){const a=t.kind;const n=!t.computed&&s.types.isIdentifier(t.key)?s.types.stringLiteral(t.key.name):t.key;const i=getValue(t);{let t;if(e.availableHelper("defineAccessor")){t=e.addHelper("defineAccessor")}else{const r=e.file;t=r.get("fallbackDefineAccessorHelper");if(!t){const e=r.scope.generateUidIdentifier("defineAccessor");r.scope.push({id:e,init:o});r.set("fallbackDefineAccessorHelper",t=e)}t=s.types.cloneNode(t)}return s.types.callExpression(t,[s.types.stringLiteral(a),r,n,i])}}function getValue(e){if(s.types.isObjectProperty(e)){return e.value}else if(s.types.isObjectMethod(e)){return s.types.functionExpression(null,e.params,e.body,e.generator,e.async)}}function pushAssign(e,r,t){t.push(s.types.expressionStatement(s.types.assignmentExpression("=",s.types.memberExpression(s.types.cloneNode(e),r.key,r.computed||s.types.isLiteral(r.key)),getValue(r))))}function pushComputedPropsLoose(e){const{computedProps:r,state:t,initPropExpression:a,objId:n,body:o}=e;for(const e of r){if(s.types.isObjectMethod(e)&&(e.kind==="get"||e.kind==="set")){if(r.length===1){return buildDefineAccessor(t,a,e)}else{o.push(s.types.expressionStatement(buildDefineAccessor(t,s.types.cloneNode(n),e)))}}else{pushAssign(s.types.cloneNode(n),e,o)}}}function pushComputedPropsSpec(e){const{objId:r,body:t,computedProps:a,state:n}=e;const o=10;let i=null;const l=[];for(const e of a){if(!i||i.length===o){i=[];l.push(i)}i.push(e)}for(const a of l){const o=l.length===1;let i=o?e.initPropExpression:s.types.cloneNode(r);for(const r of a){if(s.types.isObjectMethod(r)&&(r.kind==="get"||r.kind==="set")){i=buildDefineAccessor(e.state,i,r)}else{i=s.types.callExpression(n.addHelper("defineProperty"),[i,s.types.toComputedKey(r),getValue(r)])}}if(o)return i;t.push(s.types.expressionStatement(i))}}return{name:"transform-computed-properties",visitor:{ObjectExpression:{exit(e,r){const{node:t,parent:o,scope:i}=e;let l=false;for(const e of t.properties){l=e.computed===true;if(l)break}if(!l)return;const c=[];const d=[];let u=false;for(const e of t.properties){if(s.types.isSpreadElement(e)){continue}if(e.computed){u=true}if(u){d.push(e)}else{c.push(e)}}const p=i.generateUidIdentifierBasedOnNode(o);const f=s.types.objectExpression(c);const y=[];y.push(s.types.variableDeclaration("var",[s.types.variableDeclarator(p,f)]));const g=n({scope:i,objId:p,body:y,computedProps:d,initPropExpression:f,state:r});if(g){e.replaceWith(g)}else{if(a){y.push(s.types.expressionStatement(s.types.cloneNode(p)))}e.replaceWithMultiple(y)}}}}}}))},2610:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});var s=t(9045);var a=t(8304);function isPureVoid(e){return a.types.isUnaryExpression(e)&&e.operator==="void"&&a.types.isPureish(e.argument)}function unshiftForXStatementBody(e,r){e.ensureBlock();const{scope:t,node:s}=e;const n=e.get("body").scope.bindings;const o=Object.keys(n).some((e=>t.hasBinding(e)));if(o){s.body=a.types.blockStatement([...r,s.body])}else{s.body.body.unshift(...r)}}function hasArrayRest(e){return e.elements.some((e=>a.types.isRestElement(e)))}function hasObjectRest(e){return e.properties.some((e=>a.types.isRestElement(e)))}const n={};const arrayUnpackVisitor=(e,r,t)=>{if(!r.length){return}if(a.types.isIdentifier(e)&&a.types.isReferenced(e,r[r.length-1].node)&&t.bindings[e.name]){t.deopt=true;throw n}};class DestructuringTransformer{constructor(e){this.blockHoist=void 0;this.operator=void 0;this.arrayRefSet=void 0;this.nodes=void 0;this.scope=void 0;this.kind=void 0;this.iterableIsArray=void 0;this.arrayLikeIsIterable=void 0;this.objectRestNoSymbols=void 0;this.useBuiltIns=void 0;this.addHelper=void 0;this.blockHoist=e.blockHoist;this.operator=e.operator;this.arrayRefSet=new Set;this.nodes=e.nodes||[];this.scope=e.scope;this.kind=e.kind;this.iterableIsArray=e.iterableIsArray;this.arrayLikeIsIterable=e.arrayLikeIsIterable;this.objectRestNoSymbols=e.objectRestNoSymbols;this.useBuiltIns=e.useBuiltIns;this.addHelper=e.addHelper}getExtendsHelper(){return this.useBuiltIns?a.types.memberExpression(a.types.identifier("Object"),a.types.identifier("assign")):this.addHelper("extends")}buildVariableAssignment(e,r){let t=this.operator;if(a.types.isMemberExpression(e)||a.types.isOptionalMemberExpression(e))t="=";let s;if(t){s=a.types.expressionStatement(a.types.assignmentExpression(t,e,a.types.cloneNode(r)||this.scope.buildUndefinedNode()))}else{let t;if((this.kind==="const"||this.kind==="using")&&r===null){t=this.scope.buildUndefinedNode()}else{t=a.types.cloneNode(r)}s=a.types.variableDeclaration(this.kind,[a.types.variableDeclarator(e,t)])}s._blockHoist=this.blockHoist;return s}buildVariableDeclaration(e,r){const t=a.types.variableDeclaration("var",[a.types.variableDeclarator(a.types.cloneNode(e),a.types.cloneNode(r))]);t._blockHoist=this.blockHoist;return t}push(e,r){const t=a.types.cloneNode(r);if(a.types.isObjectPattern(e)){this.pushObjectPattern(e,t)}else if(a.types.isArrayPattern(e)){this.pushArrayPattern(e,t)}else if(a.types.isAssignmentPattern(e)){this.pushAssignmentPattern(e,t)}else{this.nodes.push(this.buildVariableAssignment(e,t))}}toArray(e,r){if(this.iterableIsArray||a.types.isIdentifier(e)&&this.arrayRefSet.has(e.name)){return e}else{const{scope:t,arrayLikeIsIterable:s}=this;if(a.types.isIdentifier(e)){const r=t.getBinding(e.name);if(r!=null&&r.constant&&r.path.isGenericType("Array")){return e}}if(a.types.isArrayExpression(e)){return e}if(a.types.isIdentifier(e,{name:"arguments"})){return a.template.expression.ast`
Array.prototype.slice.call(${e})
`}let n;const o=[e];if(typeof r==="number"){o.push(a.types.numericLiteral(r));n="slicedToArray"}else{n="toArray"}if(s){o.unshift(t.path.hub.addHelper(n));n="maybeArrayLike"}return a.types.callExpression(t.path.hub.addHelper(n),o)}}pushAssignmentPattern({left:e,right:r},t){if(isPureVoid(t)){this.push(e,r);return}const s=this.scope.generateUidIdentifierBasedOnNode(t);this.nodes.push(this.buildVariableDeclaration(s,t));const n=a.types.conditionalExpression(a.types.binaryExpression("===",a.types.cloneNode(s),this.scope.buildUndefinedNode()),r,a.types.cloneNode(s));if(a.types.isPattern(e)){let r;let t;if(this.kind==="const"||this.kind==="let"||this.kind==="using"){r=this.scope.generateUidIdentifier(s.name);t=this.buildVariableDeclaration(r,n)}else{r=s;t=a.types.expressionStatement(a.types.assignmentExpression("=",a.types.cloneNode(s),n))}this.nodes.push(t);this.push(e,r)}else{this.nodes.push(this.buildVariableAssignment(e,n))}}pushObjectRest(e,r,t,s){const a=buildObjectExcludingKeys(e.properties.slice(0,s),r,this.scope,(e=>this.addHelper(e)),this.objectRestNoSymbols,this.useBuiltIns);this.nodes.push(this.buildVariableAssignment(t.argument,a))}pushObjectProperty(e,r){if(a.types.isLiteral(e.key))e.computed=true;const t=e.value;const s=a.types.memberExpression(a.types.cloneNode(r),e.key,e.computed);if(a.types.isPattern(t)){this.push(t,s)}else{this.nodes.push(this.buildVariableAssignment(t,s))}}pushObjectPattern(e,r){if(!e.properties.length){this.nodes.push(a.types.expressionStatement(a.types.callExpression(this.addHelper("objectDestructuringEmpty"),isPureVoid(r)?[]:[r])));return}if(e.properties.length>1&&!this.scope.isStatic(r)){const e=this.scope.generateUidIdentifierBasedOnNode(r);this.nodes.push(this.buildVariableDeclaration(e,r));r=e}if(hasObjectRest(e)){let r;for(let t=0;t<e.properties.length;t++){const s=e.properties[t];if(a.types.isRestElement(s)){break}const n=s.key;if(s.computed&&!this.scope.isPure(n)){const a=this.scope.generateUidIdentifierBasedOnNode(n);this.nodes.push(this.buildVariableDeclaration(a,n));if(!r){r=e=Object.assign({},e,{properties:e.properties.slice()})}r.properties[t]=Object.assign({},s,{key:a})}}}for(let t=0;t<e.properties.length;t++){const s=e.properties[t];if(a.types.isRestElement(s)){this.pushObjectRest(e,r,s,t)}else{this.pushObjectProperty(s,r)}}}canUnpackArrayPattern(e,r){if(!a.types.isArrayExpression(r))return false;if(e.elements.length>r.elements.length)return;if(e.elements.length<r.elements.length&&!hasArrayRest(e)){return false}for(const r of e.elements){if(!r)return false;if(a.types.isMemberExpression(r))return false}for(const e of r.elements){if(a.types.isSpreadElement(e))return false;if(a.types.isCallExpression(e))return false;if(a.types.isMemberExpression(e))return false}const t=a.types.getBindingIdentifiers(e);const s={deopt:false,bindings:t};try{a.types.traverse(r,arrayUnpackVisitor,s)}catch(e){if(e!==n)throw e}return!s.deopt}pushUnpackedArrayPattern(e,r){const holeToUndefined=e=>e!=null?e:this.scope.buildUndefinedNode();for(let t=0;t<e.elements.length;t++){const s=e.elements[t];if(a.types.isRestElement(s)){this.push(s.argument,a.types.arrayExpression(r.elements.slice(t).map(holeToUndefined)))}else{this.push(s,holeToUndefined(r.elements[t]))}}}pushArrayPattern(e,r){if(r===null){this.nodes.push(a.types.expressionStatement(a.types.callExpression(this.addHelper("objectDestructuringEmpty"),[])));return}if(!e.elements)return;if(this.canUnpackArrayPattern(e,r)){this.pushUnpackedArrayPattern(e,r);return}const t=!hasArrayRest(e)&&e.elements.length;const s=this.toArray(r,t);if(a.types.isIdentifier(s)){r=s}else{r=this.scope.generateUidIdentifierBasedOnNode(r);this.arrayRefSet.add(r.name);this.nodes.push(this.buildVariableDeclaration(r,s))}for(let t=0;t<e.elements.length;t++){const s=e.elements[t];if(!s)continue;let n;if(a.types.isRestElement(s)){n=this.toArray(r);n=a.types.callExpression(a.types.memberExpression(n,a.types.identifier("slice")),[a.types.numericLiteral(t)]);this.push(s.argument,n)}else{n=a.types.memberExpression(r,a.types.numericLiteral(t),true);this.push(s,n)}}}init(e,r){if(!a.types.isArrayExpression(r)&&!a.types.isMemberExpression(r)){const e=this.scope.maybeGenerateMemoised(r,true);if(e){this.nodes.push(this.buildVariableDeclaration(e,a.types.cloneNode(r)));r=e}}this.push(e,r);return this.nodes}}function buildObjectExcludingKeys(e,r,t,s,n,o){const i=[];let l=true;let c=false;for(let r=0;r<e.length;r++){const t=e[r];const s=t.key;if(a.types.isIdentifier(s)&&!t.computed){i.push(a.types.stringLiteral(s.name))}else if(a.types.isTemplateLiteral(s)){i.push(a.types.cloneNode(s));c=true}else if(a.types.isLiteral(s)){i.push(a.types.stringLiteral(String(s.value)))}else if(a.types.isPrivateName(s));else{i.push(a.types.cloneNode(s));l=false}}let d;if(i.length===0){const e=o?a.types.memberExpression(a.types.identifier("Object"),a.types.identifier("assign")):s("extends");d=a.types.callExpression(e,[a.types.objectExpression([]),a.types.sequenceExpression([a.types.callExpression(s("objectDestructuringEmpty"),[a.types.cloneNode(r)]),a.types.cloneNode(r)])])}else{let e=a.types.arrayExpression(i);if(!l){e=a.types.callExpression(a.types.memberExpression(e,a.types.identifier("map")),[s("toPropertyKey")])}else if(!c&&!a.types.isProgram(t.block)){const r=t.getProgramParent();const s=r.generateUidIdentifier("excluded");r.push({id:s,init:e,kind:"const"});e=a.types.cloneNode(s)}d=a.types.callExpression(s(`objectWithoutProperties${n?"Loose":""}`),[a.types.cloneNode(r),e])}return d}function convertVariableDeclaration(e,r,t,s,n,o){const{node:i,scope:l}=e;const c=i.kind;const d=i.loc;const u=[];for(let e=0;e<i.declarations.length;e++){const c=i.declarations[e];const d=c.init;const p=c.id;const f=new DestructuringTransformer({blockHoist:i._blockHoist,nodes:u,scope:l,kind:i.kind,iterableIsArray:s,arrayLikeIsIterable:t,useBuiltIns:o,objectRestNoSymbols:n,addHelper:r});if(a.types.isPattern(p)){f.init(p,d);if(+e!==i.declarations.length-1){a.types.inherits(u[u.length-1],c)}}else{u.push(a.types.inherits(f.buildVariableAssignment(p,d),c))}}let p=null;let f=[];for(const e of u){if(a.types.isVariableDeclaration(e)){if(p!==null){p.declarations.push(...e.declarations);continue}else{e.kind=c;p=e}}else{p=null}if(!e.loc){e.loc=d}f.push(e)}if(f.length===2&&a.types.isVariableDeclaration(f[0])&&a.types.isExpressionStatement(f[1])&&a.types.isCallExpression(f[1].expression)&&f[0].declarations.length===1){const e=f[1].expression;e.arguments=[f[0].declarations[0].init];f=[e]}else{if(a.types.isForStatement(e.parent,{init:i})&&!f.some((e=>a.types.isVariableDeclaration(e)))){for(let e=0;e<f.length;e++){const r=f[e];if(a.types.isExpressionStatement(r)){f[e]=r.expression}}}}if(f.length===1){e.replaceWith(f[0])}else{e.replaceWithMultiple(f)}l.crawl()}function convertAssignmentExpression(e,r,t,s,n,o){const{node:i,scope:l,parentPath:c}=e;const d=[];const u=new DestructuringTransformer({operator:i.operator,scope:l,nodes:d,arrayLikeIsIterable:t,iterableIsArray:s,objectRestNoSymbols:n,useBuiltIns:o,addHelper:r});let p;if(!c.isExpressionStatement()&&!c.isSequenceExpression()||e.isCompletionRecord()){p=l.generateUidIdentifierBasedOnNode(i.right,"ref");d.push(a.types.variableDeclaration("var",[a.types.variableDeclarator(p,i.right)]));if(a.types.isArrayExpression(i.right)){u.arrayRefSet.add(p.name)}}u.init(i.left,p||i.right);if(p){if(c.isArrowFunctionExpression()){e.replaceWith(a.types.blockStatement([]));d.push(a.types.returnStatement(a.types.cloneNode(p)))}else{d.push(a.types.expressionStatement(a.types.cloneNode(p)))}}e.replaceWithMultiple(d);l.crawl()}function variableDeclarationHasPattern(e){for(const r of e.declarations){if(a.types.isPattern(r.id)){return true}}return false}var o=s.declare(((e,r)=>{var t,s,n,o,i,l;e.assertVersion(7);const{useBuiltIns:c=false}=r;const d=(t=(s=e.assumption("iterableIsArray"))!=null?s:r.loose)!=null?t:false;const u=(n=(o=r.allowArrayLike)!=null?o:e.assumption("arrayLikeIsIterable"))!=null?n:false;const p=(i=(l=e.assumption("objectRestNoSymbols"))!=null?l:r.loose)!=null?i:false;return{name:"transform-destructuring",visitor:{ExportNamedDeclaration(e){const r=e.get("declaration");if(!r.isVariableDeclaration())return;if(!variableDeclarationHasPattern(r.node))return;const t=[];for(const r of Object.keys(e.getOuterBindingIdentifiers())){t.push(a.types.exportSpecifier(a.types.identifier(r),a.types.identifier(r)))}e.replaceWith(r.node);e.insertAfter(a.types.exportNamedDeclaration(null,t));e.scope.crawl()},ForXStatement(e){const{node:r,scope:t}=e;const s=r.left;if(a.types.isPattern(s)){const n=t.generateUidIdentifier("ref");r.left=a.types.variableDeclaration("var",[a.types.variableDeclarator(n)]);e.ensureBlock();const o=e.node.body.body;const i=[];if(o.length===0&&e.isCompletionRecord()){i.unshift(a.types.expressionStatement(t.buildUndefinedNode()))}i.unshift(a.types.expressionStatement(a.types.assignmentExpression("=",s,a.types.cloneNode(n))));unshiftForXStatementBody(e,i);t.crawl();return}if(!a.types.isVariableDeclaration(s))return;const n=s.declarations[0].id;if(!a.types.isPattern(n))return;const o=t.generateUidIdentifier("ref");r.left=a.types.variableDeclaration(s.kind,[a.types.variableDeclarator(o,null)]);const i=[];const l=new DestructuringTransformer({kind:s.kind,scope:t,nodes:i,arrayLikeIsIterable:u,iterableIsArray:d,objectRestNoSymbols:p,useBuiltIns:c,addHelper:e=>this.addHelper(e)});l.init(n,o);unshiftForXStatementBody(e,i);t.crawl()},CatchClause({node:e,scope:r}){const t=e.param;if(!a.types.isPattern(t))return;const s=r.generateUidIdentifier("ref");e.param=s;const n=[];const o=new DestructuringTransformer({kind:"let",scope:r,nodes:n,arrayLikeIsIterable:u,iterableIsArray:d,objectRestNoSymbols:p,useBuiltIns:c,addHelper:e=>this.addHelper(e)});o.init(t,s);e.body.body=[...n,...e.body.body];r.crawl()},AssignmentExpression(e,r){if(!a.types.isPattern(e.node.left))return;convertAssignmentExpression(e,(e=>r.addHelper(e)),u,d,p,c)},VariableDeclaration(e,r){const{node:t,parent:s}=e;if(a.types.isForXStatement(s))return;if(!s||!e.container)return;if(!variableDeclarationHasPattern(t))return;convertVariableDeclaration(e,(e=>r.addHelper(e)),u,d,p,c)}}}}));r.buildObjectExcludingKeys=buildObjectExcludingKeys;r["default"]=o;r.unshiftForXStatementBody=unshiftForXStatementBody},4408:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(5436);var a=t(9045);var n=r["default"]=(0,a.declare)((e=>{e.assertVersion("^7.0.0-0 || >8.0.0-alpha <8.0.0-beta");return(0,s.createRegExpFeaturePlugin)({name:"transform-dotall-regex",feature:"dotAllFlag"})}))},9744:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(9045);var a=t(8304);function getName(e){if(a.types.isIdentifier(e)){return e.name}return e.value.toString()}var n=r["default"]=(0,s.declare)((e=>{e.assertVersion(7);return{name:"transform-duplicate-keys",visitor:{ObjectExpression(e){const{node:r}=e;const t=r.properties.filter((e=>!a.types.isSpreadElement(e)&&!e.computed));const s=Object.create(null);const n=Object.create(null);const o=Object.create(null);for(const e of t){const r=getName(e.key);let t=false;switch(e.kind){case"get":if(s[r]||n[r]){t=true}n[r]=true;break;case"set":if(s[r]||o[r]){t=true}o[r]=true;break;default:if(s[r]||n[r]||o[r]){t=true}s[r]=true}if(t){e.computed=true;e.key=a.types.stringLiteral(r)}}}}}}))},1737:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(5436);var a=t(9045);var n=r["default"]=(0,a.declare)(((e,r)=>{e.assertVersion("^7.19.0 || >8.0.0-alpha <8.0.0-beta");const{runtime:t}=r;if(t!==undefined&&typeof t!=="boolean"){throw new Error("The 'runtime' option must be boolean")}return(0,s.createRegExpFeaturePlugin)({name:"transform-duplicate-named-capturing-groups-regex",feature:"duplicateNamedCaptureGroups",options:{runtime:t}})}))},5802:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(9045);const a=new Set(["commonjs","amd","systemjs"]);const n=`@babel/plugin-transform-dynamic-import depends on a modules\ntransform plugin. Supported plugins are:\n - @babel/plugin-transform-modules-commonjs ^7.4.0\n - @babel/plugin-transform-modules-amd ^7.4.0\n - @babel/plugin-transform-modules-systemjs ^7.4.0\n\nIf you are using Webpack or Rollup and thus don't want\nBabel to transpile your imports and exports, you can use\nthe @babel/plugin-syntax-dynamic-import plugin and let your\nbundler handle dynamic imports.\n`;var o=r["default"]=(0,s.declare)((e=>{e.assertVersion(7);return{name:"transform-dynamic-import",manipulateOptions:(e,r)=>r.plugins.push("dynamicImport"),pre(){this.file.set("@babel/plugin-proposal-dynamic-import","7.25.9")},visitor:{Program(){const e=this.file.get("@babel/plugin-transform-modules-*");if(!a.has(e)){throw new Error(n)}}}}}))},6155:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(9045);var a=r["default"]=(0,s.declare)((e=>{e.assertVersion("^7.0.0-0 || >8.0.0-alpha <8.0.0-beta");const{types:r,template:t}=e;function build(e,t){return r.callExpression(r.memberExpression(r.identifier("Math"),r.identifier("pow")),[e,t])}function maybeMemoize(e,t){if(t.isStatic(e)){return{assign:e,ref:r.cloneNode(e)}}if(t.path.isPattern()){return null}const s=t.generateUidIdentifierBasedOnNode(e);t.push({id:s});return{assign:r.assignmentExpression("=",r.cloneNode(s),e),ref:r.cloneNode(s)}}return{name:"transform-exponentiation-operator",visitor:{AssignmentExpression(e){const{node:s,scope:a}=e;if(s.operator!=="**=")return;if(r.isMemberExpression(s.left)){let n;let o;const i=maybeMemoize(s.left.object,a);if(!i){e.replaceWith(t.expression.ast`(() => ${e.node})()`);return}const{property:l,computed:c}=s.left;if(c){const e=maybeMemoize(l,a);n=r.memberExpression(i.assign,e.assign,true);o=r.memberExpression(i.ref,e.ref,true)}else{n=r.memberExpression(i.assign,l,false);o=r.memberExpression(i.ref,r.cloneNode(l),false)}e.replaceWith(r.assignmentExpression("=",n,build(o,s.right)))}else{e.replaceWith(r.assignmentExpression("=",s.left,build(r.cloneNode(s.left),s.right)))}},BinaryExpression(e){const{node:r}=e;if(r.operator==="**"){e.replaceWith(build(r.left,r.right))}}}}}))},4530:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(9045);var a=t(8304);var n=r["default"]=(0,s.declare)((e=>{e.assertVersion(7);return{name:"transform-export-namespace-from",manipulateOptions:(e,r)=>r.plugins.push("exportNamespaceFrom"),visitor:{ExportNamedDeclaration(e){var r;const{node:t,scope:s}=e;const{specifiers:n}=t;const o=a.types.isExportDefaultSpecifier(n[0])?1:0;if(!a.types.isExportNamespaceSpecifier(n[o]))return;const i=[];if(o===1){i.push(a.types.exportNamedDeclaration(null,[n.shift()],t.source))}const l=n.shift();const{exported:c}=l;const d=s.generateUidIdentifier((r=c.name)!=null?r:c.value);i.push(a.types.importDeclaration([a.types.importNamespaceSpecifier(d)],a.types.cloneNode(t.source)),a.types.exportNamedDeclaration(null,[a.types.exportSpecifier(a.types.cloneNode(d),c)]));if(t.specifiers.length>=1){i.push(t)}const[u]=e.replaceWithMultiple(i);e.scope.registerDeclaration(u)}}}}))},9928:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(9045);var a=t(8304);var n=t(8774);var o=t(9102);function buildLoopBody(e,r,t){let s;const n=e.get("body");const o=t!=null?t:n.node;if(a.types.isBlockStatement(o)&&Object.keys(e.getBindingIdentifiers()).some((e=>n.scope.hasOwnBinding(e)))){s=a.types.blockStatement([r,o])}else{s=a.types.toBlock(o);s.body.unshift(r)}return s}var i=r["default"]=(0,s.declare)(((e,r)=>{var t,s,i;e.assertVersion(7);{const{assumeArray:t,allowArrayLike:s,loose:a}=r;if(a===true&&t===true){throw new Error(`The loose and assumeArray options cannot be used together in @babel/plugin-transform-for-of`)}if(t===true&&s===true){throw new Error(`The assumeArray and allowArrayLike options cannot be used together in @babel/plugin-transform-for-of`)}{if(s&&/^7\.\d\./.test(e.version)){throw new Error(`The allowArrayLike is only supported when using @babel/core@^7.10.0`)}}}const l=(t=r.assumeArray)!=null?t:!r.loose&&e.assumption("iterableIsArray");const c=(s=r.allowArrayLike)!=null?s:e.assumption("arrayLikeIsIterable");const d=(i=e.assumption("skipForOfIteratorClosing"))!=null?i:r.loose;if(l&&c){throw new Error(`The "iterableIsArray" and "arrayLikeIsIterable" assumptions are not compatible.`)}if(l){return{name:"transform-for-of",visitor:{ForOfStatement(e){const{scope:r}=e;const{left:t,await:s}=e.node;if(s){return}const n=(0,o.skipTransparentExprWrapperNodes)(e.node.right);const i=r.generateUidIdentifier("i");let l=r.maybeGenerateMemoised(n,true);if(!l&&a.types.isIdentifier(n)&&e.get("body").scope.hasOwnBinding(n.name)){l=r.generateUidIdentifier("arr")}const c=[a.types.variableDeclarator(i,a.types.numericLiteral(0))];if(l){c.push(a.types.variableDeclarator(l,n))}else{l=n}const d=a.types.memberExpression(a.types.cloneNode(l),a.types.cloneNode(i),true);let u;if(a.types.isVariableDeclaration(t)){u=t;u.declarations[0].init=d}else{u=a.types.expressionStatement(a.types.assignmentExpression("=",t,d))}e.replaceWith(a.types.forStatement(a.types.variableDeclaration("let",c),a.types.binaryExpression("<",a.types.cloneNode(i),a.types.memberExpression(a.types.cloneNode(l),a.types.identifier("length"))),a.types.updateExpression("++",a.types.cloneNode(i)),buildLoopBody(e,u)))}}}}const u=(0,a.template)`
for (var KEY = 0, NAME = ARR; KEY < NAME.length; KEY++) BODY;
`;const p=a.template.statements`
for (var ITERATOR_HELPER = CREATE_ITERATOR_HELPER(OBJECT, ARRAY_LIKE_IS_ITERABLE), STEP_KEY;
!(STEP_KEY = ITERATOR_HELPER()).done;) BODY;
`;const f=a.template.statements`
var ITERATOR_HELPER = CREATE_ITERATOR_HELPER(OBJECT, ARRAY_LIKE_IS_ITERABLE), STEP_KEY;
try {
for (ITERATOR_HELPER.s(); !(STEP_KEY = ITERATOR_HELPER.n()).done;) BODY;
} catch (err) {
ITERATOR_HELPER.e(err);
} finally {
ITERATOR_HELPER.f();
}
`;const y=d?{build:p,helper:"createForOfIteratorHelperLoose",getContainer:e=>e}:{build:f,helper:"createForOfIteratorHelper",getContainer:e=>e[1].block.body};function _ForOfStatementArray(e){const{node:r,scope:t}=e;const s=t.generateUidIdentifierBasedOnNode(r.right,"arr");const n=t.generateUidIdentifier("i");const o=u({BODY:r.body,KEY:n,NAME:s,ARR:r.right});a.types.inherits(o,r);const i=a.types.memberExpression(a.types.cloneNode(s),a.types.cloneNode(n),true);let l;const c=r.left;if(a.types.isVariableDeclaration(c)){c.declarations[0].init=i;l=c}else{l=a.types.expressionStatement(a.types.assignmentExpression("=",c,i))}o.body=buildLoopBody(e,l,o.body);return o}return{name:"transform-for-of",visitor:{ForOfStatement(e,r){const t=e.get("right");if(t.isArrayExpression()||t.isGenericType("Array")||a.types.isArrayTypeAnnotation(t.getTypeAnnotation())){e.replaceWith(_ForOfStatementArray(e));return}{if(!r.availableHelper(y.helper)){(0,n.default)(d,e,r);return}}const{node:s,parent:o,scope:i}=e;const l=s.left;let u;const p=i.generateUid("step");const f=a.types.memberExpression(a.types.identifier(p),a.types.identifier("value"));if(a.types.isVariableDeclaration(l)){u=a.types.variableDeclaration(l.kind,[a.types.variableDeclarator(l.declarations[0].id,f)])}else{u=a.types.expressionStatement(a.types.assignmentExpression("=",l,f))}const g=y.build({CREATE_ITERATOR_HELPER:r.addHelper(y.helper),ITERATOR_HELPER:i.generateUidIdentifier("iterator"),ARRAY_LIKE_IS_ITERABLE:c?a.types.booleanLiteral(true):null,STEP_KEY:a.types.identifier(p),OBJECT:s.right,BODY:buildLoopBody(e,u)});const h=y.getContainer(g);a.types.inherits(h[0],s);a.types.inherits(h[0].body,s.body);if(a.types.isLabeledStatement(o)){h[0]=a.types.labeledStatement(o.label,h[0]);e.parentPath.replaceWithMultiple(g);e.skip()}else{e.replaceWithMultiple(g)}}}}}))},8774:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=transformWithoutHelper;var s=t(8304);function transformWithoutHelper(e,r,t){const a=e?pushComputedPropsLoose:pushComputedPropsSpec;const{node:n}=r;const o=a(r,t);const i=o.declar;const l=o.loop;const c=l.body;r.ensureBlock();if(i){c.body.push(i)}c.body.push(...n.body.body);s.types.inherits(l,n);s.types.inherits(l.body,n.body);if(o.replaceParent){r.parentPath.replaceWithMultiple(o.node);r.remove()}else{r.replaceWithMultiple(o.node)}}const a=s.template.statement(`\n for (var LOOP_OBJECT = OBJECT,\n IS_ARRAY = Array.isArray(LOOP_OBJECT),\n INDEX = 0,\n LOOP_OBJECT = IS_ARRAY ? LOOP_OBJECT : LOOP_OBJECT[Symbol.iterator]();;) {\n INTERMEDIATE;\n if (IS_ARRAY) {\n if (INDEX >= LOOP_OBJECT.length) break;\n ID = LOOP_OBJECT[INDEX++];\n } else {\n INDEX = LOOP_OBJECT.next();\n if (INDEX.done) break;\n ID = INDEX.value;\n }\n }\n`);const n=s.template.statements(`\n var ITERATOR_COMPLETION = true;\n var ITERATOR_HAD_ERROR_KEY = false;\n var ITERATOR_ERROR_KEY = undefined;\n try {\n for (\n var ITERATOR_KEY = OBJECT[Symbol.iterator](), STEP_KEY;\n !(ITERATOR_COMPLETION = (STEP_KEY = ITERATOR_KEY.next()).done);\n ITERATOR_COMPLETION = true\n ) {}\n } catch (err) {\n ITERATOR_HAD_ERROR_KEY = true;\n ITERATOR_ERROR_KEY = err;\n } finally {\n try {\n if (!ITERATOR_COMPLETION && ITERATOR_KEY.return != null) {\n ITERATOR_KEY.return();\n }\n } finally {\n if (ITERATOR_HAD_ERROR_KEY) {\n throw ITERATOR_ERROR_KEY;\n }\n }\n }\n`);function pushComputedPropsLoose(e,r){const{node:t,scope:n,parent:o}=e;const{left:i}=t;let l,c,d;if(s.types.isIdentifier(i)||s.types.isPattern(i)||s.types.isMemberExpression(i)){c=i;d=null}else if(s.types.isVariableDeclaration(i)){c=n.generateUidIdentifier("ref");l=s.types.variableDeclaration(i.kind,[s.types.variableDeclarator(i.declarations[0].id,s.types.identifier(c.name))]);d=s.types.variableDeclaration("var",[s.types.variableDeclarator(s.types.identifier(c.name))])}else{throw r.buildCodeFrameError(i,`Unknown node type ${i.type} in ForStatement`)}const u=n.generateUidIdentifier("iterator");const p=n.generateUidIdentifier("isArray");const f=a({LOOP_OBJECT:u,IS_ARRAY:p,OBJECT:t.right,INDEX:n.generateUidIdentifier("i"),ID:c,INTERMEDIATE:d});const y=s.types.isLabeledStatement(o);let g;if(y){g=s.types.labeledStatement(o.label,f)}return{replaceParent:y,declar:l,node:g||f,loop:f}}function pushComputedPropsSpec(e,r){const{node:t,scope:a,parent:o}=e;const i=t.left;let l;const c=a.generateUid("step");const d=s.types.memberExpression(s.types.identifier(c),s.types.identifier("value"));if(s.types.isIdentifier(i)||s.types.isPattern(i)||s.types.isMemberExpression(i)){l=s.types.expressionStatement(s.types.assignmentExpression("=",i,d))}else if(s.types.isVariableDeclaration(i)){l=s.types.variableDeclaration(i.kind,[s.types.variableDeclarator(i.declarations[0].id,d)])}else{throw r.buildCodeFrameError(i,`Unknown node type ${i.type} in ForStatement`)}const u=n({ITERATOR_HAD_ERROR_KEY:a.generateUidIdentifier("didIteratorError"),ITERATOR_COMPLETION:a.generateUidIdentifier("iteratorNormalCompletion"),ITERATOR_ERROR_KEY:a.generateUidIdentifier("iteratorError"),ITERATOR_KEY:a.generateUidIdentifier("iterator"),STEP_KEY:s.types.identifier(c),OBJECT:t.right});const p=s.types.isLabeledStatement(o);const f=u[3].block.body;const y=f[0];if(p){f[0]=s.types.labeledStatement(o.label,y)}return{replaceParent:p,declar:l,loop:y,node:u}}},1909:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(3924);var a=t(9045);var n=r["default"]=(0,a.declare)((e=>{e.assertVersion(7);const r=!(0,s.isRequired)("transform-unicode-escapes",e.targets());return{name:"transform-function-name",visitor:{FunctionExpression:{exit(e){if(e.key!=="value"&&!e.parentPath.isObjectProperty()){{var s;(s=e.ensureFunctionName)!=null?s:e.ensureFunctionName=t(7369).NodePath.prototype.ensureFunctionName}e.ensureFunctionName(r)}}},ObjectProperty(e){const s=e.get("value");if(s.isFunction()){{var a;(a=s.ensureFunctionName)!=null?a:s.ensureFunctionName=t(7369).NodePath.prototype.ensureFunctionName}s.ensureFunctionName(r)}}}}}))},8689:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(9045);var a=r["default"]=(0,s.declare)((e=>{e.assertVersion("^7.0.0-0 || >8.0.0-alpha <8.0.0-beta");const r=/(\\*)([\u2028\u2029])/g;function replace(e,r,t){const s=r.length%2===1;if(s)return e;return`${r}\\u${t.charCodeAt(0).toString(16)}`}return{name:"transform-json-strings",manipulateOptions:(e,r)=>r.plugins.push("jsonStrings"),visitor:{"DirectiveLiteral|StringLiteral"({node:e}){const{extra:t}=e;if(!(t!=null&&t.raw))return;t.raw=t.raw.replace(r,replace)}}}}))},5867:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(9045);var a=r["default"]=(0,s.declare)((e=>{e.assertVersion(7);return{name:"transform-literals",visitor:{NumericLiteral({node:e}){if(e.extra&&/^0[ob]/i.test(e.extra.raw)){e.extra=undefined}},StringLiteral({node:e}){if(e.extra&&/\\u/i.test(e.extra.raw)){e.extra=undefined}}}}}))},8489:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(9045);var a=t(8304);var n=r["default"]=(0,s.declare)((e=>{e.assertVersion("^7.0.0-0 || >8.0.0-alpha <8.0.0-beta");return{name:"transform-logical-assignment-operators",manipulateOptions:(e,r)=>r.plugins.push("logicalAssignment"),visitor:{AssignmentExpression(e){const{node:r,scope:t}=e;const{operator:s,left:n,right:o}=r;const i=s.slice(0,-1);if(!a.types.LOGICAL_OPERATORS.includes(i)){return}const l=a.types.cloneNode(n);if(a.types.isMemberExpression(n)){const{object:e,property:r,computed:s}=n;const o=t.maybeGenerateMemoised(e);if(o){n.object=o;l.object=a.types.assignmentExpression("=",a.types.cloneNode(o),e)}if(s){const e=t.maybeGenerateMemoised(r);if(e){n.property=e;l.property=a.types.assignmentExpression("=",a.types.cloneNode(e),r)}}}e.replaceWith(a.types.logicalExpression(i,l,a.types.assignmentExpression("=",n,o)))}}}}))},5588:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(9045);var a=t(8304);var n=r["default"]=(0,s.declare)((e=>{e.assertVersion(7);return{name:"transform-member-expression-literals",visitor:{MemberExpression:{exit({node:e}){const r=e.property;if(!e.computed&&a.types.isIdentifier(r)&&!a.types.isValidES3Identifier(r.name)){e.property=a.types.stringLiteral(r.name);e.computed=true}}}}}}))},3902:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(9045);var a=t(9460);var n=t(8304);const o=n.template.statement(`\n define(MODULE_NAME, AMD_ARGUMENTS, function(IMPORT_NAMES) {\n })\n`);const i=n.template.statement(`\n define(["require"], function(REQUIRE) {\n })\n`);function injectWrapper(e,r){const{body:t,directives:s}=e.node;e.node.directives=[];e.node.body=[];const a=e.pushContainer("body",r)[0].get("expression");const n=a.get("arguments");const o=n[n.length-1].get("body");o.pushContainer("directives",s);o.pushContainer("body",t)}var l=r["default"]=(0,s.declare)(((e,r)=>{var t,s;e.assertVersion(7);const{allowTopLevelThis:l,strict:c,strictMode:d,importInterop:u,noInterop:p}=r;const f=(t=e.assumption("constantReexports"))!=null?t:r.loose;const y=(s=e.assumption("enumerableModuleMeta"))!=null?s:r.loose;return{name:"transform-modules-amd",pre(){this.file.set("@babel/plugin-transform-modules-*","amd")},visitor:{["CallExpression"+(e.types.importExpression?"|ImportExpression":"")](e,r){if(!this.file.has("@babel/plugin-proposal-dynamic-import"))return;if(e.isCallExpression()&&!e.get("callee").isImport())return;let{requireId:t,resolveId:s,rejectId:o}=r;if(!t){t=e.scope.generateUidIdentifier("require");r.requireId=t}if(!s||!o){s=e.scope.generateUidIdentifier("resolve");o=e.scope.generateUidIdentifier("reject");r.resolveId=s;r.rejectId=o}let i=n.types.identifier("imported");if(!p){i=(0,a.wrapInterop)(this.file.path,i,"namespace")}e.replaceWith((0,a.buildDynamicImport)(e.node,false,false,(e=>n.template.expression.ast`
new Promise((${s}, ${o}) =>
${t}(
[${e}],
imported => ${n.types.cloneNode(s)}(${i}),
${n.types.cloneNode(o)}
)
)
`)))},Program:{exit(e,{requireId:t}){if(!(0,a.isModule)(e)){if(t){injectWrapper(e,i({REQUIRE:n.types.cloneNode(t)}))}return}const s=[];const g=[];if(t){s.push(n.types.stringLiteral("require"));g.push(n.types.cloneNode(t))}let h=(0,a.getModuleName)(this.file.opts,r);if(h)h=n.types.stringLiteral(h);const{meta:b,headers:x}=(0,a.rewriteModuleStatementsAndPrepareHeader)(e,{enumerableModuleMeta:y,constantReexports:f,strict:c,strictMode:d,allowTopLevelThis:l,importInterop:u,noInterop:p,filename:this.file.opts.filename});if((0,a.hasExports)(b)){s.push(n.types.stringLiteral("exports"));g.push(n.types.identifier(b.exportName))}for(const[r,t]of b.source){s.push(n.types.stringLiteral(r));g.push(n.types.identifier(t.name));if(!(0,a.isSideEffectImport)(t)){const r=(0,a.wrapInterop)(e,n.types.identifier(t.name),t.interop);if(r){const e=n.types.expressionStatement(n.types.assignmentExpression("=",n.types.identifier(t.name),r));e.loc=t.loc;x.push(e)}}x.push(...(0,a.buildNamespaceInitStatements)(b,t,f))}(0,a.ensureStatementsHoisted)(x);e.unshiftContainer("body",x);injectWrapper(e,o({MODULE_NAME:h,AMD_ARGUMENTS:n.types.arrayExpression(s),IMPORT_NAMES:g}))}}}}}))},3086:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.transformDynamicImport=transformDynamicImport;var s=t(8304);var a=t(9460);const requireNoInterop=e=>s.template.expression.ast`require(${e})`;const requireInterop=(e,r)=>s.types.callExpression(r.addHelper("interopRequireWildcard"),[requireNoInterop(e)]);function transformDynamicImport(e,r,t){const s=r?requireNoInterop:requireInterop;e.replaceWith((0,a.buildDynamicImport)(e.node,true,false,(e=>s(e,t))))}},5735:(e,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.defineCommonJSHook=defineCommonJSHook;r.makeInvokers=makeInvokers;const t="@babel/plugin-transform-modules-commonjs/customWrapperPlugin";function defineCommonJSHook(e,r){let s=e.get(t);if(!s)e.set(t,s=[]);s.push(r)}function findMap(e,r){if(e){for(const t of e){const e=r(t);if(e!=null)return e}}}function makeInvokers(e){const r=e.get(t);return{getWrapperPayload(...e){return findMap(r,(r=>r.getWrapperPayload==null?void 0:r.getWrapperPayload(...e)))},wrapReference(...e){return findMap(r,(r=>r.wrapReference==null?void 0:r.wrapReference(...e)))},buildRequireWrapper(...e){return findMap(r,(r=>r.buildRequireWrapper==null?void 0:r.buildRequireWrapper(...e)))}}}},7179:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;Object.defineProperty(r,"defineCommonJSHook",{enumerable:true,get:function(){return l.defineCommonJSHook}});var s=t(9045);var a=t(9460);var n=t(8304);var o=t(3086);var i=t(2461);var l=t(5735);var c=r["default"]=(0,s.declare)(((e,r)=>{var t,s,c;e.assertVersion(7);const{strictNamespace:d=false,mjsStrictNamespace:u=d,allowTopLevelThis:p,strict:f,strictMode:y,noInterop:g,importInterop:h,lazy:b=false,allowCommonJSExports:x=true,loose:v=false}=r;const j=(t=e.assumption("constantReexports"))!=null?t:v;const w=(s=e.assumption("enumerableModuleMeta"))!=null?s:v;const E=(c=e.assumption("noIncompleteNsImportDetection"))!=null?c:false;if(typeof b!=="boolean"&&typeof b!=="function"&&(!Array.isArray(b)||!b.every((e=>typeof e==="string")))){throw new Error(`.lazy must be a boolean, array of strings, or a function`)}if(typeof d!=="boolean"){throw new Error(`.strictNamespace must be a boolean, or undefined`)}if(typeof u!=="boolean"){throw new Error(`.mjsStrictNamespace must be a boolean, or undefined`)}const getAssertion=e=>n.template.expression.ast`
(function(){
throw new Error(
"The CommonJS '" + "${e}" + "' variable is not available in ES6 modules." +
"Consider setting setting sourceType:script or sourceType:unambiguous in your " +
"Babel config for this file.");
})()
`;const _={ReferencedIdentifier(e){const r=e.node.name;if(r!=="module"&&r!=="exports")return;const t=e.scope.getBinding(r);const s=this.scope.getBinding(r);if(s!==t||e.parentPath.isObjectProperty({value:e.node})&&e.parentPath.parentPath.isObjectPattern()||e.parentPath.isAssignmentExpression({left:e.node})||e.isAssignmentExpression({left:e.node})){return}e.replaceWith(getAssertion(r))},UpdateExpression(e){const r=e.get("argument");if(!r.isIdentifier())return;const t=r.node.name;if(t!=="module"&&t!=="exports")return;const s=e.scope.getBinding(t);const a=this.scope.getBinding(t);if(a!==s)return;e.replaceWith(n.types.assignmentExpression(e.node.operator[0]+"=",r.node,getAssertion(t)))},AssignmentExpression(e){const r=e.get("left");if(r.isIdentifier()){const t=r.node.name;if(t!=="module"&&t!=="exports")return;const s=e.scope.getBinding(t);const a=this.scope.getBinding(t);if(a!==s)return;const o=e.get("right");o.replaceWith(n.types.sequenceExpression([o.node,getAssertion(t)]))}else if(r.isPattern()){const t=r.getOuterBindingIdentifiers();const s=Object.keys(t).find((r=>{if(r!=="module"&&r!=="exports")return false;return this.scope.getBinding(r)===e.scope.getBinding(r)}));if(s){const r=e.get("right");r.replaceWith(n.types.sequenceExpression([r.node,getAssertion(s)]))}}}};return{name:"transform-modules-commonjs",pre(){this.file.set("@babel/plugin-transform-modules-*","commonjs");if(b)(0,l.defineCommonJSHook)(this.file,(0,i.lazyImportsHook)(b))},visitor:{["CallExpression"+(e.types.importExpression?"|ImportExpression":"")](e){if(!this.file.has("@babel/plugin-proposal-dynamic-import"))return;if(e.isCallExpression()&&!n.types.isImport(e.node.callee))return;let{scope:r}=e;do{r.rename("require")}while(r=r.parent);(0,o.transformDynamicImport)(e,g,this.file)},Program:{exit(e,t){if(!(0,a.isModule)(e))return;e.scope.rename("exports");e.scope.rename("module");e.scope.rename("require");e.scope.rename("__filename");e.scope.rename("__dirname");if(!x){e.traverse(_,{scope:e.scope})}let s=(0,a.getModuleName)(this.file.opts,r);if(s)s=n.types.stringLiteral(s);const o=(0,l.makeInvokers)(this.file);const{meta:i,headers:c}=(0,a.rewriteModuleStatementsAndPrepareHeader)(e,{exportName:"exports",constantReexports:j,enumerableModuleMeta:w,strict:f,strictMode:y,allowTopLevelThis:p,noInterop:g,importInterop:h,wrapReference:o.wrapReference,getWrapperPayload:o.getWrapperPayload,esNamespaceOnly:typeof t.filename==="string"&&/\.mjs$/.test(t.filename)?u:d,noIncompleteNsImportDetection:E,filename:this.file.opts.filename});for(const[r,t]of i.source){const s=n.types.callExpression(n.types.identifier("require"),[n.types.stringLiteral(r)]);let l;if((0,a.isSideEffectImport)(t)){if(b&&t.wrap==="function"){throw new Error("Assertion failure")}l=n.types.expressionStatement(s)}else{var v;const r=(0,a.wrapInterop)(e,s,t.interop)||s;if(t.wrap){const e=o.buildRequireWrapper(t.name,r,t.wrap,t.referenced);if(e===false)continue;else l=e}(v=l)!=null?v:l=n.template.statement.ast`
var ${t.name} = ${r};
`}l.loc=t.loc;c.push(l);c.push(...(0,a.buildNamespaceInitStatements)(i,t,j,o.wrapReference))}(0,a.ensureStatementsHoisted)(c);e.unshiftContainer("body",c);e.get("body").forEach((e=>{if(!c.includes(e.node))return;if(e.isVariableDeclaration()){e.scope.registerDeclaration(e)}}))}}}}}))},2461:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.lazyImportsHook=void 0;var s=t(8304);var a=t(9460);const lazyImportsHook=e=>({name:`${"@babel/plugin-transform-modules-commonjs"}/lazy`,version:"7.26.3",getWrapperPayload(r,t){if((0,a.isSideEffectImport)(t)||t.reexportAll){return null}if(e===true){return r.includes(".")?null:"lazy/function"}if(Array.isArray(e)){return!e.includes(r)?null:"lazy/function"}if(typeof e==="function"){return e(r)?"lazy/function":null}},buildRequireWrapper(e,r,t,a){if(t==="lazy/function"){if(!a)return false;return s.template.statement.ast`
function ${e}() {
const data = ${r};
${e} = function(){ return data; };
return data;
}
`}},wrapReference(e,r){if(r==="lazy/function")return s.types.callExpression(e,[])}});r.lazyImportsHook=lazyImportsHook},5120:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;r.getExportSpecifierName=getExportSpecifierName;var s=t(9045);var a=t(8304);var n=t(9460);var o=t(974);const i=a.template.statement(`\n SYSTEM_REGISTER(MODULE_NAME, SOURCES, function (EXPORT_IDENTIFIER, CONTEXT_IDENTIFIER) {\n "use strict";\n BEFORE_BODY;\n return {\n setters: SETTERS,\n execute: EXECUTE,\n };\n });\n`);const l=a.template.statement(`\n for (var KEY in TARGET) {\n if (KEY !== "default" && KEY !== "__esModule") EXPORT_OBJ[KEY] = TARGET[KEY];\n }\n`);const c=`WARNING: Dynamic import() transformation must be enabled using the\n @babel/plugin-transform-dynamic-import plugin. Babel 8 will\n no longer transform import() without using that plugin.\n`;const d=`ERROR: Dynamic import() transformation must be enabled using the\n @babel/plugin-transform-dynamic-import plugin. Babel 8\n no longer transforms import() without using that plugin.\n`;function getExportSpecifierName(e,r){if(e.type==="Identifier"){return e.name}else if(e.type==="StringLiteral"){const t=e.value;if(!(0,o.isIdentifierName)(t)){r.add(t)}return t}else{throw new Error(`Expected export specifier to be either Identifier or StringLiteral, got ${e.type}`)}}function constructExportCall(e,r,t,s,n,o){const i=[];if(!n){if(t.length===1){i.push(a.types.expressionStatement(a.types.callExpression(r,[a.types.stringLiteral(t[0]),s[0]])))}else{const e=[];for(let r=0;r<t.length;r++){const n=t[r];const i=s[r];e.push(a.types.objectProperty(o.has(n)?a.types.stringLiteral(n):a.types.identifier(n),i))}i.push(a.types.expressionStatement(a.types.callExpression(r,[a.types.objectExpression(e)])))}}else{const o=e.scope.generateUid("exportObj");i.push(a.types.variableDeclaration("var",[a.types.variableDeclarator(a.types.identifier(o),a.types.objectExpression([]))]));i.push(l({KEY:e.scope.generateUidIdentifier("key"),EXPORT_OBJ:a.types.identifier(o),TARGET:n}));for(let e=0;e<t.length;e++){const r=t[e];const n=s[e];i.push(a.types.expressionStatement(a.types.assignmentExpression("=",a.types.memberExpression(a.types.identifier(o),a.types.identifier(r)),n)))}i.push(a.types.expressionStatement(a.types.callExpression(r,[a.types.identifier(o)])))}return i}var u=r["default"]=(0,s.declare)(((e,r)=>{e.assertVersion(7);const{systemGlobal:s="System",allowTopLevelThis:o=false}=r;const l=new WeakSet;const u={"AssignmentExpression|UpdateExpression"(e){if(l.has(e.node))return;l.add(e.node);const r=e.isAssignmentExpression()?e.get("left"):e.get("argument");if(r.isObjectPattern()||r.isArrayPattern()){const t=[e.node];for(const s of Object.keys(r.getBindingIdentifiers())){if(this.scope.getBinding(s)!==e.scope.getBinding(s)){return}const r=this.exports[s];if(!r)continue;for(const e of r){t.push(this.buildCall(e,a.types.identifier(s)).expression)}}e.replaceWith(a.types.sequenceExpression(t));return}if(!r.isIdentifier())return;const t=r.node.name;if(this.scope.getBinding(t)!==e.scope.getBinding(t))return;const s=this.exports[t];if(!s)return;let n=e.node;const o=a.types.isUpdateExpression(n,{prefix:false});if(o){n=a.types.binaryExpression(n.operator[0],a.types.unaryExpression("+",a.types.cloneNode(n.argument)),a.types.numericLiteral(1))}for(const e of s){n=this.buildCall(e,n).expression}if(o){n=a.types.sequenceExpression([n,e.node])}e.replaceWith(n)}};return{name:"transform-modules-systemjs",pre(){this.file.set("@babel/plugin-transform-modules-*","systemjs")},visitor:{["CallExpression"+(e.types.importExpression?"|ImportExpression":"")](e,r){if(e.isCallExpression()&&!a.types.isImport(e.node.callee))return;if(e.isCallExpression()){if(!this.file.has("@babel/plugin-proposal-dynamic-import")){{console.warn(c)}}}else{if(!this.file.has("@babel/plugin-proposal-dynamic-import")){throw new Error(d)}}e.replaceWith((0,n.buildDynamicImport)(e.node,false,true,(e=>a.types.callExpression(a.types.memberExpression(a.types.identifier(r.contextIdent),a.types.identifier("import")),[e]))))},MetaProperty(e,r){if(e.node.meta.name==="import"&&e.node.property.name==="meta"){e.replaceWith(a.types.memberExpression(a.types.identifier(r.contextIdent),a.types.identifier("meta")))}},ReferencedIdentifier(e,r){if(e.node.name==="__moduleName"&&!e.scope.hasBinding("__moduleName")){e.replaceWith(a.types.memberExpression(a.types.identifier(r.contextIdent),a.types.identifier("id")))}},Program:{enter(e,r){r.contextIdent=e.scope.generateUid("context");r.stringSpecifiers=new Set;if(!o){(0,n.rewriteThis)(e)}},exit(e,o){const l=e.scope;const c=l.generateUid("export");const{contextIdent:d,stringSpecifiers:p}=o;const f=Object.create(null);const y=[];const g=[];const h=[];const b=[];const x=[];const v=[];function addExportName(e,r){f[e]=f[e]||[];f[e].push(r)}function pushModule(e,r,t){let s;y.forEach((function(r){if(r.key===e){s=r}}));if(!s){y.push(s={key:e,imports:[],exports:[]})}s[r]=s[r].concat(t)}function buildExportCall(e,r){return a.types.expressionStatement(a.types.callExpression(a.types.identifier(c),[a.types.stringLiteral(e),r]))}const j=[];const w=[];const E=e.get("body");for(const e of E){if(e.isFunctionDeclaration()){g.push(e.node);v.push(e)}else if(e.isClassDeclaration()){x.push(a.types.cloneNode(e.node.id));e.replaceWith(a.types.expressionStatement(a.types.assignmentExpression("=",a.types.cloneNode(e.node.id),a.types.toExpression(e.node))))}else if(e.isVariableDeclaration()){e.node.kind="var"}else if(e.isImportDeclaration()){const r=e.node.source.value;pushModule(r,"imports",e.node.specifiers);for(const r of Object.keys(e.getBindingIdentifiers())){l.removeBinding(r);x.push(a.types.identifier(r))}e.remove()}else if(e.isExportAllDeclaration()){pushModule(e.node.source.value,"exports",e.node);e.remove()}else if(e.isExportDefaultDeclaration()){const r=e.node.declaration;if(a.types.isClassDeclaration(r)){const t=r.id;if(t){j.push("default");w.push(l.buildUndefinedNode());x.push(a.types.cloneNode(t));addExportName(t.name,"default");e.replaceWith(a.types.expressionStatement(a.types.assignmentExpression("=",a.types.cloneNode(t),a.types.toExpression(r))))}else{j.push("default");w.push(a.types.toExpression(r));v.push(e)}}else if(a.types.isFunctionDeclaration(r)){const t=r.id;if(t){g.push(r);j.push("default");w.push(a.types.cloneNode(t));addExportName(t.name,"default")}else{j.push("default");w.push(a.types.toExpression(r))}v.push(e)}else{e.replaceWith(buildExportCall("default",r))}}else if(e.isExportNamedDeclaration()){const r=e.node.declaration;if(r){e.replaceWith(r);if(a.types.isFunction(r)){const t=r.id.name;addExportName(t,t);g.push(r);j.push(t);w.push(a.types.cloneNode(r.id));v.push(e)}else if(a.types.isClass(r)){const t=r.id.name;j.push(t);w.push(l.buildUndefinedNode());x.push(a.types.cloneNode(r.id));e.replaceWith(a.types.expressionStatement(a.types.assignmentExpression("=",a.types.cloneNode(r.id),a.types.toExpression(r))));addExportName(t,t)}else{if(a.types.isVariableDeclaration(r)){r.kind="var"}for(const e of Object.keys(a.types.getBindingIdentifiers(r))){addExportName(e,e)}}}else{const r=e.node.specifiers;if(r!=null&&r.length){if(e.node.source){pushModule(e.node.source.value,"exports",r);e.remove()}else{const t=[];for(const e of r){const{local:r,exported:s}=e;const n=l.getBinding(r.name);const o=getExportSpecifierName(s,p);if(n&&a.types.isFunctionDeclaration(n.path.node)){j.push(o);w.push(a.types.cloneNode(r))}else if(!n){t.push(buildExportCall(o,r))}addExportName(r.name,o)}e.replaceWithMultiple(t)}}else{e.remove()}}}}y.forEach((function(r){const t=[];const s=l.generateUid(r.key);for(let e of r.imports){if(a.types.isImportNamespaceSpecifier(e)){t.push(a.types.expressionStatement(a.types.assignmentExpression("=",e.local,a.types.identifier(s))))}else if(a.types.isImportDefaultSpecifier(e)){e=a.types.importSpecifier(e.local,a.types.identifier("default"))}if(a.types.isImportSpecifier(e)){const{imported:r}=e;t.push(a.types.expressionStatement(a.types.assignmentExpression("=",e.local,a.types.memberExpression(a.types.identifier(s),e.imported,r.type==="StringLiteral"))))}}if(r.exports.length){const n=[];const o=[];let i=false;for(const e of r.exports){if(a.types.isExportAllDeclaration(e)){i=true}else if(a.types.isExportSpecifier(e)){const r=getExportSpecifierName(e.exported,p);n.push(r);o.push(a.types.memberExpression(a.types.identifier(s),e.local,a.types.isStringLiteral(e.local)))}else{}}t.push(...constructExportCall(e,a.types.identifier(c),n,o,i?a.types.identifier(s):null,p))}b.push(a.types.stringLiteral(r.key));h.push(a.types.functionExpression(null,[a.types.identifier(s)],a.types.blockStatement(t)))}));let _=(0,n.getModuleName)(this.file.opts,r);if(_)_=a.types.stringLiteral(_);{var S,k;(k=(S=e.scope).hoistVariables)!=null?k:S.hoistVariables=t(7369).Scope.prototype.hoistVariables}e.scope.hoistVariables(((e,r)=>{x.push(e);if(!r&&e.name in f){for(const r of f[e.name]){j.push(r);w.push(a.types.buildUndefinedNode())}}}));if(x.length){g.unshift(a.types.variableDeclaration("var",x.map((e=>a.types.variableDeclarator(e)))))}if(j.length){g.push(...constructExportCall(e,a.types.identifier(c),j,w,null,p))}e.traverse(u,{exports:f,buildCall:buildExportCall,scope:l});for(const e of v){e.remove()}let D=false;e.traverse({AwaitExpression(e){D=true;e.stop()},Function(e){e.skip()},noScope:true});e.node.body=[i({SYSTEM_REGISTER:a.types.memberExpression(a.types.identifier(s),a.types.identifier("register")),BEFORE_BODY:g,MODULE_NAME:_,SETTERS:a.types.arrayExpression(h),EXECUTE:a.types.functionExpression(null,[],a.types.blockStatement(e.node.body),false,D),SOURCES:a.types.arrayExpression(b),EXPORT_IDENTIFIER:a.types.identifier(c),CONTEXT_IDENTIFIER:a.types.identifier(d)})];e.requeue(e.get("body.0"))}}}}}))},3257:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(9045);var a=t(1017);var n=t(9460);var o=t(8304);const i=(0,o.template)(`\n GLOBAL_REFERENCE = GLOBAL_REFERENCE || {}\n`);const l=(0,o.template)(`\n (function (global, factory) {\n if (typeof define === "function" && define.amd) {\n define(MODULE_NAME, AMD_ARGUMENTS, factory);\n } else if (typeof exports !== "undefined") {\n factory(COMMONJS_ARGUMENTS);\n } else {\n var mod = { exports: {} };\n factory(BROWSER_ARGUMENTS);\n\n GLOBAL_TO_ASSIGN;\n }\n })(\n typeof globalThis !== "undefined" ? globalThis\n : typeof self !== "undefined" ? self\n : this,\n function(IMPORT_NAMES) {\n })\n`);var c=r["default"]=(0,s.declare)(((e,r)=>{var t,s;e.assertVersion(7);const{globals:c,exactGlobals:d,allowTopLevelThis:u,strict:p,strictMode:f,noInterop:y,importInterop:g}=r;const h=(t=e.assumption("constantReexports"))!=null?t:r.loose;const b=(s=e.assumption("enumerableModuleMeta"))!=null?s:r.loose;function buildBrowserInit(e,r,t,s){const n=s?s.value:(0,a.basename)(t,(0,a.extname)(t));let l=o.types.memberExpression(o.types.identifier("global"),o.types.identifier(o.types.toIdentifier(n)));let c=[];if(r){const r=e[n];if(r){c=[];const e=r.split(".");l=e.slice(1).reduce(((e,r)=>{c.push(i({GLOBAL_REFERENCE:o.types.cloneNode(e)}));return o.types.memberExpression(e,o.types.identifier(r))}),o.types.memberExpression(o.types.identifier("global"),o.types.identifier(e[0])))}}c.push(o.types.expressionStatement(o.types.assignmentExpression("=",l,o.types.memberExpression(o.types.identifier("mod"),o.types.identifier("exports")))));return c}function buildBrowserArg(e,r,t){let s;if(r){const r=e[t];if(r){s=r.split(".").reduce(((e,r)=>o.types.memberExpression(e,o.types.identifier(r))),o.types.identifier("global"))}else{s=o.types.memberExpression(o.types.identifier("global"),o.types.identifier(o.types.toIdentifier(t)))}}else{const r=(0,a.basename)(t,(0,a.extname)(t));const n=e[r]||r;s=o.types.memberExpression(o.types.identifier("global"),o.types.identifier(o.types.toIdentifier(n)))}return s}return{name:"transform-modules-umd",visitor:{Program:{exit(e){if(!(0,n.isModule)(e))return;const t=c||{};const s=(0,n.getModuleName)(this.file.opts,r);let a;if(s)a=o.types.stringLiteral(s);const{meta:i,headers:x}=(0,n.rewriteModuleStatementsAndPrepareHeader)(e,{constantReexports:h,enumerableModuleMeta:b,strict:p,strictMode:f,allowTopLevelThis:u,noInterop:y,importInterop:g,filename:this.file.opts.filename});const v=[];const j=[];const w=[];const E=[];if((0,n.hasExports)(i)){v.push(o.types.stringLiteral("exports"));j.push(o.types.identifier("exports"));w.push(o.types.memberExpression(o.types.identifier("mod"),o.types.identifier("exports")));E.push(o.types.identifier(i.exportName))}for(const[r,s]of i.source){v.push(o.types.stringLiteral(r));j.push(o.types.callExpression(o.types.identifier("require"),[o.types.stringLiteral(r)]));w.push(buildBrowserArg(t,d,r));E.push(o.types.identifier(s.name));if(!(0,n.isSideEffectImport)(s)){const r=(0,n.wrapInterop)(e,o.types.identifier(s.name),s.interop);if(r){const e=o.types.expressionStatement(o.types.assignmentExpression("=",o.types.identifier(s.name),r));e.loc=i.loc;x.push(e)}}x.push(...(0,n.buildNamespaceInitStatements)(i,s,h))}(0,n.ensureStatementsHoisted)(x);e.unshiftContainer("body",x);const{body:_,directives:S}=e.node;e.node.directives=[];e.node.body=[];const k=e.pushContainer("body",[l({MODULE_NAME:a,AMD_ARGUMENTS:o.types.arrayExpression(v),COMMONJS_ARGUMENTS:j,BROWSER_ARGUMENTS:w,IMPORT_NAMES:E,GLOBAL_TO_ASSIGN:buildBrowserInit(t,d,this.filename||"unknown",a)})])[0];const D=k.get("expression.arguments")[1].get("body");D.pushContainer("directives",S);D.pushContainer("body",_)}}}}}))},8252:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(5436);var a=t(9045);var n=r["default"]=(0,a.declare)(((e,r)=>{const{runtime:t}=r;if(t!==undefined&&typeof t!=="boolean"){throw new Error("The 'runtime' option must be boolean")}return(0,s.createRegExpFeaturePlugin)({name:"transform-named-capturing-groups-regex",feature:"namedCaptureGroups",options:{runtime:t}})}))},6011:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(9045);var a=t(8304);var n=r["default"]=(0,s.declare)((e=>{e.assertVersion(7);return{name:"transform-new-target",visitor:{MetaProperty(e){const r=e.get("meta");const t=e.get("property");const{scope:s}=e;if(r.isIdentifier({name:"new"})&&t.isIdentifier({name:"target"})){const r=e.findParent((e=>{if(e.isClass())return true;if(e.isFunction()&&!e.isArrowFunctionExpression()){if(e.isClassMethod({kind:"constructor"})){return false}return true}return false}));if(!r){throw e.buildCodeFrameError("new.target must be under a (non-arrow) function or a class.")}const{node:t}=r;if(a.types.isMethod(t)){e.replaceWith(s.buildUndefinedNode());return}const n=a.types.memberExpression(a.types.thisExpression(),a.types.identifier("constructor"));if(r.isClass()){e.replaceWith(n);return}if(!t.id){t.id=s.generateUidIdentifier("target")}else{let s=e.scope;const a=t.id.name;while(s!==r.parentPath.scope){if(s.hasOwnBinding(a)&&!s.bindingIdentifierEquals(a,t.id)){s.rename(a)}s=s.parent}}e.replaceWith(a.types.conditionalExpression(a.types.binaryExpression("instanceof",a.types.thisExpression(),a.types.cloneNode(t.id)),n,s.buildUndefinedNode()))}}}}}))},6386:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(9045);var a=t(8304);var n=r["default"]=(0,s.declare)(((e,{loose:r=false})=>{var t,s;e.assertVersion("^7.0.0-0 || >8.0.0-alpha <8.0.0-beta");const n=(t=e.assumption("noDocumentAll"))!=null?t:r;const o=(s=e.assumption("pureGetters"))!=null?s:false;return{name:"transform-nullish-coalescing-operator",manipulateOptions:(e,r)=>r.plugins.push("nullishCoalescingOperator"),visitor:{LogicalExpression(e){const{node:r,scope:t}=e;if(r.operator!=="??"){return}let s;let i;if(o&&t.path.isPattern()&&a.types.isMemberExpression(r.left)&&!r.left.computed&&a.types.isIdentifier(r.left.object)&&a.types.isIdentifier(r.left.property)||a.types.isIdentifier(r.left)&&(o||t.hasBinding(r.left.name))){s=r.left;i=a.types.cloneNode(r.left)}else if(t.path.isPattern()){e.replaceWith(a.template.statement.ast`(() => ${e.node})()`);return}else{s=t.generateUidIdentifierBasedOnNode(r.left);t.push({id:a.types.cloneNode(s)});i=a.types.assignmentExpression("=",s,r.left)}e.replaceWith(a.types.conditionalExpression(n?a.types.binaryExpression("!=",i,a.types.nullLiteral()):a.types.logicalExpression("&&",a.types.binaryExpression("!==",i,a.types.nullLiteral()),a.types.binaryExpression("!==",a.types.cloneNode(s),t.buildUndefinedNode())),a.types.cloneNode(s),r.right))}}}}))},1432:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(9045);function remover({node:e}){var r;const{extra:t}=e;if(t!=null&&(r=t.raw)!=null&&r.includes("_")){t.raw=t.raw.replace(/_/g,"")}}var a=r["default"]=(0,s.declare)((e=>{e.assertVersion("^7.0.0-0 || >8.0.0-alpha <8.0.0-beta");return{name:"transform-numeric-separator",manipulateOptions:(e,r)=>r.plugins.push("numericSeparator"),visitor:{NumericLiteral:remover,BigIntLiteral:remover}}}))},2521:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});var s=t(9045);var a=t(8304);var n=t(1695);var o=t(3924);function shouldStoreRHSInTemporaryVariable(e){if(!e)return false;if(e.type==="ArrayPattern"){const r=e.elements.filter((e=>e!==null));if(r.length>1)return true;else return shouldStoreRHSInTemporaryVariable(r[0])}else if(e.type==="ObjectPattern"){const{properties:r}=e;if(r.length>1)return true;else if(r.length===0)return false;else{const e=r[0];if(e.type==="ObjectProperty"){return shouldStoreRHSInTemporaryVariable(e.value)}else{return shouldStoreRHSInTemporaryVariable(e)}}}else if(e.type==="AssignmentPattern"){return shouldStoreRHSInTemporaryVariable(e.left)}else if(e.type==="RestElement"){if(e.argument.type==="Identifier")return true;return shouldStoreRHSInTemporaryVariable(e.argument)}else{return false}}var i={"Object.assign":{chrome:"49",opera:"36",edge:"13",firefox:"36",safari:"10",node:"6",deno:"1",ios:"10",samsung:"5",opera_mobile:"36",electron:"0.37"}};const{isAssignmentPattern:l,isObjectProperty:c}=a.types;{const e=a.types.identifier("a");const r=a.types.objectProperty(a.types.identifier("key"),e);const t=a.types.objectPattern([r]);var d=a.types.isReferenced(e,r,t)?1:0}var u=s.declare(((e,r)=>{var t,s,u,p;e.assertVersion("^7.0.0-0 || >8.0.0-alpha <8.0.0-beta");const f=e.targets();const y=!o.isRequired("Object.assign",f,{compatData:i});const{useBuiltIns:g=y,loose:h=false}=r;if(typeof h!=="boolean"){throw new Error(".loose must be a boolean, or undefined")}const b=(t=e.assumption("ignoreFunctionLength"))!=null?t:h;const x=(s=e.assumption("objectRestNoSymbols"))!=null?s:h;const v=(u=e.assumption("pureGetters"))!=null?u:h;const j=(p=e.assumption("setSpreadProperties"))!=null?p:h;function getExtendsHelper(e){return g?a.types.memberExpression(a.types.identifier("Object"),a.types.identifier("assign")):e.addHelper("extends")}function hasRestElement(e){let r=false;visitRestElements(e,(e=>{r=true;e.stop()}));return r}function hasObjectPatternRestElement(e){let r=false;visitRestElements(e,(e=>{if(e.parentPath.isObjectPattern()){r=true;e.stop()}}));return r}function visitRestElements(e,r){e.traverse({Expression(e){const{parent:r,key:t}=e;if(l(r)&&t==="right"||c(r)&&r.computed&&t==="key"){e.skip()}},RestElement:r})}function hasSpread(e){for(const r of e.properties){if(a.types.isSpreadElement(r)){return true}}return false}function extractNormalizedKeys(e){const r=e.properties;const t=[];let s=true;let n=false;for(const e of r){const{key:r}=e;if(a.types.isIdentifier(r)&&!e.computed){t.push(a.types.stringLiteral(r.name))}else if(a.types.isTemplateLiteral(r)){t.push(a.types.cloneNode(r));n=true}else if(a.types.isLiteral(r)){t.push(a.types.stringLiteral(String(r.value)))}else{t.push(a.types.cloneNode(r));if(a.types.isMemberExpression(r,{computed:false})&&a.types.isIdentifier(r.object,{name:"Symbol"})||a.types.isCallExpression(r)&&a.types.matchesPattern(r.callee,"Symbol.for"));else{s=false}}}return{keys:t,allPrimitives:s,hasTemplateLiteral:n}}function replaceImpureComputedKeys(e,r){const t=[];for(const s of e){const e=s.get("key");if(s.node.computed&&!e.isPure()){const s=r.generateUidBasedOnNode(e.node);const n=a.types.variableDeclarator(a.types.identifier(s),e.node);t.push(n);e.replaceWith(a.types.identifier(s))}}return t}function removeUnusedExcludedKeys(e){const r=e.getOuterBindingIdentifierPaths();Object.keys(r).forEach((t=>{const s=r[t].parentPath;if(e.scope.getBinding(t).references>d||!s.isObjectProperty()){return}s.remove()}))}function createObjectRest(e,r,t){const s=e.get("properties");const n=s[s.length-1];a.types.assertRestElement(n.node);const o=a.types.cloneNode(n.node);n.remove();const i=replaceImpureComputedKeys(e.get("properties"),e.scope);const{keys:l,allPrimitives:c,hasTemplateLiteral:d}=extractNormalizedKeys(e.node);if(l.length===0){return[i,o.argument,a.types.callExpression(getExtendsHelper(r),[a.types.objectExpression([]),a.types.sequenceExpression([a.types.callExpression(r.addHelper("objectDestructuringEmpty"),[a.types.cloneNode(t)]),a.types.cloneNode(t)])])]}let u;if(!c){u=a.types.callExpression(a.types.memberExpression(a.types.arrayExpression(l),a.types.identifier("map")),[r.addHelper("toPropertyKey")])}else{u=a.types.arrayExpression(l);if(!d&&!a.types.isProgram(e.scope.block)){const r=e.findParent((e=>e.isProgram()));const t=e.scope.generateUidIdentifier("excluded");r.scope.push({id:t,init:u,kind:"const"});u=a.types.cloneNode(t)}}return[i,o.argument,a.types.callExpression(r.addHelper(`objectWithoutProperties${x?"Loose":""}`),[a.types.cloneNode(t),u])]}function replaceRestElement(e,r,t){if(r.isAssignmentPattern()){replaceRestElement(e,r.get("left"),t);return}if(r.isArrayPattern()&&hasRestElement(r)){const s=r.get("elements");for(let r=0;r<s.length;r++){replaceRestElement(e,s[r],t)}}if(r.isObjectPattern()&&hasRestElement(r)){const s=e.scope.generateUidIdentifier("ref");const n=a.types.variableDeclaration("let",[a.types.variableDeclarator(r.node,s)]);if(t){t.push(n)}else{e.ensureBlock();e.get("body").unshiftContainer("body",n)}r.replaceWith(a.types.cloneNode(s))}}return{name:"transform-object-rest-spread",manipulateOptions:(e,r)=>r.plugins.push("objectRestSpread"),visitor:{Function(e){const r=e.get("params");const t=new Set;const s=new Set;for(let e=0;e<r.length;++e){const a=r[e];if(hasRestElement(a)){t.add(e);for(const e of Object.keys(a.getBindingIdentifiers())){s.add(e)}}}let a=false;const IdentifierHandler=function(e,r){const t=e.node.name;if(e.scope.getBinding(t)===r.getBinding(t)&&s.has(t)){a=true;e.stop()}};let o;for(o=0;o<r.length&&!a;++o){const s=r[o];if(!t.has(o)){if(s.isReferencedIdentifier()||s.isBindingIdentifier()){IdentifierHandler(s,e.scope)}else{s.traverse({"Scope|TypeAnnotation|TSTypeAnnotation":e=>e.skip(),"ReferencedIdentifier|BindingIdentifier":IdentifierHandler},e.scope)}}}if(!a){for(let s=0;s<r.length;++s){const a=r[s];if(t.has(s)){replaceRestElement(e,a)}}}else{const shouldTransformParam=e=>e>=o-1||t.has(e);n.convertFunctionParams(e,b,shouldTransformParam,replaceRestElement)}},VariableDeclarator(e,r){if(!e.get("id").isObjectPattern()){return}let t=e;const s=e;visitRestElements(e.get("id"),(e=>{if(!e.parentPath.isObjectPattern()){return}if(shouldStoreRHSInTemporaryVariable(s.node.id)&&!a.types.isIdentifier(s.node.init)){const r=e.scope.generateUidIdentifierBasedOnNode(s.node.init,"ref");s.insertBefore(a.types.variableDeclarator(r,s.node.init));s.replaceWith(a.types.variableDeclarator(s.node.id,a.types.cloneNode(r)));return}let n=s.node.init;const o=[];let i;e.findParent((e=>{if(e.isObjectProperty()){o.unshift(e)}else if(e.isVariableDeclarator()){i=e.parentPath.node.kind;return true}}));const l=replaceImpureComputedKeys(o,e.scope);o.forEach((e=>{const{node:r}=e;n=a.types.memberExpression(n,a.types.cloneNode(r.key),r.computed||a.types.isLiteral(r.key))}));const c=e.findParent((e=>e.isObjectPattern()));const[d,u,p]=createObjectRest(c,r,n);if(v){removeUnusedExcludedKeys(c)}a.types.assertIdentifier(u);t.insertBefore(d);t.insertBefore(l);t=t.insertAfter(a.types.variableDeclarator(u,p))[0];e.scope.registerBinding(i,t);if(c.node.properties.length===0){c.findParent((e=>e.isObjectProperty()||e.isVariableDeclarator())).remove()}}))},ExportNamedDeclaration(e){const r=e.get("declaration");if(!r.isVariableDeclaration())return;const t=r.get("declarations").some((e=>hasObjectPatternRestElement(e.get("id"))));if(!t)return;const s=[];for(const r of Object.keys(e.getOuterBindingIdentifiers(true))){s.push(a.types.exportSpecifier(a.types.identifier(r),a.types.identifier(r)))}e.replaceWith(r.node);e.insertAfter(a.types.exportNamedDeclaration(null,s))},CatchClause(e){const r=e.get("param");replaceRestElement(e,r)},AssignmentExpression(e,r){const t=e.get("left");if(t.isObjectPattern()&&hasRestElement(t)){const s=[];const n=e.scope.generateUidBasedOnNode(e.node.right,"ref");s.push(a.types.variableDeclaration("var",[a.types.variableDeclarator(a.types.identifier(n),e.node.right)]));const[o,i,l]=createObjectRest(t,r,a.types.identifier(n));if(o.length>0){s.push(a.types.variableDeclaration("var",o))}const c=a.types.cloneNode(e.node);c.right=a.types.identifier(n);s.push(a.types.expressionStatement(c));s.push(a.types.expressionStatement(a.types.assignmentExpression("=",i,l)));s.push(a.types.expressionStatement(a.types.identifier(n)));e.replaceWithMultiple(s)}},ForXStatement(e){const{node:r,scope:t}=e;const s=e.get("left");const n=r.left;if(!hasObjectPatternRestElement(s)){return}if(!a.types.isVariableDeclaration(n)){const s=t.generateUidIdentifier("ref");r.left=a.types.variableDeclaration("var",[a.types.variableDeclarator(s)]);e.ensureBlock();const o=e.node.body;if(o.body.length===0&&e.isCompletionRecord()){o.body.unshift(a.types.expressionStatement(t.buildUndefinedNode()))}o.body.unshift(a.types.expressionStatement(a.types.assignmentExpression("=",n,a.types.cloneNode(s))))}else{const s=n.declarations[0].id;const o=t.generateUidIdentifier("ref");r.left=a.types.variableDeclaration(n.kind,[a.types.variableDeclarator(o,null)]);e.ensureBlock();const i=r.body;i.body.unshift(a.types.variableDeclaration(r.left.kind,[a.types.variableDeclarator(s,a.types.cloneNode(o))]))}},ArrayPattern(e){const r=[];visitRestElements(e,(e=>{if(!e.parentPath.isObjectPattern()){return}const t=e.parentPath;const s=e.scope.generateUidIdentifier("ref");r.push(a.types.variableDeclarator(t.node,s));t.replaceWith(a.types.cloneNode(s));e.skip()}));if(r.length>0){const t=e.getStatementParent();const s=t.node;const n=s.type==="VariableDeclaration"?s.kind:"var";t.insertAfter(a.types.variableDeclaration(n,r))}},ObjectExpression(e,r){if(!hasSpread(e.node))return;let t;if(j){t=getExtendsHelper(r)}else{{try{t=r.addHelper("objectSpread2")}catch(e){this.file.declarations["objectSpread2"]=null;t=r.addHelper("objectSpread")}}}let s=null;let n=[];function make(){const e=n.length>0;const r=a.types.objectExpression(n);n=[];if(!s){s=a.types.callExpression(t,[r]);return}if(v){if(e){s.arguments.push(r)}return}s=a.types.callExpression(a.types.cloneNode(t),[s,...e?[a.types.objectExpression([]),r]:[]])}for(const r of e.node.properties){if(a.types.isSpreadElement(r)){make();s.arguments.push(r.argument)}else{n.push(r)}}if(n.length)make();e.replaceWith(s)}}}}));r["default"]=u},2061:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(9045);var a=t(6721);var n=t(8304);function replacePropertySuper(e,r,t){const s=new a.default({getObjectRef:r,methodPath:e,file:t});s.replace()}var o=r["default"]=(0,s.declare)((e=>{e.assertVersion(7);const r=new Set;return{name:"transform-object-super",visitor:{Loop:{exit(e){r.forEach((t=>{if(t.scopePath===e){e.scope.push({id:t.id,kind:"let"});e.scope.crawl();e.requeue();r.delete(t)}}))}},ObjectExpression(e,t){let s;const getObjectRef=()=>s=s||e.scope.generateUidIdentifier("obj");e.get("properties").forEach((e=>{if(!e.isMethod())return;replacePropertySuper(e,getObjectRef,t.file)}));if(s){const t=e.findParent((e=>e.isFunction()||e.isProgram()||e.isLoop()));const a=t.isLoop();if(a){r.add({scopePath:t,id:n.types.cloneNode(s)})}else{e.scope.push({id:n.types.cloneNode(s),kind:"var"})}e.replaceWith(n.types.assignmentExpression("=",n.types.cloneNode(s),e.node))}}}}}))},6271:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(9045);var a=r["default"]=(0,s.declare)((e=>{e.assertVersion("^7.0.0-0 || >8.0.0-alpha <8.0.0-beta");return{name:"transform-optional-catch-binding",manipulateOptions:(e,r)=>r.plugins.push("optionalCatchBinding"),visitor:{CatchClause(e){if(!e.node.param){const r=e.scope.generateUidIdentifier("unused");const t=e.get("param");t.replaceWith(r)}}}}}))},9076:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});var s=t(9045);var a=t(8304);var n=t(9102);function willPathCastToBoolean(e){const r=findOutermostTransparentParent(e);const{node:t,parentPath:s}=r;if(s.isLogicalExpression()){const{operator:e,right:r}=s.node;if(e==="&&"||e==="||"||e==="??"&&t===r){return willPathCastToBoolean(s)}}if(s.isSequenceExpression()){const{expressions:e}=s.node;if(e[e.length-1]===t){return willPathCastToBoolean(s)}else{return true}}return s.isConditional({test:t})||s.isUnaryExpression({operator:"!"})||s.isLoop({test:t})}function findOutermostTransparentParent(e){let r=e;e.findParent((e=>{if(!n.isTransparentExprWrapper(e.node))return true;r=e}));return r}const last=e=>e[e.length-1];function isSimpleMemberExpression(e){e=n.skipTransparentExprWrapperNodes(e);return a.types.isIdentifier(e)||a.types.isSuper(e)||a.types.isMemberExpression(e)&&!e.computed&&isSimpleMemberExpression(e.object)}function needsMemoize(e){let r=e;const{scope:t}=e;while(r.isOptionalMemberExpression()||r.isOptionalCallExpression()){const{node:e}=r;const s=n.skipTransparentExprWrappers(r.isOptionalMemberExpression()?r.get("object"):r.get("callee"));if(e.optional){return!t.isStatic(s.node)}r=s}}const o=a.template.expression(`%%check%% === null || %%ref%% === void 0`);const i=a.template.expression(`%%check%% == null`);const l=a.template.expression(`%%check%% !== null && %%ref%% !== void 0`);const c=a.template.expression(`%%check%% != null`);function transformOptionalChain(e,{pureGetters:r,noDocumentAll:t},s,d,u){const{scope:p}=e;if(p.path.isPattern()&&needsMemoize(e)){s.replaceWith(a.template.expression.ast`(() => ${s.node})()`);return}const f=[];let y=e;while(y.isOptionalMemberExpression()||y.isOptionalCallExpression()){const{node:e}=y;if(e.optional){f.push(e)}if(y.isOptionalMemberExpression()){y.node.type="MemberExpression";y=n.skipTransparentExprWrappers(y.get("object"))}else if(y.isOptionalCallExpression()){y.node.type="CallExpression";y=n.skipTransparentExprWrappers(y.get("callee"))}}if(f.length===0){return}const g=[];let h;for(let e=f.length-1;e>=0;e--){const t=f[e];const s=a.types.isCallExpression(t);const o=s?t.callee:t.object;const i=n.skipTransparentExprWrapperNodes(o);let l;let c;if(s&&a.types.isIdentifier(i,{name:"eval"})){c=l=i;t.callee=a.types.sequenceExpression([a.types.numericLiteral(0),l])}else if(r&&s&&isSimpleMemberExpression(i)){c=l=t.callee}else if(p.isStatic(i)){c=l=o}else{if(!h||s){h=p.generateUidIdentifierBasedOnNode(i);p.push({id:a.types.cloneNode(h)})}l=h;c=a.types.assignmentExpression("=",a.types.cloneNode(h),o);if(s){t.callee=l}else{t.object=l}}if(s&&a.types.isMemberExpression(i)){if(r&&isSimpleMemberExpression(i)){t.callee=o}else{const{object:e}=i;let r;if(a.types.isSuper(e)){r=a.types.thisExpression()}else{const t=p.maybeGenerateMemoised(e);if(t){r=t;i.object=a.types.assignmentExpression("=",t,e)}else{r=e}}t.arguments.unshift(a.types.cloneNode(r));t.callee=a.types.memberExpression(t.callee,a.types.identifier("call"))}}const d={check:a.types.cloneNode(c),ref:a.types.cloneNode(l)};Object.defineProperty(d,"ref",{enumerable:false});g.push(d)}let b=s.node;if(u)b=u(b);const x=a.types.isBooleanLiteral(d);const v=x&&d.value===false;const j=!x&&a.types.isUnaryExpression(d,{operator:"void"});const w=a.types.isExpressionStatement(s.parent)&&!s.isCompletionRecord()||a.types.isSequenceExpression(s.parent)&&last(s.parent.expressions)!==s.node;const E=v?t?c:l:t?i:o;const _=v?"&&":"||";const S=g.map(E).reduce(((e,r)=>a.types.logicalExpression(_,e,r)));s.replaceWith(x||j&&w?a.types.logicalExpression(_,S,b):a.types.conditionalExpression(S,d,b))}function transform(e,r){const{scope:t}=e;const s=findOutermostTransparentParent(e);const{parentPath:o}=s;if(o.isUnaryExpression({operator:"delete"})){transformOptionalChain(e,r,o,a.types.booleanLiteral(true))}else{let i;if(o.isCallExpression({callee:s.node})&&e.isOptionalMemberExpression()){i=e=>{var s;const o=n.skipTransparentExprWrapperNodes(e.object);let i;if(!r.pureGetters||!isSimpleMemberExpression(o)){i=t.maybeGenerateMemoised(o);if(i){e.object=a.types.assignmentExpression("=",i,o)}}return a.types.callExpression(a.types.memberExpression(e,a.types.identifier("bind")),[a.types.cloneNode((s=i)!=null?s:o)])}}transformOptionalChain(e,r,e,willPathCastToBoolean(s)?a.types.booleanLiteral(false):t.buildUndefinedNode(),i)}}var d=s.declare(((e,r)=>{var t,s;e.assertVersion("^7.0.0-0 || >8.0.0-alpha <8.0.0-beta");const{loose:a=false}=r;const n=(t=e.assumption("noDocumentAll"))!=null?t:a;const o=(s=e.assumption("pureGetters"))!=null?s:a;return{name:"transform-optional-chaining",manipulateOptions:(e,r)=>r.plugins.push("optionalChaining"),visitor:{"OptionalCallExpression|OptionalMemberExpression"(e){transform(e,{noDocumentAll:n,pureGetters:o})}}}}));r["default"]=d;r.transform=transform;r.transformOptionalChain=transformOptionalChain},1695:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});Object.defineProperty(r,"convertFunctionParams",{enumerable:true,get:function(){return a.default}});r["default"]=void 0;var s=t(9045);var a=t(2983);var n=t(1591);var o=r["default"]=(0,s.declare)(((e,r)=>{var t,s;e.assertVersion(7);const o=(t=e.assumption("ignoreFunctionLength"))!=null?t:r.loose;const i=(s=e.assumption("noNewArrows"))!=null?s:true;return{name:"transform-parameters",visitor:{Function(e){if(e.isArrowFunctionExpression()&&e.get("params").some((e=>e.isRestElement()||e.isAssignmentPattern()))){e.arrowFunctionToExpression({allowInsertArrowWithRest:false,noNewArrows:i});if(!e.isFunctionExpression())return}const r=(0,n.default)(e);const t=(0,a.default)(e,o);if(r||t){e.scope.crawl()}}}}}))},2983:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=convertFunctionParams;var s=t(8304);var a=t(3175);const n=s.template.statement(`\n let VARIABLE_NAME =\n arguments.length > ARGUMENT_KEY && arguments[ARGUMENT_KEY] !== undefined ?\n arguments[ARGUMENT_KEY]\n :\n DEFAULT_VALUE;\n`);const o=s.template.statement(`\n if (ASSIGNMENT_IDENTIFIER === UNDEFINED) {\n ASSIGNMENT_IDENTIFIER = DEFAULT_VALUE;\n }\n`);const i=s.template.statement(`\n let ASSIGNMENT_IDENTIFIER = PARAMETER_NAME === UNDEFINED ? DEFAULT_VALUE : PARAMETER_NAME ;\n`);const l=s.template.statement(`\n let $0 = arguments.length > $1 ? arguments[$1] : undefined;\n`);function convertFunctionParams(e,r,t,c){const d=e.get("params");const u=d.every((e=>e.isIdentifier()));if(u)return false;const{node:p,scope:f}=e;const y=[];const g=new Set;for(const e of d){(0,a.collectShadowedParamsNames)(e,f,g)}const h={needsOuterBinding:false,scope:f};if(g.size===0){for(const e of d){if(!e.isIdentifier())e.traverse(a.iifeVisitor,h);if(h.needsOuterBinding)break}}let b=null;for(let a=0;a<d.length;a++){const u=d[a];if(t&&!t(a)){continue}const g=[];if(c){c(e,u,g)}const h=u.isAssignmentPattern();if(h&&(r||s.types.isMethod(p,{kind:"set"}))){const e=u.get("left");const r=u.get("right");const t=f.buildUndefinedNode();if(e.isIdentifier()){y.push(o({ASSIGNMENT_IDENTIFIER:s.types.cloneNode(e.node),DEFAULT_VALUE:r.node,UNDEFINED:t}));u.replaceWith(e.node)}else if(e.isObjectPattern()||e.isArrayPattern()){const a=f.generateUidIdentifier();y.push(i({ASSIGNMENT_IDENTIFIER:e.node,DEFAULT_VALUE:r.node,PARAMETER_NAME:s.types.cloneNode(a),UNDEFINED:t}));u.replaceWith(a)}}else if(h){if(b===null)b=a;const e=u.get("left");const r=u.get("right");const t=n({VARIABLE_NAME:e.node,DEFAULT_VALUE:r.node,ARGUMENT_KEY:s.types.numericLiteral(a)});y.push(t)}else if(b!==null){const e=l([u.node,s.types.numericLiteral(a)]);y.push(e)}else if(u.isObjectPattern()||u.isArrayPattern()){const r=e.scope.generateUidIdentifier("ref");r.typeAnnotation=u.node.typeAnnotation;const t=s.types.variableDeclaration("let",[s.types.variableDeclarator(u.node,r)]);y.push(t);u.replaceWith(s.types.cloneNode(r))}if(g){for(const e of g){y.push(e)}}}if(b!==null){p.params=p.params.slice(0,b)}e.ensureBlock();const x=e;const{async:v,generator:j}=p;if(j||h.needsOuterBinding||g.size>0){y.push((0,a.buildScopeIIFE)(g,x.node.body));e.set("body",s.types.blockStatement(y));const r=x.get("body.body");const t=r[r.length-1].get("argument.callee");t.arrowFunctionToExpression();t.node.generator=j;t.node.async=v;p.generator=false;p.async=false;if(v){x.node.body=s.template.statement.ast`{
try {
${x.node.body.body}
} catch (e) {
return Promise.reject(e);
}
}`}}else{x.get("body").unshiftContainer("body",y)}return true}},1591:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=convertFunctionRest;var s=t(8304);var a=t(3175);const n=s.template.statement(`\n for (var LEN = ARGUMENTS.length,\n ARRAY = new Array(ARRAY_LEN),\n KEY = START;\n KEY < LEN;\n KEY++) {\n ARRAY[ARRAY_KEY] = ARGUMENTS[KEY];\n }\n`);const o=s.template.expression(`\n (INDEX < OFFSET || ARGUMENTS.length <= INDEX) ? undefined : ARGUMENTS[INDEX]\n`);const i=s.template.expression(`\n REF = INDEX, (REF < OFFSET || ARGUMENTS.length <= REF) ? undefined : ARGUMENTS[REF]\n`);const l=s.template.expression(`\n ARGUMENTS.length <= OFFSET ? 0 : ARGUMENTS.length - OFFSET\n`);function referencesRest(e,r){if(e.node.name===r.name){return e.scope.bindingIdentifierEquals(r.name,r.outerBinding)}return false}const c={Scope(e,r){if(!e.scope.bindingIdentifierEquals(r.name,r.outerBinding)){e.skip()}},Flow(e){if(e.isTypeCastExpression())return;e.skip()},Function(e,r){const t=r.noOptimise;r.noOptimise=true;e.traverse(c,r);r.noOptimise=t;e.skip()},ReferencedIdentifier(e,r){const{node:t}=e;if(t.name==="arguments"){r.deopted=true}if(!referencesRest(e,r))return;if(r.noOptimise){r.deopted=true}else{const{parentPath:s}=e;if(s.listKey==="params"&&s.key<r.offset){return}if(s.isMemberExpression({object:t})){const t=s.parentPath;const a=!r.deopted&&!(t.isAssignmentExpression()&&s.node===t.node.left||t.isLVal()||t.isForXStatement()||t.isUpdateExpression()||t.isUnaryExpression({operator:"delete"})||(t.isCallExpression()||t.isNewExpression())&&s.node===t.node.callee);if(a){if(s.node.computed){if(s.get("property").isBaseType("number")){r.candidates.push({cause:"indexGetter",path:e});return}}else if(s.node.property.name==="length"){r.candidates.push({cause:"lengthGetter",path:e});return}}}if(r.offset===0&&s.isSpreadElement()){const t=s.parentPath;if(t.isCallExpression()&&t.node.arguments.length===1){r.candidates.push({cause:"argSpread",path:e});return}}r.references.push(e)}},BindingIdentifier(e,r){if(referencesRest(e,r)){r.deopted=true}}};function getParamsCount(e){let r=e.params.length;if(r>0&&s.types.isIdentifier(e.params[0],{name:"this"})){r-=1}return r}function hasRest(e){const r=e.params.length;return r>0&&s.types.isRestElement(e.params[r-1])}function optimiseIndexGetter(e,r,t){const a=s.types.numericLiteral(t);let n;const l=e.parent;if(s.types.isNumericLiteral(l.property)){n=s.types.numericLiteral(l.property.value+t)}else if(t===0){n=l.property}else{n=s.types.binaryExpression("+",l.property,s.types.cloneNode(a))}const{scope:c,parentPath:d}=e;if(!c.isPure(n)){const e=c.generateUidIdentifierBasedOnNode(n);c.push({id:e,kind:"var"});d.replaceWith(i({ARGUMENTS:r,OFFSET:a,INDEX:n,REF:s.types.cloneNode(e)}))}else{d.replaceWith(o({ARGUMENTS:r,OFFSET:a,INDEX:n}));const e=d;const t=e.get("test");const s=t.get("left").evaluate();if(s.confident){if(s.value===true){e.replaceWith(c.buildUndefinedNode())}else{t.replaceWith(t.get("right"))}}}}function optimiseLengthGetter(e,r,t){if(t){e.parentPath.replaceWith(l({ARGUMENTS:r,OFFSET:s.types.numericLiteral(t)}))}else{e.replaceWith(r)}}function convertFunctionRest(e){const{node:r,scope:t}=e;if(!hasRest(r))return false;const o=e.get(`params.${r.params.length-1}.argument`);if(!o.isIdentifier()){const r=new Set;(0,a.collectShadowedParamsNames)(o,e.scope,r);let n=r.size>0;if(!n){const e={needsOuterBinding:false,scope:t};o.traverse(a.iifeVisitor,e);n=e.needsOuterBinding}if(n){e.ensureBlock();e.set("body",s.types.blockStatement([(0,a.buildScopeIIFE)(r,e.node.body)]))}}let i=o.node;r.params.pop();if(s.types.isPattern(i)){const a=i;i=t.generateUidIdentifier("ref");const n=s.types.variableDeclaration("let",[s.types.variableDeclarator(a,i)]);e.ensureBlock();r.body.body.unshift(n)}else if(i.name==="arguments"){t.rename(i.name)}const l=s.types.identifier("arguments");const d=getParamsCount(r);const u={references:[],offset:d,argumentsNode:l,outerBinding:t.getBindingIdentifier(i.name),candidates:[],name:i.name,deopted:false};e.traverse(c,u);if(!u.deopted&&!u.references.length){for(const{path:e,cause:r}of u.candidates){const t=s.types.cloneNode(l);switch(r){case"indexGetter":optimiseIndexGetter(e,t,u.offset);break;case"lengthGetter":optimiseLengthGetter(e,t,u.offset);break;default:e.replaceWith(t)}}return true}u.references.push(...u.candidates.map((({path:e})=>e)));const p=s.types.numericLiteral(d);const f=t.generateUidIdentifier("key");const y=t.generateUidIdentifier("len");let g,h;if(d){g=s.types.binaryExpression("-",s.types.cloneNode(f),s.types.cloneNode(p));h=s.types.conditionalExpression(s.types.binaryExpression(">",s.types.cloneNode(y),s.types.cloneNode(p)),s.types.binaryExpression("-",s.types.cloneNode(y),s.types.cloneNode(p)),s.types.numericLiteral(0))}else{g=s.types.identifier(f.name);h=s.types.identifier(y.name)}const b=n({ARGUMENTS:l,ARRAY_KEY:g,ARRAY_LEN:h,START:p,ARRAY:i,KEY:f,LEN:y});if(u.deopted){r.body.body.unshift(b)}else{let r=e.getEarliestCommonAncestorFrom(u.references).getStatementParent();r.findParent((e=>{if(e.isLoop()){r=e}else{return e.isFunction()}}));r.insertBefore(b)}return true}},3175:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.buildScopeIIFE=buildScopeIIFE;r.collectShadowedParamsNames=collectShadowedParamsNames;r.iifeVisitor=void 0;var s=t(8304);const a=r.iifeVisitor={"ReferencedIdentifier|BindingIdentifier"(e,r){const{scope:t,node:s}=e;const{name:a}=s;if(a==="eval"||t.getBinding(a)===r.scope.parent.getBinding(a)&&r.scope.hasOwnBinding(a)){r.needsOuterBinding=true;e.stop()}},"TypeAnnotation|TSTypeAnnotation|TypeParameterDeclaration|TSTypeParameterDeclaration":e=>e.skip()};function collectShadowedParamsNames(e,r,t){for(const a of Object.keys(e.getBindingIdentifiers())){var s;const e=(s=r.bindings[a])==null?void 0:s.constantViolations;if(e){for(const r of e){const e=r.node;switch(e.type){case"VariableDeclarator":{if(e.init===null){const e=r.parentPath;if(!e.parentPath.isFor()||e.parentPath.get("body")===e){r.remove();break}}t.add(a);break}case"FunctionDeclaration":t.add(a);break}}}}}function buildScopeIIFE(e,r){const t=[];const a=[];for(const r of e){t.push(s.types.identifier(r));a.push(s.types.identifier(r))}return s.types.returnStatement(s.types.callExpression(s.types.arrowFunctionExpression(a,r),t))}},642:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(9045);var a=t(3713);var n=r["default"]=(0,s.declare)(((e,r)=>{e.assertVersion("^7.0.0-0 || >8.0.0-alpha <8.0.0-beta");return(0,a.createClassFeaturePlugin)({name:"transform-private-methods",api:e,feature:a.FEATURES.privateMethods,loose:r.loose,manipulateOptions(e,r){{r.plugins.push("classPrivateMethods")}}})}))},9388:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(9045);var a=t(3713);var n=t(344);var o=r["default"]=(0,s.declare)(((e,r)=>{e.assertVersion("^7.0.0-0 || >8.0.0-alpha <8.0.0-beta");const{types:t,template:s}=e;const{loose:o}=r;const i=new WeakMap;const l=new WeakMap;function unshadow(e,r,t){while(t!==r){if(t.hasOwnBinding(e))t.rename(e);t=t.parent}}function injectToFieldInit(e,r,s=false){if(e.node.value){const t=e.get("value");if(s){t.insertBefore(r)}else{t.insertAfter(r)}}else{e.set("value",t.unaryExpression("void",r))}}function injectInitialization(e,r){let s;let n;for(const r of e.get("body.body")){if((r.isClassProperty()||r.isClassPrivateProperty())&&!r.node.static){s=r;break}if(!n&&r.isClassMethod({kind:"constructor"})){n=r}}if(s){injectToFieldInit(s,r,true)}else{(0,a.injectInitialization)(e,n,[t.expressionStatement(r)])}}function getWeakSetId(e,r,a,o="",i){let l=e.get(a.node);if(!l){l=r.scope.generateUidIdentifier(`${o||""} brandCheck`);e.set(a.node,l);i(a,s.expression.ast`${t.cloneNode(l)}.add(this)`);const c=t.newExpression(t.identifier("WeakSet"),[]);(0,n.default)(c);r.insertBefore(s.ast`var ${l} = ${c}`)}return t.cloneNode(l)}return{name:"transform-private-property-in-object",manipulateOptions:(e,r)=>r.plugins.push("privateIn"),pre(){(0,a.enableFeature)(this.file,a.FEATURES.privateIn,o)},visitor:{BinaryExpression(e,r){const{node:n}=e;const{file:o}=r;if(n.operator!=="in")return;if(!t.isPrivateName(n.left))return;const{name:c}=n.left.id;let d;const u=e.findParent((e=>{if(!e.isClass())return false;d=e.get("body.body").find((({node:e})=>t.isPrivate(e)&&e.key.id.name===c));return!!d}));if(u.parentPath.scope.path.isPattern()){u.replaceWith(s.ast`(() => ${u.node})()`);return}if(d.node.type==="ClassPrivateMethod"){if(d.node.static){if(u.node.id){unshadow(u.node.id.name,u.scope,e.scope)}else{u.set("id",e.scope.generateUidIdentifier("class"))}e.replaceWith(s.expression.ast`
${t.cloneNode(u.node.id)} === ${(0,a.buildCheckInRHS)(n.right,o)}
`)}else{var p;const r=getWeakSetId(i,u,u,(p=u.node.id)==null?void 0:p.name,injectInitialization);e.replaceWith(s.expression.ast`${r}.has(${(0,a.buildCheckInRHS)(n.right,o)})`)}}else{const r=getWeakSetId(l,u,d,d.node.key.id.name,injectToFieldInit);e.replaceWith(s.expression.ast`${r}.has(${(0,a.buildCheckInRHS)(n.right,o)})`)}}}}}))},3456:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(9045);var a=t(8304);var n=r["default"]=(0,s.declare)((e=>{e.assertVersion(7);return{name:"transform-property-literals",visitor:{ObjectProperty:{exit({node:e}){const r=e.key;if(!e.computed&&a.types.isIdentifier(r)&&!a.types.isValidES3Identifier(r.name)){e.key=a.types.stringLiteral(r.name)}}}}}}))},9991:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(9045);var a=t(1017);var n=t(8304);var o=r["default"]=(0,s.declare)((e=>{e.assertVersion(7);function addDisplayName(e,r){const t=r.arguments[0].properties;let s=true;for(let e=0;e<t.length;e++){const r=t[e];if(n.types.isSpreadElement(r)){continue}const a=n.types.toComputedKey(r);if(n.types.isStringLiteral(a,{value:"displayName"})){s=false;break}}if(s){t.unshift(n.types.objectProperty(n.types.identifier("displayName"),n.types.stringLiteral(e)))}}const r=n.types.buildMatchMemberExpression("React.createClass");const isCreateClassAddon=e=>n.types.isIdentifier(e,{name:"createReactClass"});function isCreateClass(e){if(!e||!n.types.isCallExpression(e))return false;if(!r(e.callee)&&!isCreateClassAddon(e.callee)){return false}const t=e.arguments;if(t.length!==1)return false;const s=t[0];if(!n.types.isObjectExpression(s))return false;return true}return{name:"transform-react-display-name",visitor:{ExportDefaultDeclaration({node:e},r){if(isCreateClass(e.declaration)){const t=r.filename||"unknown";let s=a.basename(t,a.extname(t));if(s==="index"){s=a.basename(a.dirname(t))}addDisplayName(s,e.declaration)}},CallExpression(e){const{node:r}=e;if(!isCreateClass(r))return;let t;e.find((function(e){if(e.isAssignmentExpression()){t=e.node.left}else if(e.isObjectProperty()){t=e.node.key}else if(e.isVariableDeclarator()){t=e.node.id}else if(e.isStatement()){return true}if(t)return true}));if(!t)return;if(n.types.isMemberExpression(t)){t=t.property}if(n.types.isIdentifier(t)){addDisplayName(t.name,r)}}}}}))},1157:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(7552);var a=r["default"]=s.default},7107:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=createPlugin;var s=t(2698);var a=t(9045);var n=t(8304);var o=t(4414);var i=t(344);const l={importSource:"react",runtime:"automatic",pragma:"React.createElement",pragmaFrag:"React.Fragment"};const c=/^\s*(?:\*\s*)?@jsxImportSource\s+(\S+)\s*$/m;const d=/^\s*(?:\*\s*)?@jsxRuntime\s+(\S+)\s*$/m;const u=/^\s*(?:\*\s*)?@jsx\s+(\S+)\s*$/m;const p=/^\s*(?:\*\s*)?@jsxFrag\s+(\S+)\s*$/m;const get=(e,r)=>e.get(`@babel/plugin-react-jsx/${r}`);const set=(e,r,t)=>e.set(`@babel/plugin-react-jsx/${r}`,t);function hasProto(e){return e.properties.some((e=>n.types.isObjectProperty(e,{computed:false,shorthand:false})&&(n.types.isIdentifier(e.key,{name:"__proto__"})||n.types.isStringLiteral(e.key,{value:"__proto__"}))))}function createPlugin({name:e,development:r}){return(0,a.declare)(((t,a)=>{const{pure:o,throwIfNamespace:f=true,filter:y,runtime:g=(r?"automatic":"classic"),importSource:h=l.importSource,pragma:b=l.pragma,pragmaFrag:x=l.pragmaFrag}=a;{var{useSpread:v=false,useBuiltIns:j=false}=a;if(g==="classic"){if(typeof v!=="boolean"){throw new Error("transform-react-jsx currently only accepts a boolean option for "+"useSpread (defaults to false)")}if(typeof j!=="boolean"){throw new Error("transform-react-jsx currently only accepts a boolean option for "+"useBuiltIns (defaults to false)")}if(v&&j){throw new Error("transform-react-jsx currently only accepts useBuiltIns or useSpread "+"but not both")}}}const w={JSXOpeningElement(e,r){const t=[];if(isThisAllowed(e.scope)){t.push(n.types.jsxAttribute(n.types.jsxIdentifier("__self"),n.types.jsxExpressionContainer(n.types.thisExpression())))}t.push(n.types.jsxAttribute(n.types.jsxIdentifier("__source"),n.types.jsxExpressionContainer(makeSource(e,r))));e.pushContainer("attributes",t)}};return{name:e,inherits:s.default,visitor:{JSXNamespacedName(e){if(f){throw e.buildCodeFrameError(`Namespace tags are not supported by default. React's JSX doesn't support namespace tags. You can set \`throwIfNamespace: false\` to bypass this warning.`)}},JSXSpreadChild(e){throw e.buildCodeFrameError("Spread children are not supported in React.")},Program:{enter(e,t){const{file:s}=t;let o=g;let i=h;let f=b;let y=x;let v=!!a.importSource;let j=!!a.pragma;let E=!!a.pragmaFrag;if(s.ast.comments){for(const e of s.ast.comments){const r=c.exec(e.value);if(r){i=r[1];v=true}const t=d.exec(e.value);if(t){o=t[1]}const s=u.exec(e.value);if(s){f=s[1];j=true}const a=p.exec(e.value);if(a){y=a[1];E=true}}}set(t,"runtime",o);if(o==="classic"){if(v){throw e.buildCodeFrameError(`importSource cannot be set when runtime is classic.`)}const r=toMemberExpression(f);const s=toMemberExpression(y);set(t,"id/createElement",(()=>n.types.cloneNode(r)));set(t,"id/fragment",(()=>n.types.cloneNode(s)));set(t,"defaultPure",f===l.pragma)}else if(o==="automatic"){if(j||E){throw e.buildCodeFrameError(`pragma and pragmaFrag cannot be set when runtime is automatic.`)}const define=(r,s)=>set(t,r,createImportLazily(t,e,s,i));define("id/jsx",r?"jsxDEV":"jsx");define("id/jsxs",r?"jsxDEV":"jsxs");define("id/createElement","createElement");define("id/fragment","Fragment");set(t,"defaultPure",i===l.importSource)}else{throw e.buildCodeFrameError(`Runtime must be either "classic" or "automatic".`)}if(r){e.traverse(w,t)}}},JSXFragment:{exit(e,r){let t;if(get(r,"runtime")==="classic"){t=buildCreateElementFragmentCall(e,r)}else{t=buildJSXFragmentCall(e,r)}e.replaceWith(n.types.inherits(t,e.node))}},JSXElement:{exit(e,r){let t;if(get(r,"runtime")==="classic"||shouldUseCreateElement(e)){t=buildCreateElementCall(e,r)}else{t=buildJSXElementCall(e,r)}e.replaceWith(n.types.inherits(t,e.node))}},JSXAttribute(e){if(n.types.isJSXElement(e.node.value)){e.node.value=n.types.jsxExpressionContainer(e.node.value)}}}};function isDerivedClass(e){return e.node.superClass!==null}function isThisAllowed(e){do{const{path:r}=e;if(r.isFunctionParent()&&!r.isArrowFunctionExpression()){if(!r.isMethod()){return true}if(r.node.kind!=="constructor"){return true}return!isDerivedClass(r.parentPath.parentPath)}if(r.isTSModuleBlock()){return false}}while(e=e.parent);return true}function call(e,r,t){const s=n.types.callExpression(get(e,`id/${r}`)(),t);if(o!=null?o:get(e,"defaultPure"))(0,i.default)(s);return s}function shouldUseCreateElement(e){const r=e.get("openingElement");const t=r.node.attributes;let s=false;for(let e=0;e<t.length;e++){const r=t[e];if(s&&n.types.isJSXAttribute(r)&&r.name.name==="key"){return true}else if(n.types.isJSXSpreadAttribute(r)){s=true}}return false}function convertJSXIdentifier(e,r){if(n.types.isJSXIdentifier(e)){if(e.name==="this"&&n.types.isReferenced(e,r)){return n.types.thisExpression()}else if(n.types.isValidIdentifier(e.name,false)){e.type="Identifier";return e}else{return n.types.stringLiteral(e.name)}}else if(n.types.isJSXMemberExpression(e)){return n.types.memberExpression(convertJSXIdentifier(e.object,e),convertJSXIdentifier(e.property,e))}else if(n.types.isJSXNamespacedName(e)){return n.types.stringLiteral(`${e.namespace.name}:${e.name.name}`)}return e}function convertAttributeValue(e){if(n.types.isJSXExpressionContainer(e)){return e.expression}else{return e}}function accumulateAttribute(e,r){if(n.types.isJSXSpreadAttribute(r.node)){const t=r.node.argument;if(n.types.isObjectExpression(t)&&!hasProto(t)){e.push(...t.properties)}else{e.push(n.types.spreadElement(t))}return e}const t=convertAttributeValue(r.node.name.name!=="key"?r.node.value||n.types.booleanLiteral(true):r.node.value);if(r.node.name.name==="key"&&t===null){throw r.buildCodeFrameError('Please provide an explicit key value. Using "key" as a shorthand for "key={true}" is not allowed.')}if(n.types.isStringLiteral(t)&&!n.types.isJSXExpressionContainer(r.node.value)){var s;t.value=t.value.replace(/\n\s+/g," ");(s=t.extra)==null||delete s.raw}if(n.types.isJSXNamespacedName(r.node.name)){r.node.name=n.types.stringLiteral(r.node.name.namespace.name+":"+r.node.name.name.name)}else if(n.types.isValidIdentifier(r.node.name.name,false)){r.node.name.type="Identifier"}else{r.node.name=n.types.stringLiteral(r.node.name.name)}e.push(n.types.inherits(n.types.objectProperty(r.node.name,t),r.node));return e}function buildChildrenProperty(e){let r;if(e.length===1){r=e[0]}else if(e.length>1){r=n.types.arrayExpression(e)}else{return undefined}return n.types.objectProperty(n.types.identifier("children"),r)}function buildJSXElementCall(e,t){const s=e.get("openingElement");const a=[getTag(s)];const o=[];const i=Object.create(null);for(const r of s.get("attributes")){if(r.isJSXAttribute()&&n.types.isJSXIdentifier(r.node.name)){const{name:t}=r.node.name;switch(t){case"__source":case"__self":if(i[t])throw sourceSelfError(e,t);case"key":{const e=convertAttributeValue(r.node.value);if(e===null){throw r.buildCodeFrameError('Please provide an explicit key value. Using "key" as a shorthand for "key={true}" is not allowed.')}i[t]=e;break}default:o.push(r)}}else{o.push(r)}}const l=n.types.react.buildChildren(e.node);let c;if(o.length||l.length){c=buildJSXOpeningElementAttributes(o,l)}else{c=n.types.objectExpression([])}a.push(c);if(r){var d;a.push((d=i.key)!=null?d:e.scope.buildUndefinedNode(),n.types.booleanLiteral(l.length>1));if(i.__source){a.push(i.__source);if(i.__self)a.push(i.__self)}else if(i.__self){a.push(e.scope.buildUndefinedNode(),i.__self)}}else if(i.key!==undefined){a.push(i.key)}return call(t,l.length>1?"jsxs":"jsx",a)}function buildJSXOpeningElementAttributes(e,r){const t=e.reduce(accumulateAttribute,[]);if((r==null?void 0:r.length)>0){t.push(buildChildrenProperty(r))}return n.types.objectExpression(t)}function buildJSXFragmentCall(e,t){const s=[get(t,"id/fragment")()];const a=n.types.react.buildChildren(e.node);s.push(n.types.objectExpression(a.length>0?[buildChildrenProperty(a)]:[]));if(r){s.push(e.scope.buildUndefinedNode(),n.types.booleanLiteral(a.length>1))}return call(t,a.length>1?"jsxs":"jsx",s)}function buildCreateElementFragmentCall(e,r){if(y&&!y(e.node,r))return;return call(r,"createElement",[get(r,"id/fragment")(),n.types.nullLiteral(),...n.types.react.buildChildren(e.node)])}function buildCreateElementCall(e,r){const t=e.get("openingElement");return call(r,"createElement",[getTag(t),buildCreateElementOpeningElementAttributes(r,e,t.get("attributes")),...n.types.react.buildChildren(e.node)])}function getTag(e){const r=convertJSXIdentifier(e.node.name,e.node);let t;if(n.types.isIdentifier(r)){t=r.name}else if(n.types.isStringLiteral(r)){t=r.value}if(n.types.react.isCompatTag(t)){return n.types.stringLiteral(t)}else{return r}}function buildCreateElementOpeningElementAttributes(e,r,t){const s=get(e,"runtime");{if(s!=="automatic"){const r=[];const s=t.reduce(accumulateAttribute,[]);if(!v){let e=0;s.forEach(((t,a)=>{if(n.types.isSpreadElement(t)){if(a>e){r.push(n.types.objectExpression(s.slice(e,a)))}r.push(t.argument);e=a+1}}));if(s.length>e){r.push(n.types.objectExpression(s.slice(e)))}}else if(s.length){r.push(n.types.objectExpression(s))}if(!r.length){return n.types.nullLiteral()}if(r.length===1){if(!(n.types.isSpreadElement(s[0])&&n.types.isObjectExpression(s[0].argument))){return r[0]}}if(!n.types.isObjectExpression(r[0])){r.unshift(n.types.objectExpression([]))}const a=j?n.types.memberExpression(n.types.identifier("Object"),n.types.identifier("assign")):e.addHelper("extends");return n.types.callExpression(a,r)}}const a=[];const o=Object.create(null);for(const e of t){const{node:t}=e;const i=n.types.isJSXAttribute(t)&&n.types.isJSXIdentifier(t.name)&&t.name.name;if(s==="automatic"&&(i==="__source"||i==="__self")){if(o[i])throw sourceSelfError(r,i);o[i]=true}accumulateAttribute(a,e)}return a.length===1&&n.types.isSpreadElement(a[0])&&!n.types.isObjectExpression(a[0].argument)?a[0].argument:a.length>0?n.types.objectExpression(a):n.types.nullLiteral()}}));function getSource(e,t){switch(t){case"Fragment":return`${e}/${r?"jsx-dev-runtime":"jsx-runtime"}`;case"jsxDEV":return`${e}/jsx-dev-runtime`;case"jsx":case"jsxs":return`${e}/jsx-runtime`;case"createElement":return e}}function createImportLazily(e,r,t,s){return()=>{const a=getSource(s,t);if((0,o.isModule)(r)){let s=get(e,`imports/${t}`);if(s)return n.types.cloneNode(s);s=(0,o.addNamed)(r,t,a,{importedInterop:"uncompiled",importPosition:"after"});set(e,`imports/${t}`,s);return s}else{let s=get(e,`requires/${a}`);if(s){s=n.types.cloneNode(s)}else{s=(0,o.addNamespace)(r,a,{importedInterop:"uncompiled"});set(e,`requires/${a}`,s)}return n.types.memberExpression(s,n.types.identifier(t))}}}}function toMemberExpression(e){return e.split(".").map((e=>n.types.identifier(e))).reduce(((e,r)=>n.types.memberExpression(e,r)))}function makeSource(e,r){const t=e.node.loc;if(!t){return e.scope.buildUndefinedNode()}if(!r.fileNameIdentifier){const{filename:t=""}=r;const s=e.scope.generateUidIdentifier("_jsxFileName");e.scope.getProgramParent().push({id:s,init:n.types.stringLiteral(t)});r.fileNameIdentifier=s}return makeTrace(n.types.cloneNode(r.fileNameIdentifier),t.start.line,t.start.column)}function makeTrace(e,r,t){const s=r!=null?n.types.numericLiteral(r):n.types.nullLiteral();const a=t!=null?n.types.numericLiteral(t+1):n.types.nullLiteral();return n.template.expression.ast`{
fileName: ${e},
lineNumber: ${s},
columnNumber: ${a},
}`}function sourceSelfError(e,r){const t=`transform-react-jsx-${r.slice(2)}`;return e.buildCodeFrameError(`Duplicate ${r} prop found. You are most likely using the deprecated ${t} Babel plugin. Both __source and __self are automatically set when using the automatic runtime. Please remove transform-react-jsx-source and transform-react-jsx-self from your Babel config.`)}},7552:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(7107);var a=r["default"]=(0,s.default)({name:"transform-react-jsx/development",development:true})},1096:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(7107);var a=r["default"]=(0,s.default)({name:"transform-react-jsx",development:false})},9212:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(9045);var a=t(344);var n=t(8304);const o=[["react",new Set(["cloneElement","createContext","createElement","createFactory","createRef","forwardRef","isValidElement","memo","lazy"])],["react-dom",new Set(["createPortal"])]];var i=r["default"]=(0,s.declare)((e=>{e.assertVersion(7);return{name:"transform-react-pure-annotations",visitor:{CallExpression(e){if(isReactCall(e)){(0,a.default)(e)}}}}}));function isReactCall(e){const r=e.get("callee");if(!r.isMemberExpression()){for(const[e,t]of o){for(const s of t){if(r.referencesImport(e,s)){return true}}}return false}const t=r.get("object");const s=r.node;if(!s.computed&&n.types.isIdentifier(s.property)){const e=s.property.name;for(const[r,s]of o){if(t.referencesImport(r,"default")||t.referencesImport(r,"*")){return s.has(e)}}}return false}},8123:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(9045);var a=t(9982);var n=r["default"]=(0,s.declare)((({types:e,assertVersion:r})=>{r(7);return{name:"transform-regenerator",inherits:a.default,visitor:{CallExpression(r){{var t;if(!((t=this.availableHelper)!=null&&t.call(this,"regeneratorRuntime"))){return}}const s=r.get("callee");if(!s.isMemberExpression())return;const a=s.get("object");if(a.isIdentifier({name:"regeneratorRuntime"})){const r=this.addHelper("regeneratorRuntime");{if(e.isArrowFunctionExpression(r)){a.replaceWith(r.body);return}}a.replaceWith(e.callExpression(r,[]))}}}}}))},8390:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(5436);var a=t(9045);var n=r["default"]=(0,a.declare)((e=>{e.assertVersion("^7.19.0 || >8.0.0-alpha <8.0.0-beta");return(0,s.createRegExpFeaturePlugin)({name:"transform-regexp-modifiers",feature:"modifiers"})}))},9013:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(9045);var a=t(8304);var n=r["default"]=(0,s.declare)((e=>{e.assertVersion(7);return{name:"transform-reserved-words",visitor:{"BindingIdentifier|ReferencedIdentifier"(e){if(!a.types.isValidES3Identifier(e.node.name)){e.scope.rename(e.node.name)}}}}}))},9709:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=_default;r.resolveFSPath=resolveFSPath;var s=t(1017);t(8188);function _default(e,r,t){if(t===false)return e;return resolveAbsoluteRuntime(e,s.resolve(r,t===true?".":t))}function resolveAbsoluteRuntime(e,r){try{return s.dirname((((e,r)=>(e=e.split("."),r=r.split("."),+e[0]>+r[0]||e[0]==r[0]&&+e[1]>=+r[1]))(process.versions.node,"8.9")?require.resolve:(e,{paths:[r]},s=t(8188))=>{let a=s._findPath(e,s._nodeModulePaths(r).concat(r));if(a)return a;a=new Error(`Cannot resolve module '${e}'`);a.code="MODULE_NOT_FOUND";throw a})(`${e}/package.json`,{paths:[r]})).replace(/\\/g,"/")}catch(t){if(t.code!=="MODULE_NOT_FOUND")throw t;throw Object.assign(new Error(`Failed to resolve "${e}" relative to "${r}"`),{code:"BABEL_RUNTIME_NOT_FOUND",runtime:e,dirname:r})}}function resolveFSPath(e){return require.resolve(e).replace(/\\/g,"/")}},3124:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.hasMinVersion=hasMinVersion;var s=t(7849);function hasMinVersion(e,r){if(!r)return true;if(s.valid(r))r=`^${r}`;return!s.intersects(`<${e}`,r)&&!s.intersects(`>=8.0.0`,r)}},9495:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(9045);var a=t(4414);var n=t(8304);var o=t(3124);var i=t(9709);var l=t(9721);var c=r["default"]=(0,s.declare)(((e,r,t)=>{e.assertVersion(7);const{version:s="7.0.0-beta.0",absoluteRuntime:c=false,moduleName:d=null}=r;if(typeof c!=="boolean"&&typeof c!=="string"){throw new Error("The 'absoluteRuntime' option must be undefined, a boolean, or a string.")}if(typeof s!=="string"){throw new Error(`The 'version' option must be a version string.`)}if(d!==null&&typeof d!=="string"){throw new Error("The 'moduleName' option must be null or a string.")}{const e="7.13.0";var u=(0,o.hasMinVersion)(e,s)}if(hasOwnProperty.call(r,"useBuiltIns")){if(r["useBuiltIns"]){throw new Error("The 'useBuiltIns' option has been removed. The @babel/runtime "+"module now uses builtins by default.")}else{throw new Error("The 'useBuiltIns' option has been removed. Use the 'corejs'"+"option to polyfill with `core-js` via @babel/runtime.")}}if(hasOwnProperty.call(r,"polyfill")){if(r["polyfill"]===false){throw new Error("The 'polyfill' option has been removed. The @babel/runtime "+"module now skips polyfilling by default.")}else{throw new Error("The 'polyfill' option has been removed. Use the 'corejs'"+"option to polyfill with `core-js` via @babel/runtime.")}}{const{useESModules:t=false}=r;if(typeof t!=="boolean"&&t!=="auto"){throw new Error("The 'useESModules' option must be undefined, or a boolean, or 'auto'.")}var p=t==="auto"?e.caller((e=>!!(e!=null&&e.supportsStaticESM))):t}{var{helpers:f=true}=r;if(typeof f!=="boolean"){throw new Error("The 'helpers' option must be undefined, or a boolean.")}}const y=new Set(["interopRequireWildcard","interopRequireDefault"]);return{name:"transform-runtime",inherits:l.createPolyfillPlugins(r,s,c),pre(e){if(!f)return;let r;e.set("helperGenerator",(o=>{var l;r!=null?r:r=(0,i.default)((l=d!=null?d:e.get("runtimeHelpersModuleName"))!=null?l:"@babel/runtime",t,c);{if(!(e.availableHelper!=null&&e.availableHelper(o,s))){if(o==="regeneratorRuntime"){return n.types.arrowFunctionExpression([],n.types.identifier("regeneratorRuntime"))}return}}const u=y.has(o)&&!(0,a.isModule)(e.path)?4:undefined;let f=`${r}/helpers/${p&&e.path.node.sourceType==="module"?"esm/"+o:o}`;if(c)f=(0,i.resolveFSPath)(f);return addDefaultImport(f,o,u,true)}));const o=new Map;function addDefaultImport(r,t,s,i=false){const l=(0,a.isModule)(e.path);const c=`${r}:${t}:${l||""}`;let d=o.get(c);if(d){d=n.types.cloneNode(d)}else{d=(0,a.addDefault)(e.path,r,{importedInterop:i&&u?"compiled":"uncompiled",nameHint:t,blockHoist:s});o.set(c,d)}return d}}}}))},8203:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(9045);var a=t(8304);var n=r["default"]=(0,s.declare)((e=>{e.assertVersion(7);return{name:"transform-shorthand-properties",visitor:{ObjectMethod(e){const{node:r}=e;if(r.kind==="method"){const t=a.types.functionExpression(null,r.params,r.body,r.generator,r.async);t.returnType=r.returnType;const s=a.types.toComputedKey(r);if(a.types.isStringLiteral(s,{value:"__proto__"})){e.replaceWith(a.types.objectProperty(s,t,true))}else{e.replaceWith(a.types.objectProperty(r.key,t,r.computed))}}},ObjectProperty(e){const{node:r}=e;if(r.shorthand){const t=a.types.toComputedKey(r);if(a.types.isStringLiteral(t,{value:"__proto__"})){e.replaceWith(a.types.objectProperty(t,r.value,true))}else{r.shorthand=false}}}}}}))},5726:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(9045);var a=t(9102);var n=t(8304);var o=r["default"]=(0,s.declare)(((e,r)=>{var t,s;e.assertVersion(7);const o=(t=e.assumption("iterableIsArray"))!=null?t:r.loose;const i=(s=r.allowArrayLike)!=null?s:e.assumption("arrayLikeIsIterable");function getSpreadLiteral(e,r){if(o&&!n.types.isIdentifier(e.argument,{name:"arguments"})){return e.argument}else{const t=e.argument;if(n.types.isIdentifier(t)){const e=r.getBinding(t.name);if(e!=null&&e.constant&&e.path.isGenericType("Array")){return t}}if(n.types.isArrayExpression(t)){return t}if(n.types.isIdentifier(t,{name:"arguments"})){return n.template.expression.ast`
Array.prototype.slice.call(${t})
`}const s=[t];let a="toConsumableArray";if(i){s.unshift(r.path.hub.addHelper(a));a="maybeArrayLike"}return n.types.callExpression(r.path.hub.addHelper(a),s)}}function hasHole(e){return e.elements.includes(null)}function hasSpread(e){for(let r=0;r<e.length;r++){if(n.types.isSpreadElement(e[r])){return true}}return false}function push(e,r){if(!e.length)return e;r.push(n.types.arrayExpression(e));return[]}function build(e,r,t){const s=[];let a=[];for(const o of e){if(n.types.isSpreadElement(o)){a=push(a,s);let e=getSpreadLiteral(o,r);if(n.types.isArrayExpression(e)&&hasHole(e)){e=n.types.callExpression(t.addHelper("arrayWithoutHoles"),[e])}s.push(e)}else{a.push(o)}}push(a,s);return s}return{name:"transform-spread",visitor:{ArrayExpression(e){const{node:r,scope:t}=e;const s=r.elements;if(!hasSpread(s))return;const a=build(s,t,this.file);let o=a[0];if(a.length===1&&o!==s[0].argument){e.replaceWith(o);return}if(!n.types.isArrayExpression(o)){o=n.types.arrayExpression([])}else{a.shift()}e.replaceWith(n.types.callExpression(n.types.memberExpression(o,n.types.identifier("concat")),a))},CallExpression(e){const{node:r,scope:t}=e;const s=r.arguments;if(!hasSpread(s))return;const o=(0,a.skipTransparentExprWrappers)(e.get("callee"));if(o.isSuper()){throw e.buildCodeFrameError("It's not possible to compile spread arguments in `super()` without compiling classes.\n"+"Please add '@babel/plugin-transform-classes' to your Babel configuration.")}let i=t.buildUndefinedNode();r.arguments=[];let l;if(s.length===1&&n.types.isIdentifier(s[0].argument,{name:"arguments"})){l=[s[0].argument]}else{l=build(s,t,this.file)}const c=l.shift();if(l.length){r.arguments.push(n.types.callExpression(n.types.memberExpression(c,n.types.identifier("concat")),l))}else{r.arguments.push(c)}const d=o.node;if(n.types.isMemberExpression(d)){const e=t.maybeGenerateMemoised(d.object);if(e){d.object=n.types.assignmentExpression("=",e,d.object);i=e}else{i=n.types.cloneNode(d.object)}}r.callee=n.types.memberExpression(r.callee,n.types.identifier("apply"));if(n.types.isSuper(i)){i=n.types.thisExpression()}r.arguments.unshift(n.types.cloneNode(i))},NewExpression(e){const{node:r,scope:t}=e;if(!hasSpread(r.arguments))return;const s=build(r.arguments,t,this.file);const a=s.shift();let o;if(s.length){o=n.types.callExpression(n.types.memberExpression(a,n.types.identifier("concat")),s)}else{o=a}e.replaceWith(n.types.callExpression(e.hub.addHelper("construct"),[r.callee,o]))}}}}))},8260:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(9045);var a=t(8304);var n=r["default"]=(0,s.declare)((e=>{e.assertVersion(7);return{name:"transform-sticky-regex",visitor:{RegExpLiteral(e){const{node:r}=e;if(!r.flags.includes("y"))return;e.replaceWith(a.types.newExpression(a.types.identifier("RegExp"),[a.types.stringLiteral(r.pattern),a.types.stringLiteral(r.flags)]))}}}}))},8614:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(9045);var a=t(8304);var n=r["default"]=(0,s.declare)(((e,r)=>{var t,s;e.assertVersion(7);const n=(t=e.assumption("ignoreToPrimitiveHint"))!=null?t:r.loose;const o=(s=e.assumption("mutableTemplateObject"))!=null?s:r.loose;let i="taggedTemplateLiteral";if(o)i+="Loose";function buildConcatCallExpressions(e){let r=true;return e.reduce((function(e,t){let s=a.types.isLiteral(t);if(!s&&r){s=true;r=false}if(s&&a.types.isCallExpression(e)){e.arguments.push(t);return e}return a.types.callExpression(a.types.memberExpression(e,a.types.identifier("concat")),[t])}))}return{name:"transform-template-literals",visitor:{TaggedTemplateExpression(e){const{node:r}=e;const{quasi:t}=r;const s=[];const n=[];let o=true;for(const r of t.quasis){const{raw:t,cooked:i}=r.value;const l=i==null?e.scope.buildUndefinedNode():a.types.stringLiteral(i);s.push(l);n.push(a.types.stringLiteral(t));if(t!==i){o=false}}const l=[a.types.arrayExpression(s)];if(!o){l.push(a.types.arrayExpression(n))}const c=e.scope.generateUidIdentifier("templateObject");e.scope.getProgramParent().push({id:a.types.cloneNode(c)});e.replaceWith(a.types.callExpression(r.tag,[a.template.expression.ast`
${a.types.cloneNode(c)} || (
${c} = ${this.addHelper(i)}(${l})
)
`,...t.expressions]))},TemplateLiteral(e){if(e.parent.type==="TSLiteralType"){return}const r=[];const t=e.get("expressions");let s=0;for(const n of e.node.quasis){if(n.value.cooked){r.push(a.types.stringLiteral(n.value.cooked))}if(s<t.length){const e=t[s++];const n=e.node;if(!a.types.isStringLiteral(n,{value:""})){r.push(n)}}}if(!a.types.isStringLiteral(r[0])&&!(n&&a.types.isStringLiteral(r[1]))){r.unshift(a.types.stringLiteral(""))}let o=r[0];if(n){for(let e=1;e<r.length;e++){o=a.types.binaryExpression("+",o,r[e])}}else if(r.length>1){o=buildConcatCallExpressions(r)}e.replaceWith(o)}}}}))},4767:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(9045);var a=t(8304);var n=r["default"]=(0,s.declare)((e=>{e.assertVersion(7);return{name:"transform-typeof-symbol",visitor:{Scope({scope:e}){if(!e.getBinding("Symbol")){return}e.rename("Symbol")},UnaryExpression(e){const{node:r,parent:t}=e;if(r.operator!=="typeof")return;if(e.parentPath.isBinaryExpression()&&a.types.EQUALITY_BINARY_OPERATORS.includes(t.operator)){const r=e.getOpposite();if(r.isStringLiteral()&&r.node.value!=="symbol"&&r.node.value!=="object"){return}}let s=e.findParent((e=>{if(e.isFunctionDeclaration()){var r;return((r=e.get("body.directives.0"))==null?void 0:r.node.value.value)==="@babel/helpers - typeof"}}));if(s)return;const n=this.addHelper("typeof");{s=e.findParent((e=>e.isVariableDeclarator()&&e.node.id===n||e.isFunctionDeclaration()&&e.node.id&&e.node.id.name===n.name));if(s){return}}const o=a.types.callExpression(n,[r.argument]);const i=e.get("argument");if(i.isIdentifier()&&!e.scope.hasBinding(i.node.name,true)){const t=a.types.unaryExpression("typeof",a.types.cloneNode(r.argument));e.replaceWith(a.types.conditionalExpression(a.types.binaryExpression("===",t,a.types.stringLiteral("undefined")),a.types.stringLiteral("undefined"),o))}else{e.replaceWith(o)}}}}}))},7077:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.EXPORTED_CONST_ENUMS_IN_NAMESPACE=void 0;r["default"]=transpileConstEnum;var s=t(5886);const a=r.EXPORTED_CONST_ENUMS_IN_NAMESPACE=new WeakSet;function transpileConstEnum(e,r){const{name:t}=e.node.id;const n=e.parentPath.isExportNamedDeclaration();let o=n;if(!o&&r.isProgram(e.parent)){o=e.parent.body.some((e=>r.isExportNamedDeclaration(e)&&e.exportKind!=="type"&&!e.source&&e.specifiers.some((e=>r.isExportSpecifier(e)&&e.exportKind!=="type"&&e.local.name===t))))}const{enumValues:i}=(0,s.translateEnumValues)(e,r);if(o||a.has(e.node)){const s=r.objectExpression(i.map((([e,t])=>r.objectProperty(r.isValidIdentifier(e)?r.identifier(e):r.stringLiteral(e),t))));if(e.scope.hasOwnBinding(t)){(n?e.parentPath:e).replaceWith(r.expressionStatement(r.callExpression(r.memberExpression(r.identifier("Object"),r.identifier("assign")),[e.node.id,s])))}else{e.replaceWith(r.variableDeclaration("var",[r.variableDeclarator(e.node.id,s)]));e.scope.registerDeclaration(e)}return}const l=new Map(i);e.scope.path.traverse({Scope(e){if(e.scope.hasOwnBinding(t))e.skip()},MemberExpression(e){if(!r.isIdentifier(e.node.object,{name:t}))return;let s;if(e.node.computed){if(r.isStringLiteral(e.node.property)){s=e.node.property.value}else{return}}else if(r.isIdentifier(e.node.property)){s=e.node.property.name}else{return}if(!l.has(s))return;e.replaceWith(r.cloneNode(l.get(s)))}});e.remove()}},5886:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=transpileEnum;r.isSyntacticallyString=isSyntacticallyString;r.translateEnumValues=translateEnumValues;var s=t(8304);var a=t(9491);var n=t(344);var o=t(9102);const i=new WeakMap;const l=s.template.expression(`\n (function (ID) {\n ASSIGNMENTS;\n return ID;\n })(INIT)\n `);function transpileEnum(e,r){const{node:t,parentPath:s}=e;if(t.declare){e.remove();return}const a=t.id.name;const{fill:o,data:c,isPure:d}=enumFill(e,r,t.id);switch(s.type){case"BlockStatement":case"ExportNamedDeclaration":case"Program":{const u=r.isProgram(e.parent);const p=seen(s);let f=r.objectExpression([]);if(p||u){f=r.logicalExpression("||",r.cloneNode(o.ID),f)}const y=l(Object.assign({},o,{INIT:f}));if(d)(0,n.default)(y);if(p){const a=s.isExportDeclaration()?s:e;a.replaceWith(r.expressionStatement(r.assignmentExpression("=",r.cloneNode(t.id),y)))}else{e.scope.registerDeclaration(e.replaceWith(r.variableDeclaration(u?"var":"let",[r.variableDeclarator(t.id,y)]))[0])}i.set(e.scope.getBindingIdentifier(a),c);break}default:throw new Error(`Unexpected enum parent '${e.parent.type}`)}function seen(e){if(e.isExportDeclaration()){return seen(e.parentPath)}if(e.getData(a)){return true}else{e.setData(a,true);return false}}}const c=s.template.statement(`\n ENUM["NAME"] = VALUE;\n`);const d=s.template.statement(`\n ENUM[ENUM["NAME"] = VALUE] = "NAME";\n`);const buildEnumMember=(e,r)=>(e?c:d)(r);function enumFill(e,r,t){const{enumValues:s,data:a,isPure:n}=translateEnumValues(e,r);const o=e.get("members");const i=[];for(let e=0;e<o.length;e++){const[a,n]=s[e];i.push(r.inheritsComments(buildEnumMember(isSyntacticallyString(n),{ENUM:r.cloneNode(t),NAME:a,VALUE:n}),o[e].node))}return{fill:{ID:r.cloneNode(t),ASSIGNMENTS:i},data:a,isPure:n}}function isSyntacticallyString(e){e=(0,o.skipTransparentExprWrapperNodes)(e);switch(e.type){case"BinaryExpression":{const r=e.left;const t=e.right;return e.operator==="+"&&(isSyntacticallyString(r)||isSyntacticallyString(t))}case"TemplateLiteral":case"StringLiteral":return true}return false}function ReferencedIdentifier(e,r){const{seen:t,path:s,t:a}=r;const n=e.node.name;if(t.has(n)){{for(let r=e.scope;r!==s.scope;r=r.parent){if(r.hasOwnBinding(n)){return}}}e.replaceWith(a.memberExpression(a.cloneNode(s.node.id),a.cloneNode(e.node)));e.skip()}}const u={ReferencedIdentifier:ReferencedIdentifier};function translateEnumValues(e,r){var t;const s=e.scope.getBindingIdentifier(e.node.id.name);const n=(t=i.get(s))!=null?t:new Map;let o=-1;let l;let c=true;const d=e.get("members");const p=d.map((t=>{const s=t.node;const i=r.isIdentifier(s.id)?s.id.name:s.id.value;const d=t.get("initializer");const p=s.initializer;let f;if(p){o=computeConstantValue(d,n);if(o!==undefined){n.set(i,o);a(typeof o==="number"||typeof o==="string");if(o===Infinity||Number.isNaN(o)){f=r.identifier(String(o))}else if(o===-Infinity){f=r.unaryExpression("-",r.identifier("Infinity"))}else{f=r.valueToNode(o)}}else{c&&(c=d.isPure());if(d.isReferencedIdentifier()){ReferencedIdentifier(d,{t:r,seen:n,path:e})}else{d.traverse(u,{t:r,seen:n,path:e})}f=d.node;n.set(i,undefined)}}else if(typeof o==="number"){o+=1;f=r.numericLiteral(o);n.set(i,o)}else if(typeof o==="string"){throw e.buildCodeFrameError("Enum member must have initializer.")}else{const t=r.memberExpression(r.cloneNode(e.node.id),r.stringLiteral(l),true);f=r.binaryExpression("+",r.numericLiteral(1),t);n.set(i,undefined)}l=i;return[i,f]}));return{isPure:c,data:n,enumValues:p}}function computeConstantValue(e,r,t=new Set){return evaluate(e);function evaluate(e){const s=e.node;switch(s.type){case"MemberExpression":return evaluateRef(e,r,t);case"StringLiteral":return s.value;case"UnaryExpression":return evalUnaryExpression(e);case"BinaryExpression":return evalBinaryExpression(e);case"NumericLiteral":return s.value;case"ParenthesizedExpression":return evaluate(e.get("expression"));case"Identifier":return evaluateRef(e,r,t);case"TemplateLiteral":{if(s.quasis.length===1){return s.quasis[0].value.cooked}const a=e.get("expressions");const n=s.quasis;let o="";for(let e=0;e<n.length;e++){o+=n[e].value.cooked;if(e+1<n.length){const s=evaluateRef(a[e],r,t);if(s===undefined)return undefined;o+=s}}return o}default:return undefined}}function evaluateRef(e,r,t){if(e.isMemberExpression()){const r=e.node;const t=r.object;const a=r.property;if(!s.types.isIdentifier(t)||(r.computed?!s.types.isStringLiteral(a):!s.types.isIdentifier(a))){return}const n=e.scope.getBindingIdentifier(t.name);const o=i.get(n);if(!o)return;return o.get(a.computed?a.value:a.name)}else if(e.isIdentifier()){const s=e.node.name;if(["Infinity","NaN"].includes(s)){return Number(s)}let a=r==null?void 0:r.get(s);if(a!==undefined){return a}if(r!=null&&r.has(s)){return undefined}if(t.has(e.node))return;t.add(e.node);a=computeConstantValue(e.resolve(),r,t);return a}}function evalUnaryExpression(e){const r=evaluate(e.get("argument"));if(r===undefined){return undefined}switch(e.node.operator){case"+":return r;case"-":return-r;case"~":return~r;default:return undefined}}function evalBinaryExpression(e){const r=evaluate(e.get("left"));if(r===undefined){return undefined}const t=evaluate(e.get("right"));if(t===undefined){return undefined}switch(e.node.operator){case"|":return r|t;case"&":return r&t;case">>":return r>>t;case">>>":return r>>>t;case"<<":return r<<t;case"^":return r^t;case"*":return r*t;case"/":return r/t;case"+":return r+t;case"-":return r-t;case"%":return r%t;case"**":return Math.pow(r,t);default:return undefined}}}},9878:(e,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.GLOBAL_TYPES=void 0;r.isGlobalType=isGlobalType;r.registerGlobalType=registerGlobalType;const t=r.GLOBAL_TYPES=new WeakMap;function isGlobalType({scope:e},r){if(e.hasBinding(r))return false;if(t.get(e).has(r))return true;console.warn(`The exported identifier "${r}" is not declared in Babel's scope tracker\n`+`as a JavaScript value binding, and "@babel/plugin-transform-typescript"\n`+`never encountered it as a TypeScript type declaration.\n`+`It will be treated as a JavaScript value.\n\n`+`This problem is likely caused by another plugin injecting\n`+`"${r}" without registering it in the scope tracker. If you are the author\n`+` of that plugin, please use "scope.registerDeclaration(declarationPath)".`);return false}function registerGlobalType(e,r){t.get(e).add(r)}},7687:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(9045);var a=t(8184);var n=t(3713);var o=t(7077);var i=t(5886);var l=t(9878);var c=t(723);function isInType(e){switch(e.parent.type){case"TSTypeReference":case"TSExpressionWithTypeArguments":case"TSExpressionWithTypeArguments":case"TSTypeQuery":return true;case"TSQualifiedName":return e.parentPath.findParent((e=>e.type!=="TSQualifiedName")).type!=="TSImportEqualsDeclaration";case"ExportSpecifier":return e.parent.exportKind==="type"||e.parentPath.parent.exportKind==="type";default:return false}}const d=new WeakMap;const u=new WeakSet;function safeRemove(e){const r=e.getBindingIdentifiers();for(const t of Object.keys(r)){const s=e.scope.getBinding(t);if(s&&s.identifier===r[t]){s.scope.removeBinding(t)}}e.opts.noScope=true;e.remove();e.opts.noScope=false}function assertCjsTransformEnabled(e,r,t,s,a=""){if(r.file.get("@babel/plugin-transform-modules-*")!=="commonjs"){throw e.buildCodeFrameError(`\`${t}\` is only supported when compiling modules to CommonJS.\n`+`Please consider using \`${s}\`${a}, or add `+`@babel/plugin-transform-modules-commonjs to your Babel config.`)}}var p=r["default"]=(0,s.declare)(((e,r)=>{const{types:t,template:s}=e;e.assertVersion(7);const p=/\*?\s*@jsx((?:Frag)?)\s+(\S+)/;const{allowNamespaces:f=true,jsxPragma:y="React.createElement",jsxPragmaFrag:g="React.Fragment",onlyRemoveTypeImports:h=false,optimizeConstEnums:b=false}=r;{var{allowDeclareFields:x=false}=r}const v={field(e){const{node:r}=e;{if(!x&&r.declare){throw e.buildCodeFrameError(`The 'declare' modifier is only allowed when the 'allowDeclareFields' option of `+`@babel/plugin-transform-typescript or @babel/preset-typescript is enabled.`)}}if(r.declare){if(r.value){throw e.buildCodeFrameError(`Fields with the 'declare' modifier cannot be initialized here, but only in the constructor`)}if(!r.decorators){e.remove()}}else if(r.definite){if(r.value){throw e.buildCodeFrameError(`Definitely assigned fields cannot be initialized here, but only in the constructor`)}{if(!x&&!r.decorators&&!t.isClassPrivateProperty(r)){e.remove()}}}else if(r.abstract){e.remove()}else{if(!x&&!r.value&&!r.decorators&&!t.isClassPrivateProperty(r)){e.remove()}}if(r.accessibility)r.accessibility=null;if(r.abstract)r.abstract=null;if(r.readonly)r.readonly=null;if(r.optional)r.optional=null;if(r.typeAnnotation)r.typeAnnotation=null;if(r.definite)r.definite=null;if(r.declare)r.declare=null;if(r.override)r.override=null},method({node:e}){if(e.accessibility)e.accessibility=null;if(e.abstract)e.abstract=null;if(e.optional)e.optional=null;if(e.override)e.override=null},constructor(e,r){if(e.node.accessibility)e.node.accessibility=null;const a=[];const{scope:o}=e;for(const r of e.get("params")){const e=r.node;if(e.type==="TSParameterProperty"){const n=e.parameter;if(u.has(n))continue;u.add(n);let i;if(t.isIdentifier(n)){i=n}else if(t.isAssignmentPattern(n)&&t.isIdentifier(n.left)){i=n.left}else{throw r.buildCodeFrameError("Parameter properties can not be destructuring patterns.")}a.push(s.statement.ast`
this.${t.cloneNode(i)} = ${t.cloneNode(i)}
`);r.replaceWith(r.get("parameter"));o.registerBinding("param",r)}}(0,n.injectInitialization)(r,e,a)}};return{name:"transform-typescript",inherits:a.default,visitor:{Pattern:visitPattern,Identifier:visitPattern,RestElement:visitPattern,Program:{enter(e,r){const{file:t}=r;let s=null;let a=null;const n=e.scope;if(!l.GLOBAL_TYPES.has(n)){l.GLOBAL_TYPES.set(n,new Set)}if(t.ast.comments){for(const e of t.ast.comments){const r=p.exec(e.value);if(r){if(r[1]){a=r[2]}else{s=r[2]}}}}let o=s||y;if(o){[o]=o.split(".")}let i=a||g;if(i){[i]=i.split(".")}for(let t of e.get("body")){if(t.isImportDeclaration()){if(!d.has(r.file.ast.program)){d.set(r.file.ast.program,true)}if(t.node.importKind==="type"){for(const e of t.node.specifiers){(0,l.registerGlobalType)(n,e.local.name)}t.remove();continue}const s=new Set;const a=t.node.specifiers.length;const isAllSpecifiersElided=()=>a>0&&a===s.size;for(const e of t.node.specifiers){if(e.type==="ImportSpecifier"&&e.importKind==="type"){(0,l.registerGlobalType)(n,e.local.name);const r=t.scope.getBinding(e.local.name);if(r){s.add(r.path)}}}if(h){d.set(e.node,false)}else{if(t.node.specifiers.length===0){d.set(e.node,false);continue}for(const r of t.node.specifiers){const a=t.scope.getBinding(r.local.name);if(a&&!s.has(a.path)){if(isImportTypeOnly({binding:a,programPath:e,pragmaImportName:o,pragmaFragImportName:i})){s.add(a.path)}else{d.set(e.node,false)}}}}if(isAllSpecifiersElided()&&!h){t.remove()}else{for(const e of s){e.remove()}}continue}if(!h&&t.isTSImportEqualsDeclaration()){const{id:r}=t.node;const s=t.scope.getBinding(r.name);if(s&&!t.node.isExport&&isImportTypeOnly({binding:s,programPath:e,pragmaImportName:o,pragmaFragImportName:i})){t.remove();continue}}if(t.isExportDeclaration()){t=t.get("declaration")}if(t.isVariableDeclaration({declare:true})){for(const e of Object.keys(t.getBindingIdentifiers())){(0,l.registerGlobalType)(n,e)}}else if(t.isTSTypeAliasDeclaration()||t.isTSDeclareFunction()&&t.get("id").isIdentifier()||t.isTSInterfaceDeclaration()||t.isClassDeclaration({declare:true})||t.isTSEnumDeclaration({declare:true})||t.isTSModuleDeclaration({declare:true})&&t.get("id").isIdentifier()){(0,l.registerGlobalType)(n,t.node.id.name)}}},exit(e){if(e.node.sourceType==="module"&&d.get(e.node)){e.pushContainer("body",t.exportNamedDeclaration())}}},ExportNamedDeclaration(e,r){if(!d.has(r.file.ast.program)){d.set(r.file.ast.program,true)}if(e.node.exportKind==="type"){e.remove();return}if(e.node.source&&e.node.specifiers.length>0&&e.node.specifiers.every((e=>e.type==="ExportSpecifier"&&e.exportKind==="type"))){e.remove();return}if(!e.node.source&&e.node.specifiers.length>0&&e.node.specifiers.every((r=>t.isExportSpecifier(r)&&(0,l.isGlobalType)(e,r.local.name)))){e.remove();return}if(t.isTSModuleDeclaration(e.node.declaration)){const r=e.node.declaration;if(!t.isStringLiteral(r.id)){const s=(0,c.getFirstIdentifier)(r.id);if(e.scope.hasOwnBinding(s.name)){e.replaceWith(r)}else{const[a]=e.replaceWithMultiple([t.exportNamedDeclaration(t.variableDeclaration("let",[t.variableDeclarator(t.cloneNode(s))])),r]);e.scope.registerDeclaration(a)}}}d.set(r.file.ast.program,false)},ExportAllDeclaration(e){if(e.node.exportKind==="type")e.remove()},ExportSpecifier(e){const r=e.parent;if(!r.source&&(0,l.isGlobalType)(e,e.node.local.name)||e.node.exportKind==="type"){e.remove()}},ExportDefaultDeclaration(e,r){if(!d.has(r.file.ast.program)){d.set(r.file.ast.program,true)}if(t.isIdentifier(e.node.declaration)&&(0,l.isGlobalType)(e,e.node.declaration.name)){e.remove();return}d.set(r.file.ast.program,false)},TSDeclareFunction(e){safeRemove(e)},TSDeclareMethod(e){safeRemove(e)},VariableDeclaration(e){if(e.node.declare){safeRemove(e)}},VariableDeclarator({node:e}){if(e.definite)e.definite=null},TSIndexSignature(e){e.remove()},ClassDeclaration(e){const{node:r}=e;if(r.declare){safeRemove(e)}},Class(e){const{node:r}=e;if(r.typeParameters)r.typeParameters=null;{if(r.superTypeParameters)r.superTypeParameters=null}if(r.implements)r.implements=null;if(r.abstract)r.abstract=null;e.get("body.body").forEach((r=>{if(r.isClassMethod()||r.isClassPrivateMethod()){if(r.node.kind==="constructor"){v.constructor(r,e)}else{v.method(r)}}else if(r.isClassProperty()||r.isClassPrivateProperty()||r.isClassAccessorProperty()){v.field(r)}}))},Function(e){const{node:r}=e;if(r.typeParameters)r.typeParameters=null;if(r.returnType)r.returnType=null;const s=r.params;if(s.length>0&&t.isIdentifier(s[0],{name:"this"})){s.shift()}},TSModuleDeclaration(e){(0,c.default)(e,f)},TSInterfaceDeclaration(e){e.remove()},TSTypeAliasDeclaration(e){e.remove()},TSEnumDeclaration(e){if(b&&e.node.const){(0,o.default)(e,t)}else{(0,i.default)(e,t)}},TSImportEqualsDeclaration(e,r){const{id:s,moduleReference:a}=e.node;let n;let o;if(t.isTSExternalModuleReference(a)){assertCjsTransformEnabled(e,r,`import ${s.name} = require(...);`,`import ${s.name} from '...';`," alongside Typescript's --allowSyntheticDefaultImports option");n=t.callExpression(t.identifier("require"),[a.expression]);o="const"}else{n=entityNameToExpr(a);o="var"}const i=t.variableDeclaration(o,[t.variableDeclarator(s,n)]);{e.replaceWith(e.node.isExport?t.exportNamedDeclaration(i):i)}e.scope.registerDeclaration(e)},TSExportAssignment(e,r){assertCjsTransformEnabled(e,r,`export = <value>;`,`export default <value>;`);e.replaceWith(s.statement.ast`module.exports = ${e.node.expression}`)},TSTypeAssertion(e){e.replaceWith(e.node.expression)},[`TSAsExpression${t.tsSatisfiesExpression?"|TSSatisfiesExpression":""}`](e){let{node:r}=e;do{r=r.expression}while(t.isTSAsExpression(r)||t.isTSSatisfiesExpression!=null&&t.isTSSatisfiesExpression(r));e.replaceWith(r)},[e.types.tsInstantiationExpression?"TSNonNullExpression|TSInstantiationExpression":"TSNonNullExpression"](e){e.replaceWith(e.node.expression)},CallExpression(e){{e.node.typeParameters=null}},OptionalCallExpression(e){{e.node.typeParameters=null}},NewExpression(e){{e.node.typeParameters=null}},JSXOpeningElement(e){{e.node.typeParameters=null}},TaggedTemplateExpression(e){{e.node.typeParameters=null}}}};function entityNameToExpr(e){if(t.isTSQualifiedName(e)){return t.memberExpression(entityNameToExpr(e.left),e.right)}return e}function visitPattern({node:e}){if(e.typeAnnotation)e.typeAnnotation=null;if(t.isIdentifier(e)&&e.optional)e.optional=null}function isImportTypeOnly({binding:e,programPath:r,pragmaImportName:t,pragmaFragImportName:s}){for(const r of e.referencePaths){if(!isInType(r)){return false}}if(e.identifier.name!==t&&e.identifier.name!==s){return true}let a=false;r.traverse({"JSXElement|JSXFragment"(e){a=true;e.stop()}});return!a}}))},723:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=transpileNamespace;r.getFirstIdentifier=getFirstIdentifier;var s=t(8304);var a=t(9878);var n=t(7077);function getFirstIdentifier(e){if(s.types.isIdentifier(e)){return e}return getFirstIdentifier(e.left)}function transpileNamespace(e,r){if(e.node.declare||e.node.id.type==="StringLiteral"){e.remove();return}if(!r){throw e.get("id").buildCodeFrameError("Namespace not marked type-only declare."+" Non-declarative namespaces are only supported experimentally in Babel."+" To enable and review caveats see:"+" https://babeljs.io/docs/en/babel-plugin-transform-typescript")}const t=getFirstIdentifier(e.node.id).name;const s=handleNested(e,e.node);if(s===null){const r=e.findParent((e=>e.isProgram()));(0,a.registerGlobalType)(r.scope,t);e.remove()}else if(e.scope.hasOwnBinding(t)){e.replaceWith(s)}else{e.scope.registerDeclaration(e.replaceWithMultiple([getDeclaration(t),s])[0])}}function getDeclaration(e){return s.types.variableDeclaration("let",[s.types.variableDeclarator(s.types.identifier(e))])}function getMemberExpression(e,r){return s.types.memberExpression(s.types.identifier(e),s.types.identifier(r))}function handleVariableDeclaration(e,r,t){if(e.kind!=="const"){throw t.file.buildCodeFrameError(e,"Namespaces exporting non-const are not supported by Babel."+" Change to const or see:"+" https://babeljs.io/docs/en/babel-plugin-transform-typescript")}const{declarations:a}=e;if(a.every((e=>s.types.isIdentifier(e.id)))){for(const e of a){e.init=s.types.assignmentExpression("=",getMemberExpression(r,e.id.name),e.init)}return[e]}const n=s.types.getBindingIdentifiers(e);const o=[];for(const e in n){o.push(s.types.assignmentExpression("=",getMemberExpression(r,e),s.types.cloneNode(n[e])))}return[e,s.types.expressionStatement(s.types.sequenceExpression(o))]}function buildNestedAmbientModuleError(e,r){return e.hub.buildError(r,"Ambient modules cannot be nested in other modules or namespaces.",Error)}function handleNested(e,r,t){const a=new Set;const o=r.id;const i=e.scope.generateUid(o.name);const l=r.body;let c=r.id;let d;{d=s.types.isTSModuleBlock(l)?l.body:[s.types.exportNamedDeclaration(l)]}let u=true;for(let r=0;r<d.length;r++){const t=d[r];switch(t.type){case"TSModuleDeclaration":{if(!s.types.isIdentifier(t.id)){throw buildNestedAmbientModuleError(e,t)}const n=handleNested(e,t);if(n!==null){u=false;const e=t.id.name;if(a.has(e)){d[r]=n}else{a.add(e);d.splice(r++,1,getDeclaration(e),n)}}continue}case"TSEnumDeclaration":case"FunctionDeclaration":case"ClassDeclaration":u=false;a.add(t.id.name);continue;case"VariableDeclaration":{u=false;for(const e in s.types.getBindingIdentifiers(t)){a.add(e)}continue}default:u&&(u=s.types.isTypeScript(t));continue;case"ExportNamedDeclaration":}if("declare"in t.declaration&&t.declaration.declare){continue}switch(t.declaration.type){case"TSEnumDeclaration":n.EXPORTED_CONST_ENUMS_IN_NAMESPACE.add(t.declaration);case"FunctionDeclaration":case"ClassDeclaration":{u=false;const e=t.declaration.id.name;a.add(e);d.splice(r++,1,t.declaration,s.types.expressionStatement(s.types.assignmentExpression("=",getMemberExpression(i,e),s.types.identifier(e))));break}case"VariableDeclaration":{u=false;const s=handleVariableDeclaration(t.declaration,i,e.hub);d.splice(r,s.length,...s);r+=s.length-1;break}case"TSModuleDeclaration":{if(!s.types.isIdentifier(t.declaration.id)){throw buildNestedAmbientModuleError(e,t.declaration)}const n=handleNested(e,t.declaration,s.types.identifier(i));if(n!==null){u=false;const e=t.declaration.id.name;if(a.has(e)){d[r]=n}else{a.add(e);d.splice(r++,1,getDeclaration(e),n)}}else{d.splice(r,1);r--}}}}if(u)return null;let p=s.types.objectExpression([]);if(t){const e=s.types.memberExpression(t,o);p=s.template.expression.ast`
${s.types.cloneNode(e)} ||
(${s.types.cloneNode(e)} = ${p})
`}return s.template.statement.ast`
(function (${s.types.identifier(i)}) {
${d}
})(${o} || (${s.types.cloneNode(o)} = ${p}));
`}},5360:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(9045);var a=t(8304);var n=r["default"]=(0,s.declare)((e=>{e.assertVersion(7);const r=/[\ud800-\udfff]/g;const t=/(\\+)u\{([0-9a-fA-F]+)\}/g;function escape(e){{let r=e.toString(16);while(r.length<4)r="0"+r;return"\\u"+r}}function replacer(e,r,t){if(r.length%2===0){return e}const s=String.fromCodePoint(parseInt(t,16));const a=r.slice(0,-1)+escape(s.charCodeAt(0));return s.length===1?a:a+escape(s.charCodeAt(1))}function replaceUnicodeEscapes(e){return e.replace(t,replacer)}function getUnicodeEscape(e){let r;while(r=t.exec(e)){if(r[1].length%2===0)continue;t.lastIndex=0;return r[0]}return null}return{name:"transform-unicode-escapes",manipulateOptions({generatorOpts:e}){var r,t;if(!e.jsescOption){e.jsescOption={}}(t=(r=e.jsescOption).minimal)!=null?t:r.minimal=false},visitor:{Identifier(e){const{node:t,key:s}=e;const{name:n}=t;const o=n.replace(r,(e=>`_u${e.charCodeAt(0).toString(16)}`));if(n===o)return;const i=a.types.inherits(a.types.stringLiteral(n),t);if(s==="key"){e.replaceWith(i);return}const{parentPath:l,scope:c}=e;if(l.isMemberExpression({property:t})||l.isOptionalMemberExpression({property:t})){l.node.computed=true;e.replaceWith(i);return}const d=c.getBinding(n);if(d){c.rename(n,c.generateUid(o));return}throw e.buildCodeFrameError(`Can't reference '${n}' as a bare identifier`)},"StringLiteral|DirectiveLiteral"(e){const{node:r}=e;const{extra:t}=r;if(t!=null&&t.raw)t.raw=replaceUnicodeEscapes(t.raw)},TemplateElement(e){const{node:r,parentPath:t}=e;const{value:s}=r;const a=getUnicodeEscape(s.raw);if(!a)return;const n=t.parentPath;if(n.isTaggedTemplateExpression()){throw e.buildCodeFrameError(`Can't replace Unicode escape '${a}' inside tagged template literals. You can enable '@babel/plugin-transform-template-literals' to compile them to classic strings.`)}s.raw=replaceUnicodeEscapes(s.raw)}}}}))},1361:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(5436);var a=t(9045);var n=r["default"]=(0,a.declare)(((e,r)=>{e.assertVersion("^7.0.0-0 || >8.0.0-alpha <8.0.0-beta");const{useUnicodeFlag:t=true}=r;if(typeof t!=="boolean"){throw new Error(".useUnicodeFlag must be a boolean, or undefined")}return(0,s.createRegExpFeaturePlugin)({name:"transform-unicode-property-regex",feature:"unicodePropertyEscape",options:{useUnicodeFlag:t}})}))},1685:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(5436);var a=t(9045);var n=r["default"]=(0,a.declare)((e=>{e.assertVersion(7);return(0,s.createRegExpFeaturePlugin)({name:"transform-unicode-regex",feature:"unicodeFlag"})}))},1678:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var s=t(5436);var a=t(9045);var n=r["default"]=(0,a.declare)((e=>{e.assertVersion("^7.0.0-0 || >8.0.0-alpha <8.0.0-beta");return(0,s.createRegExpFeaturePlugin)({name:"transform-unicode-sets-regex",feature:"unicodeSetsFlag",manipulateOptions(e,r){{r.plugins.push("regexpUnicodeSets")}}})}))},9181:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.minVersions=r.legacyBabel7SyntaxPlugins=r["default"]=void 0;var s=t(4431);var a=t(8558);var n=t(1802);var o=t(3957);var i=t(3412);var l=t(9857);var c=t(7309);var d=t(9437);var u=t(6909);var p=t(1603);var f=t(3579);var y=t(2610);var g=t(4408);var h=t(9744);var b=t(1737);var x=t(5802);var v=t(6155);var j=t(4530);var w=t(9928);var E=t(1909);var _=t(8689);var S=t(5867);var k=t(8489);var D=t(5588);var C=t(3902);var P=t(7179);var I=t(5120);var A=t(3257);var O=t(8252);var R=t(6011);var F=t(6386);var M=t(1432);var N=t(2521);var B=t(2061);var L=t(6271);var q=t(9076);var W=t(1695);var U=t(642);var V=t(9388);var G=t(3456);var H=t(8123);var z=t(8390);var $=t(9013);var K=t(8203);var J=t(5726);var Y=t(8260);var X=t(8614);var Z=t(4767);var Q=t(5360);var ee=t(1361);var re=t(1685);var te=t(1678);var se=t(964);var ae=t(9239);var ne=t(983);var oe=t(6797);var ie=t(9417);var le=t(7554);var ce=t(2712);var de=t(8194);var ue=t(7085);var pe=t(2047);var fe=t(9814);const ye=r["default"]={"bugfix/transform-async-arrows-in-class":()=>se,"bugfix/transform-edge-default-parameters":()=>ae,"bugfix/transform-edge-function-name":()=>ne,"bugfix/transform-firefox-class-in-computed-class-key":()=>oe.default,"bugfix/transform-safari-block-shadowing":()=>le,"bugfix/transform-safari-class-field-initializer-scope":()=>ue.default,"bugfix/transform-safari-for-shadowing":()=>ce,"bugfix/transform-safari-id-destructuring-collision-in-function-expression":()=>de.default,"bugfix/transform-tagged-template-caching":()=>ie,"bugfix/transform-v8-spread-parameters-in-optional-chaining":()=>pe.default,"bugfix/transform-v8-static-class-fields-redefine-readonly":()=>fe.default,"transform-arrow-functions":()=>i.default,"transform-async-generator-functions":()=>n.default,"transform-async-to-generator":()=>o.default,"transform-block-scoped-functions":()=>l.default,"transform-block-scoping":()=>c.default,"transform-class-properties":()=>u.default,"transform-class-static-block":()=>p.default,"transform-classes":()=>d.default,"transform-computed-properties":()=>f.default,"transform-destructuring":()=>y.default,"transform-dotall-regex":()=>g.default,"transform-duplicate-keys":()=>h.default,"transform-duplicate-named-capturing-groups-regex":()=>b.default,"transform-dynamic-import":()=>x.default,"transform-exponentiation-operator":()=>v.default,"transform-export-namespace-from":()=>j.default,"transform-for-of":()=>w.default,"transform-function-name":()=>E.default,"transform-json-strings":()=>_.default,"transform-literals":()=>S.default,"transform-logical-assignment-operators":()=>k.default,"transform-member-expression-literals":()=>D.default,"transform-modules-amd":()=>C.default,"transform-modules-commonjs":()=>P.default,"transform-modules-systemjs":()=>I.default,"transform-modules-umd":()=>A.default,"transform-named-capturing-groups-regex":()=>O.default,"transform-new-target":()=>R.default,"transform-nullish-coalescing-operator":()=>F.default,"transform-numeric-separator":()=>M.default,"transform-object-rest-spread":()=>N.default,"transform-object-super":()=>B.default,"transform-optional-catch-binding":()=>L.default,"transform-optional-chaining":()=>q.default,"transform-parameters":()=>W.default,"transform-private-methods":()=>U.default,"transform-private-property-in-object":()=>V.default,"transform-property-literals":()=>G.default,"transform-regenerator":()=>H.default,"transform-regexp-modifiers":()=>z.default,"transform-reserved-words":()=>$.default,"transform-shorthand-properties":()=>K.default,"transform-spread":()=>J.default,"transform-sticky-regex":()=>Y.default,"transform-template-literals":()=>X.default,"transform-typeof-symbol":()=>Z.default,"transform-unicode-escapes":()=>Q.default,"transform-unicode-property-regex":()=>ee.default,"transform-unicode-regex":()=>re.default,"transform-unicode-sets-regex":()=>te.default};const me=r.minVersions={};let ge=r.legacyBabel7SyntaxPlugins=void 0;{Object.assign(me,{"bugfix/transform-safari-id-destructuring-collision-in-function-expression":"7.16.0","bugfix/transform-v8-static-class-fields-redefine-readonly":"7.12.0","syntax-import-attributes":"7.22.0","transform-class-static-block":"7.12.0","transform-duplicate-named-capturing-groups-regex":"7.19.0","transform-private-property-in-object":"7.10.0","transform-regexp-modifiers":"7.19.0"});const syntax=e=>()=>()=>({manipulateOptions:(r,t)=>t.plugins.push(e)});const e={"syntax-async-generators":syntax("asyncGenerators"),"syntax-class-properties":syntax("classProperties"),"syntax-class-static-block":syntax("classStaticBlock"),"syntax-dynamic-import":syntax("dynamicImport"),"syntax-export-namespace-from":syntax("exportNamespaceFrom"),"syntax-import-meta":syntax("importMeta"),"syntax-json-strings":syntax("jsonStrings"),"syntax-logical-assignment-operators":syntax("logicalAssignment"),"syntax-nullish-coalescing-operator":syntax("nullishCoalescingOperator"),"syntax-numeric-separator":syntax("numericSeparator"),"syntax-object-rest-spread":syntax("objectRestSpread"),"syntax-optional-catch-binding":syntax("optionalCatchBinding"),"syntax-optional-chaining":syntax("optionalChaining"),"syntax-private-property-in-object":syntax("privateIn"),"syntax-top-level-await":syntax("topLevelAwait"),"syntax-import-assertions":()=>s.default,"syntax-import-attributes":()=>a.default,"syntax-unicode-sets-regex":()=>t(8153)};Object.assign(ye,e);r.legacyBabel7SyntaxPlugins=ge=new Set(Object.keys(e))}},7700:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.logPlugin=void 0;var s=t(3924);var a=t(2810);const logPlugin=(e,r,t)=>{const n=(0,s.getInclusionReasons)(e,r,t);const o=t[e];{if(e.startsWith("transform-")){const r=`proposal-${e.slice(10)}`;if(r==="proposal-dynamic-import"||hasOwnProperty.call(a,r)){e=r}}}if(!o){console.log(` ${e}`);return}let i=`{`;let l=true;for(const e of Object.keys(n)){if(!l)i+=`,`;l=false;i+=` ${e}`;if(o[e])i+=` < ${o[e]}`}i+=` }`;console.log(` ${e} ${i}`)};r.logPlugin=logPlugin},1299:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.addProposalSyntaxPlugins=addProposalSyntaxPlugins;r.removeUnnecessaryItems=removeUnnecessaryItems;r.removeUnsupportedItems=removeUnsupportedItems;var s=t(7849);var a=t(9181);function addProposalSyntaxPlugins(e,r){r.forEach((r=>{e.add(r)}))}function removeUnnecessaryItems(e,r){e.forEach((t=>{var s;(s=r[t])==null||s.forEach((r=>e.delete(r)))}))}function removeUnsupportedItems(e,r){e.forEach((t=>{if(hasOwnProperty.call(a.minVersions,t)&&s.lt(r,a.minVersions[t])){e.delete(t)}else if(r[0]==="8"&&a.legacyBabel7SyntaxPlugins.has(t)){e.delete(t)}}))}},1285:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;r.isPluginRequired=isPluginRequired;r.transformIncludesAndExcludes=void 0;var s=t(7849);var a=t(7700);var n=t(1299);var o=t(1796);var i=t(7186);var l=t(7756);var c=t(2751);var d=t(4988);var u=t(2660);var p=t(3924);var f=t(9181);var y=t(9045);const g=d.default||d;function isPluginRequired(e,r){return(0,p.isRequired)("fake-name",e,{compatData:{"fake-name":r}})}function filterStageFromList(e,r){return Object.keys(e).reduce(((t,s)=>{if(!r.has(s)){t[s]=e[s]}return t}),{})}const h=Object.assign({},c.plugins,c.pluginsBugfixes);const b=filterStageFromList(h,l.proposalPlugins);{var x=c.plugins;var v=filterStageFromList(c.plugins,l.proposalPlugins)}const getPlugin=e=>{const r=f.default[e]();if(!r){throw new Error(`Could not find plugin "${e}". Ensure there is an entry in ./available-plugins.js for it.`)}return r};const transformIncludesAndExcludes=e=>e.reduce(((e,r)=>{const t=/^(?:es|es6|es7|esnext|web)\./.test(r)?"builtIns":"plugins";e[t].add(r);return e}),{all:e,plugins:new Set,builtIns:new Set});r.transformIncludesAndExcludes=transformIncludesAndExcludes;function getSpecialModulesPluginNames(e,r,t){const s=[];if(e){s.push(o.default[e])}if(r){if(e&&e!=="umd"){s.push("transform-dynamic-import")}else{console.warn("Dynamic import can only be transformed when transforming ES"+" modules to AMD, CommonJS or SystemJS.")}}if(t[0]!=="8"){if(!r){s.push("syntax-dynamic-import")}s.push("syntax-top-level-await");s.push("syntax-import-meta")}return s}const getCoreJSOptions=({useBuiltIns:e,corejs:r,polyfillTargets:t,include:s,exclude:a,proposals:n,shippedProposals:o,debug:i})=>({method:`${e}-global`,version:r?r.toString():undefined,targets:t,include:s,exclude:a,proposals:n,shippedProposals:o,debug:i,"#__secret_key__@babel/preset-env__compatibility":{noRuntimeName:true}});{var getPolyfillPlugins=({useBuiltIns:e,corejs:r,polyfillTargets:t,include:s,exclude:a,proposals:n,shippedProposals:o,regenerator:i,debug:l})=>{const c=[];if(e==="usage"||e==="entry"){const d=getCoreJSOptions({useBuiltIns:e,corejs:r,polyfillTargets:t,include:s,exclude:a,proposals:n,shippedProposals:o,debug:l});if(r){{if(e==="usage"){if(r.major===2){c.push([u.pluginCoreJS2,d],[u.legacyBabelPolyfillPlugin,{usage:true}])}else{c.push([g,d],[u.legacyBabelPolyfillPlugin,{usage:true,deprecated:true}])}if(i){c.push([u.pluginRegenerator,{method:"usage-global",debug:l}])}}else{if(r.major===2){c.push([u.legacyBabelPolyfillPlugin,{regenerator:i}],[u.pluginCoreJS2,d])}else{c.push([g,d],[u.legacyBabelPolyfillPlugin,{deprecated:true}]);if(!i){c.push([u.removeRegeneratorEntryPlugin,d])}}}}}}return c};{r.getPolyfillPlugins=getPolyfillPlugins}}function getLocalTargets(e,r,t,s,a){if(e!=null&&e.esmodules&&e.browsers){console.warn(`\n@babel/preset-env: esmodules and browsers targets have been specified together.\n\`browsers\` target, \`${e.browsers.toString()}\` will be ignored.\n`)}return(0,p.default)(e,{ignoreBrowserslistConfig:r,configPath:t,browserslistEnv:s,onBrowserslistConfigFound(e){a.addExternalDependency(e)}})}function supportsStaticESM(e){return!!(e!=null&&e.supportsStaticESM)}function supportsDynamicImport(e){return!!(e!=null&&e.supportsDynamicImport)}function supportsExportNamespaceFrom(e){return!!(e!=null&&e.supportsExportNamespaceFrom)}var j=r["default"]=(0,y.declarePreset)(((e,r)=>{e.assertVersion(7);const t=e.targets();const{configPath:o,debug:d,exclude:u,forceAllTransforms:f,ignoreBrowserslistConfig:y,include:g,modules:j,shippedProposals:w,targets:E,useBuiltIns:_,corejs:{version:S,proposals:k},browserslistEnv:D}=(0,i.default)(r);{var{loose:C,spec:P=false,bugfixes:I=false}=r}let A=t;if(s.lt(e.version,"7.13.0")||r.targets||r.configPath||r.browserslistEnv||r.ignoreBrowserslistConfig){{var O=false;if(E!=null&&E.uglify){O=true;delete E.uglify;console.warn(`\nThe uglify target has been deprecated. Set the top level\noption \`forceAllTransforms: true\` instead.\n`)}}A=getLocalTargets(E,y,o,D,e)}const R=f||O?{}:A;const F=transformIncludesAndExcludes(g);const M=transformIncludesAndExcludes(u);const N=I?w?h:b:w?x:v;const B=j==="auto"?e.caller(supportsStaticESM)?false:"commonjs":j;const L=j==="auto"?!e.caller(supportsDynamicImport):!!B;if(!M.plugins.has("transform-export-namespace-from")&&(j==="auto"?!e.caller(supportsExportNamespaceFrom):!!B)){F.plugins.add("transform-export-namespace-from")}const q=(0,p.filterItems)(N,F.plugins,M.plugins,R,getSpecialModulesPluginNames(B,L,e.version),!C?undefined:["transform-typeof-symbol"],l.pluginSyntaxMap);if(w){(0,n.addProposalSyntaxPlugins)(q,l.proposalSyntaxPlugins)}(0,n.removeUnsupportedItems)(q,e.version);(0,n.removeUnnecessaryItems)(q,c.overlappingPlugins);const W=getPolyfillPlugins({useBuiltIns:_,corejs:S,polyfillTargets:A,include:F.builtIns,exclude:M.builtIns,proposals:k,shippedProposals:w,regenerator:q.has("transform-regenerator"),debug:d});const U=_!==false;const V=Array.from(q).map((e=>{if(e==="transform-class-properties"||e==="transform-private-methods"||e==="transform-private-property-in-object"){return[getPlugin(e),{loose:C?"#__internal__@babel/preset-env__prefer-true-but-false-is-ok-if-it-prevents-an-error":"#__internal__@babel/preset-env__prefer-false-but-true-is-ok-if-it-prevents-an-error"}]}if(e==="syntax-import-attributes"){return[getPlugin(e),{deprecatedAssertSyntax:true}]}return[getPlugin(e),{spec:P,loose:C,useBuiltIns:U}]})).concat(W);if(d){console.log("@babel/preset-env: `DEBUG` option");console.log("\nUsing targets:");console.log(JSON.stringify((0,p.prettifyTargets)(A),null,2));console.log(`\nUsing modules transform: ${j.toString()}`);console.log("\nUsing plugins:");q.forEach((e=>{(0,a.logPlugin)(e,A,N)}));if(!_){console.log("\nUsing polyfills: No polyfills were added, since the `useBuiltIns` option was not set.")}}return{plugins:V}}));{r.getModulesPluginNames=({modules:e,transformations:r,shouldTransformESM:t,shouldTransformDynamicImport:s,shouldTransformExportNamespaceFrom:a})=>{const n=[];if(e!==false&&r[e]){if(t){n.push(r[e])}if(s){if(t&&e!=="umd"){n.push("transform-dynamic-import")}else{console.warn("Dynamic import can only be transformed when transforming ES"+" modules to AMD, CommonJS or SystemJS.")}}}if(a){n.push("transform-export-namespace-from")}if(!s){n.push("syntax-dynamic-import")}if(!a){n.push("syntax-export-namespace-from")}n.push("syntax-top-level-await");n.push("syntax-import-meta");return n}}},1796:(e,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=void 0;var t=r["default"]={amd:"transform-modules-amd",commonjs:"transform-modules-commonjs",cjs:"transform-modules-commonjs",systemjs:"transform-modules-systemjs",umd:"transform-modules-umd"}},7186:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.checkDuplicateIncludeExcludes=void 0;r["default"]=normalizeOptions;r.normalizeCoreJSOption=normalizeCoreJSOption;r.validateUseBuiltInsOption=r.validateModulesOption=r.normalizePluginName=void 0;var s=t(7849);var a=t(2751);var n=t(1796);var o=t(4121);var i=t(3146);var l=t(2660);const c=t(1333);const d=new i.OptionValidator("@babel/preset-env");const u=Object.keys(a.plugins);const p=["transform-dynamic-import",...Object.keys(n.default).map((e=>n.default[e]))];const getValidIncludesAndExcludes=(e,r)=>{const t=new Set(u);if(e==="exclude")p.map(t.add,t);if(r){if(r===2){Object.keys(l.corejs2Polyfills).map(t.add,t);t.add("web.timers").add("web.immediate").add("web.dom.iterable")}else{Object.keys(c).map(t.add,t)}}return Array.from(t)};function flatMap(e,r){return Array.prototype.concat.apply([],e.map(r))}const normalizePluginName=e=>e.replace(/^(?:@babel\/|babel-)(?:plugin-)?/,"");r.normalizePluginName=normalizePluginName;const expandIncludesAndExcludes=(e=[],r,t)=>{if(e.length===0)return[];const s=getValidIncludesAndExcludes(r,t);const a=[];const n=flatMap(e,(e=>{let r;if(typeof e==="string"){try{r=new RegExp(`^${normalizePluginName(e)}$`)}catch(r){a.push(e);return[]}}else{r=e}const t=s.filter((e=>r.test(e)||r.test(e.replace(/^transform-/,"proposal-"))));if(t.length===0)a.push(e);return t}));d.invariant(a.length===0,`The plugins/built-ins '${a.join(", ")}' passed to the '${r}' option are not\n valid. Please check data/[plugin-features|built-in-features].js in babel-preset-env`);return n};const checkDuplicateIncludeExcludes=(e=[],r=[])=>{const t=e.filter((e=>r.includes(e)));d.invariant(t.length===0,`The plugins/built-ins '${t.join(", ")}' were found in both the "include" and\n "exclude" options.`)};r.checkDuplicateIncludeExcludes=checkDuplicateIncludeExcludes;const normalizeTargets=e=>{if(typeof e==="string"||Array.isArray(e)){return{browsers:e}}return Object.assign({},e)};const validateModulesOption=(e=o.ModulesOption.auto)=>{d.invariant(o.ModulesOption[e.toString()]||e===o.ModulesOption.false,`The 'modules' option must be one of \n`+` - 'false' to indicate no module processing\n`+` - a specific module type: 'commonjs', 'amd', 'umd', 'systemjs'`+` - 'auto' (default) which will automatically select 'false' if the current\n`+` process is known to support ES module syntax, or "commonjs" otherwise\n`);return e};r.validateModulesOption=validateModulesOption;const validateUseBuiltInsOption=(e=false)=>{d.invariant(o.UseBuiltInsOption[e.toString()]||e===o.UseBuiltInsOption.false,`The 'useBuiltIns' option must be either\n 'false' (default) to indicate no polyfill,\n '"entry"' to indicate replacing the entry polyfill, or\n '"usage"' to import only used polyfills per file`);return e};r.validateUseBuiltInsOption=validateUseBuiltInsOption;function normalizeCoreJSOption(e,r){let t=false;let a;if(r&&e===undefined){{a=2;console.warn("\nWARNING (@babel/preset-env): We noticed you're using the `useBuiltIns` option without declaring a "+`core-js version. Currently, we assume version 2.x when no version `+"is passed. Since this default version will likely change in future "+"versions of Babel, we recommend explicitly setting the core-js version "+"you are using via the `corejs` option.\n"+"\nYou should also be sure that the version you pass to the `corejs` "+"option matches the version specified in your `package.json`'s "+"`dependencies` section. If it doesn't, you need to run one of the "+"following commands:\n\n"+" npm install --save core-js@2 npm install --save core-js@3\n"+" yarn add core-js@2 yarn add core-js@3\n\n"+"More info about useBuiltIns: https://babeljs.io/docs/en/babel-preset-env#usebuiltins\n"+"More info about core-js: https://babeljs.io/docs/en/babel-preset-env#corejs")}}else if(typeof e==="object"&&e!==null){a=e.version;t=Boolean(e.proposals)}else{a=e}const n=a?s.coerce(String(a)):false;if(n){if(r){{if(n.major<2||n.major>3){throw new RangeError("Invalid Option: The version passed to `corejs` is invalid. Currently, "+"only core-js@2 and core-js@3 are supported.")}}}else{console.warn("\nWARNING (@babel/preset-env): The `corejs` option only has an effect when the `useBuiltIns` option is not `false`\n")}}return{version:n,proposals:t}}function normalizeOptions(e){d.validateTopLevelOptions(e,o.TopLevelOptions);const r=validateUseBuiltInsOption(e.useBuiltIns);const t=normalizeCoreJSOption(e.corejs,r);const s=expandIncludesAndExcludes(e.include,o.TopLevelOptions.include,!!t.version&&t.version.major);const a=expandIncludesAndExcludes(e.exclude,o.TopLevelOptions.exclude,!!t.version&&t.version.major);checkDuplicateIncludeExcludes(s,a);{d.validateBooleanOption("loose",e.loose);d.validateBooleanOption("spec",e.spec);d.validateBooleanOption("bugfixes",e.bugfixes)}return{configPath:d.validateStringOption(o.TopLevelOptions.configPath,e.configPath,process.cwd()),corejs:t,debug:d.validateBooleanOption(o.TopLevelOptions.debug,e.debug,false),include:s,exclude:a,forceAllTransforms:d.validateBooleanOption(o.TopLevelOptions.forceAllTransforms,e.forceAllTransforms,false),ignoreBrowserslistConfig:d.validateBooleanOption(o.TopLevelOptions.ignoreBrowserslistConfig,e.ignoreBrowserslistConfig,false),modules:validateModulesOption(e.modules),shippedProposals:d.validateBooleanOption(o.TopLevelOptions.shippedProposals,e.shippedProposals,false),targets:normalizeTargets(e.targets),useBuiltIns:r,browserslistEnv:d.validateStringOption(o.TopLevelOptions.browserslistEnv,e.browserslistEnv)}}},4121:(e,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.UseBuiltInsOption=r.TopLevelOptions=r.ModulesOption=void 0;const t=r.TopLevelOptions={configPath:"configPath",corejs:"corejs",debug:"debug",exclude:"exclude",forceAllTransforms:"forceAllTransforms",ignoreBrowserslistConfig:"ignoreBrowserslistConfig",include:"include",modules:"modules",shippedProposals:"shippedProposals",targets:"targets",useBuiltIns:"useBuiltIns",browserslistEnv:"browserslistEnv"};{Object.assign(t,{bugfixes:"bugfixes",loose:"loose",spec:"spec"})}const s=r.ModulesOption={false:false,auto:"auto",amd:"amd",commonjs:"commonjs",cjs:"cjs",systemjs:"systemjs",umd:"umd"};const a=r.UseBuiltInsOption={false:false,entry:"entry",usage:"usage"}},2751:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.pluginsBugfixes=r.plugins=r.overlappingPlugins=void 0;var s=t(2810);var a=t(2434);var n=t(9706);var o=t(9181);const i=Object.keys;const l=r.plugins=filterAvailable(s);const c=r.pluginsBugfixes=filterAvailable(a);const d=r.overlappingPlugins=filterAvailable(n);{d["syntax-import-attributes"]=["syntax-import-assertions"]}function filterAvailable(e){const r={};for(const t of i(e)){if(hasOwnProperty.call(o.default,t)){r[t]=e[t]}}return r}},7756:(e,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.proposalSyntaxPlugins=r.proposalPlugins=r.pluginSyntaxMap=void 0;const t=r.proposalPlugins=new Set([]);const s=r.proposalSyntaxPlugins=["syntax-import-assertions","syntax-import-attributes"];const a={"transform-async-generator-functions":"syntax-async-generators","transform-class-properties":"syntax-class-properties","transform-class-static-block":"syntax-class-static-block","transform-export-namespace-from":"syntax-export-namespace-from","transform-json-strings":"syntax-json-strings","transform-nullish-coalescing-operator":"syntax-nullish-coalescing-operator","transform-numeric-separator":"syntax-numeric-separator","transform-object-rest-spread":"syntax-object-rest-spread","transform-optional-catch-binding":"syntax-optional-catch-binding","transform-optional-chaining":"syntax-optional-chaining","transform-private-methods":"syntax-class-properties","transform-private-property-in-object":"syntax-private-property-in-object","transform-unicode-property-regex":null};const n=Object.keys(a).map((function(e){return[e,a[e]]}));const o=r.pluginSyntaxMap=new Map(n)},5500:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});var s=t(9045);var a=t(1096);var n=t(1157);var o=t(9991);var i=t(9212);var l=t(3146);function _interopDefault(e){return e&&e.__esModule?e:{default:e}}var c=_interopDefault(a);var d=_interopDefault(n);var u=_interopDefault(o);var p=_interopDefault(i);new l.OptionValidator("@babel/preset-react");function normalizeOptions(e={}){{let{pragma:r,pragmaFrag:t}=e;const{pure:s,throwIfNamespace:a=true,runtime:n="classic",importSource:o,useBuiltIns:i,useSpread:l}=e;if(n==="classic"){r=r||"React.createElement";t=t||"React.Fragment"}const c=e.development==null?undefined:!!e.development;return{development:c,importSource:o,pragma:r,pragmaFrag:t,pure:s,runtime:n,throwIfNamespace:a,useBuiltIns:i,useSpread:l}}}var f=s.declarePreset(((e,r)=>{e.assertVersion(7);const{development:t=false,importSource:s,pragma:a,pragmaFrag:n,pure:o,runtime:i,throwIfNamespace:l}=normalizeOptions(r);return{plugins:[[t?d.default:c.default,{importSource:s,pragma:a,pragmaFrag:n,runtime:i,throwIfNamespace:l,pure:o,useBuiltIns:!!r.useBuiltIns,useSpread:r.useSpread}],u.default,o!==false&&p.default].filter(Boolean)}}));r["default"]=f},8782:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});var s=t(9045);var a=t(7687);t(2698);var n=t(7179);var o=t(3146);function _interopDefault(e){return e&&e.__esModule?e:{default:e}}var i=_interopDefault(a);var l=_interopDefault(n);const c=new o.OptionValidator("@babel/preset-typescript");function normalizeOptions(e={}){let{allowNamespaces:r=true,jsxPragma:t,onlyRemoveTypeImports:s}=e;const a={ignoreExtensions:"ignoreExtensions",allowNamespaces:"allowNamespaces",disallowAmbiguousJSXLike:"disallowAmbiguousJSXLike",jsxPragma:"jsxPragma",jsxPragmaFrag:"jsxPragmaFrag",onlyRemoveTypeImports:"onlyRemoveTypeImports",optimizeConstEnums:"optimizeConstEnums",rewriteImportExtensions:"rewriteImportExtensions",allExtensions:"allExtensions",isTSX:"isTSX"};const n=c.validateStringOption(a.jsxPragmaFrag,e.jsxPragmaFrag,"React.Fragment");{var o=c.validateBooleanOption(a.allExtensions,e.allExtensions,false);var i=c.validateBooleanOption(a.isTSX,e.isTSX,false);if(i){c.invariant(o,"isTSX:true requires allExtensions:true")}}const l=c.validateBooleanOption(a.ignoreExtensions,e.ignoreExtensions,false);const d=c.validateBooleanOption(a.disallowAmbiguousJSXLike,e.disallowAmbiguousJSXLike,false);if(d){{c.invariant(o,"disallowAmbiguousJSXLike:true requires allExtensions:true")}}const u=c.validateBooleanOption(a.optimizeConstEnums,e.optimizeConstEnums,false);const p=c.validateBooleanOption(a.rewriteImportExtensions,e.rewriteImportExtensions,false);const f={ignoreExtensions:l,allowNamespaces:r,disallowAmbiguousJSXLike:d,jsxPragma:t,jsxPragmaFrag:n,onlyRemoveTypeImports:s,optimizeConstEnums:u,rewriteImportExtensions:p};{f.allExtensions=o;f.isTSX=i}return f}var d=s.declare((function({types:e,template:r}){function maybeReplace(t,s,a){if(!t)return;if(e.isStringLiteral(t)){if(/^\.\.?\//.test(t.value)){t.value=t.value.replace(/\.(tsx)$|((?:\.d)?)((?:\.[^./]+)?)\.([cm]?)ts$/i,(function(e,r,t,s,a){return r?".js":t&&(!s||!a)?e:t+s+"."+a.toLowerCase()+"js"}))}return}if(a.availableHelper("tsRewriteRelativeImportExtensions")){s.replaceWith(e.callExpression(a.addHelper("tsRewriteRelativeImportExtensions"),[t]))}else{s.replaceWith(r.expression.ast`(${t} + "").replace(/([\\/].*\.[mc]?)tsx?$/, "$1js")`)}}return{name:"preset-typescript/plugin-rewrite-ts-imports",visitor:{"ImportDeclaration|ExportAllDeclaration|ExportNamedDeclaration"(r,t){const s=r.node;const a=e.isImportDeclaration(s)?s.importKind:s.exportKind;if(a==="value"){maybeReplace(s.source,r.get("source"),t)}},CallExpression(r,t){if(e.isImport(r.node.callee)){maybeReplace(r.node.arguments[0],r.get("arguments.0"),t)}},ImportExpression(e,r){maybeReplace(e.node.source,e.get("source"),r)}}}}));var u=s.declarePreset(((e,r)=>{e.assertVersion(7);const{allExtensions:t,ignoreExtensions:s,allowNamespaces:a,disallowAmbiguousJSXLike:n,isTSX:o,jsxPragma:c,jsxPragmaFrag:u,onlyRemoveTypeImports:p,optimizeConstEnums:f,rewriteImportExtensions:y}=normalizeOptions(r);const pluginOptions=e=>({allowDeclareFields:r.allowDeclareFields,allowNamespaces:a,disallowAmbiguousJSXLike:e,jsxPragma:c,jsxPragmaFrag:u,onlyRemoveTypeImports:p,optimizeConstEnums:f});const getPlugins=(e,r)=>{{return[[i.default,Object.assign({isTSX:e},pluginOptions(r))]]}};const g=t||s;return{plugins:y?[d]:[],overrides:g?[{plugins:getPlugins(o,n)}]:[{test:/\.ts$/,plugins:getPlugins(false,false)},{test:/\.mts$/,sourceType:"module",plugins:getPlugins(false,true)},{test:/\.cts$/,sourceType:"unambiguous",plugins:[[l.default,{allowTopLevelThis:true}],[i.default,pluginOptions(true)]]},{test:/\.tsx$/,plugins:getPlugins(true,false)}]}}));r["default"]=u},8204:e=>{function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}e.exports=_interopRequireDefault,e.exports.__esModule=true,e.exports["default"]=e.exports},3725:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=createTemplateBuilder;var s=t(6657);var a=t(1510);var n=t(8671);const o=(0,s.validate)({placeholderPattern:false});function createTemplateBuilder(e,r){const t=new WeakMap;const i=new WeakMap;const l=r||(0,s.validate)(null);return Object.assign(((r,...o)=>{if(typeof r==="string"){if(o.length>1)throw new Error("Unexpected extra params.");return extendedTrace((0,a.default)(e,r,(0,s.merge)(l,(0,s.validate)(o[0]))))}else if(Array.isArray(r)){let s=t.get(r);if(!s){s=(0,n.default)(e,r,l);t.set(r,s)}return extendedTrace(s(o))}else if(typeof r==="object"&&r){if(o.length>0)throw new Error("Unexpected extra params.");return createTemplateBuilder(e,(0,s.merge)(l,(0,s.validate)(r)))}throw new Error(`Unexpected template param ${typeof r}`)}),{ast:(r,...t)=>{if(typeof r==="string"){if(t.length>1)throw new Error("Unexpected extra params.");return(0,a.default)(e,r,(0,s.merge)((0,s.merge)(l,(0,s.validate)(t[0])),o))()}else if(Array.isArray(r)){let a=i.get(r);if(!a){a=(0,n.default)(e,r,(0,s.merge)(l,o));i.set(r,a)}return a(t)()}throw new Error(`Unexpected template param ${typeof r}`)}})}function extendedTrace(e){let r="";try{throw new Error}catch(e){if(e.stack){r=e.stack.split("\n").slice(3).join("\n")}}return t=>{try{return e(t)}catch(e){e.stack+=`\n =============\n${r}`;throw e}}}},4792:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.statements=r.statement=r.smart=r.program=r.expression=void 0;var s=t(8622);const{assertExpressionStatement:a}=s;function makeStatementFormatter(e){return{code:e=>`/* @babel/template */;\n${e}`,validate:()=>{},unwrap:r=>e(r.program.body.slice(1))}}const n=r.smart=makeStatementFormatter((e=>{if(e.length>1){return e}else{return e[0]}}));const o=r.statements=makeStatementFormatter((e=>e));const i=r.statement=makeStatementFormatter((e=>{if(e.length===0){throw new Error("Found nothing to return.")}if(e.length>1){throw new Error("Found multiple statements but wanted one")}return e[0]}));const l=r.expression={code:e=>`(\n${e}\n)`,validate:e=>{if(e.program.body.length>1){throw new Error("Found multiple statements but wanted one")}if(l.unwrap(e).start===0){throw new Error("Parse result included parens.")}},unwrap:({program:e})=>{const[r]=e.body;a(r);return r.expression}};const c=r.program={code:e=>e,validate:()=>{},unwrap:e=>e.program}},5326:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.statements=r.statement=r.smart=r.program=r.expression=r["default"]=void 0;var s=t(4792);var a=t(3725);const n=r.smart=(0,a.default)(s.smart);const o=r.statement=(0,a.default)(s.statement);const i=r.statements=(0,a.default)(s.statements);const l=r.expression=(0,a.default)(s.expression);const c=r.program=(0,a.default)(s.program);var d=r["default"]=Object.assign(n.bind(undefined),{smart:n,statement:o,statements:i,expression:l,program:c,ast:n.ast})},8671:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=literalTemplate;var s=t(6657);var a=t(2082);var n=t(9534);function literalTemplate(e,r,t){const{metadata:a,names:o}=buildLiteralData(e,r,t);return r=>{const t={};r.forEach(((e,r)=>{t[o[r]]=e}));return r=>{const o=(0,s.normalizeReplacements)(r);if(o){Object.keys(o).forEach((e=>{if(hasOwnProperty.call(t,e)){throw new Error("Unexpected replacement overlap.")}}))}return e.unwrap((0,n.default)(a,o?Object.assign(o,t):t))}}}function buildLiteralData(e,r,t){let s="BABEL_TPL$";const n=r.join("");do{s="$$"+s}while(n.includes(s));const{names:o,code:i}=buildTemplateCode(r,s);const l=(0,a.default)(e,e.code(i),{parser:t.parser,placeholderWhitelist:new Set(o.concat(t.placeholderWhitelist?Array.from(t.placeholderWhitelist):[])),placeholderPattern:t.placeholderPattern,preserveComments:t.preserveComments,syntacticPlaceholders:t.syntacticPlaceholders});return{metadata:l,names:o}}function buildTemplateCode(e,r){const t=[];let s=e[0];for(let a=1;a<e.length;a++){const n=`${r}${a-1}`;t.push(n);s+=n+e[a]}return{names:t,code:s}}},6657:(e,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.merge=merge;r.normalizeReplacements=normalizeReplacements;r.validate=validate;const t=["placeholderWhitelist","placeholderPattern","preserveComments","syntacticPlaceholders"];function _objectWithoutPropertiesLoose(e,r){if(null==e)return{};var t={};for(var s in e)if({}.hasOwnProperty.call(e,s)){if(-1!==r.indexOf(s))continue;t[s]=e[s]}return t}function merge(e,r){const{placeholderWhitelist:t=e.placeholderWhitelist,placeholderPattern:s=e.placeholderPattern,preserveComments:a=e.preserveComments,syntacticPlaceholders:n=e.syntacticPlaceholders}=r;return{parser:Object.assign({},e.parser,r.parser),placeholderWhitelist:t,placeholderPattern:s,preserveComments:a,syntacticPlaceholders:n}}function validate(e){if(e!=null&&typeof e!=="object"){throw new Error("Unknown template options.")}const r=e||{},{placeholderWhitelist:s,placeholderPattern:a,preserveComments:n,syntacticPlaceholders:o}=r,i=_objectWithoutPropertiesLoose(r,t);if(s!=null&&!(s instanceof Set)){throw new Error("'.placeholderWhitelist' must be a Set, null, or undefined")}if(a!=null&&!(a instanceof RegExp)&&a!==false){throw new Error("'.placeholderPattern' must be a RegExp, false, null, or undefined")}if(n!=null&&typeof n!=="boolean"){throw new Error("'.preserveComments' must be a boolean, null, or undefined")}if(o!=null&&typeof o!=="boolean"){throw new Error("'.syntacticPlaceholders' must be a boolean, null, or undefined")}if(o===true&&(s!=null||a!=null)){throw new Error("'.placeholderWhitelist' and '.placeholderPattern' aren't compatible"+" with '.syntacticPlaceholders: true'")}return{parser:i,placeholderWhitelist:s||undefined,placeholderPattern:a==null?undefined:a,preserveComments:n==null?undefined:n,syntacticPlaceholders:o==null?undefined:o}}function normalizeReplacements(e){if(Array.isArray(e)){return e.reduce(((e,r,t)=>{e["$"+t]=r;return e}),{})}else if(typeof e==="object"||e==null){return e||undefined}throw new Error("Template replacements must be an array, object, null, or undefined")}},2082:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=parseAndBuildMetadata;var s=t(8622);var a=t(6949);var n=t(3554);const{isCallExpression:o,isExpressionStatement:i,isFunction:l,isIdentifier:c,isJSXIdentifier:d,isNewExpression:u,isPlaceholder:p,isStatement:f,isStringLiteral:y,removePropertiesDeep:g,traverse:h}=s;const b=/^[_$A-Z0-9]+$/;function parseAndBuildMetadata(e,r,t){const{placeholderWhitelist:s,placeholderPattern:a,preserveComments:n,syntacticPlaceholders:o}=t;const i=parseWithCodeFrame(r,t.parser,o);g(i,{preserveComments:n});e.validate(i);const l={syntactic:{placeholders:[],placeholderNames:new Set},legacy:{placeholders:[],placeholderNames:new Set},placeholderWhitelist:s,placeholderPattern:a,syntacticPlaceholders:o};h(i,placeholderVisitorHandler,l);return Object.assign({ast:i},l.syntactic.placeholders.length?l.syntactic:l.legacy)}function placeholderVisitorHandler(e,r,t){var s;let a;let n=t.syntactic.placeholders.length>0;if(p(e)){if(t.syntacticPlaceholders===false){throw new Error("%%foo%%-style placeholders can't be used when "+"'.syntacticPlaceholders' is false.")}a=e.name.name;n=true}else if(n||t.syntacticPlaceholders){return}else if(c(e)||d(e)){a=e.name}else if(y(e)){a=e.value}else{return}if(n&&(t.placeholderPattern!=null||t.placeholderWhitelist!=null)){throw new Error("'.placeholderWhitelist' and '.placeholderPattern' aren't compatible"+" with '.syntacticPlaceholders: true'")}if(!n&&(t.placeholderPattern===false||!(t.placeholderPattern||b).test(a))&&!((s=t.placeholderWhitelist)!=null&&s.has(a))){return}r=r.slice();const{node:g,key:h}=r[r.length-1];let x;if(y(e)||p(e,{expectedNode:"StringLiteral"})){x="string"}else if(u(g)&&h==="arguments"||o(g)&&h==="arguments"||l(g)&&h==="params"){x="param"}else if(i(g)&&!p(e)){x="statement";r=r.slice(0,-1)}else if(f(e)&&p(e)){x="statement"}else{x="other"}const{placeholders:v,placeholderNames:j}=!n?t.legacy:t.syntactic;v.push({name:a,type:x,resolve:e=>resolveAncestors(e,r),isDuplicate:j.has(a)});j.add(a)}function resolveAncestors(e,r){let t=e;for(let e=0;e<r.length-1;e++){const{key:s,index:a}=r[e];if(a===undefined){t=t[s]}else{t=t[s][a]}}const{key:s,index:a}=r[r.length-1];return{parent:t,key:s,index:a}}function parseWithCodeFrame(e,r,t){const s=(r.plugins||[]).slice();if(t!==false){s.push("placeholders")}r=Object.assign({allowAwaitOutsideFunction:true,allowReturnOutsideFunction:true,allowNewTargetOutsideFunction:true,allowSuperOutsideMethod:true,allowYieldOutsideFunction:true,sourceType:"module"},r,{plugins:s});try{return(0,a.parse)(e,r)}catch(r){const t=r.loc;if(t){r.message+="\n"+(0,n.codeFrameColumns)(e,{start:t});r.code="BABEL_TEMPLATE_PARSE_ERROR"}throw r}}},9534:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=populatePlaceholders;var s=t(8622);const{blockStatement:a,cloneNode:n,emptyStatement:o,expressionStatement:i,identifier:l,isStatement:c,isStringLiteral:d,stringLiteral:u,validate:p}=s;function populatePlaceholders(e,r){const t=n(e.ast);if(r){e.placeholders.forEach((e=>{if(!hasOwnProperty.call(r,e.name)){const r=e.name;throw new Error(`Error: No substitution given for "${r}". If this is not meant to be a\n placeholder you may want to consider passing one of the following options to @babel/template:\n - { placeholderPattern: false, placeholderWhitelist: new Set(['${r}'])}\n - { placeholderPattern: /^${r}$/ }`)}}));Object.keys(r).forEach((r=>{if(!e.placeholderNames.has(r)){throw new Error(`Unknown substitution "${r}" given`)}}))}e.placeholders.slice().reverse().forEach((e=>{try{applyReplacement(e,t,r&&r[e.name]||null)}catch(r){r.message=`@babel/template placeholder "${e.name}": ${r.message}`;throw r}}));return t}function applyReplacement(e,r,t){if(e.isDuplicate){if(Array.isArray(t)){t=t.map((e=>n(e)))}else if(typeof t==="object"){t=n(t)}}const{parent:s,key:f,index:y}=e.resolve(r);if(e.type==="string"){if(typeof t==="string"){t=u(t)}if(!t||!d(t)){throw new Error("Expected string substitution")}}else if(e.type==="statement"){if(y===undefined){if(!t){t=o()}else if(Array.isArray(t)){t=a(t)}else if(typeof t==="string"){t=i(l(t))}else if(!c(t)){t=i(t)}}else{if(t&&!Array.isArray(t)){if(typeof t==="string"){t=l(t)}if(!c(t)){t=i(t)}}}}else if(e.type==="param"){if(typeof t==="string"){t=l(t)}if(y===undefined)throw new Error("Assertion failure.")}else{if(typeof t==="string"){t=l(t)}if(Array.isArray(t)){throw new Error("Cannot replace single expression with an array.")}}function set(e,r,t){const s=e[r];e[r]=t;if(s.type==="Identifier"||s.type==="Placeholder"){if(s.typeAnnotation){t.typeAnnotation=s.typeAnnotation}if(s.optional){t.optional=s.optional}if(s.decorators){t.decorators=s.decorators}}}if(y===undefined){p(s,f,t);set(s,f,t)}else{const r=s[f].slice();if(e.type==="statement"||e.type==="param"){if(t==null){r.splice(y,1)}else if(Array.isArray(t)){r.splice(y,1,...t)}else{set(r,y,t)}}else{set(r,y,t)}p(s,f,r);s[f]=r}}},1510:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r["default"]=stringTemplate;var s=t(6657);var a=t(2082);var n=t(9534);function stringTemplate(e,r,t){r=e.code(r);let o;return i=>{const l=(0,s.normalizeReplacements)(i);if(!o)o=(0,a.default)(e,r,t);return e.unwrap((0,n.default)(o,l))}}},3763:(e,r,t)=>{"use strict";e.exports={...t(2836),Definition:t(4494).Definition,PatternVisitor:t(2999),Referencer:t(8648)}},7252:(e,r,t)=>{"use strict";const{compare:s,intersection:a,semver:n}=t(8536);const o=t(4143);const i=t(9925);e.exports=function(e){const r=n(e);if(r.major!==3){throw new RangeError("This version of `core-js-compat` works only with `core-js@3`.")}const t=[];for(const e of Object.keys(o)){if(s(e,"<=",r)){t.push(...o[e])}}return a(t,i)}},8536:e=>{"use strict";const r=Object.hasOwn||Function.call.bind({}.hasOwnProperty);const t=/(\d+)(?:\.(\d+))?(?:\.(\d+))?/;class SemVer{constructor(e){const r=t.exec(e);if(!r)throw new TypeError(`Invalid version: ${e}`);const[,s,a,n]=r;this.major=+s;this.minor=a?+a:0;this.patch=n?+n:0}toString(){return`${this.major}.${this.minor}.${this.patch}`}}function semver(e){return e instanceof SemVer?e:new SemVer(e)}function compare(e,r,t){const s=semver(e);const a=semver(t);for(const e of["major","minor","patch"]){if(s[e]<a[e])return r==="<"||r==="<="||r==="!=";if(s[e]>a[e])return r===">"||r===">="||r==="!="}return r==="=="||r==="<="||r===">="}function filterOutStabilizedProposals(e){const r=new Set(e);for(const e of r){if(e.startsWith("esnext.")&&r.has(e.replace(/^esnext\./,"es."))){r.delete(e)}}return[...r]}function intersection(e,r){const t=e instanceof Set?e:new Set(e);return r.filter((e=>t.has(e)))}function sortObjectByKey(e,r){return Object.keys(e).sort(r).reduce(((r,t)=>{r[t]=e[t];return r}),{})}e.exports={compare:compare,filterOutStabilizedProposals:filterOutStabilizedProposals,has:r,intersection:intersection,semver:semver,sortObjectByKey:sortObjectByKey}},4551:(e,r,t)=>{"use strict";function _classPrivateFieldInitSpec(e,r,t){_checkPrivateRedeclaration(e,r);r.set(e,t)}function _checkPrivateRedeclaration(e,r){if(r.has(e)){throw new TypeError("Cannot initialize the same private elements twice on an object")}}function _classPrivateFieldGet(e,r){return e.get(_assertClassBrand(e,r))}function _classPrivateFieldSet(e,r,t){return e.set(_assertClassBrand(e,r),t),t}function _assertClassBrand(e,r,t){if("function"==typeof e?e===r:e.has(r))return arguments.length<3?r:t;throw new TypeError("Private element is not present on this object")}const{Definition:s,PatternVisitor:a,Referencer:n,Scope:o,ScopeManager:i}=t(3763);const{getKeys:l}=t(3553);let c;function getVisitorValues(e,r){if(c)return c[e];const{FLOW_FLIPPED_ALIAS_KEYS:t,VISITOR_KEYS:s}=r.getTypesInfo();const a=t.concat(["ArrayPattern","ClassDeclaration","ClassExpression","FunctionDeclaration","FunctionExpression","Identifier","ObjectPattern","RestElement"]);c=(Object.entries||(e=>Object.keys(e).map((r=>[r,e[r]]))))(s).reduce(((e,[r,t])=>{if(!a.includes(t)){e[r]=t}return e}),{});return c[e]}const d={callProperties:{type:"loop",values:["value"]},indexers:{type:"loop",values:["key","value"]},properties:{type:"loop",values:["argument","value"]},types:{type:"loop"},params:{type:"loop"},argument:{type:"single"},elementType:{type:"single"},qualification:{type:"single"},rest:{type:"single"},returnType:{type:"single"},typeAnnotation:{type:"typeAnnotation"},typeParameters:{type:"typeParameters"},id:{type:"id"}};class PatternVisitor extends a{ArrayPattern(e){e.elements.forEach(this.visit,this)}ObjectPattern(e){e.properties.forEach(this.visit,this)}}var u=new WeakMap;class Referencer extends n{constructor(e,r,t){super(e,r);_classPrivateFieldInitSpec(this,u,void 0);_classPrivateFieldSet(u,this,t)}visitPattern(e,r,t){if(!e){return}this._checkIdentifierOrVisit(e.typeAnnotation);if(e.type==="AssignmentPattern"){this._checkIdentifierOrVisit(e.left.typeAnnotation)}if(typeof r==="function"){t=r;r={processRightHandNodes:false}}const s=new PatternVisitor(this.options,e,t);s.visit(e);if(r.processRightHandNodes){s.rightHandNodes.forEach(this.visit,this)}}visitClass(e){var r;this._visitArray(e.decorators);const t=this._nestTypeParamScope(e);this._visitTypeAnnotation(e.implements);this._visitTypeAnnotation((r=e.superTypeParameters)==null?void 0:r.params);super.visitClass(e);if(t){this.close(e)}}visitFunction(e){const r=this._nestTypeParamScope(e);this._checkIdentifierOrVisit(e.returnType);super.visitFunction(e);if(r){this.close(e)}}visitProperty(e){var r;if(((r=e.value)==null?void 0:r.type)==="TypeCastExpression"){this._visitTypeAnnotation(e.value)}this._visitArray(e.decorators);super.visitProperty(e)}InterfaceDeclaration(e){this._createScopeVariable(e,e.id);const r=this._nestTypeParamScope(e);this._visitArray(e.extends);this.visit(e.body);if(r){this.close(e)}}TypeAlias(e){this._createScopeVariable(e,e.id);const r=this._nestTypeParamScope(e);this.visit(e.right);if(r){this.close(e)}}ClassProperty(e){this._visitClassProperty(e)}ClassPrivateProperty(e){this._visitClassProperty(e)}PropertyDefinition(e){this._visitClassProperty(e)}ClassPrivateMethod(e){super.MethodDefinition(e)}DeclareModule(e){this._visitDeclareX(e)}DeclareFunction(e){this._visitDeclareX(e)}DeclareVariable(e){this._visitDeclareX(e)}DeclareClass(e){this._visitDeclareX(e)}OptionalMemberExpression(e){super.MemberExpression(e)}_visitClassProperty(e){const{computed:r,key:t,typeAnnotation:s,decorators:a,value:n}=e;this._visitArray(a);if(r)this.visit(t);this._visitTypeAnnotation(s);if(n){if(this.scopeManager.__nestClassFieldInitializerScope){this.scopeManager.__nestClassFieldInitializerScope(n)}else{this.scopeManager.__nestScope(new o(this.scopeManager,"function",this.scopeManager.__currentScope,n,true))}this.visit(n);this.close(n)}}_visitDeclareX(e){if(e.id){this._createScopeVariable(e,e.id)}const r=this._nestTypeParamScope(e);if(r){this.close(e)}}_createScopeVariable(e,r){this.currentScope().variableScope.__define(r,new s("Variable",r,e,null,null,null))}_nestTypeParamScope(e){if(!e.typeParameters){return null}const r=this.scopeManager.__currentScope;const t=new o(this.scopeManager,"type-parameters",r,e,false);this.scopeManager.__nestScope(t);for(let r=0;r<e.typeParameters.params.length;r++){const a=e.typeParameters.params[r];t.__define(a,new s("TypeParameter",a,a));if(a.typeAnnotation){this._checkIdentifierOrVisit(a)}}t.__define=r.__define.bind(r);return t}_visitTypeAnnotation(e){if(!e){return}if(Array.isArray(e)){e.forEach(this._visitTypeAnnotation,this);return}const r=getVisitorValues(e.type,_classPrivateFieldGet(u,this));if(!r){return}for(let t=0;t<r.length;t++){const s=r[t];const a=d[s];const n=e[s];if(a==null||n==null){continue}if(a.type==="loop"){for(let e=0;e<n.length;e++){if(Array.isArray(a.values)){for(let r=0;r<a.values.length;r++){const t=n[e][a.values[r]];if(t){this._checkIdentifierOrVisit(t)}}}else{this._checkIdentifierOrVisit(n[e])}}}else if(a.type==="single"){this._checkIdentifierOrVisit(n)}else if(a.type==="typeAnnotation"){this._visitTypeAnnotation(e.typeAnnotation)}else if(a.type==="typeParameters"){for(let r=0;r<e.typeParameters.params.length;r++){this._checkIdentifierOrVisit(e.typeParameters.params[r])}}else if(a.type==="id"){if(e.id.type==="Identifier"){this._checkIdentifierOrVisit(e.id)}else{this._visitTypeAnnotation(e.id)}}}}_checkIdentifierOrVisit(e){if(e!=null&&e.typeAnnotation){this._visitTypeAnnotation(e.typeAnnotation)}else if((e==null?void 0:e.type)==="Identifier"){this.visit(e)}else{this._visitTypeAnnotation(e)}}_visitArray(e){if(e){for(const r of e){this.visit(r)}}}}e.exports=function analyzeScope(e,r,t){var s;const a={ignoreEval:true,optimistic:false,directive:false,nodejsScope:e.sourceType==="script"&&((s=r.ecmaFeatures)==null?void 0:s.globalReturn)===true,impliedStrict:false,sourceType:e.sourceType,ecmaVersion:r.ecmaVersion,fallback:l,childVisitorKeys:t.getVisitorKeys()};const n=new i(a);const o=new Referencer(a,n,t);o.visit(e);return n}},5810:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.WorkerClient=r.Client=r.ACTIONS=void 0;function _classPrivateFieldInitSpec(e,r,t){_checkPrivateRedeclaration(e,r);r.set(e,t)}function _checkPrivateRedeclaration(e,r){if(r.has(e)){throw new TypeError("Cannot initialize the same private elements twice on an object")}}function _classPrivateFieldGet(e,r){return e.get(_assertClassBrand(e,r))}function _classPrivateFieldSet(e,r,t){return e.set(_assertClassBrand(e,r),t),t}function _assertClassBrand(e,r,t){if("function"==typeof e?e===r:e.has(r))return arguments.length<3?r:t;throw new TypeError("Private element is not present on this object")}const s=t(1017);const a=r.ACTIONS={GET_VERSION:"GET_VERSION",GET_TYPES_INFO:"GET_TYPES_INFO",GET_VISITOR_KEYS:"GET_VISITOR_KEYS",GET_TOKEN_LABELS:"GET_TOKEN_LABELS",MAYBE_PARSE:"MAYBE_PARSE",MAYBE_PARSE_SYNC:"MAYBE_PARSE_SYNC"};var n=new WeakMap;var o=new WeakMap;var i=new WeakMap;var l=new WeakMap;var c=new WeakMap;class Client{constructor(e){_classPrivateFieldInitSpec(this,n,void 0);_classPrivateFieldInitSpec(this,o,void 0);_classPrivateFieldInitSpec(this,i,void 0);_classPrivateFieldInitSpec(this,l,void 0);_classPrivateFieldInitSpec(this,c,void 0);_classPrivateFieldSet(n,this,e)}getVersion(){var e;return(e=_classPrivateFieldGet(o,this))!=null?e:_classPrivateFieldSet(o,this,_classPrivateFieldGet(n,this).call(this,a.GET_VERSION,undefined))}getTypesInfo(){var e;return(e=_classPrivateFieldGet(i,this))!=null?e:_classPrivateFieldSet(i,this,_classPrivateFieldGet(n,this).call(this,a.GET_TYPES_INFO,undefined))}getVisitorKeys(){var e;return(e=_classPrivateFieldGet(l,this))!=null?e:_classPrivateFieldSet(l,this,_classPrivateFieldGet(n,this).call(this,a.GET_VISITOR_KEYS,undefined))}getTokLabels(){var e;return(e=_classPrivateFieldGet(c,this))!=null?e:_classPrivateFieldSet(c,this,_classPrivateFieldGet(n,this).call(this,a.GET_TOKEN_LABELS,undefined))}maybeParse(e,r){return _classPrivateFieldGet(n,this).call(this,a.MAYBE_PARSE,{code:e,options:r})}}r.Client=Client;var d=new WeakMap;class WorkerClient extends Client{constructor(){super(((e,r)=>{const t=new Int32Array(new SharedArrayBuffer(8));const s=new(_get_worker_threads(WorkerClient).MessageChannel);_classPrivateFieldGet(d,this).postMessage({signal:t,port:s.port1,action:e,payload:r},[s.port1]);Atomics.wait(t,0,0);const{message:a}=_get_worker_threads(WorkerClient).receiveMessageOnPort(s.port2);if(a.error)throw Object.assign(a.error,a.errorData);else return a.result}));_classPrivateFieldInitSpec(this,d,new(_get_worker_threads(WorkerClient).Worker)(s.resolve(__dirname,"../lib/worker/index.cjs"),{env:_get_worker_threads(WorkerClient).SHARE_ENV}));_classPrivateFieldGet(d,this).unref()}}r.WorkerClient=WorkerClient;function _get_worker_threads(e){var r;return(r=u._)!=null?r:u._=t(1267)}var u={_:void 0};{var p,f;r.LocalClient=(p=class LocalClient extends Client{constructor(){var e;(e=_assertClassBrand(p,LocalClient,f)._)!=null?e:f._=_assertClassBrand(p,LocalClient,t(5522));super(((e,r)=>_assertClassBrand(p,LocalClient,f)._.call(LocalClient,e===a.MAYBE_PARSE?a.MAYBE_PARSE_SYNC:e,r)))}},f={_:void 0},p)}},7284:e=>{"use strict";const r=["babelOptions","ecmaVersion","sourceType","requireConfigFile"];function _objectWithoutPropertiesLoose(e,r){if(e==null)return{};var t={};var s=Object.keys(e);var a,n;for(n=0;n<s.length;n++){a=s[n];if(r.indexOf(a)>=0)continue;t[a]=e[a]}return t}e.exports=function normalizeESLintConfig(e){const{babelOptions:t={},ecmaVersion:s=2020,sourceType:a="module",requireConfigFile:n=true}=e,o=_objectWithoutPropertiesLoose(e,r);return Object.assign({babelOptions:Object.assign({cwd:process.cwd()},t),ecmaVersion:s==="latest"?1e8:s,sourceType:a,requireConfigFile:n},o)}},5251:(e,r,t)=>{"use strict";const s=t(2214);function*it(e){if(Array.isArray(e))yield*e;else yield e}function traverse(e,r,t){const{type:s}=e;if(!s)return;const a=r[s];if(!a)return;for(const s of a){for(const a of it(e[s])){if(a&&typeof a==="object"){t.enter(a);traverse(a,r,t);t.exit(a)}}}}const a={enter(e){if(e.innerComments){delete e.innerComments}if(e.trailingComments){delete e.trailingComments}if(e.leadingComments){delete e.leadingComments}},exit(e){if(e.extra){delete e.extra}if(e.loc.identifierName){delete e.loc.identifierName}if(e.type==="TypeParameter"){e.type="Identifier";e.typeAnnotation=e.bound;delete e.bound}if(e.type==="QualifiedTypeIdentifier"){delete e.id}if(e.type==="ObjectTypeProperty"){delete e.key}if(e.type==="ObjectTypeIndexer"){delete e.id}if(e.type==="FunctionTypeParam"){delete e.name}if(e.type==="ImportDeclaration"){delete e.isType}if(e.type==="TemplateLiteral"){for(let r=0;r<e.quasis.length;r++){const t=e.quasis[r];t.range[0]-=1;if(t.tail){t.range[1]+=1}else{t.range[1]+=2}t.loc.start.column-=1;if(t.tail){t.loc.end.column+=1}else{t.loc.end.column+=2}if(s>=8){t.start-=1;if(t.tail){t.end+=1}else{t.end+=2}}}}}};function convertNodes(e,r){traverse(e,r,a)}function convertProgramNode(e){const r=e.program.body;Object.assign(e,{type:"Program",sourceType:e.program.sourceType,body:r});delete e.program;delete e.errors;if(e.comments.length){const r=e.comments[e.comments.length-1];if(e.tokens.length){const t=e.tokens[e.tokens.length-1];if(r.end>t.end){e.range[1]=t.end;e.loc.end.line=t.loc.end.line;e.loc.end.column=t.loc.end.column;if(s>=8){e.end=t.end}}}}else{if(!e.tokens.length){e.loc.start.line=1;e.loc.end.line=1}}if(r!=null&&r.length){e.loc.start.line=r[0].loc.start.line;e.range[0]=r[0].start;if(s>=8){e.start=r[0].start}}}e.exports=function convertAST(e,r){convertNodes(e,r);convertProgramNode(e)}},7183:e=>{"use strict";e.exports=function convertComments(e){for(const r of e){r.type=r.type==="CommentBlock"?"Block":"Line";r.range||(r.range=[r.start,r.end])}}},9431:(e,r,t)=>{"use strict";const s=t(2214);function convertTemplateType(e,r){let t=null;let s=[];const a=[];function addTemplateType(){const e=s[0];const t=s[s.length-1];const n=s.reduce(((e,t)=>{if(t.value){e+=t.value}else if(t.type.label!==r.template){e+=t.type.label}return e}),"");a.push({type:"Template",value:n,start:e.start,end:t.end,loc:{start:e.loc.start,end:t.loc.end}});s=[]}e.forEach((e=>{switch(e.type.label){case r.backQuote:if(t){a.push(t);t=null}s.push(e);if(s.length>1){addTemplateType()}break;case r.dollarBraceL:s.push(e);addTemplateType();break;case r.braceR:if(t){a.push(t)}t=e;break;case r.template:if(t){s.push(t);t=null}s.push(e);break;default:if(t){a.push(t);t=null}a.push(e)}}));return a}function convertToken(e,r,t){const{type:s}=e;const{label:a}=s;const n=e;n.range=[e.start,e.end];if(a===t.name){if(e.value==="static"){n.type="Keyword"}else{n.type="Identifier"}}else if(a===t.semi||a===t.comma||a===t.parenL||a===t.parenR||a===t.braceL||a===t.braceR||a===t.slash||a===t.dot||a===t.bracketL||a===t.bracketR||a===t.ellipsis||a===t.arrow||a===t.pipeline||a===t.star||a===t.incDec||a===t.colon||a===t.question||a===t.template||a===t.backQuote||a===t.dollarBraceL||a===t.at||a===t.logicalOR||a===t.logicalAND||a===t.nullishCoalescing||a===t.bitwiseOR||a===t.bitwiseXOR||a===t.bitwiseAND||a===t.equality||a===t.relational||a===t.bitShift||a===t.plusMin||a===t.modulo||a===t.exponent||a===t.bang||a===t.tilde||a===t.doubleColon||a===t.hash||a===t.questionDot||a===t.braceHashL||a===t.braceBarL||a===t.braceBarR||a===t.bracketHashL||a===t.bracketBarL||a===t.bracketBarR||a===t.doubleCaret||a===t.doubleAt||s.isAssign){var o;n.type="Punctuator";(o=n.value)!=null?o:n.value=a}else if(a===t.jsxTagStart){n.type="Punctuator";n.value="<"}else if(a===t.jsxTagEnd){n.type="Punctuator";n.value=">"}else if(a===t.jsxName){n.type="JSXIdentifier"}else if(a===t.jsxText){n.type="JSXText"}else if(s.keyword==="null"){n.type="Null"}else if(s.keyword==="false"||s.keyword==="true"){n.type="Boolean"}else if(s.keyword){n.type="Keyword"}else if(a===t.num){n.type="Numeric";n.value=r.slice(e.start,e.end)}else if(a===t.string){n.type="String";n.value=r.slice(e.start,e.end)}else if(a===t.regexp){n.type="RegularExpression";const r=e.value;n.regex={pattern:r.pattern,flags:r.flags};n.value=`/${r.pattern}/${r.flags}`}else if(a===t.bigint){n.type="Numeric";n.value=`${e.value}n`}else if(a===t.privateName){n.type="PrivateIdentifier"}else if(a===t.templateNonTail||a===t.templateTail||a===t.Template){n.type="Template"}return n}e.exports=function convertTokens(e,r,t){const a=[];const n=convertTemplateType(e,t);for(let e=0,{length:o}=n;e<o-1;e++){const i=n[e];const l=i.type;if(l==="CommentLine"||l==="CommentBlock"){continue}{if(s>=8&&e+1<o&&l.label===t.hash){const r=n[e+1];if(r.type.label===t.name&&i.end===r.start){e++;r.type="PrivateIdentifier";r.start-=1;r.loc.start.column-=1;r.range=[r.start,r.end];a.push(r);continue}}}a.push(convertToken(i,r,t))}return a}},8705:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.convertError=convertError;r.convertFile=convertFile;const s=t(9431);const a=t(7183);const n=t(5251);function convertFile(e,r,t,o){e.tokens=s(e.tokens,r,t);a(e.comments);n(e,o);return e}function convertError(e){if(e instanceof SyntaxError){e.lineNumber=e.loc.line;e.column=e.loc.column}return e}},2696:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.meta=void 0;r.parse=parse;r.parseForESLint=parseForESLint;var s=t(5810);const a=t(7284);const n=t(4551);const o=t(2994);const i=new s.LocalClient;const l=r.meta={name:"@babel/eslint-parser",version:"7.24.6"};function parse(e,r={}){return o(e,a(r),i)}function parseForESLint(e,r={}){const t=a(r);const s=o(e,t,i);const l=n(s,t,i);return{ast:s,scopeManager:l,visitorKeys:i.getVisitorKeys()}}},2994:(e,r,t)=>{"use strict";const s=t(7849);const a=t(8705);function noop(){}const n=t(6949);noop((((e,r)=>(e=e.split("."),r=r.split("."),+e[0]>+r[0]||e[0]==r[0]&&+e[1]>=+r[1]))(process.versions.node,"8.9")?noop:(e,{paths:[r]},s=t(8188))=>{let a=s._findPath(e,s._nodeModulePaths(r).concat(r));if(a)return a;a=new Error(`Cannot resolve module '${e}'`);a.code="MODULE_NOT_FOUND";throw a})("@babel/parser",{paths:[noop("@babel/core/package.json")]}));let o=null;e.exports=function parse(e,r,t){const i=">=7.2.0";if(typeof o!=="boolean"){o=s.satisfies(t.getVersion(),i)}if(!o){throw new Error(`@babel/eslint-parser@${"7.24.6"} does not support @babel/core@${t.getVersion()}. Please upgrade to @babel/core@${i}.`)}const{ast:l,parserOptions:c}=t.maybeParse(e,r);if(l)return l;try{return a.convertFile(n.parse(e,c),e,t.getTokLabels(),t.getVisitorKeys())}catch(e){throw a.convertError(e)}}},2214:(e,r,t)=>{"use strict";e.exports=parseInt(t(1473).i8,10)},9334:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.getTokLabels=getTokLabels;r.getVisitorKeys=getVisitorKeys;const s=t(3553);const a=t(9531);const n=s.KEYS;let o;function getVisitorKeys(){if(!o){const e={ChainExpression:n.ChainExpression,ImportExpression:n.ImportExpression,Literal:n.Literal,MethodDefinition:["decorators"].concat(n.MethodDefinition),Property:["decorators"].concat(n.Property),PropertyDefinition:["decorators","typeAnnotation"].concat(n.PropertyDefinition)};const r={ClassPrivateMethod:["decorators"].concat(n.MethodDefinition),ExportAllDeclaration:n.ExportAllDeclaration};o=Object.assign({},e,a.types.VISITOR_KEYS,r)}return o}let i;function getTokLabels(){return i||(i=(e=>e.reduce(((e,[r,t])=>Object.assign({},e,{[r]:t})),{}))((Object.entries||(e=>Object.keys(e).map((r=>[r,e[r]]))))(a.tokTypes).map((([e,r])=>[e,r.label]))))}},9531:(e,r,t)=>{"use strict";e.exports=r;function initialize(e){r.init=null;r.version=e.version;r.traverse=e.traverse;r.types=e.types;r.tokTypes=e.tokTypes;r.parseSync=e.parseSync;r.loadPartialConfigSync=e.loadPartialConfigSync;r.loadPartialConfigAsync=e.loadPartialConfigAsync;{r.createConfigItemSync=e.createConfigItemSync||e.createConfigItem}}{initialize(t(8304))}},9873:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});r.normalizeBabelParseConfig=normalizeBabelParseConfig;r.normalizeBabelParseConfigSync=normalizeBabelParseConfigSync;function asyncGeneratorStep(e,r,t,s,a,n,o){try{var i=e[n](o);var l=i.value}catch(e){t(e);return}if(i.done){r(l)}else{Promise.resolve(l).then(s,a)}}function _asyncToGenerator(e){return function(){var r=this,t=arguments;return new Promise((function(s,a){var n=e.apply(r,t);function _next(e){asyncGeneratorStep(n,s,a,_next,_throw,"next",e)}function _throw(e){asyncGeneratorStep(n,s,a,_next,_throw,"throw",e)}_next(undefined)}))}}const s=t(9531);const a=t(2214);function getParserPlugins(e){var r,t;const s=(r=(t=e.parserOpts)==null?void 0:t.plugins)!=null?r:[];const n={classFeatures:a>=8};for(const e of s){if(Array.isArray(e)&&e[0]==="estree"){Object.assign(n,e[1]);break}}return[["estree",n],...s]}function normalizeParserOptions(e){var r,t,s;return Object.assign({sourceType:e.sourceType,filename:e.filePath},e.babelOptions,{parserOpts:Object.assign({},{allowImportExportEverywhere:(r=e.allowImportExportEverywhere)!=null?r:false,allowSuperOutsideMethod:true},{allowReturnOutsideFunction:(t=(s=e.ecmaFeatures)==null?void 0:s.globalReturn)!=null?t:true},e.babelOptions.parserOpts,{plugins:getParserPlugins(e.babelOptions),attachComment:false,ranges:true,tokens:true}),caller:Object.assign({name:"@babel/eslint-parser"},e.babelOptions.caller)})}function validateResolvedConfig(e,r,t){if(e!==null){if(r.requireConfigFile!==false){if(!e.hasFilesystemConfig()){let r=`No Babel config file detected for ${e.options.filename}. Either disable config file checking with requireConfigFile: false, or configure Babel so that it can find the config files.`;if(e.options.filename.includes("node_modules")){r+=`\nIf you have a .babelrc.js file or use package.json#babel, keep in mind that it's not used when parsing dependencies. If you want your config to be applied to your whole app, consider using babel.config.js or babel.config.json instead.`}throw new Error(r)}}if(e.options)return e.options}return getDefaultParserOptions(t)}function getDefaultParserOptions(e){return Object.assign({plugins:[]},e,{babelrc:false,configFile:false,browserslistConfigFile:false,ignore:null,only:null})}function normalizeBabelParseConfig(e){return _normalizeBabelParseConfig.apply(this,arguments)}function _normalizeBabelParseConfig(){_normalizeBabelParseConfig=_asyncToGenerator((function*(e){const r=normalizeParserOptions(e);const t=yield s.loadPartialConfigAsync(r);return validateResolvedConfig(t,e,r)}));return _normalizeBabelParseConfig.apply(this,arguments)}function normalizeBabelParseConfigSync(e){const r=normalizeParserOptions(e);const t=s.loadPartialConfigSync(r);return validateResolvedConfig(t,e,r)}},4390:e=>{"use strict";e.exports=function extractParserOptionsPlugin(){return{parserOverride(e,r){return r}}}},5522:(e,r,t)=>{"use strict";var s=t(9334);var a=t(9873);var n=t(5810);const o=t(9531);const i=t(475);e.exports=function handleMessage(e,r){switch(e){case n.ACTIONS.GET_VERSION:return o.version;case n.ACTIONS.GET_TYPES_INFO:return{FLOW_FLIPPED_ALIAS_KEYS:o.types.FLIPPED_ALIAS_KEYS.Flow,VISITOR_KEYS:o.types.VISITOR_KEYS};case n.ACTIONS.GET_TOKEN_LABELS:return(0,s.getTokLabels)();case n.ACTIONS.GET_VISITOR_KEYS:return(0,s.getVisitorKeys)();case n.ACTIONS.MAYBE_PARSE:return(0,a.normalizeBabelParseConfig)(r.options).then((e=>i(r.code,e)));case n.ACTIONS.MAYBE_PARSE_SYNC:{return i(r.code,(0,a.normalizeBabelParseConfigSync)(r.options))}}throw new Error(`Unknown internal parser worker action: ${e}`)}},475:(e,r,t)=>{"use strict";const s=t(9531);const a=t(8705);const n=t(9334);const o=t(4390);const{getVisitorKeys:i,getTokLabels:l}=n;const c={};let d;const u=/More than one plugin attempted to override parsing/;e.exports=function maybeParse(e,r){if(!d){d=s.createConfigItemSync([o,c],{dirname:__dirname,type:"plugin"})}const{plugins:t}=r;r.plugins=t.concat(d);let n;try{return{parserOptions:s.parseSync(e,r),ast:null}}catch(e){if(!u.test(e.message)){throw e}}r.plugins=t;try{n=s.parseSync(e,r)}catch(e){throw a.convertError(e)}return{ast:a.convertFile(n,e,l(),i()),parserOptions:null}}},9721:(e,r,t)=>{Object.defineProperty(r,"createPolyfillPlugins",{get:()=>t(2513)})},2513:(e,r,t)=>{const s=t(2612).Z;const a=t(4988)["default"];const n=t(3825).Z;const o="#__secret_key__@babel/runtime__compatibility";function createCorejs2Plugin(e){return(r,t,a)=>s(r,e,a)}function createCorejs3Plugin(e){return(r,t,s)=>a(r,e,s)}function createRegeneratorPlugin(e,r,t){if(!r)return t!=null?t:undefined;return(r,s,a)=>Object.assign({},n(r,e,a),{inherits:t!=null?t:undefined})}e.exports=function createBasePolyfillsPlugin({corejs:e,regenerator:r=true,moduleName:t},s,a){let n=false;let i;if(typeof e==="object"&&e!==null){i=e.version;n=Boolean(e.proposals)}else{i=e}const l=i?Number(i):false;if(![false,2,3].includes(l)){throw new Error(`The \`core-js\` version must be false, 2 or 3, but got ${JSON.stringify(i)}.`)}if(n&&(!l||l<3)){throw new Error("The 'proposals' option is only supported when using 'corejs: 3'")}if(typeof r!=="boolean"){throw new Error("The 'regenerator' option must be undefined, or a boolean.")}const c={method:"usage-pure",absoluteImports:a,proposals:n,[o]:{useBabelRuntime:true,runtimeVersion:s,ext:"",moduleName:t}};return createRegeneratorPlugin(c,r,l===2?createCorejs2Plugin(c):l===3?createCorejs3Plugin(c):null)}},2660:(e,r,t)=>{{Object.defineProperties(r,{pluginCoreJS2:{get:()=>t(2612).Z},pluginRegenerator:{get:()=>t(3825).Z},legacyBabelPolyfillPlugin:{get:()=>t(6701)},removeRegeneratorEntryPlugin:{get:()=>t(1234)},corejs2Polyfills:{get:()=>t(4048)}})}},6701:(e,r,t)=>{const{getImportSource:s,getRequireSource:a,isPolyfillSource:n}=t(2787);const o=`\n \`@babel/polyfill\` is deprecated. Please, use required parts of \`core-js\`\n and \`regenerator-runtime/runtime\` separately`;const i=`\n When setting \`useBuiltIns: 'usage'\`, polyfills are automatically imported when needed.\n Please remove the direct import of \`SPECIFIER\` or use \`useBuiltIns: 'entry'\` instead.`;e.exports=function({template:e},{regenerator:r,deprecated:t,usage:l}){return{name:"preset-env/replace-babel-polyfill",visitor:{ImportDeclaration(a){const c=s(a);if(l&&n(c)){console.warn(i.replace("SPECIFIER",c));if(!t)a.remove()}else if(c==="@babel/polyfill"){if(t){console.warn(o)}else if(r){a.replaceWithMultiple(e.ast`
import "core-js";
import "regenerator-runtime/runtime.js";
`)}else{a.replaceWith(e.ast`
import "core-js";
`)}}},Program(s){s.get("body").forEach((s=>{const c=a(s);if(l&&n(c)){console.warn(i.replace("SPECIFIER",c));if(!t)s.remove()}else if(c==="@babel/polyfill"){if(t){console.warn(o)}else if(r){s.replaceWithMultiple(e.ast`
require("core-js");
require("regenerator-runtime/runtime.js");
`)}else{s.replaceWith(e.ast`
require("core-js");
`)}}}))}}}}},1234:(e,r,t)=>{const{getImportSource:s,getRequireSource:a}=t(2787);function isRegeneratorSource(e){return e==="regenerator-runtime/runtime"||e==="regenerator-runtime/runtime.js"}e.exports=function(){const e={ImportDeclaration(e){if(isRegeneratorSource(s(e))){this.regeneratorImportExcluded=true;e.remove()}},Program(e){e.get("body").forEach((e=>{if(isRegeneratorSource(a(e))){this.regeneratorImportExcluded=true;e.remove()}}))}};return{name:"preset-env/remove-regenerator",visitor:e,pre(){this.regeneratorImportExcluded=false},post(){if(this.opts.debug&&this.regeneratorImportExcluded){let e=this.file.opts.filename;if(process.env.BABEL_ENV==="test"){e=e.replace(/\\/g,"/")}console.log(`\n[${e}] Based on your targets, regenerator-runtime import excluded.`)}}}}},2787:(e,r)=>{r.getImportSource=function({node:e}){if(e.specifiers.length===0)return e.source.value};r.getRequireSource=function({node:e}){if(e.type!=="ExpressionStatement")return;const{expression:r}=e;if(r.type==="CallExpression"&&r.callee.type==="Identifier"&&r.callee.name==="require"&&r.arguments.length===1&&r.arguments[0].type==="StringLiteral"){return r.arguments[0].value}};r.isPolyfillSource=function(e){return e==="@babel/polyfill"||e==="core-js"}},9074:e=>{"use strict";e.exports=JSON.parse('{"es6.array.copy-within":{"chrome":"45","opera":"32","edge":"12","firefox":"32","safari":"9","node":"4","deno":"1","ios":"9","samsung":"5","rhino":"1.7.13","opera_mobile":"32","electron":"0.31"},"es6.array.every":{"chrome":"5","opera":"10.10","edge":"12","firefox":"2","safari":"3.1","node":"0.4","deno":"1","ie":"9","android":"4","ios":"6","phantom":"1.9","samsung":"1","rhino":"1.7.13","opera_mobile":"10.1","electron":"0.20"},"es6.array.fill":{"chrome":"45","opera":"32","edge":"12","firefox":"31","safari":"7.1","node":"4","deno":"1","ios":"8","samsung":"5","rhino":"1.7.13","opera_mobile":"32","electron":"0.31"},"es6.array.filter":{"chrome":"51","opera":"38","edge":"13","firefox":"48","safari":"10","node":"6.5","deno":"1","ios":"10","samsung":"5","opera_mobile":"41","electron":"1.2"},"es6.array.find":{"chrome":"45","opera":"32","edge":"12","firefox":"25","safari":"7.1","node":"4","deno":"1","ios":"8","samsung":"5","rhino":"1.7.13","opera_mobile":"32","electron":"0.31"},"es6.array.find-index":{"chrome":"45","opera":"32","edge":"12","firefox":"25","safari":"7.1","node":"4","deno":"1","ios":"8","samsung":"5","rhino":"1.7.13","opera_mobile":"32","electron":"0.31"},"es7.array.flat-map":{"chrome":"69","opera":"56","edge":"79","firefox":"62","safari":"12","node":"11","deno":"1","ios":"12","samsung":"10","rhino":"1.7.15","opera_mobile":"48","electron":"4.0"},"es6.array.for-each":{"chrome":"5","opera":"10.10","edge":"12","firefox":"2","safari":"3.1","node":"0.4","deno":"1","ie":"9","android":"4","ios":"6","phantom":"1.9","samsung":"1","rhino":"1.7.13","opera_mobile":"10.1","electron":"0.20"},"es6.array.from":{"chrome":"51","opera":"38","edge":"15","firefox":"36","safari":"10","node":"6.5","deno":"1","ios":"10","samsung":"5","rhino":"1.7.15","opera_mobile":"41","electron":"1.2"},"es7.array.includes":{"chrome":"47","opera":"34","edge":"14","firefox":"102","safari":"10","node":"6","deno":"1","ios":"10","samsung":"5","opera_mobile":"34","electron":"0.36"},"es6.array.index-of":{"chrome":"5","opera":"10.10","edge":"12","firefox":"2","safari":"3.1","node":"0.4","deno":"1","ie":"9","android":"4","ios":"6","phantom":"1.9","samsung":"1","rhino":"1.7.13","opera_mobile":"10.1","electron":"0.20"},"es6.array.is-array":{"chrome":"5","opera":"10.50","edge":"12","firefox":"4","safari":"4","node":"0.4","deno":"1","ie":"9","android":"4","ios":"6","phantom":"1.9","samsung":"1","rhino":"1.7.13","opera_mobile":"10.1","electron":"0.20"},"es6.array.iterator":{"chrome":"66","opera":"53","edge":"12","firefox":"60","safari":"9","node":"10","deno":"1","ios":"9","samsung":"9","rhino":"1.7.13","opera_mobile":"47","electron":"3.0"},"es6.array.last-index-of":{"chrome":"5","opera":"10.10","edge":"12","firefox":"2","safari":"3.1","node":"0.4","deno":"1","ie":"9","android":"4","ios":"6","phantom":"1.9","samsung":"1","rhino":"1.7.13","opera_mobile":"10.1","electron":"0.20"},"es6.array.map":{"chrome":"51","opera":"38","edge":"13","firefox":"48","safari":"10","node":"6.5","deno":"1","ios":"10","samsung":"5","opera_mobile":"41","electron":"1.2"},"es6.array.of":{"chrome":"45","opera":"32","edge":"12","firefox":"25","safari":"9","node":"4","deno":"1","ios":"9","samsung":"5","rhino":"1.7.13","opera_mobile":"32","electron":"0.31"},"es6.array.reduce":{"chrome":"5","opera":"10.50","edge":"12","firefox":"3","safari":"4","node":"0.4","deno":"1","ie":"9","android":"4","ios":"6","phantom":"1.9","samsung":"1","rhino":"1.7.13","opera_mobile":"10.1","electron":"0.20"},"es6.array.reduce-right":{"chrome":"5","opera":"10.50","edge":"12","firefox":"3","safari":"4","node":"0.4","deno":"1","ie":"9","android":"4","ios":"6","phantom":"1.9","samsung":"1","rhino":"1.7.13","opera_mobile":"10.1","electron":"0.20"},"es6.array.slice":{"chrome":"51","opera":"38","edge":"13","firefox":"48","safari":"10","node":"6.5","deno":"1","ios":"10","samsung":"5","opera_mobile":"41","electron":"1.2"},"es6.array.some":{"chrome":"5","opera":"10.10","edge":"12","firefox":"2","safari":"3.1","node":"0.4","deno":"1","ie":"9","android":"4","ios":"6","phantom":"1.9","samsung":"1","rhino":"1.7.13","opera_mobile":"10.1","electron":"0.20"},"es6.array.sort":{"chrome":"63","opera":"50","edge":"12","firefox":"5","safari":"12","node":"10","deno":"1","ie":"9","ios":"12","samsung":"8","rhino":"1.7.13","opera_mobile":"46","electron":"3.0"},"es6.array.species":{"chrome":"51","opera":"38","edge":"13","firefox":"48","safari":"10","node":"6.5","deno":"1","ios":"10","samsung":"5","rhino":"1.7.15","opera_mobile":"41","electron":"1.2"},"es6.date.now":{"chrome":"5","opera":"10.50","edge":"12","firefox":"2","safari":"4","node":"0.4","deno":"1","ie":"9","android":"4","ios":"6","phantom":"1.9","samsung":"1","rhino":"1.7.13","opera_mobile":"10.1","electron":"0.20"},"es6.date.to-iso-string":{"chrome":"5","opera":"10.50","edge":"12","firefox":"3.5","safari":"4","node":"0.4","deno":"1","ie":"9","android":"4","ios":"6","phantom":"1.9","samsung":"1","rhino":"1.7.13","opera_mobile":"10.1","electron":"0.20"},"es6.date.to-json":{"chrome":"5","opera":"12.10","edge":"12","firefox":"4","safari":"10","node":"0.4","deno":"1","ie":"9","android":"4","ios":"10","samsung":"1","rhino":"1.7.13","opera_mobile":"12.1","electron":"0.20"},"es6.date.to-primitive":{"chrome":"47","opera":"34","edge":"15","firefox":"44","safari":"10","node":"6","deno":"1","ios":"10","samsung":"5","opera_mobile":"34","electron":"0.36"},"es6.date.to-string":{"chrome":"5","opera":"10.50","edge":"12","firefox":"2","safari":"3.1","node":"0.4","deno":"1","ie":"10","android":"4","ios":"6","phantom":"1.9","samsung":"1","rhino":"1.7.13","opera_mobile":"10.1","electron":"0.20"},"es6.function.bind":{"chrome":"7","opera":"12","edge":"12","firefox":"4","safari":"5.1","node":"0.4","deno":"1","ie":"9","android":"4","ios":"6","phantom":"1.9","samsung":"1","rhino":"1.7.13","opera_mobile":"12","electron":"0.20"},"es6.function.has-instance":{"chrome":"51","opera":"38","edge":"15","firefox":"50","safari":"10","node":"6.5","deno":"1","ios":"10","samsung":"5","opera_mobile":"41","electron":"1.2"},"es6.function.name":{"chrome":"5","opera":"10.50","edge":"14","firefox":"2","safari":"4","node":"0.4","deno":"1","android":"4","ios":"6","phantom":"1.9","samsung":"1","rhino":"1.7.13","opera_mobile":"10.1","electron":"0.20"},"es6.map":{"chrome":"51","opera":"38","edge":"15","firefox":"53","safari":"10","node":"6.5","deno":"1","ios":"10","samsung":"5","opera_mobile":"41","electron":"1.2"},"es6.math.acosh":{"chrome":"38","opera":"25","edge":"12","firefox":"25","safari":"7.1","node":"0.12","deno":"1","ios":"8","samsung":"3","rhino":"1.7.13","opera_mobile":"25","electron":"0.20"},"es6.math.asinh":{"chrome":"38","opera":"25","edge":"12","firefox":"25","safari":"7.1","node":"0.12","deno":"1","ios":"8","samsung":"3","rhino":"1.7.13","opera_mobile":"25","electron":"0.20"},"es6.math.atanh":{"chrome":"38","opera":"25","edge":"12","firefox":"25","safari":"7.1","node":"0.12","deno":"1","ios":"8","samsung":"3","rhino":"1.7.13","opera_mobile":"25","electron":"0.20"},"es6.math.cbrt":{"chrome":"38","opera":"25","edge":"12","firefox":"25","safari":"7.1","node":"0.12","deno":"1","ios":"8","samsung":"3","rhino":"1.7.13","opera_mobile":"25","electron":"0.20"},"es6.math.clz32":{"chrome":"38","opera":"25","edge":"12","firefox":"31","safari":"9","node":"0.12","deno":"1","ios":"9","samsung":"3","rhino":"1.7.13","opera_mobile":"25","electron":"0.20"},"es6.math.cosh":{"chrome":"38","opera":"25","edge":"12","firefox":"25","safari":"7.1","node":"0.12","deno":"1","ios":"8","samsung":"3","rhino":"1.7.13","opera_mobile":"25","electron":"0.20"},"es6.math.expm1":{"chrome":"38","opera":"25","edge":"12","firefox":"25","safari":"7.1","node":"0.12","deno":"1","ios":"8","samsung":"3","rhino":"1.7.13","opera_mobile":"25","electron":"0.20"},"es6.math.fround":{"chrome":"38","opera":"25","edge":"12","firefox":"26","safari":"7.1","node":"0.12","deno":"1","ios":"8","samsung":"3","rhino":"1.7.13","opera_mobile":"25","electron":"0.20"},"es6.math.hypot":{"chrome":"38","opera":"25","edge":"12","firefox":"27","safari":"7.1","node":"0.12","deno":"1","ios":"8","samsung":"3","rhino":"1.7.13","opera_mobile":"25","electron":"0.20"},"es6.math.imul":{"chrome":"30","opera":"17","edge":"12","firefox":"23","safari":"7","node":"0.12","deno":"1","android":"4.4","ios":"7","samsung":"2","rhino":"1.7.13","opera_mobile":"18","electron":"0.20"},"es6.math.log1p":{"chrome":"38","opera":"25","edge":"12","firefox":"25","safari":"7.1","node":"0.12","deno":"1","ios":"8","samsung":"3","rhino":"1.7.13","opera_mobile":"25","electron":"0.20"},"es6.math.log10":{"chrome":"38","opera":"25","edge":"12","firefox":"25","safari":"7.1","node":"0.12","deno":"1","ios":"8","samsung":"3","rhino":"1.7.13","opera_mobile":"25","electron":"0.20"},"es6.math.log2":{"chrome":"38","opera":"25","edge":"12","firefox":"25","safari":"7.1","node":"0.12","deno":"1","ios":"8","samsung":"3","rhino":"1.7.13","opera_mobile":"25","electron":"0.20"},"es6.math.sign":{"chrome":"38","opera":"25","edge":"12","firefox":"25","safari":"9","node":"0.12","deno":"1","ios":"9","samsung":"3","rhino":"1.7.13","opera_mobile":"25","electron":"0.20"},"es6.math.sinh":{"chrome":"38","opera":"25","edge":"12","firefox":"25","safari":"7.1","node":"0.12","deno":"1","ios":"8","samsung":"3","rhino":"1.7.13","opera_mobile":"25","electron":"0.20"},"es6.math.tanh":{"chrome":"38","opera":"25","edge":"12","firefox":"25","safari":"7.1","node":"0.12","deno":"1","ios":"8","samsung":"3","rhino":"1.7.13","opera_mobile":"25","electron":"0.20"},"es6.math.trunc":{"chrome":"38","opera":"25","edge":"12","firefox":"25","safari":"7.1","node":"0.12","deno":"1","ios":"8","samsung":"3","rhino":"1.7.13","opera_mobile":"25","electron":"0.20"},"es6.number.constructor":{"chrome":"41","opera":"28","edge":"12","firefox":"36","safari":"9","node":"4","deno":"1","ios":"9","samsung":"3.4","rhino":"1.7.13","opera_mobile":"28","electron":"0.21"},"es6.number.epsilon":{"chrome":"34","opera":"21","edge":"12","firefox":"25","safari":"9","node":"0.12","deno":"1","ios":"9","samsung":"2","rhino":"1.7.14","opera_mobile":"21","electron":"0.20"},"es6.number.is-finite":{"chrome":"19","opera":"15","edge":"12","firefox":"16","safari":"9","node":"0.8","deno":"1","android":"4.1","ios":"9","samsung":"1.5","rhino":"1.7.13","opera_mobile":"14","electron":"0.20"},"es6.number.is-integer":{"chrome":"34","opera":"21","edge":"12","firefox":"16","safari":"9","node":"0.12","deno":"1","ios":"9","samsung":"2","rhino":"1.7.13","opera_mobile":"21","electron":"0.20"},"es6.number.is-nan":{"chrome":"19","opera":"15","edge":"12","firefox":"15","safari":"9","node":"0.8","deno":"1","android":"4.1","ios":"9","samsung":"1.5","rhino":"1.7.13","opera_mobile":"14","electron":"0.20"},"es6.number.is-safe-integer":{"chrome":"34","opera":"21","edge":"12","firefox":"32","safari":"9","node":"0.12","deno":"1","ios":"9","samsung":"2","rhino":"1.7.13","opera_mobile":"21","electron":"0.20"},"es6.number.max-safe-integer":{"chrome":"34","opera":"21","edge":"12","firefox":"31","safari":"9","node":"0.12","deno":"1","ios":"9","samsung":"2","rhino":"1.7.13","opera_mobile":"21","electron":"0.20"},"es6.number.min-safe-integer":{"chrome":"34","opera":"21","edge":"12","firefox":"31","safari":"9","node":"0.12","deno":"1","ios":"9","samsung":"2","rhino":"1.7.13","opera_mobile":"21","electron":"0.20"},"es6.number.parse-float":{"chrome":"34","opera":"21","edge":"12","firefox":"25","safari":"9","node":"0.12","deno":"1","ios":"9","samsung":"2","rhino":"1.7.14","opera_mobile":"21","electron":"0.20"},"es6.number.parse-int":{"chrome":"34","opera":"21","edge":"12","firefox":"25","safari":"9","node":"0.12","deno":"1","ios":"9","samsung":"2","rhino":"1.7.14","opera_mobile":"21","electron":"0.20"},"es6.object.assign":{"chrome":"49","opera":"36","edge":"13","firefox":"36","safari":"10","node":"6","deno":"1","ios":"10","samsung":"5","opera_mobile":"36","electron":"0.37"},"es6.object.create":{"chrome":"5","opera":"12","edge":"12","firefox":"4","safari":"4","node":"0.4","deno":"1","ie":"9","android":"4","ios":"6","phantom":"1.9","samsung":"1","rhino":"1.7.13","opera_mobile":"12","electron":"0.20"},"es7.object.define-getter":{"chrome":"62","opera":"49","edge":"16","firefox":"48","safari":"9","node":"8.10","deno":"1","ios":"9","samsung":"8","opera_mobile":"46","electron":"3.0"},"es7.object.define-setter":{"chrome":"62","opera":"49","edge":"16","firefox":"48","safari":"9","node":"8.10","deno":"1","ios":"9","samsung":"8","opera_mobile":"46","electron":"3.0"},"es6.object.define-property":{"chrome":"5","opera":"12","edge":"12","firefox":"4","safari":"5.1","node":"0.4","deno":"1","ie":"9","android":"4","ios":"6","phantom":"1.9","samsung":"1","rhino":"1.7.13","opera_mobile":"12","electron":"0.20"},"es6.object.define-properties":{"chrome":"5","opera":"12","edge":"12","firefox":"4","safari":"4","node":"0.4","deno":"1","ie":"9","android":"4","ios":"6","phantom":"1.9","samsung":"1","rhino":"1.7.13","opera_mobile":"12","electron":"0.20"},"es7.object.entries":{"chrome":"54","opera":"41","edge":"14","firefox":"47","safari":"10.1","node":"7","deno":"1","ios":"10.3","samsung":"6","rhino":"1.7.14","opera_mobile":"41","electron":"1.4"},"es6.object.freeze":{"chrome":"44","opera":"31","edge":"12","firefox":"35","safari":"9","node":"4","deno":"1","ios":"9","samsung":"4","rhino":"1.7.13","opera_mobile":"32","electron":"0.30"},"es6.object.get-own-property-descriptor":{"chrome":"44","opera":"31","edge":"12","firefox":"35","safari":"9","node":"4","deno":"1","ios":"9","samsung":"4","rhino":"1.7.13","opera_mobile":"32","electron":"0.30"},"es7.object.get-own-property-descriptors":{"chrome":"54","opera":"41","edge":"15","firefox":"50","safari":"10.1","node":"7","deno":"1","ios":"10.3","samsung":"6","opera_mobile":"41","electron":"1.4"},"es6.object.get-own-property-names":{"chrome":"40","opera":"27","edge":"12","firefox":"33","safari":"9","node":"4","deno":"1","ios":"9","samsung":"3.4","rhino":"1.7.13","opera_mobile":"27","electron":"0.21"},"es6.object.get-prototype-of":{"chrome":"44","opera":"31","edge":"12","firefox":"35","safari":"9","node":"4","deno":"1","ios":"9","samsung":"4","rhino":"1.7.13","opera_mobile":"32","electron":"0.30"},"es7.object.lookup-getter":{"chrome":"62","opera":"49","edge":"79","firefox":"36","safari":"9","node":"8.10","deno":"1","ios":"9","samsung":"8","opera_mobile":"46","electron":"3.0"},"es7.object.lookup-setter":{"chrome":"62","opera":"49","edge":"79","firefox":"36","safari":"9","node":"8.10","deno":"1","ios":"9","samsung":"8","opera_mobile":"46","electron":"3.0"},"es6.object.prevent-extensions":{"chrome":"44","opera":"31","edge":"12","firefox":"35","safari":"9","node":"4","deno":"1","ios":"9","samsung":"4","rhino":"1.7.13","opera_mobile":"32","electron":"0.30"},"es6.object.to-string":{"chrome":"57","opera":"44","edge":"15","firefox":"51","safari":"10","node":"8","deno":"1","ios":"10","samsung":"7","opera_mobile":"43","electron":"1.7"},"es6.object.is":{"chrome":"19","opera":"15","edge":"12","firefox":"22","safari":"9","node":"0.8","deno":"1","android":"4.1","ios":"9","samsung":"1.5","rhino":"1.7.13","opera_mobile":"14","electron":"0.20"},"es6.object.is-frozen":{"chrome":"44","opera":"31","edge":"12","firefox":"35","safari":"9","node":"4","deno":"1","ios":"9","samsung":"4","rhino":"1.7.13","opera_mobile":"32","electron":"0.30"},"es6.object.is-sealed":{"chrome":"44","opera":"31","edge":"12","firefox":"35","safari":"9","node":"4","deno":"1","ios":"9","samsung":"4","rhino":"1.7.13","opera_mobile":"32","electron":"0.30"},"es6.object.is-extensible":{"chrome":"44","opera":"31","edge":"12","firefox":"35","safari":"9","node":"4","deno":"1","ios":"9","samsung":"4","rhino":"1.7.13","opera_mobile":"32","electron":"0.30"},"es6.object.keys":{"chrome":"40","opera":"27","edge":"12","firefox":"35","safari":"9","node":"4","deno":"1","ios":"9","samsung":"3.4","rhino":"1.7.13","opera_mobile":"27","electron":"0.21"},"es6.object.seal":{"chrome":"44","opera":"31","edge":"12","firefox":"35","safari":"9","node":"4","deno":"1","ios":"9","samsung":"4","rhino":"1.7.13","opera_mobile":"32","electron":"0.30"},"es6.object.set-prototype-of":{"chrome":"34","opera":"21","edge":"12","firefox":"31","safari":"9","node":"0.12","deno":"1","ie":"11","ios":"9","samsung":"2","rhino":"1.7.13","opera_mobile":"21","electron":"0.20"},"es7.object.values":{"chrome":"54","opera":"41","edge":"14","firefox":"47","safari":"10.1","node":"7","deno":"1","ios":"10.3","samsung":"6","rhino":"1.7.14","opera_mobile":"41","electron":"1.4"},"es6.promise":{"chrome":"51","opera":"38","edge":"14","firefox":"45","safari":"10","node":"6.5","deno":"1","ios":"10","samsung":"5","rhino":"1.7.15","opera_mobile":"41","electron":"1.2"},"es7.promise.finally":{"chrome":"63","opera":"50","edge":"18","firefox":"58","safari":"11.1","node":"10","deno":"1","ios":"11.3","samsung":"8","rhino":"1.7.15","opera_mobile":"46","electron":"3.0"},"es6.reflect.apply":{"chrome":"49","opera":"36","edge":"12","firefox":"42","safari":"10","node":"6","deno":"1","ios":"10","samsung":"5","opera_mobile":"36","electron":"0.37"},"es6.reflect.construct":{"chrome":"49","opera":"36","edge":"13","firefox":"49","safari":"10","node":"6","deno":"1","ios":"10","samsung":"5","opera_mobile":"36","electron":"0.37"},"es6.reflect.define-property":{"chrome":"49","opera":"36","edge":"13","firefox":"42","safari":"10","node":"6","deno":"1","ios":"10","samsung":"5","opera_mobile":"36","electron":"0.37"},"es6.reflect.delete-property":{"chrome":"49","opera":"36","edge":"12","firefox":"42","safari":"10","node":"6","deno":"1","ios":"10","samsung":"5","opera_mobile":"36","electron":"0.37"},"es6.reflect.get":{"chrome":"49","opera":"36","edge":"12","firefox":"42","safari":"10","node":"6","deno":"1","ios":"10","samsung":"5","opera_mobile":"36","electron":"0.37"},"es6.reflect.get-own-property-descriptor":{"chrome":"49","opera":"36","edge":"12","firefox":"42","safari":"10","node":"6","deno":"1","ios":"10","samsung":"5","opera_mobile":"36","electron":"0.37"},"es6.reflect.get-prototype-of":{"chrome":"49","opera":"36","edge":"12","firefox":"42","safari":"10","node":"6","deno":"1","ios":"10","samsung":"5","opera_mobile":"36","electron":"0.37"},"es6.reflect.has":{"chrome":"49","opera":"36","edge":"12","firefox":"42","safari":"10","node":"6","deno":"1","ios":"10","samsung":"5","opera_mobile":"36","electron":"0.37"},"es6.reflect.is-extensible":{"chrome":"49","opera":"36","edge":"12","firefox":"42","safari":"10","node":"6","deno":"1","ios":"10","samsung":"5","opera_mobile":"36","electron":"0.37"},"es6.reflect.own-keys":{"chrome":"49","opera":"36","edge":"12","firefox":"42","safari":"10","node":"6","deno":"1","ios":"10","samsung":"5","opera_mobile":"36","electron":"0.37"},"es6.reflect.prevent-extensions":{"chrome":"49","opera":"36","edge":"12","firefox":"42","safari":"10","node":"6","deno":"1","ios":"10","samsung":"5","opera_mobile":"36","electron":"0.37"},"es6.reflect.set":{"chrome":"49","opera":"36","edge":"12","firefox":"42","safari":"10","node":"6","deno":"1","ios":"10","samsung":"5","opera_mobile":"36","electron":"0.37"},"es6.reflect.set-prototype-of":{"chrome":"49","opera":"36","edge":"12","firefox":"42","safari":"10","node":"6","deno":"1","ios":"10","samsung":"5","opera_mobile":"36","electron":"0.37"},"es6.regexp.constructor":{"chrome":"50","opera":"37","edge":"79","firefox":"40","safari":"10","node":"6","deno":"1","ios":"10","samsung":"5","opera_mobile":"37","electron":"1.1"},"es6.regexp.flags":{"chrome":"49","opera":"36","edge":"79","firefox":"37","safari":"9","node":"6","deno":"1","ios":"9","samsung":"5","rhino":"1.7.15","opera_mobile":"36","electron":"0.37"},"es6.regexp.match":{"chrome":"50","opera":"37","edge":"79","firefox":"49","safari":"10","node":"6","deno":"1","ios":"10","samsung":"5","rhino":"1.7.13","opera_mobile":"37","electron":"1.1"},"es6.regexp.replace":{"chrome":"50","opera":"37","edge":"79","firefox":"49","safari":"10","node":"6","deno":"1","ios":"10","samsung":"5","opera_mobile":"37","electron":"1.1"},"es6.regexp.split":{"chrome":"50","opera":"37","edge":"79","firefox":"49","safari":"10","node":"6","deno":"1","ios":"10","samsung":"5","opera_mobile":"37","electron":"1.1"},"es6.regexp.search":{"chrome":"50","opera":"37","edge":"79","firefox":"49","safari":"10","node":"6","deno":"1","ios":"10","samsung":"5","rhino":"1.7.13","opera_mobile":"37","electron":"1.1"},"es6.regexp.to-string":{"chrome":"50","opera":"37","edge":"79","firefox":"39","safari":"10","node":"6","deno":"1","ios":"10","samsung":"5","rhino":"1.7.15","opera_mobile":"37","electron":"1.1"},"es6.set":{"chrome":"51","opera":"38","edge":"15","firefox":"53","safari":"10","node":"6.5","deno":"1","ios":"10","samsung":"5","opera_mobile":"41","electron":"1.2"},"es6.symbol":{"chrome":"51","opera":"38","edge":"79","firefox":"51","safari":"10","node":"6.5","deno":"1","ios":"10","samsung":"5","opera_mobile":"41","electron":"1.2"},"es7.symbol.async-iterator":{"chrome":"63","opera":"50","edge":"79","firefox":"57","safari":"12","node":"10","deno":"1","ios":"12","samsung":"8","opera_mobile":"46","electron":"3.0"},"es6.string.anchor":{"chrome":"5","opera":"15","edge":"12","firefox":"17","safari":"6","node":"0.4","deno":"1","android":"4","ios":"7","phantom":"1.9","samsung":"1","rhino":"1.7.14","opera_mobile":"14","electron":"0.20"},"es6.string.big":{"chrome":"5","opera":"15","edge":"12","firefox":"17","safari":"6","node":"0.4","deno":"1","android":"4","ios":"7","phantom":"1.9","samsung":"1","rhino":"1.7.14","opera_mobile":"14","electron":"0.20"},"es6.string.blink":{"chrome":"5","opera":"15","edge":"12","firefox":"17","safari":"6","node":"0.4","deno":"1","android":"4","ios":"7","phantom":"1.9","samsung":"1","rhino":"1.7.14","opera_mobile":"14","electron":"0.20"},"es6.string.bold":{"chrome":"5","opera":"15","edge":"12","firefox":"17","safari":"6","node":"0.4","deno":"1","android":"4","ios":"7","phantom":"1.9","samsung":"1","rhino":"1.7.14","opera_mobile":"14","electron":"0.20"},"es6.string.code-point-at":{"chrome":"41","opera":"28","edge":"12","firefox":"29","safari":"9","node":"4","deno":"1","ios":"9","samsung":"3.4","rhino":"1.7.13","opera_mobile":"28","electron":"0.21"},"es6.string.ends-with":{"chrome":"41","opera":"28","edge":"12","firefox":"29","safari":"9","node":"4","deno":"1","ios":"9","samsung":"3.4","rhino":"1.7.13","opera_mobile":"28","electron":"0.21"},"es6.string.fixed":{"chrome":"5","opera":"15","edge":"12","firefox":"17","safari":"6","node":"0.4","deno":"1","android":"4","ios":"7","phantom":"1.9","samsung":"1","rhino":"1.7.14","opera_mobile":"14","electron":"0.20"},"es6.string.fontcolor":{"chrome":"5","opera":"15","edge":"12","firefox":"17","safari":"6","node":"0.4","deno":"1","android":"4","ios":"7","phantom":"1.9","samsung":"1","rhino":"1.7.14","opera_mobile":"14","electron":"0.20"},"es6.string.fontsize":{"chrome":"5","opera":"15","edge":"12","firefox":"17","safari":"6","node":"0.4","deno":"1","android":"4","ios":"7","phantom":"1.9","samsung":"1","rhino":"1.7.14","opera_mobile":"14","electron":"0.20"},"es6.string.from-code-point":{"chrome":"41","opera":"28","edge":"12","firefox":"29","safari":"9","node":"4","deno":"1","ios":"9","samsung":"3.4","rhino":"1.7.13","opera_mobile":"28","electron":"0.21"},"es6.string.includes":{"chrome":"41","opera":"28","edge":"12","firefox":"40","safari":"9","node":"4","deno":"1","ios":"9","samsung":"3.4","rhino":"1.7.13","opera_mobile":"28","electron":"0.21"},"es6.string.italics":{"chrome":"5","opera":"15","edge":"12","firefox":"17","safari":"6","node":"0.4","deno":"1","android":"4","ios":"7","phantom":"1.9","samsung":"1","rhino":"1.7.14","opera_mobile":"14","electron":"0.20"},"es6.string.iterator":{"chrome":"38","opera":"25","edge":"12","firefox":"36","safari":"9","node":"0.12","deno":"1","ios":"9","samsung":"3","rhino":"1.7.13","opera_mobile":"25","electron":"0.20"},"es6.string.link":{"chrome":"5","opera":"15","edge":"12","firefox":"17","safari":"6","node":"0.4","deno":"1","android":"4","ios":"7","phantom":"1.9","samsung":"1","rhino":"1.7.14","opera_mobile":"14","electron":"0.20"},"es7.string.pad-start":{"chrome":"57","opera":"44","edge":"15","firefox":"48","safari":"10","node":"8","deno":"1","ios":"10","samsung":"7","rhino":"1.7.13","opera_mobile":"43","electron":"1.7"},"es7.string.pad-end":{"chrome":"57","opera":"44","edge":"15","firefox":"48","safari":"10","node":"8","deno":"1","ios":"10","samsung":"7","rhino":"1.7.13","opera_mobile":"43","electron":"1.7"},"es6.string.raw":{"chrome":"41","opera":"28","edge":"12","firefox":"34","safari":"9","node":"4","deno":"1","ios":"9","samsung":"3.4","rhino":"1.7.14","opera_mobile":"28","electron":"0.21"},"es6.string.repeat":{"chrome":"41","opera":"28","edge":"12","firefox":"24","safari":"9","node":"4","deno":"1","ios":"9","samsung":"3.4","rhino":"1.7.13","opera_mobile":"28","electron":"0.21"},"es6.string.small":{"chrome":"5","opera":"15","edge":"12","firefox":"17","safari":"6","node":"0.4","deno":"1","android":"4","ios":"7","phantom":"1.9","samsung":"1","rhino":"1.7.14","opera_mobile":"14","electron":"0.20"},"es6.string.starts-with":{"chrome":"41","opera":"28","edge":"12","firefox":"29","safari":"9","node":"4","deno":"1","ios":"9","samsung":"3.4","rhino":"1.7.13","opera_mobile":"28","electron":"0.21"},"es6.string.strike":{"chrome":"5","opera":"15","edge":"12","firefox":"17","safari":"6","node":"0.4","deno":"1","android":"4","ios":"7","phantom":"1.9","samsung":"1","rhino":"1.7.14","opera_mobile":"14","electron":"0.20"},"es6.string.sub":{"chrome":"5","opera":"15","edge":"12","firefox":"17","safari":"6","node":"0.4","deno":"1","android":"4","ios":"7","phantom":"1.9","samsung":"1","rhino":"1.7.14","opera_mobile":"14","electron":"0.20"},"es6.string.sup":{"chrome":"5","opera":"15","edge":"12","firefox":"17","safari":"6","node":"0.4","deno":"1","android":"4","ios":"7","phantom":"1.9","samsung":"1","rhino":"1.7.14","opera_mobile":"14","electron":"0.20"},"es6.string.trim":{"chrome":"5","opera":"10.50","edge":"12","firefox":"3.5","safari":"4","node":"0.4","deno":"1","ie":"9","android":"4","ios":"6","phantom":"1.9","samsung":"1","rhino":"1.7.13","opera_mobile":"10.1","electron":"0.20"},"es7.string.trim-left":{"chrome":"66","opera":"53","edge":"79","firefox":"61","safari":"12","node":"10","deno":"1","ios":"12","samsung":"9","rhino":"1.7.13","opera_mobile":"47","electron":"3.0"},"es7.string.trim-right":{"chrome":"66","opera":"53","edge":"79","firefox":"61","safari":"12","node":"10","deno":"1","ios":"12","samsung":"9","rhino":"1.7.13","opera_mobile":"47","electron":"3.0"},"es6.typed.array-buffer":{"chrome":"51","opera":"38","edge":"13","firefox":"48","safari":"10","node":"6.5","deno":"1","ios":"10","samsung":"5","opera_mobile":"41","electron":"1.2"},"es6.typed.data-view":{"chrome":"5","opera":"12","edge":"12","firefox":"15","safari":"5.1","node":"0.4","deno":"1","ie":"10","android":"4","ios":"6","phantom":"1.9","samsung":"1","rhino":"1.7.13","opera_mobile":"12","electron":"0.20"},"es6.typed.int8-array":{"chrome":"51","opera":"38","edge":"13","firefox":"48","safari":"10","node":"6.5","deno":"1","ios":"10","samsung":"5","opera_mobile":"41","electron":"1.2"},"es6.typed.uint8-array":{"chrome":"51","opera":"38","edge":"13","firefox":"48","safari":"10","node":"6.5","deno":"1","ios":"10","samsung":"5","opera_mobile":"41","electron":"1.2"},"es6.typed.uint8-clamped-array":{"chrome":"51","opera":"38","edge":"13","firefox":"48","safari":"10","node":"6.5","deno":"1","ios":"10","samsung":"5","opera_mobile":"41","electron":"1.2"},"es6.typed.int16-array":{"chrome":"51","opera":"38","edge":"13","firefox":"48","safari":"10","node":"6.5","deno":"1","ios":"10","samsung":"5","opera_mobile":"41","electron":"1.2"},"es6.typed.uint16-array":{"chrome":"51","opera":"38","edge":"13","firefox":"48","safari":"10","node":"6.5","deno":"1","ios":"10","samsung":"5","opera_mobile":"41","electron":"1.2"},"es6.typed.int32-array":{"chrome":"51","opera":"38","edge":"13","firefox":"48","safari":"10","node":"6.5","deno":"1","ios":"10","samsung":"5","opera_mobile":"41","electron":"1.2"},"es6.typed.uint32-array":{"chrome":"51","opera":"38","edge":"13","firefox":"48","safari":"10","node":"6.5","deno":"1","ios":"10","samsung":"5","opera_mobile":"41","electron":"1.2"},"es6.typed.float32-array":{"chrome":"51","opera":"38","edge":"13","firefox":"48","safari":"10","node":"6.5","deno":"1","ios":"10","samsung":"5","opera_mobile":"41","electron":"1.2"},"es6.typed.float64-array":{"chrome":"51","opera":"38","edge":"13","firefox":"48","safari":"10","node":"6.5","deno":"1","ios":"10","samsung":"5","opera_mobile":"41","electron":"1.2"},"es6.weak-map":{"chrome":"51","opera":"38","edge":"15","firefox":"53","safari":"9","node":"6.5","deno":"1","ios":"9","samsung":"5","rhino":"1.7.15","opera_mobile":"41","electron":"1.2"},"es6.weak-set":{"chrome":"51","opera":"38","edge":"15","firefox":"53","safari":"9","node":"6.5","deno":"1","ios":"9","samsung":"5","rhino":"1.7.15","opera_mobile":"41","electron":"1.2"}}')},3702:e=>{"use strict";e.exports=JSON.parse('{"es6.module":{"chrome":"61","and_chr":"61","edge":"16","firefox":"60","and_ff":"60","node":"13.2.0","opera":"48","op_mob":"45","safari":"10.1","ios":"10.3","samsung":"8.2","android":"61","electron":"2.0","ios_saf":"10.3"}}')},8732:e=>{"use strict";e.exports=JSON.parse('{"transform-async-to-generator":["bugfix/transform-async-arrows-in-class"],"transform-parameters":["bugfix/transform-edge-default-parameters","bugfix/transform-safari-id-destructuring-collision-in-function-expression"],"transform-function-name":["bugfix/transform-edge-function-name"],"transform-block-scoping":["bugfix/transform-safari-block-shadowing","bugfix/transform-safari-for-shadowing"],"transform-template-literals":["bugfix/transform-tagged-template-caching"],"transform-optional-chaining":["bugfix/transform-v8-spread-parameters-in-optional-chaining"],"proposal-optional-chaining":["bugfix/transform-v8-spread-parameters-in-optional-chaining"],"transform-class-properties":["bugfix/transform-v8-static-class-fields-redefine-readonly","bugfix/transform-firefox-class-in-computed-class-key","bugfix/transform-safari-class-field-initializer-scope"],"proposal-class-properties":["bugfix/transform-v8-static-class-fields-redefine-readonly","bugfix/transform-firefox-class-in-computed-class-key","bugfix/transform-safari-class-field-initializer-scope"]}')},7e3:e=>{"use strict";e.exports=JSON.parse('{"bugfix/transform-async-arrows-in-class":{"chrome":"55","opera":"42","edge":"15","firefox":"52","safari":"11","node":"7.6","deno":"1","ios":"11","samsung":"6","opera_mobile":"42","electron":"1.6"},"bugfix/transform-edge-default-parameters":{"chrome":"49","opera":"36","edge":"18","firefox":"52","safari":"10","node":"6","deno":"1","ios":"10","samsung":"5","opera_mobile":"36","electron":"0.37"},"bugfix/transform-edge-function-name":{"chrome":"51","opera":"38","edge":"79","firefox":"53","safari":"10","node":"6.5","deno":"1","ios":"10","samsung":"5","opera_mobile":"41","electron":"1.2"},"bugfix/transform-safari-block-shadowing":{"chrome":"49","opera":"36","edge":"12","firefox":"44","safari":"11","node":"6","deno":"1","ie":"11","ios":"11","samsung":"5","opera_mobile":"36","electron":"0.37"},"bugfix/transform-safari-for-shadowing":{"chrome":"49","opera":"36","edge":"12","firefox":"4","safari":"11","node":"6","deno":"1","ie":"11","ios":"11","samsung":"5","rhino":"1.7.13","opera_mobile":"36","electron":"0.37"},"bugfix/transform-safari-id-destructuring-collision-in-function-expression":{"chrome":"49","opera":"36","edge":"14","firefox":"2","safari":"16.3","node":"6","deno":"1","ios":"16.3","samsung":"5","opera_mobile":"36","electron":"0.37"},"bugfix/transform-tagged-template-caching":{"chrome":"41","opera":"28","edge":"12","firefox":"34","safari":"13","node":"4","deno":"1","ios":"13","samsung":"3.4","rhino":"1.7.14","opera_mobile":"28","electron":"0.21"},"bugfix/transform-v8-spread-parameters-in-optional-chaining":{"chrome":"91","opera":"77","edge":"91","firefox":"74","safari":"13.1","node":"16.9","deno":"1.9","ios":"13.4","samsung":"16","opera_mobile":"64","electron":"13.0"},"bugfix/transform-firefox-class-in-computed-class-key":{"chrome":"74","opera":"62","edge":"79","safari":"16","node":"12","deno":"1","ios":"16","samsung":"11","opera_mobile":"53","electron":"6.0"},"transform-optional-chaining":{"chrome":"80","opera":"67","edge":"80","firefox":"74","safari":"13.1","node":"14","deno":"1","ios":"13.4","samsung":"13","opera_mobile":"57","electron":"8.0"},"proposal-optional-chaining":{"chrome":"80","opera":"67","edge":"80","firefox":"74","safari":"13.1","node":"14","deno":"1","ios":"13.4","samsung":"13","opera_mobile":"57","electron":"8.0"},"transform-parameters":{"chrome":"49","opera":"36","edge":"15","firefox":"53","safari":"10","node":"6","deno":"1","ios":"10","samsung":"5","opera_mobile":"36","electron":"0.37"},"transform-async-to-generator":{"chrome":"55","opera":"42","edge":"15","firefox":"52","safari":"10.1","node":"7.6","deno":"1","ios":"10.3","samsung":"6","opera_mobile":"42","electron":"1.6"},"transform-template-literals":{"chrome":"41","opera":"28","edge":"13","firefox":"34","safari":"9","node":"4","deno":"1","ios":"9","samsung":"3.4","opera_mobile":"28","electron":"0.21"},"transform-function-name":{"chrome":"51","opera":"38","edge":"14","firefox":"53","safari":"10","node":"6.5","deno":"1","ios":"10","samsung":"5","opera_mobile":"41","electron":"1.2"},"transform-block-scoping":{"chrome":"50","opera":"37","edge":"14","firefox":"53","safari":"10","node":"6","deno":"1","ios":"10","samsung":"5","opera_mobile":"37","electron":"1.1"}}')},8427:e=>{"use strict";e.exports=JSON.parse('{"transform-duplicate-named-capturing-groups-regex":{"chrome":"126","opera":"112","edge":"126","firefox":"129","safari":"17.4","node":"23","ios":"17.4","electron":"31.0"},"transform-regexp-modifiers":{"chrome":"125","opera":"111","edge":"125","firefox":"132","node":"23","electron":"31.0"},"transform-unicode-sets-regex":{"chrome":"112","opera":"98","edge":"112","firefox":"116","safari":"17","node":"20","deno":"1.32","ios":"17","opera_mobile":"75","electron":"24.0"},"bugfix/transform-v8-static-class-fields-redefine-readonly":{"chrome":"98","opera":"84","edge":"98","firefox":"75","safari":"15","node":"12","deno":"1.18","ios":"15","samsung":"11","opera_mobile":"52","electron":"17.0"},"bugfix/transform-firefox-class-in-computed-class-key":{"chrome":"74","opera":"62","edge":"79","safari":"16","node":"12","deno":"1","ios":"16","samsung":"11","opera_mobile":"53","electron":"6.0"},"bugfix/transform-safari-class-field-initializer-scope":{"chrome":"74","opera":"62","edge":"79","firefox":"69","safari":"16","node":"12","deno":"1","ios":"16","samsung":"11","opera_mobile":"53","electron":"6.0"},"transform-class-static-block":{"chrome":"94","opera":"80","edge":"94","firefox":"93","safari":"16.4","node":"16.11","deno":"1.14","ios":"16.4","samsung":"17","opera_mobile":"66","electron":"15.0"},"proposal-class-static-block":{"chrome":"94","opera":"80","edge":"94","firefox":"93","safari":"16.4","node":"16.11","deno":"1.14","ios":"16.4","samsung":"17","opera_mobile":"66","electron":"15.0"},"transform-private-property-in-object":{"chrome":"91","opera":"77","edge":"91","firefox":"90","safari":"15","node":"16.9","deno":"1.9","ios":"15","samsung":"16","opera_mobile":"64","electron":"13.0"},"proposal-private-property-in-object":{"chrome":"91","opera":"77","edge":"91","firefox":"90","safari":"15","node":"16.9","deno":"1.9","ios":"15","samsung":"16","opera_mobile":"64","electron":"13.0"},"transform-class-properties":{"chrome":"74","opera":"62","edge":"79","firefox":"90","safari":"14.1","node":"12","deno":"1","ios":"14.5","samsung":"11","opera_mobile":"53","electron":"6.0"},"proposal-class-properties":{"chrome":"74","opera":"62","edge":"79","firefox":"90","safari":"14.1","node":"12","deno":"1","ios":"14.5","samsung":"11","opera_mobile":"53","electron":"6.0"},"transform-private-methods":{"chrome":"84","opera":"70","edge":"84","firefox":"90","safari":"15","node":"14.6","deno":"1","ios":"15","samsung":"14","opera_mobile":"60","electron":"10.0"},"proposal-private-methods":{"chrome":"84","opera":"70","edge":"84","firefox":"90","safari":"15","node":"14.6","deno":"1","ios":"15","samsung":"14","opera_mobile":"60","electron":"10.0"},"transform-numeric-separator":{"chrome":"75","opera":"62","edge":"79","firefox":"70","safari":"13","node":"12.5","deno":"1","ios":"13","samsung":"11","rhino":"1.7.14","opera_mobile":"54","electron":"6.0"},"proposal-numeric-separator":{"chrome":"75","opera":"62","edge":"79","firefox":"70","safari":"13","node":"12.5","deno":"1","ios":"13","samsung":"11","rhino":"1.7.14","opera_mobile":"54","electron":"6.0"},"transform-logical-assignment-operators":{"chrome":"85","opera":"71","edge":"85","firefox":"79","safari":"14","node":"15","deno":"1.2","ios":"14","samsung":"14","opera_mobile":"60","electron":"10.0"},"proposal-logical-assignment-operators":{"chrome":"85","opera":"71","edge":"85","firefox":"79","safari":"14","node":"15","deno":"1.2","ios":"14","samsung":"14","opera_mobile":"60","electron":"10.0"},"transform-nullish-coalescing-operator":{"chrome":"80","opera":"67","edge":"80","firefox":"72","safari":"13.1","node":"14","deno":"1","ios":"13.4","samsung":"13","opera_mobile":"57","electron":"8.0"},"proposal-nullish-coalescing-operator":{"chrome":"80","opera":"67","edge":"80","firefox":"72","safari":"13.1","node":"14","deno":"1","ios":"13.4","samsung":"13","opera_mobile":"57","electron":"8.0"},"transform-optional-chaining":{"chrome":"91","opera":"77","edge":"91","firefox":"74","safari":"13.1","node":"16.9","deno":"1.9","ios":"13.4","samsung":"16","opera_mobile":"64","electron":"13.0"},"proposal-optional-chaining":{"chrome":"91","opera":"77","edge":"91","firefox":"74","safari":"13.1","node":"16.9","deno":"1.9","ios":"13.4","samsung":"16","opera_mobile":"64","electron":"13.0"},"transform-json-strings":{"chrome":"66","opera":"53","edge":"79","firefox":"62","safari":"12","node":"10","deno":"1","ios":"12","samsung":"9","rhino":"1.7.14","opera_mobile":"47","electron":"3.0"},"proposal-json-strings":{"chrome":"66","opera":"53","edge":"79","firefox":"62","safari":"12","node":"10","deno":"1","ios":"12","samsung":"9","rhino":"1.7.14","opera_mobile":"47","electron":"3.0"},"transform-optional-catch-binding":{"chrome":"66","opera":"53","edge":"79","firefox":"58","safari":"11.1","node":"10","deno":"1","ios":"11.3","samsung":"9","opera_mobile":"47","electron":"3.0"},"proposal-optional-catch-binding":{"chrome":"66","opera":"53","edge":"79","firefox":"58","safari":"11.1","node":"10","deno":"1","ios":"11.3","samsung":"9","opera_mobile":"47","electron":"3.0"},"transform-parameters":{"chrome":"49","opera":"36","edge":"18","firefox":"53","safari":"16.3","node":"6","deno":"1","ios":"16.3","samsung":"5","opera_mobile":"36","electron":"0.37"},"transform-async-generator-functions":{"chrome":"63","opera":"50","edge":"79","firefox":"57","safari":"12","node":"10","deno":"1","ios":"12","samsung":"8","opera_mobile":"46","electron":"3.0"},"proposal-async-generator-functions":{"chrome":"63","opera":"50","edge":"79","firefox":"57","safari":"12","node":"10","deno":"1","ios":"12","samsung":"8","opera_mobile":"46","electron":"3.0"},"transform-object-rest-spread":{"chrome":"60","opera":"47","edge":"79","firefox":"55","safari":"11.1","node":"8.3","deno":"1","ios":"11.3","samsung":"8","opera_mobile":"44","electron":"2.0"},"proposal-object-rest-spread":{"chrome":"60","opera":"47","edge":"79","firefox":"55","safari":"11.1","node":"8.3","deno":"1","ios":"11.3","samsung":"8","opera_mobile":"44","electron":"2.0"},"transform-dotall-regex":{"chrome":"62","opera":"49","edge":"79","firefox":"78","safari":"11.1","node":"8.10","deno":"1","ios":"11.3","samsung":"8","rhino":"1.7.15","opera_mobile":"46","electron":"3.0"},"transform-unicode-property-regex":{"chrome":"64","opera":"51","edge":"79","firefox":"78","safari":"11.1","node":"10","deno":"1","ios":"11.3","samsung":"9","opera_mobile":"47","electron":"3.0"},"proposal-unicode-property-regex":{"chrome":"64","opera":"51","edge":"79","firefox":"78","safari":"11.1","node":"10","deno":"1","ios":"11.3","samsung":"9","opera_mobile":"47","electron":"3.0"},"transform-named-capturing-groups-regex":{"chrome":"64","opera":"51","edge":"79","firefox":"78","safari":"11.1","node":"10","deno":"1","ios":"11.3","samsung":"9","opera_mobile":"47","electron":"3.0"},"transform-async-to-generator":{"chrome":"55","opera":"42","edge":"15","firefox":"52","safari":"11","node":"7.6","deno":"1","ios":"11","samsung":"6","opera_mobile":"42","electron":"1.6"},"transform-exponentiation-operator":{"chrome":"52","opera":"39","edge":"14","firefox":"52","safari":"10.1","node":"7","deno":"1","ios":"10.3","samsung":"6","rhino":"1.7.14","opera_mobile":"41","electron":"1.3"},"transform-template-literals":{"chrome":"41","opera":"28","edge":"13","firefox":"34","safari":"13","node":"4","deno":"1","ios":"13","samsung":"3.4","opera_mobile":"28","electron":"0.21"},"transform-literals":{"chrome":"44","opera":"31","edge":"12","firefox":"53","safari":"9","node":"4","deno":"1","ios":"9","samsung":"4","rhino":"1.7.15","opera_mobile":"32","electron":"0.30"},"transform-function-name":{"chrome":"51","opera":"38","edge":"79","firefox":"53","safari":"10","node":"6.5","deno":"1","ios":"10","samsung":"5","opera_mobile":"41","electron":"1.2"},"transform-arrow-functions":{"chrome":"47","opera":"34","edge":"13","firefox":"43","safari":"10","node":"6","deno":"1","ios":"10","samsung":"5","rhino":"1.7.13","opera_mobile":"34","electron":"0.36"},"transform-block-scoped-functions":{"chrome":"41","opera":"28","edge":"12","firefox":"46","safari":"10","node":"4","deno":"1","ie":"11","ios":"10","samsung":"3.4","opera_mobile":"28","electron":"0.21"},"transform-classes":{"chrome":"46","opera":"33","edge":"13","firefox":"45","safari":"10","node":"5","deno":"1","ios":"10","samsung":"5","opera_mobile":"33","electron":"0.36"},"transform-object-super":{"chrome":"46","opera":"33","edge":"13","firefox":"45","safari":"10","node":"5","deno":"1","ios":"10","samsung":"5","opera_mobile":"33","electron":"0.36"},"transform-shorthand-properties":{"chrome":"43","opera":"30","edge":"12","firefox":"33","safari":"9","node":"4","deno":"1","ios":"9","samsung":"4","rhino":"1.7.14","opera_mobile":"30","electron":"0.27"},"transform-duplicate-keys":{"chrome":"42","opera":"29","edge":"12","firefox":"34","safari":"9","node":"4","deno":"1","ios":"9","samsung":"3.4","opera_mobile":"29","electron":"0.25"},"transform-computed-properties":{"chrome":"44","opera":"31","edge":"12","firefox":"34","safari":"7.1","node":"4","deno":"1","ios":"8","samsung":"4","opera_mobile":"32","electron":"0.30"},"transform-for-of":{"chrome":"51","opera":"38","edge":"15","firefox":"53","safari":"10","node":"6.5","deno":"1","ios":"10","samsung":"5","opera_mobile":"41","electron":"1.2"},"transform-sticky-regex":{"chrome":"49","opera":"36","edge":"13","firefox":"3","safari":"10","node":"6","deno":"1","ios":"10","samsung":"5","rhino":"1.7.15","opera_mobile":"36","electron":"0.37"},"transform-unicode-escapes":{"chrome":"44","opera":"31","edge":"12","firefox":"53","safari":"9","node":"4","deno":"1","ios":"9","samsung":"4","rhino":"1.7.15","opera_mobile":"32","electron":"0.30"},"transform-unicode-regex":{"chrome":"50","opera":"37","edge":"13","firefox":"46","safari":"12","node":"6","deno":"1","ios":"12","samsung":"5","opera_mobile":"37","electron":"1.1"},"transform-spread":{"chrome":"46","opera":"33","edge":"13","firefox":"45","safari":"10","node":"5","deno":"1","ios":"10","samsung":"5","opera_mobile":"33","electron":"0.36"},"transform-destructuring":{"chrome":"51","opera":"38","edge":"15","firefox":"53","safari":"10","node":"6.5","deno":"1","ios":"10","samsung":"5","opera_mobile":"41","electron":"1.2"},"transform-block-scoping":{"chrome":"50","opera":"37","edge":"14","firefox":"53","safari":"11","node":"6","deno":"1","ios":"11","samsung":"5","opera_mobile":"37","electron":"1.1"},"transform-typeof-symbol":{"chrome":"48","opera":"35","edge":"12","firefox":"36","safari":"9","node":"6","deno":"1","ios":"9","samsung":"5","opera_mobile":"35","electron":"0.37"},"transform-new-target":{"chrome":"46","opera":"33","edge":"14","firefox":"41","safari":"10","node":"5","deno":"1","ios":"10","samsung":"5","opera_mobile":"33","electron":"0.36"},"transform-regenerator":{"chrome":"50","opera":"37","edge":"13","firefox":"53","safari":"10","node":"6","deno":"1","ios":"10","samsung":"5","opera_mobile":"37","electron":"1.1"},"transform-member-expression-literals":{"chrome":"7","opera":"12","edge":"12","firefox":"2","safari":"5.1","node":"0.4","deno":"1","ie":"9","android":"4","ios":"6","phantom":"1.9","samsung":"1","rhino":"1.7.13","opera_mobile":"12","electron":"0.20"},"transform-property-literals":{"chrome":"7","opera":"12","edge":"12","firefox":"2","safari":"5.1","node":"0.4","deno":"1","ie":"9","android":"4","ios":"6","phantom":"1.9","samsung":"1","rhino":"1.7.13","opera_mobile":"12","electron":"0.20"},"transform-reserved-words":{"chrome":"13","opera":"10.50","edge":"12","firefox":"2","safari":"3.1","node":"0.6","deno":"1","ie":"9","android":"4.4","ios":"6","phantom":"1.9","samsung":"1","rhino":"1.7.13","opera_mobile":"10.1","electron":"0.20"},"transform-export-namespace-from":{"chrome":"72","deno":"1.0","edge":"79","firefox":"80","node":"13.2","opera":"60","opera_mobile":"51","safari":"14.1","ios":"14.5","samsung":"11.0","android":"72","electron":"5.0"},"proposal-export-namespace-from":{"chrome":"72","deno":"1.0","edge":"79","firefox":"80","node":"13.2","opera":"60","opera_mobile":"51","safari":"14.1","ios":"14.5","samsung":"11.0","android":"72","electron":"5.0"}}')},1333:e=>{"use strict";e.exports=JSON.parse('{"es.symbol":{"android":"49","bun":"0.1.1","chrome":"49","chrome-android":"49","deno":"1.0","edge":"15","electron":"0.37","firefox":"51","firefox-android":"51","hermes":"0.1","ios":"10.0","node":"6.0","oculus":"3.0","opera":"36","opera-android":"36","opera_mobile":"36","quest":"3.0","react-native":"0.69","rhino":"1.7.15","safari":"10.0","samsung":"5.0"},"es.symbol.description":{"android":"70","bun":"0.1.1","chrome":"70","chrome-android":"70","deno":"1.0","edge":"79","electron":"5.0","firefox":"63","firefox-android":"63","ios":"12.2","node":"11.0","oculus":"6.0","opera":"57","opera-android":"49","opera_mobile":"49","quest":"6.0","rhino":"1.8.0","safari":"12.1","samsung":"10.0"},"es.symbol.async-iterator":{"android":"63","bun":"0.1.1","chrome":"63","chrome-android":"63","deno":"1.0","edge":"79","electron":"3.0","firefox":"55","firefox-android":"55","ios":"12.0","node":"10.0","oculus":"5.0","opera":"50","opera-android":"46","opera_mobile":"46","quest":"5.0","safari":"12.0","samsung":"8.0"},"es.symbol.has-instance":{"android":"50","bun":"0.1.1","chrome":"50","chrome-android":"50","deno":"1.0","edge":"15","electron":"1.1","firefox":"49","firefox-android":"49","hermes":"0.1","ios":"10.0","node":"6.0","oculus":"3.0","opera":"37","opera-android":"37","opera_mobile":"37","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"10.0","samsung":"5.0"},"es.symbol.is-concat-spreadable":{"android":"48","bun":"0.1.1","chrome":"48","chrome-android":"48","deno":"1.0","edge":"15","electron":"0.37","firefox":"48","firefox-android":"48","hermes":"0.1","ios":"10.0","node":"6.0","oculus":"3.0","opera":"35","opera-android":"35","opera_mobile":"35","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"10.0","samsung":"5.0"},"es.symbol.iterator":{"android":"41","bun":"0.1.1","chrome":"41","chrome-android":"41","deno":"1.0","edge":"13","electron":"0.21","firefox":"36","firefox-android":"36","hermes":"0.1","ios":"9.0","node":"1.0","oculus":"3.0","opera":"28","opera-android":"28","opera_mobile":"28","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"9.0","samsung":"3.4"},"es.symbol.match":{"android":"50","bun":"0.1.1","chrome":"50","chrome-android":"50","deno":"1.0","edge":"79","electron":"1.1","firefox":"40","firefox-android":"40","hermes":"0.1","ios":"10.0","node":"6.0","oculus":"3.0","opera":"37","opera-android":"37","opera_mobile":"37","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"10.0","samsung":"5.0"},"es.symbol.match-all":{"android":"73","bun":"0.1.1","chrome":"73","chrome-android":"73","deno":"1.0","edge":"79","electron":"5.0","firefox":"67","firefox-android":"67","hermes":"0.6","ios":"13.0","node":"12.0","oculus":"6.0","opera":"60","opera-android":"52","opera_mobile":"52","quest":"6.0","react-native":"0.69","rhino":"1.8.0","safari":"13","samsung":"11.0"},"es.symbol.replace":{"android":"50","bun":"0.1.1","chrome":"50","chrome-android":"50","deno":"1.0","edge":"79","electron":"1.1","firefox":"49","firefox-android":"49","hermes":"0.1","ios":"10.0","node":"6.0","oculus":"3.0","opera":"37","opera-android":"37","opera_mobile":"37","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"10.0","samsung":"5.0"},"es.symbol.search":{"android":"50","bun":"0.1.1","chrome":"50","chrome-android":"50","deno":"1.0","edge":"79","electron":"1.1","firefox":"49","firefox-android":"49","hermes":"0.1","ios":"10.0","node":"6.0","oculus":"3.0","opera":"37","opera-android":"37","opera_mobile":"37","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"10.0","samsung":"5.0"},"es.symbol.species":{"android":"51","bun":"0.1.1","chrome":"51","chrome-android":"51","deno":"1.0","edge":"13","electron":"1.2","firefox":"41","firefox-android":"41","ios":"10.0","node":"6.5","oculus":"3.0","opera":"38","opera-android":"38","opera_mobile":"38","quest":"3.0","rhino":"1.7.13","safari":"10.0","samsung":"5.0"},"es.symbol.split":{"android":"50","bun":"0.1.1","chrome":"50","chrome-android":"50","deno":"1.0","edge":"79","electron":"1.1","firefox":"49","firefox-android":"49","hermes":"0.1","ios":"10.0","node":"6.0","oculus":"3.0","opera":"37","opera-android":"37","opera_mobile":"37","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"10.0","samsung":"5.0"},"es.symbol.to-primitive":{"android":"47","bun":"0.1.1","chrome":"47","chrome-android":"47","deno":"1.0","edge":"15","electron":"0.36","firefox":"44","firefox-android":"44","hermes":"0.1","ios":"10.0","node":"6.0","oculus":"3.0","opera":"34","opera-android":"34","opera_mobile":"34","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"10.0","samsung":"5.0"},"es.symbol.to-string-tag":{"android":"49","bun":"0.1.1","chrome":"49","chrome-android":"49","deno":"1.0","edge":"15","electron":"0.37","firefox":"51","firefox-android":"51","hermes":"0.1","ios":"10.0","node":"6.0","oculus":"3.0","opera":"36","opera-android":"36","opera_mobile":"36","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"10.0","samsung":"5.0"},"es.symbol.unscopables":{"android":"41","bun":"0.1.1","chrome":"41","chrome-android":"41","deno":"1.0","edge":"13","electron":"0.21","firefox":"48","firefox-android":"48","ios":"9.0","node":"1.0","oculus":"3.0","opera":"28","opera-android":"28","opera_mobile":"28","quest":"3.0","rhino":"1.7.13","safari":"9.0","samsung":"3.4"},"es.error.cause":{"android":"94","bun":"0.1.1","chrome":"94","chrome-android":"94","deno":"1.14","edge":"94","electron":"15.0","firefox":"91","firefox-android":"91","hermes":"0.8","ios":"15.0","node":"16.11","oculus":"18.0","opera":"80","opera-android":"66","opera_mobile":"66","quest":"18.0","react-native":"0.69","rhino":"1.8.0","safari":"15.0","samsung":"17.0"},"es.error.to-string":{"android":"4.4.3","bun":"0.1.1","chrome":"33","chrome-android":"33","deno":"1.0","edge":"12","electron":"0.20","firefox":"11","firefox-android":"11","hermes":"0.1","ie":"9","ios":"9.0","node":"0.11.13","oculus":"3.0","opera":"20","opera-android":"20","opera_mobile":"20","quest":"3.0","react-native":"0.69","rhino":"1.7.14","safari":"8.0","samsung":"2.0"},"es.aggregate-error":{"android":"85","bun":"0.1.1","chrome":"85","chrome-android":"85","deno":"1.2","edge":"85","electron":"10.0","firefox":"79","firefox-android":"79","hermes":"0.13","ios":"14.0","node":"15.0","oculus":"12.0","opera":"71","opera-android":"60","opera_mobile":"60","quest":"12.0","react-native":"0.72","rhino":"1.8.0","safari":"14.0","samsung":"14.0"},"es.aggregate-error.cause":{"android":"94","bun":"0.1.1","chrome":"94","chrome-android":"94","deno":"1.14","edge":"94","electron":"15.0","firefox":"91","firefox-android":"91","hermes":"0.13","ios":"15.0","node":"16.11","oculus":"18.0","opera":"80","opera-android":"66","opera_mobile":"66","quest":"18.0","react-native":"0.72","rhino":"1.8.0","safari":"15.0","samsung":"17.0"},"es.array.at":{"android":"92","bun":"0.1.1","chrome":"92","chrome-android":"92","deno":"1.12","edge":"92","electron":"14.0","firefox":"90","firefox-android":"90","hermes":"0.13","ios":"15.4","node":"16.6","oculus":"17.0","opera":"78","opera-android":"65","opera_mobile":"65","quest":"17.0","react-native":"0.71","rhino":"1.7.15","safari":"15.4","samsung":"16.0"},"es.array.concat":{"android":"51","bun":"0.1.1","chrome":"51","chrome-android":"51","deno":"1.0","edge":"15","electron":"1.2","firefox":"48","firefox-android":"48","ios":"10.0","node":"6.5","oculus":"3.0","opera":"38","opera-android":"38","opera_mobile":"38","quest":"3.0","safari":"10.0","samsung":"5.0"},"es.array.copy-within":{"android":"45","bun":"0.1.1","chrome":"45","chrome-android":"45","deno":"1.0","edge":"12","electron":"0.31","firefox":"48","firefox-android":"48","ios":"9.0","node":"4.0","oculus":"3.0","opera":"32","opera-android":"32","opera_mobile":"32","quest":"3.0","rhino":"1.8.0","safari":"9.0","samsung":"5.0"},"es.array.every":{"android":"4.4","bun":"0.1.1","chrome":"26","chrome-android":"26","deno":"1.0","edge":"12","electron":"0.20","firefox":"4","firefox-android":"4","hermes":"0.1","ie":"9","ios":"8.0","node":"0.11.0","oculus":"3.0","opera":"15","opera-android":"15","opera_mobile":"15","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"7.1","samsung":"1.5"},"es.array.fill":{"android":"45","bun":"0.1.1","chrome":"45","chrome-android":"45","deno":"1.0","edge":"12","electron":"0.31","firefox":"48","firefox-android":"48","ios":"9.0","node":"4.0","oculus":"3.0","opera":"32","opera-android":"32","opera_mobile":"32","quest":"3.0","rhino":"1.8.0","safari":"9.0","samsung":"5.0"},"es.array.filter":{"android":"51","bun":"0.1.1","chrome":"51","chrome-android":"51","deno":"1.0","edge":"15","electron":"1.2","firefox":"48","firefox-android":"48","ios":"10.0","node":"6.5","oculus":"3.0","opera":"38","opera-android":"38","opera_mobile":"38","quest":"3.0","safari":"10.0","samsung":"5.0"},"es.array.find":{"android":"45","bun":"0.1.1","chrome":"45","chrome-android":"45","deno":"1.0","edge":"13","electron":"0.31","firefox":"48","firefox-android":"48","ios":"9.0","node":"4.0","oculus":"3.0","opera":"32","opera-android":"32","opera_mobile":"32","quest":"3.0","rhino":"1.8.0","safari":"9.0","samsung":"5.0"},"es.array.find-index":{"android":"45","bun":"0.1.1","chrome":"45","chrome-android":"45","deno":"1.0","edge":"13","electron":"0.31","firefox":"48","firefox-android":"48","ios":"9.0","node":"4.0","oculus":"3.0","opera":"32","opera-android":"32","opera_mobile":"32","quest":"3.0","rhino":"1.8.0","safari":"9.0","samsung":"5.0"},"es.array.find-last":{"android":"97","bun":"0.1.1","chrome":"97","chrome-android":"97","deno":"1.16","edge":"97","electron":"17.0","firefox":"104","firefox-android":"104","hermes":"0.11","ios":"15.4","node":"18.0","oculus":"20.0","opera":"83","opera-android":"68","opera_mobile":"68","quest":"20.0","react-native":"0.69","rhino":"1.8.0","safari":"15.4","samsung":"18.0"},"es.array.find-last-index":{"android":"97","bun":"0.1.1","chrome":"97","chrome-android":"97","deno":"1.16","edge":"97","electron":"17.0","firefox":"104","firefox-android":"104","hermes":"0.11","ios":"15.4","node":"18.0","oculus":"20.0","opera":"83","opera-android":"68","opera_mobile":"68","quest":"20.0","react-native":"0.69","rhino":"1.8.0","safari":"15.4","samsung":"18.0"},"es.array.flat":{"android":"69","bun":"0.1.1","chrome":"69","chrome-android":"69","deno":"1.0","edge":"79","electron":"4.0","firefox":"62","firefox-android":"62","hermes":"0.4","ios":"12.0","node":"11.0","oculus":"6.0","opera":"56","opera-android":"48","opera_mobile":"48","quest":"6.0","react-native":"0.69","rhino":"1.7.15","safari":"12.0","samsung":"10.0"},"es.array.flat-map":{"android":"69","bun":"0.1.1","chrome":"69","chrome-android":"69","deno":"1.0","edge":"79","electron":"4.0","firefox":"62","firefox-android":"62","hermes":"0.4","ios":"12.0","node":"11.0","oculus":"6.0","opera":"56","opera-android":"48","opera_mobile":"48","quest":"6.0","react-native":"0.69","rhino":"1.7.15","safari":"12.0","samsung":"10.0"},"es.array.for-each":{"android":"4.4","bun":"0.1.1","chrome":"26","chrome-android":"26","deno":"1.0","edge":"12","electron":"0.20","firefox":"4","firefox-android":"4","hermes":"0.1","ie":"9","ios":"8.0","node":"0.11.0","oculus":"3.0","opera":"15","opera-android":"15","opera_mobile":"15","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"7.1","samsung":"1.5"},"es.array.from":{"android":"51","bun":"0.1.1","chrome":"51","chrome-android":"51","deno":"1.0","edge":"15","electron":"1.2","firefox":"53","firefox-android":"53","hermes":"0.13","ios":"9.0","node":"6.5","oculus":"3.0","opera":"38","opera-android":"38","opera_mobile":"38","quest":"3.0","react-native":"0.73","rhino":"1.7.13","safari":"9.0","samsung":"5.0"},"es.array.includes":{"android":"53","bun":"0.1.1","chrome":"53","chrome-android":"53","deno":"1.0","edge":"14","electron":"1.4","firefox":"102","firefox-android":"102","ios":"10.0","node":"7.0","oculus":"3.0","opera":"40","opera-android":"40","opera_mobile":"40","quest":"3.0","rhino":"1.8.0","safari":"10.0","samsung":"6.0"},"es.array.index-of":{"android":"51","bun":"0.1.1","chrome":"51","chrome-android":"51","deno":"1.0","edge":"12","electron":"1.2","firefox":"47","firefox-android":"47","hermes":"0.1","ie":"9","ios":"8.0","node":"6.5","oculus":"3.0","opera":"38","opera-android":"38","opera_mobile":"38","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"7.1","samsung":"5.0"},"es.array.is-array":{"android":"3.0","bun":"0.1.1","chrome":"5","chrome-android":"18","deno":"1.0","edge":"12","electron":"0.20","firefox":"4","firefox-android":"4","hermes":"0.1","ie":"9","ios":"3.0","node":"0.1.27","oculus":"3.0","opera":"10.50","opera-android":"10.50","opera_mobile":"10.50","phantom":"1.9","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"4.0","samsung":"1.0"},"es.array.iterator":{"android":"66","bun":"0.1.1","chrome":"66","chrome-android":"66","deno":"1.0","edge":"15","electron":"3.0","firefox":"60","firefox-android":"60","ios":"10.0","node":"10.0","oculus":"5.0","opera":"53","opera-android":"47","opera_mobile":"47","quest":"5.0","rhino":"1.8.0","safari":"10.0","samsung":"9.0"},"es.array.join":{"android":"4.4","bun":"0.1.1","chrome":"26","chrome-android":"26","deno":"1.0","edge":"13","electron":"0.20","firefox":"4","firefox-android":"4","hermes":"0.1","ios":"8.0","node":"0.11.0","oculus":"3.0","opera":"15","opera-android":"15","opera_mobile":"15","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"7.1","samsung":"1.5"},"es.array.last-index-of":{"android":"51","bun":"0.1.1","chrome":"51","chrome-android":"51","deno":"1.0","edge":"12","electron":"1.2","firefox":"47","firefox-android":"47","hermes":"0.1","ie":"9","ios":"8.0","node":"6.5","oculus":"3.0","opera":"38","opera-android":"38","opera_mobile":"38","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"7.1","samsung":"5.0"},"es.array.map":{"android":"51","bun":"0.1.1","chrome":"51","chrome-android":"51","deno":"1.0","edge":"13","electron":"1.2","firefox":"50","firefox-android":"50","ios":"10.0","node":"6.5","oculus":"3.0","opera":"38","opera-android":"38","opera_mobile":"38","quest":"3.0","safari":"10.0","samsung":"5.0"},"es.array.of":{"android":"45","bun":"0.1.1","chrome":"45","chrome-android":"45","deno":"1.0","edge":"13","electron":"0.31","firefox":"25","firefox-android":"25","hermes":"0.1","ios":"9.0","node":"4.0","oculus":"3.0","opera":"32","opera-android":"32","opera_mobile":"32","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"9.0","samsung":"5.0"},"es.array.push":{"android":"122","bun":"0.1.1","chrome":"122","chrome-android":"122","deno":"1.41.3","edge":"122","electron":"29.0","firefox":"55","firefox-android":"55","hermes":"0.2","ios":"16.0","node":"22.0","oculus":"32.0","opera":"108","opera-android":"81","opera_mobile":"81","quest":"32.0","react-native":"0.69","safari":"16.0","samsung":"26.0"},"es.array.reduce":{"android":"83","bun":"0.1.1","chrome":"83","chrome-android":"83","deno":"1.0","edge":"12","electron":"9.0","firefox":"4","firefox-android":"4","hermes":"0.1","ie":"9","ios":"8.0","node":"6.0","oculus":"10.0","opera":"69","opera-android":"59","opera_mobile":"59","quest":"10.0","react-native":"0.69","rhino":"1.7.13","safari":"7.1","samsung":"13.0"},"es.array.reduce-right":{"android":"83","bun":"0.1.1","chrome":"83","chrome-android":"83","deno":"1.0","edge":"12","electron":"9.0","firefox":"4","firefox-android":"4","hermes":"0.1","ie":"9","ios":"8.0","node":"6.0","oculus":"10.0","opera":"69","opera-android":"59","opera_mobile":"59","quest":"10.0","react-native":"0.69","rhino":"1.7.13","safari":"7.1","samsung":"13.0"},"es.array.reverse":{"android":"3.0","bun":"0.1.1","chrome":"1","chrome-android":"18","deno":"1.0","edge":"12","electron":"0.20","firefox":"1","firefox-android":"4","hermes":"0.1","ie":"5.5","ios":"12.2","node":"0.0.3","oculus":"3.0","opera":"10.50","opera-android":"10.50","opera_mobile":"10.50","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"12.0.2","samsung":"1.0"},"es.array.slice":{"android":"51","bun":"0.1.1","chrome":"51","chrome-android":"51","deno":"1.0","edge":"13","electron":"1.2","firefox":"48","firefox-android":"48","ios":"10.0","node":"6.5","oculus":"3.0","opera":"38","opera-android":"38","opera_mobile":"38","quest":"3.0","safari":"10.0","samsung":"5.0"},"es.array.some":{"android":"4.4","bun":"0.1.1","chrome":"26","chrome-android":"26","deno":"1.0","edge":"12","electron":"0.20","firefox":"4","firefox-android":"4","hermes":"0.1","ie":"9","ios":"8.0","node":"0.11.0","oculus":"3.0","opera":"15","opera-android":"15","opera_mobile":"15","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"7.1","samsung":"1.5"},"es.array.sort":{"android":"70","bun":"0.1.1","chrome":"70","chrome-android":"70","deno":"1.0","edge":"79","electron":"5.0","firefox":"4","firefox-android":"4","hermes":"0.10","ios":"12.0","node":"11.0","oculus":"6.0","opera":"57","opera-android":"49","opera_mobile":"49","quest":"6.0","react-native":"0.69","rhino":"1.8.0","safari":"12.0","samsung":"10.0"},"es.array.species":{"android":"51","bun":"0.1.1","chrome":"51","chrome-android":"51","deno":"1.0","edge":"13","electron":"1.2","firefox":"48","firefox-android":"48","ios":"10.0","node":"6.5","oculus":"3.0","opera":"38","opera-android":"38","opera_mobile":"38","quest":"3.0","rhino":"1.7.15","safari":"10.0","samsung":"5.0"},"es.array.splice":{"android":"51","bun":"0.1.1","chrome":"51","chrome-android":"51","deno":"1.0","edge":"13","electron":"1.2","firefox":"49","firefox-android":"49","ios":"10.0","node":"6.5","oculus":"3.0","opera":"38","opera-android":"38","opera_mobile":"38","quest":"3.0","safari":"10.0","samsung":"5.0"},"es.array.to-reversed":{"android":"110","bun":"0.1.1","chrome":"110","chrome-android":"110","deno":"1.27","edge":"110","electron":"23.0","firefox":"115","firefox-android":"115","hermes":"0.13","ios":"16.0","node":"20.0","oculus":"26.0","opera":"96","opera-android":"74","opera_mobile":"74","quest":"26.0","react-native":"0.74","rhino":"1.8.0","safari":"16.0","samsung":"21.0"},"es.array.to-sorted":{"android":"110","bun":"0.1.1","chrome":"110","chrome-android":"110","deno":"1.27","edge":"110","electron":"23.0","firefox":"115","firefox-android":"115","ios":"16.0","node":"20.0","oculus":"26.0","opera":"96","opera-android":"74","opera_mobile":"74","quest":"26.0","rhino":"1.8.0","safari":"16.0","samsung":"21.0"},"es.array.to-spliced":{"android":"110","bun":"0.1.1","chrome":"110","chrome-android":"110","deno":"1.27","edge":"110","electron":"23.0","firefox":"115","firefox-android":"115","hermes":"0.13","ios":"16.0","node":"20.0","oculus":"26.0","opera":"96","opera-android":"74","opera_mobile":"74","quest":"26.0","react-native":"0.74","rhino":"1.8.0","safari":"16.0","samsung":"21.0"},"es.array.unscopables.flat":{"android":"73","bun":"0.1.1","chrome":"73","chrome-android":"73","deno":"1.0","edge":"79","electron":"5.0","firefox":"67","firefox-android":"67","ios":"13.0","node":"12.0","oculus":"6.0","opera":"60","opera-android":"52","opera_mobile":"52","quest":"6.0","rhino":"1.8.0","safari":"13","samsung":"11.0"},"es.array.unscopables.flat-map":{"android":"73","bun":"0.1.1","chrome":"73","chrome-android":"73","deno":"1.0","edge":"79","electron":"5.0","firefox":"67","firefox-android":"67","ios":"13.0","node":"12.0","oculus":"6.0","opera":"60","opera-android":"52","opera_mobile":"52","quest":"6.0","rhino":"1.8.0","safari":"13","samsung":"11.0"},"es.array.unshift":{"android":"71","bun":"0.1.1","chrome":"71","chrome-android":"71","deno":"1.0","edge":"12","electron":"5.0","firefox":"23","firefox-android":"23","hermes":"0.1","ie":"9","ios":"16.0","node":"12.0","oculus":"6.0","opera":"58","opera-android":"50","opera_mobile":"50","quest":"6.0","react-native":"0.69","safari":"16.0","samsung":"10.0"},"es.array.with":{"android":"110","bun":"0.1.1","chrome":"110","chrome-android":"110","deno":"1.27","edge":"110","electron":"23.0","firefox":"115","firefox-android":"115","hermes":"0.13","ios":"16.0","node":"20.0","oculus":"26.0","opera":"96","opera-android":"74","opera_mobile":"74","quest":"26.0","react-native":"0.74","rhino":"1.8.0","safari":"16.0","samsung":"21.0"},"es.array-buffer.constructor":{"android":"4.4","bun":"0.1.1","chrome":"28","chrome-android":"28","deno":"1.0","edge":"14","electron":"0.20","firefox":"44","firefox-android":"44","hermes":"0.1","ios":"12.0","node":"0.11.1","oculus":"3.0","opera":"15","opera-android":"15","opera_mobile":"15","quest":"3.0","react-native":"0.69","rhino":"1.8.0","safari":"12.0","samsung":"1.5"},"es.array-buffer.is-view":{"android":"4.4.3","bun":"0.1.1","chrome":"32","chrome-android":"32","deno":"1.0","edge":"12","electron":"0.20","firefox":"29","firefox-android":"29","hermes":"0.1","ie":"11","ios":"8.0","node":"0.11.9","oculus":"3.0","opera":"19","opera-android":"19","opera_mobile":"19","quest":"3.0","react-native":"0.69","safari":"7.1","samsung":"2.0"},"es.array-buffer.slice":{"android":"4.4.3","bun":"0.1.1","chrome":"31","chrome-android":"31","deno":"1.0","edge":"12","electron":"0.20","firefox":"46","firefox-android":"46","hermes":"0.1","ie":"11","ios":"12.2","node":"0.11.8","oculus":"3.0","opera":"18","opera-android":"18","opera_mobile":"18","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"12.1","samsung":"2.0"},"es.data-view":{"android":"4.4","bun":"0.1.1","chrome":"26","chrome-android":"26","deno":"1.0","edge":"12","electron":"0.20","firefox":"15","firefox-android":"15","hermes":"0.1","ie":"10","ios":"8.0","node":"0.11.0","oculus":"3.0","opera":"15","opera-android":"15","opera_mobile":"15","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"7.1","samsung":"1.5"},"es.data-view.get-float16":{"android":"135","bun":"1.1.23","chrome":"135","chrome-android":"135","deno":"1.43","edge":"135","electron":"36.0","firefox":"129","firefox-android":"129","ios":"18.2","opera":"120","safari":"18.2"},"es.data-view.set-float16":{"android":"135","bun":"1.1.23","chrome":"135","chrome-android":"135","deno":"1.43","edge":"135","electron":"36.0","firefox":"129","firefox-android":"129","ios":"18.2","opera":"120","safari":"18.2"},"es.array-buffer.detached":{"android":"114","bun":"1.0.19","chrome":"114","chrome-android":"114","deno":"1.33","edge":"114","electron":"25.0","firefox":"122","firefox-android":"122","ios":"17.4","node":"21.0","oculus":"28.0","opera":"100","opera-android":"76","opera_mobile":"76","quest":"28.0","safari":"17.4","samsung":"23.0"},"es.array-buffer.transfer":{"android":"114","bun":"1.0.19","chrome":"114","chrome-android":"114","deno":"1.33","edge":"114","electron":"25.0","firefox":"122","firefox-android":"122","ios":"17.4","node":"21.0","oculus":"28.0","opera":"100","opera-android":"76","opera_mobile":"76","quest":"28.0","safari":"17.4","samsung":"23.0"},"es.array-buffer.transfer-to-fixed-length":{"android":"114","bun":"1.0.19","chrome":"114","chrome-android":"114","deno":"1.33","edge":"114","electron":"25.0","firefox":"122","firefox-android":"122","ios":"17.4","node":"21.0","oculus":"28.0","opera":"100","opera-android":"76","opera_mobile":"76","quest":"28.0","safari":"17.4","samsung":"23.0"},"es.date.get-year":{"android":"3.0","bun":"0.1.1","chrome":"1","chrome-android":"18","deno":"1.0","edge":"12","electron":"0.20","firefox":"1","firefox-android":"4","hermes":"0.1","ie":"9","ios":"1.0","node":"0.0.3","oculus":"3.0","opera":"3","opera-android":"3","opera_mobile":"3","phantom":"1.9","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"1","samsung":"1.0"},"es.date.now":{"android":"3.0","bun":"0.1.1","chrome":"5","chrome-android":"18","deno":"1.0","edge":"12","electron":"0.20","firefox":"2","firefox-android":"4","hermes":"0.1","ie":"9","ios":"3.0","node":"0.1.27","oculus":"3.0","opera":"10.50","opera-android":"10.50","opera_mobile":"10.50","phantom":"1.9","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"4.0","samsung":"1.0"},"es.date.set-year":{"android":"3.0","bun":"0.1.1","chrome":"1","chrome-android":"18","deno":"1.0","edge":"12","electron":"0.20","firefox":"1","firefox-android":"4","hermes":"0.1","ie":"3","ios":"1.0","node":"0.0.3","oculus":"3.0","opera":"3","opera-android":"3","opera_mobile":"3","phantom":"1.9","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"1","samsung":"1.0"},"es.date.to-gmt-string":{"android":"3.0","bun":"0.1.1","chrome":"1","chrome-android":"18","deno":"1.0","edge":"12","electron":"0.20","firefox":"1","firefox-android":"4","hermes":"0.1","ie":"3","ios":"1.0","node":"0.0.3","oculus":"3.0","opera":"3","opera-android":"3","opera_mobile":"3","phantom":"1.9","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"1","samsung":"1.0"},"es.date.to-iso-string":{"android":"4.4","bun":"0.1.1","chrome":"26","chrome-android":"26","deno":"1.0","edge":"12","electron":"0.20","firefox":"7","firefox-android":"7","hermes":"0.1","ie":"9","ios":"8.0","node":"0.11.0","oculus":"3.0","opera":"15","opera-android":"15","opera_mobile":"15","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"7.1","samsung":"1.5"},"es.date.to-json":{"android":"4.4","bun":"0.1.1","chrome":"26","chrome-android":"26","deno":"1.0","edge":"12","electron":"0.20","firefox":"4","firefox-android":"4","hermes":"0.1","ie":"9","ios":"10.0","node":"0.11.0","oculus":"3.0","opera":"15","opera-android":"15","opera_mobile":"15","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"10.0","samsung":"1.5"},"es.date.to-primitive":{"android":"47","bun":"0.1.1","chrome":"47","chrome-android":"47","deno":"1.0","edge":"15","electron":"0.36","firefox":"44","firefox-android":"44","hermes":"0.1","ios":"10.0","node":"6.0","oculus":"3.0","opera":"34","opera-android":"34","opera_mobile":"34","quest":"3.0","react-native":"0.69","rhino":"1.8.0","safari":"10.0","samsung":"5.0"},"es.date.to-string":{"android":"3.0","bun":"0.1.1","chrome":"5","chrome-android":"18","deno":"1.0","edge":"12","electron":"0.20","firefox":"2","firefox-android":"4","hermes":"0.1","ie":"9","ios":"2.0","node":"0.1.27","oculus":"3.0","opera":"10.50","opera-android":"10.50","opera_mobile":"10.50","phantom":"1.9","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"3.1","samsung":"1.0"},"es.escape":{"android":"3.0","bun":"0.1.1","chrome":"1","chrome-android":"18","deno":"1.0","edge":"12","electron":"0.20","firefox":"1","firefox-android":"4","hermes":"0.1","ie":"3","ios":"1.0","node":"0.0.3","oculus":"3.0","opera":"3","opera-android":"3","opera_mobile":"3","phantom":"1.9","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"1","samsung":"1.0"},"es.function.bind":{"android":"3.0","bun":"0.1.1","chrome":"7","chrome-android":"18","deno":"1.0","edge":"12","electron":"0.20","firefox":"4","firefox-android":"4","hermes":"0.1","ie":"9","ios":"5.0","node":"0.1.101","oculus":"3.0","opera":"12","opera-android":"12","opera_mobile":"12","phantom":"2.0","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"5.1","samsung":"1.0"},"es.function.has-instance":{"android":"51","bun":"0.1.1","chrome":"51","chrome-android":"51","deno":"1.0","edge":"15","electron":"1.2","firefox":"50","firefox-android":"50","hermes":"0.1","ios":"10.0","node":"6.5","oculus":"3.0","opera":"38","opera-android":"38","opera_mobile":"38","quest":"3.0","react-native":"0.69","safari":"10.0","samsung":"5.0"},"es.function.name":{"android":"3.0","bun":"0.1.1","chrome":"5","chrome-android":"18","deno":"1.0","edge":"12","electron":"0.20","firefox":"2","firefox-android":"4","hermes":"0.1","ios":"3.0","node":"0.1.27","oculus":"3.0","opera":"10.50","opera-android":"10.50","opera_mobile":"10.50","phantom":"1.9","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"4.0","samsung":"1.0"},"es.global-this":{"android":"71","bun":"0.1.1","chrome":"71","chrome-android":"71","deno":"1.0","edge":"79","electron":"5.0","firefox":"65","firefox-android":"65","hermes":"0.2","ios":"12.2","node":"12.0","oculus":"6.0","opera":"58","opera-android":"50","opera_mobile":"50","quest":"6.0","react-native":"0.69","rhino":"1.7.14","safari":"12.1","samsung":"10.0"},"es.iterator.constructor":{"android":"122","bun":"1.1.31","chrome":"122","chrome-android":"122","deno":"1.37","edge":"122","electron":"29.0","firefox":"131","firefox-android":"131","ios":"18.4","node":"22.0","oculus":"32.0","opera":"108","opera-android":"81","opera_mobile":"81","quest":"32.0","safari":"18.4","samsung":"26.0"},"es.iterator.drop":{"android":"122","bun":"1.1.31","chrome":"122","chrome-android":"122","deno":"1.37","edge":"122","electron":"29.0","firefox":"131","firefox-android":"131","ios":"18.4","node":"22.0","oculus":"32.0","opera":"108","opera-android":"81","opera_mobile":"81","quest":"32.0","safari":"18.4","samsung":"26.0"},"es.iterator.every":{"android":"122","bun":"1.1.31","chrome":"122","chrome-android":"122","deno":"1.37","edge":"122","electron":"29.0","firefox":"131","firefox-android":"131","ios":"18.4","node":"22.0","oculus":"32.0","opera":"108","opera-android":"81","opera_mobile":"81","quest":"32.0","safari":"18.4","samsung":"26.0"},"es.iterator.filter":{"android":"122","bun":"1.1.31","chrome":"122","chrome-android":"122","deno":"1.37","edge":"122","electron":"29.0","firefox":"131","firefox-android":"131","ios":"18.4","node":"22.0","oculus":"32.0","opera":"108","opera-android":"81","opera_mobile":"81","quest":"32.0","safari":"18.4","samsung":"26.0"},"es.iterator.find":{"android":"122","bun":"1.1.31","chrome":"122","chrome-android":"122","deno":"1.37","edge":"122","electron":"29.0","firefox":"131","firefox-android":"131","ios":"18.4","node":"22.0","oculus":"32.0","opera":"108","opera-android":"81","opera_mobile":"81","quest":"32.0","safari":"18.4","samsung":"26.0"},"es.iterator.flat-map":{"android":"122","bun":"1.1.31","chrome":"122","chrome-android":"122","deno":"1.37","edge":"122","electron":"29.0","firefox":"131","firefox-android":"131","ios":"18.4","node":"22.0","oculus":"32.0","opera":"108","opera-android":"81","opera_mobile":"81","quest":"32.0","safari":"18.4","samsung":"26.0"},"es.iterator.for-each":{"android":"122","bun":"1.1.31","chrome":"122","chrome-android":"122","deno":"1.37","edge":"122","electron":"29.0","firefox":"131","firefox-android":"131","ios":"18.4","node":"22.0","oculus":"32.0","opera":"108","opera-android":"81","opera_mobile":"81","quest":"32.0","safari":"18.4","samsung":"26.0"},"es.iterator.from":{"android":"122","bun":"1.1.31","chrome":"122","chrome-android":"122","deno":"1.37","edge":"122","electron":"29.0","firefox":"131","firefox-android":"131","ios":"18.4","node":"22.0","oculus":"32.0","opera":"108","opera-android":"81","opera_mobile":"81","quest":"32.0","safari":"18.4","samsung":"26.0"},"es.iterator.map":{"android":"122","bun":"1.1.31","chrome":"122","chrome-android":"122","deno":"1.37","edge":"122","electron":"29.0","firefox":"131","firefox-android":"131","ios":"18.4","node":"22.0","oculus":"32.0","opera":"108","opera-android":"81","opera_mobile":"81","quest":"32.0","safari":"18.4","samsung":"26.0"},"es.iterator.reduce":{"android":"122","bun":"1.1.31","chrome":"122","chrome-android":"122","deno":"1.37","edge":"122","electron":"29.0","firefox":"131","firefox-android":"131","ios":"18.4","node":"22.0","oculus":"32.0","opera":"108","opera-android":"81","opera_mobile":"81","quest":"32.0","safari":"18.4","samsung":"26.0"},"es.iterator.some":{"android":"122","bun":"1.1.31","chrome":"122","chrome-android":"122","deno":"1.37","edge":"122","electron":"29.0","firefox":"131","firefox-android":"131","ios":"18.4","node":"22.0","oculus":"32.0","opera":"108","opera-android":"81","opera_mobile":"81","quest":"32.0","safari":"18.4","samsung":"26.0"},"es.iterator.take":{"android":"122","bun":"1.1.31","chrome":"122","chrome-android":"122","deno":"1.37","edge":"122","electron":"29.0","firefox":"131","firefox-android":"131","ios":"18.4","node":"22.0","oculus":"32.0","opera":"108","opera-android":"81","opera_mobile":"81","quest":"32.0","safari":"18.4","samsung":"26.0"},"es.iterator.to-array":{"android":"122","bun":"1.1.31","chrome":"122","chrome-android":"122","deno":"1.37","edge":"122","electron":"29.0","firefox":"131","firefox-android":"131","ios":"18.4","node":"22.0","oculus":"32.0","opera":"108","opera-android":"81","opera_mobile":"81","quest":"32.0","safari":"18.4","samsung":"26.0"},"es.json.stringify":{"android":"72","bun":"0.1.1","chrome":"72","chrome-android":"72","deno":"1.0","edge":"79","electron":"5.0","firefox":"64","firefox-android":"64","hermes":"0.13","ios":"12.2","node":"12.0","oculus":"6.0","opera":"59","opera-android":"51","opera_mobile":"51","quest":"6.0","react-native":"0.72","rhino":"1.8.0","safari":"12.1","samsung":"11.0"},"es.json.to-string-tag":{"android":"50","bun":"0.1.1","chrome":"50","chrome-android":"50","deno":"1.0","edge":"15","electron":"1.1","firefox":"51","firefox-android":"51","hermes":"0.1","ios":"10.0","node":"6.0","oculus":"3.0","opera":"37","opera-android":"37","opera_mobile":"37","quest":"3.0","react-native":"0.69","rhino":"1.7.15","safari":"10.0","samsung":"5.0"},"es.map":{"android":"51","bun":"0.1.1","chrome":"51","chrome-android":"51","deno":"1.0","edge":"15","electron":"1.2","firefox":"53","firefox-android":"53","hermes":"0.13","ios":"10.0","node":"6.5","oculus":"3.0","opera":"38","opera-android":"38","opera_mobile":"38","quest":"3.0","react-native":"0.73","rhino":"1.7.13","safari":"10.0","samsung":"5.0"},"es.map.group-by":{"android":"117","bun":"1.1.2","chrome":"117","chrome-android":"117","deno":"1.37","edge":"117","electron":"27.0","firefox":"119","firefox-android":"119","ios":"18.0","node":"21.0","oculus":"30.0","opera":"103","opera-android":"78","opera_mobile":"78","quest":"30.0","rhino":"1.8.0","safari":"18.0","samsung":"24.0"},"es.math.acosh":{"android":"54","bun":"0.1.1","chrome":"54","chrome-android":"54","deno":"1.0","edge":"13","electron":"1.4","firefox":"25","firefox-android":"25","hermes":"0.1","ios":"8.0","node":"7.0","oculus":"3.0","opera":"41","opera-android":"41","opera_mobile":"41","quest":"3.0","react-native":"0.69","safari":"7.1","samsung":"6.0"},"es.math.asinh":{"android":"38","bun":"0.1.1","chrome":"38","chrome-android":"38","deno":"1.0","edge":"13","electron":"0.20","firefox":"25","firefox-android":"25","hermes":"0.1","ios":"8.0","node":"0.11.15","oculus":"3.0","opera":"25","opera-android":"25","opera_mobile":"25","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"7.1","samsung":"3.0"},"es.math.atanh":{"android":"38","bun":"0.1.1","chrome":"38","chrome-android":"38","deno":"1.0","edge":"13","electron":"0.20","firefox":"25","firefox-android":"25","hermes":"0.1","ios":"8.0","node":"0.11.15","oculus":"3.0","opera":"25","opera-android":"25","opera_mobile":"25","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"7.1","samsung":"3.0"},"es.math.cbrt":{"android":"38","bun":"0.1.1","chrome":"38","chrome-android":"38","deno":"1.0","edge":"12","electron":"0.20","firefox":"25","firefox-android":"25","hermes":"0.1","ios":"8.0","node":"0.11.15","oculus":"3.0","opera":"25","opera-android":"25","opera_mobile":"25","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"7.1","samsung":"3.0"},"es.math.clz32":{"android":"38","bun":"0.1.1","chrome":"38","chrome-android":"38","deno":"1.0","edge":"12","electron":"0.20","firefox":"31","firefox-android":"31","hermes":"0.1","ios":"9.0","node":"0.11.15","oculus":"3.0","opera":"25","opera-android":"25","opera_mobile":"25","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"9.0","samsung":"3.0"},"es.math.cosh":{"android":"39","bun":"0.1.1","chrome":"39","chrome-android":"39","deno":"1.0","edge":"13","electron":"0.20","firefox":"25","firefox-android":"25","hermes":"0.1","ios":"8.0","node":"1.0","oculus":"3.0","opera":"26","opera-android":"26","opera_mobile":"26","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"7.1","samsung":"3.4"},"es.math.expm1":{"android":"39","bun":"0.1.1","chrome":"39","chrome-android":"39","deno":"1.0","edge":"13","electron":"0.20","firefox":"46","firefox-android":"46","hermes":"0.1","ios":"8.0","node":"1.0","oculus":"3.0","opera":"26","opera-android":"26","opera_mobile":"26","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"7.1","samsung":"3.4"},"es.math.fround":{"android":"38","bun":"0.1.1","chrome":"38","chrome-android":"38","deno":"1.0","edge":"12","electron":"0.20","firefox":"26","firefox-android":"26","hermes":"0.1","ios":"8.0","node":"0.11.15","oculus":"3.0","opera":"25","opera-android":"25","opera_mobile":"25","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"7.1","samsung":"3.0"},"es.math.f16round":{"android":"135","bun":"1.1.23","chrome":"135","chrome-android":"135","deno":"1.43","edge":"135","electron":"36.0","firefox":"129","firefox-android":"129","ios":"18.2","opera":"120","safari":"18.2"},"es.math.hypot":{"android":"78","bun":"0.1.1","chrome":"78","chrome-android":"78","deno":"1.0","edge":"12","electron":"7.0","firefox":"27","firefox-android":"27","hermes":"0.1","ios":"8.0","node":"12.16","oculus":"8.0","opera":"65","opera-android":"56","opera_mobile":"56","quest":"8.0","react-native":"0.69","rhino":"1.7.13","safari":"7.1","samsung":"12.0"},"es.math.imul":{"android":"4.4","bun":"0.1.1","chrome":"28","chrome-android":"28","deno":"1.0","edge":"13","electron":"0.20","firefox":"20","firefox-android":"20","hermes":"0.1","ios":"9.0","node":"0.11.1","oculus":"3.0","opera":"15","opera-android":"15","opera_mobile":"15","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"9.0","samsung":"1.5"},"es.math.log10":{"android":"38","bun":"0.1.1","chrome":"38","chrome-android":"38","deno":"1.0","edge":"12","electron":"0.20","firefox":"25","firefox-android":"25","hermes":"0.1","ios":"8.0","node":"0.11.15","oculus":"3.0","opera":"25","opera-android":"25","opera_mobile":"25","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"7.1","samsung":"3.0"},"es.math.log1p":{"android":"38","bun":"0.1.1","chrome":"38","chrome-android":"38","deno":"1.0","edge":"12","electron":"0.20","firefox":"25","firefox-android":"25","hermes":"0.1","ios":"8.0","node":"0.11.15","oculus":"3.0","opera":"25","opera-android":"25","opera_mobile":"25","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"7.1","samsung":"3.0"},"es.math.log2":{"android":"38","bun":"0.1.1","chrome":"38","chrome-android":"38","deno":"1.0","edge":"12","electron":"0.20","firefox":"25","firefox-android":"25","hermes":"0.1","ios":"8.0","node":"0.11.15","oculus":"3.0","opera":"25","opera-android":"25","opera_mobile":"25","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"7.1","samsung":"3.0"},"es.math.sign":{"android":"38","bun":"0.1.1","chrome":"38","chrome-android":"38","deno":"1.0","edge":"12","electron":"0.20","firefox":"25","firefox-android":"25","hermes":"0.1","ios":"9.0","node":"0.11.15","oculus":"3.0","opera":"25","opera-android":"25","opera_mobile":"25","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"9.0","samsung":"3.0"},"es.math.sinh":{"android":"39","bun":"0.1.1","chrome":"39","chrome-android":"39","deno":"1.0","edge":"13","electron":"0.20","firefox":"25","firefox-android":"25","hermes":"0.1","ios":"8.0","node":"1.0","oculus":"3.0","opera":"26","opera-android":"26","opera_mobile":"26","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"7.1","samsung":"3.4"},"es.math.tanh":{"android":"38","bun":"0.1.1","chrome":"38","chrome-android":"38","deno":"1.0","edge":"12","electron":"0.20","firefox":"25","firefox-android":"25","hermes":"0.1","ios":"8.0","node":"0.11.15","oculus":"3.0","opera":"25","opera-android":"25","opera_mobile":"25","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"7.1","samsung":"3.0"},"es.math.to-string-tag":{"android":"50","bun":"0.1.1","chrome":"50","chrome-android":"50","deno":"1.0","edge":"15","electron":"1.1","firefox":"51","firefox-android":"51","hermes":"0.1","ios":"10.0","node":"6.0","oculus":"3.0","opera":"37","opera-android":"37","opera_mobile":"37","quest":"3.0","react-native":"0.69","rhino":"1.7.15","safari":"10.0","samsung":"5.0"},"es.math.trunc":{"android":"38","bun":"0.1.1","chrome":"38","chrome-android":"38","deno":"1.0","edge":"12","electron":"0.20","firefox":"25","firefox-android":"25","hermes":"0.1","ios":"8.0","node":"0.11.15","oculus":"3.0","opera":"25","opera-android":"25","opera_mobile":"25","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"7.1","samsung":"3.0"},"es.number.constructor":{"android":"41","bun":"0.1.1","chrome":"41","chrome-android":"41","deno":"1.0","edge":"13","electron":"0.21","firefox":"46","firefox-android":"46","hermes":"0.5","ios":"9.0","node":"1.0","oculus":"3.0","opera":"28","opera-android":"28","opera_mobile":"28","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"9.0","samsung":"3.4"},"es.number.epsilon":{"android":"37","bun":"0.1.1","chrome":"34","chrome-android":"34","deno":"1.0","edge":"12","electron":"0.20","firefox":"25","firefox-android":"25","hermes":"0.1","ios":"9.0","node":"0.11.13","oculus":"3.0","opera":"21","opera-android":"21","opera_mobile":"21","quest":"3.0","react-native":"0.69","rhino":"1.7.14","safari":"9.0","samsung":"2.0"},"es.number.is-finite":{"android":"4.1","bun":"0.1.1","chrome":"19","chrome-android":"25","deno":"1.0","edge":"12","electron":"0.20","firefox":"16","firefox-android":"16","hermes":"0.1","ios":"9.0","node":"0.7.3","oculus":"3.0","opera":"15","opera-android":"15","opera_mobile":"15","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"9.0","samsung":"1.5"},"es.number.is-integer":{"android":"37","bun":"0.1.1","chrome":"34","chrome-android":"34","deno":"1.0","edge":"12","electron":"0.20","firefox":"16","firefox-android":"16","hermes":"0.1","ios":"9.0","node":"0.11.13","oculus":"3.0","opera":"21","opera-android":"21","opera_mobile":"21","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"9.0","samsung":"2.0"},"es.number.is-nan":{"android":"4.1","bun":"0.1.1","chrome":"19","chrome-android":"25","deno":"1.0","edge":"12","electron":"0.20","firefox":"15","firefox-android":"15","hermes":"0.1","ios":"9.0","node":"0.7.3","oculus":"3.0","opera":"15","opera-android":"15","opera_mobile":"15","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"9.0","samsung":"1.5"},"es.number.is-safe-integer":{"android":"37","bun":"0.1.1","chrome":"34","chrome-android":"34","deno":"1.0","edge":"12","electron":"0.20","firefox":"32","firefox-android":"32","hermes":"0.1","ios":"9.0","node":"0.11.13","oculus":"3.0","opera":"21","opera-android":"21","opera_mobile":"21","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"9.0","samsung":"2.0"},"es.number.max-safe-integer":{"android":"37","bun":"0.1.1","chrome":"34","chrome-android":"34","deno":"1.0","edge":"12","electron":"0.20","firefox":"31","firefox-android":"31","hermes":"0.1","ios":"9.0","node":"0.11.13","oculus":"3.0","opera":"21","opera-android":"21","opera_mobile":"21","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"9.0","samsung":"2.0"},"es.number.min-safe-integer":{"android":"37","bun":"0.1.1","chrome":"34","chrome-android":"34","deno":"1.0","edge":"12","electron":"0.20","firefox":"31","firefox-android":"31","hermes":"0.1","ios":"9.0","node":"0.11.13","oculus":"3.0","opera":"21","opera-android":"21","opera_mobile":"21","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"9.0","samsung":"2.0"},"es.number.parse-float":{"android":"37","bun":"0.1.1","chrome":"35","chrome-android":"35","deno":"1.0","edge":"79","electron":"0.20","firefox":"39","firefox-android":"39","hermes":"0.1","ios":"11.0","node":"0.11.13","oculus":"3.0","opera":"22","opera-android":"22","opera_mobile":"22","quest":"3.0","react-native":"0.69","rhino":"1.7.14","safari":"11.0","samsung":"3.0"},"es.number.parse-int":{"android":"37","bun":"0.1.1","chrome":"35","chrome-android":"35","deno":"1.0","edge":"79","electron":"0.20","firefox":"39","firefox-android":"39","hermes":"0.1","ios":"9.0","node":"0.11.13","oculus":"3.0","opera":"22","opera-android":"22","opera_mobile":"22","quest":"3.0","react-native":"0.69","rhino":"1.7.14","safari":"9.0","samsung":"3.0"},"es.number.to-exponential":{"android":"51","bun":"0.1.1","chrome":"51","chrome-android":"51","deno":"1.0","edge":"18","electron":"1.2","firefox":"87","firefox-android":"87","hermes":"0.1","ios":"11.0","node":"6.5","oculus":"3.0","opera":"38","opera-android":"38","opera_mobile":"38","quest":"3.0","react-native":"0.69","rhino":"1.7.14","safari":"11","samsung":"5.0"},"es.number.to-fixed":{"android":"4.4","bun":"0.1.1","chrome":"26","chrome-android":"26","deno":"1.0","edge":"79","electron":"0.20","firefox":"4","firefox-android":"4","hermes":"0.1","ios":"8.0","node":"0.11.0","oculus":"3.0","opera":"15","opera-android":"15","opera_mobile":"15","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"7.1","samsung":"1.5"},"es.number.to-precision":{"android":"4.4","bun":"0.1.1","chrome":"26","chrome-android":"26","deno":"1.0","edge":"12","electron":"0.20","firefox":"4","firefox-android":"4","hermes":"0.1","ie":"8","ios":"8.0","node":"0.11.0","oculus":"3.0","opera":"15","opera-android":"15","opera_mobile":"15","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"7.1","samsung":"1.5"},"es.object.assign":{"android":"49","bun":"0.1.1","chrome":"49","chrome-android":"49","deno":"1.0","edge":"79","electron":"0.37","firefox":"36","firefox-android":"36","hermes":"0.4","ios":"9.0","node":"6.0","oculus":"3.0","opera":"36","opera-android":"36","opera_mobile":"36","quest":"3.0","react-native":"0.69","safari":"9.0","samsung":"5.0"},"es.object.create":{"android":"3.0","bun":"0.1.1","chrome":"5","chrome-android":"18","deno":"1.0","edge":"12","electron":"0.20","firefox":"4","firefox-android":"4","hermes":"0.1","ie":"9","ios":"3.0","node":"0.1.27","oculus":"3.0","opera":"12","opera-android":"12","opera_mobile":"12","phantom":"1.9","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"4.0","samsung":"1.0"},"es.object.define-getter":{"android":"62","bun":"0.1.1","chrome":"62","chrome-android":"62","deno":"1.0","edge":"16","electron":"3.0","firefox":"48","firefox-android":"48","hermes":"0.1","ios":"8.0","node":"8.10","oculus":"5.0","opera":"49","opera-android":"46","opera_mobile":"46","quest":"5.0","react-native":"0.69","rhino":"1.7.13","safari":"7.1","samsung":"8.0"},"es.object.define-properties":{"android":"37","bun":"0.1.1","chrome":"37","chrome-android":"37","deno":"1.0","edge":"12","electron":"0.20","firefox":"4","firefox-android":"4","hermes":"0.1","ie":"9","ios":"5.0","node":"0.11.15","oculus":"3.0","opera":"12","opera-android":"12","opera_mobile":"12","phantom":"2.0","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"5.1","samsung":"3.0"},"es.object.define-property":{"android":"37","bun":"0.1.1","chrome":"37","chrome-android":"37","deno":"1.0","edge":"12","electron":"0.20","firefox":"4","firefox-android":"4","hermes":"0.1","ie":"9","ios":"5.0","node":"0.11.15","oculus":"3.0","opera":"12","opera-android":"12","opera_mobile":"12","phantom":"2.0","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"5.1","samsung":"3.0"},"es.object.define-setter":{"android":"62","bun":"0.1.1","chrome":"62","chrome-android":"62","deno":"1.0","edge":"16","electron":"3.0","firefox":"48","firefox-android":"48","hermes":"0.1","ios":"8.0","node":"8.10","oculus":"5.0","opera":"49","opera-android":"46","opera_mobile":"46","quest":"5.0","react-native":"0.69","rhino":"1.7.13","safari":"7.1","samsung":"8.0"},"es.object.entries":{"android":"54","bun":"0.1.1","chrome":"54","chrome-android":"54","deno":"1.0","edge":"14","electron":"1.4","firefox":"47","firefox-android":"47","hermes":"0.1","ios":"10.3","node":"7.0","oculus":"3.0","opera":"41","opera-android":"41","opera_mobile":"41","quest":"3.0","react-native":"0.69","rhino":"1.7.14","safari":"10.1","samsung":"6.0"},"es.object.freeze":{"android":"44","bun":"0.1.1","chrome":"44","chrome-android":"44","deno":"1.0","edge":"13","electron":"0.30","firefox":"35","firefox-android":"35","hermes":"0.1","ios":"9.0","node":"3.0","oculus":"3.0","opera":"31","opera-android":"31","opera_mobile":"31","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"9.0","samsung":"4.0"},"es.object.from-entries":{"android":"73","bun":"0.1.1","chrome":"73","chrome-android":"73","deno":"1.0","edge":"79","electron":"5.0","firefox":"63","firefox-android":"63","hermes":"0.4","ios":"12.2","node":"12.0","oculus":"6.0","opera":"60","opera-android":"52","opera_mobile":"52","quest":"6.0","react-native":"0.69","rhino":"1.7.14","safari":"12.1","samsung":"11.0"},"es.object.get-own-property-descriptor":{"android":"44","bun":"0.1.1","chrome":"44","chrome-android":"44","deno":"1.0","edge":"13","electron":"0.30","firefox":"35","firefox-android":"35","hermes":"0.1","ios":"9.0","node":"3.0","oculus":"3.0","opera":"31","opera-android":"31","opera_mobile":"31","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"9.0","samsung":"4.0"},"es.object.get-own-property-descriptors":{"android":"54","bun":"0.1.1","chrome":"54","chrome-android":"54","deno":"1.0","edge":"15","electron":"1.4","firefox":"50","firefox-android":"50","hermes":"0.6","ios":"10.0","node":"7.0","oculus":"3.0","opera":"41","opera-android":"41","opera_mobile":"41","quest":"3.0","react-native":"0.69","rhino":"1.7.15","safari":"10.0","samsung":"6.0"},"es.object.get-own-property-names":{"android":"40","bun":"0.1.1","chrome":"40","chrome-android":"40","deno":"1.0","edge":"13","electron":"0.21","firefox":"34","firefox-android":"34","hermes":"0.1","ios":"9.0","node":"1.0","oculus":"3.0","opera":"27","opera-android":"27","opera_mobile":"27","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"9.0","samsung":"3.4"},"es.object.get-prototype-of":{"android":"44","bun":"0.1.1","chrome":"44","chrome-android":"44","deno":"1.0","edge":"13","electron":"0.30","firefox":"35","firefox-android":"35","hermes":"0.1","ios":"9.0","node":"3.0","oculus":"3.0","opera":"31","opera-android":"31","opera_mobile":"31","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"9.0","samsung":"4.0"},"es.object.group-by":{"android":"117","bun":"1.1.2","chrome":"117","chrome-android":"117","deno":"1.37","edge":"117","electron":"27.0","firefox":"119","firefox-android":"119","ios":"18.0","node":"21.0","oculus":"30.0","opera":"103","opera-android":"78","opera_mobile":"78","quest":"30.0","rhino":"1.8.0","safari":"18.0","samsung":"24.0"},"es.object.has-own":{"android":"93","bun":"0.1.1","chrome":"93","chrome-android":"93","deno":"1.13","edge":"93","electron":"14.0","firefox":"92","firefox-android":"92","hermes":"0.10","ios":"15.4","node":"16.9","oculus":"17.0","opera":"79","opera-android":"66","opera_mobile":"66","quest":"17.0","react-native":"0.69","rhino":"1.7.15","safari":"15.4","samsung":"17.0"},"es.object.is":{"android":"4.1","bun":"0.1.1","chrome":"19","chrome-android":"25","deno":"1.0","edge":"12","electron":"0.20","firefox":"22","firefox-android":"22","hermes":"0.1","ios":"9.0","node":"0.7.3","oculus":"3.0","opera":"15","opera-android":"15","opera_mobile":"15","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"9.0","samsung":"1.5"},"es.object.is-extensible":{"android":"44","bun":"0.1.1","chrome":"44","chrome-android":"44","deno":"1.0","edge":"13","electron":"0.30","firefox":"35","firefox-android":"35","hermes":"0.1","ios":"9.0","node":"3.0","oculus":"3.0","opera":"31","opera-android":"31","opera_mobile":"31","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"9.0","samsung":"4.0"},"es.object.is-frozen":{"android":"44","bun":"0.1.1","chrome":"44","chrome-android":"44","deno":"1.0","edge":"13","electron":"0.30","firefox":"35","firefox-android":"35","hermes":"0.1","ios":"9.0","node":"3.0","oculus":"3.0","opera":"31","opera-android":"31","opera_mobile":"31","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"9.0","samsung":"4.0"},"es.object.is-sealed":{"android":"44","bun":"0.1.1","chrome":"44","chrome-android":"44","deno":"1.0","edge":"13","electron":"0.30","firefox":"35","firefox-android":"35","hermes":"0.1","ios":"9.0","node":"3.0","oculus":"3.0","opera":"31","opera-android":"31","opera_mobile":"31","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"9.0","samsung":"4.0"},"es.object.keys":{"android":"40","bun":"0.1.1","chrome":"40","chrome-android":"40","deno":"1.0","edge":"13","electron":"0.21","firefox":"35","firefox-android":"35","hermes":"0.1","ios":"9.0","node":"1.0","oculus":"3.0","opera":"27","opera-android":"27","opera_mobile":"27","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"9.0","samsung":"3.4"},"es.object.lookup-getter":{"android":"62","bun":"0.1.1","chrome":"62","chrome-android":"62","deno":"1.0","edge":"16","electron":"3.0","firefox":"48","firefox-android":"48","hermes":"0.1","ios":"8.0","node":"8.10","oculus":"5.0","opera":"49","opera-android":"46","opera_mobile":"46","quest":"5.0","react-native":"0.69","rhino":"1.7.13","safari":"7.1","samsung":"8.0"},"es.object.lookup-setter":{"android":"62","bun":"0.1.1","chrome":"62","chrome-android":"62","deno":"1.0","edge":"16","electron":"3.0","firefox":"48","firefox-android":"48","hermes":"0.1","ios":"8.0","node":"8.10","oculus":"5.0","opera":"49","opera-android":"46","opera_mobile":"46","quest":"5.0","react-native":"0.69","rhino":"1.7.13","safari":"7.1","samsung":"8.0"},"es.object.prevent-extensions":{"android":"44","bun":"0.1.1","chrome":"44","chrome-android":"44","deno":"1.0","edge":"13","electron":"0.30","firefox":"35","firefox-android":"35","hermes":"0.1","ios":"9.0","node":"3.0","oculus":"3.0","opera":"31","opera-android":"31","opera_mobile":"31","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"9.0","samsung":"4.0"},"es.object.proto":{"android":"3.0","bun":"0.1.1","chrome":"5","chrome-android":"18","edge":"12","electron":"0.20","firefox":"2","firefox-android":"4","hermes":"0.1","ie":"11","ios":"2.0","node":"0.1.27","oculus":"3.0","opera":"10.50","opera-android":"10.50","opera_mobile":"10.50","phantom":"1.9","quest":"3.0","react-native":"0.69","safari":"3.1","samsung":"1.0"},"es.object.seal":{"android":"44","bun":"0.1.1","chrome":"44","chrome-android":"44","deno":"1.0","edge":"13","electron":"0.30","firefox":"35","firefox-android":"35","hermes":"0.1","ios":"9.0","node":"3.0","oculus":"3.0","opera":"31","opera-android":"31","opera_mobile":"31","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"9.0","samsung":"4.0"},"es.object.set-prototype-of":{"android":"37","bun":"0.1.1","chrome":"34","chrome-android":"34","deno":"1.0","edge":"12","electron":"0.20","firefox":"31","firefox-android":"31","hermes":"0.1","ie":"11","ios":"9.0","node":"0.11.13","oculus":"3.0","opera":"21","opera-android":"21","opera_mobile":"21","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"9.0","samsung":"2.0"},"es.object.to-string":{"android":"49","bun":"0.1.1","chrome":"49","chrome-android":"49","deno":"1.0","edge":"15","electron":"0.37","firefox":"51","firefox-android":"51","hermes":"0.1","ios":"10.0","node":"6.0","oculus":"3.0","opera":"36","opera-android":"36","opera_mobile":"36","quest":"3.0","react-native":"0.69","rhino":"1.8.0","safari":"10.0","samsung":"5.0"},"es.object.values":{"android":"54","bun":"0.1.1","chrome":"54","chrome-android":"54","deno":"1.0","edge":"14","electron":"1.4","firefox":"47","firefox-android":"47","hermes":"0.1","ios":"10.3","node":"7.0","oculus":"3.0","opera":"41","opera-android":"41","opera_mobile":"41","quest":"3.0","react-native":"0.69","rhino":"1.7.14","safari":"10.1","samsung":"6.0"},"es.parse-float":{"android":"37","bun":"0.1.1","chrome":"35","chrome-android":"35","deno":"1.0","edge":"74","electron":"0.20","firefox":"8","firefox-android":"8","hermes":"0.1","ie":"8","ios":"8.0","node":"0.11.13","oculus":"3.0","opera":"22","opera-android":"22","opera_mobile":"22","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"7.1","samsung":"3.0"},"es.parse-int":{"android":"37","bun":"0.1.1","chrome":"35","chrome-android":"35","deno":"1.0","edge":"74","electron":"0.20","firefox":"21","firefox-android":"21","hermes":"0.1","ie":"9","ios":"8.0","node":"0.11.13","oculus":"3.0","opera":"22","opera-android":"22","opera_mobile":"22","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"7.1","samsung":"3.0"},"es.promise":{"android":"67","bun":"0.1.1","chrome":"67","chrome-android":"67","deno":"1.24","edge":"79","electron":"4.0","firefox":"69","firefox-android":"69","ios":"11.0","node":"10.4","oculus":"6.0","opera":"54","opera-android":"48","opera_mobile":"48","quest":"6.0","rhino":"1.7.14","safari":"11.0","samsung":"9.0"},"es.promise.all-settled":{"android":"76","bun":"0.1.1","chrome":"76","chrome-android":"76","deno":"1.24","edge":"79","electron":"6.0","firefox":"71","firefox-android":"71","ios":"13.0","node":"12.9","oculus":"7.0","opera":"63","opera-android":"54","opera_mobile":"54","quest":"7.0","rhino":"1.7.15","safari":"13","samsung":"12.0"},"es.promise.any":{"android":"85","bun":"0.1.1","chrome":"85","chrome-android":"85","deno":"1.24","edge":"85","electron":"10.0","firefox":"79","firefox-android":"79","ios":"14.0","node":"15.0","oculus":"12.0","opera":"71","opera-android":"60","opera_mobile":"60","quest":"12.0","rhino":"1.8.0","safari":"14.0","samsung":"14.0"},"es.promise.finally":{"android":"67","bun":"0.1.1","chrome":"67","chrome-android":"67","deno":"1.24","edge":"79","electron":"4.0","firefox":"69","firefox-android":"69","ios":"13.2.3","node":"10.4","oculus":"6.0","opera":"54","opera-android":"48","opera_mobile":"48","quest":"6.0","rhino":"1.7.14","safari":"13.0.3","samsung":"9.0"},"es.promise.try":{"android":"128","bun":"1.1.22","chrome":"128","chrome-android":"128","deno":"1.46","edge":"128","electron":"32.0","firefox":"134","firefox-android":"134","ios":"18.2","node":"23.0","oculus":"35.0","opera":"114","opera-android":"85","opera_mobile":"85","quest":"35.0","safari":"18.2","samsung":"28.0"},"es.promise.with-resolvers":{"android":"119","bun":"0.7.1","chrome":"119","chrome-android":"119","deno":"1.38","edge":"119","electron":"28.0","firefox":"121","firefox-android":"121","ios":"17.4","node":"22.0","oculus":"31.0","opera":"105","opera-android":"79","opera_mobile":"79","quest":"31.0","safari":"17.4","samsung":"25.0"},"es.reflect.apply":{"android":"49","bun":"0.1.1","chrome":"49","chrome-android":"49","deno":"1.0","edge":"15","electron":"0.37","firefox":"42","firefox-android":"42","hermes":"0.7","ios":"10.0","node":"6.0","oculus":"3.0","opera":"36","opera-android":"36","opera_mobile":"36","quest":"3.0","react-native":"0.69","rhino":"1.8.0","safari":"10.0","samsung":"5.0"},"es.reflect.construct":{"android":"49","bun":"0.1.1","chrome":"49","chrome-android":"49","deno":"1.0","edge":"15","electron":"0.37","firefox":"44","firefox-android":"44","hermes":"0.7","ios":"10.0","node":"6.0","oculus":"3.0","opera":"36","opera-android":"36","opera_mobile":"36","quest":"3.0","react-native":"0.69","safari":"10.0","samsung":"5.0"},"es.reflect.define-property":{"android":"49","bun":"0.1.1","chrome":"49","chrome-android":"49","deno":"1.0","edge":"13","electron":"0.37","firefox":"42","firefox-android":"42","hermes":"0.7","ios":"10.0","node":"6.0","oculus":"3.0","opera":"36","opera-android":"36","opera_mobile":"36","quest":"3.0","react-native":"0.69","rhino":"1.8.0","safari":"10.0","samsung":"5.0"},"es.reflect.delete-property":{"android":"49","bun":"0.1.1","chrome":"49","chrome-android":"49","deno":"1.0","edge":"12","electron":"0.37","firefox":"42","firefox-android":"42","hermes":"0.7","ios":"10.0","node":"6.0","oculus":"3.0","opera":"36","opera-android":"36","opera_mobile":"36","quest":"3.0","react-native":"0.69","rhino":"1.8.0","safari":"10.0","samsung":"5.0"},"es.reflect.get":{"android":"49","bun":"0.1.1","chrome":"49","chrome-android":"49","deno":"1.0","edge":"12","electron":"0.37","firefox":"42","firefox-android":"42","hermes":"0.7","ios":"10.0","node":"6.0","oculus":"3.0","opera":"36","opera-android":"36","opera_mobile":"36","quest":"3.0","react-native":"0.69","rhino":"1.8.0","safari":"10.0","samsung":"5.0"},"es.reflect.get-own-property-descriptor":{"android":"49","bun":"0.1.1","chrome":"49","chrome-android":"49","deno":"1.0","edge":"12","electron":"0.37","firefox":"42","firefox-android":"42","hermes":"0.7","ios":"10.0","node":"6.0","oculus":"3.0","opera":"36","opera-android":"36","opera_mobile":"36","quest":"3.0","react-native":"0.69","rhino":"1.8.0","safari":"10.0","samsung":"5.0"},"es.reflect.get-prototype-of":{"android":"49","bun":"0.1.1","chrome":"49","chrome-android":"49","deno":"1.0","edge":"12","electron":"0.37","firefox":"42","firefox-android":"42","hermes":"0.7","ios":"10.0","node":"6.0","oculus":"3.0","opera":"36","opera-android":"36","opera_mobile":"36","quest":"3.0","react-native":"0.69","rhino":"1.8.0","safari":"10.0","samsung":"5.0"},"es.reflect.has":{"android":"49","bun":"0.1.1","chrome":"49","chrome-android":"49","deno":"1.0","edge":"12","electron":"0.37","firefox":"42","firefox-android":"42","hermes":"0.7","ios":"10.0","node":"6.0","oculus":"3.0","opera":"36","opera-android":"36","opera_mobile":"36","quest":"3.0","react-native":"0.69","rhino":"1.8.0","safari":"10.0","samsung":"5.0"},"es.reflect.is-extensible":{"android":"49","bun":"0.1.1","chrome":"49","chrome-android":"49","deno":"1.0","edge":"12","electron":"0.37","firefox":"42","firefox-android":"42","hermes":"0.7","ios":"10.0","node":"6.0","oculus":"3.0","opera":"36","opera-android":"36","opera_mobile":"36","quest":"3.0","react-native":"0.69","rhino":"1.8.0","safari":"10.0","samsung":"5.0"},"es.reflect.own-keys":{"android":"49","bun":"0.1.1","chrome":"49","chrome-android":"49","deno":"1.0","edge":"12","electron":"0.37","firefox":"42","firefox-android":"42","hermes":"0.7","ios":"10.0","node":"6.0","oculus":"3.0","opera":"36","opera-android":"36","opera_mobile":"36","quest":"3.0","react-native":"0.69","rhino":"1.8.0","safari":"10.0","samsung":"5.0"},"es.reflect.prevent-extensions":{"android":"49","bun":"0.1.1","chrome":"49","chrome-android":"49","deno":"1.0","edge":"12","electron":"0.37","firefox":"42","firefox-android":"42","hermes":"0.7","ios":"10.0","node":"6.0","oculus":"3.0","opera":"36","opera-android":"36","opera_mobile":"36","quest":"3.0","react-native":"0.69","rhino":"1.8.0","safari":"10.0","samsung":"5.0"},"es.reflect.set":{"android":"49","bun":"0.1.1","chrome":"49","chrome-android":"49","deno":"1.0","edge":"79","electron":"0.37","firefox":"42","firefox-android":"42","hermes":"0.7","ios":"10.0","node":"6.0","oculus":"3.0","opera":"36","opera-android":"36","opera_mobile":"36","quest":"3.0","react-native":"0.69","safari":"10.0","samsung":"5.0"},"es.reflect.set-prototype-of":{"android":"49","bun":"0.1.1","chrome":"49","chrome-android":"49","deno":"1.0","edge":"12","electron":"0.37","firefox":"42","firefox-android":"42","hermes":"0.7","ios":"10.0","node":"6.0","oculus":"3.0","opera":"36","opera-android":"36","opera_mobile":"36","quest":"3.0","react-native":"0.69","rhino":"1.8.0","safari":"10.0","samsung":"5.0"},"es.reflect.to-string-tag":{"android":"86","bun":"0.1.1","chrome":"86","chrome-android":"86","deno":"1.3","edge":"86","electron":"11.0","firefox":"82","firefox-android":"82","hermes":"0.7","ios":"14.0","node":"15.0","oculus":"12.0","opera":"72","opera-android":"61","opera_mobile":"61","quest":"12.0","react-native":"0.69","rhino":"1.8.0","safari":"14.0","samsung":"14.0"},"es.regexp.constructor":{"android":"64","bun":"0.1.1","chrome":"64","chrome-android":"64","deno":"1.0","edge":"79","electron":"3.0","firefox":"78","firefox-android":"78","ios":"11.3","node":"10.0","oculus":"5.0","opera":"51","opera-android":"47","opera_mobile":"47","quest":"5.0","safari":"11.1","samsung":"9.0"},"es.regexp.escape":{"bun":"1.1.22","firefox":"134","firefox-android":"134","ios":"18.2","safari":"18.2"},"es.regexp.dot-all":{"android":"62","bun":"0.1.1","chrome":"62","chrome-android":"62","deno":"1.0","edge":"79","electron":"3.0","firefox":"78","firefox-android":"78","hermes":"0.4","ios":"11.3","node":"8.10","oculus":"5.0","opera":"49","opera-android":"46","opera_mobile":"46","quest":"5.0","react-native":"0.69","rhino":"1.7.15","safari":"11.1","samsung":"8.0"},"es.regexp.exec":{"android":"64","bun":"0.1.1","chrome":"64","chrome-android":"64","deno":"1.0","edge":"79","electron":"3.0","firefox":"78","firefox-android":"78","hermes":"0.13","ios":"11.3","node":"10.0","oculus":"5.0","opera":"51","opera-android":"47","opera_mobile":"47","quest":"5.0","react-native":"0.71","safari":"11.1","samsung":"9.0"},"es.regexp.flags":{"android":"111","bun":"0.1.1","chrome":"111","chrome-android":"111","deno":"1.32","edge":"111","electron":"24.0","firefox":"78","firefox-android":"78","hermes":"0.4","ios":"11.3","node":"20.0","oculus":"27.0","opera":"97","opera-android":"75","opera_mobile":"75","quest":"27.0","react-native":"0.69","safari":"11.1","samsung":"22.0"},"es.regexp.sticky":{"android":"49","bun":"0.1.1","chrome":"49","chrome-android":"49","deno":"1.0","edge":"13","electron":"0.37","firefox":"3","firefox-android":"4","hermes":"0.3","ios":"10.0","node":"6.0","oculus":"3.0","opera":"36","opera-android":"36","opera_mobile":"36","quest":"3.0","react-native":"0.69","rhino":"1.7.15","safari":"10.0","samsung":"5.0"},"es.regexp.test":{"android":"51","bun":"0.1.1","chrome":"51","chrome-android":"51","deno":"1.0","edge":"79","electron":"1.2","firefox":"46","firefox-android":"46","ios":"10.0","node":"6.5","oculus":"3.0","opera":"38","opera-android":"38","opera_mobile":"38","quest":"3.0","safari":"10.0","samsung":"5.0"},"es.regexp.to-string":{"android":"50","bun":"0.1.1","chrome":"50","chrome-android":"50","deno":"1.0","edge":"79","electron":"1.1","firefox":"46","firefox-android":"46","hermes":"0.1","ios":"10.0","node":"6.0","oculus":"3.0","opera":"37","opera-android":"37","opera_mobile":"37","quest":"3.0","react-native":"0.69","rhino":"1.7.15","safari":"10.0","samsung":"5.0"},"es.set":{"android":"51","bun":"0.1.1","chrome":"51","chrome-android":"51","deno":"1.0","edge":"15","electron":"1.2","firefox":"53","firefox-android":"53","hermes":"0.13","ios":"10.0","node":"6.5","oculus":"3.0","opera":"38","opera-android":"38","opera_mobile":"38","quest":"3.0","react-native":"0.73","rhino":"1.7.13","safari":"10.0","samsung":"5.0"},"es.set.difference.v2":{"android":"128","bun":"1.1.1","chrome":"128","chrome-android":"128","deno":"1.46","edge":"128","electron":"32.0","firefox":"127","firefox-android":"127","ios":"18.0","node":"22.10","oculus":"35.0","opera":"114","opera-android":"85","opera_mobile":"85","quest":"35.0","safari":"18.0","samsung":"28.0"},"es.set.intersection.v2":{"android":"128","bun":"1.1.1","chrome":"128","chrome-android":"128","deno":"1.46","edge":"128","electron":"32.0","firefox":"127","firefox-android":"127","ios":"18.0","node":"22.10","oculus":"35.0","opera":"114","opera-android":"85","opera_mobile":"85","quest":"35.0","safari":"18.0","samsung":"28.0"},"es.set.is-disjoint-from.v2":{"android":"128","bun":"1.1.1","chrome":"128","chrome-android":"128","deno":"1.46","edge":"128","electron":"32.0","firefox":"127","firefox-android":"127","ios":"18.0","node":"22.10","oculus":"35.0","opera":"114","opera-android":"85","opera_mobile":"85","quest":"35.0","safari":"18.0","samsung":"28.0"},"es.set.is-subset-of.v2":{"android":"128","bun":"1.1.1","chrome":"128","chrome-android":"128","deno":"1.46","edge":"128","electron":"32.0","firefox":"127","firefox-android":"127","ios":"18.0","node":"22.10","oculus":"35.0","opera":"114","opera-android":"85","opera_mobile":"85","quest":"35.0","safari":"18.0","samsung":"28.0"},"es.set.is-superset-of.v2":{"android":"128","bun":"1.1.1","chrome":"128","chrome-android":"128","deno":"1.46","edge":"128","electron":"32.0","firefox":"127","firefox-android":"127","ios":"18.0","node":"22.10","oculus":"35.0","opera":"114","opera-android":"85","opera_mobile":"85","quest":"35.0","safari":"18.0","samsung":"28.0"},"es.set.symmetric-difference.v2":{"android":"123","bun":"1.1.1","chrome":"123","chrome-android":"123","deno":"1.41.3","edge":"123","electron":"30.0","firefox":"127","firefox-android":"127","ios":"18.0","node":"22.0","oculus":"33.0","opera":"109","opera-android":"82","opera_mobile":"82","quest":"33.0","safari":"18.0","samsung":"27.0"},"es.set.union.v2":{"android":"123","bun":"1.1.1","chrome":"123","chrome-android":"123","deno":"1.41.3","edge":"123","electron":"30.0","firefox":"127","firefox-android":"127","ios":"18.0","node":"22.0","oculus":"33.0","opera":"109","opera-android":"82","opera_mobile":"82","quest":"33.0","safari":"18.0","samsung":"27.0"},"es.string.at-alternative":{"android":"92","bun":"0.1.1","chrome":"92","chrome-android":"92","deno":"1.12","edge":"92","electron":"14.0","firefox":"90","firefox-android":"90","hermes":"0.13","ios":"15.4","node":"16.6","oculus":"17.0","opera":"78","opera-android":"65","opera_mobile":"65","quest":"17.0","react-native":"0.71","safari":"15.4","samsung":"16.0"},"es.string.code-point-at":{"android":"41","bun":"0.1.1","chrome":"41","chrome-android":"41","deno":"1.0","edge":"13","electron":"0.21","firefox":"29","firefox-android":"29","hermes":"0.1","ios":"9.0","node":"1.0","oculus":"3.0","opera":"28","opera-android":"28","opera_mobile":"28","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"9.0","samsung":"3.4"},"es.string.ends-with":{"android":"51","bun":"0.1.1","chrome":"51","chrome-android":"51","deno":"1.0","edge":"79","electron":"1.2","firefox":"40","firefox-android":"40","hermes":"0.1","ios":"10.0","node":"6.5","oculus":"3.0","opera":"38","opera-android":"38","opera_mobile":"38","quest":"3.0","react-native":"0.69","rhino":"1.7.15","safari":"10.0","samsung":"5.0"},"es.string.from-code-point":{"android":"41","bun":"0.1.1","chrome":"41","chrome-android":"41","deno":"1.0","edge":"13","electron":"0.21","firefox":"29","firefox-android":"29","hermes":"0.1","ios":"9.0","node":"1.0","oculus":"3.0","opera":"28","opera-android":"28","opera_mobile":"28","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"9.0","samsung":"3.4"},"es.string.includes":{"android":"51","bun":"0.1.1","chrome":"51","chrome-android":"51","deno":"1.0","edge":"79","electron":"1.2","firefox":"40","firefox-android":"40","hermes":"0.1","ios":"10.0","node":"6.5","oculus":"3.0","opera":"38","opera-android":"38","opera_mobile":"38","quest":"3.0","react-native":"0.69","rhino":"1.7.15","safari":"10.0","samsung":"5.0"},"es.string.is-well-formed":{"android":"111","bun":"0.4.0","chrome":"111","chrome-android":"111","deno":"1.32","edge":"111","electron":"24.0","firefox":"119","firefox-android":"119","ios":"16.4","node":"20.0","oculus":"27.0","opera":"97","opera-android":"75","opera_mobile":"75","quest":"27.0","rhino":"1.8.0","safari":"16.4","samsung":"22.0"},"es.string.iterator":{"android":"41","bun":"0.1.1","chrome":"41","chrome-android":"41","deno":"1.0","edge":"13","electron":"0.21","firefox":"36","firefox-android":"36","hermes":"0.1","ios":"9.0","node":"1.0","oculus":"3.0","opera":"28","opera-android":"28","opera_mobile":"28","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"9.0","samsung":"3.4"},"es.string.match":{"android":"51","bun":"0.1.1","chrome":"51","chrome-android":"51","deno":"1.0","edge":"79","electron":"1.2","firefox":"49","firefox-android":"49","hermes":"0.1","ios":"10.0","node":"6.5","oculus":"3.0","opera":"38","opera-android":"38","opera_mobile":"38","quest":"3.0","react-native":"0.69","safari":"10.0","samsung":"5.0"},"es.string.match-all":{"android":"80","bun":"0.1.1","chrome":"80","chrome-android":"80","deno":"1.0","edge":"80","electron":"8.0","firefox":"73","firefox-android":"73","hermes":"0.6","ios":"13.4","node":"14.0","oculus":"9.0","opera":"67","opera-android":"57","opera_mobile":"57","quest":"9.0","react-native":"0.69","rhino":"1.8.0","safari":"13.1","samsung":"13.0"},"es.string.pad-end":{"android":"57","bun":"0.1.1","chrome":"57","chrome-android":"57","deno":"1.0","edge":"15","electron":"1.7","firefox":"48","firefox-android":"48","hermes":"0.1","ios":"11.0","node":"8.0","oculus":"3.0","opera":"44","opera-android":"43","opera_mobile":"43","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"11.0","samsung":"7.0"},"es.string.pad-start":{"android":"57","bun":"0.1.1","chrome":"57","chrome-android":"57","deno":"1.0","edge":"15","electron":"1.7","firefox":"48","firefox-android":"48","hermes":"0.1","ios":"11.0","node":"8.0","oculus":"3.0","opera":"44","opera-android":"43","opera_mobile":"43","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"11.0","samsung":"7.0"},"es.string.raw":{"android":"41","bun":"0.1.1","chrome":"41","chrome-android":"41","deno":"1.0","edge":"13","electron":"0.21","firefox":"34","firefox-android":"34","hermes":"0.1","ios":"9.0","node":"1.0","oculus":"3.0","opera":"28","opera-android":"28","opera_mobile":"28","quest":"3.0","react-native":"0.69","rhino":"1.7.14","safari":"9.0","samsung":"3.4"},"es.string.repeat":{"android":"41","bun":"0.1.1","chrome":"41","chrome-android":"41","deno":"1.0","edge":"13","electron":"0.21","firefox":"24","firefox-android":"24","hermes":"0.1","ios":"9.0","node":"1.0","oculus":"3.0","opera":"28","opera-android":"28","opera_mobile":"28","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"9.0","samsung":"3.4"},"es.string.replace":{"android":"64","bun":"0.1.1","chrome":"64","chrome-android":"64","deno":"1.0","edge":"79","electron":"3.0","firefox":"78","firefox-android":"78","hermes":"0.13","ios":"14.0","node":"10.0","oculus":"5.0","opera":"51","opera-android":"47","opera_mobile":"47","quest":"5.0","react-native":"0.71","safari":"14.0","samsung":"9.0"},"es.string.replace-all":{"android":"85","bun":"0.1.1","chrome":"85","chrome-android":"85","deno":"1.2","edge":"85","electron":"10.0","firefox":"77","firefox-android":"77","hermes":"0.7","ios":"13.4","node":"15.0","oculus":"12.0","opera":"71","opera-android":"60","opera_mobile":"60","quest":"12.0","react-native":"0.69","rhino":"1.7.15","safari":"13.1","samsung":"14.0"},"es.string.search":{"android":"51","bun":"0.1.1","chrome":"51","chrome-android":"51","deno":"1.0","edge":"79","electron":"1.2","firefox":"49","firefox-android":"49","hermes":"0.1","ios":"10.0","node":"6.5","oculus":"3.0","opera":"38","opera-android":"38","opera_mobile":"38","quest":"3.0","react-native":"0.69","safari":"10.0","samsung":"5.0"},"es.string.split":{"android":"54","bun":"0.1.1","chrome":"54","chrome-android":"54","deno":"1.0","edge":"79","electron":"1.4","firefox":"49","firefox-android":"49","ios":"10.0","node":"7.0","oculus":"3.0","opera":"41","opera-android":"41","opera_mobile":"41","quest":"3.0","safari":"10.0","samsung":"6.0"},"es.string.starts-with":{"android":"51","bun":"0.1.1","chrome":"51","chrome-android":"51","deno":"1.0","edge":"79","electron":"1.2","firefox":"40","firefox-android":"40","hermes":"0.1","ios":"10.0","node":"6.5","oculus":"3.0","opera":"38","opera-android":"38","opera_mobile":"38","quest":"3.0","react-native":"0.69","rhino":"1.7.15","safari":"10.0","samsung":"5.0"},"es.string.substr":{"android":"3.0","bun":"0.1.1","chrome":"1","chrome-android":"18","deno":"1.0","edge":"12","electron":"0.20","firefox":"1","firefox-android":"4","hermes":"0.1","ie":"9","ios":"1.0","node":"0.0.3","oculus":"3.0","opera":"4","opera-android":"4","opera_mobile":"4","phantom":"1.9","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"1","samsung":"1.0"},"es.string.to-well-formed":{"android":"111","bun":"0.5.7","chrome":"111","chrome-android":"111","deno":"1.32","edge":"111","electron":"24.0","firefox":"119","firefox-android":"119","ios":"16.4","node":"20.0","oculus":"27.0","opera":"97","opera-android":"75","opera_mobile":"75","quest":"27.0","rhino":"1.8.0","safari":"16.4","samsung":"22.0"},"es.string.trim":{"android":"59","bun":"0.1.1","chrome":"59","chrome-android":"59","deno":"1.0","edge":"15","electron":"1.8","firefox":"52","firefox-android":"52","hermes":"0.1","ios":"12.2","node":"8.3","oculus":"4.0","opera":"46","opera-android":"43","opera_mobile":"43","quest":"4.0","react-native":"0.69","rhino":"1.8.0","safari":"12.1","samsung":"7.0"},"es.string.trim-end":{"android":"66","bun":"0.1.1","chrome":"66","chrome-android":"66","deno":"1.0","edge":"79","electron":"3.0","firefox":"61","firefox-android":"61","hermes":"0.3","ios":"12.2","node":"10.0","oculus":"5.0","opera":"53","opera-android":"47","opera_mobile":"47","quest":"5.0","react-native":"0.69","safari":"12.1","samsung":"9.0"},"es.string.trim-start":{"android":"66","bun":"0.1.1","chrome":"66","chrome-android":"66","deno":"1.0","edge":"79","electron":"3.0","firefox":"61","firefox-android":"61","hermes":"0.3","ios":"12.0","node":"10.0","oculus":"5.0","opera":"53","opera-android":"47","opera_mobile":"47","quest":"5.0","react-native":"0.69","safari":"12.0","samsung":"9.0"},"es.string.anchor":{"android":"3.0","bun":"0.1.1","chrome":"5","chrome-android":"18","deno":"1.0","edge":"12","electron":"0.20","firefox":"17","firefox-android":"17","ios":"6.0","node":"0.1.27","oculus":"3.0","opera":"15","opera-android":"15","opera_mobile":"15","phantom":"2.0","quest":"3.0","rhino":"1.7.14","safari":"6.0","samsung":"1.0"},"es.string.big":{"android":"3.0","bun":"0.1.1","chrome":"5","chrome-android":"18","deno":"1.0","edge":"12","electron":"0.20","firefox":"2","firefox-android":"4","ios":"2.0","node":"0.1.27","oculus":"3.0","opera":"10.50","opera-android":"10.50","opera_mobile":"10.50","phantom":"1.9","quest":"3.0","rhino":"1.7.13","safari":"3.1","samsung":"1.0"},"es.string.blink":{"android":"3.0","bun":"0.1.1","chrome":"5","chrome-android":"18","deno":"1.0","edge":"12","electron":"0.20","firefox":"2","firefox-android":"4","ios":"2.0","node":"0.1.27","oculus":"3.0","opera":"10.50","opera-android":"10.50","opera_mobile":"10.50","phantom":"1.9","quest":"3.0","rhino":"1.7.13","safari":"3.1","samsung":"1.0"},"es.string.bold":{"android":"3.0","bun":"0.1.1","chrome":"5","chrome-android":"18","deno":"1.0","edge":"12","electron":"0.20","firefox":"2","firefox-android":"4","ios":"2.0","node":"0.1.27","oculus":"3.0","opera":"10.50","opera-android":"10.50","opera_mobile":"10.50","phantom":"1.9","quest":"3.0","rhino":"1.7.13","safari":"3.1","samsung":"1.0"},"es.string.fixed":{"android":"3.0","bun":"0.1.1","chrome":"5","chrome-android":"18","deno":"1.0","edge":"12","electron":"0.20","firefox":"2","firefox-android":"4","ios":"2.0","node":"0.1.27","oculus":"3.0","opera":"10.50","opera-android":"10.50","opera_mobile":"10.50","phantom":"1.9","quest":"3.0","rhino":"1.7.13","safari":"3.1","samsung":"1.0"},"es.string.fontcolor":{"android":"3.0","bun":"0.1.1","chrome":"5","chrome-android":"18","deno":"1.0","edge":"12","electron":"0.20","firefox":"17","firefox-android":"17","ios":"6.0","node":"0.1.27","oculus":"3.0","opera":"15","opera-android":"15","opera_mobile":"15","phantom":"2.0","quest":"3.0","rhino":"1.7.14","safari":"6.0","samsung":"1.0"},"es.string.fontsize":{"android":"3.0","bun":"0.1.1","chrome":"5","chrome-android":"18","deno":"1.0","edge":"12","electron":"0.20","firefox":"17","firefox-android":"17","ios":"6.0","node":"0.1.27","oculus":"3.0","opera":"15","opera-android":"15","opera_mobile":"15","phantom":"2.0","quest":"3.0","rhino":"1.7.14","safari":"6.0","samsung":"1.0"},"es.string.italics":{"android":"3.0","bun":"0.1.1","chrome":"5","chrome-android":"18","deno":"1.0","edge":"12","electron":"0.20","firefox":"2","firefox-android":"4","ios":"2.0","node":"0.1.27","oculus":"3.0","opera":"10.50","opera-android":"10.50","opera_mobile":"10.50","phantom":"1.9","quest":"3.0","rhino":"1.7.13","safari":"3.1","samsung":"1.0"},"es.string.link":{"android":"3.0","bun":"0.1.1","chrome":"5","chrome-android":"18","deno":"1.0","edge":"12","electron":"0.20","firefox":"17","firefox-android":"17","ios":"6.0","node":"0.1.27","oculus":"3.0","opera":"15","opera-android":"15","opera_mobile":"15","phantom":"2.0","quest":"3.0","rhino":"1.7.14","safari":"6.0","samsung":"1.0"},"es.string.small":{"android":"3.0","bun":"0.1.1","chrome":"5","chrome-android":"18","deno":"1.0","edge":"12","electron":"0.20","firefox":"2","firefox-android":"4","ios":"2.0","node":"0.1.27","oculus":"3.0","opera":"10.50","opera-android":"10.50","opera_mobile":"10.50","phantom":"1.9","quest":"3.0","rhino":"1.7.13","safari":"3.1","samsung":"1.0"},"es.string.strike":{"android":"3.0","bun":"0.1.1","chrome":"5","chrome-android":"18","deno":"1.0","edge":"12","electron":"0.20","firefox":"2","firefox-android":"4","ios":"2.0","node":"0.1.27","oculus":"3.0","opera":"10.50","opera-android":"10.50","opera_mobile":"10.50","phantom":"1.9","quest":"3.0","rhino":"1.7.13","safari":"3.1","samsung":"1.0"},"es.string.sub":{"android":"3.0","bun":"0.1.1","chrome":"5","chrome-android":"18","deno":"1.0","edge":"12","electron":"0.20","firefox":"2","firefox-android":"4","ios":"2.0","node":"0.1.27","oculus":"3.0","opera":"10.50","opera-android":"10.50","opera_mobile":"10.50","phantom":"1.9","quest":"3.0","rhino":"1.7.13","safari":"3.1","samsung":"1.0"},"es.string.sup":{"android":"3.0","bun":"0.1.1","chrome":"5","chrome-android":"18","deno":"1.0","edge":"12","electron":"0.20","firefox":"2","firefox-android":"4","ios":"2.0","node":"0.1.27","oculus":"3.0","opera":"10.50","opera-android":"10.50","opera_mobile":"10.50","phantom":"1.9","quest":"3.0","rhino":"1.7.13","safari":"3.1","samsung":"1.0"},"es.typed-array.float32-array":{"android":"54","bun":"0.1.1","chrome":"54","chrome-android":"54","deno":"1.0","edge":"15","electron":"1.4","firefox":"55","firefox-android":"55","ios":"14.0","node":"7.0","oculus":"3.0","opera":"41","opera-android":"41","opera_mobile":"41","quest":"3.0","safari":"14.0","samsung":"6.0"},"es.typed-array.float64-array":{"android":"54","bun":"0.1.1","chrome":"54","chrome-android":"54","deno":"1.0","edge":"15","electron":"1.4","firefox":"55","firefox-android":"55","ios":"14.0","node":"7.0","oculus":"3.0","opera":"41","opera-android":"41","opera_mobile":"41","quest":"3.0","safari":"14.0","samsung":"6.0"},"es.typed-array.int8-array":{"android":"54","bun":"0.1.1","chrome":"54","chrome-android":"54","deno":"1.0","edge":"15","electron":"1.4","firefox":"55","firefox-android":"55","ios":"14.0","node":"7.0","oculus":"3.0","opera":"41","opera-android":"41","opera_mobile":"41","quest":"3.0","safari":"14.0","samsung":"6.0"},"es.typed-array.int16-array":{"android":"54","bun":"0.1.1","chrome":"54","chrome-android":"54","deno":"1.0","edge":"15","electron":"1.4","firefox":"55","firefox-android":"55","ios":"14.0","node":"7.0","oculus":"3.0","opera":"41","opera-android":"41","opera_mobile":"41","quest":"3.0","safari":"14.0","samsung":"6.0"},"es.typed-array.int32-array":{"android":"54","bun":"0.1.1","chrome":"54","chrome-android":"54","deno":"1.0","edge":"15","electron":"1.4","firefox":"55","firefox-android":"55","ios":"14.0","node":"7.0","oculus":"3.0","opera":"41","opera-android":"41","opera_mobile":"41","quest":"3.0","safari":"14.0","samsung":"6.0"},"es.typed-array.uint8-array":{"android":"54","bun":"0.1.1","chrome":"54","chrome-android":"54","deno":"1.0","edge":"15","electron":"1.4","firefox":"55","firefox-android":"55","ios":"14.0","node":"7.0","oculus":"3.0","opera":"41","opera-android":"41","opera_mobile":"41","quest":"3.0","safari":"14.0","samsung":"6.0"},"es.typed-array.uint8-clamped-array":{"android":"54","bun":"0.1.1","chrome":"54","chrome-android":"54","deno":"1.0","edge":"15","electron":"1.4","firefox":"55","firefox-android":"55","ios":"14.0","node":"7.0","oculus":"3.0","opera":"41","opera-android":"41","opera_mobile":"41","quest":"3.0","safari":"14.0","samsung":"6.0"},"es.typed-array.uint16-array":{"android":"54","bun":"0.1.1","chrome":"54","chrome-android":"54","deno":"1.0","edge":"15","electron":"1.4","firefox":"55","firefox-android":"55","ios":"14.0","node":"7.0","oculus":"3.0","opera":"41","opera-android":"41","opera_mobile":"41","quest":"3.0","safari":"14.0","samsung":"6.0"},"es.typed-array.uint32-array":{"android":"54","bun":"0.1.1","chrome":"54","chrome-android":"54","deno":"1.0","edge":"15","electron":"1.4","firefox":"55","firefox-android":"55","ios":"14.0","node":"7.0","oculus":"3.0","opera":"41","opera-android":"41","opera_mobile":"41","quest":"3.0","safari":"14.0","samsung":"6.0"},"es.typed-array.at":{"android":"92","bun":"0.1.1","chrome":"92","chrome-android":"92","deno":"1.12","edge":"92","electron":"14.0","firefox":"90","firefox-android":"90","hermes":"0.13","ios":"15.4","node":"16.6","oculus":"17.0","opera":"78","opera-android":"65","opera_mobile":"65","quest":"17.0","react-native":"0.71","rhino":"1.7.15","safari":"15.4","samsung":"16.0"},"es.typed-array.copy-within":{"android":"45","bun":"0.1.1","chrome":"45","chrome-android":"45","deno":"1.0","edge":"13","electron":"0.31","firefox":"34","firefox-android":"34","hermes":"0.1","ios":"10.0","node":"4.0","oculus":"3.0","opera":"32","opera-android":"32","opera_mobile":"32","quest":"3.0","react-native":"0.69","safari":"10.0","samsung":"5.0"},"es.typed-array.every":{"android":"45","bun":"0.1.1","chrome":"45","chrome-android":"45","deno":"1.0","edge":"13","electron":"0.31","firefox":"37","firefox-android":"37","hermes":"0.1","ios":"10.0","node":"4.0","oculus":"3.0","opera":"32","opera-android":"32","opera_mobile":"32","quest":"3.0","react-native":"0.69","safari":"10.0","samsung":"5.0"},"es.typed-array.fill":{"android":"58","bun":"0.1.1","chrome":"58","chrome-android":"58","deno":"1.0","edge":"79","electron":"1.7","firefox":"55","firefox-android":"55","hermes":"0.1","ios":"14.5","node":"8.0","oculus":"4.0","opera":"45","opera-android":"43","opera_mobile":"43","quest":"4.0","react-native":"0.69","safari":"14.1","samsung":"7.0"},"es.typed-array.filter":{"android":"45","bun":"0.1.1","chrome":"45","chrome-android":"45","deno":"1.0","edge":"13","electron":"0.31","firefox":"38","firefox-android":"38","hermes":"0.1","ios":"10.0","node":"4.0","oculus":"3.0","opera":"32","opera-android":"32","opera_mobile":"32","quest":"3.0","react-native":"0.69","safari":"10.0","samsung":"5.0"},"es.typed-array.find":{"android":"45","bun":"0.1.1","chrome":"45","chrome-android":"45","deno":"1.0","edge":"13","electron":"0.31","firefox":"37","firefox-android":"37","hermes":"0.1","ios":"10.0","node":"4.0","oculus":"3.0","opera":"32","opera-android":"32","opera_mobile":"32","quest":"3.0","react-native":"0.69","safari":"10.0","samsung":"5.0"},"es.typed-array.find-index":{"android":"45","bun":"0.1.1","chrome":"45","chrome-android":"45","deno":"1.0","edge":"13","electron":"0.31","firefox":"37","firefox-android":"37","hermes":"0.1","ios":"10.0","node":"4.0","oculus":"3.0","opera":"32","opera-android":"32","opera_mobile":"32","quest":"3.0","react-native":"0.69","safari":"10.0","samsung":"5.0"},"es.typed-array.find-last":{"android":"97","bun":"0.1.1","chrome":"97","chrome-android":"97","deno":"1.16","edge":"97","electron":"17.0","firefox":"104","firefox-android":"104","hermes":"0.11","ios":"15.4","node":"18.0","oculus":"20.0","opera":"83","opera-android":"68","opera_mobile":"68","quest":"20.0","react-native":"0.69","rhino":"1.8.0","safari":"15.4","samsung":"18.0"},"es.typed-array.find-last-index":{"android":"97","bun":"0.1.1","chrome":"97","chrome-android":"97","deno":"1.16","edge":"97","electron":"17.0","firefox":"104","firefox-android":"104","hermes":"0.11","ios":"15.4","node":"18.0","oculus":"20.0","opera":"83","opera-android":"68","opera_mobile":"68","quest":"20.0","react-native":"0.69","rhino":"1.8.0","safari":"15.4","samsung":"18.0"},"es.typed-array.for-each":{"android":"45","bun":"0.1.1","chrome":"45","chrome-android":"45","deno":"1.0","edge":"13","electron":"0.31","firefox":"38","firefox-android":"38","hermes":"0.1","ios":"10.0","node":"4.0","oculus":"3.0","opera":"32","opera-android":"32","opera_mobile":"32","quest":"3.0","react-native":"0.69","safari":"10.0","samsung":"5.0"},"es.typed-array.from":{"android":"54","bun":"0.1.1","chrome":"54","chrome-android":"54","deno":"1.0","edge":"15","electron":"1.4","firefox":"55","firefox-android":"55","ios":"14.0","node":"7.0","oculus":"3.0","opera":"41","opera-android":"41","opera_mobile":"41","quest":"3.0","safari":"14.0","samsung":"6.0"},"es.typed-array.includes":{"android":"49","bun":"0.1.1","chrome":"49","chrome-android":"49","deno":"1.0","edge":"14","electron":"0.37","firefox":"43","firefox-android":"43","hermes":"0.1","ios":"10.0","node":"6.0","oculus":"3.0","opera":"36","opera-android":"36","opera_mobile":"36","quest":"3.0","react-native":"0.69","safari":"10.0","samsung":"5.0"},"es.typed-array.index-of":{"android":"45","bun":"0.1.1","chrome":"45","chrome-android":"45","deno":"1.0","edge":"13","electron":"0.31","firefox":"37","firefox-android":"37","hermes":"0.1","ios":"10.0","node":"4.0","oculus":"3.0","opera":"32","opera-android":"32","opera_mobile":"32","quest":"3.0","react-native":"0.69","safari":"10.0","samsung":"5.0"},"es.typed-array.iterator":{"android":"51","bun":"0.1.1","chrome":"51","chrome-android":"51","deno":"1.0","edge":"13","electron":"1.2","firefox":"37","firefox-android":"37","hermes":"0.1","ios":"10.0","node":"6.5","oculus":"3.0","opera":"38","opera-android":"38","opera_mobile":"38","quest":"3.0","react-native":"0.69","safari":"10.0","samsung":"5.0"},"es.typed-array.join":{"android":"45","bun":"0.1.1","chrome":"45","chrome-android":"45","deno":"1.0","edge":"13","electron":"0.31","firefox":"37","firefox-android":"37","hermes":"0.1","ios":"10.0","node":"4.0","oculus":"3.0","opera":"32","opera-android":"32","opera_mobile":"32","quest":"3.0","react-native":"0.69","safari":"10.0","samsung":"5.0"},"es.typed-array.last-index-of":{"android":"45","bun":"0.1.1","chrome":"45","chrome-android":"45","deno":"1.0","edge":"13","electron":"0.31","firefox":"37","firefox-android":"37","hermes":"0.1","ios":"10.0","node":"4.0","oculus":"3.0","opera":"32","opera-android":"32","opera_mobile":"32","quest":"3.0","react-native":"0.69","safari":"10.0","samsung":"5.0"},"es.typed-array.map":{"android":"45","bun":"0.1.1","chrome":"45","chrome-android":"45","deno":"1.0","edge":"13","electron":"0.31","firefox":"38","firefox-android":"38","hermes":"0.1","ios":"10.0","node":"4.0","oculus":"3.0","opera":"32","opera-android":"32","opera_mobile":"32","quest":"3.0","react-native":"0.69","safari":"10.0","samsung":"5.0"},"es.typed-array.of":{"android":"54","bun":"0.1.1","chrome":"54","chrome-android":"54","deno":"1.0","edge":"15","electron":"1.4","firefox":"55","firefox-android":"55","ios":"14.0","node":"7.0","oculus":"3.0","opera":"41","opera-android":"41","opera_mobile":"41","quest":"3.0","safari":"14.0","samsung":"6.0"},"es.typed-array.reduce":{"android":"45","bun":"0.1.1","chrome":"45","chrome-android":"45","deno":"1.0","edge":"13","electron":"0.31","firefox":"37","firefox-android":"37","hermes":"0.1","ios":"10.0","node":"4.0","oculus":"3.0","opera":"32","opera-android":"32","opera_mobile":"32","quest":"3.0","react-native":"0.69","safari":"10.0","samsung":"5.0"},"es.typed-array.reduce-right":{"android":"45","bun":"0.1.1","chrome":"45","chrome-android":"45","deno":"1.0","edge":"13","electron":"0.31","firefox":"37","firefox-android":"37","hermes":"0.1","ios":"10.0","node":"4.0","oculus":"3.0","opera":"32","opera-android":"32","opera_mobile":"32","quest":"3.0","react-native":"0.69","safari":"10.0","samsung":"5.0"},"es.typed-array.reverse":{"android":"45","bun":"0.1.1","chrome":"45","chrome-android":"45","deno":"1.0","edge":"13","electron":"0.31","firefox":"37","firefox-android":"37","hermes":"0.1","ios":"10.0","node":"4.0","oculus":"3.0","opera":"32","opera-android":"32","opera_mobile":"32","quest":"3.0","react-native":"0.69","safari":"10.0","samsung":"5.0"},"es.typed-array.set":{"android":"95","bun":"0.1.1","chrome":"95","chrome-android":"95","deno":"1.15","edge":"95","electron":"16.0","firefox":"54","firefox-android":"54","hermes":"0.1","ios":"14.5","node":"17.0","oculus":"18.0","opera":"81","opera-android":"67","opera_mobile":"67","quest":"18.0","react-native":"0.69","safari":"14.1","samsung":"17.0"},"es.typed-array.slice":{"android":"45","bun":"0.1.1","chrome":"45","chrome-android":"45","deno":"1.0","edge":"13","electron":"0.31","firefox":"38","firefox-android":"38","hermes":"0.1","ios":"10.0","node":"4.0","oculus":"3.0","opera":"32","opera-android":"32","opera_mobile":"32","quest":"3.0","react-native":"0.69","safari":"10.0","samsung":"5.0"},"es.typed-array.some":{"android":"45","bun":"0.1.1","chrome":"45","chrome-android":"45","deno":"1.0","edge":"13","electron":"0.31","firefox":"37","firefox-android":"37","hermes":"0.1","ios":"10.0","node":"4.0","oculus":"3.0","opera":"32","opera-android":"32","opera_mobile":"32","quest":"3.0","react-native":"0.69","safari":"10.0","samsung":"5.0"},"es.typed-array.sort":{"android":"74","bun":"0.1.1","chrome":"74","chrome-android":"74","deno":"1.0","edge":"79","electron":"6.0","firefox":"67","firefox-android":"67","hermes":"0.10","ios":"14.5","node":"12.0","oculus":"6.0","opera":"61","opera-android":"53","opera_mobile":"53","quest":"6.0","react-native":"0.69","safari":"14.1","samsung":"11.0"},"es.typed-array.subarray":{"android":"4.4","bun":"0.1.1","chrome":"26","chrome-android":"26","deno":"1.0","edge":"13","electron":"0.20","firefox":"15","firefox-android":"15","hermes":"0.1","ios":"8.0","node":"0.11.0","oculus":"3.0","opera":"15","opera-android":"15","opera_mobile":"15","quest":"3.0","react-native":"0.69","safari":"7.1","samsung":"1.5"},"es.typed-array.to-locale-string":{"android":"45","bun":"0.1.1","chrome":"45","chrome-android":"45","deno":"1.0","edge":"79","electron":"0.31","firefox":"51","firefox-android":"51","hermes":"0.1","ios":"10.0","node":"4.0","oculus":"3.0","opera":"32","opera-android":"32","opera_mobile":"32","quest":"3.0","react-native":"0.69","safari":"10.0","samsung":"5.0"},"es.typed-array.to-reversed":{"android":"110","bun":"0.1.1","chrome":"110","chrome-android":"110","deno":"1.27","edge":"110","electron":"23.0","firefox":"115","firefox-android":"115","ios":"16.0","node":"20.0","oculus":"26.0","opera":"96","opera-android":"74","opera_mobile":"74","quest":"26.0","rhino":"1.8.0","safari":"16.0","samsung":"21.0"},"es.typed-array.to-sorted":{"android":"110","bun":"0.1.1","chrome":"110","chrome-android":"110","deno":"1.27","edge":"110","electron":"23.0","firefox":"115","firefox-android":"115","ios":"16.0","node":"20.0","oculus":"26.0","opera":"96","opera-android":"74","opera_mobile":"74","quest":"26.0","rhino":"1.8.0","safari":"16.0","samsung":"21.0"},"es.typed-array.to-string":{"android":"51","bun":"0.1.1","chrome":"51","chrome-android":"51","deno":"1.0","edge":"13","electron":"1.2","firefox":"51","firefox-android":"51","hermes":"0.1","ios":"10.0","node":"6.5","oculus":"3.0","opera":"38","opera-android":"38","opera_mobile":"38","quest":"3.0","react-native":"0.69","safari":"10.0","samsung":"5.0"},"es.typed-array.with":{"android":"110","bun":"0.1.9","chrome":"110","chrome-android":"110","deno":"1.27","edge":"110","electron":"23.0","firefox":"115","firefox-android":"115","ios":"16.4","node":"20.0","oculus":"26.0","opera":"96","opera-android":"74","opera_mobile":"74","quest":"26.0","rhino":"1.8.0","safari":"16.4","samsung":"21.0"},"es.unescape":{"android":"3.0","bun":"0.1.1","chrome":"1","chrome-android":"18","deno":"1.0","edge":"12","electron":"0.20","firefox":"1","firefox-android":"4","hermes":"0.1","ie":"3","ios":"1.0","node":"0.0.3","oculus":"3.0","opera":"3","opera-android":"3","opera_mobile":"3","phantom":"1.9","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"1","samsung":"1.0"},"es.weak-map":{"android":"51","bun":"0.1.1","chrome":"51","chrome-android":"51","deno":"1.0","edge":"79","electron":"1.2","firefox":"53","firefox-android":"53","hermes":"0.13","ios":"10.0","node":"6.5","oculus":"3.0","opera":"38","opera-android":"38","opera_mobile":"38","quest":"3.0","react-native":"0.73","rhino":"1.7.13","safari":"10.0","samsung":"5.0"},"es.weak-set":{"android":"51","bun":"0.1.1","chrome":"51","chrome-android":"51","deno":"1.0","edge":"15","electron":"1.2","firefox":"53","firefox-android":"53","hermes":"0.13","ios":"10.0","node":"6.5","oculus":"3.0","opera":"38","opera-android":"38","opera_mobile":"38","quest":"3.0","react-native":"0.73","rhino":"1.7.13","safari":"10.0","samsung":"5.0"},"esnext.aggregate-error":{"android":"85","bun":"0.1.1","chrome":"85","chrome-android":"85","deno":"1.2","edge":"85","electron":"10.0","firefox":"79","firefox-android":"79","hermes":"0.13","ios":"14.0","node":"15.0","oculus":"12.0","opera":"71","opera-android":"60","opera_mobile":"60","quest":"12.0","react-native":"0.72","rhino":"1.8.0","safari":"14.0","samsung":"14.0"},"esnext.suppressed-error.constructor":{"android":"134","chrome":"134","chrome-android":"134","edge":"134","electron":"35.0","opera":"119"},"esnext.array.from-async":{"android":"121","bun":"1.1.2","chrome":"121","chrome-android":"121","deno":"1.38","edge":"121","electron":"29.0","firefox":"115","firefox-android":"115","ios":"18.0","node":"22.0","oculus":"32.0","opera":"107","opera-android":"81","opera_mobile":"81","quest":"32.0","safari":"18.0","samsung":"25.0"},"esnext.array.at":{"android":"92","bun":"0.1.1","chrome":"92","chrome-android":"92","deno":"1.12","edge":"92","electron":"14.0","firefox":"90","firefox-android":"90","hermes":"0.13","ios":"15.4","node":"16.6","oculus":"17.0","opera":"78","opera-android":"65","opera_mobile":"65","quest":"17.0","react-native":"0.71","rhino":"1.7.15","safari":"15.4","samsung":"16.0"},"esnext.array.filter-out":{},"esnext.array.filter-reject":{},"esnext.array.find-last":{"android":"97","bun":"0.1.1","chrome":"97","chrome-android":"97","deno":"1.16","edge":"97","electron":"17.0","firefox":"104","firefox-android":"104","hermes":"0.11","ios":"15.4","node":"18.0","oculus":"20.0","opera":"83","opera-android":"68","opera_mobile":"68","quest":"20.0","react-native":"0.69","rhino":"1.8.0","safari":"15.4","samsung":"18.0"},"esnext.array.find-last-index":{"android":"97","bun":"0.1.1","chrome":"97","chrome-android":"97","deno":"1.16","edge":"97","electron":"17.0","firefox":"104","firefox-android":"104","hermes":"0.11","ios":"15.4","node":"18.0","oculus":"20.0","opera":"83","opera-android":"68","opera_mobile":"68","quest":"20.0","react-native":"0.69","rhino":"1.8.0","safari":"15.4","samsung":"18.0"},"esnext.array.group":{},"esnext.array.group-by":{},"esnext.array.group-by-to-map":{},"esnext.array.group-to-map":{},"esnext.array.is-template-object":{},"esnext.array.last-index":{},"esnext.array.last-item":{},"esnext.array.to-reversed":{"android":"110","bun":"0.1.1","chrome":"110","chrome-android":"110","deno":"1.27","edge":"110","electron":"23.0","firefox":"115","firefox-android":"115","hermes":"0.13","ios":"16.0","node":"20.0","oculus":"26.0","opera":"96","opera-android":"74","opera_mobile":"74","quest":"26.0","react-native":"0.74","rhino":"1.8.0","safari":"16.0","samsung":"21.0"},"esnext.array.to-sorted":{"android":"110","bun":"0.1.1","chrome":"110","chrome-android":"110","deno":"1.27","edge":"110","electron":"23.0","firefox":"115","firefox-android":"115","ios":"16.0","node":"20.0","oculus":"26.0","opera":"96","opera-android":"74","opera_mobile":"74","quest":"26.0","rhino":"1.8.0","safari":"16.0","samsung":"21.0"},"esnext.array.to-spliced":{"android":"110","bun":"0.1.1","chrome":"110","chrome-android":"110","deno":"1.27","edge":"110","electron":"23.0","firefox":"115","firefox-android":"115","hermes":"0.13","ios":"16.0","node":"20.0","oculus":"26.0","opera":"96","opera-android":"74","opera_mobile":"74","quest":"26.0","react-native":"0.74","rhino":"1.8.0","safari":"16.0","samsung":"21.0"},"esnext.array.unique-by":{},"esnext.array.with":{"android":"110","bun":"0.1.1","chrome":"110","chrome-android":"110","deno":"1.27","edge":"110","electron":"23.0","firefox":"115","firefox-android":"115","hermes":"0.13","ios":"16.0","node":"20.0","oculus":"26.0","opera":"96","opera-android":"74","opera_mobile":"74","quest":"26.0","react-native":"0.74","rhino":"1.8.0","safari":"16.0","samsung":"21.0"},"esnext.array-buffer.detached":{"android":"114","bun":"1.0.19","chrome":"114","chrome-android":"114","deno":"1.33","edge":"114","electron":"25.0","firefox":"122","firefox-android":"122","ios":"17.4","node":"21.0","oculus":"28.0","opera":"100","opera-android":"76","opera_mobile":"76","quest":"28.0","safari":"17.4","samsung":"23.0"},"esnext.array-buffer.transfer":{"android":"114","bun":"1.0.19","chrome":"114","chrome-android":"114","deno":"1.33","edge":"114","electron":"25.0","firefox":"122","firefox-android":"122","ios":"17.4","node":"21.0","oculus":"28.0","opera":"100","opera-android":"76","opera_mobile":"76","quest":"28.0","safari":"17.4","samsung":"23.0"},"esnext.array-buffer.transfer-to-fixed-length":{"android":"114","bun":"1.0.19","chrome":"114","chrome-android":"114","deno":"1.33","edge":"114","electron":"25.0","firefox":"122","firefox-android":"122","ios":"17.4","node":"21.0","oculus":"28.0","opera":"100","opera-android":"76","opera_mobile":"76","quest":"28.0","safari":"17.4","samsung":"23.0"},"esnext.async-disposable-stack.constructor":{"android":"136","chrome":"136","chrome-android":"136","edge":"136","opera":"121"},"esnext.async-iterator.constructor":{},"esnext.async-iterator.as-indexed-pairs":{},"esnext.async-iterator.async-dispose":{},"esnext.async-iterator.drop":{},"esnext.async-iterator.every":{},"esnext.async-iterator.filter":{},"esnext.async-iterator.find":{},"esnext.async-iterator.flat-map":{},"esnext.async-iterator.for-each":{},"esnext.async-iterator.from":{},"esnext.async-iterator.indexed":{},"esnext.async-iterator.map":{},"esnext.async-iterator.reduce":{},"esnext.async-iterator.some":{},"esnext.async-iterator.take":{},"esnext.async-iterator.to-array":{},"esnext.bigint.range":{},"esnext.composite-key":{},"esnext.composite-symbol":{},"esnext.data-view.get-float16":{"android":"135","bun":"1.1.23","chrome":"135","chrome-android":"135","deno":"1.43","edge":"135","electron":"36.0","firefox":"129","firefox-android":"129","ios":"18.2","opera":"120","safari":"18.2"},"esnext.data-view.get-uint8-clamped":{},"esnext.data-view.set-float16":{"android":"135","bun":"1.1.23","chrome":"135","chrome-android":"135","deno":"1.43","edge":"135","electron":"36.0","firefox":"129","firefox-android":"129","ios":"18.2","opera":"120","safari":"18.2"},"esnext.data-view.set-uint8-clamped":{},"esnext.disposable-stack.constructor":{"android":"134","chrome":"134","chrome-android":"134","edge":"134","electron":"35.0","opera":"119"},"esnext.error.is-error":{"android":"134","chrome":"134","chrome-android":"134","deno":"2.2","edge":"134","electron":"35.0","opera":"119"},"esnext.function.demethodize":{},"esnext.function.is-callable":{},"esnext.function.is-constructor":{},"esnext.function.metadata":{},"esnext.function.un-this":{},"esnext.global-this":{"android":"71","bun":"0.1.1","chrome":"71","chrome-android":"71","deno":"1.0","edge":"79","electron":"5.0","firefox":"65","firefox-android":"65","hermes":"0.2","ios":"12.2","node":"12.0","oculus":"6.0","opera":"58","opera-android":"50","opera_mobile":"50","quest":"6.0","react-native":"0.69","rhino":"1.7.14","safari":"12.1","samsung":"10.0"},"esnext.iterator.constructor":{"android":"122","bun":"1.1.31","chrome":"122","chrome-android":"122","deno":"1.37","edge":"122","electron":"29.0","firefox":"131","firefox-android":"131","ios":"18.4","node":"22.0","oculus":"32.0","opera":"108","opera-android":"81","opera_mobile":"81","quest":"32.0","safari":"18.4","samsung":"26.0"},"esnext.iterator.as-indexed-pairs":{},"esnext.iterator.concat":{},"esnext.iterator.dispose":{"android":"134","chrome":"134","chrome-android":"134","edge":"134","electron":"35.0","firefox":"135","firefox-android":"135","opera":"119"},"esnext.iterator.drop":{"android":"122","bun":"1.1.31","chrome":"122","chrome-android":"122","deno":"1.37","edge":"122","electron":"29.0","firefox":"131","firefox-android":"131","ios":"18.4","node":"22.0","oculus":"32.0","opera":"108","opera-android":"81","opera_mobile":"81","quest":"32.0","safari":"18.4","samsung":"26.0"},"esnext.iterator.every":{"android":"122","bun":"1.1.31","chrome":"122","chrome-android":"122","deno":"1.37","edge":"122","electron":"29.0","firefox":"131","firefox-android":"131","ios":"18.4","node":"22.0","oculus":"32.0","opera":"108","opera-android":"81","opera_mobile":"81","quest":"32.0","safari":"18.4","samsung":"26.0"},"esnext.iterator.filter":{"android":"122","bun":"1.1.31","chrome":"122","chrome-android":"122","deno":"1.37","edge":"122","electron":"29.0","firefox":"131","firefox-android":"131","ios":"18.4","node":"22.0","oculus":"32.0","opera":"108","opera-android":"81","opera_mobile":"81","quest":"32.0","safari":"18.4","samsung":"26.0"},"esnext.iterator.find":{"android":"122","bun":"1.1.31","chrome":"122","chrome-android":"122","deno":"1.37","edge":"122","electron":"29.0","firefox":"131","firefox-android":"131","ios":"18.4","node":"22.0","oculus":"32.0","opera":"108","opera-android":"81","opera_mobile":"81","quest":"32.0","safari":"18.4","samsung":"26.0"},"esnext.iterator.flat-map":{"android":"122","bun":"1.1.31","chrome":"122","chrome-android":"122","deno":"1.37","edge":"122","electron":"29.0","firefox":"131","firefox-android":"131","ios":"18.4","node":"22.0","oculus":"32.0","opera":"108","opera-android":"81","opera_mobile":"81","quest":"32.0","safari":"18.4","samsung":"26.0"},"esnext.iterator.for-each":{"android":"122","bun":"1.1.31","chrome":"122","chrome-android":"122","deno":"1.37","edge":"122","electron":"29.0","firefox":"131","firefox-android":"131","ios":"18.4","node":"22.0","oculus":"32.0","opera":"108","opera-android":"81","opera_mobile":"81","quest":"32.0","safari":"18.4","samsung":"26.0"},"esnext.iterator.from":{"android":"122","bun":"1.1.31","chrome":"122","chrome-android":"122","deno":"1.37","edge":"122","electron":"29.0","firefox":"131","firefox-android":"131","ios":"18.4","node":"22.0","oculus":"32.0","opera":"108","opera-android":"81","opera_mobile":"81","quest":"32.0","safari":"18.4","samsung":"26.0"},"esnext.iterator.indexed":{},"esnext.iterator.map":{"android":"122","bun":"1.1.31","chrome":"122","chrome-android":"122","deno":"1.37","edge":"122","electron":"29.0","firefox":"131","firefox-android":"131","ios":"18.4","node":"22.0","oculus":"32.0","opera":"108","opera-android":"81","opera_mobile":"81","quest":"32.0","safari":"18.4","samsung":"26.0"},"esnext.iterator.range":{},"esnext.iterator.reduce":{"android":"122","bun":"1.1.31","chrome":"122","chrome-android":"122","deno":"1.37","edge":"122","electron":"29.0","firefox":"131","firefox-android":"131","ios":"18.4","node":"22.0","oculus":"32.0","opera":"108","opera-android":"81","opera_mobile":"81","quest":"32.0","safari":"18.4","samsung":"26.0"},"esnext.iterator.some":{"android":"122","bun":"1.1.31","chrome":"122","chrome-android":"122","deno":"1.37","edge":"122","electron":"29.0","firefox":"131","firefox-android":"131","ios":"18.4","node":"22.0","oculus":"32.0","opera":"108","opera-android":"81","opera_mobile":"81","quest":"32.0","safari":"18.4","samsung":"26.0"},"esnext.iterator.take":{"android":"122","bun":"1.1.31","chrome":"122","chrome-android":"122","deno":"1.37","edge":"122","electron":"29.0","firefox":"131","firefox-android":"131","ios":"18.4","node":"22.0","oculus":"32.0","opera":"108","opera-android":"81","opera_mobile":"81","quest":"32.0","safari":"18.4","samsung":"26.0"},"esnext.iterator.to-array":{"android":"122","bun":"1.1.31","chrome":"122","chrome-android":"122","deno":"1.37","edge":"122","electron":"29.0","firefox":"131","firefox-android":"131","ios":"18.4","node":"22.0","oculus":"32.0","opera":"108","opera-android":"81","opera_mobile":"81","quest":"32.0","safari":"18.4","samsung":"26.0"},"esnext.iterator.to-async":{},"esnext.json.is-raw-json":{"android":"114","bun":"1.1.43","chrome":"114","chrome-android":"114","deno":"1.33","edge":"114","electron":"25.0","firefox":"135","firefox-android":"135","ios":"18.4","node":"21.0","oculus":"28.0","opera":"100","opera-android":"76","opera_mobile":"76","quest":"28.0","safari":"18.4","samsung":"23.0"},"esnext.json.parse":{"android":"114","bun":"1.1.43","chrome":"114","chrome-android":"114","deno":"1.33","edge":"114","electron":"25.0","firefox":"135","firefox-android":"135","ios":"18.4","node":"21.0","oculus":"28.0","opera":"100","opera-android":"76","opera_mobile":"76","quest":"28.0","safari":"18.4","samsung":"23.0"},"esnext.json.raw-json":{"android":"114","bun":"1.1.43","chrome":"114","chrome-android":"114","deno":"1.33","edge":"114","electron":"25.0","firefox":"135","firefox-android":"135","ios":"18.4","node":"21.0","oculus":"28.0","opera":"100","opera-android":"76","opera_mobile":"76","quest":"28.0","safari":"18.4","samsung":"23.0"},"esnext.map.delete-all":{},"esnext.map.emplace":{},"esnext.map.every":{},"esnext.map.filter":{},"esnext.map.find":{},"esnext.map.find-key":{},"esnext.map.from":{},"esnext.map.get-or-insert":{},"esnext.map.get-or-insert-computed":{},"esnext.map.group-by":{"android":"117","bun":"1.1.2","chrome":"117","chrome-android":"117","deno":"1.37","edge":"117","electron":"27.0","firefox":"119","firefox-android":"119","ios":"18.0","node":"21.0","oculus":"30.0","opera":"103","opera-android":"78","opera_mobile":"78","quest":"30.0","rhino":"1.8.0","safari":"18.0","samsung":"24.0"},"esnext.map.includes":{},"esnext.map.key-by":{},"esnext.map.key-of":{},"esnext.map.map-keys":{},"esnext.map.map-values":{},"esnext.map.merge":{},"esnext.map.of":{},"esnext.map.reduce":{},"esnext.map.some":{},"esnext.map.update":{},"esnext.map.update-or-insert":{},"esnext.map.upsert":{},"esnext.math.clamp":{},"esnext.math.deg-per-rad":{},"esnext.math.degrees":{},"esnext.math.fscale":{},"esnext.math.f16round":{"android":"135","bun":"1.1.23","chrome":"135","chrome-android":"135","deno":"1.43","edge":"135","electron":"36.0","firefox":"129","firefox-android":"129","ios":"18.2","opera":"120","safari":"18.2"},"esnext.math.iaddh":{},"esnext.math.imulh":{},"esnext.math.isubh":{},"esnext.math.rad-per-deg":{},"esnext.math.radians":{},"esnext.math.scale":{},"esnext.math.seeded-prng":{},"esnext.math.signbit":{},"esnext.math.sum-precise":{"firefox":"137","firefox-android":"137"},"esnext.math.umulh":{},"esnext.number.from-string":{},"esnext.number.range":{},"esnext.object.has-own":{"android":"93","bun":"0.1.1","chrome":"93","chrome-android":"93","deno":"1.13","edge":"93","electron":"14.0","firefox":"92","firefox-android":"92","hermes":"0.10","ios":"15.4","node":"16.9","oculus":"17.0","opera":"79","opera-android":"66","opera_mobile":"66","quest":"17.0","react-native":"0.69","rhino":"1.7.15","safari":"15.4","samsung":"17.0"},"esnext.object.iterate-entries":{},"esnext.object.iterate-keys":{},"esnext.object.iterate-values":{},"esnext.object.group-by":{"android":"117","bun":"1.1.2","chrome":"117","chrome-android":"117","deno":"1.37","edge":"117","electron":"27.0","firefox":"119","firefox-android":"119","ios":"18.0","node":"21.0","oculus":"30.0","opera":"103","opera-android":"78","opera_mobile":"78","quest":"30.0","rhino":"1.8.0","safari":"18.0","samsung":"24.0"},"esnext.observable":{},"esnext.promise.all-settled":{"android":"76","bun":"0.1.1","chrome":"76","chrome-android":"76","deno":"1.24","edge":"79","electron":"6.0","firefox":"71","firefox-android":"71","ios":"13.0","node":"12.9","oculus":"7.0","opera":"63","opera-android":"54","opera_mobile":"54","quest":"7.0","rhino":"1.7.15","safari":"13","samsung":"12.0"},"esnext.promise.any":{"android":"85","bun":"0.1.1","chrome":"85","chrome-android":"85","deno":"1.24","edge":"85","electron":"10.0","firefox":"79","firefox-android":"79","ios":"14.0","node":"15.0","oculus":"12.0","opera":"71","opera-android":"60","opera_mobile":"60","quest":"12.0","rhino":"1.8.0","safari":"14.0","samsung":"14.0"},"esnext.promise.try":{"android":"128","bun":"1.1.22","chrome":"128","chrome-android":"128","deno":"1.46","edge":"128","electron":"32.0","firefox":"134","firefox-android":"134","ios":"18.2","node":"23.0","oculus":"35.0","opera":"114","opera-android":"85","opera_mobile":"85","quest":"35.0","safari":"18.2","samsung":"28.0"},"esnext.promise.with-resolvers":{"android":"119","bun":"0.7.1","chrome":"119","chrome-android":"119","deno":"1.38","edge":"119","electron":"28.0","firefox":"121","firefox-android":"121","ios":"17.4","node":"22.0","oculus":"31.0","opera":"105","opera-android":"79","opera_mobile":"79","quest":"31.0","safari":"17.4","samsung":"25.0"},"esnext.reflect.define-metadata":{},"esnext.reflect.delete-metadata":{},"esnext.reflect.get-metadata":{},"esnext.reflect.get-metadata-keys":{},"esnext.reflect.get-own-metadata":{},"esnext.reflect.get-own-metadata-keys":{},"esnext.reflect.has-metadata":{},"esnext.reflect.has-own-metadata":{},"esnext.reflect.metadata":{},"esnext.regexp.escape":{"bun":"1.1.22","firefox":"134","firefox-android":"134","ios":"18.2","safari":"18.2"},"esnext.set.add-all":{},"esnext.set.delete-all":{},"esnext.set.difference.v2":{"android":"128","bun":"1.1.1","chrome":"128","chrome-android":"128","deno":"1.46","edge":"128","electron":"32.0","firefox":"127","firefox-android":"127","ios":"18.0","node":"22.10","oculus":"35.0","opera":"114","opera-android":"85","opera_mobile":"85","quest":"35.0","safari":"18.0","samsung":"28.0"},"esnext.set.difference":{},"esnext.set.every":{},"esnext.set.filter":{},"esnext.set.find":{},"esnext.set.from":{},"esnext.set.intersection.v2":{"android":"128","bun":"1.1.1","chrome":"128","chrome-android":"128","deno":"1.46","edge":"128","electron":"32.0","firefox":"127","firefox-android":"127","ios":"18.0","node":"22.10","oculus":"35.0","opera":"114","opera-android":"85","opera_mobile":"85","quest":"35.0","safari":"18.0","samsung":"28.0"},"esnext.set.intersection":{},"esnext.set.is-disjoint-from.v2":{"android":"128","bun":"1.1.1","chrome":"128","chrome-android":"128","deno":"1.46","edge":"128","electron":"32.0","firefox":"127","firefox-android":"127","ios":"18.0","node":"22.10","oculus":"35.0","opera":"114","opera-android":"85","opera_mobile":"85","quest":"35.0","safari":"18.0","samsung":"28.0"},"esnext.set.is-disjoint-from":{},"esnext.set.is-subset-of.v2":{"android":"128","bun":"1.1.1","chrome":"128","chrome-android":"128","deno":"1.46","edge":"128","electron":"32.0","firefox":"127","firefox-android":"127","ios":"18.0","node":"22.10","oculus":"35.0","opera":"114","opera-android":"85","opera_mobile":"85","quest":"35.0","safari":"18.0","samsung":"28.0"},"esnext.set.is-subset-of":{},"esnext.set.is-superset-of.v2":{"android":"128","bun":"1.1.1","chrome":"128","chrome-android":"128","deno":"1.46","edge":"128","electron":"32.0","firefox":"127","firefox-android":"127","ios":"18.0","node":"22.10","oculus":"35.0","opera":"114","opera-android":"85","opera_mobile":"85","quest":"35.0","safari":"18.0","samsung":"28.0"},"esnext.set.is-superset-of":{},"esnext.set.join":{},"esnext.set.map":{},"esnext.set.of":{},"esnext.set.reduce":{},"esnext.set.some":{},"esnext.set.symmetric-difference.v2":{"android":"123","bun":"1.1.1","chrome":"123","chrome-android":"123","deno":"1.41.3","edge":"123","electron":"30.0","firefox":"127","firefox-android":"127","ios":"18.0","node":"22.0","oculus":"33.0","opera":"109","opera-android":"82","opera_mobile":"82","quest":"33.0","safari":"18.0","samsung":"27.0"},"esnext.set.symmetric-difference":{},"esnext.set.union.v2":{"android":"123","bun":"1.1.1","chrome":"123","chrome-android":"123","deno":"1.41.3","edge":"123","electron":"30.0","firefox":"127","firefox-android":"127","ios":"18.0","node":"22.0","oculus":"33.0","opera":"109","opera-android":"82","opera_mobile":"82","quest":"33.0","safari":"18.0","samsung":"27.0"},"esnext.set.union":{},"esnext.string.at":{},"esnext.string.cooked":{},"esnext.string.code-points":{},"esnext.string.dedent":{},"esnext.string.is-well-formed":{"android":"111","bun":"0.4.0","chrome":"111","chrome-android":"111","deno":"1.32","edge":"111","electron":"24.0","firefox":"119","firefox-android":"119","ios":"16.4","node":"20.0","oculus":"27.0","opera":"97","opera-android":"75","opera_mobile":"75","quest":"27.0","rhino":"1.8.0","safari":"16.4","samsung":"22.0"},"esnext.string.match-all":{"android":"80","bun":"0.1.1","chrome":"80","chrome-android":"80","deno":"1.0","edge":"80","electron":"8.0","firefox":"73","firefox-android":"73","hermes":"0.6","ios":"13.4","node":"14.0","oculus":"9.0","opera":"67","opera-android":"57","opera_mobile":"57","quest":"9.0","react-native":"0.69","rhino":"1.8.0","safari":"13.1","samsung":"13.0"},"esnext.string.replace-all":{"android":"85","bun":"0.1.1","chrome":"85","chrome-android":"85","deno":"1.2","edge":"85","electron":"10.0","firefox":"77","firefox-android":"77","hermes":"0.7","ios":"13.4","node":"15.0","oculus":"12.0","opera":"71","opera-android":"60","opera_mobile":"60","quest":"12.0","react-native":"0.69","rhino":"1.7.15","safari":"13.1","samsung":"14.0"},"esnext.string.to-well-formed":{"android":"111","bun":"0.5.7","chrome":"111","chrome-android":"111","deno":"1.32","edge":"111","electron":"24.0","firefox":"119","firefox-android":"119","ios":"16.4","node":"20.0","oculus":"27.0","opera":"97","opera-android":"75","opera_mobile":"75","quest":"27.0","rhino":"1.8.0","safari":"16.4","samsung":"22.0"},"esnext.symbol.async-dispose":{"android":"127","bun":"1.0.23","chrome":"127","chrome-android":"127","deno":"1.38","edge":"127","electron":"32.0","firefox":"135","firefox-android":"135","node":"20.5.0","oculus":"35.0","opera":"113","opera-android":"84","opera_mobile":"84","quest":"35.0","samsung":"28.0"},"esnext.symbol.custom-matcher":{},"esnext.symbol.dispose":{"android":"125","bun":"1.0.23","chrome":"125","chrome-android":"125","deno":"1.38","edge":"125","electron":"31.0","firefox":"135","firefox-android":"135","node":"20.5.0","oculus":"34.0","opera":"111","opera-android":"83","opera_mobile":"83","quest":"34.0","samsung":"27.0"},"esnext.symbol.is-registered-symbol":{},"esnext.symbol.is-registered":{},"esnext.symbol.is-well-known-symbol":{},"esnext.symbol.is-well-known":{},"esnext.symbol.matcher":{},"esnext.symbol.metadata":{"deno":"1.40.4"},"esnext.symbol.metadata-key":{},"esnext.symbol.observable":{},"esnext.symbol.pattern-match":{},"esnext.symbol.replace-all":{},"esnext.typed-array.from-async":{},"esnext.typed-array.at":{"android":"92","bun":"0.1.1","chrome":"92","chrome-android":"92","deno":"1.12","edge":"92","electron":"14.0","firefox":"90","firefox-android":"90","hermes":"0.13","ios":"15.4","node":"16.6","oculus":"17.0","opera":"78","opera-android":"65","opera_mobile":"65","quest":"17.0","react-native":"0.71","rhino":"1.7.15","safari":"15.4","samsung":"16.0"},"esnext.typed-array.filter-out":{},"esnext.typed-array.filter-reject":{},"esnext.typed-array.find-last":{"android":"97","bun":"0.1.1","chrome":"97","chrome-android":"97","deno":"1.16","edge":"97","electron":"17.0","firefox":"104","firefox-android":"104","hermes":"0.11","ios":"15.4","node":"18.0","oculus":"20.0","opera":"83","opera-android":"68","opera_mobile":"68","quest":"20.0","react-native":"0.69","rhino":"1.8.0","safari":"15.4","samsung":"18.0"},"esnext.typed-array.find-last-index":{"android":"97","bun":"0.1.1","chrome":"97","chrome-android":"97","deno":"1.16","edge":"97","electron":"17.0","firefox":"104","firefox-android":"104","hermes":"0.11","ios":"15.4","node":"18.0","oculus":"20.0","opera":"83","opera-android":"68","opera_mobile":"68","quest":"20.0","react-native":"0.69","rhino":"1.8.0","safari":"15.4","samsung":"18.0"},"esnext.typed-array.group-by":{},"esnext.typed-array.to-reversed":{"android":"110","bun":"0.1.1","chrome":"110","chrome-android":"110","deno":"1.27","edge":"110","electron":"23.0","firefox":"115","firefox-android":"115","ios":"16.0","node":"20.0","oculus":"26.0","opera":"96","opera-android":"74","opera_mobile":"74","quest":"26.0","rhino":"1.8.0","safari":"16.0","samsung":"21.0"},"esnext.typed-array.to-sorted":{"android":"110","bun":"0.1.1","chrome":"110","chrome-android":"110","deno":"1.27","edge":"110","electron":"23.0","firefox":"115","firefox-android":"115","ios":"16.0","node":"20.0","oculus":"26.0","opera":"96","opera-android":"74","opera_mobile":"74","quest":"26.0","rhino":"1.8.0","safari":"16.0","samsung":"21.0"},"esnext.typed-array.to-spliced":{},"esnext.typed-array.unique-by":{},"esnext.typed-array.with":{"android":"110","bun":"0.1.9","chrome":"110","chrome-android":"110","deno":"1.27","edge":"110","electron":"23.0","firefox":"115","firefox-android":"115","ios":"16.4","node":"20.0","oculus":"26.0","opera":"96","opera-android":"74","opera_mobile":"74","quest":"26.0","rhino":"1.8.0","safari":"16.4","samsung":"21.0"},"esnext.uint8-array.from-base64":{"bun":"1.1.22","firefox":"133","firefox-android":"133","ios":"18.2","safari":"18.2"},"esnext.uint8-array.from-hex":{"bun":"1.1.22","firefox":"133","firefox-android":"133","ios":"18.2","safari":"18.2"},"esnext.uint8-array.set-from-base64":{"bun":"1.1.22","firefox":"133","firefox-android":"133","ios":"18.2","safari":"18.2"},"esnext.uint8-array.set-from-hex":{"bun":"1.1.22","firefox":"133","firefox-android":"133","ios":"18.2","safari":"18.2"},"esnext.uint8-array.to-base64":{"bun":"1.1.22","firefox":"133","firefox-android":"133","ios":"18.2","safari":"18.2"},"esnext.uint8-array.to-hex":{"bun":"1.1.22","firefox":"133","firefox-android":"133","ios":"18.2","safari":"18.2"},"esnext.weak-map.delete-all":{},"esnext.weak-map.from":{},"esnext.weak-map.of":{},"esnext.weak-map.emplace":{},"esnext.weak-map.get-or-insert":{},"esnext.weak-map.get-or-insert-computed":{},"esnext.weak-map.upsert":{},"esnext.weak-set.add-all":{},"esnext.weak-set.delete-all":{},"esnext.weak-set.from":{},"esnext.weak-set.of":{},"web.atob":{"android":"37","bun":"0.1.1","chrome":"34","chrome-android":"34","deno":"1.0","edge":"16","electron":"0.20","firefox":"27","firefox-android":"27","hermes":"0.13","ios":"10.3","node":"18.0","oculus":"3.0","opera":"10.5","opera-android":"10.5","opera_mobile":"10.5","quest":"3.0","react-native":"0.74","safari":"10.1","samsung":"2.0"},"web.btoa":{"android":"3.0","bun":"0.1.1","chrome":"4","chrome-android":"18","deno":"1.0","edge":"16","electron":"0.20","firefox":"27","firefox-android":"27","ios":"1.0","node":"17.5","oculus":"3.0","opera":"10.5","opera-android":"10.5","opera_mobile":"10.5","phantom":"1.9","quest":"3.0","safari":"3.0","samsung":"1.0"},"web.dom-collections.for-each":{"android":"58","bun":"0.1.1","chrome":"58","chrome-android":"58","deno":"1.0","edge":"16","electron":"1.7","firefox":"50","firefox-android":"50","hermes":"0.1","ios":"10.0","node":"0.0.1","oculus":"4.0","opera":"45","opera-android":"43","opera_mobile":"43","quest":"4.0","react-native":"0.69","rhino":"1.7.13","safari":"10.0","samsung":"7.0"},"web.dom-collections.iterator":{"android":"66","bun":"0.1.1","chrome":"66","chrome-android":"66","deno":"1.0","edge":"79","electron":"3.0","firefox":"60","firefox-android":"60","hermes":"0.1","ios":"13.4","node":"0.0.1","oculus":"5.0","opera":"53","opera-android":"47","opera_mobile":"47","quest":"5.0","react-native":"0.69","rhino":"1.7.13","safari":"13.1","samsung":"9.0"},"web.dom-exception.constructor":{"android":"46","bun":"0.1.1","chrome":"46","chrome-android":"46","deno":"1.7","edge":"79","electron":"0.36","firefox":"37","firefox-android":"37","ios":"11.3","node":"17.0","oculus":"3.0","opera":"33","opera-android":"33","opera_mobile":"33","quest":"3.0","safari":"11.1","samsung":"5.0"},"web.dom-exception.stack":{"deno":"1.15","firefox":"37","firefox-android":"37","node":"17.0"},"web.dom-exception.to-string-tag":{"android":"49","bun":"0.1.1","chrome":"49","chrome-android":"49","deno":"1.7","edge":"79","electron":"0.37","firefox":"51","firefox-android":"51","ios":"11.3","node":"17.0","oculus":"3.0","opera":"36","opera-android":"36","opera_mobile":"36","quest":"3.0","safari":"11.1","samsung":"5.0"},"web.immediate":{"bun":"0.4.0","ie":"10","node":"0.9.1"},"web.queue-microtask":{"android":"71","chrome":"71","chrome-android":"71","deno":"1.0","edge":"79","electron":"5.0","firefox":"69","firefox-android":"69","ios":"12.2","node":"12.0","oculus":"6.0","opera":"58","opera-android":"50","opera_mobile":"50","quest":"6.0","safari":"12.1","samsung":"10.0"},"web.self":{"android":"86","bun":"1.0.22","chrome":"86","chrome-android":"86","deno":"1.46.0","edge":"86","electron":"11.0","firefox":"31","firefox-android":"31","ios":"10.0","oculus":"12.0","opera":"72","opera-android":"61","opera_mobile":"61","quest":"12.0","safari":"10","samsung":"14.0"},"web.structured-clone":{},"web.timers":{"android":"1.5","bun":"0.4.0","chrome":"1","chrome-android":"18","deno":"1.0","edge":"12","electron":"0.20","firefox":"1","firefox-android":"4","hermes":"0.1","ie":"10","ios":"1.0","node":"0.0.1","oculus":"3.0","opera":"7","opera-android":"7","opera_mobile":"7","phantom":"1.9","quest":"3.0","react-native":"0.69","rhino":"1.7.13","safari":"1.0","samsung":"1.0"},"web.url":{"android":"67","bun":"0.1.1","chrome":"67","chrome-android":"67","deno":"1.0","edge":"79","electron":"4.0","firefox":"57","firefox-android":"57","ios":"14.0","node":"10.0","oculus":"6.0","opera":"54","opera-android":"48","opera_mobile":"48","quest":"6.0","safari":"14.0","samsung":"9.0"},"web.url.can-parse":{"android":"120","bun":"1.1.0","chrome":"120","chrome-android":"120","deno":"1.33.2","edge":"120","electron":"28.0","firefox":"115","firefox-android":"115","ios":"17.0","node":"20.1","oculus":"31.0","opera":"106","opera-android":"80","opera_mobile":"80","quest":"31.0","safari":"17.0","samsung":"25.0"},"web.url.parse":{"android":"126","bun":"1.1.4","chrome":"126","chrome-android":"126","deno":"1.43","edge":"126","electron":"31.0","firefox":"126","firefox-android":"126","ios":"18.0","node":"22.1","oculus":"34.0","opera":"112","opera-android":"83","opera_mobile":"83","quest":"34.0","safari":"18.0","samsung":"28.0"},"web.url.to-json":{"android":"71","bun":"0.1.1","chrome":"71","chrome-android":"71","deno":"1.0","edge":"79","electron":"5.0","firefox":"57","firefox-android":"57","ios":"14.0","node":"10.0","oculus":"6.0","opera":"58","opera-android":"50","opera_mobile":"50","quest":"6.0","safari":"14.0","samsung":"10.0"},"web.url-search-params":{"android":"67","bun":"0.1.1","chrome":"67","chrome-android":"67","deno":"1.0","edge":"79","electron":"4.0","firefox":"57","firefox-android":"57","ios":"14.0","node":"10.0","oculus":"6.0","opera":"54","opera-android":"48","opera_mobile":"48","quest":"6.0","safari":"14.0","samsung":"9.0"},"web.url-search-params.delete":{"android":"118","bun":"1.0.31","chrome":"118","chrome-android":"118","deno":"1.35","edge":"118","electron":"27.0","firefox":"115","firefox-android":"115","ios":"17.0","node":"20.2","oculus":"30.0","opera":"104","opera-android":"79","opera_mobile":"79","quest":"30.0","safari":"17.0","samsung":"25.0"},"web.url-search-params.has":{"android":"118","bun":"1.0.31","chrome":"118","chrome-android":"118","deno":"1.35","edge":"118","electron":"27.0","firefox":"115","firefox-android":"115","ios":"17.0","node":"20.2","oculus":"30.0","opera":"104","opera-android":"79","opera_mobile":"79","quest":"30.0","safari":"17.0","samsung":"25.0"},"web.url-search-params.size":{"android":"113","bun":"1.0.2","chrome":"113","chrome-android":"113","deno":"1.32","edge":"113","electron":"25.0","firefox":"112","firefox-android":"112","ios":"17.0","node":"19.8","oculus":"28.0","opera":"99","opera-android":"76","opera_mobile":"76","quest":"28.0","safari":"17.0","samsung":"23.0"}}')},3804:e=>{"use strict";e.exports=JSON.parse('{"core-js":["es.symbol","es.symbol.description","es.symbol.async-iterator","es.symbol.has-instance","es.symbol.is-concat-spreadable","es.symbol.iterator","es.symbol.match","es.symbol.match-all","es.symbol.replace","es.symbol.search","es.symbol.species","es.symbol.split","es.symbol.to-primitive","es.symbol.to-string-tag","es.symbol.unscopables","es.error.cause","es.error.to-string","es.aggregate-error","es.aggregate-error.cause","es.array.at","es.array.concat","es.array.copy-within","es.array.every","es.array.fill","es.array.filter","es.array.find","es.array.find-index","es.array.find-last","es.array.find-last-index","es.array.flat","es.array.flat-map","es.array.for-each","es.array.from","es.array.includes","es.array.index-of","es.array.is-array","es.array.iterator","es.array.join","es.array.last-index-of","es.array.map","es.array.of","es.array.push","es.array.reduce","es.array.reduce-right","es.array.reverse","es.array.slice","es.array.some","es.array.sort","es.array.species","es.array.splice","es.array.to-reversed","es.array.to-sorted","es.array.to-spliced","es.array.unscopables.flat","es.array.unscopables.flat-map","es.array.unshift","es.array.with","es.array-buffer.constructor","es.array-buffer.is-view","es.array-buffer.slice","es.data-view","es.data-view.get-float16","es.data-view.set-float16","es.array-buffer.detached","es.array-buffer.transfer","es.array-buffer.transfer-to-fixed-length","es.date.get-year","es.date.now","es.date.set-year","es.date.to-gmt-string","es.date.to-iso-string","es.date.to-json","es.date.to-primitive","es.date.to-string","es.escape","es.function.bind","es.function.has-instance","es.function.name","es.global-this","es.iterator.constructor","es.iterator.drop","es.iterator.every","es.iterator.filter","es.iterator.find","es.iterator.flat-map","es.iterator.for-each","es.iterator.from","es.iterator.map","es.iterator.reduce","es.iterator.some","es.iterator.take","es.iterator.to-array","es.json.stringify","es.json.to-string-tag","es.map","es.map.group-by","es.math.acosh","es.math.asinh","es.math.atanh","es.math.cbrt","es.math.clz32","es.math.cosh","es.math.expm1","es.math.fround","es.math.f16round","es.math.hypot","es.math.imul","es.math.log10","es.math.log1p","es.math.log2","es.math.sign","es.math.sinh","es.math.tanh","es.math.to-string-tag","es.math.trunc","es.number.constructor","es.number.epsilon","es.number.is-finite","es.number.is-integer","es.number.is-nan","es.number.is-safe-integer","es.number.max-safe-integer","es.number.min-safe-integer","es.number.parse-float","es.number.parse-int","es.number.to-exponential","es.number.to-fixed","es.number.to-precision","es.object.assign","es.object.create","es.object.define-getter","es.object.define-properties","es.object.define-property","es.object.define-setter","es.object.entries","es.object.freeze","es.object.from-entries","es.object.get-own-property-descriptor","es.object.get-own-property-descriptors","es.object.get-own-property-names","es.object.get-prototype-of","es.object.group-by","es.object.has-own","es.object.is","es.object.is-extensible","es.object.is-frozen","es.object.is-sealed","es.object.keys","es.object.lookup-getter","es.object.lookup-setter","es.object.prevent-extensions","es.object.proto","es.object.seal","es.object.set-prototype-of","es.object.to-string","es.object.values","es.parse-float","es.parse-int","es.promise","es.promise.all-settled","es.promise.any","es.promise.finally","es.promise.try","es.promise.with-resolvers","es.reflect.apply","es.reflect.construct","es.reflect.define-property","es.reflect.delete-property","es.reflect.get","es.reflect.get-own-property-descriptor","es.reflect.get-prototype-of","es.reflect.has","es.reflect.is-extensible","es.reflect.own-keys","es.reflect.prevent-extensions","es.reflect.set","es.reflect.set-prototype-of","es.reflect.to-string-tag","es.regexp.constructor","es.regexp.escape","es.regexp.dot-all","es.regexp.exec","es.regexp.flags","es.regexp.sticky","es.regexp.test","es.regexp.to-string","es.set","es.set.difference.v2","es.set.intersection.v2","es.set.is-disjoint-from.v2","es.set.is-subset-of.v2","es.set.is-superset-of.v2","es.set.symmetric-difference.v2","es.set.union.v2","es.string.at-alternative","es.string.code-point-at","es.string.ends-with","es.string.from-code-point","es.string.includes","es.string.is-well-formed","es.string.iterator","es.string.match","es.string.match-all","es.string.pad-end","es.string.pad-start","es.string.raw","es.string.repeat","es.string.replace","es.string.replace-all","es.string.search","es.string.split","es.string.starts-with","es.string.substr","es.string.to-well-formed","es.string.trim","es.string.trim-end","es.string.trim-start","es.string.anchor","es.string.big","es.string.blink","es.string.bold","es.string.fixed","es.string.fontcolor","es.string.fontsize","es.string.italics","es.string.link","es.string.small","es.string.strike","es.string.sub","es.string.sup","es.typed-array.float32-array","es.typed-array.float64-array","es.typed-array.int8-array","es.typed-array.int16-array","es.typed-array.int32-array","es.typed-array.uint8-array","es.typed-array.uint8-clamped-array","es.typed-array.uint16-array","es.typed-array.uint32-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with","es.unescape","es.weak-map","es.weak-set","esnext.aggregate-error","esnext.suppressed-error.constructor","esnext.array.from-async","esnext.array.at","esnext.array.filter-out","esnext.array.filter-reject","esnext.array.find-last","esnext.array.find-last-index","esnext.array.group","esnext.array.group-by","esnext.array.group-by-to-map","esnext.array.group-to-map","esnext.array.is-template-object","esnext.array.last-index","esnext.array.last-item","esnext.array.to-reversed","esnext.array.to-sorted","esnext.array.to-spliced","esnext.array.unique-by","esnext.array.with","esnext.array-buffer.detached","esnext.array-buffer.transfer","esnext.array-buffer.transfer-to-fixed-length","esnext.async-disposable-stack.constructor","esnext.async-iterator.constructor","esnext.async-iterator.as-indexed-pairs","esnext.async-iterator.async-dispose","esnext.async-iterator.drop","esnext.async-iterator.every","esnext.async-iterator.filter","esnext.async-iterator.find","esnext.async-iterator.flat-map","esnext.async-iterator.for-each","esnext.async-iterator.from","esnext.async-iterator.indexed","esnext.async-iterator.map","esnext.async-iterator.reduce","esnext.async-iterator.some","esnext.async-iterator.take","esnext.async-iterator.to-array","esnext.bigint.range","esnext.composite-key","esnext.composite-symbol","esnext.data-view.get-float16","esnext.data-view.get-uint8-clamped","esnext.data-view.set-float16","esnext.data-view.set-uint8-clamped","esnext.disposable-stack.constructor","esnext.error.is-error","esnext.function.demethodize","esnext.function.is-callable","esnext.function.is-constructor","esnext.function.metadata","esnext.function.un-this","esnext.global-this","esnext.iterator.constructor","esnext.iterator.as-indexed-pairs","esnext.iterator.concat","esnext.iterator.dispose","esnext.iterator.drop","esnext.iterator.every","esnext.iterator.filter","esnext.iterator.find","esnext.iterator.flat-map","esnext.iterator.for-each","esnext.iterator.from","esnext.iterator.indexed","esnext.iterator.map","esnext.iterator.range","esnext.iterator.reduce","esnext.iterator.some","esnext.iterator.take","esnext.iterator.to-array","esnext.iterator.to-async","esnext.json.is-raw-json","esnext.json.parse","esnext.json.raw-json","esnext.map.delete-all","esnext.map.emplace","esnext.map.every","esnext.map.filter","esnext.map.find","esnext.map.find-key","esnext.map.from","esnext.map.get-or-insert","esnext.map.get-or-insert-computed","esnext.map.group-by","esnext.map.includes","esnext.map.key-by","esnext.map.key-of","esnext.map.map-keys","esnext.map.map-values","esnext.map.merge","esnext.map.of","esnext.map.reduce","esnext.map.some","esnext.map.update","esnext.map.update-or-insert","esnext.map.upsert","esnext.math.clamp","esnext.math.deg-per-rad","esnext.math.degrees","esnext.math.fscale","esnext.math.f16round","esnext.math.iaddh","esnext.math.imulh","esnext.math.isubh","esnext.math.rad-per-deg","esnext.math.radians","esnext.math.scale","esnext.math.seeded-prng","esnext.math.signbit","esnext.math.sum-precise","esnext.math.umulh","esnext.number.from-string","esnext.number.range","esnext.object.has-own","esnext.object.iterate-entries","esnext.object.iterate-keys","esnext.object.iterate-values","esnext.object.group-by","esnext.observable","esnext.promise.all-settled","esnext.promise.any","esnext.promise.try","esnext.promise.with-resolvers","esnext.reflect.define-metadata","esnext.reflect.delete-metadata","esnext.reflect.get-metadata","esnext.reflect.get-metadata-keys","esnext.reflect.get-own-metadata","esnext.reflect.get-own-metadata-keys","esnext.reflect.has-metadata","esnext.reflect.has-own-metadata","esnext.reflect.metadata","esnext.regexp.escape","esnext.set.add-all","esnext.set.delete-all","esnext.set.difference.v2","esnext.set.difference","esnext.set.every","esnext.set.filter","esnext.set.find","esnext.set.from","esnext.set.intersection.v2","esnext.set.intersection","esnext.set.is-disjoint-from.v2","esnext.set.is-disjoint-from","esnext.set.is-subset-of.v2","esnext.set.is-subset-of","esnext.set.is-superset-of.v2","esnext.set.is-superset-of","esnext.set.join","esnext.set.map","esnext.set.of","esnext.set.reduce","esnext.set.some","esnext.set.symmetric-difference.v2","esnext.set.symmetric-difference","esnext.set.union.v2","esnext.set.union","esnext.string.at","esnext.string.cooked","esnext.string.code-points","esnext.string.dedent","esnext.string.is-well-formed","esnext.string.match-all","esnext.string.replace-all","esnext.string.to-well-formed","esnext.symbol.async-dispose","esnext.symbol.custom-matcher","esnext.symbol.dispose","esnext.symbol.is-registered-symbol","esnext.symbol.is-registered","esnext.symbol.is-well-known-symbol","esnext.symbol.is-well-known","esnext.symbol.matcher","esnext.symbol.metadata","esnext.symbol.metadata-key","esnext.symbol.observable","esnext.symbol.pattern-match","esnext.symbol.replace-all","esnext.typed-array.from-async","esnext.typed-array.at","esnext.typed-array.filter-out","esnext.typed-array.filter-reject","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.group-by","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.unique-by","esnext.typed-array.with","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex","esnext.weak-map.delete-all","esnext.weak-map.from","esnext.weak-map.of","esnext.weak-map.emplace","esnext.weak-map.get-or-insert","esnext.weak-map.get-or-insert-computed","esnext.weak-map.upsert","esnext.weak-set.add-all","esnext.weak-set.delete-all","esnext.weak-set.from","esnext.weak-set.of","web.atob","web.btoa","web.dom-collections.for-each","web.dom-collections.iterator","web.dom-exception.constructor","web.dom-exception.stack","web.dom-exception.to-string-tag","web.immediate","web.queue-microtask","web.self","web.structured-clone","web.timers","web.url","web.url.can-parse","web.url.parse","web.url.to-json","web.url-search-params","web.url-search-params.delete","web.url-search-params.has","web.url-search-params.size"],"core-js/actual":["es.symbol","es.symbol.description","es.symbol.async-iterator","es.symbol.has-instance","es.symbol.is-concat-spreadable","es.symbol.iterator","es.symbol.match","es.symbol.match-all","es.symbol.replace","es.symbol.search","es.symbol.species","es.symbol.split","es.symbol.to-primitive","es.symbol.to-string-tag","es.symbol.unscopables","es.error.cause","es.error.to-string","es.aggregate-error","es.aggregate-error.cause","es.array.at","es.array.concat","es.array.copy-within","es.array.every","es.array.fill","es.array.filter","es.array.find","es.array.find-index","es.array.find-last","es.array.find-last-index","es.array.flat","es.array.flat-map","es.array.for-each","es.array.from","es.array.includes","es.array.index-of","es.array.is-array","es.array.iterator","es.array.join","es.array.last-index-of","es.array.map","es.array.of","es.array.push","es.array.reduce","es.array.reduce-right","es.array.reverse","es.array.slice","es.array.some","es.array.sort","es.array.species","es.array.splice","es.array.to-reversed","es.array.to-sorted","es.array.to-spliced","es.array.unscopables.flat","es.array.unscopables.flat-map","es.array.unshift","es.array.with","es.array-buffer.constructor","es.array-buffer.is-view","es.array-buffer.slice","es.data-view","es.data-view.get-float16","es.data-view.set-float16","es.array-buffer.detached","es.array-buffer.transfer","es.array-buffer.transfer-to-fixed-length","es.date.get-year","es.date.now","es.date.set-year","es.date.to-gmt-string","es.date.to-iso-string","es.date.to-json","es.date.to-primitive","es.date.to-string","es.escape","es.function.bind","es.function.has-instance","es.function.name","es.global-this","es.iterator.constructor","es.iterator.drop","es.iterator.every","es.iterator.filter","es.iterator.find","es.iterator.flat-map","es.iterator.for-each","es.iterator.from","es.iterator.map","es.iterator.reduce","es.iterator.some","es.iterator.take","es.iterator.to-array","es.json.stringify","es.json.to-string-tag","es.map","es.map.group-by","es.math.acosh","es.math.asinh","es.math.atanh","es.math.cbrt","es.math.clz32","es.math.cosh","es.math.expm1","es.math.fround","es.math.f16round","es.math.hypot","es.math.imul","es.math.log10","es.math.log1p","es.math.log2","es.math.sign","es.math.sinh","es.math.tanh","es.math.to-string-tag","es.math.trunc","es.number.constructor","es.number.epsilon","es.number.is-finite","es.number.is-integer","es.number.is-nan","es.number.is-safe-integer","es.number.max-safe-integer","es.number.min-safe-integer","es.number.parse-float","es.number.parse-int","es.number.to-exponential","es.number.to-fixed","es.number.to-precision","es.object.assign","es.object.create","es.object.define-getter","es.object.define-properties","es.object.define-property","es.object.define-setter","es.object.entries","es.object.freeze","es.object.from-entries","es.object.get-own-property-descriptor","es.object.get-own-property-descriptors","es.object.get-own-property-names","es.object.get-prototype-of","es.object.group-by","es.object.has-own","es.object.is","es.object.is-extensible","es.object.is-frozen","es.object.is-sealed","es.object.keys","es.object.lookup-getter","es.object.lookup-setter","es.object.prevent-extensions","es.object.proto","es.object.seal","es.object.set-prototype-of","es.object.to-string","es.object.values","es.parse-float","es.parse-int","es.promise","es.promise.all-settled","es.promise.any","es.promise.finally","es.promise.try","es.promise.with-resolvers","es.reflect.apply","es.reflect.construct","es.reflect.define-property","es.reflect.delete-property","es.reflect.get","es.reflect.get-own-property-descriptor","es.reflect.get-prototype-of","es.reflect.has","es.reflect.is-extensible","es.reflect.own-keys","es.reflect.prevent-extensions","es.reflect.set","es.reflect.set-prototype-of","es.reflect.to-string-tag","es.regexp.constructor","es.regexp.escape","es.regexp.dot-all","es.regexp.exec","es.regexp.flags","es.regexp.sticky","es.regexp.test","es.regexp.to-string","es.set","es.set.difference.v2","es.set.intersection.v2","es.set.is-disjoint-from.v2","es.set.is-subset-of.v2","es.set.is-superset-of.v2","es.set.symmetric-difference.v2","es.set.union.v2","es.string.at-alternative","es.string.code-point-at","es.string.ends-with","es.string.from-code-point","es.string.includes","es.string.is-well-formed","es.string.iterator","es.string.match","es.string.match-all","es.string.pad-end","es.string.pad-start","es.string.raw","es.string.repeat","es.string.replace","es.string.replace-all","es.string.search","es.string.split","es.string.starts-with","es.string.substr","es.string.to-well-formed","es.string.trim","es.string.trim-end","es.string.trim-start","es.string.anchor","es.string.big","es.string.blink","es.string.bold","es.string.fixed","es.string.fontcolor","es.string.fontsize","es.string.italics","es.string.link","es.string.small","es.string.strike","es.string.sub","es.string.sup","es.typed-array.float32-array","es.typed-array.float64-array","es.typed-array.int8-array","es.typed-array.int16-array","es.typed-array.int32-array","es.typed-array.uint8-array","es.typed-array.uint8-clamped-array","es.typed-array.uint16-array","es.typed-array.uint32-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with","es.unescape","es.weak-map","es.weak-set","esnext.aggregate-error","esnext.suppressed-error.constructor","esnext.array.from-async","esnext.array.at","esnext.array.find-last","esnext.array.find-last-index","esnext.array.group","esnext.array.group-by","esnext.array.group-by-to-map","esnext.array.group-to-map","esnext.array.to-reversed","esnext.array.to-sorted","esnext.array.to-spliced","esnext.array.with","esnext.array-buffer.detached","esnext.array-buffer.transfer","esnext.array-buffer.transfer-to-fixed-length","esnext.async-disposable-stack.constructor","esnext.async-iterator.constructor","esnext.async-iterator.async-dispose","esnext.async-iterator.drop","esnext.async-iterator.every","esnext.async-iterator.filter","esnext.async-iterator.find","esnext.async-iterator.flat-map","esnext.async-iterator.for-each","esnext.async-iterator.from","esnext.async-iterator.map","esnext.async-iterator.reduce","esnext.async-iterator.some","esnext.async-iterator.take","esnext.async-iterator.to-array","esnext.data-view.get-float16","esnext.data-view.set-float16","esnext.disposable-stack.constructor","esnext.error.is-error","esnext.function.metadata","esnext.global-this","esnext.iterator.constructor","esnext.iterator.dispose","esnext.iterator.drop","esnext.iterator.every","esnext.iterator.filter","esnext.iterator.find","esnext.iterator.flat-map","esnext.iterator.for-each","esnext.iterator.from","esnext.iterator.map","esnext.iterator.reduce","esnext.iterator.some","esnext.iterator.take","esnext.iterator.to-array","esnext.iterator.to-async","esnext.json.is-raw-json","esnext.json.parse","esnext.json.raw-json","esnext.map.group-by","esnext.math.f16round","esnext.math.sum-precise","esnext.object.has-own","esnext.object.group-by","esnext.promise.all-settled","esnext.promise.any","esnext.promise.try","esnext.promise.with-resolvers","esnext.regexp.escape","esnext.set.difference.v2","esnext.set.intersection.v2","esnext.set.is-disjoint-from.v2","esnext.set.is-subset-of.v2","esnext.set.is-superset-of.v2","esnext.set.symmetric-difference.v2","esnext.set.union.v2","esnext.string.is-well-formed","esnext.string.match-all","esnext.string.replace-all","esnext.string.to-well-formed","esnext.symbol.async-dispose","esnext.symbol.dispose","esnext.symbol.metadata","esnext.typed-array.at","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.with","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex","web.atob","web.btoa","web.dom-collections.for-each","web.dom-collections.iterator","web.dom-exception.constructor","web.dom-exception.stack","web.dom-exception.to-string-tag","web.immediate","web.queue-microtask","web.self","web.structured-clone","web.timers","web.url","web.url.can-parse","web.url.parse","web.url.to-json","web.url-search-params","web.url-search-params.delete","web.url-search-params.has","web.url-search-params.size"],"core-js/actual/aggregate-error":["es.error.cause","es.aggregate-error","es.aggregate-error.cause","es.array.iterator","es.string.iterator","esnext.aggregate-error","web.dom-collections.iterator"],"core-js/actual/array":["es.array.at","es.array.concat","es.array.copy-within","es.array.every","es.array.fill","es.array.filter","es.array.find","es.array.find-index","es.array.find-last","es.array.find-last-index","es.array.flat","es.array.flat-map","es.array.for-each","es.array.from","es.array.includes","es.array.index-of","es.array.is-array","es.array.iterator","es.array.join","es.array.last-index-of","es.array.map","es.array.of","es.array.push","es.array.reduce","es.array.reduce-right","es.array.reverse","es.array.slice","es.array.some","es.array.sort","es.array.species","es.array.splice","es.array.to-reversed","es.array.to-sorted","es.array.to-spliced","es.array.unscopables.flat","es.array.unscopables.flat-map","es.array.unshift","es.array.with","es.object.to-string","es.promise","es.string.iterator","esnext.array.from-async","esnext.array.find-last","esnext.array.find-last-index","esnext.array.group","esnext.array.group-by","esnext.array.group-by-to-map","esnext.array.group-to-map","esnext.array.to-reversed","esnext.array.to-sorted","esnext.array.to-spliced","esnext.array.with"],"core-js/actual/array-buffer":["es.array-buffer.constructor","es.array-buffer.is-view","es.array-buffer.slice","es.data-view","es.array-buffer.detached","es.array-buffer.transfer","es.array-buffer.transfer-to-fixed-length","es.object.to-string","esnext.array-buffer.detached","esnext.array-buffer.transfer","esnext.array-buffer.transfer-to-fixed-length"],"core-js/actual/array-buffer/constructor":["es.array-buffer.constructor","es.array-buffer.slice","es.array-buffer.detached","es.array-buffer.transfer","es.array-buffer.transfer-to-fixed-length","es.object.to-string","esnext.array-buffer.detached","esnext.array-buffer.transfer","esnext.array-buffer.transfer-to-fixed-length"],"core-js/actual/array-buffer/detached":["es.array-buffer.constructor","es.array-buffer.slice","es.array-buffer.detached","esnext.array-buffer.detached"],"core-js/actual/array-buffer/is-view":["es.array-buffer.is-view"],"core-js/actual/array-buffer/slice":["es.array-buffer.slice"],"core-js/actual/array-buffer/transfer":["es.array-buffer.constructor","es.array-buffer.slice","es.data-view","es.array-buffer.transfer","esnext.array-buffer.transfer"],"core-js/actual/array-buffer/transfer-to-fixed-length":["es.array-buffer.constructor","es.array-buffer.slice","es.data-view","es.array-buffer.transfer-to-fixed-length","esnext.array-buffer.transfer-to-fixed-length"],"core-js/actual/array/at":["es.array.at"],"core-js/actual/array/concat":["es.array.concat"],"core-js/actual/array/copy-within":["es.array.copy-within"],"core-js/actual/array/entries":["es.array.iterator","es.object.to-string"],"core-js/actual/array/every":["es.array.every"],"core-js/actual/array/fill":["es.array.fill"],"core-js/actual/array/filter":["es.array.filter"],"core-js/actual/array/find":["es.array.find"],"core-js/actual/array/find-index":["es.array.find-index"],"core-js/actual/array/find-last":["es.array.find-last","esnext.array.find-last"],"core-js/actual/array/find-last-index":["es.array.find-last-index","esnext.array.find-last-index"],"core-js/actual/array/flat":["es.array.flat","es.array.unscopables.flat"],"core-js/actual/array/flat-map":["es.array.flat-map","es.array.unscopables.flat-map"],"core-js/actual/array/for-each":["es.array.for-each"],"core-js/actual/array/from":["es.array.from","es.string.iterator"],"core-js/actual/array/from-async":["es.array.iterator","es.object.to-string","es.promise","es.string.iterator","esnext.array.from-async"],"core-js/actual/array/group":["esnext.array.group"],"core-js/actual/array/group-by":["esnext.array.group-by"],"core-js/actual/array/group-by-to-map":["es.map","es.object.to-string","esnext.array.group-by-to-map"],"core-js/actual/array/group-to-map":["es.map","es.object.to-string","esnext.array.group-to-map"],"core-js/actual/array/includes":["es.array.includes"],"core-js/actual/array/index-of":["es.array.index-of"],"core-js/actual/array/is-array":["es.array.is-array"],"core-js/actual/array/iterator":["es.array.iterator","es.object.to-string"],"core-js/actual/array/join":["es.array.join"],"core-js/actual/array/keys":["es.array.iterator","es.object.to-string"],"core-js/actual/array/last-index-of":["es.array.last-index-of"],"core-js/actual/array/map":["es.array.map"],"core-js/actual/array/of":["es.array.of"],"core-js/actual/array/push":["es.array.push"],"core-js/actual/array/reduce":["es.array.reduce"],"core-js/actual/array/reduce-right":["es.array.reduce-right"],"core-js/actual/array/reverse":["es.array.reverse"],"core-js/actual/array/slice":["es.array.slice"],"core-js/actual/array/some":["es.array.some"],"core-js/actual/array/sort":["es.array.sort"],"core-js/actual/array/splice":["es.array.splice"],"core-js/actual/array/to-reversed":["es.array.to-reversed","esnext.array.to-reversed"],"core-js/actual/array/to-sorted":["es.array.sort","es.array.to-sorted","esnext.array.to-sorted"],"core-js/actual/array/to-spliced":["es.array.to-spliced","esnext.array.to-spliced"],"core-js/actual/array/unshift":["es.array.unshift"],"core-js/actual/array/values":["es.array.iterator","es.object.to-string"],"core-js/actual/array/virtual":["es.array.at","es.array.concat","es.array.copy-within","es.array.every","es.array.fill","es.array.filter","es.array.find","es.array.find-index","es.array.find-last","es.array.find-last-index","es.array.flat","es.array.flat-map","es.array.for-each","es.array.includes","es.array.index-of","es.array.iterator","es.array.join","es.array.last-index-of","es.array.map","es.array.push","es.array.reduce","es.array.reduce-right","es.array.reverse","es.array.slice","es.array.some","es.array.sort","es.array.species","es.array.splice","es.array.to-reversed","es.array.to-sorted","es.array.to-spliced","es.array.unscopables.flat","es.array.unscopables.flat-map","es.array.unshift","es.array.with","es.map","es.object.to-string","esnext.array.find-last","esnext.array.find-last-index","esnext.array.group","esnext.array.group-by","esnext.array.group-by-to-map","esnext.array.group-to-map","esnext.array.to-reversed","esnext.array.to-sorted","esnext.array.to-spliced","esnext.array.with"],"core-js/actual/array/virtual/at":["es.array.at"],"core-js/actual/array/virtual/concat":["es.array.concat"],"core-js/actual/array/virtual/copy-within":["es.array.copy-within"],"core-js/actual/array/virtual/entries":["es.array.iterator","es.object.to-string"],"core-js/actual/array/virtual/every":["es.array.every"],"core-js/actual/array/virtual/fill":["es.array.fill"],"core-js/actual/array/virtual/filter":["es.array.filter"],"core-js/actual/array/virtual/find":["es.array.find"],"core-js/actual/array/virtual/find-index":["es.array.find-index"],"core-js/actual/array/virtual/find-last":["es.array.find-last","esnext.array.find-last"],"core-js/actual/array/virtual/find-last-index":["es.array.find-last-index","esnext.array.find-last-index"],"core-js/actual/array/virtual/flat":["es.array.flat","es.array.unscopables.flat"],"core-js/actual/array/virtual/flat-map":["es.array.flat-map","es.array.unscopables.flat-map"],"core-js/actual/array/virtual/for-each":["es.array.for-each"],"core-js/actual/array/virtual/group":["esnext.array.group"],"core-js/actual/array/virtual/group-by":["esnext.array.group-by"],"core-js/actual/array/virtual/group-by-to-map":["es.map","es.object.to-string","esnext.array.group-by-to-map"],"core-js/actual/array/virtual/group-to-map":["es.map","es.object.to-string","esnext.array.group-to-map"],"core-js/actual/array/virtual/includes":["es.array.includes"],"core-js/actual/array/virtual/index-of":["es.array.index-of"],"core-js/actual/array/virtual/iterator":["es.array.iterator","es.object.to-string"],"core-js/actual/array/virtual/join":["es.array.join"],"core-js/actual/array/virtual/keys":["es.array.iterator","es.object.to-string"],"core-js/actual/array/virtual/last-index-of":["es.array.last-index-of"],"core-js/actual/array/virtual/map":["es.array.map"],"core-js/actual/array/virtual/push":["es.array.push"],"core-js/actual/array/virtual/reduce":["es.array.reduce"],"core-js/actual/array/virtual/reduce-right":["es.array.reduce-right"],"core-js/actual/array/virtual/reverse":["es.array.reverse"],"core-js/actual/array/virtual/slice":["es.array.slice"],"core-js/actual/array/virtual/some":["es.array.some"],"core-js/actual/array/virtual/sort":["es.array.sort"],"core-js/actual/array/virtual/splice":["es.array.splice"],"core-js/actual/array/virtual/to-reversed":["es.array.to-reversed","esnext.array.to-reversed"],"core-js/actual/array/virtual/to-sorted":["es.array.sort","es.array.to-sorted","esnext.array.to-sorted"],"core-js/actual/array/virtual/to-spliced":["es.array.to-spliced","esnext.array.to-spliced"],"core-js/actual/array/virtual/unshift":["es.array.unshift"],"core-js/actual/array/virtual/values":["es.array.iterator","es.object.to-string"],"core-js/actual/array/virtual/with":["es.array.with","esnext.array.with"],"core-js/actual/array/with":["es.array.with","esnext.array.with"],"core-js/actual/async-disposable-stack":["es.error.cause","es.error.to-string","es.object.to-string","es.promise","esnext.suppressed-error.constructor","esnext.async-disposable-stack.constructor","esnext.async-iterator.async-dispose","esnext.iterator.dispose"],"core-js/actual/async-disposable-stack/constructor":["es.error.cause","es.error.to-string","es.object.to-string","es.promise","esnext.suppressed-error.constructor","esnext.async-disposable-stack.constructor","esnext.async-iterator.async-dispose","esnext.iterator.dispose"],"core-js/actual/async-iterator":["es.array.iterator","es.object.to-string","es.promise","es.string.iterator","esnext.async-iterator.constructor","esnext.async-iterator.async-dispose","esnext.async-iterator.drop","esnext.async-iterator.every","esnext.async-iterator.filter","esnext.async-iterator.find","esnext.async-iterator.flat-map","esnext.async-iterator.for-each","esnext.async-iterator.from","esnext.async-iterator.map","esnext.async-iterator.reduce","esnext.async-iterator.some","esnext.async-iterator.take","esnext.async-iterator.to-array","web.dom-collections.iterator"],"core-js/actual/async-iterator/async-dispose":["es.object.to-string","es.promise","esnext.async-iterator.async-dispose"],"core-js/actual/async-iterator/drop":["es.object.to-string","es.promise","esnext.async-iterator.constructor","esnext.async-iterator.drop"],"core-js/actual/async-iterator/every":["es.object.to-string","es.promise","esnext.async-iterator.constructor","esnext.async-iterator.every"],"core-js/actual/async-iterator/filter":["es.object.to-string","es.promise","esnext.async-iterator.constructor","esnext.async-iterator.filter"],"core-js/actual/async-iterator/find":["es.object.to-string","es.promise","esnext.async-iterator.constructor","esnext.async-iterator.find"],"core-js/actual/async-iterator/flat-map":["es.object.to-string","es.promise","esnext.async-iterator.constructor","esnext.async-iterator.flat-map"],"core-js/actual/async-iterator/for-each":["es.object.to-string","es.promise","esnext.async-iterator.constructor","esnext.async-iterator.for-each"],"core-js/actual/async-iterator/from":["es.array.iterator","es.object.to-string","es.promise","es.string.iterator","esnext.async-iterator.constructor","esnext.async-iterator.drop","esnext.async-iterator.every","esnext.async-iterator.filter","esnext.async-iterator.find","esnext.async-iterator.flat-map","esnext.async-iterator.for-each","esnext.async-iterator.from","esnext.async-iterator.map","esnext.async-iterator.reduce","esnext.async-iterator.some","esnext.async-iterator.take","esnext.async-iterator.to-array","web.dom-collections.iterator"],"core-js/actual/async-iterator/map":["es.object.to-string","es.promise","esnext.async-iterator.constructor","esnext.async-iterator.map"],"core-js/actual/async-iterator/reduce":["es.object.to-string","es.promise","esnext.async-iterator.constructor","esnext.async-iterator.reduce"],"core-js/actual/async-iterator/some":["es.object.to-string","es.promise","esnext.async-iterator.constructor","esnext.async-iterator.some"],"core-js/actual/async-iterator/take":["es.object.to-string","es.promise","esnext.async-iterator.constructor","esnext.async-iterator.take"],"core-js/actual/async-iterator/to-array":["es.object.to-string","es.promise","esnext.async-iterator.constructor","esnext.async-iterator.to-array"],"core-js/actual/atob":["es.error.to-string","es.object.to-string","web.atob","web.dom-exception.constructor","web.dom-exception.stack","web.dom-exception.to-string-tag"],"core-js/actual/btoa":["es.error.to-string","es.object.to-string","web.btoa","web.dom-exception.constructor","web.dom-exception.stack","web.dom-exception.to-string-tag"],"core-js/actual/clear-immediate":["web.immediate"],"core-js/actual/data-view":["es.array-buffer.constructor","es.array-buffer.slice","es.data-view","es.data-view.get-float16","es.data-view.set-float16","es.object.to-string","esnext.data-view.get-float16","esnext.data-view.set-float16"],"core-js/actual/data-view/get-float16":["es.data-view.get-float16","esnext.data-view.get-float16"],"core-js/actual/data-view/set-float16":["es.data-view.set-float16","esnext.data-view.set-float16"],"core-js/actual/date":["es.date.get-year","es.date.now","es.date.set-year","es.date.to-gmt-string","es.date.to-iso-string","es.date.to-json","es.date.to-primitive","es.date.to-string"],"core-js/actual/date/get-year":["es.date.get-year"],"core-js/actual/date/now":["es.date.now"],"core-js/actual/date/set-year":["es.date.set-year"],"core-js/actual/date/to-gmt-string":["es.date.to-gmt-string"],"core-js/actual/date/to-iso-string":["es.date.to-iso-string","es.date.to-json"],"core-js/actual/date/to-json":["es.date.to-json"],"core-js/actual/date/to-primitive":["es.date.to-primitive"],"core-js/actual/date/to-string":["es.date.to-string"],"core-js/actual/disposable-stack":["es.error.cause","es.error.to-string","es.object.to-string","esnext.suppressed-error.constructor","esnext.disposable-stack.constructor","esnext.iterator.dispose"],"core-js/actual/disposable-stack/constructor":["es.error.cause","es.error.to-string","es.object.to-string","esnext.suppressed-error.constructor","esnext.disposable-stack.constructor","esnext.iterator.dispose"],"core-js/actual/dom-collections":["es.array.iterator","es.object.to-string","web.dom-collections.for-each","web.dom-collections.iterator"],"core-js/actual/dom-collections/for-each":["web.dom-collections.for-each"],"core-js/actual/dom-collections/iterator":["es.object.to-string","web.dom-collections.iterator"],"core-js/actual/dom-exception":["es.error.to-string","web.dom-exception.constructor","web.dom-exception.stack","web.dom-exception.to-string-tag"],"core-js/actual/dom-exception/constructor":["es.error.to-string","web.dom-exception.constructor","web.dom-exception.stack"],"core-js/actual/dom-exception/to-string-tag":["web.dom-exception.to-string-tag"],"core-js/actual/error":["es.error.cause","es.error.to-string","es.object.create","esnext.error.is-error"],"core-js/actual/error/constructor":["es.error.cause"],"core-js/actual/error/is-error":["es.object.create","esnext.error.is-error"],"core-js/actual/error/to-string":["es.error.to-string"],"core-js/actual/escape":["es.escape"],"core-js/actual/function":["es.function.bind","es.function.has-instance","es.function.name","esnext.function.metadata"],"core-js/actual/function/bind":["es.function.bind"],"core-js/actual/function/has-instance":["es.function.has-instance"],"core-js/actual/function/metadata":["esnext.function.metadata"],"core-js/actual/function/name":["es.function.name"],"core-js/actual/function/virtual":["es.function.bind"],"core-js/actual/function/virtual/bind":["es.function.bind"],"core-js/actual/get-iterator":["es.array.iterator","es.string.iterator","web.dom-collections.iterator"],"core-js/actual/get-iterator-method":["es.array.iterator","es.string.iterator","web.dom-collections.iterator"],"core-js/actual/global-this":["es.global-this"],"core-js/actual/instance/at":["es.array.at","es.string.at-alternative"],"core-js/actual/instance/bind":["es.function.bind"],"core-js/actual/instance/code-point-at":["es.string.code-point-at"],"core-js/actual/instance/concat":["es.array.concat"],"core-js/actual/instance/copy-within":["es.array.copy-within"],"core-js/actual/instance/ends-with":["es.string.ends-with"],"core-js/actual/instance/entries":["es.array.iterator","es.object.to-string","web.dom-collections.iterator"],"core-js/actual/instance/every":["es.array.every"],"core-js/actual/instance/fill":["es.array.fill"],"core-js/actual/instance/filter":["es.array.filter"],"core-js/actual/instance/find":["es.array.find"],"core-js/actual/instance/find-index":["es.array.find-index"],"core-js/actual/instance/find-last":["es.array.find-last","esnext.array.find-last"],"core-js/actual/instance/find-last-index":["es.array.find-last-index","esnext.array.find-last-index"],"core-js/actual/instance/flags":["es.regexp.flags"],"core-js/actual/instance/flat":["es.array.flat","es.array.unscopables.flat"],"core-js/actual/instance/flat-map":["es.array.flat-map","es.array.unscopables.flat-map"],"core-js/actual/instance/for-each":["es.array.for-each","web.dom-collections.for-each"],"core-js/actual/instance/group":["esnext.array.group"],"core-js/actual/instance/group-by":["esnext.array.group-by"],"core-js/actual/instance/group-by-to-map":["es.map","es.object.to-string","esnext.array.group-by-to-map"],"core-js/actual/instance/group-to-map":["es.map","es.object.to-string","esnext.array.group-to-map"],"core-js/actual/instance/includes":["es.array.includes","es.string.includes"],"core-js/actual/instance/index-of":["es.array.index-of"],"core-js/actual/instance/is-well-formed":["es.string.is-well-formed"],"core-js/actual/instance/keys":["es.array.iterator","es.object.to-string","web.dom-collections.iterator"],"core-js/actual/instance/last-index-of":["es.array.last-index-of"],"core-js/actual/instance/map":["es.array.map"],"core-js/actual/instance/match-all":["es.object.to-string","es.regexp.exec","es.string.match-all"],"core-js/actual/instance/pad-end":["es.string.pad-end"],"core-js/actual/instance/pad-start":["es.string.pad-start"],"core-js/actual/instance/push":["es.array.push"],"core-js/actual/instance/reduce":["es.array.reduce"],"core-js/actual/instance/reduce-right":["es.array.reduce-right"],"core-js/actual/instance/repeat":["es.string.repeat"],"core-js/actual/instance/replace-all":["es.regexp.exec","es.string.replace","es.string.replace-all"],"core-js/actual/instance/reverse":["es.array.reverse"],"core-js/actual/instance/slice":["es.array.slice"],"core-js/actual/instance/some":["es.array.some"],"core-js/actual/instance/sort":["es.array.sort"],"core-js/actual/instance/splice":["es.array.splice"],"core-js/actual/instance/starts-with":["es.string.starts-with"],"core-js/actual/instance/to-reversed":["es.array.to-reversed","esnext.array.to-reversed"],"core-js/actual/instance/to-sorted":["es.array.sort","es.array.to-sorted","esnext.array.to-sorted"],"core-js/actual/instance/to-spliced":["es.array.to-spliced","esnext.array.to-spliced"],"core-js/actual/instance/to-well-formed":["es.string.to-well-formed"],"core-js/actual/instance/trim":["es.string.trim"],"core-js/actual/instance/trim-end":["es.string.trim-end"],"core-js/actual/instance/trim-left":["es.string.trim-start"],"core-js/actual/instance/trim-right":["es.string.trim-end"],"core-js/actual/instance/trim-start":["es.string.trim-start"],"core-js/actual/instance/unshift":["es.array.unshift"],"core-js/actual/instance/values":["es.array.iterator","es.object.to-string","web.dom-collections.iterator"],"core-js/actual/instance/with":["es.array.with","esnext.array.with"],"core-js/actual/is-iterable":["es.array.iterator","es.string.iterator","web.dom-collections.iterator"],"core-js/actual/iterator":["es.array.iterator","es.iterator.constructor","es.iterator.drop","es.iterator.every","es.iterator.filter","es.iterator.find","es.iterator.flat-map","es.iterator.for-each","es.iterator.from","es.iterator.map","es.iterator.reduce","es.iterator.some","es.iterator.take","es.iterator.to-array","es.object.to-string","es.promise","es.string.iterator","esnext.iterator.constructor","esnext.iterator.dispose","esnext.iterator.drop","esnext.iterator.every","esnext.iterator.filter","esnext.iterator.find","esnext.iterator.flat-map","esnext.iterator.for-each","esnext.iterator.from","esnext.iterator.map","esnext.iterator.reduce","esnext.iterator.some","esnext.iterator.take","esnext.iterator.to-array","esnext.iterator.to-async","web.dom-collections.iterator"],"core-js/actual/iterator/dispose":["esnext.iterator.dispose"],"core-js/actual/iterator/drop":["es.iterator.constructor","es.iterator.drop","es.object.to-string","esnext.iterator.constructor","esnext.iterator.drop"],"core-js/actual/iterator/every":["es.iterator.constructor","es.iterator.every","es.object.to-string","esnext.iterator.constructor","esnext.iterator.every"],"core-js/actual/iterator/filter":["es.iterator.constructor","es.iterator.filter","es.object.to-string","esnext.iterator.constructor","esnext.iterator.filter"],"core-js/actual/iterator/find":["es.iterator.constructor","es.iterator.find","es.object.to-string","esnext.iterator.constructor","esnext.iterator.find"],"core-js/actual/iterator/flat-map":["es.iterator.constructor","es.iterator.flat-map","es.object.to-string","esnext.iterator.constructor","esnext.iterator.flat-map"],"core-js/actual/iterator/for-each":["es.iterator.constructor","es.iterator.for-each","es.object.to-string","esnext.iterator.constructor","esnext.iterator.for-each"],"core-js/actual/iterator/from":["es.array.iterator","es.iterator.constructor","es.iterator.drop","es.iterator.every","es.iterator.filter","es.iterator.find","es.iterator.flat-map","es.iterator.for-each","es.iterator.from","es.iterator.map","es.iterator.reduce","es.iterator.some","es.iterator.take","es.iterator.to-array","es.object.to-string","es.promise","es.string.iterator","esnext.iterator.constructor","esnext.iterator.dispose","esnext.iterator.drop","esnext.iterator.every","esnext.iterator.filter","esnext.iterator.find","esnext.iterator.flat-map","esnext.iterator.for-each","esnext.iterator.from","esnext.iterator.map","esnext.iterator.reduce","esnext.iterator.some","esnext.iterator.take","esnext.iterator.to-array","esnext.iterator.to-async","web.dom-collections.iterator"],"core-js/actual/iterator/map":["es.iterator.constructor","es.iterator.map","es.object.to-string","esnext.iterator.constructor","esnext.iterator.map"],"core-js/actual/iterator/reduce":["es.iterator.constructor","es.iterator.reduce","es.object.to-string","esnext.iterator.constructor","esnext.iterator.reduce"],"core-js/actual/iterator/some":["es.iterator.constructor","es.iterator.some","es.object.to-string","esnext.iterator.constructor","esnext.iterator.some"],"core-js/actual/iterator/take":["es.iterator.constructor","es.iterator.take","es.object.to-string","esnext.iterator.constructor","esnext.iterator.take"],"core-js/actual/iterator/to-array":["es.iterator.constructor","es.iterator.to-array","es.object.to-string","esnext.iterator.constructor","esnext.iterator.to-array"],"core-js/actual/iterator/to-async":["es.iterator.constructor","es.object.to-string","es.promise","esnext.iterator.constructor","esnext.iterator.to-async"],"core-js/actual/json":["es.date.to-json","es.json.stringify","es.json.to-string-tag","es.object.create","es.object.freeze","es.object.keys","esnext.json.is-raw-json","esnext.json.parse","esnext.json.raw-json"],"core-js/actual/json/is-raw-json":["esnext.json.is-raw-json"],"core-js/actual/json/parse":["es.object.keys","esnext.json.parse"],"core-js/actual/json/raw-json":["es.object.create","es.object.freeze","esnext.json.raw-json"],"core-js/actual/json/stringify":["es.date.to-json","es.json.stringify"],"core-js/actual/json/to-string-tag":["es.json.to-string-tag"],"core-js/actual/map":["es.array.iterator","es.map","es.map.group-by","es.object.to-string","es.string.iterator","esnext.map.group-by","web.dom-collections.iterator"],"core-js/actual/map/group-by":["es.map","es.map.group-by","es.object.to-string","esnext.map.group-by"],"core-js/actual/math":["es.array.iterator","es.math.acosh","es.math.asinh","es.math.atanh","es.math.cbrt","es.math.clz32","es.math.cosh","es.math.expm1","es.math.fround","es.math.f16round","es.math.hypot","es.math.imul","es.math.log10","es.math.log1p","es.math.log2","es.math.sign","es.math.sinh","es.math.tanh","es.math.to-string-tag","es.math.trunc","esnext.math.f16round","esnext.math.sum-precise"],"core-js/actual/math/acosh":["es.math.acosh"],"core-js/actual/math/asinh":["es.math.asinh"],"core-js/actual/math/atanh":["es.math.atanh"],"core-js/actual/math/cbrt":["es.math.cbrt"],"core-js/actual/math/clz32":["es.math.clz32"],"core-js/actual/math/cosh":["es.math.cosh"],"core-js/actual/math/expm1":["es.math.expm1"],"core-js/actual/math/f16round":["es.math.f16round","esnext.math.f16round"],"core-js/actual/math/fround":["es.math.fround"],"core-js/actual/math/hypot":["es.math.hypot"],"core-js/actual/math/imul":["es.math.imul"],"core-js/actual/math/log10":["es.math.log10"],"core-js/actual/math/log1p":["es.math.log1p"],"core-js/actual/math/log2":["es.math.log2"],"core-js/actual/math/sign":["es.math.sign"],"core-js/actual/math/sinh":["es.math.sinh"],"core-js/actual/math/sum-precise":["es.array.iterator","esnext.math.sum-precise"],"core-js/actual/math/tanh":["es.math.tanh"],"core-js/actual/math/to-string-tag":["es.math.to-string-tag"],"core-js/actual/math/trunc":["es.math.trunc"],"core-js/actual/number":["es.number.constructor","es.number.epsilon","es.number.is-finite","es.number.is-integer","es.number.is-nan","es.number.is-safe-integer","es.number.max-safe-integer","es.number.min-safe-integer","es.number.parse-float","es.number.parse-int","es.number.to-exponential","es.number.to-fixed","es.number.to-precision"],"core-js/actual/number/constructor":["es.number.constructor"],"core-js/actual/number/epsilon":["es.number.epsilon"],"core-js/actual/number/is-finite":["es.number.is-finite"],"core-js/actual/number/is-integer":["es.number.is-integer"],"core-js/actual/number/is-nan":["es.number.is-nan"],"core-js/actual/number/is-safe-integer":["es.number.is-safe-integer"],"core-js/actual/number/max-safe-integer":["es.number.max-safe-integer"],"core-js/actual/number/min-safe-integer":["es.number.min-safe-integer"],"core-js/actual/number/parse-float":["es.number.parse-float"],"core-js/actual/number/parse-int":["es.number.parse-int"],"core-js/actual/number/to-exponential":["es.number.to-exponential"],"core-js/actual/number/to-fixed":["es.number.to-fixed"],"core-js/actual/number/to-precision":["es.number.to-precision"],"core-js/actual/number/virtual":["es.number.to-exponential","es.number.to-fixed","es.number.to-precision"],"core-js/actual/number/virtual/to-exponential":["es.number.to-exponential"],"core-js/actual/number/virtual/to-fixed":["es.number.to-fixed"],"core-js/actual/number/virtual/to-precision":["es.number.to-precision"],"core-js/actual/object":["es.symbol","es.json.to-string-tag","es.math.to-string-tag","es.object.assign","es.object.create","es.object.define-getter","es.object.define-properties","es.object.define-property","es.object.define-setter","es.object.entries","es.object.freeze","es.object.from-entries","es.object.get-own-property-descriptor","es.object.get-own-property-descriptors","es.object.get-own-property-names","es.object.get-prototype-of","es.object.group-by","es.object.has-own","es.object.is","es.object.is-extensible","es.object.is-frozen","es.object.is-sealed","es.object.keys","es.object.lookup-getter","es.object.lookup-setter","es.object.prevent-extensions","es.object.proto","es.object.seal","es.object.set-prototype-of","es.object.to-string","es.object.values","es.reflect.to-string-tag","esnext.object.group-by","web.dom-collections.iterator"],"core-js/actual/object/assign":["es.object.assign"],"core-js/actual/object/create":["es.object.create"],"core-js/actual/object/define-getter":["es.object.define-getter"],"core-js/actual/object/define-properties":["es.object.define-properties"],"core-js/actual/object/define-property":["es.object.define-property"],"core-js/actual/object/define-setter":["es.object.define-setter"],"core-js/actual/object/entries":["es.object.entries"],"core-js/actual/object/freeze":["es.object.freeze"],"core-js/actual/object/from-entries":["es.array.iterator","es.object.from-entries","web.dom-collections.iterator"],"core-js/actual/object/get-own-property-descriptor":["es.object.get-own-property-descriptor"],"core-js/actual/object/get-own-property-descriptors":["es.object.get-own-property-descriptors"],"core-js/actual/object/get-own-property-names":["es.object.get-own-property-names"],"core-js/actual/object/get-own-property-symbols":["es.symbol"],"core-js/actual/object/get-prototype-of":["es.object.get-prototype-of"],"core-js/actual/object/group-by":["es.object.create","es.object.group-by","esnext.object.group-by"],"core-js/actual/object/has-own":["es.object.has-own"],"core-js/actual/object/is":["es.object.is"],"core-js/actual/object/is-extensible":["es.object.is-extensible"],"core-js/actual/object/is-frozen":["es.object.is-frozen"],"core-js/actual/object/is-sealed":["es.object.is-sealed"],"core-js/actual/object/keys":["es.object.keys"],"core-js/actual/object/lookup-getter":["es.object.lookup-getter"],"core-js/actual/object/lookup-setter":["es.object.lookup-setter"],"core-js/actual/object/prevent-extensions":["es.object.prevent-extensions"],"core-js/actual/object/proto":["es.object.proto"],"core-js/actual/object/seal":["es.object.seal"],"core-js/actual/object/set-prototype-of":["es.object.set-prototype-of"],"core-js/actual/object/to-string":["es.json.to-string-tag","es.math.to-string-tag","es.object.to-string","es.reflect.to-string-tag"],"core-js/actual/object/values":["es.object.values"],"core-js/actual/parse-float":["es.parse-float"],"core-js/actual/parse-int":["es.parse-int"],"core-js/actual/promise":["es.aggregate-error","es.array.iterator","es.object.to-string","es.promise","es.promise.all-settled","es.promise.any","es.promise.finally","es.promise.try","es.promise.with-resolvers","es.string.iterator","esnext.promise.try","esnext.promise.with-resolvers","web.dom-collections.iterator"],"core-js/actual/promise/all-settled":["es.array.iterator","es.object.to-string","es.promise","es.promise.all-settled","es.string.iterator","web.dom-collections.iterator"],"core-js/actual/promise/any":["es.aggregate-error","es.array.iterator","es.object.to-string","es.promise","es.promise.any","es.string.iterator","web.dom-collections.iterator"],"core-js/actual/promise/finally":["es.object.to-string","es.promise","es.promise.finally"],"core-js/actual/promise/try":["es.object.to-string","es.promise","es.promise.try","esnext.promise.try"],"core-js/actual/promise/with-resolvers":["es.promise","es.promise.with-resolvers","esnext.promise.with-resolvers"],"core-js/actual/queue-microtask":["web.queue-microtask"],"core-js/actual/reflect":["es.object.to-string","es.reflect.apply","es.reflect.construct","es.reflect.define-property","es.reflect.delete-property","es.reflect.get","es.reflect.get-own-property-descriptor","es.reflect.get-prototype-of","es.reflect.has","es.reflect.is-extensible","es.reflect.own-keys","es.reflect.prevent-extensions","es.reflect.set","es.reflect.set-prototype-of","es.reflect.to-string-tag"],"core-js/actual/reflect/apply":["es.reflect.apply"],"core-js/actual/reflect/construct":["es.reflect.construct"],"core-js/actual/reflect/define-property":["es.reflect.define-property"],"core-js/actual/reflect/delete-property":["es.reflect.delete-property"],"core-js/actual/reflect/get":["es.reflect.get"],"core-js/actual/reflect/get-own-property-descriptor":["es.reflect.get-own-property-descriptor"],"core-js/actual/reflect/get-prototype-of":["es.reflect.get-prototype-of"],"core-js/actual/reflect/has":["es.reflect.has"],"core-js/actual/reflect/is-extensible":["es.reflect.is-extensible"],"core-js/actual/reflect/own-keys":["es.reflect.own-keys"],"core-js/actual/reflect/prevent-extensions":["es.reflect.prevent-extensions"],"core-js/actual/reflect/set":["es.reflect.set"],"core-js/actual/reflect/set-prototype-of":["es.reflect.set-prototype-of"],"core-js/actual/reflect/to-string-tag":["es.reflect.to-string-tag"],"core-js/actual/regexp":["es.regexp.constructor","es.regexp.escape","es.regexp.dot-all","es.regexp.exec","es.regexp.flags","es.regexp.sticky","es.regexp.test","es.regexp.to-string","es.string.match","es.string.replace","es.string.search","es.string.split","esnext.regexp.escape"],"core-js/actual/regexp/constructor":["es.regexp.constructor","es.regexp.dot-all","es.regexp.exec","es.regexp.sticky"],"core-js/actual/regexp/dot-all":["es.regexp.constructor","es.regexp.dot-all","es.regexp.exec"],"core-js/actual/regexp/escape":["es.regexp.escape","esnext.regexp.escape"],"core-js/actual/regexp/flags":["es.regexp.flags"],"core-js/actual/regexp/match":["es.regexp.exec","es.string.match"],"core-js/actual/regexp/replace":["es.regexp.exec","es.string.replace"],"core-js/actual/regexp/search":["es.regexp.exec","es.string.search"],"core-js/actual/regexp/split":["es.regexp.exec","es.string.split"],"core-js/actual/regexp/sticky":["es.regexp.constructor","es.regexp.exec","es.regexp.sticky"],"core-js/actual/regexp/test":["es.regexp.exec","es.regexp.test"],"core-js/actual/regexp/to-string":["es.regexp.to-string"],"core-js/actual/self":["web.self"],"core-js/actual/set":["es.array.iterator","es.object.to-string","es.set","es.set.difference.v2","es.set.intersection.v2","es.set.is-disjoint-from.v2","es.set.is-subset-of.v2","es.set.is-superset-of.v2","es.set.symmetric-difference.v2","es.set.union.v2","es.string.iterator","esnext.set.difference.v2","esnext.set.intersection.v2","esnext.set.is-disjoint-from.v2","esnext.set.is-subset-of.v2","esnext.set.is-superset-of.v2","esnext.set.symmetric-difference.v2","esnext.set.union.v2","web.dom-collections.iterator"],"core-js/actual/set-immediate":["web.immediate"],"core-js/actual/set-interval":["web.timers"],"core-js/actual/set-timeout":["web.timers"],"core-js/actual/set/difference":["es.set","es.set.difference.v2","esnext.set.difference.v2"],"core-js/actual/set/intersection":["es.set","es.set.intersection.v2","esnext.set.intersection.v2"],"core-js/actual/set/is-disjoint-from":["es.set","es.set.is-disjoint-from.v2","esnext.set.is-disjoint-from.v2"],"core-js/actual/set/is-subset-of":["es.set","es.set.is-subset-of.v2","esnext.set.is-subset-of.v2"],"core-js/actual/set/is-superset-of":["es.set","es.set.is-superset-of.v2","esnext.set.is-superset-of.v2"],"core-js/actual/set/symmetric-difference":["es.set","es.set.symmetric-difference.v2","esnext.set.symmetric-difference.v2"],"core-js/actual/set/union":["es.set","es.set.union.v2","esnext.set.union.v2"],"core-js/actual/string":["es.object.to-string","es.regexp.exec","es.string.at-alternative","es.string.code-point-at","es.string.ends-with","es.string.from-code-point","es.string.includes","es.string.is-well-formed","es.string.iterator","es.string.match","es.string.match-all","es.string.pad-end","es.string.pad-start","es.string.raw","es.string.repeat","es.string.replace","es.string.replace-all","es.string.search","es.string.split","es.string.starts-with","es.string.substr","es.string.to-well-formed","es.string.trim","es.string.trim-end","es.string.trim-start","es.string.anchor","es.string.big","es.string.blink","es.string.bold","es.string.fixed","es.string.fontcolor","es.string.fontsize","es.string.italics","es.string.link","es.string.small","es.string.strike","es.string.sub","es.string.sup","esnext.string.is-well-formed","esnext.string.to-well-formed"],"core-js/actual/string/anchor":["es.string.anchor"],"core-js/actual/string/at":["es.string.at-alternative"],"core-js/actual/string/big":["es.string.big"],"core-js/actual/string/blink":["es.string.blink"],"core-js/actual/string/bold":["es.string.bold"],"core-js/actual/string/code-point-at":["es.string.code-point-at"],"core-js/actual/string/ends-with":["es.string.ends-with"],"core-js/actual/string/fixed":["es.string.fixed"],"core-js/actual/string/fontcolor":["es.string.fontcolor"],"core-js/actual/string/fontsize":["es.string.fontsize"],"core-js/actual/string/from-code-point":["es.string.from-code-point"],"core-js/actual/string/includes":["es.string.includes"],"core-js/actual/string/is-well-formed":["es.string.is-well-formed","esnext.string.is-well-formed"],"core-js/actual/string/italics":["es.string.italics"],"core-js/actual/string/iterator":["es.object.to-string","es.string.iterator"],"core-js/actual/string/link":["es.string.link"],"core-js/actual/string/match":["es.regexp.exec","es.string.match"],"core-js/actual/string/match-all":["es.object.to-string","es.regexp.exec","es.string.match-all"],"core-js/actual/string/pad-end":["es.string.pad-end"],"core-js/actual/string/pad-start":["es.string.pad-start"],"core-js/actual/string/raw":["es.string.raw"],"core-js/actual/string/repeat":["es.string.repeat"],"core-js/actual/string/replace":["es.regexp.exec","es.string.replace"],"core-js/actual/string/replace-all":["es.regexp.exec","es.string.replace","es.string.replace-all"],"core-js/actual/string/search":["es.regexp.exec","es.string.search"],"core-js/actual/string/small":["es.string.small"],"core-js/actual/string/split":["es.regexp.exec","es.string.split"],"core-js/actual/string/starts-with":["es.string.starts-with"],"core-js/actual/string/strike":["es.string.strike"],"core-js/actual/string/sub":["es.string.sub"],"core-js/actual/string/substr":["es.string.substr"],"core-js/actual/string/sup":["es.string.sup"],"core-js/actual/string/to-well-formed":["es.string.to-well-formed","esnext.string.to-well-formed"],"core-js/actual/string/trim":["es.string.trim"],"core-js/actual/string/trim-end":["es.string.trim-end"],"core-js/actual/string/trim-left":["es.string.trim-start"],"core-js/actual/string/trim-right":["es.string.trim-end"],"core-js/actual/string/trim-start":["es.string.trim-start"],"core-js/actual/string/virtual":["es.object.to-string","es.regexp.exec","es.string.at-alternative","es.string.code-point-at","es.string.ends-with","es.string.includes","es.string.iterator","es.string.match","es.string.match-all","es.string.pad-end","es.string.pad-start","es.string.repeat","es.string.replace","es.string.replace-all","es.string.search","es.string.split","es.string.starts-with","es.string.substr","es.string.trim","es.string.trim-end","es.string.trim-start","es.string.anchor","es.string.big","es.string.blink","es.string.bold","es.string.fixed","es.string.fontcolor","es.string.fontsize","es.string.italics","es.string.link","es.string.small","es.string.strike","es.string.sub","es.string.sup","esnext.string.is-well-formed","esnext.string.to-well-formed"],"core-js/actual/string/virtual/anchor":["es.string.anchor"],"core-js/actual/string/virtual/at":["es.string.at-alternative"],"core-js/actual/string/virtual/big":["es.string.big"],"core-js/actual/string/virtual/blink":["es.string.blink"],"core-js/actual/string/virtual/bold":["es.string.bold"],"core-js/actual/string/virtual/code-point-at":["es.string.code-point-at"],"core-js/actual/string/virtual/ends-with":["es.string.ends-with"],"core-js/actual/string/virtual/fixed":["es.string.fixed"],"core-js/actual/string/virtual/fontcolor":["es.string.fontcolor"],"core-js/actual/string/virtual/fontsize":["es.string.fontsize"],"core-js/actual/string/virtual/includes":["es.string.includes"],"core-js/actual/string/virtual/is-well-formed":["es.string.is-well-formed","esnext.string.is-well-formed"],"core-js/actual/string/virtual/italics":["es.string.italics"],"core-js/actual/string/virtual/iterator":["es.object.to-string","es.string.iterator"],"core-js/actual/string/virtual/link":["es.string.link"],"core-js/actual/string/virtual/match-all":["es.object.to-string","es.regexp.exec","es.string.match-all"],"core-js/actual/string/virtual/pad-end":["es.string.pad-end"],"core-js/actual/string/virtual/pad-start":["es.string.pad-start"],"core-js/actual/string/virtual/repeat":["es.string.repeat"],"core-js/actual/string/virtual/replace-all":["es.regexp.exec","es.string.replace","es.string.replace-all"],"core-js/actual/string/virtual/small":["es.string.small"],"core-js/actual/string/virtual/starts-with":["es.string.starts-with"],"core-js/actual/string/virtual/strike":["es.string.strike"],"core-js/actual/string/virtual/sub":["es.string.sub"],"core-js/actual/string/virtual/substr":["es.string.substr"],"core-js/actual/string/virtual/sup":["es.string.sup"],"core-js/actual/string/virtual/to-well-formed":["es.string.to-well-formed","esnext.string.to-well-formed"],"core-js/actual/string/virtual/trim":["es.string.trim"],"core-js/actual/string/virtual/trim-end":["es.string.trim-end"],"core-js/actual/string/virtual/trim-left":["es.string.trim-start"],"core-js/actual/string/virtual/trim-right":["es.string.trim-end"],"core-js/actual/string/virtual/trim-start":["es.string.trim-start"],"core-js/actual/structured-clone":["es.error.to-string","es.array.iterator","es.map","es.object.keys","es.object.to-string","es.set","web.dom-exception.constructor","web.dom-exception.stack","web.dom-exception.to-string-tag","web.structured-clone"],"core-js/actual/suppressed-error":["es.error.cause","es.error.to-string","esnext.suppressed-error.constructor"],"core-js/actual/symbol":["es.symbol","es.symbol.description","es.symbol.async-iterator","es.symbol.has-instance","es.symbol.is-concat-spreadable","es.symbol.iterator","es.symbol.match","es.symbol.match-all","es.symbol.replace","es.symbol.search","es.symbol.species","es.symbol.split","es.symbol.to-primitive","es.symbol.to-string-tag","es.symbol.unscopables","es.array.concat","es.json.to-string-tag","es.math.to-string-tag","es.object.to-string","es.reflect.to-string-tag","esnext.function.metadata","esnext.symbol.async-dispose","esnext.symbol.dispose","esnext.symbol.metadata","web.dom-collections.iterator"],"core-js/actual/symbol/async-dispose":["esnext.symbol.async-dispose"],"core-js/actual/symbol/async-iterator":["es.symbol.async-iterator"],"core-js/actual/symbol/description":["es.symbol.description"],"core-js/actual/symbol/dispose":["esnext.symbol.dispose"],"core-js/actual/symbol/for":["es.symbol"],"core-js/actual/symbol/has-instance":["es.symbol.has-instance","es.function.has-instance"],"core-js/actual/symbol/is-concat-spreadable":["es.symbol.is-concat-spreadable","es.array.concat"],"core-js/actual/symbol/iterator":["es.symbol.iterator","es.array.iterator","es.object.to-string","es.string.iterator","web.dom-collections.iterator"],"core-js/actual/symbol/key-for":["es.symbol"],"core-js/actual/symbol/match":["es.symbol.match","es.regexp.exec","es.string.match"],"core-js/actual/symbol/match-all":["es.symbol.match-all","es.object.to-string","es.regexp.exec","es.string.match-all"],"core-js/actual/symbol/metadata":["esnext.function.metadata","esnext.symbol.metadata"],"core-js/actual/symbol/replace":["es.symbol.replace","es.regexp.exec","es.string.replace"],"core-js/actual/symbol/search":["es.symbol.search","es.regexp.exec","es.string.search"],"core-js/actual/symbol/species":["es.symbol.species"],"core-js/actual/symbol/split":["es.symbol.split","es.regexp.exec","es.string.split"],"core-js/actual/symbol/to-primitive":["es.symbol.to-primitive","es.date.to-primitive"],"core-js/actual/symbol/to-string-tag":["es.symbol.to-string-tag","es.json.to-string-tag","es.math.to-string-tag","es.object.to-string","es.reflect.to-string-tag"],"core-js/actual/symbol/unscopables":["es.symbol.unscopables"],"core-js/actual/typed-array":["es.object.to-string","es.string.iterator","es.typed-array.float32-array","es.typed-array.float64-array","es.typed-array.int8-array","es.typed-array.int16-array","es.typed-array.int32-array","es.typed-array.uint8-array","es.typed-array.uint8-clamped-array","es.typed-array.uint16-array","es.typed-array.uint32-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.with","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex"],"core-js/actual/typed-array/at":["es.typed-array.at"],"core-js/actual/typed-array/copy-within":["es.typed-array.copy-within"],"core-js/actual/typed-array/entries":["es.object.to-string","es.typed-array.iterator"],"core-js/actual/typed-array/every":["es.typed-array.every"],"core-js/actual/typed-array/fill":["es.typed-array.fill"],"core-js/actual/typed-array/filter":["es.typed-array.filter"],"core-js/actual/typed-array/find":["es.typed-array.find"],"core-js/actual/typed-array/find-index":["es.typed-array.find-index"],"core-js/actual/typed-array/find-last":["es.typed-array.find-last","esnext.typed-array.find-last"],"core-js/actual/typed-array/find-last-index":["es.typed-array.find-last-index","esnext.typed-array.find-last-index"],"core-js/actual/typed-array/float32-array":["es.array-buffer.constructor","es.array-buffer.slice","es.object.to-string","es.string.iterator","es.typed-array.float32-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.with","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex"],"core-js/actual/typed-array/float64-array":["es.array-buffer.constructor","es.array-buffer.slice","es.object.to-string","es.string.iterator","es.typed-array.float64-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.with","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex"],"core-js/actual/typed-array/for-each":["es.typed-array.for-each"],"core-js/actual/typed-array/from":["es.typed-array.from"],"core-js/actual/typed-array/from-base64":["esnext.uint8-array.from-base64"],"core-js/actual/typed-array/from-hex":["esnext.uint8-array.from-hex"],"core-js/actual/typed-array/includes":["es.typed-array.includes"],"core-js/actual/typed-array/index-of":["es.typed-array.index-of"],"core-js/actual/typed-array/int16-array":["es.array-buffer.constructor","es.array-buffer.slice","es.object.to-string","es.string.iterator","es.typed-array.int16-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.with","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex"],"core-js/actual/typed-array/int32-array":["es.array-buffer.constructor","es.array-buffer.slice","es.object.to-string","es.string.iterator","es.typed-array.int32-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.with","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex"],"core-js/actual/typed-array/int8-array":["es.array-buffer.constructor","es.array-buffer.slice","es.object.to-string","es.string.iterator","es.typed-array.int8-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.with","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex"],"core-js/actual/typed-array/iterator":["es.object.to-string","es.typed-array.iterator"],"core-js/actual/typed-array/join":["es.typed-array.join"],"core-js/actual/typed-array/keys":["es.object.to-string","es.typed-array.iterator"],"core-js/actual/typed-array/last-index-of":["es.typed-array.last-index-of"],"core-js/actual/typed-array/map":["es.typed-array.map"],"core-js/actual/typed-array/methods":["es.object.to-string","es.string.iterator","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.with","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex"],"core-js/actual/typed-array/of":["es.typed-array.of"],"core-js/actual/typed-array/reduce":["es.typed-array.reduce"],"core-js/actual/typed-array/reduce-right":["es.typed-array.reduce-right"],"core-js/actual/typed-array/reverse":["es.typed-array.reverse"],"core-js/actual/typed-array/set":["es.typed-array.set"],"core-js/actual/typed-array/set-from-base64":["esnext.uint8-array.set-from-base64"],"core-js/actual/typed-array/set-from-hex":["esnext.uint8-array.set-from-hex"],"core-js/actual/typed-array/slice":["es.typed-array.slice"],"core-js/actual/typed-array/some":["es.typed-array.some"],"core-js/actual/typed-array/sort":["es.typed-array.sort"],"core-js/actual/typed-array/subarray":["es.typed-array.subarray"],"core-js/actual/typed-array/to-base64":["esnext.uint8-array.to-base64"],"core-js/actual/typed-array/to-hex":["esnext.uint8-array.to-hex"],"core-js/actual/typed-array/to-locale-string":["es.typed-array.to-locale-string"],"core-js/actual/typed-array/to-reversed":["es.typed-array.to-reversed","esnext.typed-array.to-reversed"],"core-js/actual/typed-array/to-sorted":["es.typed-array.sort","es.typed-array.to-sorted","esnext.typed-array.to-sorted"],"core-js/actual/typed-array/to-spliced":["esnext.typed-array.to-spliced"],"core-js/actual/typed-array/to-string":["es.typed-array.to-string"],"core-js/actual/typed-array/uint16-array":["es.array-buffer.constructor","es.array-buffer.slice","es.object.to-string","es.string.iterator","es.typed-array.uint16-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.with","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex"],"core-js/actual/typed-array/uint32-array":["es.array-buffer.constructor","es.array-buffer.slice","es.object.to-string","es.string.iterator","es.typed-array.uint32-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.with","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex"],"core-js/actual/typed-array/uint8-array":["es.array-buffer.constructor","es.array-buffer.slice","es.object.to-string","es.string.iterator","es.typed-array.uint8-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.with","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex"],"core-js/actual/typed-array/uint8-clamped-array":["es.array-buffer.constructor","es.array-buffer.slice","es.object.to-string","es.string.iterator","es.typed-array.uint8-clamped-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.with","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex"],"core-js/actual/typed-array/values":["es.object.to-string","es.typed-array.iterator"],"core-js/actual/typed-array/with":["es.typed-array.with","esnext.typed-array.with"],"core-js/actual/unescape":["es.unescape"],"core-js/actual/url":["web.url","web.url.can-parse","web.url.parse","web.url.to-json","web.url-search-params","web.url-search-params.delete","web.url-search-params.has","web.url-search-params.size"],"core-js/actual/url-search-params":["web.dom-collections.iterator","web.url-search-params","web.url-search-params.delete","web.url-search-params.has","web.url-search-params.size"],"core-js/actual/url/can-parse":["web.url","web.url.can-parse"],"core-js/actual/url/parse":["web.url","web.url.parse"],"core-js/actual/url/to-json":["web.url.to-json"],"core-js/actual/weak-map":["es.array.iterator","es.object.to-string","es.weak-map","web.dom-collections.iterator"],"core-js/actual/weak-set":["es.array.iterator","es.object.to-string","es.weak-set","web.dom-collections.iterator"],"core-js/es":["es.symbol","es.symbol.description","es.symbol.async-iterator","es.symbol.has-instance","es.symbol.is-concat-spreadable","es.symbol.iterator","es.symbol.match","es.symbol.match-all","es.symbol.replace","es.symbol.search","es.symbol.species","es.symbol.split","es.symbol.to-primitive","es.symbol.to-string-tag","es.symbol.unscopables","es.error.cause","es.error.to-string","es.aggregate-error","es.aggregate-error.cause","es.array.at","es.array.concat","es.array.copy-within","es.array.every","es.array.fill","es.array.filter","es.array.find","es.array.find-index","es.array.find-last","es.array.find-last-index","es.array.flat","es.array.flat-map","es.array.for-each","es.array.from","es.array.includes","es.array.index-of","es.array.is-array","es.array.iterator","es.array.join","es.array.last-index-of","es.array.map","es.array.of","es.array.push","es.array.reduce","es.array.reduce-right","es.array.reverse","es.array.slice","es.array.some","es.array.sort","es.array.species","es.array.splice","es.array.to-reversed","es.array.to-sorted","es.array.to-spliced","es.array.unscopables.flat","es.array.unscopables.flat-map","es.array.unshift","es.array.with","es.array-buffer.constructor","es.array-buffer.is-view","es.array-buffer.slice","es.data-view","es.data-view.get-float16","es.data-view.set-float16","es.array-buffer.detached","es.array-buffer.transfer","es.array-buffer.transfer-to-fixed-length","es.date.get-year","es.date.now","es.date.set-year","es.date.to-gmt-string","es.date.to-iso-string","es.date.to-json","es.date.to-primitive","es.date.to-string","es.escape","es.function.bind","es.function.has-instance","es.function.name","es.global-this","es.iterator.constructor","es.iterator.drop","es.iterator.every","es.iterator.filter","es.iterator.find","es.iterator.flat-map","es.iterator.for-each","es.iterator.from","es.iterator.map","es.iterator.reduce","es.iterator.some","es.iterator.take","es.iterator.to-array","es.json.stringify","es.json.to-string-tag","es.map","es.map.group-by","es.math.acosh","es.math.asinh","es.math.atanh","es.math.cbrt","es.math.clz32","es.math.cosh","es.math.expm1","es.math.fround","es.math.f16round","es.math.hypot","es.math.imul","es.math.log10","es.math.log1p","es.math.log2","es.math.sign","es.math.sinh","es.math.tanh","es.math.to-string-tag","es.math.trunc","es.number.constructor","es.number.epsilon","es.number.is-finite","es.number.is-integer","es.number.is-nan","es.number.is-safe-integer","es.number.max-safe-integer","es.number.min-safe-integer","es.number.parse-float","es.number.parse-int","es.number.to-exponential","es.number.to-fixed","es.number.to-precision","es.object.assign","es.object.create","es.object.define-getter","es.object.define-properties","es.object.define-property","es.object.define-setter","es.object.entries","es.object.freeze","es.object.from-entries","es.object.get-own-property-descriptor","es.object.get-own-property-descriptors","es.object.get-own-property-names","es.object.get-prototype-of","es.object.group-by","es.object.has-own","es.object.is","es.object.is-extensible","es.object.is-frozen","es.object.is-sealed","es.object.keys","es.object.lookup-getter","es.object.lookup-setter","es.object.prevent-extensions","es.object.proto","es.object.seal","es.object.set-prototype-of","es.object.to-string","es.object.values","es.parse-float","es.parse-int","es.promise","es.promise.all-settled","es.promise.any","es.promise.finally","es.promise.try","es.promise.with-resolvers","es.reflect.apply","es.reflect.construct","es.reflect.define-property","es.reflect.delete-property","es.reflect.get","es.reflect.get-own-property-descriptor","es.reflect.get-prototype-of","es.reflect.has","es.reflect.is-extensible","es.reflect.own-keys","es.reflect.prevent-extensions","es.reflect.set","es.reflect.set-prototype-of","es.reflect.to-string-tag","es.regexp.constructor","es.regexp.escape","es.regexp.dot-all","es.regexp.exec","es.regexp.flags","es.regexp.sticky","es.regexp.test","es.regexp.to-string","es.set","es.set.difference.v2","es.set.intersection.v2","es.set.is-disjoint-from.v2","es.set.is-subset-of.v2","es.set.is-superset-of.v2","es.set.symmetric-difference.v2","es.set.union.v2","es.string.at-alternative","es.string.code-point-at","es.string.ends-with","es.string.from-code-point","es.string.includes","es.string.is-well-formed","es.string.iterator","es.string.match","es.string.match-all","es.string.pad-end","es.string.pad-start","es.string.raw","es.string.repeat","es.string.replace","es.string.replace-all","es.string.search","es.string.split","es.string.starts-with","es.string.substr","es.string.to-well-formed","es.string.trim","es.string.trim-end","es.string.trim-start","es.string.anchor","es.string.big","es.string.blink","es.string.bold","es.string.fixed","es.string.fontcolor","es.string.fontsize","es.string.italics","es.string.link","es.string.small","es.string.strike","es.string.sub","es.string.sup","es.typed-array.float32-array","es.typed-array.float64-array","es.typed-array.int8-array","es.typed-array.int16-array","es.typed-array.int32-array","es.typed-array.uint8-array","es.typed-array.uint8-clamped-array","es.typed-array.uint16-array","es.typed-array.uint32-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with","es.unescape","es.weak-map","es.weak-set"],"core-js/es/aggregate-error":["es.error.cause","es.aggregate-error","es.aggregate-error.cause","es.array.iterator","es.string.iterator"],"core-js/es/array":["es.array.at","es.array.concat","es.array.copy-within","es.array.every","es.array.fill","es.array.filter","es.array.find","es.array.find-index","es.array.find-last","es.array.find-last-index","es.array.flat","es.array.flat-map","es.array.for-each","es.array.from","es.array.includes","es.array.index-of","es.array.is-array","es.array.iterator","es.array.join","es.array.last-index-of","es.array.map","es.array.of","es.array.push","es.array.reduce","es.array.reduce-right","es.array.reverse","es.array.slice","es.array.some","es.array.sort","es.array.species","es.array.splice","es.array.to-reversed","es.array.to-sorted","es.array.to-spliced","es.array.unscopables.flat","es.array.unscopables.flat-map","es.array.unshift","es.array.with","es.object.to-string","es.string.iterator"],"core-js/es/array-buffer":["es.array-buffer.constructor","es.array-buffer.is-view","es.array-buffer.slice","es.data-view","es.array-buffer.detached","es.array-buffer.transfer","es.array-buffer.transfer-to-fixed-length","es.object.to-string"],"core-js/es/array-buffer/constructor":["es.array-buffer.constructor","es.array-buffer.slice","es.array-buffer.detached","es.array-buffer.transfer","es.array-buffer.transfer-to-fixed-length","es.object.to-string"],"core-js/es/array-buffer/detached":["es.array-buffer.constructor","es.array-buffer.slice","es.array-buffer.detached"],"core-js/es/array-buffer/is-view":["es.array-buffer.is-view"],"core-js/es/array-buffer/slice":["es.array-buffer.slice"],"core-js/es/array-buffer/transfer":["es.array-buffer.constructor","es.array-buffer.slice","es.data-view","es.array-buffer.transfer"],"core-js/es/array-buffer/transfer-to-fixed-length":["es.array-buffer.constructor","es.array-buffer.slice","es.data-view","es.array-buffer.transfer-to-fixed-length"],"core-js/es/array/at":["es.array.at"],"core-js/es/array/concat":["es.array.concat"],"core-js/es/array/copy-within":["es.array.copy-within"],"core-js/es/array/entries":["es.array.iterator","es.object.to-string"],"core-js/es/array/every":["es.array.every"],"core-js/es/array/fill":["es.array.fill"],"core-js/es/array/filter":["es.array.filter"],"core-js/es/array/find":["es.array.find"],"core-js/es/array/find-index":["es.array.find-index"],"core-js/es/array/find-last":["es.array.find-last"],"core-js/es/array/find-last-index":["es.array.find-last-index"],"core-js/es/array/flat":["es.array.flat","es.array.unscopables.flat"],"core-js/es/array/flat-map":["es.array.flat-map","es.array.unscopables.flat-map"],"core-js/es/array/for-each":["es.array.for-each"],"core-js/es/array/from":["es.array.from","es.string.iterator"],"core-js/es/array/includes":["es.array.includes"],"core-js/es/array/index-of":["es.array.index-of"],"core-js/es/array/is-array":["es.array.is-array"],"core-js/es/array/iterator":["es.array.iterator","es.object.to-string"],"core-js/es/array/join":["es.array.join"],"core-js/es/array/keys":["es.array.iterator","es.object.to-string"],"core-js/es/array/last-index-of":["es.array.last-index-of"],"core-js/es/array/map":["es.array.map"],"core-js/es/array/of":["es.array.of"],"core-js/es/array/push":["es.array.push"],"core-js/es/array/reduce":["es.array.reduce"],"core-js/es/array/reduce-right":["es.array.reduce-right"],"core-js/es/array/reverse":["es.array.reverse"],"core-js/es/array/slice":["es.array.slice"],"core-js/es/array/some":["es.array.some"],"core-js/es/array/sort":["es.array.sort"],"core-js/es/array/splice":["es.array.splice"],"core-js/es/array/to-reversed":["es.array.to-reversed"],"core-js/es/array/to-sorted":["es.array.sort","es.array.to-sorted"],"core-js/es/array/to-spliced":["es.array.to-spliced"],"core-js/es/array/unshift":["es.array.unshift"],"core-js/es/array/values":["es.array.iterator","es.object.to-string"],"core-js/es/array/virtual":["es.array.at","es.array.concat","es.array.copy-within","es.array.every","es.array.fill","es.array.filter","es.array.find","es.array.find-index","es.array.find-last","es.array.find-last-index","es.array.flat","es.array.flat-map","es.array.for-each","es.array.includes","es.array.index-of","es.array.iterator","es.array.join","es.array.last-index-of","es.array.map","es.array.push","es.array.reduce","es.array.reduce-right","es.array.reverse","es.array.slice","es.array.some","es.array.sort","es.array.species","es.array.splice","es.array.to-reversed","es.array.to-sorted","es.array.to-spliced","es.array.unscopables.flat","es.array.unscopables.flat-map","es.array.unshift","es.array.with","es.object.to-string"],"core-js/es/array/virtual/at":["es.array.at"],"core-js/es/array/virtual/concat":["es.array.concat"],"core-js/es/array/virtual/copy-within":["es.array.copy-within"],"core-js/es/array/virtual/entries":["es.array.iterator","es.object.to-string"],"core-js/es/array/virtual/every":["es.array.every"],"core-js/es/array/virtual/fill":["es.array.fill"],"core-js/es/array/virtual/filter":["es.array.filter"],"core-js/es/array/virtual/find":["es.array.find"],"core-js/es/array/virtual/find-index":["es.array.find-index"],"core-js/es/array/virtual/find-last":["es.array.find-last"],"core-js/es/array/virtual/find-last-index":["es.array.find-last-index"],"core-js/es/array/virtual/flat":["es.array.flat","es.array.unscopables.flat"],"core-js/es/array/virtual/flat-map":["es.array.flat-map","es.array.unscopables.flat-map"],"core-js/es/array/virtual/for-each":["es.array.for-each"],"core-js/es/array/virtual/includes":["es.array.includes"],"core-js/es/array/virtual/index-of":["es.array.index-of"],"core-js/es/array/virtual/iterator":["es.array.iterator","es.object.to-string"],"core-js/es/array/virtual/join":["es.array.join"],"core-js/es/array/virtual/keys":["es.array.iterator","es.object.to-string"],"core-js/es/array/virtual/last-index-of":["es.array.last-index-of"],"core-js/es/array/virtual/map":["es.array.map"],"core-js/es/array/virtual/push":["es.array.push"],"core-js/es/array/virtual/reduce":["es.array.reduce"],"core-js/es/array/virtual/reduce-right":["es.array.reduce-right"],"core-js/es/array/virtual/reverse":["es.array.reverse"],"core-js/es/array/virtual/slice":["es.array.slice"],"core-js/es/array/virtual/some":["es.array.some"],"core-js/es/array/virtual/sort":["es.array.sort"],"core-js/es/array/virtual/splice":["es.array.splice"],"core-js/es/array/virtual/to-reversed":["es.array.to-reversed"],"core-js/es/array/virtual/to-sorted":["es.array.sort","es.array.to-sorted"],"core-js/es/array/virtual/to-spliced":["es.array.to-spliced"],"core-js/es/array/virtual/unshift":["es.array.unshift"],"core-js/es/array/virtual/values":["es.array.iterator","es.object.to-string"],"core-js/es/array/virtual/with":["es.array.with"],"core-js/es/array/with":["es.array.with"],"core-js/es/data-view":["es.array-buffer.constructor","es.array-buffer.slice","es.data-view","es.data-view.get-float16","es.data-view.set-float16","es.object.to-string"],"core-js/es/data-view/get-float16":["es.data-view.get-float16"],"core-js/es/data-view/set-float16":["es.data-view.set-float16"],"core-js/es/date":["es.date.get-year","es.date.now","es.date.set-year","es.date.to-gmt-string","es.date.to-iso-string","es.date.to-json","es.date.to-primitive","es.date.to-string"],"core-js/es/date/get-year":["es.date.get-year"],"core-js/es/date/now":["es.date.now"],"core-js/es/date/set-year":["es.date.set-year"],"core-js/es/date/to-gmt-string":["es.date.to-gmt-string"],"core-js/es/date/to-iso-string":["es.date.to-iso-string","es.date.to-json"],"core-js/es/date/to-json":["es.date.to-json"],"core-js/es/date/to-primitive":["es.date.to-primitive"],"core-js/es/date/to-string":["es.date.to-string"],"core-js/es/error":["es.error.cause","es.error.to-string"],"core-js/es/error/constructor":["es.error.cause"],"core-js/es/error/to-string":["es.error.to-string"],"core-js/es/escape":["es.escape"],"core-js/es/function":["es.function.bind","es.function.has-instance","es.function.name"],"core-js/es/function/bind":["es.function.bind"],"core-js/es/function/has-instance":["es.function.has-instance"],"core-js/es/function/name":["es.function.name"],"core-js/es/function/virtual":["es.function.bind"],"core-js/es/function/virtual/bind":["es.function.bind"],"core-js/es/get-iterator":["es.array.iterator","es.string.iterator"],"core-js/es/get-iterator-method":["es.array.iterator","es.string.iterator"],"core-js/es/global-this":["es.global-this"],"core-js/es/instance/at":["es.array.at","es.string.at-alternative"],"core-js/es/instance/bind":["es.function.bind"],"core-js/es/instance/code-point-at":["es.string.code-point-at"],"core-js/es/instance/concat":["es.array.concat"],"core-js/es/instance/copy-within":["es.array.copy-within"],"core-js/es/instance/ends-with":["es.string.ends-with"],"core-js/es/instance/entries":["es.array.iterator","es.object.to-string"],"core-js/es/instance/every":["es.array.every"],"core-js/es/instance/fill":["es.array.fill"],"core-js/es/instance/filter":["es.array.filter"],"core-js/es/instance/find":["es.array.find"],"core-js/es/instance/find-index":["es.array.find-index"],"core-js/es/instance/find-last":["es.array.find-last"],"core-js/es/instance/find-last-index":["es.array.find-last-index"],"core-js/es/instance/flags":["es.regexp.flags"],"core-js/es/instance/flat":["es.array.flat","es.array.unscopables.flat"],"core-js/es/instance/flat-map":["es.array.flat-map","es.array.unscopables.flat-map"],"core-js/es/instance/for-each":["es.array.for-each"],"core-js/es/instance/includes":["es.array.includes","es.string.includes"],"core-js/es/instance/index-of":["es.array.index-of"],"core-js/es/instance/is-well-formed":["es.string.is-well-formed"],"core-js/es/instance/keys":["es.array.iterator","es.object.to-string"],"core-js/es/instance/last-index-of":["es.array.last-index-of"],"core-js/es/instance/map":["es.array.map"],"core-js/es/instance/match-all":["es.object.to-string","es.regexp.exec","es.string.match-all"],"core-js/es/instance/pad-end":["es.string.pad-end"],"core-js/es/instance/pad-start":["es.string.pad-start"],"core-js/es/instance/push":["es.array.push"],"core-js/es/instance/reduce":["es.array.reduce"],"core-js/es/instance/reduce-right":["es.array.reduce-right"],"core-js/es/instance/repeat":["es.string.repeat"],"core-js/es/instance/replace-all":["es.regexp.exec","es.string.replace","es.string.replace-all"],"core-js/es/instance/reverse":["es.array.reverse"],"core-js/es/instance/slice":["es.array.slice"],"core-js/es/instance/some":["es.array.some"],"core-js/es/instance/sort":["es.array.sort"],"core-js/es/instance/splice":["es.array.splice"],"core-js/es/instance/starts-with":["es.string.starts-with"],"core-js/es/instance/to-reversed":["es.array.to-reversed"],"core-js/es/instance/to-sorted":["es.array.sort","es.array.to-sorted"],"core-js/es/instance/to-spliced":["es.array.to-spliced"],"core-js/es/instance/to-well-formed":["es.string.to-well-formed"],"core-js/es/instance/trim":["es.string.trim"],"core-js/es/instance/trim-end":["es.string.trim-end"],"core-js/es/instance/trim-left":["es.string.trim-start"],"core-js/es/instance/trim-right":["es.string.trim-end"],"core-js/es/instance/trim-start":["es.string.trim-start"],"core-js/es/instance/unshift":["es.array.unshift"],"core-js/es/instance/values":["es.array.iterator","es.object.to-string"],"core-js/es/instance/with":["es.array.with"],"core-js/es/is-iterable":["es.array.iterator","es.string.iterator"],"core-js/es/iterator":["es.array.iterator","es.iterator.constructor","es.iterator.drop","es.iterator.every","es.iterator.filter","es.iterator.find","es.iterator.flat-map","es.iterator.for-each","es.iterator.from","es.iterator.map","es.iterator.reduce","es.iterator.some","es.iterator.take","es.iterator.to-array","es.object.to-string","es.string.iterator"],"core-js/es/iterator/drop":["es.iterator.constructor","es.iterator.drop","es.object.to-string"],"core-js/es/iterator/every":["es.iterator.constructor","es.iterator.every","es.object.to-string"],"core-js/es/iterator/filter":["es.iterator.constructor","es.iterator.filter","es.object.to-string"],"core-js/es/iterator/find":["es.iterator.constructor","es.iterator.find","es.object.to-string"],"core-js/es/iterator/flat-map":["es.iterator.constructor","es.iterator.flat-map","es.object.to-string"],"core-js/es/iterator/for-each":["es.iterator.constructor","es.iterator.for-each","es.object.to-string"],"core-js/es/iterator/from":["es.array.iterator","es.iterator.constructor","es.iterator.drop","es.iterator.every","es.iterator.filter","es.iterator.find","es.iterator.flat-map","es.iterator.for-each","es.iterator.from","es.iterator.map","es.iterator.reduce","es.iterator.some","es.iterator.take","es.iterator.to-array","es.object.to-string","es.string.iterator"],"core-js/es/iterator/map":["es.iterator.constructor","es.iterator.map","es.object.to-string"],"core-js/es/iterator/reduce":["es.iterator.constructor","es.iterator.reduce","es.object.to-string"],"core-js/es/iterator/some":["es.iterator.constructor","es.iterator.some","es.object.to-string"],"core-js/es/iterator/take":["es.iterator.constructor","es.iterator.take","es.object.to-string"],"core-js/es/iterator/to-array":["es.iterator.constructor","es.iterator.to-array","es.object.to-string"],"core-js/es/json":["es.date.to-json","es.json.stringify","es.json.to-string-tag"],"core-js/es/json/stringify":["es.date.to-json","es.json.stringify"],"core-js/es/json/to-string-tag":["es.json.to-string-tag"],"core-js/es/map":["es.array.iterator","es.map","es.map.group-by","es.object.to-string","es.string.iterator"],"core-js/es/map/group-by":["es.map","es.map.group-by","es.object.to-string"],"core-js/es/math":["es.math.acosh","es.math.asinh","es.math.atanh","es.math.cbrt","es.math.clz32","es.math.cosh","es.math.expm1","es.math.fround","es.math.f16round","es.math.hypot","es.math.imul","es.math.log10","es.math.log1p","es.math.log2","es.math.sign","es.math.sinh","es.math.tanh","es.math.to-string-tag","es.math.trunc"],"core-js/es/math/acosh":["es.math.acosh"],"core-js/es/math/asinh":["es.math.asinh"],"core-js/es/math/atanh":["es.math.atanh"],"core-js/es/math/cbrt":["es.math.cbrt"],"core-js/es/math/clz32":["es.math.clz32"],"core-js/es/math/cosh":["es.math.cosh"],"core-js/es/math/expm1":["es.math.expm1"],"core-js/es/math/f16round":["es.math.f16round"],"core-js/es/math/fround":["es.math.fround"],"core-js/es/math/hypot":["es.math.hypot"],"core-js/es/math/imul":["es.math.imul"],"core-js/es/math/log10":["es.math.log10"],"core-js/es/math/log1p":["es.math.log1p"],"core-js/es/math/log2":["es.math.log2"],"core-js/es/math/sign":["es.math.sign"],"core-js/es/math/sinh":["es.math.sinh"],"core-js/es/math/tanh":["es.math.tanh"],"core-js/es/math/to-string-tag":["es.math.to-string-tag"],"core-js/es/math/trunc":["es.math.trunc"],"core-js/es/number":["es.number.constructor","es.number.epsilon","es.number.is-finite","es.number.is-integer","es.number.is-nan","es.number.is-safe-integer","es.number.max-safe-integer","es.number.min-safe-integer","es.number.parse-float","es.number.parse-int","es.number.to-exponential","es.number.to-fixed","es.number.to-precision"],"core-js/es/number/constructor":["es.number.constructor"],"core-js/es/number/epsilon":["es.number.epsilon"],"core-js/es/number/is-finite":["es.number.is-finite"],"core-js/es/number/is-integer":["es.number.is-integer"],"core-js/es/number/is-nan":["es.number.is-nan"],"core-js/es/number/is-safe-integer":["es.number.is-safe-integer"],"core-js/es/number/max-safe-integer":["es.number.max-safe-integer"],"core-js/es/number/min-safe-integer":["es.number.min-safe-integer"],"core-js/es/number/parse-float":["es.number.parse-float"],"core-js/es/number/parse-int":["es.number.parse-int"],"core-js/es/number/to-exponential":["es.number.to-exponential"],"core-js/es/number/to-fixed":["es.number.to-fixed"],"core-js/es/number/to-precision":["es.number.to-precision"],"core-js/es/number/virtual":["es.number.to-exponential","es.number.to-fixed","es.number.to-precision"],"core-js/es/number/virtual/to-exponential":["es.number.to-exponential"],"core-js/es/number/virtual/to-fixed":["es.number.to-fixed"],"core-js/es/number/virtual/to-precision":["es.number.to-precision"],"core-js/es/object":["es.symbol","es.json.to-string-tag","es.math.to-string-tag","es.object.assign","es.object.create","es.object.define-getter","es.object.define-properties","es.object.define-property","es.object.define-setter","es.object.entries","es.object.freeze","es.object.from-entries","es.object.get-own-property-descriptor","es.object.get-own-property-descriptors","es.object.get-own-property-names","es.object.get-prototype-of","es.object.group-by","es.object.has-own","es.object.is","es.object.is-extensible","es.object.is-frozen","es.object.is-sealed","es.object.keys","es.object.lookup-getter","es.object.lookup-setter","es.object.prevent-extensions","es.object.proto","es.object.seal","es.object.set-prototype-of","es.object.to-string","es.object.values","es.reflect.to-string-tag"],"core-js/es/object/assign":["es.object.assign"],"core-js/es/object/create":["es.object.create"],"core-js/es/object/define-getter":["es.object.define-getter"],"core-js/es/object/define-properties":["es.object.define-properties"],"core-js/es/object/define-property":["es.object.define-property"],"core-js/es/object/define-setter":["es.object.define-setter"],"core-js/es/object/entries":["es.object.entries"],"core-js/es/object/freeze":["es.object.freeze"],"core-js/es/object/from-entries":["es.array.iterator","es.object.from-entries"],"core-js/es/object/get-own-property-descriptor":["es.object.get-own-property-descriptor"],"core-js/es/object/get-own-property-descriptors":["es.object.get-own-property-descriptors"],"core-js/es/object/get-own-property-names":["es.object.get-own-property-names"],"core-js/es/object/get-own-property-symbols":["es.symbol"],"core-js/es/object/get-prototype-of":["es.object.get-prototype-of"],"core-js/es/object/group-by":["es.object.create","es.object.group-by"],"core-js/es/object/has-own":["es.object.has-own"],"core-js/es/object/is":["es.object.is"],"core-js/es/object/is-extensible":["es.object.is-extensible"],"core-js/es/object/is-frozen":["es.object.is-frozen"],"core-js/es/object/is-sealed":["es.object.is-sealed"],"core-js/es/object/keys":["es.object.keys"],"core-js/es/object/lookup-getter":["es.object.lookup-getter"],"core-js/es/object/lookup-setter":["es.object.lookup-setter"],"core-js/es/object/prevent-extensions":["es.object.prevent-extensions"],"core-js/es/object/proto":["es.object.proto"],"core-js/es/object/seal":["es.object.seal"],"core-js/es/object/set-prototype-of":["es.object.set-prototype-of"],"core-js/es/object/to-string":["es.json.to-string-tag","es.math.to-string-tag","es.object.to-string","es.reflect.to-string-tag"],"core-js/es/object/values":["es.object.values"],"core-js/es/parse-float":["es.parse-float"],"core-js/es/parse-int":["es.parse-int"],"core-js/es/promise":["es.aggregate-error","es.array.iterator","es.object.to-string","es.promise","es.promise.all-settled","es.promise.any","es.promise.finally","es.promise.try","es.promise.with-resolvers","es.string.iterator"],"core-js/es/promise/all-settled":["es.array.iterator","es.object.to-string","es.promise","es.promise.all-settled","es.string.iterator"],"core-js/es/promise/any":["es.aggregate-error","es.array.iterator","es.object.to-string","es.promise","es.promise.any","es.string.iterator"],"core-js/es/promise/finally":["es.object.to-string","es.promise","es.promise.finally"],"core-js/es/promise/try":["es.object.to-string","es.promise","es.promise.try"],"core-js/es/promise/with-resolvers":["es.promise","es.promise.with-resolvers"],"core-js/es/reflect":["es.object.to-string","es.reflect.apply","es.reflect.construct","es.reflect.define-property","es.reflect.delete-property","es.reflect.get","es.reflect.get-own-property-descriptor","es.reflect.get-prototype-of","es.reflect.has","es.reflect.is-extensible","es.reflect.own-keys","es.reflect.prevent-extensions","es.reflect.set","es.reflect.set-prototype-of","es.reflect.to-string-tag"],"core-js/es/reflect/apply":["es.reflect.apply"],"core-js/es/reflect/construct":["es.reflect.construct"],"core-js/es/reflect/define-property":["es.reflect.define-property"],"core-js/es/reflect/delete-property":["es.reflect.delete-property"],"core-js/es/reflect/get":["es.reflect.get"],"core-js/es/reflect/get-own-property-descriptor":["es.reflect.get-own-property-descriptor"],"core-js/es/reflect/get-prototype-of":["es.reflect.get-prototype-of"],"core-js/es/reflect/has":["es.reflect.has"],"core-js/es/reflect/is-extensible":["es.reflect.is-extensible"],"core-js/es/reflect/own-keys":["es.reflect.own-keys"],"core-js/es/reflect/prevent-extensions":["es.reflect.prevent-extensions"],"core-js/es/reflect/set":["es.reflect.set"],"core-js/es/reflect/set-prototype-of":["es.reflect.set-prototype-of"],"core-js/es/reflect/to-string-tag":["es.object.to-string","es.reflect.to-string-tag"],"core-js/es/regexp":["es.regexp.constructor","es.regexp.escape","es.regexp.dot-all","es.regexp.exec","es.regexp.flags","es.regexp.sticky","es.regexp.test","es.regexp.to-string","es.string.match","es.string.replace","es.string.search","es.string.split"],"core-js/es/regexp/constructor":["es.regexp.constructor","es.regexp.dot-all","es.regexp.exec","es.regexp.sticky"],"core-js/es/regexp/dot-all":["es.regexp.constructor","es.regexp.dot-all","es.regexp.exec"],"core-js/es/regexp/escape":["es.regexp.escape"],"core-js/es/regexp/flags":["es.regexp.flags"],"core-js/es/regexp/match":["es.regexp.exec","es.string.match"],"core-js/es/regexp/replace":["es.regexp.exec","es.string.replace"],"core-js/es/regexp/search":["es.regexp.exec","es.string.search"],"core-js/es/regexp/split":["es.regexp.exec","es.string.split"],"core-js/es/regexp/sticky":["es.regexp.constructor","es.regexp.exec","es.regexp.sticky"],"core-js/es/regexp/test":["es.regexp.exec","es.regexp.test"],"core-js/es/regexp/to-string":["es.regexp.to-string"],"core-js/es/set":["es.array.iterator","es.object.to-string","es.set","es.set.difference.v2","es.set.intersection.v2","es.set.is-disjoint-from.v2","es.set.is-subset-of.v2","es.set.is-superset-of.v2","es.set.symmetric-difference.v2","es.set.union.v2","es.string.iterator"],"core-js/es/set/difference":["es.set","es.set.difference.v2"],"core-js/es/set/intersection":["es.set","es.set.intersection.v2"],"core-js/es/set/is-disjoint-from":["es.set","es.set.is-disjoint-from.v2"],"core-js/es/set/is-subset-of":["es.set","es.set.is-subset-of.v2"],"core-js/es/set/is-superset-of":["es.set","es.set.is-superset-of.v2"],"core-js/es/set/symmetric-difference":["es.set","es.set.symmetric-difference.v2"],"core-js/es/set/union":["es.set","es.set.union.v2"],"core-js/es/string":["es.object.to-string","es.regexp.exec","es.string.at-alternative","es.string.code-point-at","es.string.ends-with","es.string.from-code-point","es.string.includes","es.string.is-well-formed","es.string.iterator","es.string.match","es.string.match-all","es.string.pad-end","es.string.pad-start","es.string.raw","es.string.repeat","es.string.replace","es.string.replace-all","es.string.search","es.string.split","es.string.starts-with","es.string.substr","es.string.to-well-formed","es.string.trim","es.string.trim-end","es.string.trim-start","es.string.anchor","es.string.big","es.string.blink","es.string.bold","es.string.fixed","es.string.fontcolor","es.string.fontsize","es.string.italics","es.string.link","es.string.small","es.string.strike","es.string.sub","es.string.sup"],"core-js/es/string/anchor":["es.string.anchor"],"core-js/es/string/at":["es.string.at-alternative"],"core-js/es/string/big":["es.string.big"],"core-js/es/string/blink":["es.string.blink"],"core-js/es/string/bold":["es.string.bold"],"core-js/es/string/code-point-at":["es.string.code-point-at"],"core-js/es/string/ends-with":["es.string.ends-with"],"core-js/es/string/fixed":["es.string.fixed"],"core-js/es/string/fontcolor":["es.string.fontcolor"],"core-js/es/string/fontsize":["es.string.fontsize"],"core-js/es/string/from-code-point":["es.string.from-code-point"],"core-js/es/string/includes":["es.string.includes"],"core-js/es/string/is-well-formed":["es.string.is-well-formed"],"core-js/es/string/italics":["es.string.italics"],"core-js/es/string/iterator":["es.object.to-string","es.string.iterator"],"core-js/es/string/link":["es.string.link"],"core-js/es/string/match":["es.regexp.exec","es.string.match"],"core-js/es/string/match-all":["es.object.to-string","es.regexp.exec","es.string.match-all"],"core-js/es/string/pad-end":["es.string.pad-end"],"core-js/es/string/pad-start":["es.string.pad-start"],"core-js/es/string/raw":["es.string.raw"],"core-js/es/string/repeat":["es.string.repeat"],"core-js/es/string/replace":["es.regexp.exec","es.string.replace"],"core-js/es/string/replace-all":["es.regexp.exec","es.string.replace","es.string.replace-all"],"core-js/es/string/search":["es.regexp.exec","es.string.search"],"core-js/es/string/small":["es.string.small"],"core-js/es/string/split":["es.regexp.exec","es.string.split"],"core-js/es/string/starts-with":["es.string.starts-with"],"core-js/es/string/strike":["es.string.strike"],"core-js/es/string/sub":["es.string.sub"],"core-js/es/string/substr":["es.string.substr"],"core-js/es/string/sup":["es.string.sup"],"core-js/es/string/to-well-formed":["es.string.to-well-formed"],"core-js/es/string/trim":["es.string.trim"],"core-js/es/string/trim-end":["es.string.trim-end"],"core-js/es/string/trim-left":["es.string.trim-start"],"core-js/es/string/trim-right":["es.string.trim-end"],"core-js/es/string/trim-start":["es.string.trim-start"],"core-js/es/string/virtual":["es.object.to-string","es.regexp.exec","es.string.at-alternative","es.string.code-point-at","es.string.ends-with","es.string.includes","es.string.iterator","es.string.match","es.string.match-all","es.string.pad-end","es.string.pad-start","es.string.repeat","es.string.replace","es.string.replace-all","es.string.search","es.string.split","es.string.starts-with","es.string.substr","es.string.trim","es.string.trim-end","es.string.trim-start","es.string.anchor","es.string.big","es.string.blink","es.string.bold","es.string.fixed","es.string.fontcolor","es.string.fontsize","es.string.italics","es.string.link","es.string.small","es.string.strike","es.string.sub","es.string.sup"],"core-js/es/string/virtual/anchor":["es.string.anchor"],"core-js/es/string/virtual/at":["es.string.at-alternative"],"core-js/es/string/virtual/big":["es.string.big"],"core-js/es/string/virtual/blink":["es.string.blink"],"core-js/es/string/virtual/bold":["es.string.bold"],"core-js/es/string/virtual/code-point-at":["es.string.code-point-at"],"core-js/es/string/virtual/ends-with":["es.string.ends-with"],"core-js/es/string/virtual/fixed":["es.string.fixed"],"core-js/es/string/virtual/fontcolor":["es.string.fontcolor"],"core-js/es/string/virtual/fontsize":["es.string.fontsize"],"core-js/es/string/virtual/includes":["es.string.includes"],"core-js/es/string/virtual/is-well-formed":["es.string.is-well-formed"],"core-js/es/string/virtual/italics":["es.string.italics"],"core-js/es/string/virtual/iterator":["es.object.to-string","es.string.iterator"],"core-js/es/string/virtual/link":["es.string.link"],"core-js/es/string/virtual/match-all":["es.object.to-string","es.regexp.exec","es.string.match-all"],"core-js/es/string/virtual/pad-end":["es.string.pad-end"],"core-js/es/string/virtual/pad-start":["es.string.pad-start"],"core-js/es/string/virtual/repeat":["es.string.repeat"],"core-js/es/string/virtual/replace-all":["es.regexp.exec","es.string.replace","es.string.replace-all"],"core-js/es/string/virtual/small":["es.string.small"],"core-js/es/string/virtual/starts-with":["es.string.starts-with"],"core-js/es/string/virtual/strike":["es.string.strike"],"core-js/es/string/virtual/sub":["es.string.sub"],"core-js/es/string/virtual/substr":["es.string.substr"],"core-js/es/string/virtual/sup":["es.string.sup"],"core-js/es/string/virtual/to-well-formed":["es.string.to-well-formed"],"core-js/es/string/virtual/trim":["es.string.trim"],"core-js/es/string/virtual/trim-end":["es.string.trim-end"],"core-js/es/string/virtual/trim-left":["es.string.trim-start"],"core-js/es/string/virtual/trim-right":["es.string.trim-end"],"core-js/es/string/virtual/trim-start":["es.string.trim-start"],"core-js/es/symbol":["es.symbol","es.symbol.description","es.symbol.async-iterator","es.symbol.has-instance","es.symbol.is-concat-spreadable","es.symbol.iterator","es.symbol.match","es.symbol.match-all","es.symbol.replace","es.symbol.search","es.symbol.species","es.symbol.split","es.symbol.to-primitive","es.symbol.to-string-tag","es.symbol.unscopables","es.array.concat","es.json.to-string-tag","es.math.to-string-tag","es.object.to-string","es.reflect.to-string-tag"],"core-js/es/symbol/async-iterator":["es.symbol.async-iterator"],"core-js/es/symbol/description":["es.symbol.description"],"core-js/es/symbol/for":["es.symbol"],"core-js/es/symbol/has-instance":["es.symbol.has-instance","es.function.has-instance"],"core-js/es/symbol/is-concat-spreadable":["es.symbol.is-concat-spreadable","es.array.concat"],"core-js/es/symbol/iterator":["es.symbol.iterator","es.array.iterator","es.object.to-string","es.string.iterator"],"core-js/es/symbol/key-for":["es.symbol"],"core-js/es/symbol/match":["es.symbol.match","es.regexp.exec","es.string.match"],"core-js/es/symbol/match-all":["es.symbol.match-all","es.object.to-string","es.regexp.exec","es.string.match-all"],"core-js/es/symbol/replace":["es.symbol.replace","es.regexp.exec","es.string.replace"],"core-js/es/symbol/search":["es.symbol.search","es.regexp.exec","es.string.search"],"core-js/es/symbol/species":["es.symbol.species"],"core-js/es/symbol/split":["es.symbol.split","es.regexp.exec","es.string.split"],"core-js/es/symbol/to-primitive":["es.symbol.to-primitive","es.date.to-primitive"],"core-js/es/symbol/to-string-tag":["es.symbol.to-string-tag","es.json.to-string-tag","es.math.to-string-tag","es.object.to-string","es.reflect.to-string-tag"],"core-js/es/symbol/unscopables":["es.symbol.unscopables"],"core-js/es/typed-array":["es.object.to-string","es.string.iterator","es.typed-array.float32-array","es.typed-array.float64-array","es.typed-array.int8-array","es.typed-array.int16-array","es.typed-array.int32-array","es.typed-array.uint8-array","es.typed-array.uint8-clamped-array","es.typed-array.uint16-array","es.typed-array.uint32-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with"],"core-js/es/typed-array/at":["es.typed-array.at"],"core-js/es/typed-array/copy-within":["es.typed-array.copy-within"],"core-js/es/typed-array/entries":["es.object.to-string","es.typed-array.iterator"],"core-js/es/typed-array/every":["es.typed-array.every"],"core-js/es/typed-array/fill":["es.typed-array.fill"],"core-js/es/typed-array/filter":["es.typed-array.filter"],"core-js/es/typed-array/find":["es.typed-array.find"],"core-js/es/typed-array/find-index":["es.typed-array.find-index"],"core-js/es/typed-array/find-last":["es.typed-array.find-last"],"core-js/es/typed-array/find-last-index":["es.typed-array.find-last-index"],"core-js/es/typed-array/float32-array":["es.array-buffer.constructor","es.array-buffer.slice","es.object.to-string","es.string.iterator","es.typed-array.float32-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with"],"core-js/es/typed-array/float64-array":["es.array-buffer.constructor","es.array-buffer.slice","es.object.to-string","es.string.iterator","es.typed-array.float64-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with"],"core-js/es/typed-array/for-each":["es.typed-array.for-each"],"core-js/es/typed-array/from":["es.typed-array.from"],"core-js/es/typed-array/includes":["es.typed-array.includes"],"core-js/es/typed-array/index-of":["es.typed-array.index-of"],"core-js/es/typed-array/int16-array":["es.array-buffer.constructor","es.array-buffer.slice","es.object.to-string","es.string.iterator","es.typed-array.int16-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with"],"core-js/es/typed-array/int32-array":["es.array-buffer.constructor","es.array-buffer.slice","es.object.to-string","es.string.iterator","es.typed-array.int32-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with"],"core-js/es/typed-array/int8-array":["es.array-buffer.constructor","es.array-buffer.slice","es.object.to-string","es.string.iterator","es.typed-array.int8-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with"],"core-js/es/typed-array/iterator":["es.object.to-string","es.typed-array.iterator"],"core-js/es/typed-array/join":["es.typed-array.join"],"core-js/es/typed-array/keys":["es.object.to-string","es.typed-array.iterator"],"core-js/es/typed-array/last-index-of":["es.typed-array.last-index-of"],"core-js/es/typed-array/map":["es.typed-array.map"],"core-js/es/typed-array/methods":["es.object.to-string","es.string.iterator","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with"],"core-js/es/typed-array/of":["es.typed-array.of"],"core-js/es/typed-array/reduce":["es.typed-array.reduce"],"core-js/es/typed-array/reduce-right":["es.typed-array.reduce-right"],"core-js/es/typed-array/reverse":["es.typed-array.reverse"],"core-js/es/typed-array/set":["es.typed-array.set"],"core-js/es/typed-array/slice":["es.typed-array.slice"],"core-js/es/typed-array/some":["es.typed-array.some"],"core-js/es/typed-array/sort":["es.typed-array.sort"],"core-js/es/typed-array/subarray":["es.typed-array.subarray"],"core-js/es/typed-array/to-locale-string":["es.typed-array.to-locale-string"],"core-js/es/typed-array/to-reversed":["es.typed-array.to-reversed"],"core-js/es/typed-array/to-sorted":["es.typed-array.sort","es.typed-array.to-sorted"],"core-js/es/typed-array/to-string":["es.typed-array.to-string"],"core-js/es/typed-array/uint16-array":["es.array-buffer.constructor","es.array-buffer.slice","es.object.to-string","es.string.iterator","es.typed-array.uint16-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with"],"core-js/es/typed-array/uint32-array":["es.array-buffer.constructor","es.array-buffer.slice","es.object.to-string","es.string.iterator","es.typed-array.uint32-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with"],"core-js/es/typed-array/uint8-array":["es.array-buffer.constructor","es.array-buffer.slice","es.object.to-string","es.string.iterator","es.typed-array.uint8-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with"],"core-js/es/typed-array/uint8-clamped-array":["es.array-buffer.constructor","es.array-buffer.slice","es.object.to-string","es.string.iterator","es.typed-array.uint8-clamped-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with"],"core-js/es/typed-array/values":["es.object.to-string","es.typed-array.iterator"],"core-js/es/typed-array/with":["es.typed-array.with"],"core-js/es/unescape":["es.unescape"],"core-js/es/weak-map":["es.array.iterator","es.object.to-string","es.weak-map"],"core-js/es/weak-set":["es.array.iterator","es.object.to-string","es.weak-set"],"core-js/features":["es.symbol","es.symbol.description","es.symbol.async-iterator","es.symbol.has-instance","es.symbol.is-concat-spreadable","es.symbol.iterator","es.symbol.match","es.symbol.match-all","es.symbol.replace","es.symbol.search","es.symbol.species","es.symbol.split","es.symbol.to-primitive","es.symbol.to-string-tag","es.symbol.unscopables","es.error.cause","es.error.to-string","es.aggregate-error","es.aggregate-error.cause","es.array.at","es.array.concat","es.array.copy-within","es.array.every","es.array.fill","es.array.filter","es.array.find","es.array.find-index","es.array.find-last","es.array.find-last-index","es.array.flat","es.array.flat-map","es.array.for-each","es.array.from","es.array.includes","es.array.index-of","es.array.is-array","es.array.iterator","es.array.join","es.array.last-index-of","es.array.map","es.array.of","es.array.push","es.array.reduce","es.array.reduce-right","es.array.reverse","es.array.slice","es.array.some","es.array.sort","es.array.species","es.array.splice","es.array.to-reversed","es.array.to-sorted","es.array.to-spliced","es.array.unscopables.flat","es.array.unscopables.flat-map","es.array.unshift","es.array.with","es.array-buffer.constructor","es.array-buffer.is-view","es.array-buffer.slice","es.data-view","es.data-view.get-float16","es.data-view.set-float16","es.array-buffer.detached","es.array-buffer.transfer","es.array-buffer.transfer-to-fixed-length","es.date.get-year","es.date.now","es.date.set-year","es.date.to-gmt-string","es.date.to-iso-string","es.date.to-json","es.date.to-primitive","es.date.to-string","es.escape","es.function.bind","es.function.has-instance","es.function.name","es.global-this","es.iterator.constructor","es.iterator.drop","es.iterator.every","es.iterator.filter","es.iterator.find","es.iterator.flat-map","es.iterator.for-each","es.iterator.from","es.iterator.map","es.iterator.reduce","es.iterator.some","es.iterator.take","es.iterator.to-array","es.json.stringify","es.json.to-string-tag","es.map","es.map.group-by","es.math.acosh","es.math.asinh","es.math.atanh","es.math.cbrt","es.math.clz32","es.math.cosh","es.math.expm1","es.math.fround","es.math.f16round","es.math.hypot","es.math.imul","es.math.log10","es.math.log1p","es.math.log2","es.math.sign","es.math.sinh","es.math.tanh","es.math.to-string-tag","es.math.trunc","es.number.constructor","es.number.epsilon","es.number.is-finite","es.number.is-integer","es.number.is-nan","es.number.is-safe-integer","es.number.max-safe-integer","es.number.min-safe-integer","es.number.parse-float","es.number.parse-int","es.number.to-exponential","es.number.to-fixed","es.number.to-precision","es.object.assign","es.object.create","es.object.define-getter","es.object.define-properties","es.object.define-property","es.object.define-setter","es.object.entries","es.object.freeze","es.object.from-entries","es.object.get-own-property-descriptor","es.object.get-own-property-descriptors","es.object.get-own-property-names","es.object.get-prototype-of","es.object.group-by","es.object.has-own","es.object.is","es.object.is-extensible","es.object.is-frozen","es.object.is-sealed","es.object.keys","es.object.lookup-getter","es.object.lookup-setter","es.object.prevent-extensions","es.object.proto","es.object.seal","es.object.set-prototype-of","es.object.to-string","es.object.values","es.parse-float","es.parse-int","es.promise","es.promise.all-settled","es.promise.any","es.promise.finally","es.promise.try","es.promise.with-resolvers","es.reflect.apply","es.reflect.construct","es.reflect.define-property","es.reflect.delete-property","es.reflect.get","es.reflect.get-own-property-descriptor","es.reflect.get-prototype-of","es.reflect.has","es.reflect.is-extensible","es.reflect.own-keys","es.reflect.prevent-extensions","es.reflect.set","es.reflect.set-prototype-of","es.reflect.to-string-tag","es.regexp.constructor","es.regexp.escape","es.regexp.dot-all","es.regexp.exec","es.regexp.flags","es.regexp.sticky","es.regexp.test","es.regexp.to-string","es.set","es.set.difference.v2","es.set.intersection.v2","es.set.is-disjoint-from.v2","es.set.is-subset-of.v2","es.set.is-superset-of.v2","es.set.symmetric-difference.v2","es.set.union.v2","es.string.at-alternative","es.string.code-point-at","es.string.ends-with","es.string.from-code-point","es.string.includes","es.string.is-well-formed","es.string.iterator","es.string.match","es.string.match-all","es.string.pad-end","es.string.pad-start","es.string.raw","es.string.repeat","es.string.replace","es.string.replace-all","es.string.search","es.string.split","es.string.starts-with","es.string.substr","es.string.to-well-formed","es.string.trim","es.string.trim-end","es.string.trim-start","es.string.anchor","es.string.big","es.string.blink","es.string.bold","es.string.fixed","es.string.fontcolor","es.string.fontsize","es.string.italics","es.string.link","es.string.small","es.string.strike","es.string.sub","es.string.sup","es.typed-array.float32-array","es.typed-array.float64-array","es.typed-array.int8-array","es.typed-array.int16-array","es.typed-array.int32-array","es.typed-array.uint8-array","es.typed-array.uint8-clamped-array","es.typed-array.uint16-array","es.typed-array.uint32-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with","es.unescape","es.weak-map","es.weak-set","esnext.aggregate-error","esnext.suppressed-error.constructor","esnext.array.from-async","esnext.array.at","esnext.array.filter-out","esnext.array.filter-reject","esnext.array.find-last","esnext.array.find-last-index","esnext.array.group","esnext.array.group-by","esnext.array.group-by-to-map","esnext.array.group-to-map","esnext.array.is-template-object","esnext.array.last-index","esnext.array.last-item","esnext.array.to-reversed","esnext.array.to-sorted","esnext.array.to-spliced","esnext.array.unique-by","esnext.array.with","esnext.array-buffer.detached","esnext.array-buffer.transfer","esnext.array-buffer.transfer-to-fixed-length","esnext.async-disposable-stack.constructor","esnext.async-iterator.constructor","esnext.async-iterator.as-indexed-pairs","esnext.async-iterator.async-dispose","esnext.async-iterator.drop","esnext.async-iterator.every","esnext.async-iterator.filter","esnext.async-iterator.find","esnext.async-iterator.flat-map","esnext.async-iterator.for-each","esnext.async-iterator.from","esnext.async-iterator.indexed","esnext.async-iterator.map","esnext.async-iterator.reduce","esnext.async-iterator.some","esnext.async-iterator.take","esnext.async-iterator.to-array","esnext.bigint.range","esnext.composite-key","esnext.composite-symbol","esnext.data-view.get-float16","esnext.data-view.get-uint8-clamped","esnext.data-view.set-float16","esnext.data-view.set-uint8-clamped","esnext.disposable-stack.constructor","esnext.error.is-error","esnext.function.demethodize","esnext.function.is-callable","esnext.function.is-constructor","esnext.function.metadata","esnext.function.un-this","esnext.global-this","esnext.iterator.constructor","esnext.iterator.as-indexed-pairs","esnext.iterator.concat","esnext.iterator.dispose","esnext.iterator.drop","esnext.iterator.every","esnext.iterator.filter","esnext.iterator.find","esnext.iterator.flat-map","esnext.iterator.for-each","esnext.iterator.from","esnext.iterator.indexed","esnext.iterator.map","esnext.iterator.range","esnext.iterator.reduce","esnext.iterator.some","esnext.iterator.take","esnext.iterator.to-array","esnext.iterator.to-async","esnext.json.is-raw-json","esnext.json.parse","esnext.json.raw-json","esnext.map.delete-all","esnext.map.emplace","esnext.map.every","esnext.map.filter","esnext.map.find","esnext.map.find-key","esnext.map.from","esnext.map.get-or-insert","esnext.map.get-or-insert-computed","esnext.map.group-by","esnext.map.includes","esnext.map.key-by","esnext.map.key-of","esnext.map.map-keys","esnext.map.map-values","esnext.map.merge","esnext.map.of","esnext.map.reduce","esnext.map.some","esnext.map.update","esnext.map.update-or-insert","esnext.map.upsert","esnext.math.clamp","esnext.math.deg-per-rad","esnext.math.degrees","esnext.math.fscale","esnext.math.f16round","esnext.math.iaddh","esnext.math.imulh","esnext.math.isubh","esnext.math.rad-per-deg","esnext.math.radians","esnext.math.scale","esnext.math.seeded-prng","esnext.math.signbit","esnext.math.sum-precise","esnext.math.umulh","esnext.number.from-string","esnext.number.range","esnext.object.has-own","esnext.object.iterate-entries","esnext.object.iterate-keys","esnext.object.iterate-values","esnext.object.group-by","esnext.observable","esnext.promise.all-settled","esnext.promise.any","esnext.promise.try","esnext.promise.with-resolvers","esnext.reflect.define-metadata","esnext.reflect.delete-metadata","esnext.reflect.get-metadata","esnext.reflect.get-metadata-keys","esnext.reflect.get-own-metadata","esnext.reflect.get-own-metadata-keys","esnext.reflect.has-metadata","esnext.reflect.has-own-metadata","esnext.reflect.metadata","esnext.regexp.escape","esnext.set.add-all","esnext.set.delete-all","esnext.set.difference.v2","esnext.set.difference","esnext.set.every","esnext.set.filter","esnext.set.find","esnext.set.from","esnext.set.intersection.v2","esnext.set.intersection","esnext.set.is-disjoint-from.v2","esnext.set.is-disjoint-from","esnext.set.is-subset-of.v2","esnext.set.is-subset-of","esnext.set.is-superset-of.v2","esnext.set.is-superset-of","esnext.set.join","esnext.set.map","esnext.set.of","esnext.set.reduce","esnext.set.some","esnext.set.symmetric-difference.v2","esnext.set.symmetric-difference","esnext.set.union.v2","esnext.set.union","esnext.string.at","esnext.string.cooked","esnext.string.code-points","esnext.string.dedent","esnext.string.is-well-formed","esnext.string.match-all","esnext.string.replace-all","esnext.string.to-well-formed","esnext.symbol.async-dispose","esnext.symbol.custom-matcher","esnext.symbol.dispose","esnext.symbol.is-registered-symbol","esnext.symbol.is-registered","esnext.symbol.is-well-known-symbol","esnext.symbol.is-well-known","esnext.symbol.matcher","esnext.symbol.metadata","esnext.symbol.metadata-key","esnext.symbol.observable","esnext.symbol.pattern-match","esnext.symbol.replace-all","esnext.typed-array.from-async","esnext.typed-array.at","esnext.typed-array.filter-out","esnext.typed-array.filter-reject","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.group-by","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.unique-by","esnext.typed-array.with","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex","esnext.weak-map.delete-all","esnext.weak-map.from","esnext.weak-map.of","esnext.weak-map.emplace","esnext.weak-map.get-or-insert","esnext.weak-map.get-or-insert-computed","esnext.weak-map.upsert","esnext.weak-set.add-all","esnext.weak-set.delete-all","esnext.weak-set.from","esnext.weak-set.of","web.atob","web.btoa","web.dom-collections.for-each","web.dom-collections.iterator","web.dom-exception.constructor","web.dom-exception.stack","web.dom-exception.to-string-tag","web.immediate","web.queue-microtask","web.self","web.structured-clone","web.timers","web.url","web.url.can-parse","web.url.parse","web.url.to-json","web.url-search-params","web.url-search-params.delete","web.url-search-params.has","web.url-search-params.size"],"core-js/features/aggregate-error":["es.error.cause","es.aggregate-error","es.aggregate-error.cause","es.array.iterator","es.string.iterator","esnext.aggregate-error","web.dom-collections.iterator"],"core-js/features/array":["es.array.at","es.array.concat","es.array.copy-within","es.array.every","es.array.fill","es.array.filter","es.array.find","es.array.find-index","es.array.find-last","es.array.find-last-index","es.array.flat","es.array.flat-map","es.array.for-each","es.array.from","es.array.includes","es.array.index-of","es.array.is-array","es.array.iterator","es.array.join","es.array.last-index-of","es.array.map","es.array.of","es.array.push","es.array.reduce","es.array.reduce-right","es.array.reverse","es.array.slice","es.array.some","es.array.sort","es.array.species","es.array.splice","es.array.to-reversed","es.array.to-sorted","es.array.to-spliced","es.array.unscopables.flat","es.array.unscopables.flat-map","es.array.unshift","es.array.with","es.map","es.object.to-string","es.promise","es.string.iterator","esnext.array.from-async","esnext.array.at","esnext.array.filter-out","esnext.array.filter-reject","esnext.array.find-last","esnext.array.find-last-index","esnext.array.group","esnext.array.group-by","esnext.array.group-by-to-map","esnext.array.group-to-map","esnext.array.is-template-object","esnext.array.last-index","esnext.array.last-item","esnext.array.to-reversed","esnext.array.to-sorted","esnext.array.to-spliced","esnext.array.unique-by","esnext.array.with"],"core-js/features/array-buffer":["es.array-buffer.constructor","es.array-buffer.is-view","es.array-buffer.slice","es.data-view","es.array-buffer.detached","es.array-buffer.transfer","es.array-buffer.transfer-to-fixed-length","es.object.to-string","esnext.array-buffer.detached","esnext.array-buffer.transfer","esnext.array-buffer.transfer-to-fixed-length"],"core-js/features/array-buffer/constructor":["es.array-buffer.constructor","es.array-buffer.slice","es.array-buffer.detached","es.array-buffer.transfer","es.array-buffer.transfer-to-fixed-length","es.object.to-string","esnext.array-buffer.detached","esnext.array-buffer.transfer","esnext.array-buffer.transfer-to-fixed-length"],"core-js/features/array-buffer/detached":["es.array-buffer.constructor","es.array-buffer.slice","es.array-buffer.detached","esnext.array-buffer.detached"],"core-js/features/array-buffer/is-view":["es.array-buffer.is-view"],"core-js/features/array-buffer/slice":["es.array-buffer.slice"],"core-js/features/array-buffer/transfer":["es.array-buffer.constructor","es.array-buffer.slice","es.data-view","es.array-buffer.transfer","esnext.array-buffer.transfer"],"core-js/features/array-buffer/transfer-to-fixed-length":["es.array-buffer.constructor","es.array-buffer.slice","es.data-view","es.array-buffer.transfer-to-fixed-length","esnext.array-buffer.transfer-to-fixed-length"],"core-js/features/array/at":["es.array.at","esnext.array.at"],"core-js/features/array/concat":["es.array.concat"],"core-js/features/array/copy-within":["es.array.copy-within"],"core-js/features/array/entries":["es.array.iterator","es.object.to-string"],"core-js/features/array/every":["es.array.every"],"core-js/features/array/fill":["es.array.fill"],"core-js/features/array/filter":["es.array.filter"],"core-js/features/array/filter-out":["esnext.array.filter-out"],"core-js/features/array/filter-reject":["esnext.array.filter-reject"],"core-js/features/array/find":["es.array.find"],"core-js/features/array/find-index":["es.array.find-index"],"core-js/features/array/find-last":["es.array.find-last","esnext.array.find-last"],"core-js/features/array/find-last-index":["es.array.find-last-index","esnext.array.find-last-index"],"core-js/features/array/flat":["es.array.flat","es.array.unscopables.flat"],"core-js/features/array/flat-map":["es.array.flat-map","es.array.unscopables.flat-map"],"core-js/features/array/for-each":["es.array.for-each"],"core-js/features/array/from":["es.array.from","es.string.iterator"],"core-js/features/array/from-async":["es.array.iterator","es.object.to-string","es.promise","es.string.iterator","esnext.array.from-async"],"core-js/features/array/group":["esnext.array.group"],"core-js/features/array/group-by":["esnext.array.group-by"],"core-js/features/array/group-by-to-map":["es.map","es.object.to-string","esnext.array.group-by-to-map"],"core-js/features/array/group-to-map":["es.map","es.object.to-string","esnext.array.group-to-map"],"core-js/features/array/includes":["es.array.includes"],"core-js/features/array/index-of":["es.array.index-of"],"core-js/features/array/is-array":["es.array.is-array"],"core-js/features/array/is-template-object":["esnext.array.is-template-object"],"core-js/features/array/iterator":["es.array.iterator","es.object.to-string"],"core-js/features/array/join":["es.array.join"],"core-js/features/array/keys":["es.array.iterator","es.object.to-string"],"core-js/features/array/last-index":["esnext.array.last-index"],"core-js/features/array/last-index-of":["es.array.last-index-of"],"core-js/features/array/last-item":["esnext.array.last-item"],"core-js/features/array/map":["es.array.map"],"core-js/features/array/of":["es.array.of"],"core-js/features/array/push":["es.array.push"],"core-js/features/array/reduce":["es.array.reduce"],"core-js/features/array/reduce-right":["es.array.reduce-right"],"core-js/features/array/reverse":["es.array.reverse"],"core-js/features/array/slice":["es.array.slice"],"core-js/features/array/some":["es.array.some"],"core-js/features/array/sort":["es.array.sort"],"core-js/features/array/splice":["es.array.splice"],"core-js/features/array/to-reversed":["es.array.to-reversed","esnext.array.to-reversed"],"core-js/features/array/to-sorted":["es.array.sort","es.array.to-sorted","esnext.array.to-sorted"],"core-js/features/array/to-spliced":["es.array.to-spliced","esnext.array.to-spliced"],"core-js/features/array/unique-by":["es.map","esnext.array.unique-by"],"core-js/features/array/unshift":["es.array.unshift"],"core-js/features/array/values":["es.array.iterator","es.object.to-string"],"core-js/features/array/virtual":["es.array.at","es.array.concat","es.array.copy-within","es.array.every","es.array.fill","es.array.filter","es.array.find","es.array.find-index","es.array.find-last","es.array.find-last-index","es.array.flat","es.array.flat-map","es.array.for-each","es.array.includes","es.array.index-of","es.array.iterator","es.array.join","es.array.last-index-of","es.array.map","es.array.push","es.array.reduce","es.array.reduce-right","es.array.reverse","es.array.slice","es.array.some","es.array.sort","es.array.species","es.array.splice","es.array.to-reversed","es.array.to-sorted","es.array.to-spliced","es.array.unscopables.flat","es.array.unscopables.flat-map","es.array.unshift","es.array.with","es.map","es.object.to-string","esnext.array.at","esnext.array.filter-out","esnext.array.filter-reject","esnext.array.find-last","esnext.array.find-last-index","esnext.array.group","esnext.array.group-by","esnext.array.group-by-to-map","esnext.array.group-to-map","esnext.array.to-reversed","esnext.array.to-sorted","esnext.array.to-spliced","esnext.array.unique-by","esnext.array.with"],"core-js/features/array/virtual/at":["es.array.at","esnext.array.at"],"core-js/features/array/virtual/concat":["es.array.concat"],"core-js/features/array/virtual/copy-within":["es.array.copy-within"],"core-js/features/array/virtual/entries":["es.array.iterator","es.object.to-string"],"core-js/features/array/virtual/every":["es.array.every"],"core-js/features/array/virtual/fill":["es.array.fill"],"core-js/features/array/virtual/filter":["es.array.filter"],"core-js/features/array/virtual/filter-out":["esnext.array.filter-out"],"core-js/features/array/virtual/filter-reject":["esnext.array.filter-reject"],"core-js/features/array/virtual/find":["es.array.find"],"core-js/features/array/virtual/find-index":["es.array.find-index"],"core-js/features/array/virtual/find-last":["es.array.find-last","esnext.array.find-last"],"core-js/features/array/virtual/find-last-index":["es.array.find-last-index","esnext.array.find-last-index"],"core-js/features/array/virtual/flat":["es.array.flat","es.array.unscopables.flat"],"core-js/features/array/virtual/flat-map":["es.array.flat-map","es.array.unscopables.flat-map"],"core-js/features/array/virtual/for-each":["es.array.for-each"],"core-js/features/array/virtual/group":["esnext.array.group"],"core-js/features/array/virtual/group-by":["esnext.array.group-by"],"core-js/features/array/virtual/group-by-to-map":["es.map","es.object.to-string","esnext.array.group-by-to-map"],"core-js/features/array/virtual/group-to-map":["es.map","es.object.to-string","esnext.array.group-to-map"],"core-js/features/array/virtual/includes":["es.array.includes"],"core-js/features/array/virtual/index-of":["es.array.index-of"],"core-js/features/array/virtual/iterator":["es.array.iterator","es.object.to-string"],"core-js/features/array/virtual/join":["es.array.join"],"core-js/features/array/virtual/keys":["es.array.iterator","es.object.to-string"],"core-js/features/array/virtual/last-index-of":["es.array.last-index-of"],"core-js/features/array/virtual/map":["es.array.map"],"core-js/features/array/virtual/push":["es.array.push"],"core-js/features/array/virtual/reduce":["es.array.reduce"],"core-js/features/array/virtual/reduce-right":["es.array.reduce-right"],"core-js/features/array/virtual/reverse":["es.array.reverse"],"core-js/features/array/virtual/slice":["es.array.slice"],"core-js/features/array/virtual/some":["es.array.some"],"core-js/features/array/virtual/sort":["es.array.sort"],"core-js/features/array/virtual/splice":["es.array.splice"],"core-js/features/array/virtual/to-reversed":["es.array.to-reversed","esnext.array.to-reversed"],"core-js/features/array/virtual/to-sorted":["es.array.sort","es.array.to-sorted","esnext.array.to-sorted"],"core-js/features/array/virtual/to-spliced":["es.array.to-spliced","esnext.array.to-spliced"],"core-js/features/array/virtual/unique-by":["es.map","esnext.array.unique-by"],"core-js/features/array/virtual/unshift":["es.array.unshift"],"core-js/features/array/virtual/values":["es.array.iterator","es.object.to-string"],"core-js/features/array/virtual/with":["es.array.with","esnext.array.with"],"core-js/features/array/with":["es.array.with","esnext.array.with"],"core-js/features/async-disposable-stack":["es.error.cause","es.error.to-string","es.object.to-string","es.promise","esnext.suppressed-error.constructor","esnext.async-disposable-stack.constructor","esnext.async-iterator.async-dispose","esnext.iterator.dispose"],"core-js/features/async-disposable-stack/constructor":["es.error.cause","es.error.to-string","es.object.to-string","es.promise","esnext.suppressed-error.constructor","esnext.async-disposable-stack.constructor","esnext.async-iterator.async-dispose","esnext.iterator.dispose"],"core-js/features/async-iterator":["es.array.iterator","es.object.to-string","es.promise","es.string.iterator","esnext.async-iterator.constructor","esnext.async-iterator.as-indexed-pairs","esnext.async-iterator.async-dispose","esnext.async-iterator.drop","esnext.async-iterator.every","esnext.async-iterator.filter","esnext.async-iterator.find","esnext.async-iterator.flat-map","esnext.async-iterator.for-each","esnext.async-iterator.from","esnext.async-iterator.indexed","esnext.async-iterator.map","esnext.async-iterator.reduce","esnext.async-iterator.some","esnext.async-iterator.take","esnext.async-iterator.to-array","web.dom-collections.iterator"],"core-js/features/async-iterator/as-indexed-pairs":["es.object.to-string","es.promise","esnext.async-iterator.constructor","esnext.async-iterator.as-indexed-pairs"],"core-js/features/async-iterator/async-dispose":["es.object.to-string","es.promise","esnext.async-iterator.async-dispose"],"core-js/features/async-iterator/drop":["es.object.to-string","es.promise","esnext.async-iterator.constructor","esnext.async-iterator.drop"],"core-js/features/async-iterator/every":["es.object.to-string","es.promise","esnext.async-iterator.constructor","esnext.async-iterator.every"],"core-js/features/async-iterator/filter":["es.object.to-string","es.promise","esnext.async-iterator.constructor","esnext.async-iterator.filter"],"core-js/features/async-iterator/find":["es.object.to-string","es.promise","esnext.async-iterator.constructor","esnext.async-iterator.find"],"core-js/features/async-iterator/flat-map":["es.object.to-string","es.promise","esnext.async-iterator.constructor","esnext.async-iterator.flat-map"],"core-js/features/async-iterator/for-each":["es.object.to-string","es.promise","esnext.async-iterator.constructor","esnext.async-iterator.for-each"],"core-js/features/async-iterator/from":["es.array.iterator","es.object.to-string","es.promise","es.string.iterator","esnext.async-iterator.constructor","esnext.async-iterator.drop","esnext.async-iterator.every","esnext.async-iterator.filter","esnext.async-iterator.find","esnext.async-iterator.flat-map","esnext.async-iterator.for-each","esnext.async-iterator.from","esnext.async-iterator.map","esnext.async-iterator.reduce","esnext.async-iterator.some","esnext.async-iterator.take","esnext.async-iterator.to-array","web.dom-collections.iterator"],"core-js/features/async-iterator/indexed":["es.object.to-string","es.promise","esnext.async-iterator.constructor","esnext.async-iterator.indexed"],"core-js/features/async-iterator/map":["es.object.to-string","es.promise","esnext.async-iterator.constructor","esnext.async-iterator.map"],"core-js/features/async-iterator/reduce":["es.object.to-string","es.promise","esnext.async-iterator.constructor","esnext.async-iterator.reduce"],"core-js/features/async-iterator/some":["es.object.to-string","es.promise","esnext.async-iterator.constructor","esnext.async-iterator.some"],"core-js/features/async-iterator/take":["es.object.to-string","es.promise","esnext.async-iterator.constructor","esnext.async-iterator.take"],"core-js/features/async-iterator/to-array":["es.object.to-string","es.promise","esnext.async-iterator.constructor","esnext.async-iterator.to-array"],"core-js/features/atob":["es.error.to-string","es.object.to-string","web.atob","web.dom-exception.constructor","web.dom-exception.stack","web.dom-exception.to-string-tag"],"core-js/features/bigint":["es.object.to-string","esnext.bigint.range"],"core-js/features/bigint/range":["es.object.to-string","esnext.bigint.range"],"core-js/features/btoa":["es.error.to-string","es.object.to-string","web.btoa","web.dom-exception.constructor","web.dom-exception.stack","web.dom-exception.to-string-tag"],"core-js/features/clear-immediate":["web.immediate"],"core-js/features/composite-key":["esnext.composite-key"],"core-js/features/composite-symbol":["es.symbol","esnext.composite-symbol"],"core-js/features/data-view":["es.array-buffer.constructor","es.array-buffer.slice","es.data-view","es.data-view.get-float16","es.data-view.set-float16","es.object.to-string","esnext.data-view.get-float16","esnext.data-view.get-uint8-clamped","esnext.data-view.set-float16","esnext.data-view.set-uint8-clamped"],"core-js/features/data-view/get-float16":["es.data-view.get-float16","esnext.data-view.get-float16"],"core-js/features/data-view/get-uint8-clamped":["esnext.data-view.get-uint8-clamped"],"core-js/features/data-view/set-float16":["es.data-view.set-float16","esnext.data-view.set-float16"],"core-js/features/data-view/set-uint8-clamped":["esnext.data-view.set-uint8-clamped"],"core-js/features/date":["es.date.get-year","es.date.now","es.date.set-year","es.date.to-gmt-string","es.date.to-iso-string","es.date.to-json","es.date.to-primitive","es.date.to-string"],"core-js/features/date/get-year":["es.date.get-year"],"core-js/features/date/now":["es.date.now"],"core-js/features/date/set-year":["es.date.set-year"],"core-js/features/date/to-gmt-string":["es.date.to-gmt-string"],"core-js/features/date/to-iso-string":["es.date.to-iso-string","es.date.to-json"],"core-js/features/date/to-json":["es.date.to-json"],"core-js/features/date/to-primitive":["es.date.to-primitive"],"core-js/features/date/to-string":["es.date.to-string"],"core-js/features/disposable-stack":["es.error.cause","es.error.to-string","es.object.to-string","esnext.suppressed-error.constructor","esnext.disposable-stack.constructor","esnext.iterator.dispose"],"core-js/features/disposable-stack/constructor":["es.error.cause","es.error.to-string","es.object.to-string","esnext.suppressed-error.constructor","esnext.disposable-stack.constructor","esnext.iterator.dispose"],"core-js/features/dom-collections":["es.array.iterator","es.object.to-string","web.dom-collections.for-each","web.dom-collections.iterator"],"core-js/features/dom-collections/for-each":["web.dom-collections.for-each"],"core-js/features/dom-collections/iterator":["es.object.to-string","web.dom-collections.iterator"],"core-js/features/dom-exception":["es.error.to-string","web.dom-exception.constructor","web.dom-exception.stack","web.dom-exception.to-string-tag"],"core-js/features/dom-exception/constructor":["es.error.to-string","web.dom-exception.constructor","web.dom-exception.stack"],"core-js/features/dom-exception/to-string-tag":["web.dom-exception.to-string-tag"],"core-js/features/error":["es.error.cause","es.error.to-string","es.object.create","esnext.error.is-error"],"core-js/features/error/constructor":["es.error.cause"],"core-js/features/error/is-error":["es.object.create","esnext.error.is-error"],"core-js/features/error/to-string":["es.error.to-string"],"core-js/features/escape":["es.escape"],"core-js/features/function":["es.function.bind","es.function.has-instance","es.function.name","esnext.function.demethodize","esnext.function.is-callable","esnext.function.is-constructor","esnext.function.metadata","esnext.function.un-this"],"core-js/features/function/bind":["es.function.bind"],"core-js/features/function/demethodize":["esnext.function.demethodize"],"core-js/features/function/has-instance":["es.function.has-instance"],"core-js/features/function/is-callable":["esnext.function.is-callable"],"core-js/features/function/is-constructor":["esnext.function.is-constructor"],"core-js/features/function/metadata":["esnext.function.metadata"],"core-js/features/function/name":["es.function.name"],"core-js/features/function/un-this":["esnext.function.un-this"],"core-js/features/function/virtual":["es.function.bind","esnext.function.demethodize","esnext.function.un-this"],"core-js/features/function/virtual/bind":["es.function.bind"],"core-js/features/function/virtual/demethodize":["esnext.function.demethodize"],"core-js/features/function/virtual/un-this":["esnext.function.un-this"],"core-js/features/get-iterator":["es.array.iterator","es.string.iterator","web.dom-collections.iterator"],"core-js/features/get-iterator-method":["es.array.iterator","es.string.iterator","web.dom-collections.iterator"],"core-js/features/global-this":["es.global-this","esnext.global-this"],"core-js/features/instance/at":["es.array.at","es.string.at-alternative","esnext.array.at","esnext.string.at"],"core-js/features/instance/bind":["es.function.bind"],"core-js/features/instance/code-point-at":["es.string.code-point-at"],"core-js/features/instance/code-points":["es.object.to-string","esnext.string.code-points"],"core-js/features/instance/concat":["es.array.concat"],"core-js/features/instance/copy-within":["es.array.copy-within"],"core-js/features/instance/demethodize":["esnext.function.demethodize"],"core-js/features/instance/ends-with":["es.string.ends-with"],"core-js/features/instance/entries":["es.array.iterator","es.object.to-string","web.dom-collections.iterator"],"core-js/features/instance/every":["es.array.every"],"core-js/features/instance/fill":["es.array.fill"],"core-js/features/instance/filter":["es.array.filter"],"core-js/features/instance/filter-out":["esnext.array.filter-out"],"core-js/features/instance/filter-reject":["esnext.array.filter-reject"],"core-js/features/instance/find":["es.array.find"],"core-js/features/instance/find-index":["es.array.find-index"],"core-js/features/instance/find-last":["es.array.find-last","esnext.array.find-last"],"core-js/features/instance/find-last-index":["es.array.find-last-index","esnext.array.find-last-index"],"core-js/features/instance/flags":["es.regexp.flags"],"core-js/features/instance/flat":["es.array.flat","es.array.unscopables.flat"],"core-js/features/instance/flat-map":["es.array.flat-map","es.array.unscopables.flat-map"],"core-js/features/instance/for-each":["es.array.for-each","web.dom-collections.for-each"],"core-js/features/instance/group":["esnext.array.group"],"core-js/features/instance/group-by":["esnext.array.group-by"],"core-js/features/instance/group-by-to-map":["es.map","es.object.to-string","esnext.array.group-by-to-map"],"core-js/features/instance/group-to-map":["es.map","es.object.to-string","esnext.array.group-to-map"],"core-js/features/instance/includes":["es.array.includes","es.string.includes"],"core-js/features/instance/index-of":["es.array.index-of"],"core-js/features/instance/is-well-formed":["es.string.is-well-formed"],"core-js/features/instance/keys":["es.array.iterator","es.object.to-string","web.dom-collections.iterator"],"core-js/features/instance/last-index-of":["es.array.last-index-of"],"core-js/features/instance/map":["es.array.map"],"core-js/features/instance/match-all":["es.object.to-string","es.regexp.exec","es.string.match-all","esnext.string.match-all"],"core-js/features/instance/pad-end":["es.string.pad-end"],"core-js/features/instance/pad-start":["es.string.pad-start"],"core-js/features/instance/push":["es.array.push"],"core-js/features/instance/reduce":["es.array.reduce"],"core-js/features/instance/reduce-right":["es.array.reduce-right"],"core-js/features/instance/repeat":["es.string.repeat"],"core-js/features/instance/replace-all":["es.regexp.exec","es.string.replace","es.string.replace-all","esnext.string.replace-all"],"core-js/features/instance/reverse":["es.array.reverse"],"core-js/features/instance/slice":["es.array.slice"],"core-js/features/instance/some":["es.array.some"],"core-js/features/instance/sort":["es.array.sort"],"core-js/features/instance/splice":["es.array.splice"],"core-js/features/instance/starts-with":["es.string.starts-with"],"core-js/features/instance/to-reversed":["es.array.to-reversed","esnext.array.to-reversed"],"core-js/features/instance/to-sorted":["es.array.sort","es.array.to-sorted","esnext.array.to-sorted"],"core-js/features/instance/to-spliced":["es.array.to-spliced","esnext.array.to-spliced"],"core-js/features/instance/to-well-formed":["es.string.to-well-formed"],"core-js/features/instance/trim":["es.string.trim"],"core-js/features/instance/trim-end":["es.string.trim-end"],"core-js/features/instance/trim-left":["es.string.trim-start"],"core-js/features/instance/trim-right":["es.string.trim-end"],"core-js/features/instance/trim-start":["es.string.trim-start"],"core-js/features/instance/un-this":["esnext.function.un-this"],"core-js/features/instance/unique-by":["es.map","esnext.array.unique-by"],"core-js/features/instance/unshift":["es.array.unshift"],"core-js/features/instance/values":["es.array.iterator","es.object.to-string","web.dom-collections.iterator"],"core-js/features/instance/with":["es.array.with","esnext.array.with"],"core-js/features/is-iterable":["es.array.iterator","es.string.iterator","web.dom-collections.iterator"],"core-js/features/iterator":["es.array.iterator","es.iterator.constructor","es.iterator.drop","es.iterator.every","es.iterator.filter","es.iterator.find","es.iterator.flat-map","es.iterator.for-each","es.iterator.from","es.iterator.map","es.iterator.reduce","es.iterator.some","es.iterator.take","es.iterator.to-array","es.object.to-string","es.promise","es.string.iterator","esnext.iterator.constructor","esnext.iterator.as-indexed-pairs","esnext.iterator.concat","esnext.iterator.dispose","esnext.iterator.drop","esnext.iterator.every","esnext.iterator.filter","esnext.iterator.find","esnext.iterator.flat-map","esnext.iterator.for-each","esnext.iterator.from","esnext.iterator.indexed","esnext.iterator.map","esnext.iterator.range","esnext.iterator.reduce","esnext.iterator.some","esnext.iterator.take","esnext.iterator.to-array","esnext.iterator.to-async","web.dom-collections.iterator"],"core-js/features/iterator/as-indexed-pairs":["es.object.to-string","esnext.iterator.constructor","esnext.iterator.as-indexed-pairs"],"core-js/features/iterator/concat":["es.array.iterator","es.iterator.constructor","es.iterator.drop","es.iterator.every","es.iterator.filter","es.iterator.find","es.iterator.flat-map","es.iterator.for-each","es.iterator.map","es.iterator.reduce","es.iterator.some","es.iterator.take","es.iterator.to-array","es.object.to-string","es.string.iterator","esnext.iterator.concat"],"core-js/features/iterator/dispose":["esnext.iterator.dispose"],"core-js/features/iterator/drop":["es.iterator.constructor","es.iterator.drop","es.object.to-string","esnext.iterator.constructor","esnext.iterator.drop"],"core-js/features/iterator/every":["es.iterator.constructor","es.iterator.every","es.object.to-string","esnext.iterator.constructor","esnext.iterator.every"],"core-js/features/iterator/filter":["es.iterator.constructor","es.iterator.filter","es.object.to-string","esnext.iterator.constructor","esnext.iterator.filter"],"core-js/features/iterator/find":["es.iterator.constructor","es.iterator.find","es.object.to-string","esnext.iterator.constructor","esnext.iterator.find"],"core-js/features/iterator/flat-map":["es.iterator.constructor","es.iterator.flat-map","es.object.to-string","esnext.iterator.constructor","esnext.iterator.flat-map"],"core-js/features/iterator/for-each":["es.iterator.constructor","es.iterator.for-each","es.object.to-string","esnext.iterator.constructor","esnext.iterator.for-each"],"core-js/features/iterator/from":["es.array.iterator","es.iterator.constructor","es.iterator.drop","es.iterator.every","es.iterator.filter","es.iterator.find","es.iterator.flat-map","es.iterator.for-each","es.iterator.from","es.iterator.map","es.iterator.reduce","es.iterator.some","es.iterator.take","es.iterator.to-array","es.object.to-string","es.promise","es.string.iterator","esnext.iterator.constructor","esnext.iterator.dispose","esnext.iterator.drop","esnext.iterator.every","esnext.iterator.filter","esnext.iterator.find","esnext.iterator.flat-map","esnext.iterator.for-each","esnext.iterator.from","esnext.iterator.map","esnext.iterator.reduce","esnext.iterator.some","esnext.iterator.take","esnext.iterator.to-array","esnext.iterator.to-async","web.dom-collections.iterator"],"core-js/features/iterator/indexed":["es.object.to-string","esnext.iterator.constructor","esnext.iterator.indexed"],"core-js/features/iterator/map":["es.iterator.constructor","es.iterator.map","es.object.to-string","esnext.iterator.constructor","esnext.iterator.map"],"core-js/features/iterator/range":["es.object.to-string","esnext.iterator.constructor","esnext.iterator.range"],"core-js/features/iterator/reduce":["es.iterator.constructor","es.iterator.reduce","es.object.to-string","esnext.iterator.constructor","esnext.iterator.reduce"],"core-js/features/iterator/some":["es.iterator.constructor","es.iterator.some","es.object.to-string","esnext.iterator.constructor","esnext.iterator.some"],"core-js/features/iterator/take":["es.iterator.constructor","es.iterator.take","es.object.to-string","esnext.iterator.constructor","esnext.iterator.take"],"core-js/features/iterator/to-array":["es.iterator.constructor","es.iterator.to-array","es.object.to-string","esnext.iterator.constructor","esnext.iterator.to-array"],"core-js/features/iterator/to-async":["es.iterator.constructor","es.object.to-string","es.promise","esnext.iterator.constructor","esnext.iterator.to-async"],"core-js/features/json":["es.date.to-json","es.json.stringify","es.json.to-string-tag","es.object.create","es.object.freeze","es.object.keys","esnext.json.is-raw-json","esnext.json.parse","esnext.json.raw-json"],"core-js/features/json/is-raw-json":["esnext.json.is-raw-json"],"core-js/features/json/parse":["es.object.keys","esnext.json.parse"],"core-js/features/json/raw-json":["es.object.create","es.object.freeze","esnext.json.raw-json"],"core-js/features/json/stringify":["es.date.to-json","es.json.stringify"],"core-js/features/json/to-string-tag":["es.json.to-string-tag"],"core-js/features/map":["es.array.iterator","es.map","es.map.group-by","es.object.to-string","es.string.iterator","esnext.map.delete-all","esnext.map.emplace","esnext.map.every","esnext.map.filter","esnext.map.find","esnext.map.find-key","esnext.map.from","esnext.map.get-or-insert","esnext.map.get-or-insert-computed","esnext.map.group-by","esnext.map.includes","esnext.map.key-by","esnext.map.key-of","esnext.map.map-keys","esnext.map.map-values","esnext.map.merge","esnext.map.of","esnext.map.reduce","esnext.map.some","esnext.map.update","esnext.map.update-or-insert","esnext.map.upsert","web.dom-collections.iterator"],"core-js/features/map/delete-all":["es.map","esnext.map.delete-all"],"core-js/features/map/emplace":["es.map","esnext.map.emplace"],"core-js/features/map/every":["es.map","esnext.map.every"],"core-js/features/map/filter":["es.map","esnext.map.filter"],"core-js/features/map/find":["es.map","esnext.map.find"],"core-js/features/map/find-key":["es.map","esnext.map.find-key"],"core-js/features/map/from":["es.array.iterator","es.map","es.object.to-string","es.string.iterator","esnext.map.delete-all","esnext.map.emplace","esnext.map.every","esnext.map.filter","esnext.map.find","esnext.map.find-key","esnext.map.from","esnext.map.get-or-insert","esnext.map.get-or-insert-computed","esnext.map.includes","esnext.map.key-of","esnext.map.map-keys","esnext.map.map-values","esnext.map.merge","esnext.map.reduce","esnext.map.some","esnext.map.update","web.dom-collections.iterator"],"core-js/features/map/get-or-insert":["es.map","esnext.map.get-or-insert"],"core-js/features/map/get-or-insert-computed":["es.map","esnext.map.get-or-insert-computed"],"core-js/features/map/group-by":["es.map","es.map.group-by","es.object.to-string","esnext.map.delete-all","esnext.map.emplace","esnext.map.every","esnext.map.filter","esnext.map.find","esnext.map.find-key","esnext.map.get-or-insert","esnext.map.get-or-insert-computed","esnext.map.group-by","esnext.map.includes","esnext.map.key-of","esnext.map.map-keys","esnext.map.map-values","esnext.map.merge","esnext.map.reduce","esnext.map.some","esnext.map.update"],"core-js/features/map/includes":["es.map","esnext.map.includes"],"core-js/features/map/key-by":["es.map","es.object.to-string","esnext.map.delete-all","esnext.map.emplace","esnext.map.every","esnext.map.filter","esnext.map.find","esnext.map.find-key","esnext.map.get-or-insert","esnext.map.get-or-insert-computed","esnext.map.includes","esnext.map.key-by","esnext.map.key-of","esnext.map.map-keys","esnext.map.map-values","esnext.map.merge","esnext.map.reduce","esnext.map.some","esnext.map.update"],"core-js/features/map/key-of":["es.map","esnext.map.key-of"],"core-js/features/map/map-keys":["es.map","esnext.map.map-keys"],"core-js/features/map/map-values":["es.map","esnext.map.map-values"],"core-js/features/map/merge":["es.map","esnext.map.merge"],"core-js/features/map/of":["es.array.iterator","es.map","es.object.to-string","esnext.map.delete-all","esnext.map.emplace","esnext.map.every","esnext.map.filter","esnext.map.find","esnext.map.find-key","esnext.map.get-or-insert","esnext.map.get-or-insert-computed","esnext.map.includes","esnext.map.key-of","esnext.map.map-keys","esnext.map.map-values","esnext.map.merge","esnext.map.of","esnext.map.reduce","esnext.map.some","esnext.map.update"],"core-js/features/map/reduce":["es.map","esnext.map.reduce"],"core-js/features/map/some":["es.map","esnext.map.some"],"core-js/features/map/update":["es.map","esnext.map.update"],"core-js/features/map/update-or-insert":["es.map","esnext.map.update-or-insert"],"core-js/features/map/upsert":["es.map","esnext.map.upsert"],"core-js/features/math":["es.array.iterator","es.math.acosh","es.math.asinh","es.math.atanh","es.math.cbrt","es.math.clz32","es.math.cosh","es.math.expm1","es.math.fround","es.math.f16round","es.math.hypot","es.math.imul","es.math.log10","es.math.log1p","es.math.log2","es.math.sign","es.math.sinh","es.math.tanh","es.math.to-string-tag","es.math.trunc","esnext.math.clamp","esnext.math.deg-per-rad","esnext.math.degrees","esnext.math.fscale","esnext.math.f16round","esnext.math.iaddh","esnext.math.imulh","esnext.math.isubh","esnext.math.rad-per-deg","esnext.math.radians","esnext.math.scale","esnext.math.seeded-prng","esnext.math.signbit","esnext.math.sum-precise","esnext.math.umulh"],"core-js/features/math/acosh":["es.math.acosh"],"core-js/features/math/asinh":["es.math.asinh"],"core-js/features/math/atanh":["es.math.atanh"],"core-js/features/math/cbrt":["es.math.cbrt"],"core-js/features/math/clamp":["esnext.math.clamp"],"core-js/features/math/clz32":["es.math.clz32"],"core-js/features/math/cosh":["es.math.cosh"],"core-js/features/math/deg-per-rad":["esnext.math.deg-per-rad"],"core-js/features/math/degrees":["esnext.math.degrees"],"core-js/features/math/expm1":["es.math.expm1"],"core-js/features/math/f16round":["es.math.f16round","esnext.math.f16round"],"core-js/features/math/fround":["es.math.fround"],"core-js/features/math/fscale":["esnext.math.fscale"],"core-js/features/math/hypot":["es.math.hypot"],"core-js/features/math/iaddh":["esnext.math.iaddh"],"core-js/features/math/imul":["es.math.imul"],"core-js/features/math/imulh":["esnext.math.imulh"],"core-js/features/math/isubh":["esnext.math.isubh"],"core-js/features/math/log10":["es.math.log10"],"core-js/features/math/log1p":["es.math.log1p"],"core-js/features/math/log2":["es.math.log2"],"core-js/features/math/rad-per-deg":["esnext.math.rad-per-deg"],"core-js/features/math/radians":["esnext.math.radians"],"core-js/features/math/scale":["esnext.math.scale"],"core-js/features/math/seeded-prng":["esnext.math.seeded-prng"],"core-js/features/math/sign":["es.math.sign"],"core-js/features/math/signbit":["esnext.math.signbit"],"core-js/features/math/sinh":["es.math.sinh"],"core-js/features/math/sum-precise":["es.array.iterator","esnext.math.sum-precise"],"core-js/features/math/tanh":["es.math.tanh"],"core-js/features/math/to-string-tag":["es.math.to-string-tag"],"core-js/features/math/trunc":["es.math.trunc"],"core-js/features/math/umulh":["esnext.math.umulh"],"core-js/features/number":["es.number.constructor","es.number.epsilon","es.number.is-finite","es.number.is-integer","es.number.is-nan","es.number.is-safe-integer","es.number.max-safe-integer","es.number.min-safe-integer","es.number.parse-float","es.number.parse-int","es.number.to-exponential","es.number.to-fixed","es.number.to-precision","es.object.to-string","esnext.number.from-string","esnext.number.range"],"core-js/features/number/constructor":["es.number.constructor"],"core-js/features/number/epsilon":["es.number.epsilon"],"core-js/features/number/from-string":["esnext.number.from-string"],"core-js/features/number/is-finite":["es.number.is-finite"],"core-js/features/number/is-integer":["es.number.is-integer"],"core-js/features/number/is-nan":["es.number.is-nan"],"core-js/features/number/is-safe-integer":["es.number.is-safe-integer"],"core-js/features/number/max-safe-integer":["es.number.max-safe-integer"],"core-js/features/number/min-safe-integer":["es.number.min-safe-integer"],"core-js/features/number/parse-float":["es.number.parse-float"],"core-js/features/number/parse-int":["es.number.parse-int"],"core-js/features/number/range":["es.object.to-string","esnext.number.range"],"core-js/features/number/to-exponential":["es.number.to-exponential"],"core-js/features/number/to-fixed":["es.number.to-fixed"],"core-js/features/number/to-precision":["es.number.to-precision"],"core-js/features/number/virtual":["es.number.to-exponential","es.number.to-fixed","es.number.to-precision"],"core-js/features/number/virtual/to-exponential":["es.number.to-exponential"],"core-js/features/number/virtual/to-fixed":["es.number.to-fixed"],"core-js/features/number/virtual/to-precision":["es.number.to-precision"],"core-js/features/object":["es.symbol","es.json.to-string-tag","es.math.to-string-tag","es.object.assign","es.object.create","es.object.define-getter","es.object.define-properties","es.object.define-property","es.object.define-setter","es.object.entries","es.object.freeze","es.object.from-entries","es.object.get-own-property-descriptor","es.object.get-own-property-descriptors","es.object.get-own-property-names","es.object.get-prototype-of","es.object.group-by","es.object.has-own","es.object.is","es.object.is-extensible","es.object.is-frozen","es.object.is-sealed","es.object.keys","es.object.lookup-getter","es.object.lookup-setter","es.object.prevent-extensions","es.object.proto","es.object.seal","es.object.set-prototype-of","es.object.to-string","es.object.values","es.reflect.to-string-tag","esnext.object.has-own","esnext.object.iterate-entries","esnext.object.iterate-keys","esnext.object.iterate-values","esnext.object.group-by","web.dom-collections.iterator"],"core-js/features/object/assign":["es.object.assign"],"core-js/features/object/create":["es.object.create"],"core-js/features/object/define-getter":["es.object.define-getter"],"core-js/features/object/define-properties":["es.object.define-properties"],"core-js/features/object/define-property":["es.object.define-property"],"core-js/features/object/define-setter":["es.object.define-setter"],"core-js/features/object/entries":["es.object.entries"],"core-js/features/object/freeze":["es.object.freeze"],"core-js/features/object/from-entries":["es.array.iterator","es.object.from-entries","web.dom-collections.iterator"],"core-js/features/object/get-own-property-descriptor":["es.object.get-own-property-descriptor"],"core-js/features/object/get-own-property-descriptors":["es.object.get-own-property-descriptors"],"core-js/features/object/get-own-property-names":["es.object.get-own-property-names"],"core-js/features/object/get-own-property-symbols":["es.symbol"],"core-js/features/object/get-prototype-of":["es.object.get-prototype-of"],"core-js/features/object/group-by":["es.object.create","es.object.group-by","esnext.object.group-by"],"core-js/features/object/has-own":["es.object.has-own","esnext.object.has-own"],"core-js/features/object/is":["es.object.is"],"core-js/features/object/is-extensible":["es.object.is-extensible"],"core-js/features/object/is-frozen":["es.object.is-frozen"],"core-js/features/object/is-sealed":["es.object.is-sealed"],"core-js/features/object/iterate-entries":["esnext.object.iterate-entries"],"core-js/features/object/iterate-keys":["esnext.object.iterate-keys"],"core-js/features/object/iterate-values":["esnext.object.iterate-values"],"core-js/features/object/keys":["es.object.keys"],"core-js/features/object/lookup-getter":["es.object.lookup-getter"],"core-js/features/object/lookup-setter":["es.object.lookup-setter"],"core-js/features/object/prevent-extensions":["es.object.prevent-extensions"],"core-js/features/object/proto":["es.object.proto"],"core-js/features/object/seal":["es.object.seal"],"core-js/features/object/set-prototype-of":["es.object.set-prototype-of"],"core-js/features/object/to-string":["es.json.to-string-tag","es.math.to-string-tag","es.object.to-string","es.reflect.to-string-tag"],"core-js/features/object/values":["es.object.values"],"core-js/features/observable":["es.object.to-string","es.string.iterator","esnext.observable","esnext.symbol.observable","web.dom-collections.iterator"],"core-js/features/parse-float":["es.parse-float"],"core-js/features/parse-int":["es.parse-int"],"core-js/features/promise":["es.aggregate-error","es.array.iterator","es.object.to-string","es.promise","es.promise.all-settled","es.promise.any","es.promise.finally","es.promise.try","es.promise.with-resolvers","es.string.iterator","esnext.aggregate-error","esnext.promise.all-settled","esnext.promise.any","esnext.promise.try","esnext.promise.with-resolvers","web.dom-collections.iterator"],"core-js/features/promise/all-settled":["es.array.iterator","es.object.to-string","es.promise","es.promise.all-settled","es.string.iterator","esnext.promise.all-settled","web.dom-collections.iterator"],"core-js/features/promise/any":["es.aggregate-error","es.array.iterator","es.object.to-string","es.promise","es.promise.any","es.string.iterator","esnext.aggregate-error","esnext.promise.any","web.dom-collections.iterator"],"core-js/features/promise/finally":["es.object.to-string","es.promise","es.promise.finally"],"core-js/features/promise/try":["es.object.to-string","es.promise","es.promise.try","esnext.promise.try"],"core-js/features/promise/with-resolvers":["es.promise","es.promise.with-resolvers","esnext.promise.with-resolvers"],"core-js/features/queue-microtask":["web.queue-microtask"],"core-js/features/reflect":["es.object.to-string","es.reflect.apply","es.reflect.construct","es.reflect.define-property","es.reflect.delete-property","es.reflect.get","es.reflect.get-own-property-descriptor","es.reflect.get-prototype-of","es.reflect.has","es.reflect.is-extensible","es.reflect.own-keys","es.reflect.prevent-extensions","es.reflect.set","es.reflect.set-prototype-of","es.reflect.to-string-tag","esnext.reflect.define-metadata","esnext.reflect.delete-metadata","esnext.reflect.get-metadata","esnext.reflect.get-metadata-keys","esnext.reflect.get-own-metadata","esnext.reflect.get-own-metadata-keys","esnext.reflect.has-metadata","esnext.reflect.has-own-metadata","esnext.reflect.metadata"],"core-js/features/reflect/apply":["es.reflect.apply"],"core-js/features/reflect/construct":["es.reflect.construct"],"core-js/features/reflect/define-metadata":["esnext.reflect.define-metadata"],"core-js/features/reflect/define-property":["es.reflect.define-property"],"core-js/features/reflect/delete-metadata":["esnext.reflect.delete-metadata"],"core-js/features/reflect/delete-property":["es.reflect.delete-property"],"core-js/features/reflect/get":["es.reflect.get"],"core-js/features/reflect/get-metadata":["esnext.reflect.get-metadata"],"core-js/features/reflect/get-metadata-keys":["esnext.reflect.get-metadata-keys"],"core-js/features/reflect/get-own-metadata":["esnext.reflect.get-own-metadata"],"core-js/features/reflect/get-own-metadata-keys":["esnext.reflect.get-own-metadata-keys"],"core-js/features/reflect/get-own-property-descriptor":["es.reflect.get-own-property-descriptor"],"core-js/features/reflect/get-prototype-of":["es.reflect.get-prototype-of"],"core-js/features/reflect/has":["es.reflect.has"],"core-js/features/reflect/has-metadata":["esnext.reflect.has-metadata"],"core-js/features/reflect/has-own-metadata":["esnext.reflect.has-own-metadata"],"core-js/features/reflect/is-extensible":["es.reflect.is-extensible"],"core-js/features/reflect/metadata":["esnext.reflect.metadata"],"core-js/features/reflect/own-keys":["es.reflect.own-keys"],"core-js/features/reflect/prevent-extensions":["es.reflect.prevent-extensions"],"core-js/features/reflect/set":["es.reflect.set"],"core-js/features/reflect/set-prototype-of":["es.reflect.set-prototype-of"],"core-js/features/reflect/to-string-tag":["es.reflect.to-string-tag"],"core-js/features/regexp":["es.regexp.constructor","es.regexp.escape","es.regexp.dot-all","es.regexp.exec","es.regexp.flags","es.regexp.sticky","es.regexp.test","es.regexp.to-string","es.string.match","es.string.replace","es.string.search","es.string.split","esnext.regexp.escape"],"core-js/features/regexp/constructor":["es.regexp.constructor","es.regexp.dot-all","es.regexp.exec","es.regexp.sticky"],"core-js/features/regexp/dot-all":["es.regexp.constructor","es.regexp.dot-all","es.regexp.exec"],"core-js/features/regexp/escape":["es.regexp.escape","esnext.regexp.escape"],"core-js/features/regexp/flags":["es.regexp.flags"],"core-js/features/regexp/match":["es.regexp.exec","es.string.match"],"core-js/features/regexp/replace":["es.regexp.exec","es.string.replace"],"core-js/features/regexp/search":["es.regexp.exec","es.string.search"],"core-js/features/regexp/split":["es.regexp.exec","es.string.split"],"core-js/features/regexp/sticky":["es.regexp.constructor","es.regexp.exec","es.regexp.sticky"],"core-js/features/regexp/test":["es.regexp.exec","es.regexp.test"],"core-js/features/regexp/to-string":["es.regexp.to-string"],"core-js/features/self":["web.self"],"core-js/features/set":["es.array.iterator","es.object.to-string","es.set","es.set.difference.v2","es.set.intersection.v2","es.set.is-disjoint-from.v2","es.set.is-subset-of.v2","es.set.is-superset-of.v2","es.set.symmetric-difference.v2","es.set.union.v2","es.string.iterator","esnext.set.add-all","esnext.set.delete-all","esnext.set.difference.v2","esnext.set.difference","esnext.set.every","esnext.set.filter","esnext.set.find","esnext.set.from","esnext.set.intersection.v2","esnext.set.intersection","esnext.set.is-disjoint-from.v2","esnext.set.is-disjoint-from","esnext.set.is-subset-of.v2","esnext.set.is-subset-of","esnext.set.is-superset-of.v2","esnext.set.is-superset-of","esnext.set.join","esnext.set.map","esnext.set.of","esnext.set.reduce","esnext.set.some","esnext.set.symmetric-difference.v2","esnext.set.symmetric-difference","esnext.set.union.v2","esnext.set.union","web.dom-collections.iterator"],"core-js/features/set-immediate":["web.immediate"],"core-js/features/set-interval":["web.timers"],"core-js/features/set-timeout":["web.timers"],"core-js/features/set/add-all":["es.set","esnext.set.add-all"],"core-js/features/set/delete-all":["es.set","esnext.set.delete-all"],"core-js/features/set/difference":["es.array.iterator","es.set","es.set.difference.v2","es.string.iterator","esnext.set.difference.v2","esnext.set.difference","web.dom-collections.iterator"],"core-js/features/set/every":["es.set","esnext.set.every"],"core-js/features/set/filter":["es.set","esnext.set.filter"],"core-js/features/set/find":["es.set","esnext.set.find"],"core-js/features/set/from":["es.array.iterator","es.object.to-string","es.set","es.string.iterator","esnext.set.add-all","esnext.set.delete-all","esnext.set.difference.v2","esnext.set.every","esnext.set.filter","esnext.set.find","esnext.set.from","esnext.set.intersection.v2","esnext.set.is-disjoint-from.v2","esnext.set.is-subset-of.v2","esnext.set.is-superset-of.v2","esnext.set.join","esnext.set.map","esnext.set.reduce","esnext.set.some","esnext.set.symmetric-difference.v2","esnext.set.union.v2","web.dom-collections.iterator"],"core-js/features/set/intersection":["es.array.iterator","es.set","es.set.intersection.v2","es.string.iterator","esnext.set.intersection.v2","esnext.set.intersection","web.dom-collections.iterator"],"core-js/features/set/is-disjoint-from":["es.array.iterator","es.set","es.set.is-disjoint-from.v2","es.string.iterator","esnext.set.is-disjoint-from.v2","esnext.set.is-disjoint-from","web.dom-collections.iterator"],"core-js/features/set/is-subset-of":["es.array.iterator","es.set","es.set.is-subset-of.v2","es.string.iterator","esnext.set.is-subset-of.v2","esnext.set.is-subset-of","web.dom-collections.iterator"],"core-js/features/set/is-superset-of":["es.array.iterator","es.set","es.set.is-superset-of.v2","es.string.iterator","esnext.set.is-superset-of.v2","esnext.set.is-superset-of","web.dom-collections.iterator"],"core-js/features/set/join":["es.set","esnext.set.join"],"core-js/features/set/map":["es.set","esnext.set.map"],"core-js/features/set/of":["es.array.iterator","es.object.to-string","es.set","esnext.set.add-all","esnext.set.delete-all","esnext.set.difference.v2","esnext.set.every","esnext.set.filter","esnext.set.find","esnext.set.intersection.v2","esnext.set.is-disjoint-from.v2","esnext.set.is-subset-of.v2","esnext.set.is-superset-of.v2","esnext.set.join","esnext.set.map","esnext.set.of","esnext.set.reduce","esnext.set.some","esnext.set.symmetric-difference.v2","esnext.set.union.v2"],"core-js/features/set/reduce":["es.set","esnext.set.reduce"],"core-js/features/set/some":["es.set","esnext.set.some"],"core-js/features/set/symmetric-difference":["es.array.iterator","es.set","es.set.symmetric-difference.v2","es.string.iterator","esnext.set.symmetric-difference.v2","esnext.set.symmetric-difference","web.dom-collections.iterator"],"core-js/features/set/union":["es.array.iterator","es.set","es.set.union.v2","es.string.iterator","esnext.set.union.v2","esnext.set.union","web.dom-collections.iterator"],"core-js/features/string":["es.object.to-string","es.regexp.exec","es.string.at-alternative","es.string.code-point-at","es.string.ends-with","es.string.from-code-point","es.string.includes","es.string.is-well-formed","es.string.iterator","es.string.match","es.string.match-all","es.string.pad-end","es.string.pad-start","es.string.raw","es.string.repeat","es.string.replace","es.string.replace-all","es.string.search","es.string.split","es.string.starts-with","es.string.substr","es.string.to-well-formed","es.string.trim","es.string.trim-end","es.string.trim-start","es.string.anchor","es.string.big","es.string.blink","es.string.bold","es.string.fixed","es.string.fontcolor","es.string.fontsize","es.string.italics","es.string.link","es.string.small","es.string.strike","es.string.sub","es.string.sup","es.weak-map","esnext.string.at","esnext.string.cooked","esnext.string.code-points","esnext.string.dedent","esnext.string.is-well-formed","esnext.string.match-all","esnext.string.replace-all","esnext.string.to-well-formed"],"core-js/features/string/anchor":["es.string.anchor"],"core-js/features/string/at":["es.string.at-alternative","esnext.string.at"],"core-js/features/string/big":["es.string.big"],"core-js/features/string/blink":["es.string.blink"],"core-js/features/string/bold":["es.string.bold"],"core-js/features/string/code-point-at":["es.string.code-point-at"],"core-js/features/string/code-points":["es.object.to-string","esnext.string.code-points"],"core-js/features/string/cooked":["esnext.string.cooked"],"core-js/features/string/dedent":["es.string.from-code-point","es.weak-map","esnext.string.dedent"],"core-js/features/string/ends-with":["es.string.ends-with"],"core-js/features/string/fixed":["es.string.fixed"],"core-js/features/string/fontcolor":["es.string.fontcolor"],"core-js/features/string/fontsize":["es.string.fontsize"],"core-js/features/string/from-code-point":["es.string.from-code-point"],"core-js/features/string/includes":["es.string.includes"],"core-js/features/string/is-well-formed":["es.string.is-well-formed","esnext.string.is-well-formed"],"core-js/features/string/italics":["es.string.italics"],"core-js/features/string/iterator":["es.object.to-string","es.string.iterator"],"core-js/features/string/link":["es.string.link"],"core-js/features/string/match":["es.regexp.exec","es.string.match"],"core-js/features/string/match-all":["es.object.to-string","es.regexp.exec","es.string.match-all","esnext.string.match-all"],"core-js/features/string/pad-end":["es.string.pad-end"],"core-js/features/string/pad-start":["es.string.pad-start"],"core-js/features/string/raw":["es.string.raw"],"core-js/features/string/repeat":["es.string.repeat"],"core-js/features/string/replace":["es.regexp.exec","es.string.replace"],"core-js/features/string/replace-all":["es.regexp.exec","es.string.replace","es.string.replace-all","esnext.string.replace-all"],"core-js/features/string/search":["es.regexp.exec","es.string.search"],"core-js/features/string/small":["es.string.small"],"core-js/features/string/split":["es.regexp.exec","es.string.split"],"core-js/features/string/starts-with":["es.string.starts-with"],"core-js/features/string/strike":["es.string.strike"],"core-js/features/string/sub":["es.string.sub"],"core-js/features/string/substr":["es.string.substr"],"core-js/features/string/sup":["es.string.sup"],"core-js/features/string/to-well-formed":["es.string.to-well-formed","esnext.string.to-well-formed"],"core-js/features/string/trim":["es.string.trim"],"core-js/features/string/trim-end":["es.string.trim-end"],"core-js/features/string/trim-left":["es.string.trim-start"],"core-js/features/string/trim-right":["es.string.trim-end"],"core-js/features/string/trim-start":["es.string.trim-start"],"core-js/features/string/virtual":["es.object.to-string","es.regexp.exec","es.string.at-alternative","es.string.code-point-at","es.string.ends-with","es.string.includes","es.string.iterator","es.string.match","es.string.match-all","es.string.pad-end","es.string.pad-start","es.string.repeat","es.string.replace","es.string.replace-all","es.string.search","es.string.split","es.string.starts-with","es.string.substr","es.string.trim","es.string.trim-end","es.string.trim-start","es.string.anchor","es.string.big","es.string.blink","es.string.bold","es.string.fixed","es.string.fontcolor","es.string.fontsize","es.string.italics","es.string.link","es.string.small","es.string.strike","es.string.sub","es.string.sup","esnext.string.at","esnext.string.code-points","esnext.string.is-well-formed","esnext.string.match-all","esnext.string.replace-all","esnext.string.to-well-formed"],"core-js/features/string/virtual/anchor":["es.string.anchor"],"core-js/features/string/virtual/at":["es.string.at-alternative","esnext.string.at"],"core-js/features/string/virtual/big":["es.string.big"],"core-js/features/string/virtual/blink":["es.string.blink"],"core-js/features/string/virtual/bold":["es.string.bold"],"core-js/features/string/virtual/code-point-at":["es.string.code-point-at"],"core-js/features/string/virtual/code-points":["es.object.to-string","esnext.string.code-points"],"core-js/features/string/virtual/ends-with":["es.string.ends-with"],"core-js/features/string/virtual/fixed":["es.string.fixed"],"core-js/features/string/virtual/fontcolor":["es.string.fontcolor"],"core-js/features/string/virtual/fontsize":["es.string.fontsize"],"core-js/features/string/virtual/includes":["es.string.includes"],"core-js/features/string/virtual/is-well-formed":["es.string.is-well-formed","esnext.string.is-well-formed"],"core-js/features/string/virtual/italics":["es.string.italics"],"core-js/features/string/virtual/iterator":["es.object.to-string","es.string.iterator"],"core-js/features/string/virtual/link":["es.string.link"],"core-js/features/string/virtual/match-all":["es.object.to-string","es.regexp.exec","es.string.match-all","esnext.string.match-all"],"core-js/features/string/virtual/pad-end":["es.string.pad-end"],"core-js/features/string/virtual/pad-start":["es.string.pad-start"],"core-js/features/string/virtual/repeat":["es.string.repeat"],"core-js/features/string/virtual/replace-all":["es.regexp.exec","es.string.replace","es.string.replace-all","esnext.string.replace-all"],"core-js/features/string/virtual/small":["es.string.small"],"core-js/features/string/virtual/starts-with":["es.string.starts-with"],"core-js/features/string/virtual/strike":["es.string.strike"],"core-js/features/string/virtual/sub":["es.string.sub"],"core-js/features/string/virtual/substr":["es.string.substr"],"core-js/features/string/virtual/sup":["es.string.sup"],"core-js/features/string/virtual/to-well-formed":["es.string.to-well-formed","esnext.string.to-well-formed"],"core-js/features/string/virtual/trim":["es.string.trim"],"core-js/features/string/virtual/trim-end":["es.string.trim-end"],"core-js/features/string/virtual/trim-left":["es.string.trim-start"],"core-js/features/string/virtual/trim-right":["es.string.trim-end"],"core-js/features/string/virtual/trim-start":["es.string.trim-start"],"core-js/features/structured-clone":["es.error.to-string","es.array.iterator","es.map","es.object.keys","es.object.to-string","es.set","web.dom-exception.constructor","web.dom-exception.stack","web.dom-exception.to-string-tag","web.structured-clone"],"core-js/features/suppressed-error":["es.error.cause","es.error.to-string","esnext.suppressed-error.constructor"],"core-js/features/symbol":["es.symbol","es.symbol.description","es.symbol.async-iterator","es.symbol.has-instance","es.symbol.is-concat-spreadable","es.symbol.iterator","es.symbol.match","es.symbol.match-all","es.symbol.replace","es.symbol.search","es.symbol.species","es.symbol.split","es.symbol.to-primitive","es.symbol.to-string-tag","es.symbol.unscopables","es.array.concat","es.json.to-string-tag","es.math.to-string-tag","es.object.to-string","es.reflect.to-string-tag","esnext.function.metadata","esnext.symbol.async-dispose","esnext.symbol.custom-matcher","esnext.symbol.dispose","esnext.symbol.is-registered-symbol","esnext.symbol.is-registered","esnext.symbol.is-well-known-symbol","esnext.symbol.is-well-known","esnext.symbol.matcher","esnext.symbol.metadata","esnext.symbol.metadata-key","esnext.symbol.observable","esnext.symbol.pattern-match","esnext.symbol.replace-all","web.dom-collections.iterator"],"core-js/features/symbol/async-dispose":["esnext.symbol.async-dispose"],"core-js/features/symbol/async-iterator":["es.symbol.async-iterator"],"core-js/features/symbol/custom-matcher":["esnext.symbol.custom-matcher"],"core-js/features/symbol/description":["es.symbol.description"],"core-js/features/symbol/dispose":["esnext.symbol.dispose"],"core-js/features/symbol/for":["es.symbol"],"core-js/features/symbol/has-instance":["es.symbol.has-instance","es.function.has-instance"],"core-js/features/symbol/is-concat-spreadable":["es.symbol.is-concat-spreadable","es.array.concat"],"core-js/features/symbol/is-registered":["es.symbol","esnext.symbol.is-registered"],"core-js/features/symbol/is-registered-symbol":["es.symbol","esnext.symbol.is-registered-symbol"],"core-js/features/symbol/is-well-known":["es.symbol","esnext.symbol.is-well-known"],"core-js/features/symbol/is-well-known-symbol":["es.symbol","esnext.symbol.is-well-known-symbol"],"core-js/features/symbol/iterator":["es.symbol.iterator","es.array.iterator","es.object.to-string","es.string.iterator","web.dom-collections.iterator"],"core-js/features/symbol/key-for":["es.symbol"],"core-js/features/symbol/match":["es.symbol.match","es.regexp.exec","es.string.match"],"core-js/features/symbol/match-all":["es.symbol.match-all","es.object.to-string","es.regexp.exec","es.string.match-all"],"core-js/features/symbol/matcher":["esnext.symbol.matcher"],"core-js/features/symbol/metadata":["esnext.function.metadata","esnext.symbol.metadata"],"core-js/features/symbol/metadata-key":["esnext.symbol.metadata-key"],"core-js/features/symbol/observable":["esnext.symbol.observable"],"core-js/features/symbol/pattern-match":["esnext.symbol.pattern-match"],"core-js/features/symbol/replace":["es.symbol.replace","es.regexp.exec","es.string.replace"],"core-js/features/symbol/replace-all":["esnext.symbol.replace-all"],"core-js/features/symbol/search":["es.symbol.search","es.regexp.exec","es.string.search"],"core-js/features/symbol/species":["es.symbol.species"],"core-js/features/symbol/split":["es.symbol.split","es.regexp.exec","es.string.split"],"core-js/features/symbol/to-primitive":["es.symbol.to-primitive","es.date.to-primitive"],"core-js/features/symbol/to-string-tag":["es.symbol.to-string-tag","es.json.to-string-tag","es.math.to-string-tag","es.object.to-string","es.reflect.to-string-tag"],"core-js/features/symbol/unscopables":["es.symbol.unscopables"],"core-js/features/typed-array":["es.map","es.object.to-string","es.promise","es.string.iterator","es.typed-array.float32-array","es.typed-array.float64-array","es.typed-array.int8-array","es.typed-array.int16-array","es.typed-array.int32-array","es.typed-array.uint8-array","es.typed-array.uint8-clamped-array","es.typed-array.uint16-array","es.typed-array.uint32-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with","esnext.typed-array.from-async","esnext.typed-array.at","esnext.typed-array.filter-out","esnext.typed-array.filter-reject","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.group-by","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.unique-by","esnext.typed-array.with","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex"],"core-js/features/typed-array/at":["es.typed-array.at","esnext.typed-array.at"],"core-js/features/typed-array/copy-within":["es.typed-array.copy-within"],"core-js/features/typed-array/entries":["es.object.to-string","es.typed-array.iterator"],"core-js/features/typed-array/every":["es.typed-array.every"],"core-js/features/typed-array/fill":["es.typed-array.fill"],"core-js/features/typed-array/filter":["es.typed-array.filter"],"core-js/features/typed-array/filter-out":["esnext.typed-array.filter-out"],"core-js/features/typed-array/filter-reject":["esnext.typed-array.filter-reject"],"core-js/features/typed-array/find":["es.typed-array.find"],"core-js/features/typed-array/find-index":["es.typed-array.find-index"],"core-js/features/typed-array/find-last":["es.typed-array.find-last","esnext.typed-array.find-last"],"core-js/features/typed-array/find-last-index":["es.typed-array.find-last-index","esnext.typed-array.find-last-index"],"core-js/features/typed-array/float32-array":["es.array-buffer.constructor","es.array-buffer.slice","es.map","es.object.to-string","es.promise","es.string.iterator","es.typed-array.float32-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with","esnext.typed-array.from-async","esnext.typed-array.at","esnext.typed-array.filter-out","esnext.typed-array.filter-reject","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.group-by","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.unique-by","esnext.typed-array.with","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex"],"core-js/features/typed-array/float64-array":["es.array-buffer.constructor","es.array-buffer.slice","es.map","es.object.to-string","es.promise","es.string.iterator","es.typed-array.float64-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with","esnext.typed-array.from-async","esnext.typed-array.at","esnext.typed-array.filter-out","esnext.typed-array.filter-reject","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.group-by","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.unique-by","esnext.typed-array.with","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex"],"core-js/features/typed-array/for-each":["es.typed-array.for-each"],"core-js/features/typed-array/from":["es.typed-array.from"],"core-js/features/typed-array/from-async":["esnext.typed-array.from-async"],"core-js/features/typed-array/from-base64":["esnext.uint8-array.from-base64"],"core-js/features/typed-array/from-hex":["esnext.uint8-array.from-hex"],"core-js/features/typed-array/group-by":["esnext.typed-array.group-by"],"core-js/features/typed-array/includes":["es.typed-array.includes"],"core-js/features/typed-array/index-of":["es.typed-array.index-of"],"core-js/features/typed-array/int16-array":["es.array-buffer.constructor","es.array-buffer.slice","es.map","es.object.to-string","es.promise","es.string.iterator","es.typed-array.int16-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with","esnext.typed-array.from-async","esnext.typed-array.at","esnext.typed-array.filter-out","esnext.typed-array.filter-reject","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.group-by","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.unique-by","esnext.typed-array.with","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex"],"core-js/features/typed-array/int32-array":["es.array-buffer.constructor","es.array-buffer.slice","es.map","es.object.to-string","es.promise","es.string.iterator","es.typed-array.int32-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with","esnext.typed-array.from-async","esnext.typed-array.at","esnext.typed-array.filter-out","esnext.typed-array.filter-reject","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.group-by","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.unique-by","esnext.typed-array.with","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex"],"core-js/features/typed-array/int8-array":["es.array-buffer.constructor","es.array-buffer.slice","es.map","es.object.to-string","es.promise","es.string.iterator","es.typed-array.int8-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with","esnext.typed-array.from-async","esnext.typed-array.at","esnext.typed-array.filter-out","esnext.typed-array.filter-reject","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.group-by","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.unique-by","esnext.typed-array.with","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex"],"core-js/features/typed-array/iterator":["es.object.to-string","es.typed-array.iterator"],"core-js/features/typed-array/join":["es.typed-array.join"],"core-js/features/typed-array/keys":["es.object.to-string","es.typed-array.iterator"],"core-js/features/typed-array/last-index-of":["es.typed-array.last-index-of"],"core-js/features/typed-array/map":["es.typed-array.map"],"core-js/features/typed-array/methods":["es.map","es.object.to-string","es.promise","es.string.iterator","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with","esnext.typed-array.from-async","esnext.typed-array.at","esnext.typed-array.filter-out","esnext.typed-array.filter-reject","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.group-by","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.unique-by","esnext.typed-array.with","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex"],"core-js/features/typed-array/of":["es.typed-array.of"],"core-js/features/typed-array/reduce":["es.typed-array.reduce"],"core-js/features/typed-array/reduce-right":["es.typed-array.reduce-right"],"core-js/features/typed-array/reverse":["es.typed-array.reverse"],"core-js/features/typed-array/set":["es.typed-array.set"],"core-js/features/typed-array/set-from-base64":["esnext.uint8-array.set-from-base64"],"core-js/features/typed-array/set-from-hex":["esnext.uint8-array.set-from-hex"],"core-js/features/typed-array/slice":["es.typed-array.slice"],"core-js/features/typed-array/some":["es.typed-array.some"],"core-js/features/typed-array/sort":["es.typed-array.sort"],"core-js/features/typed-array/subarray":["es.typed-array.subarray"],"core-js/features/typed-array/to-base64":["esnext.uint8-array.to-base64"],"core-js/features/typed-array/to-hex":["esnext.uint8-array.to-hex"],"core-js/features/typed-array/to-locale-string":["es.typed-array.to-locale-string"],"core-js/features/typed-array/to-reversed":["es.typed-array.to-reversed","esnext.typed-array.to-reversed"],"core-js/features/typed-array/to-sorted":["es.typed-array.sort","es.typed-array.to-sorted","esnext.typed-array.to-sorted"],"core-js/features/typed-array/to-spliced":["esnext.typed-array.to-spliced"],"core-js/features/typed-array/to-string":["es.typed-array.to-string"],"core-js/features/typed-array/uint16-array":["es.array-buffer.constructor","es.array-buffer.slice","es.map","es.object.to-string","es.promise","es.string.iterator","es.typed-array.uint16-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with","esnext.typed-array.from-async","esnext.typed-array.at","esnext.typed-array.filter-out","esnext.typed-array.filter-reject","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.group-by","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.unique-by","esnext.typed-array.with","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex"],"core-js/features/typed-array/uint32-array":["es.array-buffer.constructor","es.array-buffer.slice","es.map","es.object.to-string","es.promise","es.string.iterator","es.typed-array.uint32-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with","esnext.typed-array.from-async","esnext.typed-array.at","esnext.typed-array.filter-out","esnext.typed-array.filter-reject","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.group-by","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.unique-by","esnext.typed-array.with","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex"],"core-js/features/typed-array/uint8-array":["es.array-buffer.constructor","es.array-buffer.slice","es.map","es.object.to-string","es.promise","es.string.iterator","es.typed-array.uint8-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with","esnext.typed-array.from-async","esnext.typed-array.at","esnext.typed-array.filter-out","esnext.typed-array.filter-reject","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.group-by","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.unique-by","esnext.typed-array.with","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex"],"core-js/features/typed-array/uint8-clamped-array":["es.array-buffer.constructor","es.array-buffer.slice","es.map","es.object.to-string","es.promise","es.string.iterator","es.typed-array.uint8-clamped-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with","esnext.typed-array.from-async","esnext.typed-array.at","esnext.typed-array.filter-out","esnext.typed-array.filter-reject","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.group-by","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.unique-by","esnext.typed-array.with","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex"],"core-js/features/typed-array/unique-by":["es.map","esnext.typed-array.unique-by"],"core-js/features/typed-array/values":["es.object.to-string","es.typed-array.iterator"],"core-js/features/typed-array/with":["es.typed-array.with","esnext.typed-array.with"],"core-js/features/unescape":["es.unescape"],"core-js/features/url":["web.url","web.url.can-parse","web.url.parse","web.url.to-json","web.url-search-params","web.url-search-params.delete","web.url-search-params.has","web.url-search-params.size"],"core-js/features/url-search-params":["web.dom-collections.iterator","web.url-search-params","web.url-search-params.delete","web.url-search-params.has","web.url-search-params.size"],"core-js/features/url/can-parse":["web.url","web.url.can-parse"],"core-js/features/url/parse":["web.url","web.url.parse"],"core-js/features/url/to-json":["web.url.to-json"],"core-js/features/weak-map":["es.array.iterator","es.object.to-string","es.string.iterator","es.weak-map","esnext.weak-map.delete-all","esnext.weak-map.from","esnext.weak-map.of","esnext.weak-map.emplace","esnext.weak-map.get-or-insert","esnext.weak-map.get-or-insert-computed","esnext.weak-map.upsert","web.dom-collections.iterator"],"core-js/features/weak-map/delete-all":["es.weak-map","esnext.weak-map.delete-all"],"core-js/features/weak-map/emplace":["es.weak-map","esnext.weak-map.emplace"],"core-js/features/weak-map/from":["es.array.iterator","es.object.to-string","es.string.iterator","es.weak-map","esnext.weak-map.delete-all","esnext.weak-map.from","esnext.weak-map.emplace","esnext.weak-map.get-or-insert","esnext.weak-map.get-or-insert-computed","web.dom-collections.iterator"],"core-js/features/weak-map/get-or-insert":["es.weak-map","esnext.weak-map.get-or-insert"],"core-js/features/weak-map/get-or-insert-computed":["es.weak-map","esnext.weak-map.get-or-insert-computed"],"core-js/features/weak-map/of":["es.array.iterator","es.object.to-string","es.weak-map","esnext.weak-map.delete-all","esnext.weak-map.of","esnext.weak-map.emplace","esnext.weak-map.get-or-insert","esnext.weak-map.get-or-insert-computed"],"core-js/features/weak-map/upsert":["es.weak-map","esnext.weak-map.upsert"],"core-js/features/weak-set":["es.array.iterator","es.object.to-string","es.string.iterator","es.weak-set","esnext.weak-set.add-all","esnext.weak-set.delete-all","esnext.weak-set.from","esnext.weak-set.of","web.dom-collections.iterator"],"core-js/features/weak-set/add-all":["es.weak-set","esnext.weak-set.add-all"],"core-js/features/weak-set/delete-all":["es.weak-set","esnext.weak-set.delete-all"],"core-js/features/weak-set/from":["es.array.iterator","es.object.to-string","es.string.iterator","es.weak-set","esnext.weak-set.add-all","esnext.weak-set.delete-all","esnext.weak-set.from","web.dom-collections.iterator"],"core-js/features/weak-set/of":["es.array.iterator","es.object.to-string","es.weak-set","esnext.weak-set.add-all","esnext.weak-set.delete-all","esnext.weak-set.of"],"core-js/full":["es.symbol","es.symbol.description","es.symbol.async-iterator","es.symbol.has-instance","es.symbol.is-concat-spreadable","es.symbol.iterator","es.symbol.match","es.symbol.match-all","es.symbol.replace","es.symbol.search","es.symbol.species","es.symbol.split","es.symbol.to-primitive","es.symbol.to-string-tag","es.symbol.unscopables","es.error.cause","es.error.to-string","es.aggregate-error","es.aggregate-error.cause","es.array.at","es.array.concat","es.array.copy-within","es.array.every","es.array.fill","es.array.filter","es.array.find","es.array.find-index","es.array.find-last","es.array.find-last-index","es.array.flat","es.array.flat-map","es.array.for-each","es.array.from","es.array.includes","es.array.index-of","es.array.is-array","es.array.iterator","es.array.join","es.array.last-index-of","es.array.map","es.array.of","es.array.push","es.array.reduce","es.array.reduce-right","es.array.reverse","es.array.slice","es.array.some","es.array.sort","es.array.species","es.array.splice","es.array.to-reversed","es.array.to-sorted","es.array.to-spliced","es.array.unscopables.flat","es.array.unscopables.flat-map","es.array.unshift","es.array.with","es.array-buffer.constructor","es.array-buffer.is-view","es.array-buffer.slice","es.data-view","es.data-view.get-float16","es.data-view.set-float16","es.array-buffer.detached","es.array-buffer.transfer","es.array-buffer.transfer-to-fixed-length","es.date.get-year","es.date.now","es.date.set-year","es.date.to-gmt-string","es.date.to-iso-string","es.date.to-json","es.date.to-primitive","es.date.to-string","es.escape","es.function.bind","es.function.has-instance","es.function.name","es.global-this","es.iterator.constructor","es.iterator.drop","es.iterator.every","es.iterator.filter","es.iterator.find","es.iterator.flat-map","es.iterator.for-each","es.iterator.from","es.iterator.map","es.iterator.reduce","es.iterator.some","es.iterator.take","es.iterator.to-array","es.json.stringify","es.json.to-string-tag","es.map","es.map.group-by","es.math.acosh","es.math.asinh","es.math.atanh","es.math.cbrt","es.math.clz32","es.math.cosh","es.math.expm1","es.math.fround","es.math.f16round","es.math.hypot","es.math.imul","es.math.log10","es.math.log1p","es.math.log2","es.math.sign","es.math.sinh","es.math.tanh","es.math.to-string-tag","es.math.trunc","es.number.constructor","es.number.epsilon","es.number.is-finite","es.number.is-integer","es.number.is-nan","es.number.is-safe-integer","es.number.max-safe-integer","es.number.min-safe-integer","es.number.parse-float","es.number.parse-int","es.number.to-exponential","es.number.to-fixed","es.number.to-precision","es.object.assign","es.object.create","es.object.define-getter","es.object.define-properties","es.object.define-property","es.object.define-setter","es.object.entries","es.object.freeze","es.object.from-entries","es.object.get-own-property-descriptor","es.object.get-own-property-descriptors","es.object.get-own-property-names","es.object.get-prototype-of","es.object.group-by","es.object.has-own","es.object.is","es.object.is-extensible","es.object.is-frozen","es.object.is-sealed","es.object.keys","es.object.lookup-getter","es.object.lookup-setter","es.object.prevent-extensions","es.object.proto","es.object.seal","es.object.set-prototype-of","es.object.to-string","es.object.values","es.parse-float","es.parse-int","es.promise","es.promise.all-settled","es.promise.any","es.promise.finally","es.promise.try","es.promise.with-resolvers","es.reflect.apply","es.reflect.construct","es.reflect.define-property","es.reflect.delete-property","es.reflect.get","es.reflect.get-own-property-descriptor","es.reflect.get-prototype-of","es.reflect.has","es.reflect.is-extensible","es.reflect.own-keys","es.reflect.prevent-extensions","es.reflect.set","es.reflect.set-prototype-of","es.reflect.to-string-tag","es.regexp.constructor","es.regexp.escape","es.regexp.dot-all","es.regexp.exec","es.regexp.flags","es.regexp.sticky","es.regexp.test","es.regexp.to-string","es.set","es.set.difference.v2","es.set.intersection.v2","es.set.is-disjoint-from.v2","es.set.is-subset-of.v2","es.set.is-superset-of.v2","es.set.symmetric-difference.v2","es.set.union.v2","es.string.at-alternative","es.string.code-point-at","es.string.ends-with","es.string.from-code-point","es.string.includes","es.string.is-well-formed","es.string.iterator","es.string.match","es.string.match-all","es.string.pad-end","es.string.pad-start","es.string.raw","es.string.repeat","es.string.replace","es.string.replace-all","es.string.search","es.string.split","es.string.starts-with","es.string.substr","es.string.to-well-formed","es.string.trim","es.string.trim-end","es.string.trim-start","es.string.anchor","es.string.big","es.string.blink","es.string.bold","es.string.fixed","es.string.fontcolor","es.string.fontsize","es.string.italics","es.string.link","es.string.small","es.string.strike","es.string.sub","es.string.sup","es.typed-array.float32-array","es.typed-array.float64-array","es.typed-array.int8-array","es.typed-array.int16-array","es.typed-array.int32-array","es.typed-array.uint8-array","es.typed-array.uint8-clamped-array","es.typed-array.uint16-array","es.typed-array.uint32-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with","es.unescape","es.weak-map","es.weak-set","esnext.aggregate-error","esnext.suppressed-error.constructor","esnext.array.from-async","esnext.array.at","esnext.array.filter-out","esnext.array.filter-reject","esnext.array.find-last","esnext.array.find-last-index","esnext.array.group","esnext.array.group-by","esnext.array.group-by-to-map","esnext.array.group-to-map","esnext.array.is-template-object","esnext.array.last-index","esnext.array.last-item","esnext.array.to-reversed","esnext.array.to-sorted","esnext.array.to-spliced","esnext.array.unique-by","esnext.array.with","esnext.array-buffer.detached","esnext.array-buffer.transfer","esnext.array-buffer.transfer-to-fixed-length","esnext.async-disposable-stack.constructor","esnext.async-iterator.constructor","esnext.async-iterator.as-indexed-pairs","esnext.async-iterator.async-dispose","esnext.async-iterator.drop","esnext.async-iterator.every","esnext.async-iterator.filter","esnext.async-iterator.find","esnext.async-iterator.flat-map","esnext.async-iterator.for-each","esnext.async-iterator.from","esnext.async-iterator.indexed","esnext.async-iterator.map","esnext.async-iterator.reduce","esnext.async-iterator.some","esnext.async-iterator.take","esnext.async-iterator.to-array","esnext.bigint.range","esnext.composite-key","esnext.composite-symbol","esnext.data-view.get-float16","esnext.data-view.get-uint8-clamped","esnext.data-view.set-float16","esnext.data-view.set-uint8-clamped","esnext.disposable-stack.constructor","esnext.error.is-error","esnext.function.demethodize","esnext.function.is-callable","esnext.function.is-constructor","esnext.function.metadata","esnext.function.un-this","esnext.global-this","esnext.iterator.constructor","esnext.iterator.as-indexed-pairs","esnext.iterator.concat","esnext.iterator.dispose","esnext.iterator.drop","esnext.iterator.every","esnext.iterator.filter","esnext.iterator.find","esnext.iterator.flat-map","esnext.iterator.for-each","esnext.iterator.from","esnext.iterator.indexed","esnext.iterator.map","esnext.iterator.range","esnext.iterator.reduce","esnext.iterator.some","esnext.iterator.take","esnext.iterator.to-array","esnext.iterator.to-async","esnext.json.is-raw-json","esnext.json.parse","esnext.json.raw-json","esnext.map.delete-all","esnext.map.emplace","esnext.map.every","esnext.map.filter","esnext.map.find","esnext.map.find-key","esnext.map.from","esnext.map.get-or-insert","esnext.map.get-or-insert-computed","esnext.map.group-by","esnext.map.includes","esnext.map.key-by","esnext.map.key-of","esnext.map.map-keys","esnext.map.map-values","esnext.map.merge","esnext.map.of","esnext.map.reduce","esnext.map.some","esnext.map.update","esnext.map.update-or-insert","esnext.map.upsert","esnext.math.clamp","esnext.math.deg-per-rad","esnext.math.degrees","esnext.math.fscale","esnext.math.f16round","esnext.math.iaddh","esnext.math.imulh","esnext.math.isubh","esnext.math.rad-per-deg","esnext.math.radians","esnext.math.scale","esnext.math.seeded-prng","esnext.math.signbit","esnext.math.sum-precise","esnext.math.umulh","esnext.number.from-string","esnext.number.range","esnext.object.has-own","esnext.object.iterate-entries","esnext.object.iterate-keys","esnext.object.iterate-values","esnext.object.group-by","esnext.observable","esnext.promise.all-settled","esnext.promise.any","esnext.promise.try","esnext.promise.with-resolvers","esnext.reflect.define-metadata","esnext.reflect.delete-metadata","esnext.reflect.get-metadata","esnext.reflect.get-metadata-keys","esnext.reflect.get-own-metadata","esnext.reflect.get-own-metadata-keys","esnext.reflect.has-metadata","esnext.reflect.has-own-metadata","esnext.reflect.metadata","esnext.regexp.escape","esnext.set.add-all","esnext.set.delete-all","esnext.set.difference.v2","esnext.set.difference","esnext.set.every","esnext.set.filter","esnext.set.find","esnext.set.from","esnext.set.intersection.v2","esnext.set.intersection","esnext.set.is-disjoint-from.v2","esnext.set.is-disjoint-from","esnext.set.is-subset-of.v2","esnext.set.is-subset-of","esnext.set.is-superset-of.v2","esnext.set.is-superset-of","esnext.set.join","esnext.set.map","esnext.set.of","esnext.set.reduce","esnext.set.some","esnext.set.symmetric-difference.v2","esnext.set.symmetric-difference","esnext.set.union.v2","esnext.set.union","esnext.string.at","esnext.string.cooked","esnext.string.code-points","esnext.string.dedent","esnext.string.is-well-formed","esnext.string.match-all","esnext.string.replace-all","esnext.string.to-well-formed","esnext.symbol.async-dispose","esnext.symbol.custom-matcher","esnext.symbol.dispose","esnext.symbol.is-registered-symbol","esnext.symbol.is-registered","esnext.symbol.is-well-known-symbol","esnext.symbol.is-well-known","esnext.symbol.matcher","esnext.symbol.metadata","esnext.symbol.metadata-key","esnext.symbol.observable","esnext.symbol.pattern-match","esnext.symbol.replace-all","esnext.typed-array.from-async","esnext.typed-array.at","esnext.typed-array.filter-out","esnext.typed-array.filter-reject","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.group-by","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.unique-by","esnext.typed-array.with","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex","esnext.weak-map.delete-all","esnext.weak-map.from","esnext.weak-map.of","esnext.weak-map.emplace","esnext.weak-map.get-or-insert","esnext.weak-map.get-or-insert-computed","esnext.weak-map.upsert","esnext.weak-set.add-all","esnext.weak-set.delete-all","esnext.weak-set.from","esnext.weak-set.of","web.atob","web.btoa","web.dom-collections.for-each","web.dom-collections.iterator","web.dom-exception.constructor","web.dom-exception.stack","web.dom-exception.to-string-tag","web.immediate","web.queue-microtask","web.self","web.structured-clone","web.timers","web.url","web.url.can-parse","web.url.parse","web.url.to-json","web.url-search-params","web.url-search-params.delete","web.url-search-params.has","web.url-search-params.size"],"core-js/full/aggregate-error":["es.error.cause","es.aggregate-error","es.aggregate-error.cause","es.array.iterator","es.string.iterator","esnext.aggregate-error","web.dom-collections.iterator"],"core-js/full/array":["es.array.at","es.array.concat","es.array.copy-within","es.array.every","es.array.fill","es.array.filter","es.array.find","es.array.find-index","es.array.find-last","es.array.find-last-index","es.array.flat","es.array.flat-map","es.array.for-each","es.array.from","es.array.includes","es.array.index-of","es.array.is-array","es.array.iterator","es.array.join","es.array.last-index-of","es.array.map","es.array.of","es.array.push","es.array.reduce","es.array.reduce-right","es.array.reverse","es.array.slice","es.array.some","es.array.sort","es.array.species","es.array.splice","es.array.to-reversed","es.array.to-sorted","es.array.to-spliced","es.array.unscopables.flat","es.array.unscopables.flat-map","es.array.unshift","es.array.with","es.map","es.object.to-string","es.promise","es.string.iterator","esnext.array.from-async","esnext.array.at","esnext.array.filter-out","esnext.array.filter-reject","esnext.array.find-last","esnext.array.find-last-index","esnext.array.group","esnext.array.group-by","esnext.array.group-by-to-map","esnext.array.group-to-map","esnext.array.is-template-object","esnext.array.last-index","esnext.array.last-item","esnext.array.to-reversed","esnext.array.to-sorted","esnext.array.to-spliced","esnext.array.unique-by","esnext.array.with"],"core-js/full/array-buffer":["es.array-buffer.constructor","es.array-buffer.is-view","es.array-buffer.slice","es.data-view","es.array-buffer.detached","es.array-buffer.transfer","es.array-buffer.transfer-to-fixed-length","es.object.to-string","esnext.array-buffer.detached","esnext.array-buffer.transfer","esnext.array-buffer.transfer-to-fixed-length"],"core-js/full/array-buffer/constructor":["es.array-buffer.constructor","es.array-buffer.slice","es.array-buffer.detached","es.array-buffer.transfer","es.array-buffer.transfer-to-fixed-length","es.object.to-string","esnext.array-buffer.detached","esnext.array-buffer.transfer","esnext.array-buffer.transfer-to-fixed-length"],"core-js/full/array-buffer/detached":["es.array-buffer.constructor","es.array-buffer.slice","es.array-buffer.detached","esnext.array-buffer.detached"],"core-js/full/array-buffer/is-view":["es.array-buffer.is-view"],"core-js/full/array-buffer/slice":["es.array-buffer.slice"],"core-js/full/array-buffer/transfer":["es.array-buffer.constructor","es.array-buffer.slice","es.data-view","es.array-buffer.transfer","esnext.array-buffer.transfer"],"core-js/full/array-buffer/transfer-to-fixed-length":["es.array-buffer.constructor","es.array-buffer.slice","es.data-view","es.array-buffer.transfer-to-fixed-length","esnext.array-buffer.transfer-to-fixed-length"],"core-js/full/array/at":["es.array.at","esnext.array.at"],"core-js/full/array/concat":["es.array.concat"],"core-js/full/array/copy-within":["es.array.copy-within"],"core-js/full/array/entries":["es.array.iterator","es.object.to-string"],"core-js/full/array/every":["es.array.every"],"core-js/full/array/fill":["es.array.fill"],"core-js/full/array/filter":["es.array.filter"],"core-js/full/array/filter-out":["esnext.array.filter-out"],"core-js/full/array/filter-reject":["esnext.array.filter-reject"],"core-js/full/array/find":["es.array.find"],"core-js/full/array/find-index":["es.array.find-index"],"core-js/full/array/find-last":["es.array.find-last","esnext.array.find-last"],"core-js/full/array/find-last-index":["es.array.find-last-index","esnext.array.find-last-index"],"core-js/full/array/flat":["es.array.flat","es.array.unscopables.flat"],"core-js/full/array/flat-map":["es.array.flat-map","es.array.unscopables.flat-map"],"core-js/full/array/for-each":["es.array.for-each"],"core-js/full/array/from":["es.array.from","es.string.iterator"],"core-js/full/array/from-async":["es.array.iterator","es.object.to-string","es.promise","es.string.iterator","esnext.array.from-async"],"core-js/full/array/group":["esnext.array.group"],"core-js/full/array/group-by":["esnext.array.group-by"],"core-js/full/array/group-by-to-map":["es.map","es.object.to-string","esnext.array.group-by-to-map"],"core-js/full/array/group-to-map":["es.map","es.object.to-string","esnext.array.group-to-map"],"core-js/full/array/includes":["es.array.includes"],"core-js/full/array/index-of":["es.array.index-of"],"core-js/full/array/is-array":["es.array.is-array"],"core-js/full/array/is-template-object":["esnext.array.is-template-object"],"core-js/full/array/iterator":["es.array.iterator","es.object.to-string"],"core-js/full/array/join":["es.array.join"],"core-js/full/array/keys":["es.array.iterator","es.object.to-string"],"core-js/full/array/last-index":["esnext.array.last-index"],"core-js/full/array/last-index-of":["es.array.last-index-of"],"core-js/full/array/last-item":["esnext.array.last-item"],"core-js/full/array/map":["es.array.map"],"core-js/full/array/of":["es.array.of"],"core-js/full/array/push":["es.array.push"],"core-js/full/array/reduce":["es.array.reduce"],"core-js/full/array/reduce-right":["es.array.reduce-right"],"core-js/full/array/reverse":["es.array.reverse"],"core-js/full/array/slice":["es.array.slice"],"core-js/full/array/some":["es.array.some"],"core-js/full/array/sort":["es.array.sort"],"core-js/full/array/splice":["es.array.splice"],"core-js/full/array/to-reversed":["es.array.to-reversed","esnext.array.to-reversed"],"core-js/full/array/to-sorted":["es.array.sort","es.array.to-sorted","esnext.array.to-sorted"],"core-js/full/array/to-spliced":["es.array.to-spliced","esnext.array.to-spliced"],"core-js/full/array/unique-by":["es.map","esnext.array.unique-by"],"core-js/full/array/unshift":["es.array.unshift"],"core-js/full/array/values":["es.array.iterator","es.object.to-string"],"core-js/full/array/virtual":["es.array.at","es.array.concat","es.array.copy-within","es.array.every","es.array.fill","es.array.filter","es.array.find","es.array.find-index","es.array.find-last","es.array.find-last-index","es.array.flat","es.array.flat-map","es.array.for-each","es.array.includes","es.array.index-of","es.array.iterator","es.array.join","es.array.last-index-of","es.array.map","es.array.push","es.array.reduce","es.array.reduce-right","es.array.reverse","es.array.slice","es.array.some","es.array.sort","es.array.species","es.array.splice","es.array.to-reversed","es.array.to-sorted","es.array.to-spliced","es.array.unscopables.flat","es.array.unscopables.flat-map","es.array.unshift","es.array.with","es.map","es.object.to-string","esnext.array.at","esnext.array.filter-out","esnext.array.filter-reject","esnext.array.find-last","esnext.array.find-last-index","esnext.array.group","esnext.array.group-by","esnext.array.group-by-to-map","esnext.array.group-to-map","esnext.array.to-reversed","esnext.array.to-sorted","esnext.array.to-spliced","esnext.array.unique-by","esnext.array.with"],"core-js/full/array/virtual/at":["es.array.at","esnext.array.at"],"core-js/full/array/virtual/concat":["es.array.concat"],"core-js/full/array/virtual/copy-within":["es.array.copy-within"],"core-js/full/array/virtual/entries":["es.array.iterator","es.object.to-string"],"core-js/full/array/virtual/every":["es.array.every"],"core-js/full/array/virtual/fill":["es.array.fill"],"core-js/full/array/virtual/filter":["es.array.filter"],"core-js/full/array/virtual/filter-out":["esnext.array.filter-out"],"core-js/full/array/virtual/filter-reject":["esnext.array.filter-reject"],"core-js/full/array/virtual/find":["es.array.find"],"core-js/full/array/virtual/find-index":["es.array.find-index"],"core-js/full/array/virtual/find-last":["es.array.find-last","esnext.array.find-last"],"core-js/full/array/virtual/find-last-index":["es.array.find-last-index","esnext.array.find-last-index"],"core-js/full/array/virtual/flat":["es.array.flat","es.array.unscopables.flat"],"core-js/full/array/virtual/flat-map":["es.array.flat-map","es.array.unscopables.flat-map"],"core-js/full/array/virtual/for-each":["es.array.for-each"],"core-js/full/array/virtual/group":["esnext.array.group"],"core-js/full/array/virtual/group-by":["esnext.array.group-by"],"core-js/full/array/virtual/group-by-to-map":["es.map","es.object.to-string","esnext.array.group-by-to-map"],"core-js/full/array/virtual/group-to-map":["es.map","es.object.to-string","esnext.array.group-to-map"],"core-js/full/array/virtual/includes":["es.array.includes"],"core-js/full/array/virtual/index-of":["es.array.index-of"],"core-js/full/array/virtual/iterator":["es.array.iterator","es.object.to-string"],"core-js/full/array/virtual/join":["es.array.join"],"core-js/full/array/virtual/keys":["es.array.iterator","es.object.to-string"],"core-js/full/array/virtual/last-index-of":["es.array.last-index-of"],"core-js/full/array/virtual/map":["es.array.map"],"core-js/full/array/virtual/push":["es.array.push"],"core-js/full/array/virtual/reduce":["es.array.reduce"],"core-js/full/array/virtual/reduce-right":["es.array.reduce-right"],"core-js/full/array/virtual/reverse":["es.array.reverse"],"core-js/full/array/virtual/slice":["es.array.slice"],"core-js/full/array/virtual/some":["es.array.some"],"core-js/full/array/virtual/sort":["es.array.sort"],"core-js/full/array/virtual/splice":["es.array.splice"],"core-js/full/array/virtual/to-reversed":["es.array.to-reversed","esnext.array.to-reversed"],"core-js/full/array/virtual/to-sorted":["es.array.sort","es.array.to-sorted","esnext.array.to-sorted"],"core-js/full/array/virtual/to-spliced":["es.array.to-spliced","esnext.array.to-spliced"],"core-js/full/array/virtual/unique-by":["es.map","esnext.array.unique-by"],"core-js/full/array/virtual/unshift":["es.array.unshift"],"core-js/full/array/virtual/values":["es.array.iterator","es.object.to-string"],"core-js/full/array/virtual/with":["es.array.with","esnext.array.with"],"core-js/full/array/with":["es.array.with","esnext.array.with"],"core-js/full/async-disposable-stack":["es.error.cause","es.error.to-string","es.object.to-string","es.promise","esnext.suppressed-error.constructor","esnext.async-disposable-stack.constructor","esnext.async-iterator.async-dispose","esnext.iterator.dispose"],"core-js/full/async-disposable-stack/constructor":["es.error.cause","es.error.to-string","es.object.to-string","es.promise","esnext.suppressed-error.constructor","esnext.async-disposable-stack.constructor","esnext.async-iterator.async-dispose","esnext.iterator.dispose"],"core-js/full/async-iterator":["es.array.iterator","es.object.to-string","es.promise","es.string.iterator","esnext.async-iterator.constructor","esnext.async-iterator.as-indexed-pairs","esnext.async-iterator.async-dispose","esnext.async-iterator.drop","esnext.async-iterator.every","esnext.async-iterator.filter","esnext.async-iterator.find","esnext.async-iterator.flat-map","esnext.async-iterator.for-each","esnext.async-iterator.from","esnext.async-iterator.indexed","esnext.async-iterator.map","esnext.async-iterator.reduce","esnext.async-iterator.some","esnext.async-iterator.take","esnext.async-iterator.to-array","web.dom-collections.iterator"],"core-js/full/async-iterator/as-indexed-pairs":["es.object.to-string","es.promise","esnext.async-iterator.constructor","esnext.async-iterator.as-indexed-pairs"],"core-js/full/async-iterator/async-dispose":["es.object.to-string","es.promise","esnext.async-iterator.async-dispose"],"core-js/full/async-iterator/drop":["es.object.to-string","es.promise","esnext.async-iterator.constructor","esnext.async-iterator.drop"],"core-js/full/async-iterator/every":["es.object.to-string","es.promise","esnext.async-iterator.constructor","esnext.async-iterator.every"],"core-js/full/async-iterator/filter":["es.object.to-string","es.promise","esnext.async-iterator.constructor","esnext.async-iterator.filter"],"core-js/full/async-iterator/find":["es.object.to-string","es.promise","esnext.async-iterator.constructor","esnext.async-iterator.find"],"core-js/full/async-iterator/flat-map":["es.object.to-string","es.promise","esnext.async-iterator.constructor","esnext.async-iterator.flat-map"],"core-js/full/async-iterator/for-each":["es.object.to-string","es.promise","esnext.async-iterator.constructor","esnext.async-iterator.for-each"],"core-js/full/async-iterator/from":["es.array.iterator","es.object.to-string","es.promise","es.string.iterator","esnext.async-iterator.constructor","esnext.async-iterator.drop","esnext.async-iterator.every","esnext.async-iterator.filter","esnext.async-iterator.find","esnext.async-iterator.flat-map","esnext.async-iterator.for-each","esnext.async-iterator.from","esnext.async-iterator.map","esnext.async-iterator.reduce","esnext.async-iterator.some","esnext.async-iterator.take","esnext.async-iterator.to-array","web.dom-collections.iterator"],"core-js/full/async-iterator/indexed":["es.object.to-string","es.promise","esnext.async-iterator.constructor","esnext.async-iterator.indexed"],"core-js/full/async-iterator/map":["es.object.to-string","es.promise","esnext.async-iterator.constructor","esnext.async-iterator.map"],"core-js/full/async-iterator/reduce":["es.object.to-string","es.promise","esnext.async-iterator.constructor","esnext.async-iterator.reduce"],"core-js/full/async-iterator/some":["es.object.to-string","es.promise","esnext.async-iterator.constructor","esnext.async-iterator.some"],"core-js/full/async-iterator/take":["es.object.to-string","es.promise","esnext.async-iterator.constructor","esnext.async-iterator.take"],"core-js/full/async-iterator/to-array":["es.object.to-string","es.promise","esnext.async-iterator.constructor","esnext.async-iterator.to-array"],"core-js/full/atob":["es.error.to-string","es.object.to-string","web.atob","web.dom-exception.constructor","web.dom-exception.stack","web.dom-exception.to-string-tag"],"core-js/full/bigint":["es.object.to-string","esnext.bigint.range"],"core-js/full/bigint/range":["es.object.to-string","esnext.bigint.range"],"core-js/full/btoa":["es.error.to-string","es.object.to-string","web.btoa","web.dom-exception.constructor","web.dom-exception.stack","web.dom-exception.to-string-tag"],"core-js/full/clear-immediate":["web.immediate"],"core-js/full/composite-key":["esnext.composite-key"],"core-js/full/composite-symbol":["es.symbol","esnext.composite-symbol"],"core-js/full/data-view":["es.array-buffer.constructor","es.array-buffer.slice","es.data-view","es.data-view.get-float16","es.data-view.set-float16","es.object.to-string","esnext.data-view.get-float16","esnext.data-view.get-uint8-clamped","esnext.data-view.set-float16","esnext.data-view.set-uint8-clamped"],"core-js/full/data-view/get-float16":["es.data-view.get-float16","esnext.data-view.get-float16"],"core-js/full/data-view/get-uint8-clamped":["esnext.data-view.get-uint8-clamped"],"core-js/full/data-view/set-float16":["es.data-view.set-float16","esnext.data-view.set-float16"],"core-js/full/data-view/set-uint8-clamped":["esnext.data-view.set-uint8-clamped"],"core-js/full/date":["es.date.get-year","es.date.now","es.date.set-year","es.date.to-gmt-string","es.date.to-iso-string","es.date.to-json","es.date.to-primitive","es.date.to-string"],"core-js/full/date/get-year":["es.date.get-year"],"core-js/full/date/now":["es.date.now"],"core-js/full/date/set-year":["es.date.set-year"],"core-js/full/date/to-gmt-string":["es.date.to-gmt-string"],"core-js/full/date/to-iso-string":["es.date.to-iso-string","es.date.to-json"],"core-js/full/date/to-json":["es.date.to-json"],"core-js/full/date/to-primitive":["es.date.to-primitive"],"core-js/full/date/to-string":["es.date.to-string"],"core-js/full/disposable-stack":["es.error.cause","es.error.to-string","es.object.to-string","esnext.suppressed-error.constructor","esnext.disposable-stack.constructor","esnext.iterator.dispose"],"core-js/full/disposable-stack/constructor":["es.error.cause","es.error.to-string","es.object.to-string","esnext.suppressed-error.constructor","esnext.disposable-stack.constructor","esnext.iterator.dispose"],"core-js/full/dom-collections":["es.array.iterator","es.object.to-string","web.dom-collections.for-each","web.dom-collections.iterator"],"core-js/full/dom-collections/for-each":["web.dom-collections.for-each"],"core-js/full/dom-collections/iterator":["es.object.to-string","web.dom-collections.iterator"],"core-js/full/dom-exception":["es.error.to-string","web.dom-exception.constructor","web.dom-exception.stack","web.dom-exception.to-string-tag"],"core-js/full/dom-exception/constructor":["es.error.to-string","web.dom-exception.constructor","web.dom-exception.stack"],"core-js/full/dom-exception/to-string-tag":["web.dom-exception.to-string-tag"],"core-js/full/error":["es.error.cause","es.error.to-string","es.object.create","esnext.error.is-error"],"core-js/full/error/constructor":["es.error.cause"],"core-js/full/error/is-error":["es.object.create","esnext.error.is-error"],"core-js/full/error/to-string":["es.error.to-string"],"core-js/full/escape":["es.escape"],"core-js/full/function":["es.function.bind","es.function.has-instance","es.function.name","esnext.function.demethodize","esnext.function.is-callable","esnext.function.is-constructor","esnext.function.metadata","esnext.function.un-this"],"core-js/full/function/bind":["es.function.bind"],"core-js/full/function/demethodize":["esnext.function.demethodize"],"core-js/full/function/has-instance":["es.function.has-instance"],"core-js/full/function/is-callable":["esnext.function.is-callable"],"core-js/full/function/is-constructor":["esnext.function.is-constructor"],"core-js/full/function/metadata":["esnext.function.metadata"],"core-js/full/function/name":["es.function.name"],"core-js/full/function/un-this":["esnext.function.un-this"],"core-js/full/function/virtual":["es.function.bind","esnext.function.demethodize","esnext.function.un-this"],"core-js/full/function/virtual/bind":["es.function.bind"],"core-js/full/function/virtual/demethodize":["esnext.function.demethodize"],"core-js/full/function/virtual/un-this":["esnext.function.un-this"],"core-js/full/get-iterator":["es.array.iterator","es.string.iterator","web.dom-collections.iterator"],"core-js/full/get-iterator-method":["es.array.iterator","es.string.iterator","web.dom-collections.iterator"],"core-js/full/global-this":["es.global-this","esnext.global-this"],"core-js/full/instance/at":["es.array.at","es.string.at-alternative","esnext.array.at","esnext.string.at"],"core-js/full/instance/bind":["es.function.bind"],"core-js/full/instance/code-point-at":["es.string.code-point-at"],"core-js/full/instance/code-points":["es.object.to-string","esnext.string.code-points"],"core-js/full/instance/concat":["es.array.concat"],"core-js/full/instance/copy-within":["es.array.copy-within"],"core-js/full/instance/demethodize":["esnext.function.demethodize"],"core-js/full/instance/ends-with":["es.string.ends-with"],"core-js/full/instance/entries":["es.array.iterator","es.object.to-string","web.dom-collections.iterator"],"core-js/full/instance/every":["es.array.every"],"core-js/full/instance/fill":["es.array.fill"],"core-js/full/instance/filter":["es.array.filter"],"core-js/full/instance/filter-out":["esnext.array.filter-out"],"core-js/full/instance/filter-reject":["esnext.array.filter-reject"],"core-js/full/instance/find":["es.array.find"],"core-js/full/instance/find-index":["es.array.find-index"],"core-js/full/instance/find-last":["es.array.find-last","esnext.array.find-last"],"core-js/full/instance/find-last-index":["es.array.find-last-index","esnext.array.find-last-index"],"core-js/full/instance/flags":["es.regexp.flags"],"core-js/full/instance/flat":["es.array.flat","es.array.unscopables.flat"],"core-js/full/instance/flat-map":["es.array.flat-map","es.array.unscopables.flat-map"],"core-js/full/instance/for-each":["es.array.for-each","web.dom-collections.for-each"],"core-js/full/instance/group":["esnext.array.group"],"core-js/full/instance/group-by":["esnext.array.group-by"],"core-js/full/instance/group-by-to-map":["es.map","es.object.to-string","esnext.array.group-by-to-map"],"core-js/full/instance/group-to-map":["es.map","es.object.to-string","esnext.array.group-to-map"],"core-js/full/instance/includes":["es.array.includes","es.string.includes"],"core-js/full/instance/index-of":["es.array.index-of"],"core-js/full/instance/is-well-formed":["es.string.is-well-formed"],"core-js/full/instance/keys":["es.array.iterator","es.object.to-string","web.dom-collections.iterator"],"core-js/full/instance/last-index-of":["es.array.last-index-of"],"core-js/full/instance/map":["es.array.map"],"core-js/full/instance/match-all":["es.object.to-string","es.regexp.exec","es.string.match-all","esnext.string.match-all"],"core-js/full/instance/pad-end":["es.string.pad-end"],"core-js/full/instance/pad-start":["es.string.pad-start"],"core-js/full/instance/push":["es.array.push"],"core-js/full/instance/reduce":["es.array.reduce"],"core-js/full/instance/reduce-right":["es.array.reduce-right"],"core-js/full/instance/repeat":["es.string.repeat"],"core-js/full/instance/replace-all":["es.regexp.exec","es.string.replace","es.string.replace-all","esnext.string.replace-all"],"core-js/full/instance/reverse":["es.array.reverse"],"core-js/full/instance/slice":["es.array.slice"],"core-js/full/instance/some":["es.array.some"],"core-js/full/instance/sort":["es.array.sort"],"core-js/full/instance/splice":["es.array.splice"],"core-js/full/instance/starts-with":["es.string.starts-with"],"core-js/full/instance/to-reversed":["es.array.to-reversed","esnext.array.to-reversed"],"core-js/full/instance/to-sorted":["es.array.sort","es.array.to-sorted","esnext.array.to-sorted"],"core-js/full/instance/to-spliced":["es.array.to-spliced","esnext.array.to-spliced"],"core-js/full/instance/to-well-formed":["es.string.to-well-formed"],"core-js/full/instance/trim":["es.string.trim"],"core-js/full/instance/trim-end":["es.string.trim-end"],"core-js/full/instance/trim-left":["es.string.trim-start"],"core-js/full/instance/trim-right":["es.string.trim-end"],"core-js/full/instance/trim-start":["es.string.trim-start"],"core-js/full/instance/un-this":["esnext.function.un-this"],"core-js/full/instance/unique-by":["es.map","esnext.array.unique-by"],"core-js/full/instance/unshift":["es.array.unshift"],"core-js/full/instance/values":["es.array.iterator","es.object.to-string","web.dom-collections.iterator"],"core-js/full/instance/with":["es.array.with","esnext.array.with"],"core-js/full/is-iterable":["es.array.iterator","es.string.iterator","web.dom-collections.iterator"],"core-js/full/iterator":["es.array.iterator","es.iterator.constructor","es.iterator.drop","es.iterator.every","es.iterator.filter","es.iterator.find","es.iterator.flat-map","es.iterator.for-each","es.iterator.from","es.iterator.map","es.iterator.reduce","es.iterator.some","es.iterator.take","es.iterator.to-array","es.object.to-string","es.promise","es.string.iterator","esnext.iterator.constructor","esnext.iterator.as-indexed-pairs","esnext.iterator.concat","esnext.iterator.dispose","esnext.iterator.drop","esnext.iterator.every","esnext.iterator.filter","esnext.iterator.find","esnext.iterator.flat-map","esnext.iterator.for-each","esnext.iterator.from","esnext.iterator.indexed","esnext.iterator.map","esnext.iterator.range","esnext.iterator.reduce","esnext.iterator.some","esnext.iterator.take","esnext.iterator.to-array","esnext.iterator.to-async","web.dom-collections.iterator"],"core-js/full/iterator/as-indexed-pairs":["es.object.to-string","esnext.iterator.constructor","esnext.iterator.as-indexed-pairs"],"core-js/full/iterator/concat":["es.array.iterator","es.iterator.constructor","es.iterator.drop","es.iterator.every","es.iterator.filter","es.iterator.find","es.iterator.flat-map","es.iterator.for-each","es.iterator.map","es.iterator.reduce","es.iterator.some","es.iterator.take","es.iterator.to-array","es.object.to-string","es.string.iterator","esnext.iterator.concat"],"core-js/full/iterator/dispose":["esnext.iterator.dispose"],"core-js/full/iterator/drop":["es.iterator.constructor","es.iterator.drop","es.object.to-string","esnext.iterator.constructor","esnext.iterator.drop"],"core-js/full/iterator/every":["es.iterator.constructor","es.iterator.every","es.object.to-string","esnext.iterator.constructor","esnext.iterator.every"],"core-js/full/iterator/filter":["es.iterator.constructor","es.iterator.filter","es.object.to-string","esnext.iterator.constructor","esnext.iterator.filter"],"core-js/full/iterator/find":["es.iterator.constructor","es.iterator.find","es.object.to-string","esnext.iterator.constructor","esnext.iterator.find"],"core-js/full/iterator/flat-map":["es.iterator.constructor","es.iterator.flat-map","es.object.to-string","esnext.iterator.constructor","esnext.iterator.flat-map"],"core-js/full/iterator/for-each":["es.iterator.constructor","es.iterator.for-each","es.object.to-string","esnext.iterator.constructor","esnext.iterator.for-each"],"core-js/full/iterator/from":["es.array.iterator","es.iterator.constructor","es.iterator.drop","es.iterator.every","es.iterator.filter","es.iterator.find","es.iterator.flat-map","es.iterator.for-each","es.iterator.from","es.iterator.map","es.iterator.reduce","es.iterator.some","es.iterator.take","es.iterator.to-array","es.object.to-string","es.promise","es.string.iterator","esnext.iterator.constructor","esnext.iterator.dispose","esnext.iterator.drop","esnext.iterator.every","esnext.iterator.filter","esnext.iterator.find","esnext.iterator.flat-map","esnext.iterator.for-each","esnext.iterator.from","esnext.iterator.map","esnext.iterator.reduce","esnext.iterator.some","esnext.iterator.take","esnext.iterator.to-array","esnext.iterator.to-async","web.dom-collections.iterator"],"core-js/full/iterator/indexed":["es.object.to-string","esnext.iterator.constructor","esnext.iterator.indexed"],"core-js/full/iterator/map":["es.iterator.constructor","es.iterator.map","es.object.to-string","esnext.iterator.constructor","esnext.iterator.map"],"core-js/full/iterator/range":["es.object.to-string","esnext.iterator.constructor","esnext.iterator.range"],"core-js/full/iterator/reduce":["es.iterator.constructor","es.iterator.reduce","es.object.to-string","esnext.iterator.constructor","esnext.iterator.reduce"],"core-js/full/iterator/some":["es.iterator.constructor","es.iterator.some","es.object.to-string","esnext.iterator.constructor","esnext.iterator.some"],"core-js/full/iterator/take":["es.iterator.constructor","es.iterator.take","es.object.to-string","esnext.iterator.constructor","esnext.iterator.take"],"core-js/full/iterator/to-array":["es.iterator.constructor","es.iterator.to-array","es.object.to-string","esnext.iterator.constructor","esnext.iterator.to-array"],"core-js/full/iterator/to-async":["es.iterator.constructor","es.object.to-string","es.promise","esnext.iterator.constructor","esnext.iterator.to-async"],"core-js/full/json":["es.date.to-json","es.json.stringify","es.json.to-string-tag","es.object.create","es.object.freeze","es.object.keys","esnext.json.is-raw-json","esnext.json.parse","esnext.json.raw-json"],"core-js/full/json/is-raw-json":["esnext.json.is-raw-json"],"core-js/full/json/parse":["es.object.keys","esnext.json.parse"],"core-js/full/json/raw-json":["es.object.create","es.object.freeze","esnext.json.raw-json"],"core-js/full/json/stringify":["es.date.to-json","es.json.stringify"],"core-js/full/json/to-string-tag":["es.json.to-string-tag"],"core-js/full/map":["es.array.iterator","es.map","es.map.group-by","es.object.to-string","es.string.iterator","esnext.map.delete-all","esnext.map.emplace","esnext.map.every","esnext.map.filter","esnext.map.find","esnext.map.find-key","esnext.map.from","esnext.map.get-or-insert","esnext.map.get-or-insert-computed","esnext.map.group-by","esnext.map.includes","esnext.map.key-by","esnext.map.key-of","esnext.map.map-keys","esnext.map.map-values","esnext.map.merge","esnext.map.of","esnext.map.reduce","esnext.map.some","esnext.map.update","esnext.map.update-or-insert","esnext.map.upsert","web.dom-collections.iterator"],"core-js/full/map/delete-all":["es.map","esnext.map.delete-all"],"core-js/full/map/emplace":["es.map","esnext.map.emplace"],"core-js/full/map/every":["es.map","esnext.map.every"],"core-js/full/map/filter":["es.map","esnext.map.filter"],"core-js/full/map/find":["es.map","esnext.map.find"],"core-js/full/map/find-key":["es.map","esnext.map.find-key"],"core-js/full/map/from":["es.array.iterator","es.map","es.object.to-string","es.string.iterator","esnext.map.delete-all","esnext.map.emplace","esnext.map.every","esnext.map.filter","esnext.map.find","esnext.map.find-key","esnext.map.from","esnext.map.get-or-insert","esnext.map.get-or-insert-computed","esnext.map.includes","esnext.map.key-of","esnext.map.map-keys","esnext.map.map-values","esnext.map.merge","esnext.map.reduce","esnext.map.some","esnext.map.update","web.dom-collections.iterator"],"core-js/full/map/get-or-insert":["es.map","esnext.map.get-or-insert"],"core-js/full/map/get-or-insert-computed":["es.map","esnext.map.get-or-insert-computed"],"core-js/full/map/group-by":["es.map","es.map.group-by","es.object.to-string","esnext.map.delete-all","esnext.map.emplace","esnext.map.every","esnext.map.filter","esnext.map.find","esnext.map.find-key","esnext.map.get-or-insert","esnext.map.get-or-insert-computed","esnext.map.group-by","esnext.map.includes","esnext.map.key-of","esnext.map.map-keys","esnext.map.map-values","esnext.map.merge","esnext.map.reduce","esnext.map.some","esnext.map.update"],"core-js/full/map/includes":["es.map","esnext.map.includes"],"core-js/full/map/key-by":["es.map","es.object.to-string","esnext.map.delete-all","esnext.map.emplace","esnext.map.every","esnext.map.filter","esnext.map.find","esnext.map.find-key","esnext.map.get-or-insert","esnext.map.get-or-insert-computed","esnext.map.includes","esnext.map.key-by","esnext.map.key-of","esnext.map.map-keys","esnext.map.map-values","esnext.map.merge","esnext.map.reduce","esnext.map.some","esnext.map.update"],"core-js/full/map/key-of":["es.map","esnext.map.key-of"],"core-js/full/map/map-keys":["es.map","esnext.map.map-keys"],"core-js/full/map/map-values":["es.map","esnext.map.map-values"],"core-js/full/map/merge":["es.map","esnext.map.merge"],"core-js/full/map/of":["es.array.iterator","es.map","es.object.to-string","esnext.map.delete-all","esnext.map.emplace","esnext.map.every","esnext.map.filter","esnext.map.find","esnext.map.find-key","esnext.map.get-or-insert","esnext.map.get-or-insert-computed","esnext.map.includes","esnext.map.key-of","esnext.map.map-keys","esnext.map.map-values","esnext.map.merge","esnext.map.of","esnext.map.reduce","esnext.map.some","esnext.map.update"],"core-js/full/map/reduce":["es.map","esnext.map.reduce"],"core-js/full/map/some":["es.map","esnext.map.some"],"core-js/full/map/update":["es.map","esnext.map.update"],"core-js/full/map/update-or-insert":["es.map","esnext.map.update-or-insert"],"core-js/full/map/upsert":["es.map","esnext.map.upsert"],"core-js/full/math":["es.array.iterator","es.math.acosh","es.math.asinh","es.math.atanh","es.math.cbrt","es.math.clz32","es.math.cosh","es.math.expm1","es.math.fround","es.math.f16round","es.math.hypot","es.math.imul","es.math.log10","es.math.log1p","es.math.log2","es.math.sign","es.math.sinh","es.math.tanh","es.math.to-string-tag","es.math.trunc","esnext.math.clamp","esnext.math.deg-per-rad","esnext.math.degrees","esnext.math.fscale","esnext.math.f16round","esnext.math.iaddh","esnext.math.imulh","esnext.math.isubh","esnext.math.rad-per-deg","esnext.math.radians","esnext.math.scale","esnext.math.seeded-prng","esnext.math.signbit","esnext.math.sum-precise","esnext.math.umulh"],"core-js/full/math/acosh":["es.math.acosh"],"core-js/full/math/asinh":["es.math.asinh"],"core-js/full/math/atanh":["es.math.atanh"],"core-js/full/math/cbrt":["es.math.cbrt"],"core-js/full/math/clamp":["esnext.math.clamp"],"core-js/full/math/clz32":["es.math.clz32"],"core-js/full/math/cosh":["es.math.cosh"],"core-js/full/math/deg-per-rad":["esnext.math.deg-per-rad"],"core-js/full/math/degrees":["esnext.math.degrees"],"core-js/full/math/expm1":["es.math.expm1"],"core-js/full/math/f16round":["es.math.f16round","esnext.math.f16round"],"core-js/full/math/fround":["es.math.fround"],"core-js/full/math/fscale":["esnext.math.fscale"],"core-js/full/math/hypot":["es.math.hypot"],"core-js/full/math/iaddh":["esnext.math.iaddh"],"core-js/full/math/imul":["es.math.imul"],"core-js/full/math/imulh":["esnext.math.imulh"],"core-js/full/math/isubh":["esnext.math.isubh"],"core-js/full/math/log10":["es.math.log10"],"core-js/full/math/log1p":["es.math.log1p"],"core-js/full/math/log2":["es.math.log2"],"core-js/full/math/rad-per-deg":["esnext.math.rad-per-deg"],"core-js/full/math/radians":["esnext.math.radians"],"core-js/full/math/scale":["esnext.math.scale"],"core-js/full/math/seeded-prng":["esnext.math.seeded-prng"],"core-js/full/math/sign":["es.math.sign"],"core-js/full/math/signbit":["esnext.math.signbit"],"core-js/full/math/sinh":["es.math.sinh"],"core-js/full/math/sum-precise":["es.array.iterator","esnext.math.sum-precise"],"core-js/full/math/tanh":["es.math.tanh"],"core-js/full/math/to-string-tag":["es.math.to-string-tag"],"core-js/full/math/trunc":["es.math.trunc"],"core-js/full/math/umulh":["esnext.math.umulh"],"core-js/full/number":["es.number.constructor","es.number.epsilon","es.number.is-finite","es.number.is-integer","es.number.is-nan","es.number.is-safe-integer","es.number.max-safe-integer","es.number.min-safe-integer","es.number.parse-float","es.number.parse-int","es.number.to-exponential","es.number.to-fixed","es.number.to-precision","es.object.to-string","esnext.number.from-string","esnext.number.range"],"core-js/full/number/constructor":["es.number.constructor"],"core-js/full/number/epsilon":["es.number.epsilon"],"core-js/full/number/from-string":["esnext.number.from-string"],"core-js/full/number/is-finite":["es.number.is-finite"],"core-js/full/number/is-integer":["es.number.is-integer"],"core-js/full/number/is-nan":["es.number.is-nan"],"core-js/full/number/is-safe-integer":["es.number.is-safe-integer"],"core-js/full/number/max-safe-integer":["es.number.max-safe-integer"],"core-js/full/number/min-safe-integer":["es.number.min-safe-integer"],"core-js/full/number/parse-float":["es.number.parse-float"],"core-js/full/number/parse-int":["es.number.parse-int"],"core-js/full/number/range":["es.object.to-string","esnext.number.range"],"core-js/full/number/to-exponential":["es.number.to-exponential"],"core-js/full/number/to-fixed":["es.number.to-fixed"],"core-js/full/number/to-precision":["es.number.to-precision"],"core-js/full/number/virtual":["es.number.to-exponential","es.number.to-fixed","es.number.to-precision"],"core-js/full/number/virtual/to-exponential":["es.number.to-exponential"],"core-js/full/number/virtual/to-fixed":["es.number.to-fixed"],"core-js/full/number/virtual/to-precision":["es.number.to-precision"],"core-js/full/object":["es.symbol","es.json.to-string-tag","es.math.to-string-tag","es.object.assign","es.object.create","es.object.define-getter","es.object.define-properties","es.object.define-property","es.object.define-setter","es.object.entries","es.object.freeze","es.object.from-entries","es.object.get-own-property-descriptor","es.object.get-own-property-descriptors","es.object.get-own-property-names","es.object.get-prototype-of","es.object.group-by","es.object.has-own","es.object.is","es.object.is-extensible","es.object.is-frozen","es.object.is-sealed","es.object.keys","es.object.lookup-getter","es.object.lookup-setter","es.object.prevent-extensions","es.object.proto","es.object.seal","es.object.set-prototype-of","es.object.to-string","es.object.values","es.reflect.to-string-tag","esnext.object.has-own","esnext.object.iterate-entries","esnext.object.iterate-keys","esnext.object.iterate-values","esnext.object.group-by","web.dom-collections.iterator"],"core-js/full/object/assign":["es.object.assign"],"core-js/full/object/create":["es.object.create"],"core-js/full/object/define-getter":["es.object.define-getter"],"core-js/full/object/define-properties":["es.object.define-properties"],"core-js/full/object/define-property":["es.object.define-property"],"core-js/full/object/define-setter":["es.object.define-setter"],"core-js/full/object/entries":["es.object.entries"],"core-js/full/object/freeze":["es.object.freeze"],"core-js/full/object/from-entries":["es.array.iterator","es.object.from-entries","web.dom-collections.iterator"],"core-js/full/object/get-own-property-descriptor":["es.object.get-own-property-descriptor"],"core-js/full/object/get-own-property-descriptors":["es.object.get-own-property-descriptors"],"core-js/full/object/get-own-property-names":["es.object.get-own-property-names"],"core-js/full/object/get-own-property-symbols":["es.symbol"],"core-js/full/object/get-prototype-of":["es.object.get-prototype-of"],"core-js/full/object/group-by":["es.object.create","es.object.group-by","esnext.object.group-by"],"core-js/full/object/has-own":["es.object.has-own","esnext.object.has-own"],"core-js/full/object/is":["es.object.is"],"core-js/full/object/is-extensible":["es.object.is-extensible"],"core-js/full/object/is-frozen":["es.object.is-frozen"],"core-js/full/object/is-sealed":["es.object.is-sealed"],"core-js/full/object/iterate-entries":["esnext.object.iterate-entries"],"core-js/full/object/iterate-keys":["esnext.object.iterate-keys"],"core-js/full/object/iterate-values":["esnext.object.iterate-values"],"core-js/full/object/keys":["es.object.keys"],"core-js/full/object/lookup-getter":["es.object.lookup-getter"],"core-js/full/object/lookup-setter":["es.object.lookup-setter"],"core-js/full/object/prevent-extensions":["es.object.prevent-extensions"],"core-js/full/object/proto":["es.object.proto"],"core-js/full/object/seal":["es.object.seal"],"core-js/full/object/set-prototype-of":["es.object.set-prototype-of"],"core-js/full/object/to-string":["es.json.to-string-tag","es.math.to-string-tag","es.object.to-string","es.reflect.to-string-tag"],"core-js/full/object/values":["es.object.values"],"core-js/full/observable":["es.object.to-string","es.string.iterator","esnext.observable","esnext.symbol.observable","web.dom-collections.iterator"],"core-js/full/parse-float":["es.parse-float"],"core-js/full/parse-int":["es.parse-int"],"core-js/full/promise":["es.aggregate-error","es.array.iterator","es.object.to-string","es.promise","es.promise.all-settled","es.promise.any","es.promise.finally","es.promise.try","es.promise.with-resolvers","es.string.iterator","esnext.aggregate-error","esnext.promise.all-settled","esnext.promise.any","esnext.promise.try","esnext.promise.with-resolvers","web.dom-collections.iterator"],"core-js/full/promise/all-settled":["es.array.iterator","es.object.to-string","es.promise","es.promise.all-settled","es.string.iterator","esnext.promise.all-settled","web.dom-collections.iterator"],"core-js/full/promise/any":["es.aggregate-error","es.array.iterator","es.object.to-string","es.promise","es.promise.any","es.string.iterator","esnext.aggregate-error","esnext.promise.any","web.dom-collections.iterator"],"core-js/full/promise/finally":["es.object.to-string","es.promise","es.promise.finally"],"core-js/full/promise/try":["es.object.to-string","es.promise","es.promise.try","esnext.promise.try"],"core-js/full/promise/with-resolvers":["es.promise","es.promise.with-resolvers","esnext.promise.with-resolvers"],"core-js/full/queue-microtask":["web.queue-microtask"],"core-js/full/reflect":["es.object.to-string","es.reflect.apply","es.reflect.construct","es.reflect.define-property","es.reflect.delete-property","es.reflect.get","es.reflect.get-own-property-descriptor","es.reflect.get-prototype-of","es.reflect.has","es.reflect.is-extensible","es.reflect.own-keys","es.reflect.prevent-extensions","es.reflect.set","es.reflect.set-prototype-of","es.reflect.to-string-tag","esnext.reflect.define-metadata","esnext.reflect.delete-metadata","esnext.reflect.get-metadata","esnext.reflect.get-metadata-keys","esnext.reflect.get-own-metadata","esnext.reflect.get-own-metadata-keys","esnext.reflect.has-metadata","esnext.reflect.has-own-metadata","esnext.reflect.metadata"],"core-js/full/reflect/apply":["es.reflect.apply"],"core-js/full/reflect/construct":["es.reflect.construct"],"core-js/full/reflect/define-metadata":["esnext.reflect.define-metadata"],"core-js/full/reflect/define-property":["es.reflect.define-property"],"core-js/full/reflect/delete-metadata":["esnext.reflect.delete-metadata"],"core-js/full/reflect/delete-property":["es.reflect.delete-property"],"core-js/full/reflect/get":["es.reflect.get"],"core-js/full/reflect/get-metadata":["esnext.reflect.get-metadata"],"core-js/full/reflect/get-metadata-keys":["esnext.reflect.get-metadata-keys"],"core-js/full/reflect/get-own-metadata":["esnext.reflect.get-own-metadata"],"core-js/full/reflect/get-own-metadata-keys":["esnext.reflect.get-own-metadata-keys"],"core-js/full/reflect/get-own-property-descriptor":["es.reflect.get-own-property-descriptor"],"core-js/full/reflect/get-prototype-of":["es.reflect.get-prototype-of"],"core-js/full/reflect/has":["es.reflect.has"],"core-js/full/reflect/has-metadata":["esnext.reflect.has-metadata"],"core-js/full/reflect/has-own-metadata":["esnext.reflect.has-own-metadata"],"core-js/full/reflect/is-extensible":["es.reflect.is-extensible"],"core-js/full/reflect/metadata":["esnext.reflect.metadata"],"core-js/full/reflect/own-keys":["es.reflect.own-keys"],"core-js/full/reflect/prevent-extensions":["es.reflect.prevent-extensions"],"core-js/full/reflect/set":["es.reflect.set"],"core-js/full/reflect/set-prototype-of":["es.reflect.set-prototype-of"],"core-js/full/reflect/to-string-tag":["es.reflect.to-string-tag"],"core-js/full/regexp":["es.regexp.constructor","es.regexp.escape","es.regexp.dot-all","es.regexp.exec","es.regexp.flags","es.regexp.sticky","es.regexp.test","es.regexp.to-string","es.string.match","es.string.replace","es.string.search","es.string.split","esnext.regexp.escape"],"core-js/full/regexp/constructor":["es.regexp.constructor","es.regexp.dot-all","es.regexp.exec","es.regexp.sticky"],"core-js/full/regexp/dot-all":["es.regexp.constructor","es.regexp.dot-all","es.regexp.exec"],"core-js/full/regexp/escape":["es.regexp.escape","esnext.regexp.escape"],"core-js/full/regexp/flags":["es.regexp.flags"],"core-js/full/regexp/match":["es.regexp.exec","es.string.match"],"core-js/full/regexp/replace":["es.regexp.exec","es.string.replace"],"core-js/full/regexp/search":["es.regexp.exec","es.string.search"],"core-js/full/regexp/split":["es.regexp.exec","es.string.split"],"core-js/full/regexp/sticky":["es.regexp.constructor","es.regexp.exec","es.regexp.sticky"],"core-js/full/regexp/test":["es.regexp.exec","es.regexp.test"],"core-js/full/regexp/to-string":["es.regexp.to-string"],"core-js/full/self":["web.self"],"core-js/full/set":["es.array.iterator","es.object.to-string","es.set","es.set.difference.v2","es.set.intersection.v2","es.set.is-disjoint-from.v2","es.set.is-subset-of.v2","es.set.is-superset-of.v2","es.set.symmetric-difference.v2","es.set.union.v2","es.string.iterator","esnext.set.add-all","esnext.set.delete-all","esnext.set.difference.v2","esnext.set.difference","esnext.set.every","esnext.set.filter","esnext.set.find","esnext.set.from","esnext.set.intersection.v2","esnext.set.intersection","esnext.set.is-disjoint-from.v2","esnext.set.is-disjoint-from","esnext.set.is-subset-of.v2","esnext.set.is-subset-of","esnext.set.is-superset-of.v2","esnext.set.is-superset-of","esnext.set.join","esnext.set.map","esnext.set.of","esnext.set.reduce","esnext.set.some","esnext.set.symmetric-difference.v2","esnext.set.symmetric-difference","esnext.set.union.v2","esnext.set.union","web.dom-collections.iterator"],"core-js/full/set-immediate":["web.immediate"],"core-js/full/set-interval":["web.timers"],"core-js/full/set-timeout":["web.timers"],"core-js/full/set/add-all":["es.set","esnext.set.add-all"],"core-js/full/set/delete-all":["es.set","esnext.set.delete-all"],"core-js/full/set/difference":["es.array.iterator","es.set","es.set.difference.v2","es.string.iterator","esnext.set.difference.v2","esnext.set.difference","web.dom-collections.iterator"],"core-js/full/set/every":["es.set","esnext.set.every"],"core-js/full/set/filter":["es.set","esnext.set.filter"],"core-js/full/set/find":["es.set","esnext.set.find"],"core-js/full/set/from":["es.array.iterator","es.object.to-string","es.set","es.string.iterator","esnext.set.add-all","esnext.set.delete-all","esnext.set.difference.v2","esnext.set.every","esnext.set.filter","esnext.set.find","esnext.set.from","esnext.set.intersection.v2","esnext.set.is-disjoint-from.v2","esnext.set.is-subset-of.v2","esnext.set.is-superset-of.v2","esnext.set.join","esnext.set.map","esnext.set.reduce","esnext.set.some","esnext.set.symmetric-difference.v2","esnext.set.union.v2","web.dom-collections.iterator"],"core-js/full/set/intersection":["es.array.iterator","es.set","es.set.intersection.v2","es.string.iterator","esnext.set.intersection.v2","esnext.set.intersection","web.dom-collections.iterator"],"core-js/full/set/is-disjoint-from":["es.array.iterator","es.set","es.set.is-disjoint-from.v2","es.string.iterator","esnext.set.is-disjoint-from.v2","esnext.set.is-disjoint-from","web.dom-collections.iterator"],"core-js/full/set/is-subset-of":["es.array.iterator","es.set","es.set.is-subset-of.v2","es.string.iterator","esnext.set.is-subset-of.v2","esnext.set.is-subset-of","web.dom-collections.iterator"],"core-js/full/set/is-superset-of":["es.array.iterator","es.set","es.set.is-superset-of.v2","es.string.iterator","esnext.set.is-superset-of.v2","esnext.set.is-superset-of","web.dom-collections.iterator"],"core-js/full/set/join":["es.set","esnext.set.join"],"core-js/full/set/map":["es.set","esnext.set.map"],"core-js/full/set/of":["es.array.iterator","es.object.to-string","es.set","esnext.set.add-all","esnext.set.delete-all","esnext.set.difference.v2","esnext.set.every","esnext.set.filter","esnext.set.find","esnext.set.intersection.v2","esnext.set.is-disjoint-from.v2","esnext.set.is-subset-of.v2","esnext.set.is-superset-of.v2","esnext.set.join","esnext.set.map","esnext.set.of","esnext.set.reduce","esnext.set.some","esnext.set.symmetric-difference.v2","esnext.set.union.v2"],"core-js/full/set/reduce":["es.set","esnext.set.reduce"],"core-js/full/set/some":["es.set","esnext.set.some"],"core-js/full/set/symmetric-difference":["es.array.iterator","es.set","es.set.symmetric-difference.v2","es.string.iterator","esnext.set.symmetric-difference.v2","esnext.set.symmetric-difference","web.dom-collections.iterator"],"core-js/full/set/union":["es.array.iterator","es.set","es.set.union.v2","es.string.iterator","esnext.set.union.v2","esnext.set.union","web.dom-collections.iterator"],"core-js/full/string":["es.object.to-string","es.regexp.exec","es.string.at-alternative","es.string.code-point-at","es.string.ends-with","es.string.from-code-point","es.string.includes","es.string.is-well-formed","es.string.iterator","es.string.match","es.string.match-all","es.string.pad-end","es.string.pad-start","es.string.raw","es.string.repeat","es.string.replace","es.string.replace-all","es.string.search","es.string.split","es.string.starts-with","es.string.substr","es.string.to-well-formed","es.string.trim","es.string.trim-end","es.string.trim-start","es.string.anchor","es.string.big","es.string.blink","es.string.bold","es.string.fixed","es.string.fontcolor","es.string.fontsize","es.string.italics","es.string.link","es.string.small","es.string.strike","es.string.sub","es.string.sup","es.weak-map","esnext.string.at","esnext.string.cooked","esnext.string.code-points","esnext.string.dedent","esnext.string.is-well-formed","esnext.string.match-all","esnext.string.replace-all","esnext.string.to-well-formed"],"core-js/full/string/anchor":["es.string.anchor"],"core-js/full/string/at":["es.string.at-alternative","esnext.string.at"],"core-js/full/string/big":["es.string.big"],"core-js/full/string/blink":["es.string.blink"],"core-js/full/string/bold":["es.string.bold"],"core-js/full/string/code-point-at":["es.string.code-point-at"],"core-js/full/string/code-points":["es.object.to-string","esnext.string.code-points"],"core-js/full/string/cooked":["esnext.string.cooked"],"core-js/full/string/dedent":["es.string.from-code-point","es.weak-map","esnext.string.dedent"],"core-js/full/string/ends-with":["es.string.ends-with"],"core-js/full/string/fixed":["es.string.fixed"],"core-js/full/string/fontcolor":["es.string.fontcolor"],"core-js/full/string/fontsize":["es.string.fontsize"],"core-js/full/string/from-code-point":["es.string.from-code-point"],"core-js/full/string/includes":["es.string.includes"],"core-js/full/string/is-well-formed":["es.string.is-well-formed","esnext.string.is-well-formed"],"core-js/full/string/italics":["es.string.italics"],"core-js/full/string/iterator":["es.object.to-string","es.string.iterator"],"core-js/full/string/link":["es.string.link"],"core-js/full/string/match":["es.regexp.exec","es.string.match"],"core-js/full/string/match-all":["es.object.to-string","es.regexp.exec","es.string.match-all","esnext.string.match-all"],"core-js/full/string/pad-end":["es.string.pad-end"],"core-js/full/string/pad-start":["es.string.pad-start"],"core-js/full/string/raw":["es.string.raw"],"core-js/full/string/repeat":["es.string.repeat"],"core-js/full/string/replace":["es.regexp.exec","es.string.replace"],"core-js/full/string/replace-all":["es.regexp.exec","es.string.replace","es.string.replace-all","esnext.string.replace-all"],"core-js/full/string/search":["es.regexp.exec","es.string.search"],"core-js/full/string/small":["es.string.small"],"core-js/full/string/split":["es.regexp.exec","es.string.split"],"core-js/full/string/starts-with":["es.string.starts-with"],"core-js/full/string/strike":["es.string.strike"],"core-js/full/string/sub":["es.string.sub"],"core-js/full/string/substr":["es.string.substr"],"core-js/full/string/sup":["es.string.sup"],"core-js/full/string/to-well-formed":["es.string.to-well-formed","esnext.string.to-well-formed"],"core-js/full/string/trim":["es.string.trim"],"core-js/full/string/trim-end":["es.string.trim-end"],"core-js/full/string/trim-left":["es.string.trim-start"],"core-js/full/string/trim-right":["es.string.trim-end"],"core-js/full/string/trim-start":["es.string.trim-start"],"core-js/full/string/virtual":["es.object.to-string","es.regexp.exec","es.string.at-alternative","es.string.code-point-at","es.string.ends-with","es.string.includes","es.string.iterator","es.string.match","es.string.match-all","es.string.pad-end","es.string.pad-start","es.string.repeat","es.string.replace","es.string.replace-all","es.string.search","es.string.split","es.string.starts-with","es.string.substr","es.string.trim","es.string.trim-end","es.string.trim-start","es.string.anchor","es.string.big","es.string.blink","es.string.bold","es.string.fixed","es.string.fontcolor","es.string.fontsize","es.string.italics","es.string.link","es.string.small","es.string.strike","es.string.sub","es.string.sup","esnext.string.at","esnext.string.code-points","esnext.string.is-well-formed","esnext.string.match-all","esnext.string.replace-all","esnext.string.to-well-formed"],"core-js/full/string/virtual/anchor":["es.string.anchor"],"core-js/full/string/virtual/at":["es.string.at-alternative","esnext.string.at"],"core-js/full/string/virtual/big":["es.string.big"],"core-js/full/string/virtual/blink":["es.string.blink"],"core-js/full/string/virtual/bold":["es.string.bold"],"core-js/full/string/virtual/code-point-at":["es.string.code-point-at"],"core-js/full/string/virtual/code-points":["es.object.to-string","esnext.string.code-points"],"core-js/full/string/virtual/ends-with":["es.string.ends-with"],"core-js/full/string/virtual/fixed":["es.string.fixed"],"core-js/full/string/virtual/fontcolor":["es.string.fontcolor"],"core-js/full/string/virtual/fontsize":["es.string.fontsize"],"core-js/full/string/virtual/includes":["es.string.includes"],"core-js/full/string/virtual/is-well-formed":["es.string.is-well-formed","esnext.string.is-well-formed"],"core-js/full/string/virtual/italics":["es.string.italics"],"core-js/full/string/virtual/iterator":["es.object.to-string","es.string.iterator"],"core-js/full/string/virtual/link":["es.string.link"],"core-js/full/string/virtual/match-all":["es.object.to-string","es.regexp.exec","es.string.match-all","esnext.string.match-all"],"core-js/full/string/virtual/pad-end":["es.string.pad-end"],"core-js/full/string/virtual/pad-start":["es.string.pad-start"],"core-js/full/string/virtual/repeat":["es.string.repeat"],"core-js/full/string/virtual/replace-all":["es.regexp.exec","es.string.replace","es.string.replace-all","esnext.string.replace-all"],"core-js/full/string/virtual/small":["es.string.small"],"core-js/full/string/virtual/starts-with":["es.string.starts-with"],"core-js/full/string/virtual/strike":["es.string.strike"],"core-js/full/string/virtual/sub":["es.string.sub"],"core-js/full/string/virtual/substr":["es.string.substr"],"core-js/full/string/virtual/sup":["es.string.sup"],"core-js/full/string/virtual/to-well-formed":["es.string.to-well-formed","esnext.string.to-well-formed"],"core-js/full/string/virtual/trim":["es.string.trim"],"core-js/full/string/virtual/trim-end":["es.string.trim-end"],"core-js/full/string/virtual/trim-left":["es.string.trim-start"],"core-js/full/string/virtual/trim-right":["es.string.trim-end"],"core-js/full/string/virtual/trim-start":["es.string.trim-start"],"core-js/full/structured-clone":["es.error.to-string","es.array.iterator","es.map","es.object.keys","es.object.to-string","es.set","web.dom-exception.constructor","web.dom-exception.stack","web.dom-exception.to-string-tag","web.structured-clone"],"core-js/full/suppressed-error":["es.error.cause","es.error.to-string","esnext.suppressed-error.constructor"],"core-js/full/symbol":["es.symbol","es.symbol.description","es.symbol.async-iterator","es.symbol.has-instance","es.symbol.is-concat-spreadable","es.symbol.iterator","es.symbol.match","es.symbol.match-all","es.symbol.replace","es.symbol.search","es.symbol.species","es.symbol.split","es.symbol.to-primitive","es.symbol.to-string-tag","es.symbol.unscopables","es.array.concat","es.json.to-string-tag","es.math.to-string-tag","es.object.to-string","es.reflect.to-string-tag","esnext.function.metadata","esnext.symbol.async-dispose","esnext.symbol.custom-matcher","esnext.symbol.dispose","esnext.symbol.is-registered-symbol","esnext.symbol.is-registered","esnext.symbol.is-well-known-symbol","esnext.symbol.is-well-known","esnext.symbol.matcher","esnext.symbol.metadata","esnext.symbol.metadata-key","esnext.symbol.observable","esnext.symbol.pattern-match","esnext.symbol.replace-all","web.dom-collections.iterator"],"core-js/full/symbol/async-dispose":["esnext.symbol.async-dispose"],"core-js/full/symbol/async-iterator":["es.symbol.async-iterator"],"core-js/full/symbol/custom-matcher":["esnext.symbol.custom-matcher"],"core-js/full/symbol/description":["es.symbol.description"],"core-js/full/symbol/dispose":["esnext.symbol.dispose"],"core-js/full/symbol/for":["es.symbol"],"core-js/full/symbol/has-instance":["es.symbol.has-instance","es.function.has-instance"],"core-js/full/symbol/is-concat-spreadable":["es.symbol.is-concat-spreadable","es.array.concat"],"core-js/full/symbol/is-registered":["es.symbol","esnext.symbol.is-registered"],"core-js/full/symbol/is-registered-symbol":["es.symbol","esnext.symbol.is-registered-symbol"],"core-js/full/symbol/is-well-known":["es.symbol","esnext.symbol.is-well-known"],"core-js/full/symbol/is-well-known-symbol":["es.symbol","esnext.symbol.is-well-known-symbol"],"core-js/full/symbol/iterator":["es.symbol.iterator","es.array.iterator","es.object.to-string","es.string.iterator","web.dom-collections.iterator"],"core-js/full/symbol/key-for":["es.symbol"],"core-js/full/symbol/match":["es.symbol.match","es.regexp.exec","es.string.match"],"core-js/full/symbol/match-all":["es.symbol.match-all","es.object.to-string","es.regexp.exec","es.string.match-all"],"core-js/full/symbol/matcher":["esnext.symbol.matcher"],"core-js/full/symbol/metadata":["esnext.function.metadata","esnext.symbol.metadata"],"core-js/full/symbol/metadata-key":["esnext.symbol.metadata-key"],"core-js/full/symbol/observable":["esnext.symbol.observable"],"core-js/full/symbol/pattern-match":["esnext.symbol.pattern-match"],"core-js/full/symbol/replace":["es.symbol.replace","es.regexp.exec","es.string.replace"],"core-js/full/symbol/replace-all":["esnext.symbol.replace-all"],"core-js/full/symbol/search":["es.symbol.search","es.regexp.exec","es.string.search"],"core-js/full/symbol/species":["es.symbol.species"],"core-js/full/symbol/split":["es.symbol.split","es.regexp.exec","es.string.split"],"core-js/full/symbol/to-primitive":["es.symbol.to-primitive","es.date.to-primitive"],"core-js/full/symbol/to-string-tag":["es.symbol.to-string-tag","es.json.to-string-tag","es.math.to-string-tag","es.object.to-string","es.reflect.to-string-tag"],"core-js/full/symbol/unscopables":["es.symbol.unscopables"],"core-js/full/typed-array":["es.map","es.object.to-string","es.promise","es.string.iterator","es.typed-array.float32-array","es.typed-array.float64-array","es.typed-array.int8-array","es.typed-array.int16-array","es.typed-array.int32-array","es.typed-array.uint8-array","es.typed-array.uint8-clamped-array","es.typed-array.uint16-array","es.typed-array.uint32-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with","esnext.typed-array.from-async","esnext.typed-array.at","esnext.typed-array.filter-out","esnext.typed-array.filter-reject","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.group-by","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.unique-by","esnext.typed-array.with","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex"],"core-js/full/typed-array/at":["es.typed-array.at","esnext.typed-array.at"],"core-js/full/typed-array/copy-within":["es.typed-array.copy-within"],"core-js/full/typed-array/entries":["es.object.to-string","es.typed-array.iterator"],"core-js/full/typed-array/every":["es.typed-array.every"],"core-js/full/typed-array/fill":["es.typed-array.fill"],"core-js/full/typed-array/filter":["es.typed-array.filter"],"core-js/full/typed-array/filter-out":["esnext.typed-array.filter-out"],"core-js/full/typed-array/filter-reject":["esnext.typed-array.filter-reject"],"core-js/full/typed-array/find":["es.typed-array.find"],"core-js/full/typed-array/find-index":["es.typed-array.find-index"],"core-js/full/typed-array/find-last":["es.typed-array.find-last","esnext.typed-array.find-last"],"core-js/full/typed-array/find-last-index":["es.typed-array.find-last-index","esnext.typed-array.find-last-index"],"core-js/full/typed-array/float32-array":["es.array-buffer.constructor","es.array-buffer.slice","es.map","es.object.to-string","es.promise","es.string.iterator","es.typed-array.float32-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with","esnext.typed-array.from-async","esnext.typed-array.at","esnext.typed-array.filter-out","esnext.typed-array.filter-reject","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.group-by","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.unique-by","esnext.typed-array.with","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex"],"core-js/full/typed-array/float64-array":["es.array-buffer.constructor","es.array-buffer.slice","es.map","es.object.to-string","es.promise","es.string.iterator","es.typed-array.float64-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with","esnext.typed-array.from-async","esnext.typed-array.at","esnext.typed-array.filter-out","esnext.typed-array.filter-reject","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.group-by","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.unique-by","esnext.typed-array.with","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex"],"core-js/full/typed-array/for-each":["es.typed-array.for-each"],"core-js/full/typed-array/from":["es.typed-array.from"],"core-js/full/typed-array/from-async":["esnext.typed-array.from-async"],"core-js/full/typed-array/from-base64":["esnext.uint8-array.from-base64"],"core-js/full/typed-array/from-hex":["esnext.uint8-array.from-hex"],"core-js/full/typed-array/group-by":["esnext.typed-array.group-by"],"core-js/full/typed-array/includes":["es.typed-array.includes"],"core-js/full/typed-array/index-of":["es.typed-array.index-of"],"core-js/full/typed-array/int16-array":["es.array-buffer.constructor","es.array-buffer.slice","es.map","es.object.to-string","es.promise","es.string.iterator","es.typed-array.int16-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with","esnext.typed-array.from-async","esnext.typed-array.at","esnext.typed-array.filter-out","esnext.typed-array.filter-reject","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.group-by","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.unique-by","esnext.typed-array.with","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex"],"core-js/full/typed-array/int32-array":["es.array-buffer.constructor","es.array-buffer.slice","es.map","es.object.to-string","es.promise","es.string.iterator","es.typed-array.int32-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with","esnext.typed-array.from-async","esnext.typed-array.at","esnext.typed-array.filter-out","esnext.typed-array.filter-reject","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.group-by","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.unique-by","esnext.typed-array.with","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex"],"core-js/full/typed-array/int8-array":["es.array-buffer.constructor","es.array-buffer.slice","es.map","es.object.to-string","es.promise","es.string.iterator","es.typed-array.int8-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with","esnext.typed-array.from-async","esnext.typed-array.at","esnext.typed-array.filter-out","esnext.typed-array.filter-reject","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.group-by","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.unique-by","esnext.typed-array.with","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex"],"core-js/full/typed-array/iterator":["es.object.to-string","es.typed-array.iterator"],"core-js/full/typed-array/join":["es.typed-array.join"],"core-js/full/typed-array/keys":["es.object.to-string","es.typed-array.iterator"],"core-js/full/typed-array/last-index-of":["es.typed-array.last-index-of"],"core-js/full/typed-array/map":["es.typed-array.map"],"core-js/full/typed-array/methods":["es.map","es.object.to-string","es.promise","es.string.iterator","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with","esnext.typed-array.from-async","esnext.typed-array.at","esnext.typed-array.filter-out","esnext.typed-array.filter-reject","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.group-by","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.unique-by","esnext.typed-array.with","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex"],"core-js/full/typed-array/of":["es.typed-array.of"],"core-js/full/typed-array/reduce":["es.typed-array.reduce"],"core-js/full/typed-array/reduce-right":["es.typed-array.reduce-right"],"core-js/full/typed-array/reverse":["es.typed-array.reverse"],"core-js/full/typed-array/set":["es.typed-array.set"],"core-js/full/typed-array/set-from-base64":["esnext.uint8-array.set-from-base64"],"core-js/full/typed-array/set-from-hex":["esnext.uint8-array.set-from-hex"],"core-js/full/typed-array/slice":["es.typed-array.slice"],"core-js/full/typed-array/some":["es.typed-array.some"],"core-js/full/typed-array/sort":["es.typed-array.sort"],"core-js/full/typed-array/subarray":["es.typed-array.subarray"],"core-js/full/typed-array/to-base64":["esnext.uint8-array.to-base64"],"core-js/full/typed-array/to-hex":["esnext.uint8-array.to-hex"],"core-js/full/typed-array/to-locale-string":["es.typed-array.to-locale-string"],"core-js/full/typed-array/to-reversed":["es.typed-array.to-reversed","esnext.typed-array.to-reversed"],"core-js/full/typed-array/to-sorted":["es.typed-array.sort","es.typed-array.to-sorted","esnext.typed-array.to-sorted"],"core-js/full/typed-array/to-spliced":["esnext.typed-array.to-spliced"],"core-js/full/typed-array/to-string":["es.typed-array.to-string"],"core-js/full/typed-array/uint16-array":["es.array-buffer.constructor","es.array-buffer.slice","es.map","es.object.to-string","es.promise","es.string.iterator","es.typed-array.uint16-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with","esnext.typed-array.from-async","esnext.typed-array.at","esnext.typed-array.filter-out","esnext.typed-array.filter-reject","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.group-by","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.unique-by","esnext.typed-array.with","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex"],"core-js/full/typed-array/uint32-array":["es.array-buffer.constructor","es.array-buffer.slice","es.map","es.object.to-string","es.promise","es.string.iterator","es.typed-array.uint32-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with","esnext.typed-array.from-async","esnext.typed-array.at","esnext.typed-array.filter-out","esnext.typed-array.filter-reject","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.group-by","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.unique-by","esnext.typed-array.with","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex"],"core-js/full/typed-array/uint8-array":["es.array-buffer.constructor","es.array-buffer.slice","es.map","es.object.to-string","es.promise","es.string.iterator","es.typed-array.uint8-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with","esnext.typed-array.from-async","esnext.typed-array.at","esnext.typed-array.filter-out","esnext.typed-array.filter-reject","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.group-by","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.unique-by","esnext.typed-array.with","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex"],"core-js/full/typed-array/uint8-clamped-array":["es.array-buffer.constructor","es.array-buffer.slice","es.map","es.object.to-string","es.promise","es.string.iterator","es.typed-array.uint8-clamped-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with","esnext.typed-array.from-async","esnext.typed-array.at","esnext.typed-array.filter-out","esnext.typed-array.filter-reject","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.group-by","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.unique-by","esnext.typed-array.with","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex"],"core-js/full/typed-array/unique-by":["es.map","esnext.typed-array.unique-by"],"core-js/full/typed-array/values":["es.object.to-string","es.typed-array.iterator"],"core-js/full/typed-array/with":["es.typed-array.with","esnext.typed-array.with"],"core-js/full/unescape":["es.unescape"],"core-js/full/url":["web.url","web.url.can-parse","web.url.parse","web.url.to-json","web.url-search-params","web.url-search-params.delete","web.url-search-params.has","web.url-search-params.size"],"core-js/full/url-search-params":["web.dom-collections.iterator","web.url-search-params","web.url-search-params.delete","web.url-search-params.has","web.url-search-params.size"],"core-js/full/url/can-parse":["web.url","web.url.can-parse"],"core-js/full/url/parse":["web.url","web.url.parse"],"core-js/full/url/to-json":["web.url.to-json"],"core-js/full/weak-map":["es.array.iterator","es.object.to-string","es.string.iterator","es.weak-map","esnext.weak-map.delete-all","esnext.weak-map.from","esnext.weak-map.of","esnext.weak-map.emplace","esnext.weak-map.get-or-insert","esnext.weak-map.get-or-insert-computed","esnext.weak-map.upsert","web.dom-collections.iterator"],"core-js/full/weak-map/delete-all":["es.weak-map","esnext.weak-map.delete-all"],"core-js/full/weak-map/emplace":["es.weak-map","esnext.weak-map.emplace"],"core-js/full/weak-map/from":["es.array.iterator","es.object.to-string","es.string.iterator","es.weak-map","esnext.weak-map.delete-all","esnext.weak-map.from","esnext.weak-map.emplace","esnext.weak-map.get-or-insert","esnext.weak-map.get-or-insert-computed","web.dom-collections.iterator"],"core-js/full/weak-map/get-or-insert":["es.weak-map","esnext.weak-map.get-or-insert"],"core-js/full/weak-map/get-or-insert-computed":["es.weak-map","esnext.weak-map.get-or-insert-computed"],"core-js/full/weak-map/of":["es.array.iterator","es.object.to-string","es.weak-map","esnext.weak-map.delete-all","esnext.weak-map.of","esnext.weak-map.emplace","esnext.weak-map.get-or-insert","esnext.weak-map.get-or-insert-computed"],"core-js/full/weak-map/upsert":["es.weak-map","esnext.weak-map.upsert"],"core-js/full/weak-set":["es.array.iterator","es.object.to-string","es.string.iterator","es.weak-set","esnext.weak-set.add-all","esnext.weak-set.delete-all","esnext.weak-set.from","esnext.weak-set.of","web.dom-collections.iterator"],"core-js/full/weak-set/add-all":["es.weak-set","esnext.weak-set.add-all"],"core-js/full/weak-set/delete-all":["es.weak-set","esnext.weak-set.delete-all"],"core-js/full/weak-set/from":["es.array.iterator","es.object.to-string","es.string.iterator","es.weak-set","esnext.weak-set.add-all","esnext.weak-set.delete-all","esnext.weak-set.from","web.dom-collections.iterator"],"core-js/full/weak-set/of":["es.array.iterator","es.object.to-string","es.weak-set","esnext.weak-set.add-all","esnext.weak-set.delete-all","esnext.weak-set.of"],"core-js/modules/es.aggregate-error":["es.aggregate-error"],"core-js/modules/es.aggregate-error.cause":["es.aggregate-error.cause"],"core-js/modules/es.aggregate-error.constructor":["es.aggregate-error.constructor"],"core-js/modules/es.array-buffer.constructor":["es.array-buffer.constructor"],"core-js/modules/es.array-buffer.detached":["es.array-buffer.detached"],"core-js/modules/es.array-buffer.is-view":["es.array-buffer.is-view"],"core-js/modules/es.array-buffer.slice":["es.array-buffer.slice"],"core-js/modules/es.array-buffer.transfer":["es.array-buffer.transfer"],"core-js/modules/es.array-buffer.transfer-to-fixed-length":["es.array-buffer.transfer-to-fixed-length"],"core-js/modules/es.array.at":["es.array.at"],"core-js/modules/es.array.concat":["es.array.concat"],"core-js/modules/es.array.copy-within":["es.array.copy-within"],"core-js/modules/es.array.every":["es.array.every"],"core-js/modules/es.array.fill":["es.array.fill"],"core-js/modules/es.array.filter":["es.array.filter"],"core-js/modules/es.array.find":["es.array.find"],"core-js/modules/es.array.find-index":["es.array.find-index"],"core-js/modules/es.array.find-last":["es.array.find-last"],"core-js/modules/es.array.find-last-index":["es.array.find-last-index"],"core-js/modules/es.array.flat":["es.array.flat"],"core-js/modules/es.array.flat-map":["es.array.flat-map"],"core-js/modules/es.array.for-each":["es.array.for-each"],"core-js/modules/es.array.from":["es.array.from"],"core-js/modules/es.array.includes":["es.array.includes"],"core-js/modules/es.array.index-of":["es.array.index-of"],"core-js/modules/es.array.is-array":["es.array.is-array"],"core-js/modules/es.array.iterator":["es.array.iterator"],"core-js/modules/es.array.join":["es.array.join"],"core-js/modules/es.array.last-index-of":["es.array.last-index-of"],"core-js/modules/es.array.map":["es.array.map"],"core-js/modules/es.array.of":["es.array.of"],"core-js/modules/es.array.push":["es.array.push"],"core-js/modules/es.array.reduce":["es.array.reduce"],"core-js/modules/es.array.reduce-right":["es.array.reduce-right"],"core-js/modules/es.array.reverse":["es.array.reverse"],"core-js/modules/es.array.slice":["es.array.slice"],"core-js/modules/es.array.some":["es.array.some"],"core-js/modules/es.array.sort":["es.array.sort"],"core-js/modules/es.array.species":["es.array.species"],"core-js/modules/es.array.splice":["es.array.splice"],"core-js/modules/es.array.to-reversed":["es.array.to-reversed"],"core-js/modules/es.array.to-sorted":["es.array.to-sorted"],"core-js/modules/es.array.to-spliced":["es.array.to-spliced"],"core-js/modules/es.array.unscopables.flat":["es.array.unscopables.flat"],"core-js/modules/es.array.unscopables.flat-map":["es.array.unscopables.flat-map"],"core-js/modules/es.array.unshift":["es.array.unshift"],"core-js/modules/es.array.with":["es.array.with"],"core-js/modules/es.data-view":["es.data-view"],"core-js/modules/es.data-view.constructor":["es.data-view.constructor"],"core-js/modules/es.data-view.get-float16":["es.data-view.get-float16"],"core-js/modules/es.data-view.set-float16":["es.data-view.set-float16"],"core-js/modules/es.date.get-year":["es.date.get-year"],"core-js/modules/es.date.now":["es.date.now"],"core-js/modules/es.date.set-year":["es.date.set-year"],"core-js/modules/es.date.to-gmt-string":["es.date.to-gmt-string"],"core-js/modules/es.date.to-iso-string":["es.date.to-iso-string"],"core-js/modules/es.date.to-json":["es.date.to-json"],"core-js/modules/es.date.to-primitive":["es.date.to-primitive"],"core-js/modules/es.date.to-string":["es.date.to-string"],"core-js/modules/es.error.cause":["es.error.cause"],"core-js/modules/es.error.to-string":["es.error.to-string"],"core-js/modules/es.escape":["es.escape"],"core-js/modules/es.function.bind":["es.function.bind"],"core-js/modules/es.function.has-instance":["es.function.has-instance"],"core-js/modules/es.function.name":["es.function.name"],"core-js/modules/es.global-this":["es.global-this"],"core-js/modules/es.iterator.constructor":["es.iterator.constructor"],"core-js/modules/es.iterator.drop":["es.iterator.drop"],"core-js/modules/es.iterator.every":["es.iterator.every"],"core-js/modules/es.iterator.filter":["es.iterator.filter"],"core-js/modules/es.iterator.find":["es.iterator.find"],"core-js/modules/es.iterator.flat-map":["es.iterator.flat-map"],"core-js/modules/es.iterator.for-each":["es.iterator.for-each"],"core-js/modules/es.iterator.from":["es.iterator.from"],"core-js/modules/es.iterator.map":["es.iterator.map"],"core-js/modules/es.iterator.reduce":["es.iterator.reduce"],"core-js/modules/es.iterator.some":["es.iterator.some"],"core-js/modules/es.iterator.take":["es.iterator.take"],"core-js/modules/es.iterator.to-array":["es.iterator.to-array"],"core-js/modules/es.json.stringify":["es.json.stringify"],"core-js/modules/es.json.to-string-tag":["es.json.to-string-tag"],"core-js/modules/es.map":["es.map"],"core-js/modules/es.map.constructor":["es.map.constructor"],"core-js/modules/es.map.group-by":["es.map.group-by"],"core-js/modules/es.math.acosh":["es.math.acosh"],"core-js/modules/es.math.asinh":["es.math.asinh"],"core-js/modules/es.math.atanh":["es.math.atanh"],"core-js/modules/es.math.cbrt":["es.math.cbrt"],"core-js/modules/es.math.clz32":["es.math.clz32"],"core-js/modules/es.math.cosh":["es.math.cosh"],"core-js/modules/es.math.expm1":["es.math.expm1"],"core-js/modules/es.math.f16round":["es.math.f16round"],"core-js/modules/es.math.fround":["es.math.fround"],"core-js/modules/es.math.hypot":["es.math.hypot"],"core-js/modules/es.math.imul":["es.math.imul"],"core-js/modules/es.math.log10":["es.math.log10"],"core-js/modules/es.math.log1p":["es.math.log1p"],"core-js/modules/es.math.log2":["es.math.log2"],"core-js/modules/es.math.sign":["es.math.sign"],"core-js/modules/es.math.sinh":["es.math.sinh"],"core-js/modules/es.math.tanh":["es.math.tanh"],"core-js/modules/es.math.to-string-tag":["es.math.to-string-tag"],"core-js/modules/es.math.trunc":["es.math.trunc"],"core-js/modules/es.number.constructor":["es.number.constructor"],"core-js/modules/es.number.epsilon":["es.number.epsilon"],"core-js/modules/es.number.is-finite":["es.number.is-finite"],"core-js/modules/es.number.is-integer":["es.number.is-integer"],"core-js/modules/es.number.is-nan":["es.number.is-nan"],"core-js/modules/es.number.is-safe-integer":["es.number.is-safe-integer"],"core-js/modules/es.number.max-safe-integer":["es.number.max-safe-integer"],"core-js/modules/es.number.min-safe-integer":["es.number.min-safe-integer"],"core-js/modules/es.number.parse-float":["es.number.parse-float"],"core-js/modules/es.number.parse-int":["es.number.parse-int"],"core-js/modules/es.number.to-exponential":["es.number.to-exponential"],"core-js/modules/es.number.to-fixed":["es.number.to-fixed"],"core-js/modules/es.number.to-precision":["es.number.to-precision"],"core-js/modules/es.object.assign":["es.object.assign"],"core-js/modules/es.object.create":["es.object.create"],"core-js/modules/es.object.define-getter":["es.object.define-getter"],"core-js/modules/es.object.define-properties":["es.object.define-properties"],"core-js/modules/es.object.define-property":["es.object.define-property"],"core-js/modules/es.object.define-setter":["es.object.define-setter"],"core-js/modules/es.object.entries":["es.object.entries"],"core-js/modules/es.object.freeze":["es.object.freeze"],"core-js/modules/es.object.from-entries":["es.object.from-entries"],"core-js/modules/es.object.get-own-property-descriptor":["es.object.get-own-property-descriptor"],"core-js/modules/es.object.get-own-property-descriptors":["es.object.get-own-property-descriptors"],"core-js/modules/es.object.get-own-property-names":["es.object.get-own-property-names"],"core-js/modules/es.object.get-own-property-symbols":["es.object.get-own-property-symbols"],"core-js/modules/es.object.get-prototype-of":["es.object.get-prototype-of"],"core-js/modules/es.object.group-by":["es.object.group-by"],"core-js/modules/es.object.has-own":["es.object.has-own"],"core-js/modules/es.object.is":["es.object.is"],"core-js/modules/es.object.is-extensible":["es.object.is-extensible"],"core-js/modules/es.object.is-frozen":["es.object.is-frozen"],"core-js/modules/es.object.is-sealed":["es.object.is-sealed"],"core-js/modules/es.object.keys":["es.object.keys"],"core-js/modules/es.object.lookup-getter":["es.object.lookup-getter"],"core-js/modules/es.object.lookup-setter":["es.object.lookup-setter"],"core-js/modules/es.object.prevent-extensions":["es.object.prevent-extensions"],"core-js/modules/es.object.proto":["es.object.proto"],"core-js/modules/es.object.seal":["es.object.seal"],"core-js/modules/es.object.set-prototype-of":["es.object.set-prototype-of"],"core-js/modules/es.object.to-string":["es.object.to-string"],"core-js/modules/es.object.values":["es.object.values"],"core-js/modules/es.parse-float":["es.parse-float"],"core-js/modules/es.parse-int":["es.parse-int"],"core-js/modules/es.promise":["es.promise"],"core-js/modules/es.promise.all":["es.promise.all"],"core-js/modules/es.promise.all-settled":["es.promise.all-settled"],"core-js/modules/es.promise.any":["es.promise.any"],"core-js/modules/es.promise.catch":["es.promise.catch"],"core-js/modules/es.promise.constructor":["es.promise.constructor"],"core-js/modules/es.promise.finally":["es.promise.finally"],"core-js/modules/es.promise.race":["es.promise.race"],"core-js/modules/es.promise.reject":["es.promise.reject"],"core-js/modules/es.promise.resolve":["es.promise.resolve"],"core-js/modules/es.promise.try":["es.promise.try"],"core-js/modules/es.promise.with-resolvers":["es.promise.with-resolvers"],"core-js/modules/es.reflect.apply":["es.reflect.apply"],"core-js/modules/es.reflect.construct":["es.reflect.construct"],"core-js/modules/es.reflect.define-property":["es.reflect.define-property"],"core-js/modules/es.reflect.delete-property":["es.reflect.delete-property"],"core-js/modules/es.reflect.get":["es.reflect.get"],"core-js/modules/es.reflect.get-own-property-descriptor":["es.reflect.get-own-property-descriptor"],"core-js/modules/es.reflect.get-prototype-of":["es.reflect.get-prototype-of"],"core-js/modules/es.reflect.has":["es.reflect.has"],"core-js/modules/es.reflect.is-extensible":["es.reflect.is-extensible"],"core-js/modules/es.reflect.own-keys":["es.reflect.own-keys"],"core-js/modules/es.reflect.prevent-extensions":["es.reflect.prevent-extensions"],"core-js/modules/es.reflect.set":["es.reflect.set"],"core-js/modules/es.reflect.set-prototype-of":["es.reflect.set-prototype-of"],"core-js/modules/es.reflect.to-string-tag":["es.reflect.to-string-tag"],"core-js/modules/es.regexp.constructor":["es.regexp.constructor"],"core-js/modules/es.regexp.dot-all":["es.regexp.dot-all"],"core-js/modules/es.regexp.escape":["es.regexp.escape"],"core-js/modules/es.regexp.exec":["es.regexp.exec"],"core-js/modules/es.regexp.flags":["es.regexp.flags"],"core-js/modules/es.regexp.sticky":["es.regexp.sticky"],"core-js/modules/es.regexp.test":["es.regexp.test"],"core-js/modules/es.regexp.to-string":["es.regexp.to-string"],"core-js/modules/es.set":["es.set"],"core-js/modules/es.set.constructor":["es.set.constructor"],"core-js/modules/es.set.difference.v2":["es.set.difference.v2"],"core-js/modules/es.set.intersection.v2":["es.set.intersection.v2"],"core-js/modules/es.set.is-disjoint-from.v2":["es.set.is-disjoint-from.v2"],"core-js/modules/es.set.is-subset-of.v2":["es.set.is-subset-of.v2"],"core-js/modules/es.set.is-superset-of.v2":["es.set.is-superset-of.v2"],"core-js/modules/es.set.symmetric-difference.v2":["es.set.symmetric-difference.v2"],"core-js/modules/es.set.union.v2":["es.set.union.v2"],"core-js/modules/es.string.anchor":["es.string.anchor"],"core-js/modules/es.string.at-alternative":["es.string.at-alternative"],"core-js/modules/es.string.big":["es.string.big"],"core-js/modules/es.string.blink":["es.string.blink"],"core-js/modules/es.string.bold":["es.string.bold"],"core-js/modules/es.string.code-point-at":["es.string.code-point-at"],"core-js/modules/es.string.ends-with":["es.string.ends-with"],"core-js/modules/es.string.fixed":["es.string.fixed"],"core-js/modules/es.string.fontcolor":["es.string.fontcolor"],"core-js/modules/es.string.fontsize":["es.string.fontsize"],"core-js/modules/es.string.from-code-point":["es.string.from-code-point"],"core-js/modules/es.string.includes":["es.string.includes"],"core-js/modules/es.string.is-well-formed":["es.string.is-well-formed"],"core-js/modules/es.string.italics":["es.string.italics"],"core-js/modules/es.string.iterator":["es.string.iterator"],"core-js/modules/es.string.link":["es.string.link"],"core-js/modules/es.string.match":["es.string.match"],"core-js/modules/es.string.match-all":["es.string.match-all"],"core-js/modules/es.string.pad-end":["es.string.pad-end"],"core-js/modules/es.string.pad-start":["es.string.pad-start"],"core-js/modules/es.string.raw":["es.string.raw"],"core-js/modules/es.string.repeat":["es.string.repeat"],"core-js/modules/es.string.replace":["es.string.replace"],"core-js/modules/es.string.replace-all":["es.string.replace-all"],"core-js/modules/es.string.search":["es.string.search"],"core-js/modules/es.string.small":["es.string.small"],"core-js/modules/es.string.split":["es.string.split"],"core-js/modules/es.string.starts-with":["es.string.starts-with"],"core-js/modules/es.string.strike":["es.string.strike"],"core-js/modules/es.string.sub":["es.string.sub"],"core-js/modules/es.string.substr":["es.string.substr"],"core-js/modules/es.string.sup":["es.string.sup"],"core-js/modules/es.string.to-well-formed":["es.string.to-well-formed"],"core-js/modules/es.string.trim":["es.string.trim"],"core-js/modules/es.string.trim-end":["es.string.trim-end"],"core-js/modules/es.string.trim-left":["es.string.trim-left"],"core-js/modules/es.string.trim-right":["es.string.trim-right"],"core-js/modules/es.string.trim-start":["es.string.trim-start"],"core-js/modules/es.symbol":["es.symbol"],"core-js/modules/es.symbol.async-iterator":["es.symbol.async-iterator"],"core-js/modules/es.symbol.constructor":["es.symbol.constructor"],"core-js/modules/es.symbol.description":["es.symbol.description"],"core-js/modules/es.symbol.for":["es.symbol.for"],"core-js/modules/es.symbol.has-instance":["es.symbol.has-instance"],"core-js/modules/es.symbol.is-concat-spreadable":["es.symbol.is-concat-spreadable"],"core-js/modules/es.symbol.iterator":["es.symbol.iterator"],"core-js/modules/es.symbol.key-for":["es.symbol.key-for"],"core-js/modules/es.symbol.match":["es.symbol.match"],"core-js/modules/es.symbol.match-all":["es.symbol.match-all"],"core-js/modules/es.symbol.replace":["es.symbol.replace"],"core-js/modules/es.symbol.search":["es.symbol.search"],"core-js/modules/es.symbol.species":["es.symbol.species"],"core-js/modules/es.symbol.split":["es.symbol.split"],"core-js/modules/es.symbol.to-primitive":["es.symbol.to-primitive"],"core-js/modules/es.symbol.to-string-tag":["es.symbol.to-string-tag"],"core-js/modules/es.symbol.unscopables":["es.symbol.unscopables"],"core-js/modules/es.typed-array.at":["es.typed-array.at"],"core-js/modules/es.typed-array.copy-within":["es.typed-array.copy-within"],"core-js/modules/es.typed-array.every":["es.typed-array.every"],"core-js/modules/es.typed-array.fill":["es.typed-array.fill"],"core-js/modules/es.typed-array.filter":["es.typed-array.filter"],"core-js/modules/es.typed-array.find":["es.typed-array.find"],"core-js/modules/es.typed-array.find-index":["es.typed-array.find-index"],"core-js/modules/es.typed-array.find-last":["es.typed-array.find-last"],"core-js/modules/es.typed-array.find-last-index":["es.typed-array.find-last-index"],"core-js/modules/es.typed-array.float32-array":["es.typed-array.float32-array"],"core-js/modules/es.typed-array.float64-array":["es.typed-array.float64-array"],"core-js/modules/es.typed-array.for-each":["es.typed-array.for-each"],"core-js/modules/es.typed-array.from":["es.typed-array.from"],"core-js/modules/es.typed-array.includes":["es.typed-array.includes"],"core-js/modules/es.typed-array.index-of":["es.typed-array.index-of"],"core-js/modules/es.typed-array.int16-array":["es.typed-array.int16-array"],"core-js/modules/es.typed-array.int32-array":["es.typed-array.int32-array"],"core-js/modules/es.typed-array.int8-array":["es.typed-array.int8-array"],"core-js/modules/es.typed-array.iterator":["es.typed-array.iterator"],"core-js/modules/es.typed-array.join":["es.typed-array.join"],"core-js/modules/es.typed-array.last-index-of":["es.typed-array.last-index-of"],"core-js/modules/es.typed-array.map":["es.typed-array.map"],"core-js/modules/es.typed-array.of":["es.typed-array.of"],"core-js/modules/es.typed-array.reduce":["es.typed-array.reduce"],"core-js/modules/es.typed-array.reduce-right":["es.typed-array.reduce-right"],"core-js/modules/es.typed-array.reverse":["es.typed-array.reverse"],"core-js/modules/es.typed-array.set":["es.typed-array.set"],"core-js/modules/es.typed-array.slice":["es.typed-array.slice"],"core-js/modules/es.typed-array.some":["es.typed-array.some"],"core-js/modules/es.typed-array.sort":["es.typed-array.sort"],"core-js/modules/es.typed-array.subarray":["es.typed-array.subarray"],"core-js/modules/es.typed-array.to-locale-string":["es.typed-array.to-locale-string"],"core-js/modules/es.typed-array.to-reversed":["es.typed-array.to-reversed"],"core-js/modules/es.typed-array.to-sorted":["es.typed-array.to-sorted"],"core-js/modules/es.typed-array.to-string":["es.typed-array.to-string"],"core-js/modules/es.typed-array.uint16-array":["es.typed-array.uint16-array"],"core-js/modules/es.typed-array.uint32-array":["es.typed-array.uint32-array"],"core-js/modules/es.typed-array.uint8-array":["es.typed-array.uint8-array"],"core-js/modules/es.typed-array.uint8-clamped-array":["es.typed-array.uint8-clamped-array"],"core-js/modules/es.typed-array.with":["es.typed-array.with"],"core-js/modules/es.unescape":["es.unescape"],"core-js/modules/es.weak-map":["es.weak-map"],"core-js/modules/es.weak-map.constructor":["es.weak-map.constructor"],"core-js/modules/es.weak-set":["es.weak-set"],"core-js/modules/es.weak-set.constructor":["es.weak-set.constructor"],"core-js/modules/esnext.aggregate-error":["esnext.aggregate-error"],"core-js/modules/esnext.array-buffer.detached":["esnext.array-buffer.detached"],"core-js/modules/esnext.array-buffer.transfer":["esnext.array-buffer.transfer"],"core-js/modules/esnext.array-buffer.transfer-to-fixed-length":["esnext.array-buffer.transfer-to-fixed-length"],"core-js/modules/esnext.array.at":["esnext.array.at"],"core-js/modules/esnext.array.filter-out":["esnext.array.filter-out"],"core-js/modules/esnext.array.filter-reject":["esnext.array.filter-reject"],"core-js/modules/esnext.array.find-last":["esnext.array.find-last"],"core-js/modules/esnext.array.find-last-index":["esnext.array.find-last-index"],"core-js/modules/esnext.array.from-async":["esnext.array.from-async"],"core-js/modules/esnext.array.group":["esnext.array.group"],"core-js/modules/esnext.array.group-by":["esnext.array.group-by"],"core-js/modules/esnext.array.group-by-to-map":["esnext.array.group-by-to-map"],"core-js/modules/esnext.array.group-to-map":["esnext.array.group-to-map"],"core-js/modules/esnext.array.is-template-object":["esnext.array.is-template-object"],"core-js/modules/esnext.array.last-index":["esnext.array.last-index"],"core-js/modules/esnext.array.last-item":["esnext.array.last-item"],"core-js/modules/esnext.array.to-reversed":["esnext.array.to-reversed"],"core-js/modules/esnext.array.to-sorted":["esnext.array.to-sorted"],"core-js/modules/esnext.array.to-spliced":["esnext.array.to-spliced"],"core-js/modules/esnext.array.unique-by":["esnext.array.unique-by"],"core-js/modules/esnext.array.with":["esnext.array.with"],"core-js/modules/esnext.async-disposable-stack.constructor":["esnext.async-disposable-stack.constructor"],"core-js/modules/esnext.async-iterator.as-indexed-pairs":["esnext.async-iterator.as-indexed-pairs"],"core-js/modules/esnext.async-iterator.async-dispose":["esnext.async-iterator.async-dispose"],"core-js/modules/esnext.async-iterator.constructor":["esnext.async-iterator.constructor"],"core-js/modules/esnext.async-iterator.drop":["esnext.async-iterator.drop"],"core-js/modules/esnext.async-iterator.every":["esnext.async-iterator.every"],"core-js/modules/esnext.async-iterator.filter":["esnext.async-iterator.filter"],"core-js/modules/esnext.async-iterator.find":["esnext.async-iterator.find"],"core-js/modules/esnext.async-iterator.flat-map":["esnext.async-iterator.flat-map"],"core-js/modules/esnext.async-iterator.for-each":["esnext.async-iterator.for-each"],"core-js/modules/esnext.async-iterator.from":["esnext.async-iterator.from"],"core-js/modules/esnext.async-iterator.indexed":["esnext.async-iterator.indexed"],"core-js/modules/esnext.async-iterator.map":["esnext.async-iterator.map"],"core-js/modules/esnext.async-iterator.reduce":["esnext.async-iterator.reduce"],"core-js/modules/esnext.async-iterator.some":["esnext.async-iterator.some"],"core-js/modules/esnext.async-iterator.take":["esnext.async-iterator.take"],"core-js/modules/esnext.async-iterator.to-array":["esnext.async-iterator.to-array"],"core-js/modules/esnext.bigint.range":["esnext.bigint.range"],"core-js/modules/esnext.composite-key":["esnext.composite-key"],"core-js/modules/esnext.composite-symbol":["esnext.composite-symbol"],"core-js/modules/esnext.data-view.get-float16":["esnext.data-view.get-float16"],"core-js/modules/esnext.data-view.get-uint8-clamped":["esnext.data-view.get-uint8-clamped"],"core-js/modules/esnext.data-view.set-float16":["esnext.data-view.set-float16"],"core-js/modules/esnext.data-view.set-uint8-clamped":["esnext.data-view.set-uint8-clamped"],"core-js/modules/esnext.disposable-stack.constructor":["esnext.disposable-stack.constructor"],"core-js/modules/esnext.error.is-error":["esnext.error.is-error"],"core-js/modules/esnext.function.demethodize":["esnext.function.demethodize"],"core-js/modules/esnext.function.is-callable":["esnext.function.is-callable"],"core-js/modules/esnext.function.is-constructor":["esnext.function.is-constructor"],"core-js/modules/esnext.function.metadata":["esnext.function.metadata"],"core-js/modules/esnext.function.un-this":["esnext.function.un-this"],"core-js/modules/esnext.global-this":["esnext.global-this"],"core-js/modules/esnext.iterator.as-indexed-pairs":["esnext.iterator.as-indexed-pairs"],"core-js/modules/esnext.iterator.concat":["esnext.iterator.concat"],"core-js/modules/esnext.iterator.constructor":["esnext.iterator.constructor"],"core-js/modules/esnext.iterator.dispose":["esnext.iterator.dispose"],"core-js/modules/esnext.iterator.drop":["esnext.iterator.drop"],"core-js/modules/esnext.iterator.every":["esnext.iterator.every"],"core-js/modules/esnext.iterator.filter":["esnext.iterator.filter"],"core-js/modules/esnext.iterator.find":["esnext.iterator.find"],"core-js/modules/esnext.iterator.flat-map":["esnext.iterator.flat-map"],"core-js/modules/esnext.iterator.for-each":["esnext.iterator.for-each"],"core-js/modules/esnext.iterator.from":["esnext.iterator.from"],"core-js/modules/esnext.iterator.indexed":["esnext.iterator.indexed"],"core-js/modules/esnext.iterator.map":["esnext.iterator.map"],"core-js/modules/esnext.iterator.range":["esnext.iterator.range"],"core-js/modules/esnext.iterator.reduce":["esnext.iterator.reduce"],"core-js/modules/esnext.iterator.some":["esnext.iterator.some"],"core-js/modules/esnext.iterator.take":["esnext.iterator.take"],"core-js/modules/esnext.iterator.to-array":["esnext.iterator.to-array"],"core-js/modules/esnext.iterator.to-async":["esnext.iterator.to-async"],"core-js/modules/esnext.json.is-raw-json":["esnext.json.is-raw-json"],"core-js/modules/esnext.json.parse":["esnext.json.parse"],"core-js/modules/esnext.json.raw-json":["esnext.json.raw-json"],"core-js/modules/esnext.map.delete-all":["esnext.map.delete-all"],"core-js/modules/esnext.map.emplace":["esnext.map.emplace"],"core-js/modules/esnext.map.every":["esnext.map.every"],"core-js/modules/esnext.map.filter":["esnext.map.filter"],"core-js/modules/esnext.map.find":["esnext.map.find"],"core-js/modules/esnext.map.find-key":["esnext.map.find-key"],"core-js/modules/esnext.map.from":["esnext.map.from"],"core-js/modules/esnext.map.get-or-insert":["esnext.map.get-or-insert"],"core-js/modules/esnext.map.get-or-insert-computed":["esnext.map.get-or-insert-computed"],"core-js/modules/esnext.map.group-by":["esnext.map.group-by"],"core-js/modules/esnext.map.includes":["esnext.map.includes"],"core-js/modules/esnext.map.key-by":["esnext.map.key-by"],"core-js/modules/esnext.map.key-of":["esnext.map.key-of"],"core-js/modules/esnext.map.map-keys":["esnext.map.map-keys"],"core-js/modules/esnext.map.map-values":["esnext.map.map-values"],"core-js/modules/esnext.map.merge":["esnext.map.merge"],"core-js/modules/esnext.map.of":["esnext.map.of"],"core-js/modules/esnext.map.reduce":["esnext.map.reduce"],"core-js/modules/esnext.map.some":["esnext.map.some"],"core-js/modules/esnext.map.update":["esnext.map.update"],"core-js/modules/esnext.map.update-or-insert":["esnext.map.update-or-insert"],"core-js/modules/esnext.map.upsert":["esnext.map.upsert"],"core-js/modules/esnext.math.clamp":["esnext.math.clamp"],"core-js/modules/esnext.math.deg-per-rad":["esnext.math.deg-per-rad"],"core-js/modules/esnext.math.degrees":["esnext.math.degrees"],"core-js/modules/esnext.math.f16round":["esnext.math.f16round"],"core-js/modules/esnext.math.fscale":["esnext.math.fscale"],"core-js/modules/esnext.math.iaddh":["esnext.math.iaddh"],"core-js/modules/esnext.math.imulh":["esnext.math.imulh"],"core-js/modules/esnext.math.isubh":["esnext.math.isubh"],"core-js/modules/esnext.math.rad-per-deg":["esnext.math.rad-per-deg"],"core-js/modules/esnext.math.radians":["esnext.math.radians"],"core-js/modules/esnext.math.scale":["esnext.math.scale"],"core-js/modules/esnext.math.seeded-prng":["esnext.math.seeded-prng"],"core-js/modules/esnext.math.signbit":["esnext.math.signbit"],"core-js/modules/esnext.math.sum-precise":["esnext.math.sum-precise"],"core-js/modules/esnext.math.umulh":["esnext.math.umulh"],"core-js/modules/esnext.number.from-string":["esnext.number.from-string"],"core-js/modules/esnext.number.range":["esnext.number.range"],"core-js/modules/esnext.object.group-by":["esnext.object.group-by"],"core-js/modules/esnext.object.has-own":["esnext.object.has-own"],"core-js/modules/esnext.object.iterate-entries":["esnext.object.iterate-entries"],"core-js/modules/esnext.object.iterate-keys":["esnext.object.iterate-keys"],"core-js/modules/esnext.object.iterate-values":["esnext.object.iterate-values"],"core-js/modules/esnext.observable":["esnext.observable"],"core-js/modules/esnext.observable.constructor":["esnext.observable.constructor"],"core-js/modules/esnext.observable.from":["esnext.observable.from"],"core-js/modules/esnext.observable.of":["esnext.observable.of"],"core-js/modules/esnext.promise.all-settled":["esnext.promise.all-settled"],"core-js/modules/esnext.promise.any":["esnext.promise.any"],"core-js/modules/esnext.promise.try":["esnext.promise.try"],"core-js/modules/esnext.promise.with-resolvers":["esnext.promise.with-resolvers"],"core-js/modules/esnext.reflect.define-metadata":["esnext.reflect.define-metadata"],"core-js/modules/esnext.reflect.delete-metadata":["esnext.reflect.delete-metadata"],"core-js/modules/esnext.reflect.get-metadata":["esnext.reflect.get-metadata"],"core-js/modules/esnext.reflect.get-metadata-keys":["esnext.reflect.get-metadata-keys"],"core-js/modules/esnext.reflect.get-own-metadata":["esnext.reflect.get-own-metadata"],"core-js/modules/esnext.reflect.get-own-metadata-keys":["esnext.reflect.get-own-metadata-keys"],"core-js/modules/esnext.reflect.has-metadata":["esnext.reflect.has-metadata"],"core-js/modules/esnext.reflect.has-own-metadata":["esnext.reflect.has-own-metadata"],"core-js/modules/esnext.reflect.metadata":["esnext.reflect.metadata"],"core-js/modules/esnext.regexp.escape":["esnext.regexp.escape"],"core-js/modules/esnext.set.add-all":["esnext.set.add-all"],"core-js/modules/esnext.set.delete-all":["esnext.set.delete-all"],"core-js/modules/esnext.set.difference":["esnext.set.difference"],"core-js/modules/esnext.set.difference.v2":["esnext.set.difference.v2"],"core-js/modules/esnext.set.every":["esnext.set.every"],"core-js/modules/esnext.set.filter":["esnext.set.filter"],"core-js/modules/esnext.set.find":["esnext.set.find"],"core-js/modules/esnext.set.from":["esnext.set.from"],"core-js/modules/esnext.set.intersection":["esnext.set.intersection"],"core-js/modules/esnext.set.intersection.v2":["esnext.set.intersection.v2"],"core-js/modules/esnext.set.is-disjoint-from":["esnext.set.is-disjoint-from"],"core-js/modules/esnext.set.is-disjoint-from.v2":["esnext.set.is-disjoint-from.v2"],"core-js/modules/esnext.set.is-subset-of":["esnext.set.is-subset-of"],"core-js/modules/esnext.set.is-subset-of.v2":["esnext.set.is-subset-of.v2"],"core-js/modules/esnext.set.is-superset-of":["esnext.set.is-superset-of"],"core-js/modules/esnext.set.is-superset-of.v2":["esnext.set.is-superset-of.v2"],"core-js/modules/esnext.set.join":["esnext.set.join"],"core-js/modules/esnext.set.map":["esnext.set.map"],"core-js/modules/esnext.set.of":["esnext.set.of"],"core-js/modules/esnext.set.reduce":["esnext.set.reduce"],"core-js/modules/esnext.set.some":["esnext.set.some"],"core-js/modules/esnext.set.symmetric-difference":["esnext.set.symmetric-difference"],"core-js/modules/esnext.set.symmetric-difference.v2":["esnext.set.symmetric-difference.v2"],"core-js/modules/esnext.set.union":["esnext.set.union"],"core-js/modules/esnext.set.union.v2":["esnext.set.union.v2"],"core-js/modules/esnext.string.at":["esnext.string.at"],"core-js/modules/esnext.string.at-alternative":["esnext.string.at-alternative"],"core-js/modules/esnext.string.code-points":["esnext.string.code-points"],"core-js/modules/esnext.string.cooked":["esnext.string.cooked"],"core-js/modules/esnext.string.dedent":["esnext.string.dedent"],"core-js/modules/esnext.string.is-well-formed":["esnext.string.is-well-formed"],"core-js/modules/esnext.string.match-all":["esnext.string.match-all"],"core-js/modules/esnext.string.replace-all":["esnext.string.replace-all"],"core-js/modules/esnext.string.to-well-formed":["esnext.string.to-well-formed"],"core-js/modules/esnext.suppressed-error.constructor":["esnext.suppressed-error.constructor"],"core-js/modules/esnext.symbol.async-dispose":["esnext.symbol.async-dispose"],"core-js/modules/esnext.symbol.custom-matcher":["esnext.symbol.custom-matcher"],"core-js/modules/esnext.symbol.dispose":["esnext.symbol.dispose"],"core-js/modules/esnext.symbol.is-registered":["esnext.symbol.is-registered"],"core-js/modules/esnext.symbol.is-registered-symbol":["esnext.symbol.is-registered-symbol"],"core-js/modules/esnext.symbol.is-well-known":["esnext.symbol.is-well-known"],"core-js/modules/esnext.symbol.is-well-known-symbol":["esnext.symbol.is-well-known-symbol"],"core-js/modules/esnext.symbol.matcher":["esnext.symbol.matcher"],"core-js/modules/esnext.symbol.metadata":["esnext.symbol.metadata"],"core-js/modules/esnext.symbol.metadata-key":["esnext.symbol.metadata-key"],"core-js/modules/esnext.symbol.observable":["esnext.symbol.observable"],"core-js/modules/esnext.symbol.pattern-match":["esnext.symbol.pattern-match"],"core-js/modules/esnext.symbol.replace-all":["esnext.symbol.replace-all"],"core-js/modules/esnext.typed-array.at":["esnext.typed-array.at"],"core-js/modules/esnext.typed-array.filter-out":["esnext.typed-array.filter-out"],"core-js/modules/esnext.typed-array.filter-reject":["esnext.typed-array.filter-reject"],"core-js/modules/esnext.typed-array.find-last":["esnext.typed-array.find-last"],"core-js/modules/esnext.typed-array.find-last-index":["esnext.typed-array.find-last-index"],"core-js/modules/esnext.typed-array.from-async":["esnext.typed-array.from-async"],"core-js/modules/esnext.typed-array.group-by":["esnext.typed-array.group-by"],"core-js/modules/esnext.typed-array.to-reversed":["esnext.typed-array.to-reversed"],"core-js/modules/esnext.typed-array.to-sorted":["esnext.typed-array.to-sorted"],"core-js/modules/esnext.typed-array.to-spliced":["esnext.typed-array.to-spliced"],"core-js/modules/esnext.typed-array.unique-by":["esnext.typed-array.unique-by"],"core-js/modules/esnext.typed-array.with":["esnext.typed-array.with"],"core-js/modules/esnext.uint8-array.from-base64":["esnext.uint8-array.from-base64"],"core-js/modules/esnext.uint8-array.from-hex":["esnext.uint8-array.from-hex"],"core-js/modules/esnext.uint8-array.set-from-base64":["esnext.uint8-array.set-from-base64"],"core-js/modules/esnext.uint8-array.set-from-hex":["esnext.uint8-array.set-from-hex"],"core-js/modules/esnext.uint8-array.to-base64":["esnext.uint8-array.to-base64"],"core-js/modules/esnext.uint8-array.to-hex":["esnext.uint8-array.to-hex"],"core-js/modules/esnext.weak-map.delete-all":["esnext.weak-map.delete-all"],"core-js/modules/esnext.weak-map.emplace":["esnext.weak-map.emplace"],"core-js/modules/esnext.weak-map.from":["esnext.weak-map.from"],"core-js/modules/esnext.weak-map.get-or-insert":["esnext.weak-map.get-or-insert"],"core-js/modules/esnext.weak-map.get-or-insert-computed":["esnext.weak-map.get-or-insert-computed"],"core-js/modules/esnext.weak-map.of":["esnext.weak-map.of"],"core-js/modules/esnext.weak-map.upsert":["esnext.weak-map.upsert"],"core-js/modules/esnext.weak-set.add-all":["esnext.weak-set.add-all"],"core-js/modules/esnext.weak-set.delete-all":["esnext.weak-set.delete-all"],"core-js/modules/esnext.weak-set.from":["esnext.weak-set.from"],"core-js/modules/esnext.weak-set.of":["esnext.weak-set.of"],"core-js/modules/web.atob":["web.atob"],"core-js/modules/web.btoa":["web.btoa"],"core-js/modules/web.clear-immediate":["web.clear-immediate"],"core-js/modules/web.dom-collections.for-each":["web.dom-collections.for-each"],"core-js/modules/web.dom-collections.iterator":["web.dom-collections.iterator"],"core-js/modules/web.dom-exception.constructor":["web.dom-exception.constructor"],"core-js/modules/web.dom-exception.stack":["web.dom-exception.stack"],"core-js/modules/web.dom-exception.to-string-tag":["web.dom-exception.to-string-tag"],"core-js/modules/web.immediate":["web.immediate"],"core-js/modules/web.queue-microtask":["web.queue-microtask"],"core-js/modules/web.self":["web.self"],"core-js/modules/web.set-immediate":["web.set-immediate"],"core-js/modules/web.set-interval":["web.set-interval"],"core-js/modules/web.set-timeout":["web.set-timeout"],"core-js/modules/web.structured-clone":["web.structured-clone"],"core-js/modules/web.timers":["web.timers"],"core-js/modules/web.url":["web.url"],"core-js/modules/web.url-search-params":["web.url-search-params"],"core-js/modules/web.url-search-params.constructor":["web.url-search-params.constructor"],"core-js/modules/web.url-search-params.delete":["web.url-search-params.delete"],"core-js/modules/web.url-search-params.has":["web.url-search-params.has"],"core-js/modules/web.url-search-params.size":["web.url-search-params.size"],"core-js/modules/web.url.can-parse":["web.url.can-parse"],"core-js/modules/web.url.constructor":["web.url.constructor"],"core-js/modules/web.url.parse":["web.url.parse"],"core-js/modules/web.url.to-json":["web.url.to-json"],"core-js/proposals":["es.map","es.string.at-alternative","esnext.aggregate-error","esnext.suppressed-error.constructor","esnext.array.from-async","esnext.array.at","esnext.array.filter-out","esnext.array.filter-reject","esnext.array.find-last","esnext.array.find-last-index","esnext.array.group","esnext.array.group-by","esnext.array.group-by-to-map","esnext.array.group-to-map","esnext.array.is-template-object","esnext.array.last-index","esnext.array.last-item","esnext.array.to-reversed","esnext.array.to-sorted","esnext.array.to-spliced","esnext.array.unique-by","esnext.array.with","esnext.array-buffer.detached","esnext.array-buffer.transfer","esnext.array-buffer.transfer-to-fixed-length","esnext.async-disposable-stack.constructor","esnext.async-iterator.constructor","esnext.async-iterator.as-indexed-pairs","esnext.async-iterator.async-dispose","esnext.async-iterator.drop","esnext.async-iterator.every","esnext.async-iterator.filter","esnext.async-iterator.find","esnext.async-iterator.flat-map","esnext.async-iterator.for-each","esnext.async-iterator.from","esnext.async-iterator.indexed","esnext.async-iterator.map","esnext.async-iterator.reduce","esnext.async-iterator.some","esnext.async-iterator.take","esnext.async-iterator.to-array","esnext.bigint.range","esnext.composite-key","esnext.composite-symbol","esnext.data-view.get-float16","esnext.data-view.get-uint8-clamped","esnext.data-view.set-float16","esnext.data-view.set-uint8-clamped","esnext.disposable-stack.constructor","esnext.error.is-error","esnext.function.demethodize","esnext.function.is-callable","esnext.function.is-constructor","esnext.function.metadata","esnext.function.un-this","esnext.global-this","esnext.iterator.constructor","esnext.iterator.as-indexed-pairs","esnext.iterator.concat","esnext.iterator.dispose","esnext.iterator.drop","esnext.iterator.every","esnext.iterator.filter","esnext.iterator.find","esnext.iterator.flat-map","esnext.iterator.for-each","esnext.iterator.from","esnext.iterator.indexed","esnext.iterator.map","esnext.iterator.range","esnext.iterator.reduce","esnext.iterator.some","esnext.iterator.take","esnext.iterator.to-array","esnext.iterator.to-async","esnext.json.is-raw-json","esnext.json.parse","esnext.json.raw-json","esnext.map.delete-all","esnext.map.emplace","esnext.map.every","esnext.map.filter","esnext.map.find","esnext.map.find-key","esnext.map.from","esnext.map.get-or-insert","esnext.map.get-or-insert-computed","esnext.map.group-by","esnext.map.includes","esnext.map.key-by","esnext.map.key-of","esnext.map.map-keys","esnext.map.map-values","esnext.map.merge","esnext.map.of","esnext.map.reduce","esnext.map.some","esnext.map.update","esnext.map.update-or-insert","esnext.map.upsert","esnext.math.clamp","esnext.math.deg-per-rad","esnext.math.degrees","esnext.math.fscale","esnext.math.f16round","esnext.math.iaddh","esnext.math.imulh","esnext.math.isubh","esnext.math.rad-per-deg","esnext.math.radians","esnext.math.scale","esnext.math.seeded-prng","esnext.math.signbit","esnext.math.sum-precise","esnext.math.umulh","esnext.number.from-string","esnext.number.range","esnext.object.has-own","esnext.object.iterate-entries","esnext.object.iterate-keys","esnext.object.iterate-values","esnext.object.group-by","esnext.observable","esnext.promise.all-settled","esnext.promise.any","esnext.promise.try","esnext.promise.with-resolvers","esnext.reflect.define-metadata","esnext.reflect.delete-metadata","esnext.reflect.get-metadata","esnext.reflect.get-metadata-keys","esnext.reflect.get-own-metadata","esnext.reflect.get-own-metadata-keys","esnext.reflect.has-metadata","esnext.reflect.has-own-metadata","esnext.reflect.metadata","esnext.regexp.escape","esnext.set.add-all","esnext.set.delete-all","esnext.set.difference.v2","esnext.set.difference","esnext.set.every","esnext.set.filter","esnext.set.find","esnext.set.from","esnext.set.intersection.v2","esnext.set.intersection","esnext.set.is-disjoint-from.v2","esnext.set.is-disjoint-from","esnext.set.is-subset-of.v2","esnext.set.is-subset-of","esnext.set.is-superset-of.v2","esnext.set.is-superset-of","esnext.set.join","esnext.set.map","esnext.set.of","esnext.set.reduce","esnext.set.some","esnext.set.symmetric-difference.v2","esnext.set.symmetric-difference","esnext.set.union.v2","esnext.set.union","esnext.string.at","esnext.string.cooked","esnext.string.code-points","esnext.string.dedent","esnext.string.is-well-formed","esnext.string.match-all","esnext.string.replace-all","esnext.string.to-well-formed","esnext.symbol.async-dispose","esnext.symbol.custom-matcher","esnext.symbol.dispose","esnext.symbol.is-registered-symbol","esnext.symbol.is-registered","esnext.symbol.is-well-known-symbol","esnext.symbol.is-well-known","esnext.symbol.matcher","esnext.symbol.metadata","esnext.symbol.metadata-key","esnext.symbol.observable","esnext.symbol.pattern-match","esnext.symbol.replace-all","esnext.typed-array.from-async","esnext.typed-array.at","esnext.typed-array.filter-out","esnext.typed-array.filter-reject","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.group-by","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.unique-by","esnext.typed-array.with","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex","esnext.weak-map.delete-all","esnext.weak-map.from","esnext.weak-map.of","esnext.weak-map.emplace","esnext.weak-map.get-or-insert","esnext.weak-map.get-or-insert-computed","esnext.weak-map.upsert","esnext.weak-set.add-all","esnext.weak-set.delete-all","esnext.weak-set.from","esnext.weak-set.of","web.url","web.url.can-parse","web.url.parse","web.url.to-json","web.url-search-params","web.url-search-params.delete","web.url-search-params.has","web.url-search-params.size"],"core-js/proposals/accessible-object-hasownproperty":["esnext.object.has-own"],"core-js/proposals/array-buffer-base64":["esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex"],"core-js/proposals/array-buffer-transfer":["esnext.array-buffer.detached","esnext.array-buffer.transfer","esnext.array-buffer.transfer-to-fixed-length"],"core-js/proposals/array-filtering":["esnext.array.filter-out","esnext.array.filter-reject","esnext.typed-array.filter-out","esnext.typed-array.filter-reject"],"core-js/proposals/array-filtering-stage-1":["esnext.array.filter-reject","esnext.typed-array.filter-reject"],"core-js/proposals/array-find-from-last":["esnext.array.find-last","esnext.array.find-last-index","esnext.typed-array.find-last","esnext.typed-array.find-last-index"],"core-js/proposals/array-flat-map":["es.array.flat","es.array.flat-map","es.array.unscopables.flat","es.array.unscopables.flat-map"],"core-js/proposals/array-from-async":["esnext.array.from-async","esnext.typed-array.from-async"],"core-js/proposals/array-from-async-stage-2":["esnext.array.from-async"],"core-js/proposals/array-grouping":["esnext.array.group-by","esnext.array.group-by-to-map","esnext.typed-array.group-by"],"core-js/proposals/array-grouping-stage-3":["esnext.array.group-by","esnext.array.group-by-to-map"],"core-js/proposals/array-grouping-stage-3-2":["esnext.array.group","esnext.array.group-to-map"],"core-js/proposals/array-grouping-v2":["esnext.map.group-by","esnext.object.group-by"],"core-js/proposals/array-includes":["es.array.includes","es.typed-array.includes"],"core-js/proposals/array-is-template-object":["esnext.array.is-template-object"],"core-js/proposals/array-last":["esnext.array.last-index","esnext.array.last-item"],"core-js/proposals/array-unique":["es.map","esnext.array.unique-by","esnext.typed-array.unique-by"],"core-js/proposals/async-explicit-resource-management":["esnext.suppressed-error.constructor","esnext.async-disposable-stack.constructor","esnext.async-iterator.async-dispose","esnext.symbol.async-dispose"],"core-js/proposals/async-iteration":["es.symbol.async-iterator"],"core-js/proposals/async-iterator-helpers":["esnext.async-iterator.constructor","esnext.async-iterator.drop","esnext.async-iterator.every","esnext.async-iterator.filter","esnext.async-iterator.find","esnext.async-iterator.flat-map","esnext.async-iterator.for-each","esnext.async-iterator.from","esnext.async-iterator.map","esnext.async-iterator.reduce","esnext.async-iterator.some","esnext.async-iterator.take","esnext.async-iterator.to-array","esnext.iterator.to-async"],"core-js/proposals/change-array-by-copy":["esnext.array.to-reversed","esnext.array.to-sorted","esnext.array.to-spliced","esnext.array.with","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.with"],"core-js/proposals/change-array-by-copy-stage-4":["esnext.array.to-reversed","esnext.array.to-sorted","esnext.array.to-spliced","esnext.array.with","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.with"],"core-js/proposals/collection-methods":["esnext.map.delete-all","esnext.map.every","esnext.map.filter","esnext.map.find","esnext.map.find-key","esnext.map.group-by","esnext.map.includes","esnext.map.key-by","esnext.map.key-of","esnext.map.map-keys","esnext.map.map-values","esnext.map.merge","esnext.map.reduce","esnext.map.some","esnext.map.update","esnext.set.add-all","esnext.set.delete-all","esnext.set.every","esnext.set.filter","esnext.set.find","esnext.set.join","esnext.set.map","esnext.set.reduce","esnext.set.some","esnext.weak-map.delete-all","esnext.weak-set.add-all","esnext.weak-set.delete-all"],"core-js/proposals/collection-of-from":["esnext.map.from","esnext.map.of","esnext.set.from","esnext.set.of","esnext.weak-map.from","esnext.weak-map.of","esnext.weak-set.from","esnext.weak-set.of"],"core-js/proposals/data-view-get-set-uint8-clamped":["esnext.data-view.get-uint8-clamped","esnext.data-view.set-uint8-clamped"],"core-js/proposals/decorator-metadata":["esnext.symbol.metadata-key"],"core-js/proposals/decorator-metadata-v2":["esnext.function.metadata","esnext.symbol.metadata"],"core-js/proposals/decorators":["esnext.symbol.metadata"],"core-js/proposals/efficient-64-bit-arithmetic":["esnext.math.iaddh","esnext.math.imulh","esnext.math.isubh","esnext.math.umulh"],"core-js/proposals/error-cause":["es.error.cause","es.aggregate-error.cause"],"core-js/proposals/explicit-resource-management":["esnext.suppressed-error.constructor","esnext.async-disposable-stack.constructor","esnext.async-iterator.async-dispose","esnext.disposable-stack.constructor","esnext.iterator.dispose","esnext.symbol.async-dispose","esnext.symbol.dispose"],"core-js/proposals/extractors":["esnext.symbol.custom-matcher"],"core-js/proposals/float16":["esnext.data-view.get-float16","esnext.data-view.set-float16","esnext.math.f16round"],"core-js/proposals/function-demethodize":["esnext.function.demethodize"],"core-js/proposals/function-is-callable-is-constructor":["esnext.function.is-callable","esnext.function.is-constructor"],"core-js/proposals/function-un-this":["esnext.function.un-this"],"core-js/proposals/global-this":["esnext.global-this"],"core-js/proposals/is-error":["esnext.error.is-error"],"core-js/proposals/iterator-helpers":["esnext.async-iterator.constructor","esnext.async-iterator.as-indexed-pairs","esnext.async-iterator.drop","esnext.async-iterator.every","esnext.async-iterator.filter","esnext.async-iterator.find","esnext.async-iterator.flat-map","esnext.async-iterator.for-each","esnext.async-iterator.from","esnext.async-iterator.indexed","esnext.async-iterator.map","esnext.async-iterator.reduce","esnext.async-iterator.some","esnext.async-iterator.take","esnext.async-iterator.to-array","esnext.iterator.constructor","esnext.iterator.as-indexed-pairs","esnext.iterator.drop","esnext.iterator.every","esnext.iterator.filter","esnext.iterator.find","esnext.iterator.flat-map","esnext.iterator.for-each","esnext.iterator.from","esnext.iterator.indexed","esnext.iterator.map","esnext.iterator.reduce","esnext.iterator.some","esnext.iterator.take","esnext.iterator.to-array","esnext.iterator.to-async"],"core-js/proposals/iterator-helpers-stage-3":["esnext.async-iterator.constructor","esnext.async-iterator.drop","esnext.async-iterator.every","esnext.async-iterator.filter","esnext.async-iterator.find","esnext.async-iterator.flat-map","esnext.async-iterator.for-each","esnext.async-iterator.from","esnext.async-iterator.map","esnext.async-iterator.reduce","esnext.async-iterator.some","esnext.async-iterator.take","esnext.async-iterator.to-array","esnext.iterator.constructor","esnext.iterator.drop","esnext.iterator.every","esnext.iterator.filter","esnext.iterator.find","esnext.iterator.flat-map","esnext.iterator.for-each","esnext.iterator.from","esnext.iterator.map","esnext.iterator.reduce","esnext.iterator.some","esnext.iterator.take","esnext.iterator.to-array","esnext.iterator.to-async"],"core-js/proposals/iterator-helpers-stage-3-2":["esnext.iterator.constructor","esnext.iterator.drop","esnext.iterator.every","esnext.iterator.filter","esnext.iterator.find","esnext.iterator.flat-map","esnext.iterator.for-each","esnext.iterator.from","esnext.iterator.map","esnext.iterator.reduce","esnext.iterator.some","esnext.iterator.take","esnext.iterator.to-array"],"core-js/proposals/iterator-range":["esnext.iterator.constructor","esnext.iterator.range"],"core-js/proposals/iterator-sequencing":["esnext.iterator.concat"],"core-js/proposals/json-parse-with-source":["esnext.json.is-raw-json","esnext.json.parse","esnext.json.raw-json"],"core-js/proposals/keys-composition":["esnext.composite-key","esnext.composite-symbol"],"core-js/proposals/map-update-or-insert":["esnext.map.emplace","esnext.map.update-or-insert","esnext.map.upsert","esnext.weak-map.emplace","esnext.weak-map.upsert"],"core-js/proposals/map-upsert":["esnext.map.emplace","esnext.map.update-or-insert","esnext.map.upsert","esnext.weak-map.emplace","esnext.weak-map.upsert"],"core-js/proposals/map-upsert-stage-2":["esnext.map.emplace","esnext.weak-map.emplace"],"core-js/proposals/map-upsert-v4":["esnext.map.get-or-insert","esnext.map.get-or-insert-computed","esnext.weak-map.get-or-insert","esnext.weak-map.get-or-insert-computed"],"core-js/proposals/math-clamp":["esnext.math.clamp"],"core-js/proposals/math-extensions":["esnext.math.clamp","esnext.math.deg-per-rad","esnext.math.degrees","esnext.math.fscale","esnext.math.rad-per-deg","esnext.math.radians","esnext.math.scale"],"core-js/proposals/math-signbit":["esnext.math.signbit"],"core-js/proposals/math-sum":["esnext.math.sum-precise"],"core-js/proposals/number-from-string":["esnext.number.from-string"],"core-js/proposals/number-range":["esnext.bigint.range","esnext.number.range"],"core-js/proposals/object-from-entries":["es.object.from-entries"],"core-js/proposals/object-getownpropertydescriptors":["es.object.get-own-property-descriptors"],"core-js/proposals/object-iteration":["esnext.object.iterate-entries","esnext.object.iterate-keys","esnext.object.iterate-values"],"core-js/proposals/object-values-entries":["es.object.entries","es.object.values"],"core-js/proposals/observable":["esnext.observable","esnext.symbol.observable"],"core-js/proposals/pattern-matching":["esnext.symbol.matcher","esnext.symbol.pattern-match"],"core-js/proposals/pattern-matching-v2":["esnext.symbol.custom-matcher"],"core-js/proposals/promise-all-settled":["esnext.promise.all-settled"],"core-js/proposals/promise-any":["esnext.aggregate-error","esnext.promise.any"],"core-js/proposals/promise-finally":["es.promise.finally"],"core-js/proposals/promise-try":["esnext.promise.try"],"core-js/proposals/promise-with-resolvers":["esnext.promise.with-resolvers"],"core-js/proposals/reflect-metadata":["esnext.reflect.define-metadata","esnext.reflect.delete-metadata","esnext.reflect.get-metadata","esnext.reflect.get-metadata-keys","esnext.reflect.get-own-metadata","esnext.reflect.get-own-metadata-keys","esnext.reflect.has-metadata","esnext.reflect.has-own-metadata","esnext.reflect.metadata"],"core-js/proposals/regexp-dotall-flag":["es.regexp.constructor","es.regexp.dot-all","es.regexp.exec","es.regexp.flags"],"core-js/proposals/regexp-escaping":["esnext.regexp.escape"],"core-js/proposals/regexp-named-groups":["es.regexp.constructor","es.regexp.exec","es.string.replace"],"core-js/proposals/relative-indexing-method":["es.string.at-alternative","esnext.array.at","esnext.typed-array.at"],"core-js/proposals/seeded-random":["esnext.math.seeded-prng"],"core-js/proposals/set-methods":["esnext.set.difference.v2","esnext.set.difference","esnext.set.intersection.v2","esnext.set.intersection","esnext.set.is-disjoint-from.v2","esnext.set.is-disjoint-from","esnext.set.is-subset-of.v2","esnext.set.is-subset-of","esnext.set.is-superset-of.v2","esnext.set.is-superset-of","esnext.set.symmetric-difference.v2","esnext.set.symmetric-difference","esnext.set.union.v2","esnext.set.union"],"core-js/proposals/set-methods-v2":["esnext.set.difference.v2","esnext.set.intersection.v2","esnext.set.is-disjoint-from.v2","esnext.set.is-subset-of.v2","esnext.set.is-superset-of.v2","esnext.set.symmetric-difference.v2","esnext.set.union.v2"],"core-js/proposals/string-at":["esnext.string.at"],"core-js/proposals/string-code-points":["esnext.string.code-points"],"core-js/proposals/string-cooked":["esnext.string.cooked"],"core-js/proposals/string-dedent":["esnext.string.dedent"],"core-js/proposals/string-left-right-trim":["es.string.trim-end","es.string.trim-start"],"core-js/proposals/string-match-all":["esnext.string.match-all"],"core-js/proposals/string-padding":["es.string.pad-end","es.string.pad-start"],"core-js/proposals/string-replace-all":["esnext.string.replace-all","esnext.symbol.replace-all"],"core-js/proposals/string-replace-all-stage-4":["esnext.string.replace-all"],"core-js/proposals/symbol-description":["es.symbol.description"],"core-js/proposals/symbol-predicates":["esnext.symbol.is-registered","esnext.symbol.is-well-known"],"core-js/proposals/symbol-predicates-v2":["esnext.symbol.is-registered-symbol","esnext.symbol.is-well-known-symbol"],"core-js/proposals/url":["web.url","web.url.can-parse","web.url.parse","web.url.to-json","web.url-search-params","web.url-search-params.delete","web.url-search-params.has","web.url-search-params.size"],"core-js/proposals/using-statement":["esnext.symbol.async-dispose","esnext.symbol.dispose"],"core-js/proposals/well-formed-stringify":["es.json.stringify"],"core-js/proposals/well-formed-unicode-strings":["esnext.string.is-well-formed","esnext.string.to-well-formed"],"core-js/stable":["es.symbol","es.symbol.description","es.symbol.async-iterator","es.symbol.has-instance","es.symbol.is-concat-spreadable","es.symbol.iterator","es.symbol.match","es.symbol.match-all","es.symbol.replace","es.symbol.search","es.symbol.species","es.symbol.split","es.symbol.to-primitive","es.symbol.to-string-tag","es.symbol.unscopables","es.error.cause","es.error.to-string","es.aggregate-error","es.aggregate-error.cause","es.array.at","es.array.concat","es.array.copy-within","es.array.every","es.array.fill","es.array.filter","es.array.find","es.array.find-index","es.array.find-last","es.array.find-last-index","es.array.flat","es.array.flat-map","es.array.for-each","es.array.from","es.array.includes","es.array.index-of","es.array.is-array","es.array.iterator","es.array.join","es.array.last-index-of","es.array.map","es.array.of","es.array.push","es.array.reduce","es.array.reduce-right","es.array.reverse","es.array.slice","es.array.some","es.array.sort","es.array.species","es.array.splice","es.array.to-reversed","es.array.to-sorted","es.array.to-spliced","es.array.unscopables.flat","es.array.unscopables.flat-map","es.array.unshift","es.array.with","es.array-buffer.constructor","es.array-buffer.is-view","es.array-buffer.slice","es.data-view","es.data-view.get-float16","es.data-view.set-float16","es.array-buffer.detached","es.array-buffer.transfer","es.array-buffer.transfer-to-fixed-length","es.date.get-year","es.date.now","es.date.set-year","es.date.to-gmt-string","es.date.to-iso-string","es.date.to-json","es.date.to-primitive","es.date.to-string","es.escape","es.function.bind","es.function.has-instance","es.function.name","es.global-this","es.iterator.constructor","es.iterator.drop","es.iterator.every","es.iterator.filter","es.iterator.find","es.iterator.flat-map","es.iterator.for-each","es.iterator.from","es.iterator.map","es.iterator.reduce","es.iterator.some","es.iterator.take","es.iterator.to-array","es.json.stringify","es.json.to-string-tag","es.map","es.map.group-by","es.math.acosh","es.math.asinh","es.math.atanh","es.math.cbrt","es.math.clz32","es.math.cosh","es.math.expm1","es.math.fround","es.math.f16round","es.math.hypot","es.math.imul","es.math.log10","es.math.log1p","es.math.log2","es.math.sign","es.math.sinh","es.math.tanh","es.math.to-string-tag","es.math.trunc","es.number.constructor","es.number.epsilon","es.number.is-finite","es.number.is-integer","es.number.is-nan","es.number.is-safe-integer","es.number.max-safe-integer","es.number.min-safe-integer","es.number.parse-float","es.number.parse-int","es.number.to-exponential","es.number.to-fixed","es.number.to-precision","es.object.assign","es.object.create","es.object.define-getter","es.object.define-properties","es.object.define-property","es.object.define-setter","es.object.entries","es.object.freeze","es.object.from-entries","es.object.get-own-property-descriptor","es.object.get-own-property-descriptors","es.object.get-own-property-names","es.object.get-prototype-of","es.object.group-by","es.object.has-own","es.object.is","es.object.is-extensible","es.object.is-frozen","es.object.is-sealed","es.object.keys","es.object.lookup-getter","es.object.lookup-setter","es.object.prevent-extensions","es.object.proto","es.object.seal","es.object.set-prototype-of","es.object.to-string","es.object.values","es.parse-float","es.parse-int","es.promise","es.promise.all-settled","es.promise.any","es.promise.finally","es.promise.try","es.promise.with-resolvers","es.reflect.apply","es.reflect.construct","es.reflect.define-property","es.reflect.delete-property","es.reflect.get","es.reflect.get-own-property-descriptor","es.reflect.get-prototype-of","es.reflect.has","es.reflect.is-extensible","es.reflect.own-keys","es.reflect.prevent-extensions","es.reflect.set","es.reflect.set-prototype-of","es.reflect.to-string-tag","es.regexp.constructor","es.regexp.escape","es.regexp.dot-all","es.regexp.exec","es.regexp.flags","es.regexp.sticky","es.regexp.test","es.regexp.to-string","es.set","es.set.difference.v2","es.set.intersection.v2","es.set.is-disjoint-from.v2","es.set.is-subset-of.v2","es.set.is-superset-of.v2","es.set.symmetric-difference.v2","es.set.union.v2","es.string.at-alternative","es.string.code-point-at","es.string.ends-with","es.string.from-code-point","es.string.includes","es.string.is-well-formed","es.string.iterator","es.string.match","es.string.match-all","es.string.pad-end","es.string.pad-start","es.string.raw","es.string.repeat","es.string.replace","es.string.replace-all","es.string.search","es.string.split","es.string.starts-with","es.string.substr","es.string.to-well-formed","es.string.trim","es.string.trim-end","es.string.trim-start","es.string.anchor","es.string.big","es.string.blink","es.string.bold","es.string.fixed","es.string.fontcolor","es.string.fontsize","es.string.italics","es.string.link","es.string.small","es.string.strike","es.string.sub","es.string.sup","es.typed-array.float32-array","es.typed-array.float64-array","es.typed-array.int8-array","es.typed-array.int16-array","es.typed-array.int32-array","es.typed-array.uint8-array","es.typed-array.uint8-clamped-array","es.typed-array.uint16-array","es.typed-array.uint32-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with","es.unescape","es.weak-map","es.weak-set","web.atob","web.btoa","web.dom-collections.for-each","web.dom-collections.iterator","web.dom-exception.constructor","web.dom-exception.stack","web.dom-exception.to-string-tag","web.immediate","web.queue-microtask","web.self","web.structured-clone","web.timers","web.url","web.url.can-parse","web.url.parse","web.url.to-json","web.url-search-params","web.url-search-params.delete","web.url-search-params.has","web.url-search-params.size"],"core-js/stable/aggregate-error":["es.error.cause","es.aggregate-error","es.aggregate-error.cause","es.array.iterator","es.string.iterator","esnext.aggregate-error","web.dom-collections.iterator"],"core-js/stable/array":["es.array.at","es.array.concat","es.array.copy-within","es.array.every","es.array.fill","es.array.filter","es.array.find","es.array.find-index","es.array.find-last","es.array.find-last-index","es.array.flat","es.array.flat-map","es.array.for-each","es.array.from","es.array.includes","es.array.index-of","es.array.is-array","es.array.iterator","es.array.join","es.array.last-index-of","es.array.map","es.array.of","es.array.push","es.array.reduce","es.array.reduce-right","es.array.reverse","es.array.slice","es.array.some","es.array.sort","es.array.species","es.array.splice","es.array.to-reversed","es.array.to-sorted","es.array.to-spliced","es.array.unscopables.flat","es.array.unscopables.flat-map","es.array.unshift","es.array.with","es.object.to-string","es.string.iterator"],"core-js/stable/array-buffer":["es.array-buffer.constructor","es.array-buffer.is-view","es.array-buffer.slice","es.data-view","es.array-buffer.detached","es.array-buffer.transfer","es.array-buffer.transfer-to-fixed-length","es.object.to-string"],"core-js/stable/array-buffer/constructor":["es.array-buffer.constructor","es.array-buffer.slice","es.array-buffer.detached","es.array-buffer.transfer","es.array-buffer.transfer-to-fixed-length","es.object.to-string"],"core-js/stable/array-buffer/detached":["es.array-buffer.constructor","es.array-buffer.slice","es.array-buffer.detached"],"core-js/stable/array-buffer/is-view":["es.array-buffer.is-view"],"core-js/stable/array-buffer/slice":["es.array-buffer.slice"],"core-js/stable/array-buffer/transfer":["es.array-buffer.constructor","es.array-buffer.slice","es.data-view","es.array-buffer.transfer"],"core-js/stable/array-buffer/transfer-to-fixed-length":["es.array-buffer.constructor","es.array-buffer.slice","es.data-view","es.array-buffer.transfer-to-fixed-length"],"core-js/stable/array/at":["es.array.at"],"core-js/stable/array/concat":["es.array.concat"],"core-js/stable/array/copy-within":["es.array.copy-within"],"core-js/stable/array/entries":["es.array.iterator","es.object.to-string"],"core-js/stable/array/every":["es.array.every"],"core-js/stable/array/fill":["es.array.fill"],"core-js/stable/array/filter":["es.array.filter"],"core-js/stable/array/find":["es.array.find"],"core-js/stable/array/find-index":["es.array.find-index"],"core-js/stable/array/find-last":["es.array.find-last"],"core-js/stable/array/find-last-index":["es.array.find-last-index"],"core-js/stable/array/flat":["es.array.flat","es.array.unscopables.flat"],"core-js/stable/array/flat-map":["es.array.flat-map","es.array.unscopables.flat-map"],"core-js/stable/array/for-each":["es.array.for-each"],"core-js/stable/array/from":["es.array.from","es.string.iterator"],"core-js/stable/array/includes":["es.array.includes"],"core-js/stable/array/index-of":["es.array.index-of"],"core-js/stable/array/is-array":["es.array.is-array"],"core-js/stable/array/iterator":["es.array.iterator","es.object.to-string"],"core-js/stable/array/join":["es.array.join"],"core-js/stable/array/keys":["es.array.iterator","es.object.to-string"],"core-js/stable/array/last-index-of":["es.array.last-index-of"],"core-js/stable/array/map":["es.array.map"],"core-js/stable/array/of":["es.array.of"],"core-js/stable/array/push":["es.array.push"],"core-js/stable/array/reduce":["es.array.reduce"],"core-js/stable/array/reduce-right":["es.array.reduce-right"],"core-js/stable/array/reverse":["es.array.reverse"],"core-js/stable/array/slice":["es.array.slice"],"core-js/stable/array/some":["es.array.some"],"core-js/stable/array/sort":["es.array.sort"],"core-js/stable/array/splice":["es.array.splice"],"core-js/stable/array/to-reversed":["es.array.to-reversed"],"core-js/stable/array/to-sorted":["es.array.sort","es.array.to-sorted"],"core-js/stable/array/to-spliced":["es.array.to-spliced"],"core-js/stable/array/unshift":["es.array.unshift"],"core-js/stable/array/values":["es.array.iterator","es.object.to-string"],"core-js/stable/array/virtual":["es.array.at","es.array.concat","es.array.copy-within","es.array.every","es.array.fill","es.array.filter","es.array.find","es.array.find-index","es.array.find-last","es.array.find-last-index","es.array.flat","es.array.flat-map","es.array.for-each","es.array.includes","es.array.index-of","es.array.iterator","es.array.join","es.array.last-index-of","es.array.map","es.array.push","es.array.reduce","es.array.reduce-right","es.array.reverse","es.array.slice","es.array.some","es.array.sort","es.array.species","es.array.splice","es.array.to-reversed","es.array.to-sorted","es.array.to-spliced","es.array.unscopables.flat","es.array.unscopables.flat-map","es.array.unshift","es.array.with","es.object.to-string"],"core-js/stable/array/virtual/at":["es.array.at"],"core-js/stable/array/virtual/concat":["es.array.concat"],"core-js/stable/array/virtual/copy-within":["es.array.copy-within"],"core-js/stable/array/virtual/entries":["es.array.iterator","es.object.to-string"],"core-js/stable/array/virtual/every":["es.array.every"],"core-js/stable/array/virtual/fill":["es.array.fill"],"core-js/stable/array/virtual/filter":["es.array.filter"],"core-js/stable/array/virtual/find":["es.array.find"],"core-js/stable/array/virtual/find-index":["es.array.find-index"],"core-js/stable/array/virtual/find-last":["es.array.find-last"],"core-js/stable/array/virtual/find-last-index":["es.array.find-last-index"],"core-js/stable/array/virtual/flat":["es.array.flat","es.array.unscopables.flat"],"core-js/stable/array/virtual/flat-map":["es.array.flat-map","es.array.unscopables.flat-map"],"core-js/stable/array/virtual/for-each":["es.array.for-each"],"core-js/stable/array/virtual/includes":["es.array.includes"],"core-js/stable/array/virtual/index-of":["es.array.index-of"],"core-js/stable/array/virtual/iterator":["es.array.iterator","es.object.to-string"],"core-js/stable/array/virtual/join":["es.array.join"],"core-js/stable/array/virtual/keys":["es.array.iterator","es.object.to-string"],"core-js/stable/array/virtual/last-index-of":["es.array.last-index-of"],"core-js/stable/array/virtual/map":["es.array.map"],"core-js/stable/array/virtual/push":["es.array.push"],"core-js/stable/array/virtual/reduce":["es.array.reduce"],"core-js/stable/array/virtual/reduce-right":["es.array.reduce-right"],"core-js/stable/array/virtual/reverse":["es.array.reverse"],"core-js/stable/array/virtual/slice":["es.array.slice"],"core-js/stable/array/virtual/some":["es.array.some"],"core-js/stable/array/virtual/sort":["es.array.sort"],"core-js/stable/array/virtual/splice":["es.array.splice"],"core-js/stable/array/virtual/to-reversed":["es.array.to-reversed"],"core-js/stable/array/virtual/to-sorted":["es.array.sort","es.array.to-sorted"],"core-js/stable/array/virtual/to-spliced":["es.array.to-spliced"],"core-js/stable/array/virtual/unshift":["es.array.unshift"],"core-js/stable/array/virtual/values":["es.array.iterator","es.object.to-string"],"core-js/stable/array/virtual/with":["es.array.with"],"core-js/stable/array/with":["es.array.with"],"core-js/stable/atob":["es.error.to-string","es.object.to-string","web.atob","web.dom-exception.constructor","web.dom-exception.stack","web.dom-exception.to-string-tag"],"core-js/stable/btoa":["es.error.to-string","es.object.to-string","web.btoa","web.dom-exception.constructor","web.dom-exception.stack","web.dom-exception.to-string-tag"],"core-js/stable/clear-immediate":["web.immediate"],"core-js/stable/data-view":["es.array-buffer.constructor","es.array-buffer.slice","es.data-view","es.data-view.get-float16","es.data-view.set-float16","es.object.to-string"],"core-js/stable/data-view/get-float16":["es.data-view.get-float16"],"core-js/stable/data-view/set-float16":["es.data-view.set-float16"],"core-js/stable/date":["es.date.get-year","es.date.now","es.date.set-year","es.date.to-gmt-string","es.date.to-iso-string","es.date.to-json","es.date.to-primitive","es.date.to-string"],"core-js/stable/date/get-year":["es.date.get-year"],"core-js/stable/date/now":["es.date.now"],"core-js/stable/date/set-year":["es.date.set-year"],"core-js/stable/date/to-gmt-string":["es.date.to-gmt-string"],"core-js/stable/date/to-iso-string":["es.date.to-iso-string","es.date.to-json"],"core-js/stable/date/to-json":["es.date.to-json"],"core-js/stable/date/to-primitive":["es.date.to-primitive"],"core-js/stable/date/to-string":["es.date.to-string"],"core-js/stable/dom-collections":["es.array.iterator","es.object.to-string","web.dom-collections.for-each","web.dom-collections.iterator"],"core-js/stable/dom-collections/for-each":["web.dom-collections.for-each"],"core-js/stable/dom-collections/iterator":["es.object.to-string","web.dom-collections.iterator"],"core-js/stable/dom-exception":["es.error.to-string","web.dom-exception.constructor","web.dom-exception.stack","web.dom-exception.to-string-tag"],"core-js/stable/dom-exception/constructor":["es.error.to-string","web.dom-exception.constructor","web.dom-exception.stack"],"core-js/stable/dom-exception/to-string-tag":["web.dom-exception.to-string-tag"],"core-js/stable/error":["es.error.cause","es.error.to-string"],"core-js/stable/error/constructor":["es.error.cause"],"core-js/stable/error/to-string":["es.error.to-string"],"core-js/stable/escape":["es.escape"],"core-js/stable/function":["es.function.bind","es.function.has-instance","es.function.name"],"core-js/stable/function/bind":["es.function.bind"],"core-js/stable/function/has-instance":["es.function.has-instance"],"core-js/stable/function/name":["es.function.name"],"core-js/stable/function/virtual":["es.function.bind"],"core-js/stable/function/virtual/bind":["es.function.bind"],"core-js/stable/get-iterator":["es.array.iterator","es.string.iterator","web.dom-collections.iterator"],"core-js/stable/get-iterator-method":["es.array.iterator","es.string.iterator","web.dom-collections.iterator"],"core-js/stable/global-this":["es.global-this"],"core-js/stable/instance/at":["es.array.at","es.string.at-alternative"],"core-js/stable/instance/bind":["es.function.bind"],"core-js/stable/instance/code-point-at":["es.string.code-point-at"],"core-js/stable/instance/concat":["es.array.concat"],"core-js/stable/instance/copy-within":["es.array.copy-within"],"core-js/stable/instance/ends-with":["es.string.ends-with"],"core-js/stable/instance/entries":["es.array.iterator","es.object.to-string","web.dom-collections.iterator"],"core-js/stable/instance/every":["es.array.every"],"core-js/stable/instance/fill":["es.array.fill"],"core-js/stable/instance/filter":["es.array.filter"],"core-js/stable/instance/find":["es.array.find"],"core-js/stable/instance/find-index":["es.array.find-index"],"core-js/stable/instance/find-last":["es.array.find-last"],"core-js/stable/instance/find-last-index":["es.array.find-last-index"],"core-js/stable/instance/flags":["es.regexp.flags"],"core-js/stable/instance/flat":["es.array.flat","es.array.unscopables.flat"],"core-js/stable/instance/flat-map":["es.array.flat-map","es.array.unscopables.flat-map"],"core-js/stable/instance/for-each":["es.array.for-each","web.dom-collections.for-each"],"core-js/stable/instance/includes":["es.array.includes","es.string.includes"],"core-js/stable/instance/index-of":["es.array.index-of"],"core-js/stable/instance/is-well-formed":["es.string.is-well-formed"],"core-js/stable/instance/keys":["es.array.iterator","es.object.to-string","web.dom-collections.iterator"],"core-js/stable/instance/last-index-of":["es.array.last-index-of"],"core-js/stable/instance/map":["es.array.map"],"core-js/stable/instance/match-all":["es.object.to-string","es.regexp.exec","es.string.match-all"],"core-js/stable/instance/pad-end":["es.string.pad-end"],"core-js/stable/instance/pad-start":["es.string.pad-start"],"core-js/stable/instance/push":["es.array.push"],"core-js/stable/instance/reduce":["es.array.reduce"],"core-js/stable/instance/reduce-right":["es.array.reduce-right"],"core-js/stable/instance/repeat":["es.string.repeat"],"core-js/stable/instance/replace-all":["es.regexp.exec","es.string.replace","es.string.replace-all"],"core-js/stable/instance/reverse":["es.array.reverse"],"core-js/stable/instance/slice":["es.array.slice"],"core-js/stable/instance/some":["es.array.some"],"core-js/stable/instance/sort":["es.array.sort"],"core-js/stable/instance/splice":["es.array.splice"],"core-js/stable/instance/starts-with":["es.string.starts-with"],"core-js/stable/instance/to-reversed":["es.array.to-reversed"],"core-js/stable/instance/to-sorted":["es.array.sort","es.array.to-sorted"],"core-js/stable/instance/to-spliced":["es.array.to-spliced"],"core-js/stable/instance/to-well-formed":["es.string.to-well-formed"],"core-js/stable/instance/trim":["es.string.trim"],"core-js/stable/instance/trim-end":["es.string.trim-end"],"core-js/stable/instance/trim-left":["es.string.trim-start"],"core-js/stable/instance/trim-right":["es.string.trim-end"],"core-js/stable/instance/trim-start":["es.string.trim-start"],"core-js/stable/instance/unshift":["es.array.unshift"],"core-js/stable/instance/values":["es.array.iterator","es.object.to-string","web.dom-collections.iterator"],"core-js/stable/instance/with":["es.array.with"],"core-js/stable/is-iterable":["es.array.iterator","es.string.iterator","web.dom-collections.iterator"],"core-js/stable/iterator":["es.array.iterator","es.iterator.constructor","es.iterator.drop","es.iterator.every","es.iterator.filter","es.iterator.find","es.iterator.flat-map","es.iterator.for-each","es.iterator.from","es.iterator.map","es.iterator.reduce","es.iterator.some","es.iterator.take","es.iterator.to-array","es.object.to-string","es.string.iterator","web.dom-collections.iterator"],"core-js/stable/iterator/drop":["es.iterator.constructor","es.iterator.drop","es.object.to-string"],"core-js/stable/iterator/every":["es.iterator.constructor","es.iterator.every","es.object.to-string"],"core-js/stable/iterator/filter":["es.iterator.constructor","es.iterator.filter","es.object.to-string"],"core-js/stable/iterator/find":["es.iterator.constructor","es.iterator.find","es.object.to-string"],"core-js/stable/iterator/flat-map":["es.iterator.constructor","es.iterator.flat-map","es.object.to-string"],"core-js/stable/iterator/for-each":["es.iterator.constructor","es.iterator.for-each","es.object.to-string"],"core-js/stable/iterator/from":["es.array.iterator","es.iterator.constructor","es.iterator.drop","es.iterator.every","es.iterator.filter","es.iterator.find","es.iterator.flat-map","es.iterator.for-each","es.iterator.from","es.iterator.map","es.iterator.reduce","es.iterator.some","es.iterator.take","es.iterator.to-array","es.object.to-string","es.string.iterator","web.dom-collections.iterator"],"core-js/stable/iterator/map":["es.iterator.constructor","es.iterator.map","es.object.to-string"],"core-js/stable/iterator/reduce":["es.iterator.constructor","es.iterator.reduce","es.object.to-string"],"core-js/stable/iterator/some":["es.iterator.constructor","es.iterator.some","es.object.to-string"],"core-js/stable/iterator/take":["es.iterator.constructor","es.iterator.take","es.object.to-string"],"core-js/stable/iterator/to-array":["es.iterator.constructor","es.iterator.to-array","es.object.to-string"],"core-js/stable/json":["es.date.to-json","es.json.stringify","es.json.to-string-tag"],"core-js/stable/json/stringify":["es.date.to-json","es.json.stringify"],"core-js/stable/json/to-string-tag":["es.json.to-string-tag"],"core-js/stable/map":["es.array.iterator","es.map","es.map.group-by","es.object.to-string","es.string.iterator","web.dom-collections.iterator"],"core-js/stable/map/group-by":["es.map","es.map.group-by","es.object.to-string"],"core-js/stable/math":["es.math.acosh","es.math.asinh","es.math.atanh","es.math.cbrt","es.math.clz32","es.math.cosh","es.math.expm1","es.math.fround","es.math.f16round","es.math.hypot","es.math.imul","es.math.log10","es.math.log1p","es.math.log2","es.math.sign","es.math.sinh","es.math.tanh","es.math.to-string-tag","es.math.trunc"],"core-js/stable/math/acosh":["es.math.acosh"],"core-js/stable/math/asinh":["es.math.asinh"],"core-js/stable/math/atanh":["es.math.atanh"],"core-js/stable/math/cbrt":["es.math.cbrt"],"core-js/stable/math/clz32":["es.math.clz32"],"core-js/stable/math/cosh":["es.math.cosh"],"core-js/stable/math/expm1":["es.math.expm1"],"core-js/stable/math/f16round":["es.math.f16round"],"core-js/stable/math/fround":["es.math.fround"],"core-js/stable/math/hypot":["es.math.hypot"],"core-js/stable/math/imul":["es.math.imul"],"core-js/stable/math/log10":["es.math.log10"],"core-js/stable/math/log1p":["es.math.log1p"],"core-js/stable/math/log2":["es.math.log2"],"core-js/stable/math/sign":["es.math.sign"],"core-js/stable/math/sinh":["es.math.sinh"],"core-js/stable/math/tanh":["es.math.tanh"],"core-js/stable/math/to-string-tag":["es.math.to-string-tag"],"core-js/stable/math/trunc":["es.math.trunc"],"core-js/stable/number":["es.number.constructor","es.number.epsilon","es.number.is-finite","es.number.is-integer","es.number.is-nan","es.number.is-safe-integer","es.number.max-safe-integer","es.number.min-safe-integer","es.number.parse-float","es.number.parse-int","es.number.to-exponential","es.number.to-fixed","es.number.to-precision"],"core-js/stable/number/constructor":["es.number.constructor"],"core-js/stable/number/epsilon":["es.number.epsilon"],"core-js/stable/number/is-finite":["es.number.is-finite"],"core-js/stable/number/is-integer":["es.number.is-integer"],"core-js/stable/number/is-nan":["es.number.is-nan"],"core-js/stable/number/is-safe-integer":["es.number.is-safe-integer"],"core-js/stable/number/max-safe-integer":["es.number.max-safe-integer"],"core-js/stable/number/min-safe-integer":["es.number.min-safe-integer"],"core-js/stable/number/parse-float":["es.number.parse-float"],"core-js/stable/number/parse-int":["es.number.parse-int"],"core-js/stable/number/to-exponential":["es.number.to-exponential"],"core-js/stable/number/to-fixed":["es.number.to-fixed"],"core-js/stable/number/to-precision":["es.number.to-precision"],"core-js/stable/number/virtual":["es.number.to-exponential","es.number.to-fixed","es.number.to-precision"],"core-js/stable/number/virtual/to-exponential":["es.number.to-exponential"],"core-js/stable/number/virtual/to-fixed":["es.number.to-fixed"],"core-js/stable/number/virtual/to-precision":["es.number.to-precision"],"core-js/stable/object":["es.symbol","es.json.to-string-tag","es.math.to-string-tag","es.object.assign","es.object.create","es.object.define-getter","es.object.define-properties","es.object.define-property","es.object.define-setter","es.object.entries","es.object.freeze","es.object.from-entries","es.object.get-own-property-descriptor","es.object.get-own-property-descriptors","es.object.get-own-property-names","es.object.get-prototype-of","es.object.group-by","es.object.has-own","es.object.is","es.object.is-extensible","es.object.is-frozen","es.object.is-sealed","es.object.keys","es.object.lookup-getter","es.object.lookup-setter","es.object.prevent-extensions","es.object.proto","es.object.seal","es.object.set-prototype-of","es.object.to-string","es.object.values","es.reflect.to-string-tag","web.dom-collections.iterator"],"core-js/stable/object/assign":["es.object.assign"],"core-js/stable/object/create":["es.object.create"],"core-js/stable/object/define-getter":["es.object.define-getter"],"core-js/stable/object/define-properties":["es.object.define-properties"],"core-js/stable/object/define-property":["es.object.define-property"],"core-js/stable/object/define-setter":["es.object.define-setter"],"core-js/stable/object/entries":["es.object.entries"],"core-js/stable/object/freeze":["es.object.freeze"],"core-js/stable/object/from-entries":["es.array.iterator","es.object.from-entries","web.dom-collections.iterator"],"core-js/stable/object/get-own-property-descriptor":["es.object.get-own-property-descriptor"],"core-js/stable/object/get-own-property-descriptors":["es.object.get-own-property-descriptors"],"core-js/stable/object/get-own-property-names":["es.object.get-own-property-names"],"core-js/stable/object/get-own-property-symbols":["es.symbol"],"core-js/stable/object/get-prototype-of":["es.object.get-prototype-of"],"core-js/stable/object/group-by":["es.object.create","es.object.group-by"],"core-js/stable/object/has-own":["es.object.has-own"],"core-js/stable/object/is":["es.object.is"],"core-js/stable/object/is-extensible":["es.object.is-extensible"],"core-js/stable/object/is-frozen":["es.object.is-frozen"],"core-js/stable/object/is-sealed":["es.object.is-sealed"],"core-js/stable/object/keys":["es.object.keys"],"core-js/stable/object/lookup-getter":["es.object.lookup-getter"],"core-js/stable/object/lookup-setter":["es.object.lookup-setter"],"core-js/stable/object/prevent-extensions":["es.object.prevent-extensions"],"core-js/stable/object/proto":["es.object.proto"],"core-js/stable/object/seal":["es.object.seal"],"core-js/stable/object/set-prototype-of":["es.object.set-prototype-of"],"core-js/stable/object/to-string":["es.json.to-string-tag","es.math.to-string-tag","es.object.to-string","es.reflect.to-string-tag"],"core-js/stable/object/values":["es.object.values"],"core-js/stable/parse-float":["es.parse-float"],"core-js/stable/parse-int":["es.parse-int"],"core-js/stable/promise":["es.aggregate-error","es.array.iterator","es.object.to-string","es.promise","es.promise.all-settled","es.promise.any","es.promise.finally","es.promise.try","es.promise.with-resolvers","es.string.iterator","web.dom-collections.iterator"],"core-js/stable/promise/all-settled":["es.array.iterator","es.object.to-string","es.promise","es.promise.all-settled","es.string.iterator","web.dom-collections.iterator"],"core-js/stable/promise/any":["es.aggregate-error","es.array.iterator","es.object.to-string","es.promise","es.promise.any","es.string.iterator","web.dom-collections.iterator"],"core-js/stable/promise/finally":["es.object.to-string","es.promise","es.promise.finally"],"core-js/stable/promise/try":["es.object.to-string","es.promise","es.promise.try"],"core-js/stable/promise/with-resolvers":["es.promise","es.promise.with-resolvers"],"core-js/stable/queue-microtask":["web.queue-microtask"],"core-js/stable/reflect":["es.object.to-string","es.reflect.apply","es.reflect.construct","es.reflect.define-property","es.reflect.delete-property","es.reflect.get","es.reflect.get-own-property-descriptor","es.reflect.get-prototype-of","es.reflect.has","es.reflect.is-extensible","es.reflect.own-keys","es.reflect.prevent-extensions","es.reflect.set","es.reflect.set-prototype-of","es.reflect.to-string-tag"],"core-js/stable/reflect/apply":["es.reflect.apply"],"core-js/stable/reflect/construct":["es.reflect.construct"],"core-js/stable/reflect/define-property":["es.reflect.define-property"],"core-js/stable/reflect/delete-property":["es.reflect.delete-property"],"core-js/stable/reflect/get":["es.reflect.get"],"core-js/stable/reflect/get-own-property-descriptor":["es.reflect.get-own-property-descriptor"],"core-js/stable/reflect/get-prototype-of":["es.reflect.get-prototype-of"],"core-js/stable/reflect/has":["es.reflect.has"],"core-js/stable/reflect/is-extensible":["es.reflect.is-extensible"],"core-js/stable/reflect/own-keys":["es.reflect.own-keys"],"core-js/stable/reflect/prevent-extensions":["es.reflect.prevent-extensions"],"core-js/stable/reflect/set":["es.reflect.set"],"core-js/stable/reflect/set-prototype-of":["es.reflect.set-prototype-of"],"core-js/stable/reflect/to-string-tag":["es.reflect.to-string-tag"],"core-js/stable/regexp":["es.regexp.constructor","es.regexp.escape","es.regexp.dot-all","es.regexp.exec","es.regexp.flags","es.regexp.sticky","es.regexp.test","es.regexp.to-string","es.string.match","es.string.replace","es.string.search","es.string.split"],"core-js/stable/regexp/constructor":["es.regexp.constructor","es.regexp.dot-all","es.regexp.exec","es.regexp.sticky"],"core-js/stable/regexp/dot-all":["es.regexp.constructor","es.regexp.dot-all","es.regexp.exec"],"core-js/stable/regexp/escape":["es.regexp.escape"],"core-js/stable/regexp/flags":["es.regexp.flags"],"core-js/stable/regexp/match":["es.regexp.exec","es.string.match"],"core-js/stable/regexp/replace":["es.regexp.exec","es.string.replace"],"core-js/stable/regexp/search":["es.regexp.exec","es.string.search"],"core-js/stable/regexp/split":["es.regexp.exec","es.string.split"],"core-js/stable/regexp/sticky":["es.regexp.constructor","es.regexp.exec","es.regexp.sticky"],"core-js/stable/regexp/test":["es.regexp.exec","es.regexp.test"],"core-js/stable/regexp/to-string":["es.regexp.to-string"],"core-js/stable/self":["web.self"],"core-js/stable/set":["es.array.iterator","es.object.to-string","es.set","es.set.difference.v2","es.set.intersection.v2","es.set.is-disjoint-from.v2","es.set.is-subset-of.v2","es.set.is-superset-of.v2","es.set.symmetric-difference.v2","es.set.union.v2","es.string.iterator","web.dom-collections.iterator"],"core-js/stable/set-immediate":["web.immediate"],"core-js/stable/set-interval":["web.timers"],"core-js/stable/set-timeout":["web.timers"],"core-js/stable/set/difference":["es.set","es.set.difference.v2"],"core-js/stable/set/intersection":["es.set","es.set.intersection.v2"],"core-js/stable/set/is-disjoint-from":["es.set","es.set.is-disjoint-from.v2"],"core-js/stable/set/is-subset-of":["es.set","es.set.is-subset-of.v2"],"core-js/stable/set/is-superset-of":["es.set","es.set.is-superset-of.v2"],"core-js/stable/set/symmetric-difference":["es.set","es.set.symmetric-difference.v2"],"core-js/stable/set/union":["es.set","es.set.union.v2"],"core-js/stable/string":["es.object.to-string","es.regexp.exec","es.string.at-alternative","es.string.code-point-at","es.string.ends-with","es.string.from-code-point","es.string.includes","es.string.is-well-formed","es.string.iterator","es.string.match","es.string.match-all","es.string.pad-end","es.string.pad-start","es.string.raw","es.string.repeat","es.string.replace","es.string.replace-all","es.string.search","es.string.split","es.string.starts-with","es.string.substr","es.string.to-well-formed","es.string.trim","es.string.trim-end","es.string.trim-start","es.string.anchor","es.string.big","es.string.blink","es.string.bold","es.string.fixed","es.string.fontcolor","es.string.fontsize","es.string.italics","es.string.link","es.string.small","es.string.strike","es.string.sub","es.string.sup"],"core-js/stable/string/anchor":["es.string.anchor"],"core-js/stable/string/at":["es.string.at-alternative"],"core-js/stable/string/big":["es.string.big"],"core-js/stable/string/blink":["es.string.blink"],"core-js/stable/string/bold":["es.string.bold"],"core-js/stable/string/code-point-at":["es.string.code-point-at"],"core-js/stable/string/ends-with":["es.string.ends-with"],"core-js/stable/string/fixed":["es.string.fixed"],"core-js/stable/string/fontcolor":["es.string.fontcolor"],"core-js/stable/string/fontsize":["es.string.fontsize"],"core-js/stable/string/from-code-point":["es.string.from-code-point"],"core-js/stable/string/includes":["es.string.includes"],"core-js/stable/string/is-well-formed":["es.string.is-well-formed"],"core-js/stable/string/italics":["es.string.italics"],"core-js/stable/string/iterator":["es.object.to-string","es.string.iterator"],"core-js/stable/string/link":["es.string.link"],"core-js/stable/string/match":["es.regexp.exec","es.string.match"],"core-js/stable/string/match-all":["es.object.to-string","es.regexp.exec","es.string.match-all"],"core-js/stable/string/pad-end":["es.string.pad-end"],"core-js/stable/string/pad-start":["es.string.pad-start"],"core-js/stable/string/raw":["es.string.raw"],"core-js/stable/string/repeat":["es.string.repeat"],"core-js/stable/string/replace":["es.regexp.exec","es.string.replace"],"core-js/stable/string/replace-all":["es.regexp.exec","es.string.replace","es.string.replace-all"],"core-js/stable/string/search":["es.regexp.exec","es.string.search"],"core-js/stable/string/small":["es.string.small"],"core-js/stable/string/split":["es.regexp.exec","es.string.split"],"core-js/stable/string/starts-with":["es.string.starts-with"],"core-js/stable/string/strike":["es.string.strike"],"core-js/stable/string/sub":["es.string.sub"],"core-js/stable/string/substr":["es.string.substr"],"core-js/stable/string/sup":["es.string.sup"],"core-js/stable/string/to-well-formed":["es.string.to-well-formed"],"core-js/stable/string/trim":["es.string.trim"],"core-js/stable/string/trim-end":["es.string.trim-end"],"core-js/stable/string/trim-left":["es.string.trim-start"],"core-js/stable/string/trim-right":["es.string.trim-end"],"core-js/stable/string/trim-start":["es.string.trim-start"],"core-js/stable/string/virtual":["es.object.to-string","es.regexp.exec","es.string.at-alternative","es.string.code-point-at","es.string.ends-with","es.string.includes","es.string.iterator","es.string.match","es.string.match-all","es.string.pad-end","es.string.pad-start","es.string.repeat","es.string.replace","es.string.replace-all","es.string.search","es.string.split","es.string.starts-with","es.string.substr","es.string.trim","es.string.trim-end","es.string.trim-start","es.string.anchor","es.string.big","es.string.blink","es.string.bold","es.string.fixed","es.string.fontcolor","es.string.fontsize","es.string.italics","es.string.link","es.string.small","es.string.strike","es.string.sub","es.string.sup"],"core-js/stable/string/virtual/anchor":["es.string.anchor"],"core-js/stable/string/virtual/at":["es.string.at-alternative"],"core-js/stable/string/virtual/big":["es.string.big"],"core-js/stable/string/virtual/blink":["es.string.blink"],"core-js/stable/string/virtual/bold":["es.string.bold"],"core-js/stable/string/virtual/code-point-at":["es.string.code-point-at"],"core-js/stable/string/virtual/ends-with":["es.string.ends-with"],"core-js/stable/string/virtual/fixed":["es.string.fixed"],"core-js/stable/string/virtual/fontcolor":["es.string.fontcolor"],"core-js/stable/string/virtual/fontsize":["es.string.fontsize"],"core-js/stable/string/virtual/includes":["es.string.includes"],"core-js/stable/string/virtual/is-well-formed":["es.string.is-well-formed"],"core-js/stable/string/virtual/italics":["es.string.italics"],"core-js/stable/string/virtual/iterator":["es.object.to-string","es.string.iterator"],"core-js/stable/string/virtual/link":["es.string.link"],"core-js/stable/string/virtual/match-all":["es.object.to-string","es.regexp.exec","es.string.match-all"],"core-js/stable/string/virtual/pad-end":["es.string.pad-end"],"core-js/stable/string/virtual/pad-start":["es.string.pad-start"],"core-js/stable/string/virtual/repeat":["es.string.repeat"],"core-js/stable/string/virtual/replace-all":["es.regexp.exec","es.string.replace","es.string.replace-all"],"core-js/stable/string/virtual/small":["es.string.small"],"core-js/stable/string/virtual/starts-with":["es.string.starts-with"],"core-js/stable/string/virtual/strike":["es.string.strike"],"core-js/stable/string/virtual/sub":["es.string.sub"],"core-js/stable/string/virtual/substr":["es.string.substr"],"core-js/stable/string/virtual/sup":["es.string.sup"],"core-js/stable/string/virtual/to-well-formed":["es.string.to-well-formed"],"core-js/stable/string/virtual/trim":["es.string.trim"],"core-js/stable/string/virtual/trim-end":["es.string.trim-end"],"core-js/stable/string/virtual/trim-left":["es.string.trim-start"],"core-js/stable/string/virtual/trim-right":["es.string.trim-end"],"core-js/stable/string/virtual/trim-start":["es.string.trim-start"],"core-js/stable/structured-clone":["es.error.to-string","es.array.iterator","es.map","es.object.keys","es.object.to-string","es.set","web.dom-exception.constructor","web.dom-exception.stack","web.dom-exception.to-string-tag","web.structured-clone"],"core-js/stable/symbol":["es.symbol","es.symbol.description","es.symbol.async-iterator","es.symbol.has-instance","es.symbol.is-concat-spreadable","es.symbol.iterator","es.symbol.match","es.symbol.match-all","es.symbol.replace","es.symbol.search","es.symbol.species","es.symbol.split","es.symbol.to-primitive","es.symbol.to-string-tag","es.symbol.unscopables","es.array.concat","es.json.to-string-tag","es.math.to-string-tag","es.object.to-string","es.reflect.to-string-tag","web.dom-collections.iterator"],"core-js/stable/symbol/async-iterator":["es.symbol.async-iterator"],"core-js/stable/symbol/description":["es.symbol.description"],"core-js/stable/symbol/for":["es.symbol"],"core-js/stable/symbol/has-instance":["es.symbol.has-instance","es.function.has-instance"],"core-js/stable/symbol/is-concat-spreadable":["es.symbol.is-concat-spreadable","es.array.concat"],"core-js/stable/symbol/iterator":["es.symbol.iterator","es.array.iterator","es.object.to-string","es.string.iterator","web.dom-collections.iterator"],"core-js/stable/symbol/key-for":["es.symbol"],"core-js/stable/symbol/match":["es.symbol.match","es.regexp.exec","es.string.match"],"core-js/stable/symbol/match-all":["es.symbol.match-all","es.object.to-string","es.regexp.exec","es.string.match-all"],"core-js/stable/symbol/replace":["es.symbol.replace","es.regexp.exec","es.string.replace"],"core-js/stable/symbol/search":["es.symbol.search","es.regexp.exec","es.string.search"],"core-js/stable/symbol/species":["es.symbol.species"],"core-js/stable/symbol/split":["es.symbol.split","es.regexp.exec","es.string.split"],"core-js/stable/symbol/to-primitive":["es.symbol.to-primitive","es.date.to-primitive"],"core-js/stable/symbol/to-string-tag":["es.symbol.to-string-tag","es.json.to-string-tag","es.math.to-string-tag","es.object.to-string","es.reflect.to-string-tag"],"core-js/stable/symbol/unscopables":["es.symbol.unscopables"],"core-js/stable/typed-array":["es.object.to-string","es.string.iterator","es.typed-array.float32-array","es.typed-array.float64-array","es.typed-array.int8-array","es.typed-array.int16-array","es.typed-array.int32-array","es.typed-array.uint8-array","es.typed-array.uint8-clamped-array","es.typed-array.uint16-array","es.typed-array.uint32-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with"],"core-js/stable/typed-array/at":["es.typed-array.at"],"core-js/stable/typed-array/copy-within":["es.typed-array.copy-within"],"core-js/stable/typed-array/entries":["es.object.to-string","es.typed-array.iterator"],"core-js/stable/typed-array/every":["es.typed-array.every"],"core-js/stable/typed-array/fill":["es.typed-array.fill"],"core-js/stable/typed-array/filter":["es.typed-array.filter"],"core-js/stable/typed-array/find":["es.typed-array.find"],"core-js/stable/typed-array/find-index":["es.typed-array.find-index"],"core-js/stable/typed-array/find-last":["es.typed-array.find-last"],"core-js/stable/typed-array/find-last-index":["es.typed-array.find-last-index"],"core-js/stable/typed-array/float32-array":["es.array-buffer.constructor","es.array-buffer.slice","es.object.to-string","es.string.iterator","es.typed-array.float32-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with"],"core-js/stable/typed-array/float64-array":["es.array-buffer.constructor","es.array-buffer.slice","es.object.to-string","es.string.iterator","es.typed-array.float64-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with"],"core-js/stable/typed-array/for-each":["es.typed-array.for-each"],"core-js/stable/typed-array/from":["es.typed-array.from"],"core-js/stable/typed-array/includes":["es.typed-array.includes"],"core-js/stable/typed-array/index-of":["es.typed-array.index-of"],"core-js/stable/typed-array/int16-array":["es.array-buffer.constructor","es.array-buffer.slice","es.object.to-string","es.string.iterator","es.typed-array.int16-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with"],"core-js/stable/typed-array/int32-array":["es.array-buffer.constructor","es.array-buffer.slice","es.object.to-string","es.string.iterator","es.typed-array.int32-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with"],"core-js/stable/typed-array/int8-array":["es.array-buffer.constructor","es.array-buffer.slice","es.object.to-string","es.string.iterator","es.typed-array.int8-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with"],"core-js/stable/typed-array/iterator":["es.object.to-string","es.typed-array.iterator"],"core-js/stable/typed-array/join":["es.typed-array.join"],"core-js/stable/typed-array/keys":["es.object.to-string","es.typed-array.iterator"],"core-js/stable/typed-array/last-index-of":["es.typed-array.last-index-of"],"core-js/stable/typed-array/map":["es.typed-array.map"],"core-js/stable/typed-array/methods":["es.object.to-string","es.string.iterator","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with"],"core-js/stable/typed-array/of":["es.typed-array.of"],"core-js/stable/typed-array/reduce":["es.typed-array.reduce"],"core-js/stable/typed-array/reduce-right":["es.typed-array.reduce-right"],"core-js/stable/typed-array/reverse":["es.typed-array.reverse"],"core-js/stable/typed-array/set":["es.typed-array.set"],"core-js/stable/typed-array/slice":["es.typed-array.slice"],"core-js/stable/typed-array/some":["es.typed-array.some"],"core-js/stable/typed-array/sort":["es.typed-array.sort"],"core-js/stable/typed-array/subarray":["es.typed-array.subarray"],"core-js/stable/typed-array/to-locale-string":["es.typed-array.to-locale-string"],"core-js/stable/typed-array/to-reversed":["es.typed-array.to-reversed"],"core-js/stable/typed-array/to-sorted":["es.typed-array.sort","es.typed-array.to-sorted"],"core-js/stable/typed-array/to-string":["es.typed-array.to-string"],"core-js/stable/typed-array/uint16-array":["es.array-buffer.constructor","es.array-buffer.slice","es.object.to-string","es.string.iterator","es.typed-array.uint16-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with"],"core-js/stable/typed-array/uint32-array":["es.array-buffer.constructor","es.array-buffer.slice","es.object.to-string","es.string.iterator","es.typed-array.uint32-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with"],"core-js/stable/typed-array/uint8-array":["es.array-buffer.constructor","es.array-buffer.slice","es.object.to-string","es.string.iterator","es.typed-array.uint8-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with"],"core-js/stable/typed-array/uint8-clamped-array":["es.array-buffer.constructor","es.array-buffer.slice","es.object.to-string","es.string.iterator","es.typed-array.uint8-clamped-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with"],"core-js/stable/typed-array/values":["es.object.to-string","es.typed-array.iterator"],"core-js/stable/typed-array/with":["es.typed-array.with"],"core-js/stable/unescape":["es.unescape"],"core-js/stable/url":["web.url","web.url.can-parse","web.url.parse","web.url.to-json","web.url-search-params","web.url-search-params.delete","web.url-search-params.has","web.url-search-params.size"],"core-js/stable/url-search-params":["web.dom-collections.iterator","web.url-search-params","web.url-search-params.delete","web.url-search-params.has","web.url-search-params.size"],"core-js/stable/url/can-parse":["web.url","web.url.can-parse"],"core-js/stable/url/parse":["web.url","web.url.parse"],"core-js/stable/url/to-json":["web.url.to-json"],"core-js/stable/weak-map":["es.array.iterator","es.object.to-string","es.weak-map","web.dom-collections.iterator"],"core-js/stable/weak-set":["es.array.iterator","es.object.to-string","es.weak-set","web.dom-collections.iterator"],"core-js/stage":["es.map","es.string.at-alternative","esnext.aggregate-error","esnext.suppressed-error.constructor","esnext.array.from-async","esnext.array.at","esnext.array.filter-out","esnext.array.filter-reject","esnext.array.find-last","esnext.array.find-last-index","esnext.array.group","esnext.array.group-by","esnext.array.group-by-to-map","esnext.array.group-to-map","esnext.array.is-template-object","esnext.array.last-index","esnext.array.last-item","esnext.array.to-reversed","esnext.array.to-sorted","esnext.array.to-spliced","esnext.array.unique-by","esnext.array.with","esnext.array-buffer.detached","esnext.array-buffer.transfer","esnext.array-buffer.transfer-to-fixed-length","esnext.async-disposable-stack.constructor","esnext.async-iterator.constructor","esnext.async-iterator.as-indexed-pairs","esnext.async-iterator.async-dispose","esnext.async-iterator.drop","esnext.async-iterator.every","esnext.async-iterator.filter","esnext.async-iterator.find","esnext.async-iterator.flat-map","esnext.async-iterator.for-each","esnext.async-iterator.from","esnext.async-iterator.indexed","esnext.async-iterator.map","esnext.async-iterator.reduce","esnext.async-iterator.some","esnext.async-iterator.take","esnext.async-iterator.to-array","esnext.bigint.range","esnext.composite-key","esnext.composite-symbol","esnext.data-view.get-float16","esnext.data-view.get-uint8-clamped","esnext.data-view.set-float16","esnext.data-view.set-uint8-clamped","esnext.disposable-stack.constructor","esnext.error.is-error","esnext.function.demethodize","esnext.function.is-callable","esnext.function.is-constructor","esnext.function.metadata","esnext.function.un-this","esnext.global-this","esnext.iterator.constructor","esnext.iterator.as-indexed-pairs","esnext.iterator.concat","esnext.iterator.dispose","esnext.iterator.drop","esnext.iterator.every","esnext.iterator.filter","esnext.iterator.find","esnext.iterator.flat-map","esnext.iterator.for-each","esnext.iterator.from","esnext.iterator.indexed","esnext.iterator.map","esnext.iterator.range","esnext.iterator.reduce","esnext.iterator.some","esnext.iterator.take","esnext.iterator.to-array","esnext.iterator.to-async","esnext.json.is-raw-json","esnext.json.parse","esnext.json.raw-json","esnext.map.delete-all","esnext.map.emplace","esnext.map.every","esnext.map.filter","esnext.map.find","esnext.map.find-key","esnext.map.from","esnext.map.get-or-insert","esnext.map.get-or-insert-computed","esnext.map.group-by","esnext.map.includes","esnext.map.key-by","esnext.map.key-of","esnext.map.map-keys","esnext.map.map-values","esnext.map.merge","esnext.map.of","esnext.map.reduce","esnext.map.some","esnext.map.update","esnext.map.update-or-insert","esnext.map.upsert","esnext.math.clamp","esnext.math.deg-per-rad","esnext.math.degrees","esnext.math.fscale","esnext.math.f16round","esnext.math.iaddh","esnext.math.imulh","esnext.math.isubh","esnext.math.rad-per-deg","esnext.math.radians","esnext.math.scale","esnext.math.seeded-prng","esnext.math.signbit","esnext.math.sum-precise","esnext.math.umulh","esnext.number.from-string","esnext.number.range","esnext.object.has-own","esnext.object.iterate-entries","esnext.object.iterate-keys","esnext.object.iterate-values","esnext.object.group-by","esnext.observable","esnext.promise.all-settled","esnext.promise.any","esnext.promise.try","esnext.promise.with-resolvers","esnext.reflect.define-metadata","esnext.reflect.delete-metadata","esnext.reflect.get-metadata","esnext.reflect.get-metadata-keys","esnext.reflect.get-own-metadata","esnext.reflect.get-own-metadata-keys","esnext.reflect.has-metadata","esnext.reflect.has-own-metadata","esnext.reflect.metadata","esnext.regexp.escape","esnext.set.add-all","esnext.set.delete-all","esnext.set.difference.v2","esnext.set.difference","esnext.set.every","esnext.set.filter","esnext.set.find","esnext.set.from","esnext.set.intersection.v2","esnext.set.intersection","esnext.set.is-disjoint-from.v2","esnext.set.is-disjoint-from","esnext.set.is-subset-of.v2","esnext.set.is-subset-of","esnext.set.is-superset-of.v2","esnext.set.is-superset-of","esnext.set.join","esnext.set.map","esnext.set.of","esnext.set.reduce","esnext.set.some","esnext.set.symmetric-difference.v2","esnext.set.symmetric-difference","esnext.set.union.v2","esnext.set.union","esnext.string.at","esnext.string.cooked","esnext.string.code-points","esnext.string.dedent","esnext.string.is-well-formed","esnext.string.match-all","esnext.string.replace-all","esnext.string.to-well-formed","esnext.symbol.async-dispose","esnext.symbol.custom-matcher","esnext.symbol.dispose","esnext.symbol.is-registered-symbol","esnext.symbol.is-registered","esnext.symbol.is-well-known-symbol","esnext.symbol.is-well-known","esnext.symbol.matcher","esnext.symbol.metadata","esnext.symbol.metadata-key","esnext.symbol.observable","esnext.symbol.pattern-match","esnext.symbol.replace-all","esnext.typed-array.from-async","esnext.typed-array.at","esnext.typed-array.filter-out","esnext.typed-array.filter-reject","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.group-by","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.unique-by","esnext.typed-array.with","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex","esnext.weak-map.delete-all","esnext.weak-map.from","esnext.weak-map.of","esnext.weak-map.emplace","esnext.weak-map.get-or-insert","esnext.weak-map.get-or-insert-computed","esnext.weak-map.upsert","esnext.weak-set.add-all","esnext.weak-set.delete-all","esnext.weak-set.from","esnext.weak-set.of","web.url","web.url.can-parse","web.url.parse","web.url.to-json","web.url-search-params","web.url-search-params.delete","web.url-search-params.has","web.url-search-params.size"],"core-js/stage/0":["es.map","es.string.at-alternative","esnext.aggregate-error","esnext.suppressed-error.constructor","esnext.array.from-async","esnext.array.at","esnext.array.filter-out","esnext.array.filter-reject","esnext.array.find-last","esnext.array.find-last-index","esnext.array.group","esnext.array.group-by","esnext.array.group-by-to-map","esnext.array.group-to-map","esnext.array.is-template-object","esnext.array.last-index","esnext.array.last-item","esnext.array.to-reversed","esnext.array.to-sorted","esnext.array.to-spliced","esnext.array.unique-by","esnext.array.with","esnext.array-buffer.detached","esnext.array-buffer.transfer","esnext.array-buffer.transfer-to-fixed-length","esnext.async-disposable-stack.constructor","esnext.async-iterator.constructor","esnext.async-iterator.as-indexed-pairs","esnext.async-iterator.async-dispose","esnext.async-iterator.drop","esnext.async-iterator.every","esnext.async-iterator.filter","esnext.async-iterator.find","esnext.async-iterator.flat-map","esnext.async-iterator.for-each","esnext.async-iterator.from","esnext.async-iterator.indexed","esnext.async-iterator.map","esnext.async-iterator.reduce","esnext.async-iterator.some","esnext.async-iterator.take","esnext.async-iterator.to-array","esnext.bigint.range","esnext.composite-key","esnext.composite-symbol","esnext.data-view.get-float16","esnext.data-view.get-uint8-clamped","esnext.data-view.set-float16","esnext.data-view.set-uint8-clamped","esnext.disposable-stack.constructor","esnext.error.is-error","esnext.function.demethodize","esnext.function.is-callable","esnext.function.is-constructor","esnext.function.metadata","esnext.function.un-this","esnext.global-this","esnext.iterator.constructor","esnext.iterator.as-indexed-pairs","esnext.iterator.concat","esnext.iterator.dispose","esnext.iterator.drop","esnext.iterator.every","esnext.iterator.filter","esnext.iterator.find","esnext.iterator.flat-map","esnext.iterator.for-each","esnext.iterator.from","esnext.iterator.indexed","esnext.iterator.map","esnext.iterator.range","esnext.iterator.reduce","esnext.iterator.some","esnext.iterator.take","esnext.iterator.to-array","esnext.iterator.to-async","esnext.json.is-raw-json","esnext.json.parse","esnext.json.raw-json","esnext.map.delete-all","esnext.map.emplace","esnext.map.every","esnext.map.filter","esnext.map.find","esnext.map.find-key","esnext.map.from","esnext.map.get-or-insert","esnext.map.get-or-insert-computed","esnext.map.group-by","esnext.map.includes","esnext.map.key-by","esnext.map.key-of","esnext.map.map-keys","esnext.map.map-values","esnext.map.merge","esnext.map.of","esnext.map.reduce","esnext.map.some","esnext.map.update","esnext.map.update-or-insert","esnext.map.upsert","esnext.math.clamp","esnext.math.deg-per-rad","esnext.math.degrees","esnext.math.fscale","esnext.math.f16round","esnext.math.iaddh","esnext.math.imulh","esnext.math.isubh","esnext.math.rad-per-deg","esnext.math.radians","esnext.math.scale","esnext.math.seeded-prng","esnext.math.signbit","esnext.math.sum-precise","esnext.math.umulh","esnext.number.from-string","esnext.number.range","esnext.object.has-own","esnext.object.iterate-entries","esnext.object.iterate-keys","esnext.object.iterate-values","esnext.object.group-by","esnext.observable","esnext.promise.all-settled","esnext.promise.any","esnext.promise.try","esnext.promise.with-resolvers","esnext.regexp.escape","esnext.set.add-all","esnext.set.delete-all","esnext.set.difference.v2","esnext.set.difference","esnext.set.every","esnext.set.filter","esnext.set.find","esnext.set.from","esnext.set.intersection.v2","esnext.set.intersection","esnext.set.is-disjoint-from.v2","esnext.set.is-disjoint-from","esnext.set.is-subset-of.v2","esnext.set.is-subset-of","esnext.set.is-superset-of.v2","esnext.set.is-superset-of","esnext.set.join","esnext.set.map","esnext.set.of","esnext.set.reduce","esnext.set.some","esnext.set.symmetric-difference.v2","esnext.set.symmetric-difference","esnext.set.union.v2","esnext.set.union","esnext.string.at","esnext.string.cooked","esnext.string.code-points","esnext.string.dedent","esnext.string.is-well-formed","esnext.string.match-all","esnext.string.replace-all","esnext.string.to-well-formed","esnext.symbol.async-dispose","esnext.symbol.custom-matcher","esnext.symbol.dispose","esnext.symbol.is-registered-symbol","esnext.symbol.is-registered","esnext.symbol.is-well-known-symbol","esnext.symbol.is-well-known","esnext.symbol.matcher","esnext.symbol.metadata","esnext.symbol.metadata-key","esnext.symbol.observable","esnext.symbol.pattern-match","esnext.symbol.replace-all","esnext.typed-array.from-async","esnext.typed-array.at","esnext.typed-array.filter-out","esnext.typed-array.filter-reject","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.group-by","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.unique-by","esnext.typed-array.with","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex","esnext.weak-map.delete-all","esnext.weak-map.from","esnext.weak-map.of","esnext.weak-map.emplace","esnext.weak-map.get-or-insert","esnext.weak-map.get-or-insert-computed","esnext.weak-map.upsert","esnext.weak-set.add-all","esnext.weak-set.delete-all","esnext.weak-set.from","esnext.weak-set.of","web.url","web.url.can-parse","web.url.parse","web.url.to-json","web.url-search-params","web.url-search-params.delete","web.url-search-params.has","web.url-search-params.size"],"core-js/stage/1":["es.map","es.string.at-alternative","esnext.aggregate-error","esnext.suppressed-error.constructor","esnext.array.from-async","esnext.array.at","esnext.array.filter-reject","esnext.array.find-last","esnext.array.find-last-index","esnext.array.group","esnext.array.group-by","esnext.array.group-by-to-map","esnext.array.group-to-map","esnext.array.is-template-object","esnext.array.last-index","esnext.array.last-item","esnext.array.to-reversed","esnext.array.to-sorted","esnext.array.to-spliced","esnext.array.unique-by","esnext.array.with","esnext.array-buffer.detached","esnext.array-buffer.transfer","esnext.array-buffer.transfer-to-fixed-length","esnext.async-disposable-stack.constructor","esnext.async-iterator.constructor","esnext.async-iterator.as-indexed-pairs","esnext.async-iterator.async-dispose","esnext.async-iterator.drop","esnext.async-iterator.every","esnext.async-iterator.filter","esnext.async-iterator.find","esnext.async-iterator.flat-map","esnext.async-iterator.for-each","esnext.async-iterator.from","esnext.async-iterator.indexed","esnext.async-iterator.map","esnext.async-iterator.reduce","esnext.async-iterator.some","esnext.async-iterator.take","esnext.async-iterator.to-array","esnext.bigint.range","esnext.composite-key","esnext.composite-symbol","esnext.data-view.get-float16","esnext.data-view.get-uint8-clamped","esnext.data-view.set-float16","esnext.data-view.set-uint8-clamped","esnext.disposable-stack.constructor","esnext.error.is-error","esnext.function.metadata","esnext.global-this","esnext.iterator.constructor","esnext.iterator.as-indexed-pairs","esnext.iterator.concat","esnext.iterator.dispose","esnext.iterator.drop","esnext.iterator.every","esnext.iterator.filter","esnext.iterator.find","esnext.iterator.flat-map","esnext.iterator.for-each","esnext.iterator.from","esnext.iterator.indexed","esnext.iterator.map","esnext.iterator.range","esnext.iterator.reduce","esnext.iterator.some","esnext.iterator.take","esnext.iterator.to-array","esnext.iterator.to-async","esnext.json.is-raw-json","esnext.json.parse","esnext.json.raw-json","esnext.map.delete-all","esnext.map.emplace","esnext.map.every","esnext.map.filter","esnext.map.find","esnext.map.find-key","esnext.map.from","esnext.map.get-or-insert","esnext.map.get-or-insert-computed","esnext.map.group-by","esnext.map.includes","esnext.map.key-by","esnext.map.key-of","esnext.map.map-keys","esnext.map.map-values","esnext.map.merge","esnext.map.of","esnext.map.reduce","esnext.map.some","esnext.map.update","esnext.map.update-or-insert","esnext.map.upsert","esnext.math.clamp","esnext.math.deg-per-rad","esnext.math.degrees","esnext.math.fscale","esnext.math.f16round","esnext.math.rad-per-deg","esnext.math.radians","esnext.math.scale","esnext.math.seeded-prng","esnext.math.signbit","esnext.math.sum-precise","esnext.number.from-string","esnext.number.range","esnext.object.has-own","esnext.object.iterate-entries","esnext.object.iterate-keys","esnext.object.iterate-values","esnext.object.group-by","esnext.observable","esnext.promise.all-settled","esnext.promise.any","esnext.promise.try","esnext.promise.with-resolvers","esnext.regexp.escape","esnext.set.add-all","esnext.set.delete-all","esnext.set.difference.v2","esnext.set.difference","esnext.set.every","esnext.set.filter","esnext.set.find","esnext.set.from","esnext.set.intersection.v2","esnext.set.intersection","esnext.set.is-disjoint-from.v2","esnext.set.is-disjoint-from","esnext.set.is-subset-of.v2","esnext.set.is-subset-of","esnext.set.is-superset-of.v2","esnext.set.is-superset-of","esnext.set.join","esnext.set.map","esnext.set.of","esnext.set.reduce","esnext.set.some","esnext.set.symmetric-difference.v2","esnext.set.symmetric-difference","esnext.set.union.v2","esnext.set.union","esnext.string.cooked","esnext.string.code-points","esnext.string.dedent","esnext.string.is-well-formed","esnext.string.match-all","esnext.string.replace-all","esnext.string.to-well-formed","esnext.symbol.async-dispose","esnext.symbol.custom-matcher","esnext.symbol.dispose","esnext.symbol.is-registered-symbol","esnext.symbol.is-registered","esnext.symbol.is-well-known-symbol","esnext.symbol.is-well-known","esnext.symbol.matcher","esnext.symbol.metadata","esnext.symbol.metadata-key","esnext.symbol.observable","esnext.symbol.pattern-match","esnext.symbol.replace-all","esnext.typed-array.from-async","esnext.typed-array.at","esnext.typed-array.filter-reject","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.group-by","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.unique-by","esnext.typed-array.with","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex","esnext.weak-map.delete-all","esnext.weak-map.from","esnext.weak-map.of","esnext.weak-map.emplace","esnext.weak-map.get-or-insert","esnext.weak-map.get-or-insert-computed","esnext.weak-map.upsert","esnext.weak-set.add-all","esnext.weak-set.delete-all","esnext.weak-set.from","esnext.weak-set.of"],"core-js/stage/2":["es.string.at-alternative","esnext.aggregate-error","esnext.suppressed-error.constructor","esnext.array.from-async","esnext.array.at","esnext.array.find-last","esnext.array.find-last-index","esnext.array.group","esnext.array.group-by","esnext.array.group-by-to-map","esnext.array.group-to-map","esnext.array.is-template-object","esnext.array.to-reversed","esnext.array.to-sorted","esnext.array.to-spliced","esnext.array.with","esnext.array-buffer.detached","esnext.array-buffer.transfer","esnext.array-buffer.transfer-to-fixed-length","esnext.async-disposable-stack.constructor","esnext.async-iterator.constructor","esnext.async-iterator.as-indexed-pairs","esnext.async-iterator.async-dispose","esnext.async-iterator.drop","esnext.async-iterator.every","esnext.async-iterator.filter","esnext.async-iterator.find","esnext.async-iterator.flat-map","esnext.async-iterator.for-each","esnext.async-iterator.from","esnext.async-iterator.indexed","esnext.async-iterator.map","esnext.async-iterator.reduce","esnext.async-iterator.some","esnext.async-iterator.take","esnext.async-iterator.to-array","esnext.data-view.get-float16","esnext.data-view.set-float16","esnext.disposable-stack.constructor","esnext.error.is-error","esnext.function.metadata","esnext.global-this","esnext.iterator.constructor","esnext.iterator.as-indexed-pairs","esnext.iterator.concat","esnext.iterator.dispose","esnext.iterator.drop","esnext.iterator.every","esnext.iterator.filter","esnext.iterator.find","esnext.iterator.flat-map","esnext.iterator.for-each","esnext.iterator.from","esnext.iterator.indexed","esnext.iterator.map","esnext.iterator.range","esnext.iterator.reduce","esnext.iterator.some","esnext.iterator.take","esnext.iterator.to-array","esnext.iterator.to-async","esnext.json.is-raw-json","esnext.json.parse","esnext.json.raw-json","esnext.map.emplace","esnext.map.get-or-insert","esnext.map.get-or-insert-computed","esnext.map.group-by","esnext.math.f16round","esnext.math.sum-precise","esnext.object.has-own","esnext.object.group-by","esnext.promise.all-settled","esnext.promise.any","esnext.promise.try","esnext.promise.with-resolvers","esnext.regexp.escape","esnext.set.difference.v2","esnext.set.difference","esnext.set.intersection.v2","esnext.set.intersection","esnext.set.is-disjoint-from.v2","esnext.set.is-disjoint-from","esnext.set.is-subset-of.v2","esnext.set.is-subset-of","esnext.set.is-superset-of.v2","esnext.set.is-superset-of","esnext.set.symmetric-difference.v2","esnext.set.symmetric-difference","esnext.set.union.v2","esnext.set.union","esnext.string.dedent","esnext.string.is-well-formed","esnext.string.match-all","esnext.string.replace-all","esnext.string.to-well-formed","esnext.symbol.async-dispose","esnext.symbol.custom-matcher","esnext.symbol.dispose","esnext.symbol.is-registered-symbol","esnext.symbol.is-registered","esnext.symbol.is-well-known-symbol","esnext.symbol.is-well-known","esnext.symbol.metadata","esnext.symbol.metadata-key","esnext.typed-array.at","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.group-by","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.with","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex","esnext.weak-map.emplace","esnext.weak-map.get-or-insert","esnext.weak-map.get-or-insert-computed"],"core-js/stage/2.7":["es.string.at-alternative","esnext.aggregate-error","esnext.suppressed-error.constructor","esnext.array.from-async","esnext.array.at","esnext.array.find-last","esnext.array.find-last-index","esnext.array.group","esnext.array.group-by","esnext.array.group-by-to-map","esnext.array.group-to-map","esnext.array.to-reversed","esnext.array.to-sorted","esnext.array.to-spliced","esnext.array.with","esnext.array-buffer.detached","esnext.array-buffer.transfer","esnext.array-buffer.transfer-to-fixed-length","esnext.async-disposable-stack.constructor","esnext.async-iterator.constructor","esnext.async-iterator.async-dispose","esnext.async-iterator.drop","esnext.async-iterator.every","esnext.async-iterator.filter","esnext.async-iterator.find","esnext.async-iterator.flat-map","esnext.async-iterator.for-each","esnext.async-iterator.from","esnext.async-iterator.map","esnext.async-iterator.reduce","esnext.async-iterator.some","esnext.async-iterator.take","esnext.async-iterator.to-array","esnext.data-view.get-float16","esnext.data-view.set-float16","esnext.disposable-stack.constructor","esnext.error.is-error","esnext.function.metadata","esnext.global-this","esnext.iterator.constructor","esnext.iterator.concat","esnext.iterator.dispose","esnext.iterator.drop","esnext.iterator.every","esnext.iterator.filter","esnext.iterator.find","esnext.iterator.flat-map","esnext.iterator.for-each","esnext.iterator.from","esnext.iterator.map","esnext.iterator.reduce","esnext.iterator.some","esnext.iterator.take","esnext.iterator.to-array","esnext.iterator.to-async","esnext.json.is-raw-json","esnext.json.parse","esnext.json.raw-json","esnext.map.group-by","esnext.math.f16round","esnext.math.sum-precise","esnext.object.has-own","esnext.object.group-by","esnext.promise.all-settled","esnext.promise.any","esnext.promise.try","esnext.promise.with-resolvers","esnext.regexp.escape","esnext.set.difference.v2","esnext.set.intersection.v2","esnext.set.is-disjoint-from.v2","esnext.set.is-subset-of.v2","esnext.set.is-superset-of.v2","esnext.set.symmetric-difference.v2","esnext.set.union.v2","esnext.string.is-well-formed","esnext.string.match-all","esnext.string.replace-all","esnext.string.to-well-formed","esnext.symbol.async-dispose","esnext.symbol.dispose","esnext.symbol.metadata","esnext.typed-array.at","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.with","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex"],"core-js/stage/3":["es.string.at-alternative","esnext.aggregate-error","esnext.suppressed-error.constructor","esnext.array.from-async","esnext.array.at","esnext.array.find-last","esnext.array.find-last-index","esnext.array.group","esnext.array.group-by","esnext.array.group-by-to-map","esnext.array.group-to-map","esnext.array.to-reversed","esnext.array.to-sorted","esnext.array.to-spliced","esnext.array.with","esnext.array-buffer.detached","esnext.array-buffer.transfer","esnext.array-buffer.transfer-to-fixed-length","esnext.async-disposable-stack.constructor","esnext.async-iterator.constructor","esnext.async-iterator.async-dispose","esnext.async-iterator.drop","esnext.async-iterator.every","esnext.async-iterator.filter","esnext.async-iterator.find","esnext.async-iterator.flat-map","esnext.async-iterator.for-each","esnext.async-iterator.from","esnext.async-iterator.map","esnext.async-iterator.reduce","esnext.async-iterator.some","esnext.async-iterator.take","esnext.async-iterator.to-array","esnext.data-view.get-float16","esnext.data-view.set-float16","esnext.disposable-stack.constructor","esnext.error.is-error","esnext.function.metadata","esnext.global-this","esnext.iterator.constructor","esnext.iterator.dispose","esnext.iterator.drop","esnext.iterator.every","esnext.iterator.filter","esnext.iterator.find","esnext.iterator.flat-map","esnext.iterator.for-each","esnext.iterator.from","esnext.iterator.map","esnext.iterator.reduce","esnext.iterator.some","esnext.iterator.take","esnext.iterator.to-array","esnext.iterator.to-async","esnext.json.is-raw-json","esnext.json.parse","esnext.json.raw-json","esnext.map.group-by","esnext.math.f16round","esnext.math.sum-precise","esnext.object.has-own","esnext.object.group-by","esnext.promise.all-settled","esnext.promise.any","esnext.promise.try","esnext.promise.with-resolvers","esnext.regexp.escape","esnext.set.difference.v2","esnext.set.intersection.v2","esnext.set.is-disjoint-from.v2","esnext.set.is-subset-of.v2","esnext.set.is-superset-of.v2","esnext.set.symmetric-difference.v2","esnext.set.union.v2","esnext.string.is-well-formed","esnext.string.match-all","esnext.string.replace-all","esnext.string.to-well-formed","esnext.symbol.async-dispose","esnext.symbol.dispose","esnext.symbol.metadata","esnext.typed-array.at","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.with","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex"],"core-js/stage/4":["es.string.at-alternative","esnext.aggregate-error","esnext.array.at","esnext.array.find-last","esnext.array.find-last-index","esnext.array.to-reversed","esnext.array.to-sorted","esnext.array.to-spliced","esnext.array.with","esnext.array-buffer.detached","esnext.array-buffer.transfer","esnext.array-buffer.transfer-to-fixed-length","esnext.data-view.get-float16","esnext.data-view.set-float16","esnext.global-this","esnext.iterator.constructor","esnext.iterator.drop","esnext.iterator.every","esnext.iterator.filter","esnext.iterator.find","esnext.iterator.flat-map","esnext.iterator.for-each","esnext.iterator.from","esnext.iterator.map","esnext.iterator.reduce","esnext.iterator.some","esnext.iterator.take","esnext.iterator.to-array","esnext.map.group-by","esnext.math.f16round","esnext.object.has-own","esnext.object.group-by","esnext.promise.all-settled","esnext.promise.any","esnext.promise.try","esnext.promise.with-resolvers","esnext.regexp.escape","esnext.set.difference.v2","esnext.set.intersection.v2","esnext.set.is-disjoint-from.v2","esnext.set.is-subset-of.v2","esnext.set.is-superset-of.v2","esnext.set.symmetric-difference.v2","esnext.set.union.v2","esnext.string.is-well-formed","esnext.string.match-all","esnext.string.replace-all","esnext.string.to-well-formed","esnext.typed-array.at","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.with"],"core-js/stage/pre":["es.map","es.string.at-alternative","esnext.aggregate-error","esnext.suppressed-error.constructor","esnext.array.from-async","esnext.array.at","esnext.array.filter-out","esnext.array.filter-reject","esnext.array.find-last","esnext.array.find-last-index","esnext.array.group","esnext.array.group-by","esnext.array.group-by-to-map","esnext.array.group-to-map","esnext.array.is-template-object","esnext.array.last-index","esnext.array.last-item","esnext.array.to-reversed","esnext.array.to-sorted","esnext.array.to-spliced","esnext.array.unique-by","esnext.array.with","esnext.array-buffer.detached","esnext.array-buffer.transfer","esnext.array-buffer.transfer-to-fixed-length","esnext.async-disposable-stack.constructor","esnext.async-iterator.constructor","esnext.async-iterator.as-indexed-pairs","esnext.async-iterator.async-dispose","esnext.async-iterator.drop","esnext.async-iterator.every","esnext.async-iterator.filter","esnext.async-iterator.find","esnext.async-iterator.flat-map","esnext.async-iterator.for-each","esnext.async-iterator.from","esnext.async-iterator.indexed","esnext.async-iterator.map","esnext.async-iterator.reduce","esnext.async-iterator.some","esnext.async-iterator.take","esnext.async-iterator.to-array","esnext.bigint.range","esnext.composite-key","esnext.composite-symbol","esnext.data-view.get-float16","esnext.data-view.get-uint8-clamped","esnext.data-view.set-float16","esnext.data-view.set-uint8-clamped","esnext.disposable-stack.constructor","esnext.error.is-error","esnext.function.demethodize","esnext.function.is-callable","esnext.function.is-constructor","esnext.function.metadata","esnext.function.un-this","esnext.global-this","esnext.iterator.constructor","esnext.iterator.as-indexed-pairs","esnext.iterator.concat","esnext.iterator.dispose","esnext.iterator.drop","esnext.iterator.every","esnext.iterator.filter","esnext.iterator.find","esnext.iterator.flat-map","esnext.iterator.for-each","esnext.iterator.from","esnext.iterator.indexed","esnext.iterator.map","esnext.iterator.range","esnext.iterator.reduce","esnext.iterator.some","esnext.iterator.take","esnext.iterator.to-array","esnext.iterator.to-async","esnext.json.is-raw-json","esnext.json.parse","esnext.json.raw-json","esnext.map.delete-all","esnext.map.emplace","esnext.map.every","esnext.map.filter","esnext.map.find","esnext.map.find-key","esnext.map.from","esnext.map.get-or-insert","esnext.map.get-or-insert-computed","esnext.map.group-by","esnext.map.includes","esnext.map.key-by","esnext.map.key-of","esnext.map.map-keys","esnext.map.map-values","esnext.map.merge","esnext.map.of","esnext.map.reduce","esnext.map.some","esnext.map.update","esnext.map.update-or-insert","esnext.map.upsert","esnext.math.clamp","esnext.math.deg-per-rad","esnext.math.degrees","esnext.math.fscale","esnext.math.f16round","esnext.math.iaddh","esnext.math.imulh","esnext.math.isubh","esnext.math.rad-per-deg","esnext.math.radians","esnext.math.scale","esnext.math.seeded-prng","esnext.math.signbit","esnext.math.sum-precise","esnext.math.umulh","esnext.number.from-string","esnext.number.range","esnext.object.has-own","esnext.object.iterate-entries","esnext.object.iterate-keys","esnext.object.iterate-values","esnext.object.group-by","esnext.observable","esnext.promise.all-settled","esnext.promise.any","esnext.promise.try","esnext.promise.with-resolvers","esnext.reflect.define-metadata","esnext.reflect.delete-metadata","esnext.reflect.get-metadata","esnext.reflect.get-metadata-keys","esnext.reflect.get-own-metadata","esnext.reflect.get-own-metadata-keys","esnext.reflect.has-metadata","esnext.reflect.has-own-metadata","esnext.reflect.metadata","esnext.regexp.escape","esnext.set.add-all","esnext.set.delete-all","esnext.set.difference.v2","esnext.set.difference","esnext.set.every","esnext.set.filter","esnext.set.find","esnext.set.from","esnext.set.intersection.v2","esnext.set.intersection","esnext.set.is-disjoint-from.v2","esnext.set.is-disjoint-from","esnext.set.is-subset-of.v2","esnext.set.is-subset-of","esnext.set.is-superset-of.v2","esnext.set.is-superset-of","esnext.set.join","esnext.set.map","esnext.set.of","esnext.set.reduce","esnext.set.some","esnext.set.symmetric-difference.v2","esnext.set.symmetric-difference","esnext.set.union.v2","esnext.set.union","esnext.string.at","esnext.string.cooked","esnext.string.code-points","esnext.string.dedent","esnext.string.is-well-formed","esnext.string.match-all","esnext.string.replace-all","esnext.string.to-well-formed","esnext.symbol.async-dispose","esnext.symbol.custom-matcher","esnext.symbol.dispose","esnext.symbol.is-registered-symbol","esnext.symbol.is-registered","esnext.symbol.is-well-known-symbol","esnext.symbol.is-well-known","esnext.symbol.matcher","esnext.symbol.metadata","esnext.symbol.metadata-key","esnext.symbol.observable","esnext.symbol.pattern-match","esnext.symbol.replace-all","esnext.typed-array.from-async","esnext.typed-array.at","esnext.typed-array.filter-out","esnext.typed-array.filter-reject","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.group-by","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.unique-by","esnext.typed-array.with","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex","esnext.weak-map.delete-all","esnext.weak-map.from","esnext.weak-map.of","esnext.weak-map.emplace","esnext.weak-map.get-or-insert","esnext.weak-map.get-or-insert-computed","esnext.weak-map.upsert","esnext.weak-set.add-all","esnext.weak-set.delete-all","esnext.weak-set.from","esnext.weak-set.of","web.url","web.url.can-parse","web.url.parse","web.url.to-json","web.url-search-params","web.url-search-params.delete","web.url-search-params.has","web.url-search-params.size"],"core-js/web":["web.atob","web.btoa","web.dom-collections.for-each","web.dom-collections.iterator","web.dom-exception.constructor","web.dom-exception.stack","web.dom-exception.to-string-tag","web.immediate","web.queue-microtask","web.self","web.structured-clone","web.timers","web.url","web.url.can-parse","web.url.parse","web.url.to-json","web.url-search-params","web.url-search-params.delete","web.url-search-params.has","web.url-search-params.size"],"core-js/web/dom-collections":["web.dom-collections.for-each","web.dom-collections.iterator"],"core-js/web/dom-exception":["es.error.to-string","web.dom-exception.constructor","web.dom-exception.stack","web.dom-exception.to-string-tag"],"core-js/web/immediate":["web.immediate"],"core-js/web/queue-microtask":["web.queue-microtask"],"core-js/web/structured-clone":["es.array.iterator","es.map","es.object.to-string","es.set","web.structured-clone"],"core-js/web/timers":["web.timers"],"core-js/web/url":["web.url","web.url.can-parse","web.url.parse","web.url.to-json","web.url-search-params","web.url-search-params.delete","web.url-search-params.has","web.url-search-params.size"],"core-js/web/url-search-params":["web.url-search-params","web.url-search-params.delete","web.url-search-params.has","web.url-search-params.size"]}')},4143:e=>{"use strict";e.exports=JSON.parse('{"3.0":["es.symbol","es.symbol.description","es.symbol.async-iterator","es.symbol.has-instance","es.symbol.is-concat-spreadable","es.symbol.iterator","es.symbol.match","es.symbol.replace","es.symbol.search","es.symbol.species","es.symbol.split","es.symbol.to-primitive","es.symbol.to-string-tag","es.symbol.unscopables","es.array.concat","es.array.copy-within","es.array.every","es.array.fill","es.array.filter","es.array.find","es.array.find-index","es.array.flat","es.array.flat-map","es.array.for-each","es.array.from","es.array.includes","es.array.index-of","es.array.is-array","es.array.iterator","es.array.join","es.array.last-index-of","es.array.map","es.array.of","es.array.reduce","es.array.reduce-right","es.array.reverse","es.array.slice","es.array.some","es.array.sort","es.array.species","es.array.splice","es.array.unscopables.flat","es.array.unscopables.flat-map","es.array-buffer.constructor","es.array-buffer.is-view","es.array-buffer.slice","es.data-view","es.date.now","es.date.to-iso-string","es.date.to-json","es.date.to-primitive","es.date.to-string","es.function.bind","es.function.has-instance","es.function.name","es.json.to-string-tag","es.map","es.math.acosh","es.math.asinh","es.math.atanh","es.math.cbrt","es.math.clz32","es.math.cosh","es.math.expm1","es.math.fround","es.math.hypot","es.math.imul","es.math.log10","es.math.log1p","es.math.log2","es.math.sign","es.math.sinh","es.math.tanh","es.math.to-string-tag","es.math.trunc","es.number.constructor","es.number.epsilon","es.number.is-finite","es.number.is-integer","es.number.is-nan","es.number.is-safe-integer","es.number.max-safe-integer","es.number.min-safe-integer","es.number.parse-float","es.number.parse-int","es.number.to-fixed","es.number.to-precision","es.object.assign","es.object.create","es.object.define-getter","es.object.define-properties","es.object.define-property","es.object.define-setter","es.object.entries","es.object.freeze","es.object.from-entries","es.object.get-own-property-descriptor","es.object.get-own-property-descriptors","es.object.get-own-property-names","es.object.get-prototype-of","es.object.is","es.object.is-extensible","es.object.is-frozen","es.object.is-sealed","es.object.keys","es.object.lookup-getter","es.object.lookup-setter","es.object.prevent-extensions","es.object.seal","es.object.set-prototype-of","es.object.to-string","es.object.values","es.parse-float","es.parse-int","es.promise","es.promise.finally","es.reflect.apply","es.reflect.construct","es.reflect.define-property","es.reflect.delete-property","es.reflect.get","es.reflect.get-own-property-descriptor","es.reflect.get-prototype-of","es.reflect.has","es.reflect.is-extensible","es.reflect.own-keys","es.reflect.prevent-extensions","es.reflect.set","es.reflect.set-prototype-of","es.regexp.constructor","es.regexp.exec","es.regexp.flags","es.regexp.to-string","es.set","es.string.code-point-at","es.string.ends-with","es.string.from-code-point","es.string.includes","es.string.iterator","es.string.match","es.string.pad-end","es.string.pad-start","es.string.raw","es.string.repeat","es.string.replace","es.string.search","es.string.split","es.string.starts-with","es.string.trim","es.string.trim-end","es.string.trim-start","es.string.anchor","es.string.big","es.string.blink","es.string.bold","es.string.fixed","es.string.fontcolor","es.string.fontsize","es.string.italics","es.string.link","es.string.small","es.string.strike","es.string.sub","es.string.sup","es.typed-array.float32-array","es.typed-array.float64-array","es.typed-array.int8-array","es.typed-array.int16-array","es.typed-array.int32-array","es.typed-array.uint8-array","es.typed-array.uint8-clamped-array","es.typed-array.uint16-array","es.typed-array.uint32-array","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-string","es.weak-map","es.weak-set","esnext.aggregate-error","esnext.array.last-index","esnext.array.last-item","esnext.composite-key","esnext.composite-symbol","esnext.global-this","esnext.map.delete-all","esnext.map.every","esnext.map.filter","esnext.map.find","esnext.map.find-key","esnext.map.from","esnext.map.group-by","esnext.map.includes","esnext.map.key-by","esnext.map.key-of","esnext.map.map-keys","esnext.map.map-values","esnext.map.merge","esnext.map.of","esnext.map.reduce","esnext.map.some","esnext.map.update","esnext.math.clamp","esnext.math.deg-per-rad","esnext.math.degrees","esnext.math.fscale","esnext.math.iaddh","esnext.math.imulh","esnext.math.isubh","esnext.math.rad-per-deg","esnext.math.radians","esnext.math.scale","esnext.math.seeded-prng","esnext.math.signbit","esnext.math.umulh","esnext.number.from-string","esnext.observable","esnext.promise.all-settled","esnext.promise.any","esnext.promise.try","esnext.reflect.define-metadata","esnext.reflect.delete-metadata","esnext.reflect.get-metadata","esnext.reflect.get-metadata-keys","esnext.reflect.get-own-metadata","esnext.reflect.get-own-metadata-keys","esnext.reflect.has-metadata","esnext.reflect.has-own-metadata","esnext.reflect.metadata","esnext.set.add-all","esnext.set.delete-all","esnext.set.difference","esnext.set.every","esnext.set.filter","esnext.set.find","esnext.set.from","esnext.set.intersection","esnext.set.is-disjoint-from","esnext.set.is-subset-of","esnext.set.is-superset-of","esnext.set.join","esnext.set.map","esnext.set.of","esnext.set.reduce","esnext.set.some","esnext.set.symmetric-difference","esnext.set.union","esnext.string.at","esnext.string.code-points","esnext.string.match-all","esnext.string.replace-all","esnext.symbol.dispose","esnext.symbol.observable","esnext.symbol.pattern-match","esnext.weak-map.delete-all","esnext.weak-map.from","esnext.weak-map.of","esnext.weak-set.add-all","esnext.weak-set.delete-all","esnext.weak-set.from","esnext.weak-set.of","web.dom-collections.for-each","web.dom-collections.iterator","web.immediate","web.queue-microtask","web.timers","web.url","web.url.to-json","web.url-search-params"],"3.1":["es.string.match-all","es.symbol.match-all","esnext.symbol.replace-all"],"3.2":["es.promise.all-settled","esnext.array.is-template-object","esnext.map.update-or-insert","esnext.symbol.async-dispose"],"3.3":["es.global-this","esnext.async-iterator.constructor","esnext.async-iterator.as-indexed-pairs","esnext.async-iterator.drop","esnext.async-iterator.every","esnext.async-iterator.filter","esnext.async-iterator.find","esnext.async-iterator.flat-map","esnext.async-iterator.for-each","esnext.async-iterator.from","esnext.async-iterator.map","esnext.async-iterator.reduce","esnext.async-iterator.some","esnext.async-iterator.take","esnext.async-iterator.to-array","esnext.iterator.constructor","esnext.iterator.as-indexed-pairs","esnext.iterator.drop","esnext.iterator.every","esnext.iterator.filter","esnext.iterator.find","esnext.iterator.flat-map","esnext.iterator.for-each","esnext.iterator.from","esnext.iterator.map","esnext.iterator.reduce","esnext.iterator.some","esnext.iterator.take","esnext.iterator.to-array","esnext.map.upsert","esnext.weak-map.upsert"],"3.4":["es.json.stringify"],"3.5":["esnext.object.iterate-entries","esnext.object.iterate-keys","esnext.object.iterate-values"],"3.6":["es.regexp.sticky","es.regexp.test"],"3.7":["es.aggregate-error","es.promise.any","es.reflect.to-string-tag","es.string.replace-all","esnext.map.emplace","esnext.weak-map.emplace"],"3.8":["esnext.array.at","esnext.array.filter-out","esnext.array.unique-by","esnext.bigint.range","esnext.number.range","esnext.typed-array.at","esnext.typed-array.filter-out"],"3.9":["esnext.array.find-last","esnext.array.find-last-index","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.unique-by"],"3.11":["esnext.object.has-own"],"3.12":["esnext.symbol.matcher","esnext.symbol.metadata"],"3.15":["es.date.get-year","es.date.set-year","es.date.to-gmt-string","es.escape","es.regexp.dot-all","es.string.substr","es.unescape"],"3.16":["esnext.array.filter-reject","esnext.array.group-by","esnext.typed-array.filter-reject","esnext.typed-array.group-by"],"3.17":["es.array.at","es.object.has-own","es.string.at-alternative","es.typed-array.at"],"3.18":["esnext.array.from-async","esnext.typed-array.from-async"],"3.20":["es.error.cause","es.error.to-string","es.aggregate-error.cause","es.number.to-exponential","esnext.array.group-by-to-map","esnext.array.to-reversed","esnext.array.to-sorted","esnext.array.to-spliced","esnext.array.with","esnext.function.is-callable","esnext.function.is-constructor","esnext.function.un-this","esnext.iterator.to-async","esnext.string.cooked","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.with","web.dom-exception.constructor","web.dom-exception.stack","web.dom-exception.to-string-tag","web.structured-clone"],"3.21":["web.atob","web.btoa"],"3.23":["es.array.find-last","es.array.find-last-index","es.array.push","es.array.unshift","es.typed-array.find-last","es.typed-array.find-last-index","esnext.array.group","esnext.array.group-to-map","esnext.symbol.metadata-key"],"3.24":["esnext.async-iterator.indexed","esnext.iterator.indexed"],"3.25":["es.object.proto"],"3.26":["esnext.string.is-well-formed","esnext.string.to-well-formed","web.self"],"3.27":["esnext.suppressed-error.constructor","esnext.async-disposable-stack.constructor","esnext.async-iterator.async-dispose","esnext.disposable-stack.constructor","esnext.iterator.dispose","esnext.set.difference.v2","esnext.set.intersection.v2","esnext.set.is-disjoint-from.v2","esnext.set.is-subset-of.v2","esnext.set.is-superset-of.v2","esnext.set.symmetric-difference.v2","esnext.set.union.v2","esnext.string.dedent"],"3.28":["es.array.to-reversed","es.array.to-sorted","es.array.to-spliced","es.array.with","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.with","esnext.array-buffer.detached","esnext.array-buffer.transfer","esnext.array-buffer.transfer-to-fixed-length","esnext.function.demethodize","esnext.iterator.range","esnext.json.is-raw-json","esnext.json.parse","esnext.json.raw-json","esnext.symbol.is-registered","esnext.symbol.is-well-known"],"3.29":["web.url-search-params.size"],"3.30":["web.url.can-parse"],"3.31":["es.string.is-well-formed","es.string.to-well-formed","esnext.function.metadata","esnext.object.group-by","esnext.promise.with-resolvers","esnext.symbol.is-registered-symbol","esnext.symbol.is-well-known-symbol","web.url-search-params.delete","web.url-search-params.has"],"3.32":["esnext.data-view.get-float16","esnext.data-view.get-uint8-clamped","esnext.data-view.set-float16","esnext.data-view.set-uint8-clamped","esnext.math.f16round"],"3.33":["esnext.regexp.escape"],"3.34":["es.map.group-by","es.object.group-by","es.promise.with-resolvers","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex"],"3.36":["es.array-buffer.detached","es.array-buffer.transfer","es.array-buffer.transfer-to-fixed-length"],"3.37":["es.set.difference.v2","es.set.intersection.v2","es.set.is-disjoint-from.v2","es.set.is-subset-of.v2","es.set.is-superset-of.v2","es.set.symmetric-difference.v2","es.set.union.v2","esnext.math.sum-precise","esnext.symbol.custom-matcher","web.url.parse"],"3.38":["esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex"],"3.39":["es.iterator.constructor","es.iterator.drop","es.iterator.every","es.iterator.filter","es.iterator.find","es.iterator.flat-map","es.iterator.for-each","es.iterator.from","es.iterator.map","es.iterator.reduce","es.iterator.some","es.iterator.take","es.iterator.to-array","es.promise.try","esnext.iterator.concat","esnext.map.get-or-insert","esnext.map.get-or-insert-computed","esnext.weak-map.get-or-insert","esnext.weak-map.get-or-insert-computed"],"3.40":["esnext.error.is-error"],"3.41":["es.data-view.get-float16","es.data-view.set-float16","es.math.f16round","es.regexp.escape"]}')},9925:e=>{"use strict";e.exports=JSON.parse('["es.symbol","es.symbol.description","es.symbol.async-iterator","es.symbol.has-instance","es.symbol.is-concat-spreadable","es.symbol.iterator","es.symbol.match","es.symbol.match-all","es.symbol.replace","es.symbol.search","es.symbol.species","es.symbol.split","es.symbol.to-primitive","es.symbol.to-string-tag","es.symbol.unscopables","es.error.cause","es.error.to-string","es.aggregate-error","es.aggregate-error.cause","es.array.at","es.array.concat","es.array.copy-within","es.array.every","es.array.fill","es.array.filter","es.array.find","es.array.find-index","es.array.find-last","es.array.find-last-index","es.array.flat","es.array.flat-map","es.array.for-each","es.array.from","es.array.includes","es.array.index-of","es.array.is-array","es.array.iterator","es.array.join","es.array.last-index-of","es.array.map","es.array.of","es.array.push","es.array.reduce","es.array.reduce-right","es.array.reverse","es.array.slice","es.array.some","es.array.sort","es.array.species","es.array.splice","es.array.to-reversed","es.array.to-sorted","es.array.to-spliced","es.array.unscopables.flat","es.array.unscopables.flat-map","es.array.unshift","es.array.with","es.array-buffer.constructor","es.array-buffer.is-view","es.array-buffer.slice","es.data-view","es.data-view.get-float16","es.data-view.set-float16","es.array-buffer.detached","es.array-buffer.transfer","es.array-buffer.transfer-to-fixed-length","es.date.get-year","es.date.now","es.date.set-year","es.date.to-gmt-string","es.date.to-iso-string","es.date.to-json","es.date.to-primitive","es.date.to-string","es.escape","es.function.bind","es.function.has-instance","es.function.name","es.global-this","es.iterator.constructor","es.iterator.drop","es.iterator.every","es.iterator.filter","es.iterator.find","es.iterator.flat-map","es.iterator.for-each","es.iterator.from","es.iterator.map","es.iterator.reduce","es.iterator.some","es.iterator.take","es.iterator.to-array","es.json.stringify","es.json.to-string-tag","es.map","es.map.group-by","es.math.acosh","es.math.asinh","es.math.atanh","es.math.cbrt","es.math.clz32","es.math.cosh","es.math.expm1","es.math.fround","es.math.f16round","es.math.hypot","es.math.imul","es.math.log10","es.math.log1p","es.math.log2","es.math.sign","es.math.sinh","es.math.tanh","es.math.to-string-tag","es.math.trunc","es.number.constructor","es.number.epsilon","es.number.is-finite","es.number.is-integer","es.number.is-nan","es.number.is-safe-integer","es.number.max-safe-integer","es.number.min-safe-integer","es.number.parse-float","es.number.parse-int","es.number.to-exponential","es.number.to-fixed","es.number.to-precision","es.object.assign","es.object.create","es.object.define-getter","es.object.define-properties","es.object.define-property","es.object.define-setter","es.object.entries","es.object.freeze","es.object.from-entries","es.object.get-own-property-descriptor","es.object.get-own-property-descriptors","es.object.get-own-property-names","es.object.get-prototype-of","es.object.group-by","es.object.has-own","es.object.is","es.object.is-extensible","es.object.is-frozen","es.object.is-sealed","es.object.keys","es.object.lookup-getter","es.object.lookup-setter","es.object.prevent-extensions","es.object.proto","es.object.seal","es.object.set-prototype-of","es.object.to-string","es.object.values","es.parse-float","es.parse-int","es.promise","es.promise.all-settled","es.promise.any","es.promise.finally","es.promise.try","es.promise.with-resolvers","es.reflect.apply","es.reflect.construct","es.reflect.define-property","es.reflect.delete-property","es.reflect.get","es.reflect.get-own-property-descriptor","es.reflect.get-prototype-of","es.reflect.has","es.reflect.is-extensible","es.reflect.own-keys","es.reflect.prevent-extensions","es.reflect.set","es.reflect.set-prototype-of","es.reflect.to-string-tag","es.regexp.constructor","es.regexp.escape","es.regexp.dot-all","es.regexp.exec","es.regexp.flags","es.regexp.sticky","es.regexp.test","es.regexp.to-string","es.set","es.set.difference.v2","es.set.intersection.v2","es.set.is-disjoint-from.v2","es.set.is-subset-of.v2","es.set.is-superset-of.v2","es.set.symmetric-difference.v2","es.set.union.v2","es.string.at-alternative","es.string.code-point-at","es.string.ends-with","es.string.from-code-point","es.string.includes","es.string.is-well-formed","es.string.iterator","es.string.match","es.string.match-all","es.string.pad-end","es.string.pad-start","es.string.raw","es.string.repeat","es.string.replace","es.string.replace-all","es.string.search","es.string.split","es.string.starts-with","es.string.substr","es.string.to-well-formed","es.string.trim","es.string.trim-end","es.string.trim-start","es.string.anchor","es.string.big","es.string.blink","es.string.bold","es.string.fixed","es.string.fontcolor","es.string.fontsize","es.string.italics","es.string.link","es.string.small","es.string.strike","es.string.sub","es.string.sup","es.typed-array.float32-array","es.typed-array.float64-array","es.typed-array.int8-array","es.typed-array.int16-array","es.typed-array.int32-array","es.typed-array.uint8-array","es.typed-array.uint8-clamped-array","es.typed-array.uint16-array","es.typed-array.uint32-array","es.typed-array.at","es.typed-array.copy-within","es.typed-array.every","es.typed-array.fill","es.typed-array.filter","es.typed-array.find","es.typed-array.find-index","es.typed-array.find-last","es.typed-array.find-last-index","es.typed-array.for-each","es.typed-array.from","es.typed-array.includes","es.typed-array.index-of","es.typed-array.iterator","es.typed-array.join","es.typed-array.last-index-of","es.typed-array.map","es.typed-array.of","es.typed-array.reduce","es.typed-array.reduce-right","es.typed-array.reverse","es.typed-array.set","es.typed-array.slice","es.typed-array.some","es.typed-array.sort","es.typed-array.subarray","es.typed-array.to-locale-string","es.typed-array.to-reversed","es.typed-array.to-sorted","es.typed-array.to-string","es.typed-array.with","es.unescape","es.weak-map","es.weak-set","esnext.aggregate-error","esnext.suppressed-error.constructor","esnext.array.from-async","esnext.array.at","esnext.array.filter-out","esnext.array.filter-reject","esnext.array.find-last","esnext.array.find-last-index","esnext.array.group","esnext.array.group-by","esnext.array.group-by-to-map","esnext.array.group-to-map","esnext.array.is-template-object","esnext.array.last-index","esnext.array.last-item","esnext.array.to-reversed","esnext.array.to-sorted","esnext.array.to-spliced","esnext.array.unique-by","esnext.array.with","esnext.array-buffer.detached","esnext.array-buffer.transfer","esnext.array-buffer.transfer-to-fixed-length","esnext.async-disposable-stack.constructor","esnext.async-iterator.constructor","esnext.async-iterator.as-indexed-pairs","esnext.async-iterator.async-dispose","esnext.async-iterator.drop","esnext.async-iterator.every","esnext.async-iterator.filter","esnext.async-iterator.find","esnext.async-iterator.flat-map","esnext.async-iterator.for-each","esnext.async-iterator.from","esnext.async-iterator.indexed","esnext.async-iterator.map","esnext.async-iterator.reduce","esnext.async-iterator.some","esnext.async-iterator.take","esnext.async-iterator.to-array","esnext.bigint.range","esnext.composite-key","esnext.composite-symbol","esnext.data-view.get-float16","esnext.data-view.get-uint8-clamped","esnext.data-view.set-float16","esnext.data-view.set-uint8-clamped","esnext.disposable-stack.constructor","esnext.error.is-error","esnext.function.demethodize","esnext.function.is-callable","esnext.function.is-constructor","esnext.function.metadata","esnext.function.un-this","esnext.global-this","esnext.iterator.constructor","esnext.iterator.as-indexed-pairs","esnext.iterator.concat","esnext.iterator.dispose","esnext.iterator.drop","esnext.iterator.every","esnext.iterator.filter","esnext.iterator.find","esnext.iterator.flat-map","esnext.iterator.for-each","esnext.iterator.from","esnext.iterator.indexed","esnext.iterator.map","esnext.iterator.range","esnext.iterator.reduce","esnext.iterator.some","esnext.iterator.take","esnext.iterator.to-array","esnext.iterator.to-async","esnext.json.is-raw-json","esnext.json.parse","esnext.json.raw-json","esnext.map.delete-all","esnext.map.emplace","esnext.map.every","esnext.map.filter","esnext.map.find","esnext.map.find-key","esnext.map.from","esnext.map.get-or-insert","esnext.map.get-or-insert-computed","esnext.map.group-by","esnext.map.includes","esnext.map.key-by","esnext.map.key-of","esnext.map.map-keys","esnext.map.map-values","esnext.map.merge","esnext.map.of","esnext.map.reduce","esnext.map.some","esnext.map.update","esnext.map.update-or-insert","esnext.map.upsert","esnext.math.clamp","esnext.math.deg-per-rad","esnext.math.degrees","esnext.math.fscale","esnext.math.f16round","esnext.math.iaddh","esnext.math.imulh","esnext.math.isubh","esnext.math.rad-per-deg","esnext.math.radians","esnext.math.scale","esnext.math.seeded-prng","esnext.math.signbit","esnext.math.sum-precise","esnext.math.umulh","esnext.number.from-string","esnext.number.range","esnext.object.has-own","esnext.object.iterate-entries","esnext.object.iterate-keys","esnext.object.iterate-values","esnext.object.group-by","esnext.observable","esnext.promise.all-settled","esnext.promise.any","esnext.promise.try","esnext.promise.with-resolvers","esnext.reflect.define-metadata","esnext.reflect.delete-metadata","esnext.reflect.get-metadata","esnext.reflect.get-metadata-keys","esnext.reflect.get-own-metadata","esnext.reflect.get-own-metadata-keys","esnext.reflect.has-metadata","esnext.reflect.has-own-metadata","esnext.reflect.metadata","esnext.regexp.escape","esnext.set.add-all","esnext.set.delete-all","esnext.set.difference.v2","esnext.set.difference","esnext.set.every","esnext.set.filter","esnext.set.find","esnext.set.from","esnext.set.intersection.v2","esnext.set.intersection","esnext.set.is-disjoint-from.v2","esnext.set.is-disjoint-from","esnext.set.is-subset-of.v2","esnext.set.is-subset-of","esnext.set.is-superset-of.v2","esnext.set.is-superset-of","esnext.set.join","esnext.set.map","esnext.set.of","esnext.set.reduce","esnext.set.some","esnext.set.symmetric-difference.v2","esnext.set.symmetric-difference","esnext.set.union.v2","esnext.set.union","esnext.string.at","esnext.string.cooked","esnext.string.code-points","esnext.string.dedent","esnext.string.is-well-formed","esnext.string.match-all","esnext.string.replace-all","esnext.string.to-well-formed","esnext.symbol.async-dispose","esnext.symbol.custom-matcher","esnext.symbol.dispose","esnext.symbol.is-registered-symbol","esnext.symbol.is-registered","esnext.symbol.is-well-known-symbol","esnext.symbol.is-well-known","esnext.symbol.matcher","esnext.symbol.metadata","esnext.symbol.metadata-key","esnext.symbol.observable","esnext.symbol.pattern-match","esnext.symbol.replace-all","esnext.typed-array.from-async","esnext.typed-array.at","esnext.typed-array.filter-out","esnext.typed-array.filter-reject","esnext.typed-array.find-last","esnext.typed-array.find-last-index","esnext.typed-array.group-by","esnext.typed-array.to-reversed","esnext.typed-array.to-sorted","esnext.typed-array.to-spliced","esnext.typed-array.unique-by","esnext.typed-array.with","esnext.uint8-array.from-base64","esnext.uint8-array.from-hex","esnext.uint8-array.set-from-base64","esnext.uint8-array.set-from-hex","esnext.uint8-array.to-base64","esnext.uint8-array.to-hex","esnext.weak-map.delete-all","esnext.weak-map.from","esnext.weak-map.of","esnext.weak-map.emplace","esnext.weak-map.get-or-insert","esnext.weak-map.get-or-insert-computed","esnext.weak-map.upsert","esnext.weak-set.add-all","esnext.weak-set.delete-all","esnext.weak-set.from","esnext.weak-set.of","web.atob","web.btoa","web.dom-collections.for-each","web.dom-collections.iterator","web.dom-exception.constructor","web.dom-exception.stack","web.dom-exception.to-string-tag","web.immediate","web.queue-microtask","web.self","web.structured-clone","web.timers","web.url","web.url.can-parse","web.url.parse","web.url.to-json","web.url-search-params","web.url-search-params.delete","web.url-search-params.has","web.url-search-params.size"]')},3348:e=>{"use strict";e.exports={i8:"5.1.1"}},7137:e=>{"use strict";e.exports=JSON.parse('{"AssignmentExpression":["left","right"],"AssignmentPattern":["left","right"],"ArrayExpression":["elements"],"ArrayPattern":["elements"],"ArrowFunctionExpression":["params","body"],"AwaitExpression":["argument"],"BlockStatement":["body"],"BinaryExpression":["left","right"],"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":[],"ExportAllDeclaration":["exported","source"],"ExportDefaultDeclaration":["declaration"],"ExportNamedDeclaration":["declaration","specifiers","source"],"ExportSpecifier":["exported","local"],"ExpressionStatement":["expression"],"ExperimentalRestProperty":["argument"],"ExperimentalSpreadProperty":["argument"],"ForStatement":["init","test","update","body"],"ForInStatement":["left","right","body"],"ForOfStatement":["left","right","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"],"JSXElement":["openingElement","children","closingElement"],"JSXEmptyExpression":[],"JSXExpressionContainer":["expression"],"JSXIdentifier":[],"JSXMemberExpression":["object","property"],"JSXNamespacedName":["namespace","name"],"JSXOpeningElement":["name","attributes"],"JSXSpreadAttribute":["argument"],"JSXText":[],"JSXFragment":["openingFragment","children","closingFragment"],"Literal":[],"LabeledStatement":["label","body"],"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"],"Super":[],"SwitchStatement":["discriminant","cases"],"SwitchCase":["test","consequent"],"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"]}')},1473:e=>{"use strict";e.exports={i8:"9.37.0"}},4730:e=>{"use strict";e.exports={version:"4.3.0"}},1752:e=>{"use strict";e.exports={i8:"4.3.0"}},3676:e=>{"use strict";e.exports=JSON.parse('{"builtin":{"Array":false,"ArrayBuffer":false,"Atomics":false,"BigInt":false,"BigInt64Array":false,"BigUint64Array":false,"Boolean":false,"constructor":false,"DataView":false,"Date":false,"decodeURI":false,"decodeURIComponent":false,"encodeURI":false,"encodeURIComponent":false,"Error":false,"escape":false,"eval":false,"EvalError":false,"Float32Array":false,"Float64Array":false,"Function":false,"globalThis":false,"hasOwnProperty":false,"Infinity":false,"Int16Array":false,"Int32Array":false,"Int8Array":false,"isFinite":false,"isNaN":false,"isPrototypeOf":false,"JSON":false,"Map":false,"Math":false,"NaN":false,"Number":false,"Object":false,"parseFloat":false,"parseInt":false,"Promise":false,"propertyIsEnumerable":false,"Proxy":false,"RangeError":false,"ReferenceError":false,"Reflect":false,"RegExp":false,"Set":false,"SharedArrayBuffer":false,"String":false,"Symbol":false,"SyntaxError":false,"toLocaleString":false,"toString":false,"TypeError":false,"Uint16Array":false,"Uint32Array":false,"Uint8Array":false,"Uint8ClampedArray":false,"undefined":false,"unescape":false,"URIError":false,"valueOf":false,"WeakMap":false,"WeakSet":false},"es5":{"Array":false,"Boolean":false,"constructor":false,"Date":false,"decodeURI":false,"decodeURIComponent":false,"encodeURI":false,"encodeURIComponent":false,"Error":false,"escape":false,"eval":false,"EvalError":false,"Function":false,"hasOwnProperty":false,"Infinity":false,"isFinite":false,"isNaN":false,"isPrototypeOf":false,"JSON":false,"Math":false,"NaN":false,"Number":false,"Object":false,"parseFloat":false,"parseInt":false,"propertyIsEnumerable":false,"RangeError":false,"ReferenceError":false,"RegExp":false,"String":false,"SyntaxError":false,"toLocaleString":false,"toString":false,"TypeError":false,"undefined":false,"unescape":false,"URIError":false,"valueOf":false},"es2015":{"Array":false,"ArrayBuffer":false,"Boolean":false,"constructor":false,"DataView":false,"Date":false,"decodeURI":false,"decodeURIComponent":false,"encodeURI":false,"encodeURIComponent":false,"Error":false,"escape":false,"eval":false,"EvalError":false,"Float32Array":false,"Float64Array":false,"Function":false,"hasOwnProperty":false,"Infinity":false,"Int16Array":false,"Int32Array":false,"Int8Array":false,"isFinite":false,"isNaN":false,"isPrototypeOf":false,"JSON":false,"Map":false,"Math":false,"NaN":false,"Number":false,"Object":false,"parseFloat":false,"parseInt":false,"Promise":false,"propertyIsEnumerable":false,"Proxy":false,"RangeError":false,"ReferenceError":false,"Reflect":false,"RegExp":false,"Set":false,"String":false,"Symbol":false,"SyntaxError":false,"toLocaleString":false,"toString":false,"TypeError":false,"Uint16Array":false,"Uint32Array":false,"Uint8Array":false,"Uint8ClampedArray":false,"undefined":false,"unescape":false,"URIError":false,"valueOf":false,"WeakMap":false,"WeakSet":false},"es2017":{"Array":false,"ArrayBuffer":false,"Atomics":false,"Boolean":false,"constructor":false,"DataView":false,"Date":false,"decodeURI":false,"decodeURIComponent":false,"encodeURI":false,"encodeURIComponent":false,"Error":false,"escape":false,"eval":false,"EvalError":false,"Float32Array":false,"Float64Array":false,"Function":false,"hasOwnProperty":false,"Infinity":false,"Int16Array":false,"Int32Array":false,"Int8Array":false,"isFinite":false,"isNaN":false,"isPrototypeOf":false,"JSON":false,"Map":false,"Math":false,"NaN":false,"Number":false,"Object":false,"parseFloat":false,"parseInt":false,"Promise":false,"propertyIsEnumerable":false,"Proxy":false,"RangeError":false,"ReferenceError":false,"Reflect":false,"RegExp":false,"Set":false,"SharedArrayBuffer":false,"String":false,"Symbol":false,"SyntaxError":false,"toLocaleString":false,"toString":false,"TypeError":false,"Uint16Array":false,"Uint32Array":false,"Uint8Array":false,"Uint8ClampedArray":false,"undefined":false,"unescape":false,"URIError":false,"valueOf":false,"WeakMap":false,"WeakSet":false},"browser":{"AbortController":false,"AbortSignal":false,"addEventListener":false,"alert":false,"AnalyserNode":false,"Animation":false,"AnimationEffectReadOnly":false,"AnimationEffectTiming":false,"AnimationEffectTimingReadOnly":false,"AnimationEvent":false,"AnimationPlaybackEvent":false,"AnimationTimeline":false,"applicationCache":false,"ApplicationCache":false,"ApplicationCacheErrorEvent":false,"atob":false,"Attr":false,"Audio":false,"AudioBuffer":false,"AudioBufferSourceNode":false,"AudioContext":false,"AudioDestinationNode":false,"AudioListener":false,"AudioNode":false,"AudioParam":false,"AudioProcessingEvent":false,"AudioScheduledSourceNode":false,"AudioWorkletGlobalScope ":false,"AudioWorkletNode":false,"AudioWorkletProcessor":false,"BarProp":false,"BaseAudioContext":false,"BatteryManager":false,"BeforeUnloadEvent":false,"BiquadFilterNode":false,"Blob":false,"BlobEvent":false,"blur":false,"BroadcastChannel":false,"btoa":false,"BudgetService":false,"ByteLengthQueuingStrategy":false,"Cache":false,"caches":false,"CacheStorage":false,"cancelAnimationFrame":false,"cancelIdleCallback":false,"CanvasCaptureMediaStreamTrack":false,"CanvasGradient":false,"CanvasPattern":false,"CanvasRenderingContext2D":false,"ChannelMergerNode":false,"ChannelSplitterNode":false,"CharacterData":false,"clearInterval":false,"clearTimeout":false,"clientInformation":false,"ClipboardEvent":false,"close":false,"closed":false,"CloseEvent":false,"Comment":false,"CompositionEvent":false,"confirm":false,"console":false,"ConstantSourceNode":false,"ConvolverNode":false,"CountQueuingStrategy":false,"createImageBitmap":false,"Credential":false,"CredentialsContainer":false,"crypto":false,"Crypto":false,"CryptoKey":false,"CSS":false,"CSSConditionRule":false,"CSSFontFaceRule":false,"CSSGroupingRule":false,"CSSImportRule":false,"CSSKeyframeRule":false,"CSSKeyframesRule":false,"CSSMediaRule":false,"CSSNamespaceRule":false,"CSSPageRule":false,"CSSRule":false,"CSSRuleList":false,"CSSStyleDeclaration":false,"CSSStyleRule":false,"CSSStyleSheet":false,"CSSSupportsRule":false,"CustomElementRegistry":false,"customElements":false,"CustomEvent":false,"DataTransfer":false,"DataTransferItem":false,"DataTransferItemList":false,"defaultstatus":false,"defaultStatus":false,"DelayNode":false,"DeviceMotionEvent":false,"DeviceOrientationEvent":false,"devicePixelRatio":false,"dispatchEvent":false,"document":false,"Document":false,"DocumentFragment":false,"DocumentType":false,"DOMError":false,"DOMException":false,"DOMImplementation":false,"DOMMatrix":false,"DOMMatrixReadOnly":false,"DOMParser":false,"DOMPoint":false,"DOMPointReadOnly":false,"DOMQuad":false,"DOMRect":false,"DOMRectReadOnly":false,"DOMStringList":false,"DOMStringMap":false,"DOMTokenList":false,"DragEvent":false,"DynamicsCompressorNode":false,"Element":false,"ErrorEvent":false,"event":false,"Event":false,"EventSource":false,"EventTarget":false,"external":false,"fetch":false,"File":false,"FileList":false,"FileReader":false,"find":false,"focus":false,"FocusEvent":false,"FontFace":false,"FontFaceSetLoadEvent":false,"FormData":false,"frameElement":false,"frames":false,"GainNode":false,"Gamepad":false,"GamepadButton":false,"GamepadEvent":false,"getComputedStyle":false,"getSelection":false,"HashChangeEvent":false,"Headers":false,"history":false,"History":false,"HTMLAllCollection":false,"HTMLAnchorElement":false,"HTMLAreaElement":false,"HTMLAudioElement":false,"HTMLBaseElement":false,"HTMLBodyElement":false,"HTMLBRElement":false,"HTMLButtonElement":false,"HTMLCanvasElement":false,"HTMLCollection":false,"HTMLContentElement":false,"HTMLDataElement":false,"HTMLDataListElement":false,"HTMLDetailsElement":false,"HTMLDialogElement":false,"HTMLDirectoryElement":false,"HTMLDivElement":false,"HTMLDListElement":false,"HTMLDocument":false,"HTMLElement":false,"HTMLEmbedElement":false,"HTMLFieldSetElement":false,"HTMLFontElement":false,"HTMLFormControlsCollection":false,"HTMLFormElement":false,"HTMLFrameElement":false,"HTMLFrameSetElement":false,"HTMLHeadElement":false,"HTMLHeadingElement":false,"HTMLHRElement":false,"HTMLHtmlElement":false,"HTMLIFrameElement":false,"HTMLImageElement":false,"HTMLInputElement":false,"HTMLLabelElement":false,"HTMLLegendElement":false,"HTMLLIElement":false,"HTMLLinkElement":false,"HTMLMapElement":false,"HTMLMarqueeElement":false,"HTMLMediaElement":false,"HTMLMenuElement":false,"HTMLMetaElement":false,"HTMLMeterElement":false,"HTMLModElement":false,"HTMLObjectElement":false,"HTMLOListElement":false,"HTMLOptGroupElement":false,"HTMLOptionElement":false,"HTMLOptionsCollection":false,"HTMLOutputElement":false,"HTMLParagraphElement":false,"HTMLParamElement":false,"HTMLPictureElement":false,"HTMLPreElement":false,"HTMLProgressElement":false,"HTMLQuoteElement":false,"HTMLScriptElement":false,"HTMLSelectElement":false,"HTMLShadowElement":false,"HTMLSlotElement":false,"HTMLSourceElement":false,"HTMLSpanElement":false,"HTMLStyleElement":false,"HTMLTableCaptionElement":false,"HTMLTableCellElement":false,"HTMLTableColElement":false,"HTMLTableElement":false,"HTMLTableRowElement":false,"HTMLTableSectionElement":false,"HTMLTemplateElement":false,"HTMLTextAreaElement":false,"HTMLTimeElement":false,"HTMLTitleElement":false,"HTMLTrackElement":false,"HTMLUListElement":false,"HTMLUnknownElement":false,"HTMLVideoElement":false,"IDBCursor":false,"IDBCursorWithValue":false,"IDBDatabase":false,"IDBFactory":false,"IDBIndex":false,"IDBKeyRange":false,"IDBObjectStore":false,"IDBOpenDBRequest":false,"IDBRequest":false,"IDBTransaction":false,"IDBVersionChangeEvent":false,"IdleDeadline":false,"IIRFilterNode":false,"Image":false,"ImageBitmap":false,"ImageBitmapRenderingContext":false,"ImageCapture":false,"ImageData":false,"indexedDB":false,"innerHeight":false,"innerWidth":false,"InputEvent":false,"IntersectionObserver":false,"IntersectionObserverEntry":false,"Intl":false,"isSecureContext":false,"KeyboardEvent":false,"KeyframeEffect":false,"KeyframeEffectReadOnly":false,"length":false,"localStorage":false,"location":true,"Location":false,"locationbar":false,"matchMedia":false,"MediaDeviceInfo":false,"MediaDevices":false,"MediaElementAudioSourceNode":false,"MediaEncryptedEvent":false,"MediaError":false,"MediaKeyMessageEvent":false,"MediaKeySession":false,"MediaKeyStatusMap":false,"MediaKeySystemAccess":false,"MediaList":false,"MediaQueryList":false,"MediaQueryListEvent":false,"MediaRecorder":false,"MediaSettingsRange":false,"MediaSource":false,"MediaStream":false,"MediaStreamAudioDestinationNode":false,"MediaStreamAudioSourceNode":false,"MediaStreamEvent":false,"MediaStreamTrack":false,"MediaStreamTrackEvent":false,"menubar":false,"MessageChannel":false,"MessageEvent":false,"MessagePort":false,"MIDIAccess":false,"MIDIConnectionEvent":false,"MIDIInput":false,"MIDIInputMap":false,"MIDIMessageEvent":false,"MIDIOutput":false,"MIDIOutputMap":false,"MIDIPort":false,"MimeType":false,"MimeTypeArray":false,"MouseEvent":false,"moveBy":false,"moveTo":false,"MutationEvent":false,"MutationObserver":false,"MutationRecord":false,"name":false,"NamedNodeMap":false,"NavigationPreloadManager":false,"navigator":false,"Navigator":false,"NetworkInformation":false,"Node":false,"NodeFilter":false,"NodeIterator":false,"NodeList":false,"Notification":false,"OfflineAudioCompletionEvent":false,"OfflineAudioContext":false,"offscreenBuffering":false,"OffscreenCanvas":true,"onabort":true,"onafterprint":true,"onanimationend":true,"onanimationiteration":true,"onanimationstart":true,"onappinstalled":true,"onauxclick":true,"onbeforeinstallprompt":true,"onbeforeprint":true,"onbeforeunload":true,"onblur":true,"oncancel":true,"oncanplay":true,"oncanplaythrough":true,"onchange":true,"onclick":true,"onclose":true,"oncontextmenu":true,"oncuechange":true,"ondblclick":true,"ondevicemotion":true,"ondeviceorientation":true,"ondeviceorientationabsolute":true,"ondrag":true,"ondragend":true,"ondragenter":true,"ondragleave":true,"ondragover":true,"ondragstart":true,"ondrop":true,"ondurationchange":true,"onemptied":true,"onended":true,"onerror":true,"onfocus":true,"ongotpointercapture":true,"onhashchange":true,"oninput":true,"oninvalid":true,"onkeydown":true,"onkeypress":true,"onkeyup":true,"onlanguagechange":true,"onload":true,"onloadeddata":true,"onloadedmetadata":true,"onloadstart":true,"onlostpointercapture":true,"onmessage":true,"onmessageerror":true,"onmousedown":true,"onmouseenter":true,"onmouseleave":true,"onmousemove":true,"onmouseout":true,"onmouseover":true,"onmouseup":true,"onmousewheel":true,"onoffline":true,"ononline":true,"onpagehide":true,"onpageshow":true,"onpause":true,"onplay":true,"onplaying":true,"onpointercancel":true,"onpointerdown":true,"onpointerenter":true,"onpointerleave":true,"onpointermove":true,"onpointerout":true,"onpointerover":true,"onpointerup":true,"onpopstate":true,"onprogress":true,"onratechange":true,"onrejectionhandled":true,"onreset":true,"onresize":true,"onscroll":true,"onsearch":true,"onseeked":true,"onseeking":true,"onselect":true,"onstalled":true,"onstorage":true,"onsubmit":true,"onsuspend":true,"ontimeupdate":true,"ontoggle":true,"ontransitionend":true,"onunhandledrejection":true,"onunload":true,"onvolumechange":true,"onwaiting":true,"onwheel":true,"open":false,"openDatabase":false,"opener":false,"Option":false,"origin":false,"OscillatorNode":false,"outerHeight":false,"outerWidth":false,"PageTransitionEvent":false,"pageXOffset":false,"pageYOffset":false,"PannerNode":false,"parent":false,"Path2D":false,"PaymentAddress":false,"PaymentRequest":false,"PaymentRequestUpdateEvent":false,"PaymentResponse":false,"performance":false,"Performance":false,"PerformanceEntry":false,"PerformanceLongTaskTiming":false,"PerformanceMark":false,"PerformanceMeasure":false,"PerformanceNavigation":false,"PerformanceNavigationTiming":false,"PerformanceObserver":false,"PerformanceObserverEntryList":false,"PerformancePaintTiming":false,"PerformanceResourceTiming":false,"PerformanceTiming":false,"PeriodicWave":false,"Permissions":false,"PermissionStatus":false,"personalbar":false,"PhotoCapabilities":false,"Plugin":false,"PluginArray":false,"PointerEvent":false,"PopStateEvent":false,"postMessage":false,"Presentation":false,"PresentationAvailability":false,"PresentationConnection":false,"PresentationConnectionAvailableEvent":false,"PresentationConnectionCloseEvent":false,"PresentationConnectionList":false,"PresentationReceiver":false,"PresentationRequest":false,"print":false,"ProcessingInstruction":false,"ProgressEvent":false,"PromiseRejectionEvent":false,"prompt":false,"PushManager":false,"PushSubscription":false,"PushSubscriptionOptions":false,"queueMicrotask":false,"RadioNodeList":false,"Range":false,"ReadableStream":false,"registerProcessor":false,"RemotePlayback":false,"removeEventListener":false,"Request":false,"requestAnimationFrame":false,"requestIdleCallback":false,"resizeBy":false,"ResizeObserver":false,"ResizeObserverEntry":false,"resizeTo":false,"Response":false,"RTCCertificate":false,"RTCDataChannel":false,"RTCDataChannelEvent":false,"RTCDtlsTransport":false,"RTCIceCandidate":false,"RTCIceGatherer":false,"RTCIceTransport":false,"RTCPeerConnection":false,"RTCPeerConnectionIceEvent":false,"RTCRtpContributingSource":false,"RTCRtpReceiver":false,"RTCRtpSender":false,"RTCSctpTransport":false,"RTCSessionDescription":false,"RTCStatsReport":false,"RTCTrackEvent":false,"screen":false,"Screen":false,"screenLeft":false,"ScreenOrientation":false,"screenTop":false,"screenX":false,"screenY":false,"ScriptProcessorNode":false,"scroll":false,"scrollbars":false,"scrollBy":false,"scrollTo":false,"scrollX":false,"scrollY":false,"SecurityPolicyViolationEvent":false,"Selection":false,"self":false,"ServiceWorker":false,"ServiceWorkerContainer":false,"ServiceWorkerRegistration":false,"sessionStorage":false,"setInterval":false,"setTimeout":false,"ShadowRoot":false,"SharedWorker":false,"SourceBuffer":false,"SourceBufferList":false,"speechSynthesis":false,"SpeechSynthesisEvent":false,"SpeechSynthesisUtterance":false,"StaticRange":false,"status":false,"statusbar":false,"StereoPannerNode":false,"stop":false,"Storage":false,"StorageEvent":false,"StorageManager":false,"styleMedia":false,"StyleSheet":false,"StyleSheetList":false,"SubtleCrypto":false,"SVGAElement":false,"SVGAngle":false,"SVGAnimatedAngle":false,"SVGAnimatedBoolean":false,"SVGAnimatedEnumeration":false,"SVGAnimatedInteger":false,"SVGAnimatedLength":false,"SVGAnimatedLengthList":false,"SVGAnimatedNumber":false,"SVGAnimatedNumberList":false,"SVGAnimatedPreserveAspectRatio":false,"SVGAnimatedRect":false,"SVGAnimatedString":false,"SVGAnimatedTransformList":false,"SVGAnimateElement":false,"SVGAnimateMotionElement":false,"SVGAnimateTransformElement":false,"SVGAnimationElement":false,"SVGCircleElement":false,"SVGClipPathElement":false,"SVGComponentTransferFunctionElement":false,"SVGDefsElement":false,"SVGDescElement":false,"SVGDiscardElement":false,"SVGElement":false,"SVGEllipseElement":false,"SVGFEBlendElement":false,"SVGFEColorMatrixElement":false,"SVGFEComponentTransferElement":false,"SVGFECompositeElement":false,"SVGFEConvolveMatrixElement":false,"SVGFEDiffuseLightingElement":false,"SVGFEDisplacementMapElement":false,"SVGFEDistantLightElement":false,"SVGFEDropShadowElement":false,"SVGFEFloodElement":false,"SVGFEFuncAElement":false,"SVGFEFuncBElement":false,"SVGFEFuncGElement":false,"SVGFEFuncRElement":false,"SVGFEGaussianBlurElement":false,"SVGFEImageElement":false,"SVGFEMergeElement":false,"SVGFEMergeNodeElement":false,"SVGFEMorphologyElement":false,"SVGFEOffsetElement":false,"SVGFEPointLightElement":false,"SVGFESpecularLightingElement":false,"SVGFESpotLightElement":false,"SVGFETileElement":false,"SVGFETurbulenceElement":false,"SVGFilterElement":false,"SVGForeignObjectElement":false,"SVGGElement":false,"SVGGeometryElement":false,"SVGGradientElement":false,"SVGGraphicsElement":false,"SVGImageElement":false,"SVGLength":false,"SVGLengthList":false,"SVGLinearGradientElement":false,"SVGLineElement":false,"SVGMarkerElement":false,"SVGMaskElement":false,"SVGMatrix":false,"SVGMetadataElement":false,"SVGMPathElement":false,"SVGNumber":false,"SVGNumberList":false,"SVGPathElement":false,"SVGPatternElement":false,"SVGPoint":false,"SVGPointList":false,"SVGPolygonElement":false,"SVGPolylineElement":false,"SVGPreserveAspectRatio":false,"SVGRadialGradientElement":false,"SVGRect":false,"SVGRectElement":false,"SVGScriptElement":false,"SVGSetElement":false,"SVGStopElement":false,"SVGStringList":false,"SVGStyleElement":false,"SVGSVGElement":false,"SVGSwitchElement":false,"SVGSymbolElement":false,"SVGTextContentElement":false,"SVGTextElement":false,"SVGTextPathElement":false,"SVGTextPositioningElement":false,"SVGTitleElement":false,"SVGTransform":false,"SVGTransformList":false,"SVGTSpanElement":false,"SVGUnitTypes":false,"SVGUseElement":false,"SVGViewElement":false,"TaskAttributionTiming":false,"Text":false,"TextDecoder":false,"TextEncoder":false,"TextEvent":false,"TextMetrics":false,"TextTrack":false,"TextTrackCue":false,"TextTrackCueList":false,"TextTrackList":false,"TimeRanges":false,"toolbar":false,"top":false,"Touch":false,"TouchEvent":false,"TouchList":false,"TrackEvent":false,"TransitionEvent":false,"TreeWalker":false,"UIEvent":false,"URL":false,"URLSearchParams":false,"ValidityState":false,"visualViewport":false,"VisualViewport":false,"VTTCue":false,"WaveShaperNode":false,"WebAssembly":false,"WebGL2RenderingContext":false,"WebGLActiveInfo":false,"WebGLBuffer":false,"WebGLContextEvent":false,"WebGLFramebuffer":false,"WebGLProgram":false,"WebGLQuery":false,"WebGLRenderbuffer":false,"WebGLRenderingContext":false,"WebGLSampler":false,"WebGLShader":false,"WebGLShaderPrecisionFormat":false,"WebGLSync":false,"WebGLTexture":false,"WebGLTransformFeedback":false,"WebGLUniformLocation":false,"WebGLVertexArrayObject":false,"WebSocket":false,"WheelEvent":false,"window":false,"Window":false,"Worker":false,"WritableStream":false,"XMLDocument":false,"XMLHttpRequest":false,"XMLHttpRequestEventTarget":false,"XMLHttpRequestUpload":false,"XMLSerializer":false,"XPathEvaluator":false,"XPathExpression":false,"XPathResult":false,"XSLTProcessor":false},"worker":{"addEventListener":false,"applicationCache":false,"atob":false,"Blob":false,"BroadcastChannel":false,"btoa":false,"Cache":false,"caches":false,"clearInterval":false,"clearTimeout":false,"close":true,"console":false,"fetch":false,"FileReaderSync":false,"FormData":false,"Headers":false,"IDBCursor":false,"IDBCursorWithValue":false,"IDBDatabase":false,"IDBFactory":false,"IDBIndex":false,"IDBKeyRange":false,"IDBObjectStore":false,"IDBOpenDBRequest":false,"IDBRequest":false,"IDBTransaction":false,"IDBVersionChangeEvent":false,"ImageData":false,"importScripts":true,"indexedDB":false,"location":false,"MessageChannel":false,"MessagePort":false,"name":false,"navigator":false,"Notification":false,"onclose":true,"onconnect":true,"onerror":true,"onlanguagechange":true,"onmessage":true,"onoffline":true,"ononline":true,"onrejectionhandled":true,"onunhandledrejection":true,"performance":false,"Performance":false,"PerformanceEntry":false,"PerformanceMark":false,"PerformanceMeasure":false,"PerformanceNavigation":false,"PerformanceResourceTiming":false,"PerformanceTiming":false,"postMessage":true,"Promise":false,"queueMicrotask":false,"removeEventListener":false,"Request":false,"Response":false,"self":true,"ServiceWorkerRegistration":false,"setInterval":false,"setTimeout":false,"TextDecoder":false,"TextEncoder":false,"URL":false,"URLSearchParams":false,"WebSocket":false,"Worker":false,"WorkerGlobalScope":false,"XMLHttpRequest":false},"node":{"__dirname":false,"__filename":false,"Buffer":false,"clearImmediate":false,"clearInterval":false,"clearTimeout":false,"console":false,"exports":true,"global":false,"Intl":false,"module":false,"process":false,"queueMicrotask":false,"require":false,"setImmediate":false,"setInterval":false,"setTimeout":false,"TextDecoder":false,"TextEncoder":false,"URL":false,"URLSearchParams":false},"commonjs":{"exports":true,"global":false,"module":false,"require":false},"amd":{"define":false,"require":false},"mocha":{"after":false,"afterEach":false,"before":false,"beforeEach":false,"context":false,"describe":false,"it":false,"mocha":false,"run":false,"setup":false,"specify":false,"suite":false,"suiteSetup":false,"suiteTeardown":false,"teardown":false,"test":false,"xcontext":false,"xdescribe":false,"xit":false,"xspecify":false},"jasmine":{"afterAll":false,"afterEach":false,"beforeAll":false,"beforeEach":false,"describe":false,"expect":false,"fail":false,"fdescribe":false,"fit":false,"it":false,"jasmine":false,"pending":false,"runs":false,"spyOn":false,"spyOnProperty":false,"waits":false,"waitsFor":false,"xdescribe":false,"xit":false},"jest":{"afterAll":false,"afterEach":false,"beforeAll":false,"beforeEach":false,"describe":false,"expect":false,"fdescribe":false,"fit":false,"it":false,"jest":false,"pit":false,"require":false,"test":false,"xdescribe":false,"xit":false,"xtest":false},"qunit":{"asyncTest":false,"deepEqual":false,"equal":false,"expect":false,"module":false,"notDeepEqual":false,"notEqual":false,"notOk":false,"notPropEqual":false,"notStrictEqual":false,"ok":false,"propEqual":false,"QUnit":false,"raises":false,"start":false,"stop":false,"strictEqual":false,"test":false,"throws":false},"phantomjs":{"console":true,"exports":true,"phantom":true,"require":true,"WebPage":true},"couch":{"emit":false,"exports":false,"getRow":false,"log":false,"module":false,"provides":false,"require":false,"respond":false,"send":false,"start":false,"sum":false},"rhino":{"defineClass":false,"deserialize":false,"gc":false,"help":false,"importClass":false,"importPackage":false,"java":false,"load":false,"loadClass":false,"Packages":false,"print":false,"quit":false,"readFile":false,"readUrl":false,"runCommand":false,"seal":false,"serialize":false,"spawn":false,"sync":false,"toint32":false,"version":false},"nashorn":{"__DIR__":false,"__FILE__":false,"__LINE__":false,"com":false,"edu":false,"exit":false,"java":false,"Java":false,"javafx":false,"JavaImporter":false,"javax":false,"JSAdapter":false,"load":false,"loadWithNewGlobal":false,"org":false,"Packages":false,"print":false,"quit":false},"wsh":{"ActiveXObject":true,"Enumerator":true,"GetObject":true,"ScriptEngine":true,"ScriptEngineBuildVersion":true,"ScriptEngineMajorVersion":true,"ScriptEngineMinorVersion":true,"VBArray":true,"WScript":true,"WSH":true,"XDomainRequest":true},"jquery":{"$":false,"jQuery":false},"yui":{"YAHOO":false,"YAHOO_config":false,"YUI":false,"YUI_config":false},"shelljs":{"cat":false,"cd":false,"chmod":false,"config":false,"cp":false,"dirs":false,"echo":false,"env":false,"error":false,"exec":false,"exit":false,"find":false,"grep":false,"ln":false,"ls":false,"mkdir":false,"mv":false,"popd":false,"pushd":false,"pwd":false,"rm":false,"sed":false,"set":false,"target":false,"tempdir":false,"test":false,"touch":false,"which":false},"prototypejs":{"$":false,"$$":false,"$A":false,"$break":false,"$continue":false,"$F":false,"$H":false,"$R":false,"$w":false,"Abstract":false,"Ajax":false,"Autocompleter":false,"Builder":false,"Class":false,"Control":false,"Draggable":false,"Draggables":false,"Droppables":false,"Effect":false,"Element":false,"Enumerable":false,"Event":false,"Field":false,"Form":false,"Hash":false,"Insertion":false,"ObjectRange":false,"PeriodicalExecuter":false,"Position":false,"Prototype":false,"Scriptaculous":false,"Selector":false,"Sortable":false,"SortableObserver":false,"Sound":false,"Template":false,"Toggle":false,"Try":false},"meteor":{"_":false,"$":false,"Accounts":false,"AccountsClient":false,"AccountsCommon":false,"AccountsServer":false,"App":false,"Assets":false,"Blaze":false,"check":false,"Cordova":false,"DDP":false,"DDPRateLimiter":false,"DDPServer":false,"Deps":false,"EJSON":false,"Email":false,"HTTP":false,"Log":false,"Match":false,"Meteor":false,"Mongo":false,"MongoInternals":false,"Npm":false,"Package":false,"Plugin":false,"process":false,"Random":false,"ReactiveDict":false,"ReactiveVar":false,"Router":false,"ServiceConfiguration":false,"Session":false,"share":false,"Spacebars":false,"Template":false,"Tinytest":false,"Tracker":false,"UI":false,"Utils":false,"WebApp":false,"WebAppInternals":false},"mongo":{"_isWindows":false,"_rand":false,"BulkWriteResult":false,"cat":false,"cd":false,"connect":false,"db":false,"getHostName":false,"getMemInfo":false,"hostname":false,"ISODate":false,"listFiles":false,"load":false,"ls":false,"md5sumFile":false,"mkdir":false,"Mongo":false,"NumberInt":false,"NumberLong":false,"ObjectId":false,"PlanCache":false,"print":false,"printjson":false,"pwd":false,"quit":false,"removeFile":false,"rs":false,"sh":false,"UUID":false,"version":false,"WriteResult":false},"applescript":{"$":false,"Application":false,"Automation":false,"console":false,"delay":false,"Library":false,"ObjC":false,"ObjectSpecifier":false,"Path":false,"Progress":false,"Ref":false},"serviceworker":{"addEventListener":false,"applicationCache":false,"atob":false,"Blob":false,"BroadcastChannel":false,"btoa":false,"Cache":false,"caches":false,"CacheStorage":false,"clearInterval":false,"clearTimeout":false,"Client":false,"clients":false,"Clients":false,"close":true,"console":false,"ExtendableEvent":false,"ExtendableMessageEvent":false,"fetch":false,"FetchEvent":false,"FileReaderSync":false,"FormData":false,"Headers":false,"IDBCursor":false,"IDBCursorWithValue":false,"IDBDatabase":false,"IDBFactory":false,"IDBIndex":false,"IDBKeyRange":false,"IDBObjectStore":false,"IDBOpenDBRequest":false,"IDBRequest":false,"IDBTransaction":false,"IDBVersionChangeEvent":false,"ImageData":false,"importScripts":false,"indexedDB":false,"location":false,"MessageChannel":false,"MessagePort":false,"name":false,"navigator":false,"Notification":false,"onclose":true,"onconnect":true,"onerror":true,"onfetch":true,"oninstall":true,"onlanguagechange":true,"onmessage":true,"onmessageerror":true,"onnotificationclick":true,"onnotificationclose":true,"onoffline":true,"ononline":true,"onpush":true,"onpushsubscriptionchange":true,"onrejectionhandled":true,"onsync":true,"onunhandledrejection":true,"performance":false,"Performance":false,"PerformanceEntry":false,"PerformanceMark":false,"PerformanceMeasure":false,"PerformanceNavigation":false,"PerformanceResourceTiming":false,"PerformanceTiming":false,"postMessage":true,"Promise":false,"queueMicrotask":false,"registration":false,"removeEventListener":false,"Request":false,"Response":false,"self":false,"ServiceWorker":false,"ServiceWorkerContainer":false,"ServiceWorkerGlobalScope":false,"ServiceWorkerMessageEvent":false,"ServiceWorkerRegistration":false,"setInterval":false,"setTimeout":false,"skipWaiting":false,"TextDecoder":false,"TextEncoder":false,"URL":false,"URLSearchParams":false,"WebSocket":false,"WindowClient":false,"Worker":false,"WorkerGlobalScope":false,"XMLHttpRequest":false},"atomtest":{"advanceClock":false,"fakeClearInterval":false,"fakeClearTimeout":false,"fakeSetInterval":false,"fakeSetTimeout":false,"resetTimeouts":false,"waitsForPromise":false},"embertest":{"andThen":false,"click":false,"currentPath":false,"currentRouteName":false,"currentURL":false,"fillIn":false,"find":false,"findAll":false,"findWithAssert":false,"keyEvent":false,"pauseTest":false,"resumeTest":false,"triggerEvent":false,"visit":false,"wait":false},"protractor":{"$":false,"$$":false,"browser":false,"by":false,"By":false,"DartObject":false,"element":false,"protractor":false},"shared-node-browser":{"clearInterval":false,"clearTimeout":false,"console":false,"setInterval":false,"setTimeout":false,"URL":false,"URLSearchParams":false},"webextensions":{"browser":false,"chrome":false,"opr":false},"greasemonkey":{"cloneInto":false,"createObjectIn":false,"exportFunction":false,"GM":false,"GM_addStyle":false,"GM_deleteValue":false,"GM_getResourceText":false,"GM_getResourceURL":false,"GM_getValue":false,"GM_info":false,"GM_listValues":false,"GM_log":false,"GM_openInTab":false,"GM_registerMenuCommand":false,"GM_setClipboard":false,"GM_setValue":false,"GM_xmlhttpRequest":false,"unsafeWindow":false},"devtools":{"$":false,"$_":false,"$$":false,"$0":false,"$1":false,"$2":false,"$3":false,"$4":false,"$x":false,"chrome":false,"clear":false,"copy":false,"debug":false,"dir":false,"dirxml":false,"getEventListeners":false,"inspect":false,"keys":false,"monitor":false,"monitorEvents":false,"profile":false,"profileEnd":false,"queryObjects":false,"table":false,"undebug":false,"unmonitor":false,"unmonitorEvents":false,"values":false}}')},765:e=>{"use strict";e.exports=JSON.parse('{"assert":true,"node:assert":[">= 14.18 && < 15",">= 16"],"assert/strict":">= 15","node:assert/strict":">= 16","async_hooks":">= 8","node:async_hooks":[">= 14.18 && < 15",">= 16"],"buffer_ieee754":">= 0.5 && < 0.9.7","buffer":true,"node:buffer":[">= 14.18 && < 15",">= 16"],"child_process":true,"node:child_process":[">= 14.18 && < 15",">= 16"],"cluster":">= 0.5","node:cluster":[">= 14.18 && < 15",">= 16"],"console":true,"node:console":[">= 14.18 && < 15",">= 16"],"constants":true,"node:constants":[">= 14.18 && < 15",">= 16"],"crypto":true,"node:crypto":[">= 14.18 && < 15",">= 16"],"_debug_agent":">= 1 && < 8","_debugger":"< 8","dgram":true,"node:dgram":[">= 14.18 && < 15",">= 16"],"diagnostics_channel":[">= 14.17 && < 15",">= 15.1"],"node:diagnostics_channel":[">= 14.18 && < 15",">= 16"],"dns":true,"node:dns":[">= 14.18 && < 15",">= 16"],"dns/promises":">= 15","node:dns/promises":">= 16","domain":">= 0.7.12","node:domain":[">= 14.18 && < 15",">= 16"],"events":true,"node:events":[">= 14.18 && < 15",">= 16"],"freelist":"< 6","fs":true,"node:fs":[">= 14.18 && < 15",">= 16"],"fs/promises":[">= 10 && < 10.1",">= 14"],"node:fs/promises":[">= 14.18 && < 15",">= 16"],"_http_agent":">= 0.11.1","node:_http_agent":[">= 14.18 && < 15",">= 16"],"_http_client":">= 0.11.1","node:_http_client":[">= 14.18 && < 15",">= 16"],"_http_common":">= 0.11.1","node:_http_common":[">= 14.18 && < 15",">= 16"],"_http_incoming":">= 0.11.1","node:_http_incoming":[">= 14.18 && < 15",">= 16"],"_http_outgoing":">= 0.11.1","node:_http_outgoing":[">= 14.18 && < 15",">= 16"],"_http_server":">= 0.11.1","node:_http_server":[">= 14.18 && < 15",">= 16"],"http":true,"node:http":[">= 14.18 && < 15",">= 16"],"http2":">= 8.8","node:http2":[">= 14.18 && < 15",">= 16"],"https":true,"node:https":[">= 14.18 && < 15",">= 16"],"inspector":">= 8","node:inspector":[">= 14.18 && < 15",">= 16"],"inspector/promises":[">= 19"],"node:inspector/promises":[">= 19"],"_linklist":"< 8","module":true,"node:module":[">= 14.18 && < 15",">= 16"],"net":true,"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":true,"node:os":[">= 14.18 && < 15",">= 16"],"path":true,"node:path":[">= 14.18 && < 15",">= 16"],"path/posix":">= 15.3","node:path/posix":">= 16","path/win32":">= 15.3","node:path/win32":">= 16","perf_hooks":">= 8.5","node:perf_hooks":[">= 14.18 && < 15",">= 16"],"process":">= 1","node:process":[">= 14.18 && < 15",">= 16"],"punycode":">= 0.5","node:punycode":[">= 14.18 && < 15",">= 16"],"querystring":true,"node:querystring":[">= 14.18 && < 15",">= 16"],"readline":true,"node:readline":[">= 14.18 && < 15",">= 16"],"readline/promises":">= 17","node:readline/promises":">= 17","repl":true,"node:repl":[">= 14.18 && < 15",">= 16"],"node:sea":[">= 20.12 && < 21",">= 21.7"],"smalloc":">= 0.11.5 && < 3","node:sqlite":[">= 22.13 && < 23",">= 23.4"],"_stream_duplex":">= 0.9.4","node:_stream_duplex":[">= 14.18 && < 15",">= 16"],"_stream_transform":">= 0.9.4","node:_stream_transform":[">= 14.18 && < 15",">= 16"],"_stream_wrap":">= 1.4.1","node:_stream_wrap":[">= 14.18 && < 15",">= 16"],"_stream_passthrough":">= 0.9.4","node:_stream_passthrough":[">= 14.18 && < 15",">= 16"],"_stream_readable":">= 0.9.4","node:_stream_readable":[">= 14.18 && < 15",">= 16"],"_stream_writable":">= 0.9.4","node:_stream_writable":[">= 14.18 && < 15",">= 16"],"stream":true,"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":true,"node:string_decoder":[">= 14.18 && < 15",">= 16"],"sys":[">= 0.4 && < 0.7",">= 0.8"],"node:sys":[">= 14.18 && < 15",">= 16"],"test/reporters":">= 19.9 && < 20.2","node:test/reporters":[">= 18.17 && < 19",">= 19.9",">= 20"],"test/mock_loader":">= 22.3 && < 22.7","node:test/mock_loader":">= 22.3 && < 22.7","node:test":[">= 16.17 && < 17",">= 18"],"timers":true,"node:timers":[">= 14.18 && < 15",">= 16"],"timers/promises":">= 15","node:timers/promises":">= 16","_tls_common":">= 0.11.13","node:_tls_common":[">= 14.18 && < 15",">= 16"],"_tls_legacy":">= 0.11.3 && < 10","_tls_wrap":">= 0.11.3","node:_tls_wrap":[">= 14.18 && < 15",">= 16"],"tls":true,"node:tls":[">= 14.18 && < 15",">= 16"],"trace_events":">= 10","node:trace_events":[">= 14.18 && < 15",">= 16"],"tty":true,"node:tty":[">= 14.18 && < 15",">= 16"],"url":true,"node:url":[">= 14.18 && < 15",">= 16"],"util":true,"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":">= 1","node:v8":[">= 14.18 && < 15",">= 16"],"vm":true,"node:vm":[">= 14.18 && < 15",">= 16"],"wasi":[">= 13.4 && < 13.5",">= 18.17 && < 19",">= 20"],"node:wasi":[">= 18.17 && < 19",">= 20"],"worker_threads":">= 11.7","node:worker_threads":[">= 14.18 && < 15",">= 16"],"zlib":">= 0.5","node:zlib":[">= 14.18 && < 15",">= 16"]}')},9736:e=>{"use strict";e.exports=JSON.parse('{"assert":true,"node:assert":[">= 14.18 && < 15",">= 16"],"assert/strict":">= 15","node:assert/strict":">= 16","async_hooks":">= 8","node:async_hooks":[">= 14.18 && < 15",">= 16"],"buffer_ieee754":">= 0.5 && < 0.9.7","buffer":true,"node:buffer":[">= 14.18 && < 15",">= 16"],"child_process":true,"node:child_process":[">= 14.18 && < 15",">= 16"],"cluster":">= 0.5","node:cluster":[">= 14.18 && < 15",">= 16"],"console":true,"node:console":[">= 14.18 && < 15",">= 16"],"constants":true,"node:constants":[">= 14.18 && < 15",">= 16"],"crypto":true,"node:crypto":[">= 14.18 && < 15",">= 16"],"_debug_agent":">= 1 && < 8","_debugger":"< 8","dgram":true,"node:dgram":[">= 14.18 && < 15",">= 16"],"diagnostics_channel":[">= 14.17 && < 15",">= 15.1"],"node:diagnostics_channel":[">= 14.18 && < 15",">= 16"],"dns":true,"node:dns":[">= 14.18 && < 15",">= 16"],"dns/promises":">= 15","node:dns/promises":">= 16","domain":">= 0.7.12","node:domain":[">= 14.18 && < 15",">= 16"],"events":true,"node:events":[">= 14.18 && < 15",">= 16"],"freelist":"< 6","fs":true,"node:fs":[">= 14.18 && < 15",">= 16"],"fs/promises":[">= 10 && < 10.1",">= 14"],"node:fs/promises":[">= 14.18 && < 15",">= 16"],"_http_agent":">= 0.11.1","node:_http_agent":[">= 14.18 && < 15",">= 16"],"_http_client":">= 0.11.1","node:_http_client":[">= 14.18 && < 15",">= 16"],"_http_common":">= 0.11.1","node:_http_common":[">= 14.18 && < 15",">= 16"],"_http_incoming":">= 0.11.1","node:_http_incoming":[">= 14.18 && < 15",">= 16"],"_http_outgoing":">= 0.11.1","node:_http_outgoing":[">= 14.18 && < 15",">= 16"],"_http_server":">= 0.11.1","node:_http_server":[">= 14.18 && < 15",">= 16"],"http":true,"node:http":[">= 14.18 && < 15",">= 16"],"http2":">= 8.8","node:http2":[">= 14.18 && < 15",">= 16"],"https":true,"node:https":[">= 14.18 && < 15",">= 16"],"inspector":">= 8","node:inspector":[">= 14.18 && < 15",">= 16"],"inspector/promises":[">= 19"],"node:inspector/promises":[">= 19"],"_linklist":"< 8","module":true,"node:module":[">= 14.18 && < 15",">= 16"],"net":true,"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":true,"node:os":[">= 14.18 && < 15",">= 16"],"path":true,"node:path":[">= 14.18 && < 15",">= 16"],"path/posix":">= 15.3","node:path/posix":">= 16","path/win32":">= 15.3","node:path/win32":">= 16","perf_hooks":">= 8.5","node:perf_hooks":[">= 14.18 && < 15",">= 16"],"process":">= 1","node:process":[">= 14.18 && < 15",">= 16"],"punycode":">= 0.5","node:punycode":[">= 14.18 && < 15",">= 16"],"querystring":true,"node:querystring":[">= 14.18 && < 15",">= 16"],"readline":true,"node:readline":[">= 14.18 && < 15",">= 16"],"readline/promises":">= 17","node:readline/promises":">= 17","repl":true,"node:repl":[">= 14.18 && < 15",">= 16"],"node:sea":[">= 20.12 && < 21",">= 21.7"],"smalloc":">= 0.11.5 && < 3","node:sqlite":">= 23.4","_stream_duplex":">= 0.9.4","node:_stream_duplex":[">= 14.18 && < 15",">= 16"],"_stream_transform":">= 0.9.4","node:_stream_transform":[">= 14.18 && < 15",">= 16"],"_stream_wrap":">= 1.4.1","node:_stream_wrap":[">= 14.18 && < 15",">= 16"],"_stream_passthrough":">= 0.9.4","node:_stream_passthrough":[">= 14.18 && < 15",">= 16"],"_stream_readable":">= 0.9.4","node:_stream_readable":[">= 14.18 && < 15",">= 16"],"_stream_writable":">= 0.9.4","node:_stream_writable":[">= 14.18 && < 15",">= 16"],"stream":true,"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":true,"node:string_decoder":[">= 14.18 && < 15",">= 16"],"sys":[">= 0.4 && < 0.7",">= 0.8"],"node:sys":[">= 14.18 && < 15",">= 16"],"test/reporters":">= 19.9 && < 20.2","node:test/reporters":[">= 18.17 && < 19",">= 19.9",">= 20"],"test/mock_loader":">= 22.3 && < 22.7","node:test/mock_loader":">= 22.3 && < 22.7","node:test":[">= 16.17 && < 17",">= 18"],"timers":true,"node:timers":[">= 14.18 && < 15",">= 16"],"timers/promises":">= 15","node:timers/promises":">= 16","_tls_common":">= 0.11.13","node:_tls_common":[">= 14.18 && < 15",">= 16"],"_tls_legacy":">= 0.11.3 && < 10","_tls_wrap":">= 0.11.3","node:_tls_wrap":[">= 14.18 && < 15",">= 16"],"tls":true,"node:tls":[">= 14.18 && < 15",">= 16"],"trace_events":">= 10","node:trace_events":[">= 14.18 && < 15",">= 16"],"tty":true,"node:tty":[">= 14.18 && < 15",">= 16"],"url":true,"node:url":[">= 14.18 && < 15",">= 16"],"util":true,"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":">= 1","node:v8":[">= 14.18 && < 15",">= 16"],"vm":true,"node:vm":[">= 14.18 && < 15",">= 16"],"wasi":[">= 13.4 && < 13.5",">= 18.17 && < 19",">= 20"],"node:wasi":[">= 18.17 && < 19",">= 20"],"worker_threads":">= 11.7","node:worker_threads":[">= 14.18 && < 15",">= 16"],"zlib":">= 0.5","node:zlib":[">= 14.18 && < 15",">= 16"]}')}};var r={};function __nccwpck_require__(t){var s=r[t];if(s!==undefined){return s.exports}var a=r[t]={id:t,loaded:false,exports:{}};var n=true;try{e[t].call(a.exports,a,a.exports,__nccwpck_require__);n=false}finally{if(n)delete r[t]}a.loaded=true;return a.exports}(()=>{__nccwpck_require__.nmd=e=>{e.paths=[];if(!e.children)e.children=[];return e}})();if(typeof __nccwpck_require__!=="undefined")__nccwpck_require__.ab=__dirname+"/";var t=__nccwpck_require__(1403);module.exports=t})();