UNPKG

fast_axecore

Version:

A high performance rewrite of axecore

12 lines 383 kB
/*! axe v4.6.35 * Copyright (c) 2024 Deque Systems, Inc. * * Your use of this Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This entire copyright notice must appear in every copy of this file you * distribute or in any file that contains substantial portions of this source * code. */ !function P(window){var F=window,document=window.document,axe=axe||{};function M(e){this.name="SupportError",this.cause=e.cause,this.message=`\`${e.cause}\` - feature unsupported in your environment.`,e.ruleId&&(this.ruleId=e.ruleId,this.message+=` Skipping ${this.ruleId} rule.`),this.stack=(new Error).stack}axe.version="4.6.35","function"==typeof define&&define.amd&&define("axe-core",[],()=>axe),"object"==typeof module&&module.exports&&"function"==typeof P.toString&&(axe.source="("+P.toString()+')(typeof window === "object" ? window : this);',module.exports=axe),"function"==typeof window.getComputedStyle&&(window.axe=axe),(M.prototype=Object.create(Error.prototype)).constructor=M;var j=Object.create,q=Object.defineProperty,L=Object.getOwnPropertyDescriptor,$=Object.getOwnPropertyNames,V=Object.getPrototypeOf,z=Object.prototype.hasOwnProperty,e=(e,t)=>{for(var a in t)q(e,a,{get:t[a],enumerable:!0})},D=(e,t,a)=>{a=null!=e?j(V(e)):{};var r=!t&&e&&e.__esModule?a:q(a,"default",{value:e,enumerable:!0}),n=e,o=void 0,i=void 0;if(n&&"object"==typeof n||"function"==typeof n)for(let e of $(n))z.call(r,e)||e===o||q(r,e,{get:()=>n[e],enumerable:!(i=L(n,e))||i.enumerable});return r},H=(t=(e,t)=>function(){return t||(0,e[$(e)[0]])((t={exports:{}}).exports,t),t.exports})({"../node_modules/css-selector-parser/lib/utils.js"(i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.isIdentStart=function(e){return"a"<=e&&e<="z"||"A"<=e&&e<="Z"||"-"===e||"_"===e},i.isIdent=function(e){return"a"<=e&&e<="z"||"A"<=e&&e<="Z"||"0"<=e&&e<="9"||"-"===e||"_"===e},i.isHex=function(e){return"a"<=e&&e<="f"||"A"<=e&&e<="F"||"0"<=e&&e<="9"},i.escapeIdentifier=function(e){for(var t=e.length,a="",r=0;r<t;){var n=e.charAt(r);if(i.identSpecialChars[n])a+="\\"+n;else if("_"===n||"-"===n||"A"<=n&&n<="Z"||"a"<=n&&n<="z"||0!==r&&"0"<=n&&n<="9")a+=n;else{n=n.charCodeAt(0);if(55296==(63488&n)){var o=e.charCodeAt(r++);if(55296!=(64512&n)||56320!=(64512&o))throw Error("UCS-2(decode): illegal sequence");n=((1023&n)<<10)+(1023&o)+65536}a+="\\"+n.toString(16)+" "}r++}return a},i.escapeStr=function(e){for(var t,a=e.length,r="",n=0;n<a;){var o=e.charAt(n);'"'===o?o='\\"':"\\"===o?o="\\\\":void 0!==(t=i.strReplacementsRev[o])&&(o=t),r+=o,n++}return'"'+r+'"'},i.identSpecialChars={"!":!0,'"':!0,"#":!0,$:!0,"%":!0,"&":!0,"'":!0,"(":!0,")":!0,"*":!0,"+":!0,",":!0,".":!0,"/":!0,";":!0,"<":!0,"=":!0,">":!0,"?":!0,"@":!0,"[":!0,"\\":!0,"]":!0,"^":!0,"`":!0,"{":!0,"|":!0,"}":!0,"~":!0},i.strReplacementsRev={"\n":"\\n","\r":"\\r","\t":"\\t","\f":"\\f","\v":"\\v"},i.singleQuoteEscapeChars={n:"\n",r:"\r",t:"\t",f:"\f","\\":"\\","'":"'"},i.doubleQuotesEscapeChars={n:"\n",r:"\r",t:"\t",f:"\f","\\":"\\",'"':'"'}}}),U=t({"../node_modules/css-selector-parser/lib/parser-context.js"(e){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var b=H();e.parseCssSelector=function(o,i,l,s,n,u){var d=o.length,c="";function p(e,t){var a="";for(i++,c=o.charAt(i);i<d;){if(c===e)return i++,a;if("\\"===c){i++;var r;if((c=o.charAt(i))===e)a+=e;else if(void 0!==(r=t[c]))a+=r;else{if(b.isHex(c)){var n=c;for(i++,c=o.charAt(i);b.isHex(c);)n+=c,i++,c=o.charAt(i);" "===c&&(i++,c=o.charAt(i)),a+=String.fromCharCode(parseInt(n,16));continue}a+=c}}else a+=c;i++,c=o.charAt(i)}return a}function m(){var e="";for(c=o.charAt(i);i<d;){if(!b.isIdent(c)){if("\\"!==c)return e;if(d<=++i)throw Error("Expected symbol but end of file reached.");if(c=o.charAt(i),!b.identSpecialChars[c]&&b.isHex(c)){var t=c;for(i++,c=o.charAt(i);b.isHex(c);)t+=c,i++,c=o.charAt(i);" "===c&&(i++,c=o.charAt(i)),e+=String.fromCharCode(parseInt(t,16));continue}}e+=c,i++,c=o.charAt(i)}return e}function h(){c=o.charAt(i);for(;" "===c||"\t"===c||"\n"===c||"\r"===c||"\f"===c;)i++,c=o.charAt(i)}function f(){var e=a();if(!e)return null;var t=e;for(c=o.charAt(i);","===c;){if(i++,h(),"selectors"!==t.type&&(t={type:"selectors",selectors:[e]}),!(e=a()))throw Error('Rule expected after ",".');t.selectors.push(e)}return t}function a(){h();var e={type:"ruleSet"},t=g();if(!t)return null;for(var a=e;t&&(t.type="rule",a.rule=t,a=t,h(),c=o.charAt(i),!(d<=i||","===c||")"===c));)if(n[c]){var r=c;if(i++,h(),!(t=g()))throw Error('Rule expected after "'+r+'".');t.nestingOperator=r}else(t=g())&&(t.nestingOperator=null);return e}function g(){for(var e=null;i<d;)if("*"===(c=o.charAt(i)))i++,(e=e||{}).tagName="*";else if(b.isIdentStart(c)||"\\"===c)(e=e||{}).tagName=m();else if("."===c)i++,((e=e||{}).classNames=e.classNames||[]).push(m());else if("#"===c)i++,(e=e||{}).id=m();else if("["===c){i++,h();var t={name:m()};if(h(),"]"===c)i++;else{var a="";if(s[c]&&(a=c,i++,c=o.charAt(i)),d<=i)throw Error('Expected "=" but end of file reached.');if("="!==c)throw Error('Expected "=" but "'+c+'" found.');t.operator=a+"=",i++,h();var r="";if(t.valueType="string",'"'===c)r=p('"',b.doubleQuotesEscapeChars);else if("'"===c)r=p("'",b.singleQuoteEscapeChars);else if(u&&"$"===c)i++,r=m(),t.valueType="substitute";else{for(;i<d&&"]"!==c;)r+=c,i++,c=o.charAt(i);r=r.trim()}if(h(),d<=i)throw Error('Expected "]" but end of file reached.');if("]"!==c)throw Error('Expected "]" but "'+c+'" found.');i++,t.value=r}((e=e||{}).attrs=e.attrs||[]).push(t)}else{if(":"!==c)break;i++;a=m(),t={name:a};if("("===c){i++;var n="";if(h(),"selector"===l[a])t.valueType="selector",n=f();else{if(t.valueType=l[a]||"string",'"'===c)n=p('"',b.doubleQuotesEscapeChars);else if("'"===c)n=p("'",b.singleQuoteEscapeChars);else if(u&&"$"===c)i++,n=m(),t.valueType="substitute";else{for(;i<d&&")"!==c;)n+=c,i++,c=o.charAt(i);n=n.trim()}h()}if(d<=i)throw Error('Expected ")" but end of file reached.');if(")"!==c)throw Error('Expected ")" but "'+c+'" found.');i++,t.value=n}((e=e||{}).pseudos=e.pseudos||[]).push(t)}return e}var e=f();if(i<d)throw Error('Rule expected but "'+o.charAt(i)+'" found.');return e}}}),B=t({"../node_modules/css-selector-parser/lib/render.js"(e){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var o=H();e.renderEntity=function t(e){var a="";switch(e.type){case"ruleSet":for(var r=e.rule,n=[];r;)r.nestingOperator&&n.push(r.nestingOperator),n.push(t(r)),r=r.rule;a=n.join(" ");break;case"selectors":a=e.selectors.map(t).join(", ");break;case"rule":e.tagName&&(a="*"===e.tagName?"*":o.escapeIdentifier(e.tagName)),e.id&&(a+="#"+o.escapeIdentifier(e.id)),e.classNames&&(a+=e.classNames.map(function(e){return"."+o.escapeIdentifier(e)}).join("")),e.attrs&&(a+=e.attrs.map(function(e){return"operator"in e?"substitute"===e.valueType?"["+o.escapeIdentifier(e.name)+e.operator+"$"+e.value+"]":"["+o.escapeIdentifier(e.name)+e.operator+o.escapeStr(e.value)+"]":"["+o.escapeIdentifier(e.name)+"]"}).join("")),e.pseudos&&(a+=e.pseudos.map(function(e){return e.valueType?"selector"===e.valueType?":"+o.escapeIdentifier(e.name)+"("+t(e.value)+")":"substitute"===e.valueType?":"+o.escapeIdentifier(e.name)+"($"+e.value+")":"numeric"===e.valueType?":"+o.escapeIdentifier(e.name)+"("+e.value+")":":"+o.escapeIdentifier(e.name)+"("+o.escapeIdentifier(e.value)+")":":"+o.escapeIdentifier(e.name)}).join(""));break;default:throw Error('Unknown entity type: "'+e.type+'".')}return a}}}),G=t({"../node_modules/css-selector-parser/lib/index.js"(e){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var t=U(),a=B();function r(){this.pseudos={},this.attrEqualityMods={},this.ruleNestingOperators={},this.substitutesEnabled=!1}r.prototype.registerSelectorPseudos=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var a=0,r=e;a<r.length;a++)this.pseudos[r[a]]="selector";return this},r.prototype.unregisterSelectorPseudos=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var a=0,r=e;a<r.length;a++)delete this.pseudos[r[a]];return this},r.prototype.registerNumericPseudos=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var a=0,r=e;a<r.length;a++)this.pseudos[r[a]]="numeric";return this},r.prototype.unregisterNumericPseudos=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var a=0,r=e;a<r.length;a++)delete this.pseudos[r[a]];return this},r.prototype.registerNestingOperators=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var a=0,r=e;a<r.length;a++)this.ruleNestingOperators[r[a]]=!0;return this},r.prototype.unregisterNestingOperators=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var a=0,r=e;a<r.length;a++)delete this.ruleNestingOperators[r[a]];return this},r.prototype.registerAttrEqualityMods=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var a=0,r=e;a<r.length;a++)this.attrEqualityMods[r[a]]=!0;return this},r.prototype.unregisterAttrEqualityMods=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var a=0,r=e;a<r.length;a++)delete this.attrEqualityMods[r[a]];return this},r.prototype.enableSubstitutes=function(){return this.substitutesEnabled=!0,this},r.prototype.disableSubstitutes=function(){return this.substitutesEnabled=!1,this},r.prototype.parse=function(e){return t.parseCssSelector(e,0,this.pseudos,this.attrEqualityMods,this.ruleNestingOperators,this.substitutesEnabled)},r.prototype.render=function(e){return a.renderEntity(e).trim()},e.CssSelectorParser=r}}),W=t({"../node_modules/es5-ext/function/noop.js"(e,t){"use strict";t.exports=function(){}}}),K=t({"../node_modules/es5-ext/object/is-value.js"(e,t){"use strict";var a=W()();t.exports=function(e){return e!==a&&null!==e}}}),X=t({"../node_modules/es5-ext/object/normalize-options.js"(e,t){"use strict";var o=K(),a=Array.prototype.forEach,r=Object.create;t.exports=function(e){var n=r(null);return a.call(arguments,function(e){if(o(e)){var t,a=Object(e),r=n;for(t in a)r[t]=a[t]}}),n}}}),J=t({"../node_modules/es5-ext/math/sign/is-implemented.js"(e,t){"use strict";t.exports=function(){var e=Math.sign;return"function"==typeof e&&1===e(10)&&-1===e(-20)}}}),Y=t({"../node_modules/es5-ext/math/sign/shim.js"(e,t){"use strict";t.exports=function(e){return e=Number(e),isNaN(e)||0===e?e:0<e?1:-1}}}),Q=t({"../node_modules/es5-ext/math/sign/index.js"(e,t){"use strict";t.exports=J()()?Math.sign:Y()}}),Z=t({"../node_modules/es5-ext/number/to-integer.js"(e,t){"use strict";var a=Q(),r=Math.abs,n=Math.floor;t.exports=function(e){return isNaN(e)?0:0!==(e=Number(e))&&isFinite(e)?a(e)*n(r(e)):e}}}),ee=t({"../node_modules/es5-ext/number/to-pos-integer.js"(e,t){"use strict";var a=Z(),r=Math.max;t.exports=function(e){return r(0,a(e))}}}),te=t({"../node_modules/memoizee/lib/resolve-length.js"(e,t){"use strict";var r=ee();t.exports=function(e,t,a){return isNaN(e)?0<=t?a&&t?t-1:t:1:!1!==e&&r(e)}}}),ae=t({"../node_modules/es5-ext/object/valid-callable.js"(e,t){"use strict";t.exports=function(e){if("function"!=typeof e)throw new TypeError(e+" is not a function");return e}}}),re=t({"../node_modules/es5-ext/object/valid-value.js"(e,t){"use strict";var a=K();t.exports=function(e){if(a(e))return e;throw new TypeError("Cannot use null or undefined")}}}),ne=t({"../node_modules/es5-ext/object/_iterate.js"(e,t){"use strict";var l=ae(),s=re(),u=Function.prototype.bind,d=Function.prototype.call,c=Object.keys,p=Object.prototype.propertyIsEnumerable;t.exports=function(o,i){return function(a,r){var e,n=arguments[2],t=arguments[3];return a=Object(s(a)),l(r),e=c(a),t&&e.sort("function"==typeof t?u.call(t,a):void 0),"function"!=typeof o&&(o=e[o]),d.call(o,e,function(e,t){return p.call(a,e)?d.call(r,n,a[e],e,a,t):i})}}}}),oe=t({"../node_modules/es5-ext/object/for-each.js"(e,t){"use strict";t.exports=ne()("forEach")}}),ie=t({"../node_modules/memoizee/lib/registered-extensions.js"(){}}),le=t({"../node_modules/es5-ext/object/assign/is-implemented.js"(e,t){"use strict";t.exports=function(){var e=Object.assign;return"function"==typeof e&&(e(e={foo:"raz"},{bar:"dwa"},{trzy:"trzy"}),e.foo+e.bar+e.trzy==="razdwatrzy")}}}),se=t({"../node_modules/es5-ext/object/keys/is-implemented.js"(e,t){"use strict";t.exports=function(){try{return Object.keys("primitive"),!0}catch(e){return!1}}}}),ue=t({"../node_modules/es5-ext/object/keys/shim.js"(e,t){"use strict";var a=K(),r=Object.keys;t.exports=function(e){return r(a(e)?Object(e):e)}}}),de=t({"../node_modules/es5-ext/object/keys/index.js"(e,t){"use strict";t.exports=se()()?Object.keys:ue()}}),ce=t({"../node_modules/es5-ext/object/assign/shim.js"(e,t){"use strict";var i=de(),l=re(),s=Math.max;t.exports=function(t,a){var r,e,n,o=s(arguments.length,2);for(t=Object(l(t)),n=function(e){try{t[e]=a[e]}catch(e){r=r||e}},e=1;e<o;++e)i(a=arguments[e]).forEach(n);if(void 0!==r)throw r;return t}}}),pe=t({"../node_modules/es5-ext/object/assign/index.js"(e,t){"use strict";t.exports=le()()?Object.assign:ce()}}),me=t({"../node_modules/es5-ext/object/is-object.js"(e,t){"use strict";var a=K(),r={function:!0,object:!0};t.exports=function(e){return a(e)&&r[typeof e]||!1}}}),he=t({"../node_modules/es5-ext/error/custom.js"(e,r){"use strict";var n=pe(),o=me(),i=K(),l=Error.captureStackTrace;r.exports=function(e){var e=new Error(e),t=arguments[1],a=arguments[2];return i(a)||o(t)&&(a=t,t=null),i(a)&&n(e,a),i(t)&&(e.code=t),l&&l(e,r.exports),e}}}),fe=t({"../node_modules/es5-ext/object/mixin.js"(e,t){"use strict";var n=re(),o=Object.defineProperty,i=Object.getOwnPropertyDescriptor,l=Object.getOwnPropertyNames,s=Object.getOwnPropertySymbols;t.exports=function(t,a){var r,e=Object(n(a));if(t=Object(n(t)),l(e).forEach(function(e){try{o(t,e,i(a,e))}catch(e){r=e}}),"function"==typeof s&&s(e).forEach(function(e){try{o(t,e,i(a,e))}catch(e){r=e}}),void 0!==r)throw r;return t}}}),ge=t({"../node_modules/es5-ext/function/_define-length.js"(e,t){"use strict";function a(e,t){return t}var r,n,o,i,l,s=ee();try{Object.defineProperty(a,"length",{configurable:!0,writable:!1,enumerable:!1,value:1})}catch(e){}1===a.length?(r={configurable:!0,writable:!1,enumerable:!1},n=Object.defineProperty,t.exports=function(e,t){return t=s(t),e.length===t?e:(r.value=t,n(e,"length",r))}):(i=fe(),l=[],o=function(e){var t,a=0;if(l[e])return l[e];for(t=[];e--;)t.push("a"+(++a).toString(36));return new Function("fn","return function ("+t.join(", ")+") { return fn.apply(this, arguments); };")},t.exports=function(e,t){if(t=s(t),e.length===t)return e;t=o(t)(e);try{i(t,e)}catch(e){}return t})}}),be=t({"../node_modules/type/value/is.js"(e,t){"use strict";t.exports=function(e){return null!=e}}}),ye=t({"../node_modules/type/object/is.js"(e,t){"use strict";var a=be(),r={object:!0,function:!0,undefined:!0};t.exports=function(e){return!!a(e)&&hasOwnProperty.call(r,typeof e)}}}),ve=t({"../node_modules/type/prototype/is.js"(e,t){"use strict";var a=ye();t.exports=function(e){if(!a(e))return!1;try{return e.constructor?e.constructor.prototype===e:!1}catch(e){return!1}}}}),we=t({"../node_modules/type/function/is.js"(e,t){"use strict";var a=ve();t.exports=function(e){if("function"!=typeof e)return!1;if(!hasOwnProperty.call(e,"length"))return!1;try{if("number"!=typeof e.length)return!1;if("function"!=typeof e.call)return!1;if("function"!=typeof e.apply)return!1}catch(e){return!1}return!a(e)}}}),xe=t({"../node_modules/type/plain-function/is.js"(e,t){"use strict";var a=we(),r=/^\s*class[\s{/}]/,n=Function.prototype.toString;t.exports=function(e){return!!a(e)&&!r.test(n.call(e))}}}),Ae=t({"../node_modules/es5-ext/string/#/contains/is-implemented.js"(e,t){"use strict";var a="razdwatrzy";t.exports=function(){return"function"==typeof a.contains&&!0===a.contains("dwa")&&!1===a.contains("foo")}}}),ke=t({"../node_modules/es5-ext/string/#/contains/shim.js"(e,t){"use strict";var a=String.prototype.indexOf;t.exports=function(e){return-1<a.call(this,e,arguments[1])}}}),Ee=t({"../node_modules/es5-ext/string/#/contains/index.js"(e,t){"use strict";t.exports=Ae()()?String.prototype.contains:ke()}}),Re=t({"../node_modules/d/index.js"(e,t){"use strict";var i=be(),o=xe(),l=pe(),s=X(),u=Ee();(t.exports=function(e,t){var a,r,n,o;return arguments.length<2||"string"!=typeof e?(o=t,t=e,e=null):o=arguments[2],i(e)?(a=u.call(e,"c"),r=u.call(e,"e"),n=u.call(e,"w")):r=!(a=n=!0),e={value:t,configurable:a,enumerable:r,writable:n},o?l(s(o),e):e}).gs=function(e,t,a){var r,n;return"string"!=typeof e?(n=a,a=t,t=e,e=null):n=arguments[3],i(t)?o(t)?i(a)?o(a)||(n=a,a=void 0):a=void 0:(n=t,t=a=void 0):t=void 0,e=i(e)?(r=u.call(e,"c"),u.call(e,"e")):!(r=!0),t={get:t,set:a,configurable:r,enumerable:e},n?l(s(n),t):t}}}),Ne=t({"../node_modules/event-emitter/index.js"(e,t){"use strict";var a=Re(),i=ae(),l=Function.prototype.apply,s=Function.prototype.call,r=Object.create,n=Object.defineProperty,o=Object.defineProperties,u=Object.prototype.hasOwnProperty,d={configurable:!0,enumerable:!1,writable:!0},c=function(e,t){var a;return i(t),u.call(this,"__ee__")?a=this.__ee__:(a=d.value=r(null),n(this,"__ee__",d),d.value=null),a[e]?"object"==typeof a[e]?a[e].push(t):a[e]=[a[e],t]:a[e]=t,this},p=function(e,t){var a,r;return i(t),r=this,c.call(this,e,a=function(){m.call(r,e,a),l.call(t,this,arguments)}),a.__eeOnceListener__=t,this},m=function(e,t){var a,r,n,o;if(i(t),u.call(this,"__ee__")&&(a=this.__ee__)[e])if("object"==typeof(r=a[e]))for(o=0;n=r[o];++o)n!==t&&n.__eeOnceListener__!==t||(2===r.length?a[e]=r[o?0:1]:r.splice(o,1));else r!==t&&r.__eeOnceListener__!==t||delete a[e];return this},h=function(e){var t,a,r,n,o;if(u.call(this,"__ee__")&&(n=this.__ee__[e]))if("object"==typeof n){for(a=arguments.length,o=new Array(a-1),t=1;t<a;++t)o[t-1]=arguments[t];for(n=n.slice(),t=0;r=n[t];++t)l.call(r,this,o)}else switch(arguments.length){case 1:s.call(n,this);break;case 2:s.call(n,this,arguments[1]);break;case 3:s.call(n,this,arguments[1],arguments[2]);break;default:for(a=arguments.length,o=new Array(a-1),t=1;t<a;++t)o[t-1]=arguments[t];l.call(n,this,o)}},f={on:c,once:p,off:m,emit:h},g={on:a(c),once:a(p),off:a(m),emit:a(h)},b=o({},g);t.exports=e=function(e){return null==e?r(b):o(Object(e),g)},e.methods=f}}),Te=t({"../node_modules/es5-ext/array/from/is-implemented.js"(e,t){"use strict";t.exports=function(){var e,t=Array.from;return"function"==typeof t&&(e=t(t=["raz","dwa"]),Boolean(e&&e!==t&&"dwa"===e[1]))}}}),Ce=t({"../node_modules/ext/global-this/is-implemented.js"(e,t){"use strict";t.exports=function(){return"object"==typeof globalThis&&!!globalThis&&globalThis.Array===Array}}}),_e=t({"../node_modules/ext/global-this/implementation.js"(e,t){function a(){if("object"==typeof self&&self)return self;if("object"==typeof window&&window)return window;throw new Error("Unable to resolve global `this`")}t.exports=function(){if(this)return this;try{Object.defineProperty(Object.prototype,"__global__",{get:function(){return this},configurable:!0})}catch(e){return a()}try{return __global__?__global__:a()}finally{delete Object.prototype.__global__}}()}}),Se=t({"../node_modules/ext/global-this/index.js"(e,t){"use strict";t.exports=Ce()()?globalThis:_e()}}),Oe=t({"../node_modules/es6-symbol/is-implemented.js"(e,t){"use strict";var a=Se(),r={object:!0,symbol:!0};t.exports=function(){var e,t=a.Symbol;if("function"!=typeof t)return!1;e=t("test symbol");try{String(e)}catch(e){return!1}return!!r[typeof t.iterator]&&!!r[typeof t.toPrimitive]&&!!r[typeof t.toStringTag]}}}),Ie=t({"../node_modules/es6-symbol/is-symbol.js"(e,t){"use strict";t.exports=function(e){return!!e&&("symbol"==typeof e||!!e.constructor&&"Symbol"===e.constructor.name&&"Symbol"===e[e.constructor.toStringTag])}}}),Pe=t({"../node_modules/es6-symbol/validate-symbol.js"(e,t){"use strict";var a=Ie();t.exports=function(e){if(a(e))return e;throw new TypeError(e+" is not a symbol")}}}),Fe=t({"../node_modules/es6-symbol/lib/private/generate-name.js"(e,t){"use strict";var n=Re(),a=Object.create,o=Object.defineProperty,i=Object.prototype,l=a(null);t.exports=function(e){for(var t,a,r=0;l[e+(r||"")];)++r;return l[e+=r||""]=!0,o(i,t="@@"+e,n.gs(null,function(e){a||(a=!0,o(this,t,n(e)),a=!1)})),t}}}),Me=t({"../node_modules/es6-symbol/lib/private/setup/standard-symbols.js"(e,t){"use strict";var a=Re(),r=Se().Symbol;t.exports=function(e){return Object.defineProperties(e,{hasInstance:a("",r&&r.hasInstance||e("hasInstance")),isConcatSpreadable:a("",r&&r.isConcatSpreadable||e("isConcatSpreadable")),iterator:a("",r&&r.iterator||e("iterator")),match:a("",r&&r.match||e("match")),replace:a("",r&&r.replace||e("replace")),search:a("",r&&r.search||e("search")),species:a("",r&&r.species||e("species")),split:a("",r&&r.split||e("split")),toPrimitive:a("",r&&r.toPrimitive||e("toPrimitive")),toStringTag:a("",r&&r.toStringTag||e("toStringTag")),unscopables:a("",r&&r.unscopables||e("unscopables"))})}}}),je=t({"../node_modules/es6-symbol/lib/private/setup/symbol-registry.js"(e,t){"use strict";var a=Re(),r=Pe(),n=Object.create(null);t.exports=function(t){return Object.defineProperties(t,{for:a(function(e){return n[e]||(n[e]=t(String(e)))}),keyFor:a(function(e){for(var t in r(e),n)if(n[t]===e)return t})})}}}),qe=t({"../node_modules/es6-symbol/polyfill.js"(e,t){"use strict";var a,r,n,o=Re(),i=Pe(),l=Se().Symbol,s=Fe(),u=Me(),d=je(),c=Object.create,p=Object.defineProperties,m=Object.defineProperty;if("function"==typeof l)try{String(l()),n=!0}catch(e){}else l=null;r=function(e){if(this instanceof r)throw new TypeError("Symbol is not a constructor");return a(e)},t.exports=a=function e(t){var a;if(this instanceof e)throw new TypeError("Symbol is not a constructor");return n?l(t):(a=c(r.prototype),t=void 0===t?"":String(t),p(a,{__description__:o("",t),__name__:o("",s(t))}))},u(a),d(a),p(r.prototype,{constructor:o(a),toString:o("",function(){return this.__name__})}),p(a.prototype,{toString:o(function(){return"Symbol ("+i(this).__description__+")"}),valueOf:o(function(){return i(this)})}),m(a.prototype,a.toPrimitive,o("",function(){var e=i(this);return"symbol"==typeof e?e:e.toString()})),m(a.prototype,a.toStringTag,o("c","Symbol")),m(r.prototype,a.toStringTag,o("c",a.prototype[a.toStringTag])),m(r.prototype,a.toPrimitive,o("c",a.prototype[a.toPrimitive]))}}),Le=t({"../node_modules/es6-symbol/index.js"(e,t){"use strict";t.exports=Oe()()?Se().Symbol:qe()}}),$e=t({"../node_modules/es5-ext/function/is-arguments.js"(e,t){"use strict";var a=Object.prototype.toString,r=a.call(function(){return arguments}());t.exports=function(e){return a.call(e)===r}}}),Ve=t({"../node_modules/es5-ext/function/is-function.js"(e,t){"use strict";var a=Object.prototype.toString,r=RegExp.prototype.test.bind(/^[object [A-Za-z0-9]*Function]$/);t.exports=function(e){return"function"==typeof e&&r(a.call(e))}}}),ze=t({"../node_modules/es5-ext/string/is-string.js"(e,t){"use strict";var a=Object.prototype.toString,r=a.call("");t.exports=function(e){return"string"==typeof e||e&&"object"==typeof e&&(e instanceof String||a.call(e)===r)||!1}}}),De=t({"../node_modules/es5-ext/array/from/shim.js"(e,t){"use strict";var m=Le().iterator,h=$e(),f=Ve(),g=ee(),b=ae(),y=re(),v=K(),w=ze(),x=Array.isArray,A=Function.prototype.call,k={configurable:!0,enumerable:!0,writable:!0,value:null},E=Object.defineProperty;t.exports=function(e){var t,a,r,n,o,i,l,s,u,d,c=arguments[1],p=arguments[2];if(e=Object(y(e)),v(c)&&b(c),this&&this!==Array&&f(this))t=this;else{if(!c){if(h(e))return 1!==(o=e.length)?Array.apply(null,e):((n=new Array(1))[0]=e[0],n);if(x(e)){for(n=new Array(o=e.length),a=0;a<o;++a)n[a]=e[a];return n}}n=[]}if(!x(e))if(void 0!==(u=e[m])){for(l=b(u).call(e),t&&(n=new t),s=l.next(),a=0;!s.done;)d=c?A.call(c,p,s.value,a):s.value,t?(k.value=d,E(n,a,k)):n[a]=d,s=l.next(),++a;o=a}else if(w(e)){for(o=e.length,t&&(n=new t),r=a=0;a<o;++a)d=e[a],a+1<o&&55296<=(i=d.charCodeAt(0))&&i<=56319&&(d+=e[++a]),d=c?A.call(c,p,d,r):d,t?(k.value=d,E(n,r,k)):n[r]=d,++r;o=r}if(void 0===o)for(o=g(e.length),t&&(n=new t(o)),a=0;a<o;++a)d=c?A.call(c,p,e[a],a):e[a],t?(k.value=d,E(n,a,k)):n[a]=d;return t&&(k.value=null,n.length=o),n}}}),He=t({"../node_modules/es5-ext/array/from/index.js"(e,t){"use strict";t.exports=Te()()?Array.from:De()}}),Ue=t({"../node_modules/es5-ext/array/to-array.js"(e,t){"use strict";var a=He(),r=Array.isArray;t.exports=function(e){return r(e)?e:a(e)}}}),Be=t({"../node_modules/memoizee/lib/resolve-resolve.js"(e,t){"use strict";var a=Ue(),r=K(),n=ae(),o=Array.prototype.slice,i=function(a){return this.map(function(e,t){return e?e(a[t]):a[t]}).concat(o.call(a,this.length))};t.exports=function(e){return(e=a(e)).forEach(function(e){r(e)&&n(e)}),i.bind(e)}}}),Ge=t({"../node_modules/memoizee/lib/resolve-normalize.js"(e,t){"use strict";var a=ae();t.exports=function(e){var t;return"function"==typeof e?{set:e,get:e}:(t={get:a(e.get)},void 0!==e.set?(t.set=a(e.set),e.delete&&(t.delete=a(e.delete)),e.clear&&(t.clear=a(e.clear))):t.set=t.get,t)}}}),We=t({"../node_modules/memoizee/lib/configure-map.js"(e,t){"use strict";var g=he(),b=ge(),y=Re(),a=Ne().methods,v=Be(),w=Ge(),x=Function.prototype.apply,A=Function.prototype.call,k=Object.create,E=Object.defineProperties,R=a.on,N=a.emit;t.exports=function(n,t,e){var o,i,l,a,r,s,u,d,c,p,m,h=k(null),f=!1!==t?t:isNaN(n.length)?1:n.length;return e.normalizer&&(p=w(e.normalizer),i=p.get,l=p.set,a=p.delete,r=p.clear),null!=e.resolvers&&(m=v(e.resolvers)),p=i?b(function(e){var t,a,r=arguments;if(m&&(r=m(r)),null!==(t=i(r))&&hasOwnProperty.call(h,t))return u&&o.emit("get",t,r,this),h[t];if(a=1===r.length?A.call(n,this,r[0]):x.call(n,this,r),null===t){if(null!==(t=i(r)))throw g("Circular invocation","CIRCULAR_INVOCATION");t=l(r)}else if(hasOwnProperty.call(h,t))throw g("Circular invocation","CIRCULAR_INVOCATION");return h[t]=a,d&&o.emit("set",t,null,a),a},f):0===t?function(){var e;if(hasOwnProperty.call(h,"data"))return u&&o.emit("get","data",arguments,this),h.data;if(e=arguments.length?x.call(n,this,arguments):A.call(n,this),hasOwnProperty.call(h,"data"))throw g("Circular invocation","CIRCULAR_INVOCATION");return h.data=e,d&&o.emit("set","data",null,e),e}:function(e){var t,a=arguments;if(m&&(a=m(arguments)),t=String(a[0]),hasOwnProperty.call(h,t))return u&&o.emit("get",t,a,this),h[t];if(a=1===a.length?A.call(n,this,a[0]):x.call(n,this,a),hasOwnProperty.call(h,t))throw g("Circular invocation","CIRCULAR_INVOCATION");return h[t]=a,d&&o.emit("set",t,null,a),a},o={original:n,memoized:p,profileName:e.profileName,get:function(e){return m&&(e=m(e)),i?i(e):String(e[0])},has:function(e){return hasOwnProperty.call(h,e)},delete:function(e){var t;hasOwnProperty.call(h,e)&&(a&&a(e),t=h[e],delete h[e],c)&&o.emit("delete",e,t)},clear:function(){var e=h;r&&r(),h=k(null),o.emit("clear",e)},on:function(e,t){return"get"===e?u=!0:"set"===e?d=!0:"delete"===e&&(c=!0),R.call(this,e,t)},emit:N,updateEnv:function(){n=o.original}},e=i?b(function(e){var t=arguments;m&&(t=m(t)),null!==(t=i(t))&&o.delete(t)},f):0===t?function(){return o.delete("data")}:function(e){return m&&(e=m(arguments)[0]),o.delete(e)},f=b(function(){var e=arguments;return 0===t?h.data:(m&&(e=m(e)),e=i?i(e):String(e[0]),h[e])}),s=b(function(){var e=arguments;return 0===t?o.has("data"):(m&&(e=m(e)),null!==(e=i?i(e):String(e[0]))&&o.has(e))}),E(p,{__memoized__:y(!0),delete:y(e),clear:y(o.clear),_get:y(f),_has:y(s)}),o}}}),Ke=t({"../node_modules/memoizee/plain.js"(e,t){"use strict";var o=ae(),i=oe(),l=ie(),s=We(),u=te();t.exports=function e(t){var a,r,n;if(o(t),(a=Object(arguments[1])).async&&a.promise)throw new Error("Options 'async' and 'promise' cannot be used together");return hasOwnProperty.call(t,"__memoized__")&&!a.force?t:(r=u(a.length,t.length,a.async&&l.async),n=s(t,r,a),i(l,function(e,t){a[t]&&e(a[t],n,a)}),e.__profiler__&&e.__profiler__(n),n.updateEnv(),n.memoized)}}}),Xe=t({"../node_modules/memoizee/normalizers/primitive.js"(e,t){"use strict";t.exports=function(e){var t,a,r=e.length;if(!r)return"";for(t=String(e[a=0]);--r;)t+=""+e[++a];return t}}}),Je=t({"../node_modules/memoizee/normalizers/get-primitive-fixed.js"(e,t){"use strict";t.exports=function(n){return n?function(e){for(var t=String(e[0]),a=0,r=n;--r;)t+=""+e[++a];return t}:function(){return""}}}}),Ye=t({"../node_modules/es5-ext/number/is-nan/is-implemented.js"(e,t){"use strict";t.exports=function(){var e=Number.isNaN;return"function"==typeof e&&!e({})&&e(NaN)&&!e(34)}}}),Qe=t({"../node_modules/es5-ext/number/is-nan/shim.js"(e,t){"use strict";t.exports=function(e){return e!=e}}}),Ze=t({"../node_modules/es5-ext/number/is-nan/index.js"(e,t){"use strict";t.exports=Ye()()?Number.isNaN:Qe()}}),et=t({"../node_modules/es5-ext/array/#/e-index-of.js"(e,t){"use strict";var n=Ze(),o=ee(),i=re(),l=Array.prototype.indexOf,s=Object.prototype.hasOwnProperty,u=Math.abs,d=Math.floor;t.exports=function(e){var t,a,r;if(!n(e))return l.apply(this,arguments);for(a=o(i(this).length),e=arguments[1],t=e=isNaN(e)?0:0<=e?d(e):o(this.length)-d(u(e));t<a;++t)if(s.call(this,t)&&(r=this[t],n(r)))return t;return-1}}}),tt=t({"../node_modules/memoizee/normalizers/get.js"(e,t){"use strict";var u=et(),a=Object.create;t.exports=function(){var o=0,l=[],s=a(null);return{get:function(e){var t,a=0,r=l,n=e.length;if(0===n)return r[n]||null;if(r=r[n]){for(;a<n-1;){if(-1===(t=u.call(r[0],e[a])))return null;r=r[1][t],++a}return-1===(t=u.call(r[0],e[a]))?null:r[1][t]||null}return null},set:function(e){var t,a=0,r=l,n=e.length;if(0===n)r[n]=++o;else{for(r[n]||(r[n]=[[],[]]),r=r[n];a<n-1;)-1===(t=u.call(r[0],e[a]))&&(t=r[0].push(e[a])-1,r[1].push([[],[]])),r=r[1][t],++a;-1===(t=u.call(r[0],e[a]))&&(t=r[0].push(e[a])-1),r[1][t]=++o}return s[o]=e,o},delete:function(e){var t,a=0,r=l,n=s[e],o=n.length,i=[];if(0===o)delete r[o];else if(r=r[o]){for(;a<o-1;){if(-1===(t=u.call(r[0],n[a])))return;i.push(r,t),r=r[1][t],++a}if(-1===(t=u.call(r[0],n[a])))return;for(e=r[1][t],r[0].splice(t,1),r[1].splice(t,1);!r[0].length&&i.length;)t=i.pop(),(r=i.pop())[0].splice(t,1),r[1].splice(t,1)}delete s[e]},clear:function(){l=[],s=a(null)}}}}}),at=t({"../node_modules/memoizee/normalizers/get-1.js"(e,t){"use strict";var n=et();t.exports=function(){var t=0,a=[],r=[];return{get:function(e){e=n.call(a,e[0]);return-1===e?null:r[e]},set:function(e){return a.push(e[0]),r.push(++t),t},delete:function(e){e=n.call(r,e);-1!==e&&(a.splice(e,1),r.splice(e,1))},clear:function(){a=[],r=[]}}}}}),rt=t({"../node_modules/memoizee/normalizers/get-fixed.js"(e,t){"use strict";var u=et(),a=Object.create;t.exports=function(i){var n=0,l=[[],[]],s=a(null);return{get:function(e){for(var t,a=0,r=l;a<i-1;){if(-1===(t=u.call(r[0],e[a])))return null;r=r[1][t],++a}return-1!==(t=u.call(r[0],e[a]))&&r[1][t]||null},set:function(e){for(var t,a=0,r=l;a<i-1;)-1===(t=u.call(r[0],e[a]))&&(t=r[0].push(e[a])-1,r[1].push([[],[]])),r=r[1][t],++a;return-1===(t=u.call(r[0],e[a]))&&(t=r[0].push(e[a])-1),r[1][t]=++n,s[n]=e,n},delete:function(e){for(var t,a=0,r=l,n=[],o=s[e];a<i-1;){if(-1===(t=u.call(r[0],o[a])))return;n.push(r,t),r=r[1][t],++a}if(-1!==(t=u.call(r[0],o[a]))){for(e=r[1][t],r[0].splice(t,1),r[1].splice(t,1);!r[0].length&&n.length;)t=n.pop(),(r=n.pop())[0].splice(t,1),r[1].splice(t,1);delete s[e]}},clear:function(){l=[[],[]],s=a(null)}}}}}),nt=t({"../node_modules/es5-ext/object/map.js"(e,t){"use strict";var a=ae(),r=oe(),l=Function.prototype.call;t.exports=function(e,n){var o={},i=arguments[2];return a(n),r(e,function(e,t,a,r){o[t]=l.call(n,i,e,t,a,r)}),o}}}),ot=t({"../node_modules/next-tick/index.js"(e,t){"use strict";function o(e){if("function"!=typeof e)throw new TypeError(e+" is not a function");return e}function a(e){var t,a,r=document.createTextNode(""),n=0;return new e(function(){var e;if(t)a&&(t=a.concat(t));else{if(!a)return;t=a}if(a=t,t=null,"function"==typeof a)e=a,a=null,e();else for(r.data=n=++n%2;a;)e=a.shift(),a.length||(a=null),e()}).observe(r,{characterData:!0}),function(e){o(e),t?"function"==typeof t?t=[t,e]:t.push(e):(t=e,r.data=n=++n%2)}}t.exports=function(){if("object"==typeof process&&process&&"function"==typeof process.nextTick)return process.nextTick;if("function"==typeof queueMicrotask)return function(e){queueMicrotask(o(e))};if("object"==typeof document&&document){if("function"==typeof MutationObserver)return a(MutationObserver);if("function"==typeof WebKitMutationObserver)return a(WebKitMutationObserver)}return"function"==typeof setImmediate?function(e){setImmediate(o(e))}:"function"==typeof setTimeout||"object"==typeof setTimeout?function(e){setTimeout(o(e),0)}:null}()}}),it=t({"../node_modules/memoizee/ext/async.js"(){"use strict";var p=He(),t=nt(),a=fe(),n=ge(),m=ot(),h=Array.prototype.slice,f=Function.prototype.apply,g=Object.create;ie().async=function(e,i){var l,s,u,d=g(null),c=g(null),o=i.memoized,r=i.original;i.memoized=n(function(e){var t=arguments,a=t[t.length-1];return"function"==typeof a&&(l=a,t=h.call(t,0,-1)),o.apply(s=this,u=t)},o);try{a(i.memoized,o)}catch(e){}i.on("get",function(t){var a,r,n;l&&(d[t]?("function"==typeof d[t]?d[t]=[d[t],l]:d[t].push(l),l=null):(a=l,r=s,n=u,l=s=u=null,m(function(){var e;hasOwnProperty.call(c,t)?(e=c[t],i.emit("getasync",t,n,r),f.call(a,e.context,e.args)):(l=a,s=r,u=n,o.apply(r,n))})))}),i.original=function(){var e,t,a,o;return l?(e=p(arguments),a=l,l=s=u=null,e.push(t=function e(t){var a,r,n=e.id;if(null==n)m(f.bind(e,this,arguments));else if(delete e.id,a=d[n],delete d[n],a)return r=p(arguments),i.has(n)&&(t?i.delete(n):(c[n]={context:this,args:r},i.emit("setasync",n,"function"==typeof a?1:a.length))),"function"==typeof a?o=f.call(a,this,r):a.forEach(function(e){o=f.call(e,this,r)},this),o}),o=f.call(r,this,e),t.cb=a,l=t,o):f.call(r,this,arguments)},i.on("set",function(e){l?(d[e]?"function"==typeof d[e]?d[e]=[d[e],l.cb]:d[e].push(l.cb):d[e]=l.cb,delete l.cb,l.id=e,l=null):i.delete(e)}),i.on("delete",function(e){var t;hasOwnProperty.call(d,e)||c[e]&&(t=c[e],delete c[e],i.emit("deleteasync",e,h.call(t.args,1)))}),i.on("clear",function(){var e=c;c=g(null),i.emit("clearasync",t(e,function(e){return h.call(e.args,1)}))})}}}),lt=t({"../node_modules/es5-ext/object/primitive-set.js"(e,t){"use strict";var a=Array.prototype.forEach,r=Object.create;t.exports=function(e){var t=r(null);return a.call(arguments,function(e){t[e]=!0}),t}}}),st=t({"../node_modules/es5-ext/object/is-callable.js"(e,t){"use strict";t.exports=function(e){return"function"==typeof e}}}),ut=t({"../node_modules/es5-ext/object/validate-stringifiable.js"(e,t){"use strict";var a=st();t.exports=function(e){try{return e&&a(e.toString)?e.toString():String(e)}catch(e){throw new TypeError("Passed argument cannot be stringifed")}}}}),dt=t({"../node_modules/es5-ext/object/validate-stringifiable-value.js"(e,t){"use strict";var a=re(),r=ut();t.exports=function(e){return r(a(e))}}}),ct=t({"../node_modules/es5-ext/safe-to-string.js"(e,t){"use strict";var a=st();t.exports=function(e){try{return e&&a(e.toString)?e.toString():String(e)}catch(e){return"<Non-coercible to string value>"}}}}),pt=t({"../node_modules/es5-ext/to-short-string-representation.js"(e,t){"use strict";var a=ct(),r=/[\n\r\u2028\u2029]/g;t.exports=function(e){e=a(e);return e=(e=100<e.length?e.slice(0,99)+"…":e).replace(r,function(e){return JSON.stringify(e).slice(1,-1)})}}}),mt=t({"../node_modules/is-promise/index.js"(e,t){function a(e){return!!e&&("object"==typeof e||"function"==typeof e)&&"function"==typeof e.then}t.exports=a,t.exports.default=a}}),ht=t({"../node_modules/memoizee/ext/promise.js"(){"use strict";var t=nt(),e=lt(),a=dt(),r=pt(),m=mt(),h=ot(),n=Object.create,o=e("then","then:finally","done","done:finally");ie().promise=function(s,u){var d=n(null),c=n(null),p=n(null);if(!0===s)s=null;else if(s=a(s),!o[s])throw new TypeError("'"+r(s)+"' is not valid promise mode");u.on("set",function(a,e,t){var r=!1;if(m(t)){d[a]=1,p[a]=t;var n=function(e){var t=d[a];if(r)throw new Error("Memoizee error: Detected unordered then|done & finally resolution, which in turn makes proper detection of success/failure impossible (when in 'done:finally' mode)\nConsider to rely on 'then' or 'done' mode instead.");t&&(delete d[a],c[a]=e,u.emit("setasync",a,t))},o=function(){r=!0,d[a]&&(delete d[a],delete p[a],u.delete(a))},i=s;if("then"===(i=i||"then")){var l=function(){h(o)};"function"==typeof(t=t.then(function(e){h(n.bind(this,e))},l)).finally&&t.finally(l)}else if("done"===i){if("function"!=typeof t.done)throw new Error("Memoizee error: Retrieved promise does not implement 'done' in 'done' mode");t.done(n,o)}else if("done:finally"===i){if("function"!=typeof t.done)throw new Error("Memoizee error: Retrieved promise does not implement 'done' in 'done:finally' mode");if("function"!=typeof t.finally)throw new Error("Memoizee error: Retrieved promise does not implement 'finally' in 'done:finally' mode");t.done(n),t.finally(o)}}else c[a]=t,u.emit("setasync",a,1)}),u.on("get",function(e,t,a){var r,n;d[e]?++d[e]:(r=p[e],n=function(){u.emit("getasync",e,t,a)},m(r)?"function"==typeof r.done?r.done(n):r.then(function(){h(n)}):n())}),u.on("delete",function(e){var t;delete p[e],d[e]?delete d[e]:hasOwnProperty.call(c,e)&&(t=c[e],delete c[e],u.emit("deleteasync",e,[t]))}),u.on("clear",function(){var e=c;c=n(null),d=n(null),p=n(null),u.emit("clearasync",t(e,function(e){return[e]}))})}}}),ft=t({"../node_modules/memoizee/ext/dispose.js"(){"use strict";var n=ae(),o=oe(),i=ie(),l=Function.prototype.apply;i.dispose=function(a,e,t){var r;n(a),t.async&&i.async||t.promise&&i.promise?(e.on("deleteasync",r=function(e,t){l.call(a,null,t)}),e.on("clearasync",function(e){o(e,function(e,t){r(t,e)})})):(e.on("delete",r=function(e,t){a(t)}),e.on("clear",function(e){o(e,function(e,t){r(t,e)})}))}}}),gt=t({"../node_modules/timers-ext/max-timeout.js"(e,t){"use strict";t.exports=2147483647}}),bt=t({"../node_modules/timers-ext/valid-timeout.js"(e,t){"use strict";var a=ee(),r=gt();t.exports=function(e){if(e=a(e),r<e)throw new TypeError(e+" exceeds maximum possible timeout");return e}}}),yt=t({"../node_modules/memoizee/ext/max-age.js"(){"use strict";var l=He(),s=oe(),u=ot(),d=mt(),c=bt(),p=ie(),m=Function.prototype,h=Math.max,f=Math.min,g=Object.create;p.maxAge=function(t,n,o){var a,e,r,i;(t=c(t))&&(a=g(null),e=o.async&&p.async||o.promise&&p.promise?"async":"",n.on("set"+e,function(e){a[e]=setTimeout(function(){n.delete(e)},t),"function"==typeof a[e].unref&&a[e].unref(),i&&(i[e]&&"nextTick"!==i[e]&&clearTimeout(i[e]),i[e]=setTimeout(function(){delete i[e]},r),"function"==typeof i[e].unref)&&i[e].unref()}),n.on("delete"+e,function(e){clearTimeout(a[e]),delete a[e],i&&("nextTick"!==i[e]&&clearTimeout(i[e]),delete i[e])}),o.preFetch&&(r=!0===o.preFetch||isNaN(o.preFetch)?.333:h(f(Number(o.preFetch),1),0))&&(i={},r=(1-r)*t,n.on("get"+e,function(t,a,r){i[t]||(i[t]="nextTick",u(function(){var e;"nextTick"===i[t]&&(delete i[t],n.delete(t),o.async&&(a=l(a)).push(m),e=n.memoized.apply(r,a),o.promise)&&d(e)&&("function"==typeof e.done?e.done(m,m):e.then(m,m))}))})),n.on("clear"+e,function(){s(a,function(e){clearTimeout(e)}),a={},i&&(s(i,function(e){"nextTick"!==e&&clearTimeout(e)}),i={})}))}}}),vt=t({"../node_modules/lru-queue/index.js"(e,t){"use strict";var a=ee(),d=Object.create,c=Object.prototype.hasOwnProperty;t.exports=function(r){var n,o=0,i=1,l=d(null),s=d(null),u=0;return r=a(r),{hit:function(e){var t=s[e],a=++u;if(l[a]=e,s[e]=a,!t)return++o<=r?void 0:(e=l[i],n(e),e);if(delete l[t],i===t)for(;!c.call(l,++i););},delete:n=function(e){var t=s[e];if(t&&(delete l[t],delete s[e],--o,i===t))if(o)for(;!c.call(l,++i););else u=0,i=1},clear:function(){o=0,i=1,l=d(null),s=d(null),u=0}}}}}),wt=t({"../node_modules/memoizee/ext/max.js"(){"use strict";var n=ee(),o=vt(),i=ie();i.max=function(e,t,a){var r;(e=n(e))&&(r=o(e),e=a.async&&i.async||a.promise&&i.promise?"async":"",t.on("set"+e,a=function(e){void 0!==(e=r.hit(e))&&t.delete(e)}),t.on("get"+e,a),t.on("delete"+e,r.delete),t.on("clear"+e,r.clear))}}}),xt=t({"../node_modules/memoizee/ext/ref-counter.js"(){"use strict";var n=Re(),o=ie(),i=Object.create,l=Object.defineProperties;o.refCounter=function(e,t,a){var r=i(null),a=a.async&&o.async||a.promise&&o.promise?"async":"";t.on("set"+a,function(e,t){r[e]=t||1}),t.on("get"+a,function(e){++r[e]}),t.on("delete"+a,function(e){delete r[e]}),t.on("clear"+a,function(){r={}}),l(t.memoized,{deleteRef:n(function(){var e=t.get(arguments);return null!==e&&r[e]?!--r[e]&&(t.delete(e),!0):null}),getRefCount:n(function(){var e=t.get(arguments);return null!==e&&r[e]||0})})}}}),At=t({"../node_modules/memoizee/index.js"(e,t){"use strict";var r=X(),n=te(),o=Ke();t.exports=function(e){var t,a=r(arguments[1]);return a.normalizer||0!==(t=a.length=n(a.length,e.length,a.async))&&(a.primitive?!1===t?a.normalizer=Xe():1<t&&(a.normalizer=Je()(t)):a.normalizer=!1===t?tt()():1===t?at()():rt()(t)),a.async&&it(),a.promise&&ht(),a.dispose&&ft(),a.maxAge&&yt(),a.max&&wt(),a.refCounter&&xt(),o(e,a)}}}),t=t({"../node_modules/@deque/dot/doT.js"(e,t){!function(){"use strict";var l={name:"doT",version:"1.1.1",templateSettings:{evaluate:/\{\{([\s\S]+?(\}?)+)\}\}/g,interpolate:/\{\{=([\s\S]+?)\}\}/g,encode:/\{\{!([\s\S]+?)\}\}/g,use:/\{\{#([\s\S]+?)\}\}/g,useParams:/(^|[^\w$])def(?:\.|\[[\'\"])([\w$\.]+)(?:[\'\"]\])?\s*\:\s*([\w$\.]+|\"[^\"]+\"|\'[^\']+\'|\{[^\}]+\})/g,define:/\{\{##\s*([\w\.$]+)\s*(\:|=)([\s\S]+?)#\}\}/g,defineParams:/^\s*([\w$]+):([\s\S]+)/,conditional:/\{\{\?(\?)?\s*([\s\S]*?)\s*\}\}/g,iterate:/\{\{~\s*(?:\}\}|([\s\S]+?)\s*\:\s*([\w$]+)\s*(?:\:\s*([\w$]+))?\s*\}\})/g,varname:"it",strip:!0,append:!0,selfcontained:!1,doNotSkipEncoded:!1},template:void 0,compile:void 0,log:!0};if("object"!=typeof globalThis)try{Object.defineProperty(Object.prototype,"__magic__",{get:function(){return this},configurable:!0}),__magic__.globalThis=__magic__,delete Object.prototype.__magic__}catch(e){window.globalThis=function(){if("undefined"!=typeof self)return self;if(void 0!==window)return window;if(void 0!==F)return F;if(void 0!==this)return this;throw new Error("Unable to locate global `this`")}()}l.encodeHTMLSource=function(e){var t={"&":"&#38;","<":"&#60;",">":"&#62;",'"':"&#34;","'":"&#39;","/":"&#47;"},a=e?/[&<>"'\/]/g:/&(?!#?\w+;)|<|>|"|'|\//g;return function(e){return e?e.toString().replace(a,function(e){return t[e]||e}):""}},void 0!==t&&t.exports?t.exports=l:"function"==typeof define&&define.amd?define(function(){return l}):globalThis.doT=l;var s={append:{start:"'+(",end:")+'",startencode:"'+encodeHTML("},split:{start:"';out+=(",end:");out+='",startencode:"';out+=encodeHTML("}},u=/$^/;function d(e){return e.replace(/\\('|\\)/g,"$1").replace(/[\r\t\n]/g," ")}l.template=function(e,t,a){var r,n,o=(t=t||l.templateSettings).append?s.append:s.split,i=0,a=t.use||t.define?function a(n,e,o){return("string"==typeof e?e:e.toString()).replace(n.define||u,function(e,r,t,a){return(r=0===r.indexOf("def.")?r.substring(4):r)in o||(":"===t?(n.defineParams&&a.replace(n.defineParams,function(e,t,a){o[r]={arg:t,text:a}}),r in o||(o[r]=a)):new Function("def","def['"+r+"']="+a)(o)),""}).replace(n.use||u,function(e,t){return n.useParams&&(t=t.replace(n.useParams,function(e,t,a,r){var n;if(o[a]&&o[a].arg&&r)return n=(a+":"+r).replace(/'|\\/g,"_"),o.__exp=o.__exp||{},o.__exp[n]=o[a].text.replace(new RegExp("(^|[^\\w$])"+o[a].arg+"([^\\w$])","g"),"$1"+r+"$2"),t+"def.__exp['"+n+"']"})),(t=new Function("def","return "+t)(o))&&a(n,t,o)})}(t,e,a||{}):e,a=("var out='"+(t.strip?a.replace(/(^|\r|\n)\t* +| +\t*(\r|\n|$)/g," ").replace(/\r|\n|\t|\/\*[\s\S]*?\*\//g,""):a).replace(/'|\\/g,"\\$&").replace(t.interpolate||u,function(e,t){return o.start+d(t)+o.end}).replace(t.encode||u,function(e,t){return r=!0,o.startencode+d(t)+o.end}).replace(t.conditional||u,function(e,t,a){return t?a?"';}else if("+d(a)+"){out+='":"';}else{out+='":a?"';if("+d(a)+"){out+='":"';}out+='"}).replace(t.iterate||u,function(e,t,a,r){return t?(i+=1,n=r||"i"+i,t=d(t),"';var arr"+i+"="+t+";if(arr"+i+"){var "+a+","+n+"=-1,l"+i+"=arr"+i+".length-1;while("+n+"<l"+i+"){"+a+"=arr"+i+"["+n+"+=1];out+='"):"';} } out+='"}).replace(t.evaluate||u,function(e,t){return"';"+d(t)+"out+='"})+"';return out;").replace(/\n/g,"\\n").replace(/\t/g,"\\t").replace(/\r/g,"\\r").replace(/(\s|;|\}|^|\{)out\+='';/g,"$1").replace(/\+''/g,"");r&&(t.selfcontained||!globalThis||globalThis._encodeHTML||(globalThis._encodeHTML=l.encodeHTMLSource(t.doNotSkipEncoded)),a="var encodeHTML = typeof _encodeHTML !== 'undefined' ? _encodeHTML : ("+l.encodeHTMLSource.toString()+"("+(t.doNotSkipEncoded||"")+"));"+a);try{return new Function(t.varname,a)}catch(e){throw"undefined"!=typeof console&&console.log("Could not create a template function: "+a),e}},l.compile=function(e,t){return l.template(e,null,t)}}()}}),kt={helpUrlBase:"https://dequeuniversity.com/rules/",gridSize:200,results:[],resultGroups:[],resultGroupMap:{},impact:["minor","moderate","serious","critical"],preload:{assets:["cssom","media"],timeout:1e4},allOrigins:"<unsafe_all_origins>",sameOrigin:"<same_origin>",NA:void 0,PASS:void 0,CANTTELL:void 0,FAIL:void 0,CANTTELL_GROUP:void 0,NA_GROUP:void 0,FAIL_PRIO:void 0,CANTTELL_PRIO:void 0,PASS_PRIO:void 0,FAIL_GROUP:void 0};for(const Kp of[{name:"NA",value:"inapplicable",priority:0,group:"inapplicable"},{name:"PASS",value:"passed",priority:1,group:"passes"},{name:"CANTTELL",value:"cantTell",priority:2,group:"incomplete"},{name:"FAIL",value:"failed",priority:3,group:"violations"}]){var Et=Kp.name,Rt=Kp.value,Nt=Kp.priority,Tt=Kp.group;kt[Et]=Rt,kt[Et+"_PRIO"]=Nt,kt[Et+"_GROUP"]=Tt,kt.results[Nt]=Rt,kt.resultGroups[Nt]=Tt,kt.resultGroupMap[Rt]=Tt}var m=kt,Ct=function(...[]){"object"==typeof console&&console.log&&Function.prototype.apply.call(console.log,console,arguments)},_t=/[\t\r\n\f]/g,h=class{parent=void 0;actualNode=void 0;constructor(){this.parent=void 0,this.actualNode=void 0}get props(){throw new Error('VirtualNode class must have a "props" object consisting of "nodeType" and "nodeName" properties')}get attrNames(){throw new Error('VirtualNode class must have an "attrNames" property')}attr(e){throw new Error('VirtualNode class must have an "attr" function')}hasAttr(e){throw new Error('VirtualNode class must have a "hasAttr" function')}hasClass(e){var t=this.attr("class");return!!t&&0<=(" "+t+" ").replace(_t," ").indexOf(" "+e+" ")}},St={},Ot=(e(St,{DqElement:()=>va,aggregate:()=>It,aggregateChecks:()=>Lt,aggregateNodeResults:()=>Vt,aggregateResult:()=>Dt,areStylesSet:()=>Ht,assert:()=>d,checkHelper:()=>wa,clone:()=>xa,closest:()=>c,collectResultsFromFrames:()=>yr,contains:()=>vr,convertSelector:()=>Ca,cssParser:()=>Aa,deepMerge:()=>wr,escapeSelector:()=>f,extendMetaData:()=>xr,filterHtmlAttrs:()=>function t(e,a){if(!a)return e;let r=e.cloneNode(!1);const n=Jt(r);if(1===r.nodeType){const o=r.outerHTML;r=p.get(o,()=>es(r,n,e,a))}else r=es(r,n,e,a);Array.from(e.childNodes).forEach(e=>{r.appendChild(t(e,a))});return r},finalizeRuleResult:()=>$t,findBy:()=>fr,getAllChecks:()=>hr,getAncestry:()=>ha,getBaseLang:()=>Zi,getCheckMessage:()=>ll,getCheckOption:()=>sl,getEnvironmentData:()=>ul,getFlattenedTree:()=>Qi,getFrameContexts:()=>function(e,t={iframes:void 0}){if(!1===t.iframes)return[];t=new wl(e).frames;return t.map(({node:e,...t})=>{return t.initiator=!1,{frameSelector:ha(e),frameContext:t}})},getFriendlyUriEnd:()=>Xt,getNodeAttributes:()=>Jt,getNodeFromTree:()=>g,getPreloadConfig:()=>Kl,getRootNode:()=>Rr,getRule:()=>xl,getScroll:()=>kl,getScrollState:()=>El,getSelector:()=>pa,getSelectorData:()=>sa,getShadowSelector:()=>Zt,getStandards:()=>function(){return xa(v)},getStyleSheetFactory:()=>Rl,getXpath:()=>fa,injectStyle:()=>Nl,isHidden:()=>Tl,isHtmlElement:()=>Cl,isNodeInContext:()=>_l,isShadowRoot:()=>kr,isValidLang:()=>os,isXHTML:()=>Qt,matchAncestry:()=>Pl,matches:()=>Sa,matchesExpression:()=>_a,matchesSelector:()=>Yt,mergeResults:()=>br,nodeSorter:()=>Fl,parseCrossOriginStylesheet:()=>ql,parseSameOriginStylesheet:()=>Ml,parseStylesheet:()=>jl,performanceTimer:()=>S,preload:()=>Xl,preloadCssom:()=>Hl,preloadMedia:()=>Gl,processMessage:()=>il,publishMetaData:()=>Yl,querySelectorAll:()=>O,querySelectorAllFilter:()=>Dl,queue:()=>ja,respondable:()=>l,ruleShouldRun:()=>Zl,select:()=>ts,sendCommandToFrame:()=>cr,setScrollState:()=>as,shadowSelect:()=>function(e){e=Array.isArray(e)?[...e]:[e];return function e(t,a){const r=t.shift();const n=r?a.querySelector(r):null;if(0===t.length)return n;if(!n?.shadowRoot)return null;return e(t,n.shadowRoot)}(e,document)},shadowSelectAll:()=>rs,shouldPreload:()=>Wl,toArray:()=>Ut,tokenList:()=>C,uniqueArray:()=>$l,uuid:()=>Ka,validInputTypes:()=>ns}),{minor:0,inapplicable:0,passed:1,moderate:1,cantTell:2,serious:2,critical:3,failed:3}),It=function(e,t,a){var r=t.length;if(1===r)return e[Ot[t[0]]];var n=r/2,o=r-1;let i=a?Ot[a]:0;if(3!==i)for(let e=0;e<r&&!(e>n);e++){var l=Ot[t[e]],s=Ot[t[o-e]],s=l<s?s:l;if(3===(i=s>i?s:i))break}return e[i]},{CANTTELL_PRIO:Pt,FAIL_PRIO:Ft}=m,Mt=[],jt=(Mt[m.PASS_PRIO]=!0,Mt[m.CANTTELL_PRIO]=null,Mt[m.FAIL_PRIO]=!1,["any","all","none"]);function qt(a,r){jt.reduce((e,t)=>(e[t]=(a[t]||[]).map(e=>r(e,t)),e),{})}var Lt=function(e){const a=Object.assign({},e),r=(qt(a,(e,t)=>{var a=void 0===e.result?-1:Mt.indexOf(e.result);e.priority=-1!==a?a:m.CANTTELL_PRIO,"none"===t&&(e.priority===m.PASS_PRIO?e.priority=m.FAIL_PRIO:e.priority===m.FAIL_PRIO&&(e.priority=m.PASS_PRIO))}),{all:a.all.reduce((e,t)=>Math.max(e,t.priority),0),none:a.none.reduce((e,t)=>Math.max(e,t.priority),0),any:a.any.reduce((e,t)=>Math.min(e,t.priority),4)%4}),n=(a.priority=Math.max(r.all,r.none,r.any),[]);return jt.forEach(t=>{a[t]=a[t].filter(e=>e.priority===a.priority&&e.priority===r[t]),a[t].forEach(e=>n.push(e.impact))}),[Pt,Ft].includes(a.priority)?a.impact=It(m.impact,n):a.impact=null,qt(a,e=>{delete e.result,delete e.priority}),a.result=m.results[a.priority],delete a.priority,a},$t=function(t){const a=axe._audit.rules.find(e=>e.id===t.id);return a&&a.impact&&t.nodes.forEach(t=>{["any","all","none"].forEach(e=>{(t[e]||[]).forEach(e=>{e.impact=a.impact})})}),Object.assign(t,Vt(t.nodes)),delete t.nodes,t},Vt=funct