From 1308907eda066b24eeeb5b8bdf29c92f369adba4 Mon Sep 17 00:00:00 2001 From: Mark Tiedemann Date: Sat, 20 Jul 2019 23:55:28 +0200 Subject: [PATCH 1/8] Start porting JSDOM --- jsdom/Makefile | 13 + jsdom/jsdom.ts | 9 + jsdom/vendor/jsdom.js | 603 ++++++++++++++++++++++++++++++++++++++++ jsdom/webpack.config.js | 21 ++ 4 files changed, 646 insertions(+) create mode 100644 jsdom/Makefile create mode 100644 jsdom/jsdom.ts create mode 100644 jsdom/vendor/jsdom.js create mode 100644 jsdom/webpack.config.js diff --git a/jsdom/Makefile b/jsdom/Makefile new file mode 100644 index 000000000000..687dbf108fec --- /dev/null +++ b/jsdom/Makefile @@ -0,0 +1,13 @@ +.PHONY: install bundle clean + +install: + npm install --no-package-lock \ + webpack@4.36.1 \ + webpack-cli@3.3.6 \ + jsdom@15.1.1 + +bundle: + ./node_modules/.bin/webpack-cli + +clean: + rm -rf node_modules vendor diff --git a/jsdom/jsdom.ts b/jsdom/jsdom.ts new file mode 100644 index 000000000000..e0de355dc2b7 --- /dev/null +++ b/jsdom/jsdom.ts @@ -0,0 +1,9 @@ +import "./vendor/jsdom.js"; + +let JSDOM = (window as any).jsdom.JSDOM; +let dom = new JSDOM(` + +

Hello, Deno!

+`); +let p = dom.window.document.querySelector("p"); +console.log(p.textContent); diff --git a/jsdom/vendor/jsdom.js b/jsdom/vendor/jsdom.js new file mode 100644 index 000000000000..d8b70f0342f3 --- /dev/null +++ b/jsdom/vendor/jsdom.js @@ -0,0 +1,603 @@ +window.jsdom=function(e){var t={};function r(i){if(t[i])return t[i].exports;var n=t[i]={i:i,l:!1,exports:{}};return e[i].call(n.exports,n,n.exports,r),n.l=!0,n.exports}return r.m=e,r.c=t,r.d=function(e,t,i){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:i})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var i=Object.create(null);if(r.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)r.d(i,n,function(t){return e[t]}.bind(null,n));return i},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=203)}([function(e,t,r){"use strict";const i="function"==typeof Object.getOwnPropertyDescriptors?Object.getOwnPropertyDescriptors:e=>{if(null==e)throw new TypeError("Cannot convert undefined or null to object");e=Object(e);const t=Reflect.ownKeys(e),r={};for(const i of t){const t=Reflect.getOwnPropertyDescriptor(e,i);void 0!==t&&Reflect.defineProperty(r,i,{value:t,writable:!0,enumerable:!0,configurable:!0})}return r},n=Symbol("wrapper"),o=Symbol("impl"),a=Symbol("SameObject caches");function s(e){return e?e[n]:null}function u(e){return e?e[o]:null}const l=Symbol("internal"),p=Object.getPrototypeOf(Object.getPrototypeOf([][Symbol.iterator]()));const c=Symbol("supports property index"),d=Symbol("supported property indices"),h=Symbol("supports property name"),m=Symbol("supported property names"),f=Symbol("indexed property get"),g=Symbol("indexed property set new"),v=Symbol("indexed property set existing"),b=Symbol("named property get"),y=Symbol("named property set new"),w=Symbol("named property set existing"),E=Symbol("named property delete");e.exports={isObject:function(e){return"object"==typeof e&&null!==e||"function"==typeof e},hasOwn:function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},getOwnPropertyDescriptors:i,wrapperSymbol:n,implSymbol:o,getSameObject:function(e,t,r){return e[a]||(e[a]=Object.create(null)),t in e[a]?e[a][t]:(e[a][t]=r(),e[a][t])},wrapperForImpl:s,implForWrapper:u,tryWrapperForImpl:function(e){const t=s(e);return t||e},tryImplForWrapper:function(e){const t=u(e);return t||e},iterInternalSymbol:l,IteratorPrototype:p,isArrayIndexPropName:function(e){if("string"!=typeof e)return!1;const t=e>>>0;return t!==Math.pow(2,32)-1&&e===`${t}`},supportsPropertyIndex:c,supportedPropertyIndices:d,supportsPropertyName:h,supportedPropertyNames:m,indexedGet:f,indexedSetNew:g,indexedSetExisting:v,namedGet:b,namedSetNew:y,namedSetExisting:w,namedDelete:E}},function(e,t,r){"use strict";function i(e,t){return`${t&&t.context?t.context:"Value"} ${e}.`}function n(e){return a(Math.trunc(e))}function o(e){return e<0?-1:1}function a(e){return 0===e?0:e}function s(e,t){const r=!t.unsigned;let s,u;64===e?(u=Math.pow(2,53)-1,s=r?1-Math.pow(2,53):0):r?(s=-Math.pow(2,e-1),u=Math.pow(2,e-1)-1):(s=0,u=Math.pow(2,e)-1);const l=Math.pow(2,e),p=Math.pow(2,e-1);return(e,t)=>{void 0===t&&(t={});let c=+e;if(c=a(c),t.enforceRange){if(!Number.isFinite(c))throw new TypeError(i("is not a finite number",t));if((c=n(c))u)throw new TypeError(i(`is outside the accepted range of ${s} to ${u}, inclusive`,t));return c}return!Number.isNaN(c)&&t.clamp?c=function(e){return a(e>0&&e%1==.5&&0==(1&e)||e<0&&e%1==-.5&&1==(1&e)?Math.floor(e):Math.round(e))}(c=Math.min(Math.max(c,s),u)):Number.isFinite(c)&&0!==c?(c=n(c))>=s&&c<=u?c:(c=function(e,t){const r=e%t;return o(t)!==o(r)?r+t:r}(c,l),r&&c>=p?c-l:c):0}}function u(e,t){if("function"!=typeof e)throw new TypeError(i("is not a function",t));return e}t.any=e=>e,t.void=function(){},t.boolean=function(e){return!!e},t.byte=s(8,{unsigned:!1}),t.octet=s(8,{unsigned:!0}),t.short=s(16,{unsigned:!1}),t["unsigned short"]=s(16,{unsigned:!0}),t.long=s(32,{unsigned:!1}),t["unsigned long"]=s(32,{unsigned:!0}),t["long long"]=s(64,{unsigned:!1}),t["unsigned long long"]=s(64,{unsigned:!0}),t.double=(e,t)=>{const r=+e;if(!Number.isFinite(r))throw new TypeError(i("is not a finite floating-point value",t));return r},t["unrestricted double"]=e=>{return+e},t.float=(e,t)=>{const r=+e;if(!Number.isFinite(r))throw new TypeError(i("is not a finite floating-point value",t));if(Object.is(r,-0))return r;const n=Math.fround(r);if(!Number.isFinite(n))throw new TypeError(i("is outside the range of a single-precision floating-point value",t));return n},t["unrestricted float"]=e=>{const t=+e;return isNaN(t)?t:Object.is(t,-0)?t:Math.fround(t)},t.DOMString=function(e,t){if(void 0===t&&(t={}),t.treatNullAsEmptyString&&null===e)return"";if("symbol"==typeof e)throw new TypeError(i("is a symbol, which cannot be converted to a string",t));return String(e)},t.ByteString=(e,r)=>{const n=t.DOMString(e,r);let o;for(let e=0;void 0!==(o=n.codePointAt(e));++e)if(o>255)throw new TypeError(i("is not a valid ByteString",r));return n},t.USVString=(e,r)=>{const i=t.DOMString(e,r),n=i.length,o=[];for(let e=0;e57343)o.push(String.fromCodePoint(t));else if(56320<=t&&t<=57343)o.push(String.fromCodePoint(65533));else if(e===n-1)o.push(String.fromCodePoint(65533));else{const r=i.charCodeAt(e+1);if(56320<=r&&r<=57343){const i=1023&t,n=1023&r;o.push(String.fromCodePoint(65536+1024*i+n)),++e}else o.push(String.fromCodePoint(65533))}}return o.join("")},t.object=(e,t)=>{if("Object"!==function(e){if(null===e)return"Null";switch(typeof e){case"undefined":return"Undefined";case"boolean":return"Boolean";case"number":return"Number";case"string":return"String";case"symbol":return"Symbol";case"object":case"function":default:return"Object"}}(e))throw new TypeError(i("is not an object",t));return e},[Error,ArrayBuffer,DataView,Int8Array,Int16Array,Int32Array,Uint8Array,Uint16Array,Uint32Array,Uint8ClampedArray,Float32Array,Float64Array].forEach(e=>{const r=e.name,n=/^[AEIOU]/.test(r)?"an":"a";t[r]=(t,o)=>{if(!(t instanceof e))throw new TypeError(i(`is not ${n} ${r} object`,o));return t}}),t.ArrayBufferView=(e,t)=>{if(!ArrayBuffer.isView(e))throw new TypeError(i("is not a view on an ArrayBuffer object",t));return e},t.BufferSource=(e,t)=>{if(!(ArrayBuffer.isView(e)||e instanceof ArrayBuffer))throw new TypeError(i("is not an ArrayBuffer object or a view on one",t));return e},t.DOMTimeStamp=t["unsigned long long"],t.Function=u,t.VoidFunction=u},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(69);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}click(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].click()}focus(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].focus()}blur(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].blur()}get title(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"title");return null===t?"":t}set title(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'title' property on 'HTMLElement': The provided value"}),this.setAttributeNS(null,"title",t)}get lang(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"lang");return null===t?"":t}set lang(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'lang' property on 'HTMLElement': The provided value"}),this.setAttributeNS(null,"lang",t)}get translate(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].translate}set translate(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.boolean(t,{context:"Failed to set the 'translate' property on 'HTMLElement': The provided value"}),this[o].translate=t}get dir(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].dir}set dir(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'dir' property on 'HTMLElement': The provided value"}),this[o].dir=t}get hidden(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"hidden")}set hidden(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'hidden' property on 'HTMLElement': The provided value"}))?this.setAttributeNS(null,"hidden",""):this.removeAttributeNS(null,"hidden")}get accessKey(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"accesskey");return null===t?"":t}set accessKey(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'accessKey' property on 'HTMLElement': The provided value"}),this.setAttributeNS(null,"accesskey",t)}get draggable(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].draggable}set draggable(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.boolean(t,{context:"Failed to set the 'draggable' property on 'HTMLElement': The provided value"}),this[o].draggable=t}get offsetParent(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].offsetParent)}get offsetTop(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].offsetTop}get offsetLeft(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].offsetLeft}get offsetWidth(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].offsetWidth}get offsetHeight(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].offsetHeight}get style(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.getSameObject(this,"style",()=>n.tryWrapperForImpl(this[o].style))}set style(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");this.style.cssText=t}get onabort(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onabort)}set onabort(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onabort=t}get onauxclick(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onauxclick)}set onauxclick(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onauxclick=t}get onblur(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onblur)}set onblur(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onblur=t}get oncancel(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].oncancel)}set oncancel(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].oncancel=t}get oncanplay(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].oncanplay)}set oncanplay(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].oncanplay=t}get oncanplaythrough(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].oncanplaythrough)}set oncanplaythrough(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].oncanplaythrough=t}get onchange(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onchange)}set onchange(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onchange=t}get onclick(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onclick)}set onclick(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onclick=t}get onclose(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onclose)}set onclose(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onclose=t}get oncontextmenu(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].oncontextmenu)}set oncontextmenu(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].oncontextmenu=t}get oncuechange(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].oncuechange)}set oncuechange(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].oncuechange=t}get ondblclick(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ondblclick)}set ondblclick(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ondblclick=t}get ondrag(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ondrag)}set ondrag(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ondrag=t}get ondragend(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ondragend)}set ondragend(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ondragend=t}get ondragenter(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ondragenter)}set ondragenter(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ondragenter=t}get ondragexit(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ondragexit)}set ondragexit(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ondragexit=t}get ondragleave(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ondragleave)}set ondragleave(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ondragleave=t}get ondragover(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ondragover)}set ondragover(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ondragover=t}get ondragstart(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ondragstart)}set ondragstart(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ondragstart=t}get ondrop(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ondrop)}set ondrop(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ondrop=t}get ondurationchange(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ondurationchange)}set ondurationchange(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ondurationchange=t}get onemptied(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onemptied)}set onemptied(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onemptied=t}get onended(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onended)}set onended(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onended=t}get onerror(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onerror)}set onerror(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onerror=t}get onfocus(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onfocus)}set onfocus(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onfocus=t}get oninput(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].oninput)}set oninput(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].oninput=t}get oninvalid(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].oninvalid)}set oninvalid(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].oninvalid=t}get onkeydown(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onkeydown)}set onkeydown(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onkeydown=t}get onkeypress(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onkeypress)}set onkeypress(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onkeypress=t}get onkeyup(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onkeyup)}set onkeyup(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onkeyup=t}get onload(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onload)}set onload(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onload=t}get onloadeddata(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onloadeddata)}set onloadeddata(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onloadeddata=t}get onloadedmetadata(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onloadedmetadata)}set onloadedmetadata(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onloadedmetadata=t}get onloadend(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onloadend)}set onloadend(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onloadend=t}get onloadstart(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onloadstart)}set onloadstart(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onloadstart=t}get onmousedown(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onmousedown)}set onmousedown(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onmousedown=t}get onmouseenter(){return n.tryWrapperForImpl(this[o].onmouseenter)}set onmouseenter(e){e=n.tryImplForWrapper(e),this[o].onmouseenter=e}get onmouseleave(){return n.tryWrapperForImpl(this[o].onmouseleave)}set onmouseleave(e){e=n.tryImplForWrapper(e),this[o].onmouseleave=e}get onmousemove(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onmousemove)}set onmousemove(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onmousemove=t}get onmouseout(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onmouseout)}set onmouseout(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onmouseout=t}get onmouseover(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onmouseover)}set onmouseover(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onmouseover=t}get onmouseup(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onmouseup)}set onmouseup(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onmouseup=t}get onwheel(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onwheel)}set onwheel(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onwheel=t}get onpause(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onpause)}set onpause(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onpause=t}get onplay(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onplay)}set onplay(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onplay=t}get onplaying(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onplaying)}set onplaying(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onplaying=t}get onprogress(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onprogress)}set onprogress(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onprogress=t}get onratechange(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onratechange)}set onratechange(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onratechange=t}get onreset(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onreset)}set onreset(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onreset=t}get onresize(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onresize)}set onresize(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onresize=t}get onscroll(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onscroll)}set onscroll(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onscroll=t}get onsecuritypolicyviolation(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onsecuritypolicyviolation)}set onsecuritypolicyviolation(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onsecuritypolicyviolation=t}get onseeked(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onseeked)}set onseeked(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onseeked=t}get onseeking(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onseeking)}set onseeking(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onseeking=t}get onselect(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onselect)}set onselect(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onselect=t}get onstalled(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onstalled)}set onstalled(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onstalled=t}get onsubmit(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onsubmit)}set onsubmit(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onsubmit=t}get onsuspend(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onsuspend)}set onsuspend(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onsuspend=t}get ontimeupdate(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ontimeupdate)}set ontimeupdate(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ontimeupdate=t}get ontoggle(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ontoggle)}set ontoggle(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ontoggle=t}get onvolumechange(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onvolumechange)}set onvolumechange(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onvolumechange=t}get onwaiting(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onwaiting)}set onwaiting(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onwaiting=t}get dataset(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.getSameObject(this,"dataset",()=>n.tryWrapperForImpl(this[o].dataset))}get nonce(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"nonce");return null===t?"":t}set nonce(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'nonce' property on 'HTMLElement': The provided value"}),this.setAttributeNS(null,"nonce",t)}get tabIndex(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].tabIndex}set tabIndex(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.long(t,{context:"Failed to set the 'tabIndex' property on 'HTMLElement': The provided value"}),this[o].tabIndex=t}}Object.defineProperties(s.prototype,{click:{enumerable:!0},focus:{enumerable:!0},blur:{enumerable:!0},title:{enumerable:!0},lang:{enumerable:!0},translate:{enumerable:!0},dir:{enumerable:!0},hidden:{enumerable:!0},accessKey:{enumerable:!0},draggable:{enumerable:!0},offsetParent:{enumerable:!0},offsetTop:{enumerable:!0},offsetLeft:{enumerable:!0},offsetWidth:{enumerable:!0},offsetHeight:{enumerable:!0},style:{enumerable:!0},onabort:{enumerable:!0},onauxclick:{enumerable:!0},onblur:{enumerable:!0},oncancel:{enumerable:!0},oncanplay:{enumerable:!0},oncanplaythrough:{enumerable:!0},onchange:{enumerable:!0},onclick:{enumerable:!0},onclose:{enumerable:!0},oncontextmenu:{enumerable:!0},oncuechange:{enumerable:!0},ondblclick:{enumerable:!0},ondrag:{enumerable:!0},ondragend:{enumerable:!0},ondragenter:{enumerable:!0},ondragexit:{enumerable:!0},ondragleave:{enumerable:!0},ondragover:{enumerable:!0},ondragstart:{enumerable:!0},ondrop:{enumerable:!0},ondurationchange:{enumerable:!0},onemptied:{enumerable:!0},onended:{enumerable:!0},onerror:{enumerable:!0},onfocus:{enumerable:!0},oninput:{enumerable:!0},oninvalid:{enumerable:!0},onkeydown:{enumerable:!0},onkeypress:{enumerable:!0},onkeyup:{enumerable:!0},onload:{enumerable:!0},onloadeddata:{enumerable:!0},onloadedmetadata:{enumerable:!0},onloadend:{enumerable:!0},onloadstart:{enumerable:!0},onmousedown:{enumerable:!0},onmouseenter:{enumerable:!0},onmouseleave:{enumerable:!0},onmousemove:{enumerable:!0},onmouseout:{enumerable:!0},onmouseover:{enumerable:!0},onmouseup:{enumerable:!0},onwheel:{enumerable:!0},onpause:{enumerable:!0},onplay:{enumerable:!0},onplaying:{enumerable:!0},onprogress:{enumerable:!0},onratechange:{enumerable:!0},onreset:{enumerable:!0},onresize:{enumerable:!0},onscroll:{enumerable:!0},onsecuritypolicyviolation:{enumerable:!0},onseeked:{enumerable:!0},onseeking:{enumerable:!0},onselect:{enumerable:!0},onstalled:{enumerable:!0},onsubmit:{enumerable:!0},onsuspend:{enumerable:!0},ontimeupdate:{enumerable:!0},ontoggle:{enumerable:!0},onvolumechange:{enumerable:!0},onwaiting:{enumerable:!0},dataset:{enumerable:!0},nonce:{enumerable:!0},tabIndex:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLElement:s}}};e.exports=u;const l=r(3)},function(e,t,r){"use strict";const{mixin:i}=r(5),n=r(150).implementation,o=r(73),a=r(328).implementation,s=r(131).implementation,u=r(329).implementation,{firstChildWithLocalName:l}=r(30),{isDisabled:p}=r(23),{fireAnEvent:c}=r(15);class d extends n{constructor(e,t){super(e,t),this._initHTMLOrSVGElement(),this._initElementCSSInlineStyle(),this._initGlobalEvents(),this._clickInProgress=!1,this._hasActivationBehavior="summary"===this._localName}_activationBehavior(){const e=this.parentNode;e&&"details"===e._localName&&this===l(e,"summary")&&(e.hasAttributeNS(null,"open")?e.removeAttributeNS(null,"open"):e.setAttributeNS(null,"open",""))}get translate(){const e=this.getAttributeNS(null,"translate");return"yes"===e||""===e||"no"!==e&&(this===this.ownerDocument.documentElement||this.parentElement&&this.parentElement.translate)}set translate(e){!0===e?this.setAttributeNS(null,"translate","yes"):this.setAttributeNS(null,"translate","no")}click(){p(this)||this._clickInProgress||(this._clickInProgress=!0,c("click",this,o,{bubbles:!0,cancelable:!0,composed:!0,isTrusted:!1,view:this.ownerDocument.defaultView}),this._clickInProgress=!1)}get draggable(){const e=this.getAttributeNS(null,"draggable");return"true"===e||"false"!==e&&("img"===this._localName||"a"===this._localName&&this.hasAttributeNS(null,"href"))}set draggable(e){this.setAttributeNS(null,"draggable",String(e))}get dir(){let e=this.getAttributeNS(null,"dir");return null!==e&&(e=e.toLowerCase(),["ltr","rtl","auto"].includes(e))?e:""}set dir(e){this.setAttributeNS(null,"dir",e)}_attrModified(e,t,r){"style"!==e||t===r||this._settingCssText?e.startsWith("on")&&this._globalEventChanged(e.substring(2)):(this._settingCssText=!0,this._style.cssText=t,this._settingCssText=!1),super._attrModified.apply(this,arguments)}get offsetParent(){return null}get offsetTop(){return 0}get offsetLeft(){return 0}get offsetWidth(){return 0}get offsetHeight(){return 0}}i(d.prototype,a.prototype),i(d.prototype,s.prototype),i(d.prototype,u.prototype),e.exports={implementation:d}},function(e,t,r){"use strict";(function(e){ +/*! + * The buffer module from node.js, for the browser. + * + * @author Feross Aboukhadijeh + * @license MIT + */ +var i=r(393),n=r(394),o=r(204);function a(){return u.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function s(e,t){if(a()=a())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+a().toString(16)+" bytes");return 0|e}function m(e,t){if(u.isBuffer(e))return e.length;if("undefined"!=typeof ArrayBuffer&&"function"==typeof ArrayBuffer.isView&&(ArrayBuffer.isView(e)||e instanceof ArrayBuffer))return e.byteLength;"string"!=typeof e&&(e=""+e);var r=e.length;if(0===r)return 0;for(var i=!1;;)switch(t){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":case void 0:return U(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*r;case"hex":return r>>>1;case"base64":return z(e).length;default:if(i)return U(e).length;t=(""+t).toLowerCase(),i=!0}}function f(e,t,r){var i=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return"";if((void 0===r||r>this.length)&&(r=this.length),r<=0)return"";if((r>>>=0)<=(t>>>=0))return"";for(e||(e="utf8");;)switch(e){case"hex":return F(this,t,r);case"utf8":case"utf-8":return A(this,t,r);case"ascii":return I(this,t,r);case"latin1":case"binary":return C(this,t,r);case"base64":return S(this,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return D(this,t,r);default:if(i)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),i=!0}}function g(e,t,r){var i=e[t];e[t]=e[r],e[r]=i}function v(e,t,r,i,n){if(0===e.length)return-1;if("string"==typeof r?(i=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,isNaN(r)&&(r=n?0:e.length-1),r<0&&(r=e.length+r),r>=e.length){if(n)return-1;r=e.length-1}else if(r<0){if(!n)return-1;r=0}if("string"==typeof t&&(t=u.from(t,i)),u.isBuffer(t))return 0===t.length?-1:b(e,t,r,i,n);if("number"==typeof t)return t&=255,u.TYPED_ARRAY_SUPPORT&&"function"==typeof Uint8Array.prototype.indexOf?n?Uint8Array.prototype.indexOf.call(e,t,r):Uint8Array.prototype.lastIndexOf.call(e,t,r):b(e,[t],r,i,n);throw new TypeError("val must be string, number or Buffer")}function b(e,t,r,i,n){var o,a=1,s=e.length,u=t.length;if(void 0!==i&&("ucs2"===(i=String(i).toLowerCase())||"ucs-2"===i||"utf16le"===i||"utf-16le"===i)){if(e.length<2||t.length<2)return-1;a=2,s/=2,u/=2,r/=2}function l(e,t){return 1===a?e[t]:e.readUInt16BE(t*a)}if(n){var p=-1;for(o=r;os&&(r=s-u),o=r;o>=0;o--){for(var c=!0,d=0;dn&&(i=n):i=n;var o=t.length;if(o%2!=0)throw new TypeError("Invalid hex string");i>o/2&&(i=o/2);for(var a=0;a>8,n=r%256,o.push(n),o.push(i);return o}(t,e.length-r),e,r,i)}function S(e,t,r){return 0===t&&r===e.length?i.fromByteArray(e):i.fromByteArray(e.slice(t,r))}function A(e,t,r){r=Math.min(e.length,r);for(var i=[],n=t;n239?4:l>223?3:l>191?2:1;if(n+c<=r)switch(c){case 1:l<128&&(p=l);break;case 2:128==(192&(o=e[n+1]))&&(u=(31&l)<<6|63&o)>127&&(p=u);break;case 3:o=e[n+1],a=e[n+2],128==(192&o)&&128==(192&a)&&(u=(15&l)<<12|(63&o)<<6|63&a)>2047&&(u<55296||u>57343)&&(p=u);break;case 4:o=e[n+1],a=e[n+2],s=e[n+3],128==(192&o)&&128==(192&a)&&128==(192&s)&&(u=(15&l)<<18|(63&o)<<12|(63&a)<<6|63&s)>65535&&u<1114112&&(p=u)}null===p?(p=65533,c=1):p>65535&&(p-=65536,i.push(p>>>10&1023|55296),p=56320|1023&p),i.push(p),n+=c}return function(e){var t=e.length;if(t<=k)return String.fromCharCode.apply(String,e);var r="",i=0;for(;i0&&(e=this.toString("hex",0,r).match(/.{2}/g).join(" "),this.length>r&&(e+=" ... ")),""},u.prototype.compare=function(e,t,r,i,n){if(!u.isBuffer(e))throw new TypeError("Argument must be a Buffer");if(void 0===t&&(t=0),void 0===r&&(r=e?e.length:0),void 0===i&&(i=0),void 0===n&&(n=this.length),t<0||r>e.length||i<0||n>this.length)throw new RangeError("out of range index");if(i>=n&&t>=r)return 0;if(i>=n)return-1;if(t>=r)return 1;if(this===e)return 0;for(var o=(n>>>=0)-(i>>>=0),a=(r>>>=0)-(t>>>=0),s=Math.min(o,a),l=this.slice(i,n),p=e.slice(t,r),c=0;cn)&&(r=n),e.length>0&&(r<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var o=!1;;)switch(i){case"hex":return y(this,e,t,r);case"utf8":case"utf-8":return w(this,e,t,r);case"ascii":return E(this,e,t,r);case"latin1":case"binary":return x(this,e,t,r);case"base64":return _(this,e,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return T(this,e,t,r);default:if(o)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),o=!0}},u.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var k=4096;function I(e,t,r){var i="";r=Math.min(e.length,r);for(var n=t;ni)&&(r=i);for(var n="",o=t;or)throw new RangeError("Trying to access beyond buffer length")}function O(e,t,r,i,n,o){if(!u.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>n||te.length)throw new RangeError("Index out of range")}function j(e,t,r,i){t<0&&(t=65535+t+1);for(var n=0,o=Math.min(e.length-r,2);n>>8*(i?n:1-n)}function B(e,t,r,i){t<0&&(t=4294967295+t+1);for(var n=0,o=Math.min(e.length-r,4);n>>8*(i?n:3-n)&255}function P(e,t,r,i,n,o){if(r+i>e.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function M(e,t,r,i,o){return o||P(e,0,r,4),n.write(e,t,r,i,23,4),r+4}function R(e,t,r,i,o){return o||P(e,0,r,8),n.write(e,t,r,i,52,8),r+8}u.prototype.slice=function(e,t){var r,i=this.length;if((e=~~e)<0?(e+=i)<0&&(e=0):e>i&&(e=i),(t=void 0===t?i:~~t)<0?(t+=i)<0&&(t=0):t>i&&(t=i),t0&&(n*=256);)i+=this[e+--t]*n;return i},u.prototype.readUInt8=function(e,t){return t||N(e,1,this.length),this[e]},u.prototype.readUInt16LE=function(e,t){return t||N(e,2,this.length),this[e]|this[e+1]<<8},u.prototype.readUInt16BE=function(e,t){return t||N(e,2,this.length),this[e]<<8|this[e+1]},u.prototype.readUInt32LE=function(e,t){return t||N(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},u.prototype.readUInt32BE=function(e,t){return t||N(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},u.prototype.readIntLE=function(e,t,r){e|=0,t|=0,r||N(e,t,this.length);for(var i=this[e],n=1,o=0;++o=(n*=128)&&(i-=Math.pow(2,8*t)),i},u.prototype.readIntBE=function(e,t,r){e|=0,t|=0,r||N(e,t,this.length);for(var i=t,n=1,o=this[e+--i];i>0&&(n*=256);)o+=this[e+--i]*n;return o>=(n*=128)&&(o-=Math.pow(2,8*t)),o},u.prototype.readInt8=function(e,t){return t||N(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},u.prototype.readInt16LE=function(e,t){t||N(e,2,this.length);var r=this[e]|this[e+1]<<8;return 32768&r?4294901760|r:r},u.prototype.readInt16BE=function(e,t){t||N(e,2,this.length);var r=this[e+1]|this[e]<<8;return 32768&r?4294901760|r:r},u.prototype.readInt32LE=function(e,t){return t||N(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},u.prototype.readInt32BE=function(e,t){return t||N(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},u.prototype.readFloatLE=function(e,t){return t||N(e,4,this.length),n.read(this,e,!0,23,4)},u.prototype.readFloatBE=function(e,t){return t||N(e,4,this.length),n.read(this,e,!1,23,4)},u.prototype.readDoubleLE=function(e,t){return t||N(e,8,this.length),n.read(this,e,!0,52,8)},u.prototype.readDoubleBE=function(e,t){return t||N(e,8,this.length),n.read(this,e,!1,52,8)},u.prototype.writeUIntLE=function(e,t,r,i){(e=+e,t|=0,r|=0,i)||O(this,e,t,r,Math.pow(2,8*r)-1,0);var n=1,o=0;for(this[t]=255&e;++o=0&&(o*=256);)this[t+n]=e/o&255;return t+r},u.prototype.writeUInt8=function(e,t,r){return e=+e,t|=0,r||O(this,e,t,1,255,0),u.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),this[t]=255&e,t+1},u.prototype.writeUInt16LE=function(e,t,r){return e=+e,t|=0,r||O(this,e,t,2,65535,0),u.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):j(this,e,t,!0),t+2},u.prototype.writeUInt16BE=function(e,t,r){return e=+e,t|=0,r||O(this,e,t,2,65535,0),u.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):j(this,e,t,!1),t+2},u.prototype.writeUInt32LE=function(e,t,r){return e=+e,t|=0,r||O(this,e,t,4,4294967295,0),u.TYPED_ARRAY_SUPPORT?(this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e):B(this,e,t,!0),t+4},u.prototype.writeUInt32BE=function(e,t,r){return e=+e,t|=0,r||O(this,e,t,4,4294967295,0),u.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):B(this,e,t,!1),t+4},u.prototype.writeIntLE=function(e,t,r,i){if(e=+e,t|=0,!i){var n=Math.pow(2,8*r-1);O(this,e,t,r,n-1,-n)}var o=0,a=1,s=0;for(this[t]=255&e;++o>0)-s&255;return t+r},u.prototype.writeIntBE=function(e,t,r,i){if(e=+e,t|=0,!i){var n=Math.pow(2,8*r-1);O(this,e,t,r,n-1,-n)}var o=r-1,a=1,s=0;for(this[t+o]=255&e;--o>=0&&(a*=256);)e<0&&0===s&&0!==this[t+o+1]&&(s=1),this[t+o]=(e/a>>0)-s&255;return t+r},u.prototype.writeInt8=function(e,t,r){return e=+e,t|=0,r||O(this,e,t,1,127,-128),u.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),e<0&&(e=255+e+1),this[t]=255&e,t+1},u.prototype.writeInt16LE=function(e,t,r){return e=+e,t|=0,r||O(this,e,t,2,32767,-32768),u.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):j(this,e,t,!0),t+2},u.prototype.writeInt16BE=function(e,t,r){return e=+e,t|=0,r||O(this,e,t,2,32767,-32768),u.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):j(this,e,t,!1),t+2},u.prototype.writeInt32LE=function(e,t,r){return e=+e,t|=0,r||O(this,e,t,4,2147483647,-2147483648),u.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24):B(this,e,t,!0),t+4},u.prototype.writeInt32BE=function(e,t,r){return e=+e,t|=0,r||O(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),u.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):B(this,e,t,!1),t+4},u.prototype.writeFloatLE=function(e,t,r){return M(this,e,t,!0,r)},u.prototype.writeFloatBE=function(e,t,r){return M(this,e,t,!1,r)},u.prototype.writeDoubleLE=function(e,t,r){return R(this,e,t,!0,r)},u.prototype.writeDoubleBE=function(e,t,r){return R(this,e,t,!1,r)},u.prototype.copy=function(e,t,r,i){if(r||(r=0),i||0===i||(i=this.length),t>=e.length&&(t=e.length),t||(t=0),i>0&&i=this.length)throw new RangeError("sourceStart out of bounds");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),e.length-t=0;--n)e[n+t]=this[n+r];else if(o<1e3||!u.TYPED_ARRAY_SUPPORT)for(n=0;n>>=0,r=void 0===r?this.length:r>>>0,e||(e=0),"number"==typeof e)for(o=t;o55295&&r<57344){if(!n){if(r>56319){(t-=3)>-1&&o.push(239,191,189);continue}if(a+1===i){(t-=3)>-1&&o.push(239,191,189);continue}n=r;continue}if(r<56320){(t-=3)>-1&&o.push(239,191,189),n=r;continue}r=65536+(n-55296<<10|r-56320)}else n&&(t-=3)>-1&&o.push(239,191,189);if(n=null,r<128){if((t-=1)<0)break;o.push(r)}else if(r<2048){if((t-=2)<0)break;o.push(r>>6|192,63&r|128)}else if(r<65536){if((t-=3)<0)break;o.push(r>>12|224,r>>6&63|128,63&r|128)}else{if(!(r<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;o.push(r>>18|240,r>>12&63|128,r>>6&63|128,63&r|128)}}return o}function z(e){return i.toByteArray(function(e){if((e=function(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}(e).replace(L,"")).length<2)return"";for(;e.length%4!=0;)e+="=";return e}(e))}function q(e,t,r,i){for(var n=0;n=t.length||n>=e.length);++n)t[n+r]=e[n];return n}}).call(this,r(17))},function(e,t,r){"use strict";(function(e){const i=r(135),n=r(16),{domSymbolTree:o}=r(13),a=r(230).TreePosition,{parseURLToResultingURLRecord:s}=r(41);function u(e,t,r){Object.defineProperty(e,t,{configurable:!1,enumerable:!0,writable:!1,value:r})}t.toFileUrl=function(t){let r=i.resolve(e.cwd(),t).replace(/\\/g,"/");return"/"!==r[0]&&(r="/"+r),"file://"+encodeURI(r)},t.define=function(e,t){for(const r of Object.getOwnPropertyNames(t)){const i=Object.getOwnPropertyDescriptor(t,r);Object.defineProperty(e,r,i)}},t.addConstants=function(e,t){for(const r in t){const i=t[r];u(e,r,i),u(e.prototype,r,i)}},t.mixin=(e,t)=>{const r=Reflect.ownKeys(t);for(let i=0;i2)return e;const t=l++;return function(){if(!this._memoizedQueries)return e.apply(this,arguments);let r;if(this._memoizedQueries[t]||(this._memoizedQueries[t]=Object.create(null)),1===arguments.length&&"string"==typeof arguments[0])r=arguments[0];else{if(2!==arguments.length||"string"!=typeof arguments[0]||"string"!=typeof arguments[1])return e.apply(this,arguments);r=arguments[0]+"::"+arguments[1]}return r in this._memoizedQueries[t]||(this._memoizedQueries[t][r]=e.apply(this,arguments)),this._memoizedQueries[t][r]}},t.reflectURLAttribute=(e,t)=>{const r=e.getAttributeNS(null,t);if(null===r||""===r)return"";const i=s(r,e._ownerDocument);return null===i?r:n.serializeURL(i)},t.isValidTargetOrigin=function(e){return"*"===e||"/"===e||function(e){return null!==n.parseURL(e)}(e)},t.simultaneousIterators=function*(e,t){for(;;){const r=e.next(),i=t.next();if(r.done&&i.done)return;yield[r.done?null:r.value,i.done?null:i.value]}},t.treeOrderSorter=function(e,t){const r=o.compareTreePosition(e,t);return r&a.PRECEDING?1:r&a.FOLLOWING?-1:0},t.Canvas=null;let p=!1;try{p=!0}catch(e){}if(p){const e=r(231);"function"==typeof e.createCanvas&&(t.Canvas=e)}}).call(this,r(10))},function(e,t){"function"==typeof Object.create?e.exports=function(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:e.exports=function(e,t){if(t){e.super_=t;var r=function(){};r.prototype=t.prototype,e.prototype=new r,e.prototype.constructor=e}}},function(e,t,r){var i=r(4),n=i.Buffer;function o(e,t){for(var r in e)t[r]=e[r]}function a(e,t,r){return n(e,t,r)}n.from&&n.alloc&&n.allocUnsafe&&n.allocUnsafeSlow?e.exports=i:(o(i,t),t.Buffer=a),a.prototype=Object.create(n.prototype),o(n,a),a.from=function(e,t,r){if("number"==typeof e)throw new TypeError("Argument must not be a number");return n(e,t,r)},a.alloc=function(e,t,r){if("number"!=typeof e)throw new TypeError("Argument must be a number");var i=n(e);return void 0!==t?"string"==typeof r?i.fill(t,r):i.fill(t):i.fill(0),i},a.allocUnsafe=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return n(e)},a.allocUnsafeSlow=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return i.SlowBuffer(e)}},function(e,t,r){"use strict";e.exports=r(471).interface,Object.setPrototypeOf(e.exports.prototype,Error.prototype)},function(e,t,r){"use strict";(function(t){var i,n=r(4),o=n.Buffer,a={};for(i in n)n.hasOwnProperty(i)&&"SlowBuffer"!==i&&"Buffer"!==i&&(a[i]=n[i]);var s=a.Buffer={};for(i in o)o.hasOwnProperty(i)&&"allocUnsafe"!==i&&"allocUnsafeSlow"!==i&&(s[i]=o[i]);if(a.Buffer.prototype=o.prototype,s.from&&s.from!==Uint8Array.from||(s.from=function(e,t,r){if("number"==typeof e)throw new TypeError('The "value" argument must not be of type number. Received type '+typeof e);if(e&&void 0===e.length)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);return o(e,t,r)}),s.alloc||(s.alloc=function(e,t,r){if("number"!=typeof e)throw new TypeError('The "size" argument must be of type number. Received type '+typeof e);if(e<0||e>=2*(1<<30))throw new RangeError('The value "'+e+'" is invalid for option "size"');var i=o(e);return t&&0!==t.length?"string"==typeof r?i.fill(t,r):i.fill(t):i.fill(0),i}),!a.kStringMaxLength)try{a.kStringMaxLength=t.binding("buffer").kStringMaxLength}catch(e){}a.constants||(a.constants={MAX_LENGTH:a.kMaxLength},a.kStringMaxLength&&(a.constants.MAX_STRING_LENGTH=a.kStringMaxLength)),e.exports=a}).call(this,r(10))},function(e,t){var r,i,n=e.exports={};function o(){throw new Error("setTimeout has not been defined")}function a(){throw new Error("clearTimeout has not been defined")}function s(e){if(r===setTimeout)return setTimeout(e,0);if((r===o||!r)&&setTimeout)return r=setTimeout,setTimeout(e,0);try{return r(e,0)}catch(t){try{return r.call(null,e,0)}catch(t){return r.call(this,e,0)}}}!function(){try{r="function"==typeof setTimeout?setTimeout:o}catch(e){r=o}try{i="function"==typeof clearTimeout?clearTimeout:a}catch(e){i=a}}();var u,l=[],p=!1,c=-1;function d(){p&&u&&(p=!1,u.length?l=u.concat(l):c=-1,l.length&&h())}function h(){if(!p){var e=s(d);p=!0;for(var t=l.length;t;){for(u=l,l=[];++c1)for(var r=1;r=o)return e;switch(e){case"%s":return String(i[r++]);case"%d":return Number(i[r++]);case"%j":try{return JSON.stringify(i[r++])}catch(e){return"[Circular]"}default:return e}}),u=i[r];r=3&&(i.depth=arguments[2]),arguments.length>=4&&(i.colors=arguments[3]),m(r)?i.showHidden=r:r&&t._extend(i,r),b(i.showHidden)&&(i.showHidden=!1),b(i.depth)&&(i.depth=2),b(i.colors)&&(i.colors=!1),b(i.customInspect)&&(i.customInspect=!0),i.colors&&(i.stylize=u),p(i,e,i.depth)}function u(e,t){var r=s.styles[t];return r?"["+s.colors[r][0]+"m"+e+"["+s.colors[r][1]+"m":e}function l(e,t){return e}function p(e,r,i){if(e.customInspect&&r&&_(r.inspect)&&r.inspect!==t.inspect&&(!r.constructor||r.constructor.prototype!==r)){var n=r.inspect(i,e);return v(n)||(n=p(e,n,i)),n}var o=function(e,t){if(b(t))return e.stylize("undefined","undefined");if(v(t)){var r="'"+JSON.stringify(t).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return e.stylize(r,"string")}if(g(t))return e.stylize(""+t,"number");if(m(t))return e.stylize(""+t,"boolean");if(f(t))return e.stylize("null","null")}(e,r);if(o)return o;var a=Object.keys(r),s=function(e){var t={};return e.forEach(function(e,r){t[e]=!0}),t}(a);if(e.showHidden&&(a=Object.getOwnPropertyNames(r)),x(r)&&(a.indexOf("message")>=0||a.indexOf("description")>=0))return c(r);if(0===a.length){if(_(r)){var u=r.name?": "+r.name:"";return e.stylize("[Function"+u+"]","special")}if(y(r))return e.stylize(RegExp.prototype.toString.call(r),"regexp");if(E(r))return e.stylize(Date.prototype.toString.call(r),"date");if(x(r))return c(r)}var l,w="",T=!1,S=["{","}"];(h(r)&&(T=!0,S=["[","]"]),_(r))&&(w=" [Function"+(r.name?": "+r.name:"")+"]");return y(r)&&(w=" "+RegExp.prototype.toString.call(r)),E(r)&&(w=" "+Date.prototype.toUTCString.call(r)),x(r)&&(w=" "+c(r)),0!==a.length||T&&0!=r.length?i<0?y(r)?e.stylize(RegExp.prototype.toString.call(r),"regexp"):e.stylize("[Object]","special"):(e.seen.push(r),l=T?function(e,t,r,i,n){for(var o=[],a=0,s=t.length;a=0&&0,e+t.replace(/\u001b\[\d\d?m/g,"").length+1},0)>60)return r[0]+(""===t?"":t+"\n ")+" "+e.join(",\n ")+" "+r[1];return r[0]+t+" "+e.join(", ")+" "+r[1]}(l,w,S)):S[0]+w+S[1]}function c(e){return"["+Error.prototype.toString.call(e)+"]"}function d(e,t,r,i,n,o){var a,s,u;if((u=Object.getOwnPropertyDescriptor(t,n)||{value:t[n]}).get?s=u.set?e.stylize("[Getter/Setter]","special"):e.stylize("[Getter]","special"):u.set&&(s=e.stylize("[Setter]","special")),I(i,n)||(a="["+n+"]"),s||(e.seen.indexOf(u.value)<0?(s=f(r)?p(e,u.value,null):p(e,u.value,r-1)).indexOf("\n")>-1&&(s=o?s.split("\n").map(function(e){return" "+e}).join("\n").substr(2):"\n"+s.split("\n").map(function(e){return" "+e}).join("\n")):s=e.stylize("[Circular]","special")),b(a)){if(o&&n.match(/^\d+$/))return s;(a=JSON.stringify(""+n)).match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(a=a.substr(1,a.length-2),a=e.stylize(a,"name")):(a=a.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),a=e.stylize(a,"string"))}return a+": "+s}function h(e){return Array.isArray(e)}function m(e){return"boolean"==typeof e}function f(e){return null===e}function g(e){return"number"==typeof e}function v(e){return"string"==typeof e}function b(e){return void 0===e}function y(e){return w(e)&&"[object RegExp]"===T(e)}function w(e){return"object"==typeof e&&null!==e}function E(e){return w(e)&&"[object Date]"===T(e)}function x(e){return w(e)&&("[object Error]"===T(e)||e instanceof Error)}function _(e){return"function"==typeof e}function T(e){return Object.prototype.toString.call(e)}function S(e){return e<10?"0"+e.toString(10):e.toString(10)}t.debuglog=function(r){if(b(o)&&(o=e.env.NODE_DEBUG||""),r=r.toUpperCase(),!a[r])if(new RegExp("\\b"+r+"\\b","i").test(o)){var i=e.pid;a[r]=function(){var e=t.format.apply(t,arguments);console.error("%s %d: %s",r,i,e)}}else a[r]=function(){};return a[r]},t.inspect=s,s.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},s.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"},t.isArray=h,t.isBoolean=m,t.isNull=f,t.isNullOrUndefined=function(e){return null==e},t.isNumber=g,t.isString=v,t.isSymbol=function(e){return"symbol"==typeof e},t.isUndefined=b,t.isRegExp=y,t.isObject=w,t.isDate=E,t.isError=x,t.isFunction=_,t.isPrimitive=function(e){return null===e||"boolean"==typeof e||"number"==typeof e||"string"==typeof e||"symbol"==typeof e||void 0===e},t.isBuffer=r(417);var A=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function k(){var e=new Date,t=[S(e.getHours()),S(e.getMinutes()),S(e.getSeconds())].join(":");return[e.getDate(),A[e.getMonth()],t].join(" ")}function I(e,t){return Object.prototype.hasOwnProperty.call(e,t)}t.log=function(){console.log("%s - %s",k(),t.format.apply(t,arguments))},t.inherits=r(418),t._extend=function(e,t){if(!t||!w(t))return e;for(var r=Object.keys(t),i=r.length;i--;)e[r[i]]=t[r[i]];return e};var C="undefined"!=typeof Symbol?Symbol("util.promisify.custom"):void 0;function F(e,t){if(!e){var r=new Error("Promise was rejected with a falsy value");r.reason=e,e=r}return t(e)}t.promisify=function(e){if("function"!=typeof e)throw new TypeError('The "original" argument must be of type Function');if(C&&e[C]){var t;if("function"!=typeof(t=e[C]))throw new TypeError('The "util.promisify.custom" argument must be of type Function');return Object.defineProperty(t,C,{value:t,enumerable:!1,writable:!1,configurable:!0}),t}function t(){for(var t,r,i=new Promise(function(e,i){t=e,r=i}),n=[],o=0;o=49&&a<=54?a-49+10:a>=17&&a<=22?a-17+10:15&a}return i}function u(e,t,r,i){for(var n=0,o=Math.min(e.length,r),a=t;a=49?s-49+10:s>=17?s-17+10:s}return n}o.isBN=function(e){return e instanceof o||null!==e&&"object"==typeof e&&e.constructor.wordSize===o.wordSize&&Array.isArray(e.words)},o.max=function(e,t){return e.cmp(t)>0?e:t},o.min=function(e,t){return e.cmp(t)<0?e:t},o.prototype._init=function(e,t,r){if("number"==typeof e)return this._initNumber(e,t,r);if("object"==typeof e)return this._initArray(e,t,r);"hex"===t&&(t=16),i(t===(0|t)&&t>=2&&t<=36);var n=0;"-"===(e=e.toString().replace(/\s+/g,""))[0]&&n++,16===t?this._parseHex(e,n):this._parseBase(e,t,n),"-"===e[0]&&(this.negative=1),this.strip(),"le"===r&&this._initArray(this.toArray(),t,r)},o.prototype._initNumber=function(e,t,r){e<0&&(this.negative=1,e=-e),e<67108864?(this.words=[67108863&e],this.length=1):e<4503599627370496?(this.words=[67108863&e,e/67108864&67108863],this.length=2):(i(e<9007199254740992),this.words=[67108863&e,e/67108864&67108863,1],this.length=3),"le"===r&&this._initArray(this.toArray(),t,r)},o.prototype._initArray=function(e,t,r){if(i("number"==typeof e.length),e.length<=0)return this.words=[0],this.length=1,this;this.length=Math.ceil(e.length/3),this.words=new Array(this.length);for(var n=0;n=0;n-=3)a=e[n]|e[n-1]<<8|e[n-2]<<16,this.words[o]|=a<>>26-s&67108863,(s+=24)>=26&&(s-=26,o++);else if("le"===r)for(n=0,o=0;n>>26-s&67108863,(s+=24)>=26&&(s-=26,o++);return this.strip()},o.prototype._parseHex=function(e,t){this.length=Math.ceil((e.length-t)/6),this.words=new Array(this.length);for(var r=0;r=t;r-=6)n=s(e,r,r+6),this.words[i]|=n<>>26-o&4194303,(o+=24)>=26&&(o-=26,i++);r+6!==t&&(n=s(e,t,r+6),this.words[i]|=n<>>26-o&4194303),this.strip()},o.prototype._parseBase=function(e,t,r){this.words=[0],this.length=1;for(var i=0,n=1;n<=67108863;n*=t)i++;i--,n=n/t|0;for(var o=e.length-r,a=o%i,s=Math.min(o,o-a)+r,l=0,p=r;p1&&0===this.words[this.length-1];)this.length--;return this._normSign()},o.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},o.prototype.inspect=function(){return(this.red?""};var l=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],p=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],c=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];function d(e,t,r){r.negative=t.negative^e.negative;var i=e.length+t.length|0;r.length=i,i=i-1|0;var n=0|e.words[0],o=0|t.words[0],a=n*o,s=67108863&a,u=a/67108864|0;r.words[0]=s;for(var l=1;l>>26,c=67108863&u,d=Math.min(l,t.length-1),h=Math.max(0,l-e.length+1);h<=d;h++){var m=l-h|0;p+=(a=(n=0|e.words[m])*(o=0|t.words[h])+c)/67108864|0,c=67108863&a}r.words[l]=0|c,u=0|p}return 0!==u?r.words[l]=0|u:r.length--,r.strip()}o.prototype.toString=function(e,t){var r;if(t=0|t||1,16===(e=e||10)||"hex"===e){r="";for(var n=0,o=0,a=0;a>>24-n&16777215)||a!==this.length-1?l[6-u.length]+u+r:u+r,(n+=2)>=26&&(n-=26,a--)}for(0!==o&&(r=o.toString(16)+r);r.length%t!=0;)r="0"+r;return 0!==this.negative&&(r="-"+r),r}if(e===(0|e)&&e>=2&&e<=36){var d=p[e],h=c[e];r="";var m=this.clone();for(m.negative=0;!m.isZero();){var f=m.modn(h).toString(e);r=(m=m.idivn(h)).isZero()?f+r:l[d-f.length]+f+r}for(this.isZero()&&(r="0"+r);r.length%t!=0;)r="0"+r;return 0!==this.negative&&(r="-"+r),r}i(!1,"Base should be between 2 and 36")},o.prototype.toNumber=function(){var e=this.words[0];return 2===this.length?e+=67108864*this.words[1]:3===this.length&&1===this.words[2]?e+=4503599627370496+67108864*this.words[1]:this.length>2&&i(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-e:e},o.prototype.toJSON=function(){return this.toString(16)},o.prototype.toBuffer=function(e,t){return i(void 0!==a),this.toArrayLike(a,e,t)},o.prototype.toArray=function(e,t){return this.toArrayLike(Array,e,t)},o.prototype.toArrayLike=function(e,t,r){var n=this.byteLength(),o=r||Math.max(1,n);i(n<=o,"byte array longer than desired length"),i(o>0,"Requested array length <= 0"),this.strip();var a,s,u="le"===t,l=new e(o),p=this.clone();if(u){for(s=0;!p.isZero();s++)a=p.andln(255),p.iushrn(8),l[s]=a;for(;s=4096&&(r+=13,t>>>=13),t>=64&&(r+=7,t>>>=7),t>=8&&(r+=4,t>>>=4),t>=2&&(r+=2,t>>>=2),r+t},o.prototype._zeroBits=function(e){if(0===e)return 26;var t=e,r=0;return 0==(8191&t)&&(r+=13,t>>>=13),0==(127&t)&&(r+=7,t>>>=7),0==(15&t)&&(r+=4,t>>>=4),0==(3&t)&&(r+=2,t>>>=2),0==(1&t)&&r++,r},o.prototype.bitLength=function(){var e=this.words[this.length-1],t=this._countBits(e);return 26*(this.length-1)+t},o.prototype.zeroBits=function(){if(this.isZero())return 0;for(var e=0,t=0;te.length?this.clone().ior(e):e.clone().ior(this)},o.prototype.uor=function(e){return this.length>e.length?this.clone().iuor(e):e.clone().iuor(this)},o.prototype.iuand=function(e){var t;t=this.length>e.length?e:this;for(var r=0;re.length?this.clone().iand(e):e.clone().iand(this)},o.prototype.uand=function(e){return this.length>e.length?this.clone().iuand(e):e.clone().iuand(this)},o.prototype.iuxor=function(e){var t,r;this.length>e.length?(t=this,r=e):(t=e,r=this);for(var i=0;ie.length?this.clone().ixor(e):e.clone().ixor(this)},o.prototype.uxor=function(e){return this.length>e.length?this.clone().iuxor(e):e.clone().iuxor(this)},o.prototype.inotn=function(e){i("number"==typeof e&&e>=0);var t=0|Math.ceil(e/26),r=e%26;this._expand(t),r>0&&t--;for(var n=0;n0&&(this.words[n]=~this.words[n]&67108863>>26-r),this.strip()},o.prototype.notn=function(e){return this.clone().inotn(e)},o.prototype.setn=function(e,t){i("number"==typeof e&&e>=0);var r=e/26|0,n=e%26;return this._expand(r+1),this.words[r]=t?this.words[r]|1<e.length?(r=this,i=e):(r=e,i=this);for(var n=0,o=0;o>>26;for(;0!==n&&o>>26;if(this.length=r.length,0!==n)this.words[this.length]=n,this.length++;else if(r!==this)for(;oe.length?this.clone().iadd(e):e.clone().iadd(this)},o.prototype.isub=function(e){if(0!==e.negative){e.negative=0;var t=this.iadd(e);return e.negative=1,t._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(e),this.negative=1,this._normSign();var r,i,n=this.cmp(e);if(0===n)return this.negative=0,this.length=1,this.words[0]=0,this;n>0?(r=this,i=e):(r=e,i=this);for(var o=0,a=0;a>26,this.words[a]=67108863&t;for(;0!==o&&a>26,this.words[a]=67108863&t;if(0===o&&a>>13,h=0|a[1],m=8191&h,f=h>>>13,g=0|a[2],v=8191&g,b=g>>>13,y=0|a[3],w=8191&y,E=y>>>13,x=0|a[4],_=8191&x,T=x>>>13,S=0|a[5],A=8191&S,k=S>>>13,I=0|a[6],C=8191&I,F=I>>>13,D=0|a[7],N=8191&D,O=D>>>13,j=0|a[8],B=8191&j,P=j>>>13,M=0|a[9],R=8191&M,L=M>>>13,H=0|s[0],U=8191&H,z=H>>>13,q=0|s[1],V=8191&q,W=q>>>13,K=0|s[2],$=8191&K,G=K>>>13,Y=0|s[3],X=8191&Y,Q=Y>>>13,Z=0|s[4],J=8191&Z,ee=Z>>>13,te=0|s[5],re=8191&te,ie=te>>>13,ne=0|s[6],oe=8191&ne,ae=ne>>>13,se=0|s[7],ue=8191&se,le=se>>>13,pe=0|s[8],ce=8191&pe,de=pe>>>13,he=0|s[9],me=8191&he,fe=he>>>13;r.negative=e.negative^t.negative,r.length=19;var ge=(l+(i=Math.imul(c,U))|0)+((8191&(n=(n=Math.imul(c,z))+Math.imul(d,U)|0))<<13)|0;l=((o=Math.imul(d,z))+(n>>>13)|0)+(ge>>>26)|0,ge&=67108863,i=Math.imul(m,U),n=(n=Math.imul(m,z))+Math.imul(f,U)|0,o=Math.imul(f,z);var ve=(l+(i=i+Math.imul(c,V)|0)|0)+((8191&(n=(n=n+Math.imul(c,W)|0)+Math.imul(d,V)|0))<<13)|0;l=((o=o+Math.imul(d,W)|0)+(n>>>13)|0)+(ve>>>26)|0,ve&=67108863,i=Math.imul(v,U),n=(n=Math.imul(v,z))+Math.imul(b,U)|0,o=Math.imul(b,z),i=i+Math.imul(m,V)|0,n=(n=n+Math.imul(m,W)|0)+Math.imul(f,V)|0,o=o+Math.imul(f,W)|0;var be=(l+(i=i+Math.imul(c,$)|0)|0)+((8191&(n=(n=n+Math.imul(c,G)|0)+Math.imul(d,$)|0))<<13)|0;l=((o=o+Math.imul(d,G)|0)+(n>>>13)|0)+(be>>>26)|0,be&=67108863,i=Math.imul(w,U),n=(n=Math.imul(w,z))+Math.imul(E,U)|0,o=Math.imul(E,z),i=i+Math.imul(v,V)|0,n=(n=n+Math.imul(v,W)|0)+Math.imul(b,V)|0,o=o+Math.imul(b,W)|0,i=i+Math.imul(m,$)|0,n=(n=n+Math.imul(m,G)|0)+Math.imul(f,$)|0,o=o+Math.imul(f,G)|0;var ye=(l+(i=i+Math.imul(c,X)|0)|0)+((8191&(n=(n=n+Math.imul(c,Q)|0)+Math.imul(d,X)|0))<<13)|0;l=((o=o+Math.imul(d,Q)|0)+(n>>>13)|0)+(ye>>>26)|0,ye&=67108863,i=Math.imul(_,U),n=(n=Math.imul(_,z))+Math.imul(T,U)|0,o=Math.imul(T,z),i=i+Math.imul(w,V)|0,n=(n=n+Math.imul(w,W)|0)+Math.imul(E,V)|0,o=o+Math.imul(E,W)|0,i=i+Math.imul(v,$)|0,n=(n=n+Math.imul(v,G)|0)+Math.imul(b,$)|0,o=o+Math.imul(b,G)|0,i=i+Math.imul(m,X)|0,n=(n=n+Math.imul(m,Q)|0)+Math.imul(f,X)|0,o=o+Math.imul(f,Q)|0;var we=(l+(i=i+Math.imul(c,J)|0)|0)+((8191&(n=(n=n+Math.imul(c,ee)|0)+Math.imul(d,J)|0))<<13)|0;l=((o=o+Math.imul(d,ee)|0)+(n>>>13)|0)+(we>>>26)|0,we&=67108863,i=Math.imul(A,U),n=(n=Math.imul(A,z))+Math.imul(k,U)|0,o=Math.imul(k,z),i=i+Math.imul(_,V)|0,n=(n=n+Math.imul(_,W)|0)+Math.imul(T,V)|0,o=o+Math.imul(T,W)|0,i=i+Math.imul(w,$)|0,n=(n=n+Math.imul(w,G)|0)+Math.imul(E,$)|0,o=o+Math.imul(E,G)|0,i=i+Math.imul(v,X)|0,n=(n=n+Math.imul(v,Q)|0)+Math.imul(b,X)|0,o=o+Math.imul(b,Q)|0,i=i+Math.imul(m,J)|0,n=(n=n+Math.imul(m,ee)|0)+Math.imul(f,J)|0,o=o+Math.imul(f,ee)|0;var Ee=(l+(i=i+Math.imul(c,re)|0)|0)+((8191&(n=(n=n+Math.imul(c,ie)|0)+Math.imul(d,re)|0))<<13)|0;l=((o=o+Math.imul(d,ie)|0)+(n>>>13)|0)+(Ee>>>26)|0,Ee&=67108863,i=Math.imul(C,U),n=(n=Math.imul(C,z))+Math.imul(F,U)|0,o=Math.imul(F,z),i=i+Math.imul(A,V)|0,n=(n=n+Math.imul(A,W)|0)+Math.imul(k,V)|0,o=o+Math.imul(k,W)|0,i=i+Math.imul(_,$)|0,n=(n=n+Math.imul(_,G)|0)+Math.imul(T,$)|0,o=o+Math.imul(T,G)|0,i=i+Math.imul(w,X)|0,n=(n=n+Math.imul(w,Q)|0)+Math.imul(E,X)|0,o=o+Math.imul(E,Q)|0,i=i+Math.imul(v,J)|0,n=(n=n+Math.imul(v,ee)|0)+Math.imul(b,J)|0,o=o+Math.imul(b,ee)|0,i=i+Math.imul(m,re)|0,n=(n=n+Math.imul(m,ie)|0)+Math.imul(f,re)|0,o=o+Math.imul(f,ie)|0;var xe=(l+(i=i+Math.imul(c,oe)|0)|0)+((8191&(n=(n=n+Math.imul(c,ae)|0)+Math.imul(d,oe)|0))<<13)|0;l=((o=o+Math.imul(d,ae)|0)+(n>>>13)|0)+(xe>>>26)|0,xe&=67108863,i=Math.imul(N,U),n=(n=Math.imul(N,z))+Math.imul(O,U)|0,o=Math.imul(O,z),i=i+Math.imul(C,V)|0,n=(n=n+Math.imul(C,W)|0)+Math.imul(F,V)|0,o=o+Math.imul(F,W)|0,i=i+Math.imul(A,$)|0,n=(n=n+Math.imul(A,G)|0)+Math.imul(k,$)|0,o=o+Math.imul(k,G)|0,i=i+Math.imul(_,X)|0,n=(n=n+Math.imul(_,Q)|0)+Math.imul(T,X)|0,o=o+Math.imul(T,Q)|0,i=i+Math.imul(w,J)|0,n=(n=n+Math.imul(w,ee)|0)+Math.imul(E,J)|0,o=o+Math.imul(E,ee)|0,i=i+Math.imul(v,re)|0,n=(n=n+Math.imul(v,ie)|0)+Math.imul(b,re)|0,o=o+Math.imul(b,ie)|0,i=i+Math.imul(m,oe)|0,n=(n=n+Math.imul(m,ae)|0)+Math.imul(f,oe)|0,o=o+Math.imul(f,ae)|0;var _e=(l+(i=i+Math.imul(c,ue)|0)|0)+((8191&(n=(n=n+Math.imul(c,le)|0)+Math.imul(d,ue)|0))<<13)|0;l=((o=o+Math.imul(d,le)|0)+(n>>>13)|0)+(_e>>>26)|0,_e&=67108863,i=Math.imul(B,U),n=(n=Math.imul(B,z))+Math.imul(P,U)|0,o=Math.imul(P,z),i=i+Math.imul(N,V)|0,n=(n=n+Math.imul(N,W)|0)+Math.imul(O,V)|0,o=o+Math.imul(O,W)|0,i=i+Math.imul(C,$)|0,n=(n=n+Math.imul(C,G)|0)+Math.imul(F,$)|0,o=o+Math.imul(F,G)|0,i=i+Math.imul(A,X)|0,n=(n=n+Math.imul(A,Q)|0)+Math.imul(k,X)|0,o=o+Math.imul(k,Q)|0,i=i+Math.imul(_,J)|0,n=(n=n+Math.imul(_,ee)|0)+Math.imul(T,J)|0,o=o+Math.imul(T,ee)|0,i=i+Math.imul(w,re)|0,n=(n=n+Math.imul(w,ie)|0)+Math.imul(E,re)|0,o=o+Math.imul(E,ie)|0,i=i+Math.imul(v,oe)|0,n=(n=n+Math.imul(v,ae)|0)+Math.imul(b,oe)|0,o=o+Math.imul(b,ae)|0,i=i+Math.imul(m,ue)|0,n=(n=n+Math.imul(m,le)|0)+Math.imul(f,ue)|0,o=o+Math.imul(f,le)|0;var Te=(l+(i=i+Math.imul(c,ce)|0)|0)+((8191&(n=(n=n+Math.imul(c,de)|0)+Math.imul(d,ce)|0))<<13)|0;l=((o=o+Math.imul(d,de)|0)+(n>>>13)|0)+(Te>>>26)|0,Te&=67108863,i=Math.imul(R,U),n=(n=Math.imul(R,z))+Math.imul(L,U)|0,o=Math.imul(L,z),i=i+Math.imul(B,V)|0,n=(n=n+Math.imul(B,W)|0)+Math.imul(P,V)|0,o=o+Math.imul(P,W)|0,i=i+Math.imul(N,$)|0,n=(n=n+Math.imul(N,G)|0)+Math.imul(O,$)|0,o=o+Math.imul(O,G)|0,i=i+Math.imul(C,X)|0,n=(n=n+Math.imul(C,Q)|0)+Math.imul(F,X)|0,o=o+Math.imul(F,Q)|0,i=i+Math.imul(A,J)|0,n=(n=n+Math.imul(A,ee)|0)+Math.imul(k,J)|0,o=o+Math.imul(k,ee)|0,i=i+Math.imul(_,re)|0,n=(n=n+Math.imul(_,ie)|0)+Math.imul(T,re)|0,o=o+Math.imul(T,ie)|0,i=i+Math.imul(w,oe)|0,n=(n=n+Math.imul(w,ae)|0)+Math.imul(E,oe)|0,o=o+Math.imul(E,ae)|0,i=i+Math.imul(v,ue)|0,n=(n=n+Math.imul(v,le)|0)+Math.imul(b,ue)|0,o=o+Math.imul(b,le)|0,i=i+Math.imul(m,ce)|0,n=(n=n+Math.imul(m,de)|0)+Math.imul(f,ce)|0,o=o+Math.imul(f,de)|0;var Se=(l+(i=i+Math.imul(c,me)|0)|0)+((8191&(n=(n=n+Math.imul(c,fe)|0)+Math.imul(d,me)|0))<<13)|0;l=((o=o+Math.imul(d,fe)|0)+(n>>>13)|0)+(Se>>>26)|0,Se&=67108863,i=Math.imul(R,V),n=(n=Math.imul(R,W))+Math.imul(L,V)|0,o=Math.imul(L,W),i=i+Math.imul(B,$)|0,n=(n=n+Math.imul(B,G)|0)+Math.imul(P,$)|0,o=o+Math.imul(P,G)|0,i=i+Math.imul(N,X)|0,n=(n=n+Math.imul(N,Q)|0)+Math.imul(O,X)|0,o=o+Math.imul(O,Q)|0,i=i+Math.imul(C,J)|0,n=(n=n+Math.imul(C,ee)|0)+Math.imul(F,J)|0,o=o+Math.imul(F,ee)|0,i=i+Math.imul(A,re)|0,n=(n=n+Math.imul(A,ie)|0)+Math.imul(k,re)|0,o=o+Math.imul(k,ie)|0,i=i+Math.imul(_,oe)|0,n=(n=n+Math.imul(_,ae)|0)+Math.imul(T,oe)|0,o=o+Math.imul(T,ae)|0,i=i+Math.imul(w,ue)|0,n=(n=n+Math.imul(w,le)|0)+Math.imul(E,ue)|0,o=o+Math.imul(E,le)|0,i=i+Math.imul(v,ce)|0,n=(n=n+Math.imul(v,de)|0)+Math.imul(b,ce)|0,o=o+Math.imul(b,de)|0;var Ae=(l+(i=i+Math.imul(m,me)|0)|0)+((8191&(n=(n=n+Math.imul(m,fe)|0)+Math.imul(f,me)|0))<<13)|0;l=((o=o+Math.imul(f,fe)|0)+(n>>>13)|0)+(Ae>>>26)|0,Ae&=67108863,i=Math.imul(R,$),n=(n=Math.imul(R,G))+Math.imul(L,$)|0,o=Math.imul(L,G),i=i+Math.imul(B,X)|0,n=(n=n+Math.imul(B,Q)|0)+Math.imul(P,X)|0,o=o+Math.imul(P,Q)|0,i=i+Math.imul(N,J)|0,n=(n=n+Math.imul(N,ee)|0)+Math.imul(O,J)|0,o=o+Math.imul(O,ee)|0,i=i+Math.imul(C,re)|0,n=(n=n+Math.imul(C,ie)|0)+Math.imul(F,re)|0,o=o+Math.imul(F,ie)|0,i=i+Math.imul(A,oe)|0,n=(n=n+Math.imul(A,ae)|0)+Math.imul(k,oe)|0,o=o+Math.imul(k,ae)|0,i=i+Math.imul(_,ue)|0,n=(n=n+Math.imul(_,le)|0)+Math.imul(T,ue)|0,o=o+Math.imul(T,le)|0,i=i+Math.imul(w,ce)|0,n=(n=n+Math.imul(w,de)|0)+Math.imul(E,ce)|0,o=o+Math.imul(E,de)|0;var ke=(l+(i=i+Math.imul(v,me)|0)|0)+((8191&(n=(n=n+Math.imul(v,fe)|0)+Math.imul(b,me)|0))<<13)|0;l=((o=o+Math.imul(b,fe)|0)+(n>>>13)|0)+(ke>>>26)|0,ke&=67108863,i=Math.imul(R,X),n=(n=Math.imul(R,Q))+Math.imul(L,X)|0,o=Math.imul(L,Q),i=i+Math.imul(B,J)|0,n=(n=n+Math.imul(B,ee)|0)+Math.imul(P,J)|0,o=o+Math.imul(P,ee)|0,i=i+Math.imul(N,re)|0,n=(n=n+Math.imul(N,ie)|0)+Math.imul(O,re)|0,o=o+Math.imul(O,ie)|0,i=i+Math.imul(C,oe)|0,n=(n=n+Math.imul(C,ae)|0)+Math.imul(F,oe)|0,o=o+Math.imul(F,ae)|0,i=i+Math.imul(A,ue)|0,n=(n=n+Math.imul(A,le)|0)+Math.imul(k,ue)|0,o=o+Math.imul(k,le)|0,i=i+Math.imul(_,ce)|0,n=(n=n+Math.imul(_,de)|0)+Math.imul(T,ce)|0,o=o+Math.imul(T,de)|0;var Ie=(l+(i=i+Math.imul(w,me)|0)|0)+((8191&(n=(n=n+Math.imul(w,fe)|0)+Math.imul(E,me)|0))<<13)|0;l=((o=o+Math.imul(E,fe)|0)+(n>>>13)|0)+(Ie>>>26)|0,Ie&=67108863,i=Math.imul(R,J),n=(n=Math.imul(R,ee))+Math.imul(L,J)|0,o=Math.imul(L,ee),i=i+Math.imul(B,re)|0,n=(n=n+Math.imul(B,ie)|0)+Math.imul(P,re)|0,o=o+Math.imul(P,ie)|0,i=i+Math.imul(N,oe)|0,n=(n=n+Math.imul(N,ae)|0)+Math.imul(O,oe)|0,o=o+Math.imul(O,ae)|0,i=i+Math.imul(C,ue)|0,n=(n=n+Math.imul(C,le)|0)+Math.imul(F,ue)|0,o=o+Math.imul(F,le)|0,i=i+Math.imul(A,ce)|0,n=(n=n+Math.imul(A,de)|0)+Math.imul(k,ce)|0,o=o+Math.imul(k,de)|0;var Ce=(l+(i=i+Math.imul(_,me)|0)|0)+((8191&(n=(n=n+Math.imul(_,fe)|0)+Math.imul(T,me)|0))<<13)|0;l=((o=o+Math.imul(T,fe)|0)+(n>>>13)|0)+(Ce>>>26)|0,Ce&=67108863,i=Math.imul(R,re),n=(n=Math.imul(R,ie))+Math.imul(L,re)|0,o=Math.imul(L,ie),i=i+Math.imul(B,oe)|0,n=(n=n+Math.imul(B,ae)|0)+Math.imul(P,oe)|0,o=o+Math.imul(P,ae)|0,i=i+Math.imul(N,ue)|0,n=(n=n+Math.imul(N,le)|0)+Math.imul(O,ue)|0,o=o+Math.imul(O,le)|0,i=i+Math.imul(C,ce)|0,n=(n=n+Math.imul(C,de)|0)+Math.imul(F,ce)|0,o=o+Math.imul(F,de)|0;var Fe=(l+(i=i+Math.imul(A,me)|0)|0)+((8191&(n=(n=n+Math.imul(A,fe)|0)+Math.imul(k,me)|0))<<13)|0;l=((o=o+Math.imul(k,fe)|0)+(n>>>13)|0)+(Fe>>>26)|0,Fe&=67108863,i=Math.imul(R,oe),n=(n=Math.imul(R,ae))+Math.imul(L,oe)|0,o=Math.imul(L,ae),i=i+Math.imul(B,ue)|0,n=(n=n+Math.imul(B,le)|0)+Math.imul(P,ue)|0,o=o+Math.imul(P,le)|0,i=i+Math.imul(N,ce)|0,n=(n=n+Math.imul(N,de)|0)+Math.imul(O,ce)|0,o=o+Math.imul(O,de)|0;var De=(l+(i=i+Math.imul(C,me)|0)|0)+((8191&(n=(n=n+Math.imul(C,fe)|0)+Math.imul(F,me)|0))<<13)|0;l=((o=o+Math.imul(F,fe)|0)+(n>>>13)|0)+(De>>>26)|0,De&=67108863,i=Math.imul(R,ue),n=(n=Math.imul(R,le))+Math.imul(L,ue)|0,o=Math.imul(L,le),i=i+Math.imul(B,ce)|0,n=(n=n+Math.imul(B,de)|0)+Math.imul(P,ce)|0,o=o+Math.imul(P,de)|0;var Ne=(l+(i=i+Math.imul(N,me)|0)|0)+((8191&(n=(n=n+Math.imul(N,fe)|0)+Math.imul(O,me)|0))<<13)|0;l=((o=o+Math.imul(O,fe)|0)+(n>>>13)|0)+(Ne>>>26)|0,Ne&=67108863,i=Math.imul(R,ce),n=(n=Math.imul(R,de))+Math.imul(L,ce)|0,o=Math.imul(L,de);var Oe=(l+(i=i+Math.imul(B,me)|0)|0)+((8191&(n=(n=n+Math.imul(B,fe)|0)+Math.imul(P,me)|0))<<13)|0;l=((o=o+Math.imul(P,fe)|0)+(n>>>13)|0)+(Oe>>>26)|0,Oe&=67108863;var je=(l+(i=Math.imul(R,me))|0)+((8191&(n=(n=Math.imul(R,fe))+Math.imul(L,me)|0))<<13)|0;return l=((o=Math.imul(L,fe))+(n>>>13)|0)+(je>>>26)|0,je&=67108863,u[0]=ge,u[1]=ve,u[2]=be,u[3]=ye,u[4]=we,u[5]=Ee,u[6]=xe,u[7]=_e,u[8]=Te,u[9]=Se,u[10]=Ae,u[11]=ke,u[12]=Ie,u[13]=Ce,u[14]=Fe,u[15]=De,u[16]=Ne,u[17]=Oe,u[18]=je,0!==l&&(u[19]=l,r.length++),r};function m(e,t,r){return(new f).mulp(e,t,r)}function f(e,t){this.x=e,this.y=t}Math.imul||(h=d),o.prototype.mulTo=function(e,t){var r=this.length+e.length;return 10===this.length&&10===e.length?h(this,e,t):r<63?d(this,e,t):r<1024?function(e,t,r){r.negative=t.negative^e.negative,r.length=e.length+t.length;for(var i=0,n=0,o=0;o>>26)|0)>>>26,a&=67108863}r.words[o]=s,i=a,a=n}return 0!==i?r.words[o]=i:r.length--,r.strip()}(this,e,t):m(this,e,t)},f.prototype.makeRBT=function(e){for(var t=new Array(e),r=o.prototype._countBits(e)-1,i=0;i>=1;return i},f.prototype.permute=function(e,t,r,i,n,o){for(var a=0;a>>=1)n++;return 1<>>=13,r[2*a+1]=8191&o,o>>>=13;for(a=2*t;a>=26,t+=n/67108864|0,t+=o>>>26,this.words[r]=67108863&o}return 0!==t&&(this.words[r]=t,this.length++),this},o.prototype.muln=function(e){return this.clone().imuln(e)},o.prototype.sqr=function(){return this.mul(this)},o.prototype.isqr=function(){return this.imul(this.clone())},o.prototype.pow=function(e){var t=function(e){for(var t=new Array(e.bitLength()),r=0;r>>n}return t}(e);if(0===t.length)return new o(1);for(var r=this,i=0;i=0);var t,r=e%26,n=(e-r)/26,o=67108863>>>26-r<<26-r;if(0!==r){var a=0;for(t=0;t>>26-r}a&&(this.words[t]=a,this.length++)}if(0!==n){for(t=this.length-1;t>=0;t--)this.words[t+n]=this.words[t];for(t=0;t=0),n=t?(t-t%26)/26:0;var o=e%26,a=Math.min((e-o)/26,this.length),s=67108863^67108863>>>o<a)for(this.length-=a,l=0;l=0&&(0!==p||l>=n);l--){var c=0|this.words[l];this.words[l]=p<<26-o|c>>>o,p=c&s}return u&&0!==p&&(u.words[u.length++]=p),0===this.length&&(this.words[0]=0,this.length=1),this.strip()},o.prototype.ishrn=function(e,t,r){return i(0===this.negative),this.iushrn(e,t,r)},o.prototype.shln=function(e){return this.clone().ishln(e)},o.prototype.ushln=function(e){return this.clone().iushln(e)},o.prototype.shrn=function(e){return this.clone().ishrn(e)},o.prototype.ushrn=function(e){return this.clone().iushrn(e)},o.prototype.testn=function(e){i("number"==typeof e&&e>=0);var t=e%26,r=(e-t)/26,n=1<=0);var t=e%26,r=(e-t)/26;if(i(0===this.negative,"imaskn works only with positive numbers"),this.length<=r)return this;if(0!==t&&r++,this.length=Math.min(r,this.length),0!==t){var n=67108863^67108863>>>t<=67108864;t++)this.words[t]-=67108864,t===this.length-1?this.words[t+1]=1:this.words[t+1]++;return this.length=Math.max(this.length,t+1),this},o.prototype.isubn=function(e){if(i("number"==typeof e),i(e<67108864),e<0)return this.iaddn(-e);if(0!==this.negative)return this.negative=0,this.iaddn(e),this.negative=1,this;if(this.words[0]-=e,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var t=0;t>26)-(u/67108864|0),this.words[n+r]=67108863&o}for(;n>26,this.words[n+r]=67108863&o;if(0===s)return this.strip();for(i(-1===s),s=0,n=0;n>26,this.words[n]=67108863&o;return this.negative=1,this.strip()},o.prototype._wordDiv=function(e,t){var r=(this.length,e.length),i=this.clone(),n=e,a=0|n.words[n.length-1];0!==(r=26-this._countBits(a))&&(n=n.ushln(r),i.iushln(r),a=0|n.words[n.length-1]);var s,u=i.length-n.length;if("mod"!==t){(s=new o(null)).length=u+1,s.words=new Array(s.length);for(var l=0;l=0;c--){var d=67108864*(0|i.words[n.length+c])+(0|i.words[n.length+c-1]);for(d=Math.min(d/a|0,67108863),i._ishlnsubmul(n,d,c);0!==i.negative;)d--,i.negative=0,i._ishlnsubmul(n,1,c),i.isZero()||(i.negative^=1);s&&(s.words[c]=d)}return s&&s.strip(),i.strip(),"div"!==t&&0!==r&&i.iushrn(r),{div:s||null,mod:i}},o.prototype.divmod=function(e,t,r){return i(!e.isZero()),this.isZero()?{div:new o(0),mod:new o(0)}:0!==this.negative&&0===e.negative?(s=this.neg().divmod(e,t),"mod"!==t&&(n=s.div.neg()),"div"!==t&&(a=s.mod.neg(),r&&0!==a.negative&&a.iadd(e)),{div:n,mod:a}):0===this.negative&&0!==e.negative?(s=this.divmod(e.neg(),t),"mod"!==t&&(n=s.div.neg()),{div:n,mod:s.mod}):0!=(this.negative&e.negative)?(s=this.neg().divmod(e.neg(),t),"div"!==t&&(a=s.mod.neg(),r&&0!==a.negative&&a.isub(e)),{div:s.div,mod:a}):e.length>this.length||this.cmp(e)<0?{div:new o(0),mod:this}:1===e.length?"div"===t?{div:this.divn(e.words[0]),mod:null}:"mod"===t?{div:null,mod:new o(this.modn(e.words[0]))}:{div:this.divn(e.words[0]),mod:new o(this.modn(e.words[0]))}:this._wordDiv(e,t);var n,a,s},o.prototype.div=function(e){return this.divmod(e,"div",!1).div},o.prototype.mod=function(e){return this.divmod(e,"mod",!1).mod},o.prototype.umod=function(e){return this.divmod(e,"mod",!0).mod},o.prototype.divRound=function(e){var t=this.divmod(e);if(t.mod.isZero())return t.div;var r=0!==t.div.negative?t.mod.isub(e):t.mod,i=e.ushrn(1),n=e.andln(1),o=r.cmp(i);return o<0||1===n&&0===o?t.div:0!==t.div.negative?t.div.isubn(1):t.div.iaddn(1)},o.prototype.modn=function(e){i(e<=67108863);for(var t=(1<<26)%e,r=0,n=this.length-1;n>=0;n--)r=(t*r+(0|this.words[n]))%e;return r},o.prototype.idivn=function(e){i(e<=67108863);for(var t=0,r=this.length-1;r>=0;r--){var n=(0|this.words[r])+67108864*t;this.words[r]=n/e|0,t=n%e}return this.strip()},o.prototype.divn=function(e){return this.clone().idivn(e)},o.prototype.egcd=function(e){i(0===e.negative),i(!e.isZero());var t=this,r=e.clone();t=0!==t.negative?t.umod(e):t.clone();for(var n=new o(1),a=new o(0),s=new o(0),u=new o(1),l=0;t.isEven()&&r.isEven();)t.iushrn(1),r.iushrn(1),++l;for(var p=r.clone(),c=t.clone();!t.isZero();){for(var d=0,h=1;0==(t.words[0]&h)&&d<26;++d,h<<=1);if(d>0)for(t.iushrn(d);d-- >0;)(n.isOdd()||a.isOdd())&&(n.iadd(p),a.isub(c)),n.iushrn(1),a.iushrn(1);for(var m=0,f=1;0==(r.words[0]&f)&&m<26;++m,f<<=1);if(m>0)for(r.iushrn(m);m-- >0;)(s.isOdd()||u.isOdd())&&(s.iadd(p),u.isub(c)),s.iushrn(1),u.iushrn(1);t.cmp(r)>=0?(t.isub(r),n.isub(s),a.isub(u)):(r.isub(t),s.isub(n),u.isub(a))}return{a:s,b:u,gcd:r.iushln(l)}},o.prototype._invmp=function(e){i(0===e.negative),i(!e.isZero());var t=this,r=e.clone();t=0!==t.negative?t.umod(e):t.clone();for(var n,a=new o(1),s=new o(0),u=r.clone();t.cmpn(1)>0&&r.cmpn(1)>0;){for(var l=0,p=1;0==(t.words[0]&p)&&l<26;++l,p<<=1);if(l>0)for(t.iushrn(l);l-- >0;)a.isOdd()&&a.iadd(u),a.iushrn(1);for(var c=0,d=1;0==(r.words[0]&d)&&c<26;++c,d<<=1);if(c>0)for(r.iushrn(c);c-- >0;)s.isOdd()&&s.iadd(u),s.iushrn(1);t.cmp(r)>=0?(t.isub(r),a.isub(s)):(r.isub(t),s.isub(a))}return(n=0===t.cmpn(1)?a:s).cmpn(0)<0&&n.iadd(e),n},o.prototype.gcd=function(e){if(this.isZero())return e.abs();if(e.isZero())return this.abs();var t=this.clone(),r=e.clone();t.negative=0,r.negative=0;for(var i=0;t.isEven()&&r.isEven();i++)t.iushrn(1),r.iushrn(1);for(;;){for(;t.isEven();)t.iushrn(1);for(;r.isEven();)r.iushrn(1);var n=t.cmp(r);if(n<0){var o=t;t=r,r=o}else if(0===n||0===r.cmpn(1))break;t.isub(r)}return r.iushln(i)},o.prototype.invm=function(e){return this.egcd(e).a.umod(e)},o.prototype.isEven=function(){return 0==(1&this.words[0])},o.prototype.isOdd=function(){return 1==(1&this.words[0])},o.prototype.andln=function(e){return this.words[0]&e},o.prototype.bincn=function(e){i("number"==typeof e);var t=e%26,r=(e-t)/26,n=1<>>26,s&=67108863,this.words[a]=s}return 0!==o&&(this.words[a]=o,this.length++),this},o.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},o.prototype.cmpn=function(e){var t,r=e<0;if(0!==this.negative&&!r)return-1;if(0===this.negative&&r)return 1;if(this.strip(),this.length>1)t=1;else{r&&(e=-e),i(e<=67108863,"Number is too big");var n=0|this.words[0];t=n===e?0:ne.length)return 1;if(this.length=0;r--){var i=0|this.words[r],n=0|e.words[r];if(i!==n){in&&(t=1);break}}return t},o.prototype.gtn=function(e){return 1===this.cmpn(e)},o.prototype.gt=function(e){return 1===this.cmp(e)},o.prototype.gten=function(e){return this.cmpn(e)>=0},o.prototype.gte=function(e){return this.cmp(e)>=0},o.prototype.ltn=function(e){return-1===this.cmpn(e)},o.prototype.lt=function(e){return-1===this.cmp(e)},o.prototype.lten=function(e){return this.cmpn(e)<=0},o.prototype.lte=function(e){return this.cmp(e)<=0},o.prototype.eqn=function(e){return 0===this.cmpn(e)},o.prototype.eq=function(e){return 0===this.cmp(e)},o.red=function(e){return new x(e)},o.prototype.toRed=function(e){return i(!this.red,"Already a number in reduction context"),i(0===this.negative,"red works only with positives"),e.convertTo(this)._forceRed(e)},o.prototype.fromRed=function(){return i(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},o.prototype._forceRed=function(e){return this.red=e,this},o.prototype.forceRed=function(e){return i(!this.red,"Already a number in reduction context"),this._forceRed(e)},o.prototype.redAdd=function(e){return i(this.red,"redAdd works only with red numbers"),this.red.add(this,e)},o.prototype.redIAdd=function(e){return i(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,e)},o.prototype.redSub=function(e){return i(this.red,"redSub works only with red numbers"),this.red.sub(this,e)},o.prototype.redISub=function(e){return i(this.red,"redISub works only with red numbers"),this.red.isub(this,e)},o.prototype.redShl=function(e){return i(this.red,"redShl works only with red numbers"),this.red.shl(this,e)},o.prototype.redMul=function(e){return i(this.red,"redMul works only with red numbers"),this.red._verify2(this,e),this.red.mul(this,e)},o.prototype.redIMul=function(e){return i(this.red,"redMul works only with red numbers"),this.red._verify2(this,e),this.red.imul(this,e)},o.prototype.redSqr=function(){return i(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},o.prototype.redISqr=function(){return i(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},o.prototype.redSqrt=function(){return i(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},o.prototype.redInvm=function(){return i(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},o.prototype.redNeg=function(){return i(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},o.prototype.redPow=function(e){return i(this.red&&!e.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,e)};var g={k256:null,p224:null,p192:null,p25519:null};function v(e,t){this.name=e,this.p=new o(t,16),this.n=this.p.bitLength(),this.k=new o(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function b(){v.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function y(){v.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function w(){v.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function E(){v.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function x(e){if("string"==typeof e){var t=o._prime(e);this.m=t.p,this.prime=t}else i(e.gtn(1),"modulus must be greater than 1"),this.m=e,this.prime=null}function _(e){x.call(this,e),this.shift=this.m.bitLength(),this.shift%26!=0&&(this.shift+=26-this.shift%26),this.r=new o(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}v.prototype._tmp=function(){var e=new o(null);return e.words=new Array(Math.ceil(this.n/13)),e},v.prototype.ireduce=function(e){var t,r=e;do{this.split(r,this.tmp),t=(r=(r=this.imulK(r)).iadd(this.tmp)).bitLength()}while(t>this.n);var i=t0?r.isub(this.p):r.strip(),r},v.prototype.split=function(e,t){e.iushrn(this.n,0,t)},v.prototype.imulK=function(e){return e.imul(this.k)},n(b,v),b.prototype.split=function(e,t){for(var r=Math.min(e.length,9),i=0;i>>22,n=o}n>>>=22,e.words[i-10]=n,0===n&&e.length>10?e.length-=10:e.length-=9},b.prototype.imulK=function(e){e.words[e.length]=0,e.words[e.length+1]=0,e.length+=2;for(var t=0,r=0;r>>=26,e.words[r]=n,t=i}return 0!==t&&(e.words[e.length++]=t),e},o._prime=function(e){if(g[e])return g[e];var t;if("k256"===e)t=new b;else if("p224"===e)t=new y;else if("p192"===e)t=new w;else{if("p25519"!==e)throw new Error("Unknown prime "+e);t=new E}return g[e]=t,t},x.prototype._verify1=function(e){i(0===e.negative,"red works only with positives"),i(e.red,"red works only with red numbers")},x.prototype._verify2=function(e,t){i(0==(e.negative|t.negative),"red works only with positives"),i(e.red&&e.red===t.red,"red works only with red numbers")},x.prototype.imod=function(e){return this.prime?this.prime.ireduce(e)._forceRed(this):e.umod(this.m)._forceRed(this)},x.prototype.neg=function(e){return e.isZero()?e.clone():this.m.sub(e)._forceRed(this)},x.prototype.add=function(e,t){this._verify2(e,t);var r=e.add(t);return r.cmp(this.m)>=0&&r.isub(this.m),r._forceRed(this)},x.prototype.iadd=function(e,t){this._verify2(e,t);var r=e.iadd(t);return r.cmp(this.m)>=0&&r.isub(this.m),r},x.prototype.sub=function(e,t){this._verify2(e,t);var r=e.sub(t);return r.cmpn(0)<0&&r.iadd(this.m),r._forceRed(this)},x.prototype.isub=function(e,t){this._verify2(e,t);var r=e.isub(t);return r.cmpn(0)<0&&r.iadd(this.m),r},x.prototype.shl=function(e,t){return this._verify1(e),this.imod(e.ushln(t))},x.prototype.imul=function(e,t){return this._verify2(e,t),this.imod(e.imul(t))},x.prototype.mul=function(e,t){return this._verify2(e,t),this.imod(e.mul(t))},x.prototype.isqr=function(e){return this.imul(e,e.clone())},x.prototype.sqr=function(e){return this.mul(e,e)},x.prototype.sqrt=function(e){if(e.isZero())return e.clone();var t=this.m.andln(3);if(i(t%2==1),3===t){var r=this.m.add(new o(1)).iushrn(2);return this.pow(e,r)}for(var n=this.m.subn(1),a=0;!n.isZero()&&0===n.andln(1);)a++,n.iushrn(1);i(!n.isZero());var s=new o(1).toRed(this),u=s.redNeg(),l=this.m.subn(1).iushrn(1),p=this.m.bitLength();for(p=new o(2*p*p).toRed(this);0!==this.pow(p,l).cmp(u);)p.redIAdd(u);for(var c=this.pow(p,n),d=this.pow(e,n.addn(1).iushrn(1)),h=this.pow(e,n),m=a;0!==h.cmp(s);){for(var f=h,g=0;0!==f.cmp(s);g++)f=f.redSqr();i(g=0;i--){for(var l=t.words[i],p=u-1;p>=0;p--){var c=l>>p&1;n!==r[0]&&(n=this.sqr(n)),0!==c||0!==a?(a<<=1,a|=c,(4===++s||0===i&&0===p)&&(n=this.mul(n,r[a]),s=0,a=0)):s=0}u=26}return n},x.prototype.convertTo=function(e){var t=e.umod(this.m);return t===e?t.clone():t},x.prototype.convertFrom=function(e){var t=e.clone();return t.red=null,t},o.mont=function(e){return new _(e)},n(_,x),_.prototype.convertTo=function(e){return this.imod(e.ushln(this.shift))},_.prototype.convertFrom=function(e){var t=this.imod(e.mul(this.rinv));return t.red=null,t},_.prototype.imul=function(e,t){if(e.isZero()||t.isZero())return e.words[0]=0,e.length=1,e;var r=e.imul(t),i=r.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),n=r.isub(i).iushrn(this.shift),o=n;return n.cmp(this.m)>=0?o=n.isub(this.m):n.cmpn(0)<0&&(o=n.iadd(this.m)),o._forceRed(this)},_.prototype.mul=function(e,t){if(e.isZero()||t.isZero())return new o(0)._forceRed(this);var r=e.mul(t),i=r.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),n=r.isub(i).iushrn(this.shift),a=n;return n.cmp(this.m)>=0?a=n.isub(this.m):n.cmpn(0)<0&&(a=n.iadd(this.m)),a._forceRed(this)},_.prototype.invm=function(e){return this.imod(e._invmp(this.m).mul(this.r2))._forceRed(this)}}(e,this)}).call(this,r(108)(e))},function(e,t,r){"use strict";t.HTML_NS="http://www.w3.org/1999/xhtml",t.MATHML_NS="http://www.w3.org/1998/Math/MathML",t.SVG_NS="http://www.w3.org/2000/svg",t.XLINK_NS="http://www.w3.org/1999/xlink",t.XML_NS="http://www.w3.org/XML/1998/namespace",t.XMLNS_NS="http://www.w3.org/2000/xmlns/"},function(e,t,r){(function(t){e.exports=g;var i,n=r(11),o=r(27),a=r(18),s=r(95),u=r(47),l=r(182).DiffieHellman,p=r(45),c=r(22),d=r(24);try{i=r(306)}catch(e){}var h=p.InvalidAlgorithmError,m=p.KeyParseError,f={};function g(e){n.object(e,"options"),n.arrayOfObject(e.parts,"options.parts"),n.string(e.type,"options.type"),n.optionalString(e.comment,"options.comment");var t=o.info[e.type];if("object"!=typeof t)throw new h(e.type);for(var r,i={},a=0;a1024&&(e="sha256"),"ed25519"===this.type&&(e="sha512"),"ecdsa"===this.type&&(e=this.size<=256?"sha256":this.size<=384?"sha384":"sha512"),e},g.prototype.createVerify=function(e){if(void 0===e&&(e=this.defaultHashAlgorithm()),n.string(e,"hash algorithm"),"ed25519"===this.type&&void 0!==i)return new i.Verifier(this,e);if("curve25519"===this.type)throw new Error("Curve25519 keys are not suitable for signing or verification");var r,o,s;try{o=e.toUpperCase(),r=a.createVerify(o)}catch(e){s=e}(void 0===r||s instanceof Error&&s.message.match(/Unknown message digest/))&&(o="RSA-",o+=e.toUpperCase(),r=a.createVerify(o)),n.ok(r,"failed to create verifier");var l=r.verify.bind(r),p=this.toBuffer("pkcs8"),c=this.curve,d=this;return r.verify=function(r,i){if(u.isSignature(r,[2,0]))return r.type===d.type&&((!r.hashAlgorithm||r.hashAlgorithm===e)&&((!r.curve||"ecdsa"!==d.type||r.curve===c)&&l(p,r.toBuffer("asn1"))));if("string"==typeof r||t.isBuffer(r))return l(p,r,i);throw u.isSignature(r,[1,0])?new Error("signature was created by too old a version of sshpk and cannot be verified"):new TypeError("signature must be a string, Buffer, or Signature object")},r},g.prototype.createDiffieHellman=function(){if("rsa"===this.type)throw new Error("RSA keys do not support Diffie-Hellman");return new l(this)},g.prototype.createDH=g.prototype.createDiffieHellman,g.parse=function(e,t,r){"string"!=typeof e&&n.buffer(e,"data"),void 0===t&&(t="auto"),n.string(t,"format"),"string"==typeof r&&(r={filename:r}),n.optionalObject(r,"options"),void 0===r&&(r={}),n.optionalString(r.filename,"options.filename"),void 0===r.filename&&(r.filename="(unnamed)"),n.object(f[t],"formats[format]");try{var i=f[t].read(e,r);return i instanceof d&&(i=i.toPublic()),i.comment||(i.comment=r.filename),i}catch(e){if("KeyEncryptedError"===e.name)throw e;throw new m(r.filename,t,e)}},g.isKey=function(e,t){return c.isCompatible(e,g,t)},g.prototype._sshpkApiVersion=[1,7],g._oldVersionDetect=function(e){return n.func(e.toBuffer),n.func(e.fingerprint),e.createDH?[1,4]:e.defaultHashAlgorithm?[1,3]:e.formats.auto?[1,2]:e.formats.pkcs1?[1,1]:[1,0]}}).call(this,r(4).Buffer)},function(e,t,r){e.exports={bufferSplit:function(e,t){i.buffer(e),i.string(t);for(var r=[],n=0,o=0,a=0;a=t.length){var s=a+1;r.push(e.slice(n,s-o)),n=s,o=0}n<=e.length&&r.push(e.slice(n,e.length));return r},addRSAMissing:function(e){i.object(e),m(e,o,[1,1]);var t,r=new c(e.part.d.data);if(!e.part.dmodp){var n=new c(e.part.p.data),a=r.mod(n.subtract(1));t=b(a),e.part.dmodp={name:"dmodp",data:t},e.parts.push(e.part.dmodp)}if(!e.part.dmodq){var s=new c(e.part.q.data),u=r.mod(s.subtract(1));t=b(u),e.part.dmodq={name:"dmodq",data:t},e.parts.push(e.part.dmodq)}},calculateDSAPublic:function(e,t,r){return i.buffer(e),i.buffer(t),i.buffer(r),e=new c(e),t=new c(t),r=new c(r),b(e.modPow(r,t))},calculateED25519Public:function(e){i.buffer(e);var t=d.sign.keyPair.fromSeed(new Uint8Array(e));return n.from(t.publicKey)},calculateX25519Public:function(e){i.buffer(e);var t=d.box.keyPair.fromSeed(new Uint8Array(e));return n.from(t.publicKey)},mpNormalize:v,mpDenormalize:function(e){i.buffer(e);for(;e.length>1&&0===e[0];)e=e.slice(1);return e},ecNormalize:function(e,t){if(i.buffer(e),0===e[0]&&4===e[1])return t?e:e.slice(1);if(4===e[0]){if(!t)return e}else{for(;0===e[0];)e=e.slice(1);if(2===e[0]||3===e[0])throw new Error("Compressed elliptic curve points are not supported");if(4!==e[0])throw new Error("Not a valid elliptic curve point");if(!t)return e}var r=n.alloc(e.length+1);return r[0]=0,e.copy(r,1),r},countZeros:function(e){var t=0,r=8;for(;th)return!1;if(i.constructor.name!==t.name)return!1;var o=i._sshpkApiVersion;void 0===o&&(o=t._oldVersionDetect(e));return!(o[0]!=r[0]||o[1]t;)i.equal(e[0],0),e=e.slice(1);for(;e.length=r[1],n+" must be compatible with "+t.name+" klass version "+r[0]+"."+r[1])}}var f={"des-ede3-cbc":{key:24,iv:8},"aes-128-cbc":{key:16,iv:16},"aes-256-cbc":{key:32,iv:16}},g=8;function v(e){for(i.buffer(e);e.length>1&&0===e[0]&&0==(128&e[1]);)e=e.slice(1);if(128==(128&e[0])){var t=n.alloc(e.length+1);t[0]=0,e.copy(t,1),e=t}return e}function b(e){var t=n.from(e.toByteArray());return t=v(t)}},function(e,t,r){"use strict";const{isValidFloatingPointNumber:i,isValidSimpleColor:n,parseFloatingPointNumber:o,stripLeadingAndTrailingASCIIWhitespace:a,stripNewlines:s,splitOnCommas:u}=r(25),{isValidDateString:l,isValidMonthString:p,isValidTimeString:c,isValidWeekString:d,parseLocalDateAndTimeString:h,serializeNormalizedDateAndTime:m}=r(331),f=r(16),g=r(72),{domSymbolTree:v}=r(13),{closest:b,firstChildWithLocalName:y}=r(30),w=r(14),{HTML_NS:E}=r(20),x=new Set(["button","input","keygen","object","select","textarea"]);t.isDisabled=e=>{if(("button"===e.localName||"input"===e.localName||"select"===e.localName||"textarea"===e.localName)&&e.hasAttributeNS(null,"disabled"))return!0;let t=e.parentNode;for(;t;){if("fieldset"===t.localName&&t.hasAttributeNS(null,"disabled")){const r=y(t,"legend");if(!r||!r.contains(e))return!0}t=t.parentNode}return!1},t.isSubmittable=e=>x.has(e.localName),t.isButton=e=>"button"===e.type||"submit"===e.type||"reset"===e.type||"image"===e.type||"button"===e.localName,t.normalizeToCRLF=e=>e.replace(/\r([^\n])/g,"\r\n$1").replace(/\r$/,"\r\n").replace(/([^\r])\n/g,"$1\r\n").replace(/^\n/,"\r\n"),t.isLabelable=e=>{if(e.nodeType!==w.ELEMENT_NODE)return!1;switch(e.tagName){case"BUTTON":case"METER":case"OUTPUT":case"PROGRESS":case"SELECT":case"TEXTAREA":return!0;case"INPUT":return"hidden"!==e.type}return!1},t.getLabelsForLabelable=e=>{if(!t.isLabelable(e))return null;if(!e._labels){const t=e.getRootNode({});e._labels=g.create([],{element:t,query:()=>{const r=[];for(const i of v.treeIterator(t))i.control===e&&r.push(i);return r}})}return e._labels},t.isValidEmailAddress=(e,t=!1)=>{const r=new RegExp("^[a-zA-Z0-9.!#$%&'*+\\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$");return t?u(e).every(e=>r.test(e)):r.test(e)},t.isValidAbsoluteURL=e=>null!==f.parseURL(e),t.sanitizeValueByType=(e,t)=>{switch(e.type.toLowerCase()){case"password":case"search":case"tel":case"text":t=s(t);break;case"color":t=n(t)?t.toLowerCase():"#000000";break;case"date":l(t)||(t="");break;case"datetime-local":{const e=h(t);t=null!==e?m(e):"";break}case"email":e.hasAttributeNS(null,"multiple")?t=t.split(",").map(e=>a(e)).join(","):(t=s(t),t=a(t));break;case"month":p(t)||(t="");break;case"number":i(t)&&!isNaN(o(t))||(t="");break;case"range":if(!i(t)||isNaN(o(t))){const r=e._minimum,i=e._maximum;t=`${i{const t=e.getAttributeNS(null,"form");if(""===t)return null;if(null===t)return b(e,"form");const r=e.getRootNode({});let i;for(const e of v.treeIterator(r))if(e.nodeType===w.ELEMENT_NODE&&e.getAttributeNS(null,"id")===t){i=e;break}return i&&i.namespaceURI===E&&"form"===i.localName?i:null}},function(e,t,r){e.exports=y;var i=r(11),n=r(9).Buffer,o=r(27),a=r(18),s=(r(95),r(47)),u=r(45),l=r(12),p=r(22),c=r(182),d=c.generateECDSA,h=c.generateED25519,m=r(306),f=r(97),g=r(21),v=(u.InvalidAlgorithmError,u.KeyParseError),b=(u.KeyEncryptedError,{});function y(e){i.object(e,"options"),g.call(this,e),this._pubCache=void 0}b.auto=r(307),b.pem=r(51),b.pkcs1=r(183),b.pkcs8=r(99),b.rfc4253=r(52),b["ssh-private"]=r(130),b.openssh=b["ssh-private"],b.ssh=b["ssh-private"],b.dnssec=r(184),l.inherits(y,g),y.formats=b,y.prototype.toBuffer=function(e,t){return void 0===e&&(e="pkcs1"),i.string(e,"format"),i.object(b[e],"formats[format]"),i.optionalObject(t,"options"),b[e].write(this,t)},y.prototype.hash=function(e,t){return this.toPublic().hash(e,t)},y.prototype.fingerprint=function(e,t){return this.toPublic().fingerprint(e,t)},y.prototype.toPublic=function(){if(this._pubCache)return this._pubCache;for(var e=o.info[this.type],t=[],r=0;re.replace(/[A-Z]/g,e=>e.toLowerCase()),t.asciiUppercase=e=>e.replace(/[a-z]/g,e=>e.toUpperCase()),t.stripNewlines=e=>e.replace(/[\n\r]+/g,""),t.stripLeadingAndTrailingASCIIWhitespace=e=>e.replace(/^[ \t\n\f\r]+/,"").replace(/[ \t\n\f\r]+$/,""),t.stripAndCollapseASCIIWhitespace=e=>e.replace(/[ \t\n\f\r]+/g," ").replace(/^[ \t\n\f\r]+/,"").replace(/[ \t\n\f\r]+$/,""),t.isValidSimpleColor=e=>/^#[a-fA-F\d]{6}$/.test(e),t.asciiCaseInsensitiveMatch=(e,t)=>{if(e.length!==t.length)return!1;for(let r=0;rn.test(e),t.parseFloatingPointNumber=e=>{const t=parseFloat(e);return isFinite(t)?t:NaN},t.splitOnASCIIWhitespace=e=>{let t=0;const r=[];for(;t{let t=0;const r=[];for(;tn&&i.test(e[o-1]);)o--;r.push(e.slice(n,o)),tn.tryWrapperForImpl(this[a].childNodes))}get firstChild(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[a].firstChild)}get lastChild(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[a].lastChild)}get previousSibling(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[a].previousSibling)}get nextSibling(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[a].nextSibling)}get nodeValue(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].nodeValue}set nodeValue(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=null==t?null:i.DOMString(t,{context:"Failed to set the 'nodeValue' property on 'Node': The provided value"}),this[a].nodeValue=t}get textContent(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].textContent}set textContent(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=null==t?null:i.DOMString(t,{context:"Failed to set the 'textContent' property on 'Node': The provided value"}),this[a].textContent=t}}Object.defineProperties(u.prototype,{getRootNode:{enumerable:!0},hasChildNodes:{enumerable:!0},normalize:{enumerable:!0},cloneNode:{enumerable:!0},isEqualNode:{enumerable:!0},isSameNode:{enumerable:!0},compareDocumentPosition:{enumerable:!0},contains:{enumerable:!0},lookupPrefix:{enumerable:!0},lookupNamespaceURI:{enumerable:!0},isDefaultNamespace:{enumerable:!0},insertBefore:{enumerable:!0},appendChild:{enumerable:!0},replaceChild:{enumerable:!0},removeChild:{enumerable:!0},nodeType:{enumerable:!0},nodeName:{enumerable:!0},baseURI:{enumerable:!0},isConnected:{enumerable:!0},ownerDocument:{enumerable:!0},parentNode:{enumerable:!0},parentElement:{enumerable:!0},childNodes:{enumerable:!0},firstChild:{enumerable:!0},lastChild:{enumerable:!0},previousSibling:{enumerable:!0},nextSibling:{enumerable:!0},nodeValue:{enumerable:!0},textContent:{enumerable:!0},[Symbol.toStringTag]:{value:"Node",configurable:!0},ELEMENT_NODE:{value:1,enumerable:!0},ATTRIBUTE_NODE:{value:2,enumerable:!0},TEXT_NODE:{value:3,enumerable:!0},CDATA_SECTION_NODE:{value:4,enumerable:!0},ENTITY_REFERENCE_NODE:{value:5,enumerable:!0},ENTITY_NODE:{value:6,enumerable:!0},PROCESSING_INSTRUCTION_NODE:{value:7,enumerable:!0},COMMENT_NODE:{value:8,enumerable:!0},DOCUMENT_NODE:{value:9,enumerable:!0},DOCUMENT_TYPE_NODE:{value:10,enumerable:!0},DOCUMENT_FRAGMENT_NODE:{value:11,enumerable:!0},NOTATION_NODE:{value:12,enumerable:!0},DOCUMENT_POSITION_DISCONNECTED:{value:1,enumerable:!0},DOCUMENT_POSITION_PRECEDING:{value:2,enumerable:!0},DOCUMENT_POSITION_FOLLOWING:{value:4,enumerable:!0},DOCUMENT_POSITION_CONTAINS:{value:8,enumerable:!0},DOCUMENT_POSITION_CONTAINED_BY:{value:16,enumerable:!0},DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC:{value:32,enumerable:!0}}),Object.defineProperties(u,{ELEMENT_NODE:{value:1,enumerable:!0},ATTRIBUTE_NODE:{value:2,enumerable:!0},TEXT_NODE:{value:3,enumerable:!0},CDATA_SECTION_NODE:{value:4,enumerable:!0},ENTITY_REFERENCE_NODE:{value:5,enumerable:!0},ENTITY_NODE:{value:6,enumerable:!0},PROCESSING_INSTRUCTION_NODE:{value:7,enumerable:!0},COMMENT_NODE:{value:8,enumerable:!0},DOCUMENT_NODE:{value:9,enumerable:!0},DOCUMENT_TYPE_NODE:{value:10,enumerable:!0},DOCUMENT_FRAGMENT_NODE:{value:11,enumerable:!0},NOTATION_NODE:{value:12,enumerable:!0},DOCUMENT_POSITION_DISCONNECTED:{value:1,enumerable:!0},DOCUMENT_POSITION_PRECEDING:{value:2,enumerable:!0},DOCUMENT_POSITION_FOLLOWING:{value:4,enumerable:!0},DOCUMENT_POSITION_CONTAINS:{value:8,enumerable:!0},DOCUMENT_POSITION_CONTAINED_BY:{value:16,enumerable:!0},DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC:{value:32,enumerable:!0}});const l={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,a)&&t[a]instanceof p.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof p.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'Node'.`)},create(e,t){let r=Object.create(u.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(u.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){s._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,a,{value:new p.implementation(t,r),configurable:!0}),e[a][n.wrapperSymbol]=e,p.init&&p.init(e[a],r),e},interface:u,expose:{Window:{Node:u}}};e.exports=l;const p=r(75)},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol;class a{constructor(){throw new TypeError("Illegal constructor")}item(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'item' on 'HTMLCollection': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i["unsigned long"](e,{context:"Failed to execute 'item' on 'HTMLCollection': parameter 1"}),r.push(e)}return n.tryWrapperForImpl(this[o].item(...r))}namedItem(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'namedItem' on 'HTMLCollection': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'namedItem' on 'HTMLCollection': parameter 1"}),r.push(e)}return n.tryWrapperForImpl(this[o].namedItem(...r))}get length(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].length}}Object.defineProperties(a.prototype,{item:{enumerable:!0},namedItem:{enumerable:!0},length:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLCollection",configurable:!0},[Symbol.iterator]:{value:Array.prototype[Symbol.iterator],configurable:!0,writable:!0}});const s={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof u.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof u.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLCollection'.`)},create(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new u.implementation(t,r),configurable:!0}),(e=new Proxy(e,{get(e,t,r){if("symbol"==typeof t)return Reflect.get(e,t,r);const i=this.getOwnPropertyDescriptor(e,t);if(void 0===i){if(null===Object.getPrototypeOf(e))return;return Reflect.get(e,t,r)}if(!i.get&&!i.set)return i.value;const n=i.get;return void 0!==n?Reflect.apply(n,r,[]):void 0},has(e,t){if("symbol"==typeof t)return Reflect.has(e,t);if(void 0!==this.getOwnPropertyDescriptor(e,t))return!0;const r=Object.getPrototypeOf(e);return null!==r&&Reflect.has(r,t)},ownKeys(e){const t=new Set;for(const r of e[o][n.supportedPropertyIndices])t.add(`${r}`);for(const r of e[o][n.supportedPropertyNames])r in e||t.add(`${r}`);for(const r of Reflect.ownKeys(e))t.add(r);return[...t]},getOwnPropertyDescriptor(e,t){if("symbol"==typeof t)return Reflect.getOwnPropertyDescriptor(e,t);let r=!1;if(n.isArrayIndexPropName(t)){const i=t>>>0,a=e[o].item(i);if(null!==a)return{writable:!1,enumerable:!0,configurable:!0,value:n.tryWrapperForImpl(a)};r=!0}const i=e[o].namedItem(t);return null===i||t in e||r?Reflect.getOwnPropertyDescriptor(e,t):{writable:!1,enumerable:!1,configurable:!0,value:n.tryWrapperForImpl(i)}},set(e,t,r,i){if("symbol"==typeof t)return Reflect.set(e,t,r,i);let a;if(e===i&&(n.isArrayIndexPropName(t),"string"==typeof t&&n.isArrayIndexPropName(t)),n.isArrayIndexPropName(t)){const r=t>>>0,i=e[o].item(r);null!==i&&(a={writable:!1,enumerable:!0,configurable:!0,value:n.tryWrapperForImpl(i)})}if(void 0===a&&(a=Reflect.getOwnPropertyDescriptor(e,t)),void 0===a){const n=Reflect.getPrototypeOf(e);if(null!==n)return Reflect.set(n,t,r,i);a={writable:!0,enumerable:!0,configurable:!0,value:void 0}}if(!a.writable)return!1;if(!n.isObject(i))return!1;const s=Reflect.getOwnPropertyDescriptor(i,t);let u;if(void 0!==s){if(s.get||s.set)return!1;if(!s.writable)return!1;u={value:r}}else u={writable:!0,enumerable:!0,configurable:!0,value:r};return Reflect.defineProperty(i,t,u)},defineProperty(e,t,r){if("symbol"==typeof t)return Reflect.defineProperty(e,t,r);if(n.isArrayIndexPropName(t))return!1;if(!n.hasOwn(e,t)){if(!!(null!==e[o].namedItem(t)))return!1}return Reflect.defineProperty(e,t,r)},deleteProperty(e,t){if("symbol"==typeof t)return Reflect.deleteProperty(e,t);if(n.isArrayIndexPropName(t)){const r=t>>>0;return!(null!==e[o].item(r))}return(null===e[o].namedItem(t)||t in e)&&Reflect.deleteProperty(e,t)},preventExtensions:()=>!1}))[o][n.wrapperSymbol]=e,u.init&&u.init(e[o],r),e},interface:a,expose:{Window:{HTMLCollection:a}}};e.exports=s;const u=r(240)},function(e,t,r){"use strict";const{domSymbolTree:i}=r(13),{HTML_NS:n}=r(20);t.closest=(e,t,r=n)=>{for(;e;){if(e.localName===t&&e.namespaceURI===r)return e;e=i.parent(e)}return null},t.childrenByLocalName=(e,t,r=n)=>i.childrenToArray(e,{filter:e=>e._localName===t&&e._namespaceURI===r}),t.descendantsByLocalName=(e,t,r=n)=>i.treeToArray(e,{filter:i=>i._localName===t&&i._namespaceURI===r&&i!==e}),t.childrenByLocalNames=(e,t,r=n)=>i.childrenToArray(e,{filter:e=>t.has(e._localName)&&e._namespaceURI===r}),t.descendantsByLocalNames=(e,t,r=n)=>i.treeToArray(e,{filter:i=>t.has(i._localName)&&i._namespaceURI===r&&i!==e}),t.firstChildWithLocalName=(e,t,r=n)=>{const o=i.childrenIterator(e);for(const e of o)if(e._localName===t&&e._namespaceURI===r)return e;return null},t.firstChildWithLocalNames=(e,t,r=n)=>{const o=i.childrenIterator(e);for(const e of o)if(t.has(e._localName)&&e._namespaceURI===r)return e;return null},t.firstDescendantWithLocalName=(e,t,r=n)=>{const o=i.treeIterator(e);for(const e of o)if(e._localName===t&&e._namespaceURI===r)return e;return null}},function(e,t,r){"use strict";const i=r(1);r(0);e.exports={convertInherit(e,t,{context:r="The provided value"}={}){{const n="bubbles";let o=null==e?void 0:e[n];void 0!==o?(o=i.boolean(o,{context:r+" has member bubbles that"}),t[n]=o):t[n]=!1}{const n="cancelable";let o=null==e?void 0:e[n];void 0!==o?(o=i.boolean(o,{context:r+" has member cancelable that"}),t[n]=o):t[n]=!1}{const n="composed";let o=null==e?void 0:e[n];void 0!==o?(o=i.boolean(o,{context:r+" has member composed that"}),t[n]=o):t[n]=!1}},convert(t,{context:r="The provided value"}={}){if(void 0!==t&&"object"!=typeof t&&"function"!=typeof t)throw new TypeError(`${r} is not an object.`);const i=Object.create(null);return e.exports.convertInherit(t,i,{context:r}),i}}},function(e,t){function r(e,t){if(!e)throw new Error(t||"Assertion failed")}e.exports=r,r.equal=function(e,t,r){if(e!=t)throw new Error(r||"Assertion failed: "+e+" != "+t)}},function(e,t,r){"use strict";var i=t,n=r(19),o=r(32),a=r(291);i.assert=o,i.toArray=a.toArray,i.zero2=a.zero2,i.toHex=a.toHex,i.encode=a.encode,i.getNAF=function(e,t){for(var r=[],i=1<=0;){var o;if(n.isOdd()){var a=n.andln(i-1);o=a>(i>>1)-1?(i>>1)-a:a,n.isubn(o)}else o=0;r.push(o);for(var s=0!==n.cmpn(0)&&0===n.andln(i-1)?t+1:1,u=1;u0||t.cmpn(-n)>0;){var o,a,s,u=e.andln(3)+i&3,l=t.andln(3)+n&3;3===u&&(u=-1),3===l&&(l=-1),o=0==(1&u)?0:3!=(s=e.andln(7)+i&7)&&5!==s||2!==l?u:-u,r[0].push(o),a=0==(1&l)?0:3!=(s=t.andln(7)+n&7)&&5!==s||2!==u?l:-l,r[1].push(a),2*i===o+1&&(i=1-i),2*n===a+1&&(n=1-n),e.iushrn(1),t.iushrn(1)}return r},i.cachedProperty=function(e,t,r){var i="_"+t;e.prototype[t]=function(){return void 0!==this[i]?this[i]:this[i]=r.call(this)}},i.parseBytes=function(e){return"string"==typeof e?i.toArray(e,"hex"):e},i.intFromLE=function(e){return new n(e,"hex","le")}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=r(350).convert,a=n.implSymbol;class s{constructor(){const t=[];{let r=arguments[0];if(void 0!==r){if(!n.isObject(r))throw new TypeError("Failed to construct 'Blob': parameter 1 is not an iterable object.");{const t=[],o=r;for(let r of o)e.exports.is(r)?r=n.implForWrapper(r):r instanceof ArrayBuffer||ArrayBuffer.isView(r)||(r=i.USVString(r,{context:"Failed to construct 'Blob': parameter 1's element"})),t.push(r);r=t}}t.push(r)}{let e=arguments[1];e=o(e,{context:"Failed to construct 'Blob': parameter 2"}),t.push(e)}return u.setup(Object.create(new.target.prototype),t)}slice(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=[];{let e=arguments[0];void 0!==e&&(e=i["long long"](e,{context:"Failed to execute 'slice' on 'Blob': parameter 1",clamp:!0})),t.push(e)}{let e=arguments[1];void 0!==e&&(e=i["long long"](e,{context:"Failed to execute 'slice' on 'Blob': parameter 2",clamp:!0})),t.push(e)}{let e=arguments[2];void 0!==e&&(e=i.DOMString(e,{context:"Failed to execute 'slice' on 'Blob': parameter 3"})),t.push(e)}return n.tryWrapperForImpl(this[a].slice(...t))}get size(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].size}get type(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].type}}Object.defineProperties(s.prototype,{slice:{enumerable:!0},size:{enumerable:!0},type:{enumerable:!0},[Symbol.toStringTag]:{value:"Blob",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,a)&&t[a]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'Blob'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,a,{value:new l.implementation(t,r),configurable:!0}),e[a][n.wrapperSymbol]=e,l.init&&l.init(e[a],r),e},interface:s,expose:{Window:{Blob:s},Worker:{Blob:s}}};e.exports=u;const l=r(351)},function(e,t){},function(e,t,r){"use strict";var i=r(54),n=r(414);function o(){this.protocol=null,this.slashes=null,this.auth=null,this.host=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.query=null,this.pathname=null,this.path=null,this.href=null}t.parse=y,t.resolve=function(e,t){return y(e,!1,!0).resolve(t)},t.resolveObject=function(e,t){return e?y(e,!1,!0).resolveObject(t):t},t.format=function(e){n.isString(e)&&(e=y(e));return e instanceof o?e.format():o.prototype.format.call(e)},t.Url=o;var a=/^([a-z0-9.+-]+:)/i,s=/:[0-9]*$/,u=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,l=["{","}","|","\\","^","`"].concat(["<",">",'"',"`"," ","\r","\n","\t"]),p=["'"].concat(l),c=["%","/","?",";","#"].concat(p),d=["/","?","#"],h=/^[+a-z0-9A-Z_-]{0,63}$/,m=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,f={javascript:!0,"javascript:":!0},g={javascript:!0,"javascript:":!0},v={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0},b=r(86);function y(e,t,r){if(e&&n.isObject(e)&&e instanceof o)return e;var i=new o;return i.parse(e,t,r),i}o.prototype.parse=function(e,t,r){if(!n.isString(e))throw new TypeError("Parameter 'url' must be a string, not "+typeof e);var o=e.indexOf("?"),s=-1!==o&&o127?O+="x":O+=N[j];if(!O.match(h)){var P=F.slice(0,k),M=F.slice(k+1),R=N.match(m);R&&(P.push(R[1]),M.unshift(R[2])),M.length&&(y="/"+M.join(".")+y),this.hostname=P.join(".");break}}}this.hostname.length>255?this.hostname="":this.hostname=this.hostname.toLowerCase(),C||(this.hostname=i.toASCII(this.hostname));var L=this.port?":"+this.port:"",H=this.hostname||"";this.host=H+L,this.href+=this.host,C&&(this.hostname=this.hostname.substr(1,this.hostname.length-2),"/"!==y[0]&&(y="/"+y))}if(!f[x])for(k=0,D=p.length;k0)&&r.host.split("@"))&&(r.auth=C.shift(),r.host=r.hostname=C.shift());return r.search=e.search,r.query=e.query,n.isNull(r.pathname)&&n.isNull(r.search)||(r.path=(r.pathname?r.pathname:"")+(r.search?r.search:"")),r.href=r.format(),r}if(!_.length)return r.pathname=null,r.search?r.path="/"+r.search:r.path=null,r.href=r.format(),r;for(var S=_.slice(-1)[0],A=(r.host||e.host||_.length>1)&&("."===S||".."===S)||""===S,k=0,I=_.length;I>=0;I--)"."===(S=_[I])?_.splice(I,1):".."===S?(_.splice(I,1),k++):k&&(_.splice(I,1),k--);if(!E&&!x)for(;k--;k)_.unshift("..");!E||""===_[0]||_[0]&&"/"===_[0].charAt(0)||_.unshift(""),A&&"/"!==_.join("/").substr(-1)&&_.push("");var C,F=""===_[0]||_[0]&&"/"===_[0].charAt(0);T&&(r.hostname=r.host=F?"":_.length?_.shift():"",(C=!!(r.host&&r.host.indexOf("@")>0)&&r.host.split("@"))&&(r.auth=C.shift(),r.host=r.hostname=C.shift()));return(E=E||r.host&&_.length)&&!F&&_.unshift(""),_.length?r.pathname=_.join("/"):(r.pathname=null,r.path=null),n.isNull(r.pathname)&&n.isNull(r.search)||(r.path=(r.pathname?r.pathname:"")+(r.search?r.search:"")),r.auth=e.auth||r.auth,r.slashes=r.slashes||e.slashes,r.href=r.format(),r},o.prototype.parseHost=function(){var e=this.host,t=s.exec(e);t&&(":"!==(t=t[0])&&(this.port=t.substr(1)),e=e.substr(0,e.length-t.length)),e&&(this.hostname=e)}},function(e,t,r){"use strict";const i=r(0),n=r(31);class o{constructor(e,t){const[r,i=this.constructor.defaultInit]=e;this.type=r,this.bubbles=!1,this.cancelable=!1;for(const e in i)e in this.constructor.defaultInit&&(this[e]=i[e]);for(const e in this.constructor.defaultInit)e in this||(this[e]=this.constructor.defaultInit[e]);this.target=null,this.currentTarget=null,this.eventPhase=0,this._initializedFlag=!0,this._stopPropagationFlag=!1,this._stopImmediatePropagationFlag=!1,this._canceledFlag=!1,this._inPassiveListenerFlag=!1,this._dispatchFlag=!1,this._path=[],this.isTrusted=t.isTrusted||!1,this.timeStamp=Date.now()}_setTheCanceledFlag(){this.cancelable&&!this._inPassiveListenerFlag&&(this._canceledFlag=!0)}get srcElement(){return this.target}get returnValue(){return!this._canceledFlag}set returnValue(e){!1===e&&this._setTheCanceledFlag()}get defaultPrevented(){return this._canceledFlag}stopPropagation(){this._stopPropagationFlag=!0}get cancelBubble(){return this._stopPropagationFlag}set cancelBubble(e){e&&(this._stopPropagationFlag=!0)}stopImmediatePropagation(){this._stopPropagationFlag=!0,this._stopImmediatePropagationFlag=!0}preventDefault(){this._setTheCanceledFlag()}composedPath(){const e=[],{currentTarget:t,_path:r}=this;if(0===r.length)return e;e.push(t);let n=0,o=0;for(let e=r.length-1;e>=0;e--){const{item:a,rootOfClosedTree:s,slotInClosedTree:u}=r[e];if(s&&o++,a===i.implForWrapper(t)){n=e;break}u&&o--}let a=o,s=o;for(let t=n-1;t>=0;t--){const{item:n,rootOfClosedTree:o,slotInClosedTree:u}=r[t];o&&a++,a<=s&&e.unshift(i.wrapperForImpl(n)),u&&--a126}const y=new Set([47,58,59,61,64,91,92,93,94,124]);function w(e){return T(e)||y.has(e)}const E=new Set([32,34,60,62,96]);function x(e){return b(e)||E.has(e)}const _=new Set([35,63,123,125]);function T(e){return x(e)||_.has(e)}function S(e,r){const i=String.fromCodePoint(e);return r(e)?function(e){const r=t.from(e);let i="";for(let e=0;e=2&&"0"===e.charAt(0)&&"x"===e.charAt(1).toLowerCase()?(e=e.substring(2),t=16):e.length>=2&&"0"===e.charAt(0)&&(e=e.substring(1),t=8),""===e)return 0;let r=/[^0-7]/;return 10===t&&(r=/[^0-9]/),16===t&&(r=/[^0-9A-Fa-f]/),r.test(e)?l:parseInt(e,t)}function k(e,r=!1){if("["===e[0])return"]"!==e[e.length-1]?l:function(e){const t=[0,0,0,0,0,0,0,0];let r=0,n=null,a=0;if(58===(e=i.ucs2.decode(e))[a]){if(58!==e[a+1])return l;a+=2,n=++r}for(;a6)return l;let i=0;for(;void 0!==e[a];){let n=null;if(i>0){if(!(46===e[a]&&i<4))return l;++a}if(!o.isASCIIDigit(e[a]))return l;for(;o.isASCIIDigit(e[a]);){const t=parseInt(c(e,a));if(null===n)n=t;else{if(0===n)return l;n=10*n+t}if(n>255)return l;++a}t[r]=256*t[r]+n,2!=++i&&4!==i||++r}if(4!==i)return l;break}if(58===e[a]){if(void 0===e[++a])return l}else if(void 0!==e[a])return l;t[r]=i,++r}if(null!==n){let e=r-n;for(r=7;0!==r&&e>0;){const i=t[n+e-1];t[n+e-1]=t[r],t[r]=i,--r,--e}}else if(null===n&&8!==r)return l;return t}(e.substring(1,e.length-1));if(r)return function(e){if(t=e,-1!==t.search(/\u0000|\u0009|\u000A|\u000D|\u0020|#|\/|:|\?|@|\[|\\|\]/))return l;var t;let r="";const n=i.ucs2.decode(e);for(let e=0;e1&&t.pop(),t.length>4)return e;const r=[];for(const i of t){if(""===i)return e;const t=A(i);if(t===l)return e;r.push(t)}for(let e=0;e255)return l;if(r[r.length-1]>=Math.pow(256,5-r.length))return l;let i=r.pop(),n=0;for(const e of r)i+=e*Math.pow(256,3-n),++n;return i}(a);return"number"==typeof u||u===l?u:a}function I(e){return"number"==typeof e?function(e){let t="",r=e;for(let e=1;e<=4;++e)t=String(r%256)+t,4!==e&&(t="."+t),r=Math.floor(r/256);return t}(e):e instanceof Array?"["+function(e){let t="";const r=function(e){let t=null,r=1,i=null,n=0;for(let o=0;or&&(t=i,r=n),i=null,n=0):(null===i&&(i=o),++n);return n>r&&(t=i,r=n),{idx:t,len:r}}(e).idx;let i=!1;for(let n=0;n<=7;++n)i&&0===e[n]||(i&&(i=!1),r!==n?(t+=e[n].toString(16),7!==n&&(t+=":")):(t+=0===n?"::":":",i=!0));return t}(e)+"]":e}function C(e){const{path:t}=e;var r;0!==t.length&&("file"===e.scheme&&1===t.length&&(r=t[0],/^[A-Za-z]:$/.test(r))||t.pop())}function F(e){return""!==e.username||""!==e.password}function D(e,t,r,n,o){if(this.pointer=0,this.input=e,this.base=t||null,this.encodingOverride=r||"utf-8",this.stateOverride=o,this.url=n,this.failure=!1,this.parseError=!1,!this.url){this.url={scheme:"",username:"",password:"",host:null,port:null,path:[],query:null,fragment:null,cannotBeABaseURL:!1};const e=function(e){return e.replace(/^[\u0000-\u001F\u0020]+|[\u0000-\u001F\u0020]+$/g,"")}(this.input);e!==this.input&&(this.parseError=!0),this.input=e}const a=function(e){return e.replace(/\u0009|\u000A|\u000D/g,"")}(this.input);for(a!==this.input&&(this.parseError=!0),this.input=a,this.state=o||"scheme start",this.buffer="",this.atFlag=!1,this.arrFlag=!1,this.passwordTokenSeenFlag=!1,this.input=i.ucs2.decode(this.input);this.pointer<=this.input.length;++this.pointer){const e=this.input[this.pointer],t=isNaN(e)?void 0:String.fromCodePoint(e),r=this["parse "+this.state](e,t);if(!r)break;if(r===l){this.failure=!0;break}}}D.prototype["parse scheme start"]=function(e,t){if(o.isASCIIAlpha(e))this.buffer+=t.toLowerCase(),this.state="scheme";else{if(this.stateOverride)return this.parseError=!0,l;this.state="no scheme",--this.pointer}return!0},D.prototype["parse scheme"]=function(e,t){if(o.isASCIIAlphanumeric(e)||43===e||45===e||46===e)this.buffer+=t.toLowerCase();else if(58===e){if(this.stateOverride){if(f(this.url)&&!m(this.buffer))return!1;if(!f(this.url)&&m(this.buffer))return!1;if((F(this.url)||null!==this.url.port)&&"file"===this.buffer)return!1;if("file"===this.url.scheme&&(""===this.url.host||null===this.url.host))return!1}if(this.url.scheme=this.buffer,this.stateOverride)return this.url.port===v(this.url.scheme)&&(this.url.port=null),!1;this.buffer="","file"===this.url.scheme?(47===this.input[this.pointer+1]&&47===this.input[this.pointer+2]||(this.parseError=!0),this.state="file"):f(this.url)&&null!==this.base&&this.base.scheme===this.url.scheme?this.state="special relative or authority":f(this.url)?this.state="special authority slashes":47===this.input[this.pointer+1]?(this.state="path or authority",++this.pointer):(this.url.cannotBeABaseURL=!0,this.url.path.push(""),this.state="cannot-be-a-base-URL path")}else{if(this.stateOverride)return this.parseError=!0,l;this.buffer="",this.state="no scheme",this.pointer=-1}return!0},D.prototype["parse no scheme"]=function(e){return null===this.base||this.base.cannotBeABaseURL&&35!==e?l:(this.base.cannotBeABaseURL&&35===e?(this.url.scheme=this.base.scheme,this.url.path=this.base.path.slice(),this.url.query=this.base.query,this.url.fragment="",this.url.cannotBeABaseURL=!0,this.state="fragment"):"file"===this.base.scheme?(this.state="file",--this.pointer):(this.state="relative",--this.pointer),!0)},D.prototype["parse special relative or authority"]=function(e){return 47===e&&47===this.input[this.pointer+1]?(this.state="special authority ignore slashes",++this.pointer):(this.parseError=!0,this.state="relative",--this.pointer),!0},D.prototype["parse path or authority"]=function(e){return 47===e?this.state="authority":(this.state="path",--this.pointer),!0},D.prototype["parse relative"]=function(e){return this.url.scheme=this.base.scheme,isNaN(e)?(this.url.username=this.base.username,this.url.password=this.base.password,this.url.host=this.base.host,this.url.port=this.base.port,this.url.path=this.base.path.slice(),this.url.query=this.base.query):47===e?this.state="relative slash":63===e?(this.url.username=this.base.username,this.url.password=this.base.password,this.url.host=this.base.host,this.url.port=this.base.port,this.url.path=this.base.path.slice(),this.url.query="",this.state="query"):35===e?(this.url.username=this.base.username,this.url.password=this.base.password,this.url.host=this.base.host,this.url.port=this.base.port,this.url.path=this.base.path.slice(),this.url.query=this.base.query,this.url.fragment="",this.state="fragment"):f(this.url)&&92===e?(this.parseError=!0,this.state="relative slash"):(this.url.username=this.base.username,this.url.password=this.base.password,this.url.host=this.base.host,this.url.port=this.base.port,this.url.path=this.base.path.slice(0,this.base.path.length-1),this.state="path",--this.pointer),!0},D.prototype["parse relative slash"]=function(e){return!f(this.url)||47!==e&&92!==e?47===e?this.state="authority":(this.url.username=this.base.username,this.url.password=this.base.password,this.url.host=this.base.host,this.url.port=this.base.port,this.state="path",--this.pointer):(92===e&&(this.parseError=!0),this.state="special authority ignore slashes"),!0},D.prototype["parse special authority slashes"]=function(e){return 47===e&&47===this.input[this.pointer+1]?(this.state="special authority ignore slashes",++this.pointer):(this.parseError=!0,this.state="special authority ignore slashes",--this.pointer),!0},D.prototype["parse special authority ignore slashes"]=function(e){return 47!==e&&92!==e?(this.state="authority",--this.pointer):this.parseError=!0,!0},D.prototype["parse authority"]=function(e,t){if(64===e){this.parseError=!0,this.atFlag&&(this.buffer="%40"+this.buffer),this.atFlag=!0;const e=p(this.buffer);for(let t=0;tMath.pow(2,16)-1)return this.parseError=!0,l;this.url.port=e===v(this.url.scheme)?null:e,this.buffer=""}if(this.stateOverride)return!1;this.state="path start",--this.pointer}return!0};const N=new Set([47,92,63,35]);function O(e,t){const r=e.length-t;return r>=2&&(i=e[t],n=e[t+1],o.isASCIIAlpha(i)&&(58===n||124===n))&&(2===r||N.has(e[t+2]));var i,n}D.prototype["parse file"]=function(e){return this.url.scheme="file",47===e||92===e?(92===e&&(this.parseError=!0),this.state="file slash"):null!==this.base&&"file"===this.base.scheme?isNaN(e)?(this.url.host=this.base.host,this.url.path=this.base.path.slice(),this.url.query=this.base.query):63===e?(this.url.host=this.base.host,this.url.path=this.base.path.slice(),this.url.query="",this.state="query"):35===e?(this.url.host=this.base.host,this.url.path=this.base.path.slice(),this.url.query=this.base.query,this.url.fragment="",this.state="fragment"):(O(this.input,this.pointer)?this.parseError=!0:(this.url.host=this.base.host,this.url.path=this.base.path.slice(),C(this.url)),this.state="path",--this.pointer):(this.state="path",--this.pointer),!0},D.prototype["parse file slash"]=function(e){var t;return 47===e||92===e?(92===e&&(this.parseError=!0),this.state="file host"):(null===this.base||"file"!==this.base.scheme||O(this.input,this.pointer)||(2===(t=this.base.path[0]).length&&o.isASCIIAlpha(t.codePointAt(0))&&":"===t[1]?this.url.path.push(this.base.path[0]):this.url.host=this.base.host),this.state="path",--this.pointer),!0},D.prototype["parse file host"]=function(e,t){if(isNaN(e)||47===e||92===e||63===e||35===e)if(--this.pointer,!this.stateOverride&&h(this.buffer))this.parseError=!0,this.state="path";else if(""===this.buffer){if(this.url.host="",this.stateOverride)return!1;this.state="path start"}else{let e=k(this.buffer,g(this.url));if(e===l)return l;if("localhost"===e&&(e=""),this.url.host=e,this.stateOverride)return!1;this.buffer="",this.state="path start"}else this.buffer+=t;return!0},D.prototype["parse path start"]=function(e){return f(this.url)?(92===e&&(this.parseError=!0),this.state="path",47!==e&&92!==e&&--this.pointer):this.stateOverride||63!==e?this.stateOverride||35!==e?void 0!==e&&(this.state="path",47!==e&&--this.pointer):(this.url.fragment="",this.state="fragment"):(this.url.query="",this.state="query"),!0},D.prototype["parse path"]=function(e){if(isNaN(e)||47===e||f(this.url)&&92===e||!this.stateOverride&&(63===e||35===e)){if(f(this.url)&&92===e&&(this.parseError=!0),".."===(t=(t=this.buffer).toLowerCase())||"%2e."===t||".%2e"===t||"%2e%2e"===t?(C(this.url),47===e||f(this.url)&&92===e||this.url.path.push("")):!d(this.buffer)||47===e||f(this.url)&&92===e?d(this.buffer)||("file"===this.url.scheme&&0===this.url.path.length&&h(this.buffer)&&(""!==this.url.host&&null!==this.url.host&&(this.parseError=!0,this.url.host=""),this.buffer=this.buffer[0]+":"),this.url.path.push(this.buffer)):this.url.path.push(""),this.buffer="","file"===this.url.scheme&&(void 0===e||63===e||35===e))for(;this.url.path.length>1&&""===this.url.path[0];)this.parseError=!0,this.url.path.shift();63===e&&(this.url.query="",this.state="query"),35===e&&(this.url.fragment="",this.state="fragment")}else 37!==e||o.isASCIIHex(this.input[this.pointer+1])&&o.isASCIIHex(this.input[this.pointer+2])||(this.parseError=!0),this.buffer+=S(e,T);var t;return!0},D.prototype["parse cannot-be-a-base-URL path"]=function(e){return 63===e?(this.url.query="",this.state="query"):35===e?(this.url.fragment="",this.state="fragment"):(isNaN(e)||37===e||(this.parseError=!0),37!==e||o.isASCIIHex(this.input[this.pointer+1])&&o.isASCIIHex(this.input[this.pointer+2])||(this.parseError=!0),isNaN(e)||(this.url.path[0]=this.url.path[0]+S(e,b))),!0},D.prototype["parse query"]=function(e,r){if(isNaN(e)||!this.stateOverride&&35===e){f(this.url)&&"ws"!==this.url.scheme&&"wss"!==this.url.scheme||(this.encodingOverride="utf-8");const r=t.from(this.buffer);for(let e=0;e126||34===r[e]||35===r[e]||60===r[e]||62===r[e]||39===r[e]&&f(this.url)?this.url.query+=a(r[e]):this.url.query+=String.fromCodePoint(r[e]);this.buffer="",35===e&&(this.url.fragment="",this.state="fragment")}else 37!==e||o.isASCIIHex(this.input[this.pointer+1])&&o.isASCIIHex(this.input[this.pointer+2])||(this.parseError=!0),this.buffer+=r;return!0},D.prototype["parse fragment"]=function(e){return isNaN(e)||(0===e?this.parseError=!0:(37!==e||o.isASCIIHex(this.input[this.pointer+1])&&o.isASCIIHex(this.input[this.pointer+2])||(this.parseError=!0),this.url.fragment+=S(e,x))),!0},e.exports.serializeURL=function(e,t){let r=e.scheme+":";if(null!==e.host?(r+="//",""===e.username&&""===e.password||(r+=e.username,""!==e.password&&(r+=":"+e.password),r+="@"),r+=I(e.host),null!==e.port&&(r+=":"+e.port)):null===e.host&&"file"===e.scheme&&(r+="//"),e.cannotBeABaseURL)r+=e.path[0];else for(const t of e.path)r+="/"+t;return null!==e.query&&(r+="?"+e.query),t||null===e.fragment||(r+="#"+e.fragment),r},e.exports.serializeURLOrigin=function(t){switch(t.scheme){case"blob":try{return e.exports.serializeURLOrigin(e.exports.parseURL(t.path[0]))}catch(e){return"null"}case"ftp":case"gopher":case"http":case"https":case"ws":case"wss":return function(e){let t=e.scheme+"://";return t+=I(e.host),null!==e.port&&(t+=":"+e.port),t}({scheme:t.scheme,host:t.host,port:t.port});case"file":default:return"null"}},e.exports.basicURLParse=function(e,t){void 0===t&&(t={});const r=new D(e,t.baseURL,t.encodingOverride,t.url,t.stateOverride);return r.failure?null:r.url},e.exports.setTheUsername=function(e,t){e.username="";const r=i.ucs2.decode(t);for(let t=0;t{const r=e.querySelector("base[href]"),n=t.fallbackBaseURL(e);return null===r?n:function(e,t){const r=e.getAttributeNS(null,"href"),n=i.parseURL(r,{baseURL:t});return null===n?t:n}(r,n)},t.documentBaseURLSerialized=e=>i.serializeURL(t.documentBaseURL(e)),t.fallbackBaseURL=e=>"about:blank"===e.URL&&e._defaultView&&e._defaultView._parent!==e._defaultView?t.documentBaseURL(e._defaultView._parent._document):e._URL,t.parseURLToResultingURLRecord=(e,r)=>{const n=t.documentBaseURL(r);return i.parseURL(e,{baseURL:n})}},function(e,t,r){"use strict";const i=r(8),n=r(70),{asciiLowercase:o}=r(25),{HTML_NS:a}=r(20),{queueAttributeMutationRecord:s}=r(114);t.hasAttribute=function(e,t){return e._attributeList.includes(t)},t.hasAttributeByName=function(e,t){return e._attributesByNameMap.has(t)},t.hasAttributeByNameNS=function(e,t,r){return e._attributeList.some(e=>e._localName===r&&e._namespace===t)},t.changeAttribute=function(e,t,r){const{_localName:i,_namespace:n,_value:o}=t;s(e,i,n,o);const a=t._value;t._value=r,e._attrModified(t._qualifiedName,r,a)},t.appendAttribute=function(e,t){const{_localName:r,_namespace:i}=t;s(e,r,i,null),e._attributeList.push(t),t._element=e;const n=t._qualifiedName,o=e._attributesByNameMap;let a=o.get(n);a||(a=[],o.set(n,a)),a.push(t),e._attrModified(n,t._value,null)},t.removeAttribute=function(e,t){const{_localName:r,_namespace:i,_value:n}=t;s(e,r,i,n);const o=e._attributeList;for(let r=0;r{null===e._element&&(e._value=r),t.changeAttribute(e._element,e,r)},t.removeAttributeByName=function(e,r){const i=t.getAttributeByName(e,r);return null!==i&&t.removeAttribute(e,i),i},t.removeAttributeByNameNS=function(e,r,i){const n=t.getAttributeByNameNS(e,r,i);return null!==n&&t.removeAttribute(e,n),n},t.copyAttributeList=function(e,r){for(const i of e._attributeList){const e=n.createImpl([],{namespace:i._namespace,namespacePrefix:i._namespacePrefix,localName:i._localName,value:i._value});t.appendAttribute(r,e)}},t.attributeListsEqual=function(e,t){const r=e._attributeList,i=t._attributeList;if(r.length!==i.length)return!1;for(let e=0;en(e)))return!1;function n(e){return t._namespace===e._namespace&&t._localName===e._localName&&t._value===e._value}}return!0},t.attributeNames=function(e){return e._attributeList.map(e=>e._qualifiedName)},t.hasAttributes=function(e){return e._attributeList.length>0}},function(e,t,r){e.exports=n;var i=r(66).EventEmitter;function n(){i.call(this)}r(6)(n,i),n.Readable=r(89),n.Writable=r(533),n.Duplex=r(534),n.Transform=r(535),n.PassThrough=r(536),n.Stream=n,n.prototype.pipe=function(e,t){var r=this;function n(t){e.writable&&!1===e.write(t)&&r.pause&&r.pause()}function o(){r.readable&&r.resume&&r.resume()}r.on("data",n),e.on("drain",o),e._isStdio||t&&!1===t.end||(r.on("end",s),r.on("close",u));var a=!1;function s(){a||(a=!0,e.end())}function u(){a||(a=!0,"function"==typeof e.destroy&&e.destroy())}function l(e){if(p(),0===i.listenerCount(this,"error"))throw e}function p(){r.removeListener("data",n),e.removeListener("drain",o),r.removeListener("end",s),r.removeListener("close",u),r.removeListener("error",l),e.removeListener("error",l),r.removeListener("end",p),r.removeListener("close",p),e.removeListener("close",p)}return r.on("error",l),e.on("error",l),r.on("end",p),r.on("close",p),e.on("close",p),e.emit("pipe",r),e}},function(e,t,r){"use strict";var i=r(32),n=r(6);function o(e,t){return 55296==(64512&e.charCodeAt(t))&&(!(t<0||t+1>=e.length)&&56320==(64512&e.charCodeAt(t+1)))}function a(e){return(e>>>24|e>>>8&65280|e<<8&16711680|(255&e)<<24)>>>0}function s(e){return 1===e.length?"0"+e:e}function u(e){return 7===e.length?"0"+e:6===e.length?"00"+e:5===e.length?"000"+e:4===e.length?"0000"+e:3===e.length?"00000"+e:2===e.length?"000000"+e:1===e.length?"0000000"+e:e}t.inherits=n,t.toArray=function(e,t){if(Array.isArray(e))return e.slice();if(!e)return[];var r=[];if("string"==typeof e)if(t){if("hex"===t)for((e=e.replace(/[^a-z0-9]+/gi,"")).length%2!=0&&(e="0"+e),n=0;n>6|192,r[i++]=63&a|128):o(e,n)?(a=65536+((1023&a)<<10)+(1023&e.charCodeAt(++n)),r[i++]=a>>18|240,r[i++]=a>>12&63|128,r[i++]=a>>6&63|128,r[i++]=63&a|128):(r[i++]=a>>12|224,r[i++]=a>>6&63|128,r[i++]=63&a|128)}else for(n=0;n>>0}return a},t.split32=function(e,t){for(var r=new Array(4*e.length),i=0,n=0;i>>24,r[n+1]=o>>>16&255,r[n+2]=o>>>8&255,r[n+3]=255&o):(r[n+3]=o>>>24,r[n+2]=o>>>16&255,r[n+1]=o>>>8&255,r[n]=255&o)}return r},t.rotr32=function(e,t){return e>>>t|e<<32-t},t.rotl32=function(e,t){return e<>>32-t},t.sum32=function(e,t){return e+t>>>0},t.sum32_3=function(e,t,r){return e+t+r>>>0},t.sum32_4=function(e,t,r,i){return e+t+r+i>>>0},t.sum32_5=function(e,t,r,i,n){return e+t+r+i+n>>>0},t.sum64=function(e,t,r,i){var n=e[t],o=i+e[t+1]>>>0,a=(o>>0,e[t+1]=o},t.sum64_hi=function(e,t,r,i){return(t+i>>>0>>0},t.sum64_lo=function(e,t,r,i){return t+i>>>0},t.sum64_4_hi=function(e,t,r,i,n,o,a,s){var u=0,l=t;return u+=(l=l+i>>>0)>>0)>>0)>>0},t.sum64_4_lo=function(e,t,r,i,n,o,a,s){return t+i+o+s>>>0},t.sum64_5_hi=function(e,t,r,i,n,o,a,s,u,l){var p=0,c=t;return p+=(c=c+i>>>0)>>0)>>0)>>0)>>0},t.sum64_5_lo=function(e,t,r,i,n,o,a,s,u,l){return t+i+o+s+l>>>0},t.rotr64_hi=function(e,t,r){return(t<<32-r|e>>>r)>>>0},t.rotr64_lo=function(e,t,r){return(e<<32-r|t>>>r)>>>0},t.shr64_hi=function(e,t,r){return e>>>r},t.shr64_lo=function(e,t,r){return(e<<32-r|t>>>r)>>>0}},function(e,t,r){r(11);var i=r(12);function n(e,t){Error.captureStackTrace&&Error.captureStackTrace(this,n),this.name="FingerprintFormatError",this.fingerprint=e,this.format=t,this.message="Fingerprint format is not supported, or is invalid: ",void 0!==e&&(this.message+=" fingerprint = "+e),void 0!==t&&(this.message+=" format = "+t)}function o(e){Error.captureStackTrace&&Error.captureStackTrace(this,o),this.name="InvalidAlgorithmError",this.algorithm=e,this.message='Algorithm "'+e+'" is not supported'}function a(e,t,r){Error.captureStackTrace&&Error.captureStackTrace(this,a),this.name="KeyParseError",this.format=t,this.keyName=e,this.innerErr=r,this.message="Failed to parse "+e+" as a valid "+t+" format key: "+r.message}function s(e,t,r){Error.captureStackTrace&&Error.captureStackTrace(this,s),this.name="SignatureParseError",this.type=e,this.format=t,this.innerErr=r,this.message="Failed to parse the given data as a "+e+" signature in "+t+" format: "+r.message}function u(e,t,r){Error.captureStackTrace&&Error.captureStackTrace(this,u),this.name="CertificateParseError",this.format=t,this.certName=e,this.innerErr=r,this.message="Failed to parse "+e+" as a valid "+t+" format certificate: "+r.message}function l(e,t){Error.captureStackTrace&&Error.captureStackTrace(this,l),this.name="KeyEncryptedError",this.format=t,this.keyName=e,this.message="The "+t+" format key "+e+" is encrypted (password-protected), and no passphrase was provided in `options`"}i.inherits(n,Error),i.inherits(o,Error),i.inherits(a,Error),i.inherits(s,Error),i.inherits(u,Error),i.inherits(l,Error),e.exports={FingerprintFormatError:n,InvalidAlgorithmError:o,KeyParseError:a,SignatureParseError:s,KeyEncryptedError:l,CertificateParseError:u}},function(e,t,r){"use strict";class i{constructor(e){const t={},r=this._getOverriddenMethods(this,t);for(const i of Object.keys(r))"function"==typeof r[i]&&(t[i]=e[i],e[i]=r[i])}_getOverriddenMethods(){throw new Error("Not implemented")}}i.install=function(e,t,r){e.__mixins||(e.__mixins=[]);for(let r=0;r20&&0===o[0]&&(o=o.slice(1)),(l=this.part.s.data).length>20&&0===l[0]&&(l=l.slice(1)),this.hashAlgorithm&&"sha1"!==this.hashAlgorithm||o.length+l.length!==40)throw new Error("OpenSSH only supports DSA signatures with SHA1 hash");return t.writeBuffer(n.concat([o,l])),t.toBuffer()}if("ssh"===e&&"ecdsa"===this.type){var c,d=new u({});o=this.part.r.data,d.writeBuffer(o),d.writePart(this.part.s),t=new u({}),0===o[0]&&(o=o.slice(1));var h=8*o.length;return 256===h?c="nistp256":384===h?c="nistp384":528===h&&(c="nistp521"),t.writeString("ecdsa-sha2-"+c),t.writeBuffer(d.toBuffer()),t.toBuffer()}throw new Error("Invalid signature format");default:throw new Error("Invalid signature data")}},c.prototype.toString=function(e){return i.optionalString(e,"format"),this.toBuffer(e).toString("base64")},c.parse=function(e,t,r){"string"==typeof e&&(e=n.from(e,"base64")),i.buffer(e,"data"),i.string(r,"format"),i.string(t,"type");var o={};o.type=t.toLowerCase(),o.parts=[];try{switch(i.ok(e.length>0,"signature must not be empty"),o.type){case"rsa":case"ed25519":return d(e,t,r,o);case"dsa":case"ecdsa":return"asn1"===r?function(e,t,r,i){var n=new s.BerReader(e);n.readSequence();var o=n.readString(s.Ber.Integer,!0),u=n.readString(s.Ber.Integer,!0);return i.parts.push({name:"r",data:a.mpNormalize(o)}),i.parts.push({name:"s",data:a.mpNormalize(u)}),new c(i)}(e,0,0,o):"dsa"===o.type?function(e,t,r,n){if(40!=e.length){var o=new u({buffer:e}),a=o.readBuffer();"ssh-dss"===a.toString("ascii")&&(a=o.readBuffer()),i.ok(o.atEnd(),"extra trailing bytes"),i.strictEqual(a.length,40,"invalid inner length"),e=a}return n.parts.push({name:"r",data:e.slice(0,20)}),n.parts.push({name:"s",data:e.slice(20,40)}),new c(n)}(e,0,0,o):function(e,t,r,n){var o,a,s=new u({buffer:e}),l=s.readBuffer(),p=l.toString("ascii");if("ecdsa-"===p.slice(0,6)){var d=p.split("-");switch(i.strictEqual(d[0],"ecdsa"),i.strictEqual(d[1],"sha2"),n.curve=d[2],n.curve){case"nistp256":n.hashAlgo="sha256";break;case"nistp384":n.hashAlgo="sha384";break;case"nistp521":n.hashAlgo="sha512";break;default:throw new Error("Unsupported ECDSA curve: "+n.curve)}l=s.readBuffer(),i.ok(s.atEnd(),"extra trailing bytes on outer"),s=new u({buffer:l}),o=s.readPart()}else o={data:l};return a=s.readPart(),i.ok(s.atEnd(),"extra trailing bytes"),o.name="r",a.name="s",n.parts.push(o),n.parts.push(a),new c(n)}(e,0,0,o);default:throw new l(t)}}catch(e){if(e instanceof l)throw e;throw new p(t,r,e)}},c.isSignature=function(e,t){return a.isCompatible(e,c,t)},c.prototype._sshpkApiVersion=[2,1],c._oldVersionDetect=function(e){return i.func(e.toBuffer),e.hasOwnProperty("hashAlgorithm")?[2,0]:[1,0]}},function(e,t,r){var i=r(622);e.exports={Ber:i,BerReader:i.Reader,BerWriter:i.Writer}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=r(74).convert,a=n.implSymbol,s=r(26);class u extends s.interface{constructor(e){if(arguments.length<1)throw new TypeError("Failed to construct 'UIEvent': 1 argument required, but only "+arguments.length+" present.");const t=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to construct 'UIEvent': parameter 1"}),t.push(e)}{let e=arguments[1];e=o(e,{context:"Failed to construct 'UIEvent': parameter 2"}),t.push(e)}return l.setup(Object.create(new.target.prototype),t)}initUIEvent(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'initUIEvent' on 'UIEvent': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'initUIEvent' on 'UIEvent': parameter 1"}),r.push(e)}{let e=arguments[1];e=void 0!==e&&i.boolean(e,{context:"Failed to execute 'initUIEvent' on 'UIEvent': parameter 2"}),r.push(e)}{let e=arguments[2];e=void 0!==e&&i.boolean(e,{context:"Failed to execute 'initUIEvent' on 'UIEvent': parameter 3"}),r.push(e)}{let e=arguments[3];e=void 0!==e?null==e?null:n.tryImplForWrapper(e):null,r.push(e)}{let e=arguments[4];e=void 0!==e?i.long(e,{context:"Failed to execute 'initUIEvent' on 'UIEvent': parameter 5"}):0,r.push(e)}return this[a].initUIEvent(...r)}get view(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[a].view)}get detail(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].detail}get which(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].which}}Object.defineProperties(u.prototype,{initUIEvent:{enumerable:!0},view:{enumerable:!0},detail:{enumerable:!0},which:{enumerable:!0},[Symbol.toStringTag]:{value:"UIEvent",configurable:!0}});const l={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,a)&&t[a]instanceof p.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof p.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'UIEvent'.`)},create(e,t){let r=Object.create(u.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(u.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){s._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,a,{value:new p.implementation(t,r),configurable:!0}),e[a][n.wrapperSymbol]=e,p.init&&p.init(e[a],r),e},interface:u,expose:{Window:{UIEvent:u}}};e.exports=l;const p=r(59)},function(e,t,r){var i=r(7).Buffer,n=r(43).Transform,o=r(109).StringDecoder;function a(e){n.call(this),this.hashMode="string"==typeof e,this.hashMode?this[e]=this._finalOrDigest:this.final=this._finalOrDigest,this._final&&(this.__final=this._final,this._final=null),this._decoder=null,this._encoding=null}r(6)(a,n),a.prototype.update=function(e,t,r){"string"==typeof e&&(e=i.from(e,t));var n=this._update(e);return this.hashMode?this:(r&&(n=this._toString(n,r)),n)},a.prototype.setAutoPadding=function(){},a.prototype.getAuthTag=function(){throw new Error("trying to get auth tag in unsupported state")},a.prototype.setAuthTag=function(){throw new Error("trying to set auth tag in unsupported state")},a.prototype.setAAD=function(){throw new Error("trying to set aad in unsupported state")},a.prototype._transform=function(e,t,r){var i;try{this.hashMode?this._update(e):this.push(this._update(e))}catch(e){i=e}finally{r(i)}},a.prototype._flush=function(e){var t;try{this.push(this.__final())}catch(e){t=e}e(t)},a.prototype._finalOrDigest=function(e){var t=this.__final()||i.alloc(0);return e&&(t=this._toString(t,e,!0)),t},a.prototype._toString=function(e,t,r){if(this._decoder||(this._decoder=new o(t),this._encoding=t),this._encoding!==t)throw new Error("can't switch encodings");var i=this._decoder.write(e);return r&&(i+=this._decoder.end()),i},e.exports=a},function(e,t,r){e.exports={read:function(e,t,r){var u=e;"string"!=typeof e&&(i.buffer(e,"buf"),e=e.toString("ascii"));var l,b,w=e.trim().split(/[\r\n]+/g),E=-1;for(;!l&&E0;)b=w[--x].match(/[-]+[ ]*END ([A-Z0-9][A-Za-z0-9]+ )?(PUBLIC|PRIVATE) KEY[ ]*[-]+/);i.ok(b,"invalid PEM footer"),i.equal(l[2],b[2]);var _,T=l[2].toLowerCase();l[1]&&(i.equal(l[1],b[1],"PEM header and footer mismatch"),_=l[1].trim());w=w.slice(E,x+1);var S,A,k,I={};for(;w=w.slice(1),l=w[0].match(/^([A-Za-z0-9-]+): (.+)$/);)I[l[1].toLowerCase()]=l[2];if(w=w.slice(0,-1).join(""),e=a.from(w,"base64"),I["proc-type"]){var C=I["proc-type"].split(",");if("4"===C[0]&&"ENCRYPTED"===C[1]){if("string"==typeof t.passphrase&&(t.passphrase=a.from(t.passphrase,"utf-8")),!a.isBuffer(t.passphrase))throw new m.KeyEncryptedError(t.filename,"PEM");C=I["dek-info"].split(","),i.ok(2===C.length),S=C[0].toLowerCase(),k=a.from(C[1],"hex"),A=s.opensslKeyDeriv(S,k,t.passphrase,1).key}}if(_&&"encrypted"===_.toLowerCase()){var F,D=new n.BerReader(e);D.readSequence(),D.readSequence(),F=D.offset+D.length;var N=D.readOID();if(N!==f)throw new Error("Unsupported PEM/PKCS8 encryption scheme: "+N);D.readSequence(),D.readSequence();var O=D.offset+D.length,j=D.readOID();if(j!==g)throw new Error("Unsupported PBES2 KDF: "+j);D.readSequence();var B=D.readString(n.Ber.OctetString,!0),P=D.readInt(),M="sha1";if(D.offseth.length&&(b=h.length),g+=f.write(h.slice(v,b),g),f[g++]=10,v=b}return g+=f.write("-----END "+o+"-----\n",g),f.slice(0,g)}};var i=r(11),n=r(48),o=r(18),a=r(9).Buffer,s=(r(27),r(22)),u=r(21),l=r(24),p=r(183),c=r(99),d=r(130),h=r(52),m=r(45),f="1.2.840.113549.1.5.13",g="1.2.840.113549.1.5.12",v={"1.2.840.113549.3.7":"3des-cbc","2.16.840.1.101.3.4.1.2":"aes128-cbc","2.16.840.1.101.3.4.1.42":"aes256-cbc"},b={};Object.keys(v).forEach(function(e){b[v[e]]=e});var y={"1.2.840.113549.2.7":"sha1","1.2.840.113549.2.9":"sha256","1.2.840.113549.2.11":"sha512"},w={};Object.keys(y).forEach(function(e){w[y[e]]=e})},function(e,t,r){e.exports={read:d.bind(void 0,!1,void 0),readType:d.bind(void 0,!1),write:function(e,t){i.object(e);var r,s=c(e),p=o.info[e.type];u.isPrivateKey(e)&&(p=o.privInfo[e.type]);var d=p.parts,h=new l({});for(h.writeString(s),r=0;r=1,"key must have at least one part"),i.ok(e||m.atEnd(),"leftover bytes at end of key");var v=s,b=o.info[d.type];if("private"!==t&&b.parts.length===h.length||(b=o.privInfo[d.type],v=u),i.strictEqual(b.parts.length,h.length),"ecdsa"===d.type){var y=/^ecdsa-sha2-(.+)$/.exec(f);i.ok(null!==y),i.strictEqual(y[1],h[0].data.toString())}for(var w=!0,E=0;E{r=o.implForWrapper(r);const i=e["on"+t];if(null===i)return;const s=a.isImpl(r)&&"error"===r.type&&"Window"===r.currentTarget.constructor.name;let u=null;const l=o.tryWrapperForImpl(r.currentTarget);if("function"==typeof i)if(s)u=i.call(l,r.message,r.filename,r.lineno,r.colno,r.error);else{const e=o.wrapperForImpl(r);u=i.call(l,e)}"beforeunload"===r.type?null!==(u=null==u?null:n.DOMString(u))&&(r._canceledFlag=!0,""===r.returnValue&&(r.returnValue=u)):s?!0===u&&(r._canceledFlag=!0):!1===u&&(r._canceledFlag=!0)})},t.setupForSimpleEventAccessors=(e,r)=>{e._getEventHandlerFor=function(e){return this._eventHandlers?this._eventHandlers[e]:void 0},e._setEventHandlerFor=function(e,r){this._registeredHandlers||(this._registeredHandlers=new Set,this._eventHandlers=Object.create(null)),this._registeredHandlers.has(e)||null===r||(this._registeredHandlers.add(e),t.appendHandler(this,e)),this._eventHandlers[e]=r};for(const i of r)t.createEventAccessor(e,i)},t.createEventAccessor=function(e,t){Object.defineProperty(e,"on"+t,{configurable:!0,enumerable:!0,get(){const e=this._getEventHandlerFor(t);if(!e)return null;if(void 0!==e.body){let r,n;"Window"===this.constructor.name?(r=null,n=o.implForWrapper(this.document)):n=(r=this).ownerDocument;const{body:a}=e,u=null!==r&&r.form?r.form:null,l="Window"===this.constructor.name&&this._document?this:n.defaultView;try{Function(a)}catch(e){return l&&s(l,e),this._setEventHandlerFor(t,null),null}let p;const c=i.isContext(n._global)?n.defaultView._globalProxy.Function:Function;if("error"===t&&null===r){p=c("window",`with (window) { return function onerror(event, source, lineno, colno, error) {\n ${n?a+`\n//# sourceURL=${n.URL}`:a}\n}; }`)(l)}else{const e=[],i=[];e.push("window"),i.push(l),null!==r&&(e.push("document"),i.push(o.wrapperForImpl(n))),null!==u&&(e.push("formOwner"),i.push(o.wrapperForImpl(u))),null!==r&&(e.push("element"),i.push(o.wrapperForImpl(r)));let s=`\nreturn function on${t}(event) {\n ${a}\n};`;for(let t=e.length-1;t>=0;--t)s=`with (${e[t]}) { ${s} }`;n&&(s+=`\n//# sourceURL=${n.URL}`),e.push(s),p=c(...e)(...i)}this._setEventHandlerFor(t,p)}return this._getEventHandlerFor(t)},set(e){e=function(e){if(t=e,("object"!=typeof t||null===t)&&"function"!=typeof t)return null;var t;return e}(e),this._setEventHandlerFor(t,e)}})}},function(e,t,r){(function(e,i){var n;/*! https://mths.be/punycode v1.4.1 by @mathias */!function(o){t&&t.nodeType,e&&e.nodeType;var a="object"==typeof i&&i;a.global!==a&&a.window!==a&&a.self;var s,u=2147483647,l=36,p=1,c=26,d=38,h=700,m=72,f=128,g="-",v=/^xn--/,b=/[^\x20-\x7E]/,y=/[\x2E\u3002\uFF0E\uFF61]/g,w={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},E=l-p,x=Math.floor,_=String.fromCharCode;function T(e){throw new RangeError(w[e])}function S(e,t){for(var r=e.length,i=[];r--;)i[r]=t(e[r]);return i}function A(e,t){var r=e.split("@"),i="";return r.length>1&&(i=r[0]+"@",e=r[1]),i+S((e=e.replace(y,".")).split("."),t).join(".")}function k(e){for(var t,r,i=[],n=0,o=e.length;n=55296&&t<=56319&&n65535&&(t+=_((e-=65536)>>>10&1023|55296),e=56320|1023&e),t+=_(e)}).join("")}function C(e,t){return e+22+75*(e<26)-((0!=t)<<5)}function F(e,t,r){var i=0;for(e=r?x(e/h):e>>1,e+=x(e/t);e>E*c>>1;i+=l)e=x(e/E);return x(i+(E+1)*e/(e+d))}function D(e){var t,r,i,n,o,a,s,d,h,v,b,y=[],w=e.length,E=0,_=f,S=m;for((r=e.lastIndexOf(g))<0&&(r=0),i=0;i=128&&T("not-basic"),y.push(e.charCodeAt(i));for(n=r>0?r+1:0;n=w&&T("invalid-input"),((d=(b=e.charCodeAt(n++))-48<10?b-22:b-65<26?b-65:b-97<26?b-97:l)>=l||d>x((u-E)/a))&&T("overflow"),E+=d*a,!(d<(h=s<=S?p:s>=S+c?c:s-S));s+=l)a>x(u/(v=l-h))&&T("overflow"),a*=v;S=F(E-o,t=y.length+1,0==o),x(E/t)>u-_&&T("overflow"),_+=x(E/t),E%=t,y.splice(E++,0,_)}return I(y)}function N(e){var t,r,i,n,o,a,s,d,h,v,b,y,w,E,S,A=[];for(y=(e=k(e)).length,t=f,r=0,o=m,a=0;a=t&&bx((u-r)/(w=i+1))&&T("overflow"),r+=(s-t)*w,t=s,a=0;au&&T("overflow"),b==t){for(d=r,h=l;!(d<(v=h<=o?p:h>=o+c?c:h-o));h+=l)S=d-v,E=l-v,A.push(_(C(v+S%E,0))),d=x(S/E);A.push(_(C(d,0))),o=F(r,w,i==n),r=0,++i}++r,++t}return A.join("")}s={version:"1.4.1",ucs2:{decode:k,encode:I},decode:D,encode:N,toASCII:function(e){return A(e,function(e){return b.test(e)?"xn--"+N(e):e})},toUnicode:function(e){return A(e,function(e){return v.test(e)?D(e.slice(4).toLowerCase()):e})}},void 0===(n=function(){return s}.call(t,r,t,e))||(e.exports=n)}()}).call(this,r(108)(e),r(17))},function(e,t,r){"use strict";const i=r(423),n=r(442),o=r(443),a=new Set(n);t.labelToName=e=>(e=String(e).trim().toLowerCase(),o[e]||null),t.decode=(e,r)=>{let n=r;if(!t.isSupported(n))throw new RangeError(`"${n}" is not a supported encoding name`);const o=t.getBOMEncoding(e);return null!==o&&(n=o),i.decode(e,n)},t.getBOMEncoding=e=>254===e[0]&&255===e[1]?"UTF-16BE":255===e[0]&&254===e[1]?"UTF-16LE":239===e[0]&&187===e[1]&&191===e[2]?"UTF-8":null,t.isSupported=e=>a.has(String(e))},function(e,t,r){"use strict";const i=r(451),n=r(452),{asciiLowercase:o,solelyContainsHTTPTokenCodePoints:a,soleyContainsHTTPQuotedStringTokenCodePoints:s}=r(138);e.exports=class{constructor(e){e=String(e);const t=i(e);if(null===t)throw new Error(`Could not parse MIME type string "${e}"`);this._type=t.type,this._subtype=t.subtype,this._parameters=new u(t.parameters)}static parse(e){try{return new this(e)}catch(e){return null}}get essence(){return`${this.type}/${this.subtype}`}get type(){return this._type}set type(e){if(0===(e=o(String(e))).length)throw new Error("Invalid type: must be a non-empty string");if(!a(e))throw new Error(`Invalid type ${e}: must contain only HTTP token code points`);this._type=e}get subtype(){return this._subtype}set subtype(e){if(0===(e=o(String(e))).length)throw new Error("Invalid subtype: must be a non-empty string");if(!a(e))throw new Error(`Invalid subtype ${e}: must contain only HTTP token code points`);this._subtype=e}get parameters(){return this._parameters}toString(){return n(this)}isJavaScript({allowParameters:e=!1}={}){switch(this._type){case"text":switch(this._subtype){case"ecmascript":case"javascript":case"javascript1.0":case"javascript1.1":case"javascript1.2":case"javascript1.3":case"javascript1.4":case"javascript1.5":case"jscript":case"livescript":case"x-ecmascript":case"x-javascript":return e||0===this._parameters.size;default:return!1}case"application":switch(this._subtype){case"ecmascript":case"javascript":case"x-ecmascript":case"x-javascript":return e||0===this._parameters.size;default:return!1}default:return!1}}isXML(){return"xml"===this._subtype&&("text"===this._type||"application"===this._type)||this._subtype.endsWith("+xml")}isHTML(){return"html"===this._subtype&&"text"===this._type}};class u{constructor(e){this._map=e}get size(){return this._map.size}get(e){return e=o(String(e)),this._map.get(e)}has(e){return e=o(String(e)),this._map.has(e)}set(e,t){if(e=o(String(e)),t=String(t),!a(e))throw new Error(`Invalid MIME type parameter name "${e}": only HTTP token code points are valid.`);if(!s(t))throw new Error(`Invalid MIME type parameter value "${t}": only HTTP quoted-string token code points are `+"valid.");return this._map.set(e,t)}clear(){this._map.clear()}delete(e){return e=o(String(e)),this._map.delete(e)}forEach(e,t){this._map.forEach(e,t)}keys(){return this._map.keys()}values(){return this._map.values()}entries(){return this._map.entries()}[Symbol.iterator](){return this._map[Symbol.iterator]()}}},function(e,t,r){"use strict";const i=r(8),n=r(71),o=r(0),{isNode:a,isShadowRoot:s,isSlotable:u,getRoot:l,getEventTargetParent:p,isShadowInclusiveAncestor:c,retarget:d}=r(58),h=r(26).interface,m=r(73);function f(e,t,r){for(let r=t._path.indexOf(e);r>=0;r--){const e=t._path[r];if(e.target){t.target=e.target;break}}t.relatedTarget=o.wrapperForImpl(e.relatedTarget),t._stopPropagationFlag||(t.currentTarget=o.wrapperForImpl(e.item),function(e,t,r){let i=!1;const{type:a,target:s}=e,u=o.wrapperForImpl(s);if(!t||!t[a])return i;const l=t[a].slice();for(let p=0;p"capture"!==e));for(const i of t)r[i]=Boolean(e[i]);return r}function v(e,t,r,i,n,o){const u=a(t)&&s(l(t)),p=s(t)&&"closed"===t.mode;e._path.push({item:t,itemInShadowTree:u,target:r,relatedTarget:i,touchTargets:n,rootOfClosedTree:p,slotInClosedTree:o})}e.exports={implementation:class{constructor(){this._eventListeners=Object.create(null)}addEventListener(e,t,r){if(null==t)t=null;else if("object"!=typeof t&&"function"!=typeof t)throw new TypeError("Only undefined, null, an object, or a function are allowed for the callback parameter");if(r=g(r,["capture","once","passive"]),null!==t){this._eventListeners[e]||(this._eventListeners[e]=[]);for(let i=0;i=0&&-1===_;t--)null!==e._path[t].target&&(_=t);const T=e._path[_];i=a(T.target)&&s(l(T.target))||a(T.relatedTarget)&&s(l(T.relatedTarget)),null!==n&&n._legacyPreActivationBehavior&&n._legacyPreActivationBehavior();for(let t=e._path.length-1;t>=0;--t){const r=e._path[t];null!==r.target?e.eventPhase=h.AT_TARGET:e.eventPhase=h.CAPTURING_PHASE,f(r,e,"capturing")}for(let t=0;tt===e)||a.push(e),s()}function*y(e){yield e,e._shadowRoot&&(yield*y(e._shadowRoot));for(const t of n.childrenIterator(e))yield*y(t)}e.exports={isValidHostElementName:function(e){return u.has(e)},isNode:l,isSlotable:c,isSlot:d,isShadowRoot:p,isShadowInclusiveAncestor:h,retarget:function(e,t){for(;;){if(!l(e))return e;const r=m(e);if(!p(r)||l(t)&&h(r,t))return e;e=m(e).host}},getEventTargetParent:function(e,t){return e._getTheParent?e._getTheParent(t):null},getRoot:m,shadowIncludingRoot:function e(t){const r=m(t);return p(r)?e(r.host):r},assignSlot:function(e){const t=v(e);t&&f(t)},assignSlotable:f,assignSlotableForTree:function(e){for(const t of n.treeIterator(e))d(t)&&f(t)},findSlot:v,findFlattenedSlotables:function e(t){const r=[];if(!p(m(t)))return r;const i=g(t);if(0===i.length)for(const e of n.childrenIterator(t))c(e)&&i.push(e);for(const t of i)if(d(t)&&p(m(t))){const i=e(t);r.push(...i)}else r.push(t);return r},signalSlotChange:b,shadowIncludingInclusiveDescendantsIterator:y,shadowIncludingDescendantsIterator:function*(e){e._shadowRoot&&(yield*y(e._shadowRoot));for(const t of n.childrenIterator(e))yield*y(t)}}},function(e,t,r){"use strict";const i=r(0),n=r(74),o=r(37).implementation;function a(e){if("object"!=typeof e)return!1;const t=i.wrapperForImpl(e);return"object"==typeof t?t===t._globalProxy:a(i.implForWrapper(e))}class s extends o{constructor(e,t){const r=e[1];if(r&&null!==r.view&&void 0!==r.view&&!a(r.view))throw new TypeError(`Failed to construct '${new.target.name.replace(/Impl$/,"")}': member view is not of `+"type Window.");super(e,t)}initUIEvent(e,t,r,i,n){if(null!==i&&!a(i))throw new TypeError(`Failed to execute 'initUIEvent' on '${this.constructor.name.replace(/Impl$/,"")}': `+"parameter 4 is not of type 'Window'.");this._dispatchFlag||(this.initEvent(e,t,r),this.view=i,this.detail=n)}}s.defaultInit=n.convert(void 0),e.exports={implementation:s}},function(e,t,r){"use strict";const i=r(483),n=r(491);e.exports={parseFragment:function(e,t){const{_parsingMode:r}=t._ownerDocument;let o;return"html"===r?o=n.parseFragment:"xml"===r&&(o=i.parseFragment),o(e,t)},parseIntoDocument:function(e,t){const{_parsingMode:r}=t;let o;return"html"===r?o=n.parseIntoDocument:"xml"===r&&(o=i.parseIntoDocument),o(e,t)}}},function(e,t,r){"use strict";const i=t.NAMESPACES={HTML:"http://www.w3.org/1999/xhtml",MATHML:"http://www.w3.org/1998/Math/MathML",SVG:"http://www.w3.org/2000/svg",XLINK:"http://www.w3.org/1999/xlink",XML:"http://www.w3.org/XML/1998/namespace",XMLNS:"http://www.w3.org/2000/xmlns/"};t.ATTRS={TYPE:"type",ACTION:"action",ENCODING:"encoding",PROMPT:"prompt",NAME:"name",COLOR:"color",FACE:"face",SIZE:"size"},t.DOCUMENT_MODE={NO_QUIRKS:"no-quirks",QUIRKS:"quirks",LIMITED_QUIRKS:"limited-quirks"};const n=t.TAG_NAMES={A:"a",ADDRESS:"address",ANNOTATION_XML:"annotation-xml",APPLET:"applet",AREA:"area",ARTICLE:"article",ASIDE:"aside",B:"b",BASE:"base",BASEFONT:"basefont",BGSOUND:"bgsound",BIG:"big",BLOCKQUOTE:"blockquote",BODY:"body",BR:"br",BUTTON:"button",CAPTION:"caption",CENTER:"center",CODE:"code",COL:"col",COLGROUP:"colgroup",DD:"dd",DESC:"desc",DETAILS:"details",DIALOG:"dialog",DIR:"dir",DIV:"div",DL:"dl",DT:"dt",EM:"em",EMBED:"embed",FIELDSET:"fieldset",FIGCAPTION:"figcaption",FIGURE:"figure",FONT:"font",FOOTER:"footer",FOREIGN_OBJECT:"foreignObject",FORM:"form",FRAME:"frame",FRAMESET:"frameset",H1:"h1",H2:"h2",H3:"h3",H4:"h4",H5:"h5",H6:"h6",HEAD:"head",HEADER:"header",HGROUP:"hgroup",HR:"hr",HTML:"html",I:"i",IMG:"img",IMAGE:"image",INPUT:"input",IFRAME:"iframe",KEYGEN:"keygen",LABEL:"label",LI:"li",LINK:"link",LISTING:"listing",MAIN:"main",MALIGNMARK:"malignmark",MARQUEE:"marquee",MATH:"math",MENU:"menu",META:"meta",MGLYPH:"mglyph",MI:"mi",MO:"mo",MN:"mn",MS:"ms",MTEXT:"mtext",NAV:"nav",NOBR:"nobr",NOFRAMES:"noframes",NOEMBED:"noembed",NOSCRIPT:"noscript",OBJECT:"object",OL:"ol",OPTGROUP:"optgroup",OPTION:"option",P:"p",PARAM:"param",PLAINTEXT:"plaintext",PRE:"pre",RB:"rb",RP:"rp",RT:"rt",RTC:"rtc",RUBY:"ruby",S:"s",SCRIPT:"script",SECTION:"section",SELECT:"select",SOURCE:"source",SMALL:"small",SPAN:"span",STRIKE:"strike",STRONG:"strong",STYLE:"style",SUB:"sub",SUMMARY:"summary",SUP:"sup",TABLE:"table",TBODY:"tbody",TEMPLATE:"template",TEXTAREA:"textarea",TFOOT:"tfoot",TD:"td",TH:"th",THEAD:"thead",TITLE:"title",TR:"tr",TRACK:"track",TT:"tt",U:"u",UL:"ul",SVG:"svg",VAR:"var",WBR:"wbr",XMP:"xmp"};t.SPECIAL_ELEMENTS={[i.HTML]:{[n.ADDRESS]:!0,[n.APPLET]:!0,[n.AREA]:!0,[n.ARTICLE]:!0,[n.ASIDE]:!0,[n.BASE]:!0,[n.BASEFONT]:!0,[n.BGSOUND]:!0,[n.BLOCKQUOTE]:!0,[n.BODY]:!0,[n.BR]:!0,[n.BUTTON]:!0,[n.CAPTION]:!0,[n.CENTER]:!0,[n.COL]:!0,[n.COLGROUP]:!0,[n.DD]:!0,[n.DETAILS]:!0,[n.DIR]:!0,[n.DIV]:!0,[n.DL]:!0,[n.DT]:!0,[n.EMBED]:!0,[n.FIELDSET]:!0,[n.FIGCAPTION]:!0,[n.FIGURE]:!0,[n.FOOTER]:!0,[n.FORM]:!0,[n.FRAME]:!0,[n.FRAMESET]:!0,[n.H1]:!0,[n.H2]:!0,[n.H3]:!0,[n.H4]:!0,[n.H5]:!0,[n.H6]:!0,[n.HEAD]:!0,[n.HEADER]:!0,[n.HGROUP]:!0,[n.HR]:!0,[n.HTML]:!0,[n.IFRAME]:!0,[n.IMG]:!0,[n.INPUT]:!0,[n.LI]:!0,[n.LINK]:!0,[n.LISTING]:!0,[n.MAIN]:!0,[n.MARQUEE]:!0,[n.MENU]:!0,[n.META]:!0,[n.NAV]:!0,[n.NOEMBED]:!0,[n.NOFRAMES]:!0,[n.NOSCRIPT]:!0,[n.OBJECT]:!0,[n.OL]:!0,[n.P]:!0,[n.PARAM]:!0,[n.PLAINTEXT]:!0,[n.PRE]:!0,[n.SCRIPT]:!0,[n.SECTION]:!0,[n.SELECT]:!0,[n.SOURCE]:!0,[n.STYLE]:!0,[n.SUMMARY]:!0,[n.TABLE]:!0,[n.TBODY]:!0,[n.TD]:!0,[n.TEMPLATE]:!0,[n.TEXTAREA]:!0,[n.TFOOT]:!0,[n.TH]:!0,[n.THEAD]:!0,[n.TITLE]:!0,[n.TR]:!0,[n.TRACK]:!0,[n.UL]:!0,[n.WBR]:!0,[n.XMP]:!0},[i.MATHML]:{[n.MI]:!0,[n.MO]:!0,[n.MN]:!0,[n.MS]:!0,[n.MTEXT]:!0,[n.ANNOTATION_XML]:!0},[i.SVG]:{[n.TITLE]:!0,[n.FOREIGN_OBJECT]:!0,[n.DESC]:!0}}},function(e,t,r){"use strict";var i=r(122),n=Object.keys||function(e){var t=[];for(var r in e)t.push(r);return t};e.exports=c;var o=r(81);o.inherits=r(6);var a=r(265),s=r(162);o.inherits(c,a);for(var u=n(s.prototype),l=0;l + * @license MIT + */function n(e,t){if(e===t)return 0;for(var r=e.length,i=t.length,n=0,o=Math.min(r,i);n=0;l--)if(p[l]!==c[l])return!1;for(l=p.length-1;l>=0;l--)if(s=p[l],!y(e[s],t[s],r,i))return!1;return!0}(e,t,r,i))}return r?e===t:e==t}function w(e){return"[object Arguments]"==Object.prototype.toString.call(e)}function E(e,t){if(!e||!t)return!1;if("[object RegExp]"==Object.prototype.toString.call(t))return t.test(e);try{if(e instanceof t)return!0}catch(e){}return!Error.isPrototypeOf(t)&&!0===t.call({},e)}function x(e,t,r,i){var n;if("function"!=typeof t)throw new TypeError('"block" argument must be a function');"string"==typeof r&&(i=r,r=null),n=function(e){var t;try{e()}catch(e){t=e}return t}(t),i=(r&&r.name?" ("+r.name+").":".")+(i?" "+i:"."),e&&!n&&v(n,r,"Missing expected exception"+i);var o="string"==typeof i,s=!e&&n&&!r;if((!e&&a.isError(n)&&o&&E(n,r)||s)&&v(n,r,"Got unwanted exception"+i),e&&n&&r&&!E(n,r)||!e&&n)throw n}d.AssertionError=function(e){this.name="AssertionError",this.actual=e.actual,this.expected=e.expected,this.operator=e.operator,e.message?(this.message=e.message,this.generatedMessage=!1):(this.message=function(e){return f(g(e.actual),128)+" "+e.operator+" "+f(g(e.expected),128)}(this),this.generatedMessage=!0);var t=e.stackStartFunction||v;if(Error.captureStackTrace)Error.captureStackTrace(this,t);else{var r=new Error;if(r.stack){var i=r.stack,n=m(t),o=i.indexOf("\n"+n);if(o>=0){var a=i.indexOf("\n",o+1);i=i.substring(a+1)}this.stack=i}}},a.inherits(d.AssertionError,Error),d.fail=v,d.ok=b,d.equal=function(e,t,r){e!=t&&v(e,t,r,"==",d.equal)},d.notEqual=function(e,t,r){e==t&&v(e,t,r,"!=",d.notEqual)},d.deepEqual=function(e,t,r){y(e,t,!1)||v(e,t,r,"deepEqual",d.deepEqual)},d.deepStrictEqual=function(e,t,r){y(e,t,!0)||v(e,t,r,"deepStrictEqual",d.deepStrictEqual)},d.notDeepEqual=function(e,t,r){y(e,t,!1)&&v(e,t,r,"notDeepEqual",d.notDeepEqual)},d.notDeepStrictEqual=function e(t,r,i){y(t,r,!0)&&v(t,r,i,"notDeepStrictEqual",e)},d.strictEqual=function(e,t,r){e!==t&&v(e,t,r,"===",d.strictEqual)},d.notStrictEqual=function(e,t,r){e===t&&v(e,t,r,"!==",d.notStrictEqual)},d.throws=function(e,t,r){x(!0,e,t,r)},d.doesNotThrow=function(e,t,r){x(!1,e,t,r)},d.ifError=function(e){if(e)throw e},d.strict=i(function e(t,r){t||v(t,!0,r,"==",e)},d,{equal:d.strictEqual,deepEqual:d.deepStrictEqual,notEqual:d.notStrictEqual,notDeepEqual:d.notDeepStrictEqual}),d.strict.strict=d.strict;var _=Object.keys||function(e){var t=[];for(var r in e)s.call(e,r)&&t.push(r);return t}}).call(this,r(17))},function(e,t,r){"use strict";const i=r(1),n=r(0),o=r(28).convert,a=r(28).is,s=r(2).convert,u=n.implSymbol,l=r(28);class p extends l.interface{constructor(){return c.setup(Object.create(new.target.prototype))}getElementsByTagName(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'getElementsByTagName' on 'Document': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'getElementsByTagName' on 'Document': parameter 1"}),r.push(e)}return n.tryWrapperForImpl(this[u].getElementsByTagName(...r))}getElementsByTagNameNS(t,r){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<2)throw new TypeError("Failed to execute 'getElementsByTagNameNS' on 'Document': 2 arguments required, but only "+arguments.length+" present.");const o=[];{let e=arguments[0];e=null==e?null:i.DOMString(e,{context:"Failed to execute 'getElementsByTagNameNS' on 'Document': parameter 1"}),o.push(e)}{let e=arguments[1];e=i.DOMString(e,{context:"Failed to execute 'getElementsByTagNameNS' on 'Document': parameter 2"}),o.push(e)}return n.tryWrapperForImpl(this[u].getElementsByTagNameNS(...o))}getElementsByClassName(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'getElementsByClassName' on 'Document': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'getElementsByClassName' on 'Document': parameter 1"}),r.push(e)}return n.tryWrapperForImpl(this[u].getElementsByClassName(...r))}createElement(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'createElement' on 'Document': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'createElement' on 'Document': parameter 1"}),r.push(e)}return n.tryWrapperForImpl(this[u].createElement(...r))}createElementNS(t,r){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<2)throw new TypeError("Failed to execute 'createElementNS' on 'Document': 2 arguments required, but only "+arguments.length+" present.");const o=[];{let e=arguments[0];e=null==e?null:i.DOMString(e,{context:"Failed to execute 'createElementNS' on 'Document': parameter 1"}),o.push(e)}{let e=arguments[1];e=i.DOMString(e,{context:"Failed to execute 'createElementNS' on 'Document': parameter 2"}),o.push(e)}return n.tryWrapperForImpl(this[u].createElementNS(...o))}createDocumentFragment(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].createDocumentFragment())}createTextNode(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'createTextNode' on 'Document': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'createTextNode' on 'Document': parameter 1"}),r.push(e)}return n.tryWrapperForImpl(this[u].createTextNode(...r))}createCDATASection(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'createCDATASection' on 'Document': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'createCDATASection' on 'Document': parameter 1"}),r.push(e)}return n.tryWrapperForImpl(this[u].createCDATASection(...r))}createComment(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'createComment' on 'Document': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'createComment' on 'Document': parameter 1"}),r.push(e)}return n.tryWrapperForImpl(this[u].createComment(...r))}createProcessingInstruction(t,r){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<2)throw new TypeError("Failed to execute 'createProcessingInstruction' on 'Document': 2 arguments required, but only "+arguments.length+" present.");const o=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'createProcessingInstruction' on 'Document': parameter 1"}),o.push(e)}{let e=arguments[1];e=i.DOMString(e,{context:"Failed to execute 'createProcessingInstruction' on 'Document': parameter 2"}),o.push(e)}return n.tryWrapperForImpl(this[u].createProcessingInstruction(...o))}importNode(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'importNode' on 'Document': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=o(e,{context:"Failed to execute 'importNode' on 'Document': parameter 1"}),r.push(e)}{let e=arguments[1];e=void 0!==e&&i.boolean(e,{context:"Failed to execute 'importNode' on 'Document': parameter 2"}),r.push(e)}return n.tryWrapperForImpl(this[u].importNode(...r))}adoptNode(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'adoptNode' on 'Document': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=o(e,{context:"Failed to execute 'adoptNode' on 'Document': parameter 1"}),r.push(e)}return n.tryWrapperForImpl(this[u].adoptNode(...r))}createAttribute(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'createAttribute' on 'Document': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'createAttribute' on 'Document': parameter 1"}),r.push(e)}return n.tryWrapperForImpl(this[u].createAttribute(...r))}createAttributeNS(t,r){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<2)throw new TypeError("Failed to execute 'createAttributeNS' on 'Document': 2 arguments required, but only "+arguments.length+" present.");const o=[];{let e=arguments[0];e=null==e?null:i.DOMString(e,{context:"Failed to execute 'createAttributeNS' on 'Document': parameter 1"}),o.push(e)}{let e=arguments[1];e=i.DOMString(e,{context:"Failed to execute 'createAttributeNS' on 'Document': parameter 2"}),o.push(e)}return n.tryWrapperForImpl(this[u].createAttributeNS(...o))}createEvent(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'createEvent' on 'Document': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'createEvent' on 'Document': parameter 1"}),r.push(e)}return n.tryWrapperForImpl(this[u].createEvent(...r))}createNodeIterator(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'createNodeIterator' on 'Document': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=o(e,{context:"Failed to execute 'createNodeIterator' on 'Document': parameter 1"}),r.push(e)}{let e=arguments[1];e=void 0!==e?i["unsigned long"](e,{context:"Failed to execute 'createNodeIterator' on 'Document': parameter 2"}):4294967295,r.push(e)}{let e=arguments[2];e=void 0!==e?null==e?null:n.tryImplForWrapper(e):null,r.push(e)}return n.tryWrapperForImpl(this[u].createNodeIterator(...r))}createTreeWalker(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'createTreeWalker' on 'Document': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=o(e,{context:"Failed to execute 'createTreeWalker' on 'Document': parameter 1"}),r.push(e)}{let e=arguments[1];e=void 0!==e?i["unsigned long"](e,{context:"Failed to execute 'createTreeWalker' on 'Document': parameter 2"}):4294967295,r.push(e)}{let e=arguments[2];e=void 0!==e?null==e?null:n.tryImplForWrapper(e):null,r.push(e)}return n.tryWrapperForImpl(this[u].createTreeWalker(...r))}getElementsByName(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'getElementsByName' on 'Document': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'getElementsByName' on 'Document': parameter 1"}),r.push(e)}return n.tryWrapperForImpl(this[u].getElementsByName(...r))}open(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=[];{let e=arguments[0];e=void 0!==e?i.DOMString(e,{context:"Failed to execute 'open' on 'Document': parameter 1"}):"text/html",t.push(e)}{let e=arguments[1];e=void 0!==e?i.DOMString(e,{context:"Failed to execute 'open' on 'Document': parameter 2"}):"",t.push(e)}return n.tryWrapperForImpl(this[u].open(...t))}close(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[u].close()}write(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=[];for(let e=0;en.tryWrapperForImpl(this[u].implementation))}get URL(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[u].URL}get documentURI(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[u].documentURI}get origin(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[u].origin}get compatMode(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[u].compatMode}get characterSet(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[u].characterSet}get charset(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[u].charset}get inputEncoding(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[u].inputEncoding}get contentType(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[u].contentType}get doctype(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].doctype)}get documentElement(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].documentElement)}get referrer(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[u].referrer}get cookie(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[u].cookie}set cookie(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'cookie' property on 'Document': The provided value"}),this[u].cookie=t}get lastModified(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[u].lastModified}get readyState(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].readyState)}get title(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[u].title}set title(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'title' property on 'Document': The provided value"}),this[u].title=t}get dir(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[u].dir}set dir(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'dir' property on 'Document': The provided value"}),this[u].dir=t}get body(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].body)}set body(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=null==t?null:s(t,{context:"Failed to set the 'body' property on 'Document': The provided value"}),this[u].body=t}get head(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].head)}get images(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.getSameObject(this,"images",()=>n.tryWrapperForImpl(this[u].images))}get embeds(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.getSameObject(this,"embeds",()=>n.tryWrapperForImpl(this[u].embeds))}get plugins(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.getSameObject(this,"plugins",()=>n.tryWrapperForImpl(this[u].plugins))}get links(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.getSameObject(this,"links",()=>n.tryWrapperForImpl(this[u].links))}get forms(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.getSameObject(this,"forms",()=>n.tryWrapperForImpl(this[u].forms))}get scripts(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.getSameObject(this,"scripts",()=>n.tryWrapperForImpl(this[u].scripts))}get currentScript(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].currentScript)}get defaultView(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].defaultView)}get activeElement(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].activeElement)}get onreadystatechange(){return n.tryWrapperForImpl(this[u].onreadystatechange)}set onreadystatechange(e){e=n.tryImplForWrapper(e),this[u].onreadystatechange=e}get anchors(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.getSameObject(this,"anchors",()=>n.tryWrapperForImpl(this[u].anchors))}get applets(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.getSameObject(this,"applets",()=>n.tryWrapperForImpl(this[u].applets))}get styleSheets(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.getSameObject(this,"styleSheets",()=>n.tryWrapperForImpl(this[u].styleSheets))}get hidden(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[u].hidden}get visibilityState(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].visibilityState)}get onvisibilitychange(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].onvisibilitychange)}set onvisibilitychange(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].onvisibilitychange=t}get onabort(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].onabort)}set onabort(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].onabort=t}get onauxclick(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].onauxclick)}set onauxclick(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].onauxclick=t}get onblur(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].onblur)}set onblur(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].onblur=t}get oncancel(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].oncancel)}set oncancel(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].oncancel=t}get oncanplay(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].oncanplay)}set oncanplay(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].oncanplay=t}get oncanplaythrough(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].oncanplaythrough)}set oncanplaythrough(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].oncanplaythrough=t}get onchange(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].onchange)}set onchange(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].onchange=t}get onclick(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].onclick)}set onclick(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].onclick=t}get onclose(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].onclose)}set onclose(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].onclose=t}get oncontextmenu(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].oncontextmenu)}set oncontextmenu(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].oncontextmenu=t}get oncuechange(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].oncuechange)}set oncuechange(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].oncuechange=t}get ondblclick(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].ondblclick)}set ondblclick(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].ondblclick=t}get ondrag(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].ondrag)}set ondrag(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].ondrag=t}get ondragend(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].ondragend)}set ondragend(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].ondragend=t}get ondragenter(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].ondragenter)}set ondragenter(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].ondragenter=t}get ondragexit(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].ondragexit)}set ondragexit(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].ondragexit=t}get ondragleave(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].ondragleave)}set ondragleave(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].ondragleave=t}get ondragover(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].ondragover)}set ondragover(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].ondragover=t}get ondragstart(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].ondragstart)}set ondragstart(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].ondragstart=t}get ondrop(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].ondrop)}set ondrop(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].ondrop=t}get ondurationchange(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].ondurationchange)}set ondurationchange(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].ondurationchange=t}get onemptied(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].onemptied)}set onemptied(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].onemptied=t}get onended(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].onended)}set onended(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].onended=t}get onerror(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].onerror)}set onerror(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].onerror=t}get onfocus(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].onfocus)}set onfocus(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].onfocus=t}get oninput(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].oninput)}set oninput(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].oninput=t}get oninvalid(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].oninvalid)}set oninvalid(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].oninvalid=t}get onkeydown(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].onkeydown)}set onkeydown(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].onkeydown=t}get onkeypress(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].onkeypress)}set onkeypress(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].onkeypress=t}get onkeyup(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].onkeyup)}set onkeyup(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].onkeyup=t}get onload(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].onload)}set onload(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].onload=t}get onloadeddata(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].onloadeddata)}set onloadeddata(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].onloadeddata=t}get onloadedmetadata(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].onloadedmetadata)}set onloadedmetadata(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].onloadedmetadata=t}get onloadend(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].onloadend)}set onloadend(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].onloadend=t}get onloadstart(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].onloadstart)}set onloadstart(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].onloadstart=t}get onmousedown(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].onmousedown)}set onmousedown(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].onmousedown=t}get onmouseenter(){return n.tryWrapperForImpl(this[u].onmouseenter)}set onmouseenter(e){e=n.tryImplForWrapper(e),this[u].onmouseenter=e}get onmouseleave(){return n.tryWrapperForImpl(this[u].onmouseleave)}set onmouseleave(e){e=n.tryImplForWrapper(e),this[u].onmouseleave=e}get onmousemove(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].onmousemove)}set onmousemove(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].onmousemove=t}get onmouseout(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].onmouseout)}set onmouseout(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].onmouseout=t}get onmouseover(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].onmouseover)}set onmouseover(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].onmouseover=t}get onmouseup(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].onmouseup)}set onmouseup(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].onmouseup=t}get onwheel(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].onwheel)}set onwheel(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].onwheel=t}get onpause(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].onpause)}set onpause(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].onpause=t}get onplay(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].onplay)}set onplay(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].onplay=t}get onplaying(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].onplaying)}set onplaying(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].onplaying=t}get onprogress(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].onprogress)}set onprogress(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].onprogress=t}get onratechange(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].onratechange)}set onratechange(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].onratechange=t}get onreset(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].onreset)}set onreset(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].onreset=t}get onresize(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].onresize)}set onresize(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].onresize=t}get onscroll(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].onscroll)}set onscroll(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].onscroll=t}get onsecuritypolicyviolation(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].onsecuritypolicyviolation)}set onsecuritypolicyviolation(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].onsecuritypolicyviolation=t}get onseeked(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].onseeked)}set onseeked(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].onseeked=t}get onseeking(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].onseeking)}set onseeking(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].onseeking=t}get onselect(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].onselect)}set onselect(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].onselect=t}get onstalled(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].onstalled)}set onstalled(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].onstalled=t}get onsubmit(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].onsubmit)}set onsubmit(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].onsubmit=t}get onsuspend(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].onsuspend)}set onsuspend(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].onsuspend=t}get ontimeupdate(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].ontimeupdate)}set ontimeupdate(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].ontimeupdate=t}get ontoggle(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].ontoggle)}set ontoggle(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].ontoggle=t}get onvolumechange(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].onvolumechange)}set onvolumechange(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].onvolumechange=t}get onwaiting(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].onwaiting)}set onwaiting(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].onwaiting=t}get children(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.getSameObject(this,"children",()=>n.tryWrapperForImpl(this[u].children))}get firstElementChild(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].firstElementChild)}get lastElementChild(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].lastElementChild)}get childElementCount(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[u].childElementCount}}Object.defineProperties(p.prototype,{getElementsByTagName:{enumerable:!0},getElementsByTagNameNS:{enumerable:!0},getElementsByClassName:{enumerable:!0},createElement:{enumerable:!0},createElementNS:{enumerable:!0},createDocumentFragment:{enumerable:!0},createTextNode:{enumerable:!0},createCDATASection:{enumerable:!0},createComment:{enumerable:!0},createProcessingInstruction:{enumerable:!0},importNode:{enumerable:!0},adoptNode:{enumerable:!0},createAttribute:{enumerable:!0},createAttributeNS:{enumerable:!0},createEvent:{enumerable:!0},createNodeIterator:{enumerable:!0},createTreeWalker:{enumerable:!0},getElementsByName:{enumerable:!0},open:{enumerable:!0},close:{enumerable:!0},write:{enumerable:!0},writeln:{enumerable:!0},hasFocus:{enumerable:!0},clear:{enumerable:!0},captureEvents:{enumerable:!0},releaseEvents:{enumerable:!0},getElementById:{enumerable:!0},prepend:{enumerable:!0},append:{enumerable:!0},querySelector:{enumerable:!0},querySelectorAll:{enumerable:!0},implementation:{enumerable:!0},URL:{enumerable:!0},documentURI:{enumerable:!0},origin:{enumerable:!0},compatMode:{enumerable:!0},characterSet:{enumerable:!0},charset:{enumerable:!0},inputEncoding:{enumerable:!0},contentType:{enumerable:!0},doctype:{enumerable:!0},documentElement:{enumerable:!0},referrer:{enumerable:!0},cookie:{enumerable:!0},lastModified:{enumerable:!0},readyState:{enumerable:!0},title:{enumerable:!0},dir:{enumerable:!0},body:{enumerable:!0},head:{enumerable:!0},images:{enumerable:!0},embeds:{enumerable:!0},plugins:{enumerable:!0},links:{enumerable:!0},forms:{enumerable:!0},scripts:{enumerable:!0},currentScript:{enumerable:!0},defaultView:{enumerable:!0},activeElement:{enumerable:!0},onreadystatechange:{enumerable:!0},anchors:{enumerable:!0},applets:{enumerable:!0},styleSheets:{enumerable:!0},hidden:{enumerable:!0},visibilityState:{enumerable:!0},onvisibilitychange:{enumerable:!0},onabort:{enumerable:!0},onauxclick:{enumerable:!0},onblur:{enumerable:!0},oncancel:{enumerable:!0},oncanplay:{enumerable:!0},oncanplaythrough:{enumerable:!0},onchange:{enumerable:!0},onclick:{enumerable:!0},onclose:{enumerable:!0},oncontextmenu:{enumerable:!0},oncuechange:{enumerable:!0},ondblclick:{enumerable:!0},ondrag:{enumerable:!0},ondragend:{enumerable:!0},ondragenter:{enumerable:!0},ondragexit:{enumerable:!0},ondragleave:{enumerable:!0},ondragover:{enumerable:!0},ondragstart:{enumerable:!0},ondrop:{enumerable:!0},ondurationchange:{enumerable:!0},onemptied:{enumerable:!0},onended:{enumerable:!0},onerror:{enumerable:!0},onfocus:{enumerable:!0},oninput:{enumerable:!0},oninvalid:{enumerable:!0},onkeydown:{enumerable:!0},onkeypress:{enumerable:!0},onkeyup:{enumerable:!0},onload:{enumerable:!0},onloadeddata:{enumerable:!0},onloadedmetadata:{enumerable:!0},onloadend:{enumerable:!0},onloadstart:{enumerable:!0},onmousedown:{enumerable:!0},onmouseenter:{enumerable:!0},onmouseleave:{enumerable:!0},onmousemove:{enumerable:!0},onmouseout:{enumerable:!0},onmouseover:{enumerable:!0},onmouseup:{enumerable:!0},onwheel:{enumerable:!0},onpause:{enumerable:!0},onplay:{enumerable:!0},onplaying:{enumerable:!0},onprogress:{enumerable:!0},onratechange:{enumerable:!0},onreset:{enumerable:!0},onresize:{enumerable:!0},onscroll:{enumerable:!0},onsecuritypolicyviolation:{enumerable:!0},onseeked:{enumerable:!0},onseeking:{enumerable:!0},onselect:{enumerable:!0},onstalled:{enumerable:!0},onsubmit:{enumerable:!0},onsuspend:{enumerable:!0},ontimeupdate:{enumerable:!0},ontoggle:{enumerable:!0},onvolumechange:{enumerable:!0},onwaiting:{enumerable:!0},children:{enumerable:!0},firstElementChild:{enumerable:!0},lastElementChild:{enumerable:!0},childElementCount:{enumerable:!0},[Symbol.toStringTag]:{value:"Document",configurable:!0},[Symbol.unscopables]:{value:{prepend:!0,append:!0},configurable:!0}});const c={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,u)&&t[u]instanceof d.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof d.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'Document'.`)},create(e,t){let r=Object.create(p.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(p.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(t){l._internalSetup(t),Object.defineProperties(t,n.getOwnPropertyDescriptors({get location(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(t[u].location)},set location(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");this.location.href=t}})),Object.defineProperties(t,{location:{configurable:!1}})},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,u,{value:new d.implementation(t,r),configurable:!0}),e[u][n.wrapperSymbol]=e,d.init&&d.init(e[u],r),e},interface:p,expose:{Window:{Document:p}}};e.exports=c;const d=r(192)},function(e,t,r){"use strict";const i=r(105),{isDisabled:n}=r(23),{closest:o}=r(30),{fireAnEvent:a}=r(15);t.implementation=class{get willValidate(){return this._isCandidateForConstraintValidation()}get validity(){return this._validity||(this._validity=i.createImpl(this)),this._validity}checkValidity(){return!this._isCandidateForConstraintValidation()||(!!this._satisfiesConstraints()||(a("invalid",this,void 0,{cancelable:!0}),!1))}setCustomValidity(e){this._customValidityErrorMessage=e}reportValidity(){return this.checkValidity()}get validationMessage(){const{validity:e}=this;return!this._isCandidateForConstraintValidation()||this._satisfiesConstraints()?"":e.customError?this._customValidityErrorMessage:"Constraints not satisfied"}_isCandidateForConstraintValidation(){return!n(this)&&null===o(this,"datalist")&&!this._barredFromConstraintValidationSpecialization()}_isBarredFromConstraintValidation(){return!this._isCandidateForConstraintValidation()}_satisfiesConstraints(){return this.validity.valid}}},function(e,t,r){"use strict";var i,n="object"==typeof Reflect?Reflect:null,o=n&&"function"==typeof n.apply?n.apply:function(e,t,r){return Function.prototype.apply.call(e,t,r)};i=n&&"function"==typeof n.ownKeys?n.ownKeys:Object.getOwnPropertySymbols?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:function(e){return Object.getOwnPropertyNames(e)};var a=Number.isNaN||function(e){return e!=e};function s(){s.init.call(this)}e.exports=s,s.EventEmitter=s,s.prototype._events=void 0,s.prototype._eventsCount=0,s.prototype._maxListeners=void 0;var u=10;function l(e){return void 0===e._maxListeners?s.defaultMaxListeners:e._maxListeners}function p(e,t,r,i){var n,o,a,s;if("function"!=typeof r)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof r);if(void 0===(o=e._events)?(o=e._events=Object.create(null),e._eventsCount=0):(void 0!==o.newListener&&(e.emit("newListener",t,r.listener?r.listener:r),o=e._events),a=o[t]),void 0===a)a=o[t]=r,++e._eventsCount;else if("function"==typeof a?a=o[t]=i?[r,a]:[a,r]:i?a.unshift(r):a.push(r),(n=l(e))>0&&a.length>n&&!a.warned){a.warned=!0;var u=new Error("Possible EventEmitter memory leak detected. "+a.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");u.name="MaxListenersExceededWarning",u.emitter=e,u.type=t,u.count=a.length,s=u,console&&console.warn&&console.warn(s)}return e}function c(e,t,r){var i={fired:!1,wrapFn:void 0,target:e,type:t,listener:r},n=function(){for(var e=[],t=0;t0&&(a=t[0]),a instanceof Error)throw a;var s=new Error("Unhandled error."+(a?" ("+a.message+")":""));throw s.context=a,s}var u=n[e];if(void 0===u)return!1;if("function"==typeof u)o(u,this,t);else{var l=u.length,p=m(u,l);for(r=0;r=0;o--)if(r[o]===t||r[o].listener===t){a=r[o].listener,n=o;break}if(n<0)return this;0===n?r.shift():function(e,t){for(;t+1=0;i--)this.removeListener(e,t[i]);return this},s.prototype.listeners=function(e){return d(this,e,!0)},s.prototype.rawListeners=function(e){return d(this,e,!1)},s.listenerCount=function(e,t){return"function"==typeof e.listenerCount?e.listenerCount(t):h.call(e,t)},s.prototype.listenerCount=h,s.prototype.eventNames=function(){return this._eventsCount>0?i(this._events):[]}},function(e,t,r){var i={CSSStyleDeclaration:function(){this.length=0,this.parentRule=null,this._importants={}}};i.CSSStyleDeclaration.prototype={constructor:i.CSSStyleDeclaration,getPropertyValue:function(e){return this[e]||""},setProperty:function(e,t,r){this[e]?Array.prototype.indexOf.call(this,e)<0&&(this[this.length]=e,this.length++):(this[this.length]=e,this.length++);this[e]=t+"",this._importants[e]=r},removeProperty:function(e){if(!(e in this))return"";var t=Array.prototype.indexOf.call(this,e);if(t<0)return"";var r=this[e];return this[e]="",Array.prototype.splice.call(this,t,1),r},getPropertyCSSValue:function(){},getPropertyPriority:function(e){return this._importants[e]||""},getPropertyShorthand:function(){},isPropertyImplicit:function(){},get cssText(){for(var e=[],t=0,r=this.length;tn.tryWrapperForImpl(this[u].classList))}set classList(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");this.classList.value=t}get slot(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"slot");return null===t?"":t}set slot(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'slot' property on 'Element': The provided value"}),this.setAttributeNS(null,"slot",t)}get attributes(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.getSameObject(this,"attributes",()=>n.tryWrapperForImpl(this[u].attributes))}get shadowRoot(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].shadowRoot)}get innerHTML(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[u].innerHTML}set innerHTML(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'innerHTML' property on 'Element': The provided value",treatNullAsEmptyString:!0}),this[u].innerHTML=t}get outerHTML(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[u].outerHTML}set outerHTML(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'outerHTML' property on 'Element': The provided value",treatNullAsEmptyString:!0}),this[u].outerHTML=t}get scrollTop(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[u].scrollTop}set scrollTop(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i["unrestricted double"](t,{context:"Failed to set the 'scrollTop' property on 'Element': The provided value"}),this[u].scrollTop=t}get scrollLeft(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[u].scrollLeft}set scrollLeft(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i["unrestricted double"](t,{context:"Failed to set the 'scrollLeft' property on 'Element': The provided value"}),this[u].scrollLeft=t}get scrollWidth(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[u].scrollWidth}get scrollHeight(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[u].scrollHeight}get clientTop(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[u].clientTop}get clientLeft(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[u].clientLeft}get clientWidth(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[u].clientWidth}get clientHeight(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[u].clientHeight}get previousElementSibling(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].previousElementSibling)}get nextElementSibling(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].nextElementSibling)}get children(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.getSameObject(this,"children",()=>n.tryWrapperForImpl(this[u].children))}get firstElementChild(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].firstElementChild)}get lastElementChild(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].lastElementChild)}get childElementCount(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[u].childElementCount}get assignedSlot(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].assignedSlot)}}Object.defineProperties(p.prototype,{hasAttributes:{enumerable:!0},getAttributeNames:{enumerable:!0},getAttribute:{enumerable:!0},getAttributeNS:{enumerable:!0},setAttribute:{enumerable:!0},setAttributeNS:{enumerable:!0},removeAttribute:{enumerable:!0},removeAttributeNS:{enumerable:!0},toggleAttribute:{enumerable:!0},hasAttribute:{enumerable:!0},hasAttributeNS:{enumerable:!0},getAttributeNode:{enumerable:!0},getAttributeNodeNS:{enumerable:!0},setAttributeNode:{enumerable:!0},setAttributeNodeNS:{enumerable:!0},removeAttributeNode:{enumerable:!0},attachShadow:{enumerable:!0},closest:{enumerable:!0},matches:{enumerable:!0},webkitMatchesSelector:{enumerable:!0},getElementsByTagName:{enumerable:!0},getElementsByTagNameNS:{enumerable:!0},getElementsByClassName:{enumerable:!0},insertAdjacentElement:{enumerable:!0},insertAdjacentText:{enumerable:!0},insertAdjacentHTML:{enumerable:!0},getClientRects:{enumerable:!0},getBoundingClientRect:{enumerable:!0},before:{enumerable:!0},after:{enumerable:!0},replaceWith:{enumerable:!0},remove:{enumerable:!0},prepend:{enumerable:!0},append:{enumerable:!0},querySelector:{enumerable:!0},querySelectorAll:{enumerable:!0},namespaceURI:{enumerable:!0},prefix:{enumerable:!0},localName:{enumerable:!0},tagName:{enumerable:!0},id:{enumerable:!0},className:{enumerable:!0},classList:{enumerable:!0},slot:{enumerable:!0},attributes:{enumerable:!0},shadowRoot:{enumerable:!0},innerHTML:{enumerable:!0},outerHTML:{enumerable:!0},scrollTop:{enumerable:!0},scrollLeft:{enumerable:!0},scrollWidth:{enumerable:!0},scrollHeight:{enumerable:!0},clientTop:{enumerable:!0},clientLeft:{enumerable:!0},clientWidth:{enumerable:!0},clientHeight:{enumerable:!0},previousElementSibling:{enumerable:!0},nextElementSibling:{enumerable:!0},children:{enumerable:!0},firstElementChild:{enumerable:!0},lastElementChild:{enumerable:!0},childElementCount:{enumerable:!0},assignedSlot:{enumerable:!0},[Symbol.toStringTag]:{value:"Element",configurable:!0},[Symbol.unscopables]:{value:{slot:!0,before:!0,after:!0,replaceWith:!0,remove:!0,prepend:!0,append:!0},configurable:!0}});const c={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,u)&&t[u]instanceof d.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof d.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'Element'.`)},create(e,t){let r=Object.create(p.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(p.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){l._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,u,{value:new d.implementation(t,r),configurable:!0}),e[u][n.wrapperSymbol]=e,d.init&&d.init(e[u],r),e},interface:p,expose:{Window:{Element:p}}};e.exports=c;const d=r(150)},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol;class a{constructor(){throw new TypeError("Illegal constructor")}get namespaceURI(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].namespaceURI}get prefix(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].prefix}get localName(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].localName}get name(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].name}get nodeName(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].nodeName}get value(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].value}set value(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'value' property on 'Attr': The provided value"}),this[o].value=t}get nodeValue(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].nodeValue}set nodeValue(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'nodeValue' property on 'Attr': The provided value",treatNullAsEmptyString:!0}),this[o].nodeValue=t}get textContent(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].textContent}set textContent(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'textContent' property on 'Attr': The provided value",treatNullAsEmptyString:!0}),this[o].textContent=t}get ownerElement(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ownerElement)}get specified(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].specified}}Object.defineProperties(a.prototype,{namespaceURI:{enumerable:!0},prefix:{enumerable:!0},localName:{enumerable:!0},name:{enumerable:!0},nodeName:{enumerable:!0},value:{enumerable:!0},nodeValue:{enumerable:!0},textContent:{enumerable:!0},ownerElement:{enumerable:!0},specified:{enumerable:!0},[Symbol.toStringTag]:{value:"Attr",configurable:!0}});const s={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof u.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof u.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'Attr'.`)},create(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new u.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,u.init&&u.init(e[o],r),e},interface:a,expose:{Window:{Attr:a}}};e.exports=s;const u=r(470)},function(e,t,r){"use strict";const i=r(12),n=r(0),o=r(115),{createAnEvent:a}=r(15),s=Symbol("error reporting mode");e.exports=function(e,t,r){const u=t&&t.stack,l=u&&u.split("\n");let p;if(l)for(let e=1;e>>0,a=e[o].item(i);if(null!==a)return{writable:!1,enumerable:!0,configurable:!0,value:n.tryWrapperForImpl(a)};r=!0}return Reflect.getOwnPropertyDescriptor(e,t)},set(e,t,r,i){if("symbol"==typeof t)return Reflect.set(e,t,r,i);let a;if(e===i&&n.isArrayIndexPropName(t),n.isArrayIndexPropName(t)){const r=t>>>0,i=e[o].item(r);null!==i&&(a={writable:!1,enumerable:!0,configurable:!0,value:n.tryWrapperForImpl(i)})}if(void 0===a&&(a=Reflect.getOwnPropertyDescriptor(e,t)),void 0===a){const n=Reflect.getPrototypeOf(e);if(null!==n)return Reflect.set(n,t,r,i);a={writable:!0,enumerable:!0,configurable:!0,value:void 0}}if(!a.writable)return!1;if(!n.isObject(i))return!1;const s=Reflect.getOwnPropertyDescriptor(i,t);let u;if(void 0!==s){if(s.get||s.set)return!1;if(!s.writable)return!1;u={value:r}}else u={writable:!0,enumerable:!0,configurable:!0,value:r};return Reflect.defineProperty(i,t,u)},defineProperty:(e,t,r)=>"symbol"==typeof t?Reflect.defineProperty(e,t,r):!n.isArrayIndexPropName(t)&&Reflect.defineProperty(e,t,r),deleteProperty(e,t){if("symbol"==typeof t)return Reflect.deleteProperty(e,t);if(n.isArrayIndexPropName(t)){const r=t>>>0;return!(null!==e[o].item(r))}return Reflect.deleteProperty(e,t)},preventExtensions:()=>!1}))[o][n.wrapperSymbol]=e,u.init&&u.init(e[o],r),e},interface:a,expose:{Window:{NodeList:a}}};e.exports=s;const u=r(476)},function(e,t,r){"use strict";const i=r(1),n=r(0),o=r(148).convert,a=r(38).convert,s=n.implSymbol,u=r(49);class l extends u.interface{constructor(e){if(arguments.length<1)throw new TypeError("Failed to construct 'MouseEvent': 1 argument required, but only "+arguments.length+" present.");const t=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to construct 'MouseEvent': parameter 1"}),t.push(e)}{let e=arguments[1];e=o(e,{context:"Failed to construct 'MouseEvent': parameter 2"}),t.push(e)}return p.setup(Object.create(new.target.prototype),t)}getModifierState(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'getModifierState' on 'MouseEvent': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'getModifierState' on 'MouseEvent': parameter 1"}),r.push(e)}return this[s].getModifierState(...r)}initMouseEvent(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'initMouseEvent' on 'MouseEvent': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'initMouseEvent' on 'MouseEvent': parameter 1"}),r.push(e)}{let e=arguments[1];e=void 0!==e&&i.boolean(e,{context:"Failed to execute 'initMouseEvent' on 'MouseEvent': parameter 2"}),r.push(e)}{let e=arguments[2];e=void 0!==e&&i.boolean(e,{context:"Failed to execute 'initMouseEvent' on 'MouseEvent': parameter 3"}),r.push(e)}{let e=arguments[3];e=void 0!==e?null==e?null:n.tryImplForWrapper(e):null,r.push(e)}{let e=arguments[4];e=void 0!==e?i.long(e,{context:"Failed to execute 'initMouseEvent' on 'MouseEvent': parameter 5"}):0,r.push(e)}{let e=arguments[5];e=void 0!==e?i.long(e,{context:"Failed to execute 'initMouseEvent' on 'MouseEvent': parameter 6"}):0,r.push(e)}{let e=arguments[6];e=void 0!==e?i.long(e,{context:"Failed to execute 'initMouseEvent' on 'MouseEvent': parameter 7"}):0,r.push(e)}{let e=arguments[7];e=void 0!==e?i.long(e,{context:"Failed to execute 'initMouseEvent' on 'MouseEvent': parameter 8"}):0,r.push(e)}{let e=arguments[8];e=void 0!==e?i.long(e,{context:"Failed to execute 'initMouseEvent' on 'MouseEvent': parameter 9"}):0,r.push(e)}{let e=arguments[9];e=void 0!==e?i.boolean(e,{context:"Failed to execute 'initMouseEvent' on 'MouseEvent': parameter 10"}):0,r.push(e)}{let e=arguments[10];e=void 0!==e?i.boolean(e,{context:"Failed to execute 'initMouseEvent' on 'MouseEvent': parameter 11"}):0,r.push(e)}{let e=arguments[11];e=void 0!==e?i.boolean(e,{context:"Failed to execute 'initMouseEvent' on 'MouseEvent': parameter 12"}):0,r.push(e)}{let e=arguments[12];e=void 0!==e?i.boolean(e,{context:"Failed to execute 'initMouseEvent' on 'MouseEvent': parameter 13"}):0,r.push(e)}{let e=arguments[13];e=void 0!==e?i.short(e,{context:"Failed to execute 'initMouseEvent' on 'MouseEvent': parameter 14"}):0,r.push(e)}{let e=arguments[14];e=void 0!==e?null==e?null:a(e,{context:"Failed to execute 'initMouseEvent' on 'MouseEvent': parameter 15"}):null,r.push(e)}return this[s].initMouseEvent(...r)}get screenX(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[s].screenX}get screenY(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[s].screenY}get clientX(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[s].clientX}get clientY(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[s].clientY}get ctrlKey(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[s].ctrlKey}get shiftKey(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[s].shiftKey}get altKey(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[s].altKey}get metaKey(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[s].metaKey}get button(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[s].button}get buttons(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[s].buttons}get relatedTarget(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[s].relatedTarget)}}Object.defineProperties(l.prototype,{getModifierState:{enumerable:!0},initMouseEvent:{enumerable:!0},screenX:{enumerable:!0},screenY:{enumerable:!0},clientX:{enumerable:!0},clientY:{enumerable:!0},ctrlKey:{enumerable:!0},shiftKey:{enumerable:!0},altKey:{enumerable:!0},metaKey:{enumerable:!0},button:{enumerable:!0},buttons:{enumerable:!0},relatedTarget:{enumerable:!0},[Symbol.toStringTag]:{value:"MouseEvent",configurable:!0}});const p={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,s)&&t[s]instanceof c.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof c.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'MouseEvent'.`)},create(e,t){let r=Object.create(l.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(l.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){u._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,s,{value:new c.implementation(t,r),configurable:!0}),e[s][n.wrapperSymbol]=e,c.init&&c.init(e[s],r),e},interface:l,expose:{Window:{MouseEvent:l}}};e.exports=p;const c=r(236)},function(e,t,r){"use strict";const i=r(1),n=r(0),o=r(31);e.exports={convertInherit(e,t,{context:r="The provided value"}={}){o.convertInherit(e,t,{context:r});{const n="detail";let o=null==e?void 0:e[n];void 0!==o?(o=i.long(o,{context:r+" has member detail that"}),t[n]=o):t[n]=0}{const r="view";let i=null==e?void 0:e[r];void 0!==i?(i=null==i?null:n.tryImplForWrapper(i),t[r]=i):t[r]=null}{const n="which";let o=null==e?void 0:e[n];void 0!==o?(o=i["unsigned long"](o,{context:r+" has member which that"}),t[n]=o):t[n]=0}},convert(t,{context:r="The provided value"}={}){if(void 0!==t&&"object"!=typeof t&&"function"!=typeof t)throw new TypeError(`${r} is not an object.`);const i=Object.create(null);return e.exports.convertInherit(t,i,{context:r}),i}}},function(e,t,r){"use strict";const i=r(8),n=r(57).implementation,{simultaneousIterators:o}=r(5),a=r(14),s=r(238),u=r(72),{clone:l,locateNamespacePrefix:p,locateNamespace:c}=r(76),d=r(42),{domSymbolTree:h}=r(13),{documentBaseURLSerialized:m}=r(41),{queueTreeMutationRecord:f}=r(114),{isShadowRoot:g,getRoot:v,shadowIncludingRoot:b,assignSlot:y,assignSlotableForTree:w,assignSlotable:E,signalSlotChange:x,isSlot:_}=r(58);function T(e){return e.nodeType===a.ENTITY_NODE||e.nodeType===a.ENTITY_REFERENCE_NODE||e.nodeType===a.NOTATION_NODE||e.nodeType===a.CDATA_SECTION_NODE}function S(e,t){for(const r of h.ancestorsIterator(t))if(r===e)return!0;const r=v(t);return!!r._host&&S(e,r._host)}e.exports={implementation:class extends n{constructor(e,t){super(),h.initialize(this),this._ownerDocument=t.ownerDocument,this._childNodesList=null,this._childrenList=null,this._version=0,this._memoizedQueries={},this._registeredObserverList=[]}_getTheParent(){return this._assignedSlot?this._assignedSlot:h.parent(this)}get parentNode(){return h.parent(this)}getRootNode(e){return e.composed?b(this):v(this)}get nodeName(){switch(this.nodeType){case a.ELEMENT_NODE:return this.tagName;case a.TEXT_NODE:return"#text";case a.CDATA_SECTION_NODE:return"#cdata-section";case a.PROCESSING_INSTRUCTION_NODE:return this.target;case a.COMMENT_NODE:return"#comment";case a.DOCUMENT_NODE:return"#document";case a.DOCUMENT_TYPE_NODE:return this.name;case a.DOCUMENT_FRAGMENT_NODE:return"#document-fragment"}return null}get firstChild(){return h.firstChild(this)}get isConnected(){const e=b(this);return e&&e.nodeType===a.DOCUMENT_NODE}get ownerDocument(){return this.nodeType===a.DOCUMENT_NODE?null:this._ownerDocument}get lastChild(){return h.lastChild(this)}get childNodes(){return this._childNodesList?this._childNodesList._update():this._childNodesList=u.createImpl([],{element:this,query:()=>h.childrenToArray(this)}),this._childNodesList}get nextSibling(){return h.nextSibling(this)}get previousSibling(){return h.previousSibling(this)}_modified(){this._version++;for(const e of h.ancestorsIterator(this))e._version++;this._childrenList&&this._childrenList._update(),this._childNodesList&&this._childNodesList._update(),this._clearMemoizedQueries()}_childTextContentChangeSteps(){}_clearMemoizedQueries(){this._memoizedQueries={};const e=h.parent(this);e&&e._clearMemoizedQueries()}_descendantRemoved(e,t){const r=h.parent(this);r&&r._descendantRemoved(e,t)}_descendantAdded(e,t){const r=h.parent(this);r&&r._descendantAdded(e,t)}_attach(){this._attached=!0;for(const e of h.childrenIterator(this))e._attach&&e._attach()}_detach(){this._attached=!1,this._ownerDocument&&this._ownerDocument._lastFocusedElement===this&&(this._ownerDocument._lastFocusedElement=null);for(const e of h.childrenIterator(this))e._detach&&e._detach()}hasChildNodes(){return h.hasChildren(this)}normalize(){for(const e of h.childrenIterator(this)){if(e.normalize&&e.normalize(),e.nodeType!==a.TEXT_NODE)continue;if(""===e.nodeValue){this._remove(e);continue}const t=h.previousSibling(e);t&&t.nodeType===a.TEXT_NODE&&(t.appendData(e.nodeValue),this._remove(e))}}get parentElement(){const e=h.parent(this);return null!==e&&e.nodeType===a.ELEMENT_NODE?e:null}get baseURI(){return m(this._ownerDocument)}compareDocumentPosition(e){if(T(this)||T(e))throw new Error("Obsolete node type");const t=h.compareTreePosition(this,e);return t===s.DOCUMENT_POSITION_DISCONNECTED?s.DOCUMENT_POSITION_DISCONNECTED|s.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC|s.DOCUMENT_POSITION_FOLLOWING:t}lookupPrefix(e){if(null===e||""===e)return null;switch(this.nodeType){case a.ELEMENT_NODE:return p(this,e);case a.DOCUMENT_NODE:return null!==this.documentElement?p(this.documentElement,e):null;case a.DOCUMENT_TYPE_NODE:case a.DOCUMENT_FRAGMENT_NODE:return null;case a.ATTRIBUTE_NODE:return null!==this._element?p(this._element,e):null;default:return null!==this.parentElement?p(this.parentElement,e):null}}lookupNamespaceURI(e){return""===e&&(e=null),c(this,e)}isDefaultNamespace(e){return""===e&&(e=null),c(this,null)===e}contains(e){return null!==e&&(this===e||Boolean(this.compareDocumentPosition(e)&s.DOCUMENT_POSITION_CONTAINED_BY))}isEqualNode(e){return null!==e&&(this===e||function e(t,r){if(t.nodeType!==r.nodeType)return!1;switch(t.nodeType){case a.DOCUMENT_TYPE_NODE:if(t.name!==r.name||t.publicId!==r.publicId||t.systemId!==r.systemId)return!1;break;case a.ELEMENT_NODE:if(t._namespaceURI!==r._namespaceURI||t._prefix!==r._prefix||t._localName!==r._localName||t._attributes.length!==r._attributes.length)return!1;break;case a.PROCESSING_INSTRUCTION_NODE:if(t._target!==r._target||t._data!==r._data)return!1;break;case a.TEXT_NODE:case a.COMMENT_NODE:if(t._data!==r._data)return!1}if(t.nodeType===a.ELEMENT_NODE&&!d.attributeListsEqual(t,r))return!1;for(const i of o(h.childrenIterator(t),h.childrenIterator(r))){if(!i[0]||!i[1])return!1;if(!e(i[0],i[1]))return!1}return!0}(this,e))}isSameNode(e){return this===e}cloneNode(e){if(g(this))throw new i("ShadowRoot nodes are not clonable.","NotSupportedError");return e=Boolean(e),l(this,void 0,e)}get nodeValue(){switch(this.nodeType){case a.ATTRIBUTE_NODE:return this._value;case a.TEXT_NODE:case a.CDATA_SECTION_NODE:case a.PROCESSING_INSTRUCTION_NODE:case a.COMMENT_NODE:return this._data;default:return null}}set nodeValue(e){switch(null===e&&(e=""),this.nodeType){case a.ATTRIBUTE_NODE:d.setAnExistingAttributeValue(this,e);break;case a.TEXT_NODE:case a.CDATA_SECTION_NODE:case a.PROCESSING_INSTRUCTION_NODE:case a.COMMENT_NODE:this.replaceData(0,this.length,e)}}get textContent(){switch(this.nodeType){case a.DOCUMENT_FRAGMENT_NODE:case a.ELEMENT_NODE:{let e="";for(const t of h.treeIterator(this))t.nodeType!==a.TEXT_NODE&&t.nodeType!==a.CDATA_SECTION_NODE||(e+=t.nodeValue);return e}case a.ATTRIBUTE_NODE:return this._value;case a.TEXT_NODE:case a.CDATA_SECTION_NODE:case a.PROCESSING_INSTRUCTION_NODE:case a.COMMENT_NODE:return this._data;default:return null}}set textContent(e){switch(this.nodeType){case a.DOCUMENT_FRAGMENT_NODE:case a.ELEMENT_NODE:{let t=null;null!==e&&""!==e&&(t=this._ownerDocument.createTextNode(e)),this._replaceAll(t);break}case a.ATTRIBUTE_NODE:d.setAnExistingAttributeValue(this,e);break;case a.TEXT_NODE:case a.CDATA_SECTION_NODE:case a.PROCESSING_INSTRUCTION_NODE:case a.COMMENT_NODE:this.replaceData(0,this.length,e)}}insertBefore(e,t){return this._preInsert(e,t)}appendChild(e){return this._append(e)}replaceChild(e,t){return this._replace(e,t)}removeChild(e){return this._preRemove(e)}_preInsertValidity(e,t){const{nodeType:r,nodeName:n}=e,{nodeType:o,nodeName:s}=this;if(o!==a.DOCUMENT_NODE&&o!==a.DOCUMENT_FRAGMENT_NODE&&o!==a.ELEMENT_NODE)throw new i(`Node can't be inserted in a ${s} parent.`,"HierarchyRequestError");if(S(e,this))throw new i("The operation would yield an incorrect node tree.","HierarchyRequestError");if(t&&h.parent(t)!==this)throw new i("The child can not be found in the parent.","NotFoundError");if(r!==a.DOCUMENT_FRAGMENT_NODE&&r!==a.DOCUMENT_TYPE_NODE&&r!==a.ELEMENT_NODE&&r!==a.TEXT_NODE&&r!==a.CDATA_SECTION_NODE&&r!==a.PROCESSING_INSTRUCTION_NODE&&r!==a.COMMENT_NODE)throw new i(`${n} node can't be inserted in parent node.`,"HierarchyRequestError");if(r===a.TEXT_NODE&&o===a.DOCUMENT_NODE||r===a.DOCUMENT_TYPE_NODE&&o!==a.DOCUMENT_NODE)throw new i(`${n} node can't be inserted in ${s} parent.`,"HierarchyRequestError");if(o===a.DOCUMENT_NODE){const o=h.childrenToArray(e),u=h.childrenToArray(this);switch(r){case a.DOCUMENT_FRAGMENT_NODE:{const e=o.filter(e=>e.nodeType===a.ELEMENT_NODE);if(e.length>1)throw new i(`Invalid insertion of ${n} node in ${s} node.`,"HierarchyRequestError");if(o.some(e=>e.nodeType===a.TEXT_NODE))throw new i(`Invalid insertion of ${n} node in ${s} node.`,"HierarchyRequestError");if(1===e.length&&(u.some(e=>e.nodeType===a.ELEMENT_NODE)||t&&t.nodeType===a.DOCUMENT_TYPE_NODE||t&&h.nextSibling(t)&&h.nextSibling(t).nodeType===a.DOCUMENT_TYPE_NODE))throw new i(`Invalid insertion of ${n} node in ${s} node.`,"HierarchyRequestError");break}case a.ELEMENT_NODE:if(u.some(e=>e.nodeType===a.ELEMENT_NODE)||t&&t.nodeType===a.DOCUMENT_TYPE_NODE||t&&h.nextSibling(t)&&h.nextSibling(t).nodeType===a.DOCUMENT_TYPE_NODE)throw new i(`Invalid insertion of ${n} node in ${s} node.`,"HierarchyRequestError");break;case a.DOCUMENT_TYPE_NODE:if(u.some(e=>e.nodeType===a.DOCUMENT_TYPE_NODE)||t&&h.previousSibling(t)&&h.previousSibling(t).nodeType===a.ELEMENT_NODE||!t&&u.some(e=>e.nodeType===a.ELEMENT_NODE))throw new i(`Invalid insertion of ${n} node in ${s} node.`,"HierarchyRequestError")}}}_preInsert(e,t){this._preInsertValidity(e,t);let r=t;return r===e&&(r=h.nextSibling(e)),this._ownerDocument._adoptNode(e),this._insert(e,r),e}_insert(e,t,r){const i=e.nodeType===a.DOCUMENT_FRAGMENT_NODE?h.childrenToArray(e):[e];if(e.nodeType===a.DOCUMENT_FRAGMENT_NODE){let t;for(;t=h.firstChild(e);)e._remove(t,!0)}e.nodeType===a.DOCUMENT_FRAGMENT_NODE&&f(e,[],i,null,null);const n=t?h.previousSibling(t):h.lastChild(this);for(const r of i){t?h.insertBefore(t,r):h.appendChild(this,r),this.nodeType!==a.ELEMENT_NODE||null===this._shadowRoot||r.nodeType!==a.ELEMENT_NODE&&r.nodeType!==a.TEXT_NODE||y(r),this._modified(),r.nodeType!==a.TEXT_NODE&&r.nodeType!==a.CDATA_SECTION_NODE||this._childTextContentChangeSteps(),_(this)&&0===this._assignedNodes.length&&g(v(this))&&x(this);const i=v(r);g(i)&&w(i),this._attached&&e._attach&&r._attach(),this._descendantAdded(this,r)}r||f(this,i,[],n,t)}_append(e){return this._preInsert(e,null)}_replace(e,t){const{nodeType:r,nodeName:n}=e,{nodeType:o,nodeName:s}=this;if(o!==a.DOCUMENT_NODE&&o!==a.DOCUMENT_FRAGMENT_NODE&&o!==a.ELEMENT_NODE)throw new i(`Node can't be inserted in a ${s} parent.`,"HierarchyRequestError");if(S(e,this))throw new i("The operation would yield an incorrect node tree.","HierarchyRequestError");if(t&&h.parent(t)!==this)throw new i("The child can not be found in the parent.","NotFoundError");if(r!==a.DOCUMENT_FRAGMENT_NODE&&r!==a.DOCUMENT_TYPE_NODE&&r!==a.ELEMENT_NODE&&r!==a.TEXT_NODE&&r!==a.CDATA_SECTION_NODE&&r!==a.PROCESSING_INSTRUCTION_NODE&&r!==a.COMMENT_NODE)throw new i(`${n} node can't be inserted in parent node.`,"HierarchyRequestError");if(r===a.TEXT_NODE&&o===a.DOCUMENT_NODE||r===a.DOCUMENT_TYPE_NODE&&o!==a.DOCUMENT_NODE)throw new i(`${n} node can't be inserted in ${s} parent.`,"HierarchyRequestError");if(o===a.DOCUMENT_NODE){const o=h.childrenToArray(e),u=h.childrenToArray(this);switch(r){case a.DOCUMENT_FRAGMENT_NODE:{const e=o.filter(e=>e.nodeType===a.ELEMENT_NODE);if(e.length>1)throw new i(`Invalid insertion of ${n} node in ${s} node.`,"HierarchyRequestError");if(o.some(e=>e.nodeType===a.TEXT_NODE))throw new i(`Invalid insertion of ${n} node in ${s} node.`,"HierarchyRequestError");const r=u.filter(e=>e.nodeType===a.ELEMENT_NODE);if(1===e.length&&(1===r.length&&r[0]!==t||t&&h.nextSibling(t)&&h.nextSibling(t).nodeType===a.DOCUMENT_TYPE_NODE))throw new i(`Invalid insertion of ${n} node in ${s} node.`,"HierarchyRequestError");break}case a.ELEMENT_NODE:if(u.some(e=>e.nodeType===a.ELEMENT_NODE&&e!==t)||t&&h.nextSibling(t)&&h.nextSibling(t).nodeType===a.DOCUMENT_TYPE_NODE)throw new i(`Invalid insertion of ${n} node in ${s} node.`,"HierarchyRequestError");break;case a.DOCUMENT_TYPE_NODE:if(u.some(e=>e.nodeType===a.DOCUMENT_TYPE_NODE&&e!==t)||t&&h.previousSibling(t)&&h.previousSibling(t).nodeType===a.ELEMENT_NODE)throw new i(`Invalid insertion of ${n} node in ${s} node.`,"HierarchyRequestError")}}let u=h.nextSibling(t);u===e&&(u=h.nextSibling(e));const l=h.previousSibling(t);this._ownerDocument._adoptNode(e);let p=[];h.parent(t)&&(p=[t],this._remove(t,!0));const c=e.nodeType===a.DOCUMENT_FRAGMENT_NODE?h.childrenToArray(e):[e];return this._insert(e,u,!0),f(this,c,p,l,u),t}_replaceAll(e){null!==e&&this._ownerDocument._adoptNode(e);const t=h.childrenToArray(this);let r;r=null===e?[]:e.nodeType===a.DOCUMENT_FRAGMENT_NODE?h.childrenToArray(e):[e];for(const e of h.childrenIterator(this))this._remove(e,!0);e&&this._insert(e,null,!0),f(this,r,t,null,null)}_preRemove(e){if(h.parent(e)!==this)throw new i("The node to be removed is not a child of this node.","NotFoundError");return this._remove(e),e}_remove(e,t){this._ownerDocument&&this._ownerDocument._runPreRemovingSteps(e);const r=h.previousSibling(e),i=h.nextSibling(e);h.remove(e),e._assignedSlot&&E(e._assignedSlot),_(this)&&0===this._assignedNodes.length&&g(v(this))&&x(this);let n=_(e);if(!n)for(const t of h.treeIterator(e))if(_(t)){n=!0;break}n&&(w(v(this)),w(e)),this._modified(),e._detach(),this._descendantRemoved(this,e),t||f(this,[],[e],r,i),e.nodeType===a.TEXT_NODE&&this._childTextContentChangeSteps()}}}},function(e,t,r){"use strict";const i=r(42),{cloningSteps:n,domSymbolTree:o}=r(13),a=r(14),s=r(239).parse,{asciiCaseInsensitiveMatch:u,asciiLowercase:l}=r(25),{HTML_NS:p,XMLNS_NS:c}=r(20),d=r(29);e.exports.clone=function(t,r,s){let u;switch(void 0===r&&(r=t._ownerDocument),t.nodeType){case a.DOCUMENT_NODE:(u=r.implementation.createDocument(null,"",null))._encoding=t._encoding,u.contentType=t.contentType,u._URL=t._URL,u.origin=t.origin,u._parsingMode=t._parsingMode;break;case a.DOCUMENT_TYPE_NODE:u=r.implementation.createDocumentType(t.name,t.publicId,t.systemId);break;case a.ELEMENT_NODE:(u=r._createElementWithCorrectElementInterface(t._localName,t._namespaceURI))._prefix=t._prefix,i.copyAttributeList(t,u);break;case a.TEXT_NODE:u=r.createTextNode(t._data);break;case a.CDATA_SECTION_NODE:u=r.createCDATASection(t._data);break;case a.COMMENT_NODE:u=r.createComment(t._data);break;case a.PROCESSING_INSTRUCTION_NODE:u=r.createProcessingInstruction(t.target,t._data);break;case a.DOCUMENT_FRAGMENT_NODE:u=r.createDocumentFragment()}if(t[n]&&t[n](u,t,r,s),s)for(const i of o.childrenIterator(t)){const t=e.exports.clone(i,r,!0);u._append(t)}return u},e.exports.listOfElementsWithClassNames=(e,t)=>{const r=s(e);return 0===r.size?d.createImpl([],{element:t,query:()=>[]}):d.createImpl([],{element:t,query:()=>{const e="BackCompat"===t._ownerDocument.compatMode;return o.treeToArray(t,{filter(i){if(i.nodeType!==a.ELEMENT_NODE||i===t)return!1;const{classList:n}=i;if(e){for(const e of r)if(!n.tokenSet.some(t=>u(t,e)))return!1}else for(const e of r)if(!n.tokenSet.contains(e))return!1;return!0}})}})},e.exports.listOfElementsWithQualifiedName=(e,t)=>{if("*"===e)return d.createImpl([],{element:t,query:()=>o.treeToArray(t,{filter:e=>e.nodeType===a.ELEMENT_NODE&&e!==t})});if("html"===t._ownerDocument._parsingMode){const r=l(e);return d.createImpl([],{element:t,query:()=>o.treeToArray(t,{filter:i=>i.nodeType===a.ELEMENT_NODE&&i!==t&&(i._namespaceURI===p?i._qualifiedName===r:i._qualifiedName===e)})})}return d.createImpl([],{element:t,query:()=>o.treeToArray(t,{filter:r=>r.nodeType===a.ELEMENT_NODE&&r!==t&&r._qualifiedName===e})})},e.exports.listOfElementsWithNamespaceAndLocalName=(e,t,r)=>(""===e&&(e=null),"*"===e&&"*"===t?d.createImpl([],{element:r,query:()=>o.treeToArray(r,{filter:e=>e.nodeType===a.ELEMENT_NODE&&e!==r})}):"*"===e?d.createImpl([],{element:r,query:()=>o.treeToArray(r,{filter:e=>e.nodeType===a.ELEMENT_NODE&&e!==r&&e._localName===t})}):"*"===t?d.createImpl([],{element:r,query:()=>o.treeToArray(r,{filter:t=>t.nodeType===a.ELEMENT_NODE&&t!==r&&t._namespaceURI===e})}):d.createImpl([],{element:r,query:()=>o.treeToArray(r,{filter:i=>i.nodeType===a.ELEMENT_NODE&&i!==r&&(i._localName===t&&i._namespaceURI===e)})})),t.convertNodesIntoNode=(e,t)=>{if(1===t.length)return"string"==typeof t[0]?e.createTextNode(t[0]):t[0];const r=e.createDocumentFragment();for(let i=0;i{if(e._namespaceURI===r&&null!==e._prefix)return e._prefix;for(const t of e._attributeList)if("xmlns"===t._namespacePrefix&&t._value===r)return t._localName;return null!==e.parentElement?t.locateNamespacePrefix(e.parentElement,r):null},t.locateNamespace=(e,r)=>{switch(e.nodeType){case a.ELEMENT_NODE:if(null!==e._namespaceURI&&e._prefix===r)return e._namespaceURI;if(null===r){for(const t of e._attributeList)if(t._namespace===c&&null===t._namespacePrefix&&"xmlns"===t._localName)return""!==t._value?t._value:null}else for(const t of e._attributeList)if(t._namespace===c&&"xmlns"===t._namespacePrefix&&t._localName===r)return""!==t._value?t._value:null;return null===e.parentElement?null:t.locateNamespace(e.parentElement,r);case a.DOCUMENT_NODE:return null===e.documentElement?null:t.locateNamespace(e.documentElement,r);case a.DOCUMENT_TYPE_NODE:case a.DOCUMENT_FRAGMENT_NODE:return null;case a.ATTRIBUTE_NODE:return null===e._element?null:t.locateNamespace(e._element,r);default:return null===e.parentElement?null:t.locateNamespace(e.parentElement,r)}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=r(28).is,a=n.implSymbol,s=r(28);class u extends s.interface{constructor(){return l.setup(Object.create(new.target.prototype))}getElementById(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'getElementById' on 'DocumentFragment': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'getElementById' on 'DocumentFragment': parameter 1"}),r.push(e)}return n.tryWrapperForImpl(this[a].getElementById(...r))}prepend(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=[];for(let e=0;en.tryWrapperForImpl(this[a].children))}get firstElementChild(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[a].firstElementChild)}get lastElementChild(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[a].lastElementChild)}get childElementCount(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].childElementCount}}Object.defineProperties(u.prototype,{getElementById:{enumerable:!0},prepend:{enumerable:!0},append:{enumerable:!0},querySelector:{enumerable:!0},querySelectorAll:{enumerable:!0},children:{enumerable:!0},firstElementChild:{enumerable:!0},lastElementChild:{enumerable:!0},childElementCount:{enumerable:!0},[Symbol.toStringTag]:{value:"DocumentFragment",configurable:!0},[Symbol.unscopables]:{value:{prepend:!0,append:!0},configurable:!0}});const l={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,a)&&t[a]instanceof p.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof p.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'DocumentFragment'.`)},create(e,t){let r=Object.create(u.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(u.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){s._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,a,{value:new p.implementation(t,r),configurable:!0}),e[a][n.wrapperSymbol]=e,p.init&&p.init(e[a],r),e},interface:u,expose:{Window:{DocumentFragment:u}}};e.exports=l;const p=r(242)},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(116);class s extends a.interface{constructor(){const e=[];{let t=arguments[0];t=void 0!==t?i.DOMString(t,{context:"Failed to construct 'Text': parameter 1"}):"",e.push(t)}return u.setup(Object.create(new.target.prototype),e)}splitText(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'splitText' on 'Text': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i["unsigned long"](e,{context:"Failed to execute 'splitText' on 'Text': parameter 1"}),r.push(e)}return n.tryWrapperForImpl(this[o].splitText(...r))}get wholeText(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].wholeText}get assignedSlot(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].assignedSlot)}}Object.defineProperties(s.prototype,{splitText:{enumerable:!0},wholeText:{enumerable:!0},assignedSlot:{enumerable:!0},[Symbol.toStringTag]:{value:"Text",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'Text'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{Text:s}}};e.exports=u;const l=r(245)},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol;class a{constructor(){throw new TypeError("Illegal constructor")}item(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'item' on 'DOMTokenList': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i["unsigned long"](e,{context:"Failed to execute 'item' on 'DOMTokenList': parameter 1"}),r.push(e)}return this[o].item(...r)}contains(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'contains' on 'DOMTokenList': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'contains' on 'DOMTokenList': parameter 1"}),r.push(e)}return this[o].contains(...r)}add(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=[];for(let e=0;e>>0,a=e[o].item(i);if(null!==a)return{writable:!1,enumerable:!0,configurable:!0,value:n.tryWrapperForImpl(a)};r=!0}return Reflect.getOwnPropertyDescriptor(e,t)},set(e,t,r,i){if("symbol"==typeof t)return Reflect.set(e,t,r,i);let a;if(e===i&&n.isArrayIndexPropName(t),n.isArrayIndexPropName(t)){const r=t>>>0,i=e[o].item(r);null!==i&&(a={writable:!1,enumerable:!0,configurable:!0,value:n.tryWrapperForImpl(i)})}if(void 0===a&&(a=Reflect.getOwnPropertyDescriptor(e,t)),void 0===a){const n=Reflect.getPrototypeOf(e);if(null!==n)return Reflect.set(n,t,r,i);a={writable:!0,enumerable:!0,configurable:!0,value:void 0}}if(!a.writable)return!1;if(!n.isObject(i))return!1;const s=Reflect.getOwnPropertyDescriptor(i,t);let u;if(void 0!==s){if(s.get||s.set)return!1;if(!s.writable)return!1;u={value:r}}else u={writable:!0,enumerable:!0,configurable:!0,value:r};return Reflect.defineProperty(i,t,u)},defineProperty:(e,t,r)=>"symbol"==typeof t?Reflect.defineProperty(e,t,r):!n.isArrayIndexPropName(t)&&Reflect.defineProperty(e,t,r),deleteProperty(e,t){if("symbol"==typeof t)return Reflect.deleteProperty(e,t);if(n.isArrayIndexPropName(t)){const r=t>>>0;return!(null!==e[o].item(r))}return Reflect.deleteProperty(e,t)},preventExtensions:()=>!1}))[o][n.wrapperSymbol]=e,u.init&&u.init(e[o],r),e},interface:a,expose:{Window:{DOMTokenList:a}}};e.exports=s;const u=r(508)},function(e,t,r){(function(e){var i=r(518),n=r(264),o=r(526),a=r(527),s=r(36),u=t;u.request=function(t,r){t="string"==typeof t?s.parse(t):o(t);var n=-1===e.location.protocol.search(/^https?:$/)?"http:":"",a=t.protocol||n,u=t.hostname||t.host,l=t.port,p=t.path||"/";u&&-1!==u.indexOf(":")&&(u="["+u+"]"),t.url=(u?a+"//"+u:"")+(l?":"+l:"")+p,t.method=(t.method||"GET").toUpperCase(),t.headers=t.headers||{};var c=new i(t);return r&&c.on("response",r),c},u.get=function(e,t){var r=u.request(e,t);return r.end(),r},u.ClientRequest=i,u.IncomingMessage=n.IncomingMessage,u.Agent=function(){},u.Agent.defaultMaxSockets=4,u.globalAgent=new u.Agent,u.STATUS_CODES=a,u.METHODS=["CHECKOUT","CONNECT","COPY","DELETE","GET","HEAD","LOCK","M-SEARCH","MERGE","MKACTIVITY","MKCOL","MOVE","NOTIFY","OPTIONS","PATCH","POST","PROPFIND","PROPPATCH","PURGE","PUT","REPORT","SEARCH","SUBSCRIBE","TRACE","UNLOCK","UNSUBSCRIBE"]}).call(this,r(17))},function(e,t,r){(function(e){function r(e){return Object.prototype.toString.call(e)}t.isArray=function(e){return Array.isArray?Array.isArray(e):"[object Array]"===r(e)},t.isBoolean=function(e){return"boolean"==typeof e},t.isNull=function(e){return null===e},t.isNullOrUndefined=function(e){return null==e},t.isNumber=function(e){return"number"==typeof e},t.isString=function(e){return"string"==typeof e},t.isSymbol=function(e){return"symbol"==typeof e},t.isUndefined=function(e){return void 0===e},t.isRegExp=function(e){return"[object RegExp]"===r(e)},t.isObject=function(e){return"object"==typeof e&&null!==e},t.isDate=function(e){return"[object Date]"===r(e)},t.isError=function(e){return"[object Error]"===r(e)||e instanceof Error},t.isFunction=function(e){return"function"==typeof e},t.isPrimitive=function(e){return null===e||"boolean"==typeof e||"number"==typeof e||"string"==typeof e||"symbol"==typeof e||void 0===e},t.isBuffer=e.isBuffer}).call(this,r(4).Buffer)},function(e,t,r){"use strict";(function(t,i){var n=65536,o=4294967295;var a=r(7).Buffer,s=t.crypto||t.msCrypto;s&&s.getRandomValues?e.exports=function(e,t){if(e>o)throw new RangeError("requested too many random bytes");var r=a.allocUnsafe(e);if(e>0)if(e>n)for(var u=0;u=this._finalSize&&(this._update(this._block),this._block.fill(0));var r=8*this._len;if(r<=4294967295)this._block.writeUInt32BE(r,this._blockSize-4);else{var i=(4294967295&r)>>>0,n=(r-i)/4294967296;this._block.writeUInt32BE(n,this._blockSize-8),this._block.writeUInt32BE(i,this._blockSize-4)}this._update(this._block);var o=this._hash();return e?o.toString(e):o},n.prototype._update=function(){throw new Error("_update must be implemented by subclass")},e.exports=n},function(e,t,r){"use strict";function i(e,t,r){var i=r?" !== ":" === ",n=r?" || ":" && ",o=r?"!":"",a=r?"":"!";switch(e){case"null":return t+i+"null";case"array":return o+"Array.isArray("+t+")";case"object":return"("+o+t+n+"typeof "+t+i+'"object"'+n+a+"Array.isArray("+t+"))";case"integer":return"(typeof "+t+i+'"number"'+n+a+"("+t+" % 1)"+n+t+i+t+")";default:return"typeof "+t+i+'"'+e+'"'}}e.exports={copy:function(e,t){for(var r in t=t||{},e)t[r]=e[r];return t},checkDataType:i,checkDataTypes:function(e,t){switch(e.length){case 1:return i(e[0],t,!0);default:var r="",n=o(e);for(var a in n.array&&n.object&&(r=n.null?"(":"(!"+t+" || ",r+="typeof "+t+' !== "object")',delete n.null,delete n.array,delete n.object),n.number&&delete n.integer,n)r+=(r?" && ":"")+i(a,t,!0);return r}},coerceToTypes:function(e,t){if(Array.isArray(t)){for(var r=[],i=0;i=t)throw new Error("Cannot access property/index "+i+" levels up, current level is "+t);return r[t-i]}if(i>t)throw new Error("Cannot access data "+i+" levels up, current level is "+t);if(o="data"+(t-i||""),!n)return o}for(var s=o,l=n.split("/"),p=0;p=0;p--)"."===(a=u[p])?u.splice(p,1):".."===a?l++:l>0&&(""===a?(u.splice(p+1,l),l=0):(u.splice(p,2),l--));return""===(r=u.join("/"))&&(r=s?"/":"."),i?(i.path=r,o(i)):r}function s(e,t){""===e&&(e="."),""===t&&(t=".");var r=n(t),s=n(e);if(s&&(e=s.path||"/"),r&&!r.scheme)return s&&(r.scheme=s.scheme),o(r);if(r||t.match(i))return t;if(s&&!s.host&&!s.path)return s.host=t,o(s);var u="/"===t.charAt(0)?t:a(e.replace(/\/+$/,"")+"/"+t);return s?(s.path=u,o(s)):u}t.urlParse=n,t.urlGenerate=o,t.normalize=a,t.join=s,t.isAbsolute=function(e){return"/"===e.charAt(0)||r.test(e)},t.relative=function(e,t){""===e&&(e="."),e=e.replace(/\/$/,"");for(var r=0;0!==t.indexOf(e+"/");){var i=e.lastIndexOf("/");if(i<0)return t;if((e=e.slice(0,i)).match(/^([^\/]+:\/)?\/*$/))return t;++r}return Array(r+1).join("../")+t.substr(e.length+1)};var u=!("__proto__"in Object.create(null));function l(e){return e}function p(e){if(!e)return!1;var t=e.length;if(t<9)return!1;if(95!==e.charCodeAt(t-1)||95!==e.charCodeAt(t-2)||111!==e.charCodeAt(t-3)||116!==e.charCodeAt(t-4)||111!==e.charCodeAt(t-5)||114!==e.charCodeAt(t-6)||112!==e.charCodeAt(t-7)||95!==e.charCodeAt(t-8)||95!==e.charCodeAt(t-9))return!1;for(var r=t-10;r>=0;r--)if(36!==e.charCodeAt(r))return!1;return!0}function c(e,t){return e===t?0:null===e?1:null===t?-1:e>t?1:-1}t.toSetString=u?l:function(e){return p(e)?"$"+e:e},t.fromSetString=u?l:function(e){return p(e)?e.slice(1):e},t.compareByOriginalPositions=function(e,t,r){var i=c(e.source,t.source);return 0!==i?i:0!=(i=e.originalLine-t.originalLine)?i:0!=(i=e.originalColumn-t.originalColumn)||r?i:0!=(i=e.generatedColumn-t.generatedColumn)?i:0!=(i=e.generatedLine-t.generatedLine)?i:c(e.name,t.name)},t.compareByGeneratedPositionsDeflated=function(e,t,r){var i=e.generatedLine-t.generatedLine;return 0!==i?i:0!=(i=e.generatedColumn-t.generatedColumn)||r?i:0!==(i=c(e.source,t.source))?i:0!=(i=e.originalLine-t.originalLine)?i:0!=(i=e.originalColumn-t.originalColumn)?i:c(e.name,t.name)},t.compareByGeneratedPositionsInflated=function(e,t){var r=e.generatedLine-t.generatedLine;return 0!==r?r:0!=(r=e.generatedColumn-t.generatedColumn)?r:0!==(r=c(e.source,t.source))?r:0!=(r=e.originalLine-t.originalLine)?r:0!=(r=e.originalColumn-t.originalColumn)?r:c(e.name,t.name)},t.parseSourceMapInput=function(e){return JSON.parse(e.replace(/^\)]}'[^\n]*\n/,""))},t.computeSourceURL=function(e,t,r){if(t=t||"",e&&("/"!==e[e.length-1]&&"/"!==t[0]&&(e+="/"),t=e+t),r){var i=n(r);if(!i)throw new Error("sourceMapURL could not be parsed");if(i.path){var u=i.path.lastIndexOf("/");u>=0&&(i.path=i.path.substring(0,u+1))}t=s(o(i),t)}return a(t)}},function(e,t,r){"use strict";t.decode=t.parse=r(415),t.encode=t.stringify=r(416)},function(e,t,r){"use strict";const i=r(1),n=r(0),o=r(28).is,a=n.implSymbol,s=r(28);class u extends s.interface{constructor(){throw new TypeError("Illegal constructor")}before(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=[];for(let e=0;e=this._delta8){var r=(e=this.pending).length%this._delta8;this.pending=e.slice(e.length-r,e.length),0===this.pending.length&&(this.pending=null),e=i.join32(e,0,e.length-r,this.endian);for(var n=0;n>>24&255,i[n++]=e>>>16&255,i[n++]=e>>>8&255,i[n++]=255&e}else for(i[n++]=255&e,i[n++]=e>>>8&255,i[n++]=e>>>16&255,i[n++]=e>>>24&255,i[n++]=0,i[n++]=0,i[n++]=0,i[n++]=0,o=8;o2){if(r="md5","md5"===l[0].toLowerCase()&&(l=l.slice(1)),l=(l=l.map(function(t){for(;t.length<2;)t="0"+t;if(t.length>2)throw new d(e);return t})).join(""),!g.test(l)||l.length%2!=0)throw new d(e);try{a=n.from(l,"hex")}catch(t){throw new d(e)}}else{if(g.test(e))a=n.from(e,"hex");else{if(!f.test(e))throw new d(e);a=n.from(e,"base64")}switch(a.length){case 32:r="sha256";break;case 16:r="md5";break;case 20:r="sha1";break;case 64:r="sha512";break;default:throw new d(e)}void 0===t.hashType&&(u="spki")}if(void 0===r)throw new d(e);if(void 0===o.hashAlgs[r])throw new h(r);if(void 0!==s&&-1===(s=s.map(function(e){return e.toLowerCase()})).indexOf(r))throw new h(r);return new m({algorithm:r,hash:a,type:t.type||"key",hashType:u})},m.isFingerprint=function(e,t){return c.isCompatible(e,m,t)},m.prototype._sshpkApiVersion=[1,2],m._oldVersionDetect=function(e){return i.func(e.toString),i.func(e.matches),[1,0]}},function(e,t,r){(function(){var t;function r(e,t,r){null!=e&&("number"==typeof e?this.fromNumber(e,t,r):null==t&&"string"!=typeof e?this.fromString(e,256):this.fromString(e,t))}function i(){return new r(null)}var n="undefined"!=typeof navigator;n&&"Microsoft Internet Explorer"==navigator.appName?(r.prototype.am=function(e,t,r,i,n,o){for(var a=32767&t,s=t>>15;--o>=0;){var u=32767&this[e],l=this[e++]>>15,p=s*u+l*a;n=((u=a*u+((32767&p)<<15)+r[i]+(1073741823&n))>>>30)+(p>>>15)+s*l+(n>>>30),r[i++]=1073741823&u}return n},t=30):n&&"Netscape"!=navigator.appName?(r.prototype.am=function(e,t,r,i,n,o){for(;--o>=0;){var a=t*this[e++]+r[i]+n;n=Math.floor(a/67108864),r[i++]=67108863&a}return n},t=26):(r.prototype.am=function(e,t,r,i,n,o){for(var a=16383&t,s=t>>14;--o>=0;){var u=16383&this[e],l=this[e++]>>14,p=s*u+l*a;n=((u=a*u+((16383&p)<<14)+r[i]+n)>>28)+(p>>14)+s*l,r[i++]=268435455&u}return n},t=28),r.prototype.DB=t,r.prototype.DM=(1<>>16)&&(e=t,r+=16),0!=(t=e>>8)&&(e=t,r+=8),0!=(t=e>>4)&&(e=t,r+=4),0!=(t=e>>2)&&(e=t,r+=2),0!=(t=e>>1)&&(e=t,r+=1),r}function h(e){this.m=e}function m(e){this.m=e,this.mp=e.invDigit(),this.mpl=32767&this.mp,this.mph=this.mp>>15,this.um=(1<>=16,t+=16),0==(255&e)&&(e>>=8,t+=8),0==(15&e)&&(e>>=4,t+=4),0==(3&e)&&(e>>=2,t+=2),0==(1&e)&&++t,t}function w(e){for(var t=0;0!=e;)e&=e-1,++t;return t}function E(){}function x(e){return e}function _(e){this.r2=i(),this.q3=i(),r.ONE.dlShiftTo(2*e.t,this.r2),this.mu=this.r2.divide(e),this.m=e}h.prototype.convert=function(e){return e.s<0||e.compareTo(this.m)>=0?e.mod(this.m):e},h.prototype.revert=function(e){return e},h.prototype.reduce=function(e){e.divRemTo(this.m,null,e)},h.prototype.mulTo=function(e,t,r){e.multiplyTo(t,r),this.reduce(r)},h.prototype.sqrTo=function(e,t){e.squareTo(t),this.reduce(t)},m.prototype.convert=function(e){var t=i();return e.abs().dlShiftTo(this.m.t,t),t.divRemTo(this.m,null,t),e.s<0&&t.compareTo(r.ZERO)>0&&this.m.subTo(t,t),t},m.prototype.revert=function(e){var t=i();return e.copyTo(t),this.reduce(t),t},m.prototype.reduce=function(e){for(;e.t<=this.mt2;)e[e.t++]=0;for(var t=0;t>15)*this.mpl&this.um)<<15)&e.DM;for(e[r=t+this.m.t]+=this.m.am(0,i,e,t,0,this.m.t);e[r]>=e.DV;)e[r]-=e.DV,e[++r]++}e.clamp(),e.drShiftTo(this.m.t,e),e.compareTo(this.m)>=0&&e.subTo(this.m,e)},m.prototype.mulTo=function(e,t,r){e.multiplyTo(t,r),this.reduce(r)},m.prototype.sqrTo=function(e,t){e.squareTo(t),this.reduce(t)},r.prototype.copyTo=function(e){for(var t=this.t-1;t>=0;--t)e[t]=this[t];e.t=this.t,e.s=this.s},r.prototype.fromInt=function(e){this.t=1,this.s=e<0?-1:0,e>0?this[0]=e:e<-1?this[0]=e+this.DV:this.t=0},r.prototype.fromString=function(e,t){var i;if(16==t)i=4;else if(8==t)i=3;else if(256==t)i=8;else if(2==t)i=1;else if(32==t)i=5;else{if(4!=t)return void this.fromRadix(e,t);i=2}this.t=0,this.s=0;for(var n=e.length,o=!1,a=0;--n>=0;){var s=8==i?255&e[n]:p(e,n);s<0?"-"==e.charAt(n)&&(o=!0):(o=!1,0==a?this[this.t++]=s:a+i>this.DB?(this[this.t-1]|=(s&(1<>this.DB-a):this[this.t-1]|=s<=this.DB&&(a-=this.DB))}8==i&&0!=(128&e[0])&&(this.s=-1,a>0&&(this[this.t-1]|=(1<0&&this[this.t-1]==e;)--this.t},r.prototype.dlShiftTo=function(e,t){var r;for(r=this.t-1;r>=0;--r)t[r+e]=this[r];for(r=e-1;r>=0;--r)t[r]=0;t.t=this.t+e,t.s=this.s},r.prototype.drShiftTo=function(e,t){for(var r=e;r=0;--r)t[r+a+1]=this[r]>>n|s,s=(this[r]&o)<=0;--r)t[r]=0;t[a]=s,t.t=this.t+a+1,t.s=this.s,t.clamp()},r.prototype.rShiftTo=function(e,t){t.s=this.s;var r=Math.floor(e/this.DB);if(r>=this.t)t.t=0;else{var i=e%this.DB,n=this.DB-i,o=(1<>i;for(var a=r+1;a>i;i>0&&(t[this.t-r-1]|=(this.s&o)<>=this.DB;if(e.t>=this.DB;i+=this.s}else{for(i+=this.s;r>=this.DB;i-=e.s}t.s=i<0?-1:0,i<-1?t[r++]=this.DV+i:i>0&&(t[r++]=i),t.t=r,t.clamp()},r.prototype.multiplyTo=function(e,t){var i=this.abs(),n=e.abs(),o=i.t;for(t.t=o+n.t;--o>=0;)t[o]=0;for(o=0;o=0;)e[r]=0;for(r=0;r=t.DV&&(e[r+t.t]-=t.DV,e[r+t.t+1]=1)}e.t>0&&(e[e.t-1]+=t.am(r,t[r],e,2*r,0,1)),e.s=0,e.clamp()},r.prototype.divRemTo=function(e,t,n){var o=e.abs();if(!(o.t<=0)){var a=this.abs();if(a.t0?(o.lShiftTo(p,s),a.lShiftTo(p,n)):(o.copyTo(s),a.copyTo(n));var c=s.t,h=s[c-1];if(0!=h){var m=h*(1<1?s[c-2]>>this.F2:0),f=this.FV/m,g=(1<=0&&(n[n.t++]=1,n.subTo(w,n)),r.ONE.dlShiftTo(c,w),w.subTo(s,s);s.t=0;){var E=n[--b]==h?this.DM:Math.floor(n[b]*f+(n[b-1]+v)*g);if((n[b]+=s.am(0,E,n,y,0,c))0&&n.rShiftTo(p,n),u<0&&r.ZERO.subTo(n,n)}}},r.prototype.invDigit=function(){if(this.t<1)return 0;var e=this[0];if(0==(1&e))return 0;var t=3&e;return(t=(t=(t=(t=t*(2-(15&e)*t)&15)*(2-(255&e)*t)&255)*(2-((65535&e)*t&65535))&65535)*(2-e*t%this.DV)%this.DV)>0?this.DV-t:-t},r.prototype.isEven=function(){return 0==(this.t>0?1&this[0]:this.s)},r.prototype.exp=function(e,t){if(e>4294967295||e<1)return r.ONE;var n=i(),o=i(),a=t.convert(this),s=d(e)-1;for(a.copyTo(n);--s>=0;)if(t.sqrTo(n,o),(e&1<0)t.mulTo(o,a,n);else{var u=n;n=o,o=u}return t.revert(n)},r.prototype.toString=function(e){if(this.s<0)return"-"+this.negate().toString(e);var t;if(16==e)t=4;else if(8==e)t=3;else if(2==e)t=1;else if(32==e)t=5;else{if(4!=e)return this.toRadix(e);t=2}var r,i=(1<0)for(s>s)>0&&(n=!0,o=l(r));a>=0;)s>(s+=this.DB-t)):(r=this[a]>>(s-=t)&i,s<=0&&(s+=this.DB,--a)),r>0&&(n=!0),n&&(o+=l(r));return n?o:"0"},r.prototype.negate=function(){var e=i();return r.ZERO.subTo(this,e),e},r.prototype.abs=function(){return this.s<0?this.negate():this},r.prototype.compareTo=function(e){var t=this.s-e.s;if(0!=t)return t;var r=this.t;if(0!=(t=r-e.t))return this.s<0?-t:t;for(;--r>=0;)if(0!=(t=this[r]-e[r]))return t;return 0},r.prototype.bitLength=function(){return this.t<=0?0:this.DB*(this.t-1)+d(this[this.t-1]^this.s&this.DM)},r.prototype.mod=function(e){var t=i();return this.abs().divRemTo(e,null,t),this.s<0&&t.compareTo(r.ZERO)>0&&e.subTo(t,t),t},r.prototype.modPowInt=function(e,t){var r;return r=e<256||t.isEven()?new h(t):new m(t),this.exp(e,r)},r.ZERO=c(0),r.ONE=c(1),E.prototype.convert=x,E.prototype.revert=x,E.prototype.mulTo=function(e,t,r){e.multiplyTo(t,r)},E.prototype.sqrTo=function(e,t){e.squareTo(t)},_.prototype.convert=function(e){if(e.s<0||e.t>2*this.m.t)return e.mod(this.m);if(e.compareTo(this.m)<0)return e;var t=i();return e.copyTo(t),this.reduce(t),t},_.prototype.revert=function(e){return e},_.prototype.reduce=function(e){for(e.drShiftTo(this.m.t-1,this.r2),e.t>this.m.t+1&&(e.t=this.m.t+1,e.clamp()),this.mu.multiplyUpperTo(this.r2,this.m.t+1,this.q3),this.m.multiplyLowerTo(this.q3,this.m.t+1,this.r2);e.compareTo(this.r2)<0;)e.dAddOffset(1,this.m.t+1);for(e.subTo(this.r2,e);e.compareTo(this.m)>=0;)e.subTo(this.m,e)},_.prototype.mulTo=function(e,t,r){e.multiplyTo(t,r),this.reduce(r)},_.prototype.sqrTo=function(e,t){e.squareTo(t),this.reduce(t)};var T,S,A,k=[2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263,269,271,277,281,283,293,307,311,313,317,331,337,347,349,353,359,367,373,379,383,389,397,401,409,419,421,431,433,439,443,449,457,461,463,467,479,487,491,499,503,509,521,523,541,547,557,563,569,571,577,587,593,599,601,607,613,617,619,631,641,643,647,653,659,661,673,677,683,691,701,709,719,727,733,739,743,751,757,761,769,773,787,797,809,811,821,823,827,829,839,853,857,859,863,877,881,883,887,907,911,919,929,937,941,947,953,967,971,977,983,991,997],I=(1<<26)/k[k.length-1];function C(){var e;e=(new Date).getTime(),S[A++]^=255&e,S[A++]^=e>>8&255,S[A++]^=e>>16&255,S[A++]^=e>>24&255,A>=P&&(A-=P)}if(r.prototype.chunkSize=function(e){return Math.floor(Math.LN2*this.DB/Math.log(e))},r.prototype.toRadix=function(e){if(null==e&&(e=10),0==this.signum()||e<2||e>36)return"0";var t=this.chunkSize(e),r=Math.pow(e,t),n=c(r),o=i(),a=i(),s="";for(this.divRemTo(n,o,a);o.signum()>0;)s=(r+a.intValue()).toString(e).substr(1)+s,o.divRemTo(n,o,a);return a.intValue().toString(e)+s},r.prototype.fromRadix=function(e,t){this.fromInt(0),null==t&&(t=10);for(var i=this.chunkSize(t),n=Math.pow(t,i),o=!1,a=0,s=0,u=0;u=i&&(this.dMultiply(n),this.dAddOffset(s,0),a=0,s=0))}a>0&&(this.dMultiply(Math.pow(t,a)),this.dAddOffset(s,0)),o&&r.ZERO.subTo(this,this)},r.prototype.fromNumber=function(e,t,i){if("number"==typeof t)if(e<2)this.fromInt(1);else for(this.fromNumber(e,i),this.testBit(e-1)||this.bitwiseTo(r.ONE.shiftLeft(e-1),g,this),this.isEven()&&this.dAddOffset(1,0);!this.isProbablePrime(t);)this.dAddOffset(2,0),this.bitLength()>e&&this.subTo(r.ONE.shiftLeft(e-1),this);else{var n=new Array,o=7&e;n.length=1+(e>>3),t.nextBytes(n),o>0?n[0]&=(1<>=this.DB;if(e.t>=this.DB;i+=this.s}else{for(i+=this.s;r>=this.DB;i+=e.s}t.s=i<0?-1:0,i>0?t[r++]=i:i<-1&&(t[r++]=this.DV+i),t.t=r,t.clamp()},r.prototype.dMultiply=function(e){this[this.t]=this.am(0,e-1,this,0,0,this.t),++this.t,this.clamp()},r.prototype.dAddOffset=function(e,t){if(0!=e){for(;this.t<=t;)this[this.t++]=0;for(this[t]+=e;this[t]>=this.DV;)this[t]-=this.DV,++t>=this.t&&(this[this.t++]=0),++this[t]}},r.prototype.multiplyLowerTo=function(e,t,r){var i,n=Math.min(this.t+e.t,t);for(r.s=0,r.t=n;n>0;)r[--n]=0;for(i=r.t-this.t;n=0;)r[i]=0;for(i=Math.max(t-this.t,0);i0)if(0==t)r=this[0]%e;else for(var i=this.t-1;i>=0;--i)r=(t*r+this[i])%e;return r},r.prototype.millerRabin=function(e){var t=this.subtract(r.ONE),n=t.getLowestSetBit();if(n<=0)return!1;var o=t.shiftRight(n);(e=e+1>>1)>k.length&&(e=k.length);for(var a=i(),s=0;s>24},r.prototype.shortValue=function(){return 0==this.t?this.s:this[0]<<16>>16},r.prototype.signum=function(){return this.s<0?-1:this.t<=0||1==this.t&&this[0]<=0?0:1},r.prototype.toByteArray=function(){var e=this.t,t=new Array;t[0]=this.s;var r,i=this.DB-e*this.DB%8,n=0;if(e-- >0)for(i>i)!=(this.s&this.DM)>>i&&(t[n++]=r|this.s<=0;)i<8?(r=(this[e]&(1<>(i+=this.DB-8)):(r=this[e]>>(i-=8)&255,i<=0&&(i+=this.DB,--e)),0!=(128&r)&&(r|=-256),0==n&&(128&this.s)!=(128&r)&&++n,(n>0||r!=this.s)&&(t[n++]=r);return t},r.prototype.equals=function(e){return 0==this.compareTo(e)},r.prototype.min=function(e){return this.compareTo(e)<0?this:e},r.prototype.max=function(e){return this.compareTo(e)>0?this:e},r.prototype.and=function(e){var t=i();return this.bitwiseTo(e,f,t),t},r.prototype.or=function(e){var t=i();return this.bitwiseTo(e,g,t),t},r.prototype.xor=function(e){var t=i();return this.bitwiseTo(e,v,t),t},r.prototype.andNot=function(e){var t=i();return this.bitwiseTo(e,b,t),t},r.prototype.not=function(){for(var e=i(),t=0;t=this.t?0!=this.s:0!=(this[t]&1<1){var f=i();for(n.sqrTo(s[1],f);u<=p;)s[u]=i(),n.mulTo(f,s[u-2],s[u]),u+=2}var g,v,b=e.t-1,y=!0,w=i();for(o=d(e[b])-1;b>=0;){for(o>=l?g=e[b]>>o-l&p:(g=(e[b]&(1<0&&(g|=e[b-1]>>this.DB+o-l)),u=r;0==(1&g);)g>>=1,--u;if((o-=u)<0&&(o+=this.DB,--b),y)s[g].copyTo(a),y=!1;else{for(;u>1;)n.sqrTo(a,w),n.sqrTo(w,a),u-=2;u>0?n.sqrTo(a,w):(v=a,a=w,w=v),n.mulTo(w,s[g],a)}for(;b>=0&&0==(e[b]&1<=0?(i.subTo(n,i),t&&o.subTo(s,o),a.subTo(u,a)):(n.subTo(i,n),t&&s.subTo(o,s),u.subTo(a,u))}return 0!=n.compareTo(r.ONE)?r.ZERO:u.compareTo(e)>=0?u.subtract(e):u.signum()<0?(u.addTo(e,u),u.signum()<0?u.add(e):u):u},r.prototype.pow=function(e){return this.exp(e,new E)},r.prototype.gcd=function(e){var t=this.s<0?this.negate():this.clone(),r=e.s<0?e.negate():e.clone();if(t.compareTo(r)<0){var i=t;t=r,r=i}var n=t.getLowestSetBit(),o=r.getLowestSetBit();if(o<0)return t;for(n0&&(t.rShiftTo(o,t),r.rShiftTo(o,r));t.signum()>0;)(n=t.getLowestSetBit())>0&&t.rShiftTo(n,t),(n=r.getLowestSetBit())>0&&r.rShiftTo(n,r),t.compareTo(r)>=0?(t.subTo(r,t),t.rShiftTo(1,t)):(r.subTo(t,r),r.rShiftTo(1,r));return o>0&&r.lShiftTo(o,r),r},r.prototype.isProbablePrime=function(e){var t,r=this.abs();if(1==r.t&&r[0]<=k[k.length-1]){for(t=0;t>>8,S[A++]=255&F;A=0,C()}function O(){if(null==T){for(C(),(T=new B).init(S),A=0;A>24&255,e[t+1]=r>>16&255,e[t+2]=r>>8&255,e[t+3]=255&r,e[t+4]=i>>24&255,e[t+5]=i>>16&255,e[t+6]=i>>8&255,e[t+7]=255&i}function f(e,t,r,i,n){var o,a=0;for(o=0;o>>8)-1}function g(e,t,r,i){return f(e,t,r,i,16)}function v(e,t,r,i){return f(e,t,r,i,32)}function b(e,t,r,i){!function(e,t,r,i){for(var n,o=255&i[0]|(255&i[1])<<8|(255&i[2])<<16|(255&i[3])<<24,a=255&r[0]|(255&r[1])<<8|(255&r[2])<<16|(255&r[3])<<24,s=255&r[4]|(255&r[5])<<8|(255&r[6])<<16|(255&r[7])<<24,u=255&r[8]|(255&r[9])<<8|(255&r[10])<<16|(255&r[11])<<24,l=255&r[12]|(255&r[13])<<8|(255&r[14])<<16|(255&r[15])<<24,p=255&i[4]|(255&i[5])<<8|(255&i[6])<<16|(255&i[7])<<24,c=255&t[0]|(255&t[1])<<8|(255&t[2])<<16|(255&t[3])<<24,d=255&t[4]|(255&t[5])<<8|(255&t[6])<<16|(255&t[7])<<24,h=255&t[8]|(255&t[9])<<8|(255&t[10])<<16|(255&t[11])<<24,m=255&t[12]|(255&t[13])<<8|(255&t[14])<<16|(255&t[15])<<24,f=255&i[8]|(255&i[9])<<8|(255&i[10])<<16|(255&i[11])<<24,g=255&r[16]|(255&r[17])<<8|(255&r[18])<<16|(255&r[19])<<24,v=255&r[20]|(255&r[21])<<8|(255&r[22])<<16|(255&r[23])<<24,b=255&r[24]|(255&r[25])<<8|(255&r[26])<<16|(255&r[27])<<24,y=255&r[28]|(255&r[29])<<8|(255&r[30])<<16|(255&r[31])<<24,w=255&i[12]|(255&i[13])<<8|(255&i[14])<<16|(255&i[15])<<24,E=o,x=a,_=s,T=u,S=l,A=p,k=c,I=d,C=h,F=m,D=f,N=g,O=v,j=b,B=y,P=w,M=0;M<20;M+=2)E^=(n=(O^=(n=(C^=(n=(S^=(n=E+O|0)<<7|n>>>25)+E|0)<<9|n>>>23)+S|0)<<13|n>>>19)+C|0)<<18|n>>>14,A^=(n=(x^=(n=(j^=(n=(F^=(n=A+x|0)<<7|n>>>25)+A|0)<<9|n>>>23)+F|0)<<13|n>>>19)+j|0)<<18|n>>>14,D^=(n=(k^=(n=(_^=(n=(B^=(n=D+k|0)<<7|n>>>25)+D|0)<<9|n>>>23)+B|0)<<13|n>>>19)+_|0)<<18|n>>>14,P^=(n=(N^=(n=(I^=(n=(T^=(n=P+N|0)<<7|n>>>25)+P|0)<<9|n>>>23)+T|0)<<13|n>>>19)+I|0)<<18|n>>>14,E^=(n=(T^=(n=(_^=(n=(x^=(n=E+T|0)<<7|n>>>25)+E|0)<<9|n>>>23)+x|0)<<13|n>>>19)+_|0)<<18|n>>>14,A^=(n=(S^=(n=(I^=(n=(k^=(n=A+S|0)<<7|n>>>25)+A|0)<<9|n>>>23)+k|0)<<13|n>>>19)+I|0)<<18|n>>>14,D^=(n=(F^=(n=(C^=(n=(N^=(n=D+F|0)<<7|n>>>25)+D|0)<<9|n>>>23)+N|0)<<13|n>>>19)+C|0)<<18|n>>>14,P^=(n=(B^=(n=(j^=(n=(O^=(n=P+B|0)<<7|n>>>25)+P|0)<<9|n>>>23)+O|0)<<13|n>>>19)+j|0)<<18|n>>>14;E=E+o|0,x=x+a|0,_=_+s|0,T=T+u|0,S=S+l|0,A=A+p|0,k=k+c|0,I=I+d|0,C=C+h|0,F=F+m|0,D=D+f|0,N=N+g|0,O=O+v|0,j=j+b|0,B=B+y|0,P=P+w|0,e[0]=E>>>0&255,e[1]=E>>>8&255,e[2]=E>>>16&255,e[3]=E>>>24&255,e[4]=x>>>0&255,e[5]=x>>>8&255,e[6]=x>>>16&255,e[7]=x>>>24&255,e[8]=_>>>0&255,e[9]=_>>>8&255,e[10]=_>>>16&255,e[11]=_>>>24&255,e[12]=T>>>0&255,e[13]=T>>>8&255,e[14]=T>>>16&255,e[15]=T>>>24&255,e[16]=S>>>0&255,e[17]=S>>>8&255,e[18]=S>>>16&255,e[19]=S>>>24&255,e[20]=A>>>0&255,e[21]=A>>>8&255,e[22]=A>>>16&255,e[23]=A>>>24&255,e[24]=k>>>0&255,e[25]=k>>>8&255,e[26]=k>>>16&255,e[27]=k>>>24&255,e[28]=I>>>0&255,e[29]=I>>>8&255,e[30]=I>>>16&255,e[31]=I>>>24&255,e[32]=C>>>0&255,e[33]=C>>>8&255,e[34]=C>>>16&255,e[35]=C>>>24&255,e[36]=F>>>0&255,e[37]=F>>>8&255,e[38]=F>>>16&255,e[39]=F>>>24&255,e[40]=D>>>0&255,e[41]=D>>>8&255,e[42]=D>>>16&255,e[43]=D>>>24&255,e[44]=N>>>0&255,e[45]=N>>>8&255,e[46]=N>>>16&255,e[47]=N>>>24&255,e[48]=O>>>0&255,e[49]=O>>>8&255,e[50]=O>>>16&255,e[51]=O>>>24&255,e[52]=j>>>0&255,e[53]=j>>>8&255,e[54]=j>>>16&255,e[55]=j>>>24&255,e[56]=B>>>0&255,e[57]=B>>>8&255,e[58]=B>>>16&255,e[59]=B>>>24&255,e[60]=P>>>0&255,e[61]=P>>>8&255,e[62]=P>>>16&255,e[63]=P>>>24&255}(e,t,r,i)}function y(e,t,r,i){!function(e,t,r,i){for(var n,o=255&i[0]|(255&i[1])<<8|(255&i[2])<<16|(255&i[3])<<24,a=255&r[0]|(255&r[1])<<8|(255&r[2])<<16|(255&r[3])<<24,s=255&r[4]|(255&r[5])<<8|(255&r[6])<<16|(255&r[7])<<24,u=255&r[8]|(255&r[9])<<8|(255&r[10])<<16|(255&r[11])<<24,l=255&r[12]|(255&r[13])<<8|(255&r[14])<<16|(255&r[15])<<24,p=255&i[4]|(255&i[5])<<8|(255&i[6])<<16|(255&i[7])<<24,c=255&t[0]|(255&t[1])<<8|(255&t[2])<<16|(255&t[3])<<24,d=255&t[4]|(255&t[5])<<8|(255&t[6])<<16|(255&t[7])<<24,h=255&t[8]|(255&t[9])<<8|(255&t[10])<<16|(255&t[11])<<24,m=255&t[12]|(255&t[13])<<8|(255&t[14])<<16|(255&t[15])<<24,f=255&i[8]|(255&i[9])<<8|(255&i[10])<<16|(255&i[11])<<24,g=255&r[16]|(255&r[17])<<8|(255&r[18])<<16|(255&r[19])<<24,v=255&r[20]|(255&r[21])<<8|(255&r[22])<<16|(255&r[23])<<24,b=255&r[24]|(255&r[25])<<8|(255&r[26])<<16|(255&r[27])<<24,y=255&r[28]|(255&r[29])<<8|(255&r[30])<<16|(255&r[31])<<24,w=255&i[12]|(255&i[13])<<8|(255&i[14])<<16|(255&i[15])<<24,E=0;E<20;E+=2)o^=(n=(v^=(n=(h^=(n=(l^=(n=o+v|0)<<7|n>>>25)+o|0)<<9|n>>>23)+l|0)<<13|n>>>19)+h|0)<<18|n>>>14,p^=(n=(a^=(n=(b^=(n=(m^=(n=p+a|0)<<7|n>>>25)+p|0)<<9|n>>>23)+m|0)<<13|n>>>19)+b|0)<<18|n>>>14,f^=(n=(c^=(n=(s^=(n=(y^=(n=f+c|0)<<7|n>>>25)+f|0)<<9|n>>>23)+y|0)<<13|n>>>19)+s|0)<<18|n>>>14,w^=(n=(g^=(n=(d^=(n=(u^=(n=w+g|0)<<7|n>>>25)+w|0)<<9|n>>>23)+u|0)<<13|n>>>19)+d|0)<<18|n>>>14,o^=(n=(u^=(n=(s^=(n=(a^=(n=o+u|0)<<7|n>>>25)+o|0)<<9|n>>>23)+a|0)<<13|n>>>19)+s|0)<<18|n>>>14,p^=(n=(l^=(n=(d^=(n=(c^=(n=p+l|0)<<7|n>>>25)+p|0)<<9|n>>>23)+c|0)<<13|n>>>19)+d|0)<<18|n>>>14,f^=(n=(m^=(n=(h^=(n=(g^=(n=f+m|0)<<7|n>>>25)+f|0)<<9|n>>>23)+g|0)<<13|n>>>19)+h|0)<<18|n>>>14,w^=(n=(y^=(n=(b^=(n=(v^=(n=w+y|0)<<7|n>>>25)+w|0)<<9|n>>>23)+v|0)<<13|n>>>19)+b|0)<<18|n>>>14;e[0]=o>>>0&255,e[1]=o>>>8&255,e[2]=o>>>16&255,e[3]=o>>>24&255,e[4]=p>>>0&255,e[5]=p>>>8&255,e[6]=p>>>16&255,e[7]=p>>>24&255,e[8]=f>>>0&255,e[9]=f>>>8&255,e[10]=f>>>16&255,e[11]=f>>>24&255,e[12]=w>>>0&255,e[13]=w>>>8&255,e[14]=w>>>16&255,e[15]=w>>>24&255,e[16]=c>>>0&255,e[17]=c>>>8&255,e[18]=c>>>16&255,e[19]=c>>>24&255,e[20]=d>>>0&255,e[21]=d>>>8&255,e[22]=d>>>16&255,e[23]=d>>>24&255,e[24]=h>>>0&255,e[25]=h>>>8&255,e[26]=h>>>16&255,e[27]=h>>>24&255,e[28]=m>>>0&255,e[29]=m>>>8&255,e[30]=m>>>16&255,e[31]=m>>>24&255}(e,t,r,i)}var w=new Uint8Array([101,120,112,97,110,100,32,51,50,45,98,121,116,101,32,107]);function E(e,t,r,i,n,o,a){var s,u,l=new Uint8Array(16),p=new Uint8Array(64);for(u=0;u<16;u++)l[u]=0;for(u=0;u<8;u++)l[u]=o[u];for(;n>=64;){for(b(p,l,a,w),u=0;u<64;u++)e[t+u]=r[i+u]^p[u];for(s=1,u=8;u<16;u++)s=s+(255&l[u])|0,l[u]=255&s,s>>>=8;n-=64,t+=64,i+=64}if(n>0)for(b(p,l,a,w),u=0;u=64;){for(b(u,s,n,w),a=0;a<64;a++)e[t+a]=u[a];for(o=1,a=8;a<16;a++)o=o+(255&s[a])|0,s[a]=255&o,o>>>=8;r-=64,t+=64}if(r>0)for(b(u,s,n,w),a=0;a>>13|r<<3),i=255&e[4]|(255&e[5])<<8,this.r[2]=7939&(r>>>10|i<<6),n=255&e[6]|(255&e[7])<<8,this.r[3]=8191&(i>>>7|n<<9),o=255&e[8]|(255&e[9])<<8,this.r[4]=255&(n>>>4|o<<12),this.r[5]=o>>>1&8190,a=255&e[10]|(255&e[11])<<8,this.r[6]=8191&(o>>>14|a<<2),s=255&e[12]|(255&e[13])<<8,this.r[7]=8065&(a>>>11|s<<5),u=255&e[14]|(255&e[15])<<8,this.r[8]=8191&(s>>>8|u<<8),this.r[9]=u>>>5&127,this.pad[0]=255&e[16]|(255&e[17])<<8,this.pad[1]=255&e[18]|(255&e[19])<<8,this.pad[2]=255&e[20]|(255&e[21])<<8,this.pad[3]=255&e[22]|(255&e[23])<<8,this.pad[4]=255&e[24]|(255&e[25])<<8,this.pad[5]=255&e[26]|(255&e[27])<<8,this.pad[6]=255&e[28]|(255&e[29])<<8,this.pad[7]=255&e[30]|(255&e[31])<<8};function A(e,t,r,i,n,o){var a=new S(o);return a.update(r,i,n),a.finish(e,t),0}function k(e,t,r,i,n,o){var a=new Uint8Array(16);return A(a,0,r,i,n,o),g(e,t,a,0)}function I(e,t,r,i,n){var o;if(r<32)return-1;for(T(e,0,t,0,r,i,n),A(e,16,e,32,r-32,e),o=0;o<16;o++)e[o]=0;return 0}function C(e,t,r,i,n){var o,a=new Uint8Array(32);if(r<32)return-1;if(_(a,0,32,i,n),0!==k(t,16,t,32,r-32,a))return-1;for(T(e,0,t,0,r,i,n),o=0;o<32;o++)e[o]=0;return 0}function F(e,t){var r;for(r=0;r<16;r++)e[r]=0|t[r]}function D(e){var t,r,i=1;for(t=0;t<16;t++)r=e[t]+i+65535,i=Math.floor(r/65536),e[t]=r-65536*i;e[0]+=i-1+37*(i-1)}function N(e,t,r){for(var i,n=~(r-1),o=0;o<16;o++)i=n&(e[o]^t[o]),e[o]^=i,t[o]^=i}function O(e,r){var i,n,o,a=t(),s=t();for(i=0;i<16;i++)s[i]=r[i];for(D(s),D(s),D(s),n=0;n<2;n++){for(a[0]=s[0]-65517,i=1;i<15;i++)a[i]=s[i]-65535-(a[i-1]>>16&1),a[i-1]&=65535;a[15]=s[15]-32767-(a[14]>>16&1),o=a[15]>>16&1,a[14]&=65535,N(s,a,1-o)}for(i=0;i<16;i++)e[2*i]=255&s[i],e[2*i+1]=s[i]>>8}function j(e,t){var r=new Uint8Array(32),i=new Uint8Array(32);return O(r,e),O(i,t),v(r,0,i,0)}function B(e){var t=new Uint8Array(32);return O(t,e),1&t[0]}function P(e,t){var r;for(r=0;r<16;r++)e[r]=t[2*r]+(t[2*r+1]<<8);e[15]&=32767}function M(e,t,r){for(var i=0;i<16;i++)e[i]=t[i]+r[i]}function R(e,t,r){for(var i=0;i<16;i++)e[i]=t[i]-r[i]}function L(e,t,r){var i,n,o=0,a=0,s=0,u=0,l=0,p=0,c=0,d=0,h=0,m=0,f=0,g=0,v=0,b=0,y=0,w=0,E=0,x=0,_=0,T=0,S=0,A=0,k=0,I=0,C=0,F=0,D=0,N=0,O=0,j=0,B=0,P=r[0],M=r[1],R=r[2],L=r[3],H=r[4],U=r[5],z=r[6],q=r[7],V=r[8],W=r[9],K=r[10],$=r[11],G=r[12],Y=r[13],X=r[14],Q=r[15];o+=(i=t[0])*P,a+=i*M,s+=i*R,u+=i*L,l+=i*H,p+=i*U,c+=i*z,d+=i*q,h+=i*V,m+=i*W,f+=i*K,g+=i*$,v+=i*G,b+=i*Y,y+=i*X,w+=i*Q,a+=(i=t[1])*P,s+=i*M,u+=i*R,l+=i*L,p+=i*H,c+=i*U,d+=i*z,h+=i*q,m+=i*V,f+=i*W,g+=i*K,v+=i*$,b+=i*G,y+=i*Y,w+=i*X,E+=i*Q,s+=(i=t[2])*P,u+=i*M,l+=i*R,p+=i*L,c+=i*H,d+=i*U,h+=i*z,m+=i*q,f+=i*V,g+=i*W,v+=i*K,b+=i*$,y+=i*G,w+=i*Y,E+=i*X,x+=i*Q,u+=(i=t[3])*P,l+=i*M,p+=i*R,c+=i*L,d+=i*H,h+=i*U,m+=i*z,f+=i*q,g+=i*V,v+=i*W,b+=i*K,y+=i*$,w+=i*G,E+=i*Y,x+=i*X,_+=i*Q,l+=(i=t[4])*P,p+=i*M,c+=i*R,d+=i*L,h+=i*H,m+=i*U,f+=i*z,g+=i*q,v+=i*V,b+=i*W,y+=i*K,w+=i*$,E+=i*G,x+=i*Y,_+=i*X,T+=i*Q,p+=(i=t[5])*P,c+=i*M,d+=i*R,h+=i*L,m+=i*H,f+=i*U,g+=i*z,v+=i*q,b+=i*V,y+=i*W,w+=i*K,E+=i*$,x+=i*G,_+=i*Y,T+=i*X,S+=i*Q,c+=(i=t[6])*P,d+=i*M,h+=i*R,m+=i*L,f+=i*H,g+=i*U,v+=i*z,b+=i*q,y+=i*V,w+=i*W,E+=i*K,x+=i*$,_+=i*G,T+=i*Y,S+=i*X,A+=i*Q,d+=(i=t[7])*P,h+=i*M,m+=i*R,f+=i*L,g+=i*H,v+=i*U,b+=i*z,y+=i*q,w+=i*V,E+=i*W,x+=i*K,_+=i*$,T+=i*G,S+=i*Y,A+=i*X,k+=i*Q,h+=(i=t[8])*P,m+=i*M,f+=i*R,g+=i*L,v+=i*H,b+=i*U,y+=i*z,w+=i*q,E+=i*V,x+=i*W,_+=i*K,T+=i*$,S+=i*G,A+=i*Y,k+=i*X,I+=i*Q,m+=(i=t[9])*P,f+=i*M,g+=i*R,v+=i*L,b+=i*H,y+=i*U,w+=i*z,E+=i*q,x+=i*V,_+=i*W,T+=i*K,S+=i*$,A+=i*G,k+=i*Y,I+=i*X,C+=i*Q,f+=(i=t[10])*P,g+=i*M,v+=i*R,b+=i*L,y+=i*H,w+=i*U,E+=i*z,x+=i*q,_+=i*V,T+=i*W,S+=i*K,A+=i*$,k+=i*G,I+=i*Y,C+=i*X,F+=i*Q,g+=(i=t[11])*P,v+=i*M,b+=i*R,y+=i*L,w+=i*H,E+=i*U,x+=i*z,_+=i*q,T+=i*V,S+=i*W,A+=i*K,k+=i*$,I+=i*G,C+=i*Y,F+=i*X,D+=i*Q,v+=(i=t[12])*P,b+=i*M,y+=i*R,w+=i*L,E+=i*H,x+=i*U,_+=i*z,T+=i*q,S+=i*V,A+=i*W,k+=i*K,I+=i*$,C+=i*G,F+=i*Y,D+=i*X,N+=i*Q,b+=(i=t[13])*P,y+=i*M,w+=i*R,E+=i*L,x+=i*H,_+=i*U,T+=i*z,S+=i*q,A+=i*V,k+=i*W,I+=i*K,C+=i*$,F+=i*G,D+=i*Y,N+=i*X,O+=i*Q,y+=(i=t[14])*P,w+=i*M,E+=i*R,x+=i*L,_+=i*H,T+=i*U,S+=i*z,A+=i*q,k+=i*V,I+=i*W,C+=i*K,F+=i*$,D+=i*G,N+=i*Y,O+=i*X,j+=i*Q,w+=(i=t[15])*P,a+=38*(x+=i*R),s+=38*(_+=i*L),u+=38*(T+=i*H),l+=38*(S+=i*U),p+=38*(A+=i*z),c+=38*(k+=i*q),d+=38*(I+=i*V),h+=38*(C+=i*W),m+=38*(F+=i*K),f+=38*(D+=i*$),g+=38*(N+=i*G),v+=38*(O+=i*Y),b+=38*(j+=i*X),y+=38*(B+=i*Q),o=(i=(o+=38*(E+=i*M))+(n=1)+65535)-65536*(n=Math.floor(i/65536)),a=(i=a+n+65535)-65536*(n=Math.floor(i/65536)),s=(i=s+n+65535)-65536*(n=Math.floor(i/65536)),u=(i=u+n+65535)-65536*(n=Math.floor(i/65536)),l=(i=l+n+65535)-65536*(n=Math.floor(i/65536)),p=(i=p+n+65535)-65536*(n=Math.floor(i/65536)),c=(i=c+n+65535)-65536*(n=Math.floor(i/65536)),d=(i=d+n+65535)-65536*(n=Math.floor(i/65536)),h=(i=h+n+65535)-65536*(n=Math.floor(i/65536)),m=(i=m+n+65535)-65536*(n=Math.floor(i/65536)),f=(i=f+n+65535)-65536*(n=Math.floor(i/65536)),g=(i=g+n+65535)-65536*(n=Math.floor(i/65536)),v=(i=v+n+65535)-65536*(n=Math.floor(i/65536)),b=(i=b+n+65535)-65536*(n=Math.floor(i/65536)),y=(i=y+n+65535)-65536*(n=Math.floor(i/65536)),w=(i=w+n+65535)-65536*(n=Math.floor(i/65536)),o=(i=(o+=n-1+37*(n-1))+(n=1)+65535)-65536*(n=Math.floor(i/65536)),a=(i=a+n+65535)-65536*(n=Math.floor(i/65536)),s=(i=s+n+65535)-65536*(n=Math.floor(i/65536)),u=(i=u+n+65535)-65536*(n=Math.floor(i/65536)),l=(i=l+n+65535)-65536*(n=Math.floor(i/65536)),p=(i=p+n+65535)-65536*(n=Math.floor(i/65536)),c=(i=c+n+65535)-65536*(n=Math.floor(i/65536)),d=(i=d+n+65535)-65536*(n=Math.floor(i/65536)),h=(i=h+n+65535)-65536*(n=Math.floor(i/65536)),m=(i=m+n+65535)-65536*(n=Math.floor(i/65536)),f=(i=f+n+65535)-65536*(n=Math.floor(i/65536)),g=(i=g+n+65535)-65536*(n=Math.floor(i/65536)),v=(i=v+n+65535)-65536*(n=Math.floor(i/65536)),b=(i=b+n+65535)-65536*(n=Math.floor(i/65536)),y=(i=y+n+65535)-65536*(n=Math.floor(i/65536)),w=(i=w+n+65535)-65536*(n=Math.floor(i/65536)),o+=n-1+37*(n-1),e[0]=o,e[1]=a,e[2]=s,e[3]=u,e[4]=l,e[5]=p,e[6]=c,e[7]=d,e[8]=h,e[9]=m,e[10]=f,e[11]=g,e[12]=v,e[13]=b,e[14]=y,e[15]=w}function H(e,t){L(e,t,t)}function U(e,r){var i,n=t();for(i=0;i<16;i++)n[i]=r[i];for(i=253;i>=0;i--)H(n,n),2!==i&&4!==i&&L(n,n,r);for(i=0;i<16;i++)e[i]=n[i]}function z(e,r,i){var n,o,a=new Uint8Array(32),s=new Float64Array(80),l=t(),p=t(),c=t(),d=t(),h=t(),m=t();for(o=0;o<31;o++)a[o]=r[o];for(a[31]=127&r[31]|64,a[0]&=248,P(s,i),o=0;o<16;o++)p[o]=s[o],d[o]=l[o]=c[o]=0;for(l[0]=d[0]=1,o=254;o>=0;--o)N(l,p,n=a[o>>>3]>>>(7&o)&1),N(c,d,n),M(h,l,c),R(l,l,c),M(c,p,d),R(p,p,d),H(d,h),H(m,l),L(l,c,l),L(c,p,h),M(h,l,c),R(l,l,c),H(p,l),R(c,d,m),L(l,c,u),M(l,l,d),L(c,c,l),L(l,d,m),L(d,p,s),H(p,h),N(l,p,n),N(c,d,n);for(o=0;o<16;o++)s[o+16]=l[o],s[o+32]=c[o],s[o+48]=p[o],s[o+64]=d[o];var f=s.subarray(32),g=s.subarray(16);return U(f,f),L(g,g,f),O(e,g),0}function q(e,t){return z(e,t,o)}function V(e,t){return i(t,32),q(e,t)}function W(e,t,r){var i=new Uint8Array(32);return z(i,r,t),y(e,n,i,w)}S.prototype.blocks=function(e,t,r){for(var i,n,o,a,s,u,l,p,c,d,h,m,f,g,v,b,y,w,E,x=this.fin?0:2048,_=this.h[0],T=this.h[1],S=this.h[2],A=this.h[3],k=this.h[4],I=this.h[5],C=this.h[6],F=this.h[7],D=this.h[8],N=this.h[9],O=this.r[0],j=this.r[1],B=this.r[2],P=this.r[3],M=this.r[4],R=this.r[5],L=this.r[6],H=this.r[7],U=this.r[8],z=this.r[9];r>=16;)d=c=0,d+=(_+=8191&(i=255&e[t+0]|(255&e[t+1])<<8))*O,d+=(T+=8191&(i>>>13|(n=255&e[t+2]|(255&e[t+3])<<8)<<3))*(5*z),d+=(S+=8191&(n>>>10|(o=255&e[t+4]|(255&e[t+5])<<8)<<6))*(5*U),d+=(A+=8191&(o>>>7|(a=255&e[t+6]|(255&e[t+7])<<8)<<9))*(5*H),c=(d+=(k+=8191&(a>>>4|(s=255&e[t+8]|(255&e[t+9])<<8)<<12))*(5*L))>>>13,d&=8191,d+=(I+=s>>>1&8191)*(5*R),d+=(C+=8191&(s>>>14|(u=255&e[t+10]|(255&e[t+11])<<8)<<2))*(5*M),d+=(F+=8191&(u>>>11|(l=255&e[t+12]|(255&e[t+13])<<8)<<5))*(5*P),d+=(D+=8191&(l>>>8|(p=255&e[t+14]|(255&e[t+15])<<8)<<8))*(5*B),h=c+=(d+=(N+=p>>>5|x)*(5*j))>>>13,h+=_*j,h+=T*O,h+=S*(5*z),h+=A*(5*U),c=(h+=k*(5*H))>>>13,h&=8191,h+=I*(5*L),h+=C*(5*R),h+=F*(5*M),h+=D*(5*P),c+=(h+=N*(5*B))>>>13,h&=8191,m=c,m+=_*B,m+=T*j,m+=S*O,m+=A*(5*z),c=(m+=k*(5*U))>>>13,m&=8191,m+=I*(5*H),m+=C*(5*L),m+=F*(5*R),m+=D*(5*M),f=c+=(m+=N*(5*P))>>>13,f+=_*P,f+=T*B,f+=S*j,f+=A*O,c=(f+=k*(5*z))>>>13,f&=8191,f+=I*(5*U),f+=C*(5*H),f+=F*(5*L),f+=D*(5*R),g=c+=(f+=N*(5*M))>>>13,g+=_*M,g+=T*P,g+=S*B,g+=A*j,c=(g+=k*O)>>>13,g&=8191,g+=I*(5*z),g+=C*(5*U),g+=F*(5*H),g+=D*(5*L),v=c+=(g+=N*(5*R))>>>13,v+=_*R,v+=T*M,v+=S*P,v+=A*B,c=(v+=k*j)>>>13,v&=8191,v+=I*O,v+=C*(5*z),v+=F*(5*U),v+=D*(5*H),b=c+=(v+=N*(5*L))>>>13,b+=_*L,b+=T*R,b+=S*M,b+=A*P,c=(b+=k*B)>>>13,b&=8191,b+=I*j,b+=C*O,b+=F*(5*z),b+=D*(5*U),y=c+=(b+=N*(5*H))>>>13,y+=_*H,y+=T*L,y+=S*R,y+=A*M,c=(y+=k*P)>>>13,y&=8191,y+=I*B,y+=C*j,y+=F*O,y+=D*(5*z),w=c+=(y+=N*(5*U))>>>13,w+=_*U,w+=T*H,w+=S*L,w+=A*R,c=(w+=k*M)>>>13,w&=8191,w+=I*P,w+=C*B,w+=F*j,w+=D*O,E=c+=(w+=N*(5*z))>>>13,E+=_*z,E+=T*U,E+=S*H,E+=A*L,c=(E+=k*R)>>>13,E&=8191,E+=I*M,E+=C*P,E+=F*B,E+=D*j,_=d=8191&(c=(c=((c+=(E+=N*O)>>>13)<<2)+c|0)+(d&=8191)|0),T=h+=c>>>=13,S=m&=8191,A=f&=8191,k=g&=8191,I=v&=8191,C=b&=8191,F=y&=8191,D=w&=8191,N=E&=8191,t+=16,r-=16;this.h[0]=_,this.h[1]=T,this.h[2]=S,this.h[3]=A,this.h[4]=k,this.h[5]=I,this.h[6]=C,this.h[7]=F,this.h[8]=D,this.h[9]=N},S.prototype.finish=function(e,t){var r,i,n,o,a=new Uint16Array(10);if(this.leftover){for(o=this.leftover,this.buffer[o++]=1;o<16;o++)this.buffer[o]=0;this.fin=1,this.blocks(this.buffer,0,16)}for(r=this.h[1]>>>13,this.h[1]&=8191,o=2;o<10;o++)this.h[o]+=r,r=this.h[o]>>>13,this.h[o]&=8191;for(this.h[0]+=5*r,r=this.h[0]>>>13,this.h[0]&=8191,this.h[1]+=r,r=this.h[1]>>>13,this.h[1]&=8191,this.h[2]+=r,a[0]=this.h[0]+5,r=a[0]>>>13,a[0]&=8191,o=1;o<10;o++)a[o]=this.h[o]+r,r=a[o]>>>13,a[o]&=8191;for(a[9]-=8192,i=(1^r)-1,o=0;o<10;o++)a[o]&=i;for(i=~i,o=0;o<10;o++)this.h[o]=this.h[o]&i|a[o];for(this.h[0]=65535&(this.h[0]|this.h[1]<<13),this.h[1]=65535&(this.h[1]>>>3|this.h[2]<<10),this.h[2]=65535&(this.h[2]>>>6|this.h[3]<<7),this.h[3]=65535&(this.h[3]>>>9|this.h[4]<<4),this.h[4]=65535&(this.h[4]>>>12|this.h[5]<<1|this.h[6]<<14),this.h[5]=65535&(this.h[6]>>>2|this.h[7]<<11),this.h[6]=65535&(this.h[7]>>>5|this.h[8]<<8),this.h[7]=65535&(this.h[8]>>>8|this.h[9]<<5),n=this.h[0]+this.pad[0],this.h[0]=65535&n,o=1;o<8;o++)n=(this.h[o]+this.pad[o]|0)+(n>>>16)|0,this.h[o]=65535&n;e[t+0]=this.h[0]>>>0&255,e[t+1]=this.h[0]>>>8&255,e[t+2]=this.h[1]>>>0&255,e[t+3]=this.h[1]>>>8&255,e[t+4]=this.h[2]>>>0&255,e[t+5]=this.h[2]>>>8&255,e[t+6]=this.h[3]>>>0&255,e[t+7]=this.h[3]>>>8&255,e[t+8]=this.h[4]>>>0&255,e[t+9]=this.h[4]>>>8&255,e[t+10]=this.h[5]>>>0&255,e[t+11]=this.h[5]>>>8&255,e[t+12]=this.h[6]>>>0&255,e[t+13]=this.h[6]>>>8&255,e[t+14]=this.h[7]>>>0&255,e[t+15]=this.h[7]>>>8&255},S.prototype.update=function(e,t,r){var i,n;if(this.leftover){for((n=16-this.leftover)>r&&(n=r),i=0;i=16&&(n=r-r%16,this.blocks(e,t,n),t+=n,r-=n),r){for(i=0;i=128;){for(x=0;x<16;x++)_=8*x+Y,F[x]=r[_+0]<<24|r[_+1]<<16|r[_+2]<<8|r[_+3],D[x]=r[_+4]<<24|r[_+5]<<16|r[_+6]<<8|r[_+7];for(x=0;x<80;x++)if(n=N,o=O,a=j,s=B,u=P,l=M,p=R,L,d=H,h=U,m=z,f=q,g=V,v=W,b=K,$,A=65535&(S=$),k=S>>>16,I=65535&(T=L),C=T>>>16,A+=65535&(S=(V>>>14|P<<18)^(V>>>18|P<<14)^(P>>>9|V<<23)),k+=S>>>16,I+=65535&(T=(P>>>14|V<<18)^(P>>>18|V<<14)^(V>>>9|P<<23)),C+=T>>>16,A+=65535&(S=V&W^~V&K),k+=S>>>16,I+=65535&(T=P&M^~P&R),C+=T>>>16,T=G[2*x],A+=65535&(S=G[2*x+1]),k+=S>>>16,I+=65535&T,C+=T>>>16,T=F[x%16],k+=(S=D[x%16])>>>16,I+=65535&T,C+=T>>>16,I+=(k+=(A+=65535&S)>>>16)>>>16,A=65535&(S=E=65535&A|k<<16),k=S>>>16,I=65535&(T=w=65535&I|(C+=I>>>16)<<16),C=T>>>16,A+=65535&(S=(H>>>28|N<<4)^(N>>>2|H<<30)^(N>>>7|H<<25)),k+=S>>>16,I+=65535&(T=(N>>>28|H<<4)^(H>>>2|N<<30)^(H>>>7|N<<25)),C+=T>>>16,k+=(S=H&U^H&z^U&z)>>>16,I+=65535&(T=N&O^N&j^O&j),C+=T>>>16,c=65535&(I+=(k+=(A+=65535&S)>>>16)>>>16)|(C+=I>>>16)<<16,y=65535&A|k<<16,A=65535&(S=f),k=S>>>16,I=65535&(T=s),C=T>>>16,k+=(S=E)>>>16,I+=65535&(T=w),C+=T>>>16,O=n,j=o,B=a,P=s=65535&(I+=(k+=(A+=65535&S)>>>16)>>>16)|(C+=I>>>16)<<16,M=u,R=l,L=p,N=c,U=d,z=h,q=m,V=f=65535&A|k<<16,W=g,K=v,$=b,H=y,x%16==15)for(_=0;_<16;_++)T=F[_],A=65535&(S=D[_]),k=S>>>16,I=65535&T,C=T>>>16,T=F[(_+9)%16],A+=65535&(S=D[(_+9)%16]),k+=S>>>16,I+=65535&T,C+=T>>>16,w=F[(_+1)%16],A+=65535&(S=((E=D[(_+1)%16])>>>1|w<<31)^(E>>>8|w<<24)^(E>>>7|w<<25)),k+=S>>>16,I+=65535&(T=(w>>>1|E<<31)^(w>>>8|E<<24)^w>>>7),C+=T>>>16,w=F[(_+14)%16],k+=(S=((E=D[(_+14)%16])>>>19|w<<13)^(w>>>29|E<<3)^(E>>>6|w<<26))>>>16,I+=65535&(T=(w>>>19|E<<13)^(E>>>29|w<<3)^w>>>6),C+=T>>>16,C+=(I+=(k+=(A+=65535&S)>>>16)>>>16)>>>16,F[_]=65535&I|C<<16,D[_]=65535&A|k<<16;A=65535&(S=H),k=S>>>16,I=65535&(T=N),C=T>>>16,T=e[0],k+=(S=t[0])>>>16,I+=65535&T,C+=T>>>16,C+=(I+=(k+=(A+=65535&S)>>>16)>>>16)>>>16,e[0]=N=65535&I|C<<16,t[0]=H=65535&A|k<<16,A=65535&(S=U),k=S>>>16,I=65535&(T=O),C=T>>>16,T=e[1],k+=(S=t[1])>>>16,I+=65535&T,C+=T>>>16,C+=(I+=(k+=(A+=65535&S)>>>16)>>>16)>>>16,e[1]=O=65535&I|C<<16,t[1]=U=65535&A|k<<16,A=65535&(S=z),k=S>>>16,I=65535&(T=j),C=T>>>16,T=e[2],k+=(S=t[2])>>>16,I+=65535&T,C+=T>>>16,C+=(I+=(k+=(A+=65535&S)>>>16)>>>16)>>>16,e[2]=j=65535&I|C<<16,t[2]=z=65535&A|k<<16,A=65535&(S=q),k=S>>>16,I=65535&(T=B),C=T>>>16,T=e[3],k+=(S=t[3])>>>16,I+=65535&T,C+=T>>>16,C+=(I+=(k+=(A+=65535&S)>>>16)>>>16)>>>16,e[3]=B=65535&I|C<<16,t[3]=q=65535&A|k<<16,A=65535&(S=V),k=S>>>16,I=65535&(T=P),C=T>>>16,T=e[4],k+=(S=t[4])>>>16,I+=65535&T,C+=T>>>16,C+=(I+=(k+=(A+=65535&S)>>>16)>>>16)>>>16,e[4]=P=65535&I|C<<16,t[4]=V=65535&A|k<<16,A=65535&(S=W),k=S>>>16,I=65535&(T=M),C=T>>>16,T=e[5],k+=(S=t[5])>>>16,I+=65535&T,C+=T>>>16,C+=(I+=(k+=(A+=65535&S)>>>16)>>>16)>>>16,e[5]=M=65535&I|C<<16,t[5]=W=65535&A|k<<16,A=65535&(S=K),k=S>>>16,I=65535&(T=R),C=T>>>16,T=e[6],k+=(S=t[6])>>>16,I+=65535&T,C+=T>>>16,C+=(I+=(k+=(A+=65535&S)>>>16)>>>16)>>>16,e[6]=R=65535&I|C<<16,t[6]=K=65535&A|k<<16,A=65535&(S=$),k=S>>>16,I=65535&(T=L),C=T>>>16,T=e[7],k+=(S=t[7])>>>16,I+=65535&T,C+=T>>>16,C+=(I+=(k+=(A+=65535&S)>>>16)>>>16)>>>16,e[7]=L=65535&I|C<<16,t[7]=$=65535&A|k<<16,Y+=128,i-=128}return i}function X(e,t,r){var i,n=new Int32Array(8),o=new Int32Array(8),a=new Uint8Array(256),s=r;for(n[0]=1779033703,n[1]=3144134277,n[2]=1013904242,n[3]=2773480762,n[4]=1359893119,n[5]=2600822924,n[6]=528734635,n[7]=1541459225,o[0]=4089235720,o[1]=2227873595,o[2]=4271175723,o[3]=1595750129,o[4]=2917565137,o[5]=725511199,o[6]=4215389547,o[7]=327033209,Y(n,o,t,r),r%=128,i=0;i=0;--n)Z(e,t,i=r[n/8|0]>>(7&n)&1),Q(t,e),Q(e,e),Z(e,t,i)}function te(e,r){var i=[t(),t(),t(),t()];F(i[0],c),F(i[1],d),F(i[2],s),L(i[3],c,d),ee(e,i,r)}function re(e,r,n){var o,a=new Uint8Array(64),s=[t(),t(),t(),t()];for(n||i(r,32),X(a,r,32),a[0]&=248,a[31]&=127,a[31]|=64,te(s,a),J(e,s),o=0;o<32;o++)r[o+32]=e[o];return 0}var ie=new Float64Array([237,211,245,92,26,99,18,88,214,156,247,162,222,249,222,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16]);function ne(e,t){var r,i,n,o;for(i=63;i>=32;--i){for(r=0,n=i-32,o=i-12;n>8,t[n]-=256*r;t[n]+=r,t[i]=0}for(r=0,n=0;n<32;n++)t[n]+=r-(t[31]>>4)*ie[n],r=t[n]>>8,t[n]&=255;for(n=0;n<32;n++)t[n]-=r*ie[n];for(i=0;i<32;i++)t[i+1]+=t[i]>>8,e[i]=255&t[i]}function oe(e){var t,r=new Float64Array(64);for(t=0;t<64;t++)r[t]=e[t];for(t=0;t<64;t++)e[t]=0;ne(e,r)}function ae(e,r,i,n){var o,a,s=new Uint8Array(64),u=new Uint8Array(64),l=new Uint8Array(64),p=new Float64Array(64),c=[t(),t(),t(),t()];X(s,n,32),s[0]&=248,s[31]&=127,s[31]|=64;var d=i+64;for(o=0;o=0;i--)H(n,n),1!==i&&L(n,n,r);for(i=0;i<16;i++)e[i]=n[i]}(i,i),L(i,i,o),L(i,i,u),L(i,i,u),L(e[0],i,u),H(n,e[0]),L(n,n,u),j(n,o)&&L(e[0],e[0],h),H(n,e[0]),L(n,n,u),j(n,o)?-1:(B(e[0])===r[31]>>7&&R(e[0],a,e[0]),L(e[3],e[0],e[1]),0)}function ue(e,r,i,n){var o,a=new Uint8Array(32),s=new Uint8Array(64),u=[t(),t(),t(),t()],l=[t(),t(),t(),t()];if(-1,i<64)return-1;if(se(l,n))return-1;for(o=0;o=0},e.sign.keyPair=function(){var e=new Uint8Array(32),t=new Uint8Array(64);return re(e,t),{publicKey:e,secretKey:t}},e.sign.keyPair.fromSecretKey=function(e){if(fe(e),64!==e.length)throw new Error("bad secret key size");for(var t=new Uint8Array(32),r=0;r=this._buffer.length},o.prototype.remainder=function(){return this._buffer.slice(this._offset)},o.prototype.skip=function(e){this._offset+=e},o.prototype.expand=function(){this._size*=2;var e=n.alloc(this._size);this._buffer.copy(e,0),this._buffer=e},o.prototype.readPart=function(){return{data:this.readBuffer()}},o.prototype.readBuffer=function(){var e=this._buffer.readUInt32BE(this._offset);this._offset+=4,i.ok(this._offset+e<=this._buffer.length,"length out of bounds at +0x"+this._offset.toString(16)+" (data truncated?)");var t=this._buffer.slice(this._offset,this._offset+e);return this._offset+=e,t},o.prototype.readString=function(){return this.readBuffer().toString()},o.prototype.readCString=function(){for(var e=this._offset;ethis._size;)this.expand();this._buffer.writeUInt32BE(e.length,this._offset),this._offset+=4,e.copy(this._buffer,this._offset),this._offset+=e.length},o.prototype.writeString=function(e){this.writeBuffer(n.from(e,"utf8"))},o.prototype.writeCString=function(e){for(;this._offset+1+e.length>this._size;)this.expand();this._buffer.write(e,this._offset),this._offset+=e.length,this._buffer[this._offset++]=0},o.prototype.writeInt=function(e){for(;this._offset+4>this._size;)this.expand();this._buffer.writeUInt32BE(e,this._offset),this._offset+=4},o.prototype.writeInt64=function(e){if(i.buffer(e,"value"),e.length>8){for(var t=e.slice(0,e.length-8),r=0;rthis._size;)this.expand();e.copy(this._buffer,this._offset),this._offset+=8},o.prototype.writeChar=function(e){for(;this._offset+1>this._size;)this.expand();this._buffer[this._offset++]=e},o.prototype.writePart=function(e){this.writeBuffer(e.data)},o.prototype.write=function(e){for(;this._offset+e.length>this._size;)this.expand();e.copy(this._buffer,this._offset),this._offset+=e.length}},function(e,t,r){e.exports={read:function(e,t){return p.read(e,t,"pkcs8")},readPkcs8:function(e,t,r){r.peek()===n.Ber.Integer&&(i.strictEqual(t,"private","unexpected Integer at start of public key"),r.readString(n.Ber.Integer,!0));r.readSequence();var a=r.offset+r.length,p=r.readOID();switch(p){case"1.2.840.113549.1.1.1":return r._offset=a,"public"===t?function(e){e.readSequence(n.Ber.BitString),e.readByte(),e.readSequence();var t=c(e,"modulus"),r=c(e,"exponent"),i={type:"rsa",source:e.originalInput,parts:[{name:"e",data:r},{name:"n",data:t}]};return new u(i)}(r):function(e){e.readSequence(n.Ber.OctetString),e.readSequence();var t=c(e,"version");i.equal(t[0],0,"unknown RSA private key version");var r=c(e,"modulus"),o=c(e,"public exponent"),a=c(e,"private exponent"),s=c(e,"prime1"),u=c(e,"prime2"),p=c(e,"exponent1"),d=c(e,"exponent2"),h=c(e,"iqmp");return new l({type:"rsa",parts:[{name:"n",data:r},{name:"e",data:o},{name:"d",data:a},{name:"iqmp",data:h},{name:"p",data:s},{name:"q",data:u},{name:"dmodp",data:p},{name:"dmodq",data:d}]})}(r);case"1.2.840.10040.4.1":return"public"===t?function(e){e.readSequence();var t=c(e,"p"),r=c(e,"q"),i=c(e,"g");e.readSequence(n.Ber.BitString),e.readByte();var o=c(e,"y");return new u({type:"dsa",parts:[{name:"p",data:t},{name:"q",data:r},{name:"g",data:i},{name:"y",data:o}]})}(r):function(e){e.readSequence();var t=c(e,"p"),r=c(e,"q"),i=c(e,"g");e.readSequence(n.Ber.OctetString);var o=c(e,"x"),a=s.calculateDSAPublic(i,t,o);return new l({type:"dsa",parts:[{name:"p",data:t},{name:"q",data:r},{name:"g",data:i},{name:"y",data:a},{name:"x",data:o}]})}(r);case"1.2.840.10045.2.1":return"public"===t?function(e){var t=d(e);i.string(t,"a known elliptic curve");var r=e.readString(n.Ber.BitString,!0);r=s.ecNormalize(r);var a={type:"ecdsa",parts:[{name:"curve",data:o.from(t)},{name:"Q",data:r}]};return new u(a)}(r):function(e){var t=d(e);i.string(t,"a known elliptic curve"),e.readSequence(n.Ber.OctetString),e.readSequence();var r=c(e,"version");i.equal(r[0],1,"unknown version of ECDSA key");var a,u=e.readString(n.Ber.OctetString,!0);160==e.peek()&&(e.readSequence(160),e._offset+=e.length);161==e.peek()&&(e.readSequence(161),a=e.readString(n.Ber.BitString,!0),a=s.ecNormalize(a));if(void 0===a){var p=s.publicFromPrivateECDSA(t,u);a=p.part.Q.data}var h={type:"ecdsa",parts:[{name:"curve",data:o.from(t)},{name:"Q",data:a},{name:"d",data:u}]};return new l(h)}(r);case"1.3.101.112":return"public"===t?function(e){0===e.peek()&&e.readByte();var t=s.readBitString(e),r={type:"ed25519",parts:[{name:"A",data:s.zeroPadToLength(t,32)}]};return new u(r)}(r):function(e){0===e.peek()&&e.readByte();e.readSequence(n.Ber.OctetString);var t,r=e.readString(n.Ber.OctetString,!0);r=s.zeroPadToLength(r,32),e.peek()===n.Ber.BitString?(t=s.readBitString(e),t=s.zeroPadToLength(t,32)):t=s.calculateED25519Public(r);var i={type:"ed25519",parts:[{name:"A",data:s.zeroPadToLength(t,32)},{name:"k",data:s.zeroPadToLength(r,32)}]};return new l(i)}(r);case"1.3.101.110":return"public"===t?function(e){var t=s.readBitString(e),r={type:"curve25519",parts:[{name:"A",data:s.zeroPadToLength(t,32)}]};return new u(r)}(r):function(e){0===e.peek()&&e.readByte();e.readSequence(n.Ber.OctetString);var t=e.readString(n.Ber.OctetString,!0);t=s.zeroPadToLength(t,32);var r=s.calculateX25519Public(t),i={type:"curve25519",parts:[{name:"A",data:s.zeroPadToLength(r,32)},{name:"k",data:s.zeroPadToLength(t,32)}]};return new l(i)}(r);default:throw new Error("Unknown key type OID "+p)}},write:function(e,t){return p.write(e,t,"pkcs8")},writePkcs8:h,pkcs8ToBuffer:function(e){var t=new n.BerWriter;return h(t,e),t.buffer},readECDSACurve:d,writeECDSACurve:m};var i=r(11),n=r(48),o=r(9).Buffer,a=r(27),s=r(22),u=r(21),l=r(24),p=r(51);function c(e,t){return i.strictEqual(e.peek(),n.Ber.Integer,t+" is not an Integer"),s.mpNormalize(e.readString(n.Ber.Integer,!0))}function d(e){var t,r,u,l,p;if(e.peek()===n.Ber.OID){var c=e.readOID();for(r=Object.keys(a.curves),u=0;u=this.validFrom.getTime()&&e.getTime()0&&-1===this.issuer.purposes.indexOf("ca"))&&this.isSignedByKey(e.subjectKey))},g.prototype.getExtension=function(e){return i.string(e,"keyOrOid"),this.getExtensions().filter(function(t){return"x509"===t.format?t.oid===e:"openssh"===t.format&&t.name===e})[0]},g.prototype.getExtensions=function(){var e=[],t=this.signatures.x509;t&&t.extras&&t.extras.exts&&t.extras.exts.forEach(function(t){t.format="x509",e.push(t)});var r=this.signatures.openssh;return r&&r.exts&&r.exts.forEach(function(t){t.format="openssh",e.push(t)}),e},g.prototype.isSignedByKey=function(e){if(l.assertCompatible(e,p,[1,2],"issuerKey"),void 0!==this.issuerKey)return this.issuerKey.fingerprint("sha512").matches(e);var t=Object.keys(this.signatures)[0],r=h[t].verify(this,e);return r&&(this.issuerKey=e),r},g.prototype.signWith=function(e){l.assertCompatible(e,c,[1,2],"key");for(var t=Object.keys(h),r=!1,i=0;i0&&-1===h.indexOf("serverAuth")&&h.push("serverAuth"),f.length>0&&-1===h.indexOf("clientAuth")&&h.push("clientAuth"),(f.length>0||m.length>0)&&(-1===h.indexOf("keyAgreement")&&h.push("keyAgreement"),"rsa"===t.type&&-1===h.indexOf("encryption")&&h.push("encryption"))}var v=new g({subjects:o,issuer:o[0],subjectKey:t.toPublic(),issuerKey:t.toPublic(),signatures:{},serial:p,validFrom:a,validUntil:s,purposes:h});return v.signWith(t),v},g.create=function(e,t,r,o,a){var s;s=Array.isArray(e)?e:[e],i.arrayOfObject(s),s.forEach(function(e){l.assertCompatible(e,d,[1,0],"subject")}),l.assertCompatible(t,p,[1,0],"key"),c.isPrivateKey(t)&&(t=t.toPublic()),l.assertCompatible(r,d,[1,0],"issuer"),l.assertCompatible(o,c,[1,2],"issuer key"),i.optionalObject(a,"options"),void 0===a&&(a={}),i.optionalObject(a.validFrom,"options.validFrom"),i.optionalObject(a.validUntil,"options.validUntil");var u=a.validFrom,h=a.validUntil;if(void 0===u&&(u=new Date),void 0===h){i.optionalNumber(a.lifetime,"options.lifetime");var m=a.lifetime;void 0===m&&(m=31536e4),(h=new Date).setTime(h.getTime()+1e3*m)}i.optionalBuffer(a.serial,"options.serial");var f=a.serial;void 0===f&&(f=n.from("0000000000000001","hex"));var v=a.purposes;void 0===v&&(v=[]),-1===v.indexOf("signature")&&v.push("signature"),!0===a.ca&&(-1===v.indexOf("ca")&&v.push("ca"),-1===v.indexOf("crl")&&v.push("crl"));var b=s.filter(function(e){return"host"===e.type}),y=s.filter(function(e){return"user"===e.type});b.length>0&&-1===v.indexOf("serverAuth")&&v.push("serverAuth"),y.length>0&&-1===v.indexOf("clientAuth")&&v.push("clientAuth"),(y.length>0||b.length>0)&&(-1===v.indexOf("keyAgreement")&&v.push("keyAgreement"),"rsa"===t.type&&-1===v.indexOf("encryption")&&v.push("encryption"));var w=new g({subjects:s,issuer:r,subjectKey:t,issuerKey:o.toPublic(),signatures:{},serial:f,validFrom:u,validUntil:h,purposes:v});return w.signWith(o),w},g.parse=function(e,t,r){"string"!=typeof e&&i.buffer(e,"data"),void 0===t&&(t="auto"),i.string(t,"format"),"string"==typeof r&&(r={filename:r}),i.optionalObject(r,"options"),void 0===r&&(r={}),i.optionalString(r.filename,"options.filename"),void 0===r.filename&&(r.filename="(unnamed)"),i.object(h[t],"formats[format]");try{return h[t].read(e,r)}catch(e){throw new m(r.filename,t,e)}},g.isCertificate=function(e,t){return l.isCompatible(e,g,t)},g.prototype._sshpkApiVersion=[1,1],g._oldVersionDetect=function(e){return[1,0]}},function(e,t,r){e.exports=p;var i=r(11),n=(r(27),r(18),r(95),r(47),r(45),r(12),r(22)),o=r(48),a=r(9).Buffer,s=/^([*]|[a-z0-9][a-z0-9\-]{0,62})(?:\.([*]|[a-z0-9][a-z0-9\-]{0,62}))*$/i,u={cn:"2.5.4.3",o:"2.5.4.10",ou:"2.5.4.11",l:"2.5.4.7",s:"2.5.4.8",c:"2.5.4.6",sn:"2.5.4.4",postalCode:"2.5.4.17",serialNumber:"2.5.4.5",street:"2.5.4.9",x500UniqueIdentifier:"2.5.4.45",role:"2.5.4.72",telephoneNumber:"2.5.4.20",description:"2.5.4.13",dc:"0.9.2342.19200300.100.1.25",uid:"0.9.2342.19200300.100.1.1",mail:"0.9.2342.19200300.100.1.3",title:"2.5.4.12",gn:"2.5.4.42",initials:"2.5.4.43",pseudonym:"2.5.4.65",emailAddress:"1.2.840.113549.1.9.1"},l={};function p(e){var t=this;if(i.object(e,"options"),i.arrayOfObject(e.components,"options.components"),this.components=e.components,this.componentLookup={},this.components.forEach(function(e){e.name&&!e.oid&&(e.oid=u[e.name]),e.oid&&!e.name&&(e.name=l[e.oid]),void 0===t.componentLookup[e.name]&&(t.componentLookup[e.name]=[]),t.componentLookup[e.name].push(e)}),this.componentLookup.cn&&this.componentLookup.cn.length>0&&(this.cn=this.componentLookup.cn[0].value),i.optionalString(e.type,"options.type"),void 0===e.type)1===this.components.length&&this.componentLookup.cn&&1===this.componentLookup.cn.length&&this.componentLookup.cn[0].value.match(s)?(this.type="host",this.hostname=this.componentLookup.cn[0].value):this.componentLookup.dc&&this.components.length===this.componentLookup.dc.length?(this.type="host",this.hostname=this.componentLookup.dc.map(function(e){return e.value}).join(".")):this.componentLookup.uid&&this.components.length===this.componentLookup.uid.length?(this.type="user",this.uid=this.componentLookup.uid[0].value):this.componentLookup.cn&&1===this.componentLookup.cn.length&&this.componentLookup.cn[0].value.match(s)?(this.type="host",this.hostname=this.componentLookup.cn[0].value):this.componentLookup.uid&&1===this.componentLookup.uid.length?(this.type="user",this.uid=this.componentLookup.uid[0].value):this.componentLookup.mail&&1===this.componentLookup.mail.length?(this.type="email",this.email=this.componentLookup.mail[0].value):this.componentLookup.cn&&1===this.componentLookup.cn.length?(this.type="user",this.uid=this.componentLookup.cn[0].value):this.type="unknown";else if(this.type=e.type,"host"===this.type)this.hostname=e.hostname;else if("user"===this.type)this.uid=e.uid;else{if("email"!==this.type)throw new Error("Unknown type "+this.type);this.email=e.email}}Object.keys(u).forEach(function(e){l[u[e]]=e}),p.prototype.toString=function(){return this.components.map(function(e){var t=e.name.toUpperCase();t=t.replace(/=/g,"\\=");var r=e.value;return t+"="+(r=r.replace(/,/g,"\\,"))}).join(", ")},p.prototype.get=function(e,t){i.string(e,"name");var r=this.componentLookup[e];if(void 0!==r&&0!==r.length){if(!t&&r.length>1)throw new Error("Multiple values for attribute "+e);return t?r.map(function(e){return e.value}):r[0].value}},p.prototype.toArray=function(e){return this.components.map(function(e){return{name:e.name,value:e.value}})};var c=/[^a-zA-Z0-9 '(),+.\/:=?-]/,d=/[^\x00-\x7f]/;function h(e,t){if("**"===e||"**"===t)return!0;var r=e.split("."),i=t.split(".");if(r.length!==i.length)return!1;for(var n=0;n0;){var o;if(null!==(o=/^,/.exec(n)))t[++r]="",n=n.slice(o[0].length);else if(null!==(o=/^\\,/.exec(n)))t[r]+=",",n=n.slice(o[0].length);else if(null!==(o=/^\\./.exec(n)))t[r]+=o[0],n=n.slice(o[0].length);else{if(null===(o=/^[^\\,]+/.exec(n)))throw new Error("Failed to parse DN");t[r]+=o[0],n=n.slice(o[0].length)}}return new p({components:t.map(function(e){for(var t=(e=e.trim()).indexOf("=");t>0&&"\\"===e.charAt(t-1);)t=e.indexOf("=",t+1);if(-1===t)throw new Error("Failed to parse DN");return{name:e.slice(0,t).toLowerCase().replace(/\\=/g,"="),value:e.slice(t+1)}})})},p.fromArray=function(e){return i.arrayOfObject(e,"components"),e.forEach(function(e){if(i.object(e,"component"),i.string(e.name,"component.name"),!a.isBuffer(e.value)&&"string"!=typeof e.value)throw new Error("Invalid component value")}),new p({components:e})},p.parseAsn1=function(e,t){var r=[];e.readSequence(t);for(var i=e.offset+e.length;e.offset{let t="";const r=i.childrenIterator(e);for(const e of r)e.nodeType!==o&&e.nodeType!==n||(t+=e.data);return t}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get disabled(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"disabled")}set disabled(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'disabled' property on 'HTMLOptionElement': The provided value"}))?this.setAttributeNS(null,"disabled",""):this.removeAttributeNS(null,"disabled")}get form(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].form)}get label(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].label}set label(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'label' property on 'HTMLOptionElement': The provided value"}),this[o].label=t}get defaultSelected(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"selected")}set defaultSelected(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'defaultSelected' property on 'HTMLOptionElement': The provided value"}))?this.setAttributeNS(null,"selected",""):this.removeAttributeNS(null,"selected")}get selected(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].selected}set selected(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.boolean(t,{context:"Failed to set the 'selected' property on 'HTMLOptionElement': The provided value"}),this[o].selected=t}get value(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].value}set value(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'value' property on 'HTMLOptionElement': The provided value"}),this[o].value=t}get text(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].text}set text(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'text' property on 'HTMLOptionElement': The provided value"}),this[o].text=t}get index(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].index}}Object.defineProperties(s.prototype,{disabled:{enumerable:!0},form:{enumerable:!0},label:{enumerable:!0},defaultSelected:{enumerable:!0},selected:{enumerable:!0},value:{enumerable:!0},text:{enumerable:!0},index:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLOptionElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLOptionElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLOptionElement:s}}};e.exports=u;const l=r(776)},function(e,t,r){"use strict";r(1);const i=r(0),n=i.implSymbol;class o{constructor(){throw new TypeError("Illegal constructor")}get valueMissing(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[n].valueMissing}get typeMismatch(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[n].typeMismatch}get patternMismatch(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[n].patternMismatch}get tooLong(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[n].tooLong}get tooShort(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[n].tooShort}get rangeUnderflow(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[n].rangeUnderflow}get rangeOverflow(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[n].rangeOverflow}get stepMismatch(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[n].stepMismatch}get badInput(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[n].badInput}get customError(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[n].customError}get valid(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[n].valid}}Object.defineProperties(o.prototype,{valueMissing:{enumerable:!0},typeMismatch:{enumerable:!0},patternMismatch:{enumerable:!0},tooLong:{enumerable:!0},tooShort:{enumerable:!0},rangeUnderflow:{enumerable:!0},rangeOverflow:{enumerable:!0},stepMismatch:{enumerable:!0},badInput:{enumerable:!0},customError:{enumerable:!0},valid:{enumerable:!0},[Symbol.toStringTag]:{value:"ValidityState",configurable:!0}});const a={_mixedIntoPredicates:[],is(t){if(t){if(i.hasOwn(t,n)&&t[n]instanceof s.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof s.implementation)return!0;const r=i.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return i.implForWrapper(t);throw new TypeError(`${r} is not of type 'ValidityState'.`)},create(e,t){let r=Object.create(o.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(o.prototype);return r=this.setup(r,e,t),i.implForWrapper(r)},_internalSetup(e){},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,n,{value:new s.implementation(t,r),configurable:!0}),e[n][i.wrapperSymbol]=e,s.init&&s.init(e[n],r),e},interface:o,expose:{Window:{ValidityState:o}}};e.exports=a;const s=r(793)},function(e,t,r){"use strict";(function(e){const i=r(205),n=r(398),o=r(400),a=["Infinity","NaN","undefined"],s=["isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","Array","ArrayBuffer","Boolean","DataView","Date","Error","EvalError","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Number","Object","Proxy","Promise","RangeError","ReferenceError","RegExp","Set","String","Symbol","SyntaxError","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","URIError","WeakMap","WeakSet","JSON","Math","Reflect","escape","unescape"];t.createContext=function(r){Object.defineProperty(r,"__isVMShimContext",{value:!0,writable:!0,configurable:!0,enumerable:!1});for(const t of a)Object.defineProperty(r,t,{value:e[t],writable:!1,configurable:!1,enumerable:!1});for(const t of s)Object.defineProperty(r,t,{value:e[t],writable:!0,configurable:!0,enumerable:!1});Object.defineProperty(r,"eval",{value:e=>t.runInContext(e,r),writable:!0,configurable:!0,enumerable:!1})},t.isContext=function(e){return e.__isVMShimContext},t.runInContext=function(e,t,r){if("this"===e)return t;void 0===r&&(r={});const a=[],s=[],u=i.parse(e,{allowReturnOutsideFunction:!0,ranges:!0,onComment:a,onToken:s});o.attachComments(u,a,s);const l=n(u);for(let e=0;e=58)break;n++}return nr?null:i||n==e.length?parseInt(e.substr(0,n),10):null}function x(e){var t=e.split(":"),r=[0,0,0];if(3!==t.length)return null;for(var i=0;i<3;i++){var n=2==i,o=E(t[i],1,2,n);if(null===o)return null;r[i]=o}return r}function _(e){e=String(e).substr(0,3).toLowerCase();var t=v[e];return t>=0?t:null}function T(e){if(e){var t=e.split(g);if(t){for(var r=null,i=null,n=null,o=null,a=null,s=null,u=0;u=70&&s<=99?s+=1900:s>=0&&s<=69&&(s+=2e3)):a=l:o=l}if(!(null===o||null===a||null===s||null===n||o<1||o>31||s<1601||r>23||i>59||n>59))return new Date(Date.UTC(s,a,o,r,i,n))}}}function S(e){var t=e.getUTCDate();t=t>=10?t:"0"+t;var r=e.getUTCHours();r=r>=10?r:"0"+r;var i=e.getUTCMinutes();i=i>=10?i:"0"+i;var n=e.getUTCSeconds();return n=n>=10?n:"0"+n,y[e.getUTCDay()]+", "+t+" "+b[e.getUTCMonth()]+" "+e.getUTCFullYear()+" "+r+":"+i+":"+n+" GMT"}function A(e){return null==e?null:(e=e.trim().replace(/^\./,""),i&&/[^\u0001-\u007f]/.test(e)&&(e=i.toASCII(e)),e.toLowerCase())}function k(e,t,r){if(null==e||null==t)return null;if(!1!==r&&(e=A(e),t=A(t)),e==t)return!0;if(a.test(e))return!1;var i=e.indexOf(t);return!(i<=0)&&(e.length===t.length+i&&"."===e.substr(i-1,1))}function I(e){if(!e||"/"!==e.substr(0,1))return"/";if("/"===e)return e;var t=e.lastIndexOf("/");return 0===t?"/":e.slice(0,t)}function C(e,t){var r,i,n=(e=function(e){for(var t=0;t1;){var r=e.lastIndexOf("/");if(0===r)break;e=e.substr(0,r),t.push(e)}return t.push("/"),t},t.canonicalDomain=A},function(e,t){e.exports=function(e){return e.webpackPolyfill||(e.deprecate=function(){},e.paths=[],e.children||(e.children=[]),Object.defineProperty(e,"loaded",{enumerable:!0,get:function(){return e.l}}),Object.defineProperty(e,"id",{enumerable:!0,get:function(){return e.i}}),e.webpackPolyfill=1),e}},function(e,t,r){"use strict";var i=r(427).Buffer,n=i.isEncoding||function(e){switch((e=""+e)&&e.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function o(e){var t;switch(this.encoding=function(e){var t=function(e){if(!e)return"utf8";for(var t;;)switch(e){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return e;default:if(t)return;e=(""+e).toLowerCase(),t=!0}}(e);if("string"!=typeof t&&(i.isEncoding===n||!n(e)))throw new Error("Unknown encoding: "+e);return t||e}(e),this.encoding){case"utf16le":this.text=u,this.end=l,t=4;break;case"utf8":this.fillLast=s,t=4;break;case"base64":this.text=p,this.end=c,t=3;break;default:return this.write=d,void(this.end=h)}this.lastNeed=0,this.lastTotal=0,this.lastChar=i.allocUnsafe(t)}function a(e){return e<=127?0:e>>5==6?2:e>>4==14?3:e>>3==30?4:e>>6==2?-1:-2}function s(e){var t=this.lastTotal-this.lastNeed,r=function(e,t,r){if(128!=(192&t[0]))return e.lastNeed=0,"�";if(e.lastNeed>1&&t.length>1){if(128!=(192&t[1]))return e.lastNeed=1,"�";if(e.lastNeed>2&&t.length>2&&128!=(192&t[2]))return e.lastNeed=2,"�"}}(this,e);return void 0!==r?r:this.lastNeed<=e.length?(e.copy(this.lastChar,t,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal)):(e.copy(this.lastChar,t,0,e.length),void(this.lastNeed-=e.length))}function u(e,t){if((e.length-t)%2==0){var r=e.toString("utf16le",t);if(r){var i=r.charCodeAt(r.length-1);if(i>=55296&&i<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=e[e.length-2],this.lastChar[1]=e[e.length-1],r.slice(0,-1)}return r}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=e[e.length-1],e.toString("utf16le",t,e.length-1)}function l(e){var t=e&&e.length?this.write(e):"";if(this.lastNeed){var r=this.lastTotal-this.lastNeed;return t+this.lastChar.toString("utf16le",0,r)}return t}function p(e,t){var r=(e.length-t)%3;return 0===r?e.toString("base64",t):(this.lastNeed=3-r,this.lastTotal=3,1===r?this.lastChar[0]=e[e.length-1]:(this.lastChar[0]=e[e.length-2],this.lastChar[1]=e[e.length-1]),e.toString("base64",t,e.length-r))}function c(e){var t=e&&e.length?this.write(e):"";return this.lastNeed?t+this.lastChar.toString("base64",0,3-this.lastNeed):t}function d(e){return e.toString(this.encoding)}function h(e){return e&&e.length?this.write(e):""}t.StringDecoder=o,o.prototype.write=function(e){if(0===e.length)return"";var t,r;if(this.lastNeed){if(void 0===(t=this.fillLast(e)))return"";r=this.lastNeed,this.lastNeed=0}else r=0;return r=0)return n>0&&(e.lastNeed=n-1),n;if(--i=0)return n>0&&(e.lastNeed=n-2),n;if(--i=0)return n>0&&(2===n?n=0:e.lastNeed=n-3),n;return 0}(this,e,t);if(!this.lastNeed)return e.toString("utf8",t);this.lastTotal=r;var i=e.length-(r-this.lastNeed);return e.copy(this.lastChar,0,i),e.toString("utf8",t,i)},o.prototype.fillLast=function(e){if(this.lastNeed<=e.length)return e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,e.length),this.lastNeed-=e.length}},function(e,t,r){"use strict";(function(t){const{isASCIIHex:i}=r(218);function n(e,t,r){let i=e.indexOf(t);for(;i>=0;)e[i]=r,i=e.indexOf(t,i+1);return e}function o(e){let t=e.toString(16).toUpperCase();return 1===t.length&&(t="0"+t),"%"+t}function a(e){const r=t.alloc(e.byteLength);let n=0;for(let t=0;t=48&&r<=57||r>=65&&r<=90||95===r||r>=97&&r<=122?String.fromCodePoint(r):o(r);return t}e.exports={percentEncode:o,percentDecode:a,parseUrlencoded:e=>(function(e){const r=function(e,t){const r=[];let i=0,n=e.indexOf(t);for(;n>=0;)r.push(e.slice(i,n)),i=n+1,n=e.indexOf(t,i);return i!==e.length&&r.push(e.slice(i)),r}(e,38),i=[];for(const e of r){if(0===e.length)continue;let r,o;const s=e.indexOf(61);s>=0?(r=e.slice(0,s),o=e.slice(s+1)):(r=e,o=t.alloc(0)),r=n(t.from(r),43,32),o=n(t.from(o),43,32),i.push([a(r).toString(),a(o).toString()])}return i})(t.from(e)),serializeUrlencoded:function(e,r){let i="utf-8";void 0!==r&&(i=r);let n="";for(const[r,o]of e.entries()){const e=s(t.from(o[0]));let a=o[1];o.length>2&&void 0!==o[2]&&("hidden"===o[2]&&"_charset_"===e?a=i:"file"===o[2]&&(a=a.name)),0!==r&&(n+="&"),n+=`${e}=${a=s(t.from(a))}`}return n}}}).call(this,r(4).Buffer)},function(e,t,r){"use strict";t.CSSStyleDeclaration=r(67).CSSStyleDeclaration,t.CSSRule=r(40).CSSRule,t.CSSStyleRule=r(113).CSSStyleRule,t.MediaList=r(141).MediaList,t.CSSMediaRule=r(142).CSSMediaRule,t.CSSSupportsRule=r(143).CSSSupportsRule,t.CSSImportRule=r(221).CSSImportRule,t.CSSFontFaceRule=r(222).CSSFontFaceRule,t.CSSHostRule=r(223).CSSHostRule,t.StyleSheet=r(220).StyleSheet,t.CSSStyleSheet=r(112).CSSStyleSheet,t.CSSKeyframesRule=r(145).CSSKeyframesRule,t.CSSKeyframeRule=r(144).CSSKeyframeRule,t.MatcherList=r(227).MatcherList,t.CSSDocumentRule=r(226).CSSDocumentRule,t.CSSValue=r(225).CSSValue,t.CSSValueExpression=r(224).CSSValueExpression,t.parse=r(140).parse,t.clone=r(455).clone},function(e,t,r){var i={StyleSheet:r(220).StyleSheet,CSSStyleRule:r(113).CSSStyleRule,CSSStyleSheet:function(){i.StyleSheet.call(this),this.cssRules=[]}};i.CSSStyleSheet.prototype=new i.StyleSheet,i.CSSStyleSheet.prototype.constructor=i.CSSStyleSheet,i.CSSStyleSheet.prototype.insertRule=function(e,t){if(t<0||t>this.cssRules.length)throw new RangeError("INDEX_SIZE_ERR");var r=i.parse(e).cssRules[0];return r.parentStyleSheet=this,this.cssRules.splice(t,0,r),t},i.CSSStyleSheet.prototype.deleteRule=function(e){if(e<0||e>=this.cssRules.length)throw new RangeError("INDEX_SIZE_ERR");this.cssRules.splice(e,1)},i.CSSStyleSheet.prototype.toString=function(){for(var e="",t=this.cssRules,r=0;re===r||e===n)||e===u.CHARACTER_DATA&&!0!==s.characterData||e===u.CHILD_LIST&&!1===s.childList||(m.has(l)||m.set(l,null),(e===u.ATTRIBUTES&&!0===s.attributeOldValue||e===u.CHARACTER_DATA&&!0===s.characterDataOldValue)&&m.set(l,o))}for(const[i,o]of m.entries()){const u=s.createImpl([],{type:e,target:t,attributeName:r,attributeNamespace:n,oldValue:o,addedNodes:a,removedNodes:l,previousSibling:c,nextSibling:d});i._recordQueue.push(u),p.add(i)}h()}function h(){l||(l=!0,Promise.resolve().then(()=>{!function(){l=!1;const e=[...p].sort((e,t)=>e._id-t._id);p.clear();const t=[...c];c.splice(0,c.length);for(const t of e){const e=[...t._recordQueue];t._recordQueue=[];for(const r of t._nodeList)if(r._registeredObserverList=r._registeredObserverList.filter(e=>e.source!==t),e.length)try{t._callback(e.map(a.wrapperForImpl),a.wrapperForImpl(t))}catch(t){const{target:r}=e[0],i=r._ownerDocument._defaultView;n(i,t)}}for(const e of t){const t=o.createImpl(["slotchange",{bubbles:!0}],{isTrusted:!0});e._dispatch(t)}}()}))}e.exports={MUTATION_TYPE:u,queueMutationRecord:d,queueTreeMutationRecord:function(e,t,r,i,n){d(u.CHILD_LIST,e,null,null,null,t,r,i,n)},queueAttributeMutationRecord:function(e,t,r,i){d(u.ATTRIBUTES,e,t,r,i,[],[],null,null)},queueMutationObserverMicrotask:h,signalSlotList:c}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=r(233).convert,a=n.implSymbol,s=r(26);class u extends s.interface{constructor(e){if(arguments.length<1)throw new TypeError("Failed to construct 'ErrorEvent': 1 argument required, but only "+arguments.length+" present.");const t=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to construct 'ErrorEvent': parameter 1"}),t.push(e)}{let e=arguments[1];e=o(e,{context:"Failed to construct 'ErrorEvent': parameter 2"}),t.push(e)}return l.setup(Object.create(new.target.prototype),t)}get message(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].message}get filename(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].filename}get lineno(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].lineno}get colno(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].colno}get error(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].error}}Object.defineProperties(u.prototype,{message:{enumerable:!0},filename:{enumerable:!0},lineno:{enumerable:!0},colno:{enumerable:!0},error:{enumerable:!0},[Symbol.toStringTag]:{value:"ErrorEvent",configurable:!0}});const l={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,a)&&t[a]instanceof p.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof p.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'ErrorEvent'.`)},create(e,t){let r=Object.create(u.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(u.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){s._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,a,{value:new p.implementation(t,r),configurable:!0}),e[a][n.wrapperSymbol]=e,p.init&&p.init(e[a],r),e},interface:u,expose:{Window:{ErrorEvent:u},Worker:{ErrorEvent:u}}};e.exports=l;const p=r(474)},function(e,t,r){"use strict";const i=r(1),n=r(0),o=r(28).is,a=n.implSymbol,s=r(28);class u extends s.interface{constructor(){throw new TypeError("Illegal constructor")}substringData(t,r){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<2)throw new TypeError("Failed to execute 'substringData' on 'CharacterData': 2 arguments required, but only "+arguments.length+" present.");const n=[];{let e=arguments[0];e=i["unsigned long"](e,{context:"Failed to execute 'substringData' on 'CharacterData': parameter 1"}),n.push(e)}{let e=arguments[1];e=i["unsigned long"](e,{context:"Failed to execute 'substringData' on 'CharacterData': parameter 2"}),n.push(e)}return this[a].substringData(...n)}appendData(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'appendData' on 'CharacterData': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'appendData' on 'CharacterData': parameter 1"}),r.push(e)}return this[a].appendData(...r)}insertData(t,r){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<2)throw new TypeError("Failed to execute 'insertData' on 'CharacterData': 2 arguments required, but only "+arguments.length+" present.");const n=[];{let e=arguments[0];e=i["unsigned long"](e,{context:"Failed to execute 'insertData' on 'CharacterData': parameter 1"}),n.push(e)}{let e=arguments[1];e=i.DOMString(e,{context:"Failed to execute 'insertData' on 'CharacterData': parameter 2"}),n.push(e)}return this[a].insertData(...n)}deleteData(t,r){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<2)throw new TypeError("Failed to execute 'deleteData' on 'CharacterData': 2 arguments required, but only "+arguments.length+" present.");const n=[];{let e=arguments[0];e=i["unsigned long"](e,{context:"Failed to execute 'deleteData' on 'CharacterData': parameter 1"}),n.push(e)}{let e=arguments[1];e=i["unsigned long"](e,{context:"Failed to execute 'deleteData' on 'CharacterData': parameter 2"}),n.push(e)}return this[a].deleteData(...n)}replaceData(t,r,n){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<3)throw new TypeError("Failed to execute 'replaceData' on 'CharacterData': 3 arguments required, but only "+arguments.length+" present.");const o=[];{let e=arguments[0];e=i["unsigned long"](e,{context:"Failed to execute 'replaceData' on 'CharacterData': parameter 1"}),o.push(e)}{let e=arguments[1];e=i["unsigned long"](e,{context:"Failed to execute 'replaceData' on 'CharacterData': parameter 2"}),o.push(e)}{let e=arguments[2];e=i.DOMString(e,{context:"Failed to execute 'replaceData' on 'CharacterData': parameter 3"}),o.push(e)}return this[a].replaceData(...o)}before(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=[];for(let e=0;er)throw new i("The index is not in the allowed range.","IndexSizeError");return e+t>r?this._data.slice(e):this._data.slice(e,e+t)}appendData(e){this.replaceData(this.length,0,e)}insertData(e,t){this.replaceData(e,0,t)}deleteData(e,t){this.replaceData(e,t,"")}replaceData(e,t,r){const{length:n}=this;if(e>n)throw new i("The index is not in the allowed range.","IndexSizeError");e+t>n&&(t=n-e);const o=this._data.slice(0,e),a=this._data.slice(e+t);p(l.CHARACTER_DATA,this,null,null,this._data,[],[],null,null),this._data=o+r+a,this.nodeType===u&&this.parentNode&&this.parentNode._childTextContentChangeSteps()}}n(c.prototype,s.prototype),n(c.prototype,a.prototype),e.exports={implementation:c}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(116);class s extends a.interface{constructor(){const e=[];{let t=arguments[0];t=void 0!==t?i.DOMString(t,{context:"Failed to construct 'Comment': parameter 1"}):"",e.push(t)}return u.setup(Object.create(new.target.prototype),e)}}Object.defineProperties(s.prototype,{[Symbol.toStringTag]:{value:"Comment",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'Comment'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{Comment:s}}};e.exports=u;const l=r(489)},function(e,t,r){"use strict";const i=r(493),n=r(156),o=r(494),a=r(157),s=n.CODE_POINTS,u=n.CODE_POINT_SEQUENCES,l={128:8364,130:8218,131:402,132:8222,133:8230,134:8224,135:8225,136:710,137:8240,138:352,139:8249,140:338,142:381,145:8216,146:8217,147:8220,148:8221,149:8226,150:8211,151:8212,152:732,153:8482,154:353,155:8250,156:339,158:382,159:376},p=1,c=2,d=4,h=p|c|d,m="DATA_STATE",f="RCDATA_STATE",g="RAWTEXT_STATE",v="SCRIPT_DATA_STATE",b="PLAINTEXT_STATE",y="TAG_OPEN_STATE",w="END_TAG_OPEN_STATE",E="TAG_NAME_STATE",x="RCDATA_LESS_THAN_SIGN_STATE",_="RCDATA_END_TAG_OPEN_STATE",T="RCDATA_END_TAG_NAME_STATE",S="RAWTEXT_LESS_THAN_SIGN_STATE",A="RAWTEXT_END_TAG_OPEN_STATE",k="RAWTEXT_END_TAG_NAME_STATE",I="SCRIPT_DATA_LESS_THAN_SIGN_STATE",C="SCRIPT_DATA_END_TAG_OPEN_STATE",F="SCRIPT_DATA_END_TAG_NAME_STATE",D="SCRIPT_DATA_ESCAPE_START_STATE",N="SCRIPT_DATA_ESCAPE_START_DASH_STATE",O="SCRIPT_DATA_ESCAPED_STATE",j="SCRIPT_DATA_ESCAPED_DASH_STATE",B="SCRIPT_DATA_ESCAPED_DASH_DASH_STATE",P="SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN_STATE",M="SCRIPT_DATA_ESCAPED_END_TAG_OPEN_STATE",R="SCRIPT_DATA_ESCAPED_END_TAG_NAME_STATE",L="SCRIPT_DATA_DOUBLE_ESCAPE_START_STATE",H="SCRIPT_DATA_DOUBLE_ESCAPED_STATE",U="SCRIPT_DATA_DOUBLE_ESCAPED_DASH_STATE",z="SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH_STATE",q="SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN_STATE",V="SCRIPT_DATA_DOUBLE_ESCAPE_END_STATE",W="BEFORE_ATTRIBUTE_NAME_STATE",K="ATTRIBUTE_NAME_STATE",$="AFTER_ATTRIBUTE_NAME_STATE",G="BEFORE_ATTRIBUTE_VALUE_STATE",Y="ATTRIBUTE_VALUE_DOUBLE_QUOTED_STATE",X="ATTRIBUTE_VALUE_SINGLE_QUOTED_STATE",Q="ATTRIBUTE_VALUE_UNQUOTED_STATE",Z="AFTER_ATTRIBUTE_VALUE_QUOTED_STATE",J="SELF_CLOSING_START_TAG_STATE",ee="BOGUS_COMMENT_STATE",te="MARKUP_DECLARATION_OPEN_STATE",re="COMMENT_START_STATE",ie="COMMENT_START_DASH_STATE",ne="COMMENT_STATE",oe="COMMENT_LESS_THAN_SIGN_STATE",ae="COMMENT_LESS_THAN_SIGN_BANG_STATE",se="COMMENT_LESS_THAN_SIGN_BANG_DASH_STATE",ue="COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH_STATE",le="COMMENT_END_DASH_STATE",pe="COMMENT_END_STATE",ce="COMMENT_END_BANG_STATE",de="DOCTYPE_STATE",he="BEFORE_DOCTYPE_NAME_STATE",me="DOCTYPE_NAME_STATE",fe="AFTER_DOCTYPE_NAME_STATE",ge="AFTER_DOCTYPE_PUBLIC_KEYWORD_STATE",ve="BEFORE_DOCTYPE_PUBLIC_IDENTIFIER_STATE",be="DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED_STATE",ye="DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED_STATE",we="AFTER_DOCTYPE_PUBLIC_IDENTIFIER_STATE",Ee="BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS_STATE",xe="AFTER_DOCTYPE_SYSTEM_KEYWORD_STATE",_e="BEFORE_DOCTYPE_SYSTEM_IDENTIFIER_STATE",Te="DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED_STATE",Se="DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED_STATE",Ae="AFTER_DOCTYPE_SYSTEM_IDENTIFIER_STATE",ke="BOGUS_DOCTYPE_STATE",Ie="CDATA_SECTION_STATE",Ce="CDATA_SECTION_BRACKET_STATE",Fe="CDATA_SECTION_END_STATE",De="CHARACTER_REFERENCE_STATE",Ne="NAMED_CHARACTER_REFERENCE_STATE",Oe="AMBIGUOS_AMPERSAND_STATE",je="NUMERIC_CHARACTER_REFERENCE_STATE",Be="HEXADEMICAL_CHARACTER_REFERENCE_START_STATE",Pe="DECIMAL_CHARACTER_REFERENCE_START_STATE",Me="HEXADEMICAL_CHARACTER_REFERENCE_STATE",Re="DECIMAL_CHARACTER_REFERENCE_STATE",Le="NUMERIC_CHARACTER_REFERENCE_END_STATE";function He(e){return e===s.SPACE||e===s.LINE_FEED||e===s.TABULATION||e===s.FORM_FEED}function Ue(e){return e>=s.DIGIT_0&&e<=s.DIGIT_9}function ze(e){return e>=s.LATIN_CAPITAL_A&&e<=s.LATIN_CAPITAL_Z}function qe(e){return e>=s.LATIN_SMALL_A&&e<=s.LATIN_SMALL_Z}function Ve(e){return qe(e)||ze(e)}function We(e){return Ve(e)||Ue(e)}function Ke(e){return e>=s.LATIN_CAPITAL_A&&e<=s.LATIN_CAPITAL_F}function $e(e){return e>=s.LATIN_SMALL_A&&e<=s.LATIN_SMALL_F}function Ge(e){return e+32}function Ye(e){return e<=65535?String.fromCharCode(e):(e-=65536,String.fromCharCode(e>>>10&1023|55296)+String.fromCharCode(56320|1023&e))}function Xe(e){return String.fromCharCode(Ge(e))}function Qe(e,t){const r=o[++e];let i=++e,n=i+r-1;for(;i<=n;){const e=i+n>>>1,a=o[e];if(at))return o[e+r];n=e-1}}return-1}class Ze{constructor(){this.preprocessor=new i,this.tokenQueue=[],this.allowCDATA=!1,this.state=m,this.returnState="",this.charRefCode=-1,this.tempBuff=[],this.lastStartTagName="",this.consumedAfterSnapshot=-1,this.active=!1,this.currentCharacterToken=null,this.currentToken=null,this.currentAttr=null}_err(){}_errOnNextCodePoint(e){this._consume(),this._err(e),this._unconsume()}getNextToken(){for(;!this.tokenQueue.length&&this.active;){this.consumedAfterSnapshot=0;const e=this._consume();this._ensureHibernation()||this[this.state](e)}return this.tokenQueue.shift()}write(e,t){this.active=!0,this.preprocessor.write(e,t)}insertHtmlAtCurrentPos(e){this.active=!0,this.preprocessor.insertHtmlAtCurrentPos(e)}_ensureHibernation(){if(this.preprocessor.endOfChunkHit){for(;this.consumedAfterSnapshot>0;this.consumedAfterSnapshot--)this.preprocessor.retreat();return this.active=!1,this.tokenQueue.push({type:Ze.HIBERNATION_TOKEN}),!0}return!1}_consume(){return this.consumedAfterSnapshot++,this.preprocessor.advance()}_unconsume(){this.consumedAfterSnapshot--,this.preprocessor.retreat()}_reconsumeInState(e){this.state=e,this._unconsume()}_consumeSequenceIfMatch(e,t,r){let i=0,n=!0;const o=e.length;let a=0,u=t,l=void 0;for(;a0&&(u=this._consume(),i++),u===s.EOF){n=!1;break}if(u!==(l=e[a])&&(r||u!==Ge(l))){n=!1;break}}if(!n)for(;i--;)this._unconsume();return n}_isTempBufferEqualToScriptString(){if(this.tempBuff.length!==u.SCRIPT_STRING.length)return!1;for(let e=0;e0&&this._err(a.endTagWithAttributes),e.selfClosing&&this._err(a.endTagWithTrailingSolidus)),this.tokenQueue.push(e)}_emitCurrentCharacterToken(){this.currentCharacterToken&&(this.tokenQueue.push(this.currentCharacterToken),this.currentCharacterToken=null)}_emitEOFToken(){this._createEOFToken(),this._emitCurrentToken()}_appendCharToCurrentCharacterToken(e,t){this.currentCharacterToken&&this.currentCharacterToken.type!==e&&this._emitCurrentCharacterToken(),this.currentCharacterToken?this.currentCharacterToken.chars+=t:this._createCharacterToken(e,t)}_emitCodePoint(e){let t=Ze.CHARACTER_TOKEN;He(e)?t=Ze.WHITESPACE_CHARACTER_TOKEN:e===s.NULL&&(t=Ze.NULL_CHARACTER_TOKEN),this._appendCharToCurrentCharacterToken(t,Ye(e))}_emitSeveralCodePoints(e){for(let t=0;t-1;){const e=o[i],n=e")):e===s.NULL?(this._err(a.unexpectedNullCharacter),this.state=O,this._emitChars(n.REPLACEMENT_CHARACTER)):e===s.EOF?(this._err(a.eofInScriptHtmlCommentLikeText),this._emitEOFToken()):(this.state=O,this._emitCodePoint(e))}[P](e){e===s.SOLIDUS?(this.tempBuff=[],this.state=M):Ve(e)?(this.tempBuff=[],this._emitChars("<"),this._reconsumeInState(L)):(this._emitChars("<"),this._reconsumeInState(O))}[M](e){Ve(e)?(this._createEndTagToken(),this._reconsumeInState(R)):(this._emitChars("")):e===s.NULL?(this._err(a.unexpectedNullCharacter),this.state=H,this._emitChars(n.REPLACEMENT_CHARACTER)):e===s.EOF?(this._err(a.eofInScriptHtmlCommentLikeText),this._emitEOFToken()):(this.state=H,this._emitCodePoint(e))}[q](e){e===s.SOLIDUS?(this.tempBuff=[],this.state=V,this._emitChars("/")):this._reconsumeInState(H)}[V](e){He(e)||e===s.SOLIDUS||e===s.GREATER_THAN_SIGN?(this.state=this._isTempBufferEqualToScriptString()?O:H,this._emitCodePoint(e)):ze(e)?(this.tempBuff.push(Ge(e)),this._emitCodePoint(e)):qe(e)?(this.tempBuff.push(e),this._emitCodePoint(e)):this._reconsumeInState(H)}[W](e){He(e)||(e===s.SOLIDUS||e===s.GREATER_THAN_SIGN||e===s.EOF?this._reconsumeInState($):e===s.EQUALS_SIGN?(this._err(a.unexpectedEqualsSignBeforeAttributeName),this._createAttr("="),this.state=K):(this._createAttr(""),this._reconsumeInState(K)))}[K](e){He(e)||e===s.SOLIDUS||e===s.GREATER_THAN_SIGN||e===s.EOF?(this._leaveAttrName($),this._unconsume()):e===s.EQUALS_SIGN?this._leaveAttrName(G):ze(e)?this.currentAttr.name+=Xe(e):e===s.QUOTATION_MARK||e===s.APOSTROPHE||e===s.LESS_THAN_SIGN?(this._err(a.unexpectedCharacterInAttributeName),this.currentAttr.name+=Ye(e)):e===s.NULL?(this._err(a.unexpectedNullCharacter),this.currentAttr.name+=n.REPLACEMENT_CHARACTER):this.currentAttr.name+=Ye(e)}[$](e){He(e)||(e===s.SOLIDUS?this.state=J:e===s.EQUALS_SIGN?this.state=G:e===s.GREATER_THAN_SIGN?(this.state=m,this._emitCurrentToken()):e===s.EOF?(this._err(a.eofInTag),this._emitEOFToken()):(this._createAttr(""),this._reconsumeInState(K)))}[G](e){He(e)||(e===s.QUOTATION_MARK?this.state=Y:e===s.APOSTROPHE?this.state=X:e===s.GREATER_THAN_SIGN?(this._err(a.missingAttributeValue),this.state=m,this._emitCurrentToken()):this._reconsumeInState(Q))}[Y](e){e===s.QUOTATION_MARK?this.state=Z:e===s.AMPERSAND?(this.returnState=Y,this.state=De):e===s.NULL?(this._err(a.unexpectedNullCharacter),this.currentAttr.value+=n.REPLACEMENT_CHARACTER):e===s.EOF?(this._err(a.eofInTag),this._emitEOFToken()):this.currentAttr.value+=Ye(e)}[X](e){e===s.APOSTROPHE?this.state=Z:e===s.AMPERSAND?(this.returnState=X,this.state=De):e===s.NULL?(this._err(a.unexpectedNullCharacter),this.currentAttr.value+=n.REPLACEMENT_CHARACTER):e===s.EOF?(this._err(a.eofInTag),this._emitEOFToken()):this.currentAttr.value+=Ye(e)}[Q](e){He(e)?this._leaveAttrValue(W):e===s.AMPERSAND?(this.returnState=Q,this.state=De):e===s.GREATER_THAN_SIGN?(this._leaveAttrValue(m),this._emitCurrentToken()):e===s.NULL?(this._err(a.unexpectedNullCharacter),this.currentAttr.value+=n.REPLACEMENT_CHARACTER):e===s.QUOTATION_MARK||e===s.APOSTROPHE||e===s.LESS_THAN_SIGN||e===s.EQUALS_SIGN||e===s.GRAVE_ACCENT?(this._err(a.unexpectedCharacterInUnquotedAttributeValue),this.currentAttr.value+=Ye(e)):e===s.EOF?(this._err(a.eofInTag),this._emitEOFToken()):this.currentAttr.value+=Ye(e)}[Z](e){He(e)?this._leaveAttrValue(W):e===s.SOLIDUS?this._leaveAttrValue(J):e===s.GREATER_THAN_SIGN?(this._leaveAttrValue(m),this._emitCurrentToken()):e===s.EOF?(this._err(a.eofInTag),this._emitEOFToken()):(this._err(a.missingWhitespaceBetweenAttributes),this._reconsumeInState(W))}[J](e){e===s.GREATER_THAN_SIGN?(this.currentToken.selfClosing=!0,this.state=m,this._emitCurrentToken()):e===s.EOF?(this._err(a.eofInTag),this._emitEOFToken()):(this._err(a.unexpectedSolidusInTag),this._reconsumeInState(W))}[ee](e){e===s.GREATER_THAN_SIGN?(this.state=m,this._emitCurrentToken()):e===s.EOF?(this._emitCurrentToken(),this._emitEOFToken()):e===s.NULL?(this._err(a.unexpectedNullCharacter),this.currentToken.data+=n.REPLACEMENT_CHARACTER):this.currentToken.data+=Ye(e)}[te](e){this._consumeSequenceIfMatch(u.DASH_DASH_STRING,e,!0)?(this._createCommentToken(),this.state=re):this._consumeSequenceIfMatch(u.DOCTYPE_STRING,e,!1)?this.state=de:this._consumeSequenceIfMatch(u.CDATA_START_STRING,e,!0)?this.allowCDATA?this.state=Ie:(this._err(a.cdataInHtmlContent),this._createCommentToken(),this.currentToken.data="[CDATA[",this.state=ee):this._ensureHibernation()||(this._err(a.incorrectlyOpenedComment),this._createCommentToken(),this._reconsumeInState(ee))}[re](e){e===s.HYPHEN_MINUS?this.state=ie:e===s.GREATER_THAN_SIGN?(this._err(a.abruptClosingOfEmptyComment),this.state=m,this._emitCurrentToken()):this._reconsumeInState(ne)}[ie](e){e===s.HYPHEN_MINUS?this.state=pe:e===s.GREATER_THAN_SIGN?(this._err(a.abruptClosingOfEmptyComment),this.state=m,this._emitCurrentToken()):e===s.EOF?(this._err(a.eofInComment),this._emitCurrentToken(),this._emitEOFToken()):(this.currentToken.data+="-",this._reconsumeInState(ne))}[ne](e){e===s.HYPHEN_MINUS?this.state=le:e===s.LESS_THAN_SIGN?(this.currentToken.data+="<",this.state=oe):e===s.NULL?(this._err(a.unexpectedNullCharacter),this.currentToken.data+=n.REPLACEMENT_CHARACTER):e===s.EOF?(this._err(a.eofInComment),this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.data+=Ye(e)}[oe](e){e===s.EXCLAMATION_MARK?(this.currentToken.data+="!",this.state=ae):e===s.LESS_THAN_SIGN?this.currentToken.data+="!":this._reconsumeInState(ne)}[ae](e){e===s.HYPHEN_MINUS?this.state=se:this._reconsumeInState(ne)}[se](e){e===s.HYPHEN_MINUS?this.state=ue:this._reconsumeInState(le)}[ue](e){e!==s.GREATER_THAN_SIGN&&e!==s.EOF&&this._err(a.nestedComment),this._reconsumeInState(pe)}[le](e){e===s.HYPHEN_MINUS?this.state=pe:e===s.EOF?(this._err(a.eofInComment),this._emitCurrentToken(),this._emitEOFToken()):(this.currentToken.data+="-",this._reconsumeInState(ne))}[pe](e){e===s.GREATER_THAN_SIGN?(this.state=m,this._emitCurrentToken()):e===s.EXCLAMATION_MARK?this.state=ce:e===s.HYPHEN_MINUS?this.currentToken.data+="-":e===s.EOF?(this._err(a.eofInComment),this._emitCurrentToken(),this._emitEOFToken()):(this.currentToken.data+="--",this._reconsumeInState(ne))}[ce](e){e===s.HYPHEN_MINUS?(this.currentToken.data+="--!",this.state=le):e===s.GREATER_THAN_SIGN?(this._err(a.incorrectlyClosedComment),this.state=m,this._emitCurrentToken()):e===s.EOF?(this._err(a.eofInComment),this._emitCurrentToken(),this._emitEOFToken()):(this.currentToken.data+="--!",this._reconsumeInState(ne))}[de](e){He(e)?this.state=he:e===s.GREATER_THAN_SIGN?this._reconsumeInState(he):e===s.EOF?(this._err(a.eofInDoctype),this._createDoctypeToken(null),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(a.missingWhitespaceBeforeDoctypeName),this._reconsumeInState(he))}[he](e){He(e)||(ze(e)?(this._createDoctypeToken(Xe(e)),this.state=me):e===s.NULL?(this._err(a.unexpectedNullCharacter),this._createDoctypeToken(n.REPLACEMENT_CHARACTER),this.state=me):e===s.GREATER_THAN_SIGN?(this._err(a.missingDoctypeName),this._createDoctypeToken(null),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=m):e===s.EOF?(this._err(a.eofInDoctype),this._createDoctypeToken(null),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._createDoctypeToken(Ye(e)),this.state=me))}[me](e){He(e)?this.state=fe:e===s.GREATER_THAN_SIGN?(this.state=m,this._emitCurrentToken()):ze(e)?this.currentToken.name+=Xe(e):e===s.NULL?(this._err(a.unexpectedNullCharacter),this.currentToken.name+=n.REPLACEMENT_CHARACTER):e===s.EOF?(this._err(a.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.name+=Ye(e)}[fe](e){He(e)||(e===s.GREATER_THAN_SIGN?(this.state=m,this._emitCurrentToken()):e===s.EOF?(this._err(a.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this._consumeSequenceIfMatch(u.PUBLIC_STRING,e,!1)?this.state=ge:this._consumeSequenceIfMatch(u.SYSTEM_STRING,e,!1)?this.state=xe:this._ensureHibernation()||(this._err(a.invalidCharacterSequenceAfterDoctypeName),this.currentToken.forceQuirks=!0,this._reconsumeInState(ke)))}[ge](e){He(e)?this.state=ve:e===s.QUOTATION_MARK?(this._err(a.missingWhitespaceAfterDoctypePublicKeyword),this.currentToken.publicId="",this.state=be):e===s.APOSTROPHE?(this._err(a.missingWhitespaceAfterDoctypePublicKeyword),this.currentToken.publicId="",this.state=ye):e===s.GREATER_THAN_SIGN?(this._err(a.missingDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this.state=m,this._emitCurrentToken()):e===s.EOF?(this._err(a.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(a.missingQuoteBeforeDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(ke))}[ve](e){He(e)||(e===s.QUOTATION_MARK?(this.currentToken.publicId="",this.state=be):e===s.APOSTROPHE?(this.currentToken.publicId="",this.state=ye):e===s.GREATER_THAN_SIGN?(this._err(a.missingDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this.state=m,this._emitCurrentToken()):e===s.EOF?(this._err(a.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(a.missingQuoteBeforeDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(ke)))}[be](e){e===s.QUOTATION_MARK?this.state=we:e===s.NULL?(this._err(a.unexpectedNullCharacter),this.currentToken.publicId+=n.REPLACEMENT_CHARACTER):e===s.GREATER_THAN_SIGN?(this._err(a.abruptDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=m):e===s.EOF?(this._err(a.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.publicId+=Ye(e)}[ye](e){e===s.APOSTROPHE?this.state=we:e===s.NULL?(this._err(a.unexpectedNullCharacter),this.currentToken.publicId+=n.REPLACEMENT_CHARACTER):e===s.GREATER_THAN_SIGN?(this._err(a.abruptDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=m):e===s.EOF?(this._err(a.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.publicId+=Ye(e)}[we](e){He(e)?this.state=Ee:e===s.GREATER_THAN_SIGN?(this.state=m,this._emitCurrentToken()):e===s.QUOTATION_MARK?(this._err(a.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),this.currentToken.systemId="",this.state=Te):e===s.APOSTROPHE?(this._err(a.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),this.currentToken.systemId="",this.state=Se):e===s.EOF?(this._err(a.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(a.missingQuoteBeforeDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(ke))}[Ee](e){He(e)||(e===s.GREATER_THAN_SIGN?(this._emitCurrentToken(),this.state=m):e===s.QUOTATION_MARK?(this.currentToken.systemId="",this.state=Te):e===s.APOSTROPHE?(this.currentToken.systemId="",this.state=Se):e===s.EOF?(this._err(a.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(a.missingQuoteBeforeDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(ke)))}[xe](e){He(e)?this.state=_e:e===s.QUOTATION_MARK?(this._err(a.missingWhitespaceAfterDoctypeSystemKeyword),this.currentToken.systemId="",this.state=Te):e===s.APOSTROPHE?(this._err(a.missingWhitespaceAfterDoctypeSystemKeyword),this.currentToken.systemId="",this.state=Se):e===s.GREATER_THAN_SIGN?(this._err(a.missingDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this.state=m,this._emitCurrentToken()):e===s.EOF?(this._err(a.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(a.missingQuoteBeforeDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(ke))}[_e](e){He(e)||(e===s.QUOTATION_MARK?(this.currentToken.systemId="",this.state=Te):e===s.APOSTROPHE?(this.currentToken.systemId="",this.state=Se):e===s.GREATER_THAN_SIGN?(this._err(a.missingDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this.state=m,this._emitCurrentToken()):e===s.EOF?(this._err(a.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(a.missingQuoteBeforeDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(ke)))}[Te](e){e===s.QUOTATION_MARK?this.state=Ae:e===s.NULL?(this._err(a.unexpectedNullCharacter),this.currentToken.systemId+=n.REPLACEMENT_CHARACTER):e===s.GREATER_THAN_SIGN?(this._err(a.abruptDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=m):e===s.EOF?(this._err(a.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.systemId+=Ye(e)}[Se](e){e===s.APOSTROPHE?this.state=Ae:e===s.NULL?(this._err(a.unexpectedNullCharacter),this.currentToken.systemId+=n.REPLACEMENT_CHARACTER):e===s.GREATER_THAN_SIGN?(this._err(a.abruptDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=m):e===s.EOF?(this._err(a.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.systemId+=Ye(e)}[Ae](e){He(e)||(e===s.GREATER_THAN_SIGN?(this._emitCurrentToken(),this.state=m):e===s.EOF?(this._err(a.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(a.unexpectedCharacterAfterDoctypeSystemIdentifier),this._reconsumeInState(ke)))}[ke](e){e===s.GREATER_THAN_SIGN?(this._emitCurrentToken(),this.state=m):e===s.NULL?this._err(a.unexpectedNullCharacter):e===s.EOF&&(this._emitCurrentToken(),this._emitEOFToken())}[Ie](e){e===s.RIGHT_SQUARE_BRACKET?this.state=Ce:e===s.EOF?(this._err(a.eofInCdata),this._emitEOFToken()):this._emitCodePoint(e)}[Ce](e){e===s.RIGHT_SQUARE_BRACKET?this.state=Fe:(this._emitChars("]"),this._reconsumeInState(Ie))}[Fe](e){e===s.GREATER_THAN_SIGN?this.state=m:e===s.RIGHT_SQUARE_BRACKET?this._emitChars("]"):(this._emitChars("]]"),this._reconsumeInState(Ie))}[De](e){this.tempBuff=[s.AMPERSAND],e===s.NUMBER_SIGN?(this.tempBuff.push(e),this.state=je):We(e)?this._reconsumeInState(Ne):(this._flushCodePointsConsumedAsCharacterReference(),this._reconsumeInState(this.returnState))}[Ne](e){const t=this._matchNamedCharacterReference(e);if(this._ensureHibernation())this.tempBuff=[s.AMPERSAND];else if(t){const e=this.tempBuff[this.tempBuff.length-1]===s.SEMICOLON;this._isCharacterReferenceAttributeQuirk(e)||(e||this._errOnNextCodePoint(a.missingSemicolonAfterCharacterReference),this.tempBuff=t),this._flushCodePointsConsumedAsCharacterReference(),this.state=this.returnState}else this._flushCodePointsConsumedAsCharacterReference(),this.state=Oe}[Oe](e){We(e)?this._isCharacterReferenceInAttribute()?this.currentAttr.value+=Ye(e):this._emitCodePoint(e):(e===s.SEMICOLON&&this._err(a.unknownNamedCharacterReference),this._reconsumeInState(this.returnState))}[je](e){this.charRefCode=0,e===s.LATIN_SMALL_X||e===s.LATIN_CAPITAL_X?(this.tempBuff.push(e),this.state=Be):this._reconsumeInState(Pe)}[Be](e){!function(e){return Ue(e)||Ke(e)||$e(e)}(e)?(this._err(a.absenceOfDigitsInNumericCharacterReference),this._flushCodePointsConsumedAsCharacterReference(),this._reconsumeInState(this.returnState)):this._reconsumeInState(Me)}[Pe](e){Ue(e)?this._reconsumeInState(Re):(this._err(a.absenceOfDigitsInNumericCharacterReference),this._flushCodePointsConsumedAsCharacterReference(),this._reconsumeInState(this.returnState))}[Me](e){Ke(e)?this.charRefCode=16*this.charRefCode+e-55:$e(e)?this.charRefCode=16*this.charRefCode+e-87:Ue(e)?this.charRefCode=16*this.charRefCode+e-48:e===s.SEMICOLON?this.state=Le:(this._err(a.missingSemicolonAfterCharacterReference),this._reconsumeInState(Le))}[Re](e){Ue(e)?this.charRefCode=10*this.charRefCode+e-48:e===s.SEMICOLON?this.state=Le:(this._err(a.missingSemicolonAfterCharacterReference),this._reconsumeInState(Le))}[Le](){if(this.charRefCode===s.NULL)this._err(a.nullCharacterReference),this.charRefCode=s.REPLACEMENT_CHARACTER;else if(this.charRefCode>1114111)this._err(a.characterReferenceOutsideUnicodeRange),this.charRefCode=s.REPLACEMENT_CHARACTER;else if(n.isSurrogate(this.charRefCode))this._err(a.surrogateCharacterReference),this.charRefCode=s.REPLACEMENT_CHARACTER;else if(n.isUndefinedCodePoint(this.charRefCode))this._err(a.noncharacterCharacterReference);else if(n.isControlCodePoint(this.charRefCode)||this.charRefCode===s.CARRIAGE_RETURN){this._err(a.controlCharacterReference);const e=l[this.charRefCode];e&&(this.charRefCode=e)}this.tempBuff=[this.charRefCode],this._flushCodePointsConsumedAsCharacterReference(),this._reconsumeInState(this.returnState)}}Ze.CHARACTER_TOKEN="CHARACTER_TOKEN",Ze.NULL_CHARACTER_TOKEN="NULL_CHARACTER_TOKEN",Ze.WHITESPACE_CHARACTER_TOKEN="WHITESPACE_CHARACTER_TOKEN",Ze.START_TAG_TOKEN="START_TAG_TOKEN",Ze.END_TAG_TOKEN="END_TAG_TOKEN",Ze.COMMENT_TOKEN="COMMENT_TOKEN",Ze.DOCTYPE_TOKEN="DOCTYPE_TOKEN",Ze.EOF_TOKEN="EOF_TOKEN",Ze.HIBERNATION_TOKEN="HIBERNATION_TOKEN",Ze.MODE={DATA:m,RCDATA:f,RAWTEXT:g,SCRIPT_DATA:v,PLAINTEXT:b},Ze.getTokenAttr=function(e,t){for(let r=e.attrs.length-1;r>=0;r--)if(e.attrs[r].name===t)return e.attrs[r].value;return null},e.exports=Ze},function(e,t,r){"use strict";const{produceXMLSerialization:i}=r(503),n=r(247),o=r(0),a=r(254),s=r(14),u=r(20);e.exports.fragmentSerialization=(e,{requireWellFormed:t})=>{if("html"===(e.nodeType===s.DOCUMENT_NODE?e:e._ownerDocument)._parsingMode)return function(e){return e.nodeType===s.ELEMENT_NODE&&e.namespaceURI===u.HTML_NS&&"TEMPLATE"===e.tagName&&(e=e.content),n.serialize(e,{treeAdapter:a})}(e);const r=e.childNodesForSerializing||e.childNodes;let l="";for(let e=0;e>>24]^p[m>>>16&255]^c[f>>>8&255]^d[255&g]^t[v++],a=l[m>>>24]^p[f>>>16&255]^c[g>>>8&255]^d[255&h]^t[v++],s=l[f>>>24]^p[g>>>16&255]^c[h>>>8&255]^d[255&m]^t[v++],u=l[g>>>24]^p[h>>>16&255]^c[m>>>8&255]^d[255&f]^t[v++],h=o,m=a,f=s,g=u;return o=(i[h>>>24]<<24|i[m>>>16&255]<<16|i[f>>>8&255]<<8|i[255&g])^t[v++],a=(i[m>>>24]<<24|i[f>>>16&255]<<16|i[g>>>8&255]<<8|i[255&h])^t[v++],s=(i[f>>>24]<<24|i[g>>>16&255]<<16|i[h>>>8&255]<<8|i[255&m])^t[v++],u=(i[g>>>24]<<24|i[h>>>16&255]<<16|i[m>>>8&255]<<8|i[255&f])^t[v++],[o>>>=0,a>>>=0,s>>>=0,u>>>=0]}var s=[0,1,2,4,8,16,32,64,128,27,54],u=function(){for(var e=new Array(256),t=0;t<256;t++)e[t]=t<128?t<<1:t<<1^283;for(var r=[],i=[],n=[[],[],[],[]],o=[[],[],[],[]],a=0,s=0,u=0;u<256;++u){var l=s^s<<1^s<<2^s<<3^s<<4;l=l>>>8^255&l^99,r[a]=l,i[l]=a;var p=e[a],c=e[p],d=e[c],h=257*e[l]^16843008*l;n[0][a]=h<<24|h>>>8,n[1][a]=h<<16|h>>>16,n[2][a]=h<<8|h>>>24,n[3][a]=h,h=16843009*d^65537*c^257*p^16843008*a,o[0][l]=h<<24|h>>>8,o[1][l]=h<<16|h>>>16,o[2][l]=h<<8|h>>>24,o[3][l]=h,0===a?a=s=1:(a=p^e[e[e[d^p]]],s^=e[e[s]])}return{SBOX:r,INV_SBOX:i,SUB_MIX:n,INV_SUB_MIX:o}}();function l(e){this._key=n(e),this._reset()}l.blockSize=16,l.keySize=32,l.prototype.blockSize=l.blockSize,l.prototype.keySize=l.keySize,l.prototype._reset=function(){for(var e=this._key,t=e.length,r=t+6,i=4*(r+1),n=[],o=0;o>>24,a=u.SBOX[a>>>24]<<24|u.SBOX[a>>>16&255]<<16|u.SBOX[a>>>8&255]<<8|u.SBOX[255&a],a^=s[o/t|0]<<24):t>6&&o%t==4&&(a=u.SBOX[a>>>24]<<24|u.SBOX[a>>>16&255]<<16|u.SBOX[a>>>8&255]<<8|u.SBOX[255&a]),n[o]=n[o-t]^a}for(var l=[],p=0;p>>24]]^u.INV_SUB_MIX[1][u.SBOX[d>>>16&255]]^u.INV_SUB_MIX[2][u.SBOX[d>>>8&255]]^u.INV_SUB_MIX[3][u.SBOX[255&d]]}this._nRounds=r,this._keySchedule=n,this._invKeySchedule=l},l.prototype.encryptBlockRaw=function(e){return a(e=n(e),this._keySchedule,u.SUB_MIX,u.SBOX,this._nRounds)},l.prototype.encryptBlock=function(e){var t=this.encryptBlockRaw(e),r=i.allocUnsafe(16);return r.writeUInt32BE(t[0],0),r.writeUInt32BE(t[1],4),r.writeUInt32BE(t[2],8),r.writeUInt32BE(t[3],12),r},l.prototype.decryptBlock=function(e){var t=(e=n(e))[1];e[1]=e[3],e[3]=t;var r=a(e,this._invKeySchedule,u.INV_SUB_MIX,u.INV_SBOX,this._nRounds),o=i.allocUnsafe(16);return o.writeUInt32BE(r[0],0),o.writeUInt32BE(r[3],4),o.writeUInt32BE(r[2],8),o.writeUInt32BE(r[1],12),o},l.prototype.scrub=function(){o(this._keySchedule),o(this._invKeySchedule),o(this._key)},e.exports.AES=l},function(e,t,r){var i=r(7).Buffer,n=r(167);e.exports=function(e,t,r,o){if(i.isBuffer(e)||(e=i.from(e,"binary")),t&&(i.isBuffer(t)||(t=i.from(t,"binary")),8!==t.length))throw new RangeError("salt should be Buffer with 8 byte length");for(var a=r/8,s=i.alloc(a),u=i.alloc(o||0),l=i.alloc(0);a>0||o>0;){var p=new n;p.update(l),p.update(e),t&&p.update(t),l=p.digest();var c=0;if(a>0){var d=s.length-a;c=Math.min(a,l.length),l.copy(s,d,0,c),a-=c}if(c0){var h=u.length-o,m=Math.min(o,l.length-c);l.copy(u,h,c,c+m),o-=m}}return l.fill(0),{key:s,iv:u}}},function(e,t,r){"use strict";var i=r(19),n=r(33),o=n.getNAF,a=n.getJSF,s=n.assert;function u(e,t){this.type=e,this.p=new i(t.p,16),this.red=t.prime?i.red(t.prime):i.mont(this.p),this.zero=new i(0).toRed(this.red),this.one=new i(1).toRed(this.red),this.two=new i(2).toRed(this.red),this.n=t.n&&new i(t.n,16),this.g=t.g&&this.pointFromJSON(t.g,t.gRed),this._wnafT1=new Array(4),this._wnafT2=new Array(4),this._wnafT3=new Array(4),this._wnafT4=new Array(4);var r=this.n&&this.p.div(this.n);!r||r.cmpn(100)>0?this.redN=null:(this._maxwellTrick=!0,this.redN=this.n.toRed(this.red))}function l(e,t){this.curve=e,this.type=t,this.precomputed=null}e.exports=u,u.prototype.point=function(){throw new Error("Not implemented")},u.prototype.validate=function(){throw new Error("Not implemented")},u.prototype._fixedNafMul=function(e,t){s(e.precomputed);var r=e._getDoubles(),i=o(t,1),n=(1<=u;t--)l=(l<<1)+i[t];a.push(l)}for(var p=this.jpoint(null,null,null),c=this.jpoint(null,null,null),d=n;d>0;d--){for(u=0;u=0;l--){for(t=0;l>=0&&0===a[l];l--)t++;if(l>=0&&t++,u=u.dblp(t),l<0)break;var p=a[l];s(0!==p),u="affine"===e.type?p>0?u.mixedAdd(n[p-1>>1]):u.mixedAdd(n[-p-1>>1].neg()):p>0?u.add(n[p-1>>1]):u.add(n[-p-1>>1].neg())}return"affine"===e.type?u.toP():u},u.prototype._wnafMulAdd=function(e,t,r,i,n){for(var s=this._wnafT1,u=this._wnafT2,l=this._wnafT3,p=0,c=0;c=1;c-=2){var h=c-1,m=c;if(1===s[h]&&1===s[m]){var f=[t[h],null,null,t[m]];0===t[h].y.cmp(t[m].y)?(f[1]=t[h].add(t[m]),f[2]=t[h].toJ().mixedAdd(t[m].neg())):0===t[h].y.cmp(t[m].y.redNeg())?(f[1]=t[h].toJ().mixedAdd(t[m]),f[2]=t[h].add(t[m].neg())):(f[1]=t[h].toJ().mixedAdd(t[m]),f[2]=t[h].toJ().mixedAdd(t[m].neg()));var g=[-3,-1,-5,-7,0,7,5,1,3],v=a(r[h],r[m]);p=Math.max(v[0].length,p),l[h]=new Array(p),l[m]=new Array(p);for(var b=0;b=0;c--){for(var _=0;c>=0;){var T=!0;for(b=0;b=0&&_++,E=E.dblp(_),c<0)break;for(b=0;b0?S=u[b][A-1>>1]:A<0&&(S=u[b][-A-1>>1].neg()),E="affine"===S.type?E.mixedAdd(S):E.add(S))}}for(c=0;c=Math.ceil((e.bitLength()+1)/t.step)},l.prototype._getDoubles=function(e,t){if(this.precomputed&&this.precomputed.doubles)return this.precomputed.doubles;for(var r=[this],i=this,n=0;n0;--t){a=a.twice();var s=n.testBit(t);s!=r.testBit(t)&&(a=a.add(s?this:o))}return a},a.prototype.multiplyTwo=function(e,t,r){var i;i=e.bitLength()>r.bitLength()?e.bitLength()-1:r.bitLength()-1;for(var n=this.curve.getInfinity(),o=this.add(t);i>=0;)n=n.twice(),e.testBit(i)?n=r.testBit(i)?n.add(o):n.add(this):r.testBit(i)&&(n=n.add(t)),--i;return n},s.prototype.getQ=function(){return this.q},s.prototype.getA=function(){return this.a},s.prototype.getB=function(){return this.b},s.prototype.equals=function(e){return e==this||this.q.equals(e.q)&&this.a.equals(e.a)&&this.b.equals(e.b)},s.prototype.getInfinity=function(){return this.infinity},s.prototype.fromBigInteger=function(e){return new o(this.q,e)},s.prototype.reduce=function(e){this.reducer.reduce(e)},s.prototype.encodePointHex=function(e){if(e.isInfinity())return"00";var t=e.getX().toBigInteger().toString(16),r=e.getY().toBigInteger().toString(16),i=this.getQ().toString(16).length;for(i%2!=0&&i++;t.length128&&(-1==this.q.shiftRight(e-64).intValue()&&(this.r=i.ONE.shiftLeft(e).subtract(this.q)));return this.r},o.prototype.modMult=function(e,t){return this.modReduce(e.multiply(t))},o.prototype.modReduce=function(e){if(null!=this.getR()){for(var t=q.bitLength();e.bitLength()>t+1;){var r=e.shiftRight(t),n=e.subtract(r.shiftLeft(t));this.getR().equals(i.ONE)||(r=r.multiply(this.getR())),e=r.add(n)}for(;e.compareTo(q)>=0;)e=e.subtract(q)}else e=e.mod(q);return e},o.prototype.sqrt=function(){if(!this.q.testBit(0))throw"unsupported";if(this.q.testBit(1)){var e=new o(this.q,this.x.modPow(this.q.shiftRight(2).add(i.ONE),this.q));return e.square().equals(this)?e:null}var t=this.q.subtract(i.ONE),r=t.shiftRight(1);if(!this.x.modPow(r,this.q).equals(i.ONE))return null;var n,a,s=t.shiftRight(2).shiftLeft(1).add(i.ONE),u=this.x,l=modDouble(modDouble(u));do{var p;do{p=new i(this.q.bitLength(),new SecureRandom)}while(p.compareTo(this.q)>=0||!p.multiply(p).subtract(l).modPow(r,this.q).equals(t));var c=this.lucasSequence(p,u,s);if(n=c[0],a=c[1],this.modMult(a,a).equals(l))return a.testBit(0)&&(a=a.add(q)),a=a.shiftRight(1),new o(q,a)}while(n.equals(i.ONE)||n.equals(t));return null},o.prototype.lucasSequence=function(e,t,r){for(var n=r.bitLength(),o=r.getLowestSetBit(),a=i.ONE,s=i.TWO,u=e,l=i.ONE,p=i.ONE,c=n-1;c>=o+1;--c)l=this.modMult(l,p),r.testBit(c)?(p=this.modMult(l,t),a=this.modMult(a,u),s=this.modReduce(u.multiply(s).subtract(e.multiply(l))),u=this.modReduce(u.multiply(u).subtract(p.shiftLeft(1)))):(p=l,a=this.modReduce(a.multiply(s).subtract(l)),u=this.modReduce(u.multiply(s).subtract(e.multiply(l))),s=this.modReduce(s.multiply(s).subtract(l.shiftLeft(1))));l=this.modMult(l,p),p=this.modMult(l,t),a=this.modReduce(a.multiply(s).subtract(l)),s=this.modReduce(u.multiply(s).subtract(e.multiply(l))),l=this.modMult(l,p);for(c=1;c<=o;++c)a=this.modMult(a,s),s=this.modReduce(s.multiply(s).subtract(l.shiftLeft(1))),l=this.modMult(l,l);return[a,s]};t={ECCurveFp:s,ECPointFp:a,ECFieldElementFp:o};e.exports=t},function(e,t,r){e.exports={read:function(e,t){return l.read(e,t)},readSSHPrivate:function(e,t,u){var l=(t=new c({buffer:t})).readCString();n.strictEqual(l,h,"bad magic string");var m=t.readString(),f=t.readString(),g=t.readBuffer();if(1!==t.readInt())throw new Error("OpenSSH-format key file contains multiple keys: this is unsupported.");var v=t.readBuffer();if("public"===e)return n.ok(t.atEnd(),"excess bytes left after key"),p.read(v);var b=t.readBuffer();n.ok(t.atEnd(),"excess bytes left after key");var y=new c({buffer:g});switch(f){case"none":if("none"!==m)throw new Error('OpenSSH-format key uses KDF "none" but specifies a cipher other than "none"');break;case"bcrypt":var w=y.readBuffer(),E=y.readInt(),x=a.opensshCipherInfo(m);if(void 0===i&&(i=r(308)),"string"==typeof u.passphrase&&(u.passphrase=o.from(u.passphrase,"utf-8")),!o.isBuffer(u.passphrase))throw new d.KeyEncryptedError(u.filename,"OpenSSH");var _=new Uint8Array(u.passphrase),T=new Uint8Array(w),S=new Uint8Array(x.keySize+x.blockSize),A=i.pbkdf(_,_.length,T,T.length,S,S.length,E);if(0!==A)throw new Error("bcrypt_pbkdf function returned failure, parameters invalid");var k=(S=o.from(S)).slice(0,x.keySize),I=S.slice(x.keySize,x.keySize+x.blockSize),C=s.createDecipheriv(x.opensslName,k,I);C.setAutoPadding(!1);var F,D=[];for(C.once("error",function(e){if(-1!==e.toString().indexOf("bad decrypt"))throw new Error("Incorrect passphrase supplied, could not decrypt key");throw e}),C.write(b),C.end();null!==(F=C.read());)D.push(F);b=o.concat(D);break;default:throw new Error('OpenSSH-format key uses unknown KDF "'+f+'"')}var N=(t=new c({buffer:b})).readInt(),O=t.readInt();if(N!==O)throw new Error("Incorrect passphrase supplied, could not decrypt key");var j={},B=p.readInternal(j,"private",t.remainder());t.skip(j.consumed);var P=t.readString();return B.comment=P,B},write:function(e,t){var l;l=u.isPrivateKey(e)?e.toPublic():e;var p,d,m="none",f="none",g=o.alloc(0),v={blockSize:8};void 0!==t&&("string"==typeof(p=t.passphrase)&&(p=o.from(p,"utf-8")),void 0!==p&&(n.buffer(p,"options.passphrase"),n.optionalString(t.cipher,"options.cipher"),void 0===(m=t.cipher)&&(m="aes128-ctr"),v=a.opensshCipherInfo(m),f="bcrypt"));if(u.isPrivateKey(e)){d=new c({});var b=s.randomBytes(4).readUInt32BE(0);d.writeInt(b),d.writeInt(b),d.write(e.toBuffer("rfc4253")),d.writeString(e.comment||"");for(var y=1;d._offset%v.blockSize!=0;)d.writeChar(y++);d=d.toBuffer()}switch(f){case"none":break;case"bcrypt":var w=s.randomBytes(16),E=new c({});E.writeBuffer(w),E.writeInt(16),g=E.toBuffer(),void 0===i&&(i=r(308));var x=new Uint8Array(p),_=new Uint8Array(w),T=new Uint8Array(v.keySize+v.blockSize),S=i.pbkdf(x,x.length,_,_.length,T,T.length,16);if(0!==S)throw new Error("bcrypt_pbkdf function returned failure, parameters invalid");var A=(T=o.from(T)).slice(0,v.keySize),k=T.slice(v.keySize,v.keySize+v.blockSize),I=s.createCipheriv(v.opensslName,A,k);I.setAutoPadding(!1);var C,F=[];for(I.once("error",function(e){throw e}),I.write(d),I.end();null!==(C=I.read());)F.push(C);d=o.concat(F);break;default:throw new Error("Unsupported kdf "+f)}var D,N=new c({});N.writeCString(h),N.writeString(m),N.writeString(f),N.writeBuffer(g),N.writeInt(1),N.writeBuffer(l.toBuffer("rfc4253")),d&&N.writeBuffer(d);N=N.toBuffer(),D=u.isPrivateKey(e)?"OPENSSH PRIVATE KEY":"OPENSSH PUBLIC KEY";var O=N.toString("base64"),j=O.length+O.length/70+18+16+2*D.length+10;N=o.alloc(j);var B=0;B+=N.write("-----BEGIN "+D+"-----\n",B);for(var P=0;PO.length&&(M=O.length),B+=N.write(O.slice(P,M),B),N[B++]=10,P=M}return B+=N.write("-----END "+D+"-----\n",B),N.slice(0,B)}};var i,n=r(11),o=(r(48),r(9).Buffer),a=(r(27),r(22)),s=r(18),u=(r(21),r(24)),l=r(51),p=r(52),c=r(98),d=r(45);var h="openssh-key-v1"},function(e,t,r){"use strict";const{appendHandler:i,createEventAccessor:n}=r(53),o=new Set(["abort","autocomplete","autocompleteerror","blur","cancel","canplay","canplaythrough","change","click","close","contextmenu","cuechange","dblclick","drag","dragend","dragenter","dragexit","dragleave","dragover","dragstart","drop","durationchange","emptied","ended","error","focus","input","invalid","keydown","keypress","keyup","load","loadeddata","loadedmetadata","loadstart","mousedown","mouseenter","mouseleave","mousemove","mouseout","mouseover","mouseup","wheel","pause","play","playing","progress","ratechange","reset","resize","scroll","securitypolicyviolation","seeked","seeking","select","sort","stalled","submit","suspend","timeupdate","toggle","volumechange","waiting"]);class a{_initGlobalEvents(){this._registeredHandlers=new Set,this._eventHandlers=Object.create(null)}_getEventHandlerTarget(){return this}_getEventHandlerFor(e){const t=this._getEventHandlerTarget(e);return t?t._eventHandlers[e]:null}_setEventHandlerFor(e,t){const r=this._getEventHandlerTarget(e);r&&(r._registeredHandlers.has(e)||null===t||(r._registeredHandlers.add(e),i(r,e)),r._eventHandlers[e]=t)}_globalEventChanged(e){const t="on"+e;if(!(t in this))return;if("dangerously"!==("_runScripts"in this?this._runScripts:(this._ownerDocument._defaultView||{})._runScripts))return;const r=this.getAttributeNS(null,t),i=null===r?null:{body:r};this._setEventHandlerFor(e,i)}}for(const e of o)n(a.prototype,e);e.exports={implementation:a}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(69);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}focus(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].focus()}blur(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].blur()}get className(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.getSameObject(this,"className",()=>n.tryWrapperForImpl(this[o].className))}get ownerSVGElement(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ownerSVGElement)}get viewportElement(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].viewportElement)}get style(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.getSameObject(this,"style",()=>n.tryWrapperForImpl(this[o].style))}set style(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");this.style.cssText=t}get onabort(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onabort)}set onabort(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onabort=t}get onauxclick(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onauxclick)}set onauxclick(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onauxclick=t}get onblur(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onblur)}set onblur(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onblur=t}get oncancel(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].oncancel)}set oncancel(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].oncancel=t}get oncanplay(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].oncanplay)}set oncanplay(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].oncanplay=t}get oncanplaythrough(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].oncanplaythrough)}set oncanplaythrough(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].oncanplaythrough=t}get onchange(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onchange)}set onchange(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onchange=t}get onclick(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onclick)}set onclick(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onclick=t}get onclose(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onclose)}set onclose(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onclose=t}get oncontextmenu(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].oncontextmenu)}set oncontextmenu(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].oncontextmenu=t}get oncuechange(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].oncuechange)}set oncuechange(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].oncuechange=t}get ondblclick(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ondblclick)}set ondblclick(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ondblclick=t}get ondrag(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ondrag)}set ondrag(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ondrag=t}get ondragend(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ondragend)}set ondragend(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ondragend=t}get ondragenter(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ondragenter)}set ondragenter(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ondragenter=t}get ondragexit(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ondragexit)}set ondragexit(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ondragexit=t}get ondragleave(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ondragleave)}set ondragleave(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ondragleave=t}get ondragover(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ondragover)}set ondragover(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ondragover=t}get ondragstart(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ondragstart)}set ondragstart(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ondragstart=t}get ondrop(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ondrop)}set ondrop(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ondrop=t}get ondurationchange(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ondurationchange)}set ondurationchange(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ondurationchange=t}get onemptied(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onemptied)}set onemptied(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onemptied=t}get onended(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onended)}set onended(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onended=t}get onerror(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onerror)}set onerror(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onerror=t}get onfocus(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onfocus)}set onfocus(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onfocus=t}get oninput(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].oninput)}set oninput(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].oninput=t}get oninvalid(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].oninvalid)}set oninvalid(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].oninvalid=t}get onkeydown(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onkeydown)}set onkeydown(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onkeydown=t}get onkeypress(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onkeypress)}set onkeypress(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onkeypress=t}get onkeyup(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onkeyup)}set onkeyup(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onkeyup=t}get onload(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onload)}set onload(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onload=t}get onloadeddata(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onloadeddata)}set onloadeddata(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onloadeddata=t}get onloadedmetadata(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onloadedmetadata)}set onloadedmetadata(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onloadedmetadata=t}get onloadend(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onloadend)}set onloadend(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onloadend=t}get onloadstart(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onloadstart)}set onloadstart(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onloadstart=t}get onmousedown(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onmousedown)}set onmousedown(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onmousedown=t}get onmouseenter(){return n.tryWrapperForImpl(this[o].onmouseenter)}set onmouseenter(e){e=n.tryImplForWrapper(e),this[o].onmouseenter=e}get onmouseleave(){return n.tryWrapperForImpl(this[o].onmouseleave)}set onmouseleave(e){e=n.tryImplForWrapper(e),this[o].onmouseleave=e}get onmousemove(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onmousemove)}set onmousemove(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onmousemove=t}get onmouseout(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onmouseout)}set onmouseout(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onmouseout=t}get onmouseover(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onmouseover)}set onmouseover(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onmouseover=t}get onmouseup(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onmouseup)}set onmouseup(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onmouseup=t}get onwheel(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onwheel)}set onwheel(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onwheel=t}get onpause(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onpause)}set onpause(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onpause=t}get onplay(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onplay)}set onplay(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onplay=t}get onplaying(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onplaying)}set onplaying(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onplaying=t}get onprogress(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onprogress)}set onprogress(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onprogress=t}get onratechange(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onratechange)}set onratechange(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onratechange=t}get onreset(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onreset)}set onreset(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onreset=t}get onresize(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onresize)}set onresize(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onresize=t}get onscroll(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onscroll)}set onscroll(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onscroll=t}get onsecuritypolicyviolation(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onsecuritypolicyviolation)}set onsecuritypolicyviolation(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onsecuritypolicyviolation=t}get onseeked(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onseeked)}set onseeked(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onseeked=t}get onseeking(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onseeking)}set onseeking(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onseeking=t}get onselect(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onselect)}set onselect(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onselect=t}get onstalled(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onstalled)}set onstalled(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onstalled=t}get onsubmit(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onsubmit)}set onsubmit(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onsubmit=t}get onsuspend(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onsuspend)}set onsuspend(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onsuspend=t}get ontimeupdate(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ontimeupdate)}set ontimeupdate(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ontimeupdate=t}get ontoggle(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ontoggle)}set ontoggle(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ontoggle=t}get onvolumechange(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onvolumechange)}set onvolumechange(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onvolumechange=t}get onwaiting(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onwaiting)}set onwaiting(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onwaiting=t}get dataset(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.getSameObject(this,"dataset",()=>n.tryWrapperForImpl(this[o].dataset))}get nonce(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"nonce");return null===t?"":t}set nonce(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'nonce' property on 'SVGElement': The provided value"}),this.setAttributeNS(null,"nonce",t)}get tabIndex(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].tabIndex}set tabIndex(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.long(t,{context:"Failed to set the 'tabIndex' property on 'SVGElement': The provided value"}),this[o].tabIndex=t}}Object.defineProperties(s.prototype,{focus:{enumerable:!0},blur:{enumerable:!0},className:{enumerable:!0},ownerSVGElement:{enumerable:!0},viewportElement:{enumerable:!0},style:{enumerable:!0},onabort:{enumerable:!0},onauxclick:{enumerable:!0},onblur:{enumerable:!0},oncancel:{enumerable:!0},oncanplay:{enumerable:!0},oncanplaythrough:{enumerable:!0},onchange:{enumerable:!0},onclick:{enumerable:!0},onclose:{enumerable:!0},oncontextmenu:{enumerable:!0},oncuechange:{enumerable:!0},ondblclick:{enumerable:!0},ondrag:{enumerable:!0},ondragend:{enumerable:!0},ondragenter:{enumerable:!0},ondragexit:{enumerable:!0},ondragleave:{enumerable:!0},ondragover:{enumerable:!0},ondragstart:{enumerable:!0},ondrop:{enumerable:!0},ondurationchange:{enumerable:!0},onemptied:{enumerable:!0},onended:{enumerable:!0},onerror:{enumerable:!0},onfocus:{enumerable:!0},oninput:{enumerable:!0},oninvalid:{enumerable:!0},onkeydown:{enumerable:!0},onkeypress:{enumerable:!0},onkeyup:{enumerable:!0},onload:{enumerable:!0},onloadeddata:{enumerable:!0},onloadedmetadata:{enumerable:!0},onloadend:{enumerable:!0},onloadstart:{enumerable:!0},onmousedown:{enumerable:!0},onmouseenter:{enumerable:!0},onmouseleave:{enumerable:!0},onmousemove:{enumerable:!0},onmouseout:{enumerable:!0},onmouseover:{enumerable:!0},onmouseup:{enumerable:!0},onwheel:{enumerable:!0},onpause:{enumerable:!0},onplay:{enumerable:!0},onplaying:{enumerable:!0},onprogress:{enumerable:!0},onratechange:{enumerable:!0},onreset:{enumerable:!0},onresize:{enumerable:!0},onscroll:{enumerable:!0},onsecuritypolicyviolation:{enumerable:!0},onseeked:{enumerable:!0},onseeking:{enumerable:!0},onselect:{enumerable:!0},onstalled:{enumerable:!0},onsubmit:{enumerable:!0},onsuspend:{enumerable:!0},ontimeupdate:{enumerable:!0},ontoggle:{enumerable:!0},onvolumechange:{enumerable:!0},onwaiting:{enumerable:!0},dataset:{enumerable:!0},nonce:{enumerable:!0},tabIndex:{enumerable:!0},[Symbol.toStringTag]:{value:"SVGElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'SVGElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{SVGElement:s}}};e.exports=u;const l=r(194)},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol;class a{constructor(){throw new TypeError("Illegal constructor")}key(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'key' on 'Storage': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i["unsigned long"](e,{context:"Failed to execute 'key' on 'Storage': parameter 1"}),r.push(e)}return this[o].key(...r)}getItem(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'getItem' on 'Storage': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'getItem' on 'Storage': parameter 1"}),r.push(e)}return this[o].getItem(...r)}setItem(t,r){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<2)throw new TypeError("Failed to execute 'setItem' on 'Storage': 2 arguments required, but only "+arguments.length+" present.");const n=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'setItem' on 'Storage': parameter 1"}),n.push(e)}{let e=arguments[1];e=i.DOMString(e,{context:"Failed to execute 'setItem' on 'Storage': parameter 2"}),n.push(e)}return this[o].setItem(...n)}removeItem(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'removeItem' on 'Storage': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'removeItem' on 'Storage': parameter 1"}),r.push(e)}return this[o].removeItem(...r)}clear(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].clear()}get length(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].length}}Object.defineProperties(a.prototype,{key:{enumerable:!0},getItem:{enumerable:!0},setItem:{enumerable:!0},removeItem:{enumerable:!0},clear:{enumerable:!0},length:{enumerable:!0},[Symbol.toStringTag]:{value:"Storage",configurable:!0}});const s={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof u.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof u.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'Storage'.`)},create(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new u.implementation(t,r),configurable:!0}),(e=new Proxy(e,{get(e,t,r){if("symbol"==typeof t)return Reflect.get(e,t,r);const i=this.getOwnPropertyDescriptor(e,t);if(void 0===i){if(null===Object.getPrototypeOf(e))return;return Reflect.get(e,t,r)}if(!i.get&&!i.set)return i.value;const n=i.get;return void 0!==n?Reflect.apply(n,r,[]):void 0},has(e,t){if("symbol"==typeof t)return Reflect.has(e,t);if(void 0!==this.getOwnPropertyDescriptor(e,t))return!0;const r=Object.getPrototypeOf(e);return null!==r&&Reflect.has(r,t)},ownKeys(e){const t=new Set;for(const r of e[o][n.supportedPropertyNames])r in e||t.add(`${r}`);for(const r of Reflect.ownKeys(e))t.add(r);return[...t]},getOwnPropertyDescriptor(e,t){if("symbol"==typeof t)return Reflect.getOwnPropertyDescriptor(e,t);const r=e[o].getItem(t);return null===r||t in e?Reflect.getOwnPropertyDescriptor(e,t):{writable:!0,enumerable:!0,configurable:!0,value:n.tryWrapperForImpl(r)}},set(e,t,r,a){if("symbol"==typeof t)return Reflect.set(e,t,r,a);if(e===a&&"string"==typeof t&&!n.isArrayIndexPropName(t)){let n=r;return n=i.DOMString(n,{context:"Failed to set the '"+t+"' property on 'Storage': The provided value"}),e[o].setItem(t,n),!0}let s;if(void 0===s&&(s=Reflect.getOwnPropertyDescriptor(e,t)),void 0===s){const i=Reflect.getPrototypeOf(e);if(null!==i)return Reflect.set(i,t,r,a);s={writable:!0,enumerable:!0,configurable:!0,value:void 0}}if(!s.writable)return!1;if(!n.isObject(a))return!1;const u=Reflect.getOwnPropertyDescriptor(a,t);let l;if(void 0!==u){if(u.get||u.set)return!1;if(!u.writable)return!1;l={value:r}}else l={writable:!0,enumerable:!0,configurable:!0,value:r};return Reflect.defineProperty(a,t,l)},defineProperty(e,t,r){if("symbol"==typeof t)return Reflect.defineProperty(e,t,r);if(!n.hasOwn(e,t)){if(r.get||r.set)return!1;let n=r.value;return n=i.DOMString(n,{context:"Failed to set the '"+t+"' property on 'Storage': The provided value"}),e[o].setItem(t,n),!0}return Reflect.defineProperty(e,t,r)},deleteProperty:(e,t)=>"symbol"==typeof t?Reflect.deleteProperty(e,t):null===e[o].getItem(t)||t in e?Reflect.deleteProperty(e,t):(e[o].removeItem(t),!0),preventExtensions:()=>!1}))[o][n.wrapperSymbol]=e,u.init&&u.init(e[o],r),e},interface:a,expose:{Window:{Storage:a}}};e.exports=s;const u=r(765)},function(e,t,r){"use strict";const{createEventAccessor:i}=r(53),n=new Set(["afterprint","beforeprint","beforeunload","hashchange","languagechange","message","messageerror","offline","online","pagehide","pageshow","popstate","rejectionhandled","storage","unhandledrejection","unload","blur","error","focus","load","resize","scroll"]);class o{_proxyWindowEventsToWindow(){this._getEventHandlerTarget=e=>n.has(e)?this.ownerDocument.defaultView||null:this}}for(const e of n)i(o.prototype,e);e.exports={implementation:o}},function(e,t,r){(function(e){function r(e,t){for(var r=0,i=e.length-1;i>=0;i--){var n=e[i];"."===n?e.splice(i,1):".."===n?(e.splice(i,1),r++):r&&(e.splice(i,1),r--)}if(t)for(;r--;r)e.unshift("..");return e}function i(e,t){if(e.filter)return e.filter(t);for(var r=[],i=0;i=-1&&!n;o--){var a=o>=0?arguments[o]:e.cwd();if("string"!=typeof a)throw new TypeError("Arguments to path.resolve must be strings");a&&(t=a+"/"+t,n="/"===a.charAt(0))}return(n?"/":"")+(t=r(i(t.split("/"),function(e){return!!e}),!n).join("/"))||"."},t.normalize=function(e){var o=t.isAbsolute(e),a="/"===n(e,-1);return(e=r(i(e.split("/"),function(e){return!!e}),!o).join("/"))||o||(e="."),e&&a&&(e+="/"),(o?"/":"")+e},t.isAbsolute=function(e){return"/"===e.charAt(0)},t.join=function(){var e=Array.prototype.slice.call(arguments,0);return t.normalize(i(e,function(e,t){if("string"!=typeof e)throw new TypeError("Arguments to path.join must be strings");return e}).join("/"))},t.relative=function(e,r){function i(e){for(var t=0;t=0&&""===e[r];r--);return t>r?[]:e.slice(t,r-t+1)}e=t.resolve(e).substr(1),r=t.resolve(r).substr(1);for(var n=i(e.split("/")),o=i(r.split("/")),a=Math.min(n.length,o.length),s=a,u=0;u=1;--o)if(47===(t=e.charCodeAt(o))){if(!n){i=o;break}}else n=!1;return-1===i?r?"/":".":r&&1===i?"/":e.slice(0,i)},t.basename=function(e,t){var r=function(e){"string"!=typeof e&&(e+="");var t,r=0,i=-1,n=!0;for(t=e.length-1;t>=0;--t)if(47===e.charCodeAt(t)){if(!n){r=t+1;break}}else-1===i&&(n=!1,i=t+1);return-1===i?"":e.slice(r,i)}(e);return t&&r.substr(-1*t.length)===t&&(r=r.substr(0,r.length-t.length)),r},t.extname=function(e){"string"!=typeof e&&(e+="");for(var t=-1,r=0,i=-1,n=!0,o=0,a=e.length-1;a>=0;--a){var s=e.charCodeAt(a);if(47!==s)-1===i&&(n=!1,i=a+1),46===s?-1===t?t=a:1!==o&&(o=1):-1!==t&&(o=-1);else if(!n){r=a+1;break}}return-1===t||-1===i||0===o||1===o&&t===i-1&&t===r+1?"":e.slice(t,i)};var n="b"==="ab".substr(-1)?function(e,t,r){return e.substr(t,r)}:function(e,t,r){return t<0&&(t=e.length+t),e.substr(t,r)}}).call(this,r(10))},function(e,t,r){"use strict";var i=r(54),n={};n.rules=r(420).map(function(e){return{rule:e,suffix:e.replace(/^(\*\.|\!)/,""),punySuffix:-1,wildcard:"*"===e.charAt(0),exception:"!"===e.charAt(0)}}),n.endsWith=function(e,t){return-1!==e.indexOf(t,e.length-t.length)},n.findRule=function(e){var t=i.toASCII(e);return n.rules.reduce(function(e,r){return-1===r.punySuffix&&(r.punySuffix=i.toASCII(r.suffix)),n.endsWith(t,"."+r.punySuffix)||t===r.punySuffix?r:e},null)},t.errorCodes={DOMAIN_TOO_SHORT:"Domain name too short.",DOMAIN_TOO_LONG:"Domain name too long. It should be no more than 255 chars.",LABEL_STARTS_WITH_DASH:"Domain name label can not start with a dash.",LABEL_ENDS_WITH_DASH:"Domain name label can not end with a dash.",LABEL_TOO_LONG:"Domain name label should be at most 63 chars long.",LABEL_TOO_SHORT:"Domain name label should be at least 1 character long.",LABEL_INVALID_CHARS:"Domain name label can only contain alphanumeric characters or dashes."},n.validate=function(e){var t=i.toASCII(e);if(t.length<1)return"DOMAIN_TOO_SHORT";if(t.length>255)return"DOMAIN_TOO_LONG";for(var r,n=t.split("."),o=0;o63)return"LABEL_TOO_LONG";if("-"===r.charAt(0))return"LABEL_STARTS_WITH_DASH";if("-"===r.charAt(r.length-1))return"LABEL_ENDS_WITH_DASH";if(!/^[a-z0-9\-]+$/.test(r))return"LABEL_INVALID_CHARS"}},t.parse=function(e){if("string"!=typeof e)throw new TypeError("Domain name must be a string.");var r=e.slice(0).toLowerCase();"."===r.charAt(r.length-1)&&(r=r.slice(0,r.length-1));var o=n.validate(r);if(o)return{input:e,error:{message:t.errorCodes[o],code:o}};var a={input:e,tld:null,sld:null,domain:null,subdomain:null,listed:!1},s=r.split(".");if("local"===s[s.length-1])return a;var u=function(){return/xn--/.test(r)?(a.domain&&(a.domain=i.toASCII(a.domain)),a.subdomain&&(a.subdomain=i.toASCII(a.subdomain)),a):a},l=n.findRule(r);if(!l)return s.length<2?a:(a.tld=s.pop(),a.sld=s.pop(),a.domain=[a.sld,a.tld].join("."),s.length&&(a.subdomain=s.pop()),u());a.listed=!0;var p=l.suffix.split("."),c=s.slice(0,s.length-p.length);return l.exception&&c.push(p.shift()),a.tld=p.join("."),c.length?(l.wildcard&&(p.unshift(c.pop()),a.tld=p.join(".")),c.length?(a.sld=c.pop(),a.domain=[a.sld,a.tld].join("."),c.length&&(a.subdomain=c.join(".")),u()):u()):u()},t.get=function(e){return e&&t.parse(e).domain||null},t.isValid=function(e){var r=t.parse(e);return Boolean(r.domain&&r.listed)}},function(e){e.exports=JSON.parse('[["0","\\u0000",127,"€"],["8140","丂丄丅丆丏丒丗丟丠両丣並丩丮丯丱丳丵丷丼乀乁乂乄乆乊乑乕乗乚乛乢乣乤乥乧乨乪",5,"乲乴",9,"乿",6,"亇亊"],["8180","亐亖亗亙亜亝亞亣亪亯亰亱亴亶亷亸亹亼亽亾仈仌仏仐仒仚仛仜仠仢仦仧仩仭仮仯仱仴仸仹仺仼仾伀伂",6,"伋伌伒",4,"伜伝伡伣伨伩伬伭伮伱伳伵伷伹伻伾",4,"佄佅佇",5,"佒佔佖佡佢佦佨佪佫佭佮佱佲併佷佸佹佺佽侀侁侂侅來侇侊侌侎侐侒侓侕侖侘侙侚侜侞侟価侢"],["8240","侤侫侭侰",4,"侶",8,"俀俁係俆俇俈俉俋俌俍俒",4,"俙俛俠俢俤俥俧俫俬俰俲俴俵俶俷俹俻俼俽俿",11],["8280","個倎倐們倓倕倖倗倛倝倞倠倢倣値倧倫倯",10,"倻倽倿偀偁偂偄偅偆偉偊偋偍偐",4,"偖偗偘偙偛偝",7,"偦",5,"偭",8,"偸偹偺偼偽傁傂傃傄傆傇傉傊傋傌傎",20,"傤傦傪傫傭",4,"傳",6,"傼"],["8340","傽",17,"僐",5,"僗僘僙僛",10,"僨僩僪僫僯僰僱僲僴僶",4,"僼",9,"儈"],["8380","儉儊儌",5,"儓",13,"儢",28,"兂兇兊兌兎兏児兒兓兗兘兙兛兝",4,"兣兤兦內兩兪兯兲兺兾兿冃冄円冇冊冋冎冏冐冑冓冔冘冚冝冞冟冡冣冦",4,"冭冮冴冸冹冺冾冿凁凂凃凅凈凊凍凎凐凒",5],["8440","凘凙凚凜凞凟凢凣凥",5,"凬凮凱凲凴凷凾刄刅刉刋刌刏刐刓刔刕刜刞刟刡刢刣別刦刧刪刬刯刱刲刴刵刼刾剄",5,"剋剎剏剒剓剕剗剘"],["8480","剙剚剛剝剟剠剢剣剤剦剨剫剬剭剮剰剱剳",9,"剾劀劃",4,"劉",6,"劑劒劔",6,"劜劤劥劦劧劮劯劰労",9,"勀勁勂勄勅勆勈勊勌勍勎勏勑勓勔動勗務",5,"勠勡勢勣勥",10,"勱",7,"勻勼勽匁匂匃匄匇匉匊匋匌匎"],["8540","匑匒匓匔匘匛匜匞匟匢匤匥匧匨匩匫匬匭匯",9,"匼匽區卂卄卆卋卌卍卐協単卙卛卝卥卨卪卬卭卲卶卹卻卼卽卾厀厁厃厇厈厊厎厏"],["8580","厐",4,"厖厗厙厛厜厞厠厡厤厧厪厫厬厭厯",6,"厷厸厹厺厼厽厾叀參",4,"収叏叐叒叓叕叚叜叝叞叡叢叧叴叺叾叿吀吂吅吇吋吔吘吙吚吜吢吤吥吪吰吳吶吷吺吽吿呁呂呄呅呇呉呌呍呎呏呑呚呝",4,"呣呥呧呩",7,"呴呹呺呾呿咁咃咅咇咈咉咊咍咑咓咗咘咜咞咟咠咡"],["8640","咢咥咮咰咲咵咶咷咹咺咼咾哃哅哊哋哖哘哛哠",4,"哫哬哯哰哱哴",5,"哻哾唀唂唃唄唅唈唊",4,"唒唓唕",5,"唜唝唞唟唡唥唦"],["8680","唨唩唫唭唲唴唵唶唸唹唺唻唽啀啂啅啇啈啋",4,"啑啒啓啔啗",4,"啝啞啟啠啢啣啨啩啫啯",5,"啹啺啽啿喅喆喌喍喎喐喒喓喕喖喗喚喛喞喠",6,"喨",8,"喲喴営喸喺喼喿",4,"嗆嗇嗈嗊嗋嗎嗏嗐嗕嗗",4,"嗞嗠嗢嗧嗩嗭嗮嗰嗱嗴嗶嗸",4,"嗿嘂嘃嘄嘅"],["8740","嘆嘇嘊嘋嘍嘐",7,"嘙嘚嘜嘝嘠嘡嘢嘥嘦嘨嘩嘪嘫嘮嘯嘰嘳嘵嘷嘸嘺嘼嘽嘾噀",11,"噏",4,"噕噖噚噛噝",4],["8780","噣噥噦噧噭噮噯噰噲噳噴噵噷噸噹噺噽",7,"嚇",6,"嚐嚑嚒嚔",14,"嚤",10,"嚰",6,"嚸嚹嚺嚻嚽",12,"囋",8,"囕囖囘囙囜団囥",5,"囬囮囯囲図囶囷囸囻囼圀圁圂圅圇國",6],["8840","園",9,"圝圞圠圡圢圤圥圦圧圫圱圲圴",4,"圼圽圿坁坃坄坅坆坈坉坋坒",4,"坘坙坢坣坥坧坬坮坰坱坲坴坵坸坹坺坽坾坿垀"],["8880","垁垇垈垉垊垍",4,"垔",6,"垜垝垞垟垥垨垪垬垯垰垱垳垵垶垷垹",8,"埄",6,"埌埍埐埑埓埖埗埛埜埞埡埢埣埥",7,"埮埰埱埲埳埵埶執埻埼埾埿堁堃堄堅堈堉堊堌堎堏堐堒堓堔堖堗堘堚堛堜堝堟堢堣堥",4,"堫",4,"報堲堳場堶",7],["8940","堾",5,"塅",6,"塎塏塐塒塓塕塖塗塙",4,"塟",5,"塦",4,"塭",16,"塿墂墄墆墇墈墊墋墌"],["8980","墍",4,"墔",4,"墛墜墝墠",7,"墪",17,"墽墾墿壀壂壃壄壆",10,"壒壓壔壖",13,"壥",5,"壭壯壱売壴壵壷壸壺",7,"夃夅夆夈",4,"夎夐夑夒夓夗夘夛夝夞夠夡夢夣夦夨夬夰夲夳夵夶夻"],["8a40","夽夾夿奀奃奅奆奊奌奍奐奒奓奙奛",4,"奡奣奤奦",12,"奵奷奺奻奼奾奿妀妅妉妋妌妎妏妐妑妔妕妘妚妛妜妝妟妠妡妢妦"],["8a80","妧妬妭妰妱妳",5,"妺妼妽妿",6,"姇姈姉姌姍姎姏姕姖姙姛姞",4,"姤姦姧姩姪姫姭",11,"姺姼姽姾娀娂娊娋娍娎娏娐娒娔娕娖娗娙娚娛娝娞娡娢娤娦娧娨娪",6,"娳娵娷",4,"娽娾娿婁",4,"婇婈婋",9,"婖婗婘婙婛",5],["8b40","婡婣婤婥婦婨婩婫",8,"婸婹婻婼婽婾媀",17,"媓",6,"媜",13,"媫媬"],["8b80","媭",4,"媴媶媷媹",4,"媿嫀嫃",5,"嫊嫋嫍",4,"嫓嫕嫗嫙嫚嫛嫝嫞嫟嫢嫤嫥嫧嫨嫪嫬",4,"嫲",22,"嬊",11,"嬘",25,"嬳嬵嬶嬸",7,"孁",6],["8c40","孈",7,"孒孖孞孠孡孧孨孫孭孮孯孲孴孶孷學孹孻孼孾孿宂宆宊宍宎宐宑宒宔宖実宧宨宩宬宭宮宯宱宲宷宺宻宼寀寁寃寈寉寊寋寍寎寏"],["8c80","寑寔",8,"寠寢寣實寧審",4,"寯寱",6,"寽対尀専尃尅將專尋尌對導尐尒尓尗尙尛尞尟尠尡尣尦尨尩尪尫尭尮尯尰尲尳尵尶尷屃屄屆屇屌屍屒屓屔屖屗屘屚屛屜屝屟屢層屧",6,"屰屲",6,"屻屼屽屾岀岃",4,"岉岊岋岎岏岒岓岕岝",4,"岤",4],["8d40","岪岮岯岰岲岴岶岹岺岻岼岾峀峂峃峅",5,"峌",5,"峓",5,"峚",6,"峢峣峧峩峫峬峮峯峱",9,"峼",4],["8d80","崁崄崅崈",5,"崏",4,"崕崗崘崙崚崜崝崟",4,"崥崨崪崫崬崯",4,"崵",7,"崿",7,"嵈嵉嵍",10,"嵙嵚嵜嵞",10,"嵪嵭嵮嵰嵱嵲嵳嵵",12,"嶃",21,"嶚嶛嶜嶞嶟嶠"],["8e40","嶡",21,"嶸",12,"巆",6,"巎",12,"巜巟巠巣巤巪巬巭"],["8e80","巰巵巶巸",4,"巿帀帄帇帉帊帋帍帎帒帓帗帞",7,"帨",4,"帯帰帲",4,"帹帺帾帿幀幁幃幆",5,"幍",6,"幖",4,"幜幝幟幠幣",14,"幵幷幹幾庁庂広庅庈庉庌庍庎庒庘庛庝庡庢庣庤庨",4,"庮",4,"庴庺庻庼庽庿",6],["8f40","廆廇廈廋",5,"廔廕廗廘廙廚廜",11,"廩廫",8,"廵廸廹廻廼廽弅弆弇弉弌弍弎弐弒弔弖弙弚弜弝弞弡弢弣弤"],["8f80","弨弫弬弮弰弲",6,"弻弽弾弿彁",14,"彑彔彙彚彛彜彞彟彠彣彥彧彨彫彮彯彲彴彵彶彸彺彽彾彿徃徆徍徎徏徑従徔徖徚徛徝從徟徠徢",5,"復徫徬徯",5,"徶徸徹徺徻徾",4,"忇忈忊忋忎忓忔忕忚忛応忞忟忢忣忥忦忨忩忬忯忰忲忳忴忶忷忹忺忼怇"],["9040","怈怉怋怌怐怑怓怗怘怚怞怟怢怣怤怬怭怮怰",4,"怶",4,"怽怾恀恄",6,"恌恎恏恑恓恔恖恗恘恛恜恞恟恠恡恥恦恮恱恲恴恵恷恾悀"],["9080","悁悂悅悆悇悈悊悋悎悏悐悑悓悕悗悘悙悜悞悡悢悤悥悧悩悪悮悰悳悵悶悷悹悺悽",7,"惇惈惉惌",4,"惒惓惔惖惗惙惛惞惡",4,"惪惱惲惵惷惸惻",4,"愂愃愄愅愇愊愋愌愐",4,"愖愗愘愙愛愜愝愞愡愢愥愨愩愪愬",18,"慀",6],["9140","慇慉態慍慏慐慒慓慔慖",6,"慞慟慠慡慣慤慥慦慩",6,"慱慲慳慴慶慸",18,"憌憍憏",4,"憕"],["9180","憖",6,"憞",8,"憪憫憭",9,"憸",5,"憿懀懁懃",4,"應懌",4,"懓懕",16,"懧",13,"懶",8,"戀",5,"戇戉戓戔戙戜戝戞戠戣戦戧戨戩戫戭戯戰戱戲戵戶戸",4,"扂扄扅扆扊"],["9240","扏扐払扖扗扙扚扜",6,"扤扥扨扱扲扴扵扷扸扺扻扽抁抂抃抅抆抇抈抋",5,"抔抙抜抝択抣抦抧抩抪抭抮抯抰抲抳抴抶抷抸抺抾拀拁"],["9280","拃拋拏拑拕拝拞拠拡拤拪拫拰拲拵拸拹拺拻挀挃挄挅挆挊挋挌挍挏挐挒挓挔挕挗挘挙挜挦挧挩挬挭挮挰挱挳",5,"挻挼挾挿捀捁捄捇捈捊捑捒捓捔捖",7,"捠捤捥捦捨捪捫捬捯捰捲捳捴捵捸捹捼捽捾捿掁掃掄掅掆掋掍掑掓掔掕掗掙",6,"採掤掦掫掯掱掲掵掶掹掻掽掿揀"],["9340","揁揂揃揅揇揈揊揋揌揑揓揔揕揗",6,"揟揢揤",4,"揫揬揮揯揰揱揳揵揷揹揺揻揼揾搃搄搆",4,"損搎搑搒搕",5,"搝搟搢搣搤"],["9380","搥搧搨搩搫搮",5,"搵",4,"搻搼搾摀摂摃摉摋",6,"摓摕摖摗摙",4,"摟",7,"摨摪摫摬摮",9,"摻",6,"撃撆撈",8,"撓撔撗撘撚撛撜撝撟",4,"撥撦撧撨撪撫撯撱撲撳撴撶撹撻撽撾撿擁擃擄擆",6,"擏擑擓擔擕擖擙據"],["9440","擛擜擝擟擠擡擣擥擧",24,"攁",7,"攊",7,"攓",4,"攙",8],["9480","攢攣攤攦",4,"攬攭攰攱攲攳攷攺攼攽敀",4,"敆敇敊敋敍敎敐敒敓敔敗敘敚敜敟敠敡敤敥敧敨敩敪敭敮敯敱敳敵敶數",14,"斈斉斊斍斎斏斒斔斕斖斘斚斝斞斠斢斣斦斨斪斬斮斱",7,"斺斻斾斿旀旂旇旈旉旊旍旐旑旓旔旕旘",7,"旡旣旤旪旫"],["9540","旲旳旴旵旸旹旻",4,"昁昄昅昇昈昉昋昍昐昑昒昖昗昘昚昛昜昞昡昢昣昤昦昩昪昫昬昮昰昲昳昷",4,"昽昿晀時晄",6,"晍晎晐晑晘"],["9580","晙晛晜晝晞晠晢晣晥晧晩",4,"晱晲晳晵晸晹晻晼晽晿暀暁暃暅暆暈暉暊暋暍暎暏暐暒暓暔暕暘",4,"暞",8,"暩",4,"暯",4,"暵暶暷暸暺暻暼暽暿",25,"曚曞",7,"曧曨曪",5,"曱曵曶書曺曻曽朁朂會"],["9640","朄朅朆朇朌朎朏朑朒朓朖朘朙朚朜朞朠",5,"朧朩朮朰朲朳朶朷朸朹朻朼朾朿杁杄杅杇杊杋杍杒杔杕杗",4,"杝杢杣杤杦杧杫杬杮東杴杶"],["9680","杸杹杺杻杽枀枂枃枅枆枈枊枌枍枎枏枑枒枓枔枖枙枛枟枠枡枤枦枩枬枮枱枲枴枹",7,"柂柅",9,"柕柖柗柛柟柡柣柤柦柧柨柪柫柭柮柲柵",7,"柾栁栂栃栄栆栍栐栒栔栕栘",4,"栞栟栠栢",6,"栫",6,"栴栵栶栺栻栿桇桋桍桏桒桖",5],["9740","桜桝桞桟桪桬",7,"桵桸",8,"梂梄梇",7,"梐梑梒梔梕梖梘",9,"梣梤梥梩梪梫梬梮梱梲梴梶梷梸"],["9780","梹",6,"棁棃",5,"棊棌棎棏棐棑棓棔棖棗棙棛",4,"棡棢棤",9,"棯棲棳棴棶棷棸棻棽棾棿椀椂椃椄椆",4,"椌椏椑椓",11,"椡椢椣椥",7,"椮椯椱椲椳椵椶椷椸椺椻椼椾楀楁楃",16,"楕楖楘楙楛楜楟"],["9840","楡楢楤楥楧楨楩楪楬業楯楰楲",4,"楺楻楽楾楿榁榃榅榊榋榌榎",5,"榖榗榙榚榝",9,"榩榪榬榮榯榰榲榳榵榶榸榹榺榼榽"],["9880","榾榿槀槂",7,"構槍槏槑槒槓槕",5,"槜槝槞槡",11,"槮槯槰槱槳",9,"槾樀",9,"樋",11,"標",5,"樠樢",5,"権樫樬樭樮樰樲樳樴樶",6,"樿",4,"橅橆橈",7,"橑",6,"橚"],["9940","橜",4,"橢橣橤橦",10,"橲",6,"橺橻橽橾橿檁檂檃檅",8,"檏檒",4,"檘",7,"檡",5],["9980","檧檨檪檭",114,"欥欦欨",6],["9a40","欯欰欱欳欴欵欶欸欻欼欽欿歀歁歂歄歅歈歊歋歍",11,"歚",7,"歨歩歫",13,"歺歽歾歿殀殅殈"],["9a80","殌殎殏殐殑殔殕殗殘殙殜",4,"殢",7,"殫",7,"殶殸",6,"毀毃毄毆",4,"毌毎毐毑毘毚毜",4,"毢",7,"毬毭毮毰毱毲毴毶毷毸毺毻毼毾",6,"氈",4,"氎氒気氜氝氞氠氣氥氫氬氭氱氳氶氷氹氺氻氼氾氿汃汄汅汈汋",4,"汑汒汓汖汘"],["9b40","汙汚汢汣汥汦汧汫",4,"汱汳汵汷汸決汻汼汿沀沄沇沊沋沍沎沑沒沕沖沗沘沚沜沝沞沠沢沨沬沯沰沴沵沶沷沺泀況泂泃泆泇泈泋泍泎泏泑泒泘"],["9b80","泙泚泜泝泟泤泦泧泩泬泭泲泴泹泿洀洂洃洅洆洈洉洊洍洏洐洑洓洔洕洖洘洜洝洟",5,"洦洨洩洬洭洯洰洴洶洷洸洺洿浀浂浄浉浌浐浕浖浗浘浛浝浟浡浢浤浥浧浨浫浬浭浰浱浲浳浵浶浹浺浻浽",4,"涃涄涆涇涊涋涍涏涐涒涖",4,"涜涢涥涬涭涰涱涳涴涶涷涹",5,"淁淂淃淈淉淊"],["9c40","淍淎淏淐淒淓淔淕淗淚淛淜淟淢淣淥淧淨淩淪淭淯淰淲淴淵淶淸淺淽",7,"渆渇済渉渋渏渒渓渕渘渙減渜渞渟渢渦渧渨渪測渮渰渱渳渵"],["9c80","渶渷渹渻",7,"湅",7,"湏湐湑湒湕湗湙湚湜湝湞湠",10,"湬湭湯",14,"満溁溂溄溇溈溊",4,"溑",6,"溙溚溛溝溞溠溡溣溤溦溨溩溫溬溭溮溰溳溵溸溹溼溾溿滀滃滄滅滆滈滉滊滌滍滎滐滒滖滘滙滛滜滝滣滧滪",5],["9d40","滰滱滲滳滵滶滷滸滺",7,"漃漄漅漇漈漊",4,"漐漑漒漖",9,"漡漢漣漥漦漧漨漬漮漰漲漴漵漷",6,"漿潀潁潂"],["9d80","潃潄潅潈潉潊潌潎",9,"潙潚潛潝潟潠潡潣潤潥潧",5,"潯潰潱潳潵潶潷潹潻潽",6,"澅澆澇澊澋澏",12,"澝澞澟澠澢",4,"澨",10,"澴澵澷澸澺",5,"濁濃",5,"濊",6,"濓",10,"濟濢濣濤濥"],["9e40","濦",7,"濰",32,"瀒",7,"瀜",6,"瀤",6],["9e80","瀫",9,"瀶瀷瀸瀺",17,"灍灎灐",13,"灟",11,"灮灱灲灳灴灷灹灺灻災炁炂炃炄炆炇炈炋炌炍炏炐炑炓炗炘炚炛炞",12,"炰炲炴炵炶為炾炿烄烅烆烇烉烋",12,"烚"],["9f40","烜烝烞烠烡烢烣烥烪烮烰",6,"烸烺烻烼烾",10,"焋",4,"焑焒焔焗焛",10,"焧",7,"焲焳焴"],["9f80","焵焷",13,"煆煇煈煉煋煍煏",12,"煝煟",4,"煥煩",4,"煯煰煱煴煵煶煷煹煻煼煾",5,"熅",4,"熋熌熍熎熐熑熒熓熕熖熗熚",4,"熡",6,"熩熪熫熭",5,"熴熶熷熸熺",8,"燄",9,"燏",4],["a040","燖",9,"燡燢燣燤燦燨",5,"燯",9,"燺",11,"爇",19],["a080","爛爜爞",9,"爩爫爭爮爯爲爳爴爺爼爾牀",6,"牉牊牋牎牏牐牑牓牔牕牗牘牚牜牞牠牣牤牥牨牪牫牬牭牰牱牳牴牶牷牸牻牼牽犂犃犅",4,"犌犎犐犑犓",11,"犠",11,"犮犱犲犳犵犺",6,"狅狆狇狉狊狋狌狏狑狓狔狕狖狘狚狛"],["a1a1"," 、。·ˉˇ¨〃々—~‖…‘’“”〔〕〈",7,"〖〗【】±×÷∶∧∨∑∏∪∩∈∷√⊥∥∠⌒⊙∫∮≡≌≈∽∝≠≮≯≤≥∞∵∴♂♀°′″℃$¤¢£‰§№☆★○●◎◇◆□■△▲※→←↑↓〓"],["a2a1","ⅰ",9],["a2b1","⒈",19,"⑴",19,"①",9],["a2e5","㈠",9],["a2f1","Ⅰ",11],["a3a1","!"#¥%",88," ̄"],["a4a1","ぁ",82],["a5a1","ァ",85],["a6a1","Α",16,"Σ",6],["a6c1","α",16,"σ",6],["a6e0","︵︶︹︺︿﹀︽︾﹁﹂﹃﹄"],["a6ee","︻︼︷︸︱"],["a6f4","︳︴"],["a7a1","А",5,"ЁЖ",25],["a7d1","а",5,"ёж",25],["a840","ˊˋ˙–―‥‵℅℉↖↗↘↙∕∟∣≒≦≧⊿═",35,"▁",6],["a880","█",7,"▓▔▕▼▽◢◣◤◥☉⊕〒〝〞"],["a8a1","āáǎàēéěèīíǐìōóǒòūúǔùǖǘǚǜüêɑ"],["a8bd","ńň"],["a8c0","ɡ"],["a8c5","ㄅ",36],["a940","〡",8,"㊣㎎㎏㎜㎝㎞㎡㏄㏎㏑㏒㏕︰¬¦"],["a959","℡㈱"],["a95c","‐"],["a960","ー゛゜ヽヾ〆ゝゞ﹉",9,"﹔﹕﹖﹗﹙",8],["a980","﹢",4,"﹨﹩﹪﹫"],["a996","〇"],["a9a4","─",75],["aa40","狜狝狟狢",5,"狪狫狵狶狹狽狾狿猀猂猄",5,"猋猌猍猏猐猑猒猔猘猙猚猟猠猣猤猦猧猨猭猯猰猲猳猵猶猺猻猼猽獀",8],["aa80","獉獊獋獌獎獏獑獓獔獕獖獘",7,"獡",10,"獮獰獱"],["ab40","獲",11,"獿",4,"玅玆玈玊玌玍玏玐玒玓玔玕玗玘玙玚玜玝玞玠玡玣",5,"玪玬玭玱玴玵玶玸玹玼玽玾玿珁珃",4],["ab80","珋珌珎珒",6,"珚珛珜珝珟珡珢珣珤珦珨珪珫珬珮珯珰珱珳",4],["ac40","珸",10,"琄琇琈琋琌琍琎琑",8,"琜",5,"琣琤琧琩琫琭琯琱琲琷",4,"琽琾琿瑀瑂",11],["ac80","瑎",6,"瑖瑘瑝瑠",12,"瑮瑯瑱",4,"瑸瑹瑺"],["ad40","瑻瑼瑽瑿璂璄璅璆璈璉璊璌璍璏璑",10,"璝璟",7,"璪",15,"璻",12],["ad80","瓈",9,"瓓",8,"瓝瓟瓡瓥瓧",6,"瓰瓱瓲"],["ae40","瓳瓵瓸",6,"甀甁甂甃甅",7,"甎甐甒甔甕甖甗甛甝甞甠",4,"甦甧甪甮甴甶甹甼甽甿畁畂畃畄畆畇畉畊畍畐畑畒畓畕畖畗畘"],["ae80","畝",7,"畧畨畩畫",6,"畳畵當畷畺",4,"疀疁疂疄疅疇"],["af40","疈疉疊疌疍疎疐疓疕疘疛疜疞疢疦",4,"疭疶疷疺疻疿痀痁痆痋痌痎痏痐痑痓痗痙痚痜痝痟痠痡痥痩痬痭痮痯痲痳痵痶痷痸痺痻痽痾瘂瘄瘆瘇"],["af80","瘈瘉瘋瘍瘎瘏瘑瘒瘓瘔瘖瘚瘜瘝瘞瘡瘣瘧瘨瘬瘮瘯瘱瘲瘶瘷瘹瘺瘻瘽癁療癄"],["b040","癅",6,"癎",5,"癕癗",4,"癝癟癠癡癢癤",6,"癬癭癮癰",7,"癹発發癿皀皁皃皅皉皊皌皍皏皐皒皔皕皗皘皚皛"],["b080","皜",7,"皥",8,"皯皰皳皵",9,"盀盁盃啊阿埃挨哎唉哀皑癌蔼矮艾碍爱隘鞍氨安俺按暗岸胺案肮昂盎凹敖熬翱袄傲奥懊澳芭捌扒叭吧笆八疤巴拔跋靶把耙坝霸罢爸白柏百摆佰败拜稗斑班搬扳般颁板版扮拌伴瓣半办绊邦帮梆榜膀绑棒磅蚌镑傍谤苞胞包褒剥"],["b140","盄盇盉盋盌盓盕盙盚盜盝盞盠",4,"盦",7,"盰盳盵盶盷盺盻盽盿眀眂眃眅眆眊県眎",10,"眛眜眝眞眡眣眤眥眧眪眫"],["b180","眬眮眰",4,"眹眻眽眾眿睂睄睅睆睈",7,"睒",7,"睜薄雹保堡饱宝抱报暴豹鲍爆杯碑悲卑北辈背贝钡倍狈备惫焙被奔苯本笨崩绷甭泵蹦迸逼鼻比鄙笔彼碧蓖蔽毕毙毖币庇痹闭敝弊必辟壁臂避陛鞭边编贬扁便变卞辨辩辫遍标彪膘表鳖憋别瘪彬斌濒滨宾摈兵冰柄丙秉饼炳"],["b240","睝睞睟睠睤睧睩睪睭",11,"睺睻睼瞁瞂瞃瞆",5,"瞏瞐瞓",11,"瞡瞣瞤瞦瞨瞫瞭瞮瞯瞱瞲瞴瞶",4],["b280","瞼瞾矀",12,"矎",8,"矘矙矚矝",4,"矤病并玻菠播拨钵波博勃搏铂箔伯帛舶脖膊渤泊驳捕卜哺补埠不布步簿部怖擦猜裁材才财睬踩采彩菜蔡餐参蚕残惭惨灿苍舱仓沧藏操糙槽曹草厕策侧册测层蹭插叉茬茶查碴搽察岔差诧拆柴豺搀掺蝉馋谗缠铲产阐颤昌猖"],["b340","矦矨矪矯矰矱矲矴矵矷矹矺矻矼砃",5,"砊砋砎砏砐砓砕砙砛砞砠砡砢砤砨砪砫砮砯砱砲砳砵砶砽砿硁硂硃硄硆硈硉硊硋硍硏硑硓硔硘硙硚"],["b380","硛硜硞",11,"硯",7,"硸硹硺硻硽",6,"场尝常长偿肠厂敞畅唱倡超抄钞朝嘲潮巢吵炒车扯撤掣彻澈郴臣辰尘晨忱沉陈趁衬撑称城橙成呈乘程惩澄诚承逞骋秤吃痴持匙池迟弛驰耻齿侈尺赤翅斥炽充冲虫崇宠抽酬畴踌稠愁筹仇绸瞅丑臭初出橱厨躇锄雏滁除楚"],["b440","碄碅碆碈碊碋碏碐碒碔碕碖碙碝碞碠碢碤碦碨",7,"碵碶碷碸確碻碼碽碿磀磂磃磄磆磇磈磌磍磎磏磑磒磓磖磗磘磚",9],["b480","磤磥磦磧磩磪磫磭",4,"磳磵磶磸磹磻",5,"礂礃礄礆",6,"础储矗搐触处揣川穿椽传船喘串疮窗幢床闯创吹炊捶锤垂春椿醇唇淳纯蠢戳绰疵茨磁雌辞慈瓷词此刺赐次聪葱囱匆从丛凑粗醋簇促蹿篡窜摧崔催脆瘁粹淬翠村存寸磋撮搓措挫错搭达答瘩打大呆歹傣戴带殆代贷袋待逮"],["b540","礍",5,"礔",9,"礟",4,"礥",14,"礵",4,"礽礿祂祃祄祅祇祊",8,"祔祕祘祙祡祣"],["b580","祤祦祩祪祫祬祮祰",6,"祹祻",4,"禂禃禆禇禈禉禋禌禍禎禐禑禒怠耽担丹单郸掸胆旦氮但惮淡诞弹蛋当挡党荡档刀捣蹈倒岛祷导到稻悼道盗德得的蹬灯登等瞪凳邓堤低滴迪敌笛狄涤翟嫡抵底地蒂第帝弟递缔颠掂滇碘点典靛垫电佃甸店惦奠淀殿碉叼雕凋刁掉吊钓调跌爹碟蝶迭谍叠"],["b640","禓",6,"禛",11,"禨",10,"禴",4,"禼禿秂秄秅秇秈秊秌秎秏秐秓秔秖秗秙",5,"秠秡秢秥秨秪"],["b680","秬秮秱",6,"秹秺秼秾秿稁稄稅稇稈稉稊稌稏",4,"稕稖稘稙稛稜丁盯叮钉顶鼎锭定订丢东冬董懂动栋侗恫冻洞兜抖斗陡豆逗痘都督毒犊独读堵睹赌杜镀肚度渡妒端短锻段断缎堆兑队对墩吨蹲敦顿囤钝盾遁掇哆多夺垛躲朵跺舵剁惰堕蛾峨鹅俄额讹娥恶厄扼遏鄂饿恩而儿耳尔饵洱二"],["b740","稝稟稡稢稤",14,"稴稵稶稸稺稾穀",5,"穇",9,"穒",4,"穘",16],["b780","穩",6,"穱穲穳穵穻穼穽穾窂窅窇窉窊窋窌窎窏窐窓窔窙窚窛窞窡窢贰发罚筏伐乏阀法珐藩帆番翻樊矾钒繁凡烦反返范贩犯饭泛坊芳方肪房防妨仿访纺放菲非啡飞肥匪诽吠肺废沸费芬酚吩氛分纷坟焚汾粉奋份忿愤粪丰封枫蜂峰锋风疯烽逢冯缝讽奉凤佛否夫敷肤孵扶拂辐幅氟符伏俘服"],["b840","窣窤窧窩窪窫窮",4,"窴",10,"竀",10,"竌",9,"竗竘竚竛竜竝竡竢竤竧",5,"竮竰竱竲竳"],["b880","竴",4,"竻竼竾笀笁笂笅笇笉笌笍笎笐笒笓笖笗笘笚笜笝笟笡笢笣笧笩笭浮涪福袱弗甫抚辅俯釜斧脯腑府腐赴副覆赋复傅付阜父腹负富讣附妇缚咐噶嘎该改概钙盖溉干甘杆柑竿肝赶感秆敢赣冈刚钢缸肛纲岗港杠篙皋高膏羔糕搞镐稿告哥歌搁戈鸽胳疙割革葛格蛤阁隔铬个各给根跟耕更庚羹"],["b940","笯笰笲笴笵笶笷笹笻笽笿",5,"筆筈筊筍筎筓筕筗筙筜筞筟筡筣",10,"筯筰筳筴筶筸筺筼筽筿箁箂箃箄箆",6,"箎箏"],["b980","箑箒箓箖箘箙箚箛箞箟箠箣箤箥箮箯箰箲箳箵箶箷箹",7,"篂篃範埂耿梗工攻功恭龚供躬公宫弓巩汞拱贡共钩勾沟苟狗垢构购够辜菇咕箍估沽孤姑鼓古蛊骨谷股故顾固雇刮瓜剐寡挂褂乖拐怪棺关官冠观管馆罐惯灌贯光广逛瑰规圭硅归龟闺轨鬼诡癸桂柜跪贵刽辊滚棍锅郭国果裹过哈"],["ba40","篅篈築篊篋篍篎篏篐篒篔",4,"篛篜篞篟篠篢篣篤篧篨篩篫篬篭篯篰篲",4,"篸篹篺篻篽篿",7,"簈簉簊簍簎簐",5,"簗簘簙"],["ba80","簚",4,"簠",5,"簨簩簫",12,"簹",5,"籂骸孩海氦亥害骇酣憨邯韩含涵寒函喊罕翰撼捍旱憾悍焊汗汉夯杭航壕嚎豪毫郝好耗号浩呵喝荷菏核禾和何合盒貉阂河涸赫褐鹤贺嘿黑痕很狠恨哼亨横衡恒轰哄烘虹鸿洪宏弘红喉侯猴吼厚候后呼乎忽瑚壶葫胡蝴狐糊湖"],["bb40","籃",9,"籎",36,"籵",5,"籾",9],["bb80","粈粊",6,"粓粔粖粙粚粛粠粡粣粦粧粨粩粫粬粭粯粰粴",4,"粺粻弧虎唬护互沪户花哗华猾滑画划化话槐徊怀淮坏欢环桓还缓换患唤痪豢焕涣宦幻荒慌黄磺蝗簧皇凰惶煌晃幌恍谎灰挥辉徽恢蛔回毁悔慧卉惠晦贿秽会烩汇讳诲绘荤昏婚魂浑混豁活伙火获或惑霍货祸击圾基机畸稽积箕"],["bc40","粿糀糂糃糄糆糉糋糎",6,"糘糚糛糝糞糡",6,"糩",5,"糰",7,"糹糺糼",13,"紋",5],["bc80","紑",14,"紡紣紤紥紦紨紩紪紬紭紮細",6,"肌饥迹激讥鸡姬绩缉吉极棘辑籍集及急疾汲即嫉级挤几脊己蓟技冀季伎祭剂悸济寄寂计记既忌际妓继纪嘉枷夹佳家加荚颊贾甲钾假稼价架驾嫁歼监坚尖笺间煎兼肩艰奸缄茧检柬碱硷拣捡简俭剪减荐槛鉴践贱见键箭件"],["bd40","紷",54,"絯",7],["bd80","絸",32,"健舰剑饯渐溅涧建僵姜将浆江疆蒋桨奖讲匠酱降蕉椒礁焦胶交郊浇骄娇嚼搅铰矫侥脚狡角饺缴绞剿教酵轿较叫窖揭接皆秸街阶截劫节桔杰捷睫竭洁结解姐戒藉芥界借介疥诫届巾筋斤金今津襟紧锦仅谨进靳晋禁近烬浸"],["be40","継",12,"綧",6,"綯",42],["be80","線",32,"尽劲荆兢茎睛晶鲸京惊精粳经井警景颈静境敬镜径痉靖竟竞净炯窘揪究纠玖韭久灸九酒厩救旧臼舅咎就疚鞠拘狙疽居驹菊局咀矩举沮聚拒据巨具距踞锯俱句惧炬剧捐鹃娟倦眷卷绢撅攫抉掘倔爵觉决诀绝均菌钧军君峻"],["bf40","緻",62],["bf80","縺縼",4,"繂",4,"繈",21,"俊竣浚郡骏喀咖卡咯开揩楷凯慨刊堪勘坎砍看康慷糠扛抗亢炕考拷烤靠坷苛柯棵磕颗科壳咳可渴克刻客课肯啃垦恳坑吭空恐孔控抠口扣寇枯哭窟苦酷库裤夸垮挎跨胯块筷侩快宽款匡筐狂框矿眶旷况亏盔岿窥葵奎魁傀"],["c040","繞",35,"纃",23,"纜纝纞"],["c080","纮纴纻纼绖绤绬绹缊缐缞缷缹缻",6,"罃罆",9,"罒罓馈愧溃坤昆捆困括扩廓阔垃拉喇蜡腊辣啦莱来赖蓝婪栏拦篮阑兰澜谰揽览懒缆烂滥琅榔狼廊郎朗浪捞劳牢老佬姥酪烙涝勒乐雷镭蕾磊累儡垒擂肋类泪棱楞冷厘梨犁黎篱狸离漓理李里鲤礼莉荔吏栗丽厉励砾历利傈例俐"],["c140","罖罙罛罜罝罞罠罣",4,"罫罬罭罯罰罳罵罶罷罸罺罻罼罽罿羀羂",7,"羋羍羏",4,"羕",4,"羛羜羠羢羣羥羦羨",6,"羱"],["c180","羳",4,"羺羻羾翀翂翃翄翆翇翈翉翋翍翏",4,"翖翗翙",5,"翢翣痢立粒沥隶力璃哩俩联莲连镰廉怜涟帘敛脸链恋炼练粮凉梁粱良两辆量晾亮谅撩聊僚疗燎寥辽潦了撂镣廖料列裂烈劣猎琳林磷霖临邻鳞淋凛赁吝拎玲菱零龄铃伶羚凌灵陵岭领另令溜琉榴硫馏留刘瘤流柳六龙聋咙笼窿"],["c240","翤翧翨翪翫翬翭翯翲翴",6,"翽翾翿耂耇耈耉耊耎耏耑耓耚耛耝耞耟耡耣耤耫",5,"耲耴耹耺耼耾聀聁聄聅聇聈聉聎聏聐聑聓聕聖聗"],["c280","聙聛",13,"聫",5,"聲",11,"隆垄拢陇楼娄搂篓漏陋芦卢颅庐炉掳卤虏鲁麓碌露路赂鹿潞禄录陆戮驴吕铝侣旅履屡缕虑氯律率滤绿峦挛孪滦卵乱掠略抡轮伦仑沦纶论萝螺罗逻锣箩骡裸落洛骆络妈麻玛码蚂马骂嘛吗埋买麦卖迈脉瞒馒蛮满蔓曼慢漫"],["c340","聾肁肂肅肈肊肍",5,"肔肕肗肙肞肣肦肧肨肬肰肳肵肶肸肹肻胅胇",4,"胏",6,"胘胟胠胢胣胦胮胵胷胹胻胾胿脀脁脃脄脅脇脈脋"],["c380","脌脕脗脙脛脜脝脟",12,"脭脮脰脳脴脵脷脹",4,"脿谩芒茫盲氓忙莽猫茅锚毛矛铆卯茂冒帽貌贸么玫枚梅酶霉煤没眉媒镁每美昧寐妹媚门闷们萌蒙檬盟锰猛梦孟眯醚靡糜迷谜弥米秘觅泌蜜密幂棉眠绵冕免勉娩缅面苗描瞄藐秒渺庙妙蔑灭民抿皿敏悯闽明螟鸣铭名命谬摸"],["c440","腀",5,"腇腉腍腎腏腒腖腗腘腛",4,"腡腢腣腤腦腨腪腫腬腯腲腳腵腶腷腸膁膃",4,"膉膋膌膍膎膐膒",5,"膙膚膞",4,"膤膥"],["c480","膧膩膫",7,"膴",5,"膼膽膾膿臄臅臇臈臉臋臍",6,"摹蘑模膜磨摩魔抹末莫墨默沫漠寞陌谋牟某拇牡亩姆母墓暮幕募慕木目睦牧穆拿哪呐钠那娜纳氖乃奶耐奈南男难囊挠脑恼闹淖呢馁内嫩能妮霓倪泥尼拟你匿腻逆溺蔫拈年碾撵捻念娘酿鸟尿捏聂孽啮镊镍涅您柠狞凝宁"],["c540","臔",14,"臤臥臦臨臩臫臮",4,"臵",5,"臽臿舃與",4,"舎舏舑舓舕",5,"舝舠舤舥舦舧舩舮舲舺舼舽舿"],["c580","艀艁艂艃艅艆艈艊艌艍艎艐",7,"艙艛艜艝艞艠",7,"艩拧泞牛扭钮纽脓浓农弄奴努怒女暖虐疟挪懦糯诺哦欧鸥殴藕呕偶沤啪趴爬帕怕琶拍排牌徘湃派攀潘盘磐盼畔判叛乓庞旁耪胖抛咆刨炮袍跑泡呸胚培裴赔陪配佩沛喷盆砰抨烹澎彭蓬棚硼篷膨朋鹏捧碰坯砒霹批披劈琵毗"],["c640","艪艫艬艭艱艵艶艷艸艻艼芀芁芃芅芆芇芉芌芐芓芔芕芖芚芛芞芠芢芣芧芲芵芶芺芻芼芿苀苂苃苅苆苉苐苖苙苚苝苢苧苨苩苪苬苭苮苰苲苳苵苶苸"],["c680","苺苼",4,"茊茋茍茐茒茓茖茘茙茝",9,"茩茪茮茰茲茷茻茽啤脾疲皮匹痞僻屁譬篇偏片骗飘漂瓢票撇瞥拼频贫品聘乒坪苹萍平凭瓶评屏坡泼颇婆破魄迫粕剖扑铺仆莆葡菩蒲埔朴圃普浦谱曝瀑期欺栖戚妻七凄漆柒沏其棋奇歧畦崎脐齐旗祈祁骑起岂乞企启契砌器气迄弃汽泣讫掐"],["c740","茾茿荁荂荄荅荈荊",4,"荓荕",4,"荝荢荰",6,"荹荺荾",6,"莇莈莊莋莌莍莏莐莑莔莕莖莗莙莚莝莟莡",6,"莬莭莮"],["c780","莯莵莻莾莿菂菃菄菆菈菉菋菍菎菐菑菒菓菕菗菙菚菛菞菢菣菤菦菧菨菫菬菭恰洽牵扦钎铅千迁签仟谦乾黔钱钳前潜遣浅谴堑嵌欠歉枪呛腔羌墙蔷强抢橇锹敲悄桥瞧乔侨巧鞘撬翘峭俏窍切茄且怯窃钦侵亲秦琴勤芹擒禽寝沁青轻氢倾卿清擎晴氰情顷请庆琼穷秋丘邱球求囚酋泅趋区蛆曲躯屈驱渠"],["c840","菮華菳",4,"菺菻菼菾菿萀萂萅萇萈萉萊萐萒",5,"萙萚萛萞",5,"萩",7,"萲",5,"萹萺萻萾",7,"葇葈葉"],["c880","葊",6,"葒",4,"葘葝葞葟葠葢葤",4,"葪葮葯葰葲葴葷葹葻葼取娶龋趣去圈颧权醛泉全痊拳犬券劝缺炔瘸却鹊榷确雀裙群然燃冉染瓤壤攘嚷让饶扰绕惹热壬仁人忍韧任认刃妊纫扔仍日戎茸蓉荣融熔溶容绒冗揉柔肉茹蠕儒孺如辱乳汝入褥软阮蕊瑞锐闰润若弱撒洒萨腮鳃塞赛三叁"],["c940","葽",4,"蒃蒄蒅蒆蒊蒍蒏",7,"蒘蒚蒛蒝蒞蒟蒠蒢",12,"蒰蒱蒳蒵蒶蒷蒻蒼蒾蓀蓂蓃蓅蓆蓇蓈蓋蓌蓎蓏蓒蓔蓕蓗"],["c980","蓘",4,"蓞蓡蓢蓤蓧",4,"蓭蓮蓯蓱",10,"蓽蓾蔀蔁蔂伞散桑嗓丧搔骚扫嫂瑟色涩森僧莎砂杀刹沙纱傻啥煞筛晒珊苫杉山删煽衫闪陕擅赡膳善汕扇缮墒伤商赏晌上尚裳梢捎稍烧芍勺韶少哨邵绍奢赊蛇舌舍赦摄射慑涉社设砷申呻伸身深娠绅神沈审婶甚肾慎渗声生甥牲升绳"],["ca40","蔃",8,"蔍蔎蔏蔐蔒蔔蔕蔖蔘蔙蔛蔜蔝蔞蔠蔢",8,"蔭",9,"蔾",4,"蕄蕅蕆蕇蕋",10],["ca80","蕗蕘蕚蕛蕜蕝蕟",4,"蕥蕦蕧蕩",8,"蕳蕵蕶蕷蕸蕼蕽蕿薀薁省盛剩胜圣师失狮施湿诗尸虱十石拾时什食蚀实识史矢使屎驶始式示士世柿事拭誓逝势是嗜噬适仕侍释饰氏市恃室视试收手首守寿授售受瘦兽蔬枢梳殊抒输叔舒淑疏书赎孰熟薯暑曙署蜀黍鼠属术述树束戍竖墅庶数漱"],["cb40","薂薃薆薈",6,"薐",10,"薝",6,"薥薦薧薩薫薬薭薱",5,"薸薺",6,"藂",6,"藊",4,"藑藒"],["cb80","藔藖",5,"藝",6,"藥藦藧藨藪",14,"恕刷耍摔衰甩帅栓拴霜双爽谁水睡税吮瞬顺舜说硕朔烁斯撕嘶思私司丝死肆寺嗣四伺似饲巳松耸怂颂送宋讼诵搜艘擞嗽苏酥俗素速粟僳塑溯宿诉肃酸蒜算虽隋随绥髓碎岁穗遂隧祟孙损笋蓑梭唆缩琐索锁所塌他它她塔"],["cc40","藹藺藼藽藾蘀",4,"蘆",10,"蘒蘓蘔蘕蘗",15,"蘨蘪",13,"蘹蘺蘻蘽蘾蘿虀"],["cc80","虁",11,"虒虓處",4,"虛虜虝號虠虡虣",7,"獭挞蹋踏胎苔抬台泰酞太态汰坍摊贪瘫滩坛檀痰潭谭谈坦毯袒碳探叹炭汤塘搪堂棠膛唐糖倘躺淌趟烫掏涛滔绦萄桃逃淘陶讨套特藤腾疼誊梯剔踢锑提题蹄啼体替嚏惕涕剃屉天添填田甜恬舔腆挑条迢眺跳贴铁帖厅听烃"],["cd40","虭虯虰虲",6,"蚃",6,"蚎",4,"蚔蚖",5,"蚞",4,"蚥蚦蚫蚭蚮蚲蚳蚷蚸蚹蚻",4,"蛁蛂蛃蛅蛈蛌蛍蛒蛓蛕蛖蛗蛚蛜"],["cd80","蛝蛠蛡蛢蛣蛥蛦蛧蛨蛪蛫蛬蛯蛵蛶蛷蛺蛻蛼蛽蛿蜁蜄蜅蜆蜋蜌蜎蜏蜐蜑蜔蜖汀廷停亭庭挺艇通桐酮瞳同铜彤童桶捅筒统痛偷投头透凸秃突图徒途涂屠土吐兔湍团推颓腿蜕褪退吞屯臀拖托脱鸵陀驮驼椭妥拓唾挖哇蛙洼娃瓦袜歪外豌弯湾玩顽丸烷完碗挽晚皖惋宛婉万腕汪王亡枉网往旺望忘妄威"],["ce40","蜙蜛蜝蜟蜠蜤蜦蜧蜨蜪蜫蜬蜭蜯蜰蜲蜳蜵蜶蜸蜹蜺蜼蜽蝀",6,"蝊蝋蝍蝏蝐蝑蝒蝔蝕蝖蝘蝚",5,"蝡蝢蝦",7,"蝯蝱蝲蝳蝵"],["ce80","蝷蝸蝹蝺蝿螀螁螄螆螇螉螊螌螎",4,"螔螕螖螘",6,"螠",4,"巍微危韦违桅围唯惟为潍维苇萎委伟伪尾纬未蔚味畏胃喂魏位渭谓尉慰卫瘟温蚊文闻纹吻稳紊问嗡翁瓮挝蜗涡窝我斡卧握沃巫呜钨乌污诬屋无芜梧吾吴毋武五捂午舞伍侮坞戊雾晤物勿务悟误昔熙析西硒矽晰嘻吸锡牺"],["cf40","螥螦螧螩螪螮螰螱螲螴螶螷螸螹螻螼螾螿蟁",4,"蟇蟈蟉蟌",4,"蟔",6,"蟜蟝蟞蟟蟡蟢蟣蟤蟦蟧蟨蟩蟫蟬蟭蟯",9],["cf80","蟺蟻蟼蟽蟿蠀蠁蠂蠄",5,"蠋",7,"蠔蠗蠘蠙蠚蠜",4,"蠣稀息希悉膝夕惜熄烯溪汐犀檄袭席习媳喜铣洗系隙戏细瞎虾匣霞辖暇峡侠狭下厦夏吓掀锨先仙鲜纤咸贤衔舷闲涎弦嫌显险现献县腺馅羡宪陷限线相厢镶香箱襄湘乡翔祥详想响享项巷橡像向象萧硝霄削哮嚣销消宵淆晓"],["d040","蠤",13,"蠳",5,"蠺蠻蠽蠾蠿衁衂衃衆",5,"衎",5,"衕衖衘衚",6,"衦衧衪衭衯衱衳衴衵衶衸衹衺"],["d080","衻衼袀袃袆袇袉袊袌袎袏袐袑袓袔袕袗",4,"袝",4,"袣袥",5,"小孝校肖啸笑效楔些歇蝎鞋协挟携邪斜胁谐写械卸蟹懈泄泻谢屑薪芯锌欣辛新忻心信衅星腥猩惺兴刑型形邢行醒幸杏性姓兄凶胸匈汹雄熊休修羞朽嗅锈秀袖绣墟戌需虚嘘须徐许蓄酗叙旭序畜恤絮婿绪续轩喧宣悬旋玄"],["d140","袬袮袯袰袲",4,"袸袹袺袻袽袾袿裀裃裄裇裈裊裋裌裍裏裐裑裓裖裗裚",4,"裠裡裦裧裩",6,"裲裵裶裷裺裻製裿褀褁褃",5],["d180","褉褋",4,"褑褔",4,"褜",4,"褢褣褤褦褧褨褩褬褭褮褯褱褲褳褵褷选癣眩绚靴薛学穴雪血勋熏循旬询寻驯巡殉汛训讯逊迅压押鸦鸭呀丫芽牙蚜崖衙涯雅哑亚讶焉咽阉烟淹盐严研蜒岩延言颜阎炎沿奄掩眼衍演艳堰燕厌砚雁唁彦焰宴谚验殃央鸯秧杨扬佯疡羊洋阳氧仰痒养样漾邀腰妖瑶"],["d240","褸",8,"襂襃襅",24,"襠",5,"襧",19,"襼"],["d280","襽襾覀覂覄覅覇",26,"摇尧遥窑谣姚咬舀药要耀椰噎耶爷野冶也页掖业叶曳腋夜液一壹医揖铱依伊衣颐夷遗移仪胰疑沂宜姨彝椅蚁倚已乙矣以艺抑易邑屹亿役臆逸肄疫亦裔意毅忆义益溢诣议谊译异翼翌绎茵荫因殷音阴姻吟银淫寅饮尹引隐"],["d340","覢",30,"觃觍觓觔觕觗觘觙觛觝觟觠觡觢觤觧觨觩觪觬觭觮觰觱觲觴",6],["d380","觻",4,"訁",5,"計",21,"印英樱婴鹰应缨莹萤营荧蝇迎赢盈影颖硬映哟拥佣臃痈庸雍踊蛹咏泳涌永恿勇用幽优悠忧尤由邮铀犹油游酉有友右佑釉诱又幼迂淤于盂榆虞愚舆余俞逾鱼愉渝渔隅予娱雨与屿禹宇语羽玉域芋郁吁遇喻峪御愈欲狱育誉"],["d440","訞",31,"訿",8,"詉",21],["d480","詟",25,"詺",6,"浴寓裕预豫驭鸳渊冤元垣袁原援辕园员圆猿源缘远苑愿怨院曰约越跃钥岳粤月悦阅耘云郧匀陨允运蕴酝晕韵孕匝砸杂栽哉灾宰载再在咱攒暂赞赃脏葬遭糟凿藻枣早澡蚤躁噪造皂灶燥责择则泽贼怎增憎曾赠扎喳渣札轧"],["d540","誁",7,"誋",7,"誔",46],["d580","諃",32,"铡闸眨栅榨咋乍炸诈摘斋宅窄债寨瞻毡詹粘沾盏斩辗崭展蘸栈占战站湛绽樟章彰漳张掌涨杖丈帐账仗胀瘴障招昭找沼赵照罩兆肇召遮折哲蛰辙者锗蔗这浙珍斟真甄砧臻贞针侦枕疹诊震振镇阵蒸挣睁征狰争怔整拯正政"],["d640","諤",34,"謈",27],["d680","謤謥謧",30,"帧症郑证芝枝支吱蜘知肢脂汁之织职直植殖执值侄址指止趾只旨纸志挚掷至致置帜峙制智秩稚质炙痔滞治窒中盅忠钟衷终种肿重仲众舟周州洲诌粥轴肘帚咒皱宙昼骤珠株蛛朱猪诸诛逐竹烛煮拄瞩嘱主著柱助蛀贮铸筑"],["d740","譆",31,"譧",4,"譭",25],["d780","讇",24,"讬讱讻诇诐诪谉谞住注祝驻抓爪拽专砖转撰赚篆桩庄装妆撞壮状椎锥追赘坠缀谆准捉拙卓桌琢茁酌啄着灼浊兹咨资姿滋淄孜紫仔籽滓子自渍字鬃棕踪宗综总纵邹走奏揍租足卒族祖诅阻组钻纂嘴醉最罪尊遵昨左佐柞做作坐座"],["d840","谸",8,"豂豃豄豅豈豊豋豍",7,"豖豗豘豙豛",5,"豣",6,"豬",6,"豴豵豶豷豻",6,"貃貄貆貇"],["d880","貈貋貍",6,"貕貖貗貙",20,"亍丌兀丐廿卅丕亘丞鬲孬噩丨禺丿匕乇夭爻卮氐囟胤馗毓睾鼗丶亟鼐乜乩亓芈孛啬嘏仄厍厝厣厥厮靥赝匚叵匦匮匾赜卦卣刂刈刎刭刳刿剀剌剞剡剜蒯剽劂劁劐劓冂罔亻仃仉仂仨仡仫仞伛仳伢佤仵伥伧伉伫佞佧攸佚佝"],["d940","貮",62],["d980","賭",32,"佟佗伲伽佶佴侑侉侃侏佾佻侪佼侬侔俦俨俪俅俚俣俜俑俟俸倩偌俳倬倏倮倭俾倜倌倥倨偾偃偕偈偎偬偻傥傧傩傺僖儆僭僬僦僮儇儋仝氽佘佥俎龠汆籴兮巽黉馘冁夔勹匍訇匐凫夙兕亠兖亳衮袤亵脔裒禀嬴蠃羸冫冱冽冼"],["da40","贎",14,"贠赑赒赗赟赥赨赩赪赬赮赯赱赲赸",8,"趂趃趆趇趈趉趌",4,"趒趓趕",9,"趠趡"],["da80","趢趤",12,"趲趶趷趹趻趽跀跁跂跅跇跈跉跊跍跐跒跓跔凇冖冢冥讠讦讧讪讴讵讷诂诃诋诏诎诒诓诔诖诘诙诜诟诠诤诨诩诮诰诳诶诹诼诿谀谂谄谇谌谏谑谒谔谕谖谙谛谘谝谟谠谡谥谧谪谫谮谯谲谳谵谶卩卺阝阢阡阱阪阽阼陂陉陔陟陧陬陲陴隈隍隗隰邗邛邝邙邬邡邴邳邶邺"],["db40","跕跘跙跜跠跡跢跥跦跧跩跭跮跰跱跲跴跶跼跾",6,"踆踇踈踋踍踎踐踑踒踓踕",7,"踠踡踤",4,"踫踭踰踲踳踴踶踷踸踻踼踾"],["db80","踿蹃蹅蹆蹌",4,"蹓",5,"蹚",11,"蹧蹨蹪蹫蹮蹱邸邰郏郅邾郐郄郇郓郦郢郜郗郛郫郯郾鄄鄢鄞鄣鄱鄯鄹酃酆刍奂劢劬劭劾哿勐勖勰叟燮矍廴凵凼鬯厶弁畚巯坌垩垡塾墼壅壑圩圬圪圳圹圮圯坜圻坂坩垅坫垆坼坻坨坭坶坳垭垤垌垲埏垧垴垓垠埕埘埚埙埒垸埴埯埸埤埝"],["dc40","蹳蹵蹷",4,"蹽蹾躀躂躃躄躆躈",6,"躑躒躓躕",6,"躝躟",11,"躭躮躰躱躳",6,"躻",7],["dc80","軃",10,"軏",21,"堋堍埽埭堀堞堙塄堠塥塬墁墉墚墀馨鼙懿艹艽艿芏芊芨芄芎芑芗芙芫芸芾芰苈苊苣芘芷芮苋苌苁芩芴芡芪芟苄苎芤苡茉苷苤茏茇苜苴苒苘茌苻苓茑茚茆茔茕苠苕茜荑荛荜茈莒茼茴茱莛荞茯荏荇荃荟荀茗荠茭茺茳荦荥"],["dd40","軥",62],["dd80","輤",32,"荨茛荩荬荪荭荮莰荸莳莴莠莪莓莜莅荼莶莩荽莸荻莘莞莨莺莼菁萁菥菘堇萘萋菝菽菖萜萸萑萆菔菟萏萃菸菹菪菅菀萦菰菡葜葑葚葙葳蒇蒈葺蒉葸萼葆葩葶蒌蒎萱葭蓁蓍蓐蓦蒽蓓蓊蒿蒺蓠蒡蒹蒴蒗蓥蓣蔌甍蔸蓰蔹蔟蔺"],["de40","轅",32,"轪辀辌辒辝辠辡辢辤辥辦辧辪辬辭辮辯農辳辴辵辷辸辺辻込辿迀迃迆"],["de80","迉",4,"迏迒迖迗迚迠迡迣迧迬迯迱迲迴迵迶迺迻迼迾迿逇逈逌逎逓逕逘蕖蔻蓿蓼蕙蕈蕨蕤蕞蕺瞢蕃蕲蕻薤薨薇薏蕹薮薜薅薹薷薰藓藁藜藿蘧蘅蘩蘖蘼廾弈夼奁耷奕奚奘匏尢尥尬尴扌扪抟抻拊拚拗拮挢拶挹捋捃掭揶捱捺掎掴捭掬掊捩掮掼揲揸揠揿揄揞揎摒揆掾摅摁搋搛搠搌搦搡摞撄摭撖"],["df40","這逜連逤逥逧",5,"逰",4,"逷逹逺逽逿遀遃遅遆遈",4,"過達違遖遙遚遜",5,"遤遦遧適遪遫遬遯",4,"遶",6,"遾邁"],["df80","還邅邆邇邉邊邌",4,"邒邔邖邘邚邜邞邟邠邤邥邧邨邩邫邭邲邷邼邽邿郀摺撷撸撙撺擀擐擗擤擢攉攥攮弋忒甙弑卟叱叽叩叨叻吒吖吆呋呒呓呔呖呃吡呗呙吣吲咂咔呷呱呤咚咛咄呶呦咝哐咭哂咴哒咧咦哓哔呲咣哕咻咿哌哙哚哜咩咪咤哝哏哞唛哧唠哽唔哳唢唣唏唑唧唪啧喏喵啉啭啁啕唿啐唼"],["e040","郂郃郆郈郉郋郌郍郒郔郕郖郘郙郚郞郟郠郣郤郥郩郪郬郮郰郱郲郳郵郶郷郹郺郻郼郿鄀鄁鄃鄅",19,"鄚鄛鄜"],["e080","鄝鄟鄠鄡鄤",10,"鄰鄲",6,"鄺",8,"酄唷啖啵啶啷唳唰啜喋嗒喃喱喹喈喁喟啾嗖喑啻嗟喽喾喔喙嗪嗷嗉嘟嗑嗫嗬嗔嗦嗝嗄嗯嗥嗲嗳嗌嗍嗨嗵嗤辔嘞嘈嘌嘁嘤嘣嗾嘀嘧嘭噘嘹噗嘬噍噢噙噜噌噔嚆噤噱噫噻噼嚅嚓嚯囔囗囝囡囵囫囹囿圄圊圉圜帏帙帔帑帱帻帼"],["e140","酅酇酈酑酓酔酕酖酘酙酛酜酟酠酦酧酨酫酭酳酺酻酼醀",4,"醆醈醊醎醏醓",6,"醜",5,"醤",5,"醫醬醰醱醲醳醶醷醸醹醻"],["e180","醼",10,"釈釋釐釒",9,"針",8,"帷幄幔幛幞幡岌屺岍岐岖岈岘岙岑岚岜岵岢岽岬岫岱岣峁岷峄峒峤峋峥崂崃崧崦崮崤崞崆崛嵘崾崴崽嵬嵛嵯嵝嵫嵋嵊嵩嵴嶂嶙嶝豳嶷巅彳彷徂徇徉後徕徙徜徨徭徵徼衢彡犭犰犴犷犸狃狁狎狍狒狨狯狩狲狴狷猁狳猃狺"],["e240","釦",62],["e280","鈥",32,"狻猗猓猡猊猞猝猕猢猹猥猬猸猱獐獍獗獠獬獯獾舛夥飧夤夂饣饧",5,"饴饷饽馀馄馇馊馍馐馑馓馔馕庀庑庋庖庥庠庹庵庾庳赓廒廑廛廨廪膺忄忉忖忏怃忮怄忡忤忾怅怆忪忭忸怙怵怦怛怏怍怩怫怊怿怡恸恹恻恺恂"],["e340","鉆",45,"鉵",16],["e380","銆",7,"銏",24,"恪恽悖悚悭悝悃悒悌悛惬悻悱惝惘惆惚悴愠愦愕愣惴愀愎愫慊慵憬憔憧憷懔懵忝隳闩闫闱闳闵闶闼闾阃阄阆阈阊阋阌阍阏阒阕阖阗阙阚丬爿戕氵汔汜汊沣沅沐沔沌汨汩汴汶沆沩泐泔沭泷泸泱泗沲泠泖泺泫泮沱泓泯泾"],["e440","銨",5,"銯",24,"鋉",31],["e480","鋩",32,"洹洧洌浃浈洇洄洙洎洫浍洮洵洚浏浒浔洳涑浯涞涠浞涓涔浜浠浼浣渚淇淅淞渎涿淠渑淦淝淙渖涫渌涮渫湮湎湫溲湟溆湓湔渲渥湄滟溱溘滠漭滢溥溧溽溻溷滗溴滏溏滂溟潢潆潇漤漕滹漯漶潋潴漪漉漩澉澍澌潸潲潼潺濑"],["e540","錊",51,"錿",10],["e580","鍊",31,"鍫濉澧澹澶濂濡濮濞濠濯瀚瀣瀛瀹瀵灏灞宀宄宕宓宥宸甯骞搴寤寮褰寰蹇謇辶迓迕迥迮迤迩迦迳迨逅逄逋逦逑逍逖逡逵逶逭逯遄遑遒遐遨遘遢遛暹遴遽邂邈邃邋彐彗彖彘尻咫屐屙孱屣屦羼弪弩弭艴弼鬻屮妁妃妍妩妪妣"],["e640","鍬",34,"鎐",27],["e680","鎬",29,"鏋鏌鏍妗姊妫妞妤姒妲妯姗妾娅娆姝娈姣姘姹娌娉娲娴娑娣娓婀婧婊婕娼婢婵胬媪媛婷婺媾嫫媲嫒嫔媸嫠嫣嫱嫖嫦嫘嫜嬉嬗嬖嬲嬷孀尕尜孚孥孳孑孓孢驵驷驸驺驿驽骀骁骅骈骊骐骒骓骖骘骛骜骝骟骠骢骣骥骧纟纡纣纥纨纩"],["e740","鏎",7,"鏗",54],["e780","鐎",32,"纭纰纾绀绁绂绉绋绌绐绔绗绛绠绡绨绫绮绯绱绲缍绶绺绻绾缁缂缃缇缈缋缌缏缑缒缗缙缜缛缟缡",6,"缪缫缬缭缯",4,"缵幺畿巛甾邕玎玑玮玢玟珏珂珑玷玳珀珉珈珥珙顼琊珩珧珞玺珲琏琪瑛琦琥琨琰琮琬"],["e840","鐯",14,"鐿",43,"鑬鑭鑮鑯"],["e880","鑰",20,"钑钖钘铇铏铓铔铚铦铻锜锠琛琚瑁瑜瑗瑕瑙瑷瑭瑾璜璎璀璁璇璋璞璨璩璐璧瓒璺韪韫韬杌杓杞杈杩枥枇杪杳枘枧杵枨枞枭枋杷杼柰栉柘栊柩枰栌柙枵柚枳柝栀柃枸柢栎柁柽栲栳桠桡桎桢桄桤梃栝桕桦桁桧桀栾桊桉栩梵梏桴桷梓桫棂楮棼椟椠棹"],["e940","锧锳锽镃镈镋镕镚镠镮镴镵長",7,"門",42],["e980","閫",32,"椤棰椋椁楗棣椐楱椹楠楂楝榄楫榀榘楸椴槌榇榈槎榉楦楣楹榛榧榻榫榭槔榱槁槊槟榕槠榍槿樯槭樗樘橥槲橄樾檠橐橛樵檎橹樽樨橘橼檑檐檩檗檫猷獒殁殂殇殄殒殓殍殚殛殡殪轫轭轱轲轳轵轶轸轷轹轺轼轾辁辂辄辇辋"],["ea40","闌",27,"闬闿阇阓阘阛阞阠阣",6,"阫阬阭阯阰阷阸阹阺阾陁陃陊陎陏陑陒陓陖陗"],["ea80","陘陙陚陜陝陞陠陣陥陦陫陭",4,"陳陸",12,"隇隉隊辍辎辏辘辚軎戋戗戛戟戢戡戥戤戬臧瓯瓴瓿甏甑甓攴旮旯旰昊昙杲昃昕昀炅曷昝昴昱昶昵耆晟晔晁晏晖晡晗晷暄暌暧暝暾曛曜曦曩贲贳贶贻贽赀赅赆赈赉赇赍赕赙觇觊觋觌觎觏觐觑牮犟牝牦牯牾牿犄犋犍犏犒挈挲掰"],["eb40","隌階隑隒隓隕隖隚際隝",9,"隨",7,"隱隲隴隵隷隸隺隻隿雂雃雈雊雋雐雑雓雔雖",9,"雡",6,"雫"],["eb80","雬雭雮雰雱雲雴雵雸雺電雼雽雿霂霃霅霊霋霌霐霑霒霔霕霗",4,"霝霟霠搿擘耄毪毳毽毵毹氅氇氆氍氕氘氙氚氡氩氤氪氲攵敕敫牍牒牖爰虢刖肟肜肓肼朊肽肱肫肭肴肷胧胨胩胪胛胂胄胙胍胗朐胝胫胱胴胭脍脎胲胼朕脒豚脶脞脬脘脲腈腌腓腴腙腚腱腠腩腼腽腭腧塍媵膈膂膑滕膣膪臌朦臊膻"],["ec40","霡",8,"霫霬霮霯霱霳",4,"霺霻霼霽霿",18,"靔靕靗靘靚靜靝靟靣靤靦靧靨靪",7],["ec80","靲靵靷",4,"靽",7,"鞆",4,"鞌鞎鞏鞐鞓鞕鞖鞗鞙",4,"臁膦欤欷欹歃歆歙飑飒飓飕飙飚殳彀毂觳斐齑斓於旆旄旃旌旎旒旖炀炜炖炝炻烀炷炫炱烨烊焐焓焖焯焱煳煜煨煅煲煊煸煺熘熳熵熨熠燠燔燧燹爝爨灬焘煦熹戾戽扃扈扉礻祀祆祉祛祜祓祚祢祗祠祯祧祺禅禊禚禧禳忑忐"],["ed40","鞞鞟鞡鞢鞤",6,"鞬鞮鞰鞱鞳鞵",46],["ed80","韤韥韨韮",4,"韴韷",23,"怼恝恚恧恁恙恣悫愆愍慝憩憝懋懑戆肀聿沓泶淼矶矸砀砉砗砘砑斫砭砜砝砹砺砻砟砼砥砬砣砩硎硭硖硗砦硐硇硌硪碛碓碚碇碜碡碣碲碹碥磔磙磉磬磲礅磴礓礤礞礴龛黹黻黼盱眄眍盹眇眈眚眢眙眭眦眵眸睐睑睇睃睚睨"],["ee40","頏",62],["ee80","顎",32,"睢睥睿瞍睽瞀瞌瞑瞟瞠瞰瞵瞽町畀畎畋畈畛畲畹疃罘罡罟詈罨罴罱罹羁罾盍盥蠲钅钆钇钋钊钌钍钏钐钔钗钕钚钛钜钣钤钫钪钭钬钯钰钲钴钶",4,"钼钽钿铄铈",6,"铐铑铒铕铖铗铙铘铛铞铟铠铢铤铥铧铨铪"],["ef40","顯",5,"颋颎颒颕颙颣風",37,"飏飐飔飖飗飛飜飝飠",4],["ef80","飥飦飩",30,"铩铫铮铯铳铴铵铷铹铼铽铿锃锂锆锇锉锊锍锎锏锒",4,"锘锛锝锞锟锢锪锫锩锬锱锲锴锶锷锸锼锾锿镂锵镄镅镆镉镌镎镏镒镓镔镖镗镘镙镛镞镟镝镡镢镤",8,"镯镱镲镳锺矧矬雉秕秭秣秫稆嵇稃稂稞稔"],["f040","餈",4,"餎餏餑",28,"餯",26],["f080","饊",9,"饖",12,"饤饦饳饸饹饻饾馂馃馉稹稷穑黏馥穰皈皎皓皙皤瓞瓠甬鸠鸢鸨",4,"鸲鸱鸶鸸鸷鸹鸺鸾鹁鹂鹄鹆鹇鹈鹉鹋鹌鹎鹑鹕鹗鹚鹛鹜鹞鹣鹦",6,"鹱鹭鹳疒疔疖疠疝疬疣疳疴疸痄疱疰痃痂痖痍痣痨痦痤痫痧瘃痱痼痿瘐瘀瘅瘌瘗瘊瘥瘘瘕瘙"],["f140","馌馎馚",10,"馦馧馩",47],["f180","駙",32,"瘛瘼瘢瘠癀瘭瘰瘿瘵癃瘾瘳癍癞癔癜癖癫癯翊竦穸穹窀窆窈窕窦窠窬窨窭窳衤衩衲衽衿袂袢裆袷袼裉裢裎裣裥裱褚裼裨裾裰褡褙褓褛褊褴褫褶襁襦襻疋胥皲皴矜耒耔耖耜耠耢耥耦耧耩耨耱耋耵聃聆聍聒聩聱覃顸颀颃"],["f240","駺",62],["f280","騹",32,"颉颌颍颏颔颚颛颞颟颡颢颥颦虍虔虬虮虿虺虼虻蚨蚍蚋蚬蚝蚧蚣蚪蚓蚩蚶蛄蚵蛎蚰蚺蚱蚯蛉蛏蚴蛩蛱蛲蛭蛳蛐蜓蛞蛴蛟蛘蛑蜃蜇蛸蜈蜊蜍蜉蜣蜻蜞蜥蜮蜚蜾蝈蜴蜱蜩蜷蜿螂蜢蝽蝾蝻蝠蝰蝌蝮螋蝓蝣蝼蝤蝙蝥螓螯螨蟒"],["f340","驚",17,"驲骃骉骍骎骔骕骙骦骩",6,"骲骳骴骵骹骻骽骾骿髃髄髆",4,"髍髎髏髐髒體髕髖髗髙髚髛髜"],["f380","髝髞髠髢髣髤髥髧髨髩髪髬髮髰",8,"髺髼",6,"鬄鬅鬆蟆螈螅螭螗螃螫蟥螬螵螳蟋蟓螽蟑蟀蟊蟛蟪蟠蟮蠖蠓蟾蠊蠛蠡蠹蠼缶罂罄罅舐竺竽笈笃笄笕笊笫笏筇笸笪笙笮笱笠笥笤笳笾笞筘筚筅筵筌筝筠筮筻筢筲筱箐箦箧箸箬箝箨箅箪箜箢箫箴篑篁篌篝篚篥篦篪簌篾篼簏簖簋"],["f440","鬇鬉",5,"鬐鬑鬒鬔",10,"鬠鬡鬢鬤",10,"鬰鬱鬳",7,"鬽鬾鬿魀魆魊魋魌魎魐魒魓魕",5],["f480","魛",32,"簟簪簦簸籁籀臾舁舂舄臬衄舡舢舣舭舯舨舫舸舻舳舴舾艄艉艋艏艚艟艨衾袅袈裘裟襞羝羟羧羯羰羲籼敉粑粝粜粞粢粲粼粽糁糇糌糍糈糅糗糨艮暨羿翎翕翥翡翦翩翮翳糸絷綦綮繇纛麸麴赳趄趔趑趱赧赭豇豉酊酐酎酏酤"],["f540","魼",62],["f580","鮻",32,"酢酡酰酩酯酽酾酲酴酹醌醅醐醍醑醢醣醪醭醮醯醵醴醺豕鹾趸跫踅蹙蹩趵趿趼趺跄跖跗跚跞跎跏跛跆跬跷跸跣跹跻跤踉跽踔踝踟踬踮踣踯踺蹀踹踵踽踱蹉蹁蹂蹑蹒蹊蹰蹶蹼蹯蹴躅躏躔躐躜躞豸貂貊貅貘貔斛觖觞觚觜"],["f640","鯜",62],["f680","鰛",32,"觥觫觯訾謦靓雩雳雯霆霁霈霏霎霪霭霰霾龀龃龅",5,"龌黾鼋鼍隹隼隽雎雒瞿雠銎銮鋈錾鍪鏊鎏鐾鑫鱿鲂鲅鲆鲇鲈稣鲋鲎鲐鲑鲒鲔鲕鲚鲛鲞",5,"鲥",4,"鲫鲭鲮鲰",7,"鲺鲻鲼鲽鳄鳅鳆鳇鳊鳋"],["f740","鰼",62],["f780","鱻鱽鱾鲀鲃鲄鲉鲊鲌鲏鲓鲖鲗鲘鲙鲝鲪鲬鲯鲹鲾",4,"鳈鳉鳑鳒鳚鳛鳠鳡鳌",4,"鳓鳔鳕鳗鳘鳙鳜鳝鳟鳢靼鞅鞑鞒鞔鞯鞫鞣鞲鞴骱骰骷鹘骶骺骼髁髀髅髂髋髌髑魅魃魇魉魈魍魑飨餍餮饕饔髟髡髦髯髫髻髭髹鬈鬏鬓鬟鬣麽麾縻麂麇麈麋麒鏖麝麟黛黜黝黠黟黢黩黧黥黪黯鼢鼬鼯鼹鼷鼽鼾齄"],["f840","鳣",62],["f880","鴢",32],["f940","鵃",62],["f980","鶂",32],["fa40","鶣",62],["fa80","鷢",32],["fb40","鸃",27,"鸤鸧鸮鸰鸴鸻鸼鹀鹍鹐鹒鹓鹔鹖鹙鹝鹟鹠鹡鹢鹥鹮鹯鹲鹴",9,"麀"],["fb80","麁麃麄麅麆麉麊麌",5,"麔",8,"麞麠",5,"麧麨麩麪"],["fc40","麫",8,"麵麶麷麹麺麼麿",4,"黅黆黇黈黊黋黌黐黒黓黕黖黗黙黚點黡黣黤黦黨黫黬黭黮黰",8,"黺黽黿",6],["fc80","鼆",4,"鼌鼏鼑鼒鼔鼕鼖鼘鼚",5,"鼡鼣",8,"鼭鼮鼰鼱"],["fd40","鼲",4,"鼸鼺鼼鼿",4,"齅",10,"齒",38],["fd80","齹",5,"龁龂龍",11,"龜龝龞龡",4,"郎凉秊裏隣"],["fe40","兀嗀﨎﨏﨑﨓﨔礼﨟蘒﨡﨣﨤﨧﨨﨩"]]')},function(e,t,r){"use strict";t.removeLeadingAndTrailingHTTPWhitespace=e=>e.replace(/^[ \t\n\r]+/,"").replace(/[ \t\n\r]+$/,""),t.removeTrailingHTTPWhitespace=e=>e.replace(/[ \t\n\r]+$/,""),t.isHTTPWhitespaceChar=e=>" "===e||"\t"===e||"\n"===e||"\r"===e,t.solelyContainsHTTPTokenCodePoints=e=>/^[-!#$%&'*+.^_`|~A-Za-z0-9]*$/.test(e),t.soleyContainsHTTPQuotedStringTokenCodePoints=e=>/^[\t\u0020-\u007E\u0080-\u00FF]*$/.test(e),t.asciiLowercase=e=>e.replace(/[A-Z]/g,e=>e.toLowerCase())},function(e,t,r){"use strict";var i=r(111),n=r(456),o=r(457),a=r(458),{dashedToCamelCase:s}=r(228),u=r(460),l=function(e){this._values={},this._importants={},this._length=0,this._onChange=e||function(){}};l.prototype={constructor:l,getPropertyValue:function(e){return this._values.hasOwnProperty(e)?this._values[e].toString():""},setProperty:function(e,t,r){if(void 0!==t)if(null!==t&&""!==t){var i=e.toLowerCase();(n.has(i)||o.has(i))&&(this[i]=t,this._importants[i]=r)}else this.removeProperty(e)},_setProperty:function(e,t,r){if(void 0!==t)if(null!==t&&""!==t){if(this._values[e])Array.prototype.indexOf.call(this,e)<0&&(this[this._length]=e,this._length++);else this[this._length]=e,this._length++;this._values[e]=t,this._importants[e]=r,this._onChange(this.cssText)}else this.removeProperty(e)},removeProperty:function(e){if(!this._values.hasOwnProperty(e))return"";var t=this._values[e];delete this._values[e],delete this._importants[e];var r=Array.prototype.indexOf.call(this,e);return r<0?t:(Array.prototype.splice.call(this,r,1),this._onChange(this.cssText),t)},getPropertyPriority:function(e){return this._importants[e]||""},getPropertyCSSValue:function(){},getPropertyShorthand:function(){},isPropertyImplicit:function(){},item:function(e){return(e=parseInt(e,10))<0||e>=this._length?"":this[e]}},Object.defineProperties(l.prototype,{cssText:{get:function(){var e,t,r,i,n=[];for(e=0;e0;x.length>0;){if("CSSMediaRule"===(r=x.pop()).constructor.name||"CSSSupportsRule"===r.constructor.name){n=E,(E=r).cssRules.push(n);break}0===x.length&&(_=!1)}_||(E.__ends=f+1,w.cssRules.push(E),E=w,r=null),v="",g="before-selector"}break;default:switch(g){case"before-selector":g="selector",(a=new i.CSSStyleRule).__starts=f;break;case"before-name":g="name";break;case"before-value":g="value";break;case"importRule-begin":g="importRule"}v+=m}return w}};t.parse=i.parse,i.CSSStyleSheet=r(112).CSSStyleSheet,i.CSSStyleRule=r(113).CSSStyleRule,i.CSSImportRule=r(221).CSSImportRule,i.CSSMediaRule=r(142).CSSMediaRule,i.CSSSupportsRule=r(143).CSSSupportsRule,i.CSSFontFaceRule=r(222).CSSFontFaceRule,i.CSSHostRule=r(223).CSSHostRule,i.CSSStyleDeclaration=r(67).CSSStyleDeclaration,i.CSSKeyframeRule=r(144).CSSKeyframeRule,i.CSSKeyframesRule=r(145).CSSKeyframesRule,i.CSSValueExpression=r(224).CSSValueExpression,i.CSSDocumentRule=r(226).CSSDocumentRule},function(e,t){var r={MediaList:function(){this.length=0}};r.MediaList.prototype={constructor:r.MediaList,get mediaText(){return Array.prototype.join.call(this,", ")},set mediaText(e){for(var t=e.split(","),r=this.length=t.length,i=0;i1||e[1]>1e4)return!1;let t,r,n,o;for(t=100,n=i();t-- >0;)r=Date.now();if(1e9*(o=i(n))[0]+o[1]>1e6)return!1;for(t=1e4,n=i();t-- >0;)r=Date.now();return!(1e9*(o=i(n))[0]+o[1]>5e7)}n(),n(),n();let o=0;for(let e=0;e<5;e++)n()&&o++;const a=o>=3;e.exports=a},function(e,t,r){"use strict";const i=r(1),n=(r(0),r(38).convert),o=r(149);e.exports={convertInherit(e,t,{context:r="The provided value"}={}){o.convertInherit(e,t,{context:r});{const n="button";let o=null==e?void 0:e[n];void 0!==o?(o=i.short(o,{context:r+" has member button that"}),t[n]=o):t[n]=0}{const n="buttons";let o=null==e?void 0:e[n];void 0!==o?(o=i["unsigned short"](o,{context:r+" has member buttons that"}),t[n]=o):t[n]=0}{const n="clientX";let o=null==e?void 0:e[n];void 0!==o?(o=i.long(o,{context:r+" has member clientX that"}),t[n]=o):t[n]=0}{const n="clientY";let o=null==e?void 0:e[n];void 0!==o?(o=i.long(o,{context:r+" has member clientY that"}),t[n]=o):t[n]=0}{const i="relatedTarget";let o=null==e?void 0:e[i];void 0!==o?(o=null==o?null:n(o,{context:r+" has member relatedTarget that"}),t[i]=o):t[i]=null}{const n="screenX";let o=null==e?void 0:e[n];void 0!==o?(o=i.long(o,{context:r+" has member screenX that"}),t[n]=o):t[n]=0}{const n="screenY";let o=null==e?void 0:e[n];void 0!==o?(o=i.long(o,{context:r+" has member screenY that"}),t[n]=o):t[n]=0}},convert(t,{context:r="The provided value"}={}){if(void 0!==t&&"object"!=typeof t&&"function"!=typeof t)throw new TypeError(`${r} is not an object.`);const i=Object.create(null);return e.exports.convertInherit(t,i,{context:r}),i}}},function(e,t,r){"use strict";const i=r(1),n=(r(0),r(74));e.exports={convertInherit(e,t,{context:r="The provided value"}={}){n.convertInherit(e,t,{context:r});{const n="altKey";let o=null==e?void 0:e[n];void 0!==o?(o=i.boolean(o,{context:r+" has member altKey that"}),t[n]=o):t[n]=!1}{const n="ctrlKey";let o=null==e?void 0:e[n];void 0!==o?(o=i.boolean(o,{context:r+" has member ctrlKey that"}),t[n]=o):t[n]=!1}{const n="metaKey";let o=null==e?void 0:e[n];void 0!==o?(o=i.boolean(o,{context:r+" has member metaKey that"}),t[n]=o):t[n]=!1}{const n="modifierAltGraph";let o=null==e?void 0:e[n];void 0!==o?(o=i.boolean(o,{context:r+" has member modifierAltGraph that"}),t[n]=o):t[n]=!1}{const n="modifierCapsLock";let o=null==e?void 0:e[n];void 0!==o?(o=i.boolean(o,{context:r+" has member modifierCapsLock that"}),t[n]=o):t[n]=!1}{const n="modifierFn";let o=null==e?void 0:e[n];void 0!==o?(o=i.boolean(o,{context:r+" has member modifierFn that"}),t[n]=o):t[n]=!1}{const n="modifierFnLock";let o=null==e?void 0:e[n];void 0!==o?(o=i.boolean(o,{context:r+" has member modifierFnLock that"}),t[n]=o):t[n]=!1}{const n="modifierHyper";let o=null==e?void 0:e[n];void 0!==o?(o=i.boolean(o,{context:r+" has member modifierHyper that"}),t[n]=o):t[n]=!1}{const n="modifierNumLock";let o=null==e?void 0:e[n];void 0!==o?(o=i.boolean(o,{context:r+" has member modifierNumLock that"}),t[n]=o):t[n]=!1}{const n="modifierScrollLock";let o=null==e?void 0:e[n];void 0!==o?(o=i.boolean(o,{context:r+" has member modifierScrollLock that"}),t[n]=o):t[n]=!1}{const n="modifierSuper";let o=null==e?void 0:e[n];void 0!==o?(o=i.boolean(o,{context:r+" has member modifierSuper that"}),t[n]=o):t[n]=!1}{const n="modifierSymbol";let o=null==e?void 0:e[n];void 0!==o?(o=i.boolean(o,{context:r+" has member modifierSymbol that"}),t[n]=o):t[n]=!1}{const n="modifierSymbolLock";let o=null==e?void 0:e[n];void 0!==o?(o=i.boolean(o,{context:r+" has member modifierSymbolLock that"}),t[n]=o):t[n]=!1}{const n="shiftKey";let o=null==e?void 0:e[n];void 0!==o?(o=i.boolean(o,{context:r+" has member shiftKey that"}),t[n]=o):t[n]=!1}},convert(t,{context:r="The provided value"}={}){if(void 0!==t&&"object"!=typeof t&&"function"!=typeof t)throw new TypeError(`${r} is not an object.`);const i=Object.create(null);return e.exports.convertInherit(t,i,{context:r}),i}}},function(e,t,r){"use strict";const{addNwsapi:i}=r(151),{HTML_NS:n}=r(20),{mixin:o,memoizeQuery:a}=r(5),s=r(0),u=r(75).implementation,l=r(152).implementation,p=r(153).implementation,c=r(42),d=r(241),h=r(14),{parseFragment:m}=r(60),{fragmentSerialization:f}=r(120),{domSymbolTree:g}=r(13),v=r(8),b=r(79),y=r(70),w=r(258),E=r(88),{asciiLowercase:x,asciiUppercase:_}=r(25),{listOfElementsWithQualifiedName:T,listOfElementsWithNamespaceAndLocalName:S,listOfElementsWithClassNames:A}=r(76),k=r(246).implementation,I=r(244).implementation,C=r(160),F=r(78),{isValidHostElementName:D}=r(58),{isValidCustomElementName:N}=r(511);function O(e,t,r){e&&t&&r&&(r._ids[e]||(r._ids[e]=[]),r._ids[e].push(t))}function j(e,t,r){if(e&&t&&r&&r._ids&&r._ids[e]){const i=r._ids[e];for(let e=0;e{const r=e._ownerDocument;return r._nwsapiDontThrow||(r._nwsapiDontThrow=n({document:r,DOMException:i}),r._nwsapiDontThrow.configure({LOGERRORS:!1,VERBOSITY:!1,IDS_DUPES:!0,MIXEDCASE:!0})),r._nwsapiDontThrow.match(t,o.wrapperForImpl(e))},t.addNwsapi=e=>{const t=e._ownerDocument;return t._nwsapi||(t._nwsapi=n({document:t,DOMException:i}),t._nwsapi.configure({LOGERRORS:!1,IDS_DUPES:!0,MIXEDCASE:!0})),t._nwsapi}},function(e,t,r){"use strict";const i=r(0),n=r(72),o=r(29),{addNwsapi:a}=r(151),{domSymbolTree:s}=r(13),u=r(14),{convertNodesIntoNode:l}=r(76);function p(e){return e===e._ownerDocument&&!e.documentElement}e.exports={implementation:class{get children(){return this._childrenList?this._childrenList._update():this._childrenList=o.createImpl([],{element:this,query:()=>s.childrenToArray(this,{filter:e=>e.nodeType===u.ELEMENT_NODE})}),this._childrenList}get firstElementChild(){for(const e of s.childrenIterator(this))if(e.nodeType===u.ELEMENT_NODE)return e;return null}get lastElementChild(){for(const e of s.childrenIterator(this,{reverse:!0}))if(e.nodeType===u.ELEMENT_NODE)return e;return null}get childElementCount(){return this.children.length}prepend(...e){this._preInsert(l(this._ownerDocument,e),this.firstChild)}append(...e){this._append(l(this._ownerDocument,e))}querySelector(e){if(p(this))return null;const t=a(this);return i.implForWrapper(t.first(e,i.wrapperForImpl(this)))}querySelectorAll(e){if(p(this))return n.create([],{nodes:[]});const t=a(this).select(e,i.wrapperForImpl(this));return n.create([],{nodes:t.map(e=>i.tryImplForWrapper(e))})}}}},function(e,t,r){"use strict";const{convertNodesIntoNode:i}=r(76);e.exports={implementation:class{remove(){this.parentNode&&this.parentNode._remove(this)}after(...e){const t=this.parentNode;if(t){let r=this.nextSibling,n=r?e.indexOf(r):-1;for(;-1!==n&&(r=r.nextSibling);)n=e.indexOf(r);t._preInsert(i(this._ownerDocument,e),r)}}before(...e){const t=this.parentNode;if(t){let r=this.previousSibling,n=r?e.indexOf(r):-1;for(;-1!==n&&(r=r.previousSibling);)n=e.indexOf(r);t._preInsert(i(this._ownerDocument,e),r?r.nextSibling:t.firstChild)}}replaceWith(...e){const t=this.parentNode;if(t){let r=this.nextSibling,n=r?e.indexOf(r):-1;for(;-1!==n&&(r=r.nextSibling);)n=e.indexOf(r);const o=i(this._ownerDocument,e);this.parentNode===t?t._replace(o,this):t._preInsert(o,r)}}}}},function(e,t,r){"use strict";r(1);const i=r(0),n=i.implSymbol,o=r(78);class a extends o.interface{constructor(){throw new TypeError("Illegal constructor")}}Object.defineProperties(a.prototype,{[Symbol.toStringTag]:{value:"CDATASection",configurable:!0}});const s={_mixedIntoPredicates:[],is(t){if(t){if(i.hasOwn(t,n)&&t[n]instanceof u.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof u.implementation)return!0;const r=i.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return i.implForWrapper(t);throw new TypeError(`${r} is not of type 'CDATASection'.`)},create(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t),i.implForWrapper(r)},_internalSetup(e){o._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,n,{value:new u.implementation(t,r),configurable:!0}),e[n][i.wrapperSymbol]=e,u.init&&u.init(e[n],r),e},interface:a,expose:{Window:{CDATASection:a}}};e.exports=s;const u=r(488)},function(e,t,r){"use strict";r(1);const i=r(0),n=i.implSymbol,o=r(116);class a extends o.interface{constructor(){throw new TypeError("Illegal constructor")}get target(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[n].target}}Object.defineProperties(a.prototype,{target:{enumerable:!0},[Symbol.toStringTag]:{value:"ProcessingInstruction",configurable:!0}});const s={_mixedIntoPredicates:[],is(t){if(t){if(i.hasOwn(t,n)&&t[n]instanceof u.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof u.implementation)return!0;const r=i.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return i.implForWrapper(t);throw new TypeError(`${r} is not of type 'ProcessingInstruction'.`)},create(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t),i.implForWrapper(r)},_internalSetup(e){o._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,n,{value:new u.implementation(t,r),configurable:!0}),e[n][i.wrapperSymbol]=e,u.init&&u.init(e[n],r),e},interface:a,expose:{Window:{ProcessingInstruction:a}}};e.exports=s;const u=r(490)},function(e,t,r){"use strict";const i=[65534,65535,131070,131071,196606,196607,262142,262143,327678,327679,393214,393215,458750,458751,524286,524287,589822,589823,655358,655359,720894,720895,786430,786431,851966,851967,917502,917503,983038,983039,1048574,1048575,1114110,1114111];t.REPLACEMENT_CHARACTER="�",t.CODE_POINTS={EOF:-1,NULL:0,TABULATION:9,CARRIAGE_RETURN:13,LINE_FEED:10,FORM_FEED:12,SPACE:32,EXCLAMATION_MARK:33,QUOTATION_MARK:34,NUMBER_SIGN:35,AMPERSAND:38,APOSTROPHE:39,HYPHEN_MINUS:45,SOLIDUS:47,DIGIT_0:48,DIGIT_9:57,SEMICOLON:59,LESS_THAN_SIGN:60,EQUALS_SIGN:61,GREATER_THAN_SIGN:62,QUESTION_MARK:63,LATIN_CAPITAL_A:65,LATIN_CAPITAL_F:70,LATIN_CAPITAL_X:88,LATIN_CAPITAL_Z:90,RIGHT_SQUARE_BRACKET:93,GRAVE_ACCENT:96,LATIN_SMALL_A:97,LATIN_SMALL_F:102,LATIN_SMALL_X:120,LATIN_SMALL_Z:122,REPLACEMENT_CHARACTER:65533},t.CODE_POINT_SEQUENCES={DASH_DASH_STRING:[45,45],DOCTYPE_STRING:[68,79,67,84,89,80,69],CDATA_START_STRING:[91,67,68,65,84,65,91],SCRIPT_STRING:[115,99,114,105,112,116],PUBLIC_STRING:[80,85,66,76,73,67],SYSTEM_STRING:[83,89,83,84,69,77]},t.isSurrogate=function(e){return e>=55296&&e<=57343},t.isSurrogatePair=function(e){return e>=56320&&e<=57343},t.getSurrogatePairCodePoint=function(e,t){return 1024*(e-55296)+9216+t},t.isControlCodePoint=function(e){return 32!==e&&10!==e&&13!==e&&9!==e&&12!==e&&e>=1&&e<=31||e>=127&&e<=159},t.isUndefinedCodePoint=function(e){return e>=64976&&e<=65007||i.indexOf(e)>-1}},function(e,t,r){"use strict";e.exports={controlCharacterInInputStream:"control-character-in-input-stream",noncharacterInInputStream:"noncharacter-in-input-stream",surrogateInInputStream:"surrogate-in-input-stream",nonVoidHtmlElementStartTagWithTrailingSolidus:"non-void-html-element-start-tag-with-trailing-solidus",endTagWithAttributes:"end-tag-with-attributes",endTagWithTrailingSolidus:"end-tag-with-trailing-solidus",unexpectedSolidusInTag:"unexpected-solidus-in-tag",unexpectedNullCharacter:"unexpected-null-character",unexpectedQuestionMarkInsteadOfTagName:"unexpected-question-mark-instead-of-tag-name",invalidFirstCharacterOfTagName:"invalid-first-character-of-tag-name",unexpectedEqualsSignBeforeAttributeName:"unexpected-equals-sign-before-attribute-name",missingEndTagName:"missing-end-tag-name",unexpectedCharacterInAttributeName:"unexpected-character-in-attribute-name",unknownNamedCharacterReference:"unknown-named-character-reference",missingSemicolonAfterCharacterReference:"missing-semicolon-after-character-reference",unexpectedCharacterAfterDoctypeSystemIdentifier:"unexpected-character-after-doctype-system-identifier",unexpectedCharacterInUnquotedAttributeValue:"unexpected-character-in-unquoted-attribute-value",eofBeforeTagName:"eof-before-tag-name",eofInTag:"eof-in-tag",missingAttributeValue:"missing-attribute-value",missingWhitespaceBetweenAttributes:"missing-whitespace-between-attributes",missingWhitespaceAfterDoctypePublicKeyword:"missing-whitespace-after-doctype-public-keyword",missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers:"missing-whitespace-between-doctype-public-and-system-identifiers",missingWhitespaceAfterDoctypeSystemKeyword:"missing-whitespace-after-doctype-system-keyword",missingQuoteBeforeDoctypePublicIdentifier:"missing-quote-before-doctype-public-identifier",missingQuoteBeforeDoctypeSystemIdentifier:"missing-quote-before-doctype-system-identifier",missingDoctypePublicIdentifier:"missing-doctype-public-identifier",missingDoctypeSystemIdentifier:"missing-doctype-system-identifier",abruptDoctypePublicIdentifier:"abrupt-doctype-public-identifier",abruptDoctypeSystemIdentifier:"abrupt-doctype-system-identifier",cdataInHtmlContent:"cdata-in-html-content",incorrectlyOpenedComment:"incorrectly-opened-comment",eofInScriptHtmlCommentLikeText:"eof-in-script-html-comment-like-text",eofInDoctype:"eof-in-doctype",nestedComment:"nested-comment",abruptClosingOfEmptyComment:"abrupt-closing-of-empty-comment",eofInComment:"eof-in-comment",incorrectlyClosedComment:"incorrectly-closed-comment",eofInCdata:"eof-in-cdata",absenceOfDigitsInNumericCharacterReference:"absence-of-digits-in-numeric-character-reference",nullCharacterReference:"null-character-reference",surrogateCharacterReference:"surrogate-character-reference",characterReferenceOutsideUnicodeRange:"character-reference-outside-unicode-range",controlCharacterReference:"control-character-reference",noncharacterCharacterReference:"noncharacter-character-reference",missingWhitespaceBeforeDoctypeName:"missing-whitespace-before-doctype-name",missingDoctypeName:"missing-doctype-name",invalidCharacterSequenceAfterDoctypeName:"invalid-character-sequence-after-doctype-name",duplicateAttribute:"duplicate-attribute",nonConformingDoctype:"non-conforming-doctype",missingDoctype:"missing-doctype",misplacedDoctype:"misplaced-doctype",endTagWithoutMatchingOpenElement:"end-tag-without-matching-open-element",closingOfElementWithOpenChildElements:"closing-of-element-with-open-child-elements",disallowedContentInNoscriptInHead:"disallowed-content-in-noscript-in-head",openElementsLeftAfterEof:"open-elements-left-after-eof",abandonedHeadElementChild:"abandoned-head-element-child",misplacedStartTagForHeadElement:"misplaced-start-tag-for-head-element",nestedNoscriptInHead:"nested-noscript-in-head",eofInElementThatCanContainOnlyText:"eof-in-element-that-can-contain-only-text"}},function(e,t,r){"use strict";const i=r(46);e.exports=class extends i{constructor(e,t){super(e),this.posTracker=null,this.onParseError=t.onParseError}_setErrorLocation(e){e.startLine=e.endLine=this.posTracker.line,e.startCol=e.endCol=this.posTracker.col,e.startOffset=e.endOffset=this.posTracker.offset}_reportError(e){const t={code:e,startLine:-1,startCol:-1,startOffset:-1,endLine:-1,endCol:-1,endOffset:-1};this._setErrorLocation(t),this.onParseError(t)}_getOverriddenMethods(e){return{_err(t){e._reportError(t)}}}}},function(e,t,r){"use strict";const i=r(504);function n(e){return{success:e.success,error:e.error&&i.getTrace(e.error.message)}}t.name=function(e){return n(i.startWith("Name").exec(e))},t.qname=function(e){return n(i.startWith("QName").exec(e))}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(77);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get mode(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].mode)}get host(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].host)}get innerHTML(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].innerHTML}set innerHTML(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'innerHTML' property on 'ShadowRoot': The provided value",treatNullAsEmptyString:!0}),this[o].innerHTML=t}}Object.defineProperties(s.prototype,{mode:{enumerable:!0},host:{enumerable:!0},innerHTML:{enumerable:!0},[Symbol.toStringTag]:{value:"ShadowRoot",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'ShadowRoot'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{ShadowRoot:s}}};e.exports=u;const l=r(510)},function(e,t,r){var i=r(4),n=i.Buffer;function o(e,t){for(var r in e)t[r]=e[r]}function a(e,t,r){return n(e,t,r)}n.from&&n.alloc&&n.allocUnsafe&&n.allocUnsafeSlow?e.exports=i:(o(i,t),t.Buffer=a),o(n,a),a.from=function(e,t,r){if("number"==typeof e)throw new TypeError("Argument must not be a number");return n(e,t,r)},a.alloc=function(e,t,r){if("number"!=typeof e)throw new TypeError("Argument must be a number");var i=n(e);return void 0!==t?"string"==typeof r?i.fill(t,r):i.fill(t):i.fill(0),i},a.allocUnsafe=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return n(e)},a.allocUnsafeSlow=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return i.SlowBuffer(e)}},function(e,t,r){"use strict";(function(t,i,n){var o=r(122);function a(e){var t=this;this.next=null,this.entry=null,this.finish=function(){!function(e,t,r){var i=e.entry;e.entry=null;for(;i;){var n=i.callback;t.pendingcb--,n(r),i=i.next}t.corkedRequestsFree?t.corkedRequestsFree.next=e:t.corkedRequestsFree=e}(t,e)}}e.exports=b;var s,u=!t.browser&&["v0.10","v0.9."].indexOf(t.version.slice(0,5))>-1?i:o.nextTick;b.WritableState=v;var l=r(81);l.inherits=r(6);var p={deprecate:r(523)},c=r(266),d=r(161).Buffer,h=n.Uint8Array||function(){};var m,f=r(267);function g(){}function v(e,t){s=s||r(62),e=e||{};var i=t instanceof s;this.objectMode=!!e.objectMode,i&&(this.objectMode=this.objectMode||!!e.writableObjectMode);var n=e.highWaterMark,l=e.writableHighWaterMark,p=this.objectMode?16:16384;this.highWaterMark=n||0===n?n:i&&(l||0===l)?l:p,this.highWaterMark=Math.floor(this.highWaterMark),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var c=!1===e.decodeStrings;this.decodeStrings=!c,this.defaultEncoding=e.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(e){!function(e,t){var r=e._writableState,i=r.sync,n=r.writecb;if(function(e){e.writing=!1,e.writecb=null,e.length-=e.writelen,e.writelen=0}(r),t)!function(e,t,r,i,n){--t.pendingcb,r?(o.nextTick(n,i),o.nextTick(T,e,t),e._writableState.errorEmitted=!0,e.emit("error",i)):(n(i),e._writableState.errorEmitted=!0,e.emit("error",i),T(e,t))}(e,r,i,t,n);else{var a=x(r);a||r.corked||r.bufferProcessing||!r.bufferedRequest||E(e,r),i?u(w,e,r,a,n):w(e,r,a,n)}}(t,e)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.bufferedRequestCount=0,this.corkedRequestsFree=new a(this)}function b(e){if(s=s||r(62),!(m.call(b,this)||this instanceof s))return new b(e);this._writableState=new v(e,this),this.writable=!0,e&&("function"==typeof e.write&&(this._write=e.write),"function"==typeof e.writev&&(this._writev=e.writev),"function"==typeof e.destroy&&(this._destroy=e.destroy),"function"==typeof e.final&&(this._final=e.final)),c.call(this)}function y(e,t,r,i,n,o,a){t.writelen=i,t.writecb=a,t.writing=!0,t.sync=!0,r?e._writev(n,t.onwrite):e._write(n,o,t.onwrite),t.sync=!1}function w(e,t,r,i){r||function(e,t){0===t.length&&t.needDrain&&(t.needDrain=!1,e.emit("drain"))}(e,t),t.pendingcb--,i(),T(e,t)}function E(e,t){t.bufferProcessing=!0;var r=t.bufferedRequest;if(e._writev&&r&&r.next){var i=t.bufferedRequestCount,n=new Array(i),o=t.corkedRequestsFree;o.entry=r;for(var s=0,u=!0;r;)n[s]=r,r.isBuf||(u=!1),r=r.next,s+=1;n.allBuffers=u,y(e,t,!0,t.length,n,"",o.finish),t.pendingcb++,t.lastBufferedRequest=null,o.next?(t.corkedRequestsFree=o.next,o.next=null):t.corkedRequestsFree=new a(t),t.bufferedRequestCount=0}else{for(;r;){var l=r.chunk,p=r.encoding,c=r.callback;if(y(e,t,!1,t.objectMode?1:l.length,l,p,c),r=r.next,t.bufferedRequestCount--,t.writing)break}null===r&&(t.lastBufferedRequest=null)}t.bufferedRequest=r,t.bufferProcessing=!1}function x(e){return e.ending&&0===e.length&&null===e.bufferedRequest&&!e.finished&&!e.writing}function _(e,t){e._final(function(r){t.pendingcb--,r&&e.emit("error",r),t.prefinished=!0,e.emit("prefinish"),T(e,t)})}function T(e,t){var r=x(t);return r&&(!function(e,t){t.prefinished||t.finalCalled||("function"==typeof e._final?(t.pendingcb++,t.finalCalled=!0,o.nextTick(_,e,t)):(t.prefinished=!0,e.emit("prefinish")))}(e,t),0===t.pendingcb&&(t.finished=!0,e.emit("finish"))),r}l.inherits(b,c),v.prototype.getBuffer=function(){for(var e=this.bufferedRequest,t=[];e;)t.push(e),e=e.next;return t},function(){try{Object.defineProperty(v.prototype,"buffer",{get:p.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch(e){}}(),"function"==typeof Symbol&&Symbol.hasInstance&&"function"==typeof Function.prototype[Symbol.hasInstance]?(m=Function.prototype[Symbol.hasInstance],Object.defineProperty(b,Symbol.hasInstance,{value:function(e){return!!m.call(this,e)||this===b&&(e&&e._writableState instanceof v)}})):m=function(e){return e instanceof this},b.prototype.pipe=function(){this.emit("error",new Error("Cannot pipe, not readable"))},b.prototype.write=function(e,t,r){var i,n=this._writableState,a=!1,s=!n.objectMode&&(i=e,d.isBuffer(i)||i instanceof h);return s&&!d.isBuffer(e)&&(e=function(e){return d.from(e)}(e)),"function"==typeof t&&(r=t,t=null),s?t="buffer":t||(t=n.defaultEncoding),"function"!=typeof r&&(r=g),n.ended?function(e,t){var r=new Error("write after end");e.emit("error",r),o.nextTick(t,r)}(this,r):(s||function(e,t,r,i){var n=!0,a=!1;return null===r?a=new TypeError("May not write null values to stream"):"string"==typeof r||void 0===r||t.objectMode||(a=new TypeError("Invalid non-string/buffer chunk")),a&&(e.emit("error",a),o.nextTick(i,a),n=!1),n}(this,n,e,r))&&(n.pendingcb++,a=function(e,t,r,i,n,o){if(!r){var a=function(e,t,r){e.objectMode||!1===e.decodeStrings||"string"!=typeof t||(t=d.from(t,r));return t}(t,i,n);i!==a&&(r=!0,n="buffer",i=a)}var s=t.objectMode?1:i.length;t.length+=s;var u=t.length-1))throw new TypeError("Unknown encoding: "+e);return this._writableState.defaultEncoding=e,this},Object.defineProperty(b.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),b.prototype._write=function(e,t,r){r(new Error("_write() is not implemented"))},b.prototype._writev=null,b.prototype.end=function(e,t,r){var i=this._writableState;"function"==typeof e?(r=e,e=null,t=null):"function"==typeof t&&(r=t,t=null),null!=e&&this.write(e,t),i.corked&&(i.corked=1,this.uncork()),i.ending||i.finished||function(e,t,r){t.ending=!0,T(e,t),r&&(t.finished?o.nextTick(r):e.once("finish",r));t.ended=!0,e.writable=!1}(this,i,r)},Object.defineProperty(b.prototype,"destroyed",{get:function(){return void 0!==this._writableState&&this._writableState.destroyed},set:function(e){this._writableState&&(this._writableState.destroyed=e)}}),b.prototype.destroy=f.destroy,b.prototype._undestroy=f.undestroy,b.prototype._destroy=function(e,t){this.end(),t(e)}}).call(this,r(10),r(163).setImmediate,r(17))},function(e,t,r){(function(e){var i=void 0!==e&&e||"undefined"!=typeof self&&self||window,n=Function.prototype.apply;function o(e,t){this._id=e,this._clearFn=t}t.setTimeout=function(){return new o(n.call(setTimeout,i,arguments),clearTimeout)},t.setInterval=function(){return new o(n.call(setInterval,i,arguments),clearInterval)},t.clearTimeout=t.clearInterval=function(e){e&&e.close()},o.prototype.unref=o.prototype.ref=function(){},o.prototype.close=function(){this._clearFn.call(i,this._id)},t.enroll=function(e,t){clearTimeout(e._idleTimeoutId),e._idleTimeout=t},t.unenroll=function(e){clearTimeout(e._idleTimeoutId),e._idleTimeout=-1},t._unrefActive=t.active=function(e){clearTimeout(e._idleTimeoutId);var t=e._idleTimeout;t>=0&&(e._idleTimeoutId=setTimeout(function(){e._onTimeout&&e._onTimeout()},t))},r(522),t.setImmediate="undefined"!=typeof self&&self.setImmediate||void 0!==e&&e.setImmediate||this&&this.setImmediate,t.clearImmediate="undefined"!=typeof self&&self.clearImmediate||void 0!==e&&e.clearImmediate||this&&this.clearImmediate}).call(this,r(17))},function(e,t,r){"use strict";var i=r(165),n=r(269),o=r(166).paramsHaveRequestBody;function a(e,t,r){"function"==typeof t&&(r=t);var n={};return"object"==typeof t?i(n,t,{uri:e}):i(n,"string"==typeof e?{uri:e}:e),n.callback=r||n.callback,n}function s(e,t,r){if(void 0===e)throw new Error("undefined is not a valid uri or options object.");var i=a(e,t,r);if("HEAD"===i.method&&o(i))throw new Error("HTTP HEAD requests MUST NOT include a request body.");return new s.Request(i)}function u(e){var t=e.toUpperCase();return function(e,r,i){var n=a(e,r,i);return n.method=t,s(n,n.callback)}}function l(e,t,r,n){return function(o,s,u){var l=a(o,s,u),p={};return i(!0,p,t,l),p.pool=l.pool||t.pool,n&&(p.method=n.toUpperCase()),"function"==typeof r&&(e=r),e(p,p.callback)}}s.get=u("get"),s.head=u("head"),s.options=u("options"),s.post=u("post"),s.put=u("put"),s.patch=u("patch"),s.del=u("delete"),s.delete=u("delete"),s.jar=function(e){return n.jar(e)},s.cookie=function(e){return n.parse(e)},s.defaults=function(e,t){var r=this;"function"==typeof(e=e||{})&&(t=e,e={});var i=l(r,e,t);return["get","head","post","put","patch","del","delete"].forEach(function(n){i[n]=l(r[n],e,t,n)}),i.cookie=l(r.cookie,e,t),i.jar=r.jar,i.defaults=r.defaults,i},s.forever=function(e,t){var r={};return t&&i(r,t),e&&(r.agentOptions=e),r.forever=!0,s.defaults(r)},e.exports=s,s.Request=r(605),s.initParams=a,Object.defineProperty(s,"debug",{enumerable:!0,get:function(){return s.Request.debug},set:function(e){s.Request.debug=e}})},function(e,t,r){"use strict";var i=Object.prototype.hasOwnProperty,n=Object.prototype.toString,o=Object.defineProperty,a=Object.getOwnPropertyDescriptor,s=function(e){return"function"==typeof Array.isArray?Array.isArray(e):"[object Array]"===n.call(e)},u=function(e){if(!e||"[object Object]"!==n.call(e))return!1;var t,r=i.call(e,"constructor"),o=e.constructor&&e.constructor.prototype&&i.call(e.constructor.prototype,"isPrototypeOf");if(e.constructor&&!r&&!o)return!1;for(t in e);return void 0===t||i.call(e,t)},l=function(e,t){o&&"__proto__"===t.name?o(e,t.name,{enumerable:!0,configurable:!0,value:t.newValue,writable:!0}):e[t.name]=t.newValue},p=function(e,t){if("__proto__"===t){if(!i.call(e,t))return;if(a)return a(e,t).value}return e[t]};e.exports=function e(){var t,r,i,n,o,a,c=arguments[0],d=1,h=arguments.length,m=!1;for("boolean"==typeof c&&(m=c,c=arguments[1]||{},d=2),(null==c||"object"!=typeof c&&"function"!=typeof c)&&(c={});d>>32-t}function l(e,t,r,i,n,o,a){return u(e+(t&r|~t&i)+n+o|0,a)+t|0}function p(e,t,r,i,n,o,a){return u(e+(t&i|r&~i)+n+o|0,a)+t|0}function c(e,t,r,i,n,o,a){return u(e+(t^r^i)+n+o|0,a)+t|0}function d(e,t,r,i,n,o,a){return u(e+(r^(t|~i))+n+o|0,a)+t|0}i(s,n),s.prototype._update=function(){for(var e=a,t=0;t<16;++t)e[t]=this._block.readInt32LE(4*t);var r=this._a,i=this._b,n=this._c,o=this._d;r=l(r,i,n,o,e[0],3614090360,7),o=l(o,r,i,n,e[1],3905402710,12),n=l(n,o,r,i,e[2],606105819,17),i=l(i,n,o,r,e[3],3250441966,22),r=l(r,i,n,o,e[4],4118548399,7),o=l(o,r,i,n,e[5],1200080426,12),n=l(n,o,r,i,e[6],2821735955,17),i=l(i,n,o,r,e[7],4249261313,22),r=l(r,i,n,o,e[8],1770035416,7),o=l(o,r,i,n,e[9],2336552879,12),n=l(n,o,r,i,e[10],4294925233,17),i=l(i,n,o,r,e[11],2304563134,22),r=l(r,i,n,o,e[12],1804603682,7),o=l(o,r,i,n,e[13],4254626195,12),n=l(n,o,r,i,e[14],2792965006,17),r=p(r,i=l(i,n,o,r,e[15],1236535329,22),n,o,e[1],4129170786,5),o=p(o,r,i,n,e[6],3225465664,9),n=p(n,o,r,i,e[11],643717713,14),i=p(i,n,o,r,e[0],3921069994,20),r=p(r,i,n,o,e[5],3593408605,5),o=p(o,r,i,n,e[10],38016083,9),n=p(n,o,r,i,e[15],3634488961,14),i=p(i,n,o,r,e[4],3889429448,20),r=p(r,i,n,o,e[9],568446438,5),o=p(o,r,i,n,e[14],3275163606,9),n=p(n,o,r,i,e[3],4107603335,14),i=p(i,n,o,r,e[8],1163531501,20),r=p(r,i,n,o,e[13],2850285829,5),o=p(o,r,i,n,e[2],4243563512,9),n=p(n,o,r,i,e[7],1735328473,14),r=c(r,i=p(i,n,o,r,e[12],2368359562,20),n,o,e[5],4294588738,4),o=c(o,r,i,n,e[8],2272392833,11),n=c(n,o,r,i,e[11],1839030562,16),i=c(i,n,o,r,e[14],4259657740,23),r=c(r,i,n,o,e[1],2763975236,4),o=c(o,r,i,n,e[4],1272893353,11),n=c(n,o,r,i,e[7],4139469664,16),i=c(i,n,o,r,e[10],3200236656,23),r=c(r,i,n,o,e[13],681279174,4),o=c(o,r,i,n,e[0],3936430074,11),n=c(n,o,r,i,e[3],3572445317,16),i=c(i,n,o,r,e[6],76029189,23),r=c(r,i,n,o,e[9],3654602809,4),o=c(o,r,i,n,e[12],3873151461,11),n=c(n,o,r,i,e[15],530742520,16),r=d(r,i=c(i,n,o,r,e[2],3299628645,23),n,o,e[0],4096336452,6),o=d(o,r,i,n,e[7],1126891415,10),n=d(n,o,r,i,e[14],2878612391,15),i=d(i,n,o,r,e[5],4237533241,21),r=d(r,i,n,o,e[12],1700485571,6),o=d(o,r,i,n,e[3],2399980690,10),n=d(n,o,r,i,e[10],4293915773,15),i=d(i,n,o,r,e[1],2240044497,21),r=d(r,i,n,o,e[8],1873313359,6),o=d(o,r,i,n,e[15],4264355552,10),n=d(n,o,r,i,e[6],2734768916,15),i=d(i,n,o,r,e[13],1309151649,21),r=d(r,i,n,o,e[4],4149444226,6),o=d(o,r,i,n,e[11],3174756917,10),n=d(n,o,r,i,e[2],718787259,15),i=d(i,n,o,r,e[9],3951481745,21),this._a=this._a+r|0,this._b=this._b+i|0,this._c=this._c+n|0,this._d=this._d+o|0},s.prototype._digest=function(){this._block[this._blockOffset++]=128,this._blockOffset>56&&(this._block.fill(0,this._blockOffset,64),this._update(),this._blockOffset=0),this._block.fill(0,this._blockOffset,56),this._block.writeUInt32LE(this._length[0],56),this._block.writeUInt32LE(this._length[1],60),this._update();var e=o.allocUnsafe(16);return e.writeInt32LE(this._a,0),e.writeInt32LE(this._b,4),e.writeInt32LE(this._c,8),e.writeInt32LE(this._d,12),e},e.exports=s},function(e,t,r){"use strict";var i=r(4).Buffer,n=r(6),o=r(274),a=new Array(16),s=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13],u=[5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11],l=[11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6],p=[8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11],c=[0,1518500249,1859775393,2400959708,2840853838],d=[1352829926,1548603684,1836072691,2053994217,0];function h(){o.call(this,64),this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520}function m(e,t){return e<>>32-t}function f(e,t,r,i,n,o,a,s){return m(e+(t^r^i)+o+a|0,s)+n|0}function g(e,t,r,i,n,o,a,s){return m(e+(t&r|~t&i)+o+a|0,s)+n|0}function v(e,t,r,i,n,o,a,s){return m(e+((t|~r)^i)+o+a|0,s)+n|0}function b(e,t,r,i,n,o,a,s){return m(e+(t&i|r&~i)+o+a|0,s)+n|0}function y(e,t,r,i,n,o,a,s){return m(e+(t^(r|~i))+o+a|0,s)+n|0}n(h,o),h.prototype._update=function(){for(var e=a,t=0;t<16;++t)e[t]=this._block.readInt32LE(4*t);for(var r=0|this._a,i=0|this._b,n=0|this._c,o=0|this._d,h=0|this._e,w=0|this._a,E=0|this._b,x=0|this._c,_=0|this._d,T=0|this._e,S=0;S<80;S+=1){var A,k;S<16?(A=f(r,i,n,o,h,e[s[S]],c[0],l[S]),k=y(w,E,x,_,T,e[u[S]],d[0],p[S])):S<32?(A=g(r,i,n,o,h,e[s[S]],c[1],l[S]),k=b(w,E,x,_,T,e[u[S]],d[1],p[S])):S<48?(A=v(r,i,n,o,h,e[s[S]],c[2],l[S]),k=v(w,E,x,_,T,e[u[S]],d[2],p[S])):S<64?(A=b(r,i,n,o,h,e[s[S]],c[3],l[S]),k=g(w,E,x,_,T,e[u[S]],d[3],p[S])):(A=y(r,i,n,o,h,e[s[S]],c[4],l[S]),k=f(w,E,x,_,T,e[u[S]],d[4],p[S])),r=h,h=o,o=m(n,10),n=i,i=A,w=T,T=_,_=m(x,10),x=E,E=k}var I=this._b+n+_|0;this._b=this._c+o+T|0,this._c=this._d+h+w|0,this._d=this._e+r+E|0,this._e=this._a+i+x|0,this._a=I},h.prototype._digest=function(){this._block[this._blockOffset++]=128,this._blockOffset>56&&(this._block.fill(0,this._blockOffset,64),this._update(),this._blockOffset=0),this._block.fill(0,this._blockOffset,56),this._block.writeUInt32LE(this._length[0],56),this._block.writeUInt32LE(this._length[1],60),this._update();var e=i.alloc?i.alloc(20):new i(20);return e.writeInt32LE(this._a,0),e.writeInt32LE(this._b,4),e.writeInt32LE(this._c,8),e.writeInt32LE(this._d,12),e.writeInt32LE(this._e,16),e},e.exports=h},function(e,t,r){(t=e.exports=function(e){e=e.toLowerCase();var r=t[e];if(!r)throw new Error(e+" is not supported (we accept pull requests)");return new r}).sha=r(537),t.sha1=r(538),t.sha224=r(539),t.sha256=r(275),t.sha384=r(540),t.sha512=r(276)},function(e,t,r){"use strict";t.utils=r(546),t.Cipher=r(547),t.DES=r(548),t.CBC=r(549),t.EDE=r(550)},function(e,t,r){var i=r(551),n=r(559),o=r(286);t.createCipher=t.Cipher=i.createCipher,t.createCipheriv=t.Cipheriv=i.createCipheriv,t.createDecipher=t.Decipher=n.createDecipher,t.createDecipheriv=t.Decipheriv=n.createDecipheriv,t.listCiphers=t.getCiphers=function(){return Object.keys(o)}},function(e,t,r){var i={ECB:r(552),CBC:r(553),CFB:r(554),CFB8:r(555),CFB1:r(556),OFB:r(557),CTR:r(284),GCM:r(284)},n=r(286);for(var o in n)n[o].module=i[n[o].mode];e.exports=n},function(e,t,r){var i;function n(e){this.rand=e}if(e.exports=function(e){return i||(i=new n(null)),i.generate(e)},e.exports.Rand=n,n.prototype.generate=function(e){return this._rand(e)},n.prototype._rand=function(e){if(this.rand.getBytes)return this.rand.getBytes(e);for(var t=new Uint8Array(e),r=0;r=0||!r.umod(e.prime1)||!r.umod(e.prime2);)r=new i(n(t));return r}e.exports=o,o.getr=a}).call(this,r(4).Buffer)},function(e,t,r){"use strict";var i=t;i.version=r(568).version,i.utils=r(33),i.rand=r(173),i.curve=r(292),i.curves=r(176),i.ec=r(579),i.eddsa=r(583)},function(e,t,r){"use strict";var i,n=t,o=r(177),a=r(292),s=r(33).assert;function u(e){"short"===e.type?this.curve=new a.short(e):"edwards"===e.type?this.curve=new a.edwards(e):this.curve=new a.mont(e),this.g=this.curve.g,this.n=this.curve.n,this.hash=e.hash,s(this.g.validate(),"Invalid curve"),s(this.g.mul(this.n).isInfinity(),"Invalid curve, G*N != O")}function l(e,t){Object.defineProperty(n,e,{configurable:!0,enumerable:!0,get:function(){var r=new u(t);return Object.defineProperty(n,e,{configurable:!0,enumerable:!0,value:r}),r}})}n.PresetCurve=u,l("p192",{type:"short",prime:"p192",p:"ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff",a:"ffffffff ffffffff ffffffff fffffffe ffffffff fffffffc",b:"64210519 e59c80e7 0fa7e9ab 72243049 feb8deec c146b9b1",n:"ffffffff ffffffff ffffffff 99def836 146bc9b1 b4d22831",hash:o.sha256,gRed:!1,g:["188da80e b03090f6 7cbf20eb 43a18800 f4ff0afd 82ff1012","07192b95 ffc8da78 631011ed 6b24cdd5 73f977a1 1e794811"]}),l("p224",{type:"short",prime:"p224",p:"ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001",a:"ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff fffffffe",b:"b4050a85 0c04b3ab f5413256 5044b0b7 d7bfd8ba 270b3943 2355ffb4",n:"ffffffff ffffffff ffffffff ffff16a2 e0b8f03e 13dd2945 5c5c2a3d",hash:o.sha256,gRed:!1,g:["b70e0cbd 6bb4bf7f 321390b9 4a03c1d3 56c21122 343280d6 115c1d21","bd376388 b5f723fb 4c22dfe6 cd4375a0 5a074764 44d58199 85007e34"]}),l("p256",{type:"short",prime:null,p:"ffffffff 00000001 00000000 00000000 00000000 ffffffff ffffffff ffffffff",a:"ffffffff 00000001 00000000 00000000 00000000 ffffffff ffffffff fffffffc",b:"5ac635d8 aa3a93e7 b3ebbd55 769886bc 651d06b0 cc53b0f6 3bce3c3e 27d2604b",n:"ffffffff 00000000 ffffffff ffffffff bce6faad a7179e84 f3b9cac2 fc632551",hash:o.sha256,gRed:!1,g:["6b17d1f2 e12c4247 f8bce6e5 63a440f2 77037d81 2deb33a0 f4a13945 d898c296","4fe342e2 fe1a7f9b 8ee7eb4a 7c0f9e16 2bce3357 6b315ece cbb64068 37bf51f5"]}),l("p384",{type:"short",prime:null,p:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe ffffffff 00000000 00000000 ffffffff",a:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe ffffffff 00000000 00000000 fffffffc",b:"b3312fa7 e23ee7e4 988e056b e3f82d19 181d9c6e fe814112 0314088f 5013875a c656398d 8a2ed19d 2a85c8ed d3ec2aef",n:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff c7634d81 f4372ddf 581a0db2 48b0a77a ecec196a ccc52973",hash:o.sha384,gRed:!1,g:["aa87ca22 be8b0537 8eb1c71e f320ad74 6e1d3b62 8ba79b98 59f741e0 82542a38 5502f25d bf55296c 3a545e38 72760ab7","3617de4a 96262c6f 5d9e98bf 9292dc29 f8f41dbd 289a147c e9da3113 b5f0b8c0 0a60b1ce 1d7e819d 7a431d7c 90ea0e5f"]}),l("p521",{type:"short",prime:null,p:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff",a:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffc",b:"00000051 953eb961 8e1c9a1f 929a21a0 b68540ee a2da725b 99b315f3 b8b48991 8ef109e1 56193951 ec7e937b 1652c0bd 3bb1bf07 3573df88 3d2c34f1 ef451fd4 6b503f00",n:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffa 51868783 bf2f966b 7fcc0148 f709a5d0 3bb5c9b8 899c47ae bb6fb71e 91386409",hash:o.sha512,gRed:!1,g:["000000c6 858e06b7 0404e9cd 9e3ecb66 2395b442 9c648139 053fb521 f828af60 6b4d3dba a14b5e77 efe75928 fe1dc127 a2ffa8de 3348b3c1 856a429b f97e7e31 c2e5bd66","00000118 39296a78 9a3bc004 5c8a5fb4 2c7d1bd9 98f54449 579b4468 17afbd17 273e662c 97ee7299 5ef42640 c550b901 3fad0761 353c7086 a272c240 88be9476 9fd16650"]}),l("curve25519",{type:"mont",prime:"p25519",p:"7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed",a:"76d06",b:"1",n:"1000000000000000 0000000000000000 14def9dea2f79cd6 5812631a5cf5d3ed",hash:o.sha256,gRed:!1,g:["9"]}),l("ed25519",{type:"edwards",prime:"p25519",p:"7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed",a:"-1",c:"1",d:"52036cee2b6ffe73 8cc740797779e898 00700a4d4141d8ab 75eb4dca135978a3",n:"1000000000000000 0000000000000000 14def9dea2f79cd6 5812631a5cf5d3ed",hash:o.sha256,gRed:!1,g:["216936d3cd6e53fec0a4e231fdd6dc5c692cc7609525a7b2c9562d608f25d51a","6666666666666666666666666666666666666666666666666666666666666658"]});try{i=r(578)}catch(e){i=void 0}l("secp256k1",{type:"short",prime:"k256",p:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f",a:"0",b:"7",n:"ffffffff ffffffff ffffffff fffffffe baaedce6 af48a03b bfd25e8c d0364141",h:"1",hash:o.sha256,beta:"7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee",lambda:"5363ad4cc05c30e0a5261c028812645a122e22ea20816678df02967c1b23bd72",basis:[{a:"3086d221a7d46bcde86c90e49284eb15",b:"-e4437ed6010e88286f547fa90abfe4c3"},{a:"114ca50f7a8e2f3f657c1108d9d44cfd8",b:"3086d221a7d46bcde86c90e49284eb15"}],gRed:!1,g:["79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798","483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8",i]})},function(e,t,r){var i=t;i.utils=r(44),i.common=r(92),i.sha=r(572),i.ripemd=r(576),i.hmac=r(577),i.sha1=i.sha.sha1,i.sha256=i.sha.sha256,i.sha224=i.sha.sha224,i.sha384=i.sha.sha384,i.sha512=i.sha.sha512,i.ripemd160=i.ripemd.ripemd160},function(e,t,r){var i=r(80),n=r(36),o=e.exports;for(var a in i)i.hasOwnProperty(a)&&(o[a]=i[a]);function s(e){if("string"==typeof e&&(e=n.parse(e)),e.protocol||(e.protocol="https:"),"https:"!==e.protocol)throw new Error('Protocol "'+e.protocol+'" not supported. Expected "https:"');return e}o.request=function(e,t){return e=s(e),i.request.call(this,e,t)},o.get=function(e,t){return e=s(e),i.get.call(this,e,t)}},function(e,t,r){var i=r(21),n=r(95),o=r(47),a=r(24),s=r(100),u=r(101),l=r(45);e.exports={Key:i,parseKey:i.parse,Fingerprint:n,parseFingerprint:n.parse,Signature:o,parseSignature:o.parse,PrivateKey:a,parsePrivateKey:a.parse,generatePrivateKey:a.generate,Certificate:s,parseCertificate:s.parse,createSelfSignedCertificate:s.createSelfSigned,createCertificate:s.create,Identity:u,identityFromDN:u.parseDN,identityForHost:u.forHost,identityForUser:u.forUser,identityForEmail:u.forEmail,identityFromArray:u.fromArray,FingerprintFormatError:l.FingerprintFormatError,InvalidAlgorithmError:l.InvalidAlgorithmError,KeyParseError:l.KeyParseError,SignatureParseError:l.SignatureParseError,KeyEncryptedError:l.KeyEncryptedError,CertificateParseError:l.CertificateParseError}},function(e,t){e.exports={newInvalidAsn1Error:function(e){var t=new Error;return t.name="InvalidAsn1Error",t.message=e||"",t}}},function(e,t){e.exports={EOC:0,Boolean:1,Integer:2,BitString:3,OctetString:4,Null:5,OID:6,ObjectDescriptor:7,External:8,Real:9,Enumeration:10,PDV:11,Utf8String:12,RelativeOID:13,Sequence:16,Set:17,NumericString:18,PrintableString:19,T61String:20,VideotexString:21,IA5String:22,UTCTime:23,GeneralizedTime:24,GraphicString:25,VisibleString:26,GeneralString:28,UniversalString:29,CharacterString:30,BMPString:31,Constructor:32,Context:128}},function(e,t,r){e.exports={DiffieHellman:m,generateECDSA:function(e){var t=[];if(c){var r={nistp256:"prime256v1",nistp384:"secp384r1",nistp521:"secp521r1"}[e],i=n.createECDH(r);return i.generateKeys(),t.push({name:"curve",data:o.from(e)}),t.push({name:"Q",data:i.getPublicKey()}),t.push({name:"d",data:i.getPrivateKey()}),new p({type:"ecdsa",curve:e,parts:t})}var a=new f(e),s=a.getN(),u=Math.ceil((s.bitLength()+64)/8),l=new h(n.randomBytes(u)),d=s.subtract(h.ONE),m=l.mod(d).add(h.ONE),g=a.getG().multiply(m);return m=o.from(m.toByteArray()),g=o.from(a.getCurve().encodePointHex(g),"hex"),t.push({name:"curve",data:o.from(e)}),t.push({name:"Q",data:g}),t.push({name:"d",data:m}),new p({type:"ecdsa",curve:e,parts:t})},generateED25519:function(){var e=u.sign.keyPair(),t=o.from(e.secretKey),r=o.from(e.publicKey);i.strictEqual(t.length,64),i.strictEqual(r.length,32);var n=[];return n.push({name:"A",data:r}),n.push({name:"k",data:t.slice(0,32)}),new p({type:"ed25519",parts:n})}};var i=r(11),n=r(18),o=r(9).Buffer,a=r(27),s=r(22),u=r(97),l=r(21),p=r(24),c=void 0!==n.createECDH,d=(r(626),r(129)),h=r(96).BigInteger;function m(e){if(s.assertCompatible(e,l,[1,4],"key"),this._isPriv=p.isPrivateKey(e,[1,3]),this._algo=e.type,this._curve=e.curve,this._key=e,"dsa"===e.type){if(!c)throw new Error("Due to bugs in the node 0.10 crypto API, node 0.12.x or later is required to use DH");this._dh=n.createDiffieHellman(e.part.p.data,void 0,e.part.g.data,void 0),this._p=e.part.p,this._g=e.part.g,this._isPriv&&this._dh.setPrivateKey(e.part.x.data),this._dh.setPublicKey(e.part.y.data)}else if("ecdsa"===e.type){if(!c)return this._ecParams=new f(this._curve),void(this._isPriv&&(this._priv=new v(this._ecParams,e.part.d.data)));var t={nistp256:"prime256v1",nistp384:"secp384r1",nistp521:"secp521r1"}[e.curve];if(this._dh=n.createECDH(t),"object"!=typeof this._dh||"function"!=typeof this._dh.setPrivateKey)return c=!1,void m.call(this,e);this._isPriv&&this._dh.setPrivateKey(e.part.d.data),this._dh.setPublicKey(e.part.Q.data)}else{if("curve25519"!==e.type)throw new Error("DH not supported for "+e.type+" keys");this._isPriv&&(s.assertCompatible(e,p,[1,5],"key"),this._priv=e.part.k.data)}}function f(e){var t=a.curves[e];i.object(t);var r=new h(t.p),n=new h(t.a),o=new h(t.b),s=new h(t.n),u=h.ONE,l=new d.ECCurveFp(r,n,o),p=l.decodePointHex(t.G.toString("hex"));this.curve=l,this.g=p,this.n=s,this.h=u}function g(e,t){this._params=e,0===t[0]&&(t=t.slice(1)),this._pub=e.getCurve().decodePointHex(t.toString("hex"))}function v(e,t){this._params=e,this._priv=new h(s.mpNormalize(t))}m.prototype.getPublicKey=function(){return this._isPriv?this._key.toPublic():this._key},m.prototype.getPrivateKey=function(){return this._isPriv?this._key:void 0},m.prototype.getKey=m.prototype.getPrivateKey,m.prototype._keyCheck=function(e,t){if(i.object(e,"key"),t||s.assertCompatible(e,p,[1,3],"key"),s.assertCompatible(e,l,[1,4],"key"),e.type!==this._algo)throw new Error("A "+e.type+" key cannot be used in "+this._algo+" Diffie-Hellman");if(e.curve!==this._curve)throw new Error("A key from the "+e.curve+" curve cannot be used with a "+this._curve+" Diffie-Hellman");"dsa"===e.type&&(i.deepEqual(e.part.p,this._p,"DSA key prime does not match"),i.deepEqual(e.part.g,this._g,"DSA key generator does not match"))},m.prototype.setKey=function(e){if(this._keyCheck(e),"dsa"===e.type)this._dh.setPrivateKey(e.part.x.data),this._dh.setPublicKey(e.part.y.data);else if("ecdsa"===e.type)c?(this._dh.setPrivateKey(e.part.d.data),this._dh.setPublicKey(e.part.Q.data)):this._priv=new v(this._ecParams,e.part.d.data);else if("curve25519"===e.type){var t=e.part.k;e.part.k||(t=e.part.r),this._priv=t.data,0===this._priv[0]&&(this._priv=this._priv.slice(1)),this._priv=this._priv.slice(0,32)}this._key=e,this._isPriv=!0},m.prototype.setPrivateKey=m.prototype.setKey,m.prototype.computeSecret=function(e){if(this._keyCheck(e,!0),!this._isPriv)throw new Error("DH exchange has not been initialized with a private key yet");var t;if("dsa"===this._algo)return this._dh.computeSecret(e.part.y.data);if("ecdsa"===this._algo)return c?this._dh.computeSecret(e.part.Q.data):(t=new g(this._ecParams,e.part.Q.data),this._priv.deriveSharedSecret(t));if("curve25519"===this._algo){for(t=e.part.A.data;0===t[0]&&t.length>32;)t=t.slice(1);var r=this._priv;i.strictEqual(t.length,32),i.strictEqual(r.length,32);var n=u.box.before(new Uint8Array(t),new Uint8Array(r));return o.from(n)}throw new Error("Invalid algorithm: "+this._algo)},m.prototype.generateKey=function(){var e,t,r=[];if("dsa"===this._algo)return this._dh.generateKeys(),r.push({name:"p",data:this._p.data}),r.push({name:"q",data:this._key.part.q.data}),r.push({name:"g",data:this._g.data}),r.push({name:"y",data:this._dh.getPublicKey()}),r.push({name:"x",data:this._dh.getPrivateKey()}),this._key=new p({type:"dsa",parts:r}),this._isPriv=!0,this._key;if("ecdsa"===this._algo){if(c)return this._dh.generateKeys(),r.push({name:"curve",data:o.from(this._curve)}),r.push({name:"Q",data:this._dh.getPublicKey()}),r.push({name:"d",data:this._dh.getPrivateKey()}),this._key=new p({type:"ecdsa",curve:this._curve,parts:r}),this._isPriv=!0,this._key;var a=this._ecParams.getN(),s=new h(n.randomBytes(a.bitLength())),l=a.subtract(h.ONE);return e=s.mod(l).add(h.ONE),t=this._ecParams.getG().multiply(e),e=o.from(e.toByteArray()),t=o.from(this._ecParams.getCurve().encodePointHex(t),"hex"),this._priv=new v(this._ecParams,e),r.push({name:"curve",data:o.from(this._curve)}),r.push({name:"Q",data:t}),r.push({name:"d",data:e}),this._key=new p({type:"ecdsa",curve:this._curve,parts:r}),this._isPriv=!0,this._key}if("curve25519"===this._algo){var d=u.box.keyPair();return e=o.from(d.secretKey),t=o.from(d.publicKey),e=o.concat([e,t]),i.strictEqual(e.length,64),i.strictEqual(t.length,32),r.push({name:"A",data:t}),r.push({name:"k",data:e}),this._key=new p({type:"curve25519",parts:r}),this._isPriv=!0,this._key}throw new Error("Invalid algorithm: "+this._algo)},m.prototype.generateKeys=m.prototype.generateKey,f.prototype.getCurve=function(){return this.curve},f.prototype.getG=function(){return this.g},f.prototype.getN=function(){return this.n},f.prototype.getH=function(){return this.h},v.prototype.deriveSharedSecret=function(e){i.ok(e instanceof g);var t=e._pub.multiply(this._priv);return o.from(t.getX().toBigInteger().toByteArray())}},function(e,t,r){e.exports={read:function(e,t){return p.read(e,t,"pkcs1")},readPkcs1:function(e,t,r){switch(e){case"RSA":if("public"===t)return function(e){var t=d(e,"modulus"),r=d(e,"exponent");return new u({type:"rsa",parts:[{name:"e",data:r},{name:"n",data:t}]})}(r);if("private"===t)return function(e){var t=d(e,"version");i.strictEqual(t[0],0);var r=d(e,"modulus"),n=d(e,"public exponent"),o=d(e,"private exponent"),a=d(e,"prime1"),s=d(e,"prime2"),u=d(e,"exponent1"),p=d(e,"exponent2"),c=d(e,"iqmp");return new l({type:"rsa",parts:[{name:"n",data:r},{name:"e",data:n},{name:"d",data:o},{name:"iqmp",data:c},{name:"p",data:a},{name:"q",data:s},{name:"dmodp",data:u},{name:"dmodq",data:p}]})}(r);throw new Error("Unknown key type: "+t);case"DSA":if("public"===t)return function(e){var t=d(e,"y"),r=d(e,"p"),i=d(e,"q"),n=d(e,"g");return new u({type:"dsa",parts:[{name:"y",data:t},{name:"p",data:r},{name:"q",data:i},{name:"g",data:n}]})}(r);if("private"===t)return function(e){var t=d(e,"version");i.strictEqual(t.readUInt8(0),0);var r=d(e,"p"),n=d(e,"q"),o=d(e,"g"),a=d(e,"y"),s=d(e,"x");return new l({type:"dsa",parts:[{name:"p",data:r},{name:"q",data:n},{name:"g",data:o},{name:"y",data:a},{name:"x",data:s}]})}(r);throw new Error("Unknown key type: "+t);case"EC":case"ECDSA":if("private"===t)return function(e){var t=d(e,"version");i.strictEqual(t.readUInt8(0),1);var r=e.readString(n.Ber.OctetString,!0);e.readSequence(160);var a=c(e);i.string(a,"a known elliptic curve"),e.readSequence(161);var u=e.readString(n.Ber.BitString,!0);u=s.ecNormalize(u);var p={type:"ecdsa",parts:[{name:"curve",data:o.from(a)},{name:"Q",data:u},{name:"d",data:r}]};return new l(p)}(r);if("public"===t)return function(e){e.readSequence();var t=e.readOID();i.strictEqual(t,"1.2.840.10045.2.1","must be ecPublicKey");for(var r,l=e.readOID(),p=Object.keys(a.curves),c=0;cthis._location.reload()}),this._workingNodeIterators=[],this._workingNodeIteratorsMax=void 0===t.options.concurrentNodeIterators?10:Number(t.options.concurrentNodeIterators),isNaN(this._workingNodeIteratorsMax))throw new TypeError("The 'concurrentNodeIterators' option must be a Number");if(this._workingNodeIteratorsMax<0)throw new RangeError("The 'concurrentNodeIterators' option must be a non negative Number");var o;this._referrer=t.options.referrer||"",this._lastModified=me((o=t.options.lastModified||new Date).getMonth()+1)+"/"+me(o.getDate())+"/"+o.getFullYear()+" "+me(o.getHours())+":"+me(o.getMinutes())+":"+me(o.getSeconds()),this._asyncQueue=new pe,this._queue=new ce({asyncQueue:this._asyncQueue,paused:!1}),this._deferQueue=new ce({paused:!0}),this._requestManager=new le,this.readyState=t.options.readyState||"loading",this._lastFocusedElement=null,this._resourceLoader=new de(this),this._latestEntry=null}_getTheParent(e){return"load"!==e.type&&this._defaultView?o.implForWrapper(this._defaultView):null}get compatMode(){return"xml"===this._parsingMode||this.doctype?"CSS1Compat":"BackCompat"}get charset(){return this._encoding}get characterSet(){return this._encoding}get inputEncoding(){return this._encoding}get doctype(){for(const e of m.childrenIterator(this))if(e.nodeType===a.DOCUMENT_TYPE_NODE)return e;return null}get URL(){return d.serializeURL(this._URL)}get documentURI(){return d.serializeURL(this._URL)}get location(){return this._defaultView?this._location:null}get documentElement(){if(this._documentElement)return this._documentElement;for(const e of m.childrenIterator(this))if(e.nodeType===a.ELEMENT_NODE)return this._documentElement=e,e;return null}get implementation(){return this._implementation}set implementation(e){this._implementation=e}get defaultView(){return this._defaultView}get currentScript(){return this._currentScript}get activeElement(){return this._lastFocusedElement?this._lastFocusedElement:this.body}hasFocus(){return Boolean(this._lastFocusedElement)}_createElementWithCorrectElementInterface(e,t){return this._elementBuilders[t]&&this._elementBuilders[t][e]?this._elementBuilders[t][e](this,e,t):t===y?K.createImpl([],{ownerDocument:this,localName:e,namespace:t}):t===w?$.createImpl([],{ownerDocument:this,localName:e,namespace:t}):W.createImpl([],{ownerDocument:this,localName:e,namespace:t})}appendChild(e){if(this.documentElement&&e.nodeType===a.ELEMENT_NODE)throw new E("The operation would yield an incorrect node tree.","HierarchyRequestError");return super.appendChild(e)}removeChild(e){const t=super.removeChild(e);return e===this._documentElement&&(this._documentElement=null),t}_descendantRemoved(e,t){if("STYLE"===t.tagName){const e=this.styleSheets.indexOf(t.sheet);e>-1&&this.styleSheets.splice(e,1)}super._descendantRemoved.apply(this,arguments)}write(){let e="";for(let t=0;t{let t=e;for(;m.parent(t);)t=m.parent(t);return t===this})||null}get referrer(){return this._referrer||""}get lastModified(){return this._lastModified}get images(){return this.getElementsByTagName("IMG")}get embeds(){return this.getElementsByTagName("EMBED")}get plugins(){return this.embeds}get links(){return S.createImpl([],{element:this,query:()=>m.treeToArray(this,{filter:e=>("a"===e._localName||"area"===e._localName)&&e.hasAttributeNS(null,"href")&&e._namespaceURI===y})})}get forms(){return this.getElementsByTagName("FORM")}get scripts(){return this.getElementsByTagName("SCRIPT")}get anchors(){return S.createImpl([],{element:this,query:()=>m.treeToArray(this,{filter:e=>"a"===e._localName&&e.hasAttributeNS(null,"name")&&e._namespaceURI===y})})}get applets(){return S.createImpl([],{element:this,query:()=>[]})}open(){let e=m.firstChild(this);for(;e;)this.removeChild(e),e=m.firstChild(this);return this._documentElement=null,this._modified(),this}close(e){if(e)return this.readyState="complete",C("DOMContentLoaded",this,void 0,{bubbles:!0}),void C("load",this);this._queue.resume();const t=Promise.resolve();this._queue.push(t,()=>{const e=this;function t(){e.readyState="interactive",C("DOMContentLoaded",e,void 0,{bubbles:!0})}return new Promise(e=>this._deferQueue.tail?(this._deferQueue.setListener(()=>{t(),e()}),this._deferQueue.resume()):(t(),e()))},null),this._queue.push(t,()=>{const e=this;function t(){e.readyState="complete",C("load",e)}return new Promise(e=>0===this._asyncQueue.count()?(t(),e()):this._asyncQueue.setListener(()=>{t(),e()}))},null,!0)}getElementsByName(e){return A.createImpl([],{element:this,query:()=>m.treeToArray(this,{filter:t=>t.getAttributeNS&&t.getAttributeNS(null,"name")===e})})}get title(){const{documentElement:e}=this;let t="";if(e&&"svg"===e._localName){const r=l(e,"title",w);r&&(t=b(r))}else{const e=c(this,"title");e&&(t=b(e))}return t=v(t)}set title(e){const{documentElement:t}=this;let r;if(t&&"svg"===t._localName)(r=l(t,"title",w))||(r=this.createElementNS(w,"title"),this._insert(r,t.firstChild)),r.textContent=e;else if(t&&t._namespaceURI===y){const t=c(this,"title"),i=this.head;if(null===t&&null===i)return;null!==t?r=t:(r=this.createElement("title"),i._append(r)),r.textContent=e}}get dir(){return this.documentElement?this.documentElement.dir:""}set dir(e){this.documentElement&&(this.documentElement.dir=e)}get head(){return this.documentElement?l(this.documentElement,"head"):null}get body(){const{documentElement:e}=this;return e&&"html"===e._localName&&e._namespaceURI===y?p(this.documentElement,new Set(["body","frameset"])):null}set body(e){if(null===e||e._namespaceURI!==y||"body"!==e._localName&&"frameset"!==e._localName)throw new E("Cannot set the body to null or a non-body/frameset element","HierarchyRequestError");const t=this.body;if(e===t)return;if(null!==t)return void t.parentNode._replace(e,t);const{documentElement:r}=this;if(null===r)throw new E("Cannot set the body when there is no document element","HierarchyRequestError");r._append(e)}_runPreRemovingSteps(e){for(const t of this._workingNodeIterators)t._preRemovingSteps(e)}createEvent(e){const t=e.toLowerCase(),r=fe[t]||null;if(!r)throw new E('The provided event type ("'+e+'") is invalid',"NotSupportedError");const i=r.createImpl([""]);return i._initializedFlag=!1,i}createProcessingInstruction(e,t){if(k(e),t.includes("?>"))throw new E('Processing instruction data cannot contain the string "?>"',"InvalidCharacterError");return R.createImpl([],{ownerDocument:this,target:e,data:t})}createCDATASection(e){if("html"===this._parsingMode)throw new E("Cannot create CDATA sections in HTML documents","NotSupportedError");if(e.includes("]]>"))throw new E('CDATA section data cannot contain the string "]]>"',"InvalidCharacterError");return L.createImpl([],{ownerDocument:this,data:e})}createTextNode(e){return H.createImpl([],{ownerDocument:this,data:e})}createComment(e){return M.createImpl([],{ownerDocument:this,data:e})}createElement(e){k(e),"html"===this._parsingMode&&(e=g(e));const t="html"===this._parsingMode||"application/xhtml+xml"===this.contentType?y:null;return this._createElementWithCorrectElementInterface(e,t)}createElementNS(e,t){e=null!==e?String(e):e;const r=I(e,t),i=this._createElementWithCorrectElementInterface(r.localName,r.namespace);return i._prefix=r.prefix,i}createDocumentFragment(){return U.createImpl([],{ownerDocument:this})}createAttribute(e){return k(e),"html"===this._parsingMode&&(e=g(e)),P.createImpl([],{localName:e})}createAttributeNS(e,t){void 0===e&&(e=null),e=null!==e?String(e):e;const r=I(e,t);return P.createImpl([],{namespace:r.namespace,namespacePrefix:r.prefix,localName:r.localName})}createTreeWalker(e,t,r){return G.createImpl([],{root:e,whatToShow:t,filter:r})}createNodeIterator(e,t,r){const i=Y.createImpl([],{root:e,whatToShow:t,filter:r});for(this._workingNodeIterators.push(i);this._workingNodeIterators.length>this._workingNodeIteratorsMax;){this._workingNodeIterators.shift()._working=!1}return i}importNode(e,t){if(e.nodeType===a.DOCUMENT_NODE)throw new E("Cannot import a document node","NotSupportedError");if(X.isImpl(e))throw new E("Cannot adopt a shadow root","NotSupportedError");return N(e,this,t)}adoptNode(e){if(e.nodeType===a.DOCUMENT_NODE)throw new E("Cannot adopt a document node","NotSupportedError");if(X.isImpl(e))throw new E("Cannot adopt a shadow root","HierarchyRequestError");return this._adoptNode(e),e}_adoptNode(e){const t=this,r=e._ownerDocument,i=m.parent(e);if(i&&i._remove(e),r!==t){for(const r of F(e))r._ownerDocument=t;for(const t of F(e))t._adoptingSteps&&t._adoptingSteps(r)}}get cookie(){return this._cookieJar.getCookieStringSync(this.URL,{http:!1})}set cookie(e){e=String(e),this._cookieJar.setCookieSync(e,this.URL,{http:!1,ignoreError:!0})}clear(){}captureEvents(){}releaseEvents(){}get styleSheets(){return this._styleSheets||(this._styleSheets=new h),this._styleSheets}get hidden(){return!this._defaultView||!this._defaultView._pretendToBeVisual}get visibilityState(){return this._defaultView&&this._defaultView._pretendToBeVisual?"visible":"prerender"}}f.createEventAccessor(ge.prototype,"readystatechange"),s(ge.prototype,D.prototype),s(ge.prototype,q.prototype),s(ge.prototype,V.prototype),ge.prototype._elementBuilders=Object.create(null),ge.prototype.getElementsByTagName=u(function(e){return O(e,this)}),ge.prototype.getElementsByTagNameNS=u(function(e,t){return j(e,t,this)}),ge.prototype.getElementsByClassName=u(function(e){return B(e,this)}),e.exports={implementation:ge}},function(e,t,r){"use strict";(function(e){const i=r(16),n=r(722),o=r(68),a=r(71),s=r(0);t.evaluateJavaScriptURL=(t,r)=>{const n=i.serializeURL(r),o=i.percentDecode(e.from(n)).toString();if("dangerously"===t._runScripts)try{return t.eval(o)}catch(e){a(t,e,n)}},t.navigate=(e,r,i)=>{if(!e._document)return;const a=s.implForWrapper(e._document)._URL;i.reloadTriggered||!function(e,t,r){if(e.scheme!==t.scheme||e.username!==t.username||e.password!==t.password||e.host!==t.host||e.port!==t.port||!n(e.path,t.path)||e.query!==t.query||e.cannotBeABaseURL!==t.cannotBeABaseURL)return!1;return r.excludeFragments||e.fragment===t.fragment}(a,r,{excludeFragments:!0})?"javascript"!==r.scheme?function(e){o("navigation (except hash changes)",e)}(e):setTimeout(()=>{"string"==typeof t.evaluateJavaScriptURL(e,r)&&o("string results from 'javascript:' URLs",e)},0):r.fragment!==a.fragment&&function(e,t,r){const i=s.implForWrapper(e._document);e._sessionHistory.clearHistoryTraversalTasks(),r.replacement||e._sessionHistory.removeAllEntriesAfterCurrentEntry();const n={document:i,url:t};e._sessionHistory.addEntryAfterCurrentEntry(n),e._sessionHistory.traverseHistory(n,{nonBlockingEvents:!0,replacement:r.replacement})}(e,r,i)}}).call(this,r(4).Buffer)},function(e,t,r){"use strict";const{domSymbolTree:i}=r(13),{SVG_NS:n}=r(20),{mixin:o}=r(5),a=r(338),s=r(150).implementation,u=r(328).implementation,l=r(131).implementation,p=r(329).implementation;class c extends s{constructor(e,t){super(e,t),this._initHTMLOrSVGElement(),this._initElementCSSInlineStyle(),this._initGlobalEvents()}_attrModified(e,t,r){"style"!==e||t===r||this._settingCssText?e.startsWith("on")&&this._globalEventChanged(e.substring(2)):(this._settingCssText=!0,this._style.cssText=t,this._settingCssText=!1),super._attrModified.apply(this,arguments)}get className(){return a.createImpl([],{element:this,attribute:"class"})}get ownerSVGElement(){let e=i.parent(this);for(;e&&e.namespaceURI===n;){if("svg"===e.localName)return e;e=i.parent(e)}return null}get viewportElement(){return this.ownerSVGElement}}c.attributeRegistry=new Map,o(c.prototype,u.prototype),o(c.prototype,l.prototype),o(c.prototype,p.prototype),t.implementation=c},function(e,t,r){"use strict";const i=r(1),n=r(0),o=r(344).convert,a=n.implSymbol,s=r(26);class u extends s.interface{constructor(e){if(arguments.length<1)throw new TypeError("Failed to construct 'HashChangeEvent': 1 argument required, but only "+arguments.length+" present.");const t=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to construct 'HashChangeEvent': parameter 1"}),t.push(e)}{let e=arguments[1];e=o(e,{context:"Failed to construct 'HashChangeEvent': parameter 2"}),t.push(e)}return l.setup(Object.create(new.target.prototype),t)}get oldURL(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].oldURL}get newURL(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].newURL}}Object.defineProperties(u.prototype,{oldURL:{enumerable:!0},newURL:{enumerable:!0},[Symbol.toStringTag]:{value:"HashChangeEvent",configurable:!0}});const l={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,a)&&t[a]instanceof p.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof p.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HashChangeEvent'.`)},create(e,t){let r=Object.create(u.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(u.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){s._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,a,{value:new p.implementation(t,r),configurable:!0}),e[a][n.wrapperSymbol]=e,p.init&&p.init(e[a],r),e},interface:u,expose:{Window:{HashChangeEvent:u}}};e.exports=l;const p=r(729)},function(e,t,r){"use strict";const i=r(1),n=r(0),o=r(347).convert,a=n.implSymbol,s=r(26);class u extends s.interface{constructor(e){if(arguments.length<1)throw new TypeError("Failed to construct 'PopStateEvent': 1 argument required, but only "+arguments.length+" present.");const t=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to construct 'PopStateEvent': parameter 1"}),t.push(e)}{let e=arguments[1];e=o(e,{context:"Failed to construct 'PopStateEvent': parameter 2"}),t.push(e)}return l.setup(Object.create(new.target.prototype),t)}get state(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].state}}Object.defineProperties(u.prototype,{state:{enumerable:!0},[Symbol.toStringTag]:{value:"PopStateEvent",configurable:!0}});const l={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,a)&&t[a]instanceof p.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof p.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'PopStateEvent'.`)},create(e,t){let r=Object.create(u.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(u.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){s._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,a,{value:new p.implementation(t,r),configurable:!0}),e[a][n.wrapperSymbol]=e,p.init&&p.init(e[a],r),e},interface:u,expose:{Window:{PopStateEvent:u}}};e.exports=l;const p=r(731)},function(e,t,r){"use strict";r(1);const i=r(0),n=i.implSymbol,o=r(38);class a extends o.interface{constructor(){throw new TypeError("Illegal constructor")}get onloadstart(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return i.tryWrapperForImpl(this[n].onloadstart)}set onloadstart(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.tryImplForWrapper(t),this[n].onloadstart=t}get onprogress(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return i.tryWrapperForImpl(this[n].onprogress)}set onprogress(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.tryImplForWrapper(t),this[n].onprogress=t}get onabort(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return i.tryWrapperForImpl(this[n].onabort)}set onabort(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.tryImplForWrapper(t),this[n].onabort=t}get onerror(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return i.tryWrapperForImpl(this[n].onerror)}set onerror(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.tryImplForWrapper(t),this[n].onerror=t}get onload(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return i.tryWrapperForImpl(this[n].onload)}set onload(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.tryImplForWrapper(t),this[n].onload=t}get ontimeout(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return i.tryWrapperForImpl(this[n].ontimeout)}set ontimeout(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.tryImplForWrapper(t),this[n].ontimeout=t}get onloadend(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return i.tryWrapperForImpl(this[n].onloadend)}set onloadend(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.tryImplForWrapper(t),this[n].onloadend=t}}Object.defineProperties(a.prototype,{onloadstart:{enumerable:!0},onprogress:{enumerable:!0},onabort:{enumerable:!0},onerror:{enumerable:!0},onload:{enumerable:!0},ontimeout:{enumerable:!0},onloadend:{enumerable:!0},[Symbol.toStringTag]:{value:"XMLHttpRequestEventTarget",configurable:!0}});const s={_mixedIntoPredicates:[],is(t){if(t){if(i.hasOwn(t,n)&&t[n]instanceof u.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof u.implementation)return!0;const r=i.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return i.implForWrapper(t);throw new TypeError(`${r} is not of type 'XMLHttpRequestEventTarget'.`)},create(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t),i.implForWrapper(r)},_internalSetup(e){o._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,n,{value:new u.implementation(t,r),configurable:!0}),e[n][i.wrapperSymbol]=e,u.init&&u.init(e[n],r),e},interface:a,expose:{Window:{XMLHttpRequestEventTarget:a},DedicatedWorker:{XMLHttpRequestEventTarget:a},SharedWorker:{XMLHttpRequestEventTarget:a}}};e.exports=s;const u=r(355)},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get disabled(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"disabled")}set disabled(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'disabled' property on 'HTMLOptGroupElement': The provided value"}))?this.setAttributeNS(null,"disabled",""):this.removeAttributeNS(null,"disabled")}get label(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"label");return null===t?"":t}set label(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'label' property on 'HTMLOptGroupElement': The provided value"}),this.setAttributeNS(null,"label",t)}}Object.defineProperties(s.prototype,{disabled:{enumerable:!0},label:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLOptGroupElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLOptGroupElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLOptGroupElement:s}}};e.exports=u;const l=r(777)},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol;class a{constructor(){throw new TypeError("Illegal constructor")}item(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'item' on 'FileList': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i["unsigned long"](e,{context:"Failed to execute 'item' on 'FileList': parameter 1"}),r.push(e)}return n.tryWrapperForImpl(this[o].item(...r))}get length(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].length}}Object.defineProperties(a.prototype,{item:{enumerable:!0},length:{enumerable:!0},[Symbol.toStringTag]:{value:"FileList",configurable:!0},[Symbol.iterator]:{value:Array.prototype[Symbol.iterator],configurable:!0,writable:!0}});const s={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof u.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof u.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'FileList'.`)},create(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new u.implementation(t,r),configurable:!0}),(e=new Proxy(e,{get(e,t,r){if("symbol"==typeof t)return Reflect.get(e,t,r);const i=this.getOwnPropertyDescriptor(e,t);if(void 0===i){if(null===Object.getPrototypeOf(e))return;return Reflect.get(e,t,r)}if(!i.get&&!i.set)return i.value;const n=i.get;return void 0!==n?Reflect.apply(n,r,[]):void 0},has(e,t){if("symbol"==typeof t)return Reflect.has(e,t);if(void 0!==this.getOwnPropertyDescriptor(e,t))return!0;const r=Object.getPrototypeOf(e);return null!==r&&Reflect.has(r,t)},ownKeys(e){const t=new Set;for(const r of e[o][n.supportedPropertyIndices])t.add(`${r}`);for(const r of Reflect.ownKeys(e))t.add(r);return[...t]},getOwnPropertyDescriptor(e,t){if("symbol"==typeof t)return Reflect.getOwnPropertyDescriptor(e,t);let r=!1;if(n.isArrayIndexPropName(t)){const i=t>>>0,a=e[o].item(i);if(null!==a)return{writable:!1,enumerable:!0,configurable:!0,value:n.tryWrapperForImpl(a)};r=!0}return Reflect.getOwnPropertyDescriptor(e,t)},set(e,t,r,i){if("symbol"==typeof t)return Reflect.set(e,t,r,i);let a;if(e===i&&n.isArrayIndexPropName(t),n.isArrayIndexPropName(t)){const r=t>>>0,i=e[o].item(r);null!==i&&(a={writable:!1,enumerable:!0,configurable:!0,value:n.tryWrapperForImpl(i)})}if(void 0===a&&(a=Reflect.getOwnPropertyDescriptor(e,t)),void 0===a){const n=Reflect.getPrototypeOf(e);if(null!==n)return Reflect.set(n,t,r,i);a={writable:!0,enumerable:!0,configurable:!0,value:void 0}}if(!a.writable)return!1;if(!n.isObject(i))return!1;const s=Reflect.getOwnPropertyDescriptor(i,t);let u;if(void 0!==s){if(s.get||s.set)return!1;if(!s.writable)return!1;u={value:r}}else u={writable:!0,enumerable:!0,configurable:!0,value:r};return Reflect.defineProperty(i,t,u)},defineProperty:(e,t,r)=>"symbol"==typeof t?Reflect.defineProperty(e,t,r):!n.isArrayIndexPropName(t)&&Reflect.defineProperty(e,t,r),deleteProperty(e,t){if("symbol"==typeof t)return Reflect.deleteProperty(e,t);if(n.isArrayIndexPropName(t)){const r=t>>>0;return!(null!==e[o].item(r))}return Reflect.deleteProperty(e,t)},preventExtensions:()=>!1}))[o][n.wrapperSymbol]=e,u.init&&u.init(e[o],r),e},interface:a,expose:{Window:{FileList:a},Worker:{FileList:a}}};e.exports=s;const u=r(792)},function(e,t,r){"use strict";const i=r(1),n=r(0),o=r(806).convert,a=n.implSymbol,s=r(2);class u extends s.interface{constructor(){throw new TypeError("Illegal constructor")}load(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].load()}canPlayType(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'canPlayType' on 'HTMLMediaElement': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'canPlayType' on 'HTMLMediaElement': parameter 1"}),r.push(e)}return n.tryWrapperForImpl(this[a].canPlayType(...r))}play(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[a].play())}pause(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].pause()}addTextTrack(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'addTextTrack' on 'HTMLMediaElement': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=o(e,{context:"Failed to execute 'addTextTrack' on 'HTMLMediaElement': parameter 1"}),r.push(e)}{let e=arguments[1];e=void 0!==e?i.DOMString(e,{context:"Failed to execute 'addTextTrack' on 'HTMLMediaElement': parameter 2"}):"",r.push(e)}{let e=arguments[2];e=void 0!==e?i.DOMString(e,{context:"Failed to execute 'addTextTrack' on 'HTMLMediaElement': parameter 3"}):"",r.push(e)}return n.tryWrapperForImpl(this[a].addTextTrack(...r))}get src(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].src}set src(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'src' property on 'HTMLMediaElement': The provided value"}),this[a].src=t}get currentSrc(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].currentSrc}get crossOrigin(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"crossorigin");return null===t?"":t}set crossOrigin(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=null==t?null:i.DOMString(t,{context:"Failed to set the 'crossOrigin' property on 'HTMLMediaElement': The provided value"}),this.setAttributeNS(null,"crossorigin",t)}get networkState(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].networkState}get preload(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"preload");return null===t?"":t}set preload(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'preload' property on 'HTMLMediaElement': The provided value"}),this.setAttributeNS(null,"preload",t)}get buffered(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[a].buffered)}get readyState(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].readyState}get seeking(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].seeking}get currentTime(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].currentTime}set currentTime(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.double(t,{context:"Failed to set the 'currentTime' property on 'HTMLMediaElement': The provided value"}),this[a].currentTime=t}get duration(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].duration}get paused(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].paused}get defaultPlaybackRate(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].defaultPlaybackRate}set defaultPlaybackRate(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.double(t,{context:"Failed to set the 'defaultPlaybackRate' property on 'HTMLMediaElement': The provided value"}),this[a].defaultPlaybackRate=t}get playbackRate(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].playbackRate}set playbackRate(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.double(t,{context:"Failed to set the 'playbackRate' property on 'HTMLMediaElement': The provided value"}),this[a].playbackRate=t}get played(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[a].played)}get seekable(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[a].seekable)}get ended(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].ended}get autoplay(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"autoplay")}set autoplay(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'autoplay' property on 'HTMLMediaElement': The provided value"}))?this.setAttributeNS(null,"autoplay",""):this.removeAttributeNS(null,"autoplay")}get loop(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"loop")}set loop(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'loop' property on 'HTMLMediaElement': The provided value"}))?this.setAttributeNS(null,"loop",""):this.removeAttributeNS(null,"loop")}get controls(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"controls")}set controls(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'controls' property on 'HTMLMediaElement': The provided value"}))?this.setAttributeNS(null,"controls",""):this.removeAttributeNS(null,"controls")}get volume(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].volume}set volume(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.double(t,{context:"Failed to set the 'volume' property on 'HTMLMediaElement': The provided value"}),this[a].volume=t}get muted(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].muted}set muted(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.boolean(t,{context:"Failed to set the 'muted' property on 'HTMLMediaElement': The provided value"}),this[a].muted=t}get defaultMuted(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"muted")}set defaultMuted(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'defaultMuted' property on 'HTMLMediaElement': The provided value"}))?this.setAttributeNS(null,"muted",""):this.removeAttributeNS(null,"muted")}get audioTracks(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.getSameObject(this,"audioTracks",()=>n.tryWrapperForImpl(this[a].audioTracks))}get videoTracks(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.getSameObject(this,"videoTracks",()=>n.tryWrapperForImpl(this[a].videoTracks))}get textTracks(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.getSameObject(this,"textTracks",()=>n.tryWrapperForImpl(this[a].textTracks))}}Object.defineProperties(u.prototype,{load:{enumerable:!0},canPlayType:{enumerable:!0},play:{enumerable:!0},pause:{enumerable:!0},addTextTrack:{enumerable:!0},src:{enumerable:!0},currentSrc:{enumerable:!0},crossOrigin:{enumerable:!0},networkState:{enumerable:!0},preload:{enumerable:!0},buffered:{enumerable:!0},readyState:{enumerable:!0},seeking:{enumerable:!0},currentTime:{enumerable:!0},duration:{enumerable:!0},paused:{enumerable:!0},defaultPlaybackRate:{enumerable:!0},playbackRate:{enumerable:!0},played:{enumerable:!0},seekable:{enumerable:!0},ended:{enumerable:!0},autoplay:{enumerable:!0},loop:{enumerable:!0},controls:{enumerable:!0},volume:{enumerable:!0},muted:{enumerable:!0},defaultMuted:{enumerable:!0},audioTracks:{enumerable:!0},videoTracks:{enumerable:!0},textTracks:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLMediaElement",configurable:!0},NETWORK_EMPTY:{value:0,enumerable:!0},NETWORK_IDLE:{value:1,enumerable:!0},NETWORK_LOADING:{value:2,enumerable:!0},NETWORK_NO_SOURCE:{value:3,enumerable:!0},HAVE_NOTHING:{value:0,enumerable:!0},HAVE_METADATA:{value:1,enumerable:!0},HAVE_CURRENT_DATA:{value:2,enumerable:!0},HAVE_FUTURE_DATA:{value:3,enumerable:!0},HAVE_ENOUGH_DATA:{value:4,enumerable:!0}}),Object.defineProperties(u,{NETWORK_EMPTY:{value:0,enumerable:!0},NETWORK_IDLE:{value:1,enumerable:!0},NETWORK_LOADING:{value:2,enumerable:!0},NETWORK_NO_SOURCE:{value:3,enumerable:!0},HAVE_NOTHING:{value:0,enumerable:!0},HAVE_METADATA:{value:1,enumerable:!0},HAVE_CURRENT_DATA:{value:2,enumerable:!0},HAVE_FUTURE_DATA:{value:3,enumerable:!0},HAVE_ENOUGH_DATA:{value:4,enumerable:!0}});const l={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,a)&&t[a]instanceof p.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof p.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLMediaElement'.`)},create(e,t){let r=Object.create(u.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(u.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){s._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,a,{value:new p.implementation(t,r),configurable:!0}),e[a][n.wrapperSymbol]=e,p.init&&p.init(e[a],r),e},interface:u,expose:{Window:{HTMLMediaElement:u}}};e.exports=l;const p=r(201)},function(e,t,r){"use strict";const i=r(8),n=r(3).implementation,o=r(68),{reflectURLAttribute:a}=r(5),{fireAnEvent:s}=r(15);e.exports={implementation:class extends n{constructor(e,t){super(e,t),this._muted=!1,this._volume=1,this.readyState=0,this.networkState=0,this.currentTime=0,this.currentSrc="",this.buffered={length:0,start:()=>0,end:()=>0},this.seeking=!1,this.duration=NaN,this.paused=!0,this.played={length:0,start:()=>0,end:()=>0},this.seekable={length:0,start:()=>0,end:()=>0},this.ended=!1,this.audioTracks=[],this.videoTracks=[],this.textTracks=[]}set defaultPlaybackRate(e){if(0===e)throw new i("The operation is not supported.","NotSupportedError");this._defaultPlaybackRate!==e&&(this._defaultPlaybackRate=e,this._dispatchRateChange())}_dispatchRateChange(){s("ratechange",this)}get defaultPlaybackRate(){return void 0===this._defaultPlaybackRate?1:this._defaultPlaybackRate}get playbackRate(){return void 0===this._playbackRate?1:this._playbackRate}set playbackRate(e){e!==this._playbackRate&&(this._playbackRate=e,this._dispatchRateChange())}get muted(){return this._muted}_dispatchVolumeChange(){s("volumechange",this)}set muted(e){e!==this._muted&&(this._muted=e,this._dispatchVolumeChange())}get defaultMuted(){return null!==this.getAttributeNS(null,"muted")}set defaultMuted(e){e?this.setAttributeNS(null,"muted",e):this.removeAttributeNS(null,"muted")}get volume(){return this._volume}set volume(e){if(e<0||e>1)throw new i("The index is not in the allowed range.","IndexSizeError");this._volume!==e&&(this._volume=e,this._dispatchVolumeChange())}load(){o("HTMLMediaElement.prototype.load",this._ownerDocument._defaultView)}canPlayType(){return""}play(){o("HTMLMediaElement.prototype.play",this._ownerDocument._defaultView)}pause(){o("HTMLMediaElement.prototype.pause",this._ownerDocument._defaultView)}addTextTrack(){o("HTMLMediaElement.prototype.addNextTrack",this._ownerDocument._defaultView)}get src(){return a(this,"src")}set src(e){this.setAttributeNS(null,"src",e)}}}},function(e,t){e.exports=function(e){return null!=e&&"object"==typeof e}},function(e,t,r){"use strict";(function(e){const i=r(135),n=r(395),o=r(106),a=r(107),s=r(214),u=r(16),l=r(55),{URL:p}=r(16),c=r(56),d=r(0),h=r(453),m=r(454),{parseIntoDocument:f}=r(60),{fragmentSerialization:g}=r(120),v=r(384),b=r(957);class y extends a.CookieJar{constructor(e,t){super(e,Object.assign({looseMode:!0},t))}}const w=Symbol("window");let E=null;class x{constructor(t,r={}){const i=new c(void 0===r.contentType?"text/html":r.contentType),{html:n,encoding:o}=function(t="",r){let i="UTF-8";ArrayBuffer.isView(t)?t=e.from(t.buffer,t.byteOffset,t.byteLength):t instanceof ArrayBuffer&&(t=e.from(t));e.isBuffer(t)?(i=s(t,{defaultEncoding:r.isXML()?"UTF-8":"windows-1252",transportLayerEncodingLabel:r.parameters.get("charset")}),t=l.decode(t,i)):t=String(t);return{html:t,encoding:i}}(t,i);r=function(e,t,r){const i={windowOptions:{url:"about:blank",referrer:"",contentType:"text/html",parsingMode:"html",parseOptions:{sourceCodeLocationInfo:!1},runScripts:void 0,encoding:t,pretendToBeVisual:!1,storageQuota:5e6,resourceLoader:void 0,virtualConsole:void 0,cookieJar:void 0},beforeParse(){}};if(!r.isHTML()&&!r.isXML())throw new RangeError(`The given content type of "${e.contentType}" was not a HTML or XML content type`);i.windowOptions.contentType=r.essence,i.windowOptions.parsingMode=r.isHTML()?"html":"xml",void 0!==e.url&&(i.windowOptions.url=new p(e.url).href);void 0!==e.referrer&&(i.windowOptions.referrer=new p(e.referrer).href);if(e.includeNodeLocations){if("xml"===i.windowOptions.parsingMode)throw new TypeError("Cannot set includeNodeLocations to true with an XML content type");i.windowOptions.parseOptions={sourceCodeLocationInfo:!0}}if(i.windowOptions.cookieJar=void 0===e.cookieJar?new y:e.cookieJar,i.windowOptions.virtualConsole=void 0===e.virtualConsole?(new h).sendTo(console):e.virtualConsole,!(i.windowOptions.virtualConsole instanceof h))throw new TypeError("virtualConsole must be an instance of VirtualConsole");if(i.windowOptions.resourceLoader=_(e.resources),void 0!==e.runScripts&&(i.windowOptions.runScripts=String(e.runScripts),"dangerously"!==i.windowOptions.runScripts&&"outside-only"!==i.windowOptions.runScripts))throw new RangeError('runScripts must be undefined, "dangerously", or "outside-only"');void 0!==e.beforeParse&&(i.beforeParse=e.beforeParse);void 0!==e.pretendToBeVisual&&(i.windowOptions.pretendToBeVisual=Boolean(e.pretendToBeVisual));void 0!==e.storageQuota&&(i.windowOptions.storageQuota=Number(e.storageQuota));return i}(r,o,i),this[w]=new m(r.windowOptions);const a=d.implForWrapper(this[w]._document);r.beforeParse(this[w]._globalProxy),f(n,a),a.close()}get window(){return this[w]._globalProxy}get virtualConsole(){return this[w]._virtualConsole}get cookieJar(){return d.implForWrapper(this[w]._document)._cookieJar}serialize(){return g(d.implForWrapper(this[w]._document),{requireWellFormed:!1})}nodeLocation(e){if(!d.implForWrapper(this[w]._document)._parseOptions.sourceCodeLocationInfo)throw new Error("Location information was not saved for this jsdom. Use includeNodeLocations during creation.");return d.implForWrapper(e).sourceCodeLocation}runVMScript(e,t){if(!o.isContext(this[w]))throw new TypeError("This jsdom was not configured to allow script running. Use the runScripts option during creation.");return e.runInContext(this[w],t)}reconfigure(e){if("windowTop"in e&&(this[w]._top=e.windowTop),"url"in e){const t=d.implForWrapper(this[w]._document),r=u.parseURL(e.url);if(null===r)throw new TypeError(`Could not parse "${e.url}" as a URL`);t._URL=r,t.origin=u.serializeURLOrigin(t._URL)}}static fragment(e=""){E||(E=(new x).window.document);const t=E.createElement("template");return t.innerHTML=e,t.content}static fromURL(e,t={}){return Promise.resolve().then(()=>{const r=new p(e);e=r.href;const i=_((t=function(e){if(void 0!==e.url)throw new TypeError("Cannot supply a url option when using fromURL");if(void 0!==e.contentType)throw new TypeError("Cannot supply a contentType option when using fromURL");const t=Object.assign({},e);void 0!==e.referrer&&(t.referrer=new p(e.referrer).href);void 0===e.cookieJar&&(t.cookieJar=new y);return t}(t)).resources),n=(i.constructor===b?new v:i).fetch(e,{accept:"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8",cookieJar:t.cookieJar,referrer:t.referrer});return n.then(e=>{const i=n.response;return t=Object.assign(t,{url:n.href+r.hash,contentType:i.headers["content-type"],referrer:n.getHeader("referer")}),new x(e,t)})})}static fromFile(e,t={}){return Promise.resolve().then(()=>(t=function(e,t){const r=Object.assign({},t);if(void 0===r.contentType){const t=i.extname(e);".xhtml"!==t&&".xht"!==t&&".xml"!==t||(r.contentType="application/xhtml+xml")}void 0===r.url&&(r.url=new p("file:"+i.resolve(e)));return r}(e,t),n.readFile(e).then(e=>new x(e,t))))}}function _(e){switch(e){case void 0:return new b;case"usable":return new v;default:if(!(e instanceof v))throw new TypeError("resources must be an instance of ResourceLoader");return e}}t.JSDOM=x,t.VirtualConsole=h,t.CookieJar=y,t.ResourceLoader=v,t.toughCookie=a}).call(this,r(4).Buffer)},function(e,t){var r={}.toString;e.exports=Array.isArray||function(e){return"[object Array]"==r.call(e)}},function(e,t,r){"use strict";r.r(t),r.d(t,"Node",function(){return se}),r.d(t,"Parser",function(){return V}),r.d(t,"Position",function(){return j}),r.d(t,"SourceLocation",function(){return B}),r.d(t,"TokContext",function(){return pe}),r.d(t,"Token",function(){return Oe}),r.d(t,"TokenType",function(){return g}),r.d(t,"defaultOptions",function(){return M}),r.d(t,"getLineInfo",function(){return P}),r.d(t,"isIdentifierChar",function(){return f}),r.d(t,"isIdentifierStart",function(){return m}),r.d(t,"isNewLine",function(){return S}),r.d(t,"keywordTypes",function(){return w}),r.d(t,"lineBreak",function(){return _}),r.d(t,"lineBreakG",function(){return T}),r.d(t,"nonASCIIwhitespace",function(){return A}),r.d(t,"parse",function(){return Re}),r.d(t,"parseExpressionAt",function(){return Le}),r.d(t,"tokContexts",function(){return ce}),r.d(t,"tokTypes",function(){return x}),r.d(t,"tokenizer",function(){return He}),r.d(t,"version",function(){return Me});var i={3:"abstract boolean byte char class double enum export extends final float goto implements import int interface long native package private protected public short static super synchronized throws transient volatile",5:"class enum extends super const export import",6:"enum",strict:"implements interface let package private protected public static yield",strictBind:"eval arguments"},n="break case catch continue debugger default do else finally for function if return switch throw try var while with null true false instanceof typeof void delete new in this",o={5:n,6:n+" const class extends export import super"},a=/^in(stanceof)?$/,s="ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԯԱ-Ֆՙՠ-ֈא-תׯ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࡠ-ࡪࢠ-ࢴࢶ-ࢽऄ-हऽॐक़-ॡॱ-ঀঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱৼਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡૹଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౠౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠೡೱೲഅ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄຆ-ຊຌ-ຣລວ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏽᏸ-ᏽᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛸᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡸᢀ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᲀ-ᲈᲐ-ᲺᲽ-Ჿᳩ-ᳬᳮ-ᳳᳵᳶᳺᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕ℘-ℝℤΩℨK-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-Ⱞⰰ-ⱞⱠ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ々-〇〡-〩〱-〵〸-〼ぁ-ゖ゛-ゟァ-ヺー-ヿㄅ-ㄯㄱ-ㆎㆠ-ㆺㇰ-ㇿ㐀-䶵一-鿯ꀀ-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚝꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꞿꟂ-Ᶎꟷ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꧠ-ꧤꧦ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꩾ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꬰ-ꭚꭜ-ꭧꭰ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ",u="‌‍·̀-ͯ·҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-٩ٰۖ-ۜ۟-۪ۤۧۨ-ۭ۰-۹ܑܰ-݊ަ-ް߀-߉߫-߽߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛࣓-ࣣ࣡-ःऺ-़ा-ॏ॑-ॗॢॣ०-९ঁ-ঃ়া-ৄেৈো-্ৗৢৣ০-৯৾ਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢૣ૦-૯ૺ-૿ଁ-ଃ଼ା-ୄେୈୋ-୍ୖୗୢୣ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఀ-ఄా-ౄె-ైొ-్ౕౖౢౣ౦-౯ಁ-ಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢೣ೦-೯ഀ-ഃ഻഼ാ-ൄെ-ൈൊ-്ൗൢൣ൦-൯ංඃ්ා-ුූෘ-ෟ෦-෯ෲෳัิ-ฺ็-๎๐-๙ັິ-ຼ່-ໍ໐-໙༘༙༠-༩༹༵༷༾༿ཱ-྄྆྇ྍ-ྗྙ-ྼ࿆ါ-ှ၀-၉ၖ-ၙၞ-ၠၢ-ၤၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟፩-፱ᜒ-᜔ᜲ-᜴ᝒᝓᝲᝳ឴-៓៝០-៩᠋-᠍᠐-᠙ᢩᤠ-ᤫᤰ-᤻᥆-᥏᧐-᧚ᨗ-ᨛᩕ-ᩞ᩠-᩿᩼-᪉᪐-᪙᪰-᪽ᬀ-ᬄ᬴-᭄᭐-᭙᭫-᭳ᮀ-ᮂᮡ-ᮭ᮰-᮹᯦-᯳ᰤ-᰷᱀-᱉᱐-᱙᳐-᳔᳒-᳨᳭᳴᳷-᳹᷀-᷹᷻-᷿‿⁀⁔⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〯꘠-꘩꙯ꙴ-꙽ꚞꚟ꛰꛱ꠂ꠆ꠋꠣ-ꠧꢀꢁꢴ-ꣅ꣐-꣙꣠-꣱ꣿ-꤉ꤦ-꤭ꥇ-꥓ꦀ-ꦃ꦳-꧀꧐-꧙ꧥ꧰-꧹ꨩ-ꨶꩃꩌꩍ꩐-꩙ꩻ-ꩽꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫫ-ꫯꫵ꫶ꯣ-ꯪ꯬꯭꯰-꯹ﬞ︀-️︠-︯︳︴﹍-﹏0-9_",l=new RegExp("["+s+"]"),p=new RegExp("["+s+u+"]");s=u=null;var c=[0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,14,29,6,37,11,29,3,35,5,7,2,4,43,157,19,35,5,35,5,39,9,51,157,310,10,21,11,7,153,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,477,28,11,0,9,21,155,22,13,52,76,44,33,24,27,35,30,0,12,34,4,0,13,47,15,3,22,0,2,0,36,17,2,24,85,6,2,0,2,3,2,14,2,9,8,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,19,0,13,4,159,52,19,3,21,0,33,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,14,0,72,26,230,43,117,63,32,0,161,7,3,38,17,0,2,0,29,0,11,39,8,0,22,0,12,45,20,0,35,56,264,8,2,36,18,0,50,29,113,6,2,1,2,37,22,0,26,5,2,1,2,31,15,0,328,18,270,921,103,110,18,195,2749,1070,4050,582,8634,568,8,30,114,29,19,47,17,3,32,20,6,18,689,63,129,74,6,0,67,12,65,1,2,0,29,6135,9,754,9486,286,50,2,18,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,2357,44,11,6,17,0,370,43,1301,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,42710,42,4148,12,221,3,5761,15,7472,3104,541],d=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,574,3,9,9,525,10,176,2,54,14,32,9,16,3,46,10,54,9,7,2,37,13,2,9,6,1,45,0,13,2,49,13,9,3,4,9,83,11,7,0,161,11,6,9,7,3,56,1,2,6,3,1,3,2,10,0,11,1,3,6,4,4,193,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,84,14,5,9,243,14,166,9,232,6,3,6,4,0,29,9,41,6,2,3,9,0,10,10,47,15,406,7,2,7,17,9,57,21,2,13,123,5,4,0,2,1,2,6,2,0,9,9,49,4,2,1,2,4,9,9,330,3,19306,9,135,4,60,6,26,9,1014,0,2,54,8,3,19723,1,5319,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,262,6,10,9,419,13,1495,6,110,6,6,9,792487,239];function h(e,t){for(var r=65536,i=0;ie)return!1;if((r+=t[i+1])>=e)return!0}}function m(e,t){return e<65?36===e:e<91||(e<97?95===e:e<123||(e<=65535?e>=170&&l.test(String.fromCharCode(e)):!1!==t&&h(e,c)))}function f(e,t){return e<48?36===e:e<58||!(e<65)&&(e<91||(e<97?95===e:e<123||(e<=65535?e>=170&&p.test(String.fromCharCode(e)):!1!==t&&(h(e,c)||h(e,d)))))}var g=function(e,t){void 0===t&&(t={}),this.label=e,this.keyword=t.keyword,this.beforeExpr=!!t.beforeExpr,this.startsExpr=!!t.startsExpr,this.isLoop=!!t.isLoop,this.isAssign=!!t.isAssign,this.prefix=!!t.prefix,this.postfix=!!t.postfix,this.binop=t.binop||null,this.updateContext=null};function v(e,t){return new g(e,{beforeExpr:!0,binop:t})}var b={beforeExpr:!0},y={startsExpr:!0},w={};function E(e,t){return void 0===t&&(t={}),t.keyword=e,w[e]=new g(e,t)}var x={num:new g("num",y),regexp:new g("regexp",y),string:new g("string",y),name:new g("name",y),eof:new g("eof"),bracketL:new g("[",{beforeExpr:!0,startsExpr:!0}),bracketR:new g("]"),braceL:new g("{",{beforeExpr:!0,startsExpr:!0}),braceR:new g("}"),parenL:new g("(",{beforeExpr:!0,startsExpr:!0}),parenR:new g(")"),comma:new g(",",b),semi:new g(";",b),colon:new g(":",b),dot:new g("."),question:new g("?",b),arrow:new g("=>",b),template:new g("template"),invalidTemplate:new g("invalidTemplate"),ellipsis:new g("...",b),backQuote:new g("`",y),dollarBraceL:new g("${",{beforeExpr:!0,startsExpr:!0}),eq:new g("=",{beforeExpr:!0,isAssign:!0}),assign:new g("_=",{beforeExpr:!0,isAssign:!0}),incDec:new g("++/--",{prefix:!0,postfix:!0,startsExpr:!0}),prefix:new g("!/~",{beforeExpr:!0,prefix:!0,startsExpr:!0}),logicalOR:v("||",1),logicalAND:v("&&",2),bitwiseOR:v("|",3),bitwiseXOR:v("^",4),bitwiseAND:v("&",5),equality:v("==/!=/===/!==",6),relational:v("/<=/>=",7),bitShift:v("<>/>>>",8),plusMin:new g("+/-",{beforeExpr:!0,binop:9,prefix:!0,startsExpr:!0}),modulo:v("%",10),star:v("*",10),slash:v("/",10),starstar:new g("**",{beforeExpr:!0}),_break:E("break"),_case:E("case",b),_catch:E("catch"),_continue:E("continue"),_debugger:E("debugger"),_default:E("default",b),_do:E("do",{isLoop:!0,beforeExpr:!0}),_else:E("else",b),_finally:E("finally"),_for:E("for",{isLoop:!0}),_function:E("function",y),_if:E("if"),_return:E("return",b),_switch:E("switch"),_throw:E("throw",b),_try:E("try"),_var:E("var"),_const:E("const"),_while:E("while",{isLoop:!0}),_with:E("with"),_new:E("new",{beforeExpr:!0,startsExpr:!0}),_this:E("this",y),_super:E("super",y),_class:E("class",y),_extends:E("extends",b),_export:E("export"),_import:E("import",y),_null:E("null",y),_true:E("true",y),_false:E("false",y),_in:E("in",{beforeExpr:!0,binop:7}),_instanceof:E("instanceof",{beforeExpr:!0,binop:7}),_typeof:E("typeof",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_void:E("void",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_delete:E("delete",{beforeExpr:!0,prefix:!0,startsExpr:!0})},_=/\r\n?|\n|\u2028|\u2029/,T=new RegExp(_.source,"g");function S(e,t){return 10===e||13===e||!t&&(8232===e||8233===e)}var A=/[\u1680\u2000-\u200a\u202f\u205f\u3000\ufeff]/,k=/(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g,I=Object.prototype,C=I.hasOwnProperty,F=I.toString;function D(e,t){return C.call(e,t)}var N=Array.isArray||function(e){return"[object Array]"===F.call(e)};function O(e){return new RegExp("^(?:"+e.replace(/ /g,"|")+")$")}var j=function(e,t){this.line=e,this.column=t};j.prototype.offset=function(e){return new j(this.line,this.column+e)};var B=function(e,t,r){this.start=t,this.end=r,null!==e.sourceFile&&(this.source=e.sourceFile)};function P(e,t){for(var r=1,i=0;;){T.lastIndex=i;var n=T.exec(e);if(!(n&&n.index=2015&&(t.ecmaVersion-=2009),null==t.allowReserved&&(t.allowReserved=t.ecmaVersion<5),N(t.onToken)){var i=t.onToken;t.onToken=function(e){return i.push(e)}}return N(t.onComment)&&(t.onComment=function(e,t){return function(r,i,n,o,a,s){var u={type:r?"Block":"Line",value:i,start:n,end:o};e.locations&&(u.loc=new B(this,a,s)),e.ranges&&(u.range=[n,o]),t.push(u)}}(t,t.onComment)),t}var L=2,H=1|L,U=4,z=8;function q(e,t){return L|(e?U:0)|(t?z:0)}var V=function(e,t,r){this.options=e=R(e),this.sourceFile=e.sourceFile,this.keywords=O(o[e.ecmaVersion>=6?6:5]);var n="";if(!0!==e.allowReserved){for(var a=e.ecmaVersion;!(n=i[a]);a--);"module"===e.sourceType&&(n+=" await")}this.reservedWords=O(n);var s=(n?n+" ":"")+i.strict;this.reservedWordsStrict=O(s),this.reservedWordsStrictBind=O(s+" "+i.strictBind),this.input=String(t),this.containsEsc=!1,r?(this.pos=r,this.lineStart=this.input.lastIndexOf("\n",r-1)+1,this.curLine=this.input.slice(0,this.lineStart).split(_).length):(this.pos=this.lineStart=0,this.curLine=1),this.type=x.eof,this.value=null,this.start=this.end=this.pos,this.startLoc=this.endLoc=this.curPosition(),this.lastTokEndLoc=this.lastTokStartLoc=null,this.lastTokStart=this.lastTokEnd=this.pos,this.context=this.initialContext(),this.exprAllowed=!0,this.inModule="module"===e.sourceType,this.strict=this.inModule||this.strictDirective(this.pos),this.potentialArrowAt=-1,this.yieldPos=this.awaitPos=this.awaitIdentPos=0,this.labels=[],this.undefinedExports={},0===this.pos&&e.allowHashBang&&"#!"===this.input.slice(0,2)&&this.skipLineComment(2),this.scopeStack=[],this.enterScope(1),this.regexpState=null},W={inFunction:{configurable:!0},inGenerator:{configurable:!0},inAsync:{configurable:!0},allowSuper:{configurable:!0},allowDirectSuper:{configurable:!0},treatFunctionsAsVar:{configurable:!0}};V.prototype.parse=function(){var e=this.options.program||this.startNode();return this.nextToken(),this.parseTopLevel(e)},W.inFunction.get=function(){return(this.currentVarScope().flags&L)>0},W.inGenerator.get=function(){return(this.currentVarScope().flags&z)>0},W.inAsync.get=function(){return(this.currentVarScope().flags&U)>0},W.allowSuper.get=function(){return(64&this.currentThisScope().flags)>0},W.allowDirectSuper.get=function(){return(128&this.currentThisScope().flags)>0},W.treatFunctionsAsVar.get=function(){return this.treatFunctionsAsVarInScope(this.currentScope())},V.prototype.inNonArrowFunction=function(){return(this.currentThisScope().flags&L)>0},V.extend=function(){for(var e=[],t=arguments.length;t--;)e[t]=arguments[t];for(var r=this,i=0;i-1&&this.raiseRecoverable(e.trailingComma,"Comma is not permitted after the rest element");var r=t?e.parenthesizedAssign:e.parenthesizedBind;r>-1&&this.raiseRecoverable(r,"Parenthesized pattern")}},K.checkExpressionErrors=function(e,t){if(!e)return!1;var r=e.shorthandAssign,i=e.doubleProto;if(!t)return r>=0||i>=0;r>=0&&this.raise(r,"Shorthand property assignments are valid only in destructuring patterns"),i>=0&&this.raiseRecoverable(i,"Redefinition of __proto__ property")},K.checkYieldAwaitInDefaultParams=function(){this.yieldPos&&(!this.awaitPos||this.yieldPos=6&&(e.sourceType=this.options.sourceType),this.finishNode(e,"Program")};var X={kind:"loop"},Q={kind:"switch"};Y.isLet=function(e){if(this.options.ecmaVersion<6||!this.isContextual("let"))return!1;k.lastIndex=this.pos;var t=k.exec(this.input),r=this.pos+t[0].length,i=this.input.charCodeAt(r);if(91===i)return!0;if(e)return!1;if(123===i)return!0;if(m(i,!0)){for(var n=r+1;f(this.input.charCodeAt(n),!0);)++n;var o=this.input.slice(r,n);if(!a.test(o))return!0}return!1},Y.isAsyncFunction=function(){if(this.options.ecmaVersion<8||!this.isContextual("async"))return!1;k.lastIndex=this.pos;var e=k.exec(this.input),t=this.pos+e[0].length;return!(_.test(this.input.slice(this.pos,t))||"function"!==this.input.slice(t,t+8)||t+8!==this.input.length&&f(this.input.charAt(t+8)))},Y.parseStatement=function(e,t,r){var i,n=this.type,o=this.startNode();switch(this.isLet(e)&&(n=x._var,i="let"),n){case x._break:case x._continue:return this.parseBreakContinueStatement(o,n.keyword);case x._debugger:return this.parseDebuggerStatement(o);case x._do:return this.parseDoStatement(o);case x._for:return this.parseForStatement(o);case x._function:return e&&(this.strict||"if"!==e&&"label"!==e)&&this.options.ecmaVersion>=6&&this.unexpected(),this.parseFunctionStatement(o,!1,!e);case x._class:return e&&this.unexpected(),this.parseClass(o,!0);case x._if:return this.parseIfStatement(o);case x._return:return this.parseReturnStatement(o);case x._switch:return this.parseSwitchStatement(o);case x._throw:return this.parseThrowStatement(o);case x._try:return this.parseTryStatement(o);case x._const:case x._var:return i=i||this.value,e&&"var"!==i&&this.unexpected(),this.parseVarStatement(o,i);case x._while:return this.parseWhileStatement(o);case x._with:return this.parseWithStatement(o);case x.braceL:return this.parseBlock(!0,o);case x.semi:return this.parseEmptyStatement(o);case x._export:case x._import:if(this.options.ecmaVersion>10&&n===x._import){k.lastIndex=this.pos;var a=k.exec(this.input),s=this.pos+a[0].length;if(40===this.input.charCodeAt(s))return this.parseExpressionStatement(o,this.parseExpression())}return this.options.allowImportExportEverywhere||(t||this.raise(this.start,"'import' and 'export' may only appear at the top level"),this.inModule||this.raise(this.start,"'import' and 'export' may appear only with 'sourceType: module'")),n===x._import?this.parseImport(o):this.parseExport(o,r);default:if(this.isAsyncFunction())return e&&this.unexpected(),this.next(),this.parseFunctionStatement(o,!0,!e);var u=this.value,l=this.parseExpression();return n===x.name&&"Identifier"===l.type&&this.eat(x.colon)?this.parseLabeledStatement(o,u,l,e):this.parseExpressionStatement(o,l)}},Y.parseBreakContinueStatement=function(e,t){var r="break"===t;this.next(),this.eat(x.semi)||this.insertSemicolon()?e.label=null:this.type!==x.name?this.unexpected():(e.label=this.parseIdent(),this.semicolon());for(var i=0;i=6?this.eat(x.semi):this.semicolon(),this.finishNode(e,"DoWhileStatement")},Y.parseForStatement=function(e){this.next();var t=this.options.ecmaVersion>=9&&(this.inAsync||!this.inFunction&&this.options.allowAwaitOutsideFunction)&&this.eatContextual("await")?this.lastTokStart:-1;if(this.labels.push(X),this.enterScope(0),this.expect(x.parenL),this.type===x.semi)return t>-1&&this.unexpected(t),this.parseFor(e,null);var r=this.isLet();if(this.type===x._var||this.type===x._const||r){var i=this.startNode(),n=r?"let":this.value;return this.next(),this.parseVar(i,!0,n),this.finishNode(i,"VariableDeclaration"),(this.type===x._in||this.options.ecmaVersion>=6&&this.isContextual("of"))&&1===i.declarations.length?(this.options.ecmaVersion>=9&&(this.type===x._in?t>-1&&this.unexpected(t):e.await=t>-1),this.parseForIn(e,i)):(t>-1&&this.unexpected(t),this.parseFor(e,i))}var o=new G,a=this.parseExpression(!0,o);return this.type===x._in||this.options.ecmaVersion>=6&&this.isContextual("of")?(this.options.ecmaVersion>=9&&(this.type===x._in?t>-1&&this.unexpected(t):e.await=t>-1),this.toAssignable(a,!1,o),this.checkLVal(a),this.parseForIn(e,a)):(this.checkExpressionErrors(o,!0),t>-1&&this.unexpected(t),this.parseFor(e,a))},Y.parseFunctionStatement=function(e,t,r){return this.next(),this.parseFunction(e,J|(r?0:ee),!1,t)},Y.parseIfStatement=function(e){return this.next(),e.test=this.parseParenExpression(),e.consequent=this.parseStatement("if"),e.alternate=this.eat(x._else)?this.parseStatement("if"):null,this.finishNode(e,"IfStatement")},Y.parseReturnStatement=function(e){return this.inFunction||this.options.allowReturnOutsideFunction||this.raise(this.start,"'return' outside of function"),this.next(),this.eat(x.semi)||this.insertSemicolon()?e.argument=null:(e.argument=this.parseExpression(),this.semicolon()),this.finishNode(e,"ReturnStatement")},Y.parseSwitchStatement=function(e){var t;this.next(),e.discriminant=this.parseParenExpression(),e.cases=[],this.expect(x.braceL),this.labels.push(Q),this.enterScope(0);for(var r=!1;this.type!==x.braceR;)if(this.type===x._case||this.type===x._default){var i=this.type===x._case;t&&this.finishNode(t,"SwitchCase"),e.cases.push(t=this.startNode()),t.consequent=[],this.next(),i?t.test=this.parseExpression():(r&&this.raiseRecoverable(this.lastTokStart,"Multiple default clauses"),r=!0,t.test=null),this.expect(x.colon)}else t||this.unexpected(),t.consequent.push(this.parseStatement(null));return this.exitScope(),t&&this.finishNode(t,"SwitchCase"),this.next(),this.labels.pop(),this.finishNode(e,"SwitchStatement")},Y.parseThrowStatement=function(e){return this.next(),_.test(this.input.slice(this.lastTokEnd,this.start))&&this.raise(this.lastTokEnd,"Illegal newline after throw"),e.argument=this.parseExpression(),this.semicolon(),this.finishNode(e,"ThrowStatement")};var Z=[];Y.parseTryStatement=function(e){if(this.next(),e.block=this.parseBlock(),e.handler=null,this.type===x._catch){var t=this.startNode();if(this.next(),this.eat(x.parenL)){t.param=this.parseBindingAtom();var r="Identifier"===t.param.type;this.enterScope(r?32:0),this.checkLVal(t.param,r?4:2),this.expect(x.parenR)}else this.options.ecmaVersion<10&&this.unexpected(),t.param=null,this.enterScope(0);t.body=this.parseBlock(!1),this.exitScope(),e.handler=this.finishNode(t,"CatchClause")}return e.finalizer=this.eat(x._finally)?this.parseBlock():null,e.handler||e.finalizer||this.raise(e.start,"Missing catch or finally clause"),this.finishNode(e,"TryStatement")},Y.parseVarStatement=function(e,t){return this.next(),this.parseVar(e,!1,t),this.semicolon(),this.finishNode(e,"VariableDeclaration")},Y.parseWhileStatement=function(e){return this.next(),e.test=this.parseParenExpression(),this.labels.push(X),e.body=this.parseStatement("while"),this.labels.pop(),this.finishNode(e,"WhileStatement")},Y.parseWithStatement=function(e){return this.strict&&this.raise(this.start,"'with' in strict mode"),this.next(),e.object=this.parseParenExpression(),e.body=this.parseStatement("with"),this.finishNode(e,"WithStatement")},Y.parseEmptyStatement=function(e){return this.next(),this.finishNode(e,"EmptyStatement")},Y.parseLabeledStatement=function(e,t,r,i){for(var n=0,o=this.labels;n=0;s--){var u=this.labels[s];if(u.statementStart!==e.start)break;u.statementStart=this.start,u.kind=a}return this.labels.push({name:t,kind:a,statementStart:this.start}),e.body=this.parseStatement(i?-1===i.indexOf("label")?i+"label":i:"label"),this.labels.pop(),e.label=r,this.finishNode(e,"LabeledStatement")},Y.parseExpressionStatement=function(e,t){return e.expression=t,this.semicolon(),this.finishNode(e,"ExpressionStatement")},Y.parseBlock=function(e,t){for(void 0===e&&(e=!0),void 0===t&&(t=this.startNode()),t.body=[],this.expect(x.braceL),e&&this.enterScope(0);!this.eat(x.braceR);){var r=this.parseStatement(null);t.body.push(r)}return e&&this.exitScope(),this.finishNode(t,"BlockStatement")},Y.parseFor=function(e,t){return e.init=t,this.expect(x.semi),e.test=this.type===x.semi?null:this.parseExpression(),this.expect(x.semi),e.update=this.type===x.parenR?null:this.parseExpression(),this.expect(x.parenR),e.body=this.parseStatement("for"),this.exitScope(),this.labels.pop(),this.finishNode(e,"ForStatement")},Y.parseForIn=function(e,t){var r=this.type===x._in;return this.next(),"VariableDeclaration"===t.type&&null!=t.declarations[0].init&&(!r||this.options.ecmaVersion<8||this.strict||"var"!==t.kind||"Identifier"!==t.declarations[0].id.type)?this.raise(t.start,(r?"for-in":"for-of")+" loop variable declaration may not have an initializer"):"AssignmentPattern"===t.type&&this.raise(t.start,"Invalid left-hand side in for-loop"),e.left=t,e.right=r?this.parseExpression():this.parseMaybeAssign(),this.expect(x.parenR),e.body=this.parseStatement("for"),this.exitScope(),this.labels.pop(),this.finishNode(e,r?"ForInStatement":"ForOfStatement")},Y.parseVar=function(e,t,r){for(e.declarations=[],e.kind=r;;){var i=this.startNode();if(this.parseVarId(i,r),this.eat(x.eq)?i.init=this.parseMaybeAssign(t):"const"!==r||this.type===x._in||this.options.ecmaVersion>=6&&this.isContextual("of")?"Identifier"===i.id.type||t&&(this.type===x._in||this.isContextual("of"))?i.init=null:this.raise(this.lastTokEnd,"Complex binding patterns require an initialization value"):this.unexpected(),e.declarations.push(this.finishNode(i,"VariableDeclarator")),!this.eat(x.comma))break}return e},Y.parseVarId=function(e,t){e.id=this.parseBindingAtom(),this.checkLVal(e.id,"var"===t?1:2,!1)};var J=1,ee=2;Y.parseFunction=function(e,t,r,i){this.initFunction(e),(this.options.ecmaVersion>=9||this.options.ecmaVersion>=6&&!i)&&(this.type===x.star&&t&ee&&this.unexpected(),e.generator=this.eat(x.star)),this.options.ecmaVersion>=8&&(e.async=!!i),t&J&&(e.id=4&t&&this.type!==x.name?null:this.parseIdent(),!e.id||t&ee||this.checkLVal(e.id,this.strict||e.generator||e.async?this.treatFunctionsAsVar?1:2:3));var n=this.yieldPos,o=this.awaitPos,a=this.awaitIdentPos;return this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(q(e.async,e.generator)),t&J||(e.id=this.type===x.name?this.parseIdent():null),this.parseFunctionParams(e),this.parseFunctionBody(e,r,!1),this.yieldPos=n,this.awaitPos=o,this.awaitIdentPos=a,this.finishNode(e,t&J?"FunctionDeclaration":"FunctionExpression")},Y.parseFunctionParams=function(e){this.expect(x.parenL),e.params=this.parseBindingList(x.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams()},Y.parseClass=function(e,t){this.next();var r=this.strict;this.strict=!0,this.parseClassId(e,t),this.parseClassSuper(e);var i=this.startNode(),n=!1;for(i.body=[],this.expect(x.braceL);!this.eat(x.braceR);){var o=this.parseClassElement(null!==e.superClass);o&&(i.body.push(o),"MethodDefinition"===o.type&&"constructor"===o.kind&&(n&&this.raise(o.start,"Duplicate constructor in the same class"),n=!0))}return e.body=this.finishNode(i,"ClassBody"),this.strict=r,this.finishNode(e,t?"ClassDeclaration":"ClassExpression")},Y.parseClassElement=function(e){var t=this;if(this.eat(x.semi))return null;var r=this.startNode(),i=function(e,i){void 0===i&&(i=!1);var n=t.start,o=t.startLoc;return!!t.eatContextual(e)&&(!(t.type===x.parenL||i&&t.canInsertSemicolon())||(r.key&&t.unexpected(),r.computed=!1,r.key=t.startNodeAt(n,o),r.key.name=e,t.finishNode(r.key,"Identifier"),!1))};r.kind="method",r.static=i("static");var n=this.eat(x.star),o=!1;n||(this.options.ecmaVersion>=8&&i("async",!0)?(o=!0,n=this.options.ecmaVersion>=9&&this.eat(x.star)):i("get")?r.kind="get":i("set")&&(r.kind="set")),r.key||this.parsePropertyName(r);var a=r.key,s=!1;return r.computed||r.static||!("Identifier"===a.type&&"constructor"===a.name||"Literal"===a.type&&"constructor"===a.value)?r.static&&"Identifier"===a.type&&"prototype"===a.name&&this.raise(a.start,"Classes may not have a static property named prototype"):("method"!==r.kind&&this.raise(a.start,"Constructor can't have get/set modifier"),n&&this.raise(a.start,"Constructor can't be a generator"),o&&this.raise(a.start,"Constructor can't be an async method"),r.kind="constructor",s=e),this.parseClassMethod(r,n,o,s),"get"===r.kind&&0!==r.value.params.length&&this.raiseRecoverable(r.value.start,"getter should have no params"),"set"===r.kind&&1!==r.value.params.length&&this.raiseRecoverable(r.value.start,"setter should have exactly one param"),"set"===r.kind&&"RestElement"===r.value.params[0].type&&this.raiseRecoverable(r.value.params[0].start,"Setter cannot use rest params"),r},Y.parseClassMethod=function(e,t,r,i){return e.value=this.parseMethod(t,r,i),this.finishNode(e,"MethodDefinition")},Y.parseClassId=function(e,t){this.type===x.name?(e.id=this.parseIdent(),t&&this.checkLVal(e.id,2,!1)):(!0===t&&this.unexpected(),e.id=null)},Y.parseClassSuper=function(e){e.superClass=this.eat(x._extends)?this.parseExprSubscripts():null},Y.parseExport=function(e,t){if(this.next(),this.eat(x.star))return this.expectContextual("from"),this.type!==x.string&&this.unexpected(),e.source=this.parseExprAtom(),this.semicolon(),this.finishNode(e,"ExportAllDeclaration");if(this.eat(x._default)){var r;if(this.checkExport(t,"default",this.lastTokStart),this.type===x._function||(r=this.isAsyncFunction())){var i=this.startNode();this.next(),r&&this.next(),e.declaration=this.parseFunction(i,4|J,!1,r)}else if(this.type===x._class){var n=this.startNode();e.declaration=this.parseClass(n,"nullableID")}else e.declaration=this.parseMaybeAssign(),this.semicolon();return this.finishNode(e,"ExportDefaultDeclaration")}if(this.shouldParseExportStatement())e.declaration=this.parseStatement(null),"VariableDeclaration"===e.declaration.type?this.checkVariableExport(t,e.declaration.declarations):this.checkExport(t,e.declaration.id.name,e.declaration.id.start),e.specifiers=[],e.source=null;else{if(e.declaration=null,e.specifiers=this.parseExportSpecifiers(t),this.eatContextual("from"))this.type!==x.string&&this.unexpected(),e.source=this.parseExprAtom();else{for(var o=0,a=e.specifiers;o=6&&e)switch(e.type){case"Identifier":this.inAsync&&"await"===e.name&&this.raise(e.start,"Cannot use 'await' as identifier inside an async function");break;case"ObjectPattern":case"ArrayPattern":case"RestElement":break;case"ObjectExpression":e.type="ObjectPattern",r&&this.checkPatternErrors(r,!0);for(var i=0,n=e.properties;i=8&&!o&&"async"===a.name&&!this.canInsertSemicolon()&&this.eat(x._function))return this.parseFunction(this.startNodeAt(i,n),0,!1,!0);if(r&&!this.canInsertSemicolon()){if(this.eat(x.arrow))return this.parseArrowExpression(this.startNodeAt(i,n),[a],!1);if(this.options.ecmaVersion>=8&&"async"===a.name&&this.type===x.name&&!o)return a=this.parseIdent(!1),!this.canInsertSemicolon()&&this.eat(x.arrow)||this.unexpected(),this.parseArrowExpression(this.startNodeAt(i,n),[a],!0)}return a;case x.regexp:var s=this.value;return(t=this.parseLiteral(s.value)).regex={pattern:s.pattern,flags:s.flags},t;case x.num:case x.string:return this.parseLiteral(this.value);case x._null:case x._true:case x._false:return(t=this.startNode()).value=this.type===x._null?null:this.type===x._true,t.raw=this.type.keyword,this.next(),this.finishNode(t,"Literal");case x.parenL:var u=this.start,l=this.parseParenAndDistinguishExpression(r);return e&&(e.parenthesizedAssign<0&&!this.isSimpleAssignTarget(l)&&(e.parenthesizedAssign=u),e.parenthesizedBind<0&&(e.parenthesizedBind=u)),l;case x.bracketL:return t=this.startNode(),this.next(),t.elements=this.parseExprList(x.bracketR,!0,!0,e),this.finishNode(t,"ArrayExpression");case x.braceL:return this.parseObj(!1,e);case x._function:return t=this.startNode(),this.next(),this.parseFunction(t,0);case x._class:return this.parseClass(this.startNode(),!1);case x._new:return this.parseNew();case x.backQuote:return this.parseTemplate();case x._import:return this.options.ecmaVersion>10?this.parseDynamicImport():this.unexpected();default:this.unexpected()}},re.parseDynamicImport=function(){var e=this.startNode();return this.next(),this.type!==x.parenL&&this.unexpected(),this.finishNode(e,"Import")},re.parseLiteral=function(e){var t=this.startNode();return t.value=e,t.raw=this.input.slice(this.start,this.end),110===t.raw.charCodeAt(t.raw.length-1)&&(t.bigint=t.raw.slice(0,-1)),this.next(),this.finishNode(t,"Literal")},re.parseParenExpression=function(){this.expect(x.parenL);var e=this.parseExpression();return this.expect(x.parenR),e},re.parseParenAndDistinguishExpression=function(e){var t,r=this.start,i=this.startLoc,n=this.options.ecmaVersion>=8;if(this.options.ecmaVersion>=6){this.next();var o,a=this.start,s=this.startLoc,u=[],l=!0,p=!1,c=new G,d=this.yieldPos,h=this.awaitPos;for(this.yieldPos=0,this.awaitPos=0;this.type!==x.parenR;){if(l?l=!1:this.expect(x.comma),n&&this.afterTrailingComma(x.parenR,!0)){p=!0;break}if(this.type===x.ellipsis){o=this.start,u.push(this.parseParenItem(this.parseRestBinding())),this.type===x.comma&&this.raise(this.start,"Comma is not permitted after the rest element");break}u.push(this.parseMaybeAssign(!1,c,this.parseParenItem))}var m=this.start,f=this.startLoc;if(this.expect(x.parenR),e&&!this.canInsertSemicolon()&&this.eat(x.arrow))return this.checkPatternErrors(c,!1),this.checkYieldAwaitInDefaultParams(),this.yieldPos=d,this.awaitPos=h,this.parseParenArrowList(r,i,u);u.length&&!p||this.unexpected(this.lastTokStart),o&&this.unexpected(o),this.checkExpressionErrors(c,!0),this.yieldPos=d||this.yieldPos,this.awaitPos=h||this.awaitPos,u.length>1?((t=this.startNodeAt(a,s)).expressions=u,this.finishNodeAt(t,"SequenceExpression",m,f)):t=u[0]}else t=this.parseParenExpression();if(this.options.preserveParens){var g=this.startNodeAt(r,i);return g.expression=t,this.finishNode(g,"ParenthesizedExpression")}return t},re.parseParenItem=function(e){return e},re.parseParenArrowList=function(e,t,r){return this.parseArrowExpression(this.startNodeAt(e,t),r)};var ie=[];re.parseNew=function(){var e=this.startNode(),t=this.parseIdent(!0);if(this.options.ecmaVersion>=6&&this.eat(x.dot)){e.meta=t;var r=this.containsEsc;return e.property=this.parseIdent(!0),("target"!==e.property.name||r)&&this.raiseRecoverable(e.property.start,"The only valid meta property for new is new.target"),this.inNonArrowFunction()||this.raiseRecoverable(e.start,"new.target can only be used in functions"),this.finishNode(e,"MetaProperty")}var i=this.start,n=this.startLoc;return e.callee=this.parseSubscripts(this.parseExprAtom(),i,n,!0),this.options.ecmaVersion>10&&"Import"===e.callee.type&&this.raise(e.callee.start,"Cannot use new with import(...)"),this.eat(x.parenL)?e.arguments=this.parseExprList(x.parenR,this.options.ecmaVersion>=8&&"Import"!==e.callee.type,!1):e.arguments=ie,this.finishNode(e,"NewExpression")},re.parseTemplateElement=function(e){var t=e.isTagged,r=this.startNode();return this.type===x.invalidTemplate?(t||this.raiseRecoverable(this.start,"Bad escape sequence in untagged template literal"),r.value={raw:this.value,cooked:null}):r.value={raw:this.input.slice(this.start,this.end).replace(/\r\n?/g,"\n"),cooked:this.value},this.next(),r.tail=this.type===x.backQuote,this.finishNode(r,"TemplateElement")},re.parseTemplate=function(e){void 0===e&&(e={});var t=e.isTagged;void 0===t&&(t=!1);var r=this.startNode();this.next(),r.expressions=[];var i=this.parseTemplateElement({isTagged:t});for(r.quasis=[i];!i.tail;)this.type===x.eof&&this.raise(this.pos,"Unterminated template literal"),this.expect(x.dollarBraceL),r.expressions.push(this.parseExpression()),this.expect(x.braceR),r.quasis.push(i=this.parseTemplateElement({isTagged:t}));return this.next(),this.finishNode(r,"TemplateLiteral")},re.isAsyncProp=function(e){return!e.computed&&"Identifier"===e.key.type&&"async"===e.key.name&&(this.type===x.name||this.type===x.num||this.type===x.string||this.type===x.bracketL||this.type.keyword||this.options.ecmaVersion>=9&&this.type===x.star)&&!_.test(this.input.slice(this.lastTokEnd,this.start))},re.parseObj=function(e,t){var r=this.startNode(),i=!0,n={};for(r.properties=[],this.next();!this.eat(x.braceR);){if(i)i=!1;else if(this.expect(x.comma),this.afterTrailingComma(x.braceR))break;var o=this.parseProperty(e,t);e||this.checkPropClash(o,n,t),r.properties.push(o)}return this.finishNode(r,e?"ObjectPattern":"ObjectExpression")},re.parseProperty=function(e,t){var r,i,n,o,a=this.startNode();if(this.options.ecmaVersion>=9&&this.eat(x.ellipsis))return e?(a.argument=this.parseIdent(!1),this.type===x.comma&&this.raise(this.start,"Comma is not permitted after the rest element"),this.finishNode(a,"RestElement")):(this.type===x.parenL&&t&&(t.parenthesizedAssign<0&&(t.parenthesizedAssign=this.start),t.parenthesizedBind<0&&(t.parenthesizedBind=this.start)),a.argument=this.parseMaybeAssign(!1,t),this.type===x.comma&&t&&t.trailingComma<0&&(t.trailingComma=this.start),this.finishNode(a,"SpreadElement"));this.options.ecmaVersion>=6&&(a.method=!1,a.shorthand=!1,(e||t)&&(n=this.start,o=this.startLoc),e||(r=this.eat(x.star)));var s=this.containsEsc;return this.parsePropertyName(a),!e&&!s&&this.options.ecmaVersion>=8&&!r&&this.isAsyncProp(a)?(i=!0,r=this.options.ecmaVersion>=9&&this.eat(x.star),this.parsePropertyName(a,t)):i=!1,this.parsePropertyValue(a,e,r,i,n,o,t,s),this.finishNode(a,"Property")},re.parsePropertyValue=function(e,t,r,i,n,o,a,s){if((r||i)&&this.type===x.colon&&this.unexpected(),this.eat(x.colon))e.value=t?this.parseMaybeDefault(this.start,this.startLoc):this.parseMaybeAssign(!1,a),e.kind="init";else if(this.options.ecmaVersion>=6&&this.type===x.parenL)t&&this.unexpected(),e.kind="init",e.method=!0,e.value=this.parseMethod(r,i);else if(t||s||!(this.options.ecmaVersion>=5)||e.computed||"Identifier"!==e.key.type||"get"!==e.key.name&&"set"!==e.key.name||this.type===x.comma||this.type===x.braceR)this.options.ecmaVersion>=6&&!e.computed&&"Identifier"===e.key.type?((r||i)&&this.unexpected(),this.checkUnreserved(e.key),"await"!==e.key.name||this.awaitIdentPos||(this.awaitIdentPos=n),e.kind="init",t?e.value=this.parseMaybeDefault(n,o,e.key):this.type===x.eq&&a?(a.shorthandAssign<0&&(a.shorthandAssign=this.start),e.value=this.parseMaybeDefault(n,o,e.key)):e.value=e.key,e.shorthand=!0):this.unexpected();else{(r||i)&&this.unexpected(),e.kind=e.key.name,this.parsePropertyName(e),e.value=this.parseMethod(!1);var u="get"===e.kind?0:1;if(e.value.params.length!==u){var l=e.value.start;"get"===e.kind?this.raiseRecoverable(l,"getter should have no params"):this.raiseRecoverable(l,"setter should have exactly one param")}else"set"===e.kind&&"RestElement"===e.value.params[0].type&&this.raiseRecoverable(e.value.params[0].start,"Setter cannot use rest params")}},re.parsePropertyName=function(e){if(this.options.ecmaVersion>=6){if(this.eat(x.bracketL))return e.computed=!0,e.key=this.parseMaybeAssign(),this.expect(x.bracketR),e.key;e.computed=!1}return e.key=this.type===x.num||this.type===x.string?this.parseExprAtom():this.parseIdent(!0)},re.initFunction=function(e){e.id=null,this.options.ecmaVersion>=6&&(e.generator=e.expression=!1),this.options.ecmaVersion>=8&&(e.async=!1)},re.parseMethod=function(e,t,r){var i=this.startNode(),n=this.yieldPos,o=this.awaitPos,a=this.awaitIdentPos;return this.initFunction(i),this.options.ecmaVersion>=6&&(i.generator=e),this.options.ecmaVersion>=8&&(i.async=!!t),this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(64|q(t,i.generator)|(r?128:0)),this.expect(x.parenL),i.params=this.parseBindingList(x.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams(),this.parseFunctionBody(i,!1,!0),this.yieldPos=n,this.awaitPos=o,this.awaitIdentPos=a,this.finishNode(i,"FunctionExpression")},re.parseArrowExpression=function(e,t,r){var i=this.yieldPos,n=this.awaitPos,o=this.awaitIdentPos;return this.enterScope(16|q(r,!1)),this.initFunction(e),this.options.ecmaVersion>=8&&(e.async=!!r),this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,e.params=this.toAssignableList(t,!0),this.parseFunctionBody(e,!0,!1),this.yieldPos=i,this.awaitPos=n,this.awaitIdentPos=o,this.finishNode(e,"ArrowFunctionExpression")},re.parseFunctionBody=function(e,t,r){var i=t&&this.type!==x.braceL,n=this.strict,o=!1;if(i)e.body=this.parseMaybeAssign(),e.expression=!0,this.checkParams(e,!1);else{var a=this.options.ecmaVersion>=7&&!this.isSimpleParamList(e.params);n&&!a||(o=this.strictDirective(this.end))&&a&&this.raiseRecoverable(e.start,"Illegal 'use strict' directive in function with non-simple parameter list");var s=this.labels;this.labels=[],o&&(this.strict=!0),this.checkParams(e,!n&&!o&&!t&&!r&&this.isSimpleParamList(e.params)),e.body=this.parseBlock(!1),e.expression=!1,this.adaptDirectivePrologue(e.body.body),this.labels=s}this.exitScope(),this.strict&&e.id&&this.checkLVal(e.id,5),this.strict=n},re.isSimpleParamList=function(e){for(var t=0,r=e;t-1||n.functions.indexOf(e)>-1||n.var.indexOf(e)>-1,n.lexical.push(e),this.inModule&&1&n.flags&&delete this.undefinedExports[e]}else if(4===t){this.currentScope().lexical.push(e)}else if(3===t){var o=this.currentScope();i=this.treatFunctionsAsVar?o.lexical.indexOf(e)>-1:o.lexical.indexOf(e)>-1||o.var.indexOf(e)>-1,o.functions.push(e)}else for(var a=this.scopeStack.length-1;a>=0;--a){var s=this.scopeStack[a];if(s.lexical.indexOf(e)>-1&&!(32&s.flags&&s.lexical[0]===e)||!this.treatFunctionsAsVarInScope(s)&&s.functions.indexOf(e)>-1){i=!0;break}if(s.var.push(e),this.inModule&&1&s.flags&&delete this.undefinedExports[e],s.flags&H)break}i&&this.raiseRecoverable(r,"Identifier '"+e+"' has already been declared")},oe.checkLocalExport=function(e){-1===this.scopeStack[0].lexical.indexOf(e.name)&&-1===this.scopeStack[0].var.indexOf(e.name)&&(this.undefinedExports[e.name]=e)},oe.currentScope=function(){return this.scopeStack[this.scopeStack.length-1]},oe.currentVarScope=function(){for(var e=this.scopeStack.length-1;;e--){var t=this.scopeStack[e];if(t.flags&H)return t}},oe.currentThisScope=function(){for(var e=this.scopeStack.length-1;;e--){var t=this.scopeStack[e];if(t.flags&H&&!(16&t.flags))return t}};var se=function(e,t,r){this.type="",this.start=t,this.end=0,e.options.locations&&(this.loc=new B(e,r)),e.options.directSourceFile&&(this.sourceFile=e.options.directSourceFile),e.options.ranges&&(this.range=[t,0])},ue=V.prototype;function le(e,t,r,i){return e.type=t,e.end=r,this.options.locations&&(e.loc.end=i),this.options.ranges&&(e.range[1]=r),e}ue.startNode=function(){return new se(this,this.start,this.startLoc)},ue.startNodeAt=function(e,t){return new se(this,e,t)},ue.finishNode=function(e,t){return le.call(this,e,t,this.lastTokEnd,this.lastTokEndLoc)},ue.finishNodeAt=function(e,t,r,i){return le.call(this,e,t,r,i)};var pe=function(e,t,r,i,n){this.token=e,this.isExpr=!!t,this.preserveSpace=!!r,this.override=i,this.generator=!!n},ce={b_stat:new pe("{",!1),b_expr:new pe("{",!0),b_tmpl:new pe("${",!1),p_stat:new pe("(",!1),p_expr:new pe("(",!0),q_tmpl:new pe("`",!0,!0,function(e){return e.tryReadTemplateToken()}),f_stat:new pe("function",!1),f_expr:new pe("function",!0),f_expr_gen:new pe("function",!0,!1,null,!0),f_gen:new pe("function",!1,!1,null,!0)},de=V.prototype;de.initialContext=function(){return[ce.b_stat]},de.braceIsBlock=function(e){var t=this.curContext();return t===ce.f_expr||t===ce.f_stat||(e!==x.colon||t!==ce.b_stat&&t!==ce.b_expr?e===x._return||e===x.name&&this.exprAllowed?_.test(this.input.slice(this.lastTokEnd,this.start)):e===x._else||e===x.semi||e===x.eof||e===x.parenR||e===x.arrow||(e===x.braceL?t===ce.b_stat:e!==x._var&&e!==x._const&&e!==x.name&&!this.exprAllowed):!t.isExpr)},de.inGeneratorContext=function(){for(var e=this.context.length-1;e>=1;e--){var t=this.context[e];if("function"===t.token)return t.generator}return!1},de.updateContext=function(e){var t,r=this.type;r.keyword&&e===x.dot?this.exprAllowed=!1:(t=r.updateContext)?t.call(this,e):this.exprAllowed=r.beforeExpr},x.parenR.updateContext=x.braceR.updateContext=function(){if(1!==this.context.length){var e=this.context.pop();e===ce.b_stat&&"function"===this.curContext().token&&(e=this.context.pop()),this.exprAllowed=!e.isExpr}else this.exprAllowed=!0},x.braceL.updateContext=function(e){this.context.push(this.braceIsBlock(e)?ce.b_stat:ce.b_expr),this.exprAllowed=!0},x.dollarBraceL.updateContext=function(){this.context.push(ce.b_tmpl),this.exprAllowed=!0},x.parenL.updateContext=function(e){var t=e===x._if||e===x._for||e===x._with||e===x._while;this.context.push(t?ce.p_stat:ce.p_expr),this.exprAllowed=!0},x.incDec.updateContext=function(){},x._function.updateContext=x._class.updateContext=function(e){!e.beforeExpr||e===x.semi||e===x._else||e===x._return&&_.test(this.input.slice(this.lastTokEnd,this.start))||(e===x.colon||e===x.braceL)&&this.curContext()===ce.b_stat?this.context.push(ce.f_stat):this.context.push(ce.f_expr),this.exprAllowed=!1},x.backQuote.updateContext=function(){this.curContext()===ce.q_tmpl?this.context.pop():this.context.push(ce.q_tmpl),this.exprAllowed=!1},x.star.updateContext=function(e){if(e===x._function){var t=this.context.length-1;this.context[t]===ce.f_expr?this.context[t]=ce.f_expr_gen:this.context[t]=ce.f_gen}this.exprAllowed=!0},x.name.updateContext=function(e){var t=!1;this.options.ecmaVersion>=6&&e!==x.dot&&("of"===this.value&&!this.exprAllowed||"yield"===this.value&&this.inGeneratorContext())&&(t=!0),this.exprAllowed=t};var he="ASCII ASCII_Hex_Digit AHex Alphabetic Alpha Any Assigned Bidi_Control Bidi_C Bidi_Mirrored Bidi_M Case_Ignorable CI Cased Changes_When_Casefolded CWCF Changes_When_Casemapped CWCM Changes_When_Lowercased CWL Changes_When_NFKC_Casefolded CWKCF Changes_When_Titlecased CWT Changes_When_Uppercased CWU Dash Default_Ignorable_Code_Point DI Deprecated Dep Diacritic Dia Emoji Emoji_Component Emoji_Modifier Emoji_Modifier_Base Emoji_Presentation Extender Ext Grapheme_Base Gr_Base Grapheme_Extend Gr_Ext Hex_Digit Hex IDS_Binary_Operator IDSB IDS_Trinary_Operator IDST ID_Continue IDC ID_Start IDS Ideographic Ideo Join_Control Join_C Logical_Order_Exception LOE Lowercase Lower Math Noncharacter_Code_Point NChar Pattern_Syntax Pat_Syn Pattern_White_Space Pat_WS Quotation_Mark QMark Radical Regional_Indicator RI Sentence_Terminal STerm Soft_Dotted SD Terminal_Punctuation Term Unified_Ideograph UIdeo Uppercase Upper Variation_Selector VS White_Space space XID_Continue XIDC XID_Start XIDS",me=he+" Extended_Pictographic",fe={9:he,10:me,11:"ASCII ASCII_Hex_Digit AHex Alphabetic Alpha Any Assigned Bidi_Control Bidi_C Bidi_Mirrored Bidi_M Case_Ignorable CI Cased Changes_When_Casefolded CWCF Changes_When_Casemapped CWCM Changes_When_Lowercased CWL Changes_When_NFKC_Casefolded CWKCF Changes_When_Titlecased CWT Changes_When_Uppercased CWU Dash Default_Ignorable_Code_Point DI Deprecated Dep Diacritic Dia Emoji Emoji_Component Emoji_Modifier Emoji_Modifier_Base Emoji_Presentation Extender Ext Grapheme_Base Gr_Base Grapheme_Extend Gr_Ext Hex_Digit Hex IDS_Binary_Operator IDSB IDS_Trinary_Operator IDST ID_Continue IDC ID_Start IDS Ideographic Ideo Join_Control Join_C Logical_Order_Exception LOE Lowercase Lower Math Noncharacter_Code_Point NChar Pattern_Syntax Pat_Syn Pattern_White_Space Pat_WS Quotation_Mark QMark Radical Regional_Indicator RI Sentence_Terminal STerm Soft_Dotted SD Terminal_Punctuation Term Unified_Ideograph UIdeo Uppercase Upper Variation_Selector VS White_Space space XID_Continue XIDC XID_Start XIDS Extended_Pictographic"},ge="Cased_Letter LC Close_Punctuation Pe Connector_Punctuation Pc Control Cc cntrl Currency_Symbol Sc Dash_Punctuation Pd Decimal_Number Nd digit Enclosing_Mark Me Final_Punctuation Pf Format Cf Initial_Punctuation Pi Letter L Letter_Number Nl Line_Separator Zl Lowercase_Letter Ll Mark M Combining_Mark Math_Symbol Sm Modifier_Letter Lm Modifier_Symbol Sk Nonspacing_Mark Mn Number N Open_Punctuation Ps Other C Other_Letter Lo Other_Number No Other_Punctuation Po Other_Symbol So Paragraph_Separator Zp Private_Use Co Punctuation P punct Separator Z Space_Separator Zs Spacing_Mark Mc Surrogate Cs Symbol S Titlecase_Letter Lt Unassigned Cn Uppercase_Letter Lu",ve="Adlam Adlm Ahom Ahom Anatolian_Hieroglyphs Hluw Arabic Arab Armenian Armn Avestan Avst Balinese Bali Bamum Bamu Bassa_Vah Bass Batak Batk Bengali Beng Bhaiksuki Bhks Bopomofo Bopo Brahmi Brah Braille Brai Buginese Bugi Buhid Buhd Canadian_Aboriginal Cans Carian Cari Caucasian_Albanian Aghb Chakma Cakm Cham Cham Cherokee Cher Common Zyyy Coptic Copt Qaac Cuneiform Xsux Cypriot Cprt Cyrillic Cyrl Deseret Dsrt Devanagari Deva Duployan Dupl Egyptian_Hieroglyphs Egyp Elbasan Elba Ethiopic Ethi Georgian Geor Glagolitic Glag Gothic Goth Grantha Gran Greek Grek Gujarati Gujr Gurmukhi Guru Han Hani Hangul Hang Hanunoo Hano Hatran Hatr Hebrew Hebr Hiragana Hira Imperial_Aramaic Armi Inherited Zinh Qaai Inscriptional_Pahlavi Phli Inscriptional_Parthian Prti Javanese Java Kaithi Kthi Kannada Knda Katakana Kana Kayah_Li Kali Kharoshthi Khar Khmer Khmr Khojki Khoj Khudawadi Sind Lao Laoo Latin Latn Lepcha Lepc Limbu Limb Linear_A Lina Linear_B Linb Lisu Lisu Lycian Lyci Lydian Lydi Mahajani Mahj Malayalam Mlym Mandaic Mand Manichaean Mani Marchen Marc Masaram_Gondi Gonm Meetei_Mayek Mtei Mende_Kikakui Mend Meroitic_Cursive Merc Meroitic_Hieroglyphs Mero Miao Plrd Modi Modi Mongolian Mong Mro Mroo Multani Mult Myanmar Mymr Nabataean Nbat New_Tai_Lue Talu Newa Newa Nko Nkoo Nushu Nshu Ogham Ogam Ol_Chiki Olck Old_Hungarian Hung Old_Italic Ital Old_North_Arabian Narb Old_Permic Perm Old_Persian Xpeo Old_South_Arabian Sarb Old_Turkic Orkh Oriya Orya Osage Osge Osmanya Osma Pahawh_Hmong Hmng Palmyrene Palm Pau_Cin_Hau Pauc Phags_Pa Phag Phoenician Phnx Psalter_Pahlavi Phlp Rejang Rjng Runic Runr Samaritan Samr Saurashtra Saur Sharada Shrd Shavian Shaw Siddham Sidd SignWriting Sgnw Sinhala Sinh Sora_Sompeng Sora Soyombo Soyo Sundanese Sund Syloti_Nagri Sylo Syriac Syrc Tagalog Tglg Tagbanwa Tagb Tai_Le Tale Tai_Tham Lana Tai_Viet Tavt Takri Takr Tamil Taml Tangut Tang Telugu Telu Thaana Thaa Thai Thai Tibetan Tibt Tifinagh Tfng Tirhuta Tirh Ugaritic Ugar Vai Vaii Warang_Citi Wara Yi Yiii Zanabazar_Square Zanb",be=ve+" Dogra Dogr Gunjala_Gondi Gong Hanifi_Rohingya Rohg Makasar Maka Medefaidrin Medf Old_Sogdian Sogo Sogdian Sogd",ye={9:ve,10:be,11:"Adlam Adlm Ahom Ahom Anatolian_Hieroglyphs Hluw Arabic Arab Armenian Armn Avestan Avst Balinese Bali Bamum Bamu Bassa_Vah Bass Batak Batk Bengali Beng Bhaiksuki Bhks Bopomofo Bopo Brahmi Brah Braille Brai Buginese Bugi Buhid Buhd Canadian_Aboriginal Cans Carian Cari Caucasian_Albanian Aghb Chakma Cakm Cham Cham Cherokee Cher Common Zyyy Coptic Copt Qaac Cuneiform Xsux Cypriot Cprt Cyrillic Cyrl Deseret Dsrt Devanagari Deva Duployan Dupl Egyptian_Hieroglyphs Egyp Elbasan Elba Ethiopic Ethi Georgian Geor Glagolitic Glag Gothic Goth Grantha Gran Greek Grek Gujarati Gujr Gurmukhi Guru Han Hani Hangul Hang Hanunoo Hano Hatran Hatr Hebrew Hebr Hiragana Hira Imperial_Aramaic Armi Inherited Zinh Qaai Inscriptional_Pahlavi Phli Inscriptional_Parthian Prti Javanese Java Kaithi Kthi Kannada Knda Katakana Kana Kayah_Li Kali Kharoshthi Khar Khmer Khmr Khojki Khoj Khudawadi Sind Lao Laoo Latin Latn Lepcha Lepc Limbu Limb Linear_A Lina Linear_B Linb Lisu Lisu Lycian Lyci Lydian Lydi Mahajani Mahj Malayalam Mlym Mandaic Mand Manichaean Mani Marchen Marc Masaram_Gondi Gonm Meetei_Mayek Mtei Mende_Kikakui Mend Meroitic_Cursive Merc Meroitic_Hieroglyphs Mero Miao Plrd Modi Modi Mongolian Mong Mro Mroo Multani Mult Myanmar Mymr Nabataean Nbat New_Tai_Lue Talu Newa Newa Nko Nkoo Nushu Nshu Ogham Ogam Ol_Chiki Olck Old_Hungarian Hung Old_Italic Ital Old_North_Arabian Narb Old_Permic Perm Old_Persian Xpeo Old_South_Arabian Sarb Old_Turkic Orkh Oriya Orya Osage Osge Osmanya Osma Pahawh_Hmong Hmng Palmyrene Palm Pau_Cin_Hau Pauc Phags_Pa Phag Phoenician Phnx Psalter_Pahlavi Phlp Rejang Rjng Runic Runr Samaritan Samr Saurashtra Saur Sharada Shrd Shavian Shaw Siddham Sidd SignWriting Sgnw Sinhala Sinh Sora_Sompeng Sora Soyombo Soyo Sundanese Sund Syloti_Nagri Sylo Syriac Syrc Tagalog Tglg Tagbanwa Tagb Tai_Le Tale Tai_Tham Lana Tai_Viet Tavt Takri Takr Tamil Taml Tangut Tang Telugu Telu Thaana Thaa Thai Thai Tibetan Tibt Tifinagh Tfng Tirhuta Tirh Ugaritic Ugar Vai Vaii Warang_Citi Wara Yi Yiii Zanabazar_Square Zanb Dogra Dogr Gunjala_Gondi Gong Hanifi_Rohingya Rohg Makasar Maka Medefaidrin Medf Old_Sogdian Sogo Sogdian Sogd Elymaic Elym Nandinagari Nand Nyiakeng_Puachue_Hmong Hmnp Wancho Wcho"},we={};function Ee(e){var t=we[e]={binary:O(fe[e]+" "+ge),nonBinary:{General_Category:O(ge),Script:O(ye[e])}};t.nonBinary.Script_Extensions=t.nonBinary.Script,t.nonBinary.gc=t.nonBinary.General_Category,t.nonBinary.sc=t.nonBinary.Script,t.nonBinary.scx=t.nonBinary.Script_Extensions}Ee(9),Ee(10),Ee(11);var xe=V.prototype,_e=function(e){this.parser=e,this.validFlags="gim"+(e.options.ecmaVersion>=6?"uy":"")+(e.options.ecmaVersion>=9?"s":""),this.unicodeProperties=we[e.options.ecmaVersion>=11?11:e.options.ecmaVersion],this.source="",this.flags="",this.start=0,this.switchU=!1,this.switchN=!1,this.pos=0,this.lastIntValue=0,this.lastStringValue="",this.lastAssertionIsQuantifiable=!1,this.numCapturingParens=0,this.maxBackReference=0,this.groupNames=[],this.backReferenceNames=[]};function Te(e){return e<=65535?String.fromCharCode(e):(e-=65536,String.fromCharCode(55296+(e>>10),56320+(1023&e)))}function Se(e){return 36===e||e>=40&&e<=43||46===e||63===e||e>=91&&e<=94||e>=123&&e<=125}function Ae(e){return e>=65&&e<=90||e>=97&&e<=122}function ke(e){return Ae(e)||95===e}function Ie(e){return ke(e)||Ce(e)}function Ce(e){return e>=48&&e<=57}function Fe(e){return e>=48&&e<=57||e>=65&&e<=70||e>=97&&e<=102}function De(e){return e>=65&&e<=70?e-65+10:e>=97&&e<=102?e-97+10:e-48}function Ne(e){return e>=48&&e<=55}_e.prototype.reset=function(e,t,r){var i=-1!==r.indexOf("u");this.start=0|e,this.source=t+"",this.flags=r,this.switchU=i&&this.parser.options.ecmaVersion>=6,this.switchN=i&&this.parser.options.ecmaVersion>=9},_e.prototype.raise=function(e){this.parser.raiseRecoverable(this.start,"Invalid regular expression: /"+this.source+"/: "+e)},_e.prototype.at=function(e){var t=this.source,r=t.length;if(e>=r)return-1;var i=t.charCodeAt(e);return!this.switchU||i<=55295||i>=57344||e+1>=r?i:(i<<10)+t.charCodeAt(e+1)-56613888},_e.prototype.nextIndex=function(e){var t=this.source,r=t.length;if(e>=r)return r;var i=t.charCodeAt(e);return!this.switchU||i<=55295||i>=57344||e+1>=r?e+1:e+2},_e.prototype.current=function(){return this.at(this.pos)},_e.prototype.lookahead=function(){return this.at(this.nextIndex(this.pos))},_e.prototype.advance=function(){this.pos=this.nextIndex(this.pos)},_e.prototype.eat=function(e){return this.current()===e&&(this.advance(),!0)},xe.validateRegExpFlags=function(e){for(var t=e.validFlags,r=e.flags,i=0;i-1&&this.raise(e.start,"Duplicate regular expression flag")}},xe.validateRegExpPattern=function(e){this.regexp_pattern(e),!e.switchN&&this.options.ecmaVersion>=9&&e.groupNames.length>0&&(e.switchN=!0,this.regexp_pattern(e))},xe.regexp_pattern=function(e){e.pos=0,e.lastIntValue=0,e.lastStringValue="",e.lastAssertionIsQuantifiable=!1,e.numCapturingParens=0,e.maxBackReference=0,e.groupNames.length=0,e.backReferenceNames.length=0,this.regexp_disjunction(e),e.pos!==e.source.length&&(e.eat(41)&&e.raise("Unmatched ')'"),(e.eat(93)||e.eat(125))&&e.raise("Lone quantifier brackets")),e.maxBackReference>e.numCapturingParens&&e.raise("Invalid escape");for(var t=0,r=e.backReferenceNames;t=9&&(r=e.eat(60)),e.eat(61)||e.eat(33))return this.regexp_disjunction(e),e.eat(41)||e.raise("Unterminated group"),e.lastAssertionIsQuantifiable=!r,!0}return e.pos=t,!1},xe.regexp_eatQuantifier=function(e,t){return void 0===t&&(t=!1),!!this.regexp_eatQuantifierPrefix(e,t)&&(e.eat(63),!0)},xe.regexp_eatQuantifierPrefix=function(e,t){return e.eat(42)||e.eat(43)||e.eat(63)||this.regexp_eatBracedQuantifier(e,t)},xe.regexp_eatBracedQuantifier=function(e,t){var r=e.pos;if(e.eat(123)){var i=0,n=-1;if(this.regexp_eatDecimalDigits(e)&&(i=e.lastIntValue,e.eat(44)&&this.regexp_eatDecimalDigits(e)&&(n=e.lastIntValue),e.eat(125)))return-1!==n&&n=9?this.regexp_groupSpecifier(e):63===e.current()&&e.raise("Invalid group"),this.regexp_disjunction(e),e.eat(41))return e.numCapturingParens+=1,!0;e.raise("Unterminated group")}return!1},xe.regexp_eatExtendedAtom=function(e){return e.eat(46)||this.regexp_eatReverseSolidusAtomEscape(e)||this.regexp_eatCharacterClass(e)||this.regexp_eatUncapturingGroup(e)||this.regexp_eatCapturingGroup(e)||this.regexp_eatInvalidBracedQuantifier(e)||this.regexp_eatExtendedPatternCharacter(e)},xe.regexp_eatInvalidBracedQuantifier=function(e){return this.regexp_eatBracedQuantifier(e,!0)&&e.raise("Nothing to repeat"),!1},xe.regexp_eatSyntaxCharacter=function(e){var t=e.current();return!!Se(t)&&(e.lastIntValue=t,e.advance(),!0)},xe.regexp_eatPatternCharacters=function(e){for(var t=e.pos,r=0;-1!==(r=e.current())&&!Se(r);)e.advance();return e.pos!==t},xe.regexp_eatExtendedPatternCharacter=function(e){var t=e.current();return!(-1===t||36===t||t>=40&&t<=43||46===t||63===t||91===t||94===t||124===t)&&(e.advance(),!0)},xe.regexp_groupSpecifier=function(e){if(e.eat(63)){if(this.regexp_eatGroupName(e))return-1!==e.groupNames.indexOf(e.lastStringValue)&&e.raise("Duplicate capture group name"),void e.groupNames.push(e.lastStringValue);e.raise("Invalid group")}},xe.regexp_eatGroupName=function(e){if(e.lastStringValue="",e.eat(60)){if(this.regexp_eatRegExpIdentifierName(e)&&e.eat(62))return!0;e.raise("Invalid capture group name")}return!1},xe.regexp_eatRegExpIdentifierName=function(e){if(e.lastStringValue="",this.regexp_eatRegExpIdentifierStart(e)){for(e.lastStringValue+=Te(e.lastIntValue);this.regexp_eatRegExpIdentifierPart(e);)e.lastStringValue+=Te(e.lastIntValue);return!0}return!1},xe.regexp_eatRegExpIdentifierStart=function(e){var t=e.pos,r=e.current();return e.advance(),92===r&&this.regexp_eatRegExpUnicodeEscapeSequence(e)&&(r=e.lastIntValue),function(e){return m(e,!0)||36===e||95===e}(r)?(e.lastIntValue=r,!0):(e.pos=t,!1)},xe.regexp_eatRegExpIdentifierPart=function(e){var t=e.pos,r=e.current();return e.advance(),92===r&&this.regexp_eatRegExpUnicodeEscapeSequence(e)&&(r=e.lastIntValue),function(e){return f(e,!0)||36===e||95===e||8204===e||8205===e}(r)?(e.lastIntValue=r,!0):(e.pos=t,!1)},xe.regexp_eatAtomEscape=function(e){return!!(this.regexp_eatBackReference(e)||this.regexp_eatCharacterClassEscape(e)||this.regexp_eatCharacterEscape(e)||e.switchN&&this.regexp_eatKGroupName(e))||(e.switchU&&(99===e.current()&&e.raise("Invalid unicode escape"),e.raise("Invalid escape")),!1)},xe.regexp_eatBackReference=function(e){var t=e.pos;if(this.regexp_eatDecimalEscape(e)){var r=e.lastIntValue;if(e.switchU)return r>e.maxBackReference&&(e.maxBackReference=r),!0;if(r<=e.numCapturingParens)return!0;e.pos=t}return!1},xe.regexp_eatKGroupName=function(e){if(e.eat(107)){if(this.regexp_eatGroupName(e))return e.backReferenceNames.push(e.lastStringValue),!0;e.raise("Invalid named reference")}return!1},xe.regexp_eatCharacterEscape=function(e){return this.regexp_eatControlEscape(e)||this.regexp_eatCControlLetter(e)||this.regexp_eatZero(e)||this.regexp_eatHexEscapeSequence(e)||this.regexp_eatRegExpUnicodeEscapeSequence(e)||!e.switchU&&this.regexp_eatLegacyOctalEscapeSequence(e)||this.regexp_eatIdentityEscape(e)},xe.regexp_eatCControlLetter=function(e){var t=e.pos;if(e.eat(99)){if(this.regexp_eatControlLetter(e))return!0;e.pos=t}return!1},xe.regexp_eatZero=function(e){return 48===e.current()&&!Ce(e.lookahead())&&(e.lastIntValue=0,e.advance(),!0)},xe.regexp_eatControlEscape=function(e){var t=e.current();return 116===t?(e.lastIntValue=9,e.advance(),!0):110===t?(e.lastIntValue=10,e.advance(),!0):118===t?(e.lastIntValue=11,e.advance(),!0):102===t?(e.lastIntValue=12,e.advance(),!0):114===t&&(e.lastIntValue=13,e.advance(),!0)},xe.regexp_eatControlLetter=function(e){var t=e.current();return!!Ae(t)&&(e.lastIntValue=t%32,e.advance(),!0)},xe.regexp_eatRegExpUnicodeEscapeSequence=function(e){var t,r=e.pos;if(e.eat(117)){if(this.regexp_eatFixedHexDigits(e,4)){var i=e.lastIntValue;if(e.switchU&&i>=55296&&i<=56319){var n=e.pos;if(e.eat(92)&&e.eat(117)&&this.regexp_eatFixedHexDigits(e,4)){var o=e.lastIntValue;if(o>=56320&&o<=57343)return e.lastIntValue=1024*(i-55296)+(o-56320)+65536,!0}e.pos=n,e.lastIntValue=i}return!0}if(e.switchU&&e.eat(123)&&this.regexp_eatHexDigits(e)&&e.eat(125)&&((t=e.lastIntValue)>=0&&t<=1114111))return!0;e.switchU&&e.raise("Invalid unicode escape"),e.pos=r}return!1},xe.regexp_eatIdentityEscape=function(e){if(e.switchU)return!!this.regexp_eatSyntaxCharacter(e)||!!e.eat(47)&&(e.lastIntValue=47,!0);var t=e.current();return!(99===t||e.switchN&&107===t)&&(e.lastIntValue=t,e.advance(),!0)},xe.regexp_eatDecimalEscape=function(e){e.lastIntValue=0;var t=e.current();if(t>=49&&t<=57){do{e.lastIntValue=10*e.lastIntValue+(t-48),e.advance()}while((t=e.current())>=48&&t<=57);return!0}return!1},xe.regexp_eatCharacterClassEscape=function(e){var t=e.current();if(function(e){return 100===e||68===e||115===e||83===e||119===e||87===e}(t))return e.lastIntValue=-1,e.advance(),!0;if(e.switchU&&this.options.ecmaVersion>=9&&(80===t||112===t)){if(e.lastIntValue=-1,e.advance(),e.eat(123)&&this.regexp_eatUnicodePropertyValueExpression(e)&&e.eat(125))return!0;e.raise("Invalid property name")}return!1},xe.regexp_eatUnicodePropertyValueExpression=function(e){var t=e.pos;if(this.regexp_eatUnicodePropertyName(e)&&e.eat(61)){var r=e.lastStringValue;if(this.regexp_eatUnicodePropertyValue(e)){var i=e.lastStringValue;return this.regexp_validateUnicodePropertyNameAndValue(e,r,i),!0}}if(e.pos=t,this.regexp_eatLoneUnicodePropertyNameOrValue(e)){var n=e.lastStringValue;return this.regexp_validateUnicodePropertyNameOrValue(e,n),!0}return!1},xe.regexp_validateUnicodePropertyNameAndValue=function(e,t,r){D(e.unicodeProperties.nonBinary,t)||e.raise("Invalid property name"),e.unicodeProperties.nonBinary[t].test(r)||e.raise("Invalid property value")},xe.regexp_validateUnicodePropertyNameOrValue=function(e,t){e.unicodeProperties.binary.test(t)||e.raise("Invalid property name")},xe.regexp_eatUnicodePropertyName=function(e){var t=0;for(e.lastStringValue="";ke(t=e.current());)e.lastStringValue+=Te(t),e.advance();return""!==e.lastStringValue},xe.regexp_eatUnicodePropertyValue=function(e){var t=0;for(e.lastStringValue="";Ie(t=e.current());)e.lastStringValue+=Te(t),e.advance();return""!==e.lastStringValue},xe.regexp_eatLoneUnicodePropertyNameOrValue=function(e){return this.regexp_eatUnicodePropertyValue(e)},xe.regexp_eatCharacterClass=function(e){if(e.eat(91)){if(e.eat(94),this.regexp_classRanges(e),e.eat(93))return!0;e.raise("Unterminated character class")}return!1},xe.regexp_classRanges=function(e){for(;this.regexp_eatClassAtom(e);){var t=e.lastIntValue;if(e.eat(45)&&this.regexp_eatClassAtom(e)){var r=e.lastIntValue;!e.switchU||-1!==t&&-1!==r||e.raise("Invalid character class"),-1!==t&&-1!==r&&t>r&&e.raise("Range out of order in character class")}}},xe.regexp_eatClassAtom=function(e){var t=e.pos;if(e.eat(92)){if(this.regexp_eatClassEscape(e))return!0;if(e.switchU){var r=e.current();(99===r||Ne(r))&&e.raise("Invalid class escape"),e.raise("Invalid escape")}e.pos=t}var i=e.current();return 93!==i&&(e.lastIntValue=i,e.advance(),!0)},xe.regexp_eatClassEscape=function(e){var t=e.pos;if(e.eat(98))return e.lastIntValue=8,!0;if(e.switchU&&e.eat(45))return e.lastIntValue=45,!0;if(!e.switchU&&e.eat(99)){if(this.regexp_eatClassControlLetter(e))return!0;e.pos=t}return this.regexp_eatCharacterClassEscape(e)||this.regexp_eatCharacterEscape(e)},xe.regexp_eatClassControlLetter=function(e){var t=e.current();return!(!Ce(t)&&95!==t)&&(e.lastIntValue=t%32,e.advance(),!0)},xe.regexp_eatHexEscapeSequence=function(e){var t=e.pos;if(e.eat(120)){if(this.regexp_eatFixedHexDigits(e,2))return!0;e.switchU&&e.raise("Invalid escape"),e.pos=t}return!1},xe.regexp_eatDecimalDigits=function(e){var t=e.pos,r=0;for(e.lastIntValue=0;Ce(r=e.current());)e.lastIntValue=10*e.lastIntValue+(r-48),e.advance();return e.pos!==t},xe.regexp_eatHexDigits=function(e){var t=e.pos,r=0;for(e.lastIntValue=0;Fe(r=e.current());)e.lastIntValue=16*e.lastIntValue+De(r),e.advance();return e.pos!==t},xe.regexp_eatLegacyOctalEscapeSequence=function(e){if(this.regexp_eatOctalDigit(e)){var t=e.lastIntValue;if(this.regexp_eatOctalDigit(e)){var r=e.lastIntValue;t<=3&&this.regexp_eatOctalDigit(e)?e.lastIntValue=64*t+8*r+e.lastIntValue:e.lastIntValue=8*t+r}else e.lastIntValue=t;return!0}return!1},xe.regexp_eatOctalDigit=function(e){var t=e.current();return Ne(t)?(e.lastIntValue=t-48,e.advance(),!0):(e.lastIntValue=0,!1)},xe.regexp_eatFixedHexDigits=function(e,t){var r=e.pos;e.lastIntValue=0;for(var i=0;i>10),56320+(1023&e)))}je.next=function(){this.options.onToken&&this.options.onToken(new Oe(this)),this.lastTokEnd=this.end,this.lastTokStart=this.start,this.lastTokEndLoc=this.endLoc,this.lastTokStartLoc=this.startLoc,this.nextToken()},je.getToken=function(){return this.next(),new Oe(this)},"undefined"!=typeof Symbol&&(je[Symbol.iterator]=function(){var e=this;return{next:function(){var t=e.getToken();return{done:t.type===x.eof,value:t}}}}),je.curContext=function(){return this.context[this.context.length-1]},je.nextToken=function(){var e=this.curContext();return e&&e.preserveSpace||this.skipSpace(),this.start=this.pos,this.options.locations&&(this.startLoc=this.curPosition()),this.pos>=this.input.length?this.finishToken(x.eof):e.override?e.override(this):void this.readToken(this.fullCharCodeAtPos())},je.readToken=function(e){return m(e,this.options.ecmaVersion>=6)||92===e?this.readWord():this.getTokenFromCode(e)},je.fullCharCodeAtPos=function(){var e=this.input.charCodeAt(this.pos);return e<=55295||e>=57344?e:(e<<10)+this.input.charCodeAt(this.pos+1)-56613888},je.skipBlockComment=function(){var e,t=this.options.onComment&&this.curPosition(),r=this.pos,i=this.input.indexOf("*/",this.pos+=2);if(-1===i&&this.raise(this.pos-2,"Unterminated comment"),this.pos=i+2,this.options.locations)for(T.lastIndex=r;(e=T.exec(this.input))&&e.index8&&e<14||e>=5760&&A.test(String.fromCharCode(e))))break e;++this.pos}}},je.finishToken=function(e,t){this.end=this.pos,this.options.locations&&(this.endLoc=this.curPosition());var r=this.type;this.type=e,this.value=t,this.updateContext(r)},je.readToken_dot=function(){var e=this.input.charCodeAt(this.pos+1);if(e>=48&&e<=57)return this.readNumber(!0);var t=this.input.charCodeAt(this.pos+2);return this.options.ecmaVersion>=6&&46===e&&46===t?(this.pos+=3,this.finishToken(x.ellipsis)):(++this.pos,this.finishToken(x.dot))},je.readToken_slash=function(){var e=this.input.charCodeAt(this.pos+1);return this.exprAllowed?(++this.pos,this.readRegexp()):61===e?this.finishOp(x.assign,2):this.finishOp(x.slash,1)},je.readToken_mult_modulo_exp=function(e){var t=this.input.charCodeAt(this.pos+1),r=1,i=42===e?x.star:x.modulo;return this.options.ecmaVersion>=7&&42===e&&42===t&&(++r,i=x.starstar,t=this.input.charCodeAt(this.pos+2)),61===t?this.finishOp(x.assign,r+1):this.finishOp(i,r)},je.readToken_pipe_amp=function(e){var t=this.input.charCodeAt(this.pos+1);return t===e?this.finishOp(124===e?x.logicalOR:x.logicalAND,2):61===t?this.finishOp(x.assign,2):this.finishOp(124===e?x.bitwiseOR:x.bitwiseAND,1)},je.readToken_caret=function(){return 61===this.input.charCodeAt(this.pos+1)?this.finishOp(x.assign,2):this.finishOp(x.bitwiseXOR,1)},je.readToken_plus_min=function(e){var t=this.input.charCodeAt(this.pos+1);return t===e?45!==t||this.inModule||62!==this.input.charCodeAt(this.pos+2)||0!==this.lastTokEnd&&!_.test(this.input.slice(this.lastTokEnd,this.pos))?this.finishOp(x.incDec,2):(this.skipLineComment(3),this.skipSpace(),this.nextToken()):61===t?this.finishOp(x.assign,2):this.finishOp(x.plusMin,1)},je.readToken_lt_gt=function(e){var t=this.input.charCodeAt(this.pos+1),r=1;return t===e?(r=62===e&&62===this.input.charCodeAt(this.pos+2)?3:2,61===this.input.charCodeAt(this.pos+r)?this.finishOp(x.assign,r+1):this.finishOp(x.bitShift,r)):33!==t||60!==e||this.inModule||45!==this.input.charCodeAt(this.pos+2)||45!==this.input.charCodeAt(this.pos+3)?(61===t&&(r=2),this.finishOp(x.relational,r)):(this.skipLineComment(4),this.skipSpace(),this.nextToken())},je.readToken_eq_excl=function(e){var t=this.input.charCodeAt(this.pos+1);return 61===t?this.finishOp(x.equality,61===this.input.charCodeAt(this.pos+2)?3:2):61===e&&62===t&&this.options.ecmaVersion>=6?(this.pos+=2,this.finishToken(x.arrow)):this.finishOp(61===e?x.eq:x.prefix,1)},je.getTokenFromCode=function(e){switch(e){case 46:return this.readToken_dot();case 40:return++this.pos,this.finishToken(x.parenL);case 41:return++this.pos,this.finishToken(x.parenR);case 59:return++this.pos,this.finishToken(x.semi);case 44:return++this.pos,this.finishToken(x.comma);case 91:return++this.pos,this.finishToken(x.bracketL);case 93:return++this.pos,this.finishToken(x.bracketR);case 123:return++this.pos,this.finishToken(x.braceL);case 125:return++this.pos,this.finishToken(x.braceR);case 58:return++this.pos,this.finishToken(x.colon);case 63:return++this.pos,this.finishToken(x.question);case 96:if(this.options.ecmaVersion<6)break;return++this.pos,this.finishToken(x.backQuote);case 48:var t=this.input.charCodeAt(this.pos+1);if(120===t||88===t)return this.readRadixNumber(16);if(this.options.ecmaVersion>=6){if(111===t||79===t)return this.readRadixNumber(8);if(98===t||66===t)return this.readRadixNumber(2)}case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return this.readNumber(!1);case 34:case 39:return this.readString(e);case 47:return this.readToken_slash();case 37:case 42:return this.readToken_mult_modulo_exp(e);case 124:case 38:return this.readToken_pipe_amp(e);case 94:return this.readToken_caret();case 43:case 45:return this.readToken_plus_min(e);case 60:case 62:return this.readToken_lt_gt(e);case 61:case 33:return this.readToken_eq_excl(e);case 126:return this.finishOp(x.prefix,1)}this.raise(this.pos,"Unexpected character '"+Be(e)+"'")},je.finishOp=function(e,t){var r=this.input.slice(this.pos,this.pos+t);return this.pos+=t,this.finishToken(e,r)},je.readRegexp=function(){for(var e,t,r=this.pos;;){this.pos>=this.input.length&&this.raise(r,"Unterminated regular expression");var i=this.input.charAt(this.pos);if(_.test(i)&&this.raise(r,"Unterminated regular expression"),e)e=!1;else{if("["===i)t=!0;else if("]"===i&&t)t=!1;else if("/"===i&&!t)break;e="\\"===i}++this.pos}var n=this.input.slice(r,this.pos);++this.pos;var o=this.pos,a=this.readWord1();this.containsEsc&&this.unexpected(o);var s=this.regexpState||(this.regexpState=new _e(this));s.reset(r,n,a),this.validateRegExpFlags(s),this.validateRegExpPattern(s);var u=null;try{u=new RegExp(n,a)}catch(e){}return this.finishToken(x.regexp,{pattern:n,flags:a,value:u})},je.readInt=function(e,t){for(var r=this.pos,i=0,n=0,o=null==t?1/0:t;n=97?a-97+10:a>=65?a-65+10:a>=48&&a<=57?a-48:1/0)>=e)break;++this.pos,i=i*e+s}return this.pos===r||null!=t&&this.pos-r!==t?null:i},je.readRadixNumber=function(e){var t=this.pos;this.pos+=2;var r=this.readInt(e);return null==r&&this.raise(this.start+2,"Expected number in radix "+e),this.options.ecmaVersion>=11&&110===this.input.charCodeAt(this.pos)?(r="undefined"!=typeof BigInt?BigInt(this.input.slice(t,this.pos)):null,++this.pos):m(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number"),this.finishToken(x.num,r)},je.readNumber=function(e){var t=this.pos;e||null!==this.readInt(10)||this.raise(t,"Invalid number");var r=this.pos-t>=2&&48===this.input.charCodeAt(t);r&&this.strict&&this.raise(t,"Invalid number"),r&&/[89]/.test(this.input.slice(t,this.pos))&&(r=!1);var i=this.input.charCodeAt(this.pos);if(!r&&!e&&this.options.ecmaVersion>=11&&110===i){var n=this.input.slice(t,this.pos),o="undefined"!=typeof BigInt?BigInt(n):null;return++this.pos,m(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number"),this.finishToken(x.num,o)}46!==i||r||(++this.pos,this.readInt(10),i=this.input.charCodeAt(this.pos)),69!==i&&101!==i||r||(43!==(i=this.input.charCodeAt(++this.pos))&&45!==i||++this.pos,null===this.readInt(10)&&this.raise(t,"Invalid number")),m(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number");var a=this.input.slice(t,this.pos),s=r?parseInt(a,8):parseFloat(a);return this.finishToken(x.num,s)},je.readCodePoint=function(){var e;if(123===this.input.charCodeAt(this.pos)){this.options.ecmaVersion<6&&this.unexpected();var t=++this.pos;e=this.readHexChar(this.input.indexOf("}",this.pos)-this.pos),++this.pos,e>1114111&&this.invalidStringToken(t,"Code point out of bounds")}else e=this.readHexChar(4);return e},je.readString=function(e){for(var t="",r=++this.pos;;){this.pos>=this.input.length&&this.raise(this.start,"Unterminated string constant");var i=this.input.charCodeAt(this.pos);if(i===e)break;92===i?(t+=this.input.slice(r,this.pos),t+=this.readEscapedChar(!1),r=this.pos):(S(i,this.options.ecmaVersion>=10)&&this.raise(this.start,"Unterminated string constant"),++this.pos)}return t+=this.input.slice(r,this.pos++),this.finishToken(x.string,t)};var Pe={};je.tryReadTemplateToken=function(){this.inTemplateElement=!0;try{this.readTmplToken()}catch(e){if(e!==Pe)throw e;this.readInvalidTemplateToken()}this.inTemplateElement=!1},je.invalidStringToken=function(e,t){if(this.inTemplateElement&&this.options.ecmaVersion>=9)throw Pe;this.raise(e,t)},je.readTmplToken=function(){for(var e="",t=this.pos;;){this.pos>=this.input.length&&this.raise(this.start,"Unterminated template");var r=this.input.charCodeAt(this.pos);if(96===r||36===r&&123===this.input.charCodeAt(this.pos+1))return this.pos!==this.start||this.type!==x.template&&this.type!==x.invalidTemplate?(e+=this.input.slice(t,this.pos),this.finishToken(x.template,e)):36===r?(this.pos+=2,this.finishToken(x.dollarBraceL)):(++this.pos,this.finishToken(x.backQuote));if(92===r)e+=this.input.slice(t,this.pos),e+=this.readEscapedChar(!0),t=this.pos;else if(S(r)){switch(e+=this.input.slice(t,this.pos),++this.pos,r){case 13:10===this.input.charCodeAt(this.pos)&&++this.pos;case 10:e+="\n";break;default:e+=String.fromCharCode(r)}this.options.locations&&(++this.curLine,this.lineStart=this.pos),t=this.pos}else++this.pos}},je.readInvalidTemplateToken=function(){for(;this.pos=48&&t<=55){var r=this.input.substr(this.pos-1,3).match(/^[0-7]+/)[0],i=parseInt(r,8);return i>255&&(r=r.slice(0,-1),i=parseInt(r,8)),this.pos+=r.length-1,t=this.input.charCodeAt(this.pos),"0"===r&&56!==t&&57!==t||!this.strict&&!e||this.invalidStringToken(this.pos-1-r.length,e?"Octal literal in template string":"Octal literal in strict mode"),String.fromCharCode(i)}return S(t)?"":String.fromCharCode(t)}},je.readHexChar=function(e){var t=this.pos,r=this.readInt(16,e);return null===r&&this.invalidStringToken(t,"Bad character escape sequence"),r},je.readWord1=function(){this.containsEsc=!1;for(var e="",t=!0,r=this.pos,i=this.options.ecmaVersion>=6;this.pos=97&&a<=122||a>=65&&a<=90||36===a||95===a;for(o=new Array(128),a=0;a<128;++a)o[a]=a>=97&&a<=122||a>=65&&a<=90||a>=48&&a<=57||36===a||95===a;e.exports={isDecimalDigit:function(e){return 48<=e&&e<=57},isHexDigit:function(e){return 48<=e&&e<=57||97<=e&&e<=102||65<=e&&e<=70},isOctalDigit:function(e){return e>=48&&e<=55},isWhiteSpace:function(e){return 32===e||9===e||11===e||12===e||160===e||e>=5760&&i.indexOf(e)>=0},isLineTerminator:function(e){return 10===e||13===e||8232===e||8233===e},isIdentifierStartES5:function(e){return e<128?n[e]:r.NonAsciiIdentifierStart.test(s(e))},isIdentifierPartES5:function(e){return e<128?o[e]:r.NonAsciiIdentifierPart.test(s(e))},isIdentifierStartES6:function(e){return e<128?n[e]:t.NonAsciiIdentifierStart.test(s(e))},isIdentifierPartES6:function(e){return e<128?o[e]:t.NonAsciiIdentifierPart.test(s(e))}}}()},function(e,t,r){var i=r(208),n=r(85),o=r(209).ArraySet,a=r(408).MappingList;function s(e){e||(e={}),this._file=n.getArg(e,"file",null),this._sourceRoot=n.getArg(e,"sourceRoot",null),this._skipValidation=n.getArg(e,"skipValidation",!1),this._sources=new o,this._names=new o,this._mappings=new a,this._sourcesContents=null}s.prototype._version=3,s.fromSourceMap=function(e){var t=e.sourceRoot,r=new s({file:e.file,sourceRoot:t});return e.eachMapping(function(e){var i={generated:{line:e.generatedLine,column:e.generatedColumn}};null!=e.source&&(i.source=e.source,null!=t&&(i.source=n.relative(t,i.source)),i.original={line:e.originalLine,column:e.originalColumn},null!=e.name&&(i.name=e.name)),r.addMapping(i)}),e.sources.forEach(function(i){var o=i;null!==t&&(o=n.relative(t,i)),r._sources.has(o)||r._sources.add(o);var a=e.sourceContentFor(i);null!=a&&r.setSourceContent(i,a)}),r},s.prototype.addMapping=function(e){var t=n.getArg(e,"generated"),r=n.getArg(e,"original",null),i=n.getArg(e,"source",null),o=n.getArg(e,"name",null);this._skipValidation||this._validateMapping(t,r,i,o),null!=i&&(i=String(i),this._sources.has(i)||this._sources.add(i)),null!=o&&(o=String(o),this._names.has(o)||this._names.add(o)),this._mappings.add({generatedLine:t.line,generatedColumn:t.column,originalLine:null!=r&&r.line,originalColumn:null!=r&&r.column,source:i,name:o})},s.prototype.setSourceContent=function(e,t){var r=e;null!=this._sourceRoot&&(r=n.relative(this._sourceRoot,r)),null!=t?(this._sourcesContents||(this._sourcesContents=Object.create(null)),this._sourcesContents[n.toSetString(r)]=t):this._sourcesContents&&(delete this._sourcesContents[n.toSetString(r)],0===Object.keys(this._sourcesContents).length&&(this._sourcesContents=null))},s.prototype.applySourceMap=function(e,t,r){var i=t;if(null==t){if(null==e.file)throw new Error('SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, or the source map\'s "file" property. Both were omitted.');i=e.file}var a=this._sourceRoot;null!=a&&(i=n.relative(a,i));var s=new o,u=new o;this._mappings.unsortedForEach(function(t){if(t.source===i&&null!=t.originalLine){var o=e.originalPositionFor({line:t.originalLine,column:t.originalColumn});null!=o.source&&(t.source=o.source,null!=r&&(t.source=n.join(r,t.source)),null!=a&&(t.source=n.relative(a,t.source)),t.originalLine=o.line,t.originalColumn=o.column,null!=o.name&&(t.name=o.name))}var l=t.source;null==l||s.has(l)||s.add(l);var p=t.name;null==p||u.has(p)||u.add(p)},this),this._sources=s,this._names=u,e.sources.forEach(function(t){var i=e.sourceContentFor(t);null!=i&&(null!=r&&(t=n.join(r,t)),null!=a&&(t=n.relative(a,t)),this.setSourceContent(t,i))},this)},s.prototype._validateMapping=function(e,t,r,i){if(t&&"number"!=typeof t.line&&"number"!=typeof t.column)throw new Error("original.line and original.column are not numbers -- you probably meant to omit the original mapping entirely and only map the generated position. If so, pass null for the original mapping instead of an object with empty or null values.");if((!(e&&"line"in e&&"column"in e&&e.line>0&&e.column>=0)||t||r||i)&&!(e&&"line"in e&&"column"in e&&t&&"line"in t&&"column"in t&&e.line>0&&e.column>=0&&t.line>0&&t.column>=0&&r))throw new Error("Invalid mapping: "+JSON.stringify({generated:e,source:r,original:t,name:i}))},s.prototype._serializeMappings=function(){for(var e,t,r,o,a=0,s=1,u=0,l=0,p=0,c=0,d="",h=this._mappings.toArray(),m=0,f=h.length;m0){if(!n.compareByGeneratedPositionsInflated(t,h[m-1]))continue;e+=","}e+=i.encode(t.generatedColumn-a),a=t.generatedColumn,null!=t.source&&(o=this._sources.indexOf(t.source),e+=i.encode(o-c),c=o,e+=i.encode(t.originalLine-1-l),l=t.originalLine-1,e+=i.encode(t.originalColumn-u),u=t.originalColumn,null!=t.name&&(r=this._names.indexOf(t.name),e+=i.encode(r-p),p=r)),d+=e}return d},s.prototype._generateSourcesContent=function(e,t){return e.map(function(e){if(!this._sourcesContents)return null;null!=t&&(e=n.relative(t,e));var r=n.toSetString(e);return Object.prototype.hasOwnProperty.call(this._sourcesContents,r)?this._sourcesContents[r]:null},this)},s.prototype.toJSON=function(){var e={version:this._version,sources:this._sources.toArray(),names:this._names.toArray(),mappings:this._serializeMappings()};return null!=this._file&&(e.file=this._file),null!=this._sourceRoot&&(e.sourceRoot=this._sourceRoot),this._sourcesContents&&(e.sourcesContent=this._generateSourcesContent(e.sources,e.sourceRoot)),e},s.prototype.toString=function(){return JSON.stringify(this.toJSON())},t.SourceMapGenerator=s},function(e,t,r){var i=r(407);t.encode=function(e){var t,r="",n=function(e){return e<0?1+(-e<<1):0+(e<<1)}(e);do{t=31&n,(n>>>=5)>0&&(t|=32),r+=i.encode(t)}while(n>0);return r},t.decode=function(e,t,r){var n,o,a,s,u=e.length,l=0,p=0;do{if(t>=u)throw new Error("Expected more digits in base 64 VLQ value.");if(-1===(o=i.decode(e.charCodeAt(t++))))throw new Error("Invalid base64 digit: "+e.charAt(t-1));n=!!(32&o),l+=(o&=31)<>1,1==(1&a)?-s:s),r.rest=t}},function(e,t,r){var i=r(85),n=Object.prototype.hasOwnProperty,o="undefined"!=typeof Map;function a(){this._array=[],this._set=o?new Map:Object.create(null)}a.fromArray=function(e,t){for(var r=new a,i=0,n=e.length;i=0)return t}else{var r=i.toSetString(e);if(n.call(this._set,r))return this._set[r]}throw new Error('"'+e+'" is not in the set.')},a.prototype.at=function(e){if(e>=0&&e=65&&i<=90?String.fromCharCode(i+32):String.fromCharCode(i)}if(a(i=e[t]))for(t++;t=65&&i<=90?String.fromCharCode(i+32):String.fromCharCode(i)}}if(62===i)return{attr:{name:n,value:o},i:t};for(o+=i>=65&&i<=90?String.fromCharCode(i+32):String.fromCharCode(i),t++;t=65&&i<=90?String.fromCharCode(i+32):String.fromCharCode(i)}}return{i:t}}function o(e){let t=0;for(;;){let r=e.substring(t).search(/charset/i);if(-1===r)return null;for(r+="charset".length;a(e[r].charCodeAt(0));)++r;if("="===e[r]){for(++r;a(e[r].charCodeAt(0));)++r;t=r;break}t=r-1}if('"'===e[t]||"'"===e[t]){const r=e.indexOf(e[t],t+1);return-1!==r?i.labelToName(e.substring(t+1,r)):null}if(e.length===t+1)return null;let r=e.substring(t+1).search(/\x09|\x0A|\x0C|\x0D|\x20|;/);return-1===r&&(r=e.length),i.labelToName(e.substring(t,r))}function a(e){return 9===e||10===e||12===e||13===e||32===e}e.exports=function(e,t){let r=i.getBOMEncoding(e);return void 0===t&&(t={}),null===r&&void 0!==t.transportLayerEncodingLabel&&(r=i.labelToName(t.transportLayerEncodingLabel)),null===r&&(r=function(e){const t=Math.min(e.length,1024);for(let r=0;r=65&&u<=90||u>=97&&u<=122){for(r+=2;r{if(null==e)throw new TypeError("Cannot convert undefined or null to object");e=Object(e);const t=Reflect.ownKeys(e),r={};for(const i of t){const t=Reflect.getOwnPropertyDescriptor(e,i);void 0!==t&&Reflect.defineProperty(r,i,{value:t,writable:!0,enumerable:!0,configurable:!0})}return r},n=Symbol("wrapper"),o=Symbol("impl"),a=Symbol("SameObject caches");function s(e){return e?e[n]:null}function u(e){return e?e[o]:null}const l=Symbol("internal"),p=Object.getPrototypeOf(Object.getPrototypeOf([][Symbol.iterator]()));const c=Symbol("supports property index"),d=Symbol("supported property indices"),h=Symbol("supports property name"),m=Symbol("supported property names"),f=Symbol("indexed property get"),g=Symbol("indexed property set new"),v=Symbol("indexed property set existing"),b=Symbol("named property get"),y=Symbol("named property set new"),w=Symbol("named property set existing"),E=Symbol("named property delete");e.exports={isObject:function(e){return"object"==typeof e&&null!==e||"function"==typeof e},hasOwn:function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},getOwnPropertyDescriptors:i,wrapperSymbol:n,implSymbol:o,getSameObject:function(e,t,r){return e[a]||(e[a]=Object.create(null)),t in e[a]?e[a][t]:(e[a][t]=r(),e[a][t])},wrapperForImpl:s,implForWrapper:u,tryWrapperForImpl:function(e){const t=s(e);return t||e},tryImplForWrapper:function(e){const t=u(e);return t||e},iterInternalSymbol:l,IteratorPrototype:p,isArrayIndexPropName:function(e){if("string"!=typeof e)return!1;const t=e>>>0;return t!==Math.pow(2,32)-1&&e===`${t}`},supportsPropertyIndex:c,supportedPropertyIndices:d,supportsPropertyName:h,supportedPropertyNames:m,indexedGet:f,indexedSetNew:g,indexedSetExisting:v,namedGet:b,namedSetNew:y,namedSetExisting:w,namedDelete:E}},function(e,t,r){"use strict";function i(e){return e>=48&&e<=57}function n(e){return e>=65&&e<=90||e>=97&&e<=122}e.exports={isASCIIDigit:i,isASCIIAlpha:n,isASCIIAlphanumeric:function(e){return n(e)||i(e)},isASCIIHex:function(e){return i(e)||e>=65&&e<=70||e>=97&&e<=102}}},function(e,t,r){"use strict";const i=r(1),n=r(217),o=n.implSymbol,a=Object.create(n.IteratorPrototype,{next:{value:function(){const e=this[n.iterInternalSymbol],{target:t,kind:r,index:i}=e,a=Array.from(t[o]);if(i>=a.length)return{value:void 0,done:!0};const s=a[i];e.index=i+1;const[u,l]=s.map(n.tryWrapperForImpl);let p;switch(r){case"key":p=u;break;case"value":p=l;break;case"key+value":p=[u,l]}return{value:p,done:!1}},writable:!0,enumerable:!0,configurable:!0},[Symbol.toStringTag]:{value:"URLSearchParams Iterator",configurable:!0}});class s{constructor(){const e=[];{let t=arguments[0];if(void 0!==t)if(n.isObject(t))if(void 0!==t[Symbol.iterator]){if(!n.isObject(t))throw new TypeError("Failed to construct 'URLSearchParams': parameter 1 sequence is not an iterable object.");{const e=[],r=t;for(let t of r){if(!n.isObject(t))throw new TypeError("Failed to construct 'URLSearchParams': parameter 1 sequence's element is not an iterable object.");{const e=[],r=t;for(let t of r)t=i.USVString(t,{context:"Failed to construct 'URLSearchParams': parameter 1 sequence's element's element"}),e.push(t);t=e}e.push(t)}t=e}}else{if(!n.isObject(t))throw new TypeError("Failed to construct 'URLSearchParams': parameter 1 record is not an object.");{const e=Object.create(null);for(const r of Reflect.ownKeys(t)){const n=Object.getOwnPropertyDescriptor(t,r);if(n&&n.enumerable){let n=r,o=t[r];n=i.USVString(n,{context:"Failed to construct 'URLSearchParams': parameter 1 record's key"}),o=i.USVString(o,{context:"Failed to construct 'URLSearchParams': parameter 1 record's value"}),e[n]=o}}t=e}}else t=i.USVString(t,{context:"Failed to construct 'URLSearchParams': parameter 1"});else t="";e.push(t)}return u.setup(Object.create(new.target.prototype),e)}append(t,r){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<2)throw new TypeError("Failed to execute 'append' on 'URLSearchParams': 2 arguments required, but only "+arguments.length+" present.");const n=[];{let e=arguments[0];e=i.USVString(e,{context:"Failed to execute 'append' on 'URLSearchParams': parameter 1"}),n.push(e)}{let e=arguments[1];e=i.USVString(e,{context:"Failed to execute 'append' on 'URLSearchParams': parameter 2"}),n.push(e)}return this[o].append(...n)}delete(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'delete' on 'URLSearchParams': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.USVString(e,{context:"Failed to execute 'delete' on 'URLSearchParams': parameter 1"}),r.push(e)}return this[o].delete(...r)}get(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'get' on 'URLSearchParams': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.USVString(e,{context:"Failed to execute 'get' on 'URLSearchParams': parameter 1"}),r.push(e)}return this[o].get(...r)}getAll(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'getAll' on 'URLSearchParams': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.USVString(e,{context:"Failed to execute 'getAll' on 'URLSearchParams': parameter 1"}),r.push(e)}return n.tryWrapperForImpl(this[o].getAll(...r))}has(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'has' on 'URLSearchParams': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.USVString(e,{context:"Failed to execute 'has' on 'URLSearchParams': parameter 1"}),r.push(e)}return this[o].has(...r)}set(t,r){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<2)throw new TypeError("Failed to execute 'set' on 'URLSearchParams': 2 arguments required, but only "+arguments.length+" present.");const n=[];{let e=arguments[0];e=i.USVString(e,{context:"Failed to execute 'set' on 'URLSearchParams': parameter 1"}),n.push(e)}{let e=arguments[1];e=i.USVString(e,{context:"Failed to execute 'set' on 'URLSearchParams': parameter 2"}),n.push(e)}return this[o].set(...n)}sort(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].sort()}toString(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].toString()}keys(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return e.exports.createDefaultIterator(this,"key")}values(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return e.exports.createDefaultIterator(this,"value")}entries(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return e.exports.createDefaultIterator(this,"key+value")}forEach(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'forEach' on 'iterable': 1 argument required, but only 0 present.");if("function"!=typeof t)throw new TypeError("Failed to execute 'forEach' on 'iterable': The callback provided as parameter 1 is not a function.");const r=arguments[1];let i=Array.from(this[o]),a=0;for(;a$/,/<$/,/\&$/,/\|$/,/\^$/,/\~$/,/\?$/,/\,$/,/delete$/,/in$/,/instanceof$/,/new$/,/typeof$/,/void$/].some(function(e){return e.test(r)})){return this._parseJSString(e,t,"/")}return!1},i.CSSValueExpression.prototype._findMatchedIdx=function(e,t,r){for(var i,n=t;;){if(-1===(i=e.indexOf(r,n+1))){i=-1;break}var o=e.substring(t+1,i).match(/\\+$/);if(!o||o[0]%2==0)break;n=i}return e.indexOf("\n",t+1)=e.length))return e}},t.parseColor=function(e){var r=t.valueType(e);if(r===t.TYPES.NULL_OR_EMPTY_STR)return e;var i,a,u,l,m,f,g,v=1,b=p.exec(e);if(b){var y=e.substr(1);return 3===y.length&&(y=y[0]+y[0]+y[1]+y[1]+y[2]+y[2]),"rgb("+(i=parseInt(y.substr(0,2),16))+", "+(a=parseInt(y.substr(2,2),16))+", "+(u=parseInt(y.substr(4,2),16))+")"}if(b=c.exec(e)){if(3!==(g=b[1].split(/\s*,\s*/)).length)return;if(g.every(s.test.bind(s)))i=Math.floor(255*parseFloat(g[0].slice(0,-1))/100),a=Math.floor(255*parseFloat(g[1].slice(0,-1))/100),u=Math.floor(255*parseFloat(g[2].slice(0,-1))/100);else{if(!g.every(n.test.bind(n)))return;i=parseInt(g[0],10),a=parseInt(g[1],10),u=parseInt(g[2],10)}return"rgb("+(i=Math.min(255,Math.max(0,i)))+", "+(a=Math.min(255,Math.max(0,a)))+", "+(u=Math.min(255,Math.max(0,u)))+")"}if(b=d.exec(e)){if(4!==(g=b[1].split(/\s*,\s*/)).length)return;if(g.slice(0,3).every(s.test.bind(s)))i=Math.floor(255*parseFloat(g[0].slice(0,-1))/100),a=Math.floor(255*parseFloat(g[1].slice(0,-1))/100),u=Math.floor(255*parseFloat(g[2].slice(0,-1))/100),v=parseFloat(g[3]);else{if(!g.slice(0,3).every(n.test.bind(n)))return;i=parseInt(g[0],10),a=parseInt(g[1],10),u=parseInt(g[2],10),v=parseFloat(g[3])}return isNaN(v)&&(v=1),i=Math.min(255,Math.max(0,i)),a=Math.min(255,Math.max(0,a)),u=Math.min(255,Math.max(0,u)),1===(v=Math.min(1,Math.max(0,v)))?"rgb("+i+", "+a+", "+u+")":"rgba("+i+", "+a+", "+u+", "+v+")"}if(b=h.exec(e)){const[,e,t,r,i=""]=b,n=parseFloat(i.replace(",","").trim());if(!e||!t||!r)return;return l=parseFloat(e),m=parseInt(t,10),f=parseInt(r,10),n&&o.test(n)&&(v=parseFloat(n)),i&&1!==v?"hsla("+l+", "+m+"%, "+f+"%, "+v+")":"hsl("+l+", "+m+"%, "+f+"%)"}return r===t.TYPES.COLOR?e:void 0},t.parseAngle=function(e){var r=t.valueType(e);if(r===t.TYPES.NULL_OR_EMPTY_STR)return e;if(r===t.TYPES.ANGLE){var i=m.exec(e),n=parseFloat(i[1]);for("rad"===i[2]?n*=180/Math.PI:"grad"===i[2]&&(n*=.9);n<0;)n+=360;for(;n>360;)n-=360;return n+"deg"}},t.parseKeyword=function(e,r){var i,n=t.valueType(e);if(n===t.TYPES.NULL_OR_EMPTY_STR)return e;if(n===t.TYPES.KEYWORD)for(e=e.toString().toLowerCase(),i=0;i4)&&a.every(r))){a=a.map(function(e){return i(e)}),this._setProperty(e+t,a.join(" ")),1===a.length&&(a[1]=a[0]),2===a.length&&(a[2]=a[0]),3===a.length&&(a[3]=a[1]);for(var s=0;s<4;s++){var u=e+"-"+n[s]+t;this.removeProperty(u),""!==a[s]&&(this._values[u]=a[s])}return o}}},t.subImplicitSetter=function(e,t,r,i){var n=e+"-"+t,o=[e+"-top",e+"-right",e+"-bottom",e+"-left"];return function(t){if("number"==typeof t&&(t=t.toString()),"string"==typeof t&&r(t)){t=i(t),this._setProperty(n,t);for(var a=[],s=0;s<4&&(null!=this._values[o[s]]&&""!==this._values[o[s]]);s++)a.push(this._values[o[s]]);if(4===a.length){for(s=0;s<4;s++)this.removeProperty(o[s]),this._values[o[s]]=a[s];this._setProperty(e,a.join(" "))}return t}}};var w=/[A-Z]/g,E=/^\([^-]\)-/,x=["o","moz","ms","webkit"];t.camelToDashed=function(e){var t,r=e.replace(w,"-$&").toLowerCase();return(t=r.match(E))&&-1!==x.indexOf(t[1])&&(r="-"+r),r}},function(e,t,r){"use strict";const{hrtime:i,toMS:n}=r(146);e.exports={getGlobalMonotonicClockMS:function(){return n(i())}}},function(e,t,r){"use strict";const i=r(467),n=r(468),o=r(469);function a(){return!0}function s(e,t){return e[e.length-1-t]}class u{constructor(e){this.symbol=Symbol(e||"SymbolTree data")}initialize(e){return this._node(e),e}_node(e){if(!e)return null;const t=e[this.symbol];return t||(e[this.symbol]=new i)}hasChildren(e){return this._node(e).hasChildren}firstChild(e){return this._node(e).firstChild}lastChild(e){return this._node(e).lastChild}previousSibling(e){return this._node(e).previousSibling}nextSibling(e){return this._node(e).nextSibling}parent(e){return this._node(e).parent}lastInclusiveDescendant(e){let t,r=e;for(;t=this._node(r).lastChild;)r=t;return r}preceding(e,t){if(e===(t&&t.root))return null;const r=this._node(e).previousSibling;return r?this.lastInclusiveDescendant(r):this._node(e).parent}following(e,t){const r=t&&t.root,i=!(t&&t.skipChildren)&&this._node(e).firstChild;if(i)return i;let n=e;do{if(n===r)return null;const e=this._node(n).nextSibling;if(e)return e;n=this._node(n).parent}while(n);return null}childrenToArray(e,t){const r=t&&t.array||[],i=t&&t.filter||a,n=t&&t.thisArg||void 0,o=this._node(e);let s=o.firstChild,u=0;for(;s;){const e=this._node(s);e.setCachedIndex(o,u),i.call(n,s)&&r.push(s),s=e.nextSibling,++u}return r}ancestorsToArray(e,t){const r=t&&t.array||[],i=t&&t.filter||a,n=t&&t.thisArg||void 0;let o=e;for(;o;)i.call(n,o)&&r.push(o),o=this._node(o).parent;return r}treeToArray(e,t){const r=t&&t.array||[],i=t&&t.filter||a,n=t&&t.thisArg||void 0;let o=e;for(;o;)i.call(n,o)&&r.push(o),o=this.following(o,{root:e});return r}childrenIterator(e,t){const r=t&&t.reverse,i=this._node(e);return new o(this,e,r?i.lastChild:i.firstChild,r?o.PREV:o.NEXT)}previousSiblingsIterator(e){return new o(this,e,this._node(e).previousSibling,o.PREV)}nextSiblingsIterator(e){return new o(this,e,this._node(e).nextSibling,o.NEXT)}ancestorsIterator(e){return new o(this,e,e,o.PARENT)}treeIterator(e,t){const r=t&&t.reverse;return new o(this,e,r?this.lastInclusiveDescendant(e):e,r?o.PRECEDING:o.FOLLOWING)}index(e){const t=this._node(e),r=this._node(t.parent);if(!r)return-1;let i=t.getCachedIndex(r);if(i>=0)return i;i=0;let n=r.firstChild;if(r.childIndexCachedUpTo){const e=this._node(r.childIndexCachedUpTo);n=e.nextSibling,i=e.getCachedIndex(r)+1}for(;n;){const t=this._node(n);if(t.setCachedIndex(r,i),n===e)break;++i,n=t.nextSibling}return r.childIndexCachedUpTo=e,i}childrenCount(e){const t=this._node(e);return t.lastChild?this.index(t.lastChild)+1:0}compareTreePosition(e,t){if(e===t)return 0;const r=[];{let i=e;for(;i;){if(i===t)return n.CONTAINS|n.PRECEDING;r.push(i),i=this.parent(i)}}const i=[];{let r=t;for(;r;){if(r===e)return n.CONTAINED_BY|n.FOLLOWING;i.push(r),r=this.parent(r)}}const o=s(r,0);if(!o||o!==s(i,0))return n.DISCONNECTED;let a=0;const u=Math.min(r.length,i.length);for(let e=0;ei.tryWrapperForImpl(this[n].target))}get addedNodes(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return i.getSameObject(this,"addedNodes",()=>i.tryWrapperForImpl(this[n].addedNodes))}get removedNodes(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return i.getSameObject(this,"removedNodes",()=>i.tryWrapperForImpl(this[n].removedNodes))}get previousSibling(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return i.tryWrapperForImpl(this[n].previousSibling)}get nextSibling(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return i.tryWrapperForImpl(this[n].nextSibling)}get attributeName(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[n].attributeName}get attributeNamespace(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[n].attributeNamespace}get oldValue(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[n].oldValue}}Object.defineProperties(o.prototype,{type:{enumerable:!0},target:{enumerable:!0},addedNodes:{enumerable:!0},removedNodes:{enumerable:!0},previousSibling:{enumerable:!0},nextSibling:{enumerable:!0},attributeName:{enumerable:!0},attributeNamespace:{enumerable:!0},oldValue:{enumerable:!0},[Symbol.toStringTag]:{value:"MutationRecord",configurable:!0}});const a={_mixedIntoPredicates:[],is(t){if(t){if(i.hasOwn(t,n)&&t[n]instanceof s.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof s.implementation)return!0;const r=i.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return i.implForWrapper(t);throw new TypeError(`${r} is not of type 'MutationRecord'.`)},create(e,t){let r=Object.create(o.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(o.prototype);return r=this.setup(r,e,t),i.implForWrapper(r)},_internalSetup(e){},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,n,{value:new s.implementation(t,r),configurable:!0}),e[n][i.wrapperSymbol]=e,s.init&&s.init(e[n],r),e},interface:o,expose:{Window:{MutationRecord:o}}};e.exports=a;const s=r(475)},function(e,t,r){"use strict";const i=r(1);r(0);e.exports={convertInherit(e,t,{context:r="The provided value"}={}){{const n="capture";let o=null==e?void 0:e[n];void 0!==o?(o=i.boolean(o,{context:r+" has member capture that"}),t[n]=o):t[n]=!1}},convert(t,{context:r="The provided value"}={}){if(void 0!==t&&"object"!=typeof t&&"function"!=typeof t)throw new TypeError(`${r} is not an object.`);const i=Object.create(null);return e.exports.convertInherit(t,i,{context:r}),i}}},function(e,t,r){"use strict";const{mixin:i}=r(5),n=r(237).implementation,o=r(59).implementation,a=r(148);class s extends o{initMouseEvent(e,t,r,i,n,o,a,s,u,l,p,c,d,h,m){this._dispatchFlag||(this.initUIEvent(e,t,r,i,n),this.screenX=o,this.screenY=a,this.clientX=s,this.clientY=u,this.ctrlKey=l,this.altKey=p,this.shiftKey=c,this.metaKey=d,this.button=h,this.relatedTarget=m)}}i(s.prototype,n.prototype),s.defaultInit=a.convert(void 0),e.exports={implementation:s}},function(e,t,r){"use strict";t.implementation=class{getModifierState(e){return Boolean(this[`modifier${e}`])}}},function(e,t,r){"use strict";e.exports=Object.freeze({DOCUMENT_POSITION_DISCONNECTED:1,DOCUMENT_POSITION_PRECEDING:2,DOCUMENT_POSITION_FOLLOWING:4,DOCUMENT_POSITION_CONTAINS:8,DOCUMENT_POSITION_CONTAINED_BY:16,DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC:32})},function(e,t,r){"use strict";e.exports=class e{constructor(){this._items=[]}append(e){this.contains(e)||this._items.push(e)}prepend(e){this.contains(e)||this._items.unshift(e)}replace(e,t){let r=!1;for(let i=0;ie.includes(t))}removePredicate(e){for(let t=0;t>>=0;const{length:t}=this;if(e>t)throw new a("The index is not in the allowed range.","IndexSizeError");const r=t-e,i=this.substringData(e,r),n=this._ownerDocument.createTextNode(i),s=o.parent(this);return null!==s&&s._insert(n,this.nextSibling),this.replaceData(e,r,""),n}get wholeText(){let e,t=this.textContent,r=this;for(;(e=o.previousSibling(r))&&e.nodeType===s.TEXT_NODE;)t=e.textContent+t,r=e;for(r=this;(e=o.nextSibling(r))&&e.nodeType===s.TEXT_NODE;)t+=e.textContent,r=e;return t}}u(l.prototype,i.prototype),e.exports={implementation:l}},function(e,t,r){"use strict";const{findSlot:i,assignSlot:n,assignSlotable:o}=r(58);e.exports={implementation:class{_initSlotableMixin(){this._slotableName=""}_attrModifiedSlotableMixin(e,t,r){if("slot"===e){if(t===r)return;if(null===t&&""===r)return;if(""===t&&null===r)return;this._slotableName=null===t||""===t?"":t,this._assignedSlot&&o(this._assignedSlot),n(this)}}get assignedSlot(){return i(this,"open")}}}},function(e,t,r){"use strict";const i=r(492),n=r(502);t.parse=function(e,t){return new i(t).parse(e)},t.parseFragment=function(e,t,r){return"string"==typeof e&&(r=t,t=e,e=null),new i(r).parseFragment(t,e)},t.serialize=function(e,t){return new n(e,t).serialize()}},function(e,t,r){"use strict";const i=r(61),n=i.TAG_NAMES,o=i.NAMESPACES;function a(e){switch(e.length){case 1:return e===n.P;case 2:return e===n.RB||e===n.RP||e===n.RT||e===n.DD||e===n.DT||e===n.LI;case 3:return e===n.RTC;case 6:return e===n.OPTION;case 8:return e===n.OPTGROUP}return!1}function s(e){switch(e.length){case 1:return e===n.P;case 2:return e===n.RB||e===n.RP||e===n.RT||e===n.DD||e===n.DT||e===n.LI||e===n.TD||e===n.TH||e===n.TR;case 3:return e===n.RTC;case 5:return e===n.TBODY||e===n.TFOOT||e===n.THEAD;case 6:return e===n.OPTION;case 7:return e===n.CAPTION;case 8:return e===n.OPTGROUP||e===n.COLGROUP}return!1}function u(e,t){switch(e.length){case 2:if(e===n.TD||e===n.TH)return t===o.HTML;if(e===n.MI||e===n.MO||e===n.MN||e===n.MS)return t===o.MATHML;break;case 4:if(e===n.HTML)return t===o.HTML;if(e===n.DESC)return t===o.SVG;break;case 5:if(e===n.TABLE)return t===o.HTML;if(e===n.MTEXT)return t===o.MATHML;if(e===n.TITLE)return t===o.SVG;break;case 6:return(e===n.APPLET||e===n.OBJECT)&&t===o.HTML;case 7:return(e===n.CAPTION||e===n.MARQUEE)&&t===o.HTML;case 8:return e===n.TEMPLATE&&t===o.HTML;case 13:return e===n.FOREIGN_OBJECT&&t===o.SVG;case 14:return e===n.ANNOTATION_XML&&t===o.MATHML}return!1}e.exports=class{constructor(e,t){this.stackTop=-1,this.items=[],this.current=e,this.currentTagName=null,this.currentTmplContent=null,this.tmplCount=0,this.treeAdapter=t}_indexOf(e){let t=-1;for(let r=this.stackTop;r>=0;r--)if(this.items[r]===e){t=r;break}return t}_isInTemplate(){return this.currentTagName===n.TEMPLATE&&this.treeAdapter.getNamespaceURI(this.current)===o.HTML}_updateCurrentElement(){this.current=this.items[this.stackTop],this.currentTagName=this.current&&this.treeAdapter.getTagName(this.current),this.currentTmplContent=this._isInTemplate()?this.treeAdapter.getTemplateContent(this.current):null}push(e){this.items[++this.stackTop]=e,this._updateCurrentElement(),this._isInTemplate()&&this.tmplCount++}pop(){this.stackTop--,this.tmplCount>0&&this._isInTemplate()&&this.tmplCount--,this._updateCurrentElement()}replace(e,t){const r=this._indexOf(e);this.items[r]=t,r===this.stackTop&&this._updateCurrentElement()}insertAfter(e,t){const r=this._indexOf(e)+1;this.items.splice(r,0,t),r===++this.stackTop&&this._updateCurrentElement()}popUntilTagNamePopped(e){for(;this.stackTop>-1;){const t=this.currentTagName,r=this.treeAdapter.getNamespaceURI(this.current);if(this.pop(),t===e&&r===o.HTML)break}}popUntilElementPopped(e){for(;this.stackTop>-1;){const t=this.current;if(this.pop(),t===e)break}}popUntilNumberedHeaderPopped(){for(;this.stackTop>-1;){const e=this.currentTagName,t=this.treeAdapter.getNamespaceURI(this.current);if(this.pop(),e===n.H1||e===n.H2||e===n.H3||e===n.H4||e===n.H5||e===n.H6&&t===o.HTML)break}}popUntilTableCellPopped(){for(;this.stackTop>-1;){const e=this.currentTagName,t=this.treeAdapter.getNamespaceURI(this.current);if(this.pop(),e===n.TD||e===n.TH&&t===o.HTML)break}}popAllUpToHtmlElement(){this.stackTop=0,this._updateCurrentElement()}clearBackToTableContext(){for(;this.currentTagName!==n.TABLE&&this.currentTagName!==n.TEMPLATE&&this.currentTagName!==n.HTML||this.treeAdapter.getNamespaceURI(this.current)!==o.HTML;)this.pop()}clearBackToTableBodyContext(){for(;this.currentTagName!==n.TBODY&&this.currentTagName!==n.TFOOT&&this.currentTagName!==n.THEAD&&this.currentTagName!==n.TEMPLATE&&this.currentTagName!==n.HTML||this.treeAdapter.getNamespaceURI(this.current)!==o.HTML;)this.pop()}clearBackToTableRowContext(){for(;this.currentTagName!==n.TR&&this.currentTagName!==n.TEMPLATE&&this.currentTagName!==n.HTML||this.treeAdapter.getNamespaceURI(this.current)!==o.HTML;)this.pop()}remove(e){for(let t=this.stackTop;t>=0;t--)if(this.items[t]===e){this.items.splice(t,1),this.stackTop--,this._updateCurrentElement();break}}tryPeekProperlyNestedBodyElement(){const e=this.items[1];return e&&this.treeAdapter.getTagName(e)===n.BODY?e:null}contains(e){return this._indexOf(e)>-1}getCommonAncestor(e){let t=this._indexOf(e);return--t>=0?this.items[t]:null}isRootHtmlElementCurrent(){return 0===this.stackTop&&this.currentTagName===n.HTML}hasInScope(e){for(let t=this.stackTop;t>=0;t--){const r=this.treeAdapter.getTagName(this.items[t]),i=this.treeAdapter.getNamespaceURI(this.items[t]);if(r===e&&i===o.HTML)return!0;if(u(r,i))return!1}return!0}hasNumberedHeaderInScope(){for(let e=this.stackTop;e>=0;e--){const t=this.treeAdapter.getTagName(this.items[e]),r=this.treeAdapter.getNamespaceURI(this.items[e]);if((t===n.H1||t===n.H2||t===n.H3||t===n.H4||t===n.H5||t===n.H6)&&r===o.HTML)return!0;if(u(t,r))return!1}return!0}hasInListItemScope(e){for(let t=this.stackTop;t>=0;t--){const r=this.treeAdapter.getTagName(this.items[t]),i=this.treeAdapter.getNamespaceURI(this.items[t]);if(r===e&&i===o.HTML)return!0;if((r===n.UL||r===n.OL)&&i===o.HTML||u(r,i))return!1}return!0}hasInButtonScope(e){for(let t=this.stackTop;t>=0;t--){const r=this.treeAdapter.getTagName(this.items[t]),i=this.treeAdapter.getNamespaceURI(this.items[t]);if(r===e&&i===o.HTML)return!0;if(r===n.BUTTON&&i===o.HTML||u(r,i))return!1}return!0}hasInTableScope(e){for(let t=this.stackTop;t>=0;t--){const r=this.treeAdapter.getTagName(this.items[t]);if(this.treeAdapter.getNamespaceURI(this.items[t])===o.HTML){if(r===e)return!0;if(r===n.TABLE||r===n.TEMPLATE||r===n.HTML)return!1}}return!0}hasTableBodyContextInTableScope(){for(let e=this.stackTop;e>=0;e--){const t=this.treeAdapter.getTagName(this.items[e]);if(this.treeAdapter.getNamespaceURI(this.items[e])===o.HTML){if(t===n.TBODY||t===n.THEAD||t===n.TFOOT)return!0;if(t===n.TABLE||t===n.HTML)return!1}}return!0}hasInSelectScope(e){for(let t=this.stackTop;t>=0;t--){const r=this.treeAdapter.getTagName(this.items[t]);if(this.treeAdapter.getNamespaceURI(this.items[t])===o.HTML){if(r===e)return!0;if(r!==n.OPTION&&r!==n.OPTGROUP)return!1}}return!0}generateImpliedEndTags(){for(;a(this.currentTagName);)this.pop()}generateImpliedEndTagsThoroughly(){for(;s(this.currentTagName);)this.pop()}generateImpliedEndTagsWithExclusion(e){for(;a(this.currentTagName)&&this.currentTagName!==e;)this.pop()}}},function(e,t,r){"use strict";const i=r(46),n=r(119),o=r(250);e.exports=class extends i{constructor(e){super(e),this.tokenizer=e,this.posTracker=i.install(e.preprocessor,o),this.currentAttrLocation=null,this.ctLoc=null}_getCurrentLocation(){return{startLine:this.posTracker.line,startCol:this.posTracker.col,startOffset:this.posTracker.offset,endLine:-1,endCol:-1,endOffset:-1}}_attachCurrentAttrLocationInfo(){this.currentAttrLocation.endLine=this.posTracker.line,this.currentAttrLocation.endCol=this.posTracker.col,this.currentAttrLocation.endOffset=this.posTracker.offset;const e=this.tokenizer.currentToken,t=this.tokenizer.currentAttr;e.location.attrs||(e.location.attrs=Object.create(null)),e.location.attrs[t.name]=this.currentAttrLocation}_getOverriddenMethods(e,t){const r={_createStartTagToken(){t._createStartTagToken.call(this),this.currentToken.location=e.ctLoc},_createEndTagToken(){t._createEndTagToken.call(this),this.currentToken.location=e.ctLoc},_createCommentToken(){t._createCommentToken.call(this),this.currentToken.location=e.ctLoc},_createDoctypeToken(r){t._createDoctypeToken.call(this,r),this.currentToken.location=e.ctLoc},_createCharacterToken(r,i){t._createCharacterToken.call(this,r,i),this.currentCharacterToken.location=e.ctLoc},_createEOFToken(){t._createEOFToken.call(this),this.currentToken.location=e._getCurrentLocation()},_createAttr(r){t._createAttr.call(this,r),e.currentAttrLocation=e._getCurrentLocation()},_leaveAttrName(r){t._leaveAttrName.call(this,r),e._attachCurrentAttrLocationInfo()},_leaveAttrValue(r){t._leaveAttrValue.call(this,r),e._attachCurrentAttrLocationInfo()},_emitCurrentToken(){const r=this.currentToken.location;this.currentCharacterToken&&(this.currentCharacterToken.location.endLine=r.startLine,this.currentCharacterToken.location.endCol=r.startCol,this.currentCharacterToken.location.endOffset=r.startOffset),this.currentToken.type===n.EOF_TOKEN?(r.endLine=r.startLine,r.endCol=r.startCol,r.endOffset=r.startOffset):(r.endLine=e.posTracker.line,r.endCol=e.posTracker.col+1,r.endOffset=e.posTracker.offset+1),t._emitCurrentToken.call(this)},_emitCurrentCharacterToken(){const r=this.currentCharacterToken&&this.currentCharacterToken.location;r&&-1===r.endOffset&&(r.endLine=e.posTracker.line,r.endCol=e.posTracker.col,r.endOffset=e.posTracker.offset),t._emitCurrentCharacterToken.call(this)}};return Object.keys(n.MODE).forEach(i=>{const o=n.MODE[i];r[o]=function(r){e.ctLoc=e._getCurrentLocation(),t[o].call(this,r)}}),r}}},function(e,t,r){"use strict";const i=r(46);e.exports=class extends i{constructor(e){super(e),this.preprocessor=e,this.isEol=!1,this.lineStartPos=0,this.droppedBufferSize=0,this.offset=0,this.col=0,this.line=1}_getOverriddenMethods(e,t){return{advance(){const r=this.pos+1,i=this.html[r];return e.isEol&&(e.isEol=!1,e.line++,e.lineStartPos=r),("\n"===i||"\r"===i&&"\n"!==this.html[r+1])&&(e.isEol=!0),e.col=r-e.lineStartPos+1,e.offset=e.droppedBufferSize+r,t.advance.call(this)},retreat(){t.retreat.call(this),e.isEol=!1,e.col=this.pos-e.lineStartPos+1},dropParsedChunk(){const r=this.pos;t.dropParsedChunk.call(this);const i=r-this.pos;e.lineStartPos-=i,e.droppedBufferSize+=i,e.offset=e.droppedBufferSize+this.pos}}}}},function(e,t,r){"use strict";const{DOCUMENT_MODE:i}=r(61);t.createDocument=function(){return{nodeName:"#document",mode:i.NO_QUIRKS,childNodes:[]}},t.createDocumentFragment=function(){return{nodeName:"#document-fragment",childNodes:[]}},t.createElement=function(e,t,r){return{nodeName:e,tagName:e,attrs:r,namespaceURI:t,childNodes:[],parentNode:null}},t.createCommentNode=function(e){return{nodeName:"#comment",data:e,parentNode:null}};const n=function(e){return{nodeName:"#text",value:e,parentNode:null}},o=t.appendChild=function(e,t){e.childNodes.push(t),t.parentNode=e},a=t.insertBefore=function(e,t,r){const i=e.childNodes.indexOf(r);e.childNodes.splice(i,0,t),t.parentNode=e};t.setTemplateContent=function(e,t){e.content=t},t.getTemplateContent=function(e){return e.content},t.setDocumentType=function(e,t,r,i){let n=null;for(let t=0;t(Object.keys(t).forEach(r=>{e[r]=t[r]}),e),Object.create(null))}},function(e,t,r){"use strict";const{DOCUMENT_MODE:i}=r(61),n=["+//silmaril//dtd html pro v0r11 19970101//en","-//advasoft ltd//dtd html 3.0 aswedit + extensions//en","-//as//dtd html 3.0 aswedit + extensions//en","-//ietf//dtd html 2.0 level 1//en","-//ietf//dtd html 2.0 level 2//en","-//ietf//dtd html 2.0 strict level 1//en","-//ietf//dtd html 2.0 strict level 2//en","-//ietf//dtd html 2.0 strict//en","-//ietf//dtd html 2.0//en","-//ietf//dtd html 2.1e//en","-//ietf//dtd html 3.0//en","-//ietf//dtd html 3.0//en//","-//ietf//dtd html 3.2 final//en","-//ietf//dtd html 3.2//en","-//ietf//dtd html 3//en","-//ietf//dtd html level 0//en","-//ietf//dtd html level 0//en//2.0","-//ietf//dtd html level 1//en","-//ietf//dtd html level 1//en//2.0","-//ietf//dtd html level 2//en","-//ietf//dtd html level 2//en//2.0","-//ietf//dtd html level 3//en","-//ietf//dtd html level 3//en//3.0","-//ietf//dtd html strict level 0//en","-//ietf//dtd html strict level 0//en//2.0","-//ietf//dtd html strict level 1//en","-//ietf//dtd html strict level 1//en//2.0","-//ietf//dtd html strict level 2//en","-//ietf//dtd html strict level 2//en//2.0","-//ietf//dtd html strict level 3//en","-//ietf//dtd html strict level 3//en//3.0","-//ietf//dtd html strict//en","-//ietf//dtd html strict//en//2.0","-//ietf//dtd html strict//en//3.0","-//ietf//dtd html//en","-//ietf//dtd html//en//2.0","-//ietf//dtd html//en//3.0","-//metrius//dtd metrius presentational//en","-//microsoft//dtd internet explorer 2.0 html strict//en","-//microsoft//dtd internet explorer 2.0 html//en","-//microsoft//dtd internet explorer 2.0 tables//en","-//microsoft//dtd internet explorer 3.0 html strict//en","-//microsoft//dtd internet explorer 3.0 html//en","-//microsoft//dtd internet explorer 3.0 tables//en","-//netscape comm. corp.//dtd html//en","-//netscape comm. corp.//dtd strict html//en","-//o'reilly and associates//dtd html 2.0//en","-//o'reilly and associates//dtd html extended 1.0//en","-//spyglass//dtd html 2.0 extended//en","-//sq//dtd html 2.0 hotmetal + extensions//en","-//sun microsystems corp.//dtd hotjava html//en","-//sun microsystems corp.//dtd hotjava strict html//en","-//w3c//dtd html 3 1995-03-24//en","-//w3c//dtd html 3.2 draft//en","-//w3c//dtd html 3.2 final//en","-//w3c//dtd html 3.2//en","-//w3c//dtd html 3.2s draft//en","-//w3c//dtd html 4.0 frameset//en","-//w3c//dtd html 4.0 transitional//en","-//w3c//dtd html experimental 19960712//en","-//w3c//dtd html experimental 970421//en","-//w3c//dtd w3 html//en","-//w3o//dtd w3 html 3.0//en","-//w3o//dtd w3 html 3.0//en//","-//webtechs//dtd mozilla html 2.0//en","-//webtechs//dtd mozilla html//en"],o=n.concat(["-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"]),a=["-//w3o//dtd w3 html strict 3.0//en//","-/w3c/dtd html 4.0 transitional/en","html"],s=["-//W3C//DTD XHTML 1.0 Frameset//","-//W3C//DTD XHTML 1.0 Transitional//"],u=s.concat(["-//W3C//DTD HTML 4.01 Frameset//","-//W3C//DTD HTML 4.01 Transitional//"]);function l(e){const t=-1!==e.indexOf('"')?"'":'"';return t+e+t}function p(e,t){for(let r=0;r-1)return i.QUIRKS;let e=null===t?o:n;if(p(r,e))return i.QUIRKS;if(p(r,e=null===t?s:u))return i.LIMITED_QUIRKS}return i.NO_QUIRKS},t.serializeContent=function(e,t,r){let i="!DOCTYPE ";return e&&(i+=e),t?i+=" PUBLIC "+l(t):r&&(i+=" SYSTEM"),null!==r&&(i+=" "+l(r)),i}},function(e,t,r){"use strict";const i=r(0),n=r(14),{domSymbolTree:o}=r(13);t.getFirstChild=e=>e.firstChild,t.getChildNodes=e=>e.childNodesForSerializing||o.childrenToArray(e),t.getParentNode=e=>e.parentNode,t.getAttrList=e=>i.wrapperForImpl(e._attributes),t.getTagName=e=>e._qualifiedName,t.getNamespaceURI=e=>e.namespaceURI,t.getTextNodeContent=t.getCommentNodeContent=e=>e.data,t.getDocumentTypeNodeName=e=>e.name,t.getDocumentTypeNodePublicId=e=>e.publicId,t.getDocumentTypeNodeSystemId=e=>e.systemId,t.getTemplateContent=e=>e._templateContents,t.getDocumentMode=e=>e._mode,t.isTextNode=e=>e.nodeType===n.TEXT_NODE,t.isCommentNode=e=>e.nodeType===n.COMMENT_NODE,t.isDocumentTypeNode=e=>e.nodeType===n.DOCUMENT_TYPE_NODE,t.isElementNode=e=>e.nodeType===n.ELEMENT_NODE,t.setNodeSourceCodeLocation=(e,t)=>{e.sourceCodeLocation=t},t.getNodeSourceCodeLocation=e=>e.sourceCodeLocation},function(e,t,r){"use strict";const i=r(8),n=r(159),o=r(505),{NAMESPACES:a,VOID_ELEMENTS:s,NODE_TYPES:u}=r(256),l=/^(\x09|\x0A|\x0D|[\x20-\uD7FF]|[\uE000-\uFFFD]|(?:[\uD800-\uDBFF][\uDC00-\uDFFF]))*$/,p=/^(\x20|\x0D|\x0A|[a-zA-Z0-9]|[-'()+,.\/:=?;!*#@$_%])*$/;function c(e,t,r,i,u){if(i&&(e.localName.includes(":")||!n.name(e.localName)))throw new Error("localName is not a valid XML name");let l="<",p="",c=!1,h=!1;const m=Object.assign({},r),f=Object.create(null),g=function(e,t,r){let i=null;for(let n=0;n",c)return l;if(b===a.HTML&&"template"===e.localName)l+=d(e.content,v,m,i,u);else for(const t of e.childNodes)l+=d(t,v,m,i,u);return l+=``}function d(e,t,r,i,n){switch(e.nodeType){case u.ELEMENT_NODE:return c(e,t,r,i,n);case u.DOCUMENT_NODE:return function(e,t,r,i,n){if(i&&null===e.documentElement)throw new Error("Document does not have a document element");let o="";for(const a of e.childNodes)o+=d(a,t,r,i,n);return o}(e,t,r,i,n);case u.COMMENT_NODE:return function(e,t,r,i){if(i&&!l.test(e.data))throw new Error("Node data is not well formed");if(i&&(e.data.includes("--")||e.data.endsWith("-")))throw new Error("Found hyphens in illegal places");return`\x3c!--${e.data}--\x3e`}(e,0,0,i);case u.TEXT_NODE:return function(e,t,r,i){if(i&&!l.test(e.data))throw new Error("Node data is not well formed");return e.data.replace(/&/g,"&").replace(//g,">")}(e,0,0,i);case u.DOCUMENT_FRAGMENT_NODE:return function(e,t,r,i,n){let o="";for(const a of e.childNodes)o+=d(a,t,r,i,n);return o}(e,t,r,i,n);case u.DOCUMENT_TYPE_NODE:return function(e,t,r,i){if(i&&!p.test(e.publicId))throw new Error("Node publicId is not well formed");if(i&&(!l.test(e.systemId)||e.systemId.includes('"')&&e.systemId.includes("'")))throw new Error("Node systemId is not well formed");let n=`"}(e,0,0,i);case u.PROCESSING_INSTRUCTION_NODE:return function(e,t,r,i){if(i&&(e.target.includes(":")||function(e,t){if(e.length!==t.length)return!1;for(let r=0;r")))throw new Error("Node data is not well formed");return``}(e,0,0,i);case u.ATTRIBUTE_NODE:return"";case u.CDATA_SECTION_NODE:return function(e){return""}(e);default:throw new TypeError("Only Nodes and Attr objects can be serialized")}}e.exports.produceXMLSerialization=(e,t)=>{const r=Object.create(null);r["http://www.w3.org/XML/1998/namespace"]=["xml"];try{return d(e,null,r,t,{prefixIndex:1})}catch(e){throw new i("Failed to serialize XML: "+e.message,"InvalidStateError")}}},function(e,t,r){"use strict";e.exports.NAMESPACES={HTML:"http://www.w3.org/1999/xhtml",XML:"http://www.w3.org/XML/1998/namespace",XMLNS:"http://www.w3.org/2000/xmlns/"},e.exports.NODE_TYPES={ELEMENT_NODE:1,ATTRIBUTE_NODE:2,TEXT_NODE:3,CDATA_SECTION_NODE:4,ENTITY_REFERENCE_NODE:5,ENTITY_NODE:6,PROCESSING_INSTRUCTION_NODE:7,COMMENT_NODE:8,DOCUMENT_NODE:9,DOCUMENT_TYPE_NODE:10,DOCUMENT_FRAGMENT_NODE:11,NOTATION_NODE:12},e.exports.VOID_ELEMENTS=new Set(["area","base","basefont","bgsound","br","col","embed","frame","hr","img","input","keygen","link","menuitem","meta","param","source","track","wbr"])},function(e,t,r){"use strict";r(1);const i=r(506),n=i.implSymbol;class o{constructor(){return a.setup(Object.create(new.target.prototype))}serializeToString(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'serializeToString' on 'XMLSerializer': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.tryImplForWrapper(e),r.push(e)}return this[n].serializeToString(...r)}}Object.defineProperties(o.prototype,{serializeToString:{enumerable:!0},[Symbol.toStringTag]:{value:"XMLSerializer",configurable:!0}});const a={_mixedIntoPredicates:[],is(t){if(t){if(i.hasOwn(t,n)&&t[n]instanceof s.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof s.implementation)return!0;const r=i.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return i.implForWrapper(t);throw new TypeError(`${r} is not of type 'XMLSerializer'.`)},create(e,t){let r=Object.create(o.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(o.prototype);return r=this.setup(r,e,t),i.implForWrapper(r)},_internalSetup(e){},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,n,{value:new s.implementation(t,r),configurable:!0}),e[n][i.wrapperSymbol]=e,s.init&&s.init(e[n],r),e},interface:o,expose:{Window:{XMLSerializer:o}}};e.exports=a;const s=r(507)},function(e,t,r){"use strict";const i=r(1),n=r(0),o=r(70).convert,a=n.implSymbol;class s{constructor(){throw new TypeError("Illegal constructor")}item(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'item' on 'NamedNodeMap': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i["unsigned long"](e,{context:"Failed to execute 'item' on 'NamedNodeMap': parameter 1"}),r.push(e)}return n.tryWrapperForImpl(this[a].item(...r))}getNamedItem(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'getNamedItem' on 'NamedNodeMap': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'getNamedItem' on 'NamedNodeMap': parameter 1"}),r.push(e)}return n.tryWrapperForImpl(this[a].getNamedItem(...r))}getNamedItemNS(t,r){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<2)throw new TypeError("Failed to execute 'getNamedItemNS' on 'NamedNodeMap': 2 arguments required, but only "+arguments.length+" present.");const o=[];{let e=arguments[0];e=null==e?null:i.DOMString(e,{context:"Failed to execute 'getNamedItemNS' on 'NamedNodeMap': parameter 1"}),o.push(e)}{let e=arguments[1];e=i.DOMString(e,{context:"Failed to execute 'getNamedItemNS' on 'NamedNodeMap': parameter 2"}),o.push(e)}return n.tryWrapperForImpl(this[a].getNamedItemNS(...o))}setNamedItem(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'setNamedItem' on 'NamedNodeMap': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=o(e,{context:"Failed to execute 'setNamedItem' on 'NamedNodeMap': parameter 1"}),r.push(e)}return n.tryWrapperForImpl(this[a].setNamedItem(...r))}setNamedItemNS(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'setNamedItemNS' on 'NamedNodeMap': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=o(e,{context:"Failed to execute 'setNamedItemNS' on 'NamedNodeMap': parameter 1"}),r.push(e)}return n.tryWrapperForImpl(this[a].setNamedItemNS(...r))}removeNamedItem(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'removeNamedItem' on 'NamedNodeMap': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'removeNamedItem' on 'NamedNodeMap': parameter 1"}),r.push(e)}return n.tryWrapperForImpl(this[a].removeNamedItem(...r))}removeNamedItemNS(t,r){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<2)throw new TypeError("Failed to execute 'removeNamedItemNS' on 'NamedNodeMap': 2 arguments required, but only "+arguments.length+" present.");const o=[];{let e=arguments[0];e=null==e?null:i.DOMString(e,{context:"Failed to execute 'removeNamedItemNS' on 'NamedNodeMap': parameter 1"}),o.push(e)}{let e=arguments[1];e=i.DOMString(e,{context:"Failed to execute 'removeNamedItemNS' on 'NamedNodeMap': parameter 2"}),o.push(e)}return n.tryWrapperForImpl(this[a].removeNamedItemNS(...o))}get length(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].length}}Object.defineProperties(s.prototype,{item:{enumerable:!0},getNamedItem:{enumerable:!0},getNamedItemNS:{enumerable:!0},setNamedItem:{enumerable:!0},setNamedItemNS:{enumerable:!0},removeNamedItem:{enumerable:!0},removeNamedItemNS:{enumerable:!0},length:{enumerable:!0},[Symbol.toStringTag]:{value:"NamedNodeMap",configurable:!0},[Symbol.iterator]:{value:Array.prototype[Symbol.iterator],configurable:!0,writable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,a)&&t[a]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'NamedNodeMap'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,a,{value:new l.implementation(t,r),configurable:!0}),(e=new Proxy(e,{get(e,t,r){if("symbol"==typeof t)return Reflect.get(e,t,r);const i=this.getOwnPropertyDescriptor(e,t);if(void 0===i){if(null===Object.getPrototypeOf(e))return;return Reflect.get(e,t,r)}if(!i.get&&!i.set)return i.value;const n=i.get;return void 0!==n?Reflect.apply(n,r,[]):void 0},has(e,t){if("symbol"==typeof t)return Reflect.has(e,t);if(void 0!==this.getOwnPropertyDescriptor(e,t))return!0;const r=Object.getPrototypeOf(e);return null!==r&&Reflect.has(r,t)},ownKeys(e){const t=new Set;for(const r of e[a][n.supportedPropertyIndices])t.add(`${r}`);for(const r of e[a][n.supportedPropertyNames])r in e||t.add(`${r}`);for(const r of Reflect.ownKeys(e))t.add(r);return[...t]},getOwnPropertyDescriptor(e,t){if("symbol"==typeof t)return Reflect.getOwnPropertyDescriptor(e,t);let r=!1;if(n.isArrayIndexPropName(t)){const i=t>>>0,o=e[a].item(i);if(null!==o)return{writable:!1,enumerable:!0,configurable:!0,value:n.tryWrapperForImpl(o)};r=!0}const i=e[a].getNamedItem(t);return null===i||t in e||r?Reflect.getOwnPropertyDescriptor(e,t):{writable:!1,enumerable:!1,configurable:!0,value:n.tryWrapperForImpl(i)}},set(e,t,r,i){if("symbol"==typeof t)return Reflect.set(e,t,r,i);let o;if(e===i&&(n.isArrayIndexPropName(t),"string"==typeof t&&n.isArrayIndexPropName(t)),n.isArrayIndexPropName(t)){const r=t>>>0,i=e[a].item(r);null!==i&&(o={writable:!1,enumerable:!0,configurable:!0,value:n.tryWrapperForImpl(i)})}if(void 0===o&&(o=Reflect.getOwnPropertyDescriptor(e,t)),void 0===o){const n=Reflect.getPrototypeOf(e);if(null!==n)return Reflect.set(n,t,r,i);o={writable:!0,enumerable:!0,configurable:!0,value:void 0}}if(!o.writable)return!1;if(!n.isObject(i))return!1;const s=Reflect.getOwnPropertyDescriptor(i,t);let u;if(void 0!==s){if(s.get||s.set)return!1;if(!s.writable)return!1;u={value:r}}else u={writable:!0,enumerable:!0,configurable:!0,value:r};return Reflect.defineProperty(i,t,u)},defineProperty(e,t,r){if("symbol"==typeof t)return Reflect.defineProperty(e,t,r);if(n.isArrayIndexPropName(t))return!1;if(!n.hasOwn(e,t)){if(!!(null!==e[a].getNamedItem(t)))return!1}return Reflect.defineProperty(e,t,r)},deleteProperty(e,t){if("symbol"==typeof t)return Reflect.deleteProperty(e,t);if(n.isArrayIndexPropName(t)){const r=t>>>0;return!(null!==e[a].item(r))}return(null===e[a].getNamedItem(t)||t in e)&&Reflect.deleteProperty(e,t)},preventExtensions:()=>!1}))[a][n.wrapperSymbol]=e,l.init&&l.init(e[a],r),e},interface:s,expose:{Window:{NamedNodeMap:s}}};e.exports=u;const l=r(509)},function(e,t,r){"use strict";const i=r(1),n=r(0),o=r(260).convert,a=n.implSymbol,s=r(26);class u extends s.interface{constructor(e){if(arguments.length<1)throw new TypeError("Failed to construct 'PageTransitionEvent': 1 argument required, but only "+arguments.length+" present.");const t=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to construct 'PageTransitionEvent': parameter 1"}),t.push(e)}{let e=arguments[1];e=o(e,{context:"Failed to construct 'PageTransitionEvent': parameter 2"}),t.push(e)}return l.setup(Object.create(new.target.prototype),t)}get persisted(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].persisted}}Object.defineProperties(u.prototype,{persisted:{enumerable:!0},[Symbol.toStringTag]:{value:"PageTransitionEvent",configurable:!0}});const l={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,a)&&t[a]instanceof p.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof p.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'PageTransitionEvent'.`)},create(e,t){let r=Object.create(u.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(u.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){s._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,a,{value:new p.implementation(t,r),configurable:!0}),e[a][n.wrapperSymbol]=e,p.init&&p.init(e[a],r),e},interface:u,expose:{Window:{PageTransitionEvent:u}}};e.exports=l;const p=r(512)},function(e,t,r){"use strict";const i=r(1),n=(r(0),r(31));e.exports={convertInherit(e,t,{context:r="The provided value"}={}){n.convertInherit(e,t,{context:r});{const n="persisted";let o=null==e?void 0:e[n];void 0!==o?(o=i.boolean(o,{context:r+" has member persisted that"}),t[n]=o):t[n]=!1}},convert(t,{context:r="The provided value"}={}){if(void 0!==t&&"object"!=typeof t&&"function"!=typeof t)throw new TypeError(`${r} is not an object.`);const i=Object.create(null);return e.exports.convertInherit(t,i,{context:r}),i}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=r(31);e.exports={convertInherit(e,t,{context:r="The provided value"}={}){o.convertInherit(e,t,{context:r});{const n="data";let o=null==e?void 0:e[n];void 0!==o?(o=i.any(o,{context:r+" has member data that"}),t[n]=o):t[n]=null}{const n="lastEventId";let o=null==e?void 0:e[n];void 0!==o?(o=i.DOMString(o,{context:r+" has member lastEventId that"}),t[n]=o):t[n]=""}{const n="origin";let o=null==e?void 0:e[n];void 0!==o?(o=i.USVString(o,{context:r+" has member origin that"}),t[n]=o):t[n]=""}{const i="ports";let o=null==e?void 0:e[i];if(void 0!==o){if(!n.isObject(o))throw new TypeError(r+" has member ports that is not an iterable object.");{const e=[],t=o;for(let r of t)r=n.tryImplForWrapper(r),e.push(r);o=e}t[i]=o}else t[i]=[]}{const r="source";let i=null==e?void 0:e[r];void 0!==i?(i=null==i?null:n.tryImplForWrapper(i),t[r]=i):t[r]=null}},convert(t,{context:r="The provided value"}={}){if(void 0!==t&&"object"!=typeof t&&"function"!=typeof t)throw new TypeError(`${r} is not an object.`);const i=Object.create(null);return e.exports.convertInherit(t,i,{context:r}),i}}},function(e,t,r){"use strict";const i=r(515),n=r(516);e.exports={atob:i,btoa:n}},function(e,t,r){(function(e){t.fetch=s(e.fetch)&&s(e.ReadableStream),t.writableStream=s(e.WritableStream),t.abortController=s(e.AbortController),t.blobConstructor=!1;try{new Blob([new ArrayBuffer(1)]),t.blobConstructor=!0}catch(e){}var r;function i(){if(void 0!==r)return r;if(e.XMLHttpRequest){r=new e.XMLHttpRequest;try{r.open("GET",e.XDomainRequest?"/":"https://example.com")}catch(e){r=null}}else r=null;return r}function n(e){var t=i();if(!t)return!1;try{return t.responseType=e,t.responseType===e}catch(e){}return!1}var o=void 0!==e.ArrayBuffer,a=o&&s(e.ArrayBuffer.prototype.slice);function s(e){return"function"==typeof e}t.arraybuffer=t.fetch||o&&n("arraybuffer"),t.msstream=!t.fetch&&a&&n("ms-stream"),t.mozchunkedarraybuffer=!t.fetch&&o&&n("moz-chunked-arraybuffer"),t.overrideMimeType=t.fetch||!!i()&&s(i().overrideMimeType),t.vbArray=s(e.VBArray),r=null}).call(this,r(17))},function(e,t,r){(function(e,i,n){var o=r(263),a=r(6),s=r(89),u=t.readyStates={UNSENT:0,OPENED:1,HEADERS_RECEIVED:2,LOADING:3,DONE:4},l=t.IncomingMessage=function(t,r,a,u){var l=this;if(s.Readable.call(l),l._mode=a,l.headers={},l.rawHeaders=[],l.trailers={},l.rawTrailers=[],l.on("end",function(){e.nextTick(function(){l.emit("close")})}),"fetch"===a){if(l._fetchResponse=r,l.url=r.url,l.statusCode=r.status,l.statusMessage=r.statusText,r.headers.forEach(function(e,t){l.headers[t.toLowerCase()]=e,l.rawHeaders.push(t,e)}),o.writableStream){var p=new WritableStream({write:function(e){return new Promise(function(t,r){l._destroyed?r():l.push(new i(e))?t():l._resumeFetch=t})},close:function(){n.clearTimeout(u),l._destroyed||l.push(null)},abort:function(e){l._destroyed||l.emit("error",e)}});try{return void r.body.pipeTo(p).catch(function(e){n.clearTimeout(u),l._destroyed||l.emit("error",e)})}catch(e){}}var c=r.body.getReader();!function e(){c.read().then(function(t){if(!l._destroyed){if(t.done)return n.clearTimeout(u),void l.push(null);l.push(new i(t.value)),e()}}).catch(function(e){n.clearTimeout(u),l._destroyed||l.emit("error",e)})}()}else{if(l._xhr=t,l._pos=0,l.url=t.responseURL,l.statusCode=t.status,l.statusMessage=t.statusText,t.getAllResponseHeaders().split(/\r?\n/).forEach(function(e){var t=e.match(/^([^:]+):\s*(.*)/);if(t){var r=t[1].toLowerCase();"set-cookie"===r?(void 0===l.headers[r]&&(l.headers[r]=[]),l.headers[r].push(t[2])):void 0!==l.headers[r]?l.headers[r]+=", "+t[2]:l.headers[r]=t[2],l.rawHeaders.push(t[1],t[2])}}),l._charset="x-user-defined",!o.overrideMimeType){var d=l.rawHeaders["mime-type"];if(d){var h=d.match(/;\s*charset=([^;])(;|$)/);h&&(l._charset=h[1].toLowerCase())}l._charset||(l._charset="utf-8")}}};a(l,s.Readable),l.prototype._read=function(){var e=this._resumeFetch;e&&(this._resumeFetch=null,e())},l.prototype._onXHRProgress=function(){var e=this,t=e._xhr,r=null;switch(e._mode){case"text:vbarray":if(t.readyState!==u.DONE)break;try{r=new n.VBArray(t.responseBody).toArray()}catch(e){}if(null!==r){e.push(new i(r));break}case"text":try{r=t.responseText}catch(t){e._mode="text:vbarray";break}if(r.length>e._pos){var o=r.substr(e._pos);if("x-user-defined"===e._charset){for(var a=new i(o.length),s=0;se._pos&&(e.push(new i(new Uint8Array(l.result.slice(e._pos)))),e._pos=l.result.byteLength)},l.onload=function(){e.push(null)},l.readAsArrayBuffer(r)}e._xhr.readyState===u.DONE&&"ms-stream"!==e._mode&&e.push(null)}}).call(this,r(10),r(4).Buffer,r(17))},function(e,t,r){"use strict";(function(t,i){var n=r(122);e.exports=y;var o,a=r(204);y.ReadableState=b;r(66).EventEmitter;var s=function(e,t){return e.listeners(t).length},u=r(266),l=r(161).Buffer,p=t.Uint8Array||function(){};var c=r(81);c.inherits=r(6);var d=r(519),h=void 0;h=d&&d.debuglog?d.debuglog("stream"):function(){};var m,f=r(520),g=r(267);c.inherits(y,u);var v=["error","close","destroy","pause","resume"];function b(e,t){e=e||{};var i=t instanceof(o=o||r(62));this.objectMode=!!e.objectMode,i&&(this.objectMode=this.objectMode||!!e.readableObjectMode);var n=e.highWaterMark,a=e.readableHighWaterMark,s=this.objectMode?16:16384;this.highWaterMark=n||0===n?n:i&&(a||0===a)?a:s,this.highWaterMark=Math.floor(this.highWaterMark),this.buffer=new f,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.destroyed=!1,this.defaultEncoding=e.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,e.encoding&&(m||(m=r(109).StringDecoder),this.decoder=new m(e.encoding),this.encoding=e.encoding)}function y(e){if(o=o||r(62),!(this instanceof y))return new y(e);this._readableState=new b(e,this),this.readable=!0,e&&("function"==typeof e.read&&(this._read=e.read),"function"==typeof e.destroy&&(this._destroy=e.destroy)),u.call(this)}function w(e,t,r,i,n){var o,a=e._readableState;null===t?(a.reading=!1,function(e,t){if(t.ended)return;if(t.decoder){var r=t.decoder.end();r&&r.length&&(t.buffer.push(r),t.length+=t.objectMode?1:r.length)}t.ended=!0,T(e)}(e,a)):(n||(o=function(e,t){var r;i=t,l.isBuffer(i)||i instanceof p||"string"==typeof t||void 0===t||e.objectMode||(r=new TypeError("Invalid non-string/buffer chunk"));var i;return r}(a,t)),o?e.emit("error",o):a.objectMode||t&&t.length>0?("string"==typeof t||a.objectMode||Object.getPrototypeOf(t)===l.prototype||(t=function(e){return l.from(e)}(t)),i?a.endEmitted?e.emit("error",new Error("stream.unshift() after end event")):E(e,a,t,!0):a.ended?e.emit("error",new Error("stream.push() after EOF")):(a.reading=!1,a.decoder&&!r?(t=a.decoder.write(t),a.objectMode||0!==t.length?E(e,a,t,!1):A(e,a)):E(e,a,t,!1))):i||(a.reading=!1));return function(e){return!e.ended&&(e.needReadable||e.lengtht.highWaterMark&&(t.highWaterMark=function(e){return e>=x?e=x:(e--,e|=e>>>1,e|=e>>>2,e|=e>>>4,e|=e>>>8,e|=e>>>16,e++),e}(e)),e<=t.length?e:t.ended?t.length:(t.needReadable=!0,0))}function T(e){var t=e._readableState;t.needReadable=!1,t.emittedReadable||(h("emitReadable",t.flowing),t.emittedReadable=!0,t.sync?n.nextTick(S,e):S(e))}function S(e){h("emit readable"),e.emit("readable"),F(e)}function A(e,t){t.readingMore||(t.readingMore=!0,n.nextTick(k,e,t))}function k(e,t){for(var r=t.length;!t.reading&&!t.flowing&&!t.ended&&t.length=t.length?(r=t.decoder?t.buffer.join(""):1===t.buffer.length?t.buffer.head.data:t.buffer.concat(t.length),t.buffer.clear()):r=function(e,t,r){var i;eo.length?o.length:e;if(a===o.length?n+=o:n+=o.slice(0,e),0===(e-=a)){a===o.length?(++i,r.next?t.head=r.next:t.head=t.tail=null):(t.head=r,r.data=o.slice(a));break}++i}return t.length-=i,n}(e,t):function(e,t){var r=l.allocUnsafe(e),i=t.head,n=1;i.data.copy(r),e-=i.data.length;for(;i=i.next;){var o=i.data,a=e>o.length?o.length:e;if(o.copy(r,r.length-e,0,a),0===(e-=a)){a===o.length?(++n,i.next?t.head=i.next:t.head=t.tail=null):(t.head=i,i.data=o.slice(a));break}++n}return t.length-=n,r}(e,t);return i}(e,t.buffer,t.decoder),r);var r}function N(e){var t=e._readableState;if(t.length>0)throw new Error('"endReadable()" called on non-empty stream');t.endEmitted||(t.ended=!0,n.nextTick(O,t,e))}function O(e,t){e.endEmitted||0!==e.length||(e.endEmitted=!0,t.readable=!1,t.emit("end"))}function j(e,t){for(var r=0,i=e.length;r=t.highWaterMark||t.ended))return h("read: emitReadable",t.length,t.ended),0===t.length&&t.ended?N(this):T(this),null;if(0===(e=_(e,t))&&t.ended)return 0===t.length&&N(this),null;var i,n=t.needReadable;return h("need readable",n),(0===t.length||t.length-e0?D(e,t):null)?(t.needReadable=!0,e=0):t.length-=e,0===t.length&&(t.ended||(t.needReadable=!0),r!==e&&t.ended&&N(this)),null!==i&&this.emit("data",i),i},y.prototype._read=function(e){this.emit("error",new Error("_read() is not implemented"))},y.prototype.pipe=function(e,t){var r=this,o=this._readableState;switch(o.pipesCount){case 0:o.pipes=e;break;case 1:o.pipes=[o.pipes,e];break;default:o.pipes.push(e)}o.pipesCount+=1,h("pipe count=%d opts=%j",o.pipesCount,t);var u=(!t||!1!==t.end)&&e!==i.stdout&&e!==i.stderr?p:y;function l(t,i){h("onunpipe"),t===r&&i&&!1===i.hasUnpiped&&(i.hasUnpiped=!0,h("cleanup"),e.removeListener("close",v),e.removeListener("finish",b),e.removeListener("drain",c),e.removeListener("error",g),e.removeListener("unpipe",l),r.removeListener("end",p),r.removeListener("end",y),r.removeListener("data",f),d=!0,!o.awaitDrain||e._writableState&&!e._writableState.needDrain||c())}function p(){h("onend"),e.end()}o.endEmitted?n.nextTick(u):r.once("end",u),e.on("unpipe",l);var c=function(e){return function(){var t=e._readableState;h("pipeOnDrain",t.awaitDrain),t.awaitDrain&&t.awaitDrain--,0===t.awaitDrain&&s(e,"data")&&(t.flowing=!0,F(e))}}(r);e.on("drain",c);var d=!1;var m=!1;function f(t){h("ondata"),m=!1,!1!==e.write(t)||m||((1===o.pipesCount&&o.pipes===e||o.pipesCount>1&&-1!==j(o.pipes,e))&&!d&&(h("false write response, pause",r._readableState.awaitDrain),r._readableState.awaitDrain++,m=!0),r.pause())}function g(t){h("onerror",t),y(),e.removeListener("error",g),0===s(e,"error")&&e.emit("error",t)}function v(){e.removeListener("finish",b),y()}function b(){h("onfinish"),e.removeListener("close",v),y()}function y(){h("unpipe"),r.unpipe(e)}return r.on("data",f),function(e,t,r){if("function"==typeof e.prependListener)return e.prependListener(t,r);e._events&&e._events[t]?a(e._events[t])?e._events[t].unshift(r):e._events[t]=[r,e._events[t]]:e.on(t,r)}(e,"error",g),e.once("close",v),e.once("finish",b),e.emit("pipe",r),o.flowing||(h("pipe resume"),r.resume()),e},y.prototype.unpipe=function(e){var t=this._readableState,r={hasUnpiped:!1};if(0===t.pipesCount)return this;if(1===t.pipesCount)return e&&e!==t.pipes?this:(e||(e=t.pipes),t.pipes=null,t.pipesCount=0,t.flowing=!1,e&&e.emit("unpipe",this,r),this);if(!e){var i=t.pipes,n=t.pipesCount;t.pipes=null,t.pipesCount=0,t.flowing=!1;for(var o=0;o=this._blockSize;){for(var o=this._blockOffset;o0;++a)this._length[a]+=s,(s=this._length[a]/4294967296|0)>0&&(this._length[a]-=4294967296*s);return this},o.prototype._update=function(){throw new Error("_update is not implemented")},o.prototype.digest=function(e){if(this._finalized)throw new Error("Digest already called");this._finalized=!0;var t=this._digest();void 0!==e&&(t=t.toString(e)),this._block.fill(0),this._blockOffset=0;for(var r=0;r<4;++r)this._length[r]=0;return t},o.prototype._digest=function(){throw new Error("_digest is not implemented")},e.exports=o},function(e,t,r){var i=r(6),n=r(83),o=r(7).Buffer,a=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],s=new Array(64);function u(){this.init(),this._w=s,n.call(this,64,56)}function l(e,t,r){return r^e&(t^r)}function p(e,t,r){return e&t|r&(e|t)}function c(e){return(e>>>2|e<<30)^(e>>>13|e<<19)^(e>>>22|e<<10)}function d(e){return(e>>>6|e<<26)^(e>>>11|e<<21)^(e>>>25|e<<7)}function h(e){return(e>>>7|e<<25)^(e>>>18|e<<14)^e>>>3}i(u,n),u.prototype.init=function(){return this._a=1779033703,this._b=3144134277,this._c=1013904242,this._d=2773480762,this._e=1359893119,this._f=2600822924,this._g=528734635,this._h=1541459225,this},u.prototype._update=function(e){for(var t,r=this._w,i=0|this._a,n=0|this._b,o=0|this._c,s=0|this._d,u=0|this._e,m=0|this._f,f=0|this._g,g=0|this._h,v=0;v<16;++v)r[v]=e.readInt32BE(4*v);for(;v<64;++v)r[v]=0|(((t=r[v-2])>>>17|t<<15)^(t>>>19|t<<13)^t>>>10)+r[v-7]+h(r[v-15])+r[v-16];for(var b=0;b<64;++b){var y=g+d(u)+l(u,m,f)+a[b]+r[b]|0,w=c(i)+p(i,n,o)|0;g=f,f=m,m=u,u=s+y|0,s=o,o=n,n=i,i=y+w|0}this._a=i+this._a|0,this._b=n+this._b|0,this._c=o+this._c|0,this._d=s+this._d|0,this._e=u+this._e|0,this._f=m+this._f|0,this._g=f+this._g|0,this._h=g+this._h|0},u.prototype._hash=function(){var e=o.allocUnsafe(32);return e.writeInt32BE(this._a,0),e.writeInt32BE(this._b,4),e.writeInt32BE(this._c,8),e.writeInt32BE(this._d,12),e.writeInt32BE(this._e,16),e.writeInt32BE(this._f,20),e.writeInt32BE(this._g,24),e.writeInt32BE(this._h,28),e},e.exports=u},function(e,t,r){var i=r(6),n=r(83),o=r(7).Buffer,a=[1116352408,3609767458,1899447441,602891725,3049323471,3964484399,3921009573,2173295548,961987163,4081628472,1508970993,3053834265,2453635748,2937671579,2870763221,3664609560,3624381080,2734883394,310598401,1164996542,607225278,1323610764,1426881987,3590304994,1925078388,4068182383,2162078206,991336113,2614888103,633803317,3248222580,3479774868,3835390401,2666613458,4022224774,944711139,264347078,2341262773,604807628,2007800933,770255983,1495990901,1249150122,1856431235,1555081692,3175218132,1996064986,2198950837,2554220882,3999719339,2821834349,766784016,2952996808,2566594879,3210313671,3203337956,3336571891,1034457026,3584528711,2466948901,113926993,3758326383,338241895,168717936,666307205,1188179964,773529912,1546045734,1294757372,1522805485,1396182291,2643833823,1695183700,2343527390,1986661051,1014477480,2177026350,1206759142,2456956037,344077627,2730485921,1290863460,2820302411,3158454273,3259730800,3505952657,3345764771,106217008,3516065817,3606008344,3600352804,1432725776,4094571909,1467031594,275423344,851169720,430227734,3100823752,506948616,1363258195,659060556,3750685593,883997877,3785050280,958139571,3318307427,1322822218,3812723403,1537002063,2003034995,1747873779,3602036899,1955562222,1575990012,2024104815,1125592928,2227730452,2716904306,2361852424,442776044,2428436474,593698344,2756734187,3733110249,3204031479,2999351573,3329325298,3815920427,3391569614,3928383900,3515267271,566280711,3940187606,3454069534,4118630271,4000239992,116418474,1914138554,174292421,2731055270,289380356,3203993006,460393269,320620315,685471733,587496836,852142971,1086792851,1017036298,365543100,1126000580,2618297676,1288033470,3409855158,1501505948,4234509866,1607167915,987167468,1816402316,1246189591],s=new Array(160);function u(){this.init(),this._w=s,n.call(this,128,112)}function l(e,t,r){return r^e&(t^r)}function p(e,t,r){return e&t|r&(e|t)}function c(e,t){return(e>>>28|t<<4)^(t>>>2|e<<30)^(t>>>7|e<<25)}function d(e,t){return(e>>>14|t<<18)^(e>>>18|t<<14)^(t>>>9|e<<23)}function h(e,t){return(e>>>1|t<<31)^(e>>>8|t<<24)^e>>>7}function m(e,t){return(e>>>1|t<<31)^(e>>>8|t<<24)^(e>>>7|t<<25)}function f(e,t){return(e>>>19|t<<13)^(t>>>29|e<<3)^e>>>6}function g(e,t){return(e>>>19|t<<13)^(t>>>29|e<<3)^(e>>>6|t<<26)}function v(e,t){return e>>>0>>0?1:0}i(u,n),u.prototype.init=function(){return this._ah=1779033703,this._bh=3144134277,this._ch=1013904242,this._dh=2773480762,this._eh=1359893119,this._fh=2600822924,this._gh=528734635,this._hh=1541459225,this._al=4089235720,this._bl=2227873595,this._cl=4271175723,this._dl=1595750129,this._el=2917565137,this._fl=725511199,this._gl=4215389547,this._hl=327033209,this},u.prototype._update=function(e){for(var t=this._w,r=0|this._ah,i=0|this._bh,n=0|this._ch,o=0|this._dh,s=0|this._eh,u=0|this._fh,b=0|this._gh,y=0|this._hh,w=0|this._al,E=0|this._bl,x=0|this._cl,_=0|this._dl,T=0|this._el,S=0|this._fl,A=0|this._gl,k=0|this._hl,I=0;I<32;I+=2)t[I]=e.readInt32BE(4*I),t[I+1]=e.readInt32BE(4*I+4);for(;I<160;I+=2){var C=t[I-30],F=t[I-30+1],D=h(C,F),N=m(F,C),O=f(C=t[I-4],F=t[I-4+1]),j=g(F,C),B=t[I-14],P=t[I-14+1],M=t[I-32],R=t[I-32+1],L=N+P|0,H=D+B+v(L,N)|0;H=(H=H+O+v(L=L+j|0,j)|0)+M+v(L=L+R|0,R)|0,t[I]=H,t[I+1]=L}for(var U=0;U<160;U+=2){H=t[U],L=t[U+1];var z=p(r,i,n),q=p(w,E,x),V=c(r,w),W=c(w,r),K=d(s,T),$=d(T,s),G=a[U],Y=a[U+1],X=l(s,u,b),Q=l(T,S,A),Z=k+$|0,J=y+K+v(Z,k)|0;J=(J=(J=J+X+v(Z=Z+Q|0,Q)|0)+G+v(Z=Z+Y|0,Y)|0)+H+v(Z=Z+L|0,L)|0;var ee=W+q|0,te=V+z+v(ee,W)|0;y=b,k=A,b=u,A=S,u=s,S=T,s=o+J+v(T=_+Z|0,_)|0,o=n,_=x,n=i,x=E,i=r,E=w,r=J+te+v(w=Z+ee|0,Z)|0}this._al=this._al+w|0,this._bl=this._bl+E|0,this._cl=this._cl+x|0,this._dl=this._dl+_|0,this._el=this._el+T|0,this._fl=this._fl+S|0,this._gl=this._gl+A|0,this._hl=this._hl+k|0,this._ah=this._ah+r+v(this._al,w)|0,this._bh=this._bh+i+v(this._bl,E)|0,this._ch=this._ch+n+v(this._cl,x)|0,this._dh=this._dh+o+v(this._dl,_)|0,this._eh=this._eh+s+v(this._el,T)|0,this._fh=this._fh+u+v(this._fl,S)|0,this._gh=this._gh+b+v(this._gl,A)|0,this._hh=this._hh+y+v(this._hl,k)|0},u.prototype._hash=function(){var e=o.allocUnsafe(64);function t(t,r,i){e.writeInt32BE(t,i),e.writeInt32BE(r,i+4)}return t(this._ah,this._al,0),t(this._bh,this._bl,8),t(this._ch,this._cl,16),t(this._dh,this._dl,24),t(this._eh,this._el,32),t(this._fh,this._fl,40),t(this._gh,this._gl,48),t(this._hh,this._hl,56),e},e.exports=u},function(e,t,r){"use strict";var i=r(6),n=r(541),o=r(50),a=r(7).Buffer,s=r(278),u=r(168),l=r(169),p=a.alloc(128);function c(e,t){o.call(this,"digest"),"string"==typeof t&&(t=a.from(t));var r="sha512"===e||"sha384"===e?128:64;(this._alg=e,this._key=t,t.length>r)?t=("rmd160"===e?new u:l(e)).update(t).digest():t.lengthr||o!=o)throw new TypeError("Bad key length")}}).call(this,r(4).Buffer)},function(e,t,r){(function(t){var r;t.browser?r="utf-8":r=parseInt(t.version.split(".")[0].slice(1),10)>=6?"utf-8":"binary";e.exports=r}).call(this,r(10))},function(e,t,r){var i=r(278),n=r(168),o=r(169),a=r(281),s=r(282),u=r(7).Buffer,l=u.alloc(128),p={md5:16,sha1:20,sha224:28,sha256:32,sha384:48,sha512:64,rmd160:20,ripemd160:20};function c(e,t,r){var a=function(e){return"rmd160"===e||"ripemd160"===e?function(e){return(new n).update(e).digest()}:"md5"===e?i:function(t){return o(e).update(t).digest()}}(e),s="sha512"===e||"sha384"===e?128:64;t.length>s?t=a(t):t.lengthe;)r.ishrn(1);if(r.isEven()&&r.iadd(s),r.testn(1)||r.iadd(u),t.cmp(u)){if(!t.cmp(l))for(;r.mod(p).cmp(c);)r.iadd(h)}else for(;r.mod(o).cmp(d);)r.iadd(h);if(g(m=r.shrn(1))&&g(r)&&v(m)&&v(r)&&a.test(m)&&a.test(r))return r}}},function(e,t,r){var i=r(19),n=r(173);function o(e){this.rand=e||new n.Rand}e.exports=o,o.create=function(e){return new o(e)},o.prototype._randbelow=function(e){var t=e.bitLength(),r=Math.ceil(t/8);do{var n=new i(this.rand.generate(r))}while(n.cmp(e)>=0);return n},o.prototype._randrange=function(e,t){var r=t.sub(e);return e.add(this._randbelow(r))},o.prototype.test=function(e,t,r){var n=e.bitLength(),o=i.mont(e),a=new i(1).toRed(o);t||(t=Math.max(1,n/48|0));for(var s=e.subn(1),u=0;!s.testn(u);u++);for(var l=e.shrn(u),p=s.toRed(o);t>0;t--){var c=this._randrange(new i(2),s);r&&r(c);var d=c.toRed(o).redPow(l);if(0!==d.cmp(a)&&0!==d.cmp(p)){for(var h=1;h0;t--){var p=this._randrange(new i(2),a),c=e.gcd(p);if(0!==c.cmpn(1))return c;var d=p.toRed(n).redPow(u);if(0!==d.cmp(o)&&0!==d.cmp(l)){for(var h=1;h>8,a=255&n;o?r.push(o,a):r.push(a)}return r},i.zero2=n,i.toHex=o,i.encode=function(e,t){return"hex"===t?o(e):e}},function(e,t,r){"use strict";var i=t;i.base=r(125),i.short=r(569),i.mont=r(570),i.edwards=r(571)},function(e,t,r){"use strict";var i=r(44).rotr32;function n(e,t,r){return e&t^~e&r}function o(e,t,r){return e&t^e&r^t&r}function a(e,t,r){return e^t^r}t.ft_1=function(e,t,r,i){return 0===e?n(t,r,i):1===e||3===e?a(t,r,i):2===e?o(t,r,i):void 0},t.ch32=n,t.maj32=o,t.p32=a,t.s0_256=function(e){return i(e,2)^i(e,13)^i(e,22)},t.s1_256=function(e){return i(e,6)^i(e,11)^i(e,25)},t.g0_256=function(e){return i(e,7)^i(e,18)^e>>>3},t.g1_256=function(e){return i(e,17)^i(e,19)^e>>>10}},function(e,t,r){"use strict";var i=r(44),n=r(92),o=r(293),a=r(32),s=i.sum32,u=i.sum32_4,l=i.sum32_5,p=o.ch32,c=o.maj32,d=o.s0_256,h=o.s1_256,m=o.g0_256,f=o.g1_256,g=n.BlockHash,v=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298];function b(){if(!(this instanceof b))return new b;g.call(this),this.h=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],this.k=v,this.W=new Array(64)}i.inherits(b,g),e.exports=b,b.blockSize=512,b.outSize=256,b.hmacStrength=192,b.padLength=64,b.prototype._update=function(e,t){for(var r=this.W,i=0;i<16;i++)r[i]=e[t+i];for(;i>6],n=0==(32&r);if(31==(31&r)){var o=r;for(r=0;128==(128&o);){if(o=e.readUInt8(t),e.isError(o))return o;r<<=7,r|=127&o}}else r&=31;return{cls:i,primitive:n,tag:r,tagStr:s.tag[r]}}function c(e,t,r){var i=e.readUInt8(r);if(e.isError(i))return i;if(!t&&128===i)return null;if(0==(128&i))return i;var n=127&i;if(n>4)return e.error("length octect is too long");i=0;for(var o=0;o=31)return i.error("Multi-octet tag encoding unsupported");t||(n|=32);return n|=s.tagClassByName[r||"universal"]<<6}(e,t,r,this.reporter);if(i.length<128)return(o=new n(2))[0]=a,o[1]=i.length,this._createEncoderBuffer([o,i]);for(var u=1,l=i.length;l>=256;l>>=8)u++;(o=new n(2+u))[0]=a,o[1]=128|u;l=1+u;for(var p=i.length;p>0;l--,p>>=8)o[l]=255&p;return this._createEncoderBuffer([o,i])},l.prototype._encodeStr=function(e,t){if("bitstr"===t)return this._createEncoderBuffer([0|e.unused,e.data]);if("bmpstr"===t){for(var r=new n(2*e.length),i=0;i=40)return this.reporter.error("Second objid identifier OOB");e.splice(0,2,40*e[0]+e[1])}var o=0;for(i=0;i=128;a>>=7)o++}var s=new n(o),u=s.length-1;for(i=e.length-1;i>=0;i--){a=e[i];for(s[u--]=127&a;(a>>=7)>0;)s[u--]=128|127&a}return this._createEncoderBuffer(s)},l.prototype._encodeTime=function(e,t){var r,i=new Date(e);return"gentime"===t?r=[p(i.getFullYear()),p(i.getUTCMonth()+1),p(i.getUTCDate()),p(i.getUTCHours()),p(i.getUTCMinutes()),p(i.getUTCSeconds()),"Z"].join(""):"utctime"===t?r=[p(i.getFullYear()%100),p(i.getUTCMonth()+1),p(i.getUTCDate()),p(i.getUTCHours()),p(i.getUTCMinutes()),p(i.getUTCSeconds()),"Z"].join(""):this.reporter.error("Encoding "+t+" time is not supported yet"),this._encodeStr(r,"octstr")},l.prototype._encodeNull=function(){return this._createEncoderBuffer("")},l.prototype._encodeInt=function(e,t){if("string"==typeof e){if(!t)return this.reporter.error("String int or enum given, but no values map");if(!t.hasOwnProperty(e))return this.reporter.error("Values map doesn't contain: "+JSON.stringify(e));e=t[e]}if("number"!=typeof e&&!n.isBuffer(e)){var r=e.toArray();!e.sign&&128&r[0]&&r.unshift(0),e=new n(r)}if(n.isBuffer(e)){var i=e.length;0===e.length&&i++;var o=new n(i);return e.copy(o),0===e.length&&(o[0]=0),this._createEncoderBuffer(o)}if(e<128)return this._createEncoderBuffer(e);if(e<256)return this._createEncoderBuffer([0,e]);i=1;for(var a=e;a>=256;a>>=8)i++;for(a=(o=new Array(i)).length-1;a>=0;a--)o[a]=255&e,e>>=8;return 128&o[0]&&o.unshift(0),this._createEncoderBuffer(new n(o))},l.prototype._encodeBool=function(e){return this._createEncoderBuffer(e?255:0)},l.prototype._use=function(e,t){return"function"==typeof e&&(e=e(t)),e._getEncoder("der").tree},l.prototype._skipDefault=function(e,t,r){var i,n=this._baseState;if(null===n.default)return!1;var o=e.join();if(void 0===n.defaultBuffer&&(n.defaultBuffer=this._encodeValue(n.default,t,r).join()),o.length!==n.defaultBuffer.length)return!1;for(i=0;i>>16&65535|0,a=0;0!==r;){r-=a=r>2e3?2e3:r;do{o=o+(n=n+t[i++]|0)|0}while(--a);n%=65521,o%=65521}return n|o<<16|0}},function(e,t,r){"use strict";var i=function(){for(var e,t=[],r=0;r<256;r++){e=r;for(var i=0;i<8;i++)e=1&e?3988292384^e>>>1:e>>>1;t[r]=e}return t}();e.exports=function(e,t,r,n){var o=i,a=n+r;e^=-1;for(var s=n;s>>8^o[255&(e^t[s])];return-1^e}},function(e,t,r){e.exports={Verifier:l,Signer:p};var i=r(97),n=r(43),o=r(12),a=r(11),s=r(9).Buffer,u=r(47);function l(e,t){if("sha512"!==t.toLowerCase())throw new Error("ED25519 only supports the use of SHA-512 hashes");this.key=e,this.chunks=[],n.Writable.call(this,{})}function p(e,t){if("sha512"!==t.toLowerCase())throw new Error("ED25519 only supports the use of SHA-512 hashes");this.key=e,this.chunks=[],n.Writable.call(this,{})}o.inherits(l,n.Writable),l.prototype._write=function(e,t,r){this.chunks.push(e),r()},l.prototype.update=function(e){"string"==typeof e&&(e=s.from(e,"binary")),this.chunks.push(e)},l.prototype.verify=function(e,t){var r;if(u.isSignature(e,[2,0])){if("ed25519"!==e.type)return!1;r=e.toBuffer("raw")}else if("string"==typeof e)r=s.from(e,"base64");else if(u.isSignature(e,[1,0]))throw new Error("signature was created by too old a version of sshpk and cannot be verified");return a.buffer(r),i.sign.detached.verify(new Uint8Array(s.concat(this.chunks)),new Uint8Array(r),new Uint8Array(this.key.part.A.data))},o.inherits(p,n.Writable),p.prototype._write=function(e,t,r){this.chunks.push(e),r()},p.prototype.update=function(e){"string"==typeof e&&(e=s.from(e,"binary")),this.chunks.push(e)},p.prototype.sign=function(){var e=i.sign.detached(new Uint8Array(s.concat(this.chunks)),new Uint8Array(s.concat([this.key.part.k.data,this.key.part.A.data]))),t=s.from(e),r=u.parse(t,"ed25519","raw");return r.hashAlgorithm="sha512",r}},function(e,t,r){e.exports={read:function(e,t){if("string"==typeof e){if(e.trim().match(/^[-]+[ ]*BEGIN/))return o.read(e,t);if(e.match(/^\s*ssh-[a-z]/))return a.read(e,t);if(e.match(/^\s*ecdsa-/))return a.read(e,t);if(e.match(/^putty-user-key-file-2:/i))return l.read(e,t);if(c(e))return u.read(e,t);e=n.from(e,"binary")}else{if(i.buffer(e),function(e){var t=0;for(;te.length||"BEGIN"!==e.slice(t,t+5).toString("ascii"))}(e))return o.read(e,t);if(function(e){var t=0;for(;t=t&&(n=0),i=i<<8|e[n];return i}o.prototype.encipher=function(e,t){void 0===t&&(t=new Uint8Array(e.buffer),0!==e.byteOffset&&(t=t.subarray(e.byteOffset))),e[0]^=this.P[0];for(var r=1;r<16;r+=2)e[1]^=a(this.S,t,0)^this.P[r],e[0]^=a(this.S,t,4)^this.P[r+1];var i=e[0];e[0]=e[1]^this.P[17],e[1]=i},o.prototype.decipher=function(e){var t=new Uint8Array(e.buffer);0!==e.byteOffset&&(t=t.subarray(e.byteOffset)),e[0]^=this.P[17];for(var r=16;r>0;r-=2)e[1]^=a(this.S,t,0)^this.P[r],e[0]^=a(this.S,t,4)^this.P[r-1];var i=e[0];e[0]=e[1]^this.P[0],e[1]=i},o.prototype.expand0state=function(e,t){var r,i,o=new Uint32Array(2),a=new Uint8Array(o.buffer);for(r=0,n=0;r<18;r++)this.P[r]^=s(e,t);for(n=0,r=0;r<18;r+=2)this.encipher(o,a),this.P[r]=o[0],this.P[r+1]=o[1];for(r=0;r<4;r++)for(i=0;i<256;i+=2)this.encipher(o,a),this.S[r][i]=o[0],this.S[r][i+1]=o[1]},o.prototype.expandstate=function(e,t,r,i){var o,a,u=new Uint32Array(2);for(o=0,n=0;o<18;o++)this.P[o]^=s(r,i);for(o=0,n=0;o<18;o+=2)u[0]^=s(e,t),u[1]^=s(e,t),this.encipher(u),this.P[o]=u[0],this.P[o+1]=u[1];for(o=0;o<4;o++)for(a=0;a<256;a+=2)u[0]^=s(e,t),u[1]^=s(e,t),this.encipher(u),this.S[o][a]=u[0],this.S[o][a+1]=u[1];n=0},o.prototype.enc=function(e,t){for(var r=0;r>>24,r[4*i+2]=a[i]>>>16,r[4*i+1]=a[i]>>>8,r[4*i+0]=a[i]}e.exports={BLOCKS:u,HASHSIZE:l,hash:p,pbkdf:function(e,t,r,n,o,a,s){var u,c,d,h,m,f,g=new Uint8Array(64),v=new Uint8Array(64),b=new Uint8Array(l),y=new Uint8Array(l),w=new Uint8Array(n+4),E=a;if(s<1)return-1;if(0===t||0===n||0===a||a>b.byteLength*b.byteLength||n>1<<20)return-1;for(h=Math.floor((a+b.byteLength-1)/b.byteLength),d=Math.floor((a+h-1)/h),u=0;u0;f++){for(w[n+0]=f>>>24,w[n+1]=f>>>16,w[n+2]=f>>>8,w[n+3]=f,i(v,w,n+4),p(g,v,y),u=b.byteLength;u--;)b[u]=y[u];for(u=1;u=E);u++)o[m]=b[u];a-=u}return 0}}},function(e,t,r){e.exports={read:function(e,t){"string"!=typeof e&&(i.buffer(e,"buf"),e=e.toString("ascii"));var r=e.trim().replace(/[\\\r]/g,""),a=r.match(s);a||(a=r.match(u));i.ok(a,"key must match regex");var l,p=o.algToKeyType(a[1]),c=n.from(a[2],"base64"),d={};if(a[4])try{l=o.read(c)}catch(e){a=r.match(u),i.ok(a,"key must match regex"),c=n.from(a[2],"base64"),l=o.readInternal(d,"public",c)}else l=o.readInternal(d,"public",c);if(i.strictEqual(p,l.type),a[4]&&a[4].length>0)l.comment=a[4];else if(d.consumed){var h=a[2]+(a[3]?a[3]:""),m=4*Math.ceil(d.consumed/3);h=h.slice(0,m-2).replace(/[^a-zA-Z0-9+\/=]/g,"")+h.slice(m-2);var f=d.consumed%3;for(f>0&&"="!==h.slice(m-1,m)&&m--;"="===h.slice(m,m+1);)m++;var g=h.slice(m);(g=g.replace(/[\r\n]/g," ").replace(/^\s+/,"")).match(/^[a-zA-Z0-9]/)&&(l.comment=g)}return l},write:function(e,t){if(i.object(e),!a.isKey(e))throw new Error("Must be a public key");var r=[],s=o.keyTypeToAlg(e);r.push(s);var u=o.write(e);r.push(u.toString("base64")),e.comment&&r.push(e.comment);return n.from(r.join(" "))}};var i=r(11),n=r(9).Buffer,o=r(52),a=(r(22),r(21)),s=(r(24),r(130),/^([a-z0-9-]+)[ \t]+([a-zA-Z0-9+\/]+[=]*)([ \t]+([^ \t][^\n]*[\n]*)?)?$/),u=/^([a-z0-9-]+)[ \t\n]+([a-zA-Z0-9+\/][a-zA-Z0-9+\/ \t\n=]*)([^a-zA-Z0-9+\/ \t\n=].*)?$/},function(e,t,r){e.exports={read:function(e,t){var r,a=e.toString("ascii").split(/[\r\n]+/),u=!1,l=0;for(;la.length)throw new Error("Invalid public-lines count");var h=n.from(a.slice(l,l+d).join(""),"base64"),m=o.algToKeyType(p),f=o.read(h);if(f.type!==m)throw new Error("Outer key algorithm mismatch");return f.comment=c,f},write:function(e,t){if(i.object(e),!a.isKey(e))throw new Error("Must be a public key");var r=o.keyTypeToAlg(e),s=o.write(e),u=e.comment||"",l=function(e,t){var r=[],i=0;for(;i1)throw new Error("DER sequence does not contain whole byte stream");var d=r.offset;r.readSequence();var m=r.offset+r.length,g=m;if(r.peek()===c(0)){r.readSequence(c(0));var v=r.readInt();i.ok(v<=3,"only x.509 versions up to v3 supported")}var b={signatures:{}},y=b.signatures.x509={};y.extras={},b.serial=function(e,t){return i.strictEqual(e.peek(),n.Ber.Integer,t+" is not an Integer"),a.mpNormalize(e.readString(n.Ber.Integer,!0))}(r,"serial"),r.readSequence();var w=r.offset+r.length,x=r.readOID();if(void 0===h[x])throw new Error("unknown signature algorithm "+x);r._offset=w,b.issuer=s.parseAsn1(r),r.readSequence(),b.validFrom=f(r),b.validUntil=f(r),b.subjects=[s.parseAsn1(r)],r.readSequence(),w=r.offset+r.length,b.subjectKey=p.readPkcs8(void 0,"public",r),r._offset=w,r.peek()===c(1)&&(r.readSequence(c(1)),y.extras.issuerUniqueID=e.slice(r.offset,r.offset+r.length),r._offset+=r.length);r.peek()===c(2)&&(r.readSequence(c(2)),y.extras.subjectUniqueID=e.slice(r.offset,r.offset+r.length),r._offset+=r.length);if(r.peek()===c(3)){r.readSequence(c(3));var _=r.offset+r.length;for(r.readSequence();r.offset<_;)E(b,e,r);i.strictEqual(r.offset,_)}i.strictEqual(r.offset,m),r.readSequence(),w=r.offset+r.length;var T=r.readOID(),S=h[T];if(void 0===S)throw new Error("unknown signature algorithm "+T);r._offset=w;var A=r.readString(n.Ber.BitString,!0);0===A[0]&&(A=A.slice(1));var k=S.split("-");return y.signature=u.parse(A,k[0],"asn1"),y.signature.hashAlgorithm=k[1],y.algo=S,y.cache=e.slice(d,g),new l(b)},verify:function(e,t){var r=e.signatures.x509;i.object(r,"x509 signature");var o=r.algo.split("-");if(o[0]!==t.type)return!1;var a=r.cache;if(void 0===a){var s=new n.BerWriter;S(e,s),a=s.buffer}var u=t.createVerify(o[1]);return u.write(a),u.verify(r.signature)},sign:function(e,t){void 0===e.signatures.x509&&(e.signatures.x509={});var r=e.signatures.x509;if(r.algo=t.type+"-"+t.defaultHashAlgorithm(),void 0===h[r.algo])return!1;var i=new n.BerWriter;S(e,i);var o=i.buffer;r.cache=o;var a=t.createSign();return a.write(o),e.signatures.x509.signature=a.sign(),!0},signAsync:function(e,t,r){void 0===e.signatures.x509&&(e.signatures.x509={});var i=e.signatures.x509,o=new n.BerWriter;S(e,o);var a=o.buffer;i.cache=a,t(a,function(e,t){e?r(e):(i.algo=t.type+"-"+t.hashAlgorithm,void 0!==h[i.algo]?(i.signature=t,r()):r(new Error('Invalid signing algorithm "'+i.algo+'"')))})},write:function(e,t){var r=e.signatures.x509;i.object(r,"x509 signature");var a=new n.BerWriter;a.startSequence(),r.cache?(a._ensure(r.cache.length),r.cache.copy(a._buf,a._offset),a._offset+=r.cache.length):S(e,a);a.startSequence(),a.writeOID(h[r.algo]),r.algo.match(/^rsa-/)&&a.writeNull();a.endSequence();var s=r.signature.toBuffer("asn1"),u=o.alloc(s.length+1);return u[0]=0,s.copy(u,1),a.writeBuffer(u,n.Ber.BitString),a.endSequence(),a.buffer}};var i=r(11),n=r(48),o=r(9).Buffer,a=(r(27),r(22)),s=(r(21),r(24),r(51),r(101)),u=r(47),l=r(100),p=r(99);function c(e){return n.Ber.Context|n.Ber.Constructor|e}function d(e){return n.Ber.Context|e}var h={"rsa-md5":"1.2.840.113549.1.1.4","rsa-sha1":"1.2.840.113549.1.1.5","rsa-sha256":"1.2.840.113549.1.1.11","rsa-sha384":"1.2.840.113549.1.1.12","rsa-sha512":"1.2.840.113549.1.1.13","dsa-sha1":"1.2.840.10040.4.3","dsa-sha256":"2.16.840.1.101.3.4.3.2","ecdsa-sha1":"1.2.840.10045.4.1","ecdsa-sha256":"1.2.840.10045.4.3.2","ecdsa-sha384":"1.2.840.10045.4.3.3","ecdsa-sha512":"1.2.840.10045.4.3.4","ed25519-sha512":"1.3.101.112"};Object.keys(h).forEach(function(e){h[h[e]]=e}),h["1.3.14.3.2.3"]="rsa-md5",h["1.3.14.3.2.29"]="rsa-sha1";var m={issuerKeyId:"2.5.29.35",altName:"2.5.29.17",basicConstraints:"2.5.29.19",keyUsage:"2.5.29.15",extKeyUsage:"2.5.29.37"};function f(e){if(e.peek()===n.Ber.UTCTime)return function(e){var t=e.match(x);i.ok(t,"timestamps must be in UTC");var r=new Date,n=r.getUTCFullYear(),o=100*Math.floor(n/100),a=parseInt(t[1],10);a+=n%100<50&&a>=60?o-1:o;r.setUTCFullYear(a,parseInt(t[2],10)-1,parseInt(t[3],10)),r.setUTCHours(parseInt(t[4],10),parseInt(t[5],10)),t[6]&&t[6].length>0&&r.setUTCSeconds(parseInt(t[6],10));return r}(e.readString(n.Ber.UTCTime));if(e.peek()===n.Ber.GeneralizedTime)return function(e){var t=e.match(_);i.ok(t);var r=new Date;r.setUTCFullYear(parseInt(t[1],10),parseInt(t[2],10)-1,parseInt(t[3],10)),r.setUTCHours(parseInt(t[4],10),parseInt(t[5],10)),t[6]&&t[6].length>0&&r.setUTCSeconds(parseInt(t[6],10));return r}(e.readString(n.Ber.GeneralizedTime));throw new Error("Unsupported date format")}function g(e,t){var r,i;t.getUTCFullYear()>=2050||t.getUTCFullYear()<1950?e.writeString((i="",i+=T((r=t).getUTCFullYear(),4),i+=T(r.getUTCMonth()+1),i+=T(r.getUTCDate()),i+=T(r.getUTCHours()),i+=T(r.getUTCMinutes()),i+=T(r.getUTCSeconds()),i+="Z"),n.Ber.GeneralizedTime):e.writeString(function(e){var t="";return t+=T(e.getUTCFullYear()%100),t+=T(e.getUTCMonth()+1),t+=T(e.getUTCDate()),t+=T(e.getUTCHours()),t+=T(e.getUTCMinutes()),t+=T(e.getUTCSeconds()),t+="Z"}(t),n.Ber.UTCTime)}var v={OtherName:c(0),RFC822Name:d(1),DNSName:d(2),X400Address:c(3),DirectoryName:c(4),EDIPartyName:c(5),URI:d(6),IPAddress:d(7),OID:d(8)},b={serverAuth:"1.3.6.1.5.5.7.3.1",clientAuth:"1.3.6.1.5.5.7.3.2",codeSigning:"1.3.6.1.5.5.7.3.3",joyentDocker:"1.3.6.1.4.1.38678.1.4.1",joyentCmon:"1.3.6.1.4.1.38678.1.4.2"},y={};Object.keys(b).forEach(function(e){y[b[e]]=e});var w=["signature","identity","keyEncryption","encryption","keyAgreement","ca","crl"];function E(e,t,r){r.readSequence();var i,o,a=r.offset+r.length,u=r.readOID(),l=e.signatures.x509;switch(l.extras.exts||(l.extras.exts=[]),r.peek()===n.Ber.Boolean&&(o=r.readBoolean()),u){case m.basicConstraints:r.readSequence(n.Ber.OctetString),r.readSequence();var p=r.offset+r.length,c=!1;r.peek()===n.Ber.Boolean&&(c=r.readBoolean()),void 0===e.purposes&&(e.purposes=[]),!0===c&&e.purposes.push("ca");var d={oid:u,critical:o};r.offset0||"host"===o.type||void 0!==e.purposes&&e.purposes.length>0||r.extras&&r.extras.exts){t.startSequence(c(3)),t.startSequence();var u=[];void 0!==e.purposes&&e.purposes.length>0&&(u.push({oid:m.basicConstraints,critical:!0}),u.push({oid:m.keyUsage,critical:!0}),u.push({oid:m.extKeyUsage,critical:!0})),u.push({oid:m.altName}),r.extras&&r.extras.exts&&(u=r.extras.exts);for(var l=0;l0)throw new Error("non-zero precision not supported");switch(t.match(/-/)&&(l=!0),t.match(/0/)&&(p="0"),t.match(/\+/)&&(c=!0),a){case"s":if(null==d)throw new Error("argument "+b+": attempted to print undefined or null as a string");v+=s(p,r,l,d.toString());break;case"d":d=Math.floor(d);case"f":v+=(c=c&&d>0?"+":"")+s(p,r,l,d.toString());break;case"x":v+=s(p,r,l,d.toString(16));break;case"j":0===r&&(r=10),v+=n.inspect(d,!1,r);break;case"r":v+=u(d);break;default:throw new Error("unsupported conversion: "+a)}}else v+="%";return v+=e}function a(e){var t=Array.prototype.slice.call(arguments,1);return e.write(o.apply(this,t))}function s(e,t,r,i){for(var n=i;n.length=48&&o<=57||o>=65&&o<=90||o>=97&&o<=122?r+=t.charAt(i):o<128?r+=n[o]:o<2048?r+=n[192|o>>6]+n[128|63&o]:o<55296||o>=57344?r+=n[224|o>>12]+n[128|o>>6&63]+n[128|63&o]:(i+=1,o=65536+((1023&o)<<10|1023&t.charCodeAt(i)),r+=n[240|o>>18]+n[128|o>>12&63]+n[128|o>>6&63]+n[128|63&o])}return r},isBuffer:function(e){return null!=e&&!!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e))},isRegExp:function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},merge:function e(t,r,n){if(!r)return t;if("object"!=typeof r){if(Array.isArray(t))t.push(r);else{if("object"!=typeof t)return[t,r];(n.plainObjects||n.allowPrototypes||!i.call(Object.prototype,r))&&(t[r]=!0)}return t}if("object"!=typeof t)return[t].concat(r);var a=t;return Array.isArray(t)&&!Array.isArray(r)&&(a=o(t,n)),Array.isArray(t)&&Array.isArray(r)?(r.forEach(function(r,o){i.call(t,o)?t[o]&&"object"==typeof t[o]?t[o]=e(t[o],r,n):t.push(r):t[o]=r}),t):Object.keys(r).reduce(function(t,o){var a=r[o];return i.call(t,o)?t[o]=e(t[o],a,n):t[o]=a,t},a)}}},function(e,t,r){"use strict";var i=String.prototype.replace,n=/%20/g;e.exports={default:"RFC3986",formatters:{RFC1738:function(e){return i.call(e,n,"+")},RFC3986:function(e){return e}},RFC1738:"RFC1738",RFC3986:"RFC3986"}},function(e,t,r){"use strict";var i=r(84);e.exports=function(e){i.copy(e,this)}},function(e,t,r){"use strict";e.exports=function(e,t){t||(t={}),"function"==typeof t&&(t={cmp:t});var r,i="boolean"==typeof t.cycles&&t.cycles,n=t.cmp&&(r=t.cmp,function(e){return function(t,i){var n={key:t,value:e[t]},o={key:i,value:e[i]};return r(n,o)}}),o=[];return function e(t){if(t&&t.toJSON&&"function"==typeof t.toJSON&&(t=t.toJSON()),void 0!==t){if("number"==typeof t)return isFinite(t)?""+t:"null";if("object"!=typeof t)return JSON.stringify(t);var r,a;if(Array.isArray(t)){for(a="[",r=0;r",b=h?">":"<",y=void 0;if(g){var w=e.util.getData(f.$data,a,e.dataPathArr),E="exclusive"+o,x="exclType"+o,_="exclIsNumber"+o,T="' + "+(k="op"+o)+" + '";n+=" var schemaExcl"+o+" = "+w+"; ",n+=" var "+E+"; var "+x+" = typeof "+(w="schemaExcl"+o)+"; if ("+x+" != 'boolean' && "+x+" != 'undefined' && "+x+" != 'number') { ";var S;y=m;(S=S||[]).push(n),n="",!1!==e.createErrors?(n+=" { keyword: '"+(y||"_exclusiveLimit")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(l)+" , params: {} ",!1!==e.opts.messages&&(n+=" , message: '"+m+" should be boolean' "),e.opts.verbose&&(n+=" , schema: validate.schema"+u+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),n+=" } "):n+=" {} ";var A=n;n=S.pop(),!e.compositeRule&&p?e.async?n+=" throw new ValidationError(["+A+"]); ":n+=" validate.errors = ["+A+"]; return false; ":n+=" var err = "+A+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",n+=" } else if ( ",d&&(n+=" ("+i+" !== undefined && typeof "+i+" != 'number') || "),n+=" "+x+" == 'number' ? ( ("+E+" = "+i+" === undefined || "+w+" "+v+"= "+i+") ? "+c+" "+b+"= "+w+" : "+c+" "+b+" "+i+" ) : ( ("+E+" = "+w+" === true) ? "+c+" "+b+"= "+i+" : "+c+" "+b+" "+i+" ) || "+c+" !== "+c+") { var op"+o+" = "+E+" ? '"+v+"' : '"+v+"='; ",void 0===s&&(y=m,l=e.errSchemaPath+"/"+m,i=w,d=g)}else{T=v;if((_="number"==typeof f)&&d){var k="'"+T+"'";n+=" if ( ",d&&(n+=" ("+i+" !== undefined && typeof "+i+" != 'number') || "),n+=" ( "+i+" === undefined || "+f+" "+v+"= "+i+" ? "+c+" "+b+"= "+f+" : "+c+" "+b+" "+i+" ) || "+c+" !== "+c+") { "}else{_&&void 0===s?(E=!0,y=m,l=e.errSchemaPath+"/"+m,i=f,b+="="):(_&&(i=Math[h?"min":"max"](f,s)),f===(!_||i)?(E=!0,y=m,l=e.errSchemaPath+"/"+m,b+="="):(E=!1,T+="="));k="'"+T+"'";n+=" if ( ",d&&(n+=" ("+i+" !== undefined && typeof "+i+" != 'number') || "),n+=" "+c+" "+b+" "+i+" || "+c+" !== "+c+") { "}}y=y||t,(S=S||[]).push(n),n="",!1!==e.createErrors?(n+=" { keyword: '"+(y||"_limit")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(l)+" , params: { comparison: "+k+", limit: "+i+", exclusive: "+E+" } ",!1!==e.opts.messages&&(n+=" , message: 'should be "+T+" ",n+=d?"' + "+i:i+"'"),e.opts.verbose&&(n+=" , schema: ",n+=d?"validate.schema"+u:""+s,n+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),n+=" } "):n+=" {} ";A=n;return n=S.pop(),!e.compositeRule&&p?e.async?n+=" throw new ValidationError(["+A+"]); ":n+=" validate.errors = ["+A+"]; return false; ":n+=" var err = "+A+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",n+=" } ",p&&(n+=" else { "),n}},function(e,t,r){"use strict";e.exports=function(e,t,r){var i,n=" ",o=e.level,a=e.dataLevel,s=e.schema[t],u=e.schemaPath+e.util.getProperty(t),l=e.errSchemaPath+"/"+t,p=!e.opts.allErrors,c="data"+(a||""),d=e.opts.$data&&s&&s.$data;d?(n+=" var schema"+o+" = "+e.util.getData(s.$data,a,e.dataPathArr)+"; ",i="schema"+o):i=s,n+="if ( ",d&&(n+=" ("+i+" !== undefined && typeof "+i+" != 'number') || "),n+=" "+c+".length "+("maxItems"==t?">":"<")+" "+i+") { ";var h=t,m=m||[];m.push(n),n="",!1!==e.createErrors?(n+=" { keyword: '"+(h||"_limitItems")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(l)+" , params: { limit: "+i+" } ",!1!==e.opts.messages&&(n+=" , message: 'should NOT have ",n+="maxItems"==t?"more":"fewer",n+=" than ",n+=d?"' + "+i+" + '":""+s,n+=" items' "),e.opts.verbose&&(n+=" , schema: ",n+=d?"validate.schema"+u:""+s,n+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),n+=" } "):n+=" {} ";var f=n;return n=m.pop(),!e.compositeRule&&p?e.async?n+=" throw new ValidationError(["+f+"]); ":n+=" validate.errors = ["+f+"]; return false; ":n+=" var err = "+f+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",n+="} ",p&&(n+=" else { "),n}},function(e,t,r){"use strict";e.exports=function(e,t,r){var i,n=" ",o=e.level,a=e.dataLevel,s=e.schema[t],u=e.schemaPath+e.util.getProperty(t),l=e.errSchemaPath+"/"+t,p=!e.opts.allErrors,c="data"+(a||""),d=e.opts.$data&&s&&s.$data;d?(n+=" var schema"+o+" = "+e.util.getData(s.$data,a,e.dataPathArr)+"; ",i="schema"+o):i=s;var h="maxLength"==t?">":"<";n+="if ( ",d&&(n+=" ("+i+" !== undefined && typeof "+i+" != 'number') || "),!1===e.opts.unicode?n+=" "+c+".length ":n+=" ucs2length("+c+") ",n+=" "+h+" "+i+") { ";var m=t,f=f||[];f.push(n),n="",!1!==e.createErrors?(n+=" { keyword: '"+(m||"_limitLength")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(l)+" , params: { limit: "+i+" } ",!1!==e.opts.messages&&(n+=" , message: 'should NOT be ",n+="maxLength"==t?"longer":"shorter",n+=" than ",n+=d?"' + "+i+" + '":""+s,n+=" characters' "),e.opts.verbose&&(n+=" , schema: ",n+=d?"validate.schema"+u:""+s,n+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),n+=" } "):n+=" {} ";var g=n;return n=f.pop(),!e.compositeRule&&p?e.async?n+=" throw new ValidationError(["+g+"]); ":n+=" validate.errors = ["+g+"]; return false; ":n+=" var err = "+g+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",n+="} ",p&&(n+=" else { "),n}},function(e,t,r){"use strict";e.exports=function(e,t,r){var i,n=" ",o=e.level,a=e.dataLevel,s=e.schema[t],u=e.schemaPath+e.util.getProperty(t),l=e.errSchemaPath+"/"+t,p=!e.opts.allErrors,c="data"+(a||""),d=e.opts.$data&&s&&s.$data;d?(n+=" var schema"+o+" = "+e.util.getData(s.$data,a,e.dataPathArr)+"; ",i="schema"+o):i=s,n+="if ( ",d&&(n+=" ("+i+" !== undefined && typeof "+i+" != 'number') || "),n+=" Object.keys("+c+").length "+("maxProperties"==t?">":"<")+" "+i+") { ";var h=t,m=m||[];m.push(n),n="",!1!==e.createErrors?(n+=" { keyword: '"+(h||"_limitProperties")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(l)+" , params: { limit: "+i+" } ",!1!==e.opts.messages&&(n+=" , message: 'should NOT have ",n+="maxProperties"==t?"more":"fewer",n+=" than ",n+=d?"' + "+i+" + '":""+s,n+=" properties' "),e.opts.verbose&&(n+=" , schema: ",n+=d?"validate.schema"+u:""+s,n+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),n+=" } "):n+=" {} ";var f=n;return n=m.pop(),!e.compositeRule&&p?e.async?n+=" throw new ValidationError(["+f+"]); ":n+=" validate.errors = ["+f+"]; return false; ":n+=" var err = "+f+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",n+="} ",p&&(n+=" else { "),n}},function(e){e.exports=JSON.parse('{"$schema":"http://json-schema.org/draft-07/schema#","$id":"http://json-schema.org/draft-07/schema#","title":"Core schema meta-schema","definitions":{"schemaArray":{"type":"array","minItems":1,"items":{"$ref":"#"}},"nonNegativeInteger":{"type":"integer","minimum":0},"nonNegativeIntegerDefault0":{"allOf":[{"$ref":"#/definitions/nonNegativeInteger"},{"default":0}]},"simpleTypes":{"enum":["array","boolean","integer","null","number","object","string"]},"stringArray":{"type":"array","items":{"type":"string"},"uniqueItems":true,"default":[]}},"type":["object","boolean"],"properties":{"$id":{"type":"string","format":"uri-reference"},"$schema":{"type":"string","format":"uri"},"$ref":{"type":"string","format":"uri-reference"},"$comment":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"default":true,"readOnly":{"type":"boolean","default":false},"examples":{"type":"array","items":true},"multipleOf":{"type":"number","exclusiveMinimum":0},"maximum":{"type":"number"},"exclusiveMaximum":{"type":"number"},"minimum":{"type":"number"},"exclusiveMinimum":{"type":"number"},"maxLength":{"$ref":"#/definitions/nonNegativeInteger"},"minLength":{"$ref":"#/definitions/nonNegativeIntegerDefault0"},"pattern":{"type":"string","format":"regex"},"additionalItems":{"$ref":"#"},"items":{"anyOf":[{"$ref":"#"},{"$ref":"#/definitions/schemaArray"}],"default":true},"maxItems":{"$ref":"#/definitions/nonNegativeInteger"},"minItems":{"$ref":"#/definitions/nonNegativeIntegerDefault0"},"uniqueItems":{"type":"boolean","default":false},"contains":{"$ref":"#"},"maxProperties":{"$ref":"#/definitions/nonNegativeInteger"},"minProperties":{"$ref":"#/definitions/nonNegativeIntegerDefault0"},"required":{"$ref":"#/definitions/stringArray"},"additionalProperties":{"$ref":"#"},"definitions":{"type":"object","additionalProperties":{"$ref":"#"},"default":{}},"properties":{"type":"object","additionalProperties":{"$ref":"#"},"default":{}},"patternProperties":{"type":"object","additionalProperties":{"$ref":"#"},"propertyNames":{"format":"regex"},"default":{}},"dependencies":{"type":"object","additionalProperties":{"anyOf":[{"$ref":"#"},{"$ref":"#/definitions/stringArray"}]}},"propertyNames":{"$ref":"#"},"const":true,"enum":{"type":"array","items":true,"minItems":1,"uniqueItems":true},"type":{"anyOf":[{"$ref":"#/definitions/simpleTypes"},{"type":"array","items":{"$ref":"#/definitions/simpleTypes"},"minItems":1,"uniqueItems":true}]},"format":{"type":"string"},"contentMediaType":{"type":"string"},"contentEncoding":{"type":"string"},"if":{"$ref":"#"},"then":{"$ref":"#"},"else":{"$ref":"#"},"allOf":{"$ref":"#/definitions/schemaArray"},"anyOf":{"$ref":"#/definitions/schemaArray"},"oneOf":{"$ref":"#/definitions/schemaArray"},"not":{"$ref":"#"}},"default":true}')},function(e,t,r){"use strict";const i=r(1),n=(r(0),r(31));e.exports={convertInherit(e,t,{context:r="The provided value"}={}){n.convertInherit(e,t,{context:r});{const n="lengthComputable";let o=null==e?void 0:e[n];void 0!==o?(o=i.boolean(o,{context:r+" has member lengthComputable that"}),t[n]=o):t[n]=!1}{const n="loaded";let o=null==e?void 0:e[n];void 0!==o?(o=i["unsigned long long"](o,{context:r+" has member loaded that"}),t[n]=o):t[n]=0}{const n="total";let o=null==e?void 0:e[n];void 0!==o?(o=i["unsigned long long"](o,{context:r+" has member total that"}),t[n]=o):t[n]=0}},convert(t,{context:r="The provided value"}={}){if(void 0!==t&&"object"!=typeof t&&"function"!=typeof t)throw new TypeError(`${r} is not an object.`);const i=Object.create(null);return e.exports.convertInherit(t,i,{context:r}),i}}},function(e,t,r){"use strict";const i=r(56),{parseURL:n,serializeURL:o}=r(16),{stripLeadingAndTrailingASCIIWhitespace:a,stringPercentDecode:s,isomorphicDecode:u,forgivingBase64Decode:l}=r(716);e.exports=t=>{const r=n(t);return null===r?null:e.exports.fromURLRecord(r)},e.exports.fromURLRecord=e=>{if("data"!==e.scheme)return null;const t=o(e,!0).substring("data:".length);let r=0,n="";for(;r{const t=i.jar();return t._jar=e,t}},function(e,t,r){"use strict";const i=r(139);e.exports={implementation:class{_initElementCSSInlineStyle(){this._settingCssText=!1,this._style=new i.CSSStyleDeclaration(e=>{this._settingCssText||(this._settingCssText=!0,this.setAttributeNS(null,"style",e),this._settingCssText=!1)})}get style(){return this._style}set style(e){this._style.cssText=e}}}},function(e,t,r){"use strict";const i=r(1),n=r(717),o=r(332);t.implementation=class{_initHTMLOrSVGElement(){this._tabIndex=0,this._dataset=o.createImpl([],{element:this})}get dataset(){return this._dataset}get tabIndex(){return this.hasAttributeNS(null,"tabindex")?i.long(this.getAttributeNS(null,"tabindex")):n.isFocusableAreaElement(this)?0:-1}set tabIndex(e){this.setAttributeNS(null,"tabindex",String(e))}focus(){if(!n.isFocusableAreaElement(this))return;const e=this._ownerDocument._lastFocusedElement;n.fireFocusEventWithTargetAdjustment("blur",e,this),this._ownerDocument._lastFocusedElement=this,n.fireFocusEventWithTargetAdjustment("focus",this,e),this._ownerDocument._defaultView._frameElement&&this._ownerDocument._defaultView._frameElement.focus()}blur(){this._ownerDocument._lastFocusedElement===this&&n.isFocusableAreaElement(this)&&(n.fireFocusEventWithTargetAdjustment("blur",this,this._ownerDocument),this._ownerDocument._lastFocusedElement=null,n.fireFocusEventWithTargetAdjustment("focus",this._ownerDocument,this))}}},function(e,t,r){"use strict";r(1),r(0);const i=r(38).convert,n=r(74);e.exports={convertInherit(e,t,{context:r="The provided value"}={}){n.convertInherit(e,t,{context:r});{const n="relatedTarget";let o=null==e?void 0:e[n];void 0!==o?(o=null==o?null:i(o,{context:r+" has member relatedTarget that"}),t[n]=o):t[n]=null}},convert(t,{context:r="The provided value"}={}){if(void 0!==t&&"object"!=typeof t&&"function"!=typeof t)throw new TypeError(`${r} is not an object.`);const i=Object.create(null);return e.exports.convertInherit(t,i,{context:r}),i}}},function(e,t,r){"use strict";function i(e){return e%400==0||e%4==0&&e%100!=0}const n=[31,28,31,30,31,30,31,31,30,31,30,31];function o(e,t){return 2===e&&i(t)?29:n[e-1]}const a=/^([0-9]{4,})-([0-9]{2})$/;function s(e){const t=a.exec(e);if(!t)return null;const r=Number(t[1]);if(r<=0)return null;const i=Number(t[2]);return i<1||i>12?null:{year:r,month:i}}function u({year:e,month:t}){return`${`${e}`.padStart(4,"0")}-${`${t}`.padStart(2,"0")}`}const l=/^([0-9]{4,})-([0-9]{2})-([0-9]{2})$/;function p(e){const t=l.exec(e);if(!t)return null;const r=Number(t[1]);if(r<=0)return null;const i=Number(t[2]);if(i<1||i>12)return null;const n=Number(t[3]);return n<1||n>o(i,r)?null:{year:r,month:i,day:n}}function c(e){const t=`${e.day}`.padStart(2,"0");return`${u(e)}-${t}`}const d=/^(?:--)?([0-9]{2})-([0-9]{2})$/;function h(e){const t=d.exec(e);if(!t)return null;const r=Number(t[1]);if(r<1||r>12)return null;const i=Number(t[2]);return i<1||i>o(r,4)?null:{month:r,day:i}}const m=/^([0-9]{2}):([0-9]{2})(?::([0-9]{2}(?:\.([0-9]{1,3}))?))?$/;function f(e){const t=m.exec(e);if(!t)return null;const r=Number(t[1]);if(r<0||r>23)return null;const i=Number(t[2]);if(i<0||i>59)return null;const n=void 0!==t[3]?Math.trunc(Number(t[3])):0;return n<0||n>=60?null:{hour:r,minute:i,second:n,millisecond:void 0!==t[4]?Number(t[4]):0}}function g({hour:e,minute:t,second:r,millisecond:i}){const n=`${e}`.padStart(2,"0"),o=`${t}`.padStart(2,"0");return 0===i?`${n}:${o}`:`${n}:${o}:${`${r}`.padStart(2,"0")}.${`${i}`.padStart(3,"0")}`}function v(e,t=!1){let r=e.indexOf("T");if(r<0&&!t&&(r=e.indexOf(" ")),r<0)return null;const i=p(e.slice(0,r));if(null===i)return null;const n=f(e.slice(r+1));return null===n?null:{date:i,time:n}}function b(e){const t=new Date(e,0);return 4===t.getDay()||i(e)&&3===t.getDay()?53:52}const y=/^([0-9]{4,5})-W([0-9]{2})$/;function w(e){const t=y.exec(e);if(!t)return null;const r=Number(t[1]);if(r<=0)return null;const i=Number(t[2]);return i<1||i>b(r)?null:{year:r,week:i}}e.exports={numberOfDaysInMonthOfYear:o,parseMonthString:s,isValidMonthString:function(e){return null!==s(e)},serializeMonth:u,parseDateString:p,isValidDateString:function(e){return null!==p(e)},serializeDate:c,parseYearlessDateString:h,isValidYearlessDateString:function(e){return null!==h(e)},serializeYearlessDate:function({month:e,day:t}){return`${`${e}`.padStart(2,"0")}-${`${t}`.padStart(2,"0")}`},parseTimeString:f,isValidTimeString:function(e){return null!==f(e)},serializeTime:g,parseLocalDateAndTimeString:v,isValidLocalDateAndTimeString:function(e){return null!==v(e)},isValidNormalizedLocalDateAndTimeString:function(e){return null!==v(e,!0)},serializeNormalizedDateAndTime:function({date:e,time:t}){return`${c(e)}T${g(t)}`},weekNumberOfLastDay:b,parseWeekString:w,isValidWeekString:function(e){return null!==w(e)},serializeWeek:function({year:e,week:t}){return`${`${e}`.padStart(4,"0")}-W${`${t}`.padStart(2,"0")}`}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol;class a{constructor(){throw new TypeError("Illegal constructor")}}Object.defineProperties(a.prototype,{[Symbol.toStringTag]:{value:"DOMStringMap",configurable:!0}});const s={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof u.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof u.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'DOMStringMap'.`)},create(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new u.implementation(t,r),configurable:!0}),(e=new Proxy(e,{get(e,t,r){if("symbol"==typeof t)return Reflect.get(e,t,r);const i=this.getOwnPropertyDescriptor(e,t);if(void 0===i){if(null===Object.getPrototypeOf(e))return;return Reflect.get(e,t,r)}if(!i.get&&!i.set)return i.value;const n=i.get;return void 0!==n?Reflect.apply(n,r,[]):void 0},has(e,t){if("symbol"==typeof t)return Reflect.has(e,t);if(void 0!==this.getOwnPropertyDescriptor(e,t))return!0;const r=Object.getPrototypeOf(e);return null!==r&&Reflect.has(r,t)},ownKeys(e){const t=new Set;for(const r of e[o][n.supportedPropertyNames])n.hasOwn(e,r)||t.add(`${r}`);for(const r of Reflect.ownKeys(e))t.add(r);return[...t]},getOwnPropertyDescriptor(e,t){if("symbol"==typeof t)return Reflect.getOwnPropertyDescriptor(e,t);const r=e[o][n.namedGet](t);return void 0===r||n.hasOwn(e,t)?Reflect.getOwnPropertyDescriptor(e,t):{writable:!0,enumerable:!0,configurable:!0,value:n.tryWrapperForImpl(r)}},set(e,t,r,a){if("symbol"==typeof t)return Reflect.set(e,t,r,a);if(e===a&&"string"==typeof t&&!n.isArrayIndexPropName(t)){let a=r;return a=i.DOMString(a,{context:"Failed to set the '"+t+"' property on 'DOMStringMap': The provided value"}),!(void 0!==e[o][n.namedGet](t))?e[o][n.namedSetNew](t,a):e[o][n.namedSetExisting](t,a),!0}let s;if(void 0===s&&(s=Reflect.getOwnPropertyDescriptor(e,t)),void 0===s){const i=Reflect.getPrototypeOf(e);if(null!==i)return Reflect.set(i,t,r,a);s={writable:!0,enumerable:!0,configurable:!0,value:void 0}}if(!s.writable)return!1;if(!n.isObject(a))return!1;const u=Reflect.getOwnPropertyDescriptor(a,t);let l;if(void 0!==u){if(u.get||u.set)return!1;if(!u.writable)return!1;l={value:r}}else l={writable:!0,enumerable:!0,configurable:!0,value:r};return Reflect.defineProperty(a,t,l)},defineProperty(e,t,r){if("symbol"==typeof t)return Reflect.defineProperty(e,t,r);if(r.get||r.set)return!1;let a=r.value;return a=i.DOMString(a,{context:"Failed to set the '"+t+"' property on 'DOMStringMap': The provided value"}),!(void 0!==e[o][n.namedGet](t))?e[o][n.namedSetNew](t,a):e[o][n.namedSetExisting](t,a),!0},deleteProperty:(e,t)=>"symbol"==typeof t?Reflect.deleteProperty(e,t):void 0===e[o][n.namedGet](t)||n.hasOwn(e,t)?Reflect.deleteProperty(e,t):(e[o][n.namedDelete](t),!0),preventExtensions:()=>!1}))[o][n.wrapperSymbol]=e,u.init&&u.init(e[o],r),e},interface:a,expose:{Window:{DOMStringMap:a}}};e.exports=s;const u=r(719)},function(e,t,r){"use strict";const i=r(111),n=r(139);function o(){}Object.setPrototypeOf(o.prototype,Array.prototype),o.prototype.item=function(e){return Object.prototype.hasOwnProperty.call(this,e)?this[e]:null},t.StyleSheetList=o,t.addToCore=e=>{e.StyleSheet=i.StyleSheet,e.MediaList=i.MediaList,e.CSSStyleSheet=i.CSSStyleSheet,e.CSSRule=i.CSSRule,e.CSSStyleRule=i.CSSStyleRule,e.CSSMediaRule=i.CSSMediaRule,e.CSSImportRule=i.CSSImportRule,e.CSSStyleDeclaration=n.CSSStyleDeclaration,e.StyleSheetList=o}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol;class a{constructor(){throw new TypeError("Illegal constructor")}go(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=[];{let e=arguments[0];e=void 0!==e?i.long(e,{context:"Failed to execute 'go' on 'History': parameter 1"}):0,t.push(e)}return this[o].go(...t)}back(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].back()}forward(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].forward()}pushState(t,r){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<2)throw new TypeError("Failed to execute 'pushState' on 'History': 2 arguments required, but only "+arguments.length+" present.");const n=[];{let e=arguments[0];e=i.any(e,{context:"Failed to execute 'pushState' on 'History': parameter 1"}),n.push(e)}{let e=arguments[1];e=i.DOMString(e,{context:"Failed to execute 'pushState' on 'History': parameter 2"}),n.push(e)}{let e=arguments[2];e=void 0!==e?null==e?null:i.USVString(e,{context:"Failed to execute 'pushState' on 'History': parameter 3"}):null,n.push(e)}return this[o].pushState(...n)}replaceState(t,r){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<2)throw new TypeError("Failed to execute 'replaceState' on 'History': 2 arguments required, but only "+arguments.length+" present.");const n=[];{let e=arguments[0];e=i.any(e,{context:"Failed to execute 'replaceState' on 'History': parameter 1"}),n.push(e)}{let e=arguments[1];e=i.DOMString(e,{context:"Failed to execute 'replaceState' on 'History': parameter 2"}),n.push(e)}{let e=arguments[2];e=void 0!==e?null==e?null:i.USVString(e,{context:"Failed to execute 'replaceState' on 'History': parameter 3"}):null,n.push(e)}return this[o].replaceState(...n)}get length(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].length}get state(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].state}}Object.defineProperties(a.prototype,{go:{enumerable:!0},back:{enumerable:!0},forward:{enumerable:!0},pushState:{enumerable:!0},replaceState:{enumerable:!0},length:{enumerable:!0},state:{enumerable:!0},[Symbol.toStringTag]:{value:"History",configurable:!0}});const s={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof u.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof u.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'History'.`)},create(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new u.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,u.init&&u.init(e[o],r),e},interface:a,expose:{Window:{History:a}}};e.exports=s;const u=r(720)},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol;class a{constructor(){throw new TypeError("Illegal constructor")}}Object.defineProperties(a.prototype,{[Symbol.toStringTag]:{value:"Location",configurable:!0}});const s={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof u.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof u.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'Location'.`)},create(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(t){Object.defineProperties(t,n.getOwnPropertyDescriptors({assign(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'assign' on 'Location': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.USVString(e,{context:"Failed to execute 'assign' on 'Location': parameter 1"}),r.push(e)}return this[o].assign(...r)},replace(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'replace' on 'Location': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.USVString(e,{context:"Failed to execute 'replace' on 'Location': parameter 1"}),r.push(e)}return this[o].replace(...r)},reload(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].reload()},get href(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return t[o].href},set href(r){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");r=i.USVString(r,{context:"Failed to set the 'href' property on 'Location': The provided value"}),t[o].href=r},toString(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return t[o].href},get origin(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return t[o].origin},get protocol(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return t[o].protocol},set protocol(r){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");r=i.USVString(r,{context:"Failed to set the 'protocol' property on 'Location': The provided value"}),t[o].protocol=r},get host(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return t[o].host},set host(r){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");r=i.USVString(r,{context:"Failed to set the 'host' property on 'Location': The provided value"}),t[o].host=r},get hostname(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return t[o].hostname},set hostname(r){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");r=i.USVString(r,{context:"Failed to set the 'hostname' property on 'Location': The provided value"}),t[o].hostname=r},get port(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return t[o].port},set port(r){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");r=i.USVString(r,{context:"Failed to set the 'port' property on 'Location': The provided value"}),t[o].port=r},get pathname(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return t[o].pathname},set pathname(r){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");r=i.USVString(r,{context:"Failed to set the 'pathname' property on 'Location': The provided value"}),t[o].pathname=r},get search(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return t[o].search},set search(r){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");r=i.USVString(r,{context:"Failed to set the 'search' property on 'Location': The provided value"}),t[o].search=r},get hash(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return t[o].hash},set hash(r){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");r=i.USVString(r,{context:"Failed to set the 'hash' property on 'Location': The provided value"}),t[o].hash=r}})),Object.defineProperties(t,{assign:{configurable:!1,writable:!1},replace:{configurable:!1,writable:!1},reload:{configurable:!1,writable:!1},href:{configurable:!1},toString:{configurable:!1,writable:!1},origin:{configurable:!1},protocol:{configurable:!1},host:{configurable:!1},hostname:{configurable:!1},port:{configurable:!1},pathname:{configurable:!1},search:{configurable:!1},hash:{configurable:!1}})},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new u.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,u.init&&u.init(e[o],r),e},interface:a,expose:{Window:{Location:a}}};e.exports=s;const u=r(721)},function(e,t,r){"use strict";const i=r(1),n=r(0),o=r(87).convert,a=n.implSymbol;class s{constructor(){throw new TypeError("Illegal constructor")}createDocumentType(t,r,o){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<3)throw new TypeError("Failed to execute 'createDocumentType' on 'DOMImplementation': 3 arguments required, but only "+arguments.length+" present.");const s=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'createDocumentType' on 'DOMImplementation': parameter 1"}),s.push(e)}{let e=arguments[1];e=i.DOMString(e,{context:"Failed to execute 'createDocumentType' on 'DOMImplementation': parameter 2"}),s.push(e)}{let e=arguments[2];e=i.DOMString(e,{context:"Failed to execute 'createDocumentType' on 'DOMImplementation': parameter 3"}),s.push(e)}return n.tryWrapperForImpl(this[a].createDocumentType(...s))}createDocument(t,r){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<2)throw new TypeError("Failed to execute 'createDocument' on 'DOMImplementation': 2 arguments required, but only "+arguments.length+" present.");const s=[];{let e=arguments[0];e=null==e?null:i.DOMString(e,{context:"Failed to execute 'createDocument' on 'DOMImplementation': parameter 1"}),s.push(e)}{let e=arguments[1];e=i.DOMString(e,{context:"Failed to execute 'createDocument' on 'DOMImplementation': parameter 2",treatNullAsEmptyString:!0}),s.push(e)}{let e=arguments[2];e=void 0!==e?null==e?null:o(e,{context:"Failed to execute 'createDocument' on 'DOMImplementation': parameter 3"}):null,s.push(e)}return n.tryWrapperForImpl(this[a].createDocument(...s))}createHTMLDocument(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=[];{let e=arguments[0];void 0!==e&&(e=i.DOMString(e,{context:"Failed to execute 'createHTMLDocument' on 'DOMImplementation': parameter 1"})),t.push(e)}return n.tryWrapperForImpl(this[a].createHTMLDocument(...t))}hasFeature(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].hasFeature()}}Object.defineProperties(s.prototype,{createDocumentType:{enumerable:!0},createDocument:{enumerable:!0},createHTMLDocument:{enumerable:!0},hasFeature:{enumerable:!0},[Symbol.toStringTag]:{value:"DOMImplementation",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,a)&&t[a]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'DOMImplementation'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,a,{value:new l.implementation(t,r),configurable:!0}),e[a][n.wrapperSymbol]=e,l.init&&l.init(e[a],r),e},interface:s,expose:{Window:{DOMImplementation:s}}};e.exports=u;const l=r(723)},function(e,t,r){"use strict";r(1);const i=r(0),n=i.implSymbol,o=r(2);class a extends o.interface{constructor(){throw new TypeError("Illegal constructor")}}Object.defineProperties(a.prototype,{[Symbol.toStringTag]:{value:"HTMLUnknownElement",configurable:!0}});const s={_mixedIntoPredicates:[],is(t){if(t){if(i.hasOwn(t,n)&&t[n]instanceof u.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof u.implementation)return!0;const r=i.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return i.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLUnknownElement'.`)},create(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t),i.implForWrapper(r)},_internalSetup(e){o._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,n,{value:new u.implementation(t,r),configurable:!0}),e[n][i.wrapperSymbol]=e,u.init&&u.init(e[n],r),e},interface:a,expose:{Window:{HTMLUnknownElement:a}}};e.exports=s;const u=r(724)},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol;class a{constructor(){throw new TypeError("Illegal constructor")}get baseVal(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].baseVal}set baseVal(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'baseVal' property on 'SVGAnimatedString': The provided value"}),this[o].baseVal=t}get animVal(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].animVal}}Object.defineProperties(a.prototype,{baseVal:{enumerable:!0},animVal:{enumerable:!0},[Symbol.toStringTag]:{value:"SVGAnimatedString",configurable:!0}});const s={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof u.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof u.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'SVGAnimatedString'.`)},create(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new u.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,u.init&&u.init(e[o],r),e},interface:a,expose:{Window:{SVGAnimatedString:a}}};e.exports=s;const u=r(725)},function(e,t,r){"use strict";r(1);const i=r(0),n=r(28).convert,o=i.implSymbol;class a{constructor(){throw new TypeError("Illegal constructor")}parentNode(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return i.tryWrapperForImpl(this[o].parentNode())}firstChild(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return i.tryWrapperForImpl(this[o].firstChild())}lastChild(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return i.tryWrapperForImpl(this[o].lastChild())}previousSibling(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return i.tryWrapperForImpl(this[o].previousSibling())}nextSibling(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return i.tryWrapperForImpl(this[o].nextSibling())}previousNode(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return i.tryWrapperForImpl(this[o].previousNode())}nextNode(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return i.tryWrapperForImpl(this[o].nextNode())}get root(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return i.getSameObject(this,"root",()=>i.tryWrapperForImpl(this[o].root))}get whatToShow(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].whatToShow}get filter(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return i.tryWrapperForImpl(this[o].filter)}get currentNode(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return i.tryWrapperForImpl(this[o].currentNode)}set currentNode(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n(t,{context:"Failed to set the 'currentNode' property on 'TreeWalker': The provided value"}),this[o].currentNode=t}}Object.defineProperties(a.prototype,{parentNode:{enumerable:!0},firstChild:{enumerable:!0},lastChild:{enumerable:!0},previousSibling:{enumerable:!0},nextSibling:{enumerable:!0},previousNode:{enumerable:!0},nextNode:{enumerable:!0},root:{enumerable:!0},whatToShow:{enumerable:!0},filter:{enumerable:!0},currentNode:{enumerable:!0},[Symbol.toStringTag]:{value:"TreeWalker",configurable:!0}});const s={_mixedIntoPredicates:[],is(t){if(t){if(i.hasOwn(t,o)&&t[o]instanceof u.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof u.implementation)return!0;const r=i.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return i.implForWrapper(t);throw new TypeError(`${r} is not of type 'TreeWalker'.`)},create(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t),i.implForWrapper(r)},_internalSetup(e){},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new u.implementation(t,r),configurable:!0}),e[o][i.wrapperSymbol]=e,u.init&&u.init(e[o],r),e},interface:a,expose:{Window:{TreeWalker:a}}};e.exports=s;const u=r(726)},function(e,t,r){"use strict";const i=r(8),n=r(0),o=r(1);t.FILTER_ACCEPT=1,t.FILTER_REJECT=2,t.FILTER_SKIP=3,t.filter=(e,r)=>{if(e._active)throw new i("Recursive node filtering","InvalidStateError");if(!(1<i.tryWrapperForImpl(this[n].root))}get referenceNode(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return i.tryWrapperForImpl(this[n].referenceNode)}get pointerBeforeReferenceNode(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[n].pointerBeforeReferenceNode}get whatToShow(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[n].whatToShow}get filter(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return i.tryWrapperForImpl(this[n].filter)}}Object.defineProperties(o.prototype,{nextNode:{enumerable:!0},previousNode:{enumerable:!0},detach:{enumerable:!0},root:{enumerable:!0},referenceNode:{enumerable:!0},pointerBeforeReferenceNode:{enumerable:!0},whatToShow:{enumerable:!0},filter:{enumerable:!0},[Symbol.toStringTag]:{value:"NodeIterator",configurable:!0}});const a={_mixedIntoPredicates:[],is(t){if(t){if(i.hasOwn(t,n)&&t[n]instanceof s.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof s.implementation)return!0;const r=i.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return i.implForWrapper(t);throw new TypeError(`${r} is not of type 'NodeIterator'.`)},create(e,t){let r=Object.create(o.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(o.prototype);return r=this.setup(r,e,t),i.implForWrapper(r)},_internalSetup(e){},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,n,{value:new s.implementation(t,r),configurable:!0}),e[n][i.wrapperSymbol]=e,s.init&&s.init(e[n],r),e},interface:o,expose:{Window:{NodeIterator:o}}};e.exports=a;const s=r(727)},function(e,t,r){"use strict";const i=r(1),n=r(0),o=r(343).convert,a=n.implSymbol,s=r(26);class u extends s.interface{constructor(e){if(arguments.length<1)throw new TypeError("Failed to construct 'CustomEvent': 1 argument required, but only "+arguments.length+" present.");const t=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to construct 'CustomEvent': parameter 1"}),t.push(e)}{let e=arguments[1];e=o(e,{context:"Failed to construct 'CustomEvent': parameter 2"}),t.push(e)}return l.setup(Object.create(new.target.prototype),t)}initCustomEvent(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'initCustomEvent' on 'CustomEvent': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'initCustomEvent' on 'CustomEvent': parameter 1"}),r.push(e)}{let e=arguments[1];e=void 0!==e&&i.boolean(e,{context:"Failed to execute 'initCustomEvent' on 'CustomEvent': parameter 2"}),r.push(e)}{let e=arguments[2];e=void 0!==e&&i.boolean(e,{context:"Failed to execute 'initCustomEvent' on 'CustomEvent': parameter 3"}),r.push(e)}{let e=arguments[3];e=void 0!==e?i.any(e,{context:"Failed to execute 'initCustomEvent' on 'CustomEvent': parameter 4"}):null,r.push(e)}return this[a].initCustomEvent(...r)}get detail(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].detail}}Object.defineProperties(u.prototype,{initCustomEvent:{enumerable:!0},detail:{enumerable:!0},[Symbol.toStringTag]:{value:"CustomEvent",configurable:!0}});const l={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,a)&&t[a]instanceof p.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof p.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'CustomEvent'.`)},create(e,t){let r=Object.create(u.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(u.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){s._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,a,{value:new p.implementation(t,r),configurable:!0}),e[a][n.wrapperSymbol]=e,p.init&&p.init(e[a],r),e},interface:u,expose:{Window:{CustomEvent:u},Worker:{CustomEvent:u}}};e.exports=l;const p=r(728)},function(e,t,r){"use strict";const i=r(1),n=(r(0),r(31));e.exports={convertInherit(e,t,{context:r="The provided value"}={}){n.convertInherit(e,t,{context:r});{const n="detail";let o=null==e?void 0:e[n];void 0!==o?(o=i.any(o,{context:r+" has member detail that"}),t[n]=o):t[n]=null}},convert(t,{context:r="The provided value"}={}){if(void 0!==t&&"object"!=typeof t&&"function"!=typeof t)throw new TypeError(`${r} is not an object.`);const i=Object.create(null);return e.exports.convertInherit(t,i,{context:r}),i}}},function(e,t,r){"use strict";const i=r(1),n=(r(0),r(31));e.exports={convertInherit(e,t,{context:r="The provided value"}={}){n.convertInherit(e,t,{context:r});{const n="newURL";let o=null==e?void 0:e[n];void 0!==o?(o=i.USVString(o,{context:r+" has member newURL that"}),t[n]=o):t[n]=""}{const n="oldURL";let o=null==e?void 0:e[n];void 0!==o?(o=i.USVString(o,{context:r+" has member oldURL that"}),t[n]=o):t[n]=""}},convert(t,{context:r="The provided value"}={}){if(void 0!==t&&"object"!=typeof t&&"function"!=typeof t)throw new TypeError(`${r} is not an object.`);const i=Object.create(null);return e.exports.convertInherit(t,i,{context:r}),i}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=r(346).convert,a=n.implSymbol,s=r(49);class u extends s.interface{constructor(e){if(arguments.length<1)throw new TypeError("Failed to construct 'KeyboardEvent': 1 argument required, but only "+arguments.length+" present.");const t=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to construct 'KeyboardEvent': parameter 1"}),t.push(e)}{let e=arguments[1];e=o(e,{context:"Failed to construct 'KeyboardEvent': parameter 2"}),t.push(e)}return l.setup(Object.create(new.target.prototype),t)}getModifierState(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'getModifierState' on 'KeyboardEvent': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'getModifierState' on 'KeyboardEvent': parameter 1"}),r.push(e)}return this[a].getModifierState(...r)}initKeyboardEvent(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'initKeyboardEvent' on 'KeyboardEvent': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'initKeyboardEvent' on 'KeyboardEvent': parameter 1"}),r.push(e)}{let e=arguments[1];e=void 0!==e&&i.boolean(e,{context:"Failed to execute 'initKeyboardEvent' on 'KeyboardEvent': parameter 2"}),r.push(e)}{let e=arguments[2];e=void 0!==e&&i.boolean(e,{context:"Failed to execute 'initKeyboardEvent' on 'KeyboardEvent': parameter 3"}),r.push(e)}{let e=arguments[3];e=void 0!==e?null==e?null:n.tryImplForWrapper(e):null,r.push(e)}{let e=arguments[4];e=void 0!==e?i.DOMString(e,{context:"Failed to execute 'initKeyboardEvent' on 'KeyboardEvent': parameter 5"}):"",r.push(e)}{let e=arguments[5];e=void 0!==e?i["unsigned long"](e,{context:"Failed to execute 'initKeyboardEvent' on 'KeyboardEvent': parameter 6"}):0,r.push(e)}{let e=arguments[6];e=void 0!==e&&i.boolean(e,{context:"Failed to execute 'initKeyboardEvent' on 'KeyboardEvent': parameter 7"}),r.push(e)}{let e=arguments[7];e=void 0!==e&&i.boolean(e,{context:"Failed to execute 'initKeyboardEvent' on 'KeyboardEvent': parameter 8"}),r.push(e)}{let e=arguments[8];e=void 0!==e&&i.boolean(e,{context:"Failed to execute 'initKeyboardEvent' on 'KeyboardEvent': parameter 9"}),r.push(e)}{let e=arguments[9];e=void 0!==e&&i.boolean(e,{context:"Failed to execute 'initKeyboardEvent' on 'KeyboardEvent': parameter 10"}),r.push(e)}return this[a].initKeyboardEvent(...r)}get key(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].key}get code(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].code}get location(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].location}get ctrlKey(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].ctrlKey}get shiftKey(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].shiftKey}get altKey(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].altKey}get metaKey(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].metaKey}get repeat(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].repeat}get isComposing(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].isComposing}get charCode(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].charCode}get keyCode(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].keyCode}}Object.defineProperties(u.prototype,{getModifierState:{enumerable:!0},initKeyboardEvent:{enumerable:!0},key:{enumerable:!0},code:{enumerable:!0},location:{enumerable:!0},ctrlKey:{enumerable:!0},shiftKey:{enumerable:!0},altKey:{enumerable:!0},metaKey:{enumerable:!0},repeat:{enumerable:!0},isComposing:{enumerable:!0},charCode:{enumerable:!0},keyCode:{enumerable:!0},[Symbol.toStringTag]:{value:"KeyboardEvent",configurable:!0},DOM_KEY_LOCATION_STANDARD:{value:0,enumerable:!0},DOM_KEY_LOCATION_LEFT:{value:1,enumerable:!0},DOM_KEY_LOCATION_RIGHT:{value:2,enumerable:!0},DOM_KEY_LOCATION_NUMPAD:{value:3,enumerable:!0}}),Object.defineProperties(u,{DOM_KEY_LOCATION_STANDARD:{value:0,enumerable:!0},DOM_KEY_LOCATION_LEFT:{value:1,enumerable:!0},DOM_KEY_LOCATION_RIGHT:{value:2,enumerable:!0},DOM_KEY_LOCATION_NUMPAD:{value:3,enumerable:!0}});const l={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,a)&&t[a]instanceof p.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof p.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'KeyboardEvent'.`)},create(e,t){let r=Object.create(u.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(u.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){s._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,a,{value:new p.implementation(t,r),configurable:!0}),e[a][n.wrapperSymbol]=e,p.init&&p.init(e[a],r),e},interface:u,expose:{Window:{KeyboardEvent:u}}};e.exports=l;const p=r(730)},function(e,t,r){"use strict";const i=r(1),n=(r(0),r(149));e.exports={convertInherit(e,t,{context:r="The provided value"}={}){n.convertInherit(e,t,{context:r});{const n="charCode";let o=null==e?void 0:e[n];void 0!==o?(o=i["unsigned long"](o,{context:r+" has member charCode that"}),t[n]=o):t[n]=0}{const n="code";let o=null==e?void 0:e[n];void 0!==o?(o=i.DOMString(o,{context:r+" has member code that"}),t[n]=o):t[n]=""}{const n="isComposing";let o=null==e?void 0:e[n];void 0!==o?(o=i.boolean(o,{context:r+" has member isComposing that"}),t[n]=o):t[n]=!1}{const n="key";let o=null==e?void 0:e[n];void 0!==o?(o=i.DOMString(o,{context:r+" has member key that"}),t[n]=o):t[n]=""}{const n="keyCode";let o=null==e?void 0:e[n];void 0!==o?(o=i["unsigned long"](o,{context:r+" has member keyCode that"}),t[n]=o):t[n]=0}{const n="location";let o=null==e?void 0:e[n];void 0!==o?(o=i["unsigned long"](o,{context:r+" has member location that"}),t[n]=o):t[n]=0}{const n="repeat";let o=null==e?void 0:e[n];void 0!==o?(o=i.boolean(o,{context:r+" has member repeat that"}),t[n]=o):t[n]=!1}},convert(t,{context:r="The provided value"}={}){if(void 0!==t&&"object"!=typeof t&&"function"!=typeof t)throw new TypeError(`${r} is not an object.`);const i=Object.create(null);return e.exports.convertInherit(t,i,{context:r}),i}}},function(e,t,r){"use strict";const i=r(1),n=(r(0),r(31));e.exports={convertInherit(e,t,{context:r="The provided value"}={}){n.convertInherit(e,t,{context:r});{const n="state";let o=null==e?void 0:e[n];void 0!==o?(o=i.any(o,{context:r+" has member state that"}),t[n]=o):t[n]=null}},convert(t,{context:r="The provided value"}={}){if(void 0!==t&&"object"!=typeof t&&"function"!=typeof t)throw new TypeError(`${r} is not an object.`);const i=Object.create(null);return e.exports.convertInherit(t,i,{context:r}),i}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=r(349).convert,a=n.implSymbol,s=r(49);class u extends s.interface{constructor(e){if(arguments.length<1)throw new TypeError("Failed to construct 'TouchEvent': 1 argument required, but only "+arguments.length+" present.");const t=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to construct 'TouchEvent': parameter 1"}),t.push(e)}{let e=arguments[1];e=o(e,{context:"Failed to construct 'TouchEvent': parameter 2"}),t.push(e)}return l.setup(Object.create(new.target.prototype),t)}get touches(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[a].touches)}get targetTouches(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[a].targetTouches)}get changedTouches(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[a].changedTouches)}get altKey(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].altKey}get metaKey(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].metaKey}get ctrlKey(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].ctrlKey}get shiftKey(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].shiftKey}}Object.defineProperties(u.prototype,{touches:{enumerable:!0},targetTouches:{enumerable:!0},changedTouches:{enumerable:!0},altKey:{enumerable:!0},metaKey:{enumerable:!0},ctrlKey:{enumerable:!0},shiftKey:{enumerable:!0},[Symbol.toStringTag]:{value:"TouchEvent",configurable:!0}});const l={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,a)&&t[a]instanceof p.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof p.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'TouchEvent'.`)},create(e,t){let r=Object.create(u.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(u.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){s._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,a,{value:new p.implementation(t,r),configurable:!0}),e[a][n.wrapperSymbol]=e,p.init&&p.init(e[a],r),e},interface:u,expose:{Window:{TouchEvent:u}}};e.exports=l;const p=r(732)},function(e,t,r){"use strict";r(1);const i=r(0),n=r(149);e.exports={convertInherit(e,t,{context:r="The provided value"}={}){n.convertInherit(e,t,{context:r});{const n="changedTouches";let o=null==e?void 0:e[n];if(void 0!==o){if(!i.isObject(o))throw new TypeError(r+" has member changedTouches that is not an iterable object.");{const e=[],t=o;for(let r of t)r=i.tryImplForWrapper(r),e.push(r);o=e}t[n]=o}else t[n]=[]}{const n="targetTouches";let o=null==e?void 0:e[n];if(void 0!==o){if(!i.isObject(o))throw new TypeError(r+" has member targetTouches that is not an iterable object.");{const e=[],t=o;for(let r of t)r=i.tryImplForWrapper(r),e.push(r);o=e}t[n]=o}else t[n]=[]}{const n="touches";let o=null==e?void 0:e[n];if(void 0!==o){if(!i.isObject(o))throw new TypeError(r+" has member touches that is not an iterable object.");{const e=[],t=o;for(let r of t)r=i.tryImplForWrapper(r),e.push(r);o=e}t[n]=o}else t[n]=[]}},convert(t,{context:r="The provided value"}={}){if(void 0!==t&&"object"!=typeof t&&"function"!=typeof t)throw new TypeError(`${r} is not an object.`);const i=Object.create(null);return e.exports.convertInherit(t,i,{context:r}),i}}},function(e,t,r){"use strict";const i=r(1),n=(r(0),r(737).convert);e.exports={convertInherit(e,t,{context:r="The provided value"}={}){{const i="endings";let o=null==e?void 0:e[i];void 0!==o?(o=n(o,{context:r+" has member endings that"}),t[i]=o):t[i]="transparent"}{const n="type";let o=null==e?void 0:e[n];void 0!==o?(o=i.DOMString(o,{context:r+" has member type that"}),t[n]=o):t[n]=""}},convert(t,{context:r="The provided value"}={}){if(void 0!==t&&"object"!=typeof t&&"function"!=typeof t)throw new TypeError(`${r} is not an object.`);const i=Object.create(null);return e.exports.convertInherit(t,i,{context:r}),i}}},function(e,t,r){"use strict";(function(e){const i=r(34);function n(e){return e.replace(/\r\n|\r|\n/g,"\n")}t.implementation=class{constructor(t){const r=t[0],o=t[1],a=[];if(void 0!==r)for(const t of r){let r;if(t instanceof ArrayBuffer)r=e.from(t);else if(ArrayBuffer.isView(t))r=e.from(t.buffer,t.byteOffset,t.byteLength);else if(i.isImpl(t))r=t._buffer;else{let i=t;"native"===o.endings&&(i=n(t)),r=e.from(i)}a.push(r)}this._buffer=e.concat(a),this.type=o.type,/[^\u0020-\u007E]/.test(this.type)?this.type="":this.type=this.type.toLowerCase()}get size(){return this._buffer.length}slice(e,t,r){const{size:n}=this;let o,a,s;o=void 0===e?0:e<0?Math.max(n+e,0):Math.min(e,n),a=void 0===t?n:t<0?Math.max(n+t,0):Math.min(t,n),s=void 0===r?"":r;const u=Math.max(a-o,0),l=this._buffer.slice(o,o+u),p=i.createImpl([[],{type:s}],{});return p._buffer=l,p}}}).call(this,r(4).Buffer)},function(e,t,r){"use strict";const i=r(1),n=r(0),o=r(353).convert,a=r(34).is,s=r(34).convert,u=n.implSymbol,l=Object.create(n.IteratorPrototype,{next:{value:function(){const e=this[n.iterInternalSymbol],{target:t,kind:r,index:i}=e,o=Array.from(t[u]);if(i>=o.length)return{value:void 0,done:!0};const a=o[i];e.index=i+1;const[s,l]=a.map(n.tryWrapperForImpl);let p;switch(r){case"key":p=s;break;case"value":p=l;break;case"key+value":p=[s,l]}return{value:p,done:!1}},writable:!0,enumerable:!0,configurable:!0},[Symbol.toStringTag]:{value:"FormData Iterator",configurable:!0}});class p{constructor(){const e=[];{let t=arguments[0];void 0!==t&&(t=o(t,{context:"Failed to construct 'FormData': parameter 1"})),e.push(t)}return c.setup(Object.create(new.target.prototype),e)}append(t,r){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<2)throw new TypeError("Failed to execute 'append' on 'FormData': 2 arguments required, but only "+arguments.length+" present.");const n=[];switch(arguments.length){case 2:{let e=arguments[0];e=i.USVString(e,{context:"Failed to execute 'append' on 'FormData': parameter 1"}),n.push(e)}{let e=arguments[1];if(a(e)){let e=arguments[1];e=s(e,{context:"Failed to execute 'append' on 'FormData': parameter 2"}),n.push(e)}else{let e=arguments[1];e=i.USVString(e,{context:"Failed to execute 'append' on 'FormData': parameter 2"}),n.push(e)}}break;default:{let e=arguments[0];e=i.USVString(e,{context:"Failed to execute 'append' on 'FormData': parameter 1"}),n.push(e)}{let e=arguments[1];e=s(e,{context:"Failed to execute 'append' on 'FormData': parameter 2"}),n.push(e)}{let e=arguments[2];void 0!==e&&(e=i.USVString(e,{context:"Failed to execute 'append' on 'FormData': parameter 3"})),n.push(e)}}return this[u].append(...n)}delete(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'delete' on 'FormData': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.USVString(e,{context:"Failed to execute 'delete' on 'FormData': parameter 1"}),r.push(e)}return this[u].delete(...r)}get(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'get' on 'FormData': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.USVString(e,{context:"Failed to execute 'get' on 'FormData': parameter 1"}),r.push(e)}return n.tryWrapperForImpl(this[u].get(...r))}getAll(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'getAll' on 'FormData': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.USVString(e,{context:"Failed to execute 'getAll' on 'FormData': parameter 1"}),r.push(e)}return n.tryWrapperForImpl(this[u].getAll(...r))}has(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'has' on 'FormData': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.USVString(e,{context:"Failed to execute 'has' on 'FormData': parameter 1"}),r.push(e)}return this[u].has(...r)}set(t,r){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<2)throw new TypeError("Failed to execute 'set' on 'FormData': 2 arguments required, but only "+arguments.length+" present.");const n=[];switch(arguments.length){case 2:{let e=arguments[0];e=i.USVString(e,{context:"Failed to execute 'set' on 'FormData': parameter 1"}),n.push(e)}{let e=arguments[1];if(a(e)){let e=arguments[1];e=s(e,{context:"Failed to execute 'set' on 'FormData': parameter 2"}),n.push(e)}else{let e=arguments[1];e=i.USVString(e,{context:"Failed to execute 'set' on 'FormData': parameter 2"}),n.push(e)}}break;default:{let e=arguments[0];e=i.USVString(e,{context:"Failed to execute 'set' on 'FormData': parameter 1"}),n.push(e)}{let e=arguments[1];e=s(e,{context:"Failed to execute 'set' on 'FormData': parameter 2"}),n.push(e)}{let e=arguments[2];void 0!==e&&(e=i.USVString(e,{context:"Failed to execute 'set' on 'FormData': parameter 3"})),n.push(e)}}return this[u].set(...n)}keys(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return e.exports.createDefaultIterator(this,"key")}values(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return e.exports.createDefaultIterator(this,"value")}entries(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return e.exports.createDefaultIterator(this,"key+value")}forEach(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'forEach' on 'iterable': 1 argument required, but only 0 present.");if("function"!=typeof t)throw new TypeError("Failed to execute 'forEach' on 'iterable': The callback provided as parameter 1 is not a function.");const r=arguments[1];let i=Array.from(this[u]),o=0;for(;on.tryWrapperForImpl(this[o].elements))}get length(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].length}}Object.defineProperties(s.prototype,{submit:{enumerable:!0},reset:{enumerable:!0},checkValidity:{enumerable:!0},reportValidity:{enumerable:!0},acceptCharset:{enumerable:!0},action:{enumerable:!0},enctype:{enumerable:!0},method:{enumerable:!0},name:{enumerable:!0},noValidate:{enumerable:!0},target:{enumerable:!0},elements:{enumerable:!0},length:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLFormElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLFormElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLFormElement:s}}};e.exports=u;const l=r(738)},function(e,t,r){"use strict";const i=r(1),n=r(0),o=r(34).is,a=r(740).convert,s=n.implSymbol,u=r(34);class l extends u.interface{constructor(e,t){if(arguments.length<2)throw new TypeError("Failed to construct 'File': 2 arguments required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];if(!n.isObject(e))throw new TypeError("Failed to construct 'File': parameter 1 is not an iterable object.");{const t=[],r=e;for(let e of r)o(e)?e=n.implForWrapper(e):e instanceof ArrayBuffer||ArrayBuffer.isView(e)||(e=i.USVString(e,{context:"Failed to construct 'File': parameter 1's element"})),t.push(e);e=t}r.push(e)}{let e=arguments[1];e=i.USVString(e,{context:"Failed to construct 'File': parameter 2"}),r.push(e)}{let e=arguments[2];e=a(e,{context:"Failed to construct 'File': parameter 3"}),r.push(e)}return p.setup(Object.create(new.target.prototype),r)}get name(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[s].name}get lastModified(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[s].lastModified}}Object.defineProperties(l.prototype,{name:{enumerable:!0},lastModified:{enumerable:!0},[Symbol.toStringTag]:{value:"File",configurable:!0}});const p={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,s)&&t[s]instanceof c.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof c.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'File'.`)},create(e,t){let r=Object.create(l.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(l.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){u._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,s,{value:new c.implementation(t,r),configurable:!0}),e[s][n.wrapperSymbol]=e,c.init&&c.init(e[s],r),e},interface:l,expose:{Window:{File:l},Worker:{File:l}}};e.exports=p;const c=r(741)},function(e,t,r){"use strict";const i=r(57).implementation,{setupForSimpleEventAccessors:n}=r(53);class o extends i{}n(o.prototype,["loadstart","progress","abort","error","load","timeout","loadend"]),t.implementation=o},function(e,t,r){"use strict";r(1);const i=r(0),n=i.implSymbol,o=r(197);class a extends o.interface{constructor(){throw new TypeError("Illegal constructor")}}Object.defineProperties(a.prototype,{[Symbol.toStringTag]:{value:"XMLHttpRequestUpload",configurable:!0}});const s={_mixedIntoPredicates:[],is(t){if(t){if(i.hasOwn(t,n)&&t[n]instanceof u.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof u.implementation)return!0;const r=i.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return i.implForWrapper(t);throw new TypeError(`${r} is not of type 'XMLHttpRequestUpload'.`)},create(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t),i.implForWrapper(r)},_internalSetup(e){o._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,n,{value:new u.implementation(t,r),configurable:!0}),e[n][i.wrapperSymbol]=e,u.init&&u.init(e[n],r),e},interface:a,expose:{Window:{XMLHttpRequestUpload:a},DedicatedWorker:{XMLHttpRequestUpload:a},SharedWorker:{XMLHttpRequestUpload:a}}};e.exports=s;const u=r(742)},function(e,t,r){"use strict";(function(e){const i=r(8),{parseURL:n,serializeURL:o,serializeURLOrigin:a}=r(16),{setupForSimpleEventAccessors:s}=r(53),{fireAnEvent:u}=r(15),l=r(57).implementation,p=r(0),c=r(34),d=r(358),h=r(121),m={token:/^[!#$%&'*+\-.^_`|~\dA-Za-z]+$/};const f=new WeakMap;class g extends l{constructor(e,t){super([],t);const{window:r}=t;this._ownerDocument=p.implForWrapper(r._document);const s=e[0];let l=void 0!==e[1]?e[1]:[];const c=n(s);if(null===c)throw new i(`The URL '${s}' is invalid.`,"SyntaxError");if("ws"!==c.scheme&&"wss"!==c.scheme)throw new i(`The URL's scheme must be either 'ws' or 'wss'. '${c.scheme}' is not allowed.`,"SyntaxError");if(null!==c.fragment)throw new i(`The URL contains a fragment identifier ('${c.fragment}'). Fragment identifiers `+"are not allowed in WebSocket URLs.","SyntaxError");"string"==typeof l&&(l=[l]);const g=new Set;for(const e of l){if(v=e,!m.token.test(v))throw new i(`The subprotocol '${e}' is invalid.`,"SyntaxError");const t=e.toLowerCase();if(g.has(t))throw new i(`The subprotocol '${e}' is duplicated.`,"SyntaxError");g.add(t)}var v;this._urlRecord=c,this.url=o(c),this._ws=new WebSocket(this.url,l),this._ws.onopen=()=>{u("open",this)},this._ws.onerror=()=>{u("error",this)},this._ws.onclose=e=>{u("close",this,d,{wasClean:e.wasClean,code:e.code,reason:e.reason})},this._ws.onmessage=e=>{u("message",this,h,{data:e.data,origin:a(this._urlRecord)})};let b=f.get(r._globalProxy);void 0===b&&(b=new Set,f.set(r._globalProxy,b)),b.add(this)}_makeDisappear(){this._eventListeners=Object.create(null),this._ws.close(1001)}static cleanUpWindow(e){const t=f.get(e._globalProxy);if(void 0!==t)for(const e of t)e._makeDisappear()}get readyState(){return this._ws.readyState}get bufferedAmount(){return this._ws.bufferedAmount}get extensions(){return this._ws.extensions}get protocol(){return this._ws.protocol}close(t,r){if(void 0!==t&&1e3!==t&&!(t>=3e3&&t<=4999))throw new i(`The code must be either 1000, or between 3000 and 4999. ${t} is neither.`,"InvalidAccessError");if(void 0!==r&&e.byteLength(r,"utf8")>123)throw new i("The message must not be greater than 123 bytes.","SyntaxError");return this._ws.close(t,r)}get binaryType(){return this._ws.binaryType}set binaryType(e){this._ws.binaryType=e}send(e){c.isImpl(e)&&(e=e._buffer),this._ws.send(e)}}s(g.prototype,["open","message","error","close"]),t.implementation=g}).call(this,r(4).Buffer)},function(e,t,r){"use strict";const i=r(1),n=r(0),o=r(359).convert,a=n.implSymbol,s=r(26);class u extends s.interface{constructor(e){if(arguments.length<1)throw new TypeError("Failed to construct 'CloseEvent': 1 argument required, but only "+arguments.length+" present.");const t=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to construct 'CloseEvent': parameter 1"}),t.push(e)}{let e=arguments[1];e=o(e,{context:"Failed to construct 'CloseEvent': parameter 2"}),t.push(e)}return l.setup(Object.create(new.target.prototype),t)}get wasClean(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].wasClean}get code(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].code}get reason(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].reason}}Object.defineProperties(u.prototype,{wasClean:{enumerable:!0},code:{enumerable:!0},reason:{enumerable:!0},[Symbol.toStringTag]:{value:"CloseEvent",configurable:!0}});const l={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,a)&&t[a]instanceof p.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof p.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'CloseEvent'.`)},create(e,t){let r=Object.create(u.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(u.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){s._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,a,{value:new p.implementation(t,r),configurable:!0}),e[a][n.wrapperSymbol]=e,p.init&&p.init(e[a],r),e},interface:u,expose:{Window:{CloseEvent:u},Worker:{CloseEvent:u}}};e.exports=l;const p=r(749)},function(e,t,r){"use strict";const i=r(1),n=(r(0),r(31));e.exports={convertInherit(e,t,{context:r="The provided value"}={}){n.convertInherit(e,t,{context:r});{const n="code";let o=null==e?void 0:e[n];void 0!==o?(o=i["unsigned short"](o,{context:r+" has member code that"}),t[n]=o):t[n]=0}{const n="reason";let o=null==e?void 0:e[n];void 0!==o?(o=i.USVString(o,{context:r+" has member reason that"}),t[n]=o):t[n]=""}{const n="wasClean";let o=null==e?void 0:e[n];void 0!==o?(o=i.boolean(o,{context:r+" has member wasClean that"}),t[n]=o):t[n]=!1}},convert(t,{context:r="The provided value"}={}){if(void 0!==t&&"object"!=typeof t&&"function"!=typeof t)throw new TypeError(`${r} is not an object.`);const i=Object.create(null);return e.exports.convertInherit(t,i,{context:r}),i}}},function(e,t,r){"use strict";r(1);const i=r(0),n=i.implSymbol;class o{constructor(){throw new TypeError("Illegal constructor")}get visible(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[n].visible}}Object.defineProperties(o.prototype,{visible:{enumerable:!0},[Symbol.toStringTag]:{value:"BarProp",configurable:!0}});const a={_mixedIntoPredicates:[],is(t){if(t){if(i.hasOwn(t,n)&&t[n]instanceof s.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof s.implementation)return!0;const r=i.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return i.implForWrapper(t);throw new TypeError(`${r} is not of type 'BarProp'.`)},create(e,t){let r=Object.create(o.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(o.prototype);return r=this.setup(r,e,t),i.implForWrapper(r)},_internalSetup(e){},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,n,{value:new s.implementation(t,r),configurable:!0}),e[n][i.wrapperSymbol]=e,s.init&&s.init(e[n],r),e},interface:o,expose:{Window:{BarProp:o}}};e.exports=a;const s=r(750)},function(e,t,r){"use strict";r(1);const i=r(0),n=i.implSymbol;class o{constructor(){throw new TypeError("Illegal constructor")}AddSearchProvider(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[n].AddSearchProvider()}IsSearchProviderInstalled(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[n].IsSearchProviderInstalled()}}Object.defineProperties(o.prototype,{AddSearchProvider:{enumerable:!0},IsSearchProviderInstalled:{enumerable:!0},[Symbol.toStringTag]:{value:"External",configurable:!0}});const a={_mixedIntoPredicates:[],is(t){if(t){if(i.hasOwn(t,n)&&t[n]instanceof s.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof s.implementation)return!0;const r=i.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return i.implForWrapper(t);throw new TypeError(`${r} is not of type 'External'.`)},create(e,t){let r=Object.create(o.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(o.prototype);return r=this.setup(r,e,t),i.implForWrapper(r)},_internalSetup(e){},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,n,{value:new s.implementation(t,r),configurable:!0}),e[n][i.wrapperSymbol]=e,s.init&&s.init(e[n],r),e},interface:o,expose:{Window:{External:o}}};e.exports=a;const s=r(751)},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol;class a{constructor(){throw new TypeError("Illegal constructor")}refresh(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=[];{let e=arguments[0];e=void 0!==e&&i.boolean(e,{context:"Failed to execute 'refresh' on 'PluginArray': parameter 1"}),t.push(e)}return this[o].refresh(...t)}item(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'item' on 'PluginArray': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i["unsigned long"](e,{context:"Failed to execute 'item' on 'PluginArray': parameter 1"}),r.push(e)}return n.tryWrapperForImpl(this[o].item(...r))}namedItem(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'namedItem' on 'PluginArray': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'namedItem' on 'PluginArray': parameter 1"}),r.push(e)}return n.tryWrapperForImpl(this[o].namedItem(...r))}get length(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].length}}Object.defineProperties(a.prototype,{refresh:{enumerable:!0},item:{enumerable:!0},namedItem:{enumerable:!0},length:{enumerable:!0},[Symbol.toStringTag]:{value:"PluginArray",configurable:!0},[Symbol.iterator]:{value:Array.prototype[Symbol.iterator],configurable:!0,writable:!0}});const s={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof u.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof u.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'PluginArray'.`)},create(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new u.implementation(t,r),configurable:!0}),(e=new Proxy(e,{get(e,t,r){if("symbol"==typeof t)return Reflect.get(e,t,r);const i=this.getOwnPropertyDescriptor(e,t);if(void 0===i){if(null===Object.getPrototypeOf(e))return;return Reflect.get(e,t,r)}if(!i.get&&!i.set)return i.value;const n=i.get;return void 0!==n?Reflect.apply(n,r,[]):void 0},has(e,t){if("symbol"==typeof t)return Reflect.has(e,t);if(void 0!==this.getOwnPropertyDescriptor(e,t))return!0;const r=Object.getPrototypeOf(e);return null!==r&&Reflect.has(r,t)},ownKeys(e){const t=new Set;for(const r of e[o][n.supportedPropertyIndices])t.add(`${r}`);for(const r of e[o][n.supportedPropertyNames])r in e||t.add(`${r}`);for(const r of Reflect.ownKeys(e))t.add(r);return[...t]},getOwnPropertyDescriptor(e,t){if("symbol"==typeof t)return Reflect.getOwnPropertyDescriptor(e,t);let r=!1;if(n.isArrayIndexPropName(t)){const i=t>>>0,a=e[o].item(i);if(null!==a)return{writable:!1,enumerable:!0,configurable:!0,value:n.tryWrapperForImpl(a)};r=!0}const i=e[o].namedItem(t);return null===i||t in e||r?Reflect.getOwnPropertyDescriptor(e,t):{writable:!1,enumerable:!1,configurable:!0,value:n.tryWrapperForImpl(i)}},set(e,t,r,i){if("symbol"==typeof t)return Reflect.set(e,t,r,i);let a;if(e===i&&(n.isArrayIndexPropName(t),"string"==typeof t&&n.isArrayIndexPropName(t)),n.isArrayIndexPropName(t)){const r=t>>>0,i=e[o].item(r);null!==i&&(a={writable:!1,enumerable:!0,configurable:!0,value:n.tryWrapperForImpl(i)})}if(void 0===a&&(a=Reflect.getOwnPropertyDescriptor(e,t)),void 0===a){const n=Reflect.getPrototypeOf(e);if(null!==n)return Reflect.set(n,t,r,i);a={writable:!0,enumerable:!0,configurable:!0,value:void 0}}if(!a.writable)return!1;if(!n.isObject(i))return!1;const s=Reflect.getOwnPropertyDescriptor(i,t);let u;if(void 0!==s){if(s.get||s.set)return!1;if(!s.writable)return!1;u={value:r}}else u={writable:!0,enumerable:!0,configurable:!0,value:r};return Reflect.defineProperty(i,t,u)},defineProperty(e,t,r){if("symbol"==typeof t)return Reflect.defineProperty(e,t,r);if(n.isArrayIndexPropName(t))return!1;if(!n.hasOwn(e,t)){if(!!(null!==e[o].namedItem(t)))return!1}return Reflect.defineProperty(e,t,r)},deleteProperty(e,t){if("symbol"==typeof t)return Reflect.deleteProperty(e,t);if(n.isArrayIndexPropName(t)){const r=t>>>0;return!(null!==e[o].item(r))}return(null===e[o].namedItem(t)||t in e)&&Reflect.deleteProperty(e,t)},preventExtensions:()=>!1}))[o][n.wrapperSymbol]=e,u.init&&u.init(e[o],r),e},interface:a,expose:{Window:{PluginArray:a}}};e.exports=s;const u=r(759)},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol;class a{constructor(){throw new TypeError("Illegal constructor")}item(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'item' on 'MimeTypeArray': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i["unsigned long"](e,{context:"Failed to execute 'item' on 'MimeTypeArray': parameter 1"}),r.push(e)}return n.tryWrapperForImpl(this[o].item(...r))}namedItem(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'namedItem' on 'MimeTypeArray': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'namedItem' on 'MimeTypeArray': parameter 1"}),r.push(e)}return n.tryWrapperForImpl(this[o].namedItem(...r))}get length(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].length}}Object.defineProperties(a.prototype,{item:{enumerable:!0},namedItem:{enumerable:!0},length:{enumerable:!0},[Symbol.toStringTag]:{value:"MimeTypeArray",configurable:!0},[Symbol.iterator]:{value:Array.prototype[Symbol.iterator],configurable:!0,writable:!0}});const s={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof u.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof u.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'MimeTypeArray'.`)},create(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new u.implementation(t,r),configurable:!0}),(e=new Proxy(e,{get(e,t,r){if("symbol"==typeof t)return Reflect.get(e,t,r);const i=this.getOwnPropertyDescriptor(e,t);if(void 0===i){if(null===Object.getPrototypeOf(e))return;return Reflect.get(e,t,r)}if(!i.get&&!i.set)return i.value;const n=i.get;return void 0!==n?Reflect.apply(n,r,[]):void 0},has(e,t){if("symbol"==typeof t)return Reflect.has(e,t);if(void 0!==this.getOwnPropertyDescriptor(e,t))return!0;const r=Object.getPrototypeOf(e);return null!==r&&Reflect.has(r,t)},ownKeys(e){const t=new Set;for(const r of e[o][n.supportedPropertyIndices])t.add(`${r}`);for(const r of e[o][n.supportedPropertyNames])r in e||t.add(`${r}`);for(const r of Reflect.ownKeys(e))t.add(r);return[...t]},getOwnPropertyDescriptor(e,t){if("symbol"==typeof t)return Reflect.getOwnPropertyDescriptor(e,t);let r=!1;if(n.isArrayIndexPropName(t)){const i=t>>>0,a=e[o].item(i);if(null!==a)return{writable:!1,enumerable:!0,configurable:!0,value:n.tryWrapperForImpl(a)};r=!0}const i=e[o].namedItem(t);return null===i||t in e||r?Reflect.getOwnPropertyDescriptor(e,t):{writable:!1,enumerable:!1,configurable:!0,value:n.tryWrapperForImpl(i)}},set(e,t,r,i){if("symbol"==typeof t)return Reflect.set(e,t,r,i);let a;if(e===i&&(n.isArrayIndexPropName(t),"string"==typeof t&&n.isArrayIndexPropName(t)),n.isArrayIndexPropName(t)){const r=t>>>0,i=e[o].item(r);null!==i&&(a={writable:!1,enumerable:!0,configurable:!0,value:n.tryWrapperForImpl(i)})}if(void 0===a&&(a=Reflect.getOwnPropertyDescriptor(e,t)),void 0===a){const n=Reflect.getPrototypeOf(e);if(null!==n)return Reflect.set(n,t,r,i);a={writable:!0,enumerable:!0,configurable:!0,value:void 0}}if(!a.writable)return!1;if(!n.isObject(i))return!1;const s=Reflect.getOwnPropertyDescriptor(i,t);let u;if(void 0!==s){if(s.get||s.set)return!1;if(!s.writable)return!1;u={value:r}}else u={writable:!0,enumerable:!0,configurable:!0,value:r};return Reflect.defineProperty(i,t,u)},defineProperty(e,t,r){if("symbol"==typeof t)return Reflect.defineProperty(e,t,r);if(n.isArrayIndexPropName(t))return!1;if(!n.hasOwn(e,t)){if(!!(null!==e[o].namedItem(t)))return!1}return Reflect.defineProperty(e,t,r)},deleteProperty(e,t){if("symbol"==typeof t)return Reflect.deleteProperty(e,t);if(n.isArrayIndexPropName(t)){const r=t>>>0;return!(null!==e[o].item(r))}return(null===e[o].namedItem(t)||t in e)&&Reflect.deleteProperty(e,t)},preventExtensions:()=>!1}))[o][n.wrapperSymbol]=e,u.init&&u.init(e[o],r),e},interface:a,expose:{Window:{MimeTypeArray:a}}};e.exports=s;const u=r(760)},function(e,t,r){"use strict";r(1);const i=r(0),n=i.implSymbol,o=r(38);class a extends o.interface{constructor(){throw new TypeError("Illegal constructor")}now(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return i.tryWrapperForImpl(this[n].now())}toJSON(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[n].toJSON()}get timeOrigin(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return i.tryWrapperForImpl(this[n].timeOrigin)}}Object.defineProperties(a.prototype,{now:{enumerable:!0},toJSON:{enumerable:!0},timeOrigin:{enumerable:!0},[Symbol.toStringTag]:{value:"Performance",configurable:!0}});const s={_mixedIntoPredicates:[],is(t){if(t){if(i.hasOwn(t,n)&&t[n]instanceof u.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof u.implementation)return!0;const r=i.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return i.implForWrapper(t);throw new TypeError(`${r} is not of type 'Performance'.`)},create(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t),i.implForWrapper(r)},_internalSetup(e){o._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,n,{value:new u.implementation(t,r),configurable:!0}),e[n][i.wrapperSymbol]=e,u.init&&u.init(e[n],r),e},interface:a,expose:{Window:{Performance:a},Worker:{Performance:a}}};e.exports=s;const u=r(763)},function(e,t,r){"use strict";r(1);const i=r(0),n=i.implSymbol;class o{constructor(){throw new TypeError("Illegal constructor")}get availWidth(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[n].availWidth}get availHeight(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[n].availHeight}get width(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[n].width}get height(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[n].height}get colorDepth(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[n].colorDepth}get pixelDepth(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[n].pixelDepth}}Object.defineProperties(o.prototype,{availWidth:{enumerable:!0},availHeight:{enumerable:!0},width:{enumerable:!0},height:{enumerable:!0},colorDepth:{enumerable:!0},pixelDepth:{enumerable:!0},[Symbol.toStringTag]:{value:"Screen",configurable:!0}});const a={_mixedIntoPredicates:[],is(t){if(t){if(i.hasOwn(t,n)&&t[n]instanceof s.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof s.implementation)return!0;const r=i.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return i.implForWrapper(t);throw new TypeError(`${r} is not of type 'Screen'.`)},create(e,t){let r=Object.create(o.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(o.prototype);return r=this.setup(r,e,t),i.implForWrapper(r)},_internalSetup(e){},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,n,{value:new s.implementation(t,r),configurable:!0}),e[n][i.wrapperSymbol]=e,s.init&&s.init(e[n],r),e},interface:o,expose:{Window:{Screen:o}}};e.exports=a;const s=r(764)},function(e,t,r){"use strict";const i=r(1),n=r(0),o=r(367).convert,a=r(133).convert,s=n.implSymbol,u=r(26);class l extends u.interface{constructor(e){if(arguments.length<1)throw new TypeError("Failed to construct 'StorageEvent': 1 argument required, but only "+arguments.length+" present.");const t=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to construct 'StorageEvent': parameter 1"}),t.push(e)}{let e=arguments[1];e=o(e,{context:"Failed to construct 'StorageEvent': parameter 2"}),t.push(e)}return p.setup(Object.create(new.target.prototype),t)}initStorageEvent(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'initStorageEvent' on 'StorageEvent': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'initStorageEvent' on 'StorageEvent': parameter 1"}),r.push(e)}{let e=arguments[1];e=void 0!==e&&i.boolean(e,{context:"Failed to execute 'initStorageEvent' on 'StorageEvent': parameter 2"}),r.push(e)}{let e=arguments[2];e=void 0!==e&&i.boolean(e,{context:"Failed to execute 'initStorageEvent' on 'StorageEvent': parameter 3"}),r.push(e)}{let e=arguments[3];e=void 0!==e?null==e?null:i.DOMString(e,{context:"Failed to execute 'initStorageEvent' on 'StorageEvent': parameter 4"}):null,r.push(e)}{let e=arguments[4];e=void 0!==e?null==e?null:i.DOMString(e,{context:"Failed to execute 'initStorageEvent' on 'StorageEvent': parameter 5"}):null,r.push(e)}{let e=arguments[5];e=void 0!==e?null==e?null:i.DOMString(e,{context:"Failed to execute 'initStorageEvent' on 'StorageEvent': parameter 6"}):null,r.push(e)}{let e=arguments[6];e=void 0!==e?i.USVString(e,{context:"Failed to execute 'initStorageEvent' on 'StorageEvent': parameter 7"}):"",r.push(e)}{let e=arguments[7];e=void 0!==e?null==e?null:a(e,{context:"Failed to execute 'initStorageEvent' on 'StorageEvent': parameter 8"}):null,r.push(e)}return this[s].initStorageEvent(...r)}get key(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[s].key}get oldValue(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[s].oldValue}get newValue(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[s].newValue}get url(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[s].url}get storageArea(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[s].storageArea)}}Object.defineProperties(l.prototype,{initStorageEvent:{enumerable:!0},key:{enumerable:!0},oldValue:{enumerable:!0},newValue:{enumerable:!0},url:{enumerable:!0},storageArea:{enumerable:!0},[Symbol.toStringTag]:{value:"StorageEvent",configurable:!0}});const p={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,s)&&t[s]instanceof c.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof c.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'StorageEvent'.`)},create(e,t){let r=Object.create(l.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(l.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){u._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,s,{value:new c.implementation(t,r),configurable:!0}),e[s][n.wrapperSymbol]=e,c.init&&c.init(e[s],r),e},interface:l,expose:{Window:{StorageEvent:l}}};e.exports=p;const c=r(766)},function(e,t,r){"use strict";const i=r(1),n=(r(0),r(133).convert),o=r(31);e.exports={convertInherit(e,t,{context:r="The provided value"}={}){o.convertInherit(e,t,{context:r});{const n="key";let o=null==e?void 0:e[n];void 0!==o?(o=null==o?null:i.DOMString(o,{context:r+" has member key that"}),t[n]=o):t[n]=null}{const n="newValue";let o=null==e?void 0:e[n];void 0!==o?(o=null==o?null:i.DOMString(o,{context:r+" has member newValue that"}),t[n]=o):t[n]=null}{const n="oldValue";let o=null==e?void 0:e[n];void 0!==o?(o=null==o?null:i.DOMString(o,{context:r+" has member oldValue that"}),t[n]=o):t[n]=null}{const i="storageArea";let o=null==e?void 0:e[i];void 0!==o?(o=null==o?null:n(o,{context:r+" has member storageArea that"}),t[i]=o):t[i]=null}{const n="url";let o=null==e?void 0:e[n];void 0!==o?(o=i.USVString(o,{context:r+" has member url that"}),t[n]=o):t[n]=""}},convert(t,{context:r="The provided value"}={}){if(void 0!==t&&"object"!=typeof t&&"function"!=typeof t)throw new TypeError(`${r} is not an object.`);const i=Object.create(null);return e.exports.convertInherit(t,i,{context:r}),i}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=r(104).is,a=r(198).is,s=r(2).is,u=r(104).convert,l=n.implSymbol,p=r(29);class c extends p.interface{constructor(){throw new TypeError("Illegal constructor")}add(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'add' on 'HTMLOptionsCollection': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];if(!o(e)&&!a(e))throw new TypeError("Failed to execute 'add' on 'HTMLOptionsCollection': parameter 1 is not of any supported type.");e=n.implForWrapper(e),r.push(e)}{let e=arguments[1];e=void 0!==e?null==e?null:s(e)?n.implForWrapper(e):i.long(e,{context:"Failed to execute 'add' on 'HTMLOptionsCollection': parameter 2"}):null,r.push(e)}return this[l].add(...r)}remove(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'remove' on 'HTMLOptionsCollection': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.long(e,{context:"Failed to execute 'remove' on 'HTMLOptionsCollection': parameter 1"}),r.push(e)}return this[l].remove(...r)}get length(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[l].length}set length(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i["unsigned long"](t,{context:"Failed to set the 'length' property on 'HTMLOptionsCollection': The provided value"}),this[l].length=t}get selectedIndex(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[l].selectedIndex}set selectedIndex(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.long(t,{context:"Failed to set the 'selectedIndex' property on 'HTMLOptionsCollection': The provided value"}),this[l].selectedIndex=t}}Object.defineProperties(c.prototype,{add:{enumerable:!0},remove:{enumerable:!0},length:{enumerable:!0},selectedIndex:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLOptionsCollection",configurable:!0},[Symbol.iterator]:{value:Array.prototype[Symbol.iterator],configurable:!0,writable:!0}});const d={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,l)&&t[l]instanceof h.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof h.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLOptionsCollection'.`)},create(e,t){let r=Object.create(c.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(c.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){p._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,l,{value:new h.implementation(t,r),configurable:!0}),(e=new Proxy(e,{get(e,t,r){if("symbol"==typeof t)return Reflect.get(e,t,r);const i=this.getOwnPropertyDescriptor(e,t);if(void 0===i){if(null===Object.getPrototypeOf(e))return;return Reflect.get(e,t,r)}if(!i.get&&!i.set)return i.value;const n=i.get;return void 0!==n?Reflect.apply(n,r,[]):void 0},has(e,t){if("symbol"==typeof t)return Reflect.has(e,t);if(void 0!==this.getOwnPropertyDescriptor(e,t))return!0;const r=Object.getPrototypeOf(e);return null!==r&&Reflect.has(r,t)},ownKeys(e){const t=new Set;for(const r of e[l][n.supportedPropertyIndices])t.add(`${r}`);for(const r of e[l][n.supportedPropertyNames])r in e||t.add(`${r}`);for(const r of Reflect.ownKeys(e))t.add(r);return[...t]},getOwnPropertyDescriptor(e,t){if("symbol"==typeof t)return Reflect.getOwnPropertyDescriptor(e,t);let r=!1;if(n.isArrayIndexPropName(t)){const i=t>>>0,o=e[l].item(i);if(null!==o)return{writable:!0,enumerable:!0,configurable:!0,value:n.tryWrapperForImpl(o)};r=!0}const i=e[l].namedItem(t);return null===i||t in e||r?Reflect.getOwnPropertyDescriptor(e,t):{writable:!1,enumerable:!0,configurable:!0,value:n.tryWrapperForImpl(i)}},set(e,t,r,i){if("symbol"==typeof t)return Reflect.set(e,t,r,i);if(e===i){if(n.isArrayIndexPropName(t)){const i=t>>>0;let o=r;return o=null==o?null:u(o,{context:"Failed to set the "+i+" property on 'HTMLOptionsCollection': The provided value"}),!(null!==e[l].item(i))?e[l][n.indexedSetNew](i,o):e[l][n.indexedSetExisting](i,o),!0}"string"==typeof t&&n.isArrayIndexPropName(t)}let o;if(n.isArrayIndexPropName(t)){const r=t>>>0,i=e[l].item(r);null!==i&&(o={writable:!0,enumerable:!0,configurable:!0,value:n.tryWrapperForImpl(i)})}if(void 0===o&&(o=Reflect.getOwnPropertyDescriptor(e,t)),void 0===o){const n=Reflect.getPrototypeOf(e);if(null!==n)return Reflect.set(n,t,r,i);o={writable:!0,enumerable:!0,configurable:!0,value:void 0}}if(!o.writable)return!1;if(!n.isObject(i))return!1;const a=Reflect.getOwnPropertyDescriptor(i,t);let s;if(void 0!==a){if(a.get||a.set)return!1;if(!a.writable)return!1;s={value:r}}else s={writable:!0,enumerable:!0,configurable:!0,value:r};return Reflect.defineProperty(i,t,s)},defineProperty(e,t,r){if("symbol"==typeof t)return Reflect.defineProperty(e,t,r);if(n.isArrayIndexPropName(t)){if(r.get||r.set)return!1;const i=t>>>0;let o=r.value;return o=null==o?null:u(o,{context:"Failed to set the "+i+" property on 'HTMLOptionsCollection': The provided value"}),!(null!==e[l].item(i))?e[l][n.indexedSetNew](i,o):e[l][n.indexedSetExisting](i,o),!0}if(!n.hasOwn(e,t)){if(!!(null!==e[l].namedItem(t)))return!1}return Reflect.defineProperty(e,t,r)},deleteProperty(e,t){if("symbol"==typeof t)return Reflect.deleteProperty(e,t);if(n.isArrayIndexPropName(t)){const r=t>>>0;return!(null!==e[l].item(r))}return(null===e[l].namedItem(t)||t in e)&&Reflect.deleteProperty(e,t)},preventExtensions:()=>!1}))[l][n.wrapperSymbol]=e,h.init&&h.init(e[l],r),e},interface:c,expose:{Window:{HTMLOptionsCollection:c}}};e.exports=d;const h=r(778)},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol;class a{constructor(){throw new TypeError("Illegal constructor")}get value(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].value}set value(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.float(t,{context:"Failed to set the 'value' property on 'SVGNumber': The provided value"}),this[o].value=t}}Object.defineProperties(a.prototype,{value:{enumerable:!0},[Symbol.toStringTag]:{value:"SVGNumber",configurable:!0}});const s={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof u.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof u.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'SVGNumber'.`)},create(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new u.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,u.init&&u.init(e[o],r),e},interface:a,expose:{Window:{SVGNumber:a}}};e.exports=s;const u=r(779)},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol;class a{constructor(){throw new TypeError("Illegal constructor")}clear(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].clear()}initialize(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'initialize' on 'SVGStringList': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'initialize' on 'SVGStringList': parameter 1"}),r.push(e)}return this[o].initialize(...r)}getItem(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'getItem' on 'SVGStringList': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i["unsigned long"](e,{context:"Failed to execute 'getItem' on 'SVGStringList': parameter 1"}),r.push(e)}return this[o].getItem(...r)}insertItemBefore(t,r){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<2)throw new TypeError("Failed to execute 'insertItemBefore' on 'SVGStringList': 2 arguments required, but only "+arguments.length+" present.");const n=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'insertItemBefore' on 'SVGStringList': parameter 1"}),n.push(e)}{let e=arguments[1];e=i["unsigned long"](e,{context:"Failed to execute 'insertItemBefore' on 'SVGStringList': parameter 2"}),n.push(e)}return this[o].insertItemBefore(...n)}replaceItem(t,r){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<2)throw new TypeError("Failed to execute 'replaceItem' on 'SVGStringList': 2 arguments required, but only "+arguments.length+" present.");const n=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'replaceItem' on 'SVGStringList': parameter 1"}),n.push(e)}{let e=arguments[1];e=i["unsigned long"](e,{context:"Failed to execute 'replaceItem' on 'SVGStringList': parameter 2"}),n.push(e)}return this[o].replaceItem(...n)}removeItem(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'removeItem' on 'SVGStringList': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i["unsigned long"](e,{context:"Failed to execute 'removeItem' on 'SVGStringList': parameter 1"}),r.push(e)}return this[o].removeItem(...r)}appendItem(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'appendItem' on 'SVGStringList': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'appendItem' on 'SVGStringList': parameter 1"}),r.push(e)}return this[o].appendItem(...r)}get length(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].length}get numberOfItems(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].numberOfItems}}Object.defineProperties(a.prototype,{clear:{enumerable:!0},initialize:{enumerable:!0},getItem:{enumerable:!0},insertItemBefore:{enumerable:!0},replaceItem:{enumerable:!0},removeItem:{enumerable:!0},appendItem:{enumerable:!0},length:{enumerable:!0},numberOfItems:{enumerable:!0},[Symbol.toStringTag]:{value:"SVGStringList",configurable:!0},[Symbol.iterator]:{value:Array.prototype[Symbol.iterator],configurable:!0,writable:!0}});const s={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof u.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof u.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'SVGStringList'.`)},create(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new u.implementation(t,r),configurable:!0}),(e=new Proxy(e,{get(e,t,r){if("symbol"==typeof t)return Reflect.get(e,t,r);const i=this.getOwnPropertyDescriptor(e,t);if(void 0===i){if(null===Object.getPrototypeOf(e))return;return Reflect.get(e,t,r)}if(!i.get&&!i.set)return i.value;const n=i.get;return void 0!==n?Reflect.apply(n,r,[]):void 0},has(e,t){if("symbol"==typeof t)return Reflect.has(e,t);if(void 0!==this.getOwnPropertyDescriptor(e,t))return!0;const r=Object.getPrototypeOf(e);return null!==r&&Reflect.has(r,t)},ownKeys(e){const t=new Set;for(const r of e[o][n.supportedPropertyIndices])t.add(`${r}`);for(const r of Reflect.ownKeys(e))t.add(r);return[...t]},getOwnPropertyDescriptor(e,t){if("symbol"==typeof t)return Reflect.getOwnPropertyDescriptor(e,t);let r=!1;if(n.isArrayIndexPropName(t)){const i=t>>>0;if(e[o][n.supportsPropertyIndex](i)){const t=e[o].getItem(i);return{writable:!0,enumerable:!0,configurable:!0,value:n.tryWrapperForImpl(t)}}r=!0}return Reflect.getOwnPropertyDescriptor(e,t)},set(e,t,r,a){if("symbol"==typeof t)return Reflect.set(e,t,r,a);if(e===a&&n.isArrayIndexPropName(t)){const a=t>>>0;let s=r;return s=i.DOMString(s,{context:"Failed to set the "+a+" property on 'SVGStringList': The provided value"}),!e[o][n.supportsPropertyIndex](a)?e[o][n.indexedSetNew](a,s):e[o][n.indexedSetExisting](a,s),!0}let s;if(n.isArrayIndexPropName(t)){const r=t>>>0;if(e[o][n.supportsPropertyIndex](r)){const t=e[o].getItem(r);s={writable:!0,enumerable:!0,configurable:!0,value:n.tryWrapperForImpl(t)}}}if(void 0===s&&(s=Reflect.getOwnPropertyDescriptor(e,t)),void 0===s){const i=Reflect.getPrototypeOf(e);if(null!==i)return Reflect.set(i,t,r,a);s={writable:!0,enumerable:!0,configurable:!0,value:void 0}}if(!s.writable)return!1;if(!n.isObject(a))return!1;const u=Reflect.getOwnPropertyDescriptor(a,t);let l;if(void 0!==u){if(u.get||u.set)return!1;if(!u.writable)return!1;l={value:r}}else l={writable:!0,enumerable:!0,configurable:!0,value:r};return Reflect.defineProperty(a,t,l)},defineProperty(e,t,r){if("symbol"==typeof t)return Reflect.defineProperty(e,t,r);if(n.isArrayIndexPropName(t)){if(r.get||r.set)return!1;const a=t>>>0;let s=r.value;return s=i.DOMString(s,{context:"Failed to set the "+a+" property on 'SVGStringList': The provided value"}),!e[o][n.supportsPropertyIndex](a)?e[o][n.indexedSetNew](a,s):e[o][n.indexedSetExisting](a,s),!0}return Reflect.defineProperty(e,t,r)},deleteProperty(e,t){if("symbol"==typeof t)return Reflect.deleteProperty(e,t);if(n.isArrayIndexPropName(t)){const r=t>>>0;return!e[o][n.supportsPropertyIndex](r)}return Reflect.deleteProperty(e,t)},preventExtensions:()=>!1}))[o][n.wrapperSymbol]=e,u.init&&u.init(e[o],r),e},interface:a,expose:{Window:{SVGStringList:a}}};e.exports=s;const u=r(780)},function(e,t,r){"use strict";t.detach=function(e){if("string"!=typeof e)throw new TypeError(`jsdom internal error: detaching object of wrong type ${e}`)},t.attach=function(e,t){if("string"!=typeof e)throw new TypeError(`jsdom internal error: attaching object of wrong type ${e}`)},t.reserializeSpaceSeparatedTokens=function(e){return e.join(" ")},t.reserializeCommaSeparatedTokens=function(e){return e.join(", ")}},function(e,t,r){"use strict";const i=r(1),n=(r(0),r(74));e.exports={convertInherit(e,t,{context:r="The provided value"}={}){n.convertInherit(e,t,{context:r});{const n="data";let o=null==e?void 0:e[n];void 0!==o?(o=null==o?null:i.DOMString(o,{context:r+" has member data that"}),t[n]=o):t[n]=null}{const n="isComposing";let o=null==e?void 0:e[n];void 0!==o?(o=i.boolean(o,{context:r+" has member isComposing that"}),t[n]=o):t[n]=!1}},convert(t,{context:r="The provided value"}={}){if(void 0!==t&&"object"!=typeof t&&"function"!=typeof t)throw new TypeError(`${r} is not an object.`);const i=Object.create(null);return e.exports.convertInherit(t,i,{context:r}),i}}},function(e,t,r){"use strict";const i=r(1),n=(r(0),r(74));e.exports={convertInherit(e,t,{context:r="The provided value"}={}){n.convertInherit(e,t,{context:r});{const n="data";let o=null==e?void 0:e[n];void 0!==o?(o=i.DOMString(o,{context:r+" has member data that"}),t[n]=o):t[n]=""}},convert(t,{context:r="The provided value"}={}){if(void 0!==t&&"object"!=typeof t&&"function"!=typeof t)throw new TypeError(`${r} is not an object.`);const i=Object.create(null);return e.exports.convertInherit(t,i,{context:r}),i}}},function(e,t,r){"use strict";const i=r(1),n=(r(0),r(148));e.exports={convertInherit(e,t,{context:r="The provided value"}={}){n.convertInherit(e,t,{context:r});{const n="deltaMode";let o=null==e?void 0:e[n];void 0!==o?(o=i["unsigned long"](o,{context:r+" has member deltaMode that"}),t[n]=o):t[n]=0}{const n="deltaX";let o=null==e?void 0:e[n];void 0!==o?(o=i.double(o,{context:r+" has member deltaX that"}),t[n]=o):t[n]=0}{const n="deltaY";let o=null==e?void 0:e[n];void 0!==o?(o=i.double(o,{context:r+" has member deltaY that"}),t[n]=o):t[n]=0}{const n="deltaZ";let o=null==e?void 0:e[n];void 0!==o?(o=i.double(o,{context:r+" has member deltaZ that"}),t[n]=o):t[n]=0}},convert(t,{context:r="The provided value"}={}){if(void 0!==t&&"object"!=typeof t&&"function"!=typeof t)throw new TypeError(`${r} is not an object.`);const i=Object.create(null);return e.exports.convertInherit(t,i,{context:r}),i}}},function(e,t,r){"use strict";const i=r(16),{parseURLToResultingURLRecord:n}=r(41),{asciiCaseInsensitiveMatch:o}=r(25),{navigate:a}=r(193);function s(e){null!==e.url&&"blob"===e.url.scheme&&e.url.cannotBeABaseURL||function(e){const t=e.getAttributeNS(null,"href");if(null===t)return void(e.url=null);const r=n(t,e._ownerDocument);e.url=null===r?null:r}(e)}function u(e){e.setAttributeNS(null,"href",i.serializeURL(e.url))}t.implementation=class{_htmlHyperlinkElementUtilsSetup(){this.url=null}_cannotNavigate(){return"a"!==this._localName&&!this.isConnected}_getAnElementsTarget(){if(this.hasAttributeNS(null,"target"))return this.getAttributeNS(null,"target");const e=this._ownerDocument.querySelector("base[target]");return e?e.getAttributeNS(null,"target"):""}_chooseABrowsingContext(e,t){let r=null;return""===e||o(e,"_self")?r=t:o(e,"_parent")?r=t.parent:o(e,"_top")?r=t.top:o(e,"_blank"),r}_followAHyperlink(){if(this._cannotNavigate())return;const e=this._ownerDocument._defaultView;let t="";"a"!==this._localName&&"area"!==this._localName||(t=this._getAnElementsTarget());const r=this.relList.contains("noreferrer")||this.relList.contains("noopener"),i=this._chooseABrowsingContext(t,e,r);if(null===i)return;const o=n(this.href,this._ownerDocument);null!==o&&setTimeout(()=>{a(i,o,{})},0)}toString(){return this.href}get href(){s(this);const{url:e}=this;if(null===e){const e=this.getAttributeNS(null,"href");return null===e?"":e}return i.serializeURL(e)}set href(e){this.setAttributeNS(null,"href",e)}get origin(){return s(this),null===this.url?"":i.serializeURLOrigin(this.url)}get protocol(){return s(this),null===this.url?":":this.url.scheme+":"}set protocol(e){s(this),null!==this.url&&(i.basicURLParse(e+":",{url:this.url,stateOverride:"scheme start"}),u(this))}get username(){return s(this),null===this.url?"":this.url.username}set username(e){s(this);const{url:t}=this;null===t||null===t.host||""===t.host||t.cannotBeABaseURL||"file"===t.scheme||(i.setTheUsername(t,e),u(this))}get password(){s(this);const{url:e}=this;return null===e?"":e.password}set password(e){s(this);const{url:t}=this;null===t||null===t.host||""===t.host||t.cannotBeABaseURL||"file"===t.scheme||(i.setThePassword(t,e),u(this))}get host(){s(this);const{url:e}=this;return null===e||null===e.host?"":null===e.port?i.serializeHost(e.host):i.serializeHost(e.host)+":"+i.serializeInteger(e.port)}set host(e){s(this);const{url:t}=this;null===t||t.cannotBeABaseURL||(i.basicURLParse(e,{url:t,stateOverride:"host"}),u(this))}get hostname(){s(this);const{url:e}=this;return null===e||null===e.host?"":i.serializeHost(e.host)}set hostname(e){s(this);const{url:t}=this;null===t||t.cannotBeABaseURL||(i.basicURLParse(e,{url:t,stateOverride:"hostname"}),u(this))}get port(){s(this);const{url:e}=this;return null===e||null===e.port?"":i.serializeInteger(e.port)}set port(e){s(this);const{url:t}=this;null===t||null===t.host||""===t.host||t.cannotBeABaseURL||"file"===t.scheme||(""===e?t.port=null:i.basicURLParse(e,{url:t,stateOverride:"port"}),u(this))}get pathname(){s(this);const{url:e}=this;return null===e?"":e.cannotBeABaseURL?e.path[0]:"/"+e.path.join("/")}set pathname(e){s(this);const{url:t}=this;null===t||t.cannotBeABaseURL||(t.path=[],i.basicURLParse(e,{url:t,stateOverride:"path start"}),u(this))}get search(){s(this);const{url:e}=this;return null===e||null===e.query||""===e.query?"":"?"+e.query}set search(e){s(this);const{url:t}=this;if(null!==t){if(""===e)t.query=null;else{const r="?"===e[0]?e.substring(1):e;t.query="",i.basicURLParse(r,{url:t,stateOverride:"query",encodingOverride:this._ownerDocument.charset})}u(this)}}get hash(){s(this);const{url:e}=this;return null===e||null===e.fragment||""===e.fragment?"":"#"+e.fragment}set hash(e){s(this);const{url:t}=this;if(null!==t){if(""===e)t.fragment=null;else{const r="#"===e[0]?e.substring(1):e;t.fragment="",i.basicURLParse(r,{url:t,stateOverride:"fragment"})}u(this)}}}},function(e,t,r){"use strict";const i=r(8),n=r(56),o=r(55),{parseURL:a,serializeURL:s}=r(16),u=r(214),{evaluateJavaScriptURL:l}=r(193),p=r(3).implementation,{reflectURLAttribute:c}=r(5),{parseIntoDocument:d}=r(60),{documentBaseURL:h}=r(41),{fireAnEvent:m}=r(15),{getAttributeValue:f}=r(42),g=r(0);function v(e,t,r){if(r)return void m("load",t);const i=Promise.resolve();e._queue.push(i,function(){m("load",t)})}function b(e,t){e._contentDocument&&(e._contentDocument._defaultView?e._contentDocument._defaultView.close():delete e._contentDocument);const r=e._ownerDocument;let p;const c=f(e,"src");p=""===c?a("about:blank"):a(c,{baseURL:h(r)||void 0})||a("about:blank");const m=s(p),b=new r._defaultView.constructor({parsingMode:"html",url:"javascript"===p.scheme||"about:blank"===m?r.URL:m,resourceLoader:r._defaultView._resourceLoader,referrer:r.URL,cookieJar:r._cookieJar,pool:r._pool,encoding:r._encoding,runScripts:r._defaultView._runScripts,commonForOrigin:r._defaultView._commonForOrigin,pretendToBeVisual:r._defaultView._pretendToBeVisual}),y=e._contentDocument=g.implForWrapper(b._document),w=r._defaultView,E=y._defaultView;E._parent=w,E._top=w.top,E._frameElement=e,E._virtualConsole=w._virtualConsole,r.origin===y.origin&&E._currentOriginData.windowsInSameOrigin.push(E);const x=function(e,t){return!!t&&0===Object.keys(e._eventListeners).length}(e,t);if("about:blank"===m)d("",y),y.close(x),x?v(r,e,x):y.addEventListener("load",()=>{v(r,e)});else if("javascript"===p.scheme){d("",y),y.close(x);const t=l(E,p);"string"==typeof t&&(y.body.textContent=t),x?v(r,e,x):y.addEventListener("load",()=>{v(r,e)})}else!function(e,t,r,a){const s=r._resourceLoader;let l;l=s.fetch(e,{element:t,onLoad:function(e){const t={defaultEncoding:r._encoding};if(l.response){const e=n.parse(l.response.headers["content-type"])||new n("text/plain");t.transportLayerEncodingLabel=e.parameters.get("charset"),e&&(e.isXML()&&(a._parsingMode="xml"),a.contentType=e.essence)}const s=u(e,t);a._encoding=s;const p=o.decode(e,a._encoding);try{d(p,a)}catch(e){if(!(e instanceof i&&e.code===i.SYNTAX_ERR&&"xml"===a._parsingMode))throw e;{const t=a.createElementNS("http://www.mozilla.org/newlayout/xml/parsererror.xml","parsererror");for(t.textContent=e.message;a.childNodes.length>0;)a.removeChild(a.lastChild);a.appendChild(t)}}return a.close(),new Promise((e,t)=>{a.addEventListener("load",e),a.addEventListener("error",t)})}})}(m,e,r,y)}function y(e){const t=e._defaultView;if(!t)return;const r=e.querySelectorAll("iframe,frame");for(let e=0;e{Object.defineProperty(t,r,{configurable:!0,enumerable:!0,get:()=>e.contentWindow})})}e.exports={implementation:class extends p{constructor(e,t){super(e,t),this._contentDocument=null}_attrModified(e,t,r){super._attrModified(e,t,r),"src"===e&&this._attached&&this._ownerDocument._defaultView&&b(this)}_detach(){super._detach(),this.contentWindow&&this.contentWindow.close(),y(this._ownerDocument)}_attach(){super._attach(),this._ownerDocument._defaultView&&b(this,!0),y(this._ownerDocument)}get contentDocument(){return this._contentDocument}get contentWindow(){return this.contentDocument?this.contentDocument._defaultView:null}get src(){return c(this,"src")}set src(e){this.setAttributeNS(null,"src",e)}get longDesc(){return c(this,"longdesc")}set longDesc(e){this.setAttributeNS(null,"longdesc",e)}}}},function(e,t,r){"use strict";const i=new Set(["select","start","end","preserve"]);e.exports={enumerationValues:i,convert(e,{context:t="The provided value"}={}){const r=`${e}`;if(!i.has(e))throw new TypeError(`${t} '${e}' is not a valid enumeration value for SelectionMode`);return r}}},function(e,t,r){"use strict";const i=r(111),n=r(55),o=r(16);function a(e,r,i){const o=e._ownerDocument;let a=o._encoding;const s=o._resourceLoader;"link"===e.localName&&e.hasAttributeNS(null,"charset")&&(a=n.labelToName(e.getAttributeNS(null,"charset"))),s.fetch(r,{element:e,onLoad:function(r){const o=n.decode(r,a);e.sheet&&t.removeStylesheet(e.sheet,e),t.createStylesheet(o,e,i)}})}t.fetchStylesheet=(e,t)=>{return a(e,t,o.parseURL(t))},t.removeStylesheet=(e,t)=>{const{styleSheets:r}=t._ownerDocument;r.splice(r.indexOf(e,1)),t.sheet=null},t.createStylesheet=(e,t,r)=>{let n;try{n=i.parse(e)}catch(r){if(t._ownerDocument._defaultView){const r=new Error("Could not parse CSS stylesheet");r.detail=e,r.type="css parsing",t._ownerDocument._defaultView._virtualConsole.emit("jsdomError",r)}return}!function e(t,r,i){if(!r)return;for(let n=0;nn.tryWrapperForImpl(this[o].rows))}get align(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"align");return null===t?"":t}set align(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'align' property on 'HTMLTableSectionElement': The provided value"}),this.setAttributeNS(null,"align",t)}get ch(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"char");return null===t?"":t}set ch(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'ch' property on 'HTMLTableSectionElement': The provided value"}),this.setAttributeNS(null,"char",t)}get chOff(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"charoff");return null===t?"":t}set chOff(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'chOff' property on 'HTMLTableSectionElement': The provided value"}),this.setAttributeNS(null,"charoff",t)}get vAlign(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"valign");return null===t?"":t}set vAlign(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'vAlign' property on 'HTMLTableSectionElement': The provided value"}),this.setAttributeNS(null,"valign",t)}}Object.defineProperties(s.prototype,{insertRow:{enumerable:!0},deleteRow:{enumerable:!0},rows:{enumerable:!0},align:{enumerable:!0},ch:{enumerable:!0},chOff:{enumerable:!0},vAlign:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLTableSectionElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLTableSectionElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLTableSectionElement:s}}};e.exports=u;const l=r(912)},function(e,t,r){"use strict";r(1);const i=r(0),n=i.implSymbol,o=r(132),a=r(930);class s extends o.interface{constructor(){throw new TypeError("Illegal constructor")}get requiredExtensions(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return i.getSameObject(this,"requiredExtensions",()=>i.tryWrapperForImpl(this[n].requiredExtensions))}get systemLanguage(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return i.getSameObject(this,"systemLanguage",()=>i.tryWrapperForImpl(this[n].systemLanguage))}}Object.defineProperties(s.prototype,{requiredExtensions:{enumerable:!0},systemLanguage:{enumerable:!0},[Symbol.toStringTag]:{value:"SVGGraphicsElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(i.hasOwn(t,n)&&t[n]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=i.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return i.implForWrapper(t);throw new TypeError(`${r} is not of type 'SVGGraphicsElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),i.implForWrapper(r)},_internalSetup(e){o._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,n,{value:new l.implementation(t,r),configurable:!0}),e[n][i.wrapperSymbol]=e,l.init&&l.init(e[n],r),e},interface:s,expose:{Window:{SVGGraphicsElement:s}}};e.exports=u,a._mixedIntoPredicates.push(e.exports.is);const l=r(383)},function(e,t,r){"use strict";const{splitOnASCIIWhitespace:i,splitOnCommas:n}=r(25),{reserializeCommaSeparatedTokens:o,reserializeSpaceSeparatedTokens:a}=r(371),s=r(370);class u{get requiredExtensions(){return s.createImpl([],{element:this,attribute:"requiredExtensions"})}get systemLanguage(){return s.createImpl([],{element:this,attribute:"systemLanguage"})}}u.attributeRegistry=new Map([["requiredExtensions",{getValue:i,serialize:a,initialValue:void 0}],["systemLanguage",{getValue:n,serialize:o,initialValue:void 0}]]),t.implementation=u},function(e,t,r){"use strict";const{mixin:i}=r(5),n=r(194).implementation,o=r(382).implementation;class a extends n{}a.attributeRegistry=new Map([...n.attributeRegistry,...o.attributeRegistry]),i(a.prototype,o.prototype),t.implementation=a},function(e,t,r){"use strict";(function(t,i){const n=r(35),{parseURL:o}=r(16),a=r(326).fromURLRecord,s=r(941),u=r(327),l=r(956).version,p="[object process]"!==Object.prototype.toString.call(t);e.exports=class{constructor({strictSSL:e=!0,proxy:r,userAgent:i=`Mozilla/5.0 (${t.platform||"unknown OS"}) AppleWebKit/537.36 `+`(KHTML, like Gecko) jsdom/${l}`}={}){this._strictSSL=e,this._proxy=r,this._userAgent=i}_readFile(e){let t,r;const o=new Promise((o,a)=>{t=n.createReadStream(e);let s=i.alloc(0);r=a,t.on("error",a),t.on("data",e=>{s=i.concat([s,e])}),t.on("end",()=>{o(s)})});return o.abort=()=>{t.destroy();const e=new Error("request canceled by user");e.isAbortError=!0,r(e)},o}_getRequestOptions({cookieJar:e,referrer:t,accept:r="*/*"}){const i={encoding:null,gzip:!0,jar:u(e),strictSSL:this._strictSSL,proxy:this._proxy,forever:!0,headers:{"User-Agent":this._userAgent,"Accept-Language":"en",Accept:r}};return t&&!p&&(i.headers.referer=t),i}fetch(e,t={}){const r=o(e);if(!r)return Promise.reject(new Error(`Tried to fetch invalid URL ${e}`));switch(r.scheme){case"data":return Promise.resolve(a(r).body);case"http":case"https":{const r=this._getRequestOptions(t);return s(e,r)}case"file":{const t=e.replace(/^file:\/\//,"").replace(/^\/([a-z]):\//i,"$1:/").replace(/%20/g," ");return this._readFile(t)}default:return Promise.reject(new Error(`Tried to fetch URL ${e} with invalid scheme ${r.scheme}`))}}}}).call(this,r(10),r(4).Buffer)},function(e,t,r){var i=r(386),n=r(949),o="[object AsyncFunction]",a="[object Function]",s="[object GeneratorFunction]",u="[object Proxy]";e.exports=function(e){if(!n(e))return!1;var t=i(e);return t==a||t==s||t==o||t==u}},function(e,t,r){var i=r(387),n=r(947),o=r(948),a="[object Null]",s="[object Undefined]",u=i?i.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?s:a:u&&u in Object(e)?n(e):o(e)}},function(e,t,r){var i=r(945).Symbol;e.exports=i},function(e,t){var r=Array.isArray;e.exports=r},function(e,t,r){"use strict"; +/*! + * Copyright (c) 2018, Salesforce.com, Inc. + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, + * this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. + * + * 3. Neither the name of Salesforce.com nor the names of its contributors may + * be used to endorse or promote products derived from this software without + * specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + */var i=r(136);t.getPublicSuffix=function(e){return i.get(e)}},function(e,t,r){"use strict"; +/*! + * Copyright (c) 2015, Salesforce.com, Inc. + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, + * this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. + * + * 3. Neither the name of Salesforce.com nor the names of its contributors may + * be used to endorse or promote products derived from this software without + * specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + */function i(){}t.Store=i,i.prototype.synchronous=!1,i.prototype.findCookie=function(e,t,r,i){throw new Error("findCookie is not implemented")},i.prototype.findCookies=function(e,t,r){throw new Error("findCookies is not implemented")},i.prototype.putCookie=function(e,t){throw new Error("putCookie is not implemented")},i.prototype.updateCookie=function(e,t,r){throw new Error("updateCookie is not implemented")},i.prototype.removeCookie=function(e,t,r,i){throw new Error("removeCookie is not implemented")},i.prototype.removeCookies=function(e,t,r){throw new Error("removeCookies is not implemented")},i.prototype.removeAllCookies=function(e){throw new Error("removeAllCookies is not implemented")},i.prototype.getAllCookies=function(e){throw new Error("getAllCookies is not implemented (therefore jar cannot be serialized)")}},function(e,t,r){"use strict"; +/*! + * Copyright (c) 2015, Salesforce.com, Inc. + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, + * this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. + * + * 3. Neither the name of Salesforce.com nor the names of its contributors may + * be used to endorse or promote products derived from this software without + * specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + */var i=r(389);t.permuteDomain=function(e){var t=i.getPublicSuffix(e);if(!t)return null;if(t==e)return[e];for(var r=e.slice(0,-(t.length+1)).split(".").reverse(),n=t,o=[n];r.length;)n=r.shift()+"."+n,o.push(n);return o}},function(e,t,r){"use strict"; +/*! + * Copyright (c) 2015, Salesforce.com, Inc. + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, + * this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. + * + * 3. Neither the name of Salesforce.com nor the names of its contributors may + * be used to endorse or promote products derived from this software without + * specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + */t.pathMatch=function(e,t){if(t===e)return!0;if(0===e.indexOf(t)){if("/"===t.substr(-1))return!0;if("/"===e.substr(t.length,1))return!0}return!1}},function(e,t,r){"use strict";t.byteLength=function(e){var t=l(e),r=t[0],i=t[1];return 3*(r+i)/4-i},t.toByteArray=function(e){for(var t,r=l(e),i=r[0],a=r[1],s=new o(function(e,t,r){return 3*(t+r)/4-r}(0,i,a)),u=0,p=a>0?i-4:i,c=0;c>16&255,s[u++]=t>>8&255,s[u++]=255&t;2===a&&(t=n[e.charCodeAt(c)]<<2|n[e.charCodeAt(c+1)]>>4,s[u++]=255&t);1===a&&(t=n[e.charCodeAt(c)]<<10|n[e.charCodeAt(c+1)]<<4|n[e.charCodeAt(c+2)]>>2,s[u++]=t>>8&255,s[u++]=255&t);return s},t.fromByteArray=function(e){for(var t,r=e.length,n=r%3,o=[],a=0,s=r-n;as?s:a+16383));1===n?(t=e[r-1],o.push(i[t>>2]+i[t<<4&63]+"==")):2===n&&(t=(e[r-2]<<8)+e[r-1],o.push(i[t>>10]+i[t>>4&63]+i[t<<2&63]+"="));return o.join("")};for(var i=[],n=[],o="undefined"!=typeof Uint8Array?Uint8Array:Array,a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",s=0,u=a.length;s0)throw new Error("Invalid string. Length must be a multiple of 4");var r=e.indexOf("=");return-1===r&&(r=t),[r,r===t?0:4-r%4]}function p(e,t,r){for(var n,o,a=[],s=t;s>18&63]+i[o>>12&63]+i[o>>6&63]+i[63&o]);return a.join("")}n["-".charCodeAt(0)]=62,n["_".charCodeAt(0)]=63},function(e,t){t.read=function(e,t,r,i,n){var o,a,s=8*n-i-1,u=(1<>1,p=-7,c=r?n-1:0,d=r?-1:1,h=e[t+c];for(c+=d,o=h&(1<<-p)-1,h>>=-p,p+=s;p>0;o=256*o+e[t+c],c+=d,p-=8);for(a=o&(1<<-p)-1,o>>=-p,p+=i;p>0;a=256*a+e[t+c],c+=d,p-=8);if(0===o)o=1-l;else{if(o===u)return a?NaN:1/0*(h?-1:1);a+=Math.pow(2,i),o-=l}return(h?-1:1)*a*Math.pow(2,o-i)},t.write=function(e,t,r,i,n,o){var a,s,u,l=8*o-n-1,p=(1<>1,d=23===n?Math.pow(2,-24)-Math.pow(2,-77):0,h=i?0:o-1,m=i?1:-1,f=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(s=isNaN(t)?1:0,a=p):(a=Math.floor(Math.log(t)/Math.LN2),t*(u=Math.pow(2,-a))<1&&(a--,u*=2),(t+=a+c>=1?d/u:d*Math.pow(2,1-c))*u>=2&&(a++,u/=2),a+c>=p?(s=0,a=p):a+c>=1?(s=(t*u-1)*Math.pow(2,n),a+=c):(s=t*Math.pow(2,c-1)*Math.pow(2,n),a=0));n>=8;e[r+h]=255&s,h+=m,s/=256,n-=8);for(a=a<0;e[r+h]=255&a,h+=m,a/=256,l-=8);e[r+h-m]|=128*f}},function(e,t,r){var i=r(35),n=r(396),o=function(e,t){return t&&t.bind(e)};Object.defineProperties(e.exports,{F_OK:{enumerable:!0,value:i.F_OK},FileReadStream:{enumerable:!0,value:i.FileReadStream},FileWriteStream:{enumerable:!0,value:i.FileWriteStream},R_OK:{enumerable:!0,value:i.R_OK},ReadStream:{enumerable:!0,value:i.ReadStream},Stats:{enumerable:!0,value:i.Stats},W_OK:{enumerable:!0,value:i.W_OK},WriteStream:{enumerable:!0,value:i.WriteStream},X_OK:{enumerable:!0,value:i.X_OK},access:{enumerable:!0,value:n(i,i.access,1)},accessSync:{enumerable:!0,value:o(i,i.accessSync)},appendFile:{enumerable:!0,value:n(i,i.appendFile,2)},appendFileSync:{enumerable:!0,value:o(i,i.appendFileSync)},chmod:{enumerable:!0,value:n(i,i.chmod,2)},chmodSync:{enumerable:!0,value:o(i,i.chmodSync)},chown:{enumerable:!0,value:n(i,i.chown,3)},chownSync:{enumerable:!0,value:o(i,i.chownSync)},close:{enumerable:!0,value:n(i,i.close,1)},closeSync:{enumerable:!0,value:o(i,i.closeSync)},constants:{enumerable:!0,get:function(){return i.constants},set:function(e){i.constants=e}},copyFile:{enumerable:!0,value:n(i,i.copyFile,2)},copyFileSync:{enumerable:!0,value:o(i,i.copyFileSync)},createReadStream:{enumerable:!0,value:o(i,i.createReadStream)},createWriteStream:{enumerable:!0,value:o(i,i.createWriteStream)},exists:{enumerable:!0,value:n(i,i.exists,1,{noError:!0})},existsSync:{enumerable:!0,value:o(i,i.existsSync)},fchmod:{enumerable:!0,value:n(i,i.fchmod,2)},fchmodSync:{enumerable:!0,value:o(i,i.fchmodSync)},fchown:{enumerable:!0,value:n(i,i.fchown,3)},fchownSync:{enumerable:!0,value:o(i,i.fchownSync)},fdatasync:{enumerable:!0,value:n(i,i.fdatasync,1)},fdatasyncSync:{enumerable:!0,value:o(i,i.fdatasyncSync)},fstat:{enumerable:!0,value:n(i,i.fstat,1)},fstatSync:{enumerable:!0,value:o(i,i.fstatSync)},fsync:{enumerable:!0,value:n(i,i.fsync,1)},fsyncSync:{enumerable:!0,value:o(i,i.fsyncSync)},ftruncate:{enumerable:!0,value:n(i,i.ftruncate,2)},ftruncateSync:{enumerable:!0,value:o(i,i.ftruncateSync)},futimes:{enumerable:!0,value:n(i,i.futimes,3)},futimesSync:{enumerable:!0,value:o(i,i.futimesSync)},link:{enumerable:!0,value:n(i,i.link,2)},linkSync:{enumerable:!0,value:o(i,i.linkSync)},lstat:{enumerable:!0,value:n(i,i.lstat,1)},lstatSync:{enumerable:!0,value:o(i,i.lstatSync)},mkdir:{enumerable:!0,value:n(i,i.mkdir,1)},mkdirSync:{enumerable:!0,value:o(i,i.mkdirSync)},mkdtemp:{enumerable:!0,value:n(i,i.mkdtemp,1)},mkdtempSync:{enumerable:!0,value:o(i,i.mkdtempSync)},open:{enumerable:!0,value:n(i,i.open,2)},openSync:{enumerable:!0,value:o(i,i.openSync)},read:{enumerable:!0,value:n(i,i.read,5,{pattern:["read","buffer"]})},readFile:{enumerable:!0,value:n(i,i.readFile,1)},readFileSync:{enumerable:!0,value:o(i,i.readFileSync)},readSync:{enumerable:!0,value:o(i,i.readSync)},readdir:{enumerable:!0,value:n(i,i.readdir,1)},readdirSync:{enumerable:!0,value:o(i,i.readdirSync)},readlink:{enumerable:!0,value:n(i,i.readlink,1)},readlinkSync:{enumerable:!0,value:o(i,i.readlinkSync)},realpath:{enumerable:!0,value:n(i,i.realpath,1)},realpathSync:{enumerable:!0,value:o(i,i.realpathSync)},rename:{enumerable:!0,value:n(i,i.rename,2)},renameSync:{enumerable:!0,value:o(i,i.renameSync)},rmdir:{enumerable:!0,value:n(i,i.rmdir,1)},rmdirSync:{enumerable:!0,value:o(i,i.rmdirSync)},stat:{enumerable:!0,value:n(i,i.stat,1)},statSync:{enumerable:!0,value:o(i,i.statSync)},symlink:{enumerable:!0,value:n(i,i.symlink,2)},symlinkSync:{enumerable:!0,value:o(i,i.symlinkSync)},truncate:{enumerable:!0,value:n(i,i.truncate,2)},truncateSync:{enumerable:!0,value:o(i,i.truncateSync)},unlink:{enumerable:!0,value:n(i,i.unlink,1)},unlinkSync:{enumerable:!0,value:o(i,i.unlinkSync)},unwatchFile:{enumerable:!0,value:o(i,i.unwatchFile)},utimes:{enumerable:!0,value:n(i,i.utimes,3)},utimesSync:{enumerable:!0,value:o(i,i.utimesSync)},watch:{enumerable:!0,value:o(i,i.watch)},watchFile:{enumerable:!0,value:o(i,i.watchFile)},write:{enumerable:!0,value:n(i,i.write,5,{pattern:["written","buffer"]})},writeFile:{enumerable:!0,value:n(i,i.writeFile,2)},writeFileSync:{enumerable:!0,value:o(i,i.writeFileSync)},writeSync:{enumerable:!0,value:o(i,i.writeSync)}})},function(e,t,r){var i=Array.prototype.slice,n=r(397),o=function(e){var t,r,i=new(n())(function(e,i){t=e,r=i}),o=e&&e.pattern,a=e&&e.noError;return{promise:i,callback:o?function(e){if(e&&!a)return r(e);var i,n={},s=a?0:1;for(i=0;i=0&&null===r;i--)("var"===e.kind?o(t[i]):a(t[i]))&&(r=t[i]);r.locals=r.locals||{},e.declarations.forEach(function(e){c(e.id,r)})},FunctionDeclaration:function(e,t){for(var r=null,i=t.length-2;i>=0&&null===r;i--)o(t[i])&&(r=t[i]);r.locals=r.locals||{},e.id&&(r.locals[e.id.name]=!0),p(e)},Function:p,ClassDeclaration:function(e,t){for(var r=null,i=t.length-2;i>=0&&null===r;i--)a(t[i])&&(r=t[i]);r.locals=r.locals||{},e.id&&(r.locals[e.id.name]=!0)},TryStatement:function(e){null!==e.handler&&(e.handler.locals=e.handler.locals||{},e.handler.locals[e.handler.param.name]=!0)},ImportDefaultSpecifier:d,ImportSpecifier:d,ImportNamespaceSpecifier:d}),n.ancestor(r,{VariablePattern:h,Identifier:h,ThisExpression:function(e,t){for(var r=0;r=r)&&n[l](o,a,e),(null==t||o.start===t)&&(null==r||o.end===r)&&i(l,o))throw new s(o,a)}(e,o)}catch(e){if(e instanceof s)return e;throw e}}function c(e,t,r,i,n){r=a(r),i||(i=b);try{!function e(n,o,a){var u=a||n.type;if(!(n.start>t||n.end=t&&r(u,n))throw new s(n,o);i[u](n,o,e)}}(e,n)}catch(e){if(e instanceof s)return e;throw e}}function h(e,t,r,i,n){var o;return r=a(r),i||(i=b),function e(n,a,u){if(!(n.start>t)){var l=u||n.type;n.end<=t&&(!o||o.node.end":n.Relational,"<=":n.Relational,">=":n.Relational,in:n.Relational,instanceof:n.Relational,"<<":n.BitwiseSHIFT,">>":n.BitwiseSHIFT,">>>":n.BitwiseSHIFT,"+":n.Additive,"-":n.Additive,"*":n.Multiplicative,"%":n.Multiplicative,"/":n.Multiplicative};var F=7,D=1;function N(e,t){var r="";for(t|=0;t>0;t>>>=1,e+=e)1&t&&(r+=e);return r}function O(e){var t=e.length;return t&&u.code.isLineTerminator(e.charCodeAt(t-1))}function j(e,t){var r;for(r in t)t.hasOwnProperty(r)&&(e[r]=t[r]);return e}function B(e,t){var r,i;function n(e){return"object"==typeof e&&e instanceof Object&&!(e instanceof RegExp)}for(r in t)t.hasOwnProperty(r)&&(n(i=t[r])?n(e[r])?B(e[r],i):e[r]=B({},i):e[r]=i);return e}function P(e,t){return 8232==(-2&e)?(t?"u":"\\u")+(8232===e?"2028":"2029"):10===e||13===e?(t?"":"\\")+(10===e?"n":"r"):String.fromCharCode(e)}function M(e,t){var r;return 8===e?"\\b":12===e?"\\f":9===e?"\\t":(r=e.toString(16).toUpperCase(),c||e>255?"\\u"+"0000".slice(r.length)+r:0!==e||u.code.isDecimalDigit(t)?11===e?"\\x0B":"\\x"+"00".slice(r.length)+r:"\\0")}function R(e){if(92===e)return"\\\\";if(10===e)return"\\n";if(13===e)return"\\r";if(8232===e)return"\\u2028";if(8233===e)return"\\u2029";throw new Error("Incorrectly classified character")}function L(e,t){if(!T)return Array.isArray(e)?function e(t){var r,i,n,o="";for(r=0,i=t.length;ra&&(s=a)}for(void 0!==t?(p=l,"*"===r[1][s]&&(t+=" "),l=t):(1&s&&--s,p=l),i=1,n=r.length;i0){if(a=t,A){for(t=[],h=(o=e.leadingComments[0]).extendedRange,m=o.range,(v=((g=S.substring(h[0],m[0])).match(/\n/g)||[]).length)>0?(t.push(N("\n",v)),t.push(z(V(o)))):(t.push(g),t.push(V(o))),f=m,r=1,n=e.leadingComments.length;r0?(t.push(N("\n",v)),t.push(z(V(o)))):(t.push(g),t.push(V(o)));else for(s=!O(L(t).toString()),c=N(" ",function(e){var t;for(t=e.length-1;t>=0&&!u.code.isLineTerminator(e.charCodeAt(t));--t);return e.length-1-t}(L([l,t,p]).toString())),r=0,n=e.trailingComments.length;r")),e.expression?(t.push(v),"{"===(r=this.generateExpression(e.body,n.Assignment,F)).toString().charAt(0)&&(r=["(",r,")"]),t.push(r)):t.push(this.maybeBlock(e.body,9)),t},Y.prototype.generateIterationForStatement=function(e,t,r){var o=["for"+v+(t.await?"await"+v:"")+"("],a=this;return q(function(){t.left.type===i.VariableDeclaration?q(function(){o.push(t.left.kind+H()),o.push(a.generateStatement(t.left.declarations[0],0))}):o.push(a.generateExpression(t.left,n.Call,F)),o=U(o,e),o=[U(o,a.generateExpression(t.right,n.Assignment,F)),")"]}),o.push(this.maybeBlock(t.body,r)),o},Y.prototype.generatePropertyKey=function(e,t){var r=[];return t&&r.push("["),r.push(this.generateExpression(e,n.Sequence,F)),t&&r.push("]"),r},Y.prototype.generateAssignment=function(e,t,r,i,o){return n.Assignment2&&("\n"===(i=S.substring(r[0]+1,r[1]-1))[0]&&(n=["{"]),n.push(i)),l=D,8&t&&(l|=16),a=0,s=e.body.length;a0&&(e.body[a-1].trailingComments||e.body[a].leadingComments||K(e.body[a-1].range[1],e.body[a].range[0],n))),a===s-1&&(l|=32),u=e.body[a].leadingComments&&A?o.generateStatement(e.body[a],l):z(o.generateStatement(e.body[a],l)),n.push(u),O(L(u).toString())||A&&a1?q(u):u(),r.push(this.semicolon(t)),r},ThrowStatement:function(e,t){return[U("throw",this.generateExpression(e.argument,n.Sequence,F)),this.semicolon(t)]},TryStatement:function(e,t){var r,i,n,o;if(r=["try",this.maybeBlock(e.block,D)],r=this.maybeBlockSuffix(e.block,r),e.handlers)for(i=0,n=e.handlers.length;i0?"\n":""],a=17,n=0;n0&&(e.body[n-1].trailingComments||e.body[n].leadingComments||K(e.body[n-1].range[1],e.body[n].range[0],r))),i=z(this.generateStatement(e.body[n],a)),r.push(i),n+10){for(i.push("("),a=0,s=o;a=2&&48===a.charCodeAt(0))&&o.push(" "),o.push("."),o.push(X(e.property))),$(o,n.Member,t)},MetaProperty:function(e,t,r){var i;return(i=[]).push("string"==typeof e.meta?e.meta:X(e.meta)),i.push("."),i.push("string"==typeof e.property?e.property:X(e.property)),$(i,n.Member,t)},UnaryExpression:function(e,t,r){var i,o,a,s,l;return o=this.generateExpression(e.argument,n.Unary,F),""===v?i=U(e.operator,o):(i=[e.operator],e.operator.length>2?i=U(i,o):(l=(s=L(i).toString()).charCodeAt(s.length-1),a=o.toString().charCodeAt(0),(43===l||45===l)&&l===a||u.code.isIdentifierPartES5(l)&&u.code.isIdentifierPartES5(a)?(i.push(H()),i.push(o)):i.push(o))),$(i,n.Unary,t)},YieldExpression:function(e,t,r){var i;return i=e.delegate?"yield*":"yield",e.argument&&(i=U(i,this.generateExpression(e.argument,n.Yield,F))),$(i,n.Yield,t)},AwaitExpression:function(e,t,r){return $(U(e.all?"await*":"await",this.generateExpression(e.argument,n.Await,F)),n.Await,t)},UpdateExpression:function(e,t,r){return e.prefix?$([e.operator,this.generateExpression(e.argument,n.Unary,F)],n.Unary,t):$([this.generateExpression(e.argument,n.Postfix,F),e.operator],n.Postfix,t)},FunctionExpression:function(e,t,r){var i=[Q(e,!0),"function"];return e.id?(i.push(Z(e)||H()),i.push(X(e.id))):i.push(Z(e)||v),i.push(this.generateFunctionBody(e)),i},ArrayPattern:function(e,t,r){return this.ArrayExpression(e,t,r,!0)},ArrayExpression:function(e,t,r,i){var o,a,s=this;return e.elements.length?(a=!i&&e.elements.length>1,o=["[",a?g:""],q(function(t){var r,i;for(r=0,i=e.elements.length;r1,q(function(){a=u.generateExpression(e.properties[0],n.Sequence,F)}),i||(s=L(a).toString(),/[\r\n]/g.test(s))?(q(function(t){var r,s;if(o=["{",g,t,a],i)for(o.push(","+g),r=1,s=e.properties.length;r126))){a+=M(i,e.charCodeAt(t+1));continue}}a+=String.fromCharCode(i)}if(o=(n=!("double"===m||"auto"===m&&l0&&(n=+i.slice(o+1),i=i.slice(0,o)),r>=0&&(n-=i.length-r-1,i=+(i.slice(0,r)+i.slice(r+1))+""),o=0;48===i.charCodeAt(i.length+o-1);)--o;return 0!==o&&(n-=o,i=i.slice(0,o)),0!==n&&(i+="e"+n),(i.length1e12&&Math.floor(e)===e&&(i="0x"+e.toString(16)).length0||x.moz.comprehensionExpressionStartsWithAssignment?o=U(o,u):o.push(u)}),e.filter&&(o=U(o,"if"+v),u=this.generateExpression(e.filter,n.Sequence,F),o=U(o,["(",u,")"])),x.moz.comprehensionExpressionStartsWithAssignment||(u=this.generateExpression(e.body,n.Assignment,F),o=U(o,u)),o.push(e.type===i.GeneratorExpression?")":"]"),o},ComprehensionBlock:function(e,t,r){var o;return o=U(o=e.left.type===i.VariableDeclaration?[e.left.kind,H(),this.generateStatement(e.left.declarations[0],0)]:this.generateExpression(e.left,n.Call,F),e.of?"of":"in"),o=U(o,this.generateExpression(e.right,n.Sequence,F)),["for"+v+"(",o,")"]},SpreadElement:function(e,t,r){return["...",this.generateExpression(e.argument,n.Assignment,F)]},TaggedTemplateExpression:function(e,t,r){var i=3;return 2&r||(i=1),$([this.generateExpression(e.tag,n.Call,i),this.generateExpression(e.quasi,n.Primary,4)],n.TaggedTemplate,t)},TemplateElement:function(e,t,r){return e.value.raw},TemplateLiteral:function(e,t,r){var i,o,a;for(i=["`"],o=0,a=e.quasis.length;o>>1)])?i=r:(n=o+1,i-=r+1);return n}(t,function(t){return t.range[0]>e.range[0]}),e.extendedRange=[e.range[0],e.range[1]],r!==t.length&&(e.extendedRange[1]=t[r].range[0]),(r-=1)>=0&&(e.extendedRange[0]=t[r].range[1]),e}return(n=Array.isArray)||(n=function(e){return"[object Array]"===Object.prototype.toString.call(e)}),s=Object.create||function(){function e(){}return function(t){return e.prototype=t,new e}}(),u=Object.keys||function(e){var t,r=[];for(t in e)r.push(t);return r},i={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",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"],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"]},o={Break:l={},Skip:p={},Remove:c={}},h.prototype.replace=function(e){this.parent[this.key]=e},h.prototype.remove=function(){return n(this.parent)?(this.parent.splice(this.key,1),!0):(this.replace(null),!1)},f.prototype.path=function(){var e,t,r,i,o;function a(e,t){if(n(t))for(r=0,i=t.length;r=0;)if(b=a[c=f[d]])if(n(b)){for(h=b.length;(h-=1)>=0;)if(b[h]){if(v(s,f[d]))o=new m(b[h],[c,h],"Property",null);else{if(!g(b[h]))continue;o=new m(b[h],[c,h],null,null)}r.push(o)}}else g(b)&&r.push(new m(b,c,null,null))}}else if(o=i.pop(),u=this.__execute(t.leave,o),this.__state===l||u===l)return},f.prototype.replace=function(e,t){var r,i,o,a,s,u,d,f,b,y,w,E,x;function _(e){var t,i,n,o;if(e.ref.remove())for(i=e.ref.key,o=e.ref.parent,t=r.length;t--;)if((n=r[t]).ref&&n.ref.parent===o){if(n.ref.key=0;)if(y=o[x=b[d]])if(n(y)){for(f=y.length;(f-=1)>=0;)if(y[f]){if(v(a,b[d]))u=new m(y[f],[x,f],"Property",new h(y,f));else{if(!g(y[f]))continue;u=new m(y[f],[x,f],null,new h(y,f))}r.push(u)}}else g(y)&&r.push(new m(y,x,null,new h(o,x)))}}else if(u=i.pop(),void 0!==(s=this.__execute(t.leave,u))&&s!==l&&s!==p&&s!==c&&u.ref.replace(s),this.__state!==c&&s!==c||_(u),this.__state===l||s===l)return E.root;return E.root},t.version=r(402).version,t.Syntax=i,t.traverse=b,t.replace=function(e,t){return(new f).replace(e,t)},t.attachComments=function(e,t,r){var i,n,a,s,u=[];if(!e.range)throw new Error("attachComments needs range information");if(!r.length){if(t.length){for(a=0,n=t.length;ae.range[0]);)t.extendedRange[1]===e.range[0]?(e.leadingComments||(e.leadingComments=[]),e.leadingComments.push(t),u.splice(s,1)):s+=1;return s===u.length?o.Break:u[s].extendedRange[0]>e.range[1]?o.Skip:void 0}}),s=0,b(e,{leave:function(e){for(var t;se.range[1]?o.Skip:void 0}}),e},t.VisitorKeys=a,t.VisitorOption=o,t.Controller=f,t.cloneEnvironment=function(){return e({})},t}(t)},function(e){e.exports=JSON.parse('{"_from":"estraverse@^4.2.0","_id":"estraverse@4.2.0","_inBundle":false,"_integrity":"sha1-De4/7TH81GlhjOc0IJn8GvoL2xM=","_location":"/estraverse","_phantomChildren":{},"_requested":{"type":"range","registry":true,"raw":"estraverse@^4.2.0","name":"estraverse","escapedName":"estraverse","rawSpec":"^4.2.0","saveSpec":null,"fetchSpec":"^4.2.0"},"_requiredBy":["/escodegen","/eslint-scope","/esrecurse"],"_resolved":"https://registry.npmjs.org/estraverse/-/estraverse-4.2.0.tgz","_shasum":"0dee3fed31fcd469618ce7342099fc1afa0bdb13","_spec":"estraverse@^4.2.0","_where":"/Users/marktiedemann/dev/deno_std/jsdom/node_modules/escodegen","bugs":{"url":"https://github.com/estools/estraverse/issues"},"bundleDependencies":false,"deprecated":false,"description":"ECMAScript JS AST traversal functions","devDependencies":{"babel-preset-es2015":"^6.3.13","babel-register":"^6.3.13","chai":"^2.1.1","espree":"^1.11.0","gulp":"^3.8.10","gulp-bump":"^0.2.2","gulp-filter":"^2.0.0","gulp-git":"^1.0.1","gulp-tag-version":"^1.2.1","jshint":"^2.5.6","mocha":"^2.1.0"},"engines":{"node":">=0.10.0"},"homepage":"https://github.com/estools/estraverse","license":"BSD-2-Clause","main":"estraverse.js","maintainers":[{"name":"Yusuke Suzuki","email":"utatane.tea@gmail.com","url":"http://github.com/Constellation"}],"name":"estraverse","repository":{"type":"git","url":"git+ssh://git@github.com/estools/estraverse.git"},"scripts":{"lint":"jshint estraverse.js","test":"npm run-script lint && npm run-script unit-test","unit-test":"mocha --compilers js:babel-register"},"version":"4.2.0"}')},function(e,t,r){!function(){"use strict";t.ast=r(404),t.code=r(206),t.keyword=r(405)}()},function(e,t){!function(){"use strict";function t(e){if(null==e)return!1;switch(e.type){case"BlockStatement":case"BreakStatement":case"ContinueStatement":case"DebuggerStatement":case"DoWhileStatement":case"EmptyStatement":case"ExpressionStatement":case"ForInStatement":case"ForStatement":case"IfStatement":case"LabeledStatement":case"ReturnStatement":case"SwitchStatement":case"ThrowStatement":case"TryStatement":case"VariableDeclaration":case"WhileStatement":case"WithStatement":return!0}return!1}function r(e){switch(e.type){case"IfStatement":return null!=e.alternate?e.alternate:e.consequent;case"LabeledStatement":case"ForStatement":case"ForInStatement":case"WhileStatement":case"WithStatement":return e.body}return null}e.exports={isExpression:function(e){if(null==e)return!1;switch(e.type){case"ArrayExpression":case"AssignmentExpression":case"BinaryExpression":case"CallExpression":case"ConditionalExpression":case"FunctionExpression":case"Identifier":case"Literal":case"LogicalExpression":case"MemberExpression":case"NewExpression":case"ObjectExpression":case"SequenceExpression":case"ThisExpression":case"UnaryExpression":case"UpdateExpression":return!0}return!1},isStatement:t,isIterationStatement:function(e){if(null==e)return!1;switch(e.type){case"DoWhileStatement":case"ForInStatement":case"ForStatement":case"WhileStatement":return!0}return!1},isSourceElement:function(e){return t(e)||null!=e&&"FunctionDeclaration"===e.type},isProblematicIfStatement:function(e){var t;if("IfStatement"!==e.type)return!1;if(null==e.alternate)return!1;t=e.consequent;do{if("IfStatement"===t.type&&null==t.alternate)return!0;t=r(t)}while(t);return!1},trailingStatement:r}}()},function(e,t,r){!function(){"use strict";var t=r(206);function i(e,t){return!(!t&&"yield"===e)&&n(e,t)}function n(e,t){if(t&&function(e){switch(e){case"implements":case"interface":case"package":case"private":case"protected":case"public":case"static":case"let":return!0;default:return!1}}(e))return!0;switch(e.length){case 2:return"if"===e||"in"===e||"do"===e;case 3:return"var"===e||"for"===e||"new"===e||"try"===e;case 4:return"this"===e||"else"===e||"case"===e||"void"===e||"with"===e||"enum"===e;case 5:return"while"===e||"break"===e||"catch"===e||"throw"===e||"const"===e||"yield"===e||"class"===e||"super"===e;case 6:return"return"===e||"typeof"===e||"delete"===e||"switch"===e||"export"===e||"import"===e;case 7:return"default"===e||"finally"===e||"extends"===e;case 8:return"function"===e||"continue"===e||"debugger"===e;case 10:return"instanceof"===e;default:return!1}}function o(e,t){return"null"===e||"true"===e||"false"===e||i(e,t)}function a(e,t){return"null"===e||"true"===e||"false"===e||n(e,t)}function s(e){var r,i,n;if(0===e.length)return!1;if(n=e.charCodeAt(0),!t.isIdentifierStartES5(n))return!1;for(r=1,i=e.length;r=i)return!1;if(!(56320<=(o=e.charCodeAt(r))&&o<=57343))return!1;n=1024*(n-55296)+(o-56320)+65536}if(!a(n))return!1;a=t.isIdentifierPartES6}return!0}e.exports={isKeywordES5:i,isKeywordES6:n,isReservedWordES5:o,isReservedWordES6:a,isRestrictedWord:function(e){return"eval"===e||"arguments"===e},isIdentifierNameES5:s,isIdentifierNameES6:u,isIdentifierES5:function(e,t){return s(e)&&!o(e,t)},isIdentifierES6:function(e,t){return u(e)&&!a(e,t)}}}()},function(e,t,r){t.SourceMapGenerator=r(207).SourceMapGenerator,t.SourceMapConsumer=r(409).SourceMapConsumer,t.SourceNode=r(412).SourceNode},function(e,t){var r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");t.encode=function(e){if(0<=e&&en||o==n&&s>=a||i.compareByGeneratedPositionsInflated(t,r)<=0?(this._last=e,this._array.push(e)):(this._sorted=!1,this._array.push(e))},n.prototype.toArray=function(){return this._sorted||(this._array.sort(i.compareByGeneratedPositionsInflated),this._sorted=!0),this._array},t.MappingList=n},function(e,t,r){var i=r(85),n=r(410),o=r(209).ArraySet,a=r(208),s=r(411).quickSort;function u(e,t){var r=e;return"string"==typeof e&&(r=i.parseSourceMapInput(e)),null!=r.sections?new c(r,t):new l(r,t)}function l(e,t){var r=e;"string"==typeof e&&(r=i.parseSourceMapInput(e));var n=i.getArg(r,"version"),a=i.getArg(r,"sources"),s=i.getArg(r,"names",[]),u=i.getArg(r,"sourceRoot",null),l=i.getArg(r,"sourcesContent",null),p=i.getArg(r,"mappings"),c=i.getArg(r,"file",null);if(n!=this._version)throw new Error("Unsupported version: "+n);u&&(u=i.normalize(u)),a=a.map(String).map(i.normalize).map(function(e){return u&&i.isAbsolute(u)&&i.isAbsolute(e)?i.relative(u,e):e}),this._names=o.fromArray(s.map(String),!0),this._sources=o.fromArray(a,!0),this._absoluteSources=this._sources.toArray().map(function(e){return i.computeSourceURL(u,e,t)}),this.sourceRoot=u,this.sourcesContent=l,this._mappings=p,this._sourceMapURL=t,this.file=c}function p(){this.generatedLine=0,this.generatedColumn=0,this.source=null,this.originalLine=null,this.originalColumn=null,this.name=null}function c(e,t){var r=e;"string"==typeof e&&(r=i.parseSourceMapInput(e));var n=i.getArg(r,"version"),a=i.getArg(r,"sections");if(n!=this._version)throw new Error("Unsupported version: "+n);this._sources=new o,this._names=new o;var s={line:-1,column:0};this._sections=a.map(function(e){if(e.url)throw new Error("Support for url field in sections not implemented.");var r=i.getArg(e,"offset"),n=i.getArg(r,"line"),o=i.getArg(r,"column");if(n=0){var s=this._originalMappings[a];if(void 0===e.column)for(var u=s.originalLine;s&&s.originalLine===u;)o.push({line:i.getArg(s,"generatedLine",null),column:i.getArg(s,"generatedColumn",null),lastColumn:i.getArg(s,"lastGeneratedColumn",null)}),s=this._originalMappings[++a];else for(var l=s.originalColumn;s&&s.originalLine===t&&s.originalColumn==l;)o.push({line:i.getArg(s,"generatedLine",null),column:i.getArg(s,"generatedColumn",null),lastColumn:i.getArg(s,"lastGeneratedColumn",null)}),s=this._originalMappings[++a]}return o},t.SourceMapConsumer=u,l.prototype=Object.create(u.prototype),l.prototype.consumer=u,l.prototype._findSourceIndex=function(e){var t,r=e;if(null!=this.sourceRoot&&(r=i.relative(this.sourceRoot,r)),this._sources.has(r))return this._sources.indexOf(r);for(t=0;t1&&(r.source=f+o[1],f+=o[1],r.originalLine=h+o[2],h=r.originalLine,r.originalLine+=1,r.originalColumn=m+o[3],m=r.originalColumn,o.length>4&&(r.name=g+o[4],g+=o[4])),x.push(r),"number"==typeof r.originalLine&&E.push(r)}s(x,i.compareByGeneratedPositionsDeflated),this.__generatedMappings=x,s(E,i.compareByOriginalPositions),this.__originalMappings=E},l.prototype._findMapping=function(e,t,r,i,o,a){if(e[r]<=0)throw new TypeError("Line must be greater than or equal to 1, got "+e[r]);if(e[i]<0)throw new TypeError("Column must be greater than or equal to 0, got "+e[i]);return n.search(e,t,o,a)},l.prototype.computeColumnSpans=function(){for(var e=0;e=0){var n=this._generatedMappings[r];if(n.generatedLine===t.generatedLine){var o=i.getArg(n,"source",null);null!==o&&(o=this._sources.at(o),o=i.computeSourceURL(this.sourceRoot,o,this._sourceMapURL));var a=i.getArg(n,"name",null);return null!==a&&(a=this._names.at(a)),{source:o,line:i.getArg(n,"originalLine",null),column:i.getArg(n,"originalColumn",null),name:a}}}return{source:null,line:null,column:null,name:null}},l.prototype.hasContentsOfAllSources=function(){return!!this.sourcesContent&&(this.sourcesContent.length>=this._sources.size()&&!this.sourcesContent.some(function(e){return null==e}))},l.prototype.sourceContentFor=function(e,t){if(!this.sourcesContent)return null;var r=this._findSourceIndex(e);if(r>=0)return this.sourcesContent[r];var n,o=e;if(null!=this.sourceRoot&&(o=i.relative(this.sourceRoot,o)),null!=this.sourceRoot&&(n=i.urlParse(this.sourceRoot))){var a=o.replace(/^file:\/\//,"");if("file"==n.scheme&&this._sources.has(a))return this.sourcesContent[this._sources.indexOf(a)];if((!n.path||"/"==n.path)&&this._sources.has("/"+o))return this.sourcesContent[this._sources.indexOf("/"+o)]}if(t)return null;throw new Error('"'+o+'" is not in the SourceMap.')},l.prototype.generatedPositionFor=function(e){var t=i.getArg(e,"source");if((t=this._findSourceIndex(t))<0)return{line:null,column:null,lastColumn:null};var r={source:t,originalLine:i.getArg(e,"line"),originalColumn:i.getArg(e,"column")},n=this._findMapping(r,this._originalMappings,"originalLine","originalColumn",i.compareByOriginalPositions,i.getArg(e,"bias",u.GREATEST_LOWER_BOUND));if(n>=0){var o=this._originalMappings[n];if(o.source===r.source)return{line:i.getArg(o,"generatedLine",null),column:i.getArg(o,"generatedColumn",null),lastColumn:i.getArg(o,"lastGeneratedColumn",null)}}return{line:null,column:null,lastColumn:null}},t.BasicSourceMapConsumer=l,c.prototype=Object.create(u.prototype),c.prototype.constructor=u,c.prototype._version=3,Object.defineProperty(c.prototype,"sources",{get:function(){for(var e=[],t=0;t0?i-u>1?e(u,i,n,o,a,s):s==t.LEAST_UPPER_BOUND?i1?e(r,u,n,o,a,s):s==t.LEAST_UPPER_BOUND?u:r<0?-1:r}(-1,r.length,e,r,i,n||t.GREATEST_LOWER_BOUND);if(o<0)return-1;for(;o-1>=0&&0===i(r[o],r[o-1],!0);)--o;return o}},function(e,t){function r(e,t,r){var i=e[t];e[t]=e[r],e[r]=i}function i(e,t,n,o){if(n=0;t--)this.prepend(e[t]);else{if(!e[a]&&"string"!=typeof e)throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+e);this.children.unshift(e)}return this},s.prototype.walk=function(e){for(var t,r=0,i=this.children.length;r0){for(t=[],r=0;r=4.0"},"files":["LICENSE.BSD","README.md","bin","escodegen.js","package.json"],"homepage":"http://github.com/estools/escodegen","license":"BSD-2-Clause","main":"escodegen.js","maintainers":[{"name":"Yusuke Suzuki","email":"utatane.tea@gmail.com","url":"http://github.com/Constellation"}],"name":"escodegen","optionalDependencies":{"source-map":"~0.6.1"},"repository":{"type":"git","url":"git+ssh://git@github.com/estools/escodegen.git"},"scripts":{"build":"cjsify -a path: tools/entry-point.js > escodegen.browser.js","build-min":"cjsify -ma path: tools/entry-point.js > escodegen.browser.min.js","lint":"gulp lint","release":"node tools/release.js","test":"gulp travis","unit-test":"gulp test"},"version":"1.11.1"}')},function(e,t,r){"use strict";e.exports={isString:function(e){return"string"==typeof e},isObject:function(e){return"object"==typeof e&&null!==e},isNull:function(e){return null===e},isNullOrUndefined:function(e){return null==e}}},function(e,t,r){"use strict";function i(e,t){return Object.prototype.hasOwnProperty.call(e,t)}e.exports=function(e,t,r,o){t=t||"&",r=r||"=";var a={};if("string"!=typeof e||0===e.length)return a;var s=/\+/g;e=e.split(t);var u=1e3;o&&"number"==typeof o.maxKeys&&(u=o.maxKeys);var l=e.length;u>0&&l>u&&(l=u);for(var p=0;p=0?(c=f.substr(0,g),d=f.substr(g+1)):(c=f,d=""),h=decodeURIComponent(c),m=decodeURIComponent(d),i(a,h)?n(a[h])?a[h].push(m):a[h]=[a[h],m]:a[h]=m}return a};var n=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)}},function(e,t,r){"use strict";var i=function(e){switch(typeof e){case"string":return e;case"boolean":return e?"true":"false";case"number":return isFinite(e)?e:"";default:return""}};e.exports=function(e,t,r,s){return t=t||"&",r=r||"=",null===e&&(e=void 0),"object"==typeof e?o(a(e),function(a){var s=encodeURIComponent(i(a))+r;return n(e[a])?o(e[a],function(e){return s+encodeURIComponent(i(e))}).join(t):s+encodeURIComponent(i(e[a]))}).join(t):s?encodeURIComponent(i(s))+r+encodeURIComponent(i(e)):""};var n=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)};function o(e,t){if(e.map)return e.map(t);for(var r=[],i=0;ie&&e.exact?new RegExp(`(?:^${i}$)|(?:^${o}$)`):new RegExp(`(?:${i})|(?:${o})`,"g");a.v4=e=>e&&e.exact?new RegExp(`^${i}$`):new RegExp(i,"g"),a.v6=e=>e&&e.exact?new RegExp(`^${o}$`):new RegExp(o,"g")},function(e){e.exports=JSON.parse('["ac","com.ac","edu.ac","gov.ac","net.ac","mil.ac","org.ac","ad","nom.ad","ae","co.ae","net.ae","org.ae","sch.ae","ac.ae","gov.ae","mil.ae","aero","accident-investigation.aero","accident-prevention.aero","aerobatic.aero","aeroclub.aero","aerodrome.aero","agents.aero","aircraft.aero","airline.aero","airport.aero","air-surveillance.aero","airtraffic.aero","air-traffic-control.aero","ambulance.aero","amusement.aero","association.aero","author.aero","ballooning.aero","broker.aero","caa.aero","cargo.aero","catering.aero","certification.aero","championship.aero","charter.aero","civilaviation.aero","club.aero","conference.aero","consultant.aero","consulting.aero","control.aero","council.aero","crew.aero","design.aero","dgca.aero","educator.aero","emergency.aero","engine.aero","engineer.aero","entertainment.aero","equipment.aero","exchange.aero","express.aero","federation.aero","flight.aero","freight.aero","fuel.aero","gliding.aero","government.aero","groundhandling.aero","group.aero","hanggliding.aero","homebuilt.aero","insurance.aero","journal.aero","journalist.aero","leasing.aero","logistics.aero","magazine.aero","maintenance.aero","media.aero","microlight.aero","modelling.aero","navigation.aero","parachuting.aero","paragliding.aero","passenger-association.aero","pilot.aero","press.aero","production.aero","recreation.aero","repbody.aero","res.aero","research.aero","rotorcraft.aero","safety.aero","scientist.aero","services.aero","show.aero","skydiving.aero","software.aero","student.aero","trader.aero","trading.aero","trainer.aero","union.aero","workinggroup.aero","works.aero","af","gov.af","com.af","org.af","net.af","edu.af","ag","com.ag","org.ag","net.ag","co.ag","nom.ag","ai","off.ai","com.ai","net.ai","org.ai","al","com.al","edu.al","gov.al","mil.al","net.al","org.al","am","co.am","com.am","commune.am","net.am","org.am","ao","ed.ao","gv.ao","og.ao","co.ao","pb.ao","it.ao","aq","ar","com.ar","edu.ar","gob.ar","gov.ar","int.ar","mil.ar","musica.ar","net.ar","org.ar","tur.ar","arpa","e164.arpa","in-addr.arpa","ip6.arpa","iris.arpa","uri.arpa","urn.arpa","as","gov.as","asia","at","ac.at","co.at","gv.at","or.at","au","com.au","net.au","org.au","edu.au","gov.au","asn.au","id.au","info.au","conf.au","oz.au","act.au","nsw.au","nt.au","qld.au","sa.au","tas.au","vic.au","wa.au","act.edu.au","nsw.edu.au","nt.edu.au","qld.edu.au","sa.edu.au","tas.edu.au","vic.edu.au","wa.edu.au","qld.gov.au","sa.gov.au","tas.gov.au","vic.gov.au","wa.gov.au","aw","com.aw","ax","az","com.az","net.az","int.az","gov.az","org.az","edu.az","info.az","pp.az","mil.az","name.az","pro.az","biz.az","ba","com.ba","edu.ba","gov.ba","mil.ba","net.ba","org.ba","bb","biz.bb","co.bb","com.bb","edu.bb","gov.bb","info.bb","net.bb","org.bb","store.bb","tv.bb","*.bd","be","ac.be","bf","gov.bf","bg","a.bg","b.bg","c.bg","d.bg","e.bg","f.bg","g.bg","h.bg","i.bg","j.bg","k.bg","l.bg","m.bg","n.bg","o.bg","p.bg","q.bg","r.bg","s.bg","t.bg","u.bg","v.bg","w.bg","x.bg","y.bg","z.bg","0.bg","1.bg","2.bg","3.bg","4.bg","5.bg","6.bg","7.bg","8.bg","9.bg","bh","com.bh","edu.bh","net.bh","org.bh","gov.bh","bi","co.bi","com.bi","edu.bi","or.bi","org.bi","biz","bj","asso.bj","barreau.bj","gouv.bj","bm","com.bm","edu.bm","gov.bm","net.bm","org.bm","bn","com.bn","edu.bn","gov.bn","net.bn","org.bn","bo","com.bo","edu.bo","gob.bo","int.bo","org.bo","net.bo","mil.bo","tv.bo","web.bo","academia.bo","agro.bo","arte.bo","blog.bo","bolivia.bo","ciencia.bo","cooperativa.bo","democracia.bo","deporte.bo","ecologia.bo","economia.bo","empresa.bo","indigena.bo","industria.bo","info.bo","medicina.bo","movimiento.bo","musica.bo","natural.bo","nombre.bo","noticias.bo","patria.bo","politica.bo","profesional.bo","plurinacional.bo","pueblo.bo","revista.bo","salud.bo","tecnologia.bo","tksat.bo","transporte.bo","wiki.bo","br","9guacu.br","abc.br","adm.br","adv.br","agr.br","aju.br","am.br","anani.br","aparecida.br","arq.br","art.br","ato.br","b.br","barueri.br","belem.br","bhz.br","bio.br","blog.br","bmd.br","boavista.br","bsb.br","campinagrande.br","campinas.br","caxias.br","cim.br","cng.br","cnt.br","com.br","contagem.br","coop.br","cri.br","cuiaba.br","curitiba.br","def.br","ecn.br","eco.br","edu.br","emp.br","eng.br","esp.br","etc.br","eti.br","far.br","feira.br","flog.br","floripa.br","fm.br","fnd.br","fortal.br","fot.br","foz.br","fst.br","g12.br","ggf.br","goiania.br","gov.br","ac.gov.br","al.gov.br","am.gov.br","ap.gov.br","ba.gov.br","ce.gov.br","df.gov.br","es.gov.br","go.gov.br","ma.gov.br","mg.gov.br","ms.gov.br","mt.gov.br","pa.gov.br","pb.gov.br","pe.gov.br","pi.gov.br","pr.gov.br","rj.gov.br","rn.gov.br","ro.gov.br","rr.gov.br","rs.gov.br","sc.gov.br","se.gov.br","sp.gov.br","to.gov.br","gru.br","imb.br","ind.br","inf.br","jab.br","jampa.br","jdf.br","joinville.br","jor.br","jus.br","leg.br","lel.br","londrina.br","macapa.br","maceio.br","manaus.br","maringa.br","mat.br","med.br","mil.br","morena.br","mp.br","mus.br","natal.br","net.br","niteroi.br","*.nom.br","not.br","ntr.br","odo.br","ong.br","org.br","osasco.br","palmas.br","poa.br","ppg.br","pro.br","psc.br","psi.br","pvh.br","qsl.br","radio.br","rec.br","recife.br","ribeirao.br","rio.br","riobranco.br","riopreto.br","salvador.br","sampa.br","santamaria.br","santoandre.br","saobernardo.br","saogonca.br","sjc.br","slg.br","slz.br","sorocaba.br","srv.br","taxi.br","tc.br","teo.br","the.br","tmp.br","trd.br","tur.br","tv.br","udi.br","vet.br","vix.br","vlog.br","wiki.br","zlg.br","bs","com.bs","net.bs","org.bs","edu.bs","gov.bs","bt","com.bt","edu.bt","gov.bt","net.bt","org.bt","bv","bw","co.bw","org.bw","by","gov.by","mil.by","com.by","of.by","bz","com.bz","net.bz","org.bz","edu.bz","gov.bz","ca","ab.ca","bc.ca","mb.ca","nb.ca","nf.ca","nl.ca","ns.ca","nt.ca","nu.ca","on.ca","pe.ca","qc.ca","sk.ca","yk.ca","gc.ca","cat","cc","cd","gov.cd","cf","cg","ch","ci","org.ci","or.ci","com.ci","co.ci","edu.ci","ed.ci","ac.ci","net.ci","go.ci","asso.ci","aéroport.ci","int.ci","presse.ci","md.ci","gouv.ci","*.ck","!www.ck","cl","gov.cl","gob.cl","co.cl","mil.cl","cm","co.cm","com.cm","gov.cm","net.cm","cn","ac.cn","com.cn","edu.cn","gov.cn","net.cn","org.cn","mil.cn","公司.cn","网络.cn","網絡.cn","ah.cn","bj.cn","cq.cn","fj.cn","gd.cn","gs.cn","gz.cn","gx.cn","ha.cn","hb.cn","he.cn","hi.cn","hl.cn","hn.cn","jl.cn","js.cn","jx.cn","ln.cn","nm.cn","nx.cn","qh.cn","sc.cn","sd.cn","sh.cn","sn.cn","sx.cn","tj.cn","xj.cn","xz.cn","yn.cn","zj.cn","hk.cn","mo.cn","tw.cn","co","arts.co","com.co","edu.co","firm.co","gov.co","info.co","int.co","mil.co","net.co","nom.co","org.co","rec.co","web.co","com","coop","cr","ac.cr","co.cr","ed.cr","fi.cr","go.cr","or.cr","sa.cr","cu","com.cu","edu.cu","org.cu","net.cu","gov.cu","inf.cu","cv","cw","com.cw","edu.cw","net.cw","org.cw","cx","gov.cx","cy","ac.cy","biz.cy","com.cy","ekloges.cy","gov.cy","ltd.cy","name.cy","net.cy","org.cy","parliament.cy","press.cy","pro.cy","tm.cy","cz","de","dj","dk","dm","com.dm","net.dm","org.dm","edu.dm","gov.dm","do","art.do","com.do","edu.do","gob.do","gov.do","mil.do","net.do","org.do","sld.do","web.do","dz","com.dz","org.dz","net.dz","gov.dz","edu.dz","asso.dz","pol.dz","art.dz","ec","com.ec","info.ec","net.ec","fin.ec","k12.ec","med.ec","pro.ec","org.ec","edu.ec","gov.ec","gob.ec","mil.ec","edu","ee","edu.ee","gov.ee","riik.ee","lib.ee","med.ee","com.ee","pri.ee","aip.ee","org.ee","fie.ee","eg","com.eg","edu.eg","eun.eg","gov.eg","mil.eg","name.eg","net.eg","org.eg","sci.eg","*.er","es","com.es","nom.es","org.es","gob.es","edu.es","et","com.et","gov.et","org.et","edu.et","biz.et","name.et","info.et","net.et","eu","fi","aland.fi","*.fj","*.fk","fm","fo","fr","asso.fr","com.fr","gouv.fr","nom.fr","prd.fr","tm.fr","aeroport.fr","avocat.fr","avoues.fr","cci.fr","chambagri.fr","chirurgiens-dentistes.fr","experts-comptables.fr","geometre-expert.fr","greta.fr","huissier-justice.fr","medecin.fr","notaires.fr","pharmacien.fr","port.fr","veterinaire.fr","ga","gb","gd","ge","com.ge","edu.ge","gov.ge","org.ge","mil.ge","net.ge","pvt.ge","gf","gg","co.gg","net.gg","org.gg","gh","com.gh","edu.gh","gov.gh","org.gh","mil.gh","gi","com.gi","ltd.gi","gov.gi","mod.gi","edu.gi","org.gi","gl","co.gl","com.gl","edu.gl","net.gl","org.gl","gm","gn","ac.gn","com.gn","edu.gn","gov.gn","org.gn","net.gn","gov","gp","com.gp","net.gp","mobi.gp","edu.gp","org.gp","asso.gp","gq","gr","com.gr","edu.gr","net.gr","org.gr","gov.gr","gs","gt","com.gt","edu.gt","gob.gt","ind.gt","mil.gt","net.gt","org.gt","gu","com.gu","edu.gu","gov.gu","guam.gu","info.gu","net.gu","org.gu","web.gu","gw","gy","co.gy","com.gy","edu.gy","gov.gy","net.gy","org.gy","hk","com.hk","edu.hk","gov.hk","idv.hk","net.hk","org.hk","公司.hk","教育.hk","敎育.hk","政府.hk","個人.hk","个人.hk","箇人.hk","網络.hk","网络.hk","组織.hk","網絡.hk","网絡.hk","组织.hk","組織.hk","組织.hk","hm","hn","com.hn","edu.hn","org.hn","net.hn","mil.hn","gob.hn","hr","iz.hr","from.hr","name.hr","com.hr","ht","com.ht","shop.ht","firm.ht","info.ht","adult.ht","net.ht","pro.ht","org.ht","med.ht","art.ht","coop.ht","pol.ht","asso.ht","edu.ht","rel.ht","gouv.ht","perso.ht","hu","co.hu","info.hu","org.hu","priv.hu","sport.hu","tm.hu","2000.hu","agrar.hu","bolt.hu","casino.hu","city.hu","erotica.hu","erotika.hu","film.hu","forum.hu","games.hu","hotel.hu","ingatlan.hu","jogasz.hu","konyvelo.hu","lakas.hu","media.hu","news.hu","reklam.hu","sex.hu","shop.hu","suli.hu","szex.hu","tozsde.hu","utazas.hu","video.hu","id","ac.id","biz.id","co.id","desa.id","go.id","mil.id","my.id","net.id","or.id","ponpes.id","sch.id","web.id","ie","gov.ie","il","ac.il","co.il","gov.il","idf.il","k12.il","muni.il","net.il","org.il","im","ac.im","co.im","com.im","ltd.co.im","net.im","org.im","plc.co.im","tt.im","tv.im","in","co.in","firm.in","net.in","org.in","gen.in","ind.in","nic.in","ac.in","edu.in","res.in","gov.in","mil.in","info","int","eu.int","io","com.io","iq","gov.iq","edu.iq","mil.iq","com.iq","org.iq","net.iq","ir","ac.ir","co.ir","gov.ir","id.ir","net.ir","org.ir","sch.ir","ایران.ir","ايران.ir","is","net.is","com.is","edu.is","gov.is","org.is","int.is","it","gov.it","edu.it","abr.it","abruzzo.it","aosta-valley.it","aostavalley.it","bas.it","basilicata.it","cal.it","calabria.it","cam.it","campania.it","emilia-romagna.it","emiliaromagna.it","emr.it","friuli-v-giulia.it","friuli-ve-giulia.it","friuli-vegiulia.it","friuli-venezia-giulia.it","friuli-veneziagiulia.it","friuli-vgiulia.it","friuliv-giulia.it","friulive-giulia.it","friulivegiulia.it","friulivenezia-giulia.it","friuliveneziagiulia.it","friulivgiulia.it","fvg.it","laz.it","lazio.it","lig.it","liguria.it","lom.it","lombardia.it","lombardy.it","lucania.it","mar.it","marche.it","mol.it","molise.it","piedmont.it","piemonte.it","pmn.it","pug.it","puglia.it","sar.it","sardegna.it","sardinia.it","sic.it","sicilia.it","sicily.it","taa.it","tos.it","toscana.it","trentin-sud-tirol.it","trentin-süd-tirol.it","trentin-sudtirol.it","trentin-südtirol.it","trentin-sued-tirol.it","trentin-suedtirol.it","trentino-a-adige.it","trentino-aadige.it","trentino-alto-adige.it","trentino-altoadige.it","trentino-s-tirol.it","trentino-stirol.it","trentino-sud-tirol.it","trentino-süd-tirol.it","trentino-sudtirol.it","trentino-südtirol.it","trentino-sued-tirol.it","trentino-suedtirol.it","trentino.it","trentinoa-adige.it","trentinoaadige.it","trentinoalto-adige.it","trentinoaltoadige.it","trentinos-tirol.it","trentinostirol.it","trentinosud-tirol.it","trentinosüd-tirol.it","trentinosudtirol.it","trentinosüdtirol.it","trentinosued-tirol.it","trentinosuedtirol.it","trentinsud-tirol.it","trentinsüd-tirol.it","trentinsudtirol.it","trentinsüdtirol.it","trentinsued-tirol.it","trentinsuedtirol.it","tuscany.it","umb.it","umbria.it","val-d-aosta.it","val-daosta.it","vald-aosta.it","valdaosta.it","valle-aosta.it","valle-d-aosta.it","valle-daosta.it","valleaosta.it","valled-aosta.it","valledaosta.it","vallee-aoste.it","vallée-aoste.it","vallee-d-aoste.it","vallée-d-aoste.it","valleeaoste.it","valléeaoste.it","valleedaoste.it","valléedaoste.it","vao.it","vda.it","ven.it","veneto.it","ag.it","agrigento.it","al.it","alessandria.it","alto-adige.it","altoadige.it","an.it","ancona.it","andria-barletta-trani.it","andria-trani-barletta.it","andriabarlettatrani.it","andriatranibarletta.it","ao.it","aosta.it","aoste.it","ap.it","aq.it","aquila.it","ar.it","arezzo.it","ascoli-piceno.it","ascolipiceno.it","asti.it","at.it","av.it","avellino.it","ba.it","balsan-sudtirol.it","balsan-südtirol.it","balsan-suedtirol.it","balsan.it","bari.it","barletta-trani-andria.it","barlettatraniandria.it","belluno.it","benevento.it","bergamo.it","bg.it","bi.it","biella.it","bl.it","bn.it","bo.it","bologna.it","bolzano-altoadige.it","bolzano.it","bozen-sudtirol.it","bozen-südtirol.it","bozen-suedtirol.it","bozen.it","br.it","brescia.it","brindisi.it","bs.it","bt.it","bulsan-sudtirol.it","bulsan-südtirol.it","bulsan-suedtirol.it","bulsan.it","bz.it","ca.it","cagliari.it","caltanissetta.it","campidano-medio.it","campidanomedio.it","campobasso.it","carbonia-iglesias.it","carboniaiglesias.it","carrara-massa.it","carraramassa.it","caserta.it","catania.it","catanzaro.it","cb.it","ce.it","cesena-forli.it","cesena-forlì.it","cesenaforli.it","cesenaforlì.it","ch.it","chieti.it","ci.it","cl.it","cn.it","co.it","como.it","cosenza.it","cr.it","cremona.it","crotone.it","cs.it","ct.it","cuneo.it","cz.it","dell-ogliastra.it","dellogliastra.it","en.it","enna.it","fc.it","fe.it","fermo.it","ferrara.it","fg.it","fi.it","firenze.it","florence.it","fm.it","foggia.it","forli-cesena.it","forlì-cesena.it","forlicesena.it","forlìcesena.it","fr.it","frosinone.it","ge.it","genoa.it","genova.it","go.it","gorizia.it","gr.it","grosseto.it","iglesias-carbonia.it","iglesiascarbonia.it","im.it","imperia.it","is.it","isernia.it","kr.it","la-spezia.it","laquila.it","laspezia.it","latina.it","lc.it","le.it","lecce.it","lecco.it","li.it","livorno.it","lo.it","lodi.it","lt.it","lu.it","lucca.it","macerata.it","mantova.it","massa-carrara.it","massacarrara.it","matera.it","mb.it","mc.it","me.it","medio-campidano.it","mediocampidano.it","messina.it","mi.it","milan.it","milano.it","mn.it","mo.it","modena.it","monza-brianza.it","monza-e-della-brianza.it","monza.it","monzabrianza.it","monzaebrianza.it","monzaedellabrianza.it","ms.it","mt.it","na.it","naples.it","napoli.it","no.it","novara.it","nu.it","nuoro.it","og.it","ogliastra.it","olbia-tempio.it","olbiatempio.it","or.it","oristano.it","ot.it","pa.it","padova.it","padua.it","palermo.it","parma.it","pavia.it","pc.it","pd.it","pe.it","perugia.it","pesaro-urbino.it","pesarourbino.it","pescara.it","pg.it","pi.it","piacenza.it","pisa.it","pistoia.it","pn.it","po.it","pordenone.it","potenza.it","pr.it","prato.it","pt.it","pu.it","pv.it","pz.it","ra.it","ragusa.it","ravenna.it","rc.it","re.it","reggio-calabria.it","reggio-emilia.it","reggiocalabria.it","reggioemilia.it","rg.it","ri.it","rieti.it","rimini.it","rm.it","rn.it","ro.it","roma.it","rome.it","rovigo.it","sa.it","salerno.it","sassari.it","savona.it","si.it","siena.it","siracusa.it","so.it","sondrio.it","sp.it","sr.it","ss.it","suedtirol.it","südtirol.it","sv.it","ta.it","taranto.it","te.it","tempio-olbia.it","tempioolbia.it","teramo.it","terni.it","tn.it","to.it","torino.it","tp.it","tr.it","trani-andria-barletta.it","trani-barletta-andria.it","traniandriabarletta.it","tranibarlettaandria.it","trapani.it","trento.it","treviso.it","trieste.it","ts.it","turin.it","tv.it","ud.it","udine.it","urbino-pesaro.it","urbinopesaro.it","va.it","varese.it","vb.it","vc.it","ve.it","venezia.it","venice.it","verbania.it","vercelli.it","verona.it","vi.it","vibo-valentia.it","vibovalentia.it","vicenza.it","viterbo.it","vr.it","vs.it","vt.it","vv.it","je","co.je","net.je","org.je","*.jm","jo","com.jo","org.jo","net.jo","edu.jo","sch.jo","gov.jo","mil.jo","name.jo","jobs","jp","ac.jp","ad.jp","co.jp","ed.jp","go.jp","gr.jp","lg.jp","ne.jp","or.jp","aichi.jp","akita.jp","aomori.jp","chiba.jp","ehime.jp","fukui.jp","fukuoka.jp","fukushima.jp","gifu.jp","gunma.jp","hiroshima.jp","hokkaido.jp","hyogo.jp","ibaraki.jp","ishikawa.jp","iwate.jp","kagawa.jp","kagoshima.jp","kanagawa.jp","kochi.jp","kumamoto.jp","kyoto.jp","mie.jp","miyagi.jp","miyazaki.jp","nagano.jp","nagasaki.jp","nara.jp","niigata.jp","oita.jp","okayama.jp","okinawa.jp","osaka.jp","saga.jp","saitama.jp","shiga.jp","shimane.jp","shizuoka.jp","tochigi.jp","tokushima.jp","tokyo.jp","tottori.jp","toyama.jp","wakayama.jp","yamagata.jp","yamaguchi.jp","yamanashi.jp","栃木.jp","愛知.jp","愛媛.jp","兵庫.jp","熊本.jp","茨城.jp","北海道.jp","千葉.jp","和歌山.jp","長崎.jp","長野.jp","新潟.jp","青森.jp","静岡.jp","東京.jp","石川.jp","埼玉.jp","三重.jp","京都.jp","佐賀.jp","大分.jp","大阪.jp","奈良.jp","宮城.jp","宮崎.jp","富山.jp","山口.jp","山形.jp","山梨.jp","岩手.jp","岐阜.jp","岡山.jp","島根.jp","広島.jp","徳島.jp","沖縄.jp","滋賀.jp","神奈川.jp","福井.jp","福岡.jp","福島.jp","秋田.jp","群馬.jp","香川.jp","高知.jp","鳥取.jp","鹿児島.jp","*.kawasaki.jp","*.kitakyushu.jp","*.kobe.jp","*.nagoya.jp","*.sapporo.jp","*.sendai.jp","*.yokohama.jp","!city.kawasaki.jp","!city.kitakyushu.jp","!city.kobe.jp","!city.nagoya.jp","!city.sapporo.jp","!city.sendai.jp","!city.yokohama.jp","aisai.aichi.jp","ama.aichi.jp","anjo.aichi.jp","asuke.aichi.jp","chiryu.aichi.jp","chita.aichi.jp","fuso.aichi.jp","gamagori.aichi.jp","handa.aichi.jp","hazu.aichi.jp","hekinan.aichi.jp","higashiura.aichi.jp","ichinomiya.aichi.jp","inazawa.aichi.jp","inuyama.aichi.jp","isshiki.aichi.jp","iwakura.aichi.jp","kanie.aichi.jp","kariya.aichi.jp","kasugai.aichi.jp","kira.aichi.jp","kiyosu.aichi.jp","komaki.aichi.jp","konan.aichi.jp","kota.aichi.jp","mihama.aichi.jp","miyoshi.aichi.jp","nishio.aichi.jp","nisshin.aichi.jp","obu.aichi.jp","oguchi.aichi.jp","oharu.aichi.jp","okazaki.aichi.jp","owariasahi.aichi.jp","seto.aichi.jp","shikatsu.aichi.jp","shinshiro.aichi.jp","shitara.aichi.jp","tahara.aichi.jp","takahama.aichi.jp","tobishima.aichi.jp","toei.aichi.jp","togo.aichi.jp","tokai.aichi.jp","tokoname.aichi.jp","toyoake.aichi.jp","toyohashi.aichi.jp","toyokawa.aichi.jp","toyone.aichi.jp","toyota.aichi.jp","tsushima.aichi.jp","yatomi.aichi.jp","akita.akita.jp","daisen.akita.jp","fujisato.akita.jp","gojome.akita.jp","hachirogata.akita.jp","happou.akita.jp","higashinaruse.akita.jp","honjo.akita.jp","honjyo.akita.jp","ikawa.akita.jp","kamikoani.akita.jp","kamioka.akita.jp","katagami.akita.jp","kazuno.akita.jp","kitaakita.akita.jp","kosaka.akita.jp","kyowa.akita.jp","misato.akita.jp","mitane.akita.jp","moriyoshi.akita.jp","nikaho.akita.jp","noshiro.akita.jp","odate.akita.jp","oga.akita.jp","ogata.akita.jp","semboku.akita.jp","yokote.akita.jp","yurihonjo.akita.jp","aomori.aomori.jp","gonohe.aomori.jp","hachinohe.aomori.jp","hashikami.aomori.jp","hiranai.aomori.jp","hirosaki.aomori.jp","itayanagi.aomori.jp","kuroishi.aomori.jp","misawa.aomori.jp","mutsu.aomori.jp","nakadomari.aomori.jp","noheji.aomori.jp","oirase.aomori.jp","owani.aomori.jp","rokunohe.aomori.jp","sannohe.aomori.jp","shichinohe.aomori.jp","shingo.aomori.jp","takko.aomori.jp","towada.aomori.jp","tsugaru.aomori.jp","tsuruta.aomori.jp","abiko.chiba.jp","asahi.chiba.jp","chonan.chiba.jp","chosei.chiba.jp","choshi.chiba.jp","chuo.chiba.jp","funabashi.chiba.jp","futtsu.chiba.jp","hanamigawa.chiba.jp","ichihara.chiba.jp","ichikawa.chiba.jp","ichinomiya.chiba.jp","inzai.chiba.jp","isumi.chiba.jp","kamagaya.chiba.jp","kamogawa.chiba.jp","kashiwa.chiba.jp","katori.chiba.jp","katsuura.chiba.jp","kimitsu.chiba.jp","kisarazu.chiba.jp","kozaki.chiba.jp","kujukuri.chiba.jp","kyonan.chiba.jp","matsudo.chiba.jp","midori.chiba.jp","mihama.chiba.jp","minamiboso.chiba.jp","mobara.chiba.jp","mutsuzawa.chiba.jp","nagara.chiba.jp","nagareyama.chiba.jp","narashino.chiba.jp","narita.chiba.jp","noda.chiba.jp","oamishirasato.chiba.jp","omigawa.chiba.jp","onjuku.chiba.jp","otaki.chiba.jp","sakae.chiba.jp","sakura.chiba.jp","shimofusa.chiba.jp","shirako.chiba.jp","shiroi.chiba.jp","shisui.chiba.jp","sodegaura.chiba.jp","sosa.chiba.jp","tako.chiba.jp","tateyama.chiba.jp","togane.chiba.jp","tohnosho.chiba.jp","tomisato.chiba.jp","urayasu.chiba.jp","yachimata.chiba.jp","yachiyo.chiba.jp","yokaichiba.chiba.jp","yokoshibahikari.chiba.jp","yotsukaido.chiba.jp","ainan.ehime.jp","honai.ehime.jp","ikata.ehime.jp","imabari.ehime.jp","iyo.ehime.jp","kamijima.ehime.jp","kihoku.ehime.jp","kumakogen.ehime.jp","masaki.ehime.jp","matsuno.ehime.jp","matsuyama.ehime.jp","namikata.ehime.jp","niihama.ehime.jp","ozu.ehime.jp","saijo.ehime.jp","seiyo.ehime.jp","shikokuchuo.ehime.jp","tobe.ehime.jp","toon.ehime.jp","uchiko.ehime.jp","uwajima.ehime.jp","yawatahama.ehime.jp","echizen.fukui.jp","eiheiji.fukui.jp","fukui.fukui.jp","ikeda.fukui.jp","katsuyama.fukui.jp","mihama.fukui.jp","minamiechizen.fukui.jp","obama.fukui.jp","ohi.fukui.jp","ono.fukui.jp","sabae.fukui.jp","sakai.fukui.jp","takahama.fukui.jp","tsuruga.fukui.jp","wakasa.fukui.jp","ashiya.fukuoka.jp","buzen.fukuoka.jp","chikugo.fukuoka.jp","chikuho.fukuoka.jp","chikujo.fukuoka.jp","chikushino.fukuoka.jp","chikuzen.fukuoka.jp","chuo.fukuoka.jp","dazaifu.fukuoka.jp","fukuchi.fukuoka.jp","hakata.fukuoka.jp","higashi.fukuoka.jp","hirokawa.fukuoka.jp","hisayama.fukuoka.jp","iizuka.fukuoka.jp","inatsuki.fukuoka.jp","kaho.fukuoka.jp","kasuga.fukuoka.jp","kasuya.fukuoka.jp","kawara.fukuoka.jp","keisen.fukuoka.jp","koga.fukuoka.jp","kurate.fukuoka.jp","kurogi.fukuoka.jp","kurume.fukuoka.jp","minami.fukuoka.jp","miyako.fukuoka.jp","miyama.fukuoka.jp","miyawaka.fukuoka.jp","mizumaki.fukuoka.jp","munakata.fukuoka.jp","nakagawa.fukuoka.jp","nakama.fukuoka.jp","nishi.fukuoka.jp","nogata.fukuoka.jp","ogori.fukuoka.jp","okagaki.fukuoka.jp","okawa.fukuoka.jp","oki.fukuoka.jp","omuta.fukuoka.jp","onga.fukuoka.jp","onojo.fukuoka.jp","oto.fukuoka.jp","saigawa.fukuoka.jp","sasaguri.fukuoka.jp","shingu.fukuoka.jp","shinyoshitomi.fukuoka.jp","shonai.fukuoka.jp","soeda.fukuoka.jp","sue.fukuoka.jp","tachiarai.fukuoka.jp","tagawa.fukuoka.jp","takata.fukuoka.jp","toho.fukuoka.jp","toyotsu.fukuoka.jp","tsuiki.fukuoka.jp","ukiha.fukuoka.jp","umi.fukuoka.jp","usui.fukuoka.jp","yamada.fukuoka.jp","yame.fukuoka.jp","yanagawa.fukuoka.jp","yukuhashi.fukuoka.jp","aizubange.fukushima.jp","aizumisato.fukushima.jp","aizuwakamatsu.fukushima.jp","asakawa.fukushima.jp","bandai.fukushima.jp","date.fukushima.jp","fukushima.fukushima.jp","furudono.fukushima.jp","futaba.fukushima.jp","hanawa.fukushima.jp","higashi.fukushima.jp","hirata.fukushima.jp","hirono.fukushima.jp","iitate.fukushima.jp","inawashiro.fukushima.jp","ishikawa.fukushima.jp","iwaki.fukushima.jp","izumizaki.fukushima.jp","kagamiishi.fukushima.jp","kaneyama.fukushima.jp","kawamata.fukushima.jp","kitakata.fukushima.jp","kitashiobara.fukushima.jp","koori.fukushima.jp","koriyama.fukushima.jp","kunimi.fukushima.jp","miharu.fukushima.jp","mishima.fukushima.jp","namie.fukushima.jp","nango.fukushima.jp","nishiaizu.fukushima.jp","nishigo.fukushima.jp","okuma.fukushima.jp","omotego.fukushima.jp","ono.fukushima.jp","otama.fukushima.jp","samegawa.fukushima.jp","shimogo.fukushima.jp","shirakawa.fukushima.jp","showa.fukushima.jp","soma.fukushima.jp","sukagawa.fukushima.jp","taishin.fukushima.jp","tamakawa.fukushima.jp","tanagura.fukushima.jp","tenei.fukushima.jp","yabuki.fukushima.jp","yamato.fukushima.jp","yamatsuri.fukushima.jp","yanaizu.fukushima.jp","yugawa.fukushima.jp","anpachi.gifu.jp","ena.gifu.jp","gifu.gifu.jp","ginan.gifu.jp","godo.gifu.jp","gujo.gifu.jp","hashima.gifu.jp","hichiso.gifu.jp","hida.gifu.jp","higashishirakawa.gifu.jp","ibigawa.gifu.jp","ikeda.gifu.jp","kakamigahara.gifu.jp","kani.gifu.jp","kasahara.gifu.jp","kasamatsu.gifu.jp","kawaue.gifu.jp","kitagata.gifu.jp","mino.gifu.jp","minokamo.gifu.jp","mitake.gifu.jp","mizunami.gifu.jp","motosu.gifu.jp","nakatsugawa.gifu.jp","ogaki.gifu.jp","sakahogi.gifu.jp","seki.gifu.jp","sekigahara.gifu.jp","shirakawa.gifu.jp","tajimi.gifu.jp","takayama.gifu.jp","tarui.gifu.jp","toki.gifu.jp","tomika.gifu.jp","wanouchi.gifu.jp","yamagata.gifu.jp","yaotsu.gifu.jp","yoro.gifu.jp","annaka.gunma.jp","chiyoda.gunma.jp","fujioka.gunma.jp","higashiagatsuma.gunma.jp","isesaki.gunma.jp","itakura.gunma.jp","kanna.gunma.jp","kanra.gunma.jp","katashina.gunma.jp","kawaba.gunma.jp","kiryu.gunma.jp","kusatsu.gunma.jp","maebashi.gunma.jp","meiwa.gunma.jp","midori.gunma.jp","minakami.gunma.jp","naganohara.gunma.jp","nakanojo.gunma.jp","nanmoku.gunma.jp","numata.gunma.jp","oizumi.gunma.jp","ora.gunma.jp","ota.gunma.jp","shibukawa.gunma.jp","shimonita.gunma.jp","shinto.gunma.jp","showa.gunma.jp","takasaki.gunma.jp","takayama.gunma.jp","tamamura.gunma.jp","tatebayashi.gunma.jp","tomioka.gunma.jp","tsukiyono.gunma.jp","tsumagoi.gunma.jp","ueno.gunma.jp","yoshioka.gunma.jp","asaminami.hiroshima.jp","daiwa.hiroshima.jp","etajima.hiroshima.jp","fuchu.hiroshima.jp","fukuyama.hiroshima.jp","hatsukaichi.hiroshima.jp","higashihiroshima.hiroshima.jp","hongo.hiroshima.jp","jinsekikogen.hiroshima.jp","kaita.hiroshima.jp","kui.hiroshima.jp","kumano.hiroshima.jp","kure.hiroshima.jp","mihara.hiroshima.jp","miyoshi.hiroshima.jp","naka.hiroshima.jp","onomichi.hiroshima.jp","osakikamijima.hiroshima.jp","otake.hiroshima.jp","saka.hiroshima.jp","sera.hiroshima.jp","seranishi.hiroshima.jp","shinichi.hiroshima.jp","shobara.hiroshima.jp","takehara.hiroshima.jp","abashiri.hokkaido.jp","abira.hokkaido.jp","aibetsu.hokkaido.jp","akabira.hokkaido.jp","akkeshi.hokkaido.jp","asahikawa.hokkaido.jp","ashibetsu.hokkaido.jp","ashoro.hokkaido.jp","assabu.hokkaido.jp","atsuma.hokkaido.jp","bibai.hokkaido.jp","biei.hokkaido.jp","bifuka.hokkaido.jp","bihoro.hokkaido.jp","biratori.hokkaido.jp","chippubetsu.hokkaido.jp","chitose.hokkaido.jp","date.hokkaido.jp","ebetsu.hokkaido.jp","embetsu.hokkaido.jp","eniwa.hokkaido.jp","erimo.hokkaido.jp","esan.hokkaido.jp","esashi.hokkaido.jp","fukagawa.hokkaido.jp","fukushima.hokkaido.jp","furano.hokkaido.jp","furubira.hokkaido.jp","haboro.hokkaido.jp","hakodate.hokkaido.jp","hamatonbetsu.hokkaido.jp","hidaka.hokkaido.jp","higashikagura.hokkaido.jp","higashikawa.hokkaido.jp","hiroo.hokkaido.jp","hokuryu.hokkaido.jp","hokuto.hokkaido.jp","honbetsu.hokkaido.jp","horokanai.hokkaido.jp","horonobe.hokkaido.jp","ikeda.hokkaido.jp","imakane.hokkaido.jp","ishikari.hokkaido.jp","iwamizawa.hokkaido.jp","iwanai.hokkaido.jp","kamifurano.hokkaido.jp","kamikawa.hokkaido.jp","kamishihoro.hokkaido.jp","kamisunagawa.hokkaido.jp","kamoenai.hokkaido.jp","kayabe.hokkaido.jp","kembuchi.hokkaido.jp","kikonai.hokkaido.jp","kimobetsu.hokkaido.jp","kitahiroshima.hokkaido.jp","kitami.hokkaido.jp","kiyosato.hokkaido.jp","koshimizu.hokkaido.jp","kunneppu.hokkaido.jp","kuriyama.hokkaido.jp","kuromatsunai.hokkaido.jp","kushiro.hokkaido.jp","kutchan.hokkaido.jp","kyowa.hokkaido.jp","mashike.hokkaido.jp","matsumae.hokkaido.jp","mikasa.hokkaido.jp","minamifurano.hokkaido.jp","mombetsu.hokkaido.jp","moseushi.hokkaido.jp","mukawa.hokkaido.jp","muroran.hokkaido.jp","naie.hokkaido.jp","nakagawa.hokkaido.jp","nakasatsunai.hokkaido.jp","nakatombetsu.hokkaido.jp","nanae.hokkaido.jp","nanporo.hokkaido.jp","nayoro.hokkaido.jp","nemuro.hokkaido.jp","niikappu.hokkaido.jp","niki.hokkaido.jp","nishiokoppe.hokkaido.jp","noboribetsu.hokkaido.jp","numata.hokkaido.jp","obihiro.hokkaido.jp","obira.hokkaido.jp","oketo.hokkaido.jp","okoppe.hokkaido.jp","otaru.hokkaido.jp","otobe.hokkaido.jp","otofuke.hokkaido.jp","otoineppu.hokkaido.jp","oumu.hokkaido.jp","ozora.hokkaido.jp","pippu.hokkaido.jp","rankoshi.hokkaido.jp","rebun.hokkaido.jp","rikubetsu.hokkaido.jp","rishiri.hokkaido.jp","rishirifuji.hokkaido.jp","saroma.hokkaido.jp","sarufutsu.hokkaido.jp","shakotan.hokkaido.jp","shari.hokkaido.jp","shibecha.hokkaido.jp","shibetsu.hokkaido.jp","shikabe.hokkaido.jp","shikaoi.hokkaido.jp","shimamaki.hokkaido.jp","shimizu.hokkaido.jp","shimokawa.hokkaido.jp","shinshinotsu.hokkaido.jp","shintoku.hokkaido.jp","shiranuka.hokkaido.jp","shiraoi.hokkaido.jp","shiriuchi.hokkaido.jp","sobetsu.hokkaido.jp","sunagawa.hokkaido.jp","taiki.hokkaido.jp","takasu.hokkaido.jp","takikawa.hokkaido.jp","takinoue.hokkaido.jp","teshikaga.hokkaido.jp","tobetsu.hokkaido.jp","tohma.hokkaido.jp","tomakomai.hokkaido.jp","tomari.hokkaido.jp","toya.hokkaido.jp","toyako.hokkaido.jp","toyotomi.hokkaido.jp","toyoura.hokkaido.jp","tsubetsu.hokkaido.jp","tsukigata.hokkaido.jp","urakawa.hokkaido.jp","urausu.hokkaido.jp","uryu.hokkaido.jp","utashinai.hokkaido.jp","wakkanai.hokkaido.jp","wassamu.hokkaido.jp","yakumo.hokkaido.jp","yoichi.hokkaido.jp","aioi.hyogo.jp","akashi.hyogo.jp","ako.hyogo.jp","amagasaki.hyogo.jp","aogaki.hyogo.jp","asago.hyogo.jp","ashiya.hyogo.jp","awaji.hyogo.jp","fukusaki.hyogo.jp","goshiki.hyogo.jp","harima.hyogo.jp","himeji.hyogo.jp","ichikawa.hyogo.jp","inagawa.hyogo.jp","itami.hyogo.jp","kakogawa.hyogo.jp","kamigori.hyogo.jp","kamikawa.hyogo.jp","kasai.hyogo.jp","kasuga.hyogo.jp","kawanishi.hyogo.jp","miki.hyogo.jp","minamiawaji.hyogo.jp","nishinomiya.hyogo.jp","nishiwaki.hyogo.jp","ono.hyogo.jp","sanda.hyogo.jp","sannan.hyogo.jp","sasayama.hyogo.jp","sayo.hyogo.jp","shingu.hyogo.jp","shinonsen.hyogo.jp","shiso.hyogo.jp","sumoto.hyogo.jp","taishi.hyogo.jp","taka.hyogo.jp","takarazuka.hyogo.jp","takasago.hyogo.jp","takino.hyogo.jp","tamba.hyogo.jp","tatsuno.hyogo.jp","toyooka.hyogo.jp","yabu.hyogo.jp","yashiro.hyogo.jp","yoka.hyogo.jp","yokawa.hyogo.jp","ami.ibaraki.jp","asahi.ibaraki.jp","bando.ibaraki.jp","chikusei.ibaraki.jp","daigo.ibaraki.jp","fujishiro.ibaraki.jp","hitachi.ibaraki.jp","hitachinaka.ibaraki.jp","hitachiomiya.ibaraki.jp","hitachiota.ibaraki.jp","ibaraki.ibaraki.jp","ina.ibaraki.jp","inashiki.ibaraki.jp","itako.ibaraki.jp","iwama.ibaraki.jp","joso.ibaraki.jp","kamisu.ibaraki.jp","kasama.ibaraki.jp","kashima.ibaraki.jp","kasumigaura.ibaraki.jp","koga.ibaraki.jp","miho.ibaraki.jp","mito.ibaraki.jp","moriya.ibaraki.jp","naka.ibaraki.jp","namegata.ibaraki.jp","oarai.ibaraki.jp","ogawa.ibaraki.jp","omitama.ibaraki.jp","ryugasaki.ibaraki.jp","sakai.ibaraki.jp","sakuragawa.ibaraki.jp","shimodate.ibaraki.jp","shimotsuma.ibaraki.jp","shirosato.ibaraki.jp","sowa.ibaraki.jp","suifu.ibaraki.jp","takahagi.ibaraki.jp","tamatsukuri.ibaraki.jp","tokai.ibaraki.jp","tomobe.ibaraki.jp","tone.ibaraki.jp","toride.ibaraki.jp","tsuchiura.ibaraki.jp","tsukuba.ibaraki.jp","uchihara.ibaraki.jp","ushiku.ibaraki.jp","yachiyo.ibaraki.jp","yamagata.ibaraki.jp","yawara.ibaraki.jp","yuki.ibaraki.jp","anamizu.ishikawa.jp","hakui.ishikawa.jp","hakusan.ishikawa.jp","kaga.ishikawa.jp","kahoku.ishikawa.jp","kanazawa.ishikawa.jp","kawakita.ishikawa.jp","komatsu.ishikawa.jp","nakanoto.ishikawa.jp","nanao.ishikawa.jp","nomi.ishikawa.jp","nonoichi.ishikawa.jp","noto.ishikawa.jp","shika.ishikawa.jp","suzu.ishikawa.jp","tsubata.ishikawa.jp","tsurugi.ishikawa.jp","uchinada.ishikawa.jp","wajima.ishikawa.jp","fudai.iwate.jp","fujisawa.iwate.jp","hanamaki.iwate.jp","hiraizumi.iwate.jp","hirono.iwate.jp","ichinohe.iwate.jp","ichinoseki.iwate.jp","iwaizumi.iwate.jp","iwate.iwate.jp","joboji.iwate.jp","kamaishi.iwate.jp","kanegasaki.iwate.jp","karumai.iwate.jp","kawai.iwate.jp","kitakami.iwate.jp","kuji.iwate.jp","kunohe.iwate.jp","kuzumaki.iwate.jp","miyako.iwate.jp","mizusawa.iwate.jp","morioka.iwate.jp","ninohe.iwate.jp","noda.iwate.jp","ofunato.iwate.jp","oshu.iwate.jp","otsuchi.iwate.jp","rikuzentakata.iwate.jp","shiwa.iwate.jp","shizukuishi.iwate.jp","sumita.iwate.jp","tanohata.iwate.jp","tono.iwate.jp","yahaba.iwate.jp","yamada.iwate.jp","ayagawa.kagawa.jp","higashikagawa.kagawa.jp","kanonji.kagawa.jp","kotohira.kagawa.jp","manno.kagawa.jp","marugame.kagawa.jp","mitoyo.kagawa.jp","naoshima.kagawa.jp","sanuki.kagawa.jp","tadotsu.kagawa.jp","takamatsu.kagawa.jp","tonosho.kagawa.jp","uchinomi.kagawa.jp","utazu.kagawa.jp","zentsuji.kagawa.jp","akune.kagoshima.jp","amami.kagoshima.jp","hioki.kagoshima.jp","isa.kagoshima.jp","isen.kagoshima.jp","izumi.kagoshima.jp","kagoshima.kagoshima.jp","kanoya.kagoshima.jp","kawanabe.kagoshima.jp","kinko.kagoshima.jp","kouyama.kagoshima.jp","makurazaki.kagoshima.jp","matsumoto.kagoshima.jp","minamitane.kagoshima.jp","nakatane.kagoshima.jp","nishinoomote.kagoshima.jp","satsumasendai.kagoshima.jp","soo.kagoshima.jp","tarumizu.kagoshima.jp","yusui.kagoshima.jp","aikawa.kanagawa.jp","atsugi.kanagawa.jp","ayase.kanagawa.jp","chigasaki.kanagawa.jp","ebina.kanagawa.jp","fujisawa.kanagawa.jp","hadano.kanagawa.jp","hakone.kanagawa.jp","hiratsuka.kanagawa.jp","isehara.kanagawa.jp","kaisei.kanagawa.jp","kamakura.kanagawa.jp","kiyokawa.kanagawa.jp","matsuda.kanagawa.jp","minamiashigara.kanagawa.jp","miura.kanagawa.jp","nakai.kanagawa.jp","ninomiya.kanagawa.jp","odawara.kanagawa.jp","oi.kanagawa.jp","oiso.kanagawa.jp","sagamihara.kanagawa.jp","samukawa.kanagawa.jp","tsukui.kanagawa.jp","yamakita.kanagawa.jp","yamato.kanagawa.jp","yokosuka.kanagawa.jp","yugawara.kanagawa.jp","zama.kanagawa.jp","zushi.kanagawa.jp","aki.kochi.jp","geisei.kochi.jp","hidaka.kochi.jp","higashitsuno.kochi.jp","ino.kochi.jp","kagami.kochi.jp","kami.kochi.jp","kitagawa.kochi.jp","kochi.kochi.jp","mihara.kochi.jp","motoyama.kochi.jp","muroto.kochi.jp","nahari.kochi.jp","nakamura.kochi.jp","nankoku.kochi.jp","nishitosa.kochi.jp","niyodogawa.kochi.jp","ochi.kochi.jp","okawa.kochi.jp","otoyo.kochi.jp","otsuki.kochi.jp","sakawa.kochi.jp","sukumo.kochi.jp","susaki.kochi.jp","tosa.kochi.jp","tosashimizu.kochi.jp","toyo.kochi.jp","tsuno.kochi.jp","umaji.kochi.jp","yasuda.kochi.jp","yusuhara.kochi.jp","amakusa.kumamoto.jp","arao.kumamoto.jp","aso.kumamoto.jp","choyo.kumamoto.jp","gyokuto.kumamoto.jp","kamiamakusa.kumamoto.jp","kikuchi.kumamoto.jp","kumamoto.kumamoto.jp","mashiki.kumamoto.jp","mifune.kumamoto.jp","minamata.kumamoto.jp","minamioguni.kumamoto.jp","nagasu.kumamoto.jp","nishihara.kumamoto.jp","oguni.kumamoto.jp","ozu.kumamoto.jp","sumoto.kumamoto.jp","takamori.kumamoto.jp","uki.kumamoto.jp","uto.kumamoto.jp","yamaga.kumamoto.jp","yamato.kumamoto.jp","yatsushiro.kumamoto.jp","ayabe.kyoto.jp","fukuchiyama.kyoto.jp","higashiyama.kyoto.jp","ide.kyoto.jp","ine.kyoto.jp","joyo.kyoto.jp","kameoka.kyoto.jp","kamo.kyoto.jp","kita.kyoto.jp","kizu.kyoto.jp","kumiyama.kyoto.jp","kyotamba.kyoto.jp","kyotanabe.kyoto.jp","kyotango.kyoto.jp","maizuru.kyoto.jp","minami.kyoto.jp","minamiyamashiro.kyoto.jp","miyazu.kyoto.jp","muko.kyoto.jp","nagaokakyo.kyoto.jp","nakagyo.kyoto.jp","nantan.kyoto.jp","oyamazaki.kyoto.jp","sakyo.kyoto.jp","seika.kyoto.jp","tanabe.kyoto.jp","uji.kyoto.jp","ujitawara.kyoto.jp","wazuka.kyoto.jp","yamashina.kyoto.jp","yawata.kyoto.jp","asahi.mie.jp","inabe.mie.jp","ise.mie.jp","kameyama.mie.jp","kawagoe.mie.jp","kiho.mie.jp","kisosaki.mie.jp","kiwa.mie.jp","komono.mie.jp","kumano.mie.jp","kuwana.mie.jp","matsusaka.mie.jp","meiwa.mie.jp","mihama.mie.jp","minamiise.mie.jp","misugi.mie.jp","miyama.mie.jp","nabari.mie.jp","shima.mie.jp","suzuka.mie.jp","tado.mie.jp","taiki.mie.jp","taki.mie.jp","tamaki.mie.jp","toba.mie.jp","tsu.mie.jp","udono.mie.jp","ureshino.mie.jp","watarai.mie.jp","yokkaichi.mie.jp","furukawa.miyagi.jp","higashimatsushima.miyagi.jp","ishinomaki.miyagi.jp","iwanuma.miyagi.jp","kakuda.miyagi.jp","kami.miyagi.jp","kawasaki.miyagi.jp","marumori.miyagi.jp","matsushima.miyagi.jp","minamisanriku.miyagi.jp","misato.miyagi.jp","murata.miyagi.jp","natori.miyagi.jp","ogawara.miyagi.jp","ohira.miyagi.jp","onagawa.miyagi.jp","osaki.miyagi.jp","rifu.miyagi.jp","semine.miyagi.jp","shibata.miyagi.jp","shichikashuku.miyagi.jp","shikama.miyagi.jp","shiogama.miyagi.jp","shiroishi.miyagi.jp","tagajo.miyagi.jp","taiwa.miyagi.jp","tome.miyagi.jp","tomiya.miyagi.jp","wakuya.miyagi.jp","watari.miyagi.jp","yamamoto.miyagi.jp","zao.miyagi.jp","aya.miyazaki.jp","ebino.miyazaki.jp","gokase.miyazaki.jp","hyuga.miyazaki.jp","kadogawa.miyazaki.jp","kawaminami.miyazaki.jp","kijo.miyazaki.jp","kitagawa.miyazaki.jp","kitakata.miyazaki.jp","kitaura.miyazaki.jp","kobayashi.miyazaki.jp","kunitomi.miyazaki.jp","kushima.miyazaki.jp","mimata.miyazaki.jp","miyakonojo.miyazaki.jp","miyazaki.miyazaki.jp","morotsuka.miyazaki.jp","nichinan.miyazaki.jp","nishimera.miyazaki.jp","nobeoka.miyazaki.jp","saito.miyazaki.jp","shiiba.miyazaki.jp","shintomi.miyazaki.jp","takaharu.miyazaki.jp","takanabe.miyazaki.jp","takazaki.miyazaki.jp","tsuno.miyazaki.jp","achi.nagano.jp","agematsu.nagano.jp","anan.nagano.jp","aoki.nagano.jp","asahi.nagano.jp","azumino.nagano.jp","chikuhoku.nagano.jp","chikuma.nagano.jp","chino.nagano.jp","fujimi.nagano.jp","hakuba.nagano.jp","hara.nagano.jp","hiraya.nagano.jp","iida.nagano.jp","iijima.nagano.jp","iiyama.nagano.jp","iizuna.nagano.jp","ikeda.nagano.jp","ikusaka.nagano.jp","ina.nagano.jp","karuizawa.nagano.jp","kawakami.nagano.jp","kiso.nagano.jp","kisofukushima.nagano.jp","kitaaiki.nagano.jp","komagane.nagano.jp","komoro.nagano.jp","matsukawa.nagano.jp","matsumoto.nagano.jp","miasa.nagano.jp","minamiaiki.nagano.jp","minamimaki.nagano.jp","minamiminowa.nagano.jp","minowa.nagano.jp","miyada.nagano.jp","miyota.nagano.jp","mochizuki.nagano.jp","nagano.nagano.jp","nagawa.nagano.jp","nagiso.nagano.jp","nakagawa.nagano.jp","nakano.nagano.jp","nozawaonsen.nagano.jp","obuse.nagano.jp","ogawa.nagano.jp","okaya.nagano.jp","omachi.nagano.jp","omi.nagano.jp","ookuwa.nagano.jp","ooshika.nagano.jp","otaki.nagano.jp","otari.nagano.jp","sakae.nagano.jp","sakaki.nagano.jp","saku.nagano.jp","sakuho.nagano.jp","shimosuwa.nagano.jp","shinanomachi.nagano.jp","shiojiri.nagano.jp","suwa.nagano.jp","suzaka.nagano.jp","takagi.nagano.jp","takamori.nagano.jp","takayama.nagano.jp","tateshina.nagano.jp","tatsuno.nagano.jp","togakushi.nagano.jp","togura.nagano.jp","tomi.nagano.jp","ueda.nagano.jp","wada.nagano.jp","yamagata.nagano.jp","yamanouchi.nagano.jp","yasaka.nagano.jp","yasuoka.nagano.jp","chijiwa.nagasaki.jp","futsu.nagasaki.jp","goto.nagasaki.jp","hasami.nagasaki.jp","hirado.nagasaki.jp","iki.nagasaki.jp","isahaya.nagasaki.jp","kawatana.nagasaki.jp","kuchinotsu.nagasaki.jp","matsuura.nagasaki.jp","nagasaki.nagasaki.jp","obama.nagasaki.jp","omura.nagasaki.jp","oseto.nagasaki.jp","saikai.nagasaki.jp","sasebo.nagasaki.jp","seihi.nagasaki.jp","shimabara.nagasaki.jp","shinkamigoto.nagasaki.jp","togitsu.nagasaki.jp","tsushima.nagasaki.jp","unzen.nagasaki.jp","ando.nara.jp","gose.nara.jp","heguri.nara.jp","higashiyoshino.nara.jp","ikaruga.nara.jp","ikoma.nara.jp","kamikitayama.nara.jp","kanmaki.nara.jp","kashiba.nara.jp","kashihara.nara.jp","katsuragi.nara.jp","kawai.nara.jp","kawakami.nara.jp","kawanishi.nara.jp","koryo.nara.jp","kurotaki.nara.jp","mitsue.nara.jp","miyake.nara.jp","nara.nara.jp","nosegawa.nara.jp","oji.nara.jp","ouda.nara.jp","oyodo.nara.jp","sakurai.nara.jp","sango.nara.jp","shimoichi.nara.jp","shimokitayama.nara.jp","shinjo.nara.jp","soni.nara.jp","takatori.nara.jp","tawaramoto.nara.jp","tenkawa.nara.jp","tenri.nara.jp","uda.nara.jp","yamatokoriyama.nara.jp","yamatotakada.nara.jp","yamazoe.nara.jp","yoshino.nara.jp","aga.niigata.jp","agano.niigata.jp","gosen.niigata.jp","itoigawa.niigata.jp","izumozaki.niigata.jp","joetsu.niigata.jp","kamo.niigata.jp","kariwa.niigata.jp","kashiwazaki.niigata.jp","minamiuonuma.niigata.jp","mitsuke.niigata.jp","muika.niigata.jp","murakami.niigata.jp","myoko.niigata.jp","nagaoka.niigata.jp","niigata.niigata.jp","ojiya.niigata.jp","omi.niigata.jp","sado.niigata.jp","sanjo.niigata.jp","seiro.niigata.jp","seirou.niigata.jp","sekikawa.niigata.jp","shibata.niigata.jp","tagami.niigata.jp","tainai.niigata.jp","tochio.niigata.jp","tokamachi.niigata.jp","tsubame.niigata.jp","tsunan.niigata.jp","uonuma.niigata.jp","yahiko.niigata.jp","yoita.niigata.jp","yuzawa.niigata.jp","beppu.oita.jp","bungoono.oita.jp","bungotakada.oita.jp","hasama.oita.jp","hiji.oita.jp","himeshima.oita.jp","hita.oita.jp","kamitsue.oita.jp","kokonoe.oita.jp","kuju.oita.jp","kunisaki.oita.jp","kusu.oita.jp","oita.oita.jp","saiki.oita.jp","taketa.oita.jp","tsukumi.oita.jp","usa.oita.jp","usuki.oita.jp","yufu.oita.jp","akaiwa.okayama.jp","asakuchi.okayama.jp","bizen.okayama.jp","hayashima.okayama.jp","ibara.okayama.jp","kagamino.okayama.jp","kasaoka.okayama.jp","kibichuo.okayama.jp","kumenan.okayama.jp","kurashiki.okayama.jp","maniwa.okayama.jp","misaki.okayama.jp","nagi.okayama.jp","niimi.okayama.jp","nishiawakura.okayama.jp","okayama.okayama.jp","satosho.okayama.jp","setouchi.okayama.jp","shinjo.okayama.jp","shoo.okayama.jp","soja.okayama.jp","takahashi.okayama.jp","tamano.okayama.jp","tsuyama.okayama.jp","wake.okayama.jp","yakage.okayama.jp","aguni.okinawa.jp","ginowan.okinawa.jp","ginoza.okinawa.jp","gushikami.okinawa.jp","haebaru.okinawa.jp","higashi.okinawa.jp","hirara.okinawa.jp","iheya.okinawa.jp","ishigaki.okinawa.jp","ishikawa.okinawa.jp","itoman.okinawa.jp","izena.okinawa.jp","kadena.okinawa.jp","kin.okinawa.jp","kitadaito.okinawa.jp","kitanakagusuku.okinawa.jp","kumejima.okinawa.jp","kunigami.okinawa.jp","minamidaito.okinawa.jp","motobu.okinawa.jp","nago.okinawa.jp","naha.okinawa.jp","nakagusuku.okinawa.jp","nakijin.okinawa.jp","nanjo.okinawa.jp","nishihara.okinawa.jp","ogimi.okinawa.jp","okinawa.okinawa.jp","onna.okinawa.jp","shimoji.okinawa.jp","taketomi.okinawa.jp","tarama.okinawa.jp","tokashiki.okinawa.jp","tomigusuku.okinawa.jp","tonaki.okinawa.jp","urasoe.okinawa.jp","uruma.okinawa.jp","yaese.okinawa.jp","yomitan.okinawa.jp","yonabaru.okinawa.jp","yonaguni.okinawa.jp","zamami.okinawa.jp","abeno.osaka.jp","chihayaakasaka.osaka.jp","chuo.osaka.jp","daito.osaka.jp","fujiidera.osaka.jp","habikino.osaka.jp","hannan.osaka.jp","higashiosaka.osaka.jp","higashisumiyoshi.osaka.jp","higashiyodogawa.osaka.jp","hirakata.osaka.jp","ibaraki.osaka.jp","ikeda.osaka.jp","izumi.osaka.jp","izumiotsu.osaka.jp","izumisano.osaka.jp","kadoma.osaka.jp","kaizuka.osaka.jp","kanan.osaka.jp","kashiwara.osaka.jp","katano.osaka.jp","kawachinagano.osaka.jp","kishiwada.osaka.jp","kita.osaka.jp","kumatori.osaka.jp","matsubara.osaka.jp","minato.osaka.jp","minoh.osaka.jp","misaki.osaka.jp","moriguchi.osaka.jp","neyagawa.osaka.jp","nishi.osaka.jp","nose.osaka.jp","osakasayama.osaka.jp","sakai.osaka.jp","sayama.osaka.jp","sennan.osaka.jp","settsu.osaka.jp","shijonawate.osaka.jp","shimamoto.osaka.jp","suita.osaka.jp","tadaoka.osaka.jp","taishi.osaka.jp","tajiri.osaka.jp","takaishi.osaka.jp","takatsuki.osaka.jp","tondabayashi.osaka.jp","toyonaka.osaka.jp","toyono.osaka.jp","yao.osaka.jp","ariake.saga.jp","arita.saga.jp","fukudomi.saga.jp","genkai.saga.jp","hamatama.saga.jp","hizen.saga.jp","imari.saga.jp","kamimine.saga.jp","kanzaki.saga.jp","karatsu.saga.jp","kashima.saga.jp","kitagata.saga.jp","kitahata.saga.jp","kiyama.saga.jp","kouhoku.saga.jp","kyuragi.saga.jp","nishiarita.saga.jp","ogi.saga.jp","omachi.saga.jp","ouchi.saga.jp","saga.saga.jp","shiroishi.saga.jp","taku.saga.jp","tara.saga.jp","tosu.saga.jp","yoshinogari.saga.jp","arakawa.saitama.jp","asaka.saitama.jp","chichibu.saitama.jp","fujimi.saitama.jp","fujimino.saitama.jp","fukaya.saitama.jp","hanno.saitama.jp","hanyu.saitama.jp","hasuda.saitama.jp","hatogaya.saitama.jp","hatoyama.saitama.jp","hidaka.saitama.jp","higashichichibu.saitama.jp","higashimatsuyama.saitama.jp","honjo.saitama.jp","ina.saitama.jp","iruma.saitama.jp","iwatsuki.saitama.jp","kamiizumi.saitama.jp","kamikawa.saitama.jp","kamisato.saitama.jp","kasukabe.saitama.jp","kawagoe.saitama.jp","kawaguchi.saitama.jp","kawajima.saitama.jp","kazo.saitama.jp","kitamoto.saitama.jp","koshigaya.saitama.jp","kounosu.saitama.jp","kuki.saitama.jp","kumagaya.saitama.jp","matsubushi.saitama.jp","minano.saitama.jp","misato.saitama.jp","miyashiro.saitama.jp","miyoshi.saitama.jp","moroyama.saitama.jp","nagatoro.saitama.jp","namegawa.saitama.jp","niiza.saitama.jp","ogano.saitama.jp","ogawa.saitama.jp","ogose.saitama.jp","okegawa.saitama.jp","omiya.saitama.jp","otaki.saitama.jp","ranzan.saitama.jp","ryokami.saitama.jp","saitama.saitama.jp","sakado.saitama.jp","satte.saitama.jp","sayama.saitama.jp","shiki.saitama.jp","shiraoka.saitama.jp","soka.saitama.jp","sugito.saitama.jp","toda.saitama.jp","tokigawa.saitama.jp","tokorozawa.saitama.jp","tsurugashima.saitama.jp","urawa.saitama.jp","warabi.saitama.jp","yashio.saitama.jp","yokoze.saitama.jp","yono.saitama.jp","yorii.saitama.jp","yoshida.saitama.jp","yoshikawa.saitama.jp","yoshimi.saitama.jp","aisho.shiga.jp","gamo.shiga.jp","higashiomi.shiga.jp","hikone.shiga.jp","koka.shiga.jp","konan.shiga.jp","kosei.shiga.jp","koto.shiga.jp","kusatsu.shiga.jp","maibara.shiga.jp","moriyama.shiga.jp","nagahama.shiga.jp","nishiazai.shiga.jp","notogawa.shiga.jp","omihachiman.shiga.jp","otsu.shiga.jp","ritto.shiga.jp","ryuoh.shiga.jp","takashima.shiga.jp","takatsuki.shiga.jp","torahime.shiga.jp","toyosato.shiga.jp","yasu.shiga.jp","akagi.shimane.jp","ama.shimane.jp","gotsu.shimane.jp","hamada.shimane.jp","higashiizumo.shimane.jp","hikawa.shimane.jp","hikimi.shimane.jp","izumo.shimane.jp","kakinoki.shimane.jp","masuda.shimane.jp","matsue.shimane.jp","misato.shimane.jp","nishinoshima.shimane.jp","ohda.shimane.jp","okinoshima.shimane.jp","okuizumo.shimane.jp","shimane.shimane.jp","tamayu.shimane.jp","tsuwano.shimane.jp","unnan.shimane.jp","yakumo.shimane.jp","yasugi.shimane.jp","yatsuka.shimane.jp","arai.shizuoka.jp","atami.shizuoka.jp","fuji.shizuoka.jp","fujieda.shizuoka.jp","fujikawa.shizuoka.jp","fujinomiya.shizuoka.jp","fukuroi.shizuoka.jp","gotemba.shizuoka.jp","haibara.shizuoka.jp","hamamatsu.shizuoka.jp","higashiizu.shizuoka.jp","ito.shizuoka.jp","iwata.shizuoka.jp","izu.shizuoka.jp","izunokuni.shizuoka.jp","kakegawa.shizuoka.jp","kannami.shizuoka.jp","kawanehon.shizuoka.jp","kawazu.shizuoka.jp","kikugawa.shizuoka.jp","kosai.shizuoka.jp","makinohara.shizuoka.jp","matsuzaki.shizuoka.jp","minamiizu.shizuoka.jp","mishima.shizuoka.jp","morimachi.shizuoka.jp","nishiizu.shizuoka.jp","numazu.shizuoka.jp","omaezaki.shizuoka.jp","shimada.shizuoka.jp","shimizu.shizuoka.jp","shimoda.shizuoka.jp","shizuoka.shizuoka.jp","susono.shizuoka.jp","yaizu.shizuoka.jp","yoshida.shizuoka.jp","ashikaga.tochigi.jp","bato.tochigi.jp","haga.tochigi.jp","ichikai.tochigi.jp","iwafune.tochigi.jp","kaminokawa.tochigi.jp","kanuma.tochigi.jp","karasuyama.tochigi.jp","kuroiso.tochigi.jp","mashiko.tochigi.jp","mibu.tochigi.jp","moka.tochigi.jp","motegi.tochigi.jp","nasu.tochigi.jp","nasushiobara.tochigi.jp","nikko.tochigi.jp","nishikata.tochigi.jp","nogi.tochigi.jp","ohira.tochigi.jp","ohtawara.tochigi.jp","oyama.tochigi.jp","sakura.tochigi.jp","sano.tochigi.jp","shimotsuke.tochigi.jp","shioya.tochigi.jp","takanezawa.tochigi.jp","tochigi.tochigi.jp","tsuga.tochigi.jp","ujiie.tochigi.jp","utsunomiya.tochigi.jp","yaita.tochigi.jp","aizumi.tokushima.jp","anan.tokushima.jp","ichiba.tokushima.jp","itano.tokushima.jp","kainan.tokushima.jp","komatsushima.tokushima.jp","matsushige.tokushima.jp","mima.tokushima.jp","minami.tokushima.jp","miyoshi.tokushima.jp","mugi.tokushima.jp","nakagawa.tokushima.jp","naruto.tokushima.jp","sanagochi.tokushima.jp","shishikui.tokushima.jp","tokushima.tokushima.jp","wajiki.tokushima.jp","adachi.tokyo.jp","akiruno.tokyo.jp","akishima.tokyo.jp","aogashima.tokyo.jp","arakawa.tokyo.jp","bunkyo.tokyo.jp","chiyoda.tokyo.jp","chofu.tokyo.jp","chuo.tokyo.jp","edogawa.tokyo.jp","fuchu.tokyo.jp","fussa.tokyo.jp","hachijo.tokyo.jp","hachioji.tokyo.jp","hamura.tokyo.jp","higashikurume.tokyo.jp","higashimurayama.tokyo.jp","higashiyamato.tokyo.jp","hino.tokyo.jp","hinode.tokyo.jp","hinohara.tokyo.jp","inagi.tokyo.jp","itabashi.tokyo.jp","katsushika.tokyo.jp","kita.tokyo.jp","kiyose.tokyo.jp","kodaira.tokyo.jp","koganei.tokyo.jp","kokubunji.tokyo.jp","komae.tokyo.jp","koto.tokyo.jp","kouzushima.tokyo.jp","kunitachi.tokyo.jp","machida.tokyo.jp","meguro.tokyo.jp","minato.tokyo.jp","mitaka.tokyo.jp","mizuho.tokyo.jp","musashimurayama.tokyo.jp","musashino.tokyo.jp","nakano.tokyo.jp","nerima.tokyo.jp","ogasawara.tokyo.jp","okutama.tokyo.jp","ome.tokyo.jp","oshima.tokyo.jp","ota.tokyo.jp","setagaya.tokyo.jp","shibuya.tokyo.jp","shinagawa.tokyo.jp","shinjuku.tokyo.jp","suginami.tokyo.jp","sumida.tokyo.jp","tachikawa.tokyo.jp","taito.tokyo.jp","tama.tokyo.jp","toshima.tokyo.jp","chizu.tottori.jp","hino.tottori.jp","kawahara.tottori.jp","koge.tottori.jp","kotoura.tottori.jp","misasa.tottori.jp","nanbu.tottori.jp","nichinan.tottori.jp","sakaiminato.tottori.jp","tottori.tottori.jp","wakasa.tottori.jp","yazu.tottori.jp","yonago.tottori.jp","asahi.toyama.jp","fuchu.toyama.jp","fukumitsu.toyama.jp","funahashi.toyama.jp","himi.toyama.jp","imizu.toyama.jp","inami.toyama.jp","johana.toyama.jp","kamiichi.toyama.jp","kurobe.toyama.jp","nakaniikawa.toyama.jp","namerikawa.toyama.jp","nanto.toyama.jp","nyuzen.toyama.jp","oyabe.toyama.jp","taira.toyama.jp","takaoka.toyama.jp","tateyama.toyama.jp","toga.toyama.jp","tonami.toyama.jp","toyama.toyama.jp","unazuki.toyama.jp","uozu.toyama.jp","yamada.toyama.jp","arida.wakayama.jp","aridagawa.wakayama.jp","gobo.wakayama.jp","hashimoto.wakayama.jp","hidaka.wakayama.jp","hirogawa.wakayama.jp","inami.wakayama.jp","iwade.wakayama.jp","kainan.wakayama.jp","kamitonda.wakayama.jp","katsuragi.wakayama.jp","kimino.wakayama.jp","kinokawa.wakayama.jp","kitayama.wakayama.jp","koya.wakayama.jp","koza.wakayama.jp","kozagawa.wakayama.jp","kudoyama.wakayama.jp","kushimoto.wakayama.jp","mihama.wakayama.jp","misato.wakayama.jp","nachikatsuura.wakayama.jp","shingu.wakayama.jp","shirahama.wakayama.jp","taiji.wakayama.jp","tanabe.wakayama.jp","wakayama.wakayama.jp","yuasa.wakayama.jp","yura.wakayama.jp","asahi.yamagata.jp","funagata.yamagata.jp","higashine.yamagata.jp","iide.yamagata.jp","kahoku.yamagata.jp","kaminoyama.yamagata.jp","kaneyama.yamagata.jp","kawanishi.yamagata.jp","mamurogawa.yamagata.jp","mikawa.yamagata.jp","murayama.yamagata.jp","nagai.yamagata.jp","nakayama.yamagata.jp","nanyo.yamagata.jp","nishikawa.yamagata.jp","obanazawa.yamagata.jp","oe.yamagata.jp","oguni.yamagata.jp","ohkura.yamagata.jp","oishida.yamagata.jp","sagae.yamagata.jp","sakata.yamagata.jp","sakegawa.yamagata.jp","shinjo.yamagata.jp","shirataka.yamagata.jp","shonai.yamagata.jp","takahata.yamagata.jp","tendo.yamagata.jp","tozawa.yamagata.jp","tsuruoka.yamagata.jp","yamagata.yamagata.jp","yamanobe.yamagata.jp","yonezawa.yamagata.jp","yuza.yamagata.jp","abu.yamaguchi.jp","hagi.yamaguchi.jp","hikari.yamaguchi.jp","hofu.yamaguchi.jp","iwakuni.yamaguchi.jp","kudamatsu.yamaguchi.jp","mitou.yamaguchi.jp","nagato.yamaguchi.jp","oshima.yamaguchi.jp","shimonoseki.yamaguchi.jp","shunan.yamaguchi.jp","tabuse.yamaguchi.jp","tokuyama.yamaguchi.jp","toyota.yamaguchi.jp","ube.yamaguchi.jp","yuu.yamaguchi.jp","chuo.yamanashi.jp","doshi.yamanashi.jp","fuefuki.yamanashi.jp","fujikawa.yamanashi.jp","fujikawaguchiko.yamanashi.jp","fujiyoshida.yamanashi.jp","hayakawa.yamanashi.jp","hokuto.yamanashi.jp","ichikawamisato.yamanashi.jp","kai.yamanashi.jp","kofu.yamanashi.jp","koshu.yamanashi.jp","kosuge.yamanashi.jp","minami-alps.yamanashi.jp","minobu.yamanashi.jp","nakamichi.yamanashi.jp","nanbu.yamanashi.jp","narusawa.yamanashi.jp","nirasaki.yamanashi.jp","nishikatsura.yamanashi.jp","oshino.yamanashi.jp","otsuki.yamanashi.jp","showa.yamanashi.jp","tabayama.yamanashi.jp","tsuru.yamanashi.jp","uenohara.yamanashi.jp","yamanakako.yamanashi.jp","yamanashi.yamanashi.jp","ke","ac.ke","co.ke","go.ke","info.ke","me.ke","mobi.ke","ne.ke","or.ke","sc.ke","kg","org.kg","net.kg","com.kg","edu.kg","gov.kg","mil.kg","*.kh","ki","edu.ki","biz.ki","net.ki","org.ki","gov.ki","info.ki","com.ki","km","org.km","nom.km","gov.km","prd.km","tm.km","edu.km","mil.km","ass.km","com.km","coop.km","asso.km","presse.km","medecin.km","notaires.km","pharmaciens.km","veterinaire.km","gouv.km","kn","net.kn","org.kn","edu.kn","gov.kn","kp","com.kp","edu.kp","gov.kp","org.kp","rep.kp","tra.kp","kr","ac.kr","co.kr","es.kr","go.kr","hs.kr","kg.kr","mil.kr","ms.kr","ne.kr","or.kr","pe.kr","re.kr","sc.kr","busan.kr","chungbuk.kr","chungnam.kr","daegu.kr","daejeon.kr","gangwon.kr","gwangju.kr","gyeongbuk.kr","gyeonggi.kr","gyeongnam.kr","incheon.kr","jeju.kr","jeonbuk.kr","jeonnam.kr","seoul.kr","ulsan.kr","kw","com.kw","edu.kw","emb.kw","gov.kw","ind.kw","net.kw","org.kw","ky","edu.ky","gov.ky","com.ky","org.ky","net.ky","kz","org.kz","edu.kz","net.kz","gov.kz","mil.kz","com.kz","la","int.la","net.la","info.la","edu.la","gov.la","per.la","com.la","org.la","lb","com.lb","edu.lb","gov.lb","net.lb","org.lb","lc","com.lc","net.lc","co.lc","org.lc","edu.lc","gov.lc","li","lk","gov.lk","sch.lk","net.lk","int.lk","com.lk","org.lk","edu.lk","ngo.lk","soc.lk","web.lk","ltd.lk","assn.lk","grp.lk","hotel.lk","ac.lk","lr","com.lr","edu.lr","gov.lr","org.lr","net.lr","ls","ac.ls","biz.ls","co.ls","edu.ls","gov.ls","info.ls","net.ls","org.ls","sc.ls","lt","gov.lt","lu","lv","com.lv","edu.lv","gov.lv","org.lv","mil.lv","id.lv","net.lv","asn.lv","conf.lv","ly","com.ly","net.ly","gov.ly","plc.ly","edu.ly","sch.ly","med.ly","org.ly","id.ly","ma","co.ma","net.ma","gov.ma","org.ma","ac.ma","press.ma","mc","tm.mc","asso.mc","md","me","co.me","net.me","org.me","edu.me","ac.me","gov.me","its.me","priv.me","mg","org.mg","nom.mg","gov.mg","prd.mg","tm.mg","edu.mg","mil.mg","com.mg","co.mg","mh","mil","mk","com.mk","org.mk","net.mk","edu.mk","gov.mk","inf.mk","name.mk","ml","com.ml","edu.ml","gouv.ml","gov.ml","net.ml","org.ml","presse.ml","*.mm","mn","gov.mn","edu.mn","org.mn","mo","com.mo","net.mo","org.mo","edu.mo","gov.mo","mobi","mp","mq","mr","gov.mr","ms","com.ms","edu.ms","gov.ms","net.ms","org.ms","mt","com.mt","edu.mt","net.mt","org.mt","mu","com.mu","net.mu","org.mu","gov.mu","ac.mu","co.mu","or.mu","museum","academy.museum","agriculture.museum","air.museum","airguard.museum","alabama.museum","alaska.museum","amber.museum","ambulance.museum","american.museum","americana.museum","americanantiques.museum","americanart.museum","amsterdam.museum","and.museum","annefrank.museum","anthro.museum","anthropology.museum","antiques.museum","aquarium.museum","arboretum.museum","archaeological.museum","archaeology.museum","architecture.museum","art.museum","artanddesign.museum","artcenter.museum","artdeco.museum","arteducation.museum","artgallery.museum","arts.museum","artsandcrafts.museum","asmatart.museum","assassination.museum","assisi.museum","association.museum","astronomy.museum","atlanta.museum","austin.museum","australia.museum","automotive.museum","aviation.museum","axis.museum","badajoz.museum","baghdad.museum","bahn.museum","bale.museum","baltimore.museum","barcelona.museum","baseball.museum","basel.museum","baths.museum","bauern.museum","beauxarts.museum","beeldengeluid.museum","bellevue.museum","bergbau.museum","berkeley.museum","berlin.museum","bern.museum","bible.museum","bilbao.museum","bill.museum","birdart.museum","birthplace.museum","bonn.museum","boston.museum","botanical.museum","botanicalgarden.museum","botanicgarden.museum","botany.museum","brandywinevalley.museum","brasil.museum","bristol.museum","british.museum","britishcolumbia.museum","broadcast.museum","brunel.museum","brussel.museum","brussels.museum","bruxelles.museum","building.museum","burghof.museum","bus.museum","bushey.museum","cadaques.museum","california.museum","cambridge.museum","can.museum","canada.museum","capebreton.museum","carrier.museum","cartoonart.museum","casadelamoneda.museum","castle.museum","castres.museum","celtic.museum","center.museum","chattanooga.museum","cheltenham.museum","chesapeakebay.museum","chicago.museum","children.museum","childrens.museum","childrensgarden.museum","chiropractic.museum","chocolate.museum","christiansburg.museum","cincinnati.museum","cinema.museum","circus.museum","civilisation.museum","civilization.museum","civilwar.museum","clinton.museum","clock.museum","coal.museum","coastaldefence.museum","cody.museum","coldwar.museum","collection.museum","colonialwilliamsburg.museum","coloradoplateau.museum","columbia.museum","columbus.museum","communication.museum","communications.museum","community.museum","computer.museum","computerhistory.museum","comunicações.museum","contemporary.museum","contemporaryart.museum","convent.museum","copenhagen.museum","corporation.museum","correios-e-telecomunicações.museum","corvette.museum","costume.museum","countryestate.museum","county.museum","crafts.museum","cranbrook.museum","creation.museum","cultural.museum","culturalcenter.museum","culture.museum","cyber.museum","cymru.museum","dali.museum","dallas.museum","database.museum","ddr.museum","decorativearts.museum","delaware.museum","delmenhorst.museum","denmark.museum","depot.museum","design.museum","detroit.museum","dinosaur.museum","discovery.museum","dolls.museum","donostia.museum","durham.museum","eastafrica.museum","eastcoast.museum","education.museum","educational.museum","egyptian.museum","eisenbahn.museum","elburg.museum","elvendrell.museum","embroidery.museum","encyclopedic.museum","england.museum","entomology.museum","environment.museum","environmentalconservation.museum","epilepsy.museum","essex.museum","estate.museum","ethnology.museum","exeter.museum","exhibition.museum","family.museum","farm.museum","farmequipment.museum","farmers.museum","farmstead.museum","field.museum","figueres.museum","filatelia.museum","film.museum","fineart.museum","finearts.museum","finland.museum","flanders.museum","florida.museum","force.museum","fortmissoula.museum","fortworth.museum","foundation.museum","francaise.museum","frankfurt.museum","franziskaner.museum","freemasonry.museum","freiburg.museum","fribourg.museum","frog.museum","fundacio.museum","furniture.museum","gallery.museum","garden.museum","gateway.museum","geelvinck.museum","gemological.museum","geology.museum","georgia.museum","giessen.museum","glas.museum","glass.museum","gorge.museum","grandrapids.museum","graz.museum","guernsey.museum","halloffame.museum","hamburg.museum","handson.museum","harvestcelebration.museum","hawaii.museum","health.museum","heimatunduhren.museum","hellas.museum","helsinki.museum","hembygdsforbund.museum","heritage.museum","histoire.museum","historical.museum","historicalsociety.museum","historichouses.museum","historisch.museum","historisches.museum","history.museum","historyofscience.museum","horology.museum","house.museum","humanities.museum","illustration.museum","imageandsound.museum","indian.museum","indiana.museum","indianapolis.museum","indianmarket.museum","intelligence.museum","interactive.museum","iraq.museum","iron.museum","isleofman.museum","jamison.museum","jefferson.museum","jerusalem.museum","jewelry.museum","jewish.museum","jewishart.museum","jfk.museum","journalism.museum","judaica.museum","judygarland.museum","juedisches.museum","juif.museum","karate.museum","karikatur.museum","kids.museum","koebenhavn.museum","koeln.museum","kunst.museum","kunstsammlung.museum","kunstunddesign.museum","labor.museum","labour.museum","lajolla.museum","lancashire.museum","landes.museum","lans.museum","läns.museum","larsson.museum","lewismiller.museum","lincoln.museum","linz.museum","living.museum","livinghistory.museum","localhistory.museum","london.museum","losangeles.museum","louvre.museum","loyalist.museum","lucerne.museum","luxembourg.museum","luzern.museum","mad.museum","madrid.museum","mallorca.museum","manchester.museum","mansion.museum","mansions.museum","manx.museum","marburg.museum","maritime.museum","maritimo.museum","maryland.museum","marylhurst.museum","media.museum","medical.museum","medizinhistorisches.museum","meeres.museum","memorial.museum","mesaverde.museum","michigan.museum","midatlantic.museum","military.museum","mill.museum","miners.museum","mining.museum","minnesota.museum","missile.museum","missoula.museum","modern.museum","moma.museum","money.museum","monmouth.museum","monticello.museum","montreal.museum","moscow.museum","motorcycle.museum","muenchen.museum","muenster.museum","mulhouse.museum","muncie.museum","museet.museum","museumcenter.museum","museumvereniging.museum","music.museum","national.museum","nationalfirearms.museum","nationalheritage.museum","nativeamerican.museum","naturalhistory.museum","naturalhistorymuseum.museum","naturalsciences.museum","nature.museum","naturhistorisches.museum","natuurwetenschappen.museum","naumburg.museum","naval.museum","nebraska.museum","neues.museum","newhampshire.museum","newjersey.museum","newmexico.museum","newport.museum","newspaper.museum","newyork.museum","niepce.museum","norfolk.museum","north.museum","nrw.museum","nuernberg.museum","nuremberg.museum","nyc.museum","nyny.museum","oceanographic.museum","oceanographique.museum","omaha.museum","online.museum","ontario.museum","openair.museum","oregon.museum","oregontrail.museum","otago.museum","oxford.museum","pacific.museum","paderborn.museum","palace.museum","paleo.museum","palmsprings.museum","panama.museum","paris.museum","pasadena.museum","pharmacy.museum","philadelphia.museum","philadelphiaarea.museum","philately.museum","phoenix.museum","photography.museum","pilots.museum","pittsburgh.museum","planetarium.museum","plantation.museum","plants.museum","plaza.museum","portal.museum","portland.museum","portlligat.museum","posts-and-telecommunications.museum","preservation.museum","presidio.museum","press.museum","project.museum","public.museum","pubol.museum","quebec.museum","railroad.museum","railway.museum","research.museum","resistance.museum","riodejaneiro.museum","rochester.museum","rockart.museum","roma.museum","russia.museum","saintlouis.museum","salem.museum","salvadordali.museum","salzburg.museum","sandiego.museum","sanfrancisco.museum","santabarbara.museum","santacruz.museum","santafe.museum","saskatchewan.museum","satx.museum","savannahga.museum","schlesisches.museum","schoenbrunn.museum","schokoladen.museum","school.museum","schweiz.museum","science.museum","scienceandhistory.museum","scienceandindustry.museum","sciencecenter.museum","sciencecenters.museum","science-fiction.museum","sciencehistory.museum","sciences.museum","sciencesnaturelles.museum","scotland.museum","seaport.museum","settlement.museum","settlers.museum","shell.museum","sherbrooke.museum","sibenik.museum","silk.museum","ski.museum","skole.museum","society.museum","sologne.museum","soundandvision.museum","southcarolina.museum","southwest.museum","space.museum","spy.museum","square.museum","stadt.museum","stalbans.museum","starnberg.museum","state.museum","stateofdelaware.museum","station.museum","steam.museum","steiermark.museum","stjohn.museum","stockholm.museum","stpetersburg.museum","stuttgart.museum","suisse.museum","surgeonshall.museum","surrey.museum","svizzera.museum","sweden.museum","sydney.museum","tank.museum","tcm.museum","technology.museum","telekommunikation.museum","television.museum","texas.museum","textile.museum","theater.museum","time.museum","timekeeping.museum","topology.museum","torino.museum","touch.museum","town.museum","transport.museum","tree.museum","trolley.museum","trust.museum","trustee.museum","uhren.museum","ulm.museum","undersea.museum","university.museum","usa.museum","usantiques.museum","usarts.museum","uscountryestate.museum","usculture.museum","usdecorativearts.museum","usgarden.museum","ushistory.museum","ushuaia.museum","uslivinghistory.museum","utah.museum","uvic.museum","valley.museum","vantaa.museum","versailles.museum","viking.museum","village.museum","virginia.museum","virtual.museum","virtuel.museum","vlaanderen.museum","volkenkunde.museum","wales.museum","wallonie.museum","war.museum","washingtondc.museum","watchandclock.museum","watch-and-clock.museum","western.museum","westfalen.museum","whaling.museum","wildlife.museum","williamsburg.museum","windmill.museum","workshop.museum","york.museum","yorkshire.museum","yosemite.museum","youth.museum","zoological.museum","zoology.museum","ירושלים.museum","иком.museum","mv","aero.mv","biz.mv","com.mv","coop.mv","edu.mv","gov.mv","info.mv","int.mv","mil.mv","museum.mv","name.mv","net.mv","org.mv","pro.mv","mw","ac.mw","biz.mw","co.mw","com.mw","coop.mw","edu.mw","gov.mw","int.mw","museum.mw","net.mw","org.mw","mx","com.mx","org.mx","gob.mx","edu.mx","net.mx","my","com.my","net.my","org.my","gov.my","edu.my","mil.my","name.my","mz","ac.mz","adv.mz","co.mz","edu.mz","gov.mz","mil.mz","net.mz","org.mz","na","info.na","pro.na","name.na","school.na","or.na","dr.na","us.na","mx.na","ca.na","in.na","cc.na","tv.na","ws.na","mobi.na","co.na","com.na","org.na","name","nc","asso.nc","nom.nc","ne","net","nf","com.nf","net.nf","per.nf","rec.nf","web.nf","arts.nf","firm.nf","info.nf","other.nf","store.nf","ng","com.ng","edu.ng","gov.ng","i.ng","mil.ng","mobi.ng","name.ng","net.ng","org.ng","sch.ng","ni","ac.ni","biz.ni","co.ni","com.ni","edu.ni","gob.ni","in.ni","info.ni","int.ni","mil.ni","net.ni","nom.ni","org.ni","web.ni","nl","no","fhs.no","vgs.no","fylkesbibl.no","folkebibl.no","museum.no","idrett.no","priv.no","mil.no","stat.no","dep.no","kommune.no","herad.no","aa.no","ah.no","bu.no","fm.no","hl.no","hm.no","jan-mayen.no","mr.no","nl.no","nt.no","of.no","ol.no","oslo.no","rl.no","sf.no","st.no","svalbard.no","tm.no","tr.no","va.no","vf.no","gs.aa.no","gs.ah.no","gs.bu.no","gs.fm.no","gs.hl.no","gs.hm.no","gs.jan-mayen.no","gs.mr.no","gs.nl.no","gs.nt.no","gs.of.no","gs.ol.no","gs.oslo.no","gs.rl.no","gs.sf.no","gs.st.no","gs.svalbard.no","gs.tm.no","gs.tr.no","gs.va.no","gs.vf.no","akrehamn.no","åkrehamn.no","algard.no","ålgård.no","arna.no","brumunddal.no","bryne.no","bronnoysund.no","brønnøysund.no","drobak.no","drøbak.no","egersund.no","fetsund.no","floro.no","florø.no","fredrikstad.no","hokksund.no","honefoss.no","hønefoss.no","jessheim.no","jorpeland.no","jørpeland.no","kirkenes.no","kopervik.no","krokstadelva.no","langevag.no","langevåg.no","leirvik.no","mjondalen.no","mjøndalen.no","mo-i-rana.no","mosjoen.no","mosjøen.no","nesoddtangen.no","orkanger.no","osoyro.no","osøyro.no","raholt.no","råholt.no","sandnessjoen.no","sandnessjøen.no","skedsmokorset.no","slattum.no","spjelkavik.no","stathelle.no","stavern.no","stjordalshalsen.no","stjørdalshalsen.no","tananger.no","tranby.no","vossevangen.no","afjord.no","åfjord.no","agdenes.no","al.no","ål.no","alesund.no","ålesund.no","alstahaug.no","alta.no","áltá.no","alaheadju.no","álaheadju.no","alvdal.no","amli.no","åmli.no","amot.no","åmot.no","andebu.no","andoy.no","andøy.no","andasuolo.no","ardal.no","årdal.no","aremark.no","arendal.no","ås.no","aseral.no","åseral.no","asker.no","askim.no","askvoll.no","askoy.no","askøy.no","asnes.no","åsnes.no","audnedaln.no","aukra.no","aure.no","aurland.no","aurskog-holand.no","aurskog-høland.no","austevoll.no","austrheim.no","averoy.no","averøy.no","balestrand.no","ballangen.no","balat.no","bálát.no","balsfjord.no","bahccavuotna.no","báhccavuotna.no","bamble.no","bardu.no","beardu.no","beiarn.no","bajddar.no","bájddar.no","baidar.no","báidár.no","berg.no","bergen.no","berlevag.no","berlevåg.no","bearalvahki.no","bearalváhki.no","bindal.no","birkenes.no","bjarkoy.no","bjarkøy.no","bjerkreim.no","bjugn.no","bodo.no","bodø.no","badaddja.no","bådåddjå.no","budejju.no","bokn.no","bremanger.no","bronnoy.no","brønnøy.no","bygland.no","bykle.no","barum.no","bærum.no","bo.telemark.no","bø.telemark.no","bo.nordland.no","bø.nordland.no","bievat.no","bievát.no","bomlo.no","bømlo.no","batsfjord.no","båtsfjord.no","bahcavuotna.no","báhcavuotna.no","dovre.no","drammen.no","drangedal.no","dyroy.no","dyrøy.no","donna.no","dønna.no","eid.no","eidfjord.no","eidsberg.no","eidskog.no","eidsvoll.no","eigersund.no","elverum.no","enebakk.no","engerdal.no","etne.no","etnedal.no","evenes.no","evenassi.no","evenášši.no","evje-og-hornnes.no","farsund.no","fauske.no","fuossko.no","fuoisku.no","fedje.no","fet.no","finnoy.no","finnøy.no","fitjar.no","fjaler.no","fjell.no","flakstad.no","flatanger.no","flekkefjord.no","flesberg.no","flora.no","fla.no","flå.no","folldal.no","forsand.no","fosnes.no","frei.no","frogn.no","froland.no","frosta.no","frana.no","fræna.no","froya.no","frøya.no","fusa.no","fyresdal.no","forde.no","førde.no","gamvik.no","gangaviika.no","gáŋgaviika.no","gaular.no","gausdal.no","gildeskal.no","gildeskål.no","giske.no","gjemnes.no","gjerdrum.no","gjerstad.no","gjesdal.no","gjovik.no","gjøvik.no","gloppen.no","gol.no","gran.no","grane.no","granvin.no","gratangen.no","grimstad.no","grong.no","kraanghke.no","kråanghke.no","grue.no","gulen.no","hadsel.no","halden.no","halsa.no","hamar.no","hamaroy.no","habmer.no","hábmer.no","hapmir.no","hápmir.no","hammerfest.no","hammarfeasta.no","hámmárfeasta.no","haram.no","hareid.no","harstad.no","hasvik.no","aknoluokta.no","ákŋoluokta.no","hattfjelldal.no","aarborte.no","haugesund.no","hemne.no","hemnes.no","hemsedal.no","heroy.more-og-romsdal.no","herøy.møre-og-romsdal.no","heroy.nordland.no","herøy.nordland.no","hitra.no","hjartdal.no","hjelmeland.no","hobol.no","hobøl.no","hof.no","hol.no","hole.no","holmestrand.no","holtalen.no","holtålen.no","hornindal.no","horten.no","hurdal.no","hurum.no","hvaler.no","hyllestad.no","hagebostad.no","hægebostad.no","hoyanger.no","høyanger.no","hoylandet.no","høylandet.no","ha.no","hå.no","ibestad.no","inderoy.no","inderøy.no","iveland.no","jevnaker.no","jondal.no","jolster.no","jølster.no","karasjok.no","karasjohka.no","kárášjohka.no","karlsoy.no","galsa.no","gálsá.no","karmoy.no","karmøy.no","kautokeino.no","guovdageaidnu.no","klepp.no","klabu.no","klæbu.no","kongsberg.no","kongsvinger.no","kragero.no","kragerø.no","kristiansand.no","kristiansund.no","krodsherad.no","krødsherad.no","kvalsund.no","rahkkeravju.no","ráhkkerávju.no","kvam.no","kvinesdal.no","kvinnherad.no","kviteseid.no","kvitsoy.no","kvitsøy.no","kvafjord.no","kvæfjord.no","giehtavuoatna.no","kvanangen.no","kvænangen.no","navuotna.no","návuotna.no","kafjord.no","kåfjord.no","gaivuotna.no","gáivuotna.no","larvik.no","lavangen.no","lavagis.no","loabat.no","loabát.no","lebesby.no","davvesiida.no","leikanger.no","leirfjord.no","leka.no","leksvik.no","lenvik.no","leangaviika.no","leaŋgaviika.no","lesja.no","levanger.no","lier.no","lierne.no","lillehammer.no","lillesand.no","lindesnes.no","lindas.no","lindås.no","lom.no","loppa.no","lahppi.no","láhppi.no","lund.no","lunner.no","luroy.no","lurøy.no","luster.no","lyngdal.no","lyngen.no","ivgu.no","lardal.no","lerdal.no","lærdal.no","lodingen.no","lødingen.no","lorenskog.no","lørenskog.no","loten.no","løten.no","malvik.no","masoy.no","måsøy.no","muosat.no","muosát.no","mandal.no","marker.no","marnardal.no","masfjorden.no","meland.no","meldal.no","melhus.no","meloy.no","meløy.no","meraker.no","meråker.no","moareke.no","moåreke.no","midsund.no","midtre-gauldal.no","modalen.no","modum.no","molde.no","moskenes.no","moss.no","mosvik.no","malselv.no","målselv.no","malatvuopmi.no","málatvuopmi.no","namdalseid.no","aejrie.no","namsos.no","namsskogan.no","naamesjevuemie.no","nååmesjevuemie.no","laakesvuemie.no","nannestad.no","narvik.no","narviika.no","naustdal.no","nedre-eiker.no","nes.akershus.no","nes.buskerud.no","nesna.no","nesodden.no","nesseby.no","unjarga.no","unjárga.no","nesset.no","nissedal.no","nittedal.no","nord-aurdal.no","nord-fron.no","nord-odal.no","norddal.no","nordkapp.no","davvenjarga.no","davvenjárga.no","nordre-land.no","nordreisa.no","raisa.no","ráisa.no","nore-og-uvdal.no","notodden.no","naroy.no","nærøy.no","notteroy.no","nøtterøy.no","odda.no","oksnes.no","øksnes.no","oppdal.no","oppegard.no","oppegård.no","orkdal.no","orland.no","ørland.no","orskog.no","ørskog.no","orsta.no","ørsta.no","os.hedmark.no","os.hordaland.no","osen.no","osteroy.no","osterøy.no","ostre-toten.no","østre-toten.no","overhalla.no","ovre-eiker.no","øvre-eiker.no","oyer.no","øyer.no","oygarden.no","øygarden.no","oystre-slidre.no","øystre-slidre.no","porsanger.no","porsangu.no","porsáŋgu.no","porsgrunn.no","radoy.no","radøy.no","rakkestad.no","rana.no","ruovat.no","randaberg.no","rauma.no","rendalen.no","rennebu.no","rennesoy.no","rennesøy.no","rindal.no","ringebu.no","ringerike.no","ringsaker.no","rissa.no","risor.no","risør.no","roan.no","rollag.no","rygge.no","ralingen.no","rælingen.no","rodoy.no","rødøy.no","romskog.no","rømskog.no","roros.no","røros.no","rost.no","røst.no","royken.no","røyken.no","royrvik.no","røyrvik.no","rade.no","råde.no","salangen.no","siellak.no","saltdal.no","salat.no","sálát.no","sálat.no","samnanger.no","sande.more-og-romsdal.no","sande.møre-og-romsdal.no","sande.vestfold.no","sandefjord.no","sandnes.no","sandoy.no","sandøy.no","sarpsborg.no","sauda.no","sauherad.no","sel.no","selbu.no","selje.no","seljord.no","sigdal.no","siljan.no","sirdal.no","skaun.no","skedsmo.no","ski.no","skien.no","skiptvet.no","skjervoy.no","skjervøy.no","skierva.no","skiervá.no","skjak.no","skjåk.no","skodje.no","skanland.no","skånland.no","skanit.no","skánit.no","smola.no","smøla.no","snillfjord.no","snasa.no","snåsa.no","snoasa.no","snaase.no","snåase.no","sogndal.no","sokndal.no","sola.no","solund.no","songdalen.no","sortland.no","spydeberg.no","stange.no","stavanger.no","steigen.no","steinkjer.no","stjordal.no","stjørdal.no","stokke.no","stor-elvdal.no","stord.no","stordal.no","storfjord.no","omasvuotna.no","strand.no","stranda.no","stryn.no","sula.no","suldal.no","sund.no","sunndal.no","surnadal.no","sveio.no","svelvik.no","sykkylven.no","sogne.no","søgne.no","somna.no","sømna.no","sondre-land.no","søndre-land.no","sor-aurdal.no","sør-aurdal.no","sor-fron.no","sør-fron.no","sor-odal.no","sør-odal.no","sor-varanger.no","sør-varanger.no","matta-varjjat.no","mátta-várjjat.no","sorfold.no","sørfold.no","sorreisa.no","sørreisa.no","sorum.no","sørum.no","tana.no","deatnu.no","time.no","tingvoll.no","tinn.no","tjeldsund.no","dielddanuorri.no","tjome.no","tjøme.no","tokke.no","tolga.no","torsken.no","tranoy.no","tranøy.no","tromso.no","tromsø.no","tromsa.no","romsa.no","trondheim.no","troandin.no","trysil.no","trana.no","træna.no","trogstad.no","trøgstad.no","tvedestrand.no","tydal.no","tynset.no","tysfjord.no","divtasvuodna.no","divttasvuotna.no","tysnes.no","tysvar.no","tysvær.no","tonsberg.no","tønsberg.no","ullensaker.no","ullensvang.no","ulvik.no","utsira.no","vadso.no","vadsø.no","cahcesuolo.no","čáhcesuolo.no","vaksdal.no","valle.no","vang.no","vanylven.no","vardo.no","vardø.no","varggat.no","várggát.no","vefsn.no","vaapste.no","vega.no","vegarshei.no","vegårshei.no","vennesla.no","verdal.no","verran.no","vestby.no","vestnes.no","vestre-slidre.no","vestre-toten.no","vestvagoy.no","vestvågøy.no","vevelstad.no","vik.no","vikna.no","vindafjord.no","volda.no","voss.no","varoy.no","værøy.no","vagan.no","vågan.no","voagat.no","vagsoy.no","vågsøy.no","vaga.no","vågå.no","valer.ostfold.no","våler.østfold.no","valer.hedmark.no","våler.hedmark.no","*.np","nr","biz.nr","info.nr","gov.nr","edu.nr","org.nr","net.nr","com.nr","nu","nz","ac.nz","co.nz","cri.nz","geek.nz","gen.nz","govt.nz","health.nz","iwi.nz","kiwi.nz","maori.nz","mil.nz","māori.nz","net.nz","org.nz","parliament.nz","school.nz","om","co.om","com.om","edu.om","gov.om","med.om","museum.om","net.om","org.om","pro.om","onion","org","pa","ac.pa","gob.pa","com.pa","org.pa","sld.pa","edu.pa","net.pa","ing.pa","abo.pa","med.pa","nom.pa","pe","edu.pe","gob.pe","nom.pe","mil.pe","org.pe","com.pe","net.pe","pf","com.pf","org.pf","edu.pf","*.pg","ph","com.ph","net.ph","org.ph","gov.ph","edu.ph","ngo.ph","mil.ph","i.ph","pk","com.pk","net.pk","edu.pk","org.pk","fam.pk","biz.pk","web.pk","gov.pk","gob.pk","gok.pk","gon.pk","gop.pk","gos.pk","info.pk","pl","com.pl","net.pl","org.pl","aid.pl","agro.pl","atm.pl","auto.pl","biz.pl","edu.pl","gmina.pl","gsm.pl","info.pl","mail.pl","miasta.pl","media.pl","mil.pl","nieruchomosci.pl","nom.pl","pc.pl","powiat.pl","priv.pl","realestate.pl","rel.pl","sex.pl","shop.pl","sklep.pl","sos.pl","szkola.pl","targi.pl","tm.pl","tourism.pl","travel.pl","turystyka.pl","gov.pl","ap.gov.pl","ic.gov.pl","is.gov.pl","us.gov.pl","kmpsp.gov.pl","kppsp.gov.pl","kwpsp.gov.pl","psp.gov.pl","wskr.gov.pl","kwp.gov.pl","mw.gov.pl","ug.gov.pl","um.gov.pl","umig.gov.pl","ugim.gov.pl","upow.gov.pl","uw.gov.pl","starostwo.gov.pl","pa.gov.pl","po.gov.pl","psse.gov.pl","pup.gov.pl","rzgw.gov.pl","sa.gov.pl","so.gov.pl","sr.gov.pl","wsa.gov.pl","sko.gov.pl","uzs.gov.pl","wiih.gov.pl","winb.gov.pl","pinb.gov.pl","wios.gov.pl","witd.gov.pl","wzmiuw.gov.pl","piw.gov.pl","wiw.gov.pl","griw.gov.pl","wif.gov.pl","oum.gov.pl","sdn.gov.pl","zp.gov.pl","uppo.gov.pl","mup.gov.pl","wuoz.gov.pl","konsulat.gov.pl","oirm.gov.pl","augustow.pl","babia-gora.pl","bedzin.pl","beskidy.pl","bialowieza.pl","bialystok.pl","bielawa.pl","bieszczady.pl","boleslawiec.pl","bydgoszcz.pl","bytom.pl","cieszyn.pl","czeladz.pl","czest.pl","dlugoleka.pl","elblag.pl","elk.pl","glogow.pl","gniezno.pl","gorlice.pl","grajewo.pl","ilawa.pl","jaworzno.pl","jelenia-gora.pl","jgora.pl","kalisz.pl","kazimierz-dolny.pl","karpacz.pl","kartuzy.pl","kaszuby.pl","katowice.pl","kepno.pl","ketrzyn.pl","klodzko.pl","kobierzyce.pl","kolobrzeg.pl","konin.pl","konskowola.pl","kutno.pl","lapy.pl","lebork.pl","legnica.pl","lezajsk.pl","limanowa.pl","lomza.pl","lowicz.pl","lubin.pl","lukow.pl","malbork.pl","malopolska.pl","mazowsze.pl","mazury.pl","mielec.pl","mielno.pl","mragowo.pl","naklo.pl","nowaruda.pl","nysa.pl","olawa.pl","olecko.pl","olkusz.pl","olsztyn.pl","opoczno.pl","opole.pl","ostroda.pl","ostroleka.pl","ostrowiec.pl","ostrowwlkp.pl","pila.pl","pisz.pl","podhale.pl","podlasie.pl","polkowice.pl","pomorze.pl","pomorskie.pl","prochowice.pl","pruszkow.pl","przeworsk.pl","pulawy.pl","radom.pl","rawa-maz.pl","rybnik.pl","rzeszow.pl","sanok.pl","sejny.pl","slask.pl","slupsk.pl","sosnowiec.pl","stalowa-wola.pl","skoczow.pl","starachowice.pl","stargard.pl","suwalki.pl","swidnica.pl","swiebodzin.pl","swinoujscie.pl","szczecin.pl","szczytno.pl","tarnobrzeg.pl","tgory.pl","turek.pl","tychy.pl","ustka.pl","walbrzych.pl","warmia.pl","warszawa.pl","waw.pl","wegrow.pl","wielun.pl","wlocl.pl","wloclawek.pl","wodzislaw.pl","wolomin.pl","wroclaw.pl","zachpomor.pl","zagan.pl","zarow.pl","zgora.pl","zgorzelec.pl","pm","pn","gov.pn","co.pn","org.pn","edu.pn","net.pn","post","pr","com.pr","net.pr","org.pr","gov.pr","edu.pr","isla.pr","pro.pr","biz.pr","info.pr","name.pr","est.pr","prof.pr","ac.pr","pro","aaa.pro","aca.pro","acct.pro","avocat.pro","bar.pro","cpa.pro","eng.pro","jur.pro","law.pro","med.pro","recht.pro","ps","edu.ps","gov.ps","sec.ps","plo.ps","com.ps","org.ps","net.ps","pt","net.pt","gov.pt","org.pt","edu.pt","int.pt","publ.pt","com.pt","nome.pt","pw","co.pw","ne.pw","or.pw","ed.pw","go.pw","belau.pw","py","com.py","coop.py","edu.py","gov.py","mil.py","net.py","org.py","qa","com.qa","edu.qa","gov.qa","mil.qa","name.qa","net.qa","org.qa","sch.qa","re","asso.re","com.re","nom.re","ro","arts.ro","com.ro","firm.ro","info.ro","nom.ro","nt.ro","org.ro","rec.ro","store.ro","tm.ro","www.ro","rs","ac.rs","co.rs","edu.rs","gov.rs","in.rs","org.rs","ru","ac.ru","edu.ru","gov.ru","int.ru","mil.ru","test.ru","rw","ac.rw","co.rw","coop.rw","gov.rw","mil.rw","net.rw","org.rw","sa","com.sa","net.sa","org.sa","gov.sa","med.sa","pub.sa","edu.sa","sch.sa","sb","com.sb","edu.sb","gov.sb","net.sb","org.sb","sc","com.sc","gov.sc","net.sc","org.sc","edu.sc","sd","com.sd","net.sd","org.sd","edu.sd","med.sd","tv.sd","gov.sd","info.sd","se","a.se","ac.se","b.se","bd.se","brand.se","c.se","d.se","e.se","f.se","fh.se","fhsk.se","fhv.se","g.se","h.se","i.se","k.se","komforb.se","kommunalforbund.se","komvux.se","l.se","lanbib.se","m.se","n.se","naturbruksgymn.se","o.se","org.se","p.se","parti.se","pp.se","press.se","r.se","s.se","t.se","tm.se","u.se","w.se","x.se","y.se","z.se","sg","com.sg","net.sg","org.sg","gov.sg","edu.sg","per.sg","sh","com.sh","net.sh","gov.sh","org.sh","mil.sh","si","sj","sk","sl","com.sl","net.sl","edu.sl","gov.sl","org.sl","sm","sn","art.sn","com.sn","edu.sn","gouv.sn","org.sn","perso.sn","univ.sn","so","com.so","net.so","org.so","sr","st","co.st","com.st","consulado.st","edu.st","embaixada.st","gov.st","mil.st","net.st","org.st","principe.st","saotome.st","store.st","su","sv","com.sv","edu.sv","gob.sv","org.sv","red.sv","sx","gov.sx","sy","edu.sy","gov.sy","net.sy","mil.sy","com.sy","org.sy","sz","co.sz","ac.sz","org.sz","tc","td","tel","tf","tg","th","ac.th","co.th","go.th","in.th","mi.th","net.th","or.th","tj","ac.tj","biz.tj","co.tj","com.tj","edu.tj","go.tj","gov.tj","int.tj","mil.tj","name.tj","net.tj","nic.tj","org.tj","test.tj","web.tj","tk","tl","gov.tl","tm","com.tm","co.tm","org.tm","net.tm","nom.tm","gov.tm","mil.tm","edu.tm","tn","com.tn","ens.tn","fin.tn","gov.tn","ind.tn","intl.tn","nat.tn","net.tn","org.tn","info.tn","perso.tn","tourism.tn","edunet.tn","rnrt.tn","rns.tn","rnu.tn","mincom.tn","agrinet.tn","defense.tn","turen.tn","to","com.to","gov.to","net.to","org.to","edu.to","mil.to","tr","av.tr","bbs.tr","bel.tr","biz.tr","com.tr","dr.tr","edu.tr","gen.tr","gov.tr","info.tr","mil.tr","k12.tr","kep.tr","name.tr","net.tr","org.tr","pol.tr","tel.tr","tsk.tr","tv.tr","web.tr","nc.tr","gov.nc.tr","tt","co.tt","com.tt","org.tt","net.tt","biz.tt","info.tt","pro.tt","int.tt","coop.tt","jobs.tt","mobi.tt","travel.tt","museum.tt","aero.tt","name.tt","gov.tt","edu.tt","tv","tw","edu.tw","gov.tw","mil.tw","com.tw","net.tw","org.tw","idv.tw","game.tw","ebiz.tw","club.tw","網路.tw","組織.tw","商業.tw","tz","ac.tz","co.tz","go.tz","hotel.tz","info.tz","me.tz","mil.tz","mobi.tz","ne.tz","or.tz","sc.tz","tv.tz","ua","com.ua","edu.ua","gov.ua","in.ua","net.ua","org.ua","cherkassy.ua","cherkasy.ua","chernigov.ua","chernihiv.ua","chernivtsi.ua","chernovtsy.ua","ck.ua","cn.ua","cr.ua","crimea.ua","cv.ua","dn.ua","dnepropetrovsk.ua","dnipropetrovsk.ua","dominic.ua","donetsk.ua","dp.ua","if.ua","ivano-frankivsk.ua","kh.ua","kharkiv.ua","kharkov.ua","kherson.ua","khmelnitskiy.ua","khmelnytskyi.ua","kiev.ua","kirovograd.ua","km.ua","kr.ua","krym.ua","ks.ua","kv.ua","kyiv.ua","lg.ua","lt.ua","lugansk.ua","lutsk.ua","lv.ua","lviv.ua","mk.ua","mykolaiv.ua","nikolaev.ua","od.ua","odesa.ua","odessa.ua","pl.ua","poltava.ua","rivne.ua","rovno.ua","rv.ua","sb.ua","sebastopol.ua","sevastopol.ua","sm.ua","sumy.ua","te.ua","ternopil.ua","uz.ua","uzhgorod.ua","vinnica.ua","vinnytsia.ua","vn.ua","volyn.ua","yalta.ua","zaporizhzhe.ua","zaporizhzhia.ua","zhitomir.ua","zhytomyr.ua","zp.ua","zt.ua","ug","co.ug","or.ug","ac.ug","sc.ug","go.ug","ne.ug","com.ug","org.ug","uk","ac.uk","co.uk","gov.uk","ltd.uk","me.uk","net.uk","nhs.uk","org.uk","plc.uk","police.uk","*.sch.uk","us","dni.us","fed.us","isa.us","kids.us","nsn.us","ak.us","al.us","ar.us","as.us","az.us","ca.us","co.us","ct.us","dc.us","de.us","fl.us","ga.us","gu.us","hi.us","ia.us","id.us","il.us","in.us","ks.us","ky.us","la.us","ma.us","md.us","me.us","mi.us","mn.us","mo.us","ms.us","mt.us","nc.us","nd.us","ne.us","nh.us","nj.us","nm.us","nv.us","ny.us","oh.us","ok.us","or.us","pa.us","pr.us","ri.us","sc.us","sd.us","tn.us","tx.us","ut.us","vi.us","vt.us","va.us","wa.us","wi.us","wv.us","wy.us","k12.ak.us","k12.al.us","k12.ar.us","k12.as.us","k12.az.us","k12.ca.us","k12.co.us","k12.ct.us","k12.dc.us","k12.de.us","k12.fl.us","k12.ga.us","k12.gu.us","k12.ia.us","k12.id.us","k12.il.us","k12.in.us","k12.ks.us","k12.ky.us","k12.la.us","k12.ma.us","k12.md.us","k12.me.us","k12.mi.us","k12.mn.us","k12.mo.us","k12.ms.us","k12.mt.us","k12.nc.us","k12.ne.us","k12.nh.us","k12.nj.us","k12.nm.us","k12.nv.us","k12.ny.us","k12.oh.us","k12.ok.us","k12.or.us","k12.pa.us","k12.pr.us","k12.ri.us","k12.sc.us","k12.tn.us","k12.tx.us","k12.ut.us","k12.vi.us","k12.vt.us","k12.va.us","k12.wa.us","k12.wi.us","k12.wy.us","cc.ak.us","cc.al.us","cc.ar.us","cc.as.us","cc.az.us","cc.ca.us","cc.co.us","cc.ct.us","cc.dc.us","cc.de.us","cc.fl.us","cc.ga.us","cc.gu.us","cc.hi.us","cc.ia.us","cc.id.us","cc.il.us","cc.in.us","cc.ks.us","cc.ky.us","cc.la.us","cc.ma.us","cc.md.us","cc.me.us","cc.mi.us","cc.mn.us","cc.mo.us","cc.ms.us","cc.mt.us","cc.nc.us","cc.nd.us","cc.ne.us","cc.nh.us","cc.nj.us","cc.nm.us","cc.nv.us","cc.ny.us","cc.oh.us","cc.ok.us","cc.or.us","cc.pa.us","cc.pr.us","cc.ri.us","cc.sc.us","cc.sd.us","cc.tn.us","cc.tx.us","cc.ut.us","cc.vi.us","cc.vt.us","cc.va.us","cc.wa.us","cc.wi.us","cc.wv.us","cc.wy.us","lib.ak.us","lib.al.us","lib.ar.us","lib.as.us","lib.az.us","lib.ca.us","lib.co.us","lib.ct.us","lib.dc.us","lib.fl.us","lib.ga.us","lib.gu.us","lib.hi.us","lib.ia.us","lib.id.us","lib.il.us","lib.in.us","lib.ks.us","lib.ky.us","lib.la.us","lib.ma.us","lib.md.us","lib.me.us","lib.mi.us","lib.mn.us","lib.mo.us","lib.ms.us","lib.mt.us","lib.nc.us","lib.nd.us","lib.ne.us","lib.nh.us","lib.nj.us","lib.nm.us","lib.nv.us","lib.ny.us","lib.oh.us","lib.ok.us","lib.or.us","lib.pa.us","lib.pr.us","lib.ri.us","lib.sc.us","lib.sd.us","lib.tn.us","lib.tx.us","lib.ut.us","lib.vi.us","lib.vt.us","lib.va.us","lib.wa.us","lib.wi.us","lib.wy.us","pvt.k12.ma.us","chtr.k12.ma.us","paroch.k12.ma.us","ann-arbor.mi.us","cog.mi.us","dst.mi.us","eaton.mi.us","gen.mi.us","mus.mi.us","tec.mi.us","washtenaw.mi.us","uy","com.uy","edu.uy","gub.uy","mil.uy","net.uy","org.uy","uz","co.uz","com.uz","net.uz","org.uz","va","vc","com.vc","net.vc","org.vc","gov.vc","mil.vc","edu.vc","ve","arts.ve","co.ve","com.ve","e12.ve","edu.ve","firm.ve","gob.ve","gov.ve","info.ve","int.ve","mil.ve","net.ve","org.ve","rec.ve","store.ve","tec.ve","web.ve","vg","vi","co.vi","com.vi","k12.vi","net.vi","org.vi","vn","com.vn","net.vn","org.vn","edu.vn","gov.vn","int.vn","ac.vn","biz.vn","info.vn","name.vn","pro.vn","health.vn","vu","com.vu","edu.vu","net.vu","org.vu","wf","ws","com.ws","net.ws","org.ws","gov.ws","edu.ws","yt","امارات","հայ","বাংলা","бг","бел","中国","中國","الجزائر","مصر","ею","გე","ελ","香港","公司.香港","教育.香港","政府.香港","個人.香港","網絡.香港","組織.香港","ಭಾರತ","ଭାରତ","ভাৰত","भारतम्","भारोत","ڀارت","ഭാരതം","भारत","بارت","بھارت","భారత్","ભારત","ਭਾਰਤ","ভারত","இந்தியா","ایران","ايران","عراق","الاردن","한국","қаз","ලංකා","இலங்கை","المغرب","мкд","мон","澳門","澳门","مليسيا","عمان","پاکستان","پاكستان","فلسطين","срб","пр.срб","орг.срб","обр.срб","од.срб","упр.срб","ак.срб","рф","قطر","السعودية","السعودیة","السعودیۃ","السعوديه","سودان","新加坡","சிங்கப்பூர்","سورية","سوريا","ไทย","ศึกษา.ไทย","ธุรกิจ.ไทย","รัฐบาล.ไทย","ทหาร.ไทย","เน็ต.ไทย","องค์กร.ไทย","تونس","台灣","台湾","臺灣","укр","اليمن","xxx","*.ye","ac.za","agric.za","alt.za","co.za","edu.za","gov.za","grondar.za","law.za","mil.za","net.za","ngo.za","nis.za","nom.za","org.za","school.za","tm.za","web.za","zm","ac.zm","biz.zm","co.zm","com.zm","edu.zm","gov.zm","info.zm","mil.zm","net.zm","org.zm","sch.zm","zw","ac.zw","co.zw","gov.zw","mil.zw","org.zw","aaa","aarp","abarth","abb","abbott","abbvie","abc","able","abogado","abudhabi","academy","accenture","accountant","accountants","aco","actor","adac","ads","adult","aeg","aetna","afamilycompany","afl","africa","agakhan","agency","aig","aigo","airbus","airforce","airtel","akdn","alfaromeo","alibaba","alipay","allfinanz","allstate","ally","alsace","alstom","americanexpress","americanfamily","amex","amfam","amica","amsterdam","analytics","android","anquan","anz","aol","apartments","app","apple","aquarelle","arab","aramco","archi","army","art","arte","asda","associates","athleta","attorney","auction","audi","audible","audio","auspost","author","auto","autos","avianca","aws","axa","azure","baby","baidu","banamex","bananarepublic","band","bank","bar","barcelona","barclaycard","barclays","barefoot","bargains","baseball","basketball","bauhaus","bayern","bbc","bbt","bbva","bcg","bcn","beats","beauty","beer","bentley","berlin","best","bestbuy","bet","bharti","bible","bid","bike","bing","bingo","bio","black","blackfriday","blockbuster","blog","bloomberg","blue","bms","bmw","bnl","bnpparibas","boats","boehringer","bofa","bom","bond","boo","book","booking","bosch","bostik","boston","bot","boutique","box","bradesco","bridgestone","broadway","broker","brother","brussels","budapest","bugatti","build","builders","business","buy","buzz","bzh","cab","cafe","cal","call","calvinklein","cam","camera","camp","cancerresearch","canon","capetown","capital","capitalone","car","caravan","cards","care","career","careers","cars","cartier","casa","case","caseih","cash","casino","catering","catholic","cba","cbn","cbre","cbs","ceb","center","ceo","cern","cfa","cfd","chanel","channel","charity","chase","chat","cheap","chintai","christmas","chrome","chrysler","church","cipriani","circle","cisco","citadel","citi","citic","city","cityeats","claims","cleaning","click","clinic","clinique","clothing","cloud","club","clubmed","coach","codes","coffee","college","cologne","comcast","commbank","community","company","compare","computer","comsec","condos","construction","consulting","contact","contractors","cooking","cookingchannel","cool","corsica","country","coupon","coupons","courses","cpa","credit","creditcard","creditunion","cricket","crown","crs","cruise","cruises","csc","cuisinella","cymru","cyou","dabur","dad","dance","data","date","dating","datsun","day","dclk","dds","deal","dealer","deals","degree","delivery","dell","deloitte","delta","democrat","dental","dentist","desi","design","dev","dhl","diamonds","diet","digital","direct","directory","discount","discover","dish","diy","dnp","docs","doctor","dodge","dog","domains","dot","download","drive","dtv","dubai","duck","dunlop","duns","dupont","durban","dvag","dvr","earth","eat","eco","edeka","education","email","emerck","energy","engineer","engineering","enterprises","epson","equipment","ericsson","erni","esq","estate","esurance","etisalat","eurovision","eus","events","everbank","exchange","expert","exposed","express","extraspace","fage","fail","fairwinds","faith","family","fan","fans","farm","farmers","fashion","fast","fedex","feedback","ferrari","ferrero","fiat","fidelity","fido","film","final","finance","financial","fire","firestone","firmdale","fish","fishing","fit","fitness","flickr","flights","flir","florist","flowers","fly","foo","food","foodnetwork","football","ford","forex","forsale","forum","foundation","fox","free","fresenius","frl","frogans","frontdoor","frontier","ftr","fujitsu","fujixerox","fun","fund","furniture","futbol","fyi","gal","gallery","gallo","gallup","game","games","gap","garden","gay","gbiz","gdn","gea","gent","genting","george","ggee","gift","gifts","gives","giving","glade","glass","gle","global","globo","gmail","gmbh","gmo","gmx","godaddy","gold","goldpoint","golf","goo","goodyear","goog","google","gop","got","grainger","graphics","gratis","green","gripe","grocery","group","guardian","gucci","guge","guide","guitars","guru","hair","hamburg","hangout","haus","hbo","hdfc","hdfcbank","health","healthcare","help","helsinki","here","hermes","hgtv","hiphop","hisamitsu","hitachi","hiv","hkt","hockey","holdings","holiday","homedepot","homegoods","homes","homesense","honda","honeywell","horse","hospital","host","hosting","hot","hoteles","hotels","hotmail","house","how","hsbc","hughes","hyatt","hyundai","ibm","icbc","ice","icu","ieee","ifm","ikano","imamat","imdb","immo","immobilien","inc","industries","infiniti","ing","ink","institute","insurance","insure","intel","international","intuit","investments","ipiranga","irish","iselect","ismaili","ist","istanbul","itau","itv","iveco","jaguar","java","jcb","jcp","jeep","jetzt","jewelry","jio","jll","jmp","jnj","joburg","jot","joy","jpmorgan","jprs","juegos","juniper","kaufen","kddi","kerryhotels","kerrylogistics","kerryproperties","kfh","kia","kim","kinder","kindle","kitchen","kiwi","koeln","komatsu","kosher","kpmg","kpn","krd","kred","kuokgroup","kyoto","lacaixa","ladbrokes","lamborghini","lamer","lancaster","lancia","lancome","land","landrover","lanxess","lasalle","lat","latino","latrobe","law","lawyer","lds","lease","leclerc","lefrak","legal","lego","lexus","lgbt","liaison","lidl","life","lifeinsurance","lifestyle","lighting","like","lilly","limited","limo","lincoln","linde","link","lipsy","live","living","lixil","llc","loan","loans","locker","locus","loft","lol","london","lotte","lotto","love","lpl","lplfinancial","ltd","ltda","lundbeck","lupin","luxe","luxury","macys","madrid","maif","maison","makeup","man","management","mango","map","market","marketing","markets","marriott","marshalls","maserati","mattel","mba","mckinsey","med","media","meet","melbourne","meme","memorial","men","menu","merckmsd","metlife","miami","microsoft","mini","mint","mit","mitsubishi","mlb","mls","mma","mobile","mobily","moda","moe","moi","mom","monash","money","monster","mopar","mormon","mortgage","moscow","moto","motorcycles","mov","movie","movistar","msd","mtn","mtr","mutual","nab","nadex","nagoya","nationwide","natura","navy","nba","nec","netbank","netflix","network","neustar","new","newholland","news","next","nextdirect","nexus","nfl","ngo","nhk","nico","nike","nikon","ninja","nissan","nissay","nokia","northwesternmutual","norton","now","nowruz","nowtv","nra","nrw","ntt","nyc","obi","observer","off","office","okinawa","olayan","olayangroup","oldnavy","ollo","omega","one","ong","onl","online","onyourside","ooo","open","oracle","orange","organic","origins","osaka","otsuka","ott","ovh","page","panasonic","paris","pars","partners","parts","party","passagens","pay","pccw","pet","pfizer","pharmacy","phd","philips","phone","photo","photography","photos","physio","piaget","pics","pictet","pictures","pid","pin","ping","pink","pioneer","pizza","place","play","playstation","plumbing","plus","pnc","pohl","poker","politie","porn","pramerica","praxi","press","prime","prod","productions","prof","progressive","promo","properties","property","protection","pru","prudential","pub","pwc","qpon","quebec","quest","qvc","racing","radio","raid","read","realestate","realtor","realty","recipes","red","redstone","redumbrella","rehab","reise","reisen","reit","reliance","ren","rent","rentals","repair","report","republican","rest","restaurant","review","reviews","rexroth","rich","richardli","ricoh","rightathome","ril","rio","rip","rmit","rocher","rocks","rodeo","rogers","room","rsvp","rugby","ruhr","run","rwe","ryukyu","saarland","safe","safety","sakura","sale","salon","samsclub","samsung","sandvik","sandvikcoromant","sanofi","sap","sarl","sas","save","saxo","sbi","sbs","sca","scb","schaeffler","schmidt","scholarships","school","schule","schwarz","science","scjohnson","scor","scot","search","seat","secure","security","seek","select","sener","services","ses","seven","sew","sex","sexy","sfr","shangrila","sharp","shaw","shell","shia","shiksha","shoes","shop","shopping","shouji","show","showtime","shriram","silk","sina","singles","site","ski","skin","sky","skype","sling","smart","smile","sncf","soccer","social","softbank","software","sohu","solar","solutions","song","sony","soy","space","sport","spot","spreadbetting","srl","srt","stada","staples","star","starhub","statebank","statefarm","stc","stcgroup","stockholm","storage","store","stream","studio","study","style","sucks","supplies","supply","support","surf","surgery","suzuki","swatch","swiftcover","swiss","sydney","symantec","systems","tab","taipei","talk","taobao","target","tatamotors","tatar","tattoo","tax","taxi","tci","tdk","team","tech","technology","telefonica","temasek","tennis","teva","thd","theater","theatre","tiaa","tickets","tienda","tiffany","tips","tires","tirol","tjmaxx","tjx","tkmaxx","tmall","today","tokyo","tools","top","toray","toshiba","total","tours","town","toyota","toys","trade","trading","training","travel","travelchannel","travelers","travelersinsurance","trust","trv","tube","tui","tunes","tushu","tvs","ubank","ubs","uconnect","unicom","university","uno","uol","ups","vacations","vana","vanguard","vegas","ventures","verisign","versicherung","vet","viajes","video","vig","viking","villas","vin","vip","virgin","visa","vision","vistaprint","viva","vivo","vlaanderen","vodka","volkswagen","volvo","vote","voting","voto","voyage","vuelos","wales","walmart","walter","wang","wanggou","warman","watch","watches","weather","weatherchannel","webcam","weber","website","wed","wedding","weibo","weir","whoswho","wien","wiki","williamhill","win","windows","wine","winners","wme","wolterskluwer","woodside","work","works","world","wow","wtc","wtf","xbox","xerox","xfinity","xihuan","xin","कॉम","セール","佛山","慈善","集团","在线","大众汽车","点看","คอม","八卦","موقع","公益","公司","香格里拉","网站","移动","我爱你","москва","католик","онлайн","сайт","联通","קום","时尚","微博","淡马锡","ファッション","орг","नेट","ストア","삼성","商标","商店","商城","дети","ポイント","新闻","工行","家電","كوم","中文网","中信","娱乐","谷歌","電訊盈科","购物","クラウド","通販","网店","संगठन","餐厅","网络","ком","诺基亚","食品","飞利浦","手表","手机","ارامكو","العليان","اتصالات","بازار","موبايلي","ابوظبي","كاثوليك","همراه","닷컴","政府","شبكة","بيتك","عرب","机构","组织机构","健康","招聘","рус","珠宝","大拿","みんな","グーグル","世界","書籍","网址","닷넷","コム","天主教","游戏","vermögensberater","vermögensberatung","企业","信息","嘉里大酒店","嘉里","广东","政务","xyz","yachts","yahoo","yamaxun","yandex","yodobashi","yoga","yokohama","you","youtube","yun","zappos","zara","zero","zip","zone","zuerich","cc.ua","inf.ua","ltd.ua","beep.pl","barsy.ca","*.compute.estate","*.alces.network","alwaysdata.net","cloudfront.net","*.compute.amazonaws.com","*.compute-1.amazonaws.com","*.compute.amazonaws.com.cn","us-east-1.amazonaws.com","cn-north-1.eb.amazonaws.com.cn","cn-northwest-1.eb.amazonaws.com.cn","elasticbeanstalk.com","ap-northeast-1.elasticbeanstalk.com","ap-northeast-2.elasticbeanstalk.com","ap-northeast-3.elasticbeanstalk.com","ap-south-1.elasticbeanstalk.com","ap-southeast-1.elasticbeanstalk.com","ap-southeast-2.elasticbeanstalk.com","ca-central-1.elasticbeanstalk.com","eu-central-1.elasticbeanstalk.com","eu-west-1.elasticbeanstalk.com","eu-west-2.elasticbeanstalk.com","eu-west-3.elasticbeanstalk.com","sa-east-1.elasticbeanstalk.com","us-east-1.elasticbeanstalk.com","us-east-2.elasticbeanstalk.com","us-gov-west-1.elasticbeanstalk.com","us-west-1.elasticbeanstalk.com","us-west-2.elasticbeanstalk.com","*.elb.amazonaws.com","*.elb.amazonaws.com.cn","s3.amazonaws.com","s3-ap-northeast-1.amazonaws.com","s3-ap-northeast-2.amazonaws.com","s3-ap-south-1.amazonaws.com","s3-ap-southeast-1.amazonaws.com","s3-ap-southeast-2.amazonaws.com","s3-ca-central-1.amazonaws.com","s3-eu-central-1.amazonaws.com","s3-eu-west-1.amazonaws.com","s3-eu-west-2.amazonaws.com","s3-eu-west-3.amazonaws.com","s3-external-1.amazonaws.com","s3-fips-us-gov-west-1.amazonaws.com","s3-sa-east-1.amazonaws.com","s3-us-gov-west-1.amazonaws.com","s3-us-east-2.amazonaws.com","s3-us-west-1.amazonaws.com","s3-us-west-2.amazonaws.com","s3.ap-northeast-2.amazonaws.com","s3.ap-south-1.amazonaws.com","s3.cn-north-1.amazonaws.com.cn","s3.ca-central-1.amazonaws.com","s3.eu-central-1.amazonaws.com","s3.eu-west-2.amazonaws.com","s3.eu-west-3.amazonaws.com","s3.us-east-2.amazonaws.com","s3.dualstack.ap-northeast-1.amazonaws.com","s3.dualstack.ap-northeast-2.amazonaws.com","s3.dualstack.ap-south-1.amazonaws.com","s3.dualstack.ap-southeast-1.amazonaws.com","s3.dualstack.ap-southeast-2.amazonaws.com","s3.dualstack.ca-central-1.amazonaws.com","s3.dualstack.eu-central-1.amazonaws.com","s3.dualstack.eu-west-1.amazonaws.com","s3.dualstack.eu-west-2.amazonaws.com","s3.dualstack.eu-west-3.amazonaws.com","s3.dualstack.sa-east-1.amazonaws.com","s3.dualstack.us-east-1.amazonaws.com","s3.dualstack.us-east-2.amazonaws.com","s3-website-us-east-1.amazonaws.com","s3-website-us-west-1.amazonaws.com","s3-website-us-west-2.amazonaws.com","s3-website-ap-northeast-1.amazonaws.com","s3-website-ap-southeast-1.amazonaws.com","s3-website-ap-southeast-2.amazonaws.com","s3-website-eu-west-1.amazonaws.com","s3-website-sa-east-1.amazonaws.com","s3-website.ap-northeast-2.amazonaws.com","s3-website.ap-south-1.amazonaws.com","s3-website.ca-central-1.amazonaws.com","s3-website.eu-central-1.amazonaws.com","s3-website.eu-west-2.amazonaws.com","s3-website.eu-west-3.amazonaws.com","s3-website.us-east-2.amazonaws.com","t3l3p0rt.net","tele.amune.org","apigee.io","on-aptible.com","user.party.eus","pimienta.org","poivron.org","potager.org","sweetpepper.org","myasustor.com","go-vip.co","go-vip.net","wpcomstaging.com","myfritz.net","*.awdev.ca","*.advisor.ws","b-data.io","backplaneapp.io","balena-devices.com","app.banzaicloud.io","betainabox.com","bnr.la","blackbaudcdn.net","boomla.net","boxfuse.io","square7.ch","bplaced.com","bplaced.de","square7.de","bplaced.net","square7.net","browsersafetymark.io","uk0.bigv.io","dh.bytemark.co.uk","vm.bytemark.co.uk","mycd.eu","carrd.co","crd.co","uwu.ai","ae.org","ar.com","br.com","cn.com","com.de","com.se","de.com","eu.com","gb.com","gb.net","hu.com","hu.net","jp.net","jpn.com","kr.com","mex.com","no.com","qc.com","ru.com","sa.com","se.net","uk.com","uk.net","us.com","uy.com","za.bz","za.com","africa.com","gr.com","in.net","us.org","co.com","c.la","certmgr.org","xenapponazure.com","discourse.group","virtueeldomein.nl","cleverapps.io","*.lcl.dev","*.stg.dev","c66.me","cloud66.ws","cloud66.zone","jdevcloud.com","wpdevcloud.com","cloudaccess.host","freesite.host","cloudaccess.net","cloudcontrolled.com","cloudcontrolapp.com","cloudera.site","trycloudflare.com","workers.dev","wnext.app","co.ca","*.otap.co","co.cz","c.cdn77.org","cdn77-ssl.net","r.cdn77.net","rsc.cdn77.org","ssl.origin.cdn77-secure.org","cloudns.asia","cloudns.biz","cloudns.club","cloudns.cc","cloudns.eu","cloudns.in","cloudns.info","cloudns.org","cloudns.pro","cloudns.pw","cloudns.us","cloudeity.net","cnpy.gdn","co.nl","co.no","webhosting.be","hosting-cluster.nl","dyn.cosidns.de","dynamisches-dns.de","dnsupdater.de","internet-dns.de","l-o-g-i-n.de","dynamic-dns.info","feste-ip.net","knx-server.net","static-access.net","realm.cz","*.cryptonomic.net","cupcake.is","cyon.link","cyon.site","daplie.me","localhost.daplie.me","dattolocal.com","dattorelay.com","dattoweb.com","mydatto.com","dattolocal.net","mydatto.net","biz.dk","co.dk","firm.dk","reg.dk","store.dk","*.dapps.earth","*.bzz.dapps.earth","debian.net","dedyn.io","dnshome.de","online.th","shop.th","drayddns.com","dreamhosters.com","mydrobo.com","drud.io","drud.us","duckdns.org","dy.fi","tunk.org","dyndns-at-home.com","dyndns-at-work.com","dyndns-blog.com","dyndns-free.com","dyndns-home.com","dyndns-ip.com","dyndns-mail.com","dyndns-office.com","dyndns-pics.com","dyndns-remote.com","dyndns-server.com","dyndns-web.com","dyndns-wiki.com","dyndns-work.com","dyndns.biz","dyndns.info","dyndns.org","dyndns.tv","at-band-camp.net","ath.cx","barrel-of-knowledge.info","barrell-of-knowledge.info","better-than.tv","blogdns.com","blogdns.net","blogdns.org","blogsite.org","boldlygoingnowhere.org","broke-it.net","buyshouses.net","cechire.com","dnsalias.com","dnsalias.net","dnsalias.org","dnsdojo.com","dnsdojo.net","dnsdojo.org","does-it.net","doesntexist.com","doesntexist.org","dontexist.com","dontexist.net","dontexist.org","doomdns.com","doomdns.org","dvrdns.org","dyn-o-saur.com","dynalias.com","dynalias.net","dynalias.org","dynathome.net","dyndns.ws","endofinternet.net","endofinternet.org","endoftheinternet.org","est-a-la-maison.com","est-a-la-masion.com","est-le-patron.com","est-mon-blogueur.com","for-better.biz","for-more.biz","for-our.info","for-some.biz","for-the.biz","forgot.her.name","forgot.his.name","from-ak.com","from-al.com","from-ar.com","from-az.net","from-ca.com","from-co.net","from-ct.com","from-dc.com","from-de.com","from-fl.com","from-ga.com","from-hi.com","from-ia.com","from-id.com","from-il.com","from-in.com","from-ks.com","from-ky.com","from-la.net","from-ma.com","from-md.com","from-me.org","from-mi.com","from-mn.com","from-mo.com","from-ms.com","from-mt.com","from-nc.com","from-nd.com","from-ne.com","from-nh.com","from-nj.com","from-nm.com","from-nv.com","from-ny.net","from-oh.com","from-ok.com","from-or.com","from-pa.com","from-pr.com","from-ri.com","from-sc.com","from-sd.com","from-tn.com","from-tx.com","from-ut.com","from-va.com","from-vt.com","from-wa.com","from-wi.com","from-wv.com","from-wy.com","ftpaccess.cc","fuettertdasnetz.de","game-host.org","game-server.cc","getmyip.com","gets-it.net","go.dyndns.org","gotdns.com","gotdns.org","groks-the.info","groks-this.info","ham-radio-op.net","here-for-more.info","hobby-site.com","hobby-site.org","home.dyndns.org","homedns.org","homeftp.net","homeftp.org","homeip.net","homelinux.com","homelinux.net","homelinux.org","homeunix.com","homeunix.net","homeunix.org","iamallama.com","in-the-band.net","is-a-anarchist.com","is-a-blogger.com","is-a-bookkeeper.com","is-a-bruinsfan.org","is-a-bulls-fan.com","is-a-candidate.org","is-a-caterer.com","is-a-celticsfan.org","is-a-chef.com","is-a-chef.net","is-a-chef.org","is-a-conservative.com","is-a-cpa.com","is-a-cubicle-slave.com","is-a-democrat.com","is-a-designer.com","is-a-doctor.com","is-a-financialadvisor.com","is-a-geek.com","is-a-geek.net","is-a-geek.org","is-a-green.com","is-a-guru.com","is-a-hard-worker.com","is-a-hunter.com","is-a-knight.org","is-a-landscaper.com","is-a-lawyer.com","is-a-liberal.com","is-a-libertarian.com","is-a-linux-user.org","is-a-llama.com","is-a-musician.com","is-a-nascarfan.com","is-a-nurse.com","is-a-painter.com","is-a-patsfan.org","is-a-personaltrainer.com","is-a-photographer.com","is-a-player.com","is-a-republican.com","is-a-rockstar.com","is-a-socialist.com","is-a-soxfan.org","is-a-student.com","is-a-teacher.com","is-a-techie.com","is-a-therapist.com","is-an-accountant.com","is-an-actor.com","is-an-actress.com","is-an-anarchist.com","is-an-artist.com","is-an-engineer.com","is-an-entertainer.com","is-by.us","is-certified.com","is-found.org","is-gone.com","is-into-anime.com","is-into-cars.com","is-into-cartoons.com","is-into-games.com","is-leet.com","is-lost.org","is-not-certified.com","is-saved.org","is-slick.com","is-uberleet.com","is-very-bad.org","is-very-evil.org","is-very-good.org","is-very-nice.org","is-very-sweet.org","is-with-theband.com","isa-geek.com","isa-geek.net","isa-geek.org","isa-hockeynut.com","issmarterthanyou.com","isteingeek.de","istmein.de","kicks-ass.net","kicks-ass.org","knowsitall.info","land-4-sale.us","lebtimnetz.de","leitungsen.de","likes-pie.com","likescandy.com","merseine.nu","mine.nu","misconfused.org","mypets.ws","myphotos.cc","neat-url.com","office-on-the.net","on-the-web.tv","podzone.net","podzone.org","readmyblog.org","saves-the-whales.com","scrapper-site.net","scrapping.cc","selfip.biz","selfip.com","selfip.info","selfip.net","selfip.org","sells-for-less.com","sells-for-u.com","sells-it.net","sellsyourhome.org","servebbs.com","servebbs.net","servebbs.org","serveftp.net","serveftp.org","servegame.org","shacknet.nu","simple-url.com","space-to-rent.com","stuff-4-sale.org","stuff-4-sale.us","teaches-yoga.com","thruhere.net","traeumtgerade.de","webhop.biz","webhop.info","webhop.net","webhop.org","worse-than.tv","writesthisblog.com","ddnss.de","dyn.ddnss.de","dyndns.ddnss.de","dyndns1.de","dyn-ip24.de","home-webserver.de","dyn.home-webserver.de","myhome-server.de","ddnss.org","definima.net","definima.io","bci.dnstrace.pro","ddnsfree.com","ddnsgeek.com","giize.com","gleeze.com","kozow.com","loseyourip.com","ooguy.com","theworkpc.com","casacam.net","dynu.net","accesscam.org","camdvr.org","freeddns.org","mywire.org","webredirect.org","myddns.rocks","blogsite.xyz","dynv6.net","e4.cz","mytuleap.com","onred.one","staging.onred.one","enonic.io","customer.enonic.io","eu.org","al.eu.org","asso.eu.org","at.eu.org","au.eu.org","be.eu.org","bg.eu.org","ca.eu.org","cd.eu.org","ch.eu.org","cn.eu.org","cy.eu.org","cz.eu.org","de.eu.org","dk.eu.org","edu.eu.org","ee.eu.org","es.eu.org","fi.eu.org","fr.eu.org","gr.eu.org","hr.eu.org","hu.eu.org","ie.eu.org","il.eu.org","in.eu.org","int.eu.org","is.eu.org","it.eu.org","jp.eu.org","kr.eu.org","lt.eu.org","lu.eu.org","lv.eu.org","mc.eu.org","me.eu.org","mk.eu.org","mt.eu.org","my.eu.org","net.eu.org","ng.eu.org","nl.eu.org","no.eu.org","nz.eu.org","paris.eu.org","pl.eu.org","pt.eu.org","q-a.eu.org","ro.eu.org","ru.eu.org","se.eu.org","si.eu.org","sk.eu.org","tr.eu.org","uk.eu.org","us.eu.org","eu-1.evennode.com","eu-2.evennode.com","eu-3.evennode.com","eu-4.evennode.com","us-1.evennode.com","us-2.evennode.com","us-3.evennode.com","us-4.evennode.com","twmail.cc","twmail.net","twmail.org","mymailer.com.tw","url.tw","apps.fbsbx.com","ru.net","adygeya.ru","bashkiria.ru","bir.ru","cbg.ru","com.ru","dagestan.ru","grozny.ru","kalmykia.ru","kustanai.ru","marine.ru","mordovia.ru","msk.ru","mytis.ru","nalchik.ru","nov.ru","pyatigorsk.ru","spb.ru","vladikavkaz.ru","vladimir.ru","abkhazia.su","adygeya.su","aktyubinsk.su","arkhangelsk.su","armenia.su","ashgabad.su","azerbaijan.su","balashov.su","bashkiria.su","bryansk.su","bukhara.su","chimkent.su","dagestan.su","east-kazakhstan.su","exnet.su","georgia.su","grozny.su","ivanovo.su","jambyl.su","kalmykia.su","kaluga.su","karacol.su","karaganda.su","karelia.su","khakassia.su","krasnodar.su","kurgan.su","kustanai.su","lenug.su","mangyshlak.su","mordovia.su","msk.su","murmansk.su","nalchik.su","navoi.su","north-kazakhstan.su","nov.su","obninsk.su","penza.su","pokrovsk.su","sochi.su","spb.su","tashkent.su","termez.su","togliatti.su","troitsk.su","tselinograd.su","tula.su","tuva.su","vladikavkaz.su","vladimir.su","vologda.su","channelsdvr.net","fastly-terrarium.com","fastlylb.net","map.fastlylb.net","freetls.fastly.net","map.fastly.net","a.prod.fastly.net","global.prod.fastly.net","a.ssl.fastly.net","b.ssl.fastly.net","global.ssl.fastly.net","fastpanel.direct","fastvps-server.com","fhapp.xyz","fedorainfracloud.org","fedorapeople.org","cloud.fedoraproject.org","app.os.fedoraproject.org","app.os.stg.fedoraproject.org","mydobiss.com","filegear.me","filegear-au.me","filegear-de.me","filegear-gb.me","filegear-ie.me","filegear-jp.me","filegear-sg.me","firebaseapp.com","flynnhub.com","flynnhosting.net","freebox-os.com","freeboxos.com","fbx-os.fr","fbxos.fr","freebox-os.fr","freeboxos.fr","freedesktop.org","*.futurecms.at","*.ex.futurecms.at","*.in.futurecms.at","futurehosting.at","futuremailing.at","*.ex.ortsinfo.at","*.kunden.ortsinfo.at","*.statics.cloud","service.gov.uk","gehirn.ne.jp","usercontent.jp","lab.ms","github.io","githubusercontent.com","gitlab.io","glitch.me","cloudapps.digital","london.cloudapps.digital","homeoffice.gov.uk","ro.im","shop.ro","goip.de","run.app","a.run.app","web.app","*.0emm.com","appspot.com","blogspot.ae","blogspot.al","blogspot.am","blogspot.ba","blogspot.be","blogspot.bg","blogspot.bj","blogspot.ca","blogspot.cf","blogspot.ch","blogspot.cl","blogspot.co.at","blogspot.co.id","blogspot.co.il","blogspot.co.ke","blogspot.co.nz","blogspot.co.uk","blogspot.co.za","blogspot.com","blogspot.com.ar","blogspot.com.au","blogspot.com.br","blogspot.com.by","blogspot.com.co","blogspot.com.cy","blogspot.com.ee","blogspot.com.eg","blogspot.com.es","blogspot.com.mt","blogspot.com.ng","blogspot.com.tr","blogspot.com.uy","blogspot.cv","blogspot.cz","blogspot.de","blogspot.dk","blogspot.fi","blogspot.fr","blogspot.gr","blogspot.hk","blogspot.hr","blogspot.hu","blogspot.ie","blogspot.in","blogspot.is","blogspot.it","blogspot.jp","blogspot.kr","blogspot.li","blogspot.lt","blogspot.lu","blogspot.md","blogspot.mk","blogspot.mr","blogspot.mx","blogspot.my","blogspot.nl","blogspot.no","blogspot.pe","blogspot.pt","blogspot.qa","blogspot.re","blogspot.ro","blogspot.rs","blogspot.ru","blogspot.se","blogspot.sg","blogspot.si","blogspot.sk","blogspot.sn","blogspot.td","blogspot.tw","blogspot.ug","blogspot.vn","cloudfunctions.net","cloud.goog","codespot.com","googleapis.com","googlecode.com","pagespeedmobilizer.com","publishproxy.com","withgoogle.com","withyoutube.com","fin.ci","free.hr","caa.li","ua.rs","conf.se","hs.zone","hs.run","hashbang.sh","hasura.app","hasura-app.io","hepforge.org","herokuapp.com","herokussl.com","myravendb.com","ravendb.community","ravendb.me","development.run","ravendb.run","bpl.biz","orx.biz","ng.city","ng.ink","biz.gl","col.ng","gen.ng","ltd.ng","sch.so","häkkinen.fi","*.moonscale.io","moonscale.net","iki.fi","dyn-berlin.de","in-berlin.de","in-brb.de","in-butter.de","in-dsl.de","in-dsl.net","in-dsl.org","in-vpn.de","in-vpn.net","in-vpn.org","biz.at","info.at","info.cx","ac.leg.br","al.leg.br","am.leg.br","ap.leg.br","ba.leg.br","ce.leg.br","df.leg.br","es.leg.br","go.leg.br","ma.leg.br","mg.leg.br","ms.leg.br","mt.leg.br","pa.leg.br","pb.leg.br","pe.leg.br","pi.leg.br","pr.leg.br","rj.leg.br","rn.leg.br","ro.leg.br","rr.leg.br","rs.leg.br","sc.leg.br","se.leg.br","sp.leg.br","to.leg.br","pixolino.com","ipifony.net","mein-iserv.de","test-iserv.de","iserv.dev","iobb.net","myjino.ru","*.hosting.myjino.ru","*.landing.myjino.ru","*.spectrum.myjino.ru","*.vps.myjino.ru","*.triton.zone","*.cns.joyent.com","js.org","kaas.gg","khplay.nl","keymachine.de","kinghost.net","uni5.net","knightpoint.systems","co.krd","edu.krd","git-repos.de","lcube-server.de","svn-repos.de","leadpages.co","lpages.co","lpusercontent.com","co.business","co.education","co.events","co.financial","co.network","co.place","co.technology","app.lmpm.com","linkitools.space","linkyard.cloud","linkyard-cloud.ch","members.linode.com","nodebalancer.linode.com","we.bs","loginline.app","loginline.dev","loginline.io","loginline.services","loginline.site","krasnik.pl","leczna.pl","lubartow.pl","lublin.pl","poniatowa.pl","swidnik.pl","uklugs.org","glug.org.uk","lug.org.uk","lugs.org.uk","barsy.bg","barsy.co.uk","barsyonline.co.uk","barsycenter.com","barsyonline.com","barsy.club","barsy.de","barsy.eu","barsy.in","barsy.info","barsy.io","barsy.me","barsy.menu","barsy.mobi","barsy.net","barsy.online","barsy.org","barsy.pro","barsy.pub","barsy.shop","barsy.site","barsy.support","barsy.uk","*.magentosite.cloud","mayfirst.info","mayfirst.org","hb.cldmail.ru","miniserver.com","memset.net","cloud.metacentrum.cz","custom.metacentrum.cz","flt.cloud.muni.cz","usr.cloud.muni.cz","meteorapp.com","eu.meteorapp.com","co.pl","azurecontainer.io","azurewebsites.net","azure-mobile.net","cloudapp.net","mozilla-iot.org","bmoattachments.org","net.ru","org.ru","pp.ru","ui.nabu.casa","pony.club","of.fashion","on.fashion","of.football","in.london","of.london","for.men","and.mom","for.mom","for.one","for.sale","of.work","to.work","nctu.me","bitballoon.com","netlify.com","4u.com","ngrok.io","nh-serv.co.uk","nfshost.com","dnsking.ch","mypi.co","n4t.co","001www.com","ddnslive.com","myiphost.com","forumz.info","16-b.it","32-b.it","64-b.it","soundcast.me","tcp4.me","dnsup.net","hicam.net","now-dns.net","ownip.net","vpndns.net","dynserv.org","now-dns.org","x443.pw","now-dns.top","ntdll.top","freeddns.us","crafting.xyz","zapto.xyz","nsupdate.info","nerdpol.ovh","blogsyte.com","brasilia.me","cable-modem.org","ciscofreak.com","collegefan.org","couchpotatofries.org","damnserver.com","ddns.me","ditchyourip.com","dnsfor.me","dnsiskinky.com","dvrcam.info","dynns.com","eating-organic.net","fantasyleague.cc","geekgalaxy.com","golffan.us","health-carereform.com","homesecuritymac.com","homesecuritypc.com","hopto.me","ilovecollege.info","loginto.me","mlbfan.org","mmafan.biz","myactivedirectory.com","mydissent.net","myeffect.net","mymediapc.net","mypsx.net","mysecuritycamera.com","mysecuritycamera.net","mysecuritycamera.org","net-freaks.com","nflfan.org","nhlfan.net","no-ip.ca","no-ip.co.uk","no-ip.net","noip.us","onthewifi.com","pgafan.net","point2this.com","pointto.us","privatizehealthinsurance.net","quicksytes.com","read-books.org","securitytactics.com","serveexchange.com","servehumour.com","servep2p.com","servesarcasm.com","stufftoread.com","ufcfan.org","unusualperson.com","workisboring.com","3utilities.com","bounceme.net","ddns.net","ddnsking.com","gotdns.ch","hopto.org","myftp.biz","myftp.org","myvnc.com","no-ip.biz","no-ip.info","no-ip.org","noip.me","redirectme.net","servebeer.com","serveblog.net","servecounterstrike.com","serveftp.com","servegame.com","servehalflife.com","servehttp.com","serveirc.com","serveminecraft.net","servemp3.com","servepics.com","servequake.com","sytes.net","webhop.me","zapto.org","stage.nodeart.io","nodum.co","nodum.io","pcloud.host","nyc.mn","nom.ae","nom.af","nom.ai","nom.al","nym.by","nym.bz","nom.cl","nom.gd","nom.ge","nom.gl","nym.gr","nom.gt","nym.gy","nom.hn","nym.ie","nom.im","nom.ke","nym.kz","nym.la","nym.lc","nom.li","nym.li","nym.lt","nym.lu","nym.me","nom.mk","nym.mn","nym.mx","nom.nu","nym.nz","nym.pe","nym.pt","nom.pw","nom.qa","nym.ro","nom.rs","nom.si","nym.sk","nom.st","nym.su","nym.sx","nom.tj","nym.tw","nom.ug","nom.uy","nom.vc","nom.vg","cya.gg","cloudycluster.net","nid.io","opencraft.hosting","operaunite.com","outsystemscloud.com","ownprovider.com","own.pm","ox.rs","oy.lc","pgfog.com","pagefrontapp.com","art.pl","gliwice.pl","krakow.pl","poznan.pl","wroc.pl","zakopane.pl","pantheonsite.io","gotpantheon.com","mypep.link","on-web.fr","*.platform.sh","*.platformsh.site","dyn53.io","co.bn","xen.prgmr.com","priv.at","prvcy.page","*.dweb.link","protonet.io","chirurgiens-dentistes-en-france.fr","byen.site","pubtls.org","qualifioapp.com","instantcloud.cn","ras.ru","qa2.com","dev-myqnapcloud.com","alpha-myqnapcloud.com","myqnapcloud.com","*.quipelements.com","vapor.cloud","vaporcloud.io","rackmaze.com","rackmaze.net","*.on-rancher.cloud","*.on-rio.io","readthedocs.io","rhcloud.com","app.render.com","onrender.com","repl.co","repl.run","resindevice.io","devices.resinstaging.io","hzc.io","wellbeingzone.eu","ptplus.fit","wellbeingzone.co.uk","git-pages.rit.edu","sandcats.io","logoip.de","logoip.com","schokokeks.net","scrysec.com","firewall-gateway.com","firewall-gateway.de","my-gateway.de","my-router.de","spdns.de","spdns.eu","firewall-gateway.net","my-firewall.org","myfirewall.org","spdns.org","*.s5y.io","*.sensiosite.cloud","biz.ua","co.ua","pp.ua","shiftedit.io","myshopblocks.com","shopitsite.com","mo-siemens.io","1kapp.com","appchizi.com","applinzi.com","sinaapp.com","vipsinaapp.com","siteleaf.net","bounty-full.com","alpha.bounty-full.com","beta.bounty-full.com","stackhero-network.com","static.land","dev.static.land","sites.static.land","apps.lair.io","*.stolos.io","spacekit.io","customer.speedpartner.de","api.stdlib.com","storj.farm","utwente.io","soc.srcf.net","user.srcf.net","temp-dns.com","applicationcloud.io","scapp.io","syncloud.it","diskstation.me","dscloud.biz","dscloud.me","dscloud.mobi","dsmynas.com","dsmynas.net","dsmynas.org","familyds.com","familyds.net","familyds.org","i234.me","myds.me","synology.me","vpnplus.to","taifun-dns.de","gda.pl","gdansk.pl","gdynia.pl","med.pl","sopot.pl","edugit.org","telebit.app","telebit.io","*.telebit.xyz","gwiddle.co.uk","thingdustdata.com","cust.dev.thingdust.io","cust.disrec.thingdust.io","cust.prod.thingdust.io","cust.testing.thingdust.io","arvo.network","azimuth.network","bloxcms.com","townnews-staging.com","12hp.at","2ix.at","4lima.at","lima-city.at","12hp.ch","2ix.ch","4lima.ch","lima-city.ch","trafficplex.cloud","de.cool","12hp.de","2ix.de","4lima.de","lima-city.de","1337.pictures","clan.rip","lima-city.rocks","webspace.rocks","lima.zone","*.transurl.be","*.transurl.eu","*.transurl.nl","tuxfamily.org","dd-dns.de","diskstation.eu","diskstation.org","dray-dns.de","draydns.de","dyn-vpn.de","dynvpn.de","mein-vigor.de","my-vigor.de","my-wan.de","syno-ds.de","synology-diskstation.de","synology-ds.de","uber.space","*.uberspace.de","hk.com","hk.org","ltd.hk","inc.hk","virtualuser.de","virtual-user.de","lib.de.us","2038.io","router.management","v-info.info","voorloper.cloud","wafflecell.com","wedeploy.io","wedeploy.me","wedeploy.sh","remotewd.com","wmflabs.org","half.host","xnbay.com","u2.xnbay.com","u2-local.xnbay.com","cistron.nl","demon.nl","xs4all.space","official.academy","yolasite.com","ybo.faith","yombo.me","homelink.one","ybo.party","ybo.review","ybo.science","ybo.trade","nohost.me","noho.st","za.net","za.org","now.sh","bss.design","basicserver.io","virtualserver.io","site.builder.nu","enterprisecloud.nu","zone.id"]')},function(e,t,r){"use strict"; +/*! + * Copyright (c) 2015, Salesforce.com, Inc. + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, + * this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. + * + * 3. Neither the name of Salesforce.com nor the names of its contributors may + * be used to endorse or promote products derived from this software without + * specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + */var i=r(211).Store,n=r(212).permuteDomain,o=r(213).pathMatch,a=r(12);function s(){i.call(this),this.idx={}}a.inherits(s,i),t.MemoryCookieStore=s,s.prototype.idx=null,s.prototype.synchronous=!0,s.prototype.inspect=function(){return"{ idx: "+a.inspect(this.idx,!1,2)+" }"},a.inspect.custom&&(s.prototype[a.inspect.custom]=s.prototype.inspect),s.prototype.findCookie=function(e,t,r,i){return this.idx[e]&&this.idx[e][t]?i(null,this.idx[e][t][r]||null):i(null,void 0)},s.prototype.findCookies=function(e,t,r){var i,a=[];if(!e)return r(null,[]);i=t?function(e){Object.keys(e).forEach(function(r){if(o(t,r)){var i=e[r];for(var n in i)a.push(i[n])}})}:function(e){for(var t in e){var r=e[t];for(var i in r)a.push(r[i])}};var s=n(e)||[e],u=this.idx;s.forEach(function(e){var t=u[e];t&&i(t)}),r(null,a)},s.prototype.putCookie=function(e,t){this.idx[e.domain]||(this.idx[e.domain]={}),this.idx[e.domain][e.path]||(this.idx[e.domain][e.path]={}),this.idx[e.domain][e.path][e.key]=e,t(null)},s.prototype.updateCookie=function(e,t,r){this.putCookie(t,r)},s.prototype.removeCookie=function(e,t,r,i){this.idx[e]&&this.idx[e][t]&&this.idx[e][t][r]&&delete this.idx[e][t][r],i(null)},s.prototype.removeCookies=function(e,t,r){return this.idx[e]&&(t?delete this.idx[e][t]:delete this.idx[e]),r(null)},s.prototype.removeAllCookies=function(e){return this.idx={},e(null)},s.prototype.getAllCookies=function(e){var t=[],r=this.idx;Object.keys(r).forEach(function(e){Object.keys(r[e]).forEach(function(i){Object.keys(r[e][i]).forEach(function(n){null!==n&&t.push(r[e][i][n])})})}),t.sort(function(e,t){return(e.creationIndex||0)-(t.creationIndex||0)}),e(null,t)}},function(e,t){e.exports="3.0.1"},function(e,t,r){"use strict";(function(t){var i=r(9).Buffer,n=r(424),o=e.exports;o.encodings=null,o.defaultCharUnicode="�",o.defaultCharSingleByte="?",o.encode=function(e,t,r){e=""+(e||"");var n=o.getEncoder(t,r),a=n.write(e),s=n.end();return s&&s.length>0?i.concat([a,s]):a},o.decode=function(e,t,r){"string"==typeof e&&(o.skipDecodeWarning||(console.error("Iconv-lite warning: decode()-ing strings is deprecated. Refer to https://github.com/ashtuchkin/iconv-lite/wiki/Use-Buffers-when-decoding"),o.skipDecodeWarning=!0),e=i.from(""+(e||""),"binary"));var n=o.getDecoder(t,r),a=n.write(e),s=n.end();return s?a+s:a},o.encodingExists=function(e){try{return o.getCodec(e),!0}catch(e){return!1}},o.toEncoding=o.encode,o.fromEncoding=o.decode,o._codecDataCache={},o.getCodec=function(e){o.encodings||(o.encodings=r(425));for(var t=o._canonicalizeEncoding(e),i={};;){var n=o._codecDataCache[t];if(n)return n;var a=o.encodings[t];switch(typeof a){case"string":t=a;break;case"object":for(var s in a)i[s]=a[s];i.encodingName||(i.encodingName=t),t=a.type;break;case"function":return i.encodingName||(i.encodingName=t),n=new a(i,o),o._codecDataCache[i.encodingName]=n,n;default:throw new Error("Encoding not recognized: '"+e+"' (searched as: '"+t+"')")}}},o._canonicalizeEncoding=function(e){return(""+e).toLowerCase().replace(/:\d{4}$|[^0-9a-z]/g,"")},o.getEncoder=function(e,t){var r=o.getCodec(e),i=new r.encoder(t,r);return r.bomAware&&t&&t.addBOM&&(i=new n.PrependBOM(i,t)),i},o.getDecoder=function(e,t){var r=o.getCodec(e),i=new r.decoder(t,r);return!r.bomAware||t&&!1===t.stripBOM||(i=new n.StripBOM(i,t)),i};var a=void 0!==t&&t.versions&&t.versions.node;if(a){var s=a.split(".").map(Number);(s[0]>0||s[1]>=10)&&r(440)(o),r(441)(o)}}).call(this,r(10))},function(e,t,r){"use strict";function i(e,t){this.encoder=e,this.addBOM=!0}function n(e,t){this.decoder=e,this.pass=!1,this.options=t||{}}t.PrependBOM=i,i.prototype.write=function(e){return this.addBOM&&(e="\ufeff"+e,this.addBOM=!1),this.encoder.write(e)},i.prototype.end=function(){return this.encoder.end()},t.StripBOM=n,n.prototype.write=function(e){var t=this.decoder.write(e);return this.pass||!t?t:("\ufeff"===t[0]&&(t=t.slice(1),"function"==typeof this.options.stripBOM&&this.options.stripBOM()),this.pass=!0,t)},n.prototype.end=function(){return this.decoder.end()}},function(e,t,r){"use strict";for(var i=[r(426),r(428),r(429),r(430),r(431),r(432),r(433),r(434)],n=0;n>>6),t[r++]=128+(63&o)):(t[r++]=224+(o>>>12),t[r++]=128+(o>>>6&63),t[r++]=128+(63&o))}return t.slice(0,r)},l.prototype.end=function(){},p.prototype.write=function(e){for(var t=this.acc,r=this.contBytes,i=this.accBytes,n="",o=0;o0&&(n+=this.defaultCharUnicode,r=0),a<128?n+=String.fromCharCode(a):a<224?(t=31&a,r=1,i=1):a<240?(t=15&a,r=2,i=1):n+=this.defaultCharUnicode):r>0?(t=t<<6|63&a,i++,0===--r&&(n+=2===i&&t<128&&t>0?this.defaultCharUnicode:3===i&&t<2048?this.defaultCharUnicode:String.fromCharCode(t))):n+=this.defaultCharUnicode}return this.acc=t,this.contBytes=r,this.accBytes=i,n},p.prototype.end=function(){var e=0;return this.contBytes>0&&(e+=this.defaultCharUnicode),e}},function(e,t,r){var i=r(4),n=i.Buffer;function o(e,t){for(var r in e)t[r]=e[r]}function a(e,t,r){return n(e,t,r)}n.from&&n.alloc&&n.allocUnsafe&&n.allocUnsafeSlow?e.exports=i:(o(i,t),t.Buffer=a),o(n,a),a.from=function(e,t,r){if("number"==typeof e)throw new TypeError("Argument must not be a number");return n(e,t,r)},a.alloc=function(e,t,r){if("number"!=typeof e)throw new TypeError("Argument must be a number");var i=n(e);return void 0!==t?"string"==typeof r?i.fill(t,r):i.fill(t):i.fill(0),i},a.allocUnsafe=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return n(e)},a.allocUnsafeSlow=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return i.SlowBuffer(e)}},function(e,t,r){"use strict";var i=r(9).Buffer;function n(){}function o(){}function a(){this.overflowByte=-1}function s(e,t){this.iconv=t}function u(e,t){void 0===(e=e||{}).addBOM&&(e.addBOM=!0),this.encoder=t.iconv.getEncoder("utf-16le",e)}function l(e,t){this.decoder=null,this.initialBytes=[],this.initialBytesLen=0,this.options=e||{},this.iconv=t.iconv}function p(e,t){var r=t||"utf-16le";if(e.length>=2)if(254==e[0]&&255==e[1])r="utf-16be";else if(255==e[0]&&254==e[1])r="utf-16le";else{for(var i=0,n=0,o=Math.min(e.length-e.length%2,64),a=0;ai?r="utf-16be":n0&&(e=this.iconv.decode(i.from(this.base64Accum,"base64"),"utf16-be")),this.inBase64=!1,this.base64Accum="",e},t.utf7imap=m,m.prototype.encoder=f,m.prototype.decoder=g,m.prototype.bomAware=!0,f.prototype.write=function(e){for(var t=this.inBase64,r=this.base64Accum,n=this.base64AccumIdx,o=i.alloc(5*e.length+10),a=0,s=0;s0&&(a+=o.write(r.slice(0,n).toString("base64").replace(/\//g,",").replace(/=+$/,""),a),n=0),o[a++]=d,t=!1),t||(o[a++]=u,u===h&&(o[a++]=d))):(t||(o[a++]=h,t=!0),t&&(r[n++]=u>>8,r[n++]=255&u,n==r.length&&(a+=o.write(r.toString("base64").replace(/\//g,","),a),n=0)))}return this.inBase64=t,this.base64AccumIdx=n,o.slice(0,a)},f.prototype.end=function(){var e=i.alloc(10),t=0;return this.inBase64&&(this.base64AccumIdx>0&&(t+=e.write(this.base64Accum.slice(0,this.base64AccumIdx).toString("base64").replace(/\//g,",").replace(/=+$/,""),t),this.base64AccumIdx=0),e[t++]=d,this.inBase64=!1),e.slice(0,t)};var v=l.slice();v[",".charCodeAt(0)]=!0,g.prototype.write=function(e){for(var t="",r=0,n=this.inBase64,o=this.base64Accum,a=0;a0&&(e=this.iconv.decode(i.from(this.base64Accum,"base64"),"utf16-be")),this.inBase64=!1,this.base64Accum="",e}},function(e,t,r){"use strict";var i=r(9).Buffer;function n(e,t){if(!e)throw new Error("SBCS codec is called without the data.");if(!e.chars||128!==e.chars.length&&256!==e.chars.length)throw new Error("Encoding '"+e.type+"' has incorrect 'chars' (must be of len 128 or 256)");if(128===e.chars.length){for(var r="",n=0;n<128;n++)r+=String.fromCharCode(n);e.chars=r+e.chars}this.decodeBuf=i.from(e.chars,"ucs2");var o=i.alloc(65536,t.defaultCharSingleByte.charCodeAt(0));for(n=0;n?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~°·∙√▒─│┼┤┬├┴┐┌└┘β∞φ±½¼≈«»ﻷﻸ��ﻻﻼ� ­ﺂ£¤ﺄ��ﺎﺏﺕﺙ،ﺝﺡﺥ٠١٢٣٤٥٦٧٨٩ﻑ؛ﺱﺵﺹ؟¢ﺀﺁﺃﺅﻊﺋﺍﺑﺓﺗﺛﺟﺣﺧﺩﺫﺭﺯﺳﺷﺻﺿﻁﻅﻋﻏ¦¬÷×ﻉـﻓﻗﻛﻟﻣﻧﻫﻭﻯﻳﺽﻌﻎﻍﻡﹽّﻥﻩﻬﻰﻲﻐﻕﻵﻶﻝﻙﻱ■�"},ibm864:"cp864",csibm864:"cp864",cp865:{type:"_sbcs",chars:"ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø₧ƒáíóúñѪº¿⌐¬½¼¡«¤░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm865:"cp865",csibm865:"cp865",cp866:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёЄєЇїЎў°∙·√№¤■ "},ibm866:"cp866",csibm866:"cp866",cp869:{type:"_sbcs",chars:"������Ά�·¬¦‘’Έ―ΉΊΪΌ��ΎΫ©Ώ²³ά£έήίϊΐόύΑΒΓΔΕΖΗ½ΘΙ«»░▒▓│┤ΚΛΜΝ╣║╗╝ΞΟ┐└┴┬├─┼ΠΡ╚╔╩╦╠═╬ΣΤΥΦΧΨΩαβγ┘┌█▄δε▀ζηθικλμνξοπρσςτ΄­±υφχ§ψ΅°¨ωϋΰώ■ "},ibm869:"cp869",csibm869:"cp869",cp922:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®‾°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏŠÑÒÓÔÕÖ×ØÙÚÛÜÝŽßàáâãäåæçèéêëìíîïšñòóôõö÷øùúûüýžÿ"},ibm922:"cp922",csibm922:"cp922",cp1046:{type:"_sbcs",chars:"ﺈ×÷ﹱˆ■│─┐┌└┘ﹹﹻﹽﹿﹷﺊﻰﻳﻲﻎﻏﻐﻶﻸﻺﻼ ¤ﺋﺑﺗﺛﺟﺣ،­ﺧﺳ٠١٢٣٤٥٦٧٨٩ﺷ؛ﺻﺿﻊ؟ﻋءآأؤإئابةتثجحخدذرزسشصضطﻇعغﻌﺂﺄﺎﻓـفقكلمنهوىيًٌٍَُِّْﻗﻛﻟﻵﻷﻹﻻﻣﻧﻬﻩ�"},ibm1046:"cp1046",csibm1046:"cp1046",cp1124:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ЁЂҐЄЅІЇЈЉЊЋЌ­ЎЏАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя№ёђґєѕіїјљњћќ§ўџ"},ibm1124:"cp1124",csibm1124:"cp1124",cp1125:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёҐґЄєІіЇї·√№¤■ "},ibm1125:"cp1125",csibm1125:"cp1125",cp1129:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§œ©ª«¬­®¯°±²³Ÿµ¶·Œ¹º»¼½¾¿ÀÁÂĂÄÅÆÇÈÉÊË̀ÍÎÏĐÑ̉ÓÔƠÖ×ØÙÚÛÜỮßàáâăäåæçèéêë́íîïđṇ̃óôơö÷øùúûüư₫ÿ"},ibm1129:"cp1129",csibm1129:"cp1129",cp1133:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ກຂຄງຈສຊຍດຕຖທນບປຜຝພຟມຢຣລວຫອຮ���ຯະາຳິີຶືຸູຼັົຽ���ເແໂໃໄ່້໊໋໌ໍໆ�ໜໝ₭����������������໐໑໒໓໔໕໖໗໘໙��¢¬¦�"},ibm1133:"cp1133",csibm1133:"cp1133",cp1161:{type:"_sbcs",chars:"��������������������������������่กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู้๊๋€฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛¢¬¦ "},ibm1161:"cp1161",csibm1161:"cp1161",cp1162:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����"},ibm1162:"cp1162",csibm1162:"cp1162",cp1163:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£€¥¦§œ©ª«¬­®¯°±²³Ÿµ¶·Œ¹º»¼½¾¿ÀÁÂĂÄÅÆÇÈÉÊË̀ÍÎÏĐÑ̉ÓÔƠÖ×ØÙÚÛÜỮßàáâăäåæçèéêë́íîïđṇ̃óôơö÷øùúûüư₫ÿ"},ibm1163:"cp1163",csibm1163:"cp1163",maccroatian:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®Š™´¨≠ŽØ∞±≤≥∆µ∂∑∏š∫ªºΩžø¿¡¬√ƒ≈Ć«Č… ÀÃÕŒœĐ—“”‘’÷◊�©⁄¤‹›Æ»–·‚„‰ÂćÁčÈÍÎÏÌÓÔđÒÚÛÙıˆ˜¯πË˚¸Êæˇ"},maccyrillic:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ†°¢£§•¶І®©™Ђђ≠Ѓѓ∞±≤≥іµ∂ЈЄєЇїЉљЊњјЅ¬√ƒ≈∆«»… ЋћЌќѕ–—“”‘’÷„ЎўЏџ№Ёёяабвгдежзийклмнопрстуфхцчшщъыьэю¤"},macgreek:{type:"_sbcs",chars:"Ĺ²É³ÖÜ΅àâä΄¨çéèê룙î‰ôö¦­ùûü†ΓΔΘΛΞΠß®©ΣΪ§≠°·Α±≤≥¥ΒΕΖΗΙΚΜΦΫΨΩάΝ¬ΟΡ≈Τ«»… ΥΧΆΈœ–―“”‘’÷ΉΊΌΎέήίόΏύαβψδεφγηιξκλμνοπώρστθωςχυζϊϋΐΰ�"},maciceland:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûüÝ°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤ÐðÞþý·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ"},macroman:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤‹›fifl‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ"},macromania:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ĂŞ∞±≤≥¥µ∂∑∏π∫ªºΩăş¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤‹›Ţţ‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ"},macthai:{type:"_sbcs",chars:"«»…“”�•‘’� กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู\ufeff​–—฿เแโใไๅๆ็่้๊๋์ํ™๏๐๑๒๓๔๕๖๗๘๙®©����"},macturkish:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸĞğİıŞş‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙ�ˆ˜¯˘˙˚¸˝˛ˇ"},macukraine:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ†°Ґ£§•¶І®©™Ђђ≠Ѓѓ∞±≤≥іµґЈЄєЇїЉљЊњјЅ¬√ƒ≈∆«»… ЋћЌќѕ–—“”‘’÷„ЎўЏџ№Ёёяабвгдежзийклмнопрстуфхцчшщъыьэю¤"},koi8r:{type:"_sbcs",chars:"─│┌┐└┘├┤┬┴┼▀▄█▌▐░▒▓⌠■∙√≈≤≥ ⌡°²·÷═║╒ё╓╔╕╖╗╘╙╚╛╜╝╞╟╠╡Ё╢╣╤╥╦╧╨╩╪╫╬©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ"},koi8u:{type:"_sbcs",chars:"─│┌┐└┘├┤┬┴┼▀▄█▌▐░▒▓⌠■∙√≈≤≥ ⌡°²·÷═║╒ёє╔ії╗╘╙╚╛ґ╝╞╟╠╡ЁЄ╣ІЇ╦╧╨╩╪Ґ╬©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ"},koi8ru:{type:"_sbcs",chars:"─│┌┐└┘├┤┬┴┼▀▄█▌▐░▒▓⌠■∙√≈≤≥ ⌡°²·÷═║╒ёє╔ії╗╘╙╚╛ґў╞╟╠╡ЁЄ╣ІЇ╦╧╨╩╪ҐЎ©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ"},koi8t:{type:"_sbcs",chars:"қғ‚Ғ„…†‡�‰ҳ‹ҲҷҶ�Қ‘’“”•–—�™�›�����ӯӮё¤ӣ¦§���«¬­®�°±²Ё�Ӣ¶·�№�»���©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ"},armscii8:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ �և։)(»«—.՝,-֊…՜՛՞ԱաԲբԳգԴդԵեԶզԷէԸըԹթԺժԻիԼլԽխԾծԿկՀհՁձՂղՃճՄմՅյՆնՇշՈոՉչՊպՋջՌռՍսՎվՏտՐրՑցՒւՓփՔքՕօՖֆ՚�"},rk1048:{type:"_sbcs",chars:"ЂЃ‚ѓ„…†‡€‰Љ‹ЊҚҺЏђ‘’“”•–—�™љ›њқһџ ҰұӘ¤Ө¦§Ё©Ғ«¬­®Ү°±Ііөµ¶·ё№ғ»әҢңүАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя"},tcvn:{type:"_sbcs",chars:"\0ÚỤỪỬỮ\b\t\n\v\f\rỨỰỲỶỸÝỴ !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~ÀẢÃÁẠẶẬÈẺẼÉẸỆÌỈĨÍỊÒỎÕÓỌỘỜỞỠỚỢÙỦŨ ĂÂÊÔƠƯĐăâêôơưđẶ̀̀̉̃́àảãáạẲằẳẵắẴẮẦẨẪẤỀặầẩẫấậèỂẻẽéẹềểễếệìỉỄẾỒĩíịòỔỏõóọồổỗốộờởỡớợùỖủũúụừửữứựỳỷỹýỵỐ"},georgianacademy:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿აბგდევზთიკლმნოპჟრსტუფქღყშჩცძწჭხჯჰჱჲჳჴჵჶçèéêëìíîïðñòóôõö÷øùúûüýþÿ"},georgianps:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿აბგდევზჱთიკლმნჲოპჟრსტჳუფქღყშჩცძწჭხჴჯჰჵæçèéêëìíîïðñòóôõö÷øùúûüýþÿ"},pt154:{type:"_sbcs",chars:"ҖҒӮғ„…ҶҮҲүҠӢҢҚҺҸҗ‘’“”•–—ҳҷҡӣңқһҹ ЎўЈӨҘҰ§Ё©Ә«¬ӯ®Ҝ°ұІіҙө¶·ё№ә»јҪҫҝАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя"},viscii:{type:"_sbcs",chars:"\0ẲẴẪ\b\t\n\v\f\rỶỸỴ !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~ẠẮẰẶẤẦẨẬẼẸẾỀỂỄỆỐỒỔỖỘỢỚỜỞỊỎỌỈỦŨỤỲÕắằặấầẩậẽẹếềểễệốồổỗỠƠộờởịỰỨỪỬơớƯÀÁÂÃẢĂẳẵÈÉÊẺÌÍĨỳĐứÒÓÔạỷừửÙÚỹỵÝỡưàáâãảăữẫèéêẻìíĩỉđựòóôõỏọụùúũủýợỮ"},iso646cn:{type:"_sbcs",chars:"\0\b\t\n\v\f\r !\"#¥%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}‾��������������������������������������������������������������������������������������������������������������������������������"},iso646jp:{type:"_sbcs",chars:"\0\b\t\n\v\f\r !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[¥]^_`abcdefghijklmnopqrstuvwxyz{|}‾��������������������������������������������������������������������������������������������������������������������������������"},hproman8:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ÀÂÈÊËÎÏ´ˋˆ¨˜ÙÛ₤¯Ýý°ÇçÑñ¡¿¤£¥§ƒ¢âêôûáéóúàèòùäëöüÅîØÆåíøæÄìÖÜÉïßÔÁÃãÐðÍÌÓÒÕõŠšÚŸÿÞþ·µ¶¾—¼½ªº«■»±�"},macintosh:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤‹›fifl‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ"},ascii:{type:"_sbcs",chars:"��������������������������������������������������������������������������������������������������������������������������������"},tis620:{type:"_sbcs",chars:"���������������������������������กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����"}}},function(e,t,r){"use strict";var i=r(9).Buffer;t._dbcs=l;for(var n=-1,o=-2,a=-1e3,s=new Array(256),u=0;u<256;u++)s[u]=n;function l(e,t){if(this.encodingName=e.encodingName,!e)throw new Error("DBCS codec is called without the data.");if(!e.table)throw new Error("Encoding '"+this.encodingName+"' has no data.");var r=e.table();this.decodeTables=[],this.decodeTables[0]=s.slice(0),this.decodeTableSeq=[];for(var i=0;it)return-1;for(var r=0,i=e.length;r0;e>>=8)t.push(255&e);0==t.length&&t.push(0);for(var r=this.decodeTables[0],i=t.length-1;i>0;i--){var o=r[t[i]];if(o==n)r[t[i]]=a-this.decodeTables.length,this.decodeTables.push(r=s.slice(0));else{if(!(o<=a))throw new Error("Overwrite byte in "+this.encodingName+", addr: "+e.toString(16));r=this.decodeTables[a-o]}}return r},l.prototype._addDecodeChunk=function(e){var t=parseInt(e[0],16),r=this._getDecodeTrieNode(t);t&=255;for(var i=1;i255)throw new Error("Incorrect chunk in "+this.encodingName+" at addr "+e[0]+": too long"+t)},l.prototype._getEncodeBucket=function(e){var t=e>>8;return void 0===this.encodeTable[t]&&(this.encodeTable[t]=s.slice(0)),this.encodeTable[t]},l.prototype._setEncodeChar=function(e,t){var r=this._getEncodeBucket(e),i=255&e;r[i]<=-10?this.encodeTableSeq[-10-r[i]][-1]=t:r[i]==n&&(r[i]=t)},l.prototype._setEncodeSequence=function(e,t){var r,i=e[0],o=this._getEncodeBucket(i),a=255&i;o[a]<=-10?r=this.encodeTableSeq[-10-o[a]]:(r={},o[a]!==n&&(r[-1]=o[a]),o[a]=-10-this.encodeTableSeq.length,this.encodeTableSeq.push(r));for(var s=1;s=0?this._setEncodeChar(o,s):o<=a?this._fillEncodeTable(a-o,s<<8,r):o<=-10&&this._setEncodeSequence(this.decodeTableSeq[-10-o],s))}},p.prototype.write=function(e){for(var t=i.alloc(e.length*(this.gb18030?4:3)),r=this.leadSurrogate,o=this.seqObj,a=-1,s=0,u=0;;){if(-1===a){if(s==e.length)break;var l=e.charCodeAt(s++)}else{l=a;a=-1}if(55296<=l&&l<57344)if(l<56320){if(-1===r){r=l;continue}r=l,l=n}else-1!==r?(l=65536+1024*(r-55296)+(l-56320),r=-1):l=n;else-1!==r&&(a=l,l=n,r=-1);var p=n;if(void 0!==o&&l!=n){var c=o[l];if("object"==typeof c){o=c;continue}"number"==typeof c?p=c:null==c&&void 0!==(c=o[-1])&&(p=c,a=l),o=void 0}else if(l>=0){var h=this.encodeTable[l>>8];if(void 0!==h&&(p=h[255&l]),p<=-10){o=this.encodeTableSeq[-10-p];continue}if(p==n&&this.gb18030){var m=d(this.gb18030.uChars,l);if(-1!=m){p=this.gb18030.gbChars[m]+(l-this.gb18030.uChars[m]);t[u++]=129+Math.floor(p/12600),p%=12600,t[u++]=48+Math.floor(p/1260),p%=1260,t[u++]=129+Math.floor(p/10),p%=10,t[u++]=48+p;continue}}}p===n&&(p=this.defaultCharSingleByte),p<256?t[u++]=p:p<65536?(t[u++]=p>>8,t[u++]=255&p):(t[u++]=p>>16,t[u++]=p>>8&255,t[u++]=255&p)}return this.seqObj=o,this.leadSurrogate=r,t.slice(0,u)},p.prototype.end=function(){if(-1!==this.leadSurrogate||void 0!==this.seqObj){var e=i.alloc(10),t=0;if(this.seqObj){var r=this.seqObj[-1];void 0!==r&&(r<256?e[t++]=r:(e[t++]=r>>8,e[t++]=255&r)),this.seqObj=void 0}return-1!==this.leadSurrogate&&(e[t++]=this.defaultCharSingleByte,this.leadSurrogate=-1),e.slice(0,t)}},p.prototype.findIdx=d,c.prototype.write=function(e){var t=i.alloc(2*e.length),r=this.nodeIdx,s=this.prevBuf,u=this.prevBuf.length,l=-this.prevBuf.length;u>0&&(s=i.concat([s,e.slice(0,10)]));for(var p=0,c=0;p=0?e[p]:s[p+u];if((h=this.decodeTables[r][m])>=0);else if(h===n)p=l,h=this.defaultCharUnicode.charCodeAt(0);else if(h===o){var f=l>=0?e.slice(l,p+1):s.slice(l+u,p+1+u),g=12600*(f[0]-129)+1260*(f[1]-48)+10*(f[2]-129)+(f[3]-48),v=d(this.gb18030.gbChars,g);h=this.gb18030.uChars[v]+g-this.gb18030.gbChars[v]}else{if(h<=a){r=a-h;continue}if(!(h<=-10))throw new Error("iconv-lite internal error: invalid decoding table value "+h+" at "+r+"/"+m);for(var b=this.decodeTableSeq[-10-h],y=0;y>8;h=b[b.length-1]}if(h>65535){h-=65536;var w=55296+Math.floor(h/1024);t[c++]=255&w,t[c++]=w>>8,h=56320+h%1024}t[c++]=255&h,t[c++]=h>>8,r=0,l=p+1}return this.nodeIdx=r,this.prevBuf=l>=0?e.slice(l):s.slice(l+u),t.slice(0,c).toString("ucs2")},c.prototype.end=function(){for(var e="";this.prevBuf.length>0;){e+=this.defaultCharUnicode;var t=this.prevBuf.slice(1);this.prevBuf=i.alloc(0),this.nodeIdx=0,t.length>0&&(e+=this.write(t))}return this.nodeIdx=0,e}},function(e,t,r){"use strict";e.exports={shiftjis:{type:"_dbcs",table:function(){return r(435)},encodeAdd:{"¥":92,"‾":126},encodeSkipVals:[{from:60736,to:63808}]},csshiftjis:"shiftjis",mskanji:"shiftjis",sjis:"shiftjis",windows31j:"shiftjis",ms31j:"shiftjis",xsjis:"shiftjis",windows932:"shiftjis",ms932:"shiftjis",932:"shiftjis",cp932:"shiftjis",eucjp:{type:"_dbcs",table:function(){return r(436)},encodeAdd:{"¥":92,"‾":126}},gb2312:"cp936",gb231280:"cp936",gb23121980:"cp936",csgb2312:"cp936",csiso58gb231280:"cp936",euccn:"cp936",windows936:"cp936",ms936:"cp936",936:"cp936",cp936:{type:"_dbcs",table:function(){return r(137)}},gbk:{type:"_dbcs",table:function(){return r(137).concat(r(215))}},xgbk:"gbk",isoir58:"gbk",gb18030:{type:"_dbcs",table:function(){return r(137).concat(r(215))},gb18030:function(){return r(437)},encodeSkipVals:[128],encodeAdd:{"€":41699}},chinese:"gb18030",windows949:"cp949",ms949:"cp949",949:"cp949",cp949:{type:"_dbcs",table:function(){return r(438)}},cseuckr:"cp949",csksc56011987:"cp949",euckr:"cp949",isoir149:"cp949",korean:"cp949",ksc56011987:"cp949",ksc56011989:"cp949",ksc5601:"cp949",windows950:"cp950",ms950:"cp950",950:"cp950",cp950:{type:"_dbcs",table:function(){return r(216)}},big5:"big5hkscs",big5hkscs:{type:"_dbcs",table:function(){return r(216).concat(r(439))},encodeSkipVals:[41676]},cnbig5:"big5hkscs",csbig5:"big5hkscs",xxbig5:"big5hkscs"}},function(e){e.exports=JSON.parse('[["0","\\u0000",128],["a1","。",62],["8140"," 、。,.・:;?!゛゜´`¨^ ̄_ヽヾゝゞ〃仝々〆〇ー―‐/\~∥|…‥‘’“”()〔〕[]{}〈",9,"+-±×"],["8180","÷=≠<>≦≧∞∴♂♀°′″℃¥$¢£%#&*@§☆★○●◎◇◆□■△▲▽▼※〒→←↑↓〓"],["81b8","∈∋⊆⊇⊂⊃∪∩"],["81c8","∧∨¬⇒⇔∀∃"],["81da","∠⊥⌒∂∇≡≒≪≫√∽∝∵∫∬"],["81f0","ʼn♯♭♪†‡¶"],["81fc","◯"],["824f","0",9],["8260","A",25],["8281","a",25],["829f","ぁ",82],["8340","ァ",62],["8380","ム",22],["839f","Α",16,"Σ",6],["83bf","α",16,"σ",6],["8440","А",5,"ЁЖ",25],["8470","а",5,"ёж",7],["8480","о",17],["849f","─│┌┐┘└├┬┤┴┼━┃┏┓┛┗┣┳┫┻╋┠┯┨┷┿┝┰┥┸╂"],["8740","①",19,"Ⅰ",9],["875f","㍉㌔㌢㍍㌘㌧㌃㌶㍑㍗㌍㌦㌣㌫㍊㌻㎜㎝㎞㎎㎏㏄㎡"],["877e","㍻"],["8780","〝〟№㏍℡㊤",4,"㈱㈲㈹㍾㍽㍼≒≡∫∮∑√⊥∠∟⊿∵∩∪"],["889f","亜唖娃阿哀愛挨姶逢葵茜穐悪握渥旭葦芦鯵梓圧斡扱宛姐虻飴絢綾鮎或粟袷安庵按暗案闇鞍杏以伊位依偉囲夷委威尉惟意慰易椅為畏異移維緯胃萎衣謂違遺医井亥域育郁磯一壱溢逸稲茨芋鰯允印咽員因姻引飲淫胤蔭"],["8940","院陰隠韻吋右宇烏羽迂雨卯鵜窺丑碓臼渦嘘唄欝蔚鰻姥厩浦瓜閏噂云運雲荏餌叡営嬰影映曳栄永泳洩瑛盈穎頴英衛詠鋭液疫益駅悦謁越閲榎厭円"],["8980","園堰奄宴延怨掩援沿演炎焔煙燕猿縁艶苑薗遠鉛鴛塩於汚甥凹央奥往応押旺横欧殴王翁襖鴬鴎黄岡沖荻億屋憶臆桶牡乙俺卸恩温穏音下化仮何伽価佳加可嘉夏嫁家寡科暇果架歌河火珂禍禾稼箇花苛茄荷華菓蝦課嘩貨迦過霞蚊俄峨我牙画臥芽蛾賀雅餓駕介会解回塊壊廻快怪悔恢懐戒拐改"],["8a40","魁晦械海灰界皆絵芥蟹開階貝凱劾外咳害崖慨概涯碍蓋街該鎧骸浬馨蛙垣柿蛎鈎劃嚇各廓拡撹格核殻獲確穫覚角赫較郭閣隔革学岳楽額顎掛笠樫"],["8a80","橿梶鰍潟割喝恰括活渇滑葛褐轄且鰹叶椛樺鞄株兜竃蒲釜鎌噛鴨栢茅萱粥刈苅瓦乾侃冠寒刊勘勧巻喚堪姦完官寛干幹患感慣憾換敢柑桓棺款歓汗漢澗潅環甘監看竿管簡緩缶翰肝艦莞観諌貫還鑑間閑関陥韓館舘丸含岸巌玩癌眼岩翫贋雁頑顔願企伎危喜器基奇嬉寄岐希幾忌揮机旗既期棋棄"],["8b40","機帰毅気汽畿祈季稀紀徽規記貴起軌輝飢騎鬼亀偽儀妓宜戯技擬欺犠疑祇義蟻誼議掬菊鞠吉吃喫桔橘詰砧杵黍却客脚虐逆丘久仇休及吸宮弓急救"],["8b80","朽求汲泣灸球究窮笈級糾給旧牛去居巨拒拠挙渠虚許距鋸漁禦魚亨享京供侠僑兇競共凶協匡卿叫喬境峡強彊怯恐恭挟教橋況狂狭矯胸脅興蕎郷鏡響饗驚仰凝尭暁業局曲極玉桐粁僅勤均巾錦斤欣欽琴禁禽筋緊芹菌衿襟謹近金吟銀九倶句区狗玖矩苦躯駆駈駒具愚虞喰空偶寓遇隅串櫛釧屑屈"],["8c40","掘窟沓靴轡窪熊隈粂栗繰桑鍬勲君薫訓群軍郡卦袈祁係傾刑兄啓圭珪型契形径恵慶慧憩掲携敬景桂渓畦稽系経継繋罫茎荊蛍計詣警軽頚鶏芸迎鯨"],["8c80","劇戟撃激隙桁傑欠決潔穴結血訣月件倹倦健兼券剣喧圏堅嫌建憲懸拳捲検権牽犬献研硯絹県肩見謙賢軒遣鍵険顕験鹸元原厳幻弦減源玄現絃舷言諺限乎個古呼固姑孤己庫弧戸故枯湖狐糊袴股胡菰虎誇跨鈷雇顧鼓五互伍午呉吾娯後御悟梧檎瑚碁語誤護醐乞鯉交佼侯候倖光公功効勾厚口向"],["8d40","后喉坑垢好孔孝宏工巧巷幸広庚康弘恒慌抗拘控攻昂晃更杭校梗構江洪浩港溝甲皇硬稿糠紅紘絞綱耕考肯肱腔膏航荒行衡講貢購郊酵鉱砿鋼閤降"],["8d80","項香高鴻剛劫号合壕拷濠豪轟麹克刻告国穀酷鵠黒獄漉腰甑忽惚骨狛込此頃今困坤墾婚恨懇昏昆根梱混痕紺艮魂些佐叉唆嵯左差査沙瑳砂詐鎖裟坐座挫債催再最哉塞妻宰彩才採栽歳済災采犀砕砦祭斎細菜裁載際剤在材罪財冴坂阪堺榊肴咲崎埼碕鷺作削咋搾昨朔柵窄策索錯桜鮭笹匙冊刷"],["8e40","察拶撮擦札殺薩雑皐鯖捌錆鮫皿晒三傘参山惨撒散桟燦珊産算纂蚕讃賛酸餐斬暫残仕仔伺使刺司史嗣四士始姉姿子屍市師志思指支孜斯施旨枝止"],["8e80","死氏獅祉私糸紙紫肢脂至視詞詩試誌諮資賜雌飼歯事似侍児字寺慈持時次滋治爾璽痔磁示而耳自蒔辞汐鹿式識鴫竺軸宍雫七叱執失嫉室悉湿漆疾質実蔀篠偲柴芝屡蕊縞舎写射捨赦斜煮社紗者謝車遮蛇邪借勺尺杓灼爵酌釈錫若寂弱惹主取守手朱殊狩珠種腫趣酒首儒受呪寿授樹綬需囚収周"],["8f40","宗就州修愁拾洲秀秋終繍習臭舟蒐衆襲讐蹴輯週酋酬集醜什住充十従戎柔汁渋獣縦重銃叔夙宿淑祝縮粛塾熟出術述俊峻春瞬竣舜駿准循旬楯殉淳"],["8f80","準潤盾純巡遵醇順処初所暑曙渚庶緒署書薯藷諸助叙女序徐恕鋤除傷償勝匠升召哨商唱嘗奨妾娼宵将小少尚庄床廠彰承抄招掌捷昇昌昭晶松梢樟樵沼消渉湘焼焦照症省硝礁祥称章笑粧紹肖菖蒋蕉衝裳訟証詔詳象賞醤鉦鍾鐘障鞘上丈丞乗冗剰城場壌嬢常情擾条杖浄状畳穣蒸譲醸錠嘱埴飾"],["9040","拭植殖燭織職色触食蝕辱尻伸信侵唇娠寝審心慎振新晋森榛浸深申疹真神秦紳臣芯薪親診身辛進針震人仁刃塵壬尋甚尽腎訊迅陣靭笥諏須酢図厨"],["9080","逗吹垂帥推水炊睡粋翠衰遂酔錐錘随瑞髄崇嵩数枢趨雛据杉椙菅頗雀裾澄摺寸世瀬畝是凄制勢姓征性成政整星晴棲栖正清牲生盛精聖声製西誠誓請逝醒青静斉税脆隻席惜戚斥昔析石積籍績脊責赤跡蹟碩切拙接摂折設窃節説雪絶舌蝉仙先千占宣専尖川戦扇撰栓栴泉浅洗染潜煎煽旋穿箭線"],["9140","繊羨腺舛船薦詮賎践選遷銭銑閃鮮前善漸然全禅繕膳糎噌塑岨措曾曽楚狙疏疎礎祖租粗素組蘇訴阻遡鼠僧創双叢倉喪壮奏爽宋層匝惣想捜掃挿掻"],["9180","操早曹巣槍槽漕燥争痩相窓糟総綜聡草荘葬蒼藻装走送遭鎗霜騒像増憎臓蔵贈造促側則即息捉束測足速俗属賊族続卒袖其揃存孫尊損村遜他多太汰詑唾堕妥惰打柁舵楕陀駄騨体堆対耐岱帯待怠態戴替泰滞胎腿苔袋貸退逮隊黛鯛代台大第醍題鷹滝瀧卓啄宅托択拓沢濯琢託鐸濁諾茸凧蛸只"],["9240","叩但達辰奪脱巽竪辿棚谷狸鱈樽誰丹単嘆坦担探旦歎淡湛炭短端箪綻耽胆蛋誕鍛団壇弾断暖檀段男談値知地弛恥智池痴稚置致蜘遅馳築畜竹筑蓄"],["9280","逐秩窒茶嫡着中仲宙忠抽昼柱注虫衷註酎鋳駐樗瀦猪苧著貯丁兆凋喋寵帖帳庁弔張彫徴懲挑暢朝潮牒町眺聴脹腸蝶調諜超跳銚長頂鳥勅捗直朕沈珍賃鎮陳津墜椎槌追鎚痛通塚栂掴槻佃漬柘辻蔦綴鍔椿潰坪壷嬬紬爪吊釣鶴亭低停偵剃貞呈堤定帝底庭廷弟悌抵挺提梯汀碇禎程締艇訂諦蹄逓"],["9340","邸鄭釘鼎泥摘擢敵滴的笛適鏑溺哲徹撤轍迭鉄典填天展店添纏甜貼転顛点伝殿澱田電兎吐堵塗妬屠徒斗杜渡登菟賭途都鍍砥砺努度土奴怒倒党冬"],["9380","凍刀唐塔塘套宕島嶋悼投搭東桃梼棟盗淘湯涛灯燈当痘祷等答筒糖統到董蕩藤討謄豆踏逃透鐙陶頭騰闘働動同堂導憧撞洞瞳童胴萄道銅峠鴇匿得徳涜特督禿篤毒独読栃橡凸突椴届鳶苫寅酉瀞噸屯惇敦沌豚遁頓呑曇鈍奈那内乍凪薙謎灘捺鍋楢馴縄畷南楠軟難汝二尼弐迩匂賑肉虹廿日乳入"],["9440","如尿韮任妊忍認濡禰祢寧葱猫熱年念捻撚燃粘乃廼之埜嚢悩濃納能脳膿農覗蚤巴把播覇杷波派琶破婆罵芭馬俳廃拝排敗杯盃牌背肺輩配倍培媒梅"],["9480","楳煤狽買売賠陪這蝿秤矧萩伯剥博拍柏泊白箔粕舶薄迫曝漠爆縛莫駁麦函箱硲箸肇筈櫨幡肌畑畠八鉢溌発醗髪伐罰抜筏閥鳩噺塙蛤隼伴判半反叛帆搬斑板氾汎版犯班畔繁般藩販範釆煩頒飯挽晩番盤磐蕃蛮匪卑否妃庇彼悲扉批披斐比泌疲皮碑秘緋罷肥被誹費避非飛樋簸備尾微枇毘琵眉美"],["9540","鼻柊稗匹疋髭彦膝菱肘弼必畢筆逼桧姫媛紐百謬俵彪標氷漂瓢票表評豹廟描病秒苗錨鋲蒜蛭鰭品彬斌浜瀕貧賓頻敏瓶不付埠夫婦富冨布府怖扶敷"],["9580","斧普浮父符腐膚芙譜負賦赴阜附侮撫武舞葡蕪部封楓風葺蕗伏副復幅服福腹複覆淵弗払沸仏物鮒分吻噴墳憤扮焚奮粉糞紛雰文聞丙併兵塀幣平弊柄並蔽閉陛米頁僻壁癖碧別瞥蔑箆偏変片篇編辺返遍便勉娩弁鞭保舗鋪圃捕歩甫補輔穂募墓慕戊暮母簿菩倣俸包呆報奉宝峰峯崩庖抱捧放方朋"],["9640","法泡烹砲縫胞芳萌蓬蜂褒訪豊邦鋒飽鳳鵬乏亡傍剖坊妨帽忘忙房暴望某棒冒紡肪膨謀貌貿鉾防吠頬北僕卜墨撲朴牧睦穆釦勃没殆堀幌奔本翻凡盆"],["9680","摩磨魔麻埋妹昧枚毎哩槙幕膜枕鮪柾鱒桝亦俣又抹末沫迄侭繭麿万慢満漫蔓味未魅巳箕岬密蜜湊蓑稔脈妙粍民眠務夢無牟矛霧鵡椋婿娘冥名命明盟迷銘鳴姪牝滅免棉綿緬面麺摸模茂妄孟毛猛盲網耗蒙儲木黙目杢勿餅尤戻籾貰問悶紋門匁也冶夜爺耶野弥矢厄役約薬訳躍靖柳薮鑓愉愈油癒"],["9740","諭輸唯佑優勇友宥幽悠憂揖有柚湧涌猶猷由祐裕誘遊邑郵雄融夕予余与誉輿預傭幼妖容庸揚揺擁曜楊様洋溶熔用窯羊耀葉蓉要謡踊遥陽養慾抑欲"],["9780","沃浴翌翼淀羅螺裸来莱頼雷洛絡落酪乱卵嵐欄濫藍蘭覧利吏履李梨理璃痢裏裡里離陸律率立葎掠略劉流溜琉留硫粒隆竜龍侶慮旅虜了亮僚両凌寮料梁涼猟療瞭稜糧良諒遼量陵領力緑倫厘林淋燐琳臨輪隣鱗麟瑠塁涙累類令伶例冷励嶺怜玲礼苓鈴隷零霊麗齢暦歴列劣烈裂廉恋憐漣煉簾練聯"],["9840","蓮連錬呂魯櫓炉賂路露労婁廊弄朗楼榔浪漏牢狼篭老聾蝋郎六麓禄肋録論倭和話歪賄脇惑枠鷲亙亘鰐詫藁蕨椀湾碗腕"],["989f","弌丐丕个丱丶丼丿乂乖乘亂亅豫亊舒弍于亞亟亠亢亰亳亶从仍仄仆仂仗仞仭仟价伉佚估佛佝佗佇佶侈侏侘佻佩佰侑佯來侖儘俔俟俎俘俛俑俚俐俤俥倚倨倔倪倥倅伜俶倡倩倬俾俯們倆偃假會偕偐偈做偖偬偸傀傚傅傴傲"],["9940","僉僊傳僂僖僞僥僭僣僮價僵儉儁儂儖儕儔儚儡儺儷儼儻儿兀兒兌兔兢竸兩兪兮冀冂囘册冉冏冑冓冕冖冤冦冢冩冪冫决冱冲冰况冽凅凉凛几處凩凭"],["9980","凰凵凾刄刋刔刎刧刪刮刳刹剏剄剋剌剞剔剪剴剩剳剿剽劍劔劒剱劈劑辨辧劬劭劼劵勁勍勗勞勣勦飭勠勳勵勸勹匆匈甸匍匐匏匕匚匣匯匱匳匸區卆卅丗卉卍凖卞卩卮夘卻卷厂厖厠厦厥厮厰厶參簒雙叟曼燮叮叨叭叺吁吽呀听吭吼吮吶吩吝呎咏呵咎呟呱呷呰咒呻咀呶咄咐咆哇咢咸咥咬哄哈咨"],["9a40","咫哂咤咾咼哘哥哦唏唔哽哮哭哺哢唹啀啣啌售啜啅啖啗唸唳啝喙喀咯喊喟啻啾喘喞單啼喃喩喇喨嗚嗅嗟嗄嗜嗤嗔嘔嗷嘖嗾嗽嘛嗹噎噐營嘴嘶嘲嘸"],["9a80","噫噤嘯噬噪嚆嚀嚊嚠嚔嚏嚥嚮嚶嚴囂嚼囁囃囀囈囎囑囓囗囮囹圀囿圄圉圈國圍圓團圖嗇圜圦圷圸坎圻址坏坩埀垈坡坿垉垓垠垳垤垪垰埃埆埔埒埓堊埖埣堋堙堝塲堡塢塋塰毀塒堽塹墅墹墟墫墺壞墻墸墮壅壓壑壗壙壘壥壜壤壟壯壺壹壻壼壽夂夊夐夛梦夥夬夭夲夸夾竒奕奐奎奚奘奢奠奧奬奩"],["9b40","奸妁妝佞侫妣妲姆姨姜妍姙姚娥娟娑娜娉娚婀婬婉娵娶婢婪媚媼媾嫋嫂媽嫣嫗嫦嫩嫖嫺嫻嬌嬋嬖嬲嫐嬪嬶嬾孃孅孀孑孕孚孛孥孩孰孳孵學斈孺宀"],["9b80","它宦宸寃寇寉寔寐寤實寢寞寥寫寰寶寳尅將專對尓尠尢尨尸尹屁屆屎屓屐屏孱屬屮乢屶屹岌岑岔妛岫岻岶岼岷峅岾峇峙峩峽峺峭嶌峪崋崕崗嵜崟崛崑崔崢崚崙崘嵌嵒嵎嵋嵬嵳嵶嶇嶄嶂嶢嶝嶬嶮嶽嶐嶷嶼巉巍巓巒巖巛巫已巵帋帚帙帑帛帶帷幄幃幀幎幗幔幟幢幤幇幵并幺麼广庠廁廂廈廐廏"],["9c40","廖廣廝廚廛廢廡廨廩廬廱廳廰廴廸廾弃弉彝彜弋弑弖弩弭弸彁彈彌彎弯彑彖彗彙彡彭彳彷徃徂彿徊很徑徇從徙徘徠徨徭徼忖忻忤忸忱忝悳忿怡恠"],["9c80","怙怐怩怎怱怛怕怫怦怏怺恚恁恪恷恟恊恆恍恣恃恤恂恬恫恙悁悍惧悃悚悄悛悖悗悒悧悋惡悸惠惓悴忰悽惆悵惘慍愕愆惶惷愀惴惺愃愡惻惱愍愎慇愾愨愧慊愿愼愬愴愽慂慄慳慷慘慙慚慫慴慯慥慱慟慝慓慵憙憖憇憬憔憚憊憑憫憮懌懊應懷懈懃懆憺懋罹懍懦懣懶懺懴懿懽懼懾戀戈戉戍戌戔戛"],["9d40","戞戡截戮戰戲戳扁扎扞扣扛扠扨扼抂抉找抒抓抖拔抃抔拗拑抻拏拿拆擔拈拜拌拊拂拇抛拉挌拮拱挧挂挈拯拵捐挾捍搜捏掖掎掀掫捶掣掏掉掟掵捫"],["9d80","捩掾揩揀揆揣揉插揶揄搖搴搆搓搦搶攝搗搨搏摧摯摶摎攪撕撓撥撩撈撼據擒擅擇撻擘擂擱擧舉擠擡抬擣擯攬擶擴擲擺攀擽攘攜攅攤攣攫攴攵攷收攸畋效敖敕敍敘敞敝敲數斂斃變斛斟斫斷旃旆旁旄旌旒旛旙无旡旱杲昊昃旻杳昵昶昴昜晏晄晉晁晞晝晤晧晨晟晢晰暃暈暎暉暄暘暝曁暹曉暾暼"],["9e40","曄暸曖曚曠昿曦曩曰曵曷朏朖朞朦朧霸朮朿朶杁朸朷杆杞杠杙杣杤枉杰枩杼杪枌枋枦枡枅枷柯枴柬枳柩枸柤柞柝柢柮枹柎柆柧檜栞框栩桀桍栲桎"],["9e80","梳栫桙档桷桿梟梏梭梔條梛梃檮梹桴梵梠梺椏梍桾椁棊椈棘椢椦棡椌棍棔棧棕椶椒椄棗棣椥棹棠棯椨椪椚椣椡棆楹楷楜楸楫楔楾楮椹楴椽楙椰楡楞楝榁楪榲榮槐榿槁槓榾槎寨槊槝榻槃榧樮榑榠榜榕榴槞槨樂樛槿權槹槲槧樅榱樞槭樔槫樊樒櫁樣樓橄樌橲樶橸橇橢橙橦橈樸樢檐檍檠檄檢檣"],["9f40","檗蘗檻櫃櫂檸檳檬櫞櫑櫟檪櫚櫪櫻欅蘖櫺欒欖鬱欟欸欷盜欹飮歇歃歉歐歙歔歛歟歡歸歹歿殀殄殃殍殘殕殞殤殪殫殯殲殱殳殷殼毆毋毓毟毬毫毳毯"],["9f80","麾氈氓气氛氤氣汞汕汢汪沂沍沚沁沛汾汨汳沒沐泄泱泓沽泗泅泝沮沱沾沺泛泯泙泪洟衍洶洫洽洸洙洵洳洒洌浣涓浤浚浹浙涎涕濤涅淹渕渊涵淇淦涸淆淬淞淌淨淒淅淺淙淤淕淪淮渭湮渮渙湲湟渾渣湫渫湶湍渟湃渺湎渤滿渝游溂溪溘滉溷滓溽溯滄溲滔滕溏溥滂溟潁漑灌滬滸滾漿滲漱滯漲滌"],["e040","漾漓滷澆潺潸澁澀潯潛濳潭澂潼潘澎澑濂潦澳澣澡澤澹濆澪濟濕濬濔濘濱濮濛瀉瀋濺瀑瀁瀏濾瀛瀚潴瀝瀘瀟瀰瀾瀲灑灣炙炒炯烱炬炸炳炮烟烋烝"],["e080","烙焉烽焜焙煥煕熈煦煢煌煖煬熏燻熄熕熨熬燗熹熾燒燉燔燎燠燬燧燵燼燹燿爍爐爛爨爭爬爰爲爻爼爿牀牆牋牘牴牾犂犁犇犒犖犢犧犹犲狃狆狄狎狒狢狠狡狹狷倏猗猊猜猖猝猴猯猩猥猾獎獏默獗獪獨獰獸獵獻獺珈玳珎玻珀珥珮珞璢琅瑯琥珸琲琺瑕琿瑟瑙瑁瑜瑩瑰瑣瑪瑶瑾璋璞璧瓊瓏瓔珱"],["e140","瓠瓣瓧瓩瓮瓲瓰瓱瓸瓷甄甃甅甌甎甍甕甓甞甦甬甼畄畍畊畉畛畆畚畩畤畧畫畭畸當疆疇畴疊疉疂疔疚疝疥疣痂疳痃疵疽疸疼疱痍痊痒痙痣痞痾痿"],["e180","痼瘁痰痺痲痳瘋瘍瘉瘟瘧瘠瘡瘢瘤瘴瘰瘻癇癈癆癜癘癡癢癨癩癪癧癬癰癲癶癸發皀皃皈皋皎皖皓皙皚皰皴皸皹皺盂盍盖盒盞盡盥盧盪蘯盻眈眇眄眩眤眞眥眦眛眷眸睇睚睨睫睛睥睿睾睹瞎瞋瞑瞠瞞瞰瞶瞹瞿瞼瞽瞻矇矍矗矚矜矣矮矼砌砒礦砠礪硅碎硴碆硼碚碌碣碵碪碯磑磆磋磔碾碼磅磊磬"],["e240","磧磚磽磴礇礒礑礙礬礫祀祠祗祟祚祕祓祺祿禊禝禧齋禪禮禳禹禺秉秕秧秬秡秣稈稍稘稙稠稟禀稱稻稾稷穃穗穉穡穢穩龝穰穹穽窈窗窕窘窖窩竈窰"],["e280","窶竅竄窿邃竇竊竍竏竕竓站竚竝竡竢竦竭竰笂笏笊笆笳笘笙笞笵笨笶筐筺笄筍笋筌筅筵筥筴筧筰筱筬筮箝箘箟箍箜箚箋箒箏筝箙篋篁篌篏箴篆篝篩簑簔篦篥籠簀簇簓篳篷簗簍篶簣簧簪簟簷簫簽籌籃籔籏籀籐籘籟籤籖籥籬籵粃粐粤粭粢粫粡粨粳粲粱粮粹粽糀糅糂糘糒糜糢鬻糯糲糴糶糺紆"],["e340","紂紜紕紊絅絋紮紲紿紵絆絳絖絎絲絨絮絏絣經綉絛綏絽綛綺綮綣綵緇綽綫總綢綯緜綸綟綰緘緝緤緞緻緲緡縅縊縣縡縒縱縟縉縋縢繆繦縻縵縹繃縷"],["e380","縲縺繧繝繖繞繙繚繹繪繩繼繻纃緕繽辮繿纈纉續纒纐纓纔纖纎纛纜缸缺罅罌罍罎罐网罕罔罘罟罠罨罩罧罸羂羆羃羈羇羌羔羞羝羚羣羯羲羹羮羶羸譱翅翆翊翕翔翡翦翩翳翹飜耆耄耋耒耘耙耜耡耨耿耻聊聆聒聘聚聟聢聨聳聲聰聶聹聽聿肄肆肅肛肓肚肭冐肬胛胥胙胝胄胚胖脉胯胱脛脩脣脯腋"],["e440","隋腆脾腓腑胼腱腮腥腦腴膃膈膊膀膂膠膕膤膣腟膓膩膰膵膾膸膽臀臂膺臉臍臑臙臘臈臚臟臠臧臺臻臾舁舂舅與舊舍舐舖舩舫舸舳艀艙艘艝艚艟艤"],["e480","艢艨艪艫舮艱艷艸艾芍芒芫芟芻芬苡苣苟苒苴苳苺莓范苻苹苞茆苜茉苙茵茴茖茲茱荀茹荐荅茯茫茗茘莅莚莪莟莢莖茣莎莇莊荼莵荳荵莠莉莨菴萓菫菎菽萃菘萋菁菷萇菠菲萍萢萠莽萸蔆菻葭萪萼蕚蒄葷葫蒭葮蒂葩葆萬葯葹萵蓊葢蒹蒿蒟蓙蓍蒻蓚蓐蓁蓆蓖蒡蔡蓿蓴蔗蔘蔬蔟蔕蔔蓼蕀蕣蕘蕈"],["e540","蕁蘂蕋蕕薀薤薈薑薊薨蕭薔薛藪薇薜蕷蕾薐藉薺藏薹藐藕藝藥藜藹蘊蘓蘋藾藺蘆蘢蘚蘰蘿虍乕虔號虧虱蚓蚣蚩蚪蚋蚌蚶蚯蛄蛆蚰蛉蠣蚫蛔蛞蛩蛬"],["e580","蛟蛛蛯蜒蜆蜈蜀蜃蛻蜑蜉蜍蛹蜊蜴蜿蜷蜻蜥蜩蜚蝠蝟蝸蝌蝎蝴蝗蝨蝮蝙蝓蝣蝪蠅螢螟螂螯蟋螽蟀蟐雖螫蟄螳蟇蟆螻蟯蟲蟠蠏蠍蟾蟶蟷蠎蟒蠑蠖蠕蠢蠡蠱蠶蠹蠧蠻衄衂衒衙衞衢衫袁衾袞衵衽袵衲袂袗袒袮袙袢袍袤袰袿袱裃裄裔裘裙裝裹褂裼裴裨裲褄褌褊褓襃褞褥褪褫襁襄褻褶褸襌褝襠襞"],["e640","襦襤襭襪襯襴襷襾覃覈覊覓覘覡覩覦覬覯覲覺覽覿觀觚觜觝觧觴觸訃訖訐訌訛訝訥訶詁詛詒詆詈詼詭詬詢誅誂誄誨誡誑誥誦誚誣諄諍諂諚諫諳諧"],["e680","諤諱謔諠諢諷諞諛謌謇謚諡謖謐謗謠謳鞫謦謫謾謨譁譌譏譎證譖譛譚譫譟譬譯譴譽讀讌讎讒讓讖讙讚谺豁谿豈豌豎豐豕豢豬豸豺貂貉貅貊貍貎貔豼貘戝貭貪貽貲貳貮貶賈賁賤賣賚賽賺賻贄贅贊贇贏贍贐齎贓賍贔贖赧赭赱赳趁趙跂趾趺跏跚跖跌跛跋跪跫跟跣跼踈踉跿踝踞踐踟蹂踵踰踴蹊"],["e740","蹇蹉蹌蹐蹈蹙蹤蹠踪蹣蹕蹶蹲蹼躁躇躅躄躋躊躓躑躔躙躪躡躬躰軆躱躾軅軈軋軛軣軼軻軫軾輊輅輕輒輙輓輜輟輛輌輦輳輻輹轅轂輾轌轉轆轎轗轜"],["e780","轢轣轤辜辟辣辭辯辷迚迥迢迪迯邇迴逅迹迺逑逕逡逍逞逖逋逧逶逵逹迸遏遐遑遒逎遉逾遖遘遞遨遯遶隨遲邂遽邁邀邊邉邏邨邯邱邵郢郤扈郛鄂鄒鄙鄲鄰酊酖酘酣酥酩酳酲醋醉醂醢醫醯醪醵醴醺釀釁釉釋釐釖釟釡釛釼釵釶鈞釿鈔鈬鈕鈑鉞鉗鉅鉉鉤鉈銕鈿鉋鉐銜銖銓銛鉚鋏銹銷鋩錏鋺鍄錮"],["e840","錙錢錚錣錺錵錻鍜鍠鍼鍮鍖鎰鎬鎭鎔鎹鏖鏗鏨鏥鏘鏃鏝鏐鏈鏤鐚鐔鐓鐃鐇鐐鐶鐫鐵鐡鐺鑁鑒鑄鑛鑠鑢鑞鑪鈩鑰鑵鑷鑽鑚鑼鑾钁鑿閂閇閊閔閖閘閙"],["e880","閠閨閧閭閼閻閹閾闊濶闃闍闌闕闔闖關闡闥闢阡阨阮阯陂陌陏陋陷陜陞陝陟陦陲陬隍隘隕隗險隧隱隲隰隴隶隸隹雎雋雉雍襍雜霍雕雹霄霆霈霓霎霑霏霖霙霤霪霰霹霽霾靄靆靈靂靉靜靠靤靦靨勒靫靱靹鞅靼鞁靺鞆鞋鞏鞐鞜鞨鞦鞣鞳鞴韃韆韈韋韜韭齏韲竟韶韵頏頌頸頤頡頷頽顆顏顋顫顯顰"],["e940","顱顴顳颪颯颱颶飄飃飆飩飫餃餉餒餔餘餡餝餞餤餠餬餮餽餾饂饉饅饐饋饑饒饌饕馗馘馥馭馮馼駟駛駝駘駑駭駮駱駲駻駸騁騏騅駢騙騫騷驅驂驀驃"],["e980","騾驕驍驛驗驟驢驥驤驩驫驪骭骰骼髀髏髑髓體髞髟髢髣髦髯髫髮髴髱髷髻鬆鬘鬚鬟鬢鬣鬥鬧鬨鬩鬪鬮鬯鬲魄魃魏魍魎魑魘魴鮓鮃鮑鮖鮗鮟鮠鮨鮴鯀鯊鮹鯆鯏鯑鯒鯣鯢鯤鯔鯡鰺鯲鯱鯰鰕鰔鰉鰓鰌鰆鰈鰒鰊鰄鰮鰛鰥鰤鰡鰰鱇鰲鱆鰾鱚鱠鱧鱶鱸鳧鳬鳰鴉鴈鳫鴃鴆鴪鴦鶯鴣鴟鵄鴕鴒鵁鴿鴾鵆鵈"],["ea40","鵝鵞鵤鵑鵐鵙鵲鶉鶇鶫鵯鵺鶚鶤鶩鶲鷄鷁鶻鶸鶺鷆鷏鷂鷙鷓鷸鷦鷭鷯鷽鸚鸛鸞鹵鹹鹽麁麈麋麌麒麕麑麝麥麩麸麪麭靡黌黎黏黐黔黜點黝黠黥黨黯"],["ea80","黴黶黷黹黻黼黽鼇鼈皷鼕鼡鼬鼾齊齒齔齣齟齠齡齦齧齬齪齷齲齶龕龜龠堯槇遙瑤凜熙"],["ed40","纊褜鍈銈蓜俉炻昱棈鋹曻彅丨仡仼伀伃伹佖侒侊侚侔俍偀倢俿倞偆偰偂傔僴僘兊兤冝冾凬刕劜劦勀勛匀匇匤卲厓厲叝﨎咜咊咩哿喆坙坥垬埈埇﨏"],["ed80","塚增墲夋奓奛奝奣妤妺孖寀甯寘寬尞岦岺峵崧嵓﨑嵂嵭嶸嶹巐弡弴彧德忞恝悅悊惞惕愠惲愑愷愰憘戓抦揵摠撝擎敎昀昕昻昉昮昞昤晥晗晙晴晳暙暠暲暿曺朎朗杦枻桒柀栁桄棏﨓楨﨔榘槢樰橫橆橳橾櫢櫤毖氿汜沆汯泚洄涇浯涖涬淏淸淲淼渹湜渧渼溿澈澵濵瀅瀇瀨炅炫焏焄煜煆煇凞燁燾犱"],["ee40","犾猤猪獷玽珉珖珣珒琇珵琦琪琩琮瑢璉璟甁畯皂皜皞皛皦益睆劯砡硎硤硺礰礼神祥禔福禛竑竧靖竫箞精絈絜綷綠緖繒罇羡羽茁荢荿菇菶葈蒴蕓蕙"],["ee80","蕫﨟薰蘒﨡蠇裵訒訷詹誧誾諟諸諶譓譿賰賴贒赶﨣軏﨤逸遧郞都鄕鄧釚釗釞釭釮釤釥鈆鈐鈊鈺鉀鈼鉎鉙鉑鈹鉧銧鉷鉸鋧鋗鋙鋐﨧鋕鋠鋓錥錡鋻﨨錞鋿錝錂鍰鍗鎤鏆鏞鏸鐱鑅鑈閒隆﨩隝隯霳霻靃靍靏靑靕顗顥飯飼餧館馞驎髙髜魵魲鮏鮱鮻鰀鵰鵫鶴鸙黑"],["eeef","ⅰ",9,"¬¦'""],["f040","",62],["f080","",124],["f140","",62],["f180","",124],["f240","",62],["f280","",124],["f340","",62],["f380","",124],["f440","",62],["f480","",124],["f540","",62],["f580","",124],["f640","",62],["f680","",124],["f740","",62],["f780","",124],["f840","",62],["f880","",124],["f940",""],["fa40","ⅰ",9,"Ⅰ",9,"¬¦'"㈱№℡∵纊褜鍈銈蓜俉炻昱棈鋹曻彅丨仡仼伀伃伹佖侒侊侚侔俍偀倢俿倞偆偰偂傔僴僘兊"],["fa80","兤冝冾凬刕劜劦勀勛匀匇匤卲厓厲叝﨎咜咊咩哿喆坙坥垬埈埇﨏塚增墲夋奓奛奝奣妤妺孖寀甯寘寬尞岦岺峵崧嵓﨑嵂嵭嶸嶹巐弡弴彧德忞恝悅悊惞惕愠惲愑愷愰憘戓抦揵摠撝擎敎昀昕昻昉昮昞昤晥晗晙晴晳暙暠暲暿曺朎朗杦枻桒柀栁桄棏﨓楨﨔榘槢樰橫橆橳橾櫢櫤毖氿汜沆汯泚洄涇浯"],["fb40","涖涬淏淸淲淼渹湜渧渼溿澈澵濵瀅瀇瀨炅炫焏焄煜煆煇凞燁燾犱犾猤猪獷玽珉珖珣珒琇珵琦琪琩琮瑢璉璟甁畯皂皜皞皛皦益睆劯砡硎硤硺礰礼神"],["fb80","祥禔福禛竑竧靖竫箞精絈絜綷綠緖繒罇羡羽茁荢荿菇菶葈蒴蕓蕙蕫﨟薰蘒﨡蠇裵訒訷詹誧誾諟諸諶譓譿賰賴贒赶﨣軏﨤逸遧郞都鄕鄧釚釗釞釭釮釤釥鈆鈐鈊鈺鉀鈼鉎鉙鉑鈹鉧銧鉷鉸鋧鋗鋙鋐﨧鋕鋠鋓錥錡鋻﨨錞鋿錝錂鍰鍗鎤鏆鏞鏸鐱鑅鑈閒隆﨩隝隯霳霻靃靍靏靑靕顗顥飯飼餧館馞驎髙"],["fc40","髜魵魲鮏鮱鮻鰀鵰鵫鶴鸙黑"]]')},function(e){e.exports=JSON.parse('[["0","\\u0000",127],["8ea1","。",62],["a1a1"," 、。,.・:;?!゛゜´`¨^ ̄_ヽヾゝゞ〃仝々〆〇ー―‐/\~∥|…‥‘’“”()〔〕[]{}〈",9,"+-±×÷=≠<>≦≧∞∴♂♀°′″℃¥$¢£%#&*@§☆★○●◎◇"],["a2a1","◆□■△▲▽▼※〒→←↑↓〓"],["a2ba","∈∋⊆⊇⊂⊃∪∩"],["a2ca","∧∨¬⇒⇔∀∃"],["a2dc","∠⊥⌒∂∇≡≒≪≫√∽∝∵∫∬"],["a2f2","ʼn♯♭♪†‡¶"],["a2fe","◯"],["a3b0","0",9],["a3c1","A",25],["a3e1","a",25],["a4a1","ぁ",82],["a5a1","ァ",85],["a6a1","Α",16,"Σ",6],["a6c1","α",16,"σ",6],["a7a1","А",5,"ЁЖ",25],["a7d1","а",5,"ёж",25],["a8a1","─│┌┐┘└├┬┤┴┼━┃┏┓┛┗┣┳┫┻╋┠┯┨┷┿┝┰┥┸╂"],["ada1","①",19,"Ⅰ",9],["adc0","㍉㌔㌢㍍㌘㌧㌃㌶㍑㍗㌍㌦㌣㌫㍊㌻㎜㎝㎞㎎㎏㏄㎡"],["addf","㍻〝〟№㏍℡㊤",4,"㈱㈲㈹㍾㍽㍼≒≡∫∮∑√⊥∠∟⊿∵∩∪"],["b0a1","亜唖娃阿哀愛挨姶逢葵茜穐悪握渥旭葦芦鯵梓圧斡扱宛姐虻飴絢綾鮎或粟袷安庵按暗案闇鞍杏以伊位依偉囲夷委威尉惟意慰易椅為畏異移維緯胃萎衣謂違遺医井亥域育郁磯一壱溢逸稲茨芋鰯允印咽員因姻引飲淫胤蔭"],["b1a1","院陰隠韻吋右宇烏羽迂雨卯鵜窺丑碓臼渦嘘唄欝蔚鰻姥厩浦瓜閏噂云運雲荏餌叡営嬰影映曳栄永泳洩瑛盈穎頴英衛詠鋭液疫益駅悦謁越閲榎厭円園堰奄宴延怨掩援沿演炎焔煙燕猿縁艶苑薗遠鉛鴛塩於汚甥凹央奥往応"],["b2a1","押旺横欧殴王翁襖鴬鴎黄岡沖荻億屋憶臆桶牡乙俺卸恩温穏音下化仮何伽価佳加可嘉夏嫁家寡科暇果架歌河火珂禍禾稼箇花苛茄荷華菓蝦課嘩貨迦過霞蚊俄峨我牙画臥芽蛾賀雅餓駕介会解回塊壊廻快怪悔恢懐戒拐改"],["b3a1","魁晦械海灰界皆絵芥蟹開階貝凱劾外咳害崖慨概涯碍蓋街該鎧骸浬馨蛙垣柿蛎鈎劃嚇各廓拡撹格核殻獲確穫覚角赫較郭閣隔革学岳楽額顎掛笠樫橿梶鰍潟割喝恰括活渇滑葛褐轄且鰹叶椛樺鞄株兜竃蒲釜鎌噛鴨栢茅萱"],["b4a1","粥刈苅瓦乾侃冠寒刊勘勧巻喚堪姦完官寛干幹患感慣憾換敢柑桓棺款歓汗漢澗潅環甘監看竿管簡緩缶翰肝艦莞観諌貫還鑑間閑関陥韓館舘丸含岸巌玩癌眼岩翫贋雁頑顔願企伎危喜器基奇嬉寄岐希幾忌揮机旗既期棋棄"],["b5a1","機帰毅気汽畿祈季稀紀徽規記貴起軌輝飢騎鬼亀偽儀妓宜戯技擬欺犠疑祇義蟻誼議掬菊鞠吉吃喫桔橘詰砧杵黍却客脚虐逆丘久仇休及吸宮弓急救朽求汲泣灸球究窮笈級糾給旧牛去居巨拒拠挙渠虚許距鋸漁禦魚亨享京"],["b6a1","供侠僑兇競共凶協匡卿叫喬境峡強彊怯恐恭挟教橋況狂狭矯胸脅興蕎郷鏡響饗驚仰凝尭暁業局曲極玉桐粁僅勤均巾錦斤欣欽琴禁禽筋緊芹菌衿襟謹近金吟銀九倶句区狗玖矩苦躯駆駈駒具愚虞喰空偶寓遇隅串櫛釧屑屈"],["b7a1","掘窟沓靴轡窪熊隈粂栗繰桑鍬勲君薫訓群軍郡卦袈祁係傾刑兄啓圭珪型契形径恵慶慧憩掲携敬景桂渓畦稽系経継繋罫茎荊蛍計詣警軽頚鶏芸迎鯨劇戟撃激隙桁傑欠決潔穴結血訣月件倹倦健兼券剣喧圏堅嫌建憲懸拳捲"],["b8a1","検権牽犬献研硯絹県肩見謙賢軒遣鍵険顕験鹸元原厳幻弦減源玄現絃舷言諺限乎個古呼固姑孤己庫弧戸故枯湖狐糊袴股胡菰虎誇跨鈷雇顧鼓五互伍午呉吾娯後御悟梧檎瑚碁語誤護醐乞鯉交佼侯候倖光公功効勾厚口向"],["b9a1","后喉坑垢好孔孝宏工巧巷幸広庚康弘恒慌抗拘控攻昂晃更杭校梗構江洪浩港溝甲皇硬稿糠紅紘絞綱耕考肯肱腔膏航荒行衡講貢購郊酵鉱砿鋼閤降項香高鴻剛劫号合壕拷濠豪轟麹克刻告国穀酷鵠黒獄漉腰甑忽惚骨狛込"],["baa1","此頃今困坤墾婚恨懇昏昆根梱混痕紺艮魂些佐叉唆嵯左差査沙瑳砂詐鎖裟坐座挫債催再最哉塞妻宰彩才採栽歳済災采犀砕砦祭斎細菜裁載際剤在材罪財冴坂阪堺榊肴咲崎埼碕鷺作削咋搾昨朔柵窄策索錯桜鮭笹匙冊刷"],["bba1","察拶撮擦札殺薩雑皐鯖捌錆鮫皿晒三傘参山惨撒散桟燦珊産算纂蚕讃賛酸餐斬暫残仕仔伺使刺司史嗣四士始姉姿子屍市師志思指支孜斯施旨枝止死氏獅祉私糸紙紫肢脂至視詞詩試誌諮資賜雌飼歯事似侍児字寺慈持時"],["bca1","次滋治爾璽痔磁示而耳自蒔辞汐鹿式識鴫竺軸宍雫七叱執失嫉室悉湿漆疾質実蔀篠偲柴芝屡蕊縞舎写射捨赦斜煮社紗者謝車遮蛇邪借勺尺杓灼爵酌釈錫若寂弱惹主取守手朱殊狩珠種腫趣酒首儒受呪寿授樹綬需囚収周"],["bda1","宗就州修愁拾洲秀秋終繍習臭舟蒐衆襲讐蹴輯週酋酬集醜什住充十従戎柔汁渋獣縦重銃叔夙宿淑祝縮粛塾熟出術述俊峻春瞬竣舜駿准循旬楯殉淳準潤盾純巡遵醇順処初所暑曙渚庶緒署書薯藷諸助叙女序徐恕鋤除傷償"],["bea1","勝匠升召哨商唱嘗奨妾娼宵将小少尚庄床廠彰承抄招掌捷昇昌昭晶松梢樟樵沼消渉湘焼焦照症省硝礁祥称章笑粧紹肖菖蒋蕉衝裳訟証詔詳象賞醤鉦鍾鐘障鞘上丈丞乗冗剰城場壌嬢常情擾条杖浄状畳穣蒸譲醸錠嘱埴飾"],["bfa1","拭植殖燭織職色触食蝕辱尻伸信侵唇娠寝審心慎振新晋森榛浸深申疹真神秦紳臣芯薪親診身辛進針震人仁刃塵壬尋甚尽腎訊迅陣靭笥諏須酢図厨逗吹垂帥推水炊睡粋翠衰遂酔錐錘随瑞髄崇嵩数枢趨雛据杉椙菅頗雀裾"],["c0a1","澄摺寸世瀬畝是凄制勢姓征性成政整星晴棲栖正清牲生盛精聖声製西誠誓請逝醒青静斉税脆隻席惜戚斥昔析石積籍績脊責赤跡蹟碩切拙接摂折設窃節説雪絶舌蝉仙先千占宣専尖川戦扇撰栓栴泉浅洗染潜煎煽旋穿箭線"],["c1a1","繊羨腺舛船薦詮賎践選遷銭銑閃鮮前善漸然全禅繕膳糎噌塑岨措曾曽楚狙疏疎礎祖租粗素組蘇訴阻遡鼠僧創双叢倉喪壮奏爽宋層匝惣想捜掃挿掻操早曹巣槍槽漕燥争痩相窓糟総綜聡草荘葬蒼藻装走送遭鎗霜騒像増憎"],["c2a1","臓蔵贈造促側則即息捉束測足速俗属賊族続卒袖其揃存孫尊損村遜他多太汰詑唾堕妥惰打柁舵楕陀駄騨体堆対耐岱帯待怠態戴替泰滞胎腿苔袋貸退逮隊黛鯛代台大第醍題鷹滝瀧卓啄宅托択拓沢濯琢託鐸濁諾茸凧蛸只"],["c3a1","叩但達辰奪脱巽竪辿棚谷狸鱈樽誰丹単嘆坦担探旦歎淡湛炭短端箪綻耽胆蛋誕鍛団壇弾断暖檀段男談値知地弛恥智池痴稚置致蜘遅馳築畜竹筑蓄逐秩窒茶嫡着中仲宙忠抽昼柱注虫衷註酎鋳駐樗瀦猪苧著貯丁兆凋喋寵"],["c4a1","帖帳庁弔張彫徴懲挑暢朝潮牒町眺聴脹腸蝶調諜超跳銚長頂鳥勅捗直朕沈珍賃鎮陳津墜椎槌追鎚痛通塚栂掴槻佃漬柘辻蔦綴鍔椿潰坪壷嬬紬爪吊釣鶴亭低停偵剃貞呈堤定帝底庭廷弟悌抵挺提梯汀碇禎程締艇訂諦蹄逓"],["c5a1","邸鄭釘鼎泥摘擢敵滴的笛適鏑溺哲徹撤轍迭鉄典填天展店添纏甜貼転顛点伝殿澱田電兎吐堵塗妬屠徒斗杜渡登菟賭途都鍍砥砺努度土奴怒倒党冬凍刀唐塔塘套宕島嶋悼投搭東桃梼棟盗淘湯涛灯燈当痘祷等答筒糖統到"],["c6a1","董蕩藤討謄豆踏逃透鐙陶頭騰闘働動同堂導憧撞洞瞳童胴萄道銅峠鴇匿得徳涜特督禿篤毒独読栃橡凸突椴届鳶苫寅酉瀞噸屯惇敦沌豚遁頓呑曇鈍奈那内乍凪薙謎灘捺鍋楢馴縄畷南楠軟難汝二尼弐迩匂賑肉虹廿日乳入"],["c7a1","如尿韮任妊忍認濡禰祢寧葱猫熱年念捻撚燃粘乃廼之埜嚢悩濃納能脳膿農覗蚤巴把播覇杷波派琶破婆罵芭馬俳廃拝排敗杯盃牌背肺輩配倍培媒梅楳煤狽買売賠陪這蝿秤矧萩伯剥博拍柏泊白箔粕舶薄迫曝漠爆縛莫駁麦"],["c8a1","函箱硲箸肇筈櫨幡肌畑畠八鉢溌発醗髪伐罰抜筏閥鳩噺塙蛤隼伴判半反叛帆搬斑板氾汎版犯班畔繁般藩販範釆煩頒飯挽晩番盤磐蕃蛮匪卑否妃庇彼悲扉批披斐比泌疲皮碑秘緋罷肥被誹費避非飛樋簸備尾微枇毘琵眉美"],["c9a1","鼻柊稗匹疋髭彦膝菱肘弼必畢筆逼桧姫媛紐百謬俵彪標氷漂瓢票表評豹廟描病秒苗錨鋲蒜蛭鰭品彬斌浜瀕貧賓頻敏瓶不付埠夫婦富冨布府怖扶敷斧普浮父符腐膚芙譜負賦赴阜附侮撫武舞葡蕪部封楓風葺蕗伏副復幅服"],["caa1","福腹複覆淵弗払沸仏物鮒分吻噴墳憤扮焚奮粉糞紛雰文聞丙併兵塀幣平弊柄並蔽閉陛米頁僻壁癖碧別瞥蔑箆偏変片篇編辺返遍便勉娩弁鞭保舗鋪圃捕歩甫補輔穂募墓慕戊暮母簿菩倣俸包呆報奉宝峰峯崩庖抱捧放方朋"],["cba1","法泡烹砲縫胞芳萌蓬蜂褒訪豊邦鋒飽鳳鵬乏亡傍剖坊妨帽忘忙房暴望某棒冒紡肪膨謀貌貿鉾防吠頬北僕卜墨撲朴牧睦穆釦勃没殆堀幌奔本翻凡盆摩磨魔麻埋妹昧枚毎哩槙幕膜枕鮪柾鱒桝亦俣又抹末沫迄侭繭麿万慢満"],["cca1","漫蔓味未魅巳箕岬密蜜湊蓑稔脈妙粍民眠務夢無牟矛霧鵡椋婿娘冥名命明盟迷銘鳴姪牝滅免棉綿緬面麺摸模茂妄孟毛猛盲網耗蒙儲木黙目杢勿餅尤戻籾貰問悶紋門匁也冶夜爺耶野弥矢厄役約薬訳躍靖柳薮鑓愉愈油癒"],["cda1","諭輸唯佑優勇友宥幽悠憂揖有柚湧涌猶猷由祐裕誘遊邑郵雄融夕予余与誉輿預傭幼妖容庸揚揺擁曜楊様洋溶熔用窯羊耀葉蓉要謡踊遥陽養慾抑欲沃浴翌翼淀羅螺裸来莱頼雷洛絡落酪乱卵嵐欄濫藍蘭覧利吏履李梨理璃"],["cea1","痢裏裡里離陸律率立葎掠略劉流溜琉留硫粒隆竜龍侶慮旅虜了亮僚両凌寮料梁涼猟療瞭稜糧良諒遼量陵領力緑倫厘林淋燐琳臨輪隣鱗麟瑠塁涙累類令伶例冷励嶺怜玲礼苓鈴隷零霊麗齢暦歴列劣烈裂廉恋憐漣煉簾練聯"],["cfa1","蓮連錬呂魯櫓炉賂路露労婁廊弄朗楼榔浪漏牢狼篭老聾蝋郎六麓禄肋録論倭和話歪賄脇惑枠鷲亙亘鰐詫藁蕨椀湾碗腕"],["d0a1","弌丐丕个丱丶丼丿乂乖乘亂亅豫亊舒弍于亞亟亠亢亰亳亶从仍仄仆仂仗仞仭仟价伉佚估佛佝佗佇佶侈侏侘佻佩佰侑佯來侖儘俔俟俎俘俛俑俚俐俤俥倚倨倔倪倥倅伜俶倡倩倬俾俯們倆偃假會偕偐偈做偖偬偸傀傚傅傴傲"],["d1a1","僉僊傳僂僖僞僥僭僣僮價僵儉儁儂儖儕儔儚儡儺儷儼儻儿兀兒兌兔兢竸兩兪兮冀冂囘册冉冏冑冓冕冖冤冦冢冩冪冫决冱冲冰况冽凅凉凛几處凩凭凰凵凾刄刋刔刎刧刪刮刳刹剏剄剋剌剞剔剪剴剩剳剿剽劍劔劒剱劈劑辨"],["d2a1","辧劬劭劼劵勁勍勗勞勣勦飭勠勳勵勸勹匆匈甸匍匐匏匕匚匣匯匱匳匸區卆卅丗卉卍凖卞卩卮夘卻卷厂厖厠厦厥厮厰厶參簒雙叟曼燮叮叨叭叺吁吽呀听吭吼吮吶吩吝呎咏呵咎呟呱呷呰咒呻咀呶咄咐咆哇咢咸咥咬哄哈咨"],["d3a1","咫哂咤咾咼哘哥哦唏唔哽哮哭哺哢唹啀啣啌售啜啅啖啗唸唳啝喙喀咯喊喟啻啾喘喞單啼喃喩喇喨嗚嗅嗟嗄嗜嗤嗔嘔嗷嘖嗾嗽嘛嗹噎噐營嘴嘶嘲嘸噫噤嘯噬噪嚆嚀嚊嚠嚔嚏嚥嚮嚶嚴囂嚼囁囃囀囈囎囑囓囗囮囹圀囿圄圉"],["d4a1","圈國圍圓團圖嗇圜圦圷圸坎圻址坏坩埀垈坡坿垉垓垠垳垤垪垰埃埆埔埒埓堊埖埣堋堙堝塲堡塢塋塰毀塒堽塹墅墹墟墫墺壞墻墸墮壅壓壑壗壙壘壥壜壤壟壯壺壹壻壼壽夂夊夐夛梦夥夬夭夲夸夾竒奕奐奎奚奘奢奠奧奬奩"],["d5a1","奸妁妝佞侫妣妲姆姨姜妍姙姚娥娟娑娜娉娚婀婬婉娵娶婢婪媚媼媾嫋嫂媽嫣嫗嫦嫩嫖嫺嫻嬌嬋嬖嬲嫐嬪嬶嬾孃孅孀孑孕孚孛孥孩孰孳孵學斈孺宀它宦宸寃寇寉寔寐寤實寢寞寥寫寰寶寳尅將專對尓尠尢尨尸尹屁屆屎屓"],["d6a1","屐屏孱屬屮乢屶屹岌岑岔妛岫岻岶岼岷峅岾峇峙峩峽峺峭嶌峪崋崕崗嵜崟崛崑崔崢崚崙崘嵌嵒嵎嵋嵬嵳嵶嶇嶄嶂嶢嶝嶬嶮嶽嶐嶷嶼巉巍巓巒巖巛巫已巵帋帚帙帑帛帶帷幄幃幀幎幗幔幟幢幤幇幵并幺麼广庠廁廂廈廐廏"],["d7a1","廖廣廝廚廛廢廡廨廩廬廱廳廰廴廸廾弃弉彝彜弋弑弖弩弭弸彁彈彌彎弯彑彖彗彙彡彭彳彷徃徂彿徊很徑徇從徙徘徠徨徭徼忖忻忤忸忱忝悳忿怡恠怙怐怩怎怱怛怕怫怦怏怺恚恁恪恷恟恊恆恍恣恃恤恂恬恫恙悁悍惧悃悚"],["d8a1","悄悛悖悗悒悧悋惡悸惠惓悴忰悽惆悵惘慍愕愆惶惷愀惴惺愃愡惻惱愍愎慇愾愨愧慊愿愼愬愴愽慂慄慳慷慘慙慚慫慴慯慥慱慟慝慓慵憙憖憇憬憔憚憊憑憫憮懌懊應懷懈懃懆憺懋罹懍懦懣懶懺懴懿懽懼懾戀戈戉戍戌戔戛"],["d9a1","戞戡截戮戰戲戳扁扎扞扣扛扠扨扼抂抉找抒抓抖拔抃抔拗拑抻拏拿拆擔拈拜拌拊拂拇抛拉挌拮拱挧挂挈拯拵捐挾捍搜捏掖掎掀掫捶掣掏掉掟掵捫捩掾揩揀揆揣揉插揶揄搖搴搆搓搦搶攝搗搨搏摧摯摶摎攪撕撓撥撩撈撼"],["daa1","據擒擅擇撻擘擂擱擧舉擠擡抬擣擯攬擶擴擲擺攀擽攘攜攅攤攣攫攴攵攷收攸畋效敖敕敍敘敞敝敲數斂斃變斛斟斫斷旃旆旁旄旌旒旛旙无旡旱杲昊昃旻杳昵昶昴昜晏晄晉晁晞晝晤晧晨晟晢晰暃暈暎暉暄暘暝曁暹曉暾暼"],["dba1","曄暸曖曚曠昿曦曩曰曵曷朏朖朞朦朧霸朮朿朶杁朸朷杆杞杠杙杣杤枉杰枩杼杪枌枋枦枡枅枷柯枴柬枳柩枸柤柞柝柢柮枹柎柆柧檜栞框栩桀桍栲桎梳栫桙档桷桿梟梏梭梔條梛梃檮梹桴梵梠梺椏梍桾椁棊椈棘椢椦棡椌棍"],["dca1","棔棧棕椶椒椄棗棣椥棹棠棯椨椪椚椣椡棆楹楷楜楸楫楔楾楮椹楴椽楙椰楡楞楝榁楪榲榮槐榿槁槓榾槎寨槊槝榻槃榧樮榑榠榜榕榴槞槨樂樛槿權槹槲槧樅榱樞槭樔槫樊樒櫁樣樓橄樌橲樶橸橇橢橙橦橈樸樢檐檍檠檄檢檣"],["dda1","檗蘗檻櫃櫂檸檳檬櫞櫑櫟檪櫚櫪櫻欅蘖櫺欒欖鬱欟欸欷盜欹飮歇歃歉歐歙歔歛歟歡歸歹歿殀殄殃殍殘殕殞殤殪殫殯殲殱殳殷殼毆毋毓毟毬毫毳毯麾氈氓气氛氤氣汞汕汢汪沂沍沚沁沛汾汨汳沒沐泄泱泓沽泗泅泝沮沱沾"],["dea1","沺泛泯泙泪洟衍洶洫洽洸洙洵洳洒洌浣涓浤浚浹浙涎涕濤涅淹渕渊涵淇淦涸淆淬淞淌淨淒淅淺淙淤淕淪淮渭湮渮渙湲湟渾渣湫渫湶湍渟湃渺湎渤滿渝游溂溪溘滉溷滓溽溯滄溲滔滕溏溥滂溟潁漑灌滬滸滾漿滲漱滯漲滌"],["dfa1","漾漓滷澆潺潸澁澀潯潛濳潭澂潼潘澎澑濂潦澳澣澡澤澹濆澪濟濕濬濔濘濱濮濛瀉瀋濺瀑瀁瀏濾瀛瀚潴瀝瀘瀟瀰瀾瀲灑灣炙炒炯烱炬炸炳炮烟烋烝烙焉烽焜焙煥煕熈煦煢煌煖煬熏燻熄熕熨熬燗熹熾燒燉燔燎燠燬燧燵燼"],["e0a1","燹燿爍爐爛爨爭爬爰爲爻爼爿牀牆牋牘牴牾犂犁犇犒犖犢犧犹犲狃狆狄狎狒狢狠狡狹狷倏猗猊猜猖猝猴猯猩猥猾獎獏默獗獪獨獰獸獵獻獺珈玳珎玻珀珥珮珞璢琅瑯琥珸琲琺瑕琿瑟瑙瑁瑜瑩瑰瑣瑪瑶瑾璋璞璧瓊瓏瓔珱"],["e1a1","瓠瓣瓧瓩瓮瓲瓰瓱瓸瓷甄甃甅甌甎甍甕甓甞甦甬甼畄畍畊畉畛畆畚畩畤畧畫畭畸當疆疇畴疊疉疂疔疚疝疥疣痂疳痃疵疽疸疼疱痍痊痒痙痣痞痾痿痼瘁痰痺痲痳瘋瘍瘉瘟瘧瘠瘡瘢瘤瘴瘰瘻癇癈癆癜癘癡癢癨癩癪癧癬癰"],["e2a1","癲癶癸發皀皃皈皋皎皖皓皙皚皰皴皸皹皺盂盍盖盒盞盡盥盧盪蘯盻眈眇眄眩眤眞眥眦眛眷眸睇睚睨睫睛睥睿睾睹瞎瞋瞑瞠瞞瞰瞶瞹瞿瞼瞽瞻矇矍矗矚矜矣矮矼砌砒礦砠礪硅碎硴碆硼碚碌碣碵碪碯磑磆磋磔碾碼磅磊磬"],["e3a1","磧磚磽磴礇礒礑礙礬礫祀祠祗祟祚祕祓祺祿禊禝禧齋禪禮禳禹禺秉秕秧秬秡秣稈稍稘稙稠稟禀稱稻稾稷穃穗穉穡穢穩龝穰穹穽窈窗窕窘窖窩竈窰窶竅竄窿邃竇竊竍竏竕竓站竚竝竡竢竦竭竰笂笏笊笆笳笘笙笞笵笨笶筐"],["e4a1","筺笄筍笋筌筅筵筥筴筧筰筱筬筮箝箘箟箍箜箚箋箒箏筝箙篋篁篌篏箴篆篝篩簑簔篦篥籠簀簇簓篳篷簗簍篶簣簧簪簟簷簫簽籌籃籔籏籀籐籘籟籤籖籥籬籵粃粐粤粭粢粫粡粨粳粲粱粮粹粽糀糅糂糘糒糜糢鬻糯糲糴糶糺紆"],["e5a1","紂紜紕紊絅絋紮紲紿紵絆絳絖絎絲絨絮絏絣經綉絛綏絽綛綺綮綣綵緇綽綫總綢綯緜綸綟綰緘緝緤緞緻緲緡縅縊縣縡縒縱縟縉縋縢繆繦縻縵縹繃縷縲縺繧繝繖繞繙繚繹繪繩繼繻纃緕繽辮繿纈纉續纒纐纓纔纖纎纛纜缸缺"],["e6a1","罅罌罍罎罐网罕罔罘罟罠罨罩罧罸羂羆羃羈羇羌羔羞羝羚羣羯羲羹羮羶羸譱翅翆翊翕翔翡翦翩翳翹飜耆耄耋耒耘耙耜耡耨耿耻聊聆聒聘聚聟聢聨聳聲聰聶聹聽聿肄肆肅肛肓肚肭冐肬胛胥胙胝胄胚胖脉胯胱脛脩脣脯腋"],["e7a1","隋腆脾腓腑胼腱腮腥腦腴膃膈膊膀膂膠膕膤膣腟膓膩膰膵膾膸膽臀臂膺臉臍臑臙臘臈臚臟臠臧臺臻臾舁舂舅與舊舍舐舖舩舫舸舳艀艙艘艝艚艟艤艢艨艪艫舮艱艷艸艾芍芒芫芟芻芬苡苣苟苒苴苳苺莓范苻苹苞茆苜茉苙"],["e8a1","茵茴茖茲茱荀茹荐荅茯茫茗茘莅莚莪莟莢莖茣莎莇莊荼莵荳荵莠莉莨菴萓菫菎菽萃菘萋菁菷萇菠菲萍萢萠莽萸蔆菻葭萪萼蕚蒄葷葫蒭葮蒂葩葆萬葯葹萵蓊葢蒹蒿蒟蓙蓍蒻蓚蓐蓁蓆蓖蒡蔡蓿蓴蔗蔘蔬蔟蔕蔔蓼蕀蕣蕘蕈"],["e9a1","蕁蘂蕋蕕薀薤薈薑薊薨蕭薔薛藪薇薜蕷蕾薐藉薺藏薹藐藕藝藥藜藹蘊蘓蘋藾藺蘆蘢蘚蘰蘿虍乕虔號虧虱蚓蚣蚩蚪蚋蚌蚶蚯蛄蛆蚰蛉蠣蚫蛔蛞蛩蛬蛟蛛蛯蜒蜆蜈蜀蜃蛻蜑蜉蜍蛹蜊蜴蜿蜷蜻蜥蜩蜚蝠蝟蝸蝌蝎蝴蝗蝨蝮蝙"],["eaa1","蝓蝣蝪蠅螢螟螂螯蟋螽蟀蟐雖螫蟄螳蟇蟆螻蟯蟲蟠蠏蠍蟾蟶蟷蠎蟒蠑蠖蠕蠢蠡蠱蠶蠹蠧蠻衄衂衒衙衞衢衫袁衾袞衵衽袵衲袂袗袒袮袙袢袍袤袰袿袱裃裄裔裘裙裝裹褂裼裴裨裲褄褌褊褓襃褞褥褪褫襁襄褻褶褸襌褝襠襞"],["eba1","襦襤襭襪襯襴襷襾覃覈覊覓覘覡覩覦覬覯覲覺覽覿觀觚觜觝觧觴觸訃訖訐訌訛訝訥訶詁詛詒詆詈詼詭詬詢誅誂誄誨誡誑誥誦誚誣諄諍諂諚諫諳諧諤諱謔諠諢諷諞諛謌謇謚諡謖謐謗謠謳鞫謦謫謾謨譁譌譏譎證譖譛譚譫"],["eca1","譟譬譯譴譽讀讌讎讒讓讖讙讚谺豁谿豈豌豎豐豕豢豬豸豺貂貉貅貊貍貎貔豼貘戝貭貪貽貲貳貮貶賈賁賤賣賚賽賺賻贄贅贊贇贏贍贐齎贓賍贔贖赧赭赱赳趁趙跂趾趺跏跚跖跌跛跋跪跫跟跣跼踈踉跿踝踞踐踟蹂踵踰踴蹊"],["eda1","蹇蹉蹌蹐蹈蹙蹤蹠踪蹣蹕蹶蹲蹼躁躇躅躄躋躊躓躑躔躙躪躡躬躰軆躱躾軅軈軋軛軣軼軻軫軾輊輅輕輒輙輓輜輟輛輌輦輳輻輹轅轂輾轌轉轆轎轗轜轢轣轤辜辟辣辭辯辷迚迥迢迪迯邇迴逅迹迺逑逕逡逍逞逖逋逧逶逵逹迸"],["eea1","遏遐遑遒逎遉逾遖遘遞遨遯遶隨遲邂遽邁邀邊邉邏邨邯邱邵郢郤扈郛鄂鄒鄙鄲鄰酊酖酘酣酥酩酳酲醋醉醂醢醫醯醪醵醴醺釀釁釉釋釐釖釟釡釛釼釵釶鈞釿鈔鈬鈕鈑鉞鉗鉅鉉鉤鉈銕鈿鉋鉐銜銖銓銛鉚鋏銹銷鋩錏鋺鍄錮"],["efa1","錙錢錚錣錺錵錻鍜鍠鍼鍮鍖鎰鎬鎭鎔鎹鏖鏗鏨鏥鏘鏃鏝鏐鏈鏤鐚鐔鐓鐃鐇鐐鐶鐫鐵鐡鐺鑁鑒鑄鑛鑠鑢鑞鑪鈩鑰鑵鑷鑽鑚鑼鑾钁鑿閂閇閊閔閖閘閙閠閨閧閭閼閻閹閾闊濶闃闍闌闕闔闖關闡闥闢阡阨阮阯陂陌陏陋陷陜陞"],["f0a1","陝陟陦陲陬隍隘隕隗險隧隱隲隰隴隶隸隹雎雋雉雍襍雜霍雕雹霄霆霈霓霎霑霏霖霙霤霪霰霹霽霾靄靆靈靂靉靜靠靤靦靨勒靫靱靹鞅靼鞁靺鞆鞋鞏鞐鞜鞨鞦鞣鞳鞴韃韆韈韋韜韭齏韲竟韶韵頏頌頸頤頡頷頽顆顏顋顫顯顰"],["f1a1","顱顴顳颪颯颱颶飄飃飆飩飫餃餉餒餔餘餡餝餞餤餠餬餮餽餾饂饉饅饐饋饑饒饌饕馗馘馥馭馮馼駟駛駝駘駑駭駮駱駲駻駸騁騏騅駢騙騫騷驅驂驀驃騾驕驍驛驗驟驢驥驤驩驫驪骭骰骼髀髏髑髓體髞髟髢髣髦髯髫髮髴髱髷"],["f2a1","髻鬆鬘鬚鬟鬢鬣鬥鬧鬨鬩鬪鬮鬯鬲魄魃魏魍魎魑魘魴鮓鮃鮑鮖鮗鮟鮠鮨鮴鯀鯊鮹鯆鯏鯑鯒鯣鯢鯤鯔鯡鰺鯲鯱鯰鰕鰔鰉鰓鰌鰆鰈鰒鰊鰄鰮鰛鰥鰤鰡鰰鱇鰲鱆鰾鱚鱠鱧鱶鱸鳧鳬鳰鴉鴈鳫鴃鴆鴪鴦鶯鴣鴟鵄鴕鴒鵁鴿鴾鵆鵈"],["f3a1","鵝鵞鵤鵑鵐鵙鵲鶉鶇鶫鵯鵺鶚鶤鶩鶲鷄鷁鶻鶸鶺鷆鷏鷂鷙鷓鷸鷦鷭鷯鷽鸚鸛鸞鹵鹹鹽麁麈麋麌麒麕麑麝麥麩麸麪麭靡黌黎黏黐黔黜點黝黠黥黨黯黴黶黷黹黻黼黽鼇鼈皷鼕鼡鼬鼾齊齒齔齣齟齠齡齦齧齬齪齷齲齶龕龜龠"],["f4a1","堯槇遙瑤凜熙"],["f9a1","纊褜鍈銈蓜俉炻昱棈鋹曻彅丨仡仼伀伃伹佖侒侊侚侔俍偀倢俿倞偆偰偂傔僴僘兊兤冝冾凬刕劜劦勀勛匀匇匤卲厓厲叝﨎咜咊咩哿喆坙坥垬埈埇﨏塚增墲夋奓奛奝奣妤妺孖寀甯寘寬尞岦岺峵崧嵓﨑嵂嵭嶸嶹巐弡弴彧德"],["faa1","忞恝悅悊惞惕愠惲愑愷愰憘戓抦揵摠撝擎敎昀昕昻昉昮昞昤晥晗晙晴晳暙暠暲暿曺朎朗杦枻桒柀栁桄棏﨓楨﨔榘槢樰橫橆橳橾櫢櫤毖氿汜沆汯泚洄涇浯涖涬淏淸淲淼渹湜渧渼溿澈澵濵瀅瀇瀨炅炫焏焄煜煆煇凞燁燾犱"],["fba1","犾猤猪獷玽珉珖珣珒琇珵琦琪琩琮瑢璉璟甁畯皂皜皞皛皦益睆劯砡硎硤硺礰礼神祥禔福禛竑竧靖竫箞精絈絜綷綠緖繒罇羡羽茁荢荿菇菶葈蒴蕓蕙蕫﨟薰蘒﨡蠇裵訒訷詹誧誾諟諸諶譓譿賰賴贒赶﨣軏﨤逸遧郞都鄕鄧釚"],["fca1","釗釞釭釮釤釥鈆鈐鈊鈺鉀鈼鉎鉙鉑鈹鉧銧鉷鉸鋧鋗鋙鋐﨧鋕鋠鋓錥錡鋻﨨錞鋿錝錂鍰鍗鎤鏆鏞鏸鐱鑅鑈閒隆﨩隝隯霳霻靃靍靏靑靕顗顥飯飼餧館馞驎髙髜魵魲鮏鮱鮻鰀鵰鵫鶴鸙黑"],["fcf1","ⅰ",9,"¬¦'""],["8fa2af","˘ˇ¸˙˝¯˛˚~΄΅"],["8fa2c2","¡¦¿"],["8fa2eb","ºª©®™¤№"],["8fa6e1","ΆΈΉΊΪ"],["8fa6e7","Ό"],["8fa6e9","ΎΫ"],["8fa6ec","Ώ"],["8fa6f1","άέήίϊΐόςύϋΰώ"],["8fa7c2","Ђ",10,"ЎЏ"],["8fa7f2","ђ",10,"ўџ"],["8fa9a1","ÆĐ"],["8fa9a4","Ħ"],["8fa9a6","IJ"],["8fa9a8","ŁĿ"],["8fa9ab","ŊØŒ"],["8fa9af","ŦÞ"],["8fa9c1","æđðħıijĸłŀʼnŋøœßŧþ"],["8faaa1","ÁÀÄÂĂǍĀĄÅÃĆĈČÇĊĎÉÈËÊĚĖĒĘ"],["8faaba","ĜĞĢĠĤÍÌÏÎǏİĪĮĨĴĶĹĽĻŃŇŅÑÓÒÖÔǑŐŌÕŔŘŖŚŜŠŞŤŢÚÙÜÛŬǓŰŪŲŮŨǗǛǙǕŴÝŸŶŹŽŻ"],["8faba1","áàäâăǎāąåãćĉčçċďéèëêěėēęǵĝğ"],["8fabbd","ġĥíìïîǐ"],["8fabc5","īįĩĵķĺľļńňņñóòöôǒőōõŕřŗśŝšşťţúùüûŭǔűūųůũǘǜǚǖŵýÿŷźžż"],["8fb0a1","丂丄丅丌丒丟丣两丨丫丮丯丰丵乀乁乄乇乑乚乜乣乨乩乴乵乹乿亍亖亗亝亯亹仃仐仚仛仠仡仢仨仯仱仳仵份仾仿伀伂伃伈伋伌伒伕伖众伙伮伱你伳伵伷伹伻伾佀佂佈佉佋佌佒佔佖佘佟佣佪佬佮佱佷佸佹佺佽佾侁侂侄"],["8fb1a1","侅侉侊侌侎侐侒侓侔侗侙侚侞侟侲侷侹侻侼侽侾俀俁俅俆俈俉俋俌俍俏俒俜俠俢俰俲俼俽俿倀倁倄倇倊倌倎倐倓倗倘倛倜倝倞倢倧倮倰倲倳倵偀偁偂偅偆偊偌偎偑偒偓偗偙偟偠偢偣偦偧偪偭偰偱倻傁傃傄傆傊傎傏傐"],["8fb2a1","傒傓傔傖傛傜傞",4,"傪傯傰傹傺傽僀僃僄僇僌僎僐僓僔僘僜僝僟僢僤僦僨僩僯僱僶僺僾儃儆儇儈儋儌儍儎僲儐儗儙儛儜儝儞儣儧儨儬儭儯儱儳儴儵儸儹兂兊兏兓兕兗兘兟兤兦兾冃冄冋冎冘冝冡冣冭冸冺冼冾冿凂"],["8fb3a1","凈减凑凒凓凕凘凞凢凥凮凲凳凴凷刁刂刅划刓刕刖刘刢刨刱刲刵刼剅剉剕剗剘剚剜剟剠剡剦剮剷剸剹劀劂劅劊劌劓劕劖劗劘劚劜劤劥劦劧劯劰劶劷劸劺劻劽勀勄勆勈勌勏勑勔勖勛勜勡勥勨勩勪勬勰勱勴勶勷匀匃匊匋"],["8fb4a1","匌匑匓匘匛匜匞匟匥匧匨匩匫匬匭匰匲匵匼匽匾卂卌卋卙卛卡卣卥卬卭卲卹卾厃厇厈厎厓厔厙厝厡厤厪厫厯厲厴厵厷厸厺厽叀叅叏叒叓叕叚叝叞叠另叧叵吂吓吚吡吧吨吪启吱吴吵呃呄呇呍呏呞呢呤呦呧呩呫呭呮呴呿"],["8fb5a1","咁咃咅咈咉咍咑咕咖咜咟咡咦咧咩咪咭咮咱咷咹咺咻咿哆哊响哎哠哪哬哯哶哼哾哿唀唁唅唈唉唌唍唎唕唪唫唲唵唶唻唼唽啁啇啉啊啍啐啑啘啚啛啞啠啡啤啦啿喁喂喆喈喎喏喑喒喓喔喗喣喤喭喲喿嗁嗃嗆嗉嗋嗌嗎嗑嗒"],["8fb6a1","嗓嗗嗘嗛嗞嗢嗩嗶嗿嘅嘈嘊嘍",5,"嘙嘬嘰嘳嘵嘷嘹嘻嘼嘽嘿噀噁噃噄噆噉噋噍噏噔噞噠噡噢噣噦噩噭噯噱噲噵嚄嚅嚈嚋嚌嚕嚙嚚嚝嚞嚟嚦嚧嚨嚩嚫嚬嚭嚱嚳嚷嚾囅囉囊囋囏囐囌囍囙囜囝囟囡囤",4,"囱囫园"],["8fb7a1","囶囷圁圂圇圊圌圑圕圚圛圝圠圢圣圤圥圩圪圬圮圯圳圴圽圾圿坅坆坌坍坒坢坥坧坨坫坭",4,"坳坴坵坷坹坺坻坼坾垁垃垌垔垗垙垚垜垝垞垟垡垕垧垨垩垬垸垽埇埈埌埏埕埝埞埤埦埧埩埭埰埵埶埸埽埾埿堃堄堈堉埡"],["8fb8a1","堌堍堛堞堟堠堦堧堭堲堹堿塉塌塍塏塐塕塟塡塤塧塨塸塼塿墀墁墇墈墉墊墌墍墏墐墔墖墝墠墡墢墦墩墱墲壄墼壂壈壍壎壐壒壔壖壚壝壡壢壩壳夅夆夋夌夒夓夔虁夝夡夣夤夨夯夰夳夵夶夿奃奆奒奓奙奛奝奞奟奡奣奫奭"],["8fb9a1","奯奲奵奶她奻奼妋妌妎妒妕妗妟妤妧妭妮妯妰妳妷妺妼姁姃姄姈姊姍姒姝姞姟姣姤姧姮姯姱姲姴姷娀娄娌娍娎娒娓娞娣娤娧娨娪娭娰婄婅婇婈婌婐婕婞婣婥婧婭婷婺婻婾媋媐媓媖媙媜媞媟媠媢媧媬媱媲媳媵媸媺媻媿"],["8fbaa1","嫄嫆嫈嫏嫚嫜嫠嫥嫪嫮嫵嫶嫽嬀嬁嬈嬗嬴嬙嬛嬝嬡嬥嬭嬸孁孋孌孒孖孞孨孮孯孼孽孾孿宁宄宆宊宎宐宑宓宔宖宨宩宬宭宯宱宲宷宺宼寀寁寍寏寖",4,"寠寯寱寴寽尌尗尞尟尣尦尩尫尬尮尰尲尵尶屙屚屜屢屣屧屨屩"],["8fbba1","屭屰屴屵屺屻屼屽岇岈岊岏岒岝岟岠岢岣岦岪岲岴岵岺峉峋峒峝峗峮峱峲峴崁崆崍崒崫崣崤崦崧崱崴崹崽崿嵂嵃嵆嵈嵕嵑嵙嵊嵟嵠嵡嵢嵤嵪嵭嵰嵹嵺嵾嵿嶁嶃嶈嶊嶒嶓嶔嶕嶙嶛嶟嶠嶧嶫嶰嶴嶸嶹巃巇巋巐巎巘巙巠巤"],["8fbca1","巩巸巹帀帇帍帒帔帕帘帟帠帮帨帲帵帾幋幐幉幑幖幘幛幜幞幨幪",4,"幰庀庋庎庢庤庥庨庪庬庱庳庽庾庿廆廌廋廎廑廒廔廕廜廞廥廫异弆弇弈弎弙弜弝弡弢弣弤弨弫弬弮弰弴弶弻弽弿彀彄彅彇彍彐彔彘彛彠彣彤彧"],["8fbda1","彯彲彴彵彸彺彽彾徉徍徏徖徜徝徢徧徫徤徬徯徰徱徸忄忇忈忉忋忐",4,"忞忡忢忨忩忪忬忭忮忯忲忳忶忺忼怇怊怍怓怔怗怘怚怟怤怭怳怵恀恇恈恉恌恑恔恖恗恝恡恧恱恾恿悂悆悈悊悎悑悓悕悘悝悞悢悤悥您悰悱悷"],["8fbea1","悻悾惂惄惈惉惊惋惎惏惔惕惙惛惝惞惢惥惲惵惸惼惽愂愇愊愌愐",4,"愖愗愙愜愞愢愪愫愰愱愵愶愷愹慁慅慆慉慞慠慬慲慸慻慼慿憀憁憃憄憋憍憒憓憗憘憜憝憟憠憥憨憪憭憸憹憼懀懁懂懎懏懕懜懝懞懟懡懢懧懩懥"],["8fbfa1","懬懭懯戁戃戄戇戓戕戜戠戢戣戧戩戫戹戽扂扃扄扆扌扐扑扒扔扖扚扜扤扭扯扳扺扽抍抎抏抐抦抨抳抶抷抺抾抿拄拎拕拖拚拪拲拴拼拽挃挄挊挋挍挐挓挖挘挩挪挭挵挶挹挼捁捂捃捄捆捊捋捎捒捓捔捘捛捥捦捬捭捱捴捵"],["8fc0a1","捸捼捽捿掂掄掇掊掐掔掕掙掚掞掤掦掭掮掯掽揁揅揈揎揑揓揔揕揜揠揥揪揬揲揳揵揸揹搉搊搐搒搔搘搞搠搢搤搥搩搪搯搰搵搽搿摋摏摑摒摓摔摚摛摜摝摟摠摡摣摭摳摴摻摽撅撇撏撐撑撘撙撛撝撟撡撣撦撨撬撳撽撾撿"],["8fc1a1","擄擉擊擋擌擎擐擑擕擗擤擥擩擪擭擰擵擷擻擿攁攄攈攉攊攏攓攔攖攙攛攞攟攢攦攩攮攱攺攼攽敃敇敉敐敒敔敟敠敧敫敺敽斁斅斊斒斕斘斝斠斣斦斮斲斳斴斿旂旈旉旎旐旔旖旘旟旰旲旴旵旹旾旿昀昄昈昉昍昑昒昕昖昝"],["8fc2a1","昞昡昢昣昤昦昩昪昫昬昮昰昱昳昹昷晀晅晆晊晌晑晎晗晘晙晛晜晠晡曻晪晫晬晾晳晵晿晷晸晹晻暀晼暋暌暍暐暒暙暚暛暜暟暠暤暭暱暲暵暻暿曀曂曃曈曌曎曏曔曛曟曨曫曬曮曺朅朇朎朓朙朜朠朢朳朾杅杇杈杌杔杕杝"],["8fc3a1","杦杬杮杴杶杻极构枎枏枑枓枖枘枙枛枰枱枲枵枻枼枽柹柀柂柃柅柈柉柒柗柙柜柡柦柰柲柶柷桒栔栙栝栟栨栧栬栭栯栰栱栳栻栿桄桅桊桌桕桗桘桛桫桮",4,"桵桹桺桻桼梂梄梆梈梖梘梚梜梡梣梥梩梪梮梲梻棅棈棌棏"],["8fc4a1","棐棑棓棖棙棜棝棥棨棪棫棬棭棰棱棵棶棻棼棽椆椉椊椐椑椓椖椗椱椳椵椸椻楂楅楉楎楗楛楣楤楥楦楨楩楬楰楱楲楺楻楿榀榍榒榖榘榡榥榦榨榫榭榯榷榸榺榼槅槈槑槖槗槢槥槮槯槱槳槵槾樀樁樃樏樑樕樚樝樠樤樨樰樲"],["8fc5a1","樴樷樻樾樿橅橆橉橊橎橐橑橒橕橖橛橤橧橪橱橳橾檁檃檆檇檉檋檑檛檝檞檟檥檫檯檰檱檴檽檾檿櫆櫉櫈櫌櫐櫔櫕櫖櫜櫝櫤櫧櫬櫰櫱櫲櫼櫽欂欃欆欇欉欏欐欑欗欛欞欤欨欫欬欯欵欶欻欿歆歊歍歒歖歘歝歠歧歫歮歰歵歽"],["8fc6a1","歾殂殅殗殛殟殠殢殣殨殩殬殭殮殰殸殹殽殾毃毄毉毌毖毚毡毣毦毧毮毱毷毹毿氂氄氅氉氍氎氐氒氙氟氦氧氨氬氮氳氵氶氺氻氿汊汋汍汏汒汔汙汛汜汫汭汯汴汶汸汹汻沅沆沇沉沔沕沗沘沜沟沰沲沴泂泆泍泏泐泑泒泔泖"],["8fc7a1","泚泜泠泧泩泫泬泮泲泴洄洇洊洎洏洑洓洚洦洧洨汧洮洯洱洹洼洿浗浞浟浡浥浧浯浰浼涂涇涑涒涔涖涗涘涪涬涴涷涹涽涿淄淈淊淎淏淖淛淝淟淠淢淥淩淯淰淴淶淼渀渄渞渢渧渲渶渹渻渼湄湅湈湉湋湏湑湒湓湔湗湜湝湞"],["8fc8a1","湢湣湨湳湻湽溍溓溙溠溧溭溮溱溳溻溿滀滁滃滇滈滊滍滎滏滫滭滮滹滻滽漄漈漊漌漍漖漘漚漛漦漩漪漯漰漳漶漻漼漭潏潑潒潓潗潙潚潝潞潡潢潨潬潽潾澃澇澈澋澌澍澐澒澓澔澖澚澟澠澥澦澧澨澮澯澰澵澶澼濅濇濈濊"],["8fc9a1","濚濞濨濩濰濵濹濼濽瀀瀅瀆瀇瀍瀗瀠瀣瀯瀴瀷瀹瀼灃灄灈灉灊灋灔灕灝灞灎灤灥灬灮灵灶灾炁炅炆炔",4,"炛炤炫炰炱炴炷烊烑烓烔烕烖烘烜烤烺焃",4,"焋焌焏焞焠焫焭焯焰焱焸煁煅煆煇煊煋煐煒煗煚煜煞煠"],["8fcaa1","煨煹熀熅熇熌熒熚熛熠熢熯熰熲熳熺熿燀燁燄燋燌燓燖燙燚燜燸燾爀爇爈爉爓爗爚爝爟爤爫爯爴爸爹牁牂牃牅牎牏牐牓牕牖牚牜牞牠牣牨牫牮牯牱牷牸牻牼牿犄犉犍犎犓犛犨犭犮犱犴犾狁狇狉狌狕狖狘狟狥狳狴狺狻"],["8fcba1","狾猂猄猅猇猋猍猒猓猘猙猞猢猤猧猨猬猱猲猵猺猻猽獃獍獐獒獖獘獝獞獟獠獦獧獩獫獬獮獯獱獷獹獼玀玁玃玅玆玎玐玓玕玗玘玜玞玟玠玢玥玦玪玫玭玵玷玹玼玽玿珅珆珉珋珌珏珒珓珖珙珝珡珣珦珧珩珴珵珷珹珺珻珽"],["8fcca1","珿琀琁琄琇琊琑琚琛琤琦琨",9,"琹瑀瑃瑄瑆瑇瑋瑍瑑瑒瑗瑝瑢瑦瑧瑨瑫瑭瑮瑱瑲璀璁璅璆璇璉璏璐璑璒璘璙璚璜璟璠璡璣璦璨璩璪璫璮璯璱璲璵璹璻璿瓈瓉瓌瓐瓓瓘瓚瓛瓞瓟瓤瓨瓪瓫瓯瓴瓺瓻瓼瓿甆"],["8fcda1","甒甖甗甠甡甤甧甩甪甯甶甹甽甾甿畀畃畇畈畎畐畒畗畞畟畡畯畱畹",5,"疁疅疐疒疓疕疙疜疢疤疴疺疿痀痁痄痆痌痎痏痗痜痟痠痡痤痧痬痮痯痱痹瘀瘂瘃瘄瘇瘈瘊瘌瘏瘒瘓瘕瘖瘙瘛瘜瘝瘞瘣瘥瘦瘩瘭瘲瘳瘵瘸瘹"],["8fcea1","瘺瘼癊癀癁癃癄癅癉癋癕癙癟癤癥癭癮癯癱癴皁皅皌皍皕皛皜皝皟皠皢",6,"皪皭皽盁盅盉盋盌盎盔盙盠盦盨盬盰盱盶盹盼眀眆眊眎眒眔眕眗眙眚眜眢眨眭眮眯眴眵眶眹眽眾睂睅睆睊睍睎睏睒睖睗睜睞睟睠睢"],["8fcfa1","睤睧睪睬睰睲睳睴睺睽瞀瞄瞌瞍瞔瞕瞖瞚瞟瞢瞧瞪瞮瞯瞱瞵瞾矃矉矑矒矕矙矞矟矠矤矦矪矬矰矱矴矸矻砅砆砉砍砎砑砝砡砢砣砭砮砰砵砷硃硄硇硈硌硎硒硜硞硠硡硣硤硨硪确硺硾碊碏碔碘碡碝碞碟碤碨碬碭碰碱碲碳"],["8fd0a1","碻碽碿磇磈磉磌磎磒磓磕磖磤磛磟磠磡磦磪磲磳礀磶磷磺磻磿礆礌礐礚礜礞礟礠礥礧礩礭礱礴礵礻礽礿祄祅祆祊祋祏祑祔祘祛祜祧祩祫祲祹祻祼祾禋禌禑禓禔禕禖禘禛禜禡禨禩禫禯禱禴禸离秂秄秇秈秊秏秔秖秚秝秞"],["8fd1a1","秠秢秥秪秫秭秱秸秼稂稃稇稉稊稌稑稕稛稞稡稧稫稭稯稰稴稵稸稹稺穄穅穇穈穌穕穖穙穜穝穟穠穥穧穪穭穵穸穾窀窂窅窆窊窋窐窑窔窞窠窣窬窳窵窹窻窼竆竉竌竎竑竛竨竩竫竬竱竴竻竽竾笇笔笟笣笧笩笪笫笭笮笯笰"],["8fd2a1","笱笴笽笿筀筁筇筎筕筠筤筦筩筪筭筯筲筳筷箄箉箎箐箑箖箛箞箠箥箬箯箰箲箵箶箺箻箼箽篂篅篈篊篔篖篗篙篚篛篨篪篲篴篵篸篹篺篼篾簁簂簃簄簆簉簋簌簎簏簙簛簠簥簦簨簬簱簳簴簶簹簺籆籊籕籑籒籓籙",5],["8fd3a1","籡籣籧籩籭籮籰籲籹籼籽粆粇粏粔粞粠粦粰粶粷粺粻粼粿糄糇糈糉糍糏糓糔糕糗糙糚糝糦糩糫糵紃紇紈紉紏紑紒紓紖紝紞紣紦紪紭紱紼紽紾絀絁絇絈絍絑絓絗絙絚絜絝絥絧絪絰絸絺絻絿綁綂綃綅綆綈綋綌綍綑綖綗綝"],["8fd4a1","綞綦綧綪綳綶綷綹緂",4,"緌緍緎緗緙縀緢緥緦緪緫緭緱緵緶緹緺縈縐縑縕縗縜縝縠縧縨縬縭縯縳縶縿繄繅繇繎繐繒繘繟繡繢繥繫繮繯繳繸繾纁纆纇纊纍纑纕纘纚纝纞缼缻缽缾缿罃罄罇罏罒罓罛罜罝罡罣罤罥罦罭"],["8fd5a1","罱罽罾罿羀羋羍羏羐羑羖羗羜羡羢羦羪羭羴羼羿翀翃翈翎翏翛翟翣翥翨翬翮翯翲翺翽翾翿耇耈耊耍耎耏耑耓耔耖耝耞耟耠耤耦耬耮耰耴耵耷耹耺耼耾聀聄聠聤聦聭聱聵肁肈肎肜肞肦肧肫肸肹胈胍胏胒胔胕胗胘胠胭胮"],["8fd6a1","胰胲胳胶胹胺胾脃脋脖脗脘脜脞脠脤脧脬脰脵脺脼腅腇腊腌腒腗腠腡腧腨腩腭腯腷膁膐膄膅膆膋膎膖膘膛膞膢膮膲膴膻臋臃臅臊臎臏臕臗臛臝臞臡臤臫臬臰臱臲臵臶臸臹臽臿舀舃舏舓舔舙舚舝舡舢舨舲舴舺艃艄艅艆"],["8fd7a1","艋艎艏艑艖艜艠艣艧艭艴艻艽艿芀芁芃芄芇芉芊芎芑芔芖芘芚芛芠芡芣芤芧芨芩芪芮芰芲芴芷芺芼芾芿苆苐苕苚苠苢苤苨苪苭苯苶苷苽苾茀茁茇茈茊茋荔茛茝茞茟茡茢茬茭茮茰茳茷茺茼茽荂荃荄荇荍荎荑荕荖荗荰荸"],["8fd8a1","荽荿莀莂莄莆莍莒莔莕莘莙莛莜莝莦莧莩莬莾莿菀菇菉菏菐菑菔菝荓菨菪菶菸菹菼萁萆萊萏萑萕萙莭萯萹葅葇葈葊葍葏葑葒葖葘葙葚葜葠葤葥葧葪葰葳葴葶葸葼葽蒁蒅蒒蒓蒕蒞蒦蒨蒩蒪蒯蒱蒴蒺蒽蒾蓀蓂蓇蓈蓌蓏蓓"],["8fd9a1","蓜蓧蓪蓯蓰蓱蓲蓷蔲蓺蓻蓽蔂蔃蔇蔌蔎蔐蔜蔞蔢蔣蔤蔥蔧蔪蔫蔯蔳蔴蔶蔿蕆蕏",4,"蕖蕙蕜",6,"蕤蕫蕯蕹蕺蕻蕽蕿薁薅薆薉薋薌薏薓薘薝薟薠薢薥薧薴薶薷薸薼薽薾薿藂藇藊藋藎薭藘藚藟藠藦藨藭藳藶藼"],["8fdaa1","藿蘀蘄蘅蘍蘎蘐蘑蘒蘘蘙蘛蘞蘡蘧蘩蘶蘸蘺蘼蘽虀虂虆虒虓虖虗虘虙虝虠",4,"虩虬虯虵虶虷虺蚍蚑蚖蚘蚚蚜蚡蚦蚧蚨蚭蚱蚳蚴蚵蚷蚸蚹蚿蛀蛁蛃蛅蛑蛒蛕蛗蛚蛜蛠蛣蛥蛧蚈蛺蛼蛽蜄蜅蜇蜋蜎蜏蜐蜓蜔蜙蜞蜟蜡蜣"],["8fdba1","蜨蜮蜯蜱蜲蜹蜺蜼蜽蜾蝀蝃蝅蝍蝘蝝蝡蝤蝥蝯蝱蝲蝻螃",6,"螋螌螐螓螕螗螘螙螞螠螣螧螬螭螮螱螵螾螿蟁蟈蟉蟊蟎蟕蟖蟙蟚蟜蟟蟢蟣蟤蟪蟫蟭蟱蟳蟸蟺蟿蠁蠃蠆蠉蠊蠋蠐蠙蠒蠓蠔蠘蠚蠛蠜蠞蠟蠨蠭蠮蠰蠲蠵"],["8fdca1","蠺蠼衁衃衅衈衉衊衋衎衑衕衖衘衚衜衟衠衤衩衱衹衻袀袘袚袛袜袟袠袨袪袺袽袾裀裊",4,"裑裒裓裛裞裧裯裰裱裵裷褁褆褍褎褏褕褖褘褙褚褜褠褦褧褨褰褱褲褵褹褺褾襀襂襅襆襉襏襒襗襚襛襜襡襢襣襫襮襰襳襵襺"],["8fdda1","襻襼襽覉覍覐覔覕覛覜覟覠覥覰覴覵覶覷覼觔",4,"觥觩觫觭觱觳觶觹觽觿訄訅訇訏訑訒訔訕訞訠訢訤訦訫訬訯訵訷訽訾詀詃詅詇詉詍詎詓詖詗詘詜詝詡詥詧詵詶詷詹詺詻詾詿誀誃誆誋誏誐誒誖誗誙誟誧誩誮誯誳"],["8fdea1","誶誷誻誾諃諆諈諉諊諑諓諔諕諗諝諟諬諰諴諵諶諼諿謅謆謋謑謜謞謟謊謭謰謷謼譂",4,"譈譒譓譔譙譍譞譣譭譶譸譹譼譾讁讄讅讋讍讏讔讕讜讞讟谸谹谽谾豅豇豉豋豏豑豓豔豗豘豛豝豙豣豤豦豨豩豭豳豵豶豻豾貆"],["8fdfa1","貇貋貐貒貓貙貛貜貤貹貺賅賆賉賋賏賖賕賙賝賡賨賬賯賰賲賵賷賸賾賿贁贃贉贒贗贛赥赩赬赮赿趂趄趈趍趐趑趕趞趟趠趦趫趬趯趲趵趷趹趻跀跅跆跇跈跊跎跑跔跕跗跙跤跥跧跬跰趼跱跲跴跽踁踄踅踆踋踑踔踖踠踡踢"],["8fe0a1","踣踦踧踱踳踶踷踸踹踽蹀蹁蹋蹍蹎蹏蹔蹛蹜蹝蹞蹡蹢蹩蹬蹭蹯蹰蹱蹹蹺蹻躂躃躉躐躒躕躚躛躝躞躢躧躩躭躮躳躵躺躻軀軁軃軄軇軏軑軔軜軨軮軰軱軷軹軺軭輀輂輇輈輏輐輖輗輘輞輠輡輣輥輧輨輬輭輮輴輵輶輷輺轀轁"],["8fe1a1","轃轇轏轑",4,"轘轝轞轥辝辠辡辤辥辦辵辶辸达迀迁迆迊迋迍运迒迓迕迠迣迤迨迮迱迵迶迻迾适逄逈逌逘逛逨逩逯逪逬逭逳逴逷逿遃遄遌遛遝遢遦遧遬遰遴遹邅邈邋邌邎邐邕邗邘邙邛邠邡邢邥邰邲邳邴邶邽郌邾郃"],["8fe2a1","郄郅郇郈郕郗郘郙郜郝郟郥郒郶郫郯郰郴郾郿鄀鄄鄅鄆鄈鄍鄐鄔鄖鄗鄘鄚鄜鄞鄠鄥鄢鄣鄧鄩鄮鄯鄱鄴鄶鄷鄹鄺鄼鄽酃酇酈酏酓酗酙酚酛酡酤酧酭酴酹酺酻醁醃醅醆醊醎醑醓醔醕醘醞醡醦醨醬醭醮醰醱醲醳醶醻醼醽醿"],["8fe3a1","釂釃釅釓釔釗釙釚釞釤釥釩釪釬",5,"釷釹釻釽鈀鈁鈄鈅鈆鈇鈉鈊鈌鈐鈒鈓鈖鈘鈜鈝鈣鈤鈥鈦鈨鈮鈯鈰鈳鈵鈶鈸鈹鈺鈼鈾鉀鉂鉃鉆鉇鉊鉍鉎鉏鉑鉘鉙鉜鉝鉠鉡鉥鉧鉨鉩鉮鉯鉰鉵",4,"鉻鉼鉽鉿銈銉銊銍銎銒銗"],["8fe4a1","銙銟銠銤銥銧銨銫銯銲銶銸銺銻銼銽銿",4,"鋅鋆鋇鋈鋋鋌鋍鋎鋐鋓鋕鋗鋘鋙鋜鋝鋟鋠鋡鋣鋥鋧鋨鋬鋮鋰鋹鋻鋿錀錂錈錍錑錔錕錜錝錞錟錡錤錥錧錩錪錳錴錶錷鍇鍈鍉鍐鍑鍒鍕鍗鍘鍚鍞鍤鍥鍧鍩鍪鍭鍯鍰鍱鍳鍴鍶"],["8fe5a1","鍺鍽鍿鎀鎁鎂鎈鎊鎋鎍鎏鎒鎕鎘鎛鎞鎡鎣鎤鎦鎨鎫鎴鎵鎶鎺鎩鏁鏄鏅鏆鏇鏉",4,"鏓鏙鏜鏞鏟鏢鏦鏧鏹鏷鏸鏺鏻鏽鐁鐂鐄鐈鐉鐍鐎鐏鐕鐖鐗鐟鐮鐯鐱鐲鐳鐴鐻鐿鐽鑃鑅鑈鑊鑌鑕鑙鑜鑟鑡鑣鑨鑫鑭鑮鑯鑱鑲钄钃镸镹"],["8fe6a1","镾閄閈閌閍閎閝閞閟閡閦閩閫閬閴閶閺閽閿闆闈闉闋闐闑闒闓闙闚闝闞闟闠闤闦阝阞阢阤阥阦阬阱阳阷阸阹阺阼阽陁陒陔陖陗陘陡陮陴陻陼陾陿隁隂隃隄隉隑隖隚隝隟隤隥隦隩隮隯隳隺雊雒嶲雘雚雝雞雟雩雯雱雺霂"],["8fe7a1","霃霅霉霚霛霝霡霢霣霨霱霳靁靃靊靎靏靕靗靘靚靛靣靧靪靮靳靶靷靸靻靽靿鞀鞉鞕鞖鞗鞙鞚鞞鞟鞢鞬鞮鞱鞲鞵鞶鞸鞹鞺鞼鞾鞿韁韄韅韇韉韊韌韍韎韐韑韔韗韘韙韝韞韠韛韡韤韯韱韴韷韸韺頇頊頙頍頎頔頖頜頞頠頣頦"],["8fe8a1","頫頮頯頰頲頳頵頥頾顄顇顊顑顒顓顖顗顙顚顢顣顥顦顪顬颫颭颮颰颴颷颸颺颻颿飂飅飈飌飡飣飥飦飧飪飳飶餂餇餈餑餕餖餗餚餛餜餟餢餦餧餫餱",4,"餹餺餻餼饀饁饆饇饈饍饎饔饘饙饛饜饞饟饠馛馝馟馦馰馱馲馵"],["8fe9a1","馹馺馽馿駃駉駓駔駙駚駜駞駧駪駫駬駰駴駵駹駽駾騂騃騄騋騌騐騑騖騞騠騢騣騤騧騭騮騳騵騶騸驇驁驄驊驋驌驎驑驔驖驝骪骬骮骯骲骴骵骶骹骻骾骿髁髃髆髈髎髐髒髕髖髗髛髜髠髤髥髧髩髬髲髳髵髹髺髽髿",4],["8feaa1","鬄鬅鬈鬉鬋鬌鬍鬎鬐鬒鬖鬙鬛鬜鬠鬦鬫鬭鬳鬴鬵鬷鬹鬺鬽魈魋魌魕魖魗魛魞魡魣魥魦魨魪",4,"魳魵魷魸魹魿鮀鮄鮅鮆鮇鮉鮊鮋鮍鮏鮐鮔鮚鮝鮞鮦鮧鮩鮬鮰鮱鮲鮷鮸鮻鮼鮾鮿鯁鯇鯈鯎鯐鯗鯘鯝鯟鯥鯧鯪鯫鯯鯳鯷鯸"],["8feba1","鯹鯺鯽鯿鰀鰂鰋鰏鰑鰖鰘鰙鰚鰜鰞鰢鰣鰦",4,"鰱鰵鰶鰷鰽鱁鱃鱄鱅鱉鱊鱎鱏鱐鱓鱔鱖鱘鱛鱝鱞鱟鱣鱩鱪鱜鱫鱨鱮鱰鱲鱵鱷鱻鳦鳲鳷鳹鴋鴂鴑鴗鴘鴜鴝鴞鴯鴰鴲鴳鴴鴺鴼鵅鴽鵂鵃鵇鵊鵓鵔鵟鵣鵢鵥鵩鵪鵫鵰鵶鵷鵻"],["8feca1","鵼鵾鶃鶄鶆鶊鶍鶎鶒鶓鶕鶖鶗鶘鶡鶪鶬鶮鶱鶵鶹鶼鶿鷃鷇鷉鷊鷔鷕鷖鷗鷚鷞鷟鷠鷥鷧鷩鷫鷮鷰鷳鷴鷾鸊鸂鸇鸎鸐鸑鸒鸕鸖鸙鸜鸝鹺鹻鹼麀麂麃麄麅麇麎麏麖麘麛麞麤麨麬麮麯麰麳麴麵黆黈黋黕黟黤黧黬黭黮黰黱黲黵"],["8feda1","黸黿鼂鼃鼉鼏鼐鼑鼒鼔鼖鼗鼙鼚鼛鼟鼢鼦鼪鼫鼯鼱鼲鼴鼷鼹鼺鼼鼽鼿齁齃",4,"齓齕齖齗齘齚齝齞齨齩齭",4,"齳齵齺齽龏龐龑龒龔龖龗龞龡龢龣龥"]]')},function(e){e.exports=JSON.parse('{"uChars":[128,165,169,178,184,216,226,235,238,244,248,251,253,258,276,284,300,325,329,334,364,463,465,467,469,471,473,475,477,506,594,610,712,716,730,930,938,962,970,1026,1104,1106,8209,8215,8218,8222,8231,8241,8244,8246,8252,8365,8452,8454,8458,8471,8482,8556,8570,8596,8602,8713,8720,8722,8726,8731,8737,8740,8742,8748,8751,8760,8766,8777,8781,8787,8802,8808,8816,8854,8858,8870,8896,8979,9322,9372,9548,9588,9616,9622,9634,9652,9662,9672,9676,9680,9702,9735,9738,9793,9795,11906,11909,11913,11917,11928,11944,11947,11951,11956,11960,11964,11979,12284,12292,12312,12319,12330,12351,12436,12447,12535,12543,12586,12842,12850,12964,13200,13215,13218,13253,13263,13267,13270,13384,13428,13727,13839,13851,14617,14703,14801,14816,14964,15183,15471,15585,16471,16736,17208,17325,17330,17374,17623,17997,18018,18212,18218,18301,18318,18760,18811,18814,18820,18823,18844,18848,18872,19576,19620,19738,19887,40870,59244,59336,59367,59413,59417,59423,59431,59437,59443,59452,59460,59478,59493,63789,63866,63894,63976,63986,64016,64018,64021,64025,64034,64037,64042,65074,65093,65107,65112,65127,65132,65375,65510,65536],"gbChars":[0,36,38,45,50,81,89,95,96,100,103,104,105,109,126,133,148,172,175,179,208,306,307,308,309,310,311,312,313,341,428,443,544,545,558,741,742,749,750,805,819,820,7922,7924,7925,7927,7934,7943,7944,7945,7950,8062,8148,8149,8152,8164,8174,8236,8240,8262,8264,8374,8380,8381,8384,8388,8390,8392,8393,8394,8396,8401,8406,8416,8419,8424,8437,8439,8445,8482,8485,8496,8521,8603,8936,8946,9046,9050,9063,9066,9076,9092,9100,9108,9111,9113,9131,9162,9164,9218,9219,11329,11331,11334,11336,11346,11361,11363,11366,11370,11372,11375,11389,11682,11686,11687,11692,11694,11714,11716,11723,11725,11730,11736,11982,11989,12102,12336,12348,12350,12384,12393,12395,12397,12510,12553,12851,12962,12973,13738,13823,13919,13933,14080,14298,14585,14698,15583,15847,16318,16434,16438,16481,16729,17102,17122,17315,17320,17402,17418,17859,17909,17911,17915,17916,17936,17939,17961,18664,18703,18814,18962,19043,33469,33470,33471,33484,33485,33490,33497,33501,33505,33513,33520,33536,33550,37845,37921,37948,38029,38038,38064,38065,38066,38069,38075,38076,38078,39108,39109,39113,39114,39115,39116,39265,39394,189000]}')},function(e){e.exports=JSON.parse('[["0","\\u0000",127],["8141","갂갃갅갆갋",4,"갘갞갟갡갢갣갥",6,"갮갲갳갴"],["8161","갵갶갷갺갻갽갾갿걁",9,"걌걎",5,"걕"],["8181","걖걗걙걚걛걝",18,"걲걳걵걶걹걻",4,"겂겇겈겍겎겏겑겒겓겕",6,"겞겢",5,"겫겭겮겱",6,"겺겾겿곀곂곃곅곆곇곉곊곋곍",7,"곖곘",7,"곢곣곥곦곩곫곭곮곲곴곷",4,"곾곿괁괂괃괅괇",4,"괎괐괒괓"],["8241","괔괕괖괗괙괚괛괝괞괟괡",7,"괪괫괮",5],["8261","괶괷괹괺괻괽",6,"굆굈굊",5,"굑굒굓굕굖굗"],["8281","굙",7,"굢굤",7,"굮굯굱굲굷굸굹굺굾궀궃",4,"궊궋궍궎궏궑",10,"궞",5,"궥",17,"궸",7,"귂귃귅귆귇귉",6,"귒귔",7,"귝귞귟귡귢귣귥",18],["8341","귺귻귽귾긂",5,"긊긌긎",5,"긕",7],["8361","긝",18,"긲긳긵긶긹긻긼"],["8381","긽긾긿깂깄깇깈깉깋깏깑깒깓깕깗",4,"깞깢깣깤깦깧깪깫깭깮깯깱",6,"깺깾",5,"꺆",5,"꺍",46,"꺿껁껂껃껅",6,"껎껒",5,"껚껛껝",8],["8441","껦껧껩껪껬껮",5,"껵껶껷껹껺껻껽",8],["8461","꼆꼉꼊꼋꼌꼎꼏꼑",18],["8481","꼤",7,"꼮꼯꼱꼳꼵",6,"꼾꽀꽄꽅꽆꽇꽊",5,"꽑",10,"꽞",5,"꽦",18,"꽺",5,"꾁꾂꾃꾅꾆꾇꾉",6,"꾒꾓꾔꾖",5,"꾝",26,"꾺꾻꾽꾾"],["8541","꾿꿁",5,"꿊꿌꿏",4,"꿕",6,"꿝",4],["8561","꿢",5,"꿪",5,"꿲꿳꿵꿶꿷꿹",6,"뀂뀃"],["8581","뀅",6,"뀍뀎뀏뀑뀒뀓뀕",6,"뀞",9,"뀩",26,"끆끇끉끋끍끏끐끑끒끖끘끚끛끜끞",29,"끾끿낁낂낃낅",6,"낎낐낒",5,"낛낝낞낣낤"],["8641","낥낦낧낪낰낲낶낷낹낺낻낽",6,"냆냊",5,"냒"],["8661","냓냕냖냗냙",6,"냡냢냣냤냦",10],["8681","냱",22,"넊넍넎넏넑넔넕넖넗넚넞",4,"넦넧넩넪넫넭",6,"넶넺",5,"녂녃녅녆녇녉",6,"녒녓녖녗녙녚녛녝녞녟녡",22,"녺녻녽녾녿놁놃",4,"놊놌놎놏놐놑놕놖놗놙놚놛놝"],["8741","놞",9,"놩",15],["8761","놹",18,"뇍뇎뇏뇑뇒뇓뇕"],["8781","뇖",5,"뇞뇠",7,"뇪뇫뇭뇮뇯뇱",7,"뇺뇼뇾",5,"눆눇눉눊눍",6,"눖눘눚",5,"눡",18,"눵",6,"눽",26,"뉙뉚뉛뉝뉞뉟뉡",6,"뉪",4],["8841","뉯",4,"뉶",5,"뉽",6,"늆늇늈늊",4],["8861","늏늒늓늕늖늗늛",4,"늢늤늧늨늩늫늭늮늯늱늲늳늵늶늷"],["8881","늸",15,"닊닋닍닎닏닑닓",4,"닚닜닞닟닠닡닣닧닩닪닰닱닲닶닼닽닾댂댃댅댆댇댉",6,"댒댖",5,"댝",54,"덗덙덚덝덠덡덢덣"],["8941","덦덨덪덬덭덯덲덳덵덶덷덹",6,"뎂뎆",5,"뎍"],["8961","뎎뎏뎑뎒뎓뎕",10,"뎢",5,"뎩뎪뎫뎭"],["8981","뎮",21,"돆돇돉돊돍돏돑돒돓돖돘돚돜돞돟돡돢돣돥돦돧돩",18,"돽",18,"됑",6,"됙됚됛됝됞됟됡",6,"됪됬",7,"됵",15],["8a41","둅",10,"둒둓둕둖둗둙",6,"둢둤둦"],["8a61","둧",4,"둭",18,"뒁뒂"],["8a81","뒃",4,"뒉",19,"뒞",5,"뒥뒦뒧뒩뒪뒫뒭",7,"뒶뒸뒺",5,"듁듂듃듅듆듇듉",6,"듑듒듓듔듖",5,"듞듟듡듢듥듧",4,"듮듰듲",5,"듹",26,"딖딗딙딚딝"],["8b41","딞",5,"딦딫",4,"딲딳딵딶딷딹",6,"땂땆"],["8b61","땇땈땉땊땎땏땑땒땓땕",6,"땞땢",8],["8b81","땫",52,"떢떣떥떦떧떩떬떭떮떯떲떶",4,"떾떿뗁뗂뗃뗅",6,"뗎뗒",5,"뗙",18,"뗭",18],["8c41","똀",15,"똒똓똕똖똗똙",4],["8c61","똞",6,"똦",5,"똭",6,"똵",5],["8c81","똻",12,"뙉",26,"뙥뙦뙧뙩",50,"뚞뚟뚡뚢뚣뚥",5,"뚭뚮뚯뚰뚲",16],["8d41","뛃",16,"뛕",8],["8d61","뛞",17,"뛱뛲뛳뛵뛶뛷뛹뛺"],["8d81","뛻",4,"뜂뜃뜄뜆",33,"뜪뜫뜭뜮뜱",6,"뜺뜼",7,"띅띆띇띉띊띋띍",6,"띖",9,"띡띢띣띥띦띧띩",6,"띲띴띶",5,"띾띿랁랂랃랅",6,"랎랓랔랕랚랛랝랞"],["8e41","랟랡",6,"랪랮",5,"랶랷랹",8],["8e61","럂",4,"럈럊",19],["8e81","럞",13,"럮럯럱럲럳럵",6,"럾렂",4,"렊렋렍렎렏렑",6,"렚렜렞",5,"렦렧렩렪렫렭",6,"렶렺",5,"롁롂롃롅",11,"롒롔",7,"롞롟롡롢롣롥",6,"롮롰롲",5,"롹롺롻롽",7],["8f41","뢅",7,"뢎",17],["8f61","뢠",7,"뢩",6,"뢱뢲뢳뢵뢶뢷뢹",4],["8f81","뢾뢿룂룄룆",5,"룍룎룏룑룒룓룕",7,"룞룠룢",5,"룪룫룭룮룯룱",6,"룺룼룾",5,"뤅",18,"뤙",6,"뤡",26,"뤾뤿륁륂륃륅",6,"륍륎륐륒",5],["9041","륚륛륝륞륟륡",6,"륪륬륮",5,"륶륷륹륺륻륽"],["9061","륾",5,"릆릈릋릌릏",15],["9081","릟",12,"릮릯릱릲릳릵",6,"릾맀맂",5,"맊맋맍맓",4,"맚맜맟맠맢맦맧맩맪맫맭",6,"맶맻",4,"먂",5,"먉",11,"먖",33,"먺먻먽먾먿멁멃멄멅멆"],["9141","멇멊멌멏멐멑멒멖멗멙멚멛멝",6,"멦멪",5],["9161","멲멳멵멶멷멹",9,"몆몈몉몊몋몍",5],["9181","몓",20,"몪몭몮몯몱몳",4,"몺몼몾",5,"뫅뫆뫇뫉",14,"뫚",33,"뫽뫾뫿묁묂묃묅",7,"묎묐묒",5,"묙묚묛묝묞묟묡",6],["9241","묨묪묬",7,"묷묹묺묿",4,"뭆뭈뭊뭋뭌뭎뭑뭒"],["9261","뭓뭕뭖뭗뭙",7,"뭢뭤",7,"뭭",4],["9281","뭲",21,"뮉뮊뮋뮍뮎뮏뮑",18,"뮥뮦뮧뮩뮪뮫뮭",6,"뮵뮶뮸",7,"믁믂믃믅믆믇믉",6,"믑믒믔",35,"믺믻믽믾밁"],["9341","밃",4,"밊밎밐밒밓밙밚밠밡밢밣밦밨밪밫밬밮밯밲밳밵"],["9361","밶밷밹",6,"뱂뱆뱇뱈뱊뱋뱎뱏뱑",8],["9381","뱚뱛뱜뱞",37,"벆벇벉벊벍벏",4,"벖벘벛",4,"벢벣벥벦벩",6,"벲벶",5,"벾벿볁볂볃볅",7,"볎볒볓볔볖볗볙볚볛볝",22,"볷볹볺볻볽"],["9441","볾",5,"봆봈봊",5,"봑봒봓봕",8],["9461","봞",5,"봥",6,"봭",12],["9481","봺",5,"뵁",6,"뵊뵋뵍뵎뵏뵑",6,"뵚",9,"뵥뵦뵧뵩",22,"붂붃붅붆붋",4,"붒붔붖붗붘붛붝",6,"붥",10,"붱",6,"붹",24],["9541","뷒뷓뷖뷗뷙뷚뷛뷝",11,"뷪",5,"뷱"],["9561","뷲뷳뷵뷶뷷뷹",6,"븁븂븄븆",5,"븎븏븑븒븓"],["9581","븕",6,"븞븠",35,"빆빇빉빊빋빍빏",4,"빖빘빜빝빞빟빢빣빥빦빧빩빫",4,"빲빶",4,"빾빿뺁뺂뺃뺅",6,"뺎뺒",5,"뺚",13,"뺩",14],["9641","뺸",23,"뻒뻓"],["9661","뻕뻖뻙",6,"뻡뻢뻦",5,"뻭",8],["9681","뻶",10,"뼂",5,"뼊",13,"뼚뼞",33,"뽂뽃뽅뽆뽇뽉",6,"뽒뽓뽔뽖",44],["9741","뾃",16,"뾕",8],["9761","뾞",17,"뾱",7],["9781","뾹",11,"뿆",5,"뿎뿏뿑뿒뿓뿕",6,"뿝뿞뿠뿢",89,"쀽쀾쀿"],["9841","쁀",16,"쁒",5,"쁙쁚쁛"],["9861","쁝쁞쁟쁡",6,"쁪",15],["9881","쁺",21,"삒삓삕삖삗삙",6,"삢삤삦",5,"삮삱삲삷",4,"삾샂샃샄샆샇샊샋샍샎샏샑",6,"샚샞",5,"샦샧샩샪샫샭",6,"샶샸샺",5,"섁섂섃섅섆섇섉",6,"섑섒섓섔섖",5,"섡섢섥섨섩섪섫섮"],["9941","섲섳섴섵섷섺섻섽섾섿셁",6,"셊셎",5,"셖셗"],["9961","셙셚셛셝",6,"셦셪",5,"셱셲셳셵셶셷셹셺셻"],["9981","셼",8,"솆",5,"솏솑솒솓솕솗",4,"솞솠솢솣솤솦솧솪솫솭솮솯솱",11,"솾",5,"쇅쇆쇇쇉쇊쇋쇍",6,"쇕쇖쇙",6,"쇡쇢쇣쇥쇦쇧쇩",6,"쇲쇴",7,"쇾쇿숁숂숃숅",6,"숎숐숒",5,"숚숛숝숞숡숢숣"],["9a41","숤숥숦숧숪숬숮숰숳숵",16],["9a61","쉆쉇쉉",6,"쉒쉓쉕쉖쉗쉙",6,"쉡쉢쉣쉤쉦"],["9a81","쉧",4,"쉮쉯쉱쉲쉳쉵",6,"쉾슀슂",5,"슊",5,"슑",6,"슙슚슜슞",5,"슦슧슩슪슫슮",5,"슶슸슺",33,"싞싟싡싢싥",5,"싮싰싲싳싴싵싷싺싽싾싿쌁",6,"쌊쌋쌎쌏"],["9b41","쌐쌑쌒쌖쌗쌙쌚쌛쌝",6,"쌦쌧쌪",8],["9b61","쌳",17,"썆",7],["9b81","썎",25,"썪썫썭썮썯썱썳",4,"썺썻썾",5,"쎅쎆쎇쎉쎊쎋쎍",50,"쏁",22,"쏚"],["9c41","쏛쏝쏞쏡쏣",4,"쏪쏫쏬쏮",5,"쏶쏷쏹",5],["9c61","쏿",8,"쐉",6,"쐑",9],["9c81","쐛",8,"쐥",6,"쐭쐮쐯쐱쐲쐳쐵",6,"쐾",9,"쑉",26,"쑦쑧쑩쑪쑫쑭",6,"쑶쑷쑸쑺",5,"쒁",18,"쒕",6,"쒝",12],["9d41","쒪",13,"쒹쒺쒻쒽",8],["9d61","쓆",25],["9d81","쓠",8,"쓪",5,"쓲쓳쓵쓶쓷쓹쓻쓼쓽쓾씂",9,"씍씎씏씑씒씓씕",6,"씝",10,"씪씫씭씮씯씱",6,"씺씼씾",5,"앆앇앋앏앐앑앒앖앚앛앜앟앢앣앥앦앧앩",6,"앲앶",5,"앾앿얁얂얃얅얆얈얉얊얋얎얐얒얓얔"],["9e41","얖얙얚얛얝얞얟얡",7,"얪",9,"얶"],["9e61","얷얺얿",4,"엋엍엏엒엓엕엖엗엙",6,"엢엤엦엧"],["9e81","엨엩엪엫엯엱엲엳엵엸엹엺엻옂옃옄옉옊옋옍옎옏옑",6,"옚옝",6,"옦옧옩옪옫옯옱옲옶옸옺옼옽옾옿왂왃왅왆왇왉",6,"왒왖",5,"왞왟왡",10,"왭왮왰왲",5,"왺왻왽왾왿욁",6,"욊욌욎",5,"욖욗욙욚욛욝",6,"욦"],["9f41","욨욪",5,"욲욳욵욶욷욻",4,"웂웄웆",5,"웎"],["9f61","웏웑웒웓웕",6,"웞웟웢",5,"웪웫웭웮웯웱웲"],["9f81","웳",4,"웺웻웼웾",5,"윆윇윉윊윋윍",6,"윖윘윚",5,"윢윣윥윦윧윩",6,"윲윴윶윸윹윺윻윾윿읁읂읃읅",4,"읋읎읐읙읚읛읝읞읟읡",6,"읩읪읬",7,"읶읷읹읺읻읿잀잁잂잆잋잌잍잏잒잓잕잙잛",4,"잢잧",4,"잮잯잱잲잳잵잶잷"],["a041","잸잹잺잻잾쟂",5,"쟊쟋쟍쟏쟑",6,"쟙쟚쟛쟜"],["a061","쟞",5,"쟥쟦쟧쟩쟪쟫쟭",13],["a081","쟻",4,"젂젃젅젆젇젉젋",4,"젒젔젗",4,"젞젟젡젢젣젥",6,"젮젰젲",5,"젹젺젻젽젾젿졁",6,"졊졋졎",5,"졕",26,"졲졳졵졶졷졹졻",4,"좂좄좈좉좊좎",5,"좕",7,"좞좠좢좣좤"],["a141","좥좦좧좩",18,"좾좿죀죁"],["a161","죂죃죅죆죇죉죊죋죍",6,"죖죘죚",5,"죢죣죥"],["a181","죦",14,"죶",5,"죾죿줁줂줃줇",4,"줎 、。·‥…¨〃­―∥\∼‘’“”〔〕〈",9,"±×÷≠≤≥∞∴°′″℃Å¢£¥♂♀∠⊥⌒∂∇≡≒§※☆★○●◎◇◆□■△▲▽▼→←↑↓↔〓≪≫√∽∝∵∫∬∈∋⊆⊇⊂⊃∪∩∧∨¬"],["a241","줐줒",5,"줙",18],["a261","줭",6,"줵",18],["a281","쥈",7,"쥒쥓쥕쥖쥗쥙",6,"쥢쥤",7,"쥭쥮쥯⇒⇔∀∃´~ˇ˘˝˚˙¸˛¡¿ː∮∑∏¤℉‰◁◀▷▶♤♠♡♥♧♣⊙◈▣◐◑▒▤▥▨▧▦▩♨☏☎☜☞¶†‡↕↗↙↖↘♭♩♪♬㉿㈜№㏇™㏂㏘℡€®"],["a341","쥱쥲쥳쥵",6,"쥽",10,"즊즋즍즎즏"],["a361","즑",6,"즚즜즞",16],["a381","즯",16,"짂짃짅짆짉짋",4,"짒짔짗짘짛!",58,"₩]",32," ̄"],["a441","짞짟짡짣짥짦짨짩짪짫짮짲",5,"짺짻짽짾짿쨁쨂쨃쨄"],["a461","쨅쨆쨇쨊쨎",5,"쨕쨖쨗쨙",12],["a481","쨦쨧쨨쨪",28,"ㄱ",93],["a541","쩇",4,"쩎쩏쩑쩒쩓쩕",6,"쩞쩢",5,"쩩쩪"],["a561","쩫",17,"쩾",5,"쪅쪆"],["a581","쪇",16,"쪙",14,"ⅰ",9],["a5b0","Ⅰ",9],["a5c1","Α",16,"Σ",6],["a5e1","α",16,"σ",6],["a641","쪨",19,"쪾쪿쫁쫂쫃쫅"],["a661","쫆",5,"쫎쫐쫒쫔쫕쫖쫗쫚",5,"쫡",6],["a681","쫨쫩쫪쫫쫭",6,"쫵",18,"쬉쬊─│┌┐┘└├┬┤┴┼━┃┏┓┛┗┣┳┫┻╋┠┯┨┷┿┝┰┥┸╂┒┑┚┙┖┕┎┍┞┟┡┢┦┧┩┪┭┮┱┲┵┶┹┺┽┾╀╁╃",7],["a741","쬋",4,"쬑쬒쬓쬕쬖쬗쬙",6,"쬢",7],["a761","쬪",22,"쭂쭃쭄"],["a781","쭅쭆쭇쭊쭋쭍쭎쭏쭑",6,"쭚쭛쭜쭞",5,"쭥",7,"㎕㎖㎗ℓ㎘㏄㎣㎤㎥㎦㎙",9,"㏊㎍㎎㎏㏏㎈㎉㏈㎧㎨㎰",9,"㎀",4,"㎺",5,"㎐",4,"Ω㏀㏁㎊㎋㎌㏖㏅㎭㎮㎯㏛㎩㎪㎫㎬㏝㏐㏓㏃㏉㏜㏆"],["a841","쭭",10,"쭺",14],["a861","쮉",18,"쮝",6],["a881","쮤",19,"쮹",11,"ÆЪĦ"],["a8a6","IJ"],["a8a8","ĿŁØŒºÞŦŊ"],["a8b1","㉠",27,"ⓐ",25,"①",14,"½⅓⅔¼¾⅛⅜⅝⅞"],["a941","쯅",14,"쯕",10],["a961","쯠쯡쯢쯣쯥쯦쯨쯪",18],["a981","쯽",14,"찎찏찑찒찓찕",6,"찞찟찠찣찤æđðħıijĸŀłøœßþŧŋʼn㈀",27,"⒜",25,"⑴",14,"¹²³⁴ⁿ₁₂₃₄"],["aa41","찥찦찪찫찭찯찱",6,"찺찿",4,"챆챇챉챊챋챍챎"],["aa61","챏",4,"챖챚",5,"챡챢챣챥챧챩",6,"챱챲"],["aa81","챳챴챶",29,"ぁ",82],["ab41","첔첕첖첗첚첛첝첞첟첡",6,"첪첮",5,"첶첷첹"],["ab61","첺첻첽",6,"쳆쳈쳊",5,"쳑쳒쳓쳕",5],["ab81","쳛",8,"쳥",6,"쳭쳮쳯쳱",12,"ァ",85],["ac41","쳾쳿촀촂",5,"촊촋촍촎촏촑",6,"촚촜촞촟촠"],["ac61","촡촢촣촥촦촧촩촪촫촭",11,"촺",4],["ac81","촿",28,"쵝쵞쵟А",5,"ЁЖ",25],["acd1","а",5,"ёж",25],["ad41","쵡쵢쵣쵥",6,"쵮쵰쵲",5,"쵹",7],["ad61","춁",6,"춉",10,"춖춗춙춚춛춝춞춟"],["ad81","춠춡춢춣춦춨춪",5,"춱",18,"췅"],["ae41","췆",5,"췍췎췏췑",16],["ae61","췢",5,"췩췪췫췭췮췯췱",6,"췺췼췾",4],["ae81","츃츅츆츇츉츊츋츍",6,"츕츖츗츘츚",5,"츢츣츥츦츧츩츪츫"],["af41","츬츭츮츯츲츴츶",19],["af61","칊",13,"칚칛칝칞칢",5,"칪칬"],["af81","칮",5,"칶칷칹칺칻칽",6,"캆캈캊",5,"캒캓캕캖캗캙"],["b041","캚",5,"캢캦",5,"캮",12],["b061","캻",5,"컂",19],["b081","컖",13,"컦컧컩컪컭",6,"컶컺",5,"가각간갇갈갉갊감",7,"같",4,"갠갤갬갭갯갰갱갸갹갼걀걋걍걔걘걜거걱건걷걸걺검겁것겄겅겆겉겊겋게겐겔겜겝겟겠겡겨격겪견겯결겸겹겻겼경곁계곈곌곕곗고곡곤곧골곪곬곯곰곱곳공곶과곽관괄괆"],["b141","켂켃켅켆켇켉",6,"켒켔켖",5,"켝켞켟켡켢켣"],["b161","켥",6,"켮켲",5,"켹",11],["b181","콅",14,"콖콗콙콚콛콝",6,"콦콨콪콫콬괌괍괏광괘괜괠괩괬괭괴괵괸괼굄굅굇굉교굔굘굡굣구국군굳굴굵굶굻굼굽굿궁궂궈궉권궐궜궝궤궷귀귁귄귈귐귑귓규균귤그극근귿글긁금급긋긍긔기긱긴긷길긺김깁깃깅깆깊까깍깎깐깔깖깜깝깟깠깡깥깨깩깬깰깸"],["b241","콭콮콯콲콳콵콶콷콹",6,"쾁쾂쾃쾄쾆",5,"쾍"],["b261","쾎",18,"쾢",5,"쾩"],["b281","쾪",5,"쾱",18,"쿅",6,"깹깻깼깽꺄꺅꺌꺼꺽꺾껀껄껌껍껏껐껑께껙껜껨껫껭껴껸껼꼇꼈꼍꼐꼬꼭꼰꼲꼴꼼꼽꼿꽁꽂꽃꽈꽉꽐꽜꽝꽤꽥꽹꾀꾄꾈꾐꾑꾕꾜꾸꾹꾼꿀꿇꿈꿉꿋꿍꿎꿔꿜꿨꿩꿰꿱꿴꿸뀀뀁뀄뀌뀐뀔뀜뀝뀨끄끅끈끊끌끎끓끔끕끗끙"],["b341","쿌",19,"쿢쿣쿥쿦쿧쿩"],["b361","쿪",5,"쿲쿴쿶",5,"쿽쿾쿿퀁퀂퀃퀅",5],["b381","퀋",5,"퀒",5,"퀙",19,"끝끼끽낀낄낌낍낏낑나낙낚난낟날낡낢남납낫",4,"낱낳내낵낸낼냄냅냇냈냉냐냑냔냘냠냥너넉넋넌널넒넓넘넙넛넜넝넣네넥넨넬넴넵넷넸넹녀녁년녈념녑녔녕녘녜녠노녹논놀놂놈놉놋농높놓놔놘놜놨뇌뇐뇔뇜뇝"],["b441","퀮",5,"퀶퀷퀹퀺퀻퀽",6,"큆큈큊",5],["b461","큑큒큓큕큖큗큙",6,"큡",10,"큮큯"],["b481","큱큲큳큵",6,"큾큿킀킂",18,"뇟뇨뇩뇬뇰뇹뇻뇽누눅눈눋눌눔눕눗눙눠눴눼뉘뉜뉠뉨뉩뉴뉵뉼늄늅늉느늑는늘늙늚늠늡늣능늦늪늬늰늴니닉닌닐닒님닙닛닝닢다닥닦단닫",4,"닳담답닷",4,"닿대댁댄댈댐댑댓댔댕댜더덕덖던덛덜덞덟덤덥"],["b541","킕",14,"킦킧킩킪킫킭",5],["b561","킳킶킸킺",5,"탂탃탅탆탇탊",5,"탒탖",4],["b581","탛탞탟탡탢탣탥",6,"탮탲",5,"탹",11,"덧덩덫덮데덱덴델뎀뎁뎃뎄뎅뎌뎐뎔뎠뎡뎨뎬도독돈돋돌돎돐돔돕돗동돛돝돠돤돨돼됐되된될됨됩됫됴두둑둔둘둠둡둣둥둬뒀뒈뒝뒤뒨뒬뒵뒷뒹듀듄듈듐듕드득든듣들듦듬듭듯등듸디딕딘딛딜딤딥딧딨딩딪따딱딴딸"],["b641","턅",7,"턎",17],["b661","턠",15,"턲턳턵턶턷턹턻턼턽턾"],["b681","턿텂텆",5,"텎텏텑텒텓텕",6,"텞텠텢",5,"텩텪텫텭땀땁땃땄땅땋때땍땐땔땜땝땟땠땡떠떡떤떨떪떫떰떱떳떴떵떻떼떽뗀뗄뗌뗍뗏뗐뗑뗘뗬또똑똔똘똥똬똴뙈뙤뙨뚜뚝뚠뚤뚫뚬뚱뛔뛰뛴뛸뜀뜁뜅뜨뜩뜬뜯뜰뜸뜹뜻띄띈띌띔띕띠띤띨띰띱띳띵라락란랄람랍랏랐랑랒랖랗"],["b741","텮",13,"텽",6,"톅톆톇톉톊"],["b761","톋",20,"톢톣톥톦톧"],["b781","톩",6,"톲톴톶톷톸톹톻톽톾톿퇁",14,"래랙랜랠램랩랫랬랭랴략랸럇량러럭런럴럼럽럿렀렁렇레렉렌렐렘렙렛렝려력련렬렴렵렷렸령례롄롑롓로록론롤롬롭롯롱롸롼뢍뢨뢰뢴뢸룀룁룃룅료룐룔룝룟룡루룩룬룰룸룹룻룽뤄뤘뤠뤼뤽륀륄륌륏륑류륙륜률륨륩"],["b841","퇐",7,"퇙",17],["b861","퇫",8,"퇵퇶퇷퇹",13],["b881","툈툊",5,"툑",24,"륫륭르륵른를름릅릇릉릊릍릎리릭린릴림립릿링마막만많",4,"맘맙맛망맞맡맣매맥맨맬맴맵맷맸맹맺먀먁먈먕머먹먼멀멂멈멉멋멍멎멓메멕멘멜멤멥멧멨멩며멱면멸몃몄명몇몌모목몫몬몰몲몸몹못몽뫄뫈뫘뫙뫼"],["b941","툪툫툮툯툱툲툳툵",6,"툾퉀퉂",5,"퉉퉊퉋퉌"],["b961","퉍",14,"퉝",6,"퉥퉦퉧퉨"],["b981","퉩",22,"튂튃튅튆튇튉튊튋튌묀묄묍묏묑묘묜묠묩묫무묵묶문묻물묽묾뭄뭅뭇뭉뭍뭏뭐뭔뭘뭡뭣뭬뮈뮌뮐뮤뮨뮬뮴뮷므믄믈믐믓미믹민믿밀밂밈밉밋밌밍및밑바",4,"받",4,"밤밥밧방밭배백밴밸뱀뱁뱃뱄뱅뱉뱌뱍뱐뱝버벅번벋벌벎범법벗"],["ba41","튍튎튏튒튓튔튖",5,"튝튞튟튡튢튣튥",6,"튭"],["ba61","튮튯튰튲",5,"튺튻튽튾틁틃",4,"틊틌",5],["ba81","틒틓틕틖틗틙틚틛틝",6,"틦",9,"틲틳틵틶틷틹틺벙벚베벡벤벧벨벰벱벳벴벵벼벽변별볍볏볐병볕볘볜보복볶본볼봄봅봇봉봐봔봤봬뵀뵈뵉뵌뵐뵘뵙뵤뵨부북분붇불붉붊붐붑붓붕붙붚붜붤붰붸뷔뷕뷘뷜뷩뷰뷴뷸븀븃븅브븍븐블븜븝븟비빅빈빌빎빔빕빗빙빚빛빠빡빤"],["bb41","틻",4,"팂팄팆",5,"팏팑팒팓팕팗",4,"팞팢팣"],["bb61","팤팦팧팪팫팭팮팯팱",6,"팺팾",5,"퍆퍇퍈퍉"],["bb81","퍊",31,"빨빪빰빱빳빴빵빻빼빽뺀뺄뺌뺍뺏뺐뺑뺘뺙뺨뻐뻑뻔뻗뻘뻠뻣뻤뻥뻬뼁뼈뼉뼘뼙뼛뼜뼝뽀뽁뽄뽈뽐뽑뽕뾔뾰뿅뿌뿍뿐뿔뿜뿟뿡쀼쁑쁘쁜쁠쁨쁩삐삑삔삘삠삡삣삥사삭삯산삳살삵삶삼삽삿샀상샅새색샌샐샘샙샛샜생샤"],["bc41","퍪",17,"퍾퍿펁펂펃펅펆펇"],["bc61","펈펉펊펋펎펒",5,"펚펛펝펞펟펡",6,"펪펬펮"],["bc81","펯",4,"펵펶펷펹펺펻펽",6,"폆폇폊",5,"폑",5,"샥샨샬샴샵샷샹섀섄섈섐섕서",4,"섣설섦섧섬섭섯섰성섶세섹센셀셈셉셋셌셍셔셕션셜셤셥셧셨셩셰셴셸솅소속솎손솔솖솜솝솟송솥솨솩솬솰솽쇄쇈쇌쇔쇗쇘쇠쇤쇨쇰쇱쇳쇼쇽숀숄숌숍숏숑수숙순숟술숨숩숫숭"],["bd41","폗폙",7,"폢폤",7,"폮폯폱폲폳폵폶폷"],["bd61","폸폹폺폻폾퐀퐂",5,"퐉",13],["bd81","퐗",5,"퐞",25,"숯숱숲숴쉈쉐쉑쉔쉘쉠쉥쉬쉭쉰쉴쉼쉽쉿슁슈슉슐슘슛슝스슥슨슬슭슴습슷승시식신싣실싫심십싯싱싶싸싹싻싼쌀쌈쌉쌌쌍쌓쌔쌕쌘쌜쌤쌥쌨쌩썅써썩썬썰썲썸썹썼썽쎄쎈쎌쏀쏘쏙쏜쏟쏠쏢쏨쏩쏭쏴쏵쏸쐈쐐쐤쐬쐰"],["be41","퐸",7,"푁푂푃푅",14],["be61","푔",7,"푝푞푟푡푢푣푥",7,"푮푰푱푲"],["be81","푳",4,"푺푻푽푾풁풃",4,"풊풌풎",5,"풕",8,"쐴쐼쐽쑈쑤쑥쑨쑬쑴쑵쑹쒀쒔쒜쒸쒼쓩쓰쓱쓴쓸쓺쓿씀씁씌씐씔씜씨씩씬씰씸씹씻씽아악안앉않알앍앎앓암압앗았앙앝앞애액앤앨앰앱앳앴앵야약얀얄얇얌얍얏양얕얗얘얜얠얩어억언얹얻얼얽얾엄",6,"엌엎"],["bf41","풞",10,"풪",14],["bf61","풹",18,"퓍퓎퓏퓑퓒퓓퓕"],["bf81","퓖",5,"퓝퓞퓠",7,"퓩퓪퓫퓭퓮퓯퓱",6,"퓹퓺퓼에엑엔엘엠엡엣엥여역엮연열엶엷염",5,"옅옆옇예옌옐옘옙옛옜오옥온올옭옮옰옳옴옵옷옹옻와왁완왈왐왑왓왔왕왜왝왠왬왯왱외왹왼욀욈욉욋욍요욕욘욜욤욥욧용우욱운울욹욺움웁웃웅워웍원월웜웝웠웡웨"],["c041","퓾",5,"픅픆픇픉픊픋픍",6,"픖픘",5],["c061","픞",25],["c081","픸픹픺픻픾픿핁핂핃핅",6,"핎핐핒",5,"핚핛핝핞핟핡핢핣웩웬웰웸웹웽위윅윈윌윔윕윗윙유육윤율윰윱윳융윷으윽은을읊음읍읏응",7,"읜읠읨읫이익인일읽읾잃임입잇있잉잊잎자작잔잖잗잘잚잠잡잣잤장잦재잭잰잴잼잽잿쟀쟁쟈쟉쟌쟎쟐쟘쟝쟤쟨쟬저적전절젊"],["c141","핤핦핧핪핬핮",5,"핶핷핹핺핻핽",6,"햆햊햋"],["c161","햌햍햎햏햑",19,"햦햧"],["c181","햨",31,"점접젓정젖제젝젠젤젬젭젯젱져젼졀졈졉졌졍졔조족존졸졺좀좁좃종좆좇좋좌좍좔좝좟좡좨좼좽죄죈죌죔죕죗죙죠죡죤죵주죽준줄줅줆줌줍줏중줘줬줴쥐쥑쥔쥘쥠쥡쥣쥬쥰쥴쥼즈즉즌즐즘즙즛증지직진짇질짊짐집짓"],["c241","헊헋헍헎헏헑헓",4,"헚헜헞",5,"헦헧헩헪헫헭헮"],["c261","헯",4,"헶헸헺",5,"혂혃혅혆혇혉",6,"혒"],["c281","혖",5,"혝혞혟혡혢혣혥",7,"혮",9,"혺혻징짖짙짚짜짝짠짢짤짧짬짭짯짰짱째짹짼쨀쨈쨉쨋쨌쨍쨔쨘쨩쩌쩍쩐쩔쩜쩝쩟쩠쩡쩨쩽쪄쪘쪼쪽쫀쫄쫌쫍쫏쫑쫓쫘쫙쫠쫬쫴쬈쬐쬔쬘쬠쬡쭁쭈쭉쭌쭐쭘쭙쭝쭤쭸쭹쮜쮸쯔쯤쯧쯩찌찍찐찔찜찝찡찢찧차착찬찮찰참찹찻"],["c341","혽혾혿홁홂홃홄홆홇홊홌홎홏홐홒홓홖홗홙홚홛홝",4],["c361","홢",4,"홨홪",5,"홲홳홵",11],["c381","횁횂횄횆",5,"횎횏횑횒횓횕",7,"횞횠횢",5,"횩횪찼창찾채책챈챌챔챕챗챘챙챠챤챦챨챰챵처척천철첨첩첫첬청체첵첸첼쳄쳅쳇쳉쳐쳔쳤쳬쳰촁초촉촌촐촘촙촛총촤촨촬촹최쵠쵤쵬쵭쵯쵱쵸춈추축춘출춤춥춧충춰췄췌췐취췬췰췸췹췻췽츄츈츌츔츙츠측츤츨츰츱츳층"],["c441","횫횭횮횯횱",7,"횺횼",7,"훆훇훉훊훋"],["c461","훍훎훏훐훒훓훕훖훘훚",5,"훡훢훣훥훦훧훩",4],["c481","훮훯훱훲훳훴훶",5,"훾훿휁휂휃휅",11,"휒휓휔치칙친칟칠칡침칩칫칭카칵칸칼캄캅캇캉캐캑캔캘캠캡캣캤캥캬캭컁커컥컨컫컬컴컵컷컸컹케켁켄켈켐켑켓켕켜켠켤켬켭켯켰켱켸코콕콘콜콤콥콧콩콰콱콴콸쾀쾅쾌쾡쾨쾰쿄쿠쿡쿤쿨쿰쿱쿳쿵쿼퀀퀄퀑퀘퀭퀴퀵퀸퀼"],["c541","휕휖휗휚휛휝휞휟휡",6,"휪휬휮",5,"휶휷휹"],["c561","휺휻휽",6,"흅흆흈흊",5,"흒흓흕흚",4],["c581","흟흢흤흦흧흨흪흫흭흮흯흱흲흳흵",6,"흾흿힀힂",5,"힊힋큄큅큇큉큐큔큘큠크큭큰클큼큽킁키킥킨킬킴킵킷킹타탁탄탈탉탐탑탓탔탕태택탠탤탬탭탯탰탱탸턍터턱턴털턺텀텁텃텄텅테텍텐텔템텝텟텡텨텬텼톄톈토톡톤톨톰톱톳통톺톼퇀퇘퇴퇸툇툉툐투툭툰툴툼툽툿퉁퉈퉜"],["c641","힍힎힏힑",6,"힚힜힞",5],["c6a1","퉤튀튁튄튈튐튑튕튜튠튤튬튱트특튼튿틀틂틈틉틋틔틘틜틤틥티틱틴틸팀팁팃팅파팍팎판팔팖팜팝팟팠팡팥패팩팬팰팸팹팻팼팽퍄퍅퍼퍽펀펄펌펍펏펐펑페펙펜펠펨펩펫펭펴편펼폄폅폈평폐폘폡폣포폭폰폴폼폽폿퐁"],["c7a1","퐈퐝푀푄표푠푤푭푯푸푹푼푿풀풂품풉풋풍풔풩퓌퓐퓔퓜퓟퓨퓬퓰퓸퓻퓽프픈플픔픕픗피픽핀필핌핍핏핑하학한할핥함합핫항해핵핸핼햄햅햇했행햐향허헉헌헐헒험헙헛헝헤헥헨헬헴헵헷헹혀혁현혈혐협혓혔형혜혠"],["c8a1","혤혭호혹혼홀홅홈홉홋홍홑화확환활홧황홰홱홴횃횅회획횐횔횝횟횡효횬횰횹횻후훅훈훌훑훔훗훙훠훤훨훰훵훼훽휀휄휑휘휙휜휠휨휩휫휭휴휵휸휼흄흇흉흐흑흔흖흗흘흙흠흡흣흥흩희흰흴흼흽힁히힉힌힐힘힙힛힝"],["caa1","伽佳假價加可呵哥嘉嫁家暇架枷柯歌珂痂稼苛茄街袈訶賈跏軻迦駕刻却各恪慤殼珏脚覺角閣侃刊墾奸姦干幹懇揀杆柬桿澗癎看磵稈竿簡肝艮艱諫間乫喝曷渴碣竭葛褐蝎鞨勘坎堪嵌感憾戡敢柑橄減甘疳監瞰紺邯鑑鑒龕"],["cba1","匣岬甲胛鉀閘剛堈姜岡崗康强彊慷江畺疆糠絳綱羌腔舡薑襁講鋼降鱇介价個凱塏愷愾慨改槪漑疥皆盖箇芥蓋豈鎧開喀客坑更粳羹醵倨去居巨拒据據擧渠炬祛距踞車遽鉅鋸乾件健巾建愆楗腱虔蹇鍵騫乞傑杰桀儉劍劒檢"],["cca1","瞼鈐黔劫怯迲偈憩揭擊格檄激膈覡隔堅牽犬甄絹繭肩見譴遣鵑抉決潔結缺訣兼慊箝謙鉗鎌京俓倞傾儆勁勍卿坰境庚徑慶憬擎敬景暻更梗涇炅烱璟璥瓊痙硬磬竟競絅經耕耿脛莖警輕逕鏡頃頸驚鯨係啓堺契季屆悸戒桂械"],["cda1","棨溪界癸磎稽系繫繼計誡谿階鷄古叩告呱固姑孤尻庫拷攷故敲暠枯槁沽痼皐睾稿羔考股膏苦苽菰藁蠱袴誥賈辜錮雇顧高鼓哭斛曲梏穀谷鵠困坤崑昆梱棍滾琨袞鯤汨滑骨供公共功孔工恐恭拱控攻珙空蚣貢鞏串寡戈果瓜"],["cea1","科菓誇課跨過鍋顆廓槨藿郭串冠官寬慣棺款灌琯瓘管罐菅觀貫關館刮恝括适侊光匡壙廣曠洸炚狂珖筐胱鑛卦掛罫乖傀塊壞怪愧拐槐魁宏紘肱轟交僑咬喬嬌嶠巧攪敎校橋狡皎矯絞翹膠蕎蛟較轎郊餃驕鮫丘久九仇俱具勾"],["cfa1","區口句咎嘔坵垢寇嶇廐懼拘救枸柩構歐毆毬求溝灸狗玖球瞿矩究絿耉臼舅舊苟衢謳購軀逑邱鉤銶駒驅鳩鷗龜國局菊鞠鞫麴君窘群裙軍郡堀屈掘窟宮弓穹窮芎躬倦券勸卷圈拳捲權淃眷厥獗蕨蹶闕机櫃潰詭軌饋句晷歸貴"],["d0a1","鬼龜叫圭奎揆槻珪硅窺竅糾葵規赳逵閨勻均畇筠菌鈞龜橘克剋劇戟棘極隙僅劤勤懃斤根槿瑾筋芹菫覲謹近饉契今妗擒昑檎琴禁禽芩衾衿襟金錦伋及急扱汲級給亘兢矜肯企伎其冀嗜器圻基埼夔奇妓寄岐崎己幾忌技旗旣"],["d1a1","朞期杞棋棄機欺氣汽沂淇玘琦琪璂璣畸畿碁磯祁祇祈祺箕紀綺羈耆耭肌記譏豈起錡錤飢饑騎騏驥麒緊佶吉拮桔金喫儺喇奈娜懦懶拏拿癩",5,"那樂",4,"諾酪駱亂卵暖欄煖爛蘭難鸞捏捺南嵐枏楠湳濫男藍襤拉"],["d2a1","納臘蠟衲囊娘廊",4,"乃來內奈柰耐冷女年撚秊念恬拈捻寧寗努勞奴弩怒擄櫓爐瑙盧",5,"駑魯",10,"濃籠聾膿農惱牢磊腦賂雷尿壘",7,"嫩訥杻紐勒",5,"能菱陵尼泥匿溺多茶"],["d3a1","丹亶但單團壇彖斷旦檀段湍短端簞緞蛋袒鄲鍛撻澾獺疸達啖坍憺擔曇淡湛潭澹痰聃膽蕁覃談譚錟沓畓答踏遝唐堂塘幢戇撞棠當糖螳黨代垈坮大對岱帶待戴擡玳臺袋貸隊黛宅德悳倒刀到圖堵塗導屠島嶋度徒悼挑掉搗桃"],["d4a1","棹櫂淘渡滔濤燾盜睹禱稻萄覩賭跳蹈逃途道都鍍陶韜毒瀆牘犢獨督禿篤纛讀墩惇敦旽暾沌焞燉豚頓乭突仝冬凍動同憧東桐棟洞潼疼瞳童胴董銅兜斗杜枓痘竇荳讀豆逗頭屯臀芚遁遯鈍得嶝橙燈登等藤謄鄧騰喇懶拏癩羅"],["d5a1","蘿螺裸邏樂洛烙珞絡落諾酪駱丹亂卵欄欒瀾爛蘭鸞剌辣嵐擥攬欖濫籃纜藍襤覽拉臘蠟廊朗浪狼琅瑯螂郞來崍徠萊冷掠略亮倆兩凉梁樑粮粱糧良諒輛量侶儷勵呂廬慮戾旅櫚濾礪藜蠣閭驢驪麗黎力曆歷瀝礫轢靂憐戀攣漣"],["d6a1","煉璉練聯蓮輦連鍊冽列劣洌烈裂廉斂殮濂簾獵令伶囹寧岺嶺怜玲笭羚翎聆逞鈴零靈領齡例澧禮醴隷勞怒撈擄櫓潞瀘爐盧老蘆虜路輅露魯鷺鹵碌祿綠菉錄鹿麓論壟弄朧瀧瓏籠聾儡瀨牢磊賂賚賴雷了僚寮廖料燎療瞭聊蓼"],["d7a1","遼鬧龍壘婁屢樓淚漏瘻累縷蔞褸鏤陋劉旒柳榴流溜瀏琉瑠留瘤硫謬類六戮陸侖倫崙淪綸輪律慄栗率隆勒肋凜凌楞稜綾菱陵俚利厘吏唎履悧李梨浬犁狸理璃異痢籬罹羸莉裏裡里釐離鯉吝潾燐璘藺躪隣鱗麟林淋琳臨霖砬"],["d8a1","立笠粒摩瑪痲碼磨馬魔麻寞幕漠膜莫邈万卍娩巒彎慢挽晩曼滿漫灣瞞萬蔓蠻輓饅鰻唜抹末沫茉襪靺亡妄忘忙望網罔芒茫莽輞邙埋妹媒寐昧枚梅每煤罵買賣邁魅脈貊陌驀麥孟氓猛盲盟萌冪覓免冕勉棉沔眄眠綿緬面麵滅"],["d9a1","蔑冥名命明暝椧溟皿瞑茗蓂螟酩銘鳴袂侮冒募姆帽慕摸摹暮某模母毛牟牡瑁眸矛耗芼茅謀謨貌木沐牧目睦穆鶩歿沒夢朦蒙卯墓妙廟描昴杳渺猫竗苗錨務巫憮懋戊拇撫无楙武毋無珷畝繆舞茂蕪誣貿霧鵡墨默們刎吻問文"],["daa1","汶紊紋聞蚊門雯勿沕物味媚尾嵋彌微未梶楣渼湄眉米美薇謎迷靡黴岷悶愍憫敏旻旼民泯玟珉緡閔密蜜謐剝博拍搏撲朴樸泊珀璞箔粕縛膊舶薄迫雹駁伴半反叛拌搬攀斑槃泮潘班畔瘢盤盼磐磻礬絆般蟠返頒飯勃拔撥渤潑"],["dba1","發跋醱鉢髮魃倣傍坊妨尨幇彷房放方旁昉枋榜滂磅紡肪膀舫芳蒡蚌訪謗邦防龐倍俳北培徘拜排杯湃焙盃背胚裴裵褙賠輩配陪伯佰帛柏栢白百魄幡樊煩燔番磻繁蕃藩飜伐筏罰閥凡帆梵氾汎泛犯範范法琺僻劈壁擘檗璧癖"],["dca1","碧蘗闢霹便卞弁變辨辯邊別瞥鱉鼈丙倂兵屛幷昞昺柄棅炳甁病秉竝輧餠騈保堡報寶普步洑湺潽珤甫菩補褓譜輔伏僕匐卜宓復服福腹茯蔔複覆輹輻馥鰒本乶俸奉封峯峰捧棒烽熢琫縫蓬蜂逢鋒鳳不付俯傅剖副否咐埠夫婦"],["dda1","孚孵富府復扶敷斧浮溥父符簿缶腐腑膚艀芙莩訃負賦賻赴趺部釜阜附駙鳧北分吩噴墳奔奮忿憤扮昐汾焚盆粉糞紛芬賁雰不佛弗彿拂崩朋棚硼繃鵬丕備匕匪卑妃婢庇悲憊扉批斐枇榧比毖毗毘沸泌琵痺砒碑秕秘粃緋翡肥"],["dea1","脾臂菲蜚裨誹譬費鄙非飛鼻嚬嬪彬斌檳殯浜濱瀕牝玭貧賓頻憑氷聘騁乍事些仕伺似使俟僿史司唆嗣四士奢娑寫寺射巳師徙思捨斜斯柶査梭死沙泗渣瀉獅砂社祀祠私篩紗絲肆舍莎蓑蛇裟詐詞謝賜赦辭邪飼駟麝削數朔索"],["dfa1","傘刪山散汕珊産疝算蒜酸霰乷撒殺煞薩三參杉森渗芟蔘衫揷澁鈒颯上傷像償商喪嘗孀尙峠常床庠廂想桑橡湘爽牀狀相祥箱翔裳觴詳象賞霜塞璽賽嗇塞穡索色牲生甥省笙墅壻嶼序庶徐恕抒捿敍暑曙書栖棲犀瑞筮絮緖署"],["e0a1","胥舒薯西誓逝鋤黍鼠夕奭席惜昔晳析汐淅潟石碩蓆釋錫仙僊先善嬋宣扇敾旋渲煽琁瑄璇璿癬禪線繕羨腺膳船蘚蟬詵跣選銑鐥饍鮮卨屑楔泄洩渫舌薛褻設說雪齧剡暹殲纖蟾贍閃陝攝涉燮葉城姓宬性惺成星晟猩珹盛省筬"],["e1a1","聖聲腥誠醒世勢歲洗稅笹細說貰召嘯塑宵小少巢所掃搔昭梳沼消溯瀟炤燒甦疏疎瘙笑篠簫素紹蔬蕭蘇訴逍遡邵銷韶騷俗屬束涑粟續謖贖速孫巽損蓀遜飡率宋悚松淞訟誦送頌刷殺灑碎鎖衰釗修受嗽囚垂壽嫂守岫峀帥愁"],["e2a1","戍手授搜收數樹殊水洙漱燧狩獸琇璲瘦睡秀穗竪粹綏綬繡羞脩茱蒐蓚藪袖誰讐輸遂邃酬銖銹隋隧隨雖需須首髓鬚叔塾夙孰宿淑潚熟琡璹肅菽巡徇循恂旬栒楯橓殉洵淳珣盾瞬筍純脣舜荀蓴蕣詢諄醇錞順馴戌術述鉥崇崧"],["e3a1","嵩瑟膝蝨濕拾習褶襲丞乘僧勝升承昇繩蠅陞侍匙嘶始媤尸屎屍市弑恃施是時枾柴猜矢示翅蒔蓍視試詩諡豕豺埴寔式息拭植殖湜熄篒蝕識軾食飾伸侁信呻娠宸愼新晨燼申神紳腎臣莘薪藎蜃訊身辛辰迅失室實悉審尋心沁"],["e4a1","沈深瀋甚芯諶什十拾雙氏亞俄兒啞娥峨我牙芽莪蛾衙訝阿雅餓鴉鵝堊岳嶽幄惡愕握樂渥鄂鍔顎鰐齷安岸按晏案眼雁鞍顔鮟斡謁軋閼唵岩巖庵暗癌菴闇壓押狎鴨仰央怏昻殃秧鴦厓哀埃崖愛曖涯碍艾隘靄厄扼掖液縊腋額"],["e5a1","櫻罌鶯鸚也倻冶夜惹揶椰爺耶若野弱掠略約若葯蒻藥躍亮佯兩凉壤孃恙揚攘敭暘梁楊樣洋瀁煬痒瘍禳穰糧羊良襄諒讓釀陽量養圄御於漁瘀禦語馭魚齬億憶抑檍臆偃堰彦焉言諺孼蘖俺儼嚴奄掩淹嶪業円予余勵呂女如廬"],["e6a1","旅歟汝濾璵礖礪與艅茹輿轝閭餘驪麗黎亦力域役易曆歷疫繹譯轢逆驛嚥堧姸娟宴年延憐戀捐挻撚椽沇沿涎涓淵演漣烟然煙煉燃燕璉硏硯秊筵緣練縯聯衍軟輦蓮連鉛鍊鳶列劣咽悅涅烈熱裂說閱厭廉念捻染殮炎焰琰艶苒"],["e7a1","簾閻髥鹽曄獵燁葉令囹塋寧嶺嶸影怜映暎楹榮永泳渶潁濚瀛瀯煐營獰玲瑛瑩瓔盈穎纓羚聆英詠迎鈴鍈零霙靈領乂倪例刈叡曳汭濊猊睿穢芮藝蘂禮裔詣譽豫醴銳隸霓預五伍俉傲午吾吳嗚塢墺奧娛寤悟惡懊敖旿晤梧汚澳"],["e8a1","烏熬獒筽蜈誤鰲鼇屋沃獄玉鈺溫瑥瘟穩縕蘊兀壅擁瓮甕癰翁邕雍饔渦瓦窩窪臥蛙蝸訛婉完宛梡椀浣玩琓琬碗緩翫脘腕莞豌阮頑曰往旺枉汪王倭娃歪矮外嵬巍猥畏了僚僥凹堯夭妖姚寥寮尿嶢拗搖撓擾料曜樂橈燎燿瑤療"],["e9a1","窈窯繇繞耀腰蓼蟯要謠遙遼邀饒慾欲浴縟褥辱俑傭冗勇埇墉容庸慂榕涌湧溶熔瑢用甬聳茸蓉踊鎔鏞龍于佑偶優又友右宇寓尤愚憂旴牛玗瑀盂祐禑禹紆羽芋藕虞迂遇郵釪隅雨雩勖彧旭昱栯煜稶郁頊云暈橒殞澐熉耘芸蕓"],["eaa1","運隕雲韻蔚鬱亐熊雄元原員圓園垣媛嫄寃怨愿援沅洹湲源爰猿瑗苑袁轅遠阮院願鴛月越鉞位偉僞危圍委威尉慰暐渭爲瑋緯胃萎葦蔿蝟衛褘謂違韋魏乳侑儒兪劉唯喩孺宥幼幽庾悠惟愈愉揄攸有杻柔柚柳楡楢油洧流游溜"],["eba1","濡猶猷琉瑜由留癒硫紐維臾萸裕誘諛諭踰蹂遊逾遺酉釉鍮類六堉戮毓肉育陸倫允奫尹崙淪潤玧胤贇輪鈗閏律慄栗率聿戎瀜絨融隆垠恩慇殷誾銀隱乙吟淫蔭陰音飮揖泣邑凝應膺鷹依倚儀宜意懿擬椅毅疑矣義艤薏蟻衣誼"],["eca1","議醫二以伊利吏夷姨履已弛彛怡易李梨泥爾珥理異痍痢移罹而耳肄苡荑裏裡貽貳邇里離飴餌匿溺瀷益翊翌翼謚人仁刃印吝咽因姻寅引忍湮燐璘絪茵藺蚓認隣靭靷鱗麟一佚佾壹日溢逸鎰馹任壬妊姙恁林淋稔臨荏賃入卄"],["eda1","立笠粒仍剩孕芿仔刺咨姉姿子字孜恣慈滋炙煮玆瓷疵磁紫者自茨蔗藉諮資雌作勺嚼斫昨灼炸爵綽芍酌雀鵲孱棧殘潺盞岑暫潛箴簪蠶雜丈仗匠場墻壯奬將帳庄張掌暲杖樟檣欌漿牆狀獐璋章粧腸臟臧莊葬蔣薔藏裝贓醬長"],["eea1","障再哉在宰才材栽梓渽滓災縡裁財載齋齎爭箏諍錚佇低儲咀姐底抵杵楮樗沮渚狙猪疽箸紵苧菹著藷詛貯躇這邸雎齟勣吊嫡寂摘敵滴狄炙的積笛籍績翟荻謫賊赤跡蹟迪迹適鏑佃佺傳全典前剪塡塼奠專展廛悛戰栓殿氈澱"],["efa1","煎琠田甸畑癲筌箋箭篆纏詮輾轉鈿銓錢鐫電顚顫餞切截折浙癤竊節絶占岾店漸点粘霑鮎點接摺蝶丁井亭停偵呈姃定幀庭廷征情挺政整旌晶晸柾楨檉正汀淀淨渟湞瀞炡玎珽町睛碇禎程穽精綎艇訂諪貞鄭酊釘鉦鋌錠霆靖"],["f0a1","靜頂鼎制劑啼堤帝弟悌提梯濟祭第臍薺製諸蹄醍除際霽題齊俎兆凋助嘲弔彫措操早晁曺曹朝條棗槽漕潮照燥爪璪眺祖祚租稠窕粗糟組繰肇藻蚤詔調趙躁造遭釣阻雕鳥族簇足鏃存尊卒拙猝倧宗從悰慫棕淙琮種終綜縱腫"],["f1a1","踪踵鍾鐘佐坐左座挫罪主住侏做姝胄呪周嗾奏宙州廚晝朱柱株注洲湊澍炷珠疇籌紂紬綢舟蛛註誅走躊輳週酎酒鑄駐竹粥俊儁准埈寯峻晙樽浚準濬焌畯竣蠢逡遵雋駿茁中仲衆重卽櫛楫汁葺增憎曾拯烝甑症繒蒸證贈之只"],["f2a1","咫地址志持指摯支旨智枝枳止池沚漬知砥祉祗紙肢脂至芝芷蜘誌識贄趾遲直稙稷織職唇嗔塵振搢晉晋桭榛殄津溱珍瑨璡畛疹盡眞瞋秦縉縝臻蔯袗診賑軫辰進鎭陣陳震侄叱姪嫉帙桎瓆疾秩窒膣蛭質跌迭斟朕什執潗緝輯"],["f3a1","鏶集徵懲澄且侘借叉嗟嵯差次此磋箚茶蹉車遮捉搾着窄錯鑿齪撰澯燦璨瓚竄簒纂粲纘讚贊鑽餐饌刹察擦札紮僭參塹慘慙懺斬站讒讖倉倡創唱娼廠彰愴敞昌昶暢槍滄漲猖瘡窓脹艙菖蒼債埰寀寨彩採砦綵菜蔡采釵冊柵策"],["f4a1","責凄妻悽處倜刺剔尺慽戚拓擲斥滌瘠脊蹠陟隻仟千喘天川擅泉淺玔穿舛薦賤踐遷釧闡阡韆凸哲喆徹撤澈綴輟轍鐵僉尖沾添甛瞻簽籤詹諂堞妾帖捷牒疊睫諜貼輒廳晴淸聽菁請靑鯖切剃替涕滯締諦逮遞體初剿哨憔抄招梢"],["f5a1","椒楚樵炒焦硝礁礎秒稍肖艸苕草蕉貂超酢醋醮促囑燭矗蜀觸寸忖村邨叢塚寵悤憁摠總聰蔥銃撮催崔最墜抽推椎楸樞湫皺秋芻萩諏趨追鄒酋醜錐錘鎚雛騶鰍丑畜祝竺筑築縮蓄蹙蹴軸逐春椿瑃出朮黜充忠沖蟲衝衷悴膵萃"],["f6a1","贅取吹嘴娶就炊翠聚脆臭趣醉驟鷲側仄厠惻測層侈値嗤峙幟恥梔治淄熾痔痴癡稚穉緇緻置致蚩輜雉馳齒則勅飭親七柒漆侵寢枕沈浸琛砧針鍼蟄秤稱快他咤唾墮妥惰打拖朶楕舵陀馱駝倬卓啄坼度托拓擢晫柝濁濯琢琸託"],["f7a1","鐸呑嘆坦彈憚歎灘炭綻誕奪脫探眈耽貪塔搭榻宕帑湯糖蕩兌台太怠態殆汰泰笞胎苔跆邰颱宅擇澤撑攄兎吐土討慟桶洞痛筒統通堆槌腿褪退頹偸套妬投透鬪慝特闖坡婆巴把播擺杷波派爬琶破罷芭跛頗判坂板版瓣販辦鈑"],["f8a1","阪八叭捌佩唄悖敗沛浿牌狽稗覇貝彭澎烹膨愎便偏扁片篇編翩遍鞭騙貶坪平枰萍評吠嬖幣廢弊斃肺蔽閉陛佈包匍匏咆哺圃布怖抛抱捕暴泡浦疱砲胞脯苞葡蒲袍褒逋鋪飽鮑幅暴曝瀑爆輻俵剽彪慓杓標漂瓢票表豹飇飄驃"],["f9a1","品稟楓諷豊風馮彼披疲皮被避陂匹弼必泌珌畢疋筆苾馝乏逼下何厦夏廈昰河瑕荷蝦賀遐霞鰕壑學虐謔鶴寒恨悍旱汗漢澣瀚罕翰閑閒限韓割轄函含咸啣喊檻涵緘艦銜陷鹹合哈盒蛤閤闔陜亢伉姮嫦巷恒抗杭桁沆港缸肛航"],["faa1","行降項亥偕咳垓奚孩害懈楷海瀣蟹解該諧邂駭骸劾核倖幸杏荇行享向嚮珦鄕響餉饗香噓墟虛許憲櫶獻軒歇險驗奕爀赫革俔峴弦懸晛泫炫玄玹現眩睍絃絢縣舷衒見賢鉉顯孑穴血頁嫌俠協夾峽挾浹狹脅脇莢鋏頰亨兄刑型"],["fba1","形泂滎瀅灐炯熒珩瑩荊螢衡逈邢鎣馨兮彗惠慧暳蕙蹊醯鞋乎互呼壕壺好岵弧戶扈昊晧毫浩淏湖滸澔濠濩灝狐琥瑚瓠皓祜糊縞胡芦葫蒿虎號蝴護豪鎬頀顥惑或酷婚昏混渾琿魂忽惚笏哄弘汞泓洪烘紅虹訌鴻化和嬅樺火畵"],["fca1","禍禾花華話譁貨靴廓擴攫確碻穫丸喚奐宦幻患換歡晥桓渙煥環紈還驩鰥活滑猾豁闊凰幌徨恍惶愰慌晃晄榥況湟滉潢煌璜皇篁簧荒蝗遑隍黃匯回廻徊恢悔懷晦會檜淮澮灰獪繪膾茴蛔誨賄劃獲宖橫鐄哮嚆孝效斅曉梟涍淆"],["fda1","爻肴酵驍侯候厚后吼喉嗅帿後朽煦珝逅勛勳塤壎焄熏燻薰訓暈薨喧暄煊萱卉喙毁彙徽揮暉煇諱輝麾休携烋畦虧恤譎鷸兇凶匈洶胸黑昕欣炘痕吃屹紇訖欠欽歆吸恰洽翕興僖凞喜噫囍姬嬉希憙憘戱晞曦熙熹熺犧禧稀羲詰"]]')},function(e){e.exports=JSON.parse('[["8740","䏰䰲䘃䖦䕸𧉧䵷䖳𧲱䳢𧳅㮕䜶䝄䱇䱀𤊿𣘗𧍒𦺋𧃒䱗𪍑䝏䗚䲅𧱬䴇䪤䚡𦬣爥𥩔𡩣𣸆𣽡晍囻"],["8767","綕夝𨮹㷴霴𧯯寛𡵞媤㘥𩺰嫑宷峼杮薓𩥅瑡璝㡵𡵓𣚞𦀡㻬"],["87a1","𥣞㫵竼龗𤅡𨤍𣇪𠪊𣉞䌊蒄龖鐯䤰蘓墖靊鈘秐稲晠権袝瑌篅枂稬剏遆㓦珄𥶹瓆鿇垳䤯呌䄱𣚎堘穲𧭥讏䚮𦺈䆁𥶙箮𢒼鿈𢓁𢓉𢓌鿉蔄𣖻䂴鿊䓡𪷿拁灮鿋"],["8840","㇀",4,"𠄌㇅𠃑𠃍㇆㇇𠃋𡿨㇈𠃊㇉㇊㇋㇌𠄎㇍㇎ĀÁǍÀĒÉĚÈŌÓǑÒ࿿Ê̄Ế࿿Ê̌ỀÊāáǎàɑēéěèīíǐìōóǒòūúǔùǖǘǚ"],["88a1","ǜü࿿ê̄ế࿿ê̌ềêɡ⏚⏛"],["8940","𪎩𡅅"],["8943","攊"],["8946","丽滝鵎釟"],["894c","𧜵撑会伨侨兖兴农凤务动医华发变团声处备夲头学实実岚庆总斉柾栄桥济炼电纤纬纺织经统缆缷艺苏药视设询车轧轮"],["89a1","琑糼緍楆竉刧"],["89ab","醌碸酞肼"],["89b0","贋胶𠧧"],["89b5","肟黇䳍鷉鸌䰾𩷶𧀎鸊𪄳㗁"],["89c1","溚舾甙"],["89c5","䤑马骏龙禇𨑬𡷊𠗐𢫦两亁亀亇亿仫伷㑌侽㹈倃傈㑽㒓㒥円夅凛凼刅争剹劐匧㗇厩㕑厰㕓参吣㕭㕲㚁咓咣咴咹哐哯唘唣唨㖘唿㖥㖿嗗㗅"],["8a40","𧶄唥"],["8a43","𠱂𠴕𥄫喐𢳆㧬𠍁蹆𤶸𩓥䁓𨂾睺𢰸㨴䟕𨅝𦧲𤷪擝𠵼𠾴𠳕𡃴撍蹾𠺖𠰋𠽤𢲩𨉖𤓓"],["8a64","𠵆𩩍𨃩䟴𤺧𢳂骲㩧𩗴㿭㔆𥋇𩟔𧣈𢵄鵮頕"],["8a76","䏙𦂥撴哣𢵌𢯊𡁷㧻𡁯"],["8aa1","𦛚𦜖𧦠擪𥁒𠱃蹨𢆡𨭌𠜱"],["8aac","䠋𠆩㿺塳𢶍"],["8ab2","𤗈𠓼𦂗𠽌𠶖啹䂻䎺"],["8abb","䪴𢩦𡂝膪飵𠶜捹㧾𢝵跀嚡摼㹃"],["8ac9","𪘁𠸉𢫏𢳉"],["8ace","𡃈𣧂㦒㨆𨊛㕸𥹉𢃇噒𠼱𢲲𩜠㒼氽𤸻"],["8adf","𧕴𢺋𢈈𪙛𨳍𠹺𠰴𦠜羓𡃏𢠃𢤹㗻𥇣𠺌𠾍𠺪㾓𠼰𠵇𡅏𠹌"],["8af6","𠺫𠮩𠵈𡃀𡄽㿹𢚖搲𠾭"],["8b40","𣏴𧘹𢯎𠵾𠵿𢱑𢱕㨘𠺘𡃇𠼮𪘲𦭐𨳒𨶙𨳊閪哌苄喹"],["8b55","𩻃鰦骶𧝞𢷮煀腭胬尜𦕲脴㞗卟𨂽醶𠻺𠸏𠹷𠻻㗝𤷫㘉𠳖嚯𢞵𡃉𠸐𠹸𡁸𡅈𨈇𡑕𠹹𤹐𢶤婔𡀝𡀞𡃵𡃶垜𠸑"],["8ba1","𧚔𨋍𠾵𠹻𥅾㜃𠾶𡆀𥋘𪊽𤧚𡠺𤅷𨉼墙剨㘚𥜽箲孨䠀䬬鼧䧧鰟鮍𥭴𣄽嗻㗲嚉丨夂𡯁屮靑𠂆乛亻㔾尣彑忄㣺扌攵歺氵氺灬爫丬犭𤣩罒礻糹罓𦉪㓁"],["8bde","𦍋耂肀𦘒𦥑卝衤见𧢲讠贝钅镸长门𨸏韦页风飞饣𩠐鱼鸟黄歯龜丷𠂇阝户钢"],["8c40","倻淾𩱳龦㷉袏𤅎灷峵䬠𥇍㕙𥴰愢𨨲辧釶熑朙玺𣊁𪄇㲋𡦀䬐磤琂冮𨜏䀉橣𪊺䈣蘏𠩯稪𩥇𨫪靕灍匤𢁾鏴盙𨧣龧矝亣俰傼丯众龨吴綋墒壐𡶶庒庙忂𢜒斋"],["8ca1","𣏹椙橃𣱣泿"],["8ca7","爀𤔅玌㻛𤨓嬕璹讃𥲤𥚕窓篬糃繬苸薗龩袐龪躹龫迏蕟駠鈡龬𨶹𡐿䁱䊢娚"],["8cc9","顨杫䉶圽"],["8cce","藖𤥻芿𧄍䲁𦵴嵻𦬕𦾾龭龮宖龯曧繛湗秊㶈䓃𣉖𢞖䎚䔶"],["8ce6","峕𣬚諹屸㴒𣕑嵸龲煗䕘𤃬𡸣䱷㥸㑊𠆤𦱁諌侴𠈹妿腬顖𩣺弻"],["8d40","𠮟"],["8d42","𢇁𨥭䄂䚻𩁹㼇龳𪆵䃸㟖䛷𦱆䅼𨚲𧏿䕭㣔𥒚䕡䔛䶉䱻䵶䗪㿈𤬏㙡䓞䒽䇭崾嵈嵖㷼㠏嶤嶹㠠㠸幂庽弥徃㤈㤔㤿㥍惗愽峥㦉憷憹懏㦸戬抐拥挘㧸嚱"],["8da1","㨃揢揻搇摚㩋擀崕嘡龟㪗斆㪽旿晓㫲暒㬢朖㭂枤栀㭘桊梄㭲㭱㭻椉楃牜楤榟榅㮼槖㯝橥橴橱檂㯬檙㯲檫檵櫔櫶殁毁毪汵沪㳋洂洆洦涁㳯涤涱渕渘温溆𨧀溻滢滚齿滨滩漤漴㵆𣽁澁澾㵪㵵熷岙㶊瀬㶑灐灔灯灿炉𠌥䏁㗱𠻘"],["8e40","𣻗垾𦻓焾𥟠㙎榢𨯩孴穉𥣡𩓙穥穽𥦬窻窰竂竃燑𦒍䇊竚竝竪䇯咲𥰁笋筕笩𥌎𥳾箢筯莜𥮴𦱿篐萡箒箸𥴠㶭𥱥蒒篺簆簵𥳁籄粃𤢂粦晽𤕸糉糇糦籴糳糵糎"],["8ea1","繧䔝𦹄絝𦻖璍綉綫焵綳緒𤁗𦀩緤㴓緵𡟹緥𨍭縝𦄡𦅚繮纒䌫鑬縧罀罁罇礶𦋐駡羗𦍑羣𡙡𠁨䕜𣝦䔃𨌺翺𦒉者耈耝耨耯𪂇𦳃耻耼聡𢜔䦉𦘦𣷣𦛨朥肧𨩈脇脚墰𢛶汿𦒘𤾸擧𡒊舘𡡞橓𤩥𤪕䑺舩𠬍𦩒𣵾俹𡓽蓢荢𦬊𤦧𣔰𡝳𣷸芪椛芳䇛"],["8f40","蕋苐茚𠸖𡞴㛁𣅽𣕚艻苢茘𣺋𦶣𦬅𦮗𣗎㶿茝嗬莅䔋𦶥莬菁菓㑾𦻔橗蕚㒖𦹂𢻯葘𥯤葱㷓䓤檧葊𣲵祘蒨𦮖𦹷𦹃蓞萏莑䒠蒓蓤𥲑䉀𥳀䕃蔴嫲𦺙䔧蕳䔖枿蘖"],["8fa1","𨘥𨘻藁𧂈蘂𡖂𧃍䕫䕪蘨㙈𡢢号𧎚虾蝱𪃸蟮𢰧螱蟚蠏噡虬桖䘏衅衆𧗠𣶹𧗤衞袜䙛袴袵揁装睷𧜏覇覊覦覩覧覼𨨥觧𧤤𧪽誜瞓釾誐𧩙竩𧬺𣾏䜓𧬸煼謌謟𥐰𥕥謿譌譍誩𤩺讐讛誯𡛟䘕衏貛𧵔𧶏貫㜥𧵓賖𧶘𧶽贒贃𡤐賛灜贑𤳉㻐起"],["9040","趩𨀂𡀔𤦊㭼𨆼𧄌竧躭躶軃鋔輙輭𨍥𨐒辥錃𪊟𠩐辳䤪𨧞𨔽𣶻廸𣉢迹𪀔𨚼𨔁𢌥㦀𦻗逷𨔼𧪾遡𨕬𨘋邨𨜓郄𨛦邮都酧㫰醩釄粬𨤳𡺉鈎沟鉁鉢𥖹銹𨫆𣲛𨬌𥗛"],["90a1","𠴱錬鍫𨫡𨯫炏嫃𨫢𨫥䥥鉄𨯬𨰹𨯿鍳鑛躼閅閦鐦閠濶䊹𢙺𨛘𡉼𣸮䧟氜陻隖䅬隣𦻕懚隶磵𨫠隽双䦡𦲸𠉴𦐐𩂯𩃥𤫑𡤕𣌊霱虂霶䨏䔽䖅𤫩灵孁霛靜𩇕靗孊𩇫靟鐥僐𣂷𣂼鞉鞟鞱鞾韀韒韠𥑬韮琜𩐳響韵𩐝𧥺䫑頴頳顋顦㬎𧅵㵑𠘰𤅜"],["9140","𥜆飊颷飈飇䫿𦴧𡛓喰飡飦飬鍸餹𤨩䭲𩡗𩤅駵騌騻騐驘𥜥㛄𩂱𩯕髠髢𩬅髴䰎鬔鬭𨘀倴鬴𦦨㣃𣁽魐魀𩴾婅𡡣鮎𤉋鰂鯿鰌𩹨鷔𩾷𪆒𪆫𪃡𪄣𪇟鵾鶃𪄴鸎梈"],["91a1","鷄𢅛𪆓𪈠𡤻𪈳鴹𪂹𪊴麐麕麞麢䴴麪麯𤍤黁㭠㧥㴝伲㞾𨰫鼂鼈䮖鐤𦶢鼗鼖鼹嚟嚊齅馸𩂋韲葿齢齩竜龎爖䮾𤥵𤦻煷𤧸𤍈𤩑玞𨯚𡣺禟𨥾𨸶鍩鏳𨩄鋬鎁鏋𨥬𤒹爗㻫睲穃烐𤑳𤏸煾𡟯炣𡢾𣖙㻇𡢅𥐯𡟸㜢𡛻𡠹㛡𡝴𡣑𥽋㜣𡛀坛𤨥𡏾𡊨"],["9240","𡏆𡒶蔃𣚦蔃葕𤦔𧅥𣸱𥕜𣻻𧁒䓴𣛮𩦝𦼦柹㜳㰕㷧塬𡤢栐䁗𣜿𤃡𤂋𤄏𦰡哋嚞𦚱嚒𠿟𠮨𠸍鏆𨬓鎜仸儫㠙𤐶亼𠑥𠍿佋侊𥙑婨𠆫𠏋㦙𠌊𠐔㐵伩𠋀𨺳𠉵諚𠈌亘"],["92a1","働儍侢伃𤨎𣺊佂倮偬傁俌俥偘僼兙兛兝兞湶𣖕𣸹𣺿浲𡢄𣺉冨凃𠗠䓝𠒣𠒒𠒑赺𨪜𠜎剙劤𠡳勡鍮䙺熌𤎌𠰠𤦬𡃤槑𠸝瑹㻞璙琔瑖玘䮎𤪼𤂍叐㖄爏𤃉喴𠍅响𠯆圝鉝雴鍦埝垍坿㘾壋媙𨩆𡛺𡝯𡜐娬妸銏婾嫏娒𥥆𡧳𡡡𤊕㛵洅瑃娡𥺃"],["9340","媁𨯗𠐓鏠璌𡌃焅䥲鐈𨧻鎽㞠尞岞幞幈𡦖𡥼𣫮廍孏𡤃𡤄㜁𡢠㛝𡛾㛓脪𨩇𡶺𣑲𨦨弌弎𡤧𡞫婫𡜻孄蘔𧗽衠恾𢡠𢘫忛㺸𢖯𢖾𩂈𦽳懀𠀾𠁆𢘛憙憘恵𢲛𢴇𤛔𩅍"],["93a1","摱𤙥𢭪㨩𢬢𣑐𩣪𢹸挷𪑛撶挱揑𤧣𢵧护𢲡搻敫楲㯴𣂎𣊭𤦉𣊫唍𣋠𡣙𩐿曎𣊉𣆳㫠䆐𥖄𨬢𥖏𡛼𥕛𥐥磮𣄃𡠪𣈴㑤𣈏𣆂𤋉暎𦴤晫䮓昰𧡰𡷫晣𣋒𣋡昞𥡲㣑𣠺𣞼㮙𣞢𣏾瓐㮖枏𤘪梶栞㯄檾㡣𣟕𤒇樳橒櫉欅𡤒攑梘橌㯗橺歗𣿀𣲚鎠鋲𨯪𨫋"],["9440","銉𨀞𨧜鑧涥漋𤧬浧𣽿㶏渄𤀼娽渊塇洤硂焻𤌚𤉶烱牐犇犔𤞏𤜥兹𤪤𠗫瑺𣻸𣙟𤩊𤤗𥿡㼆㺱𤫟𨰣𣼵悧㻳瓌琼鎇琷䒟𦷪䕑疃㽣𤳙𤴆㽘畕癳𪗆㬙瑨𨫌𤦫𤦎㫻"],["94a1","㷍𤩎㻿𤧅𤣳釺圲鍂𨫣𡡤僟𥈡𥇧睸𣈲眎眏睻𤚗𣞁㩞𤣰琸璛㺿𤪺𤫇䃈𤪖𦆮錇𥖁砞碍碈磒珐祙𧝁𥛣䄎禛蒖禥樭𣻺稺秴䅮𡛦䄲鈵秱𠵌𤦌𠊙𣶺𡝮㖗啫㕰㚪𠇔𠰍竢婙𢛵𥪯𥪜娍𠉛磰娪𥯆竾䇹籝籭䈑𥮳𥺼𥺦糍𤧹𡞰粎籼粮檲緜縇緓罎𦉡"],["9540","𦅜𧭈綗𥺂䉪𦭵𠤖柖𠁎𣗏埄𦐒𦏸𤥢翝笧𠠬𥫩𥵃笌𥸎駦虅驣樜𣐿㧢𤧷𦖭騟𦖠蒀𧄧𦳑䓪脷䐂胆脉腂𦞴飃𦩂艢艥𦩑葓𦶧蘐𧈛媆䅿𡡀嬫𡢡嫤𡣘蚠蜨𣶏蠭𧐢娂"],["95a1","衮佅袇袿裦襥襍𥚃襔𧞅𧞄𨯵𨯙𨮜𨧹㺭蒣䛵䛏㟲訽訜𩑈彍鈫𤊄旔焩烄𡡅鵭貟賩𧷜妚矃姰䍮㛔踪躧𤰉輰轊䋴汘澻𢌡䢛潹溋𡟚鯩㚵𤤯邻邗啱䤆醻鐄𨩋䁢𨫼鐧𨰝𨰻蓥訫閙閧閗閖𨴴瑅㻂𤣿𤩂𤏪㻧𣈥随𨻧𨹦𨹥㻌𤧭𤩸𣿮琒瑫㻼靁𩂰"],["9640","桇䨝𩂓𥟟靝鍨𨦉𨰦𨬯𦎾銺嬑譩䤼珹𤈛鞛靱餸𠼦巁𨯅𤪲頟𩓚鋶𩗗釥䓀𨭐𤩧𨭤飜𨩅㼀鈪䤥萔餻饍𧬆㷽馛䭯馪驜𨭥𥣈檏騡嫾騯𩣱䮐𩥈馼䮽䮗鍽塲𡌂堢𤦸"],["96a1","𡓨硄𢜟𣶸棅㵽鑘㤧慐𢞁𢥫愇鱏鱓鱻鰵鰐魿鯏𩸭鮟𪇵𪃾鴡䲮𤄄鸘䲰鴌𪆴𪃭𪃳𩤯鶥蒽𦸒𦿟𦮂藼䔳𦶤𦺄𦷰萠藮𦸀𣟗𦁤秢𣖜𣙀䤭𤧞㵢鏛銾鍈𠊿碹鉷鑍俤㑀遤𥕝砽硔碶硋𡝗𣇉𤥁㚚佲濚濙瀞瀞吔𤆵垻壳垊鴖埗焴㒯𤆬燫𦱀𤾗嬨𡞵𨩉"],["9740","愌嫎娋䊼𤒈㜬䭻𨧼鎻鎸𡣖𠼝葲𦳀𡐓𤋺𢰦𤏁妔𣶷𦝁綨𦅛𦂤𤦹𤦋𨧺鋥珢㻩璴𨭣𡢟㻡𤪳櫘珳珻㻖𤨾𤪔𡟙𤩦𠎧𡐤𤧥瑈𤤖炥𤥶銄珦鍟𠓾錱𨫎𨨖鎆𨯧𥗕䤵𨪂煫"],["97a1","𤥃𠳿嚤𠘚𠯫𠲸唂秄𡟺緾𡛂𤩐𡡒䔮鐁㜊𨫀𤦭妰𡢿𡢃𧒄媡㛢𣵛㚰鉟婹𨪁𡡢鍴㳍𠪴䪖㦊僴㵩㵌𡎜煵䋻𨈘渏𩃤䓫浗𧹏灧沯㳖𣿭𣸭渂漌㵯𠏵畑㚼㓈䚀㻚䡱姄鉮䤾轁𨰜𦯀堒埈㛖𡑒烾𤍢𤩱𢿣𡊰𢎽梹楧𡎘𣓥𧯴𣛟𨪃𣟖𣏺𤲟樚𣚭𦲷萾䓟䓎"],["9840","𦴦𦵑𦲂𦿞漗𧄉茽𡜺菭𦲀𧁓𡟛妉媂𡞳婡婱𡤅𤇼㜭姯𡜼㛇熎鎐暚𤊥婮娫𤊓樫𣻹𧜶𤑛𤋊焝𤉙𨧡侰𦴨峂𤓎𧹍𤎽樌𤉖𡌄炦焳𤏩㶥泟勇𤩏繥姫崯㷳彜𤩝𡟟綤萦"],["98a1","咅𣫺𣌀𠈔坾𠣕𠘙㿥𡾞𪊶瀃𩅛嵰玏糓𨩙𩐠俈翧狍猐𧫴猸猹𥛶獁獈㺩𧬘遬燵𤣲珡臶㻊県㻑沢国琙琞琟㻢㻰㻴㻺瓓㼎㽓畂畭畲疍㽼痈痜㿀癍㿗癴㿜発𤽜熈嘣覀塩䀝睃䀹条䁅㗛瞘䁪䁯属瞾矋売砘点砜䂨砹硇硑硦葈𥔵礳栃礲䄃"],["9940","䄉禑禙辻稆込䅧窑䆲窼艹䇄竏竛䇏両筢筬筻簒簛䉠䉺类粜䊌粸䊔糭输烀𠳏総緔緐緽羮羴犟䎗耠耥笹耮耱联㷌垴炠肷胩䏭脌猪脎脒畠脔䐁㬹腖腙腚"],["99a1","䐓堺腼膄䐥膓䐭膥埯臁臤艔䒏芦艶苊苘苿䒰荗险榊萅烵葤惣蒈䔄蒾蓡蓸蔐蔸蕒䔻蕯蕰藠䕷虲蚒蚲蛯际螋䘆䘗袮裿褤襇覑𧥧訩訸誔誴豑賔賲贜䞘塟跃䟭仮踺嗘坔蹱嗵躰䠷軎転軤軭軲辷迁迊迌逳駄䢭飠鈓䤞鈨鉘鉫銱銮銿"],["9a40","鋣鋫鋳鋴鋽鍃鎄鎭䥅䥑麿鐗匁鐝鐭鐾䥪鑔鑹锭関䦧间阳䧥枠䨤靀䨵鞲韂噔䫤惨颹䬙飱塄餎餙冴餜餷饂饝饢䭰駅䮝騼鬏窃魩鮁鯝鯱鯴䱭鰠㝯𡯂鵉鰺"],["9aa1","黾噐鶓鶽鷀鷼银辶鹻麬麱麽黆铜黢黱黸竈齄𠂔𠊷𠎠椚铃妬𠓗塀铁㞹𠗕𠘕𠙶𡚺块煳𠫂𠫍𠮿呪吆𠯋咞𠯻𠰻𠱓𠱥𠱼惧𠲍噺𠲵𠳝𠳭𠵯𠶲𠷈楕鰯螥𠸄𠸎𠻗𠾐𠼭𠹳尠𠾼帋𡁜𡁏𡁶朞𡁻𡂈𡂖㙇𡂿𡃓𡄯𡄻卤蒭𡋣𡍵𡌶讁𡕷𡘙𡟃𡟇乸炻𡠭𡥪"],["9b40","𡨭𡩅𡰪𡱰𡲬𡻈拃𡻕𡼕熘桕𢁅槩㛈𢉼𢏗𢏺𢜪𢡱𢥏苽𢥧𢦓𢫕覥𢫨辠𢬎鞸𢬿顇骽𢱌"],["9b62","𢲈𢲷𥯨𢴈𢴒𢶷𢶕𢹂𢽴𢿌𣀳𣁦𣌟𣏞徱晈暿𧩹𣕧𣗳爁𤦺矗𣘚𣜖纇𠍆墵朎"],["9ba1","椘𣪧𧙗𥿢𣸑𣺹𧗾𢂚䣐䪸𤄙𨪚𤋮𤌍𤀻𤌴𤎖𤩅𠗊凒𠘑妟𡺨㮾𣳿𤐄𤓖垈𤙴㦛𤜯𨗨𩧉㝢𢇃譞𨭎駖𤠒𤣻𤨕爉𤫀𠱸奥𤺥𤾆𠝹軚𥀬劏圿煱𥊙𥐙𣽊𤪧喼𥑆𥑮𦭒釔㑳𥔿𧘲𥕞䜘𥕢𥕦𥟇𤤿𥡝偦㓻𣏌惞𥤃䝼𨥈𥪮𥮉𥰆𡶐垡煑澶𦄂𧰒遖𦆲𤾚譢𦐂𦑊"],["9c40","嵛𦯷輶𦒄𡤜諪𤧶𦒈𣿯𦔒䯀𦖿𦚵𢜛鑥𥟡憕娧晉侻嚹𤔡𦛼乪𤤴陖涏𦲽㘘襷𦞙𦡮𦐑𦡞營𦣇筂𩃀𠨑𦤦鄄𦤹穅鷰𦧺騦𦨭㙟𦑩𠀡禃𦨴𦭛崬𣔙菏𦮝䛐𦲤画补𦶮墶"],["9ca1","㜜𢖍𧁋𧇍㱔𧊀𧊅銁𢅺𧊋錰𧋦𤧐氹钟𧑐𠻸蠧裵𢤦𨑳𡞱溸𤨪𡠠㦤㚹尐秣䔿暶𩲭𩢤襃𧟌𧡘囖䃟𡘊㦡𣜯𨃨𡏅熭荦𧧝𩆨婧䲷𧂯𨦫𧧽𧨊𧬋𧵦𤅺筃祾𨀉澵𪋟樃𨌘厢𦸇鎿栶靝𨅯𨀣𦦵𡏭𣈯𨁈嶅𨰰𨂃圕頣𨥉嶫𤦈斾槕叒𤪥𣾁㰑朶𨂐𨃴𨄮𡾡𨅏"],["9d40","𨆉𨆯𨈚𨌆𨌯𨎊㗊𨑨𨚪䣺揦𨥖砈鉕𨦸䏲𨧧䏟𨧨𨭆𨯔姸𨰉輋𨿅𩃬筑𩄐𩄼㷷𩅞𤫊运犏嚋𩓧𩗩𩖰𩖸𩜲𩣑𩥉𩥪𩧃𩨨𩬎𩵚𩶛纟𩻸𩼣䲤镇𪊓熢𪋿䶑递𪗋䶜𠲜达嗁"],["9da1","辺𢒰边𤪓䔉繿潖檱仪㓤𨬬𧢝㜺躀𡟵𨀤𨭬𨮙𧨾𦚯㷫𧙕𣲷𥘵𥥖亚𥺁𦉘嚿𠹭踎孭𣺈𤲞揞拐𡟶𡡻攰嘭𥱊吚𥌑㷆𩶘䱽嘢嘞罉𥻘奵𣵀蝰东𠿪𠵉𣚺脗鵞贘瘻鱅癎瞹鍅吲腈苷嘥脲萘肽嗪祢噃吖𠺝㗎嘅嗱曱𨋢㘭甴嗰喺咗啲𠱁𠲖廐𥅈𠹶𢱢"],["9e40","𠺢麫絚嗞𡁵抝靭咔賍燶酶揼掹揾啩𢭃鱲𢺳冚㓟𠶧冧呍唞唓癦踭𦢊疱肶蠄螆裇膶萜𡃁䓬猄𤜆宐茋𦢓噻𢛴𧴯𤆣𧵳𦻐𧊶酰𡇙鈈𣳼𪚩𠺬𠻹牦𡲢䝎𤿂𧿹𠿫䃺"],["9ea1","鱝攟𢶠䣳𤟠𩵼𠿬𠸊恢𧖣𠿭"],["9ead","𦁈𡆇熣纎鵐业丄㕷嬍沲卧㚬㧜卽㚥𤘘墚𤭮舭呋垪𥪕𠥹"],["9ec5","㩒𢑥獴𩺬䴉鯭𣳾𩼰䱛𤾩𩖞𩿞葜𣶶𧊲𦞳𣜠挮紥𣻷𣸬㨪逈勌㹴㙺䗩𠒎癀嫰𠺶硺𧼮墧䂿噼鮋嵴癔𪐴麅䳡痹㟻愙𣃚𤏲"],["9ef5","噝𡊩垧𤥣𩸆刴𧂮㖭汊鵼"],["9f40","籖鬹埞𡝬屓擓𩓐𦌵𧅤蚭𠴨𦴢𤫢𠵱"],["9f4f","凾𡼏嶎霃𡷑麁遌笟鬂峑箣扨挵髿篏鬪籾鬮籂粆鰕篼鬉鼗鰛𤤾齚啳寃俽麘俲剠㸆勑坧偖妷帒韈鶫轜呩鞴饀鞺匬愰"],["9fa1","椬叚鰊鴂䰻陁榀傦畆𡝭駚剳"],["9fae","酙隁酜"],["9fb2","酑𨺗捿𦴣櫊嘑醎畺抅𠏼獏籰𥰡𣳽"],["9fc1","𤤙盖鮝个𠳔莾衂"],["9fc9","届槀僭坺刟巵从氱𠇲伹咜哚劚趂㗾弌㗳"],["9fdb","歒酼龥鮗頮颴骺麨麄煺笔"],["9fe7","毺蠘罸"],["9feb","嘠𪙊蹷齓"],["9ff0","跔蹏鸜踁抂𨍽踨蹵竓𤩷稾磘泪詧瘇"],["a040","𨩚鼦泎蟖痃𪊲硓咢贌狢獱謭猂瓱賫𤪻蘯徺袠䒷"],["a055","𡠻𦸅"],["a058","詾𢔛"],["a05b","惽癧髗鵄鍮鮏蟵"],["a063","蠏賷猬霡鮰㗖犲䰇籑饊𦅙慙䰄麖慽"],["a073","坟慯抦戹拎㩜懢厪𣏵捤栂㗒"],["a0a1","嵗𨯂迚𨸹"],["a0a6","僙𡵆礆匲阸𠼻䁥"],["a0ae","矾"],["a0b0","糂𥼚糚稭聦聣絍甅瓲覔舚朌聢𧒆聛瓰脃眤覉𦟌畓𦻑螩蟎臈螌詉貭譃眫瓸蓚㘵榲趦"],["a0d4","覩瑨涹蟁𤀑瓧㷛煶悤憜㳑煢恷"],["a0e2","罱𨬭牐惩䭾删㰘𣳇𥻗𧙖𥔱𡥄𡋾𩤃𦷜𧂭峁𦆭𨨏𣙷𠃮𦡆𤼎䕢嬟𦍌齐麦𦉫"],["a3c0","␀",31,"␡"],["c6a1","①",9,"⑴",9,"ⅰ",9,"丶丿亅亠冂冖冫勹匸卩厶夊宀巛⼳广廴彐彡攴无疒癶辵隶¨ˆヽヾゝゞ〃仝々〆〇ー[]✽ぁ",23],["c740","す",58,"ァアィイ"],["c7a1","ゥ",81,"А",5,"ЁЖ",4],["c840","Л",26,"ёж",25,"⇧↸↹㇏𠃌乚𠂊刂䒑"],["c8a1","龰冈龱𧘇"],["c8cd","¬¦'"㈱№℡゛゜⺀⺄⺆⺇⺈⺊⺌⺍⺕⺜⺝⺥⺧⺪⺬⺮⺶⺼⺾⻆⻊⻌⻍⻏⻖⻗⻞⻣"],["c8f5","ʃɐɛɔɵœøŋʊɪ"],["f9fe","■"],["fa40","𠕇鋛𠗟𣿅蕌䊵珯况㙉𤥂𨧤鍄𡧛苮𣳈砼杄拟𤤳𨦪𠊠𦮳𡌅侫𢓭倈𦴩𧪄𣘀𤪱𢔓倩𠍾徤𠎀𠍇滛𠐟偽儁㑺儎顬㝃萖𤦤𠒇兠𣎴兪𠯿𢃼𠋥𢔰𠖎𣈳𡦃宂蝽𠖳𣲙冲冸"],["faa1","鴴凉减凑㳜凓𤪦决凢卂凭菍椾𣜭彻刋刦刼劵剗劔効勅簕蕂勠蘍𦬓包𨫞啉滙𣾀𠥔𣿬匳卄𠯢泋𡜦栛珕恊㺪㣌𡛨燝䒢卭却𨚫卾卿𡖖𡘓矦厓𨪛厠厫厮玧𥝲㽙玜叁叅汉义埾叙㪫𠮏叠𣿫𢶣叶𠱷吓灹唫晗浛呭𦭓𠵴啝咏咤䞦𡜍𠻝㶴𠵍"],["fb40","𨦼𢚘啇䳭启琗喆喩嘅𡣗𤀺䕒𤐵暳𡂴嘷曍𣊊暤暭噍噏磱囱鞇叾圀囯园𨭦㘣𡉏坆𤆥汮炋坂㚱𦱾埦𡐖堃𡑔𤍣堦𤯵塜墪㕡壠壜𡈼壻寿坃𪅐𤉸鏓㖡够梦㛃湙"],["fba1","𡘾娤啓𡚒蔅姉𠵎𦲁𦴪𡟜姙𡟻𡞲𦶦浱𡠨𡛕姹𦹅媫婣㛦𤦩婷㜈媖瑥嫓𦾡𢕔㶅𡤑㜲𡚸広勐孶斈孼𧨎䀄䡝𠈄寕慠𡨴𥧌𠖥寳宝䴐尅𡭄尓珎尔𡲥𦬨屉䣝岅峩峯嶋𡷹𡸷崐崘嵆𡺤岺巗苼㠭𤤁𢁉𢅳芇㠶㯂帮檊幵幺𤒼𠳓厦亷廐厨𡝱帉廴𨒂"],["fc40","廹廻㢠廼栾鐛弍𠇁弢㫞䢮𡌺强𦢈𢏐彘𢑱彣鞽𦹮彲鍀𨨶徧嶶㵟𥉐𡽪𧃸𢙨釖𠊞𨨩怱暅𡡷㥣㷇㘹垐𢞴祱㹀悞悤悳𤦂𤦏𧩓璤僡媠慤萤慂慈𦻒憁凴𠙖憇宪𣾷"],["fca1","𢡟懓𨮝𩥝懐㤲𢦀𢣁怣慜攞掋𠄘担𡝰拕𢸍捬𤧟㨗搸揸𡎎𡟼撐澊𢸶頔𤂌𥜝擡擥鑻㩦携㩗敍漖𤨨𤨣斅敭敟𣁾斵𤥀䬷旑䃘𡠩无旣忟𣐀昘𣇷𣇸晄𣆤𣆥晋𠹵晧𥇦晳晴𡸽𣈱𨗴𣇈𥌓矅𢣷馤朂𤎜𤨡㬫槺𣟂杞杧杢𤇍𩃭柗䓩栢湐鈼栁𣏦𦶠桝"],["fd40","𣑯槡樋𨫟楳棃𣗍椁椀㴲㨁𣘼㮀枬楡𨩊䋼椶榘㮡𠏉荣傐槹𣙙𢄪橅𣜃檝㯳枱櫈𩆜㰍欝𠤣惞欵歴𢟍溵𣫛𠎵𡥘㝀吡𣭚毡𣻼毜氷𢒋𤣱𦭑汚舦汹𣶼䓅𣶽𤆤𤤌𤤀"],["fda1","𣳉㛥㳫𠴲鮃𣇹𢒑羏样𦴥𦶡𦷫涖浜湼漄𤥿𤂅𦹲蔳𦽴凇沜渝萮𨬡港𣸯瑓𣾂秌湏媑𣁋濸㜍澝𣸰滺𡒗𤀽䕕鏰潄潜㵎潴𩅰㴻澟𤅄濓𤂑𤅕𤀹𣿰𣾴𤄿凟𤅖𤅗𤅀𦇝灋灾炧炁烌烕烖烟䄄㷨熴熖𤉷焫煅媈煊煮岜𤍥煏鍢𤋁焬𤑚𤨧𤨢熺𨯨炽爎"],["fe40","鑂爕夑鑃爤鍁𥘅爮牀𤥴梽牕牗㹕𣁄栍漽犂猪猫𤠣𨠫䣭𨠄猨献珏玪𠰺𦨮珉瑉𤇢𡛧𤨤昣㛅𤦷𤦍𤧻珷琕椃𤨦琹𠗃㻗瑜𢢭瑠𨺲瑇珤瑶莹瑬㜰瑴鏱樬璂䥓𤪌"],["fea1","𤅟𤩹𨮏孆𨰃𡢞瓈𡦈甎瓩甞𨻙𡩋寗𨺬鎅畍畊畧畮𤾂㼄𤴓疎瑝疞疴瘂瘬癑癏癯癶𦏵皐臯㟸𦤑𦤎皡皥皷盌𦾟葢𥂝𥅽𡸜眞眦着撯𥈠睘𣊬瞯𨥤𨥨𡛁矴砉𡍶𤨒棊碯磇磓隥礮𥗠磗礴碱𧘌辸袄𨬫𦂃𢘜禆褀椂禀𥡗禝𧬹礼禩渪𧄦㺨秆𩄍秔"]]')},function(e,t){},function(e,t){},function(e){e.exports=JSON.parse('["UTF-8","IBM866","ISO-8859-2","ISO-8859-3","ISO-8859-4","ISO-8859-5","ISO-8859-6","ISO-8859-7","ISO-8859-8","ISO-8859-10","ISO-8859-13","ISO-8859-14","ISO-8859-15","ISO-8859-16","KOI8-R","KOI8-U","macintosh","windows-874","windows-1250","windows-1251","windows-1252","windows-1253","windows-1254","windows-1255","windows-1256","windows-1257","windows-1258","GBK","gb18030","Big5","EUC-JP","Shift_JIS","EUC-KR","UTF-16BE","UTF-16LE"]')},function(e){e.exports=JSON.parse('{"866":"IBM866","unicode-1-1-utf-8":"UTF-8","utf-8":"UTF-8","utf8":"UTF-8","cp866":"IBM866","csibm866":"IBM866","ibm866":"IBM866","csisolatin2":"ISO-8859-2","iso-8859-2":"ISO-8859-2","iso-ir-101":"ISO-8859-2","iso8859-2":"ISO-8859-2","iso88592":"ISO-8859-2","iso_8859-2":"ISO-8859-2","iso_8859-2:1987":"ISO-8859-2","l2":"ISO-8859-2","latin2":"ISO-8859-2","csisolatin3":"ISO-8859-3","iso-8859-3":"ISO-8859-3","iso-ir-109":"ISO-8859-3","iso8859-3":"ISO-8859-3","iso88593":"ISO-8859-3","iso_8859-3":"ISO-8859-3","iso_8859-3:1988":"ISO-8859-3","l3":"ISO-8859-3","latin3":"ISO-8859-3","csisolatin4":"ISO-8859-4","iso-8859-4":"ISO-8859-4","iso-ir-110":"ISO-8859-4","iso8859-4":"ISO-8859-4","iso88594":"ISO-8859-4","iso_8859-4":"ISO-8859-4","iso_8859-4:1988":"ISO-8859-4","l4":"ISO-8859-4","latin4":"ISO-8859-4","csisolatincyrillic":"ISO-8859-5","cyrillic":"ISO-8859-5","iso-8859-5":"ISO-8859-5","iso-ir-144":"ISO-8859-5","iso8859-5":"ISO-8859-5","iso88595":"ISO-8859-5","iso_8859-5":"ISO-8859-5","iso_8859-5:1988":"ISO-8859-5","arabic":"ISO-8859-6","asmo-708":"ISO-8859-6","csiso88596e":"ISO-8859-6","csiso88596i":"ISO-8859-6","csisolatinarabic":"ISO-8859-6","ecma-114":"ISO-8859-6","iso-8859-6":"ISO-8859-6","iso-8859-6-e":"ISO-8859-6","iso-8859-6-i":"ISO-8859-6","iso-ir-127":"ISO-8859-6","iso8859-6":"ISO-8859-6","iso88596":"ISO-8859-6","iso_8859-6":"ISO-8859-6","iso_8859-6:1987":"ISO-8859-6","csisolatingreek":"ISO-8859-7","ecma-118":"ISO-8859-7","elot_928":"ISO-8859-7","greek":"ISO-8859-7","greek8":"ISO-8859-7","iso-8859-7":"ISO-8859-7","iso-ir-126":"ISO-8859-7","iso8859-7":"ISO-8859-7","iso88597":"ISO-8859-7","iso_8859-7":"ISO-8859-7","iso_8859-7:1987":"ISO-8859-7","sun_eu_greek":"ISO-8859-7","csiso88598e":"ISO-8859-8","csisolatinhebrew":"ISO-8859-8","hebrew":"ISO-8859-8","iso-8859-8":"ISO-8859-8","iso-8859-8-e":"ISO-8859-8","iso-ir-138":"ISO-8859-8","iso8859-8":"ISO-8859-8","iso88598":"ISO-8859-8","iso_8859-8":"ISO-8859-8","iso_8859-8:1988":"ISO-8859-8","visual":"ISO-8859-8","csisolatin6":"ISO-8859-10","iso-8859-10":"ISO-8859-10","iso-ir-157":"ISO-8859-10","iso8859-10":"ISO-8859-10","iso885910":"ISO-8859-10","l6":"ISO-8859-10","latin6":"ISO-8859-10","iso-8859-13":"ISO-8859-13","iso8859-13":"ISO-8859-13","iso885913":"ISO-8859-13","iso-8859-14":"ISO-8859-14","iso8859-14":"ISO-8859-14","iso885914":"ISO-8859-14","csisolatin9":"ISO-8859-15","iso-8859-15":"ISO-8859-15","iso8859-15":"ISO-8859-15","iso885915":"ISO-8859-15","iso_8859-15":"ISO-8859-15","l9":"ISO-8859-15","iso-8859-16":"ISO-8859-16","cskoi8r":"KOI8-R","koi":"KOI8-R","koi8":"KOI8-R","koi8-r":"KOI8-R","koi8_r":"KOI8-R","koi8-ru":"KOI8-U","koi8-u":"KOI8-U","csmacintosh":"macintosh","mac":"macintosh","macintosh":"macintosh","x-mac-roman":"macintosh","dos-874":"windows-874","iso-8859-11":"windows-874","iso8859-11":"windows-874","iso885911":"windows-874","tis-620":"windows-874","windows-874":"windows-874","cp1250":"windows-1250","windows-1250":"windows-1250","x-cp1250":"windows-1250","cp1251":"windows-1251","windows-1251":"windows-1251","x-cp1251":"windows-1251","ansi_x3.4-1968":"windows-1252","ascii":"windows-1252","cp1252":"windows-1252","cp819":"windows-1252","csisolatin1":"windows-1252","ibm819":"windows-1252","iso-8859-1":"windows-1252","iso-ir-100":"windows-1252","iso8859-1":"windows-1252","iso88591":"windows-1252","iso_8859-1":"windows-1252","iso_8859-1:1987":"windows-1252","l1":"windows-1252","latin1":"windows-1252","us-ascii":"windows-1252","windows-1252":"windows-1252","x-cp1252":"windows-1252","cp1253":"windows-1253","windows-1253":"windows-1253","x-cp1253":"windows-1253","cp1254":"windows-1254","csisolatin5":"windows-1254","iso-8859-9":"windows-1254","iso-ir-148":"windows-1254","iso8859-9":"windows-1254","iso88599":"windows-1254","iso_8859-9":"windows-1254","iso_8859-9:1989":"windows-1254","l5":"windows-1254","latin5":"windows-1254","windows-1254":"windows-1254","x-cp1254":"windows-1254","cp1255":"windows-1255","windows-1255":"windows-1255","x-cp1255":"windows-1255","cp1256":"windows-1256","windows-1256":"windows-1256","x-cp1256":"windows-1256","cp1257":"windows-1257","windows-1257":"windows-1257","x-cp1257":"windows-1257","cp1258":"windows-1258","windows-1258":"windows-1258","x-cp1258":"windows-1258","chinese":"GBK","csgb2312":"GBK","csiso58gb231280":"GBK","gb2312":"GBK","gb_2312":"GBK","gb_2312-80":"GBK","gbk":"GBK","iso-ir-58":"GBK","x-gbk":"GBK","gb18030":"gb18030","big5":"Big5","big5-hkscs":"Big5","cn-big5":"Big5","csbig5":"Big5","x-x-big5":"Big5","cseucpkdfmtjapanese":"EUC-JP","euc-jp":"EUC-JP","x-euc-jp":"EUC-JP","csshiftjis":"Shift_JIS","ms932":"Shift_JIS","ms_kanji":"Shift_JIS","shift-jis":"Shift_JIS","shift_jis":"Shift_JIS","sjis":"Shift_JIS","windows-31j":"Shift_JIS","x-sjis":"Shift_JIS","cseuckr":"EUC-KR","csksc56011987":"EUC-KR","euc-kr":"EUC-KR","iso-ir-149":"EUC-KR","korean":"EUC-KR","ks_c_5601-1987":"EUC-KR","ks_c_5601-1989":"EUC-KR","ksc5601":"EUC-KR","ksc_5601":"EUC-KR","windows-949":"EUC-KR","utf-16be":"UTF-16BE","utf-16":"UTF-16LE","utf-16le":"UTF-16LE"}')},function(e,t,r){"use strict";const i=r(1),n=r(217),o=n.implSymbol;class a{constructor(e){if(arguments.length<1)throw new TypeError("Failed to construct 'URL': 1 argument required, but only "+arguments.length+" present.");const t=[];{let e=arguments[0];e=i.USVString(e,{context:"Failed to construct 'URL': parameter 1"}),t.push(e)}{let e=arguments[1];void 0!==e&&(e=i.USVString(e,{context:"Failed to construct 'URL': parameter 2"})),t.push(e)}return s.setup(Object.create(new.target.prototype),t)}toJSON(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].toJSON()}get href(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].href}set href(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'href' property on 'URL': The provided value"}),this[o].href=t}toString(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].href}get origin(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].origin}get protocol(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].protocol}set protocol(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'protocol' property on 'URL': The provided value"}),this[o].protocol=t}get username(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].username}set username(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'username' property on 'URL': The provided value"}),this[o].username=t}get password(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].password}set password(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'password' property on 'URL': The provided value"}),this[o].password=t}get host(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].host}set host(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'host' property on 'URL': The provided value"}),this[o].host=t}get hostname(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].hostname}set hostname(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'hostname' property on 'URL': The provided value"}),this[o].hostname=t}get port(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].port}set port(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'port' property on 'URL': The provided value"}),this[o].port=t}get pathname(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].pathname}set pathname(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'pathname' property on 'URL': The provided value"}),this[o].pathname=t}get search(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].search}set search(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'search' property on 'URL': The provided value"}),this[o].search=t}get searchParams(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.getSameObject(this,"searchParams",()=>n.tryWrapperForImpl(this[o].searchParams))}get hash(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].hash}set hash(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'hash' property on 'URL': The provided value"}),this[o].hash=t}}Object.defineProperties(a.prototype,{toJSON:{enumerable:!0},href:{enumerable:!0},toString:{enumerable:!0},origin:{enumerable:!0},protocol:{enumerable:!0},username:{enumerable:!0},password:{enumerable:!0},host:{enumerable:!0},hostname:{enumerable:!0},port:{enumerable:!0},pathname:{enumerable:!0},search:{enumerable:!0},searchParams:{enumerable:!0},hash:{enumerable:!0},[Symbol.toStringTag]:{value:"URL",configurable:!0}});const s={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof u.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof u.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'URL'.`)},create(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new u.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,u.init&&u.init(e[o],r),e},interface:a,expose:{Window:{URL:a},Worker:{URL:a}}};e.exports=s;const u=r(445)},function(e,t,r){"use strict";const i=r(39),n=r(110),o=r(219);t.implementation=class{constructor(e){const t=e[0],r=e[1];let n=null;if(void 0!==r&&null===(n=i.basicURLParse(r)))throw new TypeError(`Invalid base URL: ${r}`);const a=i.basicURLParse(t,{baseURL:n});if(null===a)throw new TypeError(`Invalid URL: ${t}`);const s=null!==a.query?a.query:"";this._url=a,this._query=o.createImpl([s],{doNotStripQMark:!0}),this._query._url=this}get href(){return i.serializeURL(this._url)}set href(e){const t=i.basicURLParse(e);if(null===t)throw new TypeError(`Invalid URL: ${e}`);this._url=t,this._query._list.splice(0);const{query:r}=t;null!==r&&(this._query._list=n.parseUrlencoded(r))}get origin(){return i.serializeURLOrigin(this._url)}get protocol(){return this._url.scheme+":"}set protocol(e){i.basicURLParse(e+":",{url:this._url,stateOverride:"scheme start"})}get username(){return this._url.username}set username(e){i.cannotHaveAUsernamePasswordPort(this._url)||i.setTheUsername(this._url,e)}get password(){return this._url.password}set password(e){i.cannotHaveAUsernamePasswordPort(this._url)||i.setThePassword(this._url,e)}get host(){const e=this._url;return null===e.host?"":null===e.port?i.serializeHost(e.host):i.serializeHost(e.host)+":"+i.serializeInteger(e.port)}set host(e){this._url.cannotBeABaseURL||i.basicURLParse(e,{url:this._url,stateOverride:"host"})}get hostname(){return null===this._url.host?"":i.serializeHost(this._url.host)}set hostname(e){this._url.cannotBeABaseURL||i.basicURLParse(e,{url:this._url,stateOverride:"hostname"})}get port(){return null===this._url.port?"":i.serializeInteger(this._url.port)}set port(e){i.cannotHaveAUsernamePasswordPort(this._url)||(""===e?this._url.port=null:i.basicURLParse(e,{url:this._url,stateOverride:"port"}))}get pathname(){return this._url.cannotBeABaseURL?this._url.path[0]:0===this._url.path.length?"":"/"+this._url.path.join("/")}set pathname(e){this._url.cannotBeABaseURL||(this._url.path=[],i.basicURLParse(e,{url:this._url,stateOverride:"path start"}))}get search(){return null===this._url.query||""===this._url.query?"":"?"+this._url.query}set search(e){const t=this._url;if(""===e)return t.query=null,void(this._query._list=[]);const r="?"===e[0]?e.substring(1):e;t.query="",i.basicURLParse(r,{url:t,stateOverride:"query"}),this._query._list=n.parseUrlencoded(r)}get searchParams(){return this._query}get hash(){return null===this._url.fragment||""===this._url.fragment?"":"#"+this._url.fragment}set hash(e){if(""===e)return void(this._url.fragment=null);const t="#"===e[0]?e.substring(1):e;this._url.fragment="",i.basicURLParse(t,{url:this._url,stateOverride:"fragment"})}toJSON(){return this.href}}},function(e,t,r){"use strict";const i=r(54),n=r(447),o=r(448);function a(e,{useSTD3ASCIIRules:t}){let r=0,i=o.length-1;for(;r<=i;){const n=Math.floor((r+i)/2),a=o[n];if(a[0][0]<=e&&a[0][1]>=e){if(a[1].startsWith("disallowed_STD3_")){return[t?"disallowed":a[1].slice(16),...a.slice(2)]}return a.slice(1)}a[0][0]>e?i=n-1:r=n+1}return null}function s(e,{checkHyphens:t,checkBidi:r,checkJoiners:i,processingOption:o,useSTD3ASCIIRules:s}){if(e.normalize("NFC")!==e)return!1;const u=Array.from(e);if(t&&("-"===u[2]&&"-"===u[3]||e.startsWith("-")||e.endsWith("-")))return!1;if(e.includes(".")||u.length>0&&n.combiningMarks.test(u[0]))return!1;for(const e of u){const[t]=a(e.codePointAt(0),{useSTD3ASCIIRules:s});if("transitional"===o&&"valid"!==t||"nontransitional"===o&&"valid"!==t&&"deviation"!==t)return!1}if(i){let e=0;for(const[t,r]of u.entries())if("‌"===r||"‍"===r){if(t>0){if(n.combiningClassVirama.test(u[t-1]))continue;if("‌"===r){const r=u.indexOf("‌",t+1),i=r<0?u.slice(e):u.slice(e,r);if(n.validZWNJ.test(i.join(""))){e=t+1;continue}}}return!1}}if(r){let t;if(n.bidiS1LTR.test(u[0]))t=!1;else{if(!n.bidiS1RTL.test(u[0]))return!1;t=!0}if(t){if(!n.bidiS2.test(e)||!n.bidiS3.test(e)||n.bidiS4EN.test(e)&&n.bidiS4AN.test(e))return!1}else if(!n.bidiS5.test(e)||!n.bidiS6.test(e))return!1}return!0}function u(e,t){const{processingOption:r}=t;let{string:o,error:u}=function(e,{useSTD3ASCIIRules:t,processingOption:r}){let i=!1,n="";for(const o of e){const[e,s]=a(o.codePointAt(0),{useSTD3ASCIIRules:t});switch(e){case"disallowed":i=!0,n+=o;break;case"ignored":break;case"mapped":n+=s;break;case"deviation":n+="transitional"===r?s:o;break;case"valid":n+=o}}return{string:n,error:i}}(e,t);const l=(o=o.normalize("NFC")).split("."),p=function(e){const t=e.map(e=>{if(e.startsWith("xn--"))try{return i.decode(e.substring(4))}catch(e){return""}return e}).join(".");return n.bidiDomain.test(t)}(l);for(const[e,n]of l.entries()){let o=n,a=r;if(o.startsWith("xn--")){try{o=i.decode(o.substring(4)),l[e]=o}catch(e){u=!0;continue}a="nontransitional"}if(u)continue;s(o,Object.assign({},t,{processingOption:a,checkBidi:t.checkBidi&&p}))||(u=!0)}return{string:l.join("."),error:u}}e.exports={toASCII:function(e,{checkHyphens:t=!1,checkBidi:r=!1,checkJoiners:n=!1,useSTD3ASCIIRules:o=!1,processingOption:a="nontransitional",verifyDNSLength:s=!1}={}){if("transitional"!==a&&"nontransitional"!==a)throw new RangeError("processingOption must be either transitional or nontransitional");const l=u(e,{processingOption:a,checkHyphens:t,checkBidi:r,checkJoiners:n,useSTD3ASCIIRules:o});let p=l.string.split(".");if(p=p.map(e=>{if(function(e){return/[^\x00-\x7F]/.test(e)}(e))try{return"xn--"+i.encode(e)}catch(e){l.error=!0}return e}),s){const e=p.join(".").length;(e>253||0===e)&&(l.error=!0);for(let e=0;e63||0===p[e].length){l.error=!0;break}}return l.error?null:p.join(".")},toUnicode:function(e,{checkHyphens:t=!1,checkBidi:r=!1,checkJoiners:i=!1,useSTD3ASCIIRules:n=!1}={}){const o=u(e,{processingOption:"nontransitional",checkHyphens:t,checkBidi:r,checkJoiners:i,useSTD3ASCIIRules:n});return{domain:o.string,error:o.error}}}},function(e,t,r){"use strict";e.exports={combiningMarks:/[\u0300-\u036F\u0483-\u0489\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u065F\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u08D4-\u08E1\u08E3-\u0903\u093A-\u093C\u093E-\u094F\u0951-\u0957\u0962\u0963\u0981-\u0983\u09BC\u09BE-\u09C4\u09C7\u09C8\u09CB-\u09CD\u09D7\u09E2\u09E3\u0A01-\u0A03\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A70\u0A71\u0A75\u0A81-\u0A83\u0ABC\u0ABE-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AE2\u0AE3\u0AFA-\u0AFF\u0B01-\u0B03\u0B3C\u0B3E-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B62\u0B63\u0B82\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD7\u0C00-\u0C03\u0C3E-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C81-\u0C83\u0CBC\u0CBE-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CE2\u0CE3\u0D00-\u0D03\u0D3B\u0D3C\u0D3E-\u0D44\u0D46-\u0D48\u0D4A-\u0D4D\u0D57\u0D62\u0D63\u0D82\u0D83\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DF2\u0DF3\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0EB1\u0EB4-\u0EB9\u0EBB\u0EBC\u0EC8-\u0ECD\u0F18\u0F19\u0F35\u0F37\u0F39\u0F3E\u0F3F\u0F71-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102B-\u103E\u1056-\u1059\u105E-\u1060\u1062-\u1064\u1067-\u106D\u1071-\u1074\u1082-\u108D\u108F\u109A-\u109D\u135D-\u135F\u1712-\u1714\u1732-\u1734\u1752\u1753\u1772\u1773\u17B4-\u17D3\u17DD\u180B-\u180D\u1885\u1886\u18A9\u1920-\u192B\u1930-\u193B\u1A17-\u1A1B\u1A55-\u1A5E\u1A60-\u1A7C\u1A7F\u1AB0-\u1ABE\u1B00-\u1B04\u1B34-\u1B44\u1B6B-\u1B73\u1B80-\u1B82\u1BA1-\u1BAD\u1BE6-\u1BF3\u1C24-\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE8\u1CED\u1CF2-\u1CF4\u1CF7-\u1CF9\u1DC0-\u1DF9\u1DFB-\u1DFF\u20D0-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302F\u3099\u309A\uA66F-\uA672\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA823-\uA827\uA880\uA881\uA8B4-\uA8C5\uA8E0-\uA8F1\uA926-\uA92D\uA947-\uA953\uA980-\uA983\uA9B3-\uA9C0\uA9E5\uAA29-\uAA36\uAA43\uAA4C\uAA4D\uAA7B-\uAA7D\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEB-\uAAEF\uAAF5\uAAF6\uABE3-\uABEA\uABEC\uABED\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\u{101FD}\u{102E0}\u{10376}-\u{1037A}\u{10A01}-\u{10A03}\u{10A05}\u{10A06}\u{10A0C}-\u{10A0F}\u{10A38}-\u{10A3A}\u{10A3F}\u{10AE5}\u{10AE6}\u{11000}-\u{11002}\u{11038}-\u{11046}\u{1107F}-\u{11082}\u{110B0}-\u{110BA}\u{11100}-\u{11102}\u{11127}-\u{11134}\u{11173}\u{11180}-\u{11182}\u{111B3}-\u{111C0}\u{111CA}-\u{111CC}\u{1122C}-\u{11237}\u{1123E}\u{112DF}-\u{112EA}\u{11300}-\u{11303}\u{1133C}\u{1133E}-\u{11344}\u{11347}\u{11348}\u{1134B}-\u{1134D}\u{11357}\u{11362}\u{11363}\u{11366}-\u{1136C}\u{11370}-\u{11374}\u{11435}-\u{11446}\u{114B0}-\u{114C3}\u{115AF}-\u{115B5}\u{115B8}-\u{115C0}\u{115DC}\u{115DD}\u{11630}-\u{11640}\u{116AB}-\u{116B7}\u{1171D}-\u{1172B}\u{11A01}-\u{11A0A}\u{11A33}-\u{11A39}\u{11A3B}-\u{11A3E}\u{11A47}\u{11A51}-\u{11A5B}\u{11A8A}-\u{11A99}\u{11C2F}-\u{11C36}\u{11C38}-\u{11C3F}\u{11C92}-\u{11CA7}\u{11CA9}-\u{11CB6}\u{11D31}-\u{11D36}\u{11D3A}\u{11D3C}\u{11D3D}\u{11D3F}-\u{11D45}\u{11D47}\u{16AF0}-\u{16AF4}\u{16B30}-\u{16B36}\u{16F51}-\u{16F7E}\u{16F8F}-\u{16F92}\u{1BC9D}\u{1BC9E}\u{1D165}-\u{1D169}\u{1D16D}-\u{1D172}\u{1D17B}-\u{1D182}\u{1D185}-\u{1D18B}\u{1D1AA}-\u{1D1AD}\u{1D242}-\u{1D244}\u{1DA00}-\u{1DA36}\u{1DA3B}-\u{1DA6C}\u{1DA75}\u{1DA84}\u{1DA9B}-\u{1DA9F}\u{1DAA1}-\u{1DAAF}\u{1E000}-\u{1E006}\u{1E008}-\u{1E018}\u{1E01B}-\u{1E021}\u{1E023}\u{1E024}\u{1E026}-\u{1E02A}\u{1E8D0}-\u{1E8D6}\u{1E944}-\u{1E94A}\u{E0100}-\u{E01EF}]/u,combiningClassVirama:/[\u094D\u09CD\u0A4D\u0ACD\u0B4D\u0BCD\u0C4D\u0CCD\u0D3B\u0D3C\u0D4D\u0DCA\u0E3A\u0F84\u1039\u103A\u1714\u1734\u17D2\u1A60\u1B44\u1BAA\u1BAB\u1BF2\u1BF3\u2D7F\uA806\uA8C4\uA953\uA9C0\uAAF6\uABED\u{10A3F}\u{11046}\u{1107F}\u{110B9}\u{11133}\u{11134}\u{111C0}\u{11235}\u{112EA}\u{1134D}\u{11442}\u{114C2}\u{115BF}\u{1163F}\u{116B6}\u{1172B}\u{11A34}\u{11A47}\u{11A99}\u{11C3F}\u{11D44}\u{11D45}]/u,validZWNJ:/[\u0620\u0626\u0628\u062A-\u062E\u0633-\u063F\u0641-\u0647\u0649\u064A\u066E\u066F\u0678-\u0687\u069A-\u06BF\u06C1\u06C2\u06CC\u06CE\u06D0\u06D1\u06FA-\u06FC\u06FF\u0712-\u0714\u071A-\u071D\u071F-\u0727\u0729\u072B\u072D\u072E\u074E-\u0758\u075C-\u076A\u076D-\u0770\u0772\u0775-\u0777\u077A-\u077F\u07CA-\u07EA\u0841-\u0845\u0848\u084A-\u0853\u0855\u0860\u0862-\u0865\u0868\u08A0-\u08A9\u08AF\u08B0\u08B3\u08B4\u08B6-\u08B8\u08BA-\u08BD\u1807\u1820-\u1877\u1887-\u18A8\u18AA\uA840-\uA872\u{10AC0}-\u{10AC4}\u{10ACD}\u{10AD3}-\u{10ADC}\u{10ADE}-\u{10AE0}\u{10AEB}-\u{10AEE}\u{10B80}\u{10B82}\u{10B86}-\u{10B88}\u{10B8A}\u{10B8B}\u{10B8D}\u{10B90}\u{10BAD}\u{10BAE}\u{1E900}-\u{1E943}][\xAD\u0300-\u036F\u0483-\u0489\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u061C\u064B-\u065F\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u070F\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u08D4-\u08E1\u08E3-\u0902\u093A\u093C\u0941-\u0948\u094D\u0951-\u0957\u0962\u0963\u0981\u09BC\u09C1-\u09C4\u09CD\u09E2\u09E3\u0A01\u0A02\u0A3C\u0A41\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A70\u0A71\u0A75\u0A81\u0A82\u0ABC\u0AC1-\u0AC5\u0AC7\u0AC8\u0ACD\u0AE2\u0AE3\u0AFA-\u0AFF\u0B01\u0B3C\u0B3F\u0B41-\u0B44\u0B4D\u0B56\u0B62\u0B63\u0B82\u0BC0\u0BCD\u0C00\u0C3E-\u0C40\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C81\u0CBC\u0CBF\u0CC6\u0CCC\u0CCD\u0CE2\u0CE3\u0D00\u0D01\u0D3B\u0D3C\u0D41-\u0D44\u0D4D\u0D62\u0D63\u0DCA\u0DD2-\u0DD4\u0DD6\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0EB1\u0EB4-\u0EB9\u0EBB\u0EBC\u0EC8-\u0ECD\u0F18\u0F19\u0F35\u0F37\u0F39\u0F71-\u0F7E\u0F80-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102D-\u1030\u1032-\u1037\u1039\u103A\u103D\u103E\u1058\u1059\u105E-\u1060\u1071-\u1074\u1082\u1085\u1086\u108D\u109D\u135D-\u135F\u1712-\u1714\u1732-\u1734\u1752\u1753\u1772\u1773\u17B4\u17B5\u17B7-\u17BD\u17C6\u17C9-\u17D3\u17DD\u180B-\u180D\u1885\u1886\u18A9\u1920-\u1922\u1927\u1928\u1932\u1939-\u193B\u1A17\u1A18\u1A1B\u1A56\u1A58-\u1A5E\u1A60\u1A62\u1A65-\u1A6C\u1A73-\u1A7C\u1A7F\u1AB0-\u1ABE\u1B00-\u1B03\u1B34\u1B36-\u1B3A\u1B3C\u1B42\u1B6B-\u1B73\u1B80\u1B81\u1BA2-\u1BA5\u1BA8\u1BA9\u1BAB-\u1BAD\u1BE6\u1BE8\u1BE9\u1BED\u1BEF-\u1BF1\u1C2C-\u1C33\u1C36\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE0\u1CE2-\u1CE8\u1CED\u1CF4\u1CF8\u1CF9\u1DC0-\u1DF9\u1DFB-\u1DFF\u200B\u200E\u200F\u202A-\u202E\u2060-\u2064\u206A-\u206F\u20D0-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302D\u3099\u309A\uA66F-\uA672\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA825\uA826\uA8C4\uA8C5\uA8E0-\uA8F1\uA926-\uA92D\uA947-\uA951\uA980-\uA982\uA9B3\uA9B6-\uA9B9\uA9BC\uA9E5\uAA29-\uAA2E\uAA31\uAA32\uAA35\uAA36\uAA43\uAA4C\uAA7C\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEC\uAAED\uAAF6\uABE5\uABE8\uABED\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\uFEFF\uFFF9-\uFFFB\u{101FD}\u{102E0}\u{10376}-\u{1037A}\u{10A01}-\u{10A03}\u{10A05}\u{10A06}\u{10A0C}-\u{10A0F}\u{10A38}-\u{10A3A}\u{10A3F}\u{10AE5}\u{10AE6}\u{11001}\u{11038}-\u{11046}\u{1107F}-\u{11081}\u{110B3}-\u{110B6}\u{110B9}\u{110BA}\u{110BD}\u{11100}-\u{11102}\u{11127}-\u{1112B}\u{1112D}-\u{11134}\u{11173}\u{11180}\u{11181}\u{111B6}-\u{111BE}\u{111CA}-\u{111CC}\u{1122F}-\u{11231}\u{11234}\u{11236}\u{11237}\u{1123E}\u{112DF}\u{112E3}-\u{112EA}\u{11300}\u{11301}\u{1133C}\u{11340}\u{11366}-\u{1136C}\u{11370}-\u{11374}\u{11438}-\u{1143F}\u{11442}-\u{11444}\u{11446}\u{114B3}-\u{114B8}\u{114BA}\u{114BF}\u{114C0}\u{114C2}\u{114C3}\u{115B2}-\u{115B5}\u{115BC}\u{115BD}\u{115BF}\u{115C0}\u{115DC}\u{115DD}\u{11633}-\u{1163A}\u{1163D}\u{1163F}\u{11640}\u{116AB}\u{116AD}\u{116B0}-\u{116B5}\u{116B7}\u{1171D}-\u{1171F}\u{11722}-\u{11725}\u{11727}-\u{1172B}\u{11A01}-\u{11A06}\u{11A09}\u{11A0A}\u{11A33}-\u{11A38}\u{11A3B}-\u{11A3E}\u{11A47}\u{11A51}-\u{11A56}\u{11A59}-\u{11A5B}\u{11A8A}-\u{11A96}\u{11A98}\u{11A99}\u{11C30}-\u{11C36}\u{11C38}-\u{11C3D}\u{11C3F}\u{11C92}-\u{11CA7}\u{11CAA}-\u{11CB0}\u{11CB2}\u{11CB3}\u{11CB5}\u{11CB6}\u{11D31}-\u{11D36}\u{11D3A}\u{11D3C}\u{11D3D}\u{11D3F}-\u{11D45}\u{11D47}\u{16AF0}-\u{16AF4}\u{16B30}-\u{16B36}\u{16F8F}-\u{16F92}\u{1BC9D}\u{1BC9E}\u{1BCA0}-\u{1BCA3}\u{1D167}-\u{1D169}\u{1D173}-\u{1D182}\u{1D185}-\u{1D18B}\u{1D1AA}-\u{1D1AD}\u{1D242}-\u{1D244}\u{1DA00}-\u{1DA36}\u{1DA3B}-\u{1DA6C}\u{1DA75}\u{1DA84}\u{1DA9B}-\u{1DA9F}\u{1DAA1}-\u{1DAAF}\u{1E000}-\u{1E006}\u{1E008}-\u{1E018}\u{1E01B}-\u{1E021}\u{1E023}\u{1E024}\u{1E026}-\u{1E02A}\u{1E8D0}-\u{1E8D6}\u{1E944}-\u{1E94A}\u{E0001}\u{E0020}-\u{E007F}\u{E0100}-\u{E01EF}]*\u200C[\xAD\u0300-\u036F\u0483-\u0489\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u061C\u064B-\u065F\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u070F\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u08D4-\u08E1\u08E3-\u0902\u093A\u093C\u0941-\u0948\u094D\u0951-\u0957\u0962\u0963\u0981\u09BC\u09C1-\u09C4\u09CD\u09E2\u09E3\u0A01\u0A02\u0A3C\u0A41\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A70\u0A71\u0A75\u0A81\u0A82\u0ABC\u0AC1-\u0AC5\u0AC7\u0AC8\u0ACD\u0AE2\u0AE3\u0AFA-\u0AFF\u0B01\u0B3C\u0B3F\u0B41-\u0B44\u0B4D\u0B56\u0B62\u0B63\u0B82\u0BC0\u0BCD\u0C00\u0C3E-\u0C40\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C81\u0CBC\u0CBF\u0CC6\u0CCC\u0CCD\u0CE2\u0CE3\u0D00\u0D01\u0D3B\u0D3C\u0D41-\u0D44\u0D4D\u0D62\u0D63\u0DCA\u0DD2-\u0DD4\u0DD6\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0EB1\u0EB4-\u0EB9\u0EBB\u0EBC\u0EC8-\u0ECD\u0F18\u0F19\u0F35\u0F37\u0F39\u0F71-\u0F7E\u0F80-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102D-\u1030\u1032-\u1037\u1039\u103A\u103D\u103E\u1058\u1059\u105E-\u1060\u1071-\u1074\u1082\u1085\u1086\u108D\u109D\u135D-\u135F\u1712-\u1714\u1732-\u1734\u1752\u1753\u1772\u1773\u17B4\u17B5\u17B7-\u17BD\u17C6\u17C9-\u17D3\u17DD\u180B-\u180D\u1885\u1886\u18A9\u1920-\u1922\u1927\u1928\u1932\u1939-\u193B\u1A17\u1A18\u1A1B\u1A56\u1A58-\u1A5E\u1A60\u1A62\u1A65-\u1A6C\u1A73-\u1A7C\u1A7F\u1AB0-\u1ABE\u1B00-\u1B03\u1B34\u1B36-\u1B3A\u1B3C\u1B42\u1B6B-\u1B73\u1B80\u1B81\u1BA2-\u1BA5\u1BA8\u1BA9\u1BAB-\u1BAD\u1BE6\u1BE8\u1BE9\u1BED\u1BEF-\u1BF1\u1C2C-\u1C33\u1C36\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE0\u1CE2-\u1CE8\u1CED\u1CF4\u1CF8\u1CF9\u1DC0-\u1DF9\u1DFB-\u1DFF\u200B\u200E\u200F\u202A-\u202E\u2060-\u2064\u206A-\u206F\u20D0-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302D\u3099\u309A\uA66F-\uA672\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA825\uA826\uA8C4\uA8C5\uA8E0-\uA8F1\uA926-\uA92D\uA947-\uA951\uA980-\uA982\uA9B3\uA9B6-\uA9B9\uA9BC\uA9E5\uAA29-\uAA2E\uAA31\uAA32\uAA35\uAA36\uAA43\uAA4C\uAA7C\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEC\uAAED\uAAF6\uABE5\uABE8\uABED\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\uFEFF\uFFF9-\uFFFB\u{101FD}\u{102E0}\u{10376}-\u{1037A}\u{10A01}-\u{10A03}\u{10A05}\u{10A06}\u{10A0C}-\u{10A0F}\u{10A38}-\u{10A3A}\u{10A3F}\u{10AE5}\u{10AE6}\u{11001}\u{11038}-\u{11046}\u{1107F}-\u{11081}\u{110B3}-\u{110B6}\u{110B9}\u{110BA}\u{110BD}\u{11100}-\u{11102}\u{11127}-\u{1112B}\u{1112D}-\u{11134}\u{11173}\u{11180}\u{11181}\u{111B6}-\u{111BE}\u{111CA}-\u{111CC}\u{1122F}-\u{11231}\u{11234}\u{11236}\u{11237}\u{1123E}\u{112DF}\u{112E3}-\u{112EA}\u{11300}\u{11301}\u{1133C}\u{11340}\u{11366}-\u{1136C}\u{11370}-\u{11374}\u{11438}-\u{1143F}\u{11442}-\u{11444}\u{11446}\u{114B3}-\u{114B8}\u{114BA}\u{114BF}\u{114C0}\u{114C2}\u{114C3}\u{115B2}-\u{115B5}\u{115BC}\u{115BD}\u{115BF}\u{115C0}\u{115DC}\u{115DD}\u{11633}-\u{1163A}\u{1163D}\u{1163F}\u{11640}\u{116AB}\u{116AD}\u{116B0}-\u{116B5}\u{116B7}\u{1171D}-\u{1171F}\u{11722}-\u{11725}\u{11727}-\u{1172B}\u{11A01}-\u{11A06}\u{11A09}\u{11A0A}\u{11A33}-\u{11A38}\u{11A3B}-\u{11A3E}\u{11A47}\u{11A51}-\u{11A56}\u{11A59}-\u{11A5B}\u{11A8A}-\u{11A96}\u{11A98}\u{11A99}\u{11C30}-\u{11C36}\u{11C38}-\u{11C3D}\u{11C3F}\u{11C92}-\u{11CA7}\u{11CAA}-\u{11CB0}\u{11CB2}\u{11CB3}\u{11CB5}\u{11CB6}\u{11D31}-\u{11D36}\u{11D3A}\u{11D3C}\u{11D3D}\u{11D3F}-\u{11D45}\u{11D47}\u{16AF0}-\u{16AF4}\u{16B30}-\u{16B36}\u{16F8F}-\u{16F92}\u{1BC9D}\u{1BC9E}\u{1BCA0}-\u{1BCA3}\u{1D167}-\u{1D169}\u{1D173}-\u{1D182}\u{1D185}-\u{1D18B}\u{1D1AA}-\u{1D1AD}\u{1D242}-\u{1D244}\u{1DA00}-\u{1DA36}\u{1DA3B}-\u{1DA6C}\u{1DA75}\u{1DA84}\u{1DA9B}-\u{1DA9F}\u{1DAA1}-\u{1DAAF}\u{1E000}-\u{1E006}\u{1E008}-\u{1E018}\u{1E01B}-\u{1E021}\u{1E023}\u{1E024}\u{1E026}-\u{1E02A}\u{1E8D0}-\u{1E8D6}\u{1E944}-\u{1E94A}\u{E0001}\u{E0020}-\u{E007F}\u{E0100}-\u{E01EF}]*[\u0620\u0622-\u063F\u0641-\u064A\u066E\u066F\u0671-\u0673\u0675-\u06D3\u06D5\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u077F\u07CA-\u07EA\u0840-\u0855\u0860\u0862-\u0865\u0867-\u086A\u08A0-\u08AC\u08AE-\u08B4\u08B6-\u08BD\u1807\u1820-\u1877\u1887-\u18A8\u18AA\uA840-\uA871\u{10AC0}-\u{10AC5}\u{10AC7}\u{10AC9}\u{10ACA}\u{10ACE}-\u{10AD6}\u{10AD8}-\u{10AE1}\u{10AE4}\u{10AEB}-\u{10AEF}\u{10B80}-\u{10B91}\u{10BA9}-\u{10BAE}\u{1E900}-\u{1E943}]/u,bidiDomain:/[\u05BE\u05C0\u05C3\u05C6\u05D0-\u05EA\u05F0-\u05F4\u0600-\u0605\u0608\u060B\u060D\u061B\u061C\u061E-\u064A\u0660-\u0669\u066B-\u066F\u0671-\u06D5\u06DD\u06E5\u06E6\u06EE\u06EF\u06FA-\u070D\u070F\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07C0-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0830-\u083E\u0840-\u0858\u085E\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u08E2\u200F\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBC1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFC\uFE70-\uFE74\uFE76-\uFEFC\u{10800}-\u{10805}\u{10808}\u{1080A}-\u{10835}\u{10837}\u{10838}\u{1083C}\u{1083F}-\u{10855}\u{10857}-\u{1089E}\u{108A7}-\u{108AF}\u{108E0}-\u{108F2}\u{108F4}\u{108F5}\u{108FB}-\u{1091B}\u{10920}-\u{10939}\u{1093F}\u{10980}-\u{109B7}\u{109BC}-\u{109CF}\u{109D2}-\u{10A00}\u{10A10}-\u{10A13}\u{10A15}-\u{10A17}\u{10A19}-\u{10A33}\u{10A40}-\u{10A47}\u{10A50}-\u{10A58}\u{10A60}-\u{10A9F}\u{10AC0}-\u{10AE4}\u{10AEB}-\u{10AF6}\u{10B00}-\u{10B35}\u{10B40}-\u{10B55}\u{10B58}-\u{10B72}\u{10B78}-\u{10B91}\u{10B99}-\u{10B9C}\u{10BA9}-\u{10BAF}\u{10C00}-\u{10C48}\u{10C80}-\u{10CB2}\u{10CC0}-\u{10CF2}\u{10CFA}-\u{10CFF}\u{10E60}-\u{10E7E}\u{1E800}-\u{1E8C4}\u{1E8C7}-\u{1E8CF}\u{1E900}-\u{1E943}\u{1E950}-\u{1E959}\u{1E95E}\u{1E95F}\u{1EE00}-\u{1EE03}\u{1EE05}-\u{1EE1F}\u{1EE21}\u{1EE22}\u{1EE24}\u{1EE27}\u{1EE29}-\u{1EE32}\u{1EE34}-\u{1EE37}\u{1EE39}\u{1EE3B}\u{1EE42}\u{1EE47}\u{1EE49}\u{1EE4B}\u{1EE4D}-\u{1EE4F}\u{1EE51}\u{1EE52}\u{1EE54}\u{1EE57}\u{1EE59}\u{1EE5B}\u{1EE5D}\u{1EE5F}\u{1EE61}\u{1EE62}\u{1EE64}\u{1EE67}-\u{1EE6A}\u{1EE6C}-\u{1EE72}\u{1EE74}-\u{1EE77}\u{1EE79}-\u{1EE7C}\u{1EE7E}\u{1EE80}-\u{1EE89}\u{1EE8B}-\u{1EE9B}\u{1EEA1}-\u{1EEA3}\u{1EEA5}-\u{1EEA9}\u{1EEAB}-\u{1EEBB}]/u,bidiS1LTR:/[A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02B8\u02BB-\u02C1\u02D0\u02D1\u02E0-\u02E4\u02EE\u0370-\u0373\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0482\u048A-\u052F\u0531-\u0556\u0559-\u055F\u0561-\u0587\u0589\u0903-\u0939\u093B\u093D-\u0940\u0949-\u094C\u094E-\u0950\u0958-\u0961\u0964-\u0980\u0982\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD-\u09C0\u09C7\u09C8\u09CB\u09CC\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E1\u09E6-\u09F1\u09F4-\u09FA\u09FC\u09FD\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3E-\u0A40\u0A59-\u0A5C\u0A5E\u0A66-\u0A6F\u0A72-\u0A74\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD-\u0AC0\u0AC9\u0ACB\u0ACC\u0AD0\u0AE0\u0AE1\u0AE6-\u0AF0\u0AF9\u0B02\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B3E\u0B40\u0B47\u0B48\u0B4B\u0B4C\u0B57\u0B5C\u0B5D\u0B5F-\u0B61\u0B66-\u0B77\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE\u0BBF\u0BC1\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCC\u0BD0\u0BD7\u0BE6-\u0BF2\u0C01-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C41-\u0C44\u0C58-\u0C5A\u0C60\u0C61\u0C66-\u0C6F\u0C7F\u0C80\u0C82\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD-\u0CC4\u0CC6-\u0CC8\u0CCA\u0CCB\u0CD5\u0CD6\u0CDE\u0CE0\u0CE1\u0CE6-\u0CEF\u0CF1\u0CF2\u0D02\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D-\u0D40\u0D46-\u0D48\u0D4A-\u0D4C\u0D4E\u0D4F\u0D54-\u0D61\u0D66-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCF-\u0DD1\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2-\u0DF4\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E4F-\u0E5B\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00-\u0F17\u0F1A-\u0F34\u0F36\u0F38\u0F3E-\u0F47\u0F49-\u0F6C\u0F7F\u0F85\u0F88-\u0F8C\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE-\u0FDA\u1000-\u102C\u1031\u1038\u103B\u103C\u103F-\u1057\u105A-\u105D\u1061-\u1070\u1075-\u1081\u1083\u1084\u1087-\u108C\u108E-\u109C\u109E-\u10C5\u10C7\u10CD\u10D0-\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\u1360-\u137C\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u167F\u1681-\u169A\u16A0-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1735\u1736\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17B6\u17BE-\u17C5\u17C7\u17C8\u17D4-\u17DA\u17DC\u17E0-\u17E9\u1810-\u1819\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1923-\u1926\u1929-\u192B\u1930\u1931\u1933-\u1938\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A16\u1A19\u1A1A\u1A1E-\u1A55\u1A57\u1A61\u1A63\u1A64\u1A6D-\u1A72\u1A80-\u1A89\u1A90-\u1A99\u1AA0-\u1AAD\u1B04-\u1B33\u1B35\u1B3B\u1B3D-\u1B41\u1B43-\u1B4B\u1B50-\u1B6A\u1B74-\u1B7C\u1B82-\u1BA1\u1BA6\u1BA7\u1BAA\u1BAE-\u1BE5\u1BE7\u1BEA-\u1BEC\u1BEE\u1BF2\u1BF3\u1BFC-\u1C2B\u1C34\u1C35\u1C3B-\u1C49\u1C4D-\u1C88\u1CC0-\u1CC7\u1CD3\u1CE1\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5-\u1CF7\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\u200E\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u214F\u2160-\u2188\u2336-\u237A\u2395\u249C-\u24E9\u26AC\u2800-\u28FF\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D70\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u302E\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u3190-\u31BA\u31F0-\u321C\u3220-\u324F\u3260-\u327B\u327F-\u32B0\u32C0-\u32CB\u32D0-\u32FE\u3300-\u3376\u337B-\u33DD\u33E0-\u33FE\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA60C\uA610-\uA62B\uA640-\uA66E\uA680-\uA69D\uA6A0-\uA6EF\uA6F2-\uA6F7\uA722-\uA787\uA789-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA824\uA827\uA830-\uA837\uA840-\uA873\uA880-\uA8C3\uA8CE-\uA8D9\uA8F2-\uA8FD\uA900-\uA925\uA92E-\uA946\uA952\uA953\uA95F-\uA97C\uA983-\uA9B2\uA9B4\uA9B5\uA9BA\uA9BB\uA9BD-\uA9CD\uA9CF-\uA9D9\uA9DE-\uA9E4\uA9E6-\uA9FE\uAA00-\uAA28\uAA2F\uAA30\uAA33\uAA34\uAA40-\uAA42\uAA44-\uAA4B\uAA4D\uAA50-\uAA59\uAA5C-\uAA7B\uAA7D-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAAEB\uAAEE-\uAAF5\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB65\uAB70-\uABE4\uABE6\uABE7\uABE9-\uABEC\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uD800-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC\u{10000}-\u{1000B}\u{1000D}-\u{10026}\u{10028}-\u{1003A}\u{1003C}\u{1003D}\u{1003F}-\u{1004D}\u{10050}-\u{1005D}\u{10080}-\u{100FA}\u{10100}\u{10102}\u{10107}-\u{10133}\u{10137}-\u{1013F}\u{1018D}\u{1018E}\u{101D0}-\u{101FC}\u{10280}-\u{1029C}\u{102A0}-\u{102D0}\u{10300}-\u{10323}\u{1032D}-\u{1034A}\u{10350}-\u{10375}\u{10380}-\u{1039D}\u{1039F}-\u{103C3}\u{103C8}-\u{103D5}\u{10400}-\u{1049D}\u{104A0}-\u{104A9}\u{104B0}-\u{104D3}\u{104D8}-\u{104FB}\u{10500}-\u{10527}\u{10530}-\u{10563}\u{1056F}\u{10600}-\u{10736}\u{10740}-\u{10755}\u{10760}-\u{10767}\u{11000}\u{11002}-\u{11037}\u{11047}-\u{1104D}\u{11066}-\u{1106F}\u{11082}-\u{110B2}\u{110B7}\u{110B8}\u{110BB}-\u{110C1}\u{110D0}-\u{110E8}\u{110F0}-\u{110F9}\u{11103}-\u{11126}\u{1112C}\u{11136}-\u{11143}\u{11150}-\u{11172}\u{11174}-\u{11176}\u{11182}-\u{111B5}\u{111BF}-\u{111C9}\u{111CD}\u{111D0}-\u{111DF}\u{111E1}-\u{111F4}\u{11200}-\u{11211}\u{11213}-\u{1122E}\u{11232}\u{11233}\u{11235}\u{11238}-\u{1123D}\u{11280}-\u{11286}\u{11288}\u{1128A}-\u{1128D}\u{1128F}-\u{1129D}\u{1129F}-\u{112A9}\u{112B0}-\u{112DE}\u{112E0}-\u{112E2}\u{112F0}-\u{112F9}\u{11302}\u{11303}\u{11305}-\u{1130C}\u{1130F}\u{11310}\u{11313}-\u{11328}\u{1132A}-\u{11330}\u{11332}\u{11333}\u{11335}-\u{11339}\u{1133D}-\u{1133F}\u{11341}-\u{11344}\u{11347}\u{11348}\u{1134B}-\u{1134D}\u{11350}\u{11357}\u{1135D}-\u{11363}\u{11400}-\u{11437}\u{11440}\u{11441}\u{11445}\u{11447}-\u{11459}\u{1145B}\u{1145D}\u{11480}-\u{114B2}\u{114B9}\u{114BB}-\u{114BE}\u{114C1}\u{114C4}-\u{114C7}\u{114D0}-\u{114D9}\u{11580}-\u{115B1}\u{115B8}-\u{115BB}\u{115BE}\u{115C1}-\u{115DB}\u{11600}-\u{11632}\u{1163B}\u{1163C}\u{1163E}\u{11641}-\u{11644}\u{11650}-\u{11659}\u{11680}-\u{116AA}\u{116AC}\u{116AE}\u{116AF}\u{116B6}\u{116C0}-\u{116C9}\u{11700}-\u{11719}\u{11720}\u{11721}\u{11726}\u{11730}-\u{1173F}\u{118A0}-\u{118F2}\u{118FF}\u{11A00}\u{11A07}\u{11A08}\u{11A0B}-\u{11A32}\u{11A39}\u{11A3A}\u{11A3F}-\u{11A46}\u{11A50}\u{11A57}\u{11A58}\u{11A5C}-\u{11A83}\u{11A86}-\u{11A89}\u{11A97}\u{11A9A}-\u{11A9C}\u{11A9E}-\u{11AA2}\u{11AC0}-\u{11AF8}\u{11C00}-\u{11C08}\u{11C0A}-\u{11C2F}\u{11C3E}-\u{11C45}\u{11C50}-\u{11C6C}\u{11C70}-\u{11C8F}\u{11CA9}\u{11CB1}\u{11CB4}\u{11D00}-\u{11D06}\u{11D08}\u{11D09}\u{11D0B}-\u{11D30}\u{11D46}\u{11D50}-\u{11D59}\u{12000}-\u{12399}\u{12400}-\u{1246E}\u{12470}-\u{12474}\u{12480}-\u{12543}\u{13000}-\u{1342E}\u{14400}-\u{14646}\u{16800}-\u{16A38}\u{16A40}-\u{16A5E}\u{16A60}-\u{16A69}\u{16A6E}\u{16A6F}\u{16AD0}-\u{16AED}\u{16AF5}\u{16B00}-\u{16B2F}\u{16B37}-\u{16B45}\u{16B50}-\u{16B59}\u{16B5B}-\u{16B61}\u{16B63}-\u{16B77}\u{16B7D}-\u{16B8F}\u{16F00}-\u{16F44}\u{16F50}-\u{16F7E}\u{16F93}-\u{16F9F}\u{16FE0}\u{16FE1}\u{17000}-\u{187EC}\u{18800}-\u{18AF2}\u{1B000}-\u{1B11E}\u{1B170}-\u{1B2FB}\u{1BC00}-\u{1BC6A}\u{1BC70}-\u{1BC7C}\u{1BC80}-\u{1BC88}\u{1BC90}-\u{1BC99}\u{1BC9C}\u{1BC9F}\u{1D000}-\u{1D0F5}\u{1D100}-\u{1D126}\u{1D129}-\u{1D166}\u{1D16A}-\u{1D172}\u{1D183}\u{1D184}\u{1D18C}-\u{1D1A9}\u{1D1AE}-\u{1D1E8}\u{1D360}-\u{1D371}\u{1D400}-\u{1D454}\u{1D456}-\u{1D49C}\u{1D49E}\u{1D49F}\u{1D4A2}\u{1D4A5}\u{1D4A6}\u{1D4A9}-\u{1D4AC}\u{1D4AE}-\u{1D4B9}\u{1D4BB}\u{1D4BD}-\u{1D4C3}\u{1D4C5}-\u{1D505}\u{1D507}-\u{1D50A}\u{1D50D}-\u{1D514}\u{1D516}-\u{1D51C}\u{1D51E}-\u{1D539}\u{1D53B}-\u{1D53E}\u{1D540}-\u{1D544}\u{1D546}\u{1D54A}-\u{1D550}\u{1D552}-\u{1D6A5}\u{1D6A8}-\u{1D6DA}\u{1D6DC}-\u{1D714}\u{1D716}-\u{1D74E}\u{1D750}-\u{1D788}\u{1D78A}-\u{1D7C2}\u{1D7C4}-\u{1D7CB}\u{1D800}-\u{1D9FF}\u{1DA37}-\u{1DA3A}\u{1DA6D}-\u{1DA74}\u{1DA76}-\u{1DA83}\u{1DA85}-\u{1DA8B}\u{1F110}-\u{1F12E}\u{1F130}-\u{1F169}\u{1F170}-\u{1F1AC}\u{1F1E6}-\u{1F202}\u{1F210}-\u{1F23B}\u{1F240}-\u{1F248}\u{1F250}\u{1F251}\u{20000}-\u{2A6D6}\u{2A700}-\u{2B734}\u{2B740}-\u{2B81D}\u{2B820}-\u{2CEA1}\u{2CEB0}-\u{2EBE0}\u{2F800}-\u{2FA1D}\u{F0000}-\u{FFFFD}\u{100000}-\u{10FFFD}]/u,bidiS1RTL:/[\u05BE\u05C0\u05C3\u05C6\u05D0-\u05EA\u05F0-\u05F4\u0608\u060B\u060D\u061B\u061C\u061E-\u064A\u066D-\u066F\u0671-\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u070D\u070F\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07C0-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0830-\u083E\u0840-\u0858\u085E\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u200F\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBC1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFC\uFE70-\uFE74\uFE76-\uFEFC\u{10800}-\u{10805}\u{10808}\u{1080A}-\u{10835}\u{10837}\u{10838}\u{1083C}\u{1083F}-\u{10855}\u{10857}-\u{1089E}\u{108A7}-\u{108AF}\u{108E0}-\u{108F2}\u{108F4}\u{108F5}\u{108FB}-\u{1091B}\u{10920}-\u{10939}\u{1093F}\u{10980}-\u{109B7}\u{109BC}-\u{109CF}\u{109D2}-\u{10A00}\u{10A10}-\u{10A13}\u{10A15}-\u{10A17}\u{10A19}-\u{10A33}\u{10A40}-\u{10A47}\u{10A50}-\u{10A58}\u{10A60}-\u{10A9F}\u{10AC0}-\u{10AE4}\u{10AEB}-\u{10AF6}\u{10B00}-\u{10B35}\u{10B40}-\u{10B55}\u{10B58}-\u{10B72}\u{10B78}-\u{10B91}\u{10B99}-\u{10B9C}\u{10BA9}-\u{10BAF}\u{10C00}-\u{10C48}\u{10C80}-\u{10CB2}\u{10CC0}-\u{10CF2}\u{10CFA}-\u{10CFF}\u{1E800}-\u{1E8C4}\u{1E8C7}-\u{1E8CF}\u{1E900}-\u{1E943}\u{1E950}-\u{1E959}\u{1E95E}\u{1E95F}\u{1EE00}-\u{1EE03}\u{1EE05}-\u{1EE1F}\u{1EE21}\u{1EE22}\u{1EE24}\u{1EE27}\u{1EE29}-\u{1EE32}\u{1EE34}-\u{1EE37}\u{1EE39}\u{1EE3B}\u{1EE42}\u{1EE47}\u{1EE49}\u{1EE4B}\u{1EE4D}-\u{1EE4F}\u{1EE51}\u{1EE52}\u{1EE54}\u{1EE57}\u{1EE59}\u{1EE5B}\u{1EE5D}\u{1EE5F}\u{1EE61}\u{1EE62}\u{1EE64}\u{1EE67}-\u{1EE6A}\u{1EE6C}-\u{1EE72}\u{1EE74}-\u{1EE77}\u{1EE79}-\u{1EE7C}\u{1EE7E}\u{1EE80}-\u{1EE89}\u{1EE8B}-\u{1EE9B}\u{1EEA1}-\u{1EEA3}\u{1EEA5}-\u{1EEA9}\u{1EEAB}-\u{1EEBB}]/u,bidiS2:/^[\0-\x08\x0E-\x1B!-@\[-`\{-\x84\x86-\xA9\xAB-\xB4\xB6-\xB9\xBB-\xBF\xD7\xF7\u02B9\u02BA\u02C2-\u02CF\u02D2-\u02DF\u02E5-\u02ED\u02EF-\u036F\u0374\u0375\u037E\u0384\u0385\u0387\u03F6\u0483-\u0489\u058A\u058D-\u058F\u0591-\u05C7\u05D0-\u05EA\u05F0-\u05F4\u0600-\u061C\u061E-\u070D\u070F-\u074A\u074D-\u07B1\u07C0-\u07FA\u0800-\u082D\u0830-\u083E\u0840-\u085B\u085E\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u0902\u093A\u093C\u0941-\u0948\u094D\u0951-\u0957\u0962\u0963\u0981\u09BC\u09C1-\u09C4\u09CD\u09E2\u09E3\u09F2\u09F3\u09FB\u0A01\u0A02\u0A3C\u0A41\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A70\u0A71\u0A75\u0A81\u0A82\u0ABC\u0AC1-\u0AC5\u0AC7\u0AC8\u0ACD\u0AE2\u0AE3\u0AF1\u0AFA-\u0AFF\u0B01\u0B3C\u0B3F\u0B41-\u0B44\u0B4D\u0B56\u0B62\u0B63\u0B82\u0BC0\u0BCD\u0BF3-\u0BFA\u0C00\u0C3E-\u0C40\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C78-\u0C7E\u0C81\u0CBC\u0CCC\u0CCD\u0CE2\u0CE3\u0D00\u0D01\u0D3B\u0D3C\u0D41-\u0D44\u0D4D\u0D62\u0D63\u0DCA\u0DD2-\u0DD4\u0DD6\u0E31\u0E34-\u0E3A\u0E3F\u0E47-\u0E4E\u0EB1\u0EB4-\u0EB9\u0EBB\u0EBC\u0EC8-\u0ECD\u0F18\u0F19\u0F35\u0F37\u0F39-\u0F3D\u0F71-\u0F7E\u0F80-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102D-\u1030\u1032-\u1037\u1039\u103A\u103D\u103E\u1058\u1059\u105E-\u1060\u1071-\u1074\u1082\u1085\u1086\u108D\u109D\u135D-\u135F\u1390-\u1399\u1400\u169B\u169C\u1712-\u1714\u1732-\u1734\u1752\u1753\u1772\u1773\u17B4\u17B5\u17B7-\u17BD\u17C6\u17C9-\u17D3\u17DB\u17DD\u17F0-\u17F9\u1800-\u180E\u1885\u1886\u18A9\u1920-\u1922\u1927\u1928\u1932\u1939-\u193B\u1940\u1944\u1945\u19DE-\u19FF\u1A17\u1A18\u1A1B\u1A56\u1A58-\u1A5E\u1A60\u1A62\u1A65-\u1A6C\u1A73-\u1A7C\u1A7F\u1AB0-\u1ABE\u1B00-\u1B03\u1B34\u1B36-\u1B3A\u1B3C\u1B42\u1B6B-\u1B73\u1B80\u1B81\u1BA2-\u1BA5\u1BA8\u1BA9\u1BAB-\u1BAD\u1BE6\u1BE8\u1BE9\u1BED\u1BEF-\u1BF1\u1C2C-\u1C33\u1C36\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE0\u1CE2-\u1CE8\u1CED\u1CF4\u1CF8\u1CF9\u1DC0-\u1DF9\u1DFB-\u1DFF\u1FBD\u1FBF-\u1FC1\u1FCD-\u1FCF\u1FDD-\u1FDF\u1FED-\u1FEF\u1FFD\u1FFE\u200B-\u200D\u200F-\u2027\u202F-\u205E\u2060-\u2064\u206A-\u2070\u2074-\u207E\u2080-\u208E\u20A0-\u20BF\u20D0-\u20F0\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u2150-\u215F\u2189-\u218B\u2190-\u2335\u237B-\u2394\u2396-\u2426\u2440-\u244A\u2460-\u249B\u24EA-\u26AB\u26AD-\u27FF\u2900-\u2B73\u2B76-\u2B95\u2B98-\u2BB9\u2BBD-\u2BC8\u2BCA-\u2BD2\u2BEC-\u2BEF\u2CE5-\u2CEA\u2CEF-\u2CF1\u2CF9-\u2CFF\u2D7F\u2DE0-\u2E49\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFB\u3001-\u3004\u3008-\u3020\u302A-\u302D\u3030\u3036\u3037\u303D-\u303F\u3099-\u309C\u30A0\u30FB\u31C0-\u31E3\u321D\u321E\u3250-\u325F\u327C-\u327E\u32B1-\u32BF\u32CC-\u32CF\u3377-\u337A\u33DE\u33DF\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA60D-\uA60F\uA66F-\uA67F\uA69E\uA69F\uA6F0\uA6F1\uA700-\uA721\uA788\uA802\uA806\uA80B\uA825\uA826\uA828-\uA82B\uA838\uA839\uA874-\uA877\uA8C4\uA8C5\uA8E0-\uA8F1\uA926-\uA92D\uA947-\uA951\uA980-\uA982\uA9B3\uA9B6-\uA9B9\uA9BC\uA9E5\uAA29-\uAA2E\uAA31\uAA32\uAA35\uAA36\uAA43\uAA4C\uAA7C\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEC\uAAED\uAAF6\uABE5\uABE8\uABED\uFB1D-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBC1\uFBD3-\uFD3F\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFD\uFE00-\uFE19\uFE20-\uFE52\uFE54-\uFE66\uFE68-\uFE6B\uFE70-\uFE74\uFE76-\uFEFC\uFEFF\uFF01-\uFF20\uFF3B-\uFF40\uFF5B-\uFF65\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFF9-\uFFFD\u{10101}\u{10140}-\u{1018C}\u{10190}-\u{1019B}\u{101A0}\u{101FD}\u{102E0}-\u{102FB}\u{10376}-\u{1037A}\u{10800}-\u{10805}\u{10808}\u{1080A}-\u{10835}\u{10837}\u{10838}\u{1083C}\u{1083F}-\u{10855}\u{10857}-\u{1089E}\u{108A7}-\u{108AF}\u{108E0}-\u{108F2}\u{108F4}\u{108F5}\u{108FB}-\u{1091B}\u{1091F}-\u{10939}\u{1093F}\u{10980}-\u{109B7}\u{109BC}-\u{109CF}\u{109D2}-\u{10A03}\u{10A05}\u{10A06}\u{10A0C}-\u{10A13}\u{10A15}-\u{10A17}\u{10A19}-\u{10A33}\u{10A38}-\u{10A3A}\u{10A3F}-\u{10A47}\u{10A50}-\u{10A58}\u{10A60}-\u{10A9F}\u{10AC0}-\u{10AE6}\u{10AEB}-\u{10AF6}\u{10B00}-\u{10B35}\u{10B39}-\u{10B55}\u{10B58}-\u{10B72}\u{10B78}-\u{10B91}\u{10B99}-\u{10B9C}\u{10BA9}-\u{10BAF}\u{10C00}-\u{10C48}\u{10C80}-\u{10CB2}\u{10CC0}-\u{10CF2}\u{10CFA}-\u{10CFF}\u{10E60}-\u{10E7E}\u{11001}\u{11038}-\u{11046}\u{11052}-\u{11065}\u{1107F}-\u{11081}\u{110B3}-\u{110B6}\u{110B9}\u{110BA}\u{11100}-\u{11102}\u{11127}-\u{1112B}\u{1112D}-\u{11134}\u{11173}\u{11180}\u{11181}\u{111B6}-\u{111BE}\u{111CA}-\u{111CC}\u{1122F}-\u{11231}\u{11234}\u{11236}\u{11237}\u{1123E}\u{112DF}\u{112E3}-\u{112EA}\u{11300}\u{11301}\u{1133C}\u{11340}\u{11366}-\u{1136C}\u{11370}-\u{11374}\u{11438}-\u{1143F}\u{11442}-\u{11444}\u{11446}\u{114B3}-\u{114B8}\u{114BA}\u{114BF}\u{114C0}\u{114C2}\u{114C3}\u{115B2}-\u{115B5}\u{115BC}\u{115BD}\u{115BF}\u{115C0}\u{115DC}\u{115DD}\u{11633}-\u{1163A}\u{1163D}\u{1163F}\u{11640}\u{11660}-\u{1166C}\u{116AB}\u{116AD}\u{116B0}-\u{116B5}\u{116B7}\u{1171D}-\u{1171F}\u{11722}-\u{11725}\u{11727}-\u{1172B}\u{11A01}-\u{11A06}\u{11A09}\u{11A0A}\u{11A33}-\u{11A38}\u{11A3B}-\u{11A3E}\u{11A47}\u{11A51}-\u{11A56}\u{11A59}-\u{11A5B}\u{11A8A}-\u{11A96}\u{11A98}\u{11A99}\u{11C30}-\u{11C36}\u{11C38}-\u{11C3D}\u{11C92}-\u{11CA7}\u{11CAA}-\u{11CB0}\u{11CB2}\u{11CB3}\u{11CB5}\u{11CB6}\u{11D31}-\u{11D36}\u{11D3A}\u{11D3C}\u{11D3D}\u{11D3F}-\u{11D45}\u{11D47}\u{16AF0}-\u{16AF4}\u{16B30}-\u{16B36}\u{16F8F}-\u{16F92}\u{1BC9D}\u{1BC9E}\u{1BCA0}-\u{1BCA3}\u{1D167}-\u{1D169}\u{1D173}-\u{1D182}\u{1D185}-\u{1D18B}\u{1D1AA}-\u{1D1AD}\u{1D200}-\u{1D245}\u{1D300}-\u{1D356}\u{1D6DB}\u{1D715}\u{1D74F}\u{1D789}\u{1D7C3}\u{1D7CE}-\u{1D7FF}\u{1DA00}-\u{1DA36}\u{1DA3B}-\u{1DA6C}\u{1DA75}\u{1DA84}\u{1DA9B}-\u{1DA9F}\u{1DAA1}-\u{1DAAF}\u{1E000}-\u{1E006}\u{1E008}-\u{1E018}\u{1E01B}-\u{1E021}\u{1E023}\u{1E024}\u{1E026}-\u{1E02A}\u{1E800}-\u{1E8C4}\u{1E8C7}-\u{1E8D6}\u{1E900}-\u{1E94A}\u{1E950}-\u{1E959}\u{1E95E}\u{1E95F}\u{1EE00}-\u{1EE03}\u{1EE05}-\u{1EE1F}\u{1EE21}\u{1EE22}\u{1EE24}\u{1EE27}\u{1EE29}-\u{1EE32}\u{1EE34}-\u{1EE37}\u{1EE39}\u{1EE3B}\u{1EE42}\u{1EE47}\u{1EE49}\u{1EE4B}\u{1EE4D}-\u{1EE4F}\u{1EE51}\u{1EE52}\u{1EE54}\u{1EE57}\u{1EE59}\u{1EE5B}\u{1EE5D}\u{1EE5F}\u{1EE61}\u{1EE62}\u{1EE64}\u{1EE67}-\u{1EE6A}\u{1EE6C}-\u{1EE72}\u{1EE74}-\u{1EE77}\u{1EE79}-\u{1EE7C}\u{1EE7E}\u{1EE80}-\u{1EE89}\u{1EE8B}-\u{1EE9B}\u{1EEA1}-\u{1EEA3}\u{1EEA5}-\u{1EEA9}\u{1EEAB}-\u{1EEBB}\u{1EEF0}\u{1EEF1}\u{1F000}-\u{1F02B}\u{1F030}-\u{1F093}\u{1F0A0}-\u{1F0AE}\u{1F0B1}-\u{1F0BF}\u{1F0C1}-\u{1F0CF}\u{1F0D1}-\u{1F0F5}\u{1F100}-\u{1F10C}\u{1F16A}\u{1F16B}\u{1F260}-\u{1F265}\u{1F300}-\u{1F6D4}\u{1F6E0}-\u{1F6EC}\u{1F6F0}-\u{1F6F8}\u{1F700}-\u{1F773}\u{1F780}-\u{1F7D4}\u{1F800}-\u{1F80B}\u{1F810}-\u{1F847}\u{1F850}-\u{1F859}\u{1F860}-\u{1F887}\u{1F890}-\u{1F8AD}\u{1F900}-\u{1F90B}\u{1F910}-\u{1F93E}\u{1F940}-\u{1F94C}\u{1F950}-\u{1F96B}\u{1F980}-\u{1F997}\u{1F9C0}\u{1F9D0}-\u{1F9E6}\u{E0001}\u{E0020}-\u{E007F}\u{E0100}-\u{E01EF}]*$/u,bidiS3:/[0-9\xB2\xB3\xB9\u05BE\u05C0\u05C3\u05C6\u05D0-\u05EA\u05F0-\u05F4\u0600-\u0605\u0608\u060B\u060D\u061B\u061C\u061E-\u064A\u0660-\u0669\u066B-\u066F\u0671-\u06D5\u06DD\u06E5\u06E6\u06EE-\u070D\u070F\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07C0-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0830-\u083E\u0840-\u0858\u085E\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u08E2\u200F\u2070\u2074-\u2079\u2080-\u2089\u2488-\u249B\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBC1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFC\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\u{102E1}-\u{102FB}\u{10800}-\u{10805}\u{10808}\u{1080A}-\u{10835}\u{10837}\u{10838}\u{1083C}\u{1083F}-\u{10855}\u{10857}-\u{1089E}\u{108A7}-\u{108AF}\u{108E0}-\u{108F2}\u{108F4}\u{108F5}\u{108FB}-\u{1091B}\u{10920}-\u{10939}\u{1093F}\u{10980}-\u{109B7}\u{109BC}-\u{109CF}\u{109D2}-\u{10A00}\u{10A10}-\u{10A13}\u{10A15}-\u{10A17}\u{10A19}-\u{10A33}\u{10A40}-\u{10A47}\u{10A50}-\u{10A58}\u{10A60}-\u{10A9F}\u{10AC0}-\u{10AE4}\u{10AEB}-\u{10AF6}\u{10B00}-\u{10B35}\u{10B40}-\u{10B55}\u{10B58}-\u{10B72}\u{10B78}-\u{10B91}\u{10B99}-\u{10B9C}\u{10BA9}-\u{10BAF}\u{10C00}-\u{10C48}\u{10C80}-\u{10CB2}\u{10CC0}-\u{10CF2}\u{10CFA}-\u{10CFF}\u{10E60}-\u{10E7E}\u{1D7CE}-\u{1D7FF}\u{1E800}-\u{1E8C4}\u{1E8C7}-\u{1E8CF}\u{1E900}-\u{1E943}\u{1E950}-\u{1E959}\u{1E95E}\u{1E95F}\u{1EE00}-\u{1EE03}\u{1EE05}-\u{1EE1F}\u{1EE21}\u{1EE22}\u{1EE24}\u{1EE27}\u{1EE29}-\u{1EE32}\u{1EE34}-\u{1EE37}\u{1EE39}\u{1EE3B}\u{1EE42}\u{1EE47}\u{1EE49}\u{1EE4B}\u{1EE4D}-\u{1EE4F}\u{1EE51}\u{1EE52}\u{1EE54}\u{1EE57}\u{1EE59}\u{1EE5B}\u{1EE5D}\u{1EE5F}\u{1EE61}\u{1EE62}\u{1EE64}\u{1EE67}-\u{1EE6A}\u{1EE6C}-\u{1EE72}\u{1EE74}-\u{1EE77}\u{1EE79}-\u{1EE7C}\u{1EE7E}\u{1EE80}-\u{1EE89}\u{1EE8B}-\u{1EE9B}\u{1EEA1}-\u{1EEA3}\u{1EEA5}-\u{1EEA9}\u{1EEAB}-\u{1EEBB}\u{1F100}-\u{1F10A}][\u0300-\u036F\u0483-\u0489\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u065F\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u08D4-\u08E1\u08E3-\u0902\u093A\u093C\u0941-\u0948\u094D\u0951-\u0957\u0962\u0963\u0981\u09BC\u09C1-\u09C4\u09CD\u09E2\u09E3\u0A01\u0A02\u0A3C\u0A41\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A70\u0A71\u0A75\u0A81\u0A82\u0ABC\u0AC1-\u0AC5\u0AC7\u0AC8\u0ACD\u0AE2\u0AE3\u0AFA-\u0AFF\u0B01\u0B3C\u0B3F\u0B41-\u0B44\u0B4D\u0B56\u0B62\u0B63\u0B82\u0BC0\u0BCD\u0C00\u0C3E-\u0C40\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C81\u0CBC\u0CCC\u0CCD\u0CE2\u0CE3\u0D00\u0D01\u0D3B\u0D3C\u0D41-\u0D44\u0D4D\u0D62\u0D63\u0DCA\u0DD2-\u0DD4\u0DD6\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0EB1\u0EB4-\u0EB9\u0EBB\u0EBC\u0EC8-\u0ECD\u0F18\u0F19\u0F35\u0F37\u0F39\u0F71-\u0F7E\u0F80-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102D-\u1030\u1032-\u1037\u1039\u103A\u103D\u103E\u1058\u1059\u105E-\u1060\u1071-\u1074\u1082\u1085\u1086\u108D\u109D\u135D-\u135F\u1712-\u1714\u1732-\u1734\u1752\u1753\u1772\u1773\u17B4\u17B5\u17B7-\u17BD\u17C6\u17C9-\u17D3\u17DD\u180B-\u180D\u1885\u1886\u18A9\u1920-\u1922\u1927\u1928\u1932\u1939-\u193B\u1A17\u1A18\u1A1B\u1A56\u1A58-\u1A5E\u1A60\u1A62\u1A65-\u1A6C\u1A73-\u1A7C\u1A7F\u1AB0-\u1ABE\u1B00-\u1B03\u1B34\u1B36-\u1B3A\u1B3C\u1B42\u1B6B-\u1B73\u1B80\u1B81\u1BA2-\u1BA5\u1BA8\u1BA9\u1BAB-\u1BAD\u1BE6\u1BE8\u1BE9\u1BED\u1BEF-\u1BF1\u1C2C-\u1C33\u1C36\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE0\u1CE2-\u1CE8\u1CED\u1CF4\u1CF8\u1CF9\u1DC0-\u1DF9\u1DFB-\u1DFF\u20D0-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302D\u3099\u309A\uA66F-\uA672\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA825\uA826\uA8C4\uA8C5\uA8E0-\uA8F1\uA926-\uA92D\uA947-\uA951\uA980-\uA982\uA9B3\uA9B6-\uA9B9\uA9BC\uA9E5\uAA29-\uAA2E\uAA31\uAA32\uAA35\uAA36\uAA43\uAA4C\uAA7C\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEC\uAAED\uAAF6\uABE5\uABE8\uABED\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\u{101FD}\u{102E0}\u{10376}-\u{1037A}\u{10A01}-\u{10A03}\u{10A05}\u{10A06}\u{10A0C}-\u{10A0F}\u{10A38}-\u{10A3A}\u{10A3F}\u{10AE5}\u{10AE6}\u{11001}\u{11038}-\u{11046}\u{1107F}-\u{11081}\u{110B3}-\u{110B6}\u{110B9}\u{110BA}\u{11100}-\u{11102}\u{11127}-\u{1112B}\u{1112D}-\u{11134}\u{11173}\u{11180}\u{11181}\u{111B6}-\u{111BE}\u{111CA}-\u{111CC}\u{1122F}-\u{11231}\u{11234}\u{11236}\u{11237}\u{1123E}\u{112DF}\u{112E3}-\u{112EA}\u{11300}\u{11301}\u{1133C}\u{11340}\u{11366}-\u{1136C}\u{11370}-\u{11374}\u{11438}-\u{1143F}\u{11442}-\u{11444}\u{11446}\u{114B3}-\u{114B8}\u{114BA}\u{114BF}\u{114C0}\u{114C2}\u{114C3}\u{115B2}-\u{115B5}\u{115BC}\u{115BD}\u{115BF}\u{115C0}\u{115DC}\u{115DD}\u{11633}-\u{1163A}\u{1163D}\u{1163F}\u{11640}\u{116AB}\u{116AD}\u{116B0}-\u{116B5}\u{116B7}\u{1171D}-\u{1171F}\u{11722}-\u{11725}\u{11727}-\u{1172B}\u{11A01}-\u{11A06}\u{11A09}\u{11A0A}\u{11A33}-\u{11A38}\u{11A3B}-\u{11A3E}\u{11A47}\u{11A51}-\u{11A56}\u{11A59}-\u{11A5B}\u{11A8A}-\u{11A96}\u{11A98}\u{11A99}\u{11C30}-\u{11C36}\u{11C38}-\u{11C3D}\u{11C92}-\u{11CA7}\u{11CAA}-\u{11CB0}\u{11CB2}\u{11CB3}\u{11CB5}\u{11CB6}\u{11D31}-\u{11D36}\u{11D3A}\u{11D3C}\u{11D3D}\u{11D3F}-\u{11D45}\u{11D47}\u{16AF0}-\u{16AF4}\u{16B30}-\u{16B36}\u{16F8F}-\u{16F92}\u{1BC9D}\u{1BC9E}\u{1D167}-\u{1D169}\u{1D17B}-\u{1D182}\u{1D185}-\u{1D18B}\u{1D1AA}-\u{1D1AD}\u{1D242}-\u{1D244}\u{1DA00}-\u{1DA36}\u{1DA3B}-\u{1DA6C}\u{1DA75}\u{1DA84}\u{1DA9B}-\u{1DA9F}\u{1DAA1}-\u{1DAAF}\u{1E000}-\u{1E006}\u{1E008}-\u{1E018}\u{1E01B}-\u{1E021}\u{1E023}\u{1E024}\u{1E026}-\u{1E02A}\u{1E8D0}-\u{1E8D6}\u{1E944}-\u{1E94A}\u{E0100}-\u{E01EF}]*$/u,bidiS4EN:/[0-9\xB2\xB3\xB9\u06F0-\u06F9\u2070\u2074-\u2079\u2080-\u2089\u2488-\u249B\uFF10-\uFF19\u{102E1}-\u{102FB}\u{1D7CE}-\u{1D7FF}\u{1F100}-\u{1F10A}]/u,bidiS4AN:/[\u0600-\u0605\u0660-\u0669\u066B\u066C\u06DD\u08E2\u{10E60}-\u{10E7E}]/u,bidiS5:/^[\0-\x08\x0E-\x1B!-\x84\x86-\u0377\u037A-\u037F\u0384-\u038A\u038C\u038E-\u03A1\u03A3-\u052F\u0531-\u0556\u0559-\u055F\u0561-\u0587\u0589\u058A\u058D-\u058F\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0606\u0607\u0609\u060A\u060C\u060E-\u061A\u064B-\u065F\u066A\u0670\u06D6-\u06DC\u06DE-\u06E4\u06E7-\u06ED\u06F0-\u06F9\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u07F6-\u07F9\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u08D4-\u08E1\u08E3-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09FD\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AF1\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B77\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BFA\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C78-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D00-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4F\u0D54-\u0D63\u0D66-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2-\u0DF4\u0E01-\u0E3A\u0E3F-\u0E5B\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00-\u0F47\u0F49-\u0F6C\u0F71-\u0F97\u0F99-\u0FBC\u0FBE-\u0FCC\u0FCE-\u0FDA\u1000-\u10C5\u10C7\u10CD\u10D0-\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\u135D-\u137C\u1380-\u1399\u13A0-\u13F5\u13F8-\u13FD\u1400-\u167F\u1681-\u169C\u16A0-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1736\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17DD\u17E0-\u17E9\u17F0-\u17F9\u1800-\u180E\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1940\u1944-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u19DE-\u1A1B\u1A1E-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA0-\u1AAD\u1AB0-\u1ABE\u1B00-\u1B4B\u1B50-\u1B7C\u1B80-\u1BF3\u1BFC-\u1C37\u1C3B-\u1C49\u1C4D-\u1C88\u1CC0-\u1CC7\u1CD0-\u1CF9\u1D00-\u1DF9\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FC4\u1FC6-\u1FD3\u1FD6-\u1FDB\u1FDD-\u1FEF\u1FF2-\u1FF4\u1FF6-\u1FFE\u200B-\u200E\u2010-\u2027\u202F-\u205E\u2060-\u2064\u206A-\u2071\u2074-\u208E\u2090-\u209C\u20A0-\u20BF\u20D0-\u20F0\u2100-\u218B\u2190-\u2426\u2440-\u244A\u2460-\u2B73\u2B76-\u2B95\u2B98-\u2BB9\u2BBD-\u2BC8\u2BCA-\u2BD2\u2BEC-\u2BEF\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CF3\u2CF9-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D70\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2E49\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFB\u3001-\u303F\u3041-\u3096\u3099-\u30FF\u3105-\u312E\u3131-\u318E\u3190-\u31BA\u31C0-\u31E3\u31F0-\u321E\u3220-\u32FE\u3300-\u4DB5\u4DC0-\u9FEA\uA000-\uA48C\uA490-\uA4C6\uA4D0-\uA62B\uA640-\uA6F7\uA700-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA82B\uA830-\uA839\uA840-\uA877\uA880-\uA8C5\uA8CE-\uA8D9\uA8E0-\uA8FD\uA900-\uA953\uA95F-\uA97C\uA980-\uA9CD\uA9CF-\uA9D9\uA9DE-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA5C-\uAAC2\uAADB-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB65\uAB70-\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uD800-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1E\uFB29\uFD3E\uFD3F\uFDFD\uFE00-\uFE19\uFE20-\uFE52\uFE54-\uFE66\uFE68-\uFE6B\uFEFF\uFF01-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFF9-\uFFFD\u{10000}-\u{1000B}\u{1000D}-\u{10026}\u{10028}-\u{1003A}\u{1003C}\u{1003D}\u{1003F}-\u{1004D}\u{10050}-\u{1005D}\u{10080}-\u{100FA}\u{10100}-\u{10102}\u{10107}-\u{10133}\u{10137}-\u{1018E}\u{10190}-\u{1019B}\u{101A0}\u{101D0}-\u{101FD}\u{10280}-\u{1029C}\u{102A0}-\u{102D0}\u{102E0}-\u{102FB}\u{10300}-\u{10323}\u{1032D}-\u{1034A}\u{10350}-\u{1037A}\u{10380}-\u{1039D}\u{1039F}-\u{103C3}\u{103C8}-\u{103D5}\u{10400}-\u{1049D}\u{104A0}-\u{104A9}\u{104B0}-\u{104D3}\u{104D8}-\u{104FB}\u{10500}-\u{10527}\u{10530}-\u{10563}\u{1056F}\u{10600}-\u{10736}\u{10740}-\u{10755}\u{10760}-\u{10767}\u{1091F}\u{10A01}-\u{10A03}\u{10A05}\u{10A06}\u{10A0C}-\u{10A0F}\u{10A38}-\u{10A3A}\u{10A3F}\u{10AE5}\u{10AE6}\u{10B39}-\u{10B3F}\u{11000}-\u{1104D}\u{11052}-\u{1106F}\u{1107F}-\u{110C1}\u{110D0}-\u{110E8}\u{110F0}-\u{110F9}\u{11100}-\u{11134}\u{11136}-\u{11143}\u{11150}-\u{11176}\u{11180}-\u{111CD}\u{111D0}-\u{111DF}\u{111E1}-\u{111F4}\u{11200}-\u{11211}\u{11213}-\u{1123E}\u{11280}-\u{11286}\u{11288}\u{1128A}-\u{1128D}\u{1128F}-\u{1129D}\u{1129F}-\u{112A9}\u{112B0}-\u{112EA}\u{112F0}-\u{112F9}\u{11300}-\u{11303}\u{11305}-\u{1130C}\u{1130F}\u{11310}\u{11313}-\u{11328}\u{1132A}-\u{11330}\u{11332}\u{11333}\u{11335}-\u{11339}\u{1133C}-\u{11344}\u{11347}\u{11348}\u{1134B}-\u{1134D}\u{11350}\u{11357}\u{1135D}-\u{11363}\u{11366}-\u{1136C}\u{11370}-\u{11374}\u{11400}-\u{11459}\u{1145B}\u{1145D}\u{11480}-\u{114C7}\u{114D0}-\u{114D9}\u{11580}-\u{115B5}\u{115B8}-\u{115DD}\u{11600}-\u{11644}\u{11650}-\u{11659}\u{11660}-\u{1166C}\u{11680}-\u{116B7}\u{116C0}-\u{116C9}\u{11700}-\u{11719}\u{1171D}-\u{1172B}\u{11730}-\u{1173F}\u{118A0}-\u{118F2}\u{118FF}\u{11A00}-\u{11A47}\u{11A50}-\u{11A83}\u{11A86}-\u{11A9C}\u{11A9E}-\u{11AA2}\u{11AC0}-\u{11AF8}\u{11C00}-\u{11C08}\u{11C0A}-\u{11C36}\u{11C38}-\u{11C45}\u{11C50}-\u{11C6C}\u{11C70}-\u{11C8F}\u{11C92}-\u{11CA7}\u{11CA9}-\u{11CB6}\u{11D00}-\u{11D06}\u{11D08}\u{11D09}\u{11D0B}-\u{11D36}\u{11D3A}\u{11D3C}\u{11D3D}\u{11D3F}-\u{11D47}\u{11D50}-\u{11D59}\u{12000}-\u{12399}\u{12400}-\u{1246E}\u{12470}-\u{12474}\u{12480}-\u{12543}\u{13000}-\u{1342E}\u{14400}-\u{14646}\u{16800}-\u{16A38}\u{16A40}-\u{16A5E}\u{16A60}-\u{16A69}\u{16A6E}\u{16A6F}\u{16AD0}-\u{16AED}\u{16AF0}-\u{16AF5}\u{16B00}-\u{16B45}\u{16B50}-\u{16B59}\u{16B5B}-\u{16B61}\u{16B63}-\u{16B77}\u{16B7D}-\u{16B8F}\u{16F00}-\u{16F44}\u{16F50}-\u{16F7E}\u{16F8F}-\u{16F9F}\u{16FE0}\u{16FE1}\u{17000}-\u{187EC}\u{18800}-\u{18AF2}\u{1B000}-\u{1B11E}\u{1B170}-\u{1B2FB}\u{1BC00}-\u{1BC6A}\u{1BC70}-\u{1BC7C}\u{1BC80}-\u{1BC88}\u{1BC90}-\u{1BC99}\u{1BC9C}-\u{1BCA3}\u{1D000}-\u{1D0F5}\u{1D100}-\u{1D126}\u{1D129}-\u{1D1E8}\u{1D200}-\u{1D245}\u{1D300}-\u{1D356}\u{1D360}-\u{1D371}\u{1D400}-\u{1D454}\u{1D456}-\u{1D49C}\u{1D49E}\u{1D49F}\u{1D4A2}\u{1D4A5}\u{1D4A6}\u{1D4A9}-\u{1D4AC}\u{1D4AE}-\u{1D4B9}\u{1D4BB}\u{1D4BD}-\u{1D4C3}\u{1D4C5}-\u{1D505}\u{1D507}-\u{1D50A}\u{1D50D}-\u{1D514}\u{1D516}-\u{1D51C}\u{1D51E}-\u{1D539}\u{1D53B}-\u{1D53E}\u{1D540}-\u{1D544}\u{1D546}\u{1D54A}-\u{1D550}\u{1D552}-\u{1D6A5}\u{1D6A8}-\u{1D7CB}\u{1D7CE}-\u{1DA8B}\u{1DA9B}-\u{1DA9F}\u{1DAA1}-\u{1DAAF}\u{1E000}-\u{1E006}\u{1E008}-\u{1E018}\u{1E01B}-\u{1E021}\u{1E023}\u{1E024}\u{1E026}-\u{1E02A}\u{1E8D0}-\u{1E8D6}\u{1E944}-\u{1E94A}\u{1EEF0}\u{1EEF1}\u{1F000}-\u{1F02B}\u{1F030}-\u{1F093}\u{1F0A0}-\u{1F0AE}\u{1F0B1}-\u{1F0BF}\u{1F0C1}-\u{1F0CF}\u{1F0D1}-\u{1F0F5}\u{1F100}-\u{1F10C}\u{1F110}-\u{1F12E}\u{1F130}-\u{1F16B}\u{1F170}-\u{1F1AC}\u{1F1E6}-\u{1F202}\u{1F210}-\u{1F23B}\u{1F240}-\u{1F248}\u{1F250}\u{1F251}\u{1F260}-\u{1F265}\u{1F300}-\u{1F6D4}\u{1F6E0}-\u{1F6EC}\u{1F6F0}-\u{1F6F8}\u{1F700}-\u{1F773}\u{1F780}-\u{1F7D4}\u{1F800}-\u{1F80B}\u{1F810}-\u{1F847}\u{1F850}-\u{1F859}\u{1F860}-\u{1F887}\u{1F890}-\u{1F8AD}\u{1F900}-\u{1F90B}\u{1F910}-\u{1F93E}\u{1F940}-\u{1F94C}\u{1F950}-\u{1F96B}\u{1F980}-\u{1F997}\u{1F9C0}\u{1F9D0}-\u{1F9E6}\u{20000}-\u{2A6D6}\u{2A700}-\u{2B734}\u{2B740}-\u{2B81D}\u{2B820}-\u{2CEA1}\u{2CEB0}-\u{2EBE0}\u{2F800}-\u{2FA1D}\u{E0001}\u{E0020}-\u{E007F}\u{E0100}-\u{E01EF}\u{F0000}-\u{FFFFD}\u{100000}-\u{10FFFD}]*$/u,bidiS6:/[0-9A-Za-z\xAA\xB2\xB3\xB5\xB9\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02B8\u02BB-\u02C1\u02D0\u02D1\u02E0-\u02E4\u02EE\u0370-\u0373\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0482\u048A-\u052F\u0531-\u0556\u0559-\u055F\u0561-\u0587\u0589\u06F0-\u06F9\u0903-\u0939\u093B\u093D-\u0940\u0949-\u094C\u094E-\u0950\u0958-\u0961\u0964-\u0980\u0982\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD-\u09C0\u09C7\u09C8\u09CB\u09CC\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E1\u09E6-\u09F1\u09F4-\u09FA\u09FC\u09FD\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3E-\u0A40\u0A59-\u0A5C\u0A5E\u0A66-\u0A6F\u0A72-\u0A74\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD-\u0AC0\u0AC9\u0ACB\u0ACC\u0AD0\u0AE0\u0AE1\u0AE6-\u0AF0\u0AF9\u0B02\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B3E\u0B40\u0B47\u0B48\u0B4B\u0B4C\u0B57\u0B5C\u0B5D\u0B5F-\u0B61\u0B66-\u0B77\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE\u0BBF\u0BC1\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCC\u0BD0\u0BD7\u0BE6-\u0BF2\u0C01-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C41-\u0C44\u0C58-\u0C5A\u0C60\u0C61\u0C66-\u0C6F\u0C7F\u0C80\u0C82\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD-\u0CC4\u0CC6-\u0CC8\u0CCA\u0CCB\u0CD5\u0CD6\u0CDE\u0CE0\u0CE1\u0CE6-\u0CEF\u0CF1\u0CF2\u0D02\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D-\u0D40\u0D46-\u0D48\u0D4A-\u0D4C\u0D4E\u0D4F\u0D54-\u0D61\u0D66-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCF-\u0DD1\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2-\u0DF4\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E4F-\u0E5B\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00-\u0F17\u0F1A-\u0F34\u0F36\u0F38\u0F3E-\u0F47\u0F49-\u0F6C\u0F7F\u0F85\u0F88-\u0F8C\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE-\u0FDA\u1000-\u102C\u1031\u1038\u103B\u103C\u103F-\u1057\u105A-\u105D\u1061-\u1070\u1075-\u1081\u1083\u1084\u1087-\u108C\u108E-\u109C\u109E-\u10C5\u10C7\u10CD\u10D0-\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\u1360-\u137C\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u167F\u1681-\u169A\u16A0-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1735\u1736\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17B6\u17BE-\u17C5\u17C7\u17C8\u17D4-\u17DA\u17DC\u17E0-\u17E9\u1810-\u1819\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1923-\u1926\u1929-\u192B\u1930\u1931\u1933-\u1938\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A16\u1A19\u1A1A\u1A1E-\u1A55\u1A57\u1A61\u1A63\u1A64\u1A6D-\u1A72\u1A80-\u1A89\u1A90-\u1A99\u1AA0-\u1AAD\u1B04-\u1B33\u1B35\u1B3B\u1B3D-\u1B41\u1B43-\u1B4B\u1B50-\u1B6A\u1B74-\u1B7C\u1B82-\u1BA1\u1BA6\u1BA7\u1BAA\u1BAE-\u1BE5\u1BE7\u1BEA-\u1BEC\u1BEE\u1BF2\u1BF3\u1BFC-\u1C2B\u1C34\u1C35\u1C3B-\u1C49\u1C4D-\u1C88\u1CC0-\u1CC7\u1CD3\u1CE1\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5-\u1CF7\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\u200E\u2070\u2071\u2074-\u2079\u207F-\u2089\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u214F\u2160-\u2188\u2336-\u237A\u2395\u2488-\u24E9\u26AC\u2800-\u28FF\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D70\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u302E\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u3190-\u31BA\u31F0-\u321C\u3220-\u324F\u3260-\u327B\u327F-\u32B0\u32C0-\u32CB\u32D0-\u32FE\u3300-\u3376\u337B-\u33DD\u33E0-\u33FE\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA60C\uA610-\uA62B\uA640-\uA66E\uA680-\uA69D\uA6A0-\uA6EF\uA6F2-\uA6F7\uA722-\uA787\uA789-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA824\uA827\uA830-\uA837\uA840-\uA873\uA880-\uA8C3\uA8CE-\uA8D9\uA8F2-\uA8FD\uA900-\uA925\uA92E-\uA946\uA952\uA953\uA95F-\uA97C\uA983-\uA9B2\uA9B4\uA9B5\uA9BA\uA9BB\uA9BD-\uA9CD\uA9CF-\uA9D9\uA9DE-\uA9E4\uA9E6-\uA9FE\uAA00-\uAA28\uAA2F\uAA30\uAA33\uAA34\uAA40-\uAA42\uAA44-\uAA4B\uAA4D\uAA50-\uAA59\uAA5C-\uAA7B\uAA7D-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAAEB\uAAEE-\uAAF5\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB65\uAB70-\uABE4\uABE6\uABE7\uABE9-\uABEC\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uD800-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFF10-\uFF19\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC\u{10000}-\u{1000B}\u{1000D}-\u{10026}\u{10028}-\u{1003A}\u{1003C}\u{1003D}\u{1003F}-\u{1004D}\u{10050}-\u{1005D}\u{10080}-\u{100FA}\u{10100}\u{10102}\u{10107}-\u{10133}\u{10137}-\u{1013F}\u{1018D}\u{1018E}\u{101D0}-\u{101FC}\u{10280}-\u{1029C}\u{102A0}-\u{102D0}\u{102E1}-\u{102FB}\u{10300}-\u{10323}\u{1032D}-\u{1034A}\u{10350}-\u{10375}\u{10380}-\u{1039D}\u{1039F}-\u{103C3}\u{103C8}-\u{103D5}\u{10400}-\u{1049D}\u{104A0}-\u{104A9}\u{104B0}-\u{104D3}\u{104D8}-\u{104FB}\u{10500}-\u{10527}\u{10530}-\u{10563}\u{1056F}\u{10600}-\u{10736}\u{10740}-\u{10755}\u{10760}-\u{10767}\u{11000}\u{11002}-\u{11037}\u{11047}-\u{1104D}\u{11066}-\u{1106F}\u{11082}-\u{110B2}\u{110B7}\u{110B8}\u{110BB}-\u{110C1}\u{110D0}-\u{110E8}\u{110F0}-\u{110F9}\u{11103}-\u{11126}\u{1112C}\u{11136}-\u{11143}\u{11150}-\u{11172}\u{11174}-\u{11176}\u{11182}-\u{111B5}\u{111BF}-\u{111C9}\u{111CD}\u{111D0}-\u{111DF}\u{111E1}-\u{111F4}\u{11200}-\u{11211}\u{11213}-\u{1122E}\u{11232}\u{11233}\u{11235}\u{11238}-\u{1123D}\u{11280}-\u{11286}\u{11288}\u{1128A}-\u{1128D}\u{1128F}-\u{1129D}\u{1129F}-\u{112A9}\u{112B0}-\u{112DE}\u{112E0}-\u{112E2}\u{112F0}-\u{112F9}\u{11302}\u{11303}\u{11305}-\u{1130C}\u{1130F}\u{11310}\u{11313}-\u{11328}\u{1132A}-\u{11330}\u{11332}\u{11333}\u{11335}-\u{11339}\u{1133D}-\u{1133F}\u{11341}-\u{11344}\u{11347}\u{11348}\u{1134B}-\u{1134D}\u{11350}\u{11357}\u{1135D}-\u{11363}\u{11400}-\u{11437}\u{11440}\u{11441}\u{11445}\u{11447}-\u{11459}\u{1145B}\u{1145D}\u{11480}-\u{114B2}\u{114B9}\u{114BB}-\u{114BE}\u{114C1}\u{114C4}-\u{114C7}\u{114D0}-\u{114D9}\u{11580}-\u{115B1}\u{115B8}-\u{115BB}\u{115BE}\u{115C1}-\u{115DB}\u{11600}-\u{11632}\u{1163B}\u{1163C}\u{1163E}\u{11641}-\u{11644}\u{11650}-\u{11659}\u{11680}-\u{116AA}\u{116AC}\u{116AE}\u{116AF}\u{116B6}\u{116C0}-\u{116C9}\u{11700}-\u{11719}\u{11720}\u{11721}\u{11726}\u{11730}-\u{1173F}\u{118A0}-\u{118F2}\u{118FF}\u{11A00}\u{11A07}\u{11A08}\u{11A0B}-\u{11A32}\u{11A39}\u{11A3A}\u{11A3F}-\u{11A46}\u{11A50}\u{11A57}\u{11A58}\u{11A5C}-\u{11A83}\u{11A86}-\u{11A89}\u{11A97}\u{11A9A}-\u{11A9C}\u{11A9E}-\u{11AA2}\u{11AC0}-\u{11AF8}\u{11C00}-\u{11C08}\u{11C0A}-\u{11C2F}\u{11C3E}-\u{11C45}\u{11C50}-\u{11C6C}\u{11C70}-\u{11C8F}\u{11CA9}\u{11CB1}\u{11CB4}\u{11D00}-\u{11D06}\u{11D08}\u{11D09}\u{11D0B}-\u{11D30}\u{11D46}\u{11D50}-\u{11D59}\u{12000}-\u{12399}\u{12400}-\u{1246E}\u{12470}-\u{12474}\u{12480}-\u{12543}\u{13000}-\u{1342E}\u{14400}-\u{14646}\u{16800}-\u{16A38}\u{16A40}-\u{16A5E}\u{16A60}-\u{16A69}\u{16A6E}\u{16A6F}\u{16AD0}-\u{16AED}\u{16AF5}\u{16B00}-\u{16B2F}\u{16B37}-\u{16B45}\u{16B50}-\u{16B59}\u{16B5B}-\u{16B61}\u{16B63}-\u{16B77}\u{16B7D}-\u{16B8F}\u{16F00}-\u{16F44}\u{16F50}-\u{16F7E}\u{16F93}-\u{16F9F}\u{16FE0}\u{16FE1}\u{17000}-\u{187EC}\u{18800}-\u{18AF2}\u{1B000}-\u{1B11E}\u{1B170}-\u{1B2FB}\u{1BC00}-\u{1BC6A}\u{1BC70}-\u{1BC7C}\u{1BC80}-\u{1BC88}\u{1BC90}-\u{1BC99}\u{1BC9C}\u{1BC9F}\u{1D000}-\u{1D0F5}\u{1D100}-\u{1D126}\u{1D129}-\u{1D166}\u{1D16A}-\u{1D172}\u{1D183}\u{1D184}\u{1D18C}-\u{1D1A9}\u{1D1AE}-\u{1D1E8}\u{1D360}-\u{1D371}\u{1D400}-\u{1D454}\u{1D456}-\u{1D49C}\u{1D49E}\u{1D49F}\u{1D4A2}\u{1D4A5}\u{1D4A6}\u{1D4A9}-\u{1D4AC}\u{1D4AE}-\u{1D4B9}\u{1D4BB}\u{1D4BD}-\u{1D4C3}\u{1D4C5}-\u{1D505}\u{1D507}-\u{1D50A}\u{1D50D}-\u{1D514}\u{1D516}-\u{1D51C}\u{1D51E}-\u{1D539}\u{1D53B}-\u{1D53E}\u{1D540}-\u{1D544}\u{1D546}\u{1D54A}-\u{1D550}\u{1D552}-\u{1D6A5}\u{1D6A8}-\u{1D6DA}\u{1D6DC}-\u{1D714}\u{1D716}-\u{1D74E}\u{1D750}-\u{1D788}\u{1D78A}-\u{1D7C2}\u{1D7C4}-\u{1D7CB}\u{1D7CE}-\u{1D9FF}\u{1DA37}-\u{1DA3A}\u{1DA6D}-\u{1DA74}\u{1DA76}-\u{1DA83}\u{1DA85}-\u{1DA8B}\u{1F100}-\u{1F10A}\u{1F110}-\u{1F12E}\u{1F130}-\u{1F169}\u{1F170}-\u{1F1AC}\u{1F1E6}-\u{1F202}\u{1F210}-\u{1F23B}\u{1F240}-\u{1F248}\u{1F250}\u{1F251}\u{20000}-\u{2A6D6}\u{2A700}-\u{2B734}\u{2B740}-\u{2B81D}\u{2B820}-\u{2CEA1}\u{2CEB0}-\u{2EBE0}\u{2F800}-\u{2FA1D}\u{F0000}-\u{FFFFD}\u{100000}-\u{10FFFD}][\u0300-\u036F\u0483-\u0489\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u065F\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u08D4-\u08E1\u08E3-\u0902\u093A\u093C\u0941-\u0948\u094D\u0951-\u0957\u0962\u0963\u0981\u09BC\u09C1-\u09C4\u09CD\u09E2\u09E3\u0A01\u0A02\u0A3C\u0A41\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A70\u0A71\u0A75\u0A81\u0A82\u0ABC\u0AC1-\u0AC5\u0AC7\u0AC8\u0ACD\u0AE2\u0AE3\u0AFA-\u0AFF\u0B01\u0B3C\u0B3F\u0B41-\u0B44\u0B4D\u0B56\u0B62\u0B63\u0B82\u0BC0\u0BCD\u0C00\u0C3E-\u0C40\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C81\u0CBC\u0CCC\u0CCD\u0CE2\u0CE3\u0D00\u0D01\u0D3B\u0D3C\u0D41-\u0D44\u0D4D\u0D62\u0D63\u0DCA\u0DD2-\u0DD4\u0DD6\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0EB1\u0EB4-\u0EB9\u0EBB\u0EBC\u0EC8-\u0ECD\u0F18\u0F19\u0F35\u0F37\u0F39\u0F71-\u0F7E\u0F80-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102D-\u1030\u1032-\u1037\u1039\u103A\u103D\u103E\u1058\u1059\u105E-\u1060\u1071-\u1074\u1082\u1085\u1086\u108D\u109D\u135D-\u135F\u1712-\u1714\u1732-\u1734\u1752\u1753\u1772\u1773\u17B4\u17B5\u17B7-\u17BD\u17C6\u17C9-\u17D3\u17DD\u180B-\u180D\u1885\u1886\u18A9\u1920-\u1922\u1927\u1928\u1932\u1939-\u193B\u1A17\u1A18\u1A1B\u1A56\u1A58-\u1A5E\u1A60\u1A62\u1A65-\u1A6C\u1A73-\u1A7C\u1A7F\u1AB0-\u1ABE\u1B00-\u1B03\u1B34\u1B36-\u1B3A\u1B3C\u1B42\u1B6B-\u1B73\u1B80\u1B81\u1BA2-\u1BA5\u1BA8\u1BA9\u1BAB-\u1BAD\u1BE6\u1BE8\u1BE9\u1BED\u1BEF-\u1BF1\u1C2C-\u1C33\u1C36\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE0\u1CE2-\u1CE8\u1CED\u1CF4\u1CF8\u1CF9\u1DC0-\u1DF9\u1DFB-\u1DFF\u20D0-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302D\u3099\u309A\uA66F-\uA672\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA825\uA826\uA8C4\uA8C5\uA8E0-\uA8F1\uA926-\uA92D\uA947-\uA951\uA980-\uA982\uA9B3\uA9B6-\uA9B9\uA9BC\uA9E5\uAA29-\uAA2E\uAA31\uAA32\uAA35\uAA36\uAA43\uAA4C\uAA7C\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEC\uAAED\uAAF6\uABE5\uABE8\uABED\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\u{101FD}\u{102E0}\u{10376}-\u{1037A}\u{10A01}-\u{10A03}\u{10A05}\u{10A06}\u{10A0C}-\u{10A0F}\u{10A38}-\u{10A3A}\u{10A3F}\u{10AE5}\u{10AE6}\u{11001}\u{11038}-\u{11046}\u{1107F}-\u{11081}\u{110B3}-\u{110B6}\u{110B9}\u{110BA}\u{11100}-\u{11102}\u{11127}-\u{1112B}\u{1112D}-\u{11134}\u{11173}\u{11180}\u{11181}\u{111B6}-\u{111BE}\u{111CA}-\u{111CC}\u{1122F}-\u{11231}\u{11234}\u{11236}\u{11237}\u{1123E}\u{112DF}\u{112E3}-\u{112EA}\u{11300}\u{11301}\u{1133C}\u{11340}\u{11366}-\u{1136C}\u{11370}-\u{11374}\u{11438}-\u{1143F}\u{11442}-\u{11444}\u{11446}\u{114B3}-\u{114B8}\u{114BA}\u{114BF}\u{114C0}\u{114C2}\u{114C3}\u{115B2}-\u{115B5}\u{115BC}\u{115BD}\u{115BF}\u{115C0}\u{115DC}\u{115DD}\u{11633}-\u{1163A}\u{1163D}\u{1163F}\u{11640}\u{116AB}\u{116AD}\u{116B0}-\u{116B5}\u{116B7}\u{1171D}-\u{1171F}\u{11722}-\u{11725}\u{11727}-\u{1172B}\u{11A01}-\u{11A06}\u{11A09}\u{11A0A}\u{11A33}-\u{11A38}\u{11A3B}-\u{11A3E}\u{11A47}\u{11A51}-\u{11A56}\u{11A59}-\u{11A5B}\u{11A8A}-\u{11A96}\u{11A98}\u{11A99}\u{11C30}-\u{11C36}\u{11C38}-\u{11C3D}\u{11C92}-\u{11CA7}\u{11CAA}-\u{11CB0}\u{11CB2}\u{11CB3}\u{11CB5}\u{11CB6}\u{11D31}-\u{11D36}\u{11D3A}\u{11D3C}\u{11D3D}\u{11D3F}-\u{11D45}\u{11D47}\u{16AF0}-\u{16AF4}\u{16B30}-\u{16B36}\u{16F8F}-\u{16F92}\u{1BC9D}\u{1BC9E}\u{1D167}-\u{1D169}\u{1D17B}-\u{1D182}\u{1D185}-\u{1D18B}\u{1D1AA}-\u{1D1AD}\u{1D242}-\u{1D244}\u{1DA00}-\u{1DA36}\u{1DA3B}-\u{1DA6C}\u{1DA75}\u{1DA84}\u{1DA9B}-\u{1DA9F}\u{1DAA1}-\u{1DAAF}\u{1E000}-\u{1E006}\u{1E008}-\u{1E018}\u{1E01B}-\u{1E021}\u{1E023}\u{1E024}\u{1E026}-\u{1E02A}\u{1E8D0}-\u{1E8D6}\u{1E944}-\u{1E94A}\u{E0100}-\u{E01EF}]*$/u}},function(e){e.exports=JSON.parse('[[[0,44],"disallowed_STD3_valid"],[[45,46],"valid"],[[47,47],"disallowed_STD3_valid"],[[48,57],"valid"],[[58,64],"disallowed_STD3_valid"],[[65,65],"mapped","a"],[[66,66],"mapped","b"],[[67,67],"mapped","c"],[[68,68],"mapped","d"],[[69,69],"mapped","e"],[[70,70],"mapped","f"],[[71,71],"mapped","g"],[[72,72],"mapped","h"],[[73,73],"mapped","i"],[[74,74],"mapped","j"],[[75,75],"mapped","k"],[[76,76],"mapped","l"],[[77,77],"mapped","m"],[[78,78],"mapped","n"],[[79,79],"mapped","o"],[[80,80],"mapped","p"],[[81,81],"mapped","q"],[[82,82],"mapped","r"],[[83,83],"mapped","s"],[[84,84],"mapped","t"],[[85,85],"mapped","u"],[[86,86],"mapped","v"],[[87,87],"mapped","w"],[[88,88],"mapped","x"],[[89,89],"mapped","y"],[[90,90],"mapped","z"],[[91,96],"disallowed_STD3_valid"],[[97,122],"valid"],[[123,127],"disallowed_STD3_valid"],[[128,159],"disallowed"],[[160,160],"disallowed_STD3_mapped"," "],[[161,167],"valid","","NV8"],[[168,168],"disallowed_STD3_mapped"," ̈"],[[169,169],"valid","","NV8"],[[170,170],"mapped","a"],[[171,172],"valid","","NV8"],[[173,173],"ignored"],[[174,174],"valid","","NV8"],[[175,175],"disallowed_STD3_mapped"," ̄"],[[176,177],"valid","","NV8"],[[178,178],"mapped","2"],[[179,179],"mapped","3"],[[180,180],"disallowed_STD3_mapped"," ́"],[[181,181],"mapped","μ"],[[182,182],"valid","","NV8"],[[183,183],"valid"],[[184,184],"disallowed_STD3_mapped"," ̧"],[[185,185],"mapped","1"],[[186,186],"mapped","o"],[[187,187],"valid","","NV8"],[[188,188],"mapped","1⁄4"],[[189,189],"mapped","1⁄2"],[[190,190],"mapped","3⁄4"],[[191,191],"valid","","NV8"],[[192,192],"mapped","à"],[[193,193],"mapped","á"],[[194,194],"mapped","â"],[[195,195],"mapped","ã"],[[196,196],"mapped","ä"],[[197,197],"mapped","å"],[[198,198],"mapped","æ"],[[199,199],"mapped","ç"],[[200,200],"mapped","è"],[[201,201],"mapped","é"],[[202,202],"mapped","ê"],[[203,203],"mapped","ë"],[[204,204],"mapped","ì"],[[205,205],"mapped","í"],[[206,206],"mapped","î"],[[207,207],"mapped","ï"],[[208,208],"mapped","ð"],[[209,209],"mapped","ñ"],[[210,210],"mapped","ò"],[[211,211],"mapped","ó"],[[212,212],"mapped","ô"],[[213,213],"mapped","õ"],[[214,214],"mapped","ö"],[[215,215],"valid","","NV8"],[[216,216],"mapped","ø"],[[217,217],"mapped","ù"],[[218,218],"mapped","ú"],[[219,219],"mapped","û"],[[220,220],"mapped","ü"],[[221,221],"mapped","ý"],[[222,222],"mapped","þ"],[[223,223],"deviation","ss"],[[224,246],"valid"],[[247,247],"valid","","NV8"],[[248,255],"valid"],[[256,256],"mapped","ā"],[[257,257],"valid"],[[258,258],"mapped","ă"],[[259,259],"valid"],[[260,260],"mapped","ą"],[[261,261],"valid"],[[262,262],"mapped","ć"],[[263,263],"valid"],[[264,264],"mapped","ĉ"],[[265,265],"valid"],[[266,266],"mapped","ċ"],[[267,267],"valid"],[[268,268],"mapped","č"],[[269,269],"valid"],[[270,270],"mapped","ď"],[[271,271],"valid"],[[272,272],"mapped","đ"],[[273,273],"valid"],[[274,274],"mapped","ē"],[[275,275],"valid"],[[276,276],"mapped","ĕ"],[[277,277],"valid"],[[278,278],"mapped","ė"],[[279,279],"valid"],[[280,280],"mapped","ę"],[[281,281],"valid"],[[282,282],"mapped","ě"],[[283,283],"valid"],[[284,284],"mapped","ĝ"],[[285,285],"valid"],[[286,286],"mapped","ğ"],[[287,287],"valid"],[[288,288],"mapped","ġ"],[[289,289],"valid"],[[290,290],"mapped","ģ"],[[291,291],"valid"],[[292,292],"mapped","ĥ"],[[293,293],"valid"],[[294,294],"mapped","ħ"],[[295,295],"valid"],[[296,296],"mapped","ĩ"],[[297,297],"valid"],[[298,298],"mapped","ī"],[[299,299],"valid"],[[300,300],"mapped","ĭ"],[[301,301],"valid"],[[302,302],"mapped","į"],[[303,303],"valid"],[[304,304],"mapped","i̇"],[[305,305],"valid"],[[306,307],"mapped","ij"],[[308,308],"mapped","ĵ"],[[309,309],"valid"],[[310,310],"mapped","ķ"],[[311,312],"valid"],[[313,313],"mapped","ĺ"],[[314,314],"valid"],[[315,315],"mapped","ļ"],[[316,316],"valid"],[[317,317],"mapped","ľ"],[[318,318],"valid"],[[319,320],"mapped","l·"],[[321,321],"mapped","ł"],[[322,322],"valid"],[[323,323],"mapped","ń"],[[324,324],"valid"],[[325,325],"mapped","ņ"],[[326,326],"valid"],[[327,327],"mapped","ň"],[[328,328],"valid"],[[329,329],"mapped","ʼn"],[[330,330],"mapped","ŋ"],[[331,331],"valid"],[[332,332],"mapped","ō"],[[333,333],"valid"],[[334,334],"mapped","ŏ"],[[335,335],"valid"],[[336,336],"mapped","ő"],[[337,337],"valid"],[[338,338],"mapped","œ"],[[339,339],"valid"],[[340,340],"mapped","ŕ"],[[341,341],"valid"],[[342,342],"mapped","ŗ"],[[343,343],"valid"],[[344,344],"mapped","ř"],[[345,345],"valid"],[[346,346],"mapped","ś"],[[347,347],"valid"],[[348,348],"mapped","ŝ"],[[349,349],"valid"],[[350,350],"mapped","ş"],[[351,351],"valid"],[[352,352],"mapped","š"],[[353,353],"valid"],[[354,354],"mapped","ţ"],[[355,355],"valid"],[[356,356],"mapped","ť"],[[357,357],"valid"],[[358,358],"mapped","ŧ"],[[359,359],"valid"],[[360,360],"mapped","ũ"],[[361,361],"valid"],[[362,362],"mapped","ū"],[[363,363],"valid"],[[364,364],"mapped","ŭ"],[[365,365],"valid"],[[366,366],"mapped","ů"],[[367,367],"valid"],[[368,368],"mapped","ű"],[[369,369],"valid"],[[370,370],"mapped","ų"],[[371,371],"valid"],[[372,372],"mapped","ŵ"],[[373,373],"valid"],[[374,374],"mapped","ŷ"],[[375,375],"valid"],[[376,376],"mapped","ÿ"],[[377,377],"mapped","ź"],[[378,378],"valid"],[[379,379],"mapped","ż"],[[380,380],"valid"],[[381,381],"mapped","ž"],[[382,382],"valid"],[[383,383],"mapped","s"],[[384,384],"valid"],[[385,385],"mapped","ɓ"],[[386,386],"mapped","ƃ"],[[387,387],"valid"],[[388,388],"mapped","ƅ"],[[389,389],"valid"],[[390,390],"mapped","ɔ"],[[391,391],"mapped","ƈ"],[[392,392],"valid"],[[393,393],"mapped","ɖ"],[[394,394],"mapped","ɗ"],[[395,395],"mapped","ƌ"],[[396,397],"valid"],[[398,398],"mapped","ǝ"],[[399,399],"mapped","ə"],[[400,400],"mapped","ɛ"],[[401,401],"mapped","ƒ"],[[402,402],"valid"],[[403,403],"mapped","ɠ"],[[404,404],"mapped","ɣ"],[[405,405],"valid"],[[406,406],"mapped","ɩ"],[[407,407],"mapped","ɨ"],[[408,408],"mapped","ƙ"],[[409,411],"valid"],[[412,412],"mapped","ɯ"],[[413,413],"mapped","ɲ"],[[414,414],"valid"],[[415,415],"mapped","ɵ"],[[416,416],"mapped","ơ"],[[417,417],"valid"],[[418,418],"mapped","ƣ"],[[419,419],"valid"],[[420,420],"mapped","ƥ"],[[421,421],"valid"],[[422,422],"mapped","ʀ"],[[423,423],"mapped","ƨ"],[[424,424],"valid"],[[425,425],"mapped","ʃ"],[[426,427],"valid"],[[428,428],"mapped","ƭ"],[[429,429],"valid"],[[430,430],"mapped","ʈ"],[[431,431],"mapped","ư"],[[432,432],"valid"],[[433,433],"mapped","ʊ"],[[434,434],"mapped","ʋ"],[[435,435],"mapped","ƴ"],[[436,436],"valid"],[[437,437],"mapped","ƶ"],[[438,438],"valid"],[[439,439],"mapped","ʒ"],[[440,440],"mapped","ƹ"],[[441,443],"valid"],[[444,444],"mapped","ƽ"],[[445,451],"valid"],[[452,454],"mapped","dž"],[[455,457],"mapped","lj"],[[458,460],"mapped","nj"],[[461,461],"mapped","ǎ"],[[462,462],"valid"],[[463,463],"mapped","ǐ"],[[464,464],"valid"],[[465,465],"mapped","ǒ"],[[466,466],"valid"],[[467,467],"mapped","ǔ"],[[468,468],"valid"],[[469,469],"mapped","ǖ"],[[470,470],"valid"],[[471,471],"mapped","ǘ"],[[472,472],"valid"],[[473,473],"mapped","ǚ"],[[474,474],"valid"],[[475,475],"mapped","ǜ"],[[476,477],"valid"],[[478,478],"mapped","ǟ"],[[479,479],"valid"],[[480,480],"mapped","ǡ"],[[481,481],"valid"],[[482,482],"mapped","ǣ"],[[483,483],"valid"],[[484,484],"mapped","ǥ"],[[485,485],"valid"],[[486,486],"mapped","ǧ"],[[487,487],"valid"],[[488,488],"mapped","ǩ"],[[489,489],"valid"],[[490,490],"mapped","ǫ"],[[491,491],"valid"],[[492,492],"mapped","ǭ"],[[493,493],"valid"],[[494,494],"mapped","ǯ"],[[495,496],"valid"],[[497,499],"mapped","dz"],[[500,500],"mapped","ǵ"],[[501,501],"valid"],[[502,502],"mapped","ƕ"],[[503,503],"mapped","ƿ"],[[504,504],"mapped","ǹ"],[[505,505],"valid"],[[506,506],"mapped","ǻ"],[[507,507],"valid"],[[508,508],"mapped","ǽ"],[[509,509],"valid"],[[510,510],"mapped","ǿ"],[[511,511],"valid"],[[512,512],"mapped","ȁ"],[[513,513],"valid"],[[514,514],"mapped","ȃ"],[[515,515],"valid"],[[516,516],"mapped","ȅ"],[[517,517],"valid"],[[518,518],"mapped","ȇ"],[[519,519],"valid"],[[520,520],"mapped","ȉ"],[[521,521],"valid"],[[522,522],"mapped","ȋ"],[[523,523],"valid"],[[524,524],"mapped","ȍ"],[[525,525],"valid"],[[526,526],"mapped","ȏ"],[[527,527],"valid"],[[528,528],"mapped","ȑ"],[[529,529],"valid"],[[530,530],"mapped","ȓ"],[[531,531],"valid"],[[532,532],"mapped","ȕ"],[[533,533],"valid"],[[534,534],"mapped","ȗ"],[[535,535],"valid"],[[536,536],"mapped","ș"],[[537,537],"valid"],[[538,538],"mapped","ț"],[[539,539],"valid"],[[540,540],"mapped","ȝ"],[[541,541],"valid"],[[542,542],"mapped","ȟ"],[[543,543],"valid"],[[544,544],"mapped","ƞ"],[[545,545],"valid"],[[546,546],"mapped","ȣ"],[[547,547],"valid"],[[548,548],"mapped","ȥ"],[[549,549],"valid"],[[550,550],"mapped","ȧ"],[[551,551],"valid"],[[552,552],"mapped","ȩ"],[[553,553],"valid"],[[554,554],"mapped","ȫ"],[[555,555],"valid"],[[556,556],"mapped","ȭ"],[[557,557],"valid"],[[558,558],"mapped","ȯ"],[[559,559],"valid"],[[560,560],"mapped","ȱ"],[[561,561],"valid"],[[562,562],"mapped","ȳ"],[[563,563],"valid"],[[564,566],"valid"],[[567,569],"valid"],[[570,570],"mapped","ⱥ"],[[571,571],"mapped","ȼ"],[[572,572],"valid"],[[573,573],"mapped","ƚ"],[[574,574],"mapped","ⱦ"],[[575,576],"valid"],[[577,577],"mapped","ɂ"],[[578,578],"valid"],[[579,579],"mapped","ƀ"],[[580,580],"mapped","ʉ"],[[581,581],"mapped","ʌ"],[[582,582],"mapped","ɇ"],[[583,583],"valid"],[[584,584],"mapped","ɉ"],[[585,585],"valid"],[[586,586],"mapped","ɋ"],[[587,587],"valid"],[[588,588],"mapped","ɍ"],[[589,589],"valid"],[[590,590],"mapped","ɏ"],[[591,591],"valid"],[[592,680],"valid"],[[681,685],"valid"],[[686,687],"valid"],[[688,688],"mapped","h"],[[689,689],"mapped","ɦ"],[[690,690],"mapped","j"],[[691,691],"mapped","r"],[[692,692],"mapped","ɹ"],[[693,693],"mapped","ɻ"],[[694,694],"mapped","ʁ"],[[695,695],"mapped","w"],[[696,696],"mapped","y"],[[697,705],"valid"],[[706,709],"valid","","NV8"],[[710,721],"valid"],[[722,727],"valid","","NV8"],[[728,728],"disallowed_STD3_mapped"," ̆"],[[729,729],"disallowed_STD3_mapped"," ̇"],[[730,730],"disallowed_STD3_mapped"," ̊"],[[731,731],"disallowed_STD3_mapped"," ̨"],[[732,732],"disallowed_STD3_mapped"," ̃"],[[733,733],"disallowed_STD3_mapped"," ̋"],[[734,734],"valid","","NV8"],[[735,735],"valid","","NV8"],[[736,736],"mapped","ɣ"],[[737,737],"mapped","l"],[[738,738],"mapped","s"],[[739,739],"mapped","x"],[[740,740],"mapped","ʕ"],[[741,745],"valid","","NV8"],[[746,747],"valid","","NV8"],[[748,748],"valid"],[[749,749],"valid","","NV8"],[[750,750],"valid"],[[751,767],"valid","","NV8"],[[768,831],"valid"],[[832,832],"mapped","̀"],[[833,833],"mapped","́"],[[834,834],"valid"],[[835,835],"mapped","̓"],[[836,836],"mapped","̈́"],[[837,837],"mapped","ι"],[[838,846],"valid"],[[847,847],"ignored"],[[848,855],"valid"],[[856,860],"valid"],[[861,863],"valid"],[[864,865],"valid"],[[866,866],"valid"],[[867,879],"valid"],[[880,880],"mapped","ͱ"],[[881,881],"valid"],[[882,882],"mapped","ͳ"],[[883,883],"valid"],[[884,884],"mapped","ʹ"],[[885,885],"valid"],[[886,886],"mapped","ͷ"],[[887,887],"valid"],[[888,889],"disallowed"],[[890,890],"disallowed_STD3_mapped"," ι"],[[891,893],"valid"],[[894,894],"disallowed_STD3_mapped",";"],[[895,895],"mapped","ϳ"],[[896,899],"disallowed"],[[900,900],"disallowed_STD3_mapped"," ́"],[[901,901],"disallowed_STD3_mapped"," ̈́"],[[902,902],"mapped","ά"],[[903,903],"mapped","·"],[[904,904],"mapped","έ"],[[905,905],"mapped","ή"],[[906,906],"mapped","ί"],[[907,907],"disallowed"],[[908,908],"mapped","ό"],[[909,909],"disallowed"],[[910,910],"mapped","ύ"],[[911,911],"mapped","ώ"],[[912,912],"valid"],[[913,913],"mapped","α"],[[914,914],"mapped","β"],[[915,915],"mapped","γ"],[[916,916],"mapped","δ"],[[917,917],"mapped","ε"],[[918,918],"mapped","ζ"],[[919,919],"mapped","η"],[[920,920],"mapped","θ"],[[921,921],"mapped","ι"],[[922,922],"mapped","κ"],[[923,923],"mapped","λ"],[[924,924],"mapped","μ"],[[925,925],"mapped","ν"],[[926,926],"mapped","ξ"],[[927,927],"mapped","ο"],[[928,928],"mapped","π"],[[929,929],"mapped","ρ"],[[930,930],"disallowed"],[[931,931],"mapped","σ"],[[932,932],"mapped","τ"],[[933,933],"mapped","υ"],[[934,934],"mapped","φ"],[[935,935],"mapped","χ"],[[936,936],"mapped","ψ"],[[937,937],"mapped","ω"],[[938,938],"mapped","ϊ"],[[939,939],"mapped","ϋ"],[[940,961],"valid"],[[962,962],"deviation","σ"],[[963,974],"valid"],[[975,975],"mapped","ϗ"],[[976,976],"mapped","β"],[[977,977],"mapped","θ"],[[978,978],"mapped","υ"],[[979,979],"mapped","ύ"],[[980,980],"mapped","ϋ"],[[981,981],"mapped","φ"],[[982,982],"mapped","π"],[[983,983],"valid"],[[984,984],"mapped","ϙ"],[[985,985],"valid"],[[986,986],"mapped","ϛ"],[[987,987],"valid"],[[988,988],"mapped","ϝ"],[[989,989],"valid"],[[990,990],"mapped","ϟ"],[[991,991],"valid"],[[992,992],"mapped","ϡ"],[[993,993],"valid"],[[994,994],"mapped","ϣ"],[[995,995],"valid"],[[996,996],"mapped","ϥ"],[[997,997],"valid"],[[998,998],"mapped","ϧ"],[[999,999],"valid"],[[1000,1000],"mapped","ϩ"],[[1001,1001],"valid"],[[1002,1002],"mapped","ϫ"],[[1003,1003],"valid"],[[1004,1004],"mapped","ϭ"],[[1005,1005],"valid"],[[1006,1006],"mapped","ϯ"],[[1007,1007],"valid"],[[1008,1008],"mapped","κ"],[[1009,1009],"mapped","ρ"],[[1010,1010],"mapped","σ"],[[1011,1011],"valid"],[[1012,1012],"mapped","θ"],[[1013,1013],"mapped","ε"],[[1014,1014],"valid","","NV8"],[[1015,1015],"mapped","ϸ"],[[1016,1016],"valid"],[[1017,1017],"mapped","σ"],[[1018,1018],"mapped","ϻ"],[[1019,1019],"valid"],[[1020,1020],"valid"],[[1021,1021],"mapped","ͻ"],[[1022,1022],"mapped","ͼ"],[[1023,1023],"mapped","ͽ"],[[1024,1024],"mapped","ѐ"],[[1025,1025],"mapped","ё"],[[1026,1026],"mapped","ђ"],[[1027,1027],"mapped","ѓ"],[[1028,1028],"mapped","є"],[[1029,1029],"mapped","ѕ"],[[1030,1030],"mapped","і"],[[1031,1031],"mapped","ї"],[[1032,1032],"mapped","ј"],[[1033,1033],"mapped","љ"],[[1034,1034],"mapped","њ"],[[1035,1035],"mapped","ћ"],[[1036,1036],"mapped","ќ"],[[1037,1037],"mapped","ѝ"],[[1038,1038],"mapped","ў"],[[1039,1039],"mapped","џ"],[[1040,1040],"mapped","а"],[[1041,1041],"mapped","б"],[[1042,1042],"mapped","в"],[[1043,1043],"mapped","г"],[[1044,1044],"mapped","д"],[[1045,1045],"mapped","е"],[[1046,1046],"mapped","ж"],[[1047,1047],"mapped","з"],[[1048,1048],"mapped","и"],[[1049,1049],"mapped","й"],[[1050,1050],"mapped","к"],[[1051,1051],"mapped","л"],[[1052,1052],"mapped","м"],[[1053,1053],"mapped","н"],[[1054,1054],"mapped","о"],[[1055,1055],"mapped","п"],[[1056,1056],"mapped","р"],[[1057,1057],"mapped","с"],[[1058,1058],"mapped","т"],[[1059,1059],"mapped","у"],[[1060,1060],"mapped","ф"],[[1061,1061],"mapped","х"],[[1062,1062],"mapped","ц"],[[1063,1063],"mapped","ч"],[[1064,1064],"mapped","ш"],[[1065,1065],"mapped","щ"],[[1066,1066],"mapped","ъ"],[[1067,1067],"mapped","ы"],[[1068,1068],"mapped","ь"],[[1069,1069],"mapped","э"],[[1070,1070],"mapped","ю"],[[1071,1071],"mapped","я"],[[1072,1103],"valid"],[[1104,1104],"valid"],[[1105,1116],"valid"],[[1117,1117],"valid"],[[1118,1119],"valid"],[[1120,1120],"mapped","ѡ"],[[1121,1121],"valid"],[[1122,1122],"mapped","ѣ"],[[1123,1123],"valid"],[[1124,1124],"mapped","ѥ"],[[1125,1125],"valid"],[[1126,1126],"mapped","ѧ"],[[1127,1127],"valid"],[[1128,1128],"mapped","ѩ"],[[1129,1129],"valid"],[[1130,1130],"mapped","ѫ"],[[1131,1131],"valid"],[[1132,1132],"mapped","ѭ"],[[1133,1133],"valid"],[[1134,1134],"mapped","ѯ"],[[1135,1135],"valid"],[[1136,1136],"mapped","ѱ"],[[1137,1137],"valid"],[[1138,1138],"mapped","ѳ"],[[1139,1139],"valid"],[[1140,1140],"mapped","ѵ"],[[1141,1141],"valid"],[[1142,1142],"mapped","ѷ"],[[1143,1143],"valid"],[[1144,1144],"mapped","ѹ"],[[1145,1145],"valid"],[[1146,1146],"mapped","ѻ"],[[1147,1147],"valid"],[[1148,1148],"mapped","ѽ"],[[1149,1149],"valid"],[[1150,1150],"mapped","ѿ"],[[1151,1151],"valid"],[[1152,1152],"mapped","ҁ"],[[1153,1153],"valid"],[[1154,1154],"valid","","NV8"],[[1155,1158],"valid"],[[1159,1159],"valid"],[[1160,1161],"valid","","NV8"],[[1162,1162],"mapped","ҋ"],[[1163,1163],"valid"],[[1164,1164],"mapped","ҍ"],[[1165,1165],"valid"],[[1166,1166],"mapped","ҏ"],[[1167,1167],"valid"],[[1168,1168],"mapped","ґ"],[[1169,1169],"valid"],[[1170,1170],"mapped","ғ"],[[1171,1171],"valid"],[[1172,1172],"mapped","ҕ"],[[1173,1173],"valid"],[[1174,1174],"mapped","җ"],[[1175,1175],"valid"],[[1176,1176],"mapped","ҙ"],[[1177,1177],"valid"],[[1178,1178],"mapped","қ"],[[1179,1179],"valid"],[[1180,1180],"mapped","ҝ"],[[1181,1181],"valid"],[[1182,1182],"mapped","ҟ"],[[1183,1183],"valid"],[[1184,1184],"mapped","ҡ"],[[1185,1185],"valid"],[[1186,1186],"mapped","ң"],[[1187,1187],"valid"],[[1188,1188],"mapped","ҥ"],[[1189,1189],"valid"],[[1190,1190],"mapped","ҧ"],[[1191,1191],"valid"],[[1192,1192],"mapped","ҩ"],[[1193,1193],"valid"],[[1194,1194],"mapped","ҫ"],[[1195,1195],"valid"],[[1196,1196],"mapped","ҭ"],[[1197,1197],"valid"],[[1198,1198],"mapped","ү"],[[1199,1199],"valid"],[[1200,1200],"mapped","ұ"],[[1201,1201],"valid"],[[1202,1202],"mapped","ҳ"],[[1203,1203],"valid"],[[1204,1204],"mapped","ҵ"],[[1205,1205],"valid"],[[1206,1206],"mapped","ҷ"],[[1207,1207],"valid"],[[1208,1208],"mapped","ҹ"],[[1209,1209],"valid"],[[1210,1210],"mapped","һ"],[[1211,1211],"valid"],[[1212,1212],"mapped","ҽ"],[[1213,1213],"valid"],[[1214,1214],"mapped","ҿ"],[[1215,1215],"valid"],[[1216,1216],"disallowed"],[[1217,1217],"mapped","ӂ"],[[1218,1218],"valid"],[[1219,1219],"mapped","ӄ"],[[1220,1220],"valid"],[[1221,1221],"mapped","ӆ"],[[1222,1222],"valid"],[[1223,1223],"mapped","ӈ"],[[1224,1224],"valid"],[[1225,1225],"mapped","ӊ"],[[1226,1226],"valid"],[[1227,1227],"mapped","ӌ"],[[1228,1228],"valid"],[[1229,1229],"mapped","ӎ"],[[1230,1230],"valid"],[[1231,1231],"valid"],[[1232,1232],"mapped","ӑ"],[[1233,1233],"valid"],[[1234,1234],"mapped","ӓ"],[[1235,1235],"valid"],[[1236,1236],"mapped","ӕ"],[[1237,1237],"valid"],[[1238,1238],"mapped","ӗ"],[[1239,1239],"valid"],[[1240,1240],"mapped","ә"],[[1241,1241],"valid"],[[1242,1242],"mapped","ӛ"],[[1243,1243],"valid"],[[1244,1244],"mapped","ӝ"],[[1245,1245],"valid"],[[1246,1246],"mapped","ӟ"],[[1247,1247],"valid"],[[1248,1248],"mapped","ӡ"],[[1249,1249],"valid"],[[1250,1250],"mapped","ӣ"],[[1251,1251],"valid"],[[1252,1252],"mapped","ӥ"],[[1253,1253],"valid"],[[1254,1254],"mapped","ӧ"],[[1255,1255],"valid"],[[1256,1256],"mapped","ө"],[[1257,1257],"valid"],[[1258,1258],"mapped","ӫ"],[[1259,1259],"valid"],[[1260,1260],"mapped","ӭ"],[[1261,1261],"valid"],[[1262,1262],"mapped","ӯ"],[[1263,1263],"valid"],[[1264,1264],"mapped","ӱ"],[[1265,1265],"valid"],[[1266,1266],"mapped","ӳ"],[[1267,1267],"valid"],[[1268,1268],"mapped","ӵ"],[[1269,1269],"valid"],[[1270,1270],"mapped","ӷ"],[[1271,1271],"valid"],[[1272,1272],"mapped","ӹ"],[[1273,1273],"valid"],[[1274,1274],"mapped","ӻ"],[[1275,1275],"valid"],[[1276,1276],"mapped","ӽ"],[[1277,1277],"valid"],[[1278,1278],"mapped","ӿ"],[[1279,1279],"valid"],[[1280,1280],"mapped","ԁ"],[[1281,1281],"valid"],[[1282,1282],"mapped","ԃ"],[[1283,1283],"valid"],[[1284,1284],"mapped","ԅ"],[[1285,1285],"valid"],[[1286,1286],"mapped","ԇ"],[[1287,1287],"valid"],[[1288,1288],"mapped","ԉ"],[[1289,1289],"valid"],[[1290,1290],"mapped","ԋ"],[[1291,1291],"valid"],[[1292,1292],"mapped","ԍ"],[[1293,1293],"valid"],[[1294,1294],"mapped","ԏ"],[[1295,1295],"valid"],[[1296,1296],"mapped","ԑ"],[[1297,1297],"valid"],[[1298,1298],"mapped","ԓ"],[[1299,1299],"valid"],[[1300,1300],"mapped","ԕ"],[[1301,1301],"valid"],[[1302,1302],"mapped","ԗ"],[[1303,1303],"valid"],[[1304,1304],"mapped","ԙ"],[[1305,1305],"valid"],[[1306,1306],"mapped","ԛ"],[[1307,1307],"valid"],[[1308,1308],"mapped","ԝ"],[[1309,1309],"valid"],[[1310,1310],"mapped","ԟ"],[[1311,1311],"valid"],[[1312,1312],"mapped","ԡ"],[[1313,1313],"valid"],[[1314,1314],"mapped","ԣ"],[[1315,1315],"valid"],[[1316,1316],"mapped","ԥ"],[[1317,1317],"valid"],[[1318,1318],"mapped","ԧ"],[[1319,1319],"valid"],[[1320,1320],"mapped","ԩ"],[[1321,1321],"valid"],[[1322,1322],"mapped","ԫ"],[[1323,1323],"valid"],[[1324,1324],"mapped","ԭ"],[[1325,1325],"valid"],[[1326,1326],"mapped","ԯ"],[[1327,1327],"valid"],[[1328,1328],"disallowed"],[[1329,1329],"mapped","ա"],[[1330,1330],"mapped","բ"],[[1331,1331],"mapped","գ"],[[1332,1332],"mapped","դ"],[[1333,1333],"mapped","ե"],[[1334,1334],"mapped","զ"],[[1335,1335],"mapped","է"],[[1336,1336],"mapped","ը"],[[1337,1337],"mapped","թ"],[[1338,1338],"mapped","ժ"],[[1339,1339],"mapped","ի"],[[1340,1340],"mapped","լ"],[[1341,1341],"mapped","խ"],[[1342,1342],"mapped","ծ"],[[1343,1343],"mapped","կ"],[[1344,1344],"mapped","հ"],[[1345,1345],"mapped","ձ"],[[1346,1346],"mapped","ղ"],[[1347,1347],"mapped","ճ"],[[1348,1348],"mapped","մ"],[[1349,1349],"mapped","յ"],[[1350,1350],"mapped","ն"],[[1351,1351],"mapped","շ"],[[1352,1352],"mapped","ո"],[[1353,1353],"mapped","չ"],[[1354,1354],"mapped","պ"],[[1355,1355],"mapped","ջ"],[[1356,1356],"mapped","ռ"],[[1357,1357],"mapped","ս"],[[1358,1358],"mapped","վ"],[[1359,1359],"mapped","տ"],[[1360,1360],"mapped","ր"],[[1361,1361],"mapped","ց"],[[1362,1362],"mapped","ւ"],[[1363,1363],"mapped","փ"],[[1364,1364],"mapped","ք"],[[1365,1365],"mapped","օ"],[[1366,1366],"mapped","ֆ"],[[1367,1368],"disallowed"],[[1369,1369],"valid"],[[1370,1375],"valid","","NV8"],[[1376,1376],"disallowed"],[[1377,1414],"valid"],[[1415,1415],"mapped","եւ"],[[1416,1416],"disallowed"],[[1417,1417],"valid","","NV8"],[[1418,1418],"valid","","NV8"],[[1419,1420],"disallowed"],[[1421,1422],"valid","","NV8"],[[1423,1423],"valid","","NV8"],[[1424,1424],"disallowed"],[[1425,1441],"valid"],[[1442,1442],"valid"],[[1443,1455],"valid"],[[1456,1465],"valid"],[[1466,1466],"valid"],[[1467,1469],"valid"],[[1470,1470],"valid","","NV8"],[[1471,1471],"valid"],[[1472,1472],"valid","","NV8"],[[1473,1474],"valid"],[[1475,1475],"valid","","NV8"],[[1476,1476],"valid"],[[1477,1477],"valid"],[[1478,1478],"valid","","NV8"],[[1479,1479],"valid"],[[1480,1487],"disallowed"],[[1488,1514],"valid"],[[1515,1519],"disallowed"],[[1520,1524],"valid"],[[1525,1535],"disallowed"],[[1536,1539],"disallowed"],[[1540,1540],"disallowed"],[[1541,1541],"disallowed"],[[1542,1546],"valid","","NV8"],[[1547,1547],"valid","","NV8"],[[1548,1548],"valid","","NV8"],[[1549,1551],"valid","","NV8"],[[1552,1557],"valid"],[[1558,1562],"valid"],[[1563,1563],"valid","","NV8"],[[1564,1564],"disallowed"],[[1565,1565],"disallowed"],[[1566,1566],"valid","","NV8"],[[1567,1567],"valid","","NV8"],[[1568,1568],"valid"],[[1569,1594],"valid"],[[1595,1599],"valid"],[[1600,1600],"valid","","NV8"],[[1601,1618],"valid"],[[1619,1621],"valid"],[[1622,1624],"valid"],[[1625,1630],"valid"],[[1631,1631],"valid"],[[1632,1641],"valid"],[[1642,1645],"valid","","NV8"],[[1646,1647],"valid"],[[1648,1652],"valid"],[[1653,1653],"mapped","اٴ"],[[1654,1654],"mapped","وٴ"],[[1655,1655],"mapped","ۇٴ"],[[1656,1656],"mapped","يٴ"],[[1657,1719],"valid"],[[1720,1721],"valid"],[[1722,1726],"valid"],[[1727,1727],"valid"],[[1728,1742],"valid"],[[1743,1743],"valid"],[[1744,1747],"valid"],[[1748,1748],"valid","","NV8"],[[1749,1756],"valid"],[[1757,1757],"disallowed"],[[1758,1758],"valid","","NV8"],[[1759,1768],"valid"],[[1769,1769],"valid","","NV8"],[[1770,1773],"valid"],[[1774,1775],"valid"],[[1776,1785],"valid"],[[1786,1790],"valid"],[[1791,1791],"valid"],[[1792,1805],"valid","","NV8"],[[1806,1806],"disallowed"],[[1807,1807],"disallowed"],[[1808,1836],"valid"],[[1837,1839],"valid"],[[1840,1866],"valid"],[[1867,1868],"disallowed"],[[1869,1871],"valid"],[[1872,1901],"valid"],[[1902,1919],"valid"],[[1920,1968],"valid"],[[1969,1969],"valid"],[[1970,1983],"disallowed"],[[1984,2037],"valid"],[[2038,2042],"valid","","NV8"],[[2043,2047],"disallowed"],[[2048,2093],"valid"],[[2094,2095],"disallowed"],[[2096,2110],"valid","","NV8"],[[2111,2111],"disallowed"],[[2112,2139],"valid"],[[2140,2141],"disallowed"],[[2142,2142],"valid","","NV8"],[[2143,2143],"disallowed"],[[2144,2154],"valid"],[[2155,2207],"disallowed"],[[2208,2208],"valid"],[[2209,2209],"valid"],[[2210,2220],"valid"],[[2221,2226],"valid"],[[2227,2228],"valid"],[[2229,2229],"disallowed"],[[2230,2237],"valid"],[[2238,2259],"disallowed"],[[2260,2273],"valid"],[[2274,2274],"disallowed"],[[2275,2275],"valid"],[[2276,2302],"valid"],[[2303,2303],"valid"],[[2304,2304],"valid"],[[2305,2307],"valid"],[[2308,2308],"valid"],[[2309,2361],"valid"],[[2362,2363],"valid"],[[2364,2381],"valid"],[[2382,2382],"valid"],[[2383,2383],"valid"],[[2384,2388],"valid"],[[2389,2389],"valid"],[[2390,2391],"valid"],[[2392,2392],"mapped","क़"],[[2393,2393],"mapped","ख़"],[[2394,2394],"mapped","ग़"],[[2395,2395],"mapped","ज़"],[[2396,2396],"mapped","ड़"],[[2397,2397],"mapped","ढ़"],[[2398,2398],"mapped","फ़"],[[2399,2399],"mapped","य़"],[[2400,2403],"valid"],[[2404,2405],"valid","","NV8"],[[2406,2415],"valid"],[[2416,2416],"valid","","NV8"],[[2417,2418],"valid"],[[2419,2423],"valid"],[[2424,2424],"valid"],[[2425,2426],"valid"],[[2427,2428],"valid"],[[2429,2429],"valid"],[[2430,2431],"valid"],[[2432,2432],"valid"],[[2433,2435],"valid"],[[2436,2436],"disallowed"],[[2437,2444],"valid"],[[2445,2446],"disallowed"],[[2447,2448],"valid"],[[2449,2450],"disallowed"],[[2451,2472],"valid"],[[2473,2473],"disallowed"],[[2474,2480],"valid"],[[2481,2481],"disallowed"],[[2482,2482],"valid"],[[2483,2485],"disallowed"],[[2486,2489],"valid"],[[2490,2491],"disallowed"],[[2492,2492],"valid"],[[2493,2493],"valid"],[[2494,2500],"valid"],[[2501,2502],"disallowed"],[[2503,2504],"valid"],[[2505,2506],"disallowed"],[[2507,2509],"valid"],[[2510,2510],"valid"],[[2511,2518],"disallowed"],[[2519,2519],"valid"],[[2520,2523],"disallowed"],[[2524,2524],"mapped","ড়"],[[2525,2525],"mapped","ঢ়"],[[2526,2526],"disallowed"],[[2527,2527],"mapped","য়"],[[2528,2531],"valid"],[[2532,2533],"disallowed"],[[2534,2545],"valid"],[[2546,2554],"valid","","NV8"],[[2555,2555],"valid","","NV8"],[[2556,2556],"valid"],[[2557,2557],"valid","","NV8"],[[2558,2560],"disallowed"],[[2561,2561],"valid"],[[2562,2562],"valid"],[[2563,2563],"valid"],[[2564,2564],"disallowed"],[[2565,2570],"valid"],[[2571,2574],"disallowed"],[[2575,2576],"valid"],[[2577,2578],"disallowed"],[[2579,2600],"valid"],[[2601,2601],"disallowed"],[[2602,2608],"valid"],[[2609,2609],"disallowed"],[[2610,2610],"valid"],[[2611,2611],"mapped","ਲ਼"],[[2612,2612],"disallowed"],[[2613,2613],"valid"],[[2614,2614],"mapped","ਸ਼"],[[2615,2615],"disallowed"],[[2616,2617],"valid"],[[2618,2619],"disallowed"],[[2620,2620],"valid"],[[2621,2621],"disallowed"],[[2622,2626],"valid"],[[2627,2630],"disallowed"],[[2631,2632],"valid"],[[2633,2634],"disallowed"],[[2635,2637],"valid"],[[2638,2640],"disallowed"],[[2641,2641],"valid"],[[2642,2648],"disallowed"],[[2649,2649],"mapped","ਖ਼"],[[2650,2650],"mapped","ਗ਼"],[[2651,2651],"mapped","ਜ਼"],[[2652,2652],"valid"],[[2653,2653],"disallowed"],[[2654,2654],"mapped","ਫ਼"],[[2655,2661],"disallowed"],[[2662,2676],"valid"],[[2677,2677],"valid"],[[2678,2688],"disallowed"],[[2689,2691],"valid"],[[2692,2692],"disallowed"],[[2693,2699],"valid"],[[2700,2700],"valid"],[[2701,2701],"valid"],[[2702,2702],"disallowed"],[[2703,2705],"valid"],[[2706,2706],"disallowed"],[[2707,2728],"valid"],[[2729,2729],"disallowed"],[[2730,2736],"valid"],[[2737,2737],"disallowed"],[[2738,2739],"valid"],[[2740,2740],"disallowed"],[[2741,2745],"valid"],[[2746,2747],"disallowed"],[[2748,2757],"valid"],[[2758,2758],"disallowed"],[[2759,2761],"valid"],[[2762,2762],"disallowed"],[[2763,2765],"valid"],[[2766,2767],"disallowed"],[[2768,2768],"valid"],[[2769,2783],"disallowed"],[[2784,2784],"valid"],[[2785,2787],"valid"],[[2788,2789],"disallowed"],[[2790,2799],"valid"],[[2800,2800],"valid","","NV8"],[[2801,2801],"valid","","NV8"],[[2802,2808],"disallowed"],[[2809,2809],"valid"],[[2810,2815],"valid"],[[2816,2816],"disallowed"],[[2817,2819],"valid"],[[2820,2820],"disallowed"],[[2821,2828],"valid"],[[2829,2830],"disallowed"],[[2831,2832],"valid"],[[2833,2834],"disallowed"],[[2835,2856],"valid"],[[2857,2857],"disallowed"],[[2858,2864],"valid"],[[2865,2865],"disallowed"],[[2866,2867],"valid"],[[2868,2868],"disallowed"],[[2869,2869],"valid"],[[2870,2873],"valid"],[[2874,2875],"disallowed"],[[2876,2883],"valid"],[[2884,2884],"valid"],[[2885,2886],"disallowed"],[[2887,2888],"valid"],[[2889,2890],"disallowed"],[[2891,2893],"valid"],[[2894,2901],"disallowed"],[[2902,2903],"valid"],[[2904,2907],"disallowed"],[[2908,2908],"mapped","ଡ଼"],[[2909,2909],"mapped","ଢ଼"],[[2910,2910],"disallowed"],[[2911,2913],"valid"],[[2914,2915],"valid"],[[2916,2917],"disallowed"],[[2918,2927],"valid"],[[2928,2928],"valid","","NV8"],[[2929,2929],"valid"],[[2930,2935],"valid","","NV8"],[[2936,2945],"disallowed"],[[2946,2947],"valid"],[[2948,2948],"disallowed"],[[2949,2954],"valid"],[[2955,2957],"disallowed"],[[2958,2960],"valid"],[[2961,2961],"disallowed"],[[2962,2965],"valid"],[[2966,2968],"disallowed"],[[2969,2970],"valid"],[[2971,2971],"disallowed"],[[2972,2972],"valid"],[[2973,2973],"disallowed"],[[2974,2975],"valid"],[[2976,2978],"disallowed"],[[2979,2980],"valid"],[[2981,2983],"disallowed"],[[2984,2986],"valid"],[[2987,2989],"disallowed"],[[2990,2997],"valid"],[[2998,2998],"valid"],[[2999,3001],"valid"],[[3002,3005],"disallowed"],[[3006,3010],"valid"],[[3011,3013],"disallowed"],[[3014,3016],"valid"],[[3017,3017],"disallowed"],[[3018,3021],"valid"],[[3022,3023],"disallowed"],[[3024,3024],"valid"],[[3025,3030],"disallowed"],[[3031,3031],"valid"],[[3032,3045],"disallowed"],[[3046,3046],"valid"],[[3047,3055],"valid"],[[3056,3058],"valid","","NV8"],[[3059,3066],"valid","","NV8"],[[3067,3071],"disallowed"],[[3072,3072],"valid"],[[3073,3075],"valid"],[[3076,3076],"disallowed"],[[3077,3084],"valid"],[[3085,3085],"disallowed"],[[3086,3088],"valid"],[[3089,3089],"disallowed"],[[3090,3112],"valid"],[[3113,3113],"disallowed"],[[3114,3123],"valid"],[[3124,3124],"valid"],[[3125,3129],"valid"],[[3130,3132],"disallowed"],[[3133,3133],"valid"],[[3134,3140],"valid"],[[3141,3141],"disallowed"],[[3142,3144],"valid"],[[3145,3145],"disallowed"],[[3146,3149],"valid"],[[3150,3156],"disallowed"],[[3157,3158],"valid"],[[3159,3159],"disallowed"],[[3160,3161],"valid"],[[3162,3162],"valid"],[[3163,3167],"disallowed"],[[3168,3169],"valid"],[[3170,3171],"valid"],[[3172,3173],"disallowed"],[[3174,3183],"valid"],[[3184,3191],"disallowed"],[[3192,3199],"valid","","NV8"],[[3200,3200],"valid"],[[3201,3201],"valid"],[[3202,3203],"valid"],[[3204,3204],"disallowed"],[[3205,3212],"valid"],[[3213,3213],"disallowed"],[[3214,3216],"valid"],[[3217,3217],"disallowed"],[[3218,3240],"valid"],[[3241,3241],"disallowed"],[[3242,3251],"valid"],[[3252,3252],"disallowed"],[[3253,3257],"valid"],[[3258,3259],"disallowed"],[[3260,3261],"valid"],[[3262,3268],"valid"],[[3269,3269],"disallowed"],[[3270,3272],"valid"],[[3273,3273],"disallowed"],[[3274,3277],"valid"],[[3278,3284],"disallowed"],[[3285,3286],"valid"],[[3287,3293],"disallowed"],[[3294,3294],"valid"],[[3295,3295],"disallowed"],[[3296,3297],"valid"],[[3298,3299],"valid"],[[3300,3301],"disallowed"],[[3302,3311],"valid"],[[3312,3312],"disallowed"],[[3313,3314],"valid"],[[3315,3327],"disallowed"],[[3328,3328],"valid"],[[3329,3329],"valid"],[[3330,3331],"valid"],[[3332,3332],"disallowed"],[[3333,3340],"valid"],[[3341,3341],"disallowed"],[[3342,3344],"valid"],[[3345,3345],"disallowed"],[[3346,3368],"valid"],[[3369,3369],"valid"],[[3370,3385],"valid"],[[3386,3386],"valid"],[[3387,3388],"valid"],[[3389,3389],"valid"],[[3390,3395],"valid"],[[3396,3396],"valid"],[[3397,3397],"disallowed"],[[3398,3400],"valid"],[[3401,3401],"disallowed"],[[3402,3405],"valid"],[[3406,3406],"valid"],[[3407,3407],"valid","","NV8"],[[3408,3411],"disallowed"],[[3412,3414],"valid"],[[3415,3415],"valid"],[[3416,3422],"valid","","NV8"],[[3423,3423],"valid"],[[3424,3425],"valid"],[[3426,3427],"valid"],[[3428,3429],"disallowed"],[[3430,3439],"valid"],[[3440,3445],"valid","","NV8"],[[3446,3448],"valid","","NV8"],[[3449,3449],"valid","","NV8"],[[3450,3455],"valid"],[[3456,3457],"disallowed"],[[3458,3459],"valid"],[[3460,3460],"disallowed"],[[3461,3478],"valid"],[[3479,3481],"disallowed"],[[3482,3505],"valid"],[[3506,3506],"disallowed"],[[3507,3515],"valid"],[[3516,3516],"disallowed"],[[3517,3517],"valid"],[[3518,3519],"disallowed"],[[3520,3526],"valid"],[[3527,3529],"disallowed"],[[3530,3530],"valid"],[[3531,3534],"disallowed"],[[3535,3540],"valid"],[[3541,3541],"disallowed"],[[3542,3542],"valid"],[[3543,3543],"disallowed"],[[3544,3551],"valid"],[[3552,3557],"disallowed"],[[3558,3567],"valid"],[[3568,3569],"disallowed"],[[3570,3571],"valid"],[[3572,3572],"valid","","NV8"],[[3573,3584],"disallowed"],[[3585,3634],"valid"],[[3635,3635],"mapped","ํา"],[[3636,3642],"valid"],[[3643,3646],"disallowed"],[[3647,3647],"valid","","NV8"],[[3648,3662],"valid"],[[3663,3663],"valid","","NV8"],[[3664,3673],"valid"],[[3674,3675],"valid","","NV8"],[[3676,3712],"disallowed"],[[3713,3714],"valid"],[[3715,3715],"disallowed"],[[3716,3716],"valid"],[[3717,3718],"disallowed"],[[3719,3720],"valid"],[[3721,3721],"disallowed"],[[3722,3722],"valid"],[[3723,3724],"disallowed"],[[3725,3725],"valid"],[[3726,3731],"disallowed"],[[3732,3735],"valid"],[[3736,3736],"disallowed"],[[3737,3743],"valid"],[[3744,3744],"disallowed"],[[3745,3747],"valid"],[[3748,3748],"disallowed"],[[3749,3749],"valid"],[[3750,3750],"disallowed"],[[3751,3751],"valid"],[[3752,3753],"disallowed"],[[3754,3755],"valid"],[[3756,3756],"disallowed"],[[3757,3762],"valid"],[[3763,3763],"mapped","ໍາ"],[[3764,3769],"valid"],[[3770,3770],"disallowed"],[[3771,3773],"valid"],[[3774,3775],"disallowed"],[[3776,3780],"valid"],[[3781,3781],"disallowed"],[[3782,3782],"valid"],[[3783,3783],"disallowed"],[[3784,3789],"valid"],[[3790,3791],"disallowed"],[[3792,3801],"valid"],[[3802,3803],"disallowed"],[[3804,3804],"mapped","ຫນ"],[[3805,3805],"mapped","ຫມ"],[[3806,3807],"valid"],[[3808,3839],"disallowed"],[[3840,3840],"valid"],[[3841,3850],"valid","","NV8"],[[3851,3851],"valid"],[[3852,3852],"mapped","་"],[[3853,3863],"valid","","NV8"],[[3864,3865],"valid"],[[3866,3871],"valid","","NV8"],[[3872,3881],"valid"],[[3882,3892],"valid","","NV8"],[[3893,3893],"valid"],[[3894,3894],"valid","","NV8"],[[3895,3895],"valid"],[[3896,3896],"valid","","NV8"],[[3897,3897],"valid"],[[3898,3901],"valid","","NV8"],[[3902,3906],"valid"],[[3907,3907],"mapped","གྷ"],[[3908,3911],"valid"],[[3912,3912],"disallowed"],[[3913,3916],"valid"],[[3917,3917],"mapped","ཌྷ"],[[3918,3921],"valid"],[[3922,3922],"mapped","དྷ"],[[3923,3926],"valid"],[[3927,3927],"mapped","བྷ"],[[3928,3931],"valid"],[[3932,3932],"mapped","ཛྷ"],[[3933,3944],"valid"],[[3945,3945],"mapped","ཀྵ"],[[3946,3946],"valid"],[[3947,3948],"valid"],[[3949,3952],"disallowed"],[[3953,3954],"valid"],[[3955,3955],"mapped","ཱི"],[[3956,3956],"valid"],[[3957,3957],"mapped","ཱུ"],[[3958,3958],"mapped","ྲྀ"],[[3959,3959],"mapped","ྲཱྀ"],[[3960,3960],"mapped","ླྀ"],[[3961,3961],"mapped","ླཱྀ"],[[3962,3968],"valid"],[[3969,3969],"mapped","ཱྀ"],[[3970,3972],"valid"],[[3973,3973],"valid","","NV8"],[[3974,3979],"valid"],[[3980,3983],"valid"],[[3984,3986],"valid"],[[3987,3987],"mapped","ྒྷ"],[[3988,3989],"valid"],[[3990,3990],"valid"],[[3991,3991],"valid"],[[3992,3992],"disallowed"],[[3993,3996],"valid"],[[3997,3997],"mapped","ྜྷ"],[[3998,4001],"valid"],[[4002,4002],"mapped","ྡྷ"],[[4003,4006],"valid"],[[4007,4007],"mapped","ྦྷ"],[[4008,4011],"valid"],[[4012,4012],"mapped","ྫྷ"],[[4013,4013],"valid"],[[4014,4016],"valid"],[[4017,4023],"valid"],[[4024,4024],"valid"],[[4025,4025],"mapped","ྐྵ"],[[4026,4028],"valid"],[[4029,4029],"disallowed"],[[4030,4037],"valid","","NV8"],[[4038,4038],"valid"],[[4039,4044],"valid","","NV8"],[[4045,4045],"disallowed"],[[4046,4046],"valid","","NV8"],[[4047,4047],"valid","","NV8"],[[4048,4049],"valid","","NV8"],[[4050,4052],"valid","","NV8"],[[4053,4056],"valid","","NV8"],[[4057,4058],"valid","","NV8"],[[4059,4095],"disallowed"],[[4096,4129],"valid"],[[4130,4130],"valid"],[[4131,4135],"valid"],[[4136,4136],"valid"],[[4137,4138],"valid"],[[4139,4139],"valid"],[[4140,4146],"valid"],[[4147,4149],"valid"],[[4150,4153],"valid"],[[4154,4159],"valid"],[[4160,4169],"valid"],[[4170,4175],"valid","","NV8"],[[4176,4185],"valid"],[[4186,4249],"valid"],[[4250,4253],"valid"],[[4254,4255],"valid","","NV8"],[[4256,4293],"disallowed"],[[4294,4294],"disallowed"],[[4295,4295],"mapped","ⴧ"],[[4296,4300],"disallowed"],[[4301,4301],"mapped","ⴭ"],[[4302,4303],"disallowed"],[[4304,4342],"valid"],[[4343,4344],"valid"],[[4345,4346],"valid"],[[4347,4347],"valid","","NV8"],[[4348,4348],"mapped","ნ"],[[4349,4351],"valid"],[[4352,4441],"valid","","NV8"],[[4442,4446],"valid","","NV8"],[[4447,4448],"disallowed"],[[4449,4514],"valid","","NV8"],[[4515,4519],"valid","","NV8"],[[4520,4601],"valid","","NV8"],[[4602,4607],"valid","","NV8"],[[4608,4614],"valid"],[[4615,4615],"valid"],[[4616,4678],"valid"],[[4679,4679],"valid"],[[4680,4680],"valid"],[[4681,4681],"disallowed"],[[4682,4685],"valid"],[[4686,4687],"disallowed"],[[4688,4694],"valid"],[[4695,4695],"disallowed"],[[4696,4696],"valid"],[[4697,4697],"disallowed"],[[4698,4701],"valid"],[[4702,4703],"disallowed"],[[4704,4742],"valid"],[[4743,4743],"valid"],[[4744,4744],"valid"],[[4745,4745],"disallowed"],[[4746,4749],"valid"],[[4750,4751],"disallowed"],[[4752,4782],"valid"],[[4783,4783],"valid"],[[4784,4784],"valid"],[[4785,4785],"disallowed"],[[4786,4789],"valid"],[[4790,4791],"disallowed"],[[4792,4798],"valid"],[[4799,4799],"disallowed"],[[4800,4800],"valid"],[[4801,4801],"disallowed"],[[4802,4805],"valid"],[[4806,4807],"disallowed"],[[4808,4814],"valid"],[[4815,4815],"valid"],[[4816,4822],"valid"],[[4823,4823],"disallowed"],[[4824,4846],"valid"],[[4847,4847],"valid"],[[4848,4878],"valid"],[[4879,4879],"valid"],[[4880,4880],"valid"],[[4881,4881],"disallowed"],[[4882,4885],"valid"],[[4886,4887],"disallowed"],[[4888,4894],"valid"],[[4895,4895],"valid"],[[4896,4934],"valid"],[[4935,4935],"valid"],[[4936,4954],"valid"],[[4955,4956],"disallowed"],[[4957,4958],"valid"],[[4959,4959],"valid"],[[4960,4960],"valid","","NV8"],[[4961,4988],"valid","","NV8"],[[4989,4991],"disallowed"],[[4992,5007],"valid"],[[5008,5017],"valid","","NV8"],[[5018,5023],"disallowed"],[[5024,5108],"valid"],[[5109,5109],"valid"],[[5110,5111],"disallowed"],[[5112,5112],"mapped","Ᏸ"],[[5113,5113],"mapped","Ᏹ"],[[5114,5114],"mapped","Ᏺ"],[[5115,5115],"mapped","Ᏻ"],[[5116,5116],"mapped","Ᏼ"],[[5117,5117],"mapped","Ᏽ"],[[5118,5119],"disallowed"],[[5120,5120],"valid","","NV8"],[[5121,5740],"valid"],[[5741,5742],"valid","","NV8"],[[5743,5750],"valid"],[[5751,5759],"valid"],[[5760,5760],"disallowed"],[[5761,5786],"valid"],[[5787,5788],"valid","","NV8"],[[5789,5791],"disallowed"],[[5792,5866],"valid"],[[5867,5872],"valid","","NV8"],[[5873,5880],"valid"],[[5881,5887],"disallowed"],[[5888,5900],"valid"],[[5901,5901],"disallowed"],[[5902,5908],"valid"],[[5909,5919],"disallowed"],[[5920,5940],"valid"],[[5941,5942],"valid","","NV8"],[[5943,5951],"disallowed"],[[5952,5971],"valid"],[[5972,5983],"disallowed"],[[5984,5996],"valid"],[[5997,5997],"disallowed"],[[5998,6000],"valid"],[[6001,6001],"disallowed"],[[6002,6003],"valid"],[[6004,6015],"disallowed"],[[6016,6067],"valid"],[[6068,6069],"disallowed"],[[6070,6099],"valid"],[[6100,6102],"valid","","NV8"],[[6103,6103],"valid"],[[6104,6107],"valid","","NV8"],[[6108,6108],"valid"],[[6109,6109],"valid"],[[6110,6111],"disallowed"],[[6112,6121],"valid"],[[6122,6127],"disallowed"],[[6128,6137],"valid","","NV8"],[[6138,6143],"disallowed"],[[6144,6149],"valid","","NV8"],[[6150,6150],"disallowed"],[[6151,6154],"valid","","NV8"],[[6155,6157],"ignored"],[[6158,6158],"disallowed"],[[6159,6159],"disallowed"],[[6160,6169],"valid"],[[6170,6175],"disallowed"],[[6176,6263],"valid"],[[6264,6271],"disallowed"],[[6272,6313],"valid"],[[6314,6314],"valid"],[[6315,6319],"disallowed"],[[6320,6389],"valid"],[[6390,6399],"disallowed"],[[6400,6428],"valid"],[[6429,6430],"valid"],[[6431,6431],"disallowed"],[[6432,6443],"valid"],[[6444,6447],"disallowed"],[[6448,6459],"valid"],[[6460,6463],"disallowed"],[[6464,6464],"valid","","NV8"],[[6465,6467],"disallowed"],[[6468,6469],"valid","","NV8"],[[6470,6509],"valid"],[[6510,6511],"disallowed"],[[6512,6516],"valid"],[[6517,6527],"disallowed"],[[6528,6569],"valid"],[[6570,6571],"valid"],[[6572,6575],"disallowed"],[[6576,6601],"valid"],[[6602,6607],"disallowed"],[[6608,6617],"valid"],[[6618,6618],"valid","","XV8"],[[6619,6621],"disallowed"],[[6622,6623],"valid","","NV8"],[[6624,6655],"valid","","NV8"],[[6656,6683],"valid"],[[6684,6685],"disallowed"],[[6686,6687],"valid","","NV8"],[[6688,6750],"valid"],[[6751,6751],"disallowed"],[[6752,6780],"valid"],[[6781,6782],"disallowed"],[[6783,6793],"valid"],[[6794,6799],"disallowed"],[[6800,6809],"valid"],[[6810,6815],"disallowed"],[[6816,6822],"valid","","NV8"],[[6823,6823],"valid"],[[6824,6829],"valid","","NV8"],[[6830,6831],"disallowed"],[[6832,6845],"valid"],[[6846,6846],"valid","","NV8"],[[6847,6911],"disallowed"],[[6912,6987],"valid"],[[6988,6991],"disallowed"],[[6992,7001],"valid"],[[7002,7018],"valid","","NV8"],[[7019,7027],"valid"],[[7028,7036],"valid","","NV8"],[[7037,7039],"disallowed"],[[7040,7082],"valid"],[[7083,7085],"valid"],[[7086,7097],"valid"],[[7098,7103],"valid"],[[7104,7155],"valid"],[[7156,7163],"disallowed"],[[7164,7167],"valid","","NV8"],[[7168,7223],"valid"],[[7224,7226],"disallowed"],[[7227,7231],"valid","","NV8"],[[7232,7241],"valid"],[[7242,7244],"disallowed"],[[7245,7293],"valid"],[[7294,7295],"valid","","NV8"],[[7296,7296],"mapped","в"],[[7297,7297],"mapped","д"],[[7298,7298],"mapped","о"],[[7299,7299],"mapped","с"],[[7300,7301],"mapped","т"],[[7302,7302],"mapped","ъ"],[[7303,7303],"mapped","ѣ"],[[7304,7304],"mapped","ꙋ"],[[7305,7359],"disallowed"],[[7360,7367],"valid","","NV8"],[[7368,7375],"disallowed"],[[7376,7378],"valid"],[[7379,7379],"valid","","NV8"],[[7380,7410],"valid"],[[7411,7414],"valid"],[[7415,7415],"valid"],[[7416,7417],"valid"],[[7418,7423],"disallowed"],[[7424,7467],"valid"],[[7468,7468],"mapped","a"],[[7469,7469],"mapped","æ"],[[7470,7470],"mapped","b"],[[7471,7471],"valid"],[[7472,7472],"mapped","d"],[[7473,7473],"mapped","e"],[[7474,7474],"mapped","ǝ"],[[7475,7475],"mapped","g"],[[7476,7476],"mapped","h"],[[7477,7477],"mapped","i"],[[7478,7478],"mapped","j"],[[7479,7479],"mapped","k"],[[7480,7480],"mapped","l"],[[7481,7481],"mapped","m"],[[7482,7482],"mapped","n"],[[7483,7483],"valid"],[[7484,7484],"mapped","o"],[[7485,7485],"mapped","ȣ"],[[7486,7486],"mapped","p"],[[7487,7487],"mapped","r"],[[7488,7488],"mapped","t"],[[7489,7489],"mapped","u"],[[7490,7490],"mapped","w"],[[7491,7491],"mapped","a"],[[7492,7492],"mapped","ɐ"],[[7493,7493],"mapped","ɑ"],[[7494,7494],"mapped","ᴂ"],[[7495,7495],"mapped","b"],[[7496,7496],"mapped","d"],[[7497,7497],"mapped","e"],[[7498,7498],"mapped","ə"],[[7499,7499],"mapped","ɛ"],[[7500,7500],"mapped","ɜ"],[[7501,7501],"mapped","g"],[[7502,7502],"valid"],[[7503,7503],"mapped","k"],[[7504,7504],"mapped","m"],[[7505,7505],"mapped","ŋ"],[[7506,7506],"mapped","o"],[[7507,7507],"mapped","ɔ"],[[7508,7508],"mapped","ᴖ"],[[7509,7509],"mapped","ᴗ"],[[7510,7510],"mapped","p"],[[7511,7511],"mapped","t"],[[7512,7512],"mapped","u"],[[7513,7513],"mapped","ᴝ"],[[7514,7514],"mapped","ɯ"],[[7515,7515],"mapped","v"],[[7516,7516],"mapped","ᴥ"],[[7517,7517],"mapped","β"],[[7518,7518],"mapped","γ"],[[7519,7519],"mapped","δ"],[[7520,7520],"mapped","φ"],[[7521,7521],"mapped","χ"],[[7522,7522],"mapped","i"],[[7523,7523],"mapped","r"],[[7524,7524],"mapped","u"],[[7525,7525],"mapped","v"],[[7526,7526],"mapped","β"],[[7527,7527],"mapped","γ"],[[7528,7528],"mapped","ρ"],[[7529,7529],"mapped","φ"],[[7530,7530],"mapped","χ"],[[7531,7531],"valid"],[[7532,7543],"valid"],[[7544,7544],"mapped","н"],[[7545,7578],"valid"],[[7579,7579],"mapped","ɒ"],[[7580,7580],"mapped","c"],[[7581,7581],"mapped","ɕ"],[[7582,7582],"mapped","ð"],[[7583,7583],"mapped","ɜ"],[[7584,7584],"mapped","f"],[[7585,7585],"mapped","ɟ"],[[7586,7586],"mapped","ɡ"],[[7587,7587],"mapped","ɥ"],[[7588,7588],"mapped","ɨ"],[[7589,7589],"mapped","ɩ"],[[7590,7590],"mapped","ɪ"],[[7591,7591],"mapped","ᵻ"],[[7592,7592],"mapped","ʝ"],[[7593,7593],"mapped","ɭ"],[[7594,7594],"mapped","ᶅ"],[[7595,7595],"mapped","ʟ"],[[7596,7596],"mapped","ɱ"],[[7597,7597],"mapped","ɰ"],[[7598,7598],"mapped","ɲ"],[[7599,7599],"mapped","ɳ"],[[7600,7600],"mapped","ɴ"],[[7601,7601],"mapped","ɵ"],[[7602,7602],"mapped","ɸ"],[[7603,7603],"mapped","ʂ"],[[7604,7604],"mapped","ʃ"],[[7605,7605],"mapped","ƫ"],[[7606,7606],"mapped","ʉ"],[[7607,7607],"mapped","ʊ"],[[7608,7608],"mapped","ᴜ"],[[7609,7609],"mapped","ʋ"],[[7610,7610],"mapped","ʌ"],[[7611,7611],"mapped","z"],[[7612,7612],"mapped","ʐ"],[[7613,7613],"mapped","ʑ"],[[7614,7614],"mapped","ʒ"],[[7615,7615],"mapped","θ"],[[7616,7619],"valid"],[[7620,7626],"valid"],[[7627,7654],"valid"],[[7655,7669],"valid"],[[7670,7673],"valid"],[[7674,7674],"disallowed"],[[7675,7675],"valid"],[[7676,7676],"valid"],[[7677,7677],"valid"],[[7678,7679],"valid"],[[7680,7680],"mapped","ḁ"],[[7681,7681],"valid"],[[7682,7682],"mapped","ḃ"],[[7683,7683],"valid"],[[7684,7684],"mapped","ḅ"],[[7685,7685],"valid"],[[7686,7686],"mapped","ḇ"],[[7687,7687],"valid"],[[7688,7688],"mapped","ḉ"],[[7689,7689],"valid"],[[7690,7690],"mapped","ḋ"],[[7691,7691],"valid"],[[7692,7692],"mapped","ḍ"],[[7693,7693],"valid"],[[7694,7694],"mapped","ḏ"],[[7695,7695],"valid"],[[7696,7696],"mapped","ḑ"],[[7697,7697],"valid"],[[7698,7698],"mapped","ḓ"],[[7699,7699],"valid"],[[7700,7700],"mapped","ḕ"],[[7701,7701],"valid"],[[7702,7702],"mapped","ḗ"],[[7703,7703],"valid"],[[7704,7704],"mapped","ḙ"],[[7705,7705],"valid"],[[7706,7706],"mapped","ḛ"],[[7707,7707],"valid"],[[7708,7708],"mapped","ḝ"],[[7709,7709],"valid"],[[7710,7710],"mapped","ḟ"],[[7711,7711],"valid"],[[7712,7712],"mapped","ḡ"],[[7713,7713],"valid"],[[7714,7714],"mapped","ḣ"],[[7715,7715],"valid"],[[7716,7716],"mapped","ḥ"],[[7717,7717],"valid"],[[7718,7718],"mapped","ḧ"],[[7719,7719],"valid"],[[7720,7720],"mapped","ḩ"],[[7721,7721],"valid"],[[7722,7722],"mapped","ḫ"],[[7723,7723],"valid"],[[7724,7724],"mapped","ḭ"],[[7725,7725],"valid"],[[7726,7726],"mapped","ḯ"],[[7727,7727],"valid"],[[7728,7728],"mapped","ḱ"],[[7729,7729],"valid"],[[7730,7730],"mapped","ḳ"],[[7731,7731],"valid"],[[7732,7732],"mapped","ḵ"],[[7733,7733],"valid"],[[7734,7734],"mapped","ḷ"],[[7735,7735],"valid"],[[7736,7736],"mapped","ḹ"],[[7737,7737],"valid"],[[7738,7738],"mapped","ḻ"],[[7739,7739],"valid"],[[7740,7740],"mapped","ḽ"],[[7741,7741],"valid"],[[7742,7742],"mapped","ḿ"],[[7743,7743],"valid"],[[7744,7744],"mapped","ṁ"],[[7745,7745],"valid"],[[7746,7746],"mapped","ṃ"],[[7747,7747],"valid"],[[7748,7748],"mapped","ṅ"],[[7749,7749],"valid"],[[7750,7750],"mapped","ṇ"],[[7751,7751],"valid"],[[7752,7752],"mapped","ṉ"],[[7753,7753],"valid"],[[7754,7754],"mapped","ṋ"],[[7755,7755],"valid"],[[7756,7756],"mapped","ṍ"],[[7757,7757],"valid"],[[7758,7758],"mapped","ṏ"],[[7759,7759],"valid"],[[7760,7760],"mapped","ṑ"],[[7761,7761],"valid"],[[7762,7762],"mapped","ṓ"],[[7763,7763],"valid"],[[7764,7764],"mapped","ṕ"],[[7765,7765],"valid"],[[7766,7766],"mapped","ṗ"],[[7767,7767],"valid"],[[7768,7768],"mapped","ṙ"],[[7769,7769],"valid"],[[7770,7770],"mapped","ṛ"],[[7771,7771],"valid"],[[7772,7772],"mapped","ṝ"],[[7773,7773],"valid"],[[7774,7774],"mapped","ṟ"],[[7775,7775],"valid"],[[7776,7776],"mapped","ṡ"],[[7777,7777],"valid"],[[7778,7778],"mapped","ṣ"],[[7779,7779],"valid"],[[7780,7780],"mapped","ṥ"],[[7781,7781],"valid"],[[7782,7782],"mapped","ṧ"],[[7783,7783],"valid"],[[7784,7784],"mapped","ṩ"],[[7785,7785],"valid"],[[7786,7786],"mapped","ṫ"],[[7787,7787],"valid"],[[7788,7788],"mapped","ṭ"],[[7789,7789],"valid"],[[7790,7790],"mapped","ṯ"],[[7791,7791],"valid"],[[7792,7792],"mapped","ṱ"],[[7793,7793],"valid"],[[7794,7794],"mapped","ṳ"],[[7795,7795],"valid"],[[7796,7796],"mapped","ṵ"],[[7797,7797],"valid"],[[7798,7798],"mapped","ṷ"],[[7799,7799],"valid"],[[7800,7800],"mapped","ṹ"],[[7801,7801],"valid"],[[7802,7802],"mapped","ṻ"],[[7803,7803],"valid"],[[7804,7804],"mapped","ṽ"],[[7805,7805],"valid"],[[7806,7806],"mapped","ṿ"],[[7807,7807],"valid"],[[7808,7808],"mapped","ẁ"],[[7809,7809],"valid"],[[7810,7810],"mapped","ẃ"],[[7811,7811],"valid"],[[7812,7812],"mapped","ẅ"],[[7813,7813],"valid"],[[7814,7814],"mapped","ẇ"],[[7815,7815],"valid"],[[7816,7816],"mapped","ẉ"],[[7817,7817],"valid"],[[7818,7818],"mapped","ẋ"],[[7819,7819],"valid"],[[7820,7820],"mapped","ẍ"],[[7821,7821],"valid"],[[7822,7822],"mapped","ẏ"],[[7823,7823],"valid"],[[7824,7824],"mapped","ẑ"],[[7825,7825],"valid"],[[7826,7826],"mapped","ẓ"],[[7827,7827],"valid"],[[7828,7828],"mapped","ẕ"],[[7829,7833],"valid"],[[7834,7834],"mapped","aʾ"],[[7835,7835],"mapped","ṡ"],[[7836,7837],"valid"],[[7838,7838],"mapped","ss"],[[7839,7839],"valid"],[[7840,7840],"mapped","ạ"],[[7841,7841],"valid"],[[7842,7842],"mapped","ả"],[[7843,7843],"valid"],[[7844,7844],"mapped","ấ"],[[7845,7845],"valid"],[[7846,7846],"mapped","ầ"],[[7847,7847],"valid"],[[7848,7848],"mapped","ẩ"],[[7849,7849],"valid"],[[7850,7850],"mapped","ẫ"],[[7851,7851],"valid"],[[7852,7852],"mapped","ậ"],[[7853,7853],"valid"],[[7854,7854],"mapped","ắ"],[[7855,7855],"valid"],[[7856,7856],"mapped","ằ"],[[7857,7857],"valid"],[[7858,7858],"mapped","ẳ"],[[7859,7859],"valid"],[[7860,7860],"mapped","ẵ"],[[7861,7861],"valid"],[[7862,7862],"mapped","ặ"],[[7863,7863],"valid"],[[7864,7864],"mapped","ẹ"],[[7865,7865],"valid"],[[7866,7866],"mapped","ẻ"],[[7867,7867],"valid"],[[7868,7868],"mapped","ẽ"],[[7869,7869],"valid"],[[7870,7870],"mapped","ế"],[[7871,7871],"valid"],[[7872,7872],"mapped","ề"],[[7873,7873],"valid"],[[7874,7874],"mapped","ể"],[[7875,7875],"valid"],[[7876,7876],"mapped","ễ"],[[7877,7877],"valid"],[[7878,7878],"mapped","ệ"],[[7879,7879],"valid"],[[7880,7880],"mapped","ỉ"],[[7881,7881],"valid"],[[7882,7882],"mapped","ị"],[[7883,7883],"valid"],[[7884,7884],"mapped","ọ"],[[7885,7885],"valid"],[[7886,7886],"mapped","ỏ"],[[7887,7887],"valid"],[[7888,7888],"mapped","ố"],[[7889,7889],"valid"],[[7890,7890],"mapped","ồ"],[[7891,7891],"valid"],[[7892,7892],"mapped","ổ"],[[7893,7893],"valid"],[[7894,7894],"mapped","ỗ"],[[7895,7895],"valid"],[[7896,7896],"mapped","ộ"],[[7897,7897],"valid"],[[7898,7898],"mapped","ớ"],[[7899,7899],"valid"],[[7900,7900],"mapped","ờ"],[[7901,7901],"valid"],[[7902,7902],"mapped","ở"],[[7903,7903],"valid"],[[7904,7904],"mapped","ỡ"],[[7905,7905],"valid"],[[7906,7906],"mapped","ợ"],[[7907,7907],"valid"],[[7908,7908],"mapped","ụ"],[[7909,7909],"valid"],[[7910,7910],"mapped","ủ"],[[7911,7911],"valid"],[[7912,7912],"mapped","ứ"],[[7913,7913],"valid"],[[7914,7914],"mapped","ừ"],[[7915,7915],"valid"],[[7916,7916],"mapped","ử"],[[7917,7917],"valid"],[[7918,7918],"mapped","ữ"],[[7919,7919],"valid"],[[7920,7920],"mapped","ự"],[[7921,7921],"valid"],[[7922,7922],"mapped","ỳ"],[[7923,7923],"valid"],[[7924,7924],"mapped","ỵ"],[[7925,7925],"valid"],[[7926,7926],"mapped","ỷ"],[[7927,7927],"valid"],[[7928,7928],"mapped","ỹ"],[[7929,7929],"valid"],[[7930,7930],"mapped","ỻ"],[[7931,7931],"valid"],[[7932,7932],"mapped","ỽ"],[[7933,7933],"valid"],[[7934,7934],"mapped","ỿ"],[[7935,7935],"valid"],[[7936,7943],"valid"],[[7944,7944],"mapped","ἀ"],[[7945,7945],"mapped","ἁ"],[[7946,7946],"mapped","ἂ"],[[7947,7947],"mapped","ἃ"],[[7948,7948],"mapped","ἄ"],[[7949,7949],"mapped","ἅ"],[[7950,7950],"mapped","ἆ"],[[7951,7951],"mapped","ἇ"],[[7952,7957],"valid"],[[7958,7959],"disallowed"],[[7960,7960],"mapped","ἐ"],[[7961,7961],"mapped","ἑ"],[[7962,7962],"mapped","ἒ"],[[7963,7963],"mapped","ἓ"],[[7964,7964],"mapped","ἔ"],[[7965,7965],"mapped","ἕ"],[[7966,7967],"disallowed"],[[7968,7975],"valid"],[[7976,7976],"mapped","ἠ"],[[7977,7977],"mapped","ἡ"],[[7978,7978],"mapped","ἢ"],[[7979,7979],"mapped","ἣ"],[[7980,7980],"mapped","ἤ"],[[7981,7981],"mapped","ἥ"],[[7982,7982],"mapped","ἦ"],[[7983,7983],"mapped","ἧ"],[[7984,7991],"valid"],[[7992,7992],"mapped","ἰ"],[[7993,7993],"mapped","ἱ"],[[7994,7994],"mapped","ἲ"],[[7995,7995],"mapped","ἳ"],[[7996,7996],"mapped","ἴ"],[[7997,7997],"mapped","ἵ"],[[7998,7998],"mapped","ἶ"],[[7999,7999],"mapped","ἷ"],[[8000,8005],"valid"],[[8006,8007],"disallowed"],[[8008,8008],"mapped","ὀ"],[[8009,8009],"mapped","ὁ"],[[8010,8010],"mapped","ὂ"],[[8011,8011],"mapped","ὃ"],[[8012,8012],"mapped","ὄ"],[[8013,8013],"mapped","ὅ"],[[8014,8015],"disallowed"],[[8016,8023],"valid"],[[8024,8024],"disallowed"],[[8025,8025],"mapped","ὑ"],[[8026,8026],"disallowed"],[[8027,8027],"mapped","ὓ"],[[8028,8028],"disallowed"],[[8029,8029],"mapped","ὕ"],[[8030,8030],"disallowed"],[[8031,8031],"mapped","ὗ"],[[8032,8039],"valid"],[[8040,8040],"mapped","ὠ"],[[8041,8041],"mapped","ὡ"],[[8042,8042],"mapped","ὢ"],[[8043,8043],"mapped","ὣ"],[[8044,8044],"mapped","ὤ"],[[8045,8045],"mapped","ὥ"],[[8046,8046],"mapped","ὦ"],[[8047,8047],"mapped","ὧ"],[[8048,8048],"valid"],[[8049,8049],"mapped","ά"],[[8050,8050],"valid"],[[8051,8051],"mapped","έ"],[[8052,8052],"valid"],[[8053,8053],"mapped","ή"],[[8054,8054],"valid"],[[8055,8055],"mapped","ί"],[[8056,8056],"valid"],[[8057,8057],"mapped","ό"],[[8058,8058],"valid"],[[8059,8059],"mapped","ύ"],[[8060,8060],"valid"],[[8061,8061],"mapped","ώ"],[[8062,8063],"disallowed"],[[8064,8064],"mapped","ἀι"],[[8065,8065],"mapped","ἁι"],[[8066,8066],"mapped","ἂι"],[[8067,8067],"mapped","ἃι"],[[8068,8068],"mapped","ἄι"],[[8069,8069],"mapped","ἅι"],[[8070,8070],"mapped","ἆι"],[[8071,8071],"mapped","ἇι"],[[8072,8072],"mapped","ἀι"],[[8073,8073],"mapped","ἁι"],[[8074,8074],"mapped","ἂι"],[[8075,8075],"mapped","ἃι"],[[8076,8076],"mapped","ἄι"],[[8077,8077],"mapped","ἅι"],[[8078,8078],"mapped","ἆι"],[[8079,8079],"mapped","ἇι"],[[8080,8080],"mapped","ἠι"],[[8081,8081],"mapped","ἡι"],[[8082,8082],"mapped","ἢι"],[[8083,8083],"mapped","ἣι"],[[8084,8084],"mapped","ἤι"],[[8085,8085],"mapped","ἥι"],[[8086,8086],"mapped","ἦι"],[[8087,8087],"mapped","ἧι"],[[8088,8088],"mapped","ἠι"],[[8089,8089],"mapped","ἡι"],[[8090,8090],"mapped","ἢι"],[[8091,8091],"mapped","ἣι"],[[8092,8092],"mapped","ἤι"],[[8093,8093],"mapped","ἥι"],[[8094,8094],"mapped","ἦι"],[[8095,8095],"mapped","ἧι"],[[8096,8096],"mapped","ὠι"],[[8097,8097],"mapped","ὡι"],[[8098,8098],"mapped","ὢι"],[[8099,8099],"mapped","ὣι"],[[8100,8100],"mapped","ὤι"],[[8101,8101],"mapped","ὥι"],[[8102,8102],"mapped","ὦι"],[[8103,8103],"mapped","ὧι"],[[8104,8104],"mapped","ὠι"],[[8105,8105],"mapped","ὡι"],[[8106,8106],"mapped","ὢι"],[[8107,8107],"mapped","ὣι"],[[8108,8108],"mapped","ὤι"],[[8109,8109],"mapped","ὥι"],[[8110,8110],"mapped","ὦι"],[[8111,8111],"mapped","ὧι"],[[8112,8113],"valid"],[[8114,8114],"mapped","ὰι"],[[8115,8115],"mapped","αι"],[[8116,8116],"mapped","άι"],[[8117,8117],"disallowed"],[[8118,8118],"valid"],[[8119,8119],"mapped","ᾶι"],[[8120,8120],"mapped","ᾰ"],[[8121,8121],"mapped","ᾱ"],[[8122,8122],"mapped","ὰ"],[[8123,8123],"mapped","ά"],[[8124,8124],"mapped","αι"],[[8125,8125],"disallowed_STD3_mapped"," ̓"],[[8126,8126],"mapped","ι"],[[8127,8127],"disallowed_STD3_mapped"," ̓"],[[8128,8128],"disallowed_STD3_mapped"," ͂"],[[8129,8129],"disallowed_STD3_mapped"," ̈͂"],[[8130,8130],"mapped","ὴι"],[[8131,8131],"mapped","ηι"],[[8132,8132],"mapped","ήι"],[[8133,8133],"disallowed"],[[8134,8134],"valid"],[[8135,8135],"mapped","ῆι"],[[8136,8136],"mapped","ὲ"],[[8137,8137],"mapped","έ"],[[8138,8138],"mapped","ὴ"],[[8139,8139],"mapped","ή"],[[8140,8140],"mapped","ηι"],[[8141,8141],"disallowed_STD3_mapped"," ̓̀"],[[8142,8142],"disallowed_STD3_mapped"," ̓́"],[[8143,8143],"disallowed_STD3_mapped"," ̓͂"],[[8144,8146],"valid"],[[8147,8147],"mapped","ΐ"],[[8148,8149],"disallowed"],[[8150,8151],"valid"],[[8152,8152],"mapped","ῐ"],[[8153,8153],"mapped","ῑ"],[[8154,8154],"mapped","ὶ"],[[8155,8155],"mapped","ί"],[[8156,8156],"disallowed"],[[8157,8157],"disallowed_STD3_mapped"," ̔̀"],[[8158,8158],"disallowed_STD3_mapped"," ̔́"],[[8159,8159],"disallowed_STD3_mapped"," ̔͂"],[[8160,8162],"valid"],[[8163,8163],"mapped","ΰ"],[[8164,8167],"valid"],[[8168,8168],"mapped","ῠ"],[[8169,8169],"mapped","ῡ"],[[8170,8170],"mapped","ὺ"],[[8171,8171],"mapped","ύ"],[[8172,8172],"mapped","ῥ"],[[8173,8173],"disallowed_STD3_mapped"," ̈̀"],[[8174,8174],"disallowed_STD3_mapped"," ̈́"],[[8175,8175],"disallowed_STD3_mapped","`"],[[8176,8177],"disallowed"],[[8178,8178],"mapped","ὼι"],[[8179,8179],"mapped","ωι"],[[8180,8180],"mapped","ώι"],[[8181,8181],"disallowed"],[[8182,8182],"valid"],[[8183,8183],"mapped","ῶι"],[[8184,8184],"mapped","ὸ"],[[8185,8185],"mapped","ό"],[[8186,8186],"mapped","ὼ"],[[8187,8187],"mapped","ώ"],[[8188,8188],"mapped","ωι"],[[8189,8189],"disallowed_STD3_mapped"," ́"],[[8190,8190],"disallowed_STD3_mapped"," ̔"],[[8191,8191],"disallowed"],[[8192,8202],"disallowed_STD3_mapped"," "],[[8203,8203],"ignored"],[[8204,8205],"deviation",""],[[8206,8207],"disallowed"],[[8208,8208],"valid","","NV8"],[[8209,8209],"mapped","‐"],[[8210,8214],"valid","","NV8"],[[8215,8215],"disallowed_STD3_mapped"," ̳"],[[8216,8227],"valid","","NV8"],[[8228,8230],"disallowed"],[[8231,8231],"valid","","NV8"],[[8232,8238],"disallowed"],[[8239,8239],"disallowed_STD3_mapped"," "],[[8240,8242],"valid","","NV8"],[[8243,8243],"mapped","′′"],[[8244,8244],"mapped","′′′"],[[8245,8245],"valid","","NV8"],[[8246,8246],"mapped","‵‵"],[[8247,8247],"mapped","‵‵‵"],[[8248,8251],"valid","","NV8"],[[8252,8252],"disallowed_STD3_mapped","!!"],[[8253,8253],"valid","","NV8"],[[8254,8254],"disallowed_STD3_mapped"," ̅"],[[8255,8262],"valid","","NV8"],[[8263,8263],"disallowed_STD3_mapped","??"],[[8264,8264],"disallowed_STD3_mapped","?!"],[[8265,8265],"disallowed_STD3_mapped","!?"],[[8266,8269],"valid","","NV8"],[[8270,8274],"valid","","NV8"],[[8275,8276],"valid","","NV8"],[[8277,8278],"valid","","NV8"],[[8279,8279],"mapped","′′′′"],[[8280,8286],"valid","","NV8"],[[8287,8287],"disallowed_STD3_mapped"," "],[[8288,8288],"ignored"],[[8289,8291],"disallowed"],[[8292,8292],"ignored"],[[8293,8293],"disallowed"],[[8294,8297],"disallowed"],[[8298,8303],"disallowed"],[[8304,8304],"mapped","0"],[[8305,8305],"mapped","i"],[[8306,8307],"disallowed"],[[8308,8308],"mapped","4"],[[8309,8309],"mapped","5"],[[8310,8310],"mapped","6"],[[8311,8311],"mapped","7"],[[8312,8312],"mapped","8"],[[8313,8313],"mapped","9"],[[8314,8314],"disallowed_STD3_mapped","+"],[[8315,8315],"mapped","−"],[[8316,8316],"disallowed_STD3_mapped","="],[[8317,8317],"disallowed_STD3_mapped","("],[[8318,8318],"disallowed_STD3_mapped",")"],[[8319,8319],"mapped","n"],[[8320,8320],"mapped","0"],[[8321,8321],"mapped","1"],[[8322,8322],"mapped","2"],[[8323,8323],"mapped","3"],[[8324,8324],"mapped","4"],[[8325,8325],"mapped","5"],[[8326,8326],"mapped","6"],[[8327,8327],"mapped","7"],[[8328,8328],"mapped","8"],[[8329,8329],"mapped","9"],[[8330,8330],"disallowed_STD3_mapped","+"],[[8331,8331],"mapped","−"],[[8332,8332],"disallowed_STD3_mapped","="],[[8333,8333],"disallowed_STD3_mapped","("],[[8334,8334],"disallowed_STD3_mapped",")"],[[8335,8335],"disallowed"],[[8336,8336],"mapped","a"],[[8337,8337],"mapped","e"],[[8338,8338],"mapped","o"],[[8339,8339],"mapped","x"],[[8340,8340],"mapped","ə"],[[8341,8341],"mapped","h"],[[8342,8342],"mapped","k"],[[8343,8343],"mapped","l"],[[8344,8344],"mapped","m"],[[8345,8345],"mapped","n"],[[8346,8346],"mapped","p"],[[8347,8347],"mapped","s"],[[8348,8348],"mapped","t"],[[8349,8351],"disallowed"],[[8352,8359],"valid","","NV8"],[[8360,8360],"mapped","rs"],[[8361,8362],"valid","","NV8"],[[8363,8363],"valid","","NV8"],[[8364,8364],"valid","","NV8"],[[8365,8367],"valid","","NV8"],[[8368,8369],"valid","","NV8"],[[8370,8373],"valid","","NV8"],[[8374,8376],"valid","","NV8"],[[8377,8377],"valid","","NV8"],[[8378,8378],"valid","","NV8"],[[8379,8381],"valid","","NV8"],[[8382,8382],"valid","","NV8"],[[8383,8383],"valid","","NV8"],[[8384,8399],"disallowed"],[[8400,8417],"valid","","NV8"],[[8418,8419],"valid","","NV8"],[[8420,8426],"valid","","NV8"],[[8427,8427],"valid","","NV8"],[[8428,8431],"valid","","NV8"],[[8432,8432],"valid","","NV8"],[[8433,8447],"disallowed"],[[8448,8448],"disallowed_STD3_mapped","a/c"],[[8449,8449],"disallowed_STD3_mapped","a/s"],[[8450,8450],"mapped","c"],[[8451,8451],"mapped","°c"],[[8452,8452],"valid","","NV8"],[[8453,8453],"disallowed_STD3_mapped","c/o"],[[8454,8454],"disallowed_STD3_mapped","c/u"],[[8455,8455],"mapped","ɛ"],[[8456,8456],"valid","","NV8"],[[8457,8457],"mapped","°f"],[[8458,8458],"mapped","g"],[[8459,8462],"mapped","h"],[[8463,8463],"mapped","ħ"],[[8464,8465],"mapped","i"],[[8466,8467],"mapped","l"],[[8468,8468],"valid","","NV8"],[[8469,8469],"mapped","n"],[[8470,8470],"mapped","no"],[[8471,8472],"valid","","NV8"],[[8473,8473],"mapped","p"],[[8474,8474],"mapped","q"],[[8475,8477],"mapped","r"],[[8478,8479],"valid","","NV8"],[[8480,8480],"mapped","sm"],[[8481,8481],"mapped","tel"],[[8482,8482],"mapped","tm"],[[8483,8483],"valid","","NV8"],[[8484,8484],"mapped","z"],[[8485,8485],"valid","","NV8"],[[8486,8486],"mapped","ω"],[[8487,8487],"valid","","NV8"],[[8488,8488],"mapped","z"],[[8489,8489],"valid","","NV8"],[[8490,8490],"mapped","k"],[[8491,8491],"mapped","å"],[[8492,8492],"mapped","b"],[[8493,8493],"mapped","c"],[[8494,8494],"valid","","NV8"],[[8495,8496],"mapped","e"],[[8497,8497],"mapped","f"],[[8498,8498],"disallowed"],[[8499,8499],"mapped","m"],[[8500,8500],"mapped","o"],[[8501,8501],"mapped","א"],[[8502,8502],"mapped","ב"],[[8503,8503],"mapped","ג"],[[8504,8504],"mapped","ד"],[[8505,8505],"mapped","i"],[[8506,8506],"valid","","NV8"],[[8507,8507],"mapped","fax"],[[8508,8508],"mapped","π"],[[8509,8510],"mapped","γ"],[[8511,8511],"mapped","π"],[[8512,8512],"mapped","∑"],[[8513,8516],"valid","","NV8"],[[8517,8518],"mapped","d"],[[8519,8519],"mapped","e"],[[8520,8520],"mapped","i"],[[8521,8521],"mapped","j"],[[8522,8523],"valid","","NV8"],[[8524,8524],"valid","","NV8"],[[8525,8525],"valid","","NV8"],[[8526,8526],"valid"],[[8527,8527],"valid","","NV8"],[[8528,8528],"mapped","1⁄7"],[[8529,8529],"mapped","1⁄9"],[[8530,8530],"mapped","1⁄10"],[[8531,8531],"mapped","1⁄3"],[[8532,8532],"mapped","2⁄3"],[[8533,8533],"mapped","1⁄5"],[[8534,8534],"mapped","2⁄5"],[[8535,8535],"mapped","3⁄5"],[[8536,8536],"mapped","4⁄5"],[[8537,8537],"mapped","1⁄6"],[[8538,8538],"mapped","5⁄6"],[[8539,8539],"mapped","1⁄8"],[[8540,8540],"mapped","3⁄8"],[[8541,8541],"mapped","5⁄8"],[[8542,8542],"mapped","7⁄8"],[[8543,8543],"mapped","1⁄"],[[8544,8544],"mapped","i"],[[8545,8545],"mapped","ii"],[[8546,8546],"mapped","iii"],[[8547,8547],"mapped","iv"],[[8548,8548],"mapped","v"],[[8549,8549],"mapped","vi"],[[8550,8550],"mapped","vii"],[[8551,8551],"mapped","viii"],[[8552,8552],"mapped","ix"],[[8553,8553],"mapped","x"],[[8554,8554],"mapped","xi"],[[8555,8555],"mapped","xii"],[[8556,8556],"mapped","l"],[[8557,8557],"mapped","c"],[[8558,8558],"mapped","d"],[[8559,8559],"mapped","m"],[[8560,8560],"mapped","i"],[[8561,8561],"mapped","ii"],[[8562,8562],"mapped","iii"],[[8563,8563],"mapped","iv"],[[8564,8564],"mapped","v"],[[8565,8565],"mapped","vi"],[[8566,8566],"mapped","vii"],[[8567,8567],"mapped","viii"],[[8568,8568],"mapped","ix"],[[8569,8569],"mapped","x"],[[8570,8570],"mapped","xi"],[[8571,8571],"mapped","xii"],[[8572,8572],"mapped","l"],[[8573,8573],"mapped","c"],[[8574,8574],"mapped","d"],[[8575,8575],"mapped","m"],[[8576,8578],"valid","","NV8"],[[8579,8579],"disallowed"],[[8580,8580],"valid"],[[8581,8584],"valid","","NV8"],[[8585,8585],"mapped","0⁄3"],[[8586,8587],"valid","","NV8"],[[8588,8591],"disallowed"],[[8592,8682],"valid","","NV8"],[[8683,8691],"valid","","NV8"],[[8692,8703],"valid","","NV8"],[[8704,8747],"valid","","NV8"],[[8748,8748],"mapped","∫∫"],[[8749,8749],"mapped","∫∫∫"],[[8750,8750],"valid","","NV8"],[[8751,8751],"mapped","∮∮"],[[8752,8752],"mapped","∮∮∮"],[[8753,8799],"valid","","NV8"],[[8800,8800],"disallowed_STD3_valid"],[[8801,8813],"valid","","NV8"],[[8814,8815],"disallowed_STD3_valid"],[[8816,8945],"valid","","NV8"],[[8946,8959],"valid","","NV8"],[[8960,8960],"valid","","NV8"],[[8961,8961],"valid","","NV8"],[[8962,9000],"valid","","NV8"],[[9001,9001],"mapped","〈"],[[9002,9002],"mapped","〉"],[[9003,9082],"valid","","NV8"],[[9083,9083],"valid","","NV8"],[[9084,9084],"valid","","NV8"],[[9085,9114],"valid","","NV8"],[[9115,9166],"valid","","NV8"],[[9167,9168],"valid","","NV8"],[[9169,9179],"valid","","NV8"],[[9180,9191],"valid","","NV8"],[[9192,9192],"valid","","NV8"],[[9193,9203],"valid","","NV8"],[[9204,9210],"valid","","NV8"],[[9211,9214],"valid","","NV8"],[[9215,9215],"valid","","NV8"],[[9216,9252],"valid","","NV8"],[[9253,9254],"valid","","NV8"],[[9255,9279],"disallowed"],[[9280,9290],"valid","","NV8"],[[9291,9311],"disallowed"],[[9312,9312],"mapped","1"],[[9313,9313],"mapped","2"],[[9314,9314],"mapped","3"],[[9315,9315],"mapped","4"],[[9316,9316],"mapped","5"],[[9317,9317],"mapped","6"],[[9318,9318],"mapped","7"],[[9319,9319],"mapped","8"],[[9320,9320],"mapped","9"],[[9321,9321],"mapped","10"],[[9322,9322],"mapped","11"],[[9323,9323],"mapped","12"],[[9324,9324],"mapped","13"],[[9325,9325],"mapped","14"],[[9326,9326],"mapped","15"],[[9327,9327],"mapped","16"],[[9328,9328],"mapped","17"],[[9329,9329],"mapped","18"],[[9330,9330],"mapped","19"],[[9331,9331],"mapped","20"],[[9332,9332],"disallowed_STD3_mapped","(1)"],[[9333,9333],"disallowed_STD3_mapped","(2)"],[[9334,9334],"disallowed_STD3_mapped","(3)"],[[9335,9335],"disallowed_STD3_mapped","(4)"],[[9336,9336],"disallowed_STD3_mapped","(5)"],[[9337,9337],"disallowed_STD3_mapped","(6)"],[[9338,9338],"disallowed_STD3_mapped","(7)"],[[9339,9339],"disallowed_STD3_mapped","(8)"],[[9340,9340],"disallowed_STD3_mapped","(9)"],[[9341,9341],"disallowed_STD3_mapped","(10)"],[[9342,9342],"disallowed_STD3_mapped","(11)"],[[9343,9343],"disallowed_STD3_mapped","(12)"],[[9344,9344],"disallowed_STD3_mapped","(13)"],[[9345,9345],"disallowed_STD3_mapped","(14)"],[[9346,9346],"disallowed_STD3_mapped","(15)"],[[9347,9347],"disallowed_STD3_mapped","(16)"],[[9348,9348],"disallowed_STD3_mapped","(17)"],[[9349,9349],"disallowed_STD3_mapped","(18)"],[[9350,9350],"disallowed_STD3_mapped","(19)"],[[9351,9351],"disallowed_STD3_mapped","(20)"],[[9352,9371],"disallowed"],[[9372,9372],"disallowed_STD3_mapped","(a)"],[[9373,9373],"disallowed_STD3_mapped","(b)"],[[9374,9374],"disallowed_STD3_mapped","(c)"],[[9375,9375],"disallowed_STD3_mapped","(d)"],[[9376,9376],"disallowed_STD3_mapped","(e)"],[[9377,9377],"disallowed_STD3_mapped","(f)"],[[9378,9378],"disallowed_STD3_mapped","(g)"],[[9379,9379],"disallowed_STD3_mapped","(h)"],[[9380,9380],"disallowed_STD3_mapped","(i)"],[[9381,9381],"disallowed_STD3_mapped","(j)"],[[9382,9382],"disallowed_STD3_mapped","(k)"],[[9383,9383],"disallowed_STD3_mapped","(l)"],[[9384,9384],"disallowed_STD3_mapped","(m)"],[[9385,9385],"disallowed_STD3_mapped","(n)"],[[9386,9386],"disallowed_STD3_mapped","(o)"],[[9387,9387],"disallowed_STD3_mapped","(p)"],[[9388,9388],"disallowed_STD3_mapped","(q)"],[[9389,9389],"disallowed_STD3_mapped","(r)"],[[9390,9390],"disallowed_STD3_mapped","(s)"],[[9391,9391],"disallowed_STD3_mapped","(t)"],[[9392,9392],"disallowed_STD3_mapped","(u)"],[[9393,9393],"disallowed_STD3_mapped","(v)"],[[9394,9394],"disallowed_STD3_mapped","(w)"],[[9395,9395],"disallowed_STD3_mapped","(x)"],[[9396,9396],"disallowed_STD3_mapped","(y)"],[[9397,9397],"disallowed_STD3_mapped","(z)"],[[9398,9398],"mapped","a"],[[9399,9399],"mapped","b"],[[9400,9400],"mapped","c"],[[9401,9401],"mapped","d"],[[9402,9402],"mapped","e"],[[9403,9403],"mapped","f"],[[9404,9404],"mapped","g"],[[9405,9405],"mapped","h"],[[9406,9406],"mapped","i"],[[9407,9407],"mapped","j"],[[9408,9408],"mapped","k"],[[9409,9409],"mapped","l"],[[9410,9410],"mapped","m"],[[9411,9411],"mapped","n"],[[9412,9412],"mapped","o"],[[9413,9413],"mapped","p"],[[9414,9414],"mapped","q"],[[9415,9415],"mapped","r"],[[9416,9416],"mapped","s"],[[9417,9417],"mapped","t"],[[9418,9418],"mapped","u"],[[9419,9419],"mapped","v"],[[9420,9420],"mapped","w"],[[9421,9421],"mapped","x"],[[9422,9422],"mapped","y"],[[9423,9423],"mapped","z"],[[9424,9424],"mapped","a"],[[9425,9425],"mapped","b"],[[9426,9426],"mapped","c"],[[9427,9427],"mapped","d"],[[9428,9428],"mapped","e"],[[9429,9429],"mapped","f"],[[9430,9430],"mapped","g"],[[9431,9431],"mapped","h"],[[9432,9432],"mapped","i"],[[9433,9433],"mapped","j"],[[9434,9434],"mapped","k"],[[9435,9435],"mapped","l"],[[9436,9436],"mapped","m"],[[9437,9437],"mapped","n"],[[9438,9438],"mapped","o"],[[9439,9439],"mapped","p"],[[9440,9440],"mapped","q"],[[9441,9441],"mapped","r"],[[9442,9442],"mapped","s"],[[9443,9443],"mapped","t"],[[9444,9444],"mapped","u"],[[9445,9445],"mapped","v"],[[9446,9446],"mapped","w"],[[9447,9447],"mapped","x"],[[9448,9448],"mapped","y"],[[9449,9449],"mapped","z"],[[9450,9450],"mapped","0"],[[9451,9470],"valid","","NV8"],[[9471,9471],"valid","","NV8"],[[9472,9621],"valid","","NV8"],[[9622,9631],"valid","","NV8"],[[9632,9711],"valid","","NV8"],[[9712,9719],"valid","","NV8"],[[9720,9727],"valid","","NV8"],[[9728,9747],"valid","","NV8"],[[9748,9749],"valid","","NV8"],[[9750,9751],"valid","","NV8"],[[9752,9752],"valid","","NV8"],[[9753,9753],"valid","","NV8"],[[9754,9839],"valid","","NV8"],[[9840,9841],"valid","","NV8"],[[9842,9853],"valid","","NV8"],[[9854,9855],"valid","","NV8"],[[9856,9865],"valid","","NV8"],[[9866,9873],"valid","","NV8"],[[9874,9884],"valid","","NV8"],[[9885,9885],"valid","","NV8"],[[9886,9887],"valid","","NV8"],[[9888,9889],"valid","","NV8"],[[9890,9905],"valid","","NV8"],[[9906,9906],"valid","","NV8"],[[9907,9916],"valid","","NV8"],[[9917,9919],"valid","","NV8"],[[9920,9923],"valid","","NV8"],[[9924,9933],"valid","","NV8"],[[9934,9934],"valid","","NV8"],[[9935,9953],"valid","","NV8"],[[9954,9954],"valid","","NV8"],[[9955,9955],"valid","","NV8"],[[9956,9959],"valid","","NV8"],[[9960,9983],"valid","","NV8"],[[9984,9984],"valid","","NV8"],[[9985,9988],"valid","","NV8"],[[9989,9989],"valid","","NV8"],[[9990,9993],"valid","","NV8"],[[9994,9995],"valid","","NV8"],[[9996,10023],"valid","","NV8"],[[10024,10024],"valid","","NV8"],[[10025,10059],"valid","","NV8"],[[10060,10060],"valid","","NV8"],[[10061,10061],"valid","","NV8"],[[10062,10062],"valid","","NV8"],[[10063,10066],"valid","","NV8"],[[10067,10069],"valid","","NV8"],[[10070,10070],"valid","","NV8"],[[10071,10071],"valid","","NV8"],[[10072,10078],"valid","","NV8"],[[10079,10080],"valid","","NV8"],[[10081,10087],"valid","","NV8"],[[10088,10101],"valid","","NV8"],[[10102,10132],"valid","","NV8"],[[10133,10135],"valid","","NV8"],[[10136,10159],"valid","","NV8"],[[10160,10160],"valid","","NV8"],[[10161,10174],"valid","","NV8"],[[10175,10175],"valid","","NV8"],[[10176,10182],"valid","","NV8"],[[10183,10186],"valid","","NV8"],[[10187,10187],"valid","","NV8"],[[10188,10188],"valid","","NV8"],[[10189,10189],"valid","","NV8"],[[10190,10191],"valid","","NV8"],[[10192,10219],"valid","","NV8"],[[10220,10223],"valid","","NV8"],[[10224,10239],"valid","","NV8"],[[10240,10495],"valid","","NV8"],[[10496,10763],"valid","","NV8"],[[10764,10764],"mapped","∫∫∫∫"],[[10765,10867],"valid","","NV8"],[[10868,10868],"disallowed_STD3_mapped","::="],[[10869,10869],"disallowed_STD3_mapped","=="],[[10870,10870],"disallowed_STD3_mapped","==="],[[10871,10971],"valid","","NV8"],[[10972,10972],"mapped","⫝̸"],[[10973,11007],"valid","","NV8"],[[11008,11021],"valid","","NV8"],[[11022,11027],"valid","","NV8"],[[11028,11034],"valid","","NV8"],[[11035,11039],"valid","","NV8"],[[11040,11043],"valid","","NV8"],[[11044,11084],"valid","","NV8"],[[11085,11087],"valid","","NV8"],[[11088,11092],"valid","","NV8"],[[11093,11097],"valid","","NV8"],[[11098,11123],"valid","","NV8"],[[11124,11125],"disallowed"],[[11126,11157],"valid","","NV8"],[[11158,11159],"disallowed"],[[11160,11193],"valid","","NV8"],[[11194,11196],"disallowed"],[[11197,11208],"valid","","NV8"],[[11209,11209],"disallowed"],[[11210,11217],"valid","","NV8"],[[11218,11218],"valid","","NV8"],[[11219,11243],"disallowed"],[[11244,11247],"valid","","NV8"],[[11248,11263],"disallowed"],[[11264,11264],"mapped","ⰰ"],[[11265,11265],"mapped","ⰱ"],[[11266,11266],"mapped","ⰲ"],[[11267,11267],"mapped","ⰳ"],[[11268,11268],"mapped","ⰴ"],[[11269,11269],"mapped","ⰵ"],[[11270,11270],"mapped","ⰶ"],[[11271,11271],"mapped","ⰷ"],[[11272,11272],"mapped","ⰸ"],[[11273,11273],"mapped","ⰹ"],[[11274,11274],"mapped","ⰺ"],[[11275,11275],"mapped","ⰻ"],[[11276,11276],"mapped","ⰼ"],[[11277,11277],"mapped","ⰽ"],[[11278,11278],"mapped","ⰾ"],[[11279,11279],"mapped","ⰿ"],[[11280,11280],"mapped","ⱀ"],[[11281,11281],"mapped","ⱁ"],[[11282,11282],"mapped","ⱂ"],[[11283,11283],"mapped","ⱃ"],[[11284,11284],"mapped","ⱄ"],[[11285,11285],"mapped","ⱅ"],[[11286,11286],"mapped","ⱆ"],[[11287,11287],"mapped","ⱇ"],[[11288,11288],"mapped","ⱈ"],[[11289,11289],"mapped","ⱉ"],[[11290,11290],"mapped","ⱊ"],[[11291,11291],"mapped","ⱋ"],[[11292,11292],"mapped","ⱌ"],[[11293,11293],"mapped","ⱍ"],[[11294,11294],"mapped","ⱎ"],[[11295,11295],"mapped","ⱏ"],[[11296,11296],"mapped","ⱐ"],[[11297,11297],"mapped","ⱑ"],[[11298,11298],"mapped","ⱒ"],[[11299,11299],"mapped","ⱓ"],[[11300,11300],"mapped","ⱔ"],[[11301,11301],"mapped","ⱕ"],[[11302,11302],"mapped","ⱖ"],[[11303,11303],"mapped","ⱗ"],[[11304,11304],"mapped","ⱘ"],[[11305,11305],"mapped","ⱙ"],[[11306,11306],"mapped","ⱚ"],[[11307,11307],"mapped","ⱛ"],[[11308,11308],"mapped","ⱜ"],[[11309,11309],"mapped","ⱝ"],[[11310,11310],"mapped","ⱞ"],[[11311,11311],"disallowed"],[[11312,11358],"valid"],[[11359,11359],"disallowed"],[[11360,11360],"mapped","ⱡ"],[[11361,11361],"valid"],[[11362,11362],"mapped","ɫ"],[[11363,11363],"mapped","ᵽ"],[[11364,11364],"mapped","ɽ"],[[11365,11366],"valid"],[[11367,11367],"mapped","ⱨ"],[[11368,11368],"valid"],[[11369,11369],"mapped","ⱪ"],[[11370,11370],"valid"],[[11371,11371],"mapped","ⱬ"],[[11372,11372],"valid"],[[11373,11373],"mapped","ɑ"],[[11374,11374],"mapped","ɱ"],[[11375,11375],"mapped","ɐ"],[[11376,11376],"mapped","ɒ"],[[11377,11377],"valid"],[[11378,11378],"mapped","ⱳ"],[[11379,11379],"valid"],[[11380,11380],"valid"],[[11381,11381],"mapped","ⱶ"],[[11382,11383],"valid"],[[11384,11387],"valid"],[[11388,11388],"mapped","j"],[[11389,11389],"mapped","v"],[[11390,11390],"mapped","ȿ"],[[11391,11391],"mapped","ɀ"],[[11392,11392],"mapped","ⲁ"],[[11393,11393],"valid"],[[11394,11394],"mapped","ⲃ"],[[11395,11395],"valid"],[[11396,11396],"mapped","ⲅ"],[[11397,11397],"valid"],[[11398,11398],"mapped","ⲇ"],[[11399,11399],"valid"],[[11400,11400],"mapped","ⲉ"],[[11401,11401],"valid"],[[11402,11402],"mapped","ⲋ"],[[11403,11403],"valid"],[[11404,11404],"mapped","ⲍ"],[[11405,11405],"valid"],[[11406,11406],"mapped","ⲏ"],[[11407,11407],"valid"],[[11408,11408],"mapped","ⲑ"],[[11409,11409],"valid"],[[11410,11410],"mapped","ⲓ"],[[11411,11411],"valid"],[[11412,11412],"mapped","ⲕ"],[[11413,11413],"valid"],[[11414,11414],"mapped","ⲗ"],[[11415,11415],"valid"],[[11416,11416],"mapped","ⲙ"],[[11417,11417],"valid"],[[11418,11418],"mapped","ⲛ"],[[11419,11419],"valid"],[[11420,11420],"mapped","ⲝ"],[[11421,11421],"valid"],[[11422,11422],"mapped","ⲟ"],[[11423,11423],"valid"],[[11424,11424],"mapped","ⲡ"],[[11425,11425],"valid"],[[11426,11426],"mapped","ⲣ"],[[11427,11427],"valid"],[[11428,11428],"mapped","ⲥ"],[[11429,11429],"valid"],[[11430,11430],"mapped","ⲧ"],[[11431,11431],"valid"],[[11432,11432],"mapped","ⲩ"],[[11433,11433],"valid"],[[11434,11434],"mapped","ⲫ"],[[11435,11435],"valid"],[[11436,11436],"mapped","ⲭ"],[[11437,11437],"valid"],[[11438,11438],"mapped","ⲯ"],[[11439,11439],"valid"],[[11440,11440],"mapped","ⲱ"],[[11441,11441],"valid"],[[11442,11442],"mapped","ⲳ"],[[11443,11443],"valid"],[[11444,11444],"mapped","ⲵ"],[[11445,11445],"valid"],[[11446,11446],"mapped","ⲷ"],[[11447,11447],"valid"],[[11448,11448],"mapped","ⲹ"],[[11449,11449],"valid"],[[11450,11450],"mapped","ⲻ"],[[11451,11451],"valid"],[[11452,11452],"mapped","ⲽ"],[[11453,11453],"valid"],[[11454,11454],"mapped","ⲿ"],[[11455,11455],"valid"],[[11456,11456],"mapped","ⳁ"],[[11457,11457],"valid"],[[11458,11458],"mapped","ⳃ"],[[11459,11459],"valid"],[[11460,11460],"mapped","ⳅ"],[[11461,11461],"valid"],[[11462,11462],"mapped","ⳇ"],[[11463,11463],"valid"],[[11464,11464],"mapped","ⳉ"],[[11465,11465],"valid"],[[11466,11466],"mapped","ⳋ"],[[11467,11467],"valid"],[[11468,11468],"mapped","ⳍ"],[[11469,11469],"valid"],[[11470,11470],"mapped","ⳏ"],[[11471,11471],"valid"],[[11472,11472],"mapped","ⳑ"],[[11473,11473],"valid"],[[11474,11474],"mapped","ⳓ"],[[11475,11475],"valid"],[[11476,11476],"mapped","ⳕ"],[[11477,11477],"valid"],[[11478,11478],"mapped","ⳗ"],[[11479,11479],"valid"],[[11480,11480],"mapped","ⳙ"],[[11481,11481],"valid"],[[11482,11482],"mapped","ⳛ"],[[11483,11483],"valid"],[[11484,11484],"mapped","ⳝ"],[[11485,11485],"valid"],[[11486,11486],"mapped","ⳟ"],[[11487,11487],"valid"],[[11488,11488],"mapped","ⳡ"],[[11489,11489],"valid"],[[11490,11490],"mapped","ⳣ"],[[11491,11492],"valid"],[[11493,11498],"valid","","NV8"],[[11499,11499],"mapped","ⳬ"],[[11500,11500],"valid"],[[11501,11501],"mapped","ⳮ"],[[11502,11505],"valid"],[[11506,11506],"mapped","ⳳ"],[[11507,11507],"valid"],[[11508,11512],"disallowed"],[[11513,11519],"valid","","NV8"],[[11520,11557],"valid"],[[11558,11558],"disallowed"],[[11559,11559],"valid"],[[11560,11564],"disallowed"],[[11565,11565],"valid"],[[11566,11567],"disallowed"],[[11568,11621],"valid"],[[11622,11623],"valid"],[[11624,11630],"disallowed"],[[11631,11631],"mapped","ⵡ"],[[11632,11632],"valid","","NV8"],[[11633,11646],"disallowed"],[[11647,11647],"valid"],[[11648,11670],"valid"],[[11671,11679],"disallowed"],[[11680,11686],"valid"],[[11687,11687],"disallowed"],[[11688,11694],"valid"],[[11695,11695],"disallowed"],[[11696,11702],"valid"],[[11703,11703],"disallowed"],[[11704,11710],"valid"],[[11711,11711],"disallowed"],[[11712,11718],"valid"],[[11719,11719],"disallowed"],[[11720,11726],"valid"],[[11727,11727],"disallowed"],[[11728,11734],"valid"],[[11735,11735],"disallowed"],[[11736,11742],"valid"],[[11743,11743],"disallowed"],[[11744,11775],"valid"],[[11776,11799],"valid","","NV8"],[[11800,11803],"valid","","NV8"],[[11804,11805],"valid","","NV8"],[[11806,11822],"valid","","NV8"],[[11823,11823],"valid"],[[11824,11824],"valid","","NV8"],[[11825,11825],"valid","","NV8"],[[11826,11835],"valid","","NV8"],[[11836,11842],"valid","","NV8"],[[11843,11844],"valid","","NV8"],[[11845,11849],"valid","","NV8"],[[11850,11903],"disallowed"],[[11904,11929],"valid","","NV8"],[[11930,11930],"disallowed"],[[11931,11934],"valid","","NV8"],[[11935,11935],"mapped","母"],[[11936,12018],"valid","","NV8"],[[12019,12019],"mapped","龟"],[[12020,12031],"disallowed"],[[12032,12032],"mapped","一"],[[12033,12033],"mapped","丨"],[[12034,12034],"mapped","丶"],[[12035,12035],"mapped","丿"],[[12036,12036],"mapped","乙"],[[12037,12037],"mapped","亅"],[[12038,12038],"mapped","二"],[[12039,12039],"mapped","亠"],[[12040,12040],"mapped","人"],[[12041,12041],"mapped","儿"],[[12042,12042],"mapped","入"],[[12043,12043],"mapped","八"],[[12044,12044],"mapped","冂"],[[12045,12045],"mapped","冖"],[[12046,12046],"mapped","冫"],[[12047,12047],"mapped","几"],[[12048,12048],"mapped","凵"],[[12049,12049],"mapped","刀"],[[12050,12050],"mapped","力"],[[12051,12051],"mapped","勹"],[[12052,12052],"mapped","匕"],[[12053,12053],"mapped","匚"],[[12054,12054],"mapped","匸"],[[12055,12055],"mapped","十"],[[12056,12056],"mapped","卜"],[[12057,12057],"mapped","卩"],[[12058,12058],"mapped","厂"],[[12059,12059],"mapped","厶"],[[12060,12060],"mapped","又"],[[12061,12061],"mapped","口"],[[12062,12062],"mapped","囗"],[[12063,12063],"mapped","土"],[[12064,12064],"mapped","士"],[[12065,12065],"mapped","夂"],[[12066,12066],"mapped","夊"],[[12067,12067],"mapped","夕"],[[12068,12068],"mapped","大"],[[12069,12069],"mapped","女"],[[12070,12070],"mapped","子"],[[12071,12071],"mapped","宀"],[[12072,12072],"mapped","寸"],[[12073,12073],"mapped","小"],[[12074,12074],"mapped","尢"],[[12075,12075],"mapped","尸"],[[12076,12076],"mapped","屮"],[[12077,12077],"mapped","山"],[[12078,12078],"mapped","巛"],[[12079,12079],"mapped","工"],[[12080,12080],"mapped","己"],[[12081,12081],"mapped","巾"],[[12082,12082],"mapped","干"],[[12083,12083],"mapped","幺"],[[12084,12084],"mapped","广"],[[12085,12085],"mapped","廴"],[[12086,12086],"mapped","廾"],[[12087,12087],"mapped","弋"],[[12088,12088],"mapped","弓"],[[12089,12089],"mapped","彐"],[[12090,12090],"mapped","彡"],[[12091,12091],"mapped","彳"],[[12092,12092],"mapped","心"],[[12093,12093],"mapped","戈"],[[12094,12094],"mapped","戶"],[[12095,12095],"mapped","手"],[[12096,12096],"mapped","支"],[[12097,12097],"mapped","攴"],[[12098,12098],"mapped","文"],[[12099,12099],"mapped","斗"],[[12100,12100],"mapped","斤"],[[12101,12101],"mapped","方"],[[12102,12102],"mapped","无"],[[12103,12103],"mapped","日"],[[12104,12104],"mapped","曰"],[[12105,12105],"mapped","月"],[[12106,12106],"mapped","木"],[[12107,12107],"mapped","欠"],[[12108,12108],"mapped","止"],[[12109,12109],"mapped","歹"],[[12110,12110],"mapped","殳"],[[12111,12111],"mapped","毋"],[[12112,12112],"mapped","比"],[[12113,12113],"mapped","毛"],[[12114,12114],"mapped","氏"],[[12115,12115],"mapped","气"],[[12116,12116],"mapped","水"],[[12117,12117],"mapped","火"],[[12118,12118],"mapped","爪"],[[12119,12119],"mapped","父"],[[12120,12120],"mapped","爻"],[[12121,12121],"mapped","爿"],[[12122,12122],"mapped","片"],[[12123,12123],"mapped","牙"],[[12124,12124],"mapped","牛"],[[12125,12125],"mapped","犬"],[[12126,12126],"mapped","玄"],[[12127,12127],"mapped","玉"],[[12128,12128],"mapped","瓜"],[[12129,12129],"mapped","瓦"],[[12130,12130],"mapped","甘"],[[12131,12131],"mapped","生"],[[12132,12132],"mapped","用"],[[12133,12133],"mapped","田"],[[12134,12134],"mapped","疋"],[[12135,12135],"mapped","疒"],[[12136,12136],"mapped","癶"],[[12137,12137],"mapped","白"],[[12138,12138],"mapped","皮"],[[12139,12139],"mapped","皿"],[[12140,12140],"mapped","目"],[[12141,12141],"mapped","矛"],[[12142,12142],"mapped","矢"],[[12143,12143],"mapped","石"],[[12144,12144],"mapped","示"],[[12145,12145],"mapped","禸"],[[12146,12146],"mapped","禾"],[[12147,12147],"mapped","穴"],[[12148,12148],"mapped","立"],[[12149,12149],"mapped","竹"],[[12150,12150],"mapped","米"],[[12151,12151],"mapped","糸"],[[12152,12152],"mapped","缶"],[[12153,12153],"mapped","网"],[[12154,12154],"mapped","羊"],[[12155,12155],"mapped","羽"],[[12156,12156],"mapped","老"],[[12157,12157],"mapped","而"],[[12158,12158],"mapped","耒"],[[12159,12159],"mapped","耳"],[[12160,12160],"mapped","聿"],[[12161,12161],"mapped","肉"],[[12162,12162],"mapped","臣"],[[12163,12163],"mapped","自"],[[12164,12164],"mapped","至"],[[12165,12165],"mapped","臼"],[[12166,12166],"mapped","舌"],[[12167,12167],"mapped","舛"],[[12168,12168],"mapped","舟"],[[12169,12169],"mapped","艮"],[[12170,12170],"mapped","色"],[[12171,12171],"mapped","艸"],[[12172,12172],"mapped","虍"],[[12173,12173],"mapped","虫"],[[12174,12174],"mapped","血"],[[12175,12175],"mapped","行"],[[12176,12176],"mapped","衣"],[[12177,12177],"mapped","襾"],[[12178,12178],"mapped","見"],[[12179,12179],"mapped","角"],[[12180,12180],"mapped","言"],[[12181,12181],"mapped","谷"],[[12182,12182],"mapped","豆"],[[12183,12183],"mapped","豕"],[[12184,12184],"mapped","豸"],[[12185,12185],"mapped","貝"],[[12186,12186],"mapped","赤"],[[12187,12187],"mapped","走"],[[12188,12188],"mapped","足"],[[12189,12189],"mapped","身"],[[12190,12190],"mapped","車"],[[12191,12191],"mapped","辛"],[[12192,12192],"mapped","辰"],[[12193,12193],"mapped","辵"],[[12194,12194],"mapped","邑"],[[12195,12195],"mapped","酉"],[[12196,12196],"mapped","釆"],[[12197,12197],"mapped","里"],[[12198,12198],"mapped","金"],[[12199,12199],"mapped","長"],[[12200,12200],"mapped","門"],[[12201,12201],"mapped","阜"],[[12202,12202],"mapped","隶"],[[12203,12203],"mapped","隹"],[[12204,12204],"mapped","雨"],[[12205,12205],"mapped","靑"],[[12206,12206],"mapped","非"],[[12207,12207],"mapped","面"],[[12208,12208],"mapped","革"],[[12209,12209],"mapped","韋"],[[12210,12210],"mapped","韭"],[[12211,12211],"mapped","音"],[[12212,12212],"mapped","頁"],[[12213,12213],"mapped","風"],[[12214,12214],"mapped","飛"],[[12215,12215],"mapped","食"],[[12216,12216],"mapped","首"],[[12217,12217],"mapped","香"],[[12218,12218],"mapped","馬"],[[12219,12219],"mapped","骨"],[[12220,12220],"mapped","高"],[[12221,12221],"mapped","髟"],[[12222,12222],"mapped","鬥"],[[12223,12223],"mapped","鬯"],[[12224,12224],"mapped","鬲"],[[12225,12225],"mapped","鬼"],[[12226,12226],"mapped","魚"],[[12227,12227],"mapped","鳥"],[[12228,12228],"mapped","鹵"],[[12229,12229],"mapped","鹿"],[[12230,12230],"mapped","麥"],[[12231,12231],"mapped","麻"],[[12232,12232],"mapped","黃"],[[12233,12233],"mapped","黍"],[[12234,12234],"mapped","黑"],[[12235,12235],"mapped","黹"],[[12236,12236],"mapped","黽"],[[12237,12237],"mapped","鼎"],[[12238,12238],"mapped","鼓"],[[12239,12239],"mapped","鼠"],[[12240,12240],"mapped","鼻"],[[12241,12241],"mapped","齊"],[[12242,12242],"mapped","齒"],[[12243,12243],"mapped","龍"],[[12244,12244],"mapped","龜"],[[12245,12245],"mapped","龠"],[[12246,12271],"disallowed"],[[12272,12283],"disallowed"],[[12284,12287],"disallowed"],[[12288,12288],"disallowed_STD3_mapped"," "],[[12289,12289],"valid","","NV8"],[[12290,12290],"mapped","."],[[12291,12292],"valid","","NV8"],[[12293,12295],"valid"],[[12296,12329],"valid","","NV8"],[[12330,12333],"valid"],[[12334,12341],"valid","","NV8"],[[12342,12342],"mapped","〒"],[[12343,12343],"valid","","NV8"],[[12344,12344],"mapped","十"],[[12345,12345],"mapped","卄"],[[12346,12346],"mapped","卅"],[[12347,12347],"valid","","NV8"],[[12348,12348],"valid"],[[12349,12349],"valid","","NV8"],[[12350,12350],"valid","","NV8"],[[12351,12351],"valid","","NV8"],[[12352,12352],"disallowed"],[[12353,12436],"valid"],[[12437,12438],"valid"],[[12439,12440],"disallowed"],[[12441,12442],"valid"],[[12443,12443],"disallowed_STD3_mapped"," ゙"],[[12444,12444],"disallowed_STD3_mapped"," ゚"],[[12445,12446],"valid"],[[12447,12447],"mapped","より"],[[12448,12448],"valid","","NV8"],[[12449,12542],"valid"],[[12543,12543],"mapped","コト"],[[12544,12548],"disallowed"],[[12549,12588],"valid"],[[12589,12589],"valid"],[[12590,12590],"valid"],[[12591,12592],"disallowed"],[[12593,12593],"mapped","ᄀ"],[[12594,12594],"mapped","ᄁ"],[[12595,12595],"mapped","ᆪ"],[[12596,12596],"mapped","ᄂ"],[[12597,12597],"mapped","ᆬ"],[[12598,12598],"mapped","ᆭ"],[[12599,12599],"mapped","ᄃ"],[[12600,12600],"mapped","ᄄ"],[[12601,12601],"mapped","ᄅ"],[[12602,12602],"mapped","ᆰ"],[[12603,12603],"mapped","ᆱ"],[[12604,12604],"mapped","ᆲ"],[[12605,12605],"mapped","ᆳ"],[[12606,12606],"mapped","ᆴ"],[[12607,12607],"mapped","ᆵ"],[[12608,12608],"mapped","ᄚ"],[[12609,12609],"mapped","ᄆ"],[[12610,12610],"mapped","ᄇ"],[[12611,12611],"mapped","ᄈ"],[[12612,12612],"mapped","ᄡ"],[[12613,12613],"mapped","ᄉ"],[[12614,12614],"mapped","ᄊ"],[[12615,12615],"mapped","ᄋ"],[[12616,12616],"mapped","ᄌ"],[[12617,12617],"mapped","ᄍ"],[[12618,12618],"mapped","ᄎ"],[[12619,12619],"mapped","ᄏ"],[[12620,12620],"mapped","ᄐ"],[[12621,12621],"mapped","ᄑ"],[[12622,12622],"mapped","ᄒ"],[[12623,12623],"mapped","ᅡ"],[[12624,12624],"mapped","ᅢ"],[[12625,12625],"mapped","ᅣ"],[[12626,12626],"mapped","ᅤ"],[[12627,12627],"mapped","ᅥ"],[[12628,12628],"mapped","ᅦ"],[[12629,12629],"mapped","ᅧ"],[[12630,12630],"mapped","ᅨ"],[[12631,12631],"mapped","ᅩ"],[[12632,12632],"mapped","ᅪ"],[[12633,12633],"mapped","ᅫ"],[[12634,12634],"mapped","ᅬ"],[[12635,12635],"mapped","ᅭ"],[[12636,12636],"mapped","ᅮ"],[[12637,12637],"mapped","ᅯ"],[[12638,12638],"mapped","ᅰ"],[[12639,12639],"mapped","ᅱ"],[[12640,12640],"mapped","ᅲ"],[[12641,12641],"mapped","ᅳ"],[[12642,12642],"mapped","ᅴ"],[[12643,12643],"mapped","ᅵ"],[[12644,12644],"disallowed"],[[12645,12645],"mapped","ᄔ"],[[12646,12646],"mapped","ᄕ"],[[12647,12647],"mapped","ᇇ"],[[12648,12648],"mapped","ᇈ"],[[12649,12649],"mapped","ᇌ"],[[12650,12650],"mapped","ᇎ"],[[12651,12651],"mapped","ᇓ"],[[12652,12652],"mapped","ᇗ"],[[12653,12653],"mapped","ᇙ"],[[12654,12654],"mapped","ᄜ"],[[12655,12655],"mapped","ᇝ"],[[12656,12656],"mapped","ᇟ"],[[12657,12657],"mapped","ᄝ"],[[12658,12658],"mapped","ᄞ"],[[12659,12659],"mapped","ᄠ"],[[12660,12660],"mapped","ᄢ"],[[12661,12661],"mapped","ᄣ"],[[12662,12662],"mapped","ᄧ"],[[12663,12663],"mapped","ᄩ"],[[12664,12664],"mapped","ᄫ"],[[12665,12665],"mapped","ᄬ"],[[12666,12666],"mapped","ᄭ"],[[12667,12667],"mapped","ᄮ"],[[12668,12668],"mapped","ᄯ"],[[12669,12669],"mapped","ᄲ"],[[12670,12670],"mapped","ᄶ"],[[12671,12671],"mapped","ᅀ"],[[12672,12672],"mapped","ᅇ"],[[12673,12673],"mapped","ᅌ"],[[12674,12674],"mapped","ᇱ"],[[12675,12675],"mapped","ᇲ"],[[12676,12676],"mapped","ᅗ"],[[12677,12677],"mapped","ᅘ"],[[12678,12678],"mapped","ᅙ"],[[12679,12679],"mapped","ᆄ"],[[12680,12680],"mapped","ᆅ"],[[12681,12681],"mapped","ᆈ"],[[12682,12682],"mapped","ᆑ"],[[12683,12683],"mapped","ᆒ"],[[12684,12684],"mapped","ᆔ"],[[12685,12685],"mapped","ᆞ"],[[12686,12686],"mapped","ᆡ"],[[12687,12687],"disallowed"],[[12688,12689],"valid","","NV8"],[[12690,12690],"mapped","一"],[[12691,12691],"mapped","二"],[[12692,12692],"mapped","三"],[[12693,12693],"mapped","四"],[[12694,12694],"mapped","上"],[[12695,12695],"mapped","中"],[[12696,12696],"mapped","下"],[[12697,12697],"mapped","甲"],[[12698,12698],"mapped","乙"],[[12699,12699],"mapped","丙"],[[12700,12700],"mapped","丁"],[[12701,12701],"mapped","天"],[[12702,12702],"mapped","地"],[[12703,12703],"mapped","人"],[[12704,12727],"valid"],[[12728,12730],"valid"],[[12731,12735],"disallowed"],[[12736,12751],"valid","","NV8"],[[12752,12771],"valid","","NV8"],[[12772,12783],"disallowed"],[[12784,12799],"valid"],[[12800,12800],"disallowed_STD3_mapped","(ᄀ)"],[[12801,12801],"disallowed_STD3_mapped","(ᄂ)"],[[12802,12802],"disallowed_STD3_mapped","(ᄃ)"],[[12803,12803],"disallowed_STD3_mapped","(ᄅ)"],[[12804,12804],"disallowed_STD3_mapped","(ᄆ)"],[[12805,12805],"disallowed_STD3_mapped","(ᄇ)"],[[12806,12806],"disallowed_STD3_mapped","(ᄉ)"],[[12807,12807],"disallowed_STD3_mapped","(ᄋ)"],[[12808,12808],"disallowed_STD3_mapped","(ᄌ)"],[[12809,12809],"disallowed_STD3_mapped","(ᄎ)"],[[12810,12810],"disallowed_STD3_mapped","(ᄏ)"],[[12811,12811],"disallowed_STD3_mapped","(ᄐ)"],[[12812,12812],"disallowed_STD3_mapped","(ᄑ)"],[[12813,12813],"disallowed_STD3_mapped","(ᄒ)"],[[12814,12814],"disallowed_STD3_mapped","(가)"],[[12815,12815],"disallowed_STD3_mapped","(나)"],[[12816,12816],"disallowed_STD3_mapped","(다)"],[[12817,12817],"disallowed_STD3_mapped","(라)"],[[12818,12818],"disallowed_STD3_mapped","(마)"],[[12819,12819],"disallowed_STD3_mapped","(바)"],[[12820,12820],"disallowed_STD3_mapped","(사)"],[[12821,12821],"disallowed_STD3_mapped","(아)"],[[12822,12822],"disallowed_STD3_mapped","(자)"],[[12823,12823],"disallowed_STD3_mapped","(차)"],[[12824,12824],"disallowed_STD3_mapped","(카)"],[[12825,12825],"disallowed_STD3_mapped","(타)"],[[12826,12826],"disallowed_STD3_mapped","(파)"],[[12827,12827],"disallowed_STD3_mapped","(하)"],[[12828,12828],"disallowed_STD3_mapped","(주)"],[[12829,12829],"disallowed_STD3_mapped","(오전)"],[[12830,12830],"disallowed_STD3_mapped","(오후)"],[[12831,12831],"disallowed"],[[12832,12832],"disallowed_STD3_mapped","(一)"],[[12833,12833],"disallowed_STD3_mapped","(二)"],[[12834,12834],"disallowed_STD3_mapped","(三)"],[[12835,12835],"disallowed_STD3_mapped","(四)"],[[12836,12836],"disallowed_STD3_mapped","(五)"],[[12837,12837],"disallowed_STD3_mapped","(六)"],[[12838,12838],"disallowed_STD3_mapped","(七)"],[[12839,12839],"disallowed_STD3_mapped","(八)"],[[12840,12840],"disallowed_STD3_mapped","(九)"],[[12841,12841],"disallowed_STD3_mapped","(十)"],[[12842,12842],"disallowed_STD3_mapped","(月)"],[[12843,12843],"disallowed_STD3_mapped","(火)"],[[12844,12844],"disallowed_STD3_mapped","(水)"],[[12845,12845],"disallowed_STD3_mapped","(木)"],[[12846,12846],"disallowed_STD3_mapped","(金)"],[[12847,12847],"disallowed_STD3_mapped","(土)"],[[12848,12848],"disallowed_STD3_mapped","(日)"],[[12849,12849],"disallowed_STD3_mapped","(株)"],[[12850,12850],"disallowed_STD3_mapped","(有)"],[[12851,12851],"disallowed_STD3_mapped","(社)"],[[12852,12852],"disallowed_STD3_mapped","(名)"],[[12853,12853],"disallowed_STD3_mapped","(特)"],[[12854,12854],"disallowed_STD3_mapped","(財)"],[[12855,12855],"disallowed_STD3_mapped","(祝)"],[[12856,12856],"disallowed_STD3_mapped","(労)"],[[12857,12857],"disallowed_STD3_mapped","(代)"],[[12858,12858],"disallowed_STD3_mapped","(呼)"],[[12859,12859],"disallowed_STD3_mapped","(学)"],[[12860,12860],"disallowed_STD3_mapped","(監)"],[[12861,12861],"disallowed_STD3_mapped","(企)"],[[12862,12862],"disallowed_STD3_mapped","(資)"],[[12863,12863],"disallowed_STD3_mapped","(協)"],[[12864,12864],"disallowed_STD3_mapped","(祭)"],[[12865,12865],"disallowed_STD3_mapped","(休)"],[[12866,12866],"disallowed_STD3_mapped","(自)"],[[12867,12867],"disallowed_STD3_mapped","(至)"],[[12868,12868],"mapped","問"],[[12869,12869],"mapped","幼"],[[12870,12870],"mapped","文"],[[12871,12871],"mapped","箏"],[[12872,12879],"valid","","NV8"],[[12880,12880],"mapped","pte"],[[12881,12881],"mapped","21"],[[12882,12882],"mapped","22"],[[12883,12883],"mapped","23"],[[12884,12884],"mapped","24"],[[12885,12885],"mapped","25"],[[12886,12886],"mapped","26"],[[12887,12887],"mapped","27"],[[12888,12888],"mapped","28"],[[12889,12889],"mapped","29"],[[12890,12890],"mapped","30"],[[12891,12891],"mapped","31"],[[12892,12892],"mapped","32"],[[12893,12893],"mapped","33"],[[12894,12894],"mapped","34"],[[12895,12895],"mapped","35"],[[12896,12896],"mapped","ᄀ"],[[12897,12897],"mapped","ᄂ"],[[12898,12898],"mapped","ᄃ"],[[12899,12899],"mapped","ᄅ"],[[12900,12900],"mapped","ᄆ"],[[12901,12901],"mapped","ᄇ"],[[12902,12902],"mapped","ᄉ"],[[12903,12903],"mapped","ᄋ"],[[12904,12904],"mapped","ᄌ"],[[12905,12905],"mapped","ᄎ"],[[12906,12906],"mapped","ᄏ"],[[12907,12907],"mapped","ᄐ"],[[12908,12908],"mapped","ᄑ"],[[12909,12909],"mapped","ᄒ"],[[12910,12910],"mapped","가"],[[12911,12911],"mapped","나"],[[12912,12912],"mapped","다"],[[12913,12913],"mapped","라"],[[12914,12914],"mapped","마"],[[12915,12915],"mapped","바"],[[12916,12916],"mapped","사"],[[12917,12917],"mapped","아"],[[12918,12918],"mapped","자"],[[12919,12919],"mapped","차"],[[12920,12920],"mapped","카"],[[12921,12921],"mapped","타"],[[12922,12922],"mapped","파"],[[12923,12923],"mapped","하"],[[12924,12924],"mapped","참고"],[[12925,12925],"mapped","주의"],[[12926,12926],"mapped","우"],[[12927,12927],"valid","","NV8"],[[12928,12928],"mapped","一"],[[12929,12929],"mapped","二"],[[12930,12930],"mapped","三"],[[12931,12931],"mapped","四"],[[12932,12932],"mapped","五"],[[12933,12933],"mapped","六"],[[12934,12934],"mapped","七"],[[12935,12935],"mapped","八"],[[12936,12936],"mapped","九"],[[12937,12937],"mapped","十"],[[12938,12938],"mapped","月"],[[12939,12939],"mapped","火"],[[12940,12940],"mapped","水"],[[12941,12941],"mapped","木"],[[12942,12942],"mapped","金"],[[12943,12943],"mapped","土"],[[12944,12944],"mapped","日"],[[12945,12945],"mapped","株"],[[12946,12946],"mapped","有"],[[12947,12947],"mapped","社"],[[12948,12948],"mapped","名"],[[12949,12949],"mapped","特"],[[12950,12950],"mapped","財"],[[12951,12951],"mapped","祝"],[[12952,12952],"mapped","労"],[[12953,12953],"mapped","秘"],[[12954,12954],"mapped","男"],[[12955,12955],"mapped","女"],[[12956,12956],"mapped","適"],[[12957,12957],"mapped","優"],[[12958,12958],"mapped","印"],[[12959,12959],"mapped","注"],[[12960,12960],"mapped","項"],[[12961,12961],"mapped","休"],[[12962,12962],"mapped","写"],[[12963,12963],"mapped","正"],[[12964,12964],"mapped","上"],[[12965,12965],"mapped","中"],[[12966,12966],"mapped","下"],[[12967,12967],"mapped","左"],[[12968,12968],"mapped","右"],[[12969,12969],"mapped","医"],[[12970,12970],"mapped","宗"],[[12971,12971],"mapped","学"],[[12972,12972],"mapped","監"],[[12973,12973],"mapped","企"],[[12974,12974],"mapped","資"],[[12975,12975],"mapped","協"],[[12976,12976],"mapped","夜"],[[12977,12977],"mapped","36"],[[12978,12978],"mapped","37"],[[12979,12979],"mapped","38"],[[12980,12980],"mapped","39"],[[12981,12981],"mapped","40"],[[12982,12982],"mapped","41"],[[12983,12983],"mapped","42"],[[12984,12984],"mapped","43"],[[12985,12985],"mapped","44"],[[12986,12986],"mapped","45"],[[12987,12987],"mapped","46"],[[12988,12988],"mapped","47"],[[12989,12989],"mapped","48"],[[12990,12990],"mapped","49"],[[12991,12991],"mapped","50"],[[12992,12992],"mapped","1月"],[[12993,12993],"mapped","2月"],[[12994,12994],"mapped","3月"],[[12995,12995],"mapped","4月"],[[12996,12996],"mapped","5月"],[[12997,12997],"mapped","6月"],[[12998,12998],"mapped","7月"],[[12999,12999],"mapped","8月"],[[13000,13000],"mapped","9月"],[[13001,13001],"mapped","10月"],[[13002,13002],"mapped","11月"],[[13003,13003],"mapped","12月"],[[13004,13004],"mapped","hg"],[[13005,13005],"mapped","erg"],[[13006,13006],"mapped","ev"],[[13007,13007],"mapped","ltd"],[[13008,13008],"mapped","ア"],[[13009,13009],"mapped","イ"],[[13010,13010],"mapped","ウ"],[[13011,13011],"mapped","エ"],[[13012,13012],"mapped","オ"],[[13013,13013],"mapped","カ"],[[13014,13014],"mapped","キ"],[[13015,13015],"mapped","ク"],[[13016,13016],"mapped","ケ"],[[13017,13017],"mapped","コ"],[[13018,13018],"mapped","サ"],[[13019,13019],"mapped","シ"],[[13020,13020],"mapped","ス"],[[13021,13021],"mapped","セ"],[[13022,13022],"mapped","ソ"],[[13023,13023],"mapped","タ"],[[13024,13024],"mapped","チ"],[[13025,13025],"mapped","ツ"],[[13026,13026],"mapped","テ"],[[13027,13027],"mapped","ト"],[[13028,13028],"mapped","ナ"],[[13029,13029],"mapped","ニ"],[[13030,13030],"mapped","ヌ"],[[13031,13031],"mapped","ネ"],[[13032,13032],"mapped","ノ"],[[13033,13033],"mapped","ハ"],[[13034,13034],"mapped","ヒ"],[[13035,13035],"mapped","フ"],[[13036,13036],"mapped","ヘ"],[[13037,13037],"mapped","ホ"],[[13038,13038],"mapped","マ"],[[13039,13039],"mapped","ミ"],[[13040,13040],"mapped","ム"],[[13041,13041],"mapped","メ"],[[13042,13042],"mapped","モ"],[[13043,13043],"mapped","ヤ"],[[13044,13044],"mapped","ユ"],[[13045,13045],"mapped","ヨ"],[[13046,13046],"mapped","ラ"],[[13047,13047],"mapped","リ"],[[13048,13048],"mapped","ル"],[[13049,13049],"mapped","レ"],[[13050,13050],"mapped","ロ"],[[13051,13051],"mapped","ワ"],[[13052,13052],"mapped","ヰ"],[[13053,13053],"mapped","ヱ"],[[13054,13054],"mapped","ヲ"],[[13055,13055],"disallowed"],[[13056,13056],"mapped","アパート"],[[13057,13057],"mapped","アルファ"],[[13058,13058],"mapped","アンペア"],[[13059,13059],"mapped","アール"],[[13060,13060],"mapped","イニング"],[[13061,13061],"mapped","インチ"],[[13062,13062],"mapped","ウォン"],[[13063,13063],"mapped","エスクード"],[[13064,13064],"mapped","エーカー"],[[13065,13065],"mapped","オンス"],[[13066,13066],"mapped","オーム"],[[13067,13067],"mapped","カイリ"],[[13068,13068],"mapped","カラット"],[[13069,13069],"mapped","カロリー"],[[13070,13070],"mapped","ガロン"],[[13071,13071],"mapped","ガンマ"],[[13072,13072],"mapped","ギガ"],[[13073,13073],"mapped","ギニー"],[[13074,13074],"mapped","キュリー"],[[13075,13075],"mapped","ギルダー"],[[13076,13076],"mapped","キロ"],[[13077,13077],"mapped","キログラム"],[[13078,13078],"mapped","キロメートル"],[[13079,13079],"mapped","キロワット"],[[13080,13080],"mapped","グラム"],[[13081,13081],"mapped","グラムトン"],[[13082,13082],"mapped","クルゼイロ"],[[13083,13083],"mapped","クローネ"],[[13084,13084],"mapped","ケース"],[[13085,13085],"mapped","コルナ"],[[13086,13086],"mapped","コーポ"],[[13087,13087],"mapped","サイクル"],[[13088,13088],"mapped","サンチーム"],[[13089,13089],"mapped","シリング"],[[13090,13090],"mapped","センチ"],[[13091,13091],"mapped","セント"],[[13092,13092],"mapped","ダース"],[[13093,13093],"mapped","デシ"],[[13094,13094],"mapped","ドル"],[[13095,13095],"mapped","トン"],[[13096,13096],"mapped","ナノ"],[[13097,13097],"mapped","ノット"],[[13098,13098],"mapped","ハイツ"],[[13099,13099],"mapped","パーセント"],[[13100,13100],"mapped","パーツ"],[[13101,13101],"mapped","バーレル"],[[13102,13102],"mapped","ピアストル"],[[13103,13103],"mapped","ピクル"],[[13104,13104],"mapped","ピコ"],[[13105,13105],"mapped","ビル"],[[13106,13106],"mapped","ファラッド"],[[13107,13107],"mapped","フィート"],[[13108,13108],"mapped","ブッシェル"],[[13109,13109],"mapped","フラン"],[[13110,13110],"mapped","ヘクタール"],[[13111,13111],"mapped","ペソ"],[[13112,13112],"mapped","ペニヒ"],[[13113,13113],"mapped","ヘルツ"],[[13114,13114],"mapped","ペンス"],[[13115,13115],"mapped","ページ"],[[13116,13116],"mapped","ベータ"],[[13117,13117],"mapped","ポイント"],[[13118,13118],"mapped","ボルト"],[[13119,13119],"mapped","ホン"],[[13120,13120],"mapped","ポンド"],[[13121,13121],"mapped","ホール"],[[13122,13122],"mapped","ホーン"],[[13123,13123],"mapped","マイクロ"],[[13124,13124],"mapped","マイル"],[[13125,13125],"mapped","マッハ"],[[13126,13126],"mapped","マルク"],[[13127,13127],"mapped","マンション"],[[13128,13128],"mapped","ミクロン"],[[13129,13129],"mapped","ミリ"],[[13130,13130],"mapped","ミリバール"],[[13131,13131],"mapped","メガ"],[[13132,13132],"mapped","メガトン"],[[13133,13133],"mapped","メートル"],[[13134,13134],"mapped","ヤード"],[[13135,13135],"mapped","ヤール"],[[13136,13136],"mapped","ユアン"],[[13137,13137],"mapped","リットル"],[[13138,13138],"mapped","リラ"],[[13139,13139],"mapped","ルピー"],[[13140,13140],"mapped","ルーブル"],[[13141,13141],"mapped","レム"],[[13142,13142],"mapped","レントゲン"],[[13143,13143],"mapped","ワット"],[[13144,13144],"mapped","0点"],[[13145,13145],"mapped","1点"],[[13146,13146],"mapped","2点"],[[13147,13147],"mapped","3点"],[[13148,13148],"mapped","4点"],[[13149,13149],"mapped","5点"],[[13150,13150],"mapped","6点"],[[13151,13151],"mapped","7点"],[[13152,13152],"mapped","8点"],[[13153,13153],"mapped","9点"],[[13154,13154],"mapped","10点"],[[13155,13155],"mapped","11点"],[[13156,13156],"mapped","12点"],[[13157,13157],"mapped","13点"],[[13158,13158],"mapped","14点"],[[13159,13159],"mapped","15点"],[[13160,13160],"mapped","16点"],[[13161,13161],"mapped","17点"],[[13162,13162],"mapped","18点"],[[13163,13163],"mapped","19点"],[[13164,13164],"mapped","20点"],[[13165,13165],"mapped","21点"],[[13166,13166],"mapped","22点"],[[13167,13167],"mapped","23点"],[[13168,13168],"mapped","24点"],[[13169,13169],"mapped","hpa"],[[13170,13170],"mapped","da"],[[13171,13171],"mapped","au"],[[13172,13172],"mapped","bar"],[[13173,13173],"mapped","ov"],[[13174,13174],"mapped","pc"],[[13175,13175],"mapped","dm"],[[13176,13176],"mapped","dm2"],[[13177,13177],"mapped","dm3"],[[13178,13178],"mapped","iu"],[[13179,13179],"mapped","平成"],[[13180,13180],"mapped","昭和"],[[13181,13181],"mapped","大正"],[[13182,13182],"mapped","明治"],[[13183,13183],"mapped","株式会社"],[[13184,13184],"mapped","pa"],[[13185,13185],"mapped","na"],[[13186,13186],"mapped","μa"],[[13187,13187],"mapped","ma"],[[13188,13188],"mapped","ka"],[[13189,13189],"mapped","kb"],[[13190,13190],"mapped","mb"],[[13191,13191],"mapped","gb"],[[13192,13192],"mapped","cal"],[[13193,13193],"mapped","kcal"],[[13194,13194],"mapped","pf"],[[13195,13195],"mapped","nf"],[[13196,13196],"mapped","μf"],[[13197,13197],"mapped","μg"],[[13198,13198],"mapped","mg"],[[13199,13199],"mapped","kg"],[[13200,13200],"mapped","hz"],[[13201,13201],"mapped","khz"],[[13202,13202],"mapped","mhz"],[[13203,13203],"mapped","ghz"],[[13204,13204],"mapped","thz"],[[13205,13205],"mapped","μl"],[[13206,13206],"mapped","ml"],[[13207,13207],"mapped","dl"],[[13208,13208],"mapped","kl"],[[13209,13209],"mapped","fm"],[[13210,13210],"mapped","nm"],[[13211,13211],"mapped","μm"],[[13212,13212],"mapped","mm"],[[13213,13213],"mapped","cm"],[[13214,13214],"mapped","km"],[[13215,13215],"mapped","mm2"],[[13216,13216],"mapped","cm2"],[[13217,13217],"mapped","m2"],[[13218,13218],"mapped","km2"],[[13219,13219],"mapped","mm3"],[[13220,13220],"mapped","cm3"],[[13221,13221],"mapped","m3"],[[13222,13222],"mapped","km3"],[[13223,13223],"mapped","m∕s"],[[13224,13224],"mapped","m∕s2"],[[13225,13225],"mapped","pa"],[[13226,13226],"mapped","kpa"],[[13227,13227],"mapped","mpa"],[[13228,13228],"mapped","gpa"],[[13229,13229],"mapped","rad"],[[13230,13230],"mapped","rad∕s"],[[13231,13231],"mapped","rad∕s2"],[[13232,13232],"mapped","ps"],[[13233,13233],"mapped","ns"],[[13234,13234],"mapped","μs"],[[13235,13235],"mapped","ms"],[[13236,13236],"mapped","pv"],[[13237,13237],"mapped","nv"],[[13238,13238],"mapped","μv"],[[13239,13239],"mapped","mv"],[[13240,13240],"mapped","kv"],[[13241,13241],"mapped","mv"],[[13242,13242],"mapped","pw"],[[13243,13243],"mapped","nw"],[[13244,13244],"mapped","μw"],[[13245,13245],"mapped","mw"],[[13246,13246],"mapped","kw"],[[13247,13247],"mapped","mw"],[[13248,13248],"mapped","kω"],[[13249,13249],"mapped","mω"],[[13250,13250],"disallowed"],[[13251,13251],"mapped","bq"],[[13252,13252],"mapped","cc"],[[13253,13253],"mapped","cd"],[[13254,13254],"mapped","c∕kg"],[[13255,13255],"disallowed"],[[13256,13256],"mapped","db"],[[13257,13257],"mapped","gy"],[[13258,13258],"mapped","ha"],[[13259,13259],"mapped","hp"],[[13260,13260],"mapped","in"],[[13261,13261],"mapped","kk"],[[13262,13262],"mapped","km"],[[13263,13263],"mapped","kt"],[[13264,13264],"mapped","lm"],[[13265,13265],"mapped","ln"],[[13266,13266],"mapped","log"],[[13267,13267],"mapped","lx"],[[13268,13268],"mapped","mb"],[[13269,13269],"mapped","mil"],[[13270,13270],"mapped","mol"],[[13271,13271],"mapped","ph"],[[13272,13272],"disallowed"],[[13273,13273],"mapped","ppm"],[[13274,13274],"mapped","pr"],[[13275,13275],"mapped","sr"],[[13276,13276],"mapped","sv"],[[13277,13277],"mapped","wb"],[[13278,13278],"mapped","v∕m"],[[13279,13279],"mapped","a∕m"],[[13280,13280],"mapped","1日"],[[13281,13281],"mapped","2日"],[[13282,13282],"mapped","3日"],[[13283,13283],"mapped","4日"],[[13284,13284],"mapped","5日"],[[13285,13285],"mapped","6日"],[[13286,13286],"mapped","7日"],[[13287,13287],"mapped","8日"],[[13288,13288],"mapped","9日"],[[13289,13289],"mapped","10日"],[[13290,13290],"mapped","11日"],[[13291,13291],"mapped","12日"],[[13292,13292],"mapped","13日"],[[13293,13293],"mapped","14日"],[[13294,13294],"mapped","15日"],[[13295,13295],"mapped","16日"],[[13296,13296],"mapped","17日"],[[13297,13297],"mapped","18日"],[[13298,13298],"mapped","19日"],[[13299,13299],"mapped","20日"],[[13300,13300],"mapped","21日"],[[13301,13301],"mapped","22日"],[[13302,13302],"mapped","23日"],[[13303,13303],"mapped","24日"],[[13304,13304],"mapped","25日"],[[13305,13305],"mapped","26日"],[[13306,13306],"mapped","27日"],[[13307,13307],"mapped","28日"],[[13308,13308],"mapped","29日"],[[13309,13309],"mapped","30日"],[[13310,13310],"mapped","31日"],[[13311,13311],"mapped","gal"],[[13312,19893],"valid"],[[19894,19903],"disallowed"],[[19904,19967],"valid","","NV8"],[[19968,40869],"valid"],[[40870,40891],"valid"],[[40892,40899],"valid"],[[40900,40907],"valid"],[[40908,40908],"valid"],[[40909,40917],"valid"],[[40918,40938],"valid"],[[40939,40959],"disallowed"],[[40960,42124],"valid"],[[42125,42127],"disallowed"],[[42128,42145],"valid","","NV8"],[[42146,42147],"valid","","NV8"],[[42148,42163],"valid","","NV8"],[[42164,42164],"valid","","NV8"],[[42165,42176],"valid","","NV8"],[[42177,42177],"valid","","NV8"],[[42178,42180],"valid","","NV8"],[[42181,42181],"valid","","NV8"],[[42182,42182],"valid","","NV8"],[[42183,42191],"disallowed"],[[42192,42237],"valid"],[[42238,42239],"valid","","NV8"],[[42240,42508],"valid"],[[42509,42511],"valid","","NV8"],[[42512,42539],"valid"],[[42540,42559],"disallowed"],[[42560,42560],"mapped","ꙁ"],[[42561,42561],"valid"],[[42562,42562],"mapped","ꙃ"],[[42563,42563],"valid"],[[42564,42564],"mapped","ꙅ"],[[42565,42565],"valid"],[[42566,42566],"mapped","ꙇ"],[[42567,42567],"valid"],[[42568,42568],"mapped","ꙉ"],[[42569,42569],"valid"],[[42570,42570],"mapped","ꙋ"],[[42571,42571],"valid"],[[42572,42572],"mapped","ꙍ"],[[42573,42573],"valid"],[[42574,42574],"mapped","ꙏ"],[[42575,42575],"valid"],[[42576,42576],"mapped","ꙑ"],[[42577,42577],"valid"],[[42578,42578],"mapped","ꙓ"],[[42579,42579],"valid"],[[42580,42580],"mapped","ꙕ"],[[42581,42581],"valid"],[[42582,42582],"mapped","ꙗ"],[[42583,42583],"valid"],[[42584,42584],"mapped","ꙙ"],[[42585,42585],"valid"],[[42586,42586],"mapped","ꙛ"],[[42587,42587],"valid"],[[42588,42588],"mapped","ꙝ"],[[42589,42589],"valid"],[[42590,42590],"mapped","ꙟ"],[[42591,42591],"valid"],[[42592,42592],"mapped","ꙡ"],[[42593,42593],"valid"],[[42594,42594],"mapped","ꙣ"],[[42595,42595],"valid"],[[42596,42596],"mapped","ꙥ"],[[42597,42597],"valid"],[[42598,42598],"mapped","ꙧ"],[[42599,42599],"valid"],[[42600,42600],"mapped","ꙩ"],[[42601,42601],"valid"],[[42602,42602],"mapped","ꙫ"],[[42603,42603],"valid"],[[42604,42604],"mapped","ꙭ"],[[42605,42607],"valid"],[[42608,42611],"valid","","NV8"],[[42612,42619],"valid"],[[42620,42621],"valid"],[[42622,42622],"valid","","NV8"],[[42623,42623],"valid"],[[42624,42624],"mapped","ꚁ"],[[42625,42625],"valid"],[[42626,42626],"mapped","ꚃ"],[[42627,42627],"valid"],[[42628,42628],"mapped","ꚅ"],[[42629,42629],"valid"],[[42630,42630],"mapped","ꚇ"],[[42631,42631],"valid"],[[42632,42632],"mapped","ꚉ"],[[42633,42633],"valid"],[[42634,42634],"mapped","ꚋ"],[[42635,42635],"valid"],[[42636,42636],"mapped","ꚍ"],[[42637,42637],"valid"],[[42638,42638],"mapped","ꚏ"],[[42639,42639],"valid"],[[42640,42640],"mapped","ꚑ"],[[42641,42641],"valid"],[[42642,42642],"mapped","ꚓ"],[[42643,42643],"valid"],[[42644,42644],"mapped","ꚕ"],[[42645,42645],"valid"],[[42646,42646],"mapped","ꚗ"],[[42647,42647],"valid"],[[42648,42648],"mapped","ꚙ"],[[42649,42649],"valid"],[[42650,42650],"mapped","ꚛ"],[[42651,42651],"valid"],[[42652,42652],"mapped","ъ"],[[42653,42653],"mapped","ь"],[[42654,42654],"valid"],[[42655,42655],"valid"],[[42656,42725],"valid"],[[42726,42735],"valid","","NV8"],[[42736,42737],"valid"],[[42738,42743],"valid","","NV8"],[[42744,42751],"disallowed"],[[42752,42774],"valid","","NV8"],[[42775,42778],"valid"],[[42779,42783],"valid"],[[42784,42785],"valid","","NV8"],[[42786,42786],"mapped","ꜣ"],[[42787,42787],"valid"],[[42788,42788],"mapped","ꜥ"],[[42789,42789],"valid"],[[42790,42790],"mapped","ꜧ"],[[42791,42791],"valid"],[[42792,42792],"mapped","ꜩ"],[[42793,42793],"valid"],[[42794,42794],"mapped","ꜫ"],[[42795,42795],"valid"],[[42796,42796],"mapped","ꜭ"],[[42797,42797],"valid"],[[42798,42798],"mapped","ꜯ"],[[42799,42801],"valid"],[[42802,42802],"mapped","ꜳ"],[[42803,42803],"valid"],[[42804,42804],"mapped","ꜵ"],[[42805,42805],"valid"],[[42806,42806],"mapped","ꜷ"],[[42807,42807],"valid"],[[42808,42808],"mapped","ꜹ"],[[42809,42809],"valid"],[[42810,42810],"mapped","ꜻ"],[[42811,42811],"valid"],[[42812,42812],"mapped","ꜽ"],[[42813,42813],"valid"],[[42814,42814],"mapped","ꜿ"],[[42815,42815],"valid"],[[42816,42816],"mapped","ꝁ"],[[42817,42817],"valid"],[[42818,42818],"mapped","ꝃ"],[[42819,42819],"valid"],[[42820,42820],"mapped","ꝅ"],[[42821,42821],"valid"],[[42822,42822],"mapped","ꝇ"],[[42823,42823],"valid"],[[42824,42824],"mapped","ꝉ"],[[42825,42825],"valid"],[[42826,42826],"mapped","ꝋ"],[[42827,42827],"valid"],[[42828,42828],"mapped","ꝍ"],[[42829,42829],"valid"],[[42830,42830],"mapped","ꝏ"],[[42831,42831],"valid"],[[42832,42832],"mapped","ꝑ"],[[42833,42833],"valid"],[[42834,42834],"mapped","ꝓ"],[[42835,42835],"valid"],[[42836,42836],"mapped","ꝕ"],[[42837,42837],"valid"],[[42838,42838],"mapped","ꝗ"],[[42839,42839],"valid"],[[42840,42840],"mapped","ꝙ"],[[42841,42841],"valid"],[[42842,42842],"mapped","ꝛ"],[[42843,42843],"valid"],[[42844,42844],"mapped","ꝝ"],[[42845,42845],"valid"],[[42846,42846],"mapped","ꝟ"],[[42847,42847],"valid"],[[42848,42848],"mapped","ꝡ"],[[42849,42849],"valid"],[[42850,42850],"mapped","ꝣ"],[[42851,42851],"valid"],[[42852,42852],"mapped","ꝥ"],[[42853,42853],"valid"],[[42854,42854],"mapped","ꝧ"],[[42855,42855],"valid"],[[42856,42856],"mapped","ꝩ"],[[42857,42857],"valid"],[[42858,42858],"mapped","ꝫ"],[[42859,42859],"valid"],[[42860,42860],"mapped","ꝭ"],[[42861,42861],"valid"],[[42862,42862],"mapped","ꝯ"],[[42863,42863],"valid"],[[42864,42864],"mapped","ꝯ"],[[42865,42872],"valid"],[[42873,42873],"mapped","ꝺ"],[[42874,42874],"valid"],[[42875,42875],"mapped","ꝼ"],[[42876,42876],"valid"],[[42877,42877],"mapped","ᵹ"],[[42878,42878],"mapped","ꝿ"],[[42879,42879],"valid"],[[42880,42880],"mapped","ꞁ"],[[42881,42881],"valid"],[[42882,42882],"mapped","ꞃ"],[[42883,42883],"valid"],[[42884,42884],"mapped","ꞅ"],[[42885,42885],"valid"],[[42886,42886],"mapped","ꞇ"],[[42887,42888],"valid"],[[42889,42890],"valid","","NV8"],[[42891,42891],"mapped","ꞌ"],[[42892,42892],"valid"],[[42893,42893],"mapped","ɥ"],[[42894,42894],"valid"],[[42895,42895],"valid"],[[42896,42896],"mapped","ꞑ"],[[42897,42897],"valid"],[[42898,42898],"mapped","ꞓ"],[[42899,42899],"valid"],[[42900,42901],"valid"],[[42902,42902],"mapped","ꞗ"],[[42903,42903],"valid"],[[42904,42904],"mapped","ꞙ"],[[42905,42905],"valid"],[[42906,42906],"mapped","ꞛ"],[[42907,42907],"valid"],[[42908,42908],"mapped","ꞝ"],[[42909,42909],"valid"],[[42910,42910],"mapped","ꞟ"],[[42911,42911],"valid"],[[42912,42912],"mapped","ꞡ"],[[42913,42913],"valid"],[[42914,42914],"mapped","ꞣ"],[[42915,42915],"valid"],[[42916,42916],"mapped","ꞥ"],[[42917,42917],"valid"],[[42918,42918],"mapped","ꞧ"],[[42919,42919],"valid"],[[42920,42920],"mapped","ꞩ"],[[42921,42921],"valid"],[[42922,42922],"mapped","ɦ"],[[42923,42923],"mapped","ɜ"],[[42924,42924],"mapped","ɡ"],[[42925,42925],"mapped","ɬ"],[[42926,42926],"mapped","ɪ"],[[42927,42927],"disallowed"],[[42928,42928],"mapped","ʞ"],[[42929,42929],"mapped","ʇ"],[[42930,42930],"mapped","ʝ"],[[42931,42931],"mapped","ꭓ"],[[42932,42932],"mapped","ꞵ"],[[42933,42933],"valid"],[[42934,42934],"mapped","ꞷ"],[[42935,42935],"valid"],[[42936,42998],"disallowed"],[[42999,42999],"valid"],[[43000,43000],"mapped","ħ"],[[43001,43001],"mapped","œ"],[[43002,43002],"valid"],[[43003,43007],"valid"],[[43008,43047],"valid"],[[43048,43051],"valid","","NV8"],[[43052,43055],"disallowed"],[[43056,43065],"valid","","NV8"],[[43066,43071],"disallowed"],[[43072,43123],"valid"],[[43124,43127],"valid","","NV8"],[[43128,43135],"disallowed"],[[43136,43204],"valid"],[[43205,43205],"valid"],[[43206,43213],"disallowed"],[[43214,43215],"valid","","NV8"],[[43216,43225],"valid"],[[43226,43231],"disallowed"],[[43232,43255],"valid"],[[43256,43258],"valid","","NV8"],[[43259,43259],"valid"],[[43260,43260],"valid","","NV8"],[[43261,43261],"valid"],[[43262,43263],"disallowed"],[[43264,43309],"valid"],[[43310,43311],"valid","","NV8"],[[43312,43347],"valid"],[[43348,43358],"disallowed"],[[43359,43359],"valid","","NV8"],[[43360,43388],"valid","","NV8"],[[43389,43391],"disallowed"],[[43392,43456],"valid"],[[43457,43469],"valid","","NV8"],[[43470,43470],"disallowed"],[[43471,43481],"valid"],[[43482,43485],"disallowed"],[[43486,43487],"valid","","NV8"],[[43488,43518],"valid"],[[43519,43519],"disallowed"],[[43520,43574],"valid"],[[43575,43583],"disallowed"],[[43584,43597],"valid"],[[43598,43599],"disallowed"],[[43600,43609],"valid"],[[43610,43611],"disallowed"],[[43612,43615],"valid","","NV8"],[[43616,43638],"valid"],[[43639,43641],"valid","","NV8"],[[43642,43643],"valid"],[[43644,43647],"valid"],[[43648,43714],"valid"],[[43715,43738],"disallowed"],[[43739,43741],"valid"],[[43742,43743],"valid","","NV8"],[[43744,43759],"valid"],[[43760,43761],"valid","","NV8"],[[43762,43766],"valid"],[[43767,43776],"disallowed"],[[43777,43782],"valid"],[[43783,43784],"disallowed"],[[43785,43790],"valid"],[[43791,43792],"disallowed"],[[43793,43798],"valid"],[[43799,43807],"disallowed"],[[43808,43814],"valid"],[[43815,43815],"disallowed"],[[43816,43822],"valid"],[[43823,43823],"disallowed"],[[43824,43866],"valid"],[[43867,43867],"valid","","NV8"],[[43868,43868],"mapped","ꜧ"],[[43869,43869],"mapped","ꬷ"],[[43870,43870],"mapped","ɫ"],[[43871,43871],"mapped","ꭒ"],[[43872,43875],"valid"],[[43876,43877],"valid"],[[43878,43887],"disallowed"],[[43888,43888],"mapped","Ꭰ"],[[43889,43889],"mapped","Ꭱ"],[[43890,43890],"mapped","Ꭲ"],[[43891,43891],"mapped","Ꭳ"],[[43892,43892],"mapped","Ꭴ"],[[43893,43893],"mapped","Ꭵ"],[[43894,43894],"mapped","Ꭶ"],[[43895,43895],"mapped","Ꭷ"],[[43896,43896],"mapped","Ꭸ"],[[43897,43897],"mapped","Ꭹ"],[[43898,43898],"mapped","Ꭺ"],[[43899,43899],"mapped","Ꭻ"],[[43900,43900],"mapped","Ꭼ"],[[43901,43901],"mapped","Ꭽ"],[[43902,43902],"mapped","Ꭾ"],[[43903,43903],"mapped","Ꭿ"],[[43904,43904],"mapped","Ꮀ"],[[43905,43905],"mapped","Ꮁ"],[[43906,43906],"mapped","Ꮂ"],[[43907,43907],"mapped","Ꮃ"],[[43908,43908],"mapped","Ꮄ"],[[43909,43909],"mapped","Ꮅ"],[[43910,43910],"mapped","Ꮆ"],[[43911,43911],"mapped","Ꮇ"],[[43912,43912],"mapped","Ꮈ"],[[43913,43913],"mapped","Ꮉ"],[[43914,43914],"mapped","Ꮊ"],[[43915,43915],"mapped","Ꮋ"],[[43916,43916],"mapped","Ꮌ"],[[43917,43917],"mapped","Ꮍ"],[[43918,43918],"mapped","Ꮎ"],[[43919,43919],"mapped","Ꮏ"],[[43920,43920],"mapped","Ꮐ"],[[43921,43921],"mapped","Ꮑ"],[[43922,43922],"mapped","Ꮒ"],[[43923,43923],"mapped","Ꮓ"],[[43924,43924],"mapped","Ꮔ"],[[43925,43925],"mapped","Ꮕ"],[[43926,43926],"mapped","Ꮖ"],[[43927,43927],"mapped","Ꮗ"],[[43928,43928],"mapped","Ꮘ"],[[43929,43929],"mapped","Ꮙ"],[[43930,43930],"mapped","Ꮚ"],[[43931,43931],"mapped","Ꮛ"],[[43932,43932],"mapped","Ꮜ"],[[43933,43933],"mapped","Ꮝ"],[[43934,43934],"mapped","Ꮞ"],[[43935,43935],"mapped","Ꮟ"],[[43936,43936],"mapped","Ꮠ"],[[43937,43937],"mapped","Ꮡ"],[[43938,43938],"mapped","Ꮢ"],[[43939,43939],"mapped","Ꮣ"],[[43940,43940],"mapped","Ꮤ"],[[43941,43941],"mapped","Ꮥ"],[[43942,43942],"mapped","Ꮦ"],[[43943,43943],"mapped","Ꮧ"],[[43944,43944],"mapped","Ꮨ"],[[43945,43945],"mapped","Ꮩ"],[[43946,43946],"mapped","Ꮪ"],[[43947,43947],"mapped","Ꮫ"],[[43948,43948],"mapped","Ꮬ"],[[43949,43949],"mapped","Ꮭ"],[[43950,43950],"mapped","Ꮮ"],[[43951,43951],"mapped","Ꮯ"],[[43952,43952],"mapped","Ꮰ"],[[43953,43953],"mapped","Ꮱ"],[[43954,43954],"mapped","Ꮲ"],[[43955,43955],"mapped","Ꮳ"],[[43956,43956],"mapped","Ꮴ"],[[43957,43957],"mapped","Ꮵ"],[[43958,43958],"mapped","Ꮶ"],[[43959,43959],"mapped","Ꮷ"],[[43960,43960],"mapped","Ꮸ"],[[43961,43961],"mapped","Ꮹ"],[[43962,43962],"mapped","Ꮺ"],[[43963,43963],"mapped","Ꮻ"],[[43964,43964],"mapped","Ꮼ"],[[43965,43965],"mapped","Ꮽ"],[[43966,43966],"mapped","Ꮾ"],[[43967,43967],"mapped","Ꮿ"],[[43968,44010],"valid"],[[44011,44011],"valid","","NV8"],[[44012,44013],"valid"],[[44014,44015],"disallowed"],[[44016,44025],"valid"],[[44026,44031],"disallowed"],[[44032,55203],"valid"],[[55204,55215],"disallowed"],[[55216,55238],"valid","","NV8"],[[55239,55242],"disallowed"],[[55243,55291],"valid","","NV8"],[[55292,55295],"disallowed"],[[55296,57343],"disallowed"],[[57344,63743],"disallowed"],[[63744,63744],"mapped","豈"],[[63745,63745],"mapped","更"],[[63746,63746],"mapped","車"],[[63747,63747],"mapped","賈"],[[63748,63748],"mapped","滑"],[[63749,63749],"mapped","串"],[[63750,63750],"mapped","句"],[[63751,63752],"mapped","龜"],[[63753,63753],"mapped","契"],[[63754,63754],"mapped","金"],[[63755,63755],"mapped","喇"],[[63756,63756],"mapped","奈"],[[63757,63757],"mapped","懶"],[[63758,63758],"mapped","癩"],[[63759,63759],"mapped","羅"],[[63760,63760],"mapped","蘿"],[[63761,63761],"mapped","螺"],[[63762,63762],"mapped","裸"],[[63763,63763],"mapped","邏"],[[63764,63764],"mapped","樂"],[[63765,63765],"mapped","洛"],[[63766,63766],"mapped","烙"],[[63767,63767],"mapped","珞"],[[63768,63768],"mapped","落"],[[63769,63769],"mapped","酪"],[[63770,63770],"mapped","駱"],[[63771,63771],"mapped","亂"],[[63772,63772],"mapped","卵"],[[63773,63773],"mapped","欄"],[[63774,63774],"mapped","爛"],[[63775,63775],"mapped","蘭"],[[63776,63776],"mapped","鸞"],[[63777,63777],"mapped","嵐"],[[63778,63778],"mapped","濫"],[[63779,63779],"mapped","藍"],[[63780,63780],"mapped","襤"],[[63781,63781],"mapped","拉"],[[63782,63782],"mapped","臘"],[[63783,63783],"mapped","蠟"],[[63784,63784],"mapped","廊"],[[63785,63785],"mapped","朗"],[[63786,63786],"mapped","浪"],[[63787,63787],"mapped","狼"],[[63788,63788],"mapped","郎"],[[63789,63789],"mapped","來"],[[63790,63790],"mapped","冷"],[[63791,63791],"mapped","勞"],[[63792,63792],"mapped","擄"],[[63793,63793],"mapped","櫓"],[[63794,63794],"mapped","爐"],[[63795,63795],"mapped","盧"],[[63796,63796],"mapped","老"],[[63797,63797],"mapped","蘆"],[[63798,63798],"mapped","虜"],[[63799,63799],"mapped","路"],[[63800,63800],"mapped","露"],[[63801,63801],"mapped","魯"],[[63802,63802],"mapped","鷺"],[[63803,63803],"mapped","碌"],[[63804,63804],"mapped","祿"],[[63805,63805],"mapped","綠"],[[63806,63806],"mapped","菉"],[[63807,63807],"mapped","錄"],[[63808,63808],"mapped","鹿"],[[63809,63809],"mapped","論"],[[63810,63810],"mapped","壟"],[[63811,63811],"mapped","弄"],[[63812,63812],"mapped","籠"],[[63813,63813],"mapped","聾"],[[63814,63814],"mapped","牢"],[[63815,63815],"mapped","磊"],[[63816,63816],"mapped","賂"],[[63817,63817],"mapped","雷"],[[63818,63818],"mapped","壘"],[[63819,63819],"mapped","屢"],[[63820,63820],"mapped","樓"],[[63821,63821],"mapped","淚"],[[63822,63822],"mapped","漏"],[[63823,63823],"mapped","累"],[[63824,63824],"mapped","縷"],[[63825,63825],"mapped","陋"],[[63826,63826],"mapped","勒"],[[63827,63827],"mapped","肋"],[[63828,63828],"mapped","凜"],[[63829,63829],"mapped","凌"],[[63830,63830],"mapped","稜"],[[63831,63831],"mapped","綾"],[[63832,63832],"mapped","菱"],[[63833,63833],"mapped","陵"],[[63834,63834],"mapped","讀"],[[63835,63835],"mapped","拏"],[[63836,63836],"mapped","樂"],[[63837,63837],"mapped","諾"],[[63838,63838],"mapped","丹"],[[63839,63839],"mapped","寧"],[[63840,63840],"mapped","怒"],[[63841,63841],"mapped","率"],[[63842,63842],"mapped","異"],[[63843,63843],"mapped","北"],[[63844,63844],"mapped","磻"],[[63845,63845],"mapped","便"],[[63846,63846],"mapped","復"],[[63847,63847],"mapped","不"],[[63848,63848],"mapped","泌"],[[63849,63849],"mapped","數"],[[63850,63850],"mapped","索"],[[63851,63851],"mapped","參"],[[63852,63852],"mapped","塞"],[[63853,63853],"mapped","省"],[[63854,63854],"mapped","葉"],[[63855,63855],"mapped","說"],[[63856,63856],"mapped","殺"],[[63857,63857],"mapped","辰"],[[63858,63858],"mapped","沈"],[[63859,63859],"mapped","拾"],[[63860,63860],"mapped","若"],[[63861,63861],"mapped","掠"],[[63862,63862],"mapped","略"],[[63863,63863],"mapped","亮"],[[63864,63864],"mapped","兩"],[[63865,63865],"mapped","凉"],[[63866,63866],"mapped","梁"],[[63867,63867],"mapped","糧"],[[63868,63868],"mapped","良"],[[63869,63869],"mapped","諒"],[[63870,63870],"mapped","量"],[[63871,63871],"mapped","勵"],[[63872,63872],"mapped","呂"],[[63873,63873],"mapped","女"],[[63874,63874],"mapped","廬"],[[63875,63875],"mapped","旅"],[[63876,63876],"mapped","濾"],[[63877,63877],"mapped","礪"],[[63878,63878],"mapped","閭"],[[63879,63879],"mapped","驪"],[[63880,63880],"mapped","麗"],[[63881,63881],"mapped","黎"],[[63882,63882],"mapped","力"],[[63883,63883],"mapped","曆"],[[63884,63884],"mapped","歷"],[[63885,63885],"mapped","轢"],[[63886,63886],"mapped","年"],[[63887,63887],"mapped","憐"],[[63888,63888],"mapped","戀"],[[63889,63889],"mapped","撚"],[[63890,63890],"mapped","漣"],[[63891,63891],"mapped","煉"],[[63892,63892],"mapped","璉"],[[63893,63893],"mapped","秊"],[[63894,63894],"mapped","練"],[[63895,63895],"mapped","聯"],[[63896,63896],"mapped","輦"],[[63897,63897],"mapped","蓮"],[[63898,63898],"mapped","連"],[[63899,63899],"mapped","鍊"],[[63900,63900],"mapped","列"],[[63901,63901],"mapped","劣"],[[63902,63902],"mapped","咽"],[[63903,63903],"mapped","烈"],[[63904,63904],"mapped","裂"],[[63905,63905],"mapped","說"],[[63906,63906],"mapped","廉"],[[63907,63907],"mapped","念"],[[63908,63908],"mapped","捻"],[[63909,63909],"mapped","殮"],[[63910,63910],"mapped","簾"],[[63911,63911],"mapped","獵"],[[63912,63912],"mapped","令"],[[63913,63913],"mapped","囹"],[[63914,63914],"mapped","寧"],[[63915,63915],"mapped","嶺"],[[63916,63916],"mapped","怜"],[[63917,63917],"mapped","玲"],[[63918,63918],"mapped","瑩"],[[63919,63919],"mapped","羚"],[[63920,63920],"mapped","聆"],[[63921,63921],"mapped","鈴"],[[63922,63922],"mapped","零"],[[63923,63923],"mapped","靈"],[[63924,63924],"mapped","領"],[[63925,63925],"mapped","例"],[[63926,63926],"mapped","禮"],[[63927,63927],"mapped","醴"],[[63928,63928],"mapped","隸"],[[63929,63929],"mapped","惡"],[[63930,63930],"mapped","了"],[[63931,63931],"mapped","僚"],[[63932,63932],"mapped","寮"],[[63933,63933],"mapped","尿"],[[63934,63934],"mapped","料"],[[63935,63935],"mapped","樂"],[[63936,63936],"mapped","燎"],[[63937,63937],"mapped","療"],[[63938,63938],"mapped","蓼"],[[63939,63939],"mapped","遼"],[[63940,63940],"mapped","龍"],[[63941,63941],"mapped","暈"],[[63942,63942],"mapped","阮"],[[63943,63943],"mapped","劉"],[[63944,63944],"mapped","杻"],[[63945,63945],"mapped","柳"],[[63946,63946],"mapped","流"],[[63947,63947],"mapped","溜"],[[63948,63948],"mapped","琉"],[[63949,63949],"mapped","留"],[[63950,63950],"mapped","硫"],[[63951,63951],"mapped","紐"],[[63952,63952],"mapped","類"],[[63953,63953],"mapped","六"],[[63954,63954],"mapped","戮"],[[63955,63955],"mapped","陸"],[[63956,63956],"mapped","倫"],[[63957,63957],"mapped","崙"],[[63958,63958],"mapped","淪"],[[63959,63959],"mapped","輪"],[[63960,63960],"mapped","律"],[[63961,63961],"mapped","慄"],[[63962,63962],"mapped","栗"],[[63963,63963],"mapped","率"],[[63964,63964],"mapped","隆"],[[63965,63965],"mapped","利"],[[63966,63966],"mapped","吏"],[[63967,63967],"mapped","履"],[[63968,63968],"mapped","易"],[[63969,63969],"mapped","李"],[[63970,63970],"mapped","梨"],[[63971,63971],"mapped","泥"],[[63972,63972],"mapped","理"],[[63973,63973],"mapped","痢"],[[63974,63974],"mapped","罹"],[[63975,63975],"mapped","裏"],[[63976,63976],"mapped","裡"],[[63977,63977],"mapped","里"],[[63978,63978],"mapped","離"],[[63979,63979],"mapped","匿"],[[63980,63980],"mapped","溺"],[[63981,63981],"mapped","吝"],[[63982,63982],"mapped","燐"],[[63983,63983],"mapped","璘"],[[63984,63984],"mapped","藺"],[[63985,63985],"mapped","隣"],[[63986,63986],"mapped","鱗"],[[63987,63987],"mapped","麟"],[[63988,63988],"mapped","林"],[[63989,63989],"mapped","淋"],[[63990,63990],"mapped","臨"],[[63991,63991],"mapped","立"],[[63992,63992],"mapped","笠"],[[63993,63993],"mapped","粒"],[[63994,63994],"mapped","狀"],[[63995,63995],"mapped","炙"],[[63996,63996],"mapped","識"],[[63997,63997],"mapped","什"],[[63998,63998],"mapped","茶"],[[63999,63999],"mapped","刺"],[[64000,64000],"mapped","切"],[[64001,64001],"mapped","度"],[[64002,64002],"mapped","拓"],[[64003,64003],"mapped","糖"],[[64004,64004],"mapped","宅"],[[64005,64005],"mapped","洞"],[[64006,64006],"mapped","暴"],[[64007,64007],"mapped","輻"],[[64008,64008],"mapped","行"],[[64009,64009],"mapped","降"],[[64010,64010],"mapped","見"],[[64011,64011],"mapped","廓"],[[64012,64012],"mapped","兀"],[[64013,64013],"mapped","嗀"],[[64014,64015],"valid"],[[64016,64016],"mapped","塚"],[[64017,64017],"valid"],[[64018,64018],"mapped","晴"],[[64019,64020],"valid"],[[64021,64021],"mapped","凞"],[[64022,64022],"mapped","猪"],[[64023,64023],"mapped","益"],[[64024,64024],"mapped","礼"],[[64025,64025],"mapped","神"],[[64026,64026],"mapped","祥"],[[64027,64027],"mapped","福"],[[64028,64028],"mapped","靖"],[[64029,64029],"mapped","精"],[[64030,64030],"mapped","羽"],[[64031,64031],"valid"],[[64032,64032],"mapped","蘒"],[[64033,64033],"valid"],[[64034,64034],"mapped","諸"],[[64035,64036],"valid"],[[64037,64037],"mapped","逸"],[[64038,64038],"mapped","都"],[[64039,64041],"valid"],[[64042,64042],"mapped","飯"],[[64043,64043],"mapped","飼"],[[64044,64044],"mapped","館"],[[64045,64045],"mapped","鶴"],[[64046,64046],"mapped","郞"],[[64047,64047],"mapped","隷"],[[64048,64048],"mapped","侮"],[[64049,64049],"mapped","僧"],[[64050,64050],"mapped","免"],[[64051,64051],"mapped","勉"],[[64052,64052],"mapped","勤"],[[64053,64053],"mapped","卑"],[[64054,64054],"mapped","喝"],[[64055,64055],"mapped","嘆"],[[64056,64056],"mapped","器"],[[64057,64057],"mapped","塀"],[[64058,64058],"mapped","墨"],[[64059,64059],"mapped","層"],[[64060,64060],"mapped","屮"],[[64061,64061],"mapped","悔"],[[64062,64062],"mapped","慨"],[[64063,64063],"mapped","憎"],[[64064,64064],"mapped","懲"],[[64065,64065],"mapped","敏"],[[64066,64066],"mapped","既"],[[64067,64067],"mapped","暑"],[[64068,64068],"mapped","梅"],[[64069,64069],"mapped","海"],[[64070,64070],"mapped","渚"],[[64071,64071],"mapped","漢"],[[64072,64072],"mapped","煮"],[[64073,64073],"mapped","爫"],[[64074,64074],"mapped","琢"],[[64075,64075],"mapped","碑"],[[64076,64076],"mapped","社"],[[64077,64077],"mapped","祉"],[[64078,64078],"mapped","祈"],[[64079,64079],"mapped","祐"],[[64080,64080],"mapped","祖"],[[64081,64081],"mapped","祝"],[[64082,64082],"mapped","禍"],[[64083,64083],"mapped","禎"],[[64084,64084],"mapped","穀"],[[64085,64085],"mapped","突"],[[64086,64086],"mapped","節"],[[64087,64087],"mapped","練"],[[64088,64088],"mapped","縉"],[[64089,64089],"mapped","繁"],[[64090,64090],"mapped","署"],[[64091,64091],"mapped","者"],[[64092,64092],"mapped","臭"],[[64093,64094],"mapped","艹"],[[64095,64095],"mapped","著"],[[64096,64096],"mapped","褐"],[[64097,64097],"mapped","視"],[[64098,64098],"mapped","謁"],[[64099,64099],"mapped","謹"],[[64100,64100],"mapped","賓"],[[64101,64101],"mapped","贈"],[[64102,64102],"mapped","辶"],[[64103,64103],"mapped","逸"],[[64104,64104],"mapped","難"],[[64105,64105],"mapped","響"],[[64106,64106],"mapped","頻"],[[64107,64107],"mapped","恵"],[[64108,64108],"mapped","𤋮"],[[64109,64109],"mapped","舘"],[[64110,64111],"disallowed"],[[64112,64112],"mapped","並"],[[64113,64113],"mapped","况"],[[64114,64114],"mapped","全"],[[64115,64115],"mapped","侀"],[[64116,64116],"mapped","充"],[[64117,64117],"mapped","冀"],[[64118,64118],"mapped","勇"],[[64119,64119],"mapped","勺"],[[64120,64120],"mapped","喝"],[[64121,64121],"mapped","啕"],[[64122,64122],"mapped","喙"],[[64123,64123],"mapped","嗢"],[[64124,64124],"mapped","塚"],[[64125,64125],"mapped","墳"],[[64126,64126],"mapped","奄"],[[64127,64127],"mapped","奔"],[[64128,64128],"mapped","婢"],[[64129,64129],"mapped","嬨"],[[64130,64130],"mapped","廒"],[[64131,64131],"mapped","廙"],[[64132,64132],"mapped","彩"],[[64133,64133],"mapped","徭"],[[64134,64134],"mapped","惘"],[[64135,64135],"mapped","慎"],[[64136,64136],"mapped","愈"],[[64137,64137],"mapped","憎"],[[64138,64138],"mapped","慠"],[[64139,64139],"mapped","懲"],[[64140,64140],"mapped","戴"],[[64141,64141],"mapped","揄"],[[64142,64142],"mapped","搜"],[[64143,64143],"mapped","摒"],[[64144,64144],"mapped","敖"],[[64145,64145],"mapped","晴"],[[64146,64146],"mapped","朗"],[[64147,64147],"mapped","望"],[[64148,64148],"mapped","杖"],[[64149,64149],"mapped","歹"],[[64150,64150],"mapped","殺"],[[64151,64151],"mapped","流"],[[64152,64152],"mapped","滛"],[[64153,64153],"mapped","滋"],[[64154,64154],"mapped","漢"],[[64155,64155],"mapped","瀞"],[[64156,64156],"mapped","煮"],[[64157,64157],"mapped","瞧"],[[64158,64158],"mapped","爵"],[[64159,64159],"mapped","犯"],[[64160,64160],"mapped","猪"],[[64161,64161],"mapped","瑱"],[[64162,64162],"mapped","甆"],[[64163,64163],"mapped","画"],[[64164,64164],"mapped","瘝"],[[64165,64165],"mapped","瘟"],[[64166,64166],"mapped","益"],[[64167,64167],"mapped","盛"],[[64168,64168],"mapped","直"],[[64169,64169],"mapped","睊"],[[64170,64170],"mapped","着"],[[64171,64171],"mapped","磌"],[[64172,64172],"mapped","窱"],[[64173,64173],"mapped","節"],[[64174,64174],"mapped","类"],[[64175,64175],"mapped","絛"],[[64176,64176],"mapped","練"],[[64177,64177],"mapped","缾"],[[64178,64178],"mapped","者"],[[64179,64179],"mapped","荒"],[[64180,64180],"mapped","華"],[[64181,64181],"mapped","蝹"],[[64182,64182],"mapped","襁"],[[64183,64183],"mapped","覆"],[[64184,64184],"mapped","視"],[[64185,64185],"mapped","調"],[[64186,64186],"mapped","諸"],[[64187,64187],"mapped","請"],[[64188,64188],"mapped","謁"],[[64189,64189],"mapped","諾"],[[64190,64190],"mapped","諭"],[[64191,64191],"mapped","謹"],[[64192,64192],"mapped","變"],[[64193,64193],"mapped","贈"],[[64194,64194],"mapped","輸"],[[64195,64195],"mapped","遲"],[[64196,64196],"mapped","醙"],[[64197,64197],"mapped","鉶"],[[64198,64198],"mapped","陼"],[[64199,64199],"mapped","難"],[[64200,64200],"mapped","靖"],[[64201,64201],"mapped","韛"],[[64202,64202],"mapped","響"],[[64203,64203],"mapped","頋"],[[64204,64204],"mapped","頻"],[[64205,64205],"mapped","鬒"],[[64206,64206],"mapped","龜"],[[64207,64207],"mapped","𢡊"],[[64208,64208],"mapped","𢡄"],[[64209,64209],"mapped","𣏕"],[[64210,64210],"mapped","㮝"],[[64211,64211],"mapped","䀘"],[[64212,64212],"mapped","䀹"],[[64213,64213],"mapped","𥉉"],[[64214,64214],"mapped","𥳐"],[[64215,64215],"mapped","𧻓"],[[64216,64216],"mapped","齃"],[[64217,64217],"mapped","龎"],[[64218,64255],"disallowed"],[[64256,64256],"mapped","ff"],[[64257,64257],"mapped","fi"],[[64258,64258],"mapped","fl"],[[64259,64259],"mapped","ffi"],[[64260,64260],"mapped","ffl"],[[64261,64262],"mapped","st"],[[64263,64274],"disallowed"],[[64275,64275],"mapped","մն"],[[64276,64276],"mapped","մե"],[[64277,64277],"mapped","մի"],[[64278,64278],"mapped","վն"],[[64279,64279],"mapped","մխ"],[[64280,64284],"disallowed"],[[64285,64285],"mapped","יִ"],[[64286,64286],"valid"],[[64287,64287],"mapped","ײַ"],[[64288,64288],"mapped","ע"],[[64289,64289],"mapped","א"],[[64290,64290],"mapped","ד"],[[64291,64291],"mapped","ה"],[[64292,64292],"mapped","כ"],[[64293,64293],"mapped","ל"],[[64294,64294],"mapped","ם"],[[64295,64295],"mapped","ר"],[[64296,64296],"mapped","ת"],[[64297,64297],"disallowed_STD3_mapped","+"],[[64298,64298],"mapped","שׁ"],[[64299,64299],"mapped","שׂ"],[[64300,64300],"mapped","שּׁ"],[[64301,64301],"mapped","שּׂ"],[[64302,64302],"mapped","אַ"],[[64303,64303],"mapped","אָ"],[[64304,64304],"mapped","אּ"],[[64305,64305],"mapped","בּ"],[[64306,64306],"mapped","גּ"],[[64307,64307],"mapped","דּ"],[[64308,64308],"mapped","הּ"],[[64309,64309],"mapped","וּ"],[[64310,64310],"mapped","זּ"],[[64311,64311],"disallowed"],[[64312,64312],"mapped","טּ"],[[64313,64313],"mapped","יּ"],[[64314,64314],"mapped","ךּ"],[[64315,64315],"mapped","כּ"],[[64316,64316],"mapped","לּ"],[[64317,64317],"disallowed"],[[64318,64318],"mapped","מּ"],[[64319,64319],"disallowed"],[[64320,64320],"mapped","נּ"],[[64321,64321],"mapped","סּ"],[[64322,64322],"disallowed"],[[64323,64323],"mapped","ףּ"],[[64324,64324],"mapped","פּ"],[[64325,64325],"disallowed"],[[64326,64326],"mapped","צּ"],[[64327,64327],"mapped","קּ"],[[64328,64328],"mapped","רּ"],[[64329,64329],"mapped","שּ"],[[64330,64330],"mapped","תּ"],[[64331,64331],"mapped","וֹ"],[[64332,64332],"mapped","בֿ"],[[64333,64333],"mapped","כֿ"],[[64334,64334],"mapped","פֿ"],[[64335,64335],"mapped","אל"],[[64336,64337],"mapped","ٱ"],[[64338,64341],"mapped","ٻ"],[[64342,64345],"mapped","پ"],[[64346,64349],"mapped","ڀ"],[[64350,64353],"mapped","ٺ"],[[64354,64357],"mapped","ٿ"],[[64358,64361],"mapped","ٹ"],[[64362,64365],"mapped","ڤ"],[[64366,64369],"mapped","ڦ"],[[64370,64373],"mapped","ڄ"],[[64374,64377],"mapped","ڃ"],[[64378,64381],"mapped","چ"],[[64382,64385],"mapped","ڇ"],[[64386,64387],"mapped","ڍ"],[[64388,64389],"mapped","ڌ"],[[64390,64391],"mapped","ڎ"],[[64392,64393],"mapped","ڈ"],[[64394,64395],"mapped","ژ"],[[64396,64397],"mapped","ڑ"],[[64398,64401],"mapped","ک"],[[64402,64405],"mapped","گ"],[[64406,64409],"mapped","ڳ"],[[64410,64413],"mapped","ڱ"],[[64414,64415],"mapped","ں"],[[64416,64419],"mapped","ڻ"],[[64420,64421],"mapped","ۀ"],[[64422,64425],"mapped","ہ"],[[64426,64429],"mapped","ھ"],[[64430,64431],"mapped","ے"],[[64432,64433],"mapped","ۓ"],[[64434,64449],"valid","","NV8"],[[64450,64466],"disallowed"],[[64467,64470],"mapped","ڭ"],[[64471,64472],"mapped","ۇ"],[[64473,64474],"mapped","ۆ"],[[64475,64476],"mapped","ۈ"],[[64477,64477],"mapped","ۇٴ"],[[64478,64479],"mapped","ۋ"],[[64480,64481],"mapped","ۅ"],[[64482,64483],"mapped","ۉ"],[[64484,64487],"mapped","ې"],[[64488,64489],"mapped","ى"],[[64490,64491],"mapped","ئا"],[[64492,64493],"mapped","ئە"],[[64494,64495],"mapped","ئو"],[[64496,64497],"mapped","ئۇ"],[[64498,64499],"mapped","ئۆ"],[[64500,64501],"mapped","ئۈ"],[[64502,64504],"mapped","ئې"],[[64505,64507],"mapped","ئى"],[[64508,64511],"mapped","ی"],[[64512,64512],"mapped","ئج"],[[64513,64513],"mapped","ئح"],[[64514,64514],"mapped","ئم"],[[64515,64515],"mapped","ئى"],[[64516,64516],"mapped","ئي"],[[64517,64517],"mapped","بج"],[[64518,64518],"mapped","بح"],[[64519,64519],"mapped","بخ"],[[64520,64520],"mapped","بم"],[[64521,64521],"mapped","بى"],[[64522,64522],"mapped","بي"],[[64523,64523],"mapped","تج"],[[64524,64524],"mapped","تح"],[[64525,64525],"mapped","تخ"],[[64526,64526],"mapped","تم"],[[64527,64527],"mapped","تى"],[[64528,64528],"mapped","تي"],[[64529,64529],"mapped","ثج"],[[64530,64530],"mapped","ثم"],[[64531,64531],"mapped","ثى"],[[64532,64532],"mapped","ثي"],[[64533,64533],"mapped","جح"],[[64534,64534],"mapped","جم"],[[64535,64535],"mapped","حج"],[[64536,64536],"mapped","حم"],[[64537,64537],"mapped","خج"],[[64538,64538],"mapped","خح"],[[64539,64539],"mapped","خم"],[[64540,64540],"mapped","سج"],[[64541,64541],"mapped","سح"],[[64542,64542],"mapped","سخ"],[[64543,64543],"mapped","سم"],[[64544,64544],"mapped","صح"],[[64545,64545],"mapped","صم"],[[64546,64546],"mapped","ضج"],[[64547,64547],"mapped","ضح"],[[64548,64548],"mapped","ضخ"],[[64549,64549],"mapped","ضم"],[[64550,64550],"mapped","طح"],[[64551,64551],"mapped","طم"],[[64552,64552],"mapped","ظم"],[[64553,64553],"mapped","عج"],[[64554,64554],"mapped","عم"],[[64555,64555],"mapped","غج"],[[64556,64556],"mapped","غم"],[[64557,64557],"mapped","فج"],[[64558,64558],"mapped","فح"],[[64559,64559],"mapped","فخ"],[[64560,64560],"mapped","فم"],[[64561,64561],"mapped","فى"],[[64562,64562],"mapped","في"],[[64563,64563],"mapped","قح"],[[64564,64564],"mapped","قم"],[[64565,64565],"mapped","قى"],[[64566,64566],"mapped","قي"],[[64567,64567],"mapped","كا"],[[64568,64568],"mapped","كج"],[[64569,64569],"mapped","كح"],[[64570,64570],"mapped","كخ"],[[64571,64571],"mapped","كل"],[[64572,64572],"mapped","كم"],[[64573,64573],"mapped","كى"],[[64574,64574],"mapped","كي"],[[64575,64575],"mapped","لج"],[[64576,64576],"mapped","لح"],[[64577,64577],"mapped","لخ"],[[64578,64578],"mapped","لم"],[[64579,64579],"mapped","لى"],[[64580,64580],"mapped","لي"],[[64581,64581],"mapped","مج"],[[64582,64582],"mapped","مح"],[[64583,64583],"mapped","مخ"],[[64584,64584],"mapped","مم"],[[64585,64585],"mapped","مى"],[[64586,64586],"mapped","مي"],[[64587,64587],"mapped","نج"],[[64588,64588],"mapped","نح"],[[64589,64589],"mapped","نخ"],[[64590,64590],"mapped","نم"],[[64591,64591],"mapped","نى"],[[64592,64592],"mapped","ني"],[[64593,64593],"mapped","هج"],[[64594,64594],"mapped","هم"],[[64595,64595],"mapped","هى"],[[64596,64596],"mapped","هي"],[[64597,64597],"mapped","يج"],[[64598,64598],"mapped","يح"],[[64599,64599],"mapped","يخ"],[[64600,64600],"mapped","يم"],[[64601,64601],"mapped","يى"],[[64602,64602],"mapped","يي"],[[64603,64603],"mapped","ذٰ"],[[64604,64604],"mapped","رٰ"],[[64605,64605],"mapped","ىٰ"],[[64606,64606],"disallowed_STD3_mapped"," ٌّ"],[[64607,64607],"disallowed_STD3_mapped"," ٍّ"],[[64608,64608],"disallowed_STD3_mapped"," َّ"],[[64609,64609],"disallowed_STD3_mapped"," ُّ"],[[64610,64610],"disallowed_STD3_mapped"," ِّ"],[[64611,64611],"disallowed_STD3_mapped"," ّٰ"],[[64612,64612],"mapped","ئر"],[[64613,64613],"mapped","ئز"],[[64614,64614],"mapped","ئم"],[[64615,64615],"mapped","ئن"],[[64616,64616],"mapped","ئى"],[[64617,64617],"mapped","ئي"],[[64618,64618],"mapped","بر"],[[64619,64619],"mapped","بز"],[[64620,64620],"mapped","بم"],[[64621,64621],"mapped","بن"],[[64622,64622],"mapped","بى"],[[64623,64623],"mapped","بي"],[[64624,64624],"mapped","تر"],[[64625,64625],"mapped","تز"],[[64626,64626],"mapped","تم"],[[64627,64627],"mapped","تن"],[[64628,64628],"mapped","تى"],[[64629,64629],"mapped","تي"],[[64630,64630],"mapped","ثر"],[[64631,64631],"mapped","ثز"],[[64632,64632],"mapped","ثم"],[[64633,64633],"mapped","ثن"],[[64634,64634],"mapped","ثى"],[[64635,64635],"mapped","ثي"],[[64636,64636],"mapped","فى"],[[64637,64637],"mapped","في"],[[64638,64638],"mapped","قى"],[[64639,64639],"mapped","قي"],[[64640,64640],"mapped","كا"],[[64641,64641],"mapped","كل"],[[64642,64642],"mapped","كم"],[[64643,64643],"mapped","كى"],[[64644,64644],"mapped","كي"],[[64645,64645],"mapped","لم"],[[64646,64646],"mapped","لى"],[[64647,64647],"mapped","لي"],[[64648,64648],"mapped","ما"],[[64649,64649],"mapped","مم"],[[64650,64650],"mapped","نر"],[[64651,64651],"mapped","نز"],[[64652,64652],"mapped","نم"],[[64653,64653],"mapped","نن"],[[64654,64654],"mapped","نى"],[[64655,64655],"mapped","ني"],[[64656,64656],"mapped","ىٰ"],[[64657,64657],"mapped","ير"],[[64658,64658],"mapped","يز"],[[64659,64659],"mapped","يم"],[[64660,64660],"mapped","ين"],[[64661,64661],"mapped","يى"],[[64662,64662],"mapped","يي"],[[64663,64663],"mapped","ئج"],[[64664,64664],"mapped","ئح"],[[64665,64665],"mapped","ئخ"],[[64666,64666],"mapped","ئم"],[[64667,64667],"mapped","ئه"],[[64668,64668],"mapped","بج"],[[64669,64669],"mapped","بح"],[[64670,64670],"mapped","بخ"],[[64671,64671],"mapped","بم"],[[64672,64672],"mapped","به"],[[64673,64673],"mapped","تج"],[[64674,64674],"mapped","تح"],[[64675,64675],"mapped","تخ"],[[64676,64676],"mapped","تم"],[[64677,64677],"mapped","ته"],[[64678,64678],"mapped","ثم"],[[64679,64679],"mapped","جح"],[[64680,64680],"mapped","جم"],[[64681,64681],"mapped","حج"],[[64682,64682],"mapped","حم"],[[64683,64683],"mapped","خج"],[[64684,64684],"mapped","خم"],[[64685,64685],"mapped","سج"],[[64686,64686],"mapped","سح"],[[64687,64687],"mapped","سخ"],[[64688,64688],"mapped","سم"],[[64689,64689],"mapped","صح"],[[64690,64690],"mapped","صخ"],[[64691,64691],"mapped","صم"],[[64692,64692],"mapped","ضج"],[[64693,64693],"mapped","ضح"],[[64694,64694],"mapped","ضخ"],[[64695,64695],"mapped","ضم"],[[64696,64696],"mapped","طح"],[[64697,64697],"mapped","ظم"],[[64698,64698],"mapped","عج"],[[64699,64699],"mapped","عم"],[[64700,64700],"mapped","غج"],[[64701,64701],"mapped","غم"],[[64702,64702],"mapped","فج"],[[64703,64703],"mapped","فح"],[[64704,64704],"mapped","فخ"],[[64705,64705],"mapped","فم"],[[64706,64706],"mapped","قح"],[[64707,64707],"mapped","قم"],[[64708,64708],"mapped","كج"],[[64709,64709],"mapped","كح"],[[64710,64710],"mapped","كخ"],[[64711,64711],"mapped","كل"],[[64712,64712],"mapped","كم"],[[64713,64713],"mapped","لج"],[[64714,64714],"mapped","لح"],[[64715,64715],"mapped","لخ"],[[64716,64716],"mapped","لم"],[[64717,64717],"mapped","له"],[[64718,64718],"mapped","مج"],[[64719,64719],"mapped","مح"],[[64720,64720],"mapped","مخ"],[[64721,64721],"mapped","مم"],[[64722,64722],"mapped","نج"],[[64723,64723],"mapped","نح"],[[64724,64724],"mapped","نخ"],[[64725,64725],"mapped","نم"],[[64726,64726],"mapped","نه"],[[64727,64727],"mapped","هج"],[[64728,64728],"mapped","هم"],[[64729,64729],"mapped","هٰ"],[[64730,64730],"mapped","يج"],[[64731,64731],"mapped","يح"],[[64732,64732],"mapped","يخ"],[[64733,64733],"mapped","يم"],[[64734,64734],"mapped","يه"],[[64735,64735],"mapped","ئم"],[[64736,64736],"mapped","ئه"],[[64737,64737],"mapped","بم"],[[64738,64738],"mapped","به"],[[64739,64739],"mapped","تم"],[[64740,64740],"mapped","ته"],[[64741,64741],"mapped","ثم"],[[64742,64742],"mapped","ثه"],[[64743,64743],"mapped","سم"],[[64744,64744],"mapped","سه"],[[64745,64745],"mapped","شم"],[[64746,64746],"mapped","شه"],[[64747,64747],"mapped","كل"],[[64748,64748],"mapped","كم"],[[64749,64749],"mapped","لم"],[[64750,64750],"mapped","نم"],[[64751,64751],"mapped","نه"],[[64752,64752],"mapped","يم"],[[64753,64753],"mapped","يه"],[[64754,64754],"mapped","ـَّ"],[[64755,64755],"mapped","ـُّ"],[[64756,64756],"mapped","ـِّ"],[[64757,64757],"mapped","طى"],[[64758,64758],"mapped","طي"],[[64759,64759],"mapped","عى"],[[64760,64760],"mapped","عي"],[[64761,64761],"mapped","غى"],[[64762,64762],"mapped","غي"],[[64763,64763],"mapped","سى"],[[64764,64764],"mapped","سي"],[[64765,64765],"mapped","شى"],[[64766,64766],"mapped","شي"],[[64767,64767],"mapped","حى"],[[64768,64768],"mapped","حي"],[[64769,64769],"mapped","جى"],[[64770,64770],"mapped","جي"],[[64771,64771],"mapped","خى"],[[64772,64772],"mapped","خي"],[[64773,64773],"mapped","صى"],[[64774,64774],"mapped","صي"],[[64775,64775],"mapped","ضى"],[[64776,64776],"mapped","ضي"],[[64777,64777],"mapped","شج"],[[64778,64778],"mapped","شح"],[[64779,64779],"mapped","شخ"],[[64780,64780],"mapped","شم"],[[64781,64781],"mapped","شر"],[[64782,64782],"mapped","سر"],[[64783,64783],"mapped","صر"],[[64784,64784],"mapped","ضر"],[[64785,64785],"mapped","طى"],[[64786,64786],"mapped","طي"],[[64787,64787],"mapped","عى"],[[64788,64788],"mapped","عي"],[[64789,64789],"mapped","غى"],[[64790,64790],"mapped","غي"],[[64791,64791],"mapped","سى"],[[64792,64792],"mapped","سي"],[[64793,64793],"mapped","شى"],[[64794,64794],"mapped","شي"],[[64795,64795],"mapped","حى"],[[64796,64796],"mapped","حي"],[[64797,64797],"mapped","جى"],[[64798,64798],"mapped","جي"],[[64799,64799],"mapped","خى"],[[64800,64800],"mapped","خي"],[[64801,64801],"mapped","صى"],[[64802,64802],"mapped","صي"],[[64803,64803],"mapped","ضى"],[[64804,64804],"mapped","ضي"],[[64805,64805],"mapped","شج"],[[64806,64806],"mapped","شح"],[[64807,64807],"mapped","شخ"],[[64808,64808],"mapped","شم"],[[64809,64809],"mapped","شر"],[[64810,64810],"mapped","سر"],[[64811,64811],"mapped","صر"],[[64812,64812],"mapped","ضر"],[[64813,64813],"mapped","شج"],[[64814,64814],"mapped","شح"],[[64815,64815],"mapped","شخ"],[[64816,64816],"mapped","شم"],[[64817,64817],"mapped","سه"],[[64818,64818],"mapped","شه"],[[64819,64819],"mapped","طم"],[[64820,64820],"mapped","سج"],[[64821,64821],"mapped","سح"],[[64822,64822],"mapped","سخ"],[[64823,64823],"mapped","شج"],[[64824,64824],"mapped","شح"],[[64825,64825],"mapped","شخ"],[[64826,64826],"mapped","طم"],[[64827,64827],"mapped","ظم"],[[64828,64829],"mapped","اً"],[[64830,64831],"valid","","NV8"],[[64832,64847],"disallowed"],[[64848,64848],"mapped","تجم"],[[64849,64850],"mapped","تحج"],[[64851,64851],"mapped","تحم"],[[64852,64852],"mapped","تخم"],[[64853,64853],"mapped","تمج"],[[64854,64854],"mapped","تمح"],[[64855,64855],"mapped","تمخ"],[[64856,64857],"mapped","جمح"],[[64858,64858],"mapped","حمي"],[[64859,64859],"mapped","حمى"],[[64860,64860],"mapped","سحج"],[[64861,64861],"mapped","سجح"],[[64862,64862],"mapped","سجى"],[[64863,64864],"mapped","سمح"],[[64865,64865],"mapped","سمج"],[[64866,64867],"mapped","سمم"],[[64868,64869],"mapped","صحح"],[[64870,64870],"mapped","صمم"],[[64871,64872],"mapped","شحم"],[[64873,64873],"mapped","شجي"],[[64874,64875],"mapped","شمخ"],[[64876,64877],"mapped","شمم"],[[64878,64878],"mapped","ضحى"],[[64879,64880],"mapped","ضخم"],[[64881,64882],"mapped","طمح"],[[64883,64883],"mapped","طمم"],[[64884,64884],"mapped","طمي"],[[64885,64885],"mapped","عجم"],[[64886,64887],"mapped","عمم"],[[64888,64888],"mapped","عمى"],[[64889,64889],"mapped","غمم"],[[64890,64890],"mapped","غمي"],[[64891,64891],"mapped","غمى"],[[64892,64893],"mapped","فخم"],[[64894,64894],"mapped","قمح"],[[64895,64895],"mapped","قمم"],[[64896,64896],"mapped","لحم"],[[64897,64897],"mapped","لحي"],[[64898,64898],"mapped","لحى"],[[64899,64900],"mapped","لجج"],[[64901,64902],"mapped","لخم"],[[64903,64904],"mapped","لمح"],[[64905,64905],"mapped","محج"],[[64906,64906],"mapped","محم"],[[64907,64907],"mapped","محي"],[[64908,64908],"mapped","مجح"],[[64909,64909],"mapped","مجم"],[[64910,64910],"mapped","مخج"],[[64911,64911],"mapped","مخم"],[[64912,64913],"disallowed"],[[64914,64914],"mapped","مجخ"],[[64915,64915],"mapped","همج"],[[64916,64916],"mapped","همم"],[[64917,64917],"mapped","نحم"],[[64918,64918],"mapped","نحى"],[[64919,64920],"mapped","نجم"],[[64921,64921],"mapped","نجى"],[[64922,64922],"mapped","نمي"],[[64923,64923],"mapped","نمى"],[[64924,64925],"mapped","يمم"],[[64926,64926],"mapped","بخي"],[[64927,64927],"mapped","تجي"],[[64928,64928],"mapped","تجى"],[[64929,64929],"mapped","تخي"],[[64930,64930],"mapped","تخى"],[[64931,64931],"mapped","تمي"],[[64932,64932],"mapped","تمى"],[[64933,64933],"mapped","جمي"],[[64934,64934],"mapped","جحى"],[[64935,64935],"mapped","جمى"],[[64936,64936],"mapped","سخى"],[[64937,64937],"mapped","صحي"],[[64938,64938],"mapped","شحي"],[[64939,64939],"mapped","ضحي"],[[64940,64940],"mapped","لجي"],[[64941,64941],"mapped","لمي"],[[64942,64942],"mapped","يحي"],[[64943,64943],"mapped","يجي"],[[64944,64944],"mapped","يمي"],[[64945,64945],"mapped","ممي"],[[64946,64946],"mapped","قمي"],[[64947,64947],"mapped","نحي"],[[64948,64948],"mapped","قمح"],[[64949,64949],"mapped","لحم"],[[64950,64950],"mapped","عمي"],[[64951,64951],"mapped","كمي"],[[64952,64952],"mapped","نجح"],[[64953,64953],"mapped","مخي"],[[64954,64954],"mapped","لجم"],[[64955,64955],"mapped","كمم"],[[64956,64956],"mapped","لجم"],[[64957,64957],"mapped","نجح"],[[64958,64958],"mapped","جحي"],[[64959,64959],"mapped","حجي"],[[64960,64960],"mapped","مجي"],[[64961,64961],"mapped","فمي"],[[64962,64962],"mapped","بحي"],[[64963,64963],"mapped","كمم"],[[64964,64964],"mapped","عجم"],[[64965,64965],"mapped","صمم"],[[64966,64966],"mapped","سخي"],[[64967,64967],"mapped","نجي"],[[64968,64975],"disallowed"],[[64976,65007],"disallowed"],[[65008,65008],"mapped","صلے"],[[65009,65009],"mapped","قلے"],[[65010,65010],"mapped","الله"],[[65011,65011],"mapped","اكبر"],[[65012,65012],"mapped","محمد"],[[65013,65013],"mapped","صلعم"],[[65014,65014],"mapped","رسول"],[[65015,65015],"mapped","عليه"],[[65016,65016],"mapped","وسلم"],[[65017,65017],"mapped","صلى"],[[65018,65018],"disallowed_STD3_mapped","صلى الله عليه وسلم"],[[65019,65019],"disallowed_STD3_mapped","جل جلاله"],[[65020,65020],"mapped","ریال"],[[65021,65021],"valid","","NV8"],[[65022,65023],"disallowed"],[[65024,65039],"ignored"],[[65040,65040],"disallowed_STD3_mapped",","],[[65041,65041],"mapped","、"],[[65042,65042],"disallowed"],[[65043,65043],"disallowed_STD3_mapped",":"],[[65044,65044],"disallowed_STD3_mapped",";"],[[65045,65045],"disallowed_STD3_mapped","!"],[[65046,65046],"disallowed_STD3_mapped","?"],[[65047,65047],"mapped","〖"],[[65048,65048],"mapped","〗"],[[65049,65049],"disallowed"],[[65050,65055],"disallowed"],[[65056,65059],"valid"],[[65060,65062],"valid"],[[65063,65069],"valid"],[[65070,65071],"valid"],[[65072,65072],"disallowed"],[[65073,65073],"mapped","—"],[[65074,65074],"mapped","–"],[[65075,65076],"disallowed_STD3_mapped","_"],[[65077,65077],"disallowed_STD3_mapped","("],[[65078,65078],"disallowed_STD3_mapped",")"],[[65079,65079],"disallowed_STD3_mapped","{"],[[65080,65080],"disallowed_STD3_mapped","}"],[[65081,65081],"mapped","〔"],[[65082,65082],"mapped","〕"],[[65083,65083],"mapped","【"],[[65084,65084],"mapped","】"],[[65085,65085],"mapped","《"],[[65086,65086],"mapped","》"],[[65087,65087],"mapped","〈"],[[65088,65088],"mapped","〉"],[[65089,65089],"mapped","「"],[[65090,65090],"mapped","」"],[[65091,65091],"mapped","『"],[[65092,65092],"mapped","』"],[[65093,65094],"valid","","NV8"],[[65095,65095],"disallowed_STD3_mapped","["],[[65096,65096],"disallowed_STD3_mapped","]"],[[65097,65100],"disallowed_STD3_mapped"," ̅"],[[65101,65103],"disallowed_STD3_mapped","_"],[[65104,65104],"disallowed_STD3_mapped",","],[[65105,65105],"mapped","、"],[[65106,65106],"disallowed"],[[65107,65107],"disallowed"],[[65108,65108],"disallowed_STD3_mapped",";"],[[65109,65109],"disallowed_STD3_mapped",":"],[[65110,65110],"disallowed_STD3_mapped","?"],[[65111,65111],"disallowed_STD3_mapped","!"],[[65112,65112],"mapped","—"],[[65113,65113],"disallowed_STD3_mapped","("],[[65114,65114],"disallowed_STD3_mapped",")"],[[65115,65115],"disallowed_STD3_mapped","{"],[[65116,65116],"disallowed_STD3_mapped","}"],[[65117,65117],"mapped","〔"],[[65118,65118],"mapped","〕"],[[65119,65119],"disallowed_STD3_mapped","#"],[[65120,65120],"disallowed_STD3_mapped","&"],[[65121,65121],"disallowed_STD3_mapped","*"],[[65122,65122],"disallowed_STD3_mapped","+"],[[65123,65123],"mapped","-"],[[65124,65124],"disallowed_STD3_mapped","<"],[[65125,65125],"disallowed_STD3_mapped",">"],[[65126,65126],"disallowed_STD3_mapped","="],[[65127,65127],"disallowed"],[[65128,65128],"disallowed_STD3_mapped","\\\\"],[[65129,65129],"disallowed_STD3_mapped","$"],[[65130,65130],"disallowed_STD3_mapped","%"],[[65131,65131],"disallowed_STD3_mapped","@"],[[65132,65135],"disallowed"],[[65136,65136],"disallowed_STD3_mapped"," ً"],[[65137,65137],"mapped","ـً"],[[65138,65138],"disallowed_STD3_mapped"," ٌ"],[[65139,65139],"valid"],[[65140,65140],"disallowed_STD3_mapped"," ٍ"],[[65141,65141],"disallowed"],[[65142,65142],"disallowed_STD3_mapped"," َ"],[[65143,65143],"mapped","ـَ"],[[65144,65144],"disallowed_STD3_mapped"," ُ"],[[65145,65145],"mapped","ـُ"],[[65146,65146],"disallowed_STD3_mapped"," ِ"],[[65147,65147],"mapped","ـِ"],[[65148,65148],"disallowed_STD3_mapped"," ّ"],[[65149,65149],"mapped","ـّ"],[[65150,65150],"disallowed_STD3_mapped"," ْ"],[[65151,65151],"mapped","ـْ"],[[65152,65152],"mapped","ء"],[[65153,65154],"mapped","آ"],[[65155,65156],"mapped","أ"],[[65157,65158],"mapped","ؤ"],[[65159,65160],"mapped","إ"],[[65161,65164],"mapped","ئ"],[[65165,65166],"mapped","ا"],[[65167,65170],"mapped","ب"],[[65171,65172],"mapped","ة"],[[65173,65176],"mapped","ت"],[[65177,65180],"mapped","ث"],[[65181,65184],"mapped","ج"],[[65185,65188],"mapped","ح"],[[65189,65192],"mapped","خ"],[[65193,65194],"mapped","د"],[[65195,65196],"mapped","ذ"],[[65197,65198],"mapped","ر"],[[65199,65200],"mapped","ز"],[[65201,65204],"mapped","س"],[[65205,65208],"mapped","ش"],[[65209,65212],"mapped","ص"],[[65213,65216],"mapped","ض"],[[65217,65220],"mapped","ط"],[[65221,65224],"mapped","ظ"],[[65225,65228],"mapped","ع"],[[65229,65232],"mapped","غ"],[[65233,65236],"mapped","ف"],[[65237,65240],"mapped","ق"],[[65241,65244],"mapped","ك"],[[65245,65248],"mapped","ل"],[[65249,65252],"mapped","م"],[[65253,65256],"mapped","ن"],[[65257,65260],"mapped","ه"],[[65261,65262],"mapped","و"],[[65263,65264],"mapped","ى"],[[65265,65268],"mapped","ي"],[[65269,65270],"mapped","لآ"],[[65271,65272],"mapped","لأ"],[[65273,65274],"mapped","لإ"],[[65275,65276],"mapped","لا"],[[65277,65278],"disallowed"],[[65279,65279],"ignored"],[[65280,65280],"disallowed"],[[65281,65281],"disallowed_STD3_mapped","!"],[[65282,65282],"disallowed_STD3_mapped","\\""],[[65283,65283],"disallowed_STD3_mapped","#"],[[65284,65284],"disallowed_STD3_mapped","$"],[[65285,65285],"disallowed_STD3_mapped","%"],[[65286,65286],"disallowed_STD3_mapped","&"],[[65287,65287],"disallowed_STD3_mapped","\'"],[[65288,65288],"disallowed_STD3_mapped","("],[[65289,65289],"disallowed_STD3_mapped",")"],[[65290,65290],"disallowed_STD3_mapped","*"],[[65291,65291],"disallowed_STD3_mapped","+"],[[65292,65292],"disallowed_STD3_mapped",","],[[65293,65293],"mapped","-"],[[65294,65294],"mapped","."],[[65295,65295],"disallowed_STD3_mapped","/"],[[65296,65296],"mapped","0"],[[65297,65297],"mapped","1"],[[65298,65298],"mapped","2"],[[65299,65299],"mapped","3"],[[65300,65300],"mapped","4"],[[65301,65301],"mapped","5"],[[65302,65302],"mapped","6"],[[65303,65303],"mapped","7"],[[65304,65304],"mapped","8"],[[65305,65305],"mapped","9"],[[65306,65306],"disallowed_STD3_mapped",":"],[[65307,65307],"disallowed_STD3_mapped",";"],[[65308,65308],"disallowed_STD3_mapped","<"],[[65309,65309],"disallowed_STD3_mapped","="],[[65310,65310],"disallowed_STD3_mapped",">"],[[65311,65311],"disallowed_STD3_mapped","?"],[[65312,65312],"disallowed_STD3_mapped","@"],[[65313,65313],"mapped","a"],[[65314,65314],"mapped","b"],[[65315,65315],"mapped","c"],[[65316,65316],"mapped","d"],[[65317,65317],"mapped","e"],[[65318,65318],"mapped","f"],[[65319,65319],"mapped","g"],[[65320,65320],"mapped","h"],[[65321,65321],"mapped","i"],[[65322,65322],"mapped","j"],[[65323,65323],"mapped","k"],[[65324,65324],"mapped","l"],[[65325,65325],"mapped","m"],[[65326,65326],"mapped","n"],[[65327,65327],"mapped","o"],[[65328,65328],"mapped","p"],[[65329,65329],"mapped","q"],[[65330,65330],"mapped","r"],[[65331,65331],"mapped","s"],[[65332,65332],"mapped","t"],[[65333,65333],"mapped","u"],[[65334,65334],"mapped","v"],[[65335,65335],"mapped","w"],[[65336,65336],"mapped","x"],[[65337,65337],"mapped","y"],[[65338,65338],"mapped","z"],[[65339,65339],"disallowed_STD3_mapped","["],[[65340,65340],"disallowed_STD3_mapped","\\\\"],[[65341,65341],"disallowed_STD3_mapped","]"],[[65342,65342],"disallowed_STD3_mapped","^"],[[65343,65343],"disallowed_STD3_mapped","_"],[[65344,65344],"disallowed_STD3_mapped","`"],[[65345,65345],"mapped","a"],[[65346,65346],"mapped","b"],[[65347,65347],"mapped","c"],[[65348,65348],"mapped","d"],[[65349,65349],"mapped","e"],[[65350,65350],"mapped","f"],[[65351,65351],"mapped","g"],[[65352,65352],"mapped","h"],[[65353,65353],"mapped","i"],[[65354,65354],"mapped","j"],[[65355,65355],"mapped","k"],[[65356,65356],"mapped","l"],[[65357,65357],"mapped","m"],[[65358,65358],"mapped","n"],[[65359,65359],"mapped","o"],[[65360,65360],"mapped","p"],[[65361,65361],"mapped","q"],[[65362,65362],"mapped","r"],[[65363,65363],"mapped","s"],[[65364,65364],"mapped","t"],[[65365,65365],"mapped","u"],[[65366,65366],"mapped","v"],[[65367,65367],"mapped","w"],[[65368,65368],"mapped","x"],[[65369,65369],"mapped","y"],[[65370,65370],"mapped","z"],[[65371,65371],"disallowed_STD3_mapped","{"],[[65372,65372],"disallowed_STD3_mapped","|"],[[65373,65373],"disallowed_STD3_mapped","}"],[[65374,65374],"disallowed_STD3_mapped","~"],[[65375,65375],"mapped","⦅"],[[65376,65376],"mapped","⦆"],[[65377,65377],"mapped","."],[[65378,65378],"mapped","「"],[[65379,65379],"mapped","」"],[[65380,65380],"mapped","、"],[[65381,65381],"mapped","・"],[[65382,65382],"mapped","ヲ"],[[65383,65383],"mapped","ァ"],[[65384,65384],"mapped","ィ"],[[65385,65385],"mapped","ゥ"],[[65386,65386],"mapped","ェ"],[[65387,65387],"mapped","ォ"],[[65388,65388],"mapped","ャ"],[[65389,65389],"mapped","ュ"],[[65390,65390],"mapped","ョ"],[[65391,65391],"mapped","ッ"],[[65392,65392],"mapped","ー"],[[65393,65393],"mapped","ア"],[[65394,65394],"mapped","イ"],[[65395,65395],"mapped","ウ"],[[65396,65396],"mapped","エ"],[[65397,65397],"mapped","オ"],[[65398,65398],"mapped","カ"],[[65399,65399],"mapped","キ"],[[65400,65400],"mapped","ク"],[[65401,65401],"mapped","ケ"],[[65402,65402],"mapped","コ"],[[65403,65403],"mapped","サ"],[[65404,65404],"mapped","シ"],[[65405,65405],"mapped","ス"],[[65406,65406],"mapped","セ"],[[65407,65407],"mapped","ソ"],[[65408,65408],"mapped","タ"],[[65409,65409],"mapped","チ"],[[65410,65410],"mapped","ツ"],[[65411,65411],"mapped","テ"],[[65412,65412],"mapped","ト"],[[65413,65413],"mapped","ナ"],[[65414,65414],"mapped","ニ"],[[65415,65415],"mapped","ヌ"],[[65416,65416],"mapped","ネ"],[[65417,65417],"mapped","ノ"],[[65418,65418],"mapped","ハ"],[[65419,65419],"mapped","ヒ"],[[65420,65420],"mapped","フ"],[[65421,65421],"mapped","ヘ"],[[65422,65422],"mapped","ホ"],[[65423,65423],"mapped","マ"],[[65424,65424],"mapped","ミ"],[[65425,65425],"mapped","ム"],[[65426,65426],"mapped","メ"],[[65427,65427],"mapped","モ"],[[65428,65428],"mapped","ヤ"],[[65429,65429],"mapped","ユ"],[[65430,65430],"mapped","ヨ"],[[65431,65431],"mapped","ラ"],[[65432,65432],"mapped","リ"],[[65433,65433],"mapped","ル"],[[65434,65434],"mapped","レ"],[[65435,65435],"mapped","ロ"],[[65436,65436],"mapped","ワ"],[[65437,65437],"mapped","ン"],[[65438,65438],"mapped","゙"],[[65439,65439],"mapped","゚"],[[65440,65440],"disallowed"],[[65441,65441],"mapped","ᄀ"],[[65442,65442],"mapped","ᄁ"],[[65443,65443],"mapped","ᆪ"],[[65444,65444],"mapped","ᄂ"],[[65445,65445],"mapped","ᆬ"],[[65446,65446],"mapped","ᆭ"],[[65447,65447],"mapped","ᄃ"],[[65448,65448],"mapped","ᄄ"],[[65449,65449],"mapped","ᄅ"],[[65450,65450],"mapped","ᆰ"],[[65451,65451],"mapped","ᆱ"],[[65452,65452],"mapped","ᆲ"],[[65453,65453],"mapped","ᆳ"],[[65454,65454],"mapped","ᆴ"],[[65455,65455],"mapped","ᆵ"],[[65456,65456],"mapped","ᄚ"],[[65457,65457],"mapped","ᄆ"],[[65458,65458],"mapped","ᄇ"],[[65459,65459],"mapped","ᄈ"],[[65460,65460],"mapped","ᄡ"],[[65461,65461],"mapped","ᄉ"],[[65462,65462],"mapped","ᄊ"],[[65463,65463],"mapped","ᄋ"],[[65464,65464],"mapped","ᄌ"],[[65465,65465],"mapped","ᄍ"],[[65466,65466],"mapped","ᄎ"],[[65467,65467],"mapped","ᄏ"],[[65468,65468],"mapped","ᄐ"],[[65469,65469],"mapped","ᄑ"],[[65470,65470],"mapped","ᄒ"],[[65471,65473],"disallowed"],[[65474,65474],"mapped","ᅡ"],[[65475,65475],"mapped","ᅢ"],[[65476,65476],"mapped","ᅣ"],[[65477,65477],"mapped","ᅤ"],[[65478,65478],"mapped","ᅥ"],[[65479,65479],"mapped","ᅦ"],[[65480,65481],"disallowed"],[[65482,65482],"mapped","ᅧ"],[[65483,65483],"mapped","ᅨ"],[[65484,65484],"mapped","ᅩ"],[[65485,65485],"mapped","ᅪ"],[[65486,65486],"mapped","ᅫ"],[[65487,65487],"mapped","ᅬ"],[[65488,65489],"disallowed"],[[65490,65490],"mapped","ᅭ"],[[65491,65491],"mapped","ᅮ"],[[65492,65492],"mapped","ᅯ"],[[65493,65493],"mapped","ᅰ"],[[65494,65494],"mapped","ᅱ"],[[65495,65495],"mapped","ᅲ"],[[65496,65497],"disallowed"],[[65498,65498],"mapped","ᅳ"],[[65499,65499],"mapped","ᅴ"],[[65500,65500],"mapped","ᅵ"],[[65501,65503],"disallowed"],[[65504,65504],"mapped","¢"],[[65505,65505],"mapped","£"],[[65506,65506],"mapped","¬"],[[65507,65507],"disallowed_STD3_mapped"," ̄"],[[65508,65508],"mapped","¦"],[[65509,65509],"mapped","¥"],[[65510,65510],"mapped","₩"],[[65511,65511],"disallowed"],[[65512,65512],"mapped","│"],[[65513,65513],"mapped","←"],[[65514,65514],"mapped","↑"],[[65515,65515],"mapped","→"],[[65516,65516],"mapped","↓"],[[65517,65517],"mapped","■"],[[65518,65518],"mapped","○"],[[65519,65528],"disallowed"],[[65529,65531],"disallowed"],[[65532,65532],"disallowed"],[[65533,65533],"disallowed"],[[65534,65535],"disallowed"],[[65536,65547],"valid"],[[65548,65548],"disallowed"],[[65549,65574],"valid"],[[65575,65575],"disallowed"],[[65576,65594],"valid"],[[65595,65595],"disallowed"],[[65596,65597],"valid"],[[65598,65598],"disallowed"],[[65599,65613],"valid"],[[65614,65615],"disallowed"],[[65616,65629],"valid"],[[65630,65663],"disallowed"],[[65664,65786],"valid"],[[65787,65791],"disallowed"],[[65792,65794],"valid","","NV8"],[[65795,65798],"disallowed"],[[65799,65843],"valid","","NV8"],[[65844,65846],"disallowed"],[[65847,65855],"valid","","NV8"],[[65856,65930],"valid","","NV8"],[[65931,65932],"valid","","NV8"],[[65933,65934],"valid","","NV8"],[[65935,65935],"disallowed"],[[65936,65947],"valid","","NV8"],[[65948,65951],"disallowed"],[[65952,65952],"valid","","NV8"],[[65953,65999],"disallowed"],[[66000,66044],"valid","","NV8"],[[66045,66045],"valid"],[[66046,66175],"disallowed"],[[66176,66204],"valid"],[[66205,66207],"disallowed"],[[66208,66256],"valid"],[[66257,66271],"disallowed"],[[66272,66272],"valid"],[[66273,66299],"valid","","NV8"],[[66300,66303],"disallowed"],[[66304,66334],"valid"],[[66335,66335],"valid"],[[66336,66339],"valid","","NV8"],[[66340,66348],"disallowed"],[[66349,66351],"valid"],[[66352,66368],"valid"],[[66369,66369],"valid","","NV8"],[[66370,66377],"valid"],[[66378,66378],"valid","","NV8"],[[66379,66383],"disallowed"],[[66384,66426],"valid"],[[66427,66431],"disallowed"],[[66432,66461],"valid"],[[66462,66462],"disallowed"],[[66463,66463],"valid","","NV8"],[[66464,66499],"valid"],[[66500,66503],"disallowed"],[[66504,66511],"valid"],[[66512,66517],"valid","","NV8"],[[66518,66559],"disallowed"],[[66560,66560],"mapped","𐐨"],[[66561,66561],"mapped","𐐩"],[[66562,66562],"mapped","𐐪"],[[66563,66563],"mapped","𐐫"],[[66564,66564],"mapped","𐐬"],[[66565,66565],"mapped","𐐭"],[[66566,66566],"mapped","𐐮"],[[66567,66567],"mapped","𐐯"],[[66568,66568],"mapped","𐐰"],[[66569,66569],"mapped","𐐱"],[[66570,66570],"mapped","𐐲"],[[66571,66571],"mapped","𐐳"],[[66572,66572],"mapped","𐐴"],[[66573,66573],"mapped","𐐵"],[[66574,66574],"mapped","𐐶"],[[66575,66575],"mapped","𐐷"],[[66576,66576],"mapped","𐐸"],[[66577,66577],"mapped","𐐹"],[[66578,66578],"mapped","𐐺"],[[66579,66579],"mapped","𐐻"],[[66580,66580],"mapped","𐐼"],[[66581,66581],"mapped","𐐽"],[[66582,66582],"mapped","𐐾"],[[66583,66583],"mapped","𐐿"],[[66584,66584],"mapped","𐑀"],[[66585,66585],"mapped","𐑁"],[[66586,66586],"mapped","𐑂"],[[66587,66587],"mapped","𐑃"],[[66588,66588],"mapped","𐑄"],[[66589,66589],"mapped","𐑅"],[[66590,66590],"mapped","𐑆"],[[66591,66591],"mapped","𐑇"],[[66592,66592],"mapped","𐑈"],[[66593,66593],"mapped","𐑉"],[[66594,66594],"mapped","𐑊"],[[66595,66595],"mapped","𐑋"],[[66596,66596],"mapped","𐑌"],[[66597,66597],"mapped","𐑍"],[[66598,66598],"mapped","𐑎"],[[66599,66599],"mapped","𐑏"],[[66600,66637],"valid"],[[66638,66717],"valid"],[[66718,66719],"disallowed"],[[66720,66729],"valid"],[[66730,66735],"disallowed"],[[66736,66736],"mapped","𐓘"],[[66737,66737],"mapped","𐓙"],[[66738,66738],"mapped","𐓚"],[[66739,66739],"mapped","𐓛"],[[66740,66740],"mapped","𐓜"],[[66741,66741],"mapped","𐓝"],[[66742,66742],"mapped","𐓞"],[[66743,66743],"mapped","𐓟"],[[66744,66744],"mapped","𐓠"],[[66745,66745],"mapped","𐓡"],[[66746,66746],"mapped","𐓢"],[[66747,66747],"mapped","𐓣"],[[66748,66748],"mapped","𐓤"],[[66749,66749],"mapped","𐓥"],[[66750,66750],"mapped","𐓦"],[[66751,66751],"mapped","𐓧"],[[66752,66752],"mapped","𐓨"],[[66753,66753],"mapped","𐓩"],[[66754,66754],"mapped","𐓪"],[[66755,66755],"mapped","𐓫"],[[66756,66756],"mapped","𐓬"],[[66757,66757],"mapped","𐓭"],[[66758,66758],"mapped","𐓮"],[[66759,66759],"mapped","𐓯"],[[66760,66760],"mapped","𐓰"],[[66761,66761],"mapped","𐓱"],[[66762,66762],"mapped","𐓲"],[[66763,66763],"mapped","𐓳"],[[66764,66764],"mapped","𐓴"],[[66765,66765],"mapped","𐓵"],[[66766,66766],"mapped","𐓶"],[[66767,66767],"mapped","𐓷"],[[66768,66768],"mapped","𐓸"],[[66769,66769],"mapped","𐓹"],[[66770,66770],"mapped","𐓺"],[[66771,66771],"mapped","𐓻"],[[66772,66775],"disallowed"],[[66776,66811],"valid"],[[66812,66815],"disallowed"],[[66816,66855],"valid"],[[66856,66863],"disallowed"],[[66864,66915],"valid"],[[66916,66926],"disallowed"],[[66927,66927],"valid","","NV8"],[[66928,67071],"disallowed"],[[67072,67382],"valid"],[[67383,67391],"disallowed"],[[67392,67413],"valid"],[[67414,67423],"disallowed"],[[67424,67431],"valid"],[[67432,67583],"disallowed"],[[67584,67589],"valid"],[[67590,67591],"disallowed"],[[67592,67592],"valid"],[[67593,67593],"disallowed"],[[67594,67637],"valid"],[[67638,67638],"disallowed"],[[67639,67640],"valid"],[[67641,67643],"disallowed"],[[67644,67644],"valid"],[[67645,67646],"disallowed"],[[67647,67647],"valid"],[[67648,67669],"valid"],[[67670,67670],"disallowed"],[[67671,67679],"valid","","NV8"],[[67680,67702],"valid"],[[67703,67711],"valid","","NV8"],[[67712,67742],"valid"],[[67743,67750],"disallowed"],[[67751,67759],"valid","","NV8"],[[67760,67807],"disallowed"],[[67808,67826],"valid"],[[67827,67827],"disallowed"],[[67828,67829],"valid"],[[67830,67834],"disallowed"],[[67835,67839],"valid","","NV8"],[[67840,67861],"valid"],[[67862,67865],"valid","","NV8"],[[67866,67867],"valid","","NV8"],[[67868,67870],"disallowed"],[[67871,67871],"valid","","NV8"],[[67872,67897],"valid"],[[67898,67902],"disallowed"],[[67903,67903],"valid","","NV8"],[[67904,67967],"disallowed"],[[67968,68023],"valid"],[[68024,68027],"disallowed"],[[68028,68029],"valid","","NV8"],[[68030,68031],"valid"],[[68032,68047],"valid","","NV8"],[[68048,68049],"disallowed"],[[68050,68095],"valid","","NV8"],[[68096,68099],"valid"],[[68100,68100],"disallowed"],[[68101,68102],"valid"],[[68103,68107],"disallowed"],[[68108,68115],"valid"],[[68116,68116],"disallowed"],[[68117,68119],"valid"],[[68120,68120],"disallowed"],[[68121,68147],"valid"],[[68148,68151],"disallowed"],[[68152,68154],"valid"],[[68155,68158],"disallowed"],[[68159,68159],"valid"],[[68160,68167],"valid","","NV8"],[[68168,68175],"disallowed"],[[68176,68184],"valid","","NV8"],[[68185,68191],"disallowed"],[[68192,68220],"valid"],[[68221,68223],"valid","","NV8"],[[68224,68252],"valid"],[[68253,68255],"valid","","NV8"],[[68256,68287],"disallowed"],[[68288,68295],"valid"],[[68296,68296],"valid","","NV8"],[[68297,68326],"valid"],[[68327,68330],"disallowed"],[[68331,68342],"valid","","NV8"],[[68343,68351],"disallowed"],[[68352,68405],"valid"],[[68406,68408],"disallowed"],[[68409,68415],"valid","","NV8"],[[68416,68437],"valid"],[[68438,68439],"disallowed"],[[68440,68447],"valid","","NV8"],[[68448,68466],"valid"],[[68467,68471],"disallowed"],[[68472,68479],"valid","","NV8"],[[68480,68497],"valid"],[[68498,68504],"disallowed"],[[68505,68508],"valid","","NV8"],[[68509,68520],"disallowed"],[[68521,68527],"valid","","NV8"],[[68528,68607],"disallowed"],[[68608,68680],"valid"],[[68681,68735],"disallowed"],[[68736,68736],"mapped","𐳀"],[[68737,68737],"mapped","𐳁"],[[68738,68738],"mapped","𐳂"],[[68739,68739],"mapped","𐳃"],[[68740,68740],"mapped","𐳄"],[[68741,68741],"mapped","𐳅"],[[68742,68742],"mapped","𐳆"],[[68743,68743],"mapped","𐳇"],[[68744,68744],"mapped","𐳈"],[[68745,68745],"mapped","𐳉"],[[68746,68746],"mapped","𐳊"],[[68747,68747],"mapped","𐳋"],[[68748,68748],"mapped","𐳌"],[[68749,68749],"mapped","𐳍"],[[68750,68750],"mapped","𐳎"],[[68751,68751],"mapped","𐳏"],[[68752,68752],"mapped","𐳐"],[[68753,68753],"mapped","𐳑"],[[68754,68754],"mapped","𐳒"],[[68755,68755],"mapped","𐳓"],[[68756,68756],"mapped","𐳔"],[[68757,68757],"mapped","𐳕"],[[68758,68758],"mapped","𐳖"],[[68759,68759],"mapped","𐳗"],[[68760,68760],"mapped","𐳘"],[[68761,68761],"mapped","𐳙"],[[68762,68762],"mapped","𐳚"],[[68763,68763],"mapped","𐳛"],[[68764,68764],"mapped","𐳜"],[[68765,68765],"mapped","𐳝"],[[68766,68766],"mapped","𐳞"],[[68767,68767],"mapped","𐳟"],[[68768,68768],"mapped","𐳠"],[[68769,68769],"mapped","𐳡"],[[68770,68770],"mapped","𐳢"],[[68771,68771],"mapped","𐳣"],[[68772,68772],"mapped","𐳤"],[[68773,68773],"mapped","𐳥"],[[68774,68774],"mapped","𐳦"],[[68775,68775],"mapped","𐳧"],[[68776,68776],"mapped","𐳨"],[[68777,68777],"mapped","𐳩"],[[68778,68778],"mapped","𐳪"],[[68779,68779],"mapped","𐳫"],[[68780,68780],"mapped","𐳬"],[[68781,68781],"mapped","𐳭"],[[68782,68782],"mapped","𐳮"],[[68783,68783],"mapped","𐳯"],[[68784,68784],"mapped","𐳰"],[[68785,68785],"mapped","𐳱"],[[68786,68786],"mapped","𐳲"],[[68787,68799],"disallowed"],[[68800,68850],"valid"],[[68851,68857],"disallowed"],[[68858,68863],"valid","","NV8"],[[68864,69215],"disallowed"],[[69216,69246],"valid","","NV8"],[[69247,69631],"disallowed"],[[69632,69702],"valid"],[[69703,69709],"valid","","NV8"],[[69710,69713],"disallowed"],[[69714,69733],"valid","","NV8"],[[69734,69743],"valid"],[[69744,69758],"disallowed"],[[69759,69759],"valid"],[[69760,69818],"valid"],[[69819,69820],"valid","","NV8"],[[69821,69821],"disallowed"],[[69822,69825],"valid","","NV8"],[[69826,69839],"disallowed"],[[69840,69864],"valid"],[[69865,69871],"disallowed"],[[69872,69881],"valid"],[[69882,69887],"disallowed"],[[69888,69940],"valid"],[[69941,69941],"disallowed"],[[69942,69951],"valid"],[[69952,69955],"valid","","NV8"],[[69956,69967],"disallowed"],[[69968,70003],"valid"],[[70004,70005],"valid","","NV8"],[[70006,70006],"valid"],[[70007,70015],"disallowed"],[[70016,70084],"valid"],[[70085,70088],"valid","","NV8"],[[70089,70089],"valid","","NV8"],[[70090,70092],"valid"],[[70093,70093],"valid","","NV8"],[[70094,70095],"disallowed"],[[70096,70105],"valid"],[[70106,70106],"valid"],[[70107,70107],"valid","","NV8"],[[70108,70108],"valid"],[[70109,70111],"valid","","NV8"],[[70112,70112],"disallowed"],[[70113,70132],"valid","","NV8"],[[70133,70143],"disallowed"],[[70144,70161],"valid"],[[70162,70162],"disallowed"],[[70163,70199],"valid"],[[70200,70205],"valid","","NV8"],[[70206,70206],"valid"],[[70207,70271],"disallowed"],[[70272,70278],"valid"],[[70279,70279],"disallowed"],[[70280,70280],"valid"],[[70281,70281],"disallowed"],[[70282,70285],"valid"],[[70286,70286],"disallowed"],[[70287,70301],"valid"],[[70302,70302],"disallowed"],[[70303,70312],"valid"],[[70313,70313],"valid","","NV8"],[[70314,70319],"disallowed"],[[70320,70378],"valid"],[[70379,70383],"disallowed"],[[70384,70393],"valid"],[[70394,70399],"disallowed"],[[70400,70400],"valid"],[[70401,70403],"valid"],[[70404,70404],"disallowed"],[[70405,70412],"valid"],[[70413,70414],"disallowed"],[[70415,70416],"valid"],[[70417,70418],"disallowed"],[[70419,70440],"valid"],[[70441,70441],"disallowed"],[[70442,70448],"valid"],[[70449,70449],"disallowed"],[[70450,70451],"valid"],[[70452,70452],"disallowed"],[[70453,70457],"valid"],[[70458,70459],"disallowed"],[[70460,70468],"valid"],[[70469,70470],"disallowed"],[[70471,70472],"valid"],[[70473,70474],"disallowed"],[[70475,70477],"valid"],[[70478,70479],"disallowed"],[[70480,70480],"valid"],[[70481,70486],"disallowed"],[[70487,70487],"valid"],[[70488,70492],"disallowed"],[[70493,70499],"valid"],[[70500,70501],"disallowed"],[[70502,70508],"valid"],[[70509,70511],"disallowed"],[[70512,70516],"valid"],[[70517,70655],"disallowed"],[[70656,70730],"valid"],[[70731,70735],"valid","","NV8"],[[70736,70745],"valid"],[[70746,70746],"disallowed"],[[70747,70747],"valid","","NV8"],[[70748,70748],"disallowed"],[[70749,70749],"valid","","NV8"],[[70750,70783],"disallowed"],[[70784,70853],"valid"],[[70854,70854],"valid","","NV8"],[[70855,70855],"valid"],[[70856,70863],"disallowed"],[[70864,70873],"valid"],[[70874,71039],"disallowed"],[[71040,71093],"valid"],[[71094,71095],"disallowed"],[[71096,71104],"valid"],[[71105,71113],"valid","","NV8"],[[71114,71127],"valid","","NV8"],[[71128,71133],"valid"],[[71134,71167],"disallowed"],[[71168,71232],"valid"],[[71233,71235],"valid","","NV8"],[[71236,71236],"valid"],[[71237,71247],"disallowed"],[[71248,71257],"valid"],[[71258,71263],"disallowed"],[[71264,71276],"valid","","NV8"],[[71277,71295],"disallowed"],[[71296,71351],"valid"],[[71352,71359],"disallowed"],[[71360,71369],"valid"],[[71370,71423],"disallowed"],[[71424,71449],"valid"],[[71450,71452],"disallowed"],[[71453,71467],"valid"],[[71468,71471],"disallowed"],[[71472,71481],"valid"],[[71482,71487],"valid","","NV8"],[[71488,71839],"disallowed"],[[71840,71840],"mapped","𑣀"],[[71841,71841],"mapped","𑣁"],[[71842,71842],"mapped","𑣂"],[[71843,71843],"mapped","𑣃"],[[71844,71844],"mapped","𑣄"],[[71845,71845],"mapped","𑣅"],[[71846,71846],"mapped","𑣆"],[[71847,71847],"mapped","𑣇"],[[71848,71848],"mapped","𑣈"],[[71849,71849],"mapped","𑣉"],[[71850,71850],"mapped","𑣊"],[[71851,71851],"mapped","𑣋"],[[71852,71852],"mapped","𑣌"],[[71853,71853],"mapped","𑣍"],[[71854,71854],"mapped","𑣎"],[[71855,71855],"mapped","𑣏"],[[71856,71856],"mapped","𑣐"],[[71857,71857],"mapped","𑣑"],[[71858,71858],"mapped","𑣒"],[[71859,71859],"mapped","𑣓"],[[71860,71860],"mapped","𑣔"],[[71861,71861],"mapped","𑣕"],[[71862,71862],"mapped","𑣖"],[[71863,71863],"mapped","𑣗"],[[71864,71864],"mapped","𑣘"],[[71865,71865],"mapped","𑣙"],[[71866,71866],"mapped","𑣚"],[[71867,71867],"mapped","𑣛"],[[71868,71868],"mapped","𑣜"],[[71869,71869],"mapped","𑣝"],[[71870,71870],"mapped","𑣞"],[[71871,71871],"mapped","𑣟"],[[71872,71913],"valid"],[[71914,71922],"valid","","NV8"],[[71923,71934],"disallowed"],[[71935,71935],"valid"],[[71936,72191],"disallowed"],[[72192,72254],"valid"],[[72255,72262],"valid","","NV8"],[[72263,72263],"valid"],[[72264,72271],"disallowed"],[[72272,72323],"valid"],[[72324,72325],"disallowed"],[[72326,72345],"valid"],[[72346,72348],"valid","","NV8"],[[72349,72349],"disallowed"],[[72350,72354],"valid","","NV8"],[[72355,72383],"disallowed"],[[72384,72440],"valid"],[[72441,72703],"disallowed"],[[72704,72712],"valid"],[[72713,72713],"disallowed"],[[72714,72758],"valid"],[[72759,72759],"disallowed"],[[72760,72768],"valid"],[[72769,72773],"valid","","NV8"],[[72774,72783],"disallowed"],[[72784,72793],"valid"],[[72794,72812],"valid","","NV8"],[[72813,72815],"disallowed"],[[72816,72817],"valid","","NV8"],[[72818,72847],"valid"],[[72848,72849],"disallowed"],[[72850,72871],"valid"],[[72872,72872],"disallowed"],[[72873,72886],"valid"],[[72887,72959],"disallowed"],[[72960,72966],"valid"],[[72967,72967],"disallowed"],[[72968,72969],"valid"],[[72970,72970],"disallowed"],[[72971,73014],"valid"],[[73015,73017],"disallowed"],[[73018,73018],"valid"],[[73019,73019],"disallowed"],[[73020,73021],"valid"],[[73022,73022],"disallowed"],[[73023,73031],"valid"],[[73032,73039],"disallowed"],[[73040,73049],"valid"],[[73050,73727],"disallowed"],[[73728,74606],"valid"],[[74607,74648],"valid"],[[74649,74649],"valid"],[[74650,74751],"disallowed"],[[74752,74850],"valid","","NV8"],[[74851,74862],"valid","","NV8"],[[74863,74863],"disallowed"],[[74864,74867],"valid","","NV8"],[[74868,74868],"valid","","NV8"],[[74869,74879],"disallowed"],[[74880,75075],"valid"],[[75076,77823],"disallowed"],[[77824,78894],"valid"],[[78895,82943],"disallowed"],[[82944,83526],"valid"],[[83527,92159],"disallowed"],[[92160,92728],"valid"],[[92729,92735],"disallowed"],[[92736,92766],"valid"],[[92767,92767],"disallowed"],[[92768,92777],"valid"],[[92778,92781],"disallowed"],[[92782,92783],"valid","","NV8"],[[92784,92879],"disallowed"],[[92880,92909],"valid"],[[92910,92911],"disallowed"],[[92912,92916],"valid"],[[92917,92917],"valid","","NV8"],[[92918,92927],"disallowed"],[[92928,92982],"valid"],[[92983,92991],"valid","","NV8"],[[92992,92995],"valid"],[[92996,92997],"valid","","NV8"],[[92998,93007],"disallowed"],[[93008,93017],"valid"],[[93018,93018],"disallowed"],[[93019,93025],"valid","","NV8"],[[93026,93026],"disallowed"],[[93027,93047],"valid"],[[93048,93052],"disallowed"],[[93053,93071],"valid"],[[93072,93951],"disallowed"],[[93952,94020],"valid"],[[94021,94031],"disallowed"],[[94032,94078],"valid"],[[94079,94094],"disallowed"],[[94095,94111],"valid"],[[94112,94175],"disallowed"],[[94176,94176],"valid"],[[94177,94177],"valid"],[[94178,94207],"disallowed"],[[94208,100332],"valid"],[[100333,100351],"disallowed"],[[100352,101106],"valid"],[[101107,110591],"disallowed"],[[110592,110593],"valid"],[[110594,110878],"valid"],[[110879,110959],"disallowed"],[[110960,111355],"valid"],[[111356,113663],"disallowed"],[[113664,113770],"valid"],[[113771,113775],"disallowed"],[[113776,113788],"valid"],[[113789,113791],"disallowed"],[[113792,113800],"valid"],[[113801,113807],"disallowed"],[[113808,113817],"valid"],[[113818,113819],"disallowed"],[[113820,113820],"valid","","NV8"],[[113821,113822],"valid"],[[113823,113823],"valid","","NV8"],[[113824,113827],"ignored"],[[113828,118783],"disallowed"],[[118784,119029],"valid","","NV8"],[[119030,119039],"disallowed"],[[119040,119078],"valid","","NV8"],[[119079,119080],"disallowed"],[[119081,119081],"valid","","NV8"],[[119082,119133],"valid","","NV8"],[[119134,119134],"mapped","𝅗𝅥"],[[119135,119135],"mapped","𝅘𝅥"],[[119136,119136],"mapped","𝅘𝅥𝅮"],[[119137,119137],"mapped","𝅘𝅥𝅯"],[[119138,119138],"mapped","𝅘𝅥𝅰"],[[119139,119139],"mapped","𝅘𝅥𝅱"],[[119140,119140],"mapped","𝅘𝅥𝅲"],[[119141,119154],"valid","","NV8"],[[119155,119162],"disallowed"],[[119163,119226],"valid","","NV8"],[[119227,119227],"mapped","𝆹𝅥"],[[119228,119228],"mapped","𝆺𝅥"],[[119229,119229],"mapped","𝆹𝅥𝅮"],[[119230,119230],"mapped","𝆺𝅥𝅮"],[[119231,119231],"mapped","𝆹𝅥𝅯"],[[119232,119232],"mapped","𝆺𝅥𝅯"],[[119233,119261],"valid","","NV8"],[[119262,119272],"valid","","NV8"],[[119273,119295],"disallowed"],[[119296,119365],"valid","","NV8"],[[119366,119551],"disallowed"],[[119552,119638],"valid","","NV8"],[[119639,119647],"disallowed"],[[119648,119665],"valid","","NV8"],[[119666,119807],"disallowed"],[[119808,119808],"mapped","a"],[[119809,119809],"mapped","b"],[[119810,119810],"mapped","c"],[[119811,119811],"mapped","d"],[[119812,119812],"mapped","e"],[[119813,119813],"mapped","f"],[[119814,119814],"mapped","g"],[[119815,119815],"mapped","h"],[[119816,119816],"mapped","i"],[[119817,119817],"mapped","j"],[[119818,119818],"mapped","k"],[[119819,119819],"mapped","l"],[[119820,119820],"mapped","m"],[[119821,119821],"mapped","n"],[[119822,119822],"mapped","o"],[[119823,119823],"mapped","p"],[[119824,119824],"mapped","q"],[[119825,119825],"mapped","r"],[[119826,119826],"mapped","s"],[[119827,119827],"mapped","t"],[[119828,119828],"mapped","u"],[[119829,119829],"mapped","v"],[[119830,119830],"mapped","w"],[[119831,119831],"mapped","x"],[[119832,119832],"mapped","y"],[[119833,119833],"mapped","z"],[[119834,119834],"mapped","a"],[[119835,119835],"mapped","b"],[[119836,119836],"mapped","c"],[[119837,119837],"mapped","d"],[[119838,119838],"mapped","e"],[[119839,119839],"mapped","f"],[[119840,119840],"mapped","g"],[[119841,119841],"mapped","h"],[[119842,119842],"mapped","i"],[[119843,119843],"mapped","j"],[[119844,119844],"mapped","k"],[[119845,119845],"mapped","l"],[[119846,119846],"mapped","m"],[[119847,119847],"mapped","n"],[[119848,119848],"mapped","o"],[[119849,119849],"mapped","p"],[[119850,119850],"mapped","q"],[[119851,119851],"mapped","r"],[[119852,119852],"mapped","s"],[[119853,119853],"mapped","t"],[[119854,119854],"mapped","u"],[[119855,119855],"mapped","v"],[[119856,119856],"mapped","w"],[[119857,119857],"mapped","x"],[[119858,119858],"mapped","y"],[[119859,119859],"mapped","z"],[[119860,119860],"mapped","a"],[[119861,119861],"mapped","b"],[[119862,119862],"mapped","c"],[[119863,119863],"mapped","d"],[[119864,119864],"mapped","e"],[[119865,119865],"mapped","f"],[[119866,119866],"mapped","g"],[[119867,119867],"mapped","h"],[[119868,119868],"mapped","i"],[[119869,119869],"mapped","j"],[[119870,119870],"mapped","k"],[[119871,119871],"mapped","l"],[[119872,119872],"mapped","m"],[[119873,119873],"mapped","n"],[[119874,119874],"mapped","o"],[[119875,119875],"mapped","p"],[[119876,119876],"mapped","q"],[[119877,119877],"mapped","r"],[[119878,119878],"mapped","s"],[[119879,119879],"mapped","t"],[[119880,119880],"mapped","u"],[[119881,119881],"mapped","v"],[[119882,119882],"mapped","w"],[[119883,119883],"mapped","x"],[[119884,119884],"mapped","y"],[[119885,119885],"mapped","z"],[[119886,119886],"mapped","a"],[[119887,119887],"mapped","b"],[[119888,119888],"mapped","c"],[[119889,119889],"mapped","d"],[[119890,119890],"mapped","e"],[[119891,119891],"mapped","f"],[[119892,119892],"mapped","g"],[[119893,119893],"disallowed"],[[119894,119894],"mapped","i"],[[119895,119895],"mapped","j"],[[119896,119896],"mapped","k"],[[119897,119897],"mapped","l"],[[119898,119898],"mapped","m"],[[119899,119899],"mapped","n"],[[119900,119900],"mapped","o"],[[119901,119901],"mapped","p"],[[119902,119902],"mapped","q"],[[119903,119903],"mapped","r"],[[119904,119904],"mapped","s"],[[119905,119905],"mapped","t"],[[119906,119906],"mapped","u"],[[119907,119907],"mapped","v"],[[119908,119908],"mapped","w"],[[119909,119909],"mapped","x"],[[119910,119910],"mapped","y"],[[119911,119911],"mapped","z"],[[119912,119912],"mapped","a"],[[119913,119913],"mapped","b"],[[119914,119914],"mapped","c"],[[119915,119915],"mapped","d"],[[119916,119916],"mapped","e"],[[119917,119917],"mapped","f"],[[119918,119918],"mapped","g"],[[119919,119919],"mapped","h"],[[119920,119920],"mapped","i"],[[119921,119921],"mapped","j"],[[119922,119922],"mapped","k"],[[119923,119923],"mapped","l"],[[119924,119924],"mapped","m"],[[119925,119925],"mapped","n"],[[119926,119926],"mapped","o"],[[119927,119927],"mapped","p"],[[119928,119928],"mapped","q"],[[119929,119929],"mapped","r"],[[119930,119930],"mapped","s"],[[119931,119931],"mapped","t"],[[119932,119932],"mapped","u"],[[119933,119933],"mapped","v"],[[119934,119934],"mapped","w"],[[119935,119935],"mapped","x"],[[119936,119936],"mapped","y"],[[119937,119937],"mapped","z"],[[119938,119938],"mapped","a"],[[119939,119939],"mapped","b"],[[119940,119940],"mapped","c"],[[119941,119941],"mapped","d"],[[119942,119942],"mapped","e"],[[119943,119943],"mapped","f"],[[119944,119944],"mapped","g"],[[119945,119945],"mapped","h"],[[119946,119946],"mapped","i"],[[119947,119947],"mapped","j"],[[119948,119948],"mapped","k"],[[119949,119949],"mapped","l"],[[119950,119950],"mapped","m"],[[119951,119951],"mapped","n"],[[119952,119952],"mapped","o"],[[119953,119953],"mapped","p"],[[119954,119954],"mapped","q"],[[119955,119955],"mapped","r"],[[119956,119956],"mapped","s"],[[119957,119957],"mapped","t"],[[119958,119958],"mapped","u"],[[119959,119959],"mapped","v"],[[119960,119960],"mapped","w"],[[119961,119961],"mapped","x"],[[119962,119962],"mapped","y"],[[119963,119963],"mapped","z"],[[119964,119964],"mapped","a"],[[119965,119965],"disallowed"],[[119966,119966],"mapped","c"],[[119967,119967],"mapped","d"],[[119968,119969],"disallowed"],[[119970,119970],"mapped","g"],[[119971,119972],"disallowed"],[[119973,119973],"mapped","j"],[[119974,119974],"mapped","k"],[[119975,119976],"disallowed"],[[119977,119977],"mapped","n"],[[119978,119978],"mapped","o"],[[119979,119979],"mapped","p"],[[119980,119980],"mapped","q"],[[119981,119981],"disallowed"],[[119982,119982],"mapped","s"],[[119983,119983],"mapped","t"],[[119984,119984],"mapped","u"],[[119985,119985],"mapped","v"],[[119986,119986],"mapped","w"],[[119987,119987],"mapped","x"],[[119988,119988],"mapped","y"],[[119989,119989],"mapped","z"],[[119990,119990],"mapped","a"],[[119991,119991],"mapped","b"],[[119992,119992],"mapped","c"],[[119993,119993],"mapped","d"],[[119994,119994],"disallowed"],[[119995,119995],"mapped","f"],[[119996,119996],"disallowed"],[[119997,119997],"mapped","h"],[[119998,119998],"mapped","i"],[[119999,119999],"mapped","j"],[[120000,120000],"mapped","k"],[[120001,120001],"mapped","l"],[[120002,120002],"mapped","m"],[[120003,120003],"mapped","n"],[[120004,120004],"disallowed"],[[120005,120005],"mapped","p"],[[120006,120006],"mapped","q"],[[120007,120007],"mapped","r"],[[120008,120008],"mapped","s"],[[120009,120009],"mapped","t"],[[120010,120010],"mapped","u"],[[120011,120011],"mapped","v"],[[120012,120012],"mapped","w"],[[120013,120013],"mapped","x"],[[120014,120014],"mapped","y"],[[120015,120015],"mapped","z"],[[120016,120016],"mapped","a"],[[120017,120017],"mapped","b"],[[120018,120018],"mapped","c"],[[120019,120019],"mapped","d"],[[120020,120020],"mapped","e"],[[120021,120021],"mapped","f"],[[120022,120022],"mapped","g"],[[120023,120023],"mapped","h"],[[120024,120024],"mapped","i"],[[120025,120025],"mapped","j"],[[120026,120026],"mapped","k"],[[120027,120027],"mapped","l"],[[120028,120028],"mapped","m"],[[120029,120029],"mapped","n"],[[120030,120030],"mapped","o"],[[120031,120031],"mapped","p"],[[120032,120032],"mapped","q"],[[120033,120033],"mapped","r"],[[120034,120034],"mapped","s"],[[120035,120035],"mapped","t"],[[120036,120036],"mapped","u"],[[120037,120037],"mapped","v"],[[120038,120038],"mapped","w"],[[120039,120039],"mapped","x"],[[120040,120040],"mapped","y"],[[120041,120041],"mapped","z"],[[120042,120042],"mapped","a"],[[120043,120043],"mapped","b"],[[120044,120044],"mapped","c"],[[120045,120045],"mapped","d"],[[120046,120046],"mapped","e"],[[120047,120047],"mapped","f"],[[120048,120048],"mapped","g"],[[120049,120049],"mapped","h"],[[120050,120050],"mapped","i"],[[120051,120051],"mapped","j"],[[120052,120052],"mapped","k"],[[120053,120053],"mapped","l"],[[120054,120054],"mapped","m"],[[120055,120055],"mapped","n"],[[120056,120056],"mapped","o"],[[120057,120057],"mapped","p"],[[120058,120058],"mapped","q"],[[120059,120059],"mapped","r"],[[120060,120060],"mapped","s"],[[120061,120061],"mapped","t"],[[120062,120062],"mapped","u"],[[120063,120063],"mapped","v"],[[120064,120064],"mapped","w"],[[120065,120065],"mapped","x"],[[120066,120066],"mapped","y"],[[120067,120067],"mapped","z"],[[120068,120068],"mapped","a"],[[120069,120069],"mapped","b"],[[120070,120070],"disallowed"],[[120071,120071],"mapped","d"],[[120072,120072],"mapped","e"],[[120073,120073],"mapped","f"],[[120074,120074],"mapped","g"],[[120075,120076],"disallowed"],[[120077,120077],"mapped","j"],[[120078,120078],"mapped","k"],[[120079,120079],"mapped","l"],[[120080,120080],"mapped","m"],[[120081,120081],"mapped","n"],[[120082,120082],"mapped","o"],[[120083,120083],"mapped","p"],[[120084,120084],"mapped","q"],[[120085,120085],"disallowed"],[[120086,120086],"mapped","s"],[[120087,120087],"mapped","t"],[[120088,120088],"mapped","u"],[[120089,120089],"mapped","v"],[[120090,120090],"mapped","w"],[[120091,120091],"mapped","x"],[[120092,120092],"mapped","y"],[[120093,120093],"disallowed"],[[120094,120094],"mapped","a"],[[120095,120095],"mapped","b"],[[120096,120096],"mapped","c"],[[120097,120097],"mapped","d"],[[120098,120098],"mapped","e"],[[120099,120099],"mapped","f"],[[120100,120100],"mapped","g"],[[120101,120101],"mapped","h"],[[120102,120102],"mapped","i"],[[120103,120103],"mapped","j"],[[120104,120104],"mapped","k"],[[120105,120105],"mapped","l"],[[120106,120106],"mapped","m"],[[120107,120107],"mapped","n"],[[120108,120108],"mapped","o"],[[120109,120109],"mapped","p"],[[120110,120110],"mapped","q"],[[120111,120111],"mapped","r"],[[120112,120112],"mapped","s"],[[120113,120113],"mapped","t"],[[120114,120114],"mapped","u"],[[120115,120115],"mapped","v"],[[120116,120116],"mapped","w"],[[120117,120117],"mapped","x"],[[120118,120118],"mapped","y"],[[120119,120119],"mapped","z"],[[120120,120120],"mapped","a"],[[120121,120121],"mapped","b"],[[120122,120122],"disallowed"],[[120123,120123],"mapped","d"],[[120124,120124],"mapped","e"],[[120125,120125],"mapped","f"],[[120126,120126],"mapped","g"],[[120127,120127],"disallowed"],[[120128,120128],"mapped","i"],[[120129,120129],"mapped","j"],[[120130,120130],"mapped","k"],[[120131,120131],"mapped","l"],[[120132,120132],"mapped","m"],[[120133,120133],"disallowed"],[[120134,120134],"mapped","o"],[[120135,120137],"disallowed"],[[120138,120138],"mapped","s"],[[120139,120139],"mapped","t"],[[120140,120140],"mapped","u"],[[120141,120141],"mapped","v"],[[120142,120142],"mapped","w"],[[120143,120143],"mapped","x"],[[120144,120144],"mapped","y"],[[120145,120145],"disallowed"],[[120146,120146],"mapped","a"],[[120147,120147],"mapped","b"],[[120148,120148],"mapped","c"],[[120149,120149],"mapped","d"],[[120150,120150],"mapped","e"],[[120151,120151],"mapped","f"],[[120152,120152],"mapped","g"],[[120153,120153],"mapped","h"],[[120154,120154],"mapped","i"],[[120155,120155],"mapped","j"],[[120156,120156],"mapped","k"],[[120157,120157],"mapped","l"],[[120158,120158],"mapped","m"],[[120159,120159],"mapped","n"],[[120160,120160],"mapped","o"],[[120161,120161],"mapped","p"],[[120162,120162],"mapped","q"],[[120163,120163],"mapped","r"],[[120164,120164],"mapped","s"],[[120165,120165],"mapped","t"],[[120166,120166],"mapped","u"],[[120167,120167],"mapped","v"],[[120168,120168],"mapped","w"],[[120169,120169],"mapped","x"],[[120170,120170],"mapped","y"],[[120171,120171],"mapped","z"],[[120172,120172],"mapped","a"],[[120173,120173],"mapped","b"],[[120174,120174],"mapped","c"],[[120175,120175],"mapped","d"],[[120176,120176],"mapped","e"],[[120177,120177],"mapped","f"],[[120178,120178],"mapped","g"],[[120179,120179],"mapped","h"],[[120180,120180],"mapped","i"],[[120181,120181],"mapped","j"],[[120182,120182],"mapped","k"],[[120183,120183],"mapped","l"],[[120184,120184],"mapped","m"],[[120185,120185],"mapped","n"],[[120186,120186],"mapped","o"],[[120187,120187],"mapped","p"],[[120188,120188],"mapped","q"],[[120189,120189],"mapped","r"],[[120190,120190],"mapped","s"],[[120191,120191],"mapped","t"],[[120192,120192],"mapped","u"],[[120193,120193],"mapped","v"],[[120194,120194],"mapped","w"],[[120195,120195],"mapped","x"],[[120196,120196],"mapped","y"],[[120197,120197],"mapped","z"],[[120198,120198],"mapped","a"],[[120199,120199],"mapped","b"],[[120200,120200],"mapped","c"],[[120201,120201],"mapped","d"],[[120202,120202],"mapped","e"],[[120203,120203],"mapped","f"],[[120204,120204],"mapped","g"],[[120205,120205],"mapped","h"],[[120206,120206],"mapped","i"],[[120207,120207],"mapped","j"],[[120208,120208],"mapped","k"],[[120209,120209],"mapped","l"],[[120210,120210],"mapped","m"],[[120211,120211],"mapped","n"],[[120212,120212],"mapped","o"],[[120213,120213],"mapped","p"],[[120214,120214],"mapped","q"],[[120215,120215],"mapped","r"],[[120216,120216],"mapped","s"],[[120217,120217],"mapped","t"],[[120218,120218],"mapped","u"],[[120219,120219],"mapped","v"],[[120220,120220],"mapped","w"],[[120221,120221],"mapped","x"],[[120222,120222],"mapped","y"],[[120223,120223],"mapped","z"],[[120224,120224],"mapped","a"],[[120225,120225],"mapped","b"],[[120226,120226],"mapped","c"],[[120227,120227],"mapped","d"],[[120228,120228],"mapped","e"],[[120229,120229],"mapped","f"],[[120230,120230],"mapped","g"],[[120231,120231],"mapped","h"],[[120232,120232],"mapped","i"],[[120233,120233],"mapped","j"],[[120234,120234],"mapped","k"],[[120235,120235],"mapped","l"],[[120236,120236],"mapped","m"],[[120237,120237],"mapped","n"],[[120238,120238],"mapped","o"],[[120239,120239],"mapped","p"],[[120240,120240],"mapped","q"],[[120241,120241],"mapped","r"],[[120242,120242],"mapped","s"],[[120243,120243],"mapped","t"],[[120244,120244],"mapped","u"],[[120245,120245],"mapped","v"],[[120246,120246],"mapped","w"],[[120247,120247],"mapped","x"],[[120248,120248],"mapped","y"],[[120249,120249],"mapped","z"],[[120250,120250],"mapped","a"],[[120251,120251],"mapped","b"],[[120252,120252],"mapped","c"],[[120253,120253],"mapped","d"],[[120254,120254],"mapped","e"],[[120255,120255],"mapped","f"],[[120256,120256],"mapped","g"],[[120257,120257],"mapped","h"],[[120258,120258],"mapped","i"],[[120259,120259],"mapped","j"],[[120260,120260],"mapped","k"],[[120261,120261],"mapped","l"],[[120262,120262],"mapped","m"],[[120263,120263],"mapped","n"],[[120264,120264],"mapped","o"],[[120265,120265],"mapped","p"],[[120266,120266],"mapped","q"],[[120267,120267],"mapped","r"],[[120268,120268],"mapped","s"],[[120269,120269],"mapped","t"],[[120270,120270],"mapped","u"],[[120271,120271],"mapped","v"],[[120272,120272],"mapped","w"],[[120273,120273],"mapped","x"],[[120274,120274],"mapped","y"],[[120275,120275],"mapped","z"],[[120276,120276],"mapped","a"],[[120277,120277],"mapped","b"],[[120278,120278],"mapped","c"],[[120279,120279],"mapped","d"],[[120280,120280],"mapped","e"],[[120281,120281],"mapped","f"],[[120282,120282],"mapped","g"],[[120283,120283],"mapped","h"],[[120284,120284],"mapped","i"],[[120285,120285],"mapped","j"],[[120286,120286],"mapped","k"],[[120287,120287],"mapped","l"],[[120288,120288],"mapped","m"],[[120289,120289],"mapped","n"],[[120290,120290],"mapped","o"],[[120291,120291],"mapped","p"],[[120292,120292],"mapped","q"],[[120293,120293],"mapped","r"],[[120294,120294],"mapped","s"],[[120295,120295],"mapped","t"],[[120296,120296],"mapped","u"],[[120297,120297],"mapped","v"],[[120298,120298],"mapped","w"],[[120299,120299],"mapped","x"],[[120300,120300],"mapped","y"],[[120301,120301],"mapped","z"],[[120302,120302],"mapped","a"],[[120303,120303],"mapped","b"],[[120304,120304],"mapped","c"],[[120305,120305],"mapped","d"],[[120306,120306],"mapped","e"],[[120307,120307],"mapped","f"],[[120308,120308],"mapped","g"],[[120309,120309],"mapped","h"],[[120310,120310],"mapped","i"],[[120311,120311],"mapped","j"],[[120312,120312],"mapped","k"],[[120313,120313],"mapped","l"],[[120314,120314],"mapped","m"],[[120315,120315],"mapped","n"],[[120316,120316],"mapped","o"],[[120317,120317],"mapped","p"],[[120318,120318],"mapped","q"],[[120319,120319],"mapped","r"],[[120320,120320],"mapped","s"],[[120321,120321],"mapped","t"],[[120322,120322],"mapped","u"],[[120323,120323],"mapped","v"],[[120324,120324],"mapped","w"],[[120325,120325],"mapped","x"],[[120326,120326],"mapped","y"],[[120327,120327],"mapped","z"],[[120328,120328],"mapped","a"],[[120329,120329],"mapped","b"],[[120330,120330],"mapped","c"],[[120331,120331],"mapped","d"],[[120332,120332],"mapped","e"],[[120333,120333],"mapped","f"],[[120334,120334],"mapped","g"],[[120335,120335],"mapped","h"],[[120336,120336],"mapped","i"],[[120337,120337],"mapped","j"],[[120338,120338],"mapped","k"],[[120339,120339],"mapped","l"],[[120340,120340],"mapped","m"],[[120341,120341],"mapped","n"],[[120342,120342],"mapped","o"],[[120343,120343],"mapped","p"],[[120344,120344],"mapped","q"],[[120345,120345],"mapped","r"],[[120346,120346],"mapped","s"],[[120347,120347],"mapped","t"],[[120348,120348],"mapped","u"],[[120349,120349],"mapped","v"],[[120350,120350],"mapped","w"],[[120351,120351],"mapped","x"],[[120352,120352],"mapped","y"],[[120353,120353],"mapped","z"],[[120354,120354],"mapped","a"],[[120355,120355],"mapped","b"],[[120356,120356],"mapped","c"],[[120357,120357],"mapped","d"],[[120358,120358],"mapped","e"],[[120359,120359],"mapped","f"],[[120360,120360],"mapped","g"],[[120361,120361],"mapped","h"],[[120362,120362],"mapped","i"],[[120363,120363],"mapped","j"],[[120364,120364],"mapped","k"],[[120365,120365],"mapped","l"],[[120366,120366],"mapped","m"],[[120367,120367],"mapped","n"],[[120368,120368],"mapped","o"],[[120369,120369],"mapped","p"],[[120370,120370],"mapped","q"],[[120371,120371],"mapped","r"],[[120372,120372],"mapped","s"],[[120373,120373],"mapped","t"],[[120374,120374],"mapped","u"],[[120375,120375],"mapped","v"],[[120376,120376],"mapped","w"],[[120377,120377],"mapped","x"],[[120378,120378],"mapped","y"],[[120379,120379],"mapped","z"],[[120380,120380],"mapped","a"],[[120381,120381],"mapped","b"],[[120382,120382],"mapped","c"],[[120383,120383],"mapped","d"],[[120384,120384],"mapped","e"],[[120385,120385],"mapped","f"],[[120386,120386],"mapped","g"],[[120387,120387],"mapped","h"],[[120388,120388],"mapped","i"],[[120389,120389],"mapped","j"],[[120390,120390],"mapped","k"],[[120391,120391],"mapped","l"],[[120392,120392],"mapped","m"],[[120393,120393],"mapped","n"],[[120394,120394],"mapped","o"],[[120395,120395],"mapped","p"],[[120396,120396],"mapped","q"],[[120397,120397],"mapped","r"],[[120398,120398],"mapped","s"],[[120399,120399],"mapped","t"],[[120400,120400],"mapped","u"],[[120401,120401],"mapped","v"],[[120402,120402],"mapped","w"],[[120403,120403],"mapped","x"],[[120404,120404],"mapped","y"],[[120405,120405],"mapped","z"],[[120406,120406],"mapped","a"],[[120407,120407],"mapped","b"],[[120408,120408],"mapped","c"],[[120409,120409],"mapped","d"],[[120410,120410],"mapped","e"],[[120411,120411],"mapped","f"],[[120412,120412],"mapped","g"],[[120413,120413],"mapped","h"],[[120414,120414],"mapped","i"],[[120415,120415],"mapped","j"],[[120416,120416],"mapped","k"],[[120417,120417],"mapped","l"],[[120418,120418],"mapped","m"],[[120419,120419],"mapped","n"],[[120420,120420],"mapped","o"],[[120421,120421],"mapped","p"],[[120422,120422],"mapped","q"],[[120423,120423],"mapped","r"],[[120424,120424],"mapped","s"],[[120425,120425],"mapped","t"],[[120426,120426],"mapped","u"],[[120427,120427],"mapped","v"],[[120428,120428],"mapped","w"],[[120429,120429],"mapped","x"],[[120430,120430],"mapped","y"],[[120431,120431],"mapped","z"],[[120432,120432],"mapped","a"],[[120433,120433],"mapped","b"],[[120434,120434],"mapped","c"],[[120435,120435],"mapped","d"],[[120436,120436],"mapped","e"],[[120437,120437],"mapped","f"],[[120438,120438],"mapped","g"],[[120439,120439],"mapped","h"],[[120440,120440],"mapped","i"],[[120441,120441],"mapped","j"],[[120442,120442],"mapped","k"],[[120443,120443],"mapped","l"],[[120444,120444],"mapped","m"],[[120445,120445],"mapped","n"],[[120446,120446],"mapped","o"],[[120447,120447],"mapped","p"],[[120448,120448],"mapped","q"],[[120449,120449],"mapped","r"],[[120450,120450],"mapped","s"],[[120451,120451],"mapped","t"],[[120452,120452],"mapped","u"],[[120453,120453],"mapped","v"],[[120454,120454],"mapped","w"],[[120455,120455],"mapped","x"],[[120456,120456],"mapped","y"],[[120457,120457],"mapped","z"],[[120458,120458],"mapped","a"],[[120459,120459],"mapped","b"],[[120460,120460],"mapped","c"],[[120461,120461],"mapped","d"],[[120462,120462],"mapped","e"],[[120463,120463],"mapped","f"],[[120464,120464],"mapped","g"],[[120465,120465],"mapped","h"],[[120466,120466],"mapped","i"],[[120467,120467],"mapped","j"],[[120468,120468],"mapped","k"],[[120469,120469],"mapped","l"],[[120470,120470],"mapped","m"],[[120471,120471],"mapped","n"],[[120472,120472],"mapped","o"],[[120473,120473],"mapped","p"],[[120474,120474],"mapped","q"],[[120475,120475],"mapped","r"],[[120476,120476],"mapped","s"],[[120477,120477],"mapped","t"],[[120478,120478],"mapped","u"],[[120479,120479],"mapped","v"],[[120480,120480],"mapped","w"],[[120481,120481],"mapped","x"],[[120482,120482],"mapped","y"],[[120483,120483],"mapped","z"],[[120484,120484],"mapped","ı"],[[120485,120485],"mapped","ȷ"],[[120486,120487],"disallowed"],[[120488,120488],"mapped","α"],[[120489,120489],"mapped","β"],[[120490,120490],"mapped","γ"],[[120491,120491],"mapped","δ"],[[120492,120492],"mapped","ε"],[[120493,120493],"mapped","ζ"],[[120494,120494],"mapped","η"],[[120495,120495],"mapped","θ"],[[120496,120496],"mapped","ι"],[[120497,120497],"mapped","κ"],[[120498,120498],"mapped","λ"],[[120499,120499],"mapped","μ"],[[120500,120500],"mapped","ν"],[[120501,120501],"mapped","ξ"],[[120502,120502],"mapped","ο"],[[120503,120503],"mapped","π"],[[120504,120504],"mapped","ρ"],[[120505,120505],"mapped","θ"],[[120506,120506],"mapped","σ"],[[120507,120507],"mapped","τ"],[[120508,120508],"mapped","υ"],[[120509,120509],"mapped","φ"],[[120510,120510],"mapped","χ"],[[120511,120511],"mapped","ψ"],[[120512,120512],"mapped","ω"],[[120513,120513],"mapped","∇"],[[120514,120514],"mapped","α"],[[120515,120515],"mapped","β"],[[120516,120516],"mapped","γ"],[[120517,120517],"mapped","δ"],[[120518,120518],"mapped","ε"],[[120519,120519],"mapped","ζ"],[[120520,120520],"mapped","η"],[[120521,120521],"mapped","θ"],[[120522,120522],"mapped","ι"],[[120523,120523],"mapped","κ"],[[120524,120524],"mapped","λ"],[[120525,120525],"mapped","μ"],[[120526,120526],"mapped","ν"],[[120527,120527],"mapped","ξ"],[[120528,120528],"mapped","ο"],[[120529,120529],"mapped","π"],[[120530,120530],"mapped","ρ"],[[120531,120532],"mapped","σ"],[[120533,120533],"mapped","τ"],[[120534,120534],"mapped","υ"],[[120535,120535],"mapped","φ"],[[120536,120536],"mapped","χ"],[[120537,120537],"mapped","ψ"],[[120538,120538],"mapped","ω"],[[120539,120539],"mapped","∂"],[[120540,120540],"mapped","ε"],[[120541,120541],"mapped","θ"],[[120542,120542],"mapped","κ"],[[120543,120543],"mapped","φ"],[[120544,120544],"mapped","ρ"],[[120545,120545],"mapped","π"],[[120546,120546],"mapped","α"],[[120547,120547],"mapped","β"],[[120548,120548],"mapped","γ"],[[120549,120549],"mapped","δ"],[[120550,120550],"mapped","ε"],[[120551,120551],"mapped","ζ"],[[120552,120552],"mapped","η"],[[120553,120553],"mapped","θ"],[[120554,120554],"mapped","ι"],[[120555,120555],"mapped","κ"],[[120556,120556],"mapped","λ"],[[120557,120557],"mapped","μ"],[[120558,120558],"mapped","ν"],[[120559,120559],"mapped","ξ"],[[120560,120560],"mapped","ο"],[[120561,120561],"mapped","π"],[[120562,120562],"mapped","ρ"],[[120563,120563],"mapped","θ"],[[120564,120564],"mapped","σ"],[[120565,120565],"mapped","τ"],[[120566,120566],"mapped","υ"],[[120567,120567],"mapped","φ"],[[120568,120568],"mapped","χ"],[[120569,120569],"mapped","ψ"],[[120570,120570],"mapped","ω"],[[120571,120571],"mapped","∇"],[[120572,120572],"mapped","α"],[[120573,120573],"mapped","β"],[[120574,120574],"mapped","γ"],[[120575,120575],"mapped","δ"],[[120576,120576],"mapped","ε"],[[120577,120577],"mapped","ζ"],[[120578,120578],"mapped","η"],[[120579,120579],"mapped","θ"],[[120580,120580],"mapped","ι"],[[120581,120581],"mapped","κ"],[[120582,120582],"mapped","λ"],[[120583,120583],"mapped","μ"],[[120584,120584],"mapped","ν"],[[120585,120585],"mapped","ξ"],[[120586,120586],"mapped","ο"],[[120587,120587],"mapped","π"],[[120588,120588],"mapped","ρ"],[[120589,120590],"mapped","σ"],[[120591,120591],"mapped","τ"],[[120592,120592],"mapped","υ"],[[120593,120593],"mapped","φ"],[[120594,120594],"mapped","χ"],[[120595,120595],"mapped","ψ"],[[120596,120596],"mapped","ω"],[[120597,120597],"mapped","∂"],[[120598,120598],"mapped","ε"],[[120599,120599],"mapped","θ"],[[120600,120600],"mapped","κ"],[[120601,120601],"mapped","φ"],[[120602,120602],"mapped","ρ"],[[120603,120603],"mapped","π"],[[120604,120604],"mapped","α"],[[120605,120605],"mapped","β"],[[120606,120606],"mapped","γ"],[[120607,120607],"mapped","δ"],[[120608,120608],"mapped","ε"],[[120609,120609],"mapped","ζ"],[[120610,120610],"mapped","η"],[[120611,120611],"mapped","θ"],[[120612,120612],"mapped","ι"],[[120613,120613],"mapped","κ"],[[120614,120614],"mapped","λ"],[[120615,120615],"mapped","μ"],[[120616,120616],"mapped","ν"],[[120617,120617],"mapped","ξ"],[[120618,120618],"mapped","ο"],[[120619,120619],"mapped","π"],[[120620,120620],"mapped","ρ"],[[120621,120621],"mapped","θ"],[[120622,120622],"mapped","σ"],[[120623,120623],"mapped","τ"],[[120624,120624],"mapped","υ"],[[120625,120625],"mapped","φ"],[[120626,120626],"mapped","χ"],[[120627,120627],"mapped","ψ"],[[120628,120628],"mapped","ω"],[[120629,120629],"mapped","∇"],[[120630,120630],"mapped","α"],[[120631,120631],"mapped","β"],[[120632,120632],"mapped","γ"],[[120633,120633],"mapped","δ"],[[120634,120634],"mapped","ε"],[[120635,120635],"mapped","ζ"],[[120636,120636],"mapped","η"],[[120637,120637],"mapped","θ"],[[120638,120638],"mapped","ι"],[[120639,120639],"mapped","κ"],[[120640,120640],"mapped","λ"],[[120641,120641],"mapped","μ"],[[120642,120642],"mapped","ν"],[[120643,120643],"mapped","ξ"],[[120644,120644],"mapped","ο"],[[120645,120645],"mapped","π"],[[120646,120646],"mapped","ρ"],[[120647,120648],"mapped","σ"],[[120649,120649],"mapped","τ"],[[120650,120650],"mapped","υ"],[[120651,120651],"mapped","φ"],[[120652,120652],"mapped","χ"],[[120653,120653],"mapped","ψ"],[[120654,120654],"mapped","ω"],[[120655,120655],"mapped","∂"],[[120656,120656],"mapped","ε"],[[120657,120657],"mapped","θ"],[[120658,120658],"mapped","κ"],[[120659,120659],"mapped","φ"],[[120660,120660],"mapped","ρ"],[[120661,120661],"mapped","π"],[[120662,120662],"mapped","α"],[[120663,120663],"mapped","β"],[[120664,120664],"mapped","γ"],[[120665,120665],"mapped","δ"],[[120666,120666],"mapped","ε"],[[120667,120667],"mapped","ζ"],[[120668,120668],"mapped","η"],[[120669,120669],"mapped","θ"],[[120670,120670],"mapped","ι"],[[120671,120671],"mapped","κ"],[[120672,120672],"mapped","λ"],[[120673,120673],"mapped","μ"],[[120674,120674],"mapped","ν"],[[120675,120675],"mapped","ξ"],[[120676,120676],"mapped","ο"],[[120677,120677],"mapped","π"],[[120678,120678],"mapped","ρ"],[[120679,120679],"mapped","θ"],[[120680,120680],"mapped","σ"],[[120681,120681],"mapped","τ"],[[120682,120682],"mapped","υ"],[[120683,120683],"mapped","φ"],[[120684,120684],"mapped","χ"],[[120685,120685],"mapped","ψ"],[[120686,120686],"mapped","ω"],[[120687,120687],"mapped","∇"],[[120688,120688],"mapped","α"],[[120689,120689],"mapped","β"],[[120690,120690],"mapped","γ"],[[120691,120691],"mapped","δ"],[[120692,120692],"mapped","ε"],[[120693,120693],"mapped","ζ"],[[120694,120694],"mapped","η"],[[120695,120695],"mapped","θ"],[[120696,120696],"mapped","ι"],[[120697,120697],"mapped","κ"],[[120698,120698],"mapped","λ"],[[120699,120699],"mapped","μ"],[[120700,120700],"mapped","ν"],[[120701,120701],"mapped","ξ"],[[120702,120702],"mapped","ο"],[[120703,120703],"mapped","π"],[[120704,120704],"mapped","ρ"],[[120705,120706],"mapped","σ"],[[120707,120707],"mapped","τ"],[[120708,120708],"mapped","υ"],[[120709,120709],"mapped","φ"],[[120710,120710],"mapped","χ"],[[120711,120711],"mapped","ψ"],[[120712,120712],"mapped","ω"],[[120713,120713],"mapped","∂"],[[120714,120714],"mapped","ε"],[[120715,120715],"mapped","θ"],[[120716,120716],"mapped","κ"],[[120717,120717],"mapped","φ"],[[120718,120718],"mapped","ρ"],[[120719,120719],"mapped","π"],[[120720,120720],"mapped","α"],[[120721,120721],"mapped","β"],[[120722,120722],"mapped","γ"],[[120723,120723],"mapped","δ"],[[120724,120724],"mapped","ε"],[[120725,120725],"mapped","ζ"],[[120726,120726],"mapped","η"],[[120727,120727],"mapped","θ"],[[120728,120728],"mapped","ι"],[[120729,120729],"mapped","κ"],[[120730,120730],"mapped","λ"],[[120731,120731],"mapped","μ"],[[120732,120732],"mapped","ν"],[[120733,120733],"mapped","ξ"],[[120734,120734],"mapped","ο"],[[120735,120735],"mapped","π"],[[120736,120736],"mapped","ρ"],[[120737,120737],"mapped","θ"],[[120738,120738],"mapped","σ"],[[120739,120739],"mapped","τ"],[[120740,120740],"mapped","υ"],[[120741,120741],"mapped","φ"],[[120742,120742],"mapped","χ"],[[120743,120743],"mapped","ψ"],[[120744,120744],"mapped","ω"],[[120745,120745],"mapped","∇"],[[120746,120746],"mapped","α"],[[120747,120747],"mapped","β"],[[120748,120748],"mapped","γ"],[[120749,120749],"mapped","δ"],[[120750,120750],"mapped","ε"],[[120751,120751],"mapped","ζ"],[[120752,120752],"mapped","η"],[[120753,120753],"mapped","θ"],[[120754,120754],"mapped","ι"],[[120755,120755],"mapped","κ"],[[120756,120756],"mapped","λ"],[[120757,120757],"mapped","μ"],[[120758,120758],"mapped","ν"],[[120759,120759],"mapped","ξ"],[[120760,120760],"mapped","ο"],[[120761,120761],"mapped","π"],[[120762,120762],"mapped","ρ"],[[120763,120764],"mapped","σ"],[[120765,120765],"mapped","τ"],[[120766,120766],"mapped","υ"],[[120767,120767],"mapped","φ"],[[120768,120768],"mapped","χ"],[[120769,120769],"mapped","ψ"],[[120770,120770],"mapped","ω"],[[120771,120771],"mapped","∂"],[[120772,120772],"mapped","ε"],[[120773,120773],"mapped","θ"],[[120774,120774],"mapped","κ"],[[120775,120775],"mapped","φ"],[[120776,120776],"mapped","ρ"],[[120777,120777],"mapped","π"],[[120778,120779],"mapped","ϝ"],[[120780,120781],"disallowed"],[[120782,120782],"mapped","0"],[[120783,120783],"mapped","1"],[[120784,120784],"mapped","2"],[[120785,120785],"mapped","3"],[[120786,120786],"mapped","4"],[[120787,120787],"mapped","5"],[[120788,120788],"mapped","6"],[[120789,120789],"mapped","7"],[[120790,120790],"mapped","8"],[[120791,120791],"mapped","9"],[[120792,120792],"mapped","0"],[[120793,120793],"mapped","1"],[[120794,120794],"mapped","2"],[[120795,120795],"mapped","3"],[[120796,120796],"mapped","4"],[[120797,120797],"mapped","5"],[[120798,120798],"mapped","6"],[[120799,120799],"mapped","7"],[[120800,120800],"mapped","8"],[[120801,120801],"mapped","9"],[[120802,120802],"mapped","0"],[[120803,120803],"mapped","1"],[[120804,120804],"mapped","2"],[[120805,120805],"mapped","3"],[[120806,120806],"mapped","4"],[[120807,120807],"mapped","5"],[[120808,120808],"mapped","6"],[[120809,120809],"mapped","7"],[[120810,120810],"mapped","8"],[[120811,120811],"mapped","9"],[[120812,120812],"mapped","0"],[[120813,120813],"mapped","1"],[[120814,120814],"mapped","2"],[[120815,120815],"mapped","3"],[[120816,120816],"mapped","4"],[[120817,120817],"mapped","5"],[[120818,120818],"mapped","6"],[[120819,120819],"mapped","7"],[[120820,120820],"mapped","8"],[[120821,120821],"mapped","9"],[[120822,120822],"mapped","0"],[[120823,120823],"mapped","1"],[[120824,120824],"mapped","2"],[[120825,120825],"mapped","3"],[[120826,120826],"mapped","4"],[[120827,120827],"mapped","5"],[[120828,120828],"mapped","6"],[[120829,120829],"mapped","7"],[[120830,120830],"mapped","8"],[[120831,120831],"mapped","9"],[[120832,121343],"valid","","NV8"],[[121344,121398],"valid"],[[121399,121402],"valid","","NV8"],[[121403,121452],"valid"],[[121453,121460],"valid","","NV8"],[[121461,121461],"valid"],[[121462,121475],"valid","","NV8"],[[121476,121476],"valid"],[[121477,121483],"valid","","NV8"],[[121484,121498],"disallowed"],[[121499,121503],"valid"],[[121504,121504],"disallowed"],[[121505,121519],"valid"],[[121520,122879],"disallowed"],[[122880,122886],"valid"],[[122887,122887],"disallowed"],[[122888,122904],"valid"],[[122905,122906],"disallowed"],[[122907,122913],"valid"],[[122914,122914],"disallowed"],[[122915,122916],"valid"],[[122917,122917],"disallowed"],[[122918,122922],"valid"],[[122923,124927],"disallowed"],[[124928,125124],"valid"],[[125125,125126],"disallowed"],[[125127,125135],"valid","","NV8"],[[125136,125142],"valid"],[[125143,125183],"disallowed"],[[125184,125184],"mapped","𞤢"],[[125185,125185],"mapped","𞤣"],[[125186,125186],"mapped","𞤤"],[[125187,125187],"mapped","𞤥"],[[125188,125188],"mapped","𞤦"],[[125189,125189],"mapped","𞤧"],[[125190,125190],"mapped","𞤨"],[[125191,125191],"mapped","𞤩"],[[125192,125192],"mapped","𞤪"],[[125193,125193],"mapped","𞤫"],[[125194,125194],"mapped","𞤬"],[[125195,125195],"mapped","𞤭"],[[125196,125196],"mapped","𞤮"],[[125197,125197],"mapped","𞤯"],[[125198,125198],"mapped","𞤰"],[[125199,125199],"mapped","𞤱"],[[125200,125200],"mapped","𞤲"],[[125201,125201],"mapped","𞤳"],[[125202,125202],"mapped","𞤴"],[[125203,125203],"mapped","𞤵"],[[125204,125204],"mapped","𞤶"],[[125205,125205],"mapped","𞤷"],[[125206,125206],"mapped","𞤸"],[[125207,125207],"mapped","𞤹"],[[125208,125208],"mapped","𞤺"],[[125209,125209],"mapped","𞤻"],[[125210,125210],"mapped","𞤼"],[[125211,125211],"mapped","𞤽"],[[125212,125212],"mapped","𞤾"],[[125213,125213],"mapped","𞤿"],[[125214,125214],"mapped","𞥀"],[[125215,125215],"mapped","𞥁"],[[125216,125216],"mapped","𞥂"],[[125217,125217],"mapped","𞥃"],[[125218,125258],"valid"],[[125259,125263],"disallowed"],[[125264,125273],"valid"],[[125274,125277],"disallowed"],[[125278,125279],"valid","","NV8"],[[125280,126463],"disallowed"],[[126464,126464],"mapped","ا"],[[126465,126465],"mapped","ب"],[[126466,126466],"mapped","ج"],[[126467,126467],"mapped","د"],[[126468,126468],"disallowed"],[[126469,126469],"mapped","و"],[[126470,126470],"mapped","ز"],[[126471,126471],"mapped","ح"],[[126472,126472],"mapped","ط"],[[126473,126473],"mapped","ي"],[[126474,126474],"mapped","ك"],[[126475,126475],"mapped","ل"],[[126476,126476],"mapped","م"],[[126477,126477],"mapped","ن"],[[126478,126478],"mapped","س"],[[126479,126479],"mapped","ع"],[[126480,126480],"mapped","ف"],[[126481,126481],"mapped","ص"],[[126482,126482],"mapped","ق"],[[126483,126483],"mapped","ر"],[[126484,126484],"mapped","ش"],[[126485,126485],"mapped","ت"],[[126486,126486],"mapped","ث"],[[126487,126487],"mapped","خ"],[[126488,126488],"mapped","ذ"],[[126489,126489],"mapped","ض"],[[126490,126490],"mapped","ظ"],[[126491,126491],"mapped","غ"],[[126492,126492],"mapped","ٮ"],[[126493,126493],"mapped","ں"],[[126494,126494],"mapped","ڡ"],[[126495,126495],"mapped","ٯ"],[[126496,126496],"disallowed"],[[126497,126497],"mapped","ب"],[[126498,126498],"mapped","ج"],[[126499,126499],"disallowed"],[[126500,126500],"mapped","ه"],[[126501,126502],"disallowed"],[[126503,126503],"mapped","ح"],[[126504,126504],"disallowed"],[[126505,126505],"mapped","ي"],[[126506,126506],"mapped","ك"],[[126507,126507],"mapped","ل"],[[126508,126508],"mapped","م"],[[126509,126509],"mapped","ن"],[[126510,126510],"mapped","س"],[[126511,126511],"mapped","ع"],[[126512,126512],"mapped","ف"],[[126513,126513],"mapped","ص"],[[126514,126514],"mapped","ق"],[[126515,126515],"disallowed"],[[126516,126516],"mapped","ش"],[[126517,126517],"mapped","ت"],[[126518,126518],"mapped","ث"],[[126519,126519],"mapped","خ"],[[126520,126520],"disallowed"],[[126521,126521],"mapped","ض"],[[126522,126522],"disallowed"],[[126523,126523],"mapped","غ"],[[126524,126529],"disallowed"],[[126530,126530],"mapped","ج"],[[126531,126534],"disallowed"],[[126535,126535],"mapped","ح"],[[126536,126536],"disallowed"],[[126537,126537],"mapped","ي"],[[126538,126538],"disallowed"],[[126539,126539],"mapped","ل"],[[126540,126540],"disallowed"],[[126541,126541],"mapped","ن"],[[126542,126542],"mapped","س"],[[126543,126543],"mapped","ع"],[[126544,126544],"disallowed"],[[126545,126545],"mapped","ص"],[[126546,126546],"mapped","ق"],[[126547,126547],"disallowed"],[[126548,126548],"mapped","ش"],[[126549,126550],"disallowed"],[[126551,126551],"mapped","خ"],[[126552,126552],"disallowed"],[[126553,126553],"mapped","ض"],[[126554,126554],"disallowed"],[[126555,126555],"mapped","غ"],[[126556,126556],"disallowed"],[[126557,126557],"mapped","ں"],[[126558,126558],"disallowed"],[[126559,126559],"mapped","ٯ"],[[126560,126560],"disallowed"],[[126561,126561],"mapped","ب"],[[126562,126562],"mapped","ج"],[[126563,126563],"disallowed"],[[126564,126564],"mapped","ه"],[[126565,126566],"disallowed"],[[126567,126567],"mapped","ح"],[[126568,126568],"mapped","ط"],[[126569,126569],"mapped","ي"],[[126570,126570],"mapped","ك"],[[126571,126571],"disallowed"],[[126572,126572],"mapped","م"],[[126573,126573],"mapped","ن"],[[126574,126574],"mapped","س"],[[126575,126575],"mapped","ع"],[[126576,126576],"mapped","ف"],[[126577,126577],"mapped","ص"],[[126578,126578],"mapped","ق"],[[126579,126579],"disallowed"],[[126580,126580],"mapped","ش"],[[126581,126581],"mapped","ت"],[[126582,126582],"mapped","ث"],[[126583,126583],"mapped","خ"],[[126584,126584],"disallowed"],[[126585,126585],"mapped","ض"],[[126586,126586],"mapped","ظ"],[[126587,126587],"mapped","غ"],[[126588,126588],"mapped","ٮ"],[[126589,126589],"disallowed"],[[126590,126590],"mapped","ڡ"],[[126591,126591],"disallowed"],[[126592,126592],"mapped","ا"],[[126593,126593],"mapped","ب"],[[126594,126594],"mapped","ج"],[[126595,126595],"mapped","د"],[[126596,126596],"mapped","ه"],[[126597,126597],"mapped","و"],[[126598,126598],"mapped","ز"],[[126599,126599],"mapped","ح"],[[126600,126600],"mapped","ط"],[[126601,126601],"mapped","ي"],[[126602,126602],"disallowed"],[[126603,126603],"mapped","ل"],[[126604,126604],"mapped","م"],[[126605,126605],"mapped","ن"],[[126606,126606],"mapped","س"],[[126607,126607],"mapped","ع"],[[126608,126608],"mapped","ف"],[[126609,126609],"mapped","ص"],[[126610,126610],"mapped","ق"],[[126611,126611],"mapped","ر"],[[126612,126612],"mapped","ش"],[[126613,126613],"mapped","ت"],[[126614,126614],"mapped","ث"],[[126615,126615],"mapped","خ"],[[126616,126616],"mapped","ذ"],[[126617,126617],"mapped","ض"],[[126618,126618],"mapped","ظ"],[[126619,126619],"mapped","غ"],[[126620,126624],"disallowed"],[[126625,126625],"mapped","ب"],[[126626,126626],"mapped","ج"],[[126627,126627],"mapped","د"],[[126628,126628],"disallowed"],[[126629,126629],"mapped","و"],[[126630,126630],"mapped","ز"],[[126631,126631],"mapped","ح"],[[126632,126632],"mapped","ط"],[[126633,126633],"mapped","ي"],[[126634,126634],"disallowed"],[[126635,126635],"mapped","ل"],[[126636,126636],"mapped","م"],[[126637,126637],"mapped","ن"],[[126638,126638],"mapped","س"],[[126639,126639],"mapped","ع"],[[126640,126640],"mapped","ف"],[[126641,126641],"mapped","ص"],[[126642,126642],"mapped","ق"],[[126643,126643],"mapped","ر"],[[126644,126644],"mapped","ش"],[[126645,126645],"mapped","ت"],[[126646,126646],"mapped","ث"],[[126647,126647],"mapped","خ"],[[126648,126648],"mapped","ذ"],[[126649,126649],"mapped","ض"],[[126650,126650],"mapped","ظ"],[[126651,126651],"mapped","غ"],[[126652,126703],"disallowed"],[[126704,126705],"valid","","NV8"],[[126706,126975],"disallowed"],[[126976,127019],"valid","","NV8"],[[127020,127023],"disallowed"],[[127024,127123],"valid","","NV8"],[[127124,127135],"disallowed"],[[127136,127150],"valid","","NV8"],[[127151,127152],"disallowed"],[[127153,127166],"valid","","NV8"],[[127167,127167],"valid","","NV8"],[[127168,127168],"disallowed"],[[127169,127183],"valid","","NV8"],[[127184,127184],"disallowed"],[[127185,127199],"valid","","NV8"],[[127200,127221],"valid","","NV8"],[[127222,127231],"disallowed"],[[127232,127232],"disallowed"],[[127233,127233],"disallowed_STD3_mapped","0,"],[[127234,127234],"disallowed_STD3_mapped","1,"],[[127235,127235],"disallowed_STD3_mapped","2,"],[[127236,127236],"disallowed_STD3_mapped","3,"],[[127237,127237],"disallowed_STD3_mapped","4,"],[[127238,127238],"disallowed_STD3_mapped","5,"],[[127239,127239],"disallowed_STD3_mapped","6,"],[[127240,127240],"disallowed_STD3_mapped","7,"],[[127241,127241],"disallowed_STD3_mapped","8,"],[[127242,127242],"disallowed_STD3_mapped","9,"],[[127243,127244],"valid","","NV8"],[[127245,127247],"disallowed"],[[127248,127248],"disallowed_STD3_mapped","(a)"],[[127249,127249],"disallowed_STD3_mapped","(b)"],[[127250,127250],"disallowed_STD3_mapped","(c)"],[[127251,127251],"disallowed_STD3_mapped","(d)"],[[127252,127252],"disallowed_STD3_mapped","(e)"],[[127253,127253],"disallowed_STD3_mapped","(f)"],[[127254,127254],"disallowed_STD3_mapped","(g)"],[[127255,127255],"disallowed_STD3_mapped","(h)"],[[127256,127256],"disallowed_STD3_mapped","(i)"],[[127257,127257],"disallowed_STD3_mapped","(j)"],[[127258,127258],"disallowed_STD3_mapped","(k)"],[[127259,127259],"disallowed_STD3_mapped","(l)"],[[127260,127260],"disallowed_STD3_mapped","(m)"],[[127261,127261],"disallowed_STD3_mapped","(n)"],[[127262,127262],"disallowed_STD3_mapped","(o)"],[[127263,127263],"disallowed_STD3_mapped","(p)"],[[127264,127264],"disallowed_STD3_mapped","(q)"],[[127265,127265],"disallowed_STD3_mapped","(r)"],[[127266,127266],"disallowed_STD3_mapped","(s)"],[[127267,127267],"disallowed_STD3_mapped","(t)"],[[127268,127268],"disallowed_STD3_mapped","(u)"],[[127269,127269],"disallowed_STD3_mapped","(v)"],[[127270,127270],"disallowed_STD3_mapped","(w)"],[[127271,127271],"disallowed_STD3_mapped","(x)"],[[127272,127272],"disallowed_STD3_mapped","(y)"],[[127273,127273],"disallowed_STD3_mapped","(z)"],[[127274,127274],"mapped","〔s〕"],[[127275,127275],"mapped","c"],[[127276,127276],"mapped","r"],[[127277,127277],"mapped","cd"],[[127278,127278],"mapped","wz"],[[127279,127279],"disallowed"],[[127280,127280],"mapped","a"],[[127281,127281],"mapped","b"],[[127282,127282],"mapped","c"],[[127283,127283],"mapped","d"],[[127284,127284],"mapped","e"],[[127285,127285],"mapped","f"],[[127286,127286],"mapped","g"],[[127287,127287],"mapped","h"],[[127288,127288],"mapped","i"],[[127289,127289],"mapped","j"],[[127290,127290],"mapped","k"],[[127291,127291],"mapped","l"],[[127292,127292],"mapped","m"],[[127293,127293],"mapped","n"],[[127294,127294],"mapped","o"],[[127295,127295],"mapped","p"],[[127296,127296],"mapped","q"],[[127297,127297],"mapped","r"],[[127298,127298],"mapped","s"],[[127299,127299],"mapped","t"],[[127300,127300],"mapped","u"],[[127301,127301],"mapped","v"],[[127302,127302],"mapped","w"],[[127303,127303],"mapped","x"],[[127304,127304],"mapped","y"],[[127305,127305],"mapped","z"],[[127306,127306],"mapped","hv"],[[127307,127307],"mapped","mv"],[[127308,127308],"mapped","sd"],[[127309,127309],"mapped","ss"],[[127310,127310],"mapped","ppv"],[[127311,127311],"mapped","wc"],[[127312,127318],"valid","","NV8"],[[127319,127319],"valid","","NV8"],[[127320,127326],"valid","","NV8"],[[127327,127327],"valid","","NV8"],[[127328,127337],"valid","","NV8"],[[127338,127338],"mapped","mc"],[[127339,127339],"mapped","md"],[[127340,127343],"disallowed"],[[127344,127352],"valid","","NV8"],[[127353,127353],"valid","","NV8"],[[127354,127354],"valid","","NV8"],[[127355,127356],"valid","","NV8"],[[127357,127358],"valid","","NV8"],[[127359,127359],"valid","","NV8"],[[127360,127369],"valid","","NV8"],[[127370,127373],"valid","","NV8"],[[127374,127375],"valid","","NV8"],[[127376,127376],"mapped","dj"],[[127377,127386],"valid","","NV8"],[[127387,127404],"valid","","NV8"],[[127405,127461],"disallowed"],[[127462,127487],"valid","","NV8"],[[127488,127488],"mapped","ほか"],[[127489,127489],"mapped","ココ"],[[127490,127490],"mapped","サ"],[[127491,127503],"disallowed"],[[127504,127504],"mapped","手"],[[127505,127505],"mapped","字"],[[127506,127506],"mapped","双"],[[127507,127507],"mapped","デ"],[[127508,127508],"mapped","二"],[[127509,127509],"mapped","多"],[[127510,127510],"mapped","解"],[[127511,127511],"mapped","天"],[[127512,127512],"mapped","交"],[[127513,127513],"mapped","映"],[[127514,127514],"mapped","無"],[[127515,127515],"mapped","料"],[[127516,127516],"mapped","前"],[[127517,127517],"mapped","後"],[[127518,127518],"mapped","再"],[[127519,127519],"mapped","新"],[[127520,127520],"mapped","初"],[[127521,127521],"mapped","終"],[[127522,127522],"mapped","生"],[[127523,127523],"mapped","販"],[[127524,127524],"mapped","声"],[[127525,127525],"mapped","吹"],[[127526,127526],"mapped","演"],[[127527,127527],"mapped","投"],[[127528,127528],"mapped","捕"],[[127529,127529],"mapped","一"],[[127530,127530],"mapped","三"],[[127531,127531],"mapped","遊"],[[127532,127532],"mapped","左"],[[127533,127533],"mapped","中"],[[127534,127534],"mapped","右"],[[127535,127535],"mapped","指"],[[127536,127536],"mapped","走"],[[127537,127537],"mapped","打"],[[127538,127538],"mapped","禁"],[[127539,127539],"mapped","空"],[[127540,127540],"mapped","合"],[[127541,127541],"mapped","満"],[[127542,127542],"mapped","有"],[[127543,127543],"mapped","月"],[[127544,127544],"mapped","申"],[[127545,127545],"mapped","割"],[[127546,127546],"mapped","営"],[[127547,127547],"mapped","配"],[[127548,127551],"disallowed"],[[127552,127552],"mapped","〔本〕"],[[127553,127553],"mapped","〔三〕"],[[127554,127554],"mapped","〔二〕"],[[127555,127555],"mapped","〔安〕"],[[127556,127556],"mapped","〔点〕"],[[127557,127557],"mapped","〔打〕"],[[127558,127558],"mapped","〔盗〕"],[[127559,127559],"mapped","〔勝〕"],[[127560,127560],"mapped","〔敗〕"],[[127561,127567],"disallowed"],[[127568,127568],"mapped","得"],[[127569,127569],"mapped","可"],[[127570,127583],"disallowed"],[[127584,127589],"valid","","NV8"],[[127590,127743],"disallowed"],[[127744,127776],"valid","","NV8"],[[127777,127788],"valid","","NV8"],[[127789,127791],"valid","","NV8"],[[127792,127797],"valid","","NV8"],[[127798,127798],"valid","","NV8"],[[127799,127868],"valid","","NV8"],[[127869,127869],"valid","","NV8"],[[127870,127871],"valid","","NV8"],[[127872,127891],"valid","","NV8"],[[127892,127903],"valid","","NV8"],[[127904,127940],"valid","","NV8"],[[127941,127941],"valid","","NV8"],[[127942,127946],"valid","","NV8"],[[127947,127950],"valid","","NV8"],[[127951,127955],"valid","","NV8"],[[127956,127967],"valid","","NV8"],[[127968,127984],"valid","","NV8"],[[127985,127991],"valid","","NV8"],[[127992,127999],"valid","","NV8"],[[128000,128062],"valid","","NV8"],[[128063,128063],"valid","","NV8"],[[128064,128064],"valid","","NV8"],[[128065,128065],"valid","","NV8"],[[128066,128247],"valid","","NV8"],[[128248,128248],"valid","","NV8"],[[128249,128252],"valid","","NV8"],[[128253,128254],"valid","","NV8"],[[128255,128255],"valid","","NV8"],[[128256,128317],"valid","","NV8"],[[128318,128319],"valid","","NV8"],[[128320,128323],"valid","","NV8"],[[128324,128330],"valid","","NV8"],[[128331,128335],"valid","","NV8"],[[128336,128359],"valid","","NV8"],[[128360,128377],"valid","","NV8"],[[128378,128378],"valid","","NV8"],[[128379,128419],"valid","","NV8"],[[128420,128420],"valid","","NV8"],[[128421,128506],"valid","","NV8"],[[128507,128511],"valid","","NV8"],[[128512,128512],"valid","","NV8"],[[128513,128528],"valid","","NV8"],[[128529,128529],"valid","","NV8"],[[128530,128532],"valid","","NV8"],[[128533,128533],"valid","","NV8"],[[128534,128534],"valid","","NV8"],[[128535,128535],"valid","","NV8"],[[128536,128536],"valid","","NV8"],[[128537,128537],"valid","","NV8"],[[128538,128538],"valid","","NV8"],[[128539,128539],"valid","","NV8"],[[128540,128542],"valid","","NV8"],[[128543,128543],"valid","","NV8"],[[128544,128549],"valid","","NV8"],[[128550,128551],"valid","","NV8"],[[128552,128555],"valid","","NV8"],[[128556,128556],"valid","","NV8"],[[128557,128557],"valid","","NV8"],[[128558,128559],"valid","","NV8"],[[128560,128563],"valid","","NV8"],[[128564,128564],"valid","","NV8"],[[128565,128576],"valid","","NV8"],[[128577,128578],"valid","","NV8"],[[128579,128580],"valid","","NV8"],[[128581,128591],"valid","","NV8"],[[128592,128639],"valid","","NV8"],[[128640,128709],"valid","","NV8"],[[128710,128719],"valid","","NV8"],[[128720,128720],"valid","","NV8"],[[128721,128722],"valid","","NV8"],[[128723,128724],"valid","","NV8"],[[128725,128735],"disallowed"],[[128736,128748],"valid","","NV8"],[[128749,128751],"disallowed"],[[128752,128755],"valid","","NV8"],[[128756,128758],"valid","","NV8"],[[128759,128760],"valid","","NV8"],[[128761,128767],"disallowed"],[[128768,128883],"valid","","NV8"],[[128884,128895],"disallowed"],[[128896,128980],"valid","","NV8"],[[128981,129023],"disallowed"],[[129024,129035],"valid","","NV8"],[[129036,129039],"disallowed"],[[129040,129095],"valid","","NV8"],[[129096,129103],"disallowed"],[[129104,129113],"valid","","NV8"],[[129114,129119],"disallowed"],[[129120,129159],"valid","","NV8"],[[129160,129167],"disallowed"],[[129168,129197],"valid","","NV8"],[[129198,129279],"disallowed"],[[129280,129291],"valid","","NV8"],[[129292,129295],"disallowed"],[[129296,129304],"valid","","NV8"],[[129305,129310],"valid","","NV8"],[[129311,129311],"valid","","NV8"],[[129312,129319],"valid","","NV8"],[[129320,129327],"valid","","NV8"],[[129328,129328],"valid","","NV8"],[[129329,129330],"valid","","NV8"],[[129331,129342],"valid","","NV8"],[[129343,129343],"disallowed"],[[129344,129355],"valid","","NV8"],[[129356,129356],"valid","","NV8"],[[129357,129359],"disallowed"],[[129360,129374],"valid","","NV8"],[[129375,129387],"valid","","NV8"],[[129388,129407],"disallowed"],[[129408,129412],"valid","","NV8"],[[129413,129425],"valid","","NV8"],[[129426,129431],"valid","","NV8"],[[129432,129471],"disallowed"],[[129472,129472],"valid","","NV8"],[[129473,129487],"disallowed"],[[129488,129510],"valid","","NV8"],[[129511,131069],"disallowed"],[[131070,131071],"disallowed"],[[131072,173782],"valid"],[[173783,173823],"disallowed"],[[173824,177972],"valid"],[[177973,177983],"disallowed"],[[177984,178205],"valid"],[[178206,178207],"disallowed"],[[178208,183969],"valid"],[[183970,183983],"disallowed"],[[183984,191456],"valid"],[[191457,194559],"disallowed"],[[194560,194560],"mapped","丽"],[[194561,194561],"mapped","丸"],[[194562,194562],"mapped","乁"],[[194563,194563],"mapped","𠄢"],[[194564,194564],"mapped","你"],[[194565,194565],"mapped","侮"],[[194566,194566],"mapped","侻"],[[194567,194567],"mapped","倂"],[[194568,194568],"mapped","偺"],[[194569,194569],"mapped","備"],[[194570,194570],"mapped","僧"],[[194571,194571],"mapped","像"],[[194572,194572],"mapped","㒞"],[[194573,194573],"mapped","𠘺"],[[194574,194574],"mapped","免"],[[194575,194575],"mapped","兔"],[[194576,194576],"mapped","兤"],[[194577,194577],"mapped","具"],[[194578,194578],"mapped","𠔜"],[[194579,194579],"mapped","㒹"],[[194580,194580],"mapped","內"],[[194581,194581],"mapped","再"],[[194582,194582],"mapped","𠕋"],[[194583,194583],"mapped","冗"],[[194584,194584],"mapped","冤"],[[194585,194585],"mapped","仌"],[[194586,194586],"mapped","冬"],[[194587,194587],"mapped","况"],[[194588,194588],"mapped","𩇟"],[[194589,194589],"mapped","凵"],[[194590,194590],"mapped","刃"],[[194591,194591],"mapped","㓟"],[[194592,194592],"mapped","刻"],[[194593,194593],"mapped","剆"],[[194594,194594],"mapped","割"],[[194595,194595],"mapped","剷"],[[194596,194596],"mapped","㔕"],[[194597,194597],"mapped","勇"],[[194598,194598],"mapped","勉"],[[194599,194599],"mapped","勤"],[[194600,194600],"mapped","勺"],[[194601,194601],"mapped","包"],[[194602,194602],"mapped","匆"],[[194603,194603],"mapped","北"],[[194604,194604],"mapped","卉"],[[194605,194605],"mapped","卑"],[[194606,194606],"mapped","博"],[[194607,194607],"mapped","即"],[[194608,194608],"mapped","卽"],[[194609,194611],"mapped","卿"],[[194612,194612],"mapped","𠨬"],[[194613,194613],"mapped","灰"],[[194614,194614],"mapped","及"],[[194615,194615],"mapped","叟"],[[194616,194616],"mapped","𠭣"],[[194617,194617],"mapped","叫"],[[194618,194618],"mapped","叱"],[[194619,194619],"mapped","吆"],[[194620,194620],"mapped","咞"],[[194621,194621],"mapped","吸"],[[194622,194622],"mapped","呈"],[[194623,194623],"mapped","周"],[[194624,194624],"mapped","咢"],[[194625,194625],"mapped","哶"],[[194626,194626],"mapped","唐"],[[194627,194627],"mapped","啓"],[[194628,194628],"mapped","啣"],[[194629,194630],"mapped","善"],[[194631,194631],"mapped","喙"],[[194632,194632],"mapped","喫"],[[194633,194633],"mapped","喳"],[[194634,194634],"mapped","嗂"],[[194635,194635],"mapped","圖"],[[194636,194636],"mapped","嘆"],[[194637,194637],"mapped","圗"],[[194638,194638],"mapped","噑"],[[194639,194639],"mapped","噴"],[[194640,194640],"mapped","切"],[[194641,194641],"mapped","壮"],[[194642,194642],"mapped","城"],[[194643,194643],"mapped","埴"],[[194644,194644],"mapped","堍"],[[194645,194645],"mapped","型"],[[194646,194646],"mapped","堲"],[[194647,194647],"mapped","報"],[[194648,194648],"mapped","墬"],[[194649,194649],"mapped","𡓤"],[[194650,194650],"mapped","売"],[[194651,194651],"mapped","壷"],[[194652,194652],"mapped","夆"],[[194653,194653],"mapped","多"],[[194654,194654],"mapped","夢"],[[194655,194655],"mapped","奢"],[[194656,194656],"mapped","𡚨"],[[194657,194657],"mapped","𡛪"],[[194658,194658],"mapped","姬"],[[194659,194659],"mapped","娛"],[[194660,194660],"mapped","娧"],[[194661,194661],"mapped","姘"],[[194662,194662],"mapped","婦"],[[194663,194663],"mapped","㛮"],[[194664,194664],"disallowed"],[[194665,194665],"mapped","嬈"],[[194666,194667],"mapped","嬾"],[[194668,194668],"mapped","𡧈"],[[194669,194669],"mapped","寃"],[[194670,194670],"mapped","寘"],[[194671,194671],"mapped","寧"],[[194672,194672],"mapped","寳"],[[194673,194673],"mapped","𡬘"],[[194674,194674],"mapped","寿"],[[194675,194675],"mapped","将"],[[194676,194676],"disallowed"],[[194677,194677],"mapped","尢"],[[194678,194678],"mapped","㞁"],[[194679,194679],"mapped","屠"],[[194680,194680],"mapped","屮"],[[194681,194681],"mapped","峀"],[[194682,194682],"mapped","岍"],[[194683,194683],"mapped","𡷤"],[[194684,194684],"mapped","嵃"],[[194685,194685],"mapped","𡷦"],[[194686,194686],"mapped","嵮"],[[194687,194687],"mapped","嵫"],[[194688,194688],"mapped","嵼"],[[194689,194689],"mapped","巡"],[[194690,194690],"mapped","巢"],[[194691,194691],"mapped","㠯"],[[194692,194692],"mapped","巽"],[[194693,194693],"mapped","帨"],[[194694,194694],"mapped","帽"],[[194695,194695],"mapped","幩"],[[194696,194696],"mapped","㡢"],[[194697,194697],"mapped","𢆃"],[[194698,194698],"mapped","㡼"],[[194699,194699],"mapped","庰"],[[194700,194700],"mapped","庳"],[[194701,194701],"mapped","庶"],[[194702,194702],"mapped","廊"],[[194703,194703],"mapped","𪎒"],[[194704,194704],"mapped","廾"],[[194705,194706],"mapped","𢌱"],[[194707,194707],"mapped","舁"],[[194708,194709],"mapped","弢"],[[194710,194710],"mapped","㣇"],[[194711,194711],"mapped","𣊸"],[[194712,194712],"mapped","𦇚"],[[194713,194713],"mapped","形"],[[194714,194714],"mapped","彫"],[[194715,194715],"mapped","㣣"],[[194716,194716],"mapped","徚"],[[194717,194717],"mapped","忍"],[[194718,194718],"mapped","志"],[[194719,194719],"mapped","忹"],[[194720,194720],"mapped","悁"],[[194721,194721],"mapped","㤺"],[[194722,194722],"mapped","㤜"],[[194723,194723],"mapped","悔"],[[194724,194724],"mapped","𢛔"],[[194725,194725],"mapped","惇"],[[194726,194726],"mapped","慈"],[[194727,194727],"mapped","慌"],[[194728,194728],"mapped","慎"],[[194729,194729],"mapped","慌"],[[194730,194730],"mapped","慺"],[[194731,194731],"mapped","憎"],[[194732,194732],"mapped","憲"],[[194733,194733],"mapped","憤"],[[194734,194734],"mapped","憯"],[[194735,194735],"mapped","懞"],[[194736,194736],"mapped","懲"],[[194737,194737],"mapped","懶"],[[194738,194738],"mapped","成"],[[194739,194739],"mapped","戛"],[[194740,194740],"mapped","扝"],[[194741,194741],"mapped","抱"],[[194742,194742],"mapped","拔"],[[194743,194743],"mapped","捐"],[[194744,194744],"mapped","𢬌"],[[194745,194745],"mapped","挽"],[[194746,194746],"mapped","拼"],[[194747,194747],"mapped","捨"],[[194748,194748],"mapped","掃"],[[194749,194749],"mapped","揤"],[[194750,194750],"mapped","𢯱"],[[194751,194751],"mapped","搢"],[[194752,194752],"mapped","揅"],[[194753,194753],"mapped","掩"],[[194754,194754],"mapped","㨮"],[[194755,194755],"mapped","摩"],[[194756,194756],"mapped","摾"],[[194757,194757],"mapped","撝"],[[194758,194758],"mapped","摷"],[[194759,194759],"mapped","㩬"],[[194760,194760],"mapped","敏"],[[194761,194761],"mapped","敬"],[[194762,194762],"mapped","𣀊"],[[194763,194763],"mapped","旣"],[[194764,194764],"mapped","書"],[[194765,194765],"mapped","晉"],[[194766,194766],"mapped","㬙"],[[194767,194767],"mapped","暑"],[[194768,194768],"mapped","㬈"],[[194769,194769],"mapped","㫤"],[[194770,194770],"mapped","冒"],[[194771,194771],"mapped","冕"],[[194772,194772],"mapped","最"],[[194773,194773],"mapped","暜"],[[194774,194774],"mapped","肭"],[[194775,194775],"mapped","䏙"],[[194776,194776],"mapped","朗"],[[194777,194777],"mapped","望"],[[194778,194778],"mapped","朡"],[[194779,194779],"mapped","杞"],[[194780,194780],"mapped","杓"],[[194781,194781],"mapped","𣏃"],[[194782,194782],"mapped","㭉"],[[194783,194783],"mapped","柺"],[[194784,194784],"mapped","枅"],[[194785,194785],"mapped","桒"],[[194786,194786],"mapped","梅"],[[194787,194787],"mapped","𣑭"],[[194788,194788],"mapped","梎"],[[194789,194789],"mapped","栟"],[[194790,194790],"mapped","椔"],[[194791,194791],"mapped","㮝"],[[194792,194792],"mapped","楂"],[[194793,194793],"mapped","榣"],[[194794,194794],"mapped","槪"],[[194795,194795],"mapped","檨"],[[194796,194796],"mapped","𣚣"],[[194797,194797],"mapped","櫛"],[[194798,194798],"mapped","㰘"],[[194799,194799],"mapped","次"],[[194800,194800],"mapped","𣢧"],[[194801,194801],"mapped","歔"],[[194802,194802],"mapped","㱎"],[[194803,194803],"mapped","歲"],[[194804,194804],"mapped","殟"],[[194805,194805],"mapped","殺"],[[194806,194806],"mapped","殻"],[[194807,194807],"mapped","𣪍"],[[194808,194808],"mapped","𡴋"],[[194809,194809],"mapped","𣫺"],[[194810,194810],"mapped","汎"],[[194811,194811],"mapped","𣲼"],[[194812,194812],"mapped","沿"],[[194813,194813],"mapped","泍"],[[194814,194814],"mapped","汧"],[[194815,194815],"mapped","洖"],[[194816,194816],"mapped","派"],[[194817,194817],"mapped","海"],[[194818,194818],"mapped","流"],[[194819,194819],"mapped","浩"],[[194820,194820],"mapped","浸"],[[194821,194821],"mapped","涅"],[[194822,194822],"mapped","𣴞"],[[194823,194823],"mapped","洴"],[[194824,194824],"mapped","港"],[[194825,194825],"mapped","湮"],[[194826,194826],"mapped","㴳"],[[194827,194827],"mapped","滋"],[[194828,194828],"mapped","滇"],[[194829,194829],"mapped","𣻑"],[[194830,194830],"mapped","淹"],[[194831,194831],"mapped","潮"],[[194832,194832],"mapped","𣽞"],[[194833,194833],"mapped","𣾎"],[[194834,194834],"mapped","濆"],[[194835,194835],"mapped","瀹"],[[194836,194836],"mapped","瀞"],[[194837,194837],"mapped","瀛"],[[194838,194838],"mapped","㶖"],[[194839,194839],"mapped","灊"],[[194840,194840],"mapped","災"],[[194841,194841],"mapped","灷"],[[194842,194842],"mapped","炭"],[[194843,194843],"mapped","𠔥"],[[194844,194844],"mapped","煅"],[[194845,194845],"mapped","𤉣"],[[194846,194846],"mapped","熜"],[[194847,194847],"disallowed"],[[194848,194848],"mapped","爨"],[[194849,194849],"mapped","爵"],[[194850,194850],"mapped","牐"],[[194851,194851],"mapped","𤘈"],[[194852,194852],"mapped","犀"],[[194853,194853],"mapped","犕"],[[194854,194854],"mapped","𤜵"],[[194855,194855],"mapped","𤠔"],[[194856,194856],"mapped","獺"],[[194857,194857],"mapped","王"],[[194858,194858],"mapped","㺬"],[[194859,194859],"mapped","玥"],[[194860,194861],"mapped","㺸"],[[194862,194862],"mapped","瑇"],[[194863,194863],"mapped","瑜"],[[194864,194864],"mapped","瑱"],[[194865,194865],"mapped","璅"],[[194866,194866],"mapped","瓊"],[[194867,194867],"mapped","㼛"],[[194868,194868],"mapped","甤"],[[194869,194869],"mapped","𤰶"],[[194870,194870],"mapped","甾"],[[194871,194871],"mapped","𤲒"],[[194872,194872],"mapped","異"],[[194873,194873],"mapped","𢆟"],[[194874,194874],"mapped","瘐"],[[194875,194875],"mapped","𤾡"],[[194876,194876],"mapped","𤾸"],[[194877,194877],"mapped","𥁄"],[[194878,194878],"mapped","㿼"],[[194879,194879],"mapped","䀈"],[[194880,194880],"mapped","直"],[[194881,194881],"mapped","𥃳"],[[194882,194882],"mapped","𥃲"],[[194883,194883],"mapped","𥄙"],[[194884,194884],"mapped","𥄳"],[[194885,194885],"mapped","眞"],[[194886,194887],"mapped","真"],[[194888,194888],"mapped","睊"],[[194889,194889],"mapped","䀹"],[[194890,194890],"mapped","瞋"],[[194891,194891],"mapped","䁆"],[[194892,194892],"mapped","䂖"],[[194893,194893],"mapped","𥐝"],[[194894,194894],"mapped","硎"],[[194895,194895],"mapped","碌"],[[194896,194896],"mapped","磌"],[[194897,194897],"mapped","䃣"],[[194898,194898],"mapped","𥘦"],[[194899,194899],"mapped","祖"],[[194900,194900],"mapped","𥚚"],[[194901,194901],"mapped","𥛅"],[[194902,194902],"mapped","福"],[[194903,194903],"mapped","秫"],[[194904,194904],"mapped","䄯"],[[194905,194905],"mapped","穀"],[[194906,194906],"mapped","穊"],[[194907,194907],"mapped","穏"],[[194908,194908],"mapped","𥥼"],[[194909,194910],"mapped","𥪧"],[[194911,194911],"disallowed"],[[194912,194912],"mapped","䈂"],[[194913,194913],"mapped","𥮫"],[[194914,194914],"mapped","篆"],[[194915,194915],"mapped","築"],[[194916,194916],"mapped","䈧"],[[194917,194917],"mapped","𥲀"],[[194918,194918],"mapped","糒"],[[194919,194919],"mapped","䊠"],[[194920,194920],"mapped","糨"],[[194921,194921],"mapped","糣"],[[194922,194922],"mapped","紀"],[[194923,194923],"mapped","𥾆"],[[194924,194924],"mapped","絣"],[[194925,194925],"mapped","䌁"],[[194926,194926],"mapped","緇"],[[194927,194927],"mapped","縂"],[[194928,194928],"mapped","繅"],[[194929,194929],"mapped","䌴"],[[194930,194930],"mapped","𦈨"],[[194931,194931],"mapped","𦉇"],[[194932,194932],"mapped","䍙"],[[194933,194933],"mapped","𦋙"],[[194934,194934],"mapped","罺"],[[194935,194935],"mapped","𦌾"],[[194936,194936],"mapped","羕"],[[194937,194937],"mapped","翺"],[[194938,194938],"mapped","者"],[[194939,194939],"mapped","𦓚"],[[194940,194940],"mapped","𦔣"],[[194941,194941],"mapped","聠"],[[194942,194942],"mapped","𦖨"],[[194943,194943],"mapped","聰"],[[194944,194944],"mapped","𣍟"],[[194945,194945],"mapped","䏕"],[[194946,194946],"mapped","育"],[[194947,194947],"mapped","脃"],[[194948,194948],"mapped","䐋"],[[194949,194949],"mapped","脾"],[[194950,194950],"mapped","媵"],[[194951,194951],"mapped","𦞧"],[[194952,194952],"mapped","𦞵"],[[194953,194953],"mapped","𣎓"],[[194954,194954],"mapped","𣎜"],[[194955,194955],"mapped","舁"],[[194956,194956],"mapped","舄"],[[194957,194957],"mapped","辞"],[[194958,194958],"mapped","䑫"],[[194959,194959],"mapped","芑"],[[194960,194960],"mapped","芋"],[[194961,194961],"mapped","芝"],[[194962,194962],"mapped","劳"],[[194963,194963],"mapped","花"],[[194964,194964],"mapped","芳"],[[194965,194965],"mapped","芽"],[[194966,194966],"mapped","苦"],[[194967,194967],"mapped","𦬼"],[[194968,194968],"mapped","若"],[[194969,194969],"mapped","茝"],[[194970,194970],"mapped","荣"],[[194971,194971],"mapped","莭"],[[194972,194972],"mapped","茣"],[[194973,194973],"mapped","莽"],[[194974,194974],"mapped","菧"],[[194975,194975],"mapped","著"],[[194976,194976],"mapped","荓"],[[194977,194977],"mapped","菊"],[[194978,194978],"mapped","菌"],[[194979,194979],"mapped","菜"],[[194980,194980],"mapped","𦰶"],[[194981,194981],"mapped","𦵫"],[[194982,194982],"mapped","𦳕"],[[194983,194983],"mapped","䔫"],[[194984,194984],"mapped","蓱"],[[194985,194985],"mapped","蓳"],[[194986,194986],"mapped","蔖"],[[194987,194987],"mapped","𧏊"],[[194988,194988],"mapped","蕤"],[[194989,194989],"mapped","𦼬"],[[194990,194990],"mapped","䕝"],[[194991,194991],"mapped","䕡"],[[194992,194992],"mapped","𦾱"],[[194993,194993],"mapped","𧃒"],[[194994,194994],"mapped","䕫"],[[194995,194995],"mapped","虐"],[[194996,194996],"mapped","虜"],[[194997,194997],"mapped","虧"],[[194998,194998],"mapped","虩"],[[194999,194999],"mapped","蚩"],[[195000,195000],"mapped","蚈"],[[195001,195001],"mapped","蜎"],[[195002,195002],"mapped","蛢"],[[195003,195003],"mapped","蝹"],[[195004,195004],"mapped","蜨"],[[195005,195005],"mapped","蝫"],[[195006,195006],"mapped","螆"],[[195007,195007],"disallowed"],[[195008,195008],"mapped","蟡"],[[195009,195009],"mapped","蠁"],[[195010,195010],"mapped","䗹"],[[195011,195011],"mapped","衠"],[[195012,195012],"mapped","衣"],[[195013,195013],"mapped","𧙧"],[[195014,195014],"mapped","裗"],[[195015,195015],"mapped","裞"],[[195016,195016],"mapped","䘵"],[[195017,195017],"mapped","裺"],[[195018,195018],"mapped","㒻"],[[195019,195019],"mapped","𧢮"],[[195020,195020],"mapped","𧥦"],[[195021,195021],"mapped","䚾"],[[195022,195022],"mapped","䛇"],[[195023,195023],"mapped","誠"],[[195024,195024],"mapped","諭"],[[195025,195025],"mapped","變"],[[195026,195026],"mapped","豕"],[[195027,195027],"mapped","𧲨"],[[195028,195028],"mapped","貫"],[[195029,195029],"mapped","賁"],[[195030,195030],"mapped","贛"],[[195031,195031],"mapped","起"],[[195032,195032],"mapped","𧼯"],[[195033,195033],"mapped","𠠄"],[[195034,195034],"mapped","跋"],[[195035,195035],"mapped","趼"],[[195036,195036],"mapped","跰"],[[195037,195037],"mapped","𠣞"],[[195038,195038],"mapped","軔"],[[195039,195039],"mapped","輸"],[[195040,195040],"mapped","𨗒"],[[195041,195041],"mapped","𨗭"],[[195042,195042],"mapped","邔"],[[195043,195043],"mapped","郱"],[[195044,195044],"mapped","鄑"],[[195045,195045],"mapped","𨜮"],[[195046,195046],"mapped","鄛"],[[195047,195047],"mapped","鈸"],[[195048,195048],"mapped","鋗"],[[195049,195049],"mapped","鋘"],[[195050,195050],"mapped","鉼"],[[195051,195051],"mapped","鏹"],[[195052,195052],"mapped","鐕"],[[195053,195053],"mapped","𨯺"],[[195054,195054],"mapped","開"],[[195055,195055],"mapped","䦕"],[[195056,195056],"mapped","閷"],[[195057,195057],"mapped","𨵷"],[[195058,195058],"mapped","䧦"],[[195059,195059],"mapped","雃"],[[195060,195060],"mapped","嶲"],[[195061,195061],"mapped","霣"],[[195062,195062],"mapped","𩅅"],[[195063,195063],"mapped","𩈚"],[[195064,195064],"mapped","䩮"],[[195065,195065],"mapped","䩶"],[[195066,195066],"mapped","韠"],[[195067,195067],"mapped","𩐊"],[[195068,195068],"mapped","䪲"],[[195069,195069],"mapped","𩒖"],[[195070,195071],"mapped","頋"],[[195072,195072],"mapped","頩"],[[195073,195073],"mapped","𩖶"],[[195074,195074],"mapped","飢"],[[195075,195075],"mapped","䬳"],[[195076,195076],"mapped","餩"],[[195077,195077],"mapped","馧"],[[195078,195078],"mapped","駂"],[[195079,195079],"mapped","駾"],[[195080,195080],"mapped","䯎"],[[195081,195081],"mapped","𩬰"],[[195082,195082],"mapped","鬒"],[[195083,195083],"mapped","鱀"],[[195084,195084],"mapped","鳽"],[[195085,195085],"mapped","䳎"],[[195086,195086],"mapped","䳭"],[[195087,195087],"mapped","鵧"],[[195088,195088],"mapped","𪃎"],[[195089,195089],"mapped","䳸"],[[195090,195090],"mapped","𪄅"],[[195091,195091],"mapped","𪈎"],[[195092,195092],"mapped","𪊑"],[[195093,195093],"mapped","麻"],[[195094,195094],"mapped","䵖"],[[195095,195095],"mapped","黹"],[[195096,195096],"mapped","黾"],[[195097,195097],"mapped","鼅"],[[195098,195098],"mapped","鼏"],[[195099,195099],"mapped","鼖"],[[195100,195100],"mapped","鼻"],[[195101,195101],"mapped","𪘀"],[[195102,196605],"disallowed"],[[196606,196607],"disallowed"],[[196608,262141],"disallowed"],[[262142,262143],"disallowed"],[[262144,327677],"disallowed"],[[327678,327679],"disallowed"],[[327680,393213],"disallowed"],[[393214,393215],"disallowed"],[[393216,458749],"disallowed"],[[458750,458751],"disallowed"],[[458752,524285],"disallowed"],[[524286,524287],"disallowed"],[[524288,589821],"disallowed"],[[589822,589823],"disallowed"],[[589824,655357],"disallowed"],[[655358,655359],"disallowed"],[[655360,720893],"disallowed"],[[720894,720895],"disallowed"],[[720896,786429],"disallowed"],[[786430,786431],"disallowed"],[[786432,851965],"disallowed"],[[851966,851967],"disallowed"],[[851968,917501],"disallowed"],[[917502,917503],"disallowed"],[[917504,917504],"disallowed"],[[917505,917505],"disallowed"],[[917506,917535],"disallowed"],[[917536,917631],"disallowed"],[[917632,917759],"disallowed"],[[917760,917999],"ignored"],[[918000,983037],"disallowed"],[[983038,983039],"disallowed"],[[983040,1048573],"disallowed"],[[1048574,1048575],"disallowed"],[[1048576,1114109],"disallowed"],[[1114110,1114111],"disallowed"]]')},function(e,t,r){"use strict";const i=r(450),n=r(110);t.implementation=class{constructor(e,{doNotStripQMark:t=!1}){let r=e[0];if(this._list=[],this._url=null,t||"string"!=typeof r||"?"!==r[0]||(r=r.slice(1)),Array.isArray(r))for(const e of r){if(2!==e.length)throw new TypeError("Failed to construct 'URLSearchParams': parameter 1 sequence's element does not contain exactly two elements.");this._list.push([e[0],e[1]])}else if("object"==typeof r&&null===Object.getPrototypeOf(r))for(const e of Object.keys(r)){const t=r[e];this._list.push([e,t])}else this._list=n.parseUrlencoded(r)}_updateSteps(){if(null!==this._url){let e=n.serializeUrlencoded(this._list);""===e&&(e=null),this._url._url.query=e}}append(e,t){this._list.push([e,t]),this._updateSteps()}delete(e){let t=0;for(;t-1},Fe.prototype.set=function(e,t){var r=this.__data__,i=Be(r,e);return i<0?r.push([e,t]):r[i][1]=t,this},De.prototype.clear=function(){this.__data__={hash:new Ce,map:new(ge||Fe),string:new Ce}},De.prototype.delete=function(e){return Xe(this,e).delete(e)},De.prototype.get=function(e){return Xe(this,e).get(e)},De.prototype.has=function(e){return Xe(this,e).has(e)},De.prototype.set=function(e,t){return Xe(this,e).set(e,t),this},Ne.prototype.add=Ne.prototype.push=function(e){return this.__data__.set(e,o),this},Ne.prototype.has=function(e){return this.__data__.has(e)},Oe.prototype.clear=function(){this.__data__=new Fe},Oe.prototype.delete=function(e){return this.__data__.delete(e)},Oe.prototype.get=function(e){return this.__data__.get(e)},Oe.prototype.has=function(e){return this.__data__.has(e)},Oe.prototype.set=function(e,t){var r=this.__data__;if(r instanceof Fe){var n=r.__data__;if(!ge||n.length=s)return u;var l=r[i];return u*("desc"==l?-1:1)}}return e.index-t.index}(e,t,r)})}function $e(e){return dt(e)?e:ot(e)}function Ge(e,t){if(e!==t){var r=void 0!==e,i=null===e,n=e==e,o=bt(e),a=void 0!==t,s=null===t,u=t==t,l=bt(t);if(!s&&!l&&!o&&e>t||o&&a&&u&&!s&&!l||i&&a&&u||!r&&u||!n)return 1;if(!i&&!o&&!l&&el))return!1;var c=o.get(e);if(c&&o.get(t))return c==t;var d=-1,h=!0,m=n&a?new Ne:void 0;for(o.set(e,t),o.set(t,e);++d-1&&e%1==0&&e1&&tt(e,t[0],t[1])?t=[]:r>2&&tt(t[0],t[1],t[2])&&(t=[t[0]]),Ke(e,function e(t,r,i,n,o){var a=-1,s=t.length;for(i||(i=Je),o||(o=[]);++a0&&i(u)?r>1?e(u,r-1,i,n,o):V(o,u):n||(o[o.length]=u)}return o}(t,1),[])});function lt(e,t){if("function"!=typeof e||t&&"function"!=typeof t)throw new TypeError(n);var r=function(){var i=arguments,n=t?t.apply(this,i):i[0],o=r.cache;if(o.has(n))return o.get(n);var a=e.apply(this,i);return r.cache=o.set(n,a),a};return r.cache=new(lt.Cache||De),r}function pt(e,t){return e===t||e!=e&&t!=t}function ct(e){return function(e){return vt(e)&&ht(e)}(e)&&oe.call(e,"callee")&&(!pe.call(e,"callee")||ae.call(e)==p)}lt.Cache=De;var dt=Array.isArray;function ht(e){return null!=e&&ft(e.length)&&!mt(e)}function mt(e){var t=gt(e)?ae.call(e):"";return t==f||t==g}function ft(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=l}function gt(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function vt(e){return!!e&&"object"==typeof e}function bt(e){return"symbol"==typeof e||vt(e)&&ae.call(e)==_}var yt=U?K(U):function(e){return vt(e)&&ft(e.length)&&!!O[ae.call(e)]};function wt(e){return ht(e)?je(e):We(e)}function Et(e){return e}r.exports=ut}).call(this,r(17),r(108)(e))},function(e,t,r){"use strict";const{removeLeadingAndTrailingHTTPWhitespace:i,removeTrailingHTTPWhitespace:n,isHTTPWhitespaceChar:o,solelyContainsHTTPTokenCodePoints:a,soleyContainsHTTPQuotedStringTokenCodePoints:s,asciiLowercase:u}=r(138);e.exports=e=>{e=i(e);let t=0,r="";for(;t=e.length)return null;++t;let l="";for(;t0&&a(r)&&s(i)&&!p.parameters.has(r)&&p.parameters.set(r,i)}return p}},function(e,t,r){"use strict";const{solelyContainsHTTPTokenCodePoints:i}=r(138);e.exports=e=>{let t=`${e.type}/${e.subtype}`;if(0===e.parameters.size)return t;for(let[r,n]of e.parameters)t+=";",t+=r,t+="=",i(n)&&0!==n.length||(n=`"${n=n.replace(/(["\\])/g,"\\$1")}"`),t+=n;return t}},function(e,t,r){"use strict";const{EventEmitter:i}=r(66);e.exports=class extends i{constructor(){super(),this.on("error",()=>{})}sendTo(e,t){void 0===t&&(t={});for(const t of Object.keys(e))if("function"==typeof e[t]){function r(){e[t](...arguments)}this.on(t,r)}return t.omitJSDOMErrors||this.on("jsdomError",t=>e.error(t.stack,t.detail)),this}}},function(e,t,r){"use strict";(function(t){const i=r(106),n=r(1),{CSSStyleDeclaration:o}=r(139),{Performance:a}=r(463),s=r(68),{define:u,mixin:l}=r(5),p=r(69),c=r(38),d=r(259),h=r(241),m=r(111),f=r(513),g=r(8),{btoa:v,atob:b}=r(262),y=r(0),w=r(517),E=r(745).createInterface,x=r(747).createInterface,_=r(357).implementation,T=r(360),S=r(64),A=r(361),k=r(752),I=r(364),C=r(365),F=r(133),D=r(767).createInterface,N=r(769).createInterface,O=r(71),{matchesDontThrow:j}=r(151),{fireAnEvent:B}=r(15),P=r(771),M=r(131).implementation,R=r(134).implementation,L=r(772);let H;e.exports=z;const U=r(773);function z(e){c.setup(this);const r=new a,O=r.now(),z=this;l(z,R.prototype),l(z,M.prototype),this._initGlobalEvents();for(const e in U)Object.defineProperty(z,e,{enumerable:!1,configurable:!0,writable:!0,value:U[e]});this._resourceLoader=e.resourceLoader,this._globalProxy=this,Object.defineProperty(y.implForWrapper(this),y.wrapperSymbol,{get:()=>this._globalProxy});let K=Object.create(null),$=Object.create(null);this._document=S.create([],{options:{parsingMode:e.parsingMode,contentType:e.contentType,encoding:e.encoding,cookieJar:e.cookieJar,url:e.url,lastModified:e.lastModified,referrer:e.referrer,concurrentNodeIterators:e.concurrentNodeIterators,parseOptions:e.parseOptions,defaultView:this._globalProxy,global:this}}),this._sessionHistory=new P({document:y.implForWrapper(this._document),url:y.implForWrapper(this._document)._URL,stateObject:null},this),this._virtualConsole=e.virtualConsole,this._runScripts=e.runScripts,"outside-only"!==this._runScripts&&"dangerously"!==this._runScripts||function(e){if(i.isContext(e))return;i.createContext(e),y.implForWrapper(e._document)._defaultView=e._globalProxy=i.runInContext("this",e)}(this),this._parent=this._top=this._globalProxy,this._frameElement=null,this._length=0,this._pretendToBeVisual=e.pretendToBeVisual,this._storageQuota=e.storageQuota,e.commonForOrigin&&e.commonForOrigin[this._document.origin]?this._commonForOrigin=e.commonForOrigin:this._commonForOrigin={[this._document.origin]:{localStorageArea:new Map,sessionStorageArea:new Map,windowsInSameOrigin:[this]}},this._currentOriginData=this._commonForOrigin[this._document.origin],this._localStorage=F.create([],{associatedWindow:this,storageArea:this._currentOriginData.localStorageArea,type:"localStorage",url:this._document.documentURI,storageQuota:this._storageQuota}),this._sessionStorage=F.create([],{associatedWindow:this,storageArea:this._currentOriginData.sessionStorageArea,type:"sessionStorage",url:this._document.documentURI,storageQuota:this._storageQuota});const G=T.create(),Y=T.create(),X=T.create(),Q=T.create(),Z=T.create(),J=T.create(),ee=A.create(),te=k.create([],{userAgent:this._resourceLoader._userAgent}),re=I.create([],{rawPerformance:r}),ie=C.create();u(this,{get length(){return z._length},get window(){return z._globalProxy},get frameElement(){return y.wrapperForImpl(z._frameElement)},get frames(){return z._globalProxy},get self(){return z._globalProxy},get parent(){return z._parent},get top(){return z._top},get document(){return z._document},get external(){return ee},get location(){return y.wrapperForImpl(y.implForWrapper(z._document)._location)},get history(){return y.wrapperForImpl(y.implForWrapper(z._document)._history)},get navigator(){return te},get locationbar(){return G},get menubar(){return Y},get personalbar(){return X},get scrollbars(){return Q},get statusbar(){return Z},get toolbar(){return J},get performance(){return re},get screen(){return ie},get localStorage(){if("null"===this._document.origin)throw new g("localStorage is not available for opaque origins","SecurityError");return this._localStorage},get sessionStorage(){if("null"===this._document.origin)throw new g("sessionStorage is not available for opaque origins","SecurityError");return this._sessionStorage}}),h.initializeWindow(this,this._globalProxy),this.addEventListener=this.addEventListener.bind(this),this.removeEventListener=this.removeEventListener.bind(this),this.dispatchEvent=this.dispatchEvent.bind(this);let ne=0,oe=0;function ae(e,t,r,i){void 0===e&&(e=""),e=n.DOMString(e),void 0!==t&&(t=n.DOMString(t)),r=n.boolean(r),i=n.boolean(i);const o=z._document.createElement("option"),a=y.implForWrapper(o);return""!==e&&(a.text=e),void 0!==t&&a.setAttributeNS(null,"value",t),r&&a.setAttributeNS(null,"selected",""),a._selectedness=i,o}function se(){const e=z._document.createElement("img"),t=y.implForWrapper(e);return arguments.length>0&&t.setAttributeNS(null,"width",String(arguments[0])),arguments.length>1&&t.setAttributeNS(null,"height",String(arguments[1])),e}function ue(e){const t=z._document.createElement("audio"),r=y.implForWrapper(t);return r.setAttributeNS(null,"preload","auto"),void 0!==e&&r.setAttributeNS(null,"src",String(e)),t}this.setTimeout=function(e,t){const r=[];for(let e=2;e{const t=r.now()-O;return q(z,setTimeout,clearTimeout,++oe,e,1e3/60,$,[t])},this.cancelAnimationFrame=V.bind(this,$)),this.__stopAllTimers=function(){W(K),W($),ne=0,oe=0,K=Object.create(null),$=Object.create(null)},Object.defineProperty(ae,"prototype",{value:this.HTMLOptionElement.prototype,configurable:!1,enumerable:!1,writable:!1}),Object.defineProperty(z,"Option",{value:ae,configurable:!0,enumerable:!1,writable:!0}),Object.defineProperty(se,"prototype",{value:this.HTMLImageElement.prototype,configurable:!1,enumerable:!1,writable:!1}),Object.defineProperty(z,"Image",{value:se,configurable:!0,enumerable:!1,writable:!0}),Object.defineProperty(ue,"prototype",{value:this.HTMLAudioElement.prototype,configurable:!1,enumerable:!1,writable:!1}),Object.defineProperty(z,"Audio",{value:ue,configurable:!0,enumerable:!1,writable:!0}),this.postMessage=f,this.atob=function(e){const t=b(e);if(null===t)throw new g("The string to be decoded contains invalid characters.","InvalidCharacterError");return t},this.btoa=function(e){const t=v(e);if(null===t)throw new g("The string to be encoded contains invalid characters.","InvalidCharacterError");return t},this.FileReader=E({window:this}).interface,this.WebSocket=x({window:this}).interface;const le=N({window:this});function pe(e){return(...t)=>{z._virtualConsole.emit(e,...t)}}function ce(e){return function(){s(e,z)}}this.AbortSignal=le.interface,this.AbortController=D({AbortSignal:le}).interface,this.XMLHttpRequest=w(this),this.ArrayBuffer=ArrayBuffer,this.Int8Array=Int8Array,this.Uint8Array=Uint8Array,this.Uint8ClampedArray=Uint8ClampedArray,this.Int16Array=Int16Array,this.Uint16Array=Uint16Array,this.Int32Array=Int32Array,this.Uint32Array=Uint32Array,this.Float32Array=Float32Array,this.Float64Array=Float64Array,this.stop=function(){const e=y.implForWrapper(this._document)._requestManager;e&&e.close()},this.close=function(){const e=this;if(function t(r){for(let e=0;e{t.setProperty(e,i.style.getPropertyValue(e),i.style.getPropertyPriority(e))}))}function s(e){r.call(e.cssRules,e=>{e.media?-1!==i.call(e.media,"screen")&&r.call(e.cssRules,a):a(e)})}return H||(H=m.parse(L)),s(H),r.call(e.ownerDocument.styleSheets,s),r.call(n,e=>{t.setProperty(e,n.getPropertyValue(e),n.getPropertyPriority(e))}),t},this.captureEvents=function(){},this.releaseEvents=function(){},this.console={assert:pe("assert"),clear:pe("clear"),count:pe("count"),countReset:pe("countReset"),debug:pe("debug"),dir:pe("dir"),dirxml:pe("dirxml"),error:pe("error"),group:pe("group"),groupCollapsed:pe("groupCollapsed"),groupEnd:pe("groupEnd"),info:pe("info"),log:pe("log"),table:pe("table"),time:pe("time"),timeEnd:pe("timeEnd"),trace:pe("trace"),warn:pe("warn")},u(this,{name:"",status:"",devicePixelRatio:1,innerWidth:1024,innerHeight:768,outerWidth:1024,outerHeight:768,pageXOffset:0,pageYOffset:0,screenX:0,screenLeft:0,screenY:0,screenTop:0,scrollX:0,scrollY:0,alert:ce("window.alert"),blur:ce("window.blur"),confirm:ce("window.confirm"),focus:ce("window.focus"),moveBy:ce("window.moveBy"),moveTo:ce("window.moveTo"),open:ce("window.open"),print:ce("window.print"),prompt:ce("window.prompt"),resizeBy:ce("window.resizeBy"),resizeTo:ce("window.resizeTo"),scroll:ce("window.scroll"),scrollBy:ce("window.scrollBy"),scrollTo:ce("window.scrollTo")}),t.nextTick(()=>{z.document&&("complete"===z.document.readyState?B("load",z,void 0,{},z.document):z.document.addEventListener("load",()=>{B("load",z,void 0,{},z.document),y.implForWrapper(z._document)._pageShowingFlag||(y.implForWrapper(z._document)._pageShowingFlag=!0,B("pageshow",z,d,{persisted:!1},z.document))}))})}function q(e,t,r,i,n,o,a,s){if(!e||!e._document)return;if("function"!=typeof n){const t=String(n);n=e._globalProxy.eval.bind(e,t+`\n//# sourceURL=${e.location.href}`)}const u=n,l=t(n=()=>{try{u.apply(e._globalProxy,s)}catch(t){O(e,t,e.location.href)}},o);return a[i]=[l,r],i}function V(e,t){const r=e[t];r&&(r[1].call(void 0,r[0]),delete e[t])}function W(e){Object.keys(e).forEach(t=>{const r=e[t];r[1].call(void 0,r[0])})}U.Window=z,Object.setPrototypeOf(z,c.interface),Object.setPrototypeOf(z.prototype,c.interface.prototype),Object.defineProperty(z.prototype,Symbol.toStringTag,{value:"Window",writable:!1,enumerable:!1,configurable:!0})}).call(this,r(10))},function(e,t,r){var i={CSSStyleSheet:r(112).CSSStyleSheet,CSSStyleRule:r(113).CSSStyleRule,CSSMediaRule:r(142).CSSMediaRule,CSSSupportsRule:r(143).CSSSupportsRule,CSSStyleDeclaration:r(67).CSSStyleDeclaration,CSSKeyframeRule:r(144).CSSKeyframeRule,CSSKeyframesRule:r(145).CSSKeyframesRule,clone:function e(t){var r=new i.CSSStyleSheet,n=t.cssRules;if(!n)return r;for(var o={1:i.CSSStyleRule,4:i.CSSMediaRule,8:i.CSSKeyframesRule,9:i.CSSKeyframeRule,12:i.CSSSupportsRule},a=0,s=n.length;a2)return;var n=i.indexOf("behind");if(r=-1!==n,2===i.length){if(!r)return;i.splice(n,1)}if("leftwards"===i[0]||"rightwards"===i[0]){if(r)return;return this._setProperty("azimuth",i[0])}if("behind"===i[0])return this._setProperty("azimuth","180deg");switch(i[0]){case"left-side":return this._setProperty("azimuth","270deg");case"far-left":return this._setProperty("azimuth",(r?240:300)+"deg");case"left":return this._setProperty("azimuth",(r?220:320)+"deg");case"center-left":return this._setProperty("azimuth",(r?200:340)+"deg");case"center":return this._setProperty("azimuth",(r?180:0)+"deg");case"center-right":return this._setProperty("azimuth",(r?160:20)+"deg");case"right":return this._setProperty("azimuth",(r?140:40)+"deg");case"far-right":return this._setProperty("azimuth",(r?120:60)+"deg");case"right-side":return this._setProperty("azimuth","90deg");default:return}}},get:function(){return this.getPropertyValue("azimuth")},enumerable:!0,configurable:!0};var s,u,l,p,c,d,h,m,f=function(e){var t=o.parseColor(e);return void 0!==t?t:o.valueType(e)!==o.TYPES.KEYWORD||"transparent"!==e.toLowerCase()&&"inherit"!==e.toLowerCase()?void 0:e},g=function(e){var t=o.parseUrl(e);return void 0!==t?t:o.valueType(e)!==o.TYPES.KEYWORD||"none"!==e.toLowerCase()&&"inherit"!==e.toLowerCase()?void 0:e},v=function(e){if(o.valueType(e)===o.TYPES.KEYWORD&&("repeat"===e.toLowerCase()||"repeat-x"===e.toLowerCase()||"repeat-y"===e.toLowerCase()||"no-repeat"===e.toLowerCase()||"inherit"===e.toLowerCase()))return e},b=l=function(e){return o.valueType(e)===o.TYPES.KEYWORD&&("scroll"===e.toLowerCase()||"fixed"===e.toLowerCase()||"inherit"===e.toLowerCase())},y=["top","center","bottom","left","right"],w=function(e){if(""!==e&&null!==e){var t=e.split(/\s+/);if(!(t.length>2||t.length<1)){var r=[];if(t.forEach(function(e,t){r[t]=o.valueType(e)}),1===t.length)return r[0]===o.TYPES.LENGTH||r[0]===o.TYPES.PERCENT?e:r[0]!==o.TYPES.KEYWORD||-1===y.indexOf(e.toLowerCase())&&"inherit"!==e.toLowerCase()?void 0:e;if(!(r[0]!==o.TYPES.LENGTH&&r[0]!==o.TYPES.PERCENT||r[1]!==o.TYPES.LENGTH&&r[1]!==o.TYPES.PERCENT))return e;if(r[0]===o.TYPES.KEYWORD&&r[1]===o.TYPES.KEYWORD)return-1!==y.indexOf(t[0])&&-1!==y.indexOf(t[1])?e:void 0}}},E={"background-color":{isValid:function(e){return void 0!==f(e)},definition:n={set:function(e){var t=f(e);void 0!==t&&this._setProperty("background-color",t)},get:function(){return this.getPropertyValue("background-color")},enumerable:!0,configurable:!0}},"background-image":{isValid:function(e){return void 0!==g(e)},definition:s={set:function(e){this._setProperty("background-image",g(e))},get:function(){return this.getPropertyValue("background-image")},enumerable:!0,configurable:!0}},"background-repeat":{isValid:function(e){return void 0!==v(e)},definition:u={set:function(e){this._setProperty("background-repeat",v(e))},get:function(){return this.getPropertyValue("background-repeat")},enumerable:!0,configurable:!0}},"background-attachment":{isValid:l,definition:p={set:function(e){b(e)&&this._setProperty("background-attachment",e)},get:function(){return this.getPropertyValue("background-attachment")},enumerable:!0,configurable:!0}},"background-position":{isValid:function(e){return void 0!==w(e)},definition:c={set:function(e){this._setProperty("background-position",w(e))},get:function(){return this.getPropertyValue("background-position")},enumerable:!0,configurable:!0}}};d={set:o.shorthandSetter("background",E),get:o.shorthandGetter("background",E),enumerable:!0,configurable:!0};var x,_,T=["thin","medium","thick"],S=h=function(e){return void 0!==o.parseLength(e)||"string"==typeof e&&(""===e||(e=e.toLowerCase(),-1!==T.indexOf(e)))};m={set:o.implicitSetter("border","width",S,function(e){var t=o.parseLength(e);return void 0!==t?t:S(e)?e.toLowerCase():void 0}),get:function(){return this.getPropertyValue("border-width")},enumerable:!0,configurable:!0};var A,k,I=["none","hidden","dotted","dashed","solid","double","groove","ridge","inset","outset"],C=x=function(e){return"string"==typeof e&&(""===e||-1!==I.indexOf(e))};_={set:o.implicitSetter("border","style",C,function(e){if(C(e))return e.toLowerCase()}),get:function(){return this.getPropertyValue("border-style")},enumerable:!0,configurable:!0};var F,D=A=function(e){return"string"==typeof e&&(""===e||"transparent"===e.toLowerCase()||o.valueType(e)===o.TYPES.COLOR)};k={set:o.implicitSetter("border","color",D,function(e){if(D(e))return e.toLowerCase()}),get:function(){return this.getPropertyValue("border-color")},enumerable:!0,configurable:!0};var N,O,j={"border-width":{isValid:h,definition:m},"border-style":{isValid:x,definition:_},"border-color":{isValid:A,definition:k}},B=o.shorthandSetter("border",j),P=o.shorthandGetter("border",j);F={set:function(e){"none"===e.toString().toLowerCase()&&(e=""),B.call(this,e),this.removeProperty("border-top"),this.removeProperty("border-left"),this.removeProperty("border-right"),this.removeProperty("border-bottom"),this._values["border-top"]=this._values.border,this._values["border-left"]=this._values.border,this._values["border-right"]=this._values.border,this._values["border-bottom"]=this._values.border},get:P,enumerable:!0,configurable:!0};var M,R,L,H,U,z=N=h,q=R=A,V={"border-bottom-width":{isValid:N,definition:O={set:function(e){z(e)&&this._setProperty("border-bottom-width",e)},get:function(){return this.getPropertyValue("border-bottom-width")},enumerable:!0,configurable:!0}},"border-bottom-style":{isValid:x,definition:M={set:function(e){x(e)&&("none"===e.toLowerCase()&&(e="",this.removeProperty("border-bottom-width")),this._setProperty("border-bottom-style",e))},get:function(){return this.getPropertyValue("border-bottom-style")},enumerable:!0,configurable:!0}},"border-bottom-color":{isValid:R,definition:L={set:function(e){q(e)&&this._setProperty("border-bottom-color",e)},get:function(){return this.getPropertyValue("border-bottom-color")},enumerable:!0,configurable:!0}}};H={set:o.shorthandSetter("border-bottom",V),get:o.shorthandGetter("border-bottom",V),enumerable:!0,configurable:!0};var W,K;U={set:function(e){this._setProperty("border-collapse",function(e){if(o.valueType(e)===o.TYPES.KEYWORD&&("collapse"===e.toLowerCase()||"separate"===e.toLowerCase()||"inherit"===e.toLowerCase()))return e}(e))},get:function(){return this.getPropertyValue("border-collapse")},enumerable:!0,configurable:!0};var $,G,Y,X,Q,Z,J=W=h,ee=G=A,te={"border-left-width":{isValid:W,definition:K={set:function(e){J(e)&&this._setProperty("border-left-width",e)},get:function(){return this.getPropertyValue("border-left-width")},enumerable:!0,configurable:!0}},"border-left-style":{isValid:x,definition:$={set:function(e){x(e)&&("none"===e.toLowerCase()&&(e="",this.removeProperty("border-left-width")),this._setProperty("border-left-style",e))},get:function(){return this.getPropertyValue("border-left-style")},enumerable:!0,configurable:!0}},"border-left-color":{isValid:G,definition:Y={set:function(e){ee(e)&&this._setProperty("border-left-color",e)},get:function(){return this.getPropertyValue("border-left-color")},enumerable:!0,configurable:!0}}};X={set:o.shorthandSetter("border-left",te),get:o.shorthandGetter("border-left",te),enumerable:!0,configurable:!0};var re,ie,ne,oe,ae,se=Q=h,ue=ie=A,le={"border-right-width":{isValid:Q,definition:Z={set:function(e){se(e)&&this._setProperty("border-right-width",e)},get:function(){return this.getPropertyValue("border-right-width")},enumerable:!0,configurable:!0}},"border-right-style":{isValid:x,definition:re={set:function(e){x(e)&&("none"===e.toLowerCase()&&(e="",this.removeProperty("border-right-width")),this._setProperty("border-right-style",e))},get:function(){return this.getPropertyValue("border-right-style")},enumerable:!0,configurable:!0}},"border-right-color":{isValid:ie,definition:ne={set:function(e){ue(e)&&this._setProperty("border-right-color",e)},get:function(){return this.getPropertyValue("border-right-color")},enumerable:!0,configurable:!0}}};oe={set:o.shorthandSetter("border-right",le),get:o.shorthandGetter("border-right",le),enumerable:!0,configurable:!0};var pe,ce,de,he;ae={set:function(e){this._setProperty("border-spacing",function(e){if(""!==e&&null!==e){if(0===e)return"0px";if("inherit"===e.toLowerCase())return e;var t=e.split(/\s+/);if(1===t.length||2===t.length)return t.forEach(function(e){o.valueType(e),o.TYPES.LENGTH}),e}}(e))},get:function(){return this.getPropertyValue("border-spacing")},enumerable:!0,configurable:!0};var me,fe,ge,ve=de=A,be={"border-top-width":{isValid:h,definition:pe={set:function(e){h(e)&&this._setProperty("border-top-width",e)},get:function(){return this.getPropertyValue("border-top-width")},enumerable:!0,configurable:!0}},"border-top-style":{isValid:x,definition:ce={set:function(e){x(e)&&("none"===e.toLowerCase()&&(e="",this.removeProperty("border-top-width")),this._setProperty("border-top-style",e))},get:function(){return this.getPropertyValue("border-top-style")},enumerable:!0,configurable:!0}},"border-top-color":{isValid:de,definition:he={set:function(e){ve(e)&&this._setProperty("border-top-color",e)},get:function(){return this.getPropertyValue("border-top-color")},enumerable:!0,configurable:!0}}};me={set:o.shorthandSetter("border-top",be),get:o.shorthandGetter("border-top",be),enumerable:!0,configurable:!0},fe={set:function(e){this._setProperty("bottom",o.parseMeasurement(e))},get:function(){return this.getPropertyValue("bottom")},enumerable:!0,configurable:!0};var ye,we=["none","left","right","both","inherit"];ge={set:function(e){this._setProperty("clear",o.parseKeyword(e,we))},get:function(){return this.getPropertyValue("clear")},enumerable:!0,configurable:!0};var Ee,xe,_e,Te,Se,Ae,ke=/^rect\((.*)\)$/i;function Ie(e){return"auto"===String(e).toLowerCase()?"auto":"inherit"===String(e).toLowerCase()?"inherit":o.parseMeasurement(e)}ye={set:function(e){this._setProperty("clip",function(e){if(""===e||null===e)return e;if("string"==typeof e){if("auto"===(e=e.toLowerCase())||"inherit"===e)return e;var t=e.match(ke);if(t){var r=t[1].split(/\s*,\s*/);if(4===r.length&&r.every(function(e,t){var i=o.parseMeasurement(e);return r[t]=i,void 0!==i}))return r=r.join(", "),e.replace(t[1],r)}}}(e))},get:function(){return this.getPropertyValue("clip")},enumerable:!0,configurable:!0},Ee={set:function(e){this._setProperty("color",o.parseColor(e))},get:function(){return this.getPropertyValue("color")},enumerable:!0,configurable:!0},xe={set:function(e){this._setProperty("float",e)},get:function(){return this.getPropertyValue("float")},enumerable:!0,configurable:!0};var Ce,Fe,De,Ne={"flex-grow":{isValid:function(e,t){return void 0!==o.parseNumber(e)&&t===a.POSITION_AT_SHORTHAND.first},definition:_e={set:function(e){this._setProperty("flex-grow",o.parseNumber(e))},get:function(){return this.getPropertyValue("flex-grow")},enumerable:!0,configurable:!0}},"flex-shrink":{isValid:function(e,t){return void 0!==o.parseNumber(e)&&t===a.POSITION_AT_SHORTHAND.second},definition:Te={set:function(e){this._setProperty("flex-shrink",o.parseNumber(e))},get:function(){return this.getPropertyValue("flex-shrink")},enumerable:!0,configurable:!0}},"flex-basis":{isValid:function(e){return void 0!==Ie(e)},definition:Se={set:function(e){this._setProperty("flex-basis",Ie(e))},get:function(){return this.getPropertyValue("flex-basis")},enumerable:!0,configurable:!0}}},Oe=o.shorthandSetter("flex",Ne);Ae={set:function(e){var t=String(e).trim().toLowerCase();if("none"!==t){if("initial"!==t)return"auto"===t?(this.removeProperty("flex-grow"),this.removeProperty("flex-shrink"),void this.setProperty("flex-basis",t)):void Oe.call(this,e);Oe.call(this,"0 1 auto")}else Oe.call(this,"0 0 auto")},get:o.shorthandGetter("flex",Ne),enumerable:!0,configurable:!0},Ce={set:function(e){this._setProperty("float",e)},get:function(){return this.getPropertyValue("float")},enumerable:!0,configurable:!0},Fe={set:function(e){this._setProperty("flood-color",o.parseColor(e))},get:function(){return this.getPropertyValue("flood-color")},enumerable:!0,configurable:!0};var je,Be,Pe,Me,Re,Le,He,Ue,ze,qe,Ve,We,Ke=/\s*,\s*/,$e=["xx-small","x-small","small","medium","large","x-large","xx-large"],Ge=["larger","smaller"],Ye=["normal","italic","oblique","inherit"],Xe=["normal","small-caps","inherit"],Qe=["normal","bold","bolder","lighter","100","200","300","400","500","600","700","800","900","inherit"],Ze={"font-family":{isValid:function(e){if(""===e||null===e)return!0;var t,r,i=e.split(Ke),n=i.length;for(t=0;t{if(Error.captureStackTrace){const t=n.wrapperForImpl(e);Error.captureStackTrace(t,t.constructor)}}},function(e){e.exports=JSON.parse('{"IndexSizeError":1,"DOMStringSizeError":2,"HierarchyRequestError":3,"WrongDocumentError":4,"InvalidCharacterError":5,"NoDataAllowedError":6,"NoModificationAllowedError":7,"NotFoundError":8,"NotSupportedError":9,"InUseAttributeError":10,"InvalidStateError":11,"SyntaxError":12,"InvalidModificationError":13,"NamespaceError":14,"InvalidAccessError":15,"ValidationError":16,"TypeMismatchError":17,"SecurityError":18,"NetworkError":19,"AbortError":20,"URLMismatchError":21,"QuotaExceededError":22,"TimeoutError":23,"InvalidNodeTypeError":24,"DataCloneError":25}')},function(e,t,r){"use strict";const i=r(37).implementation,n=r(233);class o extends i{}o.defaultInit=n.convert(void 0),e.exports={implementation:o}},function(e,t,r){"use strict";const i=r(72);e.exports={implementation:class{constructor(e,t){this.type=t.type,this.target=t.target,this.previousSibling=t.previousSibling,this.nextSibling=t.nextSibling,this.attributeName=t.attributeName,this.attributeNamespace=t.attributeNamespace,this.oldValue=t.oldValue,this._addedNodes=t.addedNodes,this._removedNodes=t.removedNodes}get addedNodes(){return i.createImpl([],{nodes:this._addedNodes})}get removedNodes(){return i.createImpl([],{nodes:this._removedNodes})}}}},function(e,t,r){"use strict";const i=r(0);t.implementation=class{constructor(e,t){t.nodes?(this._list=[...t.nodes],this._isLive=!1):(this._list=[],this._isLive=!0,this._version=-1,this._element=t.element,this._query=t.query,this._update())}get length(){return this._update(),this._list.length}item(e){return this._update(),this._list[e]||null}_update(){if(this._isLive&&this._version+~](?=[^>+~])"},k='(?=(?:[^"]*["][^"]*["])*[^"]*$)',I="(?=(?:[^']*['][^']*['])*[^']*$)",C="(?![^\\x28]*\\x29)",F="(?![^\\x5b]*\\x5d)",D={HasEscapes:RegExp("\\\\"),HexNumbers:RegExp("^[0-9a-fA-F]"),EscOrQuote:RegExp("^\\\\|[\\x22\\x27]"),RegExpChar:RegExp("(?:(?!\\\\)[\\\\^$.*+?()[\\]{}|\\/])","g"),TrimSpaces:RegExp("[\\r\\n\\f]|^"+S+"+|"+S+"+$","g"),CommaGroup:RegExp("(\\s*,\\s*)"+F+C,"g"),SplitGroup:RegExp("((?:\\x28[^\\x29]*\\x29|\\[[^\\]]*\\]|\\\\.|[^,])+)","g"),FixEscapes:RegExp("\\\\([0-9a-fA-F]{1,6}"+S+"?|.)|([\\x22\\x27])","g"),CombineWSP:RegExp("[\\n\\r\\f\\x20]+"+I+k,"g"),TabCharWSP:RegExp("(\\x20?\\t+\\x20?)"+I+k,"g"),PseudosWSP:RegExp("\\s+([-+])\\s+"+F,"g")},N={combinator:RegExp("\\s?([>+~])\\s?","g"),apimethods:RegExp("^(?:[a-z]+|\\*)\\|","i"),namespaces:RegExp("(\\*|[a-z]+)\\|[-a-z]+","i")},O="(dir|lang)\\x28\\s?([-\\w]{2,})\\s?(?:\\x29|$)",j="(matches|not)\\x28\\s?([^()]*|[^\\x28]*\\x28[^\\x29]*\\x29)\\s?(?:\\x29|$)",B="(link|visited|target)\\b",P="(hover|active|focus|focus-within)\\b",M="(root|empty|(?:(?:first|last|only)(?:-child|-of-type)))\\b",R="(enabled|disabled|read-only|read-write|placeholder-shown|default)\\b",L="(checked|indeterminate|required|optional|valid|invalid|in-range|out-of-range)\\b",H="(after|before|first-letter|first-line|-webkit-[-a-zA-Z0-9]{2,})\\b",U=":(after|before|first-letter|first-line|selection|placeholder)\\b",z={treestruct:RegExp("^:(?:"+"(nth(?:-last)?(?:-child|-of-type))(?:\\x28\\s?(even|odd|(?:[-+]?\\d*)(?:n\\s?[-+]?\\s?\\d*)?)\\s?(?:\\x29|$))"+")(.*)","i"),structural:RegExp("^:(?:"+M+")(.*)","i"),linguistic:RegExp("^:(?:"+O+")(.*)","i"),useraction:RegExp("^:(?:"+P+")(.*)","i"),inputstate:RegExp("^:(?:"+R+")(.*)","i"),inputvalue:RegExp("^:(?:"+L+")(.*)","i"),locationpc:RegExp("^:(?:"+B+")(.*)","i"),logicalsel:RegExp("^:(?:"+j+")(.*)","i"),pseudo_dbl:RegExp("^:(?:"+H+")(.*)","i"),pseudo_sng:RegExp("^:(?:"+U+")(.*)","i"),children:RegExp("^"+S+"?\\>"+S+"?(.*)"),adjacent:RegExp("^"+S+"?\\+"+S+"?(.*)"),relative:RegExp("^"+S+"?\\~"+S+"?(.*)"),ancestor:RegExp("^"+S+"+(.*)"),universal:RegExp("^\\*(.*)"),namespace:RegExp("^(\\w+|\\*)?\\|(.*)")},q=RegExp("^[\\u0591-\\u08ff\\ufb1d-\\ufdfd\\ufe70-\\ufefc ]+$"),V="Not enough arguments",W=" is not a valid selector",K=RegExp("(:nth(?:-last)?-child)","i"),$=RegExp("(:nth(?:-last)?-of-type)","i"),G={IDS_DUPES:!0,LIVECACHE:!1,MIXEDCASE:!0,LOGERRORS:!0,VERBOSITY:!0},Y={"=":1,"^=":1,"$=":1,"|=":1,"*=":1,"~=":1},X={accept:1,"accept-charset":1,align:1,alink:1,axis:1,bgcolor:1,charset:1,checked:1,clear:1,codetype:1,color:1,compact:1,declare:1,defer:1,dir:1,direction:1,disabled:1,enctype:1,face:1,frame:1,hreflang:1,"http-equiv":1,lang:1,language:1,link:1,media:1,method:1,multiple:1,nohref:1,noresize:1,noshade:1,nowrap:1,readonly:1,rel:1,rev:1,rules:1,scope:1,scrolling:1,selected:1,shape:1,target:1,text:1,type:1,valign:1,valuetype:1,vlink:1},Q={},Z={},J={"=":{p1:"^",p2:"$",p3:"true"},"^=":{p1:"^",p2:"",p3:"true"},"$=":{p1:"",p2:"$",p3:"true"},"*=":{p1:"",p2:"",p3:"true"},"|=":{p1:"^",p2:"(-|$)",p3:"true"},"~=":{p1:"(^|\\s)",p2:"(\\s|$)",p3:"true"}},ee=function(e,t){for(var r=0,i=e.length,n=Array(i);i>r&&!1!==t(n[r]=e[r]);)++r;return n},te=function(e,t){for(var r=-1,i=t.length;i--;)e[e.length]=t[++r];return e},re=function(e,t){return ie||e!==t?4&e.compareDocumentPosition(t)?-1:1:(ie=!0,0)},ie=!1,ne=function(e){for(var t=0,r=-1,i=e.length+1,n=[];--i;)e[t++]!==e[t]&&(n[++r]=e[t-1]);return ie=!1,n},oe=function(e,t){var r=_;return _=e.ownerDocument||e,(t||r!==_)&&(T=_.documentElement,u=ge(_),s=u&&_.compatMode.indexOf("CSS")<0,a=T&&T.namespaceURI,Ue.doc=_,Ue.root=T),Ue.from=e},ae=function(e){return D.HasEscapes.test(e)?e.replace(D.FixEscapes,function(e,t,r){return r||(D.HexNumbers.test(t)?(i=parseInt(t,16))<1||i>1114111||i>55295&&i<57344?"�":i<65536?String.fromCharCode(i):String.fromCodePoint?String.fromCodePoint(i):String.fromCharCode(55296+(i-65536>>10),(i-65536)%1024+56320):D.EscOrQuote.test(t)?e:t);var i}):e},se="getElementById",ue="getElementsByTagName",le="getElementsByClassName",pe={"#":function(e,t){return D.HasEscapes.test(t)&&(t=ae(t)),function(r,i){return ce(t,e)}},"*":function(e,t){return D.HasEscapes.test(t)&&(t=ae(t)),function(r,i){return de(t,e)}},".":function(e,t){return D.HasEscapes.test(t)&&(t=ae(t)),function(r,i){return he(t,e)}}},ce=function(e,t){var r,n,o=se;if(!1===G.IDS_DUPES){if(o in t)return(r=t[o](e))?[r]:Pe}else if("all"in t){if(r=t.all[e]){if(1==r.nodeType)return r.getAttribute("id")!=e?[]:[r];if("length"==e)return(r=t[o](e))?[r]:Pe;for(i=0,l=r.length,n=[];l>i;++i)r[i].id==e&&(n[n.length]=r[i]);return n&&n.length?n:[n]}return Pe}return function(e,t){for(var r=t,i=[],n=r.firstElementChild;r=n;)if(r.id==e&&(i[i.length]=r),!(n=r.firstElementChild||r.nextElementSibling))for(;!n&&(r=r.parentElement)&&r!==t;)n=r.nextElementSibling;return i}(e,t)},de=function(e,t){var r,i,n=ue;if(n in t)return t[n](e);if(r=t.firstElementChild){if(e=e.toLowerCase(),!r.nextElementSibling&&"*"!=e&&r.nodeName.toLowerCase()!=e)return r[n](e);i=[];do{"*"!=e&&r.nodeName.toLowerCase()!=e||(i[i.length]=r),te(i,r[n](e))}while(r=r.nextElementSibling)}else i=Pe;return i},he=function(e,t){var r,i,n,o=le;if(o in t)return t[o](e);if(r=t.firstElementChild){if(n=RegExp("(^|\\s)"+e+"(\\s|$)",s?"i":""),!r.nextElementSibling&&!n.test(r.className))return r[o](e);i=[];do{n.test(r.className)&&(i[i.length]=r),te(i,r[o](e))}while(r=r.nextElementSibling)}else i=Pe;return i},me=(v=0,b=0,y=0,w=void 0,E=Array(),x=Array(),function(e,t){if(2==t)return v=0,b=0,y=0,x.length=0,E.length=0,w=void 0,-1;var r,i,n,o,a;if(w===e.parentElement)i=y,n=v,a=b;else{for(a=E.length,w=e.parentElement,i=-1,n=0,o=a-1;a>n;++n,--o){if(E[n]===w){i=n;break}if(E[o]===w){i=o;break}}if(i<0){for(E[i=a]=w,a=0,x[i]=Array(),r=w&&w.firstElementChild||e;r;)x[i][a]=r,r===e&&(n=a),r=r.nextElementSibling,++a;if(y=i,v=0,b=a,a<2)return a}else a=x[i].length,y=i}if(e!==x[i][n]&&e!==x[i][n=0])for(n=0,r=x[i],o=a-1;a>n&&r[n]!==e;++n,--o)if(r[o]===e){n=o;break}return v=n+1,b=a,t?a-n:v}),fe=function(){var e=0,t=0,r=0,i=void 0,n=Array(),o=Array();return function(a,s){if(2==s)return e=0,t=0,r=0,o.length=0,n.length=0,i=void 0,-1;var u,l,p,c,d,h=a.nodeName;if(o[r]&&o[r][h]&&i===a.parentElement)l=r,p=e,d=t;else{for(d=n.length,i=a.parentElement,l=-1,p=0,c=d-1;d>p;++p,--c){if(n[p]===i){l=p;break}if(n[c]===i){l=c;break}}if(l<0||!o[l][h]){for(n[l=d]=i,o[l]||(o[l]=Object()),d=0,o[l][h]=Array(),u=i&&i.firstElementChild||a;u;)u===a&&(p=d),u.nodeName==h&&(o[l][h][d]=u,++d),u=u.nextElementSibling;if(r=l,e=p,t=d,d<2)return d}else d=o[l][h].length,r=l}if(a!==o[l][h][p]&&a!==o[l][h][p=0])for(p=0,u=o[l][h],c=d-1;d>p&&u[p]!==a;++p,--c)if(u[c]===a){p=c;break}return e=p+1,t=d,s?d-p:e}}(),ge=function(e){var t=e.ownerDocument||e;return 9==t.nodeType&&"contentType"in t?t.contentType.indexOf("/html")>0:"DIV"==t.createElement("DiV").nodeName},ve=function(e,r){if(G.VERBOSITY)throw r?new r(e):new t.DOMException(e,"SyntaxError");G.LOGERRORS&&console&&console.log&&console.log(e)},be=function(){var e="(?=[^0-9])(?:-{2}|[a-zA-Z0-9-_]|[^\\x00-\\x9f]|\\\\[^\\r\\n\\f0-9a-fA-F]|\\\\[0-9a-fA-F]{1,6}(?:\\r\\n|\\s)?|\\\\.)+",t="(?:[-+]?\\d*)(?:n\\s?[-+]?\\s?\\d*)",r=e+"|\"[^\"\\\\]*(?:\\\\.[^\"\\\\]*)*(?:\"|$)|'[^'\\\\]*(?:\\\\.[^'\\\\]*)*(?:'|$)",i="\\[(?:\\*\\|)?"+S+"?("+e+"(?::"+e+")?)"+S+"?(?:("+A.operators+")"+S+"?(?:"+r+"))?"+S+"?(i)?"+S+"?(?:\\]|$)",a=i.replace(r,"([\\x22\\x27]?)((?!\\3)*|(?:\\\\?.)*?)(?:\\3|$)"),s="(?="+S+"?[^>+~(){}<>])(?:(?:\\*|\\|)|(?:[.#]?"+e+")+|(?:"+i+")+|(?:::?[-\\w]+"+("(?:\\x28"+S+"*(?:"+t+"?)?|(?:\\*|\\|)|(?:(?::[-\\w]+(?:\\x28"+t+"?(?:\\x29|$))?|)|(?:[.#]?"+e+")|(?:"+i+"))+|(?:"+S+"?,"+S+"?)|(?:"+S+"?)|(?:\\x29|$))*")+")|(?:"+S+"?"+A.combinators+S+"?)|(?:"+S+"?,"+S+"?)|(?:"+S+"?))+";n=RegExp("(?:([.:#*]?)("+e+")(?::[-\\w]+|\\[[^\\]]+(?:\\]|$)|\\x28[^\\x29]+(?:\\x29|$))*)$"),o=RegExp(s,"g"),z.id=RegExp("^#("+e+")(.*)"),z.tagName=RegExp("^("+e+")(.*)"),z.className=RegExp("^\\.("+e+")(.*)"),z.attribute=RegExp("^(?:"+a+")(.*)")},ye="var e,n,o,j=r.length-1,k=-1",we="if(f(c[k])){break main;}",Ee=[],xe=[],_e=function(e,t,r){var i,n,o="",a="",s="",u="";switch(t){case!0:if(Re[e])return Re[e];s="r[++j]=c[k];"+(r?we:"")+"continue main;",o=ye,a="main:while((e=c[++k]))";break;case!1:if(Me[e])return Me[e];s=(r?"f(c);":"")+"r=true;",o="var e,n,o",a="e=c;";break;case null:if(Re[e])return Re[e];s="r[++j]=c.item(k);"+(r?"if(f(c.item(k))){break main;}":"")+"continue main;",o=ye,a="main:while((e=c.item(++k)))"}return n=Te(e,s,t,r,!1),a+=t||null===t?"{"+n+"}":n,(t||null===t&&e.includes(":nth"))&&(a+=K.test(e)?"s.nthElement(null, 2);":"",a+=$.test(e)?"s.nthOfType(null, 2);":""),(Ee[0]||xe[0])&&(u=","+(Ee.join(",")||xe.join(",")),Ee.length=0,xe.length=0),i=Function("s",'"use strict";return function Resolver(c,f,x,r){'+o+u+";"+a+"return r;}")(Ue),t||null===t?Re[e]=i:Me[e]=i},Te=function(e,t,r,i,n){var o,l,p,c,d,h,m,v,b,y,w,E,x,S,A,k,I,C,F,O,j,B,P,M=n?"!":"",R=n?"":"!",L=e;for(C=r?g:f,L=L.replace(N.combinator,"$1");L;){switch(A=N.apimethods.test(L)?"|":L[0]){case"*":E=L.match(z.universal),"!"==M&&(t="if("+M+"true){"+t+"}");break;case"#":t="if("+M+"(/^"+(E=L.match(z.id))[1]+'$/.test(e.getAttribute("id")))){'+t+"}";break;case".":E=L.match(z.className),y=(s?"i":"")+'.test(e.getAttribute("class"))',t="if("+M+"(/(^|\\s)"+E[1]+"(\\s|$)/"+y+")){"+t+"}";break;case/[a-z]/i.test(A)?A:void 0:E=L.match(z.tagName),t="if("+M+"(e.nodeName"+(G.MIXEDCASE||(B=void 0,P=void 0,P="getElementsByTagNameNS",B=(j=(j=_).ownerDocument||j).documentElement.namespaceURI||"http://www.w3.org/1999/xhtml",j[P]("*","*").length-j[P](B,"*").length>0)?'.toLowerCase()=="'+E[1].toLowerCase()+'"':'=="'+E[1].toUpperCase()+'"')+")){"+t+"}";break;case"|":"*"==(E=L.match(z.namespace))[1]?t="if("+M+"true){"+t+"}":E[1]?"string"==typeof E[1]&&T.prefix==E[1]?t="if("+M+'(e.namespaceURI=="'+a+'")){'+t+"}":ve("'"+C+"'"+W):t="if("+M+"(!e.namespaceURI)){"+t+"}";break;case"[":if(b=(E=L.match(z.attribute))[0].match(N.namespaces),w=2==(w=(m=E[1]).split(":")).length?w[1]:w[0],E[2]&&!(k=J[E[2]]))return ve("'"+C+"'"+W),"";if(""===E[4])k="~="==E[2]?{p1:"^\\s",p2:"+$",p3:"true"}:E[2]in Y&&"~="!=E[2]?{p1:"^",p2:"$",p3:"true"}:k;else{if("~="==E[2]&&E[4].includes(" ")){t="if("+M+"false){"+t+"}";break}E[4]&&(E[4]=(O=E[4],D.HasEscapes.test(O)?O.replace(D.FixEscapes,function(e,t,r){return r?"\\"+r:D.HexNumbers.test(t)?function(e){if(e<1||e>1114111||e>55295&&e<57344)return"\\ufffd";if(e<65536){var t="000"+e.toString(16);return"\\u"+t.substr(t.length-4)}return"\\u"+(55296+(e-65536>>10)).toString(16)+"\\u"+((e-65536)%1024+56320).toString(16)}(parseInt(t,16)):D.EscOrQuote.test(t)?e:t}):O).replace(D.RegExpChar,"\\$&"))}I="i"==E[5]||u&&X[w.toLowerCase()]?"i":"",t="if("+M+"("+(E[2]?!E[4]&&Y[E[2]]&&"~="!=E[2]?'e.getAttribute("'+m+'")==""':"(/"+k.p1+E[4]+k.p2+"/"+I+').test(e.getAttribute("'+m+'"))=='+k.p3:b?'s.hasAttributeNS(e,"'+m+'")':'e.hasAttribute("'+m+'")')+")){"+t+"}";break;case"~":E=L.match(z.relative),t="n=e;while((e=e.previousElementSibling)){"+t+"}e=n;";break;case"+":E=L.match(z.adjacent),t="n=e;if((e=e.previousElementSibling)){"+t+"}e=n;";break;case"\t":case" ":E=L.match(z.ancestor),t="n=e;while((e=e.parentElement)){"+t+"}e=n;";break;case">":E=L.match(z.children),t="n=e;if((e=e.parentElement)){"+t+"}e=n;";break;case A in Q?A:void 0:E[E.length-1]="*",t=Q[A](E)+t;break;case":":if(E=L.match(z.structural))switch(E[1]=E[1].toLowerCase(),E[1]){case"root":t="if("+M+"(e===s.root)){"+t+(r?"break main;":"")+"}";break;case"empty":t="n=e.firstChild;while(n&&!(/1|3/).test(n.nodeType)){n=n.nextSibling}if("+R+"n){"+t+"}";break;case"only-child":t="if("+M+"(!e.nextElementSibling&&!e.previousElementSibling)){"+t+"}";break;case"last-child":t="if("+M+"(!e.nextElementSibling)){"+t+"}";break;case"first-child":t="if("+M+"(!e.previousElementSibling)){"+t+"}";break;case"only-of-type":t="o=e.nodeName;n=e;while((n=n.nextElementSibling)&&n.nodeName!=o);if(!n){n=e;while((n=n.previousElementSibling)&&n.nodeName!=o);}if("+R+"n){"+t+"}";break;case"last-of-type":t="n=e;o=e.nodeName;while((n=n.nextElementSibling)&&n.nodeName!=o);if("+R+"n){"+t+"}";break;case"first-of-type":t="n=e;o=e.nodeName;while((n=n.previousElementSibling)&&n.nodeName!=o);if("+R+"n){"+t+"}";break;default:ve("'"+C+"'"+W)}else if(E=L.match(z.treestruct))switch(E[1]=E[1].toLowerCase(),E[1]){case"nth-child":case"nth-of-type":case"nth-last-child":case"nth-last-of-type":if(w=/-of-type/i.test(E[1]),E[1]&&E[2]){if(I=/last/i.test(E[1]),"n"==E[2]){t="if("+M+"true){"+t+"}";break}if("1"==E[2]){k=I?"next":"previous",t=w?"n=e;o=e.nodeName;while((n=n."+k+"ElementSibling)&&n.nodeName!=o);if("+R+"n){"+t+"}":"if("+M+"!e."+k+"ElementSibling){"+t+"}";break}"even"==E[2]||"2n0"==E[2]||"2n+0"==E[2]||"2n"==E[2]?k="n%2==0":"odd"==E[2]||"2n1"==E[2]||"2n+1"==E[2]?k="n%2==1":(c=/n/i.test(E[2]),p=E[2].split("n"),o=parseInt(p[0],10)||0,l=parseInt(p[1],10)||0,"-"==p[0]&&(o=-1),"+"==p[0]&&(o=1),k=(l?"(n"+(l>0?"-":"+")+Math.abs(l)+")":"n")+"%"+o+"==0",k=o>=1?c?"n>"+(l-1)+(1!=Math.abs(o)?"&&"+k:""):"n=="+o:o<=-1?c?"n<"+(l+1)+(1!=Math.abs(o)?"&&"+k:""):"n=="+o:0===o?p[0]?"n=="+l:"n>"+(l-1):"false"),t="n=s.nth"+(w=w?"OfType":"Element")+"(e,"+(I=I?"true":"false")+");if("+M+"("+k+")){"+t+"}"}else ve("'"+C+"'"+W);break;default:ve("'"+C+"'"+W)}else if(E=L.match(z.logicalsel))switch(E[1]=E[1].toLowerCase(),E[1]){case"matches":for(!0!==n&&!0!==v||ve(":matches() pseudo-class cannot be nested"),v=!0,w=E[2].replace(D.CommaGroup,",").replace(D.TrimSpaces,""),d=0,h=(w=E[2].match(D.SplitGroup)).length;h>d;++d)w[d]=w[d].replace(D.TrimSpaces,""),t='if(s.match("'+w[d].replace(/\x22/g,'\\"')+'",e)){'+t+"}";break;case"not":for(!0!==n&&!0!==v||ve(":not() pseudo-class cannot be nested"),w=E[2].replace(D.CommaGroup,",").replace(D.TrimSpaces,""),d=0,h=(w=E[2].match(D.SplitGroup)).length;h>d;++d)w[d]=w[d].replace(D.TrimSpaces,""),t=Te(w[d],t,!1,i,!0);break;default:ve("'"+C+"'"+W)}else if(E=L.match(z.linguistic))switch(E[1]=E[1].toLowerCase(),E[1]){case"dir":t="var p;if("+M+"((/"+E[2]+'/i.test(e.dir))||(p=s.ancestor("[dir]", e))&&(/'+E[2]+'/i.test(p.dir))||(e.dir==""||e.dir=="auto")&&('+("ltr"==E[2]?"!":"")+q+".test(e.textContent)))){"+t+"};";break;case"lang":w="(?:^|-)"+E[2]+"(?:-|$)",t="var p;if("+M+'((e.isConnected&&(e.lang==""&&(p=s.ancestor("[lang]",e)))&&(p.lang=="'+E[2]+'")||/'+w+"/i.test(e.lang)))){"+t+"};";break;default:ve("'"+C+"'"+W)}else if(E=L.match(z.locationpc))switch(E[1]=E[1].toLowerCase(),E[1]){case"link":t="if("+M+'(/^a|area|link$/i.test(e.nodeName)&&e.hasAttribute("href"))){'+t+"}";break;case"visited":t="if("+M+'(/^a|area|link$/i.test(e.nodeName)&&e.hasAttribute("href")&&e.visited)){'+t+"}";break;case"target":t="if("+M+"((s.doc.compareDocumentPosition(e)&16)&&s.doc.location.hash&&e.id==s.doc.location.hash.slice(1))){"+t+"}";break;default:ve("'"+C+"'"+W)}else if(E=L.match(z.useraction))switch(E[1]=E[1].toLowerCase(),E[1]){case"hover":t="hasFocus"in _&&_.hasFocus()?"if("+M+"(e===s.doc.hoverElement)){"+t+"}":"if("+R+"true){"+t+"}";break;case"active":t="hasFocus"in _&&_.hasFocus()?"if("+M+"(e===s.doc.activeElement)){"+t+"}":"if("+R+"true){"+t+"}";break;case"focus":t="hasFocus"in _?"if("+M+'(e===s.doc.activeElement&&s.doc.hasFocus()&&(e.type||e.href||typeof e.tabIndex=="number"))){'+t+"}":"if("+M+"(e===s.doc.activeElement&&(e.type||e.href))){"+t+"}";break;case"focus-within":t="hasFocus"in _?"n=s.doc.activeElement;while(e){if(e===n||e.parentNode===n)break;}if("+M+'(e===n&&s.doc.hasFocus()&&(e.type||e.href||typeof e.tabIndex=="number"))){'+t+"}":t;break;default:ve("'"+C+"'"+W)}else if(E=L.match(z.inputstate))switch(E[1]=E[1].toLowerCase(),E[1]){case"enabled":t="if("+M+'(("form" in e||/^optgroup$/i.test(e.nodeName))&&"disabled" in e &&e.disabled===false)){'+t+"}";break;case"disabled":t="if("+M+'(("form" in e||/^optgroup$/i.test(e.nodeName))&&"disabled" in e&&(e.disabled===true||(n=s.ancestor("fieldset",e))&&(n=s.first("legend",n))&&!n.contains(e)))){'+t+"}";break;case"read-only":t="if("+M+'((/^textarea$/i.test(e.nodeName)&&(e.readOnly||e.disabled))||("|password|text|".includes("|"+e.type+"|")&&e.readOnly))){'+t+"}";break;case"read-write":t="if("+M+'(((/^textarea$/i.test(e.nodeName)&&!e.readOnly&&!e.disabled)||("|password|text|".includes("|"+e.type+"|")&&!e.readOnly&&!e.disabled))||(e.hasAttribute("contenteditable")||(s.doc.designMode=="on")))){'+t+"}";break;case"placeholder-shown":t="if("+M+'((/^input|textarea$/i.test(e.nodeName))&&e.hasAttribute("placeholder")&&("|textarea|password|number|search|email|text|tel|url|".includes("|"+e.type+"|"))&&(!s.match(":focus",e)))){'+t+"}";break;case"default":t="if("+M+'("form" in e && e.form)){var x=0;n=[];if(e.type=="image")n=e.form.getElementsByTagName("input");if(e.type=="submit")n=e.form.elements;while(n[x]&&e!==n[x]){if(n[x].type=="image")break;if(n[x].type=="submit")break;x++;}}if('+M+'(e.form&&(e===n[x]&&"|image|submit|".includes("|"+e.type+"|"))||((/^option$/i.test(e.nodeName))&&e.defaultSelected)||(("|radio|checkbox|".includes("|"+e.type+"|"))&&e.defaultChecked))){'+t+"}";break;default:ve("'"+C+"'"+W)}else if(E=L.match(z.inputvalue))switch(E[1]=E[1].toLowerCase(),E[1]){case"checked":t="if("+M+'(/^input$/i.test(e.nodeName)&&("|radio|checkbox|".includes("|"+e.type+"|")&&e.checked)||(/^option$/i.test(e.nodeName)&&(e.selected||e.checked)))){'+t+"}";break;case"indeterminate":t="if("+M+'(/^progress$/i.test(e.nodeName)&&!e.hasAttribute("value"))||(/^input$/i.test(e.nodeName)&&("checkbox"==e.type&&e.indeterminate)||("radio"==e.type&&e.name&&!s.first("input[name="+e.name+"]:checked",e.form)))){'+t+"}";break;case"required":t="if("+M+"(/^input|select|textarea$/i.test(e.nodeName)&&e.required)){"+t+"}";break;case"optional":t="if("+M+"(/^input|select|textarea$/i.test(e.nodeName)&&!e.required)){"+t+"}";break;case"invalid":t="if("+M+'(((/^form$/i.test(e.nodeName)&&!e.noValidate)||(e.willValidate&&!e.formNoValidate))&&!e.checkValidity())||(/^fieldset$/i.test(e.nodeName)&&s.first(":invalid",e))){'+t+"}";break;case"valid":t="if("+M+'(((/^form$/i.test(e.nodeName)&&!e.noValidate)||(e.willValidate&&!e.formNoValidate))&&e.checkValidity())||(/^fieldset$/i.test(e.nodeName)&&s.first(":valid",e))){'+t+"}";break;case"in-range":t="if("+M+'(/^input$/i.test(e.nodeName))&&(e.willValidate&&!e.formNoValidate)&&(!e.validity.rangeUnderflow&&!e.validity.rangeOverflow)&&("|date|datetime-local|month|number|range|time|week|".includes("|"+e.type+"|"))&&("range"==e.type||e.getAttribute("min")||e.getAttribute("max"))){'+t+"}";break;case"out-of-range":t="if("+M+'(/^input$/i.test(e.nodeName))&&(e.willValidate&&!e.formNoValidate)&&(e.validity.rangeUnderflow||e.validity.rangeOverflow)&&("|date|datetime-local|month|number|range|time|week|".includes("|"+e.type+"|"))&&("range"==e.type||e.getAttribute("min")||e.getAttribute("max"))){'+t+"}";break;default:ve("'"+C+"'"+W)}else if(E=L.match(z.pseudo_sng))t="if("+R+"(e.nodeType==1)){"+t+"}";else if(E=L.match(z.pseudo_dbl))t="if("+R+"(e.nodeType==1)){"+t+"}";else{for(w in w=!1,S=!1,Z)if((E=L.match(Z[w].Expression))&&("match"in(x=Z[w].Callback(E,t,r,i))&&(E=x.match),F=x.modvar,r?F&&Ee.indexOf(F)<0&&(Ee[Ee.length]=F):F&&xe.indexOf(F)<0&&(xe[xe.length]=F),t=x.source,S=x.status))break;if(!S)return ve("unknown pseudo-class selector '"+L+"'"),"";if(!w)return ve("unknown token in selector '"+L+"'"),""}break;default:ve("'"+C+"'"+W)}if(!E)return ve("'"+C+"'"+W),"";L=E.pop()}return t},Se=function(e,t){return e.replace(/:scope/i,t.nodeName.toLowerCase()+(t.id?"#"+t.id:"")+(t.className?"."+t.classList[0]:""))},Ae=function(e,t,r){for(/:scope/i.test(e)&&(e=Se(e,t));t&&!Ce(e,t,r);)t=t.parentElement;return t},ke=function(e,t,r){for(var i=0,n=e.length,o=!1;n>i;++i)e[i](t,r,null,!1)&&(o=!0);return o},Ie=function(e,t){for(var r=0,i=e.length,n=[];i>r;++r)n[r]=_e(e[r],!1,t);return{factory:n}},Ce=function(e,t,r){var i,n;return t&&Le[e]?ke(Le[e].factory,t,r):(f=e,0===arguments.length?(ve(V,TypeError),!!G.VERBOSITY&&void 0):""===arguments[0]?(ve("''"+W),!!G.VERBOSITY&&void 0):("string"!=typeof e&&(e=""+e),/:scope/i.test(e)&&(e=Se(e,t)),(i=(n=e.replace(/\x00|\\$/g,"�").replace(D.CombineWSP," ").replace(D.PseudosWSP,"$1").replace(D.TabCharWSP,"\t").replace(D.CommaGroup,",").replace(D.TrimSpaces,"")).match(o))&&i.join("")==n?(i=n.match(D.SplitGroup),","==n[n.length-1]?(ve(W),!!G.VERBOSITY&&void 0):(Le[e]=Ie(i,r),ke(Le[e].factory,t,r))):(ve("'"+e+"'"+W),!!G.VERBOSITY&&void 0)))},Fe=function(e,t,r){return 0===arguments.length&&ve(V,TypeError),De(e,t,"function"==typeof r?function(e){return r(e),!1}:function(){return!1})[0]||null},De=function(e,t,r){var i,n,a,s;return t||(t=_),e&&(s=He[e])&&s.context===t&&s.callback===r?(n=Oe(s,t,r),G.LIVECACHE&&!/\[[^\]]*\]/.test(e)&&(s.results=n),"function"==typeof r?ee(n,r):n):(g=e,0===arguments.length?(ve(V,TypeError),G.VERBOSITY?void 0:Pe):""===arguments[0]?(ve("''"+W),G.VERBOSITY?void 0:Pe):(m!==t&&(m=oe(t)),"string"!=typeof e&&(e=""+e),/:scope/i.test(e)&&(e=Se(e,t)),(i=(a=e.replace(/\x00|\\$/g,"�").replace(D.CombineWSP," ").replace(D.PseudosWSP,"$1").replace(D.TabCharWSP,"\t").replace(D.CommaGroup,",").replace(D.TrimSpaces,"")).match(o))&&i.join("")==a?(i=a.match(D.SplitGroup),","==a[a.length-1]?(ve(W),!!G.VERBOSITY&&void 0):(He[e]=Be(i,t,r),n=Oe(He[e],t,r),"function"==typeof r?ee(n,r):n)):(ve("'"+e+"'"+W),!!G.VERBOSITY&&void 0)))},Ne=function(e,t){var r=t.index,i=t[1].length+t[2].length;return e.slice(0,r)+(" >+~".indexOf(e.charAt(r-1))>-1&&":[".indexOf(e.charAt(r+i+1))>-1?"*":"")+e.slice(r+i-("*"==t[1]?1:0))},Oe=function(e,t,r){var i,n,o,a,s=[],u=e.factory,l=e.htmlset,p=e.nodeset,c=e.results;for(i=0,n=0,o=p.length;o>i;++i)a=c&&l[i]?l[i]():pe[p[i][0]](t,p[i].slice(1))(),null!==u[i]?c&&l[i]&&(a.item||je(e,p[i],a))?++n:u[i](a,r,t,s):0!==a.length&&(1==a.length?s[s.length]=a[0]:te(s,a)),c&&l[i]?n==o&&(s=c):o>1&&s.length>1&&(s.sort(re),ie&&(s=ne(s)));return s},je=function(e,t,r){var i,n=0,o=0,a=r.length;if(0===a)return!1;if((i=pe[t[0]](e.context,t.slice(1))()).item&&r.item)for(;a>o;){if(i.item(o)!==r.item(n))return!1;++o,++n}else for(;a>o;){if(i[o]!==r[n])return!1;++o,++n}return i.length==n},Be=function(e,t,r){var i,o,a,s={},u=[],l=[],p=[];for(i=0,o=e.length;o>i;++i)!s[e[i]]&&(s[e[i]]=!0)&&((a=e[i].match(n))&&":"!=a[1]?(G.LIVECACHE&&!/\[[^\]]*\]/.test(e[i])&&(l[i]=pe[a[1]||"*"](t,a[2])),p[i]=(a[1]||"*")+a[2],e[i]=Ne(e[i],a)):a&&":"!=a[1]?(G.LIVECACHE&&!/\[[^\]]*\]/.test(e[i])&&(l[i]=pe["*"](t,"*")),p[i]="**"):p[i]="**",u[i]="*"==e[i]?null:_e(e[i],!0,null));return{callback:r,context:t,factory:u,htmlset:l,nodeset:p,results:null}},Pe=Array(),Me={},Re={},Le={},He={},Ue={doc:_,from:_,root:T,byTag:de,first:Fe,match:Ce,ancestor:Ae,nthOfType:fe,nthElement:me,hasAttributeNS:function(e,t){var r,i,n=e.getAttributeNames();for(u&&(t=t.toLowerCase()),r=0,i=n.length;i>r;++r)if(t==n[r].toLowerCase())return!0;return!1}},ze={lastMatched:f,lastSelected:g,matchLambdas:Me,selectLambdas:Re,matchResolvers:Le,selectResolvers:He,CFG:A,M_BODY:"",S_BODY:"r[++j]=c[k];",M_TEST:"f(c);",S_TEST:we,byId:ce,byTag:de,byClass:he,match:Ce,first:Fe,select:De,closest:Ae,compile:_e,configure:function(e,t){if("string"==typeof e)return!!G[e];if("object"!=typeof e)return G;for(var r in e)G[r]=!!e[r];return t&&(Le={},He={}),be(),!0},emit:ve,Config:G,Snapshot:Ue,Version:"nwsapi-2.1.4",install:function(t){p=Element.prototype.closest,c=Element.prototype.matches,d=Document.prototype.querySelector,h=Document.prototype.querySelectorAll,Element.prototype.closest=function(){var e=Object.getPrototypeOf(this).__proto__.__proto__.constructor.name;return"nodeType"in this||ve("'closest' called on an object that does not implement interface "+e+".",TypeError),arguments.length<1?Ae.apply(this,[]):arguments.length<2?Ae.apply(this,[arguments[0],this]):Ae.apply(this,[arguments[0],this,"function"==typeof arguments[1]?arguments[1]:void 0])},Element.prototype.matches=function(){var e=Object.getPrototypeOf(this).__proto__.__proto__.constructor.name;return"nodeType"in this||ve("'matches' called on an object that does not implement interface "+e+".",TypeError),arguments.length<1?Ce.apply(this,[]):arguments.length<2?Ce.apply(this,[arguments[0],this]):Ce.apply(this,[arguments[0],this,"function"==typeof arguments[1]?arguments[1]:void 0])},Element.prototype.querySelector=Document.prototype.querySelector=DocumentFragment.prototype.querySelector=function(){var e=Object.getPrototypeOf(this).__proto__.__proto__.constructor.name;return"nodeType"in this||ve("'querySelector' called on an object that does not implement interface "+e+".",TypeError),arguments.length<1?Fe.apply(this,[]):arguments.length<2?Fe.apply(this,[arguments[0],this]):Fe.apply(this,[arguments[0],this,"function"==typeof arguments[1]?arguments[1]:void 0])},Element.prototype.querySelectorAll=Document.prototype.querySelectorAll=DocumentFragment.prototype.querySelectorAll=function(){var e=Object.getPrototypeOf(this).__proto__.__proto__.constructor.name;return"nodeType"in this||ve("'querySelectorAll' called on an object that does not implement interface "+e+".",TypeError),arguments.length<1?De.apply(this,[]):arguments.length<2?De.apply(this,[arguments[0],this]):De.apply(this,[arguments[0],this,"function"==typeof arguments[1]?arguments[1]:void 0])},t&&document.addEventListener("load",function(t){var i,n,o,a,s=t.target;/iframe/i.test(s.nodeName)&&(i="("+r+")(this, "+e+");",(a=(n=s.contentDocument).createElement("script")).textContent=i+"NW.Dom.install()",(o=n.documentElement).removeChild(o.insertBefore(a,o.firstChild)))},!0)},uninstall:function(){Element.prototype.closest=p,Element.prototype.matches=c,Element.prototype.querySelector=Document.prototype.querySelector=DocumentFragment.prototype.querySelector=d,Element.prototype.querySelectorAll=Document.prototype.querySelectorAll=DocumentFragment.prototype.querySelectorAll=h},Operators:J,Selectors:Z,registerCombinator:function(e,t){for(var r,i=0,n=e.length;n>i;++i)if("="!=e[i]){r=e[i];break}A.combinators.indexOf(r)<0?(A.combinators=A.combinators.replace("](",r+"]("),A.combinators=A.combinators.replace("])",r+"])"),Q[e]=t,be()):console.warn("Warning: the '"+e+"' combinator is already registered.")},registerOperator:function(e,t){for(var r,i=0,n=e.length;n>i;++i)if("="!=e[i]){r=e[i];break}A.operators.indexOf(r)<0&&!J[e]?(A.operators=A.operators.replace("]=",r+"]="),J[e]=t,be()):console.warn("Warning: the '"+e+"' operator is already registered.")},registerSelector:function(e,t,r){Z[e]||(Z[e]={Expression:t,Callback:r})}};return function(e){be(),m=oe(e,!0)}(_),ze})},function(e,t,r){"use strict";const i=Symbol("is named property"),n=Symbol("named property tracker");function o(e,t,r){this.object=e,this.objectProxy=t,this.resolverFunc=r,this.trackedValues=new Map}t.create=function(e,t,r){if(e[n])throw Error("A NamedPropertiesTracker has already been created for this object");const i=new o(e,t,r);return e[n]=i,i},t.get=function(e){return e&&e[n]||null},o.prototype.track=function(e,t){if(null==e||""===e)return;let r=this.trackedValues.get(e);if(r||(r=new Set,this.trackedValues.set(e,r)),r.add(t),e in this.objectProxy)return;const n=function(e,t){const r=new Set;function n(){return e.trackedValues.get(t)||r}const o={enumerable:!0,configurable:!0,get:()=>e.resolverFunc(e.object,t,n),set(r){Object.defineProperty(e.object,t,{enumerable:!0,configurable:!0,writable:!0,value:r})}};return o.get[i]=!0,o.set[i]=!0,o}(this,e);Object.defineProperty(this.object,e,n)},o.prototype.untrack=function(e,t){if(null==e||""===e)return;const r=this.trackedValues.get(e);if(!r)return;if(!r.delete(t))return;if(0===r.size&&this.trackedValues.delete(e),r.size>0)return;const n=Object.getOwnPropertyDescriptor(this.object,e);n&&n.get&&!0===n.get[i]&&delete this.object[e]}},function(e,t,r){"use strict";const{SaxesParser:i}=r(484),n=r(8),o=r(77),a=r(87),s=r(154),u=r(118),l=r(155),p=r(78),c=r(42),{HTML_NS:d}=r(20),h=//i,m=/]+)/i;function v(e,t,r,i){return a.createImpl([],{ownerDocument:e,name:t,publicId:r,systemId:i})}function b(e,t){"template"===e.tagName&&e.namespaceURI===d?e._templateContents._insert(t,null):e._insert(t,null)}function y(e,t,r){const o=new i(r),a=[e];return o.ontext=r.fragment?e=>{b(a[a.length-1],p.createImpl([],{data:e,ownerDocument:t}))}:e=>{a.length>1&&b(a[a.length-1],p.createImpl([],{data:e,ownerDocument:t}))},o.oncdata=e=>{b(a[a.length-1],s.createImpl([],{data:e,ownerDocument:t}))},o.onopentag=e=>{const{local:r,uri:i,prefix:n,attributes:o}=e,s=t._createElementWithCorrectElementInterface(r,i);s._prefix=n||null,s._namespaceURI=i||null,"script"===r&&i===d&&(s._parserInserted=!0);for(const e of Object.keys(o)){const{prefix:t,local:r,uri:i,value:n}=o[e];c.setAttributeValue(s,r,n,""===t?null:t,""===i?null:i)}b(a[a.length-1],s),a.push(s)},o.onclosetag=()=>{const e=a.pop();"script"===e.localName&&e.namespaceURI===d&&e._eval()},o.oncomment=e=>{b(a[a.length-1],u.createImpl([],{data:e,ownerDocument:t}))},o.onprocessinginstruction=({target:e,body:r})=>{b(a[a.length-1],l.createImpl([],{target:e,data:r,ownerDocument:t}))},o.ondoctype=e=>{b(a[a.length-1],function(e,t){if(h.test(t))return v(e,"html","","");const r=m.exec(t);if(r)return v(e,r[1],r[2],r[3]);const i=f.exec(t);return i?v(e,i[1],"",i[2]):v(e,g.exec(t)[1]||"html","","")}(t,``));const r=//g;let i;for(;i=r.exec(e);){const[,e,t]=i;e in o.ENTITIES||(o.ENTITIES[e]=t)}},o.onerror=e=>{throw new n(e.message,"SyntaxError")},o}e.exports={parseFragment:function(e,t){const r=t._ownerDocument,i=o.createImpl([],{ownerDocument:r});return y(i,r,{xmlns:!0,fragment:!0,resolvePrefix:e=>t.lookupNamespaceURI(e)||void 0}).write(e).close(),i},parseIntoDocument:function(e,t){return y(t,t,{xmlns:!0}).write(e).close(),t}}},function(e,t,r){"use strict";const{isS:i,isChar:n,isNameStartChar:o,isNameChar:a,S_LIST:s,NAME_RE:u}=r(485),{isNCNameStartChar:l,isNCNameChar:p,NC_NAME_RE:c}=r(486),d="http://www.w3.org/XML/1998/namespace",h="http://www.w3.org/2000/xmlns/",m={__proto__:null,xml:d,xmlns:h},f={__proto__:null,amp:"&",gt:">",lt:"<",quot:'"',apos:"'"},g="sInitial",v="sBeginWhitespace",b="sDoctype",y="sDoctypeQuote",w="sDTD",E="sDTDQuoted",x="sDTDOpenWaka",_="sDTDOpenWakaBang",T="sDTDComment",S="sDTDCommentEnding",A="sDTDCommentEnded",k="sDTDPI",I="sDTDPIEnding",C="sText",F="sEntity",D="sOpenWaka",N="sOpenWakaBang",O="sComment",j="sCommentEnding",B="sCommentEnded",P="sCData",M="sCDataEnding",R="sCDataEnding2",L="sPIFirstChar",H="sPIRest",U="sPIBody",z="sPIEnding",q="sOpenTag",V="sOpenTagSlash",W="sAttrib",K="sAttribName",$="sAttribNameSawWhite",G="sAttribValue",Y="sAttribValueQuoted",X="sAttribValueClosed",Q="sAttribValueUnquoted",Z="sCloseTag",J="sCloseTagSawWhite",ee=1,te=2,re=3,ie=4,ne=5;t.EVENTS=["text","processinginstruction","doctype","comment","opentagstart","opentag","closetag","cdata","error","end","ready"];const oe=10,ae=13,se=32,ue=33,le=34,pe=38,ce=39,de=45,he=47,me=59,fe=60,ge=61,ve=62,be=63,ye=91,we=93;function Ee(e){return e===le||e===ce}const xe=[le,ce],_e=[...xe,ye,ve],Te=[...xe,fe,we],Se=[ge,be,...s],Ae=[...s,ve,pe,fe];function ke(e,t,r){switch(t){case"xml":r!==d&&e.fail(`xml prefix must be bound to ${d}.`);break;case"xmlns":r!==h&&e.fail(`xmlns prefix must be bound to ${h}.`)}switch(r){case h:e.fail(""===t?`the default namespace may not be set to ${r}.`:`may not assign a prefix (even "xmlns") to the URI ${h}.`);break;case d:switch(t){case"xml":break;case"":e.fail(`the default namespace may not be set to ${r}.`);break;default:e.fail("may not assign the xml namespace to another prefix.")}}}function Ie(e){return c.test(e)}function Ce(e){return u.test(e)}const Fe=0,De=1,Ne=2;t.SaxesParser=class{constructor(e){this._init(e)}_init(e){this.comment="",this.openWakaBang="",this.text="",this.name="",this.doctype="",this.piTarget="",this.piBody="",this.entity="",this.cdata="",this.xmlDeclName="",this.xmlDeclValue="",this.opt=e||{},this.closed=!1,this.xmlDecl={version:void 0,encoding:void 0,standalone:void 0},this.q=null,this.tags=[],this.tag=null,this.chunk="",this.chunkPosition=0,this.i=0,this.trailingCR=!1,this.forbiddenState=Fe,this.ENTITIES=Object.create(f),this.attribList=[];const t=this.fragmentOpt=!!this.opt.fragment;if(this.state=t?C:g,this.reportedTextBeforeRoot=this.reportedTextAfterRoot=this.closedRoot=this.sawRoot=t,this.xmlDeclPossible=!t,this.piIsXMLDecl=!1,this.xmlDeclState=ee,this.xmlDeclExpects=["version"],this.requiredSeparator=!1,this.entityReturnState=void 0,this.xmlnsOpt=!!this.opt.xmlns){this.nameStartCheck=l,this.nameCheck=p,this.isName=Ie,this.processAttribs=this.processAttribsNS,this.pushAttrib=this.pushAttribNS,this.ns=Object.assign({__proto__:null},m);const e=this.opt.additionalNamespaces;e&&(function(e,t){for(const r of Object.keys(t))ke(e,r,t[r])}(this,e),Object.assign(this.ns,e))}else this.nameStartCheck=o,this.nameCheck=a,this.isName=Ce,this.processAttribs=this.processAttribsPlain,this.pushAttrib=this.pushAttribPlain;this.trackPosition=!1!==this.opt.position,this.line=1,this.column=0,this.fileName=this.opt.fileName,this.onready()}get position(){return this.chunkPosition+this.i}ontext(){}onprocessinginstruction(){}ondoctype(){}oncomment(){}onopentagstart(){}onopentag(){}onclosetag(){}oncdata(){}onend(){}onready(){}onerror(e){throw new Error(e)}fail(e){const t=this.trackPosition?`${this.fileName}:${this.line}:${this.column}: ${e}`:e;return this.onerror(new Error(t)),this}write(e){if(this.closed)return this.fail("cannot write after close; assign an onready handler.");let t=!1;null===e&&(t=!0,e=""),"object"==typeof e&&(e=e.toString());let r=e.length;for(this.trailingCR&&(e=`\r${e}`),t||e[r-1]!==ae||(r--,this.trailingCR=!0),this.limit=r,this.chunk=e,this.i=0;this.i=55296&&r<=56319&&(r=65536+1024*(r-55296)+(e.charCodeAt(t+1)-56320),this.column++,i++),n(r)||this.fail("disallowed character.")}return this.i+=i,r}captureTo(e,t){const{chunk:r,limit:i,i:n}=this;for(;this.i" is disallowed in char data.'),n=Fe;break;default:n=Fe}}this.forbiddenState=n,this.text+=e.substring(r,void 0===i?void 0:this.i-(i<=65535?1:2))}handleTextOutsideRoot(){const{chunk:e,limit:t,i:r}=this;let n,o=!1;e:for(;this.i=7&&this.fail("incorrect syntax.")}}sDoctype(){const e=this.captureTo(_e,"doctype");e===ve?(this.state=C,0!==this.text.length&&this.closeText(),this.ondoctype(this.doctype),this.doctype=!0):e&&(this.doctype+=String.fromCodePoint(e),e===ye?this.state=w:Ee(e)&&(this.state=y,this.q=e))}sDoctypeQuote(){const{q:e}=this;this.captureToChar(e,"doctype")&&(this.doctype+=String.fromCodePoint(e),this.q=null,this.state=b)}sDTD(){const e=this.captureTo(Te,"doctype");e&&(this.doctype+=String.fromCodePoint(e),e===we?this.state=b:e===fe?this.state=x:Ee(e)&&(this.state=E,this.q=e))}sDTDQuoted(){const{q:e}=this;this.captureToChar(e,"doctype")&&(this.doctype+=String.fromCodePoint(e),this.state=w,this.q=null)}sDTDOpenWaka(){const e=this.getCode();switch(this.doctype+=String.fromCodePoint(e),e){case ue:this.state=_,this.openWakaBang="";break;case be:this.state=k;break;default:this.state=w}}sDTDOpenWakaBang(){const e=String.fromCodePoint(this.getCode()),t=this.openWakaBang+=e;this.doctype+=e,"-"!==t&&(this.state="--"===t?T:w,this.openWakaBang="")}sDTDComment(){this.captureToChar(de,"doctype")&&(this.doctype+="-",this.state=S)}sDTDCommentEnding(){const e=this.getCode();this.doctype+=String.fromCodePoint(e),this.state=e===de?A:T}sDTDCommentEnded(){const e=this.getCode();this.doctype+=String.fromCodePoint(e),e===ve?this.state=w:(this.fail("malformed comment."),this.state=T)}sDTDPI(){this.captureToChar(be,"doctype")&&(this.doctype+="?",this.state=I)}sDTDPIEnding(){const e=this.getCode();this.doctype+=String.fromCodePoint(e),e===ve&&(this.state=w)}sComment(){this.captureToChar(de,"comment")&&(this.state=j)}sCommentEnding(){const e=this.getCode();e===de?(this.state=B,0!==this.text.length&&this.closeText(),this.oncomment(this.comment),this.comment=""):(this.comment+=`-${String.fromCodePoint(e)}`,this.state=O)}sCommentEnded(){const e=this.getCode();e!==ve?(this.fail("malformed comment."),this.comment+=`--${String.fromCodePoint(e)}`,this.state=O):this.state=C}sCData(){this.captureToChar(we,"cdata")&&(this.state=M)}sCDataEnding(){const e=this.getCode();e===we?this.state=R:(this.cdata+=`]${String.fromCodePoint(e)}`,this.state=P)}sCDataEnding2(){const e=this.getCode();switch(e){case ve:0!==this.text.length&&this.closeText(),this.oncdata(this.cdata),this.cdata="",this.state=C;break;case we:this.cdata+="]";break;default:this.cdata+=`]]${String.fromCodePoint(e)}`,this.state=P}}sPIFirstChar(){const e=this.getCode();this.nameStartCheck(e)?(this.piTarget+=String.fromCodePoint(e),this.state=H):e===be||i(e)?(this.fail("processing instruction without a target."),this.state=e===be?z:U):(this.fail("disallowed character in processing instruction name."),this.piTarget+=String.fromCodePoint(e),this.state=H)}sPIRest(){const e=this.captureWhileNameCheck("piTarget");e===be||i(e)?(this.piIsXMLDecl="xml"===this.piTarget,this.piIsXMLDecl&&!this.xmlDeclPossible&&this.fail("an XML declaration must be at the start of the document."),this.state=e===be?z:U):e&&(this.fail("disallowed character in processing instruction name."),this.piTarget+=String.fromCodePoint(e))}sPIBody(){let e;if(this.piIsXMLDecl)switch(this.xmlDeclState){case ee:if(e=this.getCode(),i(e)?e=this.skipSpaces():this.requiredSeparator&&e!==be&&this.fail("whitespace required."),this.requiredSeparator=!1,e===be)return void(this.state=z);e&&(this.xmlDeclState=te,this.xmlDeclName=String.fromCodePoint(e));break;case te:if((e=this.captureTo(Se,"xmlDeclName"))===be)return void(this.state=z);if(i(e)||e===ge){if(!this.xmlDeclExpects.includes(this.xmlDeclName))switch(this.xmlDeclName.length){case 0:this.fail("did not expect any more name/value pairs.");break;case 1:this.fail(`expected the name ${this.xmlDeclExpects[0]}.`);break;default:this.fail(`expected one of ${this.xmlDeclExpects.join(", ")}`)}this.xmlDeclState=e===ge?ie:re}break;case re:if((e=this.getCode())===be)return void(this.state=z);i(e)||(e!==ge&&this.fail("value required."),this.xmlDeclState=ie);break;case ie:if((e=this.getCode())===be)return void(this.state=z);i(e)||(Ee(e)?this.q=e:(this.fail("value must be quoted."),this.q=se),this.xmlDeclState=ne);break;case ne:if((e=this.captureTo([this.q,be],"xmlDeclValue"))===be)return void(this.state=z);if(e){switch(this.xmlDeclName){case"version":/^1\.[0-9]+$/.test(this.xmlDeclValue)||this.fail("version number must match /^1\\.[0-9]+$/."),this.xmlDeclExpects=["encoding","standalone"],this.xmlDecl.version=this.xmlDeclValue;break;case"encoding":/^[A-Za-z][A-Za-z0-9._-]*$/.test(this.xmlDeclValue)||this.fail("encoding value must match /^[A-Za-z0-9][A-Za-z0-9._-]*$/."),this.xmlDeclExpects=["standalone"],this.xmlDecl.encoding=this.xmlDeclValue;break;case"standalone":"yes"!==this.xmlDeclValue&&"no"!==this.xmlDeclValue&&this.fail('standalone value must match "yes" or "no".'),this.xmlDeclExpects=[],this.xmlDecl.standalone=this.xmlDeclValue}this.xmlDeclName=this.xmlDeclValue="",this.xmlDeclState=ee,this.requiredSeparator=!0}break;default:throw new Error(this,`Unknown XML declaration state: ${this.xmlDeclState}`)}else 0===this.piBody.length?(e=this.getCode())===be?this.state=z:i(e)||(this.piBody=String.fromCodePoint(e)):this.captureToChar(be,"piBody")&&(this.state=z)}sPIEnding(){const e=this.getCode();this.piIsXMLDecl?e===ve?("xml"!==this.piTarget?this.fail("processing instructions are not allowed before root."):this.xmlDeclState!==ee?this.fail("XML declaration is incomplete."):this.xmlDeclExpects.includes("version")&&this.fail("XML declaration must contain a version."),this.xmlDeclName=this.xmlDeclValue="",this.requiredSeparator=!1,this.piTarget=this.piBody="",this.state=C):this.fail("The character ? is disallowed anywhere in XML declarations."):e===ve?("xml"===this.piTarget.trim().toLowerCase()&&this.fail("the XML declaration must appear at the start of the document."),0!==this.text.length&&this.closeText(),this.onprocessinginstruction({target:this.piTarget,body:this.piBody}),this.piTarget=this.piBody="",this.state=C):e===be?this.piBody+="?":(this.piBody+=`?${String.fromCodePoint(e)}`,this.state=U),this.xmlDeclPossible=!1}sOpenTag(){const e=this.captureNameChars();if(!e)return;const t=this.tag={name:this.name,attributes:Object.create(null)};switch(this.xmlnsOpt&&(t.ns=Object.create(null)),0!==this.text.length&&this.closeText(),this.onopentagstart(t),this.sawRoot=!0,!this.fragmentOpt&&this.closedRoot&&this.fail("documents may contain only one root."),e){case ve:this.openTag();break;case he:this.state=V;break;default:i(e)||this.fail("disallowed character in tag name."),this.state=W}}sOpenTagSlash(){this.getCode()===ve?this.openSelfClosingTag():(this.fail("forward-slash in opening tag not followed by >."),this.state=W)}sAttrib(){const e=this.skipSpaces();e&&(o(e)?(this.name=String.fromCodePoint(e),this.state=K):e===ve?this.openTag():e===he?this.state=V:this.fail("disallowed character in attribute name."))}pushAttribNS(e,t){const{prefix:r,local:i}=this.qname(e);if(this.attribList.push({name:e,prefix:r,local:i,value:t,uri:void 0}),"xmlns"===r){const e=t.trim();this.tag.ns[i]=e,ke(this,i,e)}else if("xmlns"===e){const e=t.trim();this.tag.ns[""]=e,ke(this,"",e)}}pushAttribPlain(e,t){this.attribList.push({name:e,value:t})}sAttribName(){const e=this.captureNameChars();e===ge?this.state=G:i(e)?this.state=$:e===ve?(this.fail("attribute without value."),this.pushAttrib(this.name,this.name),this.name=this.text="",this.openTag()):e&&this.fail("disallowed character in attribute name.")}sAttribNameSawWhite(){const e=this.skipSpaces();e&&(e===ge?this.state=G:(this.fail("attribute without value."),this.tag.attributes[this.name]="",this.text="",this.name="",e===ve?this.openTag():o(e)?(this.name=String.fromCodePoint(e),this.state=K):(this.fail("disallowed character in attribute name."),this.state=W)))}sAttribValue(){const e=this.getCode();Ee(e)?(this.q=e,this.state=Y):i(e)||(this.fail("unquoted attribute value."),this.state=Q,this.text=String.fromCodePoint(e))}sAttribValueQuoted(){const{q:e}=this,{chunk:t,limit:r,i:i}=this;for(;;){if(this.i>=r)return void(this.text+=t.substring(i));const n=this.getCode();if(n===e||n===pe||n===fe){const r=t.substring(i,this.i-(n<=65535?1:2));switch(n){case e:return this.pushAttrib(this.name,this.text+r),this.name=this.text="",this.q=null,void(this.state=X);case pe:return this.text+=r,this.state=F,void(this.entityReturnState=Y);default:return this.text+=r,void this.fail("disallowed character.")}}}}sAttribValueClosed(){const e=this.getCode();i(e)?this.state=W:e===ve?this.openTag():e===he?this.state=V:o(e)?(this.fail("no whitespace between attributes."),this.name=String.fromCodePoint(e),this.state=K):this.fail("disallowed character in attribute name.")}sAttribValueUnquoted(){const e=this.captureTo(Ae,"text");e===pe?(this.state=F,this.entityReturnState=Q):e===fe?this.fail("disallowed character."):e&&(this.text.includes("]]>")&&this.fail('the string "]]>" is disallowed in char data.'),this.pushAttrib(this.name,this.text),this.name=this.text="",e===ve?this.openTag():this.state=W)}sCloseTag(){const e=this.captureNameChars();e===ve?this.closeTag():i(e)?this.state=J:e&&this.fail("disallowed character in closing tag.")}sCloseTagSawWhite(){const e=this.skipSpaces();e===ve?this.closeTag():e&&this.fail("disallowed character in closing tag.")}sEntity(){if(this.captureToChar(me,"entity")){if(this.state=this.entityReturnState,""===this.entity)return this.fail("empty entity name."),void(this.text+="&;");this.text+=this.parseEntity(this.entity),this.entity=""}}end(){this.sawRoot||this.fail("document must contain a root element.");const{tags:e}=this;for(;e.length>0;){const t=e.pop();this.fail(`unclosed tag: ${t.name}`)}return this.state!==g&&this.state!==C&&this.fail("unexpected end."),0!==this.text.length&&this.closeText(),this.closed=!0,this.onend(),this._init(this.opt),this}closeText(){this.ontext(this.text),this.text=""}resolve(e){let t=this.tag.ns[e];if(void 0!==t)return t;const{tags:r}=this;for(let i=r.length-1;i>=0;i--)if(void 0!==(t=r[i].ns[e]))return t;if(t=this.ns[e])return t;const{resolvePrefix:i}=this.opt;return i?i(e):void 0}qname(e){const t=e.indexOf(":");if(-1===t)return{prefix:"",local:e};const r=e.substring(t+1),i=e.substring(0,t);return(""===i||""===r||r.includes(":"))&&this.fail(`malformed name: ${e}.`),{prefix:i,local:r}}processAttribsNS(){const{tag:e,attribList:t}=this,{name:r,attributes:i}=e;{const{prefix:t,local:i}=this.qname(r);e.prefix=t,e.local=i;const n=e.uri=this.resolve(t)||"";t&&("xmlns"===t&&this.fail('tags may not have "xmlns" as prefix.'),n||(this.fail(`unbound namespace prefix: ${JSON.stringify(t)}.`),e.uri=t))}if(0===t.length)return;const n=new Set;for(const e of t){const{name:t,prefix:r,local:o}=e;let a,s;""===r?(a="xmlns"===t?h:"",s=t):((a=this.resolve(r))||(this.fail(`unbound namespace prefix: ${JSON.stringify(r)}.`),a=r),s=`{${a}}${o}`),n.has(s)&&this.fail(`duplicate attribute: ${s}.`),n.add(s),e.uri=a,i[t]=e}this.attribList=[]}processAttribsPlain(){const{attribList:e,tag:{attributes:t}}=this;for(const{name:r,value:i}of e)t[r]&&this.fail(`duplicate attribute: ${r}.`),t[r]=i;this.attribList=[]}openTag(){this.processAttribs();const{tag:e,tags:t}=this;e.isSelfClosing=!1,this.onopentag(e),t.push(e),this.state=C,this.name=""}openSelfClosingTag(){this.processAttribs();const{tag:e,tags:t}=this;e.isSelfClosing=!0,this.onopentag(e),this.onclosetag(e),(this.tag=t[t.length-1])||(this.closedRoot=!0),this.state=C,this.name=""}closeTag(){const{tags:e,name:t}=this;if(this.state=C,this.name="",!t)return this.fail("weird empty close tag."),void(this.text+="");let r=e.length;for(;r-- >0;){const r=this.tag=e.pop();if(0!==this.text.length&&this.closeText(),this.onclosetag(r),r.name===t)break;this.fail("unexpected close tag.")}0===r?this.closedRoot=!0:r<0&&(this.fail(`unmatched closing tag: ${t}.`),this.text+=``)}parseEntity(e){if("#"!==e[0]){const t=this.ENTITIES[e];return t||(this.fail(this.isName(e)?"undefined entity.":"disallowed character in entity name."),`&${e};`)}let t=NaN;return"x"===e[1]&&/^#x[0-9a-f]+$/i.test(e)?t=parseInt(e.slice(2),16):/^#[0-9]+$/.test(e)&&(t=parseInt(e.slice(1),10)),n(t)?String.fromCodePoint(t):(this.fail("malformed character entity."),`&${e};`)}}},function(e,t,r){"use strict"; +/** + * Character classes and associated utilities for the 5th edition of XML 1.0. + * + * @author Louis-Dominique Dubeau + * @license MIT + * @copyright Louis-Dominique Dubeau + */Object.defineProperty(t,"__esModule",{value:!0}),t.CHAR="\t\n\r -퟿-�𐀀-􏿿",t.S=" \t\r\n",t.NAME_START_CHAR=":A-Z_a-zÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�𐀀-󯿿",t.NAME_CHAR="-"+t.NAME_START_CHAR+".0-9·̀-ͯ‿-⁀",t.CHAR_RE=new RegExp("^["+t.CHAR+"]$","u"),t.S_RE=new RegExp("^["+t.S+"]+$","u"),t.NAME_START_CHAR_RE=new RegExp("^["+t.NAME_START_CHAR+"]$","u"),t.NAME_CHAR_RE=new RegExp("^["+t.NAME_CHAR+"]$","u"),t.NAME_RE=new RegExp("^["+t.NAME_START_CHAR+"]["+t.NAME_CHAR+"]*$","u"),t.NMTOKEN_RE=new RegExp("^["+t.NAME_CHAR+"]+$","u");var i=9,n=10,o=13,a=32;function s(e){return e>=65&&e<=90||e>=97&&e<=122||58===e||95===e||8204===e||8205===e||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=767||e>=880&&e<=893||e>=895&&e<=8191||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039}t.S_LIST=[a,n,o,i],t.isChar=function(e){return e>=a&&e<=55295||e===n||e===o||e===i||e>=57344&&e<=65533||e>=65536&&e<=1114111},t.isS=function(e){return e===a||e===n||e===o||e===i},t.isNameStartChar=s,t.isNameChar=function(e){return s(e)||e>=48&&e<=57||45===e||46===e||183===e||e>=768&&e<=879||e>=8255&&e<=8256}},function(e,t,r){"use strict"; +/** + * Character class utilities for XML NS 1.0 edition 3. + * + * @author Louis-Dominique Dubeau + * @license MIT + * @copyright Louis-Dominique Dubeau + */function i(e){return e>=65&&e<=90||95===e||e>=97&&e<=122||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=767||e>=880&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039}Object.defineProperty(t,"__esModule",{value:!0}),t.NC_NAME_START_CHAR="A-Z_a-zÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�𐀀-󯿿",t.NC_NAME_CHAR="-"+t.NC_NAME_START_CHAR+".0-9·̀-ͯ‿-⁀",t.NC_NAME_START_CHAR_RE=new RegExp("^["+t.NC_NAME_START_CHAR+"]$","u"),t.NC_NAME_CHAR_RE=new RegExp("^["+t.NC_NAME_CHAR+"]$","u"),t.NC_NAME_RE=new RegExp("^["+t.NC_NAME_START_CHAR+"]["+t.NC_NAME_CHAR+"]*$","u"),t.isNCNameStartChar=i,t.isNCNameChar=function(e){return i(e)||45===e||46===e||e>=48&&e<=57||183===e||e>=768&&e<=879||e>=8255&&e<=8256}},function(e,t,r){"use strict";const{mixin:i}=r(5),n=r(75).implementation,o=r(153).implementation,a=r(14);class s extends n{constructor(e,t){super(e,t),this.nodeType=a.DOCUMENT_TYPE_NODE,this.name=t.name,this.publicId=t.publicId,this.systemId=t.systemId}}i(s.prototype,o.prototype),e.exports={implementation:s}},function(e,t,r){"use strict";const i=r(245).implementation,n=r(14);e.exports={implementation:class extends i{constructor(e,t){super(e,t),this.nodeType=n.CDATA_SECTION_NODE}}}},function(e,t,r){"use strict";const i=r(117).implementation,n=r(14);e.exports={implementation:class extends i{constructor(e,t){super(e,t),this.nodeType=n.COMMENT_NODE}}}},function(e,t,r){"use strict";const i=r(117).implementation,n=r(14);e.exports={implementation:class extends i{constructor(e,t){super(e,t),this.nodeType=n.PROCESSING_INSTRUCTION_NODE,this._target=t.target}get target(){return this._target}}}},function(e,t,r){"use strict";const i=r(247),n=r(87),o=r(77),a=r(78),s=r(118),u=r(42),l=r(14),p=r(254),c=r(248),d=c.prototype.pop,h=c.prototype.push;class m{constructor(e){this._documentImpl=e,this._currentElement=void 0;const t=this;c.prototype.push=function(...e){h.apply(this,e),t._currentElement=this.current;const r=this.items[this.stackTop];r._pushedOnStackOfOpenElements&&r._pushedOnStackOfOpenElements()},c.prototype.pop=function(...e){const r=this.items[this.stackTop];d.apply(this,e),t._currentElement=this.current,r._poppedOffStackOfOpenElements&&r._poppedOffStackOfOpenElements()}}_ownerDocument(){return this._currentElement?this._currentElement._ownerDocument:this._documentImpl}createDocument(){return this._documentImpl}createDocumentFragment(){return o.createImpl([],{ownerDocument:this._currentElement._ownerDocument})}createElement(e,t,r){const i=this._ownerDocument()._createElementWithCorrectElementInterface(e,t);return i._namespaceURI=t,this.adoptAttributes(i,r),"_parserInserted"in i&&(i._parserInserted=!0),i}createCommentNode(e){const t=this._ownerDocument();return s.createImpl([],{data:e,ownerDocument:t})}appendChild(e,t){e._append(t)}insertBefore(e,t,r){e._insert(t,r)}setTemplateContent(e,t){const{_ownerDocument:r,_host:i}=e._templateContents;t._ownerDocument=r,t._host=i,e._templateContents=t}setDocumentType(e,t,r,i){const o=this._ownerDocument(),a=n.createImpl([],{name:t,publicId:r,systemId:i,ownerDocument:o});e._append(a)}setDocumentMode(e,t){e._mode=t}detachNode(e){e.remove()}insertText(e,t){const{lastChild:r}=e;if(r&&r.nodeType===l.TEXT_NODE)r.data+=t;else{const r=this._ownerDocument(),i=a.createImpl([],{data:t,ownerDocument:r});e._append(i)}}insertTextBefore(e,t,r){const{previousSibling:i}=r;if(i&&i.nodeType===l.TEXT_NODE)i.data+=t;else{const i=this._ownerDocument(),n=a.createImpl([],{data:t,ownerDocument:i});e._append(n,r)}}adoptAttributes(e,t){for(const r of t){const t=""===r.prefix?null:r.prefix;u.setAttributeValue(e,r.name,r.value,t,r.namespace)}}}Object.assign(m.prototype,p),e.exports={parseFragment:function(e,t){const r=t._ownerDocument,n=Object.assign({},r._parseOptions,{treeAdapter:new m(r)});return i.parseFragment(t,e,n)},parseIntoDocument:function(e,t){const r=Object.assign({},t._parseOptions,{treeAdapter:new m(t)});return i.parse(e,r)}}},function(e,t,r){"use strict";const i=r(119),n=r(248),o=r(495),a=r(496),s=r(498),u=r(46),l=r(251),p=r(252),c=r(253),d=r(501),h=r(157),m=r(156),f=r(61),g=f.TAG_NAMES,v=f.NAMESPACES,b=f.ATTRS,y={scriptingEnabled:!0,sourceCodeLocationInfo:!1,onParseError:null,treeAdapter:l},w="hidden",E=8,x=3,_="INITIAL_MODE",T="BEFORE_HTML_MODE",S="BEFORE_HEAD_MODE",A="IN_HEAD_MODE",k="IN_HEAD_NO_SCRIPT_MODE",I="AFTER_HEAD_MODE",C="IN_BODY_MODE",F="TEXT_MODE",D="IN_TABLE_MODE",N="IN_TABLE_TEXT_MODE",O="IN_CAPTION_MODE",j="IN_COLUMN_GROUP_MODE",B="IN_TABLE_BODY_MODE",P="IN_ROW_MODE",M="IN_CELL_MODE",R="IN_SELECT_MODE",L="IN_SELECT_IN_TABLE_MODE",H="IN_TEMPLATE_MODE",U="AFTER_BODY_MODE",z="IN_FRAMESET_MODE",q="AFTER_FRAMESET_MODE",V="AFTER_AFTER_BODY_MODE",W="AFTER_AFTER_FRAMESET_MODE",K={[g.TR]:P,[g.TBODY]:B,[g.THEAD]:B,[g.TFOOT]:B,[g.CAPTION]:O,[g.COLGROUP]:j,[g.TABLE]:D,[g.BODY]:C,[g.FRAMESET]:z},$={[g.CAPTION]:D,[g.COLGROUP]:D,[g.TBODY]:D,[g.TFOOT]:D,[g.THEAD]:D,[g.COL]:j,[g.TR]:B,[g.TD]:P,[g.TH]:P},G={[_]:{[i.CHARACTER_TOKEN]:ue,[i.NULL_CHARACTER_TOKEN]:ue,[i.WHITESPACE_CHARACTER_TOKEN]:re,[i.COMMENT_TOKEN]:ne,[i.DOCTYPE_TOKEN]:function(e,t){e._setDocumentType(t);const r=t.forceQuirks?f.DOCUMENT_MODE.QUIRKS:c.getDocumentMode(t);c.isConforming(t)||e._err(h.nonConformingDoctype);e.treeAdapter.setDocumentMode(e.document,r),e.insertionMode=T},[i.START_TAG_TOKEN]:ue,[i.END_TAG_TOKEN]:ue,[i.EOF_TOKEN]:ue},[T]:{[i.CHARACTER_TOKEN]:le,[i.NULL_CHARACTER_TOKEN]:le,[i.WHITESPACE_CHARACTER_TOKEN]:re,[i.COMMENT_TOKEN]:ne,[i.DOCTYPE_TOKEN]:re,[i.START_TAG_TOKEN]:function(e,t){t.tagName===g.HTML?(e._insertElement(t,v.HTML),e.insertionMode=S):le(e,t)},[i.END_TAG_TOKEN]:function(e,t){const r=t.tagName;r!==g.HTML&&r!==g.HEAD&&r!==g.BODY&&r!==g.BR||le(e,t)},[i.EOF_TOKEN]:le},[S]:{[i.CHARACTER_TOKEN]:pe,[i.NULL_CHARACTER_TOKEN]:pe,[i.WHITESPACE_CHARACTER_TOKEN]:re,[i.COMMENT_TOKEN]:ne,[i.DOCTYPE_TOKEN]:ie,[i.START_TAG_TOKEN]:function(e,t){const r=t.tagName;r===g.HTML?Ie(e,t):r===g.HEAD?(e._insertElement(t,v.HTML),e.headElement=e.openElements.current,e.insertionMode=A):pe(e,t)},[i.END_TAG_TOKEN]:function(e,t){const r=t.tagName;r===g.HEAD||r===g.BODY||r===g.HTML||r===g.BR?pe(e,t):e._err(h.endTagWithoutMatchingOpenElement)},[i.EOF_TOKEN]:pe},[A]:{[i.CHARACTER_TOKEN]:he,[i.NULL_CHARACTER_TOKEN]:he,[i.WHITESPACE_CHARACTER_TOKEN]:ae,[i.COMMENT_TOKEN]:ne,[i.DOCTYPE_TOKEN]:ie,[i.START_TAG_TOKEN]:ce,[i.END_TAG_TOKEN]:de,[i.EOF_TOKEN]:he},[k]:{[i.CHARACTER_TOKEN]:me,[i.NULL_CHARACTER_TOKEN]:me,[i.WHITESPACE_CHARACTER_TOKEN]:ae,[i.COMMENT_TOKEN]:ne,[i.DOCTYPE_TOKEN]:ie,[i.START_TAG_TOKEN]:function(e,t){const r=t.tagName;r===g.HTML?Ie(e,t):r===g.BASEFONT||r===g.BGSOUND||r===g.HEAD||r===g.LINK||r===g.META||r===g.NOFRAMES||r===g.STYLE?ce(e,t):r===g.NOSCRIPT?e._err(h.nestedNoscriptInHead):me(e,t)},[i.END_TAG_TOKEN]:function(e,t){const r=t.tagName;r===g.NOSCRIPT?(e.openElements.pop(),e.insertionMode=A):r===g.BR?me(e,t):e._err(h.endTagWithoutMatchingOpenElement)},[i.EOF_TOKEN]:me},[I]:{[i.CHARACTER_TOKEN]:fe,[i.NULL_CHARACTER_TOKEN]:fe,[i.WHITESPACE_CHARACTER_TOKEN]:ae,[i.COMMENT_TOKEN]:ne,[i.DOCTYPE_TOKEN]:ie,[i.START_TAG_TOKEN]:function(e,t){const r=t.tagName;r===g.HTML?Ie(e,t):r===g.BODY?(e._insertElement(t,v.HTML),e.framesetOk=!1,e.insertionMode=C):r===g.FRAMESET?(e._insertElement(t,v.HTML),e.insertionMode=z):r===g.BASE||r===g.BASEFONT||r===g.BGSOUND||r===g.LINK||r===g.META||r===g.NOFRAMES||r===g.SCRIPT||r===g.STYLE||r===g.TEMPLATE||r===g.TITLE?(e._err(h.abandonedHeadElementChild),e.openElements.push(e.headElement),ce(e,t),e.openElements.remove(e.headElement)):r===g.HEAD?e._err(h.misplacedStartTagForHeadElement):fe(e,t)},[i.END_TAG_TOKEN]:function(e,t){const r=t.tagName;r===g.BODY||r===g.HTML||r===g.BR?fe(e,t):r===g.TEMPLATE?de(e,t):e._err(h.endTagWithoutMatchingOpenElement)},[i.EOF_TOKEN]:fe},[C]:{[i.CHARACTER_TOKEN]:ve,[i.NULL_CHARACTER_TOKEN]:re,[i.WHITESPACE_CHARACTER_TOKEN]:ge,[i.COMMENT_TOKEN]:ne,[i.DOCTYPE_TOKEN]:re,[i.START_TAG_TOKEN]:Ie,[i.END_TAG_TOKEN]:Ne,[i.EOF_TOKEN]:Oe},[F]:{[i.CHARACTER_TOKEN]:ae,[i.NULL_CHARACTER_TOKEN]:ae,[i.WHITESPACE_CHARACTER_TOKEN]:ae,[i.COMMENT_TOKEN]:re,[i.DOCTYPE_TOKEN]:re,[i.START_TAG_TOKEN]:re,[i.END_TAG_TOKEN]:function(e,t){t.tagName===g.SCRIPT&&(e.pendingScript=e.openElements.current);e.openElements.pop(),e.insertionMode=e.originalInsertionMode},[i.EOF_TOKEN]:function(e,t){e._err(h.eofInElementThatCanContainOnlyText),e.openElements.pop(),e.insertionMode=e.originalInsertionMode,e._processToken(t)}},[D]:{[i.CHARACTER_TOKEN]:je,[i.NULL_CHARACTER_TOKEN]:je,[i.WHITESPACE_CHARACTER_TOKEN]:je,[i.COMMENT_TOKEN]:ne,[i.DOCTYPE_TOKEN]:re,[i.START_TAG_TOKEN]:Be,[i.END_TAG_TOKEN]:Pe,[i.EOF_TOKEN]:Oe},[N]:{[i.CHARACTER_TOKEN]:function(e,t){e.pendingCharacterTokens.push(t),e.hasNonWhitespacePendingCharacterToken=!0},[i.NULL_CHARACTER_TOKEN]:re,[i.WHITESPACE_CHARACTER_TOKEN]:function(e,t){e.pendingCharacterTokens.push(t)},[i.COMMENT_TOKEN]:Re,[i.DOCTYPE_TOKEN]:Re,[i.START_TAG_TOKEN]:Re,[i.END_TAG_TOKEN]:Re,[i.EOF_TOKEN]:Re},[O]:{[i.CHARACTER_TOKEN]:ve,[i.NULL_CHARACTER_TOKEN]:re,[i.WHITESPACE_CHARACTER_TOKEN]:ge,[i.COMMENT_TOKEN]:ne,[i.DOCTYPE_TOKEN]:re,[i.START_TAG_TOKEN]:function(e,t){const r=t.tagName;r===g.CAPTION||r===g.COL||r===g.COLGROUP||r===g.TBODY||r===g.TD||r===g.TFOOT||r===g.TH||r===g.THEAD||r===g.TR?e.openElements.hasInTableScope(g.CAPTION)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(g.CAPTION),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=D,e._processToken(t)):Ie(e,t)},[i.END_TAG_TOKEN]:function(e,t){const r=t.tagName;r===g.CAPTION||r===g.TABLE?e.openElements.hasInTableScope(g.CAPTION)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(g.CAPTION),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=D,r===g.TABLE&&e._processToken(t)):r!==g.BODY&&r!==g.COL&&r!==g.COLGROUP&&r!==g.HTML&&r!==g.TBODY&&r!==g.TD&&r!==g.TFOOT&&r!==g.TH&&r!==g.THEAD&&r!==g.TR&&Ne(e,t)},[i.EOF_TOKEN]:Oe},[j]:{[i.CHARACTER_TOKEN]:Le,[i.NULL_CHARACTER_TOKEN]:Le,[i.WHITESPACE_CHARACTER_TOKEN]:ae,[i.COMMENT_TOKEN]:ne,[i.DOCTYPE_TOKEN]:re,[i.START_TAG_TOKEN]:function(e,t){const r=t.tagName;r===g.HTML?Ie(e,t):r===g.COL?(e._appendElement(t,v.HTML),t.ackSelfClosing=!0):r===g.TEMPLATE?ce(e,t):Le(e,t)},[i.END_TAG_TOKEN]:function(e,t){const r=t.tagName;r===g.COLGROUP?e.openElements.currentTagName===g.COLGROUP&&(e.openElements.pop(),e.insertionMode=D):r===g.TEMPLATE?de(e,t):r!==g.COL&&Le(e,t)},[i.EOF_TOKEN]:Oe},[B]:{[i.CHARACTER_TOKEN]:je,[i.NULL_CHARACTER_TOKEN]:je,[i.WHITESPACE_CHARACTER_TOKEN]:je,[i.COMMENT_TOKEN]:ne,[i.DOCTYPE_TOKEN]:re,[i.START_TAG_TOKEN]:function(e,t){const r=t.tagName;r===g.TR?(e.openElements.clearBackToTableBodyContext(),e._insertElement(t,v.HTML),e.insertionMode=P):r===g.TH||r===g.TD?(e.openElements.clearBackToTableBodyContext(),e._insertFakeElement(g.TR),e.insertionMode=P,e._processToken(t)):r===g.CAPTION||r===g.COL||r===g.COLGROUP||r===g.TBODY||r===g.TFOOT||r===g.THEAD?e.openElements.hasTableBodyContextInTableScope()&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=D,e._processToken(t)):Be(e,t)},[i.END_TAG_TOKEN]:function(e,t){const r=t.tagName;r===g.TBODY||r===g.TFOOT||r===g.THEAD?e.openElements.hasInTableScope(r)&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=D):r===g.TABLE?e.openElements.hasTableBodyContextInTableScope()&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=D,e._processToken(t)):(r!==g.BODY&&r!==g.CAPTION&&r!==g.COL&&r!==g.COLGROUP||r!==g.HTML&&r!==g.TD&&r!==g.TH&&r!==g.TR)&&Pe(e,t)},[i.EOF_TOKEN]:Oe},[P]:{[i.CHARACTER_TOKEN]:je,[i.NULL_CHARACTER_TOKEN]:je,[i.WHITESPACE_CHARACTER_TOKEN]:je,[i.COMMENT_TOKEN]:ne,[i.DOCTYPE_TOKEN]:re,[i.START_TAG_TOKEN]:function(e,t){const r=t.tagName;r===g.TH||r===g.TD?(e.openElements.clearBackToTableRowContext(),e._insertElement(t,v.HTML),e.insertionMode=M,e.activeFormattingElements.insertMarker()):r===g.CAPTION||r===g.COL||r===g.COLGROUP||r===g.TBODY||r===g.TFOOT||r===g.THEAD||r===g.TR?e.openElements.hasInTableScope(g.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=B,e._processToken(t)):Be(e,t)},[i.END_TAG_TOKEN]:function(e,t){const r=t.tagName;r===g.TR?e.openElements.hasInTableScope(g.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=B):r===g.TABLE?e.openElements.hasInTableScope(g.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=B,e._processToken(t)):r===g.TBODY||r===g.TFOOT||r===g.THEAD?(e.openElements.hasInTableScope(r)||e.openElements.hasInTableScope(g.TR))&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=B,e._processToken(t)):(r!==g.BODY&&r!==g.CAPTION&&r!==g.COL&&r!==g.COLGROUP||r!==g.HTML&&r!==g.TD&&r!==g.TH)&&Pe(e,t)},[i.EOF_TOKEN]:Oe},[M]:{[i.CHARACTER_TOKEN]:ve,[i.NULL_CHARACTER_TOKEN]:re,[i.WHITESPACE_CHARACTER_TOKEN]:ge,[i.COMMENT_TOKEN]:ne,[i.DOCTYPE_TOKEN]:re,[i.START_TAG_TOKEN]:function(e,t){const r=t.tagName;r===g.CAPTION||r===g.COL||r===g.COLGROUP||r===g.TBODY||r===g.TD||r===g.TFOOT||r===g.TH||r===g.THEAD||r===g.TR?(e.openElements.hasInTableScope(g.TD)||e.openElements.hasInTableScope(g.TH))&&(e._closeTableCell(),e._processToken(t)):Ie(e,t)},[i.END_TAG_TOKEN]:function(e,t){const r=t.tagName;r===g.TD||r===g.TH?e.openElements.hasInTableScope(r)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(r),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=P):r===g.TABLE||r===g.TBODY||r===g.TFOOT||r===g.THEAD||r===g.TR?e.openElements.hasInTableScope(r)&&(e._closeTableCell(),e._processToken(t)):r!==g.BODY&&r!==g.CAPTION&&r!==g.COL&&r!==g.COLGROUP&&r!==g.HTML&&Ne(e,t)},[i.EOF_TOKEN]:Oe},[R]:{[i.CHARACTER_TOKEN]:ae,[i.NULL_CHARACTER_TOKEN]:re,[i.WHITESPACE_CHARACTER_TOKEN]:ae,[i.COMMENT_TOKEN]:ne,[i.DOCTYPE_TOKEN]:re,[i.START_TAG_TOKEN]:He,[i.END_TAG_TOKEN]:Ue,[i.EOF_TOKEN]:Oe},[L]:{[i.CHARACTER_TOKEN]:ae,[i.NULL_CHARACTER_TOKEN]:re,[i.WHITESPACE_CHARACTER_TOKEN]:ae,[i.COMMENT_TOKEN]:ne,[i.DOCTYPE_TOKEN]:re,[i.START_TAG_TOKEN]:function(e,t){const r=t.tagName;r===g.CAPTION||r===g.TABLE||r===g.TBODY||r===g.TFOOT||r===g.THEAD||r===g.TR||r===g.TD||r===g.TH?(e.openElements.popUntilTagNamePopped(g.SELECT),e._resetInsertionMode(),e._processToken(t)):He(e,t)},[i.END_TAG_TOKEN]:function(e,t){const r=t.tagName;r===g.CAPTION||r===g.TABLE||r===g.TBODY||r===g.TFOOT||r===g.THEAD||r===g.TR||r===g.TD||r===g.TH?e.openElements.hasInTableScope(r)&&(e.openElements.popUntilTagNamePopped(g.SELECT),e._resetInsertionMode(),e._processToken(t)):Ue(e,t)},[i.EOF_TOKEN]:Oe},[H]:{[i.CHARACTER_TOKEN]:ve,[i.NULL_CHARACTER_TOKEN]:re,[i.WHITESPACE_CHARACTER_TOKEN]:ge,[i.COMMENT_TOKEN]:ne,[i.DOCTYPE_TOKEN]:re,[i.START_TAG_TOKEN]:function(e,t){const r=t.tagName;if(r===g.BASE||r===g.BASEFONT||r===g.BGSOUND||r===g.LINK||r===g.META||r===g.NOFRAMES||r===g.SCRIPT||r===g.STYLE||r===g.TEMPLATE||r===g.TITLE)ce(e,t);else{const i=$[r]||C;e._popTmplInsertionMode(),e._pushTmplInsertionMode(i),e.insertionMode=i,e._processToken(t)}},[i.END_TAG_TOKEN]:function(e,t){t.tagName===g.TEMPLATE&&de(e,t)},[i.EOF_TOKEN]:ze},[U]:{[i.CHARACTER_TOKEN]:qe,[i.NULL_CHARACTER_TOKEN]:qe,[i.WHITESPACE_CHARACTER_TOKEN]:ge,[i.COMMENT_TOKEN]:function(e,t){e._appendCommentNode(t,e.openElements.items[0])},[i.DOCTYPE_TOKEN]:re,[i.START_TAG_TOKEN]:function(e,t){t.tagName===g.HTML?Ie(e,t):qe(e,t)},[i.END_TAG_TOKEN]:function(e,t){t.tagName===g.HTML?e.fragmentContext||(e.insertionMode=V):qe(e,t)},[i.EOF_TOKEN]:se},[z]:{[i.CHARACTER_TOKEN]:re,[i.NULL_CHARACTER_TOKEN]:re,[i.WHITESPACE_CHARACTER_TOKEN]:ae,[i.COMMENT_TOKEN]:ne,[i.DOCTYPE_TOKEN]:re,[i.START_TAG_TOKEN]:function(e,t){const r=t.tagName;r===g.HTML?Ie(e,t):r===g.FRAMESET?e._insertElement(t,v.HTML):r===g.FRAME?(e._appendElement(t,v.HTML),t.ackSelfClosing=!0):r===g.NOFRAMES&&ce(e,t)},[i.END_TAG_TOKEN]:function(e,t){t.tagName!==g.FRAMESET||e.openElements.isRootHtmlElementCurrent()||(e.openElements.pop(),e.fragmentContext||e.openElements.currentTagName===g.FRAMESET||(e.insertionMode=q))},[i.EOF_TOKEN]:se},[q]:{[i.CHARACTER_TOKEN]:re,[i.NULL_CHARACTER_TOKEN]:re,[i.WHITESPACE_CHARACTER_TOKEN]:ae,[i.COMMENT_TOKEN]:ne,[i.DOCTYPE_TOKEN]:re,[i.START_TAG_TOKEN]:function(e,t){const r=t.tagName;r===g.HTML?Ie(e,t):r===g.NOFRAMES&&ce(e,t)},[i.END_TAG_TOKEN]:function(e,t){t.tagName===g.HTML&&(e.insertionMode=W)},[i.EOF_TOKEN]:se},[V]:{[i.CHARACTER_TOKEN]:Ve,[i.NULL_CHARACTER_TOKEN]:Ve,[i.WHITESPACE_CHARACTER_TOKEN]:ge,[i.COMMENT_TOKEN]:oe,[i.DOCTYPE_TOKEN]:re,[i.START_TAG_TOKEN]:function(e,t){t.tagName===g.HTML?Ie(e,t):Ve(e,t)},[i.END_TAG_TOKEN]:Ve,[i.EOF_TOKEN]:se},[W]:{[i.CHARACTER_TOKEN]:re,[i.NULL_CHARACTER_TOKEN]:re,[i.WHITESPACE_CHARACTER_TOKEN]:ge,[i.COMMENT_TOKEN]:oe,[i.DOCTYPE_TOKEN]:re,[i.START_TAG_TOKEN]:function(e,t){const r=t.tagName;r===g.HTML?Ie(e,t):r===g.NOFRAMES&&ce(e,t)},[i.END_TAG_TOKEN]:re,[i.EOF_TOKEN]:se}};function Y(e,t){let r=e.activeFormattingElements.getElementEntryInScopeWithTagName(t.tagName);return r?e.openElements.contains(r.element)?e.openElements.hasInScope(t.tagName)||(r=null):(e.activeFormattingElements.removeEntry(r),r=null):De(e,t),r}function X(e,t){let r=null;for(let i=e.openElements.stackTop;i>=0;i--){const n=e.openElements.items[i];if(n===t.element)break;e._isSpecialElement(n)&&(r=n)}return r||(e.openElements.popUntilElementPopped(t.element),e.activeFormattingElements.removeEntry(t)),r}function Q(e,t,r){let i=t,n=e.openElements.getCommonAncestor(t);for(let o=0,a=n;a!==r;o++,a=n){n=e.openElements.getCommonAncestor(a);const r=e.activeFormattingElements.getElementEntry(a),s=r&&o>=x;!r||s?(s&&e.activeFormattingElements.removeEntry(r),e.openElements.remove(a)):(a=Z(e,r),i===t&&(e.activeFormattingElements.bookmark=r),e.treeAdapter.detachNode(i),e.treeAdapter.appendChild(a,i),i=a)}return i}function Z(e,t){const r=e.treeAdapter.getNamespaceURI(t.element),i=e.treeAdapter.createElement(t.token.tagName,r,t.token.attrs);return e.openElements.replace(t.element,i),t.element=i,i}function J(e,t,r){if(e._isElementCausesFosterParenting(t))e._fosterParentElement(r);else{const i=e.treeAdapter.getTagName(t),n=e.treeAdapter.getNamespaceURI(t);i===g.TEMPLATE&&n===v.HTML&&(t=e.treeAdapter.getTemplateContent(t)),e.treeAdapter.appendChild(t,r)}}function ee(e,t,r){const i=e.treeAdapter.getNamespaceURI(r.element),n=r.token,o=e.treeAdapter.createElement(n.tagName,i,n.attrs);e._adoptNodes(t,o),e.treeAdapter.appendChild(t,o),e.activeFormattingElements.insertElementAfterBookmark(o,r.token),e.activeFormattingElements.removeEntry(r),e.openElements.remove(r.element),e.openElements.insertAfter(t,o)}function te(e,t){let r;for(let i=0;i0?(e.openElements.generateImpliedEndTagsThoroughly(),e.openElements.currentTagName!==g.TEMPLATE&&e._err(h.closingOfElementWithOpenChildElements),e.openElements.popUntilTagNamePopped(g.TEMPLATE),e.activeFormattingElements.clearToLastMarker(),e._popTmplInsertionMode(),e._resetInsertionMode()):e._err(h.endTagWithoutMatchingOpenElement)}function he(e,t){e.openElements.pop(),e.insertionMode=I,e._processToken(t)}function me(e,t){const r=t.type===i.EOF_TOKEN?h.openElementsLeftAfterEof:h.disallowedContentInNoscriptInHead;e._err(r),e.openElements.pop(),e.insertionMode=A,e._processToken(t)}function fe(e,t){e._insertFakeElement(g.BODY),e.insertionMode=C,e._processToken(t)}function ge(e,t){e._reconstructActiveFormattingElements(),e._insertCharacters(t)}function ve(e,t){e._reconstructActiveFormattingElements(),e._insertCharacters(t),e.framesetOk=!1}function be(e,t){e.openElements.hasInButtonScope(g.P)&&e._closePElement(),e._insertElement(t,v.HTML)}function ye(e,t){e.openElements.hasInButtonScope(g.P)&&e._closePElement(),e._insertElement(t,v.HTML),e.skipNextNewLine=!0,e.framesetOk=!1}function we(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,v.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}function Ee(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,v.HTML),e.activeFormattingElements.insertMarker(),e.framesetOk=!1}function xe(e,t){e._reconstructActiveFormattingElements(),e._appendElement(t,v.HTML),e.framesetOk=!1,t.ackSelfClosing=!0}function _e(e,t){e._appendElement(t,v.HTML),t.ackSelfClosing=!0}function Te(e,t){e._switchToTextParsing(t,i.MODE.RAWTEXT)}function Se(e,t){e.openElements.currentTagName===g.OPTION&&e.openElements.pop(),e._reconstructActiveFormattingElements(),e._insertElement(t,v.HTML)}function Ae(e,t){e.openElements.hasInScope(g.RUBY)&&e.openElements.generateImpliedEndTags(),e._insertElement(t,v.HTML)}function ke(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,v.HTML)}function Ie(e,t){const r=t.tagName;switch(r.length){case 1:r===g.I||r===g.S||r===g.B||r===g.U?we(e,t):r===g.P?be(e,t):r===g.A?function(e,t){const r=e.activeFormattingElements.getElementEntryInScopeWithTagName(g.A);r&&(te(e,t),e.openElements.remove(r.element),e.activeFormattingElements.removeEntry(r)),e._reconstructActiveFormattingElements(),e._insertElement(t,v.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}(e,t):ke(e,t);break;case 2:r===g.DL||r===g.OL||r===g.UL?be(e,t):r===g.H1||r===g.H2||r===g.H3||r===g.H4||r===g.H5||r===g.H6?function(e,t){e.openElements.hasInButtonScope(g.P)&&e._closePElement();const r=e.openElements.currentTagName;r!==g.H1&&r!==g.H2&&r!==g.H3&&r!==g.H4&&r!==g.H5&&r!==g.H6||e.openElements.pop(),e._insertElement(t,v.HTML)}(e,t):r===g.LI||r===g.DD||r===g.DT?function(e,t){e.framesetOk=!1;const r=t.tagName;for(let t=e.openElements.stackTop;t>=0;t--){const i=e.openElements.items[t],n=e.treeAdapter.getTagName(i);let o=null;if(r===g.LI&&n===g.LI?o=g.LI:r!==g.DD&&r!==g.DT||n!==g.DD&&n!==g.DT||(o=n),o){e.openElements.generateImpliedEndTagsWithExclusion(o),e.openElements.popUntilTagNamePopped(o);break}if(n!==g.ADDRESS&&n!==g.DIV&&n!==g.P&&e._isSpecialElement(i))break}e.openElements.hasInButtonScope(g.P)&&e._closePElement(),e._insertElement(t,v.HTML)}(e,t):r===g.EM||r===g.TT?we(e,t):r===g.BR?xe(e,t):r===g.HR?function(e,t){e.openElements.hasInButtonScope(g.P)&&e._closePElement(),e._appendElement(t,v.HTML),e.framesetOk=!1,e.ackSelfClosing=!0}(e,t):r===g.RB?Ae(e,t):r===g.RT||r===g.RP?function(e,t){e.openElements.hasInScope(g.RUBY)&&e.openElements.generateImpliedEndTagsWithExclusion(g.RTC),e._insertElement(t,v.HTML)}(e,t):r!==g.TH&&r!==g.TD&&r!==g.TR&&ke(e,t);break;case 3:r===g.DIV||r===g.DIR||r===g.NAV?be(e,t):r===g.PRE?ye(e,t):r===g.BIG?we(e,t):r===g.IMG||r===g.WBR?xe(e,t):r===g.XMP?function(e,t){e.openElements.hasInButtonScope(g.P)&&e._closePElement(),e._reconstructActiveFormattingElements(),e.framesetOk=!1,e._switchToTextParsing(t,i.MODE.RAWTEXT)}(e,t):r===g.SVG?function(e,t){e._reconstructActiveFormattingElements(),d.adjustTokenSVGAttrs(t),d.adjustTokenXMLAttrs(t),t.selfClosing?e._appendElement(t,v.SVG):e._insertElement(t,v.SVG),t.ackSelfClosing=!0}(e,t):r===g.RTC?Ae(e,t):r!==g.COL&&ke(e,t);break;case 4:r===g.HTML?function(e,t){0===e.openElements.tmplCount&&e.treeAdapter.adoptAttributes(e.openElements.items[0],t.attrs)}(e,t):r===g.BASE||r===g.LINK||r===g.META?ce(e,t):r===g.BODY?function(e,t){const r=e.openElements.tryPeekProperlyNestedBodyElement();r&&0===e.openElements.tmplCount&&(e.framesetOk=!1,e.treeAdapter.adoptAttributes(r,t.attrs))}(e,t):r===g.MAIN||r===g.MENU?be(e,t):r===g.FORM?function(e,t){const r=e.openElements.tmplCount>0;e.formElement&&!r||(e.openElements.hasInButtonScope(g.P)&&e._closePElement(),e._insertElement(t,v.HTML),r||(e.formElement=e.openElements.current))}(e,t):r===g.CODE||r===g.FONT?we(e,t):r===g.NOBR?function(e,t){e._reconstructActiveFormattingElements(),e.openElements.hasInScope(g.NOBR)&&(te(e,t),e._reconstructActiveFormattingElements()),e._insertElement(t,v.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}(e,t):r===g.AREA?xe(e,t):r===g.MATH?function(e,t){e._reconstructActiveFormattingElements(),d.adjustTokenMathMLAttrs(t),d.adjustTokenXMLAttrs(t),t.selfClosing?e._appendElement(t,v.MATHML):e._insertElement(t,v.MATHML),t.ackSelfClosing=!0}(e,t):r===g.MENU?function(e,t){e.openElements.hasInButtonScope(g.P)&&e._closePElement(),e._insertElement(t,v.HTML)}(e,t):r!==g.HEAD&&ke(e,t);break;case 5:r===g.STYLE||r===g.TITLE?ce(e,t):r===g.ASIDE?be(e,t):r===g.SMALL?we(e,t):r===g.TABLE?function(e,t){e.treeAdapter.getDocumentMode(e.document)!==f.DOCUMENT_MODE.QUIRKS&&e.openElements.hasInButtonScope(g.P)&&e._closePElement(),e._insertElement(t,v.HTML),e.framesetOk=!1,e.insertionMode=D}(e,t):r===g.EMBED?xe(e,t):r===g.INPUT?function(e,t){e._reconstructActiveFormattingElements(),e._appendElement(t,v.HTML);const r=i.getTokenAttr(t,b.TYPE);r&&r.toLowerCase()===w||(e.framesetOk=!1),t.ackSelfClosing=!0}(e,t):r===g.PARAM||r===g.TRACK?_e(e,t):r===g.IMAGE?function(e,t){t.tagName=g.IMG,xe(e,t)}(e,t):r!==g.FRAME&&r!==g.TBODY&&r!==g.TFOOT&&r!==g.THEAD&&ke(e,t);break;case 6:r===g.SCRIPT?ce(e,t):r===g.CENTER||r===g.FIGURE||r===g.FOOTER||r===g.HEADER||r===g.HGROUP||r===g.DIALOG?be(e,t):r===g.BUTTON?function(e,t){e.openElements.hasInScope(g.BUTTON)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(g.BUTTON)),e._reconstructActiveFormattingElements(),e._insertElement(t,v.HTML),e.framesetOk=!1}(e,t):r===g.STRIKE||r===g.STRONG?we(e,t):r===g.APPLET||r===g.OBJECT?Ee(e,t):r===g.KEYGEN?xe(e,t):r===g.SOURCE?_e(e,t):r===g.IFRAME?function(e,t){e.framesetOk=!1,e._switchToTextParsing(t,i.MODE.RAWTEXT)}(e,t):r===g.SELECT?function(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,v.HTML),e.framesetOk=!1,e.insertionMode===D||e.insertionMode===O||e.insertionMode===B||e.insertionMode===P||e.insertionMode===M?e.insertionMode=L:e.insertionMode=R}(e,t):r===g.OPTION?Se(e,t):ke(e,t);break;case 7:r===g.BGSOUND?ce(e,t):r===g.DETAILS||r===g.ADDRESS||r===g.ARTICLE||r===g.SECTION||r===g.SUMMARY?be(e,t):r===g.LISTING?ye(e,t):r===g.MARQUEE?Ee(e,t):r===g.NOEMBED?Te(e,t):r!==g.CAPTION&&ke(e,t);break;case 8:r===g.BASEFONT?ce(e,t):r===g.FRAMESET?function(e,t){const r=e.openElements.tryPeekProperlyNestedBodyElement();e.framesetOk&&r&&(e.treeAdapter.detachNode(r),e.openElements.popAllUpToHtmlElement(),e._insertElement(t,v.HTML),e.insertionMode=z)}(e,t):r===g.FIELDSET?be(e,t):r===g.TEXTAREA?function(e,t){e._insertElement(t,v.HTML),e.skipNextNewLine=!0,e.tokenizer.state=i.MODE.RCDATA,e.originalInsertionMode=e.insertionMode,e.framesetOk=!1,e.insertionMode=F}(e,t):r===g.TEMPLATE?ce(e,t):r===g.NOSCRIPT?e.options.scriptingEnabled?Te(e,t):ke(e,t):r===g.OPTGROUP?Se(e,t):r!==g.COLGROUP&&ke(e,t);break;case 9:r===g.PLAINTEXT?function(e,t){e.openElements.hasInButtonScope(g.P)&&e._closePElement(),e._insertElement(t,v.HTML),e.tokenizer.state=i.MODE.PLAINTEXT}(e,t):ke(e,t);break;case 10:r===g.BLOCKQUOTE||r===g.FIGCAPTION?be(e,t):ke(e,t);break;default:ke(e,t)}}function Ce(e,t){const r=t.tagName;e.openElements.hasInScope(r)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(r))}function Fe(e,t){const r=t.tagName;e.openElements.hasInScope(r)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(r),e.activeFormattingElements.clearToLastMarker())}function De(e,t){const r=t.tagName;for(let t=e.openElements.stackTop;t>0;t--){const i=e.openElements.items[t];if(e.treeAdapter.getTagName(i)===r){e.openElements.generateImpliedEndTagsWithExclusion(r),e.openElements.popUntilElementPopped(i);break}if(e._isSpecialElement(i))break}}function Ne(e,t){const r=t.tagName;switch(r.length){case 1:r===g.A||r===g.B||r===g.I||r===g.S||r===g.U?te(e,t):r===g.P?function(e){e.openElements.hasInButtonScope(g.P)||e._insertFakeElement(g.P),e._closePElement()}(e):De(e,t);break;case 2:r===g.DL||r===g.UL||r===g.OL?Ce(e,t):r===g.LI?function(e){e.openElements.hasInListItemScope(g.LI)&&(e.openElements.generateImpliedEndTagsWithExclusion(g.LI),e.openElements.popUntilTagNamePopped(g.LI))}(e):r===g.DD||r===g.DT?function(e,t){const r=t.tagName;e.openElements.hasInScope(r)&&(e.openElements.generateImpliedEndTagsWithExclusion(r),e.openElements.popUntilTagNamePopped(r))}(e,t):r===g.H1||r===g.H2||r===g.H3||r===g.H4||r===g.H5||r===g.H6?function(e){e.openElements.hasNumberedHeaderInScope()&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilNumberedHeaderPopped())}(e):r===g.BR?function(e){e._reconstructActiveFormattingElements(),e._insertFakeElement(g.BR),e.openElements.pop(),e.framesetOk=!1}(e):r===g.EM||r===g.TT?te(e,t):De(e,t);break;case 3:r===g.BIG?te(e,t):r===g.DIR||r===g.DIV||r===g.NAV||r===g.PRE?Ce(e,t):De(e,t);break;case 4:r===g.BODY?function(e){e.openElements.hasInScope(g.BODY)&&(e.insertionMode=U)}(e):r===g.HTML?function(e,t){e.openElements.hasInScope(g.BODY)&&(e.insertionMode=U,e._processToken(t))}(e,t):r===g.FORM?function(e){const t=e.openElements.tmplCount>0,r=e.formElement;t||(e.formElement=null),(r||t)&&e.openElements.hasInScope(g.FORM)&&(e.openElements.generateImpliedEndTags(),t?e.openElements.popUntilTagNamePopped(g.FORM):e.openElements.remove(r))}(e):r===g.CODE||r===g.FONT||r===g.NOBR?te(e,t):r===g.MAIN||r===g.MENU?Ce(e,t):De(e,t);break;case 5:r===g.ASIDE?Ce(e,t):r===g.SMALL?te(e,t):De(e,t);break;case 6:r===g.CENTER||r===g.FIGURE||r===g.FOOTER||r===g.HEADER||r===g.HGROUP||r===g.DIALOG?Ce(e,t):r===g.APPLET||r===g.OBJECT?Fe(e,t):r===g.STRIKE||r===g.STRONG?te(e,t):De(e,t);break;case 7:r===g.ADDRESS||r===g.ARTICLE||r===g.DETAILS||r===g.SECTION||r===g.SUMMARY||r===g.LISTING?Ce(e,t):r===g.MARQUEE?Fe(e,t):De(e,t);break;case 8:r===g.FIELDSET?Ce(e,t):r===g.TEMPLATE?de(e,t):De(e,t);break;case 10:r===g.BLOCKQUOTE||r===g.FIGCAPTION?Ce(e,t):De(e,t);break;default:De(e,t)}}function Oe(e,t){e.tmplInsertionModeStackTop>-1?ze(e,t):e.stopped=!0}function je(e,t){const r=e.openElements.currentTagName;r===g.TABLE||r===g.TBODY||r===g.TFOOT||r===g.THEAD||r===g.TR?(e.pendingCharacterTokens=[],e.hasNonWhitespacePendingCharacterToken=!1,e.originalInsertionMode=e.insertionMode,e.insertionMode=N,e._processToken(t)):Me(e,t)}function Be(e,t){const r=t.tagName;switch(r.length){case 2:r===g.TD||r===g.TH||r===g.TR?function(e,t){e.openElements.clearBackToTableContext(),e._insertFakeElement(g.TBODY),e.insertionMode=B,e._processToken(t)}(e,t):Me(e,t);break;case 3:r===g.COL?function(e,t){e.openElements.clearBackToTableContext(),e._insertFakeElement(g.COLGROUP),e.insertionMode=j,e._processToken(t)}(e,t):Me(e,t);break;case 4:r===g.FORM?function(e,t){e.formElement||0!==e.openElements.tmplCount||(e._insertElement(t,v.HTML),e.formElement=e.openElements.current,e.openElements.pop())}(e,t):Me(e,t);break;case 5:r===g.TABLE?function(e,t){e.openElements.hasInTableScope(g.TABLE)&&(e.openElements.popUntilTagNamePopped(g.TABLE),e._resetInsertionMode(),e._processToken(t))}(e,t):r===g.STYLE?ce(e,t):r===g.TBODY||r===g.TFOOT||r===g.THEAD?function(e,t){e.openElements.clearBackToTableContext(),e._insertElement(t,v.HTML),e.insertionMode=B}(e,t):r===g.INPUT?function(e,t){const r=i.getTokenAttr(t,b.TYPE);r&&r.toLowerCase()===w?e._appendElement(t,v.HTML):Me(e,t),t.ackSelfClosing=!0}(e,t):Me(e,t);break;case 6:r===g.SCRIPT?ce(e,t):Me(e,t);break;case 7:r===g.CAPTION?function(e,t){e.openElements.clearBackToTableContext(),e.activeFormattingElements.insertMarker(),e._insertElement(t,v.HTML),e.insertionMode=O}(e,t):Me(e,t);break;case 8:r===g.COLGROUP?function(e,t){e.openElements.clearBackToTableContext(),e._insertElement(t,v.HTML),e.insertionMode=j}(e,t):r===g.TEMPLATE?ce(e,t):Me(e,t);break;default:Me(e,t)}}function Pe(e,t){const r=t.tagName;r===g.TABLE?e.openElements.hasInTableScope(g.TABLE)&&(e.openElements.popUntilTagNamePopped(g.TABLE),e._resetInsertionMode()):r===g.TEMPLATE?de(e,t):r!==g.BODY&&r!==g.CAPTION&&r!==g.COL&&r!==g.COLGROUP&&r!==g.HTML&&r!==g.TBODY&&r!==g.TD&&r!==g.TFOOT&&r!==g.TH&&r!==g.THEAD&&r!==g.TR&&Me(e,t)}function Me(e,t){const r=e.fosterParentingEnabled;e.fosterParentingEnabled=!0,e._processTokenInBodyMode(t),e.fosterParentingEnabled=r}function Re(e,t){let r=0;if(e.hasNonWhitespacePendingCharacterToken)for(;r0?(e.openElements.popUntilTagNamePopped(g.TEMPLATE),e.activeFormattingElements.clearToLastMarker(),e._popTmplInsertionMode(),e._resetInsertionMode(),e._processToken(t)):e.stopped=!0}function qe(e,t){e.insertionMode=C,e._processToken(t)}function Ve(e,t){e.insertionMode=C,e._processToken(t)}e.exports=class{constructor(e){this.options=p(y,e),this.treeAdapter=this.options.treeAdapter,this.pendingScript=null,this.options.sourceCodeLocationInfo&&u.install(this,a),this.options.onParseError&&u.install(this,s,{onParseError:this.options.onParseError})}parse(e){const t=this.treeAdapter.createDocument();return this._bootstrap(t,null),this.tokenizer.write(e,!0),this._runParsingLoop(null),t}parseFragment(e,t){t||(t=this.treeAdapter.createElement(g.TEMPLATE,v.HTML,[]));const r=this.treeAdapter.createElement("documentmock",v.HTML,[]);this._bootstrap(r,t),this.treeAdapter.getTagName(t)===g.TEMPLATE&&this._pushTmplInsertionMode(H),this._initTokenizerForFragmentParsing(),this._insertFakeRootElement(),this._resetInsertionMode(),this._findFormInFragmentContext(),this.tokenizer.write(e,!0),this._runParsingLoop(null);const i=this.treeAdapter.getFirstChild(r),n=this.treeAdapter.createDocumentFragment();return this._adoptNodes(i,n),n}_bootstrap(e,t){this.tokenizer=new i(this.options),this.stopped=!1,this.insertionMode=_,this.originalInsertionMode="",this.document=e,this.fragmentContext=t,this.headElement=null,this.formElement=null,this.openElements=new n(this.document,this.treeAdapter),this.activeFormattingElements=new o(this.treeAdapter),this.tmplInsertionModeStack=[],this.tmplInsertionModeStackTop=-1,this.currentTmplInsertionMode=null,this.pendingCharacterTokens=[],this.hasNonWhitespacePendingCharacterToken=!1,this.framesetOk=!0,this.skipNextNewLine=!1,this.fosterParentingEnabled=!1}_err(){}_runParsingLoop(e){for(;!this.stopped;){this._setupTokenizerCDATAMode();const t=this.tokenizer.getNextToken();if(t.type===i.HIBERNATION_TOKEN)break;if(this.skipNextNewLine&&(this.skipNextNewLine=!1,t.type===i.WHITESPACE_CHARACTER_TOKEN&&"\n"===t.chars[0])){if(1===t.chars.length)continue;t.chars=t.chars.substr(1)}if(this._processInputToken(t),e&&this.pendingScript)break}}runParsingLoopForCurrentChunk(e,t){if(this._runParsingLoop(t),t&&this.pendingScript){const e=this.pendingScript;return this.pendingScript=null,void t(e)}e&&e()}_setupTokenizerCDATAMode(){const e=this._getAdjustedCurrentElement();this.tokenizer.allowCDATA=e&&e!==this.document&&this.treeAdapter.getNamespaceURI(e)!==v.HTML&&!this._isIntegrationPoint(e)}_switchToTextParsing(e,t){this._insertElement(e,v.HTML),this.tokenizer.state=t,this.originalInsertionMode=this.insertionMode,this.insertionMode=F}switchToPlaintextParsing(){this.insertionMode=F,this.originalInsertionMode=C,this.tokenizer.state=i.MODE.PLAINTEXT}_getAdjustedCurrentElement(){return 0===this.openElements.stackTop&&this.fragmentContext?this.fragmentContext:this.openElements.current}_findFormInFragmentContext(){let e=this.fragmentContext;do{if(this.treeAdapter.getTagName(e)===g.FORM){this.formElement=e;break}e=this.treeAdapter.getParentNode(e)}while(e)}_initTokenizerForFragmentParsing(){if(this.treeAdapter.getNamespaceURI(this.fragmentContext)===v.HTML){const e=this.treeAdapter.getTagName(this.fragmentContext);e===g.TITLE||e===g.TEXTAREA?this.tokenizer.state=i.MODE.RCDATA:e===g.STYLE||e===g.XMP||e===g.IFRAME||e===g.NOEMBED||e===g.NOFRAMES||e===g.NOSCRIPT?this.tokenizer.state=i.MODE.RAWTEXT:e===g.SCRIPT?this.tokenizer.state=i.MODE.SCRIPT_DATA:e===g.PLAINTEXT&&(this.tokenizer.state=i.MODE.PLAINTEXT)}}_setDocumentType(e){const t=e.name||"",r=e.publicId||"",i=e.systemId||"";this.treeAdapter.setDocumentType(this.document,t,r,i)}_attachElementToTree(e){if(this._shouldFosterParentOnInsertion())this._fosterParentElement(e);else{const t=this.openElements.currentTmplContent||this.openElements.current;this.treeAdapter.appendChild(t,e)}}_appendElement(e,t){const r=this.treeAdapter.createElement(e.tagName,t,e.attrs);this._attachElementToTree(r)}_insertElement(e,t){const r=this.treeAdapter.createElement(e.tagName,t,e.attrs);this._attachElementToTree(r),this.openElements.push(r)}_insertFakeElement(e){const t=this.treeAdapter.createElement(e,v.HTML,[]);this._attachElementToTree(t),this.openElements.push(t)}_insertTemplate(e){const t=this.treeAdapter.createElement(e.tagName,v.HTML,e.attrs),r=this.treeAdapter.createDocumentFragment();this.treeAdapter.setTemplateContent(t,r),this._attachElementToTree(t),this.openElements.push(t)}_insertFakeRootElement(){const e=this.treeAdapter.createElement(g.HTML,v.HTML,[]);this.treeAdapter.appendChild(this.openElements.current,e),this.openElements.push(e)}_appendCommentNode(e,t){const r=this.treeAdapter.createCommentNode(e.data);this.treeAdapter.appendChild(t,r)}_insertCharacters(e){if(this._shouldFosterParentOnInsertion())this._fosterParentText(e.chars);else{const t=this.openElements.currentTmplContent||this.openElements.current;this.treeAdapter.insertText(t,e.chars)}}_adoptNodes(e,t){for(let r=this.treeAdapter.getFirstChild(e);r;r=this.treeAdapter.getFirstChild(e))this.treeAdapter.detachNode(r),this.treeAdapter.appendChild(t,r)}_shouldProcessTokenInForeignContent(e){const t=this._getAdjustedCurrentElement();if(!t||t===this.document)return!1;const r=this.treeAdapter.getNamespaceURI(t);if(r===v.HTML)return!1;if(this.treeAdapter.getTagName(t)===g.ANNOTATION_XML&&r===v.MATHML&&e.type===i.START_TAG_TOKEN&&e.tagName===g.SVG)return!1;const n=e.type===i.CHARACTER_TOKEN||e.type===i.NULL_CHARACTER_TOKEN||e.type===i.WHITESPACE_CHARACTER_TOKEN;return!((e.type===i.START_TAG_TOKEN&&e.tagName!==g.MGLYPH&&e.tagName!==g.MALIGNMARK||n)&&this._isIntegrationPoint(t,v.MATHML)||(e.type===i.START_TAG_TOKEN||n)&&this._isIntegrationPoint(t,v.HTML)||e.type===i.EOF_TOKEN)}_processToken(e){G[this.insertionMode][e.type](this,e)}_processTokenInBodyMode(e){G[C][e.type](this,e)}_processTokenInForeignContent(e){e.type===i.CHARACTER_TOKEN?function(e,t){e._insertCharacters(t),e.framesetOk=!1}(this,e):e.type===i.NULL_CHARACTER_TOKEN?function(e,t){t.chars=m.REPLACEMENT_CHARACTER,e._insertCharacters(t)}(this,e):e.type===i.WHITESPACE_CHARACTER_TOKEN?ae(this,e):e.type===i.COMMENT_TOKEN?ne(this,e):e.type===i.START_TAG_TOKEN?function(e,t){if(d.causesExit(t)&&!e.fragmentContext){for(;e.treeAdapter.getNamespaceURI(e.openElements.current)!==v.HTML&&!e._isIntegrationPoint(e.openElements.current);)e.openElements.pop();e._processToken(t)}else{const r=e._getAdjustedCurrentElement(),i=e.treeAdapter.getNamespaceURI(r);i===v.MATHML?d.adjustTokenMathMLAttrs(t):i===v.SVG&&(d.adjustTokenSVGTagName(t),d.adjustTokenSVGAttrs(t)),d.adjustTokenXMLAttrs(t),t.selfClosing?e._appendElement(t,i):e._insertElement(t,i),t.ackSelfClosing=!0}}(this,e):e.type===i.END_TAG_TOKEN&&function(e,t){for(let r=e.openElements.stackTop;r>0;r--){const i=e.openElements.items[r];if(e.treeAdapter.getNamespaceURI(i)===v.HTML){e._processToken(t);break}if(e.treeAdapter.getTagName(i).toLowerCase()===t.tagName){e.openElements.popUntilElementPopped(i);break}}}(this,e)}_processInputToken(e){this._shouldProcessTokenInForeignContent(e)?this._processTokenInForeignContent(e):this._processToken(e),e.type===i.START_TAG_TOKEN&&e.selfClosing&&!e.ackSelfClosing&&this._err(h.nonVoidHtmlElementStartTagWithTrailingSolidus)}_isIntegrationPoint(e,t){const r=this.treeAdapter.getTagName(e),i=this.treeAdapter.getNamespaceURI(e),n=this.treeAdapter.getAttrList(e);return d.isIntegrationPoint(r,i,n,t)}_reconstructActiveFormattingElements(){const e=this.activeFormattingElements.length;if(e){let t=e,r=null;do{if(t--,(r=this.activeFormattingElements.entries[t]).type===o.MARKER_ENTRY||this.openElements.contains(r.element)){t++;break}}while(t>0);for(let i=t;i=0;e--){let r=this.openElements.items[e];0===e&&(t=!0,this.fragmentContext&&(r=this.fragmentContext));const i=this.treeAdapter.getTagName(r),n=K[i];if(n){this.insertionMode=n;break}if(!(t||i!==g.TD&&i!==g.TH)){this.insertionMode=M;break}if(!t&&i===g.HEAD){this.insertionMode=A;break}if(i===g.SELECT){this._resetInsertionModeForSelect(e);break}if(i===g.TEMPLATE){this.insertionMode=this.currentTmplInsertionMode;break}if(i===g.HTML){this.insertionMode=this.headElement?I:S;break}if(t){this.insertionMode=C;break}}}_resetInsertionModeForSelect(e){if(e>0)for(let t=e-1;t>0;t--){const e=this.openElements.items[t],r=this.treeAdapter.getTagName(e);if(r===g.TEMPLATE)break;if(r===g.TABLE)return void(this.insertionMode=L)}this.insertionMode=R}_pushTmplInsertionMode(e){this.tmplInsertionModeStack.push(e),this.tmplInsertionModeStackTop++,this.currentTmplInsertionMode=e}_popTmplInsertionMode(){this.tmplInsertionModeStack.pop(),this.tmplInsertionModeStackTop--,this.currentTmplInsertionMode=this.tmplInsertionModeStack[this.tmplInsertionModeStackTop]}_isElementCausesFosterParenting(e){const t=this.treeAdapter.getTagName(e);return t===g.TABLE||t===g.TBODY||t===g.TFOOT||t===g.THEAD||t===g.TR}_shouldFosterParentOnInsertion(){return this.fosterParentingEnabled&&this._isElementCausesFosterParenting(this.openElements.current)}_findFosterParentingLocation(){const e={parent:null,beforeElement:null};for(let t=this.openElements.stackTop;t>=0;t--){const r=this.openElements.items[t],i=this.treeAdapter.getTagName(r),n=this.treeAdapter.getNamespaceURI(r);if(i===g.TEMPLATE&&n===v.HTML){e.parent=this.treeAdapter.getTemplateContent(r);break}if(i===g.TABLE){e.parent=this.treeAdapter.getParentNode(r),e.parent?e.beforeElement=r:e.parent=this.openElements.items[t-1];break}}return e.parent||(e.parent=this.openElements.items[0]),e}_fosterParentElement(e){const t=this._findFosterParentingLocation();t.beforeElement?this.treeAdapter.insertBefore(t.parent,e,t.beforeElement):this.treeAdapter.appendChild(t.parent,e)}_fosterParentText(e){const t=this._findFosterParentingLocation();t.beforeElement?this.treeAdapter.insertTextBefore(t.parent,e,t.beforeElement):this.treeAdapter.insertText(t.parent,e)}_isSpecialElement(e){const t=this.treeAdapter.getTagName(e),r=this.treeAdapter.getNamespaceURI(e);return f.SPECIAL_ELEMENTS[r][t]}}},function(e,t,r){"use strict";const i=r(156),n=r(157),o=i.CODE_POINTS,a=65536;e.exports=class{constructor(){this.html=null,this.pos=-1,this.lastGapPos=-1,this.lastCharPos=-1,this.gapStack=[],this.skipNextNewLine=!1,this.lastChunkWritten=!1,this.endOfChunkHit=!1,this.bufferWaterline=a}_err(){}_addGap(){this.gapStack.push(this.lastGapPos),this.lastGapPos=this.pos}_processSurrogate(e){if(this.pos!==this.lastCharPos){const t=this.html.charCodeAt(this.pos+1);if(i.isSurrogatePair(t))return this.pos++,this._addGap(),i.getSurrogatePairCodePoint(e,t)}else if(!this.lastChunkWritten)return this.endOfChunkHit=!0,o.EOF;return this._err(n.surrogateInInputStream),e}dropParsedChunk(){this.pos>this.bufferWaterline&&(this.lastCharPos-=this.pos,this.html=this.html.substring(this.pos),this.pos=0,this.lastGapPos=-1,this.gapStack=[])}write(e,t){this.html?this.html+=e:this.html=e,this.lastCharPos=this.html.length-1,this.endOfChunkHit=!1,this.lastChunkWritten=t}insertHtmlAtCurrentPos(e){this.html=this.html.substring(0,this.pos+1)+e+this.html.substring(this.pos+1,this.html.length),this.lastCharPos=this.html.length-1,this.endOfChunkHit=!1}advance(){if(this.pos++,this.pos>this.lastCharPos)return this.endOfChunkHit=!this.lastChunkWritten,o.EOF;let e=this.html.charCodeAt(this.pos);return this.skipNextNewLine&&e===o.LINE_FEED?(this.skipNextNewLine=!1,this._addGap(),this.advance()):e===o.CARRIAGE_RETURN?(this.skipNextNewLine=!0,o.LINE_FEED):(this.skipNextNewLine=!1,i.isSurrogate(e)&&(e=this._processSurrogate(e)),e>31&&e<127||e===o.LINE_FEED||e===o.CARRIAGE_RETURN||e>159&&e<64976||this._checkForProblematicCharacters(e),e)}_checkForProblematicCharacters(e){i.isControlCodePoint(e)?this._err(n.controlCharacterInInputStream):i.isUndefinedCodePoint(e)&&this._err(n.noncharacterInInputStream)}retreat(){this.pos===this.lastGapPos&&(this.lastGapPos=this.gapStack.pop(),this.pos--),this.pos--}}},function(e,t,r){"use strict";e.exports=new Uint16Array([4,52,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,106,303,412,810,1432,1701,1796,1987,2114,2360,2420,2484,3170,3251,4140,4393,4575,4610,5106,5512,5728,6117,6274,6315,6345,6427,6516,7002,7910,8733,9323,9870,10170,10631,10893,11318,11386,11467,12773,13092,14474,14922,15448,15542,16419,17666,18166,18611,19004,19095,19298,19397,4,16,69,77,97,98,99,102,103,108,109,110,111,112,114,115,116,117,140,150,158,169,176,194,199,210,216,222,226,242,256,266,283,294,108,105,103,5,198,1,59,148,1,198,80,5,38,1,59,156,1,38,99,117,116,101,5,193,1,59,167,1,193,114,101,118,101,59,1,258,4,2,105,121,182,191,114,99,5,194,1,59,189,1,194,59,1,1040,114,59,3,55349,56580,114,97,118,101,5,192,1,59,208,1,192,112,104,97,59,1,913,97,99,114,59,1,256,100,59,1,10835,4,2,103,112,232,237,111,110,59,1,260,102,59,3,55349,56632,112,108,121,70,117,110,99,116,105,111,110,59,1,8289,105,110,103,5,197,1,59,264,1,197,4,2,99,115,272,277,114,59,3,55349,56476,105,103,110,59,1,8788,105,108,100,101,5,195,1,59,292,1,195,109,108,5,196,1,59,301,1,196,4,8,97,99,101,102,111,114,115,117,321,350,354,383,388,394,400,405,4,2,99,114,327,336,107,115,108,97,115,104,59,1,8726,4,2,118,119,342,345,59,1,10983,101,100,59,1,8966,121,59,1,1041,4,3,99,114,116,362,369,379,97,117,115,101,59,1,8757,110,111,117,108,108,105,115,59,1,8492,97,59,1,914,114,59,3,55349,56581,112,102,59,3,55349,56633,101,118,101,59,1,728,99,114,59,1,8492,109,112,101,113,59,1,8782,4,14,72,79,97,99,100,101,102,104,105,108,111,114,115,117,442,447,456,504,542,547,569,573,577,616,678,784,790,796,99,121,59,1,1063,80,89,5,169,1,59,454,1,169,4,3,99,112,121,464,470,497,117,116,101,59,1,262,4,2,59,105,476,478,1,8914,116,97,108,68,105,102,102,101,114,101,110,116,105,97,108,68,59,1,8517,108,101,121,115,59,1,8493,4,4,97,101,105,111,514,520,530,535,114,111,110,59,1,268,100,105,108,5,199,1,59,528,1,199,114,99,59,1,264,110,105,110,116,59,1,8752,111,116,59,1,266,4,2,100,110,553,560,105,108,108,97,59,1,184,116,101,114,68,111,116,59,1,183,114,59,1,8493,105,59,1,935,114,99,108,101,4,4,68,77,80,84,591,596,603,609,111,116,59,1,8857,105,110,117,115,59,1,8854,108,117,115,59,1,8853,105,109,101,115,59,1,8855,111,4,2,99,115,623,646,107,119,105,115,101,67,111,110,116,111,117,114,73,110,116,101,103,114,97,108,59,1,8754,101,67,117,114,108,121,4,2,68,81,658,671,111,117,98,108,101,81,117,111,116,101,59,1,8221,117,111,116,101,59,1,8217,4,4,108,110,112,117,688,701,736,753,111,110,4,2,59,101,696,698,1,8759,59,1,10868,4,3,103,105,116,709,717,722,114,117,101,110,116,59,1,8801,110,116,59,1,8751,111,117,114,73,110,116,101,103,114,97,108,59,1,8750,4,2,102,114,742,745,59,1,8450,111,100,117,99,116,59,1,8720,110,116,101,114,67,108,111,99,107,119,105,115,101,67,111,110,116,111,117,114,73,110,116,101,103,114,97,108,59,1,8755,111,115,115,59,1,10799,99,114,59,3,55349,56478,112,4,2,59,67,803,805,1,8915,97,112,59,1,8781,4,11,68,74,83,90,97,99,101,102,105,111,115,834,850,855,860,865,888,903,916,921,1011,1415,4,2,59,111,840,842,1,8517,116,114,97,104,100,59,1,10513,99,121,59,1,1026,99,121,59,1,1029,99,121,59,1,1039,4,3,103,114,115,873,879,883,103,101,114,59,1,8225,114,59,1,8609,104,118,59,1,10980,4,2,97,121,894,900,114,111,110,59,1,270,59,1,1044,108,4,2,59,116,910,912,1,8711,97,59,1,916,114,59,3,55349,56583,4,2,97,102,927,998,4,2,99,109,933,992,114,105,116,105,99,97,108,4,4,65,68,71,84,950,957,978,985,99,117,116,101,59,1,180,111,4,2,116,117,964,967,59,1,729,98,108,101,65,99,117,116,101,59,1,733,114,97,118,101,59,1,96,105,108,100,101,59,1,732,111,110,100,59,1,8900,102,101,114,101,110,116,105,97,108,68,59,1,8518,4,4,112,116,117,119,1021,1026,1048,1249,102,59,3,55349,56635,4,3,59,68,69,1034,1036,1041,1,168,111,116,59,1,8412,113,117,97,108,59,1,8784,98,108,101,4,6,67,68,76,82,85,86,1065,1082,1101,1189,1211,1236,111,110,116,111,117,114,73,110,116,101,103,114,97,108,59,1,8751,111,4,2,116,119,1089,1092,59,1,168,110,65,114,114,111,119,59,1,8659,4,2,101,111,1107,1141,102,116,4,3,65,82,84,1117,1124,1136,114,114,111,119,59,1,8656,105,103,104,116,65,114,114,111,119,59,1,8660,101,101,59,1,10980,110,103,4,2,76,82,1149,1177,101,102,116,4,2,65,82,1158,1165,114,114,111,119,59,1,10232,105,103,104,116,65,114,114,111,119,59,1,10234,105,103,104,116,65,114,114,111,119,59,1,10233,105,103,104,116,4,2,65,84,1199,1206,114,114,111,119,59,1,8658,101,101,59,1,8872,112,4,2,65,68,1218,1225,114,114,111,119,59,1,8657,111,119,110,65,114,114,111,119,59,1,8661,101,114,116,105,99,97,108,66,97,114,59,1,8741,110,4,6,65,66,76,82,84,97,1264,1292,1299,1352,1391,1408,114,114,111,119,4,3,59,66,85,1276,1278,1283,1,8595,97,114,59,1,10515,112,65,114,114,111,119,59,1,8693,114,101,118,101,59,1,785,101,102,116,4,3,82,84,86,1310,1323,1334,105,103,104,116,86,101,99,116,111,114,59,1,10576,101,101,86,101,99,116,111,114,59,1,10590,101,99,116,111,114,4,2,59,66,1345,1347,1,8637,97,114,59,1,10582,105,103,104,116,4,2,84,86,1362,1373,101,101,86,101,99,116,111,114,59,1,10591,101,99,116,111,114,4,2,59,66,1384,1386,1,8641,97,114,59,1,10583,101,101,4,2,59,65,1399,1401,1,8868,114,114,111,119,59,1,8615,114,114,111,119,59,1,8659,4,2,99,116,1421,1426,114,59,3,55349,56479,114,111,107,59,1,272,4,16,78,84,97,99,100,102,103,108,109,111,112,113,115,116,117,120,1466,1470,1478,1489,1515,1520,1525,1536,1544,1593,1609,1617,1650,1664,1668,1677,71,59,1,330,72,5,208,1,59,1476,1,208,99,117,116,101,5,201,1,59,1487,1,201,4,3,97,105,121,1497,1503,1512,114,111,110,59,1,282,114,99,5,202,1,59,1510,1,202,59,1,1069,111,116,59,1,278,114,59,3,55349,56584,114,97,118,101,5,200,1,59,1534,1,200,101,109,101,110,116,59,1,8712,4,2,97,112,1550,1555,99,114,59,1,274,116,121,4,2,83,86,1563,1576,109,97,108,108,83,113,117,97,114,101,59,1,9723,101,114,121,83,109,97,108,108,83,113,117,97,114,101,59,1,9643,4,2,103,112,1599,1604,111,110,59,1,280,102,59,3,55349,56636,115,105,108,111,110,59,1,917,117,4,2,97,105,1624,1640,108,4,2,59,84,1631,1633,1,10869,105,108,100,101,59,1,8770,108,105,98,114,105,117,109,59,1,8652,4,2,99,105,1656,1660,114,59,1,8496,109,59,1,10867,97,59,1,919,109,108,5,203,1,59,1675,1,203,4,2,105,112,1683,1689,115,116,115,59,1,8707,111,110,101,110,116,105,97,108,69,59,1,8519,4,5,99,102,105,111,115,1713,1717,1722,1762,1791,121,59,1,1060,114,59,3,55349,56585,108,108,101,100,4,2,83,86,1732,1745,109,97,108,108,83,113,117,97,114,101,59,1,9724,101,114,121,83,109,97,108,108,83,113,117,97,114,101,59,1,9642,4,3,112,114,117,1770,1775,1781,102,59,3,55349,56637,65,108,108,59,1,8704,114,105,101,114,116,114,102,59,1,8497,99,114,59,1,8497,4,12,74,84,97,98,99,100,102,103,111,114,115,116,1822,1827,1834,1848,1855,1877,1882,1887,1890,1896,1978,1984,99,121,59,1,1027,5,62,1,59,1832,1,62,109,109,97,4,2,59,100,1843,1845,1,915,59,1,988,114,101,118,101,59,1,286,4,3,101,105,121,1863,1869,1874,100,105,108,59,1,290,114,99,59,1,284,59,1,1043,111,116,59,1,288,114,59,3,55349,56586,59,1,8921,112,102,59,3,55349,56638,101,97,116,101,114,4,6,69,70,71,76,83,84,1915,1933,1944,1953,1959,1971,113,117,97,108,4,2,59,76,1925,1927,1,8805,101,115,115,59,1,8923,117,108,108,69,113,117,97,108,59,1,8807,114,101,97,116,101,114,59,1,10914,101,115,115,59,1,8823,108,97,110,116,69,113,117,97,108,59,1,10878,105,108,100,101,59,1,8819,99,114,59,3,55349,56482,59,1,8811,4,8,65,97,99,102,105,111,115,117,2005,2012,2026,2032,2036,2049,2073,2089,82,68,99,121,59,1,1066,4,2,99,116,2018,2023,101,107,59,1,711,59,1,94,105,114,99,59,1,292,114,59,1,8460,108,98,101,114,116,83,112,97,99,101,59,1,8459,4,2,112,114,2055,2059,102,59,1,8461,105,122,111,110,116,97,108,76,105,110,101,59,1,9472,4,2,99,116,2079,2083,114,59,1,8459,114,111,107,59,1,294,109,112,4,2,68,69,2097,2107,111,119,110,72,117,109,112,59,1,8782,113,117,97,108,59,1,8783,4,14,69,74,79,97,99,100,102,103,109,110,111,115,116,117,2144,2149,2155,2160,2171,2189,2194,2198,2209,2245,2307,2329,2334,2341,99,121,59,1,1045,108,105,103,59,1,306,99,121,59,1,1025,99,117,116,101,5,205,1,59,2169,1,205,4,2,105,121,2177,2186,114,99,5,206,1,59,2184,1,206,59,1,1048,111,116,59,1,304,114,59,1,8465,114,97,118,101,5,204,1,59,2207,1,204,4,3,59,97,112,2217,2219,2238,1,8465,4,2,99,103,2225,2229,114,59,1,298,105,110,97,114,121,73,59,1,8520,108,105,101,115,59,1,8658,4,2,116,118,2251,2281,4,2,59,101,2257,2259,1,8748,4,2,103,114,2265,2271,114,97,108,59,1,8747,115,101,99,116,105,111,110,59,1,8898,105,115,105,98,108,101,4,2,67,84,2293,2300,111,109,109,97,59,1,8291,105,109,101,115,59,1,8290,4,3,103,112,116,2315,2320,2325,111,110,59,1,302,102,59,3,55349,56640,97,59,1,921,99,114,59,1,8464,105,108,100,101,59,1,296,4,2,107,109,2347,2352,99,121,59,1,1030,108,5,207,1,59,2358,1,207,4,5,99,102,111,115,117,2372,2386,2391,2397,2414,4,2,105,121,2378,2383,114,99,59,1,308,59,1,1049,114,59,3,55349,56589,112,102,59,3,55349,56641,4,2,99,101,2403,2408,114,59,3,55349,56485,114,99,121,59,1,1032,107,99,121,59,1,1028,4,7,72,74,97,99,102,111,115,2436,2441,2446,2452,2467,2472,2478,99,121,59,1,1061,99,121,59,1,1036,112,112,97,59,1,922,4,2,101,121,2458,2464,100,105,108,59,1,310,59,1,1050,114,59,3,55349,56590,112,102,59,3,55349,56642,99,114,59,3,55349,56486,4,11,74,84,97,99,101,102,108,109,111,115,116,2508,2513,2520,2562,2585,2981,2986,3004,3011,3146,3167,99,121,59,1,1033,5,60,1,59,2518,1,60,4,5,99,109,110,112,114,2532,2538,2544,2548,2558,117,116,101,59,1,313,98,100,97,59,1,923,103,59,1,10218,108,97,99,101,116,114,102,59,1,8466,114,59,1,8606,4,3,97,101,121,2570,2576,2582,114,111,110,59,1,317,100,105,108,59,1,315,59,1,1051,4,2,102,115,2591,2907,116,4,10,65,67,68,70,82,84,85,86,97,114,2614,2663,2672,2728,2735,2760,2820,2870,2888,2895,4,2,110,114,2620,2633,103,108,101,66,114,97,99,107,101,116,59,1,10216,114,111,119,4,3,59,66,82,2644,2646,2651,1,8592,97,114,59,1,8676,105,103,104,116,65,114,114,111,119,59,1,8646,101,105,108,105,110,103,59,1,8968,111,4,2,117,119,2679,2692,98,108,101,66,114,97,99,107,101,116,59,1,10214,110,4,2,84,86,2699,2710,101,101,86,101,99,116,111,114,59,1,10593,101,99,116,111,114,4,2,59,66,2721,2723,1,8643,97,114,59,1,10585,108,111,111,114,59,1,8970,105,103,104,116,4,2,65,86,2745,2752,114,114,111,119,59,1,8596,101,99,116,111,114,59,1,10574,4,2,101,114,2766,2792,101,4,3,59,65,86,2775,2777,2784,1,8867,114,114,111,119,59,1,8612,101,99,116,111,114,59,1,10586,105,97,110,103,108,101,4,3,59,66,69,2806,2808,2813,1,8882,97,114,59,1,10703,113,117,97,108,59,1,8884,112,4,3,68,84,86,2829,2841,2852,111,119,110,86,101,99,116,111,114,59,1,10577,101,101,86,101,99,116,111,114,59,1,10592,101,99,116,111,114,4,2,59,66,2863,2865,1,8639,97,114,59,1,10584,101,99,116,111,114,4,2,59,66,2881,2883,1,8636,97,114,59,1,10578,114,114,111,119,59,1,8656,105,103,104,116,97,114,114,111,119,59,1,8660,115,4,6,69,70,71,76,83,84,2922,2936,2947,2956,2962,2974,113,117,97,108,71,114,101,97,116,101,114,59,1,8922,117,108,108,69,113,117,97,108,59,1,8806,114,101,97,116,101,114,59,1,8822,101,115,115,59,1,10913,108,97,110,116,69,113,117,97,108,59,1,10877,105,108,100,101,59,1,8818,114,59,3,55349,56591,4,2,59,101,2992,2994,1,8920,102,116,97,114,114,111,119,59,1,8666,105,100,111,116,59,1,319,4,3,110,112,119,3019,3110,3115,103,4,4,76,82,108,114,3030,3058,3070,3098,101,102,116,4,2,65,82,3039,3046,114,114,111,119,59,1,10229,105,103,104,116,65,114,114,111,119,59,1,10231,105,103,104,116,65,114,114,111,119,59,1,10230,101,102,116,4,2,97,114,3079,3086,114,114,111,119,59,1,10232,105,103,104,116,97,114,114,111,119,59,1,10234,105,103,104,116,97,114,114,111,119,59,1,10233,102,59,3,55349,56643,101,114,4,2,76,82,3123,3134,101,102,116,65,114,114,111,119,59,1,8601,105,103,104,116,65,114,114,111,119,59,1,8600,4,3,99,104,116,3154,3158,3161,114,59,1,8466,59,1,8624,114,111,107,59,1,321,59,1,8810,4,8,97,99,101,102,105,111,115,117,3188,3192,3196,3222,3227,3237,3243,3248,112,59,1,10501,121,59,1,1052,4,2,100,108,3202,3213,105,117,109,83,112,97,99,101,59,1,8287,108,105,110,116,114,102,59,1,8499,114,59,3,55349,56592,110,117,115,80,108,117,115,59,1,8723,112,102,59,3,55349,56644,99,114,59,1,8499,59,1,924,4,9,74,97,99,101,102,111,115,116,117,3271,3276,3283,3306,3422,3427,4120,4126,4137,99,121,59,1,1034,99,117,116,101,59,1,323,4,3,97,101,121,3291,3297,3303,114,111,110,59,1,327,100,105,108,59,1,325,59,1,1053,4,3,103,115,119,3314,3380,3415,97,116,105,118,101,4,3,77,84,86,3327,3340,3365,101,100,105,117,109,83,112,97,99,101,59,1,8203,104,105,4,2,99,110,3348,3357,107,83,112,97,99,101,59,1,8203,83,112,97,99,101,59,1,8203,101,114,121,84,104,105,110,83,112,97,99,101,59,1,8203,116,101,100,4,2,71,76,3389,3405,114,101,97,116,101,114,71,114,101,97,116,101,114,59,1,8811,101,115,115,76,101,115,115,59,1,8810,76,105,110,101,59,1,10,114,59,3,55349,56593,4,4,66,110,112,116,3437,3444,3460,3464,114,101,97,107,59,1,8288,66,114,101,97,107,105,110,103,83,112,97,99,101,59,1,160,102,59,1,8469,4,13,59,67,68,69,71,72,76,78,80,82,83,84,86,3492,3494,3517,3536,3578,3657,3685,3784,3823,3860,3915,4066,4107,1,10988,4,2,111,117,3500,3510,110,103,114,117,101,110,116,59,1,8802,112,67,97,112,59,1,8813,111,117,98,108,101,86,101,114,116,105,99,97,108,66,97,114,59,1,8742,4,3,108,113,120,3544,3552,3571,101,109,101,110,116,59,1,8713,117,97,108,4,2,59,84,3561,3563,1,8800,105,108,100,101,59,3,8770,824,105,115,116,115,59,1,8708,114,101,97,116,101,114,4,7,59,69,70,71,76,83,84,3600,3602,3609,3621,3631,3637,3650,1,8815,113,117,97,108,59,1,8817,117,108,108,69,113,117,97,108,59,3,8807,824,114,101,97,116,101,114,59,3,8811,824,101,115,115,59,1,8825,108,97,110,116,69,113,117,97,108,59,3,10878,824,105,108,100,101,59,1,8821,117,109,112,4,2,68,69,3666,3677,111,119,110,72,117,109,112,59,3,8782,824,113,117,97,108,59,3,8783,824,101,4,2,102,115,3692,3724,116,84,114,105,97,110,103,108,101,4,3,59,66,69,3709,3711,3717,1,8938,97,114,59,3,10703,824,113,117,97,108,59,1,8940,115,4,6,59,69,71,76,83,84,3739,3741,3748,3757,3764,3777,1,8814,113,117,97,108,59,1,8816,114,101,97,116,101,114,59,1,8824,101,115,115,59,3,8810,824,108,97,110,116,69,113,117,97,108,59,3,10877,824,105,108,100,101,59,1,8820,101,115,116,101,100,4,2,71,76,3795,3812,114,101,97,116,101,114,71,114,101,97,116,101,114,59,3,10914,824,101,115,115,76,101,115,115,59,3,10913,824,114,101,99,101,100,101,115,4,3,59,69,83,3838,3840,3848,1,8832,113,117,97,108,59,3,10927,824,108,97,110,116,69,113,117,97,108,59,1,8928,4,2,101,105,3866,3881,118,101,114,115,101,69,108,101,109,101,110,116,59,1,8716,103,104,116,84,114,105,97,110,103,108,101,4,3,59,66,69,3900,3902,3908,1,8939,97,114,59,3,10704,824,113,117,97,108,59,1,8941,4,2,113,117,3921,3973,117,97,114,101,83,117,4,2,98,112,3933,3952,115,101,116,4,2,59,69,3942,3945,3,8847,824,113,117,97,108,59,1,8930,101,114,115,101,116,4,2,59,69,3963,3966,3,8848,824,113,117,97,108,59,1,8931,4,3,98,99,112,3981,4e3,4045,115,101,116,4,2,59,69,3990,3993,3,8834,8402,113,117,97,108,59,1,8840,99,101,101,100,115,4,4,59,69,83,84,4015,4017,4025,4037,1,8833,113,117,97,108,59,3,10928,824,108,97,110,116,69,113,117,97,108,59,1,8929,105,108,100,101,59,3,8831,824,101,114,115,101,116,4,2,59,69,4056,4059,3,8835,8402,113,117,97,108,59,1,8841,105,108,100,101,4,4,59,69,70,84,4080,4082,4089,4100,1,8769,113,117,97,108,59,1,8772,117,108,108,69,113,117,97,108,59,1,8775,105,108,100,101,59,1,8777,101,114,116,105,99,97,108,66,97,114,59,1,8740,99,114,59,3,55349,56489,105,108,100,101,5,209,1,59,4135,1,209,59,1,925,4,14,69,97,99,100,102,103,109,111,112,114,115,116,117,118,4170,4176,4187,4205,4212,4217,4228,4253,4259,4292,4295,4316,4337,4346,108,105,103,59,1,338,99,117,116,101,5,211,1,59,4185,1,211,4,2,105,121,4193,4202,114,99,5,212,1,59,4200,1,212,59,1,1054,98,108,97,99,59,1,336,114,59,3,55349,56594,114,97,118,101,5,210,1,59,4226,1,210,4,3,97,101,105,4236,4241,4246,99,114,59,1,332,103,97,59,1,937,99,114,111,110,59,1,927,112,102,59,3,55349,56646,101,110,67,117,114,108,121,4,2,68,81,4272,4285,111,117,98,108,101,81,117,111,116,101,59,1,8220,117,111,116,101,59,1,8216,59,1,10836,4,2,99,108,4301,4306,114,59,3,55349,56490,97,115,104,5,216,1,59,4314,1,216,105,4,2,108,109,4323,4332,100,101,5,213,1,59,4330,1,213,101,115,59,1,10807,109,108,5,214,1,59,4344,1,214,101,114,4,2,66,80,4354,4380,4,2,97,114,4360,4364,114,59,1,8254,97,99,4,2,101,107,4372,4375,59,1,9182,101,116,59,1,9140,97,114,101,110,116,104,101,115,105,115,59,1,9180,4,9,97,99,102,104,105,108,111,114,115,4413,4422,4426,4431,4435,4438,4448,4471,4561,114,116,105,97,108,68,59,1,8706,121,59,1,1055,114,59,3,55349,56595,105,59,1,934,59,1,928,117,115,77,105,110,117,115,59,1,177,4,2,105,112,4454,4467,110,99,97,114,101,112,108,97,110,101,59,1,8460,102,59,1,8473,4,4,59,101,105,111,4481,4483,4526,4531,1,10939,99,101,100,101,115,4,4,59,69,83,84,4498,4500,4507,4519,1,8826,113,117,97,108,59,1,10927,108,97,110,116,69,113,117,97,108,59,1,8828,105,108,100,101,59,1,8830,109,101,59,1,8243,4,2,100,112,4537,4543,117,99,116,59,1,8719,111,114,116,105,111,110,4,2,59,97,4555,4557,1,8759,108,59,1,8733,4,2,99,105,4567,4572,114,59,3,55349,56491,59,1,936,4,4,85,102,111,115,4585,4594,4599,4604,79,84,5,34,1,59,4592,1,34,114,59,3,55349,56596,112,102,59,1,8474,99,114,59,3,55349,56492,4,12,66,69,97,99,101,102,104,105,111,114,115,117,4636,4642,4650,4681,4704,4763,4767,4771,5047,5069,5081,5094,97,114,114,59,1,10512,71,5,174,1,59,4648,1,174,4,3,99,110,114,4658,4664,4668,117,116,101,59,1,340,103,59,1,10219,114,4,2,59,116,4675,4677,1,8608,108,59,1,10518,4,3,97,101,121,4689,4695,4701,114,111,110,59,1,344,100,105,108,59,1,342,59,1,1056,4,2,59,118,4710,4712,1,8476,101,114,115,101,4,2,69,85,4722,4748,4,2,108,113,4728,4736,101,109,101,110,116,59,1,8715,117,105,108,105,98,114,105,117,109,59,1,8651,112,69,113,117,105,108,105,98,114,105,117,109,59,1,10607,114,59,1,8476,111,59,1,929,103,104,116,4,8,65,67,68,70,84,85,86,97,4792,4840,4849,4905,4912,4972,5022,5040,4,2,110,114,4798,4811,103,108,101,66,114,97,99,107,101,116,59,1,10217,114,111,119,4,3,59,66,76,4822,4824,4829,1,8594,97,114,59,1,8677,101,102,116,65,114,114,111,119,59,1,8644,101,105,108,105,110,103,59,1,8969,111,4,2,117,119,4856,4869,98,108,101,66,114,97,99,107,101,116,59,1,10215,110,4,2,84,86,4876,4887,101,101,86,101,99,116,111,114,59,1,10589,101,99,116,111,114,4,2,59,66,4898,4900,1,8642,97,114,59,1,10581,108,111,111,114,59,1,8971,4,2,101,114,4918,4944,101,4,3,59,65,86,4927,4929,4936,1,8866,114,114,111,119,59,1,8614,101,99,116,111,114,59,1,10587,105,97,110,103,108,101,4,3,59,66,69,4958,4960,4965,1,8883,97,114,59,1,10704,113,117,97,108,59,1,8885,112,4,3,68,84,86,4981,4993,5004,111,119,110,86,101,99,116,111,114,59,1,10575,101,101,86,101,99,116,111,114,59,1,10588,101,99,116,111,114,4,2,59,66,5015,5017,1,8638,97,114,59,1,10580,101,99,116,111,114,4,2,59,66,5033,5035,1,8640,97,114,59,1,10579,114,114,111,119,59,1,8658,4,2,112,117,5053,5057,102,59,1,8477,110,100,73,109,112,108,105,101,115,59,1,10608,105,103,104,116,97,114,114,111,119,59,1,8667,4,2,99,104,5087,5091,114,59,1,8475,59,1,8625,108,101,68,101,108,97,121,101,100,59,1,10740,4,13,72,79,97,99,102,104,105,109,111,113,115,116,117,5134,5150,5157,5164,5198,5203,5259,5265,5277,5283,5374,5380,5385,4,2,67,99,5140,5146,72,99,121,59,1,1065,121,59,1,1064,70,84,99,121,59,1,1068,99,117,116,101,59,1,346,4,5,59,97,101,105,121,5176,5178,5184,5190,5195,1,10940,114,111,110,59,1,352,100,105,108,59,1,350,114,99,59,1,348,59,1,1057,114,59,3,55349,56598,111,114,116,4,4,68,76,82,85,5216,5227,5238,5250,111,119,110,65,114,114,111,119,59,1,8595,101,102,116,65,114,114,111,119,59,1,8592,105,103,104,116,65,114,114,111,119,59,1,8594,112,65,114,114,111,119,59,1,8593,103,109,97,59,1,931,97,108,108,67,105,114,99,108,101,59,1,8728,112,102,59,3,55349,56650,4,2,114,117,5289,5293,116,59,1,8730,97,114,101,4,4,59,73,83,85,5306,5308,5322,5367,1,9633,110,116,101,114,115,101,99,116,105,111,110,59,1,8851,117,4,2,98,112,5329,5347,115,101,116,4,2,59,69,5338,5340,1,8847,113,117,97,108,59,1,8849,101,114,115,101,116,4,2,59,69,5358,5360,1,8848,113,117,97,108,59,1,8850,110,105,111,110,59,1,8852,99,114,59,3,55349,56494,97,114,59,1,8902,4,4,98,99,109,112,5395,5420,5475,5478,4,2,59,115,5401,5403,1,8912,101,116,4,2,59,69,5411,5413,1,8912,113,117,97,108,59,1,8838,4,2,99,104,5426,5468,101,101,100,115,4,4,59,69,83,84,5440,5442,5449,5461,1,8827,113,117,97,108,59,1,10928,108,97,110,116,69,113,117,97,108,59,1,8829,105,108,100,101,59,1,8831,84,104,97,116,59,1,8715,59,1,8721,4,3,59,101,115,5486,5488,5507,1,8913,114,115,101,116,4,2,59,69,5498,5500,1,8835,113,117,97,108,59,1,8839,101,116,59,1,8913,4,11,72,82,83,97,99,102,104,105,111,114,115,5536,5546,5552,5567,5579,5602,5607,5655,5695,5701,5711,79,82,78,5,222,1,59,5544,1,222,65,68,69,59,1,8482,4,2,72,99,5558,5563,99,121,59,1,1035,121,59,1,1062,4,2,98,117,5573,5576,59,1,9,59,1,932,4,3,97,101,121,5587,5593,5599,114,111,110,59,1,356,100,105,108,59,1,354,59,1,1058,114,59,3,55349,56599,4,2,101,105,5613,5631,4,2,114,116,5619,5627,101,102,111,114,101,59,1,8756,97,59,1,920,4,2,99,110,5637,5647,107,83,112,97,99,101,59,3,8287,8202,83,112,97,99,101,59,1,8201,108,100,101,4,4,59,69,70,84,5668,5670,5677,5688,1,8764,113,117,97,108,59,1,8771,117,108,108,69,113,117,97,108,59,1,8773,105,108,100,101,59,1,8776,112,102,59,3,55349,56651,105,112,108,101,68,111,116,59,1,8411,4,2,99,116,5717,5722,114,59,3,55349,56495,114,111,107,59,1,358,4,14,97,98,99,100,102,103,109,110,111,112,114,115,116,117,5758,5789,5805,5823,5830,5835,5846,5852,5921,5937,6089,6095,6101,6108,4,2,99,114,5764,5774,117,116,101,5,218,1,59,5772,1,218,114,4,2,59,111,5781,5783,1,8607,99,105,114,59,1,10569,114,4,2,99,101,5796,5800,121,59,1,1038,118,101,59,1,364,4,2,105,121,5811,5820,114,99,5,219,1,59,5818,1,219,59,1,1059,98,108,97,99,59,1,368,114,59,3,55349,56600,114,97,118,101,5,217,1,59,5844,1,217,97,99,114,59,1,362,4,2,100,105,5858,5905,101,114,4,2,66,80,5866,5892,4,2,97,114,5872,5876,114,59,1,95,97,99,4,2,101,107,5884,5887,59,1,9183,101,116,59,1,9141,97,114,101,110,116,104,101,115,105,115,59,1,9181,111,110,4,2,59,80,5913,5915,1,8899,108,117,115,59,1,8846,4,2,103,112,5927,5932,111,110,59,1,370,102,59,3,55349,56652,4,8,65,68,69,84,97,100,112,115,5955,5985,5996,6009,6026,6033,6044,6075,114,114,111,119,4,3,59,66,68,5967,5969,5974,1,8593,97,114,59,1,10514,111,119,110,65,114,114,111,119,59,1,8645,111,119,110,65,114,114,111,119,59,1,8597,113,117,105,108,105,98,114,105,117,109,59,1,10606,101,101,4,2,59,65,6017,6019,1,8869,114,114,111,119,59,1,8613,114,114,111,119,59,1,8657,111,119,110,97,114,114,111,119,59,1,8661,101,114,4,2,76,82,6052,6063,101,102,116,65,114,114,111,119,59,1,8598,105,103,104,116,65,114,114,111,119,59,1,8599,105,4,2,59,108,6082,6084,1,978,111,110,59,1,933,105,110,103,59,1,366,99,114,59,3,55349,56496,105,108,100,101,59,1,360,109,108,5,220,1,59,6115,1,220,4,9,68,98,99,100,101,102,111,115,118,6137,6143,6148,6152,6166,6250,6255,6261,6267,97,115,104,59,1,8875,97,114,59,1,10987,121,59,1,1042,97,115,104,4,2,59,108,6161,6163,1,8873,59,1,10982,4,2,101,114,6172,6175,59,1,8897,4,3,98,116,121,6183,6188,6238,97,114,59,1,8214,4,2,59,105,6194,6196,1,8214,99,97,108,4,4,66,76,83,84,6209,6214,6220,6231,97,114,59,1,8739,105,110,101,59,1,124,101,112,97,114,97,116,111,114,59,1,10072,105,108,100,101,59,1,8768,84,104,105,110,83,112,97,99,101,59,1,8202,114,59,3,55349,56601,112,102,59,3,55349,56653,99,114,59,3,55349,56497,100,97,115,104,59,1,8874,4,5,99,101,102,111,115,6286,6292,6298,6303,6309,105,114,99,59,1,372,100,103,101,59,1,8896,114,59,3,55349,56602,112,102,59,3,55349,56654,99,114,59,3,55349,56498,4,4,102,105,111,115,6325,6330,6333,6339,114,59,3,55349,56603,59,1,926,112,102,59,3,55349,56655,99,114,59,3,55349,56499,4,9,65,73,85,97,99,102,111,115,117,6365,6370,6375,6380,6391,6405,6410,6416,6422,99,121,59,1,1071,99,121,59,1,1031,99,121,59,1,1070,99,117,116,101,5,221,1,59,6389,1,221,4,2,105,121,6397,6402,114,99,59,1,374,59,1,1067,114,59,3,55349,56604,112,102,59,3,55349,56656,99,114,59,3,55349,56500,109,108,59,1,376,4,8,72,97,99,100,101,102,111,115,6445,6450,6457,6472,6477,6501,6505,6510,99,121,59,1,1046,99,117,116,101,59,1,377,4,2,97,121,6463,6469,114,111,110,59,1,381,59,1,1047,111,116,59,1,379,4,2,114,116,6483,6497,111,87,105,100,116,104,83,112,97,99,101,59,1,8203,97,59,1,918,114,59,1,8488,112,102,59,1,8484,99,114,59,3,55349,56501,4,16,97,98,99,101,102,103,108,109,110,111,112,114,115,116,117,119,6550,6561,6568,6612,6622,6634,6645,6672,6699,6854,6870,6923,6933,6963,6974,6983,99,117,116,101,5,225,1,59,6559,1,225,114,101,118,101,59,1,259,4,6,59,69,100,105,117,121,6582,6584,6588,6591,6600,6609,1,8766,59,3,8766,819,59,1,8767,114,99,5,226,1,59,6598,1,226,116,101,5,180,1,59,6607,1,180,59,1,1072,108,105,103,5,230,1,59,6620,1,230,4,2,59,114,6628,6630,1,8289,59,3,55349,56606,114,97,118,101,5,224,1,59,6643,1,224,4,2,101,112,6651,6667,4,2,102,112,6657,6663,115,121,109,59,1,8501,104,59,1,8501,104,97,59,1,945,4,2,97,112,6678,6692,4,2,99,108,6684,6688,114,59,1,257,103,59,1,10815,5,38,1,59,6697,1,38,4,2,100,103,6705,6737,4,5,59,97,100,115,118,6717,6719,6724,6727,6734,1,8743,110,100,59,1,10837,59,1,10844,108,111,112,101,59,1,10840,59,1,10842,4,7,59,101,108,109,114,115,122,6753,6755,6758,6762,6814,6835,6848,1,8736,59,1,10660,101,59,1,8736,115,100,4,2,59,97,6770,6772,1,8737,4,8,97,98,99,100,101,102,103,104,6790,6793,6796,6799,6802,6805,6808,6811,59,1,10664,59,1,10665,59,1,10666,59,1,10667,59,1,10668,59,1,10669,59,1,10670,59,1,10671,116,4,2,59,118,6821,6823,1,8735,98,4,2,59,100,6830,6832,1,8894,59,1,10653,4,2,112,116,6841,6845,104,59,1,8738,59,1,197,97,114,114,59,1,9084,4,2,103,112,6860,6865,111,110,59,1,261,102,59,3,55349,56658,4,7,59,69,97,101,105,111,112,6886,6888,6891,6897,6900,6904,6908,1,8776,59,1,10864,99,105,114,59,1,10863,59,1,8778,100,59,1,8779,115,59,1,39,114,111,120,4,2,59,101,6917,6919,1,8776,113,59,1,8778,105,110,103,5,229,1,59,6931,1,229,4,3,99,116,121,6941,6946,6949,114,59,3,55349,56502,59,1,42,109,112,4,2,59,101,6957,6959,1,8776,113,59,1,8781,105,108,100,101,5,227,1,59,6972,1,227,109,108,5,228,1,59,6981,1,228,4,2,99,105,6989,6997,111,110,105,110,116,59,1,8755,110,116,59,1,10769,4,16,78,97,98,99,100,101,102,105,107,108,110,111,112,114,115,117,7036,7041,7119,7135,7149,7155,7219,7224,7347,7354,7463,7489,7786,7793,7814,7866,111,116,59,1,10989,4,2,99,114,7047,7094,107,4,4,99,101,112,115,7058,7064,7073,7080,111,110,103,59,1,8780,112,115,105,108,111,110,59,1,1014,114,105,109,101,59,1,8245,105,109,4,2,59,101,7088,7090,1,8765,113,59,1,8909,4,2,118,119,7100,7105,101,101,59,1,8893,101,100,4,2,59,103,7113,7115,1,8965,101,59,1,8965,114,107,4,2,59,116,7127,7129,1,9141,98,114,107,59,1,9142,4,2,111,121,7141,7146,110,103,59,1,8780,59,1,1073,113,117,111,59,1,8222,4,5,99,109,112,114,116,7167,7181,7188,7193,7199,97,117,115,4,2,59,101,7176,7178,1,8757,59,1,8757,112,116,121,118,59,1,10672,115,105,59,1,1014,110,111,117,59,1,8492,4,3,97,104,119,7207,7210,7213,59,1,946,59,1,8502,101,101,110,59,1,8812,114,59,3,55349,56607,103,4,7,99,111,115,116,117,118,119,7241,7262,7288,7305,7328,7335,7340,4,3,97,105,117,7249,7253,7258,112,59,1,8898,114,99,59,1,9711,112,59,1,8899,4,3,100,112,116,7270,7275,7281,111,116,59,1,10752,108,117,115,59,1,10753,105,109,101,115,59,1,10754,4,2,113,116,7294,7300,99,117,112,59,1,10758,97,114,59,1,9733,114,105,97,110,103,108,101,4,2,100,117,7318,7324,111,119,110,59,1,9661,112,59,1,9651,112,108,117,115,59,1,10756,101,101,59,1,8897,101,100,103,101,59,1,8896,97,114,111,119,59,1,10509,4,3,97,107,111,7362,7436,7458,4,2,99,110,7368,7432,107,4,3,108,115,116,7377,7386,7394,111,122,101,110,103,101,59,1,10731,113,117,97,114,101,59,1,9642,114,105,97,110,103,108,101,4,4,59,100,108,114,7411,7413,7419,7425,1,9652,111,119,110,59,1,9662,101,102,116,59,1,9666,105,103,104,116,59,1,9656,107,59,1,9251,4,2,49,51,7442,7454,4,2,50,52,7448,7451,59,1,9618,59,1,9617,52,59,1,9619,99,107,59,1,9608,4,2,101,111,7469,7485,4,2,59,113,7475,7478,3,61,8421,117,105,118,59,3,8801,8421,116,59,1,8976,4,4,112,116,119,120,7499,7504,7517,7523,102,59,3,55349,56659,4,2,59,116,7510,7512,1,8869,111,109,59,1,8869,116,105,101,59,1,8904,4,12,68,72,85,86,98,100,104,109,112,116,117,118,7549,7571,7597,7619,7655,7660,7682,7708,7715,7721,7728,7750,4,4,76,82,108,114,7559,7562,7565,7568,59,1,9559,59,1,9556,59,1,9558,59,1,9555,4,5,59,68,85,100,117,7583,7585,7588,7591,7594,1,9552,59,1,9574,59,1,9577,59,1,9572,59,1,9575,4,4,76,82,108,114,7607,7610,7613,7616,59,1,9565,59,1,9562,59,1,9564,59,1,9561,4,7,59,72,76,82,104,108,114,7635,7637,7640,7643,7646,7649,7652,1,9553,59,1,9580,59,1,9571,59,1,9568,59,1,9579,59,1,9570,59,1,9567,111,120,59,1,10697,4,4,76,82,108,114,7670,7673,7676,7679,59,1,9557,59,1,9554,59,1,9488,59,1,9484,4,5,59,68,85,100,117,7694,7696,7699,7702,7705,1,9472,59,1,9573,59,1,9576,59,1,9516,59,1,9524,105,110,117,115,59,1,8863,108,117,115,59,1,8862,105,109,101,115,59,1,8864,4,4,76,82,108,114,7738,7741,7744,7747,59,1,9563,59,1,9560,59,1,9496,59,1,9492,4,7,59,72,76,82,104,108,114,7766,7768,7771,7774,7777,7780,7783,1,9474,59,1,9578,59,1,9569,59,1,9566,59,1,9532,59,1,9508,59,1,9500,114,105,109,101,59,1,8245,4,2,101,118,7799,7804,118,101,59,1,728,98,97,114,5,166,1,59,7812,1,166,4,4,99,101,105,111,7824,7829,7834,7846,114,59,3,55349,56503,109,105,59,1,8271,109,4,2,59,101,7841,7843,1,8765,59,1,8909,108,4,3,59,98,104,7855,7857,7860,1,92,59,1,10693,115,117,98,59,1,10184,4,2,108,109,7872,7885,108,4,2,59,101,7879,7881,1,8226,116,59,1,8226,112,4,3,59,69,101,7894,7896,7899,1,8782,59,1,10926,4,2,59,113,7905,7907,1,8783,59,1,8783,4,15,97,99,100,101,102,104,105,108,111,114,115,116,117,119,121,7942,8021,8075,8080,8121,8126,8157,8279,8295,8430,8446,8485,8491,8707,8726,4,3,99,112,114,7950,7956,8007,117,116,101,59,1,263,4,6,59,97,98,99,100,115,7970,7972,7977,7984,7998,8003,1,8745,110,100,59,1,10820,114,99,117,112,59,1,10825,4,2,97,117,7990,7994,112,59,1,10827,112,59,1,10823,111,116,59,1,10816,59,3,8745,65024,4,2,101,111,8013,8017,116,59,1,8257,110,59,1,711,4,4,97,101,105,117,8031,8046,8056,8061,4,2,112,114,8037,8041,115,59,1,10829,111,110,59,1,269,100,105,108,5,231,1,59,8054,1,231,114,99,59,1,265,112,115,4,2,59,115,8069,8071,1,10828,109,59,1,10832,111,116,59,1,267,4,3,100,109,110,8088,8097,8104,105,108,5,184,1,59,8095,1,184,112,116,121,118,59,1,10674,116,5,162,2,59,101,8112,8114,1,162,114,100,111,116,59,1,183,114,59,3,55349,56608,4,3,99,101,105,8134,8138,8154,121,59,1,1095,99,107,4,2,59,109,8146,8148,1,10003,97,114,107,59,1,10003,59,1,967,114,4,7,59,69,99,101,102,109,115,8174,8176,8179,8258,8261,8268,8273,1,9675,59,1,10691,4,3,59,101,108,8187,8189,8193,1,710,113,59,1,8791,101,4,2,97,100,8200,8223,114,114,111,119,4,2,108,114,8210,8216,101,102,116,59,1,8634,105,103,104,116,59,1,8635,4,5,82,83,97,99,100,8235,8238,8241,8246,8252,59,1,174,59,1,9416,115,116,59,1,8859,105,114,99,59,1,8858,97,115,104,59,1,8861,59,1,8791,110,105,110,116,59,1,10768,105,100,59,1,10991,99,105,114,59,1,10690,117,98,115,4,2,59,117,8288,8290,1,9827,105,116,59,1,9827,4,4,108,109,110,112,8305,8326,8376,8400,111,110,4,2,59,101,8313,8315,1,58,4,2,59,113,8321,8323,1,8788,59,1,8788,4,2,109,112,8332,8344,97,4,2,59,116,8339,8341,1,44,59,1,64,4,3,59,102,108,8352,8354,8358,1,8705,110,59,1,8728,101,4,2,109,120,8365,8371,101,110,116,59,1,8705,101,115,59,1,8450,4,2,103,105,8382,8395,4,2,59,100,8388,8390,1,8773,111,116,59,1,10861,110,116,59,1,8750,4,3,102,114,121,8408,8412,8417,59,3,55349,56660,111,100,59,1,8720,5,169,2,59,115,8424,8426,1,169,114,59,1,8471,4,2,97,111,8436,8441,114,114,59,1,8629,115,115,59,1,10007,4,2,99,117,8452,8457,114,59,3,55349,56504,4,2,98,112,8463,8474,4,2,59,101,8469,8471,1,10959,59,1,10961,4,2,59,101,8480,8482,1,10960,59,1,10962,100,111,116,59,1,8943,4,7,100,101,108,112,114,118,119,8507,8522,8536,8550,8600,8697,8702,97,114,114,4,2,108,114,8516,8519,59,1,10552,59,1,10549,4,2,112,115,8528,8532,114,59,1,8926,99,59,1,8927,97,114,114,4,2,59,112,8545,8547,1,8630,59,1,10557,4,6,59,98,99,100,111,115,8564,8566,8573,8587,8592,8596,1,8746,114,99,97,112,59,1,10824,4,2,97,117,8579,8583,112,59,1,10822,112,59,1,10826,111,116,59,1,8845,114,59,1,10821,59,3,8746,65024,4,4,97,108,114,118,8610,8623,8663,8672,114,114,4,2,59,109,8618,8620,1,8631,59,1,10556,121,4,3,101,118,119,8632,8651,8656,113,4,2,112,115,8639,8645,114,101,99,59,1,8926,117,99,99,59,1,8927,101,101,59,1,8910,101,100,103,101,59,1,8911,101,110,5,164,1,59,8670,1,164,101,97,114,114,111,119,4,2,108,114,8684,8690,101,102,116,59,1,8630,105,103,104,116,59,1,8631,101,101,59,1,8910,101,100,59,1,8911,4,2,99,105,8713,8721,111,110,105,110,116,59,1,8754,110,116,59,1,8753,108,99,116,121,59,1,9005,4,19,65,72,97,98,99,100,101,102,104,105,106,108,111,114,115,116,117,119,122,8773,8778,8783,8821,8839,8854,8887,8914,8930,8944,9036,9041,9058,9197,9227,9258,9281,9297,9305,114,114,59,1,8659,97,114,59,1,10597,4,4,103,108,114,115,8793,8799,8805,8809,103,101,114,59,1,8224,101,116,104,59,1,8504,114,59,1,8595,104,4,2,59,118,8816,8818,1,8208,59,1,8867,4,2,107,108,8827,8834,97,114,111,119,59,1,10511,97,99,59,1,733,4,2,97,121,8845,8851,114,111,110,59,1,271,59,1,1076,4,3,59,97,111,8862,8864,8880,1,8518,4,2,103,114,8870,8876,103,101,114,59,1,8225,114,59,1,8650,116,115,101,113,59,1,10871,4,3,103,108,109,8895,8902,8907,5,176,1,59,8900,1,176,116,97,59,1,948,112,116,121,118,59,1,10673,4,2,105,114,8920,8926,115,104,116,59,1,10623,59,3,55349,56609,97,114,4,2,108,114,8938,8941,59,1,8643,59,1,8642,4,5,97,101,103,115,118,8956,8986,8989,8996,9001,109,4,3,59,111,115,8965,8967,8983,1,8900,110,100,4,2,59,115,8975,8977,1,8900,117,105,116,59,1,9830,59,1,9830,59,1,168,97,109,109,97,59,1,989,105,110,59,1,8946,4,3,59,105,111,9009,9011,9031,1,247,100,101,5,247,2,59,111,9020,9022,1,247,110,116,105,109,101,115,59,1,8903,110,120,59,1,8903,99,121,59,1,1106,99,4,2,111,114,9048,9053,114,110,59,1,8990,111,112,59,1,8973,4,5,108,112,116,117,119,9070,9076,9081,9130,9144,108,97,114,59,1,36,102,59,3,55349,56661,4,5,59,101,109,112,115,9093,9095,9109,9116,9122,1,729,113,4,2,59,100,9102,9104,1,8784,111,116,59,1,8785,105,110,117,115,59,1,8760,108,117,115,59,1,8724,113,117,97,114,101,59,1,8865,98,108,101,98,97,114,119,101,100,103,101,59,1,8966,110,4,3,97,100,104,9153,9160,9172,114,114,111,119,59,1,8595,111,119,110,97,114,114,111,119,115,59,1,8650,97,114,112,111,111,110,4,2,108,114,9184,9190,101,102,116,59,1,8643,105,103,104,116,59,1,8642,4,2,98,99,9203,9211,107,97,114,111,119,59,1,10512,4,2,111,114,9217,9222,114,110,59,1,8991,111,112,59,1,8972,4,3,99,111,116,9235,9248,9252,4,2,114,121,9241,9245,59,3,55349,56505,59,1,1109,108,59,1,10742,114,111,107,59,1,273,4,2,100,114,9264,9269,111,116,59,1,8945,105,4,2,59,102,9276,9278,1,9663,59,1,9662,4,2,97,104,9287,9292,114,114,59,1,8693,97,114,59,1,10607,97,110,103,108,101,59,1,10662,4,2,99,105,9311,9315,121,59,1,1119,103,114,97,114,114,59,1,10239,4,18,68,97,99,100,101,102,103,108,109,110,111,112,113,114,115,116,117,120,9361,9376,9398,9439,9444,9447,9462,9495,9531,9585,9598,9614,9659,9755,9771,9792,9808,9826,4,2,68,111,9367,9372,111,116,59,1,10871,116,59,1,8785,4,2,99,115,9382,9392,117,116,101,5,233,1,59,9390,1,233,116,101,114,59,1,10862,4,4,97,105,111,121,9408,9414,9430,9436,114,111,110,59,1,283,114,4,2,59,99,9421,9423,1,8790,5,234,1,59,9428,1,234,108,111,110,59,1,8789,59,1,1101,111,116,59,1,279,59,1,8519,4,2,68,114,9453,9458,111,116,59,1,8786,59,3,55349,56610,4,3,59,114,115,9470,9472,9482,1,10906,97,118,101,5,232,1,59,9480,1,232,4,2,59,100,9488,9490,1,10902,111,116,59,1,10904,4,4,59,105,108,115,9505,9507,9515,9518,1,10905,110,116,101,114,115,59,1,9191,59,1,8467,4,2,59,100,9524,9526,1,10901,111,116,59,1,10903,4,3,97,112,115,9539,9544,9564,99,114,59,1,275,116,121,4,3,59,115,118,9554,9556,9561,1,8709,101,116,59,1,8709,59,1,8709,112,4,2,49,59,9571,9583,4,2,51,52,9577,9580,59,1,8196,59,1,8197,1,8195,4,2,103,115,9591,9594,59,1,331,112,59,1,8194,4,2,103,112,9604,9609,111,110,59,1,281,102,59,3,55349,56662,4,3,97,108,115,9622,9635,9640,114,4,2,59,115,9629,9631,1,8917,108,59,1,10723,117,115,59,1,10865,105,4,3,59,108,118,9649,9651,9656,1,949,111,110,59,1,949,59,1,1013,4,4,99,115,117,118,9669,9686,9716,9747,4,2,105,111,9675,9680,114,99,59,1,8790,108,111,110,59,1,8789,4,2,105,108,9692,9696,109,59,1,8770,97,110,116,4,2,103,108,9705,9710,116,114,59,1,10902,101,115,115,59,1,10901,4,3,97,101,105,9724,9729,9734,108,115,59,1,61,115,116,59,1,8799,118,4,2,59,68,9741,9743,1,8801,68,59,1,10872,112,97,114,115,108,59,1,10725,4,2,68,97,9761,9766,111,116,59,1,8787,114,114,59,1,10609,4,3,99,100,105,9779,9783,9788,114,59,1,8495,111,116,59,1,8784,109,59,1,8770,4,2,97,104,9798,9801,59,1,951,5,240,1,59,9806,1,240,4,2,109,114,9814,9822,108,5,235,1,59,9820,1,235,111,59,1,8364,4,3,99,105,112,9834,9838,9843,108,59,1,33,115,116,59,1,8707,4,2,101,111,9849,9859,99,116,97,116,105,111,110,59,1,8496,110,101,110,116,105,97,108,101,59,1,8519,4,12,97,99,101,102,105,106,108,110,111,112,114,115,9896,9910,9914,9921,9954,9960,9967,9989,9994,10027,10036,10164,108,108,105,110,103,100,111,116,115,101,113,59,1,8786,121,59,1,1092,109,97,108,101,59,1,9792,4,3,105,108,114,9929,9935,9950,108,105,103,59,1,64259,4,2,105,108,9941,9945,103,59,1,64256,105,103,59,1,64260,59,3,55349,56611,108,105,103,59,1,64257,108,105,103,59,3,102,106,4,3,97,108,116,9975,9979,9984,116,59,1,9837,105,103,59,1,64258,110,115,59,1,9649,111,102,59,1,402,4,2,112,114,1e4,10005,102,59,3,55349,56663,4,2,97,107,10011,10016,108,108,59,1,8704,4,2,59,118,10022,10024,1,8916,59,1,10969,97,114,116,105,110,116,59,1,10765,4,2,97,111,10042,10159,4,2,99,115,10048,10155,4,6,49,50,51,52,53,55,10062,10102,10114,10135,10139,10151,4,6,50,51,52,53,54,56,10076,10083,10086,10093,10096,10099,5,189,1,59,10081,1,189,59,1,8531,5,188,1,59,10091,1,188,59,1,8533,59,1,8537,59,1,8539,4,2,51,53,10108,10111,59,1,8532,59,1,8534,4,3,52,53,56,10122,10129,10132,5,190,1,59,10127,1,190,59,1,8535,59,1,8540,53,59,1,8536,4,2,54,56,10145,10148,59,1,8538,59,1,8541,56,59,1,8542,108,59,1,8260,119,110,59,1,8994,99,114,59,3,55349,56507,4,17,69,97,98,99,100,101,102,103,105,106,108,110,111,114,115,116,118,10206,10217,10247,10254,10268,10273,10358,10363,10374,10380,10385,10406,10458,10464,10470,10497,10610,4,2,59,108,10212,10214,1,8807,59,1,10892,4,3,99,109,112,10225,10231,10244,117,116,101,59,1,501,109,97,4,2,59,100,10239,10241,1,947,59,1,989,59,1,10886,114,101,118,101,59,1,287,4,2,105,121,10260,10265,114,99,59,1,285,59,1,1075,111,116,59,1,289,4,4,59,108,113,115,10283,10285,10288,10308,1,8805,59,1,8923,4,3,59,113,115,10296,10298,10301,1,8805,59,1,8807,108,97,110,116,59,1,10878,4,4,59,99,100,108,10318,10320,10324,10345,1,10878,99,59,1,10921,111,116,4,2,59,111,10332,10334,1,10880,4,2,59,108,10340,10342,1,10882,59,1,10884,4,2,59,101,10351,10354,3,8923,65024,115,59,1,10900,114,59,3,55349,56612,4,2,59,103,10369,10371,1,8811,59,1,8921,109,101,108,59,1,8503,99,121,59,1,1107,4,4,59,69,97,106,10395,10397,10400,10403,1,8823,59,1,10898,59,1,10917,59,1,10916,4,4,69,97,101,115,10416,10419,10434,10453,59,1,8809,112,4,2,59,112,10426,10428,1,10890,114,111,120,59,1,10890,4,2,59,113,10440,10442,1,10888,4,2,59,113,10448,10450,1,10888,59,1,8809,105,109,59,1,8935,112,102,59,3,55349,56664,97,118,101,59,1,96,4,2,99,105,10476,10480,114,59,1,8458,109,4,3,59,101,108,10489,10491,10494,1,8819,59,1,10894,59,1,10896,5,62,6,59,99,100,108,113,114,10512,10514,10527,10532,10538,10545,1,62,4,2,99,105,10520,10523,59,1,10919,114,59,1,10874,111,116,59,1,8919,80,97,114,59,1,10645,117,101,115,116,59,1,10876,4,5,97,100,101,108,115,10557,10574,10579,10599,10605,4,2,112,114,10563,10570,112,114,111,120,59,1,10886,114,59,1,10616,111,116,59,1,8919,113,4,2,108,113,10586,10592,101,115,115,59,1,8923,108,101,115,115,59,1,10892,101,115,115,59,1,8823,105,109,59,1,8819,4,2,101,110,10616,10626,114,116,110,101,113,113,59,3,8809,65024,69,59,3,8809,65024,4,10,65,97,98,99,101,102,107,111,115,121,10653,10658,10713,10718,10724,10760,10765,10786,10850,10875,114,114,59,1,8660,4,4,105,108,109,114,10668,10674,10678,10684,114,115,112,59,1,8202,102,59,1,189,105,108,116,59,1,8459,4,2,100,114,10690,10695,99,121,59,1,1098,4,3,59,99,119,10703,10705,10710,1,8596,105,114,59,1,10568,59,1,8621,97,114,59,1,8463,105,114,99,59,1,293,4,3,97,108,114,10732,10748,10754,114,116,115,4,2,59,117,10741,10743,1,9829,105,116,59,1,9829,108,105,112,59,1,8230,99,111,110,59,1,8889,114,59,3,55349,56613,115,4,2,101,119,10772,10779,97,114,111,119,59,1,10533,97,114,111,119,59,1,10534,4,5,97,109,111,112,114,10798,10803,10809,10839,10844,114,114,59,1,8703,116,104,116,59,1,8763,107,4,2,108,114,10816,10827,101,102,116,97,114,114,111,119,59,1,8617,105,103,104,116,97,114,114,111,119,59,1,8618,102,59,3,55349,56665,98,97,114,59,1,8213,4,3,99,108,116,10858,10863,10869,114,59,3,55349,56509,97,115,104,59,1,8463,114,111,107,59,1,295,4,2,98,112,10881,10887,117,108,108,59,1,8259,104,101,110,59,1,8208,4,15,97,99,101,102,103,105,106,109,110,111,112,113,115,116,117,10925,10936,10958,10977,10990,11001,11039,11045,11101,11192,11220,11226,11237,11285,11299,99,117,116,101,5,237,1,59,10934,1,237,4,3,59,105,121,10944,10946,10955,1,8291,114,99,5,238,1,59,10953,1,238,59,1,1080,4,2,99,120,10964,10968,121,59,1,1077,99,108,5,161,1,59,10975,1,161,4,2,102,114,10983,10986,59,1,8660,59,3,55349,56614,114,97,118,101,5,236,1,59,10999,1,236,4,4,59,105,110,111,11011,11013,11028,11034,1,8520,4,2,105,110,11019,11024,110,116,59,1,10764,116,59,1,8749,102,105,110,59,1,10716,116,97,59,1,8489,108,105,103,59,1,307,4,3,97,111,112,11053,11092,11096,4,3,99,103,116,11061,11065,11088,114,59,1,299,4,3,101,108,112,11073,11076,11082,59,1,8465,105,110,101,59,1,8464,97,114,116,59,1,8465,104,59,1,305,102,59,1,8887,101,100,59,1,437,4,5,59,99,102,111,116,11113,11115,11121,11136,11142,1,8712,97,114,101,59,1,8453,105,110,4,2,59,116,11129,11131,1,8734,105,101,59,1,10717,100,111,116,59,1,305,4,5,59,99,101,108,112,11154,11156,11161,11179,11186,1,8747,97,108,59,1,8890,4,2,103,114,11167,11173,101,114,115,59,1,8484,99,97,108,59,1,8890,97,114,104,107,59,1,10775,114,111,100,59,1,10812,4,4,99,103,112,116,11202,11206,11211,11216,121,59,1,1105,111,110,59,1,303,102,59,3,55349,56666,97,59,1,953,114,111,100,59,1,10812,117,101,115,116,5,191,1,59,11235,1,191,4,2,99,105,11243,11248,114,59,3,55349,56510,110,4,5,59,69,100,115,118,11261,11263,11266,11271,11282,1,8712,59,1,8953,111,116,59,1,8949,4,2,59,118,11277,11279,1,8948,59,1,8947,59,1,8712,4,2,59,105,11291,11293,1,8290,108,100,101,59,1,297,4,2,107,109,11305,11310,99,121,59,1,1110,108,5,239,1,59,11316,1,239,4,6,99,102,109,111,115,117,11332,11346,11351,11357,11363,11380,4,2,105,121,11338,11343,114,99,59,1,309,59,1,1081,114,59,3,55349,56615,97,116,104,59,1,567,112,102,59,3,55349,56667,4,2,99,101,11369,11374,114,59,3,55349,56511,114,99,121,59,1,1112,107,99,121,59,1,1108,4,8,97,99,102,103,104,106,111,115,11404,11418,11433,11438,11445,11450,11455,11461,112,112,97,4,2,59,118,11413,11415,1,954,59,1,1008,4,2,101,121,11424,11430,100,105,108,59,1,311,59,1,1082,114,59,3,55349,56616,114,101,101,110,59,1,312,99,121,59,1,1093,99,121,59,1,1116,112,102,59,3,55349,56668,99,114,59,3,55349,56512,4,23,65,66,69,72,97,98,99,100,101,102,103,104,106,108,109,110,111,112,114,115,116,117,118,11515,11538,11544,11555,11560,11721,11780,11818,11868,12136,12160,12171,12203,12208,12246,12275,12327,12509,12523,12569,12641,12732,12752,4,3,97,114,116,11523,11528,11532,114,114,59,1,8666,114,59,1,8656,97,105,108,59,1,10523,97,114,114,59,1,10510,4,2,59,103,11550,11552,1,8806,59,1,10891,97,114,59,1,10594,4,9,99,101,103,109,110,112,113,114,116,11580,11586,11594,11600,11606,11624,11627,11636,11694,117,116,101,59,1,314,109,112,116,121,118,59,1,10676,114,97,110,59,1,8466,98,100,97,59,1,955,103,4,3,59,100,108,11615,11617,11620,1,10216,59,1,10641,101,59,1,10216,59,1,10885,117,111,5,171,1,59,11634,1,171,114,4,8,59,98,102,104,108,112,115,116,11655,11657,11669,11673,11677,11681,11685,11690,1,8592,4,2,59,102,11663,11665,1,8676,115,59,1,10527,115,59,1,10525,107,59,1,8617,112,59,1,8619,108,59,1,10553,105,109,59,1,10611,108,59,1,8610,4,3,59,97,101,11702,11704,11709,1,10923,105,108,59,1,10521,4,2,59,115,11715,11717,1,10925,59,3,10925,65024,4,3,97,98,114,11729,11734,11739,114,114,59,1,10508,114,107,59,1,10098,4,2,97,107,11745,11758,99,4,2,101,107,11752,11755,59,1,123,59,1,91,4,2,101,115,11764,11767,59,1,10635,108,4,2,100,117,11774,11777,59,1,10639,59,1,10637,4,4,97,101,117,121,11790,11796,11811,11815,114,111,110,59,1,318,4,2,100,105,11802,11807,105,108,59,1,316,108,59,1,8968,98,59,1,123,59,1,1083,4,4,99,113,114,115,11828,11832,11845,11864,97,59,1,10550,117,111,4,2,59,114,11840,11842,1,8220,59,1,8222,4,2,100,117,11851,11857,104,97,114,59,1,10599,115,104,97,114,59,1,10571,104,59,1,8626,4,5,59,102,103,113,115,11880,11882,12008,12011,12031,1,8804,116,4,5,97,104,108,114,116,11895,11913,11935,11947,11996,114,114,111,119,4,2,59,116,11905,11907,1,8592,97,105,108,59,1,8610,97,114,112,111,111,110,4,2,100,117,11925,11931,111,119,110,59,1,8637,112,59,1,8636,101,102,116,97,114,114,111,119,115,59,1,8647,105,103,104,116,4,3,97,104,115,11959,11974,11984,114,114,111,119,4,2,59,115,11969,11971,1,8596,59,1,8646,97,114,112,111,111,110,115,59,1,8651,113,117,105,103,97,114,114,111,119,59,1,8621,104,114,101,101,116,105,109,101,115,59,1,8907,59,1,8922,4,3,59,113,115,12019,12021,12024,1,8804,59,1,8806,108,97,110,116,59,1,10877,4,5,59,99,100,103,115,12043,12045,12049,12070,12083,1,10877,99,59,1,10920,111,116,4,2,59,111,12057,12059,1,10879,4,2,59,114,12065,12067,1,10881,59,1,10883,4,2,59,101,12076,12079,3,8922,65024,115,59,1,10899,4,5,97,100,101,103,115,12095,12103,12108,12126,12131,112,112,114,111,120,59,1,10885,111,116,59,1,8918,113,4,2,103,113,12115,12120,116,114,59,1,8922,103,116,114,59,1,10891,116,114,59,1,8822,105,109,59,1,8818,4,3,105,108,114,12144,12150,12156,115,104,116,59,1,10620,111,111,114,59,1,8970,59,3,55349,56617,4,2,59,69,12166,12168,1,8822,59,1,10897,4,2,97,98,12177,12198,114,4,2,100,117,12184,12187,59,1,8637,4,2,59,108,12193,12195,1,8636,59,1,10602,108,107,59,1,9604,99,121,59,1,1113,4,5,59,97,99,104,116,12220,12222,12227,12235,12241,1,8810,114,114,59,1,8647,111,114,110,101,114,59,1,8990,97,114,100,59,1,10603,114,105,59,1,9722,4,2,105,111,12252,12258,100,111,116,59,1,320,117,115,116,4,2,59,97,12267,12269,1,9136,99,104,101,59,1,9136,4,4,69,97,101,115,12285,12288,12303,12322,59,1,8808,112,4,2,59,112,12295,12297,1,10889,114,111,120,59,1,10889,4,2,59,113,12309,12311,1,10887,4,2,59,113,12317,12319,1,10887,59,1,8808,105,109,59,1,8934,4,8,97,98,110,111,112,116,119,122,12345,12359,12364,12421,12446,12467,12474,12490,4,2,110,114,12351,12355,103,59,1,10220,114,59,1,8701,114,107,59,1,10214,103,4,3,108,109,114,12373,12401,12409,101,102,116,4,2,97,114,12382,12389,114,114,111,119,59,1,10229,105,103,104,116,97,114,114,111,119,59,1,10231,97,112,115,116,111,59,1,10236,105,103,104,116,97,114,114,111,119,59,1,10230,112,97,114,114,111,119,4,2,108,114,12433,12439,101,102,116,59,1,8619,105,103,104,116,59,1,8620,4,3,97,102,108,12454,12458,12462,114,59,1,10629,59,3,55349,56669,117,115,59,1,10797,105,109,101,115,59,1,10804,4,2,97,98,12480,12485,115,116,59,1,8727,97,114,59,1,95,4,3,59,101,102,12498,12500,12506,1,9674,110,103,101,59,1,9674,59,1,10731,97,114,4,2,59,108,12517,12519,1,40,116,59,1,10643,4,5,97,99,104,109,116,12535,12540,12548,12561,12564,114,114,59,1,8646,111,114,110,101,114,59,1,8991,97,114,4,2,59,100,12556,12558,1,8651,59,1,10605,59,1,8206,114,105,59,1,8895,4,6,97,99,104,105,113,116,12583,12589,12594,12597,12614,12635,113,117,111,59,1,8249,114,59,3,55349,56513,59,1,8624,109,4,3,59,101,103,12606,12608,12611,1,8818,59,1,10893,59,1,10895,4,2,98,117,12620,12623,59,1,91,111,4,2,59,114,12630,12632,1,8216,59,1,8218,114,111,107,59,1,322,5,60,8,59,99,100,104,105,108,113,114,12660,12662,12675,12680,12686,12692,12698,12705,1,60,4,2,99,105,12668,12671,59,1,10918,114,59,1,10873,111,116,59,1,8918,114,101,101,59,1,8907,109,101,115,59,1,8905,97,114,114,59,1,10614,117,101,115,116,59,1,10875,4,2,80,105,12711,12716,97,114,59,1,10646,4,3,59,101,102,12724,12726,12729,1,9667,59,1,8884,59,1,9666,114,4,2,100,117,12739,12746,115,104,97,114,59,1,10570,104,97,114,59,1,10598,4,2,101,110,12758,12768,114,116,110,101,113,113,59,3,8808,65024,69,59,3,8808,65024,4,14,68,97,99,100,101,102,104,105,108,110,111,112,115,117,12803,12809,12893,12908,12914,12928,12933,12937,13011,13025,13032,13049,13052,13069,68,111,116,59,1,8762,4,4,99,108,112,114,12819,12827,12849,12887,114,5,175,1,59,12825,1,175,4,2,101,116,12833,12836,59,1,9794,4,2,59,101,12842,12844,1,10016,115,101,59,1,10016,4,2,59,115,12855,12857,1,8614,116,111,4,4,59,100,108,117,12869,12871,12877,12883,1,8614,111,119,110,59,1,8615,101,102,116,59,1,8612,112,59,1,8613,107,101,114,59,1,9646,4,2,111,121,12899,12905,109,109,97,59,1,10793,59,1,1084,97,115,104,59,1,8212,97,115,117,114,101,100,97,110,103,108,101,59,1,8737,114,59,3,55349,56618,111,59,1,8487,4,3,99,100,110,12945,12954,12985,114,111,5,181,1,59,12952,1,181,4,4,59,97,99,100,12964,12966,12971,12976,1,8739,115,116,59,1,42,105,114,59,1,10992,111,116,5,183,1,59,12983,1,183,117,115,4,3,59,98,100,12995,12997,13e3,1,8722,59,1,8863,4,2,59,117,13006,13008,1,8760,59,1,10794,4,2,99,100,13017,13021,112,59,1,10971,114,59,1,8230,112,108,117,115,59,1,8723,4,2,100,112,13038,13044,101,108,115,59,1,8871,102,59,3,55349,56670,59,1,8723,4,2,99,116,13058,13063,114,59,3,55349,56514,112,111,115,59,1,8766,4,3,59,108,109,13077,13079,13087,1,956,116,105,109,97,112,59,1,8888,97,112,59,1,8888,4,24,71,76,82,86,97,98,99,100,101,102,103,104,105,106,108,109,111,112,114,115,116,117,118,119,13142,13165,13217,13229,13247,13330,13359,13414,13420,13508,13513,13579,13602,13626,13631,13762,13767,13855,13936,13995,14214,14285,14312,14432,4,2,103,116,13148,13152,59,3,8921,824,4,2,59,118,13158,13161,3,8811,8402,59,3,8811,824,4,3,101,108,116,13173,13200,13204,102,116,4,2,97,114,13181,13188,114,114,111,119,59,1,8653,105,103,104,116,97,114,114,111,119,59,1,8654,59,3,8920,824,4,2,59,118,13210,13213,3,8810,8402,59,3,8810,824,105,103,104,116,97,114,114,111,119,59,1,8655,4,2,68,100,13235,13241,97,115,104,59,1,8879,97,115,104,59,1,8878,4,5,98,99,110,112,116,13259,13264,13270,13275,13308,108,97,59,1,8711,117,116,101,59,1,324,103,59,3,8736,8402,4,5,59,69,105,111,112,13287,13289,13293,13298,13302,1,8777,59,3,10864,824,100,59,3,8779,824,115,59,1,329,114,111,120,59,1,8777,117,114,4,2,59,97,13316,13318,1,9838,108,4,2,59,115,13325,13327,1,9838,59,1,8469,4,2,115,117,13336,13344,112,5,160,1,59,13342,1,160,109,112,4,2,59,101,13352,13355,3,8782,824,59,3,8783,824,4,5,97,101,111,117,121,13371,13385,13391,13407,13411,4,2,112,114,13377,13380,59,1,10819,111,110,59,1,328,100,105,108,59,1,326,110,103,4,2,59,100,13399,13401,1,8775,111,116,59,3,10861,824,112,59,1,10818,59,1,1085,97,115,104,59,1,8211,4,7,59,65,97,100,113,115,120,13436,13438,13443,13466,13472,13478,13494,1,8800,114,114,59,1,8663,114,4,2,104,114,13450,13454,107,59,1,10532,4,2,59,111,13460,13462,1,8599,119,59,1,8599,111,116,59,3,8784,824,117,105,118,59,1,8802,4,2,101,105,13484,13489,97,114,59,1,10536,109,59,3,8770,824,105,115,116,4,2,59,115,13503,13505,1,8708,59,1,8708,114,59,3,55349,56619,4,4,69,101,115,116,13523,13527,13563,13568,59,3,8807,824,4,3,59,113,115,13535,13537,13559,1,8817,4,3,59,113,115,13545,13547,13551,1,8817,59,3,8807,824,108,97,110,116,59,3,10878,824,59,3,10878,824,105,109,59,1,8821,4,2,59,114,13574,13576,1,8815,59,1,8815,4,3,65,97,112,13587,13592,13597,114,114,59,1,8654,114,114,59,1,8622,97,114,59,1,10994,4,3,59,115,118,13610,13612,13623,1,8715,4,2,59,100,13618,13620,1,8956,59,1,8954,59,1,8715,99,121,59,1,1114,4,7,65,69,97,100,101,115,116,13647,13652,13656,13661,13665,13737,13742,114,114,59,1,8653,59,3,8806,824,114,114,59,1,8602,114,59,1,8229,4,4,59,102,113,115,13675,13677,13703,13725,1,8816,116,4,2,97,114,13684,13691,114,114,111,119,59,1,8602,105,103,104,116,97,114,114,111,119,59,1,8622,4,3,59,113,115,13711,13713,13717,1,8816,59,3,8806,824,108,97,110,116,59,3,10877,824,4,2,59,115,13731,13734,3,10877,824,59,1,8814,105,109,59,1,8820,4,2,59,114,13748,13750,1,8814,105,4,2,59,101,13757,13759,1,8938,59,1,8940,105,100,59,1,8740,4,2,112,116,13773,13778,102,59,3,55349,56671,5,172,3,59,105,110,13787,13789,13829,1,172,110,4,4,59,69,100,118,13800,13802,13806,13812,1,8713,59,3,8953,824,111,116,59,3,8949,824,4,3,97,98,99,13820,13823,13826,59,1,8713,59,1,8951,59,1,8950,105,4,2,59,118,13836,13838,1,8716,4,3,97,98,99,13846,13849,13852,59,1,8716,59,1,8958,59,1,8957,4,3,97,111,114,13863,13892,13899,114,4,4,59,97,115,116,13874,13876,13883,13888,1,8742,108,108,101,108,59,1,8742,108,59,3,11005,8421,59,3,8706,824,108,105,110,116,59,1,10772,4,3,59,99,101,13907,13909,13914,1,8832,117,101,59,1,8928,4,2,59,99,13920,13923,3,10927,824,4,2,59,101,13929,13931,1,8832,113,59,3,10927,824,4,4,65,97,105,116,13946,13951,13971,13982,114,114,59,1,8655,114,114,4,3,59,99,119,13961,13963,13967,1,8603,59,3,10547,824,59,3,8605,824,103,104,116,97,114,114,111,119,59,1,8603,114,105,4,2,59,101,13990,13992,1,8939,59,1,8941,4,7,99,104,105,109,112,113,117,14011,14036,14060,14080,14085,14090,14106,4,4,59,99,101,114,14021,14023,14028,14032,1,8833,117,101,59,1,8929,59,3,10928,824,59,3,55349,56515,111,114,116,4,2,109,112,14045,14050,105,100,59,1,8740,97,114,97,108,108,101,108,59,1,8742,109,4,2,59,101,14067,14069,1,8769,4,2,59,113,14075,14077,1,8772,59,1,8772,105,100,59,1,8740,97,114,59,1,8742,115,117,4,2,98,112,14098,14102,101,59,1,8930,101,59,1,8931,4,3,98,99,112,14114,14157,14171,4,4,59,69,101,115,14124,14126,14130,14133,1,8836,59,3,10949,824,59,1,8840,101,116,4,2,59,101,14141,14144,3,8834,8402,113,4,2,59,113,14151,14153,1,8840,59,3,10949,824,99,4,2,59,101,14164,14166,1,8833,113,59,3,10928,824,4,4,59,69,101,115,14181,14183,14187,14190,1,8837,59,3,10950,824,59,1,8841,101,116,4,2,59,101,14198,14201,3,8835,8402,113,4,2,59,113,14208,14210,1,8841,59,3,10950,824,4,4,103,105,108,114,14224,14228,14238,14242,108,59,1,8825,108,100,101,5,241,1,59,14236,1,241,103,59,1,8824,105,97,110,103,108,101,4,2,108,114,14254,14269,101,102,116,4,2,59,101,14263,14265,1,8938,113,59,1,8940,105,103,104,116,4,2,59,101,14279,14281,1,8939,113,59,1,8941,4,2,59,109,14291,14293,1,957,4,3,59,101,115,14301,14303,14308,1,35,114,111,59,1,8470,112,59,1,8199,4,9,68,72,97,100,103,105,108,114,115,14332,14338,14344,14349,14355,14369,14376,14408,14426,97,115,104,59,1,8877,97,114,114,59,1,10500,112,59,3,8781,8402,97,115,104,59,1,8876,4,2,101,116,14361,14365,59,3,8805,8402,59,3,62,8402,110,102,105,110,59,1,10718,4,3,65,101,116,14384,14389,14393,114,114,59,1,10498,59,3,8804,8402,4,2,59,114,14399,14402,3,60,8402,105,101,59,3,8884,8402,4,2,65,116,14414,14419,114,114,59,1,10499,114,105,101,59,3,8885,8402,105,109,59,3,8764,8402,4,3,65,97,110,14440,14445,14468,114,114,59,1,8662,114,4,2,104,114,14452,14456,107,59,1,10531,4,2,59,111,14462,14464,1,8598,119,59,1,8598,101,97,114,59,1,10535,4,18,83,97,99,100,101,102,103,104,105,108,109,111,112,114,115,116,117,118,14512,14515,14535,14560,14597,14603,14618,14643,14657,14662,14701,14741,14747,14769,14851,14877,14907,14916,59,1,9416,4,2,99,115,14521,14531,117,116,101,5,243,1,59,14529,1,243,116,59,1,8859,4,2,105,121,14541,14557,114,4,2,59,99,14548,14550,1,8858,5,244,1,59,14555,1,244,59,1,1086,4,5,97,98,105,111,115,14572,14577,14583,14587,14591,115,104,59,1,8861,108,97,99,59,1,337,118,59,1,10808,116,59,1,8857,111,108,100,59,1,10684,108,105,103,59,1,339,4,2,99,114,14609,14614,105,114,59,1,10687,59,3,55349,56620,4,3,111,114,116,14626,14630,14640,110,59,1,731,97,118,101,5,242,1,59,14638,1,242,59,1,10689,4,2,98,109,14649,14654,97,114,59,1,10677,59,1,937,110,116,59,1,8750,4,4,97,99,105,116,14672,14677,14693,14698,114,114,59,1,8634,4,2,105,114,14683,14687,114,59,1,10686,111,115,115,59,1,10683,110,101,59,1,8254,59,1,10688,4,3,97,101,105,14709,14714,14719,99,114,59,1,333,103,97,59,1,969,4,3,99,100,110,14727,14733,14736,114,111,110,59,1,959,59,1,10678,117,115,59,1,8854,112,102,59,3,55349,56672,4,3,97,101,108,14755,14759,14764,114,59,1,10679,114,112,59,1,10681,117,115,59,1,8853,4,7,59,97,100,105,111,115,118,14785,14787,14792,14831,14837,14841,14848,1,8744,114,114,59,1,8635,4,4,59,101,102,109,14802,14804,14817,14824,1,10845,114,4,2,59,111,14811,14813,1,8500,102,59,1,8500,5,170,1,59,14822,1,170,5,186,1,59,14829,1,186,103,111,102,59,1,8886,114,59,1,10838,108,111,112,101,59,1,10839,59,1,10843,4,3,99,108,111,14859,14863,14873,114,59,1,8500,97,115,104,5,248,1,59,14871,1,248,108,59,1,8856,105,4,2,108,109,14884,14893,100,101,5,245,1,59,14891,1,245,101,115,4,2,59,97,14901,14903,1,8855,115,59,1,10806,109,108,5,246,1,59,14914,1,246,98,97,114,59,1,9021,4,12,97,99,101,102,104,105,108,109,111,114,115,117,14948,14992,14996,15033,15038,15068,15090,15189,15192,15222,15427,15441,114,4,4,59,97,115,116,14959,14961,14976,14989,1,8741,5,182,2,59,108,14968,14970,1,182,108,101,108,59,1,8741,4,2,105,108,14982,14986,109,59,1,10995,59,1,11005,59,1,8706,121,59,1,1087,114,4,5,99,105,109,112,116,15009,15014,15019,15024,15027,110,116,59,1,37,111,100,59,1,46,105,108,59,1,8240,59,1,8869,101,110,107,59,1,8241,114,59,3,55349,56621,4,3,105,109,111,15046,15057,15063,4,2,59,118,15052,15054,1,966,59,1,981,109,97,116,59,1,8499,110,101,59,1,9742,4,3,59,116,118,15076,15078,15087,1,960,99,104,102,111,114,107,59,1,8916,59,1,982,4,2,97,117,15096,15119,110,4,2,99,107,15103,15115,107,4,2,59,104,15110,15112,1,8463,59,1,8462,118,59,1,8463,115,4,9,59,97,98,99,100,101,109,115,116,15140,15142,15148,15151,15156,15168,15171,15179,15184,1,43,99,105,114,59,1,10787,59,1,8862,105,114,59,1,10786,4,2,111,117,15162,15165,59,1,8724,59,1,10789,59,1,10866,110,5,177,1,59,15177,1,177,105,109,59,1,10790,119,111,59,1,10791,59,1,177,4,3,105,112,117,15200,15208,15213,110,116,105,110,116,59,1,10773,102,59,3,55349,56673,110,100,5,163,1,59,15220,1,163,4,10,59,69,97,99,101,105,110,111,115,117,15244,15246,15249,15253,15258,15334,15347,15367,15416,15421,1,8826,59,1,10931,112,59,1,10935,117,101,59,1,8828,4,2,59,99,15264,15266,1,10927,4,6,59,97,99,101,110,115,15280,15282,15290,15299,15303,15329,1,8826,112,112,114,111,120,59,1,10935,117,114,108,121,101,113,59,1,8828,113,59,1,10927,4,3,97,101,115,15311,15319,15324,112,112,114,111,120,59,1,10937,113,113,59,1,10933,105,109,59,1,8936,105,109,59,1,8830,109,101,4,2,59,115,15342,15344,1,8242,59,1,8473,4,3,69,97,115,15355,15358,15362,59,1,10933,112,59,1,10937,105,109,59,1,8936,4,3,100,102,112,15375,15378,15404,59,1,8719,4,3,97,108,115,15386,15392,15398,108,97,114,59,1,9006,105,110,101,59,1,8978,117,114,102,59,1,8979,4,2,59,116,15410,15412,1,8733,111,59,1,8733,105,109,59,1,8830,114,101,108,59,1,8880,4,2,99,105,15433,15438,114,59,3,55349,56517,59,1,968,110,99,115,112,59,1,8200,4,6,102,105,111,112,115,117,15462,15467,15472,15478,15485,15491,114,59,3,55349,56622,110,116,59,1,10764,112,102,59,3,55349,56674,114,105,109,101,59,1,8279,99,114,59,3,55349,56518,4,3,97,101,111,15499,15520,15534,116,4,2,101,105,15506,15515,114,110,105,111,110,115,59,1,8461,110,116,59,1,10774,115,116,4,2,59,101,15528,15530,1,63,113,59,1,8799,116,5,34,1,59,15540,1,34,4,21,65,66,72,97,98,99,100,101,102,104,105,108,109,110,111,112,114,115,116,117,120,15586,15609,15615,15620,15796,15855,15893,15931,15977,16001,16039,16183,16204,16222,16228,16285,16312,16318,16363,16408,16416,4,3,97,114,116,15594,15599,15603,114,114,59,1,8667,114,59,1,8658,97,105,108,59,1,10524,97,114,114,59,1,10511,97,114,59,1,10596,4,7,99,100,101,110,113,114,116,15636,15651,15656,15664,15687,15696,15770,4,2,101,117,15642,15646,59,3,8765,817,116,101,59,1,341,105,99,59,1,8730,109,112,116,121,118,59,1,10675,103,4,4,59,100,101,108,15675,15677,15680,15683,1,10217,59,1,10642,59,1,10661,101,59,1,10217,117,111,5,187,1,59,15694,1,187,114,4,11,59,97,98,99,102,104,108,112,115,116,119,15721,15723,15727,15739,15742,15746,15750,15754,15758,15763,15767,1,8594,112,59,1,10613,4,2,59,102,15733,15735,1,8677,115,59,1,10528,59,1,10547,115,59,1,10526,107,59,1,8618,112,59,1,8620,108,59,1,10565,105,109,59,1,10612,108,59,1,8611,59,1,8605,4,2,97,105,15776,15781,105,108,59,1,10522,111,4,2,59,110,15788,15790,1,8758,97,108,115,59,1,8474,4,3,97,98,114,15804,15809,15814,114,114,59,1,10509,114,107,59,1,10099,4,2,97,107,15820,15833,99,4,2,101,107,15827,15830,59,1,125,59,1,93,4,2,101,115,15839,15842,59,1,10636,108,4,2,100,117,15849,15852,59,1,10638,59,1,10640,4,4,97,101,117,121,15865,15871,15886,15890,114,111,110,59,1,345,4,2,100,105,15877,15882,105,108,59,1,343,108,59,1,8969,98,59,1,125,59,1,1088,4,4,99,108,113,115,15903,15907,15914,15927,97,59,1,10551,100,104,97,114,59,1,10601,117,111,4,2,59,114,15922,15924,1,8221,59,1,8221,104,59,1,8627,4,3,97,99,103,15939,15966,15970,108,4,4,59,105,112,115,15950,15952,15957,15963,1,8476,110,101,59,1,8475,97,114,116,59,1,8476,59,1,8477,116,59,1,9645,5,174,1,59,15975,1,174,4,3,105,108,114,15985,15991,15997,115,104,116,59,1,10621,111,111,114,59,1,8971,59,3,55349,56623,4,2,97,111,16007,16028,114,4,2,100,117,16014,16017,59,1,8641,4,2,59,108,16023,16025,1,8640,59,1,10604,4,2,59,118,16034,16036,1,961,59,1,1009,4,3,103,110,115,16047,16167,16171,104,116,4,6,97,104,108,114,115,116,16063,16081,16103,16130,16143,16155,114,114,111,119,4,2,59,116,16073,16075,1,8594,97,105,108,59,1,8611,97,114,112,111,111,110,4,2,100,117,16093,16099,111,119,110,59,1,8641,112,59,1,8640,101,102,116,4,2,97,104,16112,16120,114,114,111,119,115,59,1,8644,97,114,112,111,111,110,115,59,1,8652,105,103,104,116,97,114,114,111,119,115,59,1,8649,113,117,105,103,97,114,114,111,119,59,1,8605,104,114,101,101,116,105,109,101,115,59,1,8908,103,59,1,730,105,110,103,100,111,116,115,101,113,59,1,8787,4,3,97,104,109,16191,16196,16201,114,114,59,1,8644,97,114,59,1,8652,59,1,8207,111,117,115,116,4,2,59,97,16214,16216,1,9137,99,104,101,59,1,9137,109,105,100,59,1,10990,4,4,97,98,112,116,16238,16252,16257,16278,4,2,110,114,16244,16248,103,59,1,10221,114,59,1,8702,114,107,59,1,10215,4,3,97,102,108,16265,16269,16273,114,59,1,10630,59,3,55349,56675,117,115,59,1,10798,105,109,101,115,59,1,10805,4,2,97,112,16291,16304,114,4,2,59,103,16298,16300,1,41,116,59,1,10644,111,108,105,110,116,59,1,10770,97,114,114,59,1,8649,4,4,97,99,104,113,16328,16334,16339,16342,113,117,111,59,1,8250,114,59,3,55349,56519,59,1,8625,4,2,98,117,16348,16351,59,1,93,111,4,2,59,114,16358,16360,1,8217,59,1,8217,4,3,104,105,114,16371,16377,16383,114,101,101,59,1,8908,109,101,115,59,1,8906,105,4,4,59,101,102,108,16394,16396,16399,16402,1,9657,59,1,8885,59,1,9656,116,114,105,59,1,10702,108,117,104,97,114,59,1,10600,59,1,8478,4,19,97,98,99,100,101,102,104,105,108,109,111,112,113,114,115,116,117,119,122,16459,16466,16472,16572,16590,16672,16687,16746,16844,16850,16924,16963,16988,17115,17121,17154,17206,17614,17656,99,117,116,101,59,1,347,113,117,111,59,1,8218,4,10,59,69,97,99,101,105,110,112,115,121,16494,16496,16499,16513,16518,16531,16536,16556,16564,16569,1,8827,59,1,10932,4,2,112,114,16505,16508,59,1,10936,111,110,59,1,353,117,101,59,1,8829,4,2,59,100,16524,16526,1,10928,105,108,59,1,351,114,99,59,1,349,4,3,69,97,115,16544,16547,16551,59,1,10934,112,59,1,10938,105,109,59,1,8937,111,108,105,110,116,59,1,10771,105,109,59,1,8831,59,1,1089,111,116,4,3,59,98,101,16582,16584,16587,1,8901,59,1,8865,59,1,10854,4,7,65,97,99,109,115,116,120,16606,16611,16634,16642,16646,16652,16668,114,114,59,1,8664,114,4,2,104,114,16618,16622,107,59,1,10533,4,2,59,111,16628,16630,1,8600,119,59,1,8600,116,5,167,1,59,16640,1,167,105,59,1,59,119,97,114,59,1,10537,109,4,2,105,110,16659,16665,110,117,115,59,1,8726,59,1,8726,116,59,1,10038,114,4,2,59,111,16679,16682,3,55349,56624,119,110,59,1,8994,4,4,97,99,111,121,16697,16702,16716,16739,114,112,59,1,9839,4,2,104,121,16708,16713,99,121,59,1,1097,59,1,1096,114,116,4,2,109,112,16724,16729,105,100,59,1,8739,97,114,97,108,108,101,108,59,1,8741,5,173,1,59,16744,1,173,4,2,103,109,16752,16770,109,97,4,3,59,102,118,16762,16764,16767,1,963,59,1,962,59,1,962,4,8,59,100,101,103,108,110,112,114,16788,16790,16795,16806,16817,16828,16832,16838,1,8764,111,116,59,1,10858,4,2,59,113,16801,16803,1,8771,59,1,8771,4,2,59,69,16812,16814,1,10910,59,1,10912,4,2,59,69,16823,16825,1,10909,59,1,10911,101,59,1,8774,108,117,115,59,1,10788,97,114,114,59,1,10610,97,114,114,59,1,8592,4,4,97,101,105,116,16860,16883,16891,16904,4,2,108,115,16866,16878,108,115,101,116,109,105,110,117,115,59,1,8726,104,112,59,1,10803,112,97,114,115,108,59,1,10724,4,2,100,108,16897,16900,59,1,8739,101,59,1,8995,4,2,59,101,16910,16912,1,10922,4,2,59,115,16918,16920,1,10924,59,3,10924,65024,4,3,102,108,112,16932,16938,16958,116,99,121,59,1,1100,4,2,59,98,16944,16946,1,47,4,2,59,97,16952,16954,1,10692,114,59,1,9023,102,59,3,55349,56676,97,4,2,100,114,16970,16985,101,115,4,2,59,117,16978,16980,1,9824,105,116,59,1,9824,59,1,8741,4,3,99,115,117,16996,17028,17089,4,2,97,117,17002,17015,112,4,2,59,115,17009,17011,1,8851,59,3,8851,65024,112,4,2,59,115,17022,17024,1,8852,59,3,8852,65024,117,4,2,98,112,17035,17062,4,3,59,101,115,17043,17045,17048,1,8847,59,1,8849,101,116,4,2,59,101,17056,17058,1,8847,113,59,1,8849,4,3,59,101,115,17070,17072,17075,1,8848,59,1,8850,101,116,4,2,59,101,17083,17085,1,8848,113,59,1,8850,4,3,59,97,102,17097,17099,17112,1,9633,114,4,2,101,102,17106,17109,59,1,9633,59,1,9642,59,1,9642,97,114,114,59,1,8594,4,4,99,101,109,116,17131,17136,17142,17148,114,59,3,55349,56520,116,109,110,59,1,8726,105,108,101,59,1,8995,97,114,102,59,1,8902,4,2,97,114,17160,17172,114,4,2,59,102,17167,17169,1,9734,59,1,9733,4,2,97,110,17178,17202,105,103,104,116,4,2,101,112,17188,17197,112,115,105,108,111,110,59,1,1013,104,105,59,1,981,115,59,1,175,4,5,98,99,109,110,112,17218,17351,17420,17423,17427,4,9,59,69,100,101,109,110,112,114,115,17238,17240,17243,17248,17261,17267,17279,17285,17291,1,8834,59,1,10949,111,116,59,1,10941,4,2,59,100,17254,17256,1,8838,111,116,59,1,10947,117,108,116,59,1,10945,4,2,69,101,17273,17276,59,1,10955,59,1,8842,108,117,115,59,1,10943,97,114,114,59,1,10617,4,3,101,105,117,17299,17335,17339,116,4,3,59,101,110,17308,17310,17322,1,8834,113,4,2,59,113,17317,17319,1,8838,59,1,10949,101,113,4,2,59,113,17330,17332,1,8842,59,1,10955,109,59,1,10951,4,2,98,112,17345,17348,59,1,10965,59,1,10963,99,4,6,59,97,99,101,110,115,17366,17368,17376,17385,17389,17415,1,8827,112,112,114,111,120,59,1,10936,117,114,108,121,101,113,59,1,8829,113,59,1,10928,4,3,97,101,115,17397,17405,17410,112,112,114,111,120,59,1,10938,113,113,59,1,10934,105,109,59,1,8937,105,109,59,1,8831,59,1,8721,103,59,1,9834,4,13,49,50,51,59,69,100,101,104,108,109,110,112,115,17455,17462,17469,17476,17478,17481,17496,17509,17524,17530,17536,17548,17554,5,185,1,59,17460,1,185,5,178,1,59,17467,1,178,5,179,1,59,17474,1,179,1,8835,59,1,10950,4,2,111,115,17487,17491,116,59,1,10942,117,98,59,1,10968,4,2,59,100,17502,17504,1,8839,111,116,59,1,10948,115,4,2,111,117,17516,17520,108,59,1,10185,98,59,1,10967,97,114,114,59,1,10619,117,108,116,59,1,10946,4,2,69,101,17542,17545,59,1,10956,59,1,8843,108,117,115,59,1,10944,4,3,101,105,117,17562,17598,17602,116,4,3,59,101,110,17571,17573,17585,1,8835,113,4,2,59,113,17580,17582,1,8839,59,1,10950,101,113,4,2,59,113,17593,17595,1,8843,59,1,10956,109,59,1,10952,4,2,98,112,17608,17611,59,1,10964,59,1,10966,4,3,65,97,110,17622,17627,17650,114,114,59,1,8665,114,4,2,104,114,17634,17638,107,59,1,10534,4,2,59,111,17644,17646,1,8601,119,59,1,8601,119,97,114,59,1,10538,108,105,103,5,223,1,59,17664,1,223,4,13,97,98,99,100,101,102,104,105,111,112,114,115,119,17694,17709,17714,17737,17742,17749,17754,17860,17905,17957,17964,18090,18122,4,2,114,117,17700,17706,103,101,116,59,1,8982,59,1,964,114,107,59,1,9140,4,3,97,101,121,17722,17728,17734,114,111,110,59,1,357,100,105,108,59,1,355,59,1,1090,111,116,59,1,8411,108,114,101,99,59,1,8981,114,59,3,55349,56625,4,4,101,105,107,111,17764,17805,17836,17851,4,2,114,116,17770,17786,101,4,2,52,102,17777,17780,59,1,8756,111,114,101,59,1,8756,97,4,3,59,115,118,17795,17797,17802,1,952,121,109,59,1,977,59,1,977,4,2,99,110,17811,17831,107,4,2,97,115,17818,17826,112,112,114,111,120,59,1,8776,105,109,59,1,8764,115,112,59,1,8201,4,2,97,115,17842,17846,112,59,1,8776,105,109,59,1,8764,114,110,5,254,1,59,17858,1,254,4,3,108,109,110,17868,17873,17901,100,101,59,1,732,101,115,5,215,3,59,98,100,17884,17886,17898,1,215,4,2,59,97,17892,17894,1,8864,114,59,1,10801,59,1,10800,116,59,1,8749,4,3,101,112,115,17913,17917,17953,97,59,1,10536,4,4,59,98,99,102,17927,17929,17934,17939,1,8868,111,116,59,1,9014,105,114,59,1,10993,4,2,59,111,17945,17948,3,55349,56677,114,107,59,1,10970,97,59,1,10537,114,105,109,101,59,1,8244,4,3,97,105,112,17972,17977,18082,100,101,59,1,8482,4,7,97,100,101,109,112,115,116,17993,18051,18056,18059,18066,18072,18076,110,103,108,101,4,5,59,100,108,113,114,18009,18011,18017,18032,18035,1,9653,111,119,110,59,1,9663,101,102,116,4,2,59,101,18026,18028,1,9667,113,59,1,8884,59,1,8796,105,103,104,116,4,2,59,101,18045,18047,1,9657,113,59,1,8885,111,116,59,1,9708,59,1,8796,105,110,117,115,59,1,10810,108,117,115,59,1,10809,98,59,1,10701,105,109,101,59,1,10811,101,122,105,117,109,59,1,9186,4,3,99,104,116,18098,18111,18116,4,2,114,121,18104,18108,59,3,55349,56521,59,1,1094,99,121,59,1,1115,114,111,107,59,1,359,4,2,105,111,18128,18133,120,116,59,1,8812,104,101,97,100,4,2,108,114,18143,18154,101,102,116,97,114,114,111,119,59,1,8606,105,103,104,116,97,114,114,111,119,59,1,8608,4,18,65,72,97,98,99,100,102,103,104,108,109,111,112,114,115,116,117,119,18204,18209,18214,18234,18250,18268,18292,18308,18319,18343,18379,18397,18413,18504,18547,18553,18584,18603,114,114,59,1,8657,97,114,59,1,10595,4,2,99,114,18220,18230,117,116,101,5,250,1,59,18228,1,250,114,59,1,8593,114,4,2,99,101,18241,18245,121,59,1,1118,118,101,59,1,365,4,2,105,121,18256,18265,114,99,5,251,1,59,18263,1,251,59,1,1091,4,3,97,98,104,18276,18281,18287,114,114,59,1,8645,108,97,99,59,1,369,97,114,59,1,10606,4,2,105,114,18298,18304,115,104,116,59,1,10622,59,3,55349,56626,114,97,118,101,5,249,1,59,18317,1,249,4,2,97,98,18325,18338,114,4,2,108,114,18332,18335,59,1,8639,59,1,8638,108,107,59,1,9600,4,2,99,116,18349,18374,4,2,111,114,18355,18369,114,110,4,2,59,101,18363,18365,1,8988,114,59,1,8988,111,112,59,1,8975,114,105,59,1,9720,4,2,97,108,18385,18390,99,114,59,1,363,5,168,1,59,18395,1,168,4,2,103,112,18403,18408,111,110,59,1,371,102,59,3,55349,56678,4,6,97,100,104,108,115,117,18427,18434,18445,18470,18475,18494,114,114,111,119,59,1,8593,111,119,110,97,114,114,111,119,59,1,8597,97,114,112,111,111,110,4,2,108,114,18457,18463,101,102,116,59,1,8639,105,103,104,116,59,1,8638,117,115,59,1,8846,105,4,3,59,104,108,18484,18486,18489,1,965,59,1,978,111,110,59,1,965,112,97,114,114,111,119,115,59,1,8648,4,3,99,105,116,18512,18537,18542,4,2,111,114,18518,18532,114,110,4,2,59,101,18526,18528,1,8989,114,59,1,8989,111,112,59,1,8974,110,103,59,1,367,114,105,59,1,9721,99,114,59,3,55349,56522,4,3,100,105,114,18561,18566,18572,111,116,59,1,8944,108,100,101,59,1,361,105,4,2,59,102,18579,18581,1,9653,59,1,9652,4,2,97,109,18590,18595,114,114,59,1,8648,108,5,252,1,59,18601,1,252,97,110,103,108,101,59,1,10663,4,15,65,66,68,97,99,100,101,102,108,110,111,112,114,115,122,18643,18648,18661,18667,18847,18851,18857,18904,18909,18915,18931,18937,18943,18949,18996,114,114,59,1,8661,97,114,4,2,59,118,18656,18658,1,10984,59,1,10985,97,115,104,59,1,8872,4,2,110,114,18673,18679,103,114,116,59,1,10652,4,7,101,107,110,112,114,115,116,18695,18704,18711,18720,18742,18754,18810,112,115,105,108,111,110,59,1,1013,97,112,112,97,59,1,1008,111,116,104,105,110,103,59,1,8709,4,3,104,105,114,18728,18732,18735,105,59,1,981,59,1,982,111,112,116,111,59,1,8733,4,2,59,104,18748,18750,1,8597,111,59,1,1009,4,2,105,117,18760,18766,103,109,97,59,1,962,4,2,98,112,18772,18791,115,101,116,110,101,113,4,2,59,113,18784,18787,3,8842,65024,59,3,10955,65024,115,101,116,110,101,113,4,2,59,113,18803,18806,3,8843,65024,59,3,10956,65024,4,2,104,114,18816,18822,101,116,97,59,1,977,105,97,110,103,108,101,4,2,108,114,18834,18840,101,102,116,59,1,8882,105,103,104,116,59,1,8883,121,59,1,1074,97,115,104,59,1,8866,4,3,101,108,114,18865,18884,18890,4,3,59,98,101,18873,18875,18880,1,8744,97,114,59,1,8891,113,59,1,8794,108,105,112,59,1,8942,4,2,98,116,18896,18901,97,114,59,1,124,59,1,124,114,59,3,55349,56627,116,114,105,59,1,8882,115,117,4,2,98,112,18923,18927,59,3,8834,8402,59,3,8835,8402,112,102,59,3,55349,56679,114,111,112,59,1,8733,116,114,105,59,1,8883,4,2,99,117,18955,18960,114,59,3,55349,56523,4,2,98,112,18966,18981,110,4,2,69,101,18973,18977,59,3,10955,65024,59,3,8842,65024,110,4,2,69,101,18988,18992,59,3,10956,65024,59,3,8843,65024,105,103,122,97,103,59,1,10650,4,7,99,101,102,111,112,114,115,19020,19026,19061,19066,19072,19075,19089,105,114,99,59,1,373,4,2,100,105,19032,19055,4,2,98,103,19038,19043,97,114,59,1,10847,101,4,2,59,113,19050,19052,1,8743,59,1,8793,101,114,112,59,1,8472,114,59,3,55349,56628,112,102,59,3,55349,56680,59,1,8472,4,2,59,101,19081,19083,1,8768,97,116,104,59,1,8768,99,114,59,3,55349,56524,4,14,99,100,102,104,105,108,109,110,111,114,115,117,118,119,19125,19146,19152,19157,19173,19176,19192,19197,19202,19236,19252,19269,19286,19291,4,3,97,105,117,19133,19137,19142,112,59,1,8898,114,99,59,1,9711,112,59,1,8899,116,114,105,59,1,9661,114,59,3,55349,56629,4,2,65,97,19163,19168,114,114,59,1,10234,114,114,59,1,10231,59,1,958,4,2,65,97,19182,19187,114,114,59,1,10232,114,114,59,1,10229,97,112,59,1,10236,105,115,59,1,8955,4,3,100,112,116,19210,19215,19230,111,116,59,1,10752,4,2,102,108,19221,19225,59,3,55349,56681,117,115,59,1,10753,105,109,101,59,1,10754,4,2,65,97,19242,19247,114,114,59,1,10233,114,114,59,1,10230,4,2,99,113,19258,19263,114,59,3,55349,56525,99,117,112,59,1,10758,4,2,112,116,19275,19281,108,117,115,59,1,10756,114,105,59,1,9651,101,101,59,1,8897,101,100,103,101,59,1,8896,4,8,97,99,101,102,105,111,115,117,19316,19335,19349,19357,19362,19367,19373,19379,99,4,2,117,121,19323,19332,116,101,5,253,1,59,19330,1,253,59,1,1103,4,2,105,121,19341,19346,114,99,59,1,375,59,1,1099,110,5,165,1,59,19355,1,165,114,59,3,55349,56630,99,121,59,1,1111,112,102,59,3,55349,56682,99,114,59,3,55349,56526,4,2,99,109,19385,19389,121,59,1,1102,108,5,255,1,59,19395,1,255,4,10,97,99,100,101,102,104,105,111,115,119,19419,19426,19441,19446,19462,19467,19472,19480,19486,19492,99,117,116,101,59,1,378,4,2,97,121,19432,19438,114,111,110,59,1,382,59,1,1079,111,116,59,1,380,4,2,101,116,19452,19458,116,114,102,59,1,8488,97,59,1,950,114,59,3,55349,56631,99,121,59,1,1078,103,114,97,114,114,59,1,8669,112,102,59,3,55349,56683,99,114,59,3,55349,56527,4,2,106,110,19498,19501,59,1,8205,106,59,1,8204])},function(e,t,r){"use strict";const i=3;class n{constructor(e){this.length=0,this.entries=[],this.treeAdapter=e,this.bookmark=null}_getNoahArkConditionCandidates(e){const t=[];if(this.length>=i){const r=this.treeAdapter.getAttrList(e).length,i=this.treeAdapter.getTagName(e),o=this.treeAdapter.getNamespaceURI(e);for(let e=this.length-1;e>=0;e--){const a=this.entries[e];if(a.type===n.MARKER_ENTRY)break;const s=a.element,u=this.treeAdapter.getAttrList(s);this.treeAdapter.getTagName(s)===i&&this.treeAdapter.getNamespaceURI(s)===o&&u.length===r&&t.push({idx:e,attrs:u})}}return t.length=i-1;e--)this.entries.splice(t[e].idx,1),this.length--}}insertMarker(){this.entries.push({type:n.MARKER_ENTRY}),this.length++}pushElement(e,t){this._ensureNoahArkCondition(e),this.entries.push({type:n.ELEMENT_ENTRY,element:e,token:t}),this.length++}insertElementAfterBookmark(e,t){let r=this.length-1;for(;r>=0&&this.entries[r]!==this.bookmark;r--);this.entries.splice(r+1,0,{type:n.ELEMENT_ENTRY,element:e,token:t}),this.length++}removeEntry(e){for(let t=this.length-1;t>=0;t--)if(this.entries[t]===e){this.entries.splice(t,1),this.length--;break}}clearToLastMarker(){for(;this.length;){const e=this.entries.pop();if(this.length--,e.type===n.MARKER_ENTRY)break}}getElementEntryInScopeWithTagName(e){for(let t=this.length-1;t>=0;t--){const r=this.entries[t];if(r.type===n.MARKER_ENTRY)return null;if(this.treeAdapter.getTagName(r.element)===e)return r}return null}getElementEntry(e){for(let t=this.length-1;t>=0;t--){const r=this.entries[t];if(r.type===n.ELEMENT_ENTRY&&r.element===e)return r}return null}}n.MARKER_ENTRY="MARKER_ENTRY",n.ELEMENT_ENTRY="ELEMENT_ENTRY",e.exports=n},function(e,t,r){"use strict";const i=r(46),n=r(119),o=r(249),a=r(497),s=r(61).TAG_NAMES;e.exports=class extends i{constructor(e){super(e),this.parser=e,this.treeAdapter=this.parser.treeAdapter,this.posTracker=null,this.lastStartTagToken=null,this.lastFosterParentingLocation=null,this.currentToken=null}_setStartLocation(e){let t=null;this.lastStartTagToken&&((t=Object.assign({},this.lastStartTagToken.location)).startTag=this.lastStartTagToken.location),this.treeAdapter.setNodeSourceCodeLocation(e,t)}_setEndLocation(e,t){const r=this.treeAdapter.getNodeSourceCodeLocation(e);if(r&&t.location){const i=t.location,o=this.treeAdapter.getTagName(e);t.type===n.END_TAG_TOKEN&&o===t.tagName?(r.endTag=Object.assign({},i),r.endLine=i.endLine,r.endCol=i.endCol,r.endOffset=i.endOffset):(r.endLine=i.startLine,r.endCol=i.startCol,r.endOffset=i.startOffset)}}_getOverriddenMethods(e,t){return{_bootstrap(r,n){t._bootstrap.call(this,r,n),e.lastStartTagToken=null,e.lastFosterParentingLocation=null,e.currentToken=null;const s=i.install(this.tokenizer,o);e.posTracker=s.posTracker,i.install(this.openElements,a,{onItemPop:function(t){e._setEndLocation(t,e.currentToken)}})},_runParsingLoop(r){t._runParsingLoop.call(this,r);for(let t=this.openElements.stackTop;t>=0;t--)e._setEndLocation(this.openElements.items[t],e.currentToken)},_processTokenInForeignContent(r){e.currentToken=r,t._processTokenInForeignContent.call(this,r)},_processToken(r){if(e.currentToken=r,t._processToken.call(this,r),r.type===n.END_TAG_TOKEN&&(r.tagName===s.HTML||r.tagName===s.BODY&&this.openElements.hasInScope(s.BODY)))for(let t=this.openElements.stackTop;t>=0;t--){const i=this.openElements.items[t];if(this.treeAdapter.getTagName(i)===r.tagName){e._setEndLocation(i,r);break}}},_setDocumentType(e){t._setDocumentType.call(this,e);const r=this.treeAdapter.getChildNodes(this.document),i=r.length;for(let t=0;t0;t--)e.onItemPop(this.items[t]);t.popAllUpToHtmlElement.call(this)},remove(r){e.onItemPop(this.current),t.remove.call(this,r)}}}}},function(e,t,r){"use strict";const i=r(158),n=r(499),o=r(249),a=r(46);e.exports=class extends i{constructor(e,t){super(e,t),this.opts=t,this.ctLoc=null,this.locBeforeToken=!1}_setErrorLocation(e){this.ctLoc&&(e.startLine=this.ctLoc.startLine,e.startCol=this.ctLoc.startCol,e.startOffset=this.ctLoc.startOffset,e.endLine=this.locBeforeToken?this.ctLoc.startLine:this.ctLoc.endLine,e.endCol=this.locBeforeToken?this.ctLoc.startCol:this.ctLoc.endCol,e.endOffset=this.locBeforeToken?this.ctLoc.startOffset:this.ctLoc.endOffset)}_getOverriddenMethods(e,t){return{_bootstrap(r,i){t._bootstrap.call(this,r,i),a.install(this.tokenizer,n,e.opts),a.install(this.tokenizer,o)},_processInputToken(r){e.ctLoc=r.location,t._processInputToken.call(this,r)},_err(t,r){e.locBeforeToken=r&&r.beforeToken,e._reportError(t)}}}}},function(e,t,r){"use strict";const i=r(158),n=r(500),o=r(46);e.exports=class extends i{constructor(e,t){super(e,t);const r=o.install(e.preprocessor,n,t);this.posTracker=r.posTracker}}},function(e,t,r){"use strict";const i=r(158),n=r(250),o=r(46);e.exports=class extends i{constructor(e,t){super(e,t),this.posTracker=o.install(e,n),this.lastErrOffset=-1}_reportError(e){this.lastErrOffset!==this.posTracker.offset&&(this.lastErrOffset=this.posTracker.offset,super._reportError(e))}}},function(e,t,r){"use strict";const i=r(119),n=r(61),o=n.TAG_NAMES,a=n.NAMESPACES,s=n.ATTRS,u={TEXT_HTML:"text/html",APPLICATION_XML:"application/xhtml+xml"},l={attributename:"attributeName",attributetype:"attributeType",basefrequency:"baseFrequency",baseprofile:"baseProfile",calcmode:"calcMode",clippathunits:"clipPathUnits",diffuseconstant:"diffuseConstant",edgemode:"edgeMode",filterunits:"filterUnits",glyphref:"glyphRef",gradienttransform:"gradientTransform",gradientunits:"gradientUnits",kernelmatrix:"kernelMatrix",kernelunitlength:"kernelUnitLength",keypoints:"keyPoints",keysplines:"keySplines",keytimes:"keyTimes",lengthadjust:"lengthAdjust",limitingconeangle:"limitingConeAngle",markerheight:"markerHeight",markerunits:"markerUnits",markerwidth:"markerWidth",maskcontentunits:"maskContentUnits",maskunits:"maskUnits",numoctaves:"numOctaves",pathlength:"pathLength",patterncontentunits:"patternContentUnits",patterntransform:"patternTransform",patternunits:"patternUnits",pointsatx:"pointsAtX",pointsaty:"pointsAtY",pointsatz:"pointsAtZ",preservealpha:"preserveAlpha",preserveaspectratio:"preserveAspectRatio",primitiveunits:"primitiveUnits",refx:"refX",refy:"refY",repeatcount:"repeatCount",repeatdur:"repeatDur",requiredextensions:"requiredExtensions",requiredfeatures:"requiredFeatures",specularconstant:"specularConstant",specularexponent:"specularExponent",spreadmethod:"spreadMethod",startoffset:"startOffset",stddeviation:"stdDeviation",stitchtiles:"stitchTiles",surfacescale:"surfaceScale",systemlanguage:"systemLanguage",tablevalues:"tableValues",targetx:"targetX",targety:"targetY",textlength:"textLength",viewbox:"viewBox",viewtarget:"viewTarget",xchannelselector:"xChannelSelector",ychannelselector:"yChannelSelector",zoomandpan:"zoomAndPan"},p={"xlink:actuate":{prefix:"xlink",name:"actuate",namespace:a.XLINK},"xlink:arcrole":{prefix:"xlink",name:"arcrole",namespace:a.XLINK},"xlink:href":{prefix:"xlink",name:"href",namespace:a.XLINK},"xlink:role":{prefix:"xlink",name:"role",namespace:a.XLINK},"xlink:show":{prefix:"xlink",name:"show",namespace:a.XLINK},"xlink:title":{prefix:"xlink",name:"title",namespace:a.XLINK},"xlink:type":{prefix:"xlink",name:"type",namespace:a.XLINK},"xml:base":{prefix:"xml",name:"base",namespace:a.XML},"xml:lang":{prefix:"xml",name:"lang",namespace:a.XML},"xml:space":{prefix:"xml",name:"space",namespace:a.XML},xmlns:{prefix:"",name:"xmlns",namespace:a.XMLNS},"xmlns:xlink":{prefix:"xmlns",name:"xlink",namespace:a.XMLNS}},c=t.SVG_TAG_NAMES_ADJUSTMENT_MAP={altglyph:"altGlyph",altglyphdef:"altGlyphDef",altglyphitem:"altGlyphItem",animatecolor:"animateColor",animatemotion:"animateMotion",animatetransform:"animateTransform",clippath:"clipPath",feblend:"feBlend",fecolormatrix:"feColorMatrix",fecomponenttransfer:"feComponentTransfer",fecomposite:"feComposite",feconvolvematrix:"feConvolveMatrix",fediffuselighting:"feDiffuseLighting",fedisplacementmap:"feDisplacementMap",fedistantlight:"feDistantLight",feflood:"feFlood",fefunca:"feFuncA",fefuncb:"feFuncB",fefuncg:"feFuncG",fefuncr:"feFuncR",fegaussianblur:"feGaussianBlur",feimage:"feImage",femerge:"feMerge",femergenode:"feMergeNode",femorphology:"feMorphology",feoffset:"feOffset",fepointlight:"fePointLight",fespecularlighting:"feSpecularLighting",fespotlight:"feSpotLight",fetile:"feTile",feturbulence:"feTurbulence",foreignobject:"foreignObject",glyphref:"glyphRef",lineargradient:"linearGradient",radialgradient:"radialGradient",textpath:"textPath"},d={[o.B]:!0,[o.BIG]:!0,[o.BLOCKQUOTE]:!0,[o.BODY]:!0,[o.BR]:!0,[o.CENTER]:!0,[o.CODE]:!0,[o.DD]:!0,[o.DIV]:!0,[o.DL]:!0,[o.DT]:!0,[o.EM]:!0,[o.EMBED]:!0,[o.H1]:!0,[o.H2]:!0,[o.H3]:!0,[o.H4]:!0,[o.H5]:!0,[o.H6]:!0,[o.HEAD]:!0,[o.HR]:!0,[o.I]:!0,[o.IMG]:!0,[o.LI]:!0,[o.LISTING]:!0,[o.MENU]:!0,[o.META]:!0,[o.NOBR]:!0,[o.OL]:!0,[o.P]:!0,[o.PRE]:!0,[o.RUBY]:!0,[o.S]:!0,[o.SMALL]:!0,[o.SPAN]:!0,[o.STRONG]:!0,[o.STRIKE]:!0,[o.SUB]:!0,[o.SUP]:!0,[o.TABLE]:!0,[o.TT]:!0,[o.U]:!0,[o.UL]:!0,[o.VAR]:!0};t.causesExit=function(e){const t=e.tagName;return!!(t===o.FONT&&(null!==i.getTokenAttr(e,s.COLOR)||null!==i.getTokenAttr(e,s.SIZE)||null!==i.getTokenAttr(e,s.FACE)))||d[t]},t.adjustTokenMathMLAttrs=function(e){for(let t=0;t/g;class f{constructor(e,t){this.options=n(l,t),this.treeAdapter=this.options.treeAdapter,this.html="",this.startNode=e}serialize(){return this._serializeChildNodes(this.startNode),this.html}_serializeChildNodes(e){const t=this.treeAdapter.getChildNodes(e);if(t)for(let e=0,r=t.length;e",t!==s.AREA&&t!==s.BASE&&t!==s.BASEFONT&&t!==s.BGSOUND&&t!==s.BR&&t!==s.COL&&t!==s.EMBED&&t!==s.FRAME&&t!==s.HR&&t!==s.IMG&&t!==s.INPUT&&t!==s.KEYGEN&&t!==s.LINK&&t!==s.META&&t!==s.PARAM&&t!==s.SOURCE&&t!==s.TRACK&&t!==s.WBR){const i=t===s.TEMPLATE&&r===u.HTML?this.treeAdapter.getTemplateContent(e):e;this._serializeChildNodes(i),this.html+=""}}_serializeAttributes(e){const t=this.treeAdapter.getAttrList(e);for(let e=0,r=t.length;e"}}f.escapeString=function(e,t){return e=e.replace(p,"&").replace(c," "),e=t?e.replace(d,"""):e.replace(h,"<").replace(m,">")},e.exports=f},function(e,t,r){"use strict";const{produceXMLSerialization:i}=r(255),n=r(257);e.exports={XMLSerializer:n,produceXMLSerialization:i}},function(e,t){e.exports=function e(t,r){if(r&&!t.rules[r])throw new Error("start rule missing: "+JSON.stringify(r));return{getState:function(){return t.state},getTrace:function(e){return(e?e+"\n":"")+t.state.traceLine()},exec:function(e){if(!r)throw new Error("no start rule given");t.state.setInput(e);try{var i=t.rules[r]()}catch(e){var n=e}return null!=n||t.state.adv&&t.state.isEOF()||(n=new Error("Unexpected syntax in top")),{success:null==n,value:n?void 0:i,error:n}},startWith:function(r){return e(t,r)}}}(function(){"use strict";var e={NameStartChar:function(){var e=t.match(":");if(!t.adv){t.adv=!0;var r=t.cur();null==r?(t.adv=!1,e=null):e=t.step("A"<=r&&r<="Z")}if(t.adv||(t.adv=!0,e=t.match("_")),!t.adv){t.adv=!0;var i=t.cur();null==i?(t.adv=!1,e=null):e=t.step("a"<=i&&i<="z")}if(!t.adv){t.adv=!0;var n=t.cur();null==n?(t.adv=!1,e=null):e=t.step("À"<=n&&n<="Ö")}if(!t.adv){t.adv=!0;var o=t.cur();null==o?(t.adv=!1,e=null):e=t.step("Ø"<=o&&o<="ö")}if(!t.adv){t.adv=!0;var a=t.cur();null==a?(t.adv=!1,e=null):e=t.step("ø"<=a&&a<="˿")}if(!t.adv){t.adv=!0;var s=t.cur();null==s?(t.adv=!1,e=null):e=t.step("Ͱ"<=s&&s<="ͽ")}if(!t.adv){t.adv=!0;var u=t.cur();null==u?(t.adv=!1,e=null):e=t.step("Ϳ"<=u&&u<="῿")}if(!t.adv){t.adv=!0;var l=t.cur();null==l?(t.adv=!1,e=null):e=t.step("‌"<=l&&l<="‍")}if(!t.adv){t.adv=!0;var p=t.cur();null==p?(t.adv=!1,e=null):e=t.step("⁰"<=p&&p<="↏")}if(!t.adv){t.adv=!0;var c=t.cur();null==c?(t.adv=!1,e=null):e=t.step("Ⰰ"<=c&&c<="⿯")}if(!t.adv){t.adv=!0;var d=t.cur();null==d?(t.adv=!1,e=null):e=t.step("、"<=d&&d<="퟿")}if(!t.adv){t.adv=!0;var h=t.cur();null==h?(t.adv=!1,e=null):e=t.step("豈"<=h&&h<="﷏")}if(!t.adv){t.adv=!0;var m=t.cur();null==m?(t.adv=!1,e=null):e=t.step("ﷰ"<=m&&m<="�")}if(!t.adv){t.adv=!0;var f=t.pos,g=t.cur();if(null==g?t.adv=!1:t.step("\ud800"<=g&&g<="\udb7f"),t.adv){var v=t.cur();null==v?t.adv=!1:t.step("\udc00"<=v&&v<="\udfff"),e=t.doc.substring(f,t.pos)}t.adv||(t.pos=f)}return e},NameChar:function(){var r=e.NameStartChar();if(t.adv||(t.adv=!0,r=t.match("-")),t.adv||(t.adv=!0,r=t.match(".")),!t.adv){t.adv=!0;var i=t.cur();null==i?(t.adv=!1,r=null):r=t.step("0"<=i&&i<="9")}if(t.adv||(t.adv=!0,r=t.match("·")),!t.adv){t.adv=!0;var n=t.cur();null==n?(t.adv=!1,r=null):r=t.step("̀"<=n&&n<="ͯ")}if(!t.adv){t.adv=!0;var o=t.cur();null==o?(t.adv=!1,r=null):r=t.step("‿"<=o&&o<="⁀")}return r},Name:function(){var r=t.pos;if(e.NameStartChar(),t.adv){for(;e.NameChar(),t.adv;);t.adv=!0;var i=t.doc.substring(r,t.pos)}return t.adv||(t.pos=r),i},QName:function(){var r=e.PrefixedName();return t.adv||(t.adv=!0,r=e.UnprefixedName()),r},PrefixedName:function(){var r=t.pos;if(e.Prefix(),t.adv&&(t.match(":"),t.adv)){e.LocalPart();var i=t.doc.substring(r,t.pos)}return t.adv||(t.pos=r),i},UnprefixedName:function(){return e.LocalPart()},Prefix:function(){return e.NCName()},LocalPart:function(){return e.NCName()},NCNameStartChar:function(){var e=t.cur();if(null==e){t.adv=!1;var r=null}else r=t.step("A"<=e&&e<="Z");if(t.adv||(t.adv=!0,r=t.match("_")),!t.adv){t.adv=!0;var i=t.cur();null==i?(t.adv=!1,r=null):r=t.step("a"<=i&&i<="z")}if(!t.adv){t.adv=!0;var n=t.cur();null==n?(t.adv=!1,r=null):r=t.step("À"<=n&&n<="Ö")}if(!t.adv){t.adv=!0;var o=t.cur();null==o?(t.adv=!1,r=null):r=t.step("Ø"<=o&&o<="ö")}if(!t.adv){t.adv=!0;var a=t.cur();null==a?(t.adv=!1,r=null):r=t.step("ø"<=a&&a<="˿")}if(!t.adv){t.adv=!0;var s=t.cur();null==s?(t.adv=!1,r=null):r=t.step("Ͱ"<=s&&s<="ͽ")}if(!t.adv){t.adv=!0;var u=t.cur();null==u?(t.adv=!1,r=null):r=t.step("Ϳ"<=u&&u<="῿")}if(!t.adv){t.adv=!0;var l=t.cur();null==l?(t.adv=!1,r=null):r=t.step("‌"<=l&&l<="‍")}if(!t.adv){t.adv=!0;var p=t.cur();null==p?(t.adv=!1,r=null):r=t.step("⁰"<=p&&p<="↏")}if(!t.adv){t.adv=!0;var c=t.cur();null==c?(t.adv=!1,r=null):r=t.step("Ⰰ"<=c&&c<="⿯")}if(!t.adv){t.adv=!0;var d=t.cur();null==d?(t.adv=!1,r=null):r=t.step("、"<=d&&d<="퟿")}if(!t.adv){t.adv=!0;var h=t.cur();null==h?(t.adv=!1,r=null):r=t.step("豈"<=h&&h<="﷏")}if(!t.adv){t.adv=!0;var m=t.cur();null==m?(t.adv=!1,r=null):r=t.step("ﷰ"<=m&&m<="�")}if(!t.adv){t.adv=!0;var f=t.pos,g=t.cur();if(null==g?t.adv=!1:t.step("\ud800"<=g&&g<="\udb7f"),t.adv){var v=t.cur();null==v?t.adv=!1:t.step("\udc00"<=v&&v<="\udfff"),r=t.doc.substring(f,t.pos)}t.adv||(t.pos=f)}return r},NCNameChar:function(){var r=e.NCNameStartChar();if(t.adv||(t.adv=!0,r=t.match("-")),t.adv||(t.adv=!0,r=t.match(".")),!t.adv){t.adv=!0;var i=t.cur();null==i?(t.adv=!1,r=null):r=t.step("0"<=i&&i<="9")}if(t.adv||(t.adv=!0,r=t.match("·")),!t.adv){t.adv=!0;var n=t.cur();null==n?(t.adv=!1,r=null):r=t.step("̀"<=n&&n<="ͯ")}if(!t.adv){t.adv=!0;var o=t.cur();null==o?(t.adv=!1,r=null):r=t.step("‿"<=o&&o<="⁀")}return r},NCName:function(){var r=t.pos;if(e.NCNameStartChar(),t.adv){for(;e.NCNameChar(),t.adv;);t.adv=!0;var i=t.doc.substring(r,t.pos)}return t.adv||(t.pos=r),i}},t=new function(){this.doc="",this.pos=0,this.adv=!0,this.setInput=function(e){this.doc=e,this.pos=0,this.adv=!0},this.isEOF=function(){return this.pos==this.doc.length},this.cur=function(){return t.doc[t.pos]},this.match=function(e){if(t.adv=t.doc.substr(t.pos,e.length)==e)return t.pos+=e.length,e},this.step=function(e){if(t.adv=e)return t.pos++,t.doc[t.pos-1]},this.unexpected=function(e){throw new Error("Unexpected syntax in "+e)},this.traceLine=function(e){e||(e=t.pos);var r=t.doc.lastIndexOf("\n",e),i=t.doc.indexOf("\n",e);return-1==r?r=0:r++,-1==i&&(i=e.length),"Line "+t.doc.substring(0,r).split("\n").length+":\n"+t.doc.substring(r,i)+"\n"+Array(200).join(" ").substr(0,e-r)+"^^^"}};return{state:t,rules:e}}(),null)},function(e,t,r){"use strict";const i=r(159),{NAMESPACES:n}=r(256);function o(e,t,r){const i="ns"+r;return e[t]=[i],i}function a(e,t,r){const i=e[t];return i?i.includes(r)?r:i[i.length-1]:null}function s(e){return null===e?"":e.replace(/&/g,"&").replace(/"/g,""").replace(//g,">").replace(/\t/g," ").replace(/\n/g," ").replace(/\r/g," ")}e.exports.preferredPrefixString=a,e.exports.generatePrefix=o,e.exports.serializeAttributeValue=s,e.exports.serializeAttributes=function(e,t,r,u,l,p){let c="";const d=Object.create(null);for(const h of e.attributes){if(l&&d[h.namespaceURI]&&d[h.namespaceURI].has(h.localName))throw new Error("Found duplicated attribute");d[h.namespaceURI]||(d[h.namespaceURI]=new Set),d[h.namespaceURI].add(h.localName);const e=h.namespaceURI;let m=null;if(null!==e)if(m=a(t,e,h.prefix),e===n.XMLNS){if(h.value===n.XML||null===h.prefix&&u||null!==h.prefix&&r[h.localName]!==h.value&&t[h.value].includes(h.localName))continue;if(l&&h.value===n.XMLNS)throw new Error("The XMLNS namespace is reserved and cannot be applied as an element's namespace via XML parsing");if(l&&""===h.value)throw new Error("Namespace prefix declarations cannot be used to undeclare a namespace");"xmlns"===h.prefix&&(m="xmlns")}else null===m&&(c+=` xmlns:${m=o(t,e,p.prefixIndex++)}="${s(e)}"`);if(c+=" ",null!==m&&(c+=m+":"),l&&(h.localName.includes(":")||!i.name(h.localName)||"xmlns"===h.localName&&null===e))throw new Error("Invalid attribute localName value");c+=`${h.localName}="${s(h.value)}"`}return c}},function(e,t,r){"use strict";const i="function"==typeof Object.getOwnPropertyDescriptors?Object.getOwnPropertyDescriptors:e=>{if(null==e)throw new TypeError("Cannot convert undefined or null to object");e=Object(e);const t=Reflect.ownKeys(e),r={};for(const i of t){const t=Reflect.getOwnPropertyDescriptor(e,i);void 0!==t&&Reflect.defineProperty(r,i,{value:t,writable:!0,enumerable:!0,configurable:!0})}return r},n=Symbol("wrapper"),o=Symbol("impl"),a=Symbol("SameObject caches");function s(e){return e?e[n]:null}function u(e){return e?e[o]:null}const l=Symbol("internal"),p=Object.getPrototypeOf(Object.getPrototypeOf([][Symbol.iterator]()));const c=Symbol("supports property index"),d=Symbol("supported property indices"),h=Symbol("supports property name"),m=Symbol("supported property names"),f=Symbol("indexed property get"),g=Symbol("indexed property set new"),v=Symbol("indexed property set existing"),b=Symbol("named property get"),y=Symbol("named property set new"),w=Symbol("named property set existing"),E=Symbol("named property delete");e.exports={isObject:function(e){return"object"==typeof e&&null!==e||"function"==typeof e},hasOwn:function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},getOwnPropertyDescriptors:i,wrapperSymbol:n,implSymbol:o,getSameObject:function(e,t,r){return e[a]||(e[a]=Object.create(null)),t in e[a]?e[a][t]:(e[a][t]=r(),e[a][t])},wrapperForImpl:s,implForWrapper:u,tryWrapperForImpl:function(e){const t=s(e);return t||e},tryImplForWrapper:function(e){const t=u(e);return t||e},iterInternalSymbol:l,IteratorPrototype:p,isArrayIndexPropName:function(e){if("string"!=typeof e)return!1;const t=e>>>0;return t!==Math.pow(2,32)-1&&e===`${t}`},supportsPropertyIndex:c,supportedPropertyIndices:d,supportsPropertyName:h,supportedPropertyNames:m,indexedGet:f,indexedSetNew:g,indexedSetExisting:v,namedGet:b,namedSetNew:y,namedSetExisting:w,namedDelete:E}},function(e,t,r){"use strict";const{produceXMLSerialization:i}=r(255);t.implementation=class{serializeToString(e){return i(e,!1)}}},function(e,t,r){"use strict";const i=r(8),n=r(239),{asciiLowercase:o}=r(25),a=r(0),{getAttributeValue:s,setAttributeValue:u,hasAttributeByName:l}=r(42);function p(...e){for(const t of e)if(""===t)throw new i("The token provided must not be empty.","SyntaxError");for(const t of e)if(/[\t\n\f\r ]/.test(t)){throw new i("The token provided contains HTML space characters, which are not valid in tokens.","InvalidCharacterError")}}t.implementation=class{constructor(e,t){this._tokenSet=new n,this._element=t.element,this._attributeLocalName=t.attributeLocalName,this._supportedTokens=t.supportedTokens,this._dirty=!0}attrModified(){this._dirty=!0}_syncWithElement(){if(!this._dirty)return;const e=s(this._element,this._attributeLocalName);null===e?this._tokenSet.empty():this._tokenSet=n.parse(e),this._dirty=!1}_validationSteps(e){if(!this._supportedTokens)throw new TypeError(`${this._attributeLocalName} attribute has no supported tokens`);const t=o(e);return this._supportedTokens.has(t)}_updateSteps(){!l(this._element,this._attributeLocalName)&&this._tokenSet.isEmpty()||u(this._element,this._attributeLocalName,this._tokenSet.serialize())}_serializeSteps(){return s(this._element,this._attributeLocalName)}get tokenSet(){return this._syncWithElement(),this._tokenSet}get length(){return this._syncWithElement(),this._tokenSet.size}get[a.supportedPropertyIndices](){return this._syncWithElement(),this._tokenSet.keys()}item(e){return this._syncWithElement(),e>=this._tokenSet.size?null:this._tokenSet.get(e)}contains(e){return this._syncWithElement(),this._tokenSet.contains(e)}add(...e){for(const t of e)p(t);this._syncWithElement();for(const t of e)this._tokenSet.append(t);this._updateSteps()}remove(...e){for(const t of e)p(t);this._syncWithElement(),this._tokenSet.remove(...e),this._updateSteps()}toggle(e,t){return p(e),this._syncWithElement(),this._tokenSet.contains(e)?void 0!==t&&!1!==t||(this._tokenSet.remove(e),this._updateSteps(),!1):(void 0===t||!0===t)&&(this._tokenSet.append(e),this._updateSteps(),!0)}replace(e,t){return p(e,t),this._syncWithElement(),!!this._tokenSet.contains(e)&&(this._tokenSet.replace(e,t),this._updateSteps(),!0)}supports(e){return this._validationSteps(e)}get value(){return this._serializeSteps()}set value(e){u(this._element,this._attributeLocalName,e)}}},function(e,t,r){"use strict";const i=r(8),n=r(0),o=r(42),{HTML_NS:a}=r(20);t.implementation=class{constructor(e,t){this._element=t.element}get _attributeList(){return this._element._attributeList}get[n.supportedPropertyIndices](){return this._attributeList.keys()}get length(){return this._attributeList.length}item(e){return e>=this._attributeList.length?null:this._attributeList[e]}get[n.supportedPropertyNames](){const e=new Set(this._attributeList.map(e=>e._qualifiedName)),t=this._element;if(t._namespaceURI===a&&"html"===t._ownerDocument._parsingMode)for(const t of e){t.toLowerCase()!==t&&e.delete(t)}return e}getNamedItem(e){return o.getAttributeByName(this._element,e)}getNamedItemNS(e,t){return o.getAttributeByNameNS(this._element,e,t)}setNamedItem(e){return o.setAttribute(this._element,e)}setNamedItemNS(e){return o.setAttribute(this._element,e)}removeNamedItem(e){const t=o.removeAttributeByName(this._element,e);if(null===t)throw new i("Tried to remove an attribute that was not present","NotFoundError");return t}removeNamedItemNS(e,t){const r=o.removeAttributeByNameNS(this._element,e,t);if(null===r)throw new i("Tried to remove an attribute that was not present","NotFoundError");return r}}},function(e,t,r){"use strict";const{parseFragment:i}=r(60),{fragmentSerialization:n}=r(120),{getRoot:o}=r(58),a=r(242).implementation;e.exports={implementation:class extends a{constructor(e,t){super(e,t);const{mode:r}=t;this._mode=r}_getTheParent(e){return e.composed||this!==o(e._path[0].item)?this._host:null}get mode(){return this._mode}get host(){return this._host}get innerHTML(){return n(this,{requireWellFormed:!0})}set innerHTML(e){const t=i(e,this._host);this._replaceAll(t)}}}},function(e,t,r){"use strict";const i=new Set(["annotation-xml","color-profile","font-face","font-face-src","font-face-uri","font-face-format","font-face-name","missing-glyph"]),n=/^[a-z][-.0-9_a-z]*-[-.0-9_a-z]*$/;e.exports={isValidCustomElementName:function(e){return!i.has(e)&&n.test(e)}}},function(e,t,r){"use strict";const i=r(37).implementation,n=r(260);class o extends i{initPageTransitionEvent(e,t,r,i){this._dispatchFlag||(this.initEvent(e,t,r),this.persisted=i)}}o.defaultInit=n.convert(void 0),t.implementation=o},function(e,t,r){"use strict";const i=r(8),n=r(121),{isValidTargetOrigin:o}=r(5),{fireAnEvent:a}=r(15);e.exports=function(e,t){if(arguments.length<2)throw new TypeError("'postMessage' requires 2 arguments: 'message' and 'targetOrigin'");if(t=String(t),!o(t))throw new i("Failed to execute 'postMessage' on 'Window': Invalid target origin '"+t+"' in a call to 'postMessage'.","SyntaxError");"*"!==t&&t!==this.location.origin||setTimeout(()=>{a("message",this,n,{data:e})},0)}},function(e,t,r){"use strict";const i=r(37).implementation,n=r(261);class o extends i{initMessageEvent(e,t,r,i,n,o,a,s){this._dispatchFlag||(this.initEvent(e,t,r),this.data=i,this.origin=n,this.lastEventId=o,this.source=a,this.ports=s)}}o.defaultInit=n.convert(void 0),e.exports={implementation:o}},function(e,t,r){"use strict";e.exports=function(e){if((e=(e=`${e}`).replace(/[ \t\n\f\r]/g,"")).length%4==0&&(e=e.replace(/==?$/,"")),e.length%4==1||/[^+\/0-9A-Za-z]/.test(e))return null;let t="",r=0,i=0;for(let o=0;o>16),t+=String.fromCharCode((65280&r)>>8),t+=String.fromCharCode(255&r),r=i=0);var n;return 12===i?(r>>=4,t+=String.fromCharCode(r)):18===i&&(r>>=2,t+=String.fromCharCode((65280&r)>>8),t+=String.fromCharCode(255&r)),t}},function(e,t,r){"use strict";e.exports=function(e){let t;for(e=`${e}`,t=0;t255)return null;let r="";for(t=0;t>2,n[1]=(3&e.charCodeAt(t))<<4,e.length>t+1&&(n[1]|=e.charCodeAt(t+1)>>4,n[2]=(15&e.charCodeAt(t+1))<<2),e.length>t+2&&(n[2]|=e.charCodeAt(t+2)>>6,n[3]=63&e.charCodeAt(t+2));for(let e=0;evoid 0,getCookieStringSync:()=>""},encoding:p,parseOptions:this._ownerDocument._parseOptions}}),f=v.implForWrapper(m);try{T(c,f)}catch(e){return t.responseXMLCache=null,null}return m.close(),t.responseXMLCache=m,m}get responseURL(){return this[h.properties].responseURL}get timeout(){return this[h.flag].timeout}set timeout(e){const t=this[h.flag],r=this[h.properties];if(t.synchronous)throw new d("The object does not support the operation or argument.","InvalidAccessError");t.timeout=e,clearTimeout(r.timeoutId),e>0&&r.timeoutFn?r.timeoutId=setTimeout(r.timeoutFn,Math.max(0,e-((new Date).getTime()-r.timeoutStart))):(r.timeoutFn=null,r.timeoutStart=0)}get withCredentials(){return this[h.flag].withCredentials}set withCredentials(e){const t=this[h.flag],i=this[h.properties];if(this.readyState!==r.UNSENT&&this.readyState!==r.OPENED)throw new d("The object is in an invalid state.","InvalidStateError");if(i.send)throw new d("The object is in an invalid state.","InvalidStateError");t.withCredentials=e}abort(){const e=this[h.properties];clearTimeout(e.timeoutId),e.timeoutFn=null,e.timeoutStart=0;const{client:t}=e;if(t&&(t.abort(),e.client=null),e.abortError)return e.readyState=r.DONE,e.send=!1,void c.setResponseToNetworkError(this);(this.readyState===r.OPENED&&e.send||this.readyState===r.HEADERS_RECEIVED||this.readyState===r.LOADING)&&c.requestErrorSteps(this,"abort"),this.readyState===r.DONE&&(e.readyState=r.UNSENT,c.setResponseToNetworkError(this))}getAllResponseHeaders(){const e=this[h.properties],{readyState:t}=this;return t===r.UNSENT||t===r.OPENED?"":Object.keys(e.responseHeaders).filter(t=>-1===e.filteredResponseHeaders.indexOf(t)).map(t=>[p.ByteString(t).toLowerCase(),e.responseHeaders[t]].join(": ")).join("\r\n")}getResponseHeader(e){const t=this[h.properties],{readyState:i}=this;if(i===r.UNSENT||i===r.OPENED)return null;const n=p.ByteString(e).toLowerCase();return t.filteredResponseHeaders.find(e=>n===e.toLowerCase())?null:U(this,n)}open(e,t,i,n,o){if(!this._ownerDocument)throw new d("The object is in an invalid state.","InvalidStateError");const s=this[h.flag],u=this[h.properties];if(arguments.length<2)throw new TypeError("Not enough arguments (expected at least 2)");if(e=p.ByteString(e),t=p.USVString(t),n&&(n=p.USVString(n)),o&&(o=p.USVString(o)),!F.test(e))throw new d("The string did not match the expected pattern.","SyntaxError");const l=e.toUpperCase();if(M.has(l))throw new d("The operation is insecure.","SecurityError");const{client:c}=u;if(c&&"function"==typeof c.abort&&c.abort(),P.has(l)&&(e=l),s.synchronous=void 0!==i&&!i,s.responseType&&s.synchronous)throw new d("The object does not support the operation or argument.","InvalidAccessError");if(s.synchronous&&s.timeout)throw new d("The object does not support the operation or argument.","InvalidAccessError");let m;s.method=e;try{m=new a(t,f(this._ownerDocument))}catch(e){throw new d("The string did not match the expected pattern.","SyntaxError")}(n||o&&!m.username)&&(s.auth={user:n,pass:o},m.username="",m.password=""),s.uri=m.href,s.requestHeaders={},s.preflight=!1,u.send=!1,u.uploadListener=!1,u.requestBuffer=null,u.requestCache=null,u.abortError=!1,u.responseURL="",z(this,r.OPENED)}overrideMimeType(e){e=String(e);const{readyState:t}=this;if(t===r.LOADING||t===r.DONE)throw new d("The object is in an invalid state.","InvalidStateError");this[h.flag].overrideMIMEType="application/octet-stream";const i=l.parse(e);if(i){this[h.flag].overrideMIMEType=i.essence;const e=i.parameters.get("charset");e&&(this[h.flag].overrideCharset=s.labelToName(e))}}send(e){if(e=function(e){if(null==e)return null;if(e instanceof ArrayBuffer||ArrayBuffer.isView(e))return e;const t=v.implForWrapper(e);if(t&&(y.isImpl(t)||w.isImpl(t)||b.isImpl(t)))return t;return p.USVString(e)}(e),!this._ownerDocument)throw new d("The object is in an invalid state.","InvalidStateError");const s=this[h.flag],m=this[h.properties];if(this.readyState!==r.OPENED||m.send)throw new d("The object is in an invalid state.","InvalidStateError");m.beforeSend=!0;try{if("GET"!==s.method&&"HEAD"!==s.method||(e=null),null!==e){let t=null,r=null;if(b.isImpl(e))t="UTF-8",r=("html"===e._parsingMode?"text/html":"application/xml")+";charset=UTF-8",s.body=S(e,{requireWellFormed:!1});else{"string"==typeof e&&(t="UTF-8");const{buffer:n,formData:o,contentType:a}=function(e){if(y.isImpl(e))return{buffer:e._buffer,contentType:""===e.type?null:e.type};if(e instanceof ArrayBuffer)return{buffer:i.from(e),contentType:null};if(ArrayBuffer.isView(e))return{buffer:i.from(e.buffer,e.byteOffset,e.byteLength),contentType:null};if(w.isImpl(e)){const t=[];for(const r of e._entries){let e;if(y.isImpl(r.value)){const t=r.value;e={name:r.name,value:t._buffer,options:{filename:t.name,contentType:t.type,knownLength:t.size}}}else e=r;t.push(e)}return{formData:t}}return{buffer:i.from(e,"utf-8"),contentType:"text/plain;charset=UTF-8"}}(e);r=a,s.body=n||o,s.formData=Boolean(o)}const n=c.getRequestHeader(s.requestHeaders,"content-type");if(null!==r&&null===n)s.requestHeaders["Content-Type"]=r;else if(null!==n&&null!==t){const e=l.parse(n);if(e){const r=e.parameters.get("charset");r&&!g(r,t)&&null!==t&&(e.parameters.set("charset",t),c.updateRequestHeader(s.requestHeaders,"content-type",e.toString()))}}}}finally{if(!m.beforeSend)throw new d("The object is in an invalid state.","InvalidStateError");m.beforeSend=!1}if(Object.keys(v.implForWrapper(this.upload)._eventListeners).length>0&&(m.uploadListener=!0),s.body&&0===s.body.byteLength&&(s.body=null),s.synchronous){const e=JSON.stringify(s,function(e,t){return this===s&&"requestManager"===e?null:this===s&&"pool"===e&&t?{maxSockets:t.maxSockets}:t}),n=o(t.execPath,[C],{input:e,maxBuffer:1/0});if(0!==n.status)throw new Error(n.stderr.toString());if(n.error)throw"string"==typeof n.error&&(n.error=new Error(n.error)),n.error;const a=JSON.parse(n.stdout.toString());if(a.properties.responseBuffer&&a.properties.responseBuffer.data&&(a.properties.responseBuffer=i.from(a.properties.responseBuffer.data)),a.properties.cookieJar&&(a.properties.cookieJar=u.CookieJar.deserializeSync(a.properties.cookieJar,this._ownerDocument._cookieJar.store)),a.properties.readyState=r.LOADING,this[h.properties]=a.properties,a.properties.error)throw c.dispatchError(this),new d(a.properties.error,"NetworkError");{const{responseBuffer:e}=this[h.properties],t=U(this,"content-length")||"0",i=parseInt(t)||e.length,n={lengthComputable:!1};0!==i&&(n.total=i,n.loaded=i,n.lengthComputable=!0),I("progress",this,_,n),z(this,r.DONE),I("load",this,_,n),I("loadend",this,_,n)}}else{m.send=!0,I("loadstart",this,_);const t=c.createClient(this);m.client=t,m.totalReceivedChunkSize=0,m.bufferStepSize=1048576,m.origin=s.origin,t.on("error",e=>{t.removeAllListeners(),m.error=e,c.dispatchError(this)}),t.on("response",e=>(function(e,t){const o=e[h.properties],s=e[h.flag],{statusCode:u}=t;let l=0;const p={},d=[],m={},{rawHeaders:f}=t,g=Number(f.length);for(let e=0;e{l+=e.length,w.loaded=l}),o.client.on("data",t=>{if(o.totalReceivedChunkSize+=t.length,o.totalReceivedChunkSize>=o.bufferStepSize){for(o.bufferStepSize*=2;o.totalReceivedChunkSize>=o.bufferStepSize;)o.bufferStepSize*=2;const e=i.alloc(o.bufferStepSize);o.responseBuffer.copy(e,0,0,o.responseBuffer.length),o.responseBuffer=e}t.copy(o.responseBuffer,o.totalReceivedChunkSize-t.length,0,t.length),o.responseCache=null,o.responseTextCache=null,o.responseXMLCache=null,o.readyState===r.HEADERS_RECEIVED&&(o.readyState=r.LOADING),I("readystatechange",e),w.total===w.loaded&&o.totalReceivedChunkSize!==l||E!==w.loaded&&(E=w.loaded,I("progress",e,_,w))}),o.client.on("end",()=>{clearTimeout(o.timeoutId),o.timeoutFn=null,o.timeoutStart=0,o.client=null,I("progress",e,_,w),z(e,r.DONE),I("load",e,_,w),I("loadend",e,_,w)})})(this,e)),t.on("redirect",()=>{const{response:e}=t,r=new a(e.request.headers.Referer),i=new a(e.request.uri.href);if(r.origin!==i.origin&&r.origin!==s.origin&&(m.origin="null"),e.request.headers.Origin=m.origin,s.origin!==r.origin&&"data:"!==r.protocol){if(!c.validCORSHeaders(this,e,s,m,s.origin))return;(i.username||i.password)&&(m.error="Userinfo forbidden in cors redirect",c.dispatchError(this))}}),null!==e&&""!==e?(m.uploadComplete=!1,function(e){const t=e[h.properties],{client:r}=t,{upload:i}=e;let n=0,o=!1;const a=r.headers&&parseInt(c.getRequestHeader(r.headers,"content-length"));a&&(n=a,o=!0);const s={lengthComputable:o,total:n,loaded:0};t.uploadListener&&I("loadstart",i,_,s);r.on("request",e=>{e.on("response",()=>{if(t.uploadComplete=!0,!t.uploadListener)return;const e={lengthComputable:o,total:n,loaded:n};I("progress",i,_,e),I("load",i,_,e),I("loadend",i,_,e)})})}(this)):m.uploadComplete=!0,this.timeout>0&&(m.timeoutStart=(new Date).getTime(),m.timeoutFn=()=>{if(t.abort(),this.readyState!==r.UNSENT&&(this.readyState!==r.OPENED||m.send)&&this.readyState!==r.DONE){m.send=!1;let e=!1;m.uploadComplete||(I("progress",this.upload,_),z(this,r.DONE),I("timeout",this.upload,_),I("loadend",this.upload,_),e=!0),I("progress",this,_),e||z(this,r.DONE),I("timeout",this,_),I("loadend",this,_)}m.readyState=r.UNSENT},m.timeoutId=setTimeout(m.timeoutFn,this.timeout))}}setRequestHeader(e,t){const i=this[h.flag],n=this[h.properties];if(2!==arguments.length)throw new TypeError("2 arguments required for setRequestHeader");if(e=p.ByteString(e),t=p.ByteString(t),this.readyState!==r.OPENED||n.send)throw new d("The object is in an invalid state.","InvalidStateError");if(t=function(e){return e.replace(/^[\x09\x0A\x0D\x20]+/,"").replace(/[\x09\x0A\x0D\x20]+$/,"")}(t),!F.test(e)||!D.test(t))throw new d("The string did not match the expected pattern.","SyntaxError");const o=e.toLowerCase();if(N.has(o)||o.startsWith("sec-")||o.startsWith("proxy-"))return;const a=Object.keys(i.requestHeaders);let s=a.length;for(;s--;){const e=a[s];if(e.toLowerCase()===o)return void(i.requestHeaders[e]+=", "+t)}i.requestHeaders[e]=t}get _ownerDocument(){return v.implForWrapper(e.document)}}function z(e,t){const r=e[h.properties];r.readyState!==t&&(r.readyState=t,I("readystatechange",e))}return Object.defineProperty(r.prototype,Symbol.toStringTag,{value:"XMLHttpRequest",writable:!1,enumerable:!1,configurable:!0}),A(r.prototype,["readystatechange"]),m(r,{UNSENT:0,OPENED:1,HEADERS_RECEIVED:2,LOADING:3,DONE:4}),r}}).call(this,r(10),r(4).Buffer)},function(e,t,r){(function(t,i,n){var o=r(263),a=r(6),s=r(264),u=r(89),l=r(525),p=s.IncomingMessage,c=s.readyStates;var d=e.exports=function(e){var r,i=this;u.Writable.call(i),i._opts=e,i._body=[],i._headers={},e.auth&&i.setHeader("Authorization","Basic "+new t(e.auth).toString("base64")),Object.keys(e.headers).forEach(function(t){i.setHeader(t,e.headers[t])});var n=!0;if("disable-fetch"===e.mode||"requestTimeout"in e&&!o.abortController)n=!1,r=!0;else if("prefer-streaming"===e.mode)r=!1;else if("allow-wrong-content-type"===e.mode)r=!o.overrideMimeType;else{if(e.mode&&"default"!==e.mode&&"prefer-fast"!==e.mode)throw new Error("Invalid value for opts.mode");r=!0}i._mode=function(e,t){return o.fetch&&t?"fetch":o.mozchunkedarraybuffer?"moz-chunked-arraybuffer":o.msstream?"ms-stream":o.arraybuffer&&e?"arraybuffer":o.vbArray&&e?"text:vbarray":"text"}(r,n),i._fetchTimer=null,i.on("finish",function(){i._onFinish()})};a(d,u.Writable),d.prototype.setHeader=function(e,t){var r=e.toLowerCase();-1===h.indexOf(r)&&(this._headers[r]={name:e,value:t})},d.prototype.getHeader=function(e){var t=this._headers[e.toLowerCase()];return t?t.value:null},d.prototype.removeHeader=function(e){delete this._headers[e.toLowerCase()]},d.prototype._onFinish=function(){var e=this;if(!e._destroyed){var r=e._opts,a=e._headers,s=null;"GET"!==r.method&&"HEAD"!==r.method&&(s=o.arraybuffer?l(t.concat(e._body)):o.blobConstructor?new i.Blob(e._body.map(function(e){return l(e)}),{type:(a["content-type"]||{}).value||""}):t.concat(e._body).toString());var u=[];if(Object.keys(a).forEach(function(e){var t=a[e].name,r=a[e].value;Array.isArray(r)?r.forEach(function(e){u.push([t,e])}):u.push([t,r])}),"fetch"===e._mode){var p=null;if(o.abortController){var d=new AbortController;p=d.signal,e._fetchAbortController=d,"requestTimeout"in r&&0!==r.requestTimeout&&(e._fetchTimer=i.setTimeout(function(){e.emit("requestTimeout"),e._fetchAbortController&&e._fetchAbortController.abort()},r.requestTimeout))}i.fetch(e._opts.url,{method:e._opts.method,headers:u,body:s||void 0,mode:"cors",credentials:r.withCredentials?"include":"same-origin",signal:p}).then(function(t){e._fetchResponse=t,e._connect()},function(t){i.clearTimeout(e._fetchTimer),e._destroyed||e.emit("error",t)})}else{var h=e._xhr=new i.XMLHttpRequest;try{h.open(e._opts.method,e._opts.url,!0)}catch(t){return void n.nextTick(function(){e.emit("error",t)})}"responseType"in h&&(h.responseType=e._mode.split(":")[0]),"withCredentials"in h&&(h.withCredentials=!!r.withCredentials),"text"===e._mode&&"overrideMimeType"in h&&h.overrideMimeType("text/plain; charset=x-user-defined"),"requestTimeout"in r&&(h.timeout=r.requestTimeout,h.ontimeout=function(){e.emit("requestTimeout")}),u.forEach(function(e){h.setRequestHeader(e[0],e[1])}),e._response=null,h.onreadystatechange=function(){switch(h.readyState){case c.LOADING:case c.DONE:e._onXHRProgress()}},"moz-chunked-arraybuffer"===e._mode&&(h.onprogress=function(){e._onXHRProgress()}),h.onerror=function(){e._destroyed||e.emit("error",new Error("XHR error"))};try{h.send(s)}catch(t){return void n.nextTick(function(){e.emit("error",t)})}}}},d.prototype._onXHRProgress=function(){(function(e){try{var t=e.status;return null!==t&&0!==t}catch(e){return!1}})(this._xhr)&&!this._destroyed&&(this._response||this._connect(),this._response._onXHRProgress())},d.prototype._connect=function(){var e=this;e._destroyed||(e._response=new p(e._xhr,e._fetchResponse,e._mode,e._fetchTimer),e._response.on("error",function(t){e.emit("error",t)}),e.emit("response",e._response))},d.prototype._write=function(e,t,r){this._body.push(e),r()},d.prototype.abort=d.prototype.destroy=function(){this._destroyed=!0,i.clearTimeout(this._fetchTimer),this._response&&(this._response._destroyed=!0),this._xhr?this._xhr.abort():this._fetchAbortController&&this._fetchAbortController.abort()},d.prototype.end=function(e,t,r){"function"==typeof e&&(r=e,e=void 0),u.Writable.prototype.end.call(this,e,t,r)},d.prototype.flushHeaders=function(){},d.prototype.setTimeout=function(){},d.prototype.setNoDelay=function(){},d.prototype.setSocketKeepAlive=function(){};var h=["accept-charset","accept-encoding","access-control-request-headers","access-control-request-method","connection","content-length","cookie","cookie2","date","dnt","expect","host","keep-alive","origin","referer","te","trailer","transfer-encoding","upgrade","via"]}).call(this,r(4).Buffer,r(17),r(10))},function(e,t){},function(e,t,r){"use strict";var i=r(161).Buffer,n=r(521);e.exports=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.head=null,this.tail=null,this.length=0}return e.prototype.push=function(e){var t={data:e,next:null};this.length>0?this.tail.next=t:this.head=t,this.tail=t,++this.length},e.prototype.unshift=function(e){var t={data:e,next:this.head};0===this.length&&(this.tail=t),this.head=t,++this.length},e.prototype.shift=function(){if(0!==this.length){var e=this.head.data;return 1===this.length?this.head=this.tail=null:this.head=this.head.next,--this.length,e}},e.prototype.clear=function(){this.head=this.tail=null,this.length=0},e.prototype.join=function(e){if(0===this.length)return"";for(var t=this.head,r=""+t.data;t=t.next;)r+=e+t.data;return r},e.prototype.concat=function(e){if(0===this.length)return i.alloc(0);if(1===this.length)return this.head.data;for(var t,r,n,o=i.allocUnsafe(e>>>0),a=this.head,s=0;a;)t=a.data,r=o,n=s,t.copy(r,n),s+=a.data.length,a=a.next;return o},e}(),n&&n.inspect&&n.inspect.custom&&(e.exports.prototype[n.inspect.custom]=function(){var e=n.inspect({length:this.length});return this.constructor.name+" "+e})},function(e,t){},function(e,t,r){(function(e,t){!function(e,r){"use strict";if(!e.setImmediate){var i,n,o,a,s,u=1,l={},p=!1,c=e.document,d=Object.getPrototypeOf&&Object.getPrototypeOf(e);d=d&&d.setTimeout?d:e,"[object process]"==={}.toString.call(e.process)?i=function(e){t.nextTick(function(){m(e)})}:!function(){if(e.postMessage&&!e.importScripts){var t=!0,r=e.onmessage;return e.onmessage=function(){t=!1},e.postMessage("","*"),e.onmessage=r,t}}()?e.MessageChannel?((o=new MessageChannel).port1.onmessage=function(e){m(e.data)},i=function(e){o.port2.postMessage(e)}):c&&"onreadystatechange"in c.createElement("script")?(n=c.documentElement,i=function(e){var t=c.createElement("script");t.onreadystatechange=function(){m(e),t.onreadystatechange=null,n.removeChild(t),t=null},n.appendChild(t)}):i=function(e){setTimeout(m,0,e)}:(a="setImmediate$"+Math.random()+"$",s=function(t){t.source===e&&"string"==typeof t.data&&0===t.data.indexOf(a)&&m(+t.data.slice(a.length))},e.addEventListener?e.addEventListener("message",s,!1):e.attachEvent("onmessage",s),i=function(t){e.postMessage(a+t,"*")}),d.setImmediate=function(e){"function"!=typeof e&&(e=new Function(""+e));for(var t=new Array(arguments.length-1),r=0;r{r.emit("data",e),s.emit("data",e)}),u.on("end",()=>{r.emit("end"),s.emit("end")}),u.on("error",e=>{s.emit("error",e)}),s.abort=function(){u.destroy(),s.emit("abort")},w){const e={abort(){o.abortError=!0,t.abort()}};w.add(e);const r=w.remove.bind(w,e);s.on("abort",r),s.on("error",r),s.on("end",r)}return e.nextTick(()=>s.emit("response",r)),s}if("data:"===l.protocol){const t=new n;t.request={uri:l};const r=new n;let i;try{const n=u(d),o=n.mimeType.toString();i=n.body,t.statusCode=200,t.rawHeaders=["Content-Type",o],t.headers={"content-type":o}}catch(t){return e.nextTick(()=>r.emit("error",t)),r}return r.abort=()=>{},e.nextTick(()=>{r.emit("response",t),e.nextTick(()=>{t.emit("data",i),r.emit("data",i),t.emit("end"),r.emit("end")})}),r}const x={};for(const e in r.requestHeaders)x[e]=r.requestHeaders[e];null===v(r.requestHeaders,"referer")&&(x.Referer=r.referrer),null===v(r.requestHeaders,"user-agent")&&(x["User-Agent"]=r.userAgent),null===v(r.requestHeaders,"accept-language")&&(x["Accept-Language"]="en"),null===v(r.requestHeaders,"accept")&&(x.Accept="*/*");const _=r.origin!==l.origin;_&&(x.Origin=r.origin);const T={uri:d,method:r.method,headers:x,gzip:!0,maxRedirects:21,followAllRedirects:!0,encoding:null,strictSSL:r.strictSSL,proxy:r.proxy,forever:!0};r.auth&&(T.auth={user:r.auth.user||"",pass:r.auth.pass||"",sendImmediately:!1}),!r.cookieJar||_&&!r.withCredentials||(T.jar=c(r.cookieJar));const{body:S}=r,A=null!=S&&""!==S&&!("HEAD"===g||"GET"===g);function k(){try{const t=i(T);if(A&&r.formData){const e=t.form();for(const t of S)e.append(t.name,t.value,t.options)}return t}catch(t){const r=new n;return e.nextTick(()=>r.emit("error",t)),r}}let I;A&&!r.formData&&(T.body=S),A&&null===v(r.requestHeaders,"content-type")&&(x["Content-Type"]="text/plain;charset=UTF-8");const C=Object.keys(r.requestHeaders).filter(e=>!f.has(e.toLowerCase()));if(_&&(!m.has(g)||C.length>0||o.uploadListener)){I=new n;const e=[];for(const t in x){const r=t.toLowerCase();"origin"!==r&&"referrer"!==r||(e[t]=x[t])}e["Access-Control-Request-Method"]=r.method,C.length>0&&(e["Access-Control-Request-Headers"]=C.join(", ")),e["User-Agent"]=r.userAgent,r.preflight=!0;const a={uri:d,method:"OPTIONS",headers:e,followRedirect:!1,encoding:null,pool:r.pool,strictSSL:r.strictSSL,proxy:r.proxy,forever:!0},s=i(a);s.on("response",e=>{if(e.statusCode<200||e.statusCode>299)return void I.emit("error",new Error("Response for preflight has invalid HTTP status code "+e.statusCode));if(!function(e,t,r,i){if(!y(e,t,r,i,i.origin))return!1;const n=t.headers["access-control-allow-headers"],o=new Set(n?n.trim().toLowerCase().split(h):[]),a=Object.keys(r.requestHeaders).filter(e=>{const t=e.toLowerCase();return!f.has(t)&&!o.has(t)});return!(a.length>0&&(i.error="Headers "+a+" forbidden",b(e),1))}(t,e,r,o))return void E(t);const i=k();i.on("response",e=>I.emit("response",e)),i.on("data",e=>I.emit("data",e)),i.on("end",()=>I.emit("end")),i.on("abort",()=>I.emit("abort")),i.on("request",e=>{I.headers=i.headers,I.emit("request",e)}),i.on("redirect",()=>{I.response=i.response,I.emit("redirect")}),i.on("error",e=>I.emit("error",e)),I.abort=()=>{i.abort()}}),s.on("error",e=>I.emit("error",e)),I.abort=()=>{s.abort()}}else I=k();if(w){const e={abort(){o.abortError=!0,t.abort()}};w.add(e);const r=w.remove.bind(w,e);I.on("abort",r),I.on("error",r),I.on("end",r)}return I}}).call(this,r(10))},function(e,t,r){"use strict"; +/*! + * Copyright (c) 2015, Salesforce.com, Inc. + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, + * this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. + * + * 3. Neither the name of Salesforce.com nor the names of its contributors may + * be used to endorse or promote products derived from this software without + * specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + */var i,n=r(35),o=r(36).parse,a=r(12),s=r(270),u=r(271).Store,l=r(530).MemoryCookieStore,p=r(273).pathMatch,c=r(531).version;try{i=r(54)}catch(e){console.warn("tough-cookie: can't load punycode; won't use punycode for domain normalization")}var d=/^[\x21\x23-\x2B\x2D-\x3A\x3C-\x5B\x5D-\x7E]+$/,h=/[\x00-\x1F]/,m=["\n","\r","\0"],f=/[\x20-\x3A\x3C-\x7E]+/,g=/[\x09\x20-\x2F\x3B-\x40\x5B-\x60\x7B-\x7E]/,v={jan:0,feb:1,mar:2,apr:3,may:4,jun:5,jul:6,aug:7,sep:8,oct:9,nov:10,dec:11},b=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],y=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],w=2147483647e3;function E(e,t,r,i){for(var n=0;n=58)break;n++}return nr?null:i||n==e.length?parseInt(e.substr(0,n),10):null}function x(e){var t=e.split(":"),r=[0,0,0];if(3!==t.length)return null;for(var i=0;i<3;i++){var n=2==i,o=E(t[i],1,2,n);if(null===o)return null;r[i]=o}return r}function _(e){e=String(e).substr(0,3).toLowerCase();var t=v[e];return t>=0?t:null}function T(e){if(e){var t=e.split(g);if(t){for(var r=null,i=null,n=null,o=null,a=null,s=null,u=0;u=70&&s<=99?s+=1900:s>=0&&s<=69&&(s+=2e3)):a=l:o=l}if(!(null===o||null===a||null===s||null===n||o<1||o>31||s<1601||r>23||i>59||n>59))return new Date(Date.UTC(s,a,o,r,i,n))}}}function S(e){var t=e.getUTCDate();t=t>=10?t:"0"+t;var r=e.getUTCHours();r=r>=10?r:"0"+r;var i=e.getUTCMinutes();i=i>=10?i:"0"+i;var n=e.getUTCSeconds();return n=n>=10?n:"0"+n,y[e.getUTCDay()]+", "+t+" "+b[e.getUTCMonth()]+" "+e.getUTCFullYear()+" "+r+":"+i+":"+n+" GMT"}function A(e){return null==e?null:(e=e.trim().replace(/^\./,""),i&&/[^\u0001-\u007f]/.test(e)&&(e=i.toASCII(e)),e.toLowerCase())}function k(e,t,r){if(null==e||null==t)return null;if(!1!==r&&(e=A(e),t=A(t)),e==t)return!0;if(n.isIP(e))return!1;var i=e.indexOf(t);return!(i<=0)&&(e.length===t.length+i&&"."===e.substr(i-1,1))}function I(e){if(!e||"/"!==e.substr(0,1))return"/";if("/"===e)return e;var t=e.lastIndexOf("/");return 0===t?"/":e.slice(0,t)}function C(e,t){var r,i,n=(e=function(e){for(var t=0;t1;){var r=e.lastIndexOf("/");if(0===r)break;e=e.substr(0,r),t.push(e)}return t.push("/"),t},t.canonicalDomain=A},function(e,t,r){"use strict"; +/*! + * Copyright (c) 2015, Salesforce.com, Inc. + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, + * this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. + * + * 3. Neither the name of Salesforce.com nor the names of its contributors may + * be used to endorse or promote products derived from this software without + * specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + */var i=r(271).Store,n=r(272).permuteDomain,o=r(273).pathMatch,a=r(12);function s(){i.call(this),this.idx={}}a.inherits(s,i),t.MemoryCookieStore=s,s.prototype.idx=null,s.prototype.synchronous=!0,s.prototype.inspect=function(){return"{ idx: "+a.inspect(this.idx,!1,2)+" }"},a.inspect.custom&&(s.prototype[a.inspect.custom]=s.prototype.inspect),s.prototype.findCookie=function(e,t,r,i){return this.idx[e]&&this.idx[e][t]?i(null,this.idx[e][t][r]||null):i(null,void 0)},s.prototype.findCookies=function(e,t,r){var i,a=[];if(!e)return r(null,[]);i=t?function(e){Object.keys(e).forEach(function(r){if(o(t,r)){var i=e[r];for(var n in i)a.push(i[n])}})}:function(e){for(var t in e){var r=e[t];for(var i in r)a.push(r[i])}};var s=n(e)||[e],u=this.idx;s.forEach(function(e){var t=u[e];t&&i(t)}),r(null,a)},s.prototype.putCookie=function(e,t){this.idx[e.domain]||(this.idx[e.domain]={}),this.idx[e.domain][e.path]||(this.idx[e.domain][e.path]={}),this.idx[e.domain][e.path][e.key]=e,t(null)},s.prototype.updateCookie=function(e,t,r){this.putCookie(t,r)},s.prototype.removeCookie=function(e,t,r,i){this.idx[e]&&this.idx[e][t]&&this.idx[e][t][r]&&delete this.idx[e][t][r],i(null)},s.prototype.removeCookies=function(e,t,r){return this.idx[e]&&(t?delete this.idx[e][t]:delete this.idx[e]),r(null)},s.prototype.getAllCookies=function(e){var t=[],r=this.idx;Object.keys(r).forEach(function(e){Object.keys(r[e]).forEach(function(i){Object.keys(r[e][i]).forEach(function(n){null!==n&&t.push(r[e][i][n])})})}),t.sort(function(e,t){return(e.creationIndex||0)-(t.creationIndex||0)}),e(null,t)}},function(e){e.exports=JSON.parse('{"_from":"tough-cookie@~2.4.3","_id":"tough-cookie@2.4.3","_inBundle":false,"_integrity":"sha512-Q5srk/4vDM54WJsJio3XNn6K2sCG+CQ8G5Wz6bZhRZoAe/+TxjWB/GlFAnYEbkYVlON9FMk/fE3h2RLpPXo4lQ==","_location":"/request/tough-cookie","_phantomChildren":{},"_requested":{"type":"range","registry":true,"raw":"tough-cookie@~2.4.3","name":"tough-cookie","escapedName":"tough-cookie","rawSpec":"~2.4.3","saveSpec":null,"fetchSpec":"~2.4.3"},"_requiredBy":["/request"],"_resolved":"https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.4.3.tgz","_shasum":"53f36da3f47783b0925afa06ff9f3b165280f781","_spec":"tough-cookie@~2.4.3","_where":"/Users/marktiedemann/dev/deno_std/jsdom/node_modules/request","author":{"name":"Jeremy Stashewsky","email":"jstash@gmail.com"},"bugs":{"url":"https://github.com/salesforce/tough-cookie/issues"},"bundleDependencies":false,"contributors":[{"name":"Alexander Savin"},{"name":"Ian Livingstone"},{"name":"Ivan Nikulin"},{"name":"Lalit Kapoor"},{"name":"Sam Thompson"},{"name":"Sebastian Mayr"}],"dependencies":{"psl":"^1.1.24","punycode":"^1.4.1"},"deprecated":false,"description":"RFC6265 Cookies and Cookie Jar for node.js","devDependencies":{"async":"^1.4.2","nyc":"^11.6.0","string.prototype.repeat":"^0.2.0","vows":"^0.8.1"},"engines":{"node":">=0.8"},"files":["lib"],"homepage":"https://github.com/salesforce/tough-cookie","keywords":["HTTP","cookie","cookies","set-cookie","cookiejar","jar","RFC6265","RFC2965"],"license":"BSD-3-Clause","main":"./lib/cookie","name":"tough-cookie","repository":{"type":"git","url":"git://github.com/salesforce/tough-cookie.git"},"scripts":{"cover":"nyc --reporter=lcov --reporter=html vows test/*_test.js","test":"vows test/*_test.js"},"version":"2.4.3"}')},function(e,t){function r(e,t){var r=[],i=[];return null==t&&(t=function(e,t){return r[0]===t?"[Circular ~]":"[Circular ~."+i.slice(0,r.indexOf(t)).join(".")+"]"}),function(n,o){if(r.length>0){var a=r.indexOf(this);~a?r.splice(a+1):r.push(this),~a?i.splice(a,1/0,n):i.push(n),~r.indexOf(o)&&(o=t.call(this,n,o))}else r.push(o);return null==e?o:e.call(this,n,o)}}(e.exports=function(e,t,i,n){return JSON.stringify(e,r(t,n),i)}).getSerialize=r},function(e,t,r){e.exports=r(162)},function(e,t,r){e.exports=r(62)},function(e,t,r){e.exports=r(89).Transform},function(e,t,r){e.exports=r(89).PassThrough},function(e,t,r){var i=r(6),n=r(83),o=r(7).Buffer,a=[1518500249,1859775393,-1894007588,-899497514],s=new Array(80);function u(){this.init(),this._w=s,n.call(this,64,56)}function l(e){return e<<30|e>>>2}function p(e,t,r,i){return 0===e?t&r|~t&i:2===e?t&r|t&i|r&i:t^r^i}i(u,n),u.prototype.init=function(){return this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520,this},u.prototype._update=function(e){for(var t,r=this._w,i=0|this._a,n=0|this._b,o=0|this._c,s=0|this._d,u=0|this._e,c=0;c<16;++c)r[c]=e.readInt32BE(4*c);for(;c<80;++c)r[c]=r[c-3]^r[c-8]^r[c-14]^r[c-16];for(var d=0;d<80;++d){var h=~~(d/20),m=0|((t=i)<<5|t>>>27)+p(h,n,o,s)+u+r[d]+a[h];u=s,s=o,o=l(n),n=i,i=m}this._a=i+this._a|0,this._b=n+this._b|0,this._c=o+this._c|0,this._d=s+this._d|0,this._e=u+this._e|0},u.prototype._hash=function(){var e=o.allocUnsafe(20);return e.writeInt32BE(0|this._a,0),e.writeInt32BE(0|this._b,4),e.writeInt32BE(0|this._c,8),e.writeInt32BE(0|this._d,12),e.writeInt32BE(0|this._e,16),e},e.exports=u},function(e,t,r){var i=r(6),n=r(83),o=r(7).Buffer,a=[1518500249,1859775393,-1894007588,-899497514],s=new Array(80);function u(){this.init(),this._w=s,n.call(this,64,56)}function l(e){return e<<5|e>>>27}function p(e){return e<<30|e>>>2}function c(e,t,r,i){return 0===e?t&r|~t&i:2===e?t&r|t&i|r&i:t^r^i}i(u,n),u.prototype.init=function(){return this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520,this},u.prototype._update=function(e){for(var t,r=this._w,i=0|this._a,n=0|this._b,o=0|this._c,s=0|this._d,u=0|this._e,d=0;d<16;++d)r[d]=e.readInt32BE(4*d);for(;d<80;++d)r[d]=(t=r[d-3]^r[d-8]^r[d-14]^r[d-16])<<1|t>>>31;for(var h=0;h<80;++h){var m=~~(h/20),f=l(i)+c(m,n,o,s)+u+r[h]+a[m]|0;u=s,s=o,o=p(n),n=i,i=f}this._a=i+this._a|0,this._b=n+this._b|0,this._c=o+this._c|0,this._d=s+this._d|0,this._e=u+this._e|0},u.prototype._hash=function(){var e=o.allocUnsafe(20);return e.writeInt32BE(0|this._a,0),e.writeInt32BE(0|this._b,4),e.writeInt32BE(0|this._c,8),e.writeInt32BE(0|this._d,12),e.writeInt32BE(0|this._e,16),e},e.exports=u},function(e,t,r){var i=r(6),n=r(275),o=r(83),a=r(7).Buffer,s=new Array(64);function u(){this.init(),this._w=s,o.call(this,64,56)}i(u,n),u.prototype.init=function(){return this._a=3238371032,this._b=914150663,this._c=812702999,this._d=4144912697,this._e=4290775857,this._f=1750603025,this._g=1694076839,this._h=3204075428,this},u.prototype._hash=function(){var e=a.allocUnsafe(28);return e.writeInt32BE(this._a,0),e.writeInt32BE(this._b,4),e.writeInt32BE(this._c,8),e.writeInt32BE(this._d,12),e.writeInt32BE(this._e,16),e.writeInt32BE(this._f,20),e.writeInt32BE(this._g,24),e},e.exports=u},function(e,t,r){var i=r(6),n=r(276),o=r(83),a=r(7).Buffer,s=new Array(160);function u(){this.init(),this._w=s,o.call(this,128,112)}i(u,n),u.prototype.init=function(){return this._ah=3418070365,this._bh=1654270250,this._ch=2438529370,this._dh=355462360,this._eh=1731405415,this._fh=2394180231,this._gh=3675008525,this._hh=1203062813,this._al=3238371032,this._bl=914150663,this._cl=812702999,this._dl=4144912697,this._el=4290775857,this._fl=1750603025,this._gl=1694076839,this._hl=3204075428,this},u.prototype._hash=function(){var e=a.allocUnsafe(48);function t(t,r,i){e.writeInt32BE(t,i),e.writeInt32BE(r,i+4)}return t(this._ah,this._al,0),t(this._bh,this._bl,8),t(this._ch,this._cl,16),t(this._dh,this._dl,24),t(this._eh,this._el,32),t(this._fh,this._fl,40),e},e.exports=u},function(e,t,r){"use strict";var i=r(6),n=r(7).Buffer,o=r(50),a=n.alloc(128),s=64;function u(e,t){o.call(this,"digest"),"string"==typeof t&&(t=n.from(t)),this._alg=e,this._key=t,t.length>s?t=e(t):t.length>>0},t.writeUInt32BE=function(e,t,r){e[0+r]=t>>>24,e[1+r]=t>>>16&255,e[2+r]=t>>>8&255,e[3+r]=255&t},t.ip=function(e,t,r,i){for(var n=0,o=0,a=6;a>=0;a-=2){for(var s=0;s<=24;s+=8)n<<=1,n|=t>>>s+a&1;for(s=0;s<=24;s+=8)n<<=1,n|=e>>>s+a&1}for(a=6;a>=0;a-=2){for(s=1;s<=25;s+=8)o<<=1,o|=t>>>s+a&1;for(s=1;s<=25;s+=8)o<<=1,o|=e>>>s+a&1}r[i+0]=n>>>0,r[i+1]=o>>>0},t.rip=function(e,t,r,i){for(var n=0,o=0,a=0;a<4;a++)for(var s=24;s>=0;s-=8)n<<=1,n|=t>>>s+a&1,n<<=1,n|=e>>>s+a&1;for(a=4;a<8;a++)for(s=24;s>=0;s-=8)o<<=1,o|=t>>>s+a&1,o<<=1,o|=e>>>s+a&1;r[i+0]=n>>>0,r[i+1]=o>>>0},t.pc1=function(e,t,r,i){for(var n=0,o=0,a=7;a>=5;a--){for(var s=0;s<=24;s+=8)n<<=1,n|=t>>s+a&1;for(s=0;s<=24;s+=8)n<<=1,n|=e>>s+a&1}for(s=0;s<=24;s+=8)n<<=1,n|=t>>s+a&1;for(a=1;a<=3;a++){for(s=0;s<=24;s+=8)o<<=1,o|=t>>s+a&1;for(s=0;s<=24;s+=8)o<<=1,o|=e>>s+a&1}for(s=0;s<=24;s+=8)o<<=1,o|=e>>s+a&1;r[i+0]=n>>>0,r[i+1]=o>>>0},t.r28shl=function(e,t){return e<>>28-t};var i=[14,11,17,4,27,23,25,0,13,22,7,18,5,9,16,24,2,20,12,21,1,8,15,26,15,4,25,19,9,1,26,16,5,11,23,8,12,7,17,0,22,3,10,14,6,20,27,24];t.pc2=function(e,t,r,n){for(var o=0,a=0,s=i.length>>>1,u=0;u>>i[u]&1;for(u=s;u>>i[u]&1;r[n+0]=o>>>0,r[n+1]=a>>>0},t.expand=function(e,t,r){var i=0,n=0;i=(1&e)<<5|e>>>27;for(var o=23;o>=15;o-=4)i<<=6,i|=e>>>o&63;for(o=11;o>=3;o-=4)n|=e>>>o&63,n<<=6;n|=(31&e)<<1|e>>>31,t[r+0]=i>>>0,t[r+1]=n>>>0};var n=[14,0,4,15,13,7,1,4,2,14,15,2,11,13,8,1,3,10,10,6,6,12,12,11,5,9,9,5,0,3,7,8,4,15,1,12,14,8,8,2,13,4,6,9,2,1,11,7,15,5,12,11,9,3,7,14,3,10,10,0,5,6,0,13,15,3,1,13,8,4,14,7,6,15,11,2,3,8,4,14,9,12,7,0,2,1,13,10,12,6,0,9,5,11,10,5,0,13,14,8,7,10,11,1,10,3,4,15,13,4,1,2,5,11,8,6,12,7,6,12,9,0,3,5,2,14,15,9,10,13,0,7,9,0,14,9,6,3,3,4,15,6,5,10,1,2,13,8,12,5,7,14,11,12,4,11,2,15,8,1,13,1,6,10,4,13,9,0,8,6,15,9,3,8,0,7,11,4,1,15,2,14,12,3,5,11,10,5,14,2,7,12,7,13,13,8,14,11,3,5,0,6,6,15,9,0,10,3,1,4,2,7,8,2,5,12,11,1,12,10,4,14,15,9,10,3,6,15,9,0,0,6,12,10,11,1,7,13,13,8,15,9,1,4,3,5,14,11,5,12,2,7,8,2,4,14,2,14,12,11,4,2,1,12,7,4,10,7,11,13,6,1,8,5,5,0,3,15,15,10,13,3,0,9,14,8,9,6,4,11,2,8,1,12,11,7,10,1,13,14,7,2,8,13,15,6,9,15,12,0,5,9,6,10,3,4,0,5,14,3,12,10,1,15,10,4,15,2,9,7,2,12,6,9,8,5,0,6,13,1,3,13,4,14,14,0,7,11,5,3,11,8,9,4,14,3,15,2,5,12,2,9,8,5,12,15,3,10,7,11,0,14,4,1,10,7,1,6,13,0,11,8,6,13,4,13,11,0,2,11,14,7,15,4,0,9,8,1,13,10,3,14,12,3,9,5,7,12,5,2,10,15,6,8,1,6,1,6,4,11,11,13,13,8,12,1,3,4,7,10,14,7,10,9,15,5,6,0,8,15,0,14,5,2,9,3,2,12,13,1,2,15,8,13,4,8,6,10,15,3,11,7,1,4,10,12,9,5,3,6,14,11,5,0,0,14,12,9,7,2,7,2,11,1,4,14,1,7,9,4,12,10,14,8,2,13,0,15,6,12,10,9,13,0,15,3,3,5,5,6,8,11];t.substitute=function(e,t){for(var r=0,i=0;i<4;i++){r<<=4,r|=n[64*i+(e>>>18-6*i&63)]}for(i=0;i<4;i++){r<<=4,r|=n[256+64*i+(t>>>18-6*i&63)]}return r>>>0};var o=[16,25,12,11,3,20,4,15,31,17,9,6,27,14,1,22,30,24,8,18,0,5,29,23,13,19,2,26,10,21,28,7];t.permute=function(e){for(var t=0,r=0;r>>o[r]&1;return t>>>0},t.padSplit=function(e,t,r){for(var i=e.toString(2);i.length0;i--)t+=this._buffer(e,t),r+=this._flushBuffer(n,r);return t+=this._buffer(e,t),n},n.prototype.final=function(e){var t,r;return e&&(t=this.update(e)),r="encrypt"===this.type?this._finalEncrypt():this._finalDecrypt(),t?t.concat(r):r},n.prototype._pad=function(e,t){if(0===t)return!1;for(;t>>1];r=a.r28shl(r,s),n=a.r28shl(n,s),a.pc2(r,n,e.keys,o)}},l.prototype._update=function(e,t,r,i){var n=this._desState,o=a.readUInt32BE(e,t),s=a.readUInt32BE(e,t+4);a.ip(o,s,n.tmp,0),o=n.tmp[0],s=n.tmp[1],"encrypt"===this.type?this._encrypt(n,o,s,n.tmp,0):this._decrypt(n,o,s,n.tmp,0),o=n.tmp[0],s=n.tmp[1],a.writeUInt32BE(r,o,i),a.writeUInt32BE(r,s,i+4)},l.prototype._pad=function(e,t){for(var r=e.length-t,i=t;i>>0,o=d}a.rip(s,o,i,n)},l.prototype._decrypt=function(e,t,r,i,n){for(var o=r,s=t,u=e.keys.length-2;u>=0;u-=2){var l=e.keys[u],p=e.keys[u+1];a.expand(o,e.tmp,0),l^=e.tmp[0],p^=e.tmp[1];var c=a.substitute(l,p),d=o;o=(s^a.permute(c))>>>0,s=d}a.rip(o,s,i,n)}},function(e,t,r){"use strict";var i=r(32),n=r(6),o={};function a(e){i.equal(e.length,8,"Invalid IV length"),this.iv=new Array(8);for(var t=0;t15){var e=this.cache.slice(0,16);return this.cache=this.cache.slice(16),e}return null},d.prototype.flush=function(){for(var e=16-this.cache.length,t=o.allocUnsafe(e),r=-1;++r>a%8,e._prev=o(e._prev,r?i:n);return s}function o(e,t){var r=e.length,n=-1,o=i.allocUnsafe(e.length);for(e=i.concat([e,i.from([t])]);++n>7;return o}t.encrypt=function(e,t,r){for(var o=t.length,a=i.allocUnsafe(o),s=-1;++s>>0,0),t.writeUInt32BE(e[1]>>>0,4),t.writeUInt32BE(e[2]>>>0,8),t.writeUInt32BE(e[3]>>>0,12),t}function a(e){this.h=e,this.state=i.alloc(16,0),this.cache=i.allocUnsafe(0)}a.prototype.ghash=function(e){for(var t=-1;++t0;t--)i[t]=i[t]>>>1|(1&i[t-1])<<31;i[0]=i[0]>>>1,r&&(i[0]=i[0]^225<<24)}this.state=o(n)},a.prototype.update=function(e){var t;for(this.cache=i.concat([this.cache,e]);this.cache.length>=16;)t=this.cache.slice(0,16),this.cache=this.cache.slice(16),this.ghash(t)},a.prototype.final=function(e,t){return this.cache.length&&this.ghash(i.concat([this.cache,n],16)),this.ghash(o([0,e,0,t])),this.state},e.exports=a},function(e,t,r){var i=r(287),n=r(7).Buffer,o=r(172),a=r(288),s=r(50),u=r(123),l=r(124);function p(e,t,r){s.call(this),this._cache=new c,this._last=void 0,this._cipher=new u.AES(t),this._prev=n.from(r),this._mode=e,this._autopadding=!0}function c(){this.cache=n.allocUnsafe(0)}function d(e,t,r){var s=o[e.toLowerCase()];if(!s)throw new TypeError("invalid suite type");if("string"==typeof r&&(r=n.from(r)),"GCM"!==s.mode&&r.length!==s.iv)throw new TypeError("invalid iv length "+r.length);if("string"==typeof t&&(t=n.from(t)),t.length!==s.key/8)throw new TypeError("invalid key length "+t.length);return"stream"===s.type?new a(s.module,t,r,!0):"auth"===s.type?new i(s.module,t,r,!0):new p(s.module,t,r)}r(6)(p,s),p.prototype._update=function(e){var t,r;this._cache.add(e);for(var i=[];t=this._cache.get(this._autopadding);)r=this._mode.decrypt(this,t),i.push(r);return n.concat(i)},p.prototype._final=function(){var e=this._cache.flush();if(this._autopadding)return function(e){var t=e[15];if(t<1||t>16)throw new Error("unable to decrypt data");var r=-1;for(;++r16)return t=this.cache.slice(0,16),this.cache=this.cache.slice(16),t}else if(this.cache.length>=16)return t=this.cache.slice(0,16),this.cache=this.cache.slice(16),t;return null},c.prototype.flush=function(){if(this.cache.length)return this.cache},t.createDecipher=function(e,t){var r=o[e.toLowerCase()];if(!r)throw new TypeError("invalid suite type");var i=l(t,!1,r.key,r.iv);return d(e,i.key,i.iv)},t.createDecipheriv=d},function(e,t){t["des-ecb"]={key:8,iv:0},t["des-cbc"]=t.des={key:8,iv:8},t["des-ede3-cbc"]=t.des3={key:24,iv:8},t["des-ede3"]={key:24,iv:0},t["des-ede-cbc"]={key:16,iv:8},t["des-ede"]={key:16,iv:0}},function(e,t,r){(function(e){var i=r(289),n=r(564),o=r(565);var a={binary:!0,hex:!0,base64:!0};t.DiffieHellmanGroup=t.createDiffieHellmanGroup=t.getDiffieHellman=function(t){var r=new e(n[t].prime,"hex"),i=new e(n[t].gen,"hex");return new o(r,i)},t.createDiffieHellman=t.DiffieHellman=function t(r,n,s,u){return e.isBuffer(n)||void 0===a[n]?t(r,"binary",n,s):(n=n||"binary",u=u||"binary",s=s||new e([2]),e.isBuffer(s)||(s=new e(s,u)),"number"==typeof r?new o(i(r,s),s,!0):(e.isBuffer(r)||(r=new e(r,n)),new o(r,s,!0)))}}).call(this,r(4).Buffer)},function(e,t){},function(e,t){},function(e){e.exports=JSON.parse('{"modp1":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a63a3620ffffffffffffffff"},"modp2":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece65381ffffffffffffffff"},"modp5":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca237327ffffffffffffffff"},"modp14":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aacaa68ffffffffffffffff"},"modp15":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a93ad2caffffffffffffffff"},"modp16":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c934063199ffffffffffffffff"},"modp17":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c93402849236c3fab4d27c7026c1d4dcb2602646dec9751e763dba37bdf8ff9406ad9e530ee5db382f413001aeb06a53ed9027d831179727b0865a8918da3edbebcf9b14ed44ce6cbaced4bb1bdb7f1447e6cc254b332051512bd7af426fb8f401378cd2bf5983ca01c64b92ecf032ea15d1721d03f482d7ce6e74fef6d55e702f46980c82b5a84031900b1c9e59e7c97fbec7e8f323a97a7e36cc88be0f1d45b7ff585ac54bd407b22b4154aacc8f6d7ebf48e1d814cc5ed20f8037e0a79715eef29be32806a1d58bb7c5da76f550aa3d8a1fbff0eb19ccb1a313d55cda56c9ec2ef29632387fe8d76e3c0468043e8f663f4860ee12bf2d5b0b7474d6e694f91e6dcc4024ffffffffffffffff"},"modp18":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c93402849236c3fab4d27c7026c1d4dcb2602646dec9751e763dba37bdf8ff9406ad9e530ee5db382f413001aeb06a53ed9027d831179727b0865a8918da3edbebcf9b14ed44ce6cbaced4bb1bdb7f1447e6cc254b332051512bd7af426fb8f401378cd2bf5983ca01c64b92ecf032ea15d1721d03f482d7ce6e74fef6d55e702f46980c82b5a84031900b1c9e59e7c97fbec7e8f323a97a7e36cc88be0f1d45b7ff585ac54bd407b22b4154aacc8f6d7ebf48e1d814cc5ed20f8037e0a79715eef29be32806a1d58bb7c5da76f550aa3d8a1fbff0eb19ccb1a313d55cda56c9ec2ef29632387fe8d76e3c0468043e8f663f4860ee12bf2d5b0b7474d6e694f91e6dbe115974a3926f12fee5e438777cb6a932df8cd8bec4d073b931ba3bc832b68d9dd300741fa7bf8afc47ed2576f6936ba424663aab639c5ae4f5683423b4742bf1c978238f16cbe39d652de3fdb8befc848ad922222e04a4037c0713eb57a81a23f0c73473fc646cea306b4bcbc8862f8385ddfa9d4b7fa2c087e879683303ed5bdd3a062b3cf5b3a278a66d2a13f83f44f82ddf310ee074ab6a364597e899a0255dc164f31cc50846851df9ab48195ded7ea1b1d510bd7ee74d73faf36bc31ecfa268359046f4eb879f924009438b481c6cd7889a002ed5ee382bc9190da6fc026e479558e4475677e9aa9e3050e2765694dfc81f56e880b96e7160c980dd98edd3dfffffffffffffffff"}}')},function(e,t,r){(function(t){var i=r(19),n=new(r(290)),o=new i(24),a=new i(11),s=new i(10),u=new i(3),l=new i(7),p=r(289),c=r(82);function d(e,r){return r=r||"utf8",t.isBuffer(e)||(e=new t(e,r)),this._pub=new i(e),this}function h(e,r){return r=r||"utf8",t.isBuffer(e)||(e=new t(e,r)),this._priv=new i(e),this}e.exports=f;var m={};function f(e,t,r){this.setGenerator(t),this.__prime=new i(e),this._prime=i.mont(this.__prime),this._primeLen=e.length,this._pub=void 0,this._priv=void 0,this._primeCode=void 0,r?(this.setPublicKey=d,this.setPrivateKey=h):this._primeCode=8}function g(e,r){var i=new t(e.toArray());return r?i.toString(r):i}Object.defineProperty(f.prototype,"verifyError",{enumerable:!0,get:function(){return"number"!=typeof this._primeCode&&(this._primeCode=function(e,t){var r=t.toString("hex"),i=[r,e.toString(16)].join("_");if(i in m)return m[i];var c,d=0;if(e.isEven()||!p.simpleSieve||!p.fermatTest(e)||!n.test(e))return d+=1,d+="02"===r||"05"===r?8:4,m[i]=d,d;switch(n.test(e.shrn(1))||(d+=2),r){case"02":e.mod(o).cmp(a)&&(d+=8);break;case"05":(c=e.mod(s)).cmp(u)&&c.cmp(l)&&(d+=8);break;default:d+=4}return m[i]=d,d}(this.__prime,this.__gen)),this._primeCode}}),f.prototype.generateKeys=function(){return this._priv||(this._priv=new i(c(this._primeLen))),this._pub=this._gen.toRed(this._prime).redPow(this._priv).fromRed(),this.getPublicKey()},f.prototype.computeSecret=function(e){var r=(e=(e=new i(e)).toRed(this._prime)).redPow(this._priv).fromRed(),n=new t(r.toArray()),o=this.getPrime();if(n.length0&&r.ishrn(i),r}function c(e,r,n){var o,a;do{for(o=new t(0);8*o.length=0&&(a=t,s=r),i.negative&&(i=i.neg(),o=o.neg()),a.negative&&(a=a.neg(),s=s.neg()),[{a:i,b:o},{a:a,b:s}]},u.prototype._endoSplit=function(e){var t=this.endo.basis,r=t[0],i=t[1],n=i.b.mul(e).divRound(this.n),o=r.b.neg().mul(e).divRound(this.n),a=n.mul(r.a),s=o.mul(i.a),u=n.mul(r.b),l=o.mul(i.b);return{k1:e.sub(a).sub(s),k2:u.add(l).neg()}},u.prototype.pointFromX=function(e,t){(e=new n(e,16)).red||(e=e.toRed(this.red));var r=e.redSqr().redMul(e).redIAdd(e.redMul(this.a)).redIAdd(this.b),i=r.redSqrt();if(0!==i.redSqr().redSub(r).cmp(this.zero))throw new Error("invalid point");var o=i.fromRed().isOdd();return(t&&!o||!t&&o)&&(i=i.redNeg()),this.point(e,i)},u.prototype.validate=function(e){if(e.inf)return!0;var t=e.x,r=e.y,i=this.a.redMul(t),n=t.redSqr().redMul(t).redIAdd(i).redIAdd(this.b);return 0===r.redSqr().redISub(n).cmpn(0)},u.prototype._endoWnafMulAdd=function(e,t,r){for(var i=this._endoWnafT1,n=this._endoWnafT2,o=0;o":""},l.prototype.isInfinity=function(){return this.inf},l.prototype.add=function(e){if(this.inf)return e;if(e.inf)return this;if(this.eq(e))return this.dbl();if(this.neg().eq(e))return this.curve.point(null,null);if(0===this.x.cmp(e.x))return this.curve.point(null,null);var t=this.y.redSub(e.y);0!==t.cmpn(0)&&(t=t.redMul(this.x.redSub(e.x).redInvm()));var r=t.redSqr().redISub(this.x).redISub(e.x),i=t.redMul(this.x.redSub(r)).redISub(this.y);return this.curve.point(r,i)},l.prototype.dbl=function(){if(this.inf)return this;var e=this.y.redAdd(this.y);if(0===e.cmpn(0))return this.curve.point(null,null);var t=this.curve.a,r=this.x.redSqr(),i=e.redInvm(),n=r.redAdd(r).redIAdd(r).redIAdd(t).redMul(i),o=n.redSqr().redISub(this.x.redAdd(this.x)),a=n.redMul(this.x.redSub(o)).redISub(this.y);return this.curve.point(o,a)},l.prototype.getX=function(){return this.x.fromRed()},l.prototype.getY=function(){return this.y.fromRed()},l.prototype.mul=function(e){return e=new n(e,16),this._hasDoubles(e)?this.curve._fixedNafMul(this,e):this.curve.endo?this.curve._endoWnafMulAdd([this],[e]):this.curve._wnafMul(this,e)},l.prototype.mulAdd=function(e,t,r){var i=[this,t],n=[e,r];return this.curve.endo?this.curve._endoWnafMulAdd(i,n):this.curve._wnafMulAdd(1,i,n,2)},l.prototype.jmulAdd=function(e,t,r){var i=[this,t],n=[e,r];return this.curve.endo?this.curve._endoWnafMulAdd(i,n,!0):this.curve._wnafMulAdd(1,i,n,2,!0)},l.prototype.eq=function(e){return this===e||this.inf===e.inf&&(this.inf||0===this.x.cmp(e.x)&&0===this.y.cmp(e.y))},l.prototype.neg=function(e){if(this.inf)return this;var t=this.curve.point(this.x,this.y.redNeg());if(e&&this.precomputed){var r=this.precomputed,i=function(e){return e.neg()};t.precomputed={naf:r.naf&&{wnd:r.naf.wnd,points:r.naf.points.map(i)},doubles:r.doubles&&{step:r.doubles.step,points:r.doubles.points.map(i)}}}return t},l.prototype.toJ=function(){return this.inf?this.curve.jpoint(null,null,null):this.curve.jpoint(this.x,this.y,this.curve.one)},o(p,a.BasePoint),u.prototype.jpoint=function(e,t,r){return new p(this,e,t,r)},p.prototype.toP=function(){if(this.isInfinity())return this.curve.point(null,null);var e=this.z.redInvm(),t=e.redSqr(),r=this.x.redMul(t),i=this.y.redMul(t).redMul(e);return this.curve.point(r,i)},p.prototype.neg=function(){return this.curve.jpoint(this.x,this.y.redNeg(),this.z)},p.prototype.add=function(e){if(this.isInfinity())return e;if(e.isInfinity())return this;var t=e.z.redSqr(),r=this.z.redSqr(),i=this.x.redMul(t),n=e.x.redMul(r),o=this.y.redMul(t.redMul(e.z)),a=e.y.redMul(r.redMul(this.z)),s=i.redSub(n),u=o.redSub(a);if(0===s.cmpn(0))return 0!==u.cmpn(0)?this.curve.jpoint(null,null,null):this.dbl();var l=s.redSqr(),p=l.redMul(s),c=i.redMul(l),d=u.redSqr().redIAdd(p).redISub(c).redISub(c),h=u.redMul(c.redISub(d)).redISub(o.redMul(p)),m=this.z.redMul(e.z).redMul(s);return this.curve.jpoint(d,h,m)},p.prototype.mixedAdd=function(e){if(this.isInfinity())return e.toJ();if(e.isInfinity())return this;var t=this.z.redSqr(),r=this.x,i=e.x.redMul(t),n=this.y,o=e.y.redMul(t).redMul(this.z),a=r.redSub(i),s=n.redSub(o);if(0===a.cmpn(0))return 0!==s.cmpn(0)?this.curve.jpoint(null,null,null):this.dbl();var u=a.redSqr(),l=u.redMul(a),p=r.redMul(u),c=s.redSqr().redIAdd(l).redISub(p).redISub(p),d=s.redMul(p.redISub(c)).redISub(n.redMul(l)),h=this.z.redMul(a);return this.curve.jpoint(c,d,h)},p.prototype.dblp=function(e){if(0===e)return this;if(this.isInfinity())return this;if(!e)return this.dbl();if(this.curve.zeroA||this.curve.threeA){for(var t=this,r=0;r=0)return!1;if(r.redIAdd(n),0===this.x.cmp(r))return!0}},p.prototype.inspect=function(){return this.isInfinity()?"":""},p.prototype.isInfinity=function(){return 0===this.z.cmpn(0)}},function(e,t,r){"use strict";var i=r(19),n=r(6),o=r(125),a=r(33);function s(e){o.call(this,"mont",e),this.a=new i(e.a,16).toRed(this.red),this.b=new i(e.b,16).toRed(this.red),this.i4=new i(4).toRed(this.red).redInvm(),this.two=new i(2).toRed(this.red),this.a24=this.i4.redMul(this.a.redAdd(this.two))}function u(e,t,r){o.BasePoint.call(this,e,"projective"),null===t&&null===r?(this.x=this.curve.one,this.z=this.curve.zero):(this.x=new i(t,16),this.z=new i(r,16),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.z.red||(this.z=this.z.toRed(this.curve.red)))}n(s,o),e.exports=s,s.prototype.validate=function(e){var t=e.normalize().x,r=t.redSqr(),i=r.redMul(t).redAdd(r.redMul(this.a)).redAdd(t);return 0===i.redSqrt().redSqr().cmp(i)},n(u,o.BasePoint),s.prototype.decodePoint=function(e,t){return this.point(a.toArray(e,t),1)},s.prototype.point=function(e,t){return new u(this,e,t)},s.prototype.pointFromJSON=function(e){return u.fromJSON(this,e)},u.prototype.precompute=function(){},u.prototype._encode=function(){return this.getX().toArray("be",this.curve.p.byteLength())},u.fromJSON=function(e,t){return new u(e,t[0],t[1]||e.one)},u.prototype.inspect=function(){return this.isInfinity()?"":""},u.prototype.isInfinity=function(){return 0===this.z.cmpn(0)},u.prototype.dbl=function(){var e=this.x.redAdd(this.z).redSqr(),t=this.x.redSub(this.z).redSqr(),r=e.redSub(t),i=e.redMul(t),n=r.redMul(t.redAdd(this.curve.a24.redMul(r)));return this.curve.point(i,n)},u.prototype.add=function(){throw new Error("Not supported on Montgomery curve")},u.prototype.diffAdd=function(e,t){var r=this.x.redAdd(this.z),i=this.x.redSub(this.z),n=e.x.redAdd(e.z),o=e.x.redSub(e.z).redMul(r),a=n.redMul(i),s=t.z.redMul(o.redAdd(a).redSqr()),u=t.x.redMul(o.redISub(a).redSqr());return this.curve.point(s,u)},u.prototype.mul=function(e){for(var t=e.clone(),r=this,i=this.curve.point(null,null),n=[];0!==t.cmpn(0);t.iushrn(1))n.push(t.andln(1));for(var o=n.length-1;o>=0;o--)0===n[o]?(r=r.diffAdd(i,this),i=i.dbl()):(i=r.diffAdd(i,this),r=r.dbl());return i},u.prototype.mulAdd=function(){throw new Error("Not supported on Montgomery curve")},u.prototype.jumlAdd=function(){throw new Error("Not supported on Montgomery curve")},u.prototype.eq=function(e){return 0===this.getX().cmp(e.getX())},u.prototype.normalize=function(){return this.x=this.x.redMul(this.z.redInvm()),this.z=this.curve.one,this},u.prototype.getX=function(){return this.normalize(),this.x.fromRed()}},function(e,t,r){"use strict";var i=r(33),n=r(19),o=r(6),a=r(125),s=i.assert;function u(e){this.twisted=1!=(0|e.a),this.mOneA=this.twisted&&-1==(0|e.a),this.extended=this.mOneA,a.call(this,"edwards",e),this.a=new n(e.a,16).umod(this.red.m),this.a=this.a.toRed(this.red),this.c=new n(e.c,16).toRed(this.red),this.c2=this.c.redSqr(),this.d=new n(e.d,16).toRed(this.red),this.dd=this.d.redAdd(this.d),s(!this.twisted||0===this.c.fromRed().cmpn(1)),this.oneC=1==(0|e.c)}function l(e,t,r,i,o){a.BasePoint.call(this,e,"projective"),null===t&&null===r&&null===i?(this.x=this.curve.zero,this.y=this.curve.one,this.z=this.curve.one,this.t=this.curve.zero,this.zOne=!0):(this.x=new n(t,16),this.y=new n(r,16),this.z=i?new n(i,16):this.curve.one,this.t=o&&new n(o,16),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.y.red||(this.y=this.y.toRed(this.curve.red)),this.z.red||(this.z=this.z.toRed(this.curve.red)),this.t&&!this.t.red&&(this.t=this.t.toRed(this.curve.red)),this.zOne=this.z===this.curve.one,this.curve.extended&&!this.t&&(this.t=this.x.redMul(this.y),this.zOne||(this.t=this.t.redMul(this.z.redInvm()))))}o(u,a),e.exports=u,u.prototype._mulA=function(e){return this.mOneA?e.redNeg():this.a.redMul(e)},u.prototype._mulC=function(e){return this.oneC?e:this.c.redMul(e)},u.prototype.jpoint=function(e,t,r,i){return this.point(e,t,r,i)},u.prototype.pointFromX=function(e,t){(e=new n(e,16)).red||(e=e.toRed(this.red));var r=e.redSqr(),i=this.c2.redSub(this.a.redMul(r)),o=this.one.redSub(this.c2.redMul(this.d).redMul(r)),a=i.redMul(o.redInvm()),s=a.redSqrt();if(0!==s.redSqr().redSub(a).cmp(this.zero))throw new Error("invalid point");var u=s.fromRed().isOdd();return(t&&!u||!t&&u)&&(s=s.redNeg()),this.point(e,s)},u.prototype.pointFromY=function(e,t){(e=new n(e,16)).red||(e=e.toRed(this.red));var r=e.redSqr(),i=r.redSub(this.c2),o=r.redMul(this.d).redMul(this.c2).redSub(this.a),a=i.redMul(o.redInvm());if(0===a.cmp(this.zero)){if(t)throw new Error("invalid point");return this.point(this.zero,e)}var s=a.redSqrt();if(0!==s.redSqr().redSub(a).cmp(this.zero))throw new Error("invalid point");return s.fromRed().isOdd()!==t&&(s=s.redNeg()),this.point(s,e)},u.prototype.validate=function(e){if(e.isInfinity())return!0;e.normalize();var t=e.x.redSqr(),r=e.y.redSqr(),i=t.redMul(this.a).redAdd(r),n=this.c2.redMul(this.one.redAdd(this.d.redMul(t).redMul(r)));return 0===i.cmp(n)},o(l,a.BasePoint),u.prototype.pointFromJSON=function(e){return l.fromJSON(this,e)},u.prototype.point=function(e,t,r,i){return new l(this,e,t,r,i)},l.fromJSON=function(e,t){return new l(e,t[0],t[1],t[2])},l.prototype.inspect=function(){return this.isInfinity()?"":""},l.prototype.isInfinity=function(){return 0===this.x.cmpn(0)&&(0===this.y.cmp(this.z)||this.zOne&&0===this.y.cmp(this.curve.c))},l.prototype._extDbl=function(){var e=this.x.redSqr(),t=this.y.redSqr(),r=this.z.redSqr();r=r.redIAdd(r);var i=this.curve._mulA(e),n=this.x.redAdd(this.y).redSqr().redISub(e).redISub(t),o=i.redAdd(t),a=o.redSub(r),s=i.redSub(t),u=n.redMul(a),l=o.redMul(s),p=n.redMul(s),c=a.redMul(o);return this.curve.point(u,l,c,p)},l.prototype._projDbl=function(){var e,t,r,i=this.x.redAdd(this.y).redSqr(),n=this.x.redSqr(),o=this.y.redSqr();if(this.curve.twisted){var a=(l=this.curve._mulA(n)).redAdd(o);if(this.zOne)e=i.redSub(n).redSub(o).redMul(a.redSub(this.curve.two)),t=a.redMul(l.redSub(o)),r=a.redSqr().redSub(a).redSub(a);else{var s=this.z.redSqr(),u=a.redSub(s).redISub(s);e=i.redSub(n).redISub(o).redMul(u),t=a.redMul(l.redSub(o)),r=a.redMul(u)}}else{var l=n.redAdd(o);s=this.curve._mulC(this.z).redSqr(),u=l.redSub(s).redSub(s);e=this.curve._mulC(i.redISub(l)).redMul(u),t=this.curve._mulC(l).redMul(n.redISub(o)),r=l.redMul(u)}return this.curve.point(e,t,r)},l.prototype.dbl=function(){return this.isInfinity()?this:this.curve.extended?this._extDbl():this._projDbl()},l.prototype._extAdd=function(e){var t=this.y.redSub(this.x).redMul(e.y.redSub(e.x)),r=this.y.redAdd(this.x).redMul(e.y.redAdd(e.x)),i=this.t.redMul(this.curve.dd).redMul(e.t),n=this.z.redMul(e.z.redAdd(e.z)),o=r.redSub(t),a=n.redSub(i),s=n.redAdd(i),u=r.redAdd(t),l=o.redMul(a),p=s.redMul(u),c=o.redMul(u),d=a.redMul(s);return this.curve.point(l,p,d,c)},l.prototype._projAdd=function(e){var t,r,i=this.z.redMul(e.z),n=i.redSqr(),o=this.x.redMul(e.x),a=this.y.redMul(e.y),s=this.curve.d.redMul(o).redMul(a),u=n.redSub(s),l=n.redAdd(s),p=this.x.redAdd(this.y).redMul(e.x.redAdd(e.y)).redISub(o).redISub(a),c=i.redMul(u).redMul(p);return this.curve.twisted?(t=i.redMul(l).redMul(a.redSub(this.curve._mulA(o))),r=u.redMul(l)):(t=i.redMul(l).redMul(a.redSub(o)),r=this.curve._mulC(u).redMul(l)),this.curve.point(c,t,r)},l.prototype.add=function(e){return this.isInfinity()?e:e.isInfinity()?this:this.curve.extended?this._extAdd(e):this._projAdd(e)},l.prototype.mul=function(e){return this._hasDoubles(e)?this.curve._fixedNafMul(this,e):this.curve._wnafMul(this,e)},l.prototype.mulAdd=function(e,t,r){return this.curve._wnafMulAdd(1,[this,t],[e,r],2,!1)},l.prototype.jmulAdd=function(e,t,r){return this.curve._wnafMulAdd(1,[this,t],[e,r],2,!0)},l.prototype.normalize=function(){if(this.zOne)return this;var e=this.z.redInvm();return this.x=this.x.redMul(e),this.y=this.y.redMul(e),this.t&&(this.t=this.t.redMul(e)),this.z=this.curve.one,this.zOne=!0,this},l.prototype.neg=function(){return this.curve.point(this.x.redNeg(),this.y,this.z,this.t&&this.t.redNeg())},l.prototype.getX=function(){return this.normalize(),this.x.fromRed()},l.prototype.getY=function(){return this.normalize(),this.y.fromRed()},l.prototype.eq=function(e){return this===e||0===this.getX().cmp(e.getX())&&0===this.getY().cmp(e.getY())},l.prototype.eqXToP=function(e){var t=e.toRed(this.curve.red).redMul(this.z);if(0===this.x.cmp(t))return!0;for(var r=e.clone(),i=this.curve.redN.redMul(this.z);;){if(r.iadd(this.curve.n),r.cmp(this.curve.p)>=0)return!1;if(t.redIAdd(i),0===this.x.cmp(t))return!0}},l.prototype.toP=l.prototype.normalize,l.prototype.mixedAdd=l.prototype.add},function(e,t,r){"use strict";t.sha1=r(573),t.sha224=r(574),t.sha256=r(294),t.sha384=r(575),t.sha512=r(295)},function(e,t,r){"use strict";var i=r(44),n=r(92),o=r(293),a=i.rotl32,s=i.sum32,u=i.sum32_5,l=o.ft_1,p=n.BlockHash,c=[1518500249,1859775393,2400959708,3395469782];function d(){if(!(this instanceof d))return new d;p.call(this),this.h=[1732584193,4023233417,2562383102,271733878,3285377520],this.W=new Array(80)}i.inherits(d,p),e.exports=d,d.blockSize=512,d.outSize=160,d.hmacStrength=80,d.padLength=64,d.prototype._update=function(e,t){for(var r=this.W,i=0;i<16;i++)r[i]=e[t+i];for(;ithis.blockSize&&(e=(new this.Hash).update(e).digest()),n(e.length<=this.blockSize);for(var t=e.length;t0))return a.iaddn(1),this.keyFromPrivate(a)}},c.prototype._truncateToN=function(e,t){var r=8*e.byteLength()-this.n.bitLength();return r>0&&(e=e.ushrn(r)),!t&&e.cmp(this.n)>=0?e.sub(this.n):e},c.prototype.sign=function(e,t,r,o){"object"==typeof r&&(o=r,r=null),o||(o={}),t=this.keyFromPrivate(t,r),e=this._truncateToN(new i(e,16));for(var a=this.n.byteLength(),s=t.getPrivate().toArray("be",a),u=e.toArray("be",a),l=new n({hash:this.hash,entropy:s,nonce:u,pers:o.pers,persEnc:o.persEnc||"utf8"}),c=this.n.sub(new i(1)),d=0;;d++){var h=o.k?o.k(d):new i(l.generate(this.n.byteLength()));if(!((h=this._truncateToN(h,!0)).cmpn(1)<=0||h.cmp(c)>=0)){var m=this.g.mul(h);if(!m.isInfinity()){var f=m.getX(),g=f.umod(this.n);if(0!==g.cmpn(0)){var v=h.invm(this.n).mul(g.mul(t.getPrivate()).iadd(e));if(0!==(v=v.umod(this.n)).cmpn(0)){var b=(m.getY().isOdd()?1:0)|(0!==f.cmp(g)?2:0);return o.canonical&&v.cmp(this.nh)>0&&(v=this.n.sub(v),b^=1),new p({r:g,s:v,recoveryParam:b})}}}}}},c.prototype.verify=function(e,t,r,n){e=this._truncateToN(new i(e,16)),r=this.keyFromPublic(r,n);var o=(t=new p(t,"hex")).r,a=t.s;if(o.cmpn(1)<0||o.cmp(this.n)>=0)return!1;if(a.cmpn(1)<0||a.cmp(this.n)>=0)return!1;var s,u=a.invm(this.n),l=u.mul(e).umod(this.n),c=u.mul(o).umod(this.n);return this.curve._maxwellTrick?!(s=this.g.jmulAdd(l,r.getPublic(),c)).isInfinity()&&s.eqXToP(o):!(s=this.g.mulAdd(l,r.getPublic(),c)).isInfinity()&&0===s.getX().umod(this.n).cmp(o)},c.prototype.recoverPubKey=function(e,t,r,n){u((3&r)===r,"The recovery param is more than two bits"),t=new p(t,n);var o=this.n,a=new i(e),s=t.r,l=t.s,c=1&r,d=r>>1;if(s.cmp(this.curve.p.umod(this.curve.n))>=0&&d)throw new Error("Unable to find sencond key candinate");s=d?this.curve.pointFromX(s.add(this.curve.n),c):this.curve.pointFromX(s,c);var h=t.r.invm(o),m=o.sub(a).mul(h).umod(o),f=l.mul(h).umod(o);return this.g.mulAdd(m,s,f)},c.prototype.getKeyRecoveryParam=function(e,t,r,i){if(null!==(t=new p(t,i)).recoveryParam)return t.recoveryParam;for(var n=0;n<4;n++){var o;try{o=this.recoverPubKey(e,t,n)}catch(e){continue}if(o.eq(r))return n}throw new Error("Unable to find valid recovery factor")}},function(e,t,r){"use strict";var i=r(177),n=r(291),o=r(32);function a(e){if(!(this instanceof a))return new a(e);this.hash=e.hash,this.predResist=!!e.predResist,this.outLen=this.hash.outSize,this.minEntropy=e.minEntropy||this.hash.hmacStrength,this._reseed=null,this.reseedInterval=null,this.K=null,this.V=null;var t=n.toArray(e.entropy,e.entropyEnc||"hex"),r=n.toArray(e.nonce,e.nonceEnc||"hex"),i=n.toArray(e.pers,e.persEnc||"hex");o(t.length>=this.minEntropy/8,"Not enough entropy. Minimum is: "+this.minEntropy+" bits"),this._init(t,r,i)}e.exports=a,a.prototype._init=function(e,t,r){var i=e.concat(t).concat(r);this.K=new Array(this.outLen/8),this.V=new Array(this.outLen/8);for(var n=0;n=this.minEntropy/8,"Not enough entropy. Minimum is: "+this.minEntropy+" bits"),this._update(e.concat(r||[])),this._reseed=1},a.prototype.generate=function(e,t,r,i){if(this._reseed>this.reseedInterval)throw new Error("Reseed is required");"string"!=typeof t&&(i=r,r=t,t=null),r&&(r=n.toArray(r,i||"hex"),this._update(r));for(var o=[];o.length"}},function(e,t,r){"use strict";var i=r(19),n=r(33),o=n.assert;function a(e,t){if(e instanceof a)return e;this._importDER(e,t)||(o(e.r&&e.s,"Signature without r or s"),this.r=new i(e.r,16),this.s=new i(e.s,16),void 0===e.recoveryParam?this.recoveryParam=null:this.recoveryParam=e.recoveryParam)}function s(){this.place=0}function u(e,t){var r=e[t.place++];if(!(128&r))return r;for(var i=15&r,n=0,o=0,a=t.place;o>>3);for(e.push(128|r);--r;)e.push(t>>>(r<<3)&255);e.push(t)}}e.exports=a,a.prototype._importDER=function(e,t){e=n.toArray(e,t);var r=new s;if(48!==e[r.place++])return!1;if(u(e,r)+r.place!==e.length)return!1;if(2!==e[r.place++])return!1;var o=u(e,r),a=e.slice(r.place,o+r.place);if(r.place+=o,2!==e[r.place++])return!1;var l=u(e,r);if(e.length!==l+r.place)return!1;var p=e.slice(r.place,l+r.place);return 0===a[0]&&128&a[1]&&(a=a.slice(1)),0===p[0]&&128&p[1]&&(p=p.slice(1)),this.r=new i(a),this.s=new i(p),this.recoveryParam=null,!0},a.prototype.toDER=function(e){var t=this.r.toArray(),r=this.s.toArray();for(128&t[0]&&(t=[0].concat(t)),128&r[0]&&(r=[0].concat(r)),t=l(t),r=l(r);!(r[0]||128&r[1]);)r=r.slice(1);var i=[2];p(i,t.length),(i=i.concat(t)).push(2),p(i,r.length);var o=i.concat(r),a=[48];return p(a,o.length),a=a.concat(o),n.encode(a,e)}},function(e,t,r){"use strict";var i=r(177),n=r(176),o=r(33),a=o.assert,s=o.parseBytes,u=r(584),l=r(585);function p(e){if(a("ed25519"===e,"only tested with ed25519 so far"),!(this instanceof p))return new p(e);e=n[e].curve;this.curve=e,this.g=e.g,this.g.precompute(e.n.bitLength()+1),this.pointClass=e.point().constructor,this.encodingLength=Math.ceil(e.n.bitLength()/8),this.hash=i.sha512}e.exports=p,p.prototype.sign=function(e,t){e=s(e);var r=this.keyFromSecret(t),i=this.hashInt(r.messagePrefix(),e),n=this.g.mul(i),o=this.encodePoint(n),a=this.hashInt(o,r.pubBytes(),e).mul(r.priv()),u=i.add(a).umod(this.curve.n);return this.makeSignature({R:n,S:u,Rencoded:o})},p.prototype.verify=function(e,t,r){e=s(e),t=this.makeSignature(t);var i=this.keyFromPublic(r),n=this.hashInt(t.Rencoded(),i.pubBytes(),e),o=this.g.mul(t.S());return t.R().add(i.pub().mul(n)).eq(o)},p.prototype.hashInt=function(){for(var e=this.hash(),t=0;t=t)throw new Error("invalid sig")}e.exports=function(e,r,u,l,p){var c=o(u);if("ec"===c.type){if("ecdsa"!==l&&"ecdsa/rsa"!==l)throw new Error("wrong public key type");return function(e,t,r){var i=a[r.data.algorithm.curve.join(".")];if(!i)throw new Error("unknown curve "+r.data.algorithm.curve.join("."));var o=new n(i),s=r.data.subjectPrivateKey.data;return o.verify(t,e,s)}(e,r,c)}if("dsa"===c.type){if("dsa"!==l)throw new Error("wrong public key type");return function(e,t,r){var n=r.data.p,a=r.data.q,u=r.data.g,l=r.data.pub_key,p=o.signature.decode(e,"der"),c=p.s,d=p.r;s(c,a),s(d,a);var h=i.mont(n),m=c.invm(a);return 0===u.toRed(h).redPow(new i(t).mul(m).mod(a)).fromRed().mul(l.toRed(h).redPow(d.mul(m).mod(a)).fromRed()).mod(n).mod(a).cmp(d)}(e,r,c)}if("rsa"!==l&&"ecdsa/rsa"!==l)throw new Error("wrong public key type");r=t.concat([p,r]);for(var d=c.modulus.byteLength(),h=[1],m=0;r.length+h.length+2r-d-2)throw new Error("message too long");var h=c.alloc(r-i-d-2),m=r-p-1,f=n(p),g=s(c.concat([l,h,c.alloc(1,1),t],m),a(f,m)),v=s(f,a(g,p));return new u(c.concat([c.alloc(1),v,g],r))}(m,t);else if(1===d)h=function(e,t,r){var i,o=t.length,a=e.modulus.byteLength();if(o>a-11)throw new Error("message too long");i=r?c.alloc(a-o-3,255):function(e){var t,r=c.allocUnsafe(e),i=0,o=n(2*e),a=0;for(;i=0)throw new Error("data too long for modulus")}return r?p(h,m):l(h,m)}},function(e,t,r){var i=r(126),n=r(301),o=r(302),a=r(19),s=r(174),u=r(90),l=r(303),p=r(7).Buffer;e.exports=function(e,t,r){var c;c=e.padding?e.padding:r?1:4;var d,h=i(e),m=h.modulus.byteLength();if(t.length>m||new a(t).cmp(h.modulus)>=0)throw new Error("decryption error");d=r?l(new a(t),h):s(t,h);var f=p.alloc(m-d.length);if(d=p.concat([f,d],m),4===c)return function(e,t){var r=e.modulus.byteLength(),i=u("sha1").update(p.alloc(0)).digest(),a=i.length;if(0!==t[0])throw new Error("decryption error");var s=t.slice(1,a+1),l=t.slice(a+1),c=o(s,n(l,a)),d=o(l,n(c,r-a-1));if(function(e,t){e=p.from(e),t=p.from(t);var r=0,i=e.length;e.length!==t.length&&(r++,i=Math.min(e.length,t.length));var n=-1;for(;++n=t.length){o++;break}var a=t.slice(2,n-1);("0002"!==i.toString("hex")&&!r||"0001"!==i.toString("hex")&&r)&&o++;a.length<8&&o++;if(o)throw new Error("decryption error");return t.slice(n)}(0,d,r);if(3===c)return d;throw new Error("unknown padding")}},function(e,t,r){"use strict";(function(e,i){function n(){throw new Error("secure random number generation not supported by this browser\nuse chrome, FireFox or Internet Explorer 11")}var o=r(7),a=r(82),s=o.Buffer,u=o.kMaxLength,l=e.crypto||e.msCrypto,p=Math.pow(2,32)-1;function c(e,t){if("number"!=typeof e||e!=e)throw new TypeError("offset must be a number");if(e>p||e<0)throw new TypeError("offset must be a uint32");if(e>u||e>t)throw new RangeError("offset out of range")}function d(e,t,r){if("number"!=typeof e||e!=e)throw new TypeError("size must be a number");if(e>p||e<0)throw new TypeError("size must be a uint32");if(e+t>r||e>u)throw new RangeError("buffer too small")}function h(e,t,r,n){if(i.browser){var o=e.buffer,s=new Uint8Array(o,t,r);return l.getRandomValues(s),n?void i.nextTick(function(){n(null,e)}):e}if(!n)return a(r).copy(e,t),e;a(r,function(r,i){if(r)return n(r);i.copy(e,t),n(null,e)})}l&&l.getRandomValues||!i.browser?(t.randomFill=function(t,r,i,n){if(!(s.isBuffer(t)||t instanceof e.Uint8Array))throw new TypeError('"buf" argument must be a Buffer or Uint8Array');if("function"==typeof r)n=r,r=0,i=t.length;else if("function"==typeof i)n=i,i=t.length-r;else if("function"!=typeof n)throw new TypeError('"cb" argument must be a function');return c(r,t.length),d(i,r,t.length),h(t,r,i,n)},t.randomFillSync=function(t,r,i){void 0===r&&(r=0);if(!(s.isBuffer(t)||t instanceof e.Uint8Array))throw new TypeError('"buf" argument must be a Buffer or Uint8Array');c(r,t.length),void 0===i&&(i=t.length-r);return d(i,r,t.length),h(t,r,i)}):(t.randomFill=n,t.randomFillSync=n)}).call(this,r(17),r(10))},function(e,t,r){"use strict";(function(t){var i=r(80),n=r(178),o=r(36),a=r(12),s=r(43),u=r(606),l=r(617),p=r(618),c=r(620),d=r(635),h=r(185),m=r(638),f=r(639),g=r(165),v=r(313),b=r(640).strict,y=r(166),w=r(269),E=r(641),x=r(642).Querystring,_=r(645).Har,T=r(702).Auth,S=r(705).OAuth,A=r(707),k=r(708).Multipart,I=r(711).Redirect,C=r(712).Tunnel,F=r(714),D=r(7).Buffer,N=y.safeStringify,O=y.isReadStream,j=y.toBase64,B=y.defer,P=y.copy,M=y.version,R=w.jar(),L={};function H(){return{uri:this.uri,method:this.method,headers:this.headers}}function U(){return{statusCode:this.statusCode,body:this.body,headers:this.headers,request:H.call(this.request)}}function z(e){e.har&&(this._har=new _(this),e=this._har.options(e)),s.Stream.call(this);var t=Object.keys(z.prototype),r=function(e,t){var r={};for(var i in t)-1===e.indexOf(i)&&(r[i]=t[i]);return r}(t,e);g(this,r),e=function(e,t){var r={};for(var i in t){var n=!(-1===e.indexOf(i)),o="function"==typeof t[i];n&&o||(r[i]=t[i])}return r}(t,e),this.readable=!0,this.writable=!0,e.method&&(this.explicitMethod=!0),this._qs=new x(this),this._auth=new T(this),this._oauth=new S(this),this._multipart=new k(this),this._redirect=new I(this),this._tunnel=new C(this),this.init(e)}function q(){z.debug&&console.error("REQUEST %s",a.format.apply(a,arguments))}a.inherits(z,s.Stream),z.debug=t.env.NODE_DEBUG&&/\brequest\b/.test(t.env.NODE_DEBUG),z.prototype.debug=q,z.prototype.init=function(e){var t=this;for(var r in e||(e={}),t.headers=t.headers?P(t.headers):{},t.headers)void 0===t.headers[r]&&delete t.headers[r];if(h.httpify(t,t.headers),t.method||(t.method=e.method||"GET"),t.localAddress||(t.localAddress=e.localAddress),t._qs.init(e),q(e),t.pool||!1===t.pool||(t.pool=L),t.dests=t.dests||[],t.__isRequestRequest=!0,!t._callback&&t.callback&&(t._callback=t.callback,t.callback=function(){t._callbackCalled||(t._callbackCalled=!0,t._callback.apply(t,arguments))},t.on("error",t.callback.bind()),t.on("complete",t.callback.bind(t,null))),!t.uri&&t.url&&(t.uri=t.url,delete t.url),t.baseUrl){if("string"!=typeof t.baseUrl)return t.emit("error",new Error("options.baseUrl must be a string"));if("string"!=typeof t.uri)return t.emit("error",new Error("options.uri must be a string when using options.baseUrl"));if(0===t.uri.indexOf("//")||-1!==t.uri.indexOf("://"))return t.emit("error",new Error("options.uri must be a path when using options.baseUrl"));var a=t.baseUrl.lastIndexOf("/")===t.baseUrl.length-1,s=0===t.uri.indexOf("/");a&&s?t.uri=t.baseUrl+t.uri.slice(1):a||s?t.uri=t.baseUrl+t.uri:""===t.uri?t.uri=t.baseUrl:t.uri=t.baseUrl+"/"+t.uri,delete t.baseUrl}if(!t.uri)return t.emit("error",new Error("options.uri is a required argument"));if("string"==typeof t.uri&&(t.uri=o.parse(t.uri)),t.uri.href||(t.uri.href=o.format(t.uri)),"unix:"===t.uri.protocol)return t.emit("error",new Error("`unix://` URL scheme is no longer supported. Please use the format `http://unix:SOCKET:PATH`"));if("unix"===t.uri.host&&t.enableUnixSocket(),!1===t.strictSSL&&(t.rejectUnauthorized=!1),t.uri.pathname||(t.uri.pathname="/"),!(t.uri.host||t.uri.hostname&&t.uri.port||t.uri.isUnix)){var u='Invalid URI "'+o.format(t.uri)+'"';return 0===Object.keys(e).length&&(u+=". This can be caused by a crappy redirection."),t.abort(),t.emit("error",new Error(u))}if(t.hasOwnProperty("proxy")||(t.proxy=E(t.uri)),t.tunnel=t._tunnel.isEnabled(),t.proxy&&t._tunnel.setup(e),t._redirect.onRequest(e),t.setHost=!1,!t.hasHeader("host")){var l=t.originalHostHeaderName||"host";t.setHeader(l,t.uri.host),t.uri.port&&("80"===t.uri.port&&"http:"===t.uri.protocol||"443"===t.uri.port&&"https:"===t.uri.protocol)&&t.setHeader(l,t.uri.hostname),t.setHost=!0}if(t.jar(t._jar||e.jar),t.uri.port||("http:"===t.uri.protocol?t.uri.port=80:"https:"===t.uri.protocol&&(t.uri.port=443)),t.proxy&&!t.tunnel?(t.port=t.proxy.port,t.host=t.proxy.hostname):(t.port=t.uri.port,t.host=t.uri.hostname),e.form&&t.form(e.form),e.formData){var p=e.formData,c=t.form(),f=function(e,t){t&&t.hasOwnProperty("value")&&t.hasOwnProperty("options")?c.append(e,t.value,t.options):c.append(e,t)};for(var g in p)if(p.hasOwnProperty(g)){var y=p[g];if(y instanceof Array)for(var w=0;w=100&&s<200||204===s||304===s))a=e;else{var l=e.headers["content-encoding"]||"identity";l=l.trim().toLowerCase();var p={flush:u.Z_SYNC_FLUSH,finishFlush:u.Z_SYNC_FLUSH};"gzip"===l?(a=u.createGunzip(p),e.pipe(a)):"deflate"===l?(a=u.createInflate(p),e.pipe(a)):("identity"!==l&&q("ignoring unrecognized Content-Encoding "+l),a=e)}t.encoding&&(0!==t.dests.length?console.error("Ignoring encoding parameter as this stream is being piped to another stream which makes the encoding option invalid."):a.setEncoding(t.encoding)),t._paused&&a.pause(),t.responseContent=a,t.emit("response",e),t.dests.forEach(function(e){t.pipeDest(e)}),a.on("data",function(r){t.timing&&!t.responseStarted&&(t.responseStartTime=(new Date).getTime(),e.responseStartTime=t.responseStartTime),t._destdata=!0,t.emit("data",r)}),a.once("end",function(e){t.emit("end",e)}),a.on("error",function(e){t.emit("error",e)}),a.on("close",function(){t.emit("close")}),t.callback?t.readResponseBody(e):t.on("end",function(){t._aborted?q("aborted",t.uri.href):t.emit("complete",e)}),q("finish init function",t.uri.href)}}else{q("strict ssl error",t.uri.href);var c=e.hasOwnProperty("socket")?e.socket.authorizationError:t.uri.href+" does not support SSL";t.emit("error",new Error("SSL Error: "+c))}},z.prototype.readResponseBody=function(e){var t=this;q("reading response's body");var r=[],i=0,n=[];t.on("data",function(e){D.isBuffer(e)?e.length&&(i+=e.length,r.push(e)):n.push(e)}),t.on("end",function(){if(q("end event",t.uri.href),t._aborted)return q("aborted",t.uri.href),r=[],void(i=0);if(i?(q("has body",t.uri.href,i),e.body=D.concat(r,i),null!==t.encoding&&(e.body=e.body.toString(t.encoding)),r=[],i=0):n.length&&("utf8"===t.encoding&&n[0].length>0&&"\ufeff"===n[0][0]&&(n[0]=n[0].substring(1)),e.body=n.join("")),t._json)try{e.body=JSON.parse(e.body,t._jsonReviver)}catch(e){q("invalid JSON received",t.uri.href)}q("emitting complete",t.uri.href),void 0!==e.body||t._json||(e.body=null===t.encoding?D.alloc(0):""),t.emit("complete",e,e.body)})},z.prototype.abort=function(){this._aborted=!0,this.req?this.req.abort():this.response&&this.response.destroy(),this.emit("abort")},z.prototype.pipeDest=function(e){var t=this.response;if(e.headers&&!e.headersSent){if(t.caseless.has("content-type")){var r=t.caseless.has("content-type");e.setHeader?e.setHeader(r,t.headers[r]):e.headers[r]=t.headers[r]}if(t.caseless.has("content-length")){var i=t.caseless.has("content-length");e.setHeader?e.setHeader(i,t.headers[i]):e.headers[i]=t.headers[i]}}if(e.setHeader&&!e.headersSent){for(var n in t.headers)this.gzip&&"content-encoding"===n||e.setHeader(n,t.headers[n]);e.statusCode=t.statusCode}this.pipefilter&&this.pipefilter(t,e)},z.prototype.qs=function(e,t){var r;for(var i in r=!t&&this.uri.query?this._qs.parse(this.uri.query):{},e)r[i]=e[i];var n=this._qs.stringify(r);return""===n?this:(this.uri=o.parse(this.uri.href.split("?")[0]+"?"+n),this.url=this.uri,this.path=this.uri.path,"unix"===this.uri.host&&this.enableUnixSocket(),this)},z.prototype.form=function(e){var t=this;return e?(/^application\/x-www-form-urlencoded\b/.test(t.getHeader("content-type"))||t.setHeader("content-type","application/x-www-form-urlencoded"),t.body="string"==typeof e?t._qs.rfc3986(e.toString("utf8")):t._qs.stringify(e).toString("utf8"),t):(t._form=new f,t._form.on("error",function(e){e.message="form-data: "+e.message,t.emit("error",e),t.abort()}),t._form)},z.prototype.multipart=function(e){return this._multipart.onRequest(e),this._multipart.chunked||(this.body=this._multipart.body),this},z.prototype.json=function(e){return this.hasHeader("accept")||this.setHeader("accept","application/json"),"function"==typeof this.jsonReplacer&&(this._jsonReplacer=this.jsonReplacer),this._json=!0,"boolean"==typeof e?void 0!==this.body&&(/^application\/x-www-form-urlencoded\b/.test(this.getHeader("content-type"))?this.body=this._qs.rfc3986(this.body):this.body=N(this.body,this._jsonReplacer),this.hasHeader("content-type")||this.setHeader("content-type","application/json")):(this.body=N(e,this._jsonReplacer),this.hasHeader("content-type")||this.setHeader("content-type","application/json")),"function"==typeof this.jsonReviver&&(this._jsonReviver=this.jsonReviver),this},z.prototype.getHeader=function(e,t){var r,i;return t||(t=this.headers),Object.keys(t).forEach(function(n){n.length===e.length&&(i=new RegExp(e,"i"),n.match(i)&&(r=t[n]))}),r},z.prototype.enableUnixSocket=function(){var e=this.uri.path.split(":"),t=e[0],r=e[1];this.socketPath=t,this.uri.pathname=r,this.uri.path=r,this.uri.host=t,this.uri.hostname=t,this.uri.isUnix=!0},z.prototype.auth=function(e,t,r,i){return this._auth.onRequest(e,t,r,i),this},z.prototype.aws=function(e,t){if(!t)return this._aws=e,this;if(4===e.sign_version||"4"===e.sign_version){var r={host:this.uri.host,path:this.uri.path,method:this.method,headers:this.headers,body:this.body};e.service&&(r.service=e.service);var i=p.sign(r,{accessKeyId:e.key,secretAccessKey:e.secret,sessionToken:e.session});this.setHeader("authorization",i.headers.Authorization),this.setHeader("x-amz-date",i.headers["X-Amz-Date"]),i.headers["X-Amz-Security-Token"]&&this.setHeader("x-amz-security-token",i.headers["X-Amz-Security-Token"])}else{var n=new Date;this.setHeader("date",n.toUTCString());var o={key:e.key,secret:e.secret,verb:this.method.toUpperCase(),date:n,contentType:this.getHeader("content-type")||"",md5:this.getHeader("content-md5")||"",amazonHeaders:l.canonicalizeHeaders(this.headers)},a=this.uri.path;e.bucket&&a?o.resource="/"+e.bucket+a:e.bucket&&!a?o.resource="/"+e.bucket:!e.bucket&&a?o.resource=a:e.bucket||a||(o.resource="/"),o.resource=l.canonicalizeResource(o.resource),this.setHeader("authorization",l.authorization(o))}return this},z.prototype.httpSignature=function(e){var t=this;return c.signRequest({getHeader:function(e){return t.getHeader(e,t.headers)},setHeader:function(e,r){t.setHeader(e,r)},method:t.method,path:t.path},e),q("httpSignature authorization",t.getHeader("authorization")),t},z.prototype.hawk=function(e){this.setHeader("Authorization",A.header(this.uri,this.method,e))},z.prototype.oauth=function(e){return this._oauth.onRequest(e),this},z.prototype.jar=function(e){var t;if(0===this._redirect.redirectsFollowed&&(this.originalCookieHeader=this.getHeader("cookie")),e){var r=e&&e.getCookieString?e:R,i=this.uri.href;r&&(t=r.getCookieString(i))}else t=!1,this._disableCookies=!0;return t&&t.length&&(this.originalCookieHeader?this.setHeader("cookie",this.originalCookieHeader+"; "+t):this.setHeader("cookie",t)),this._jar=e,this},z.prototype.pipe=function(e,t){if(!this.response)return this.dests.push(e),s.Stream.prototype.pipe.call(this,e,t),e;if(this._destdata)this.emit("error",new Error("You cannot pipe after data has been emitted from the response."));else{if(!this._ended)return s.Stream.prototype.pipe.call(this,e,t),this.pipeDest(e),e;this.emit("error",new Error("You cannot pipe after the response has been ended."))}},z.prototype.write=function(){var e=this;if(!e._aborted)return e._started||e.start(),e.req?e.req.write.apply(e.req,arguments):void 0},z.prototype.end=function(e){this._aborted||(e&&this.write(e),this._started||this.start(),this.req&&this.req.end())},z.prototype.pause=function(){var e=this;e.responseContent?e.responseContent.pause.apply(e.responseContent,arguments):e._paused=!0},z.prototype.resume=function(){var e=this;e.responseContent?e.responseContent.resume.apply(e.responseContent,arguments):e._paused=!1},z.prototype.destroy=function(){this._ended?this.response&&this.response.destroy():this.end()},z.defaultProxyHeaderWhiteList=C.defaultProxyHeaderWhiteList.slice(),z.defaultProxyHeaderExclusiveList=C.defaultProxyHeaderExclusiveList.slice(),z.prototype.toJSON=H,e.exports=z}).call(this,r(10))},function(e,t,r){"use strict";(function(e){var i=r(4).Buffer,n=r(43).Transform,o=r(607),a=r(12),s=r(63).ok,u=r(4).kMaxLength,l="Cannot create final Buffer. It would be larger than 0x"+u.toString(16)+" bytes";o.Z_MIN_WINDOWBITS=8,o.Z_MAX_WINDOWBITS=15,o.Z_DEFAULT_WINDOWBITS=15,o.Z_MIN_CHUNK=64,o.Z_MAX_CHUNK=1/0,o.Z_DEFAULT_CHUNK=16384,o.Z_MIN_MEMLEVEL=1,o.Z_MAX_MEMLEVEL=9,o.Z_DEFAULT_MEMLEVEL=8,o.Z_MIN_LEVEL=-1,o.Z_MAX_LEVEL=9,o.Z_DEFAULT_LEVEL=o.Z_DEFAULT_COMPRESSION;for(var p=Object.keys(o),c=0;c=u?a=new RangeError(l):t=i.concat(n,o),n=[],e.close(),r(a,t)}e.on("error",function(t){e.removeListener("end",s),e.removeListener("readable",a),r(t)}),e.on("end",s),e.end(t),a()}function b(e,t){if("string"==typeof t&&(t=i.from(t)),!i.isBuffer(t))throw new TypeError("Not a string or buffer");var r=e._finishFlushFlag;return e._processChunk(t,r)}function y(e){if(!(this instanceof y))return new y(e);k.call(this,e,o.DEFLATE)}function w(e){if(!(this instanceof w))return new w(e);k.call(this,e,o.INFLATE)}function E(e){if(!(this instanceof E))return new E(e);k.call(this,e,o.GZIP)}function x(e){if(!(this instanceof x))return new x(e);k.call(this,e,o.GUNZIP)}function _(e){if(!(this instanceof _))return new _(e);k.call(this,e,o.DEFLATERAW)}function T(e){if(!(this instanceof T))return new T(e);k.call(this,e,o.INFLATERAW)}function S(e){if(!(this instanceof S))return new S(e);k.call(this,e,o.UNZIP)}function A(e){return e===o.Z_NO_FLUSH||e===o.Z_PARTIAL_FLUSH||e===o.Z_SYNC_FLUSH||e===o.Z_FULL_FLUSH||e===o.Z_FINISH||e===o.Z_BLOCK}function k(e,r){var a=this;if(this._opts=e=e||{},this._chunkSize=e.chunkSize||t.Z_DEFAULT_CHUNK,n.call(this,e),e.flush&&!A(e.flush))throw new Error("Invalid flush flag: "+e.flush);if(e.finishFlush&&!A(e.finishFlush))throw new Error("Invalid flush flag: "+e.finishFlush);if(this._flushFlag=e.flush||o.Z_NO_FLUSH,this._finishFlushFlag=void 0!==e.finishFlush?e.finishFlush:o.Z_FINISH,e.chunkSize&&(e.chunkSizet.Z_MAX_CHUNK))throw new Error("Invalid chunk size: "+e.chunkSize);if(e.windowBits&&(e.windowBitst.Z_MAX_WINDOWBITS))throw new Error("Invalid windowBits: "+e.windowBits);if(e.level&&(e.levelt.Z_MAX_LEVEL))throw new Error("Invalid compression level: "+e.level);if(e.memLevel&&(e.memLevelt.Z_MAX_MEMLEVEL))throw new Error("Invalid memLevel: "+e.memLevel);if(e.strategy&&e.strategy!=t.Z_FILTERED&&e.strategy!=t.Z_HUFFMAN_ONLY&&e.strategy!=t.Z_RLE&&e.strategy!=t.Z_FIXED&&e.strategy!=t.Z_DEFAULT_STRATEGY)throw new Error("Invalid strategy: "+e.strategy);if(e.dictionary&&!i.isBuffer(e.dictionary))throw new Error("Invalid dictionary: it should be a Buffer instance");this._handle=new o.Zlib(r);var s=this;this._hadError=!1,this._handle.onerror=function(e,r){I(s),s._hadError=!0;var i=new Error(e);i.errno=r,i.code=t.codes[r],s.emit("error",i)};var u=t.Z_DEFAULT_COMPRESSION;"number"==typeof e.level&&(u=e.level);var l=t.Z_DEFAULT_STRATEGY;"number"==typeof e.strategy&&(l=e.strategy),this._handle.init(e.windowBits||t.Z_DEFAULT_WINDOWBITS,u,e.memLevel||t.Z_DEFAULT_MEMLEVEL,l,e.dictionary),this._buffer=i.allocUnsafe(this._chunkSize),this._offset=0,this._level=u,this._strategy=l,this.once("end",this.close),Object.defineProperty(this,"_closed",{get:function(){return!a._handle},configurable:!0,enumerable:!0})}function I(t,r){r&&e.nextTick(r),t._handle&&(t._handle.close(),t._handle=null)}function C(e){e.emit("close")}Object.defineProperty(t,"codes",{enumerable:!0,value:Object.freeze(h),writable:!1}),t.Deflate=y,t.Inflate=w,t.Gzip=E,t.Gunzip=x,t.DeflateRaw=_,t.InflateRaw=T,t.Unzip=S,t.createDeflate=function(e){return new y(e)},t.createInflate=function(e){return new w(e)},t.createDeflateRaw=function(e){return new _(e)},t.createInflateRaw=function(e){return new T(e)},t.createGzip=function(e){return new E(e)},t.createGunzip=function(e){return new x(e)},t.createUnzip=function(e){return new S(e)},t.deflate=function(e,t,r){return"function"==typeof t&&(r=t,t={}),v(new y(t),e,r)},t.deflateSync=function(e,t){return b(new y(t),e)},t.gzip=function(e,t,r){return"function"==typeof t&&(r=t,t={}),v(new E(t),e,r)},t.gzipSync=function(e,t){return b(new E(t),e)},t.deflateRaw=function(e,t,r){return"function"==typeof t&&(r=t,t={}),v(new _(t),e,r)},t.deflateRawSync=function(e,t){return b(new _(t),e)},t.unzip=function(e,t,r){return"function"==typeof t&&(r=t,t={}),v(new S(t),e,r)},t.unzipSync=function(e,t){return b(new S(t),e)},t.inflate=function(e,t,r){return"function"==typeof t&&(r=t,t={}),v(new w(t),e,r)},t.inflateSync=function(e,t){return b(new w(t),e)},t.gunzip=function(e,t,r){return"function"==typeof t&&(r=t,t={}),v(new x(t),e,r)},t.gunzipSync=function(e,t){return b(new x(t),e)},t.inflateRaw=function(e,t,r){return"function"==typeof t&&(r=t,t={}),v(new T(t),e,r)},t.inflateRawSync=function(e,t){return b(new T(t),e)},a.inherits(k,n),k.prototype.params=function(r,i,n){if(rt.Z_MAX_LEVEL)throw new RangeError("Invalid compression level: "+r);if(i!=t.Z_FILTERED&&i!=t.Z_HUFFMAN_ONLY&&i!=t.Z_RLE&&i!=t.Z_FIXED&&i!=t.Z_DEFAULT_STRATEGY)throw new TypeError("Invalid strategy: "+i);if(this._level!==r||this._strategy!==i){var a=this;this.flush(o.Z_SYNC_FLUSH,function(){s(a._handle,"zlib binding closed"),a._handle.params(r,i),a._hadError||(a._level=r,a._strategy=i,n&&n())})}else e.nextTick(n)},k.prototype.reset=function(){return s(this._handle,"zlib binding closed"),this._handle.reset()},k.prototype._flush=function(e){this._transform(i.alloc(0),"",e)},k.prototype.flush=function(t,r){var n=this,a=this._writableState;("function"==typeof t||void 0===t&&!r)&&(r=t,t=o.Z_FULL_FLUSH),a.ended?r&&e.nextTick(r):a.ending?r&&this.once("end",r):a.needDrain?r&&this.once("drain",function(){return n.flush(t,r)}):(this._flushFlag=t,this.write(i.alloc(0),"",r))},k.prototype.close=function(t){I(this,t),e.nextTick(C,this)},k.prototype._transform=function(e,t,r){var n,a=this._writableState,s=(a.ending||a.ended)&&(!e||a.length===e.length);return null===e||i.isBuffer(e)?this._handle?(s?n=this._finishFlushFlag:(n=this._flushFlag,e.length>=a.length&&(this._flushFlag=this._opts.flush||o.Z_NO_FLUSH)),void this._processChunk(e,n,r)):r(new Error("zlib binding closed")):r(new Error("invalid input"))},k.prototype._processChunk=function(e,t,r){var n=e&&e.length,o=this._chunkSize-this._offset,a=0,p=this,c="function"==typeof r;if(!c){var d,h=[],m=0;this.on("error",function(e){d=e}),s(this._handle,"zlib binding closed");do{var f=this._handle.writeSync(t,e,a,n,this._buffer,this._offset,o)}while(!this._hadError&&b(f[0],f[1]));if(this._hadError)throw d;if(m>=u)throw I(this),new RangeError(l);var g=i.concat(h,m);return I(this),g}s(this._handle,"zlib binding closed");var v=this._handle.write(t,e,a,n,this._buffer,this._offset,o);function b(u,l){if(this&&(this.buffer=null,this.callback=null),!p._hadError){var d=o-l;if(s(d>=0,"have should not go down"),d>0){var f=p._buffer.slice(p._offset,p._offset+d);p._offset+=d,c?p.push(f):(h.push(f),m+=f.length)}if((0===l||p._offset>=p._chunkSize)&&(o=p._chunkSize,p._offset=0,p._buffer=i.allocUnsafe(p._chunkSize)),0===l){if(a+=n-u,n=u,!c)return!0;var g=p._handle.write(t,e,a,n,p._buffer,p._offset,p._chunkSize);return g.callback=b,void(g.buffer=e)}if(!c)return!1;r()}}v.buffer=e,v.callback=b},a.inherits(y,k),a.inherits(w,k),a.inherits(E,k),a.inherits(x,k),a.inherits(_,k),a.inherits(T,k),a.inherits(S,k)}).call(this,r(10))},function(e,t,r){"use strict";(function(e,i){var n=r(63),o=r(609),a=r(610),s=r(613),u=r(616);for(var l in u)t[l]=u[l];t.NONE=0,t.DEFLATE=1,t.INFLATE=2,t.GZIP=3,t.GUNZIP=4,t.DEFLATERAW=5,t.INFLATERAW=6,t.UNZIP=7;function p(e){if("number"!=typeof e||et.UNZIP)throw new TypeError("Bad argument");this.dictionary=null,this.err=0,this.flush=0,this.init_done=!1,this.level=0,this.memLevel=0,this.mode=e,this.strategy=0,this.windowBits=0,this.write_in_progress=!1,this.pending_close=!1,this.gzip_id_bytes_read=0}p.prototype.close=function(){this.write_in_progress?this.pending_close=!0:(this.pending_close=!1,n(this.init_done,"close before init"),n(this.mode<=t.UNZIP),this.mode===t.DEFLATE||this.mode===t.GZIP||this.mode===t.DEFLATERAW?a.deflateEnd(this.strm):this.mode!==t.INFLATE&&this.mode!==t.GUNZIP&&this.mode!==t.INFLATERAW&&this.mode!==t.UNZIP||s.inflateEnd(this.strm),this.mode=t.NONE,this.dictionary=null)},p.prototype.write=function(e,t,r,i,n,o,a){return this._write(!0,e,t,r,i,n,o,a)},p.prototype.writeSync=function(e,t,r,i,n,o,a){return this._write(!1,e,t,r,i,n,o,a)},p.prototype._write=function(r,o,a,s,u,l,p,c){if(n.equal(arguments.length,8),n(this.init_done,"write before init"),n(this.mode!==t.NONE,"already finalized"),n.equal(!1,this.write_in_progress,"write already in progress"),n.equal(!1,this.pending_close,"close is pending"),this.write_in_progress=!0,n.equal(!1,void 0===o,"must provide flush value"),this.write_in_progress=!0,o!==t.Z_NO_FLUSH&&o!==t.Z_PARTIAL_FLUSH&&o!==t.Z_SYNC_FLUSH&&o!==t.Z_FULL_FLUSH&&o!==t.Z_FINISH&&o!==t.Z_BLOCK)throw new Error("Invalid flush value");if(null==a&&(a=e.alloc(0),u=0,s=0),this.strm.avail_in=u,this.strm.input=a,this.strm.next_in=s,this.strm.avail_out=c,this.strm.output=l,this.strm.next_out=p,this.flush=o,!r)return this._process(),this._checkError()?this._afterSync():void 0;var d=this;return i.nextTick(function(){d._process(),d._after()}),this},p.prototype._afterSync=function(){var e=this.strm.avail_out,t=this.strm.avail_in;return this.write_in_progress=!1,[t,e]},p.prototype._process=function(){var e=null;switch(this.mode){case t.DEFLATE:case t.GZIP:case t.DEFLATERAW:this.err=a.deflate(this.strm,this.flush);break;case t.UNZIP:switch(this.strm.avail_in>0&&(e=this.strm.next_in),this.gzip_id_bytes_read){case 0:if(null===e)break;if(31!==this.strm.input[e]){this.mode=t.INFLATE;break}if(this.gzip_id_bytes_read=1,e++,1===this.strm.avail_in)break;case 1:if(null===e)break;139===this.strm.input[e]?(this.gzip_id_bytes_read=2,this.mode=t.GUNZIP):this.mode=t.INFLATE;break;default:throw new Error("invalid number of gzip magic number bytes read")}case t.INFLATE:case t.GUNZIP:case t.INFLATERAW:for(this.err=s.inflate(this.strm,this.flush),this.err===t.Z_NEED_DICT&&this.dictionary&&(this.err=s.inflateSetDictionary(this.strm,this.dictionary),this.err===t.Z_OK?this.err=s.inflate(this.strm,this.flush):this.err===t.Z_DATA_ERROR&&(this.err=t.Z_NEED_DICT));this.strm.avail_in>0&&this.mode===t.GUNZIP&&this.err===t.Z_STREAM_END&&0!==this.strm.next_in[0];)this.reset(),this.err=s.inflate(this.strm,this.flush);break;default:throw new Error("Unknown mode "+this.mode)}},p.prototype._checkError=function(){switch(this.err){case t.Z_OK:case t.Z_BUF_ERROR:if(0!==this.strm.avail_out&&this.flush===t.Z_FINISH)return this._error("unexpected end of file"),!1;break;case t.Z_STREAM_END:break;case t.Z_NEED_DICT:return null==this.dictionary?this._error("Missing dictionary"):this._error("Bad dictionary"),!1;default:return this._error("Zlib error"),!1}return!0},p.prototype._after=function(){if(this._checkError()){var e=this.strm.avail_out,t=this.strm.avail_in;this.write_in_progress=!1,this.callback(t,e),this.pending_close&&this.close()}},p.prototype._error=function(e){this.strm.msg&&(e=this.strm.msg),this.onerror(e,this.err),this.write_in_progress=!1,this.pending_close&&this.close()},p.prototype.init=function(e,r,i,o,a){n(4===arguments.length||5===arguments.length,"init(windowBits, level, memLevel, strategy, [dictionary])"),n(e>=8&&e<=15,"invalid windowBits"),n(r>=-1&&r<=9,"invalid compression level"),n(i>=1&&i<=9,"invalid memlevel"),n(o===t.Z_FILTERED||o===t.Z_HUFFMAN_ONLY||o===t.Z_RLE||o===t.Z_FIXED||o===t.Z_DEFAULT_STRATEGY,"invalid strategy"),this._init(r,e,i,o,a),this._setDictionary()},p.prototype.params=function(){throw new Error("deflateParams Not supported")},p.prototype.reset=function(){this._reset(),this._setDictionary()},p.prototype._init=function(e,r,i,n,u){switch(this.level=e,this.windowBits=r,this.memLevel=i,this.strategy=n,this.flush=t.Z_NO_FLUSH,this.err=t.Z_OK,this.mode!==t.GZIP&&this.mode!==t.GUNZIP||(this.windowBits+=16),this.mode===t.UNZIP&&(this.windowBits+=32),this.mode!==t.DEFLATERAW&&this.mode!==t.INFLATERAW||(this.windowBits=-1*this.windowBits),this.strm=new o,this.mode){case t.DEFLATE:case t.GZIP:case t.DEFLATERAW:this.err=a.deflateInit2(this.strm,this.level,t.Z_DEFLATED,this.windowBits,this.memLevel,this.strategy);break;case t.INFLATE:case t.GUNZIP:case t.INFLATERAW:case t.UNZIP:this.err=s.inflateInit2(this.strm,this.windowBits);break;default:throw new Error("Unknown mode "+this.mode)}this.err!==t.Z_OK&&this._error("Init error"),this.dictionary=u,this.write_in_progress=!1,this.init_done=!0},p.prototype._setDictionary=function(){if(null!=this.dictionary){switch(this.err=t.Z_OK,this.mode){case t.DEFLATE:case t.DEFLATERAW:this.err=a.deflateSetDictionary(this.strm,this.dictionary)}this.err!==t.Z_OK&&this._error("Failed to set dictionary")}},p.prototype._reset=function(){switch(this.err=t.Z_OK,this.mode){case t.DEFLATE:case t.DEFLATERAW:case t.GZIP:this.err=a.deflateReset(this.strm);break;case t.INFLATE:case t.INFLATERAW:case t.GUNZIP:this.err=s.inflateReset(this.strm)}this.err!==t.Z_OK&&this._error("Failed to reset stream")},t.Zlib=p}).call(this,r(4).Buffer,r(10))},function(e,t,r){"use strict"; +/* +object-assign +(c) Sindre Sorhus +@license MIT +*/var i=Object.getOwnPropertySymbols,n=Object.prototype.hasOwnProperty,o=Object.prototype.propertyIsEnumerable;function a(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},r=0;r<10;r++)t["_"+String.fromCharCode(r)]=r;if("0123456789"!==Object.getOwnPropertyNames(t).map(function(e){return t[e]}).join(""))return!1;var i={};return"abcdefghijklmnopqrst".split("").forEach(function(e){i[e]=e}),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},i)).join("")}catch(e){return!1}}()?Object.assign:function(e,t){for(var r,s,u=a(e),l=1;l4?9:0)}function J(e){for(var t=e.length;--t>=0;)e[t]=0}function ee(e){var t=e.state,r=t.pending;r>e.avail_out&&(r=e.avail_out),0!==r&&(n.arraySet(e.output,t.pending_buf,t.pending_out,r,e.next_out),e.next_out+=r,t.pending_out+=r,e.total_out+=r,e.avail_out-=r,t.pending-=r,0===t.pending&&(t.pending_out=0))}function te(e,t){o._tr_flush_block(e,e.block_start>=0?e.block_start:-1,e.strstart-e.block_start,t),e.block_start=e.strstart,ee(e.strm)}function re(e,t){e.pending_buf[e.pending++]=t}function ie(e,t){e.pending_buf[e.pending++]=t>>>8&255,e.pending_buf[e.pending++]=255&t}function ne(e,t){var r,i,n=e.max_chain_length,o=e.strstart,a=e.prev_length,s=e.nice_match,u=e.strstart>e.w_size-M?e.strstart-(e.w_size-M):0,l=e.window,p=e.w_mask,c=e.prev,d=e.strstart+P,h=l[o+a-1],m=l[o+a];e.prev_length>=e.good_match&&(n>>=2),s>e.lookahead&&(s=e.lookahead);do{if(l[(r=t)+a]===m&&l[r+a-1]===h&&l[r]===l[o]&&l[++r]===l[o+1]){o+=2,r++;do{}while(l[++o]===l[++r]&&l[++o]===l[++r]&&l[++o]===l[++r]&&l[++o]===l[++r]&&l[++o]===l[++r]&&l[++o]===l[++r]&&l[++o]===l[++r]&&l[++o]===l[++r]&&oa){if(e.match_start=t,a=i,i>=s)break;h=l[o+a-1],m=l[o+a]}}}while((t=c[t&p])>u&&0!=--n);return a<=e.lookahead?a:e.lookahead}function oe(e){var t,r,i,o,u,l,p,c,d,h,m=e.w_size;do{if(o=e.window_size-e.lookahead-e.strstart,e.strstart>=m+(m-M)){n.arraySet(e.window,e.window,m,m,0),e.match_start-=m,e.strstart-=m,e.block_start-=m,t=r=e.hash_size;do{i=e.head[--t],e.head[t]=i>=m?i-m:0}while(--r);t=r=m;do{i=e.prev[--t],e.prev[t]=i>=m?i-m:0}while(--r);o+=m}if(0===e.strm.avail_in)break;if(l=e.strm,p=e.window,c=e.strstart+e.lookahead,d=o,h=void 0,(h=l.avail_in)>d&&(h=d),r=0===h?0:(l.avail_in-=h,n.arraySet(p,l.input,l.next_in,h,c),1===l.state.wrap?l.adler=a(l.adler,p,h,c):2===l.state.wrap&&(l.adler=s(l.adler,p,h,c)),l.next_in+=h,l.total_in+=h,h),e.lookahead+=r,e.lookahead+e.insert>=B)for(u=e.strstart-e.insert,e.ins_h=e.window[u],e.ins_h=(e.ins_h<=B&&(e.ins_h=(e.ins_h<=B)if(i=o._tr_tally(e,e.strstart-e.match_start,e.match_length-B),e.lookahead-=e.match_length,e.match_length<=e.max_lazy_match&&e.lookahead>=B){e.match_length--;do{e.strstart++,e.ins_h=(e.ins_h<=B&&(e.ins_h=(e.ins_h<4096)&&(e.match_length=B-1)),e.prev_length>=B&&e.match_length<=e.prev_length){n=e.strstart+e.lookahead-B,i=o._tr_tally(e,e.strstart-1-e.prev_match,e.prev_length-B),e.lookahead-=e.prev_length-1,e.prev_length-=2;do{++e.strstart<=n&&(e.ins_h=(e.ins_h<15&&(s=2,i-=16),o<1||o>k||r!==A||i<8||i>15||t<0||t>9||a<0||a>_)return Q(e,g);8===i&&(i=9);var u=new le;return e.state=u,u.strm=e,u.wrap=s,u.gzhead=null,u.w_bits=i,u.w_size=1<e.pending_buf_size-5&&(r=e.pending_buf_size-5);;){if(e.lookahead<=1){if(oe(e),0===e.lookahead&&t===l)return K;if(0===e.lookahead)break}e.strstart+=e.lookahead,e.lookahead=0;var i=e.block_start+r;if((0===e.strstart||e.strstart>=i)&&(e.lookahead=e.strstart-i,e.strstart=i,te(e,!1),0===e.strm.avail_out))return K;if(e.strstart-e.block_start>=e.w_size-M&&(te(e,!1),0===e.strm.avail_out))return K}return e.insert=0,t===d?(te(e,!0),0===e.strm.avail_out?G:Y):(e.strstart>e.block_start&&(te(e,!1),e.strm.avail_out),K)}),new ue(4,4,8,4,ae),new ue(4,5,16,8,ae),new ue(4,6,32,32,ae),new ue(4,4,16,16,se),new ue(8,16,32,32,se),new ue(8,16,128,128,se),new ue(8,32,128,256,se),new ue(32,128,258,1024,se),new ue(32,258,258,4096,se)],t.deflateInit=function(e,t){return de(e,t,A,I,C,T)},t.deflateInit2=de,t.deflateReset=ce,t.deflateResetKeep=pe,t.deflateSetHeader=function(e,t){return e&&e.state?2!==e.state.wrap?g:(e.state.gzhead=t,m):g},t.deflate=function(e,t){var r,n,a,u;if(!e||!e.state||t>h||t<0)return e?Q(e,g):g;if(n=e.state,!e.output||!e.input&&0!==e.avail_in||n.status===W&&t!==d)return Q(e,0===e.avail_out?b:g);if(n.strm=e,r=n.last_flush,n.last_flush=t,n.status===L)if(2===n.wrap)e.adler=0,re(n,31),re(n,139),re(n,8),n.gzhead?(re(n,(n.gzhead.text?1:0)+(n.gzhead.hcrc?2:0)+(n.gzhead.extra?4:0)+(n.gzhead.name?8:0)+(n.gzhead.comment?16:0)),re(n,255&n.gzhead.time),re(n,n.gzhead.time>>8&255),re(n,n.gzhead.time>>16&255),re(n,n.gzhead.time>>24&255),re(n,9===n.level?2:n.strategy>=E||n.level<2?4:0),re(n,255&n.gzhead.os),n.gzhead.extra&&n.gzhead.extra.length&&(re(n,255&n.gzhead.extra.length),re(n,n.gzhead.extra.length>>8&255)),n.gzhead.hcrc&&(e.adler=s(e.adler,n.pending_buf,n.pending,0)),n.gzindex=0,n.status=H):(re(n,0),re(n,0),re(n,0),re(n,0),re(n,0),re(n,9===n.level?2:n.strategy>=E||n.level<2?4:0),re(n,X),n.status=V);else{var v=A+(n.w_bits-8<<4)<<8;v|=(n.strategy>=E||n.level<2?0:n.level<6?1:6===n.level?2:3)<<6,0!==n.strstart&&(v|=R),v+=31-v%31,n.status=V,ie(n,v),0!==n.strstart&&(ie(n,e.adler>>>16),ie(n,65535&e.adler)),e.adler=1}if(n.status===H)if(n.gzhead.extra){for(a=n.pending;n.gzindex<(65535&n.gzhead.extra.length)&&(n.pending!==n.pending_buf_size||(n.gzhead.hcrc&&n.pending>a&&(e.adler=s(e.adler,n.pending_buf,n.pending-a,a)),ee(e),a=n.pending,n.pending!==n.pending_buf_size));)re(n,255&n.gzhead.extra[n.gzindex]),n.gzindex++;n.gzhead.hcrc&&n.pending>a&&(e.adler=s(e.adler,n.pending_buf,n.pending-a,a)),n.gzindex===n.gzhead.extra.length&&(n.gzindex=0,n.status=U)}else n.status=U;if(n.status===U)if(n.gzhead.name){a=n.pending;do{if(n.pending===n.pending_buf_size&&(n.gzhead.hcrc&&n.pending>a&&(e.adler=s(e.adler,n.pending_buf,n.pending-a,a)),ee(e),a=n.pending,n.pending===n.pending_buf_size)){u=1;break}u=n.gzindexa&&(e.adler=s(e.adler,n.pending_buf,n.pending-a,a)),0===u&&(n.gzindex=0,n.status=z)}else n.status=z;if(n.status===z)if(n.gzhead.comment){a=n.pending;do{if(n.pending===n.pending_buf_size&&(n.gzhead.hcrc&&n.pending>a&&(e.adler=s(e.adler,n.pending_buf,n.pending-a,a)),ee(e),a=n.pending,n.pending===n.pending_buf_size)){u=1;break}u=n.gzindexa&&(e.adler=s(e.adler,n.pending_buf,n.pending-a,a)),0===u&&(n.status=q)}else n.status=q;if(n.status===q&&(n.gzhead.hcrc?(n.pending+2>n.pending_buf_size&&ee(e),n.pending+2<=n.pending_buf_size&&(re(n,255&e.adler),re(n,e.adler>>8&255),e.adler=0,n.status=V)):n.status=V),0!==n.pending){if(ee(e),0===e.avail_out)return n.last_flush=-1,m}else if(0===e.avail_in&&Z(t)<=Z(r)&&t!==d)return Q(e,b);if(n.status===W&&0!==e.avail_in)return Q(e,b);if(0!==e.avail_in||0!==n.lookahead||t!==l&&n.status!==W){var y=n.strategy===E?function(e,t){for(var r;;){if(0===e.lookahead&&(oe(e),0===e.lookahead)){if(t===l)return K;break}if(e.match_length=0,r=o._tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++,r&&(te(e,!1),0===e.strm.avail_out))return K}return e.insert=0,t===d?(te(e,!0),0===e.strm.avail_out?G:Y):e.last_lit&&(te(e,!1),0===e.strm.avail_out)?K:$}(n,t):n.strategy===x?function(e,t){for(var r,i,n,a,s=e.window;;){if(e.lookahead<=P){if(oe(e),e.lookahead<=P&&t===l)return K;if(0===e.lookahead)break}if(e.match_length=0,e.lookahead>=B&&e.strstart>0&&(i=s[n=e.strstart-1])===s[++n]&&i===s[++n]&&i===s[++n]){a=e.strstart+P;do{}while(i===s[++n]&&i===s[++n]&&i===s[++n]&&i===s[++n]&&i===s[++n]&&i===s[++n]&&i===s[++n]&&i===s[++n]&&ne.lookahead&&(e.match_length=e.lookahead)}if(e.match_length>=B?(r=o._tr_tally(e,1,e.match_length-B),e.lookahead-=e.match_length,e.strstart+=e.match_length,e.match_length=0):(r=o._tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++),r&&(te(e,!1),0===e.strm.avail_out))return K}return e.insert=0,t===d?(te(e,!0),0===e.strm.avail_out?G:Y):e.last_lit&&(te(e,!1),0===e.strm.avail_out)?K:$}(n,t):i[n.level].func(n,t);if(y!==G&&y!==Y||(n.status=W),y===K||y===G)return 0===e.avail_out&&(n.last_flush=-1),m;if(y===$&&(t===p?o._tr_align(n):t!==h&&(o._tr_stored_block(n,0,0,!1),t===c&&(J(n.head),0===n.lookahead&&(n.strstart=0,n.block_start=0,n.insert=0))),ee(e),0===e.avail_out))return n.last_flush=-1,m}return t!==d?m:n.wrap<=0?f:(2===n.wrap?(re(n,255&e.adler),re(n,e.adler>>8&255),re(n,e.adler>>16&255),re(n,e.adler>>24&255),re(n,255&e.total_in),re(n,e.total_in>>8&255),re(n,e.total_in>>16&255),re(n,e.total_in>>24&255)):(ie(n,e.adler>>>16),ie(n,65535&e.adler)),ee(e),n.wrap>0&&(n.wrap=-n.wrap),0!==n.pending?m:f)},t.deflateEnd=function(e){var t;return e&&e.state?(t=e.state.status)!==L&&t!==H&&t!==U&&t!==z&&t!==q&&t!==V&&t!==W?Q(e,g):(e.state=null,t===V?Q(e,v):m):g},t.deflateSetDictionary=function(e,t){var r,i,o,s,u,l,p,c,d=t.length;if(!e||!e.state)return g;if(2===(s=(r=e.state).wrap)||1===s&&r.status!==L||r.lookahead)return g;for(1===s&&(e.adler=a(e.adler,t,d,0)),r.wrap=0,d>=r.w_size&&(0===s&&(J(r.head),r.strstart=0,r.block_start=0,r.insert=0),c=new n.Buf8(r.w_size),n.arraySet(c,t,d-r.w_size,r.w_size,0),t=c,d=r.w_size),u=e.avail_in,l=e.next_in,p=e.input,e.avail_in=d,e.next_in=0,e.input=t,oe(r);r.lookahead>=B;){i=r.strstart,o=r.lookahead-(B-1);do{r.ins_h=(r.ins_h<=0;)e[t]=0}var l=0,p=1,c=2,d=29,h=256,m=h+1+d,f=30,g=19,v=2*m+1,b=15,y=16,w=7,E=256,x=16,_=17,T=18,S=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],A=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],k=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],I=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],C=new Array(2*(m+2));u(C);var F=new Array(2*f);u(F);var D=new Array(512);u(D);var N=new Array(256);u(N);var O=new Array(d);u(O);var j,B,P,M=new Array(f);function R(e,t,r,i,n){this.static_tree=e,this.extra_bits=t,this.extra_base=r,this.elems=i,this.max_length=n,this.has_stree=e&&e.length}function L(e,t){this.dyn_tree=e,this.max_code=0,this.stat_desc=t}function H(e){return e<256?D[e]:D[256+(e>>>7)]}function U(e,t){e.pending_buf[e.pending++]=255&t,e.pending_buf[e.pending++]=t>>>8&255}function z(e,t,r){e.bi_valid>y-r?(e.bi_buf|=t<>y-e.bi_valid,e.bi_valid+=r-y):(e.bi_buf|=t<>>=1,r<<=1}while(--t>0);return r>>>1}function W(e,t,r){var i,n,o=new Array(b+1),a=0;for(i=1;i<=b;i++)o[i]=a=a+r[i-1]<<1;for(n=0;n<=t;n++){var s=e[2*n+1];0!==s&&(e[2*n]=V(o[s]++,s))}}function K(e){var t;for(t=0;t8?U(e,e.bi_buf):e.bi_valid>0&&(e.pending_buf[e.pending++]=e.bi_buf),e.bi_buf=0,e.bi_valid=0}function G(e,t,r,i){var n=2*t,o=2*r;return e[n]>1;r>=1;r--)Y(e,o,r);n=u;do{r=e.heap[1],e.heap[1]=e.heap[e.heap_len--],Y(e,o,1),i=e.heap[1],e.heap[--e.heap_max]=r,e.heap[--e.heap_max]=i,o[2*n]=o[2*r]+o[2*i],e.depth[n]=(e.depth[r]>=e.depth[i]?e.depth[r]:e.depth[i])+1,o[2*r+1]=o[2*i+1]=n,e.heap[1]=n++,Y(e,o,1)}while(e.heap_len>=2);e.heap[--e.heap_max]=e.heap[1],function(e,t){var r,i,n,o,a,s,u=t.dyn_tree,l=t.max_code,p=t.stat_desc.static_tree,c=t.stat_desc.has_stree,d=t.stat_desc.extra_bits,h=t.stat_desc.extra_base,m=t.stat_desc.max_length,f=0;for(o=0;o<=b;o++)e.bl_count[o]=0;for(u[2*e.heap[e.heap_max]+1]=0,r=e.heap_max+1;rm&&(o=m,f++),u[2*i+1]=o,i>l||(e.bl_count[o]++,a=0,i>=h&&(a=d[i-h]),s=u[2*i],e.opt_len+=s*(o+a),c&&(e.static_len+=s*(p[2*i+1]+a)));if(0!==f){do{for(o=m-1;0===e.bl_count[o];)o--;e.bl_count[o]--,e.bl_count[o+1]+=2,e.bl_count[m]--,f-=2}while(f>0);for(o=m;0!==o;o--)for(i=e.bl_count[o];0!==i;)(n=e.heap[--r])>l||(u[2*n+1]!==o&&(e.opt_len+=(o-u[2*n+1])*u[2*n],u[2*n+1]=o),i--)}}(e,t),W(o,l,e.bl_count)}function Z(e,t,r){var i,n,o=-1,a=t[1],s=0,u=7,l=4;for(0===a&&(u=138,l=3),t[2*(r+1)+1]=65535,i=0;i<=r;i++)n=a,a=t[2*(i+1)+1],++s>=7;i0?(e.strm.data_type===s&&(e.strm.data_type=function(e){var t,r=4093624447;for(t=0;t<=31;t++,r>>>=1)if(1&r&&0!==e.dyn_ltree[2*t])return o;if(0!==e.dyn_ltree[18]||0!==e.dyn_ltree[20]||0!==e.dyn_ltree[26])return a;for(t=32;t=3&&0===e.bl_tree[2*I[t]+1];t--);return e.opt_len+=3*(t+1)+5+5+4,t}(e),u=e.opt_len+3+7>>>3,(l=e.static_len+3+7>>>3)<=u&&(u=l)):u=l=r+5,r+4<=u&&-1!==t?te(e,t,r,i):e.strategy===n||l===u?(z(e,(p<<1)+(i?1:0),3),X(e,C,F)):(z(e,(c<<1)+(i?1:0),3),function(e,t,r,i){var n;for(z(e,t-257,5),z(e,r-1,5),z(e,i-4,4),n=0;n>>8&255,e.pending_buf[e.d_buf+2*e.last_lit+1]=255&t,e.pending_buf[e.l_buf+e.last_lit]=255&r,e.last_lit++,0===t?e.dyn_ltree[2*r]++:(e.matches++,t--,e.dyn_ltree[2*(N[r]+h+1)]++,e.dyn_dtree[2*H(t)]++),e.last_lit===e.lit_bufsize-1},t._tr_align=function(e){z(e,p<<1,3),q(e,E,C),function(e){16===e.bi_valid?(U(e,e.bi_buf),e.bi_buf=0,e.bi_valid=0):e.bi_valid>=8&&(e.pending_buf[e.pending++]=255&e.bi_buf,e.bi_buf>>=8,e.bi_valid-=8)}(e)}},function(e,t,r){"use strict";e.exports={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"}},function(e,t,r){"use strict";var i=r(127),n=r(304),o=r(305),a=r(614),s=r(615),u=0,l=1,p=2,c=4,d=5,h=6,m=0,f=1,g=2,v=-2,b=-3,y=-4,w=-5,E=8,x=1,_=2,T=3,S=4,A=5,k=6,I=7,C=8,F=9,D=10,N=11,O=12,j=13,B=14,P=15,M=16,R=17,L=18,H=19,U=20,z=21,q=22,V=23,W=24,K=25,$=26,G=27,Y=28,X=29,Q=30,Z=31,J=32,ee=852,te=592,re=15;function ie(e){return(e>>>24&255)+(e>>>8&65280)+((65280&e)<<8)+((255&e)<<24)}function ne(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new i.Buf16(320),this.work=new i.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function oe(e){var t;return e&&e.state?(t=e.state,e.total_in=e.total_out=t.total=0,e.msg="",t.wrap&&(e.adler=1&t.wrap),t.mode=x,t.last=0,t.havedict=0,t.dmax=32768,t.head=null,t.hold=0,t.bits=0,t.lencode=t.lendyn=new i.Buf32(ee),t.distcode=t.distdyn=new i.Buf32(te),t.sane=1,t.back=-1,m):v}function ae(e){var t;return e&&e.state?((t=e.state).wsize=0,t.whave=0,t.wnext=0,oe(e)):v}function se(e,t){var r,i;return e&&e.state?(i=e.state,t<0?(r=0,t=-t):(r=1+(t>>4),t<48&&(t&=15)),t&&(t<8||t>15)?v:(null!==i.window&&i.wbits!==t&&(i.window=null),i.wrap=r,i.wbits=t,ae(e))):v}function ue(e,t){var r,i;return e?(i=new ne,e.state=i,i.window=null,(r=se(e,t))!==m&&(e.state=null),r):v}var le,pe,ce=!0;function de(e){if(ce){var t;for(le=new i.Buf32(512),pe=new i.Buf32(32),t=0;t<144;)e.lens[t++]=8;for(;t<256;)e.lens[t++]=9;for(;t<280;)e.lens[t++]=7;for(;t<288;)e.lens[t++]=8;for(s(l,e.lens,0,288,le,0,e.work,{bits:9}),t=0;t<32;)e.lens[t++]=5;s(p,e.lens,0,32,pe,0,e.work,{bits:5}),ce=!1}e.lencode=le,e.lenbits=9,e.distcode=pe,e.distbits=5}function he(e,t,r,n){var o,a=e.state;return null===a.window&&(a.wsize=1<=a.wsize?(i.arraySet(a.window,t,r-a.wsize,a.wsize,0),a.wnext=0,a.whave=a.wsize):((o=a.wsize-a.wnext)>n&&(o=n),i.arraySet(a.window,t,r-n,o,a.wnext),(n-=o)?(i.arraySet(a.window,t,r-n,n,0),a.wnext=n,a.whave=a.wsize):(a.wnext+=o,a.wnext===a.wsize&&(a.wnext=0),a.whave>>8&255,r.check=o(r.check,ke,2,0),se=0,ue=0,r.mode=_;break}if(r.flags=0,r.head&&(r.head.done=!1),!(1&r.wrap)||(((255&se)<<8)+(se>>8))%31){e.msg="incorrect header check",r.mode=Q;break}if((15&se)!==E){e.msg="unknown compression method",r.mode=Q;break}if(ue-=4,xe=8+(15&(se>>>=4)),0===r.wbits)r.wbits=xe;else if(xe>r.wbits){e.msg="invalid window size",r.mode=Q;break}r.dmax=1<>8&1),512&r.flags&&(ke[0]=255&se,ke[1]=se>>>8&255,r.check=o(r.check,ke,2,0)),se=0,ue=0,r.mode=T;case T:for(;ue<32;){if(0===oe)break e;oe--,se+=ee[re++]<>>8&255,ke[2]=se>>>16&255,ke[3]=se>>>24&255,r.check=o(r.check,ke,4,0)),se=0,ue=0,r.mode=S;case S:for(;ue<16;){if(0===oe)break e;oe--,se+=ee[re++]<>8),512&r.flags&&(ke[0]=255&se,ke[1]=se>>>8&255,r.check=o(r.check,ke,2,0)),se=0,ue=0,r.mode=A;case A:if(1024&r.flags){for(;ue<16;){if(0===oe)break e;oe--,se+=ee[re++]<>>8&255,r.check=o(r.check,ke,2,0)),se=0,ue=0}else r.head&&(r.head.extra=null);r.mode=k;case k:if(1024&r.flags&&((ce=r.length)>oe&&(ce=oe),ce&&(r.head&&(xe=r.head.extra_len-r.length,r.head.extra||(r.head.extra=new Array(r.head.extra_len)),i.arraySet(r.head.extra,ee,re,ce,xe)),512&r.flags&&(r.check=o(r.check,ee,ce,re)),oe-=ce,re+=ce,r.length-=ce),r.length))break e;r.length=0,r.mode=I;case I:if(2048&r.flags){if(0===oe)break e;ce=0;do{xe=ee[re+ce++],r.head&&xe&&r.length<65536&&(r.head.name+=String.fromCharCode(xe))}while(xe&&ce>9&1,r.head.done=!0),e.adler=r.check=0,r.mode=O;break;case D:for(;ue<32;){if(0===oe)break e;oe--,se+=ee[re++]<>>=7&ue,ue-=7&ue,r.mode=G;break}for(;ue<3;){if(0===oe)break e;oe--,se+=ee[re++]<>>=1)){case 0:r.mode=B;break;case 1:if(de(r),r.mode=U,t===h){se>>>=2,ue-=2;break e}break;case 2:r.mode=R;break;case 3:e.msg="invalid block type",r.mode=Q}se>>>=2,ue-=2;break;case B:for(se>>>=7&ue,ue-=7&ue;ue<32;){if(0===oe)break e;oe--,se+=ee[re++]<>>16^65535)){e.msg="invalid stored block lengths",r.mode=Q;break}if(r.length=65535&se,se=0,ue=0,r.mode=P,t===h)break e;case P:r.mode=M;case M:if(ce=r.length){if(ce>oe&&(ce=oe),ce>ae&&(ce=ae),0===ce)break e;i.arraySet(te,ee,re,ce,ne),oe-=ce,re+=ce,ae-=ce,ne+=ce,r.length-=ce;break}r.mode=O;break;case R:for(;ue<14;){if(0===oe)break e;oe--,se+=ee[re++]<>>=5,ue-=5,r.ndist=1+(31&se),se>>>=5,ue-=5,r.ncode=4+(15&se),se>>>=4,ue-=4,r.nlen>286||r.ndist>30){e.msg="too many length or distance symbols",r.mode=Q;break}r.have=0,r.mode=L;case L:for(;r.have>>=3,ue-=3}for(;r.have<19;)r.lens[Ie[r.have++]]=0;if(r.lencode=r.lendyn,r.lenbits=7,Te={bits:r.lenbits},_e=s(u,r.lens,0,19,r.lencode,0,r.work,Te),r.lenbits=Te.bits,_e){e.msg="invalid code lengths set",r.mode=Q;break}r.have=0,r.mode=H;case H:for(;r.have>>16&255,be=65535&Ae,!((ge=Ae>>>24)<=ue);){if(0===oe)break e;oe--,se+=ee[re++]<>>=ge,ue-=ge,r.lens[r.have++]=be;else{if(16===be){for(Se=ge+2;ue>>=ge,ue-=ge,0===r.have){e.msg="invalid bit length repeat",r.mode=Q;break}xe=r.lens[r.have-1],ce=3+(3&se),se>>>=2,ue-=2}else if(17===be){for(Se=ge+3;ue>>=ge)),se>>>=3,ue-=3}else{for(Se=ge+7;ue>>=ge)),se>>>=7,ue-=7}if(r.have+ce>r.nlen+r.ndist){e.msg="invalid bit length repeat",r.mode=Q;break}for(;ce--;)r.lens[r.have++]=xe}}if(r.mode===Q)break;if(0===r.lens[256]){e.msg="invalid code -- missing end-of-block",r.mode=Q;break}if(r.lenbits=9,Te={bits:r.lenbits},_e=s(l,r.lens,0,r.nlen,r.lencode,0,r.work,Te),r.lenbits=Te.bits,_e){e.msg="invalid literal/lengths set",r.mode=Q;break}if(r.distbits=6,r.distcode=r.distdyn,Te={bits:r.distbits},_e=s(p,r.lens,r.nlen,r.ndist,r.distcode,0,r.work,Te),r.distbits=Te.bits,_e){e.msg="invalid distances set",r.mode=Q;break}if(r.mode=U,t===h)break e;case U:r.mode=z;case z:if(oe>=6&&ae>=258){e.next_out=ne,e.avail_out=ae,e.next_in=re,e.avail_in=oe,r.hold=se,r.bits=ue,a(e,pe),ne=e.next_out,te=e.output,ae=e.avail_out,re=e.next_in,ee=e.input,oe=e.avail_in,se=r.hold,ue=r.bits,r.mode===O&&(r.back=-1);break}for(r.back=0;ve=(Ae=r.lencode[se&(1<>>16&255,be=65535&Ae,!((ge=Ae>>>24)<=ue);){if(0===oe)break e;oe--,se+=ee[re++]<>ye)])>>>16&255,be=65535&Ae,!(ye+(ge=Ae>>>24)<=ue);){if(0===oe)break e;oe--,se+=ee[re++]<>>=ye,ue-=ye,r.back+=ye}if(se>>>=ge,ue-=ge,r.back+=ge,r.length=be,0===ve){r.mode=$;break}if(32&ve){r.back=-1,r.mode=O;break}if(64&ve){e.msg="invalid literal/length code",r.mode=Q;break}r.extra=15&ve,r.mode=q;case q:if(r.extra){for(Se=r.extra;ue>>=r.extra,ue-=r.extra,r.back+=r.extra}r.was=r.length,r.mode=V;case V:for(;ve=(Ae=r.distcode[se&(1<>>16&255,be=65535&Ae,!((ge=Ae>>>24)<=ue);){if(0===oe)break e;oe--,se+=ee[re++]<>ye)])>>>16&255,be=65535&Ae,!(ye+(ge=Ae>>>24)<=ue);){if(0===oe)break e;oe--,se+=ee[re++]<>>=ye,ue-=ye,r.back+=ye}if(se>>>=ge,ue-=ge,r.back+=ge,64&ve){e.msg="invalid distance code",r.mode=Q;break}r.offset=be,r.extra=15&ve,r.mode=W;case W:if(r.extra){for(Se=r.extra;ue>>=r.extra,ue-=r.extra,r.back+=r.extra}if(r.offset>r.dmax){e.msg="invalid distance too far back",r.mode=Q;break}r.mode=K;case K:if(0===ae)break e;if(ce=pe-ae,r.offset>ce){if((ce=r.offset-ce)>r.whave&&r.sane){e.msg="invalid distance too far back",r.mode=Q;break}ce>r.wnext?(ce-=r.wnext,me=r.wsize-ce):me=r.wnext-ce,ce>r.length&&(ce=r.length),fe=r.window}else fe=te,me=ne-r.offset,ce=r.length;ce>ae&&(ce=ae),ae-=ce,r.length-=ce;do{te[ne++]=fe[me++]}while(--ce);0===r.length&&(r.mode=z);break;case $:if(0===ae)break e;te[ne++]=r.length,ae--,r.mode=z;break;case G:if(r.wrap){for(;ue<32;){if(0===oe)break e;oe--,se|=ee[re++]<>>=w=y>>>24,m-=w,0===(w=y>>>16&255))A[o++]=65535&y;else{if(!(16&w)){if(0==(64&w)){y=f[(65535&y)+(h&(1<>>=w,m-=w),m<15&&(h+=S[i++]<>>=w=y>>>24,m-=w,!(16&(w=y>>>16&255))){if(0==(64&w)){y=g[(65535&y)+(h&(1<u){e.msg="invalid distance too far back",r.mode=30;break e}if(h>>>=w,m-=w,x>(w=o-a)){if((w=x-w)>p&&r.sane){e.msg="invalid distance too far back",r.mode=30;break e}if(_=0,T=d,0===c){if(_+=l-w,w2;)A[o++]=T[_++],A[o++]=T[_++],A[o++]=T[_++],E-=3;E&&(A[o++]=T[_++],E>1&&(A[o++]=T[_++]))}else{_=o-x;do{A[o++]=A[_++],A[o++]=A[_++],A[o++]=A[_++],E-=3}while(E>2);E&&(A[o++]=A[_++],E>1&&(A[o++]=A[_++]))}break}}break}}while(i>3,h&=(1<<(m-=E<<3))-1,e.next_in=i,e.next_out=o,e.avail_in=i=1&&0===B[A];A--);if(k>A&&(k=A),0===A)return l[p++]=20971520,l[p++]=20971520,d.bits=1,0;for(S=1;S0&&(0===e||1!==A))return-1;for(P[1]=0,_=1;_<15;_++)P[_+1]=P[_]+B[_];for(T=0;T852||2===e&&D>592)return 1;for(;;){y=_-C,c[T]b?(w=M[R+c[T]],E=O[j+c[T]]):(w=96,E=0),h=1<<_-C,S=m=1<>C)+(m-=h)]=y<<24|w<<16|E|0}while(0!==m);for(h=1<<_-1;N&h;)h>>=1;if(0!==h?(N&=h-1,N+=h):N=0,T++,0==--B[_]){if(_===A)break;_=t[r+c[T]]}if(_>k&&(N&g)!==f){for(0===C&&(C=k),v+=S,F=1<<(I=_-C);I+C852||2===e&&D>592)return 1;l[f=N&g]=k<<24|I<<16|v-p|0}}return 0!==N&&(l[v+N]=_-C<<24|64<<16|0),d.bits=k,0}},function(e,t,r){"use strict";e.exports={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8}},function(e,t,r){ +/*! + * Copyright 2010 LearnBoost + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +var i=r(18),n=r(36).parse,o=["acl","location","logging","notification","partNumber","policy","requestPayment","torrent","uploadId","uploads","versionId","versioning","versions","website"];function a(e){return"AWS "+e.key+":"+u(e)}function s(e){return i.createHmac("sha1",e.secret).update(e.message).digest("base64")}function u(e){return e.message=l(e),s(e)}function l(e){var t=e.amazonHeaders||"";return t&&(t+="\n"),[e.verb,e.md5,e.contentType,e.date?e.date.toUTCString():"",t+e.resource].join("\n")}function p(e){return"GET\n\n\n"+e.date+"\n"+e.resource}e.exports=a,e.exports.authorization=a,e.exports.hmacSha1=s,e.exports.sign=u,e.exports.signQuery=function(e){return e.message=p(e),s(e)},e.exports.stringToSign=l,e.exports.queryStringToSign=p,e.exports.canonicalizeHeaders=function(e){for(var t=[],r=Object.keys(e),i=0,n=r.length;i=0&&"us-east-1"===this.region||["cloudfront","ls","route53","iam","importexport","sts"].indexOf(this.service)>=0},c.prototype.createHost=function(){var e=this.isSingleRegion()?"":("s3"===this.service&&"us-east-1"!==this.region?"-":".")+this.region;return("ses"===this.service?"email":this.service)+e+".amazonaws.com"},c.prototype.prepareRequest=function(){this.parsePath();var t,r=this.request,i=r.headers;r.signQuery?(this.parsedPath.query=t=this.parsedPath.query||{},this.credentials.sessionToken&&(t["X-Amz-Security-Token"]=this.credentials.sessionToken),"s3"!==this.service||t["X-Amz-Expires"]||(t["X-Amz-Expires"]=86400),t["X-Amz-Date"]?this.datetime=t["X-Amz-Date"]:t["X-Amz-Date"]=this.getDateTime(),t["X-Amz-Algorithm"]="AWS4-HMAC-SHA256",t["X-Amz-Credential"]=this.credentials.accessKeyId+"/"+this.credentialString(),t["X-Amz-SignedHeaders"]=this.signedHeaders()):(r.doNotModifyHeaders||this.isCodeCommitGit||(!r.body||i["Content-Type"]||i["content-type"]||(i["Content-Type"]="application/x-www-form-urlencoded; charset=utf-8"),!r.body||i["Content-Length"]||i["content-length"]||(i["Content-Length"]=e.byteLength(r.body)),!this.credentials.sessionToken||i["X-Amz-Security-Token"]||i["x-amz-security-token"]||(i["X-Amz-Security-Token"]=this.credentials.sessionToken),"s3"!==this.service||i["X-Amz-Content-Sha256"]||i["x-amz-content-sha256"]||(i["X-Amz-Content-Sha256"]=l(this.request.body||"","hex")),i["X-Amz-Date"]||i["x-amz-date"]?this.datetime=i["X-Amz-Date"]||i["x-amz-date"]:i["X-Amz-Date"]=this.getDateTime()),delete i.Authorization,delete i.authorization)},c.prototype.sign=function(){return this.parsedPath||this.prepareRequest(),this.request.signQuery?this.parsedPath.query["X-Amz-Signature"]=this.signature():this.request.headers.Authorization=this.authHeader(),this.request.path=this.formatPath(),this.request},c.prototype.getDateTime=function(){if(!this.datetime){var e=this.request.headers,t=new Date(e.Date||e.date||new Date);this.datetime=t.toISOString().replace(/[:\-]|\.\d{3}/g,""),this.isCodeCommitGit&&(this.datetime=this.datetime.slice(0,-1))}return this.datetime},c.prototype.getDate=function(){return this.getDateTime().substr(0,8)},c.prototype.authHeader=function(){return["AWS4-HMAC-SHA256 Credential="+this.credentials.accessKeyId+"/"+this.credentialString(),"SignedHeaders="+this.signedHeaders(),"Signature="+this.signature()].join(", ")},c.prototype.signature=function(){var e,t,r,i=this.getDate(),n=[this.credentials.secretAccessKey,i,this.region,this.service].join(),o=s.get(n);return o||(e=u("AWS4"+this.credentials.secretAccessKey,i),t=u(e,this.region),r=u(t,this.service),o=u(r,"aws4_request"),s.set(n,o)),u(o,this.stringToSign(),"hex")},c.prototype.stringToSign=function(){return["AWS4-HMAC-SHA256",this.getDateTime(),this.credentialString(),l(this.canonicalString(),"hex")].join("\n")},c.prototype.canonicalString=function(){this.parsedPath||this.prepareRequest();var e,t=this.parsedPath.path,r=this.parsedPath.query,i=this.request.headers,n="",a="s3"!==this.service,s="s3"===this.service||this.request.doNotEncodePath,u="s3"===this.service,c="s3"===this.service;return e="s3"===this.service&&this.request.signQuery?"UNSIGNED-PAYLOAD":this.isCodeCommitGit?"":i["X-Amz-Content-Sha256"]||i["x-amz-content-sha256"]||l(this.request.body||"","hex"),r&&(n=p(o.stringify(Object.keys(r).sort().reduce(function(e,t){return t?(e[t]=Array.isArray(r[t])?c?r[t][0]:r[t].slice().sort():r[t],e):e},{})))),"/"!==t&&(a&&(t=t.replace(/\/{2,}/g,"/")),"/"!==(t=t.split("/").reduce(function(e,t){return a&&".."===t?e.pop():a&&"."===t||(s&&(t=decodeURIComponent(t)),e.push(p(encodeURIComponent(t)))),e},[]).join("/"))[0]&&(t="/"+t),u&&(t=t.replace(/%2F/g,"/"))),[this.request.method||"GET",t,n,this.canonicalHeaders()+"\n",this.signedHeaders(),e].join("\n")},c.prototype.canonicalHeaders=function(){var e=this.request.headers;return Object.keys(e).sort(function(e,t){return e.toLowerCase()=0&&(r=o.parse(e.slice(t+1)),e=e.slice(0,t)),/[^0-9A-Za-z!'()*\-._~%\/]/.test(e)&&(e=e.split("/").map(function(e){return encodeURIComponent(decodeURIComponent(e))}).join("/")),this.parsedPath={path:e,query:r}},c.prototype.formatPath=function(){var e=this.parsedPath.path,t=this.parsedPath.query;return t?(null!=t[""]&&delete t[""],e+"?"+p(o.stringify(t))):e},i.RequestSigner=c,i.sign=function(e,t){return new c(e,t).sign()}}).call(this,r(4).Buffer)},function(e,t){function r(e){this.capacity=0|e,this.map=Object.create(null),this.list=new i}function i(){this.firstNode=null,this.lastNode=null}function n(e,t){this.key=e,this.val=t,this.prev=null,this.next=null}e.exports=function(e){return new r(e)},r.prototype.get=function(e){var t=this.map[e];if(null!=t)return this.used(t),t.val},r.prototype.set=function(e,t){var r=this.map[e];if(null!=r)r.val=t;else{if(this.capacity||this.prune(),!this.capacity)return!1;r=new n(e,t),this.map[e]=r,this.capacity--}return this.used(r),!0},r.prototype.used=function(e){this.list.moveToFront(e)},r.prototype.prune=function(){var e=this.list.pop();null!=e&&(delete this.map[e.key],this.capacity++)},i.prototype.moveToFront=function(e){this.firstNode!=e&&(this.remove(e),null==this.firstNode?(this.firstNode=e,this.lastNode=e,e.prev=null,e.next=null):(e.prev=null,e.next=this.firstNode,e.next.prev=e,this.firstNode=e))},i.prototype.pop=function(){var e=this.lastNode;return null!=e&&this.remove(e),e},i.prototype.remove=function(e){this.firstNode==e?this.firstNode=e.next:null!=e.prev&&(e.prev.next=e.next),this.lastNode==e?this.lastNode=e.prev:null!=e.next&&(e.next.prev=e.prev)}},function(e,t,r){var i=r(621),n=r(630),o=r(634),a=r(128);e.exports={parse:i.parseRequest,parseRequest:i.parseRequest,sign:n.signRequest,signRequest:n.signRequest,createSigner:n.createSigner,isSigner:n.isSigner,sshKeyToPEM:a.sshKeyToPEM,sshKeyFingerprint:a.fingerprint,pemToRsaSSHKey:a.pemToRsaSSHKey,verify:o.verifySignature,verifySignature:o.verifySignature,verifyHMAC:o.verifyHMAC}},function(e,t,r){var i=r(11),n=r(12),o=r(128),a=(o.HASH_ALGOS,o.PK_ALGOS,o.HttpSignatureError),s=o.InvalidAlgorithmError,u=o.validateAlgorithm,l=0,p=1,c=0,d=1,h=2,m=3;function f(e){a.call(this,e,f)}function g(e){a.call(this,e,g)}function v(e){a.call(this,e,v)}function b(e){a.call(this,e,b)}function y(e){a.call(this,e,y)}n.inherits(f,a),n.inherits(g,a),n.inherits(v,a),n.inherits(b,a),n.inherits(y,a),e.exports={parseRequest:function(e,t){i.object(e,"request"),i.object(e.headers,"request.headers"),void 0===t&&(t={}),void 0===t.headers&&(t.headers=[e.headers["x-date"]?"x-date":"date"]),i.object(t,"options"),i.arrayOfString(t.headers,"options.headers"),i.optionalFinite(t.clockSkew,"options.clockSkew");var r=t.authorizationHeaderName||"authorization";if(!e.headers[r])throw new b("no "+r+" header present in the request");t.clockSkew=t.clockSkew||300;var n,o=0,a=l,w=c,E="",x="",_={scheme:"",params:{},signingString:""},T=e.headers[r];for(o=0;o=65&&A<=90||A>=97&&A<=122)E+=S;else{if("="!==S)throw new g("bad param format");if(0===E.length)throw new g("bad param format");w=d}break;case d:if('"'!==S)throw new g("bad param format");x="",w=h;break;case h:'"'===S?(_.params[E]=x,w=m):x+=S;break;case m:if(","!==S)throw new g("bad param format");E="",w=c;break;default:throw new Error("Invalid substate")}break;default:throw new Error("Invalid substate")}}if(_.params.headers&&""!==_.params.headers?_.params.headers=_.params.headers.split(" "):e.headers["x-date"]?_.params.headers=["x-date"]:_.params.headers=["date"],!_.scheme||"Signature"!==_.scheme)throw new g('scheme was not "Signature"');if(!_.params.keyId)throw new g("keyId was not specified");if(!_.params.algorithm)throw new g("algorithm was not specified");if(!_.params.signature)throw new g("signature was not specified");_.params.algorithm=_.params.algorithm.toLowerCase();try{u(_.params.algorithm)}catch(e){throw e instanceof s?new v(_.params.algorithm+" is not supported"):e}for(o=0;o<_.params.headers.length;o++){var k=_.params.headers[o].toLowerCase();if(_.params.headers[o]=k,"request-line"===k){if(t.strict)throw new y("request-line is not a valid header with strict parsing enabled.");_.signingString+=e.method+" "+e.url+" HTTP/"+e.httpVersion}else if("(request-target)"===k)_.signingString+="(request-target): "+e.method.toLowerCase()+" "+e.url;else{var I=e.headers[k];if(void 0===I)throw new b(k+" was not in the request");_.signingString+=k+": "+I}o+1<_.params.headers.length&&(_.signingString+="\n")}if(e.headers.date||e.headers["x-date"]){n=e.headers["x-date"]?new Date(e.headers["x-date"]):new Date(e.headers.date);var C=new Date,F=Math.abs(C.getTime()-n.getTime());if(F>1e3*t.clockSkew)throw new f("clock skew of "+F/1e3+"s was greater than "+t.clockSkew+"s")}if(t.headers.forEach(function(e){if(_.params.headers.indexOf(e.toLowerCase())<0)throw new b(e+" was not a signed header")}),t.algorithms&&-1===t.algorithms.indexOf(_.params.algorithm))throw new v(_.params.algorithm+" is not a supported algorithm");return _.algorithm=_.params.algorithm.toUpperCase(),_.keyId=_.params.keyId,_}}},function(e,t,r){var i=r(180),n=r(181),o=r(623),a=r(624);for(var s in e.exports={Reader:o,Writer:a},n)n.hasOwnProperty(s)&&(e.exports[s]=n[s]);for(var u in i)i.hasOwnProperty(u)&&(e.exports[u]=i[u])},function(e,t,r){var i=r(63),n=r(9).Buffer,o=r(181),a=r(180).newInvalidAsn1Error;function s(e){if(!e||!n.isBuffer(e))throw new TypeError("data must be a node Buffer");this._buf=e,this._size=e.length,this._len=0,this._offset=0}Object.defineProperty(s.prototype,"length",{enumerable:!0,get:function(){return this._len}}),Object.defineProperty(s.prototype,"offset",{enumerable:!0,get:function(){return this._offset}}),Object.defineProperty(s.prototype,"remain",{get:function(){return this._size-this._offset}}),Object.defineProperty(s.prototype,"buffer",{get:function(){return this._buf.slice(this._offset)}}),s.prototype.readByte=function(e){if(this._size-this._offset<1)return null;var t=255&this._buf[this._offset];return e||(this._offset+=1),t},s.prototype.peek=function(){return this.readByte(!0)},s.prototype.readLength=function(e){if(void 0===e&&(e=this._offset),e>=this._size)return null;var t=255&this._buf[e++];if(null===t)return null;if(128==(128&t)){if(0===(t&=127))throw a("Indefinite length not supported");if(t>4)throw a("encoding too long");if(this._size-ethis._size-i)return null;if(this._offset=i,0===this.length)return t?n.alloc(0):"";var s=this._buf.slice(this._offset,this._offset+this.length);return this._offset+=this.length,t?s:s.toString("utf8")},s.prototype.readOID=function(e){e||(e=o.OID);var t=this.readString(e,!0);if(null===t)return null;for(var r=[],i=0,n=0;n>0),r.join(".")},s.prototype._readTag=function(e){i.ok(void 0!==e);var t=this.peek();if(null===t)return null;if(t!==e)throw a("Expected 0x"+e.toString(16)+": got 0x"+t.toString(16));var r=this.readLength(this._offset+1);if(null===r)return null;if(this.length>4)throw a("Integer too long: "+this.length);if(this.length>this._size-r)return null;this._offset=r;for(var n=this._buf[this._offset],o=0,s=0;s>0},e.exports=s},function(e,t,r){var i=r(63),n=r(9).Buffer,o=r(181),a=r(180).newInvalidAsn1Error,s={size:1024,growthFactor:8};function u(e){var t,r;t=s,r=e||{},i.ok(t),i.equal(typeof t,"object"),i.ok(r),i.equal(typeof r,"object"),Object.getOwnPropertyNames(t).forEach(function(e){if(!r[e]){var i=Object.getOwnPropertyDescriptor(t,e);Object.defineProperty(r,e,i)}}),e=r,this._buf=n.alloc(e.size||1024),this._size=this._buf.length,this._offset=0,this._options=e,this._seq=[]}Object.defineProperty(u.prototype,"buffer",{get:function(){if(this._seq.length)throw a(this._seq.length+" unended sequence(s)");return this._buf.slice(0,this._offset)}}),u.prototype.writeByte=function(e){if("number"!=typeof e)throw new TypeError("argument must be a Number");this._ensure(1),this._buf[this._offset++]=e},u.prototype.writeInt=function(e,t){if("number"!=typeof e)throw new TypeError("argument must be a Number");"number"!=typeof t&&(t=o.Integer);for(var r=4;(0==(4286578688&e)||-8388608==(4286578688&e))&&r>1;)r--,e<<=8;if(r>4)throw a("BER ints cannot be > 0xffffffff");for(this._ensure(2+r),this._buf[this._offset++]=t,this._buf[this._offset++]=r;r-- >0;)this._buf[this._offset++]=(4278190080&e)>>>24,e<<=8},u.prototype.writeNull=function(){this.writeByte(o.Null),this.writeByte(0)},u.prototype.writeEnumeration=function(e,t){if("number"!=typeof e)throw new TypeError("argument must be a Number");return"number"!=typeof t&&(t=o.Enumeration),this.writeInt(e,t)},u.prototype.writeBoolean=function(e,t){if("boolean"!=typeof e)throw new TypeError("argument must be a Boolean");"number"!=typeof t&&(t=o.Boolean),this._ensure(3),this._buf[this._offset++]=t,this._buf[this._offset++]=1,this._buf[this._offset++]=e?255:0},u.prototype.writeString=function(e,t){if("string"!=typeof e)throw new TypeError("argument must be a string (was: "+typeof e+")");"number"!=typeof t&&(t=o.OctetString);var r=n.byteLength(e);this.writeByte(t),this.writeLength(r),r&&(this._ensure(r),this._buf.write(e,this._offset),this._offset+=r)},u.prototype.writeBuffer=function(e,t){if("number"!=typeof t)throw new TypeError("tag must be a number");if(!n.isBuffer(e))throw new TypeError("argument must be a buffer");this.writeByte(t),this.writeLength(e.length),this._ensure(e.length),e.copy(this._buf,this._offset,0,e.length),this._offset+=e.length},u.prototype.writeStringArray=function(e){if(!e instanceof Array)throw new TypeError("argument must be an Array[String]");var t=this;e.forEach(function(e){t.writeString(e)})},u.prototype.writeOID=function(e,t){if("string"!=typeof e)throw new TypeError("argument must be a string");if("number"!=typeof t&&(t=o.OID),!/^([0-9]+\.){3,}[0-9]+$/.test(e))throw new Error("argument is not a valid OID string");var r=e.split("."),i=[];i.push(40*parseInt(r[0],10)+parseInt(r[1],10)),r.slice(2).forEach(function(e){!function(e,t){t<128?e.push(t):t<16384?(e.push(t>>>7|128),e.push(127&t)):t<2097152?(e.push(t>>>14|128),e.push(255&(t>>>7|128)),e.push(127&t)):t<268435456?(e.push(t>>>21|128),e.push(255&(t>>>14|128)),e.push(255&(t>>>7|128)),e.push(127&t)):(e.push(255&(t>>>28|128)),e.push(255&(t>>>21|128)),e.push(255&(t>>>14|128)),e.push(255&(t>>>7|128)),e.push(127&t))}(i,parseInt(e,10))});var n=this;this._ensure(2+i.length),this.writeByte(t),this.writeLength(i.length),i.forEach(function(e){n.writeByte(e)})},u.prototype.writeLength=function(e){if("number"!=typeof e)throw new TypeError("argument must be a Number");if(this._ensure(4),e<=127)this._buf[this._offset++]=e;else if(e<=255)this._buf[this._offset++]=129,this._buf[this._offset++]=e;else if(e<=65535)this._buf[this._offset++]=130,this._buf[this._offset++]=e>>8,this._buf[this._offset++]=e;else{if(!(e<=16777215))throw a("Length too long (> 4 bytes)");this._buf[this._offset++]=131,this._buf[this._offset++]=e>>16,this._buf[this._offset++]=e>>8,this._buf[this._offset++]=e}},u.prototype.startSequence=function(e){"number"!=typeof e&&(e=o.Sequence|o.Constructor),this.writeByte(e),this._seq.push(this._offset),this._ensure(3),this._offset+=3},u.prototype.endSequence=function(){var e=this._seq.pop(),t=e+3,r=this._offset-t;if(r<=127)this._shift(t,r,-2),this._buf[e]=r;else if(r<=255)this._shift(t,r,-1),this._buf[e]=129,this._buf[e+1]=r;else if(r<=65535)this._buf[e]=130,this._buf[e+1]=r>>8,this._buf[e+2]=r;else{if(!(r<=16777215))throw a("Sequence too long");this._shift(t,r,1),this._buf[e]=131,this._buf[e+1]=r>>16,this._buf[e+2]=r>>8,this._buf[e+3]=r}},u.prototype._shift=function(e,t,r){i.ok(void 0!==e),i.ok(void 0!==t),i.ok(r),this._buf.copy(this._buf,e+r,e,e+t),this._offset+=r},u.prototype._ensure=function(e){if(i.ok(e),this._size-this._offset=t?e:a("0"+e,t)}t.ECCurves=r(627),t.ECKey=function(e,t,r){var s,u=e(),l=u.getN(),p=Math.floor(l.bitLength()/8);if(t)if(r){e=u.getCurve();this.P=e.decodePointHex(t.toString("hex"))}else{if(t.length!=p)return!1;s=new n(t.toString("hex"),16)}else{var c=l.subtract(n.ONE),d=new n(i.randomBytes(l.bitLength()));s=d.mod(c).add(n.ONE),this.P=u.getG().multiply(s)}this.P&&(this.PublicKey=o.from(u.getCurve().encodeCompressedPointHex(this.P),"hex")),s&&(this.PrivateKey=o.from(a(s.toString(16),2*p),"hex"),this.deriveSharedSecret=function(e){if(!e||!e.P)return!1;var t=e.P.multiply(s);return o.from(a(t.getX().toBigInteger().toString(16),2*p),"hex")})}},function(e,t,r){var i=r(96).BigInteger,n=r(129).ECCurveFp;function o(e,t,r,i){this.curve=e,this.g=t,this.n=r,this.h=i}function a(e){return new i(e,16)}function s(){var e=a("FFFFFFFDFFFFFFFFFFFFFFFFFFFFFFFF"),t=a("FFFFFFFDFFFFFFFFFFFFFFFFFFFFFFFC"),r=a("E87579C11079F43DD824993C2CEE5ED3"),s=a("FFFFFFFE0000000075A30D1B9038A115"),u=i.ONE,l=new n(e,t,r),p=l.decodePointHex("04161FF7528B899B2D0C28607CA52C5B86CF5AC8395BAFEB13C02DA292DDED7A83");return new o(l,p,s,u)}function u(){var e=a("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFAC73"),t=i.ZERO,r=a("7"),s=a("0100000000000000000001B8FA16DFAB9ACA16B6B3"),u=i.ONE,l=new n(e,t,r),p=l.decodePointHex("043B4C382CE37AA192A4019E763036F4F5DD4D7EBB938CF935318FDCED6BC28286531733C3F03C4FEE");return new o(l,p,s,u)}function l(){var e=a("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7FFFFFFF"),t=a("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7FFFFFFC"),r=a("1C97BEFC54BD7A8B65ACF89F81D4D4ADC565FA45"),s=a("0100000000000000000001F4C8F927AED3CA752257"),u=i.ONE,l=new n(e,t,r),p=l.decodePointHex("044A96B5688EF573284664698968C38BB913CBFC8223A628553168947D59DCC912042351377AC5FB32");return new o(l,p,s,u)}function p(){var e=a("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFEE37"),t=i.ZERO,r=a("3"),s=a("FFFFFFFFFFFFFFFFFFFFFFFE26F2FC170F69466A74DEFD8D"),u=i.ONE,l=new n(e,t,r),p=l.decodePointHex("04DB4FF10EC057E9AE26B07D0280B7F4341DA5D1B1EAE06C7D9B2F2F6D9C5628A7844163D015BE86344082AA88D95E2F9D");return new o(l,p,s,u)}function c(){var e=a("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFF"),t=a("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFC"),r=a("64210519E59C80E70FA7E9AB72243049FEB8DEECC146B9B1"),s=a("FFFFFFFFFFFFFFFFFFFFFFFF99DEF836146BC9B1B4D22831"),u=i.ONE,l=new n(e,t,r),p=l.decodePointHex("04188DA80EB03090F67CBF20EB43A18800F4FF0AFD82FF101207192B95FFC8DA78631011ED6B24CDD573F977A11E794811");return new o(l,p,s,u)}function d(){var e=a("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000001"),t=a("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFE"),r=a("B4050A850C04B3ABF54132565044B0B7D7BFD8BA270B39432355FFB4"),s=a("FFFFFFFFFFFFFFFFFFFFFFFFFFFF16A2E0B8F03E13DD29455C5C2A3D"),u=i.ONE,l=new n(e,t,r),p=l.decodePointHex("04B70E0CBD6BB4BF7F321390B94A03C1D356C21122343280D6115C1D21BD376388B5F723FB4C22DFE6CD4375A05A07476444D5819985007E34");return new o(l,p,s,u)}function h(){var e=a("FFFFFFFF00000001000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFF"),t=a("FFFFFFFF00000001000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFC"),r=a("5AC635D8AA3A93E7B3EBBD55769886BC651D06B0CC53B0F63BCE3C3E27D2604B"),s=a("FFFFFFFF00000000FFFFFFFFFFFFFFFFBCE6FAADA7179E84F3B9CAC2FC632551"),u=i.ONE,l=new n(e,t,r),p=l.decodePointHex("046B17D1F2E12C4247F8BCE6E563A440F277037D812DEB33A0F4A13945D898C2964FE342E2FE1A7F9B8EE7EB4A7C0F9E162BCE33576B315ECECBB6406837BF51F5");return new o(l,p,s,u)}o.prototype.getCurve=function(){return this.curve},o.prototype.getG=function(){return this.g},o.prototype.getN=function(){return this.n},o.prototype.getH=function(){return this.h},e.exports={secp128r1:s,secp160k1:u,secp160r1:l,secp192k1:p,secp192r1:c,secp224r1:d,secp256r1:h}},function(e,t,r){e.exports={read:function(e,t){a.isBuffer(e)&&(e=e.toString("ascii"));var r=e.trim().split(/[ \t\n]+/g);if(r.length<2||r.length>3)throw new Error("Not a valid SSH certificate line");var i=r[0],n=r[1];return g(n=a.from(n,"base64"),i)},verify:function(e,t){return!1},sign:function(e,t){void 0===e.signatures.openssh&&(e.signatures.openssh={});try{var r=y(e,!0)}catch(t){return delete e.signatures.openssh,!1}var i=e.signatures.openssh,n=void 0;"rsa"!==t.type&&"dsa"!==t.type||(n="sha1");var o=t.createSign(n);return o.write(r),i.signature=o.sign(),!0},signAsync:function(e,t,r){void 0===e.signatures.openssh&&(e.signatures.openssh={});try{var i=y(e,!0)}catch(t){return delete e.signatures.openssh,void r(t)}var n=e.signatures.openssh;t(i,function(e,t){if(e)r(e);else{try{t.toBuffer("ssh")}catch(e){return void r(e)}n.signature=t,r()}})},write:function(e,t){void 0===t&&(t={});var r=y(e),i=w(e.subjectKey)+" "+r.toString("base64");t.comment&&(i=i+" "+t.comment);return i},fromBuffer:g,toBuffer:y};var i=r(11),n=r(98),o=r(18),a=r(9).Buffer,s=r(27),u=r(21),l=(r(24),r(101)),p=r(52),c=r(47),d=r(22),h=r(100);var m={user:1,host:2};Object.keys(m).forEach(function(e){m[m[e]]=e});var f=/^ecdsa-sha2-([^@-]+)-cert-v01@openssh.com$/;function g(e,t,r){var o=new n({buffer:e}),a=o.readString();if(void 0!==t&&a!==t)throw new Error("SSH certificate algorithm mismatch");void 0===t&&(t=a);var g={signatures:{}};g.signatures.openssh={},g.signatures.openssh.nonce=o.readBuffer();var b={},y=b.parts=[];b.type=function(e){if("ssh-rsa-cert-v01@openssh.com"===e)return"rsa";if("ssh-dss-cert-v01@openssh.com"===e)return"dsa";if(e.match(f))return"ecdsa";if("ssh-ed25519-cert-v01@openssh.com"===e)return"ed25519";throw new Error("Unsupported cert type "+e)}(t);for(var w=s.info[b.type].parts.length;y.length=1,"key must have at least one part");var E=s.info[b.type];if("ecdsa"===b.type){var x=f.exec(t);i.ok(null!==x),i.strictEqual(x[1],y[0].data.toString())}for(var _=0;_0;)a=s[--l].match(/[-]+[ ]*END CERTIFICATE[ ]*[-]+/);n.ok(a,"invalid PEM footer"),s=s.slice(u,l+1);var p={};for(;s=s.slice(1),r=s[0].match(/^([A-Za-z0-9-]+): (.+)$/);)p[r[1].toLowerCase()]=r[2];return s=s.slice(0,-1).join(""),e=o.from(s,"base64"),i.read(e,t)},verify:i.verify,sign:i.sign,write:function(e,t){var r=i.write(e,t),n=r.toString("base64"),a=n.length+n.length/64+18+16+2*"CERTIFICATE".length+10,s=o.alloc(a),u=0;u+=s.write("-----BEGIN CERTIFICATE-----\n",u);for(var l=0;ln.length&&(p=n.length),u+=s.write(n.slice(l,p),u),s[u++]=10,l=p}return u+=s.write("-----END CERTIFICATE-----\n",u),s.slice(0,u)}};var n=r(11),o=(r(48),r(9).Buffer);r(27),r(22),r(21),r(24),r(51),r(101),r(47),r(100)},function(e,t,r){(function(t){var i=r(11),n=r(18),o=(r(80),r(12)),a=r(179),s=r(631),u=r(128),l=r(12).format,p=u.HASH_ALGOS,c=u.PK_ALGOS,d=u.InvalidAlgorithmError,h=u.HttpSignatureError,m=u.validateAlgorithm,f='Signature keyId="%s",algorithm="%s",headers="%s",signature="%s"';function g(e){h.call(this,e,g)}function v(e){h.call(this,e,v)}function b(e){i.object(e,"options");var r=[];if(void 0!==e.algorithm&&(i.string(e.algorithm,"options.algorithm"),r=m(e.algorithm)),this.rs_alg=r,void 0!==e.sign)i.func(e.sign,"options.sign"),this.rs_signFunc=e.sign;else if("hmac"===r[0]&&void 0!==e.key){if(i.string(e.keyId,"options.keyId"),this.rs_keyId=e.keyId,"string"!=typeof e.key&&!t.isBuffer(e.key))throw new TypeError("options.key for HMAC must be a string or Buffer");this.rs_signer=n.createHmac(r[1].toUpperCase(),e.key),this.rs_signer.sign=function(){var e=this.digest("base64");return{hashAlgorithm:r[1],toString:function(){return e}}}}else{if(void 0===e.key)throw new TypeError("options.sign (func) or options.key is required");var o=e.key;if(("string"==typeof o||t.isBuffer(o))&&(o=a.parsePrivateKey(o)),i.ok(a.PrivateKey.isPrivateKey(o,[1,2]),"options.key must be a sshpk.PrivateKey"),this.rs_key=o,i.string(e.keyId,"options.keyId"),this.rs_keyId=e.keyId,!c[o.type])throw new d(o.type.toUpperCase()+" type keys are not supported");if(void 0!==r[0]&&o.type!==r[0])throw new d("options.key must be a "+r[0].toUpperCase()+" key, was given a "+o.type.toUpperCase()+" key instead");this.rs_signer=o.createSign(r[1])}this.rs_headers=[],this.rs_lines=[]}o.inherits(g,h),o.inherits(v,h),b.prototype.writeHeader=function(e,t){if(i.string(e,"header"),e=e.toLowerCase(),i.string(t,"value"),this.rs_headers.push(e),this.rs_signFunc)this.rs_lines.push(e+": "+t);else{var r=e+": "+t;this.rs_headers.length>0&&(r="\n"+r),this.rs_signer.update(r)}return t},b.prototype.writeDateHeader=function(){return this.writeHeader("date",s.rfc1123(new Date))},b.prototype.writeTarget=function(e,t){i.string(e,"method"),i.string(t,"path"),e=e.toLowerCase(),this.writeHeader("(request-target)",e+" "+t)},b.prototype.sign=function(e){if(i.func(e,"callback"),this.rs_headers.length<1)throw new Error("At least one header must be signed");var t,r;if(this.rs_signFunc){var n=this.rs_lines.join("\n"),o=this;this.rs_signFunc(n,function(n,a){if(n)e(n);else{try{i.object(a,"signature"),i.string(a.keyId,"signature.keyId"),i.string(a.algorithm,"signature.algorithm"),i.string(a.signature,"signature.signature"),t=m(a.algorithm),r=l(f,a.keyId,a.algorithm,o.rs_headers.join(" "),a.signature)}catch(t){return void e(t)}e(null,r)}})}else{try{var a=this.rs_signer.sign()}catch(t){return void e(t)}t=(this.rs_alg[0]||this.rs_key.type)+"-"+a.hashAlgorithm;var s=a.toString();r=l(f,this.rs_keyId,t,this.rs_headers.join(" "),s),e(null,r)}},e.exports={isSigner:function(e){return"object"==typeof e&&e instanceof b},createSigner:function(e){return new b(e)},signRequest:function(e,r){i.object(e,"request"),i.object(r,"options"),i.optionalString(r.algorithm,"options.algorithm"),i.string(r.keyId,"options.keyId"),i.optionalArrayOfString(r.headers,"options.headers"),i.optionalString(r.httpVersion,"options.httpVersion"),e.getHeader("Date")||e.setHeader("Date",s.rfc1123(new Date)),r.headers||(r.headers=["date"]),r.httpVersion||(r.httpVersion="1.1");var o,u=[];r.algorithm&&(r.algorithm=r.algorithm.toLowerCase(),u=m(r.algorithm));var h,b="";for(o=0;o=0);var n=[];var o;for(o in t)e(t[o],r-1).forEach(function(e){n.push([o].concat(e))});return n},t.flattenIter=function(e,t,r){!function e(t,r,n,o){var a;var s;if(0===r)return(a=n.slice(0)).push(t),void o(a);i.ok(null!==t);i.equal(typeof t,"object");i.equal(typeof r,"number");i.ok(r>=0);for(s in t)(a=n.slice(0)).push(s),e(t[s],r-1,a,o)}(e,t,[],r)},t.validateJsonObject=N,t.validateJsonObjectJS=N,t.randElt=function(e){return i.ok(Array.isArray(e)&&e.length>0,"randElt argument must be a non-empty array"),e[Math.floor(Math.random()*e.length)]},t.extraProperties=function(e,t){i.ok("object"==typeof e&&null!==e,"obj argument must be a non-null object"),i.ok(Array.isArray(t),"allowed argument must be an array of strings");for(var r=0;r=2,"options.base >= 2"),i.ok(o.base<=36,"options.base <= 36"),i.bool(o.allowSign,"options.allowSign"),i.bool(o.allowPrefix,"options.allowPrefix"),i.bool(o.allowTrailing,"options.allowTrailing"),i.bool(o.allowImprecise,"options.allowImprecise"),i.bool(o.trimWhitespace,"options.trimWhitespace"),i.bool(o.leadingZeroIsOctal,"options.leadingZeroIsOctal"),o.leadingZeroIsOctal&&i.ok(!n,'"base" and "leadingZeroIsOctal" are mutually exclusive'));var a,u=-1,l=o.base,h=1,m=0,f=0,w=e.length;if(o.trimWhitespace)for(;fp||E=h&&e<=m?e-k:e>=f&&e<=w?e-I:e>=E&&e<=A?e-C:-1}function D(e){return 32===e||e>=9&&e<=13||160===e||5760===e||6158===e||e>=8192&&e<=8202||8232===e||8233===e||8239===e||8287===e||12288===e||65279===e}function N(e,t){var r=a.validate(t,e);if(0===r.errors.length)return null;var i,n,s=r.errors[0],u=s.property,l=s.message.toLowerCase();-1!=(i=l.indexOf("the property "))&&-1!=(n=l.indexOf(" is not defined in the schema and the schema does not allow additional properties"))&&(i+="the property ".length,u=""===u?l.substr(i,n-i):u+"."+l.substr(i,n-i),l="unsupported property");var p=new o.VError('property "%s": %s',u,l);return p.jsv_details=s,p}function O(e){i.ok(e[0]>=0&&e[1]>=0,"negative numbers not allowed in hrtimes"),i.ok(e[1]<1e9,"nanoseconds column overflow")}function j(e,t){O(e),O(t),i.ok(e[0]>t[0]||e[0]==t[0]&&e[1]>=t[1],"negative differences not allowed");var r=[e[0]-t[0],0];return e[1]>=t[1]?r[1]=e[1]-t[1]:(r[0]--,r[1]=1e9-(t[1]-e[1])),r}function B(e,t){return O(e),O(t),e[1]+=t[1],e[1]>=1e9&&(e[0]++,e[1]-=1e9),e[0]+=t[0],e}function P(e,t,r){var i,n;if(i={},r)for(n in r)i[n]=r[n];if(e)for(n in e)i[n]=e[n];if(t)for(n in t)i[n]=t[n];return i}},function(e,t,r){var i=r(11),n=r(12),o=r(312),a=r(81).isError,s=o.sprintf;function u(e){var t,r,n,o;if(i.object(e,"args"),i.bool(e.strict,"args.strict"),i.array(e.argv,"args.argv"),0===(t=e.argv).length)r={},n=[];else if(a(t[0]))r={cause:t[0]},n=t.slice(1);else if("object"==typeof t[0]){for(o in r={},t[0])r[o]=t[0][o];n=t.slice(1)}else i.string(t[0],"first argument to VError, SError, or WError constructor must be a string, object, or Error"),r={},n=t;return i.object(r),r.strict||e.strict||(n=n.map(function(e){return null===e?"null":void 0===e?"undefined":e})),{options:r,shortmessage:0===n.length?"":s.apply(null,n)}}function l(){var e,t,r,n,o,s,p;if(e=Array.prototype.slice.call(arguments,0),!(this instanceof l))return t=Object.create(l.prototype),l.apply(t,arguments),t;if((r=u({argv:e,strict:!1})).options.name&&(i.string(r.options.name,'error\'s "name" must be a string'),this.name=r.options.name),this.jse_shortmsg=r.shortmessage,s=r.shortmessage,(n=r.options.cause)&&(i.ok(a(n),"cause is not an Error"),this.jse_cause=n,r.options.skipCauseMessage||(s+=": "+n.message)),this.jse_info={},r.options.info)for(p in r.options.info)this.jse_info[p]=r.options.info[p];return this.message=s,Error.call(this,s),Error.captureStackTrace&&(o=r.options.constructorOpt||this.constructor,Error.captureStackTrace(this,o)),this}function p(){var e,t,r,i;return e=Array.prototype.slice.call(arguments,0),this instanceof p?(i=(r=u({argv:e,strict:!0})).options,l.call(this,i,"%s",r.shortmessage),this):(t=Object.create(p.prototype),p.apply(t,arguments),t)}function c(e){i.array(e,"list of errors"),i.ok(e.length>0,"must be at least one error"),this.ase_errors=e,l.call(this,{cause:e[0]},"first of %d error%s",e.length,1==e.length?"":"s")}function d(){var e,t,r,i;return e=Array.prototype.slice.call(arguments,0),this instanceof d?((i=(r=u({argv:e,strict:!1})).options).skipCauseMessage=!0,l.call(this,i,"%s",r.shortmessage),this):(t=Object.create(d.prototype),d.apply(t,e),t)}e.exports=l,l.VError=l,l.SError=p,l.WError=d,l.MultiError=c,n.inherits(l,Error),l.prototype.name="VError",l.prototype.toString=function(){var e=this.hasOwnProperty("name")&&this.name||this.constructor.name||this.constructor.prototype.name;return this.message&&(e+=": "+this.message),e},l.prototype.cause=function(){var e=l.cause(this);return null===e?void 0:e},l.cause=function(e){return i.ok(a(e),"err must be an Error"),a(e.jse_cause)?e.jse_cause:null},l.info=function(e){var t,r,n;if(i.ok(a(e),"err must be an Error"),t=null!==(r=l.cause(e))?l.info(r):{},"object"==typeof e.jse_info&&null!==e.jse_info)for(n in e.jse_info)t[n]=e.jse_info[n];return t},l.findCauseByName=function(e,t){var r;for(i.ok(a(e),"err must be an Error"),i.string(t,"name"),i.ok(t.length>0,"name cannot be empty"),r=e;null!==r;r=l.cause(r))if(i.ok(a(r)),r.name==t)return r;return null},l.hasCauseWithName=function(e,t){return null!==l.findCauseByName(e,t)},l.fullStack=function(e){i.ok(a(e),"err must be an Error");var t=l.cause(e);return t?e.stack+"\ncaused by: "+l.fullStack(t):e.stack},l.errorFromList=function(e){return i.arrayOfObject(e,"errors"),0===e.length?null:(e.forEach(function(e){i.ok(a(e))}),1==e.length?e[0]:new c(e))},l.errorForEach=function(e,t){i.ok(a(e),"err must be an Error"),i.func(t,"func"),e instanceof c?e.errors().forEach(function(e){t(e)}):t(e)},n.inherits(p,l),n.inherits(c,l),c.prototype.name="MultiError",c.prototype.errors=function(){return this.ase_errors.slice(0)},n.inherits(d,l),d.prototype.name="WError",d.prototype.toString=function(){var e=this.hasOwnProperty("name")&&this.name||this.constructor.name||this.constructor.prototype.name;return this.message&&(e+=": "+this.message),this.jse_cause&&this.jse_cause.message&&(e+="; caused by "+this.jse_cause.toString()),e},d.prototype.cause=function(e){return a(e)&&(this.jse_cause=e),this.jse_cause}},function(e,t,r){var i;void 0===(i=function(){return function(){var e=r;e.Integer={type:"integer"};var t={String:String,Boolean:Boolean,Number:Number,Object:Object,Array:Array,Date:Date};function r(e,t){return r(e,t,{changing:!1})}e.validate=r,e.checkPropertyChange=function(e,t,i){return r(e,t,{changing:i||"property"})};var r=e._validate=function(e,r,i){i||(i={});var n=i.changing;function o(e){return e.type||t[e.name]==e&&e.name.toLowerCase()}var a=[];function s(e,t,r,u){var l;function p(e){a.push({property:r,message:e})}if(r+=r?"number"==typeof u?"["+u+"]":void 0===u?"":"."+u:u,("object"!=typeof t||t instanceof Array)&&(r||"function"!=typeof t)&&(!t||!o(t)))return"function"==typeof t?e instanceof t||p("is not an instance of the class/constructor "+t.name):t&&p("Invalid schema/property definition "+t),null;function c(e,t){if(e){if(!("string"!=typeof e||"any"==e||("null"==e?null===t:typeof t==e)||t instanceof Array&&"array"==e||t instanceof Date&&"date"==e||"integer"==e&&t%1==0))return[{property:r,message:typeof t+" value found, but a "+e+" is required"}];if(e instanceof Array){for(var i=[],n=0;nt.maxItems&&p("There must be a maximum of "+t.maxItems+" in the array")}else(t.properties||t.additionalProperties)&&a.concat(function(e,t,r,o){if("object"==typeof t)for(var u in("object"!=typeof e||e instanceof Array)&&a.push({property:r,message:"an object is required"}),t)if(t.hasOwnProperty(u)){var l=e[u];if(void 0===l&&i.existingOnly)continue;var p=t[u];void 0===l&&p.default&&(l=e[u]=p.default),i.coerce&&u in e&&(l=e[u]=i.coerce(l,p)),s(l,p,r,u)}for(u in e){if(e.hasOwnProperty(u)&&("_"!=u.charAt(0)||"_"!=u.charAt(1))&&t&&!t[u]&&!1===o){if(i.filter){delete e[u];continue}a.push({property:r,message:typeof l+"The property "+u+" is not defined in the schema and the schema does not allow additional properties"})}var c=t&&t[u]&&t[u].requires;!c||c in e||a.push({property:r,message:"the presence of the property "+u+" requires that "+c+" also be present"}),l=e[u],!o||t&&"object"==typeof t&&u in t||(i.coerce&&(l=e[u]=i.coerce(l,o)),s(l,o,r,u)),!n&&l&&l.$schema&&(a=a.concat(s(l,l.$schema,r,u)))}return a}(e,t.properties,r,t.additionalProperties));if(t.pattern&&"string"==typeof e&&!e.match(t.pattern)&&p("does not match the regex pattern "+t.pattern),t.maxLength&&"string"==typeof e&&e.length>t.maxLength&&p("may only be "+t.maxLength+" characters long"),t.minLength&&"string"==typeof e&&e.lengthe&&p("must have a minimum value of "+t.minimum),void 0!==typeof t.maximum&&typeof e==typeof t.maximum&&t.maximump||l===p&&"application/"===n[u].substr(0,12)))continue}n[u]=e}}})},function(e,t,r){ +/*! + * mime-db + * Copyright(c) 2014 Jonathan Ong + * MIT Licensed + */ +e.exports=r(637)},function(e){e.exports=JSON.parse('{"application/1d-interleaved-parityfec":{"source":"iana"},"application/3gpdash-qoe-report+xml":{"source":"iana","compressible":true},"application/3gpp-ims+xml":{"source":"iana","compressible":true},"application/a2l":{"source":"iana"},"application/activemessage":{"source":"iana"},"application/activity+json":{"source":"iana","compressible":true},"application/alto-costmap+json":{"source":"iana","compressible":true},"application/alto-costmapfilter+json":{"source":"iana","compressible":true},"application/alto-directory+json":{"source":"iana","compressible":true},"application/alto-endpointcost+json":{"source":"iana","compressible":true},"application/alto-endpointcostparams+json":{"source":"iana","compressible":true},"application/alto-endpointprop+json":{"source":"iana","compressible":true},"application/alto-endpointpropparams+json":{"source":"iana","compressible":true},"application/alto-error+json":{"source":"iana","compressible":true},"application/alto-networkmap+json":{"source":"iana","compressible":true},"application/alto-networkmapfilter+json":{"source":"iana","compressible":true},"application/aml":{"source":"iana"},"application/andrew-inset":{"source":"iana","extensions":["ez"]},"application/applefile":{"source":"iana"},"application/applixware":{"source":"apache","extensions":["aw"]},"application/atf":{"source":"iana"},"application/atfx":{"source":"iana"},"application/atom+xml":{"source":"iana","compressible":true,"extensions":["atom"]},"application/atomcat+xml":{"source":"iana","compressible":true,"extensions":["atomcat"]},"application/atomdeleted+xml":{"source":"iana","compressible":true},"application/atomicmail":{"source":"iana"},"application/atomsvc+xml":{"source":"iana","compressible":true,"extensions":["atomsvc"]},"application/atsc-dwd+xml":{"source":"iana","compressible":true},"application/atsc-held+xml":{"source":"iana","compressible":true},"application/atsc-rsat+xml":{"source":"iana","compressible":true},"application/atxml":{"source":"iana"},"application/auth-policy+xml":{"source":"iana","compressible":true},"application/bacnet-xdd+zip":{"source":"iana","compressible":false},"application/batch-smtp":{"source":"iana"},"application/bdoc":{"compressible":false,"extensions":["bdoc"]},"application/beep+xml":{"source":"iana","compressible":true},"application/calendar+json":{"source":"iana","compressible":true},"application/calendar+xml":{"source":"iana","compressible":true},"application/call-completion":{"source":"iana"},"application/cals-1840":{"source":"iana"},"application/cbor":{"source":"iana"},"application/cccex":{"source":"iana"},"application/ccmp+xml":{"source":"iana","compressible":true},"application/ccxml+xml":{"source":"iana","compressible":true,"extensions":["ccxml"]},"application/cdfx+xml":{"source":"iana","compressible":true},"application/cdmi-capability":{"source":"iana","extensions":["cdmia"]},"application/cdmi-container":{"source":"iana","extensions":["cdmic"]},"application/cdmi-domain":{"source":"iana","extensions":["cdmid"]},"application/cdmi-object":{"source":"iana","extensions":["cdmio"]},"application/cdmi-queue":{"source":"iana","extensions":["cdmiq"]},"application/cdni":{"source":"iana"},"application/cea":{"source":"iana"},"application/cea-2018+xml":{"source":"iana","compressible":true},"application/cellml+xml":{"source":"iana","compressible":true},"application/cfw":{"source":"iana"},"application/clue_info+xml":{"source":"iana","compressible":true},"application/cms":{"source":"iana"},"application/cnrp+xml":{"source":"iana","compressible":true},"application/coap-group+json":{"source":"iana","compressible":true},"application/coap-payload":{"source":"iana"},"application/commonground":{"source":"iana"},"application/conference-info+xml":{"source":"iana","compressible":true},"application/cose":{"source":"iana"},"application/cose-key":{"source":"iana"},"application/cose-key-set":{"source":"iana"},"application/cpl+xml":{"source":"iana","compressible":true},"application/csrattrs":{"source":"iana"},"application/csta+xml":{"source":"iana","compressible":true},"application/cstadata+xml":{"source":"iana","compressible":true},"application/csvm+json":{"source":"iana","compressible":true},"application/cu-seeme":{"source":"apache","extensions":["cu"]},"application/cwt":{"source":"iana"},"application/cybercash":{"source":"iana"},"application/dart":{"compressible":true},"application/dash+xml":{"source":"iana","compressible":true,"extensions":["mpd"]},"application/dashdelta":{"source":"iana"},"application/davmount+xml":{"source":"iana","compressible":true,"extensions":["davmount"]},"application/dca-rft":{"source":"iana"},"application/dcd":{"source":"iana"},"application/dec-dx":{"source":"iana"},"application/dialog-info+xml":{"source":"iana","compressible":true},"application/dicom":{"source":"iana"},"application/dicom+json":{"source":"iana","compressible":true},"application/dicom+xml":{"source":"iana","compressible":true},"application/dii":{"source":"iana"},"application/dit":{"source":"iana"},"application/dns":{"source":"iana"},"application/dns+json":{"source":"iana","compressible":true},"application/dns-message":{"source":"iana"},"application/docbook+xml":{"source":"apache","compressible":true,"extensions":["dbk"]},"application/dskpp+xml":{"source":"iana","compressible":true},"application/dssc+der":{"source":"iana","extensions":["dssc"]},"application/dssc+xml":{"source":"iana","compressible":true,"extensions":["xdssc"]},"application/dvcs":{"source":"iana"},"application/ecmascript":{"source":"iana","compressible":true,"extensions":["ecma","es"]},"application/edi-consent":{"source":"iana"},"application/edi-x12":{"source":"iana","compressible":false},"application/edifact":{"source":"iana","compressible":false},"application/efi":{"source":"iana"},"application/emergencycalldata.comment+xml":{"source":"iana","compressible":true},"application/emergencycalldata.control+xml":{"source":"iana","compressible":true},"application/emergencycalldata.deviceinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.ecall.msd":{"source":"iana"},"application/emergencycalldata.providerinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.serviceinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.subscriberinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.veds+xml":{"source":"iana","compressible":true},"application/emma+xml":{"source":"iana","compressible":true,"extensions":["emma"]},"application/emotionml+xml":{"source":"iana","compressible":true},"application/encaprtp":{"source":"iana"},"application/epp+xml":{"source":"iana","compressible":true},"application/epub+zip":{"source":"iana","compressible":false,"extensions":["epub"]},"application/eshop":{"source":"iana"},"application/exi":{"source":"iana","extensions":["exi"]},"application/expect-ct-report+json":{"source":"iana","compressible":true},"application/fastinfoset":{"source":"iana"},"application/fastsoap":{"source":"iana"},"application/fdt+xml":{"source":"iana","compressible":true},"application/fhir+json":{"source":"iana","compressible":true},"application/fhir+xml":{"source":"iana","compressible":true},"application/fido.trusted-apps+json":{"compressible":true},"application/fits":{"source":"iana"},"application/font-sfnt":{"source":"iana"},"application/font-tdpfr":{"source":"iana","extensions":["pfr"]},"application/font-woff":{"source":"iana","compressible":false},"application/framework-attributes+xml":{"source":"iana","compressible":true},"application/geo+json":{"source":"iana","compressible":true,"extensions":["geojson"]},"application/geo+json-seq":{"source":"iana"},"application/geopackage+sqlite3":{"source":"iana"},"application/geoxacml+xml":{"source":"iana","compressible":true},"application/gltf-buffer":{"source":"iana"},"application/gml+xml":{"source":"iana","compressible":true,"extensions":["gml"]},"application/gpx+xml":{"source":"apache","compressible":true,"extensions":["gpx"]},"application/gxf":{"source":"apache","extensions":["gxf"]},"application/gzip":{"source":"iana","compressible":false,"extensions":["gz"]},"application/h224":{"source":"iana"},"application/held+xml":{"source":"iana","compressible":true},"application/hjson":{"extensions":["hjson"]},"application/http":{"source":"iana"},"application/hyperstudio":{"source":"iana","extensions":["stk"]},"application/ibe-key-request+xml":{"source":"iana","compressible":true},"application/ibe-pkg-reply+xml":{"source":"iana","compressible":true},"application/ibe-pp-data":{"source":"iana"},"application/iges":{"source":"iana"},"application/im-iscomposing+xml":{"source":"iana","compressible":true},"application/index":{"source":"iana"},"application/index.cmd":{"source":"iana"},"application/index.obj":{"source":"iana"},"application/index.response":{"source":"iana"},"application/index.vnd":{"source":"iana"},"application/inkml+xml":{"source":"iana","compressible":true,"extensions":["ink","inkml"]},"application/iotp":{"source":"iana"},"application/ipfix":{"source":"iana","extensions":["ipfix"]},"application/ipp":{"source":"iana"},"application/isup":{"source":"iana"},"application/its+xml":{"source":"iana","compressible":true},"application/java-archive":{"source":"apache","compressible":false,"extensions":["jar","war","ear"]},"application/java-serialized-object":{"source":"apache","compressible":false,"extensions":["ser"]},"application/java-vm":{"source":"apache","compressible":false,"extensions":["class"]},"application/javascript":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["js","mjs"]},"application/jf2feed+json":{"source":"iana","compressible":true},"application/jose":{"source":"iana"},"application/jose+json":{"source":"iana","compressible":true},"application/jrd+json":{"source":"iana","compressible":true},"application/json":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["json","map"]},"application/json-patch+json":{"source":"iana","compressible":true},"application/json-seq":{"source":"iana"},"application/json5":{"extensions":["json5"]},"application/jsonml+json":{"source":"apache","compressible":true,"extensions":["jsonml"]},"application/jwk+json":{"source":"iana","compressible":true},"application/jwk-set+json":{"source":"iana","compressible":true},"application/jwt":{"source":"iana"},"application/kpml-request+xml":{"source":"iana","compressible":true},"application/kpml-response+xml":{"source":"iana","compressible":true},"application/ld+json":{"source":"iana","compressible":true,"extensions":["jsonld"]},"application/lgr+xml":{"source":"iana","compressible":true},"application/link-format":{"source":"iana"},"application/load-control+xml":{"source":"iana","compressible":true},"application/lost+xml":{"source":"iana","compressible":true,"extensions":["lostxml"]},"application/lostsync+xml":{"source":"iana","compressible":true},"application/lxf":{"source":"iana"},"application/mac-binhex40":{"source":"iana","extensions":["hqx"]},"application/mac-compactpro":{"source":"apache","extensions":["cpt"]},"application/macwriteii":{"source":"iana"},"application/mads+xml":{"source":"iana","compressible":true,"extensions":["mads"]},"application/manifest+json":{"charset":"UTF-8","compressible":true,"extensions":["webmanifest"]},"application/marc":{"source":"iana","extensions":["mrc"]},"application/marcxml+xml":{"source":"iana","compressible":true,"extensions":["mrcx"]},"application/mathematica":{"source":"iana","extensions":["ma","nb","mb"]},"application/mathml+xml":{"source":"iana","compressible":true,"extensions":["mathml"]},"application/mathml-content+xml":{"source":"iana","compressible":true},"application/mathml-presentation+xml":{"source":"iana","compressible":true},"application/mbms-associated-procedure-description+xml":{"source":"iana","compressible":true},"application/mbms-deregister+xml":{"source":"iana","compressible":true},"application/mbms-envelope+xml":{"source":"iana","compressible":true},"application/mbms-msk+xml":{"source":"iana","compressible":true},"application/mbms-msk-response+xml":{"source":"iana","compressible":true},"application/mbms-protection-description+xml":{"source":"iana","compressible":true},"application/mbms-reception-report+xml":{"source":"iana","compressible":true},"application/mbms-register+xml":{"source":"iana","compressible":true},"application/mbms-register-response+xml":{"source":"iana","compressible":true},"application/mbms-schedule+xml":{"source":"iana","compressible":true},"application/mbms-user-service-description+xml":{"source":"iana","compressible":true},"application/mbox":{"source":"iana","extensions":["mbox"]},"application/media-policy-dataset+xml":{"source":"iana","compressible":true},"application/media_control+xml":{"source":"iana","compressible":true},"application/mediaservercontrol+xml":{"source":"iana","compressible":true,"extensions":["mscml"]},"application/merge-patch+json":{"source":"iana","compressible":true},"application/metalink+xml":{"source":"apache","compressible":true,"extensions":["metalink"]},"application/metalink4+xml":{"source":"iana","compressible":true,"extensions":["meta4"]},"application/mets+xml":{"source":"iana","compressible":true,"extensions":["mets"]},"application/mf4":{"source":"iana"},"application/mikey":{"source":"iana"},"application/mmt-aei+xml":{"source":"iana","compressible":true},"application/mmt-usd+xml":{"source":"iana","compressible":true},"application/mods+xml":{"source":"iana","compressible":true,"extensions":["mods"]},"application/moss-keys":{"source":"iana"},"application/moss-signature":{"source":"iana"},"application/mosskey-data":{"source":"iana"},"application/mosskey-request":{"source":"iana"},"application/mp21":{"source":"iana","extensions":["m21","mp21"]},"application/mp4":{"source":"iana","extensions":["mp4s","m4p"]},"application/mpeg4-generic":{"source":"iana"},"application/mpeg4-iod":{"source":"iana"},"application/mpeg4-iod-xmt":{"source":"iana"},"application/mrb-consumer+xml":{"source":"iana","compressible":true},"application/mrb-publish+xml":{"source":"iana","compressible":true},"application/msc-ivr+xml":{"source":"iana","compressible":true},"application/msc-mixer+xml":{"source":"iana","compressible":true},"application/msword":{"source":"iana","compressible":false,"extensions":["doc","dot"]},"application/mud+json":{"source":"iana","compressible":true},"application/mxf":{"source":"iana","extensions":["mxf"]},"application/n-quads":{"source":"iana","extensions":["nq"]},"application/n-triples":{"source":"iana","extensions":["nt"]},"application/nasdata":{"source":"iana"},"application/news-checkgroups":{"source":"iana"},"application/news-groupinfo":{"source":"iana"},"application/news-transmission":{"source":"iana"},"application/nlsml+xml":{"source":"iana","compressible":true},"application/node":{"source":"iana"},"application/nss":{"source":"iana"},"application/ocsp-request":{"source":"iana"},"application/ocsp-response":{"source":"iana"},"application/octet-stream":{"source":"iana","compressible":false,"extensions":["bin","dms","lrf","mar","so","dist","distz","pkg","bpk","dump","elc","deploy","exe","dll","deb","dmg","iso","img","msi","msp","msm","buffer"]},"application/oda":{"source":"iana","extensions":["oda"]},"application/odm+xml":{"source":"iana","compressible":true},"application/odx":{"source":"iana"},"application/oebps-package+xml":{"source":"iana","compressible":true,"extensions":["opf"]},"application/ogg":{"source":"iana","compressible":false,"extensions":["ogx"]},"application/omdoc+xml":{"source":"apache","compressible":true,"extensions":["omdoc"]},"application/onenote":{"source":"apache","extensions":["onetoc","onetoc2","onetmp","onepkg"]},"application/oscore":{"source":"iana"},"application/oxps":{"source":"iana","extensions":["oxps"]},"application/p2p-overlay+xml":{"source":"iana","compressible":true},"application/parityfec":{"source":"iana"},"application/passport":{"source":"iana"},"application/patch-ops-error+xml":{"source":"iana","compressible":true,"extensions":["xer"]},"application/pdf":{"source":"iana","compressible":false,"extensions":["pdf"]},"application/pdx":{"source":"iana"},"application/pem-certificate-chain":{"source":"iana"},"application/pgp-encrypted":{"source":"iana","compressible":false,"extensions":["pgp"]},"application/pgp-keys":{"source":"iana"},"application/pgp-signature":{"source":"iana","extensions":["asc","sig"]},"application/pics-rules":{"source":"apache","extensions":["prf"]},"application/pidf+xml":{"source":"iana","compressible":true},"application/pidf-diff+xml":{"source":"iana","compressible":true},"application/pkcs10":{"source":"iana","extensions":["p10"]},"application/pkcs12":{"source":"iana"},"application/pkcs7-mime":{"source":"iana","extensions":["p7m","p7c"]},"application/pkcs7-signature":{"source":"iana","extensions":["p7s"]},"application/pkcs8":{"source":"iana","extensions":["p8"]},"application/pkcs8-encrypted":{"source":"iana"},"application/pkix-attr-cert":{"source":"iana","extensions":["ac"]},"application/pkix-cert":{"source":"iana","extensions":["cer"]},"application/pkix-crl":{"source":"iana","extensions":["crl"]},"application/pkix-pkipath":{"source":"iana","extensions":["pkipath"]},"application/pkixcmp":{"source":"iana","extensions":["pki"]},"application/pls+xml":{"source":"iana","compressible":true,"extensions":["pls"]},"application/poc-settings+xml":{"source":"iana","compressible":true},"application/postscript":{"source":"iana","compressible":true,"extensions":["ai","eps","ps"]},"application/ppsp-tracker+json":{"source":"iana","compressible":true},"application/problem+json":{"source":"iana","compressible":true},"application/problem+xml":{"source":"iana","compressible":true},"application/provenance+xml":{"source":"iana","compressible":true},"application/prs.alvestrand.titrax-sheet":{"source":"iana"},"application/prs.cww":{"source":"iana","extensions":["cww"]},"application/prs.hpub+zip":{"source":"iana","compressible":false},"application/prs.nprend":{"source":"iana"},"application/prs.plucker":{"source":"iana"},"application/prs.rdf-xml-crypt":{"source":"iana"},"application/prs.xsf+xml":{"source":"iana","compressible":true},"application/pskc+xml":{"source":"iana","compressible":true,"extensions":["pskcxml"]},"application/qsig":{"source":"iana"},"application/raml+yaml":{"compressible":true,"extensions":["raml"]},"application/raptorfec":{"source":"iana"},"application/rdap+json":{"source":"iana","compressible":true},"application/rdf+xml":{"source":"iana","compressible":true,"extensions":["rdf","owl"]},"application/reginfo+xml":{"source":"iana","compressible":true,"extensions":["rif"]},"application/relax-ng-compact-syntax":{"source":"iana","extensions":["rnc"]},"application/remote-printing":{"source":"iana"},"application/reputon+json":{"source":"iana","compressible":true},"application/resource-lists+xml":{"source":"iana","compressible":true,"extensions":["rl"]},"application/resource-lists-diff+xml":{"source":"iana","compressible":true,"extensions":["rld"]},"application/rfc+xml":{"source":"iana","compressible":true},"application/riscos":{"source":"iana"},"application/rlmi+xml":{"source":"iana","compressible":true},"application/rls-services+xml":{"source":"iana","compressible":true,"extensions":["rs"]},"application/route-apd+xml":{"source":"iana","compressible":true},"application/route-s-tsid+xml":{"source":"iana","compressible":true},"application/route-usd+xml":{"source":"iana","compressible":true},"application/rpki-ghostbusters":{"source":"iana","extensions":["gbr"]},"application/rpki-manifest":{"source":"iana","extensions":["mft"]},"application/rpki-publication":{"source":"iana"},"application/rpki-roa":{"source":"iana","extensions":["roa"]},"application/rpki-updown":{"source":"iana"},"application/rsd+xml":{"source":"apache","compressible":true,"extensions":["rsd"]},"application/rss+xml":{"source":"apache","compressible":true,"extensions":["rss"]},"application/rtf":{"source":"iana","compressible":true,"extensions":["rtf"]},"application/rtploopback":{"source":"iana"},"application/rtx":{"source":"iana"},"application/samlassertion+xml":{"source":"iana","compressible":true},"application/samlmetadata+xml":{"source":"iana","compressible":true},"application/sbml+xml":{"source":"iana","compressible":true,"extensions":["sbml"]},"application/scaip+xml":{"source":"iana","compressible":true},"application/scim+json":{"source":"iana","compressible":true},"application/scvp-cv-request":{"source":"iana","extensions":["scq"]},"application/scvp-cv-response":{"source":"iana","extensions":["scs"]},"application/scvp-vp-request":{"source":"iana","extensions":["spq"]},"application/scvp-vp-response":{"source":"iana","extensions":["spp"]},"application/sdp":{"source":"iana","extensions":["sdp"]},"application/secevent+jwt":{"source":"iana"},"application/senml+cbor":{"source":"iana"},"application/senml+json":{"source":"iana","compressible":true},"application/senml+xml":{"source":"iana","compressible":true},"application/senml-exi":{"source":"iana"},"application/sensml+cbor":{"source":"iana"},"application/sensml+json":{"source":"iana","compressible":true},"application/sensml+xml":{"source":"iana","compressible":true},"application/sensml-exi":{"source":"iana"},"application/sep+xml":{"source":"iana","compressible":true},"application/sep-exi":{"source":"iana"},"application/session-info":{"source":"iana"},"application/set-payment":{"source":"iana"},"application/set-payment-initiation":{"source":"iana","extensions":["setpay"]},"application/set-registration":{"source":"iana"},"application/set-registration-initiation":{"source":"iana","extensions":["setreg"]},"application/sgml":{"source":"iana"},"application/sgml-open-catalog":{"source":"iana"},"application/shf+xml":{"source":"iana","compressible":true,"extensions":["shf"]},"application/sieve":{"source":"iana","extensions":["siv","sieve"]},"application/simple-filter+xml":{"source":"iana","compressible":true},"application/simple-message-summary":{"source":"iana"},"application/simplesymbolcontainer":{"source":"iana"},"application/slate":{"source":"iana"},"application/smil":{"source":"iana"},"application/smil+xml":{"source":"iana","compressible":true,"extensions":["smi","smil"]},"application/smpte336m":{"source":"iana"},"application/soap+fastinfoset":{"source":"iana"},"application/soap+xml":{"source":"iana","compressible":true},"application/sparql-query":{"source":"iana","extensions":["rq"]},"application/sparql-results+xml":{"source":"iana","compressible":true,"extensions":["srx"]},"application/spirits-event+xml":{"source":"iana","compressible":true},"application/sql":{"source":"iana"},"application/srgs":{"source":"iana","extensions":["gram"]},"application/srgs+xml":{"source":"iana","compressible":true,"extensions":["grxml"]},"application/sru+xml":{"source":"iana","compressible":true,"extensions":["sru"]},"application/ssdl+xml":{"source":"apache","compressible":true,"extensions":["ssdl"]},"application/ssml+xml":{"source":"iana","compressible":true,"extensions":["ssml"]},"application/stix+json":{"source":"iana","compressible":true},"application/tamp-apex-update":{"source":"iana"},"application/tamp-apex-update-confirm":{"source":"iana"},"application/tamp-community-update":{"source":"iana"},"application/tamp-community-update-confirm":{"source":"iana"},"application/tamp-error":{"source":"iana"},"application/tamp-sequence-adjust":{"source":"iana"},"application/tamp-sequence-adjust-confirm":{"source":"iana"},"application/tamp-status-query":{"source":"iana"},"application/tamp-status-response":{"source":"iana"},"application/tamp-update":{"source":"iana"},"application/tamp-update-confirm":{"source":"iana"},"application/tar":{"compressible":true},"application/taxii+json":{"source":"iana","compressible":true},"application/tei+xml":{"source":"iana","compressible":true,"extensions":["tei","teicorpus"]},"application/tetra_isi":{"source":"iana"},"application/thraud+xml":{"source":"iana","compressible":true,"extensions":["tfi"]},"application/timestamp-query":{"source":"iana"},"application/timestamp-reply":{"source":"iana"},"application/timestamped-data":{"source":"iana","extensions":["tsd"]},"application/tlsrpt+gzip":{"source":"iana"},"application/tlsrpt+json":{"source":"iana","compressible":true},"application/tnauthlist":{"source":"iana"},"application/trickle-ice-sdpfrag":{"source":"iana"},"application/trig":{"source":"iana"},"application/ttml+xml":{"source":"iana","compressible":true},"application/tve-trigger":{"source":"iana"},"application/tzif":{"source":"iana"},"application/tzif-leap":{"source":"iana"},"application/ulpfec":{"source":"iana"},"application/urc-grpsheet+xml":{"source":"iana","compressible":true},"application/urc-ressheet+xml":{"source":"iana","compressible":true},"application/urc-targetdesc+xml":{"source":"iana","compressible":true},"application/urc-uisocketdesc+xml":{"source":"iana","compressible":true},"application/vcard+json":{"source":"iana","compressible":true},"application/vcard+xml":{"source":"iana","compressible":true},"application/vemmi":{"source":"iana"},"application/vividence.scriptfile":{"source":"apache"},"application/vnd.1000minds.decision-model+xml":{"source":"iana","compressible":true},"application/vnd.3gpp-prose+xml":{"source":"iana","compressible":true},"application/vnd.3gpp-prose-pc3ch+xml":{"source":"iana","compressible":true},"application/vnd.3gpp-v2x-local-service-information":{"source":"iana"},"application/vnd.3gpp.access-transfer-events+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.bsf+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.gmop+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mc-signalling-ear":{"source":"iana"},"application/vnd.3gpp.mcdata-affiliation-command+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-payload":{"source":"iana"},"application/vnd.3gpp.mcdata-service-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-signalling":{"source":"iana"},"application/vnd.3gpp.mcdata-ue-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-user-profile+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-affiliation-command+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-floor-request+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-location-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-mbms-usage-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-service-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-signed+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-ue-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-ue-init-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-user-profile+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-affiliation-command+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-affiliation-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-location-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-mbms-usage-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-service-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-transmission-request+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-ue-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-user-profile+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mid-call+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.pic-bw-large":{"source":"iana","extensions":["plb"]},"application/vnd.3gpp.pic-bw-small":{"source":"iana","extensions":["psb"]},"application/vnd.3gpp.pic-bw-var":{"source":"iana","extensions":["pvb"]},"application/vnd.3gpp.sms":{"source":"iana"},"application/vnd.3gpp.sms+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.srvcc-ext+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.srvcc-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.state-and-event-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.ussd+xml":{"source":"iana","compressible":true},"application/vnd.3gpp2.bcmcsinfo+xml":{"source":"iana","compressible":true},"application/vnd.3gpp2.sms":{"source":"iana"},"application/vnd.3gpp2.tcap":{"source":"iana","extensions":["tcap"]},"application/vnd.3lightssoftware.imagescal":{"source":"iana"},"application/vnd.3m.post-it-notes":{"source":"iana","extensions":["pwn"]},"application/vnd.accpac.simply.aso":{"source":"iana","extensions":["aso"]},"application/vnd.accpac.simply.imp":{"source":"iana","extensions":["imp"]},"application/vnd.acucobol":{"source":"iana","extensions":["acu"]},"application/vnd.acucorp":{"source":"iana","extensions":["atc","acutc"]},"application/vnd.adobe.air-application-installer-package+zip":{"source":"apache","compressible":false,"extensions":["air"]},"application/vnd.adobe.flash.movie":{"source":"iana"},"application/vnd.adobe.formscentral.fcdt":{"source":"iana","extensions":["fcdt"]},"application/vnd.adobe.fxp":{"source":"iana","extensions":["fxp","fxpl"]},"application/vnd.adobe.partial-upload":{"source":"iana"},"application/vnd.adobe.xdp+xml":{"source":"iana","compressible":true,"extensions":["xdp"]},"application/vnd.adobe.xfdf":{"source":"iana","extensions":["xfdf"]},"application/vnd.aether.imp":{"source":"iana"},"application/vnd.afpc.afplinedata":{"source":"iana"},"application/vnd.afpc.modca":{"source":"iana"},"application/vnd.ah-barcode":{"source":"iana"},"application/vnd.ahead.space":{"source":"iana","extensions":["ahead"]},"application/vnd.airzip.filesecure.azf":{"source":"iana","extensions":["azf"]},"application/vnd.airzip.filesecure.azs":{"source":"iana","extensions":["azs"]},"application/vnd.amadeus+json":{"source":"iana","compressible":true},"application/vnd.amazon.ebook":{"source":"apache","extensions":["azw"]},"application/vnd.amazon.mobi8-ebook":{"source":"iana"},"application/vnd.americandynamics.acc":{"source":"iana","extensions":["acc"]},"application/vnd.amiga.ami":{"source":"iana","extensions":["ami"]},"application/vnd.amundsen.maze+xml":{"source":"iana","compressible":true},"application/vnd.android.package-archive":{"source":"apache","compressible":false,"extensions":["apk"]},"application/vnd.anki":{"source":"iana"},"application/vnd.anser-web-certificate-issue-initiation":{"source":"iana","extensions":["cii"]},"application/vnd.anser-web-funds-transfer-initiation":{"source":"apache","extensions":["fti"]},"application/vnd.antix.game-component":{"source":"iana","extensions":["atx"]},"application/vnd.apache.thrift.binary":{"source":"iana"},"application/vnd.apache.thrift.compact":{"source":"iana"},"application/vnd.apache.thrift.json":{"source":"iana"},"application/vnd.api+json":{"source":"iana","compressible":true},"application/vnd.apothekende.reservation+json":{"source":"iana","compressible":true},"application/vnd.apple.installer+xml":{"source":"iana","compressible":true,"extensions":["mpkg"]},"application/vnd.apple.keynote":{"source":"iana","extensions":["keynote"]},"application/vnd.apple.mpegurl":{"source":"iana","extensions":["m3u8"]},"application/vnd.apple.numbers":{"source":"iana","extensions":["numbers"]},"application/vnd.apple.pages":{"source":"iana","extensions":["pages"]},"application/vnd.apple.pkpass":{"compressible":false,"extensions":["pkpass"]},"application/vnd.arastra.swi":{"source":"iana"},"application/vnd.aristanetworks.swi":{"source":"iana","extensions":["swi"]},"application/vnd.artisan+json":{"source":"iana","compressible":true},"application/vnd.artsquare":{"source":"iana"},"application/vnd.astraea-software.iota":{"source":"iana","extensions":["iota"]},"application/vnd.audiograph":{"source":"iana","extensions":["aep"]},"application/vnd.autopackage":{"source":"iana"},"application/vnd.avalon+json":{"source":"iana","compressible":true},"application/vnd.avistar+xml":{"source":"iana","compressible":true},"application/vnd.balsamiq.bmml+xml":{"source":"iana","compressible":true},"application/vnd.balsamiq.bmpr":{"source":"iana"},"application/vnd.banana-accounting":{"source":"iana"},"application/vnd.bbf.usp.msg":{"source":"iana"},"application/vnd.bbf.usp.msg+json":{"source":"iana","compressible":true},"application/vnd.bekitzur-stech+json":{"source":"iana","compressible":true},"application/vnd.bint.med-content":{"source":"iana"},"application/vnd.biopax.rdf+xml":{"source":"iana","compressible":true},"application/vnd.blink-idb-value-wrapper":{"source":"iana"},"application/vnd.blueice.multipass":{"source":"iana","extensions":["mpm"]},"application/vnd.bluetooth.ep.oob":{"source":"iana"},"application/vnd.bluetooth.le.oob":{"source":"iana"},"application/vnd.bmi":{"source":"iana","extensions":["bmi"]},"application/vnd.businessobjects":{"source":"iana","extensions":["rep"]},"application/vnd.byu.uapi+json":{"source":"iana","compressible":true},"application/vnd.cab-jscript":{"source":"iana"},"application/vnd.canon-cpdl":{"source":"iana"},"application/vnd.canon-lips":{"source":"iana"},"application/vnd.capasystems-pg+json":{"source":"iana","compressible":true},"application/vnd.cendio.thinlinc.clientconf":{"source":"iana"},"application/vnd.century-systems.tcp_stream":{"source":"iana"},"application/vnd.chemdraw+xml":{"source":"iana","compressible":true,"extensions":["cdxml"]},"application/vnd.chess-pgn":{"source":"iana"},"application/vnd.chipnuts.karaoke-mmd":{"source":"iana","extensions":["mmd"]},"application/vnd.cinderella":{"source":"iana","extensions":["cdy"]},"application/vnd.cirpack.isdn-ext":{"source":"iana"},"application/vnd.citationstyles.style+xml":{"source":"iana","compressible":true,"extensions":["csl"]},"application/vnd.claymore":{"source":"iana","extensions":["cla"]},"application/vnd.cloanto.rp9":{"source":"iana","extensions":["rp9"]},"application/vnd.clonk.c4group":{"source":"iana","extensions":["c4g","c4d","c4f","c4p","c4u"]},"application/vnd.cluetrust.cartomobile-config":{"source":"iana","extensions":["c11amc"]},"application/vnd.cluetrust.cartomobile-config-pkg":{"source":"iana","extensions":["c11amz"]},"application/vnd.coffeescript":{"source":"iana"},"application/vnd.collabio.xodocuments.document":{"source":"iana"},"application/vnd.collabio.xodocuments.document-template":{"source":"iana"},"application/vnd.collabio.xodocuments.presentation":{"source":"iana"},"application/vnd.collabio.xodocuments.presentation-template":{"source":"iana"},"application/vnd.collabio.xodocuments.spreadsheet":{"source":"iana"},"application/vnd.collabio.xodocuments.spreadsheet-template":{"source":"iana"},"application/vnd.collection+json":{"source":"iana","compressible":true},"application/vnd.collection.doc+json":{"source":"iana","compressible":true},"application/vnd.collection.next+json":{"source":"iana","compressible":true},"application/vnd.comicbook+zip":{"source":"iana","compressible":false},"application/vnd.comicbook-rar":{"source":"iana"},"application/vnd.commerce-battelle":{"source":"iana"},"application/vnd.commonspace":{"source":"iana","extensions":["csp"]},"application/vnd.contact.cmsg":{"source":"iana","extensions":["cdbcmsg"]},"application/vnd.coreos.ignition+json":{"source":"iana","compressible":true},"application/vnd.cosmocaller":{"source":"iana","extensions":["cmc"]},"application/vnd.crick.clicker":{"source":"iana","extensions":["clkx"]},"application/vnd.crick.clicker.keyboard":{"source":"iana","extensions":["clkk"]},"application/vnd.crick.clicker.palette":{"source":"iana","extensions":["clkp"]},"application/vnd.crick.clicker.template":{"source":"iana","extensions":["clkt"]},"application/vnd.crick.clicker.wordbank":{"source":"iana","extensions":["clkw"]},"application/vnd.criticaltools.wbs+xml":{"source":"iana","compressible":true,"extensions":["wbs"]},"application/vnd.ctc-posml":{"source":"iana","extensions":["pml"]},"application/vnd.ctct.ws+xml":{"source":"iana","compressible":true},"application/vnd.cups-pdf":{"source":"iana"},"application/vnd.cups-postscript":{"source":"iana"},"application/vnd.cups-ppd":{"source":"iana","extensions":["ppd"]},"application/vnd.cups-raster":{"source":"iana"},"application/vnd.cups-raw":{"source":"iana"},"application/vnd.curl":{"source":"iana"},"application/vnd.curl.car":{"source":"apache","extensions":["car"]},"application/vnd.curl.pcurl":{"source":"apache","extensions":["pcurl"]},"application/vnd.cyan.dean.root+xml":{"source":"iana","compressible":true},"application/vnd.cybank":{"source":"iana"},"application/vnd.d2l.coursepackage1p0+zip":{"source":"iana","compressible":false},"application/vnd.dart":{"source":"iana","compressible":true,"extensions":["dart"]},"application/vnd.data-vision.rdz":{"source":"iana","extensions":["rdz"]},"application/vnd.datapackage+json":{"source":"iana","compressible":true},"application/vnd.dataresource+json":{"source":"iana","compressible":true},"application/vnd.debian.binary-package":{"source":"iana"},"application/vnd.dece.data":{"source":"iana","extensions":["uvf","uvvf","uvd","uvvd"]},"application/vnd.dece.ttml+xml":{"source":"iana","compressible":true,"extensions":["uvt","uvvt"]},"application/vnd.dece.unspecified":{"source":"iana","extensions":["uvx","uvvx"]},"application/vnd.dece.zip":{"source":"iana","extensions":["uvz","uvvz"]},"application/vnd.denovo.fcselayout-link":{"source":"iana","extensions":["fe_launch"]},"application/vnd.desmume.movie":{"source":"iana"},"application/vnd.dir-bi.plate-dl-nosuffix":{"source":"iana"},"application/vnd.dm.delegation+xml":{"source":"iana","compressible":true},"application/vnd.dna":{"source":"iana","extensions":["dna"]},"application/vnd.document+json":{"source":"iana","compressible":true},"application/vnd.dolby.mlp":{"source":"apache","extensions":["mlp"]},"application/vnd.dolby.mobile.1":{"source":"iana"},"application/vnd.dolby.mobile.2":{"source":"iana"},"application/vnd.doremir.scorecloud-binary-document":{"source":"iana"},"application/vnd.dpgraph":{"source":"iana","extensions":["dpg"]},"application/vnd.dreamfactory":{"source":"iana","extensions":["dfac"]},"application/vnd.drive+json":{"source":"iana","compressible":true},"application/vnd.ds-keypoint":{"source":"apache","extensions":["kpxx"]},"application/vnd.dtg.local":{"source":"iana"},"application/vnd.dtg.local.flash":{"source":"iana"},"application/vnd.dtg.local.html":{"source":"iana"},"application/vnd.dvb.ait":{"source":"iana","extensions":["ait"]},"application/vnd.dvb.dvbj":{"source":"iana"},"application/vnd.dvb.esgcontainer":{"source":"iana"},"application/vnd.dvb.ipdcdftnotifaccess":{"source":"iana"},"application/vnd.dvb.ipdcesgaccess":{"source":"iana"},"application/vnd.dvb.ipdcesgaccess2":{"source":"iana"},"application/vnd.dvb.ipdcesgpdd":{"source":"iana"},"application/vnd.dvb.ipdcroaming":{"source":"iana"},"application/vnd.dvb.iptv.alfec-base":{"source":"iana"},"application/vnd.dvb.iptv.alfec-enhancement":{"source":"iana"},"application/vnd.dvb.notif-aggregate-root+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-container+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-generic+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-ia-msglist+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-ia-registration-request+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-ia-registration-response+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-init+xml":{"source":"iana","compressible":true},"application/vnd.dvb.pfr":{"source":"iana"},"application/vnd.dvb.service":{"source":"iana","extensions":["svc"]},"application/vnd.dxr":{"source":"iana"},"application/vnd.dynageo":{"source":"iana","extensions":["geo"]},"application/vnd.dzr":{"source":"iana"},"application/vnd.easykaraoke.cdgdownload":{"source":"iana"},"application/vnd.ecdis-update":{"source":"iana"},"application/vnd.ecip.rlp":{"source":"iana"},"application/vnd.ecowin.chart":{"source":"iana","extensions":["mag"]},"application/vnd.ecowin.filerequest":{"source":"iana"},"application/vnd.ecowin.fileupdate":{"source":"iana"},"application/vnd.ecowin.series":{"source":"iana"},"application/vnd.ecowin.seriesrequest":{"source":"iana"},"application/vnd.ecowin.seriesupdate":{"source":"iana"},"application/vnd.efi.img":{"source":"iana"},"application/vnd.efi.iso":{"source":"iana"},"application/vnd.emclient.accessrequest+xml":{"source":"iana","compressible":true},"application/vnd.enliven":{"source":"iana","extensions":["nml"]},"application/vnd.enphase.envoy":{"source":"iana"},"application/vnd.eprints.data+xml":{"source":"iana","compressible":true},"application/vnd.epson.esf":{"source":"iana","extensions":["esf"]},"application/vnd.epson.msf":{"source":"iana","extensions":["msf"]},"application/vnd.epson.quickanime":{"source":"iana","extensions":["qam"]},"application/vnd.epson.salt":{"source":"iana","extensions":["slt"]},"application/vnd.epson.ssf":{"source":"iana","extensions":["ssf"]},"application/vnd.ericsson.quickcall":{"source":"iana"},"application/vnd.espass-espass+zip":{"source":"iana","compressible":false},"application/vnd.eszigno3+xml":{"source":"iana","compressible":true,"extensions":["es3","et3"]},"application/vnd.etsi.aoc+xml":{"source":"iana","compressible":true},"application/vnd.etsi.asic-e+zip":{"source":"iana","compressible":false},"application/vnd.etsi.asic-s+zip":{"source":"iana","compressible":false},"application/vnd.etsi.cug+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvcommand+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvdiscovery+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvprofile+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsad-bc+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsad-cod+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsad-npvr+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvservice+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsync+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvueprofile+xml":{"source":"iana","compressible":true},"application/vnd.etsi.mcid+xml":{"source":"iana","compressible":true},"application/vnd.etsi.mheg5":{"source":"iana"},"application/vnd.etsi.overload-control-policy-dataset+xml":{"source":"iana","compressible":true},"application/vnd.etsi.pstn+xml":{"source":"iana","compressible":true},"application/vnd.etsi.sci+xml":{"source":"iana","compressible":true},"application/vnd.etsi.simservs+xml":{"source":"iana","compressible":true},"application/vnd.etsi.timestamp-token":{"source":"iana"},"application/vnd.etsi.tsl+xml":{"source":"iana","compressible":true},"application/vnd.etsi.tsl.der":{"source":"iana"},"application/vnd.eudora.data":{"source":"iana"},"application/vnd.evolv.ecig.profile":{"source":"iana"},"application/vnd.evolv.ecig.settings":{"source":"iana"},"application/vnd.evolv.ecig.theme":{"source":"iana"},"application/vnd.exstream-empower+zip":{"source":"iana","compressible":false},"application/vnd.exstream-package":{"source":"iana"},"application/vnd.ezpix-album":{"source":"iana","extensions":["ez2"]},"application/vnd.ezpix-package":{"source":"iana","extensions":["ez3"]},"application/vnd.f-secure.mobile":{"source":"iana"},"application/vnd.fastcopy-disk-image":{"source":"iana"},"application/vnd.fdf":{"source":"iana","extensions":["fdf"]},"application/vnd.fdsn.mseed":{"source":"iana","extensions":["mseed"]},"application/vnd.fdsn.seed":{"source":"iana","extensions":["seed","dataless"]},"application/vnd.ffsns":{"source":"iana"},"application/vnd.filmit.zfc":{"source":"iana"},"application/vnd.fints":{"source":"iana"},"application/vnd.firemonkeys.cloudcell":{"source":"iana"},"application/vnd.flographit":{"source":"iana","extensions":["gph"]},"application/vnd.fluxtime.clip":{"source":"iana","extensions":["ftc"]},"application/vnd.font-fontforge-sfd":{"source":"iana"},"application/vnd.framemaker":{"source":"iana","extensions":["fm","frame","maker","book"]},"application/vnd.frogans.fnc":{"source":"iana","extensions":["fnc"]},"application/vnd.frogans.ltf":{"source":"iana","extensions":["ltf"]},"application/vnd.fsc.weblaunch":{"source":"iana","extensions":["fsc"]},"application/vnd.fujitsu.oasys":{"source":"iana","extensions":["oas"]},"application/vnd.fujitsu.oasys2":{"source":"iana","extensions":["oa2"]},"application/vnd.fujitsu.oasys3":{"source":"iana","extensions":["oa3"]},"application/vnd.fujitsu.oasysgp":{"source":"iana","extensions":["fg5"]},"application/vnd.fujitsu.oasysprs":{"source":"iana","extensions":["bh2"]},"application/vnd.fujixerox.art-ex":{"source":"iana"},"application/vnd.fujixerox.art4":{"source":"iana"},"application/vnd.fujixerox.ddd":{"source":"iana","extensions":["ddd"]},"application/vnd.fujixerox.docuworks":{"source":"iana","extensions":["xdw"]},"application/vnd.fujixerox.docuworks.binder":{"source":"iana","extensions":["xbd"]},"application/vnd.fujixerox.docuworks.container":{"source":"iana"},"application/vnd.fujixerox.hbpl":{"source":"iana"},"application/vnd.fut-misnet":{"source":"iana"},"application/vnd.futoin+cbor":{"source":"iana"},"application/vnd.futoin+json":{"source":"iana","compressible":true},"application/vnd.fuzzysheet":{"source":"iana","extensions":["fzs"]},"application/vnd.genomatix.tuxedo":{"source":"iana","extensions":["txd"]},"application/vnd.geo+json":{"source":"iana","compressible":true},"application/vnd.geocube+xml":{"source":"iana","compressible":true},"application/vnd.geogebra.file":{"source":"iana","extensions":["ggb"]},"application/vnd.geogebra.tool":{"source":"iana","extensions":["ggt"]},"application/vnd.geometry-explorer":{"source":"iana","extensions":["gex","gre"]},"application/vnd.geonext":{"source":"iana","extensions":["gxt"]},"application/vnd.geoplan":{"source":"iana","extensions":["g2w"]},"application/vnd.geospace":{"source":"iana","extensions":["g3w"]},"application/vnd.gerber":{"source":"iana"},"application/vnd.globalplatform.card-content-mgt":{"source":"iana"},"application/vnd.globalplatform.card-content-mgt-response":{"source":"iana"},"application/vnd.gmx":{"source":"iana","extensions":["gmx"]},"application/vnd.google-apps.document":{"compressible":false,"extensions":["gdoc"]},"application/vnd.google-apps.presentation":{"compressible":false,"extensions":["gslides"]},"application/vnd.google-apps.spreadsheet":{"compressible":false,"extensions":["gsheet"]},"application/vnd.google-earth.kml+xml":{"source":"iana","compressible":true,"extensions":["kml"]},"application/vnd.google-earth.kmz":{"source":"iana","compressible":false,"extensions":["kmz"]},"application/vnd.gov.sk.e-form+xml":{"source":"iana","compressible":true},"application/vnd.gov.sk.e-form+zip":{"source":"iana","compressible":false},"application/vnd.gov.sk.xmldatacontainer+xml":{"source":"iana","compressible":true},"application/vnd.grafeq":{"source":"iana","extensions":["gqf","gqs"]},"application/vnd.gridmp":{"source":"iana"},"application/vnd.groove-account":{"source":"iana","extensions":["gac"]},"application/vnd.groove-help":{"source":"iana","extensions":["ghf"]},"application/vnd.groove-identity-message":{"source":"iana","extensions":["gim"]},"application/vnd.groove-injector":{"source":"iana","extensions":["grv"]},"application/vnd.groove-tool-message":{"source":"iana","extensions":["gtm"]},"application/vnd.groove-tool-template":{"source":"iana","extensions":["tpl"]},"application/vnd.groove-vcard":{"source":"iana","extensions":["vcg"]},"application/vnd.hal+json":{"source":"iana","compressible":true},"application/vnd.hal+xml":{"source":"iana","compressible":true,"extensions":["hal"]},"application/vnd.handheld-entertainment+xml":{"source":"iana","compressible":true,"extensions":["zmm"]},"application/vnd.hbci":{"source":"iana","extensions":["hbci"]},"application/vnd.hc+json":{"source":"iana","compressible":true},"application/vnd.hcl-bireports":{"source":"iana"},"application/vnd.hdt":{"source":"iana"},"application/vnd.heroku+json":{"source":"iana","compressible":true},"application/vnd.hhe.lesson-player":{"source":"iana","extensions":["les"]},"application/vnd.hp-hpgl":{"source":"iana","extensions":["hpgl"]},"application/vnd.hp-hpid":{"source":"iana","extensions":["hpid"]},"application/vnd.hp-hps":{"source":"iana","extensions":["hps"]},"application/vnd.hp-jlyt":{"source":"iana","extensions":["jlt"]},"application/vnd.hp-pcl":{"source":"iana","extensions":["pcl"]},"application/vnd.hp-pclxl":{"source":"iana","extensions":["pclxl"]},"application/vnd.httphone":{"source":"iana"},"application/vnd.hydrostatix.sof-data":{"source":"iana","extensions":["sfd-hdstx"]},"application/vnd.hyper+json":{"source":"iana","compressible":true},"application/vnd.hyper-item+json":{"source":"iana","compressible":true},"application/vnd.hyperdrive+json":{"source":"iana","compressible":true},"application/vnd.hzn-3d-crossword":{"source":"iana"},"application/vnd.ibm.afplinedata":{"source":"iana"},"application/vnd.ibm.electronic-media":{"source":"iana"},"application/vnd.ibm.minipay":{"source":"iana","extensions":["mpy"]},"application/vnd.ibm.modcap":{"source":"iana","extensions":["afp","listafp","list3820"]},"application/vnd.ibm.rights-management":{"source":"iana","extensions":["irm"]},"application/vnd.ibm.secure-container":{"source":"iana","extensions":["sc"]},"application/vnd.iccprofile":{"source":"iana","extensions":["icc","icm"]},"application/vnd.ieee.1905":{"source":"iana"},"application/vnd.igloader":{"source":"iana","extensions":["igl"]},"application/vnd.imagemeter.folder+zip":{"source":"iana","compressible":false},"application/vnd.imagemeter.image+zip":{"source":"iana","compressible":false},"application/vnd.immervision-ivp":{"source":"iana","extensions":["ivp"]},"application/vnd.immervision-ivu":{"source":"iana","extensions":["ivu"]},"application/vnd.ims.imsccv1p1":{"source":"iana"},"application/vnd.ims.imsccv1p2":{"source":"iana"},"application/vnd.ims.imsccv1p3":{"source":"iana"},"application/vnd.ims.lis.v2.result+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolconsumerprofile+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolproxy+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolproxy.id+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolsettings+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolsettings.simple+json":{"source":"iana","compressible":true},"application/vnd.informedcontrol.rms+xml":{"source":"iana","compressible":true},"application/vnd.informix-visionary":{"source":"iana"},"application/vnd.infotech.project":{"source":"iana"},"application/vnd.infotech.project+xml":{"source":"iana","compressible":true},"application/vnd.innopath.wamp.notification":{"source":"iana"},"application/vnd.insors.igm":{"source":"iana","extensions":["igm"]},"application/vnd.intercon.formnet":{"source":"iana","extensions":["xpw","xpx"]},"application/vnd.intergeo":{"source":"iana","extensions":["i2g"]},"application/vnd.intertrust.digibox":{"source":"iana"},"application/vnd.intertrust.nncp":{"source":"iana"},"application/vnd.intu.qbo":{"source":"iana","extensions":["qbo"]},"application/vnd.intu.qfx":{"source":"iana","extensions":["qfx"]},"application/vnd.iptc.g2.catalogitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.conceptitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.knowledgeitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.newsitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.newsmessage+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.packageitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.planningitem+xml":{"source":"iana","compressible":true},"application/vnd.ipunplugged.rcprofile":{"source":"iana","extensions":["rcprofile"]},"application/vnd.irepository.package+xml":{"source":"iana","compressible":true,"extensions":["irp"]},"application/vnd.is-xpr":{"source":"iana","extensions":["xpr"]},"application/vnd.isac.fcs":{"source":"iana","extensions":["fcs"]},"application/vnd.jam":{"source":"iana","extensions":["jam"]},"application/vnd.japannet-directory-service":{"source":"iana"},"application/vnd.japannet-jpnstore-wakeup":{"source":"iana"},"application/vnd.japannet-payment-wakeup":{"source":"iana"},"application/vnd.japannet-registration":{"source":"iana"},"application/vnd.japannet-registration-wakeup":{"source":"iana"},"application/vnd.japannet-setstore-wakeup":{"source":"iana"},"application/vnd.japannet-verification":{"source":"iana"},"application/vnd.japannet-verification-wakeup":{"source":"iana"},"application/vnd.jcp.javame.midlet-rms":{"source":"iana","extensions":["rms"]},"application/vnd.jisp":{"source":"iana","extensions":["jisp"]},"application/vnd.joost.joda-archive":{"source":"iana","extensions":["joda"]},"application/vnd.jsk.isdn-ngn":{"source":"iana"},"application/vnd.kahootz":{"source":"iana","extensions":["ktz","ktr"]},"application/vnd.kde.karbon":{"source":"iana","extensions":["karbon"]},"application/vnd.kde.kchart":{"source":"iana","extensions":["chrt"]},"application/vnd.kde.kformula":{"source":"iana","extensions":["kfo"]},"application/vnd.kde.kivio":{"source":"iana","extensions":["flw"]},"application/vnd.kde.kontour":{"source":"iana","extensions":["kon"]},"application/vnd.kde.kpresenter":{"source":"iana","extensions":["kpr","kpt"]},"application/vnd.kde.kspread":{"source":"iana","extensions":["ksp"]},"application/vnd.kde.kword":{"source":"iana","extensions":["kwd","kwt"]},"application/vnd.kenameaapp":{"source":"iana","extensions":["htke"]},"application/vnd.kidspiration":{"source":"iana","extensions":["kia"]},"application/vnd.kinar":{"source":"iana","extensions":["kne","knp"]},"application/vnd.koan":{"source":"iana","extensions":["skp","skd","skt","skm"]},"application/vnd.kodak-descriptor":{"source":"iana","extensions":["sse"]},"application/vnd.las.las+json":{"source":"iana","compressible":true},"application/vnd.las.las+xml":{"source":"iana","compressible":true,"extensions":["lasxml"]},"application/vnd.leap+json":{"source":"iana","compressible":true},"application/vnd.liberty-request+xml":{"source":"iana","compressible":true},"application/vnd.llamagraphics.life-balance.desktop":{"source":"iana","extensions":["lbd"]},"application/vnd.llamagraphics.life-balance.exchange+xml":{"source":"iana","compressible":true,"extensions":["lbe"]},"application/vnd.lotus-1-2-3":{"source":"iana","extensions":["123"]},"application/vnd.lotus-approach":{"source":"iana","extensions":["apr"]},"application/vnd.lotus-freelance":{"source":"iana","extensions":["pre"]},"application/vnd.lotus-notes":{"source":"iana","extensions":["nsf"]},"application/vnd.lotus-organizer":{"source":"iana","extensions":["org"]},"application/vnd.lotus-screencam":{"source":"iana","extensions":["scm"]},"application/vnd.lotus-wordpro":{"source":"iana","extensions":["lwp"]},"application/vnd.macports.portpkg":{"source":"iana","extensions":["portpkg"]},"application/vnd.mapbox-vector-tile":{"source":"iana"},"application/vnd.marlin.drm.actiontoken+xml":{"source":"iana","compressible":true},"application/vnd.marlin.drm.conftoken+xml":{"source":"iana","compressible":true},"application/vnd.marlin.drm.license+xml":{"source":"iana","compressible":true},"application/vnd.marlin.drm.mdcf":{"source":"iana"},"application/vnd.mason+json":{"source":"iana","compressible":true},"application/vnd.maxmind.maxmind-db":{"source":"iana"},"application/vnd.mcd":{"source":"iana","extensions":["mcd"]},"application/vnd.medcalcdata":{"source":"iana","extensions":["mc1"]},"application/vnd.mediastation.cdkey":{"source":"iana","extensions":["cdkey"]},"application/vnd.meridian-slingshot":{"source":"iana"},"application/vnd.mfer":{"source":"iana","extensions":["mwf"]},"application/vnd.mfmp":{"source":"iana","extensions":["mfm"]},"application/vnd.micro+json":{"source":"iana","compressible":true},"application/vnd.micrografx.flo":{"source":"iana","extensions":["flo"]},"application/vnd.micrografx.igx":{"source":"iana","extensions":["igx"]},"application/vnd.microsoft.portable-executable":{"source":"iana"},"application/vnd.microsoft.windows.thumbnail-cache":{"source":"iana"},"application/vnd.miele+json":{"source":"iana","compressible":true},"application/vnd.mif":{"source":"iana","extensions":["mif"]},"application/vnd.minisoft-hp3000-save":{"source":"iana"},"application/vnd.mitsubishi.misty-guard.trustweb":{"source":"iana"},"application/vnd.mobius.daf":{"source":"iana","extensions":["daf"]},"application/vnd.mobius.dis":{"source":"iana","extensions":["dis"]},"application/vnd.mobius.mbk":{"source":"iana","extensions":["mbk"]},"application/vnd.mobius.mqy":{"source":"iana","extensions":["mqy"]},"application/vnd.mobius.msl":{"source":"iana","extensions":["msl"]},"application/vnd.mobius.plc":{"source":"iana","extensions":["plc"]},"application/vnd.mobius.txf":{"source":"iana","extensions":["txf"]},"application/vnd.mophun.application":{"source":"iana","extensions":["mpn"]},"application/vnd.mophun.certificate":{"source":"iana","extensions":["mpc"]},"application/vnd.motorola.flexsuite":{"source":"iana"},"application/vnd.motorola.flexsuite.adsi":{"source":"iana"},"application/vnd.motorola.flexsuite.fis":{"source":"iana"},"application/vnd.motorola.flexsuite.gotap":{"source":"iana"},"application/vnd.motorola.flexsuite.kmr":{"source":"iana"},"application/vnd.motorola.flexsuite.ttc":{"source":"iana"},"application/vnd.motorola.flexsuite.wem":{"source":"iana"},"application/vnd.motorola.iprm":{"source":"iana"},"application/vnd.mozilla.xul+xml":{"source":"iana","compressible":true,"extensions":["xul"]},"application/vnd.ms-3mfdocument":{"source":"iana"},"application/vnd.ms-artgalry":{"source":"iana","extensions":["cil"]},"application/vnd.ms-asf":{"source":"iana"},"application/vnd.ms-cab-compressed":{"source":"iana","extensions":["cab"]},"application/vnd.ms-color.iccprofile":{"source":"apache"},"application/vnd.ms-excel":{"source":"iana","compressible":false,"extensions":["xls","xlm","xla","xlc","xlt","xlw"]},"application/vnd.ms-excel.addin.macroenabled.12":{"source":"iana","extensions":["xlam"]},"application/vnd.ms-excel.sheet.binary.macroenabled.12":{"source":"iana","extensions":["xlsb"]},"application/vnd.ms-excel.sheet.macroenabled.12":{"source":"iana","extensions":["xlsm"]},"application/vnd.ms-excel.template.macroenabled.12":{"source":"iana","extensions":["xltm"]},"application/vnd.ms-fontobject":{"source":"iana","compressible":true,"extensions":["eot"]},"application/vnd.ms-htmlhelp":{"source":"iana","extensions":["chm"]},"application/vnd.ms-ims":{"source":"iana","extensions":["ims"]},"application/vnd.ms-lrm":{"source":"iana","extensions":["lrm"]},"application/vnd.ms-office.activex+xml":{"source":"iana","compressible":true},"application/vnd.ms-officetheme":{"source":"iana","extensions":["thmx"]},"application/vnd.ms-opentype":{"source":"apache","compressible":true},"application/vnd.ms-outlook":{"compressible":false,"extensions":["msg"]},"application/vnd.ms-package.obfuscated-opentype":{"source":"apache"},"application/vnd.ms-pki.seccat":{"source":"apache","extensions":["cat"]},"application/vnd.ms-pki.stl":{"source":"apache","extensions":["stl"]},"application/vnd.ms-playready.initiator+xml":{"source":"iana","compressible":true},"application/vnd.ms-powerpoint":{"source":"iana","compressible":false,"extensions":["ppt","pps","pot"]},"application/vnd.ms-powerpoint.addin.macroenabled.12":{"source":"iana","extensions":["ppam"]},"application/vnd.ms-powerpoint.presentation.macroenabled.12":{"source":"iana","extensions":["pptm"]},"application/vnd.ms-powerpoint.slide.macroenabled.12":{"source":"iana","extensions":["sldm"]},"application/vnd.ms-powerpoint.slideshow.macroenabled.12":{"source":"iana","extensions":["ppsm"]},"application/vnd.ms-powerpoint.template.macroenabled.12":{"source":"iana","extensions":["potm"]},"application/vnd.ms-printdevicecapabilities+xml":{"source":"iana","compressible":true},"application/vnd.ms-printing.printticket+xml":{"source":"apache","compressible":true},"application/vnd.ms-printschematicket+xml":{"source":"iana","compressible":true},"application/vnd.ms-project":{"source":"iana","extensions":["mpp","mpt"]},"application/vnd.ms-tnef":{"source":"iana"},"application/vnd.ms-windows.devicepairing":{"source":"iana"},"application/vnd.ms-windows.nwprinting.oob":{"source":"iana"},"application/vnd.ms-windows.printerpairing":{"source":"iana"},"application/vnd.ms-windows.wsd.oob":{"source":"iana"},"application/vnd.ms-wmdrm.lic-chlg-req":{"source":"iana"},"application/vnd.ms-wmdrm.lic-resp":{"source":"iana"},"application/vnd.ms-wmdrm.meter-chlg-req":{"source":"iana"},"application/vnd.ms-wmdrm.meter-resp":{"source":"iana"},"application/vnd.ms-word.document.macroenabled.12":{"source":"iana","extensions":["docm"]},"application/vnd.ms-word.template.macroenabled.12":{"source":"iana","extensions":["dotm"]},"application/vnd.ms-works":{"source":"iana","extensions":["wps","wks","wcm","wdb"]},"application/vnd.ms-wpl":{"source":"iana","extensions":["wpl"]},"application/vnd.ms-xpsdocument":{"source":"iana","compressible":false,"extensions":["xps"]},"application/vnd.msa-disk-image":{"source":"iana"},"application/vnd.mseq":{"source":"iana","extensions":["mseq"]},"application/vnd.msign":{"source":"iana"},"application/vnd.multiad.creator":{"source":"iana"},"application/vnd.multiad.creator.cif":{"source":"iana"},"application/vnd.music-niff":{"source":"iana"},"application/vnd.musician":{"source":"iana","extensions":["mus"]},"application/vnd.muvee.style":{"source":"iana","extensions":["msty"]},"application/vnd.mynfc":{"source":"iana","extensions":["taglet"]},"application/vnd.ncd.control":{"source":"iana"},"application/vnd.ncd.reference":{"source":"iana"},"application/vnd.nearst.inv+json":{"source":"iana","compressible":true},"application/vnd.nervana":{"source":"iana"},"application/vnd.netfpx":{"source":"iana"},"application/vnd.neurolanguage.nlu":{"source":"iana","extensions":["nlu"]},"application/vnd.nimn":{"source":"iana"},"application/vnd.nintendo.nitro.rom":{"source":"iana"},"application/vnd.nintendo.snes.rom":{"source":"iana"},"application/vnd.nitf":{"source":"iana","extensions":["ntf","nitf"]},"application/vnd.noblenet-directory":{"source":"iana","extensions":["nnd"]},"application/vnd.noblenet-sealer":{"source":"iana","extensions":["nns"]},"application/vnd.noblenet-web":{"source":"iana","extensions":["nnw"]},"application/vnd.nokia.catalogs":{"source":"iana"},"application/vnd.nokia.conml+wbxml":{"source":"iana"},"application/vnd.nokia.conml+xml":{"source":"iana","compressible":true},"application/vnd.nokia.iptv.config+xml":{"source":"iana","compressible":true},"application/vnd.nokia.isds-radio-presets":{"source":"iana"},"application/vnd.nokia.landmark+wbxml":{"source":"iana"},"application/vnd.nokia.landmark+xml":{"source":"iana","compressible":true},"application/vnd.nokia.landmarkcollection+xml":{"source":"iana","compressible":true},"application/vnd.nokia.n-gage.ac+xml":{"source":"iana","compressible":true},"application/vnd.nokia.n-gage.data":{"source":"iana","extensions":["ngdat"]},"application/vnd.nokia.n-gage.symbian.install":{"source":"iana","extensions":["n-gage"]},"application/vnd.nokia.ncd":{"source":"iana"},"application/vnd.nokia.pcd+wbxml":{"source":"iana"},"application/vnd.nokia.pcd+xml":{"source":"iana","compressible":true},"application/vnd.nokia.radio-preset":{"source":"iana","extensions":["rpst"]},"application/vnd.nokia.radio-presets":{"source":"iana","extensions":["rpss"]},"application/vnd.novadigm.edm":{"source":"iana","extensions":["edm"]},"application/vnd.novadigm.edx":{"source":"iana","extensions":["edx"]},"application/vnd.novadigm.ext":{"source":"iana","extensions":["ext"]},"application/vnd.ntt-local.content-share":{"source":"iana"},"application/vnd.ntt-local.file-transfer":{"source":"iana"},"application/vnd.ntt-local.ogw_remote-access":{"source":"iana"},"application/vnd.ntt-local.sip-ta_remote":{"source":"iana"},"application/vnd.ntt-local.sip-ta_tcp_stream":{"source":"iana"},"application/vnd.oasis.opendocument.chart":{"source":"iana","extensions":["odc"]},"application/vnd.oasis.opendocument.chart-template":{"source":"iana","extensions":["otc"]},"application/vnd.oasis.opendocument.database":{"source":"iana","extensions":["odb"]},"application/vnd.oasis.opendocument.formula":{"source":"iana","extensions":["odf"]},"application/vnd.oasis.opendocument.formula-template":{"source":"iana","extensions":["odft"]},"application/vnd.oasis.opendocument.graphics":{"source":"iana","compressible":false,"extensions":["odg"]},"application/vnd.oasis.opendocument.graphics-template":{"source":"iana","extensions":["otg"]},"application/vnd.oasis.opendocument.image":{"source":"iana","extensions":["odi"]},"application/vnd.oasis.opendocument.image-template":{"source":"iana","extensions":["oti"]},"application/vnd.oasis.opendocument.presentation":{"source":"iana","compressible":false,"extensions":["odp"]},"application/vnd.oasis.opendocument.presentation-template":{"source":"iana","extensions":["otp"]},"application/vnd.oasis.opendocument.spreadsheet":{"source":"iana","compressible":false,"extensions":["ods"]},"application/vnd.oasis.opendocument.spreadsheet-template":{"source":"iana","extensions":["ots"]},"application/vnd.oasis.opendocument.text":{"source":"iana","compressible":false,"extensions":["odt"]},"application/vnd.oasis.opendocument.text-master":{"source":"iana","extensions":["odm"]},"application/vnd.oasis.opendocument.text-template":{"source":"iana","extensions":["ott"]},"application/vnd.oasis.opendocument.text-web":{"source":"iana","extensions":["oth"]},"application/vnd.obn":{"source":"iana"},"application/vnd.ocf+cbor":{"source":"iana"},"application/vnd.oftn.l10n+json":{"source":"iana","compressible":true},"application/vnd.oipf.contentaccessdownload+xml":{"source":"iana","compressible":true},"application/vnd.oipf.contentaccessstreaming+xml":{"source":"iana","compressible":true},"application/vnd.oipf.cspg-hexbinary":{"source":"iana"},"application/vnd.oipf.dae.svg+xml":{"source":"iana","compressible":true},"application/vnd.oipf.dae.xhtml+xml":{"source":"iana","compressible":true},"application/vnd.oipf.mippvcontrolmessage+xml":{"source":"iana","compressible":true},"application/vnd.oipf.pae.gem":{"source":"iana"},"application/vnd.oipf.spdiscovery+xml":{"source":"iana","compressible":true},"application/vnd.oipf.spdlist+xml":{"source":"iana","compressible":true},"application/vnd.oipf.ueprofile+xml":{"source":"iana","compressible":true},"application/vnd.oipf.userprofile+xml":{"source":"iana","compressible":true},"application/vnd.olpc-sugar":{"source":"iana","extensions":["xo"]},"application/vnd.oma-scws-config":{"source":"iana"},"application/vnd.oma-scws-http-request":{"source":"iana"},"application/vnd.oma-scws-http-response":{"source":"iana"},"application/vnd.oma.bcast.associated-procedure-parameter+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.drm-trigger+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.imd+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.ltkm":{"source":"iana"},"application/vnd.oma.bcast.notification+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.provisioningtrigger":{"source":"iana"},"application/vnd.oma.bcast.sgboot":{"source":"iana"},"application/vnd.oma.bcast.sgdd+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.sgdu":{"source":"iana"},"application/vnd.oma.bcast.simple-symbol-container":{"source":"iana"},"application/vnd.oma.bcast.smartcard-trigger+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.sprov+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.stkm":{"source":"iana"},"application/vnd.oma.cab-address-book+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-feature-handler+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-pcc+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-subs-invite+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-user-prefs+xml":{"source":"iana","compressible":true},"application/vnd.oma.dcd":{"source":"iana"},"application/vnd.oma.dcdc":{"source":"iana"},"application/vnd.oma.dd2+xml":{"source":"iana","compressible":true,"extensions":["dd2"]},"application/vnd.oma.drm.risd+xml":{"source":"iana","compressible":true},"application/vnd.oma.group-usage-list+xml":{"source":"iana","compressible":true},"application/vnd.oma.lwm2m+json":{"source":"iana","compressible":true},"application/vnd.oma.lwm2m+tlv":{"source":"iana"},"application/vnd.oma.pal+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.detailed-progress-report+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.final-report+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.groups+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.invocation-descriptor+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.optimized-progress-report+xml":{"source":"iana","compressible":true},"application/vnd.oma.push":{"source":"iana"},"application/vnd.oma.scidm.messages+xml":{"source":"iana","compressible":true},"application/vnd.oma.xcap-directory+xml":{"source":"iana","compressible":true},"application/vnd.omads-email+xml":{"source":"iana","compressible":true},"application/vnd.omads-file+xml":{"source":"iana","compressible":true},"application/vnd.omads-folder+xml":{"source":"iana","compressible":true},"application/vnd.omaloc-supl-init":{"source":"iana"},"application/vnd.onepager":{"source":"iana"},"application/vnd.onepagertamp":{"source":"iana"},"application/vnd.onepagertamx":{"source":"iana"},"application/vnd.onepagertat":{"source":"iana"},"application/vnd.onepagertatp":{"source":"iana"},"application/vnd.onepagertatx":{"source":"iana"},"application/vnd.openblox.game+xml":{"source":"iana","compressible":true},"application/vnd.openblox.game-binary":{"source":"iana"},"application/vnd.openeye.oeb":{"source":"iana"},"application/vnd.openofficeorg.extension":{"source":"apache","extensions":["oxt"]},"application/vnd.openstreetmap.data+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.custom-properties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.customxmlproperties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawing+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.chart+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramcolors+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramdata+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramlayout+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramstyle+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.extended-properties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.commentauthors+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.comments+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.handoutmaster+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.notesmaster+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.notesslide+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.presentation":{"source":"iana","compressible":false,"extensions":["pptx"]},"application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.presprops+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slide":{"source":"iana","extensions":["sldx"]},"application/vnd.openxmlformats-officedocument.presentationml.slide+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slidelayout+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slidemaster+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slideshow":{"source":"iana","extensions":["ppsx"]},"application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slideupdateinfo+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.tablestyles+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.tags+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.template":{"source":"iana","extensions":["potx"]},"application/vnd.openxmlformats-officedocument.presentationml.template.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.viewprops+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.calcchain+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.externallink+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcachedefinition+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcacherecords+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivottable+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.querytable+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionheaders+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionlog+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.sharedstrings+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":{"source":"iana","compressible":false,"extensions":["xlsx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheetmetadata+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.tablesinglecells+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.template":{"source":"iana","extensions":["xltx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.usernames+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.volatiledependencies+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.theme+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.themeoverride+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.vmldrawing":{"source":"iana"},"application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.document":{"source":"iana","compressible":false,"extensions":["docx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.fonttable+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.template":{"source":"iana","extensions":["dotx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.websettings+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-package.core-properties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-package.relationships+xml":{"source":"iana","compressible":true},"application/vnd.oracle.resource+json":{"source":"iana","compressible":true},"application/vnd.orange.indata":{"source":"iana"},"application/vnd.osa.netdeploy":{"source":"iana"},"application/vnd.osgeo.mapguide.package":{"source":"iana","extensions":["mgp"]},"application/vnd.osgi.bundle":{"source":"iana"},"application/vnd.osgi.dp":{"source":"iana","extensions":["dp"]},"application/vnd.osgi.subsystem":{"source":"iana","extensions":["esa"]},"application/vnd.otps.ct-kip+xml":{"source":"iana","compressible":true},"application/vnd.oxli.countgraph":{"source":"iana"},"application/vnd.pagerduty+json":{"source":"iana","compressible":true},"application/vnd.palm":{"source":"iana","extensions":["pdb","pqa","oprc"]},"application/vnd.panoply":{"source":"iana"},"application/vnd.paos.xml":{"source":"iana"},"application/vnd.patentdive":{"source":"iana"},"application/vnd.patientecommsdoc":{"source":"iana"},"application/vnd.pawaafile":{"source":"iana","extensions":["paw"]},"application/vnd.pcos":{"source":"iana"},"application/vnd.pg.format":{"source":"iana","extensions":["str"]},"application/vnd.pg.osasli":{"source":"iana","extensions":["ei6"]},"application/vnd.piaccess.application-licence":{"source":"iana"},"application/vnd.picsel":{"source":"iana","extensions":["efif"]},"application/vnd.pmi.widget":{"source":"iana","extensions":["wg"]},"application/vnd.poc.group-advertisement+xml":{"source":"iana","compressible":true},"application/vnd.pocketlearn":{"source":"iana","extensions":["plf"]},"application/vnd.powerbuilder6":{"source":"iana","extensions":["pbd"]},"application/vnd.powerbuilder6-s":{"source":"iana"},"application/vnd.powerbuilder7":{"source":"iana"},"application/vnd.powerbuilder7-s":{"source":"iana"},"application/vnd.powerbuilder75":{"source":"iana"},"application/vnd.powerbuilder75-s":{"source":"iana"},"application/vnd.preminet":{"source":"iana"},"application/vnd.previewsystems.box":{"source":"iana","extensions":["box"]},"application/vnd.proteus.magazine":{"source":"iana","extensions":["mgz"]},"application/vnd.psfs":{"source":"iana"},"application/vnd.publishare-delta-tree":{"source":"iana","extensions":["qps"]},"application/vnd.pvi.ptid1":{"source":"iana","extensions":["ptid"]},"application/vnd.pwg-multiplexed":{"source":"iana"},"application/vnd.pwg-xhtml-print+xml":{"source":"iana","compressible":true},"application/vnd.qualcomm.brew-app-res":{"source":"iana"},"application/vnd.quarantainenet":{"source":"iana"},"application/vnd.quark.quarkxpress":{"source":"iana","extensions":["qxd","qxt","qwd","qwt","qxl","qxb"]},"application/vnd.quobject-quoxdocument":{"source":"iana"},"application/vnd.radisys.moml+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-conf+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-conn+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-dialog+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-stream+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-conf+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-base+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-fax-detect+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-fax-sendrecv+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-group+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-speech+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-transform+xml":{"source":"iana","compressible":true},"application/vnd.rainstor.data":{"source":"iana"},"application/vnd.rapid":{"source":"iana"},"application/vnd.rar":{"source":"iana"},"application/vnd.realvnc.bed":{"source":"iana","extensions":["bed"]},"application/vnd.recordare.musicxml":{"source":"iana","extensions":["mxl"]},"application/vnd.recordare.musicxml+xml":{"source":"iana","compressible":true,"extensions":["musicxml"]},"application/vnd.renlearn.rlprint":{"source":"iana"},"application/vnd.restful+json":{"source":"iana","compressible":true},"application/vnd.rig.cryptonote":{"source":"iana","extensions":["cryptonote"]},"application/vnd.rim.cod":{"source":"apache","extensions":["cod"]},"application/vnd.rn-realmedia":{"source":"apache","extensions":["rm"]},"application/vnd.rn-realmedia-vbr":{"source":"apache","extensions":["rmvb"]},"application/vnd.route66.link66+xml":{"source":"iana","compressible":true,"extensions":["link66"]},"application/vnd.rs-274x":{"source":"iana"},"application/vnd.ruckus.download":{"source":"iana"},"application/vnd.s3sms":{"source":"iana"},"application/vnd.sailingtracker.track":{"source":"iana","extensions":["st"]},"application/vnd.sbm.cid":{"source":"iana"},"application/vnd.sbm.mid2":{"source":"iana"},"application/vnd.scribus":{"source":"iana"},"application/vnd.sealed.3df":{"source":"iana"},"application/vnd.sealed.csf":{"source":"iana"},"application/vnd.sealed.doc":{"source":"iana"},"application/vnd.sealed.eml":{"source":"iana"},"application/vnd.sealed.mht":{"source":"iana"},"application/vnd.sealed.net":{"source":"iana"},"application/vnd.sealed.ppt":{"source":"iana"},"application/vnd.sealed.tiff":{"source":"iana"},"application/vnd.sealed.xls":{"source":"iana"},"application/vnd.sealedmedia.softseal.html":{"source":"iana"},"application/vnd.sealedmedia.softseal.pdf":{"source":"iana"},"application/vnd.seemail":{"source":"iana","extensions":["see"]},"application/vnd.sema":{"source":"iana","extensions":["sema"]},"application/vnd.semd":{"source":"iana","extensions":["semd"]},"application/vnd.semf":{"source":"iana","extensions":["semf"]},"application/vnd.shana.informed.formdata":{"source":"iana","extensions":["ifm"]},"application/vnd.shana.informed.formtemplate":{"source":"iana","extensions":["itp"]},"application/vnd.shana.informed.interchange":{"source":"iana","extensions":["iif"]},"application/vnd.shana.informed.package":{"source":"iana","extensions":["ipk"]},"application/vnd.shootproof+json":{"source":"iana","compressible":true},"application/vnd.sigrok.session":{"source":"iana"},"application/vnd.simtech-mindmapper":{"source":"iana","extensions":["twd","twds"]},"application/vnd.siren+json":{"source":"iana","compressible":true},"application/vnd.smaf":{"source":"iana","extensions":["mmf"]},"application/vnd.smart.notebook":{"source":"iana"},"application/vnd.smart.teacher":{"source":"iana","extensions":["teacher"]},"application/vnd.software602.filler.form+xml":{"source":"iana","compressible":true},"application/vnd.software602.filler.form-xml-zip":{"source":"iana"},"application/vnd.solent.sdkm+xml":{"source":"iana","compressible":true,"extensions":["sdkm","sdkd"]},"application/vnd.spotfire.dxp":{"source":"iana","extensions":["dxp"]},"application/vnd.spotfire.sfs":{"source":"iana","extensions":["sfs"]},"application/vnd.sqlite3":{"source":"iana"},"application/vnd.sss-cod":{"source":"iana"},"application/vnd.sss-dtf":{"source":"iana"},"application/vnd.sss-ntf":{"source":"iana"},"application/vnd.stardivision.calc":{"source":"apache","extensions":["sdc"]},"application/vnd.stardivision.draw":{"source":"apache","extensions":["sda"]},"application/vnd.stardivision.impress":{"source":"apache","extensions":["sdd"]},"application/vnd.stardivision.math":{"source":"apache","extensions":["smf"]},"application/vnd.stardivision.writer":{"source":"apache","extensions":["sdw","vor"]},"application/vnd.stardivision.writer-global":{"source":"apache","extensions":["sgl"]},"application/vnd.stepmania.package":{"source":"iana","extensions":["smzip"]},"application/vnd.stepmania.stepchart":{"source":"iana","extensions":["sm"]},"application/vnd.street-stream":{"source":"iana"},"application/vnd.sun.wadl+xml":{"source":"iana","compressible":true,"extensions":["wadl"]},"application/vnd.sun.xml.calc":{"source":"apache","extensions":["sxc"]},"application/vnd.sun.xml.calc.template":{"source":"apache","extensions":["stc"]},"application/vnd.sun.xml.draw":{"source":"apache","extensions":["sxd"]},"application/vnd.sun.xml.draw.template":{"source":"apache","extensions":["std"]},"application/vnd.sun.xml.impress":{"source":"apache","extensions":["sxi"]},"application/vnd.sun.xml.impress.template":{"source":"apache","extensions":["sti"]},"application/vnd.sun.xml.math":{"source":"apache","extensions":["sxm"]},"application/vnd.sun.xml.writer":{"source":"apache","extensions":["sxw"]},"application/vnd.sun.xml.writer.global":{"source":"apache","extensions":["sxg"]},"application/vnd.sun.xml.writer.template":{"source":"apache","extensions":["stw"]},"application/vnd.sus-calendar":{"source":"iana","extensions":["sus","susp"]},"application/vnd.svd":{"source":"iana","extensions":["svd"]},"application/vnd.swiftview-ics":{"source":"iana"},"application/vnd.symbian.install":{"source":"apache","extensions":["sis","sisx"]},"application/vnd.syncml+xml":{"source":"iana","compressible":true,"extensions":["xsm"]},"application/vnd.syncml.dm+wbxml":{"source":"iana","extensions":["bdm"]},"application/vnd.syncml.dm+xml":{"source":"iana","compressible":true,"extensions":["xdm"]},"application/vnd.syncml.dm.notification":{"source":"iana"},"application/vnd.syncml.dmddf+wbxml":{"source":"iana"},"application/vnd.syncml.dmddf+xml":{"source":"iana","compressible":true},"application/vnd.syncml.dmtnds+wbxml":{"source":"iana"},"application/vnd.syncml.dmtnds+xml":{"source":"iana","compressible":true},"application/vnd.syncml.ds.notification":{"source":"iana"},"application/vnd.tableschema+json":{"source":"iana","compressible":true},"application/vnd.tao.intent-module-archive":{"source":"iana","extensions":["tao"]},"application/vnd.tcpdump.pcap":{"source":"iana","extensions":["pcap","cap","dmp"]},"application/vnd.think-cell.ppttc+json":{"source":"iana","compressible":true},"application/vnd.tmd.mediaflex.api+xml":{"source":"iana","compressible":true},"application/vnd.tml":{"source":"iana"},"application/vnd.tmobile-livetv":{"source":"iana","extensions":["tmo"]},"application/vnd.tri.onesource":{"source":"iana"},"application/vnd.trid.tpt":{"source":"iana","extensions":["tpt"]},"application/vnd.triscape.mxs":{"source":"iana","extensions":["mxs"]},"application/vnd.trueapp":{"source":"iana","extensions":["tra"]},"application/vnd.truedoc":{"source":"iana"},"application/vnd.ubisoft.webplayer":{"source":"iana"},"application/vnd.ufdl":{"source":"iana","extensions":["ufd","ufdl"]},"application/vnd.uiq.theme":{"source":"iana","extensions":["utz"]},"application/vnd.umajin":{"source":"iana","extensions":["umj"]},"application/vnd.unity":{"source":"iana","extensions":["unityweb"]},"application/vnd.uoml+xml":{"source":"iana","compressible":true,"extensions":["uoml"]},"application/vnd.uplanet.alert":{"source":"iana"},"application/vnd.uplanet.alert-wbxml":{"source":"iana"},"application/vnd.uplanet.bearer-choice":{"source":"iana"},"application/vnd.uplanet.bearer-choice-wbxml":{"source":"iana"},"application/vnd.uplanet.cacheop":{"source":"iana"},"application/vnd.uplanet.cacheop-wbxml":{"source":"iana"},"application/vnd.uplanet.channel":{"source":"iana"},"application/vnd.uplanet.channel-wbxml":{"source":"iana"},"application/vnd.uplanet.list":{"source":"iana"},"application/vnd.uplanet.list-wbxml":{"source":"iana"},"application/vnd.uplanet.listcmd":{"source":"iana"},"application/vnd.uplanet.listcmd-wbxml":{"source":"iana"},"application/vnd.uplanet.signal":{"source":"iana"},"application/vnd.uri-map":{"source":"iana"},"application/vnd.valve.source.material":{"source":"iana"},"application/vnd.vcx":{"source":"iana","extensions":["vcx"]},"application/vnd.vd-study":{"source":"iana"},"application/vnd.vectorworks":{"source":"iana"},"application/vnd.vel+json":{"source":"iana","compressible":true},"application/vnd.verimatrix.vcas":{"source":"iana"},"application/vnd.veryant.thin":{"source":"iana"},"application/vnd.vidsoft.vidconference":{"source":"iana"},"application/vnd.visio":{"source":"iana","extensions":["vsd","vst","vss","vsw"]},"application/vnd.visionary":{"source":"iana","extensions":["vis"]},"application/vnd.vividence.scriptfile":{"source":"iana"},"application/vnd.vsf":{"source":"iana","extensions":["vsf"]},"application/vnd.wap.sic":{"source":"iana"},"application/vnd.wap.slc":{"source":"iana"},"application/vnd.wap.wbxml":{"source":"iana","extensions":["wbxml"]},"application/vnd.wap.wmlc":{"source":"iana","extensions":["wmlc"]},"application/vnd.wap.wmlscriptc":{"source":"iana","extensions":["wmlsc"]},"application/vnd.webturbo":{"source":"iana","extensions":["wtb"]},"application/vnd.wfa.p2p":{"source":"iana"},"application/vnd.wfa.wsc":{"source":"iana"},"application/vnd.windows.devicepairing":{"source":"iana"},"application/vnd.wmc":{"source":"iana"},"application/vnd.wmf.bootstrap":{"source":"iana"},"application/vnd.wolfram.mathematica":{"source":"iana"},"application/vnd.wolfram.mathematica.package":{"source":"iana"},"application/vnd.wolfram.player":{"source":"iana","extensions":["nbp"]},"application/vnd.wordperfect":{"source":"iana","extensions":["wpd"]},"application/vnd.wqd":{"source":"iana","extensions":["wqd"]},"application/vnd.wrq-hp3000-labelled":{"source":"iana"},"application/vnd.wt.stf":{"source":"iana","extensions":["stf"]},"application/vnd.wv.csp+wbxml":{"source":"iana"},"application/vnd.wv.csp+xml":{"source":"iana","compressible":true},"application/vnd.wv.ssp+xml":{"source":"iana","compressible":true},"application/vnd.xacml+json":{"source":"iana","compressible":true},"application/vnd.xara":{"source":"iana","extensions":["xar"]},"application/vnd.xfdl":{"source":"iana","extensions":["xfdl"]},"application/vnd.xfdl.webform":{"source":"iana"},"application/vnd.xmi+xml":{"source":"iana","compressible":true},"application/vnd.xmpie.cpkg":{"source":"iana"},"application/vnd.xmpie.dpkg":{"source":"iana"},"application/vnd.xmpie.plan":{"source":"iana"},"application/vnd.xmpie.ppkg":{"source":"iana"},"application/vnd.xmpie.xlim":{"source":"iana"},"application/vnd.yamaha.hv-dic":{"source":"iana","extensions":["hvd"]},"application/vnd.yamaha.hv-script":{"source":"iana","extensions":["hvs"]},"application/vnd.yamaha.hv-voice":{"source":"iana","extensions":["hvp"]},"application/vnd.yamaha.openscoreformat":{"source":"iana","extensions":["osf"]},"application/vnd.yamaha.openscoreformat.osfpvg+xml":{"source":"iana","compressible":true,"extensions":["osfpvg"]},"application/vnd.yamaha.remote-setup":{"source":"iana"},"application/vnd.yamaha.smaf-audio":{"source":"iana","extensions":["saf"]},"application/vnd.yamaha.smaf-phrase":{"source":"iana","extensions":["spf"]},"application/vnd.yamaha.through-ngn":{"source":"iana"},"application/vnd.yamaha.tunnel-udpencap":{"source":"iana"},"application/vnd.yaoweme":{"source":"iana"},"application/vnd.yellowriver-custom-menu":{"source":"iana","extensions":["cmp"]},"application/vnd.youtube.yt":{"source":"iana"},"application/vnd.zul":{"source":"iana","extensions":["zir","zirz"]},"application/vnd.zzazz.deck+xml":{"source":"iana","compressible":true,"extensions":["zaz"]},"application/voicexml+xml":{"source":"iana","compressible":true,"extensions":["vxml"]},"application/voucher-cms+json":{"source":"iana","compressible":true},"application/vq-rtcpxr":{"source":"iana"},"application/wasm":{"compressible":true,"extensions":["wasm"]},"application/watcherinfo+xml":{"source":"iana","compressible":true},"application/webpush-options+json":{"source":"iana","compressible":true},"application/whoispp-query":{"source":"iana"},"application/whoispp-response":{"source":"iana"},"application/widget":{"source":"iana","extensions":["wgt"]},"application/winhlp":{"source":"apache","extensions":["hlp"]},"application/wita":{"source":"iana"},"application/wordperfect5.1":{"source":"iana"},"application/wsdl+xml":{"source":"iana","compressible":true,"extensions":["wsdl"]},"application/wspolicy+xml":{"source":"iana","compressible":true,"extensions":["wspolicy"]},"application/x-7z-compressed":{"source":"apache","compressible":false,"extensions":["7z"]},"application/x-abiword":{"source":"apache","extensions":["abw"]},"application/x-ace-compressed":{"source":"apache","extensions":["ace"]},"application/x-amf":{"source":"apache"},"application/x-apple-diskimage":{"source":"apache","extensions":["dmg"]},"application/x-arj":{"compressible":false,"extensions":["arj"]},"application/x-authorware-bin":{"source":"apache","extensions":["aab","x32","u32","vox"]},"application/x-authorware-map":{"source":"apache","extensions":["aam"]},"application/x-authorware-seg":{"source":"apache","extensions":["aas"]},"application/x-bcpio":{"source":"apache","extensions":["bcpio"]},"application/x-bdoc":{"compressible":false,"extensions":["bdoc"]},"application/x-bittorrent":{"source":"apache","extensions":["torrent"]},"application/x-blorb":{"source":"apache","extensions":["blb","blorb"]},"application/x-bzip":{"source":"apache","compressible":false,"extensions":["bz"]},"application/x-bzip2":{"source":"apache","compressible":false,"extensions":["bz2","boz"]},"application/x-cbr":{"source":"apache","extensions":["cbr","cba","cbt","cbz","cb7"]},"application/x-cdlink":{"source":"apache","extensions":["vcd"]},"application/x-cfs-compressed":{"source":"apache","extensions":["cfs"]},"application/x-chat":{"source":"apache","extensions":["chat"]},"application/x-chess-pgn":{"source":"apache","extensions":["pgn"]},"application/x-chrome-extension":{"extensions":["crx"]},"application/x-cocoa":{"source":"nginx","extensions":["cco"]},"application/x-compress":{"source":"apache"},"application/x-conference":{"source":"apache","extensions":["nsc"]},"application/x-cpio":{"source":"apache","extensions":["cpio"]},"application/x-csh":{"source":"apache","extensions":["csh"]},"application/x-deb":{"compressible":false},"application/x-debian-package":{"source":"apache","extensions":["deb","udeb"]},"application/x-dgc-compressed":{"source":"apache","extensions":["dgc"]},"application/x-director":{"source":"apache","extensions":["dir","dcr","dxr","cst","cct","cxt","w3d","fgd","swa"]},"application/x-doom":{"source":"apache","extensions":["wad"]},"application/x-dtbncx+xml":{"source":"apache","compressible":true,"extensions":["ncx"]},"application/x-dtbook+xml":{"source":"apache","compressible":true,"extensions":["dtb"]},"application/x-dtbresource+xml":{"source":"apache","compressible":true,"extensions":["res"]},"application/x-dvi":{"source":"apache","compressible":false,"extensions":["dvi"]},"application/x-envoy":{"source":"apache","extensions":["evy"]},"application/x-eva":{"source":"apache","extensions":["eva"]},"application/x-font-bdf":{"source":"apache","extensions":["bdf"]},"application/x-font-dos":{"source":"apache"},"application/x-font-framemaker":{"source":"apache"},"application/x-font-ghostscript":{"source":"apache","extensions":["gsf"]},"application/x-font-libgrx":{"source":"apache"},"application/x-font-linux-psf":{"source":"apache","extensions":["psf"]},"application/x-font-pcf":{"source":"apache","extensions":["pcf"]},"application/x-font-snf":{"source":"apache","extensions":["snf"]},"application/x-font-speedo":{"source":"apache"},"application/x-font-sunos-news":{"source":"apache"},"application/x-font-type1":{"source":"apache","extensions":["pfa","pfb","pfm","afm"]},"application/x-font-vfont":{"source":"apache"},"application/x-freearc":{"source":"apache","extensions":["arc"]},"application/x-futuresplash":{"source":"apache","extensions":["spl"]},"application/x-gca-compressed":{"source":"apache","extensions":["gca"]},"application/x-glulx":{"source":"apache","extensions":["ulx"]},"application/x-gnumeric":{"source":"apache","extensions":["gnumeric"]},"application/x-gramps-xml":{"source":"apache","extensions":["gramps"]},"application/x-gtar":{"source":"apache","extensions":["gtar"]},"application/x-gzip":{"source":"apache"},"application/x-hdf":{"source":"apache","extensions":["hdf"]},"application/x-httpd-php":{"compressible":true,"extensions":["php"]},"application/x-install-instructions":{"source":"apache","extensions":["install"]},"application/x-iso9660-image":{"source":"apache","extensions":["iso"]},"application/x-java-archive-diff":{"source":"nginx","extensions":["jardiff"]},"application/x-java-jnlp-file":{"source":"apache","compressible":false,"extensions":["jnlp"]},"application/x-javascript":{"compressible":true},"application/x-latex":{"source":"apache","compressible":false,"extensions":["latex"]},"application/x-lua-bytecode":{"extensions":["luac"]},"application/x-lzh-compressed":{"source":"apache","extensions":["lzh","lha"]},"application/x-makeself":{"source":"nginx","extensions":["run"]},"application/x-mie":{"source":"apache","extensions":["mie"]},"application/x-mobipocket-ebook":{"source":"apache","extensions":["prc","mobi"]},"application/x-mpegurl":{"compressible":false},"application/x-ms-application":{"source":"apache","extensions":["application"]},"application/x-ms-shortcut":{"source":"apache","extensions":["lnk"]},"application/x-ms-wmd":{"source":"apache","extensions":["wmd"]},"application/x-ms-wmz":{"source":"apache","extensions":["wmz"]},"application/x-ms-xbap":{"source":"apache","extensions":["xbap"]},"application/x-msaccess":{"source":"apache","extensions":["mdb"]},"application/x-msbinder":{"source":"apache","extensions":["obd"]},"application/x-mscardfile":{"source":"apache","extensions":["crd"]},"application/x-msclip":{"source":"apache","extensions":["clp"]},"application/x-msdos-program":{"extensions":["exe"]},"application/x-msdownload":{"source":"apache","extensions":["exe","dll","com","bat","msi"]},"application/x-msmediaview":{"source":"apache","extensions":["mvb","m13","m14"]},"application/x-msmetafile":{"source":"apache","extensions":["wmf","wmz","emf","emz"]},"application/x-msmoney":{"source":"apache","extensions":["mny"]},"application/x-mspublisher":{"source":"apache","extensions":["pub"]},"application/x-msschedule":{"source":"apache","extensions":["scd"]},"application/x-msterminal":{"source":"apache","extensions":["trm"]},"application/x-mswrite":{"source":"apache","extensions":["wri"]},"application/x-netcdf":{"source":"apache","extensions":["nc","cdf"]},"application/x-ns-proxy-autoconfig":{"compressible":true,"extensions":["pac"]},"application/x-nzb":{"source":"apache","extensions":["nzb"]},"application/x-perl":{"source":"nginx","extensions":["pl","pm"]},"application/x-pilot":{"source":"nginx","extensions":["prc","pdb"]},"application/x-pkcs12":{"source":"apache","compressible":false,"extensions":["p12","pfx"]},"application/x-pkcs7-certificates":{"source":"apache","extensions":["p7b","spc"]},"application/x-pkcs7-certreqresp":{"source":"apache","extensions":["p7r"]},"application/x-rar-compressed":{"source":"apache","compressible":false,"extensions":["rar"]},"application/x-redhat-package-manager":{"source":"nginx","extensions":["rpm"]},"application/x-research-info-systems":{"source":"apache","extensions":["ris"]},"application/x-sea":{"source":"nginx","extensions":["sea"]},"application/x-sh":{"source":"apache","compressible":true,"extensions":["sh"]},"application/x-shar":{"source":"apache","extensions":["shar"]},"application/x-shockwave-flash":{"source":"apache","compressible":false,"extensions":["swf"]},"application/x-silverlight-app":{"source":"apache","extensions":["xap"]},"application/x-sql":{"source":"apache","extensions":["sql"]},"application/x-stuffit":{"source":"apache","compressible":false,"extensions":["sit"]},"application/x-stuffitx":{"source":"apache","extensions":["sitx"]},"application/x-subrip":{"source":"apache","extensions":["srt"]},"application/x-sv4cpio":{"source":"apache","extensions":["sv4cpio"]},"application/x-sv4crc":{"source":"apache","extensions":["sv4crc"]},"application/x-t3vm-image":{"source":"apache","extensions":["t3"]},"application/x-tads":{"source":"apache","extensions":["gam"]},"application/x-tar":{"source":"apache","compressible":true,"extensions":["tar"]},"application/x-tcl":{"source":"apache","extensions":["tcl","tk"]},"application/x-tex":{"source":"apache","extensions":["tex"]},"application/x-tex-tfm":{"source":"apache","extensions":["tfm"]},"application/x-texinfo":{"source":"apache","extensions":["texinfo","texi"]},"application/x-tgif":{"source":"apache","extensions":["obj"]},"application/x-ustar":{"source":"apache","extensions":["ustar"]},"application/x-virtualbox-hdd":{"compressible":true,"extensions":["hdd"]},"application/x-virtualbox-ova":{"compressible":true,"extensions":["ova"]},"application/x-virtualbox-ovf":{"compressible":true,"extensions":["ovf"]},"application/x-virtualbox-vbox":{"compressible":true,"extensions":["vbox"]},"application/x-virtualbox-vbox-extpack":{"compressible":false,"extensions":["vbox-extpack"]},"application/x-virtualbox-vdi":{"compressible":true,"extensions":["vdi"]},"application/x-virtualbox-vhd":{"compressible":true,"extensions":["vhd"]},"application/x-virtualbox-vmdk":{"compressible":true,"extensions":["vmdk"]},"application/x-wais-source":{"source":"apache","extensions":["src"]},"application/x-web-app-manifest+json":{"compressible":true,"extensions":["webapp"]},"application/x-www-form-urlencoded":{"source":"iana","compressible":true},"application/x-x509-ca-cert":{"source":"apache","extensions":["der","crt","pem"]},"application/x-xfig":{"source":"apache","extensions":["fig"]},"application/x-xliff+xml":{"source":"apache","compressible":true,"extensions":["xlf"]},"application/x-xpinstall":{"source":"apache","compressible":false,"extensions":["xpi"]},"application/x-xz":{"source":"apache","extensions":["xz"]},"application/x-zmachine":{"source":"apache","extensions":["z1","z2","z3","z4","z5","z6","z7","z8"]},"application/x400-bp":{"source":"iana"},"application/xacml+xml":{"source":"iana","compressible":true},"application/xaml+xml":{"source":"apache","compressible":true,"extensions":["xaml"]},"application/xcap-att+xml":{"source":"iana","compressible":true},"application/xcap-caps+xml":{"source":"iana","compressible":true},"application/xcap-diff+xml":{"source":"iana","compressible":true,"extensions":["xdf"]},"application/xcap-el+xml":{"source":"iana","compressible":true},"application/xcap-error+xml":{"source":"iana","compressible":true},"application/xcap-ns+xml":{"source":"iana","compressible":true},"application/xcon-conference-info+xml":{"source":"iana","compressible":true},"application/xcon-conference-info-diff+xml":{"source":"iana","compressible":true},"application/xenc+xml":{"source":"iana","compressible":true,"extensions":["xenc"]},"application/xhtml+xml":{"source":"iana","compressible":true,"extensions":["xhtml","xht"]},"application/xhtml-voice+xml":{"source":"apache","compressible":true},"application/xliff+xml":{"source":"iana","compressible":true},"application/xml":{"source":"iana","compressible":true,"extensions":["xml","xsl","xsd","rng"]},"application/xml-dtd":{"source":"iana","compressible":true,"extensions":["dtd"]},"application/xml-external-parsed-entity":{"source":"iana"},"application/xml-patch+xml":{"source":"iana","compressible":true},"application/xmpp+xml":{"source":"iana","compressible":true},"application/xop+xml":{"source":"iana","compressible":true,"extensions":["xop"]},"application/xproc+xml":{"source":"apache","compressible":true,"extensions":["xpl"]},"application/xslt+xml":{"source":"iana","compressible":true,"extensions":["xslt"]},"application/xspf+xml":{"source":"apache","compressible":true,"extensions":["xspf"]},"application/xv+xml":{"source":"iana","compressible":true,"extensions":["mxml","xhvml","xvml","xvm"]},"application/yang":{"source":"iana","extensions":["yang"]},"application/yang-data+json":{"source":"iana","compressible":true},"application/yang-data+xml":{"source":"iana","compressible":true},"application/yang-patch+json":{"source":"iana","compressible":true},"application/yang-patch+xml":{"source":"iana","compressible":true},"application/yin+xml":{"source":"iana","compressible":true,"extensions":["yin"]},"application/zip":{"source":"iana","compressible":false,"extensions":["zip"]},"application/zlib":{"source":"iana"},"application/zstd":{"source":"iana"},"audio/1d-interleaved-parityfec":{"source":"iana"},"audio/32kadpcm":{"source":"iana"},"audio/3gpp":{"source":"iana","compressible":false,"extensions":["3gpp"]},"audio/3gpp2":{"source":"iana"},"audio/aac":{"source":"iana"},"audio/ac3":{"source":"iana"},"audio/adpcm":{"source":"apache","extensions":["adp"]},"audio/amr":{"source":"iana"},"audio/amr-wb":{"source":"iana"},"audio/amr-wb+":{"source":"iana"},"audio/aptx":{"source":"iana"},"audio/asc":{"source":"iana"},"audio/atrac-advanced-lossless":{"source":"iana"},"audio/atrac-x":{"source":"iana"},"audio/atrac3":{"source":"iana"},"audio/basic":{"source":"iana","compressible":false,"extensions":["au","snd"]},"audio/bv16":{"source":"iana"},"audio/bv32":{"source":"iana"},"audio/clearmode":{"source":"iana"},"audio/cn":{"source":"iana"},"audio/dat12":{"source":"iana"},"audio/dls":{"source":"iana"},"audio/dsr-es201108":{"source":"iana"},"audio/dsr-es202050":{"source":"iana"},"audio/dsr-es202211":{"source":"iana"},"audio/dsr-es202212":{"source":"iana"},"audio/dv":{"source":"iana"},"audio/dvi4":{"source":"iana"},"audio/eac3":{"source":"iana"},"audio/encaprtp":{"source":"iana"},"audio/evrc":{"source":"iana"},"audio/evrc-qcp":{"source":"iana"},"audio/evrc0":{"source":"iana"},"audio/evrc1":{"source":"iana"},"audio/evrcb":{"source":"iana"},"audio/evrcb0":{"source":"iana"},"audio/evrcb1":{"source":"iana"},"audio/evrcnw":{"source":"iana"},"audio/evrcnw0":{"source":"iana"},"audio/evrcnw1":{"source":"iana"},"audio/evrcwb":{"source":"iana"},"audio/evrcwb0":{"source":"iana"},"audio/evrcwb1":{"source":"iana"},"audio/evs":{"source":"iana"},"audio/fwdred":{"source":"iana"},"audio/g711-0":{"source":"iana"},"audio/g719":{"source":"iana"},"audio/g722":{"source":"iana"},"audio/g7221":{"source":"iana"},"audio/g723":{"source":"iana"},"audio/g726-16":{"source":"iana"},"audio/g726-24":{"source":"iana"},"audio/g726-32":{"source":"iana"},"audio/g726-40":{"source":"iana"},"audio/g728":{"source":"iana"},"audio/g729":{"source":"iana"},"audio/g7291":{"source":"iana"},"audio/g729d":{"source":"iana"},"audio/g729e":{"source":"iana"},"audio/gsm":{"source":"iana"},"audio/gsm-efr":{"source":"iana"},"audio/gsm-hr-08":{"source":"iana"},"audio/ilbc":{"source":"iana"},"audio/ip-mr_v2.5":{"source":"iana"},"audio/isac":{"source":"apache"},"audio/l16":{"source":"iana"},"audio/l20":{"source":"iana"},"audio/l24":{"source":"iana","compressible":false},"audio/l8":{"source":"iana"},"audio/lpc":{"source":"iana"},"audio/melp":{"source":"iana"},"audio/melp1200":{"source":"iana"},"audio/melp2400":{"source":"iana"},"audio/melp600":{"source":"iana"},"audio/midi":{"source":"apache","extensions":["mid","midi","kar","rmi"]},"audio/mobile-xmf":{"source":"iana"},"audio/mp3":{"compressible":false,"extensions":["mp3"]},"audio/mp4":{"source":"iana","compressible":false,"extensions":["m4a","mp4a"]},"audio/mp4a-latm":{"source":"iana"},"audio/mpa":{"source":"iana"},"audio/mpa-robust":{"source":"iana"},"audio/mpeg":{"source":"iana","compressible":false,"extensions":["mpga","mp2","mp2a","mp3","m2a","m3a"]},"audio/mpeg4-generic":{"source":"iana"},"audio/musepack":{"source":"apache"},"audio/ogg":{"source":"iana","compressible":false,"extensions":["oga","ogg","spx"]},"audio/opus":{"source":"iana"},"audio/parityfec":{"source":"iana"},"audio/pcma":{"source":"iana"},"audio/pcma-wb":{"source":"iana"},"audio/pcmu":{"source":"iana"},"audio/pcmu-wb":{"source":"iana"},"audio/prs.sid":{"source":"iana"},"audio/qcelp":{"source":"iana"},"audio/raptorfec":{"source":"iana"},"audio/red":{"source":"iana"},"audio/rtp-enc-aescm128":{"source":"iana"},"audio/rtp-midi":{"source":"iana"},"audio/rtploopback":{"source":"iana"},"audio/rtx":{"source":"iana"},"audio/s3m":{"source":"apache","extensions":["s3m"]},"audio/silk":{"source":"apache","extensions":["sil"]},"audio/smv":{"source":"iana"},"audio/smv-qcp":{"source":"iana"},"audio/smv0":{"source":"iana"},"audio/sp-midi":{"source":"iana"},"audio/speex":{"source":"iana"},"audio/t140c":{"source":"iana"},"audio/t38":{"source":"iana"},"audio/telephone-event":{"source":"iana"},"audio/tetra_acelp":{"source":"iana"},"audio/tone":{"source":"iana"},"audio/uemclip":{"source":"iana"},"audio/ulpfec":{"source":"iana"},"audio/usac":{"source":"iana"},"audio/vdvi":{"source":"iana"},"audio/vmr-wb":{"source":"iana"},"audio/vnd.3gpp.iufp":{"source":"iana"},"audio/vnd.4sb":{"source":"iana"},"audio/vnd.audiokoz":{"source":"iana"},"audio/vnd.celp":{"source":"iana"},"audio/vnd.cisco.nse":{"source":"iana"},"audio/vnd.cmles.radio-events":{"source":"iana"},"audio/vnd.cns.anp1":{"source":"iana"},"audio/vnd.cns.inf1":{"source":"iana"},"audio/vnd.dece.audio":{"source":"iana","extensions":["uva","uvva"]},"audio/vnd.digital-winds":{"source":"iana","extensions":["eol"]},"audio/vnd.dlna.adts":{"source":"iana"},"audio/vnd.dolby.heaac.1":{"source":"iana"},"audio/vnd.dolby.heaac.2":{"source":"iana"},"audio/vnd.dolby.mlp":{"source":"iana"},"audio/vnd.dolby.mps":{"source":"iana"},"audio/vnd.dolby.pl2":{"source":"iana"},"audio/vnd.dolby.pl2x":{"source":"iana"},"audio/vnd.dolby.pl2z":{"source":"iana"},"audio/vnd.dolby.pulse.1":{"source":"iana"},"audio/vnd.dra":{"source":"iana","extensions":["dra"]},"audio/vnd.dts":{"source":"iana","extensions":["dts"]},"audio/vnd.dts.hd":{"source":"iana","extensions":["dtshd"]},"audio/vnd.dts.uhd":{"source":"iana"},"audio/vnd.dvb.file":{"source":"iana"},"audio/vnd.everad.plj":{"source":"iana"},"audio/vnd.hns.audio":{"source":"iana"},"audio/vnd.lucent.voice":{"source":"iana","extensions":["lvp"]},"audio/vnd.ms-playready.media.pya":{"source":"iana","extensions":["pya"]},"audio/vnd.nokia.mobile-xmf":{"source":"iana"},"audio/vnd.nortel.vbk":{"source":"iana"},"audio/vnd.nuera.ecelp4800":{"source":"iana","extensions":["ecelp4800"]},"audio/vnd.nuera.ecelp7470":{"source":"iana","extensions":["ecelp7470"]},"audio/vnd.nuera.ecelp9600":{"source":"iana","extensions":["ecelp9600"]},"audio/vnd.octel.sbc":{"source":"iana"},"audio/vnd.presonus.multitrack":{"source":"iana"},"audio/vnd.qcelp":{"source":"iana"},"audio/vnd.rhetorex.32kadpcm":{"source":"iana"},"audio/vnd.rip":{"source":"iana","extensions":["rip"]},"audio/vnd.rn-realaudio":{"compressible":false},"audio/vnd.sealedmedia.softseal.mpeg":{"source":"iana"},"audio/vnd.vmx.cvsd":{"source":"iana"},"audio/vnd.wave":{"compressible":false},"audio/vorbis":{"source":"iana","compressible":false},"audio/vorbis-config":{"source":"iana"},"audio/wav":{"compressible":false,"extensions":["wav"]},"audio/wave":{"compressible":false,"extensions":["wav"]},"audio/webm":{"source":"apache","compressible":false,"extensions":["weba"]},"audio/x-aac":{"source":"apache","compressible":false,"extensions":["aac"]},"audio/x-aiff":{"source":"apache","extensions":["aif","aiff","aifc"]},"audio/x-caf":{"source":"apache","compressible":false,"extensions":["caf"]},"audio/x-flac":{"source":"apache","extensions":["flac"]},"audio/x-m4a":{"source":"nginx","extensions":["m4a"]},"audio/x-matroska":{"source":"apache","extensions":["mka"]},"audio/x-mpegurl":{"source":"apache","extensions":["m3u"]},"audio/x-ms-wax":{"source":"apache","extensions":["wax"]},"audio/x-ms-wma":{"source":"apache","extensions":["wma"]},"audio/x-pn-realaudio":{"source":"apache","extensions":["ram","ra"]},"audio/x-pn-realaudio-plugin":{"source":"apache","extensions":["rmp"]},"audio/x-realaudio":{"source":"nginx","extensions":["ra"]},"audio/x-tta":{"source":"apache"},"audio/x-wav":{"source":"apache","extensions":["wav"]},"audio/xm":{"source":"apache","extensions":["xm"]},"chemical/x-cdx":{"source":"apache","extensions":["cdx"]},"chemical/x-cif":{"source":"apache","extensions":["cif"]},"chemical/x-cmdf":{"source":"apache","extensions":["cmdf"]},"chemical/x-cml":{"source":"apache","extensions":["cml"]},"chemical/x-csml":{"source":"apache","extensions":["csml"]},"chemical/x-pdb":{"source":"apache"},"chemical/x-xyz":{"source":"apache","extensions":["xyz"]},"font/collection":{"source":"iana","extensions":["ttc"]},"font/otf":{"source":"iana","compressible":true,"extensions":["otf"]},"font/sfnt":{"source":"iana"},"font/ttf":{"source":"iana","extensions":["ttf"]},"font/woff":{"source":"iana","extensions":["woff"]},"font/woff2":{"source":"iana","extensions":["woff2"]},"image/aces":{"source":"iana","extensions":["exr"]},"image/apng":{"compressible":false,"extensions":["apng"]},"image/avci":{"source":"iana"},"image/avcs":{"source":"iana"},"image/bmp":{"source":"iana","compressible":true,"extensions":["bmp"]},"image/cgm":{"source":"iana","extensions":["cgm"]},"image/dicom-rle":{"source":"iana","extensions":["drle"]},"image/emf":{"source":"iana","extensions":["emf"]},"image/fits":{"source":"iana","extensions":["fits"]},"image/g3fax":{"source":"iana","extensions":["g3"]},"image/gif":{"source":"iana","compressible":false,"extensions":["gif"]},"image/heic":{"source":"iana","extensions":["heic"]},"image/heic-sequence":{"source":"iana","extensions":["heics"]},"image/heif":{"source":"iana","extensions":["heif"]},"image/heif-sequence":{"source":"iana","extensions":["heifs"]},"image/ief":{"source":"iana","extensions":["ief"]},"image/jls":{"source":"iana","extensions":["jls"]},"image/jp2":{"source":"iana","compressible":false,"extensions":["jp2","jpg2"]},"image/jpeg":{"source":"iana","compressible":false,"extensions":["jpeg","jpg","jpe"]},"image/jpm":{"source":"iana","compressible":false,"extensions":["jpm"]},"image/jpx":{"source":"iana","compressible":false,"extensions":["jpx","jpf"]},"image/jxr":{"source":"iana","extensions":["jxr"]},"image/ktx":{"source":"iana","extensions":["ktx"]},"image/naplps":{"source":"iana"},"image/pjpeg":{"compressible":false},"image/png":{"source":"iana","compressible":false,"extensions":["png"]},"image/prs.btif":{"source":"iana","extensions":["btif"]},"image/prs.pti":{"source":"iana","extensions":["pti"]},"image/pwg-raster":{"source":"iana"},"image/sgi":{"source":"apache","extensions":["sgi"]},"image/svg+xml":{"source":"iana","compressible":true,"extensions":["svg","svgz"]},"image/t38":{"source":"iana","extensions":["t38"]},"image/tiff":{"source":"iana","compressible":false,"extensions":["tif","tiff"]},"image/tiff-fx":{"source":"iana","extensions":["tfx"]},"image/vnd.adobe.photoshop":{"source":"iana","compressible":true,"extensions":["psd"]},"image/vnd.airzip.accelerator.azv":{"source":"iana","extensions":["azv"]},"image/vnd.cns.inf2":{"source":"iana"},"image/vnd.dece.graphic":{"source":"iana","extensions":["uvi","uvvi","uvg","uvvg"]},"image/vnd.djvu":{"source":"iana","extensions":["djvu","djv"]},"image/vnd.dvb.subtitle":{"source":"iana","extensions":["sub"]},"image/vnd.dwg":{"source":"iana","extensions":["dwg"]},"image/vnd.dxf":{"source":"iana","extensions":["dxf"]},"image/vnd.fastbidsheet":{"source":"iana","extensions":["fbs"]},"image/vnd.fpx":{"source":"iana","extensions":["fpx"]},"image/vnd.fst":{"source":"iana","extensions":["fst"]},"image/vnd.fujixerox.edmics-mmr":{"source":"iana","extensions":["mmr"]},"image/vnd.fujixerox.edmics-rlc":{"source":"iana","extensions":["rlc"]},"image/vnd.globalgraphics.pgb":{"source":"iana"},"image/vnd.microsoft.icon":{"source":"iana","extensions":["ico"]},"image/vnd.mix":{"source":"iana"},"image/vnd.mozilla.apng":{"source":"iana"},"image/vnd.ms-modi":{"source":"iana","extensions":["mdi"]},"image/vnd.ms-photo":{"source":"apache","extensions":["wdp"]},"image/vnd.net-fpx":{"source":"iana","extensions":["npx"]},"image/vnd.radiance":{"source":"iana"},"image/vnd.sealed.png":{"source":"iana"},"image/vnd.sealedmedia.softseal.gif":{"source":"iana"},"image/vnd.sealedmedia.softseal.jpg":{"source":"iana"},"image/vnd.svf":{"source":"iana"},"image/vnd.tencent.tap":{"source":"iana","extensions":["tap"]},"image/vnd.valve.source.texture":{"source":"iana","extensions":["vtf"]},"image/vnd.wap.wbmp":{"source":"iana","extensions":["wbmp"]},"image/vnd.xiff":{"source":"iana","extensions":["xif"]},"image/vnd.zbrush.pcx":{"source":"iana","extensions":["pcx"]},"image/webp":{"source":"apache","extensions":["webp"]},"image/wmf":{"source":"iana","extensions":["wmf"]},"image/x-3ds":{"source":"apache","extensions":["3ds"]},"image/x-cmu-raster":{"source":"apache","extensions":["ras"]},"image/x-cmx":{"source":"apache","extensions":["cmx"]},"image/x-freehand":{"source":"apache","extensions":["fh","fhc","fh4","fh5","fh7"]},"image/x-icon":{"source":"apache","compressible":true,"extensions":["ico"]},"image/x-jng":{"source":"nginx","extensions":["jng"]},"image/x-mrsid-image":{"source":"apache","extensions":["sid"]},"image/x-ms-bmp":{"source":"nginx","compressible":true,"extensions":["bmp"]},"image/x-pcx":{"source":"apache","extensions":["pcx"]},"image/x-pict":{"source":"apache","extensions":["pic","pct"]},"image/x-portable-anymap":{"source":"apache","extensions":["pnm"]},"image/x-portable-bitmap":{"source":"apache","extensions":["pbm"]},"image/x-portable-graymap":{"source":"apache","extensions":["pgm"]},"image/x-portable-pixmap":{"source":"apache","extensions":["ppm"]},"image/x-rgb":{"source":"apache","extensions":["rgb"]},"image/x-tga":{"source":"apache","extensions":["tga"]},"image/x-xbitmap":{"source":"apache","extensions":["xbm"]},"image/x-xcf":{"compressible":false},"image/x-xpixmap":{"source":"apache","extensions":["xpm"]},"image/x-xwindowdump":{"source":"apache","extensions":["xwd"]},"message/cpim":{"source":"iana"},"message/delivery-status":{"source":"iana"},"message/disposition-notification":{"source":"iana","extensions":["disposition-notification"]},"message/external-body":{"source":"iana"},"message/feedback-report":{"source":"iana"},"message/global":{"source":"iana","extensions":["u8msg"]},"message/global-delivery-status":{"source":"iana","extensions":["u8dsn"]},"message/global-disposition-notification":{"source":"iana","extensions":["u8mdn"]},"message/global-headers":{"source":"iana","extensions":["u8hdr"]},"message/http":{"source":"iana","compressible":false},"message/imdn+xml":{"source":"iana","compressible":true},"message/news":{"source":"iana"},"message/partial":{"source":"iana","compressible":false},"message/rfc822":{"source":"iana","compressible":true,"extensions":["eml","mime"]},"message/s-http":{"source":"iana"},"message/sip":{"source":"iana"},"message/sipfrag":{"source":"iana"},"message/tracking-status":{"source":"iana"},"message/vnd.si.simp":{"source":"iana"},"message/vnd.wfa.wsc":{"source":"iana","extensions":["wsc"]},"model/3mf":{"source":"iana","extensions":["3mf"]},"model/gltf+json":{"source":"iana","compressible":true,"extensions":["gltf"]},"model/gltf-binary":{"source":"iana","compressible":true,"extensions":["glb"]},"model/iges":{"source":"iana","compressible":false,"extensions":["igs","iges"]},"model/mesh":{"source":"iana","compressible":false,"extensions":["msh","mesh","silo"]},"model/stl":{"source":"iana","extensions":["stl"]},"model/vnd.collada+xml":{"source":"iana","compressible":true,"extensions":["dae"]},"model/vnd.dwf":{"source":"iana","extensions":["dwf"]},"model/vnd.flatland.3dml":{"source":"iana"},"model/vnd.gdl":{"source":"iana","extensions":["gdl"]},"model/vnd.gs-gdl":{"source":"apache"},"model/vnd.gs.gdl":{"source":"iana"},"model/vnd.gtw":{"source":"iana","extensions":["gtw"]},"model/vnd.moml+xml":{"source":"iana","compressible":true},"model/vnd.mts":{"source":"iana","extensions":["mts"]},"model/vnd.opengex":{"source":"iana","extensions":["ogex"]},"model/vnd.parasolid.transmit.binary":{"source":"iana","extensions":["x_b"]},"model/vnd.parasolid.transmit.text":{"source":"iana","extensions":["x_t"]},"model/vnd.rosette.annotated-data-model":{"source":"iana"},"model/vnd.usdz+zip":{"source":"iana","compressible":false,"extensions":["usdz"]},"model/vnd.valve.source.compiled-map":{"source":"iana","extensions":["bsp"]},"model/vnd.vtu":{"source":"iana","extensions":["vtu"]},"model/vrml":{"source":"iana","compressible":false,"extensions":["wrl","vrml"]},"model/x3d+binary":{"source":"apache","compressible":false,"extensions":["x3db","x3dbz"]},"model/x3d+fastinfoset":{"source":"iana","extensions":["x3db"]},"model/x3d+vrml":{"source":"apache","compressible":false,"extensions":["x3dv","x3dvz"]},"model/x3d+xml":{"source":"iana","compressible":true,"extensions":["x3d","x3dz"]},"model/x3d-vrml":{"source":"iana","extensions":["x3dv"]},"multipart/alternative":{"source":"iana","compressible":false},"multipart/appledouble":{"source":"iana"},"multipart/byteranges":{"source":"iana"},"multipart/digest":{"source":"iana"},"multipart/encrypted":{"source":"iana","compressible":false},"multipart/form-data":{"source":"iana","compressible":false},"multipart/header-set":{"source":"iana"},"multipart/mixed":{"source":"iana","compressible":false},"multipart/multilingual":{"source":"iana"},"multipart/parallel":{"source":"iana"},"multipart/related":{"source":"iana","compressible":false},"multipart/report":{"source":"iana"},"multipart/signed":{"source":"iana","compressible":false},"multipart/vnd.bint.med-plus":{"source":"iana"},"multipart/voice-message":{"source":"iana"},"multipart/x-mixed-replace":{"source":"iana"},"text/1d-interleaved-parityfec":{"source":"iana"},"text/cache-manifest":{"source":"iana","compressible":true,"extensions":["appcache","manifest"]},"text/calendar":{"source":"iana","extensions":["ics","ifb"]},"text/calender":{"compressible":true},"text/cmd":{"compressible":true},"text/coffeescript":{"extensions":["coffee","litcoffee"]},"text/css":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["css"]},"text/csv":{"source":"iana","compressible":true,"extensions":["csv"]},"text/csv-schema":{"source":"iana"},"text/directory":{"source":"iana"},"text/dns":{"source":"iana"},"text/ecmascript":{"source":"iana"},"text/encaprtp":{"source":"iana"},"text/enriched":{"source":"iana"},"text/fwdred":{"source":"iana"},"text/grammar-ref-list":{"source":"iana"},"text/html":{"source":"iana","compressible":true,"extensions":["html","htm","shtml"]},"text/jade":{"extensions":["jade"]},"text/javascript":{"source":"iana","compressible":true},"text/jcr-cnd":{"source":"iana"},"text/jsx":{"compressible":true,"extensions":["jsx"]},"text/less":{"compressible":true,"extensions":["less"]},"text/markdown":{"source":"iana","compressible":true,"extensions":["markdown","md"]},"text/mathml":{"source":"nginx","extensions":["mml"]},"text/mdx":{"compressible":true,"extensions":["mdx"]},"text/mizar":{"source":"iana"},"text/n3":{"source":"iana","compressible":true,"extensions":["n3"]},"text/parameters":{"source":"iana"},"text/parityfec":{"source":"iana"},"text/plain":{"source":"iana","compressible":true,"extensions":["txt","text","conf","def","list","log","in","ini"]},"text/provenance-notation":{"source":"iana"},"text/prs.fallenstein.rst":{"source":"iana"},"text/prs.lines.tag":{"source":"iana","extensions":["dsc"]},"text/prs.prop.logic":{"source":"iana"},"text/raptorfec":{"source":"iana"},"text/red":{"source":"iana"},"text/rfc822-headers":{"source":"iana"},"text/richtext":{"source":"iana","compressible":true,"extensions":["rtx"]},"text/rtf":{"source":"iana","compressible":true,"extensions":["rtf"]},"text/rtp-enc-aescm128":{"source":"iana"},"text/rtploopback":{"source":"iana"},"text/rtx":{"source":"iana"},"text/sgml":{"source":"iana","extensions":["sgml","sgm"]},"text/shex":{"extensions":["shex"]},"text/slim":{"extensions":["slim","slm"]},"text/strings":{"source":"iana"},"text/stylus":{"extensions":["stylus","styl"]},"text/t140":{"source":"iana"},"text/tab-separated-values":{"source":"iana","compressible":true,"extensions":["tsv"]},"text/troff":{"source":"iana","extensions":["t","tr","roff","man","me","ms"]},"text/turtle":{"source":"iana","charset":"UTF-8","extensions":["ttl"]},"text/ulpfec":{"source":"iana"},"text/uri-list":{"source":"iana","compressible":true,"extensions":["uri","uris","urls"]},"text/vcard":{"source":"iana","compressible":true,"extensions":["vcard"]},"text/vnd.a":{"source":"iana"},"text/vnd.abc":{"source":"iana"},"text/vnd.ascii-art":{"source":"iana"},"text/vnd.curl":{"source":"iana","extensions":["curl"]},"text/vnd.curl.dcurl":{"source":"apache","extensions":["dcurl"]},"text/vnd.curl.mcurl":{"source":"apache","extensions":["mcurl"]},"text/vnd.curl.scurl":{"source":"apache","extensions":["scurl"]},"text/vnd.debian.copyright":{"source":"iana"},"text/vnd.dmclientscript":{"source":"iana"},"text/vnd.dvb.subtitle":{"source":"iana","extensions":["sub"]},"text/vnd.esmertec.theme-descriptor":{"source":"iana"},"text/vnd.fly":{"source":"iana","extensions":["fly"]},"text/vnd.fmi.flexstor":{"source":"iana","extensions":["flx"]},"text/vnd.gml":{"source":"iana"},"text/vnd.graphviz":{"source":"iana","extensions":["gv"]},"text/vnd.hgl":{"source":"iana"},"text/vnd.in3d.3dml":{"source":"iana","extensions":["3dml"]},"text/vnd.in3d.spot":{"source":"iana","extensions":["spot"]},"text/vnd.iptc.newsml":{"source":"iana"},"text/vnd.iptc.nitf":{"source":"iana"},"text/vnd.latex-z":{"source":"iana"},"text/vnd.motorola.reflex":{"source":"iana"},"text/vnd.ms-mediapackage":{"source":"iana"},"text/vnd.net2phone.commcenter.command":{"source":"iana"},"text/vnd.radisys.msml-basic-layout":{"source":"iana"},"text/vnd.senx.warpscript":{"source":"iana"},"text/vnd.si.uricatalogue":{"source":"iana"},"text/vnd.sun.j2me.app-descriptor":{"source":"iana","extensions":["jad"]},"text/vnd.trolltech.linguist":{"source":"iana"},"text/vnd.wap.si":{"source":"iana"},"text/vnd.wap.sl":{"source":"iana"},"text/vnd.wap.wml":{"source":"iana","extensions":["wml"]},"text/vnd.wap.wmlscript":{"source":"iana","extensions":["wmls"]},"text/vtt":{"charset":"UTF-8","compressible":true,"extensions":["vtt"]},"text/x-asm":{"source":"apache","extensions":["s","asm"]},"text/x-c":{"source":"apache","extensions":["c","cc","cxx","cpp","h","hh","dic"]},"text/x-component":{"source":"nginx","extensions":["htc"]},"text/x-fortran":{"source":"apache","extensions":["f","for","f77","f90"]},"text/x-gwt-rpc":{"compressible":true},"text/x-handlebars-template":{"extensions":["hbs"]},"text/x-java-source":{"source":"apache","extensions":["java"]},"text/x-jquery-tmpl":{"compressible":true},"text/x-lua":{"extensions":["lua"]},"text/x-markdown":{"compressible":true,"extensions":["mkd"]},"text/x-nfo":{"source":"apache","extensions":["nfo"]},"text/x-opml":{"source":"apache","extensions":["opml"]},"text/x-org":{"compressible":true,"extensions":["org"]},"text/x-pascal":{"source":"apache","extensions":["p","pas"]},"text/x-processing":{"compressible":true,"extensions":["pde"]},"text/x-sass":{"extensions":["sass"]},"text/x-scss":{"extensions":["scss"]},"text/x-setext":{"source":"apache","extensions":["etx"]},"text/x-sfv":{"source":"apache","extensions":["sfv"]},"text/x-suse-ymp":{"compressible":true,"extensions":["ymp"]},"text/x-uuencode":{"source":"apache","extensions":["uu"]},"text/x-vcalendar":{"source":"apache","extensions":["vcs"]},"text/x-vcard":{"source":"apache","extensions":["vcf"]},"text/xml":{"source":"iana","compressible":true,"extensions":["xml"]},"text/xml-external-parsed-entity":{"source":"iana"},"text/yaml":{"extensions":["yaml","yml"]},"video/1d-interleaved-parityfec":{"source":"iana"},"video/3gpp":{"source":"iana","extensions":["3gp","3gpp"]},"video/3gpp-tt":{"source":"iana"},"video/3gpp2":{"source":"iana","extensions":["3g2"]},"video/bmpeg":{"source":"iana"},"video/bt656":{"source":"iana"},"video/celb":{"source":"iana"},"video/dv":{"source":"iana"},"video/encaprtp":{"source":"iana"},"video/h261":{"source":"iana","extensions":["h261"]},"video/h263":{"source":"iana","extensions":["h263"]},"video/h263-1998":{"source":"iana"},"video/h263-2000":{"source":"iana"},"video/h264":{"source":"iana","extensions":["h264"]},"video/h264-rcdo":{"source":"iana"},"video/h264-svc":{"source":"iana"},"video/h265":{"source":"iana"},"video/iso.segment":{"source":"iana"},"video/jpeg":{"source":"iana","extensions":["jpgv"]},"video/jpeg2000":{"source":"iana"},"video/jpm":{"source":"apache","extensions":["jpm","jpgm"]},"video/mj2":{"source":"iana","extensions":["mj2","mjp2"]},"video/mp1s":{"source":"iana"},"video/mp2p":{"source":"iana"},"video/mp2t":{"source":"iana","extensions":["ts"]},"video/mp4":{"source":"iana","compressible":false,"extensions":["mp4","mp4v","mpg4"]},"video/mp4v-es":{"source":"iana"},"video/mpeg":{"source":"iana","compressible":false,"extensions":["mpeg","mpg","mpe","m1v","m2v"]},"video/mpeg4-generic":{"source":"iana"},"video/mpv":{"source":"iana"},"video/nv":{"source":"iana"},"video/ogg":{"source":"iana","compressible":false,"extensions":["ogv"]},"video/parityfec":{"source":"iana"},"video/pointer":{"source":"iana"},"video/quicktime":{"source":"iana","compressible":false,"extensions":["qt","mov"]},"video/raptorfec":{"source":"iana"},"video/raw":{"source":"iana"},"video/rtp-enc-aescm128":{"source":"iana"},"video/rtploopback":{"source":"iana"},"video/rtx":{"source":"iana"},"video/smpte291":{"source":"iana"},"video/smpte292m":{"source":"iana"},"video/ulpfec":{"source":"iana"},"video/vc1":{"source":"iana"},"video/vc2":{"source":"iana"},"video/vnd.cctv":{"source":"iana"},"video/vnd.dece.hd":{"source":"iana","extensions":["uvh","uvvh"]},"video/vnd.dece.mobile":{"source":"iana","extensions":["uvm","uvvm"]},"video/vnd.dece.mp4":{"source":"iana"},"video/vnd.dece.pd":{"source":"iana","extensions":["uvp","uvvp"]},"video/vnd.dece.sd":{"source":"iana","extensions":["uvs","uvvs"]},"video/vnd.dece.video":{"source":"iana","extensions":["uvv","uvvv"]},"video/vnd.directv.mpeg":{"source":"iana"},"video/vnd.directv.mpeg-tts":{"source":"iana"},"video/vnd.dlna.mpeg-tts":{"source":"iana"},"video/vnd.dvb.file":{"source":"iana","extensions":["dvb"]},"video/vnd.fvt":{"source":"iana","extensions":["fvt"]},"video/vnd.hns.video":{"source":"iana"},"video/vnd.iptvforum.1dparityfec-1010":{"source":"iana"},"video/vnd.iptvforum.1dparityfec-2005":{"source":"iana"},"video/vnd.iptvforum.2dparityfec-1010":{"source":"iana"},"video/vnd.iptvforum.2dparityfec-2005":{"source":"iana"},"video/vnd.iptvforum.ttsavc":{"source":"iana"},"video/vnd.iptvforum.ttsmpeg2":{"source":"iana"},"video/vnd.motorola.video":{"source":"iana"},"video/vnd.motorola.videop":{"source":"iana"},"video/vnd.mpegurl":{"source":"iana","extensions":["mxu","m4u"]},"video/vnd.ms-playready.media.pyv":{"source":"iana","extensions":["pyv"]},"video/vnd.nokia.interleaved-multimedia":{"source":"iana"},"video/vnd.nokia.mp4vr":{"source":"iana"},"video/vnd.nokia.videovoip":{"source":"iana"},"video/vnd.objectvideo":{"source":"iana"},"video/vnd.radgamettools.bink":{"source":"iana"},"video/vnd.radgamettools.smacker":{"source":"iana"},"video/vnd.sealed.mpeg1":{"source":"iana"},"video/vnd.sealed.mpeg4":{"source":"iana"},"video/vnd.sealed.swf":{"source":"iana"},"video/vnd.sealedmedia.softseal.mov":{"source":"iana"},"video/vnd.uvvu.mp4":{"source":"iana","extensions":["uvu","uvvu"]},"video/vnd.vivo":{"source":"iana","extensions":["viv"]},"video/vp8":{"source":"iana"},"video/webm":{"source":"apache","compressible":false,"extensions":["webm"]},"video/x-f4v":{"source":"apache","extensions":["f4v"]},"video/x-fli":{"source":"apache","extensions":["fli"]},"video/x-flv":{"source":"apache","compressible":false,"extensions":["flv"]},"video/x-m4v":{"source":"apache","extensions":["m4v"]},"video/x-matroska":{"source":"apache","compressible":false,"extensions":["mkv","mk3d","mks"]},"video/x-mng":{"source":"apache","extensions":["mng"]},"video/x-ms-asf":{"source":"apache","extensions":["asf","asx"]},"video/x-ms-vob":{"source":"apache","extensions":["vob"]},"video/x-ms-wm":{"source":"apache","extensions":["wm"]},"video/x-ms-wmv":{"source":"apache","compressible":false,"extensions":["wmv"]},"video/x-ms-wmx":{"source":"apache","extensions":["wmx"]},"video/x-ms-wvx":{"source":"apache","extensions":["wvx"]},"video/x-msvideo":{"source":"apache","extensions":["avi"]},"video/x-sgi-movie":{"source":"apache","extensions":["movie"]},"video/x-smv":{"source":"apache","extensions":["smv"]},"x-conference/x-cooltalk":{"source":"apache","extensions":["ice"]},"x-shader/x-fragment":{"compressible":true},"x-shader/x-vertex":{"compressible":true}}')},function(e,t,r){e.exports=l,l.SSL=p;var i=r(12),n=r(80).Agent,o=r(35),a=r(35),s=r(178).Agent;function u(e,t){return"string"==typeof e?e+":"+t:e.host+":"+e.port+":"+(e.localAddress?e.localAddress+":":":")}function l(e){var t=this;t.options=e||{},t.requests={},t.sockets={},t.freeSockets={},t.maxSockets=t.options.maxSockets||n.defaultMaxSockets,t.minSockets=t.options.minSockets||l.defaultMinSockets,t.on("free",function(e,r,i){var n=u(r,i);if(t.requests[n]&&t.requests[n].length)t.requests[n].shift().onSocket(e);else if(t.sockets[n].length0&&!e.useChunkedEncodingByDefault){var o=this.freeSockets[i].pop();o.removeListener("error",o._onIdleError),delete o._onIdleError,e._reusedSocket=!0,e.onSocket(o)}else this.addRequestNoreuse(e,t,r)},l.prototype.removeSocket=function(e,t,r,i){var n;this.sockets[t]?-1!==(n=this.sockets[t].indexOf(e))&&this.sockets[t].splice(n,1):this.sockets[t]&&0===this.sockets[t].length&&(delete this.sockets[t],delete this.requests[t]);this.freeSockets[t]&&(-1!==(n=this.freeSockets[t].indexOf(e))&&(this.freeSockets[t].splice(n,1),0===this.freeSockets[t].length&&delete this.freeSockets[t]));this.requests[t]&&this.requests[t].length&&this.createSocket(t,r,i).emit("free")},i.inherits(p,l),p.prototype.createConnection=function(e,t,r){r="object"==typeof e?e:"object"==typeof t?t:"object"==typeof r?r:{};"number"==typeof e&&(r.port=e);"string"==typeof t&&(r.host=t);return a.connect(r)},p.prototype.addRequestNoreuse=s.prototype.addRequest},function(e,t){e.exports="object"==typeof self?self.FormData:window.FormData},function(e,t){e.exports=n,n.strict=o,n.loose=a;var r=Object.prototype.toString,i={"[object Int8Array]":!0,"[object Int16Array]":!0,"[object Int32Array]":!0,"[object Uint8Array]":!0,"[object Uint8ClampedArray]":!0,"[object Uint16Array]":!0,"[object Uint32Array]":!0,"[object Float32Array]":!0,"[object Float64Array]":!0};function n(e){return o(e)||a(e)}function o(e){return e instanceof Int8Array||e instanceof Int16Array||e instanceof Int32Array||e instanceof Uint8Array||e instanceof Uint8ClampedArray||e instanceof Uint16Array||e instanceof Uint32Array||e instanceof Float32Array||e instanceof Float64Array}function a(e){return i[r.call(e)]}},function(e,t,r){"use strict";(function(t){function r(e){return e.replace(/^\.*/,".").toLowerCase()}function i(e){var t=(e=e.trim().toLowerCase()).split(":",2);return{hostname:r(t[0]),port:t[1],hasPort:e.indexOf(":")>-1}}e.exports=function(e){var n=t.env.NO_PROXY||t.env.no_proxy||"";return"*"===n?null:""!==n&&function(e,t){var n=e.port||("https:"===e.protocol?"443":"80"),o=r(e.hostname);return t.split(",").map(i).some(function(e){var t=o.indexOf(e.hostname),r=t>-1&&t===o.length-e.hostname.length;return e.hasPort?n===e.port&&r:r})}(e,n)?null:"http:"===e.protocol?t.env.HTTP_PROXY||t.env.http_proxy||null:"https:"===e.protocol&&(t.env.HTTPS_PROXY||t.env.https_proxy||t.env.HTTP_PROXY||t.env.http_proxy)||null}}).call(this,r(10))},function(e,t,r){"use strict";var i=r(314),n=r(86);function o(e){this.request=e,this.lib=null,this.useQuerystring=null,this.parseOptions=null,this.stringifyOptions=null}o.prototype.init=function(e){this.lib||(this.useQuerystring=e.useQuerystring,this.lib=this.useQuerystring?n:i,this.parseOptions=e.qsParseOptions||{},this.stringifyOptions=e.qsStringifyOptions||{})},o.prototype.stringify=function(e){return this.useQuerystring?this.rfc3986(this.lib.stringify(e,this.stringifyOptions.sep||null,this.stringifyOptions.eq||null,this.stringifyOptions)):this.lib.stringify(e,this.stringifyOptions)},o.prototype.parse=function(e){return this.useQuerystring?this.lib.parse(e,this.parseOptions.sep||null,this.parseOptions.eq||null,this.parseOptions):this.lib.parse(e,this.parseOptions)},o.prototype.rfc3986=function(e){return e.replace(/[!'()*]/g,function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()})},o.prototype.unescape=n.unescape,t.Querystring=o},function(e,t,r){"use strict";var i=r(315),n=r(316),o={brackets:function(e){return e+"[]"},indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},a=Date.prototype.toISOString,s={delimiter:"&",encode:!0,encoder:i.encode,encodeValuesOnly:!1,serializeDate:function(e){return a.call(e)},skipNulls:!1,strictNullHandling:!1},u=function e(t,r,n,o,a,u,l,p,c,d,h,m){var f=t;if("function"==typeof l)f=l(r,f);else if(f instanceof Date)f=d(f);else if(null===f){if(o)return u&&!m?u(r,s.encoder):r;f=""}if("string"==typeof f||"number"==typeof f||"boolean"==typeof f||i.isBuffer(f))return u?[h(m?r:u(r,s.encoder))+"="+h(u(f,s.encoder))]:[h(r)+"="+h(String(f))];var g,v=[];if(void 0===f)return v;if(Array.isArray(l))g=l;else{var b=Object.keys(f);g=p?b.sort(p):b}for(var y=0;y0?k+A:""}},function(e,t,r){"use strict";var i=r(315),n=Object.prototype.hasOwnProperty,o={allowDots:!1,allowPrototypes:!1,arrayLimit:20,decoder:i.decode,delimiter:"&",depth:5,parameterLimit:1e3,plainObjects:!1,strictNullHandling:!1},a=function(e,t,r){if(e){var i=r.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,o=/(\[[^[\]]*])/g,a=/(\[[^[\]]*])/.exec(i),s=a?i.slice(0,a.index):i,u=[];if(s){if(!r.plainObjects&&n.call(Object.prototype,s)&&!r.allowPrototypes)return;u.push(s)}for(var l=0;null!==(a=o.exec(i))&&l=0;--n){var o,a=e[n];if("[]"===a)o=(o=[]).concat(i);else{o=r.plainObjects?Object.create(null):{};var s="["===a.charAt(0)&&"]"===a.charAt(a.length-1)?a.slice(1,-1):a,u=parseInt(s,10);!isNaN(u)&&a!==s&&String(u)===s&&u>=0&&r.parseArrays&&u<=r.arrayLimit?(o=[])[u]=i:o[s]=i}i=o}return i}(u,t,r)}};e.exports=function(e,t){var r=t?i.assign({},t):{};if(null!==r.decoder&&void 0!==r.decoder&&"function"!=typeof r.decoder)throw new TypeError("Decoder has to be a function.");if(r.ignoreQueryPrefix=!0===r.ignoreQueryPrefix,r.delimiter="string"==typeof r.delimiter||i.isRegExp(r.delimiter)?r.delimiter:o.delimiter,r.depth="number"==typeof r.depth?r.depth:o.depth,r.arrayLimit="number"==typeof r.arrayLimit?r.arrayLimit:o.arrayLimit,r.parseArrays=!1!==r.parseArrays,r.decoder="function"==typeof r.decoder?r.decoder:o.decoder,r.allowDots="boolean"==typeof r.allowDots?r.allowDots:o.allowDots,r.plainObjects="boolean"==typeof r.plainObjects?r.plainObjects:o.plainObjects,r.allowPrototypes="boolean"==typeof r.allowPrototypes?r.allowPrototypes:o.allowPrototypes,r.parameterLimit="number"==typeof r.parameterLimit?r.parameterLimit:o.parameterLimit,r.strictNullHandling="boolean"==typeof r.strictNullHandling?r.strictNullHandling:o.strictNullHandling,""===e||null==e)return r.plainObjects?Object.create(null):{};for(var s="string"==typeof e?function(e,t){for(var r={},i=t.ignoreQueryPrefix?e.replace(/^\?/,""):e,a=t.parameterLimit===1/0?void 0:t.parameterLimit,s=i.split(t.delimiter,a),u=0;u=0?{index:i,compiling:!0}:(i=this._compilations.length,this._compilations[i]={schema:e,root:t,baseId:r},{index:i,compiling:!1})}.call(this,t,r,b);var C=this._compilations[I.index];if(I.compiling)return C.callValidate=function e(){var t=C.validate;var r=t.apply(this,arguments);e.errors=t.errors;return r};var F=this._formats;var D=this.RULES;try{var N=j(t,r,v,b);C.validate=N;var O=C.callValidate;return O&&(O.schema=N.schema,O.errors=null,O.refs=N.refs,O.refVal=N.refVal,O.root=N.root,O.$async=N.$async,w.sourceCode&&(O.source=N.source)),N}finally{(function(e,t,r){var i=c.call(this,e,t,r);i>=0&&this._compilations.splice(i,1)}).call(this,t,r,b)}function j(t,a,c,v){var b=!a||a&&a.schema==t;if(a.schema!=r.schema)return e.call(y,t,a,c,v);var T,A=!0===t.$async,I=s({isTop:!0,schema:t,isRoot:b,baseId:v,root:a,schemaPath:"",errSchemaPath:"#",errorPath:'""',MissingRefError:o.MissingRef,RULES:D,validate:s,util:n,resolve:i,resolveRef:B,usePattern:R,useDefault:L,useCustomRule:H,opts:w,formats:F,logger:y.logger,self:y});I=g(E,m)+g(_,d)+g(S,h)+g(k,f)+I,w.processCode&&(I=w.processCode(I));try{var C=new Function("self","RULES","formats","root","refVal","defaults","customRules","equal","ucs2length","ValidationError",I);T=C(y,D,F,r,E,S,k,l,u,p),E[0]=T}catch(e){throw y.logger.error("Error compiling schema, function code:",I),e}return T.schema=t,T.errors=null,T.refs=x,T.refVal=E,T.root=b?T:a,A&&(T.$async=!0),!0===w.sourceCode&&(T.source={code:I,patterns:_,defaults:S}),T}function B(t,n,o){n=i.url(t,n);var a,s,u=x[n];if(void 0!==u)return M(a=E[u],s="refVal["+u+"]");if(!o&&r.refs){var l=r.refs[n];if(void 0!==l)return a=r.refVal[l],s=P(n,a),M(a,s)}s=P(n);var p=i.call(y,j,r,n);if(void 0===p){var c=v&&v[n];c&&(p=i.inlineRef(c,w.inlineRefs)?c:e.call(y,c,r,v,t))}if(void 0!==p)return function(e,t){var r=x[e];E[r]=t}(n,p),M(p,s);!function(e){delete x[e]}(n)}function P(e,t){var r=E.length;return E[r]=t,x[e]=r,"refVal"+r}function M(e,t){return"object"==typeof e||"boolean"==typeof e?{code:t,schema:e,inline:!0}:{code:t,$async:e&&!!e.$async}}function R(e){var t=T[e];return void 0===t&&(t=T[e]=_.length,_[t]=e),"pattern"+t}function L(e){switch(typeof e){case"boolean":case"number":return""+e;case"string":return n.toQuotedString(e);case"object":if(null===e)return"null";var t=a(e),r=A[t];return void 0===r&&(r=A[t]=S.length,S[r]=e),"default"+r}}function H(e,t,r,i){if(!1!==y._opts.validateSchema){var n=e.definition.dependencies;if(n&&!n.every(function(e){return Object.prototype.hasOwnProperty.call(r,e)}))throw new Error("parent schema must have all required keywords: "+n.join(","));var o=e.definition.validateSchema;if(o){var a=o(t);if(!a){var s="keyword schema is invalid: "+y.errorsText(o.errors);if("log"!=y._opts.validateSchema)throw new Error(s);y.logger.error(s)}}}var u,l=e.definition.compile,p=e.definition.inline,c=e.definition.macro;if(l)u=l.call(y,t,r,i);else if(c)u=c.call(y,t,r,i),!1!==w.validateSchema&&y.validateSchema(u,!0);else if(p)u=p.call(y,i,e.keyword,t,r);else if(!(u=e.definition.validate))return;if(void 0===u)throw new Error('custom keyword "'+e.keyword+'"failed to compile');var d=k.length;return k[d]=u,{code:"customRule"+d,validate:u}}}},function(e,t,r){ +/** @license URI.js v4.2.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */ +!function(e){"use strict";function t(){for(var e=arguments.length,t=Array(e),r=0;r1){t[0]=t[0].slice(0,-1);for(var i=t.length-1,n=1;n= 0x80 (not a basic code point)","invalid-input":"Invalid input"},m=Math.floor,f=String.fromCharCode;function g(e){throw new RangeError(h[e])}function v(e,t){var r=e.split("@"),i="";r.length>1&&(i=r[0]+"@",e=r[1]);var n=(e=e.replace(d,".")).split("."),o=function(e,t){for(var r=[],i=e.length;i--;)r[i]=t(e[i]);return r}(n,t).join(".");return i+o}function b(e){for(var t=[],r=0,i=e.length;r=55296&&n<=56319&&r>1,e+=m(e/t);e>455;i+=36)e=m(e/35);return m(i+36*e/(e+38))},E=function(e){var t,r=[],i=e.length,n=0,o=128,a=72,s=e.lastIndexOf("-");s<0&&(s=0);for(var u=0;u=128&&g("not-basic"),r.push(e.charCodeAt(u));for(var p=s>0?s+1:0;p=i&&g("invalid-input");var f=(t=e.charCodeAt(p++))-48<10?t-22:t-65<26?t-65:t-97<26?t-97:36;(f>=36||f>m((l-n)/d))&&g("overflow"),n+=f*d;var v=h<=a?1:h>=a+26?26:h-a;if(fm(l/b)&&g("overflow"),d*=b}var y=r.length+1;a=w(n-c,y,0==c),m(n/y)>l-o&&g("overflow"),o+=m(n/y),n%=y,r.splice(n++,0,o)}return String.fromCodePoint.apply(String,r)},x=function(e){var t=[],r=(e=b(e)).length,i=128,n=0,o=72,a=!0,s=!1,u=void 0;try{for(var p,c=e[Symbol.iterator]();!(a=(p=c.next()).done);a=!0){var d=p.value;d<128&&t.push(f(d))}}catch(e){s=!0,u=e}finally{try{!a&&c.return&&c.return()}finally{if(s)throw u}}var h=t.length,v=h;for(h&&t.push("-");v=i&&km((l-n)/I)&&g("overflow"),n+=(E-i)*I,i=E;var C=!0,F=!1,D=void 0;try{for(var N,O=e[Symbol.iterator]();!(C=(N=O.next()).done);C=!0){var j=N.value;if(jl&&g("overflow"),j==i){for(var B=n,P=36;;P+=36){var M=P<=o?1:P>=o+26?26:P-o;if(B>6|192).toString(16).toUpperCase()+"%"+(63&t|128).toString(16).toUpperCase():"%"+(t>>12|224).toString(16).toUpperCase()+"%"+(t>>6&63|128).toString(16).toUpperCase()+"%"+(63&t|128).toString(16).toUpperCase()}function A(e){for(var t="",r=0,i=e.length;r=194&&n<224){if(i-r>=6){var o=parseInt(e.substr(r+4,2),16);t+=String.fromCharCode((31&n)<<6|63&o)}else t+=e.substr(r,6);r+=6}else if(n>=224){if(i-r>=9){var a=parseInt(e.substr(r+4,2),16),s=parseInt(e.substr(r+7,2),16);t+=String.fromCharCode((15&n)<<12|(63&a)<<6|63&s)}else t+=e.substr(r,9);r+=9}else t+=e.substr(r,3),r+=3}return t}function k(e,t){function r(e){var r=A(e);return r.match(t.UNRESERVED)?r:e}return e.scheme&&(e.scheme=String(e.scheme).replace(t.PCT_ENCODED,r).toLowerCase().replace(t.NOT_SCHEME,"")),void 0!==e.userinfo&&(e.userinfo=String(e.userinfo).replace(t.PCT_ENCODED,r).replace(t.NOT_USERINFO,S).replace(t.PCT_ENCODED,n)),void 0!==e.host&&(e.host=String(e.host).replace(t.PCT_ENCODED,r).toLowerCase().replace(t.NOT_HOST,S).replace(t.PCT_ENCODED,n)),void 0!==e.path&&(e.path=String(e.path).replace(t.PCT_ENCODED,r).replace(e.scheme?t.NOT_PATH:t.NOT_PATH_NOSCHEME,S).replace(t.PCT_ENCODED,n)),void 0!==e.query&&(e.query=String(e.query).replace(t.PCT_ENCODED,r).replace(t.NOT_QUERY,S).replace(t.PCT_ENCODED,n)),void 0!==e.fragment&&(e.fragment=String(e.fragment).replace(t.PCT_ENCODED,r).replace(t.NOT_FRAGMENT,S).replace(t.PCT_ENCODED,n)),e}function I(e){return e.replace(/^0*(.*)/,"$1")||"0"}function C(e,t){var r=e.match(t.IPV4ADDRESS)||[],i=u(r,2),n=i[1];return n?n.split(".").map(I).join("."):e}function F(e,t){var r=e.match(t.IPV6ADDRESS)||[],i=u(r,3),n=i[1],o=i[2];if(n){for(var a=n.toLowerCase().split("::").reverse(),s=u(a,2),l=s[0],p=s[1],c=p?p.split(":").map(I):[],d=l.split(":").map(I),h=t.IPV4ADDRESS.test(d[d.length-1]),m=h?7:8,f=d.length-m,g=Array(m),v=0;v1){var E=g.slice(0,y.index),x=g.slice(y.index+y.length);w=E.join(":")+"::"+x.join(":")}else w=g.join(":");return o&&(w+="%"+o),w}return e}var D=/^(?:([^:\/?#]+):)?(?:\/\/((?:([^\/?#@]*)@)?(\[[^\/?#\]]+\]|[^\/?#:]*)(?:\:(\d*))?))?([^?#]*)(?:\?([^#]*))?(?:#((?:.|\n|\r)*))?/i,N=void 0==="".match(/(){0}/)[1];function O(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r={},i=!1!==t.iri?s:a;"suffix"===t.reference&&(e=(t.scheme?t.scheme+":":"")+"//"+e);var n=e.match(D);if(n){N?(r.scheme=n[1],r.userinfo=n[3],r.host=n[4],r.port=parseInt(n[5],10),r.path=n[6]||"",r.query=n[7],r.fragment=n[8],isNaN(r.port)&&(r.port=n[5])):(r.scheme=n[1]||void 0,r.userinfo=-1!==e.indexOf("@")?n[3]:void 0,r.host=-1!==e.indexOf("//")?n[4]:void 0,r.port=parseInt(n[5],10),r.path=n[6]||"",r.query=-1!==e.indexOf("?")?n[7]:void 0,r.fragment=-1!==e.indexOf("#")?n[8]:void 0,isNaN(r.port)&&(r.port=e.match(/\/\/(?:.|\n)*\:(?:\/|\?|\#|$)/)?n[4]:void 0)),r.host&&(r.host=F(C(r.host,i),i)),void 0!==r.scheme||void 0!==r.userinfo||void 0!==r.host||void 0!==r.port||r.path||void 0!==r.query?void 0===r.scheme?r.reference="relative":void 0===r.fragment?r.reference="absolute":r.reference="uri":r.reference="same-document",t.reference&&"suffix"!==t.reference&&t.reference!==r.reference&&(r.error=r.error||"URI is not a "+t.reference+" reference.");var o=T[(t.scheme||r.scheme||"").toLowerCase()];if(t.unicodeSupport||o&&o.unicodeSupport)k(r,i);else{if(r.host&&(t.domainHost||o&&o.domainHost))try{r.host=_.toASCII(r.host.replace(i.PCT_ENCODED,A).toLowerCase())}catch(e){r.error=r.error||"Host's domain name can not be converted to ASCII via punycode: "+e}k(r,a)}o&&o.parse&&o.parse(r,t)}else r.error=r.error||"URI can not be parsed.";return r}var j=/^\.\.?\//,B=/^\/\.(\/|$)/,P=/^\/\.\.(\/|$)/,M=/^\/?(?:.|\n)*?(?=\/|$)/;function R(e){for(var t=[];e.length;)if(e.match(j))e=e.replace(j,"");else if(e.match(B))e=e.replace(B,"/");else if(e.match(P))e=e.replace(P,"/"),t.pop();else if("."===e||".."===e)e="";else{var r=e.match(M);if(!r)throw new Error("Unexpected dot segment condition");var i=r[0];e=e.slice(i.length),t.push(i)}return t.join("")}function L(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=t.iri?s:a,i=[],n=T[(t.scheme||e.scheme||"").toLowerCase()];if(n&&n.serialize&&n.serialize(e,t),e.host)if(r.IPV6ADDRESS.test(e.host));else if(t.domainHost||n&&n.domainHost)try{e.host=t.iri?_.toUnicode(e.host):_.toASCII(e.host.replace(r.PCT_ENCODED,A).toLowerCase())}catch(r){e.error=e.error||"Host's domain name can not be converted to "+(t.iri?"Unicode":"ASCII")+" via punycode: "+r}k(e,r),"suffix"!==t.reference&&e.scheme&&(i.push(e.scheme),i.push(":"));var o=function(e,t){var r=!1!==t.iri?s:a,i=[];return void 0!==e.userinfo&&(i.push(e.userinfo),i.push("@")),void 0!==e.host&&i.push(F(C(String(e.host),r),r).replace(r.IPV6ADDRESS,function(e,t,r){return"["+t+(r?"%25"+r:"")+"]"})),"number"==typeof e.port&&(i.push(":"),i.push(e.port.toString(10))),i.length?i.join(""):void 0}(e,t);if(void 0!==o&&("suffix"!==t.reference&&i.push("//"),i.push(o),e.path&&"/"!==e.path.charAt(0)&&i.push("/")),void 0!==e.path){var u=e.path;t.absolutePath||n&&n.absolutePath||(u=R(u)),void 0===o&&(u=u.replace(/^\/\//,"/%2F")),i.push(u)}return void 0!==e.query&&(i.push("?"),i.push(e.query)),void 0!==e.fragment&&(i.push("#"),i.push(e.fragment)),i.join("")}function H(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=arguments[3],n={};return i||(e=O(L(e,r),r),t=O(L(t,r),r)),!(r=r||{}).tolerant&&t.scheme?(n.scheme=t.scheme,n.userinfo=t.userinfo,n.host=t.host,n.port=t.port,n.path=R(t.path||""),n.query=t.query):(void 0!==t.userinfo||void 0!==t.host||void 0!==t.port?(n.userinfo=t.userinfo,n.host=t.host,n.port=t.port,n.path=R(t.path||""),n.query=t.query):(t.path?("/"===t.path.charAt(0)?n.path=R(t.path):(void 0===e.userinfo&&void 0===e.host&&void 0===e.port||e.path?e.path?n.path=e.path.slice(0,e.path.lastIndexOf("/")+1)+t.path:n.path=t.path:n.path="/"+t.path,n.path=R(n.path)),n.query=t.query):(n.path=e.path,void 0!==t.query?n.query=t.query:n.query=e.query),n.userinfo=e.userinfo,n.host=e.host,n.port=e.port),n.scheme=e.scheme),n.fragment=t.fragment,n}function U(e,t){return e&&e.toString().replace(t&&t.iri?s.PCT_ENCODED:a.PCT_ENCODED,A)}var z={scheme:"http",domainHost:!0,parse:function(e,t){return e.host||(e.error=e.error||"HTTP URIs must have a host."),e},serialize:function(e,t){return e.port!==("https"!==String(e.scheme).toLowerCase()?80:443)&&""!==e.port||(e.port=void 0),e.path||(e.path="/"),e}},q={scheme:"https",domainHost:z.domainHost,parse:z.parse,serialize:z.serialize},V={},W="[A-Za-z0-9\\-\\.\\_\\~\\xA0-\\u200D\\u2010-\\u2029\\u202F-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF]",K="[0-9A-Fa-f]",$=r(r("%[EFef][0-9A-Fa-f]%"+K+K+"%"+K+K)+"|"+r("%[89A-Fa-f][0-9A-Fa-f]%"+K+K)+"|"+r("%"+K+K)),G=t("[\\!\\$\\%\\'\\(\\)\\*\\+\\,\\-\\.0-9\\<\\>A-Z\\x5E-\\x7E]",'[\\"\\\\]'),Y=new RegExp(W,"g"),X=new RegExp($,"g"),Q=new RegExp(t("[^]","[A-Za-z0-9\\!\\$\\%\\'\\*\\+\\-\\^\\_\\`\\{\\|\\}\\~]","[\\.]",'[\\"]',G),"g"),Z=new RegExp(t("[^]",W,"[\\!\\$\\'\\(\\)\\*\\+\\,\\;\\:\\@]"),"g"),J=Z;function ee(e){var t=A(e);return t.match(Y)?t:e}var te={scheme:"mailto",parse:function(e,t){var r=e,i=r.to=r.path?r.path.split(","):[];if(r.path=void 0,r.query){for(var n=!1,o={},a=r.query.split("&"),s=0,u=a.length;s=55296&&t<=56319&&n%\\^`{|}]|%[0-9a-f]{2})|\{[+#.\/;?&=,!@|]?(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?(?:,(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?)*\})*$/i,p=/^(?:(?:http[s\u017F]?|ftp):\/\/)(?:(?:[\0-\x08\x0E-\x1F!-\x9F\xA1-\u167F\u1681-\u1FFF\u200B-\u2027\u202A-\u202E\u2030-\u205E\u2060-\u2FFF\u3001-\uD7FF\uE000-\uFEFE\uFF00-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+(?::(?:[\0-\x08\x0E-\x1F!-\x9F\xA1-\u167F\u1681-\u1FFF\u200B-\u2027\u202A-\u202E\u2030-\u205E\u2060-\u2FFF\u3001-\uD7FF\uE000-\uFEFE\uFF00-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])*)?@)?(?:(?!10(?:\.[0-9]{1,3}){3})(?!127(?:\.[0-9]{1,3}){3})(?!169\.254(?:\.[0-9]{1,3}){2})(?!192\.168(?:\.[0-9]{1,3}){2})(?!172\.(?:1[6-9]|2[0-9]|3[01])(?:\.[0-9]{1,3}){2})(?:[1-9][0-9]?|1[0-9][0-9]|2[01][0-9]|22[0-3])(?:\.(?:1?[0-9]{1,2}|2[0-4][0-9]|25[0-5])){2}(?:\.(?:[1-9][0-9]?|1[0-9][0-9]|2[0-4][0-9]|25[0-4]))|(?:(?:(?:[0-9KSa-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+-?)*(?:[0-9KSa-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+)(?:\.(?:(?:[0-9KSa-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+-?)*(?:[0-9KSa-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+)*(?:\.(?:(?:[KSa-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]){2,})))(?::[0-9]{2,5})?(?:\/(?:[\0-\x08\x0E-\x1F!-\x9F\xA1-\u167F\u1681-\u1FFF\u200B-\u2027\u202A-\u202E\u2030-\u205E\u2060-\u2FFF\u3001-\uD7FF\uE000-\uFEFE\uFF00-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])*)?$/i,c=/^(?:urn:uuid:)?[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$/i,d=/^(?:\/(?:[^~\/]|~0|~1)*)*$/,h=/^#(?:\/(?:[a-z0-9_\-.!$&'()*+,;:=@]|%[0-9a-f]{2}|~0|~1)*)*$/i,m=/^(?:0|[1-9][0-9]*)(?:#|(?:\/(?:[^~\/]|~0|~1)*)*)$/;function f(e){return e="full"==e?"full":"fast",i.copy(f[e])}function g(e){var t=e.match(n);if(!t)return!1;var r=+t[1],i=+t[2],a=+t[3];return i>=1&&i<=12&&a>=1&&a<=(2==i&&function(e){return e%4==0&&(e%100!=0||e%400==0)}(r)?29:o[i])}function v(e,t){var r=e.match(a);if(!r)return!1;var i=r[1],n=r[2],o=r[3],s=r[5];return(i<=23&&n<=59&&o<=59||23==i&&59==n&&60==o)&&(!t||s)}e.exports=f,f.fast={date:/^\d\d\d\d-[0-1]\d-[0-3]\d$/,time:/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d:\d\d)?$/i,"date-time":/^\d\d\d\d-[0-1]\d-[0-3]\d[t\s](?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d:\d\d)$/i,uri:/^(?:[a-z][a-z0-9+-.]*:)(?:\/?\/)?[^\s]*$/i,"uri-reference":/^(?:(?:[a-z][a-z0-9+-.]*:)?\/?\/)?(?:[^\\\s#][^\s#]*)?(?:#[^\\\s]*)?$/i,"uri-template":l,url:p,email:/^[a-z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)*$/i,hostname:s,ipv4:/^(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)$/,ipv6:/^\s*(?:(?:(?:[0-9a-f]{1,4}:){7}(?:[0-9a-f]{1,4}|:))|(?:(?:[0-9a-f]{1,4}:){6}(?::[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){5}(?:(?:(?::[0-9a-f]{1,4}){1,2})|:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){4}(?:(?:(?::[0-9a-f]{1,4}){1,3})|(?:(?::[0-9a-f]{1,4})?:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){3}(?:(?:(?::[0-9a-f]{1,4}){1,4})|(?:(?::[0-9a-f]{1,4}){0,2}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){2}(?:(?:(?::[0-9a-f]{1,4}){1,5})|(?:(?::[0-9a-f]{1,4}){0,3}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){1}(?:(?:(?::[0-9a-f]{1,4}){1,6})|(?:(?::[0-9a-f]{1,4}){0,4}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?::(?:(?:(?::[0-9a-f]{1,4}){1,7})|(?:(?::[0-9a-f]{1,4}){0,5}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))(?:%.+)?\s*$/i,regex:E,uuid:c,"json-pointer":d,"json-pointer-uri-fragment":h,"relative-json-pointer":m},f.full={date:g,time:v,"date-time":function(e){var t=e.split(b);return 2==t.length&&g(t[0])&&v(t[1],!0)},uri:function(e){return y.test(e)&&u.test(e)},"uri-reference":/^(?:[a-z][a-z0-9+\-.]*:)?(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'"()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?(?:\?(?:[a-z0-9\-._~!$&'"()*+,;=:@\/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'"()*+,;=:@\/?]|%[0-9a-f]{2})*)?$/i,"uri-template":l,url:p,email:/^[a-z0-9!#$%&'*+\/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+\/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$/i,hostname:function(e){return e.length<=255&&s.test(e)},ipv4:/^(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)$/,ipv6:/^\s*(?:(?:(?:[0-9a-f]{1,4}:){7}(?:[0-9a-f]{1,4}|:))|(?:(?:[0-9a-f]{1,4}:){6}(?::[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){5}(?:(?:(?::[0-9a-f]{1,4}){1,2})|:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){4}(?:(?:(?::[0-9a-f]{1,4}){1,3})|(?:(?::[0-9a-f]{1,4})?:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){3}(?:(?:(?::[0-9a-f]{1,4}){1,4})|(?:(?::[0-9a-f]{1,4}){0,2}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){2}(?:(?:(?::[0-9a-f]{1,4}){1,5})|(?:(?::[0-9a-f]{1,4}){0,3}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){1}(?:(?:(?::[0-9a-f]{1,4}){1,6})|(?:(?::[0-9a-f]{1,4}){0,4}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?::(?:(?:(?::[0-9a-f]{1,4}){1,7})|(?:(?::[0-9a-f]{1,4}){0,5}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))(?:%.+)?\s*$/i,regex:E,uuid:c,"json-pointer":d,"json-pointer-uri-fragment":h,"relative-json-pointer":m};var b=/t|\s/i;var y=/\/|:/;var w=/[^\\]\\Z/;function E(e){if(w.test(e))return!1;try{return new RegExp(e),!0}catch(e){return!1}}},function(e,t,r){"use strict";var i=r(655),n=r(84).toHash;e.exports=function(){var e=[{type:"number",rules:[{maximum:["exclusiveMaximum"]},{minimum:["exclusiveMinimum"]},"multipleOf","format"]},{type:"string",rules:["maxLength","minLength","pattern","format"]},{type:"array",rules:["maxItems","minItems","items","contains","uniqueItems"]},{type:"object",rules:["maxProperties","minProperties","required","dependencies","propertyNames",{properties:["additionalProperties","patternProperties"]}]},{rules:["$ref","const","enum","not","anyOf","oneOf","allOf","if"]}],t=["type","$comment"];return e.all=n(t),e.types=n(["number","integer","string","array","object","boolean","null"]),e.forEach(function(r){r.rules=r.rules.map(function(r){var n;if("object"==typeof r){var o=Object.keys(r)[0];n=r[o],r=o,n.forEach(function(r){t.push(r),e.all[r]=!0})}return t.push(r),e.all[r]={keyword:r,code:i[r],implements:n}}),e.all.$comment={keyword:"$comment",code:i.$comment},r.type&&(e.types[r.type]=r)}),e.keywords=n(t.concat(["$schema","$id","id","$data","$async","title","description","default","definitions","examples","readOnly","writeOnly","contentMediaType","contentEncoding","additionalItems","then","else"])),e.custom={},e}},function(e,t,r){"use strict";e.exports={$ref:r(656),allOf:r(657),anyOf:r(658),$comment:r(659),const:r(660),contains:r(661),dependencies:r(662),enum:r(663),format:r(664),if:r(665),items:r(666),maximum:r(320),minimum:r(320),maxItems:r(321),minItems:r(321),maxLength:r(322),minLength:r(322),maxProperties:r(323),minProperties:r(323),multipleOf:r(667),not:r(668),oneOf:r(669),pattern:r(670),properties:r(671),propertyNames:r(672),required:r(673),uniqueItems:r(674),validate:r(319)}},function(e,t,r){"use strict";e.exports=function(e,t,r){var i,n,o=" ",a=e.level,s=e.dataLevel,u=e.schema[t],l=e.errSchemaPath+"/"+t,p=!e.opts.allErrors,c="data"+(s||""),d="valid"+a;if("#"==u||"#/"==u)e.isRoot?(i=e.async,n="validate"):(i=!0===e.root.schema.$async,n="root.refVal[0]");else{var h=e.resolveRef(e.baseId,u,e.isRoot);if(void 0===h){var m=e.MissingRefError.message(e.baseId,u);if("fail"==e.opts.missingRefs){e.logger.error(m),(b=b||[]).push(o),o="",!1!==e.createErrors?(o+=" { keyword: '$ref' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(l)+" , params: { ref: '"+e.util.escapeQuotes(u)+"' } ",!1!==e.opts.messages&&(o+=" , message: 'can\\'t resolve reference "+e.util.escapeQuotes(u)+"' "),e.opts.verbose&&(o+=" , schema: "+e.util.toQuotedString(u)+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),o+=" } "):o+=" {} ";var f=o;o=b.pop(),!e.compositeRule&&p?e.async?o+=" throw new ValidationError(["+f+"]); ":o+=" validate.errors = ["+f+"]; return false; ":o+=" var err = "+f+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",p&&(o+=" if (false) { ")}else{if("ignore"!=e.opts.missingRefs)throw new e.MissingRefError(e.baseId,u,m);e.logger.warn(m),p&&(o+=" if (true) { ")}}else if(h.inline){var g=e.util.copy(e);g.level++;var v="valid"+g.level;g.schema=h.schema,g.schemaPath="",g.errSchemaPath=u,o+=" "+e.validate(g).replace(/validate\.schema/g,h.code)+" ",p&&(o+=" if ("+v+") { ")}else i=!0===h.$async||e.async&&!1!==h.$async,n=h.code}if(n){var b;(b=b||[]).push(o),o="",e.opts.passContext?o+=" "+n+".call(this, ":o+=" "+n+"( ",o+=" "+c+", (dataPath || '')",'""'!=e.errorPath&&(o+=" + "+e.errorPath);var y=o+=" , "+(s?"data"+(s-1||""):"parentData")+" , "+(s?e.dataPathArr[s]:"parentDataProperty")+", rootData) ";if(o=b.pop(),i){if(!e.async)throw new Error("async schema referenced by sync schema");p&&(o+=" var "+d+"; "),o+=" try { await "+y+"; ",p&&(o+=" "+d+" = true; "),o+=" } catch (e) { if (!(e instanceof ValidationError)) throw e; if (vErrors === null) vErrors = e.errors; else vErrors = vErrors.concat(e.errors); errors = vErrors.length; ",p&&(o+=" "+d+" = false; "),o+=" } ",p&&(o+=" if ("+d+") { ")}else o+=" if (!"+y+") { if (vErrors === null) vErrors = "+n+".errors; else vErrors = vErrors.concat("+n+".errors); errors = vErrors.length; } ",p&&(o+=" else { ")}return o}},function(e,t,r){"use strict";e.exports=function(e,t,r){var i=" ",n=e.schema[t],o=e.schemaPath+e.util.getProperty(t),a=e.errSchemaPath+"/"+t,s=!e.opts.allErrors,u=e.util.copy(e),l="";u.level++;var p="valid"+u.level,c=u.baseId,d=!0,h=n;if(h)for(var m,f=-1,g=h.length-1;f0:e.util.schemaHasRules(m,e.RULES.all))&&(d=!1,u.schema=m,u.schemaPath=o+"["+f+"]",u.errSchemaPath=a+"/"+f,i+=" "+e.validate(u)+" ",u.baseId=c,s&&(i+=" if ("+p+") { ",l+="}"));return s&&(i+=d?" if (true) { ":" "+l.slice(0,-1)+" "),i=e.util.cleanUpCode(i)}},function(e,t,r){"use strict";e.exports=function(e,t,r){var i=" ",n=e.level,o=e.dataLevel,a=e.schema[t],s=e.schemaPath+e.util.getProperty(t),u=e.errSchemaPath+"/"+t,l=!e.opts.allErrors,p="data"+(o||""),c="valid"+n,d="errs__"+n,h=e.util.copy(e),m="";h.level++;var f="valid"+h.level;if(a.every(function(t){return e.opts.strictKeywords?"object"==typeof t&&Object.keys(t).length>0:e.util.schemaHasRules(t,e.RULES.all)})){var g=h.baseId;i+=" var "+d+" = errors; var "+c+" = false; ";var v=e.compositeRule;e.compositeRule=h.compositeRule=!0;var b=a;if(b)for(var y,w=-1,E=b.length-1;w0:e.util.schemaHasRules(a,e.RULES.all);if(i+="var "+d+" = errors;var "+c+";",y){var w=e.compositeRule;e.compositeRule=h.compositeRule=!0,h.schema=a,h.schemaPath=s,h.errSchemaPath=u,i+=" var "+m+" = false; for (var "+f+" = 0; "+f+" < "+p+".length; "+f+"++) { ",h.errorPath=e.util.getPathExpr(e.errorPath,f,e.opts.jsonPointers,!0);var E=p+"["+f+"]";h.dataPathArr[g]=f;var x=e.validate(h);h.baseId=b,e.util.varOccurences(x,v)<2?i+=" "+e.util.varReplace(x,v,E)+" ":i+=" var "+v+" = "+E+"; "+x+" ",i+=" if ("+m+") break; } ",e.compositeRule=h.compositeRule=w,i+=" if (!"+m+") {"}else i+=" if ("+p+".length == 0) {";var _=_||[];_.push(i),i="",!1!==e.createErrors?(i+=" { keyword: 'contains' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: {} ",!1!==e.opts.messages&&(i+=" , message: 'should contain a valid item' "),e.opts.verbose&&(i+=" , schema: validate.schema"+s+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+p+" "),i+=" } "):i+=" {} ";var T=i;return i=_.pop(),!e.compositeRule&&l?e.async?i+=" throw new ValidationError(["+T+"]); ":i+=" validate.errors = ["+T+"]; return false; ":i+=" var err = "+T+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" } else { ",y&&(i+=" errors = "+d+"; if (vErrors !== null) { if ("+d+") vErrors.length = "+d+"; else vErrors = null; } "),e.opts.allErrors&&(i+=" } "),i=e.util.cleanUpCode(i)}},function(e,t,r){"use strict";e.exports=function(e,t,r){var i=" ",n=e.level,o=e.dataLevel,a=e.schema[t],s=e.schemaPath+e.util.getProperty(t),u=e.errSchemaPath+"/"+t,l=!e.opts.allErrors,p="data"+(o||""),c="errs__"+n,d=e.util.copy(e),h="";d.level++;var m="valid"+d.level,f={},g={},v=e.opts.ownProperties;for(E in a){var b=a[E],y=Array.isArray(b)?g:f;y[E]=b}i+="var "+c+" = errors;";var w=e.errorPath;for(var E in i+="var missing"+n+";",g)if((y=g[E]).length){if(i+=" if ( "+p+e.util.getProperty(E)+" !== undefined ",v&&(i+=" && Object.prototype.hasOwnProperty.call("+p+", '"+e.util.escapeQuotes(E)+"') "),l){i+=" && ( ";var x=y;if(x)for(var _=-1,T=x.length-1;_0:e.util.schemaHasRules(b,e.RULES.all))&&(i+=" "+m+" = true; if ( "+p+e.util.getProperty(E)+" !== undefined ",v&&(i+=" && Object.prototype.hasOwnProperty.call("+p+", '"+e.util.escapeQuotes(E)+"') "),i+=") { ",d.schema=b,d.schemaPath=s+e.util.getProperty(E),d.errSchemaPath=u+"/"+e.util.escapeFragment(E),i+=" "+e.validate(d)+" ",d.baseId=B,i+=" } ",l&&(i+=" if ("+m+") { ",h+="}"))}return l&&(i+=" "+h+" if ("+c+" == errors) {"),i=e.util.cleanUpCode(i)}},function(e,t,r){"use strict";e.exports=function(e,t,r){var i=" ",n=e.level,o=e.dataLevel,a=e.schema[t],s=e.schemaPath+e.util.getProperty(t),u=e.errSchemaPath+"/"+t,l=!e.opts.allErrors,p="data"+(o||""),c="valid"+n,d=e.opts.$data&&a&&a.$data;d&&(i+=" var schema"+n+" = "+e.util.getData(a.$data,o,e.dataPathArr)+"; ");var h="i"+n,m="schema"+n;d||(i+=" var "+m+" = validate.schema"+s+";"),i+="var "+c+";",d&&(i+=" if (schema"+n+" === undefined) "+c+" = true; else if (!Array.isArray(schema"+n+")) "+c+" = false; else {"),i+=c+" = false;for (var "+h+"=0; "+h+"<"+m+".length; "+h+"++) if (equal("+p+", "+m+"["+h+"])) { "+c+" = true; break; }",d&&(i+=" } "),i+=" if (!"+c+") { ";var f=f||[];f.push(i),i="",!1!==e.createErrors?(i+=" { keyword: 'enum' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { allowedValues: schema"+n+" } ",!1!==e.opts.messages&&(i+=" , message: 'should be equal to one of the allowed values' "),e.opts.verbose&&(i+=" , schema: validate.schema"+s+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+p+" "),i+=" } "):i+=" {} ";var g=i;return i=f.pop(),!e.compositeRule&&l?e.async?i+=" throw new ValidationError(["+g+"]); ":i+=" validate.errors = ["+g+"]; return false; ":i+=" var err = "+g+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" }",l&&(i+=" else { "),i}},function(e,t,r){"use strict";e.exports=function(e,t,r){var i=" ",n=e.level,o=e.dataLevel,a=e.schema[t],s=e.schemaPath+e.util.getProperty(t),u=e.errSchemaPath+"/"+t,l=!e.opts.allErrors,p="data"+(o||"");if(!1===e.opts.format)return l&&(i+=" if (true) { "),i;var c,d=e.opts.$data&&a&&a.$data;d?(i+=" var schema"+n+" = "+e.util.getData(a.$data,o,e.dataPathArr)+"; ",c="schema"+n):c=a;var h=e.opts.unknownFormats,m=Array.isArray(h);if(d){i+=" var "+(f="format"+n)+" = formats["+c+"]; var "+(g="isObject"+n)+" = typeof "+f+" == 'object' && !("+f+" instanceof RegExp) && "+f+".validate; var "+(v="formatType"+n)+" = "+g+" && "+f+".type || 'string'; if ("+g+") { ",e.async&&(i+=" var async"+n+" = "+f+".async; "),i+=" "+f+" = "+f+".validate; } if ( ",d&&(i+=" ("+c+" !== undefined && typeof "+c+" != 'string') || "),i+=" (","ignore"!=h&&(i+=" ("+c+" && !"+f+" ",m&&(i+=" && self._opts.unknownFormats.indexOf("+c+") == -1 "),i+=") || "),i+=" ("+f+" && "+v+" == '"+r+"' && !(typeof "+f+" == 'function' ? ",e.async?i+=" (async"+n+" ? await "+f+"("+p+") : "+f+"("+p+")) ":i+=" "+f+"("+p+") ",i+=" : "+f+".test("+p+"))))) {"}else{var f;if(!(f=e.formats[a])){if("ignore"==h)return e.logger.warn('unknown format "'+a+'" ignored in schema at path "'+e.errSchemaPath+'"'),l&&(i+=" if (true) { "),i;if(m&&h.indexOf(a)>=0)return l&&(i+=" if (true) { "),i;throw new Error('unknown format "'+a+'" is used in schema at path "'+e.errSchemaPath+'"')}var g,v=(g="object"==typeof f&&!(f instanceof RegExp)&&f.validate)&&f.type||"string";if(g){var b=!0===f.async;f=f.validate}if(v!=r)return l&&(i+=" if (true) { "),i;if(b){if(!e.async)throw new Error("async format in sync schema");i+=" if (!(await "+(y="formats"+e.util.getProperty(a)+".validate")+"("+p+"))) { "}else{i+=" if (! ";var y="formats"+e.util.getProperty(a);g&&(y+=".validate"),i+="function"==typeof f?" "+y+"("+p+") ":" "+y+".test("+p+") ",i+=") { "}}var w=w||[];w.push(i),i="",!1!==e.createErrors?(i+=" { keyword: 'format' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { format: ",i+=d?""+c:""+e.util.toQuotedString(a),i+=" } ",!1!==e.opts.messages&&(i+=" , message: 'should match format \"",i+=d?"' + "+c+" + '":""+e.util.escapeQuotes(a),i+="\"' "),e.opts.verbose&&(i+=" , schema: ",i+=d?"validate.schema"+s:""+e.util.toQuotedString(a),i+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+p+" "),i+=" } "):i+=" {} ";var E=i;return i=w.pop(),!e.compositeRule&&l?e.async?i+=" throw new ValidationError(["+E+"]); ":i+=" validate.errors = ["+E+"]; return false; ":i+=" var err = "+E+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" } ",l&&(i+=" else { "),i}},function(e,t,r){"use strict";e.exports=function(e,t,r){var i=" ",n=e.level,o=e.dataLevel,a=e.schema[t],s=e.schemaPath+e.util.getProperty(t),u=e.errSchemaPath+"/"+t,l=!e.opts.allErrors,p="data"+(o||""),c="valid"+n,d="errs__"+n,h=e.util.copy(e);h.level++;var m="valid"+h.level,f=e.schema.then,g=e.schema.else,v=void 0!==f&&(e.opts.strictKeywords?"object"==typeof f&&Object.keys(f).length>0:e.util.schemaHasRules(f,e.RULES.all)),b=void 0!==g&&(e.opts.strictKeywords?"object"==typeof g&&Object.keys(g).length>0:e.util.schemaHasRules(g,e.RULES.all)),y=h.baseId;if(v||b){var w;h.createErrors=!1,h.schema=a,h.schemaPath=s,h.errSchemaPath=u,i+=" var "+d+" = errors; var "+c+" = true; ";var E=e.compositeRule;e.compositeRule=h.compositeRule=!0,i+=" "+e.validate(h)+" ",h.baseId=y,h.createErrors=!0,i+=" errors = "+d+"; if (vErrors !== null) { if ("+d+") vErrors.length = "+d+"; else vErrors = null; } ",e.compositeRule=h.compositeRule=E,v?(i+=" if ("+m+") { ",h.schema=e.schema.then,h.schemaPath=e.schemaPath+".then",h.errSchemaPath=e.errSchemaPath+"/then",i+=" "+e.validate(h)+" ",h.baseId=y,i+=" "+c+" = "+m+"; ",v&&b?i+=" var "+(w="ifClause"+n)+" = 'then'; ":w="'then'",i+=" } ",b&&(i+=" else { ")):i+=" if (!"+m+") { ",b&&(h.schema=e.schema.else,h.schemaPath=e.schemaPath+".else",h.errSchemaPath=e.errSchemaPath+"/else",i+=" "+e.validate(h)+" ",h.baseId=y,i+=" "+c+" = "+m+"; ",v&&b?i+=" var "+(w="ifClause"+n)+" = 'else'; ":w="'else'",i+=" } "),i+=" if (!"+c+") { var err = ",!1!==e.createErrors?(i+=" { keyword: 'if' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { failingKeyword: "+w+" } ",!1!==e.opts.messages&&(i+=" , message: 'should match \"' + "+w+" + '\" schema' "),e.opts.verbose&&(i+=" , schema: validate.schema"+s+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+p+" "),i+=" } "):i+=" {} ",i+="; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",!e.compositeRule&&l&&(e.async?i+=" throw new ValidationError(vErrors); ":i+=" validate.errors = vErrors; return false; "),i+=" } ",l&&(i+=" else { "),i=e.util.cleanUpCode(i)}else l&&(i+=" if (true) { ");return i}},function(e,t,r){"use strict";e.exports=function(e,t,r){var i=" ",n=e.level,o=e.dataLevel,a=e.schema[t],s=e.schemaPath+e.util.getProperty(t),u=e.errSchemaPath+"/"+t,l=!e.opts.allErrors,p="data"+(o||""),c="valid"+n,d="errs__"+n,h=e.util.copy(e),m="";h.level++;var f="valid"+h.level,g="i"+n,v=h.dataLevel=e.dataLevel+1,b="data"+v,y=e.baseId;if(i+="var "+d+" = errors;var "+c+";",Array.isArray(a)){var w=e.schema.additionalItems;if(!1===w){i+=" "+c+" = "+p+".length <= "+a.length+"; ";var E=u;u=e.errSchemaPath+"/additionalItems",i+=" if (!"+c+") { ";var x=x||[];x.push(i),i="",!1!==e.createErrors?(i+=" { keyword: 'additionalItems' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { limit: "+a.length+" } ",!1!==e.opts.messages&&(i+=" , message: 'should NOT have more than "+a.length+" items' "),e.opts.verbose&&(i+=" , schema: false , parentSchema: validate.schema"+e.schemaPath+" , data: "+p+" "),i+=" } "):i+=" {} ";var _=i;i=x.pop(),!e.compositeRule&&l?e.async?i+=" throw new ValidationError(["+_+"]); ":i+=" validate.errors = ["+_+"]; return false; ":i+=" var err = "+_+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" } ",u=E,l&&(m+="}",i+=" else { ")}var T=a;if(T)for(var S,A=-1,k=T.length-1;A0:e.util.schemaHasRules(S,e.RULES.all)){i+=" "+f+" = true; if ("+p+".length > "+A+") { ";var I=p+"["+A+"]";h.schema=S,h.schemaPath=s+"["+A+"]",h.errSchemaPath=u+"/"+A,h.errorPath=e.util.getPathExpr(e.errorPath,A,e.opts.jsonPointers,!0),h.dataPathArr[v]=A;var C=e.validate(h);h.baseId=y,e.util.varOccurences(C,b)<2?i+=" "+e.util.varReplace(C,b,I)+" ":i+=" var "+b+" = "+I+"; "+C+" ",i+=" } ",l&&(i+=" if ("+f+") { ",m+="}")}if("object"==typeof w&&(e.opts.strictKeywords?"object"==typeof w&&Object.keys(w).length>0:e.util.schemaHasRules(w,e.RULES.all))){h.schema=w,h.schemaPath=e.schemaPath+".additionalItems",h.errSchemaPath=e.errSchemaPath+"/additionalItems",i+=" "+f+" = true; if ("+p+".length > "+a.length+") { for (var "+g+" = "+a.length+"; "+g+" < "+p+".length; "+g+"++) { ",h.errorPath=e.util.getPathExpr(e.errorPath,g,e.opts.jsonPointers,!0);I=p+"["+g+"]";h.dataPathArr[v]=g;C=e.validate(h);h.baseId=y,e.util.varOccurences(C,b)<2?i+=" "+e.util.varReplace(C,b,I)+" ":i+=" var "+b+" = "+I+"; "+C+" ",l&&(i+=" if (!"+f+") break; "),i+=" } } ",l&&(i+=" if ("+f+") { ",m+="}")}}else if(e.opts.strictKeywords?"object"==typeof a&&Object.keys(a).length>0:e.util.schemaHasRules(a,e.RULES.all)){h.schema=a,h.schemaPath=s,h.errSchemaPath=u,i+=" for (var "+g+" = 0; "+g+" < "+p+".length; "+g+"++) { ",h.errorPath=e.util.getPathExpr(e.errorPath,g,e.opts.jsonPointers,!0);I=p+"["+g+"]";h.dataPathArr[v]=g;C=e.validate(h);h.baseId=y,e.util.varOccurences(C,b)<2?i+=" "+e.util.varReplace(C,b,I)+" ":i+=" var "+b+" = "+I+"; "+C+" ",l&&(i+=" if (!"+f+") break; "),i+=" }"}return l&&(i+=" "+m+" if ("+d+" == errors) {"),i=e.util.cleanUpCode(i)}},function(e,t,r){"use strict";e.exports=function(e,t,r){var i,n=" ",o=e.level,a=e.dataLevel,s=e.schema[t],u=e.schemaPath+e.util.getProperty(t),l=e.errSchemaPath+"/"+t,p=!e.opts.allErrors,c="data"+(a||""),d=e.opts.$data&&s&&s.$data;d?(n+=" var schema"+o+" = "+e.util.getData(s.$data,a,e.dataPathArr)+"; ",i="schema"+o):i=s,n+="var division"+o+";if (",d&&(n+=" "+i+" !== undefined && ( typeof "+i+" != 'number' || "),n+=" (division"+o+" = "+c+" / "+i+", ",e.opts.multipleOfPrecision?n+=" Math.abs(Math.round(division"+o+") - division"+o+") > 1e-"+e.opts.multipleOfPrecision+" ":n+=" division"+o+" !== parseInt(division"+o+") ",n+=" ) ",d&&(n+=" ) "),n+=" ) { ";var h=h||[];h.push(n),n="",!1!==e.createErrors?(n+=" { keyword: 'multipleOf' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(l)+" , params: { multipleOf: "+i+" } ",!1!==e.opts.messages&&(n+=" , message: 'should be multiple of ",n+=d?"' + "+i:i+"'"),e.opts.verbose&&(n+=" , schema: ",n+=d?"validate.schema"+u:""+s,n+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),n+=" } "):n+=" {} ";var m=n;return n=h.pop(),!e.compositeRule&&p?e.async?n+=" throw new ValidationError(["+m+"]); ":n+=" validate.errors = ["+m+"]; return false; ":n+=" var err = "+m+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",n+="} ",p&&(n+=" else { "),n}},function(e,t,r){"use strict";e.exports=function(e,t,r){var i=" ",n=e.level,o=e.dataLevel,a=e.schema[t],s=e.schemaPath+e.util.getProperty(t),u=e.errSchemaPath+"/"+t,l=!e.opts.allErrors,p="data"+(o||""),c="errs__"+n,d=e.util.copy(e);d.level++;var h="valid"+d.level;if(e.opts.strictKeywords?"object"==typeof a&&Object.keys(a).length>0:e.util.schemaHasRules(a,e.RULES.all)){d.schema=a,d.schemaPath=s,d.errSchemaPath=u,i+=" var "+c+" = errors; ";var m,f=e.compositeRule;e.compositeRule=d.compositeRule=!0,d.createErrors=!1,d.opts.allErrors&&(m=d.opts.allErrors,d.opts.allErrors=!1),i+=" "+e.validate(d)+" ",d.createErrors=!0,m&&(d.opts.allErrors=m),e.compositeRule=d.compositeRule=f,i+=" if ("+h+") { ";var g=g||[];g.push(i),i="",!1!==e.createErrors?(i+=" { keyword: 'not' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: {} ",!1!==e.opts.messages&&(i+=" , message: 'should NOT be valid' "),e.opts.verbose&&(i+=" , schema: validate.schema"+s+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+p+" "),i+=" } "):i+=" {} ";var v=i;i=g.pop(),!e.compositeRule&&l?e.async?i+=" throw new ValidationError(["+v+"]); ":i+=" validate.errors = ["+v+"]; return false; ":i+=" var err = "+v+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" } else { errors = "+c+"; if (vErrors !== null) { if ("+c+") vErrors.length = "+c+"; else vErrors = null; } ",e.opts.allErrors&&(i+=" } ")}else i+=" var err = ",!1!==e.createErrors?(i+=" { keyword: 'not' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: {} ",!1!==e.opts.messages&&(i+=" , message: 'should NOT be valid' "),e.opts.verbose&&(i+=" , schema: validate.schema"+s+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+p+" "),i+=" } "):i+=" {} ",i+="; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",l&&(i+=" if (false) { ");return i}},function(e,t,r){"use strict";e.exports=function(e,t,r){var i=" ",n=e.level,o=e.dataLevel,a=e.schema[t],s=e.schemaPath+e.util.getProperty(t),u=e.errSchemaPath+"/"+t,l=!e.opts.allErrors,p="data"+(o||""),c="valid"+n,d="errs__"+n,h=e.util.copy(e),m="";h.level++;var f="valid"+h.level,g=h.baseId,v="prevValid"+n,b="passingSchemas"+n;i+="var "+d+" = errors , "+v+" = false , "+c+" = false , "+b+" = null; ";var y=e.compositeRule;e.compositeRule=h.compositeRule=!0;var w=a;if(w)for(var E,x=-1,_=w.length-1;x<_;)E=w[x+=1],(e.opts.strictKeywords?"object"==typeof E&&Object.keys(E).length>0:e.util.schemaHasRules(E,e.RULES.all))?(h.schema=E,h.schemaPath=s+"["+x+"]",h.errSchemaPath=u+"/"+x,i+=" "+e.validate(h)+" ",h.baseId=g):i+=" var "+f+" = true; ",x&&(i+=" if ("+f+" && "+v+") { "+c+" = false; "+b+" = ["+b+", "+x+"]; } else { ",m+="}"),i+=" if ("+f+") { "+c+" = "+v+" = true; "+b+" = "+x+"; }";return e.compositeRule=h.compositeRule=y,i+=m+"if (!"+c+") { var err = ",!1!==e.createErrors?(i+=" { keyword: 'oneOf' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { passingSchemas: "+b+" } ",!1!==e.opts.messages&&(i+=" , message: 'should match exactly one schema in oneOf' "),e.opts.verbose&&(i+=" , schema: validate.schema"+s+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+p+" "),i+=" } "):i+=" {} ",i+="; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",!e.compositeRule&&l&&(e.async?i+=" throw new ValidationError(vErrors); ":i+=" validate.errors = vErrors; return false; "),i+="} else { errors = "+d+"; if (vErrors !== null) { if ("+d+") vErrors.length = "+d+"; else vErrors = null; }",e.opts.allErrors&&(i+=" } "),i}},function(e,t,r){"use strict";e.exports=function(e,t,r){var i,n=" ",o=e.level,a=e.dataLevel,s=e.schema[t],u=e.schemaPath+e.util.getProperty(t),l=e.errSchemaPath+"/"+t,p=!e.opts.allErrors,c="data"+(a||""),d=e.opts.$data&&s&&s.$data;d?(n+=" var schema"+o+" = "+e.util.getData(s.$data,a,e.dataPathArr)+"; ",i="schema"+o):i=s,n+="if ( ",d&&(n+=" ("+i+" !== undefined && typeof "+i+" != 'string') || "),n+=" !"+(d?"(new RegExp("+i+"))":e.usePattern(s))+".test("+c+") ) { ";var h=h||[];h.push(n),n="",!1!==e.createErrors?(n+=" { keyword: 'pattern' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(l)+" , params: { pattern: ",n+=d?""+i:""+e.util.toQuotedString(s),n+=" } ",!1!==e.opts.messages&&(n+=" , message: 'should match pattern \"",n+=d?"' + "+i+" + '":""+e.util.escapeQuotes(s),n+="\"' "),e.opts.verbose&&(n+=" , schema: ",n+=d?"validate.schema"+u:""+e.util.toQuotedString(s),n+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),n+=" } "):n+=" {} ";var m=n;return n=h.pop(),!e.compositeRule&&p?e.async?n+=" throw new ValidationError(["+m+"]); ":n+=" validate.errors = ["+m+"]; return false; ":n+=" var err = "+m+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",n+="} ",p&&(n+=" else { "),n}},function(e,t,r){"use strict";e.exports=function(e,t,r){var i=" ",n=e.level,o=e.dataLevel,a=e.schema[t],s=e.schemaPath+e.util.getProperty(t),u=e.errSchemaPath+"/"+t,l=!e.opts.allErrors,p="data"+(o||""),c="errs__"+n,d=e.util.copy(e),h="";d.level++;var m="valid"+d.level,f="key"+n,g="idx"+n,v=d.dataLevel=e.dataLevel+1,b="data"+v,y="dataProperties"+n,w=Object.keys(a||{}),E=e.schema.patternProperties||{},x=Object.keys(E),_=e.schema.additionalProperties,T=w.length||x.length,S=!1===_,A="object"==typeof _&&Object.keys(_).length,k=e.opts.removeAdditional,I=S||A||k,C=e.opts.ownProperties,F=e.baseId,D=e.schema.required;if(D&&(!e.opts.$data||!D.$data)&&D.length8)i+=" || validate.schema"+s+".hasOwnProperty("+f+") ";else{var O=w;if(O)for(var j=-1,B=O.length-1;j0:e.util.schemaHasRules(Q,e.RULES.all)){var Z=e.util.getProperty(G),J=(V=p+Z,K&&void 0!==Q.default);d.schema=Q,d.schemaPath=s+Z,d.errSchemaPath=u+"/"+e.util.escapeFragment(G),d.errorPath=e.util.getPath(e.errorPath,G,e.opts.jsonPointers),d.dataPathArr[v]=e.util.toQuotedString(G);W=e.validate(d);if(d.baseId=F,e.util.varOccurences(W,b)<2){W=e.util.varReplace(W,b,V);var ee=V}else{ee=b;i+=" var "+b+" = "+V+"; "}if(J)i+=" "+W+" ";else{if(N&&N[G]){i+=" if ( "+ee+" === undefined ",C&&(i+=" || ! Object.prototype.hasOwnProperty.call("+p+", '"+e.util.escapeQuotes(G)+"') "),i+=") { "+m+" = false; ";L=e.errorPath,U=u;var te,re=e.util.escapeQuotes(G);e.opts._errorDataPathProperty&&(e.errorPath=e.util.getPath(L,G,e.opts.jsonPointers)),u=e.errSchemaPath+"/required",(te=te||[]).push(i),i="",!1!==e.createErrors?(i+=" { keyword: 'required' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { missingProperty: '"+re+"' } ",!1!==e.opts.messages&&(i+=" , message: '",e.opts._errorDataPathProperty?i+="is a required property":i+="should have required property \\'"+re+"\\'",i+="' "),e.opts.verbose&&(i+=" , schema: validate.schema"+s+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+p+" "),i+=" } "):i+=" {} ";z=i;i=te.pop(),!e.compositeRule&&l?e.async?i+=" throw new ValidationError(["+z+"]); ":i+=" validate.errors = ["+z+"]; return false; ":i+=" var err = "+z+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",u=U,e.errorPath=L,i+=" } else { "}else l?(i+=" if ( "+ee+" === undefined ",C&&(i+=" || ! Object.prototype.hasOwnProperty.call("+p+", '"+e.util.escapeQuotes(G)+"') "),i+=") { "+m+" = true; } else { "):(i+=" if ("+ee+" !== undefined ",C&&(i+=" && Object.prototype.hasOwnProperty.call("+p+", '"+e.util.escapeQuotes(G)+"') "),i+=" ) { ");i+=" "+W+" } "}}l&&(i+=" if ("+m+") { ",h+="}")}}if(x.length){var ie=x;if(ie)for(var ne,oe=-1,ae=ie.length-1;oe0:e.util.schemaHasRules(Q,e.RULES.all)){d.schema=Q,d.schemaPath=e.schemaPath+".patternProperties"+e.util.getProperty(ne),d.errSchemaPath=e.errSchemaPath+"/patternProperties/"+e.util.escapeFragment(ne),i+=C?" "+y+" = "+y+" || Object.keys("+p+"); for (var "+g+"=0; "+g+"<"+y+".length; "+g+"++) { var "+f+" = "+y+"["+g+"]; ":" for (var "+f+" in "+p+") { ",i+=" if ("+e.usePattern(ne)+".test("+f+")) { ",d.errorPath=e.util.getPathExpr(e.errorPath,f,e.opts.jsonPointers);V=p+"["+f+"]";d.dataPathArr[v]=f;W=e.validate(d);d.baseId=F,e.util.varOccurences(W,b)<2?i+=" "+e.util.varReplace(W,b,V)+" ":i+=" var "+b+" = "+V+"; "+W+" ",l&&(i+=" if (!"+m+") break; "),i+=" } ",l&&(i+=" else "+m+" = true; "),i+=" } ",l&&(i+=" if ("+m+") { ",h+="}")}}}return l&&(i+=" "+h+" if ("+c+" == errors) {"),i=e.util.cleanUpCode(i)}},function(e,t,r){"use strict";e.exports=function(e,t,r){var i=" ",n=e.level,o=e.dataLevel,a=e.schema[t],s=e.schemaPath+e.util.getProperty(t),u=e.errSchemaPath+"/"+t,l=!e.opts.allErrors,p="data"+(o||""),c="errs__"+n,d=e.util.copy(e);d.level++;var h="valid"+d.level;if(i+="var "+c+" = errors;",e.opts.strictKeywords?"object"==typeof a&&Object.keys(a).length>0:e.util.schemaHasRules(a,e.RULES.all)){d.schema=a,d.schemaPath=s,d.errSchemaPath=u;var m="key"+n,f="idx"+n,g="i"+n,v="' + "+m+" + '",b="data"+(d.dataLevel=e.dataLevel+1),y="dataProperties"+n,w=e.opts.ownProperties,E=e.baseId;w&&(i+=" var "+y+" = undefined; "),i+=w?" "+y+" = "+y+" || Object.keys("+p+"); for (var "+f+"=0; "+f+"<"+y+".length; "+f+"++) { var "+m+" = "+y+"["+f+"]; ":" for (var "+m+" in "+p+") { ",i+=" var startErrs"+n+" = errors; ";var x=m,_=e.compositeRule;e.compositeRule=d.compositeRule=!0;var T=e.validate(d);d.baseId=E,e.util.varOccurences(T,b)<2?i+=" "+e.util.varReplace(T,b,x)+" ":i+=" var "+b+" = "+x+"; "+T+" ",e.compositeRule=d.compositeRule=_,i+=" if (!"+h+") { for (var "+g+"=startErrs"+n+"; "+g+"0:e.util.schemaHasRules(y,e.RULES.all))||(m[m.length]=g)}}else m=a;if(d||m.length){var w=e.errorPath,E=d||m.length>=e.opts.loopRequired,x=e.opts.ownProperties;if(l)if(i+=" var missing"+n+"; ",E){d||(i+=" var "+h+" = validate.schema"+s+"; ");var _="' + "+(C="schema"+n+"["+(A="i"+n)+"]")+" + '";e.opts._errorDataPathProperty&&(e.errorPath=e.util.getPathExpr(w,C,e.opts.jsonPointers)),i+=" var "+c+" = true; ",d&&(i+=" if (schema"+n+" === undefined) "+c+" = true; else if (!Array.isArray(schema"+n+")) "+c+" = false; else {"),i+=" for (var "+A+" = 0; "+A+" < "+h+".length; "+A+"++) { "+c+" = "+p+"["+h+"["+A+"]] !== undefined ",x&&(i+=" && Object.prototype.hasOwnProperty.call("+p+", "+h+"["+A+"]) "),i+="; if (!"+c+") break; } ",d&&(i+=" } "),i+=" if (!"+c+") { ",(I=I||[]).push(i),i="",!1!==e.createErrors?(i+=" { keyword: 'required' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { missingProperty: '"+_+"' } ",!1!==e.opts.messages&&(i+=" , message: '",e.opts._errorDataPathProperty?i+="is a required property":i+="should have required property \\'"+_+"\\'",i+="' "),e.opts.verbose&&(i+=" , schema: validate.schema"+s+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+p+" "),i+=" } "):i+=" {} ";var T=i;i=I.pop(),!e.compositeRule&&l?e.async?i+=" throw new ValidationError(["+T+"]); ":i+=" validate.errors = ["+T+"]; return false; ":i+=" var err = "+T+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" } else { "}else{i+=" if ( ";var S=m;if(S)for(var A=-1,k=S.length-1;A 1) { ";var m=e.schema.items&&e.schema.items.type,f=Array.isArray(m);if(!m||"object"==m||"array"==m||f&&(m.indexOf("object")>=0||m.indexOf("array")>=0))n+=" outer: for (;i--;) { for (j = i; j--;) { if (equal("+c+"[i], "+c+"[j])) { "+d+" = false; break outer; } } } ";else{n+=" var itemIndices = {}, item; for (;i--;) { var item = "+c+"[i]; ";var g="checkDataType"+(f?"s":"");n+=" if ("+e.util[g](m,"item",!0)+") continue; ",f&&(n+=" if (typeof item == 'string') item = '\"' + item; "),n+=" if (typeof itemIndices[item] == 'number') { "+d+" = false; j = itemIndices[item]; break; } itemIndices[item] = i; } "}n+=" } ",h&&(n+=" } "),n+=" if (!"+d+") { ";var v=v||[];v.push(n),n="",!1!==e.createErrors?(n+=" { keyword: 'uniqueItems' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(l)+" , params: { i: i, j: j } ",!1!==e.opts.messages&&(n+=" , message: 'should NOT have duplicate items (items ## ' + j + ' and ' + i + ' are identical)' "),e.opts.verbose&&(n+=" , schema: ",n+=h?"validate.schema"+u:""+s,n+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),n+=" } "):n+=" {} ";var b=n;n=v.pop(),!e.compositeRule&&p?e.async?n+=" throw new ValidationError(["+b+"]); ":n+=" validate.errors = ["+b+"]; return false; ":n+=" var err = "+b+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",n+=" } ",p&&(n+=" else { ")}else p&&(n+=" if (true) { ");return n}},function(e,t,r){"use strict";var i=["multipleOf","maximum","exclusiveMaximum","minimum","exclusiveMinimum","maxLength","minLength","pattern","additionalItems","maxItems","minItems","uniqueItems","maxProperties","minProperties","required","additionalProperties","enum","format","const"];e.exports=function(e,t){for(var r=0;r>>((3&t)<<3)&255;return n}}},function(e,t){for(var r=[],i=0;i<256;++i)r[i]=(i+256).toString(16).substr(1);e.exports=function(e,t){var i=t||0,n=r;return[n[e[i++]],n[e[i++]],n[e[i++]],n[e[i++]],"-",n[e[i++]],n[e[i++]],"-",n[e[i++]],n[e[i++]],"-",n[e[i++]],n[e[i++]],"-",n[e[i++]],n[e[i++]],n[e[i++]],n[e[i++]],n[e[i++]],n[e[i++]]].join("")}},function(e,t,r){"use strict";var i=r(36),n=r(314),o=r(185),a=r(189),s=r(706),u=r(18),l=r(7).Buffer;function p(e){this.request=e,this.params=null}p.prototype.buildParams=function(e,t,r,i,n,o){var u={};for(var l in e)u["oauth_"+l]=e[l];u.oauth_version||(u.oauth_version="1.0"),u.oauth_timestamp||(u.oauth_timestamp=Math.floor(Date.now()/1e3).toString()),u.oauth_nonce||(u.oauth_nonce=a().replace(/-/g,"")),u.oauth_signature_method||(u.oauth_signature_method="HMAC-SHA1");var p=u.oauth_consumer_secret||u.oauth_private_key;delete u.oauth_consumer_secret,delete u.oauth_private_key;var c=u.oauth_token_secret;delete u.oauth_token_secret;var d=u.oauth_realm;delete u.oauth_realm,delete u.oauth_transport_method;var h=t.protocol+"//"+t.host+t.pathname,m=o.parse([].concat(i,n,o.stringify(u)).join("&"));return u.oauth_signature=s.sign(u.oauth_signature_method,r,h,m,p,c),d&&(u.realm=d),u},p.prototype.buildBodyHash=function(e,t){["HMAC-SHA1","RSA-SHA1"].indexOf(e.signature_method||"HMAC-SHA1")<0&&this.request.emit("error",new Error("oauth: "+e.signature_method+" signature_method not supported with body_hash signing."));var r=u.createHash("sha1");r.update(t||"");var i=r.digest("hex");return l.from(i,"hex").toString("base64")},p.prototype.concatParams=function(e,t,r){r=r||"";var i=Object.keys(e).filter(function(e){return"realm"!==e&&"oauth_signature"!==e}).sort();return e.realm&&i.splice(0,0,"realm"),i.push("oauth_signature"),i.map(function(t){return t+"="+r+s.rfc3986(e[t])+r}).join(t)},p.prototype.onRequest=function(e){this.params=e;var t,r,a=this.request.uri||{},s=this.request.method||"",u=o(this.request.headers),l=this.request.body||"",p=this.request.qsLib||n,c=u.get("content-type")||"",d="application/x-www-form-urlencoded",h=e.transport_method||"header";c.slice(0,d.length)===d&&(c=d,t=l),a.query&&(r=a.query),"body"!==h||"POST"===s&&c===d||this.request.emit("error",new Error("oauth: transport_method of body requires POST and content-type "+d)),t||"boolean"!=typeof e.body_hash||(e.body_hash=this.buildBodyHash(e,this.request.body.toString()));var m=this.buildParams(e,a,s,r,t,p);switch(h){case"header":this.request.setHeader("Authorization","OAuth "+this.concatParams(m,",",'"'));break;case"query":var f=this.request.uri.href+=(r?"&":"?")+this.concatParams(m,"&");this.request.uri=i.parse(f),this.request.path=this.request.uri.path;break;case"body":this.request.body=(t?t+"&":"")+this.concatParams(m,"&");break;default:this.request.emit("error",new Error("oauth: transport_method invalid"))}},t.OAuth=p},function(e,t,r){var i=r(18);function n(e,t,r){return i.createHmac(r,e).update(t).digest("base64")}function o(e){return encodeURIComponent(e).replace(/!/g,"%21").replace(/\*/g,"%2A").replace(/\(/g,"%28").replace(/\)/g,"%29").replace(/'/g,"%27")}function a(e,t){return e>t?1:e=300&&e.statusCode<400&&e.caseless.has("location")){var i=e.caseless.get("location");if(t.debug("redirect",i),this.followAllRedirects)r=i;else if(this.followRedirects)switch(t.method){case"PATCH":case"PUT":case"POST":case"DELETE":break;default:r=i}}else if(401===e.statusCode){var n=t._auth.onResponse(e);n&&(t.setHeader("authorization",n),r=t.uri)}return r},o.prototype.onResponse=function(e){var t=this.request,r=this.redirectTo(e);if(!r||!this.allowRedirect.call(t,e))return!1;if(t.debug("redirect to",r),e.resume&&e.resume(),this.redirectsFollowed>=this.maxRedirects)return t.emit("error",new Error("Exceeded maxRedirects. Probably stuck in a redirect loop "+t.uri.href)),!1;this.redirectsFollowed+=1,n.test(r)||(r=i.resolve(t.uri.href,r));var o=t.uri;return t.uri=i.parse(r),t.uri.protocol!==o.protocol&&delete t.agent,this.redirects.push({statusCode:e.statusCode,redirectUri:r}),this.followAllRedirects&&"HEAD"!==t.method&&401!==e.statusCode&&307!==e.statusCode&&(t.method=this.followOriginalHttpMethod?t.method:"GET"),delete t.src,delete t.req,delete t._started,401!==e.statusCode&&307!==e.statusCode&&(delete t.body,delete t._form,t.headers&&(t.removeHeader("host"),t.removeHeader("content-type"),t.removeHeader("content-length"),t.uri.hostname!==t.originalHost.split(":")[0]&&t.removeHeader("authorization"))),this.removeRefererHeader||t.setHeader("referer",o.href),t.emit("redirect"),t.init(),!0},t.Redirect=o},function(e,t,r){"use strict";var i=r(36),n=r(713),o=["accept","accept-charset","accept-encoding","accept-language","accept-ranges","cache-control","content-encoding","content-language","content-location","content-md5","content-range","content-type","connection","date","expect","max-forwards","pragma","referer","te","user-agent","via"],a=["proxy-authorization"];function s(e){this.request=e,this.proxyHeaderWhiteList=o,this.proxyHeaderExclusiveList=[],void 0!==e.tunnel&&(this.tunnelOverride=e.tunnel)}s.prototype.isEnabled=function(){var e=this.request;return void 0!==this.tunnelOverride?this.tunnelOverride:"https:"===e.uri.protocol},s.prototype.setup=function(e){var t=this.request;if(e=e||{},"string"==typeof t.proxy&&(t.proxy=i.parse(t.proxy)),!t.proxy||!t.tunnel)return!1;e.proxyHeaderWhiteList&&(this.proxyHeaderWhiteList=e.proxyHeaderWhiteList),e.proxyHeaderExclusiveList&&(this.proxyHeaderExclusiveList=e.proxyHeaderExclusiveList);var r,o,s,u,l=this.proxyHeaderExclusiveList.concat(a),p=this.proxyHeaderWhiteList.concat(l),c=function(e,t){var r=t.reduce(function(e,t){return e[t.toLowerCase()]=!0,e},{});return Object.keys(e).filter(function(e){return r[e.toLowerCase()]}).reduce(function(t,r){return t[r]=e[r],t},{})}(t.headers,p);c.host=(r=t.uri,o=r.port,s=r.protocol,u=r.hostname+":",u+=o||("https:"===s?"443":"80")),l.forEach(t.removeHeader,t);var d=function(e){var t=function(e,t){return["https:"===e.protocol?"https":"http","https:"===t.protocol?"Https":"Http"].join("Over")}(e.uri,e.proxy);return n[t]}(t),h=function(e,t){var r=e.proxy;return{proxy:{host:r.hostname,port:+r.port,proxyAuth:r.auth,headers:t},headers:e.headers,ca:e.ca,cert:e.cert,key:e.key,passphrase:e.passphrase,pfx:e.pfx,ciphers:e.ciphers,rejectUnauthorized:e.rejectUnauthorized,secureOptions:e.secureOptions,secureProtocol:e.secureProtocol}}(t,c);return t.agent=d(h),!0},s.defaultProxyHeaderWhiteList=o,s.defaultProxyHeaderExclusiveList=a,t.Tunnel=s},function(e,t,r){"use strict";(function(e){r(35);var i,n=r(35),o=r(80),a=r(178),s=r(66),u=r(63),l=r(12),p=r(7).Buffer;function c(e){var t=this;t.options=e||{},t.proxyOptions=t.options.proxy||{},t.maxSockets=t.options.maxSockets||o.Agent.defaultMaxSockets,t.requests=[],t.sockets=[],t.on("free",function(e,r,i){for(var n=0,o=t.requests.length;n=this.maxSockets?r.requests.push({host:t.host,port:t.port,request:e}):r.createConnection({host:t.host,port:t.port,request:e})},c.prototype.createConnection=function(e){var t=this;t.createSocket(e,function(r){function i(){t.emit("free",r,e.host,e.port)}function n(e){t.removeSocket(r),r.removeListener("free",i),r.removeListener("close",n),r.removeListener("agentRemove",n)}r.on("free",i),r.on("close",n),r.on("agentRemove",n),e.request.onSocket(r)})},c.prototype.createSocket=function(t,r){var n=this,o={};n.sockets.push(o);var a=h({},n.proxyOptions,{method:"CONNECT",path:t.host+":"+t.port,agent:!1});a.proxyAuth&&(a.headers=a.headers||{},a.headers["Proxy-Authorization"]="Basic "+p.from(a.proxyAuth).toString("base64")),i("making CONNECT request");var s=n.request(a);function l(e,a,l){if(s.removeAllListeners(),a.removeAllListeners(),200===e.statusCode)u.equal(l.length,0),i("tunneling connection has established"),n.sockets[n.sockets.indexOf(o)]=a,r(a);else{i("tunneling socket could not be established, statusCode=%d",e.statusCode);var p=new Error("tunneling socket could not be established, statusCode="+e.statusCode);p.code="ECONNRESET",t.request.emit("error",p),n.removeSocket(o)}}s.useChunkedEncodingByDefault=!1,s.once("response",function(e){e.upgrade=!0}),s.once("upgrade",function(t,r,i){e.nextTick(function(){l(t,r,i)})}),s.once("connect",l),s.once("error",function(e){s.removeAllListeners(),i("tunneling socket could not be established, cause=%s\n",e.message,e.stack);var r=new Error("tunneling socket could not be established, cause="+e.message);r.code="ECONNRESET",t.request.emit("error",r),n.removeSocket(o)}),s.end()},c.prototype.removeSocket=function(e){var t=this.sockets.indexOf(e);if(-1!==t){this.sockets.splice(t,1);var r=this.requests.shift();r&&this.createConnection(r)}},i=e.env.NODE_DEBUG&&/\btunnel\b/.test(e.env.NODE_DEBUG)?function(){var e=Array.prototype.slice.call(arguments);"string"==typeof e[0]?e[0]="TUNNEL: "+e[0]:e.unshift("TUNNEL:"),console.error.apply(console,e)}:function(){},t.debug=i}).call(this,r(10))},function(e,t,r){(function(t){(function(){var r,i,n,o,a,s;"undefined"!=typeof performance&&null!==performance&&performance.now?e.exports=function(){return performance.now()}:null!=t&&t.hrtime?(e.exports=function(){return(r()-a)/1e6},i=t.hrtime,o=(r=function(){var e;return 1e9*(e=i())[0]+e[1]})(),s=1e9*t.uptime(),a=o-s):Date.now?(e.exports=function(){return Date.now()-n},n=Date.now()):(e.exports=function(){return(new Date).getTime()-n},n=(new Date).getTime())}).call(this)}).call(this,r(10))},function(e,t,r){"use strict";const i=r(37).implementation,n=r(325);class o extends i{}o.defaultInit=n.convert(void 0),e.exports={implementation:o}},function(e,t,r){"use strict";(function(e){const{percentDecode:i}=r(16),{atob:n}=r(262);t.stripLeadingAndTrailingASCIIWhitespace=e=>e.replace(/^[ \t\n\f\r]+/,"").replace(/[ \t\n\f\r]+$/,""),t.stringPercentDecode=t=>i(e.from(t,"utf-8")),t.isomorphicDecode=e=>e.toString("binary"),t.forgivingBase64Decode=t=>{const r=n(t);return null===r?null:e.from(r,"binary")}}).call(this,r(4).Buffer)},function(e,t,r){"use strict";const i=r(14),n=r(191),o=r(0),{isDisabled:a}=r(23),{firstChildWithLocalName:s}=r(30),{createAnEvent:u}=r(15),{HTML_NS:l}=r(20),p=new Set(["input","select","textarea","button"]);t.isFocusableAreaElement=e=>{if(!e._ownerDocument._defaultView&&!e._defaultView)return!1;if(e._nodeType===i.DOCUMENT_NODE)return!0;if(!Number.isNaN(parseInt(e.getAttributeNS(null,"tabindex"))))return!0;if(e._namespaceURI===l){if("iframe"===e._localName)return!0;if("a"===e._localName&&e.hasAttributeNS(null,"href"))return!0;if("summary"===e._localName&&e.parentNode&&"details"===e.parentNode._localName&&e===s(e.parentNode,"summary"))return!0;if(p.has(e._localName)&&!a(e))return"input"!==e._localName||"hidden"!==e.type}return!1},t.fireFocusEventWithTargetAdjustment=(e,t,r)=>{if(null===t)return;const i=u(e,n,{composed:!0,relatedTarget:r,view:t._ownerDocument._defaultView,detail:0});t._defaultView&&(t=o.implForWrapper(t._defaultView)),t._dispatch(i)}},function(e,t,r){"use strict";const i=r(59).implementation,n=r(330);class o extends i{}o.defaultInit=n.convert(void 0),t.implementation=o},function(e,t,r){"use strict";const i=r(0),{setAttributeValue:n,removeAttributeByName:o}=r(42),a=r(88).name,s=r(8),u=/^data-([^A-Z]*)$/;function l(e){return e.replace(/-([a-z])/g,(e,t)=>t.toUpperCase())}function p(e){return e.replace(/[A-Z]/g,e=>`-${e.toLowerCase()}`)}t.implementation=class{constructor(e,t){this._element=t.element}get[i.supportedPropertyNames](){const e=new Set,{attributes:t}=this._element;for(let r=0;r{this.items.delete(e),this.dependentItems.delete(e),0===this.count()&&this._notify()})}setListener(e){this._listener=e}push(e,t,r,n){const o=this,a=new i(t,r,n);return o.items.add(a),e.then(e=>(a.data=e,n&&!n.finished?(o.dependentItems.add(a),o.items.delete(a)):t?o._check(a):(o.items.delete(a),0===o.count()&&o._notify(),null))).catch(e=>(a.error=e,n&&!n.finished?(o.dependentItems.add(a),o.items.delete(a)):r?o._check(a):(o.items.delete(a),0===o.count()&&o._notify(),null)))}notifyItem(e){for(const t of this.dependentItems)t.dependentItem===e&&this._check(t)}}},function(e,t,r){"use strict";e.exports=class{constructor({paused:e,asyncQueue:t}={}){this.paused=Boolean(e),this._asyncQueue=t}getLastScript(){let e=this.tail;for(;e;){if(e.isScript)return e;e=e.prev}return null}_moreScripts(){let e=!1,t=this.tail;for(;t&&!e;)e=t.isScript,t=t.prev;return e}_notify(){this._listener&&this._listener()}setListener(e){this._listener=e}push(e,t,r,i,n){const o=!!n&&"script"===n.localName;if(!e){if(o&&!this._moreScripts())return t();e=new Promise(e=>e())}const a=this,s={isScript:o,err:null,element:n,fired:!1,data:null,keepLast:i,prev:a.tail,check(){if(!a.paused&&!this.prev&&this.fired){let e;this.err&&r&&(e=r(this.err)),!this.err&&t&&(e=t(this.data)),Promise.resolve(e).then(()=>{this.next?(this.next.prev=null,this.next.check()):(a.tail=null,a._notify()),this.finished=!0,a._asyncQueue&&a._asyncQueue.notifyItem(this)})}}};return a.tail?a.tail.keepLast?(a.tail.prev&&(a.tail.prev.next=s),s.prev=a.tail.prev,a.tail.prev=s,s.next=a.tail):(a.tail.next=s,a.tail=s):a.tail=s,e.then(e=>{s.fired=1,s.data=e,s.check()}).catch(e=>{s.fired=!0,s.err=e,s.check()})}resume(){if(!this.paused)return;this.paused=!1;let e=this.tail;for(;e&&e.prev;)e=e.prev;e&&e.check()}}},function(e,t,r){"use strict";const i=r(0),{fireAnEvent:n}=r(15);e.exports=class{constructor(e){this._document=e,this._defaultEncoding=e._encoding,this._resourceLoader=e._defaultView?e._defaultView._resourceLoader:null,this._requestManager=e._requestManager,this._queue=e._queue,this._deferQueue=e._deferQueue,this._asyncQueue=e._asyncQueue}fetch(e,{element:t,onLoad:r,onError:o}){const a=this._resourceLoader.fetch(e,{cookieJar:this._document._cookieJar,element:i.wrapperForImpl(t),referrer:this._document.URL});if(null===a)return null;this._requestManager.add(a);const s=r=>{this._requestManager.remove(a),o&&o(r),n("error",t);const i=new Error(`Could not load ${t.localName}: "${e}"`);return i.type="resource loading",i.detail=r,this._document._defaultView._virtualConsole.emit("jsdomError",i),Promise.resolve()},u=i=>{this._requestManager.remove(a),this._addCookies(e,a.response?a.response.headers:{});try{const e=r?r(i):void 0;return Promise.resolve(e).then(()=>(n("load",t),Promise.resolve())).catch(e=>s(e))}catch(e){return s(e)}};return"script"===t.localName&&t.hasAttributeNS(null,"async")?this._asyncQueue.push(a,u,s,this._queue.getLastScript()):"script"===t.localName&&t.hasAttributeNS(null,"defer")?this._deferQueue.push(a,u,s,!1,t):this._queue.push(a,u,s,!1,t),a}_addCookies(e,t){let r=t["set-cookie"];r&&(Array.isArray(r)||(r=[r]),r.forEach(t=>{this._document._cookieJar.setCookieSync(t,e,{http:!0,ignoreError:!0})}))}}},function(e,t,r){"use strict";const i=new Set(["transparent","native"]);e.exports={enumerationValues:i,convert(e,{context:t="The provided value"}={}){const r=`${e}`;if(!i.has(e))throw new TypeError(`${t} '${e}' is not a valid enumeration value for EndingType`);return r}}},function(e,t,r){"use strict";const i=r(3).implementation,{domSymbolTree:n}=r(13),{fireAnEvent:o}=r(15),{HTML_NS:a}=r(20),s=r(29),u=r(68),{reflectURLAttribute:l}=r(5),p=new Set(["button","fieldset","input","keygen","object","output","select","textarea"]),c=new Set(["button","input","object","select","textarea"]),d=new Set(["application/x-www-form-urlencoded","multipart/form-data","text/plain"]),h=new Set(["get","post","dialog"]),m=Symbol("positive"),f=Symbol("negative");e.exports={implementation:class extends i{_descendantAdded(e,t){const r=this;for(const e of n.treeIterator(t))"function"==typeof e._changedFormOwner&&e._changedFormOwner(r);super._descendantAdded.apply(this,arguments)}_descendantRemoved(e,t){for(const e of n.treeIterator(t))"function"==typeof e._changedFormOwner&&e._changedFormOwner(null);super._descendantRemoved.apply(this,arguments)}get elements(){return s.createImpl([],{element:this,query:()=>n.treeToArray(this,{filter:e=>p.has(e._localName)&&e._namespaceURI===a&&"image"!==e.type})})}get length(){return this.elements.length}_doSubmit(){this.isConnected&&this.submit()}submit(){o("submit",this,void 0,{bubbles:!0,cancelable:!0})&&u("HTMLFormElement.prototype.submit",this._ownerDocument._defaultView)}_doReset(){this.isConnected&&this.reset()}reset(){if(o("reset",this,void 0,{bubbles:!0,cancelable:!0}))for(const e of this.elements)"function"==typeof e._formReset&&e._formReset()}get method(){let e=this.getAttributeNS(null,"method");return e&&(e=e.toLowerCase()),h.has(e)?e:"get"}set method(e){this.setAttributeNS(null,"method",e)}get enctype(){let e=this.getAttributeNS(null,"enctype");return e&&(e=e.toLowerCase()),d.has(e)?e:"application/x-www-form-urlencoded"}set enctype(e){this.setAttributeNS(null,"enctype",e)}get action(){const e=this.getAttributeNS(null,"action");return null===e||""===e?this._ownerDocument.URL:l(this,"action")}set action(e){this.setAttributeNS(null,"action",e)}checkValidity(){return this._staticallyValidateConstraints().result===m}reportValidity(){return this.checkValidity()}_staticallyValidateConstraints(){const e=[];for(const t of n.treeIterator(this))t.form===this&&c.has(t.nodeName.toLowerCase())&&e.push(t);const t=[];for(const r of e)r._isCandidateForConstraintValidation()&&!r._satisfiesConstraints()&&t.push(r);if(0===t.length)return{result:m};const r=[];for(const e of t)o("invalid",e,void 0,{cancelable:!0})&&r.push(e);return{result:f,unhandledInvalidControls:r}}}}},function(e,t,r){"use strict";const i=r(0),{closest:n}=r(30),{isDisabled:o,isSubmittable:a,isButton:s,normalizeToCRLF:u}=r(23),l=r(34),p=r(354),c=r(1);function d(e,t,r){const i={name:e};if(l.isImpl(t)&&!p.isImpl(t)){const e=t;(t=p.createImpl([[],"blob",{type:e.type}]))._buffer=e._buffer}if(p.isImpl(t)&&void 0!==r){const e=t;(t=p.createImpl([[],r,{type:e.type,lastModified:e.lastModified}]))._buffer=e._buffer}return i.value=t,i}t.implementation=class{constructor(e){this._entries=[],void 0!==e[0]&&(this._entries=function(e,t){const r=e.elements.filter(a),i=[];for(const e of r){const r=e;if(null!==n(r,"datalist"))continue;if(o(r))continue;if(s(r)&&r!==t)continue;if("checkbox"===r.type&&!1===r._checkedness)continue;if("radio"===r.type&&!1===r._checkedness)continue;if("image"!==r.type&&(!r.hasAttributeNS(null,"name")||""===r.getAttributeNS(null,"name")))continue;if("object"===r.localName)continue;const{type:a}=r,u=r.getAttributeNS(null,"name"),l=null===u?"":u;if("select"===r.localName)for(const e of r.options)!0!==e._selectedness||o(r)||i.push({name:l,value:e.value,type:a});else if("input"!==r.localName||"checkbox"!==a&&"radio"!==a)if("file"===a){for(let e=0;et.name!==e)}get(e){const t=this._entries.find(t=>t.name===e);return void 0!==t?t.value:null}getAll(e){return this._entries.filter(t=>t.name===e).map(e=>e.value)}has(e){return-1!==this._entries.findIndex(t=>t.name===e)}set(e,t,r){const i=d(e,t,r),n=this._entries.findIndex(t=>t.name===e);-1!==n?(this._entries[n]=i,this._entries=this._entries.filter((t,r)=>t.name!==e||r===n)):this._entries.push(i)}*[Symbol.iterator](){for(const e of this._entries)yield[e.name,i.tryWrapperForImpl(e.value)]}}},function(e,t,r){"use strict";const i=r(1),n=(r(0),r(350));e.exports={convertInherit(e,t,{context:r="The provided value"}={}){n.convertInherit(e,t,{context:r});{const n="lastModified";let o=null==e?void 0:e[n];void 0!==o&&(o=i["long long"](o,{context:r+" has member lastModified that"}),t[n]=o)}},convert(t,{context:r="The provided value"}={}){if(void 0!==t&&"object"!=typeof t&&"function"!=typeof t)throw new TypeError(`${r} is not an object.`);const i=Object.create(null);return e.exports.convertInherit(t,i,{context:r}),i}}},function(e,t,r){"use strict";const i=r(351).implementation;t.implementation=class extends i{constructor(e,t){const r=e[0],i=e[1],n=e[2];super([r,n],t),this.name=i.replace(/\//g,":"),this.lastModified="lastModified"in n?n.lastModified:Date.now()}}},function(e,t,r){"use strict";const i=r(355).implementation;t.implementation=class extends i{}},function(e,t,r){"use strict";t.parseJSONFromBytes=e=>{const t=e.toString("utf-8");return JSON.parse(t)}},function(e,t,r){"use strict";(function(e,t){const i=r(12),{JSDOM:n}=r(203),o=r(107),a=r(190),s=new((new n).window.XMLHttpRequest),u=[];e.stdin.on("data",e=>{u.push(e)}),e.stdin.on("end",()=>{const r=t.concat(u),n=JSON.parse(r.toString());n.body&&"Buffer"===n.body.type&&n.body.data&&(n.body=t.from(n.body.data)),n.cookieJar&&(n.cookieJar=o.CookieJar.fromJSON(n.cookieJar)),n.synchronous=!1,s[a.flag]=n;const l=s[a.properties];l.readyState=s.OPENED;try{s.addEventListener("loadend",()=>{l.error&&(l.error=l.error.stack||i.inspect(l.error)),e.stdout.write(JSON.stringify({properties:l}),()=>{e.exit(0)})},!1),s.send(n.body)}catch(t){l.error+=t.stack||i.inspect(t),e.stdout.write(JSON.stringify({properties:l}),()=>{e.exit(0)})}})}).call(this,r(10),r(4).Buffer)},function(e,t,r){"use strict";const i=r(1),n=r(0),o=r(34).convert,a=n.implSymbol,s=r(38);e.exports={createInterface:function(t={}){class r extends s.interface{constructor(){return l.setup(Object.create(new.target.prototype))}readAsArrayBuffer(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'readAsArrayBuffer' on 'FileReader': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=o(e,{context:"Failed to execute 'readAsArrayBuffer' on 'FileReader': parameter 1"}),r.push(e)}return this[a].readAsArrayBuffer(...r)}readAsBinaryString(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'readAsBinaryString' on 'FileReader': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=o(e,{context:"Failed to execute 'readAsBinaryString' on 'FileReader': parameter 1"}),r.push(e)}return this[a].readAsBinaryString(...r)}readAsText(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'readAsText' on 'FileReader': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=o(e,{context:"Failed to execute 'readAsText' on 'FileReader': parameter 1"}),r.push(e)}{let e=arguments[1];void 0!==e&&(e=i.DOMString(e,{context:"Failed to execute 'readAsText' on 'FileReader': parameter 2"})),r.push(e)}return this[a].readAsText(...r)}readAsDataURL(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'readAsDataURL' on 'FileReader': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=o(e,{context:"Failed to execute 'readAsDataURL' on 'FileReader': parameter 1"}),r.push(e)}return this[a].readAsDataURL(...r)}abort(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].abort()}get readyState(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].readyState}get result(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[a].result)}get error(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[a].error)}get onloadstart(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[a].onloadstart)}set onloadstart(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[a].onloadstart=t}get onprogress(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[a].onprogress)}set onprogress(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[a].onprogress=t}get onload(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[a].onload)}set onload(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[a].onload=t}get onabort(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[a].onabort)}set onabort(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[a].onabort=t}get onerror(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[a].onerror)}set onerror(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[a].onerror=t}get onloadend(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[a].onloadend)}set onloadend(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[a].onloadend=t}}Object.defineProperties(r.prototype,{readAsArrayBuffer:{enumerable:!0},readAsBinaryString:{enumerable:!0},readAsText:{enumerable:!0},readAsDataURL:{enumerable:!0},abort:{enumerable:!0},readyState:{enumerable:!0},result:{enumerable:!0},error:{enumerable:!0},onloadstart:{enumerable:!0},onprogress:{enumerable:!0},onload:{enumerable:!0},onabort:{enumerable:!0},onerror:{enumerable:!0},onloadend:{enumerable:!0},[Symbol.toStringTag]:{value:"FileReader",configurable:!0},EMPTY:{value:0,enumerable:!0},LOADING:{value:1,enumerable:!0},DONE:{value:2,enumerable:!0}}),Object.defineProperties(r,{EMPTY:{value:0,enumerable:!0},LOADING:{value:1,enumerable:!0},DONE:{value:2,enumerable:!0}});const l={create(e,t){let i=Object.create(r.prototype);return i=this.setup(i,e,t)},createImpl(e,t){let i=Object.create(r.prototype);return i=this.setup(i,e,t),n.implForWrapper(i)},_internalSetup(e){s._internalSetup(e)},setup(e,r,i){for(var o in i||(i={}),t)o in i||(i[o]=t[o]);return i.wrapper=e,this._internalSetup(e),Object.defineProperty(e,a,{value:new u.implementation(r,i),configurable:!0}),e[a][n.wrapperSymbol]=e,u.init&&u.init(e[a],i),e},interface:r,expose:{Window:{FileReader:r},Worker:{FileReader:r}}};return l},_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,a)&&t[a]instanceof u.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof u.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'FileReader'.`)}};const u=r(746)},function(e,t,r){"use strict";(function(e,i){const n=r(55),o=r(56),a=r(86),s=r(8),u=r(57).implementation,l=r(102),{setupForSimpleEventAccessors:p}=r(53),{fireAnEvent:c}=r(15),d=Object.freeze({EMPTY:0,LOADING:1,DONE:2});class h extends u{constructor(e,t){super([],t),this.error=null,this.readyState=d.EMPTY,this.result=null,this._ownerDocument=t.window.document,this._terminated=!1}readAsArrayBuffer(e){this._readFile(e,"buffer")}readAsBinaryString(e){this._readFile(e,"binaryString")}readAsDataURL(e){this._readFile(e,"dataURL")}readAsText(e,t){this._readFile(e,"text",n.labelToName(t)||"UTF-8")}abort(){this.readyState!==d.EMPTY&&this.readyState!==d.DONE?(this.readyState===d.LOADING&&(this.readyState=d.DONE,this.result=null),this._terminated=!0,this._fireProgressEvent("abort"),this._fireProgressEvent("loadend")):this.result=null}_fireProgressEvent(e,t){c(e,this,l,t)}_readFile(t,r,u){if(this.readyState===d.LOADING)throw new s("The object is in an invalid state.","InvalidStateError");this.readyState=d.LOADING,e(()=>{if(this._terminated)return void(this._terminated=!1);this._fireProgressEvent("loadstart");let s=t._buffer;s||(s=i.alloc(0)),this._fireProgressEvent("progress",{lengthComputable:!isNaN(t.size),total:t.size,loaded:s.length}),e(()=>{if(this._terminated)this._terminated=!1;else{switch(r){default:case"buffer":this.result=new Uint8Array(s).buffer;break;case"binaryString":this.result=s.toString("binary");break;case"dataURL":{let e="data:";const r=o.parse(t.type);if(r&&"text"===r.type){const t=n.getBOMEncoding(s)||n.labelToName(r.parameters.get("charset"))||"UTF-8",i=n.decode(s,t);r.parameters.set("charset",u),e+=r.toString(),e+=",",e+=a.escape(i)}else r&&(e+=r.toString()),e+=";base64,",e+=s.toString("base64");this.result=e;break}case"text":this.result=n.decode(s,u)}this.readyState=d.DONE,this._fireProgressEvent("load"),this._fireProgressEvent("loadend")}})})}}p(h.prototype,["loadstart","progress","load","abort","error","loadend"]),t.implementation=h}).call(this,r(163).setImmediate,r(4).Buffer)},function(e,t,r){"use strict";const i=r(1),n=r(0),o=r(34).is,a=r(34).convert,s=r(748),u=n.implSymbol,l=r(38);e.exports={createInterface:function(t={}){class r extends l.interface{constructor(e){if(arguments.length<1)throw new TypeError("Failed to construct 'WebSocket': 1 argument required, but only "+arguments.length+" present.");const t=[];{let e=arguments[0];e=i.USVString(e,{context:"Failed to construct 'WebSocket': parameter 1"}),t.push(e)}{let e=arguments[1];if(void 0!==e)if(n.isObject(e)){if(void 0!==e[Symbol.iterator]){if(!n.isObject(e))throw new TypeError("Failed to construct 'WebSocket': parameter 2 sequence is not an iterable object.");{const t=[],r=e;for(let e of r)e=i.DOMString(e,{context:"Failed to construct 'WebSocket': parameter 2 sequence's element"}),t.push(e);e=t}}}else e=i.DOMString(e,{context:"Failed to construct 'WebSocket': parameter 2"});else e=[];t.push(e)}return c.setup(Object.create(new.target.prototype),t)}close(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=[];{let e=arguments[0];void 0!==e&&(e=i["unsigned short"](e,{context:"Failed to execute 'close' on 'WebSocket': parameter 1",clamp:!0})),t.push(e)}{let e=arguments[1];void 0!==e&&(e=i.USVString(e,{context:"Failed to execute 'close' on 'WebSocket': parameter 2"})),t.push(e)}return this[u].close(...t)}send(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'send' on 'WebSocket': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];if(o(e)){let e=arguments[0];e=a(e,{context:"Failed to execute 'send' on 'WebSocket': parameter 1"}),r.push(e)}else if(e instanceof ArrayBuffer||"undefined"!=typeof SharedArrayBuffer&&e instanceof SharedArrayBuffer){let e=arguments[0];e=i.ArrayBuffer(e,{context:"Failed to execute 'send' on 'WebSocket': parameter 1"}),r.push(e)}else if(ArrayBuffer.isView(e)){let e=arguments[0];if(!ArrayBuffer.isView(e))throw new TypeError("Failed to execute 'send' on 'WebSocket': parameter 1 is not of any supported type.");r.push(e)}else{let e=arguments[0];e=i.USVString(e,{context:"Failed to execute 'send' on 'WebSocket': parameter 1"}),r.push(e)}}return this[u].send(...r)}get url(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[u].url}get readyState(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[u].readyState}get bufferedAmount(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[u].bufferedAmount}get onopen(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].onopen)}set onopen(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].onopen=t}get onerror(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].onerror)}set onerror(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].onerror=t}get onclose(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].onclose)}set onclose(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].onclose=t}get extensions(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[u].extensions}get protocol(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[u].protocol}get onmessage(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].onmessage)}set onmessage(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[u].onmessage=t}get binaryType(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[u].binaryType)}set binaryType(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=`${t}`,s.enumerationValues.has(t)&&(this[u].binaryType=t)}}Object.defineProperties(r.prototype,{close:{enumerable:!0},send:{enumerable:!0},url:{enumerable:!0},readyState:{enumerable:!0},bufferedAmount:{enumerable:!0},onopen:{enumerable:!0},onerror:{enumerable:!0},onclose:{enumerable:!0},extensions:{enumerable:!0},protocol:{enumerable:!0},onmessage:{enumerable:!0},binaryType:{enumerable:!0},[Symbol.toStringTag]:{value:"WebSocket",configurable:!0},CONNECTING:{value:0,enumerable:!0},OPEN:{value:1,enumerable:!0},CLOSING:{value:2,enumerable:!0},CLOSED:{value:3,enumerable:!0}}),Object.defineProperties(r,{CONNECTING:{value:0,enumerable:!0},OPEN:{value:1,enumerable:!0},CLOSING:{value:2,enumerable:!0},CLOSED:{value:3,enumerable:!0}});const c={create(e,t){let i=Object.create(r.prototype);return i=this.setup(i,e,t)},createImpl(e,t){let i=Object.create(r.prototype);return i=this.setup(i,e,t),n.implForWrapper(i)},_internalSetup(e){l._internalSetup(e)},setup(e,r,i){for(var o in i||(i={}),t)o in i||(i[o]=t[o]);return i.wrapper=e,this._internalSetup(e),Object.defineProperty(e,u,{value:new p.implementation(r,i),configurable:!0}),e[u][n.wrapperSymbol]=e,p.init&&p.init(e[u],i),e},interface:r,expose:{Window:{WebSocket:r},Worker:{WebSocket:r}}};return c},_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,u)&&t[u]instanceof p.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof p.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'WebSocket'.`)}};const p=r(357)},function(e,t,r){"use strict";const i=new Set(["blob","arraybuffer"]);e.exports={enumerationValues:i,convert(e,{context:t="The provided value"}={}){const r=`${e}`;if(!i.has(e))throw new TypeError(`${t} '${e}' is not a valid enumeration value for BinaryType`);return r}}},function(e,t,r){"use strict";const i=r(37).implementation,n=r(359);class o extends i{}o.defaultInit=n.convert(void 0),t.implementation=o},function(e,t,r){"use strict";class i{}i.prototype.visible=!0,t.implementation=i},function(e,t,r){"use strict";t.implementation=class{AddSearchProvider(){}IsSearchProviderInstalled(){}}},function(e,t,r){"use strict";r(1);const i=r(0),n=i.implSymbol;class o{constructor(){throw new TypeError("Illegal constructor")}javaEnabled(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[n].javaEnabled()}get appCodeName(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[n].appCodeName}get appName(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[n].appName}get appVersion(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[n].appVersion}get platform(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[n].platform}get product(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[n].product}get productSub(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[n].productSub}get userAgent(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[n].userAgent}get vendor(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[n].vendor}get vendorSub(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[n].vendorSub}get language(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[n].language}get languages(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return i.tryWrapperForImpl(this[n].languages)}get onLine(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[n].onLine}get cookieEnabled(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[n].cookieEnabled}get plugins(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return i.getSameObject(this,"plugins",()=>i.tryWrapperForImpl(this[n].plugins))}get mimeTypes(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return i.getSameObject(this,"mimeTypes",()=>i.tryWrapperForImpl(this[n].mimeTypes))}get hardwareConcurrency(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[n].hardwareConcurrency}}Object.defineProperties(o.prototype,{javaEnabled:{enumerable:!0},appCodeName:{enumerable:!0},appName:{enumerable:!0},appVersion:{enumerable:!0},platform:{enumerable:!0},product:{enumerable:!0},productSub:{enumerable:!0},userAgent:{enumerable:!0},vendor:{enumerable:!0},vendorSub:{enumerable:!0},language:{enumerable:!0},languages:{enumerable:!0},onLine:{enumerable:!0},cookieEnabled:{enumerable:!0},plugins:{enumerable:!0},mimeTypes:{enumerable:!0},hardwareConcurrency:{enumerable:!0},[Symbol.toStringTag]:{value:"Navigator",configurable:!0}});const a={_mixedIntoPredicates:[],is(t){if(t){if(i.hasOwn(t,n)&&t[n]instanceof s.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof s.implementation)return!0;const r=i.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return i.implForWrapper(t);throw new TypeError(`${r} is not of type 'Navigator'.`)},create(e,t){let r=Object.create(o.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(o.prototype);return r=this.setup(r,e,t),i.implForWrapper(r)},_internalSetup(e){},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,n,{value:new s.implementation(t,r),configurable:!0}),e[n][i.wrapperSymbol]=e,s.init&&s.init(e[n],r),e},interface:o,expose:{Window:{Navigator:o}}};e.exports=a;const s=r(753)},function(e,t,r){"use strict";const{mixin:i}=r(5),n=r(754).implementation,o=r(755).implementation,a=r(756).implementation,s=r(757).implementation,u=r(758).implementation,l=r(761).implementation;class p{constructor(e,t){this.userAgent=t.userAgent,this.languages=Object.freeze(["en-US","en"])}}i(p.prototype,n.prototype),i(p.prototype,o.prototype),i(p.prototype,a.prototype),i(p.prototype,s.prototype),i(p.prototype,u.prototype),i(p.prototype,l.prototype),t.implementation=p},function(e,t,r){"use strict";t.implementation=class{get appCodeName(){return"Mozilla"}get appName(){return"Netscape"}get appVersion(){return"4.0"}get platform(){return""}get product(){return"Gecko"}get productSub(){return"20030107"}get vendor(){return"Apple Computer, Inc."}get vendorSub(){return""}}},function(e,t,r){"use strict";t.implementation=class{get language(){return"en-US"}}},function(e,t,r){"use strict";t.implementation=class{get onLine(){return!0}}},function(e,t,r){"use strict";t.implementation=class{get cookieEnabled(){return!0}}},function(e,t,r){"use strict";const i=r(362),n=r(363);t.implementation=class{get plugins(){return i.create()}get mimeTypes(){return n.create()}javaEnabled(){return!1}}},function(e,t,r){"use strict";const i=r(0);t.implementation=class{refresh(){}get length(){return 0}item(){return null}namedItem(){return null}get[i.supportedPropertyIndices](){return[]}get[i.supportedPropertyNames](){return[]}}},function(e,t,r){"use strict";const i=r(0);t.implementation=class{get length(){return 0}item(){return null}namedItem(){return null}get[i.supportedPropertyIndices](){return[]}get[i.supportedPropertyNames](){return[]}}},function(e,t,r){"use strict";const i=r(762);t.implementation=class{get hardwareConcurrency(){return i.cpus().length}}},function(e,t){t.endianness=function(){return"LE"},t.hostname=function(){return"undefined"!=typeof location?location.hostname:""},t.loadavg=function(){return[]},t.uptime=function(){return 0},t.freemem=function(){return Number.MAX_VALUE},t.totalmem=function(){return Number.MAX_VALUE},t.cpus=function(){return[]},t.type=function(){return"Browser"},t.release=function(){return"undefined"!=typeof navigator?navigator.appVersion:""},t.networkInterfaces=t.getNetworkInterfaces=function(){return{}},t.arch=function(){return"javascript"},t.platform=function(){return"browser"},t.tmpdir=t.tmpDir=function(){return"/tmp"},t.EOL="\n",t.homedir=function(){return"/"}},function(e,t,r){"use strict";const i=r(57).implementation;t.implementation=class extends i{constructor(e,t){super(e,t),this._rawPerformance=t.rawPerformance}now(){return this._rawPerformance.now()}get timeOrigin(){return this._rawPerformance.timeOrigin}toJSON(){return this._rawPerformance.toJSON()}}},function(e,t,r){"use strict";class i{}i.prototype.availWidth=0,i.prototype.availHeight=0,i.prototype.width=0,i.prototype.height=0,i.prototype.colorDepth=24,i.prototype.pixelDepth=24,t.implementation=i},function(e,t,r){"use strict";const i=r(8),n=r(366),o=r(0),{fireAnEvent:a}=r(15);e.exports={implementation:class{constructor(e,{associatedWindow:t,storageArea:r,url:i,type:n,storageQuota:o}){this._associatedWindow=t,this._items=r,this._url=i,this._type=n,this._quota=o}_dispatchStorageEvent(e,t,r){return this._associatedWindow._currentOriginData.windowsInSameOrigin.filter(e=>e!==this._associatedWindow).forEach(i=>a("storage",i,n,{key:e,oldValue:t,newValue:r,url:this._url,storageArea:i["_"+this._type]}))}get length(){return this._items.size}key(e){return e>=this._items.size?null:[...this._items.keys()][e]}getItem(e){return this._items.has(e)?this._items.get(e):null}setItem(e,t){const r=this._items.get(e)||null;if(r===t)return;let n=e.length+t.length;for(const[t,r]of this._items)e!==t&&(n+=t.length+r.length);if(n>this._quota)throw new i(`The ${this._quota}-code unit storage quota has been exceeded.`,"QuotaExceededError");setTimeout(this._dispatchStorageEvent.bind(this),0,e,r,t),this._items.set(e,t)}removeItem(e){this._items.has(e)&&(setTimeout(this._dispatchStorageEvent.bind(this),0,e,this._items.get(e),null),this._items.delete(e))}clear(){this._items.size>0&&(setTimeout(this._dispatchStorageEvent.bind(this),0,null,null,null),this._items.clear())}get[o.supportedPropertyNames](){return this._items.keys()}}}},function(e,t,r){"use strict";const i=r(37).implementation,n=r(367);class o extends i{initStorageEvent(e,t,r,i,n,o,a,s){this._dispatchFlag||(this.initEvent(e,t,r),this.key=i,this.oldValue=n,this.newValue=o,this.url=a,this.storageArea=s)}}o.defaultInit=n.convert(void 0),e.exports={implementation:o}},function(e,t,r){"use strict";r(1);const i=r(0),n=i.implSymbol;e.exports={createInterface:function(t={}){class r{constructor(){return a.setup(Object.create(new.target.prototype))}abort(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[n].abort()}get signal(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return i.getSameObject(this,"signal",()=>i.tryWrapperForImpl(this[n].signal))}}Object.defineProperties(r.prototype,{abort:{enumerable:!0},signal:{enumerable:!0},[Symbol.toStringTag]:{value:"AbortController",configurable:!0}});const a={create(e,t){let i=Object.create(r.prototype);return i=this.setup(i,e,t)},createImpl(e,t){let n=Object.create(r.prototype);return n=this.setup(n,e,t),i.implForWrapper(n)},_internalSetup(e){},setup(e,r,a){for(var s in a||(a={}),t)s in a||(a[s]=t[s]);return a.wrapper=e,this._internalSetup(e),Object.defineProperty(e,n,{value:new o.implementation(r,a),configurable:!0}),e[n][i.wrapperSymbol]=e,o.init&&o.init(e[n],a),e},interface:r,expose:{Window:{AbortController:r},Worker:{AbortController:r}}};return a},_mixedIntoPredicates:[],is(t){if(t){if(i.hasOwn(t,n)&&t[n]instanceof o.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof o.implementation)return!0;const r=i.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return i.implForWrapper(t);throw new TypeError(`${r} is not of type 'AbortController'.`)}};const o=r(768)},function(e,t,r){"use strict";e.exports={implementation:class{constructor(e,t){this.signal=t.AbortSignal.createImpl([])}abort(){this.signal._signalAbort()}}}},function(e,t,r){"use strict";r(1);const i=r(0),n=i.implSymbol,o=r(38);e.exports={createInterface:function(t={}){class r extends o.interface{constructor(){throw new TypeError("Illegal constructor")}get aborted(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[n].aborted}get onabort(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return i.tryWrapperForImpl(this[n].onabort)}set onabort(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.tryImplForWrapper(t),this[n].onabort=t}}return Object.defineProperties(r.prototype,{aborted:{enumerable:!0},onabort:{enumerable:!0},[Symbol.toStringTag]:{value:"AbortSignal",configurable:!0}}),{create(e,t){let i=Object.create(r.prototype);return i=this.setup(i,e,t)},createImpl(e,t){let n=Object.create(r.prototype);return n=this.setup(n,e,t),i.implForWrapper(n)},_internalSetup(e){o._internalSetup(e)},setup(e,r,o){for(var s in o||(o={}),t)s in o||(o[s]=t[s]);return o.wrapper=e,this._internalSetup(e),Object.defineProperty(e,n,{value:new a.implementation(r,o),configurable:!0}),e[n][i.wrapperSymbol]=e,a.init&&a.init(e[n],o),e},interface:r,expose:{Window:{AbortSignal:r},Worker:{AbortSignal:r}}}},_mixedIntoPredicates:[],is(t){if(t){if(i.hasOwn(t,n)&&t[n]instanceof a.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof a.implementation)return!0;const r=i.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return i.implForWrapper(t);throw new TypeError(`${r} is not of type 'AbortSignal'.`)}};const a=r(770)},function(e,t,r){"use strict";const{setupForSimpleEventAccessors:i}=r(53),{fireAnEvent:n}=r(15),o=r(57).implementation;class a extends o{constructor(e,t){super(),this._ownerDocument=t.window.document,this.aborted=!1,this.abortAlgorithms=new Set}_signalAbort(){if(!this.aborted){this.aborted=!0;for(const e of this.abortAlgorithms)e();this.abortAlgorithms.clear(),n("abort",this)}}_addAlgorithm(e){this.aborted||this.abortAlgorithms.add(e)}_removeAlgorithm(e){this.abortAlgorithms.delete(e)}}i(a.prototype,["abort"]),e.exports={implementation:a}},function(e,t,r){"use strict";const i=r(16),n=r(195),o=r(196),a=r(68),s=r(0),{fireAnEvent:u}=r(15);e.exports=class{constructor(e,t){this._window=t,this._windowImpl=s.implForWrapper(t),this._historyTraversalQueue=new Set,this._entries=[e],this._currentIndex=0}_queueHistoryTraversalTask(e){const t=this._window.setTimeout(()=>{this._historyTraversalQueue.delete(t),e()},0);this._historyTraversalQueue.add(t)}clearHistoryTraversalTasks(){for(const e of this._historyTraversalQueue)this._window.clearTimeout(e);this._historyTraversalQueue.clear()}get length(){return this._entries.length}get currentEntry(){return this._entries[this._currentIndex]}removeAllEntriesAfterCurrentEntry(){this._entries.splice(this._currentIndex+1,1/0)}traverseByDelta(e){this._queueHistoryTraversalTask(()=>{const t=this._currentIndex+e;if(t<0||t>=this.length)return;const r=this._entries[t];this._queueHistoryTraversalTask(()=>{r.document!==this.currentEntry.document&&a("Traversing history in a way that would change the window",this._window),this.traverseHistory(r)})})}traverseHistory(e,t={}){e.document||a("Traversing the history to an entry that no longer holds a Document object",this._window);const r=Boolean(t.nonBlockingEvents),i=s.implForWrapper(this._window._document),{currentEntry:n}=this;void 0===n.title&&(n.title=i.title),e.document!==n.document&&a("Traversing the history to an entry with a different Document",this._window),i._URL=e.url;const o=e.url.fragment!==n.url.fragment&&e.document===n.document;let u,l;o&&(u=n.url,l=e.url),t.replacement&&this._entries.splice(this._entries.indexOf(e)-1,1),this.updateCurrentEntry(e);const p=e.stateObject;i._history._state=p;const c=e.document._latestEntry!==e;e.document._latestEntry=e;const d=()=>this._fireEvents(c,o,p,u,l);r?this._window.setTimeout(d,0):d()}_fireEvents(e,t,r,a,s){e&&u("popstate",this._windowImpl,o,{state:r}),t&&u("hashchange",this._windowImpl,n,{oldURL:i.serializeURL(a),newURL:i.serializeURL(s)})}addEntryAfterCurrentEntry(e){this._entries.splice(this._currentIndex+1,0,e)}updateCurrentEntry(e){this._currentIndex=this._entries.indexOf(e)}}},function(e,t){e.exports='\n/*\n * The default style sheet used to render HTML.\n *\n * Copyright (C) 2000 Lars Knoll (knoll@kde.org)\n * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Apple Inc. All rights reserved.\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU Library General Public\n * License as published by the Free Software Foundation; either\n * version 2 of the License, or (at your option) any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n * Library General Public License for more details.\n *\n * You should have received a copy of the GNU Library General Public License\n * along with this library; see the file COPYING.LIB. If not, write to\n * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,\n * Boston, MA 02110-1301, USA.\n *\n */\n\n@namespace "http://www.w3.org/1999/xhtml";\n\nhtml {\n display: block\n}\n\n:root {\n scroll-blocks-on: start-touch wheel-event\n}\n\n/* children of the element all have display:none */\nhead {\n display: none\n}\n\nmeta {\n display: none\n}\n\ntitle {\n display: none\n}\n\nlink {\n display: none\n}\n\nstyle {\n display: none\n}\n\nscript {\n display: none\n}\n\n/* generic block-level elements */\n\nbody {\n display: block;\n margin: 8px\n}\n\np {\n display: block;\n -webkit-margin-before: 1__qem;\n -webkit-margin-after: 1__qem;\n -webkit-margin-start: 0;\n -webkit-margin-end: 0;\n}\n\ndiv {\n display: block\n}\n\nlayer {\n display: block\n}\n\narticle, aside, footer, header, hgroup, main, nav, section {\n display: block\n}\n\nmarquee {\n display: inline-block;\n}\n\naddress {\n display: block\n}\n\nblockquote {\n display: block;\n -webkit-margin-before: 1__qem;\n -webkit-margin-after: 1em;\n -webkit-margin-start: 40px;\n -webkit-margin-end: 40px;\n}\n\nfigcaption {\n display: block\n}\n\nfigure {\n display: block;\n -webkit-margin-before: 1em;\n -webkit-margin-after: 1em;\n -webkit-margin-start: 40px;\n -webkit-margin-end: 40px;\n}\n\nq {\n display: inline\n}\n\n/* nwmatcher does not support ::before and ::after, so we can\'t render q\ncorrectly: https://html.spec.whatwg.org/multipage/rendering.html#phrasing-content-3\nTODO: add q::before and q::after selectors\n*/\n\ncenter {\n display: block;\n /* special centering to be able to emulate the html4/netscape behaviour */\n text-align: -webkit-center\n}\n\nhr {\n display: block;\n -webkit-margin-before: 0.5em;\n -webkit-margin-after: 0.5em;\n -webkit-margin-start: auto;\n -webkit-margin-end: auto;\n border-style: inset;\n border-width: 1px;\n box-sizing: border-box\n}\n\nmap {\n display: inline\n}\n\nvideo {\n object-fit: contain;\n}\n\n/* heading elements */\n\nh1 {\n display: block;\n font-size: 2em;\n -webkit-margin-before: 0.67__qem;\n -webkit-margin-after: 0.67em;\n -webkit-margin-start: 0;\n -webkit-margin-end: 0;\n font-weight: bold\n}\n\narticle h1,\naside h1,\nnav h1,\nsection h1 {\n font-size: 1.5em;\n -webkit-margin-before: 0.83__qem;\n -webkit-margin-after: 0.83em;\n}\n\narticle article h1,\narticle aside h1,\narticle nav h1,\narticle section h1,\naside article h1,\naside aside h1,\naside nav h1,\naside section h1,\nnav article h1,\nnav aside h1,\nnav nav h1,\nnav section h1,\nsection article h1,\nsection aside h1,\nsection nav h1,\nsection section h1 {\n font-size: 1.17em;\n -webkit-margin-before: 1__qem;\n -webkit-margin-after: 1em;\n}\n\n/* Remaining selectors are deleted because nwmatcher does not support\n:matches() and expanding the selectors manually would be far too verbose.\nAlso see https://html.spec.whatwg.org/multipage/rendering.html#sections-and-headings\nTODO: rewrite to use :matches() when nwmatcher supports it.\n*/\n\nh2 {\n display: block;\n font-size: 1.5em;\n -webkit-margin-before: 0.83__qem;\n -webkit-margin-after: 0.83em;\n -webkit-margin-start: 0;\n -webkit-margin-end: 0;\n font-weight: bold\n}\n\nh3 {\n display: block;\n font-size: 1.17em;\n -webkit-margin-before: 1__qem;\n -webkit-margin-after: 1em;\n -webkit-margin-start: 0;\n -webkit-margin-end: 0;\n font-weight: bold\n}\n\nh4 {\n display: block;\n -webkit-margin-before: 1.33__qem;\n -webkit-margin-after: 1.33em;\n -webkit-margin-start: 0;\n -webkit-margin-end: 0;\n font-weight: bold\n}\n\nh5 {\n display: block;\n font-size: .83em;\n -webkit-margin-before: 1.67__qem;\n -webkit-margin-after: 1.67em;\n -webkit-margin-start: 0;\n -webkit-margin-end: 0;\n font-weight: bold\n}\n\nh6 {\n display: block;\n font-size: .67em;\n -webkit-margin-before: 2.33__qem;\n -webkit-margin-after: 2.33em;\n -webkit-margin-start: 0;\n -webkit-margin-end: 0;\n font-weight: bold\n}\n\n/* tables */\n\ntable {\n display: table;\n border-collapse: separate;\n border-spacing: 2px;\n border-color: gray\n}\n\nthead {\n display: table-header-group;\n vertical-align: middle;\n border-color: inherit\n}\n\ntbody {\n display: table-row-group;\n vertical-align: middle;\n border-color: inherit\n}\n\ntfoot {\n display: table-footer-group;\n vertical-align: middle;\n border-color: inherit\n}\n\n/* for tables without table section elements (can happen with XHTML or dynamically created tables) */\ntable > tr {\n vertical-align: middle;\n}\n\ncol {\n display: table-column\n}\n\ncolgroup {\n display: table-column-group\n}\n\ntr {\n display: table-row;\n vertical-align: inherit;\n border-color: inherit\n}\n\ntd, th {\n display: table-cell;\n vertical-align: inherit\n}\n\nth {\n font-weight: bold\n}\n\ncaption {\n display: table-caption;\n text-align: -webkit-center\n}\n\n/* lists */\n\nul, menu, dir {\n display: block;\n list-style-type: disc;\n -webkit-margin-before: 1__qem;\n -webkit-margin-after: 1em;\n -webkit-margin-start: 0;\n -webkit-margin-end: 0;\n -webkit-padding-start: 40px\n}\n\nol {\n display: block;\n list-style-type: decimal;\n -webkit-margin-before: 1__qem;\n -webkit-margin-after: 1em;\n -webkit-margin-start: 0;\n -webkit-margin-end: 0;\n -webkit-padding-start: 40px\n}\n\nli {\n display: list-item;\n text-align: -webkit-match-parent;\n}\n\nul ul, ol ul {\n list-style-type: circle\n}\n\nol ol ul, ol ul ul, ul ol ul, ul ul ul {\n list-style-type: square\n}\n\ndd {\n display: block;\n -webkit-margin-start: 40px\n}\n\ndl {\n display: block;\n -webkit-margin-before: 1__qem;\n -webkit-margin-after: 1em;\n -webkit-margin-start: 0;\n -webkit-margin-end: 0;\n}\n\ndt {\n display: block\n}\n\nol ul, ul ol, ul ul, ol ol {\n -webkit-margin-before: 0;\n -webkit-margin-after: 0\n}\n\n/* form elements */\n\nform {\n display: block;\n margin-top: 0__qem;\n}\n\nlabel {\n cursor: default;\n}\n\nlegend {\n display: block;\n -webkit-padding-start: 2px;\n -webkit-padding-end: 2px;\n border: none\n}\n\nfieldset {\n display: block;\n -webkit-margin-start: 2px;\n -webkit-margin-end: 2px;\n -webkit-padding-before: 0.35em;\n -webkit-padding-start: 0.75em;\n -webkit-padding-end: 0.75em;\n -webkit-padding-after: 0.625em;\n border: 2px groove ThreeDFace;\n min-width: -webkit-min-content;\n}\n\nbutton {\n -webkit-appearance: button;\n}\n\n/* Form controls don\'t go vertical. */\ninput, textarea, select, button, meter, progress {\n -webkit-writing-mode: horizontal-tb !important;\n}\n\ninput, textarea, select, button {\n margin: 0__qem;\n font: -webkit-small-control;\n text-rendering: auto; /* FIXME: Remove when tabs work with optimizeLegibility. */\n color: initial;\n letter-spacing: normal;\n word-spacing: normal;\n line-height: normal;\n text-transform: none;\n text-indent: 0;\n text-shadow: none;\n display: inline-block;\n text-align: start;\n}\n\n/* TODO: Add " i" to attribute matchers to support case-insensitive matching */\ninput[type="hidden"] {\n display: none\n}\n\ninput {\n -webkit-appearance: textfield;\n padding: 1px;\n background-color: white;\n border: 2px inset;\n -webkit-rtl-ordering: logical;\n -webkit-user-select: text;\n cursor: auto;\n}\n\ninput[type="search"] {\n -webkit-appearance: searchfield;\n box-sizing: border-box;\n}\n\nselect {\n border-radius: 5px;\n}\n\ntextarea {\n -webkit-appearance: textarea;\n background-color: white;\n border: 1px solid;\n -webkit-rtl-ordering: logical;\n -webkit-user-select: text;\n flex-direction: column;\n resize: auto;\n cursor: auto;\n padding: 2px;\n white-space: pre-wrap;\n word-wrap: break-word;\n}\n\ninput[type="password"] {\n -webkit-text-security: disc !important;\n}\n\ninput[type="hidden"], input[type="image"], input[type="file"] {\n -webkit-appearance: initial;\n padding: initial;\n background-color: initial;\n border: initial;\n}\n\ninput[type="file"] {\n align-items: baseline;\n color: inherit;\n text-align: start !important;\n}\n\ninput[type="radio"], input[type="checkbox"] {\n margin: 3px 0.5ex;\n padding: initial;\n background-color: initial;\n border: initial;\n}\n\ninput[type="button"], input[type="submit"], input[type="reset"] {\n -webkit-appearance: push-button;\n -webkit-user-select: none;\n white-space: pre\n}\n\ninput[type="button"], input[type="submit"], input[type="reset"], button {\n align-items: flex-start;\n text-align: center;\n cursor: default;\n color: ButtonText;\n padding: 2px 6px 3px 6px;\n border: 2px outset ButtonFace;\n background-color: ButtonFace;\n box-sizing: border-box\n}\n\ninput[type="range"] {\n -webkit-appearance: slider-horizontal;\n padding: initial;\n border: initial;\n margin: 2px;\n color: #909090;\n}\n\ninput[type="button"]:disabled, input[type="submit"]:disabled, input[type="reset"]:disabled,\nbutton:disabled, select:disabled, optgroup:disabled, option:disabled,\nselect[disabled]>option {\n color: GrayText\n}\n\ninput[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active, button:active {\n border-style: inset\n}\n\ninput[type="button"]:active:disabled, input[type="submit"]:active:disabled, input[type="reset"]:active:disabled, button:active:disabled {\n border-style: outset\n}\n\ndatalist {\n display: none\n}\n\narea {\n display: inline;\n cursor: pointer;\n}\n\nparam {\n display: none\n}\n\ninput[type="checkbox"] {\n -webkit-appearance: checkbox;\n box-sizing: border-box;\n}\n\ninput[type="radio"] {\n -webkit-appearance: radio;\n box-sizing: border-box;\n}\n\ninput[type="color"] {\n -webkit-appearance: square-button;\n width: 44px;\n height: 23px;\n background-color: ButtonFace;\n /* Same as native_theme_base. */\n border: 1px #a9a9a9 solid;\n padding: 1px 2px;\n}\n\ninput[type="color"][list] {\n -webkit-appearance: menulist;\n width: 88px;\n height: 23px\n}\n\nselect {\n -webkit-appearance: menulist;\n box-sizing: border-box;\n align-items: center;\n border: 1px solid;\n white-space: pre;\n -webkit-rtl-ordering: logical;\n color: black;\n background-color: white;\n cursor: default;\n}\n\noptgroup {\n font-weight: bolder;\n display: block;\n}\n\noption {\n font-weight: normal;\n display: block;\n padding: 0 2px 1px 2px;\n white-space: pre;\n min-height: 1.2em;\n}\n\noutput {\n display: inline;\n}\n\n/* meter */\n\nmeter {\n -webkit-appearance: meter;\n box-sizing: border-box;\n display: inline-block;\n height: 1em;\n width: 5em;\n vertical-align: -0.2em;\n}\n\n/* progress */\n\nprogress {\n -webkit-appearance: progress-bar;\n box-sizing: border-box;\n display: inline-block;\n height: 1em;\n width: 10em;\n vertical-align: -0.2em;\n}\n\n/* inline elements */\n\nu, ins {\n text-decoration: underline\n}\n\nstrong, b {\n font-weight: bold\n}\n\ni, cite, em, var, address, dfn {\n font-style: italic\n}\n\ntt, code, kbd, samp {\n font-family: monospace\n}\n\npre, xmp, plaintext, listing {\n display: block;\n font-family: monospace;\n white-space: pre;\n margin: 1__qem 0\n}\n\nmark {\n background-color: yellow;\n color: black\n}\n\nbig {\n font-size: larger\n}\n\nsmall {\n font-size: smaller\n}\n\ns, strike, del {\n text-decoration: line-through\n}\n\nsub {\n vertical-align: sub;\n font-size: smaller\n}\n\nsup {\n vertical-align: super;\n font-size: smaller\n}\n\nnobr {\n white-space: nowrap\n}\n\n/* states */\n\n:focus {\n outline: auto 5px -webkit-focus-ring-color\n}\n\n/* Read-only text fields do not show a focus ring but do still receive focus */\nhtml:focus, body:focus, input[readonly]:focus {\n outline: none\n}\n\nembed:focus, iframe:focus, object:focus {\n outline: none\n}\n\ninput:focus, textarea:focus, select:focus {\n outline-offset: -2px\n}\n\ninput[type="button"]:focus,\ninput[type="checkbox"]:focus,\ninput[type="file"]:focus,\ninput[type="hidden"]:focus,\ninput[type="image"]:focus,\ninput[type="radio"]:focus,\ninput[type="reset"]:focus,\ninput[type="search"]:focus,\ninput[type="submit"]:focus {\n outline-offset: 0\n}\n\n/* HTML5 ruby elements */\n\nruby, rt {\n text-indent: 0; /* blocks used for ruby rendering should not trigger this */\n}\n\nrt {\n line-height: normal;\n -webkit-text-emphasis: none;\n}\n\nruby > rt {\n display: block;\n font-size: 50%;\n text-align: start;\n}\n\nruby > rp {\n display: none;\n}\n\n/* other elements */\n\nnoframes {\n display: none\n}\n\nframeset, frame {\n display: block\n}\n\nframeset {\n border-color: inherit\n}\n\niframe {\n border: 2px inset\n}\n\ndetails {\n display: block\n}\n\nsummary {\n display: block\n}\n\ntemplate {\n display: none\n}\n\nbdi, output {\n unicode-bidi: -webkit-isolate;\n}\n\nbdo {\n unicode-bidi: bidi-override;\n}\n\ntextarea[dir=auto] {\n unicode-bidi: -webkit-plaintext;\n}\n\ndialog:not([open]) {\n display: none\n}\n\ndialog {\n position: absolute;\n left: 0;\n right: 0;\n width: -webkit-fit-content;\n height: -webkit-fit-content;\n margin: auto;\n border: solid;\n padding: 1em;\n background: white;\n color: black\n}\n\n/* noscript is handled internally, as it depends on settings. */\n\n'},function(e,t,r){"use strict";t.DOMException=r(8),t.NamedNodeMap=r(258).interface,t.Attr=r(70).interface,t.Node=r(28).interface,t.Element=r(69).interface,t.DocumentFragment=r(77).interface,t.Document=t.HTMLDocument=r(64).interface,t.XMLDocument=r(774).interface,t.CharacterData=r(116).interface,t.Text=r(78).interface,t.CDATASection=r(154).interface,t.ProcessingInstruction=r(155).interface,t.Comment=r(118).interface,t.DocumentType=r(87).interface,t.DOMImplementation=r(336).interface,t.NodeList=r(72).interface,t.HTMLCollection=r(29).interface,t.HTMLOptionsCollection=r(368).interface,t.DOMStringMap=r(332).interface,t.DOMTokenList=r(79).interface,t.SVGAnimatedString=r(338).interface,t.SVGNumber=r(369).interface,t.SVGStringList=r(370).interface,t.Event=r(26).interface,t.CloseEvent=r(358).interface,t.CustomEvent=r(342).interface,t.MessageEvent=r(121).interface,t.ErrorEvent=r(115).interface,t.HashChangeEvent=r(195).interface,t.InputEvent=r(782).interface,t.FocusEvent=r(191).interface,t.PopStateEvent=r(196).interface,t.UIEvent=r(49).interface,t.MouseEvent=r(73).interface,t.KeyboardEvent=r(345).interface,t.TouchEvent=r(348).interface,t.PageTransitionEvent=r(259).interface,t.ProgressEvent=r(102).interface,t.StorageEvent=r(366).interface,t.CompositionEvent=r(784).interface,t.WheelEvent=r(786).interface,t.EventTarget=r(38).interface,t.BarProp=r(360).interface,t.External=r(361).interface,t.Location=r(335).interface,t.History=r(334).interface,t.Screen=r(365).interface,t.Performance=r(364).interface,t.PluginArray=r(362).interface,t.MimeTypeArray=r(363).interface,t.Plugin=r(788).interface,t.MimeType=r(790).interface,t.Blob=r(34).interface,t.File=r(354).interface,t.FileList=r(199).interface,t.ValidityState=r(105).interface,t.DOMParser=r(794).interface,t.XMLSerializer=r(257).interface,t.FormData=r(352).interface,t.XMLHttpRequestEventTarget=r(197).interface,t.XMLHttpRequestUpload=r(356).interface,t.NodeIterator=r(341).interface,t.TreeWalker=r(339).interface,t.Storage=r(133).interface,t.ShadowRoot=r(160).interface,t.MutationObserver=r(797).interface,t.MutationRecord=r(234).interface,r(800)(t),r(333).addToCore(t),r(935)(t),r(936)(t),t.URL=r(16).URL,t.URLSearchParams=r(16).URLSearchParams,t.Headers=r(937).interface},function(e,t,r){"use strict";r(1);const i=r(0),n=i.implSymbol,o=r(64);class a extends o.interface{constructor(){throw new TypeError("Illegal constructor")}}Object.defineProperties(a.prototype,{[Symbol.toStringTag]:{value:"XMLDocument",configurable:!0}});const s={_mixedIntoPredicates:[],is(t){if(t){if(i.hasOwn(t,n)&&t[n]instanceof u.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof u.implementation)return!0;const r=i.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return i.implForWrapper(t);throw new TypeError(`${r} is not of type 'XMLDocument'.`)},create(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t),i.implForWrapper(r)},_internalSetup(e){o._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,n,{value:new u.implementation(t,r),configurable:!0}),e[n][i.wrapperSymbol]=e,u.init&&u.init(e[n],r),e},interface:a,expose:{Window:{XMLDocument:a}}};e.exports=s;const u=r(775)},function(e,t,r){"use strict";const i=r(192).implementation;t.implementation=class extends i{}},function(e,t,r){"use strict";const i=r(3).implementation,{stripAndCollapseASCIIWhitespace:n}=r(25),{domSymbolTree:o}=r(13),{closest:a}=r(30),{formOwner:s}=r(23);e.exports={implementation:class extends i{constructor(e,t){super(e,t),this._selectedness=!1,this._dirtyness=!1}_removeOtherSelectedness(){const e=this._selectNode;if(e&&!e.hasAttributeNS(null,"multiple"))for(const t of e.options)t!==this&&(t._selectedness=!1)}_askForAReset(){const e=this._selectNode;e&&e._askedForAReset()}_attrModified(e){this._dirtyness||"selected"!==e||(this._selectedness=this.hasAttributeNS(null,"selected"),this._selectedness&&this._removeOtherSelectedness(),this._askForAReset()),super._attrModified.apply(this,arguments)}get _selectNode(){let e=o.parent(this);return e&&("SELECT"===e.nodeName.toUpperCase()||(e=o.parent(e))&&"SELECT"===e.nodeName.toUpperCase())?e:null}get form(){return s(this)}get text(){return n(this.textContent)}set text(e){this.textContent=e}get value(){return this.hasAttributeNS(null,"value")?this.getAttributeNS(null,"value"):this.text}set value(e){this.setAttributeNS(null,"value",e)}get index(){const e=a(this,"select");return null===e?0:e.options.indexOf(this)}get selected(){return this._selectedness}set selected(e){this._dirtyness=!0,this._selectedness=Boolean(e),this._selectedness&&this._removeOtherSelectedness(),this._askForAReset(),this._modified()}get label(){return this.hasAttributeNS(null,"label")?this.getAttributeNS(null,"label"):this.text}set label(e){this.setAttributeNS(null,"label",e)}}}},function(e,t,r){"use strict";const i=r(3).implementation;e.exports={implementation:class extends i{}}},function(e,t,r){"use strict";const i=r(0),n=r(8),{DOCUMENT_POSITION_CONTAINS:o,DOCUMENT_POSITION_CONTAINED_BY:a}=r(238),s=r(69),u=r(28),l=r(240).implementation;t.implementation=class extends l{get length(){return this._update(),this._list.length}set length(e){if(this._update(),e>this._list.length){const t=this._element._ownerDocument;for(let r=this._list.length;r=e;t--){const e=this._list[t];this._element.removeChild(e)}}get[i.supportedPropertyNames](){this._update();const e=new Set;for(const t of this._list)e.add(t.getAttributeNS(null,"id")),e.add(t.getAttributeNS(null,"name"));return e}[i.indexedSetNew](e,t){if(null===t)return void this.remove(e);this._update();const{length:r}=this._list,i=e-r;if(i>0){const e=this._element._ownerDocument,t=e.createDocumentFragment();for(let r=0;r=0?this._element._append(t):this._element._replace(t,this._list[e])}[i.indexedSetExisting](e,t){return this[i.indexedSetNew](e,t)}add(e,t){if(this._element.compareDocumentPosition(e)&o)throw new n("The operation would yield an incorrect node tree.","HierarchyRequestError");if(s.isImpl(t)&&!(this._element.compareDocumentPosition(t)&a))throw new n("The object can not be found here.","NotFoundError");if(e===t)return;let r=null;u.isImpl(t)?r=t:"number"==typeof t&&(this._update(),r=this._list[t]||null),(null!==r?r.parentNode:this._element)._preInsert(e,r)}remove(e){if(this._update(),0===this._list.length)return;if(e<0||e>=this._list.length)return;const t=this._list[e];t.parentNode._remove(t)}get selectedIndex(){return this._element.selectedIndex}set selectedIndex(e){this._element.selectedIndex=e}}},function(e,t,r){"use strict";const i=r(8);t.implementation=class{constructor(e,t){this._parentList=t.parentList,this._value=0}get _readOnly(){return void 0!==this._parentList&&this._parentList._readOnly}_synchronize(){void 0!==this._parentList&&this._parentList._synchronize()}_reserialize(){void 0!==this._parentList&&this._parentList._reserialize()}get value(){return this._synchronize(),this._value}set value(e){if(this._readOnly)throw new i("Attempting to modify a read-only SVGNumber","NoModificationAllowedError");this._value=e,this._reserialize()}}},function(e,t,r){"use strict";const{mixin:i}=r(5),n=r(781);class o{constructor(e,t){this._initList(t)}}i(o.prototype,n.prototype),t.implementation=o},function(e,t,r){"use strict";const i=r(8),n=r(0),{attach:o,detach:a}=r(371);e.exports=class{_initList({element:e,attribute:t,readOnly:r=!1}){this._element=e,this._attribute=t,this._attributeRegistryEntry=e.constructor.attributeRegistry.get(t),this._readOnly=r,this._list=[],this._version=-1}get _needsResync(){return this._version=0&&e=this._list.length)throw new i(`The index provided (${e}) is greater than or equal to the maximum bound (${this._list.length}).`,"IndexSizeError");return this._list[e]}insertItemBefore(e,t){if(this._synchronize(),this._readOnly)throw new i("Attempting to modify a read-only list","NoModificationAllowedError");return t>this._list.length&&(t=this._list.length),this._list.splice(t,0,e),o(e,this),this._reserialize(),e}replaceItem(e,t){if(this._synchronize(),this._readOnly)throw new i("Attempting to modify a read-only list","NoModificationAllowedError");if(t>=this._list.length)throw new i(`The index provided (${t}) is greater than or equal to the maximum bound (${this._list.length}).`,"IndexSizeError");return a(this._list[t]),this._list[t]=e,o(e,this),this._reserialize(),e}removeItem(e){if(this._synchronize(),this._readOnly)throw new i("Attempting to modify a read-only list","NoModificationAllowedError");if(e>=this._list.length)throw new i(`The index provided (${e}) is greater than or equal to the maximum bound (${this._list.length}).`,"IndexSizeError");const t=this._list[e];return a(t),this._list.splice(e,1),this._reserialize(),t}appendItem(e){return this._synchronize(),this._list.push(e),o(e,this),this._reserialize(),e}[n.indexedSetNew](e,t){this.replaceItem(t,e)}[n.indexedSetExisting](e,t){this.replaceItem(t,e)}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=r(372).convert,a=n.implSymbol,s=r(49);class u extends s.interface{constructor(e){if(arguments.length<1)throw new TypeError("Failed to construct 'InputEvent': 1 argument required, but only "+arguments.length+" present.");const t=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to construct 'InputEvent': parameter 1"}),t.push(e)}{let e=arguments[1];e=o(e,{context:"Failed to construct 'InputEvent': parameter 2"}),t.push(e)}return l.setup(Object.create(new.target.prototype),t)}get data(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].data}get isComposing(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].isComposing}}Object.defineProperties(u.prototype,{data:{enumerable:!0},isComposing:{enumerable:!0},[Symbol.toStringTag]:{value:"InputEvent",configurable:!0}});const l={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,a)&&t[a]instanceof p.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof p.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'InputEvent'.`)},create(e,t){let r=Object.create(u.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(u.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){s._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,a,{value:new p.implementation(t,r),configurable:!0}),e[a][n.wrapperSymbol]=e,p.init&&p.init(e[a],r),e},interface:u,expose:{Window:{InputEvent:u}}};e.exports=l;const p=r(783)},function(e,t,r){"use strict";const i=r(59).implementation,n=r(372);class o extends i{initInputEvent(e,t,r,i,n){this._dispatchFlag||(this.initUIEvent(e,t,r),this.data=i,this.isComposing=n)}}o.defaultInit=n.convert(void 0),e.exports={implementation:o}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=r(373).convert,a=n.implSymbol,s=r(49);class u extends s.interface{constructor(e){if(arguments.length<1)throw new TypeError("Failed to construct 'CompositionEvent': 1 argument required, but only "+arguments.length+" present.");const t=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to construct 'CompositionEvent': parameter 1"}),t.push(e)}{let e=arguments[1];e=o(e,{context:"Failed to construct 'CompositionEvent': parameter 2"}),t.push(e)}return l.setup(Object.create(new.target.prototype),t)}initCompositionEvent(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'initCompositionEvent' on 'CompositionEvent': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'initCompositionEvent' on 'CompositionEvent': parameter 1"}),r.push(e)}{let e=arguments[1];e=void 0!==e&&i.boolean(e,{context:"Failed to execute 'initCompositionEvent' on 'CompositionEvent': parameter 2"}),r.push(e)}{let e=arguments[2];e=void 0!==e&&i.boolean(e,{context:"Failed to execute 'initCompositionEvent' on 'CompositionEvent': parameter 3"}),r.push(e)}{let e=arguments[3];e=void 0!==e?null==e?null:n.tryImplForWrapper(e):null,r.push(e)}{let e=arguments[4];e=void 0!==e?i.DOMString(e,{context:"Failed to execute 'initCompositionEvent' on 'CompositionEvent': parameter 5"}):"",r.push(e)}return this[a].initCompositionEvent(...r)}get data(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].data}}Object.defineProperties(u.prototype,{initCompositionEvent:{enumerable:!0},data:{enumerable:!0},[Symbol.toStringTag]:{value:"CompositionEvent",configurable:!0}});const l={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,a)&&t[a]instanceof p.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof p.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'CompositionEvent'.`)},create(e,t){let r=Object.create(u.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(u.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){s._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,a,{value:new p.implementation(t,r),configurable:!0}),e[a][n.wrapperSymbol]=e,p.init&&p.init(e[a],r),e},interface:u,expose:{Window:{CompositionEvent:u}}};e.exports=l;const p=r(785)},function(e,t,r){"use strict";const i=r(59).implementation,n=r(373);class o extends i{initCompositionEvent(e,t,r,i,n){this._dispatchFlag||(this.initUIEvent(e,t,r,i,0),this.data=n)}}o.defaultInit=n.convert(void 0),e.exports={implementation:o}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=r(374).convert,a=n.implSymbol,s=r(73);class u extends s.interface{constructor(e){if(arguments.length<1)throw new TypeError("Failed to construct 'WheelEvent': 1 argument required, but only "+arguments.length+" present.");const t=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to construct 'WheelEvent': parameter 1"}),t.push(e)}{let e=arguments[1];e=o(e,{context:"Failed to construct 'WheelEvent': parameter 2"}),t.push(e)}return l.setup(Object.create(new.target.prototype),t)}get deltaX(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].deltaX}get deltaY(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].deltaY}get deltaZ(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].deltaZ}get deltaMode(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].deltaMode}}Object.defineProperties(u.prototype,{deltaX:{enumerable:!0},deltaY:{enumerable:!0},deltaZ:{enumerable:!0},deltaMode:{enumerable:!0},[Symbol.toStringTag]:{value:"WheelEvent",configurable:!0},DOM_DELTA_PIXEL:{value:0,enumerable:!0},DOM_DELTA_LINE:{value:1,enumerable:!0},DOM_DELTA_PAGE:{value:2,enumerable:!0}}),Object.defineProperties(u,{DOM_DELTA_PIXEL:{value:0,enumerable:!0},DOM_DELTA_LINE:{value:1,enumerable:!0},DOM_DELTA_PAGE:{value:2,enumerable:!0}});const l={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,a)&&t[a]instanceof p.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof p.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'WheelEvent'.`)},create(e,t){let r=Object.create(u.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(u.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){s._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,a,{value:new p.implementation(t,r),configurable:!0}),e[a][n.wrapperSymbol]=e,p.init&&p.init(e[a],r),e},interface:u,expose:{Window:{WheelEvent:u}}};e.exports=l;const p=r(787)},function(e,t,r){"use strict";const i=r(236).implementation,n=r(374);class o extends i{}o.defaultInit=n.convert(void 0),e.exports={implementation:o}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol;class a{constructor(){throw new TypeError("Illegal constructor")}item(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'item' on 'Plugin': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i["unsigned long"](e,{context:"Failed to execute 'item' on 'Plugin': parameter 1"}),r.push(e)}return n.tryWrapperForImpl(this[o].item(...r))}namedItem(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'namedItem' on 'Plugin': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'namedItem' on 'Plugin': parameter 1"}),r.push(e)}return n.tryWrapperForImpl(this[o].namedItem(...r))}get name(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].name}get description(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].description}get filename(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].filename}get length(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].length}}Object.defineProperties(a.prototype,{item:{enumerable:!0},namedItem:{enumerable:!0},name:{enumerable:!0},description:{enumerable:!0},filename:{enumerable:!0},length:{enumerable:!0},[Symbol.toStringTag]:{value:"Plugin",configurable:!0},[Symbol.iterator]:{value:Array.prototype[Symbol.iterator],configurable:!0,writable:!0}});const s={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof u.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof u.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'Plugin'.`)},create(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new u.implementation(t,r),configurable:!0}),(e=new Proxy(e,{get(e,t,r){if("symbol"==typeof t)return Reflect.get(e,t,r);const i=this.getOwnPropertyDescriptor(e,t);if(void 0===i){if(null===Object.getPrototypeOf(e))return;return Reflect.get(e,t,r)}if(!i.get&&!i.set)return i.value;const n=i.get;return void 0!==n?Reflect.apply(n,r,[]):void 0},has(e,t){if("symbol"==typeof t)return Reflect.has(e,t);if(void 0!==this.getOwnPropertyDescriptor(e,t))return!0;const r=Object.getPrototypeOf(e);return null!==r&&Reflect.has(r,t)},ownKeys(e){const t=new Set;for(const r of e[o][n.supportedPropertyIndices])t.add(`${r}`);for(const r of e[o][n.supportedPropertyNames])r in e||t.add(`${r}`);for(const r of Reflect.ownKeys(e))t.add(r);return[...t]},getOwnPropertyDescriptor(e,t){if("symbol"==typeof t)return Reflect.getOwnPropertyDescriptor(e,t);let r=!1;if(n.isArrayIndexPropName(t)){const i=t>>>0,a=e[o].item(i);if(null!==a)return{writable:!1,enumerable:!0,configurable:!0,value:n.tryWrapperForImpl(a)};r=!0}const i=e[o].namedItem(t);return null===i||t in e||r?Reflect.getOwnPropertyDescriptor(e,t):{writable:!1,enumerable:!1,configurable:!0,value:n.tryWrapperForImpl(i)}},set(e,t,r,i){if("symbol"==typeof t)return Reflect.set(e,t,r,i);let a;if(e===i&&(n.isArrayIndexPropName(t),"string"==typeof t&&n.isArrayIndexPropName(t)),n.isArrayIndexPropName(t)){const r=t>>>0,i=e[o].item(r);null!==i&&(a={writable:!1,enumerable:!0,configurable:!0,value:n.tryWrapperForImpl(i)})}if(void 0===a&&(a=Reflect.getOwnPropertyDescriptor(e,t)),void 0===a){const n=Reflect.getPrototypeOf(e);if(null!==n)return Reflect.set(n,t,r,i);a={writable:!0,enumerable:!0,configurable:!0,value:void 0}}if(!a.writable)return!1;if(!n.isObject(i))return!1;const s=Reflect.getOwnPropertyDescriptor(i,t);let u;if(void 0!==s){if(s.get||s.set)return!1;if(!s.writable)return!1;u={value:r}}else u={writable:!0,enumerable:!0,configurable:!0,value:r};return Reflect.defineProperty(i,t,u)},defineProperty(e,t,r){if("symbol"==typeof t)return Reflect.defineProperty(e,t,r);if(n.isArrayIndexPropName(t))return!1;if(!n.hasOwn(e,t)){if(!!(null!==e[o].namedItem(t)))return!1}return Reflect.defineProperty(e,t,r)},deleteProperty(e,t){if("symbol"==typeof t)return Reflect.deleteProperty(e,t);if(n.isArrayIndexPropName(t)){const r=t>>>0;return!(null!==e[o].item(r))}return(null===e[o].namedItem(t)||t in e)&&Reflect.deleteProperty(e,t)},preventExtensions:()=>!1}))[o][n.wrapperSymbol]=e,u.init&&u.init(e[o],r),e},interface:a,expose:{Window:{Plugin:a}}};e.exports=s;const u=r(789)},function(e,t,r){"use strict";t.implementation=class{}},function(e,t,r){"use strict";r(1);const i=r(0),n=i.implSymbol;class o{constructor(){throw new TypeError("Illegal constructor")}get type(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[n].type}get description(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[n].description}get suffixes(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[n].suffixes}get enabledPlugin(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return i.tryWrapperForImpl(this[n].enabledPlugin)}}Object.defineProperties(o.prototype,{type:{enumerable:!0},description:{enumerable:!0},suffixes:{enumerable:!0},enabledPlugin:{enumerable:!0},[Symbol.toStringTag]:{value:"MimeType",configurable:!0}});const a={_mixedIntoPredicates:[],is(t){if(t){if(i.hasOwn(t,n)&&t[n]instanceof s.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof s.implementation)return!0;const r=i.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return i.implForWrapper(t);throw new TypeError(`${r} is not of type 'MimeType'.`)},create(e,t){let r=Object.create(o.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(o.prototype);return r=this.setup(r,e,t),i.implForWrapper(r)},_internalSetup(e){},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,n,{value:new s.implementation(t,r),configurable:!0}),e[n][i.wrapperSymbol]=e,s.init&&s.init(e[n],r),e},interface:o,expose:{Window:{MimeType:o}}};e.exports=a;const s=r(791)},function(e,t,r){"use strict";t.implementation=class{}},function(e,t,r){"use strict";const i=r(0);t.implementation=class extends Array{constructor(){super(0)}item(e){return this[e]||null}get[i.supportedPropertyIndices](){return this.keys()}}},function(e,t,r){"use strict";t.implementation=class{constructor(e,t={}){this._element=e,this._state=t}get badInput(){return this._failsConstraint("badInput")}get customError(){return""!==this._element._customValidityErrorMessage}get patternMismatch(){return this._failsConstraint("patternMismatch")}get rangeOverflow(){return this._failsConstraint("rangeOverflow")}get rangeUnderflow(){return this._failsConstraint("rangeUnderflow")}get stepMismatch(){return this._failsConstraint("stepMismatch")}get tooLong(){return this._failsConstraint("tooLong")}get tooShort(){return this._failsConstraint("tooShort")}get typeMismatch(){return this._failsConstraint("typeMismatch")}get valueMissing(){return this._failsConstraint("valueMissing")}_failsConstraint(e){const t=this._state[e];return!!t&&(this._element.willValidate&&t())}get valid(){return!(this.badInput||this.valueMissing||this.customError||this.patternMismatch||this.rangeOverflow||this.rangeUnderflow||this.stepMismatch||this.tooLong||this.tooShort||this.typeMismatch)}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=r(795).convert,a=n.implSymbol;class s{constructor(){return u.setup(Object.create(new.target.prototype))}parseFromString(t,r){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<2)throw new TypeError("Failed to execute 'parseFromString' on 'DOMParser': 2 arguments required, but only "+arguments.length+" present.");const s=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'parseFromString' on 'DOMParser': parameter 1"}),s.push(e)}{let e=arguments[1];e=o(e,{context:"Failed to execute 'parseFromString' on 'DOMParser': parameter 2"}),s.push(e)}return n.tryWrapperForImpl(this[a].parseFromString(...s))}}Object.defineProperties(s.prototype,{parseFromString:{enumerable:!0},[Symbol.toStringTag]:{value:"DOMParser",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,a)&&t[a]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'DOMParser'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,a,{value:new l.implementation(t,r),configurable:!0}),e[a][n.wrapperSymbol]=e,l.init&&l.init(e[a],r),e},interface:s,expose:{Window:{DOMParser:s}}};e.exports=u;const l=r(796)},function(e,t,r){"use strict";const i=new Set(["text/html","text/xml","application/xml","application/xhtml+xml","image/svg+xml"]);e.exports={enumerationValues:i,convert(e,{context:t="The provided value"}={}){const r=`${e}`;if(!i.has(e))throw new TypeError(`${t} '${e}' is not a valid enumeration value for SupportedType`);return r}}},function(e,t,r){"use strict";const{parseIntoDocument:i}=r(60),n=r(64);function o(e,t,r){const o=n.createImpl([],{options:{parsingMode:e,encoding:"UTF-8",contentType:t,readyState:"complete",scriptingDisabled:!0}});return void 0!==r&&i(r,o),o}t.implementation=class{parseFromString(e,t){switch(String(t)){case"text/html":return o("html",t,e);case"text/xml":case"application/xml":case"application/xhtml+xml":case"image/svg+xml":try{return o("xml",t,e)}catch(e){const r=o("xml",t),i=r.createElementNS("http://www.mozilla.org/newlayout/xml/parsererror.xml","parsererror");return i.textContent=e.message,r.appendChild(i),r}default:throw new TypeError("Invalid contentType")}}}},function(e,t,r){"use strict";r(1);const i=r(0),n=r(28).convert,o=r(798).convert,a=i.implSymbol;class s{constructor(e){if(arguments.length<1)throw new TypeError("Failed to construct 'MutationObserver': 1 argument required, but only "+arguments.length+" present.");const t=[];{let e=arguments[0];e=i.tryImplForWrapper(e),t.push(e)}return u.setup(Object.create(new.target.prototype),t)}observe(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'observe' on 'MutationObserver': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=n(e,{context:"Failed to execute 'observe' on 'MutationObserver': parameter 1"}),r.push(e)}{let e=arguments[1];e=o(e,{context:"Failed to execute 'observe' on 'MutationObserver': parameter 2"}),r.push(e)}return this[a].observe(...r)}disconnect(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].disconnect()}takeRecords(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return i.tryWrapperForImpl(this[a].takeRecords())}}Object.defineProperties(s.prototype,{observe:{enumerable:!0},disconnect:{enumerable:!0},takeRecords:{enumerable:!0},[Symbol.toStringTag]:{value:"MutationObserver",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(i.hasOwn(t,a)&&t[a]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=i.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return i.implForWrapper(t);throw new TypeError(`${r} is not of type 'MutationObserver'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),i.implForWrapper(r)},_internalSetup(e){},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,a,{value:new l.implementation(t,r),configurable:!0}),e[a][i.wrapperSymbol]=e,l.init&&l.init(e[a],r),e},interface:s,expose:{Window:{MutationObserver:s}}};e.exports=u;const l=r(799)},function(e,t,r){"use strict";const i=r(1),n=r(0);e.exports={convertInherit(e,t,{context:r="The provided value"}={}){{const o="attributeFilter";let a=null==e?void 0:e[o];if(void 0!==a){if(!n.isObject(a))throw new TypeError(r+" has member attributeFilter that is not an iterable object.");{const e=[],t=a;for(let n of t)n=i.DOMString(n,{context:r+" has member attributeFilter that's element"}),e.push(n);a=e}t[o]=a}}{const n="attributeOldValue";let o=null==e?void 0:e[n];void 0!==o&&(o=i.boolean(o,{context:r+" has member attributeOldValue that"}),t[n]=o)}{const n="attributes";let o=null==e?void 0:e[n];void 0!==o&&(o=i.boolean(o,{context:r+" has member attributes that"}),t[n]=o)}{const n="characterData";let o=null==e?void 0:e[n];void 0!==o&&(o=i.boolean(o,{context:r+" has member characterData that"}),t[n]=o)}{const n="characterDataOldValue";let o=null==e?void 0:e[n];void 0!==o&&(o=i.boolean(o,{context:r+" has member characterDataOldValue that"}),t[n]=o)}{const n="childList";let o=null==e?void 0:e[n];void 0!==o?(o=i.boolean(o,{context:r+" has member childList that"}),t[n]=o):t[n]=!1}{const n="subtree";let o=null==e?void 0:e[n];void 0!==o?(o=i.boolean(o,{context:r+" has member subtree that"}),t[n]=o):t[n]=!1}},convert(t,{context:r="The provided value"}={}){if(void 0!==t&&"object"!=typeof t&&"function"!=typeof t)throw new TypeError(`${r} is not an object.`);const i=Object.create(null);return e.exports.convertInherit(t,i,{context:r}),i}}},function(e,t,r){"use strict";const{wrapperForImpl:i}=r(0);let n=0;e.exports={implementation:class{constructor(e){const[t]=e;this._callback=t,this._nodeList=[],this._recordQueue=[],this._id=++n}observe(e,t){if(!("attributeOldValue"in t||"attributeFilter"in t)||"attributes"in t||(t.attributes=!0),"characterDataOldValue"in t&!("characterData"in t)&&(t.characterData=!0),!(t.childList||t.attributes||t.characterData))throw new TypeError("The options object must set at least one of 'attributes', 'characterData', or 'childList' to true.");if(t.attributeOldValue&&!t.attributes)throw new TypeError("The options object may only set 'attributeOldValue' to true when 'attributes' is true or not present.");if("attributeFilter"in t&&!t.attributes)throw new TypeError("The options object may only set 'attributeFilter' when 'attributes' is true or not present.");if(t.characterDataOldValue&&!t.characterData)throw new TypeError("The options object may only set 'characterDataOldValue' to true when 'characterData' is true or not present.");const r=e._registeredObserverList.find(e=>e.observer===this);if(r){for(const e of this._nodeList)e._registeredObserverList=e._registeredObserverList.filter(e=>e.source!==r);r.options=t}else e._registeredObserverList.push({observer:this,options:t}),this._nodeList.push(e)}disconnect(){for(const e of this._nodeList)e._registeredObserverList=e._registeredObserverList.filter(e=>e.observer!==this);this._recordQueue=[]}takeRecords(){const e=this._recordQueue.map(i);return this._recordQueue=[],e}}}},function(e,t,r){"use strict";const i=r(192),n={"http://www.w3.org/1999/xhtml":{HTMLElement:{file:r(2),tags:["abbr","acronym","address","article","aside","b","basefont","bdi","bdo","big","center","cite","code","dd","dfn","dt","em","figcaption","figure","footer","header","hgroup","i","kbd","main","mark","nav","nobr","noembed","noframes","noscript","plaintext","rb","rp","rt","rtc","ruby","s","samp","section","small","strike","strong","sub","summary","sup","tt","u","var","wbr"]},HTMLAnchorElement:{file:r(801),tags:["a"]},HTMLAreaElement:{file:r(803),tags:["area"]},HTMLAudioElement:{file:r(805),tags:["audio"]},HTMLBaseElement:{file:r(808),tags:["base"]},HTMLBodyElement:{file:r(810),tags:["body"]},HTMLBRElement:{file:r(812),tags:["br"]},HTMLButtonElement:{file:r(814),tags:["button"]},HTMLCanvasElement:{file:r(816),tags:["canvas"]},HTMLDataElement:{file:r(818),tags:["data"]},HTMLDataListElement:{file:r(820),tags:["datalist"]},HTMLDetailsElement:{file:r(822),tags:["details"]},HTMLDialogElement:{file:r(824),tags:["dialog"]},HTMLDirectoryElement:{file:r(826),tags:["dir"]},HTMLDivElement:{file:r(828),tags:["div"]},HTMLDListElement:{file:r(830),tags:["dl"]},HTMLEmbedElement:{file:r(832),tags:["embed"]},HTMLFieldSetElement:{file:r(834),tags:["fieldset"]},HTMLFontElement:{file:r(836),tags:["font"]},HTMLFormElement:{file:r(353),tags:["form"]},HTMLFrameElement:{file:r(838),tags:["frame"]},HTMLFrameSetElement:{file:r(839),tags:["frameset"]},HTMLHeadingElement:{file:r(841),tags:["h1","h2","h3","h4","h5","h6"]},HTMLHeadElement:{file:r(843),tags:["head"]},HTMLHRElement:{file:r(845),tags:["hr"]},HTMLHtmlElement:{file:r(847),tags:["html"]},HTMLIFrameElement:{file:r(849),tags:["iframe"]},HTMLImageElement:{file:r(851),tags:["img"]},HTMLInputElement:{file:r(853),tags:["input"]},HTMLLabelElement:{file:r(855),tags:["label"]},HTMLLegendElement:{file:r(857),tags:["legend"]},HTMLLIElement:{file:r(859),tags:["li"]},HTMLLinkElement:{file:r(861),tags:["link"]},HTMLMapElement:{file:r(863),tags:["map"]},HTMLMarqueeElement:{file:r(865),tags:["marquee"]},HTMLMediaElement:{file:r(200),tags:[]},HTMLMenuElement:{file:r(867),tags:["menu"]},HTMLMetaElement:{file:r(869),tags:["meta"]},HTMLMeterElement:{file:r(871),tags:["meter"]},HTMLModElement:{file:r(873),tags:["del","ins"]},HTMLObjectElement:{file:r(875),tags:["object"]},HTMLOListElement:{file:r(877),tags:["ol"]},HTMLOptGroupElement:{file:r(198),tags:["optgroup"]},HTMLOptionElement:{file:r(104),tags:["option"]},HTMLOutputElement:{file:r(879),tags:["output"]},HTMLParagraphElement:{file:r(881),tags:["p"]},HTMLParamElement:{file:r(883),tags:["param"]},HTMLPictureElement:{file:r(885),tags:["picture"]},HTMLPreElement:{file:r(887),tags:["listing","pre","xmp"]},HTMLProgressElement:{file:r(889),tags:["progress"]},HTMLQuoteElement:{file:r(891),tags:["blockquote","q"]},HTMLScriptElement:{file:r(893),tags:["script"]},HTMLSelectElement:{file:r(895),tags:["select"]},HTMLSlotElement:{file:r(897),tags:["slot"]},HTMLSourceElement:{file:r(900),tags:["source"]},HTMLSpanElement:{file:r(902),tags:["span"]},HTMLStyleElement:{file:r(904),tags:["style"]},HTMLTableCaptionElement:{file:r(379),tags:["caption"]},HTMLTableCellElement:{file:r(907),tags:["th","td"]},HTMLTableColElement:{file:r(909),tags:["col","colgroup"]},HTMLTableElement:{file:r(911),tags:["table"]},HTMLTimeElement:{file:r(914),tags:["time"]},HTMLTitleElement:{file:r(916),tags:["title"]},HTMLTableRowElement:{file:r(918),tags:["tr"]},HTMLTableSectionElement:{file:r(380),tags:["thead","tbody","tfoot"]},HTMLTemplateElement:{file:r(920),tags:["template"]},HTMLTextAreaElement:{file:r(922),tags:["textarea"]},HTMLTrackElement:{file:r(924),tags:["track"]},HTMLUListElement:{file:r(926),tags:["ul"]},HTMLUnknownElement:{file:r(337),tags:[]},HTMLVideoElement:{file:r(928),tags:["video"]}},"http://www.w3.org/2000/svg":{SVGElement:{file:r(132),tags:[]},SVGGraphicsElement:{file:r(381),tags:[]},SVGSVGElement:{file:r(931),tags:["svg"]},SVGTitleElement:{file:r(933),tags:["title"]}}};e.exports=e=>{for(const t of Object.keys(n)){const r=n[t];i.implementation.prototype._elementBuilders[t]=Object.create(null);for(const n of Object.keys(r)){const{file:o,tags:a}=r[n];e[n]=o.interface;for(const e of a)i.implementation.prototype._elementBuilders[t][e]=(e,t,r)=>o.createImpl([],{ownerDocument:e,localName:t,namespace:r})}}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get target(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"target");return null===t?"":t}set target(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'target' property on 'HTMLAnchorElement': The provided value"}),this.setAttributeNS(null,"target",t)}get download(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"download");return null===t?"":t}set download(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'download' property on 'HTMLAnchorElement': The provided value"}),this.setAttributeNS(null,"download",t)}get rel(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"rel");return null===t?"":t}set rel(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'rel' property on 'HTMLAnchorElement': The provided value"}),this.setAttributeNS(null,"rel",t)}get relList(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.getSameObject(this,"relList",()=>n.tryWrapperForImpl(this[o].relList))}set relList(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");this.relList.value=t}get hreflang(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"hreflang");return null===t?"":t}set hreflang(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'hreflang' property on 'HTMLAnchorElement': The provided value"}),this.setAttributeNS(null,"hreflang",t)}get type(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"type");return null===t?"":t}set type(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'type' property on 'HTMLAnchorElement': The provided value"}),this.setAttributeNS(null,"type",t)}get text(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].text}set text(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'text' property on 'HTMLAnchorElement': The provided value"}),this[o].text=t}get coords(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"coords");return null===t?"":t}set coords(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'coords' property on 'HTMLAnchorElement': The provided value"}),this.setAttributeNS(null,"coords",t)}get charset(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"charset");return null===t?"":t}set charset(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'charset' property on 'HTMLAnchorElement': The provided value"}),this.setAttributeNS(null,"charset",t)}get name(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"name");return null===t?"":t}set name(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'name' property on 'HTMLAnchorElement': The provided value"}),this.setAttributeNS(null,"name",t)}get rev(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"rev");return null===t?"":t}set rev(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'rev' property on 'HTMLAnchorElement': The provided value"}),this.setAttributeNS(null,"rev",t)}get shape(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"shape");return null===t?"":t}set shape(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'shape' property on 'HTMLAnchorElement': The provided value"}),this.setAttributeNS(null,"shape",t)}get href(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].href}set href(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'href' property on 'HTMLAnchorElement': The provided value"}),this[o].href=t}toString(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].href}get origin(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].origin}get protocol(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].protocol}set protocol(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'protocol' property on 'HTMLAnchorElement': The provided value"}),this[o].protocol=t}get username(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].username}set username(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'username' property on 'HTMLAnchorElement': The provided value"}),this[o].username=t}get password(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].password}set password(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'password' property on 'HTMLAnchorElement': The provided value"}),this[o].password=t}get host(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].host}set host(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'host' property on 'HTMLAnchorElement': The provided value"}),this[o].host=t}get hostname(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].hostname}set hostname(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'hostname' property on 'HTMLAnchorElement': The provided value"}),this[o].hostname=t}get port(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].port}set port(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'port' property on 'HTMLAnchorElement': The provided value"}),this[o].port=t}get pathname(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].pathname}set pathname(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'pathname' property on 'HTMLAnchorElement': The provided value"}),this[o].pathname=t}get search(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].search}set search(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'search' property on 'HTMLAnchorElement': The provided value"}),this[o].search=t}get hash(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].hash}set hash(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'hash' property on 'HTMLAnchorElement': The provided value"}),this[o].hash=t}}Object.defineProperties(s.prototype,{target:{enumerable:!0},download:{enumerable:!0},rel:{enumerable:!0},relList:{enumerable:!0},hreflang:{enumerable:!0},type:{enumerable:!0},text:{enumerable:!0},coords:{enumerable:!0},charset:{enumerable:!0},name:{enumerable:!0},rev:{enumerable:!0},shape:{enumerable:!0},href:{enumerable:!0},toString:{enumerable:!0},origin:{enumerable:!0},protocol:{enumerable:!0},username:{enumerable:!0},password:{enumerable:!0},host:{enumerable:!0},hostname:{enumerable:!0},port:{enumerable:!0},pathname:{enumerable:!0},search:{enumerable:!0},hash:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLAnchorElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLAnchorElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLAnchorElement:s}}};e.exports=u;const l=r(802)},function(e,t,r){"use strict";const{mixin:i}=r(5),n=r(79),o=r(3).implementation,a=r(375).implementation;class s extends o{constructor(e,t){super(e,t),this._htmlHyperlinkElementUtilsSetup(),this._hasActivationBehavior=!0}_activationBehavior(){this._followAHyperlink()}get relList(){return void 0===this._relList&&(this._relList=n.createImpl([],{element:this,attributeLocalName:"rel"})),this._relList}get text(){return this.textContent}set text(e){this.textContent=e}_attrModified(e,t,r){super._attrModified(e,t,r),"rel"===e&&void 0!==this._relList&&this._relList.attrModified()}}i(s.prototype,a.prototype),e.exports={implementation:s}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get alt(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"alt");return null===t?"":t}set alt(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'alt' property on 'HTMLAreaElement': The provided value"}),this.setAttributeNS(null,"alt",t)}get coords(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"coords");return null===t?"":t}set coords(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'coords' property on 'HTMLAreaElement': The provided value"}),this.setAttributeNS(null,"coords",t)}get shape(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"shape");return null===t?"":t}set shape(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'shape' property on 'HTMLAreaElement': The provided value"}),this.setAttributeNS(null,"shape",t)}get target(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"target");return null===t?"":t}set target(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'target' property on 'HTMLAreaElement': The provided value"}),this.setAttributeNS(null,"target",t)}get rel(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"rel");return null===t?"":t}set rel(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'rel' property on 'HTMLAreaElement': The provided value"}),this.setAttributeNS(null,"rel",t)}get relList(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.getSameObject(this,"relList",()=>n.tryWrapperForImpl(this[o].relList))}set relList(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");this.relList.value=t}get noHref(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"nohref")}set noHref(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'noHref' property on 'HTMLAreaElement': The provided value"}))?this.setAttributeNS(null,"nohref",""):this.removeAttributeNS(null,"nohref")}get href(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].href}set href(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'href' property on 'HTMLAreaElement': The provided value"}),this[o].href=t}toString(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].href}get origin(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].origin}get protocol(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].protocol}set protocol(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'protocol' property on 'HTMLAreaElement': The provided value"}),this[o].protocol=t}get username(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].username}set username(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'username' property on 'HTMLAreaElement': The provided value"}),this[o].username=t}get password(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].password}set password(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'password' property on 'HTMLAreaElement': The provided value"}),this[o].password=t}get host(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].host}set host(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'host' property on 'HTMLAreaElement': The provided value"}),this[o].host=t}get hostname(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].hostname}set hostname(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'hostname' property on 'HTMLAreaElement': The provided value"}),this[o].hostname=t}get port(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].port}set port(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'port' property on 'HTMLAreaElement': The provided value"}),this[o].port=t}get pathname(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].pathname}set pathname(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'pathname' property on 'HTMLAreaElement': The provided value"}),this[o].pathname=t}get search(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].search}set search(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'search' property on 'HTMLAreaElement': The provided value"}),this[o].search=t}get hash(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].hash}set hash(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'hash' property on 'HTMLAreaElement': The provided value"}),this[o].hash=t}}Object.defineProperties(s.prototype,{alt:{enumerable:!0},coords:{enumerable:!0},shape:{enumerable:!0},target:{enumerable:!0},rel:{enumerable:!0},relList:{enumerable:!0},noHref:{enumerable:!0},href:{enumerable:!0},toString:{enumerable:!0},origin:{enumerable:!0},protocol:{enumerable:!0},username:{enumerable:!0},password:{enumerable:!0},host:{enumerable:!0},hostname:{enumerable:!0},port:{enumerable:!0},pathname:{enumerable:!0},search:{enumerable:!0},hash:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLAreaElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLAreaElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLAreaElement:s}}};e.exports=u;const l=r(804)},function(e,t,r){"use strict";const{mixin:i}=r(5),n=r(79),o=r(3).implementation,a=r(375).implementation;class s extends o{constructor(e,t){super(e,t),this._htmlHyperlinkElementUtilsSetup(),this._hasActivationBehavior=!0}_activationBehavior(){this._followAHyperlink()}get relList(){return void 0===this._relList&&(this._relList=n.createImpl([],{element:this,attributeLocalName:"rel"})),this._relList}_attrModified(e,t,r){super._attrModified(e,t,r),"rel"===e&&void 0!==this._relList&&this._relList.attrModified()}}i(s.prototype,a.prototype),e.exports={implementation:s}},function(e,t,r){"use strict";r(1);const i=r(0),n=i.implSymbol,o=r(200);class a extends o.interface{constructor(){throw new TypeError("Illegal constructor")}}Object.defineProperties(a.prototype,{[Symbol.toStringTag]:{value:"HTMLAudioElement",configurable:!0}});const s={_mixedIntoPredicates:[],is(t){if(t){if(i.hasOwn(t,n)&&t[n]instanceof u.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof u.implementation)return!0;const r=i.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return i.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLAudioElement'.`)},create(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t),i.implForWrapper(r)},_internalSetup(e){o._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,n,{value:new u.implementation(t,r),configurable:!0}),e[n][i.wrapperSymbol]=e,u.init&&u.init(e[n],r),e},interface:a,expose:{Window:{HTMLAudioElement:a}}};e.exports=s;const u=r(807)},function(e,t,r){"use strict";const i=new Set(["subtitles","captions","descriptions","chapters","metadata"]);e.exports={enumerationValues:i,convert(e,{context:t="The provided value"}={}){const r=`${e}`;if(!i.has(e))throw new TypeError(`${t} '${e}' is not a valid enumeration value for TextTrackKind`);return r}}},function(e,t,r){"use strict";const i=r(201).implementation;e.exports={implementation:class extends i{}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get href(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].href}set href(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'href' property on 'HTMLBaseElement': The provided value"}),this[o].href=t}get target(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"target");return null===t?"":t}set target(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'target' property on 'HTMLBaseElement': The provided value"}),this.setAttributeNS(null,"target",t)}}Object.defineProperties(s.prototype,{href:{enumerable:!0},target:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLBaseElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLBaseElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLBaseElement:s}}};e.exports=u;const l=r(809)},function(e,t,r){"use strict";const i=r(16),n=r(3).implementation,{fallbackBaseURL:o}=r(41);e.exports={implementation:class extends n{get href(){const e=this._ownerDocument,t=this.hasAttributeNS(null,"href")?this.getAttributeNS(null,"href"):"",r=i.parseURL(t,{baseURL:o(e)});return null===r?t:i.serializeURL(r)}set href(e){this.setAttributeNS(null,"href",e)}}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get text(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"text");return null===t?"":t}set text(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'text' property on 'HTMLBodyElement': The provided value",treatNullAsEmptyString:!0}),this.setAttributeNS(null,"text",t)}get link(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"link");return null===t?"":t}set link(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'link' property on 'HTMLBodyElement': The provided value",treatNullAsEmptyString:!0}),this.setAttributeNS(null,"link",t)}get vLink(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"vlink");return null===t?"":t}set vLink(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'vLink' property on 'HTMLBodyElement': The provided value",treatNullAsEmptyString:!0}),this.setAttributeNS(null,"vlink",t)}get aLink(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"alink");return null===t?"":t}set aLink(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'aLink' property on 'HTMLBodyElement': The provided value",treatNullAsEmptyString:!0}),this.setAttributeNS(null,"alink",t)}get bgColor(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"bgcolor");return null===t?"":t}set bgColor(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'bgColor' property on 'HTMLBodyElement': The provided value",treatNullAsEmptyString:!0}),this.setAttributeNS(null,"bgcolor",t)}get background(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"background");return null===t?"":t}set background(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'background' property on 'HTMLBodyElement': The provided value"}),this.setAttributeNS(null,"background",t)}get onafterprint(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onafterprint)}set onafterprint(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onafterprint=t}get onbeforeprint(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onbeforeprint)}set onbeforeprint(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onbeforeprint=t}get onbeforeunload(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onbeforeunload)}set onbeforeunload(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onbeforeunload=t}get onhashchange(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onhashchange)}set onhashchange(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onhashchange=t}get onlanguagechange(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onlanguagechange)}set onlanguagechange(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onlanguagechange=t}get onmessage(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onmessage)}set onmessage(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onmessage=t}get onmessageerror(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onmessageerror)}set onmessageerror(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onmessageerror=t}get onoffline(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onoffline)}set onoffline(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onoffline=t}get ononline(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ononline)}set ononline(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ononline=t}get onpagehide(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onpagehide)}set onpagehide(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onpagehide=t}get onpageshow(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onpageshow)}set onpageshow(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onpageshow=t}get onpopstate(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onpopstate)}set onpopstate(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onpopstate=t}get onrejectionhandled(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onrejectionhandled)}set onrejectionhandled(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onrejectionhandled=t}get onstorage(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onstorage)}set onstorage(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onstorage=t}get onunhandledrejection(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onunhandledrejection)}set onunhandledrejection(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onunhandledrejection=t}get onunload(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onunload)}set onunload(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onunload=t}}Object.defineProperties(s.prototype,{text:{enumerable:!0},link:{enumerable:!0},vLink:{enumerable:!0},aLink:{enumerable:!0},bgColor:{enumerable:!0},background:{enumerable:!0},onafterprint:{enumerable:!0},onbeforeprint:{enumerable:!0},onbeforeunload:{enumerable:!0},onhashchange:{enumerable:!0},onlanguagechange:{enumerable:!0},onmessage:{enumerable:!0},onmessageerror:{enumerable:!0},onoffline:{enumerable:!0},ononline:{enumerable:!0},onpagehide:{enumerable:!0},onpageshow:{enumerable:!0},onpopstate:{enumerable:!0},onrejectionhandled:{enumerable:!0},onstorage:{enumerable:!0},onunhandledrejection:{enumerable:!0},onunload:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLBodyElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLBodyElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLBodyElement:s}}};e.exports=u;const l=r(811)},function(e,t,r){"use strict";const{mixin:i}=r(5),n=r(3).implementation,o=r(134).implementation;class a extends n{constructor(...e){super(...e),this._proxyWindowEventsToWindow()}}i(a.prototype,o.prototype),e.exports={implementation:a}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get clear(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"clear");return null===t?"":t}set clear(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'clear' property on 'HTMLBRElement': The provided value"}),this.setAttributeNS(null,"clear",t)}}Object.defineProperties(s.prototype,{clear:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLBRElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLBRElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLBRElement:s}}};e.exports=u;const l=r(813)},function(e,t,r){"use strict";const i=r(3).implementation;e.exports={implementation:class extends i{}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}checkValidity(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].checkValidity()}reportValidity(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].reportValidity()}setCustomValidity(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'setCustomValidity' on 'HTMLButtonElement': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'setCustomValidity' on 'HTMLButtonElement': parameter 1"}),r.push(e)}return this[o].setCustomValidity(...r)}get autofocus(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"autofocus")}set autofocus(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'autofocus' property on 'HTMLButtonElement': The provided value"}))?this.setAttributeNS(null,"autofocus",""):this.removeAttributeNS(null,"autofocus")}get disabled(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"disabled")}set disabled(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'disabled' property on 'HTMLButtonElement': The provided value"}))?this.setAttributeNS(null,"disabled",""):this.removeAttributeNS(null,"disabled")}get form(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].form)}get formNoValidate(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"formnovalidate")}set formNoValidate(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'formNoValidate' property on 'HTMLButtonElement': The provided value"}))?this.setAttributeNS(null,"formnovalidate",""):this.removeAttributeNS(null,"formnovalidate")}get formTarget(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"formtarget");return null===t?"":t}set formTarget(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'formTarget' property on 'HTMLButtonElement': The provided value"}),this.setAttributeNS(null,"formtarget",t)}get name(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"name");return null===t?"":t}set name(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'name' property on 'HTMLButtonElement': The provided value"}),this.setAttributeNS(null,"name",t)}get type(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].type}set type(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'type' property on 'HTMLButtonElement': The provided value"}),this[o].type=t}get value(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"value");return null===t?"":t}set value(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'value' property on 'HTMLButtonElement': The provided value"}),this.setAttributeNS(null,"value",t)}get willValidate(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].willValidate}get validity(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].validity)}get validationMessage(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].validationMessage}get labels(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].labels)}}Object.defineProperties(s.prototype,{checkValidity:{enumerable:!0},reportValidity:{enumerable:!0},setCustomValidity:{enumerable:!0},autofocus:{enumerable:!0},disabled:{enumerable:!0},form:{enumerable:!0},formNoValidate:{enumerable:!0},formTarget:{enumerable:!0},name:{enumerable:!0},type:{enumerable:!0},value:{enumerable:!0},willValidate:{enumerable:!0},validity:{enumerable:!0},validationMessage:{enumerable:!0},labels:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLButtonElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLButtonElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLButtonElement:s}}};e.exports=u;const l=r(815)},function(e,t,r){"use strict";const i=r(3).implementation,{isDisabled:n,formOwner:o}=r(23),a=r(65).implementation,{mixin:s}=r(5),{getLabelsForLabelable:u}=r(23);class l extends i{constructor(e,t){super(e,t),this._customValidityErrorMessage="",this._labels=null,this._hasActivationBehavior=!0}_activationBehavior(){const{form:e}=this;e&&!n(this)&&("submit"===this.type&&e._doSubmit(),"reset"===this.type&&e._doReset())}_getValue(){const e=this.getAttributeNS(null,"value");return null===e?"":e}get labels(){return u(this)}get form(){return o(this)}get type(){const e=(this.getAttributeNS(null,"type")||"").toLowerCase();switch(e){case"submit":case"reset":case"button":return e;default:return"submit"}}set type(e){switch(e=String(e).toLowerCase()){case"submit":case"reset":case"button":this.setAttributeNS(null,"type",e);break;default:this.setAttributeNS(null,"type","submit")}}_barredFromConstraintValidationSpecialization(){return"reset"===this.type||"button"===this.type}}s(l.prototype,a.prototype),e.exports={implementation:l}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}getContext(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'getContext' on 'HTMLCanvasElement': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'getContext' on 'HTMLCanvasElement': parameter 1"}),r.push(e)}for(let e=1;e{if(r)throw r;e(new i.Blob([n],{type:t}))},t,n)}else n("HTMLCanvasElement.prototype.toBlob (without installing the canvas npm package)",i)}get width(){const e=parseInt(this.getAttributeNS(null,"width"));return isNaN(e)||e<0||e>2147483647?300:e}set width(e){e=e>2147483647?300:e,this.setAttributeNS(null,"width",String(e))}get height(){const e=parseInt(this.getAttributeNS(null,"height"));return isNaN(e)||e<0||e>2147483647?150:e}set height(e){e=e>2147483647?150:e,this.setAttributeNS(null,"height",String(e))}}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get value(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"value");return null===t?"":t}set value(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'value' property on 'HTMLDataElement': The provided value"}),this.setAttributeNS(null,"value",t)}}Object.defineProperties(s.prototype,{value:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLDataElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLDataElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLDataElement:s}}};e.exports=u;const l=r(819)},function(e,t,r){"use strict";const i=r(3).implementation;e.exports={implementation:class extends i{}}},function(e,t,r){"use strict";r(1);const i=r(0),n=i.implSymbol,o=r(2);class a extends o.interface{constructor(){throw new TypeError("Illegal constructor")}get options(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return i.getSameObject(this,"options",()=>i.tryWrapperForImpl(this[n].options))}}Object.defineProperties(a.prototype,{options:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLDataListElement",configurable:!0}});const s={_mixedIntoPredicates:[],is(t){if(t){if(i.hasOwn(t,n)&&t[n]instanceof u.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof u.implementation)return!0;const r=i.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return i.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLDataListElement'.`)},create(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t),i.implForWrapper(r)},_internalSetup(e){o._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,n,{value:new u.implementation(t,r),configurable:!0}),e[n][i.wrapperSymbol]=e,u.init&&u.init(e[n],r),e},interface:a,expose:{Window:{HTMLDataListElement:a}}};e.exports=s;const u=r(821)},function(e,t,r){"use strict";const i=r(29),n=r(3).implementation,{descendantsByLocalName:o}=r(30);e.exports={implementation:class extends n{get options(){return i.createImpl([],{element:this,query:()=>o(this,"option")})}}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get open(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"open")}set open(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'open' property on 'HTMLDetailsElement': The provided value"}))?this.setAttributeNS(null,"open",""):this.removeAttributeNS(null,"open")}}Object.defineProperties(s.prototype,{open:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLDetailsElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLDetailsElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLDetailsElement:s}}};e.exports=u;const l=r(823)},function(e,t,r){"use strict";const{fireAnEvent:i}=r(15),n=r(3).implementation;e.exports={implementation:class extends n{constructor(e,t){super(e,t),this._taskQueue=null}_dispatchToggleEvent(){this._taskQueue=null,i("toggle",this)}_attrModified(e,t,r){super._attrModified(e,t,r),"open"===e&&null===this._taskQueue&&(t!==r&&null!==t&&null===r||null===t&&null!==r)&&(this._taskQueue=setTimeout(this._dispatchToggleEvent.bind(this),0))}}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get open(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"open")}set open(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'open' property on 'HTMLDialogElement': The provided value"}))?this.setAttributeNS(null,"open",""):this.removeAttributeNS(null,"open")}}Object.defineProperties(s.prototype,{open:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLDialogElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLDialogElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLDialogElement:s}}};e.exports=u;const l=r(825)},function(e,t,r){"use strict";const i=r(3).implementation;e.exports={implementation:class extends i{}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get compact(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"compact")}set compact(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'compact' property on 'HTMLDirectoryElement': The provided value"}))?this.setAttributeNS(null,"compact",""):this.removeAttributeNS(null,"compact")}}Object.defineProperties(s.prototype,{compact:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLDirectoryElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLDirectoryElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLDirectoryElement:s}}};e.exports=u;const l=r(827)},function(e,t,r){"use strict";const i=r(3).implementation;e.exports={implementation:class extends i{}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get align(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"align");return null===t?"":t}set align(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'align' property on 'HTMLDivElement': The provided value"}),this.setAttributeNS(null,"align",t)}}Object.defineProperties(s.prototype,{align:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLDivElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLDivElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLDivElement:s}}};e.exports=u;const l=r(829)},function(e,t,r){"use strict";const i=r(3).implementation;e.exports={implementation:class extends i{}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get compact(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"compact")}set compact(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'compact' property on 'HTMLDListElement': The provided value"}))?this.setAttributeNS(null,"compact",""):this.removeAttributeNS(null,"compact")}}Object.defineProperties(s.prototype,{compact:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLDListElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLDListElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLDListElement:s}}};e.exports=u;const l=r(831)},function(e,t,r){"use strict";const i=r(3).implementation;e.exports={implementation:class extends i{}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get src(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].src}set src(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'src' property on 'HTMLEmbedElement': The provided value"}),this[o].src=t}get type(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"type");return null===t?"":t}set type(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'type' property on 'HTMLEmbedElement': The provided value"}),this.setAttributeNS(null,"type",t)}get width(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"width");return null===t?"":t}set width(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'width' property on 'HTMLEmbedElement': The provided value"}),this.setAttributeNS(null,"width",t)}get height(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"height");return null===t?"":t}set height(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'height' property on 'HTMLEmbedElement': The provided value"}),this.setAttributeNS(null,"height",t)}get align(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"align");return null===t?"":t}set align(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'align' property on 'HTMLEmbedElement': The provided value"}),this.setAttributeNS(null,"align",t)}get name(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"name");return null===t?"":t}set name(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'name' property on 'HTMLEmbedElement': The provided value"}),this.setAttributeNS(null,"name",t)}}Object.defineProperties(s.prototype,{src:{enumerable:!0},type:{enumerable:!0},width:{enumerable:!0},height:{enumerable:!0},align:{enumerable:!0},name:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLEmbedElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLEmbedElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLEmbedElement:s}}};e.exports=u;const l=r(833)},function(e,t,r){"use strict";const i=r(3).implementation,{reflectURLAttribute:n}=r(5);e.exports={implementation:class extends i{get src(){return n(this,"src")}set src(e){this.setAttributeNS(null,"src",e)}}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}checkValidity(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].checkValidity()}reportValidity(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].reportValidity()}setCustomValidity(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'setCustomValidity' on 'HTMLFieldSetElement': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'setCustomValidity' on 'HTMLFieldSetElement': parameter 1"}),r.push(e)}return this[o].setCustomValidity(...r)}get disabled(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"disabled")}set disabled(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'disabled' property on 'HTMLFieldSetElement': The provided value"}))?this.setAttributeNS(null,"disabled",""):this.removeAttributeNS(null,"disabled")}get form(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].form)}get name(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"name");return null===t?"":t}set name(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'name' property on 'HTMLFieldSetElement': The provided value"}),this.setAttributeNS(null,"name",t)}get type(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].type}get elements(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.getSameObject(this,"elements",()=>n.tryWrapperForImpl(this[o].elements))}get willValidate(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].willValidate}get validity(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.getSameObject(this,"validity",()=>n.tryWrapperForImpl(this[o].validity))}get validationMessage(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].validationMessage}}Object.defineProperties(s.prototype,{checkValidity:{enumerable:!0},reportValidity:{enumerable:!0},setCustomValidity:{enumerable:!0},disabled:{enumerable:!0},form:{enumerable:!0},name:{enumerable:!0},type:{enumerable:!0},elements:{enumerable:!0},willValidate:{enumerable:!0},validity:{enumerable:!0},validationMessage:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLFieldSetElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLFieldSetElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLFieldSetElement:s}}};e.exports=u;const l=r(835)},function(e,t,r){"use strict";const i=r(29),n=r(3).implementation,o=r(65).implementation,{formOwner:a}=r(23),{mixin:s}=r(5),{descendantsByLocalNames:u}=r(30),l=new Set(["button","fieldset","input","object","output","select","textarea"]);class p extends n{constructor(e,t){super(e,t),this._customValidityErrorMessage=""}get elements(){return i.createImpl([],{element:this,query:()=>u(this,l)})}get form(){return a(this)}get type(){return"fieldset"}_barredFromConstraintValidationSpecialization(){return!0}}s(p.prototype,o.prototype),e.exports={implementation:p}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get color(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"color");return null===t?"":t}set color(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'color' property on 'HTMLFontElement': The provided value",treatNullAsEmptyString:!0}),this.setAttributeNS(null,"color",t)}get face(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"face");return null===t?"":t}set face(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'face' property on 'HTMLFontElement': The provided value"}),this.setAttributeNS(null,"face",t)}get size(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"size");return null===t?"":t}set size(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'size' property on 'HTMLFontElement': The provided value"}),this.setAttributeNS(null,"size",t)}}Object.defineProperties(s.prototype,{color:{enumerable:!0},face:{enumerable:!0},size:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLFontElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLFontElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLFontElement:s}}};e.exports=u;const l=r(837)},function(e,t,r){"use strict";const i=r(3).implementation;e.exports={implementation:class extends i{}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get name(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"name");return null===t?"":t}set name(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'name' property on 'HTMLFrameElement': The provided value"}),this.setAttributeNS(null,"name",t)}get scrolling(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"scrolling");return null===t?"":t}set scrolling(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'scrolling' property on 'HTMLFrameElement': The provided value"}),this.setAttributeNS(null,"scrolling",t)}get src(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].src}set src(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'src' property on 'HTMLFrameElement': The provided value"}),this[o].src=t}get frameBorder(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"frameborder");return null===t?"":t}set frameBorder(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'frameBorder' property on 'HTMLFrameElement': The provided value"}),this.setAttributeNS(null,"frameborder",t)}get longDesc(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].longDesc}set longDesc(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'longDesc' property on 'HTMLFrameElement': The provided value"}),this[o].longDesc=t}get noResize(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"noresize")}set noResize(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'noResize' property on 'HTMLFrameElement': The provided value"}))?this.setAttributeNS(null,"noresize",""):this.removeAttributeNS(null,"noresize")}get contentDocument(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].contentDocument)}get contentWindow(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].contentWindow)}get marginHeight(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"marginheight");return null===t?"":t}set marginHeight(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'marginHeight' property on 'HTMLFrameElement': The provided value",treatNullAsEmptyString:!0}),this.setAttributeNS(null,"marginheight",t)}get marginWidth(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"marginwidth");return null===t?"":t}set marginWidth(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'marginWidth' property on 'HTMLFrameElement': The provided value",treatNullAsEmptyString:!0}),this.setAttributeNS(null,"marginwidth",t)}}Object.defineProperties(s.prototype,{name:{enumerable:!0},scrolling:{enumerable:!0},src:{enumerable:!0},frameBorder:{enumerable:!0},longDesc:{enumerable:!0},noResize:{enumerable:!0},contentDocument:{enumerable:!0},contentWindow:{enumerable:!0},marginHeight:{enumerable:!0},marginWidth:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLFrameElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLFrameElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLFrameElement:s}}};e.exports=u;const l=r(376)},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get cols(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"cols");return null===t?"":t}set cols(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'cols' property on 'HTMLFrameSetElement': The provided value"}),this.setAttributeNS(null,"cols",t)}get rows(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"rows");return null===t?"":t}set rows(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'rows' property on 'HTMLFrameSetElement': The provided value"}),this.setAttributeNS(null,"rows",t)}get onafterprint(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onafterprint)}set onafterprint(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onafterprint=t}get onbeforeprint(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onbeforeprint)}set onbeforeprint(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onbeforeprint=t}get onbeforeunload(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onbeforeunload)}set onbeforeunload(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onbeforeunload=t}get onhashchange(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onhashchange)}set onhashchange(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onhashchange=t}get onlanguagechange(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onlanguagechange)}set onlanguagechange(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onlanguagechange=t}get onmessage(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onmessage)}set onmessage(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onmessage=t}get onmessageerror(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onmessageerror)}set onmessageerror(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onmessageerror=t}get onoffline(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onoffline)}set onoffline(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onoffline=t}get ononline(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ononline)}set ononline(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ononline=t}get onpagehide(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onpagehide)}set onpagehide(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onpagehide=t}get onpageshow(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onpageshow)}set onpageshow(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onpageshow=t}get onpopstate(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onpopstate)}set onpopstate(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onpopstate=t}get onrejectionhandled(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onrejectionhandled)}set onrejectionhandled(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onrejectionhandled=t}get onstorage(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onstorage)}set onstorage(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onstorage=t}get onunhandledrejection(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onunhandledrejection)}set onunhandledrejection(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onunhandledrejection=t}get onunload(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onunload)}set onunload(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onunload=t}}Object.defineProperties(s.prototype,{cols:{enumerable:!0},rows:{enumerable:!0},onafterprint:{enumerable:!0},onbeforeprint:{enumerable:!0},onbeforeunload:{enumerable:!0},onhashchange:{enumerable:!0},onlanguagechange:{enumerable:!0},onmessage:{enumerable:!0},onmessageerror:{enumerable:!0},onoffline:{enumerable:!0},ononline:{enumerable:!0},onpagehide:{enumerable:!0},onpageshow:{enumerable:!0},onpopstate:{enumerable:!0},onrejectionhandled:{enumerable:!0},onstorage:{enumerable:!0},onunhandledrejection:{enumerable:!0},onunload:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLFrameSetElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLFrameSetElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLFrameSetElement:s}}};e.exports=u;const l=r(840)},function(e,t,r){"use strict";const{mixin:i}=r(5),n=r(3).implementation,o=r(134).implementation;class a extends n{constructor(...e){super(...e),this._proxyWindowEventsToWindow()}}i(a.prototype,o.prototype),e.exports={implementation:a}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get align(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"align");return null===t?"":t}set align(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'align' property on 'HTMLHeadingElement': The provided value"}),this.setAttributeNS(null,"align",t)}}Object.defineProperties(s.prototype,{align:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLHeadingElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLHeadingElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLHeadingElement:s}}};e.exports=u;const l=r(842)},function(e,t,r){"use strict";const i=r(3).implementation;e.exports={implementation:class extends i{}}},function(e,t,r){"use strict";r(1);const i=r(0),n=i.implSymbol,o=r(2);class a extends o.interface{constructor(){throw new TypeError("Illegal constructor")}}Object.defineProperties(a.prototype,{[Symbol.toStringTag]:{value:"HTMLHeadElement",configurable:!0}});const s={_mixedIntoPredicates:[],is(t){if(t){if(i.hasOwn(t,n)&&t[n]instanceof u.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof u.implementation)return!0;const r=i.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return i.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLHeadElement'.`)},create(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t),i.implForWrapper(r)},_internalSetup(e){o._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,n,{value:new u.implementation(t,r),configurable:!0}),e[n][i.wrapperSymbol]=e,u.init&&u.init(e[n],r),e},interface:a,expose:{Window:{HTMLHeadElement:a}}};e.exports=s;const u=r(844)},function(e,t,r){"use strict";const i=r(3).implementation;e.exports={implementation:class extends i{}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get align(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"align");return null===t?"":t}set align(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'align' property on 'HTMLHRElement': The provided value"}),this.setAttributeNS(null,"align",t)}get color(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"color");return null===t?"":t}set color(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'color' property on 'HTMLHRElement': The provided value"}),this.setAttributeNS(null,"color",t)}get noShade(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"noshade")}set noShade(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'noShade' property on 'HTMLHRElement': The provided value"}))?this.setAttributeNS(null,"noshade",""):this.removeAttributeNS(null,"noshade")}get size(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"size");return null===t?"":t}set size(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'size' property on 'HTMLHRElement': The provided value"}),this.setAttributeNS(null,"size",t)}get width(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"width");return null===t?"":t}set width(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'width' property on 'HTMLHRElement': The provided value"}),this.setAttributeNS(null,"width",t)}}Object.defineProperties(s.prototype,{align:{enumerable:!0},color:{enumerable:!0},noShade:{enumerable:!0},size:{enumerable:!0},width:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLHRElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLHRElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLHRElement:s}}};e.exports=u;const l=r(846)},function(e,t,r){"use strict";const i=r(3).implementation;e.exports={implementation:class extends i{}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get version(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"version");return null===t?"":t}set version(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'version' property on 'HTMLHtmlElement': The provided value"}),this.setAttributeNS(null,"version",t)}}Object.defineProperties(s.prototype,{version:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLHtmlElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLHtmlElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLHtmlElement:s}}};e.exports=u;const l=r(848)},function(e,t,r){"use strict";const i=r(3).implementation;e.exports={implementation:class extends i{}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}getSVGDocument(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].getSVGDocument())}get src(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].src}set src(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'src' property on 'HTMLIFrameElement': The provided value"}),this[o].src=t}get srcdoc(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"srcdoc");return null===t?"":t}set srcdoc(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'srcdoc' property on 'HTMLIFrameElement': The provided value"}),this.setAttributeNS(null,"srcdoc",t)}get name(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"name");return null===t?"":t}set name(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'name' property on 'HTMLIFrameElement': The provided value"}),this.setAttributeNS(null,"name",t)}get allowFullscreen(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"allowfullscreen")}set allowFullscreen(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'allowFullscreen' property on 'HTMLIFrameElement': The provided value"}))?this.setAttributeNS(null,"allowfullscreen",""):this.removeAttributeNS(null,"allowfullscreen")}get width(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"width");return null===t?"":t}set width(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'width' property on 'HTMLIFrameElement': The provided value"}),this.setAttributeNS(null,"width",t)}get height(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"height");return null===t?"":t}set height(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'height' property on 'HTMLIFrameElement': The provided value"}),this.setAttributeNS(null,"height",t)}get contentDocument(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].contentDocument)}get contentWindow(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].contentWindow)}get align(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"align");return null===t?"":t}set align(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'align' property on 'HTMLIFrameElement': The provided value"}),this.setAttributeNS(null,"align",t)}get scrolling(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"scrolling");return null===t?"":t}set scrolling(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'scrolling' property on 'HTMLIFrameElement': The provided value"}),this.setAttributeNS(null,"scrolling",t)}get frameBorder(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"frameborder");return null===t?"":t}set frameBorder(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'frameBorder' property on 'HTMLIFrameElement': The provided value"}),this.setAttributeNS(null,"frameborder",t)}get longDesc(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].longDesc}set longDesc(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'longDesc' property on 'HTMLIFrameElement': The provided value"}),this[o].longDesc=t}get marginHeight(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"marginheight");return null===t?"":t}set marginHeight(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'marginHeight' property on 'HTMLIFrameElement': The provided value",treatNullAsEmptyString:!0}),this.setAttributeNS(null,"marginheight",t)}get marginWidth(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"marginwidth");return null===t?"":t}set marginWidth(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'marginWidth' property on 'HTMLIFrameElement': The provided value",treatNullAsEmptyString:!0}),this.setAttributeNS(null,"marginwidth",t)}}Object.defineProperties(s.prototype,{getSVGDocument:{enumerable:!0},src:{enumerable:!0},srcdoc:{enumerable:!0},name:{enumerable:!0},allowFullscreen:{enumerable:!0},width:{enumerable:!0},height:{enumerable:!0},contentDocument:{enumerable:!0},contentWindow:{enumerable:!0},align:{enumerable:!0},scrolling:{enumerable:!0},frameBorder:{enumerable:!0},longDesc:{enumerable:!0},marginHeight:{enumerable:!0},marginWidth:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLIFrameElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLIFrameElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLIFrameElement:s}}};e.exports=u;const l=r(850)},function(e,t,r){"use strict";const i=r(376).implementation;e.exports={implementation:class extends i{}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get alt(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"alt");return null===t?"":t}set alt(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'alt' property on 'HTMLImageElement': The provided value"}),this.setAttributeNS(null,"alt",t)}get src(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].src}set src(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'src' property on 'HTMLImageElement': The provided value"}),this[o].src=t}get srcset(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].srcset}set srcset(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'srcset' property on 'HTMLImageElement': The provided value"}),this[o].srcset=t}get sizes(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"sizes");return null===t?"":t}set sizes(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'sizes' property on 'HTMLImageElement': The provided value"}),this.setAttributeNS(null,"sizes",t)}get crossOrigin(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"crossorigin");return null===t?"":t}set crossOrigin(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=null==t?null:i.DOMString(t,{context:"Failed to set the 'crossOrigin' property on 'HTMLImageElement': The provided value"}),this.setAttributeNS(null,"crossorigin",t)}get useMap(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"usemap");return null===t?"":t}set useMap(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'useMap' property on 'HTMLImageElement': The provided value"}),this.setAttributeNS(null,"usemap",t)}get isMap(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"ismap")}set isMap(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'isMap' property on 'HTMLImageElement': The provided value"}))?this.setAttributeNS(null,"ismap",""):this.removeAttributeNS(null,"ismap")}get width(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].width}set width(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i["unsigned long"](t,{context:"Failed to set the 'width' property on 'HTMLImageElement': The provided value"}),this[o].width=t}get height(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].height}set height(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i["unsigned long"](t,{context:"Failed to set the 'height' property on 'HTMLImageElement': The provided value"}),this[o].height=t}get naturalWidth(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].naturalWidth}get naturalHeight(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].naturalHeight}get complete(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].complete}get currentSrc(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].currentSrc}get name(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"name");return null===t?"":t}set name(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'name' property on 'HTMLImageElement': The provided value"}),this.setAttributeNS(null,"name",t)}get lowsrc(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].lowsrc}set lowsrc(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'lowsrc' property on 'HTMLImageElement': The provided value"}),this[o].lowsrc=t}get align(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"align");return null===t?"":t}set align(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'align' property on 'HTMLImageElement': The provided value"}),this.setAttributeNS(null,"align",t)}get hspace(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=parseInt(this.getAttributeNS(null,"hspace"));return isNaN(t)||t<0||t>2147483647?0:t}set hspace(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i["unsigned long"](t,{context:"Failed to set the 'hspace' property on 'HTMLImageElement': The provided value"}),this.setAttributeNS(null,"hspace",String(t>2147483647?0:t))}get vspace(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=parseInt(this.getAttributeNS(null,"vspace"));return isNaN(t)||t<0||t>2147483647?0:t}set vspace(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i["unsigned long"](t,{context:"Failed to set the 'vspace' property on 'HTMLImageElement': The provided value"}),this.setAttributeNS(null,"vspace",String(t>2147483647?0:t))}get longDesc(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].longDesc}set longDesc(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'longDesc' property on 'HTMLImageElement': The provided value"}),this[o].longDesc=t}get border(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"border");return null===t?"":t}set border(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'border' property on 'HTMLImageElement': The provided value",treatNullAsEmptyString:!0}),this.setAttributeNS(null,"border",t)}}Object.defineProperties(s.prototype,{alt:{enumerable:!0},src:{enumerable:!0},srcset:{enumerable:!0},sizes:{enumerable:!0},crossOrigin:{enumerable:!0},useMap:{enumerable:!0},isMap:{enumerable:!0},width:{enumerable:!0},height:{enumerable:!0},naturalWidth:{enumerable:!0},naturalHeight:{enumerable:!0},complete:{enumerable:!0},currentSrc:{enumerable:!0},name:{enumerable:!0},lowsrc:{enumerable:!0},align:{enumerable:!0},hspace:{enumerable:!0},vspace:{enumerable:!0},longDesc:{enumerable:!0},border:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLImageElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLImageElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLImageElement:s}}};e.exports=u;const l=r(852)},function(e,t,r){"use strict";const i=r(1),n=r(3).implementation,{Canvas:o,reflectURLAttribute:a}=r(5);e.exports={implementation:class extends n{_attrModified(e,t,r){if("src"===e&&t!==r){const e=this._ownerDocument;if(o){let r;if(this._image||(this._image=new o.Image,this._image.onerror=function(e){r=e}),this._currentSrc=null,this.hasAttributeNS(null,"src")){const i=e._resourceLoader;let n;const o=e=>{const{response:i}=n;if(i&&void 0!==i.statusCode&&200!==i.statusCode)throw new Error("Status code: "+i.statusCode);if(r=null,this._image.src=e,r)throw new Error(r);this._currentSrc=t};n=i.fetch(this.src,{element:this,onLoad:o})}else this._image.src=""}}super._attrModified(e,t,r)}get _accept(){return"image/png,image/*;q=0.8,*/*;q=0.5"}get src(){return a(this,"src")}set src(e){this.setAttributeNS(null,"src",e)}get srcset(){return i.USVString(this.getAttributeNS(null,"srcset"))}set srcset(e){this.setAttributeNS(null,"srcset",e)}get height(){return this.hasAttributeNS(null,"height")?i["unsigned long"](this.getAttributeNS(null,"height")):this.naturalHeight}set height(e){this.setAttributeNS(null,"height",String(e))}get width(){return this.hasAttributeNS(null,"width")?i["unsigned long"](this.getAttributeNS(null,"width")):this.naturalWidth}set width(e){this.setAttributeNS(null,"width",String(e))}get naturalHeight(){return this._image?this._image.naturalHeight:0}get naturalWidth(){return this._image?this._image.naturalWidth:0}get complete(){return Boolean(this._image&&this._image.complete)}get currentSrc(){return this._currentSrc||""}get lowsrc(){return a(this,"lowsrc")}set lowsrc(e){this.setAttributeNS(null,"lowsrc",e)}get longDesc(){return a(this,"longdesc")}set longDesc(e){this.setAttributeNS(null,"longdesc",e)}}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=r(377).convert,a=r(199).convert,s=n.implSymbol,u=r(2);class l extends u.interface{constructor(){throw new TypeError("Illegal constructor")}checkValidity(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[s].checkValidity()}reportValidity(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[s].reportValidity()}setCustomValidity(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'setCustomValidity' on 'HTMLInputElement': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'setCustomValidity' on 'HTMLInputElement': parameter 1"}),r.push(e)}return this[s].setCustomValidity(...r)}select(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[s].select()}setRangeText(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'setRangeText' on 'HTMLInputElement': 1 argument required, but only "+arguments.length+" present.");const r=[];switch(arguments.length){case 1:{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'setRangeText' on 'HTMLInputElement': parameter 1"}),r.push(e)}break;case 2:throw new TypeError("Failed to execute 'setRangeText' on 'HTMLInputElement': only "+arguments.length+" arguments present.");case 3:{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'setRangeText' on 'HTMLInputElement': parameter 1"}),r.push(e)}{let e=arguments[1];e=i["unsigned long"](e,{context:"Failed to execute 'setRangeText' on 'HTMLInputElement': parameter 2"}),r.push(e)}{let e=arguments[2];e=i["unsigned long"](e,{context:"Failed to execute 'setRangeText' on 'HTMLInputElement': parameter 3"}),r.push(e)}break;default:{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'setRangeText' on 'HTMLInputElement': parameter 1"}),r.push(e)}{let e=arguments[1];e=i["unsigned long"](e,{context:"Failed to execute 'setRangeText' on 'HTMLInputElement': parameter 2"}),r.push(e)}{let e=arguments[2];e=i["unsigned long"](e,{context:"Failed to execute 'setRangeText' on 'HTMLInputElement': parameter 3"}),r.push(e)}{let e=arguments[3];e=void 0!==e?o(e,{context:"Failed to execute 'setRangeText' on 'HTMLInputElement': parameter 4"}):"preserve",r.push(e)}}return this[s].setRangeText(...r)}setSelectionRange(t,r){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<2)throw new TypeError("Failed to execute 'setSelectionRange' on 'HTMLInputElement': 2 arguments required, but only "+arguments.length+" present.");const n=[];{let e=arguments[0];e=i["unsigned long"](e,{context:"Failed to execute 'setSelectionRange' on 'HTMLInputElement': parameter 1"}),n.push(e)}{let e=arguments[1];e=i["unsigned long"](e,{context:"Failed to execute 'setSelectionRange' on 'HTMLInputElement': parameter 2"}),n.push(e)}{let e=arguments[2];void 0!==e&&(e=i.DOMString(e,{context:"Failed to execute 'setSelectionRange' on 'HTMLInputElement': parameter 3"})),n.push(e)}return this[s].setSelectionRange(...n)}get accept(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"accept");return null===t?"":t}set accept(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'accept' property on 'HTMLInputElement': The provided value"}),this.setAttributeNS(null,"accept",t)}get alt(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"alt");return null===t?"":t}set alt(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'alt' property on 'HTMLInputElement': The provided value"}),this.setAttributeNS(null,"alt",t)}get autocomplete(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"autocomplete");return null===t?"":t}set autocomplete(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'autocomplete' property on 'HTMLInputElement': The provided value"}),this.setAttributeNS(null,"autocomplete",t)}get autofocus(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"autofocus")}set autofocus(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'autofocus' property on 'HTMLInputElement': The provided value"}))?this.setAttributeNS(null,"autofocus",""):this.removeAttributeNS(null,"autofocus")}get defaultChecked(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"checked")}set defaultChecked(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'defaultChecked' property on 'HTMLInputElement': The provided value"}))?this.setAttributeNS(null,"checked",""):this.removeAttributeNS(null,"checked")}get checked(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[s].checked}set checked(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.boolean(t,{context:"Failed to set the 'checked' property on 'HTMLInputElement': The provided value"}),this[s].checked=t}get dirName(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"dirname");return null===t?"":t}set dirName(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'dirName' property on 'HTMLInputElement': The provided value"}),this.setAttributeNS(null,"dirname",t)}get disabled(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"disabled")}set disabled(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'disabled' property on 'HTMLInputElement': The provided value"}))?this.setAttributeNS(null,"disabled",""):this.removeAttributeNS(null,"disabled")}get form(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[s].form)}get files(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[s].files)}set files(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=null==t?null:a(t,{context:"Failed to set the 'files' property on 'HTMLInputElement': The provided value"}),this[s].files=t}get formNoValidate(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"formnovalidate")}set formNoValidate(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'formNoValidate' property on 'HTMLInputElement': The provided value"}))?this.setAttributeNS(null,"formnovalidate",""):this.removeAttributeNS(null,"formnovalidate")}get formTarget(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"formtarget");return null===t?"":t}set formTarget(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'formTarget' property on 'HTMLInputElement': The provided value"}),this.setAttributeNS(null,"formtarget",t)}get indeterminate(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[s].indeterminate}set indeterminate(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.boolean(t,{context:"Failed to set the 'indeterminate' property on 'HTMLInputElement': The provided value"}),this[s].indeterminate=t}get inputMode(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"inputmode");return null===t?"":t}set inputMode(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'inputMode' property on 'HTMLInputElement': The provided value"}),this.setAttributeNS(null,"inputmode",t)}get list(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[s].list)}get max(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"max");return null===t?"":t}set max(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'max' property on 'HTMLInputElement': The provided value"}),this.setAttributeNS(null,"max",t)}get maxLength(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[s].maxLength}set maxLength(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.long(t,{context:"Failed to set the 'maxLength' property on 'HTMLInputElement': The provided value"}),this[s].maxLength=t}get min(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"min");return null===t?"":t}set min(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'min' property on 'HTMLInputElement': The provided value"}),this.setAttributeNS(null,"min",t)}get minLength(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[s].minLength}set minLength(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.long(t,{context:"Failed to set the 'minLength' property on 'HTMLInputElement': The provided value"}),this[s].minLength=t}get multiple(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"multiple")}set multiple(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'multiple' property on 'HTMLInputElement': The provided value"}))?this.setAttributeNS(null,"multiple",""):this.removeAttributeNS(null,"multiple")}get name(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"name");return null===t?"":t}set name(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'name' property on 'HTMLInputElement': The provided value"}),this.setAttributeNS(null,"name",t)}get pattern(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"pattern");return null===t?"":t}set pattern(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'pattern' property on 'HTMLInputElement': The provided value"}),this.setAttributeNS(null,"pattern",t)}get placeholder(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"placeholder");return null===t?"":t}set placeholder(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'placeholder' property on 'HTMLInputElement': The provided value"}),this.setAttributeNS(null,"placeholder",t)}get readOnly(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"readonly")}set readOnly(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'readOnly' property on 'HTMLInputElement': The provided value"}))?this.setAttributeNS(null,"readonly",""):this.removeAttributeNS(null,"readonly")}get required(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"required")}set required(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'required' property on 'HTMLInputElement': The provided value"}))?this.setAttributeNS(null,"required",""):this.removeAttributeNS(null,"required")}get size(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[s].size}set size(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i["unsigned long"](t,{context:"Failed to set the 'size' property on 'HTMLInputElement': The provided value"}),this[s].size=t}get src(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[s].src}set src(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'src' property on 'HTMLInputElement': The provided value"}),this[s].src=t}get step(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"step");return null===t?"":t}set step(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'step' property on 'HTMLInputElement': The provided value"}),this.setAttributeNS(null,"step",t)}get type(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[s].type}set type(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'type' property on 'HTMLInputElement': The provided value"}),this[s].type=t}get defaultValue(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"value");return null===t?"":t}set defaultValue(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'defaultValue' property on 'HTMLInputElement': The provided value"}),this.setAttributeNS(null,"value",t)}get value(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[s].value}set value(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'value' property on 'HTMLInputElement': The provided value",treatNullAsEmptyString:!0}),this[s].value=t}get willValidate(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[s].willValidate}get validity(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[s].validity)}get validationMessage(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[s].validationMessage}get labels(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[s].labels)}get selectionStart(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[s].selectionStart}set selectionStart(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=null==t?null:i["unsigned long"](t,{context:"Failed to set the 'selectionStart' property on 'HTMLInputElement': The provided value"}),this[s].selectionStart=t}get selectionEnd(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[s].selectionEnd}set selectionEnd(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=null==t?null:i["unsigned long"](t,{context:"Failed to set the 'selectionEnd' property on 'HTMLInputElement': The provided value"}),this[s].selectionEnd=t}get selectionDirection(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[s].selectionDirection}set selectionDirection(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=null==t?null:i.DOMString(t,{context:"Failed to set the 'selectionDirection' property on 'HTMLInputElement': The provided value"}),this[s].selectionDirection=t}get align(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"align");return null===t?"":t}set align(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'align' property on 'HTMLInputElement': The provided value"}),this.setAttributeNS(null,"align",t)}get useMap(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"usemap");return null===t?"":t}set useMap(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'useMap' property on 'HTMLInputElement': The provided value"}),this.setAttributeNS(null,"usemap",t)}}Object.defineProperties(l.prototype,{checkValidity:{enumerable:!0},reportValidity:{enumerable:!0},setCustomValidity:{enumerable:!0},select:{enumerable:!0},setRangeText:{enumerable:!0},setSelectionRange:{enumerable:!0},accept:{enumerable:!0},alt:{enumerable:!0},autocomplete:{enumerable:!0},autofocus:{enumerable:!0},defaultChecked:{enumerable:!0},checked:{enumerable:!0},dirName:{enumerable:!0},disabled:{enumerable:!0},form:{enumerable:!0},files:{enumerable:!0},formNoValidate:{enumerable:!0},formTarget:{enumerable:!0},indeterminate:{enumerable:!0},inputMode:{enumerable:!0},list:{enumerable:!0},max:{enumerable:!0},maxLength:{enumerable:!0},min:{enumerable:!0},minLength:{enumerable:!0},multiple:{enumerable:!0},name:{enumerable:!0},pattern:{enumerable:!0},placeholder:{enumerable:!0},readOnly:{enumerable:!0},required:{enumerable:!0},size:{enumerable:!0},src:{enumerable:!0},step:{enumerable:!0},type:{enumerable:!0},defaultValue:{enumerable:!0},value:{enumerable:!0},willValidate:{enumerable:!0},validity:{enumerable:!0},validationMessage:{enumerable:!0},labels:{enumerable:!0},selectionStart:{enumerable:!0},selectionEnd:{enumerable:!0},selectionDirection:{enumerable:!0},align:{enumerable:!0},useMap:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLInputElement",configurable:!0}});const p={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,s)&&t[s]instanceof c.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof c.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLInputElement'.`)},create(e,t){let r=Object.create(l.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(l.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){u._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,s,{value:new c.implementation(t,r),configurable:!0}),e[s][n.wrapperSymbol]=e,c.init&&c.init(e[s],r),e},interface:l,expose:{Window:{HTMLInputElement:l}}};e.exports=p;const c=r(854)},function(e,t,r){"use strict";const i=r(1),n=r(8),o=r(199),a=r(3).implementation,s=r(0),u=r(65).implementation,l=r(105),{mixin:p}=r(5),{domSymbolTree:c,cloningSteps:d}=r(13),{getLabelsForLabelable:h,formOwner:m}=r(23),{fireAnEvent:f}=r(15),{isDisabled:g,isValidEmailAddress:v,isValidAbsoluteURL:b,sanitizeValueByType:y}=r(23),{parseFloatingPointNumber:w,asciiCaseInsensitiveMatch:E,splitOnCommas:x}=r(25),{parseDateString:_,parseLocalDateAndTimeString:T,parseMonthString:S,parseTimeString:A,parseWeekString:k}=r(331),I=Symbol("files"),C=new Set(["text","search","tel","url","password","email","date","month","week","time","datetime-local","color","file","number"]),F=new Set(["text","search","tel","url","password"]),D=new Set(["date","month","week","time","datetime-local","number","range","datetime"]),N={max:D,min:D,step:D,pattern:new Set(["text","search","tel","url","email","password"])};function O(e){return F.has(e.toLowerCase())}const j=new Set(["hidden","submit","image","reset","button"]),B=new Set(["checkbox","radio"]);function P(e){return j.has(e)?"default":B.has(e)?"default/on":"file"===e?"filename":"value"}function M(e,t=1,r=1,i=0,n=0,o=0,a=0){if(e>99||e<0)return Date.UTC(e,t-1,r,i,n,o,a);const s=new Date(0);return s.setUTCFullYear(e),s.setUTCMonth(t-1),s.setUTCDate(r),s.setUTCHours(i),s.setUTCMinutes(n),s.setUTCSeconds(o,a),s.valueOf()}const R=[-1,0,1,2,3,-3,-2],L=new Map([["date",e=>{const t=_(e);return null===t?NaN:M(t.year,t.month,t.day)}],["month",e=>{const t=S(e);return null===t?NaN:12*(t.year-1970)+(t.month-1)}],["week",e=>{const t=k(e);if(null===t)return NaN;const r=new Date(M(t.year)),i=R[r.getUTCDay()];return r.setUTCDate(1+7*(t.week-1)-i)}],["time",e=>{const t=A(e);return null===t?NaN:1e3*(60*(60*t.hour+t.minute)+t.second)+t.millisecond}],["datetime-local",e=>{const t=T(e);if(null===t)return NaN;const{date:{year:r,month:i,day:n},time:{hour:o,minute:a,second:s,millisecond:u}}=t;return M(r,i,n,o,a,s,u)}],["number",w],["range",w]]);class H extends a{constructor(e,t){super(e,t),this._selectionStart=this._selectionEnd=0,this._selectionDirection="none",this._value=null,this._dirtyValue=!1,this._checkedness=!1,this._dirtyCheckedness=!1,this._preCheckedRadioState=null,this.indeterminate=!1,this._customValidityErrorMessage="",this._labels=null,this._hasActivationBehavior=!0}get _convertStringToNumber(){return L.get(this.type)}_getValue(){return this._value}_legacyPreActivationBehavior(){"checkbox"===this.type?this.checked=!this.checked:"radio"===this.type&&(this._preCheckedRadioState=this.checked,this.checked=!0)}_legacyCanceledActivationBehavior(){"checkbox"===this.type?this.checked=!this.checked:"radio"===this.type&&null!==this._preCheckedRadioState&&(this.checked=this._preCheckedRadioState,this._preCheckedRadioState=null)}_activationBehavior(){if(g(this))return;const{form:e}=this;"checkbox"===this.type||"radio"===this.type&&!this._preCheckedRadioState?(f("input",this,void 0,{bubbles:!0}),f("change",this,void 0,{bubbles:!0})):e&&"submit"===this.type?e._doSubmit():e&&"reset"===this.type&&e._doReset()}_attrModified(e){const t=s.wrapperForImpl(this);this._dirtyValue||"value"!==e||(this._value=y(this,t.defaultValue)),this._dirtyCheckedness||"checked"!==e||(this._checkedness=t.defaultChecked,this._checkedness&&this._removeOtherRadioCheckedness()),"name"!==e&&"type"!==e||this._checkedness&&this._removeOtherRadioCheckedness(),super._attrModified.apply(this,arguments)}_formReset(){const e=s.wrapperForImpl(this);this._value=y(this,e.defaultValue),this._dirtyValue=!1,this._checkedness=e.defaultChecked,this._dirtyCheckedness=!1,this._checkedness&&this._removeOtherRadioCheckedness()}_changedFormOwner(){this._checkedness&&this._removeOtherRadioCheckedness()}get _otherRadioGroupElements(){const e=s.wrapperForImpl(this),t=this._radioButtonGroupRoot;if(!t)return[];const r=[],i=c.treeIterator(t);for(const n of i){if(n._radioButtonGroupRoot!==t)continue;const i=s.wrapperForImpl(n);i.name&&i.name===e.name&&(n!==this&&r.push(n))}return r}_removeOtherRadioCheckedness(){for(const e of this._otherRadioGroupElements)e._checkedness=!1}get _radioButtonGroupRoot(){const e=s.wrapperForImpl(this);if("radio"!==this.type||!e.name)return null;let t=c.parent(this);for(;t;){if(!c.parent(t)||"FORM"===t.nodeName.toUpperCase())return t;t=c.parent(t)}return null}_isRadioGroupChecked(){return!!this.checked||this._otherRadioGroupElements.some(e=>e.checked)}get labels(){return h(this)}get form(){return m(this)}get checked(){return this._checkedness}set checked(e){this._checkedness=Boolean(e),this._dirtyCheckedness=!0,this._checkedness&&this._removeOtherRadioCheckedness()}get value(){switch(P(this.type)){case"value":return null!==this._value?this._value:"";case"default":{const e=this.getAttributeNS(null,"value");return null!==e?e:""}case"default/on":{const e=this.getAttributeNS(null,"value");return null!==e?e:"on"}case"filename":return this.files.length?"C:\\fakepath\\"+this.files[0].name:"";default:throw new Error("jsdom internal error: unknown value attribute mode")}}set value(e){switch(P(this.type)){case"value":{const t=this._value;this._value=null===e?null:y(this,String(e)),this._dirtyValue=!0,t!==this._value&&(this._selectionStart=0,this._selectionEnd=0,this._selectionDirection="none");break}case"default":case"default/on":this.setAttributeNS(null,"value",e);break;case"filename":if(""!==e)throw new n("This input element accepts a filename, which may only be programmatically set to the empty string.","InvalidStateError");this.files.length=0;break;default:throw new Error("jsdom internal error: unknown value attribute mode")}}get files(){return"file"===this.type?this[I]=this[I]||o.createImpl():this[I]=null,this[I]}set files(e){"file"===this.type&&null!==e&&(this[I]=e)}get type(){const e=this.getAttributeNS(null,"type");return e?e.toLowerCase():"text"}set type(e){this.setAttributeNS(null,"type",e)}_dispatchSelectEvent(){f("select",this,void 0,{bubbles:!0,cancelable:!0})}_getValueLength(){return"string"==typeof this.value?this.value.length:0}select(){var e;(e=this.type,C.has(e.toLowerCase()))&&(this._selectionStart=0,this._selectionEnd=this._getValueLength(),this._selectionDirection="none",this._dispatchSelectEvent())}get selectionStart(){return O(this.type)?this._selectionStart:null}set selectionStart(e){if(!O(this.type))throw new n("The object is in an invalid state.","InvalidStateError");this.setSelectionRange(e,Math.max(e,this._selectionEnd),this._selectionDirection)}get selectionEnd(){return O(this.type)?this._selectionEnd:null}set selectionEnd(e){if(!O(this.type))throw new n("The object is in an invalid state.","InvalidStateError");this.setSelectionRange(this._selectionStart,e,this._selectionDirection)}get selectionDirection(){return O(this.type)?this._selectionDirection:null}set selectionDirection(e){if(!O(this.type))throw new n("The object is in an invalid state.","InvalidStateError");this.setSelectionRange(this._selectionStart,this._selectionEnd,e)}setSelectionRange(e,t,r){if(!O(this.type))throw new n("The object is in an invalid state.","InvalidStateError");this._selectionEnd=Math.min(t,this._getValueLength()),this._selectionStart=Math.min(e,this._selectionEnd),this._selectionDirection="forward"===r||"backward"===r?r:"none",this._dispatchSelectEvent()}setRangeText(e,t,r,i="preserve"){if(!O(this.type))throw new n("The object is in an invalid state.","InvalidStateError");if(arguments.length<2)t=this._selectionStart,r=this._selectionEnd;else if(t>r)throw new n("The index is not in the allowed range.","IndexSizeError");t=Math.min(t,this._getValueLength()),r=Math.min(r,this._getValueLength());const o=this.value;let a=this._selectionStart,s=this._selectionEnd;this.value=o.slice(0,t)+e+o.slice(r);const u=t+this.value.length;if("select"===i)this.setSelectionRange(t,u);else if("start"===i)this.setSelectionRange(t,t);else if("end"===i)this.setSelectionRange(u,u);else{const i=e.length-(r-t);a>r?a+=i:a>t&&(a=t),s>r?s+=i:s>t&&(s=u),this.setSelectionRange(a,s)}}get list(){const e=this.getAttributeNS(null,"list"),t=this.getRootNode({}).getElementById(e);return t&&"datalist"===t.localName?t:null}set maxLength(e){if(e<0)throw new n("The index is not in the allowed range.","IndexSizeError");this.setAttributeNS(null,"maxlength",String(e))}get maxLength(){return this.hasAttributeNS(null,"maxlength")?parseInt(this.getAttributeNS(null,"maxlength")):524288}set minLength(e){if(e<0)throw new n("The index is not in the allowed range.","IndexSizeError");this.setAttributeNS(null,"minlength",String(e))}get minLength(){return this.hasAttributeNS(null,"minlength")?parseInt(this.getAttributeNS(null,"minlength")):0}get size(){return this.hasAttributeNS(null,"size")?parseInt(this.getAttributeNS(null,"size")):20}set size(e){if(e<=0)throw new n("The index is not in the allowed range.","IndexSizeError");this.setAttributeNS(null,"size",String(e))}get src(){return i.USVString(this.getAttributeNS(null,"src"))}set src(e){this.setAttributeNS(null,"src",e)}get _minimum(){let e=this._defaultMinimum;const t=this.getAttributeNS(null,"min"),r=this._convertStringToNumber;if(null!==t&&void 0!==r){const i=r(t);isNaN(i)||(e=i)}return e}get _maximum(){let e=this._defaultMaximum;const t=this.getAttributeNS(null,"max"),r=this._convertStringToNumber;if(null!==t&&void 0!==r){const i=r(t);isNaN(i)||(e=i)}return e}get _defaultMinimum(){return"range"===this.type?0:null}get _defaultMaximum(){return"range"===this.type?100:null}get _parsedValue(){const e=this._convertStringToNumber;return void 0!==e?e(this.value):this.value}get _step(){let e=this._defaultStep;if(this.hasAttributeNS(null,"step")&&!E(this.getAttributeNS(null,"step"),"any")){const t=w(this.getAttributeNS(null,"step"));!isNaN(t)&&t>0&&(e=t)}return e}get _stepScaleFactor(){switch(this.type){case"week":return 6048e5;case"date":return 864e5;case"datetime-local":case"datetime":case"time":return 1e3}return 1}get _defaultStep(){return"datetime-local"===this.type||"datetime"===this.type||"time"===this.type?60:1}get _stepBase(){const e=e=>w(this.getAttributeNS(null,e));if(this.hasAttributeNS(null,"min")){const t=e("min");if(!isNaN(t))return t}if(this.hasAttributeNS(null,"value")){const t=e("value");if(!isNaN(t))return t}return this._defaultStepBase}get _defaultStepBase(){return"week"===this.type?2592e5:0}_attributeApplies(e){return N[e].has(this.type)}_barredFromConstraintValidationSpecialization(){const e=new Set(["hidden","reset","button"]),t=this.hasAttributeNS(null,"readonly");return e.has(this.type)||t}get validity(){return this._validity||(this._validity=l.createImpl(this,{valueMissing:()=>!!this.hasAttributeNS(null,"required")&&("checkbox"===this.type?!this.checked:"radio"===this.type?!this._isRadioGroupChecked():""===this.value),tooLong:()=>!1,tooShort:()=>!1,rangeOverflow:()=>this._attributeApplies("max")&&null!==this._maximum&&this._parsedValue>this._maximum,rangeUnderflow:()=>this._attributeApplies("min")&&null!==this._minimum&&this._parsedValue{if(!this.hasAttributeNS(null,"pattern")||!this._attributeApplies("pattern")||""===this.value)return!1;let e;try{const t=this.getAttributeNS(null,"pattern");e=new RegExp("^(?:"+t+")$","u")}catch(e){return!1}return"email"===this.type&&this.hasAttributeNS(null,"multiple")?x(this.value).every(t=>e.test(t)):!e.test(this.value)},stepMismatch:()=>{if(!this._attributeApplies("step"))return!1;const e=w(this.getAttributeNS(null,"step"));if(isNaN(e)||e<=0)return!1;let t=this._parsedValue;return!isNaN(t)&&""!==this.value&&("month"===this._type&&(t=S(this.value).month-1),t%(this._stepBase-this._step*this._stepScaleFactor)!=0)},typeMismatch:()=>""!==this.value&&("email"===this.type?!v(this.value,this.hasAttributeNS(null,"multiple")):"url"===this.type&&!b(this.value))})),this._validity}[d](e,t){e._value=t._value,e._checkedness=t._checkedness,e._dirtyValue=t._dirtyValue,e._dirtyCheckedness=t._dirtyCheckedness}}p(H.prototype,u.prototype),e.exports={implementation:H}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get form(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].form)}get htmlFor(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"for");return null===t?"":t}set htmlFor(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'htmlFor' property on 'HTMLLabelElement': The provided value"}),this.setAttributeNS(null,"for",t)}get control(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].control)}}Object.defineProperties(s.prototype,{form:{enumerable:!0},htmlFor:{enumerable:!0},control:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLLabelElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLLabelElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLLabelElement:s}}};e.exports=u;const l=r(856)},function(e,t,r){"use strict";const i=r(3).implementation,n=r(73),{domSymbolTree:o}=r(13),a=r(14),{isLabelable:s,isDisabled:u}=r(23),{fireAnEvent:l}=r(15);e.exports={implementation:class extends i{constructor(e,t){super(e,t),this._hasActivationBehavior=!0}get control(){if(this.hasAttributeNS(null,"for")){const e=this.getAttributeNS(null,"for");if(""===e)return null;const t=this.getRootNode({});for(const r of o.treeIterator(t))if(r.nodeType===a.ELEMENT_NODE&&r.getAttributeNS(null,"id")===e)return s(r)?r:null;return null}for(const e of o.treeIterator(this))if(s(e))return e;return null}get form(){const e=this.control;return e?e.form:null}_activationBehavior(){const e=this.control;e&&!u(e)&&function(e){l("click",e,n,{bubbles:!0,cancelable:!0,view:e.ownerDocument?e.ownerDocument.defaultView:null,screenX:0,screenY:0,clientX:0,clientY:0,button:0,detail:1,relatedTarget:null})}(e)}}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get form(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].form)}get align(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"align");return null===t?"":t}set align(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'align' property on 'HTMLLegendElement': The provided value"}),this.setAttributeNS(null,"align",t)}}Object.defineProperties(s.prototype,{form:{enumerable:!0},align:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLLegendElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLLegendElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLLegendElement:s}}};e.exports=u;const l=r(858)},function(e,t,r){"use strict";const i=r(3).implementation,{formOwner:n}=r(23);e.exports={implementation:class extends i{get form(){return n(this)}}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get value(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=parseInt(this.getAttributeNS(null,"value"));return isNaN(t)||t<-2147483648||t>2147483647?0:t}set value(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.long(t,{context:"Failed to set the 'value' property on 'HTMLLIElement': The provided value"}),this.setAttributeNS(null,"value",String(t))}get type(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"type");return null===t?"":t}set type(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'type' property on 'HTMLLIElement': The provided value"}),this.setAttributeNS(null,"type",t)}}Object.defineProperties(s.prototype,{value:{enumerable:!0},type:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLLIElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLLIElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLLIElement:s}}};e.exports=u;const l=r(860)},function(e,t,r){"use strict";const i=r(3).implementation;e.exports={implementation:class extends i{}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get href(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].href}set href(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'href' property on 'HTMLLinkElement': The provided value"}),this[o].href=t}get crossOrigin(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"crossorigin");return null===t?"":t}set crossOrigin(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=null==t?null:i.DOMString(t,{context:"Failed to set the 'crossOrigin' property on 'HTMLLinkElement': The provided value"}),this.setAttributeNS(null,"crossorigin",t)}get rel(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"rel");return null===t?"":t}set rel(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'rel' property on 'HTMLLinkElement': The provided value"}),this.setAttributeNS(null,"rel",t)}get relList(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.getSameObject(this,"relList",()=>n.tryWrapperForImpl(this[o].relList))}set relList(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");this.relList.value=t}get media(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"media");return null===t?"":t}set media(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'media' property on 'HTMLLinkElement': The provided value"}),this.setAttributeNS(null,"media",t)}get hreflang(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"hreflang");return null===t?"":t}set hreflang(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'hreflang' property on 'HTMLLinkElement': The provided value"}),this.setAttributeNS(null,"hreflang",t)}get type(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"type");return null===t?"":t}set type(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'type' property on 'HTMLLinkElement': The provided value"}),this.setAttributeNS(null,"type",t)}get charset(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"charset");return null===t?"":t}set charset(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'charset' property on 'HTMLLinkElement': The provided value"}),this.setAttributeNS(null,"charset",t)}get rev(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"rev");return null===t?"":t}set rev(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'rev' property on 'HTMLLinkElement': The provided value"}),this.setAttributeNS(null,"rev",t)}get target(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"target");return null===t?"":t}set target(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'target' property on 'HTMLLinkElement': The provided value"}),this.setAttributeNS(null,"target",t)}get sheet(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].sheet)}}Object.defineProperties(s.prototype,{href:{enumerable:!0},crossOrigin:{enumerable:!0},rel:{enumerable:!0},relList:{enumerable:!0},media:{enumerable:!0},hreflang:{enumerable:!0},type:{enumerable:!0},charset:{enumerable:!0},rev:{enumerable:!0},target:{enumerable:!0},sheet:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLLinkElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLLinkElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLLinkElement:s}}};e.exports=u;const l=r(862)},function(e,t,r){"use strict";const{reflectURLAttribute:i}=r(5),n=r(79),o=r(3).implementation,a=r(0),{fetchStylesheet:s}=r(378),{parseURLToResultingURLRecord:u}=r(41),l=r(16);function p(e){(function(e){const t=a.wrapperForImpl(e);if(!/(?:[ \t\n\r\f]|^)stylesheet(?:[ \t\n\r\f]|$)/i.test(t.rel))return!1;return Boolean(e.href)})(e)&&e.isConnected&&e._ownerDocument._defaultView&&function(e){const t=e.getAttributeNS(null,"href");if(null===t||""===t)return;const r=u(t,e._ownerDocument);if(null===r)return;const i=l.serializeURL(r);s(e,i)}(e)}e.exports={implementation:class extends o{constructor(e,t){super(e,t),this.sheet=null}get relList(){return void 0===this._relList&&(this._relList=n.createImpl([],{element:this,attributeLocalName:"rel",supportedTokens:new Set(["stylesheet"])})),this._relList}_attach(){super._attach(),p(this)}_attrModified(e,t,r){super._attrModified(e,t,r),"href"===e&&p(this),"rel"===e&&void 0!==this._relList&&this._relList.attrModified()}get _accept(){return"text/css,*/*;q=0.1"}get href(){return i(this,"href")}set href(e){this.setAttributeNS(null,"href",e)}}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get name(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"name");return null===t?"":t}set name(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'name' property on 'HTMLMapElement': The provided value"}),this.setAttributeNS(null,"name",t)}get areas(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.getSameObject(this,"areas",()=>n.tryWrapperForImpl(this[o].areas))}}Object.defineProperties(s.prototype,{name:{enumerable:!0},areas:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLMapElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLMapElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLMapElement:s}}};e.exports=u;const l=r(864)},function(e,t,r){"use strict";const i=r(3).implementation;e.exports={implementation:class extends i{get areas(){return this.getElementsByTagName("AREA")}}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get behavior(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"behavior");return null===t?"":t}set behavior(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'behavior' property on 'HTMLMarqueeElement': The provided value"}),this.setAttributeNS(null,"behavior",t)}get bgColor(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"bgcolor");return null===t?"":t}set bgColor(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'bgColor' property on 'HTMLMarqueeElement': The provided value"}),this.setAttributeNS(null,"bgcolor",t)}get direction(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"direction");return null===t?"":t}set direction(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'direction' property on 'HTMLMarqueeElement': The provided value"}),this.setAttributeNS(null,"direction",t)}get height(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"height");return null===t?"":t}set height(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'height' property on 'HTMLMarqueeElement': The provided value"}),this.setAttributeNS(null,"height",t)}get hspace(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=parseInt(this.getAttributeNS(null,"hspace"));return isNaN(t)||t<0||t>2147483647?0:t}set hspace(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i["unsigned long"](t,{context:"Failed to set the 'hspace' property on 'HTMLMarqueeElement': The provided value"}),this.setAttributeNS(null,"hspace",String(t>2147483647?0:t))}get scrollAmount(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=parseInt(this.getAttributeNS(null,"scrollamount"));return isNaN(t)||t<0||t>2147483647?0:t}set scrollAmount(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i["unsigned long"](t,{context:"Failed to set the 'scrollAmount' property on 'HTMLMarqueeElement': The provided value"}),this.setAttributeNS(null,"scrollamount",String(t>2147483647?0:t))}get scrollDelay(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=parseInt(this.getAttributeNS(null,"scrolldelay"));return isNaN(t)||t<0||t>2147483647?0:t}set scrollDelay(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i["unsigned long"](t,{context:"Failed to set the 'scrollDelay' property on 'HTMLMarqueeElement': The provided value"}),this.setAttributeNS(null,"scrolldelay",String(t>2147483647?0:t))}get trueSpeed(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"truespeed")}set trueSpeed(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'trueSpeed' property on 'HTMLMarqueeElement': The provided value"}))?this.setAttributeNS(null,"truespeed",""):this.removeAttributeNS(null,"truespeed")}get vspace(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=parseInt(this.getAttributeNS(null,"vspace"));return isNaN(t)||t<0||t>2147483647?0:t}set vspace(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i["unsigned long"](t,{context:"Failed to set the 'vspace' property on 'HTMLMarqueeElement': The provided value"}),this.setAttributeNS(null,"vspace",String(t>2147483647?0:t))}get width(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"width");return null===t?"":t}set width(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'width' property on 'HTMLMarqueeElement': The provided value"}),this.setAttributeNS(null,"width",t)}}Object.defineProperties(s.prototype,{behavior:{enumerable:!0},bgColor:{enumerable:!0},direction:{enumerable:!0},height:{enumerable:!0},hspace:{enumerable:!0},scrollAmount:{enumerable:!0},scrollDelay:{enumerable:!0},trueSpeed:{enumerable:!0},vspace:{enumerable:!0},width:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLMarqueeElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLMarqueeElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLMarqueeElement:s}}};e.exports=u;const l=r(866)},function(e,t,r){"use strict";const i=r(3).implementation;e.exports={implementation:class extends i{}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get compact(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"compact")}set compact(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'compact' property on 'HTMLMenuElement': The provided value"}))?this.setAttributeNS(null,"compact",""):this.removeAttributeNS(null,"compact")}}Object.defineProperties(s.prototype,{compact:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLMenuElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLMenuElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLMenuElement:s}}};e.exports=u;const l=r(868)},function(e,t,r){"use strict";const i=r(3).implementation;e.exports={implementation:class extends i{}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get name(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"name");return null===t?"":t}set name(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'name' property on 'HTMLMetaElement': The provided value"}),this.setAttributeNS(null,"name",t)}get httpEquiv(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"http-equiv");return null===t?"":t}set httpEquiv(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'httpEquiv' property on 'HTMLMetaElement': The provided value"}),this.setAttributeNS(null,"http-equiv",t)}get content(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"content");return null===t?"":t}set content(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'content' property on 'HTMLMetaElement': The provided value"}),this.setAttributeNS(null,"content",t)}get scheme(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"scheme");return null===t?"":t}set scheme(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'scheme' property on 'HTMLMetaElement': The provided value"}),this.setAttributeNS(null,"scheme",t)}}Object.defineProperties(s.prototype,{name:{enumerable:!0},httpEquiv:{enumerable:!0},content:{enumerable:!0},scheme:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLMetaElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLMetaElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLMetaElement:s}}};e.exports=u;const l=r(870)},function(e,t,r){"use strict";const i=r(3).implementation;e.exports={implementation:class extends i{}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get value(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].value}set value(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.double(t,{context:"Failed to set the 'value' property on 'HTMLMeterElement': The provided value"}),this[o].value=t}get min(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].min}set min(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.double(t,{context:"Failed to set the 'min' property on 'HTMLMeterElement': The provided value"}),this[o].min=t}get max(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].max}set max(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.double(t,{context:"Failed to set the 'max' property on 'HTMLMeterElement': The provided value"}),this[o].max=t}get low(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].low}set low(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.double(t,{context:"Failed to set the 'low' property on 'HTMLMeterElement': The provided value"}),this[o].low=t}get high(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].high}set high(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.double(t,{context:"Failed to set the 'high' property on 'HTMLMeterElement': The provided value"}),this[o].high=t}get optimum(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].optimum}set optimum(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.double(t,{context:"Failed to set the 'optimum' property on 'HTMLMeterElement': The provided value"}),this[o].optimum=t}get labels(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].labels)}}Object.defineProperties(s.prototype,{value:{enumerable:!0},min:{enumerable:!0},max:{enumerable:!0},low:{enumerable:!0},high:{enumerable:!0},optimum:{enumerable:!0},labels:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLMeterElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLMeterElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLMeterElement:s}}};e.exports=u;const l=r(872)},function(e,t,r){"use strict";const i=r(3).implementation,{parseFloatingPointNumber:n}=r(25),{getLabelsForLabelable:o}=r(23);e.exports={implementation:class extends i{constructor(e,t){super(e,t),this._labels=null}get _minimumValue(){const e=this.getAttributeNS(null,"min");if(null===e)return 0;const t=n(e);return Number.isNaN(t)?0:t}get _maximumValue(){let e=1;const t=this.getAttributeNS(null,"max");if(null!==t){const r=n(t);Number.isNaN(r)||(e=r)}const r=this._minimumValue;return e>=r?e:r}get _actualValue(){let e=0;const t=this.getAttributeNS(null,"value");if(null!==t){const r=n(t);Number.isNaN(r)||(e=r)}const r=this._minimumValue;if(ei?i:e}get _lowBoundary(){const e=this._minimumValue;let t=e;const r=this.getAttributeNS(null,"low");if(null!==r){const e=n(r);Number.isNaN(e)||(t=e)}if(ti?i:t}get _highBoundary(){const e=this._maximumValue;let t=e;const r=this.getAttributeNS(null,"high");if(null!==r){const e=n(r);Number.isNaN(e)||(t=e)}const i=this._lowBoundary;return te?e:t}get _optimumPoint(){const e=this._minimumValue,t=this._maximumValue;let r=(e+t)/2;const i=this.getAttributeNS(null,"optimum");if(null!==i){const e=n(i);Number.isNaN(e)||(r=e)}return rt?t:r}get labels(){return o(this)}get value(){return this._actualValue}set value(e){this.setAttributeNS(null,"value",String(e))}get min(){return this._minimumValue}set min(e){this.setAttributeNS(null,"min",String(e))}get max(){return this._maximumValue}set max(e){this.setAttributeNS(null,"max",String(e))}get low(){return this._lowBoundary}set low(e){this.setAttributeNS(null,"low",String(e))}get high(){return this._highBoundary}set high(e){this.setAttributeNS(null,"high",String(e))}get optimum(){return this._optimumPoint}set optimum(e){this.setAttributeNS(null,"optimum",String(e))}}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get cite(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].cite}set cite(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'cite' property on 'HTMLModElement': The provided value"}),this[o].cite=t}get dateTime(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"datetime");return null===t?"":t}set dateTime(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'dateTime' property on 'HTMLModElement': The provided value"}),this.setAttributeNS(null,"datetime",t)}}Object.defineProperties(s.prototype,{cite:{enumerable:!0},dateTime:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLModElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLModElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLModElement:s}}};e.exports=u;const l=r(874)},function(e,t,r){"use strict";const i=r(1),n=r(3).implementation;e.exports={implementation:class extends n{get cite(){return i.USVString(this.getAttributeNS(null,"cite"))}set cite(e){this.setAttributeNS(null,"cite",e)}}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}checkValidity(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].checkValidity()}reportValidity(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].reportValidity()}setCustomValidity(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'setCustomValidity' on 'HTMLObjectElement': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'setCustomValidity' on 'HTMLObjectElement': parameter 1"}),r.push(e)}return this[o].setCustomValidity(...r)}get data(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].data}set data(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'data' property on 'HTMLObjectElement': The provided value"}),this[o].data=t}get type(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"type");return null===t?"":t}set type(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'type' property on 'HTMLObjectElement': The provided value"}),this.setAttributeNS(null,"type",t)}get name(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"name");return null===t?"":t}set name(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'name' property on 'HTMLObjectElement': The provided value"}),this.setAttributeNS(null,"name",t)}get useMap(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"usemap");return null===t?"":t}set useMap(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'useMap' property on 'HTMLObjectElement': The provided value"}),this.setAttributeNS(null,"usemap",t)}get form(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].form)}get width(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"width");return null===t?"":t}set width(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'width' property on 'HTMLObjectElement': The provided value"}),this.setAttributeNS(null,"width",t)}get height(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"height");return null===t?"":t}set height(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'height' property on 'HTMLObjectElement': The provided value"}),this.setAttributeNS(null,"height",t)}get contentDocument(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].contentDocument)}get willValidate(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].willValidate}get validity(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].validity)}get validationMessage(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].validationMessage}get align(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"align");return null===t?"":t}set align(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'align' property on 'HTMLObjectElement': The provided value"}),this.setAttributeNS(null,"align",t)}get archive(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"archive");return null===t?"":t}set archive(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'archive' property on 'HTMLObjectElement': The provided value"}),this.setAttributeNS(null,"archive",t)}get code(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"code");return null===t?"":t}set code(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'code' property on 'HTMLObjectElement': The provided value"}),this.setAttributeNS(null,"code",t)}get declare(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"declare")}set declare(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'declare' property on 'HTMLObjectElement': The provided value"}))?this.setAttributeNS(null,"declare",""):this.removeAttributeNS(null,"declare")}get hspace(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=parseInt(this.getAttributeNS(null,"hspace"));return isNaN(t)||t<0||t>2147483647?0:t}set hspace(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i["unsigned long"](t,{context:"Failed to set the 'hspace' property on 'HTMLObjectElement': The provided value"}),this.setAttributeNS(null,"hspace",String(t>2147483647?0:t))}get standby(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"standby");return null===t?"":t}set standby(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'standby' property on 'HTMLObjectElement': The provided value"}),this.setAttributeNS(null,"standby",t)}get vspace(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=parseInt(this.getAttributeNS(null,"vspace"));return isNaN(t)||t<0||t>2147483647?0:t}set vspace(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i["unsigned long"](t,{context:"Failed to set the 'vspace' property on 'HTMLObjectElement': The provided value"}),this.setAttributeNS(null,"vspace",String(t>2147483647?0:t))}get codeBase(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].codeBase}set codeBase(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'codeBase' property on 'HTMLObjectElement': The provided value"}),this[o].codeBase=t}get codeType(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"codetype");return null===t?"":t}set codeType(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'codeType' property on 'HTMLObjectElement': The provided value"}),this.setAttributeNS(null,"codetype",t)}get border(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"border");return null===t?"":t}set border(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'border' property on 'HTMLObjectElement': The provided value",treatNullAsEmptyString:!0}),this.setAttributeNS(null,"border",t)}}Object.defineProperties(s.prototype,{checkValidity:{enumerable:!0},reportValidity:{enumerable:!0},setCustomValidity:{enumerable:!0},data:{enumerable:!0},type:{enumerable:!0},name:{enumerable:!0},useMap:{enumerable:!0},form:{enumerable:!0},width:{enumerable:!0},height:{enumerable:!0},contentDocument:{enumerable:!0},willValidate:{enumerable:!0},validity:{enumerable:!0},validationMessage:{enumerable:!0},align:{enumerable:!0},archive:{enumerable:!0},code:{enumerable:!0},declare:{enumerable:!0},hspace:{enumerable:!0},standby:{enumerable:!0},vspace:{enumerable:!0},codeBase:{enumerable:!0},codeType:{enumerable:!0},border:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLObjectElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLObjectElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLObjectElement:s}}};e.exports=u;const l=r(876)},function(e,t,r){"use strict";const i=r(3).implementation,n=r(65).implementation,{mixin:o}=r(5),{reflectURLAttribute:a}=r(5),{formOwner:s}=r(23);class u extends i{get form(){return s(this)}get contentDocument(){return null}get data(){return a(this,"data")}set data(e){this.setAttributeNS(null,"data",e)}get codeBase(){return a(this,"codebase")}set codeBase(e){this.setAttributeNS(null,"codebase",e)}_barredFromConstraintValidationSpecialization(){return!0}}o(u.prototype,n.prototype),e.exports={implementation:u}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get reversed(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"reversed")}set reversed(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'reversed' property on 'HTMLOListElement': The provided value"}))?this.setAttributeNS(null,"reversed",""):this.removeAttributeNS(null,"reversed")}get start(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].start}set start(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.long(t,{context:"Failed to set the 'start' property on 'HTMLOListElement': The provided value"}),this[o].start=t}get type(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"type");return null===t?"":t}set type(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'type' property on 'HTMLOListElement': The provided value"}),this.setAttributeNS(null,"type",t)}get compact(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"compact")}set compact(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'compact' property on 'HTMLOListElement': The provided value"}))?this.setAttributeNS(null,"compact",""):this.removeAttributeNS(null,"compact")}}Object.defineProperties(s.prototype,{reversed:{enumerable:!0},start:{enumerable:!0},type:{enumerable:!0},compact:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLOListElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLOListElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLOListElement:s}}};e.exports=u;const l=r(878)},function(e,t,r){"use strict";const i=r(3).implementation;e.exports={implementation:class extends i{get start(){const e=parseInt(this.getAttributeNS(null,"start"));return isNaN(e)?1:e}set start(e){this.setAttributeNS(null,"start",e)}}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}checkValidity(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].checkValidity()}reportValidity(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].reportValidity()}setCustomValidity(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'setCustomValidity' on 'HTMLOutputElement': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'setCustomValidity' on 'HTMLOutputElement': parameter 1"}),r.push(e)}return this[o].setCustomValidity(...r)}get htmlFor(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.getSameObject(this,"htmlFor",()=>n.tryWrapperForImpl(this[o].htmlFor))}set htmlFor(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");this.htmlFor.value=t}get form(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].form)}get name(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"name");return null===t?"":t}set name(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'name' property on 'HTMLOutputElement': The provided value"}),this.setAttributeNS(null,"name",t)}get type(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].type}get defaultValue(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].defaultValue}set defaultValue(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'defaultValue' property on 'HTMLOutputElement': The provided value"}),this[o].defaultValue=t}get value(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].value}set value(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'value' property on 'HTMLOutputElement': The provided value"}),this[o].value=t}get willValidate(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].willValidate}get validity(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].validity)}get validationMessage(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].validationMessage}get labels(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].labels)}}Object.defineProperties(s.prototype,{checkValidity:{enumerable:!0},reportValidity:{enumerable:!0},setCustomValidity:{enumerable:!0},htmlFor:{enumerable:!0},form:{enumerable:!0},name:{enumerable:!0},type:{enumerable:!0},defaultValue:{enumerable:!0},value:{enumerable:!0},willValidate:{enumerable:!0},validity:{enumerable:!0},validationMessage:{enumerable:!0},labels:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLOutputElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLOutputElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLOutputElement:s}}};e.exports=u;const l=r(880)},function(e,t,r){"use strict";const i=r(79),n=r(3).implementation,o=r(65).implementation,{mixin:a}=r(5),{getLabelsForLabelable:s,formOwner:u}=r(23);class l extends n{constructor(e,t){super(e,t),this._labels=null,this._defaultValue="",this._valueMode="default",this._customValidityErrorMessage=""}_attrModified(e,t,r){super._attrModified(e,t,r),"for"===e&&void 0!==this._htmlFor&&this._htmlFor.attrModified()}_barredFromConstraintValidationSpecialization(){return!0}_formReset(){"value"===this._valueMode&&(this.textContent=this._defaultValue),this._defaultValue="",this._valueMode="default"}get htmlFor(){return void 0===this._htmlFor&&(this._htmlFor=i.createImpl([],{element:this,attributeLocalName:"for"})),this._htmlFor}get type(){return"output"}get labels(){return s(this)}get form(){return u(this)}get value(){return this.textContent}set value(e){this._valueMode="value",this._defaultValue=this.textContent,this.textContent=e}get defaultValue(){return"default"===this._valueMode?this.textContent:this._defaultValue}set defaultValue(e){this._defaultValue=e,"default"===this._valueMode&&(this.textContent=e)}}a(l.prototype,o.prototype),e.exports={implementation:l}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get align(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"align");return null===t?"":t}set align(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'align' property on 'HTMLParagraphElement': The provided value"}),this.setAttributeNS(null,"align",t)}}Object.defineProperties(s.prototype,{align:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLParagraphElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLParagraphElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLParagraphElement:s}}};e.exports=u;const l=r(882)},function(e,t,r){"use strict";const i=r(3).implementation;e.exports={implementation:class extends i{}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get name(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"name");return null===t?"":t}set name(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'name' property on 'HTMLParamElement': The provided value"}),this.setAttributeNS(null,"name",t)}get value(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"value");return null===t?"":t}set value(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'value' property on 'HTMLParamElement': The provided value"}),this.setAttributeNS(null,"value",t)}get type(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"type");return null===t?"":t}set type(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'type' property on 'HTMLParamElement': The provided value"}),this.setAttributeNS(null,"type",t)}get valueType(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"valuetype");return null===t?"":t}set valueType(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'valueType' property on 'HTMLParamElement': The provided value"}),this.setAttributeNS(null,"valuetype",t)}}Object.defineProperties(s.prototype,{name:{enumerable:!0},value:{enumerable:!0},type:{enumerable:!0},valueType:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLParamElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLParamElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLParamElement:s}}};e.exports=u;const l=r(884)},function(e,t,r){"use strict";const i=r(3).implementation;e.exports={implementation:class extends i{}}},function(e,t,r){"use strict";r(1);const i=r(0),n=i.implSymbol,o=r(2);class a extends o.interface{constructor(){throw new TypeError("Illegal constructor")}}Object.defineProperties(a.prototype,{[Symbol.toStringTag]:{value:"HTMLPictureElement",configurable:!0}});const s={_mixedIntoPredicates:[],is(t){if(t){if(i.hasOwn(t,n)&&t[n]instanceof u.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof u.implementation)return!0;const r=i.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return i.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLPictureElement'.`)},create(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t),i.implForWrapper(r)},_internalSetup(e){o._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,n,{value:new u.implementation(t,r),configurable:!0}),e[n][i.wrapperSymbol]=e,u.init&&u.init(e[n],r),e},interface:a,expose:{Window:{HTMLPictureElement:a}}};e.exports=s;const u=r(886)},function(e,t,r){"use strict";const i=r(3).implementation;e.exports={implementation:class extends i{}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get width(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=parseInt(this.getAttributeNS(null,"width"));return isNaN(t)||t<-2147483648||t>2147483647?0:t}set width(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.long(t,{context:"Failed to set the 'width' property on 'HTMLPreElement': The provided value"}),this.setAttributeNS(null,"width",String(t))}}Object.defineProperties(s.prototype,{width:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLPreElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLPreElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLPreElement:s}}};e.exports=u;const l=r(888)},function(e,t,r){"use strict";const i=r(3).implementation;e.exports={implementation:class extends i{}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get value(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].value}set value(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.double(t,{context:"Failed to set the 'value' property on 'HTMLProgressElement': The provided value"}),this[o].value=t}get max(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].max}set max(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.double(t,{context:"Failed to set the 'max' property on 'HTMLProgressElement': The provided value"}),this[o].max=t}get position(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].position}get labels(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].labels)}}Object.defineProperties(s.prototype,{value:{enumerable:!0},max:{enumerable:!0},position:{enumerable:!0},labels:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLProgressElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLProgressElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLProgressElement:s}}};e.exports=u;const l=r(890)},function(e,t,r){"use strict";const i=r(3).implementation,{getLabelsForLabelable:n}=r(23),{parseFloatingPointNumber:o}=r(25);e.exports={implementation:class extends i{constructor(e,t){super(e,t),this._labels=null}get value(){const e=o(this.getAttributeNS(null,"value"));return!isNaN(e)&&e>0?e>this.max?this.max:e:0}set value(e){this.setAttributeNS(null,"value",e)}get max(){const e=o(this.getAttributeNS(null,"max"));return!isNaN(e)&&e>0?e:1}set max(e){this.setAttributeNS(null,"max",e)}get position(){return this.hasAttributeNS(null,"value")?this.value/this.max:-1}get labels(){return n(this)}}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get cite(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].cite}set cite(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'cite' property on 'HTMLQuoteElement': The provided value"}),this[o].cite=t}}Object.defineProperties(s.prototype,{cite:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLQuoteElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLQuoteElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLQuoteElement:s}}};e.exports=u;const l=r(892)},function(e,t,r){"use strict";const i=r(1),n=r(3).implementation;e.exports={implementation:class extends n{get cite(){return i.USVString(this.getAttributeNS(null,"cite"))}set cite(e){this.setAttributeNS(null,"cite",e)}}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get src(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].src}set src(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'src' property on 'HTMLScriptElement': The provided value"}),this[o].src=t}get type(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"type");return null===t?"":t}set type(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'type' property on 'HTMLScriptElement': The provided value"}),this.setAttributeNS(null,"type",t)}get defer(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"defer")}set defer(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'defer' property on 'HTMLScriptElement': The provided value"}))?this.setAttributeNS(null,"defer",""):this.removeAttributeNS(null,"defer")}get crossOrigin(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"crossorigin");return null===t?"":t}set crossOrigin(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=null==t?null:i.DOMString(t,{context:"Failed to set the 'crossOrigin' property on 'HTMLScriptElement': The provided value"}),this.setAttributeNS(null,"crossorigin",t)}get text(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].text}set text(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'text' property on 'HTMLScriptElement': The provided value"}),this[o].text=t}get charset(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"charset");return null===t?"":t}set charset(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'charset' property on 'HTMLScriptElement': The provided value"}),this.setAttributeNS(null,"charset",t)}get event(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"event");return null===t?"":t}set event(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'event' property on 'HTMLScriptElement': The provided value"}),this.setAttributeNS(null,"event",t)}get htmlFor(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"for");return null===t?"":t}set htmlFor(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'htmlFor' property on 'HTMLScriptElement': The provided value"}),this.setAttributeNS(null,"for",t)}}Object.defineProperties(s.prototype,{src:{enumerable:!0},type:{enumerable:!0},defer:{enumerable:!0},crossOrigin:{enumerable:!0},text:{enumerable:!0},charset:{enumerable:!0},event:{enumerable:!0},htmlFor:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLScriptElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLScriptElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLScriptElement:s}}};e.exports=u;const l=r(894)},function(e,t,r){"use strict";const i=r(106),n=r(55),o=r(56),a=r(3).implementation,{reflectURLAttribute:s}=r(5),u=r(71),{domSymbolTree:l,cloningSteps:p}=r(13),{asciiLowercase:c}=r(25),{childTextContent:d}=r(103),{fireAnEvent:h}=r(15),m=r(14),f=new Set(["application/ecmascript","application/javascript","application/x-ecmascript","application/x-javascript","text/ecmascript","text/javascript","text/javascript1.0","text/javascript1.1","text/javascript1.2","text/javascript1.3","text/javascript1.4","text/javascript1.5","text/jscript","text/livescript","text/x-ecmascript","text/x-javascript"]);e.exports={implementation:class extends a{constructor(e,t){super(e,t),this._alreadyStarted=!1,this._parserInserted=!1}_attach(){super._attach(),this._parserInserted&&!this._isMovingDueToDocumentWrite||this._eval()}_canRunScript(){const e=this._ownerDocument;return!(!e._defaultView||"dangerously"!==e._defaultView._runScripts||e._scriptingDisabled)}_fetchExternalScript(e){const t=this._ownerDocument,r=t._resourceLoader,i=n.labelToName(this.getAttributeNS(null,"charset"))||t._encoding;let a;this._canRunScript()&&(a=r.fetch(e,{element:this,onLoad:e=>{const{response:t}=a;let r;if(t&&void 0!==t.statusCode&&t.statusCode>=400)throw new Error("Status code: "+t.statusCode);t&&(r=o.parse(t.headers["content-type"])||new o("text/plain"));const s=n.getBOMEncoding(e)||r&&n.labelToName(r.parameters.get("charset"))||i,u=n.decode(e,s);this._innerEval(u,this.src)}}))}_fetchInternalScript(){const e=this._ownerDocument;this._canRunScript()&&e._queue.push(null,()=>{this._innerEval(this.text,e.URL),h("load",this)},null,!1,this)}_attrModified(e,t,r){super._attrModified(e,t,r),this._attached&&!this._startedEval&&"src"===e&&null===r&&null!==t&&this._fetchExternalScript(this.src)}_poppedOffStackOfOpenElements(){this._eval()}_eval(){this._alreadyStarted||(this.hasAttributeNS(null,"src")||0!==this.text.length)&&this._attached&&"classic"===function(e){const t=c(e);return f.has(t)?"classic":"module"===t?"module":null}(this._getTypeString())&&(this._alreadyStarted=!0,this.hasAttributeNS(null,"src")?this._fetchExternalScript(this.src):this._fetchInternalScript())}_innerEval(e,t){this._ownerDocument._writeAfterElement=this,function(e,t,r){const n=e.ownerDocument,o=n&&n._global;if(o){n._currentScript=e;let a=0;if(!e.src)for(const t of l.childrenIterator(e))if(t.nodeType===m.TEXT_NODE){t.sourceCodeLocation&&(a=t.sourceCodeLocation.startLine-1);break}try{i.runInContext(t,o,{filename:r,lineOffset:a,displayErrors:!1})}catch(e){u(o,e,r)}finally{n._currentScript=null}}}(this,e,t),delete this._ownerDocument._writeAfterElement}_getTypeString(){const e=this.getAttributeNS(null,"type"),t=this.getAttributeNS(null,"language");return""===e?"text/javascript":null===e&&""===t?"text/javascript":null===e&&null===t?"text/javascript":null!==e?e.trim():null!==t?"text/"+t:null}get text(){return d(this)}set text(e){this.textContent=e}get src(){return s(this,"src")}set src(e){this.setAttributeNS(null,"src",e)}[p](e,t){e._alreadyStarted=t._alreadyStarted}}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=r(104).is,a=r(198).is,s=r(2).is,u=r(104).convert,l=n.implSymbol,p=r(2);class c extends p.interface{constructor(){throw new TypeError("Illegal constructor")}item(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'item' on 'HTMLSelectElement': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i["unsigned long"](e,{context:"Failed to execute 'item' on 'HTMLSelectElement': parameter 1"}),r.push(e)}return n.tryWrapperForImpl(this[l].item(...r))}namedItem(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'namedItem' on 'HTMLSelectElement': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'namedItem' on 'HTMLSelectElement': parameter 1"}),r.push(e)}return n.tryWrapperForImpl(this[l].namedItem(...r))}add(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'add' on 'HTMLSelectElement': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];if(!o(e)&&!a(e))throw new TypeError("Failed to execute 'add' on 'HTMLSelectElement': parameter 1 is not of any supported type.");e=n.implForWrapper(e),r.push(e)}{let e=arguments[1];e=void 0!==e?null==e?null:s(e)?n.implForWrapper(e):i.long(e,{context:"Failed to execute 'add' on 'HTMLSelectElement': parameter 2"}):null,r.push(e)}return this[l].add(...r)}remove(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=[];switch(arguments.length){case 0:break;default:{let e=arguments[0];e=i.long(e,{context:"Failed to execute 'remove' on 'HTMLSelectElement': parameter 1"}),t.push(e)}}return this[l].remove(...t)}checkValidity(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[l].checkValidity()}reportValidity(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[l].reportValidity()}setCustomValidity(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'setCustomValidity' on 'HTMLSelectElement': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'setCustomValidity' on 'HTMLSelectElement': parameter 1"}),r.push(e)}return this[l].setCustomValidity(...r)}get autofocus(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"autofocus")}set autofocus(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'autofocus' property on 'HTMLSelectElement': The provided value"}))?this.setAttributeNS(null,"autofocus",""):this.removeAttributeNS(null,"autofocus")}get disabled(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"disabled")}set disabled(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'disabled' property on 'HTMLSelectElement': The provided value"}))?this.setAttributeNS(null,"disabled",""):this.removeAttributeNS(null,"disabled")}get form(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[l].form)}get multiple(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"multiple")}set multiple(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'multiple' property on 'HTMLSelectElement': The provided value"}))?this.setAttributeNS(null,"multiple",""):this.removeAttributeNS(null,"multiple")}get name(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"name");return null===t?"":t}set name(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'name' property on 'HTMLSelectElement': The provided value"}),this.setAttributeNS(null,"name",t)}get required(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"required")}set required(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'required' property on 'HTMLSelectElement': The provided value"}))?this.setAttributeNS(null,"required",""):this.removeAttributeNS(null,"required")}get size(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=parseInt(this.getAttributeNS(null,"size"));return isNaN(t)||t<0||t>2147483647?0:t}set size(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i["unsigned long"](t,{context:"Failed to set the 'size' property on 'HTMLSelectElement': The provided value"}),this.setAttributeNS(null,"size",String(t>2147483647?0:t))}get type(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[l].type}get options(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.getSameObject(this,"options",()=>n.tryWrapperForImpl(this[l].options))}get length(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[l].length}set length(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i["unsigned long"](t,{context:"Failed to set the 'length' property on 'HTMLSelectElement': The provided value"}),this[l].length=t}get selectedOptions(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.getSameObject(this,"selectedOptions",()=>n.tryWrapperForImpl(this[l].selectedOptions))}get selectedIndex(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[l].selectedIndex}set selectedIndex(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.long(t,{context:"Failed to set the 'selectedIndex' property on 'HTMLSelectElement': The provided value"}),this[l].selectedIndex=t}get value(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[l].value}set value(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'value' property on 'HTMLSelectElement': The provided value"}),this[l].value=t}get willValidate(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[l].willValidate}get validity(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[l].validity)}get validationMessage(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[l].validationMessage}get labels(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[l].labels)}}Object.defineProperties(c.prototype,{item:{enumerable:!0},namedItem:{enumerable:!0},add:{enumerable:!0},remove:{enumerable:!0},checkValidity:{enumerable:!0},reportValidity:{enumerable:!0},setCustomValidity:{enumerable:!0},autofocus:{enumerable:!0},disabled:{enumerable:!0},form:{enumerable:!0},multiple:{enumerable:!0},name:{enumerable:!0},required:{enumerable:!0},size:{enumerable:!0},type:{enumerable:!0},options:{enumerable:!0},length:{enumerable:!0},selectedOptions:{enumerable:!0},selectedIndex:{enumerable:!0},value:{enumerable:!0},willValidate:{enumerable:!0},validity:{enumerable:!0},validationMessage:{enumerable:!0},labels:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLSelectElement",configurable:!0},[Symbol.iterator]:{value:Array.prototype[Symbol.iterator],configurable:!0,writable:!0}});const d={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,l)&&t[l]instanceof h.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof h.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLSelectElement'.`)},create(e,t){let r=Object.create(c.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(c.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){p._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,l,{value:new h.implementation(t,r),configurable:!0}),(e=new Proxy(e,{get(e,t,r){if("symbol"==typeof t)return Reflect.get(e,t,r);const i=this.getOwnPropertyDescriptor(e,t);if(void 0===i){if(null===Object.getPrototypeOf(e))return;return Reflect.get(e,t,r)}if(!i.get&&!i.set)return i.value;const n=i.get;return void 0!==n?Reflect.apply(n,r,[]):void 0},has(e,t){if("symbol"==typeof t)return Reflect.has(e,t);if(void 0!==this.getOwnPropertyDescriptor(e,t))return!0;const r=Object.getPrototypeOf(e);return null!==r&&Reflect.has(r,t)},ownKeys(e){const t=new Set;for(const r of e[l][n.supportedPropertyIndices])t.add(`${r}`);for(const r of Reflect.ownKeys(e))t.add(r);return[...t]},getOwnPropertyDescriptor(e,t){if("symbol"==typeof t)return Reflect.getOwnPropertyDescriptor(e,t);let r=!1;if(n.isArrayIndexPropName(t)){const i=t>>>0,o=e[l].item(i);if(null!==o)return{writable:!0,enumerable:!0,configurable:!0,value:n.tryWrapperForImpl(o)};r=!0}return Reflect.getOwnPropertyDescriptor(e,t)},set(e,t,r,i){if("symbol"==typeof t)return Reflect.set(e,t,r,i);if(e===i&&n.isArrayIndexPropName(t)){const i=t>>>0;let o=r;return o=null==o?null:u(o,{context:"Failed to set the "+i+" property on 'HTMLSelectElement': The provided value"}),!(null!==e[l].item(i))?e[l][n.indexedSetNew](i,o):e[l][n.indexedSetExisting](i,o),!0}let o;if(n.isArrayIndexPropName(t)){const r=t>>>0,i=e[l].item(r);null!==i&&(o={writable:!0,enumerable:!0,configurable:!0,value:n.tryWrapperForImpl(i)})}if(void 0===o&&(o=Reflect.getOwnPropertyDescriptor(e,t)),void 0===o){const n=Reflect.getPrototypeOf(e);if(null!==n)return Reflect.set(n,t,r,i);o={writable:!0,enumerable:!0,configurable:!0,value:void 0}}if(!o.writable)return!1;if(!n.isObject(i))return!1;const a=Reflect.getOwnPropertyDescriptor(i,t);let s;if(void 0!==a){if(a.get||a.set)return!1;if(!a.writable)return!1;s={value:r}}else s={writable:!0,enumerable:!0,configurable:!0,value:r};return Reflect.defineProperty(i,t,s)},defineProperty(e,t,r){if("symbol"==typeof t)return Reflect.defineProperty(e,t,r);if(n.isArrayIndexPropName(t)){if(r.get||r.set)return!1;const i=t>>>0;let o=r.value;return o=null==o?null:u(o,{context:"Failed to set the "+i+" property on 'HTMLSelectElement': The provided value"}),!(null!==e[l].item(i))?e[l][n.indexedSetNew](i,o):e[l][n.indexedSetExisting](i,o),!0}return Reflect.defineProperty(e,t,r)},deleteProperty(e,t){if("symbol"==typeof t)return Reflect.deleteProperty(e,t);if(n.isArrayIndexPropName(t)){const r=t>>>0;return!(null!==e[l].item(r))}return Reflect.deleteProperty(e,t)},preventExtensions:()=>!1}))[l][n.wrapperSymbol]=e,h.init&&h.init(e[l],r),e},interface:c,expose:{Window:{HTMLSelectElement:c}}};e.exports=d;const h=r(896)},function(e,t,r){"use strict";const i=r(1),n=r(0),o=r(105),a=r(65).implementation,{mixin:s}=r(5),u=r(3).implementation,l=r(14),p=r(29),c=r(368),{domSymbolTree:d}=r(13),{getLabelsForLabelable:h,formOwner:m}=r(23);class f extends u{constructor(e,t){super(e,t),this._options=c.createImpl([],{element:this,query:()=>{const e=[];for(const t of d.childrenIterator(this))if("option"===t._localName)e.push(t);else if("optgroup"===t._localName)for(const r of d.childrenIterator(t))"option"===r._localName&&e.push(r);return e}}),this._selectedOptions=null,this._customValidityErrorMessage="",this._labels=null}_formReset(){for(const e of this.options)e._selectedness=e.hasAttributeNS(null,"selected"),e._dirtyness=!1;this._askedForAReset()}_askedForAReset(){if(this.hasAttributeNS(null,"multiple"))return;const e=this.options.filter(e=>e._selectedness);if(1!==this._displaySize||e.length)e.length>=2&&e.forEach((t,r)=>{t._selectedness=r===e.length-1});else for(const e of this.options){let t=e.hasAttributeNS(null,"disabled");const r=d.parent(e);if(r&&"OPTGROUP"===r.nodeName.toUpperCase()&&r.hasAttributeNS(null,"disabled")&&(t=!0),!t){e._selectedness=!0;break}}}_descendantAdded(e,t){t.nodeType===l.ELEMENT_NODE&&this._askedForAReset(),super._descendantAdded.apply(this,arguments)}_descendantRemoved(e,t){t.nodeType===l.ELEMENT_NODE&&this._askedForAReset(),super._descendantRemoved.apply(this,arguments)}_attrModified(e){"multiple"!==e&&"size"!==e||this._askedForAReset(),super._attrModified.apply(this,arguments)}get _displaySize(){if(this.hasAttributeNS(null,"size")){const e=this.getAttributeNS(null,"size"),t=parseInt(e,10);if(!isNaN(t)&&t>=0)return t}return this.hasAttributeNS(null,"multiple")?4:1}get options(){return this._options}get selectedOptions(){return p.createImpl([],{element:this,query:()=>d.treeToArray(this,{filter:e=>"option"===e._localName&&!0===e._selectedness})})}get selectedIndex(){for(let e=0;e0?(e=i.long(e,{context:"Failed to execute 'remove' on 'HTMLSelectElement': parameter 1"}),this.options.remove(e)):super.remove()}_barredFromConstraintValidationSpecialization(){return this.hasAttributeNS(null,"readonly")}get validity(){return this._validity||(this._validity=o.createImpl(this,{valueMissing:()=>{if(!this.hasAttributeNS(null,"required"))return!1;const e=this.selectedIndex;return e<0||0===e&&this._hasPlaceholderOption}})),this._validity}get _hasPlaceholderOption(){return this.hasAttributeNS(null,"required")&&!this.hasAttributeNS(null,"multiple")&&1===this._displaySize&&this.options.length>0&&""===this.options.item(0).value&&"optgroup"!==this.options.item(0).parentNode._localName}}s(f.prototype,a.prototype),e.exports={implementation:f}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=r(898).convert,a=n.implSymbol,s=r(2);class u extends s.interface{constructor(){throw new TypeError("Illegal constructor")}assignedNodes(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=[];{let e=arguments[0];e=o(e,{context:"Failed to execute 'assignedNodes' on 'HTMLSlotElement': parameter 1"}),t.push(e)}return n.tryWrapperForImpl(this[a].assignedNodes(...t))}assignedElements(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=[];{let e=arguments[0];e=o(e,{context:"Failed to execute 'assignedElements' on 'HTMLSlotElement': parameter 1"}),t.push(e)}return n.tryWrapperForImpl(this[a].assignedElements(...t))}get name(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"name");return null===t?"":t}set name(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'name' property on 'HTMLSlotElement': The provided value"}),this.setAttributeNS(null,"name",t)}}Object.defineProperties(u.prototype,{assignedNodes:{enumerable:!0},assignedElements:{enumerable:!0},name:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLSlotElement",configurable:!0}});const l={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,a)&&t[a]instanceof p.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof p.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLSlotElement'.`)},create(e,t){let r=Object.create(u.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(u.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){s._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,a,{value:new p.implementation(t,r),configurable:!0}),e[a][n.wrapperSymbol]=e,p.init&&p.init(e[a],r),e},interface:u,expose:{Window:{HTMLSlotElement:u}}};e.exports=l;const p=r(899)},function(e,t,r){"use strict";const i=r(1);r(0);e.exports={convertInherit(e,t,{context:r="The provided value"}={}){{const n="flatten";let o=null==e?void 0:e[n];void 0!==o?(o=i.boolean(o,{context:r+" has member flatten that"}),t[n]=o):t[n]=!1}},convert(t,{context:r="The provided value"}={}){if(void 0!==t&&"object"!=typeof t&&"function"!=typeof t)throw new TypeError(`${r} is not an object.`);const i=Object.create(null);return e.exports.convertInherit(t,i,{context:r}),i}}},function(e,t,r){"use strict";const i=r(0),n=r(2),o=r(3).implementation,{getRoot:a,assignSlotableForTree:s,findFlattenedSlotables:u}=r(58);e.exports={implementation:class extends o{constructor(e,t){super(e,t),this._assignedNodes=[]}get name(){return this.getAttributeNS(null,"name")||""}_attrModified(e,t,r){if(super._attrModified(e,t,r),"name"===e){if(t===r)return;if(null===t&&""===r)return;if(""===t&&null===r)return;s(a(this))}}assignedNodes(e){return e&&e.flatten?u(this).map(i.wrapperForImpl):this._assignedNodes.map(i.wrapperForImpl)}assignedElements(e){return this.assignedNodes(e).filter(n.is)}}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get src(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].src}set src(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'src' property on 'HTMLSourceElement': The provided value"}),this[o].src=t}get type(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"type");return null===t?"":t}set type(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'type' property on 'HTMLSourceElement': The provided value"}),this.setAttributeNS(null,"type",t)}get srcset(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].srcset}set srcset(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'srcset' property on 'HTMLSourceElement': The provided value"}),this[o].srcset=t}get sizes(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"sizes");return null===t?"":t}set sizes(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'sizes' property on 'HTMLSourceElement': The provided value"}),this.setAttributeNS(null,"sizes",t)}get media(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"media");return null===t?"":t}set media(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'media' property on 'HTMLSourceElement': The provided value"}),this.setAttributeNS(null,"media",t)}}Object.defineProperties(s.prototype,{src:{enumerable:!0},type:{enumerable:!0},srcset:{enumerable:!0},sizes:{enumerable:!0},media:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLSourceElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLSourceElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLSourceElement:s}}};e.exports=u;const l=r(901)},function(e,t,r){"use strict";const i=r(1),n=r(3).implementation,{reflectURLAttribute:o}=r(5);e.exports={implementation:class extends n{get src(){return o(this,"src")}set src(e){this.setAttributeNS(null,"src",e)}get srcset(){return i.USVString(this.getAttributeNS(null,"srcset"))}set srcset(e){this.setAttributeNS(null,"srcset",e)}}}},function(e,t,r){"use strict";r(1);const i=r(0),n=i.implSymbol,o=r(2);class a extends o.interface{constructor(){throw new TypeError("Illegal constructor")}}Object.defineProperties(a.prototype,{[Symbol.toStringTag]:{value:"HTMLSpanElement",configurable:!0}});const s={_mixedIntoPredicates:[],is(t){if(t){if(i.hasOwn(t,n)&&t[n]instanceof u.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof u.implementation)return!0;const r=i.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return i.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLSpanElement'.`)},create(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t),i.implForWrapper(r)},_internalSetup(e){o._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,n,{value:new u.implementation(t,r),configurable:!0}),e[n][i.wrapperSymbol]=e,u.init&&u.init(e[n],r),e},interface:a,expose:{Window:{HTMLSpanElement:a}}};e.exports=s;const u=r(903)},function(e,t,r){"use strict";const i=r(3).implementation;e.exports={implementation:class extends i{}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get media(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"media");return null===t?"":t}set media(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'media' property on 'HTMLStyleElement': The provided value"}),this.setAttributeNS(null,"media",t)}get type(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"type");return null===t?"":t}set type(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'type' property on 'HTMLStyleElement': The provided value"}),this.setAttributeNS(null,"type",t)}get sheet(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].sheet)}}Object.defineProperties(s.prototype,{media:{enumerable:!0},type:{enumerable:!0},sheet:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLStyleElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLStyleElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLStyleElement:s}}};e.exports=u;const l=r(905)},function(e,t,r){"use strict";const i=r(3).implementation,{removeStylesheet:n,createStylesheet:o}=r(378),{documentBaseURL:a}=r(41),{childTextContent:s}=r(103),{asciiCaseInsensitiveMatch:u}=r(25);e.exports={implementation:class extends i{constructor(e,t){super(e,t),this.sheet=null,this._isOnStackOfOpenElements=!1}_attach(){super._attach(),this._isOnStackOfOpenElements||this._updateAStyleBlock()}_detach(){super._detach(),this._isOnStackOfOpenElements||this._updateAStyleBlock()}_childTextContentChangeSteps(){super._childTextContentChangeSteps(),this._isOnStackOfOpenElements||this._updateAStyleBlock()}_poppedOffStackOfOpenElements(){this._isOnStackOfOpenElements=!1,this._updateAStyleBlock()}_pushedOnStackOfOpenElements(){this._isOnStackOfOpenElements=!0}_updateAStyleBlock(){if(this.sheet&&n(this.sheet,this),!this.isConnected||!this._ownerDocument._defaultView)return;const e=this.getAttributeNS(null,"type");if(null!==e&&""!==e&&!u(e,"text/css"))return;const t=s(this);o(t,this,a(this._ownerDocument))}}}},function(e,t,r){"use strict";const i=r(3).implementation;e.exports={implementation:class extends i{}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get colSpan(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].colSpan}set colSpan(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i["unsigned long"](t,{context:"Failed to set the 'colSpan' property on 'HTMLTableCellElement': The provided value"}),this[o].colSpan=t}get rowSpan(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].rowSpan}set rowSpan(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i["unsigned long"](t,{context:"Failed to set the 'rowSpan' property on 'HTMLTableCellElement': The provided value"}),this[o].rowSpan=t}get headers(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"headers");return null===t?"":t}set headers(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'headers' property on 'HTMLTableCellElement': The provided value"}),this.setAttributeNS(null,"headers",t)}get cellIndex(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].cellIndex}get scope(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].scope}set scope(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'scope' property on 'HTMLTableCellElement': The provided value"}),this[o].scope=t}get abbr(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"abbr");return null===t?"":t}set abbr(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'abbr' property on 'HTMLTableCellElement': The provided value"}),this.setAttributeNS(null,"abbr",t)}get align(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"align");return null===t?"":t}set align(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'align' property on 'HTMLTableCellElement': The provided value"}),this.setAttributeNS(null,"align",t)}get axis(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"axis");return null===t?"":t}set axis(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'axis' property on 'HTMLTableCellElement': The provided value"}),this.setAttributeNS(null,"axis",t)}get height(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"height");return null===t?"":t}set height(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'height' property on 'HTMLTableCellElement': The provided value"}),this.setAttributeNS(null,"height",t)}get width(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"width");return null===t?"":t}set width(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'width' property on 'HTMLTableCellElement': The provided value"}),this.setAttributeNS(null,"width",t)}get ch(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"char");return null===t?"":t}set ch(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'ch' property on 'HTMLTableCellElement': The provided value"}),this.setAttributeNS(null,"char",t)}get chOff(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"charoff");return null===t?"":t}set chOff(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'chOff' property on 'HTMLTableCellElement': The provided value"}),this.setAttributeNS(null,"charoff",t)}get noWrap(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"nowrap")}set noWrap(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'noWrap' property on 'HTMLTableCellElement': The provided value"}))?this.setAttributeNS(null,"nowrap",""):this.removeAttributeNS(null,"nowrap")}get vAlign(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"valign");return null===t?"":t}set vAlign(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'vAlign' property on 'HTMLTableCellElement': The provided value"}),this.setAttributeNS(null,"valign",t)}get bgColor(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"bgcolor");return null===t?"":t}set bgColor(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'bgColor' property on 'HTMLTableCellElement': The provided value",treatNullAsEmptyString:!0}),this.setAttributeNS(null,"bgcolor",t)}}Object.defineProperties(s.prototype,{colSpan:{enumerable:!0},rowSpan:{enumerable:!0},headers:{enumerable:!0},cellIndex:{enumerable:!0},scope:{enumerable:!0},abbr:{enumerable:!0},align:{enumerable:!0},axis:{enumerable:!0},height:{enumerable:!0},width:{enumerable:!0},ch:{enumerable:!0},chOff:{enumerable:!0},noWrap:{enumerable:!0},vAlign:{enumerable:!0},bgColor:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLTableCellElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLTableCellElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLTableCellElement:s}}};e.exports=u;const l=r(908)},function(e,t,r){"use strict";const i=r(3).implementation,{asciiLowercase:n}=r(25),{closest:o}=r(30);function a(e,t,r,i=0){if(null===e)return i;const n=parseInt(e,10);return isNaN(n)||n<0?i:nr?r:n}e.exports={implementation:class extends i{get colSpan(){return a(this.getAttributeNS(null,"colspan"),1,1e3,1)}set colSpan(e){this.setAttributeNS(null,"colspan",String(e))}get rowSpan(){return a(this.getAttributeNS(null,"rowspan"),0,65534,1)}set rowSpan(e){this.setAttributeNS(null,"rowspan",String(e))}get cellIndex(){const e=o(this,"tr");return null===e?-1:e.cells.indexOf(this)}get scope(){let e=this.getAttributeNS(null,"scope");return null===e?"":"row"===(e=n(e))||"col"===e||"rowgroup"===e||"colgroup"===e?e:""}set scope(e){this.setAttributeNS(null,"scope",e)}}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get span(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=parseInt(this.getAttributeNS(null,"span"));return isNaN(t)||t<0||t>2147483647?0:t}set span(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i["unsigned long"](t,{context:"Failed to set the 'span' property on 'HTMLTableColElement': The provided value"}),this.setAttributeNS(null,"span",String(t>2147483647?0:t))}get align(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"align");return null===t?"":t}set align(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'align' property on 'HTMLTableColElement': The provided value"}),this.setAttributeNS(null,"align",t)}get ch(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"char");return null===t?"":t}set ch(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'ch' property on 'HTMLTableColElement': The provided value"}),this.setAttributeNS(null,"char",t)}get chOff(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"charoff");return null===t?"":t}set chOff(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'chOff' property on 'HTMLTableColElement': The provided value"}),this.setAttributeNS(null,"charoff",t)}get vAlign(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"valign");return null===t?"":t}set vAlign(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'vAlign' property on 'HTMLTableColElement': The provided value"}),this.setAttributeNS(null,"valign",t)}get width(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"width");return null===t?"":t}set width(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'width' property on 'HTMLTableColElement': The provided value"}),this.setAttributeNS(null,"width",t)}}Object.defineProperties(s.prototype,{span:{enumerable:!0},align:{enumerable:!0},ch:{enumerable:!0},chOff:{enumerable:!0},vAlign:{enumerable:!0},width:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLTableColElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLTableColElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLTableColElement:s}}};e.exports=u;const l=r(910)},function(e,t,r){"use strict";const i=r(3).implementation;e.exports={implementation:class extends i{}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=r(379).convert,a=r(380).convert,s=n.implSymbol,u=r(2);class l extends u.interface{constructor(){throw new TypeError("Illegal constructor")}createCaption(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[s].createCaption())}deleteCaption(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[s].deleteCaption()}createTHead(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[s].createTHead())}deleteTHead(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[s].deleteTHead()}createTFoot(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[s].createTFoot())}deleteTFoot(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[s].deleteTFoot()}createTBody(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[s].createTBody())}insertRow(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=[];{let e=arguments[0];e=void 0!==e?i.long(e,{context:"Failed to execute 'insertRow' on 'HTMLTableElement': parameter 1"}):-1,t.push(e)}return n.tryWrapperForImpl(this[s].insertRow(...t))}deleteRow(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'deleteRow' on 'HTMLTableElement': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.long(e,{context:"Failed to execute 'deleteRow' on 'HTMLTableElement': parameter 1"}),r.push(e)}return this[s].deleteRow(...r)}get caption(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[s].caption)}set caption(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=null==t?null:o(t,{context:"Failed to set the 'caption' property on 'HTMLTableElement': The provided value"}),this[s].caption=t}get tHead(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[s].tHead)}set tHead(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=null==t?null:a(t,{context:"Failed to set the 'tHead' property on 'HTMLTableElement': The provided value"}),this[s].tHead=t}get tFoot(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[s].tFoot)}set tFoot(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=null==t?null:a(t,{context:"Failed to set the 'tFoot' property on 'HTMLTableElement': The provided value"}),this[s].tFoot=t}get tBodies(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.getSameObject(this,"tBodies",()=>n.tryWrapperForImpl(this[s].tBodies))}get rows(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.getSameObject(this,"rows",()=>n.tryWrapperForImpl(this[s].rows))}get align(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"align");return null===t?"":t}set align(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'align' property on 'HTMLTableElement': The provided value"}),this.setAttributeNS(null,"align",t)}get border(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"border");return null===t?"":t}set border(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'border' property on 'HTMLTableElement': The provided value"}),this.setAttributeNS(null,"border",t)}get frame(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"frame");return null===t?"":t}set frame(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'frame' property on 'HTMLTableElement': The provided value"}),this.setAttributeNS(null,"frame",t)}get rules(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"rules");return null===t?"":t}set rules(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'rules' property on 'HTMLTableElement': The provided value"}),this.setAttributeNS(null,"rules",t)}get summary(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"summary");return null===t?"":t}set summary(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'summary' property on 'HTMLTableElement': The provided value"}),this.setAttributeNS(null,"summary",t)}get width(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"width");return null===t?"":t}set width(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'width' property on 'HTMLTableElement': The provided value"}),this.setAttributeNS(null,"width",t)}get bgColor(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"bgcolor");return null===t?"":t}set bgColor(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'bgColor' property on 'HTMLTableElement': The provided value",treatNullAsEmptyString:!0}),this.setAttributeNS(null,"bgcolor",t)}get cellPadding(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"cellpadding");return null===t?"":t}set cellPadding(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'cellPadding' property on 'HTMLTableElement': The provided value",treatNullAsEmptyString:!0}),this.setAttributeNS(null,"cellpadding",t)}get cellSpacing(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"cellspacing");return null===t?"":t}set cellSpacing(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'cellSpacing' property on 'HTMLTableElement': The provided value",treatNullAsEmptyString:!0}),this.setAttributeNS(null,"cellspacing",t)}}Object.defineProperties(l.prototype,{createCaption:{enumerable:!0},deleteCaption:{enumerable:!0},createTHead:{enumerable:!0},deleteTHead:{enumerable:!0},createTFoot:{enumerable:!0},deleteTFoot:{enumerable:!0},createTBody:{enumerable:!0},insertRow:{enumerable:!0},deleteRow:{enumerable:!0},caption:{enumerable:!0},tHead:{enumerable:!0},tFoot:{enumerable:!0},tBodies:{enumerable:!0},rows:{enumerable:!0},align:{enumerable:!0},border:{enumerable:!0},frame:{enumerable:!0},rules:{enumerable:!0},summary:{enumerable:!0},width:{enumerable:!0},bgColor:{enumerable:!0},cellPadding:{enumerable:!0},cellSpacing:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLTableElement",configurable:!0}});const p={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,s)&&t[s]instanceof c.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof c.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLTableElement'.`)},create(e,t){let r=Object.create(l.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(l.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){u._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,s,{value:new c.implementation(t,r),configurable:!0}),e[s][n.wrapperSymbol]=e,c.init&&c.init(e[s],r),e},interface:l,expose:{Window:{HTMLTableElement:l}}};e.exports=p;const c=r(913)},function(e,t,r){"use strict";const i=r(3).implementation,{childrenByLocalName:n}=r(30),o=r(29),a=r(8);e.exports={implementation:class extends i{get rows(){return this._rows||(this._rows=o.createImpl([],{element:this,query:()=>n(this,"tr")})),this._rows}insertRow(e){if(e<-1||e>this.rows.length)throw new a("Cannot insert a row at an index that is less than -1 or greater than the number of existing rows","IndexSizeError");const t=this._ownerDocument.createElement("tr");if(-1===e||e===this.rows.length)this._append(t);else{const r=this.rows.item(e);this._insert(t,r)}return t}deleteRow(e){if(e<-1||e>=this.rows.length)throw new a(`Cannot delete a row at index ${e}, where no row exists`,"IndexSizeError");if(-1===e){if(this.rows.length>0){const e=this.rows.item(this.rows.length-1);this._remove(e)}}else{const t=this.rows.item(e);this._remove(t)}}}}},function(e,t,r){"use strict";const i=r(8),n=r(3).implementation,{HTML_NS:o}=r(20),{domSymbolTree:a}=r(13),{firstChildWithLocalName:s,childrenByLocalName:u}=r(30),l=r(29),p=r(14);e.exports={implementation:class extends n{get caption(){return s(this,"caption")}set caption(e){const t=this.caption;if(null!==t&&this.removeChild(t),null!==e){const t=this.firstChild;this.insertBefore(e,t)}return e}get tHead(){return s(this,"thead")}set tHead(e){if(null!==e&&"thead"!==e._localName)throw new i("Cannot set a non-thead element as a table header","HierarchyRequestError");const t=this.tHead;if(null!==t&&this.removeChild(t),null!==e){const t=function(e){const t=a.childrenIterator(e);for(const e of t)if(e.nodeType===p.ELEMENT_NODE&&(e._namespaceURI!==o||"caption"!==e._localName&&"colgroup"!==e._localName))return e;return null}(this);this.insertBefore(e,t)}}get tFoot(){return s(this,"tfoot")}set tFoot(e){if(null!==e&&"tfoot"!==e._localName)throw new i("Cannot set a non-tfoot element as a table footer","HierarchyRequestError");const t=this.tFoot;null!==t&&this.removeChild(t),null!==e&&this.appendChild(e)}get rows(){return this._rows||(this._rows=l.createImpl([],{element:this,query:()=>{const e=[],t=[],r=[],i=a.childrenIterator(this);for(const n of i)n.nodeType===p.ELEMENT_NODE&&n._namespaceURI===o&&("thead"===n._localName?e.push(...u(n,"tr")):"tbody"===n._localName?t.push(...u(n,"tr")):"tfoot"===n._localName?r.push(...u(n,"tr")):"tr"===n._localName&&t.push(n));return[...e,...t,...r]}})),this._rows}get tBodies(){return this._tBodies||(this._tBodies=l.createImpl([],{element:this,query:()=>u(this,"tbody")})),this._tBodies}createTBody(){const e=this._ownerDocument.createElement("TBODY"),t=u(this,"tbody"),r=t[t.length-1];return r?this.insertBefore(e,r.nextSibling):this.appendChild(e),e}createTHead(){let e=this.tHead;return e||(e=this.tHead=this._ownerDocument.createElement("THEAD")),e}deleteTHead(){this.tHead=null}createTFoot(){let e=this.tFoot;return e||(e=this.tFoot=this._ownerDocument.createElement("TFOOT")),e}deleteTFoot(){this.tFoot=null}createCaption(){let e=this.caption;return e||(e=this.caption=this._ownerDocument.createElement("CAPTION")),e}deleteCaption(){const e=this.caption;e&&e.parentNode.removeChild(e)}insertRow(e){if(e<-1||e>this.rows.length)throw new i("Cannot insert a row at an index that is less than -1 or greater than the number of existing rows","IndexSizeError");const t=this._ownerDocument.createElement("tr");if(0===this.rows.length&&0===this.tBodies.length){const e=this._ownerDocument.createElement("tbody");e.appendChild(t),this.appendChild(e)}else if(0===this.rows.length)this.tBodies.item(this.tBodies.length-1).appendChild(t);else if(-1===e||e===this.rows.length)this.rows.item(this.rows.length-1).parentNode.appendChild(t);else{const r=this.rows.item(e);r.parentNode.insertBefore(t,r)}return t}deleteRow(e){const t=this.rows.length;if(e<-1||e>=t)throw new i(`Cannot delete a row at index ${e}, where no row exists`,"IndexSizeError");if(-1===e){if(0===t)return;e=t-1}const r=this.rows.item(e);r.parentNode.removeChild(r)}}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get dateTime(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"datetime");return null===t?"":t}set dateTime(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'dateTime' property on 'HTMLTimeElement': The provided value"}),this.setAttributeNS(null,"datetime",t)}}Object.defineProperties(s.prototype,{dateTime:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLTimeElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLTimeElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLTimeElement:s}}};e.exports=u;const l=r(915)},function(e,t,r){"use strict";const i=r(3).implementation;e.exports={implementation:class extends i{}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get text(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].text}set text(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'text' property on 'HTMLTitleElement': The provided value"}),this[o].text=t}}Object.defineProperties(s.prototype,{text:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLTitleElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLTitleElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLTitleElement:s}}};e.exports=u;const l=r(917)},function(e,t,r){"use strict";const i=r(3).implementation,{childTextContent:n}=r(103);e.exports={implementation:class extends i{get text(){return n(this)}set text(e){this.textContent=e}}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}insertCell(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=[];{let e=arguments[0];e=void 0!==e?i.long(e,{context:"Failed to execute 'insertCell' on 'HTMLTableRowElement': parameter 1"}):-1,t.push(e)}return n.tryWrapperForImpl(this[o].insertCell(...t))}deleteCell(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'deleteCell' on 'HTMLTableRowElement': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.long(e,{context:"Failed to execute 'deleteCell' on 'HTMLTableRowElement': parameter 1"}),r.push(e)}return this[o].deleteCell(...r)}get rowIndex(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].rowIndex}get sectionRowIndex(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].sectionRowIndex}get cells(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.getSameObject(this,"cells",()=>n.tryWrapperForImpl(this[o].cells))}get align(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"align");return null===t?"":t}set align(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'align' property on 'HTMLTableRowElement': The provided value"}),this.setAttributeNS(null,"align",t)}get ch(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"char");return null===t?"":t}set ch(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'ch' property on 'HTMLTableRowElement': The provided value"}),this.setAttributeNS(null,"char",t)}get chOff(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"charoff");return null===t?"":t}set chOff(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'chOff' property on 'HTMLTableRowElement': The provided value"}),this.setAttributeNS(null,"charoff",t)}get vAlign(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"valign");return null===t?"":t}set vAlign(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'vAlign' property on 'HTMLTableRowElement': The provided value"}),this.setAttributeNS(null,"valign",t)}get bgColor(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"bgcolor");return null===t?"":t}set bgColor(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'bgColor' property on 'HTMLTableRowElement': The provided value",treatNullAsEmptyString:!0}),this.setAttributeNS(null,"bgcolor",t)}}Object.defineProperties(s.prototype,{insertCell:{enumerable:!0},deleteCell:{enumerable:!0},rowIndex:{enumerable:!0},sectionRowIndex:{enumerable:!0},cells:{enumerable:!0},align:{enumerable:!0},ch:{enumerable:!0},chOff:{enumerable:!0},vAlign:{enumerable:!0},bgColor:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLTableRowElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLTableRowElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLTableRowElement:s}}};e.exports=u;const l=r(919)},function(e,t,r){"use strict";const i=r(8),n=r(3).implementation,o=r(29),{HTML_NS:a}=r(20),{childrenByLocalNames:s}=r(30),{domSymbolTree:u}=r(13),l=new Set(["td","th"]);e.exports={implementation:class extends n{get cells(){return this._cells||(this._cells=o.createImpl([],{element:this,query:()=>s(this,l)})),this._cells}get rowIndex(){const e=this.parentElement;if(null===e||e.namespaceURI!==a)return-1;let t=e;return"thead"!==e.localName&&"tbody"!==e.localName&&"tfoot"!==e.localName||(t=e.parentElement),null===t||t.namespaceURI!==a||"table"!==t.localName?-1:t.rows.indexOf(this)}get sectionRowIndex(){const e=u.parent(this);if(null===e)return-1;const{rows:t}=e;return t?t.indexOf(this):-1}insertCell(e){const t=this._ownerDocument.createElement("TD"),{cells:r}=this;if(e<-1||e>r.length)throw new i("The index is not in the allowed range.","IndexSizeError");if(-1===e||e===r.length)this._append(t);else{const i=r.item(e);this._insert(t,i)}return t}deleteCell(e){const{cells:t}=this;if(e<-1||e>=t.length)throw new i("The index is not in the allowed range.","IndexSizeError");if(-1===e){if(0===t.length)return;e=t.length-1}const r=t.item(e);this._remove(r)}}}},function(e,t,r){"use strict";r(1);const i=r(0),n=i.implSymbol,o=r(2);class a extends o.interface{constructor(){throw new TypeError("Illegal constructor")}get content(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return i.tryWrapperForImpl(this[n].content)}}Object.defineProperties(a.prototype,{content:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLTemplateElement",configurable:!0}});const s={_mixedIntoPredicates:[],is(t){if(t){if(i.hasOwn(t,n)&&t[n]instanceof u.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof u.implementation)return!0;const r=i.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return i.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLTemplateElement'.`)},create(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t),i.implForWrapper(r)},_internalSetup(e){o._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,n,{value:new u.implementation(t,r),configurable:!0}),e[n][i.wrapperSymbol]=e,u.init&&u.init(e[n],r),e},interface:a,expose:{Window:{HTMLTemplateElement:a}}};e.exports=s;const u=r(921)},function(e,t,r){"use strict";const i=r(3).implementation,n=r(64),o=r(77),{cloningSteps:a,domSymbolTree:s}=r(13),{clone:u}=r(76);e.exports={implementation:class extends i{constructor(e,t){super(e,t);const r=this._appropriateTemplateContentsOwnerDocument(this._ownerDocument);this._templateContents=o.createImpl([],{ownerDocument:r,host:this})}_appropriateTemplateContentsOwnerDocument(e){if(!e._isInertTemplateDocument){if(void 0===e._associatedInertTemplateDocument){const t=n.createImpl([],{options:{parsingMode:e._parsingMode,encoding:e._encoding}});t._isInertTemplateDocument=!0,e._associatedInertTemplateDocument=t}e=e._associatedInertTemplateDocument}return e}_adoptingSteps(){this._appropriateTemplateContentsOwnerDocument(this._ownerDocument)._adoptNode(this._templateContents)}get content(){return this._templateContents}[a](e,t,r,i){if(i)for(const r of s.childrenIterator(t._templateContents)){const t=u(r,e._templateContents._ownerDocument,!0);e._templateContents.appendChild(t)}}}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=r(377).convert,a=n.implSymbol,s=r(2);class u extends s.interface{constructor(){throw new TypeError("Illegal constructor")}checkValidity(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].checkValidity()}reportValidity(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].reportValidity()}setCustomValidity(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'setCustomValidity' on 'HTMLTextAreaElement': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'setCustomValidity' on 'HTMLTextAreaElement': parameter 1"}),r.push(e)}return this[a].setCustomValidity(...r)}select(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].select()}setRangeText(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'setRangeText' on 'HTMLTextAreaElement': 1 argument required, but only "+arguments.length+" present.");const r=[];switch(arguments.length){case 1:{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'setRangeText' on 'HTMLTextAreaElement': parameter 1"}),r.push(e)}break;case 2:throw new TypeError("Failed to execute 'setRangeText' on 'HTMLTextAreaElement': only "+arguments.length+" arguments present.");case 3:{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'setRangeText' on 'HTMLTextAreaElement': parameter 1"}),r.push(e)}{let e=arguments[1];e=i["unsigned long"](e,{context:"Failed to execute 'setRangeText' on 'HTMLTextAreaElement': parameter 2"}),r.push(e)}{let e=arguments[2];e=i["unsigned long"](e,{context:"Failed to execute 'setRangeText' on 'HTMLTextAreaElement': parameter 3"}),r.push(e)}break;default:{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'setRangeText' on 'HTMLTextAreaElement': parameter 1"}),r.push(e)}{let e=arguments[1];e=i["unsigned long"](e,{context:"Failed to execute 'setRangeText' on 'HTMLTextAreaElement': parameter 2"}),r.push(e)}{let e=arguments[2];e=i["unsigned long"](e,{context:"Failed to execute 'setRangeText' on 'HTMLTextAreaElement': parameter 3"}),r.push(e)}{let e=arguments[3];e=void 0!==e?o(e,{context:"Failed to execute 'setRangeText' on 'HTMLTextAreaElement': parameter 4"}):"preserve",r.push(e)}}return this[a].setRangeText(...r)}setSelectionRange(t,r){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<2)throw new TypeError("Failed to execute 'setSelectionRange' on 'HTMLTextAreaElement': 2 arguments required, but only "+arguments.length+" present.");const n=[];{let e=arguments[0];e=i["unsigned long"](e,{context:"Failed to execute 'setSelectionRange' on 'HTMLTextAreaElement': parameter 1"}),n.push(e)}{let e=arguments[1];e=i["unsigned long"](e,{context:"Failed to execute 'setSelectionRange' on 'HTMLTextAreaElement': parameter 2"}),n.push(e)}{let e=arguments[2];void 0!==e&&(e=i.DOMString(e,{context:"Failed to execute 'setSelectionRange' on 'HTMLTextAreaElement': parameter 3"})),n.push(e)}return this[a].setSelectionRange(...n)}get autocomplete(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"autocomplete");return null===t?"":t}set autocomplete(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'autocomplete' property on 'HTMLTextAreaElement': The provided value"}),this.setAttributeNS(null,"autocomplete",t)}get autofocus(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"autofocus")}set autofocus(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'autofocus' property on 'HTMLTextAreaElement': The provided value"}))?this.setAttributeNS(null,"autofocus",""):this.removeAttributeNS(null,"autofocus")}get cols(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].cols}set cols(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i["unsigned long"](t,{context:"Failed to set the 'cols' property on 'HTMLTextAreaElement': The provided value"}),this[a].cols=t}get dirName(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"dirname");return null===t?"":t}set dirName(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'dirName' property on 'HTMLTextAreaElement': The provided value"}),this.setAttributeNS(null,"dirname",t)}get disabled(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"disabled")}set disabled(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'disabled' property on 'HTMLTextAreaElement': The provided value"}))?this.setAttributeNS(null,"disabled",""):this.removeAttributeNS(null,"disabled")}get form(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[a].form)}get inputMode(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"inputmode");return null===t?"":t}set inputMode(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'inputMode' property on 'HTMLTextAreaElement': The provided value"}),this.setAttributeNS(null,"inputmode",t)}get maxLength(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=parseInt(this.getAttributeNS(null,"maxlength"));return isNaN(t)||t<-2147483648||t>2147483647?0:t}set maxLength(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.long(t,{context:"Failed to set the 'maxLength' property on 'HTMLTextAreaElement': The provided value"}),this.setAttributeNS(null,"maxlength",String(t))}get minLength(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=parseInt(this.getAttributeNS(null,"minlength"));return isNaN(t)||t<-2147483648||t>2147483647?0:t}set minLength(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.long(t,{context:"Failed to set the 'minLength' property on 'HTMLTextAreaElement': The provided value"}),this.setAttributeNS(null,"minlength",String(t))}get name(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"name");return null===t?"":t}set name(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'name' property on 'HTMLTextAreaElement': The provided value"}),this.setAttributeNS(null,"name",t)}get placeholder(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"placeholder");return null===t?"":t}set placeholder(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'placeholder' property on 'HTMLTextAreaElement': The provided value"}),this.setAttributeNS(null,"placeholder",t)}get readOnly(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"readonly")}set readOnly(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'readOnly' property on 'HTMLTextAreaElement': The provided value"}))?this.setAttributeNS(null,"readonly",""):this.removeAttributeNS(null,"readonly")}get required(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"required")}set required(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'required' property on 'HTMLTextAreaElement': The provided value"}))?this.setAttributeNS(null,"required",""):this.removeAttributeNS(null,"required")}get rows(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].rows}set rows(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i["unsigned long"](t,{context:"Failed to set the 'rows' property on 'HTMLTextAreaElement': The provided value"}),this[a].rows=t}get wrap(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"wrap");return null===t?"":t}set wrap(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'wrap' property on 'HTMLTextAreaElement': The provided value"}),this.setAttributeNS(null,"wrap",t)}get type(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].type}get defaultValue(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].defaultValue}set defaultValue(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'defaultValue' property on 'HTMLTextAreaElement': The provided value"}),this[a].defaultValue=t}get value(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].value}set value(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'value' property on 'HTMLTextAreaElement': The provided value",treatNullAsEmptyString:!0}),this[a].value=t}get textLength(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].textLength}get willValidate(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].willValidate}get validity(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[a].validity)}get validationMessage(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].validationMessage}get labels(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[a].labels)}get selectionStart(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].selectionStart}set selectionStart(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i["unsigned long"](t,{context:"Failed to set the 'selectionStart' property on 'HTMLTextAreaElement': The provided value"}),this[a].selectionStart=t}get selectionEnd(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].selectionEnd}set selectionEnd(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i["unsigned long"](t,{context:"Failed to set the 'selectionEnd' property on 'HTMLTextAreaElement': The provided value"}),this[a].selectionEnd=t}get selectionDirection(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[a].selectionDirection}set selectionDirection(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'selectionDirection' property on 'HTMLTextAreaElement': The provided value"}),this[a].selectionDirection=t}}Object.defineProperties(u.prototype,{checkValidity:{enumerable:!0},reportValidity:{enumerable:!0},setCustomValidity:{enumerable:!0},select:{enumerable:!0},setRangeText:{enumerable:!0},setSelectionRange:{enumerable:!0},autocomplete:{enumerable:!0},autofocus:{enumerable:!0},cols:{enumerable:!0},dirName:{enumerable:!0},disabled:{enumerable:!0},form:{enumerable:!0},inputMode:{enumerable:!0},maxLength:{enumerable:!0},minLength:{enumerable:!0},name:{enumerable:!0},placeholder:{enumerable:!0},readOnly:{enumerable:!0},required:{enumerable:!0},rows:{enumerable:!0},wrap:{enumerable:!0},type:{enumerable:!0},defaultValue:{enumerable:!0},value:{enumerable:!0},textLength:{enumerable:!0},willValidate:{enumerable:!0},validity:{enumerable:!0},validationMessage:{enumerable:!0},labels:{enumerable:!0},selectionStart:{enumerable:!0},selectionEnd:{enumerable:!0},selectionDirection:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLTextAreaElement",configurable:!0}});const l={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,a)&&t[a]instanceof p.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof p.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLTextAreaElement'.`)},create(e,t){let r=Object.create(u.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(u.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){s._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,a,{value:new p.implementation(t,r),configurable:!0}),e[a][n.wrapperSymbol]=e,p.init&&p.init(e[a],r),e},interface:u,expose:{Window:{HTMLTextAreaElement:u}}};e.exports=l;const p=r(923)},function(e,t,r){"use strict";const i=r(3).implementation,n=r(65).implementation,o=r(105),{mixin:a}=r(5),s=r(8),{cloningSteps:u}=r(13),{normalizeToCRLF:l,getLabelsForLabelable:p,formOwner:c}=r(23),{childTextContent:d}=r(103),{fireAnEvent:h}=r(15);class m extends i{constructor(e,t){super(e,t),this._rawValue="",this._dirtyValue=!1,this._customValidityErrorMessage="",this._labels=null}_formReset(){this._rawValue=d(this),this._dirtyValue=!1}_getAPIValue(){return this._rawValue.replace(/\r\n/g,"\n").replace(/\r/g,"\n")}_getValue(){return l(this._rawValue)}_childTextContentChangeSteps(){super._childTextContentChangeSteps(),!1===this._dirtyValue&&(this._rawValue=d(this))}get labels(){return p(this)}get form(){return c(this)}get defaultValue(){return d(this)}set defaultValue(e){this.textContent=e}get value(){return this._getAPIValue()}set value(e){this._rawValue=e,this._dirtyValue=!0,this._selectionStart=0,this._selectionEnd=0,this._selectionDirection="none"}get textLength(){return this.value.length}get type(){return"textarea"}_dispatchSelectEvent(){h("select",this,void 0,{bubbles:!0,cancelable:!0})}_getValueLength(){return"string"==typeof this.value?this.value.length:0}select(){this._selectionStart=0,this._selectionEnd=this._getValueLength(),this._selectionDirection="none",this._dispatchSelectEvent()}get selectionStart(){return this._selectionStart}set selectionStart(e){this.setSelectionRange(e,Math.max(e,this._selectionEnd),this._selectionDirection)}get selectionEnd(){return this._selectionEnd}set selectionEnd(e){this.setSelectionRange(this._selectionStart,e,this._selectionDirection)}get selectionDirection(){return this._selectionDirection}set selectionDirection(e){this.setSelectionRange(this._selectionStart,this._selectionEnd,e)}setSelectionRange(e,t,r){this._selectionEnd=Math.min(t,this._getValueLength()),this._selectionStart=Math.min(e,this._selectionEnd),this._selectionDirection="forward"===r||"backward"===r?r:"none",this._dispatchSelectEvent()}setRangeText(e,t,r,i="preserve"){if(arguments.length<2)t=this._selectionStart,r=this._selectionEnd;else if(t>r)throw new s("The index is not in the allowed range.","IndexSizeError");t=Math.min(t,this._getValueLength()),r=Math.min(r,this._getValueLength());const n=this.value;let o=this._selectionStart,a=this._selectionEnd;this.value=n.slice(0,t)+e+n.slice(r);const u=t+this.value.length;if("select"===i)this.setSelectionRange(t,u);else if("start"===i)this.setSelectionRange(t,t);else if("end"===i)this.setSelectionRange(u,u);else{const i=e.length-(r-t);o>r?o+=i:o>t&&(o=t),a>r?a+=i:a>t&&(a=u),this.setSelectionRange(o,a)}}get cols(){return this.hasAttributeNS(null,"cols")?parseInt(this.getAttributeNS(null,"cols")):20}set cols(e){if(e<=0)throw new s("The index is not in the allowed range.","IndexSizeError");this.setAttributeNS(null,"cols",String(e))}get rows(){return this.hasAttributeNS(null,"rows")?parseInt(this.getAttributeNS(null,"rows")):2}set rows(e){if(e<=0)throw new s("The index is not in the allowed range.","IndexSizeError");this.setAttributeNS(null,"rows",String(e))}_barredFromConstraintValidationSpecialization(){return this.hasAttributeNS(null,"readonly")}get validity(){return this._validity||(this._validity=o.createImpl(this,{valueMissing:()=>this.hasAttributeNS(null,"required")&&""===this.value})),this._validity}[u](e,t){e._dirtyValue=t._dirtyValue,e._rawValue=t._rawValue}}a(m.prototype,n.prototype),e.exports={implementation:m}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get kind(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"kind");return null===t?"":t}set kind(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'kind' property on 'HTMLTrackElement': The provided value"}),this.setAttributeNS(null,"kind",t)}get src(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].src}set src(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'src' property on 'HTMLTrackElement': The provided value"}),this[o].src=t}get srclang(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"srclang");return null===t?"":t}set srclang(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'srclang' property on 'HTMLTrackElement': The provided value"}),this.setAttributeNS(null,"srclang",t)}get label(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"label");return null===t?"":t}set label(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'label' property on 'HTMLTrackElement': The provided value"}),this.setAttributeNS(null,"label",t)}get default(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"default")}set default(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'default' property on 'HTMLTrackElement': The provided value"}))?this.setAttributeNS(null,"default",""):this.removeAttributeNS(null,"default")}get readyState(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].readyState}}Object.defineProperties(s.prototype,{kind:{enumerable:!0},src:{enumerable:!0},srclang:{enumerable:!0},label:{enumerable:!0},default:{enumerable:!0},readyState:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLTrackElement",configurable:!0},NONE:{value:0,enumerable:!0},LOADING:{value:1,enumerable:!0},LOADED:{value:2,enumerable:!0},ERROR:{value:3,enumerable:!0}}),Object.defineProperties(s,{NONE:{value:0,enumerable:!0},LOADING:{value:1,enumerable:!0},LOADED:{value:2,enumerable:!0},ERROR:{value:3,enumerable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLTrackElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLTrackElement:s}}};e.exports=u;const l=r(925)},function(e,t,r){"use strict";const i=r(3).implementation,{reflectURLAttribute:n}=r(5);e.exports={implementation:class extends i{get readyState(){return 0}get src(){return n(this,"src")}set src(e){this.setAttributeNS(null,"src",e)}}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(2);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get compact(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"compact")}set compact(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'compact' property on 'HTMLUListElement': The provided value"}))?this.setAttributeNS(null,"compact",""):this.removeAttributeNS(null,"compact")}get type(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"type");return null===t?"":t}set type(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'type' property on 'HTMLUListElement': The provided value"}),this.setAttributeNS(null,"type",t)}}Object.defineProperties(s.prototype,{compact:{enumerable:!0},type:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLUListElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLUListElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLUListElement:s}}};e.exports=u;const l=r(927)},function(e,t,r){"use strict";const i=r(3).implementation;e.exports={implementation:class extends i{}}},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(200);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}get width(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=parseInt(this.getAttributeNS(null,"width"));return isNaN(t)||t<0||t>2147483647?0:t}set width(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i["unsigned long"](t,{context:"Failed to set the 'width' property on 'HTMLVideoElement': The provided value"}),this.setAttributeNS(null,"width",String(t>2147483647?0:t))}get height(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=parseInt(this.getAttributeNS(null,"height"));return isNaN(t)||t<0||t>2147483647?0:t}set height(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i["unsigned long"](t,{context:"Failed to set the 'height' property on 'HTMLVideoElement': The provided value"}),this.setAttributeNS(null,"height",String(t>2147483647?0:t))}get videoWidth(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].videoWidth}get videoHeight(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].videoHeight}get poster(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].poster}set poster(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.USVString(t,{context:"Failed to set the 'poster' property on 'HTMLVideoElement': The provided value"}),this[o].poster=t}get playsInline(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"playsinline")}set playsInline(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'playsInline' property on 'HTMLVideoElement': The provided value"}))?this.setAttributeNS(null,"playsinline",""):this.removeAttributeNS(null,"playsinline")}}Object.defineProperties(s.prototype,{width:{enumerable:!0},height:{enumerable:!0},videoWidth:{enumerable:!0},videoHeight:{enumerable:!0},poster:{enumerable:!0},playsInline:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLVideoElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLVideoElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLVideoElement:s}}};e.exports=u;const l=r(929)},function(e,t,r){"use strict";const i=r(201).implementation,{reflectURLAttribute:n}=r(5);e.exports={implementation:class extends i{get poster(){return n(this,"poster")}set poster(e){this.setAttributeNS(null,"poster",e)}get videoWidth(){return 0}get videoHeight(){return 0}}}},function(e,t,r){"use strict";r(1);const i=r(0),n=i.implSymbol;class o{constructor(){throw new TypeError("Illegal constructor")}get requiredExtensions(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return i.getSameObject(this,"requiredExtensions",()=>i.tryWrapperForImpl(this[n].requiredExtensions))}get systemLanguage(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return i.getSameObject(this,"systemLanguage",()=>i.tryWrapperForImpl(this[n].systemLanguage))}}Object.defineProperties(o.prototype,{requiredExtensions:{enumerable:!0},systemLanguage:{enumerable:!0},[Symbol.toStringTag]:{value:"SVGTests",configurable:!0}});const a={_mixedIntoPredicates:[],is(t){if(t){if(i.hasOwn(t,n)&&t[n]instanceof s.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof s.implementation)return!0;const r=i.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return i.implForWrapper(t);throw new TypeError(`${r} is not of type 'SVGTests'.`)},create(e,t){let r=Object.create(o.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(o.prototype);return r=this.setup(r,e,t),i.implForWrapper(r)},_internalSetup(e){},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,n,{value:new s.implementation(t,r),configurable:!0}),e[n][i.wrapperSymbol]=e,s.init&&s.init(e[n],r),e},interface:o,expose:{}};e.exports=a;const s=r(382)},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(381);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}createSVGNumber(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].createSVGNumber())}getElementById(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'getElementById' on 'SVGSVGElement': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.DOMString(e,{context:"Failed to execute 'getElementById' on 'SVGSVGElement': parameter 1"}),r.push(e)}return n.tryWrapperForImpl(this[o].getElementById(...r))}suspendRedraw(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'suspendRedraw' on 'SVGSVGElement': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i["unsigned long"](e,{context:"Failed to execute 'suspendRedraw' on 'SVGSVGElement': parameter 1"}),r.push(e)}return this[o].suspendRedraw(...r)}unsuspendRedraw(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'unsuspendRedraw' on 'SVGSVGElement': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i["unsigned long"](e,{context:"Failed to execute 'unsuspendRedraw' on 'SVGSVGElement': parameter 1"}),r.push(e)}return this[o].unsuspendRedraw(...r)}unsuspendRedrawAll(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].unsuspendRedrawAll()}forceRedraw(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].forceRedraw()}get onafterprint(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onafterprint)}set onafterprint(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onafterprint=t}get onbeforeprint(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onbeforeprint)}set onbeforeprint(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onbeforeprint=t}get onbeforeunload(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onbeforeunload)}set onbeforeunload(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onbeforeunload=t}get onhashchange(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onhashchange)}set onhashchange(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onhashchange=t}get onlanguagechange(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onlanguagechange)}set onlanguagechange(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onlanguagechange=t}get onmessage(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onmessage)}set onmessage(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onmessage=t}get onmessageerror(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onmessageerror)}set onmessageerror(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onmessageerror=t}get onoffline(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onoffline)}set onoffline(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onoffline=t}get ononline(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ononline)}set ononline(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ononline=t}get onpagehide(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onpagehide)}set onpagehide(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onpagehide=t}get onpageshow(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onpageshow)}set onpageshow(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onpageshow=t}get onpopstate(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onpopstate)}set onpopstate(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onpopstate=t}get onrejectionhandled(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onrejectionhandled)}set onrejectionhandled(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onrejectionhandled=t}get onstorage(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onstorage)}set onstorage(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onstorage=t}get onunhandledrejection(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onunhandledrejection)}set onunhandledrejection(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onunhandledrejection=t}get onunload(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onunload)}set onunload(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onunload=t}}Object.defineProperties(s.prototype,{createSVGNumber:{enumerable:!0},getElementById:{enumerable:!0},suspendRedraw:{enumerable:!0},unsuspendRedraw:{enumerable:!0},unsuspendRedrawAll:{enumerable:!0},forceRedraw:{enumerable:!0},onafterprint:{enumerable:!0},onbeforeprint:{enumerable:!0},onbeforeunload:{enumerable:!0},onhashchange:{enumerable:!0},onlanguagechange:{enumerable:!0},onmessage:{enumerable:!0},onmessageerror:{enumerable:!0},onoffline:{enumerable:!0},ononline:{enumerable:!0},onpagehide:{enumerable:!0},onpageshow:{enumerable:!0},onpopstate:{enumerable:!0},onrejectionhandled:{enumerable:!0},onstorage:{enumerable:!0},onunhandledrejection:{enumerable:!0},onunload:{enumerable:!0},[Symbol.toStringTag]:{value:"SVGSVGElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'SVGSVGElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{SVGSVGElement:s}}};e.exports=u;const l=r(932)},function(e,t,r){"use strict";const{mixin:i}=r(5),n=r(369),o=r(383).implementation,a=r(134).implementation,{domSymbolTree:s}=r(13),{ELEMENT_NODE:u}=r(14);class l extends o{constructor(e,t){super(e,t),this._proxyWindowEventsToWindow()}createSVGNumber(){return n.createImpl([],{})}getElementById(e){for(const t of s.treeIterator(this))if(t.nodeType===u&&t.getAttributeNS(null,"id")===e)return t;return null}suspendRedraw(){return 1}unsuspendRedraw(){}unsuspendRedrawAll(){}forceRedraw(){}}i(l.prototype,a.prototype),e.exports={implementation:l}},function(e,t,r){"use strict";r(1);const i=r(0),n=i.implSymbol,o=r(132);class a extends o.interface{constructor(){throw new TypeError("Illegal constructor")}}Object.defineProperties(a.prototype,{[Symbol.toStringTag]:{value:"SVGTitleElement",configurable:!0}});const s={_mixedIntoPredicates:[],is(t){if(t){if(i.hasOwn(t,n)&&t[n]instanceof u.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof u.implementation)return!0;const r=i.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return i.implForWrapper(t);throw new TypeError(`${r} is not of type 'SVGTitleElement'.`)},create(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(a.prototype);return r=this.setup(r,e,t),i.implForWrapper(r)},_internalSetup(e){o._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,n,{value:new u.implementation(t,r),configurable:!0}),e[n][i.wrapperSymbol]=e,u.init&&u.init(e[n],r),e},interface:a,expose:{Window:{SVGTitleElement:a}}};e.exports=s;const u=r(934)},function(e,t,r){"use strict";const i=r(194).implementation;e.exports={implementation:class extends i{}}},function(e,t){e.exports=e=>{var t={};function r(e){return"Attr"===e.constructor.name?e.name:e.nodeName}var i=t.Stream=function(e){this.original=this.str=e,this.peeked=null,this.prev=null,this.prevprev=null};i.prototype={peek:function(){if(this.peeked)return this.peeked;var e=this.re.exec(this.str);return e?(this.str=this.str.substr(e[0].length),this.peeked=e[1]):null},peek2:function(){this.peek();var e=this.re.exec(this.str);return e?e[1]:null},pop:function(){var e=this.peek();return this.peeked=null,this.prevprev=this.prev,this.prev=e,e},trypop:function(e){var t=this.peek();if(t===e)return this.pop();if(Array.isArray(e))for(var r=0;r=|[*/|+\\-=<>]|\"[^\"]*\"|'[^']*'|\\$[A-Z_a-zÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�][A-Z_a-zÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�\\-\\.0-9·̀-ͯ‿-⁀]*(?::[A-Z_a-zÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�][A-Z_a-zÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�\\-\\.0-9·̀-ͯ‿-⁀]*)?)");i.prototype.re=r,i.prototype.startsWithNcNameRe=new RegExp("^"+e),i.prototype.isQnameRe=new RegExp("^"+t+"$"),i.prototype.isNumberRe=new RegExp("^[0-9]+(?:\\.[0-9]*)?|\\.[0-9]+$")}();var n=t.parse=function(e,t){for(var r,i=d(e,t),n=[];r=e.pop();)n.push(r);if(n.length)throw new L(L.INVALID_EXPRESSION_ERR,"Position "+e.position()+": Unparsed tokens: "+n.join(" "));return i};function o(e,t,r,i){var n,o=e(t,r);if(null==o)return null;for(;n=t.trypop(i);){var a=e(t,r);if(null==a)throw new L(L.INVALID_EXPRESSION_ERR,"Position "+t.position()+": Expected something after "+n);o=r.node(n,o,a)}return o}function a(e,t){return function(e,t){var r=e.peek();if("/"===r||"//"===r){var i=t.node("Root");return s(i,e,t,!0)}return null}(e,t)||s(null,e,t)}function s(e,t,r,i){if(null==e&&null==(e=u(t,r)))return e;for(var n;n=t.trypop(["/","//"]);){"//"===n&&(e=r.node("/",e,r.node("Axis","descendant-or-self","node",void 0)));var o=u(t,r);if(null==o&&"/"===n&&i)return e;if(i=!1,null==o)throw new L(L.INVALID_EXPRESSION_ERR,"Position "+t.position()+": Expected step after "+n);e=r.node("/",e,o)}return e}function u(e,t){var r=e.trypop([".",".."]);if("."===r)return t.node("Axis","self","node");if(".."===r)return t.node("Axis","parent","node");var i,n=function(e,t){if(null!=e.trypop("@"))return"attribute";var r=e.trypopaxisname();if(null!=r){var i=e.trypop("::");if(null==i)throw new L(L.INVALID_EXPRESSION_ERR,"Position "+e.position()+": Should not happen. Should be ::.");return r}}(e),o=function(e,t){if("("!==e.peek2())return null;var r=e.trypop(["comment","text","processing-instruction","node"]);if(null!=r){if(null==e.trypop("("))throw new L(L.INVALID_EXPRESSION_ERR,"Position "+e.position()+": Should not happen.");if("processing-instruction"==r&&e.trypopliteral(),null==e.trypop(")"))throw new L(L.INVALID_EXPRESSION_ERR,"Position "+e.position()+": Expected close parens.");return r}}(e);if(null==o&&(i=function(e,t){var r=e.trypopnametest();return null!=r?r:null}(e)),null==n&&null==o&&null==i)return null;if(null==o&&null==i)throw new L(L.INVALID_EXPRESSION_ERR,"Position "+e.position()+": Expected nodeTest after axisSpecifier "+n);null==n&&(n="child"),null==o&&(o="attribute"===n?"attribute":"namespace"===n?"namespace":"element");for(var a,s=t.node("Axis",n,o,i);null!=(a=l(s,e,t));)s=a;return s}function l(e,t,r){if(null==t.trypop("["))return null;var i=d(t,r);if(null==i)throw new L(L.INVALID_EXPRESSION_ERR,"Position "+t.position()+": Expected expression after [");if(null==t.trypop("]"))throw new L(L.INVALID_EXPRESSION_ERR,"Position "+t.position()+": Expected ] after expression.");return r.node("Predicate",e,i)}function p(e,t){var r=e.trypopliteral();if(null==r&&(r=e.trypopnumber()),null!=r)return r;var i=e.trypopvarref();if(null!=i)return t.node("VariableReference",i);var n=function(e,t){var r=e.trypopfuncname(e,t);if(null==r)return null;if(null==e.trypop("("))throw new L(L.INVALID_EXPRESSION_ERR,"Position "+e.position()+": Expected ( ) after function name.");var i=[],n=!0;for(;null==e.trypop(")");){if(!n&&null==e.trypop(","))throw new L(L.INVALID_EXPRESSION_ERR,"Position "+e.position()+": Expected , between arguments of the function.");n=!1;var o=d(e,t);if(null==o)throw new L(L.INVALID_EXPRESSION_ERR,"Position "+e.position()+": Expected expression as argument of function.");i.push(o)}return t.node("FunctionCall",r,i)}(e,t);if(null!=n)return n;if(e.trypop("(")){var o=d(e,t);if(null==o)throw new L(L.INVALID_EXPRESSION_ERR,"Position "+e.position()+": Expected expression after (.");if(null==e.trypop(")"))throw new L(L.INVALID_EXPRESSION_ERR,"Position "+e.position()+": Expected ) after expression.");return o}return null}function c(e,t){var r=function(e,t){var r=p(e,t);if(null==r)return null;var i,n=r;for(;null!=(i=l(n,e,t));)n=i;return n}(e,t);if(null==r){var i=a(e,t);if(null==i)throw new Error;return t.node("PathExpr",i)}var n=s(r,e,t,!1);return r===n?n:t.node("PathExpr",n)}function d(e,t){e.peeked,e.str;var r=o(h,e,t,"or");e.peeked,e.str;return r}function h(e,t){return o(m,e,t,"and")}function m(e,t){return o(f,e,t,["=","!="])}function f(e,t){return o(g,e,t,["<",">","<=",">="])}function g(e,t){return o(v,e,t,["+","-"])}function v(e,t){return o(b,e,t,["*","div","mod"])}function b(e,t){if(e.trypop("-")){var r=b(e,t);if(null==r)throw new L(L.INVALID_EXPRESSION_ERR,"Position "+e.position()+": Expected unary expression after -");return t.node("UnaryMinus",r)}return function(e,t){return o(c,e,t,"|")}(e,t)}var y={node:function(){return Array.prototype.slice.call(arguments)}};function w(e){this.nodes=[],this.pos=[],this.lasts=[],this.nextPos=[],this.seriesIndexes=[],this.isReverseAxis=e,this._pushToNodes=e?Array.prototype.unshift:Array.prototype.push}function E(e,t,r){this.nodeTypeNum=e,this.nodeName=t,this.shouldLowerCase=r,this.nodeNameTest=null==t?this._alwaysTrue:r?this._nodeNameLowerCaseEquals:this._nodeNameEquals}function x(e,t,r,i,n,o,a,s,u){for(var l=new E(t,r,i),p=new w(u);0=0;--l)a.nodes.splice(s[l],s[l],u[l]),a.pos.splice(s[l],s[l],[1]),a.lasts.splice(s[l],s[l],[1]);return a}function I(e,t,r,i,n){for(var o=new E(t,r,i),a=[],s=0;s0;--s)u===a[s][a[s].length-1]&&(h.push(a[s].length),m.push(c[s]),a[s].pop(),0===a[s].length&&(a.splice(s,s+1),c.splice(s,s+1)));0===a[0].length&&(a.shift(),c.shift()),d.nodes.push(u),d.pos.push(h),d.lasts.push(m)}return d}function C(e){var t=[e];for(null!=e.ownerElement&&(e=e.ownerElement,t.push(-1));null!=e;){for(var r=0;null!=e.previousSibling;)e=e.previousSibling,r++;t.push(r),e=e.parentNode}return t}function F(e,t){var i,n=Math.min(e.length-1,t.length-1),o=e.length,a=t.length;if(e[0]===t[0])return 0;for(var s=0;s0?(s.push(n),n=null,a=null):r(i)r(n)?(s.push(n),n=null,a=null):i!==n?(s.push(n),n=null,a=null):(console.assert(i===n,u),n=null,a=null)}for(;i;)s.push(i),i=e.shift();for(;n;)s.push(n),n=t.shift();return s}function O(e,t,r,i){var n;if(n=i?B.number:"boolean"==typeof t||"boolean"==typeof r?B.boolean:"number"==typeof t||"number"==typeof r?B.number:B.string,"object"==typeof t&&"object"==typeof r){for(var o=0;o=0;u--)a===s[u]&&(o.pushSeries(),s.splice(u,u+1),p++);p&&n.matches(a)&&o.addNode(a)}for(console.assert(0===s.length),u=0;u0&&u===o[o.length-1]||(o.push(u),a.push([1]))))}return{nodes:o,pos:a,lasts:a}},preceding:function(e,t,r,i){return function(e,t,r,i){var n=new E(t,r,i),o=e.pop();if(null==o)return{nodes:{}};for(var a={nodes:[],pos:[],lasts:[]},s=[o.parentNode||o.ownerElement],u=[1];o=S(o);){o===e[e.length-1]&&(s.push(e.pop()),u.push(1));var l,p=n.matches(o),c=!1;p&&(l=u.slice());for(var d=0;d=0;m--)null==a.pos[d][m]?a.pos[d].splice(m,m+1):h.unshift(u[m]-1)}return a}(e,t,r,i)},"preceding-sibling":function(e,t,r,i){return x(e,t,r,i,Array.prototype.pop,function(){return this[this.length-1]},function(e){return e.previousSibling},!1,!0)},self:function(e,t,r,i){for(var n=[],o=[],a=new E(t,r,i),s=0;s0:!!e},last:function(){return console.assert(Array.isArray(this.pos)),console.assert(Array.isArray(this.lasts)),console.assert(1===this.pos.length),console.assert(1===this.lasts.length),console.assert(1===this.lasts[0].length),this.lasts[0][0]},position:function(){return console.assert(Array.isArray(this.pos)),console.assert(Array.isArray(this.lasts)),console.assert(1===this.pos.length),console.assert(1===this.lasts.length),console.assert(1===this.pos[0].length),this.pos[0][0]},count:function(e){if("object"!=typeof e)throw new L(L.INVALID_EXPRESSION_ERR,"Position "+stream.position()+": Function count(node-set) got wrong argument type: "+e);return e.nodes.length},id:function(e){var t,r={nodes:[]},i=this.nodes[0].ownerDocument||this.nodes[0];if(console.assert(i),"object"==typeof e){t=[];for(var n=0;n":function(e,t){return O(function(e,t){return B.number(e)>B.number(t)},e,t,!0)},">=":function(e,t){return O(function(e,t){return B.number(e)>=B.number(t)},e,t,!0)},and:function(e,t){return B.boolean(e)&&B.boolean(t)},or:function(e,t){return B.boolean(e)||B.boolean(t)},"|":function(e,t){return{nodes:N(e.nodes,t.nodes)}},"=":function(e,t){if("object"==typeof e&&"object"==typeof t){for(var r={},i=0;i=a.length)return{value:void 0,done:!0};const s=a[i];e.index=i+1;const[u,l]=s.map(n.tryWrapperForImpl);let p;switch(r){case"key":p=u;break;case"value":p=l;break;case"key+value":p=[u,l]}return{value:p,done:!1}},writable:!0,enumerable:!0,configurable:!0},[Symbol.toStringTag]:{value:"Headers Iterator",configurable:!0}});class s{constructor(){const e=[];{let t=arguments[0];if(void 0!==t){if(!n.isObject(t))throw new TypeError("Failed to construct 'Headers': parameter 1 is not of any supported type.");if(void 0!==t[Symbol.iterator]){if(!n.isObject(t))throw new TypeError("Failed to construct 'Headers': parameter 1 sequence is not an iterable object.");{const e=[],r=t;for(let t of r){if(!n.isObject(t))throw new TypeError("Failed to construct 'Headers': parameter 1 sequence's element is not an iterable object.");{const e=[],r=t;for(let t of r)t=i.ByteString(t,{context:"Failed to construct 'Headers': parameter 1 sequence's element's element"}),e.push(t);t=e}e.push(t)}t=e}}else{if(!n.isObject(t))throw new TypeError("Failed to construct 'Headers': parameter 1 record is not an object.");{const e=Object.create(null);for(const r of Reflect.ownKeys(t)){const n=Object.getOwnPropertyDescriptor(t,r);if(n&&n.enumerable){let n=r;n=i.ByteString(n,{context:"Failed to construct 'Headers': parameter 1 record's key"});let o=t[r];o=i.ByteString(o,{context:"Failed to construct 'Headers': parameter 1 record's value"}),e[n]=o}}t=e}}}e.push(t)}return u.setup(Object.create(new.target.prototype),e)}append(t,r){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<2)throw new TypeError("Failed to execute 'append' on 'Headers': 2 arguments required, but only "+arguments.length+" present.");const n=[];{let e=arguments[0];e=i.ByteString(e,{context:"Failed to execute 'append' on 'Headers': parameter 1"}),n.push(e)}{let e=arguments[1];e=i.ByteString(e,{context:"Failed to execute 'append' on 'Headers': parameter 2"}),n.push(e)}return this[o].append(...n)}delete(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'delete' on 'Headers': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.ByteString(e,{context:"Failed to execute 'delete' on 'Headers': parameter 1"}),r.push(e)}return this[o].delete(...r)}get(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'get' on 'Headers': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.ByteString(e,{context:"Failed to execute 'get' on 'Headers': parameter 1"}),r.push(e)}return this[o].get(...r)}has(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'has' on 'Headers': 1 argument required, but only "+arguments.length+" present.");const r=[];{let e=arguments[0];e=i.ByteString(e,{context:"Failed to execute 'has' on 'Headers': parameter 1"}),r.push(e)}return this[o].has(...r)}set(t,r){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<2)throw new TypeError("Failed to execute 'set' on 'Headers': 2 arguments required, but only "+arguments.length+" present.");const n=[];{let e=arguments[0];e=i.ByteString(e,{context:"Failed to execute 'set' on 'Headers': parameter 1"}),n.push(e)}{let e=arguments[1];e=i.ByteString(e,{context:"Failed to execute 'set' on 'Headers': parameter 2"}),n.push(e)}return this[o].set(...n)}keys(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return e.exports.createDefaultIterator(this,"key")}values(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return e.exports.createDefaultIterator(this,"value")}entries(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return e.exports.createDefaultIterator(this,"key+value")}forEach(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'forEach' on 'iterable': 1 argument required, but only 0 present.");if("function"!=typeof t)throw new TypeError("Failed to execute 'forEach' on 'iterable': The callback provided as parameter 1 is not a function.");const r=arguments[1];let i=Array.from(this[o]),a=0;for(;a?@[\\\]{}\x7F]/;e.exports={isPrivilegedNoCORSRequest:function(e){return n.has(e.toLowerCase())},isNoCORSSafelistedRequest:function(e){return o.has(e.toLowerCase())},isForbidden:function(e){return e=e.toLowerCase(),a.has(e)||e.startsWith("proxy-")||e.startsWith("sec-")},isForbiddenResponse:function(e){return s.has(e.toLowerCase())},isCORSWhitelisted:function(e,r){switch(e=e.toLowerCase()){case"accept":if(r.match(u))return!1;break;case"accept-language":case"content-language":if(r.match(/[^\x30-\x39\x41-\x5A\x61-\x7A *,\-.;=]/))return!1;break;case"content-type":{if(r.match(u))return!1;const e=i.parse(r);if(null===e)return!1;if(!["application/x-www-form-urlencoded","multipart/form-data","text/plain"].includes(e.essence))return!1;break}default:return!1}return!(t.from(r).length>128)}}}).call(this,r(4).Buffer)},function(e,t,r){"use strict";e.exports=class{constructor(){this.headers=new Map}append(e,t){const r=this.headers.get(e.toLowerCase());r?(e=r[0].name,r.push({name:e,value:t})):this.headers.set(e.toLowerCase(),[{name:e,value:t}])}contains(e){return this.headers.has(e.toLowerCase())}get(e){e=e.toLowerCase();const t=this.headers.get(e);return t?t.map(e=>e.value).join(", "):null}delete(e){this.headers.delete(e.toLowerCase())}set(e,t){const r=e.toLowerCase();this.headers.delete(r),this.headers.set(r,[{name:e,value:t}])}sortAndCombine(){return[...this.headers.keys()].sort().map(e=>[e,this.get(e)])}}},function(e,t,r){"use strict";(function(e){var t=r(942),i=r(952)(r.c,function(){return r(164)},function(){r(953)},e);t({request:i,PromiseImpl:Promise,expose:["then","catch","promise"]}),e.exports=i}).call(this,r(108)(e))},function(e,t,r){"use strict";var i=r(943),n=r(388),o=r(385),a=r(202);e.exports=function(e){var t="Please verify options";if(!a(e))throw new TypeError(t);if(!o(e.request))throw new TypeError(t+".request");if(!n(e.expose)||0===e.expose.length)throw new TypeError(t+".expose");var r=i({PromiseImpl:e.PromiseImpl,constructorMixin:e.constructorMixin}),s=e.request.Request.prototype.init;e.request.Request.prototype.init=function(e){return!a(e)||this._callback||this._rp_promise||r.init.call(this,e),s.apply(this,arguments)};for(var u=!1,l=0;l=58)break;n++}return nr?null:i||n==e.length?parseInt(e.substr(0,n),10):null}function x(e){var t=e.split(":"),r=[0,0,0];if(3!==t.length)return null;for(var i=0;i<3;i++){var n=2==i,o=E(t[i],1,2,n);if(null===o)return null;r[i]=o}return r}function _(e){e=String(e).substr(0,3).toLowerCase();var t=v[e];return t>=0?t:null}function T(e){if(e){var t=e.split(g);if(t){for(var r=null,i=null,n=null,o=null,a=null,s=null,u=0;u=70&&s<=99?s+=1900:s>=0&&s<=69&&(s+=2e3)):a=l:o=l}if(!(null===o||null===a||null===s||null===n||o<1||o>31||s<1601||r>23||i>59||n>59))return new Date(Date.UTC(s,a,o,r,i,n))}}}function S(e){var t=e.getUTCDate();t=t>=10?t:"0"+t;var r=e.getUTCHours();r=r>=10?r:"0"+r;var i=e.getUTCMinutes();i=i>=10?i:"0"+i;var n=e.getUTCSeconds();return n=n>=10?n:"0"+n,y[e.getUTCDay()]+", "+t+" "+b[e.getUTCMonth()]+" "+e.getUTCFullYear()+" "+r+":"+i+":"+n+" GMT"}function A(e){return null==e?null:(e=e.trim().replace(/^\./,""),i&&/[^\u0001-\u007f]/.test(e)&&(e=i.toASCII(e)),e.toLowerCase())}function k(e,t,r){if(null==e||null==t)return null;if(!1!==r&&(e=A(e),t=A(t)),e==t)return!0;if(n.isIP(e))return!1;var i=e.indexOf(t);return!(i<=0)&&(e.length===t.length+i&&"."===e.substr(i-1,1))}function I(e){if(!e||"/"!==e.substr(0,1))return"/";if("/"===e)return e;var t=e.lastIndexOf("/");return 0===t?"/":e.slice(0,t)}function C(e,t){var r,i,n=(e=function(e){for(var t=0;t1;){var r=e.lastIndexOf("/");if(0===r)break;e=e.substr(0,r),t.push(e)}return t.push("/"),t},t.canonicalDomain=A},function(e,t,r){"use strict"; +/*! + * Copyright (c) 2015, Salesforce.com, Inc. + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, + * this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. + * + * 3. Neither the name of Salesforce.com nor the names of its contributors may + * be used to endorse or promote products derived from this software without + * specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + */var i=r(390).Store,n=r(391).permuteDomain,o=r(392).pathMatch,a=r(12);function s(){i.call(this),this.idx={}}a.inherits(s,i),t.MemoryCookieStore=s,s.prototype.idx=null,s.prototype.synchronous=!0,s.prototype.inspect=function(){return"{ idx: "+a.inspect(this.idx,!1,2)+" }"},a.inspect.custom&&(s.prototype[a.inspect.custom]=s.prototype.inspect),s.prototype.findCookie=function(e,t,r,i){return this.idx[e]&&this.idx[e][t]?i(null,this.idx[e][t][r]||null):i(null,void 0)},s.prototype.findCookies=function(e,t,r){var i,a=[];if(!e)return r(null,[]);i=t?function(e){Object.keys(e).forEach(function(r){if(o(t,r)){var i=e[r];for(var n in i)a.push(i[n])}})}:function(e){for(var t in e){var r=e[t];for(var i in r)a.push(r[i])}};var s=n(e)||[e],u=this.idx;s.forEach(function(e){var t=u[e];t&&i(t)}),r(null,a)},s.prototype.putCookie=function(e,t){this.idx[e.domain]||(this.idx[e.domain]={}),this.idx[e.domain][e.path]||(this.idx[e.domain][e.path]={}),this.idx[e.domain][e.path][e.key]=e,t(null)},s.prototype.updateCookie=function(e,t,r){this.putCookie(t,r)},s.prototype.removeCookie=function(e,t,r,i){this.idx[e]&&this.idx[e][t]&&this.idx[e][t][r]&&delete this.idx[e][t][r],i(null)},s.prototype.removeCookies=function(e,t,r){return this.idx[e]&&(t?delete this.idx[e][t]:delete this.idx[e]),r(null)},s.prototype.removeAllCookies=function(e){return this.idx={},e(null)},s.prototype.getAllCookies=function(e){var t=[],r=this.idx;Object.keys(r).forEach(function(e){Object.keys(r[e]).forEach(function(i){Object.keys(r[e][i]).forEach(function(n){null!==n&&t.push(r[e][i][n])})})}),t.sort(function(e,t){return(e.creationIndex||0)-(t.creationIndex||0)}),e(null,t)}},function(e,t){e.exports="2.5.0"},function(e){e.exports=JSON.parse('{"_dependenciesComments":{"parse5":"Pinned to exact version number because we monkeypatch its internals (see htmltodom.js)"},"_from":"jsdom@15.1.1","_id":"jsdom@15.1.1","_inBundle":false,"_integrity":"sha512-cQZRBB33arrDAeCrAEWn1U3SvrvC8XysBua9Oqg1yWrsY/gYcusloJC3RZJXuY5eehSCmws8f2YeliCqGSkrtQ==","_location":"/jsdom","_phantomChildren":{},"_requested":{"type":"version","registry":true,"raw":"jsdom@15.1.1","name":"jsdom","escapedName":"jsdom","rawSpec":"15.1.1","saveSpec":null,"fetchSpec":"15.1.1"},"_requiredBy":["#USER","/"],"_resolved":"https://registry.npmjs.org/jsdom/-/jsdom-15.1.1.tgz","_shasum":"21ed01f81d95ef4327f3e564662aef5e65881252","_spec":"jsdom@15.1.1","_where":"/Users/marktiedemann/dev/deno_std/jsdom","browser":{"canvas":false,"vm":"./lib/jsdom/vm-shim.js","./lib/jsdom/living/websockets/WebSocket-impl.js":"./lib/jsdom/living/websockets/WebSocket-impl-browser.js"},"bugs":{"url":"https://github.com/jsdom/jsdom/issues"},"bundleDependencies":false,"dependencies":{"abab":"^2.0.0","acorn":"^6.1.1","acorn-globals":"^4.3.2","array-equal":"^1.0.0","cssom":"^0.3.6","cssstyle":"^1.2.2","data-urls":"^1.1.0","domexception":"^1.0.1","escodegen":"^1.11.1","html-encoding-sniffer":"^1.0.2","nwsapi":"^2.1.4","parse5":"5.1.0","pn":"^1.1.0","request":"^2.88.0","request-promise-native":"^1.0.7","saxes":"^3.1.9","symbol-tree":"^3.2.2","tough-cookie":"^3.0.1","w3c-hr-time":"^1.0.1","w3c-xmlserializer":"^1.1.2","webidl-conversions":"^4.0.2","whatwg-encoding":"^1.0.5","whatwg-mimetype":"^2.3.0","whatwg-url":"^7.0.0","ws":"^7.0.0","xml-name-validator":"^3.0.0"},"deprecated":false,"description":"A JavaScript implementation of many web standards","devDependencies":{"benchmark":"1.0.0","browserify":"^16.2.3","chai":"^4.2.0","eslint":"^5.16.0","eslint-find-rules":"^3.3.1","eslint-plugin-html":"^5.0.5","eslint-plugin-jsdom-internal":"link:./scripts/eslint-plugin","js-yaml":"^3.13.1","karma":"^1.7.1","karma-browserify":"^5.3.0","karma-chrome-launcher":"^2.2.0","karma-mocha":"^1.3.0","karma-mocha-webworker":"^1.3.0","karma-sauce-launcher":"^1.2.0","minimatch":"^3.0.4","mocha":"^3.5.2","mocha-sugar-free":"^1.4.0","optimist":"0.6.1","portfinder":"^1.0.20","q":"^1.5.1","rimraf":"^2.6.3","server-destroy":"^1.0.1","st":"^1.2.2","watchify":"^3.11.1","wd":"^1.11.2","webidl2js":"^9.2.2"},"engines":{"node":">=8"},"homepage":"https://github.com/jsdom/jsdom#readme","keywords":["dom","html","whatwg","w3c"],"license":"MIT","main":"./lib/api.js","maintainers":[{"name":"Elijah Insua","email":"tmpvar@gmail.com","url":"http://tmpvar.com"},{"name":"Domenic Denicola","email":"d@domenic.me","url":"https://domenic.me/"},{"name":"Sebastian Mayr","email":"sebmaster16@gmail.com","url":"https://blog.smayr.name/"},{"name":"Joris van der Wel","email":"joris@jorisvanderwel.com"},{"name":"Timothy Gu","email":"timothygu99@gmail.com","url":"https://timothygu.me/"},{"name":"Zirro","email":"code@zirro.se"}],"name":"jsdom","repository":{"type":"git","url":"git+https://github.com/jsdom/jsdom.git"},"scripts":{"benchmark":"node ./benchmark/runner","benchmark-browser":"node ./benchmark/runner --bundle","convert-idl":"node ./scripts/webidl/convert","init-wpt":"git submodule update --init --recursive","lint":"eslint . --cache --ext .js,.html","lint-is-complete":"eslint-find-rules --unused .eslintrc.json","prepare":"yarn convert-idl","pretest":"yarn convert-idl && yarn init-wpt","reset-wpt":"rimraf ./test/web-platform-tests/tests && yarn init-wpt","test":"mocha test/index.js","test-api":"mocha test/api","test-browser":"yarn test-browser-iframe && yarn test-browser-worker","test-browser-iframe":"karma start test/karma.conf.js","test-browser-worker":"karma start test/karma-webworker.conf.js","test-mocha":"mocha","test-tuwpt":"mocha test/web-platform-tests/run-tuwpts.js","test-wpt":"mocha test/web-platform-tests/run-wpts.js","update-authors":"git log --format=\\"%aN <%aE>\\" | sort -f | uniq > AUTHORS.txt","update-wpt":"git submodule update --recursive --remote && cd test/web-platform-tests/tests && python wpt.py manifest --path ../wpt-manifest.json"},"version":"15.1.1"}')},function(e,t,r){"use strict";const i=r(384);e.exports=class extends i{fetch(){return null}}}]); \ No newline at end of file diff --git a/jsdom/webpack.config.js b/jsdom/webpack.config.js new file mode 100644 index 000000000000..e08d633f773d --- /dev/null +++ b/jsdom/webpack.config.js @@ -0,0 +1,21 @@ +const path = require("path"); + +module.exports = { + entry: "./node_modules/jsdom/lib/api.js", + output: { + path: path.join(__dirname, "vendor"), + filename: "./jsdom.js", + library: "jsdom", + libraryTarget: "window" + }, + mode: "production", + node: { + child_process: "empty", + fs: "empty", + net: "empty", + tls: "empty" + }, + performance: { + hints: false + } +}; From 38ec8d26f55c137b8be3cf777b527130a581de6c Mon Sep 17 00:00:00 2001 From: Mark Tiedemann Date: Mon, 22 Jul 2019 19:43:16 +0200 Subject: [PATCH 2/8] Misc changes --- jsdom/.gitignore | 1 + jsdom/Makefile | 13 ------------- jsdom/example.ts | 8 ++++++++ jsdom/jsdom.ts | 20 +++++++++++++------- jsdom/package.json | 10 ++++++++++ jsdom/test.ts | 31 +++++++++++++++++++++++++++++++ jsdom/vendor/jsdom.js | 2 +- jsdom/webpack.config.js | 1 + 8 files changed, 65 insertions(+), 21 deletions(-) create mode 100644 jsdom/.gitignore delete mode 100644 jsdom/Makefile create mode 100644 jsdom/example.ts create mode 100644 jsdom/package.json create mode 100644 jsdom/test.ts diff --git a/jsdom/.gitignore b/jsdom/.gitignore new file mode 100644 index 000000000000..803352ef8d3d --- /dev/null +++ b/jsdom/.gitignore @@ -0,0 +1 @@ +!package.json diff --git a/jsdom/Makefile b/jsdom/Makefile deleted file mode 100644 index 687dbf108fec..000000000000 --- a/jsdom/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -.PHONY: install bundle clean - -install: - npm install --no-package-lock \ - webpack@4.36.1 \ - webpack-cli@3.3.6 \ - jsdom@15.1.1 - -bundle: - ./node_modules/.bin/webpack-cli - -clean: - rm -rf node_modules vendor diff --git a/jsdom/example.ts b/jsdom/example.ts new file mode 100644 index 000000000000..8364f5e22118 --- /dev/null +++ b/jsdom/example.ts @@ -0,0 +1,8 @@ +import { JSDOM } from "./jsdom.ts"; + +let dom = new JSDOM(` + +

Hello, Deno!

+`); +let p = dom.window.document.querySelector("p"); +console.log(p.textContent); // => "Hello, Deno!" diff --git a/jsdom/jsdom.ts b/jsdom/jsdom.ts index e0de355dc2b7..7f7f656f83e4 100644 --- a/jsdom/jsdom.ts +++ b/jsdom/jsdom.ts @@ -1,9 +1,15 @@ import "./vendor/jsdom.js"; -let JSDOM = (window as any).jsdom.JSDOM; -let dom = new JSDOM(` - -

Hello, Deno!

-`); -let p = dom.window.document.querySelector("p"); -console.log(p.textContent); +// TODO: Investigate how to reuse typings from: +// - https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/jsdom/index.d.ts +// - https://github.com/microsoft/TypeScript/blob/master/lib/lib.dom.d.ts + +interface JSDOM { + new (html: string, options?: { runScripts?: "dangerously" }): JSDOM; + // eslint-disable-next-line @typescript-eslint/no-explicit-any + readonly window: any; + fragment: (html: string) => any; + serialize(): string; +} + +export let JSDOM = (window as any).jsdom.JSDOM as JSDOM; diff --git a/jsdom/package.json b/jsdom/package.json new file mode 100644 index 000000000000..70f4e957ca6e --- /dev/null +++ b/jsdom/package.json @@ -0,0 +1,10 @@ +{ + "scripts": { + "vendor": "webpack-cli" + }, + "devDependencies": { + "jsdom": "15.1.1", + "webpack": "4.36.1", + "webpack-cli": "3.3.6" + } +} diff --git a/jsdom/test.ts b/jsdom/test.ts new file mode 100644 index 000000000000..78397f4489c2 --- /dev/null +++ b/jsdom/test.ts @@ -0,0 +1,31 @@ +import { JSDOM } from "./jsdom.ts"; +import { assertEquals, assert } from "../testing/asserts.ts"; +import { test, runIfMain } from "../testing/mod.ts"; + +// TODO: Add proper tests. All tests are copied from +// JSDOM's readme (https://github.com/jsdom/jsdom). + +test(function helloWorld() { + let dom = new JSDOM(`

Hello world

`); + let text = dom.window.document.querySelector("p").textContent; + assertEquals(text, "Hello world"); +}); + +test(function runScripts() { + let dom = new JSDOM( + ` + +`, + { runScripts: "dangerously" } + ); + let children = dom.window.document.body.children.length; + assertEquals(children, 2); +}); + +test(function fragment() { + let frag = JSDOM.fragment(`

Hello

Hi!`); + assertEquals(frag.childNodes.length, 2); + assertEquals(frag.querySelector("strong").textContent, "Hi!"); +}); + +runIfMain(import.meta); diff --git a/jsdom/vendor/jsdom.js b/jsdom/vendor/jsdom.js index d8b70f0342f3..ac0b540a1bbb 100644 --- a/jsdom/vendor/jsdom.js +++ b/jsdom/vendor/jsdom.js @@ -600,4 +600,4 @@ e.exports=r(637)},function(e){e.exports=JSON.parse('{"application/1d-interleaved * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. - */var i=r(390).Store,n=r(391).permuteDomain,o=r(392).pathMatch,a=r(12);function s(){i.call(this),this.idx={}}a.inherits(s,i),t.MemoryCookieStore=s,s.prototype.idx=null,s.prototype.synchronous=!0,s.prototype.inspect=function(){return"{ idx: "+a.inspect(this.idx,!1,2)+" }"},a.inspect.custom&&(s.prototype[a.inspect.custom]=s.prototype.inspect),s.prototype.findCookie=function(e,t,r,i){return this.idx[e]&&this.idx[e][t]?i(null,this.idx[e][t][r]||null):i(null,void 0)},s.prototype.findCookies=function(e,t,r){var i,a=[];if(!e)return r(null,[]);i=t?function(e){Object.keys(e).forEach(function(r){if(o(t,r)){var i=e[r];for(var n in i)a.push(i[n])}})}:function(e){for(var t in e){var r=e[t];for(var i in r)a.push(r[i])}};var s=n(e)||[e],u=this.idx;s.forEach(function(e){var t=u[e];t&&i(t)}),r(null,a)},s.prototype.putCookie=function(e,t){this.idx[e.domain]||(this.idx[e.domain]={}),this.idx[e.domain][e.path]||(this.idx[e.domain][e.path]={}),this.idx[e.domain][e.path][e.key]=e,t(null)},s.prototype.updateCookie=function(e,t,r){this.putCookie(t,r)},s.prototype.removeCookie=function(e,t,r,i){this.idx[e]&&this.idx[e][t]&&this.idx[e][t][r]&&delete this.idx[e][t][r],i(null)},s.prototype.removeCookies=function(e,t,r){return this.idx[e]&&(t?delete this.idx[e][t]:delete this.idx[e]),r(null)},s.prototype.removeAllCookies=function(e){return this.idx={},e(null)},s.prototype.getAllCookies=function(e){var t=[],r=this.idx;Object.keys(r).forEach(function(e){Object.keys(r[e]).forEach(function(i){Object.keys(r[e][i]).forEach(function(n){null!==n&&t.push(r[e][i][n])})})}),t.sort(function(e,t){return(e.creationIndex||0)-(t.creationIndex||0)}),e(null,t)}},function(e,t){e.exports="2.5.0"},function(e){e.exports=JSON.parse('{"_dependenciesComments":{"parse5":"Pinned to exact version number because we monkeypatch its internals (see htmltodom.js)"},"_from":"jsdom@15.1.1","_id":"jsdom@15.1.1","_inBundle":false,"_integrity":"sha512-cQZRBB33arrDAeCrAEWn1U3SvrvC8XysBua9Oqg1yWrsY/gYcusloJC3RZJXuY5eehSCmws8f2YeliCqGSkrtQ==","_location":"/jsdom","_phantomChildren":{},"_requested":{"type":"version","registry":true,"raw":"jsdom@15.1.1","name":"jsdom","escapedName":"jsdom","rawSpec":"15.1.1","saveSpec":null,"fetchSpec":"15.1.1"},"_requiredBy":["#USER","/"],"_resolved":"https://registry.npmjs.org/jsdom/-/jsdom-15.1.1.tgz","_shasum":"21ed01f81d95ef4327f3e564662aef5e65881252","_spec":"jsdom@15.1.1","_where":"/Users/marktiedemann/dev/deno_std/jsdom","browser":{"canvas":false,"vm":"./lib/jsdom/vm-shim.js","./lib/jsdom/living/websockets/WebSocket-impl.js":"./lib/jsdom/living/websockets/WebSocket-impl-browser.js"},"bugs":{"url":"https://github.com/jsdom/jsdom/issues"},"bundleDependencies":false,"dependencies":{"abab":"^2.0.0","acorn":"^6.1.1","acorn-globals":"^4.3.2","array-equal":"^1.0.0","cssom":"^0.3.6","cssstyle":"^1.2.2","data-urls":"^1.1.0","domexception":"^1.0.1","escodegen":"^1.11.1","html-encoding-sniffer":"^1.0.2","nwsapi":"^2.1.4","parse5":"5.1.0","pn":"^1.1.0","request":"^2.88.0","request-promise-native":"^1.0.7","saxes":"^3.1.9","symbol-tree":"^3.2.2","tough-cookie":"^3.0.1","w3c-hr-time":"^1.0.1","w3c-xmlserializer":"^1.1.2","webidl-conversions":"^4.0.2","whatwg-encoding":"^1.0.5","whatwg-mimetype":"^2.3.0","whatwg-url":"^7.0.0","ws":"^7.0.0","xml-name-validator":"^3.0.0"},"deprecated":false,"description":"A JavaScript implementation of many web standards","devDependencies":{"benchmark":"1.0.0","browserify":"^16.2.3","chai":"^4.2.0","eslint":"^5.16.0","eslint-find-rules":"^3.3.1","eslint-plugin-html":"^5.0.5","eslint-plugin-jsdom-internal":"link:./scripts/eslint-plugin","js-yaml":"^3.13.1","karma":"^1.7.1","karma-browserify":"^5.3.0","karma-chrome-launcher":"^2.2.0","karma-mocha":"^1.3.0","karma-mocha-webworker":"^1.3.0","karma-sauce-launcher":"^1.2.0","minimatch":"^3.0.4","mocha":"^3.5.2","mocha-sugar-free":"^1.4.0","optimist":"0.6.1","portfinder":"^1.0.20","q":"^1.5.1","rimraf":"^2.6.3","server-destroy":"^1.0.1","st":"^1.2.2","watchify":"^3.11.1","wd":"^1.11.2","webidl2js":"^9.2.2"},"engines":{"node":">=8"},"homepage":"https://github.com/jsdom/jsdom#readme","keywords":["dom","html","whatwg","w3c"],"license":"MIT","main":"./lib/api.js","maintainers":[{"name":"Elijah Insua","email":"tmpvar@gmail.com","url":"http://tmpvar.com"},{"name":"Domenic Denicola","email":"d@domenic.me","url":"https://domenic.me/"},{"name":"Sebastian Mayr","email":"sebmaster16@gmail.com","url":"https://blog.smayr.name/"},{"name":"Joris van der Wel","email":"joris@jorisvanderwel.com"},{"name":"Timothy Gu","email":"timothygu99@gmail.com","url":"https://timothygu.me/"},{"name":"Zirro","email":"code@zirro.se"}],"name":"jsdom","repository":{"type":"git","url":"git+https://github.com/jsdom/jsdom.git"},"scripts":{"benchmark":"node ./benchmark/runner","benchmark-browser":"node ./benchmark/runner --bundle","convert-idl":"node ./scripts/webidl/convert","init-wpt":"git submodule update --init --recursive","lint":"eslint . --cache --ext .js,.html","lint-is-complete":"eslint-find-rules --unused .eslintrc.json","prepare":"yarn convert-idl","pretest":"yarn convert-idl && yarn init-wpt","reset-wpt":"rimraf ./test/web-platform-tests/tests && yarn init-wpt","test":"mocha test/index.js","test-api":"mocha test/api","test-browser":"yarn test-browser-iframe && yarn test-browser-worker","test-browser-iframe":"karma start test/karma.conf.js","test-browser-worker":"karma start test/karma-webworker.conf.js","test-mocha":"mocha","test-tuwpt":"mocha test/web-platform-tests/run-tuwpts.js","test-wpt":"mocha test/web-platform-tests/run-wpts.js","update-authors":"git log --format=\\"%aN <%aE>\\" | sort -f | uniq > AUTHORS.txt","update-wpt":"git submodule update --recursive --remote && cd test/web-platform-tests/tests && python wpt.py manifest --path ../wpt-manifest.json"},"version":"15.1.1"}')},function(e,t,r){"use strict";const i=r(384);e.exports=class extends i{fetch(){return null}}}]); \ No newline at end of file + */var i=r(390).Store,n=r(391).permuteDomain,o=r(392).pathMatch,a=r(12);function s(){i.call(this),this.idx={}}a.inherits(s,i),t.MemoryCookieStore=s,s.prototype.idx=null,s.prototype.synchronous=!0,s.prototype.inspect=function(){return"{ idx: "+a.inspect(this.idx,!1,2)+" }"},a.inspect.custom&&(s.prototype[a.inspect.custom]=s.prototype.inspect),s.prototype.findCookie=function(e,t,r,i){return this.idx[e]&&this.idx[e][t]?i(null,this.idx[e][t][r]||null):i(null,void 0)},s.prototype.findCookies=function(e,t,r){var i,a=[];if(!e)return r(null,[]);i=t?function(e){Object.keys(e).forEach(function(r){if(o(t,r)){var i=e[r];for(var n in i)a.push(i[n])}})}:function(e){for(var t in e){var r=e[t];for(var i in r)a.push(r[i])}};var s=n(e)||[e],u=this.idx;s.forEach(function(e){var t=u[e];t&&i(t)}),r(null,a)},s.prototype.putCookie=function(e,t){this.idx[e.domain]||(this.idx[e.domain]={}),this.idx[e.domain][e.path]||(this.idx[e.domain][e.path]={}),this.idx[e.domain][e.path][e.key]=e,t(null)},s.prototype.updateCookie=function(e,t,r){this.putCookie(t,r)},s.prototype.removeCookie=function(e,t,r,i){this.idx[e]&&this.idx[e][t]&&this.idx[e][t][r]&&delete this.idx[e][t][r],i(null)},s.prototype.removeCookies=function(e,t,r){return this.idx[e]&&(t?delete this.idx[e][t]:delete this.idx[e]),r(null)},s.prototype.removeAllCookies=function(e){return this.idx={},e(null)},s.prototype.getAllCookies=function(e){var t=[],r=this.idx;Object.keys(r).forEach(function(e){Object.keys(r[e]).forEach(function(i){Object.keys(r[e][i]).forEach(function(n){null!==n&&t.push(r[e][i][n])})})}),t.sort(function(e,t){return(e.creationIndex||0)-(t.creationIndex||0)}),e(null,t)}},function(e,t){e.exports="2.5.0"},function(e){e.exports=JSON.parse('{"_dependenciesComments":{"parse5":"Pinned to exact version number because we monkeypatch its internals (see htmltodom.js)"},"_from":"jsdom@15.1.1","_id":"jsdom@15.1.1","_inBundle":false,"_integrity":"sha512-cQZRBB33arrDAeCrAEWn1U3SvrvC8XysBua9Oqg1yWrsY/gYcusloJC3RZJXuY5eehSCmws8f2YeliCqGSkrtQ==","_location":"/jsdom","_phantomChildren":{},"_requested":{"type":"version","registry":true,"raw":"jsdom@15.1.1","name":"jsdom","escapedName":"jsdom","rawSpec":"15.1.1","saveSpec":null,"fetchSpec":"15.1.1"},"_requiredBy":["#DEV:/"],"_resolved":"https://registry.npmjs.org/jsdom/-/jsdom-15.1.1.tgz","_shasum":"21ed01f81d95ef4327f3e564662aef5e65881252","_spec":"jsdom@15.1.1","_where":"/Users/marktiedemann/dev/deno_std/jsdom","browser":{"canvas":false,"vm":"./lib/jsdom/vm-shim.js","./lib/jsdom/living/websockets/WebSocket-impl.js":"./lib/jsdom/living/websockets/WebSocket-impl-browser.js"},"bugs":{"url":"https://github.com/jsdom/jsdom/issues"},"bundleDependencies":false,"dependencies":{"abab":"^2.0.0","acorn":"^6.1.1","acorn-globals":"^4.3.2","array-equal":"^1.0.0","cssom":"^0.3.6","cssstyle":"^1.2.2","data-urls":"^1.1.0","domexception":"^1.0.1","escodegen":"^1.11.1","html-encoding-sniffer":"^1.0.2","nwsapi":"^2.1.4","parse5":"5.1.0","pn":"^1.1.0","request":"^2.88.0","request-promise-native":"^1.0.7","saxes":"^3.1.9","symbol-tree":"^3.2.2","tough-cookie":"^3.0.1","w3c-hr-time":"^1.0.1","w3c-xmlserializer":"^1.1.2","webidl-conversions":"^4.0.2","whatwg-encoding":"^1.0.5","whatwg-mimetype":"^2.3.0","whatwg-url":"^7.0.0","ws":"^7.0.0","xml-name-validator":"^3.0.0"},"deprecated":false,"description":"A JavaScript implementation of many web standards","devDependencies":{"benchmark":"1.0.0","browserify":"^16.2.3","chai":"^4.2.0","eslint":"^5.16.0","eslint-find-rules":"^3.3.1","eslint-plugin-html":"^5.0.5","eslint-plugin-jsdom-internal":"link:./scripts/eslint-plugin","js-yaml":"^3.13.1","karma":"^1.7.1","karma-browserify":"^5.3.0","karma-chrome-launcher":"^2.2.0","karma-mocha":"^1.3.0","karma-mocha-webworker":"^1.3.0","karma-sauce-launcher":"^1.2.0","minimatch":"^3.0.4","mocha":"^3.5.2","mocha-sugar-free":"^1.4.0","optimist":"0.6.1","portfinder":"^1.0.20","q":"^1.5.1","rimraf":"^2.6.3","server-destroy":"^1.0.1","st":"^1.2.2","watchify":"^3.11.1","wd":"^1.11.2","webidl2js":"^9.2.2"},"engines":{"node":">=8"},"homepage":"https://github.com/jsdom/jsdom#readme","keywords":["dom","html","whatwg","w3c"],"license":"MIT","main":"./lib/api.js","maintainers":[{"name":"Elijah Insua","email":"tmpvar@gmail.com","url":"http://tmpvar.com"},{"name":"Domenic Denicola","email":"d@domenic.me","url":"https://domenic.me/"},{"name":"Sebastian Mayr","email":"sebmaster16@gmail.com","url":"https://blog.smayr.name/"},{"name":"Joris van der Wel","email":"joris@jorisvanderwel.com"},{"name":"Timothy Gu","email":"timothygu99@gmail.com","url":"https://timothygu.me/"},{"name":"Zirro","email":"code@zirro.se"}],"name":"jsdom","repository":{"type":"git","url":"git+https://github.com/jsdom/jsdom.git"},"scripts":{"benchmark":"node ./benchmark/runner","benchmark-browser":"node ./benchmark/runner --bundle","convert-idl":"node ./scripts/webidl/convert","init-wpt":"git submodule update --init --recursive","lint":"eslint . --cache --ext .js,.html","lint-is-complete":"eslint-find-rules --unused .eslintrc.json","prepare":"yarn convert-idl","pretest":"yarn convert-idl && yarn init-wpt","reset-wpt":"rimraf ./test/web-platform-tests/tests && yarn init-wpt","test":"mocha test/index.js","test-api":"mocha test/api","test-browser":"yarn test-browser-iframe && yarn test-browser-worker","test-browser-iframe":"karma start test/karma.conf.js","test-browser-worker":"karma start test/karma-webworker.conf.js","test-mocha":"mocha","test-tuwpt":"mocha test/web-platform-tests/run-tuwpts.js","test-wpt":"mocha test/web-platform-tests/run-wpts.js","update-authors":"git log --format=\\"%aN <%aE>\\" | sort -f | uniq > AUTHORS.txt","update-wpt":"git submodule update --recursive --remote && cd test/web-platform-tests/tests && python wpt.py manifest --path ../wpt-manifest.json"},"version":"15.1.1"}')},function(e,t,r){"use strict";const i=r(384);e.exports=class extends i{fetch(){return null}}}]); \ No newline at end of file diff --git a/jsdom/webpack.config.js b/jsdom/webpack.config.js index e08d633f773d..e14f149c4476 100644 --- a/jsdom/webpack.config.js +++ b/jsdom/webpack.config.js @@ -16,6 +16,7 @@ module.exports = { tls: "empty" }, performance: { + // TODO: Investigate whether the bundle size can be reduced. hints: false } }; From 6ec861dba347c3b5c637929a8bbcfbae8add396a Mon Sep 17 00:00:00 2001 From: Mark Tiedemann Date: Mon, 22 Jul 2019 19:48:17 +0200 Subject: [PATCH 3/8] Try fix lint --- jsdom/jsdom.ts | 1 + jsdom/test.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/jsdom/jsdom.ts b/jsdom/jsdom.ts index 7f7f656f83e4..96e37c18e915 100644 --- a/jsdom/jsdom.ts +++ b/jsdom/jsdom.ts @@ -5,6 +5,7 @@ import "./vendor/jsdom.js"; // - https://github.com/microsoft/TypeScript/blob/master/lib/lib.dom.d.ts interface JSDOM { + // eslint-disable-next-line @typescript-eslint/no-misused-new new (html: string, options?: { runScripts?: "dangerously" }): JSDOM; // eslint-disable-next-line @typescript-eslint/no-explicit-any readonly window: any; diff --git a/jsdom/test.ts b/jsdom/test.ts index 78397f4489c2..a34e88569776 100644 --- a/jsdom/test.ts +++ b/jsdom/test.ts @@ -1,5 +1,5 @@ import { JSDOM } from "./jsdom.ts"; -import { assertEquals, assert } from "../testing/asserts.ts"; +import { assertEquals } from "../testing/asserts.ts"; import { test, runIfMain } from "../testing/mod.ts"; // TODO: Add proper tests. All tests are copied from From 550a2323848620de447a945e6646be49139eb3cd Mon Sep 17 00:00:00 2001 From: Mark Tiedemann Date: Mon, 22 Jul 2019 19:51:22 +0200 Subject: [PATCH 4/8] Fix more linting issues --- jsdom/jsdom.ts | 2 ++ jsdom/test.ts | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/jsdom/jsdom.ts b/jsdom/jsdom.ts index 96e37c18e915..049ab541df74 100644 --- a/jsdom/jsdom.ts +++ b/jsdom/jsdom.ts @@ -9,8 +9,10 @@ interface JSDOM { new (html: string, options?: { runScripts?: "dangerously" }): JSDOM; // eslint-disable-next-line @typescript-eslint/no-explicit-any readonly window: any; + // eslint-disable-next-line @typescript-eslint/no-explicit-any fragment: (html: string) => any; serialize(): string; } +// eslint-disable-next-line @typescript-eslint/no-explicit-any export let JSDOM = (window as any).jsdom.JSDOM as JSDOM; diff --git a/jsdom/test.ts b/jsdom/test.ts index a34e88569776..77a6b9f11c02 100644 --- a/jsdom/test.ts +++ b/jsdom/test.ts @@ -5,13 +5,13 @@ import { test, runIfMain } from "../testing/mod.ts"; // TODO: Add proper tests. All tests are copied from // JSDOM's readme (https://github.com/jsdom/jsdom). -test(function helloWorld() { +test(function helloWorld(): void { let dom = new JSDOM(`

Hello world

`); let text = dom.window.document.querySelector("p").textContent; assertEquals(text, "Hello world"); }); -test(function runScripts() { +test(function runScripts(): void { let dom = new JSDOM( ` @@ -22,7 +22,7 @@ test(function runScripts() { assertEquals(children, 2); }); -test(function fragment() { +test(function fragment(): void { let frag = JSDOM.fragment(`

Hello

Hi!`); assertEquals(frag.childNodes.length, 2); assertEquals(frag.querySelector("strong").textContent, "Hi!"); From 68c2d7d4c5875f8d7edd67dae957427d884ab47d Mon Sep 17 00:00:00 2001 From: Mark Tiedemann Date: Thu, 25 Jul 2019 02:14:42 +0200 Subject: [PATCH 5/8] Misc changes --- jsdom/.gitignore | 1 + jsdom/jsdom.ts | 20 +++----------------- jsdom/package.json | 2 +- jsdom/test.ts | 21 ++++++++++++++------- jsdom/types/dom.ts | 27 +++++++++++++++++++++++++++ jsdom/types/jsdom.ts | 29 +++++++++++++++++++++++++++++ jsdom/vendor/jsdom.js | 4 ++-- jsdom/webpack.config.js | 4 ++-- test.ts | 1 + 9 files changed, 80 insertions(+), 29 deletions(-) create mode 100644 jsdom/types/dom.ts create mode 100644 jsdom/types/jsdom.ts diff --git a/jsdom/.gitignore b/jsdom/.gitignore index 803352ef8d3d..4f96fe32d489 100644 --- a/jsdom/.gitignore +++ b/jsdom/.gitignore @@ -1 +1,2 @@ !package.json +*.bak \ No newline at end of file diff --git a/jsdom/jsdom.ts b/jsdom/jsdom.ts index 049ab541df74..94ec2a5bbb2a 100644 --- a/jsdom/jsdom.ts +++ b/jsdom/jsdom.ts @@ -1,18 +1,4 @@ -import "./vendor/jsdom.js"; +import { jsdom as instance } from "./vendor/jsdom.js"; +import { jsdom } from "./types/jsdom.ts"; -// TODO: Investigate how to reuse typings from: -// - https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/jsdom/index.d.ts -// - https://github.com/microsoft/TypeScript/blob/master/lib/lib.dom.d.ts - -interface JSDOM { - // eslint-disable-next-line @typescript-eslint/no-misused-new - new (html: string, options?: { runScripts?: "dangerously" }): JSDOM; - // eslint-disable-next-line @typescript-eslint/no-explicit-any - readonly window: any; - // eslint-disable-next-line @typescript-eslint/no-explicit-any - fragment: (html: string) => any; - serialize(): string; -} - -// eslint-disable-next-line @typescript-eslint/no-explicit-any -export let JSDOM = (window as any).jsdom.JSDOM as JSDOM; +export const JSDOM = instance.JSDOM as jsdom.JSDOM; diff --git a/jsdom/package.json b/jsdom/package.json index 70f4e957ca6e..bfeca46f648d 100644 --- a/jsdom/package.json +++ b/jsdom/package.json @@ -1,6 +1,6 @@ { "scripts": { - "vendor": "webpack-cli" + "vendor": "webpack-cli && sed -i.bak '1s;^;export ;' ./vendor/jsdom.js" }, "devDependencies": { "jsdom": "15.1.1", diff --git a/jsdom/test.ts b/jsdom/test.ts index 77a6b9f11c02..2bdd2fb0e025 100644 --- a/jsdom/test.ts +++ b/jsdom/test.ts @@ -2,26 +2,33 @@ import { JSDOM } from "./jsdom.ts"; import { assertEquals } from "../testing/asserts.ts"; import { test, runIfMain } from "../testing/mod.ts"; -// TODO: Add proper tests. All tests are copied from -// JSDOM's readme (https://github.com/jsdom/jsdom). - test(function helloWorld(): void { - let dom = new JSDOM(`

Hello world

`); + let dom = new JSDOM("

Hello world

"); let text = dom.window.document.querySelector("p").textContent; assertEquals(text, "Hello world"); }); test(function runScripts(): void { let dom = new JSDOM( - ` - -`, + '', { runScripts: "dangerously" } ); let children = dom.window.document.body.children.length; assertEquals(children, 2); }); +test(function serialize(): void { + let dom = new JSDOM("hello"); + assertEquals( + dom.serialize(), + "hello" + ); + assertEquals( + dom.window.document.documentElement.outerHTML, + "hello" + ); +}); + test(function fragment(): void { let frag = JSDOM.fragment(`

Hello

Hi!`); assertEquals(frag.childNodes.length, 2); diff --git a/jsdom/types/dom.ts b/jsdom/types/dom.ts new file mode 100644 index 000000000000..4cb0e148a043 --- /dev/null +++ b/jsdom/types/dom.ts @@ -0,0 +1,27 @@ +// TODO: Generate proper DOM types using https://github.com/microsoft/TSJS-lib-generator. + +export namespace dom { + export interface Window { + document: Document; + } + + export interface Document extends Node { + body: HTMLElement; + documentElement: HTMLElement; + } + + export interface DocumentFragment extends Node {} + + export interface HTMLElement extends Node { + children: HTMLElement[]; + outerHTML: string; + } + + export interface Node { + childNodes: ChildNode[]; + querySelector(query: string): HTMLElement; + textContent: string | null; + } + + export interface ChildNode extends Node {} +} diff --git a/jsdom/types/jsdom.ts b/jsdom/types/jsdom.ts new file mode 100644 index 000000000000..d993a3b0b7e3 --- /dev/null +++ b/jsdom/types/jsdom.ts @@ -0,0 +1,29 @@ +// TODO: Use proper types from https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/jsdom/index.d.ts. + +import { dom } from "./dom.ts"; + +export namespace jsdom { + export interface JSDOM { + // eslint-disable-next-line @typescript-eslint/no-misused-new + new ( + html: string | BinaryData, + options?: { runScripts?: "dangerously" } + ): JSDOM; + window: dom.Window; + fragment: (html: string) => dom.DocumentFragment; + serialize(): string; + } + + export type BinaryData = ArrayBuffer | DataView | TypedArray; + + export type TypedArray = + | Int8Array + | Uint8Array + | Uint8ClampedArray + | Int16Array + | Uint16Array + | Int32Array + | Uint32Array + | Float32Array + | Float64Array; +} diff --git a/jsdom/vendor/jsdom.js b/jsdom/vendor/jsdom.js index ac0b540a1bbb..63501624502f 100644 --- a/jsdom/vendor/jsdom.js +++ b/jsdom/vendor/jsdom.js @@ -1,4 +1,4 @@ -window.jsdom=function(e){var t={};function r(i){if(t[i])return t[i].exports;var n=t[i]={i:i,l:!1,exports:{}};return e[i].call(n.exports,n,n.exports,r),n.l=!0,n.exports}return r.m=e,r.c=t,r.d=function(e,t,i){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:i})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var i=Object.create(null);if(r.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)r.d(i,n,function(t){return e[t]}.bind(null,n));return i},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=203)}([function(e,t,r){"use strict";const i="function"==typeof Object.getOwnPropertyDescriptors?Object.getOwnPropertyDescriptors:e=>{if(null==e)throw new TypeError("Cannot convert undefined or null to object");e=Object(e);const t=Reflect.ownKeys(e),r={};for(const i of t){const t=Reflect.getOwnPropertyDescriptor(e,i);void 0!==t&&Reflect.defineProperty(r,i,{value:t,writable:!0,enumerable:!0,configurable:!0})}return r},n=Symbol("wrapper"),o=Symbol("impl"),a=Symbol("SameObject caches");function s(e){return e?e[n]:null}function u(e){return e?e[o]:null}const l=Symbol("internal"),p=Object.getPrototypeOf(Object.getPrototypeOf([][Symbol.iterator]()));const c=Symbol("supports property index"),d=Symbol("supported property indices"),h=Symbol("supports property name"),m=Symbol("supported property names"),f=Symbol("indexed property get"),g=Symbol("indexed property set new"),v=Symbol("indexed property set existing"),b=Symbol("named property get"),y=Symbol("named property set new"),w=Symbol("named property set existing"),E=Symbol("named property delete");e.exports={isObject:function(e){return"object"==typeof e&&null!==e||"function"==typeof e},hasOwn:function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},getOwnPropertyDescriptors:i,wrapperSymbol:n,implSymbol:o,getSameObject:function(e,t,r){return e[a]||(e[a]=Object.create(null)),t in e[a]?e[a][t]:(e[a][t]=r(),e[a][t])},wrapperForImpl:s,implForWrapper:u,tryWrapperForImpl:function(e){const t=s(e);return t||e},tryImplForWrapper:function(e){const t=u(e);return t||e},iterInternalSymbol:l,IteratorPrototype:p,isArrayIndexPropName:function(e){if("string"!=typeof e)return!1;const t=e>>>0;return t!==Math.pow(2,32)-1&&e===`${t}`},supportsPropertyIndex:c,supportedPropertyIndices:d,supportsPropertyName:h,supportedPropertyNames:m,indexedGet:f,indexedSetNew:g,indexedSetExisting:v,namedGet:b,namedSetNew:y,namedSetExisting:w,namedDelete:E}},function(e,t,r){"use strict";function i(e,t){return`${t&&t.context?t.context:"Value"} ${e}.`}function n(e){return a(Math.trunc(e))}function o(e){return e<0?-1:1}function a(e){return 0===e?0:e}function s(e,t){const r=!t.unsigned;let s,u;64===e?(u=Math.pow(2,53)-1,s=r?1-Math.pow(2,53):0):r?(s=-Math.pow(2,e-1),u=Math.pow(2,e-1)-1):(s=0,u=Math.pow(2,e)-1);const l=Math.pow(2,e),p=Math.pow(2,e-1);return(e,t)=>{void 0===t&&(t={});let c=+e;if(c=a(c),t.enforceRange){if(!Number.isFinite(c))throw new TypeError(i("is not a finite number",t));if((c=n(c))u)throw new TypeError(i(`is outside the accepted range of ${s} to ${u}, inclusive`,t));return c}return!Number.isNaN(c)&&t.clamp?c=function(e){return a(e>0&&e%1==.5&&0==(1&e)||e<0&&e%1==-.5&&1==(1&e)?Math.floor(e):Math.round(e))}(c=Math.min(Math.max(c,s),u)):Number.isFinite(c)&&0!==c?(c=n(c))>=s&&c<=u?c:(c=function(e,t){const r=e%t;return o(t)!==o(r)?r+t:r}(c,l),r&&c>=p?c-l:c):0}}function u(e,t){if("function"!=typeof e)throw new TypeError(i("is not a function",t));return e}t.any=e=>e,t.void=function(){},t.boolean=function(e){return!!e},t.byte=s(8,{unsigned:!1}),t.octet=s(8,{unsigned:!0}),t.short=s(16,{unsigned:!1}),t["unsigned short"]=s(16,{unsigned:!0}),t.long=s(32,{unsigned:!1}),t["unsigned long"]=s(32,{unsigned:!0}),t["long long"]=s(64,{unsigned:!1}),t["unsigned long long"]=s(64,{unsigned:!0}),t.double=(e,t)=>{const r=+e;if(!Number.isFinite(r))throw new TypeError(i("is not a finite floating-point value",t));return r},t["unrestricted double"]=e=>{return+e},t.float=(e,t)=>{const r=+e;if(!Number.isFinite(r))throw new TypeError(i("is not a finite floating-point value",t));if(Object.is(r,-0))return r;const n=Math.fround(r);if(!Number.isFinite(n))throw new TypeError(i("is outside the range of a single-precision floating-point value",t));return n},t["unrestricted float"]=e=>{const t=+e;return isNaN(t)?t:Object.is(t,-0)?t:Math.fround(t)},t.DOMString=function(e,t){if(void 0===t&&(t={}),t.treatNullAsEmptyString&&null===e)return"";if("symbol"==typeof e)throw new TypeError(i("is a symbol, which cannot be converted to a string",t));return String(e)},t.ByteString=(e,r)=>{const n=t.DOMString(e,r);let o;for(let e=0;void 0!==(o=n.codePointAt(e));++e)if(o>255)throw new TypeError(i("is not a valid ByteString",r));return n},t.USVString=(e,r)=>{const i=t.DOMString(e,r),n=i.length,o=[];for(let e=0;e57343)o.push(String.fromCodePoint(t));else if(56320<=t&&t<=57343)o.push(String.fromCodePoint(65533));else if(e===n-1)o.push(String.fromCodePoint(65533));else{const r=i.charCodeAt(e+1);if(56320<=r&&r<=57343){const i=1023&t,n=1023&r;o.push(String.fromCodePoint(65536+1024*i+n)),++e}else o.push(String.fromCodePoint(65533))}}return o.join("")},t.object=(e,t)=>{if("Object"!==function(e){if(null===e)return"Null";switch(typeof e){case"undefined":return"Undefined";case"boolean":return"Boolean";case"number":return"Number";case"string":return"String";case"symbol":return"Symbol";case"object":case"function":default:return"Object"}}(e))throw new TypeError(i("is not an object",t));return e},[Error,ArrayBuffer,DataView,Int8Array,Int16Array,Int32Array,Uint8Array,Uint16Array,Uint32Array,Uint8ClampedArray,Float32Array,Float64Array].forEach(e=>{const r=e.name,n=/^[AEIOU]/.test(r)?"an":"a";t[r]=(t,o)=>{if(!(t instanceof e))throw new TypeError(i(`is not ${n} ${r} object`,o));return t}}),t.ArrayBufferView=(e,t)=>{if(!ArrayBuffer.isView(e))throw new TypeError(i("is not a view on an ArrayBuffer object",t));return e},t.BufferSource=(e,t)=>{if(!(ArrayBuffer.isView(e)||e instanceof ArrayBuffer))throw new TypeError(i("is not an ArrayBuffer object or a view on one",t));return e},t.DOMTimeStamp=t["unsigned long long"],t.Function=u,t.VoidFunction=u},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(69);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}click(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].click()}focus(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].focus()}blur(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].blur()}get title(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"title");return null===t?"":t}set title(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'title' property on 'HTMLElement': The provided value"}),this.setAttributeNS(null,"title",t)}get lang(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"lang");return null===t?"":t}set lang(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'lang' property on 'HTMLElement': The provided value"}),this.setAttributeNS(null,"lang",t)}get translate(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].translate}set translate(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.boolean(t,{context:"Failed to set the 'translate' property on 'HTMLElement': The provided value"}),this[o].translate=t}get dir(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].dir}set dir(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'dir' property on 'HTMLElement': The provided value"}),this[o].dir=t}get hidden(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"hidden")}set hidden(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'hidden' property on 'HTMLElement': The provided value"}))?this.setAttributeNS(null,"hidden",""):this.removeAttributeNS(null,"hidden")}get accessKey(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"accesskey");return null===t?"":t}set accessKey(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'accessKey' property on 'HTMLElement': The provided value"}),this.setAttributeNS(null,"accesskey",t)}get draggable(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].draggable}set draggable(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.boolean(t,{context:"Failed to set the 'draggable' property on 'HTMLElement': The provided value"}),this[o].draggable=t}get offsetParent(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].offsetParent)}get offsetTop(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].offsetTop}get offsetLeft(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].offsetLeft}get offsetWidth(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].offsetWidth}get offsetHeight(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].offsetHeight}get style(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.getSameObject(this,"style",()=>n.tryWrapperForImpl(this[o].style))}set style(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");this.style.cssText=t}get onabort(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onabort)}set onabort(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onabort=t}get onauxclick(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onauxclick)}set onauxclick(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onauxclick=t}get onblur(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onblur)}set onblur(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onblur=t}get oncancel(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].oncancel)}set oncancel(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].oncancel=t}get oncanplay(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].oncanplay)}set oncanplay(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].oncanplay=t}get oncanplaythrough(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].oncanplaythrough)}set oncanplaythrough(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].oncanplaythrough=t}get onchange(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onchange)}set onchange(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onchange=t}get onclick(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onclick)}set onclick(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onclick=t}get onclose(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onclose)}set onclose(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onclose=t}get oncontextmenu(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].oncontextmenu)}set oncontextmenu(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].oncontextmenu=t}get oncuechange(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].oncuechange)}set oncuechange(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].oncuechange=t}get ondblclick(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ondblclick)}set ondblclick(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ondblclick=t}get ondrag(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ondrag)}set ondrag(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ondrag=t}get ondragend(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ondragend)}set ondragend(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ondragend=t}get ondragenter(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ondragenter)}set ondragenter(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ondragenter=t}get ondragexit(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ondragexit)}set ondragexit(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ondragexit=t}get ondragleave(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ondragleave)}set ondragleave(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ondragleave=t}get ondragover(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ondragover)}set ondragover(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ondragover=t}get ondragstart(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ondragstart)}set ondragstart(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ondragstart=t}get ondrop(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ondrop)}set ondrop(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ondrop=t}get ondurationchange(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ondurationchange)}set ondurationchange(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ondurationchange=t}get onemptied(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onemptied)}set onemptied(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onemptied=t}get onended(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onended)}set onended(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onended=t}get onerror(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onerror)}set onerror(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onerror=t}get onfocus(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onfocus)}set onfocus(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onfocus=t}get oninput(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].oninput)}set oninput(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].oninput=t}get oninvalid(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].oninvalid)}set oninvalid(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].oninvalid=t}get onkeydown(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onkeydown)}set onkeydown(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onkeydown=t}get onkeypress(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onkeypress)}set onkeypress(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onkeypress=t}get onkeyup(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onkeyup)}set onkeyup(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onkeyup=t}get onload(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onload)}set onload(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onload=t}get onloadeddata(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onloadeddata)}set onloadeddata(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onloadeddata=t}get onloadedmetadata(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onloadedmetadata)}set onloadedmetadata(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onloadedmetadata=t}get onloadend(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onloadend)}set onloadend(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onloadend=t}get onloadstart(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onloadstart)}set onloadstart(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onloadstart=t}get onmousedown(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onmousedown)}set onmousedown(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onmousedown=t}get onmouseenter(){return n.tryWrapperForImpl(this[o].onmouseenter)}set onmouseenter(e){e=n.tryImplForWrapper(e),this[o].onmouseenter=e}get onmouseleave(){return n.tryWrapperForImpl(this[o].onmouseleave)}set onmouseleave(e){e=n.tryImplForWrapper(e),this[o].onmouseleave=e}get onmousemove(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onmousemove)}set onmousemove(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onmousemove=t}get onmouseout(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onmouseout)}set onmouseout(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onmouseout=t}get onmouseover(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onmouseover)}set onmouseover(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onmouseover=t}get onmouseup(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onmouseup)}set onmouseup(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onmouseup=t}get onwheel(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onwheel)}set onwheel(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onwheel=t}get onpause(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onpause)}set onpause(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onpause=t}get onplay(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onplay)}set onplay(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onplay=t}get onplaying(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onplaying)}set onplaying(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onplaying=t}get onprogress(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onprogress)}set onprogress(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onprogress=t}get onratechange(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onratechange)}set onratechange(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onratechange=t}get onreset(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onreset)}set onreset(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onreset=t}get onresize(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onresize)}set onresize(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onresize=t}get onscroll(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onscroll)}set onscroll(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onscroll=t}get onsecuritypolicyviolation(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onsecuritypolicyviolation)}set onsecuritypolicyviolation(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onsecuritypolicyviolation=t}get onseeked(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onseeked)}set onseeked(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onseeked=t}get onseeking(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onseeking)}set onseeking(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onseeking=t}get onselect(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onselect)}set onselect(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onselect=t}get onstalled(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onstalled)}set onstalled(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onstalled=t}get onsubmit(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onsubmit)}set onsubmit(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onsubmit=t}get onsuspend(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onsuspend)}set onsuspend(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onsuspend=t}get ontimeupdate(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ontimeupdate)}set ontimeupdate(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ontimeupdate=t}get ontoggle(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ontoggle)}set ontoggle(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ontoggle=t}get onvolumechange(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onvolumechange)}set onvolumechange(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onvolumechange=t}get onwaiting(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onwaiting)}set onwaiting(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onwaiting=t}get dataset(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.getSameObject(this,"dataset",()=>n.tryWrapperForImpl(this[o].dataset))}get nonce(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"nonce");return null===t?"":t}set nonce(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'nonce' property on 'HTMLElement': The provided value"}),this.setAttributeNS(null,"nonce",t)}get tabIndex(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].tabIndex}set tabIndex(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.long(t,{context:"Failed to set the 'tabIndex' property on 'HTMLElement': The provided value"}),this[o].tabIndex=t}}Object.defineProperties(s.prototype,{click:{enumerable:!0},focus:{enumerable:!0},blur:{enumerable:!0},title:{enumerable:!0},lang:{enumerable:!0},translate:{enumerable:!0},dir:{enumerable:!0},hidden:{enumerable:!0},accessKey:{enumerable:!0},draggable:{enumerable:!0},offsetParent:{enumerable:!0},offsetTop:{enumerable:!0},offsetLeft:{enumerable:!0},offsetWidth:{enumerable:!0},offsetHeight:{enumerable:!0},style:{enumerable:!0},onabort:{enumerable:!0},onauxclick:{enumerable:!0},onblur:{enumerable:!0},oncancel:{enumerable:!0},oncanplay:{enumerable:!0},oncanplaythrough:{enumerable:!0},onchange:{enumerable:!0},onclick:{enumerable:!0},onclose:{enumerable:!0},oncontextmenu:{enumerable:!0},oncuechange:{enumerable:!0},ondblclick:{enumerable:!0},ondrag:{enumerable:!0},ondragend:{enumerable:!0},ondragenter:{enumerable:!0},ondragexit:{enumerable:!0},ondragleave:{enumerable:!0},ondragover:{enumerable:!0},ondragstart:{enumerable:!0},ondrop:{enumerable:!0},ondurationchange:{enumerable:!0},onemptied:{enumerable:!0},onended:{enumerable:!0},onerror:{enumerable:!0},onfocus:{enumerable:!0},oninput:{enumerable:!0},oninvalid:{enumerable:!0},onkeydown:{enumerable:!0},onkeypress:{enumerable:!0},onkeyup:{enumerable:!0},onload:{enumerable:!0},onloadeddata:{enumerable:!0},onloadedmetadata:{enumerable:!0},onloadend:{enumerable:!0},onloadstart:{enumerable:!0},onmousedown:{enumerable:!0},onmouseenter:{enumerable:!0},onmouseleave:{enumerable:!0},onmousemove:{enumerable:!0},onmouseout:{enumerable:!0},onmouseover:{enumerable:!0},onmouseup:{enumerable:!0},onwheel:{enumerable:!0},onpause:{enumerable:!0},onplay:{enumerable:!0},onplaying:{enumerable:!0},onprogress:{enumerable:!0},onratechange:{enumerable:!0},onreset:{enumerable:!0},onresize:{enumerable:!0},onscroll:{enumerable:!0},onsecuritypolicyviolation:{enumerable:!0},onseeked:{enumerable:!0},onseeking:{enumerable:!0},onselect:{enumerable:!0},onstalled:{enumerable:!0},onsubmit:{enumerable:!0},onsuspend:{enumerable:!0},ontimeupdate:{enumerable:!0},ontoggle:{enumerable:!0},onvolumechange:{enumerable:!0},onwaiting:{enumerable:!0},dataset:{enumerable:!0},nonce:{enumerable:!0},tabIndex:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLElement:s}}};e.exports=u;const l=r(3)},function(e,t,r){"use strict";const{mixin:i}=r(5),n=r(150).implementation,o=r(73),a=r(328).implementation,s=r(131).implementation,u=r(329).implementation,{firstChildWithLocalName:l}=r(30),{isDisabled:p}=r(23),{fireAnEvent:c}=r(15);class d extends n{constructor(e,t){super(e,t),this._initHTMLOrSVGElement(),this._initElementCSSInlineStyle(),this._initGlobalEvents(),this._clickInProgress=!1,this._hasActivationBehavior="summary"===this._localName}_activationBehavior(){const e=this.parentNode;e&&"details"===e._localName&&this===l(e,"summary")&&(e.hasAttributeNS(null,"open")?e.removeAttributeNS(null,"open"):e.setAttributeNS(null,"open",""))}get translate(){const e=this.getAttributeNS(null,"translate");return"yes"===e||""===e||"no"!==e&&(this===this.ownerDocument.documentElement||this.parentElement&&this.parentElement.translate)}set translate(e){!0===e?this.setAttributeNS(null,"translate","yes"):this.setAttributeNS(null,"translate","no")}click(){p(this)||this._clickInProgress||(this._clickInProgress=!0,c("click",this,o,{bubbles:!0,cancelable:!0,composed:!0,isTrusted:!1,view:this.ownerDocument.defaultView}),this._clickInProgress=!1)}get draggable(){const e=this.getAttributeNS(null,"draggable");return"true"===e||"false"!==e&&("img"===this._localName||"a"===this._localName&&this.hasAttributeNS(null,"href"))}set draggable(e){this.setAttributeNS(null,"draggable",String(e))}get dir(){let e=this.getAttributeNS(null,"dir");return null!==e&&(e=e.toLowerCase(),["ltr","rtl","auto"].includes(e))?e:""}set dir(e){this.setAttributeNS(null,"dir",e)}_attrModified(e,t,r){"style"!==e||t===r||this._settingCssText?e.startsWith("on")&&this._globalEventChanged(e.substring(2)):(this._settingCssText=!0,this._style.cssText=t,this._settingCssText=!1),super._attrModified.apply(this,arguments)}get offsetParent(){return null}get offsetTop(){return 0}get offsetLeft(){return 0}get offsetWidth(){return 0}get offsetHeight(){return 0}}i(d.prototype,a.prototype),i(d.prototype,s.prototype),i(d.prototype,u.prototype),e.exports={implementation:d}},function(e,t,r){"use strict";(function(e){ +export var jsdom=function(e){var t={};function r(i){if(t[i])return t[i].exports;var n=t[i]={i:i,l:!1,exports:{}};return e[i].call(n.exports,n,n.exports,r),n.l=!0,n.exports}return r.m=e,r.c=t,r.d=function(e,t,i){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:i})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var i=Object.create(null);if(r.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)r.d(i,n,function(t){return e[t]}.bind(null,n));return i},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=203)}([function(e,t,r){"use strict";const i="function"==typeof Object.getOwnPropertyDescriptors?Object.getOwnPropertyDescriptors:e=>{if(null==e)throw new TypeError("Cannot convert undefined or null to object");e=Object(e);const t=Reflect.ownKeys(e),r={};for(const i of t){const t=Reflect.getOwnPropertyDescriptor(e,i);void 0!==t&&Reflect.defineProperty(r,i,{value:t,writable:!0,enumerable:!0,configurable:!0})}return r},n=Symbol("wrapper"),o=Symbol("impl"),a=Symbol("SameObject caches");function s(e){return e?e[n]:null}function u(e){return e?e[o]:null}const l=Symbol("internal"),p=Object.getPrototypeOf(Object.getPrototypeOf([][Symbol.iterator]()));const c=Symbol("supports property index"),d=Symbol("supported property indices"),h=Symbol("supports property name"),m=Symbol("supported property names"),f=Symbol("indexed property get"),g=Symbol("indexed property set new"),v=Symbol("indexed property set existing"),b=Symbol("named property get"),y=Symbol("named property set new"),w=Symbol("named property set existing"),E=Symbol("named property delete");e.exports={isObject:function(e){return"object"==typeof e&&null!==e||"function"==typeof e},hasOwn:function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},getOwnPropertyDescriptors:i,wrapperSymbol:n,implSymbol:o,getSameObject:function(e,t,r){return e[a]||(e[a]=Object.create(null)),t in e[a]?e[a][t]:(e[a][t]=r(),e[a][t])},wrapperForImpl:s,implForWrapper:u,tryWrapperForImpl:function(e){const t=s(e);return t||e},tryImplForWrapper:function(e){const t=u(e);return t||e},iterInternalSymbol:l,IteratorPrototype:p,isArrayIndexPropName:function(e){if("string"!=typeof e)return!1;const t=e>>>0;return t!==Math.pow(2,32)-1&&e===`${t}`},supportsPropertyIndex:c,supportedPropertyIndices:d,supportsPropertyName:h,supportedPropertyNames:m,indexedGet:f,indexedSetNew:g,indexedSetExisting:v,namedGet:b,namedSetNew:y,namedSetExisting:w,namedDelete:E}},function(e,t,r){"use strict";function i(e,t){return`${t&&t.context?t.context:"Value"} ${e}.`}function n(e){return a(Math.trunc(e))}function o(e){return e<0?-1:1}function a(e){return 0===e?0:e}function s(e,t){const r=!t.unsigned;let s,u;64===e?(u=Math.pow(2,53)-1,s=r?1-Math.pow(2,53):0):r?(s=-Math.pow(2,e-1),u=Math.pow(2,e-1)-1):(s=0,u=Math.pow(2,e)-1);const l=Math.pow(2,e),p=Math.pow(2,e-1);return(e,t)=>{void 0===t&&(t={});let c=+e;if(c=a(c),t.enforceRange){if(!Number.isFinite(c))throw new TypeError(i("is not a finite number",t));if((c=n(c))u)throw new TypeError(i(`is outside the accepted range of ${s} to ${u}, inclusive`,t));return c}return!Number.isNaN(c)&&t.clamp?c=function(e){return a(e>0&&e%1==.5&&0==(1&e)||e<0&&e%1==-.5&&1==(1&e)?Math.floor(e):Math.round(e))}(c=Math.min(Math.max(c,s),u)):Number.isFinite(c)&&0!==c?(c=n(c))>=s&&c<=u?c:(c=function(e,t){const r=e%t;return o(t)!==o(r)?r+t:r}(c,l),r&&c>=p?c-l:c):0}}function u(e,t){if("function"!=typeof e)throw new TypeError(i("is not a function",t));return e}t.any=e=>e,t.void=function(){},t.boolean=function(e){return!!e},t.byte=s(8,{unsigned:!1}),t.octet=s(8,{unsigned:!0}),t.short=s(16,{unsigned:!1}),t["unsigned short"]=s(16,{unsigned:!0}),t.long=s(32,{unsigned:!1}),t["unsigned long"]=s(32,{unsigned:!0}),t["long long"]=s(64,{unsigned:!1}),t["unsigned long long"]=s(64,{unsigned:!0}),t.double=(e,t)=>{const r=+e;if(!Number.isFinite(r))throw new TypeError(i("is not a finite floating-point value",t));return r},t["unrestricted double"]=e=>{return+e},t.float=(e,t)=>{const r=+e;if(!Number.isFinite(r))throw new TypeError(i("is not a finite floating-point value",t));if(Object.is(r,-0))return r;const n=Math.fround(r);if(!Number.isFinite(n))throw new TypeError(i("is outside the range of a single-precision floating-point value",t));return n},t["unrestricted float"]=e=>{const t=+e;return isNaN(t)?t:Object.is(t,-0)?t:Math.fround(t)},t.DOMString=function(e,t){if(void 0===t&&(t={}),t.treatNullAsEmptyString&&null===e)return"";if("symbol"==typeof e)throw new TypeError(i("is a symbol, which cannot be converted to a string",t));return String(e)},t.ByteString=(e,r)=>{const n=t.DOMString(e,r);let o;for(let e=0;void 0!==(o=n.codePointAt(e));++e)if(o>255)throw new TypeError(i("is not a valid ByteString",r));return n},t.USVString=(e,r)=>{const i=t.DOMString(e,r),n=i.length,o=[];for(let e=0;e57343)o.push(String.fromCodePoint(t));else if(56320<=t&&t<=57343)o.push(String.fromCodePoint(65533));else if(e===n-1)o.push(String.fromCodePoint(65533));else{const r=i.charCodeAt(e+1);if(56320<=r&&r<=57343){const i=1023&t,n=1023&r;o.push(String.fromCodePoint(65536+1024*i+n)),++e}else o.push(String.fromCodePoint(65533))}}return o.join("")},t.object=(e,t)=>{if("Object"!==function(e){if(null===e)return"Null";switch(typeof e){case"undefined":return"Undefined";case"boolean":return"Boolean";case"number":return"Number";case"string":return"String";case"symbol":return"Symbol";case"object":case"function":default:return"Object"}}(e))throw new TypeError(i("is not an object",t));return e},[Error,ArrayBuffer,DataView,Int8Array,Int16Array,Int32Array,Uint8Array,Uint16Array,Uint32Array,Uint8ClampedArray,Float32Array,Float64Array].forEach(e=>{const r=e.name,n=/^[AEIOU]/.test(r)?"an":"a";t[r]=(t,o)=>{if(!(t instanceof e))throw new TypeError(i(`is not ${n} ${r} object`,o));return t}}),t.ArrayBufferView=(e,t)=>{if(!ArrayBuffer.isView(e))throw new TypeError(i("is not a view on an ArrayBuffer object",t));return e},t.BufferSource=(e,t)=>{if(!(ArrayBuffer.isView(e)||e instanceof ArrayBuffer))throw new TypeError(i("is not an ArrayBuffer object or a view on one",t));return e},t.DOMTimeStamp=t["unsigned long long"],t.Function=u,t.VoidFunction=u},function(e,t,r){"use strict";const i=r(1),n=r(0),o=n.implSymbol,a=r(69);class s extends a.interface{constructor(){throw new TypeError("Illegal constructor")}click(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].click()}focus(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].focus()}blur(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].blur()}get title(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"title");return null===t?"":t}set title(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'title' property on 'HTMLElement': The provided value"}),this.setAttributeNS(null,"title",t)}get lang(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"lang");return null===t?"":t}set lang(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'lang' property on 'HTMLElement': The provided value"}),this.setAttributeNS(null,"lang",t)}get translate(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].translate}set translate(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.boolean(t,{context:"Failed to set the 'translate' property on 'HTMLElement': The provided value"}),this[o].translate=t}get dir(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].dir}set dir(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'dir' property on 'HTMLElement': The provided value"}),this[o].dir=t}get hidden(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this.hasAttributeNS(null,"hidden")}set hidden(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");(t=i.boolean(t,{context:"Failed to set the 'hidden' property on 'HTMLElement': The provided value"}))?this.setAttributeNS(null,"hidden",""):this.removeAttributeNS(null,"hidden")}get accessKey(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"accesskey");return null===t?"":t}set accessKey(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'accessKey' property on 'HTMLElement': The provided value"}),this.setAttributeNS(null,"accesskey",t)}get draggable(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].draggable}set draggable(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.boolean(t,{context:"Failed to set the 'draggable' property on 'HTMLElement': The provided value"}),this[o].draggable=t}get offsetParent(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].offsetParent)}get offsetTop(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].offsetTop}get offsetLeft(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].offsetLeft}get offsetWidth(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].offsetWidth}get offsetHeight(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].offsetHeight}get style(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.getSameObject(this,"style",()=>n.tryWrapperForImpl(this[o].style))}set style(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");this.style.cssText=t}get onabort(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onabort)}set onabort(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onabort=t}get onauxclick(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onauxclick)}set onauxclick(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onauxclick=t}get onblur(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onblur)}set onblur(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onblur=t}get oncancel(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].oncancel)}set oncancel(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].oncancel=t}get oncanplay(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].oncanplay)}set oncanplay(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].oncanplay=t}get oncanplaythrough(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].oncanplaythrough)}set oncanplaythrough(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].oncanplaythrough=t}get onchange(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onchange)}set onchange(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onchange=t}get onclick(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onclick)}set onclick(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onclick=t}get onclose(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onclose)}set onclose(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onclose=t}get oncontextmenu(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].oncontextmenu)}set oncontextmenu(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].oncontextmenu=t}get oncuechange(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].oncuechange)}set oncuechange(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].oncuechange=t}get ondblclick(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ondblclick)}set ondblclick(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ondblclick=t}get ondrag(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ondrag)}set ondrag(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ondrag=t}get ondragend(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ondragend)}set ondragend(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ondragend=t}get ondragenter(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ondragenter)}set ondragenter(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ondragenter=t}get ondragexit(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ondragexit)}set ondragexit(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ondragexit=t}get ondragleave(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ondragleave)}set ondragleave(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ondragleave=t}get ondragover(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ondragover)}set ondragover(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ondragover=t}get ondragstart(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ondragstart)}set ondragstart(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ondragstart=t}get ondrop(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ondrop)}set ondrop(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ondrop=t}get ondurationchange(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ondurationchange)}set ondurationchange(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ondurationchange=t}get onemptied(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onemptied)}set onemptied(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onemptied=t}get onended(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onended)}set onended(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onended=t}get onerror(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onerror)}set onerror(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onerror=t}get onfocus(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onfocus)}set onfocus(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onfocus=t}get oninput(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].oninput)}set oninput(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].oninput=t}get oninvalid(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].oninvalid)}set oninvalid(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].oninvalid=t}get onkeydown(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onkeydown)}set onkeydown(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onkeydown=t}get onkeypress(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onkeypress)}set onkeypress(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onkeypress=t}get onkeyup(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onkeyup)}set onkeyup(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onkeyup=t}get onload(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onload)}set onload(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onload=t}get onloadeddata(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onloadeddata)}set onloadeddata(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onloadeddata=t}get onloadedmetadata(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onloadedmetadata)}set onloadedmetadata(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onloadedmetadata=t}get onloadend(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onloadend)}set onloadend(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onloadend=t}get onloadstart(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onloadstart)}set onloadstart(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onloadstart=t}get onmousedown(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onmousedown)}set onmousedown(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onmousedown=t}get onmouseenter(){return n.tryWrapperForImpl(this[o].onmouseenter)}set onmouseenter(e){e=n.tryImplForWrapper(e),this[o].onmouseenter=e}get onmouseleave(){return n.tryWrapperForImpl(this[o].onmouseleave)}set onmouseleave(e){e=n.tryImplForWrapper(e),this[o].onmouseleave=e}get onmousemove(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onmousemove)}set onmousemove(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onmousemove=t}get onmouseout(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onmouseout)}set onmouseout(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onmouseout=t}get onmouseover(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onmouseover)}set onmouseover(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onmouseover=t}get onmouseup(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onmouseup)}set onmouseup(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onmouseup=t}get onwheel(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onwheel)}set onwheel(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onwheel=t}get onpause(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onpause)}set onpause(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onpause=t}get onplay(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onplay)}set onplay(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onplay=t}get onplaying(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onplaying)}set onplaying(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onplaying=t}get onprogress(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onprogress)}set onprogress(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onprogress=t}get onratechange(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onratechange)}set onratechange(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onratechange=t}get onreset(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onreset)}set onreset(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onreset=t}get onresize(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onresize)}set onresize(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onresize=t}get onscroll(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onscroll)}set onscroll(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onscroll=t}get onsecuritypolicyviolation(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onsecuritypolicyviolation)}set onsecuritypolicyviolation(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onsecuritypolicyviolation=t}get onseeked(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onseeked)}set onseeked(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onseeked=t}get onseeking(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onseeking)}set onseeking(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onseeking=t}get onselect(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onselect)}set onselect(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onselect=t}get onstalled(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onstalled)}set onstalled(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onstalled=t}get onsubmit(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onsubmit)}set onsubmit(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onsubmit=t}get onsuspend(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onsuspend)}set onsuspend(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onsuspend=t}get ontimeupdate(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ontimeupdate)}set ontimeupdate(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ontimeupdate=t}get ontoggle(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].ontoggle)}set ontoggle(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].ontoggle=t}get onvolumechange(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onvolumechange)}set onvolumechange(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onvolumechange=t}get onwaiting(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.tryWrapperForImpl(this[o].onwaiting)}set onwaiting(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=n.tryImplForWrapper(t),this[o].onwaiting=t}get dataset(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return n.getSameObject(this,"dataset",()=>n.tryWrapperForImpl(this[o].dataset))}get nonce(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");const t=this.getAttributeNS(null,"nonce");return null===t?"":t}set nonce(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.DOMString(t,{context:"Failed to set the 'nonce' property on 'HTMLElement': The provided value"}),this.setAttributeNS(null,"nonce",t)}get tabIndex(){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");return this[o].tabIndex}set tabIndex(t){if(!this||!e.exports.is(this))throw new TypeError("Illegal invocation");t=i.long(t,{context:"Failed to set the 'tabIndex' property on 'HTMLElement': The provided value"}),this[o].tabIndex=t}}Object.defineProperties(s.prototype,{click:{enumerable:!0},focus:{enumerable:!0},blur:{enumerable:!0},title:{enumerable:!0},lang:{enumerable:!0},translate:{enumerable:!0},dir:{enumerable:!0},hidden:{enumerable:!0},accessKey:{enumerable:!0},draggable:{enumerable:!0},offsetParent:{enumerable:!0},offsetTop:{enumerable:!0},offsetLeft:{enumerable:!0},offsetWidth:{enumerable:!0},offsetHeight:{enumerable:!0},style:{enumerable:!0},onabort:{enumerable:!0},onauxclick:{enumerable:!0},onblur:{enumerable:!0},oncancel:{enumerable:!0},oncanplay:{enumerable:!0},oncanplaythrough:{enumerable:!0},onchange:{enumerable:!0},onclick:{enumerable:!0},onclose:{enumerable:!0},oncontextmenu:{enumerable:!0},oncuechange:{enumerable:!0},ondblclick:{enumerable:!0},ondrag:{enumerable:!0},ondragend:{enumerable:!0},ondragenter:{enumerable:!0},ondragexit:{enumerable:!0},ondragleave:{enumerable:!0},ondragover:{enumerable:!0},ondragstart:{enumerable:!0},ondrop:{enumerable:!0},ondurationchange:{enumerable:!0},onemptied:{enumerable:!0},onended:{enumerable:!0},onerror:{enumerable:!0},onfocus:{enumerable:!0},oninput:{enumerable:!0},oninvalid:{enumerable:!0},onkeydown:{enumerable:!0},onkeypress:{enumerable:!0},onkeyup:{enumerable:!0},onload:{enumerable:!0},onloadeddata:{enumerable:!0},onloadedmetadata:{enumerable:!0},onloadend:{enumerable:!0},onloadstart:{enumerable:!0},onmousedown:{enumerable:!0},onmouseenter:{enumerable:!0},onmouseleave:{enumerable:!0},onmousemove:{enumerable:!0},onmouseout:{enumerable:!0},onmouseover:{enumerable:!0},onmouseup:{enumerable:!0},onwheel:{enumerable:!0},onpause:{enumerable:!0},onplay:{enumerable:!0},onplaying:{enumerable:!0},onprogress:{enumerable:!0},onratechange:{enumerable:!0},onreset:{enumerable:!0},onresize:{enumerable:!0},onscroll:{enumerable:!0},onsecuritypolicyviolation:{enumerable:!0},onseeked:{enumerable:!0},onseeking:{enumerable:!0},onselect:{enumerable:!0},onstalled:{enumerable:!0},onsubmit:{enumerable:!0},onsuspend:{enumerable:!0},ontimeupdate:{enumerable:!0},ontoggle:{enumerable:!0},onvolumechange:{enumerable:!0},onwaiting:{enumerable:!0},dataset:{enumerable:!0},nonce:{enumerable:!0},tabIndex:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLElement",configurable:!0}});const u={_mixedIntoPredicates:[],is(t){if(t){if(n.hasOwn(t,o)&&t[o]instanceof l.implementation)return!0;for(const r of e.exports._mixedIntoPredicates)if(r(t))return!0}return!1},isImpl(t){if(t){if(t instanceof l.implementation)return!0;const r=n.wrapperForImpl(t);for(const t of e.exports._mixedIntoPredicates)if(t(r))return!0}return!1},convert(t,{context:r="The provided value"}={}){if(e.exports.is(t))return n.implForWrapper(t);throw new TypeError(`${r} is not of type 'HTMLElement'.`)},create(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t)},createImpl(e,t){let r=Object.create(s.prototype);return r=this.setup(r,e,t),n.implForWrapper(r)},_internalSetup(e){a._internalSetup(e)},setup(e,t,r){return r||(r={}),r.wrapper=e,this._internalSetup(e),Object.defineProperty(e,o,{value:new l.implementation(t,r),configurable:!0}),e[o][n.wrapperSymbol]=e,l.init&&l.init(e[o],r),e},interface:s,expose:{Window:{HTMLElement:s}}};e.exports=u;const l=r(3)},function(e,t,r){"use strict";const{mixin:i}=r(5),n=r(150).implementation,o=r(73),a=r(328).implementation,s=r(131).implementation,u=r(329).implementation,{firstChildWithLocalName:l}=r(30),{isDisabled:p}=r(23),{fireAnEvent:c}=r(15);class d extends n{constructor(e,t){super(e,t),this._initHTMLOrSVGElement(),this._initElementCSSInlineStyle(),this._initGlobalEvents(),this._clickInProgress=!1,this._hasActivationBehavior="summary"===this._localName}_activationBehavior(){const e=this.parentNode;e&&"details"===e._localName&&this===l(e,"summary")&&(e.hasAttributeNS(null,"open")?e.removeAttributeNS(null,"open"):e.setAttributeNS(null,"open",""))}get translate(){const e=this.getAttributeNS(null,"translate");return"yes"===e||""===e||"no"!==e&&(this===this.ownerDocument.documentElement||this.parentElement&&this.parentElement.translate)}set translate(e){!0===e?this.setAttributeNS(null,"translate","yes"):this.setAttributeNS(null,"translate","no")}click(){p(this)||this._clickInProgress||(this._clickInProgress=!0,c("click",this,o,{bubbles:!0,cancelable:!0,composed:!0,isTrusted:!1,view:this.ownerDocument.defaultView}),this._clickInProgress=!1)}get draggable(){const e=this.getAttributeNS(null,"draggable");return"true"===e||"false"!==e&&("img"===this._localName||"a"===this._localName&&this.hasAttributeNS(null,"href"))}set draggable(e){this.setAttributeNS(null,"draggable",String(e))}get dir(){let e=this.getAttributeNS(null,"dir");return null!==e&&(e=e.toLowerCase(),["ltr","rtl","auto"].includes(e))?e:""}set dir(e){this.setAttributeNS(null,"dir",e)}_attrModified(e,t,r){"style"!==e||t===r||this._settingCssText?e.startsWith("on")&&this._globalEventChanged(e.substring(2)):(this._settingCssText=!0,this._style.cssText=t,this._settingCssText=!1),super._attrModified.apply(this,arguments)}get offsetParent(){return null}get offsetTop(){return 0}get offsetLeft(){return 0}get offsetWidth(){return 0}get offsetHeight(){return 0}}i(d.prototype,a.prototype),i(d.prototype,s.prototype),i(d.prototype,u.prototype),e.exports={implementation:d}},function(e,t,r){"use strict";(function(e){ /*! * The buffer module from node.js, for the browser. * @@ -600,4 +600,4 @@ e.exports=r(637)},function(e){e.exports=JSON.parse('{"application/1d-interleaved * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. - */var i=r(390).Store,n=r(391).permuteDomain,o=r(392).pathMatch,a=r(12);function s(){i.call(this),this.idx={}}a.inherits(s,i),t.MemoryCookieStore=s,s.prototype.idx=null,s.prototype.synchronous=!0,s.prototype.inspect=function(){return"{ idx: "+a.inspect(this.idx,!1,2)+" }"},a.inspect.custom&&(s.prototype[a.inspect.custom]=s.prototype.inspect),s.prototype.findCookie=function(e,t,r,i){return this.idx[e]&&this.idx[e][t]?i(null,this.idx[e][t][r]||null):i(null,void 0)},s.prototype.findCookies=function(e,t,r){var i,a=[];if(!e)return r(null,[]);i=t?function(e){Object.keys(e).forEach(function(r){if(o(t,r)){var i=e[r];for(var n in i)a.push(i[n])}})}:function(e){for(var t in e){var r=e[t];for(var i in r)a.push(r[i])}};var s=n(e)||[e],u=this.idx;s.forEach(function(e){var t=u[e];t&&i(t)}),r(null,a)},s.prototype.putCookie=function(e,t){this.idx[e.domain]||(this.idx[e.domain]={}),this.idx[e.domain][e.path]||(this.idx[e.domain][e.path]={}),this.idx[e.domain][e.path][e.key]=e,t(null)},s.prototype.updateCookie=function(e,t,r){this.putCookie(t,r)},s.prototype.removeCookie=function(e,t,r,i){this.idx[e]&&this.idx[e][t]&&this.idx[e][t][r]&&delete this.idx[e][t][r],i(null)},s.prototype.removeCookies=function(e,t,r){return this.idx[e]&&(t?delete this.idx[e][t]:delete this.idx[e]),r(null)},s.prototype.removeAllCookies=function(e){return this.idx={},e(null)},s.prototype.getAllCookies=function(e){var t=[],r=this.idx;Object.keys(r).forEach(function(e){Object.keys(r[e]).forEach(function(i){Object.keys(r[e][i]).forEach(function(n){null!==n&&t.push(r[e][i][n])})})}),t.sort(function(e,t){return(e.creationIndex||0)-(t.creationIndex||0)}),e(null,t)}},function(e,t){e.exports="2.5.0"},function(e){e.exports=JSON.parse('{"_dependenciesComments":{"parse5":"Pinned to exact version number because we monkeypatch its internals (see htmltodom.js)"},"_from":"jsdom@15.1.1","_id":"jsdom@15.1.1","_inBundle":false,"_integrity":"sha512-cQZRBB33arrDAeCrAEWn1U3SvrvC8XysBua9Oqg1yWrsY/gYcusloJC3RZJXuY5eehSCmws8f2YeliCqGSkrtQ==","_location":"/jsdom","_phantomChildren":{},"_requested":{"type":"version","registry":true,"raw":"jsdom@15.1.1","name":"jsdom","escapedName":"jsdom","rawSpec":"15.1.1","saveSpec":null,"fetchSpec":"15.1.1"},"_requiredBy":["#DEV:/"],"_resolved":"https://registry.npmjs.org/jsdom/-/jsdom-15.1.1.tgz","_shasum":"21ed01f81d95ef4327f3e564662aef5e65881252","_spec":"jsdom@15.1.1","_where":"/Users/marktiedemann/dev/deno_std/jsdom","browser":{"canvas":false,"vm":"./lib/jsdom/vm-shim.js","./lib/jsdom/living/websockets/WebSocket-impl.js":"./lib/jsdom/living/websockets/WebSocket-impl-browser.js"},"bugs":{"url":"https://github.com/jsdom/jsdom/issues"},"bundleDependencies":false,"dependencies":{"abab":"^2.0.0","acorn":"^6.1.1","acorn-globals":"^4.3.2","array-equal":"^1.0.0","cssom":"^0.3.6","cssstyle":"^1.2.2","data-urls":"^1.1.0","domexception":"^1.0.1","escodegen":"^1.11.1","html-encoding-sniffer":"^1.0.2","nwsapi":"^2.1.4","parse5":"5.1.0","pn":"^1.1.0","request":"^2.88.0","request-promise-native":"^1.0.7","saxes":"^3.1.9","symbol-tree":"^3.2.2","tough-cookie":"^3.0.1","w3c-hr-time":"^1.0.1","w3c-xmlserializer":"^1.1.2","webidl-conversions":"^4.0.2","whatwg-encoding":"^1.0.5","whatwg-mimetype":"^2.3.0","whatwg-url":"^7.0.0","ws":"^7.0.0","xml-name-validator":"^3.0.0"},"deprecated":false,"description":"A JavaScript implementation of many web standards","devDependencies":{"benchmark":"1.0.0","browserify":"^16.2.3","chai":"^4.2.0","eslint":"^5.16.0","eslint-find-rules":"^3.3.1","eslint-plugin-html":"^5.0.5","eslint-plugin-jsdom-internal":"link:./scripts/eslint-plugin","js-yaml":"^3.13.1","karma":"^1.7.1","karma-browserify":"^5.3.0","karma-chrome-launcher":"^2.2.0","karma-mocha":"^1.3.0","karma-mocha-webworker":"^1.3.0","karma-sauce-launcher":"^1.2.0","minimatch":"^3.0.4","mocha":"^3.5.2","mocha-sugar-free":"^1.4.0","optimist":"0.6.1","portfinder":"^1.0.20","q":"^1.5.1","rimraf":"^2.6.3","server-destroy":"^1.0.1","st":"^1.2.2","watchify":"^3.11.1","wd":"^1.11.2","webidl2js":"^9.2.2"},"engines":{"node":">=8"},"homepage":"https://github.com/jsdom/jsdom#readme","keywords":["dom","html","whatwg","w3c"],"license":"MIT","main":"./lib/api.js","maintainers":[{"name":"Elijah Insua","email":"tmpvar@gmail.com","url":"http://tmpvar.com"},{"name":"Domenic Denicola","email":"d@domenic.me","url":"https://domenic.me/"},{"name":"Sebastian Mayr","email":"sebmaster16@gmail.com","url":"https://blog.smayr.name/"},{"name":"Joris van der Wel","email":"joris@jorisvanderwel.com"},{"name":"Timothy Gu","email":"timothygu99@gmail.com","url":"https://timothygu.me/"},{"name":"Zirro","email":"code@zirro.se"}],"name":"jsdom","repository":{"type":"git","url":"git+https://github.com/jsdom/jsdom.git"},"scripts":{"benchmark":"node ./benchmark/runner","benchmark-browser":"node ./benchmark/runner --bundle","convert-idl":"node ./scripts/webidl/convert","init-wpt":"git submodule update --init --recursive","lint":"eslint . --cache --ext .js,.html","lint-is-complete":"eslint-find-rules --unused .eslintrc.json","prepare":"yarn convert-idl","pretest":"yarn convert-idl && yarn init-wpt","reset-wpt":"rimraf ./test/web-platform-tests/tests && yarn init-wpt","test":"mocha test/index.js","test-api":"mocha test/api","test-browser":"yarn test-browser-iframe && yarn test-browser-worker","test-browser-iframe":"karma start test/karma.conf.js","test-browser-worker":"karma start test/karma-webworker.conf.js","test-mocha":"mocha","test-tuwpt":"mocha test/web-platform-tests/run-tuwpts.js","test-wpt":"mocha test/web-platform-tests/run-wpts.js","update-authors":"git log --format=\\"%aN <%aE>\\" | sort -f | uniq > AUTHORS.txt","update-wpt":"git submodule update --recursive --remote && cd test/web-platform-tests/tests && python wpt.py manifest --path ../wpt-manifest.json"},"version":"15.1.1"}')},function(e,t,r){"use strict";const i=r(384);e.exports=class extends i{fetch(){return null}}}]); \ No newline at end of file + */var i=r(390).Store,n=r(391).permuteDomain,o=r(392).pathMatch,a=r(12);function s(){i.call(this),this.idx={}}a.inherits(s,i),t.MemoryCookieStore=s,s.prototype.idx=null,s.prototype.synchronous=!0,s.prototype.inspect=function(){return"{ idx: "+a.inspect(this.idx,!1,2)+" }"},a.inspect.custom&&(s.prototype[a.inspect.custom]=s.prototype.inspect),s.prototype.findCookie=function(e,t,r,i){return this.idx[e]&&this.idx[e][t]?i(null,this.idx[e][t][r]||null):i(null,void 0)},s.prototype.findCookies=function(e,t,r){var i,a=[];if(!e)return r(null,[]);i=t?function(e){Object.keys(e).forEach(function(r){if(o(t,r)){var i=e[r];for(var n in i)a.push(i[n])}})}:function(e){for(var t in e){var r=e[t];for(var i in r)a.push(r[i])}};var s=n(e)||[e],u=this.idx;s.forEach(function(e){var t=u[e];t&&i(t)}),r(null,a)},s.prototype.putCookie=function(e,t){this.idx[e.domain]||(this.idx[e.domain]={}),this.idx[e.domain][e.path]||(this.idx[e.domain][e.path]={}),this.idx[e.domain][e.path][e.key]=e,t(null)},s.prototype.updateCookie=function(e,t,r){this.putCookie(t,r)},s.prototype.removeCookie=function(e,t,r,i){this.idx[e]&&this.idx[e][t]&&this.idx[e][t][r]&&delete this.idx[e][t][r],i(null)},s.prototype.removeCookies=function(e,t,r){return this.idx[e]&&(t?delete this.idx[e][t]:delete this.idx[e]),r(null)},s.prototype.removeAllCookies=function(e){return this.idx={},e(null)},s.prototype.getAllCookies=function(e){var t=[],r=this.idx;Object.keys(r).forEach(function(e){Object.keys(r[e]).forEach(function(i){Object.keys(r[e][i]).forEach(function(n){null!==n&&t.push(r[e][i][n])})})}),t.sort(function(e,t){return(e.creationIndex||0)-(t.creationIndex||0)}),e(null,t)}},function(e,t){e.exports="2.5.0"},function(e){e.exports=JSON.parse('{"_dependenciesComments":{"parse5":"Pinned to exact version number because we monkeypatch its internals (see htmltodom.js)"},"_from":"jsdom@15.1.1","_id":"jsdom@15.1.1","_inBundle":false,"_integrity":"sha512-cQZRBB33arrDAeCrAEWn1U3SvrvC8XysBua9Oqg1yWrsY/gYcusloJC3RZJXuY5eehSCmws8f2YeliCqGSkrtQ==","_location":"/jsdom","_phantomChildren":{},"_requested":{"type":"version","registry":true,"raw":"jsdom@15.1.1","name":"jsdom","escapedName":"jsdom","rawSpec":"15.1.1","saveSpec":null,"fetchSpec":"15.1.1"},"_requiredBy":["#DEV:/"],"_resolved":"https://registry.npmjs.org/jsdom/-/jsdom-15.1.1.tgz","_shasum":"21ed01f81d95ef4327f3e564662aef5e65881252","_spec":"jsdom@15.1.1","_where":"/Users/marktiedemann/dev/deno_std/jsdom","browser":{"canvas":false,"vm":"./lib/jsdom/vm-shim.js","./lib/jsdom/living/websockets/WebSocket-impl.js":"./lib/jsdom/living/websockets/WebSocket-impl-browser.js"},"bugs":{"url":"https://github.com/jsdom/jsdom/issues"},"bundleDependencies":false,"dependencies":{"abab":"^2.0.0","acorn":"^6.1.1","acorn-globals":"^4.3.2","array-equal":"^1.0.0","cssom":"^0.3.6","cssstyle":"^1.2.2","data-urls":"^1.1.0","domexception":"^1.0.1","escodegen":"^1.11.1","html-encoding-sniffer":"^1.0.2","nwsapi":"^2.1.4","parse5":"5.1.0","pn":"^1.1.0","request":"^2.88.0","request-promise-native":"^1.0.7","saxes":"^3.1.9","symbol-tree":"^3.2.2","tough-cookie":"^3.0.1","w3c-hr-time":"^1.0.1","w3c-xmlserializer":"^1.1.2","webidl-conversions":"^4.0.2","whatwg-encoding":"^1.0.5","whatwg-mimetype":"^2.3.0","whatwg-url":"^7.0.0","ws":"^7.0.0","xml-name-validator":"^3.0.0"},"deprecated":false,"description":"A JavaScript implementation of many web standards","devDependencies":{"benchmark":"1.0.0","browserify":"^16.2.3","chai":"^4.2.0","eslint":"^5.16.0","eslint-find-rules":"^3.3.1","eslint-plugin-html":"^5.0.5","eslint-plugin-jsdom-internal":"link:./scripts/eslint-plugin","js-yaml":"^3.13.1","karma":"^1.7.1","karma-browserify":"^5.3.0","karma-chrome-launcher":"^2.2.0","karma-mocha":"^1.3.0","karma-mocha-webworker":"^1.3.0","karma-sauce-launcher":"^1.2.0","minimatch":"^3.0.4","mocha":"^3.5.2","mocha-sugar-free":"^1.4.0","optimist":"0.6.1","portfinder":"^1.0.20","q":"^1.5.1","rimraf":"^2.6.3","server-destroy":"^1.0.1","st":"^1.2.2","watchify":"^3.11.1","wd":"^1.11.2","webidl2js":"^9.2.2"},"engines":{"node":">=8"},"homepage":"https://github.com/jsdom/jsdom#readme","keywords":["dom","html","whatwg","w3c"],"license":"MIT","main":"./lib/api.js","maintainers":[{"name":"Elijah Insua","email":"tmpvar@gmail.com","url":"http://tmpvar.com"},{"name":"Domenic Denicola","email":"d@domenic.me","url":"https://domenic.me/"},{"name":"Sebastian Mayr","email":"sebmaster16@gmail.com","url":"https://blog.smayr.name/"},{"name":"Joris van der Wel","email":"joris@jorisvanderwel.com"},{"name":"Timothy Gu","email":"timothygu99@gmail.com","url":"https://timothygu.me/"},{"name":"Zirro","email":"code@zirro.se"}],"name":"jsdom","repository":{"type":"git","url":"git+https://github.com/jsdom/jsdom.git"},"scripts":{"benchmark":"node ./benchmark/runner","benchmark-browser":"node ./benchmark/runner --bundle","convert-idl":"node ./scripts/webidl/convert","init-wpt":"git submodule update --init --recursive","lint":"eslint . --cache --ext .js,.html","lint-is-complete":"eslint-find-rules --unused .eslintrc.json","prepare":"yarn convert-idl","pretest":"yarn convert-idl && yarn init-wpt","reset-wpt":"rimraf ./test/web-platform-tests/tests && yarn init-wpt","test":"mocha test/index.js","test-api":"mocha test/api","test-browser":"yarn test-browser-iframe && yarn test-browser-worker","test-browser-iframe":"karma start test/karma.conf.js","test-browser-worker":"karma start test/karma-webworker.conf.js","test-mocha":"mocha","test-tuwpt":"mocha test/web-platform-tests/run-tuwpts.js","test-wpt":"mocha test/web-platform-tests/run-wpts.js","update-authors":"git log --format=\\"%aN <%aE>\\" | sort -f | uniq > AUTHORS.txt","update-wpt":"git submodule update --recursive --remote && cd test/web-platform-tests/tests && python wpt.py manifest --path ../wpt-manifest.json"},"version":"15.1.1"}')},function(e,t,r){"use strict";const i=r(384);e.exports=class extends i{fetch(){return null}}}]); diff --git a/jsdom/webpack.config.js b/jsdom/webpack.config.js index e14f149c4476..d33a5a7c1e58 100644 --- a/jsdom/webpack.config.js +++ b/jsdom/webpack.config.js @@ -6,7 +6,7 @@ module.exports = { path: path.join(__dirname, "vendor"), filename: "./jsdom.js", library: "jsdom", - libraryTarget: "window" + libraryTarget: "var" }, mode: "production", node: { @@ -16,7 +16,7 @@ module.exports = { tls: "empty" }, performance: { - // TODO: Investigate whether the bundle size can be reduced. + // TODO: Investigate whether the bundle size can be optimized. hints: false } }; diff --git a/test.ts b/test.ts index b3497da27701..706f0318f954 100755 --- a/test.ts +++ b/test.ts @@ -12,6 +12,7 @@ import "./fs/test.ts"; import "./http/test.ts"; import "./io/test.ts"; import "./installer/test.ts"; +import "./jsdom/test.ts"; import "./log/test.ts"; import "./media_types/test.ts"; import "./mime/test.ts"; From 8e4996a9fb85c07beda9dd4c16b319b90372ea47 Mon Sep 17 00:00:00 2001 From: Mark Tiedemann Date: Thu, 25 Jul 2019 02:18:45 +0200 Subject: [PATCH 6/8] Fix lint --- jsdom/test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/jsdom/test.ts b/jsdom/test.ts index 2bdd2fb0e025..3a0b006c8135 100644 --- a/jsdom/test.ts +++ b/jsdom/test.ts @@ -10,6 +10,7 @@ test(function helloWorld(): void { test(function runScripts(): void { let dom = new JSDOM( + // eslint-disable-next-line max-len '', { runScripts: "dangerously" } ); From a3dd252682d0ab16adb94219dec8082d76590cb4 Mon Sep 17 00:00:00 2001 From: Mark Tiedemann Date: Thu, 25 Jul 2019 02:25:42 +0200 Subject: [PATCH 7/8] Add docs --- jsdom/.gitignore | 2 +- jsdom/README.md | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 jsdom/README.md diff --git a/jsdom/.gitignore b/jsdom/.gitignore index 4f96fe32d489..2771f8c6a9ea 100644 --- a/jsdom/.gitignore +++ b/jsdom/.gitignore @@ -1,2 +1,2 @@ !package.json -*.bak \ No newline at end of file +*.bak diff --git a/jsdom/README.md b/jsdom/README.md new file mode 100644 index 000000000000..3ac69345dfb5 --- /dev/null +++ b/jsdom/README.md @@ -0,0 +1,18 @@ +# jsdom + +Port of [jsdom](https://github.com/jsdom/jsdom). + +> jsdom is a pure-JavaScript implementation of many web standards, notably the WHATWG [DOM](https://dom.spec.whatwg.org/) and [HTML](https://html.spec.whatwg.org/multipage/) Standards, for use with ~~Node.js~~ Deno. In general, the goal of the project is to emulate enough of a subset of a web browser to be useful for testing and scraping real-world web applications. + +## Usage + +```typescript +import { JSDOM } from "https://deno.land/std/jsdom/mod.ts"; + +let dom = new JSDOM(` + +

Hello, Deno!

+`); +let p = dom.window.document.querySelector("p"); +console.log(p.textContent); // => "Hello, Deno!" +``` From cbffa8ff7d64431d998d03504c3b93221bca5630 Mon Sep 17 00:00:00 2001 From: Mark Tiedemann Date: Thu, 25 Jul 2019 02:33:30 +0200 Subject: [PATCH 8/8] Rename module file mod.ts --- jsdom/example.ts | 2 +- jsdom/{jsdom.ts => mod.ts} | 0 jsdom/test.ts | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename jsdom/{jsdom.ts => mod.ts} (100%) diff --git a/jsdom/example.ts b/jsdom/example.ts index 8364f5e22118..6c4c59af88b6 100644 --- a/jsdom/example.ts +++ b/jsdom/example.ts @@ -1,4 +1,4 @@ -import { JSDOM } from "./jsdom.ts"; +import { JSDOM } from "./mod.ts"; let dom = new JSDOM(` diff --git a/jsdom/jsdom.ts b/jsdom/mod.ts similarity index 100% rename from jsdom/jsdom.ts rename to jsdom/mod.ts diff --git a/jsdom/test.ts b/jsdom/test.ts index 3a0b006c8135..e3689944487b 100644 --- a/jsdom/test.ts +++ b/jsdom/test.ts @@ -1,4 +1,4 @@ -import { JSDOM } from "./jsdom.ts"; +import { JSDOM } from "./mod.ts"; import { assertEquals } from "../testing/asserts.ts"; import { test, runIfMain } from "../testing/mod.ts";