mirror of
https://github.com/He4eT/huge-link.git
synced 2026-05-04 16:37:23 +00:00
17 lines
No EOL
138 KiB
JavaScript
17 lines
No EOL
138 KiB
JavaScript
module.exports=function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="/huge-link/",n(n.s="QfWi")}({"0+f6":function(e,t,n){"use strict";var r=n("bhct"),i=n("6zBE"),o=n("gbxV"),u=n("mTjI");function c(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var a=c(r),s={name:"characterReference",tokenize:function(e,t,n){var r,c,s=this,l=0;return function(t){return e.enter("characterReference"),e.enter("characterReferenceMarker"),e.consume(t),e.exit("characterReferenceMarker"),f};function f(t){return 35===t?(e.enter("characterReferenceMarkerNumeric"),e.consume(t),e.exit("characterReferenceMarkerNumeric"),p):(e.enter("characterReferenceValue"),r=31,c=i,d(t))}function p(t){return 88===t||120===t?(e.enter("characterReferenceMarkerHexadecimal"),e.consume(t),e.exit("characterReferenceMarkerHexadecimal"),e.enter("characterReferenceValue"),r=6,c=u,d):(e.enter("characterReferenceValue"),r=7,c=o,d(t))}function d(o){var u;return 59===o&&l?(u=e.exit("characterReferenceValue"),c!==i||a.default(s.sliceSerialize(u))?(e.enter("characterReferenceMarker"),e.consume(o),e.exit("characterReferenceMarker"),e.exit("characterReference"),t):n(o)):c(o)&&l++<r?(e.consume(o),d):n(o)}}};e.exports=s},"0jSK":function(e,t,n){"use strict";var r=n("4kIE"),i=n("7sXb"),o=n("H5je"),u=n("ABGz"),c={tokenize:function(e,t){var n;return function(t){return e.enter("content"),n=e.enter("chunkContent",{contentType:"content"}),i(t)};function i(t){return null===t?o(t):r(t)?e.check(a,u,o)(t):(e.consume(t),i)}function o(n){return e.exit("chunkContent"),e.exit("content"),t(n)}function u(t){return e.consume(t),e.exit("chunkContent"),n=n.next=e.enter("chunkContent",{contentType:"content",previous:n}),i}},resolve:function(e){return u(e),e},interruptible:!0,lazy:!0},a={tokenize:function(e,t,n){var u=this;return function(t){return e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),i(e,c,"linePrefix")};function c(i){return null===i||r(i)?n(i):u.parser.constructs.disable.null.indexOf("codeIndented")>-1||o(u.events,"linePrefix")<4?e.interrupt(u.parser.constructs.flow,n,t)(i):t(i)}},partial:!0};e.exports=c},"1hwd":function(e,t){e.exports=function(){for(var e={},t=0;t<arguments.length;t++){var r=arguments[t];for(var i in r)n.call(r,i)&&(e[i]=r[i])}return e};var n=Object.prototype.hasOwnProperty},"26+u":function(e,t,n){"use strict";var r=n("BN5T");e.exports=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return r(e,"definition",(function(e){var n=e.identifier.toUpperCase();n in t||(t[n]={href:e.url,title:e.title})})),t}},"2sHR":function(e,t,n){"use strict";e.exports=n("i8V1")},"3d/4":function(e,t,n){"use strict";var r=n("1hwd"),i=n("l8WD"),o=parseInt((i.version||"16").slice(0,2),10)>=16,u=i.createElement;function c(e,t){return u(e,a(t),t.children)}function a(e){var t=e["data-sourcepos"];return t?{"data-sourcepos":t}:{}}e.exports={break:"br",paragraph:"p",emphasis:"em",strong:"strong",thematicBreak:"hr",blockquote:"blockquote",delete:"del",link:"a",image:"img",linkReference:"a",imageReference:"img",table:c.bind(null,"table"),tableHead:c.bind(null,"thead"),tableBody:c.bind(null,"tbody"),tableRow:c.bind(null,"tr"),tableCell:function(e){var t=e.align?{textAlign:e.align}:void 0,n=a(e);return u(e.isHeader?"th":"td",t?r({style:t},n):n,e.children)},root:function(e){var t=e.className,n=!t&&i.Fragment||"div";return u(n,t?{className:t}:null,e.children)},text:function(e){var t=e.children||"";return o?t:u("span",null,t)},list:function(e){var t=a(e);null!==e.start&&1!==e.start&&void 0!==e.start&&(t.start=e.start.toString());return u(e.ordered?"ol":"ul",t,e.children)},listItem:function(e){var t=null;if(null!==e.checked&&void 0!==e.checked){var n=e.checked;t=u("input",{type:"checkbox",checked:n,readOnly:!0})}return u("li",a(e),t,e.children)},definition:function(){return null},heading:function(e){return u("h".concat(e.level),a(e),e.children)},inlineCode:function(e){return u("code",a(e),e.children)},code:function(e){var t=e.language&&"language-".concat(e.language),n=u("code",t?{className:t}:null,e.value);return u("pre",a(e),n)},html:function(e){if(e.skipHtml)return null;var t=e.allowDangerousHtml||!1===e.escapeHtml,n=e.isBlock?"div":"span";if(!t)return u(i.Fragment||n,null,e.value);var r={dangerouslySetInnerHTML:{__html:e.value}};return u(n,r)},virtualHtml:function(e){return u(e.tag,a(e),e.children)},parsedHtml:function(e){return e["data-sourcepos"]?i.cloneElement(e.element,{"data-sourcepos":e["data-sourcepos"]}):e.element}}},"3nVo":function(e,t,n){"use strict";var r=n("BcHT"),i=n("isG3"),o=n("pi/J"),u=n("WJEV"),c=n("VNaL"),a=n("l3jb"),s=n("vJla"),l=n("NFok");e.exports=function(e){var t={defined:[],constructs:a([l].concat(r((e||{}).extensions))),content:n(i),document:n(o),flow:n(u),string:n(c.string),text:n(c.text)};return t;function n(e){return function(n){return s(t,e,n)}}}},"4kIE":function(e,t,n){"use strict";e.exports=function(e){return e<-2}},"6zBE":function(e,t,n){"use strict";var r=n("OF0j")(/[\dA-Za-z]/);e.exports=r},"7kD2":function(e,t,n){"use strict";var r=n("BN5T");function i(e){var t=e.children;e.children=[{type:"tableHead",align:e.align,children:[t[0]],position:t[0].position}],t.length>1&&e.children.push({type:"tableBody",align:e.align,children:t.slice(1),position:{start:t[1].position.start,end:t[t.length-1].position.end}})}e.exports=function(e){return r(e,"table",i),e}},"7sXb":function(e,t,n){"use strict";var r=n("pMvH");e.exports=function(e,t,n,i){var o=i?i-1:1/0,u=0;return function(i){if(r(i))return e.enter(n),c(i);return t(i)};function c(i){return r(i)&&u++<o?(e.consume(i),c):(e.exit(n),t(i))}}},"8UgC":function(e,t,n){"use strict";t.HtmlParser="undefined"==typeof Symbol?"__RMD_HTML_PARSER__":Symbol("__RMD_HTML_PARSER__")},"9K2m":function(e,t,n){"use strict";
|
||
/** @license React v16.13.1
|
||
* react-is.production.min.js
|
||
*
|
||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||
*
|
||
* This source code is licensed under the MIT license found in the
|
||
* LICENSE file in the root directory of this source tree.
|
||
*/var r="function"==typeof Symbol&&Symbol.for,i=r?Symbol.for("react.element"):60103,o=r?Symbol.for("react.portal"):60106,u=r?Symbol.for("react.fragment"):60107,c=r?Symbol.for("react.strict_mode"):60108,a=r?Symbol.for("react.profiler"):60114,s=r?Symbol.for("react.provider"):60109,l=r?Symbol.for("react.context"):60110,f=r?Symbol.for("react.async_mode"):60111,p=r?Symbol.for("react.concurrent_mode"):60111,d=r?Symbol.for("react.forward_ref"):60112,h=r?Symbol.for("react.suspense"):60113,m=r?Symbol.for("react.suspense_list"):60120,g=r?Symbol.for("react.memo"):60115,v=r?Symbol.for("react.lazy"):60116,y=r?Symbol.for("react.block"):60121,b=r?Symbol.for("react.fundamental"):60117,x=r?Symbol.for("react.responder"):60118,k=r?Symbol.for("react.scope"):60119;function _(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case i:switch(e=e.type){case f:case p:case u:case a:case c:case h:return e;default:switch(e=e&&e.$$typeof){case l:case d:case v:case g:case s:return e;default:return t}}case o:return t}}}function w(e){return _(e)===p}t.AsyncMode=f,t.ConcurrentMode=p,t.ContextConsumer=l,t.ContextProvider=s,t.Element=i,t.ForwardRef=d,t.Fragment=u,t.Lazy=v,t.Memo=g,t.Portal=o,t.Profiler=a,t.StrictMode=c,t.Suspense=h,t.isAsyncMode=function(e){return w(e)||_(e)===f},t.isConcurrentMode=w,t.isContextConsumer=function(e){return _(e)===l},t.isContextProvider=function(e){return _(e)===s},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===i},t.isForwardRef=function(e){return _(e)===d},t.isFragment=function(e){return _(e)===u},t.isLazy=function(e){return _(e)===v},t.isMemo=function(e){return _(e)===g},t.isPortal=function(e){return _(e)===o},t.isProfiler=function(e){return _(e)===a},t.isStrictMode=function(e){return _(e)===c},t.isSuspense=function(e){return _(e)===h},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===u||e===p||e===a||e===c||e===h||e===m||"object"==typeof e&&null!==e&&(e.$$typeof===v||e.$$typeof===g||e.$$typeof===s||e.$$typeof===l||e.$$typeof===d||e.$$typeof===b||e.$$typeof===x||e.$$typeof===k||e.$$typeof===y)},t.typeOf=_},"9pEU":function(e,t,n){"use strict";var r=n("OF0j")(/[A-Za-z]/);e.exports=r},A0tY:function(e,t,n){"use strict";var r=n("4kIE"),i=n("7sXb"),o={tokenize:function(e,t,n){return i(e,(function(e){return null===e||r(e)?t(e):n(e)}),"linePrefix")},partial:!0};e.exports=o},ABGz:function(e,t,n){"use strict";var r=n("m5ak"),i=n("YT9o"),o=n("Ek7W");function u(e,t){for(var n,r,o,u,c,a,s=e[t][1],l=e[t][2],f=t-1,p=[],d=s._tokenizer||l.parser[s.contentType](s.start),h=d.events,m=[],g={};s;){for(;e[++f][1]!==s;);p.push(f),s._tokenizer||(n=l.sliceStream(s),s.next||n.push(null),r&&d.defineSkip(s.start),s.isInFirstContentOfListItem&&(d._gfmTasklistFirstContentOfListItem=!0),d.write(n),s.isInFirstContentOfListItem&&(d._gfmTasklistFirstContentOfListItem=void 0)),r=s,s=s.next}for(s=r,o=h.length;o--;)"enter"===h[o][0]?u=!0:u&&h[o][1].type===h[o-1][1].type&&h[o][1].start.line!==h[o][1].end.line&&(v(h.slice(o+1,c)),s._tokenizer=s.next=void 0,s=s.previous,c=o+1);for(d.events=s._tokenizer=s.next=void 0,v(h.slice(0,c)),o=-1,a=0;++o<m.length;)g[a+m[o][0]]=a+m[o][1],a+=m[o][1]-m[o][0]-1;return g;function v(t){var n=p.pop();m.unshift([n,n+t.length-1]),i(e,n,2,t)}}e.exports=function(e){for(var t,n,c,a,s,l,f,p={},d=-1;++d<e.length;){for(;d in p;)d=p[d];if(t=e[d],d&&"chunkFlow"===t[1].type&&"listItemPrefix"===e[d-1][1].type&&((c=0)<(l=t[1]._tokenizer.events).length&&"lineEndingBlank"===l[c][1].type&&(c+=2),c<l.length&&"content"===l[c][1].type))for(;++c<l.length&&"content"!==l[c][1].type;)"chunkText"===l[c][1].type&&(l[c][1].isInFirstContentOfListItem=!0,c++);if("enter"===t[0])t[1].contentType&&(r(p,u(e,d)),d=p[d],f=!0);else if(t[1]._container||t[1]._movePreviousLineEndings){for(c=d,n=void 0;c--&&("lineEnding"===(a=e[c])[1].type||"lineEndingBlank"===a[1].type);)"enter"===a[0]&&(n&&(e[n][1].type="lineEndingBlank"),a[1].type="lineEnding",n=c);n&&(t[1].end=o(e[n][1].start),(s=e.slice(n,d)).unshift(t),i(e,n,d-n+1,s))}}return!f}},B9Dt:function(e,t,n){"use strict";var r=n("nppI");e.exports=function(e,t){var n=parseInt(e,t);return n<9||11===n||n>13&&n<32||n>126&&n<160||n>55295&&n<57344||n>64975&&n<65008||65535==(65535&n)||65534==(65535&n)||n>1114111?"<22>":r(n)}},BN5T:function(e,t,n){"use strict";e.exports=c;var r=n("kqyo"),i=r.CONTINUE,o=r.SKIP,u=r.EXIT;function c(e,t,n,i){"function"==typeof t&&"function"!=typeof n&&(i=n,n=t,t=null),r(e,t,(function(e,t){var r=t[t.length-1],i=r?r.children.indexOf(e):null;return n(e,i,r)}),i)}c.CONTINUE=i,c.SKIP=o,c.EXIT=u},BcHT:function(e,t,n){"use strict";e.exports=function(e){return null==e?[]:"length"in e?e:[e]}},Bdgx:function(e,t,n){"use strict";var r=n("4kIE"),i={name:"codeText",tokenize:function(e,t,n){var i,o,u=0;return function(t){return e.enter("codeText"),e.enter("codeTextSequence"),c(t)};function c(t){return 96===t?(e.consume(t),u++,c):(e.exit("codeTextSequence"),a(t))}function a(t){return null===t?n(t):96===t?(o=e.enter("codeTextSequence"),i=0,l(t)):32===t?(e.enter("space"),e.consume(t),e.exit("space"),a):r(t)?(e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),a):(e.enter("codeTextData"),s(t))}function s(t){return null===t||32===t||96===t||r(t)?(e.exit("codeTextData"),a(t)):(e.consume(t),s)}function l(n){return 96===n?(e.consume(n),i++,l):i===u?(e.exit("codeTextSequence"),e.exit("codeText"),t(n)):(o.type="codeTextData",s(n))}},resolve:function(e){var t,n,r=e.length-4,i=3;if(!("lineEnding"!==e[i][1].type&&"space"!==e[i][1].type||"lineEnding"!==e[r][1].type&&"space"!==e[r][1].type))for(t=i;++t<r;)if("codeTextData"===e[t][1].type){e[r][1].type=e[i][1].type="codeTextPadding",i+=2,r-=2;break}t=i-1,r++;for(;++t<=r;)void 0===n?t!==r&&"lineEnding"!==e[t][1].type&&(n=t):t!==r&&"lineEnding"!==e[t][1].type||(e[n][1].type="codeTextData",t!==n+2&&(e[n][1].end=e[t-1][1].end,e.splice(n+2,t-n-2),r-=t-n-2,t=n+2),n=void 0);return e},previous:function(e){return 96!==e||"characterEscape"===this.events[this.events.length-1][1].type}};e.exports=i},"D+jO":function(e,t,n){var r,i=function(){var e=String.fromCharCode,t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+-$",r={};function i(e,t){if(!r[e]){r[e]={};for(var n=0;n<e.length;n++)r[e][e.charAt(n)]=n}return r[e][t]}var o={compressToBase64:function(e){if(null==e)return"";var n=o._compress(e,6,(function(e){return t.charAt(e)}));switch(n.length%4){default:case 0:return n;case 1:return n+"===";case 2:return n+"==";case 3:return n+"="}},decompressFromBase64:function(e){return null==e?"":""==e?null:o._decompress(e.length,32,(function(n){return i(t,e.charAt(n))}))},compressToUTF16:function(t){return null==t?"":o._compress(t,15,(function(t){return e(t+32)}))+" "},decompressFromUTF16:function(e){return null==e?"":""==e?null:o._decompress(e.length,16384,(function(t){return e.charCodeAt(t)-32}))},compressToUint8Array:function(e){for(var t=o.compress(e),n=new Uint8Array(2*t.length),r=0,i=t.length;r<i;r++){var u=t.charCodeAt(r);n[2*r]=u>>>8,n[2*r+1]=u%256}return n},decompressFromUint8Array:function(t){if(null==t)return o.decompress(t);for(var n=new Array(t.length/2),r=0,i=n.length;r<i;r++)n[r]=256*t[2*r]+t[2*r+1];var u=[];return n.forEach((function(t){u.push(e(t))})),o.decompress(u.join(""))},compressToEncodedURIComponent:function(e){return null==e?"":o._compress(e,6,(function(e){return n.charAt(e)}))},decompressFromEncodedURIComponent:function(e){return null==e?"":""==e?null:(e=e.replace(/ /g,"+"),o._decompress(e.length,32,(function(t){return i(n,e.charAt(t))})))},compress:function(t){return o._compress(t,16,(function(t){return e(t)}))},_compress:function(e,t,n){if(null==e)return"";var r,i,o,u={},c={},a="",s="",l="",f=2,p=3,d=2,h=[],m=0,g=0;for(o=0;o<e.length;o+=1)if(a=e.charAt(o),Object.prototype.hasOwnProperty.call(u,a)||(u[a]=p++,c[a]=!0),s=l+a,Object.prototype.hasOwnProperty.call(u,s))l=s;else{if(Object.prototype.hasOwnProperty.call(c,l)){if(l.charCodeAt(0)<256){for(r=0;r<d;r++)m<<=1,g==t-1?(g=0,h.push(n(m)),m=0):g++;for(i=l.charCodeAt(0),r=0;r<8;r++)m=m<<1|1&i,g==t-1?(g=0,h.push(n(m)),m=0):g++,i>>=1}else{for(i=1,r=0;r<d;r++)m=m<<1|i,g==t-1?(g=0,h.push(n(m)),m=0):g++,i=0;for(i=l.charCodeAt(0),r=0;r<16;r++)m=m<<1|1&i,g==t-1?(g=0,h.push(n(m)),m=0):g++,i>>=1}0==--f&&(f=Math.pow(2,d),d++),delete c[l]}else for(i=u[l],r=0;r<d;r++)m=m<<1|1&i,g==t-1?(g=0,h.push(n(m)),m=0):g++,i>>=1;0==--f&&(f=Math.pow(2,d),d++),u[s]=p++,l=String(a)}if(""!==l){if(Object.prototype.hasOwnProperty.call(c,l)){if(l.charCodeAt(0)<256){for(r=0;r<d;r++)m<<=1,g==t-1?(g=0,h.push(n(m)),m=0):g++;for(i=l.charCodeAt(0),r=0;r<8;r++)m=m<<1|1&i,g==t-1?(g=0,h.push(n(m)),m=0):g++,i>>=1}else{for(i=1,r=0;r<d;r++)m=m<<1|i,g==t-1?(g=0,h.push(n(m)),m=0):g++,i=0;for(i=l.charCodeAt(0),r=0;r<16;r++)m=m<<1|1&i,g==t-1?(g=0,h.push(n(m)),m=0):g++,i>>=1}0==--f&&(f=Math.pow(2,d),d++),delete c[l]}else for(i=u[l],r=0;r<d;r++)m=m<<1|1&i,g==t-1?(g=0,h.push(n(m)),m=0):g++,i>>=1;0==--f&&(f=Math.pow(2,d),d++)}for(i=2,r=0;r<d;r++)m=m<<1|1&i,g==t-1?(g=0,h.push(n(m)),m=0):g++,i>>=1;for(;;){if(m<<=1,g==t-1){h.push(n(m));break}g++}return h.join("")},decompress:function(e){return null==e?"":""==e?null:o._decompress(e.length,32768,(function(t){return e.charCodeAt(t)}))},_decompress:function(t,n,r){var i,o,u,c,a,s,l,f=[],p=4,d=4,h=3,m="",g=[],v={val:r(0),position:n,index:1};for(i=0;i<3;i+=1)f[i]=i;for(u=0,a=Math.pow(2,2),s=1;s!=a;)c=v.val&v.position,v.position>>=1,0==v.position&&(v.position=n,v.val=r(v.index++)),u|=(c>0?1:0)*s,s<<=1;switch(u){case 0:for(u=0,a=Math.pow(2,8),s=1;s!=a;)c=v.val&v.position,v.position>>=1,0==v.position&&(v.position=n,v.val=r(v.index++)),u|=(c>0?1:0)*s,s<<=1;l=e(u);break;case 1:for(u=0,a=Math.pow(2,16),s=1;s!=a;)c=v.val&v.position,v.position>>=1,0==v.position&&(v.position=n,v.val=r(v.index++)),u|=(c>0?1:0)*s,s<<=1;l=e(u);break;case 2:return""}for(f[3]=l,o=l,g.push(l);;){if(v.index>t)return"";for(u=0,a=Math.pow(2,h),s=1;s!=a;)c=v.val&v.position,v.position>>=1,0==v.position&&(v.position=n,v.val=r(v.index++)),u|=(c>0?1:0)*s,s<<=1;switch(l=u){case 0:for(u=0,a=Math.pow(2,8),s=1;s!=a;)c=v.val&v.position,v.position>>=1,0==v.position&&(v.position=n,v.val=r(v.index++)),u|=(c>0?1:0)*s,s<<=1;f[d++]=e(u),l=d-1,p--;break;case 1:for(u=0,a=Math.pow(2,16),s=1;s!=a;)c=v.val&v.position,v.position>>=1,0==v.position&&(v.position=n,v.val=r(v.index++)),u|=(c>0?1:0)*s,s<<=1;f[d++]=e(u),l=d-1,p--;break;case 2:return g.join("")}if(0==p&&(p=Math.pow(2,h),h++),f[l])m=f[l];else{if(l!==d)return null;m=o+o.charAt(0)}g.push(m),f[d++]=o+m.charAt(0),o=m,0==--p&&(p=Math.pow(2,h),h++)}}};return o}();void 0===(r=function(){return i}.call(t,n,t,e))||(e.exports=r)},E02R:function(e,t,n){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},EbX1:function(e,t){function n(e){return!!e.constructor&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)}
|
||
/*!
|
||
* Determine if an object is a Buffer
|
||
*
|
||
* @author Feross Aboukhadijeh <https://feross.org>
|
||
* @license MIT
|
||
*/
|
||
e.exports=function(e){return null!=e&&(n(e)||function(e){return"function"==typeof e.readFloatLE&&"function"==typeof e.slice&&n(e.slice(0,0))}(e)||!!e._isBuffer)}},Ek7W:function(e,t,n){"use strict";var r=n("m5ak");e.exports=function(e){return r({},e)}},EsqR:function(e,t,n){"use strict";var r=n("pMvH"),i=n("7sXb"),o={name:"blockQuote",tokenize:function(e,t,n){var i=this;return function(t){if(62===t)return i.containerState.open||(e.enter("blockQuote",{_container:!0}),i.containerState.open=!0),e.enter("blockQuotePrefix"),e.enter("blockQuoteMarker"),e.consume(t),e.exit("blockQuoteMarker"),o;return n(t)};function o(n){return r(n)?(e.enter("blockQuotePrefixWhitespace"),e.consume(n),e.exit("blockQuotePrefixWhitespace"),e.exit("blockQuotePrefix"),t):(e.exit("blockQuotePrefix"),t(n))}},continuation:{tokenize:function(e,t,n){return i(e,e.attempt(o,t,n),"linePrefix",this.parser.constructs.disable.null.indexOf("codeIndented")>-1?void 0:4)}},exit:function(e){e.exit("blockQuote")}};e.exports=o},FsDf:function(e,t,n){"use strict";e.exports=function(e,t){var n,r=t.start._index,i=t.start._bufferIndex,o=t.end._index,u=t.end._bufferIndex;return r===o?n=[e[r].slice(i,u)]:(n=e.slice(r,o),i>-1&&(n[0]=n[0].slice(i)),u>0&&n.push(e[o].slice(0,u))),n}},GFNa:function(e,t,n){},GZPr:function(e,t,n){"use strict";var r=["http","https","mailto","tel"];e.exports=function(e){var t=(e||"").trim(),n=t.charAt(0);if("#"===n||"/"===n)return t;var i=t.indexOf(":");if(-1===i)return t;for(var o=r.length,u=-1;++u<o;){var c=r[u];if(i===c.length&&t.slice(0,c.length).toLowerCase()===c)return t}return-1!==(u=t.indexOf("?"))&&i>u||-1!==(u=t.indexOf("#"))&&i>u?t:"javascript:void(0)"}},Gthe:function(e,t,n){"use strict";var r=n("OF0j")(/[#-'*+\--9=?A-Z^-~]/);e.exports=r},H5je:function(e,t,n){"use strict";var r=n("hKxf");e.exports=function(e,t){var n=e[e.length-1];return n&&n[1].type===t?r(n[2].sliceStream(n[1])):0}},HteQ:function(e,t){e.exports=require("preact")},INXP:function(e,t,n){"use strict";e.exports=/[!-\/:-@\[-`\{-~\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061E\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C77\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4F\u2E52\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]/},Iacx:function(e,t,n){"use strict";var r=[].slice;e.exports=function(e,t){var n;return function(){var t,u=r.call(arguments,0),c=e.length>u.length;c&&u.push(i);try{t=e.apply(null,u)}catch(e){if(c&&n)throw e;return i(e)}c||(t&&"function"==typeof t.then?t.then(o,i):t instanceof Error?i(t):o(t))};function i(){n||(n=!0,t.apply(null,arguments))}function o(e){i(null,e)}}},JdhB:function(e,t,n){"use strict";var r=n("4kIE"),i=n("pMvH"),o=n("7sXb"),u={name:"thematicBreak",tokenize:function(e,t,n){var u,c=0;return function(t){return e.enter("thematicBreak"),u=t,a(t)};function a(l){return l===u?(e.enter("thematicBreakSequence"),s(l)):i(l)?o(e,a,"whitespace")(l):c<3||null!==l&&!r(l)?n(l):(e.exit("thematicBreak"),t(l))}function s(t){return t===u?(e.consume(t),c++,s):(e.exit("thematicBreakSequence"),a(t))}}};e.exports=u},K4HH:function(e,t,n){"use strict";var r=n("YT9o"),i=n("4kIE"),o=n("pMvH"),u=n("7sXb"),c=n("mQVw"),a={name:"headingAtx",tokenize:function(e,t,n){var r=this,a=0;return function(t){return e.enter("atxHeading"),e.enter("atxHeadingSequence"),s(t)};function s(i){return 35===i&&a++<6?(e.consume(i),s):null===i||c(i)?(e.exit("atxHeadingSequence"),r.interrupt?t(i):l(i)):n(i)}function l(n){return 35===n?(e.enter("atxHeadingSequence"),f(n)):null===n||i(n)?(e.exit("atxHeading"),t(n)):o(n)?u(e,l,"whitespace")(n):(e.enter("atxHeadingText"),p(n))}function f(t){return 35===t?(e.consume(t),f):(e.exit("atxHeadingSequence"),l(t))}function p(t){return null===t||35===t||c(t)?(e.exit("atxHeadingText"),l(t)):(e.consume(t),p)}},resolve:function(e,t){var n,i,o=e.length-2,u=3;"whitespace"===e[u][1].type&&(u+=2);o-2>u&&"whitespace"===e[o][1].type&&(o-=2);"atxHeadingSequence"===e[o][1].type&&(u===o-1||o-4>u&&"whitespace"===e[o-2][1].type)&&(o-=u+1===o?2:4);o>u&&(n={type:"atxHeadingText",start:e[u][1].start,end:e[o][1].end},i={type:"chunkText",start:e[u][1].start,end:e[o][1].end,contentType:"text"},r(e,u,o-u+1,[["enter",n,t],["enter",i,t],["exit",i,t],["exit",n,t]]));return e}};e.exports=a},KSUl:function(e,t,n){"use strict";var r=[].splice;e.exports=r},Kio5:function(e,t,n){"use strict";var r=n("OF0j")(/\s/);e.exports=r},LO0j:function(e,t,n){"use strict";var r=n("1hwd"),i=n("w6Nv"),o=n("yAYQ"),u=n("W0B4"),c=n("unVz"),a=n("gxcY"),s=n("N//3"),l=n("XmUT"),f=n("7kD2"),p=n("26+u"),d=n("GZPr"),h=n("3d/4"),m=n("8UgC"),g=Object.keys(h),v=function(e){var t=e.source||e.children||"";if(e.allowedTypes&&e.disallowedTypes)throw new Error("Only one of `allowedTypes` and `disallowedTypes` should be defined");var n=r(h,e.renderers),u=i().use(o).use(e.plugins||[]),d=u.runSync(u.parse(t)),v=r(e,{renderers:n,definitions:p(d)});return function(e){var t=[f,c()],n=e.disallowedTypes;e.allowedTypes&&(n=g.filter((function(t){return"root"!==t&&-1===e.allowedTypes.indexOf(t)})));var r=e.unwrapDisallowed?"unwrap":"remove";n&&n.length>0&&t.push(s.ofType(n,r));e.allowNode&&t.push(s.ifNotMatch(e.allowNode,r));var i=(e.allowDangerousHtml||!1===e.escapeHtml)&&!e.skipHtml,o=(e.astPlugins||[]).some((function(e){return e.identity===m.HtmlParser}));i&&!o&&t.push(a);e.astPlugins&&(t=t.concat(e.astPlugins));return t.push(l),t}(e).forEach((function(e){d=e(d,v)})),d};v.defaultProps={transformLinkUri:d},v.propTypes={className:u.string,source:u.string,children:u.string,sourcePos:u.bool,rawSourcePos:u.bool,escapeHtml:u.bool,allowDangerousHtml:u.bool,skipHtml:u.bool,allowNode:u.func,allowedTypes:u.arrayOf(u.oneOf(g)),disallowedTypes:u.arrayOf(u.oneOf(g)),transformLinkUri:u.oneOfType([u.func,u.bool]),linkTarget:u.oneOfType([u.func,u.string]),transformImageUri:u.func,astPlugins:u.arrayOf(u.func),unwrapDisallowed:u.bool,renderers:u.object,plugins:u.array},v.types=g,v.renderers=h,v.uriTransformer=d,e.exports=v},LzXL:function(e,t,n){"use strict";e.exports=process},"N//3":function(e,t,n){"use strict";var r=n("BN5T"),i=[].splice;function o(e,t){return function(e){return r(e,n),e};function n(n,r,o){if(o&&!e(n,r,o)){var u=[r,1];return"unwrap"===t&&n.children&&(u=u.concat(n.children)),i.apply(o.children,u),r}}}t.ofType=function(e,t){return o((function(t,n,r){return!e.includes(t.type)}),t)},t.ifNotMatch=o},NFok:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n("VNaL"),i=n("w+ik"),o=n("UMwc"),u=n("EsqR"),c=n("lD/g"),a=n("0+f6"),s=n("sy7/"),l=n("xyCV"),f=n("Bdgx"),p=n("kSGr"),d=n("qWgT"),h=n("K4HH"),m=n("oAca"),g=n("oarT"),v=n("tezt"),y=n("zTh2"),b=n("XFvC"),x=n("gC7f"),k=n("JdhB"),_=n("Z6Dk"),w=n("zN7H"),E={42:_,43:_,45:_,48:_,49:_,50:_,51:_,52:_,53:_,54:_,55:_,56:_,57:_,62:u},S={91:p},A={"-2":l,"-1":l,32:l},C={35:h,42:k,45:[w,k],60:m,61:w,95:k,96:s,126:s},q={38:a,92:c},T={"-5":x,"-4":x,"-3":x,33:y,38:a,42:i,60:[o,g],91:b,92:[d,c],93:v,95:i,96:f},O={null:[i,r.resolver]};t.contentInitial=S,t.disable={null:[]},t.document=E,t.flow=C,t.flowInitial=A,t.insideSpan=O,t.string=q,t.text=T},NS33:function(e,t,n){"use strict";var r=n("E02R");function i(){}function o(){}o.resetWarningCache=i,e.exports=function(){function e(e,t,n,i,o,u){if(u!==r){var c=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw c.name="Invariant Violation",c}}function t(){return e}e.isRequired=e;var n={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:o,resetWarningCache:i};return n.PropTypes=n,n}},OF0j:function(e,t,n){"use strict";var r=n("nppI");e.exports=function(e){return function(t){return e.test(r(t))}}},Q4YM:function(e,t,n){"use strict";function r(e){return e&&(e.value||e.alt||e.title||"children"in e&&i(e.children)||"length"in e&&i(e))||""}function i(e){for(var t=[],n=-1;++n<e.length;)t[n]=r(e[n]);return t.join("")}e.exports=r},QGTt:function(e,t,n){"use strict";var r=n("4kIE"),i=n("pMvH"),o=n("7sXb");e.exports=function(e,t){var n;return function u(c){if(r(c))return e.enter("lineEnding"),e.consume(c),e.exit("lineEnding"),n=!0,u;if(i(c))return o(e,u,n?"linePrefix":"lineSuffix")(c);return t(c)}}},QRet:function(e,t,n){"use strict";n.d(t,"k",(function(){return m})),n.d(t,"i",(function(){return g})),n.d(t,"d",(function(){return v})),n.d(t,"g",(function(){return y})),n.d(t,"j",(function(){return b})),n.d(t,"f",(function(){return x})),n.d(t,"h",(function(){return k})),n.d(t,"a",(function(){return _})),n.d(t,"b",(function(){return w})),n.d(t,"c",(function(){return E})),n.d(t,"e",(function(){return S}));var r,i,o,u=n("HteQ"),c=0,a=[],s=u.options.__b,l=u.options.__r,f=u.options.diffed,p=u.options.__c,d=u.options.unmount;function h(e,t){u.options.__h&&u.options.__h(i,e,c||t),c=0;var n=i.__H||(i.__H={__:[],__h:[]});return e>=n.__.length&&n.__.push({}),n.__[e]}function m(e){return c=1,g(F,e)}function g(e,t,n){var o=h(r++,2);return o.t=e,o.__c||(o.__=[n?n(t):F(void 0,t),function(e){var t=o.t(o.__[0],e);o.__[0]!==t&&(o.__=[t,o.__[1]],o.__c.setState({}))}],o.__c=i),o.__}function v(e,t){var n=h(r++,3);!u.options.__s&&O(n.__H,t)&&(n.__=e,n.__H=t,i.__H.__h.push(n))}function y(e,t){var n=h(r++,4);!u.options.__s&&O(n.__H,t)&&(n.__=e,n.__H=t,i.__h.push(n))}function b(e){return c=5,k((function(){return{current:e}}),[])}function x(e,t,n){c=6,y((function(){"function"==typeof e?e(t()):e&&(e.current=t())}),null==n?n:n.concat(e))}function k(e,t){var n=h(r++,7);return O(n.__H,t)&&(n.__=e(),n.__H=t,n.__h=e),n.__}function _(e,t){return c=8,k((function(){return e}),t)}function w(e){var t=i.context[e.__c],n=h(r++,9);return n.__c=e,t?(null==n.__&&(n.__=!0,t.sub(i)),t.props.value):e.__}function E(e,t){u.options.useDebugValue&&u.options.useDebugValue(t?t(e):e)}function S(e){var t=h(r++,10),n=m();return t.__=e,i.componentDidCatch||(i.componentDidCatch=function(e){t.__&&t.__(e),n[1](e)}),[n[0],function(){n[1](void 0)}]}function A(){a.forEach((function(e){if(e.__P)try{e.__H.__h.forEach(q),e.__H.__h.forEach(T),e.__H.__h=[]}catch(t){e.__H.__h=[],u.options.__e(t,e.__v)}})),a=[]}u.options.__b=function(e){i=null,s&&s(e)},u.options.__r=function(e){l&&l(e),r=0;var t=(i=e.__c).__H;t&&(t.__h.forEach(q),t.__h.forEach(T),t.__h=[])},u.options.diffed=function(e){f&&f(e);var t=e.__c;t&&t.__H&&t.__H.__h.length&&(1!==a.push(t)&&o===u.options.requestAnimationFrame||((o=u.options.requestAnimationFrame)||function(e){var t,n=function(){clearTimeout(r),C&&cancelAnimationFrame(t),setTimeout(e)},r=setTimeout(n,100);C&&(t=requestAnimationFrame(n))})(A)),i=void 0},u.options.__c=function(e,t){t.some((function(e){try{e.__h.forEach(q),e.__h=e.__h.filter((function(e){return!e.__||T(e)}))}catch(n){t.some((function(e){e.__h&&(e.__h=[])})),t=[],u.options.__e(n,e.__v)}})),p&&p(e,t)},u.options.unmount=function(e){d&&d(e);var t=e.__c;if(t&&t.__H)try{t.__H.__.forEach(q)}catch(e){u.options.__e(e,t.__v)}};var C="function"==typeof requestAnimationFrame;function q(e){var t=i;"function"==typeof e.__c&&e.__c(),i=t}function T(e){var t=i;e.__c=e.__(),i=t}function O(e,t){return!e||e.length!==t.length||t.some((function(t,n){return t!==e[n]}))}function F(e,t){return"function"==typeof t?t(e):t}},QfWi:function(e,t,n){"use strict";n.r(t);var r=n("HteQ"),i=n("QRet"),o=n("Y3FI"),u=n("ox/y"),c=n("tP7B"),a=n.n(c),s=function(e){var t=e.markdown,n=e.setMarkdown;return Object(r.h)("section",null,Object(r.h)("h1",null,"Huge link"),Object(r.h)("p",null,"A minimalist serverless publishing tool that allows you to create markdown posts and push them to the Web by sharing the link."),Object(r.h)("textarea",{class:a.a.textarea,placeholder:"Write a post using markdown and click Preview",onInput:function(e){var t=e.target;return n(t.value)}},t),Object(r.h)("nav",null,Object(r.h)(u.Link,{href:"/preview"},"Preview")))},l=n("LO0j"),f=n.n(l),p=n("D+jO"),d=function(e){return null},h=function(e){return e},m=function(e){return Object(r.h)("header",null,Object(r.h)("nav",null,Object(r.h)("ul",null,Object(r.h)("li",null,Object(r.h)(u.Link,{href:"/"},"Edit")),Object(r.h)("li",null,Object(r.h)(u.Link,{href:"/p/"+e},"Publish")))))},g=function(e){var t=e.mode,n=e.payload,i=e.setMarkdown,o={preview:[m,h,p.compressToEncodedURIComponent],post:[d,p.decompressFromEncodedURIComponent,h]}[t],c=o[0],a=o[1],s=o[2],l=a(n),g=s(n);return i(l),Object(r.h)("section",null,c(g),Object(r.h)("article",null,Object(r.h)(f.a,null,l)),Object(r.h)(u.Link,{href:"/"},"Edit post"))};n("pRls"),n("GFNa");function v(){return(v=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}t.default=function(){var e=Object(i.k)(""),t=e[0],n=e[1];return Object(r.h)("main",null,Object(r.h)(o.Router,null,Object(r.h)(s,v({path:"/",markdown:t},{setMarkdown:n})),Object(r.h)(g,v({path:"/preview/",mode:"preview",payload:t},{setMarkdown:n})),Object(r.h)(g,v({path:"/p/:payload",mode:"post"},{setMarkdown:n}))))}},QzUl:function(e,t,n){"use strict";var r=n("mQVw"),i=n("ir0M"),o=n("Kio5");e.exports=function(e){return null===e||r(e)||o(e)?1:i(e)?2:void 0}},SpX7:function(e,t,n){"use strict";e.exports=n("oyvS")},UMwc:function(e,t,n){"use strict";var r=n("6zBE"),i=n("9pEU"),o=n("Gthe"),u=n("yBEM"),c={name:"autolink",tokenize:function(e,t,n){var c=1;return function(t){return e.enter("autolink"),e.enter("autolinkMarker"),e.consume(t),e.exit("autolinkMarker"),e.enter("autolinkProtocol"),a};function a(t){return i(t)?(e.consume(t),s):o(t)?p(t):n(t)}function s(e){return 43===e||45===e||46===e||r(e)?l(e):p(e)}function l(t){return 58===t?(e.consume(t),f):(43===t||45===t||46===t||r(t))&&c++<32?(e.consume(t),l):p(t)}function f(t){return 62===t?(e.exit("autolinkProtocol"),g(t)):32===t||60===t||u(t)?n(t):(e.consume(t),f)}function p(t){return 64===t?(e.consume(t),c=0,d):o(t)?(e.consume(t),p):n(t)}function d(e){return r(e)?h(e):n(e)}function h(t){return 46===t?(e.consume(t),c=0,d):62===t?(e.exit("autolinkProtocol").type="autolinkEmail",g(t)):m(t)}function m(t){return(45===t||r(t))&&c++<63?(e.consume(t),45===t?m:h):n(t)}function g(n){return e.enter("autolinkMarker"),e.consume(n),e.exit("autolinkMarker"),e.exit("autolink"),t}}};e.exports=c},VNaL:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n("m5ak"),i=n("Ek7W"),o=a("text"),u=a("string"),c={resolveAll:s()};function a(e){return{tokenize:function(t){var n=this,r=this.parser.constructs[e],i=t.attempt(r,o,u);return o;function o(e){return a(e)?i(e):u(e)}function u(e){if(null!==e)return t.enter("data"),t.consume(e),c;t.consume(e)}function c(e){return a(e)?(t.exit("data"),i(e)):(t.consume(e),c)}function a(e){var t=r[e],i=-1;if(null===e)return!0;if(t)for(;++i<t.length;)if(!t[i].previous||t[i].previous.call(n,n.previous))return!0}},resolveAll:s("text"===e?l:void 0)}}function s(e){return function(t,n){var r,i=-1;for(;++i<=t.length;)void 0===r?t[i]&&"data"===t[i][1].type&&(r=i,i++):t[i]&&"data"===t[i][1].type||(i!==r+2&&(t[r][1].end=t[i-1][1].end,t.splice(r+2,i-r-2),i=r+2),r=void 0);return e?e(t,n):t}}function l(e,t){for(var n,o,u,c,a,s,l,f,p=-1;++p<=e.length;)if((p===e.length||"lineEnding"===e[p][1].type)&&"data"===e[p-1][1].type){for(o=e[p-1][1],c=(n=t.sliceStream(o)).length,a=-1,s=0,l=void 0;c--;)if("string"==typeof(u=n[c])){for(a=u.length;32===u.charCodeAt(a-1);)s++,a--;if(a)break;a=-1}else if(-2===u)l=!0,s++;else if(-1!==u){c++;break}s&&(f={type:p===e.length||l||s<2?"lineSuffix":"hardBreakTrailing",start:{line:o.end.line,column:o.end.column-s,offset:o.end.offset-s,_index:o.start._index+c,_bufferIndex:c?a:o.start._bufferIndex+a},end:i(o.end)},o.end=i(f.start),o.start.offset===o.end.offset?r(o,f):(e.splice(p,0,["enter",f,t],["exit",f,t]),p+=2)),p++}return e}t.resolver=c,t.string=u,t.text=o},W0B4:function(e,t,n){e.exports=n("NS33")()},W9KB:function(e,t,n){"use strict";e.exports=function(e){return e.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}},WJEV:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n("7sXb"),i=n("A0tY"),o=n("0jSK"),u=function(e){var t=this,n=e.attempt(i,(function(r){if(null===r)return void e.consume(r);return e.enter("lineEndingBlank"),e.consume(r),e.exit("lineEndingBlank"),t.currentConstruct=void 0,n}),e.attempt(this.parser.constructs.flowInitial,u,r(e,e.attempt(this.parser.constructs.flow,u,e.attempt(o,u)),"linePrefix")));return n;function u(r){if(null!==r)return e.enter("lineEnding"),e.consume(r),e.exit("lineEnding"),t.currentConstruct=void 0,n;e.consume(r)}};t.tokenize=u},"Ww+Z":function(e,t,n){"use strict";e.exports=function(e,t,n){for(var r,i=[],o=-1;++o<e.length;)(r=e[o].resolveAll)&&i.indexOf(r)<0&&(t=r(t,n),i.push(r));return t}},XFvC:function(e,t,n){"use strict";var r={name:"labelStartLink",tokenize:function(e,t,n){var r=this;return function(t){return e.enter("labelLink"),e.enter("labelMarker"),e.consume(t),e.exit("labelMarker"),e.exit("labelLink"),i};function i(e){return 94===e&&"_hiddenFootnoteSupport"in r.parser.constructs?n(e):t(e)}},resolveAll:n("tezt").resolveAll};e.exports=r},XmUT:function(e,t,n){"use strict";var r=n("l8WD"),i=n("1hwd"),o=n("xVO4");function u(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,a=t.renderers[e.type];e.position||(e.position={start:{line:null,column:null,offset:null},end:{line:null,column:null,offset:null}});var s=e.position.start,l=[e.type,s.line,s.column,i].join("-");if(!o.isValidElementType(a))throw new Error("Renderer for type `".concat(e.type,"` not defined or is not renderable"));var f=c(e,l,t,a,n,i);return r.createElement(a,f,f.children||p()||void 0);function p(){return e.children&&e.children.map((function(n,r){return u(n,t,{node:e,props:f},r)}))}}function c(e,t,n,o,c,l){var f,p={key:t},d="string"==typeof o||o===r.Fragment;n.sourcePos&&e.position&&(p["data-sourcepos"]=[(f=e.position).start.line,":",f.start.column,"-",f.end.line,":",f.end.column].map(String).join("")),n.rawSourcePos&&!d&&(p.sourcePosition=e.position),n.includeNodeIndex&&c.node&&c.node.children&&!d&&(p.index=c.node.children.indexOf(e),p.parentChildCount=c.node.children.length);var h=null!==e.identifier&&void 0!==e.identifier?n.definitions[e.identifier.toUpperCase()]||{}:null;switch(e.type){case"root":a(p,{className:n.className});break;case"text":p.nodeKey=t,p.children=e.value;break;case"heading":p.level=e.depth;break;case"list":p.start=e.start,p.ordered=e.ordered,p.spread=e.spread,p.depth=e.depth;break;case"listItem":p.checked=e.checked,p.spread=e.spread,p.ordered=e.ordered,p.index=e.index,p.children=function(e,t){return(t&&t.node?function(e){var t=e.children,n=e.spread,r=-1;for(;!n&&++r<t.length;)n=s(t[r]);return n}(t.node):s(e))?e.children:function(e){return e.children.reduce((function(e,t){return e.concat("paragraph"===t.type?t.children:[t])}),[])}(e)}(e,c).map((function(t,r){return u(t,n,{node:e,props:p},r)}));break;case"definition":a(p,{identifier:e.identifier,title:e.title,url:e.url});break;case"code":a(p,{language:e.lang&&e.lang.split(/\s/,1)[0]});break;case"inlineCode":p.children=e.value,p.inline=!0;break;case"link":a(p,{title:e.title||void 0,target:"function"==typeof n.linkTarget?n.linkTarget(e.url,e.children,e.title):n.linkTarget,href:n.transformLinkUri?n.transformLinkUri(e.url,e.children,e.title):e.url});break;case"image":a(p,{src:n.transformImageUri?n.transformImageUri(e.url,e.children,e.title,e.alt):e.url,alt:e.alt||"",title:e.title||void 0});break;case"linkReference":a(p,i(h,{href:n.transformLinkUri?n.transformLinkUri(h.href):h.href}));break;case"imageReference":a(p,{src:n.transformImageUri&&h.href?n.transformImageUri(h.href,e.children,h.title,e.alt):h.href,alt:e.alt||"",title:h.title||void 0});break;case"table":case"tableHead":case"tableBody":p.columnAlignment=e.align;break;case"tableRow":p.isHeader="tableHead"===c.node.type,p.columnAlignment=c.props.columnAlignment;break;case"tableCell":a(p,{isHeader:c.props.isHeader,align:c.props.columnAlignment[l]});break;case"virtualHtml":p.tag=e.tag;break;case"html":p.isBlock=e.position.start.line!==e.position.end.line,p.allowDangerousHtml=n.allowDangerousHtml,p.escapeHtml=n.escapeHtml,p.skipHtml=n.skipHtml;break;case"parsedHtml":var m;e.children&&(m=e.children.map((function(t,r){return u(t,n,{node:e,props:p},r)}))),p.allowDangerousHtml=n.allowDangerousHtml,p.escapeHtml=n.escapeHtml,p.skipHtml=n.skipHtml,p.element=e.element?function(e,t){var n=e.element;if(Array.isArray(n)){var i=r.Fragment||"div";return r.createElement(i,null,n)}if(n.props.children||t){var o=r.Children.toArray(n.props.children).concat(t);return r.cloneElement(n,null,o)}return r.cloneElement(n,null)}(e,m):null;break;default:a(p,i(e,{type:void 0,position:void 0,children:void 0}))}return!d&&e.value&&(p.value=e.value),d||(p.node=e),p}function a(e,t){for(var n in t)void 0!==t[n]&&(e[n]=t[n])}function s(e){var t=e.spread;return null==t?e.children.length>1:t}e.exports=u},Y3FI:function(e,t,n){"use strict";n.r(t),n.d(t,"subscribers",(function(){return d})),n.d(t,"getCurrentUrl",(function(){return m})),n.d(t,"route",(function(){return g})),n.d(t,"Router",(function(){return w})),n.d(t,"Route",(function(){return S})),n.d(t,"Link",(function(){return E})),n.d(t,"exec",(function(){return u}));var r=n("HteQ"),i={};function o(e,t){for(var n in t)e[n]=t[n];return e}function u(e,t,n){var r,o=/(?:\?([^#]*))?(#.*)?$/,u=e.match(o),c={};if(u&&u[1])for(var a=u[1].split("&"),l=0;l<a.length;l++){var f=a[l].split("=");c[decodeURIComponent(f[0])]=decodeURIComponent(f.slice(1).join("="))}e=s(e.replace(o,"")),t=s(t||"");for(var p=Math.max(e.length,t.length),d=0;d<p;d++)if(t[d]&&":"===t[d].charAt(0)){var h=t[d].replace(/(^:|[+*?]+$)/g,""),m=(t[d].match(/[+*?]+$/)||i)[0]||"",g=~m.indexOf("+"),v=~m.indexOf("*"),y=e[d]||"";if(!y&&!v&&(m.indexOf("?")<0||g)){r=!1;break}if(c[h]=decodeURIComponent(y),g||v){c[h]=e.slice(d).map(decodeURIComponent).join("/");break}}else if(t[d]!==e[d]){r=!1;break}return(!0===n.default||!1!==r)&&c}function c(e,t){return e.rank<t.rank?1:e.rank>t.rank?-1:e.index-t.index}function a(e,t){return e.index=t,e.rank=function(e){return e.props.default?0:(t=e.props.path,s(t).map(l).join(""));var t}(e),e.props}function s(e){return e.replace(/(^\/+|\/+$)/g,"").split("/")}function l(e){return":"==e.charAt(0)?1+"*+?".indexOf(e.charAt(e.length-1))||4:5}var f=null,p=[],d=[],h={};function m(){var e;return""+((e=f&&f.location?f.location:f&&f.getCurrentLocation?f.getCurrentLocation():"undefined"!=typeof location?location:h).pathname||"")+(e.search||"")}function g(e,t){return void 0===t&&(t=!1),"string"!=typeof e&&e.url&&(t=e.replace,e=e.url),function(e){for(var t=p.length;t--;)if(p[t].canRoute(e))return!0;return!1}(e)&&function(e,t){void 0===t&&(t="push"),f&&f[t]?f[t](e):"undefined"!=typeof history&&history[t+"State"]&&history[t+"State"](null,null,e)}(e,t?"replace":"push"),v(e)}function v(e){for(var t=!1,n=0;n<p.length;n++)!0===p[n].routeTo(e)&&(t=!0);for(var r=d.length;r--;)d[r](e);return t}function y(e){if(e&&e.getAttribute){var t=e.getAttribute("href"),n=e.getAttribute("target");if(t&&t.match(/^\//g)&&(!n||n.match(/^_?self$/i)))return g(t)}}function b(e){if(!(e.ctrlKey||e.metaKey||e.altKey||e.shiftKey||0!==e.button))return y(e.currentTarget||e.target||this),x(e)}function x(e){return e&&(e.stopImmediatePropagation&&e.stopImmediatePropagation(),e.stopPropagation&&e.stopPropagation(),e.preventDefault()),!1}function k(e){if(!(e.ctrlKey||e.metaKey||e.altKey||e.shiftKey||0!==e.button)){var t=e.target;do{if("A"===String(t.nodeName).toUpperCase()&&t.getAttribute("href")){if(t.hasAttribute("native"))return;if(y(t))return x(e)}}while(t=t.parentNode)}}var _=!1;var w=function(e){function t(t){e.call(this,t),t.history&&(f=t.history),this.state={url:t.url||m()},_||("function"==typeof addEventListener&&(f||addEventListener("popstate",(function(){v(m())})),addEventListener("click",k)),_=!0)}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.shouldComponentUpdate=function(e){return!0!==e.static||(e.url!==this.props.url||e.onChange!==this.props.onChange)},t.prototype.canRoute=function(e){var t=Object(r.toChildArray)(this.props.children);return this.getMatchingChildren(t,e,!1).length>0},t.prototype.routeTo=function(e){this.setState({url:e});var t=this.canRoute(e);return this.updating||this.forceUpdate(),t},t.prototype.componentWillMount=function(){p.push(this),this.updating=!0},t.prototype.componentDidMount=function(){var e=this;f&&(this.unlisten=f.listen((function(t){e.routeTo(""+(t.pathname||"")+(t.search||""))}))),this.updating=!1},t.prototype.componentWillUnmount=function(){"function"==typeof this.unlisten&&this.unlisten(),p.splice(p.indexOf(this),1)},t.prototype.componentWillUpdate=function(){this.updating=!0},t.prototype.componentDidUpdate=function(){this.updating=!1},t.prototype.getMatchingChildren=function(e,t,n){return e.filter(a).sort(c).map((function(e){var i=u(t,e.props.path,e.props);if(i){if(!1!==n){var c={url:t,matches:i};return o(c,i),delete c.ref,delete c.key,Object(r.cloneElement)(e,c)}return e}})).filter(Boolean)},t.prototype.render=function(e,t){var n=e.children,i=e.onChange,o=t.url,u=this.getMatchingChildren(Object(r.toChildArray)(n),o,!0),c=u[0]||null,a=this.previousUrl;return o!==a&&(this.previousUrl=o,"function"==typeof i&&i({router:this,url:o,previous:a,active:u,current:c})),c},t}(r.Component),E=function(e){return Object(r.createElement)("a",o({onClick:b},e))},S=function(e){return Object(r.createElement)(e.component,e)};w.subscribers=d,w.getCurrentUrl=m,w.route=g,w.Router=w,w.Route=S,w.Link=E,w.exec=u,t.default=w},YT9o:function(e,t,n){"use strict";var r=n("KSUl");e.exports=function(e,t,n,i){var o,u=e.length,c=0;if(t=t<0?-t>u?0:u+t:t>u?u:t,n=n>0?n:0,i.length<1e4)(o=Array.from(i)).unshift(t,n),r.apply(e,o);else for(n&&r.apply(e,[t,n]);c<i.length;)(o=i.slice(c,c+1e4)).unshift(t,0),r.apply(e,o),c+=1e4,t+=1e4}},YVOK:function(e,t,n){"use strict";var r=/[\0\t\n\r]/g;e.exports=function(){var e,t=!0,n=1,i="";return function(o,u,c){var a,s,l,f,p,d=[];o=i+o.toString(u),l=0,i="",t&&(65279===o.charCodeAt(0)&&l++,t=void 0);for(;l<o.length;){if(r.lastIndex=l,a=r.exec(o),f=a?a.index:o.length,p=o.charCodeAt(f),!a){i=o.slice(l);break}if(10===p&&l===f&&e)d.push(-3),e=void 0;else if(e&&(d.push(-5),e=void 0),l<f&&(d.push(o.slice(l,f)),n+=f-l),0===p)d.push(65533),n++;else if(9===p)for(s=4*Math.ceil(n/4),d.push(-2);n++<s;)d.push(-1);else 10===p?(d.push(-4),n=1):(e=!0,n=1);l=f+1}c&&(e&&d.push(-5),i&&d.push(i),d.push(null));return d}}},Z6Dk:function(e,t,n){"use strict";var r=n("pMvH"),i=n("7sXb"),o=n("A0tY"),u=n("hKxf"),c=n("H5je"),a=n("gbxV"),s=n("JdhB"),l={name:"list",tokenize:function(e,t,n){var i=this,l=c(i.events,"linePrefix"),p=0;return function(t){var r=i.containerState.type||(42===t||43===t||45===t?"listUnordered":"listOrdered");if("listUnordered"===r?!i.containerState.marker||t===i.containerState.marker:a(t)){if(i.containerState.type||(i.containerState.type=r,e.enter(r,{_container:!0})),"listUnordered"===r)return e.enter("listItemPrefix"),42===t||45===t?e.check(s,n,h)(t):h(t);if(!i.interrupt||49===t)return e.enter("listItemPrefix"),e.enter("listItemValue"),d(t)}return n(t)};function d(t){return a(t)&&++p<10?(e.consume(t),d):(!i.interrupt||p<2)&&(i.containerState.marker?t===i.containerState.marker:41===t||46===t)?(e.exit("listItemValue"),h(t)):n(t)}function h(t){return e.enter("listItemMarker"),e.consume(t),e.exit("listItemMarker"),i.containerState.marker=i.containerState.marker||t,e.check(o,i.interrupt?n:m,e.attempt(f,v,g))}function m(e){return i.containerState.initialBlankLine=!0,l++,v(e)}function g(t){return r(t)?(e.enter("listItemPrefixWhitespace"),e.consume(t),e.exit("listItemPrefixWhitespace"),v):n(t)}function v(n){return i.containerState.size=l+u(i.sliceStream(e.exit("listItemPrefix"))),t(n)}},continuation:{tokenize:function(e,t,n){var u=this;return u.containerState._closeFlow=void 0,e.check(o,(function(e){return u.containerState.furtherBlankLines=u.containerState.furtherBlankLines||u.containerState.initialBlankLine,t(e)}),(function(n){if(u.containerState.furtherBlankLines||!r(n))return u.containerState.furtherBlankLines=u.containerState.initialBlankLine=void 0,c(n);return u.containerState.furtherBlankLines=u.containerState.initialBlankLine=void 0,e.attempt(p,t,c)(n)}));function c(r){return u.containerState._closeFlow=!0,u.interrupt=void 0,i(e,e.attempt(l,t,n),"linePrefix",u.parser.constructs.disable.null.indexOf("codeIndented")>-1?void 0:4)(r)}}},exit:function(e){e.exit(this.containerState.type)}},f={tokenize:function(e,t,n){var o=this;return i(e,(function(e){return r(e)||!c(o.events,"listItemPrefixWhitespace")?n(e):t(e)}),"listItemPrefixWhitespace",o.parser.constructs.disable.null.indexOf("codeIndented")>-1?void 0:5)},partial:!0},p={tokenize:function(e,t,n){var r=this;return i(e,(function(e){return c(r.events,"listItemIndent")===r.containerState.size?t(e):n(e)}),"listItemIndent",r.containerState.size+1)},partial:!0};e.exports=l},a7DW:function(e,t,n){"use strict";var r=n("4kIE"),i=n("pMvH");e.exports=function(e,t,n,o,u,c){var a,s=this,l=0;return function(t){return e.enter(o),e.enter(u),e.consume(t),e.exit(u),e.enter(c),f};function f(i){return null===i||91===i||93===i&&!a||94===i&&!l&&"_hiddenFootnoteSupport"in s.parser.constructs||l>999?n(i):93===i?(e.exit(c),e.enter(u),e.consume(i),e.exit(u),e.exit(o),t):r(i)?(e.enter("lineEnding"),e.consume(i),e.exit("lineEnding"),f):(e.enter("chunkString",{contentType:"string"}),p(i))}function p(t){return null===t||91===t||93===t||r(t)||l++>999?(e.exit("chunkString"),f(t)):(e.consume(t),a=a||!i(t),92===t?d:p)}function d(t){return 91===t||92===t||93===t?(e.consume(t),l++,p):p(t)}}},ajvC:function(e,t,n){"use strict";e.exports=function(e){if(e)throw e}},bhct:function(e,t,n){"use strict";var r=n("h+A4");e.exports=function(e){return!!i.call(r,e)&&r[e]};var i={}.hasOwnProperty},bpHb:function(e,t,n){"use strict";e.exports=function(e,t){return e.column+=t,e.offset+=t,e._bufferIndex+=t,e}},cTMR:function(e,t,n){"use strict";var r=Object.prototype.toString;e.exports=function(e){var t;return"[object Object]"===r.call(e)&&(null===(t=Object.getPrototypeOf(e))||t===Object.getPrototypeOf({}))}},dY77:function(e,t,n){"use strict";var r=n("Iacx");e.exports=o,o.wrap=r;var i=[].slice;function o(){var e=[],t={run:function(){var t=-1,n=i.call(arguments,0,-1),o=arguments[arguments.length-1];if("function"!=typeof o)throw new Error("Expected function as last argument, not "+o);function u(c){var a=e[++t],s=i.call(arguments,0),l=s.slice(1),f=n.length,p=-1;if(c)o(c);else{for(;++p<f;)null!==l[p]&&void 0!==l[p]||(l[p]=n[p]);n=l,a?r(a,u).apply(null,n):o.apply(null,[null].concat(n))}}u.apply(null,[null].concat(n))},use:function(n){if("function"!=typeof n)throw new Error("Expected `fn` to be a function, not "+n);return e.push(n),t}};return t}},eOGU:function(e,t,n){"use strict";var r=n("4kIE"),i=n("7sXb");e.exports=function(e,t,n,o,u,c){var a;return function(t){return e.enter(o),e.enter(u),e.consume(t),e.exit(u),a=40===t?41:t,s};function s(n){return n===a?(e.enter(u),e.consume(n),e.exit(u),e.exit(o),t):(e.enter(c),l(n))}function l(t){return t===a?(e.exit(c),s(a)):null===t?n(t):r(t)?(e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),i(e,l,"linePrefix")):(e.enter("chunkString",{contentType:"string"}),f(t))}function f(t){return t===a||null===t||r(t)?(e.exit("chunkString"),l(t)):(e.consume(t),92===t?p:f)}function p(t){return t===a||92===t?(e.consume(t),f):f(t)}}},gC7f:function(e,t,n){"use strict";var r=n("7sXb"),i={name:"lineEnding",tokenize:function(e,t){return function(n){return e.enter("lineEnding"),e.consume(n),e.exit("lineEnding"),r(e,t,"linePrefix")}}};e.exports=i},gbxV:function(e,t,n){"use strict";var r=n("OF0j")(/\d/);e.exports=r},gtWn:function(e,t,n){"use strict";e.exports=n("irsB")},gxcY:function(e,t,n){"use strict";var r=n("BN5T"),i=/^<(area|base|br|col|embed|hr|img|input|keygen|link|meta|param|source|track|wbr)\s*\/?>$/i,o=/^<(\/?)([a-z]+)\s*>$/;e.exports=function(e){var t,n;return r(e,"html",(function(e,r,u){n!==u&&(t=[],n=u);var c=function(e){var t=e.value.match(i);return!!t&&t[1]}(e);if(c)return u.children.splice(r,1,{type:"virtualHtml",tag:c,position:e.position}),!0;var a=function(e,t){var n=e.value.match(o);return!!n&&{tag:n[2],opening:!n[1],node:e}}(e);if(!a)return!0;var s=function(e,t){var n=e.length;for(;n--;)if(e[n].tag===t)return e.splice(n,1)[0];return!1}(t,a.tag);return s?u.children.splice(r,0,function(e,t,n){var r=n.children.indexOf(e.node),i=n.children.indexOf(t.node),o=n.children.splice(r,i-r+1).slice(1,-1);return{type:"virtualHtml",children:o,tag:e.tag,position:{start:e.node.position.start,end:t.node.position.end,indent:[]}}}(a,s,u)):a.opening||t.push(a),!0}),!0),e}},"h+A4":function(e){e.exports=JSON.parse('{"AEli":"Æ","AElig":"Æ","AM":"&","AMP":"&","Aacut":"Á","Aacute":"Á","Abreve":"Ă","Acir":"Â","Acirc":"Â","Acy":"А","Afr":"𝔄","Agrav":"À","Agrave":"À","Alpha":"Α","Amacr":"Ā","And":"⩓","Aogon":"Ą","Aopf":"𝔸","ApplyFunction":"","Arin":"Å","Aring":"Å","Ascr":"𝒜","Assign":"≔","Atild":"Ã","Atilde":"Ã","Aum":"Ä","Auml":"Ä","Backslash":"∖","Barv":"⫧","Barwed":"⌆","Bcy":"Б","Because":"∵","Bernoullis":"ℬ","Beta":"Β","Bfr":"𝔅","Bopf":"𝔹","Breve":"˘","Bscr":"ℬ","Bumpeq":"≎","CHcy":"Ч","COP":"©","COPY":"©","Cacute":"Ć","Cap":"⋒","CapitalDifferentialD":"ⅅ","Cayleys":"ℭ","Ccaron":"Č","Ccedi":"Ç","Ccedil":"Ç","Ccirc":"Ĉ","Cconint":"∰","Cdot":"Ċ","Cedilla":"¸","CenterDot":"·","Cfr":"ℭ","Chi":"Χ","CircleDot":"⊙","CircleMinus":"⊖","CirclePlus":"⊕","CircleTimes":"⊗","ClockwiseContourIntegral":"∲","CloseCurlyDoubleQuote":"”","CloseCurlyQuote":"’","Colon":"∷","Colone":"⩴","Congruent":"≡","Conint":"∯","ContourIntegral":"∮","Copf":"ℂ","Coproduct":"∐","CounterClockwiseContourIntegral":"∳","Cross":"⨯","Cscr":"𝒞","Cup":"⋓","CupCap":"≍","DD":"ⅅ","DDotrahd":"⤑","DJcy":"Ђ","DScy":"Ѕ","DZcy":"Џ","Dagger":"‡","Darr":"↡","Dashv":"⫤","Dcaron":"Ď","Dcy":"Д","Del":"∇","Delta":"Δ","Dfr":"𝔇","DiacriticalAcute":"´","DiacriticalDot":"˙","DiacriticalDoubleAcute":"˝","DiacriticalGrave":"`","DiacriticalTilde":"˜","Diamond":"⋄","DifferentialD":"ⅆ","Dopf":"𝔻","Dot":"¨","DotDot":"⃜","DotEqual":"≐","DoubleContourIntegral":"∯","DoubleDot":"¨","DoubleDownArrow":"⇓","DoubleLeftArrow":"⇐","DoubleLeftRightArrow":"⇔","DoubleLeftTee":"⫤","DoubleLongLeftArrow":"⟸","DoubleLongLeftRightArrow":"⟺","DoubleLongRightArrow":"⟹","DoubleRightArrow":"⇒","DoubleRightTee":"⊨","DoubleUpArrow":"⇑","DoubleUpDownArrow":"⇕","DoubleVerticalBar":"∥","DownArrow":"↓","DownArrowBar":"⤓","DownArrowUpArrow":"⇵","DownBreve":"̑","DownLeftRightVector":"⥐","DownLeftTeeVector":"⥞","DownLeftVector":"↽","DownLeftVectorBar":"⥖","DownRightTeeVector":"⥟","DownRightVector":"⇁","DownRightVectorBar":"⥗","DownTee":"⊤","DownTeeArrow":"↧","Downarrow":"⇓","Dscr":"𝒟","Dstrok":"Đ","ENG":"Ŋ","ET":"Ð","ETH":"Ð","Eacut":"É","Eacute":"É","Ecaron":"Ě","Ecir":"Ê","Ecirc":"Ê","Ecy":"Э","Edot":"Ė","Efr":"𝔈","Egrav":"È","Egrave":"È","Element":"∈","Emacr":"Ē","EmptySmallSquare":"◻","EmptyVerySmallSquare":"▫","Eogon":"Ę","Eopf":"𝔼","Epsilon":"Ε","Equal":"⩵","EqualTilde":"≂","Equilibrium":"⇌","Escr":"ℰ","Esim":"⩳","Eta":"Η","Eum":"Ë","Euml":"Ë","Exists":"∃","ExponentialE":"ⅇ","Fcy":"Ф","Ffr":"𝔉","FilledSmallSquare":"◼","FilledVerySmallSquare":"▪","Fopf":"𝔽","ForAll":"∀","Fouriertrf":"ℱ","Fscr":"ℱ","GJcy":"Ѓ","G":">","GT":">","Gamma":"Γ","Gammad":"Ϝ","Gbreve":"Ğ","Gcedil":"Ģ","Gcirc":"Ĝ","Gcy":"Г","Gdot":"Ġ","Gfr":"𝔊","Gg":"⋙","Gopf":"𝔾","GreaterEqual":"≥","GreaterEqualLess":"⋛","GreaterFullEqual":"≧","GreaterGreater":"⪢","GreaterLess":"≷","GreaterSlantEqual":"⩾","GreaterTilde":"≳","Gscr":"𝒢","Gt":"≫","HARDcy":"Ъ","Hacek":"ˇ","Hat":"^","Hcirc":"Ĥ","Hfr":"ℌ","HilbertSpace":"ℋ","Hopf":"ℍ","HorizontalLine":"─","Hscr":"ℋ","Hstrok":"Ħ","HumpDownHump":"≎","HumpEqual":"≏","IEcy":"Е","IJlig":"IJ","IOcy":"Ё","Iacut":"Í","Iacute":"Í","Icir":"Î","Icirc":"Î","Icy":"И","Idot":"İ","Ifr":"ℑ","Igrav":"Ì","Igrave":"Ì","Im":"ℑ","Imacr":"Ī","ImaginaryI":"ⅈ","Implies":"⇒","Int":"∬","Integral":"∫","Intersection":"⋂","InvisibleComma":"","InvisibleTimes":"","Iogon":"Į","Iopf":"𝕀","Iota":"Ι","Iscr":"ℐ","Itilde":"Ĩ","Iukcy":"І","Ium":"Ï","Iuml":"Ï","Jcirc":"Ĵ","Jcy":"Й","Jfr":"𝔍","Jopf":"𝕁","Jscr":"𝒥","Jsercy":"Ј","Jukcy":"Є","KHcy":"Х","KJcy":"Ќ","Kappa":"Κ","Kcedil":"Ķ","Kcy":"К","Kfr":"𝔎","Kopf":"𝕂","Kscr":"𝒦","LJcy":"Љ","L":"<","LT":"<","Lacute":"Ĺ","Lambda":"Λ","Lang":"⟪","Laplacetrf":"ℒ","Larr":"↞","Lcaron":"Ľ","Lcedil":"Ļ","Lcy":"Л","LeftAngleBracket":"⟨","LeftArrow":"←","LeftArrowBar":"⇤","LeftArrowRightArrow":"⇆","LeftCeiling":"⌈","LeftDoubleBracket":"⟦","LeftDownTeeVector":"⥡","LeftDownVector":"⇃","LeftDownVectorBar":"⥙","LeftFloor":"⌊","LeftRightArrow":"↔","LeftRightVector":"⥎","LeftTee":"⊣","LeftTeeArrow":"↤","LeftTeeVector":"⥚","LeftTriangle":"⊲","LeftTriangleBar":"⧏","LeftTriangleEqual":"⊴","LeftUpDownVector":"⥑","LeftUpTeeVector":"⥠","LeftUpVector":"↿","LeftUpVectorBar":"⥘","LeftVector":"↼","LeftVectorBar":"⥒","Leftarrow":"⇐","Leftrightarrow":"⇔","LessEqualGreater":"⋚","LessFullEqual":"≦","LessGreater":"≶","LessLess":"⪡","LessSlantEqual":"⩽","LessTilde":"≲","Lfr":"𝔏","Ll":"⋘","Lleftarrow":"⇚","Lmidot":"Ŀ","LongLeftArrow":"⟵","LongLeftRightArrow":"⟷","LongRightArrow":"⟶","Longleftarrow":"⟸","Longleftrightarrow":"⟺","Longrightarrow":"⟹","Lopf":"𝕃","LowerLeftArrow":"↙","LowerRightArrow":"↘","Lscr":"ℒ","Lsh":"↰","Lstrok":"Ł","Lt":"≪","Map":"⤅","Mcy":"М","MediumSpace":" ","Mellintrf":"ℳ","Mfr":"𝔐","MinusPlus":"∓","Mopf":"𝕄","Mscr":"ℳ","Mu":"Μ","NJcy":"Њ","Nacute":"Ń","Ncaron":"Ň","Ncedil":"Ņ","Ncy":"Н","NegativeMediumSpace":"","NegativeThickSpace":"","NegativeThinSpace":"","NegativeVeryThinSpace":"","NestedGreaterGreater":"≫","NestedLessLess":"≪","NewLine":"\\n","Nfr":"𝔑","NoBreak":"","NonBreakingSpace":" ","Nopf":"ℕ","Not":"⫬","NotCongruent":"≢","NotCupCap":"≭","NotDoubleVerticalBar":"∦","NotElement":"∉","NotEqual":"≠","NotEqualTilde":"≂̸","NotExists":"∄","NotGreater":"≯","NotGreaterEqual":"≱","NotGreaterFullEqual":"≧̸","NotGreaterGreater":"≫̸","NotGreaterLess":"≹","NotGreaterSlantEqual":"⩾̸","NotGreaterTilde":"≵","NotHumpDownHump":"≎̸","NotHumpEqual":"≏̸","NotLeftTriangle":"⋪","NotLeftTriangleBar":"⧏̸","NotLeftTriangleEqual":"⋬","NotLess":"≮","NotLessEqual":"≰","NotLessGreater":"≸","NotLessLess":"≪̸","NotLessSlantEqual":"⩽̸","NotLessTilde":"≴","NotNestedGreaterGreater":"⪢̸","NotNestedLessLess":"⪡̸","NotPrecedes":"⊀","NotPrecedesEqual":"⪯̸","NotPrecedesSlantEqual":"⋠","NotReverseElement":"∌","NotRightTriangle":"⋫","NotRightTriangleBar":"⧐̸","NotRightTriangleEqual":"⋭","NotSquareSubset":"⊏̸","NotSquareSubsetEqual":"⋢","NotSquareSuperset":"⊐̸","NotSquareSupersetEqual":"⋣","NotSubset":"⊂⃒","NotSubsetEqual":"⊈","NotSucceeds":"⊁","NotSucceedsEqual":"⪰̸","NotSucceedsSlantEqual":"⋡","NotSucceedsTilde":"≿̸","NotSuperset":"⊃⃒","NotSupersetEqual":"⊉","NotTilde":"≁","NotTildeEqual":"≄","NotTildeFullEqual":"≇","NotTildeTilde":"≉","NotVerticalBar":"∤","Nscr":"𝒩","Ntild":"Ñ","Ntilde":"Ñ","Nu":"Ν","OElig":"Œ","Oacut":"Ó","Oacute":"Ó","Ocir":"Ô","Ocirc":"Ô","Ocy":"О","Odblac":"Ő","Ofr":"𝔒","Ograv":"Ò","Ograve":"Ò","Omacr":"Ō","Omega":"Ω","Omicron":"Ο","Oopf":"𝕆","OpenCurlyDoubleQuote":"“","OpenCurlyQuote":"‘","Or":"⩔","Oscr":"𝒪","Oslas":"Ø","Oslash":"Ø","Otild":"Õ","Otilde":"Õ","Otimes":"⨷","Oum":"Ö","Ouml":"Ö","OverBar":"‾","OverBrace":"⏞","OverBracket":"⎴","OverParenthesis":"⏜","PartialD":"∂","Pcy":"П","Pfr":"𝔓","Phi":"Φ","Pi":"Π","PlusMinus":"±","Poincareplane":"ℌ","Popf":"ℙ","Pr":"⪻","Precedes":"≺","PrecedesEqual":"⪯","PrecedesSlantEqual":"≼","PrecedesTilde":"≾","Prime":"″","Product":"∏","Proportion":"∷","Proportional":"∝","Pscr":"𝒫","Psi":"Ψ","QUO":"\\"","QUOT":"\\"","Qfr":"𝔔","Qopf":"ℚ","Qscr":"𝒬","RBarr":"⤐","RE":"®","REG":"®","Racute":"Ŕ","Rang":"⟫","Rarr":"↠","Rarrtl":"⤖","Rcaron":"Ř","Rcedil":"Ŗ","Rcy":"Р","Re":"ℜ","ReverseElement":"∋","ReverseEquilibrium":"⇋","ReverseUpEquilibrium":"⥯","Rfr":"ℜ","Rho":"Ρ","RightAngleBracket":"⟩","RightArrow":"→","RightArrowBar":"⇥","RightArrowLeftArrow":"⇄","RightCeiling":"⌉","RightDoubleBracket":"⟧","RightDownTeeVector":"⥝","RightDownVector":"⇂","RightDownVectorBar":"⥕","RightFloor":"⌋","RightTee":"⊢","RightTeeArrow":"↦","RightTeeVector":"⥛","RightTriangle":"⊳","RightTriangleBar":"⧐","RightTriangleEqual":"⊵","RightUpDownVector":"⥏","RightUpTeeVector":"⥜","RightUpVector":"↾","RightUpVectorBar":"⥔","RightVector":"⇀","RightVectorBar":"⥓","Rightarrow":"⇒","Ropf":"ℝ","RoundImplies":"⥰","Rrightarrow":"⇛","Rscr":"ℛ","Rsh":"↱","RuleDelayed":"⧴","SHCHcy":"Щ","SHcy":"Ш","SOFTcy":"Ь","Sacute":"Ś","Sc":"⪼","Scaron":"Š","Scedil":"Ş","Scirc":"Ŝ","Scy":"С","Sfr":"𝔖","ShortDownArrow":"↓","ShortLeftArrow":"←","ShortRightArrow":"→","ShortUpArrow":"↑","Sigma":"Σ","SmallCircle":"∘","Sopf":"𝕊","Sqrt":"√","Square":"□","SquareIntersection":"⊓","SquareSubset":"⊏","SquareSubsetEqual":"⊑","SquareSuperset":"⊐","SquareSupersetEqual":"⊒","SquareUnion":"⊔","Sscr":"𝒮","Star":"⋆","Sub":"⋐","Subset":"⋐","SubsetEqual":"⊆","Succeeds":"≻","SucceedsEqual":"⪰","SucceedsSlantEqual":"≽","SucceedsTilde":"≿","SuchThat":"∋","Sum":"∑","Sup":"⋑","Superset":"⊃","SupersetEqual":"⊇","Supset":"⋑","THOR":"Þ","THORN":"Þ","TRADE":"™","TSHcy":"Ћ","TScy":"Ц","Tab":"\\t","Tau":"Τ","Tcaron":"Ť","Tcedil":"Ţ","Tcy":"Т","Tfr":"𝔗","Therefore":"∴","Theta":"Θ","ThickSpace":" ","ThinSpace":" ","Tilde":"∼","TildeEqual":"≃","TildeFullEqual":"≅","TildeTilde":"≈","Topf":"𝕋","TripleDot":"⃛","Tscr":"𝒯","Tstrok":"Ŧ","Uacut":"Ú","Uacute":"Ú","Uarr":"↟","Uarrocir":"⥉","Ubrcy":"Ў","Ubreve":"Ŭ","Ucir":"Û","Ucirc":"Û","Ucy":"У","Udblac":"Ű","Ufr":"𝔘","Ugrav":"Ù","Ugrave":"Ù","Umacr":"Ū","UnderBar":"_","UnderBrace":"⏟","UnderBracket":"⎵","UnderParenthesis":"⏝","Union":"⋃","UnionPlus":"⊎","Uogon":"Ų","Uopf":"𝕌","UpArrow":"↑","UpArrowBar":"⤒","UpArrowDownArrow":"⇅","UpDownArrow":"↕","UpEquilibrium":"⥮","UpTee":"⊥","UpTeeArrow":"↥","Uparrow":"⇑","Updownarrow":"⇕","UpperLeftArrow":"↖","UpperRightArrow":"↗","Upsi":"ϒ","Upsilon":"Υ","Uring":"Ů","Uscr":"𝒰","Utilde":"Ũ","Uum":"Ü","Uuml":"Ü","VDash":"⊫","Vbar":"⫫","Vcy":"В","Vdash":"⊩","Vdashl":"⫦","Vee":"⋁","Verbar":"‖","Vert":"‖","VerticalBar":"∣","VerticalLine":"|","VerticalSeparator":"❘","VerticalTilde":"≀","VeryThinSpace":" ","Vfr":"𝔙","Vopf":"𝕍","Vscr":"𝒱","Vvdash":"⊪","Wcirc":"Ŵ","Wedge":"⋀","Wfr":"𝔚","Wopf":"𝕎","Wscr":"𝒲","Xfr":"𝔛","Xi":"Ξ","Xopf":"𝕏","Xscr":"𝒳","YAcy":"Я","YIcy":"Ї","YUcy":"Ю","Yacut":"Ý","Yacute":"Ý","Ycirc":"Ŷ","Ycy":"Ы","Yfr":"𝔜","Yopf":"𝕐","Yscr":"𝒴","Yuml":"Ÿ","ZHcy":"Ж","Zacute":"Ź","Zcaron":"Ž","Zcy":"З","Zdot":"Ż","ZeroWidthSpace":"","Zeta":"Ζ","Zfr":"ℨ","Zopf":"ℤ","Zscr":"𝒵","aacut":"á","aacute":"á","abreve":"ă","ac":"∾","acE":"∾̳","acd":"∿","acir":"â","acirc":"â","acut":"´","acute":"´","acy":"а","aeli":"æ","aelig":"æ","af":"","afr":"𝔞","agrav":"à","agrave":"à","alefsym":"ℵ","aleph":"ℵ","alpha":"α","amacr":"ā","amalg":"⨿","am":"&","amp":"&","and":"∧","andand":"⩕","andd":"⩜","andslope":"⩘","andv":"⩚","ang":"∠","ange":"⦤","angle":"∠","angmsd":"∡","angmsdaa":"⦨","angmsdab":"⦩","angmsdac":"⦪","angmsdad":"⦫","angmsdae":"⦬","angmsdaf":"⦭","angmsdag":"⦮","angmsdah":"⦯","angrt":"∟","angrtvb":"⊾","angrtvbd":"⦝","angsph":"∢","angst":"Å","angzarr":"⍼","aogon":"ą","aopf":"𝕒","ap":"≈","apE":"⩰","apacir":"⩯","ape":"≊","apid":"≋","apos":"\'","approx":"≈","approxeq":"≊","arin":"å","aring":"å","ascr":"𝒶","ast":"*","asymp":"≈","asympeq":"≍","atild":"ã","atilde":"ã","aum":"ä","auml":"ä","awconint":"∳","awint":"⨑","bNot":"⫭","backcong":"≌","backepsilon":"϶","backprime":"‵","backsim":"∽","backsimeq":"⋍","barvee":"⊽","barwed":"⌅","barwedge":"⌅","bbrk":"⎵","bbrktbrk":"⎶","bcong":"≌","bcy":"б","bdquo":"„","becaus":"∵","because":"∵","bemptyv":"⦰","bepsi":"϶","bernou":"ℬ","beta":"β","beth":"ℶ","between":"≬","bfr":"𝔟","bigcap":"⋂","bigcirc":"◯","bigcup":"⋃","bigodot":"⨀","bigoplus":"⨁","bigotimes":"⨂","bigsqcup":"⨆","bigstar":"★","bigtriangledown":"▽","bigtriangleup":"△","biguplus":"⨄","bigvee":"⋁","bigwedge":"⋀","bkarow":"⤍","blacklozenge":"⧫","blacksquare":"▪","blacktriangle":"▴","blacktriangledown":"▾","blacktriangleleft":"◂","blacktriangleright":"▸","blank":"␣","blk12":"▒","blk14":"░","blk34":"▓","block":"█","bne":"=⃥","bnequiv":"≡⃥","bnot":"⌐","bopf":"𝕓","bot":"⊥","bottom":"⊥","bowtie":"⋈","boxDL":"╗","boxDR":"╔","boxDl":"╖","boxDr":"╓","boxH":"═","boxHD":"╦","boxHU":"╩","boxHd":"╤","boxHu":"╧","boxUL":"╝","boxUR":"╚","boxUl":"╜","boxUr":"╙","boxV":"║","boxVH":"╬","boxVL":"╣","boxVR":"╠","boxVh":"╫","boxVl":"╢","boxVr":"╟","boxbox":"⧉","boxdL":"╕","boxdR":"╒","boxdl":"┐","boxdr":"┌","boxh":"─","boxhD":"╥","boxhU":"╨","boxhd":"┬","boxhu":"┴","boxminus":"⊟","boxplus":"⊞","boxtimes":"⊠","boxuL":"╛","boxuR":"╘","boxul":"┘","boxur":"└","boxv":"│","boxvH":"╪","boxvL":"╡","boxvR":"╞","boxvh":"┼","boxvl":"┤","boxvr":"├","bprime":"‵","breve":"˘","brvba":"¦","brvbar":"¦","bscr":"𝒷","bsemi":"⁏","bsim":"∽","bsime":"⋍","bsol":"\\\\","bsolb":"⧅","bsolhsub":"⟈","bull":"•","bullet":"•","bump":"≎","bumpE":"⪮","bumpe":"≏","bumpeq":"≏","cacute":"ć","cap":"∩","capand":"⩄","capbrcup":"⩉","capcap":"⩋","capcup":"⩇","capdot":"⩀","caps":"∩︀","caret":"⁁","caron":"ˇ","ccaps":"⩍","ccaron":"č","ccedi":"ç","ccedil":"ç","ccirc":"ĉ","ccups":"⩌","ccupssm":"⩐","cdot":"ċ","cedi":"¸","cedil":"¸","cemptyv":"⦲","cen":"¢","cent":"¢","centerdot":"·","cfr":"𝔠","chcy":"ч","check":"✓","checkmark":"✓","chi":"χ","cir":"○","cirE":"⧃","circ":"ˆ","circeq":"≗","circlearrowleft":"↺","circlearrowright":"↻","circledR":"®","circledS":"Ⓢ","circledast":"⊛","circledcirc":"⊚","circleddash":"⊝","cire":"≗","cirfnint":"⨐","cirmid":"⫯","cirscir":"⧂","clubs":"♣","clubsuit":"♣","colon":":","colone":"≔","coloneq":"≔","comma":",","commat":"@","comp":"∁","compfn":"∘","complement":"∁","complexes":"ℂ","cong":"≅","congdot":"⩭","conint":"∮","copf":"𝕔","coprod":"∐","cop":"©","copy":"©","copysr":"℗","crarr":"↵","cross":"✗","cscr":"𝒸","csub":"⫏","csube":"⫑","csup":"⫐","csupe":"⫒","ctdot":"⋯","cudarrl":"⤸","cudarrr":"⤵","cuepr":"⋞","cuesc":"⋟","cularr":"↶","cularrp":"⤽","cup":"∪","cupbrcap":"⩈","cupcap":"⩆","cupcup":"⩊","cupdot":"⊍","cupor":"⩅","cups":"∪︀","curarr":"↷","curarrm":"⤼","curlyeqprec":"⋞","curlyeqsucc":"⋟","curlyvee":"⋎","curlywedge":"⋏","curre":"¤","curren":"¤","curvearrowleft":"↶","curvearrowright":"↷","cuvee":"⋎","cuwed":"⋏","cwconint":"∲","cwint":"∱","cylcty":"⌭","dArr":"⇓","dHar":"⥥","dagger":"†","daleth":"ℸ","darr":"↓","dash":"‐","dashv":"⊣","dbkarow":"⤏","dblac":"˝","dcaron":"ď","dcy":"д","dd":"ⅆ","ddagger":"‡","ddarr":"⇊","ddotseq":"⩷","de":"°","deg":"°","delta":"δ","demptyv":"⦱","dfisht":"⥿","dfr":"𝔡","dharl":"⇃","dharr":"⇂","diam":"⋄","diamond":"⋄","diamondsuit":"♦","diams":"♦","die":"¨","digamma":"ϝ","disin":"⋲","div":"÷","divid":"÷","divide":"÷","divideontimes":"⋇","divonx":"⋇","djcy":"ђ","dlcorn":"⌞","dlcrop":"⌍","dollar":"$","dopf":"𝕕","dot":"˙","doteq":"≐","doteqdot":"≑","dotminus":"∸","dotplus":"∔","dotsquare":"⊡","doublebarwedge":"⌆","downarrow":"↓","downdownarrows":"⇊","downharpoonleft":"⇃","downharpoonright":"⇂","drbkarow":"⤐","drcorn":"⌟","drcrop":"⌌","dscr":"𝒹","dscy":"ѕ","dsol":"⧶","dstrok":"đ","dtdot":"⋱","dtri":"▿","dtrif":"▾","duarr":"⇵","duhar":"⥯","dwangle":"⦦","dzcy":"џ","dzigrarr":"⟿","eDDot":"⩷","eDot":"≑","eacut":"é","eacute":"é","easter":"⩮","ecaron":"ě","ecir":"ê","ecirc":"ê","ecolon":"≕","ecy":"э","edot":"ė","ee":"ⅇ","efDot":"≒","efr":"𝔢","eg":"⪚","egrav":"è","egrave":"è","egs":"⪖","egsdot":"⪘","el":"⪙","elinters":"⏧","ell":"ℓ","els":"⪕","elsdot":"⪗","emacr":"ē","empty":"∅","emptyset":"∅","emptyv":"∅","emsp13":" ","emsp14":" ","emsp":" ","eng":"ŋ","ensp":" ","eogon":"ę","eopf":"𝕖","epar":"⋕","eparsl":"⧣","eplus":"⩱","epsi":"ε","epsilon":"ε","epsiv":"ϵ","eqcirc":"≖","eqcolon":"≕","eqsim":"≂","eqslantgtr":"⪖","eqslantless":"⪕","equals":"=","equest":"≟","equiv":"≡","equivDD":"⩸","eqvparsl":"⧥","erDot":"≓","erarr":"⥱","escr":"ℯ","esdot":"≐","esim":"≂","eta":"η","et":"ð","eth":"ð","eum":"ë","euml":"ë","euro":"€","excl":"!","exist":"∃","expectation":"ℰ","exponentiale":"ⅇ","fallingdotseq":"≒","fcy":"ф","female":"♀","ffilig":"ffi","fflig":"ff","ffllig":"ffl","ffr":"𝔣","filig":"fi","fjlig":"fj","flat":"♭","fllig":"fl","fltns":"▱","fnof":"ƒ","fopf":"𝕗","forall":"∀","fork":"⋔","forkv":"⫙","fpartint":"⨍","frac1":"¼","frac12":"½","frac13":"⅓","frac14":"¼","frac15":"⅕","frac16":"⅙","frac18":"⅛","frac23":"⅔","frac25":"⅖","frac3":"¾","frac34":"¾","frac35":"⅗","frac38":"⅜","frac45":"⅘","frac56":"⅚","frac58":"⅝","frac78":"⅞","frasl":"⁄","frown":"⌢","fscr":"𝒻","gE":"≧","gEl":"⪌","gacute":"ǵ","gamma":"γ","gammad":"ϝ","gap":"⪆","gbreve":"ğ","gcirc":"ĝ","gcy":"г","gdot":"ġ","ge":"≥","gel":"⋛","geq":"≥","geqq":"≧","geqslant":"⩾","ges":"⩾","gescc":"⪩","gesdot":"⪀","gesdoto":"⪂","gesdotol":"⪄","gesl":"⋛︀","gesles":"⪔","gfr":"𝔤","gg":"≫","ggg":"⋙","gimel":"ℷ","gjcy":"ѓ","gl":"≷","glE":"⪒","gla":"⪥","glj":"⪤","gnE":"≩","gnap":"⪊","gnapprox":"⪊","gne":"⪈","gneq":"⪈","gneqq":"≩","gnsim":"⋧","gopf":"𝕘","grave":"`","gscr":"ℊ","gsim":"≳","gsime":"⪎","gsiml":"⪐","g":">","gt":">","gtcc":"⪧","gtcir":"⩺","gtdot":"⋗","gtlPar":"⦕","gtquest":"⩼","gtrapprox":"⪆","gtrarr":"⥸","gtrdot":"⋗","gtreqless":"⋛","gtreqqless":"⪌","gtrless":"≷","gtrsim":"≳","gvertneqq":"≩︀","gvnE":"≩︀","hArr":"⇔","hairsp":" ","half":"½","hamilt":"ℋ","hardcy":"ъ","harr":"↔","harrcir":"⥈","harrw":"↭","hbar":"ℏ","hcirc":"ĥ","hearts":"♥","heartsuit":"♥","hellip":"…","hercon":"⊹","hfr":"𝔥","hksearow":"⤥","hkswarow":"⤦","hoarr":"⇿","homtht":"∻","hookleftarrow":"↩","hookrightarrow":"↪","hopf":"𝕙","horbar":"―","hscr":"𝒽","hslash":"ℏ","hstrok":"ħ","hybull":"⁃","hyphen":"‐","iacut":"í","iacute":"í","ic":"","icir":"î","icirc":"î","icy":"и","iecy":"е","iexc":"¡","iexcl":"¡","iff":"⇔","ifr":"𝔦","igrav":"ì","igrave":"ì","ii":"ⅈ","iiiint":"⨌","iiint":"∭","iinfin":"⧜","iiota":"℩","ijlig":"ij","imacr":"ī","image":"ℑ","imagline":"ℐ","imagpart":"ℑ","imath":"ı","imof":"⊷","imped":"Ƶ","in":"∈","incare":"℅","infin":"∞","infintie":"⧝","inodot":"ı","int":"∫","intcal":"⊺","integers":"ℤ","intercal":"⊺","intlarhk":"⨗","intprod":"⨼","iocy":"ё","iogon":"į","iopf":"𝕚","iota":"ι","iprod":"⨼","iques":"¿","iquest":"¿","iscr":"𝒾","isin":"∈","isinE":"⋹","isindot":"⋵","isins":"⋴","isinsv":"⋳","isinv":"∈","it":"","itilde":"ĩ","iukcy":"і","ium":"ï","iuml":"ï","jcirc":"ĵ","jcy":"й","jfr":"𝔧","jmath":"ȷ","jopf":"𝕛","jscr":"𝒿","jsercy":"ј","jukcy":"є","kappa":"κ","kappav":"ϰ","kcedil":"ķ","kcy":"к","kfr":"𝔨","kgreen":"ĸ","khcy":"х","kjcy":"ќ","kopf":"𝕜","kscr":"𝓀","lAarr":"⇚","lArr":"⇐","lAtail":"⤛","lBarr":"⤎","lE":"≦","lEg":"⪋","lHar":"⥢","lacute":"ĺ","laemptyv":"⦴","lagran":"ℒ","lambda":"λ","lang":"⟨","langd":"⦑","langle":"⟨","lap":"⪅","laqu":"«","laquo":"«","larr":"←","larrb":"⇤","larrbfs":"⤟","larrfs":"⤝","larrhk":"↩","larrlp":"↫","larrpl":"⤹","larrsim":"⥳","larrtl":"↢","lat":"⪫","latail":"⤙","late":"⪭","lates":"⪭︀","lbarr":"⤌","lbbrk":"❲","lbrace":"{","lbrack":"[","lbrke":"⦋","lbrksld":"⦏","lbrkslu":"⦍","lcaron":"ľ","lcedil":"ļ","lceil":"⌈","lcub":"{","lcy":"л","ldca":"⤶","ldquo":"“","ldquor":"„","ldrdhar":"⥧","ldrushar":"⥋","ldsh":"↲","le":"≤","leftarrow":"←","leftarrowtail":"↢","leftharpoondown":"↽","leftharpoonup":"↼","leftleftarrows":"⇇","leftrightarrow":"↔","leftrightarrows":"⇆","leftrightharpoons":"⇋","leftrightsquigarrow":"↭","leftthreetimes":"⋋","leg":"⋚","leq":"≤","leqq":"≦","leqslant":"⩽","les":"⩽","lescc":"⪨","lesdot":"⩿","lesdoto":"⪁","lesdotor":"⪃","lesg":"⋚︀","lesges":"⪓","lessapprox":"⪅","lessdot":"⋖","lesseqgtr":"⋚","lesseqqgtr":"⪋","lessgtr":"≶","lesssim":"≲","lfisht":"⥼","lfloor":"⌊","lfr":"𝔩","lg":"≶","lgE":"⪑","lhard":"↽","lharu":"↼","lharul":"⥪","lhblk":"▄","ljcy":"љ","ll":"≪","llarr":"⇇","llcorner":"⌞","llhard":"⥫","lltri":"◺","lmidot":"ŀ","lmoust":"⎰","lmoustache":"⎰","lnE":"≨","lnap":"⪉","lnapprox":"⪉","lne":"⪇","lneq":"⪇","lneqq":"≨","lnsim":"⋦","loang":"⟬","loarr":"⇽","lobrk":"⟦","longleftarrow":"⟵","longleftrightarrow":"⟷","longmapsto":"⟼","longrightarrow":"⟶","looparrowleft":"↫","looparrowright":"↬","lopar":"⦅","lopf":"𝕝","loplus":"⨭","lotimes":"⨴","lowast":"∗","lowbar":"_","loz":"◊","lozenge":"◊","lozf":"⧫","lpar":"(","lparlt":"⦓","lrarr":"⇆","lrcorner":"⌟","lrhar":"⇋","lrhard":"⥭","lrm":"","lrtri":"⊿","lsaquo":"‹","lscr":"𝓁","lsh":"↰","lsim":"≲","lsime":"⪍","lsimg":"⪏","lsqb":"[","lsquo":"‘","lsquor":"‚","lstrok":"ł","l":"<","lt":"<","ltcc":"⪦","ltcir":"⩹","ltdot":"⋖","lthree":"⋋","ltimes":"⋉","ltlarr":"⥶","ltquest":"⩻","ltrPar":"⦖","ltri":"◃","ltrie":"⊴","ltrif":"◂","lurdshar":"⥊","luruhar":"⥦","lvertneqq":"≨︀","lvnE":"≨︀","mDDot":"∺","mac":"¯","macr":"¯","male":"♂","malt":"✠","maltese":"✠","map":"↦","mapsto":"↦","mapstodown":"↧","mapstoleft":"↤","mapstoup":"↥","marker":"▮","mcomma":"⨩","mcy":"м","mdash":"—","measuredangle":"∡","mfr":"𝔪","mho":"℧","micr":"µ","micro":"µ","mid":"∣","midast":"*","midcir":"⫰","middo":"·","middot":"·","minus":"−","minusb":"⊟","minusd":"∸","minusdu":"⨪","mlcp":"⫛","mldr":"…","mnplus":"∓","models":"⊧","mopf":"𝕞","mp":"∓","mscr":"𝓂","mstpos":"∾","mu":"μ","multimap":"⊸","mumap":"⊸","nGg":"⋙̸","nGt":"≫⃒","nGtv":"≫̸","nLeftarrow":"⇍","nLeftrightarrow":"⇎","nLl":"⋘̸","nLt":"≪⃒","nLtv":"≪̸","nRightarrow":"⇏","nVDash":"⊯","nVdash":"⊮","nabla":"∇","nacute":"ń","nang":"∠⃒","nap":"≉","napE":"⩰̸","napid":"≋̸","napos":"ʼn","napprox":"≉","natur":"♮","natural":"♮","naturals":"ℕ","nbs":" ","nbsp":" ","nbump":"≎̸","nbumpe":"≏̸","ncap":"⩃","ncaron":"ň","ncedil":"ņ","ncong":"≇","ncongdot":"⩭̸","ncup":"⩂","ncy":"н","ndash":"–","ne":"≠","neArr":"⇗","nearhk":"⤤","nearr":"↗","nearrow":"↗","nedot":"≐̸","nequiv":"≢","nesear":"⤨","nesim":"≂̸","nexist":"∄","nexists":"∄","nfr":"𝔫","ngE":"≧̸","nge":"≱","ngeq":"≱","ngeqq":"≧̸","ngeqslant":"⩾̸","nges":"⩾̸","ngsim":"≵","ngt":"≯","ngtr":"≯","nhArr":"⇎","nharr":"↮","nhpar":"⫲","ni":"∋","nis":"⋼","nisd":"⋺","niv":"∋","njcy":"њ","nlArr":"⇍","nlE":"≦̸","nlarr":"↚","nldr":"‥","nle":"≰","nleftarrow":"↚","nleftrightarrow":"↮","nleq":"≰","nleqq":"≦̸","nleqslant":"⩽̸","nles":"⩽̸","nless":"≮","nlsim":"≴","nlt":"≮","nltri":"⋪","nltrie":"⋬","nmid":"∤","nopf":"𝕟","no":"¬","not":"¬","notin":"∉","notinE":"⋹̸","notindot":"⋵̸","notinva":"∉","notinvb":"⋷","notinvc":"⋶","notni":"∌","notniva":"∌","notnivb":"⋾","notnivc":"⋽","npar":"∦","nparallel":"∦","nparsl":"⫽⃥","npart":"∂̸","npolint":"⨔","npr":"⊀","nprcue":"⋠","npre":"⪯̸","nprec":"⊀","npreceq":"⪯̸","nrArr":"⇏","nrarr":"↛","nrarrc":"⤳̸","nrarrw":"↝̸","nrightarrow":"↛","nrtri":"⋫","nrtrie":"⋭","nsc":"⊁","nsccue":"⋡","nsce":"⪰̸","nscr":"𝓃","nshortmid":"∤","nshortparallel":"∦","nsim":"≁","nsime":"≄","nsimeq":"≄","nsmid":"∤","nspar":"∦","nsqsube":"⋢","nsqsupe":"⋣","nsub":"⊄","nsubE":"⫅̸","nsube":"⊈","nsubset":"⊂⃒","nsubseteq":"⊈","nsubseteqq":"⫅̸","nsucc":"⊁","nsucceq":"⪰̸","nsup":"⊅","nsupE":"⫆̸","nsupe":"⊉","nsupset":"⊃⃒","nsupseteq":"⊉","nsupseteqq":"⫆̸","ntgl":"≹","ntild":"ñ","ntilde":"ñ","ntlg":"≸","ntriangleleft":"⋪","ntrianglelefteq":"⋬","ntriangleright":"⋫","ntrianglerighteq":"⋭","nu":"ν","num":"#","numero":"№","numsp":" ","nvDash":"⊭","nvHarr":"⤄","nvap":"≍⃒","nvdash":"⊬","nvge":"≥⃒","nvgt":">⃒","nvinfin":"⧞","nvlArr":"⤂","nvle":"≤⃒","nvlt":"<⃒","nvltrie":"⊴⃒","nvrArr":"⤃","nvrtrie":"⊵⃒","nvsim":"∼⃒","nwArr":"⇖","nwarhk":"⤣","nwarr":"↖","nwarrow":"↖","nwnear":"⤧","oS":"Ⓢ","oacut":"ó","oacute":"ó","oast":"⊛","ocir":"ô","ocirc":"ô","ocy":"о","odash":"⊝","odblac":"ő","odiv":"⨸","odot":"⊙","odsold":"⦼","oelig":"œ","ofcir":"⦿","ofr":"𝔬","ogon":"˛","ograv":"ò","ograve":"ò","ogt":"⧁","ohbar":"⦵","ohm":"Ω","oint":"∮","olarr":"↺","olcir":"⦾","olcross":"⦻","oline":"‾","olt":"⧀","omacr":"ō","omega":"ω","omicron":"ο","omid":"⦶","ominus":"⊖","oopf":"𝕠","opar":"⦷","operp":"⦹","oplus":"⊕","or":"∨","orarr":"↻","ord":"º","order":"ℴ","orderof":"ℴ","ordf":"ª","ordm":"º","origof":"⊶","oror":"⩖","orslope":"⩗","orv":"⩛","oscr":"ℴ","oslas":"ø","oslash":"ø","osol":"⊘","otild":"õ","otilde":"õ","otimes":"⊗","otimesas":"⨶","oum":"ö","ouml":"ö","ovbar":"⌽","par":"¶","para":"¶","parallel":"∥","parsim":"⫳","parsl":"⫽","part":"∂","pcy":"п","percnt":"%","period":".","permil":"‰","perp":"⊥","pertenk":"‱","pfr":"𝔭","phi":"φ","phiv":"ϕ","phmmat":"ℳ","phone":"☎","pi":"π","pitchfork":"⋔","piv":"ϖ","planck":"ℏ","planckh":"ℎ","plankv":"ℏ","plus":"+","plusacir":"⨣","plusb":"⊞","pluscir":"⨢","plusdo":"∔","plusdu":"⨥","pluse":"⩲","plusm":"±","plusmn":"±","plussim":"⨦","plustwo":"⨧","pm":"±","pointint":"⨕","popf":"𝕡","poun":"£","pound":"£","pr":"≺","prE":"⪳","prap":"⪷","prcue":"≼","pre":"⪯","prec":"≺","precapprox":"⪷","preccurlyeq":"≼","preceq":"⪯","precnapprox":"⪹","precneqq":"⪵","precnsim":"⋨","precsim":"≾","prime":"′","primes":"ℙ","prnE":"⪵","prnap":"⪹","prnsim":"⋨","prod":"∏","profalar":"⌮","profline":"⌒","profsurf":"⌓","prop":"∝","propto":"∝","prsim":"≾","prurel":"⊰","pscr":"𝓅","psi":"ψ","puncsp":" ","qfr":"𝔮","qint":"⨌","qopf":"𝕢","qprime":"⁗","qscr":"𝓆","quaternions":"ℍ","quatint":"⨖","quest":"?","questeq":"≟","quo":"\\"","quot":"\\"","rAarr":"⇛","rArr":"⇒","rAtail":"⤜","rBarr":"⤏","rHar":"⥤","race":"∽̱","racute":"ŕ","radic":"√","raemptyv":"⦳","rang":"⟩","rangd":"⦒","range":"⦥","rangle":"⟩","raqu":"»","raquo":"»","rarr":"→","rarrap":"⥵","rarrb":"⇥","rarrbfs":"⤠","rarrc":"⤳","rarrfs":"⤞","rarrhk":"↪","rarrlp":"↬","rarrpl":"⥅","rarrsim":"⥴","rarrtl":"↣","rarrw":"↝","ratail":"⤚","ratio":"∶","rationals":"ℚ","rbarr":"⤍","rbbrk":"❳","rbrace":"}","rbrack":"]","rbrke":"⦌","rbrksld":"⦎","rbrkslu":"⦐","rcaron":"ř","rcedil":"ŗ","rceil":"⌉","rcub":"}","rcy":"р","rdca":"⤷","rdldhar":"⥩","rdquo":"”","rdquor":"”","rdsh":"↳","real":"ℜ","realine":"ℛ","realpart":"ℜ","reals":"ℝ","rect":"▭","re":"®","reg":"®","rfisht":"⥽","rfloor":"⌋","rfr":"𝔯","rhard":"⇁","rharu":"⇀","rharul":"⥬","rho":"ρ","rhov":"ϱ","rightarrow":"→","rightarrowtail":"↣","rightharpoondown":"⇁","rightharpoonup":"⇀","rightleftarrows":"⇄","rightleftharpoons":"⇌","rightrightarrows":"⇉","rightsquigarrow":"↝","rightthreetimes":"⋌","ring":"˚","risingdotseq":"≓","rlarr":"⇄","rlhar":"⇌","rlm":"","rmoust":"⎱","rmoustache":"⎱","rnmid":"⫮","roang":"⟭","roarr":"⇾","robrk":"⟧","ropar":"⦆","ropf":"𝕣","roplus":"⨮","rotimes":"⨵","rpar":")","rpargt":"⦔","rppolint":"⨒","rrarr":"⇉","rsaquo":"›","rscr":"𝓇","rsh":"↱","rsqb":"]","rsquo":"’","rsquor":"’","rthree":"⋌","rtimes":"⋊","rtri":"▹","rtrie":"⊵","rtrif":"▸","rtriltri":"⧎","ruluhar":"⥨","rx":"℞","sacute":"ś","sbquo":"‚","sc":"≻","scE":"⪴","scap":"⪸","scaron":"š","sccue":"≽","sce":"⪰","scedil":"ş","scirc":"ŝ","scnE":"⪶","scnap":"⪺","scnsim":"⋩","scpolint":"⨓","scsim":"≿","scy":"с","sdot":"⋅","sdotb":"⊡","sdote":"⩦","seArr":"⇘","searhk":"⤥","searr":"↘","searrow":"↘","sec":"§","sect":"§","semi":";","seswar":"⤩","setminus":"∖","setmn":"∖","sext":"✶","sfr":"𝔰","sfrown":"⌢","sharp":"♯","shchcy":"щ","shcy":"ш","shortmid":"∣","shortparallel":"∥","sh":"","shy":"","sigma":"σ","sigmaf":"ς","sigmav":"ς","sim":"∼","simdot":"⩪","sime":"≃","simeq":"≃","simg":"⪞","simgE":"⪠","siml":"⪝","simlE":"⪟","simne":"≆","simplus":"⨤","simrarr":"⥲","slarr":"←","smallsetminus":"∖","smashp":"⨳","smeparsl":"⧤","smid":"∣","smile":"⌣","smt":"⪪","smte":"⪬","smtes":"⪬︀","softcy":"ь","sol":"/","solb":"⧄","solbar":"⌿","sopf":"𝕤","spades":"♠","spadesuit":"♠","spar":"∥","sqcap":"⊓","sqcaps":"⊓︀","sqcup":"⊔","sqcups":"⊔︀","sqsub":"⊏","sqsube":"⊑","sqsubset":"⊏","sqsubseteq":"⊑","sqsup":"⊐","sqsupe":"⊒","sqsupset":"⊐","sqsupseteq":"⊒","squ":"□","square":"□","squarf":"▪","squf":"▪","srarr":"→","sscr":"𝓈","ssetmn":"∖","ssmile":"⌣","sstarf":"⋆","star":"☆","starf":"★","straightepsilon":"ϵ","straightphi":"ϕ","strns":"¯","sub":"⊂","subE":"⫅","subdot":"⪽","sube":"⊆","subedot":"⫃","submult":"⫁","subnE":"⫋","subne":"⊊","subplus":"⪿","subrarr":"⥹","subset":"⊂","subseteq":"⊆","subseteqq":"⫅","subsetneq":"⊊","subsetneqq":"⫋","subsim":"⫇","subsub":"⫕","subsup":"⫓","succ":"≻","succapprox":"⪸","succcurlyeq":"≽","succeq":"⪰","succnapprox":"⪺","succneqq":"⪶","succnsim":"⋩","succsim":"≿","sum":"∑","sung":"♪","sup":"⊃","sup1":"¹","sup2":"²","sup3":"³","supE":"⫆","supdot":"⪾","supdsub":"⫘","supe":"⊇","supedot":"⫄","suphsol":"⟉","suphsub":"⫗","suplarr":"⥻","supmult":"⫂","supnE":"⫌","supne":"⊋","supplus":"⫀","supset":"⊃","supseteq":"⊇","supseteqq":"⫆","supsetneq":"⊋","supsetneqq":"⫌","supsim":"⫈","supsub":"⫔","supsup":"⫖","swArr":"⇙","swarhk":"⤦","swarr":"↙","swarrow":"↙","swnwar":"⤪","szli":"ß","szlig":"ß","target":"⌖","tau":"τ","tbrk":"⎴","tcaron":"ť","tcedil":"ţ","tcy":"т","tdot":"⃛","telrec":"⌕","tfr":"𝔱","there4":"∴","therefore":"∴","theta":"θ","thetasym":"ϑ","thetav":"ϑ","thickapprox":"≈","thicksim":"∼","thinsp":" ","thkap":"≈","thksim":"∼","thor":"þ","thorn":"þ","tilde":"˜","time":"×","times":"×","timesb":"⊠","timesbar":"⨱","timesd":"⨰","tint":"∭","toea":"⤨","top":"⊤","topbot":"⌶","topcir":"⫱","topf":"𝕥","topfork":"⫚","tosa":"⤩","tprime":"‴","trade":"™","triangle":"▵","triangledown":"▿","triangleleft":"◃","trianglelefteq":"⊴","triangleq":"≜","triangleright":"▹","trianglerighteq":"⊵","tridot":"◬","trie":"≜","triminus":"⨺","triplus":"⨹","trisb":"⧍","tritime":"⨻","trpezium":"⏢","tscr":"𝓉","tscy":"ц","tshcy":"ћ","tstrok":"ŧ","twixt":"≬","twoheadleftarrow":"↞","twoheadrightarrow":"↠","uArr":"⇑","uHar":"⥣","uacut":"ú","uacute":"ú","uarr":"↑","ubrcy":"ў","ubreve":"ŭ","ucir":"û","ucirc":"û","ucy":"у","udarr":"⇅","udblac":"ű","udhar":"⥮","ufisht":"⥾","ufr":"𝔲","ugrav":"ù","ugrave":"ù","uharl":"↿","uharr":"↾","uhblk":"▀","ulcorn":"⌜","ulcorner":"⌜","ulcrop":"⌏","ultri":"◸","umacr":"ū","um":"¨","uml":"¨","uogon":"ų","uopf":"𝕦","uparrow":"↑","updownarrow":"↕","upharpoonleft":"↿","upharpoonright":"↾","uplus":"⊎","upsi":"υ","upsih":"ϒ","upsilon":"υ","upuparrows":"⇈","urcorn":"⌝","urcorner":"⌝","urcrop":"⌎","uring":"ů","urtri":"◹","uscr":"𝓊","utdot":"⋰","utilde":"ũ","utri":"▵","utrif":"▴","uuarr":"⇈","uum":"ü","uuml":"ü","uwangle":"⦧","vArr":"⇕","vBar":"⫨","vBarv":"⫩","vDash":"⊨","vangrt":"⦜","varepsilon":"ϵ","varkappa":"ϰ","varnothing":"∅","varphi":"ϕ","varpi":"ϖ","varpropto":"∝","varr":"↕","varrho":"ϱ","varsigma":"ς","varsubsetneq":"⊊︀","varsubsetneqq":"⫋︀","varsupsetneq":"⊋︀","varsupsetneqq":"⫌︀","vartheta":"ϑ","vartriangleleft":"⊲","vartriangleright":"⊳","vcy":"в","vdash":"⊢","vee":"∨","veebar":"⊻","veeeq":"≚","vellip":"⋮","verbar":"|","vert":"|","vfr":"𝔳","vltri":"⊲","vnsub":"⊂⃒","vnsup":"⊃⃒","vopf":"𝕧","vprop":"∝","vrtri":"⊳","vscr":"𝓋","vsubnE":"⫋︀","vsubne":"⊊︀","vsupnE":"⫌︀","vsupne":"⊋︀","vzigzag":"⦚","wcirc":"ŵ","wedbar":"⩟","wedge":"∧","wedgeq":"≙","weierp":"℘","wfr":"𝔴","wopf":"𝕨","wp":"℘","wr":"≀","wreath":"≀","wscr":"𝓌","xcap":"⋂","xcirc":"◯","xcup":"⋃","xdtri":"▽","xfr":"𝔵","xhArr":"⟺","xharr":"⟷","xi":"ξ","xlArr":"⟸","xlarr":"⟵","xmap":"⟼","xnis":"⋻","xodot":"⨀","xopf":"𝕩","xoplus":"⨁","xotime":"⨂","xrArr":"⟹","xrarr":"⟶","xscr":"𝓍","xsqcup":"⨆","xuplus":"⨄","xutri":"△","xvee":"⋁","xwedge":"⋀","yacut":"ý","yacute":"ý","yacy":"я","ycirc":"ŷ","ycy":"ы","ye":"¥","yen":"¥","yfr":"𝔶","yicy":"ї","yopf":"𝕪","yscr":"𝓎","yucy":"ю","yum":"ÿ","yuml":"ÿ","zacute":"ź","zcaron":"ž","zcy":"з","zdot":"ż","zeetrf":"ℨ","zeta":"ζ","zfr":"𝔷","zhcy":"ж","zigrarr":"⇝","zopf":"𝕫","zscr":"𝓏","zwj":"","zwnj":""}')},"h+e0":function(e,t,n){"use strict";var r=n("OF0j")(/[!-/:-@[-`{-~]/);e.exports=r},h3af:function(e,t,n){"use strict";var r=n("nppI");e.exports=function(e){for(var t,n,i,o=-1,u=[];++o<e.length;){if("string"==typeof(t=e[o]))n=t;else if(-5===t)n="\r";else if(-4===t)n="\n";else if(-3===t)n="\r\n";else if(-2===t)n="\t";else if(-1===t){if(i)continue;n=" "}else n=r(t);i=-2===t,u.push(n)}return u.join("")}},hKxf:function(e,t,n){"use strict";e.exports=function(e){for(var t=-1,n=0;++t<e.length;)n+="string"==typeof e[t]?e[t].length:1;return n}},i8V1:function(e,t,n){"use strict";var r=n("ucf/"),i=n("juNq");e.exports=i,i.prototype.message=function(e,t,n){var i=new r(e,t,n);this.path&&(i.name=this.path+":"+i.name,i.file=this.path);return i.fatal=!1,this.messages.push(i),i},i.prototype.info=function(){var e=this.message.apply(this,arguments);return e.fatal=null,e},i.prototype.fail=function(){var e=this.message.apply(this,arguments);throw e.fatal=!0,e}},ir0M:function(e,t,n){"use strict";var r=n("OF0j")(n("INXP"));e.exports=r},irsB:function(e,t,n){"use strict";function r(){return(r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}e.exports=function(e,t,n){"string"!=typeof t&&(n=t,t=void 0);return function(e){var t=e||{},n=function(e,t){var n=-1;for(;++n<t.length;)h(e,t[n]);return e}({canContainEols:["emphasis","fragment","heading","paragraph","strong"],enter:{autolink:g(O),autolinkProtocol:_,autolinkEmail:_,atxHeading:g(C),blockQuote:g((function(){return{type:"blockquote",children:[]}})),characterEscape:_,characterReference:_,codeFenced:g(A),codeFencedFenceInfo:v,codeFencedFenceMeta:v,codeIndented:g(A,v),codeText:g((function(){return{type:"inlineCode",value:""}}),v),codeTextData:_,data:_,codeFlowValue:_,definition:g((function(){return{type:"definition",identifier:"",label:null,title:null,url:""}})),definitionDestinationString:v,definitionLabelString:v,definitionTitleString:v,emphasis:g((function(){return{type:"emphasis",children:[]}})),hardBreakEscape:g(q),hardBreakTrailing:g(q),htmlFlow:g(T,v),htmlFlowData:_,htmlText:g(T,v),htmlTextData:_,image:g((function(){return{type:"image",title:null,url:"",alt:null}})),label:v,link:g(O),listItem:g((function(e){return{type:"listItem",spread:e._spread,checked:null,children:[]}})),listItemValue:function(e){f("expectingFirstListItemValue")&&(this.stack[this.stack.length-2].start=parseInt(this.sliceSerialize(e),10),l("expectingFirstListItemValue"))},listOrdered:g(F,(function(){l("expectingFirstListItemValue",!0)})),listUnordered:g(F),paragraph:g((function(){return{type:"paragraph",children:[]}})),reference:function(){l("referenceType","collapsed")},referenceString:v,resourceDestinationString:v,resourceTitleString:v,setextHeading:g(C),strong:g((function(){return{type:"strong",children:[]}})),thematicBreak:g((function(){return{type:"thematicBreak"}}))},exit:{atxHeading:b(),atxHeadingSequence:function(e){this.stack[this.stack.length-1].depth||(this.stack[this.stack.length-1].depth=this.sliceSerialize(e).length)},autolink:b(),autolinkEmail:function(e){w.call(this,e),this.stack[this.stack.length-1].url="mailto:"+this.sliceSerialize(e)},autolinkProtocol:function(e){w.call(this,e),this.stack[this.stack.length-1].url=this.sliceSerialize(e)},blockQuote:b(),characterEscapeValue:w,characterReferenceMarkerHexadecimal:S,characterReferenceMarkerNumeric:S,characterReferenceValue:function(e){var t,n,r=this.sliceSerialize(e),i=f("characterReferenceType");i?(t=a(r,"characterReferenceMarkerNumeric"===i?10:16),l("characterReferenceType")):t=p(r);(n=this.stack.pop()).value+=t,n.position.end=m(e.end)},codeFenced:b((function(){var e=this.resume();this.stack[this.stack.length-1].value=e.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),l("flowCodeInside")})),codeFencedFence:function(){if(f("flowCodeInside"))return;this.buffer(),l("flowCodeInside",!0)},codeFencedFenceInfo:function(){var e=this.resume();this.stack[this.stack.length-1].lang=e},codeFencedFenceMeta:function(){var e=this.resume();this.stack[this.stack.length-1].meta=e},codeFlowValue:w,codeIndented:b((function(){var e=this.resume();this.stack[this.stack.length-1].value=e})),codeText:b((function(){var e=this.resume();this.stack[this.stack.length-1].value=e})),codeTextData:w,data:w,definition:b(),definitionDestinationString:function(){var e=this.resume();this.stack[this.stack.length-1].url=e},definitionLabelString:function(e){var t=this.resume();this.stack[this.stack.length-1].label=t,this.stack[this.stack.length-1].identifier=c(this.sliceSerialize(e)).toLowerCase()},definitionTitleString:function(){var e=this.resume();this.stack[this.stack.length-1].title=e},emphasis:b(),hardBreakEscape:b(E),hardBreakTrailing:b(E),htmlFlow:b((function(){var e=this.resume();this.stack[this.stack.length-1].value=e})),htmlFlowData:w,htmlText:b((function(){var e=this.resume();this.stack[this.stack.length-1].value=e})),htmlTextData:w,image:b((function(){var e=this.stack[this.stack.length-1];f("inReference")?(e.type+="Reference",e.referenceType=f("referenceType")||"shortcut",delete e.url,delete e.title):(delete e.identifier,delete e.label,delete e.referenceType);l("referenceType")})),label:function(){var e=this.stack[this.stack.length-1],t=this.resume();this.stack[this.stack.length-1].label=t,l("inReference",!0),"link"===this.stack[this.stack.length-1].type?this.stack[this.stack.length-1].children=e.children:this.stack[this.stack.length-1].alt=t},labelText:function(e){this.stack[this.stack.length-2].identifier=c(this.sliceSerialize(e)).toLowerCase()},lineEnding:function(e){var t=this.stack[this.stack.length-1];if(f("atHardBreak"))return t.children[t.children.length-1].position.end=m(e.end),void l("atHardBreak");!f("setextHeadingSlurpLineEnding")&&n.canContainEols.indexOf(t.type)>-1&&(_.call(this,e),w.call(this,e))},link:b((function(){var e=this.stack[this.stack.length-1];f("inReference")?(e.type+="Reference",e.referenceType=f("referenceType")||"shortcut",delete e.url,delete e.title):(delete e.identifier,delete e.label,delete e.referenceType);l("referenceType")})),listItem:b(),listOrdered:b(),listUnordered:b(),paragraph:b(),referenceString:function(e){var t=this.resume();this.stack[this.stack.length-1].label=t,this.stack[this.stack.length-1].identifier=c(this.sliceSerialize(e)).toLowerCase(),l("referenceType","full")},resourceDestinationString:function(){var e=this.resume();this.stack[this.stack.length-1].url=e},resourceTitleString:function(){var e=this.resume();this.stack[this.stack.length-1].title=e},resource:function(){l("inReference")},setextHeading:b((function(){l("setextHeadingSlurpLineEnding")})),setextHeadingLineSequence:function(e){this.stack[this.stack.length-1].depth=61===this.sliceSerialize(e).charCodeAt(0)?1:2},setextHeadingText:function(){l("setextHeadingSlurpLineEnding",!0)},strong:b(),thematicBreak:b()}},t.mdastExtensions||[]),r={};return function(e){var t,r,i=[{type:"root",children:[]}],c=[],a=[],p=-1,h={stack:i,tokenStack:c,config:n,enter:y,exit:x,buffer:v,resume:k,setData:l,getData:f};for(;++p<e.length;)"listOrdered"!==e[p][1].type&&"listUnordered"!==e[p][1].type||("enter"===e[p][0]?a.push(p):(r=a.pop(p),p=s(e,r,p)));p=-1;for(;++p<e.length;)t=n[e[p][0]],u.call(t,e[p][1].type)&&t[e[p][1].type].call(o({sliceSerialize:e[p][2].sliceSerialize},h),e[p][1]);if(c.length)throw new Error("Cannot close document, a token (`"+c[c.length-1].type+"`, "+d({start:c[c.length-1].start,end:c[c.length-1].end})+") is still open");return i[0].position={start:m(e.length?e[0][1].start:{line:1,column:1,offset:0}),end:m(e.length?e[e.length-2][1].end:{line:1,column:1,offset:0})},i[0]};function s(e,t,n){for(var r,i,o,u,c,a,s,l=t-1,f=-1,p=!1;++l<=n;)if("listUnordered"===(c=e[l])[1].type||"listOrdered"===c[1].type||"blockQuote"===c[1].type?("enter"===c[0]?f++:f--,s=void 0):"lineEndingBlank"===c[1].type?"enter"===c[0]&&(!r||s||f||a||(a=l),s=void 0):"linePrefix"===c[1].type||"listItemValue"===c[1].type||"listItemMarker"===c[1].type||"listItemPrefix"===c[1].type||"listItemPrefixWhitespace"===c[1].type||(s=void 0),!f&&"enter"===c[0]&&"listItemPrefix"===c[1].type||-1===f&&"exit"===c[0]&&("listUnordered"===c[1].type||"listOrdered"===c[1].type)){if(r){for(i=l,o=void 0;i--;)if("lineEnding"===(u=e[i])[1].type||"lineEndingBlank"===u[1].type){if("exit"===u[0])continue;o&&(e[o][1].type="lineEndingBlank",p=!0),u[1].type="lineEnding",o=i}else if("linePrefix"!==u[1].type&&"blockQuotePrefix"!==u[1].type&&"blockQuotePrefixWhitespace"!==u[1].type&&"blockQuoteMarker"!==u[1].type&&"listItemIndent"!==u[1].type)break;a&&(!o||a<o)&&(r._spread=!0),r.end=m(o?e[o][1].start:c[1].end),e.splice(o||l,0,["exit",r,c[2]]),l++,n++}"listItemPrefix"===c[1].type&&(r={type:"listItem",_spread:!1,start:m(c[1].start)},e.splice(l,0,["enter",r,c[2]]),l++,n++,a=void 0,s=!0)}return e[t][1]._spread=p,n}function l(e,t){r[e]=t}function f(e){return r[e]}function m(e){return{line:e.line,column:e.column,offset:e.offset}}function g(e,t){return function(n){y.call(this,e(n),n),t&&t.call(this,n)}}function v(){this.stack.push({type:"fragment",children:[]})}function y(e,t){return this.stack[this.stack.length-1].children.push(e),this.stack.push(e),this.tokenStack.push(t),e.position={start:m(t.start)},e}function b(e){return function(t){e&&e.call(this,t);x.call(this,t)}}function x(e){var t=this.stack.pop(),n=this.tokenStack.pop();if(!n)throw new Error("Cannot close `"+e.type+"` ("+d({start:e.start,end:e.end})+"): it’s not open");if(n.type!==e.type)throw new Error("Cannot close `"+e.type+"` ("+d({start:e.start,end:e.end})+"): a different token (`"+n.type+"`, "+d({start:n.start,end:n.end})+") is open");return t.position.end=m(e.end),t}function k(){return i(this.stack.pop())}function _(e){var t=this.stack[this.stack.length-1].children,n=t[t.length-1];n&&"text"===n.type||((n={type:"text",value:""}).position={start:m(e.start)},this.stack[this.stack.length-1].children.push(n)),this.stack.push(n)}function w(e){var t=this.stack.pop();t.value+=this.sliceSerialize(e),t.position.end=m(e.end)}function E(){l("atHardBreak",!0)}function S(e){l("characterReferenceType",e.type)}function A(){return{type:"code",lang:null,meta:null,value:""}}function C(){return{type:"heading",depth:void 0,children:[]}}function q(){return{type:"break"}}function T(){return{type:"html",value:""}}function O(){return{type:"link",title:null,url:"",children:[]}}function F(e){return{type:"list",ordered:"listOrdered"===e.type,start:null,spread:e._spread,children:[]}}}(n)(f(s(n).document().write(l()(e,t,!0))))};var i=n("Q4YM"),o=n("m5ak"),u=n("xsWZ"),c=n("W9KB"),a=n("B9Dt"),s=n("3nVo"),l=n("YVOK"),f=n("zUPe"),p=n("bhct"),d=n("zHeK");function h(e,t){var n,i;for(n in t)i=u.call(e,n)?e[n]:e[n]={},"canContainEols"===n?e[n]=[].concat(i,t[n]):r(i,t[n])}},isG3:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n("4kIE"),i=n("7sXb"),o=function(e){var t,n=e.attempt(this.parser.constructs.contentInitial,(function(t){if(null===t)return void e.consume(t);return e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),i(e,n,"linePrefix")}),(function(t){return e.enter("paragraph"),o(t)}));return n;function o(n){var r=e.enter("chunkText",{contentType:"text",previous:t});return t&&(t.next=r),t=r,u(n)}function u(t){return null===t?(e.exit("chunkText"),e.exit("paragraph"),void e.consume(t)):r(t)?(e.consume(t),e.exit("chunkText"),o):(e.consume(t),u)}};t.tokenize=o},j1Sy:function(e,t,n){"use strict";var r=n("4kIE"),i=n("mQVw"),o=n("yBEM");e.exports=function(e,t,n,u,c,a,s,l,f){var p=f||1/0,d=0;return function(t){if(60===t)return e.enter(u),e.enter(c),e.enter(a),e.consume(t),e.exit(a),h;if(o(t))return n(t);return e.enter(u),e.enter(s),e.enter(l),e.enter("chunkString",{contentType:"string"}),v(t)};function h(n){return 62===n?(e.enter(a),e.consume(n),e.exit(a),e.exit(c),e.exit(u),t):(e.enter(l),e.enter("chunkString",{contentType:"string"}),m(n))}function m(t){return 62===t?(e.exit("chunkString"),e.exit(l),h(t)):null===t||60===t||r(t)?n(t):(e.consume(t),92===t?g:m)}function g(t){return 60===t||62===t||92===t?(e.consume(t),m):m(t)}function v(r){return 40===r?++d>p?n(r):(e.consume(r),v):41===r?d--?(e.consume(r),v):(e.exit("chunkString"),e.exit(l),e.exit(s),e.exit(u),t(r)):null===r||i(r)?d?n(r):(e.exit("chunkString"),e.exit(l),e.exit(s),e.exit(u),t(r)):o(r)?n(r):(e.consume(r),92===r?y:v)}function y(t){return 40===t||41===t||92===t?(e.consume(t),v):v(t)}}},juNq:function(e,t,n){"use strict";var r=n("SpX7"),i=n("LzXL"),o=n("EbX1");e.exports=a;var u={}.hasOwnProperty,c=["history","path","basename","stem","extname","dirname"];function a(e){var t,n;if(e){if("string"==typeof e||o(e))e={contents:e};else if("message"in e&&"messages"in e)return e}else e={};if(!(this instanceof a))return new a(e);for(this.data={},this.messages=[],this.history=[],this.cwd=i.cwd(),n=-1;++n<c.length;)t=c[n],u.call(e,t)&&(this[t]=e[t]);for(t in e)c.indexOf(t)<0&&(this[t]=e[t])}function s(e,t){if(e&&e.indexOf(r.sep)>-1)throw new Error("`"+t+"` cannot be a path: did not expect `"+r.sep+"`")}function l(e,t){if(!e)throw new Error("`"+t+"` cannot be empty")}function f(e,t){if(!e)throw new Error("Setting `"+t+"` requires `path` to be set too")}a.prototype.toString=function(e){return(this.contents||"").toString(e)},Object.defineProperty(a.prototype,"path",{get:function(){return this.history[this.history.length-1]},set:function(e){l(e,"path"),this.path!==e&&this.history.push(e)}}),Object.defineProperty(a.prototype,"dirname",{get:function(){return"string"==typeof this.path?r.dirname(this.path):void 0},set:function(e){f(this.path,"dirname"),this.path=r.join(e||"",this.basename)}}),Object.defineProperty(a.prototype,"basename",{get:function(){return"string"==typeof this.path?r.basename(this.path):void 0},set:function(e){l(e,"basename"),s(e,"basename"),this.path=r.join(this.dirname||"",e)}}),Object.defineProperty(a.prototype,"extname",{get:function(){return"string"==typeof this.path?r.extname(this.path):void 0},set:function(e){if(s(e,"extname"),f(this.path,"extname"),e){if(46!==e.charCodeAt(0))throw new Error("`extname` must start with `.`");if(e.indexOf(".",1)>-1)throw new Error("`extname` cannot contain multiple dots")}this.path=r.join(this.dirname,this.stem+(e||""))}}),Object.defineProperty(a.prototype,"stem",{get:function(){return"string"==typeof this.path?r.basename(this.path,this.extname):void 0},set:function(e){l(e,"stem"),s(e,"stem"),this.path=r.join(this.dirname||"",e+(this.extname||""))}})},kSGr:function(e,t,n){"use strict";var r=n("W9KB"),i=n("4kIE"),o=n("7sXb"),u=n("mQVw"),c=n("j1Sy"),a=n("a7DW"),s=n("QGTt"),l=n("eOGU"),f={name:"definition",tokenize:function(e,t,n){var u,l=this;return function(t){return e.enter("definition"),a.call(l,e,f,n,"definitionLabel","definitionLabelMarker","definitionLabelString")(t)};function f(t){return u=r(l.sliceSerialize(l.events[l.events.length-1][1]).slice(1,-1)),58===t?(e.enter("definitionMarker"),e.consume(t),e.exit("definitionMarker"),s(e,c(e,e.attempt(p,o(e,d,"whitespace"),o(e,d,"whitespace")),n,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString"))):n(t)}function d(r){return null===r||i(r)?(e.exit("definition"),l.parser.defined.indexOf(u)<0&&l.parser.defined.push(u),t(r)):n(r)}}},p={tokenize:function(e,t,n){return function(t){return u(t)?s(e,r)(t):n(t)};function r(t){return 34===t||39===t||40===t?l(e,o(e,c,"whitespace"),n,"definitionTitle","definitionTitleMarker","definitionTitleString")(t):n(t)}function c(e){return null===e||i(e)?t(e):n(e)}},partial:!0};e.exports=f},kqyo:function(e,t,n){"use strict";e.exports=function(e,t,n){var r=[];"function"==typeof t&&(n=t,t=null);function i(e){var o;return t&&e.type!==t||(o=n(e,r.concat())),e.children&&!1!==o?function(e,t){var n,o=e.length,u=-1;r.push(t);for(;++u<o;)if((n=e[u])&&!1===i(n))return!1;return r.pop(),!0}(e.children,e):o}i(e)}},l3jb:function(e,t,n){"use strict";var r=n("xsWZ"),i=n("YT9o"),o=n("BcHT");function u(e,t){var n,i,u,a;for(n in t)for(a in i=r.call(e,n)?e[n]:e[n]={},u=t[n])i[a]=c(o(u[a]),r.call(i,a)?i[a]:[])}function c(e,t){for(var n=-1,r=[];++n<e.length;)("after"===e[n].add?t:r).push(e[n]);return i(t,0,0,r),t}e.exports=function(e){for(var t={},n=-1;++n<e.length;)u(t,e[n]);return t}},l8WD:function(e,t,n){"use strict";n.r(t),n.d(t,"version",(function(){return B})),n.d(t,"Children",(function(){return d})),n.d(t,"render",(function(){return q})),n.d(t,"hydrate",(function(){return T})),n.d(t,"unmountComponentAtNode",(function(){return z})),n.d(t,"createPortal",(function(){return E})),n.d(t,"createFactory",(function(){return U})),n.d(t,"cloneElement",(function(){return M})),n.d(t,"isValidElement",(function(){return N})),n.d(t,"findDOMNode",(function(){return V})),n.d(t,"PureComponent",(function(){return c})),n.d(t,"memo",(function(){return a})),n.d(t,"forwardRef",(function(){return f})),n.d(t,"unstable_batchedUpdates",(function(){return W})),n.d(t,"StrictMode",(function(){return G})),n.d(t,"Suspense",(function(){return v})),n.d(t,"SuspenseList",(function(){return x})),n.d(t,"lazy",(function(){return b})),n.d(t,"__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED",(function(){return H}));var r=n("QRet");n.d(t,"useState",(function(){return r.k})),n.d(t,"useReducer",(function(){return r.i})),n.d(t,"useEffect",(function(){return r.d})),n.d(t,"useLayoutEffect",(function(){return r.g})),n.d(t,"useRef",(function(){return r.j})),n.d(t,"useImperativeHandle",(function(){return r.f})),n.d(t,"useMemo",(function(){return r.h})),n.d(t,"useCallback",(function(){return r.a})),n.d(t,"useContext",(function(){return r.b})),n.d(t,"useDebugValue",(function(){return r.c})),n.d(t,"useErrorBoundary",(function(){return r.e}));var i=n("HteQ");function o(e,t){for(var n in t)e[n]=t[n];return e}function u(e,t){for(var n in e)if("__source"!==n&&!(n in t))return!0;for(var r in t)if("__source"!==r&&e[r]!==t[r])return!0;return!1}function c(e){this.props=e}function a(e,t){function n(e){var n=this.props.ref,r=n==e.ref;return!r&&n&&(n.call?n(null):n.current=null),t?!t(this.props,e)||!r:u(this.props,e)}function r(t){return this.shouldComponentUpdate=n,Object(i.createElement)(e,t)}return r.displayName="Memo("+(e.displayName||e.name)+")",r.prototype.isReactComponent=!0,r.__f=!0,r}n.d(t,"createElement",(function(){return i.createElement})),n.d(t,"createContext",(function(){return i.createContext})),n.d(t,"createRef",(function(){return i.createRef})),n.d(t,"Fragment",(function(){return i.Fragment})),n.d(t,"Component",(function(){return i.Component})),(c.prototype=new i.Component).isPureReactComponent=!0,c.prototype.shouldComponentUpdate=function(e,t){return u(this.props,e)||u(this.state,t)};var s=i.options.__b;i.options.__b=function(e){e.type&&e.type.__f&&e.ref&&(e.props.ref=e.ref,e.ref=null),s&&s(e)};var l="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.forward_ref")||3911;function f(e){function t(t,n){var r=o({},t);return delete r.ref,e(r,(n=t.ref||n)&&("object"!=typeof n||"current"in n)?n:null)}return t.$$typeof=l,t.render=t,t.prototype.isReactComponent=t.__f=!0,t.displayName="ForwardRef("+(e.displayName||e.name)+")",t}var p=function(e,t){return null==e?null:Object(i.toChildArray)(Object(i.toChildArray)(e).map(t))},d={map:p,forEach:p,count:function(e){return e?Object(i.toChildArray)(e).length:0},only:function(e){var t=Object(i.toChildArray)(e);if(1!==t.length)throw"Children.only";return t[0]},toArray:i.toChildArray},h=i.options.__e;function m(e){return e&&(e.__c&&e.__c.__H&&(e.__c.__H.__.forEach((function(e){"function"==typeof e.__c&&e.__c()})),e.__c.__H=null),(e=o({},e)).__c=null,e.__k=e.__k&&e.__k.map(m)),e}function g(e){return e&&(e.__v=null,e.__k=e.__k&&e.__k.map(g)),e}function v(){this.__u=0,this.t=null,this.__b=null}function y(e){var t=e.__.__c;return t&&t.__e&&t.__e(e)}function b(e){var t,n,r;function o(o){if(t||(t=e()).then((function(e){n=e.default||e}),(function(e){r=e})),r)throw r;if(!n)throw t;return Object(i.createElement)(n,o)}return o.displayName="Lazy",o.__f=!0,o}function x(){this.u=null,this.o=null}i.options.__e=function(e,t,n){if(e.then)for(var r,i=t;i=i.__;)if((r=i.__c)&&r.__c)return null==t.__e&&(t.__e=n.__e,t.__k=n.__k),r.__c(e,t);h(e,t,n)},(v.prototype=new i.Component).__c=function(e,t){var n=t.__c,r=this;null==r.t&&(r.t=[]),r.t.push(n);var i=y(r.__v),o=!1,u=function(){o||(o=!0,n.componentWillUnmount=n.__c,i?i(c):c())};n.__c=n.componentWillUnmount,n.componentWillUnmount=function(){u(),n.__c&&n.__c()};var c=function(){var e;if(!--r.__u)for(r.__v.__k[0]=g(r.state.__e),r.setState({__e:r.__b=null});e=r.t.pop();)e.forceUpdate()};!0===t.__h||r.__u++||r.setState({__e:r.__b=r.__v.__k[0]}),e.then(u,u)},v.prototype.componentWillUnmount=function(){this.t=[]},v.prototype.render=function(e,t){this.__b&&(this.__v.__k&&(this.__v.__k[0]=m(this.__b)),this.__b=null);var n=t.__e&&Object(i.createElement)(i.Fragment,null,e.fallback);return n&&(n.__h=null),[Object(i.createElement)(i.Fragment,null,t.__e?null:e.children),n]};var k=function(e,t,n){if(++n[1]===n[0]&&e.o.delete(t),e.props.revealOrder&&("t"!==e.props.revealOrder[0]||!e.o.size))for(n=e.u;n;){for(;n.length>3;)n.pop()();if(n[1]<n[0])break;e.u=n=n[2]}};function _(e){return this.getChildContext=function(){return e.context},e.children}function w(e){var t=this,n=e.i,r=Object(i.createElement)(_,{context:t.context},e.__v);t.componentWillUnmount=function(){var e=t.l.parentNode;e&&e.removeChild(t.l),Object(i.__u)(t.s)},t.i&&t.i!==n&&(t.componentWillUnmount(),t.h=!1),e.__v?t.h?(n.__k=t.__k,Object(i.render)(r,n),t.__k=n.__k):(t.l=document.createTextNode(""),t.__k=n.__k,Object(i.hydrate)("",n),n.appendChild(t.l),t.h=!0,t.i=n,Object(i.render)(r,n,t.l),n.__k=t.__k,t.__k=t.l.__k):t.h&&t.componentWillUnmount(),t.s=r}function E(e,t){return Object(i.createElement)(w,{__v:e,i:t})}(x.prototype=new i.Component).__e=function(e){var t=this,n=y(t.__v),r=t.o.get(e);return r[0]++,function(i){var o=function(){t.props.revealOrder?(r.push(i),k(t,e,r)):i()};n?n(o):o()}},x.prototype.render=function(e){this.u=null,this.o=new Map;var t=Object(i.toChildArray)(e.children);e.revealOrder&&"b"===e.revealOrder[0]&&t.reverse();for(var n=t.length;n--;)this.o.set(t[n],this.u=[1,0,this.u]);return e.children},x.prototype.componentDidUpdate=x.prototype.componentDidMount=function(){var e=this;this.o.forEach((function(t,n){k(e,n,t)}))};var S="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,A=/^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|fill|flood|font|glyph(?!R)|horiz|marker(?!H|W|U)|overline|paint|stop|strikethrough|stroke|text(?!L)|underline|unicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/,C="undefined"!=typeof Symbol?/fil|che|rad/i:/fil|che|ra/i;function q(e,t,n){return null==t.__k&&(t.textContent=""),Object(i.render)(e,t),"function"==typeof n&&n(),e?e.__c:null}function T(e,t,n){return Object(i.hydrate)(e,t),"function"==typeof n&&n(),e?e.__c:null}i.Component.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach((function(e){Object.defineProperty(i.Component.prototype,e,{configurable:!0,get:function(){return this["UNSAFE_"+e]},set:function(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,value:t})}})}));var O=i.options.event;function F(){}function D(){return this.cancelBubble}function L(){return this.defaultPrevented}i.options.event=function(e){return O&&(e=O(e)),e.persist=F,e.isPropagationStopped=D,e.isDefaultPrevented=L,e.nativeEvent=e};var I,j={configurable:!0,get:function(){return this.class}},P=i.options.vnode;i.options.vnode=function(e){var t=e.type,n=e.props,r=n;if("string"==typeof t){for(var o in r={},n){var u=n[o];"defaultValue"===o&&"value"in n&&null==n.value?o="value":"download"===o&&!0===u?u="":/ondoubleclick/i.test(o)?o="ondblclick":/^onchange(textarea|input)/i.test(o+t)&&!C.test(n.type)?o="oninput":/^on(Ani|Tra|Tou|BeforeInp)/.test(o)?o=o.toLowerCase():A.test(o)?o=o.replace(/[A-Z0-9]/,"-$&").toLowerCase():null===u&&(u=void 0),r[o]=u}"select"==t&&r.multiple&&Array.isArray(r.value)&&(r.value=Object(i.toChildArray)(n.children).forEach((function(e){e.props.selected=-1!=r.value.indexOf(e.props.value)}))),e.props=r}t&&n.class!=n.className&&(j.enumerable="className"in n,null!=n.className&&(r.class=n.className),Object.defineProperty(r,"className",j)),e.$$typeof=S,P&&P(e)};var R=i.options.__r;i.options.__r=function(e){R&&R(e),I=e.__c};var H={ReactCurrentDispatcher:{current:{readContext:function(e){return I.__n[e.__c].props.value}}}},B="16.8.0";function U(e){return i.createElement.bind(null,e)}function N(e){return!!e&&e.$$typeof===S}function M(e){return N(e)?i.cloneElement.apply(null,arguments):e}function z(e){return!!e.__k&&(Object(i.render)(null,e),!0)}function V(e){return e&&(e.base||1===e.nodeType&&e)||null}var W=function(e,t){return e(t)},G=i.Fragment;t.default={useState:r.k,useReducer:r.i,useEffect:r.d,useLayoutEffect:r.g,useRef:r.j,useImperativeHandle:r.f,useMemo:r.h,useCallback:r.a,useContext:r.b,useDebugValue:r.c,version:"16.8.0",Children:d,render:q,hydrate:T,unmountComponentAtNode:z,createPortal:E,createElement:i.createElement,createContext:i.createContext,createFactory:U,cloneElement:M,createRef:i.createRef,Fragment:i.Fragment,isValidElement:N,findDOMNode:V,Component:i.Component,PureComponent:c,memo:a,forwardRef:f,unstable_batchedUpdates:W,StrictMode:i.Fragment,Suspense:v,SuspenseList:x,lazy:b,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:H}},"lD/g":function(e,t,n){"use strict";var r=n("h+e0"),i={name:"characterEscape",tokenize:function(e,t,n){return function(t){return e.enter("characterEscape"),e.enter("escapeMarker"),e.consume(t),e.exit("escapeMarker"),i};function i(i){return r(i)?(e.enter("characterEscapeValue"),e.consume(i),e.exit("characterEscapeValue"),e.exit("characterEscape"),t):n(i)}}};e.exports=i},m5ak:function(e,t,n){"use strict";var r=Object.assign;e.exports=r},mQVw:function(e,t,n){"use strict";e.exports=function(e){return e<0||32===e}},mTjI:function(e,t,n){"use strict";var r=n("OF0j")(/[\dA-Fa-f]/);e.exports=r},maJg:function(e,t,n){"use strict";e.exports=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","section","source","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"]},nppI:function(e,t,n){"use strict";var r=String.fromCharCode;e.exports=r},oAca:function(e,t,n){"use strict";var r=n("nppI"),i=n("6zBE"),o=n("4kIE"),u=n("pMvH"),c=n("A0tY"),a=n("mQVw"),s=n("9pEU"),l=n("maJg"),f=n("rNCH"),p={name:"htmlFlow",tokenize:function(e,t,n){var c,p,h,m,g,v=this;return function(t){return e.enter("htmlFlow"),e.enter("htmlFlowData"),e.consume(t),y};function y(i){return 33===i?(e.consume(i),b):47===i?(e.consume(i),_):63===i?(e.consume(i),c=3,v.interrupt?t:M):s(i)?(e.consume(i),h=r(i),p=!0,w):n(i)}function b(r){return 45===r?(e.consume(r),c=2,x):91===r?(e.consume(r),c=5,h="CDATA[",m=0,k):s(r)?(e.consume(r),c=4,v.interrupt?t:M):n(r)}function x(r){return 45===r?(e.consume(r),v.interrupt?t:M):n(r)}function k(r){return r===h.charCodeAt(m++)?(e.consume(r),m===h.length?v.interrupt?t:j:k):n(r)}function _(t){return s(t)?(e.consume(t),h=r(t),w):n(t)}function w(o){return null===o||47===o||62===o||a(o)?47!==o&&p&&f.indexOf(h.toLowerCase())>-1?(c=1,v.interrupt?t(o):j(o)):l.indexOf(h.toLowerCase())>-1?(c=6,47===o?(e.consume(o),E):v.interrupt?t(o):j(o)):(c=7,v.interrupt?n(o):p?A(o):S(o)):45===o||i(o)?(e.consume(o),h+=r(o),w):n(o)}function E(r){return 62===r?(e.consume(r),v.interrupt?t:j):n(r)}function S(t){return u(t)?(e.consume(t),S):L(t)}function A(t){return 47===t?(e.consume(t),L):58===t||95===t||s(t)?(e.consume(t),C):u(t)?(e.consume(t),A):L(t)}function C(t){return 45===t||46===t||58===t||95===t||i(t)?(e.consume(t),C):q(t)}function q(t){return 61===t?(e.consume(t),T):u(t)?(e.consume(t),q):A(t)}function T(t){return null===t||60===t||61===t||62===t||96===t?n(t):34===t||39===t?(e.consume(t),g=t,O):u(t)?(e.consume(t),T):(g=void 0,F(t))}function O(t){return t===g?(e.consume(t),D):null===t||o(t)?n(t):(e.consume(t),O)}function F(t){return null===t||34===t||39===t||60===t||61===t||62===t||96===t||a(t)?q(t):(e.consume(t),F)}function D(e){return 47===e||62===e||u(e)?A(e):n(e)}function L(t){return 62===t?(e.consume(t),I):n(t)}function I(t){return u(t)?(e.consume(t),I):null===t||o(t)?j(t):n(t)}function j(t){return 45===t&&2===c?(e.consume(t),H):60===t&&1===c?(e.consume(t),B):62===t&&4===c?(e.consume(t),z):63===t&&3===c?(e.consume(t),M):93===t&&5===c?(e.consume(t),N):!o(t)||6!==c&&7!==c?null===t||o(t)?P(t):(e.consume(t),j):e.check(d,z,P)(t)}function P(t){return e.exit("htmlFlowData"),R(t)}function R(t){return null===t?V(t):o(t)?(e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),R):(e.enter("htmlFlowData"),j(t))}function H(t){return 45===t?(e.consume(t),M):j(t)}function B(t){return 47===t?(e.consume(t),h="",U):j(t)}function U(t){return 62===t&&f.indexOf(h.toLowerCase())>-1?(e.consume(t),z):s(t)&&h.length<8?(e.consume(t),h+=r(t),U):j(t)}function N(t){return 93===t?(e.consume(t),M):j(t)}function M(t){return 62===t?(e.consume(t),z):j(t)}function z(t){return null===t||o(t)?(e.exit("htmlFlowData"),V(t)):(e.consume(t),z)}function V(n){return e.exit("htmlFlow"),t(n)}},resolveTo:function(e){var t=e.length;for(;t--&&("enter"!==e[t][0]||"htmlFlow"!==e[t][1].type););t>1&&"linePrefix"===e[t-2][1].type&&(e[t][1].start=e[t-2][1].start,e[t+1][1].start=e[t-2][1].start,e.splice(t-2,2));return e},concrete:!0},d={tokenize:function(e,t,n){return function(r){return e.exit("htmlFlowData"),e.enter("lineEndingBlank"),e.consume(r),e.exit("lineEndingBlank"),e.attempt(c,t,n)}},partial:!0};e.exports=p},oarT:function(e,t,n){"use strict";var r=n("6zBE"),i=n("4kIE"),o=n("pMvH"),u=n("7sXb"),c=n("mQVw"),a=n("9pEU"),s={name:"htmlText",tokenize:function(e,t,n){var s,l,f,p,d=this;return function(t){return e.enter("htmlText"),e.enter("htmlTextData"),e.consume(t),h};function h(t){return 33===t?(e.consume(t),m):47===t?(e.consume(t),q):63===t?(e.consume(t),A):a(t)?(e.consume(t),F):n(t)}function m(t){return 45===t?(e.consume(t),g):91===t?(e.consume(t),l="CDATA[",f=0,k):a(t)?(e.consume(t),S):n(t)}function g(t){return 45===t?(e.consume(t),v):n(t)}function v(t){return null===t||62===t?n(t):45===t?(e.consume(t),y):b(t)}function y(e){return null===e||62===e?n(e):b(e)}function b(t){return null===t?n(t):45===t?(e.consume(t),x):i(t)?(p=b,B(t)):(e.consume(t),b)}function x(t){return 45===t?(e.consume(t),N):b(t)}function k(t){return t===l.charCodeAt(f++)?(e.consume(t),f===l.length?_:k):n(t)}function _(t){return null===t?n(t):93===t?(e.consume(t),w):i(t)?(p=_,B(t)):(e.consume(t),_)}function w(t){return 93===t?(e.consume(t),E):_(t)}function E(t){return 62===t?N(t):93===t?(e.consume(t),E):_(t)}function S(t){return null===t||62===t?N(t):i(t)?(p=S,B(t)):(e.consume(t),S)}function A(t){return null===t?n(t):63===t?(e.consume(t),C):i(t)?(p=A,B(t)):(e.consume(t),A)}function C(e){return 62===e?N(e):A(e)}function q(t){return a(t)?(e.consume(t),T):n(t)}function T(t){return 45===t||r(t)?(e.consume(t),T):O(t)}function O(t){return i(t)?(p=O,B(t)):o(t)?(e.consume(t),O):N(t)}function F(t){return 45===t||r(t)?(e.consume(t),F):47===t||62===t||c(t)?D(t):n(t)}function D(t){return 47===t?(e.consume(t),N):58===t||95===t||a(t)?(e.consume(t),L):i(t)?(p=D,B(t)):o(t)?(e.consume(t),D):N(t)}function L(t){return 45===t||46===t||58===t||95===t||r(t)?(e.consume(t),L):I(t)}function I(t){return 61===t?(e.consume(t),j):i(t)?(p=I,B(t)):o(t)?(e.consume(t),I):D(t)}function j(t){return null===t||60===t||61===t||62===t||96===t?n(t):34===t||39===t?(e.consume(t),s=t,P):i(t)?(p=j,B(t)):o(t)?(e.consume(t),j):(e.consume(t),s=void 0,H)}function P(t){return t===s?(e.consume(t),R):null===t?n(t):i(t)?(p=P,B(t)):(e.consume(t),P)}function R(e){return 62===e||47===e||c(e)?D(e):n(e)}function H(t){return null===t||34===t||39===t||60===t||61===t||96===t?n(t):62===t||c(t)?D(t):(e.consume(t),H)}function B(t){return e.exit("htmlTextData"),e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),u(e,U,"linePrefix",d.parser.constructs.disable.null.indexOf("codeIndented")>-1?void 0:4)}function U(t){return e.enter("htmlTextData"),p(t)}function N(r){return 62===r?(e.consume(r),e.exit("htmlTextData"),e.exit("htmlText"),t):n(r)}}};e.exports=s},"ox/y":function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Link=t.Match=void 0;var r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},i=n("HteQ"),o=n("Y3FI");function u(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function c(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}var a=t.Match=function(e){function t(){var n,r;u(this,t);for(var i=arguments.length,o=Array(i),a=0;a<i;a++)o[a]=arguments[a];return n=r=c(this,e.call.apply(e,[this].concat(o))),r.update=function(e){r.nextUrl=e,r.setState({})},c(r,n)}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),t.prototype.componentDidMount=function(){o.subscribers.push(this.update)},t.prototype.componentWillUnmount=function(){o.subscribers.splice(o.subscribers.indexOf(this.update)>>>0,1)},t.prototype.render=function(e){var t=this.nextUrl||(0,o.getCurrentUrl)(),n=t.replace(/\?.+$/,"");return this.nextUrl=null,e.children({url:t,path:n,matches:!1!==(0,o.exec)(n,e.path,{})})},t}(i.Component),s=function(e){var t=e.activeClassName,n=e.path,u=function(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}(e,["activeClassName","path"]);return(0,i.h)(a,{path:n||u.href},(function(e){var n=e.matches;return(0,i.h)(o.Link,r({},u,{class:[u.class||u.className,n&&t].filter(Boolean).join(" ")}))}))};t.Link=s,t.default=a,a.Link=s},oyvS:function(e,t){e.exports=require("path")},pMvH:function(e,t,n){"use strict";e.exports=function(e){return-2===e||-1===e||32===e}},pRls:function(e,t,n){},"pi/J":function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n("4kIE"),i=n("7sXb"),o=n("A0tY"),u=function(e){var t,n,i,u=this,s=[],l=0,f={tokenize:function(e,r){var i=0;return t={},l;function l(r){return i<s.length?(u.containerState=s[i][1],e.attempt(s[i][0].continuation,f,p)(r)):n.currentConstruct&&n.currentConstruct.concrete?(t.flowContinue=!0,m(r)):(u.interrupt=n.currentConstruct&&n.currentConstruct.interruptible,u.containerState={},e.attempt(c,h,m)(r))}function f(e){return i++,u.containerState._closeFlow?h(e):l(e)}function p(t){return n.currentConstruct&&n.currentConstruct.lazy?(u.containerState={},e.attempt(c,h,e.attempt(a,h,e.check(o,h,d)))(t)):h(t)}function d(e){return i=s.length,t.lazy=!0,t.flowContinue=!0,m(e)}function h(e){return t.flowEnd=!0,m(e)}function m(e){return t.continued=i,u.interrupt=u.containerState=void 0,r(e)}},partial:!0};return p;function p(t){return l<s.length?(u.containerState=s[l][1],e.attempt(s[l][0].continuation,d,h)(t)):h(t)}function d(e){return l++,p(e)}function h(r){return t&&t.flowContinue?g(r):(u.interrupt=n&&n.currentConstruct&&n.currentConstruct.interruptible,u.containerState={},e.attempt(c,m,g)(r))}function m(e){return s.push([u.currentConstruct,u.containerState]),u.containerState=void 0,h(e)}function g(t){return null===t?(x(0,!0),void e.consume(t)):(n=n||u.parser.flow(u.now()),e.enter("chunkFlow",{contentType:"flow",previous:i,_tokenizer:n}),v(t))}function v(t){return null===t?(b(e.exit("chunkFlow")),g(t)):r(t)?(e.consume(t),b(e.exit("chunkFlow")),e.check(f,y)):(e.consume(t),v)}function y(e){return x(t.continued,t&&t.flowEnd),l=0,p(e)}function b(e){i&&(i.next=e),i=e,n.lazy=t&&t.lazy,n.defineSkip(e.start),n.write(u.sliceStream(e))}function x(t,r){var o=s.length;for(n&&r&&(n.write([null]),i=n=void 0);o-- >t;)u.containerState=s[o][1],s[o][0].exit.call(u,e);s.length=t}},c={tokenize:function(e,t,n){return i(e,e.attempt(this.parser.constructs.document,t,n),"linePrefix",this.parser.constructs.disable.null.indexOf("codeIndented")>-1?void 0:4)}},a={tokenize:function(e,t,n){return i(e,e.lazy(this.parser.constructs.flow,t,n),"linePrefix",this.parser.constructs.disable.null.indexOf("codeIndented")>-1?void 0:4)}};t.tokenize=u},qWgT:function(e,t,n){"use strict";var r=n("4kIE"),i={name:"hardBreakEscape",tokenize:function(e,t,n){return function(t){return e.enter("hardBreakEscape"),e.enter("escapeMarker"),e.consume(t),i};function i(i){return r(i)?(e.exit("escapeMarker"),e.exit("hardBreakEscape"),t(i)):n(i)}}};e.exports=i},rNCH:function(e,t,n){"use strict";e.exports=["pre","script","style","textarea"]},"sWw+":function(e,t,n){"use strict";var r=Object.prototype.hasOwnProperty,i=Object.prototype.toString,o=Object.defineProperty,u=Object.getOwnPropertyDescriptor,c=function(e){return"function"==typeof Array.isArray?Array.isArray(e):"[object Array]"===i.call(e)},a=function(e){if(!e||"[object Object]"!==i.call(e))return!1;var t,n=r.call(e,"constructor"),o=e.constructor&&e.constructor.prototype&&r.call(e.constructor.prototype,"isPrototypeOf");if(e.constructor&&!n&&!o)return!1;for(t in e);return void 0===t||r.call(e,t)},s=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},l=function(e,t){if("__proto__"===t){if(!r.call(e,t))return;if(u)return u(e,t).value}return e[t]};e.exports=function e(){var t,n,r,i,o,u,f=arguments[0],p=1,d=arguments.length,h=!1;for("boolean"==typeof f&&(h=f,f=arguments[1]||{},p=2),(null==f||"object"!=typeof f&&"function"!=typeof f)&&(f={});p<d;++p)if(null!=(t=arguments[p]))for(n in t)r=l(f,n),f!==(i=l(t,n))&&(h&&i&&(a(i)||(o=c(i)))?(o?(o=!1,u=r&&c(r)?r:[]):u=r&&a(r)?r:{},s(f,{name:n,newValue:e(h,u,i)})):void 0!==i&&s(f,{name:n,newValue:i}));return f}},"sy7/":function(e,t,n){"use strict";var r=n("4kIE"),i=n("7sXb"),o=n("H5je"),u=n("mQVw"),c={name:"codeFenced",tokenize:function(e,t,n){var c,a=this,s={tokenize:function(e,t,n){var o=0;return i(e,(function(t){return e.enter("codeFencedFence"),e.enter("codeFencedFenceSequence"),u(t)}),"linePrefix",this.parser.constructs.disable.null.indexOf("codeIndented")>-1?void 0:4);function u(t){return t===c?(e.consume(t),o++,u):o<f?n(t):(e.exit("codeFencedFenceSequence"),i(e,a,"whitespace")(t))}function a(i){return null===i||r(i)?(e.exit("codeFencedFence"),t(i)):n(i)}},partial:!0},l=o(this.events,"linePrefix"),f=0;return function(t){return e.enter("codeFenced"),e.enter("codeFencedFence"),e.enter("codeFencedFenceSequence"),c=t,p(t)};function p(t){return t===c?(e.consume(t),f++,p):(e.exit("codeFencedFenceSequence"),f<3?n(t):i(e,d,"whitespace")(t))}function d(t){return null===t||r(t)?v(t):(e.enter("codeFencedFenceInfo"),e.enter("chunkString",{contentType:"string"}),h(t))}function h(t){return null===t||u(t)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),i(e,m,"whitespace")(t)):96===t&&t===c?n(t):(e.consume(t),h)}function m(t){return null===t||r(t)?v(t):(e.enter("codeFencedFenceMeta"),e.enter("chunkString",{contentType:"string"}),g(t))}function g(t){return null===t||r(t)?(e.exit("chunkString"),e.exit("codeFencedFenceMeta"),v(t)):96===t&&t===c?n(t):(e.consume(t),g)}function v(n){return e.exit("codeFencedFence"),a.interrupt?t(n):y(n)}function y(t){return null===t?x(t):r(t)?(e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),e.attempt(s,x,l?i(e,y,"linePrefix",l+1):y)):(e.enter("codeFlowValue"),b(t))}function b(t){return null===t||r(t)?(e.exit("codeFlowValue"),y(t)):(e.consume(t),b)}function x(n){return e.exit("codeFenced"),t(n)}},concrete:!0};e.exports=c},tP7B:function(e,t,n){e.exports={textarea:"textarea__1UKFm"}},tezt:function(e,t,n){"use strict";var r=n("YT9o"),i=n("wcY4"),o=n("W9KB"),u=n("Ek7W"),c=n("Ww+Z"),a=n("mQVw"),s=n("j1Sy"),l=n("a7DW"),f=n("QGTt"),p=n("eOGU"),d={name:"labelEnd",tokenize:function(e,t,n){var r,i,u=this,c=u.events.length;for(;c--;)if(("labelImage"===u.events[c][1].type||"labelLink"===u.events[c][1].type)&&!u.events[c][1]._balanced){r=u.events[c][1];break}return function(t){if(!r)return n(t);return r._inactive?s(t):(i=u.parser.defined.indexOf(o(u.sliceSerialize({start:r.end,end:u.now()})))>-1,e.enter("labelEnd"),e.enter("labelMarker"),e.consume(t),e.exit("labelMarker"),e.exit("labelEnd"),a)};function a(n){return 40===n?e.attempt(h,t,i?t:s)(n):91===n?e.attempt(m,t,i?e.attempt(g,t,s):s)(n):i?t(n):s(n)}function s(e){return r._balanced=!0,n(e)}},resolveTo:function(e,t){var n,o,a,s,l,f,p,d=e.length,h=0;for(;d--;)if(s=e[d][1],l){if("link"===s.type||"labelLink"===s.type&&s._inactive)break;"enter"===e[d][0]&&"labelLink"===s.type&&(s._inactive=!0)}else if(f){if("enter"===e[d][0]&&("labelImage"===s.type||"labelLink"===s.type)&&!s._balanced&&(l=d,"labelLink"!==s.type)){h=2;break}}else"labelEnd"===s.type&&(f=d);return n={type:"labelLink"===e[l][1].type?"link":"image",start:u(e[l][1].start),end:u(e[e.length-1][1].end)},o={type:"label",start:u(e[l][1].start),end:u(e[f][1].end)},a={type:"labelText",start:u(e[l+h+2][1].end),end:u(e[f-2][1].start)},p=i(p=[["enter",n,t],["enter",o,t]],e.slice(l+1,l+h+3)),p=i(p,[["enter",a,t]]),p=i(p,c(t.parser.constructs.insideSpan.null,e.slice(l+h+4,f-3),t)),p=i(p,[["exit",a,t],e[f-2],e[f-1],["exit",o,t]]),p=i(p,e.slice(f+1)),p=i(p,[["exit",n,t]]),r(e,l,e.length,p),e},resolveAll:function(e){var t,n=-1;for(;++n<e.length;)(t=e[n][1])._used||"labelImage"!==t.type&&"labelLink"!==t.type&&"labelEnd"!==t.type||(e.splice(n+1,"labelImage"===t.type?4:2),t.type="data",n++);return e}},h={tokenize:function(e,t,n){return function(t){return e.enter("resource"),e.enter("resourceMarker"),e.consume(t),e.exit("resourceMarker"),f(e,r)};function r(t){return 41===t?u(t):s(e,i,n,"resourceDestination","resourceDestinationLiteral","resourceDestinationLiteralMarker","resourceDestinationRaw","resourceDestinationString",3)(t)}function i(t){return a(t)?f(e,o)(t):u(t)}function o(t){return 34===t||39===t||40===t?p(e,f(e,u),n,"resourceTitle","resourceTitleMarker","resourceTitleString")(t):u(t)}function u(r){return 41===r?(e.enter("resourceMarker"),e.consume(r),e.exit("resourceMarker"),e.exit("resource"),t):n(r)}}},m={tokenize:function(e,t,n){var r=this;return function(t){return l.call(r,e,i,n,"reference","referenceMarker","referenceString")(t)};function i(e){return r.parser.defined.indexOf(o(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)))<0?n(e):t(e)}}},g={tokenize:function(e,t,n){return function(t){return e.enter("reference"),e.enter("referenceMarker"),e.consume(t),e.exit("referenceMarker"),r};function r(r){return 93===r?(e.enter("referenceMarker"),e.consume(r),e.exit("referenceMarker"),e.exit("reference"),t):n(r)}}};e.exports=d},"ucf/":function(e,t,n){"use strict";var r=n("zHeK");function i(){}e.exports=u,i.prototype=Error.prototype,u.prototype=new i;var o=u.prototype;function u(e,t,n){var i,o,u;"string"==typeof t&&(n=t,t=null),i=function(e){var t,n=[null,null];"string"==typeof e&&(-1===(t=e.indexOf(":"))?n[1]=e:(n[0]=e.slice(0,t),n[1]=e.slice(t+1)));return n}(n),o=r(t)||"1:1",u={start:{line:null,column:null},end:{line:null,column:null}},t&&t.position&&(t=t.position),t&&(t.start?(u=t,t=t.start):u.start=t),e.stack&&(this.stack=e.stack,e=e.message),this.message=e,this.name=o,this.reason=e,this.line=t?t.line:null,this.column=t?t.column:null,this.location=u,this.source=i[0],this.ruleId=i[1]}o.file="",o.name="",o.reason="",o.message="",o.stack="",o.fatal=null,o.column=null,o.line=null},unVz:function(e,t,n){var r=n("kqyo");e.exports=function(){return function(e){return r(e,"list",(function(e,t){var n,r,i=0;for(n=0,r=t.length;n<r;n++)"list"===t[n].type&&(i+=1);for(n=0,r=e.children.length;n<r;n++){var o=e.children[n];o.index=n,o.ordered=e.ordered}e.depth=i})),e}}},vJla:function(e,t,n){"use strict";var r=n("m5ak"),i=n("YT9o"),o=n("wcY4"),u=n("BcHT"),c=n("4kIE"),a=n("Ek7W"),s=n("Ww+Z"),l=n("h3af"),f=n("FsDf");e.exports=function(e,t,n){var p=n?a(n):{line:1,column:1,offset:0},d={},h=[],m=[],g=[],v={consume:function(e){c(e)?(p.line++,p.column=1,p.offset+=-3===e?2:1,C()):-1!==e&&(p.column++,p.offset++);p._bufferIndex<0?p._index++:(p._bufferIndex++,p._bufferIndex===m[p._index].length&&(p._bufferIndex=-1,p._index++));y.previous=e},enter:function(e,t){var n=t||{};return n.type=e,n.start=k(),y.events.push(["enter",n,y]),g.push(n),n},exit:function(e){var t=g.pop();return t.end=k(),y.events.push(["exit",t,y]),t},attempt:S((function(e,t){A(e,t.from)})),check:S(E),interrupt:S(E,{interrupt:!0}),lazy:S(E,{lazy:!0})},y={previous:null,events:[],parser:e,sliceStream:x,sliceSerialize:function(e){return l(x(e))},now:k,defineSkip:function(e){d[e.line]=e.column,C()},write:function(e){if(m=o(m,e),_(),null!==m[m.length-1])return[];return A(t,0),y.events=s(h,y.events,y),y.events}},b=t.tokenize.call(y,v);return t.resolveAll&&h.push(t),p._index=0,p._bufferIndex=-1,y;function x(e){return f(m,e)}function k(){return a(p)}function _(){for(var e,t;p._index<m.length;)if("string"==typeof(t=m[p._index]))for(e=p._index,p._bufferIndex<0&&(p._bufferIndex=0);p._index===e&&p._bufferIndex<t.length;)w(t.charCodeAt(p._bufferIndex));else w(t)}function w(e){b=b(e)}function E(e,t){t.restore()}function S(e,t){return function(n,i,o){var c,a,s,l;return n.tokenize||"length"in n?f(u(n)):function(e){if(e in n||null in n)return f(n.null?u(n[e]).concat(u(n.null)):n[e])(e);return o(e)};function f(e){return c=e,d(e[a=0])}function d(e){return function(n){l=function(){var e=k(),t=y.previous,n=y.currentConstruct,r=y.events.length,i=Array.from(g);return{restore:function(){p=e,y.previous=t,y.currentConstruct=n,y.events.length=r,g=i,C()},from:r}}(),s=e,e.partial||(y.currentConstruct=e);if(e.name&&y.parser.constructs.disable.null.indexOf(e.name)>-1)return m();return e.tokenize.call(t?r({},y,t):y,v,h,m)(n)}}function h(t){return e(s,l),i}function m(e){return l.restore(),++a<c.length?d(c[a]):o}}}function A(e,t){e.resolveAll&&h.indexOf(e)<0&&h.push(e),e.resolve&&i(y.events,t,y.events.length-t,e.resolve(y.events.slice(t),y)),e.resolveTo&&(y.events=e.resolveTo(y.events,y))}function C(){p.line in d&&p.column<2&&(p.column=d[p.line],p.offset+=d[p.line]-1)}}},"w+ik":function(e,t,n){"use strict";var r=n("YT9o"),i=n("wcY4"),o=n("Ek7W"),u=n("Ww+Z"),c=n("QzUl"),a=n("bpHb"),s={name:"attention",tokenize:function(e,t){var n,r=c(this.previous);return function(t){return e.enter("attentionSequence"),n=t,i(t)};function i(o){var u,a,s,l;return o===n?(e.consume(o),i):(u=e.exit("attentionSequence"),s=!(a=c(o))||2===a&&r,l=!r||2===r&&a,u._open=42===n?s:s&&(r||!l),u._close=42===n?l:l&&(a||!s),t(o))}},resolveAll:function(e,t){var n,c,s,l,f,p,d,h,m=-1;for(;++m<e.length;)if("enter"===e[m][0]&&"attentionSequence"===e[m][1].type&&e[m][1]._close)for(n=m;n--;)if("exit"===e[n][0]&&"attentionSequence"===e[n][1].type&&e[n][1]._open&&t.sliceSerialize(e[n][1]).charCodeAt(0)===t.sliceSerialize(e[m][1]).charCodeAt(0)){if((e[n][1]._close||e[m][1]._open)&&(e[m][1].end.offset-e[m][1].start.offset)%3&&!((e[n][1].end.offset-e[n][1].start.offset+e[m][1].end.offset-e[m][1].start.offset)%3))continue;p=e[n][1].end.offset-e[n][1].start.offset>1&&e[m][1].end.offset-e[m][1].start.offset>1?2:1,l={type:p>1?"strongSequence":"emphasisSequence",start:a(o(e[n][1].end),-p),end:o(e[n][1].end)},f={type:p>1?"strongSequence":"emphasisSequence",start:o(e[m][1].start),end:a(o(e[m][1].start),p)},s={type:p>1?"strongText":"emphasisText",start:o(e[n][1].end),end:o(e[m][1].start)},c={type:p>1?"strong":"emphasis",start:o(l.start),end:o(f.end)},e[n][1].end=o(l.start),e[m][1].start=o(f.end),d=[],e[n][1].end.offset-e[n][1].start.offset&&(d=i(d,[["enter",e[n][1],t],["exit",e[n][1],t]])),d=i(d,[["enter",c,t],["enter",l,t],["exit",l,t],["enter",s,t]]),d=i(d,u(t.parser.constructs.insideSpan.null,e.slice(n+1,m),t)),d=i(d,[["exit",s,t],["enter",f,t],["exit",f,t],["exit",c,t]]),e[m][1].end.offset-e[m][1].start.offset?(h=2,d=i(d,[["enter",e[m][1],t],["exit",e[m][1],t]])):h=0,r(e,n-1,m-n+3,d),m=n+d.length-h-2;break}m=-1;for(;++m<e.length;)"attentionSequence"===e[m][1].type&&(e[m][1].type="data");return e}};e.exports=s},w6Nv:function(e,t,n){"use strict";var r=n("ajvC"),i=n("EbX1"),o=n("sWw+"),u=n("cTMR"),c=n("dY77"),a=n("2sHR");e.exports=function e(){var t=[],n=c(),i={},y=!1,b=-1;return x.data=function(e,t){if("string"==typeof e)return 2===arguments.length?(m("data",y),i[e]=t,x):l.call(i,e)&&i[e]||null;if(e)return m("data",y),i=e,x;return i},x.freeze=k,x.attachers=t,x.use=function(e){var n;if(m("use",y),null==e);else if("function"==typeof e)l.apply(null,arguments);else{if("object"!=typeof e)throw new Error("Expected usable value, not `"+e+"`");"length"in e?a(e):r(e)}n&&(i.settings=o(i.settings||{},n));return x;function r(e){a(e.plugins),e.settings&&(n=o(n||{},e.settings))}function c(e){if("function"==typeof e)l(e);else{if("object"!=typeof e)throw new Error("Expected usable value, not `"+e+"`");"length"in e?l.apply(null,e):r(e)}}function a(e){var t,n;if(null==e);else{if("object"!=typeof e||!("length"in e))throw new Error("Expected a list of plugins, not `"+e+"`");for(t=e.length,n=-1;++n<t;)c(e[n])}}function l(e,n){var r=_(e);r?(u(r[1])&&u(n)&&(n=o(r[1],n)),r[1]=n):t.push(s.call(arguments))}},x.parse=function(e){var t,n=a(e);if(k(),d("parse",t=x.Parser),p(t,"parse"))return new t(String(n),n).parse();return t(String(n),n)},x.stringify=function(e,t){var n,r=a(t);if(k(),h("stringify",n=x.Compiler),g(e),p(n,"compile"))return new n(e,r).compile();return n(e,r)},x.run=w,x.runSync=function(e,t){var n,i=!1;return w(e,t,(function(e,t){i=!0,r(e),n=t})),v("runSync","run",i),n},x.process=E,x.processSync=function(e){var t,n=!1;return k(),d("processSync",x.Parser),h("processSync",x.Compiler),E(t=a(e),(function(e){n=!0,r(e)})),v("processSync","process",n),t},x;function x(){for(var n=e(),r=t.length,u=-1;++u<r;)n.use.apply(null,t[u]);return n.data(o(!0,{},i)),n}function k(){var e,r,i,o;if(y)return x;for(;++b<t.length;)r=(e=t[b])[0],null,!1!==(i=e[1])&&(!0===i&&(e[1]=void 0),"function"==typeof(o=r.apply(x,e.slice(1)))&&n.use(o));return y=!0,b=1/0,x}function _(e){for(var n,r=t.length,i=-1;++i<r;)if((n=t[i])[0]===e)return n}function w(e,t,r){if(g(e),k(),r||"function"!=typeof t||(r=t,t=null),!r)return new Promise(i);function i(i,o){n.run(e,a(t),(function(t,n,u){n=n||e,t?o(t):i?i(n):r(null,n,u)}))}i(null,r)}function E(e,t){if(k(),d("process",x.Parser),h("process",x.Compiler),!t)return new Promise(n);function n(n,r){var i=a(e);f.run(x,{file:i},(function(e){e?r(e):n?n(i):t(null,i)}))}n(null,t)}}().freeze();var s=[].slice,l={}.hasOwnProperty,f=c().use((function(e,t){t.tree=e.parse(t.file)})).use((function(e,t,n){e.run(t.tree,t.file,(function(e,r,i){e?n(e):(t.tree=r,t.file=i,n())}))})).use((function(e,t){var n=e.stringify(t.tree,t.file),r=t.file;null==n||("string"==typeof n||i(n)?r.contents=n:r.result=n)}));function p(e,t){return"function"==typeof e&&e.prototype&&(function(e){var t;for(t in e)return!0;return!1}(e.prototype)||t in e.prototype)}function d(e,t){if("function"!=typeof t)throw new Error("Cannot `"+e+"` without `Parser`")}function h(e,t){if("function"!=typeof t)throw new Error("Cannot `"+e+"` without `Compiler`")}function m(e,t){if(t)throw new Error("Cannot invoke `"+e+"` on a frozen processor.\nCreate a new processor first, by invoking it: use `processor()` instead of `processor`.")}function g(e){if(!e||"string"!=typeof e.type)throw new Error("Expected node, got `"+e+"`")}function v(e,t,n){if(!n)throw new Error("`"+e+"` finished async. Use `"+t+"` instead")}},wcY4:function(e,t,n){"use strict";var r=n("YT9o");e.exports=function(e,t){return e.length?(r(e,e.length,0,t),e):t}},xVO4:function(e,t,n){"use strict";e.exports=n("9K2m")},xsWZ:function(e,t,n){"use strict";var r={}.hasOwnProperty;e.exports=r},xyCV:function(e,t,n){"use strict";var r=n("YT9o"),i=n("4kIE"),o=n("7sXb"),u=n("H5je"),c={name:"codeIndented",tokenize:function(e,t,n){return e.attempt(a,r,n);function r(n){return null===n?t(n):i(n)?e.attempt(a,r,t)(n):(e.enter("codeFlowValue"),o(n))}function o(t){return null===t||i(t)?(e.exit("codeFlowValue"),r(t)):(e.consume(t),o)}},resolve:function(e,t){var n={type:"codeIndented",start:e[0][1].start,end:e[e.length-1][1].end};return r(e,0,0,[["enter",n,t]]),r(e,e.length,0,[["exit",n,t]]),e}},a={tokenize:function(e,t,n){var r=this;return o(e,(function c(a){if(i(a))return e.enter("lineEnding"),e.consume(a),e.exit("lineEnding"),o(e,c,"linePrefix",5);return u(r.events,"linePrefix")<4?n(a):t(a)}),"linePrefix",5)},partial:!0};e.exports=c},yAYQ:function(e,t,n){"use strict";function r(){return(r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}e.exports=function(e){var t=this;this.Parser=function(n){return i(n,r({},t.data("settings"),e,{extensions:t.data("micromarkExtensions")||[],mdastExtensions:t.data("fromMarkdownExtensions")||[]}))}};var i=n("gtWn")},yBEM:function(e,t,n){"use strict";e.exports=function(e){return e<32||127===e}},zHeK:function(e,t,n){"use strict";var r={}.hasOwnProperty;function i(e){return e&&"object"==typeof e||(e={}),u(e.line)+":"+u(e.column)}function o(e){return e&&"object"==typeof e||(e={}),i(e.start)+"-"+i(e.end)}function u(e){return e&&"number"==typeof e?e:1}e.exports=function(e){if(!e||"object"!=typeof e)return"";if(r.call(e,"position")||r.call(e,"type"))return o(e.position);if(r.call(e,"start")||r.call(e,"end"))return o(e);if(r.call(e,"line")||r.call(e,"column"))return i(e);return""}},zN7H:function(e,t,n){"use strict";var r=n("4kIE"),i=n("7sXb"),o=n("Ek7W"),u={name:"setextUnderline",tokenize:function(e,t,n){var o,u,c=this,a=c.events.length;for(;a--;)if("lineEnding"!==c.events[a][1].type&&"linePrefix"!==c.events[a][1].type&&"content"!==c.events[a][1].type){u="paragraph"===c.events[a][1].type;break}return function(t){if(!c.lazy&&(c.interrupt||u))return e.enter("setextHeadingLine"),e.enter("setextHeadingLineSequence"),o=t,s(t);return n(t)};function s(t){return t===o?(e.consume(t),s):(e.exit("setextHeadingLineSequence"),i(e,l,"lineSuffix")(t))}function l(i){return null===i||r(i)?(e.exit("setextHeadingLine"),t(i)):n(i)}},resolveTo:function(e,t){var n,r,i,u,c=e.length;for(;c--;)if("enter"===e[c][0]){if("content"===e[c][1].type){n=c;break}"paragraph"===e[c][1].type&&(r=c)}else"content"===e[c][1].type&&e.splice(c,1),i||"definition"!==e[c][1].type||(i=c);u={type:"setextHeading",start:o(e[r][1].start),end:o(e[e.length-1][1].end)},e[r][1].type="setextHeadingText",i?(e.splice(r,0,["enter",u,t]),e.splice(i+1,0,["exit",e[n][1],t]),e[n][1].end=o(e[i][1].end)):e[n][1]=u;return e.push(["exit",u,t]),e}};e.exports=u},zTh2:function(e,t,n){"use strict";var r={name:"labelStartImage",tokenize:function(e,t,n){var r=this;return function(t){return e.enter("labelImage"),e.enter("labelImageMarker"),e.consume(t),e.exit("labelImageMarker"),i};function i(t){return 91===t?(e.enter("labelMarker"),e.consume(t),e.exit("labelMarker"),e.exit("labelImage"),o):n(t)}function o(e){return 94===e&&"_hiddenFootnoteSupport"in r.parser.constructs?n(e):t(e)}},resolveAll:n("tezt").resolveAll};e.exports=r},zUPe:function(e,t,n){"use strict";var r=n("ABGz");e.exports=function(e){for(;!r(e););return e}}});
|
||
//# sourceMappingURL=ssr-bundle.js.map
|