prettier 2.0.0 → 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (77) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +23 -1
  3. data/dist/haml/parser.rb +6 -0
  4. data/dist/parser/getInfo.js +9 -2
  5. data/dist/parser/server.rb +6 -2
  6. data/dist/rbs/parser.rb +59 -2
  7. data/dist/rbs/printer.js +14 -6
  8. data/dist/ruby/embed.js +10 -5
  9. data/dist/ruby/location.js +19 -0
  10. data/dist/ruby/nodes/alias.js +6 -5
  11. data/dist/ruby/nodes/aref.js +4 -6
  12. data/dist/ruby/nodes/args.js +29 -56
  13. data/dist/ruby/nodes/arrays.js +31 -35
  14. data/dist/ruby/nodes/assign.js +19 -23
  15. data/dist/ruby/nodes/blocks.js +18 -15
  16. data/dist/ruby/nodes/calls.js +33 -30
  17. data/dist/ruby/nodes/case.js +8 -8
  18. data/dist/ruby/nodes/class.js +13 -13
  19. data/dist/ruby/nodes/commands.js +36 -22
  20. data/dist/ruby/nodes/conditionals.js +56 -52
  21. data/dist/ruby/nodes/constants.js +10 -13
  22. data/dist/ruby/nodes/flow.js +39 -46
  23. data/dist/ruby/nodes/hashes.js +26 -30
  24. data/dist/ruby/nodes/heredocs.js +9 -9
  25. data/dist/ruby/nodes/hooks.js +2 -2
  26. data/dist/ruby/nodes/ints.js +5 -5
  27. data/dist/ruby/nodes/lambdas.js +7 -6
  28. data/dist/ruby/nodes/loops.js +26 -24
  29. data/dist/ruby/nodes/massign.js +22 -35
  30. data/dist/ruby/nodes/methods.js +20 -40
  31. data/dist/ruby/nodes/operators.js +26 -28
  32. data/dist/ruby/nodes/params.js +31 -25
  33. data/dist/ruby/nodes/patterns.js +34 -37
  34. data/dist/ruby/nodes/regexp.js +6 -6
  35. data/dist/ruby/nodes/rescue.js +23 -22
  36. data/dist/ruby/nodes/return.js +61 -36
  37. data/dist/ruby/nodes/statements.js +24 -25
  38. data/dist/ruby/nodes/strings.js +36 -34
  39. data/dist/ruby/nodes/super.js +6 -10
  40. data/dist/ruby/nodes/undef.js +19 -14
  41. data/dist/ruby/nodes.js +47 -21
  42. data/dist/ruby/parser.js +3 -2
  43. data/dist/ruby/parser.rb +8470 -2972
  44. data/dist/ruby/printer.js +9 -71
  45. data/dist/ruby/toProc.js +33 -35
  46. data/dist/types.js +5 -1
  47. data/dist/utils/containsAssignment.js +5 -2
  48. data/dist/utils/getChildNodes.js +305 -0
  49. data/dist/utils/inlineEnsureParens.js +1 -1
  50. data/dist/utils/isEmptyBodyStmt.js +1 -1
  51. data/dist/utils/isEmptyParams.js +12 -0
  52. data/dist/utils/isEmptyStmts.js +1 -1
  53. data/dist/utils/makeCall.js +5 -4
  54. data/dist/utils/printEmptyCollection.js +3 -1
  55. data/dist/utils/skipAssignIndent.js +6 -2
  56. data/dist/utils.js +5 -3
  57. data/lib/prettier.rb +2 -1
  58. data/node_modules/prettier/bin-prettier.js +48 -18924
  59. data/node_modules/prettier/cli.js +12335 -0
  60. data/node_modules/prettier/doc.js +1306 -4755
  61. data/node_modules/prettier/index.js +37468 -57614
  62. data/node_modules/prettier/package.json +3 -2
  63. data/node_modules/prettier/parser-angular.js +2 -66
  64. data/node_modules/prettier/parser-babel.js +27 -22
  65. data/node_modules/prettier/parser-espree.js +26 -22
  66. data/node_modules/prettier/parser-flow.js +26 -22
  67. data/node_modules/prettier/parser-glimmer.js +27 -1
  68. data/node_modules/prettier/parser-graphql.js +15 -1
  69. data/node_modules/prettier/parser-html.js +21 -117
  70. data/node_modules/prettier/parser-markdown.js +61 -19
  71. data/node_modules/prettier/parser-meriyah.js +19 -22
  72. data/node_modules/prettier/parser-postcss.js +76 -22
  73. data/node_modules/prettier/parser-typescript.js +280 -22
  74. data/node_modules/prettier/parser-yaml.js +150 -15
  75. data/node_modules/prettier/third-party.js +8660 -11030
  76. data/package.json +7 -7
  77. metadata +7 -3
@@ -1,34 +1,76 @@
1
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):((e="undefined"!=typeof globalThis?globalThis:e||self).prettierPlugins=e.prettierPlugins||{},e.prettierPlugins.markdown=t())}(this,(function(){"use strict";var e=function(){for(var e={},r=0;r<arguments.length;r++){var n=arguments[r];for(var u in n)t.call(n,u)&&(e[u]=n[u])}return e},t=Object.prototype.hasOwnProperty;var r="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function n(e){return e&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function u(e){var t={exports:{}};return e(t,t.exports),t.exports}var i=void 0!==i?i:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},o=[],a=[],c="undefined"!=typeof Uint8Array?Uint8Array:Array,s=!1;function l(){s=!0;for(var e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",t=0,r=e.length;t<r;++t)o[t]=e[t],a[e.charCodeAt(t)]=t;a["-".charCodeAt(0)]=62,a["_".charCodeAt(0)]=63}function f(e){return o[e>>18&63]+o[e>>12&63]+o[e>>6&63]+o[63&e]}function D(e,t,r){for(var n,u=[],i=t;i<r;i+=3)n=(e[i]<<16)+(e[i+1]<<8)+e[i+2],u.push(f(n));return u.join("")}function p(e){var t;s||l();for(var r=e.length,n=r%3,u="",i=[],a=16383,c=0,f=r-n;c<f;c+=a)i.push(D(e,c,c+a>f?f:c+a));return 1===n?(t=e[r-1],u+=o[t>>2],u+=o[t<<4&63],u+="=="):2===n&&(t=(e[r-2]<<8)+e[r-1],u+=o[t>>10],u+=o[t>>4&63],u+=o[t<<2&63],u+="="),i.push(u),i.join("")}function h(e,t,r,n,u){var i,o,a=8*u-n-1,c=(1<<a)-1,s=c>>1,l=-7,f=r?u-1:0,D=r?-1:1,p=e[t+f];for(f+=D,i=p&(1<<-l)-1,p>>=-l,l+=a;l>0;i=256*i+e[t+f],f+=D,l-=8);for(o=i&(1<<-l)-1,i>>=-l,l+=n;l>0;o=256*o+e[t+f],f+=D,l-=8);if(0===i)i=1-s;else{if(i===c)return o?NaN:1/0*(p?-1:1);o+=Math.pow(2,n),i-=s}return(p?-1:1)*o*Math.pow(2,i-n)}function d(e,t,r,n,u,i){var o,a,c,s=8*i-u-1,l=(1<<s)-1,f=l>>1,D=23===u?Math.pow(2,-24)-Math.pow(2,-77):0,p=n?0:i-1,h=n?1:-1,d=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(a=isNaN(t)?1:0,o=l):(o=Math.floor(Math.log(t)/Math.LN2),t*(c=Math.pow(2,-o))<1&&(o--,c*=2),(t+=o+f>=1?D/c:D*Math.pow(2,1-f))*c>=2&&(o++,c/=2),o+f>=l?(a=0,o=l):o+f>=1?(a=(t*c-1)*Math.pow(2,u),o+=f):(a=t*Math.pow(2,f-1)*Math.pow(2,u),o=0));u>=8;e[r+p]=255&a,p+=h,a/=256,u-=8);for(o=o<<u|a,s+=u;s>0;e[r+p]=255&o,p+=h,o/=256,s-=8);e[r+p-h]|=128*d}var g={}.toString,m=Array.isArray||function(e){return"[object Array]"==g.call(e)};function E(){return v.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function y(e,t){if(E()<t)throw new RangeError("Invalid typed array length");return v.TYPED_ARRAY_SUPPORT?(e=new Uint8Array(t)).__proto__=v.prototype:(null===e&&(e=new v(t)),e.length=t),e}function v(e,t,r){if(!(v.TYPED_ARRAY_SUPPORT||this instanceof v))return new v(e,t,r);if("number"==typeof e){if("string"==typeof t)throw new Error("If encoding is specified then the first argument must be a string");return A(this,e)}return b(this,e,t,r)}function b(e,t,r,n){if("number"==typeof t)throw new TypeError('"value" argument must not be a number');return"undefined"!=typeof ArrayBuffer&&t instanceof ArrayBuffer?function(e,t,r,n){if(t.byteLength,r<0||t.byteLength<r)throw new RangeError("'offset' is out of bounds");if(t.byteLength<r+(n||0))throw new RangeError("'length' is out of bounds");t=void 0===r&&void 0===n?new Uint8Array(t):void 0===n?new Uint8Array(t,r):new Uint8Array(t,r,n);v.TYPED_ARRAY_SUPPORT?(e=t).__proto__=v.prototype:e=w(e,t);return e}(e,t,r,n):"string"==typeof t?function(e,t,r){"string"==typeof r&&""!==r||(r="utf8");if(!v.isEncoding(r))throw new TypeError('"encoding" must be a valid string encoding');var n=0|O(t,r),u=(e=y(e,n)).write(t,r);u!==n&&(e=e.slice(0,u));return e}(e,t,r):function(e,t){if(k(t)){var r=0|F(t.length);return 0===(e=y(e,r)).length||t.copy(e,0,0,r),e}if(t){if("undefined"!=typeof ArrayBuffer&&t.buffer instanceof ArrayBuffer||"length"in t)return"number"!=typeof t.length||(n=t.length)!=n?y(e,0):w(e,t);if("Buffer"===t.type&&m(t.data))return w(e,t.data)}var n;throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}(e,t)}function C(e){if("number"!=typeof e)throw new TypeError('"size" argument must be a number');if(e<0)throw new RangeError('"size" argument must not be negative')}function A(e,t){if(C(t),e=y(e,t<0?0:0|F(t)),!v.TYPED_ARRAY_SUPPORT)for(var r=0;r<t;++r)e[r]=0;return e}function w(e,t){var r=t.length<0?0:0|F(t.length);e=y(e,r);for(var n=0;n<r;n+=1)e[n]=255&t[n];return e}function F(e){if(e>=E())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+E().toString(16)+" bytes");return 0|e}function k(e){return!(null==e||!e._isBuffer)}function O(e,t){if(k(e))return e.length;if("undefined"!=typeof ArrayBuffer&&"function"==typeof ArrayBuffer.isView&&(ArrayBuffer.isView(e)||e instanceof ArrayBuffer))return e.byteLength;"string"!=typeof e&&(e=""+e);var r=e.length;if(0===r)return 0;for(var n=!1;;)switch(t){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":case void 0:return ee(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*r;case"hex":return r>>>1;case"base64":return te(e).length;default:if(n)return ee(e).length;t=(""+t).toLowerCase(),n=!0}}function T(e,t,r){var n=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return"";if((void 0===r||r>this.length)&&(r=this.length),r<=0)return"";if((r>>>=0)<=(t>>>=0))return"";for(e||(e="utf8");;)switch(e){case"hex":return z(this,t,r);case"utf8":case"utf-8":return _(this,t,r);case"ascii":return $(this,t,r);case"latin1":case"binary":return M(this,t,r);case"base64":return j(this,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return G(this,t,r);default:if(n)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),n=!0}}function S(e,t,r){var n=e[t];e[t]=e[r],e[r]=n}function I(e,t,r,n,u){if(0===e.length)return-1;if("string"==typeof r?(n=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,isNaN(r)&&(r=u?0:e.length-1),r<0&&(r=e.length+r),r>=e.length){if(u)return-1;r=e.length-1}else if(r<0){if(!u)return-1;r=0}if("string"==typeof t&&(t=v.from(t,n)),k(t))return 0===t.length?-1:x(e,t,r,n,u);if("number"==typeof t)return t&=255,v.TYPED_ARRAY_SUPPORT&&"function"==typeof Uint8Array.prototype.indexOf?u?Uint8Array.prototype.indexOf.call(e,t,r):Uint8Array.prototype.lastIndexOf.call(e,t,r):x(e,[t],r,n,u);throw new TypeError("val must be string, number or Buffer")}function x(e,t,r,n,u){var i,o=1,a=e.length,c=t.length;if(void 0!==n&&("ucs2"===(n=String(n).toLowerCase())||"ucs-2"===n||"utf16le"===n||"utf-16le"===n)){if(e.length<2||t.length<2)return-1;o=2,a/=2,c/=2,r/=2}function s(e,t){return 1===o?e[t]:e.readUInt16BE(t*o)}if(u){var l=-1;for(i=r;i<a;i++)if(s(e,i)===s(t,-1===l?0:i-l)){if(-1===l&&(l=i),i-l+1===c)return l*o}else-1!==l&&(i-=i-l),l=-1}else for(r+c>a&&(r=a-c),i=r;i>=0;i--){for(var f=!0,D=0;D<c;D++)if(s(e,i+D)!==s(t,D)){f=!1;break}if(f)return i}return-1}function R(e,t,r,n){r=Number(r)||0;var u=e.length-r;n?(n=Number(n))>u&&(n=u):n=u;var i=t.length;if(i%2!=0)throw new TypeError("Invalid hex string");n>i/2&&(n=i/2);for(var o=0;o<n;++o){var a=parseInt(t.substr(2*o,2),16);if(isNaN(a))return o;e[r+o]=a}return o}function B(e,t,r,n){return re(ee(t,e.length-r),e,r,n)}function N(e,t,r,n){return re(function(e){for(var t=[],r=0;r<e.length;++r)t.push(255&e.charCodeAt(r));return t}(t),e,r,n)}function L(e,t,r,n){return N(e,t,r,n)}function P(e,t,r,n){return re(te(t),e,r,n)}function q(e,t,r,n){return re(function(e,t){for(var r,n,u,i=[],o=0;o<e.length&&!((t-=2)<0);++o)n=(r=e.charCodeAt(o))>>8,u=r%256,i.push(u),i.push(n);return i}(t,e.length-r),e,r,n)}function j(e,t,r){return 0===t&&r===e.length?p(e):p(e.slice(t,r))}function _(e,t,r){r=Math.min(e.length,r);for(var n=[],u=t;u<r;){var i,o,a,c,s=e[u],l=null,f=s>239?4:s>223?3:s>191?2:1;if(u+f<=r)switch(f){case 1:s<128&&(l=s);break;case 2:128==(192&(i=e[u+1]))&&(c=(31&s)<<6|63&i)>127&&(l=c);break;case 3:i=e[u+1],o=e[u+2],128==(192&i)&&128==(192&o)&&(c=(15&s)<<12|(63&i)<<6|63&o)>2047&&(c<55296||c>57343)&&(l=c);break;case 4:i=e[u+1],o=e[u+2],a=e[u+3],128==(192&i)&&128==(192&o)&&128==(192&a)&&(c=(15&s)<<18|(63&i)<<12|(63&o)<<6|63&a)>65535&&c<1114112&&(l=c)}null===l?(l=65533,f=1):l>65535&&(l-=65536,n.push(l>>>10&1023|55296),l=56320|1023&l),n.push(l),u+=f}return function(e){var t=e.length;if(t<=U)return String.fromCharCode.apply(String,e);var r="",n=0;for(;n<t;)r+=String.fromCharCode.apply(String,e.slice(n,n+=U));return r}(n)}v.TYPED_ARRAY_SUPPORT=void 0===i.TYPED_ARRAY_SUPPORT||i.TYPED_ARRAY_SUPPORT,v.poolSize=8192,v._augment=function(e){return e.__proto__=v.prototype,e},v.from=function(e,t,r){return b(null,e,t,r)},v.TYPED_ARRAY_SUPPORT&&(v.prototype.__proto__=Uint8Array.prototype,v.__proto__=Uint8Array),v.alloc=function(e,t,r){return function(e,t,r,n){return C(t),t<=0?y(e,t):void 0!==r?"string"==typeof n?y(e,t).fill(r,n):y(e,t).fill(r):y(e,t)}(null,e,t,r)},v.allocUnsafe=function(e){return A(null,e)},v.allocUnsafeSlow=function(e){return A(null,e)},v.isBuffer=function(e){return null!=e&&(!!e._isBuffer||ne(e)||function(e){return"function"==typeof e.readFloatLE&&"function"==typeof e.slice&&ne(e.slice(0,0))}(e))},v.compare=function(e,t){if(!k(e)||!k(t))throw new TypeError("Arguments must be Buffers");if(e===t)return 0;for(var r=e.length,n=t.length,u=0,i=Math.min(r,n);u<i;++u)if(e[u]!==t[u]){r=e[u],n=t[u];break}return r<n?-1:n<r?1:0},v.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},v.concat=function(e,t){if(!m(e))throw new TypeError('"list" argument must be an Array of Buffers');if(0===e.length)return v.alloc(0);var r;if(void 0===t)for(t=0,r=0;r<e.length;++r)t+=e[r].length;var n=v.allocUnsafe(t),u=0;for(r=0;r<e.length;++r){var i=e[r];if(!k(i))throw new TypeError('"list" argument must be an Array of Buffers');i.copy(n,u),u+=i.length}return n},v.byteLength=O,v.prototype._isBuffer=!0,v.prototype.swap16=function(){var e=this.length;if(e%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<e;t+=2)S(this,t,t+1);return this},v.prototype.swap32=function(){var e=this.length;if(e%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<e;t+=4)S(this,t,t+3),S(this,t+1,t+2);return this},v.prototype.swap64=function(){var e=this.length;if(e%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<e;t+=8)S(this,t,t+7),S(this,t+1,t+6),S(this,t+2,t+5),S(this,t+3,t+4);return this},v.prototype.toString=function(){var e=0|this.length;return 0===e?"":0===arguments.length?_(this,0,e):T.apply(this,arguments)},v.prototype.equals=function(e){if(!k(e))throw new TypeError("Argument must be a Buffer");return this===e||0===v.compare(this,e)},v.prototype.inspect=function(){var e="";return this.length>0&&(e=this.toString("hex",0,50).match(/.{2}/g).join(" "),this.length>50&&(e+=" ... ")),"<Buffer "+e+">"},v.prototype.compare=function(e,t,r,n,u){if(!k(e))throw new TypeError("Argument must be a Buffer");if(void 0===t&&(t=0),void 0===r&&(r=e?e.length:0),void 0===n&&(n=0),void 0===u&&(u=this.length),t<0||r>e.length||n<0||u>this.length)throw new RangeError("out of range index");if(n>=u&&t>=r)return 0;if(n>=u)return-1;if(t>=r)return 1;if(this===e)return 0;for(var i=(u>>>=0)-(n>>>=0),o=(r>>>=0)-(t>>>=0),a=Math.min(i,o),c=this.slice(n,u),s=e.slice(t,r),l=0;l<a;++l)if(c[l]!==s[l]){i=c[l],o=s[l];break}return i<o?-1:o<i?1:0},v.prototype.includes=function(e,t,r){return-1!==this.indexOf(e,t,r)},v.prototype.indexOf=function(e,t,r){return I(this,e,t,r,!0)},v.prototype.lastIndexOf=function(e,t,r){return I(this,e,t,r,!1)},v.prototype.write=function(e,t,r,n){if(void 0===t)n="utf8",r=this.length,t=0;else if(void 0===r&&"string"==typeof t)n=t,r=this.length,t=0;else{if(!isFinite(t))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");t|=0,isFinite(r)?(r|=0,void 0===n&&(n="utf8")):(n=r,r=void 0)}var u=this.length-t;if((void 0===r||r>u)&&(r=u),e.length>0&&(r<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");n||(n="utf8");for(var i=!1;;)switch(n){case"hex":return R(this,e,t,r);case"utf8":case"utf-8":return B(this,e,t,r);case"ascii":return N(this,e,t,r);case"latin1":case"binary":return L(this,e,t,r);case"base64":return P(this,e,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return q(this,e,t,r);default:if(i)throw new TypeError("Unknown encoding: "+n);n=(""+n).toLowerCase(),i=!0}},v.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var U=4096;function $(e,t,r){var n="";r=Math.min(e.length,r);for(var u=t;u<r;++u)n+=String.fromCharCode(127&e[u]);return n}function M(e,t,r){var n="";r=Math.min(e.length,r);for(var u=t;u<r;++u)n+=String.fromCharCode(e[u]);return n}function z(e,t,r){var n=e.length;(!t||t<0)&&(t=0),(!r||r<0||r>n)&&(r=n);for(var u="",i=t;i<r;++i)u+=Q(e[i]);return u}function G(e,t,r){for(var n=e.slice(t,r),u="",i=0;i<n.length;i+=2)u+=String.fromCharCode(n[i]+256*n[i+1]);return u}function V(e,t,r){if(e%1!=0||e<0)throw new RangeError("offset is not uint");if(e+t>r)throw new RangeError("Trying to access beyond buffer length")}function Y(e,t,r,n,u,i){if(!k(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>u||t<i)throw new RangeError('"value" argument is out of bounds');if(r+n>e.length)throw new RangeError("Index out of range")}function H(e,t,r,n){t<0&&(t=65535+t+1);for(var u=0,i=Math.min(e.length-r,2);u<i;++u)e[r+u]=(t&255<<8*(n?u:1-u))>>>8*(n?u:1-u)}function X(e,t,r,n){t<0&&(t=4294967295+t+1);for(var u=0,i=Math.min(e.length-r,4);u<i;++u)e[r+u]=t>>>8*(n?u:3-u)&255}function W(e,t,r,n,u,i){if(r+n>e.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function Z(e,t,r,n,u){return u||W(e,0,r,4),d(e,t,r,n,23,4),r+4}function J(e,t,r,n,u){return u||W(e,0,r,8),d(e,t,r,n,52,8),r+8}v.prototype.slice=function(e,t){var r,n=this.length;if((e=~~e)<0?(e+=n)<0&&(e=0):e>n&&(e=n),(t=void 0===t?n:~~t)<0?(t+=n)<0&&(t=0):t>n&&(t=n),t<e&&(t=e),v.TYPED_ARRAY_SUPPORT)(r=this.subarray(e,t)).__proto__=v.prototype;else{var u=t-e;r=new v(u,void 0);for(var i=0;i<u;++i)r[i]=this[i+e]}return r},v.prototype.readUIntLE=function(e,t,r){e|=0,t|=0,r||V(e,t,this.length);for(var n=this[e],u=1,i=0;++i<t&&(u*=256);)n+=this[e+i]*u;return n},v.prototype.readUIntBE=function(e,t,r){e|=0,t|=0,r||V(e,t,this.length);for(var n=this[e+--t],u=1;t>0&&(u*=256);)n+=this[e+--t]*u;return n},v.prototype.readUInt8=function(e,t){return t||V(e,1,this.length),this[e]},v.prototype.readUInt16LE=function(e,t){return t||V(e,2,this.length),this[e]|this[e+1]<<8},v.prototype.readUInt16BE=function(e,t){return t||V(e,2,this.length),this[e]<<8|this[e+1]},v.prototype.readUInt32LE=function(e,t){return t||V(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},v.prototype.readUInt32BE=function(e,t){return t||V(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},v.prototype.readIntLE=function(e,t,r){e|=0,t|=0,r||V(e,t,this.length);for(var n=this[e],u=1,i=0;++i<t&&(u*=256);)n+=this[e+i]*u;return n>=(u*=128)&&(n-=Math.pow(2,8*t)),n},v.prototype.readIntBE=function(e,t,r){e|=0,t|=0,r||V(e,t,this.length);for(var n=t,u=1,i=this[e+--n];n>0&&(u*=256);)i+=this[e+--n]*u;return i>=(u*=128)&&(i-=Math.pow(2,8*t)),i},v.prototype.readInt8=function(e,t){return t||V(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},v.prototype.readInt16LE=function(e,t){t||V(e,2,this.length);var r=this[e]|this[e+1]<<8;return 32768&r?4294901760|r:r},v.prototype.readInt16BE=function(e,t){t||V(e,2,this.length);var r=this[e+1]|this[e]<<8;return 32768&r?4294901760|r:r},v.prototype.readInt32LE=function(e,t){return t||V(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},v.prototype.readInt32BE=function(e,t){return t||V(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},v.prototype.readFloatLE=function(e,t){return t||V(e,4,this.length),h(this,e,!0,23,4)},v.prototype.readFloatBE=function(e,t){return t||V(e,4,this.length),h(this,e,!1,23,4)},v.prototype.readDoubleLE=function(e,t){return t||V(e,8,this.length),h(this,e,!0,52,8)},v.prototype.readDoubleBE=function(e,t){return t||V(e,8,this.length),h(this,e,!1,52,8)},v.prototype.writeUIntLE=function(e,t,r,n){(e=+e,t|=0,r|=0,n)||Y(this,e,t,r,Math.pow(2,8*r)-1,0);var u=1,i=0;for(this[t]=255&e;++i<r&&(u*=256);)this[t+i]=e/u&255;return t+r},v.prototype.writeUIntBE=function(e,t,r,n){(e=+e,t|=0,r|=0,n)||Y(this,e,t,r,Math.pow(2,8*r)-1,0);var u=r-1,i=1;for(this[t+u]=255&e;--u>=0&&(i*=256);)this[t+u]=e/i&255;return t+r},v.prototype.writeUInt8=function(e,t,r){return e=+e,t|=0,r||Y(this,e,t,1,255,0),v.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),this[t]=255&e,t+1},v.prototype.writeUInt16LE=function(e,t,r){return e=+e,t|=0,r||Y(this,e,t,2,65535,0),v.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):H(this,e,t,!0),t+2},v.prototype.writeUInt16BE=function(e,t,r){return e=+e,t|=0,r||Y(this,e,t,2,65535,0),v.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):H(this,e,t,!1),t+2},v.prototype.writeUInt32LE=function(e,t,r){return e=+e,t|=0,r||Y(this,e,t,4,4294967295,0),v.TYPED_ARRAY_SUPPORT?(this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e):X(this,e,t,!0),t+4},v.prototype.writeUInt32BE=function(e,t,r){return e=+e,t|=0,r||Y(this,e,t,4,4294967295,0),v.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):X(this,e,t,!1),t+4},v.prototype.writeIntLE=function(e,t,r,n){if(e=+e,t|=0,!n){var u=Math.pow(2,8*r-1);Y(this,e,t,r,u-1,-u)}var i=0,o=1,a=0;for(this[t]=255&e;++i<r&&(o*=256);)e<0&&0===a&&0!==this[t+i-1]&&(a=1),this[t+i]=(e/o>>0)-a&255;return t+r},v.prototype.writeIntBE=function(e,t,r,n){if(e=+e,t|=0,!n){var u=Math.pow(2,8*r-1);Y(this,e,t,r,u-1,-u)}var i=r-1,o=1,a=0;for(this[t+i]=255&e;--i>=0&&(o*=256);)e<0&&0===a&&0!==this[t+i+1]&&(a=1),this[t+i]=(e/o>>0)-a&255;return t+r},v.prototype.writeInt8=function(e,t,r){return e=+e,t|=0,r||Y(this,e,t,1,127,-128),v.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),e<0&&(e=255+e+1),this[t]=255&e,t+1},v.prototype.writeInt16LE=function(e,t,r){return e=+e,t|=0,r||Y(this,e,t,2,32767,-32768),v.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):H(this,e,t,!0),t+2},v.prototype.writeInt16BE=function(e,t,r){return e=+e,t|=0,r||Y(this,e,t,2,32767,-32768),v.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):H(this,e,t,!1),t+2},v.prototype.writeInt32LE=function(e,t,r){return e=+e,t|=0,r||Y(this,e,t,4,2147483647,-2147483648),v.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24):X(this,e,t,!0),t+4},v.prototype.writeInt32BE=function(e,t,r){return e=+e,t|=0,r||Y(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),v.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):X(this,e,t,!1),t+4},v.prototype.writeFloatLE=function(e,t,r){return Z(this,e,t,!0,r)},v.prototype.writeFloatBE=function(e,t,r){return Z(this,e,t,!1,r)},v.prototype.writeDoubleLE=function(e,t,r){return J(this,e,t,!0,r)},v.prototype.writeDoubleBE=function(e,t,r){return J(this,e,t,!1,r)},v.prototype.copy=function(e,t,r,n){if(r||(r=0),n||0===n||(n=this.length),t>=e.length&&(t=e.length),t||(t=0),n>0&&n<r&&(n=r),n===r)return 0;if(0===e.length||0===this.length)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("sourceStart out of bounds");if(n<0)throw new RangeError("sourceEnd out of bounds");n>this.length&&(n=this.length),e.length-t<n-r&&(n=e.length-t+r);var u,i=n-r;if(this===e&&r<t&&t<n)for(u=i-1;u>=0;--u)e[u+t]=this[u+r];else if(i<1e3||!v.TYPED_ARRAY_SUPPORT)for(u=0;u<i;++u)e[u+t]=this[u+r];else Uint8Array.prototype.set.call(e,this.subarray(r,r+i),t);return i},v.prototype.fill=function(e,t,r,n){if("string"==typeof e){if("string"==typeof t?(n=t,t=0,r=this.length):"string"==typeof r&&(n=r,r=this.length),1===e.length){var u=e.charCodeAt(0);u<256&&(e=u)}if(void 0!==n&&"string"!=typeof n)throw new TypeError("encoding must be a string");if("string"==typeof n&&!v.isEncoding(n))throw new TypeError("Unknown encoding: "+n)}else"number"==typeof e&&(e&=255);if(t<0||this.length<t||this.length<r)throw new RangeError("Out of range index");if(r<=t)return this;var i;if(t>>>=0,r=void 0===r?this.length:r>>>0,e||(e=0),"number"==typeof e)for(i=t;i<r;++i)this[i]=e;else{var o=k(e)?e:ee(new v(e,n).toString()),a=o.length;for(i=0;i<r-t;++i)this[i+t]=o[i%a]}return this};var K=/[^+\/0-9A-Za-z-_]/g;function Q(e){return e<16?"0"+e.toString(16):e.toString(16)}function ee(e,t){var r;t=t||1/0;for(var n=e.length,u=null,i=[],o=0;o<n;++o){if((r=e.charCodeAt(o))>55295&&r<57344){if(!u){if(r>56319){(t-=3)>-1&&i.push(239,191,189);continue}if(o+1===n){(t-=3)>-1&&i.push(239,191,189);continue}u=r;continue}if(r<56320){(t-=3)>-1&&i.push(239,191,189),u=r;continue}r=65536+(u-55296<<10|r-56320)}else u&&(t-=3)>-1&&i.push(239,191,189);if(u=null,r<128){if((t-=1)<0)break;i.push(r)}else if(r<2048){if((t-=2)<0)break;i.push(r>>6|192,63&r|128)}else if(r<65536){if((t-=3)<0)break;i.push(r>>12|224,r>>6&63|128,63&r|128)}else{if(!(r<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;i.push(r>>18|240,r>>12&63|128,r>>6&63|128,63&r|128)}}return i}function te(e){return function(e){var t,r,n,u,i,o;s||l();var f=e.length;if(f%4>0)throw new Error("Invalid string. Length must be a multiple of 4");i="="===e[f-2]?2:"="===e[f-1]?1:0,o=new c(3*f/4-i),n=i>0?f-4:f;var D=0;for(t=0,r=0;t<n;t+=4,r+=3)u=a[e.charCodeAt(t)]<<18|a[e.charCodeAt(t+1)]<<12|a[e.charCodeAt(t+2)]<<6|a[e.charCodeAt(t+3)],o[D++]=u>>16&255,o[D++]=u>>8&255,o[D++]=255&u;return 2===i?(u=a[e.charCodeAt(t)]<<2|a[e.charCodeAt(t+1)]>>4,o[D++]=255&u):1===i&&(u=a[e.charCodeAt(t)]<<10|a[e.charCodeAt(t+1)]<<4|a[e.charCodeAt(t+2)]>>2,o[D++]=u>>8&255,o[D++]=255&u),o}(function(e){if((e=function(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}(e).replace(K,"")).length<2)return"";for(;e.length%4!=0;)e+="=";return e}(e))}function re(e,t,r,n){for(var u=0;u<n&&!(u+r>=t.length||u>=e.length);++u)t[u+r]=e[u];return u}function ne(e){return!!e.constructor&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)}function ue(){throw new Error("setTimeout has not been defined")}function ie(){throw new Error("clearTimeout has not been defined")}var oe=ue,ae=ie;function ce(e){if(oe===setTimeout)return setTimeout(e,0);if((oe===ue||!oe)&&setTimeout)return oe=setTimeout,setTimeout(e,0);try{return oe(e,0)}catch(t){try{return oe.call(null,e,0)}catch(t){return oe.call(this,e,0)}}}"function"==typeof i.setTimeout&&(oe=setTimeout),"function"==typeof i.clearTimeout&&(ae=clearTimeout);var se,le=[],fe=!1,De=-1;function pe(){fe&&se&&(fe=!1,se.length?le=se.concat(le):De=-1,le.length&&he())}function he(){if(!fe){var e=ce(pe);fe=!0;for(var t=le.length;t;){for(se=le,le=[];++De<t;)se&&se[De].run();De=-1,t=le.length}se=null,fe=!1,function(e){if(ae===clearTimeout)return clearTimeout(e);if((ae===ie||!ae)&&clearTimeout)return ae=clearTimeout,clearTimeout(e);try{ae(e)}catch(t){try{return ae.call(null,e)}catch(t){return ae.call(this,e)}}}(e)}}function de(e,t){this.fun=e,this.array=t}de.prototype.run=function(){this.fun.apply(null,this.array)};function ge(){}var me=ge,Ee=ge,ye=ge,ve=ge,be=ge,Ce=ge,Ae=ge;var we=i.performance||{},Fe=we.now||we.mozNow||we.msNow||we.oNow||we.webkitNow||function(){return(new Date).getTime()};var ke=new Date;var Oe={nextTick:function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)t[r-1]=arguments[r];le.push(new de(e,t)),1!==le.length||fe||ce(he)},title:"browser",browser:!0,env:{},argv:[],version:"",versions:{},on:me,addListener:Ee,once:ye,off:ve,removeListener:be,removeAllListeners:Ce,emit:Ae,binding:function(e){throw new Error("process.binding is not supported")},cwd:function(){return"/"},chdir:function(e){throw new Error("process.chdir is not supported")},umask:function(){return 0},hrtime:function(e){var t=.001*Fe.call(we),r=Math.floor(t),n=Math.floor(t%1*1e9);return e&&(r-=e[0],(n-=e[1])<0&&(r--,n+=1e9)),[r,n]},platform:"browser",release:{},config:{},uptime:function(){return(new Date-ke)/1e3}},Te="function"==typeof Object.create?function(e,t){e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}:function(e,t){e.super_=t;var r=function(){};r.prototype=t.prototype,e.prototype=new r,e.prototype.constructor=e},Se=/%[sdj%]/g;function Ie(e){if(!Ye(e)){for(var t=[],r=0;r<arguments.length;r++)t.push(Le(arguments[r]));return t.join(" ")}r=1;for(var n=arguments,u=n.length,i=String(e).replace(Se,(function(e){if("%%"===e)return"%";if(r>=u)return e;switch(e){case"%s":return String(n[r++]);case"%d":return Number(n[r++]);case"%j":try{return JSON.stringify(n[r++])}catch(e){return"[Circular]"}default:return e}})),o=n[r];r<u;o=n[++r])ze(o)||!Ze(o)?i+=" "+o:i+=" "+Le(o);return i}function xe(e,t){if(Xe(i.process))return function(){return xe(e,t).apply(this,arguments)};if(!0===Oe.noDeprecation)return e;var r=!1;return function(){if(!r){if(Oe.throwDeprecation)throw new Error(t);Oe.traceDeprecation?console.trace(t):console.error(t),r=!0}return e.apply(this,arguments)}}var Re,Be={};function Ne(e){if(Xe(Re)&&(Re=Oe.env.NODE_DEBUG||""),e=e.toUpperCase(),!Be[e])if(new RegExp("\\b"+e+"\\b","i").test(Re)){Be[e]=function(){var t=Ie.apply(null,arguments);console.error("%s %d: %s",e,0,t)}}else Be[e]=function(){};return Be[e]}function Le(e,t){var r={seen:[],stylize:qe};return arguments.length>=3&&(r.depth=arguments[2]),arguments.length>=4&&(r.colors=arguments[3]),Me(t)?r.showHidden=t:t&&at(r,t),Xe(r.showHidden)&&(r.showHidden=!1),Xe(r.depth)&&(r.depth=2),Xe(r.colors)&&(r.colors=!1),Xe(r.customInspect)&&(r.customInspect=!0),r.colors&&(r.stylize=Pe),je(r,e,r.depth)}function Pe(e,t){var r=Le.styles[t];return r?"\x1b["+Le.colors[r][0]+"m"+e+"\x1b["+Le.colors[r][1]+"m":e}function qe(e,t){return e}function je(e,t,r){if(e.customInspect&&t&&Qe(t.inspect)&&t.inspect!==Le&&(!t.constructor||t.constructor.prototype!==t)){var n=t.inspect(r,e);return Ye(n)||(n=je(e,n,r)),n}var u=function(e,t){if(Xe(t))return e.stylize("undefined","undefined");if(Ye(t)){var r="'"+JSON.stringify(t).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return e.stylize(r,"string")}if(Ve(t))return e.stylize(""+t,"number");if(Me(t))return e.stylize(""+t,"boolean");if(ze(t))return e.stylize("null","null")}(e,t);if(u)return u;var i=Object.keys(t),o=function(e){var t={};return e.forEach((function(e,r){t[e]=!0})),t}(i);if(e.showHidden&&(i=Object.getOwnPropertyNames(t)),Ke(t)&&(i.indexOf("message")>=0||i.indexOf("description")>=0))return _e(t);if(0===i.length){if(Qe(t)){var a=t.name?": "+t.name:"";return e.stylize("[Function"+a+"]","special")}if(We(t))return e.stylize(RegExp.prototype.toString.call(t),"regexp");if(Je(t))return e.stylize(Date.prototype.toString.call(t),"date");if(Ke(t))return _e(t)}var c,s="",l=!1,f=["{","}"];($e(t)&&(l=!0,f=["[","]"]),Qe(t))&&(s=" [Function"+(t.name?": "+t.name:"")+"]");return We(t)&&(s=" "+RegExp.prototype.toString.call(t)),Je(t)&&(s=" "+Date.prototype.toUTCString.call(t)),Ke(t)&&(s=" "+_e(t)),0!==i.length||l&&0!=t.length?r<0?We(t)?e.stylize(RegExp.prototype.toString.call(t),"regexp"):e.stylize("[Object]","special"):(e.seen.push(t),c=l?function(e,t,r,n,u){for(var i=[],o=0,a=t.length;o<a;++o)ct(t,String(o))?i.push(Ue(e,t,r,n,String(o),!0)):i.push("");return u.forEach((function(u){u.match(/^\d+$/)||i.push(Ue(e,t,r,n,u,!0))})),i}(e,t,r,o,i):i.map((function(n){return Ue(e,t,r,o,n,l)})),e.seen.pop(),function(e,t,r){if(e.reduce((function(e,t){return t.indexOf("\n"),e+t.replace(/\u001b\[\d\d?m/g,"").length+1}),0)>60)return r[0]+(""===t?"":t+"\n ")+" "+e.join(",\n ")+" "+r[1];return r[0]+t+" "+e.join(", ")+" "+r[1]}(c,s,f)):f[0]+s+f[1]}function _e(e){return"["+Error.prototype.toString.call(e)+"]"}function Ue(e,t,r,n,u,i){var o,a,c;if((c=Object.getOwnPropertyDescriptor(t,u)||{value:t[u]}).get?a=c.set?e.stylize("[Getter/Setter]","special"):e.stylize("[Getter]","special"):c.set&&(a=e.stylize("[Setter]","special")),ct(n,u)||(o="["+u+"]"),a||(e.seen.indexOf(c.value)<0?(a=ze(r)?je(e,c.value,null):je(e,c.value,r-1)).indexOf("\n")>-1&&(a=i?a.split("\n").map((function(e){return" "+e})).join("\n").substr(2):"\n"+a.split("\n").map((function(e){return" "+e})).join("\n")):a=e.stylize("[Circular]","special")),Xe(o)){if(i&&u.match(/^\d+$/))return a;(o=JSON.stringify(""+u)).match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(o=o.substr(1,o.length-2),o=e.stylize(o,"name")):(o=o.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),o=e.stylize(o,"string"))}return o+": "+a}function $e(e){return Array.isArray(e)}function Me(e){return"boolean"==typeof e}function ze(e){return null===e}function Ge(e){return null==e}function Ve(e){return"number"==typeof e}function Ye(e){return"string"==typeof e}function He(e){return"symbol"==typeof e}function Xe(e){return void 0===e}function We(e){return Ze(e)&&"[object RegExp]"===rt(e)}function Ze(e){return"object"==typeof e&&null!==e}function Je(e){return Ze(e)&&"[object Date]"===rt(e)}function Ke(e){return Ze(e)&&("[object Error]"===rt(e)||e instanceof Error)}function Qe(e){return"function"==typeof e}function et(e){return null===e||"boolean"==typeof e||"number"==typeof e||"string"==typeof e||"symbol"==typeof e||void 0===e}function tt(e){return v.isBuffer(e)}function rt(e){return Object.prototype.toString.call(e)}function nt(e){return e<10?"0"+e.toString(10):e.toString(10)}Le.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},Le.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"};var ut=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function it(){var e=new Date,t=[nt(e.getHours()),nt(e.getMinutes()),nt(e.getSeconds())].join(":");return[e.getDate(),ut[e.getMonth()],t].join(" ")}function ot(){console.log("%s - %s",it(),Ie.apply(null,arguments))}function at(e,t){if(!t||!Ze(t))return e;for(var r=Object.keys(t),n=r.length;n--;)e[r[n]]=t[r[n]];return e}function ct(e,t){return Object.prototype.hasOwnProperty.call(e,t)}var st={inherits:Te,_extend:at,log:ot,isBuffer:tt,isPrimitive:et,isFunction:Qe,isError:Ke,isDate:Je,isObject:Ze,isRegExp:We,isUndefined:Xe,isSymbol:He,isString:Ye,isNumber:Ve,isNullOrUndefined:Ge,isNull:ze,isBoolean:Me,isArray:$e,inspect:Le,deprecate:xe,format:Ie,debuglog:Ne},lt=Object.freeze({__proto__:null,format:Ie,deprecate:xe,debuglog:Ne,inspect:Le,isArray:$e,isBoolean:Me,isNull:ze,isNullOrUndefined:Ge,isNumber:Ve,isString:Ye,isSymbol:He,isUndefined:Xe,isRegExp:We,isObject:Ze,isDate:Je,isError:Ke,isFunction:Qe,isPrimitive:et,isBuffer:tt,log:ot,inherits:Te,_extend:at,default:st}),ft=u((function(e){"function"==typeof Object.create?e.exports=function(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:e.exports=function(e,t){if(t){e.super_=t;var r=function(){};r.prototype=t.prototype,e.prototype=new r,e.prototype.constructor=e}}})),Dt=n(lt),pt=u((function(e){try{var t=Dt;if("function"!=typeof t.inherits)throw"";e.exports=t.inherits}catch(t){e.exports=ft}})),ht=function(t){var r,n,u;for(n in pt(o,t),pt(i,o),r=o.prototype)(u=r[n])&&"object"==typeof u&&(r[n]="concat"in u?u.concat():e(u));return o;function i(e){return t.apply(this,e)}function o(){return this instanceof o?t.apply(this,arguments):new i(arguments)}};var dt=function(e,t,r){return function(){var n=r||this,u=n[e];return n[e]=!t,i;function i(){n[e]=u}}};var gt=function(e){var t=String(e),r=[],n=/\r?\n|\r/g;for(;n.exec(t);)r.push(n.lastIndex);return r.push(t.length+1),{toPoint:u,toPosition:u,toOffset:function(e){var t,n=e&&e.line,u=e&&e.column;isNaN(n)||isNaN(u)||!(n-1 in r)||(t=(r[n-2]||0)+u-1||0);return t>-1&&t<r[r.length-1]?t:-1}};function u(e){var t=-1;if(e>-1&&e<r[r.length-1])for(;++t<r.length;)if(r[t]>e)return{line:t+1,column:e-(r[t-1]||0)+1,offset:e};return{}}};var mt=function(e,t){return function(r){var n,u=0,i=r.indexOf(Et),o=e[t],a=[];for(;-1!==i;)a.push(r.slice(u,i)),u=i+1,(n=r.charAt(u))&&-1!==o.indexOf(n)||a.push(Et),i=r.indexOf(Et,u+1);return a.push(r.slice(u)),a.join("")}},Et="\\";var yt={AElig:"\xc6",AMP:"&",Aacute:"\xc1",Acirc:"\xc2",Agrave:"\xc0",Aring:"\xc5",Atilde:"\xc3",Auml:"\xc4",COPY:"\xa9",Ccedil:"\xc7",ETH:"\xd0",Eacute:"\xc9",Ecirc:"\xca",Egrave:"\xc8",Euml:"\xcb",GT:">",Iacute:"\xcd",Icirc:"\xce",Igrave:"\xcc",Iuml:"\xcf",LT:"<",Ntilde:"\xd1",Oacute:"\xd3",Ocirc:"\xd4",Ograve:"\xd2",Oslash:"\xd8",Otilde:"\xd5",Ouml:"\xd6",QUOT:'"',REG:"\xae",THORN:"\xde",Uacute:"\xda",Ucirc:"\xdb",Ugrave:"\xd9",Uuml:"\xdc",Yacute:"\xdd",aacute:"\xe1",acirc:"\xe2",acute:"\xb4",aelig:"\xe6",agrave:"\xe0",amp:"&",aring:"\xe5",atilde:"\xe3",auml:"\xe4",brvbar:"\xa6",ccedil:"\xe7",cedil:"\xb8",cent:"\xa2",copy:"\xa9",curren:"\xa4",deg:"\xb0",divide:"\xf7",eacute:"\xe9",ecirc:"\xea",egrave:"\xe8",eth:"\xf0",euml:"\xeb",frac12:"\xbd",frac14:"\xbc",frac34:"\xbe",gt:">",iacute:"\xed",icirc:"\xee",iexcl:"\xa1",igrave:"\xec",iquest:"\xbf",iuml:"\xef",laquo:"\xab",lt:"<",macr:"\xaf",micro:"\xb5",middot:"\xb7",nbsp:"\xa0",not:"\xac",ntilde:"\xf1",oacute:"\xf3",ocirc:"\xf4",ograve:"\xf2",ordf:"\xaa",ordm:"\xba",oslash:"\xf8",otilde:"\xf5",ouml:"\xf6",para:"\xb6",plusmn:"\xb1",pound:"\xa3",quot:'"',raquo:"\xbb",reg:"\xae",sect:"\xa7",shy:"\xad",sup1:"\xb9",sup2:"\xb2",sup3:"\xb3",szlig:"\xdf",thorn:"\xfe",times:"\xd7",uacute:"\xfa",ucirc:"\xfb",ugrave:"\xf9",uml:"\xa8",uuml:"\xfc",yacute:"\xfd",yen:"\xa5",yuml:"\xff"},vt={0:"\ufffd",128:"\u20ac",130:"\u201a",131:"\u0192",132:"\u201e",133:"\u2026",134:"\u2020",135:"\u2021",136:"\u02c6",137:"\u2030",138:"\u0160",139:"\u2039",140:"\u0152",142:"\u017d",145:"\u2018",146:"\u2019",147:"\u201c",148:"\u201d",149:"\u2022",150:"\u2013",151:"\u2014",152:"\u02dc",153:"\u2122",154:"\u0161",155:"\u203a",156:"\u0153",158:"\u017e",159:"\u0178"},bt=function(e){var t="string"==typeof e?e.charCodeAt(0):e;return t>=48&&t<=57};var Ct=function(e){var t="string"==typeof e?e.charCodeAt(0):e;return t>=97&&t<=102||t>=65&&t<=70||t>=48&&t<=57};var At=function(e){var t="string"==typeof e?e.charCodeAt(0):e;return t>=97&&t<=122||t>=65&&t<=90};var wt=function(e){return At(e)||bt(e)};var Ft={AEli:"\xc6",AElig:"\xc6",AM:"&",AMP:"&",Aacut:"\xc1",Aacute:"\xc1",Abreve:"\u0102",Acir:"\xc2",Acirc:"\xc2",Acy:"\u0410",Afr:"\ud835\udd04",Agrav:"\xc0",Agrave:"\xc0",Alpha:"\u0391",Amacr:"\u0100",And:"\u2a53",Aogon:"\u0104",Aopf:"\ud835\udd38",ApplyFunction:"\u2061",Arin:"\xc5",Aring:"\xc5",Ascr:"\ud835\udc9c",Assign:"\u2254",Atild:"\xc3",Atilde:"\xc3",Aum:"\xc4",Auml:"\xc4",Backslash:"\u2216",Barv:"\u2ae7",Barwed:"\u2306",Bcy:"\u0411",Because:"\u2235",Bernoullis:"\u212c",Beta:"\u0392",Bfr:"\ud835\udd05",Bopf:"\ud835\udd39",Breve:"\u02d8",Bscr:"\u212c",Bumpeq:"\u224e",CHcy:"\u0427",COP:"\xa9",COPY:"\xa9",Cacute:"\u0106",Cap:"\u22d2",CapitalDifferentialD:"\u2145",Cayleys:"\u212d",Ccaron:"\u010c",Ccedi:"\xc7",Ccedil:"\xc7",Ccirc:"\u0108",Cconint:"\u2230",Cdot:"\u010a",Cedilla:"\xb8",CenterDot:"\xb7",Cfr:"\u212d",Chi:"\u03a7",CircleDot:"\u2299",CircleMinus:"\u2296",CirclePlus:"\u2295",CircleTimes:"\u2297",ClockwiseContourIntegral:"\u2232",CloseCurlyDoubleQuote:"\u201d",CloseCurlyQuote:"\u2019",Colon:"\u2237",Colone:"\u2a74",Congruent:"\u2261",Conint:"\u222f",ContourIntegral:"\u222e",Copf:"\u2102",Coproduct:"\u2210",CounterClockwiseContourIntegral:"\u2233",Cross:"\u2a2f",Cscr:"\ud835\udc9e",Cup:"\u22d3",CupCap:"\u224d",DD:"\u2145",DDotrahd:"\u2911",DJcy:"\u0402",DScy:"\u0405",DZcy:"\u040f",Dagger:"\u2021",Darr:"\u21a1",Dashv:"\u2ae4",Dcaron:"\u010e",Dcy:"\u0414",Del:"\u2207",Delta:"\u0394",Dfr:"\ud835\udd07",DiacriticalAcute:"\xb4",DiacriticalDot:"\u02d9",DiacriticalDoubleAcute:"\u02dd",DiacriticalGrave:"`",DiacriticalTilde:"\u02dc",Diamond:"\u22c4",DifferentialD:"\u2146",Dopf:"\ud835\udd3b",Dot:"\xa8",DotDot:"\u20dc",DotEqual:"\u2250",DoubleContourIntegral:"\u222f",DoubleDot:"\xa8",DoubleDownArrow:"\u21d3",DoubleLeftArrow:"\u21d0",DoubleLeftRightArrow:"\u21d4",DoubleLeftTee:"\u2ae4",DoubleLongLeftArrow:"\u27f8",DoubleLongLeftRightArrow:"\u27fa",DoubleLongRightArrow:"\u27f9",DoubleRightArrow:"\u21d2",DoubleRightTee:"\u22a8",DoubleUpArrow:"\u21d1",DoubleUpDownArrow:"\u21d5",DoubleVerticalBar:"\u2225",DownArrow:"\u2193",DownArrowBar:"\u2913",DownArrowUpArrow:"\u21f5",DownBreve:"\u0311",DownLeftRightVector:"\u2950",DownLeftTeeVector:"\u295e",DownLeftVector:"\u21bd",DownLeftVectorBar:"\u2956",DownRightTeeVector:"\u295f",DownRightVector:"\u21c1",DownRightVectorBar:"\u2957",DownTee:"\u22a4",DownTeeArrow:"\u21a7",Downarrow:"\u21d3",Dscr:"\ud835\udc9f",Dstrok:"\u0110",ENG:"\u014a",ET:"\xd0",ETH:"\xd0",Eacut:"\xc9",Eacute:"\xc9",Ecaron:"\u011a",Ecir:"\xca",Ecirc:"\xca",Ecy:"\u042d",Edot:"\u0116",Efr:"\ud835\udd08",Egrav:"\xc8",Egrave:"\xc8",Element:"\u2208",Emacr:"\u0112",EmptySmallSquare:"\u25fb",EmptyVerySmallSquare:"\u25ab",Eogon:"\u0118",Eopf:"\ud835\udd3c",Epsilon:"\u0395",Equal:"\u2a75",EqualTilde:"\u2242",Equilibrium:"\u21cc",Escr:"\u2130",Esim:"\u2a73",Eta:"\u0397",Eum:"\xcb",Euml:"\xcb",Exists:"\u2203",ExponentialE:"\u2147",Fcy:"\u0424",Ffr:"\ud835\udd09",FilledSmallSquare:"\u25fc",FilledVerySmallSquare:"\u25aa",Fopf:"\ud835\udd3d",ForAll:"\u2200",Fouriertrf:"\u2131",Fscr:"\u2131",GJcy:"\u0403",G:">",GT:">",Gamma:"\u0393",Gammad:"\u03dc",Gbreve:"\u011e",Gcedil:"\u0122",Gcirc:"\u011c",Gcy:"\u0413",Gdot:"\u0120",Gfr:"\ud835\udd0a",Gg:"\u22d9",Gopf:"\ud835\udd3e",GreaterEqual:"\u2265",GreaterEqualLess:"\u22db",GreaterFullEqual:"\u2267",GreaterGreater:"\u2aa2",GreaterLess:"\u2277",GreaterSlantEqual:"\u2a7e",GreaterTilde:"\u2273",Gscr:"\ud835\udca2",Gt:"\u226b",HARDcy:"\u042a",Hacek:"\u02c7",Hat:"^",Hcirc:"\u0124",Hfr:"\u210c",HilbertSpace:"\u210b",Hopf:"\u210d",HorizontalLine:"\u2500",Hscr:"\u210b",Hstrok:"\u0126",HumpDownHump:"\u224e",HumpEqual:"\u224f",IEcy:"\u0415",IJlig:"\u0132",IOcy:"\u0401",Iacut:"\xcd",Iacute:"\xcd",Icir:"\xce",Icirc:"\xce",Icy:"\u0418",Idot:"\u0130",Ifr:"\u2111",Igrav:"\xcc",Igrave:"\xcc",Im:"\u2111",Imacr:"\u012a",ImaginaryI:"\u2148",Implies:"\u21d2",Int:"\u222c",Integral:"\u222b",Intersection:"\u22c2",InvisibleComma:"\u2063",InvisibleTimes:"\u2062",Iogon:"\u012e",Iopf:"\ud835\udd40",Iota:"\u0399",Iscr:"\u2110",Itilde:"\u0128",Iukcy:"\u0406",Ium:"\xcf",Iuml:"\xcf",Jcirc:"\u0134",Jcy:"\u0419",Jfr:"\ud835\udd0d",Jopf:"\ud835\udd41",Jscr:"\ud835\udca5",Jsercy:"\u0408",Jukcy:"\u0404",KHcy:"\u0425",KJcy:"\u040c",Kappa:"\u039a",Kcedil:"\u0136",Kcy:"\u041a",Kfr:"\ud835\udd0e",Kopf:"\ud835\udd42",Kscr:"\ud835\udca6",LJcy:"\u0409",L:"<",LT:"<",Lacute:"\u0139",Lambda:"\u039b",Lang:"\u27ea",Laplacetrf:"\u2112",Larr:"\u219e",Lcaron:"\u013d",Lcedil:"\u013b",Lcy:"\u041b",LeftAngleBracket:"\u27e8",LeftArrow:"\u2190",LeftArrowBar:"\u21e4",LeftArrowRightArrow:"\u21c6",LeftCeiling:"\u2308",LeftDoubleBracket:"\u27e6",LeftDownTeeVector:"\u2961",LeftDownVector:"\u21c3",LeftDownVectorBar:"\u2959",LeftFloor:"\u230a",LeftRightArrow:"\u2194",LeftRightVector:"\u294e",LeftTee:"\u22a3",LeftTeeArrow:"\u21a4",LeftTeeVector:"\u295a",LeftTriangle:"\u22b2",LeftTriangleBar:"\u29cf",LeftTriangleEqual:"\u22b4",LeftUpDownVector:"\u2951",LeftUpTeeVector:"\u2960",LeftUpVector:"\u21bf",LeftUpVectorBar:"\u2958",LeftVector:"\u21bc",LeftVectorBar:"\u2952",Leftarrow:"\u21d0",Leftrightarrow:"\u21d4",LessEqualGreater:"\u22da",LessFullEqual:"\u2266",LessGreater:"\u2276",LessLess:"\u2aa1",LessSlantEqual:"\u2a7d",LessTilde:"\u2272",Lfr:"\ud835\udd0f",Ll:"\u22d8",Lleftarrow:"\u21da",Lmidot:"\u013f",LongLeftArrow:"\u27f5",LongLeftRightArrow:"\u27f7",LongRightArrow:"\u27f6",Longleftarrow:"\u27f8",Longleftrightarrow:"\u27fa",Longrightarrow:"\u27f9",Lopf:"\ud835\udd43",LowerLeftArrow:"\u2199",LowerRightArrow:"\u2198",Lscr:"\u2112",Lsh:"\u21b0",Lstrok:"\u0141",Lt:"\u226a",Map:"\u2905",Mcy:"\u041c",MediumSpace:"\u205f",Mellintrf:"\u2133",Mfr:"\ud835\udd10",MinusPlus:"\u2213",Mopf:"\ud835\udd44",Mscr:"\u2133",Mu:"\u039c",NJcy:"\u040a",Nacute:"\u0143",Ncaron:"\u0147",Ncedil:"\u0145",Ncy:"\u041d",NegativeMediumSpace:"\u200b",NegativeThickSpace:"\u200b",NegativeThinSpace:"\u200b",NegativeVeryThinSpace:"\u200b",NestedGreaterGreater:"\u226b",NestedLessLess:"\u226a",NewLine:"\n",Nfr:"\ud835\udd11",NoBreak:"\u2060",NonBreakingSpace:"\xa0",Nopf:"\u2115",Not:"\u2aec",NotCongruent:"\u2262",NotCupCap:"\u226d",NotDoubleVerticalBar:"\u2226",NotElement:"\u2209",NotEqual:"\u2260",NotEqualTilde:"\u2242\u0338",NotExists:"\u2204",NotGreater:"\u226f",NotGreaterEqual:"\u2271",NotGreaterFullEqual:"\u2267\u0338",NotGreaterGreater:"\u226b\u0338",NotGreaterLess:"\u2279",NotGreaterSlantEqual:"\u2a7e\u0338",NotGreaterTilde:"\u2275",NotHumpDownHump:"\u224e\u0338",NotHumpEqual:"\u224f\u0338",NotLeftTriangle:"\u22ea",NotLeftTriangleBar:"\u29cf\u0338",NotLeftTriangleEqual:"\u22ec",NotLess:"\u226e",NotLessEqual:"\u2270",NotLessGreater:"\u2278",NotLessLess:"\u226a\u0338",NotLessSlantEqual:"\u2a7d\u0338",NotLessTilde:"\u2274",NotNestedGreaterGreater:"\u2aa2\u0338",NotNestedLessLess:"\u2aa1\u0338",NotPrecedes:"\u2280",NotPrecedesEqual:"\u2aaf\u0338",NotPrecedesSlantEqual:"\u22e0",NotReverseElement:"\u220c",NotRightTriangle:"\u22eb",NotRightTriangleBar:"\u29d0\u0338",NotRightTriangleEqual:"\u22ed",NotSquareSubset:"\u228f\u0338",NotSquareSubsetEqual:"\u22e2",NotSquareSuperset:"\u2290\u0338",NotSquareSupersetEqual:"\u22e3",NotSubset:"\u2282\u20d2",NotSubsetEqual:"\u2288",NotSucceeds:"\u2281",NotSucceedsEqual:"\u2ab0\u0338",NotSucceedsSlantEqual:"\u22e1",NotSucceedsTilde:"\u227f\u0338",NotSuperset:"\u2283\u20d2",NotSupersetEqual:"\u2289",NotTilde:"\u2241",NotTildeEqual:"\u2244",NotTildeFullEqual:"\u2247",NotTildeTilde:"\u2249",NotVerticalBar:"\u2224",Nscr:"\ud835\udca9",Ntild:"\xd1",Ntilde:"\xd1",Nu:"\u039d",OElig:"\u0152",Oacut:"\xd3",Oacute:"\xd3",Ocir:"\xd4",Ocirc:"\xd4",Ocy:"\u041e",Odblac:"\u0150",Ofr:"\ud835\udd12",Ograv:"\xd2",Ograve:"\xd2",Omacr:"\u014c",Omega:"\u03a9",Omicron:"\u039f",Oopf:"\ud835\udd46",OpenCurlyDoubleQuote:"\u201c",OpenCurlyQuote:"\u2018",Or:"\u2a54",Oscr:"\ud835\udcaa",Oslas:"\xd8",Oslash:"\xd8",Otild:"\xd5",Otilde:"\xd5",Otimes:"\u2a37",Oum:"\xd6",Ouml:"\xd6",OverBar:"\u203e",OverBrace:"\u23de",OverBracket:"\u23b4",OverParenthesis:"\u23dc",PartialD:"\u2202",Pcy:"\u041f",Pfr:"\ud835\udd13",Phi:"\u03a6",Pi:"\u03a0",PlusMinus:"\xb1",Poincareplane:"\u210c",Popf:"\u2119",Pr:"\u2abb",Precedes:"\u227a",PrecedesEqual:"\u2aaf",PrecedesSlantEqual:"\u227c",PrecedesTilde:"\u227e",Prime:"\u2033",Product:"\u220f",Proportion:"\u2237",Proportional:"\u221d",Pscr:"\ud835\udcab",Psi:"\u03a8",QUO:'"',QUOT:'"',Qfr:"\ud835\udd14",Qopf:"\u211a",Qscr:"\ud835\udcac",RBarr:"\u2910",RE:"\xae",REG:"\xae",Racute:"\u0154",Rang:"\u27eb",Rarr:"\u21a0",Rarrtl:"\u2916",Rcaron:"\u0158",Rcedil:"\u0156",Rcy:"\u0420",Re:"\u211c",ReverseElement:"\u220b",ReverseEquilibrium:"\u21cb",ReverseUpEquilibrium:"\u296f",Rfr:"\u211c",Rho:"\u03a1",RightAngleBracket:"\u27e9",RightArrow:"\u2192",RightArrowBar:"\u21e5",RightArrowLeftArrow:"\u21c4",RightCeiling:"\u2309",RightDoubleBracket:"\u27e7",RightDownTeeVector:"\u295d",RightDownVector:"\u21c2",RightDownVectorBar:"\u2955",RightFloor:"\u230b",RightTee:"\u22a2",RightTeeArrow:"\u21a6",RightTeeVector:"\u295b",RightTriangle:"\u22b3",RightTriangleBar:"\u29d0",RightTriangleEqual:"\u22b5",RightUpDownVector:"\u294f",RightUpTeeVector:"\u295c",RightUpVector:"\u21be",RightUpVectorBar:"\u2954",RightVector:"\u21c0",RightVectorBar:"\u2953",Rightarrow:"\u21d2",Ropf:"\u211d",RoundImplies:"\u2970",Rrightarrow:"\u21db",Rscr:"\u211b",Rsh:"\u21b1",RuleDelayed:"\u29f4",SHCHcy:"\u0429",SHcy:"\u0428",SOFTcy:"\u042c",Sacute:"\u015a",Sc:"\u2abc",Scaron:"\u0160",Scedil:"\u015e",Scirc:"\u015c",Scy:"\u0421",Sfr:"\ud835\udd16",ShortDownArrow:"\u2193",ShortLeftArrow:"\u2190",ShortRightArrow:"\u2192",ShortUpArrow:"\u2191",Sigma:"\u03a3",SmallCircle:"\u2218",Sopf:"\ud835\udd4a",Sqrt:"\u221a",Square:"\u25a1",SquareIntersection:"\u2293",SquareSubset:"\u228f",SquareSubsetEqual:"\u2291",SquareSuperset:"\u2290",SquareSupersetEqual:"\u2292",SquareUnion:"\u2294",Sscr:"\ud835\udcae",Star:"\u22c6",Sub:"\u22d0",Subset:"\u22d0",SubsetEqual:"\u2286",Succeeds:"\u227b",SucceedsEqual:"\u2ab0",SucceedsSlantEqual:"\u227d",SucceedsTilde:"\u227f",SuchThat:"\u220b",Sum:"\u2211",Sup:"\u22d1",Superset:"\u2283",SupersetEqual:"\u2287",Supset:"\u22d1",THOR:"\xde",THORN:"\xde",TRADE:"\u2122",TSHcy:"\u040b",TScy:"\u0426",Tab:"\t",Tau:"\u03a4",Tcaron:"\u0164",Tcedil:"\u0162",Tcy:"\u0422",Tfr:"\ud835\udd17",Therefore:"\u2234",Theta:"\u0398",ThickSpace:"\u205f\u200a",ThinSpace:"\u2009",Tilde:"\u223c",TildeEqual:"\u2243",TildeFullEqual:"\u2245",TildeTilde:"\u2248",Topf:"\ud835\udd4b",TripleDot:"\u20db",Tscr:"\ud835\udcaf",Tstrok:"\u0166",Uacut:"\xda",Uacute:"\xda",Uarr:"\u219f",Uarrocir:"\u2949",Ubrcy:"\u040e",Ubreve:"\u016c",Ucir:"\xdb",Ucirc:"\xdb",Ucy:"\u0423",Udblac:"\u0170",Ufr:"\ud835\udd18",Ugrav:"\xd9",Ugrave:"\xd9",Umacr:"\u016a",UnderBar:"_",UnderBrace:"\u23df",UnderBracket:"\u23b5",UnderParenthesis:"\u23dd",Union:"\u22c3",UnionPlus:"\u228e",Uogon:"\u0172",Uopf:"\ud835\udd4c",UpArrow:"\u2191",UpArrowBar:"\u2912",UpArrowDownArrow:"\u21c5",UpDownArrow:"\u2195",UpEquilibrium:"\u296e",UpTee:"\u22a5",UpTeeArrow:"\u21a5",Uparrow:"\u21d1",Updownarrow:"\u21d5",UpperLeftArrow:"\u2196",UpperRightArrow:"\u2197",Upsi:"\u03d2",Upsilon:"\u03a5",Uring:"\u016e",Uscr:"\ud835\udcb0",Utilde:"\u0168",Uum:"\xdc",Uuml:"\xdc",VDash:"\u22ab",Vbar:"\u2aeb",Vcy:"\u0412",Vdash:"\u22a9",Vdashl:"\u2ae6",Vee:"\u22c1",Verbar:"\u2016",Vert:"\u2016",VerticalBar:"\u2223",VerticalLine:"|",VerticalSeparator:"\u2758",VerticalTilde:"\u2240",VeryThinSpace:"\u200a",Vfr:"\ud835\udd19",Vopf:"\ud835\udd4d",Vscr:"\ud835\udcb1",Vvdash:"\u22aa",Wcirc:"\u0174",Wedge:"\u22c0",Wfr:"\ud835\udd1a",Wopf:"\ud835\udd4e",Wscr:"\ud835\udcb2",Xfr:"\ud835\udd1b",Xi:"\u039e",Xopf:"\ud835\udd4f",Xscr:"\ud835\udcb3",YAcy:"\u042f",YIcy:"\u0407",YUcy:"\u042e",Yacut:"\xdd",Yacute:"\xdd",Ycirc:"\u0176",Ycy:"\u042b",Yfr:"\ud835\udd1c",Yopf:"\ud835\udd50",Yscr:"\ud835\udcb4",Yuml:"\u0178",ZHcy:"\u0416",Zacute:"\u0179",Zcaron:"\u017d",Zcy:"\u0417",Zdot:"\u017b",ZeroWidthSpace:"\u200b",Zeta:"\u0396",Zfr:"\u2128",Zopf:"\u2124",Zscr:"\ud835\udcb5",aacut:"\xe1",aacute:"\xe1",abreve:"\u0103",ac:"\u223e",acE:"\u223e\u0333",acd:"\u223f",acir:"\xe2",acirc:"\xe2",acut:"\xb4",acute:"\xb4",acy:"\u0430",aeli:"\xe6",aelig:"\xe6",af:"\u2061",afr:"\ud835\udd1e",agrav:"\xe0",agrave:"\xe0",alefsym:"\u2135",aleph:"\u2135",alpha:"\u03b1",amacr:"\u0101",amalg:"\u2a3f",am:"&",amp:"&",and:"\u2227",andand:"\u2a55",andd:"\u2a5c",andslope:"\u2a58",andv:"\u2a5a",ang:"\u2220",ange:"\u29a4",angle:"\u2220",angmsd:"\u2221",angmsdaa:"\u29a8",angmsdab:"\u29a9",angmsdac:"\u29aa",angmsdad:"\u29ab",angmsdae:"\u29ac",angmsdaf:"\u29ad",angmsdag:"\u29ae",angmsdah:"\u29af",angrt:"\u221f",angrtvb:"\u22be",angrtvbd:"\u299d",angsph:"\u2222",angst:"\xc5",angzarr:"\u237c",aogon:"\u0105",aopf:"\ud835\udd52",ap:"\u2248",apE:"\u2a70",apacir:"\u2a6f",ape:"\u224a",apid:"\u224b",apos:"'",approx:"\u2248",approxeq:"\u224a",arin:"\xe5",aring:"\xe5",ascr:"\ud835\udcb6",ast:"*",asymp:"\u2248",asympeq:"\u224d",atild:"\xe3",atilde:"\xe3",aum:"\xe4",auml:"\xe4",awconint:"\u2233",awint:"\u2a11",bNot:"\u2aed",backcong:"\u224c",backepsilon:"\u03f6",backprime:"\u2035",backsim:"\u223d",backsimeq:"\u22cd",barvee:"\u22bd",barwed:"\u2305",barwedge:"\u2305",bbrk:"\u23b5",bbrktbrk:"\u23b6",bcong:"\u224c",bcy:"\u0431",bdquo:"\u201e",becaus:"\u2235",because:"\u2235",bemptyv:"\u29b0",bepsi:"\u03f6",bernou:"\u212c",beta:"\u03b2",beth:"\u2136",between:"\u226c",bfr:"\ud835\udd1f",bigcap:"\u22c2",bigcirc:"\u25ef",bigcup:"\u22c3",bigodot:"\u2a00",bigoplus:"\u2a01",bigotimes:"\u2a02",bigsqcup:"\u2a06",bigstar:"\u2605",bigtriangledown:"\u25bd",bigtriangleup:"\u25b3",biguplus:"\u2a04",bigvee:"\u22c1",bigwedge:"\u22c0",bkarow:"\u290d",blacklozenge:"\u29eb",blacksquare:"\u25aa",blacktriangle:"\u25b4",blacktriangledown:"\u25be",blacktriangleleft:"\u25c2",blacktriangleright:"\u25b8",blank:"\u2423",blk12:"\u2592",blk14:"\u2591",blk34:"\u2593",block:"\u2588",bne:"=\u20e5",bnequiv:"\u2261\u20e5",bnot:"\u2310",bopf:"\ud835\udd53",bot:"\u22a5",bottom:"\u22a5",bowtie:"\u22c8",boxDL:"\u2557",boxDR:"\u2554",boxDl:"\u2556",boxDr:"\u2553",boxH:"\u2550",boxHD:"\u2566",boxHU:"\u2569",boxHd:"\u2564",boxHu:"\u2567",boxUL:"\u255d",boxUR:"\u255a",boxUl:"\u255c",boxUr:"\u2559",boxV:"\u2551",boxVH:"\u256c",boxVL:"\u2563",boxVR:"\u2560",boxVh:"\u256b",boxVl:"\u2562",boxVr:"\u255f",boxbox:"\u29c9",boxdL:"\u2555",boxdR:"\u2552",boxdl:"\u2510",boxdr:"\u250c",boxh:"\u2500",boxhD:"\u2565",boxhU:"\u2568",boxhd:"\u252c",boxhu:"\u2534",boxminus:"\u229f",boxplus:"\u229e",boxtimes:"\u22a0",boxuL:"\u255b",boxuR:"\u2558",boxul:"\u2518",boxur:"\u2514",boxv:"\u2502",boxvH:"\u256a",boxvL:"\u2561",boxvR:"\u255e",boxvh:"\u253c",boxvl:"\u2524",boxvr:"\u251c",bprime:"\u2035",breve:"\u02d8",brvba:"\xa6",brvbar:"\xa6",bscr:"\ud835\udcb7",bsemi:"\u204f",bsim:"\u223d",bsime:"\u22cd",bsol:"\\",bsolb:"\u29c5",bsolhsub:"\u27c8",bull:"\u2022",bullet:"\u2022",bump:"\u224e",bumpE:"\u2aae",bumpe:"\u224f",bumpeq:"\u224f",cacute:"\u0107",cap:"\u2229",capand:"\u2a44",capbrcup:"\u2a49",capcap:"\u2a4b",capcup:"\u2a47",capdot:"\u2a40",caps:"\u2229\ufe00",caret:"\u2041",caron:"\u02c7",ccaps:"\u2a4d",ccaron:"\u010d",ccedi:"\xe7",ccedil:"\xe7",ccirc:"\u0109",ccups:"\u2a4c",ccupssm:"\u2a50",cdot:"\u010b",cedi:"\xb8",cedil:"\xb8",cemptyv:"\u29b2",cen:"\xa2",cent:"\xa2",centerdot:"\xb7",cfr:"\ud835\udd20",chcy:"\u0447",check:"\u2713",checkmark:"\u2713",chi:"\u03c7",cir:"\u25cb",cirE:"\u29c3",circ:"\u02c6",circeq:"\u2257",circlearrowleft:"\u21ba",circlearrowright:"\u21bb",circledR:"\xae",circledS:"\u24c8",circledast:"\u229b",circledcirc:"\u229a",circleddash:"\u229d",cire:"\u2257",cirfnint:"\u2a10",cirmid:"\u2aef",cirscir:"\u29c2",clubs:"\u2663",clubsuit:"\u2663",colon:":",colone:"\u2254",coloneq:"\u2254",comma:",",commat:"@",comp:"\u2201",compfn:"\u2218",complement:"\u2201",complexes:"\u2102",cong:"\u2245",congdot:"\u2a6d",conint:"\u222e",copf:"\ud835\udd54",coprod:"\u2210",cop:"\xa9",copy:"\xa9",copysr:"\u2117",crarr:"\u21b5",cross:"\u2717",cscr:"\ud835\udcb8",csub:"\u2acf",csube:"\u2ad1",csup:"\u2ad0",csupe:"\u2ad2",ctdot:"\u22ef",cudarrl:"\u2938",cudarrr:"\u2935",cuepr:"\u22de",cuesc:"\u22df",cularr:"\u21b6",cularrp:"\u293d",cup:"\u222a",cupbrcap:"\u2a48",cupcap:"\u2a46",cupcup:"\u2a4a",cupdot:"\u228d",cupor:"\u2a45",cups:"\u222a\ufe00",curarr:"\u21b7",curarrm:"\u293c",curlyeqprec:"\u22de",curlyeqsucc:"\u22df",curlyvee:"\u22ce",curlywedge:"\u22cf",curre:"\xa4",curren:"\xa4",curvearrowleft:"\u21b6",curvearrowright:"\u21b7",cuvee:"\u22ce",cuwed:"\u22cf",cwconint:"\u2232",cwint:"\u2231",cylcty:"\u232d",dArr:"\u21d3",dHar:"\u2965",dagger:"\u2020",daleth:"\u2138",darr:"\u2193",dash:"\u2010",dashv:"\u22a3",dbkarow:"\u290f",dblac:"\u02dd",dcaron:"\u010f",dcy:"\u0434",dd:"\u2146",ddagger:"\u2021",ddarr:"\u21ca",ddotseq:"\u2a77",de:"\xb0",deg:"\xb0",delta:"\u03b4",demptyv:"\u29b1",dfisht:"\u297f",dfr:"\ud835\udd21",dharl:"\u21c3",dharr:"\u21c2",diam:"\u22c4",diamond:"\u22c4",diamondsuit:"\u2666",diams:"\u2666",die:"\xa8",digamma:"\u03dd",disin:"\u22f2",div:"\xf7",divid:"\xf7",divide:"\xf7",divideontimes:"\u22c7",divonx:"\u22c7",djcy:"\u0452",dlcorn:"\u231e",dlcrop:"\u230d",dollar:"$",dopf:"\ud835\udd55",dot:"\u02d9",doteq:"\u2250",doteqdot:"\u2251",dotminus:"\u2238",dotplus:"\u2214",dotsquare:"\u22a1",doublebarwedge:"\u2306",downarrow:"\u2193",downdownarrows:"\u21ca",downharpoonleft:"\u21c3",downharpoonright:"\u21c2",drbkarow:"\u2910",drcorn:"\u231f",drcrop:"\u230c",dscr:"\ud835\udcb9",dscy:"\u0455",dsol:"\u29f6",dstrok:"\u0111",dtdot:"\u22f1",dtri:"\u25bf",dtrif:"\u25be",duarr:"\u21f5",duhar:"\u296f",dwangle:"\u29a6",dzcy:"\u045f",dzigrarr:"\u27ff",eDDot:"\u2a77",eDot:"\u2251",eacut:"\xe9",eacute:"\xe9",easter:"\u2a6e",ecaron:"\u011b",ecir:"\xea",ecirc:"\xea",ecolon:"\u2255",ecy:"\u044d",edot:"\u0117",ee:"\u2147",efDot:"\u2252",efr:"\ud835\udd22",eg:"\u2a9a",egrav:"\xe8",egrave:"\xe8",egs:"\u2a96",egsdot:"\u2a98",el:"\u2a99",elinters:"\u23e7",ell:"\u2113",els:"\u2a95",elsdot:"\u2a97",emacr:"\u0113",empty:"\u2205",emptyset:"\u2205",emptyv:"\u2205",emsp13:"\u2004",emsp14:"\u2005",emsp:"\u2003",eng:"\u014b",ensp:"\u2002",eogon:"\u0119",eopf:"\ud835\udd56",epar:"\u22d5",eparsl:"\u29e3",eplus:"\u2a71",epsi:"\u03b5",epsilon:"\u03b5",epsiv:"\u03f5",eqcirc:"\u2256",eqcolon:"\u2255",eqsim:"\u2242",eqslantgtr:"\u2a96",eqslantless:"\u2a95",equals:"=",equest:"\u225f",equiv:"\u2261",equivDD:"\u2a78",eqvparsl:"\u29e5",erDot:"\u2253",erarr:"\u2971",escr:"\u212f",esdot:"\u2250",esim:"\u2242",eta:"\u03b7",et:"\xf0",eth:"\xf0",eum:"\xeb",euml:"\xeb",euro:"\u20ac",excl:"!",exist:"\u2203",expectation:"\u2130",exponentiale:"\u2147",fallingdotseq:"\u2252",fcy:"\u0444",female:"\u2640",ffilig:"\ufb03",fflig:"\ufb00",ffllig:"\ufb04",ffr:"\ud835\udd23",filig:"\ufb01",fjlig:"fj",flat:"\u266d",fllig:"\ufb02",fltns:"\u25b1",fnof:"\u0192",fopf:"\ud835\udd57",forall:"\u2200",fork:"\u22d4",forkv:"\u2ad9",fpartint:"\u2a0d",frac1:"\xbc",frac12:"\xbd",frac13:"\u2153",frac14:"\xbc",frac15:"\u2155",frac16:"\u2159",frac18:"\u215b",frac23:"\u2154",frac25:"\u2156",frac3:"\xbe",frac34:"\xbe",frac35:"\u2157",frac38:"\u215c",frac45:"\u2158",frac56:"\u215a",frac58:"\u215d",frac78:"\u215e",frasl:"\u2044",frown:"\u2322",fscr:"\ud835\udcbb",gE:"\u2267",gEl:"\u2a8c",gacute:"\u01f5",gamma:"\u03b3",gammad:"\u03dd",gap:"\u2a86",gbreve:"\u011f",gcirc:"\u011d",gcy:"\u0433",gdot:"\u0121",ge:"\u2265",gel:"\u22db",geq:"\u2265",geqq:"\u2267",geqslant:"\u2a7e",ges:"\u2a7e",gescc:"\u2aa9",gesdot:"\u2a80",gesdoto:"\u2a82",gesdotol:"\u2a84",gesl:"\u22db\ufe00",gesles:"\u2a94",gfr:"\ud835\udd24",gg:"\u226b",ggg:"\u22d9",gimel:"\u2137",gjcy:"\u0453",gl:"\u2277",glE:"\u2a92",gla:"\u2aa5",glj:"\u2aa4",gnE:"\u2269",gnap:"\u2a8a",gnapprox:"\u2a8a",gne:"\u2a88",gneq:"\u2a88",gneqq:"\u2269",gnsim:"\u22e7",gopf:"\ud835\udd58",grave:"`",gscr:"\u210a",gsim:"\u2273",gsime:"\u2a8e",gsiml:"\u2a90",g:">",gt:">",gtcc:"\u2aa7",gtcir:"\u2a7a",gtdot:"\u22d7",gtlPar:"\u2995",gtquest:"\u2a7c",gtrapprox:"\u2a86",gtrarr:"\u2978",gtrdot:"\u22d7",gtreqless:"\u22db",gtreqqless:"\u2a8c",gtrless:"\u2277",gtrsim:"\u2273",gvertneqq:"\u2269\ufe00",gvnE:"\u2269\ufe00",hArr:"\u21d4",hairsp:"\u200a",half:"\xbd",hamilt:"\u210b",hardcy:"\u044a",harr:"\u2194",harrcir:"\u2948",harrw:"\u21ad",hbar:"\u210f",hcirc:"\u0125",hearts:"\u2665",heartsuit:"\u2665",hellip:"\u2026",hercon:"\u22b9",hfr:"\ud835\udd25",hksearow:"\u2925",hkswarow:"\u2926",hoarr:"\u21ff",homtht:"\u223b",hookleftarrow:"\u21a9",hookrightarrow:"\u21aa",hopf:"\ud835\udd59",horbar:"\u2015",hscr:"\ud835\udcbd",hslash:"\u210f",hstrok:"\u0127",hybull:"\u2043",hyphen:"\u2010",iacut:"\xed",iacute:"\xed",ic:"\u2063",icir:"\xee",icirc:"\xee",icy:"\u0438",iecy:"\u0435",iexc:"\xa1",iexcl:"\xa1",iff:"\u21d4",ifr:"\ud835\udd26",igrav:"\xec",igrave:"\xec",ii:"\u2148",iiiint:"\u2a0c",iiint:"\u222d",iinfin:"\u29dc",iiota:"\u2129",ijlig:"\u0133",imacr:"\u012b",image:"\u2111",imagline:"\u2110",imagpart:"\u2111",imath:"\u0131",imof:"\u22b7",imped:"\u01b5",in:"\u2208",incare:"\u2105",infin:"\u221e",infintie:"\u29dd",inodot:"\u0131",int:"\u222b",intcal:"\u22ba",integers:"\u2124",intercal:"\u22ba",intlarhk:"\u2a17",intprod:"\u2a3c",iocy:"\u0451",iogon:"\u012f",iopf:"\ud835\udd5a",iota:"\u03b9",iprod:"\u2a3c",iques:"\xbf",iquest:"\xbf",iscr:"\ud835\udcbe",isin:"\u2208",isinE:"\u22f9",isindot:"\u22f5",isins:"\u22f4",isinsv:"\u22f3",isinv:"\u2208",it:"\u2062",itilde:"\u0129",iukcy:"\u0456",ium:"\xef",iuml:"\xef",jcirc:"\u0135",jcy:"\u0439",jfr:"\ud835\udd27",jmath:"\u0237",jopf:"\ud835\udd5b",jscr:"\ud835\udcbf",jsercy:"\u0458",jukcy:"\u0454",kappa:"\u03ba",kappav:"\u03f0",kcedil:"\u0137",kcy:"\u043a",kfr:"\ud835\udd28",kgreen:"\u0138",khcy:"\u0445",kjcy:"\u045c",kopf:"\ud835\udd5c",kscr:"\ud835\udcc0",lAarr:"\u21da",lArr:"\u21d0",lAtail:"\u291b",lBarr:"\u290e",lE:"\u2266",lEg:"\u2a8b",lHar:"\u2962",lacute:"\u013a",laemptyv:"\u29b4",lagran:"\u2112",lambda:"\u03bb",lang:"\u27e8",langd:"\u2991",langle:"\u27e8",lap:"\u2a85",laqu:"\xab",laquo:"\xab",larr:"\u2190",larrb:"\u21e4",larrbfs:"\u291f",larrfs:"\u291d",larrhk:"\u21a9",larrlp:"\u21ab",larrpl:"\u2939",larrsim:"\u2973",larrtl:"\u21a2",lat:"\u2aab",latail:"\u2919",late:"\u2aad",lates:"\u2aad\ufe00",lbarr:"\u290c",lbbrk:"\u2772",lbrace:"{",lbrack:"[",lbrke:"\u298b",lbrksld:"\u298f",lbrkslu:"\u298d",lcaron:"\u013e",lcedil:"\u013c",lceil:"\u2308",lcub:"{",lcy:"\u043b",ldca:"\u2936",ldquo:"\u201c",ldquor:"\u201e",ldrdhar:"\u2967",ldrushar:"\u294b",ldsh:"\u21b2",le:"\u2264",leftarrow:"\u2190",leftarrowtail:"\u21a2",leftharpoondown:"\u21bd",leftharpoonup:"\u21bc",leftleftarrows:"\u21c7",leftrightarrow:"\u2194",leftrightarrows:"\u21c6",leftrightharpoons:"\u21cb",leftrightsquigarrow:"\u21ad",leftthreetimes:"\u22cb",leg:"\u22da",leq:"\u2264",leqq:"\u2266",leqslant:"\u2a7d",les:"\u2a7d",lescc:"\u2aa8",lesdot:"\u2a7f",lesdoto:"\u2a81",lesdotor:"\u2a83",lesg:"\u22da\ufe00",lesges:"\u2a93",lessapprox:"\u2a85",lessdot:"\u22d6",lesseqgtr:"\u22da",lesseqqgtr:"\u2a8b",lessgtr:"\u2276",lesssim:"\u2272",lfisht:"\u297c",lfloor:"\u230a",lfr:"\ud835\udd29",lg:"\u2276",lgE:"\u2a91",lhard:"\u21bd",lharu:"\u21bc",lharul:"\u296a",lhblk:"\u2584",ljcy:"\u0459",ll:"\u226a",llarr:"\u21c7",llcorner:"\u231e",llhard:"\u296b",lltri:"\u25fa",lmidot:"\u0140",lmoust:"\u23b0",lmoustache:"\u23b0",lnE:"\u2268",lnap:"\u2a89",lnapprox:"\u2a89",lne:"\u2a87",lneq:"\u2a87",lneqq:"\u2268",lnsim:"\u22e6",loang:"\u27ec",loarr:"\u21fd",lobrk:"\u27e6",longleftarrow:"\u27f5",longleftrightarrow:"\u27f7",longmapsto:"\u27fc",longrightarrow:"\u27f6",looparrowleft:"\u21ab",looparrowright:"\u21ac",lopar:"\u2985",lopf:"\ud835\udd5d",loplus:"\u2a2d",lotimes:"\u2a34",lowast:"\u2217",lowbar:"_",loz:"\u25ca",lozenge:"\u25ca",lozf:"\u29eb",lpar:"(",lparlt:"\u2993",lrarr:"\u21c6",lrcorner:"\u231f",lrhar:"\u21cb",lrhard:"\u296d",lrm:"\u200e",lrtri:"\u22bf",lsaquo:"\u2039",lscr:"\ud835\udcc1",lsh:"\u21b0",lsim:"\u2272",lsime:"\u2a8d",lsimg:"\u2a8f",lsqb:"[",lsquo:"\u2018",lsquor:"\u201a",lstrok:"\u0142",l:"<",lt:"<",ltcc:"\u2aa6",ltcir:"\u2a79",ltdot:"\u22d6",lthree:"\u22cb",ltimes:"\u22c9",ltlarr:"\u2976",ltquest:"\u2a7b",ltrPar:"\u2996",ltri:"\u25c3",ltrie:"\u22b4",ltrif:"\u25c2",lurdshar:"\u294a",luruhar:"\u2966",lvertneqq:"\u2268\ufe00",lvnE:"\u2268\ufe00",mDDot:"\u223a",mac:"\xaf",macr:"\xaf",male:"\u2642",malt:"\u2720",maltese:"\u2720",map:"\u21a6",mapsto:"\u21a6",mapstodown:"\u21a7",mapstoleft:"\u21a4",mapstoup:"\u21a5",marker:"\u25ae",mcomma:"\u2a29",mcy:"\u043c",mdash:"\u2014",measuredangle:"\u2221",mfr:"\ud835\udd2a",mho:"\u2127",micr:"\xb5",micro:"\xb5",mid:"\u2223",midast:"*",midcir:"\u2af0",middo:"\xb7",middot:"\xb7",minus:"\u2212",minusb:"\u229f",minusd:"\u2238",minusdu:"\u2a2a",mlcp:"\u2adb",mldr:"\u2026",mnplus:"\u2213",models:"\u22a7",mopf:"\ud835\udd5e",mp:"\u2213",mscr:"\ud835\udcc2",mstpos:"\u223e",mu:"\u03bc",multimap:"\u22b8",mumap:"\u22b8",nGg:"\u22d9\u0338",nGt:"\u226b\u20d2",nGtv:"\u226b\u0338",nLeftarrow:"\u21cd",nLeftrightarrow:"\u21ce",nLl:"\u22d8\u0338",nLt:"\u226a\u20d2",nLtv:"\u226a\u0338",nRightarrow:"\u21cf",nVDash:"\u22af",nVdash:"\u22ae",nabla:"\u2207",nacute:"\u0144",nang:"\u2220\u20d2",nap:"\u2249",napE:"\u2a70\u0338",napid:"\u224b\u0338",napos:"\u0149",napprox:"\u2249",natur:"\u266e",natural:"\u266e",naturals:"\u2115",nbs:"\xa0",nbsp:"\xa0",nbump:"\u224e\u0338",nbumpe:"\u224f\u0338",ncap:"\u2a43",ncaron:"\u0148",ncedil:"\u0146",ncong:"\u2247",ncongdot:"\u2a6d\u0338",ncup:"\u2a42",ncy:"\u043d",ndash:"\u2013",ne:"\u2260",neArr:"\u21d7",nearhk:"\u2924",nearr:"\u2197",nearrow:"\u2197",nedot:"\u2250\u0338",nequiv:"\u2262",nesear:"\u2928",nesim:"\u2242\u0338",nexist:"\u2204",nexists:"\u2204",nfr:"\ud835\udd2b",ngE:"\u2267\u0338",nge:"\u2271",ngeq:"\u2271",ngeqq:"\u2267\u0338",ngeqslant:"\u2a7e\u0338",nges:"\u2a7e\u0338",ngsim:"\u2275",ngt:"\u226f",ngtr:"\u226f",nhArr:"\u21ce",nharr:"\u21ae",nhpar:"\u2af2",ni:"\u220b",nis:"\u22fc",nisd:"\u22fa",niv:"\u220b",njcy:"\u045a",nlArr:"\u21cd",nlE:"\u2266\u0338",nlarr:"\u219a",nldr:"\u2025",nle:"\u2270",nleftarrow:"\u219a",nleftrightarrow:"\u21ae",nleq:"\u2270",nleqq:"\u2266\u0338",nleqslant:"\u2a7d\u0338",nles:"\u2a7d\u0338",nless:"\u226e",nlsim:"\u2274",nlt:"\u226e",nltri:"\u22ea",nltrie:"\u22ec",nmid:"\u2224",nopf:"\ud835\udd5f",no:"\xac",not:"\xac",notin:"\u2209",notinE:"\u22f9\u0338",notindot:"\u22f5\u0338",notinva:"\u2209",notinvb:"\u22f7",notinvc:"\u22f6",notni:"\u220c",notniva:"\u220c",notnivb:"\u22fe",notnivc:"\u22fd",npar:"\u2226",nparallel:"\u2226",nparsl:"\u2afd\u20e5",npart:"\u2202\u0338",npolint:"\u2a14",npr:"\u2280",nprcue:"\u22e0",npre:"\u2aaf\u0338",nprec:"\u2280",npreceq:"\u2aaf\u0338",nrArr:"\u21cf",nrarr:"\u219b",nrarrc:"\u2933\u0338",nrarrw:"\u219d\u0338",nrightarrow:"\u219b",nrtri:"\u22eb",nrtrie:"\u22ed",nsc:"\u2281",nsccue:"\u22e1",nsce:"\u2ab0\u0338",nscr:"\ud835\udcc3",nshortmid:"\u2224",nshortparallel:"\u2226",nsim:"\u2241",nsime:"\u2244",nsimeq:"\u2244",nsmid:"\u2224",nspar:"\u2226",nsqsube:"\u22e2",nsqsupe:"\u22e3",nsub:"\u2284",nsubE:"\u2ac5\u0338",nsube:"\u2288",nsubset:"\u2282\u20d2",nsubseteq:"\u2288",nsubseteqq:"\u2ac5\u0338",nsucc:"\u2281",nsucceq:"\u2ab0\u0338",nsup:"\u2285",nsupE:"\u2ac6\u0338",nsupe:"\u2289",nsupset:"\u2283\u20d2",nsupseteq:"\u2289",nsupseteqq:"\u2ac6\u0338",ntgl:"\u2279",ntild:"\xf1",ntilde:"\xf1",ntlg:"\u2278",ntriangleleft:"\u22ea",ntrianglelefteq:"\u22ec",ntriangleright:"\u22eb",ntrianglerighteq:"\u22ed",nu:"\u03bd",num:"#",numero:"\u2116",numsp:"\u2007",nvDash:"\u22ad",nvHarr:"\u2904",nvap:"\u224d\u20d2",nvdash:"\u22ac",nvge:"\u2265\u20d2",nvgt:">\u20d2",nvinfin:"\u29de",nvlArr:"\u2902",nvle:"\u2264\u20d2",nvlt:"<\u20d2",nvltrie:"\u22b4\u20d2",nvrArr:"\u2903",nvrtrie:"\u22b5\u20d2",nvsim:"\u223c\u20d2",nwArr:"\u21d6",nwarhk:"\u2923",nwarr:"\u2196",nwarrow:"\u2196",nwnear:"\u2927",oS:"\u24c8",oacut:"\xf3",oacute:"\xf3",oast:"\u229b",ocir:"\xf4",ocirc:"\xf4",ocy:"\u043e",odash:"\u229d",odblac:"\u0151",odiv:"\u2a38",odot:"\u2299",odsold:"\u29bc",oelig:"\u0153",ofcir:"\u29bf",ofr:"\ud835\udd2c",ogon:"\u02db",ograv:"\xf2",ograve:"\xf2",ogt:"\u29c1",ohbar:"\u29b5",ohm:"\u03a9",oint:"\u222e",olarr:"\u21ba",olcir:"\u29be",olcross:"\u29bb",oline:"\u203e",olt:"\u29c0",omacr:"\u014d",omega:"\u03c9",omicron:"\u03bf",omid:"\u29b6",ominus:"\u2296",oopf:"\ud835\udd60",opar:"\u29b7",operp:"\u29b9",oplus:"\u2295",or:"\u2228",orarr:"\u21bb",ord:"\xba",order:"\u2134",orderof:"\u2134",ordf:"\xaa",ordm:"\xba",origof:"\u22b6",oror:"\u2a56",orslope:"\u2a57",orv:"\u2a5b",oscr:"\u2134",oslas:"\xf8",oslash:"\xf8",osol:"\u2298",otild:"\xf5",otilde:"\xf5",otimes:"\u2297",otimesas:"\u2a36",oum:"\xf6",ouml:"\xf6",ovbar:"\u233d",par:"\xb6",para:"\xb6",parallel:"\u2225",parsim:"\u2af3",parsl:"\u2afd",part:"\u2202",pcy:"\u043f",percnt:"%",period:".",permil:"\u2030",perp:"\u22a5",pertenk:"\u2031",pfr:"\ud835\udd2d",phi:"\u03c6",phiv:"\u03d5",phmmat:"\u2133",phone:"\u260e",pi:"\u03c0",pitchfork:"\u22d4",piv:"\u03d6",planck:"\u210f",planckh:"\u210e",plankv:"\u210f",plus:"+",plusacir:"\u2a23",plusb:"\u229e",pluscir:"\u2a22",plusdo:"\u2214",plusdu:"\u2a25",pluse:"\u2a72",plusm:"\xb1",plusmn:"\xb1",plussim:"\u2a26",plustwo:"\u2a27",pm:"\xb1",pointint:"\u2a15",popf:"\ud835\udd61",poun:"\xa3",pound:"\xa3",pr:"\u227a",prE:"\u2ab3",prap:"\u2ab7",prcue:"\u227c",pre:"\u2aaf",prec:"\u227a",precapprox:"\u2ab7",preccurlyeq:"\u227c",preceq:"\u2aaf",precnapprox:"\u2ab9",precneqq:"\u2ab5",precnsim:"\u22e8",precsim:"\u227e",prime:"\u2032",primes:"\u2119",prnE:"\u2ab5",prnap:"\u2ab9",prnsim:"\u22e8",prod:"\u220f",profalar:"\u232e",profline:"\u2312",profsurf:"\u2313",prop:"\u221d",propto:"\u221d",prsim:"\u227e",prurel:"\u22b0",pscr:"\ud835\udcc5",psi:"\u03c8",puncsp:"\u2008",qfr:"\ud835\udd2e",qint:"\u2a0c",qopf:"\ud835\udd62",qprime:"\u2057",qscr:"\ud835\udcc6",quaternions:"\u210d",quatint:"\u2a16",quest:"?",questeq:"\u225f",quo:'"',quot:'"',rAarr:"\u21db",rArr:"\u21d2",rAtail:"\u291c",rBarr:"\u290f",rHar:"\u2964",race:"\u223d\u0331",racute:"\u0155",radic:"\u221a",raemptyv:"\u29b3",rang:"\u27e9",rangd:"\u2992",range:"\u29a5",rangle:"\u27e9",raqu:"\xbb",raquo:"\xbb",rarr:"\u2192",rarrap:"\u2975",rarrb:"\u21e5",rarrbfs:"\u2920",rarrc:"\u2933",rarrfs:"\u291e",rarrhk:"\u21aa",rarrlp:"\u21ac",rarrpl:"\u2945",rarrsim:"\u2974",rarrtl:"\u21a3",rarrw:"\u219d",ratail:"\u291a",ratio:"\u2236",rationals:"\u211a",rbarr:"\u290d",rbbrk:"\u2773",rbrace:"}",rbrack:"]",rbrke:"\u298c",rbrksld:"\u298e",rbrkslu:"\u2990",rcaron:"\u0159",rcedil:"\u0157",rceil:"\u2309",rcub:"}",rcy:"\u0440",rdca:"\u2937",rdldhar:"\u2969",rdquo:"\u201d",rdquor:"\u201d",rdsh:"\u21b3",real:"\u211c",realine:"\u211b",realpart:"\u211c",reals:"\u211d",rect:"\u25ad",re:"\xae",reg:"\xae",rfisht:"\u297d",rfloor:"\u230b",rfr:"\ud835\udd2f",rhard:"\u21c1",rharu:"\u21c0",rharul:"\u296c",rho:"\u03c1",rhov:"\u03f1",rightarrow:"\u2192",rightarrowtail:"\u21a3",rightharpoondown:"\u21c1",rightharpoonup:"\u21c0",rightleftarrows:"\u21c4",rightleftharpoons:"\u21cc",rightrightarrows:"\u21c9",rightsquigarrow:"\u219d",rightthreetimes:"\u22cc",ring:"\u02da",risingdotseq:"\u2253",rlarr:"\u21c4",rlhar:"\u21cc",rlm:"\u200f",rmoust:"\u23b1",rmoustache:"\u23b1",rnmid:"\u2aee",roang:"\u27ed",roarr:"\u21fe",robrk:"\u27e7",ropar:"\u2986",ropf:"\ud835\udd63",roplus:"\u2a2e",rotimes:"\u2a35",rpar:")",rpargt:"\u2994",rppolint:"\u2a12",rrarr:"\u21c9",rsaquo:"\u203a",rscr:"\ud835\udcc7",rsh:"\u21b1",rsqb:"]",rsquo:"\u2019",rsquor:"\u2019",rthree:"\u22cc",rtimes:"\u22ca",rtri:"\u25b9",rtrie:"\u22b5",rtrif:"\u25b8",rtriltri:"\u29ce",ruluhar:"\u2968",rx:"\u211e",sacute:"\u015b",sbquo:"\u201a",sc:"\u227b",scE:"\u2ab4",scap:"\u2ab8",scaron:"\u0161",sccue:"\u227d",sce:"\u2ab0",scedil:"\u015f",scirc:"\u015d",scnE:"\u2ab6",scnap:"\u2aba",scnsim:"\u22e9",scpolint:"\u2a13",scsim:"\u227f",scy:"\u0441",sdot:"\u22c5",sdotb:"\u22a1",sdote:"\u2a66",seArr:"\u21d8",searhk:"\u2925",searr:"\u2198",searrow:"\u2198",sec:"\xa7",sect:"\xa7",semi:";",seswar:"\u2929",setminus:"\u2216",setmn:"\u2216",sext:"\u2736",sfr:"\ud835\udd30",sfrown:"\u2322",sharp:"\u266f",shchcy:"\u0449",shcy:"\u0448",shortmid:"\u2223",shortparallel:"\u2225",sh:"\xad",shy:"\xad",sigma:"\u03c3",sigmaf:"\u03c2",sigmav:"\u03c2",sim:"\u223c",simdot:"\u2a6a",sime:"\u2243",simeq:"\u2243",simg:"\u2a9e",simgE:"\u2aa0",siml:"\u2a9d",simlE:"\u2a9f",simne:"\u2246",simplus:"\u2a24",simrarr:"\u2972",slarr:"\u2190",smallsetminus:"\u2216",smashp:"\u2a33",smeparsl:"\u29e4",smid:"\u2223",smile:"\u2323",smt:"\u2aaa",smte:"\u2aac",smtes:"\u2aac\ufe00",softcy:"\u044c",sol:"/",solb:"\u29c4",solbar:"\u233f",sopf:"\ud835\udd64",spades:"\u2660",spadesuit:"\u2660",spar:"\u2225",sqcap:"\u2293",sqcaps:"\u2293\ufe00",sqcup:"\u2294",sqcups:"\u2294\ufe00",sqsub:"\u228f",sqsube:"\u2291",sqsubset:"\u228f",sqsubseteq:"\u2291",sqsup:"\u2290",sqsupe:"\u2292",sqsupset:"\u2290",sqsupseteq:"\u2292",squ:"\u25a1",square:"\u25a1",squarf:"\u25aa",squf:"\u25aa",srarr:"\u2192",sscr:"\ud835\udcc8",ssetmn:"\u2216",ssmile:"\u2323",sstarf:"\u22c6",star:"\u2606",starf:"\u2605",straightepsilon:"\u03f5",straightphi:"\u03d5",strns:"\xaf",sub:"\u2282",subE:"\u2ac5",subdot:"\u2abd",sube:"\u2286",subedot:"\u2ac3",submult:"\u2ac1",subnE:"\u2acb",subne:"\u228a",subplus:"\u2abf",subrarr:"\u2979",subset:"\u2282",subseteq:"\u2286",subseteqq:"\u2ac5",subsetneq:"\u228a",subsetneqq:"\u2acb",subsim:"\u2ac7",subsub:"\u2ad5",subsup:"\u2ad3",succ:"\u227b",succapprox:"\u2ab8",succcurlyeq:"\u227d",succeq:"\u2ab0",succnapprox:"\u2aba",succneqq:"\u2ab6",succnsim:"\u22e9",succsim:"\u227f",sum:"\u2211",sung:"\u266a",sup:"\u2283",sup1:"\xb9",sup2:"\xb2",sup3:"\xb3",supE:"\u2ac6",supdot:"\u2abe",supdsub:"\u2ad8",supe:"\u2287",supedot:"\u2ac4",suphsol:"\u27c9",suphsub:"\u2ad7",suplarr:"\u297b",supmult:"\u2ac2",supnE:"\u2acc",supne:"\u228b",supplus:"\u2ac0",supset:"\u2283",supseteq:"\u2287",supseteqq:"\u2ac6",supsetneq:"\u228b",supsetneqq:"\u2acc",supsim:"\u2ac8",supsub:"\u2ad4",supsup:"\u2ad6",swArr:"\u21d9",swarhk:"\u2926",swarr:"\u2199",swarrow:"\u2199",swnwar:"\u292a",szli:"\xdf",szlig:"\xdf",target:"\u2316",tau:"\u03c4",tbrk:"\u23b4",tcaron:"\u0165",tcedil:"\u0163",tcy:"\u0442",tdot:"\u20db",telrec:"\u2315",tfr:"\ud835\udd31",there4:"\u2234",therefore:"\u2234",theta:"\u03b8",thetasym:"\u03d1",thetav:"\u03d1",thickapprox:"\u2248",thicksim:"\u223c",thinsp:"\u2009",thkap:"\u2248",thksim:"\u223c",thor:"\xfe",thorn:"\xfe",tilde:"\u02dc",time:"\xd7",times:"\xd7",timesb:"\u22a0",timesbar:"\u2a31",timesd:"\u2a30",tint:"\u222d",toea:"\u2928",top:"\u22a4",topbot:"\u2336",topcir:"\u2af1",topf:"\ud835\udd65",topfork:"\u2ada",tosa:"\u2929",tprime:"\u2034",trade:"\u2122",triangle:"\u25b5",triangledown:"\u25bf",triangleleft:"\u25c3",trianglelefteq:"\u22b4",triangleq:"\u225c",triangleright:"\u25b9",trianglerighteq:"\u22b5",tridot:"\u25ec",trie:"\u225c",triminus:"\u2a3a",triplus:"\u2a39",trisb:"\u29cd",tritime:"\u2a3b",trpezium:"\u23e2",tscr:"\ud835\udcc9",tscy:"\u0446",tshcy:"\u045b",tstrok:"\u0167",twixt:"\u226c",twoheadleftarrow:"\u219e",twoheadrightarrow:"\u21a0",uArr:"\u21d1",uHar:"\u2963",uacut:"\xfa",uacute:"\xfa",uarr:"\u2191",ubrcy:"\u045e",ubreve:"\u016d",ucir:"\xfb",ucirc:"\xfb",ucy:"\u0443",udarr:"\u21c5",udblac:"\u0171",udhar:"\u296e",ufisht:"\u297e",ufr:"\ud835\udd32",ugrav:"\xf9",ugrave:"\xf9",uharl:"\u21bf",uharr:"\u21be",uhblk:"\u2580",ulcorn:"\u231c",ulcorner:"\u231c",ulcrop:"\u230f",ultri:"\u25f8",umacr:"\u016b",um:"\xa8",uml:"\xa8",uogon:"\u0173",uopf:"\ud835\udd66",uparrow:"\u2191",updownarrow:"\u2195",upharpoonleft:"\u21bf",upharpoonright:"\u21be",uplus:"\u228e",upsi:"\u03c5",upsih:"\u03d2",upsilon:"\u03c5",upuparrows:"\u21c8",urcorn:"\u231d",urcorner:"\u231d",urcrop:"\u230e",uring:"\u016f",urtri:"\u25f9",uscr:"\ud835\udcca",utdot:"\u22f0",utilde:"\u0169",utri:"\u25b5",utrif:"\u25b4",uuarr:"\u21c8",uum:"\xfc",uuml:"\xfc",uwangle:"\u29a7",vArr:"\u21d5",vBar:"\u2ae8",vBarv:"\u2ae9",vDash:"\u22a8",vangrt:"\u299c",varepsilon:"\u03f5",varkappa:"\u03f0",varnothing:"\u2205",varphi:"\u03d5",varpi:"\u03d6",varpropto:"\u221d",varr:"\u2195",varrho:"\u03f1",varsigma:"\u03c2",varsubsetneq:"\u228a\ufe00",varsubsetneqq:"\u2acb\ufe00",varsupsetneq:"\u228b\ufe00",varsupsetneqq:"\u2acc\ufe00",vartheta:"\u03d1",vartriangleleft:"\u22b2",vartriangleright:"\u22b3",vcy:"\u0432",vdash:"\u22a2",vee:"\u2228",veebar:"\u22bb",veeeq:"\u225a",vellip:"\u22ee",verbar:"|",vert:"|",vfr:"\ud835\udd33",vltri:"\u22b2",vnsub:"\u2282\u20d2",vnsup:"\u2283\u20d2",vopf:"\ud835\udd67",vprop:"\u221d",vrtri:"\u22b3",vscr:"\ud835\udccb",vsubnE:"\u2acb\ufe00",vsubne:"\u228a\ufe00",vsupnE:"\u2acc\ufe00",vsupne:"\u228b\ufe00",vzigzag:"\u299a",wcirc:"\u0175",wedbar:"\u2a5f",wedge:"\u2227",wedgeq:"\u2259",weierp:"\u2118",wfr:"\ud835\udd34",wopf:"\ud835\udd68",wp:"\u2118",wr:"\u2240",wreath:"\u2240",wscr:"\ud835\udccc",xcap:"\u22c2",xcirc:"\u25ef",xcup:"\u22c3",xdtri:"\u25bd",xfr:"\ud835\udd35",xhArr:"\u27fa",xharr:"\u27f7",xi:"\u03be",xlArr:"\u27f8",xlarr:"\u27f5",xmap:"\u27fc",xnis:"\u22fb",xodot:"\u2a00",xopf:"\ud835\udd69",xoplus:"\u2a01",xotime:"\u2a02",xrArr:"\u27f9",xrarr:"\u27f6",xscr:"\ud835\udccd",xsqcup:"\u2a06",xuplus:"\u2a04",xutri:"\u25b3",xvee:"\u22c1",xwedge:"\u22c0",yacut:"\xfd",yacute:"\xfd",yacy:"\u044f",ycirc:"\u0177",ycy:"\u044b",ye:"\xa5",yen:"\xa5",yfr:"\ud835\udd36",yicy:"\u0457",yopf:"\ud835\udd6a",yscr:"\ud835\udcce",yucy:"\u044e",yum:"\xff",yuml:"\xff",zacute:"\u017a",zcaron:"\u017e",zcy:"\u0437",zdot:"\u017c",zeetrf:"\u2128",zeta:"\u03b6",zfr:"\ud835\udd37",zhcy:"\u0436",zigrarr:"\u21dd",zopf:"\ud835\udd6b",zscr:"\ud835\udccf",zwj:"\u200d",zwnj:"\u200c"},kt=function(e){return!!Ot.call(Ft,e)&&Ft[e]},Ot={}.hasOwnProperty;var Tt=function(e,t){var r,n,u={};t||(t={});for(n in Rt)r=t[n],u[n]=null==r?Rt[n]:r;(u.position.indent||u.position.start)&&(u.indent=u.position.indent||[],u.position=u.position.start);return function(e,t){var r,n,u,i,o,a,c,s,l,f,D,p,h,d,g,m,E,y,v,b=t.additional,C=t.nonTerminated,A=t.text,w=t.reference,F=t.warning,k=t.textContext,O=t.referenceContext,T=t.warningContext,S=t.position,I=t.indent||[],x=e.length,R=0,B=-1,N=S.column||1,L=S.line||1,P="",q=[];"string"==typeof b&&(b=b.charCodeAt(0));m=j(),s=F?_:xt,R--,x++;for(;++R<x;)if(10===o&&(N=I[B]||1),38===(o=e.charCodeAt(R))){if(9===(c=e.charCodeAt(R+1))||10===c||12===c||32===c||38===c||60===c||c!=c||b&&c===b){P+=It(o),N++;continue}for(p=h=R+1,v=h,35===c?(v=++p,88===(c=e.charCodeAt(v))||120===c?(d=Nt,v=++p):d=Lt):d=Bt,r="",D="",i="",g=qt[d],v--;++v<x&&g(c=e.charCodeAt(v));)i+=It(c),d===Bt&&St.call(yt,i)&&(r=i,D=yt[i]);(u=59===e.charCodeAt(v))&&(v++,(n=d===Bt&&kt(i))&&(r=i,D=n)),y=1+v-h,(u||C)&&(i?d===Bt?(u&&!D?s(5,1):(r!==i&&(y=1+(v=p+r.length)-p,u=!1),u||(l=r?1:3,t.attribute?61===(c=e.charCodeAt(v))?(s(l,y),D=null):wt(c)?D=null:s(l,y):s(l,y))),a=D):(u||s(2,y),_t(a=parseInt(i,Pt[d]))?(s(7,y),a=It(65533)):a in vt?(s(6,y),a=vt[a]):(f="",Ut(a)&&s(6,y),a>65535&&(f+=It((a-=65536)>>>10|55296),a=56320|1023&a),a=f+It(a))):d!==Bt&&s(4,y)),a?(U(),m=j(),R=v-1,N+=v-h+1,q.push(a),(E=j()).offset++,w&&w.call(O,a,{start:m,end:E},e.slice(h-1,v)),m=E):(i=e.slice(h-1,v),P+=i,N+=i.length,R=v-1)}else 10===o&&(L++,B++,N=0),o==o?(P+=It(o),N++):U();return q.join("");function j(){return{line:L,column:N,offset:R+(S.offset||0)}}function _(e,t){var r=j();r.column+=t,r.offset+=t,F.call(T,jt[e],r,e)}function U(){P&&(q.push(P),A&&A.call(k,P,{start:m,end:j()}),P="")}}(e,u)},St={}.hasOwnProperty,It=String.fromCharCode,xt=Function.prototype,Rt={warning:null,reference:null,text:null,warningContext:null,referenceContext:null,textContext:null,position:{},additional:null,attribute:!1,nonTerminated:!0},Bt="named",Nt="hexadecimal",Lt="decimal",Pt={hexadecimal:16,decimal:10},qt={};qt.named=wt,qt[Lt]=bt,qt[Nt]=Ct;var jt={};function _t(e){return e>=55296&&e<=57343||e>1114111}function Ut(e){return e>=1&&e<=8||11===e||e>=13&&e<=31||e>=127&&e<=159||e>=64976&&e<=65007||65535==(65535&e)||65534==(65535&e)}jt[1]="Named character references must be terminated by a semicolon",jt[2]="Numeric character references must be terminated by a semicolon",jt[3]="Named character references cannot be empty",jt[4]="Numeric character references cannot be empty",jt[5]="Named character references must be known",jt[6]="Numeric character references cannot be disallowed",jt[7]="Numeric character references cannot be outside the permissible Unicode range";var $t=function(t){return n.raw=u,n;function r(e){for(var r=t.offset,n=e.line,u=[];++n&&n in r;)u.push((r[n]||0)+1);return{start:e,indent:u}}function n(e,n,u){Tt(e,{position:r(n),warning:i,text:u,reference:u,textContext:t,referenceContext:t})}function u(t,n,u){return Tt(t,e(u,{position:r(n),warning:i}))}function i(e,r,n){3!==n&&t.file.message(e,r)}};var Mt=function(e){return function(t,r){var n,u,i,o,a,c=this,s=c.offset,l=[],f=c[e+"Methods"],D=c[e+"Tokenizers"],p=r.line,h=r.column;if(!t)return l;C.now=m,C.file=c.file,d("");for(;t;){for(n=-1,u=f.length,o=!1;++n<u&&(!(i=D[f[n]])||i.onlyAtStart&&!c.atStart||i.notInList&&c.inList||i.notInBlock&&c.inBlock||i.notInLink&&c.inLink||(a=t.length,i.apply(c,[C,t]),!(o=a!==t.length))););o||c.file.fail(new Error("Infinite loop"),C.now())}return c.eof=m(),l;function d(e){for(var t=-1,r=e.indexOf("\n");-1!==r;)p++,t=r,r=e.indexOf("\n",r+1);-1===t?h+=e.length:h=e.length-t,p in s&&(-1!==t?h+=s[p]:h<=s[p]&&(h=s[p]+1))}function g(){var e=[],t=p+1;return function(){for(var r=p+1;t<r;)e.push((s[t]||0)+1),t++;return e}}function m(){var e={line:p,column:h};return e.offset=c.toOffset(e),e}function E(e){this.start=e,this.end=m()}function y(e){t.slice(0,e.length)!==e&&c.file.fail(new Error("Incorrectly eaten value: please report this warning on https://git.io/vg5Ft"),m())}function v(){var e=m();return t;function t(t,r){var n=t.position,u=n?n.start:e,i=[],o=n&&n.end.line,a=e.line;if(t.position=new E(u),n&&r&&n.indent){if(i=n.indent,o<a){for(;++o<a;)i.push((s[o]||0)+1);i.push(e.column)}r=i.concat(r)}return t.position.indent=r||[],t}}function b(e,t){var r=t?t.children:l,n=r[r.length-1];return n&&e.type===n.type&&("text"===e.type||"blockquote"===e.type)&&zt(n)&&zt(e)&&(e=("text"===e.type?Gt:Vt).call(c,n,e)),e!==n&&r.push(e),c.atStart&&0!==l.length&&c.exitStart(),e}function C(e){var r=g(),n=v(),u=m();return y(e),i.reset=o,o.test=a,i.test=a,t=t.slice(e.length),d(e),r=r(),i;function i(e,t){return n(b(n(e),t),r)}function o(){var r=i.apply(null,arguments);return p=u.line,h=u.column,t=e+t,r}function a(){var r=n({});return p=u.line,h=u.column,t=e+t,r.position}}}};function zt(e){var t,r;return"text"!==e.type||!e.position||(t=e.position.start,r=e.position.end,t.line!==r.line||r.column-t.column===e.value.length)}function Gt(e,t){return e.value+=t.value,e}function Vt(e,t){return this.options.commonmark||this.options.gfm?t:(e.children=e.children.concat(t.children),e)}var Yt=Zt,Ht=["\\","`","*","{","}","[","]","(",")","#","+","-",".","!","_",">"],Xt=Ht.concat(["~","|"]),Wt=Xt.concat(["\n",'"',"$","%","&","'",",","/",":",";","<","=","?","@","^"]);function Zt(e){var t=e||{};return t.commonmark?Wt:t.gfm?Xt:Ht}Zt.default=Ht,Zt.gfm=Xt,Zt.commonmark=Wt;var Jt={position:!0,gfm:!0,commonmark:!1,pedantic:!1,blocks:["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","hgroup","hr","html","iframe","legend","li","link","main","menu","menuitem","meta","nav","noframes","ol","optgroup","option","p","param","pre","section","source","title","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"]},Kt=function(t){var r,n,u=this,i=u.options;if(null==t)t={};else{if("object"!=typeof t)throw new Error("Invalid value `"+t+"` for setting `options`");t=e(t)}for(r in Jt){if(null==(n=t[r])&&(n=i[r]),"blocks"!==r&&"boolean"!=typeof n||"blocks"===r&&"object"!=typeof n)throw new Error("Invalid value `"+n+"` for setting `options."+r+"`");t[r]=n}return u.options=t,u.escape=Yt(t),u};var Qt=er;function er(e){if(null==e)return tr;if("string"==typeof e)return function(e){return t;function t(t){return Boolean(t&&t.type===e)}}(e);if("object"==typeof e)return"length"in e?function(e){var t=[],r=-1;for(;++r<e.length;)t[r]=er(e[r]);return n;function n(){for(var e=-1;++e<t.length;)if(t[e].apply(this,arguments))return!0;return!1}}(e):function(e){return t;function t(t){var r;for(r in e)if(t[r]!==e[r])return!1;return!0}}(e);if("function"==typeof e)return e;throw new Error("Expected function, string, or object as test")}function tr(){return!0}var rr=function(e){return"\x1b[33m"+e+"\x1b[39m"};var nr=ar,ur=!0,ir="skip",or=!1;function ar(e,t,r,n){var u,i;"function"==typeof t&&"function"!=typeof r&&(n=r,r=t,t=null),i=Qt(t),u=n?-1:1,function e(o,a,c){var s,l="object"==typeof o&&null!==o?o:{};"string"==typeof l.type&&(s="string"==typeof l.tagName?l.tagName:"string"==typeof l.name?l.name:void 0,f.displayName="node ("+rr(l.type+(s?"<"+s+">":""))+")");return f;function f(){var s,l,f=c.concat(o),D=[];if((!t||i(o,a,c[c.length-1]||null))&&(D=function(e){if(null!==e&&"object"==typeof e&&"length"in e)return e;if("number"==typeof e)return[ur,e];return[e]}(r(o,c)))[0]===or)return D;if(o.children&&D[0]!==ir)for(l=(n?o.children.length:-1)+u;l>-1&&l<o.children.length;){if((s=e(o.children[l],l,f)())[0]===or)return s;l="number"==typeof s[1]?s[1]:l+u}return D}}(e,null,[])()}ar.CONTINUE=true,ar.SKIP=ir,ar.EXIT=or;var cr=Dr,sr=nr.CONTINUE,lr=nr.SKIP,fr=nr.EXIT;function Dr(e,t,r,n){"function"==typeof t&&"function"!=typeof r&&(n=r,r=t,t=null),nr(e,t,(function(e,t){var n=t[t.length-1],u=n?n.children.indexOf(e):null;return r(e,u,n)}),n)}Dr.CONTINUE=sr,Dr.SKIP=lr,Dr.EXIT=fr;var pr=function(e,t){return cr(e,t?hr:dr),e};function hr(e){delete e.position}function dr(e){e.position=void 0}var gr=function(){var t,r=this,n=String(r.file),u={line:1,column:1,offset:0},i=e(u);65279===(n=n.replace(mr,"\n")).charCodeAt(0)&&(n=n.slice(1),i.column++,i.offset++);t={type:"root",children:r.tokenizeBlock(n,i),position:{start:u,end:r.eof||e(u)}},r.options.position||pr(t,!0);return t},mr=/\r\n|\r/g;var Er=/^[ \t]*(\n|$)/,yr=function(e,t,r){var n,u="",i=0,o=t.length;for(;i<o&&null!=(n=Er.exec(t.slice(i)));)i+=n[0].length,u+=n[0];if(""===u)return;if(r)return!0;e(u)}
2
- /*!
3
- * repeat-string <https://github.com/jonschlinkert/repeat-string>
4
- *
5
- * Copyright (c) 2014-2015, Jon Schlinkert.
6
- * Licensed under the MIT License.
7
- */;var vr,br="",Cr=function(e,t){if("string"!=typeof e)throw new TypeError("expected a string");if(1===t)return e;if(2===t)return e+e;var r=e.length*t;if(vr!==e||void 0===vr)vr=e,br="";else if(br.length>=r)return br.substr(0,r);for(;r>br.length&&t>1;)1&t&&(br+=e),t>>=1,e+=e;return br=(br+=e).substr(0,r)};var Ar=function(e){return String(e).replace(/\n+$/,"")};var wr=function(e,t,r){var n,u,i,o=-1,a=t.length,c="",s="",l="",f="";for(;++o<a;)if(n=t.charAt(o),i)if(i=!1,c+=l,s+=f,l="",f="","\n"===n)l=n,f=n;else for(c+=n,s+=n;++o<a;){if(!(n=t.charAt(o))||"\n"===n){f=n,l=n;break}c+=n,s+=n}else if(" "===n&&t.charAt(o+1)===n&&t.charAt(o+2)===n&&t.charAt(o+3)===n)l+=Fr,o+=3,i=!0;else if("\t"===n)l+=n,i=!0;else{for(u="";"\t"===n||" "===n;)u+=n,n=t.charAt(++o);if("\n"!==n)break;l+=u+n,f+=n}if(s)return!!r||e(c)({type:"code",lang:null,meta:null,value:Ar(s)})},Fr=Cr(" ",4);var kr=function(e,t,r){var n,u,i,o,a,c,s,l,f,D,p,h,d,g=this,m=g.options.gfm,E=t.length+1,y=0,v="";if(!m)return;for(;y<E&&((i=t.charAt(y))===Sr||i===Tr);)v+=i,y++;if(h=y,"~"!==(i=t.charAt(y))&&"`"!==i)return;y++,u=i,n=1,v+=i;for(;y<E&&(i=t.charAt(y))===u;)v+=i,n++,y++;if(n<3)return;for(;y<E&&((i=t.charAt(y))===Sr||i===Tr);)v+=i,y++;o="",s="";for(;y<E&&(i=t.charAt(y))!==Or&&("`"!==u||i!==u);)i===Sr||i===Tr?s+=i:(o+=s+i,s=""),y++;if((i=t.charAt(y))&&i!==Or)return;if(r)return!0;(d=e.now()).column+=v.length,d.offset+=v.length,v+=o,o=g.decode.raw(g.unescape(o),d),s&&(v+=s);s="",D="",p="",l="",f="";var b=!0;for(;y<E;)if(i=t.charAt(y),l+=D,f+=p,D="",p="",i===Or){for(b?(v+=i,b=!1):(D+=i,p+=i),s="",y++;y<E&&(i=t.charAt(y))===Sr;)s+=i,y++;if(D+=s,p+=s.slice(h),!(s.length>=4)){for(s="";y<E&&(i=t.charAt(y))===u;)s+=i,y++;if(D+=s,p+=s,!(s.length<n)){for(s="";y<E&&((i=t.charAt(y))===Sr||i===Tr);)D+=i,p+=i,y++;if(!i||i===Or)break}}}else l+=i,p+=i,y++;v+=l+D,y=-1,E=o.length;for(;++y<E;)if((i=o.charAt(y))===Sr||i===Tr)a||(a=o.slice(0,y));else if(a){c=o.slice(y);break}return e(v)({type:"code",lang:a||o||null,meta:c||null,value:f})},Or="\n",Tr="\t",Sr=" ";var Ir=u((function(e,t){(t=e.exports=function(e){return e.replace(/^\s*|\s*$/g,"")}).left=function(e){return e.replace(/^\s*/,"")},t.right=function(e){return e.replace(/\s*$/,"")}})),xr=function(e,t,r,n){var u,i,o=e.length,a=-1;for(;++a<o;)if(u=e[a],(void 0===(i=u[1]||{}).pedantic||i.pedantic===r.options.pedantic)&&(void 0===i.commonmark||i.commonmark===r.options.commonmark)&&t[u[0]].apply(r,n))return!0;return!1};var Rr=function(e,t,r){var n,u,i,o,a,c,s,l,f,D=this,p=D.offset,h=D.blockTokenizers,d=D.interruptBlockquote,g=e.now(),m=g.line,E=t.length,y=[],v=[],b=[],C=0;for(;C<E&&(" "===(u=t.charAt(C))||"\t"===u);)C++;if(">"!==t.charAt(C))return;if(r)return!0;C=0;for(;C<E;){for(o=t.indexOf("\n",C),s=C,l=!1,-1===o&&(o=E);C<E&&(" "===(u=t.charAt(C))||"\t"===u);)C++;if(">"===t.charAt(C)?(C++,l=!0," "===t.charAt(C)&&C++):C=s,a=t.slice(C,o),!l&&!Ir(a)){C=s;break}if(!l&&(i=t.slice(C),xr(d,h,D,[e,i,!0])))break;c=s===C?a:t.slice(s,o),b.push(C-s),y.push(c),v.push(a),C=o+1}C=-1,E=b.length,n=e(y.join("\n"));for(;++C<E;)p[m]=(p[m]||0)+b[C],m++;return f=D.enterBlock(),v=D.tokenizeBlock(v.join("\n"),g),f(),n({type:"blockquote",children:v})};var Br=function(e,t,r){var n,u,i,o=this.options.pedantic,a=t.length+1,c=-1,s=e.now(),l="",f="";for(;++c<a;){if((n=t.charAt(c))!==Lr&&n!==Nr){c--;break}l+=n}i=0;for(;++c<=a;){if((n=t.charAt(c))!==Pr){c--;break}l+=n,i++}if(i>6)return;if(!i||!o&&t.charAt(c+1)===Pr)return;a=t.length+1,u="";for(;++c<a;){if((n=t.charAt(c))!==Lr&&n!==Nr){c--;break}u+=n}if(!o&&0===u.length&&n&&"\n"!==n)return;if(r)return!0;l+=u,u="",f="";for(;++c<a&&(n=t.charAt(c))&&"\n"!==n;)if(n===Lr||n===Nr||n===Pr){for(;n===Lr||n===Nr;)u+=n,n=t.charAt(++c);if(o||!f||u||n!==Pr){for(;n===Pr;)u+=n,n=t.charAt(++c);for(;n===Lr||n===Nr;)u+=n,n=t.charAt(++c);c--}else f+=n}else f+=u+n,u="";return s.column+=l.length,s.offset+=l.length,e(l+=f+u)({type:"heading",depth:i,children:this.tokenizeInline(f,s)})},Nr="\t",Lr=" ",Pr="#";var qr=function(e,t,r){var n,u,i,o,a=-1,c=t.length+1,s="";for(;++a<c&&("\t"===(n=t.charAt(a))||" "===n);)s+=n;if("*"!==n&&"-"!==n&&"_"!==n)return;u=n,s+=n,i=1,o="";for(;++a<c;)if((n=t.charAt(a))===u)i++,s+=o+u,o="";else{if(" "!==n)return i>=3&&(!n||"\n"===n)?(s+=o,!!r||e(s)({type:"thematicBreak"})):void 0;o+=n}};var jr=function(e){var t,r=0,n=0,u=e.charAt(r),i={},o=0;for(;"\t"===u||" "===u;){for(n+=t="\t"===u?4:1,t>1&&(n=Math.floor(n/t)*t);o<n;)i[++o]=r;u=e.charAt(++r)}return{indent:n,stops:i}};var _r=function(e,t){var r,n,u,i=e.split("\n"),o=i.length+1,a=1/0,c=[];i.unshift(Cr(" ",t)+"!");for(;o--;)if(n=jr(i[o]),c[o]=n.stops,0!==Ir(i[o]).length){if(!n.indent){a=1/0;break}n.indent>0&&n.indent<a&&(a=n.indent)}if(a!==1/0)for(o=i.length;o--;){for(u=c[o],r=a;r&&!(r in u);)r--;i[o]=i[o].slice(u[r]+1)}return i.shift(),i.join("\n")};var Ur=function(e,t,r){var n,u,i,o,a,c,s,l,f,D,p,h,d,g,m,E,y,v,b,C,A,w,F,k=this,O=k.options.commonmark,T=k.options.pedantic,S=k.blockTokenizers,I=k.interruptList,x=0,R=t.length,B=null,N=!1;for(;x<R&&((o=t.charAt(x))===zr||o===$r);)x++;if("*"===(o=t.charAt(x))||"+"===o||"-"===o)a=o,i=!1;else{for(i=!0,u="";x<R&&(o=t.charAt(x),bt(o));)u+=o,x++;if(o=t.charAt(x),!u||!("."===o||O&&")"===o))return;if(r&&"1"!==u)return;B=parseInt(u,10),a=o}if((o=t.charAt(++x))!==$r&&o!==zr&&(T||o!==Mr&&""!==o))return;if(r)return!0;x=0,g=[],m=[],E=[];for(;x<R;){for(c=t.indexOf(Mr,x),s=x,l=!1,F=!1,-1===c&&(c=R),n=0;x<R;){if((o=t.charAt(x))===zr)n+=4-n%4;else{if(o!==$r)break;n++}x++}if(y&&n>=y.indent&&(F=!0),o=t.charAt(x),f=null,!F){if("*"===o||"+"===o||"-"===o)f=o,x++,n++;else{for(u="";x<R&&(o=t.charAt(x),bt(o));)u+=o,x++;o=t.charAt(x),x++,u&&("."===o||O&&")"===o)&&(f=o,n+=u.length+1)}if(f)if((o=t.charAt(x))===zr)n+=4-n%4,x++;else if(o===$r){for(w=x+4;x<w&&t.charAt(x)===$r;)x++,n++;x===w&&t.charAt(x)===$r&&(x-=3,n-=3)}else o!==Mr&&""!==o&&(f=null)}if(f){if(!T&&a!==f)break;l=!0}else O||F||t.charAt(s)!==$r?O&&y&&(F=n>=y.indent||n>4):F=!0,l=!1,x=s;if(p=t.slice(s,c),D=s===x?p:t.slice(x,c),("*"===f||"_"===f||"-"===f)&&S.thematicBreak.call(k,e,p,!0))break;if(h=d,d=!l&&!Ir(D).length,F&&y)y.value=y.value.concat(E,p),m=m.concat(E,p),E=[];else if(l)0!==E.length&&(N=!0,y.value.push(""),y.trail=E.concat()),y={value:[p],indent:n,trail:[]},g.push(y),m=m.concat(E,p),E=[];else if(d){if(h&&!O)break;E.push(p)}else{if(h)break;if(xr(I,S,k,[e,p,!0]))break;y.value=y.value.concat(E,p),m=m.concat(E,p),E=[]}x=c+1}C=e(m.join(Mr)).reset({type:"list",ordered:i,start:B,spread:N,children:[]}),v=k.enterList(),b=k.enterBlock(),x=-1,R=g.length;for(;++x<R;)y=g[x].value.join(Mr),A=e.now(),e(y)(Wr(k,y,A),C),y=g[x].trail.join(Mr),x!==R-1&&(y+=Mr),e(y);return v(),b(),C},$r=" ",Mr="\n",zr="\t",Gr=/\n\n(?!\s*$)/,Vr=/^\[([ X\tx])][ \t]/,Yr=/^([ \t]*)([*+-]|\d+[.)])( {1,4}(?! )| |\t|$|(?=\n))([^\n]*)/,Hr=/^([ \t]*)([*+-]|\d+[.)])([ \t]+)/,Xr=/^( {1,4}|\t)?/gm;function Wr(e,t,r){var n,u,i=e.offset,o=e.options.pedantic?Zr:Jr,a=null;return t=o.apply(null,arguments),e.options.gfm&&(n=t.match(Vr))&&(u=n[0].length,a="x"===n[1].toLowerCase(),i[r.line]+=u,t=t.slice(u)),{type:"listItem",spread:Gr.test(t),checked:a,children:e.tokenizeBlock(t,r)}}function Zr(e,t,r){var n=e.offset,u=r.line;return t=t.replace(Hr,i),u=r.line,t.replace(Xr,i);function i(e){return n[u]=(n[u]||0)+e.length,u++,""}}function Jr(e,t,r){var n,u,i,o,a,c,s,l=e.offset,f=r.line;for(o=(t=t.replace(Yr,(function(e,t,r,o,a){u=t+r+o,i=a,Number(r)<10&&u.length%2==1&&(r=$r+r);return(n=t+Cr($r,r.length)+o)+i}))).split(Mr),(a=_r(t,jr(n).indent).split(Mr))[0]=i,l[f]=(l[f]||0)+u.length,f++,c=0,s=o.length;++c<s;)l[f]=(l[f]||0)+o[c].length-a[c].length,f++;return a.join(Mr)}var Kr=function(e,t,r){var n,u,i,o,a,c=e.now(),s=t.length,l=-1,f="";for(;++l<s;){if(" "!==(i=t.charAt(l))||l>=3){l--;break}f+=i}n="",u="";for(;++l<s;){if("\n"===(i=t.charAt(l))){l--;break}" "===i||"\t"===i?u+=i:(n+=u+i,u="")}if(c.column+=f.length,c.offset+=f.length,f+=n+u,i=t.charAt(++l),o=t.charAt(++l),"\n"!==i||"="!==o&&"-"!==o)return;f+=i,u=o,a="="===o?1:2;for(;++l<s;){if((i=t.charAt(l))!==o){if("\n"!==i)return;l--;break}u+=i}if(r)return!0;return e(f+u)({type:"heading",depth:a,children:this.tokenizeInline(n,c)})};var Qr="<[A-Za-z][A-Za-z0-9\\-]*(?:\\s+[a-zA-Z_:][a-zA-Z0-9:._-]*(?:\\s*=\\s*(?:[^\"'=<>`\\u0000-\\u0020]+|'[^']*'|\"[^\"]*\"))?)*\\s*\\/?>",en="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",tn={openCloseTag:new RegExp("^(?:"+Qr+"|"+en+")"),tag:new RegExp("^(?:"+Qr+"|"+en+"|\x3c!----\x3e|\x3c!--(?:-?[^>-])(?:-?[^-])*--\x3e|<[?].*?[?]>|<![A-Za-z]+\\s+[^>]*>|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>)")},rn=function(e,t,r){var n,u,i,o,a,c,s,l=this.options.blocks.join("|"),f=new RegExp("^</?("+l+")(?=(\\s|/?>|$))","i"),D=t.length,p=0,h=[[nn,un,!0],[on,an,!0],[cn,sn,!0],[ln,fn,!0],[Dn,pn,!0],[f,hn,!0],[dn,hn,!1]];for(;p<D&&("\t"===(o=t.charAt(p))||" "===o);)p++;if("<"!==t.charAt(p))return;n=-1===(n=t.indexOf("\n",p+1))?D:n,u=t.slice(p,n),i=-1,a=h.length;for(;++i<a;)if(h[i][0].test(u)){c=h[i];break}if(!c)return;if(r)return c[2];if(p=n,!c[1].test(u))for(;p<D;){if(n=-1===(n=t.indexOf("\n",p+1))?D:n,u=t.slice(p+1,n),c[1].test(u)){u&&(p=n);break}p=n}return s=t.slice(0,p),e(s)({type:"html",value:s})},nn=/^<(script|pre|style)(?=(\s|>|$))/i,un=/<\/(script|pre|style)>/i,on=/^<!--/,an=/-->/,cn=/^<\?/,sn=/\?>/,ln=/^<![A-Za-z]/,fn=/>/,Dn=/^<!\[CDATA\[/,pn=/]]>/,hn=/^$/,dn=new RegExp(tn.openCloseTag.source+"\\s*$");var gn=function(e){return En.test("number"==typeof e?mn(e):e.charAt(0))},mn=String.fromCharCode,En=/\s/;var yn=function(e){return String(e).replace(/\s+/g," ")};var vn=function(e){return yn(e).toLowerCase()};var bn=function(e,t,r){var n,u,i,o,a,c,s,l,f=this,D=f.options.commonmark,p=0,h=t.length,d="";for(;p<h&&((o=t.charAt(p))===wn||o===An);)d+=o,p++;if("["!==(o=t.charAt(p)))return;p++,d+=o,i="";for(;p<h&&(o=t.charAt(p))!==Fn;)"\\"===o&&(i+=o,p++,o=t.charAt(p)),i+=o,p++;if(!i||t.charAt(p)!==Fn||":"!==t.charAt(p+1))return;c=i,p=(d+=i+Fn+":").length,i="";for(;p<h&&((o=t.charAt(p))===An||o===wn||o===Cn);)d+=o,p++;if(o=t.charAt(p),i="",n=d,"<"===o){for(p++;p<h&&kn(o=t.charAt(p));)i+=o,p++;if((o=t.charAt(p))===kn.delimiter)d+="<"+i+o,p++;else{if(D)return;p-=i.length+1,i=""}}if(!i){for(;p<h&&On(o=t.charAt(p));)i+=o,p++;d+=i}if(!i)return;s=i,i="";for(;p<h&&((o=t.charAt(p))===An||o===wn||o===Cn);)i+=o,p++;o=t.charAt(p),a=null,'"'===o?a='"':"'"===o?a="'":"("===o&&(a=")");if(a){if(!i)return;for(p=(d+=i+o).length,i="";p<h&&(o=t.charAt(p))!==a;){if(o===Cn){if(p++,(o=t.charAt(p))===Cn||o===a)return;i+=Cn}i+=o,p++}if((o=t.charAt(p))!==a)return;u=d,d+=i+o,p++,l=i,i=""}else i="",p=d.length;for(;p<h&&((o=t.charAt(p))===An||o===wn);)d+=o,p++;if(!(o=t.charAt(p))||o===Cn)return!!r||(n=e(n).test().end,s=f.decode.raw(f.unescape(s),n,{nonTerminated:!1}),l&&(u=e(u).test().end,l=f.decode.raw(f.unescape(l),u)),e(d)({type:"definition",identifier:vn(c),label:c,title:l||null,url:s}))},Cn="\n",An="\t",wn=" ",Fn="]";function kn(e){return">"!==e&&"["!==e&&e!==Fn}function On(e){return"["!==e&&e!==Fn&&!gn(e)}kn.delimiter=">";var Tn=function(e,t,r){var n,u,i,o,a,c,s,l,f,D,p,h,d,g,m,E,y,v,b,C,A,w;if(!this.options.gfm)return;n=0,E=0,c=t.length+1,s=[];for(;n<c;){if(C=t.indexOf(Sn,n),A=t.indexOf("|",n+1),-1===C&&(C=t.length),-1===A||A>C){if(E<2)return;break}s.push(t.slice(n,C)),E++,n=C+1}o=s.join(Sn),u=s.splice(1,1)[0]||[],n=0,c=u.length,E--,i=!1,p=[];for(;n<c;){if("|"===(f=u.charAt(n))){if(D=null,!1===i){if(!1===w)return}else p.push(i),i=!1;w=!1}else if("-"===f)D=!0,i=i||null;else if(":"===f)i=i===In?"center":D&&null===i?"right":In;else if(!gn(f))return;n++}!1!==i&&p.push(i);if(p.length<1)return;if(r)return!0;m=-1,v=[],b=e(o).reset({type:"table",align:p,children:v});for(;++m<E;){for(y=s[m],a={type:"tableRow",children:[]},m&&e(Sn),e(y).reset(a,b),c=y.length+1,n=0,l="",h="",d=!0;n<c;)"\t"!==(f=y.charAt(n))&&" "!==f?(""===f||"|"===f?d?e(f):(!h&&!f||d||(o=h,l.length>1&&(f?(o+=l.slice(0,-1),l=l.charAt(l.length-1)):(o+=l,l="")),g=e.now(),e(o)({type:"tableCell",children:this.tokenizeInline(h,g)},a)),e(l+f),l="",h=""):(l&&(h+=l,l=""),h+=f,"\\"===f&&n!==c-2&&(h+=y.charAt(n+1),n++)),d=!1,n++):(h?l+=f:e(f),n++);m||e(Sn+u)}return b},Sn="\n",In="left";var xn=function(e,t,r){var n,u,i,o,a,c=this,s=c.options.commonmark,l=c.blockTokenizers,f=c.interruptParagraph,D=t.indexOf(Rn),p=t.length;for(;D<p;){if(-1===D){D=p;break}if(t.charAt(D+1)===Rn)break;if(s){for(o=0,n=D+1;n<p;){if("\t"===(i=t.charAt(n))){o=4;break}if(" "!==i)break;o++,n++}if(o>=4&&i!==Rn){D=t.indexOf(Rn,D+1);continue}}if(u=t.slice(D+1),xr(f,l,c,[e,u,!0]))break;if(n=D,-1!==(D=t.indexOf(Rn,D+1))&&""===Ir(t.slice(n,D))){D=n;break}}if(u=t.slice(0,D),r)return!0;return a=e.now(),u=Ar(u),e(u)({type:"paragraph",children:c.tokenizeInline(u,a)})},Rn="\n";var Bn=function(e,t){return e.indexOf("\\",t)};var Nn=Ln;Ln.locator=Bn;function Ln(e,t,r){var n,u;if("\\"===t.charAt(0)&&(n=t.charAt(1),-1!==this.escape.indexOf(n)))return!!r||(u="\n"===n?{type:"break"}:{type:"text",value:n},e("\\"+n)(u))}var Pn=function(e,t){return e.indexOf("<",t)};var qn=Un;Un.locator=Pn,Un.notInLink=!0;var jn="mailto:",_n=jn.length;function Un(e,t,r){var n,u,i,o,a,c=this,s="",l=t.length,f=0,D="",p=!1,h="";if("<"===t.charAt(0)){for(f++,s="<";f<l&&(n=t.charAt(f),!(gn(n)||">"===n||"@"===n||":"===n&&"/"===t.charAt(f+1)));)D+=n,f++;if(D){if(h+=D,D="",h+=n=t.charAt(f),f++,"@"===n)p=!0;else{if(":"!==n||"/"!==t.charAt(f+1))return;h+="/",f++}for(;f<l&&(n=t.charAt(f),!gn(n)&&">"!==n);)D+=n,f++;if(n=t.charAt(f),D&&">"===n)return!!r||(i=h+=D,s+=h+n,(u=e.now()).column++,u.offset++,p&&(h.slice(0,_n).toLowerCase()===jn?(i=i.slice(_n),u.column+=_n,u.offset+=_n):h=jn+h),o=c.inlineTokenizers,c.inlineTokenizers={text:o.text},a=c.enterLink(),i=c.tokenizeInline(i,u),c.inlineTokenizers=o,a(),e(s)({type:"link",title:null,url:Tt(h,{nonTerminated:!1}),children:i}))}}}var $n=function(e,t){var r,n=String(e),u=0;if("string"!=typeof t)throw new Error("Expected character");r=n.indexOf(t);for(;-1!==r;)u++,r=n.indexOf(t,r+t.length);return u};var Mn=function(e,t){var r,n,u,i=-1;if(!this.options.gfm)return i;n=zn.length,r=-1;for(;++r<n;)-1!==(u=e.indexOf(zn[r],t))&&(-1===i||u<i)&&(i=u);return i},zn=["www.","http://","https://"];var Gn=Vn;Vn.locator=Mn,Vn.notInLink=!0;function Vn(e,t,r){var n,u,i,o,a,c,s,l,f,D,p,h,d,g,m=this,E=m.options.gfm,y=m.inlineTokenizers,v=t.length,b=-1,C=!1;if(E){if("www."===t.slice(0,4))C=!0,o=4;else if("http://"===t.slice(0,7).toLowerCase())o=7;else{if("https://"!==t.slice(0,8).toLowerCase())return;o=8}for(b=o-1,i=o,n=[];o<v;)if(46!==(s=t.charCodeAt(o))){if(!bt(s)&&!At(s)&&45!==s&&95!==s)break;o++}else{if(b===o-1)break;n.push(o),b=o,o++}if(46===s&&(n.pop(),o--),void 0!==n[0]&&(u=n.length<2?i:n[n.length-2]+1,-1===t.slice(u,o).indexOf("_"))){if(r)return!0;for(l=o,a=o;o<v&&(s=t.charCodeAt(o),!gn(s)&&60!==s);)o++,33===s||42===s||44===s||46===s||58===s||63===s||95===s||126===s||(l=o);if(o=l,41===t.charCodeAt(o-1))for(c=t.slice(a,o),f=$n(c,"("),D=$n(c,")");D>f;)o=a+c.lastIndexOf(")"),c=t.slice(a,o),D--;if(59===t.charCodeAt(o-1)&&(o--,At(t.charCodeAt(o-1)))){for(l=o-2;At(t.charCodeAt(l));)l--;38===t.charCodeAt(l)&&(o=l)}return p=t.slice(0,o),d=Tt(p,{nonTerminated:!1}),C&&(d="http://"+d),g=m.enterLink(),m.inlineTokenizers={text:y.text},h=m.tokenizeInline(p,e.now()),m.inlineTokenizers=y,g(),e(p)({type:"link",title:null,url:d,children:h})}}}var Yn=function e(t,r){var n,u;if(!this.options.gfm)return-1;if(-1===(n=t.indexOf("@",r)))return-1;if((u=n)===r||!Hn(t.charCodeAt(u-1)))return e.call(this,t,n+1);for(;u>r&&Hn(t.charCodeAt(u-1));)u--;return u};function Hn(e){return bt(e)||At(e)||43===e||45===e||46===e||95===e}var Xn=Wn;Wn.locator=Yn,Wn.notInLink=!0;function Wn(e,t,r){var n,u,i,o,a=this,c=a.options.gfm,s=a.inlineTokenizers,l=0,f=t.length,D=-1;if(c){for(n=t.charCodeAt(l);bt(n)||At(n)||43===n||45===n||46===n||95===n;)n=t.charCodeAt(++l);if(0!==l&&64===n){for(l++;l<f&&(n=t.charCodeAt(l),bt(n)||At(n)||45===n||46===n||95===n);)l++,-1===D&&46===n&&(D=l);if(-1!==D&&D!==l&&45!==n&&95!==n)return 46===n&&l--,u=t.slice(0,l),!!r||(o=a.enterLink(),a.inlineTokenizers={text:s.text},i=a.tokenizeInline(u,e.now()),a.inlineTokenizers=s,o(),e(u)({type:"link",title:null,url:"mailto:"+Tt(u,{nonTerminated:!1}),children:i}))}}}var Zn=tn.tag,Jn=eu;eu.locator=Pn;var Kn=/^<a /i,Qn=/^<\/a>/i;function eu(e,t,r){var n,u,i=this,o=t.length;if(!("<"!==t.charAt(0)||o<3)&&(n=t.charAt(1),(At(n)||"?"===n||"!"===n||"/"===n)&&(u=t.match(Zn))))return!!r||(u=u[0],!i.inLink&&Kn.test(u)?i.inLink=!0:i.inLink&&Qn.test(u)&&(i.inLink=!1),e(u)({type:"html",value:u}))}var tu=function(e,t){var r=e.indexOf("[",t),n=e.indexOf("![",t);if(-1===n)return r;return r<n?r:n};var ru=ou;ou.locator=tu;var nu="(",uu=")",iu="\\";function ou(e,t,r){var n,u,i,o,a,c,s,l,f,D,p,h,d,g,m,E,y,v,b=this,C="",A=0,w=t.charAt(0),F=b.options.pedantic,k=b.options.commonmark,O=b.options.gfm;if("!"===w&&(l=!0,C=w,w=t.charAt(++A)),"["===w&&(l||!b.inLink)){for(C+=w,g="",A++,p=t.length,d=0,(E=e.now()).column+=A,E.offset+=A;A<p;){if(c=w=t.charAt(A),"`"===w){for(u=1;"`"===t.charAt(A+1);)c+=w,A++,u++;i?u>=i&&(i=0):i=u}else if(w===iu)A++,c+=t.charAt(A);else if(i&&!O||"["!==w){if((!i||O)&&"]"===w){if(!d){if(t.charAt(A+1)!==nu)return;c+=nu,n=!0,A++;break}d--}}else d++;g+=c,c="",A++}if(n){for(f=g,C+=g+c,A++;A<p&&(w=t.charAt(A),gn(w));)C+=w,A++;if(g="",o=C,"<"===(w=t.charAt(A))){for(A++,o+="<";A<p&&">"!==(w=t.charAt(A));){if(k&&"\n"===w)return;g+=w,A++}if(">"!==t.charAt(A))return;C+="<"+g+">",m=g,A++}else{for(w=null,c="";A<p&&(w=t.charAt(A),!c||!('"'===w||"'"===w||k&&w===nu));){if(gn(w)){if(!F)break;c+=w}else{if(w===nu)d++;else if(w===uu){if(0===d)break;d--}g+=c,c="",w===iu&&(g+=iu,w=t.charAt(++A)),g+=w}A++}m=g,A=(C+=g).length}for(g="";A<p&&(w=t.charAt(A),gn(w));)g+=w,A++;if(w=t.charAt(A),C+=g,g&&('"'===w||"'"===w||k&&w===nu))if(A++,g="",D=w===nu?uu:w,a=C+=w,k){for(;A<p&&(w=t.charAt(A))!==D;)w===iu&&(g+=iu,w=t.charAt(++A)),A++,g+=w;if((w=t.charAt(A))!==D)return;for(h=g,C+=g+w,A++;A<p&&(w=t.charAt(A),gn(w));)C+=w,A++}else for(c="";A<p;){if((w=t.charAt(A))===D)s&&(g+=D+c,c=""),s=!0;else if(s){if(w===uu){C+=g+D+c,h=g;break}gn(w)?c+=w:(g+=D+c+w,c="",s=!1)}else g+=w;A++}if(t.charAt(A)===uu)return!!r||(C+=uu,m=b.decode.raw(b.unescape(m),e(o).test().end,{nonTerminated:!1}),h&&(a=e(a).test().end,h=b.decode.raw(b.unescape(h),a)),v={type:l?"image":"link",title:h||null,url:m},l?v.alt=b.decode.raw(b.unescape(f),E)||null:(y=b.enterLink(),v.children=b.tokenizeInline(f,E),y()),e(C)(v))}}}var au=pu;pu.locator=tu;var cu="link",su="full",lu="[",fu="\\",Du="]";function pu(e,t,r){var n,u,i,o,a,c,s,l,f=this,D=f.options.commonmark,p=t.charAt(0),h=0,d=t.length,g="",m="",E=cu,y="shortcut";if("!"===p&&(E="image",m=p,p=t.charAt(++h)),p===lu){for(h++,m+=p,c="",l=0;h<d;){if((p=t.charAt(h))===lu)s=!0,l++;else if(p===Du){if(!l)break;l--}p===fu&&(c+=fu,p=t.charAt(++h)),c+=p,h++}if(g=c,n=c,(p=t.charAt(h))===Du){if(h++,g+=p,c="",!D)for(;h<d&&(p=t.charAt(h),gn(p));)c+=p,h++;if((p=t.charAt(h))===lu){for(u="",c+=p,h++;h<d&&(p=t.charAt(h))!==lu&&p!==Du;)p===fu&&(u+=fu,p=t.charAt(++h)),u+=p,h++;(p=t.charAt(h))===Du?(y=u?su:"collapsed",c+=u+p,h++):u="",g+=c,c=""}else{if(!n)return;u=n}if(y===su||!s)return g=m+g,E===cu&&f.inLink?null:!!r||((i=e.now()).column+=m.length,i.offset+=m.length,o={type:E+"Reference",identifier:vn(u=y===su?u:n),label:u,referenceType:y},E===cu?(a=f.enterLink(),o.children=f.tokenizeInline(n,i),a()):o.alt=f.decode.raw(f.unescape(n),i)||null,e(g)(o))}}}var hu=function(e,t){var r=e.indexOf("**",t),n=e.indexOf("__",t);if(-1===n)return r;if(-1===r)return n;return n<r?n:r};var du=gu;gu.locator=hu;function gu(e,t,r){var n,u,i,o,a,c,s,l=0,f=t.charAt(l);if(!("*"!==f&&"_"!==f||t.charAt(++l)!==f||(u=this.options.pedantic,a=(i=f)+i,c=t.length,l++,o="",f="",u&&gn(t.charAt(l)))))for(;l<c;){if(s=f,!((f=t.charAt(l))!==i||t.charAt(l+1)!==i||u&&gn(s))&&(f=t.charAt(l+2))!==i){if(!Ir(o))return;return!!r||((n=e.now()).column+=2,n.offset+=2,e(a+o+a)({type:"strong",children:this.tokenizeInline(o,n)}))}u||"\\"!==f||(o+=f,f=t.charAt(++l)),o+=f,l++}}var mu=function(e){return yu.test("number"==typeof e?Eu(e):e.charAt(0))},Eu=String.fromCharCode,yu=/\w/;var vu=function(e,t){var r=e.indexOf("*",t),n=e.indexOf("_",t);if(-1===n)return r;if(-1===r)return n;return n<r?n:r};var bu=Cu;Cu.locator=vu;function Cu(e,t,r){var n,u,i,o,a,c,s,l=0,f=t.charAt(l);if(!("*"!==f&&"_"!==f||(u=this.options.pedantic,a=f,i=f,c=t.length,l++,o="",f="",u&&gn(t.charAt(l)))))for(;l<c;){if(s=f,!((f=t.charAt(l))!==i||u&&gn(s))){if((f=t.charAt(++l))!==i){if(!Ir(o)||s===i)return;if(!u&&"_"===i&&mu(f)){o+=i;continue}return!!r||((n=e.now()).column++,n.offset++,e(a+o+i)({type:"emphasis",children:this.tokenizeInline(o,n)}))}o+=i}u||"\\"!==f||(o+=f,f=t.charAt(++l)),o+=f,l++}}var Au=function(e,t){return e.indexOf("~~",t)};var wu=ku;ku.locator=Au;var Fu="~";function ku(e,t,r){var n,u,i,o="",a="",c="",s="";if(this.options.gfm&&t.charAt(0)===Fu&&t.charAt(1)===Fu&&!gn(t.charAt(2)))for(n=1,u=t.length,(i=e.now()).column+=2,i.offset+=2;++n<u;){if(!((o=t.charAt(n))!==Fu||a!==Fu||c&&gn(c)))return!!r||e("~~"+s+"~~")({type:"delete",children:this.tokenizeInline(s,i)});s+=a,c=a,a=o}}var Ou=function(e,t){return e.indexOf("`",t)};var Tu=Su;Su.locator=Ou;function Su(e,t,r){for(var n,u,i,o,a,c,s=t.length,l=0;l<s&&96===t.charCodeAt(l);)l++;if(0!==l&&l!==s){for(n=l,a=t.charCodeAt(l);l<s;){if(o=a,a=t.charCodeAt(l+1),96===o){if(void 0===u&&(u=l),i=l+1,96!==a&&i-u===n){c=!0;break}}else void 0!==u&&(u=void 0,i=void 0);l++}if(c){if(r)return!0;if(l=n,s=u,o=t.charCodeAt(l),a=t.charCodeAt(s-1),c=!1,s-l>2&&(32===o||10===o)&&(32===a||10===a)){for(l++,s--;l<s;){if(32!==(o=t.charCodeAt(l))&&10!==o){c=!0;break}l++}!0===c&&(n++,u--)}return e(t.slice(0,i))({type:"inlineCode",value:t.slice(n,u)})}}}var Iu=function(e,t){var r=e.indexOf("\n",t);for(;r>t&&" "===e.charAt(r-1);)r--;return r};var xu=Ru;Ru.locator=Iu;function Ru(e,t,r){for(var n,u=t.length,i=-1,o="";++i<u;){if("\n"===(n=t.charAt(i))){if(i<2)return;return!!r||e(o+=n)({type:"break"})}if(" "!==n)return;o+=n}}var Bu=function(e,t,r){var n,u,i,o,a,c,s,l,f,D,p=this;if(r)return!0;n=p.inlineMethods,o=n.length,u=p.inlineTokenizers,i=-1,f=t.length;for(;++i<o;)"text"!==(l=n[i])&&u[l]&&((s=u[l].locator)||e.file.fail("Missing locator: `"+l+"`"),-1!==(c=s.call(p,t,1))&&c<f&&(f=c));a=t.slice(0,f),D=e.now(),p.decode(a,D,(function(t,r,n){e(n||t)({type:"text",value:t})}))};var Nu=Lu;function Lu(t,r){this.file=r,this.offset={},this.options=e(this.options),this.setOptions({}),this.inList=!1,this.inBlock=!1,this.inLink=!1,this.atStart=!0,this.toOffset=gt(r).toOffset,this.unescape=mt(this,"escape"),this.decode=$t(this)}var Pu=Lu.prototype;function qu(e){var t,r=[];for(t in e)r.push(t);return r}Pu.setOptions=Kt,Pu.parse=gr,Pu.options=Jt,Pu.exitStart=dt("atStart",!0),Pu.enterList=dt("inList",!1),Pu.enterLink=dt("inLink",!1),Pu.enterBlock=dt("inBlock",!1),Pu.interruptParagraph=[["thematicBreak"],["list"],["atxHeading"],["fencedCode"],["blockquote"],["html"],["setextHeading",{commonmark:!1}],["definition",{commonmark:!1}]],Pu.interruptList=[["atxHeading",{pedantic:!1}],["fencedCode",{pedantic:!1}],["thematicBreak",{pedantic:!1}],["definition",{commonmark:!1}]],Pu.interruptBlockquote=[["indentedCode",{commonmark:!0}],["fencedCode",{commonmark:!0}],["atxHeading",{commonmark:!0}],["setextHeading",{commonmark:!0}],["thematicBreak",{commonmark:!0}],["html",{commonmark:!0}],["list",{commonmark:!0}],["definition",{commonmark:!1}]],Pu.blockTokenizers={blankLine:yr,indentedCode:wr,fencedCode:kr,blockquote:Rr,atxHeading:Br,thematicBreak:qr,list:Ur,setextHeading:Kr,html:rn,definition:bn,table:Tn,paragraph:xn},Pu.inlineTokenizers={escape:Nn,autoLink:qn,url:Gn,email:Xn,html:Jn,link:ru,reference:au,strong:du,emphasis:bu,deletion:wu,code:Tu,break:xu,text:Bu},Pu.blockMethods=qu(Pu.blockTokenizers),Pu.inlineMethods=qu(Pu.inlineTokenizers),Pu.tokenizeBlock=Mt("block"),Pu.tokenizeInline=Mt("inline"),Pu.tokenizeFactory=Mt;var ju=_u;function _u(t){var r=this.data("settings"),n=ht(Nu);n.prototype.options=e(n.prototype.options,r,t),this.Parser=n}_u.Parser=Nu;var Uu=function(e){if(e)throw e}
8
- /*!
9
- * Determine if an object is a Buffer
10
- *
11
- * @author Feross Aboukhadijeh <https://feross.org>
12
- * @license MIT
13
- */;var $u=function(e){return null!=e&&null!=e.constructor&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)},Mu=Object.prototype.hasOwnProperty,zu=Object.prototype.toString,Gu=Object.defineProperty,Vu=Object.getOwnPropertyDescriptor,Yu=function(e){return"function"==typeof Array.isArray?Array.isArray(e):"[object Array]"===zu.call(e)},Hu=function(e){if(!e||"[object Object]"!==zu.call(e))return!1;var t,r=Mu.call(e,"constructor"),n=e.constructor&&e.constructor.prototype&&Mu.call(e.constructor.prototype,"isPrototypeOf");if(e.constructor&&!r&&!n)return!1;for(t in e);return void 0===t||Mu.call(e,t)},Xu=function(e,t){Gu&&"__proto__"===t.name?Gu(e,t.name,{enumerable:!0,configurable:!0,value:t.newValue,writable:!0}):e[t.name]=t.newValue},Wu=function(e,t){if("__proto__"===t){if(!Mu.call(e,t))return;if(Vu)return Vu(e,t).value}return e[t]},Zu=function e(){var t,r,n,u,i,o,a=arguments[0],c=1,s=arguments.length,l=!1;for("boolean"==typeof a&&(l=a,a=arguments[1]||{},c=2),(null==a||"object"!=typeof a&&"function"!=typeof a)&&(a={});c<s;++c)if(null!=(t=arguments[c]))for(r in t)n=Wu(a,r),a!==(u=Wu(t,r))&&(l&&u&&(Hu(u)||(i=Yu(u)))?(i?(i=!1,o=n&&Yu(n)?n:[]):o=n&&Hu(n)?n:{},Xu(a,{name:r,newValue:e(l,o,u)})):void 0!==u&&Xu(a,{name:r,newValue:u}));return a},Ju=e=>{if("[object Object]"!==Object.prototype.toString.call(e))return!1;const t=Object.getPrototypeOf(e);return null===t||t===Object.prototype},Ku=[].slice,Qu=function(e,t){var r;return function(){var t,i=Ku.call(arguments,0),o=e.length>i.length;o&&i.push(n);try{t=e.apply(null,i)}catch(e){if(o&&r)throw e;return n(e)}o||(t&&"function"==typeof t.then?t.then(u,n):t instanceof Error?n(t):u(t))};function n(){r||(r=!0,t.apply(null,arguments))}function u(e){n(null,e)}};var ei=ri;ri.wrap=Qu;var ti=[].slice;function ri(){var e=[],t={run:function(){var t=-1,r=ti.call(arguments,0,-1),n=arguments[arguments.length-1];if("function"!=typeof n)throw new Error("Expected function as last argument, not "+n);function u(i){var o=e[++t],a=ti.call(arguments,0),c=a.slice(1),s=r.length,l=-1;if(i)n(i);else{for(;++l<s;)null!==c[l]&&void 0!==c[l]||(c[l]=r[l]);r=c,o?Qu(o,u).apply(null,r):n.apply(null,[null].concat(r))}}u.apply(null,[null].concat(r))},use:function(r){if("function"!=typeof r)throw new Error("Expected `fn` to be a function, not "+r);return e.push(r),t}};return t}var ni={}.hasOwnProperty,ui=function(e){if(!e||"object"!=typeof e)return"";if(ni.call(e,"position")||ni.call(e,"type"))return oi(e.position);if(ni.call(e,"start")||ni.call(e,"end"))return oi(e);if(ni.call(e,"line")||ni.call(e,"column"))return ii(e);return""};function ii(e){return e&&"object"==typeof e||(e={}),ai(e.line)+":"+ai(e.column)}function oi(e){return e&&"object"==typeof e||(e={}),ii(e.start)+"-"+ii(e.end)}function ai(e){return e&&"number"==typeof e?e:1}var ci=fi;function si(){}si.prototype=Error.prototype,fi.prototype=new si;var li=fi.prototype;function fi(e,t,r){var n,u,i;"string"==typeof t&&(r=t,t=null),n=function(e){var t,r=[null,null];"string"==typeof e&&(-1===(t=e.indexOf(":"))?r[1]=e:(r[0]=e.slice(0,t),r[1]=e.slice(t+1)));return r}(r),u=ui(t)||"1:1",i={start:{line:null,column:null},end:{line:null,column:null}},t&&t.position&&(t=t.position),t&&(t.start?(i=t,t=t.start):i.start=t),e.stack&&(this.stack=e.stack,e=e.message),this.message=e,this.name=u,this.reason=e,this.line=t?t.line:null,this.column=t?t.column:null,this.location=i,this.source=n[0],this.ruleId=n[1]}function Di(e,t){for(var r=0,n=e.length-1;n>=0;n--){var u=e[n];"."===u?e.splice(n,1):".."===u?(e.splice(n,1),r++):r&&(e.splice(n,1),r--)}if(t)for(;r--;r)e.unshift("..");return e}li.file="",li.name="",li.reason="",li.message="",li.stack="",li.fatal=null,li.column=null,li.line=null;var pi=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/,hi=function(e){return pi.exec(e).slice(1)};function di(){for(var e="",t=!1,r=arguments.length-1;r>=-1&&!t;r--){var n=r>=0?arguments[r]:"/";if("string"!=typeof n)throw new TypeError("Arguments to path.resolve must be strings");n&&(e=n+"/"+e,t="/"===n.charAt(0))}return(t?"/":"")+(e=Di(wi(e.split("/"),(function(e){return!!e})),!t).join("/"))||"."}function gi(e){var t=mi(e),r="/"===Fi(e,-1);return(e=Di(wi(e.split("/"),(function(e){return!!e})),!t).join("/"))||t||(e="."),e&&r&&(e+="/"),(t?"/":"")+e}function mi(e){return"/"===e.charAt(0)}function Ei(){var e=Array.prototype.slice.call(arguments,0);return gi(wi(e,(function(e,t){if("string"!=typeof e)throw new TypeError("Arguments to path.join must be strings");return e})).join("/"))}function yi(e,t){function r(e){for(var t=0;t<e.length&&""===e[t];t++);for(var r=e.length-1;r>=0&&""===e[r];r--);return t>r?[]:e.slice(t,r-t+1)}e=di(e).substr(1),t=di(t).substr(1);for(var n=r(e.split("/")),u=r(t.split("/")),i=Math.min(n.length,u.length),o=i,a=0;a<i;a++)if(n[a]!==u[a]){o=a;break}var c=[];for(a=o;a<n.length;a++)c.push("..");return(c=c.concat(u.slice(o))).join("/")}function vi(e){var t=hi(e),r=t[0],n=t[1];return r||n?(n&&(n=n.substr(0,n.length-1)),r+n):"."}function bi(e,t){var r=hi(e)[2];return t&&r.substr(-1*t.length)===t&&(r=r.substr(0,r.length-t.length)),r}function Ci(e){return hi(e)[3]}var Ai={extname:Ci,basename:bi,dirname:vi,sep:"/",delimiter:":",relative:yi,join:Ei,isAbsolute:mi,normalize:gi,resolve:di};function wi(e,t){if(e.filter)return e.filter(t);for(var r=[],n=0;n<e.length;n++)t(e[n],n,e)&&r.push(e[n]);return r}var Fi="b"==="ab".substr(-1)?function(e,t,r){return e.substr(t,r)}:function(e,t,r){return t<0&&(t=e.length+t),e.substr(t,r)},ki=n(Object.freeze({__proto__:null,resolve:di,normalize:gi,isAbsolute:mi,join:Ei,relative:yi,sep:"/",delimiter:":",dirname:vi,basename:bi,extname:Ci,default:Ai})),Oi=Oe,Ti=xi,Si={}.hasOwnProperty,Ii=["history","path","basename","stem","extname","dirname"];function xi(e){var t,r;if(e){if("string"==typeof e||$u(e))e={contents:e};else if("message"in e&&"messages"in e)return e}else e={};if(!(this instanceof xi))return new xi(e);for(this.data={},this.messages=[],this.history=[],this.cwd=Oi.cwd(),r=-1;++r<Ii.length;)t=Ii[r],Si.call(e,t)&&(this[t]=e[t]);for(t in e)Ii.indexOf(t)<0&&(this[t]=e[t])}function Ri(e,t){if(e&&e.indexOf(ki.sep)>-1)throw new Error("`"+t+"` cannot be a path: did not expect `"+ki.sep+"`")}function Bi(e,t){if(!e)throw new Error("`"+t+"` cannot be empty")}function Ni(e,t){if(!e)throw new Error("Setting `"+t+"` requires `path` to be set too")}xi.prototype.toString=function(e){return(this.contents||"").toString(e)},Object.defineProperty(xi.prototype,"path",{get:function(){return this.history[this.history.length-1]},set:function(e){Bi(e,"path"),this.path!==e&&this.history.push(e)}}),Object.defineProperty(xi.prototype,"dirname",{get:function(){return"string"==typeof this.path?ki.dirname(this.path):void 0},set:function(e){Ni(this.path,"dirname"),this.path=ki.join(e||"",this.basename)}}),Object.defineProperty(xi.prototype,"basename",{get:function(){return"string"==typeof this.path?ki.basename(this.path):void 0},set:function(e){Bi(e,"basename"),Ri(e,"basename"),this.path=ki.join(this.dirname||"",e)}}),Object.defineProperty(xi.prototype,"extname",{get:function(){return"string"==typeof this.path?ki.extname(this.path):void 0},set:function(e){if(Ri(e,"extname"),Ni(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=ki.join(this.dirname,this.stem+(e||""))}}),Object.defineProperty(xi.prototype,"stem",{get:function(){return"string"==typeof this.path?ki.basename(this.path,this.extname):void 0},set:function(e){Bi(e,"stem"),Ri(e,"stem"),this.path=ki.join(this.dirname||"",e+(this.extname||""))}});var Li=Ti;Ti.prototype.message=function(e,t,r){var n=new ci(e,t,r);this.path&&(n.name=this.path+":"+n.name,n.file=this.path);return n.fatal=!1,this.messages.push(n),n},Ti.prototype.info=function(){var e=this.message.apply(this,arguments);return e.fatal=null,e},Ti.prototype.fail=function(){var e=this.message.apply(this,arguments);throw e.fatal=!0,e};var Pi=Li,qi=function e(){var t,r=[],n=ei(),u={},i=-1;return o.data=function(e,r){if("string"==typeof e)return 2===arguments.length?(Gi("data",t),u[e]=r,o):_i.call(u,e)&&u[e]||null;if(e)return Gi("data",t),u=e,o;return u},o.freeze=a,o.attachers=r,o.use=function(e){var n;if(Gi("use",t),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?s(e):i(e)}n&&(u.settings=Zu(u.settings||{},n));return o;function i(e){s(e.plugins),e.settings&&(n=Zu(n||{},e.settings))}function a(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):i(e)}}function s(e){var t=-1;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;)a(e[t])}}function l(e,t){var n=c(e);n?(Ju(n[1])&&Ju(t)&&(t=Zu(!0,n[1],t)),n[1]=t):r.push(ji.call(arguments))}},o.parse=function(e){var t,r=Pi(e);if(a(),Mi("parse",t=o.Parser),$i(t,"parse"))return new t(String(r),r).parse();return t(String(r),r)},o.stringify=function(e,t){var r,n=Pi(t);if(a(),zi("stringify",r=o.Compiler),Vi(e),$i(r,"compile"))return new r(e,n).compile();return r(e,n)},o.run=s,o.runSync=function(e,t){var r,n;return s(e,t,u),Yi("runSync","run",n),r;function u(e,t){n=!0,r=t,Uu(e)}},o.process=l,o.processSync=f,o;function o(){for(var t=e(),n=-1;++n<r.length;)t.use.apply(null,r[n]);return t.data(Zu(!0,{},u)),t}function a(){var e,u;if(t)return o;for(;++i<r.length;)!1!==(e=r[i])[1]&&(!0===e[1]&&(e[1]=void 0),"function"==typeof(u=e[0].apply(o,e.slice(1)))&&n.use(u));return t=!0,i=1/0,o}function c(e){for(var t=-1;++t<r.length;)if(r[t][0]===e)return r[t]}function s(e,t,r){if(Vi(e),a(),r||"function"!=typeof t||(r=t,t=null),!r)return new Promise(u);function u(u,i){n.run(e,Pi(t),(function(t,n,o){n=n||e,t?i(t):u?u(n):r(null,n,o)}))}u(null,r)}function l(e,t){if(a(),Mi("process",o.Parser),zi("process",o.Compiler),!t)return new Promise(r);function r(r,n){var u=Pi(e);Ui.run(o,{file:u},(function(e){e?n(e):r?r(u):t(null,u)}))}r(null,t)}function f(e){var t,r;return a(),Mi("processSync",o.Parser),zi("processSync",o.Compiler),l(t=Pi(e),(function(e){r=!0,Uu(e)})),Yi("processSync","process",r),t}}().freeze(),ji=[].slice,_i={}.hasOwnProperty,Ui=ei().use((function(e,t){t.tree=e.parse(t.file)})).use((function(e,t,r){e.run(t.tree,t.file,(function(e,n,u){e?r(e):(t.tree=n,t.file=u,r())}))})).use((function(e,t){var r=e.stringify(t.tree,t.file);null==r||("string"==typeof r||$u(r)?t.file.contents=r:t.file.result=r)}));function $i(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 Mi(e,t){if("function"!=typeof t)throw new Error("Cannot `"+e+"` without `Parser`")}function zi(e,t){if("function"!=typeof t)throw new Error("Cannot `"+e+"` without `Compiler`")}function Gi(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 Vi(e){if(!e||"string"!=typeof e.type)throw new Error("Expected node, got `"+e+"`")}function Yi(e,t,r){if(!r)throw new Error("`"+e+"` finished async. Use `"+t+"` instead")}var Hi={isRemarkParser:function(e){return Boolean(e&&e.prototype&&e.prototype.blockTokenizers)},isRemarkCompiler:function(e){return Boolean(e&&e.prototype&&e.prototype.visitors)}},Xi=function(e){const t=this.Parser,r=this.Compiler;Hi.isRemarkParser(t)&&function(e,t){const r=e.prototype,n=r.inlineMethods;function u(e,t){return e.indexOf("$",t)}function i(e,r,n){const u=r.length;let i,o,a,c,s,l,f,D=!1,p=!1,h=0;if(92===r.charCodeAt(h)&&(p=!0,h++),r.charCodeAt(h)===Wi){if(h++,p)return!!n||e(r.slice(0,h))({type:"text",value:"$"});if(r.charCodeAt(h)===Wi&&(D=!0,h++),a=r.charCodeAt(h),32!==a&&9!==a){for(c=h;h<u;){if(o=a,a=r.charCodeAt(h+1),o===Wi){if(i=r.charCodeAt(h-1),32!==i&&9!==i&&(a!=a||a<48||a>57)&&(!D||a===Wi)){s=h-1,h++,D&&h++,l=h;break}}else 92===o&&(h++,a=r.charCodeAt(h+1));h++}if(void 0!==l)return!!n||(f=r.slice(c,s+1),e(r.slice(0,l))({type:"inlineMath",value:f,data:{hName:"span",hProperties:{className:Zi.concat(D&&t.inlineMathDouble?[Ji]:[])},hChildren:[{type:"text",value:f}]}}))}}}i.locator=u,r.inlineTokenizers.math=i,n.splice(n.indexOf("text"),0,"math")}(t,e);Hi.isRemarkCompiler(r)&&function(e){function t(e){let t="$";return(e.data&&e.data.hProperties&&e.data.hProperties.className||[]).includes(Ji)&&(t="$$"),t+e.value+t}e.prototype.visitors.inlineMath=t}(r)};const Wi=36,Zi=["math","math-inline"],Ji="math-display";var Ki=function(){const e=this.Parser,t=this.Compiler;Hi.isRemarkParser(e)&&function(e){const t=e.prototype,r=t.blockMethods,n=t.interruptParagraph,u=t.interruptList,i=t.interruptBlockquote;function o(e,t,r){var n=t.length,u=0;let i,o,a,c,s,l,f,D,p,h,d;for(;u<n&&t.charCodeAt(u)===Qi;)u++;for(s=u;u<n&&t.charCodeAt(u)===eo;)u++;if(l=u-s,!(l<2)){for(;u<n&&t.charCodeAt(u)===Qi;)u++;for(f=u;u<n;){if(i=t.charCodeAt(u),i===eo)return;if(10===i)break;u++}if(10===t.charCodeAt(u)){if(r)return!0;for(o=[],f!==u&&o.push(t.slice(f,u)),u++,a=t.indexOf(to,u+1),a=-1===a?n:a;u<n;){for(D=!1,h=u,d=a,c=a,p=0;c>h&&t.charCodeAt(c-1)===Qi;)c--;for(;c>h&&t.charCodeAt(c-1)===eo;)p++,c--;for(l<=p&&t.indexOf("$",h)===c&&(D=!0,d=c);h<=d&&h-u<s&&t.charCodeAt(h)===Qi;)h++;if(D)for(;d>h&&t.charCodeAt(d-1)===Qi;)d--;if(D&&h===d||o.push(t.slice(h,d)),D)break;u=a+1,a=t.indexOf(to,u+1),a=-1===a?n:a}return o=o.join("\n"),e(t.slice(0,a))({type:"math",value:o,data:{hName:"div",hProperties:{className:ro.concat()},hChildren:[{type:"text",value:o}]}})}}}t.blockTokenizers.math=o,r.splice(r.indexOf("fencedCode")+1,0,"math"),n.splice(n.indexOf("fencedCode")+1,0,["math"]),u.splice(u.indexOf("fencedCode")+1,0,["math"]),i.splice(i.indexOf("fencedCode")+1,0,["math"])}(e);Hi.isRemarkCompiler(t)&&function(e){function t(e){return"$$\n"+e.value+"\n$$"}e.prototype.visitors.math=t}(t)};const Qi=32,eo=36,to="\n",ro=["math","math-display"];var no=function(e){var t=e||{};Ki.call(this,t),Xi.call(this,t)};var uo=function(e){var t=this.Parser,r=this.Compiler;(function(e){return Boolean(e&&e.prototype&&e.prototype.blockTokenizers)})(t)&&function(e,t){var r,n=t||{},u=e.prototype,i=u.blockTokenizers,o=u.inlineTokenizers,a=u.blockMethods,c=u.inlineMethods,s=i.definition,l=o.reference,f=[],D=-1,p=a.length;for(;++D<p;)"newline"!==(r=a[D])&&"indentedCode"!==r&&"paragraph"!==r&&"footnoteDefinition"!==r&&f.push([r]);f.push(["footnoteDefinition"]),n.inlineNotes&&(fo(c,"reference","inlineNote"),o.inlineNote=g);function h(e,t,r){for(var n,u,o,a,c,s,l,f,D,p,h,d,g,m=this,E=m.interruptFootnoteDefinition,y=m.offset,v=t.length+1,b=0,C=[];b<v&&(9===(a=t.charCodeAt(b))||a===oo);)b++;if(t.charCodeAt(b++)===ao&&t.charCodeAt(b++)===so){for(u=b;b<v;){if((a=t.charCodeAt(b))!=a||a===io||9===a||a===oo)return;if(a===co){o=b,b++;break}b++}if(void 0!==o&&u!==o&&58===t.charCodeAt(b++)){if(r)return!0;for(n=t.slice(u,o),c=e.now(),D=0,p=0,h=b,d=[];b<v;){if((a=t.charCodeAt(b))!=a||a===io)g={start:D,contentStart:h||b,contentEnd:b,end:b},d.push(g),a===io&&(D=b+1,p=0,h=void 0,g.end=D);else if(void 0!==p)if(a===oo||9===a)(p+=a===oo?1:4-p%4)>4&&(p=void 0,h=b);else{if(p<4&&g&&(g.contentStart===g.contentEnd||Do(E,i,m,[e,t.slice(b,1024),!0])))break;p=void 0,h=b}b++}for(b=-1,v=d.length;v>0&&(g=d[v-1]).contentStart===g.contentEnd;)v--;for(s=e(t.slice(0,g.contentEnd));++b<v;)g=d[b],y[c.line+b]=(y[c.line+b]||0)+(g.contentStart-g.start),C.push(t.slice(g.contentStart,g.end));return l=m.enterBlock(),f=m.tokenizeBlock(C.join(""),c),l(),s({type:"footnoteDefinition",identifier:n.toLowerCase(),label:n,children:f})}}}function d(e,t,r){var n,u,i,o,a=t.length+1,c=0;if(t.charCodeAt(c++)===ao&&t.charCodeAt(c++)===so){for(u=c;c<a;){if((o=t.charCodeAt(c))!=o||o===io||9===o||o===oo)return;if(o===co){i=c,c++;break}c++}if(void 0!==i&&u!==i)return!!r||(n=t.slice(u,i),e(t.slice(0,c))({type:"footnoteReference",identifier:n.toLowerCase(),label:n}))}}function g(e,t,r){var n,u,i,o,a,c,s,l=this,f=t.length+1,D=0,p=0;if(t.charCodeAt(D++)===so&&t.charCodeAt(D++)===ao){for(i=D;D<f;){if((u=t.charCodeAt(D))!=u)return;if(void 0===c)if(92===u)D+=2;else if(u===ao)p++,D++;else if(u===co){if(0===p){o=D,D++;break}p--,D++}else if(u===lo){for(a=D,c=1;t.charCodeAt(a+c)===lo;)c++;D+=c}else D++;else if(u===lo){for(a=D,s=1;t.charCodeAt(a+s)===lo;)s++;D+=s,c===s&&(c=void 0),s=void 0}else D++}if(void 0!==o)return!!r||((n=e.now()).column+=2,n.offset+=2,e(t.slice(0,D))({type:"footnote",children:l.tokenizeInline(t.slice(i,o),n)}))}}function m(e,t,r){var n=0;if(33===t.charCodeAt(n)&&n++,t.charCodeAt(n)===ao&&t.charCodeAt(n+1)!==so)return l.call(this,e,t,r)}function E(e,t,r){for(var n=0,u=t.charCodeAt(n);u===oo||9===u;)u=t.charCodeAt(++n);if(u===ao&&t.charCodeAt(n+1)!==so)return s.call(this,e,t,r)}function y(e,t){return e.indexOf("[",t)}function v(e,t){return e.indexOf("^[",t)}fo(a,"definition","footnoteDefinition"),fo(c,"reference","footnoteCall"),i.definition=E,i.footnoteDefinition=h,o.footnoteCall=d,o.reference=m,u.interruptFootnoteDefinition=f,m.locator=l.locator,d.locator=y,g.locator=v}(t,e);(function(e){return Boolean(e&&e.prototype&&e.prototype.visitors)})(r)&&function(e){var t=e.prototype.visitors,r=" ";function n(e){return"^["+this.all(e).join("")+"]"}function u(e){return"[^"+(e.label||e.identifier)+"]"}function i(e){for(var t,n=this.all(e).join("\n\n").split("\n"),u=0,i=n.length;++u<i;)""!==(t=n[u])&&(n[u]=r+t);return"[^"+(e.label||e.identifier)+"]: "+n.join("\n")}t.footnote=n,t.footnoteReference=u,t.footnoteDefinition=i}(r)},io=10,oo=32,ao=91,co=93,so=94,lo=96;function fo(e,t,r){e.splice(e.indexOf(t),0,r)}function Do(e,t,r,n){for(var u=e.length,i=-1;++i<u;)if(t[e[i][0]].apply(r,n))return!0;return!1}const po=new RegExp("^(?<startDelimiter>-{3}|\\+{3})(?<language>[^\\n]*)\\n(?:|(?<value>.*?)\\n)(?<endDelimiter>\\k<startDelimiter>|\\.{3})[^\\S\\n]*(?:\\n|$)","s");var ho=function(e){const t=e.match(po);if(!t)return{content:e};const{startDelimiter:r,language:n,value:u="",endDelimiter:i}=t.groups;let o=n.trim()||"yaml";if("+++"===r&&(o="toml"),"yaml"!==o&&r!==i)return{content:e};const[a]=t;return{frontMatter:{type:"front-matter",lang:o,value:u,startDelimiter:r,endDelimiter:i,raw:a.replace(/\n$/,"")},content:a.replace(/[^\n]/g," ")+e.slice(a.length)}};const go=["format","prettier"];function mo(e){const t=`@(${go.join("|")})`,r=new RegExp([`\x3c!--\\s*${t}\\s*--\x3e`,`\x3c!--.*\r?\n[\\s\\S]*(^|\n)[^\\S\n]*${t}[^\\S\n]*($|\n)[\\s\\S]*\n.*--\x3e`].join("|"),"m"),n=e.match(r);return n&&0===n.index}var Eo={startWithPragma:mo,hasPragma:e=>mo(ho(e).content.trimStart()),insertPragma:e=>{const t=ho(e),r=`\x3c!-- @${go[0]} --\x3e`;return t.frontMatter?`${t.frontMatter.raw}\n\n${r}\n\n${t.content}`:`${r}\n\n${t.content}`}};var yo={locStart:function(e){return e.position.start.offset},locEnd:function(e){return e.position.end.offset}},vo=e=>"string"==typeof e?e.replace((({onlyFirst:e=!1}={})=>{const t=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:[a-zA-Z\\d]*(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"].join("|");return new RegExp(t,e?void 0:"g")})(),""):e;const bo=e=>!Number.isNaN(e)&&(e>=4352&&(e<=4447||9001===e||9002===e||11904<=e&&e<=12871&&12351!==e||12880<=e&&e<=19903||19968<=e&&e<=42182||43360<=e&&e<=43388||44032<=e&&e<=55203||63744<=e&&e<=64255||65040<=e&&e<=65049||65072<=e&&e<=65131||65281<=e&&e<=65376||65504<=e&&e<=65510||110592<=e&&e<=110593||127488<=e&&e<=127569||131072<=e&&e<=262141));var Co=bo,Ao=bo;Co.default=Ao;const wo=e=>{if("string"!=typeof e||0===e.length)return 0;if(0===(e=vo(e)).length)return 0;e=e.replace(/\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F|\uD83D\uDC68(?:\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68\uD83C\uDFFB|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|[\u2695\u2696\u2708]\uFE0F|\uD83D[\uDC66\uDC67]|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708])\uFE0F|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C[\uDFFB-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)\uD83C\uDFFB|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB\uDFFC])|\uD83D\uDC69(?:\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB-\uDFFD])|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|(?:(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)\uFE0F|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\u200D[\u2640\u2642])|\uD83C\uDFF4\u200D\u2620)\uFE0F|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF4\uD83C\uDDF2|\uD83C\uDDF6\uD83C\uDDE6|[#\*0-9]\uFE0F\u20E3|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83D\uDC69(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270A-\u270D]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC70\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDCAA\uDD74\uDD7A\uDD90\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD36\uDDB5\uDDB6\uDDBB\uDDD2-\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5\uDEEB\uDEEC\uDEF4-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g," ");let t=0;for(let r=0;r<e.length;r++){const n=e.codePointAt(r);n<=31||n>=127&&n<=159||(n>=768&&n<=879||(n>65535&&r++,t+=Co(n)?2:1))}return t};var Fo=wo,ko=wo;Fo.default=ko;var Oo=e=>{if("string"!=typeof e)throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")};var To=e=>e[e.length-1];function So(e,t){if(null==e)return{};var r,n,u=function(e,t){if(null==e)return{};var r,n,u={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(u[r]=e[r]);return u}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(u[r]=e[r])}return u}var Io,xo,Ro=function(e){return e&&e.Math==Math&&e},Bo=Ro("object"==typeof globalThis&&globalThis)||Ro("object"==typeof window&&window)||Ro("object"==typeof self&&self)||Ro("object"==typeof r&&r)||function(){return this}()||Function("return this")(),No=function(e){try{return!!e()}catch(e){return!0}},Lo=!No((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),Po={}.propertyIsEnumerable,qo=Object.getOwnPropertyDescriptor,jo={f:qo&&!Po.call({1:2},1)?function(e){var t=qo(this,e);return!!t&&t.enumerable}:Po},_o=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}},Uo={}.toString,$o=function(e){return Uo.call(e).slice(8,-1)},Mo="".split,zo=No((function(){return!Object("z").propertyIsEnumerable(0)}))?function(e){return"String"==$o(e)?Mo.call(e,""):Object(e)}:Object,Go=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e},Vo=function(e){return zo(Go(e))},Yo=function(e){return"object"==typeof e?null!==e:"function"==typeof e},Ho=function(e){return"function"==typeof e?e:void 0},Xo=function(e,t){return arguments.length<2?Ho(Bo[e]):Bo[e]&&Bo[e][t]},Wo=Xo("navigator","userAgent")||"",Zo=Bo.process,Jo=Bo.Deno,Ko=Zo&&Zo.versions||Jo&&Jo.version,Qo=Ko&&Ko.v8;Qo?xo=(Io=Qo.split("."))[0]<4?1:Io[0]+Io[1]:Wo&&(!(Io=Wo.match(/Edge\/(\d+)/))||Io[1]>=74)&&(Io=Wo.match(/Chrome\/(\d+)/))&&(xo=Io[1]);var ea=xo&&+xo,ta=!!Object.getOwnPropertySymbols&&!No((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&ea&&ea<41})),ra=ta&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,na=ra?function(e){return"symbol"==typeof e}:function(e){var t=Xo("Symbol");return"function"==typeof t&&Object(e)instanceof t},ua=function(e,t){try{Object.defineProperty(Bo,e,{value:t,configurable:!0,writable:!0})}catch(r){Bo[e]=t}return t},ia="__core-js_shared__",oa=Bo[ia]||ua(ia,{}),aa=u((function(e){(e.exports=function(e,t){return oa[e]||(oa[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.17.3",mode:"global",copyright:"\xa9 2021 Denis Pushkarev (zloirock.ru)"})})),ca=function(e){return Object(Go(e))},sa={}.hasOwnProperty,la=Object.hasOwn||function(e,t){return sa.call(ca(e),t)},fa=0,Da=Math.random(),pa=function(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++fa+Da).toString(36)},ha=aa("wks"),da=Bo.Symbol,ga=ra?da:da&&da.withoutSetter||pa,ma=function(e){return la(ha,e)&&(ta||"string"==typeof ha[e])||(ta&&la(da,e)?ha[e]=da[e]:ha[e]=ga("Symbol."+e)),ha[e]},Ea=ma("toPrimitive"),ya=function(e,t){if(!Yo(e)||na(e))return e;var r,n=e[Ea];if(void 0!==n){if(void 0===t&&(t="default"),r=n.call(e,t),!Yo(r)||na(r))return r;throw TypeError("Can't convert object to primitive value")}return void 0===t&&(t="number"),function(e,t){var r,n;if("string"===t&&"function"==typeof(r=e.toString)&&!Yo(n=r.call(e)))return n;if("function"==typeof(r=e.valueOf)&&!Yo(n=r.call(e)))return n;if("string"!==t&&"function"==typeof(r=e.toString)&&!Yo(n=r.call(e)))return n;throw TypeError("Can't convert object to primitive value")}(e,t)},va=function(e){var t=ya(e,"string");return na(t)?t:String(t)},ba=Bo.document,Ca=Yo(ba)&&Yo(ba.createElement),Aa=!Lo&&!No((function(){return 7!=Object.defineProperty(function(e){return Ca?ba.createElement(e):{}}("div"),"a",{get:function(){return 7}}).a})),wa=Object.getOwnPropertyDescriptor,Fa={f:Lo?wa:function(e,t){if(e=Vo(e),t=va(t),Aa)try{return wa(e,t)}catch(e){}if(la(e,t))return _o(!jo.f.call(e,t),e[t])}},ka=function(e){if(!Yo(e))throw TypeError(String(e)+" is not an object");return e},Oa=Object.defineProperty,Ta={f:Lo?Oa:function(e,t,r){if(ka(e),t=va(t),ka(r),Aa)try{return Oa(e,t,r)}catch(e){}if("get"in r||"set"in r)throw TypeError("Accessors not supported");return"value"in r&&(e[t]=r.value),e}},Sa=Lo?function(e,t,r){return Ta.f(e,t,_o(1,r))}:function(e,t,r){return e[t]=r,e},Ia=Function.toString;"function"!=typeof oa.inspectSource&&(oa.inspectSource=function(e){return Ia.call(e)});var xa,Ra,Ba,Na,La=oa.inspectSource,Pa=Bo.WeakMap,qa="function"==typeof Pa&&/native code/.test(La(Pa)),ja=aa("keys"),_a={},Ua="Object already initialized",$a=Bo.WeakMap;if(qa||oa.state){var Ma=oa.state||(oa.state=new $a),za=Ma.get,Ga=Ma.has,Va=Ma.set;xa=function(e,t){if(Ga.call(Ma,e))throw new TypeError(Ua);return t.facade=e,Va.call(Ma,e,t),t},Ra=function(e){return za.call(Ma,e)||{}},Ba=function(e){return Ga.call(Ma,e)}}else{var Ya=ja[Na="state"]||(ja[Na]=pa(Na));_a[Ya]=!0,xa=function(e,t){if(la(e,Ya))throw new TypeError(Ua);return t.facade=e,Sa(e,Ya,t),t},Ra=function(e){return la(e,Ya)?e[Ya]:{}},Ba=function(e){return la(e,Ya)}}var Ha={set:xa,get:Ra,has:Ba,enforce:function(e){return Ba(e)?Ra(e):xa(e,{})},getterFor:function(e){return function(t){var r;if(!Yo(t)||(r=Ra(t)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return r}}},Xa=u((function(e){var t=Ha.get,r=Ha.enforce,n=String(String).split("String");(e.exports=function(e,t,u,i){var o,a=!!i&&!!i.unsafe,c=!!i&&!!i.enumerable,s=!!i&&!!i.noTargetGet;"function"==typeof u&&("string"!=typeof t||la(u,"name")||Sa(u,"name",t),(o=r(u)).source||(o.source=n.join("string"==typeof t?t:""))),e!==Bo?(a?!s&&e[t]&&(c=!0):delete e[t],c?e[t]=u:Sa(e,t,u)):c?e[t]=u:ua(t,u)})(Function.prototype,"toString",(function(){return"function"==typeof this&&t(this).source||La(this)}))})),Wa=Math.ceil,Za=Math.floor,Ja=function(e){return isNaN(e=+e)?0:(e>0?Za:Wa)(e)},Ka=Math.min,Qa=function(e){return e>0?Ka(Ja(e),9007199254740991):0},ec=Math.max,tc=Math.min,rc=function(e){return function(t,r,n){var u,i=Vo(t),o=Qa(i.length),a=function(e,t){var r=Ja(e);return r<0?ec(r+t,0):tc(r,t)}(n,o);if(e&&r!=r){for(;o>a;)if((u=i[a++])!=u)return!0}else for(;o>a;a++)if((e||a in i)&&i[a]===r)return e||a||0;return!e&&-1}},nc={includes:rc(!0),indexOf:rc(!1)}.indexOf,uc=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"].concat("length","prototype"),ic={f:Object.getOwnPropertyNames||function(e){return function(e,t){var r,n=Vo(e),u=0,i=[];for(r in n)!la(_a,r)&&la(n,r)&&i.push(r);for(;t.length>u;)la(n,r=t[u++])&&(~nc(i,r)||i.push(r));return i}(e,uc)}},oc={f:Object.getOwnPropertySymbols},ac=Xo("Reflect","ownKeys")||function(e){var t=ic.f(ka(e)),r=oc.f;return r?t.concat(r(e)):t},cc=function(e,t){for(var r=ac(t),n=Ta.f,u=Fa.f,i=0;i<r.length;i++){var o=r[i];la(e,o)||n(e,o,u(t,o))}},sc=/#|\.prototype\./,lc=function(e,t){var r=Dc[fc(e)];return r==hc||r!=pc&&("function"==typeof t?No(t):!!t)},fc=lc.normalize=function(e){return String(e).replace(sc,".").toLowerCase()},Dc=lc.data={},pc=lc.NATIVE="N",hc=lc.POLYFILL="P",dc=lc,gc=Fa.f,mc=function(e,t){var r,n,u,i,o,a=e.target,c=e.global,s=e.stat;if(r=c?Bo:s?Bo[a]||ua(a,{}):(Bo[a]||{}).prototype)for(n in t){if(i=t[n],u=e.noTargetGet?(o=gc(r,n))&&o.value:r[n],!dc(c?n:a+(s?".":"#")+n,e.forced)&&void 0!==u){if(typeof i==typeof u)continue;cc(i,u)}(e.sham||u&&u.sham)&&Sa(i,"sham",!0),Xa(r,n,i,e)}},Ec=Array.isArray||function(e){return"Array"==$o(e)},yc=function(e){if("function"!=typeof e)throw TypeError(String(e)+" is not a function");return e},vc=function(e,t,r){if(yc(e),void 0===t)return e;switch(r){case 0:return function(){return e.call(t)};case 1:return function(r){return e.call(t,r)};case 2:return function(r,n){return e.call(t,r,n)};case 3:return function(r,n,u){return e.call(t,r,n,u)}}return function(){return e.apply(t,arguments)}},bc=function(e,t,r,n,u,i,o,a){for(var c,s=u,l=0,f=!!o&&vc(o,a,3);l<n;){if(l in r){if(c=f?f(r[l],l,t):r[l],i>0&&Ec(c))s=bc(e,t,c,Qa(c.length),s,i-1)-1;else{if(s>=9007199254740991)throw TypeError("Exceed the acceptable array length");e[s]=c}s++}l++}return s},Cc=bc,Ac=ma("species"),wc=function(e,t){return new(function(e){var t;return Ec(e)&&("function"!=typeof(t=e.constructor)||t!==Array&&!Ec(t.prototype)?Yo(t)&&null===(t=t[Ac])&&(t=void 0):t=void 0),void 0===t?Array:t}(e))(0===t?0:t)};mc({target:"Array",proto:!0},{flatMap:function(e){var t,r=ca(this),n=Qa(r.length);return yc(e),(t=wc(r,0)).length=Cc(t,r,r,n,0,1,e,arguments.length>1?arguments[1]:void 0),t}});var Fc,kc,Oc=function(e){if(na(e))throw TypeError("Cannot convert a Symbol value to a string");return String(e)},Tc=Math.floor,Sc=function(e,t){var r=e.length,n=Tc(r/2);return r<8?Ic(e,t):xc(Sc(e.slice(0,n),t),Sc(e.slice(n),t),t)},Ic=function(e,t){for(var r,n,u=e.length,i=1;i<u;){for(n=i,r=e[i];n&&t(e[n-1],r)>0;)e[n]=e[--n];n!==i++&&(e[n]=r)}return e},xc=function(e,t,r){for(var n=e.length,u=t.length,i=0,o=0,a=[];i<n||o<u;)i<n&&o<u?a.push(r(e[i],t[o])<=0?e[i++]:t[o++]):a.push(i<n?e[i++]:t[o++]);return a},Rc=Sc,Bc=Wo.match(/firefox\/(\d+)/i),Nc=!!Bc&&+Bc[1],Lc=/MSIE|Trident/.test(Wo),Pc=Wo.match(/AppleWebKit\/(\d+)\./),qc=!!Pc&&+Pc[1],jc=[],_c=jc.sort,Uc=No((function(){jc.sort(void 0)})),$c=No((function(){jc.sort(null)})),Mc=!!(kc=[]["sort"])&&No((function(){kc.call(null,Fc||function(){throw 1},1)})),zc=!No((function(){if(ea)return ea<70;if(!(Nc&&Nc>3)){if(Lc)return!0;if(qc)return qc<603;var e,t,r,n,u="";for(e=65;e<76;e++){switch(t=String.fromCharCode(e),e){case 66:case 69:case 70:case 72:r=3;break;case 68:case 71:r=4;break;default:r=2}for(n=0;n<47;n++)jc.push({k:t+n,v:r})}for(jc.sort((function(e,t){return t.v-e.v})),n=0;n<jc.length;n++)t=jc[n].k.charAt(0),u.charAt(u.length-1)!==t&&(u+=t);return"DGBEFHACIJK"!==u}}));mc({target:"Array",proto:!0,forced:Uc||!$c||!Mc||!zc},{sort:function(e){void 0!==e&&yc(e);var t=ca(this);if(zc)return void 0===e?_c.call(t):_c.call(t,e);var r,n,u=[],i=Qa(t.length);for(n=0;n<i;n++)n in t&&u.push(t[n]);for(r=(u=Rc(u,function(e){return function(t,r){return void 0===r?-1:void 0===t?1:void 0!==e?+e(t,r)||0:Oc(t)>Oc(r)?1:-1}}(e))).length,n=0;n<r;)t[n]=u[n++];for(;n<i;)delete t[n++];return t}});var Gc={},Vc=ma("iterator"),Yc=Array.prototype,Hc={};Hc[ma("toStringTag")]="z";var Xc="[object z]"===String(Hc),Wc=ma("toStringTag"),Zc="Arguments"==$o(function(){return arguments}()),Jc=Xc?$o:function(e){var t,r,n;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(r=function(e,t){try{return e[t]}catch(e){}}(t=Object(e),Wc))?r:Zc?$o(t):"Object"==(n=$o(t))&&"function"==typeof t.callee?"Arguments":n},Kc=ma("iterator"),Qc=function(e){if(null!=e)return e[Kc]||e["@@iterator"]||Gc[Jc(e)]},es=function(e,t,r){var n,u;ka(e);try{if(void 0===(n=e.return)){if("throw"===t)throw r;return r}n=n.call(e)}catch(e){u=!0,n=e}if("throw"===t)throw r;if(u)throw n;return ka(n),r},ts=function(e,t){this.stopped=e,this.result=t},rs=function(e,t,r){var n,u,i,o,a,c,s,l=r&&r.that,f=!(!r||!r.AS_ENTRIES),D=!(!r||!r.IS_ITERATOR),p=!(!r||!r.INTERRUPTED),h=vc(t,l,1+f+p),d=function(e){return n&&es(n,"normal",e),new ts(!0,e)},g=function(e){return f?(ka(e),p?h(e[0],e[1],d):h(e[0],e[1])):p?h(e,d):h(e)};if(D)n=e;else{if("function"!=typeof(u=Qc(e)))throw TypeError("Target is not iterable");if(function(e){return void 0!==e&&(Gc.Array===e||Yc[Vc]===e)}(u)){for(i=0,o=Qa(e.length);o>i;i++)if((a=g(e[i]))&&a instanceof ts)return a;return new ts(!1)}n=function(e,t){var r=arguments.length<2?Qc(e):t;if("function"!=typeof r)throw TypeError(String(e)+" is not iterable");return ka(r.call(e))}(e,u)}for(c=n.next;!(s=c.call(n)).done;){try{a=g(s.value)}catch(e){es(n,"throw",e)}if("object"==typeof a&&a&&a instanceof ts)return a}return new ts(!1)};mc({target:"Object",stat:!0},{fromEntries:function(e){var t={};return rs(e,(function(e,r){!function(e,t,r){var n=va(t);n in e?Ta.f(e,n,_o(0,r)):e[n]=r}(t,e,r)}),{AS_ENTRIES:!0}),t}});var ns="object"==typeof Oe&&Oe.env&&Oe.env.NODE_DEBUG&&/\bsemver\b/i.test(Oe.env.NODE_DEBUG)?(...e)=>console.error("SEMVER",...e):()=>{};var us={SEMVER_SPEC_VERSION:"2.0.0",MAX_LENGTH:256,MAX_SAFE_INTEGER:Number.MAX_SAFE_INTEGER||9007199254740991,MAX_SAFE_COMPONENT_LENGTH:16},is=u((function(e,t){const{MAX_SAFE_COMPONENT_LENGTH:r}=us,n=(t=e.exports={}).re=[],u=t.src=[],i=t.t={};let o=0;const a=(e,t,r)=>{const a=o++;ns(a,t),i[e]=a,u[a]=t,n[a]=new RegExp(t,r?"g":void 0)};a("NUMERICIDENTIFIER","0|[1-9]\\d*"),a("NUMERICIDENTIFIERLOOSE","[0-9]+"),a("NONNUMERICIDENTIFIER","\\d*[a-zA-Z-][a-zA-Z0-9-]*"),a("MAINVERSION",`(${u[i.NUMERICIDENTIFIER]})\\.(${u[i.NUMERICIDENTIFIER]})\\.(${u[i.NUMERICIDENTIFIER]})`),a("MAINVERSIONLOOSE",`(${u[i.NUMERICIDENTIFIERLOOSE]})\\.(${u[i.NUMERICIDENTIFIERLOOSE]})\\.(${u[i.NUMERICIDENTIFIERLOOSE]})`),a("PRERELEASEIDENTIFIER",`(?:${u[i.NUMERICIDENTIFIER]}|${u[i.NONNUMERICIDENTIFIER]})`),a("PRERELEASEIDENTIFIERLOOSE",`(?:${u[i.NUMERICIDENTIFIERLOOSE]}|${u[i.NONNUMERICIDENTIFIER]})`),a("PRERELEASE",`(?:-(${u[i.PRERELEASEIDENTIFIER]}(?:\\.${u[i.PRERELEASEIDENTIFIER]})*))`),a("PRERELEASELOOSE",`(?:-?(${u[i.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${u[i.PRERELEASEIDENTIFIERLOOSE]})*))`),a("BUILDIDENTIFIER","[0-9A-Za-z-]+"),a("BUILD",`(?:\\+(${u[i.BUILDIDENTIFIER]}(?:\\.${u[i.BUILDIDENTIFIER]})*))`),a("FULLPLAIN",`v?${u[i.MAINVERSION]}${u[i.PRERELEASE]}?${u[i.BUILD]}?`),a("FULL",`^${u[i.FULLPLAIN]}$`),a("LOOSEPLAIN",`[v=\\s]*${u[i.MAINVERSIONLOOSE]}${u[i.PRERELEASELOOSE]}?${u[i.BUILD]}?`),a("LOOSE",`^${u[i.LOOSEPLAIN]}$`),a("GTLT","((?:<|>)?=?)"),a("XRANGEIDENTIFIERLOOSE",`${u[i.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),a("XRANGEIDENTIFIER",`${u[i.NUMERICIDENTIFIER]}|x|X|\\*`),a("XRANGEPLAIN",`[v=\\s]*(${u[i.XRANGEIDENTIFIER]})(?:\\.(${u[i.XRANGEIDENTIFIER]})(?:\\.(${u[i.XRANGEIDENTIFIER]})(?:${u[i.PRERELEASE]})?${u[i.BUILD]}?)?)?`),a("XRANGEPLAINLOOSE",`[v=\\s]*(${u[i.XRANGEIDENTIFIERLOOSE]})(?:\\.(${u[i.XRANGEIDENTIFIERLOOSE]})(?:\\.(${u[i.XRANGEIDENTIFIERLOOSE]})(?:${u[i.PRERELEASELOOSE]})?${u[i.BUILD]}?)?)?`),a("XRANGE",`^${u[i.GTLT]}\\s*${u[i.XRANGEPLAIN]}$`),a("XRANGELOOSE",`^${u[i.GTLT]}\\s*${u[i.XRANGEPLAINLOOSE]}$`),a("COERCE",`(^|[^\\d])(\\d{1,${r}})(?:\\.(\\d{1,${r}}))?(?:\\.(\\d{1,${r}}))?(?:$|[^\\d])`),a("COERCERTL",u[i.COERCE],!0),a("LONETILDE","(?:~>?)"),a("TILDETRIM",`(\\s*)${u[i.LONETILDE]}\\s+`,!0),t.tildeTrimReplace="$1~",a("TILDE",`^${u[i.LONETILDE]}${u[i.XRANGEPLAIN]}$`),a("TILDELOOSE",`^${u[i.LONETILDE]}${u[i.XRANGEPLAINLOOSE]}$`),a("LONECARET","(?:\\^)"),a("CARETTRIM",`(\\s*)${u[i.LONECARET]}\\s+`,!0),t.caretTrimReplace="$1^",a("CARET",`^${u[i.LONECARET]}${u[i.XRANGEPLAIN]}$`),a("CARETLOOSE",`^${u[i.LONECARET]}${u[i.XRANGEPLAINLOOSE]}$`),a("COMPARATORLOOSE",`^${u[i.GTLT]}\\s*(${u[i.LOOSEPLAIN]})$|^$`),a("COMPARATOR",`^${u[i.GTLT]}\\s*(${u[i.FULLPLAIN]})$|^$`),a("COMPARATORTRIM",`(\\s*)${u[i.GTLT]}\\s*(${u[i.LOOSEPLAIN]}|${u[i.XRANGEPLAIN]})`,!0),t.comparatorTrimReplace="$1$2$3",a("HYPHENRANGE",`^\\s*(${u[i.XRANGEPLAIN]})\\s+-\\s+(${u[i.XRANGEPLAIN]})\\s*$`),a("HYPHENRANGELOOSE",`^\\s*(${u[i.XRANGEPLAINLOOSE]})\\s+-\\s+(${u[i.XRANGEPLAINLOOSE]})\\s*$`),a("STAR","(<|>)?=?\\s*\\*"),a("GTE0","^\\s*>=\\s*0.0.0\\s*$"),a("GTE0PRE","^\\s*>=\\s*0.0.0-0\\s*$")}));const os=["includePrerelease","loose","rtl"];var as=e=>e?"object"!=typeof e?{loose:!0}:os.filter((t=>e[t])).reduce(((e,t)=>(e[t]=!0,e)),{}):{};const cs=/^[0-9]+$/,ss=(e,t)=>{const r=cs.test(e),n=cs.test(t);return r&&n&&(e=+e,t=+t),e===t?0:r&&!n?-1:n&&!r?1:e<t?-1:1};var ls={compareIdentifiers:ss,rcompareIdentifiers:(e,t)=>ss(t,e)};const{MAX_LENGTH:fs,MAX_SAFE_INTEGER:Ds}=us,{re:ps,t:hs}=is,{compareIdentifiers:ds}=ls;class gs{constructor(e,t){if(t=as(t),e instanceof gs){if(e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease)return e;e=e.version}else if("string"!=typeof e)throw new TypeError(`Invalid Version: ${e}`);if(e.length>fs)throw new TypeError(`version is longer than ${fs} characters`);ns("SemVer",e,t),this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease;const r=e.trim().match(t.loose?ps[hs.LOOSE]:ps[hs.FULL]);if(!r)throw new TypeError(`Invalid Version: ${e}`);if(this.raw=e,this.major=+r[1],this.minor=+r[2],this.patch=+r[3],this.major>Ds||this.major<0)throw new TypeError("Invalid major version");if(this.minor>Ds||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>Ds||this.patch<0)throw new TypeError("Invalid patch version");r[4]?this.prerelease=r[4].split(".").map((e=>{if(/^[0-9]+$/.test(e)){const t=+e;if(t>=0&&t<Ds)return t}return e})):this.prerelease=[],this.build=r[5]?r[5].split("."):[],this.format()}format(){return this.version=`${this.major}.${this.minor}.${this.patch}`,this.prerelease.length&&(this.version+=`-${this.prerelease.join(".")}`),this.version}toString(){return this.version}compare(e){if(ns("SemVer.compare",this.version,this.options,e),!(e instanceof gs)){if("string"==typeof e&&e===this.version)return 0;e=new gs(e,this.options)}return e.version===this.version?0:this.compareMain(e)||this.comparePre(e)}compareMain(e){return e instanceof gs||(e=new gs(e,this.options)),ds(this.major,e.major)||ds(this.minor,e.minor)||ds(this.patch,e.patch)}comparePre(e){if(e instanceof gs||(e=new gs(e,this.options)),this.prerelease.length&&!e.prerelease.length)return-1;if(!this.prerelease.length&&e.prerelease.length)return 1;if(!this.prerelease.length&&!e.prerelease.length)return 0;let t=0;do{const r=this.prerelease[t],n=e.prerelease[t];if(ns("prerelease compare",t,r,n),void 0===r&&void 0===n)return 0;if(void 0===n)return 1;if(void 0===r)return-1;if(r!==n)return ds(r,n)}while(++t)}compareBuild(e){e instanceof gs||(e=new gs(e,this.options));let t=0;do{const r=this.build[t],n=e.build[t];if(ns("prerelease compare",t,r,n),void 0===r&&void 0===n)return 0;if(void 0===n)return 1;if(void 0===r)return-1;if(r!==n)return ds(r,n)}while(++t)}inc(e,t){switch(e){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",t);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",t);break;case"prepatch":this.prerelease.length=0,this.inc("patch",t),this.inc("pre",t);break;case"prerelease":0===this.prerelease.length&&this.inc("patch",t),this.inc("pre",t);break;case"major":0===this.minor&&0===this.patch&&0!==this.prerelease.length||this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":0===this.patch&&0!==this.prerelease.length||this.minor++,this.patch=0,this.prerelease=[];break;case"patch":0===this.prerelease.length&&this.patch++,this.prerelease=[];break;case"pre":if(0===this.prerelease.length)this.prerelease=[0];else{let e=this.prerelease.length;for(;--e>=0;)"number"==typeof this.prerelease[e]&&(this.prerelease[e]++,e=-2);-1===e&&this.prerelease.push(0)}t&&(this.prerelease[0]===t?isNaN(this.prerelease[1])&&(this.prerelease=[t,0]):this.prerelease=[t,0]);break;default:throw new Error(`invalid increment argument: ${e}`)}return this.format(),this.raw=this.version,this}}var ms=gs;var Es=(e,t,r)=>new ms(e,r).compare(new ms(t,r));var ys=(e,t,r)=>Es(e,t,r)<0;var vs=(e,t,r)=>Es(e,t,r)>=0,bs=u((function(e,t){function r(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t]}function n(){return"undefined"!=typeof WeakMap?new WeakMap:{add:r,delete:r,get:r,set:r,has:function(e){return!1}}}Object.defineProperty(t,"__esModule",{value:!0}),t.outdent=void 0;var u=Object.prototype.hasOwnProperty,i=function(e,t){return u.call(e,t)};function o(e,t){for(var r in t)i(t,r)&&(e[r]=t[r]);return e}var a=/^[ \t]*(?:\r\n|\r|\n)/,c=/(?:\r\n|\r|\n)[ \t]*$/,s=/^(?:[\r\n]|$)/,l=/(?:\r\n|\r|\n)([ \t]*)(?:[^ \t\r\n]|$)/,f=/^[ \t]*[\r\n][ \t\r\n]*$/;function D(e,t,r){var n=0,u=e[0].match(l);u&&(n=u[1].length);var i=new RegExp("(\\r\\n|\\r|\\n).{0,"+n+"}","g");t&&(e=e.slice(1));var o=r.newline,s=r.trimLeadingNewline,f=r.trimTrailingNewline,D="string"==typeof o,p=e.length;return e.map((function(e,t){return e=e.replace(i,"$1"),0===t&&s&&(e=e.replace(a,"")),t===p-1&&f&&(e=e.replace(c,"")),D&&(e=e.replace(/\r\n|\n|\r/g,(function(e){return o}))),e}))}function p(e,t){for(var r="",n=0,u=e.length;n<u;n++)r+=e[n],n<u-1&&(r+=t[n]);return r}function h(e){return i(e,"raw")&&i(e,"length")}var d=function e(t){var r=n(),u=n();return o((function n(i){for(var a=[],c=1;c<arguments.length;c++)a[c-1]=arguments[c];if(h(i)){var l=i,g=(a[0]===n||a[0]===d)&&f.test(l[0])&&s.test(l[1]),m=g?u:r,E=m.get(l);if(E||(E=D(l,g,t),m.set(l,E)),0===a.length)return E[0];var y=p(E,g?a.slice(1):a);return y}return e(o(o({},t),i||{}))}),{string:function(e){return D([e],!1,t)[0]}})}({trimLeadingNewline:!0,trimTrailingNewline:!0});t.outdent=d,t.default=d;try{e.exports=d,Object.defineProperty(d,"__esModule",{value:!0}),d.default=d,d.outdent=d}catch(e){}}));const{outdent:Cs}=bs,As="Config",ws="Editor",Fs="Other",ks="Global",Os="Special",Ts={cursorOffset:{since:"1.4.0",category:Os,type:"int",default:-1,range:{start:-1,end:Number.POSITIVE_INFINITY,step:1},description:Cs`
1
+ (function(e){if(typeof exports=="object"&&typeof module=="object")module.exports=e();else if(typeof define=="function"&&define.amd)define(e);else{var i=typeof globalThis<"u"?globalThis:typeof global<"u"?global:typeof self<"u"?self:this||{};i.prettierPlugins=i.prettierPlugins||{},i.prettierPlugins.markdown=e()}})(function(){"use strict";var H=(n,r)=>()=>(r||n((r={exports:{}}).exports,r),r.exports);var ue=H((N2,Cu)=>{var rr=function(n){return n&&n.Math==Math&&n};Cu.exports=rr(typeof globalThis=="object"&&globalThis)||rr(typeof window=="object"&&window)||rr(typeof self=="object"&&self)||rr(typeof global=="object"&&global)||function(){return this}()||Function("return this")()});var Ae=H((L2,gu)=>{gu.exports=function(n){try{return!!n()}catch{return!0}}});var _e=H((R2,Fu)=>{var ri=Ae();Fu.exports=!ri(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!=7})});var ur=H((j2,Au)=>{var ui=Ae();Au.exports=!ui(function(){var n=function(){}.bind();return typeof n!="function"||n.hasOwnProperty("prototype")})});var Oe=H((P2,xu)=>{var ti=ur(),tr=Function.prototype.call;xu.exports=ti?tr.bind(tr):function(){return tr.apply(tr,arguments)}});var Bu=H(wu=>{"use strict";var bu={}.propertyIsEnumerable,yu=Object.getOwnPropertyDescriptor,ni=yu&&!bu.call({1:2},1);wu.f=ni?function(r){var e=yu(this,r);return!!e&&e.enumerable}:bu});var nr=H((z2,ku)=>{ku.exports=function(n,r){return{enumerable:!(n&1),configurable:!(n&2),writable:!(n&4),value:r}}});var ve=H((G2,Ou)=>{var qu=ur(),_u=Function.prototype,ai=_u.bind,br=_u.call,ii=qu&&ai.bind(br,br);Ou.exports=qu?function(n){return n&&ii(n)}:function(n){return n&&function(){return br.apply(n,arguments)}}});var ar=H((U2,Su)=>{var Iu=ve(),oi=Iu({}.toString),si=Iu("".slice);Su.exports=function(n){return si(oi(n),8,-1)}});var Nu=H((V2,Tu)=>{var ci=ue(),li=ve(),Di=Ae(),fi=ar(),yr=ci.Object,pi=li("".split);Tu.exports=Di(function(){return!yr("z").propertyIsEnumerable(0)})?function(n){return fi(n)=="String"?pi(n,""):yr(n)}:yr});var wr=H(($2,Lu)=>{var di=ue(),hi=di.TypeError;Lu.exports=function(n){if(n==null)throw hi("Can't call method on "+n);return n}});var ir=H((H2,Ru)=>{var vi=Nu(),mi=wr();Ru.exports=function(n){return vi(mi(n))}});var me=H((X2,ju)=>{ju.exports=function(n){return typeof n=="function"}});var Ie=H((W2,Pu)=>{var Ei=me();Pu.exports=function(n){return typeof n=="object"?n!==null:Ei(n)}});var $e=H((K2,Mu)=>{var Br=ue(),Ci=me(),gi=function(n){return Ci(n)?n:void 0};Mu.exports=function(n,r){return arguments.length<2?gi(Br[n]):Br[n]&&Br[n][r]}});var kr=H((Y2,zu)=>{var Fi=ve();zu.exports=Fi({}.isPrototypeOf)});var Uu=H((J2,Gu)=>{var Ai=$e();Gu.exports=Ai("navigator","userAgent")||""});var Yu=H((Z2,Ku)=>{var Wu=ue(),qr=Uu(),Vu=Wu.process,$u=Wu.Deno,Hu=Vu&&Vu.versions||$u&&$u.version,Xu=Hu&&Hu.v8,Ee,or;Xu&&(Ee=Xu.split("."),or=Ee[0]>0&&Ee[0]<4?1:+(Ee[0]+Ee[1]));!or&&qr&&(Ee=qr.match(/Edge\/(\d+)/),(!Ee||Ee[1]>=74)&&(Ee=qr.match(/Chrome\/(\d+)/),Ee&&(or=+Ee[1])));Ku.exports=or});var _r=H((Q2,Zu)=>{var Ju=Yu(),xi=Ae();Zu.exports=!!Object.getOwnPropertySymbols&&!xi(function(){var n=Symbol();return!String(n)||!(Object(n)instanceof Symbol)||!Symbol.sham&&Ju&&Ju<41})});var Or=H((ef,Qu)=>{var bi=_r();Qu.exports=bi&&!Symbol.sham&&typeof Symbol.iterator=="symbol"});var Ir=H((rf,et)=>{var yi=ue(),wi=$e(),Bi=me(),ki=kr(),qi=Or(),_i=yi.Object;et.exports=qi?function(n){return typeof n=="symbol"}:function(n){var r=wi("Symbol");return Bi(r)&&ki(r.prototype,_i(n))}});var sr=H((uf,rt)=>{var Oi=ue(),Ii=Oi.String;rt.exports=function(n){try{return Ii(n)}catch{return"Object"}}});var He=H((tf,ut)=>{var Si=ue(),Ti=me(),Ni=sr(),Li=Si.TypeError;ut.exports=function(n){if(Ti(n))return n;throw Li(Ni(n)+" is not a function")}});var cr=H((nf,tt)=>{var Ri=He();tt.exports=function(n,r){var e=n[r];return e==null?void 0:Ri(e)}});var at=H((af,nt)=>{var ji=ue(),Sr=Oe(),Tr=me(),Nr=Ie(),Pi=ji.TypeError;nt.exports=function(n,r){var e,u;if(r==="string"&&Tr(e=n.toString)&&!Nr(u=Sr(e,n))||Tr(e=n.valueOf)&&!Nr(u=Sr(e,n))||r!=="string"&&Tr(e=n.toString)&&!Nr(u=Sr(e,n)))return u;throw Pi("Can't convert object to primitive value")}});var ot=H((of,it)=>{it.exports=!1});var lr=H((sf,ct)=>{var st=ue(),Mi=Object.defineProperty;ct.exports=function(n,r){try{Mi(st,n,{value:r,configurable:!0,writable:!0})}catch{st[n]=r}return r}});var Dr=H((cf,Dt)=>{var zi=ue(),Gi=lr(),lt="__core-js_shared__",Ui=zi[lt]||Gi(lt,{});Dt.exports=Ui});var Lr=H((lf,pt)=>{var Vi=ot(),ft=Dr();(pt.exports=function(n,r){return ft[n]||(ft[n]=r!==void 0?r:{})})("versions",[]).push({version:"3.21.1",mode:Vi?"pure":"global",copyright:"\xA9 2014-2022 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.21.1/LICENSE",source:"https://github.com/zloirock/core-js"})});var Rr=H((Df,dt)=>{var $i=ue(),Hi=wr(),Xi=$i.Object;dt.exports=function(n){return Xi(Hi(n))}});var we=H((ff,ht)=>{var Wi=ve(),Ki=Rr(),Yi=Wi({}.hasOwnProperty);ht.exports=Object.hasOwn||function(r,e){return Yi(Ki(r),e)}});var jr=H((pf,vt)=>{var Ji=ve(),Zi=0,Qi=Math.random(),eo=Ji(1 .toString);vt.exports=function(n){return"Symbol("+(n===void 0?"":n)+")_"+eo(++Zi+Qi,36)}});var Te=H((df,Ft)=>{var ro=ue(),uo=Lr(),mt=we(),to=jr(),Et=_r(),gt=Or(),Le=uo("wks"),Se=ro.Symbol,Ct=Se&&Se.for,no=gt?Se:Se&&Se.withoutSetter||to;Ft.exports=function(n){if(!mt(Le,n)||!(Et||typeof Le[n]=="string")){var r="Symbol."+n;Et&&mt(Se,n)?Le[n]=Se[n]:gt&&Ct?Le[n]=Ct(r):Le[n]=no(r)}return Le[n]}});var yt=H((hf,bt)=>{var ao=ue(),io=Oe(),At=Ie(),xt=Ir(),oo=cr(),so=at(),co=Te(),lo=ao.TypeError,Do=co("toPrimitive");bt.exports=function(n,r){if(!At(n)||xt(n))return n;var e=oo(n,Do),u;if(e){if(r===void 0&&(r="default"),u=io(e,n,r),!At(u)||xt(u))return u;throw lo("Can't convert object to primitive value")}return r===void 0&&(r="number"),so(n,r)}});var fr=H((vf,wt)=>{var fo=yt(),po=Ir();wt.exports=function(n){var r=fo(n,"string");return po(r)?r:r+""}});var qt=H((mf,kt)=>{var ho=ue(),Bt=Ie(),Pr=ho.document,vo=Bt(Pr)&&Bt(Pr.createElement);kt.exports=function(n){return vo?Pr.createElement(n):{}}});var Mr=H((Ef,_t)=>{var mo=_e(),Eo=Ae(),Co=qt();_t.exports=!mo&&!Eo(function(){return Object.defineProperty(Co("div"),"a",{get:function(){return 7}}).a!=7})});var zr=H(It=>{var go=_e(),Fo=Oe(),Ao=Bu(),xo=nr(),bo=ir(),yo=fr(),wo=we(),Bo=Mr(),Ot=Object.getOwnPropertyDescriptor;It.f=go?Ot:function(r,e){if(r=bo(r),e=yo(e),Bo)try{return Ot(r,e)}catch{}if(wo(r,e))return xo(!Fo(Ao.f,r,e),r[e])}});var Tt=H((gf,St)=>{var ko=_e(),qo=Ae();St.exports=ko&&qo(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!=42})});var Re=H((Ff,Lt)=>{var Nt=ue(),_o=Ie(),Oo=Nt.String,Io=Nt.TypeError;Lt.exports=function(n){if(_o(n))return n;throw Io(Oo(n)+" is not an object")}});var dr=H(jt=>{var So=ue(),To=_e(),No=Mr(),Lo=Tt(),pr=Re(),Rt=fr(),Ro=So.TypeError,Gr=Object.defineProperty,jo=Object.getOwnPropertyDescriptor,Ur="enumerable",Vr="configurable",$r="writable";jt.f=To?Lo?function(r,e,u){if(pr(r),e=Rt(e),pr(u),typeof r=="function"&&e==="prototype"&&"value"in u&&$r in u&&!u[$r]){var s=jo(r,e);s&&s[$r]&&(r[e]=u.value,u={configurable:Vr in u?u[Vr]:s[Vr],enumerable:Ur in u?u[Ur]:s[Ur],writable:!1})}return Gr(r,e,u)}:Gr:function(r,e,u){if(pr(r),e=Rt(e),pr(u),No)try{return Gr(r,e,u)}catch{}if("get"in u||"set"in u)throw Ro("Accessors not supported");return"value"in u&&(r[e]=u.value),r}});var hr=H((xf,Pt)=>{var Po=_e(),Mo=dr(),zo=nr();Pt.exports=Po?function(n,r,e){return Mo.f(n,r,zo(1,e))}:function(n,r,e){return n[r]=e,n}});var vr=H((bf,Mt)=>{var Go=ve(),Uo=me(),Hr=Dr(),Vo=Go(Function.toString);Uo(Hr.inspectSource)||(Hr.inspectSource=function(n){return Vo(n)});Mt.exports=Hr.inspectSource});var Ut=H((yf,Gt)=>{var $o=ue(),Ho=me(),Xo=vr(),zt=$o.WeakMap;Gt.exports=Ho(zt)&&/native code/.test(Xo(zt))});var Ht=H((wf,$t)=>{var Wo=Lr(),Ko=jr(),Vt=Wo("keys");$t.exports=function(n){return Vt[n]||(Vt[n]=Ko(n))}});var Xr=H((Bf,Xt)=>{Xt.exports={}});var Qt=H((kf,Zt)=>{var Yo=Ut(),Jt=ue(),Wr=ve(),Jo=Ie(),Zo=hr(),Kr=we(),Yr=Dr(),Qo=Ht(),es=Xr(),Wt="Object already initialized",Zr=Jt.TypeError,rs=Jt.WeakMap,mr,Xe,Er,us=function(n){return Er(n)?Xe(n):mr(n,{})},ts=function(n){return function(r){var e;if(!Jo(r)||(e=Xe(r)).type!==n)throw Zr("Incompatible receiver, "+n+" required");return e}};Yo||Yr.state?(Be=Yr.state||(Yr.state=new rs),Kt=Wr(Be.get),Jr=Wr(Be.has),Yt=Wr(Be.set),mr=function(n,r){if(Jr(Be,n))throw new Zr(Wt);return r.facade=n,Yt(Be,n,r),r},Xe=function(n){return Kt(Be,n)||{}},Er=function(n){return Jr(Be,n)}):(Ne=Qo("state"),es[Ne]=!0,mr=function(n,r){if(Kr(n,Ne))throw new Zr(Wt);return r.facade=n,Zo(n,Ne,r),r},Xe=function(n){return Kr(n,Ne)?n[Ne]:{}},Er=function(n){return Kr(n,Ne)});var Be,Kt,Jr,Yt,Ne;Zt.exports={set:mr,get:Xe,has:Er,enforce:us,getterFor:ts}});var un=H((qf,rn)=>{var Qr=_e(),ns=we(),en=Function.prototype,as=Qr&&Object.getOwnPropertyDescriptor,eu=ns(en,"name"),is=eu&&function(){}.name==="something",os=eu&&(!Qr||Qr&&as(en,"name").configurable);rn.exports={EXISTS:eu,PROPER:is,CONFIGURABLE:os}});var sn=H((_f,on)=>{var ss=ue(),tn=me(),cs=we(),nn=hr(),ls=lr(),Ds=vr(),an=Qt(),fs=un().CONFIGURABLE,ps=an.get,ds=an.enforce,hs=String(String).split("String");(on.exports=function(n,r,e,u){var s=u?!!u.unsafe:!1,t=u?!!u.enumerable:!1,o=u?!!u.noTargetGet:!1,c=u&&u.name!==void 0?u.name:r,a;if(tn(e)&&(String(c).slice(0,7)==="Symbol("&&(c="["+String(c).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),(!cs(e,"name")||fs&&e.name!==c)&&nn(e,"name",c),a=ds(e),a.source||(a.source=hs.join(typeof c=="string"?c:""))),n===ss){t?n[r]=e:ls(r,e);return}else s?!o&&n[r]&&(t=!0):delete n[r];t?n[r]=e:nn(n,r,e)})(Function.prototype,"toString",function(){return tn(this)&&ps(this).source||Ds(this)})});var ru=H((Of,cn)=>{var vs=Math.ceil,ms=Math.floor;cn.exports=function(n){var r=+n;return r!==r||r===0?0:(r>0?ms:vs)(r)}});var Dn=H((If,ln)=>{var Es=ru(),Cs=Math.max,gs=Math.min;ln.exports=function(n,r){var e=Es(n);return e<0?Cs(e+r,0):gs(e,r)}});var pn=H((Sf,fn)=>{var Fs=ru(),As=Math.min;fn.exports=function(n){return n>0?As(Fs(n),9007199254740991):0}});var We=H((Tf,dn)=>{var xs=pn();dn.exports=function(n){return xs(n.length)}});var mn=H((Nf,vn)=>{var bs=ir(),ys=Dn(),ws=We(),hn=function(n){return function(r,e,u){var s=bs(r),t=ws(s),o=ys(u,t),c;if(n&&e!=e){for(;t>o;)if(c=s[o++],c!=c)return!0}else for(;t>o;o++)if((n||o in s)&&s[o]===e)return n||o||0;return!n&&-1}};vn.exports={includes:hn(!0),indexOf:hn(!1)}});var gn=H((Lf,Cn)=>{var Bs=ve(),uu=we(),ks=ir(),qs=mn().indexOf,_s=Xr(),En=Bs([].push);Cn.exports=function(n,r){var e=ks(n),u=0,s=[],t;for(t in e)!uu(_s,t)&&uu(e,t)&&En(s,t);for(;r.length>u;)uu(e,t=r[u++])&&(~qs(s,t)||En(s,t));return s}});var An=H((Rf,Fn)=>{Fn.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]});var bn=H(xn=>{var Os=gn(),Is=An(),Ss=Is.concat("length","prototype");xn.f=Object.getOwnPropertyNames||function(r){return Os(r,Ss)}});var wn=H(yn=>{yn.f=Object.getOwnPropertySymbols});var kn=H((Mf,Bn)=>{var Ts=$e(),Ns=ve(),Ls=bn(),Rs=wn(),js=Re(),Ps=Ns([].concat);Bn.exports=Ts("Reflect","ownKeys")||function(r){var e=Ls.f(js(r)),u=Rs.f;return u?Ps(e,u(r)):e}});var On=H((zf,_n)=>{var qn=we(),Ms=kn(),zs=zr(),Gs=dr();_n.exports=function(n,r,e){for(var u=Ms(r),s=Gs.f,t=zs.f,o=0;o<u.length;o++){var c=u[o];!qn(n,c)&&!(e&&qn(e,c))&&s(n,c,t(r,c))}}});var Sn=H((Gf,In)=>{var Us=Ae(),Vs=me(),$s=/#|\.prototype\./,Ke=function(n,r){var e=Xs[Hs(n)];return e==Ks?!0:e==Ws?!1:Vs(r)?Us(r):!!r},Hs=Ke.normalize=function(n){return String(n).replace($s,".").toLowerCase()},Xs=Ke.data={},Ws=Ke.NATIVE="N",Ks=Ke.POLYFILL="P";In.exports=Ke});var nu=H((Uf,Tn)=>{var tu=ue(),Ys=zr().f,Js=hr(),Zs=sn(),Qs=lr(),ec=On(),rc=Sn();Tn.exports=function(n,r){var e=n.target,u=n.global,s=n.stat,t,o,c,a,D,i;if(u?o=tu:s?o=tu[e]||Qs(e,{}):o=(tu[e]||{}).prototype,o)for(c in r){if(D=r[c],n.noTargetGet?(i=Ys(o,c),a=i&&i.value):a=o[c],t=rc(u?c:e+(s?".":"#")+c,n.forced),!t&&a!==void 0){if(typeof D==typeof a)continue;ec(D,a)}(n.sham||a&&a.sham)&&Js(D,"sham",!0),Zs(o,c,D,n)}}});var au=H((Vf,Nn)=>{var uc=ar();Nn.exports=Array.isArray||function(r){return uc(r)=="Array"}});var iu=H(($f,Rn)=>{var Ln=ve(),tc=He(),nc=ur(),ac=Ln(Ln.bind);Rn.exports=function(n,r){return tc(n),r===void 0?n:nc?ac(n,r):function(){return n.apply(r,arguments)}}});var Mn=H((Hf,Pn)=>{"use strict";var ic=ue(),oc=au(),sc=We(),cc=iu(),lc=ic.TypeError,jn=function(n,r,e,u,s,t,o,c){for(var a=s,D=0,i=o?cc(o,c):!1,l,d;D<u;){if(D in e){if(l=i?i(e[D],D,r):e[D],t>0&&oc(l))d=sc(l),a=jn(n,r,l,d,a,t-1)-1;else{if(a>=9007199254740991)throw lc("Exceed the acceptable array length");n[a]=l}a++}D++}return a};Pn.exports=jn});var Un=H((Xf,Gn)=>{var Dc=Te(),fc=Dc("toStringTag"),zn={};zn[fc]="z";Gn.exports=String(zn)==="[object z]"});var ou=H((Wf,Vn)=>{var pc=ue(),dc=Un(),hc=me(),Cr=ar(),vc=Te(),mc=vc("toStringTag"),Ec=pc.Object,Cc=Cr(function(){return arguments}())=="Arguments",gc=function(n,r){try{return n[r]}catch{}};Vn.exports=dc?Cr:function(n){var r,e,u;return n===void 0?"Undefined":n===null?"Null":typeof(e=gc(r=Ec(n),mc))=="string"?e:Cc?Cr(r):(u=Cr(r))=="Object"&&hc(r.callee)?"Arguments":u}});var Yn=H((Kf,Kn)=>{var Fc=ve(),Ac=Ae(),$n=me(),xc=ou(),bc=$e(),yc=vr(),Hn=function(){},wc=[],Xn=bc("Reflect","construct"),su=/^\s*(?:class|function)\b/,Bc=Fc(su.exec),kc=!su.exec(Hn),Ye=function(r){if(!$n(r))return!1;try{return Xn(Hn,wc,r),!0}catch{return!1}},Wn=function(r){if(!$n(r))return!1;switch(xc(r)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return kc||!!Bc(su,yc(r))}catch{return!0}};Wn.sham=!0;Kn.exports=!Xn||Ac(function(){var n;return Ye(Ye.call)||!Ye(Object)||!Ye(function(){n=!0})||n})?Wn:Ye});var ea=H((Yf,Qn)=>{var qc=ue(),Jn=au(),_c=Yn(),Oc=Ie(),Ic=Te(),Sc=Ic("species"),Zn=qc.Array;Qn.exports=function(n){var r;return Jn(n)&&(r=n.constructor,_c(r)&&(r===Zn||Jn(r.prototype))?r=void 0:Oc(r)&&(r=r[Sc],r===null&&(r=void 0))),r===void 0?Zn:r}});var ua=H((Jf,ra)=>{var Tc=ea();ra.exports=function(n,r){return new(Tc(n))(r===0?0:r)}});var ta=H(()=>{"use strict";var Nc=nu(),Lc=Mn(),Rc=He(),jc=Rr(),Pc=We(),Mc=ua();Nc({target:"Array",proto:!0},{flatMap:function(r){var e=jc(this),u=Pc(e),s;return Rc(r),s=Mc(e,0),s.length=Lc(s,e,e,u,0,1,r,arguments.length>1?arguments[1]:void 0),s}})});var cu=H((ep,na)=>{na.exports={}});var ia=H((rp,aa)=>{var zc=Te(),Gc=cu(),Uc=zc("iterator"),Vc=Array.prototype;aa.exports=function(n){return n!==void 0&&(Gc.Array===n||Vc[Uc]===n)}});var lu=H((up,sa)=>{var $c=ou(),oa=cr(),Hc=cu(),Xc=Te(),Wc=Xc("iterator");sa.exports=function(n){if(n!=null)return oa(n,Wc)||oa(n,"@@iterator")||Hc[$c(n)]}});var la=H((tp,ca)=>{var Kc=ue(),Yc=Oe(),Jc=He(),Zc=Re(),Qc=sr(),el=lu(),rl=Kc.TypeError;ca.exports=function(n,r){var e=arguments.length<2?el(n):r;if(Jc(e))return Zc(Yc(e,n));throw rl(Qc(n)+" is not iterable")}});var pa=H((np,fa)=>{var ul=Oe(),Da=Re(),tl=cr();fa.exports=function(n,r,e){var u,s;Da(n);try{if(u=tl(n,"return"),!u){if(r==="throw")throw e;return e}u=ul(u,n)}catch(t){s=!0,u=t}if(r==="throw")throw e;if(s)throw u;return Da(u),e}});var Ea=H((ap,ma)=>{var nl=ue(),al=iu(),il=Oe(),ol=Re(),sl=sr(),cl=ia(),ll=We(),da=kr(),Dl=la(),fl=lu(),ha=pa(),pl=nl.TypeError,gr=function(n,r){this.stopped=n,this.result=r},va=gr.prototype;ma.exports=function(n,r,e){var u=e&&e.that,s=!!(e&&e.AS_ENTRIES),t=!!(e&&e.IS_ITERATOR),o=!!(e&&e.INTERRUPTED),c=al(r,u),a,D,i,l,d,h,g,F=function(x){return a&&ha(a,"normal",x),new gr(!0,x)},C=function(x){return s?(ol(x),o?c(x[0],x[1],F):c(x[0],x[1])):o?c(x,F):c(x)};if(t)a=n;else{if(D=fl(n),!D)throw pl(sl(n)+" is not iterable");if(cl(D)){for(i=0,l=ll(n);l>i;i++)if(d=C(n[i]),d&&da(va,d))return d;return new gr(!1)}a=Dl(n,D)}for(h=a.next;!(g=il(h,a)).done;){try{d=C(g.value)}catch(x){ha(a,"throw",x)}if(typeof d=="object"&&d&&da(va,d))return d}return new gr(!1)}});var ga=H((ip,Ca)=>{"use strict";var dl=fr(),hl=dr(),vl=nr();Ca.exports=function(n,r,e){var u=dl(r);u in n?hl.f(n,u,vl(0,e)):n[u]=e}});var Fa=H(()=>{var ml=nu(),El=Ea(),Cl=ga();ml({target:"Object",stat:!0},{fromEntries:function(r){var e={};return El(r,function(u,s){Cl(e,u,s)},{AS_ENTRIES:!0}),e}})});var S2=H((cp,Qa)=>{var gl=["cliName","cliCategory","cliDescription"],Aa,xa,ba,ya,wa,Ba;function Fl(n,r){if(n==null)return{};var e=Al(n,r),u,s;if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(n);for(s=0;s<t.length;s++)u=t[s],!(r.indexOf(u)>=0)&&(!Object.prototype.propertyIsEnumerable.call(n,u)||(e[u]=n[u]))}return e}function Al(n,r){if(n==null)return{};var e={},u=Object.keys(n),s,t;for(t=0;t<u.length;t++)s=u[t],!(r.indexOf(s)>=0)&&(e[s]=n[s]);return e}ta();Fa();function je(n,r){return r||(r=n.slice(0)),Object.freeze(Object.defineProperties(n,{raw:{value:Object.freeze(r)}}))}var Sa=Object.getOwnPropertyNames,xl=(n,r)=>function(){return n&&(r=(0,n[Sa(n)[0]])(n=0)),r},I=(n,r)=>function(){return r||(0,n[Sa(n)[0]])((r={exports:{}}).exports,r),r.exports},ka,qa,Je,S=xl({"<define:process>"(){ka={},qa=[],Je={env:ka,argv:qa}}}),Pe=I({"node_modules/xtend/immutable.js"(n,r){S(),r.exports=u;var e=Object.prototype.hasOwnProperty;function u(){for(var s={},t=0;t<arguments.length;t++){var o=arguments[t];for(var c in o)e.call(o,c)&&(s[c]=o[c])}return s}}}),bl=I({"node_modules/inherits/inherits_browser.js"(n,r){S(),typeof Object.create=="function"?r.exports=function(u,s){s&&(u.super_=s,u.prototype=Object.create(s.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}))}:r.exports=function(u,s){if(s){u.super_=s;var t=function(){};t.prototype=s.prototype,u.prototype=new t,u.prototype.constructor=u}}}}),yl=I({"node_modules/unherit/index.js"(n,r){"use strict";S();var e=Pe(),u=bl();r.exports=s;function s(t){var o,c,a;u(i,t),u(D,i),o=i.prototype;for(c in o)a=o[c],a&&typeof a=="object"&&(o[c]="concat"in a?a.concat():e(a));return i;function D(l){return t.apply(this,l)}function i(){return this instanceof i?t.apply(this,arguments):new D(arguments)}}}}),wl=I({"node_modules/state-toggle/index.js"(n,r){"use strict";S(),r.exports=e;function e(u,s,t){return o;function o(){var c=t||this,a=c[u];return c[u]=!s,D;function D(){c[u]=a}}}}}),Bl=I({"node_modules/vfile-location/index.js"(n,r){"use strict";S(),r.exports=e;function e(u){for(var s=String(u),t=[],o=/\r?\n|\r/g;o.exec(s);)t.push(o.lastIndex);return t.push(s.length+1),{toPoint:c,toPosition:c,toOffset:a};function c(D){var i=-1;if(D>-1&&D<t[t.length-1]){for(;++i<t.length;)if(t[i]>D)return{line:i+1,column:D-(t[i-1]||0)+1,offset:D}}return{}}function a(D){var i=D&&D.line,l=D&&D.column,d;return!isNaN(i)&&!isNaN(l)&&i-1 in t&&(d=(t[i-2]||0)+l-1||0),d>-1&&d<t[t.length-1]?d:-1}}}}),kl=I({"node_modules/remark-parse/lib/unescape.js"(n,r){"use strict";S(),r.exports=u;var e="\\";function u(s,t){return o;function o(c){for(var a=0,D=c.indexOf(e),i=s[t],l=[],d;D!==-1;)l.push(c.slice(a,D)),a=D+1,d=c.charAt(a),(!d||i.indexOf(d)===-1)&&l.push(e),D=c.indexOf(e,a+1);return l.push(c.slice(a)),l.join("")}}}}),ql=I({"node_modules/character-entities-legacy/index.json"(n,r){r.exports={AElig:"\xC6",AMP:"&",Aacute:"\xC1",Acirc:"\xC2",Agrave:"\xC0",Aring:"\xC5",Atilde:"\xC3",Auml:"\xC4",COPY:"\xA9",Ccedil:"\xC7",ETH:"\xD0",Eacute:"\xC9",Ecirc:"\xCA",Egrave:"\xC8",Euml:"\xCB",GT:">",Iacute:"\xCD",Icirc:"\xCE",Igrave:"\xCC",Iuml:"\xCF",LT:"<",Ntilde:"\xD1",Oacute:"\xD3",Ocirc:"\xD4",Ograve:"\xD2",Oslash:"\xD8",Otilde:"\xD5",Ouml:"\xD6",QUOT:'"',REG:"\xAE",THORN:"\xDE",Uacute:"\xDA",Ucirc:"\xDB",Ugrave:"\xD9",Uuml:"\xDC",Yacute:"\xDD",aacute:"\xE1",acirc:"\xE2",acute:"\xB4",aelig:"\xE6",agrave:"\xE0",amp:"&",aring:"\xE5",atilde:"\xE3",auml:"\xE4",brvbar:"\xA6",ccedil:"\xE7",cedil:"\xB8",cent:"\xA2",copy:"\xA9",curren:"\xA4",deg:"\xB0",divide:"\xF7",eacute:"\xE9",ecirc:"\xEA",egrave:"\xE8",eth:"\xF0",euml:"\xEB",frac12:"\xBD",frac14:"\xBC",frac34:"\xBE",gt:">",iacute:"\xED",icirc:"\xEE",iexcl:"\xA1",igrave:"\xEC",iquest:"\xBF",iuml:"\xEF",laquo:"\xAB",lt:"<",macr:"\xAF",micro:"\xB5",middot:"\xB7",nbsp:"\xA0",not:"\xAC",ntilde:"\xF1",oacute:"\xF3",ocirc:"\xF4",ograve:"\xF2",ordf:"\xAA",ordm:"\xBA",oslash:"\xF8",otilde:"\xF5",ouml:"\xF6",para:"\xB6",plusmn:"\xB1",pound:"\xA3",quot:'"',raquo:"\xBB",reg:"\xAE",sect:"\xA7",shy:"\xAD",sup1:"\xB9",sup2:"\xB2",sup3:"\xB3",szlig:"\xDF",thorn:"\xFE",times:"\xD7",uacute:"\xFA",ucirc:"\xFB",ugrave:"\xF9",uml:"\xA8",uuml:"\xFC",yacute:"\xFD",yen:"\xA5",yuml:"\xFF"}}}),_l=I({"node_modules/character-reference-invalid/index.json"(n,r){r.exports={"0":"\uFFFD","128":"\u20AC","130":"\u201A","131":"\u0192","132":"\u201E","133":"\u2026","134":"\u2020","135":"\u2021","136":"\u02C6","137":"\u2030","138":"\u0160","139":"\u2039","140":"\u0152","142":"\u017D","145":"\u2018","146":"\u2019","147":"\u201C","148":"\u201D","149":"\u2022","150":"\u2013","151":"\u2014","152":"\u02DC","153":"\u2122","154":"\u0161","155":"\u203A","156":"\u0153","158":"\u017E","159":"\u0178"}}}),Me=I({"node_modules/is-decimal/index.js"(n,r){"use strict";S(),r.exports=e;function e(u){var s=typeof u=="string"?u.charCodeAt(0):u;return s>=48&&s<=57}}}),Ol=I({"node_modules/is-hexadecimal/index.js"(n,r){"use strict";S(),r.exports=e;function e(u){var s=typeof u=="string"?u.charCodeAt(0):u;return s>=97&&s<=102||s>=65&&s<=70||s>=48&&s<=57}}}),Ze=I({"node_modules/is-alphabetical/index.js"(n,r){"use strict";S(),r.exports=e;function e(u){var s=typeof u=="string"?u.charCodeAt(0):u;return s>=97&&s<=122||s>=65&&s<=90}}}),Il=I({"node_modules/is-alphanumerical/index.js"(n,r){"use strict";S();var e=Ze(),u=Me();r.exports=s;function s(t){return e(t)||u(t)}}}),Sl=I({"node_modules/character-entities/index.json"(n,r){r.exports={AEli:"\xC6",AElig:"\xC6",AM:"&",AMP:"&",Aacut:"\xC1",Aacute:"\xC1",Abreve:"\u0102",Acir:"\xC2",Acirc:"\xC2",Acy:"\u0410",Afr:"\u{1D504}",Agrav:"\xC0",Agrave:"\xC0",Alpha:"\u0391",Amacr:"\u0100",And:"\u2A53",Aogon:"\u0104",Aopf:"\u{1D538}",ApplyFunction:"\u2061",Arin:"\xC5",Aring:"\xC5",Ascr:"\u{1D49C}",Assign:"\u2254",Atild:"\xC3",Atilde:"\xC3",Aum:"\xC4",Auml:"\xC4",Backslash:"\u2216",Barv:"\u2AE7",Barwed:"\u2306",Bcy:"\u0411",Because:"\u2235",Bernoullis:"\u212C",Beta:"\u0392",Bfr:"\u{1D505}",Bopf:"\u{1D539}",Breve:"\u02D8",Bscr:"\u212C",Bumpeq:"\u224E",CHcy:"\u0427",COP:"\xA9",COPY:"\xA9",Cacute:"\u0106",Cap:"\u22D2",CapitalDifferentialD:"\u2145",Cayleys:"\u212D",Ccaron:"\u010C",Ccedi:"\xC7",Ccedil:"\xC7",Ccirc:"\u0108",Cconint:"\u2230",Cdot:"\u010A",Cedilla:"\xB8",CenterDot:"\xB7",Cfr:"\u212D",Chi:"\u03A7",CircleDot:"\u2299",CircleMinus:"\u2296",CirclePlus:"\u2295",CircleTimes:"\u2297",ClockwiseContourIntegral:"\u2232",CloseCurlyDoubleQuote:"\u201D",CloseCurlyQuote:"\u2019",Colon:"\u2237",Colone:"\u2A74",Congruent:"\u2261",Conint:"\u222F",ContourIntegral:"\u222E",Copf:"\u2102",Coproduct:"\u2210",CounterClockwiseContourIntegral:"\u2233",Cross:"\u2A2F",Cscr:"\u{1D49E}",Cup:"\u22D3",CupCap:"\u224D",DD:"\u2145",DDotrahd:"\u2911",DJcy:"\u0402",DScy:"\u0405",DZcy:"\u040F",Dagger:"\u2021",Darr:"\u21A1",Dashv:"\u2AE4",Dcaron:"\u010E",Dcy:"\u0414",Del:"\u2207",Delta:"\u0394",Dfr:"\u{1D507}",DiacriticalAcute:"\xB4",DiacriticalDot:"\u02D9",DiacriticalDoubleAcute:"\u02DD",DiacriticalGrave:"`",DiacriticalTilde:"\u02DC",Diamond:"\u22C4",DifferentialD:"\u2146",Dopf:"\u{1D53B}",Dot:"\xA8",DotDot:"\u20DC",DotEqual:"\u2250",DoubleContourIntegral:"\u222F",DoubleDot:"\xA8",DoubleDownArrow:"\u21D3",DoubleLeftArrow:"\u21D0",DoubleLeftRightArrow:"\u21D4",DoubleLeftTee:"\u2AE4",DoubleLongLeftArrow:"\u27F8",DoubleLongLeftRightArrow:"\u27FA",DoubleLongRightArrow:"\u27F9",DoubleRightArrow:"\u21D2",DoubleRightTee:"\u22A8",DoubleUpArrow:"\u21D1",DoubleUpDownArrow:"\u21D5",DoubleVerticalBar:"\u2225",DownArrow:"\u2193",DownArrowBar:"\u2913",DownArrowUpArrow:"\u21F5",DownBreve:"\u0311",DownLeftRightVector:"\u2950",DownLeftTeeVector:"\u295E",DownLeftVector:"\u21BD",DownLeftVectorBar:"\u2956",DownRightTeeVector:"\u295F",DownRightVector:"\u21C1",DownRightVectorBar:"\u2957",DownTee:"\u22A4",DownTeeArrow:"\u21A7",Downarrow:"\u21D3",Dscr:"\u{1D49F}",Dstrok:"\u0110",ENG:"\u014A",ET:"\xD0",ETH:"\xD0",Eacut:"\xC9",Eacute:"\xC9",Ecaron:"\u011A",Ecir:"\xCA",Ecirc:"\xCA",Ecy:"\u042D",Edot:"\u0116",Efr:"\u{1D508}",Egrav:"\xC8",Egrave:"\xC8",Element:"\u2208",Emacr:"\u0112",EmptySmallSquare:"\u25FB",EmptyVerySmallSquare:"\u25AB",Eogon:"\u0118",Eopf:"\u{1D53C}",Epsilon:"\u0395",Equal:"\u2A75",EqualTilde:"\u2242",Equilibrium:"\u21CC",Escr:"\u2130",Esim:"\u2A73",Eta:"\u0397",Eum:"\xCB",Euml:"\xCB",Exists:"\u2203",ExponentialE:"\u2147",Fcy:"\u0424",Ffr:"\u{1D509}",FilledSmallSquare:"\u25FC",FilledVerySmallSquare:"\u25AA",Fopf:"\u{1D53D}",ForAll:"\u2200",Fouriertrf:"\u2131",Fscr:"\u2131",GJcy:"\u0403",G:">",GT:">",Gamma:"\u0393",Gammad:"\u03DC",Gbreve:"\u011E",Gcedil:"\u0122",Gcirc:"\u011C",Gcy:"\u0413",Gdot:"\u0120",Gfr:"\u{1D50A}",Gg:"\u22D9",Gopf:"\u{1D53E}",GreaterEqual:"\u2265",GreaterEqualLess:"\u22DB",GreaterFullEqual:"\u2267",GreaterGreater:"\u2AA2",GreaterLess:"\u2277",GreaterSlantEqual:"\u2A7E",GreaterTilde:"\u2273",Gscr:"\u{1D4A2}",Gt:"\u226B",HARDcy:"\u042A",Hacek:"\u02C7",Hat:"^",Hcirc:"\u0124",Hfr:"\u210C",HilbertSpace:"\u210B",Hopf:"\u210D",HorizontalLine:"\u2500",Hscr:"\u210B",Hstrok:"\u0126",HumpDownHump:"\u224E",HumpEqual:"\u224F",IEcy:"\u0415",IJlig:"\u0132",IOcy:"\u0401",Iacut:"\xCD",Iacute:"\xCD",Icir:"\xCE",Icirc:"\xCE",Icy:"\u0418",Idot:"\u0130",Ifr:"\u2111",Igrav:"\xCC",Igrave:"\xCC",Im:"\u2111",Imacr:"\u012A",ImaginaryI:"\u2148",Implies:"\u21D2",Int:"\u222C",Integral:"\u222B",Intersection:"\u22C2",InvisibleComma:"\u2063",InvisibleTimes:"\u2062",Iogon:"\u012E",Iopf:"\u{1D540}",Iota:"\u0399",Iscr:"\u2110",Itilde:"\u0128",Iukcy:"\u0406",Ium:"\xCF",Iuml:"\xCF",Jcirc:"\u0134",Jcy:"\u0419",Jfr:"\u{1D50D}",Jopf:"\u{1D541}",Jscr:"\u{1D4A5}",Jsercy:"\u0408",Jukcy:"\u0404",KHcy:"\u0425",KJcy:"\u040C",Kappa:"\u039A",Kcedil:"\u0136",Kcy:"\u041A",Kfr:"\u{1D50E}",Kopf:"\u{1D542}",Kscr:"\u{1D4A6}",LJcy:"\u0409",L:"<",LT:"<",Lacute:"\u0139",Lambda:"\u039B",Lang:"\u27EA",Laplacetrf:"\u2112",Larr:"\u219E",Lcaron:"\u013D",Lcedil:"\u013B",Lcy:"\u041B",LeftAngleBracket:"\u27E8",LeftArrow:"\u2190",LeftArrowBar:"\u21E4",LeftArrowRightArrow:"\u21C6",LeftCeiling:"\u2308",LeftDoubleBracket:"\u27E6",LeftDownTeeVector:"\u2961",LeftDownVector:"\u21C3",LeftDownVectorBar:"\u2959",LeftFloor:"\u230A",LeftRightArrow:"\u2194",LeftRightVector:"\u294E",LeftTee:"\u22A3",LeftTeeArrow:"\u21A4",LeftTeeVector:"\u295A",LeftTriangle:"\u22B2",LeftTriangleBar:"\u29CF",LeftTriangleEqual:"\u22B4",LeftUpDownVector:"\u2951",LeftUpTeeVector:"\u2960",LeftUpVector:"\u21BF",LeftUpVectorBar:"\u2958",LeftVector:"\u21BC",LeftVectorBar:"\u2952",Leftarrow:"\u21D0",Leftrightarrow:"\u21D4",LessEqualGreater:"\u22DA",LessFullEqual:"\u2266",LessGreater:"\u2276",LessLess:"\u2AA1",LessSlantEqual:"\u2A7D",LessTilde:"\u2272",Lfr:"\u{1D50F}",Ll:"\u22D8",Lleftarrow:"\u21DA",Lmidot:"\u013F",LongLeftArrow:"\u27F5",LongLeftRightArrow:"\u27F7",LongRightArrow:"\u27F6",Longleftarrow:"\u27F8",Longleftrightarrow:"\u27FA",Longrightarrow:"\u27F9",Lopf:"\u{1D543}",LowerLeftArrow:"\u2199",LowerRightArrow:"\u2198",Lscr:"\u2112",Lsh:"\u21B0",Lstrok:"\u0141",Lt:"\u226A",Map:"\u2905",Mcy:"\u041C",MediumSpace:"\u205F",Mellintrf:"\u2133",Mfr:"\u{1D510}",MinusPlus:"\u2213",Mopf:"\u{1D544}",Mscr:"\u2133",Mu:"\u039C",NJcy:"\u040A",Nacute:"\u0143",Ncaron:"\u0147",Ncedil:"\u0145",Ncy:"\u041D",NegativeMediumSpace:"\u200B",NegativeThickSpace:"\u200B",NegativeThinSpace:"\u200B",NegativeVeryThinSpace:"\u200B",NestedGreaterGreater:"\u226B",NestedLessLess:"\u226A",NewLine:`
2
+ `,Nfr:"\u{1D511}",NoBreak:"\u2060",NonBreakingSpace:"\xA0",Nopf:"\u2115",Not:"\u2AEC",NotCongruent:"\u2262",NotCupCap:"\u226D",NotDoubleVerticalBar:"\u2226",NotElement:"\u2209",NotEqual:"\u2260",NotEqualTilde:"\u2242\u0338",NotExists:"\u2204",NotGreater:"\u226F",NotGreaterEqual:"\u2271",NotGreaterFullEqual:"\u2267\u0338",NotGreaterGreater:"\u226B\u0338",NotGreaterLess:"\u2279",NotGreaterSlantEqual:"\u2A7E\u0338",NotGreaterTilde:"\u2275",NotHumpDownHump:"\u224E\u0338",NotHumpEqual:"\u224F\u0338",NotLeftTriangle:"\u22EA",NotLeftTriangleBar:"\u29CF\u0338",NotLeftTriangleEqual:"\u22EC",NotLess:"\u226E",NotLessEqual:"\u2270",NotLessGreater:"\u2278",NotLessLess:"\u226A\u0338",NotLessSlantEqual:"\u2A7D\u0338",NotLessTilde:"\u2274",NotNestedGreaterGreater:"\u2AA2\u0338",NotNestedLessLess:"\u2AA1\u0338",NotPrecedes:"\u2280",NotPrecedesEqual:"\u2AAF\u0338",NotPrecedesSlantEqual:"\u22E0",NotReverseElement:"\u220C",NotRightTriangle:"\u22EB",NotRightTriangleBar:"\u29D0\u0338",NotRightTriangleEqual:"\u22ED",NotSquareSubset:"\u228F\u0338",NotSquareSubsetEqual:"\u22E2",NotSquareSuperset:"\u2290\u0338",NotSquareSupersetEqual:"\u22E3",NotSubset:"\u2282\u20D2",NotSubsetEqual:"\u2288",NotSucceeds:"\u2281",NotSucceedsEqual:"\u2AB0\u0338",NotSucceedsSlantEqual:"\u22E1",NotSucceedsTilde:"\u227F\u0338",NotSuperset:"\u2283\u20D2",NotSupersetEqual:"\u2289",NotTilde:"\u2241",NotTildeEqual:"\u2244",NotTildeFullEqual:"\u2247",NotTildeTilde:"\u2249",NotVerticalBar:"\u2224",Nscr:"\u{1D4A9}",Ntild:"\xD1",Ntilde:"\xD1",Nu:"\u039D",OElig:"\u0152",Oacut:"\xD3",Oacute:"\xD3",Ocir:"\xD4",Ocirc:"\xD4",Ocy:"\u041E",Odblac:"\u0150",Ofr:"\u{1D512}",Ograv:"\xD2",Ograve:"\xD2",Omacr:"\u014C",Omega:"\u03A9",Omicron:"\u039F",Oopf:"\u{1D546}",OpenCurlyDoubleQuote:"\u201C",OpenCurlyQuote:"\u2018",Or:"\u2A54",Oscr:"\u{1D4AA}",Oslas:"\xD8",Oslash:"\xD8",Otild:"\xD5",Otilde:"\xD5",Otimes:"\u2A37",Oum:"\xD6",Ouml:"\xD6",OverBar:"\u203E",OverBrace:"\u23DE",OverBracket:"\u23B4",OverParenthesis:"\u23DC",PartialD:"\u2202",Pcy:"\u041F",Pfr:"\u{1D513}",Phi:"\u03A6",Pi:"\u03A0",PlusMinus:"\xB1",Poincareplane:"\u210C",Popf:"\u2119",Pr:"\u2ABB",Precedes:"\u227A",PrecedesEqual:"\u2AAF",PrecedesSlantEqual:"\u227C",PrecedesTilde:"\u227E",Prime:"\u2033",Product:"\u220F",Proportion:"\u2237",Proportional:"\u221D",Pscr:"\u{1D4AB}",Psi:"\u03A8",QUO:'"',QUOT:'"',Qfr:"\u{1D514}",Qopf:"\u211A",Qscr:"\u{1D4AC}",RBarr:"\u2910",RE:"\xAE",REG:"\xAE",Racute:"\u0154",Rang:"\u27EB",Rarr:"\u21A0",Rarrtl:"\u2916",Rcaron:"\u0158",Rcedil:"\u0156",Rcy:"\u0420",Re:"\u211C",ReverseElement:"\u220B",ReverseEquilibrium:"\u21CB",ReverseUpEquilibrium:"\u296F",Rfr:"\u211C",Rho:"\u03A1",RightAngleBracket:"\u27E9",RightArrow:"\u2192",RightArrowBar:"\u21E5",RightArrowLeftArrow:"\u21C4",RightCeiling:"\u2309",RightDoubleBracket:"\u27E7",RightDownTeeVector:"\u295D",RightDownVector:"\u21C2",RightDownVectorBar:"\u2955",RightFloor:"\u230B",RightTee:"\u22A2",RightTeeArrow:"\u21A6",RightTeeVector:"\u295B",RightTriangle:"\u22B3",RightTriangleBar:"\u29D0",RightTriangleEqual:"\u22B5",RightUpDownVector:"\u294F",RightUpTeeVector:"\u295C",RightUpVector:"\u21BE",RightUpVectorBar:"\u2954",RightVector:"\u21C0",RightVectorBar:"\u2953",Rightarrow:"\u21D2",Ropf:"\u211D",RoundImplies:"\u2970",Rrightarrow:"\u21DB",Rscr:"\u211B",Rsh:"\u21B1",RuleDelayed:"\u29F4",SHCHcy:"\u0429",SHcy:"\u0428",SOFTcy:"\u042C",Sacute:"\u015A",Sc:"\u2ABC",Scaron:"\u0160",Scedil:"\u015E",Scirc:"\u015C",Scy:"\u0421",Sfr:"\u{1D516}",ShortDownArrow:"\u2193",ShortLeftArrow:"\u2190",ShortRightArrow:"\u2192",ShortUpArrow:"\u2191",Sigma:"\u03A3",SmallCircle:"\u2218",Sopf:"\u{1D54A}",Sqrt:"\u221A",Square:"\u25A1",SquareIntersection:"\u2293",SquareSubset:"\u228F",SquareSubsetEqual:"\u2291",SquareSuperset:"\u2290",SquareSupersetEqual:"\u2292",SquareUnion:"\u2294",Sscr:"\u{1D4AE}",Star:"\u22C6",Sub:"\u22D0",Subset:"\u22D0",SubsetEqual:"\u2286",Succeeds:"\u227B",SucceedsEqual:"\u2AB0",SucceedsSlantEqual:"\u227D",SucceedsTilde:"\u227F",SuchThat:"\u220B",Sum:"\u2211",Sup:"\u22D1",Superset:"\u2283",SupersetEqual:"\u2287",Supset:"\u22D1",THOR:"\xDE",THORN:"\xDE",TRADE:"\u2122",TSHcy:"\u040B",TScy:"\u0426",Tab:" ",Tau:"\u03A4",Tcaron:"\u0164",Tcedil:"\u0162",Tcy:"\u0422",Tfr:"\u{1D517}",Therefore:"\u2234",Theta:"\u0398",ThickSpace:"\u205F\u200A",ThinSpace:"\u2009",Tilde:"\u223C",TildeEqual:"\u2243",TildeFullEqual:"\u2245",TildeTilde:"\u2248",Topf:"\u{1D54B}",TripleDot:"\u20DB",Tscr:"\u{1D4AF}",Tstrok:"\u0166",Uacut:"\xDA",Uacute:"\xDA",Uarr:"\u219F",Uarrocir:"\u2949",Ubrcy:"\u040E",Ubreve:"\u016C",Ucir:"\xDB",Ucirc:"\xDB",Ucy:"\u0423",Udblac:"\u0170",Ufr:"\u{1D518}",Ugrav:"\xD9",Ugrave:"\xD9",Umacr:"\u016A",UnderBar:"_",UnderBrace:"\u23DF",UnderBracket:"\u23B5",UnderParenthesis:"\u23DD",Union:"\u22C3",UnionPlus:"\u228E",Uogon:"\u0172",Uopf:"\u{1D54C}",UpArrow:"\u2191",UpArrowBar:"\u2912",UpArrowDownArrow:"\u21C5",UpDownArrow:"\u2195",UpEquilibrium:"\u296E",UpTee:"\u22A5",UpTeeArrow:"\u21A5",Uparrow:"\u21D1",Updownarrow:"\u21D5",UpperLeftArrow:"\u2196",UpperRightArrow:"\u2197",Upsi:"\u03D2",Upsilon:"\u03A5",Uring:"\u016E",Uscr:"\u{1D4B0}",Utilde:"\u0168",Uum:"\xDC",Uuml:"\xDC",VDash:"\u22AB",Vbar:"\u2AEB",Vcy:"\u0412",Vdash:"\u22A9",Vdashl:"\u2AE6",Vee:"\u22C1",Verbar:"\u2016",Vert:"\u2016",VerticalBar:"\u2223",VerticalLine:"|",VerticalSeparator:"\u2758",VerticalTilde:"\u2240",VeryThinSpace:"\u200A",Vfr:"\u{1D519}",Vopf:"\u{1D54D}",Vscr:"\u{1D4B1}",Vvdash:"\u22AA",Wcirc:"\u0174",Wedge:"\u22C0",Wfr:"\u{1D51A}",Wopf:"\u{1D54E}",Wscr:"\u{1D4B2}",Xfr:"\u{1D51B}",Xi:"\u039E",Xopf:"\u{1D54F}",Xscr:"\u{1D4B3}",YAcy:"\u042F",YIcy:"\u0407",YUcy:"\u042E",Yacut:"\xDD",Yacute:"\xDD",Ycirc:"\u0176",Ycy:"\u042B",Yfr:"\u{1D51C}",Yopf:"\u{1D550}",Yscr:"\u{1D4B4}",Yuml:"\u0178",ZHcy:"\u0416",Zacute:"\u0179",Zcaron:"\u017D",Zcy:"\u0417",Zdot:"\u017B",ZeroWidthSpace:"\u200B",Zeta:"\u0396",Zfr:"\u2128",Zopf:"\u2124",Zscr:"\u{1D4B5}",aacut:"\xE1",aacute:"\xE1",abreve:"\u0103",ac:"\u223E",acE:"\u223E\u0333",acd:"\u223F",acir:"\xE2",acirc:"\xE2",acut:"\xB4",acute:"\xB4",acy:"\u0430",aeli:"\xE6",aelig:"\xE6",af:"\u2061",afr:"\u{1D51E}",agrav:"\xE0",agrave:"\xE0",alefsym:"\u2135",aleph:"\u2135",alpha:"\u03B1",amacr:"\u0101",amalg:"\u2A3F",am:"&",amp:"&",and:"\u2227",andand:"\u2A55",andd:"\u2A5C",andslope:"\u2A58",andv:"\u2A5A",ang:"\u2220",ange:"\u29A4",angle:"\u2220",angmsd:"\u2221",angmsdaa:"\u29A8",angmsdab:"\u29A9",angmsdac:"\u29AA",angmsdad:"\u29AB",angmsdae:"\u29AC",angmsdaf:"\u29AD",angmsdag:"\u29AE",angmsdah:"\u29AF",angrt:"\u221F",angrtvb:"\u22BE",angrtvbd:"\u299D",angsph:"\u2222",angst:"\xC5",angzarr:"\u237C",aogon:"\u0105",aopf:"\u{1D552}",ap:"\u2248",apE:"\u2A70",apacir:"\u2A6F",ape:"\u224A",apid:"\u224B",apos:"'",approx:"\u2248",approxeq:"\u224A",arin:"\xE5",aring:"\xE5",ascr:"\u{1D4B6}",ast:"*",asymp:"\u2248",asympeq:"\u224D",atild:"\xE3",atilde:"\xE3",aum:"\xE4",auml:"\xE4",awconint:"\u2233",awint:"\u2A11",bNot:"\u2AED",backcong:"\u224C",backepsilon:"\u03F6",backprime:"\u2035",backsim:"\u223D",backsimeq:"\u22CD",barvee:"\u22BD",barwed:"\u2305",barwedge:"\u2305",bbrk:"\u23B5",bbrktbrk:"\u23B6",bcong:"\u224C",bcy:"\u0431",bdquo:"\u201E",becaus:"\u2235",because:"\u2235",bemptyv:"\u29B0",bepsi:"\u03F6",bernou:"\u212C",beta:"\u03B2",beth:"\u2136",between:"\u226C",bfr:"\u{1D51F}",bigcap:"\u22C2",bigcirc:"\u25EF",bigcup:"\u22C3",bigodot:"\u2A00",bigoplus:"\u2A01",bigotimes:"\u2A02",bigsqcup:"\u2A06",bigstar:"\u2605",bigtriangledown:"\u25BD",bigtriangleup:"\u25B3",biguplus:"\u2A04",bigvee:"\u22C1",bigwedge:"\u22C0",bkarow:"\u290D",blacklozenge:"\u29EB",blacksquare:"\u25AA",blacktriangle:"\u25B4",blacktriangledown:"\u25BE",blacktriangleleft:"\u25C2",blacktriangleright:"\u25B8",blank:"\u2423",blk12:"\u2592",blk14:"\u2591",blk34:"\u2593",block:"\u2588",bne:"=\u20E5",bnequiv:"\u2261\u20E5",bnot:"\u2310",bopf:"\u{1D553}",bot:"\u22A5",bottom:"\u22A5",bowtie:"\u22C8",boxDL:"\u2557",boxDR:"\u2554",boxDl:"\u2556",boxDr:"\u2553",boxH:"\u2550",boxHD:"\u2566",boxHU:"\u2569",boxHd:"\u2564",boxHu:"\u2567",boxUL:"\u255D",boxUR:"\u255A",boxUl:"\u255C",boxUr:"\u2559",boxV:"\u2551",boxVH:"\u256C",boxVL:"\u2563",boxVR:"\u2560",boxVh:"\u256B",boxVl:"\u2562",boxVr:"\u255F",boxbox:"\u29C9",boxdL:"\u2555",boxdR:"\u2552",boxdl:"\u2510",boxdr:"\u250C",boxh:"\u2500",boxhD:"\u2565",boxhU:"\u2568",boxhd:"\u252C",boxhu:"\u2534",boxminus:"\u229F",boxplus:"\u229E",boxtimes:"\u22A0",boxuL:"\u255B",boxuR:"\u2558",boxul:"\u2518",boxur:"\u2514",boxv:"\u2502",boxvH:"\u256A",boxvL:"\u2561",boxvR:"\u255E",boxvh:"\u253C",boxvl:"\u2524",boxvr:"\u251C",bprime:"\u2035",breve:"\u02D8",brvba:"\xA6",brvbar:"\xA6",bscr:"\u{1D4B7}",bsemi:"\u204F",bsim:"\u223D",bsime:"\u22CD",bsol:"\\",bsolb:"\u29C5",bsolhsub:"\u27C8",bull:"\u2022",bullet:"\u2022",bump:"\u224E",bumpE:"\u2AAE",bumpe:"\u224F",bumpeq:"\u224F",cacute:"\u0107",cap:"\u2229",capand:"\u2A44",capbrcup:"\u2A49",capcap:"\u2A4B",capcup:"\u2A47",capdot:"\u2A40",caps:"\u2229\uFE00",caret:"\u2041",caron:"\u02C7",ccaps:"\u2A4D",ccaron:"\u010D",ccedi:"\xE7",ccedil:"\xE7",ccirc:"\u0109",ccups:"\u2A4C",ccupssm:"\u2A50",cdot:"\u010B",cedi:"\xB8",cedil:"\xB8",cemptyv:"\u29B2",cen:"\xA2",cent:"\xA2",centerdot:"\xB7",cfr:"\u{1D520}",chcy:"\u0447",check:"\u2713",checkmark:"\u2713",chi:"\u03C7",cir:"\u25CB",cirE:"\u29C3",circ:"\u02C6",circeq:"\u2257",circlearrowleft:"\u21BA",circlearrowright:"\u21BB",circledR:"\xAE",circledS:"\u24C8",circledast:"\u229B",circledcirc:"\u229A",circleddash:"\u229D",cire:"\u2257",cirfnint:"\u2A10",cirmid:"\u2AEF",cirscir:"\u29C2",clubs:"\u2663",clubsuit:"\u2663",colon:":",colone:"\u2254",coloneq:"\u2254",comma:",",commat:"@",comp:"\u2201",compfn:"\u2218",complement:"\u2201",complexes:"\u2102",cong:"\u2245",congdot:"\u2A6D",conint:"\u222E",copf:"\u{1D554}",coprod:"\u2210",cop:"\xA9",copy:"\xA9",copysr:"\u2117",crarr:"\u21B5",cross:"\u2717",cscr:"\u{1D4B8}",csub:"\u2ACF",csube:"\u2AD1",csup:"\u2AD0",csupe:"\u2AD2",ctdot:"\u22EF",cudarrl:"\u2938",cudarrr:"\u2935",cuepr:"\u22DE",cuesc:"\u22DF",cularr:"\u21B6",cularrp:"\u293D",cup:"\u222A",cupbrcap:"\u2A48",cupcap:"\u2A46",cupcup:"\u2A4A",cupdot:"\u228D",cupor:"\u2A45",cups:"\u222A\uFE00",curarr:"\u21B7",curarrm:"\u293C",curlyeqprec:"\u22DE",curlyeqsucc:"\u22DF",curlyvee:"\u22CE",curlywedge:"\u22CF",curre:"\xA4",curren:"\xA4",curvearrowleft:"\u21B6",curvearrowright:"\u21B7",cuvee:"\u22CE",cuwed:"\u22CF",cwconint:"\u2232",cwint:"\u2231",cylcty:"\u232D",dArr:"\u21D3",dHar:"\u2965",dagger:"\u2020",daleth:"\u2138",darr:"\u2193",dash:"\u2010",dashv:"\u22A3",dbkarow:"\u290F",dblac:"\u02DD",dcaron:"\u010F",dcy:"\u0434",dd:"\u2146",ddagger:"\u2021",ddarr:"\u21CA",ddotseq:"\u2A77",de:"\xB0",deg:"\xB0",delta:"\u03B4",demptyv:"\u29B1",dfisht:"\u297F",dfr:"\u{1D521}",dharl:"\u21C3",dharr:"\u21C2",diam:"\u22C4",diamond:"\u22C4",diamondsuit:"\u2666",diams:"\u2666",die:"\xA8",digamma:"\u03DD",disin:"\u22F2",div:"\xF7",divid:"\xF7",divide:"\xF7",divideontimes:"\u22C7",divonx:"\u22C7",djcy:"\u0452",dlcorn:"\u231E",dlcrop:"\u230D",dollar:"$",dopf:"\u{1D555}",dot:"\u02D9",doteq:"\u2250",doteqdot:"\u2251",dotminus:"\u2238",dotplus:"\u2214",dotsquare:"\u22A1",doublebarwedge:"\u2306",downarrow:"\u2193",downdownarrows:"\u21CA",downharpoonleft:"\u21C3",downharpoonright:"\u21C2",drbkarow:"\u2910",drcorn:"\u231F",drcrop:"\u230C",dscr:"\u{1D4B9}",dscy:"\u0455",dsol:"\u29F6",dstrok:"\u0111",dtdot:"\u22F1",dtri:"\u25BF",dtrif:"\u25BE",duarr:"\u21F5",duhar:"\u296F",dwangle:"\u29A6",dzcy:"\u045F",dzigrarr:"\u27FF",eDDot:"\u2A77",eDot:"\u2251",eacut:"\xE9",eacute:"\xE9",easter:"\u2A6E",ecaron:"\u011B",ecir:"\xEA",ecirc:"\xEA",ecolon:"\u2255",ecy:"\u044D",edot:"\u0117",ee:"\u2147",efDot:"\u2252",efr:"\u{1D522}",eg:"\u2A9A",egrav:"\xE8",egrave:"\xE8",egs:"\u2A96",egsdot:"\u2A98",el:"\u2A99",elinters:"\u23E7",ell:"\u2113",els:"\u2A95",elsdot:"\u2A97",emacr:"\u0113",empty:"\u2205",emptyset:"\u2205",emptyv:"\u2205",emsp13:"\u2004",emsp14:"\u2005",emsp:"\u2003",eng:"\u014B",ensp:"\u2002",eogon:"\u0119",eopf:"\u{1D556}",epar:"\u22D5",eparsl:"\u29E3",eplus:"\u2A71",epsi:"\u03B5",epsilon:"\u03B5",epsiv:"\u03F5",eqcirc:"\u2256",eqcolon:"\u2255",eqsim:"\u2242",eqslantgtr:"\u2A96",eqslantless:"\u2A95",equals:"=",equest:"\u225F",equiv:"\u2261",equivDD:"\u2A78",eqvparsl:"\u29E5",erDot:"\u2253",erarr:"\u2971",escr:"\u212F",esdot:"\u2250",esim:"\u2242",eta:"\u03B7",et:"\xF0",eth:"\xF0",eum:"\xEB",euml:"\xEB",euro:"\u20AC",excl:"!",exist:"\u2203",expectation:"\u2130",exponentiale:"\u2147",fallingdotseq:"\u2252",fcy:"\u0444",female:"\u2640",ffilig:"\uFB03",fflig:"\uFB00",ffllig:"\uFB04",ffr:"\u{1D523}",filig:"\uFB01",fjlig:"fj",flat:"\u266D",fllig:"\uFB02",fltns:"\u25B1",fnof:"\u0192",fopf:"\u{1D557}",forall:"\u2200",fork:"\u22D4",forkv:"\u2AD9",fpartint:"\u2A0D",frac1:"\xBC",frac12:"\xBD",frac13:"\u2153",frac14:"\xBC",frac15:"\u2155",frac16:"\u2159",frac18:"\u215B",frac23:"\u2154",frac25:"\u2156",frac3:"\xBE",frac34:"\xBE",frac35:"\u2157",frac38:"\u215C",frac45:"\u2158",frac56:"\u215A",frac58:"\u215D",frac78:"\u215E",frasl:"\u2044",frown:"\u2322",fscr:"\u{1D4BB}",gE:"\u2267",gEl:"\u2A8C",gacute:"\u01F5",gamma:"\u03B3",gammad:"\u03DD",gap:"\u2A86",gbreve:"\u011F",gcirc:"\u011D",gcy:"\u0433",gdot:"\u0121",ge:"\u2265",gel:"\u22DB",geq:"\u2265",geqq:"\u2267",geqslant:"\u2A7E",ges:"\u2A7E",gescc:"\u2AA9",gesdot:"\u2A80",gesdoto:"\u2A82",gesdotol:"\u2A84",gesl:"\u22DB\uFE00",gesles:"\u2A94",gfr:"\u{1D524}",gg:"\u226B",ggg:"\u22D9",gimel:"\u2137",gjcy:"\u0453",gl:"\u2277",glE:"\u2A92",gla:"\u2AA5",glj:"\u2AA4",gnE:"\u2269",gnap:"\u2A8A",gnapprox:"\u2A8A",gne:"\u2A88",gneq:"\u2A88",gneqq:"\u2269",gnsim:"\u22E7",gopf:"\u{1D558}",grave:"`",gscr:"\u210A",gsim:"\u2273",gsime:"\u2A8E",gsiml:"\u2A90",g:">",gt:">",gtcc:"\u2AA7",gtcir:"\u2A7A",gtdot:"\u22D7",gtlPar:"\u2995",gtquest:"\u2A7C",gtrapprox:"\u2A86",gtrarr:"\u2978",gtrdot:"\u22D7",gtreqless:"\u22DB",gtreqqless:"\u2A8C",gtrless:"\u2277",gtrsim:"\u2273",gvertneqq:"\u2269\uFE00",gvnE:"\u2269\uFE00",hArr:"\u21D4",hairsp:"\u200A",half:"\xBD",hamilt:"\u210B",hardcy:"\u044A",harr:"\u2194",harrcir:"\u2948",harrw:"\u21AD",hbar:"\u210F",hcirc:"\u0125",hearts:"\u2665",heartsuit:"\u2665",hellip:"\u2026",hercon:"\u22B9",hfr:"\u{1D525}",hksearow:"\u2925",hkswarow:"\u2926",hoarr:"\u21FF",homtht:"\u223B",hookleftarrow:"\u21A9",hookrightarrow:"\u21AA",hopf:"\u{1D559}",horbar:"\u2015",hscr:"\u{1D4BD}",hslash:"\u210F",hstrok:"\u0127",hybull:"\u2043",hyphen:"\u2010",iacut:"\xED",iacute:"\xED",ic:"\u2063",icir:"\xEE",icirc:"\xEE",icy:"\u0438",iecy:"\u0435",iexc:"\xA1",iexcl:"\xA1",iff:"\u21D4",ifr:"\u{1D526}",igrav:"\xEC",igrave:"\xEC",ii:"\u2148",iiiint:"\u2A0C",iiint:"\u222D",iinfin:"\u29DC",iiota:"\u2129",ijlig:"\u0133",imacr:"\u012B",image:"\u2111",imagline:"\u2110",imagpart:"\u2111",imath:"\u0131",imof:"\u22B7",imped:"\u01B5",in:"\u2208",incare:"\u2105",infin:"\u221E",infintie:"\u29DD",inodot:"\u0131",int:"\u222B",intcal:"\u22BA",integers:"\u2124",intercal:"\u22BA",intlarhk:"\u2A17",intprod:"\u2A3C",iocy:"\u0451",iogon:"\u012F",iopf:"\u{1D55A}",iota:"\u03B9",iprod:"\u2A3C",iques:"\xBF",iquest:"\xBF",iscr:"\u{1D4BE}",isin:"\u2208",isinE:"\u22F9",isindot:"\u22F5",isins:"\u22F4",isinsv:"\u22F3",isinv:"\u2208",it:"\u2062",itilde:"\u0129",iukcy:"\u0456",ium:"\xEF",iuml:"\xEF",jcirc:"\u0135",jcy:"\u0439",jfr:"\u{1D527}",jmath:"\u0237",jopf:"\u{1D55B}",jscr:"\u{1D4BF}",jsercy:"\u0458",jukcy:"\u0454",kappa:"\u03BA",kappav:"\u03F0",kcedil:"\u0137",kcy:"\u043A",kfr:"\u{1D528}",kgreen:"\u0138",khcy:"\u0445",kjcy:"\u045C",kopf:"\u{1D55C}",kscr:"\u{1D4C0}",lAarr:"\u21DA",lArr:"\u21D0",lAtail:"\u291B",lBarr:"\u290E",lE:"\u2266",lEg:"\u2A8B",lHar:"\u2962",lacute:"\u013A",laemptyv:"\u29B4",lagran:"\u2112",lambda:"\u03BB",lang:"\u27E8",langd:"\u2991",langle:"\u27E8",lap:"\u2A85",laqu:"\xAB",laquo:"\xAB",larr:"\u2190",larrb:"\u21E4",larrbfs:"\u291F",larrfs:"\u291D",larrhk:"\u21A9",larrlp:"\u21AB",larrpl:"\u2939",larrsim:"\u2973",larrtl:"\u21A2",lat:"\u2AAB",latail:"\u2919",late:"\u2AAD",lates:"\u2AAD\uFE00",lbarr:"\u290C",lbbrk:"\u2772",lbrace:"{",lbrack:"[",lbrke:"\u298B",lbrksld:"\u298F",lbrkslu:"\u298D",lcaron:"\u013E",lcedil:"\u013C",lceil:"\u2308",lcub:"{",lcy:"\u043B",ldca:"\u2936",ldquo:"\u201C",ldquor:"\u201E",ldrdhar:"\u2967",ldrushar:"\u294B",ldsh:"\u21B2",le:"\u2264",leftarrow:"\u2190",leftarrowtail:"\u21A2",leftharpoondown:"\u21BD",leftharpoonup:"\u21BC",leftleftarrows:"\u21C7",leftrightarrow:"\u2194",leftrightarrows:"\u21C6",leftrightharpoons:"\u21CB",leftrightsquigarrow:"\u21AD",leftthreetimes:"\u22CB",leg:"\u22DA",leq:"\u2264",leqq:"\u2266",leqslant:"\u2A7D",les:"\u2A7D",lescc:"\u2AA8",lesdot:"\u2A7F",lesdoto:"\u2A81",lesdotor:"\u2A83",lesg:"\u22DA\uFE00",lesges:"\u2A93",lessapprox:"\u2A85",lessdot:"\u22D6",lesseqgtr:"\u22DA",lesseqqgtr:"\u2A8B",lessgtr:"\u2276",lesssim:"\u2272",lfisht:"\u297C",lfloor:"\u230A",lfr:"\u{1D529}",lg:"\u2276",lgE:"\u2A91",lhard:"\u21BD",lharu:"\u21BC",lharul:"\u296A",lhblk:"\u2584",ljcy:"\u0459",ll:"\u226A",llarr:"\u21C7",llcorner:"\u231E",llhard:"\u296B",lltri:"\u25FA",lmidot:"\u0140",lmoust:"\u23B0",lmoustache:"\u23B0",lnE:"\u2268",lnap:"\u2A89",lnapprox:"\u2A89",lne:"\u2A87",lneq:"\u2A87",lneqq:"\u2268",lnsim:"\u22E6",loang:"\u27EC",loarr:"\u21FD",lobrk:"\u27E6",longleftarrow:"\u27F5",longleftrightarrow:"\u27F7",longmapsto:"\u27FC",longrightarrow:"\u27F6",looparrowleft:"\u21AB",looparrowright:"\u21AC",lopar:"\u2985",lopf:"\u{1D55D}",loplus:"\u2A2D",lotimes:"\u2A34",lowast:"\u2217",lowbar:"_",loz:"\u25CA",lozenge:"\u25CA",lozf:"\u29EB",lpar:"(",lparlt:"\u2993",lrarr:"\u21C6",lrcorner:"\u231F",lrhar:"\u21CB",lrhard:"\u296D",lrm:"\u200E",lrtri:"\u22BF",lsaquo:"\u2039",lscr:"\u{1D4C1}",lsh:"\u21B0",lsim:"\u2272",lsime:"\u2A8D",lsimg:"\u2A8F",lsqb:"[",lsquo:"\u2018",lsquor:"\u201A",lstrok:"\u0142",l:"<",lt:"<",ltcc:"\u2AA6",ltcir:"\u2A79",ltdot:"\u22D6",lthree:"\u22CB",ltimes:"\u22C9",ltlarr:"\u2976",ltquest:"\u2A7B",ltrPar:"\u2996",ltri:"\u25C3",ltrie:"\u22B4",ltrif:"\u25C2",lurdshar:"\u294A",luruhar:"\u2966",lvertneqq:"\u2268\uFE00",lvnE:"\u2268\uFE00",mDDot:"\u223A",mac:"\xAF",macr:"\xAF",male:"\u2642",malt:"\u2720",maltese:"\u2720",map:"\u21A6",mapsto:"\u21A6",mapstodown:"\u21A7",mapstoleft:"\u21A4",mapstoup:"\u21A5",marker:"\u25AE",mcomma:"\u2A29",mcy:"\u043C",mdash:"\u2014",measuredangle:"\u2221",mfr:"\u{1D52A}",mho:"\u2127",micr:"\xB5",micro:"\xB5",mid:"\u2223",midast:"*",midcir:"\u2AF0",middo:"\xB7",middot:"\xB7",minus:"\u2212",minusb:"\u229F",minusd:"\u2238",minusdu:"\u2A2A",mlcp:"\u2ADB",mldr:"\u2026",mnplus:"\u2213",models:"\u22A7",mopf:"\u{1D55E}",mp:"\u2213",mscr:"\u{1D4C2}",mstpos:"\u223E",mu:"\u03BC",multimap:"\u22B8",mumap:"\u22B8",nGg:"\u22D9\u0338",nGt:"\u226B\u20D2",nGtv:"\u226B\u0338",nLeftarrow:"\u21CD",nLeftrightarrow:"\u21CE",nLl:"\u22D8\u0338",nLt:"\u226A\u20D2",nLtv:"\u226A\u0338",nRightarrow:"\u21CF",nVDash:"\u22AF",nVdash:"\u22AE",nabla:"\u2207",nacute:"\u0144",nang:"\u2220\u20D2",nap:"\u2249",napE:"\u2A70\u0338",napid:"\u224B\u0338",napos:"\u0149",napprox:"\u2249",natur:"\u266E",natural:"\u266E",naturals:"\u2115",nbs:"\xA0",nbsp:"\xA0",nbump:"\u224E\u0338",nbumpe:"\u224F\u0338",ncap:"\u2A43",ncaron:"\u0148",ncedil:"\u0146",ncong:"\u2247",ncongdot:"\u2A6D\u0338",ncup:"\u2A42",ncy:"\u043D",ndash:"\u2013",ne:"\u2260",neArr:"\u21D7",nearhk:"\u2924",nearr:"\u2197",nearrow:"\u2197",nedot:"\u2250\u0338",nequiv:"\u2262",nesear:"\u2928",nesim:"\u2242\u0338",nexist:"\u2204",nexists:"\u2204",nfr:"\u{1D52B}",ngE:"\u2267\u0338",nge:"\u2271",ngeq:"\u2271",ngeqq:"\u2267\u0338",ngeqslant:"\u2A7E\u0338",nges:"\u2A7E\u0338",ngsim:"\u2275",ngt:"\u226F",ngtr:"\u226F",nhArr:"\u21CE",nharr:"\u21AE",nhpar:"\u2AF2",ni:"\u220B",nis:"\u22FC",nisd:"\u22FA",niv:"\u220B",njcy:"\u045A",nlArr:"\u21CD",nlE:"\u2266\u0338",nlarr:"\u219A",nldr:"\u2025",nle:"\u2270",nleftarrow:"\u219A",nleftrightarrow:"\u21AE",nleq:"\u2270",nleqq:"\u2266\u0338",nleqslant:"\u2A7D\u0338",nles:"\u2A7D\u0338",nless:"\u226E",nlsim:"\u2274",nlt:"\u226E",nltri:"\u22EA",nltrie:"\u22EC",nmid:"\u2224",nopf:"\u{1D55F}",no:"\xAC",not:"\xAC",notin:"\u2209",notinE:"\u22F9\u0338",notindot:"\u22F5\u0338",notinva:"\u2209",notinvb:"\u22F7",notinvc:"\u22F6",notni:"\u220C",notniva:"\u220C",notnivb:"\u22FE",notnivc:"\u22FD",npar:"\u2226",nparallel:"\u2226",nparsl:"\u2AFD\u20E5",npart:"\u2202\u0338",npolint:"\u2A14",npr:"\u2280",nprcue:"\u22E0",npre:"\u2AAF\u0338",nprec:"\u2280",npreceq:"\u2AAF\u0338",nrArr:"\u21CF",nrarr:"\u219B",nrarrc:"\u2933\u0338",nrarrw:"\u219D\u0338",nrightarrow:"\u219B",nrtri:"\u22EB",nrtrie:"\u22ED",nsc:"\u2281",nsccue:"\u22E1",nsce:"\u2AB0\u0338",nscr:"\u{1D4C3}",nshortmid:"\u2224",nshortparallel:"\u2226",nsim:"\u2241",nsime:"\u2244",nsimeq:"\u2244",nsmid:"\u2224",nspar:"\u2226",nsqsube:"\u22E2",nsqsupe:"\u22E3",nsub:"\u2284",nsubE:"\u2AC5\u0338",nsube:"\u2288",nsubset:"\u2282\u20D2",nsubseteq:"\u2288",nsubseteqq:"\u2AC5\u0338",nsucc:"\u2281",nsucceq:"\u2AB0\u0338",nsup:"\u2285",nsupE:"\u2AC6\u0338",nsupe:"\u2289",nsupset:"\u2283\u20D2",nsupseteq:"\u2289",nsupseteqq:"\u2AC6\u0338",ntgl:"\u2279",ntild:"\xF1",ntilde:"\xF1",ntlg:"\u2278",ntriangleleft:"\u22EA",ntrianglelefteq:"\u22EC",ntriangleright:"\u22EB",ntrianglerighteq:"\u22ED",nu:"\u03BD",num:"#",numero:"\u2116",numsp:"\u2007",nvDash:"\u22AD",nvHarr:"\u2904",nvap:"\u224D\u20D2",nvdash:"\u22AC",nvge:"\u2265\u20D2",nvgt:">\u20D2",nvinfin:"\u29DE",nvlArr:"\u2902",nvle:"\u2264\u20D2",nvlt:"<\u20D2",nvltrie:"\u22B4\u20D2",nvrArr:"\u2903",nvrtrie:"\u22B5\u20D2",nvsim:"\u223C\u20D2",nwArr:"\u21D6",nwarhk:"\u2923",nwarr:"\u2196",nwarrow:"\u2196",nwnear:"\u2927",oS:"\u24C8",oacut:"\xF3",oacute:"\xF3",oast:"\u229B",ocir:"\xF4",ocirc:"\xF4",ocy:"\u043E",odash:"\u229D",odblac:"\u0151",odiv:"\u2A38",odot:"\u2299",odsold:"\u29BC",oelig:"\u0153",ofcir:"\u29BF",ofr:"\u{1D52C}",ogon:"\u02DB",ograv:"\xF2",ograve:"\xF2",ogt:"\u29C1",ohbar:"\u29B5",ohm:"\u03A9",oint:"\u222E",olarr:"\u21BA",olcir:"\u29BE",olcross:"\u29BB",oline:"\u203E",olt:"\u29C0",omacr:"\u014D",omega:"\u03C9",omicron:"\u03BF",omid:"\u29B6",ominus:"\u2296",oopf:"\u{1D560}",opar:"\u29B7",operp:"\u29B9",oplus:"\u2295",or:"\u2228",orarr:"\u21BB",ord:"\xBA",order:"\u2134",orderof:"\u2134",ordf:"\xAA",ordm:"\xBA",origof:"\u22B6",oror:"\u2A56",orslope:"\u2A57",orv:"\u2A5B",oscr:"\u2134",oslas:"\xF8",oslash:"\xF8",osol:"\u2298",otild:"\xF5",otilde:"\xF5",otimes:"\u2297",otimesas:"\u2A36",oum:"\xF6",ouml:"\xF6",ovbar:"\u233D",par:"\xB6",para:"\xB6",parallel:"\u2225",parsim:"\u2AF3",parsl:"\u2AFD",part:"\u2202",pcy:"\u043F",percnt:"%",period:".",permil:"\u2030",perp:"\u22A5",pertenk:"\u2031",pfr:"\u{1D52D}",phi:"\u03C6",phiv:"\u03D5",phmmat:"\u2133",phone:"\u260E",pi:"\u03C0",pitchfork:"\u22D4",piv:"\u03D6",planck:"\u210F",planckh:"\u210E",plankv:"\u210F",plus:"+",plusacir:"\u2A23",plusb:"\u229E",pluscir:"\u2A22",plusdo:"\u2214",plusdu:"\u2A25",pluse:"\u2A72",plusm:"\xB1",plusmn:"\xB1",plussim:"\u2A26",plustwo:"\u2A27",pm:"\xB1",pointint:"\u2A15",popf:"\u{1D561}",poun:"\xA3",pound:"\xA3",pr:"\u227A",prE:"\u2AB3",prap:"\u2AB7",prcue:"\u227C",pre:"\u2AAF",prec:"\u227A",precapprox:"\u2AB7",preccurlyeq:"\u227C",preceq:"\u2AAF",precnapprox:"\u2AB9",precneqq:"\u2AB5",precnsim:"\u22E8",precsim:"\u227E",prime:"\u2032",primes:"\u2119",prnE:"\u2AB5",prnap:"\u2AB9",prnsim:"\u22E8",prod:"\u220F",profalar:"\u232E",profline:"\u2312",profsurf:"\u2313",prop:"\u221D",propto:"\u221D",prsim:"\u227E",prurel:"\u22B0",pscr:"\u{1D4C5}",psi:"\u03C8",puncsp:"\u2008",qfr:"\u{1D52E}",qint:"\u2A0C",qopf:"\u{1D562}",qprime:"\u2057",qscr:"\u{1D4C6}",quaternions:"\u210D",quatint:"\u2A16",quest:"?",questeq:"\u225F",quo:'"',quot:'"',rAarr:"\u21DB",rArr:"\u21D2",rAtail:"\u291C",rBarr:"\u290F",rHar:"\u2964",race:"\u223D\u0331",racute:"\u0155",radic:"\u221A",raemptyv:"\u29B3",rang:"\u27E9",rangd:"\u2992",range:"\u29A5",rangle:"\u27E9",raqu:"\xBB",raquo:"\xBB",rarr:"\u2192",rarrap:"\u2975",rarrb:"\u21E5",rarrbfs:"\u2920",rarrc:"\u2933",rarrfs:"\u291E",rarrhk:"\u21AA",rarrlp:"\u21AC",rarrpl:"\u2945",rarrsim:"\u2974",rarrtl:"\u21A3",rarrw:"\u219D",ratail:"\u291A",ratio:"\u2236",rationals:"\u211A",rbarr:"\u290D",rbbrk:"\u2773",rbrace:"}",rbrack:"]",rbrke:"\u298C",rbrksld:"\u298E",rbrkslu:"\u2990",rcaron:"\u0159",rcedil:"\u0157",rceil:"\u2309",rcub:"}",rcy:"\u0440",rdca:"\u2937",rdldhar:"\u2969",rdquo:"\u201D",rdquor:"\u201D",rdsh:"\u21B3",real:"\u211C",realine:"\u211B",realpart:"\u211C",reals:"\u211D",rect:"\u25AD",re:"\xAE",reg:"\xAE",rfisht:"\u297D",rfloor:"\u230B",rfr:"\u{1D52F}",rhard:"\u21C1",rharu:"\u21C0",rharul:"\u296C",rho:"\u03C1",rhov:"\u03F1",rightarrow:"\u2192",rightarrowtail:"\u21A3",rightharpoondown:"\u21C1",rightharpoonup:"\u21C0",rightleftarrows:"\u21C4",rightleftharpoons:"\u21CC",rightrightarrows:"\u21C9",rightsquigarrow:"\u219D",rightthreetimes:"\u22CC",ring:"\u02DA",risingdotseq:"\u2253",rlarr:"\u21C4",rlhar:"\u21CC",rlm:"\u200F",rmoust:"\u23B1",rmoustache:"\u23B1",rnmid:"\u2AEE",roang:"\u27ED",roarr:"\u21FE",robrk:"\u27E7",ropar:"\u2986",ropf:"\u{1D563}",roplus:"\u2A2E",rotimes:"\u2A35",rpar:")",rpargt:"\u2994",rppolint:"\u2A12",rrarr:"\u21C9",rsaquo:"\u203A",rscr:"\u{1D4C7}",rsh:"\u21B1",rsqb:"]",rsquo:"\u2019",rsquor:"\u2019",rthree:"\u22CC",rtimes:"\u22CA",rtri:"\u25B9",rtrie:"\u22B5",rtrif:"\u25B8",rtriltri:"\u29CE",ruluhar:"\u2968",rx:"\u211E",sacute:"\u015B",sbquo:"\u201A",sc:"\u227B",scE:"\u2AB4",scap:"\u2AB8",scaron:"\u0161",sccue:"\u227D",sce:"\u2AB0",scedil:"\u015F",scirc:"\u015D",scnE:"\u2AB6",scnap:"\u2ABA",scnsim:"\u22E9",scpolint:"\u2A13",scsim:"\u227F",scy:"\u0441",sdot:"\u22C5",sdotb:"\u22A1",sdote:"\u2A66",seArr:"\u21D8",searhk:"\u2925",searr:"\u2198",searrow:"\u2198",sec:"\xA7",sect:"\xA7",semi:";",seswar:"\u2929",setminus:"\u2216",setmn:"\u2216",sext:"\u2736",sfr:"\u{1D530}",sfrown:"\u2322",sharp:"\u266F",shchcy:"\u0449",shcy:"\u0448",shortmid:"\u2223",shortparallel:"\u2225",sh:"\xAD",shy:"\xAD",sigma:"\u03C3",sigmaf:"\u03C2",sigmav:"\u03C2",sim:"\u223C",simdot:"\u2A6A",sime:"\u2243",simeq:"\u2243",simg:"\u2A9E",simgE:"\u2AA0",siml:"\u2A9D",simlE:"\u2A9F",simne:"\u2246",simplus:"\u2A24",simrarr:"\u2972",slarr:"\u2190",smallsetminus:"\u2216",smashp:"\u2A33",smeparsl:"\u29E4",smid:"\u2223",smile:"\u2323",smt:"\u2AAA",smte:"\u2AAC",smtes:"\u2AAC\uFE00",softcy:"\u044C",sol:"/",solb:"\u29C4",solbar:"\u233F",sopf:"\u{1D564}",spades:"\u2660",spadesuit:"\u2660",spar:"\u2225",sqcap:"\u2293",sqcaps:"\u2293\uFE00",sqcup:"\u2294",sqcups:"\u2294\uFE00",sqsub:"\u228F",sqsube:"\u2291",sqsubset:"\u228F",sqsubseteq:"\u2291",sqsup:"\u2290",sqsupe:"\u2292",sqsupset:"\u2290",sqsupseteq:"\u2292",squ:"\u25A1",square:"\u25A1",squarf:"\u25AA",squf:"\u25AA",srarr:"\u2192",sscr:"\u{1D4C8}",ssetmn:"\u2216",ssmile:"\u2323",sstarf:"\u22C6",star:"\u2606",starf:"\u2605",straightepsilon:"\u03F5",straightphi:"\u03D5",strns:"\xAF",sub:"\u2282",subE:"\u2AC5",subdot:"\u2ABD",sube:"\u2286",subedot:"\u2AC3",submult:"\u2AC1",subnE:"\u2ACB",subne:"\u228A",subplus:"\u2ABF",subrarr:"\u2979",subset:"\u2282",subseteq:"\u2286",subseteqq:"\u2AC5",subsetneq:"\u228A",subsetneqq:"\u2ACB",subsim:"\u2AC7",subsub:"\u2AD5",subsup:"\u2AD3",succ:"\u227B",succapprox:"\u2AB8",succcurlyeq:"\u227D",succeq:"\u2AB0",succnapprox:"\u2ABA",succneqq:"\u2AB6",succnsim:"\u22E9",succsim:"\u227F",sum:"\u2211",sung:"\u266A",sup:"\u2283",sup1:"\xB9",sup2:"\xB2",sup3:"\xB3",supE:"\u2AC6",supdot:"\u2ABE",supdsub:"\u2AD8",supe:"\u2287",supedot:"\u2AC4",suphsol:"\u27C9",suphsub:"\u2AD7",suplarr:"\u297B",supmult:"\u2AC2",supnE:"\u2ACC",supne:"\u228B",supplus:"\u2AC0",supset:"\u2283",supseteq:"\u2287",supseteqq:"\u2AC6",supsetneq:"\u228B",supsetneqq:"\u2ACC",supsim:"\u2AC8",supsub:"\u2AD4",supsup:"\u2AD6",swArr:"\u21D9",swarhk:"\u2926",swarr:"\u2199",swarrow:"\u2199",swnwar:"\u292A",szli:"\xDF",szlig:"\xDF",target:"\u2316",tau:"\u03C4",tbrk:"\u23B4",tcaron:"\u0165",tcedil:"\u0163",tcy:"\u0442",tdot:"\u20DB",telrec:"\u2315",tfr:"\u{1D531}",there4:"\u2234",therefore:"\u2234",theta:"\u03B8",thetasym:"\u03D1",thetav:"\u03D1",thickapprox:"\u2248",thicksim:"\u223C",thinsp:"\u2009",thkap:"\u2248",thksim:"\u223C",thor:"\xFE",thorn:"\xFE",tilde:"\u02DC",time:"\xD7",times:"\xD7",timesb:"\u22A0",timesbar:"\u2A31",timesd:"\u2A30",tint:"\u222D",toea:"\u2928",top:"\u22A4",topbot:"\u2336",topcir:"\u2AF1",topf:"\u{1D565}",topfork:"\u2ADA",tosa:"\u2929",tprime:"\u2034",trade:"\u2122",triangle:"\u25B5",triangledown:"\u25BF",triangleleft:"\u25C3",trianglelefteq:"\u22B4",triangleq:"\u225C",triangleright:"\u25B9",trianglerighteq:"\u22B5",tridot:"\u25EC",trie:"\u225C",triminus:"\u2A3A",triplus:"\u2A39",trisb:"\u29CD",tritime:"\u2A3B",trpezium:"\u23E2",tscr:"\u{1D4C9}",tscy:"\u0446",tshcy:"\u045B",tstrok:"\u0167",twixt:"\u226C",twoheadleftarrow:"\u219E",twoheadrightarrow:"\u21A0",uArr:"\u21D1",uHar:"\u2963",uacut:"\xFA",uacute:"\xFA",uarr:"\u2191",ubrcy:"\u045E",ubreve:"\u016D",ucir:"\xFB",ucirc:"\xFB",ucy:"\u0443",udarr:"\u21C5",udblac:"\u0171",udhar:"\u296E",ufisht:"\u297E",ufr:"\u{1D532}",ugrav:"\xF9",ugrave:"\xF9",uharl:"\u21BF",uharr:"\u21BE",uhblk:"\u2580",ulcorn:"\u231C",ulcorner:"\u231C",ulcrop:"\u230F",ultri:"\u25F8",umacr:"\u016B",um:"\xA8",uml:"\xA8",uogon:"\u0173",uopf:"\u{1D566}",uparrow:"\u2191",updownarrow:"\u2195",upharpoonleft:"\u21BF",upharpoonright:"\u21BE",uplus:"\u228E",upsi:"\u03C5",upsih:"\u03D2",upsilon:"\u03C5",upuparrows:"\u21C8",urcorn:"\u231D",urcorner:"\u231D",urcrop:"\u230E",uring:"\u016F",urtri:"\u25F9",uscr:"\u{1D4CA}",utdot:"\u22F0",utilde:"\u0169",utri:"\u25B5",utrif:"\u25B4",uuarr:"\u21C8",uum:"\xFC",uuml:"\xFC",uwangle:"\u29A7",vArr:"\u21D5",vBar:"\u2AE8",vBarv:"\u2AE9",vDash:"\u22A8",vangrt:"\u299C",varepsilon:"\u03F5",varkappa:"\u03F0",varnothing:"\u2205",varphi:"\u03D5",varpi:"\u03D6",varpropto:"\u221D",varr:"\u2195",varrho:"\u03F1",varsigma:"\u03C2",varsubsetneq:"\u228A\uFE00",varsubsetneqq:"\u2ACB\uFE00",varsupsetneq:"\u228B\uFE00",varsupsetneqq:"\u2ACC\uFE00",vartheta:"\u03D1",vartriangleleft:"\u22B2",vartriangleright:"\u22B3",vcy:"\u0432",vdash:"\u22A2",vee:"\u2228",veebar:"\u22BB",veeeq:"\u225A",vellip:"\u22EE",verbar:"|",vert:"|",vfr:"\u{1D533}",vltri:"\u22B2",vnsub:"\u2282\u20D2",vnsup:"\u2283\u20D2",vopf:"\u{1D567}",vprop:"\u221D",vrtri:"\u22B3",vscr:"\u{1D4CB}",vsubnE:"\u2ACB\uFE00",vsubne:"\u228A\uFE00",vsupnE:"\u2ACC\uFE00",vsupne:"\u228B\uFE00",vzigzag:"\u299A",wcirc:"\u0175",wedbar:"\u2A5F",wedge:"\u2227",wedgeq:"\u2259",weierp:"\u2118",wfr:"\u{1D534}",wopf:"\u{1D568}",wp:"\u2118",wr:"\u2240",wreath:"\u2240",wscr:"\u{1D4CC}",xcap:"\u22C2",xcirc:"\u25EF",xcup:"\u22C3",xdtri:"\u25BD",xfr:"\u{1D535}",xhArr:"\u27FA",xharr:"\u27F7",xi:"\u03BE",xlArr:"\u27F8",xlarr:"\u27F5",xmap:"\u27FC",xnis:"\u22FB",xodot:"\u2A00",xopf:"\u{1D569}",xoplus:"\u2A01",xotime:"\u2A02",xrArr:"\u27F9",xrarr:"\u27F6",xscr:"\u{1D4CD}",xsqcup:"\u2A06",xuplus:"\u2A04",xutri:"\u25B3",xvee:"\u22C1",xwedge:"\u22C0",yacut:"\xFD",yacute:"\xFD",yacy:"\u044F",ycirc:"\u0177",ycy:"\u044B",ye:"\xA5",yen:"\xA5",yfr:"\u{1D536}",yicy:"\u0457",yopf:"\u{1D56A}",yscr:"\u{1D4CE}",yucy:"\u044E",yum:"\xFF",yuml:"\xFF",zacute:"\u017A",zcaron:"\u017E",zcy:"\u0437",zdot:"\u017C",zeetrf:"\u2128",zeta:"\u03B6",zfr:"\u{1D537}",zhcy:"\u0436",zigrarr:"\u21DD",zopf:"\u{1D56B}",zscr:"\u{1D4CF}",zwj:"\u200D",zwnj:"\u200C"}}}),Tl=I({"node_modules/parse-entities/decode-entity.js"(n,r){"use strict";S();var e=Sl();r.exports=s;var u={}.hasOwnProperty;function s(t){return u.call(e,t)?e[t]:!1}}}),Fr=I({"node_modules/parse-entities/index.js"(n,r){"use strict";S();var e=ql(),u=_l(),s=Me(),t=Ol(),o=Il(),c=Tl();r.exports=J;var a={}.hasOwnProperty,D=String.fromCharCode,i=Function.prototype,l={warning:null,reference:null,text:null,warningContext:null,referenceContext:null,textContext:null,position:{},additional:null,attribute:!1,nonTerminated:!0},d=9,h=10,g=12,F=32,C=38,x=59,p=60,b=61,f=35,v=88,m=120,E=65533,w="named",q="hexadecimal",L="decimal",B={};B[q]=16,B[L]=10;var O={};O[w]=o,O[L]=s,O[q]=t;var T=1,P=2,A=3,j=4,$=5,U=6,X=7,R={};R[T]="Named character references must be terminated by a semicolon",R[P]="Numeric character references must be terminated by a semicolon",R[A]="Named character references cannot be empty",R[j]="Numeric character references cannot be empty",R[$]="Named character references must be known",R[U]="Numeric character references cannot be disallowed",R[X]="Numeric character references cannot be outside the permissible Unicode range";function J(k,y){var _={},N,V;y||(y={});for(V in l)N=y[V],_[V]=N==null?l[V]:N;return(_.position.indent||_.position.start)&&(_.indent=_.position.indent||[],_.position=_.position.start),z(k,_)}function z(k,y){var _=y.additional,N=y.nonTerminated,V=y.text,W=y.reference,K=y.warning,ee=y.textContext,Y=y.referenceContext,te=y.warningContext,De=y.position,le=y.indent||[],ne=k.length,Z=0,Q=-1,fe=De.column||1,be=De.line||1,pe="",he=[],oe,de,ae,re,ye,se,ie,Ce,Qe,Ar,ke,Ge,qe,Fe,hu,Ue,er,ge,ce;for(typeof _=="string"&&(_=_.charCodeAt(0)),Ue=Ve(),Ce=K?ei:i,Z--,ne++;++Z<ne;)if(ye===h&&(fe=le[Q]||1),ye=k.charCodeAt(Z),ye===C){if(ie=k.charCodeAt(Z+1),ie===d||ie===h||ie===g||ie===F||ie===C||ie===p||ie!==ie||_&&ie===_){pe+=D(ye),fe++;continue}for(qe=Z+1,Ge=qe,ce=qe,ie===f?(ce=++Ge,ie=k.charCodeAt(ce),ie===v||ie===m?(Fe=q,ce=++Ge):Fe=L):Fe=w,oe="",ke="",re="",hu=O[Fe],ce--;++ce<ne&&(ie=k.charCodeAt(ce),!!hu(ie));)re+=D(ie),Fe===w&&a.call(e,re)&&(oe=re,ke=e[re]);ae=k.charCodeAt(ce)===x,ae&&(ce++,de=Fe===w?c(re):!1,de&&(oe=re,ke=de)),ge=1+ce-qe,!ae&&!N||(re?Fe===w?(ae&&!ke?Ce($,1):(oe!==re&&(ce=Ge+oe.length,ge=1+ce-Ge,ae=!1),ae||(Qe=oe?T:A,y.attribute?(ie=k.charCodeAt(ce),ie===b?(Ce(Qe,ge),ke=null):o(ie)?ke=null:Ce(Qe,ge)):Ce(Qe,ge))),se=ke):(ae||Ce(P,ge),se=parseInt(re,B[Fe]),M(se)?(Ce(X,ge),se=D(E)):se in u?(Ce(U,ge),se=u[se]):(Ar="",G(se)&&Ce(U,ge),se>65535&&(se-=65536,Ar+=D(se>>>10|55296),se=56320|se&1023),se=Ar+D(se))):Fe!==w&&Ce(j,ge)),se?(vu(),Ue=Ve(),Z=ce-1,fe+=ce-qe+1,he.push(se),er=Ve(),er.offset++,W&&W.call(Y,se,{start:Ue,end:er},k.slice(qe-1,ce)),Ue=er):(re=k.slice(qe-1,ce),pe+=re,fe+=re.length,Z=ce-1)}else ye===10&&(be++,Q++,fe=0),ye===ye?(pe+=D(ye),fe++):vu();return he.join("");function Ve(){return{line:be,column:fe,offset:Z+(De.offset||0)}}function ei(mu,Eu){var xr=Ve();xr.column+=Eu,xr.offset+=Eu,K.call(te,R[mu],xr,mu)}function vu(){pe&&(he.push(pe),V&&V.call(ee,pe,{start:Ue,end:Ve()}),pe="")}}function M(k){return k>=55296&&k<=57343||k>1114111}function G(k){return k>=1&&k<=8||k===11||k>=13&&k<=31||k>=127&&k<=159||k>=64976&&k<=65007||(k&65535)===65535||(k&65535)===65534}}}),Nl=I({"node_modules/remark-parse/lib/decode.js"(n,r){"use strict";S();var e=Pe(),u=Fr();r.exports=s;function s(t){return c.raw=a,c;function o(i){for(var l=t.offset,d=i.line,h=[];++d&&d in l;)h.push((l[d]||0)+1);return{start:i,indent:h}}function c(i,l,d){u(i,{position:o(l),warning:D,text:d,reference:d,textContext:t,referenceContext:t})}function a(i,l,d){return u(i,e(d,{position:o(l),warning:D}))}function D(i,l,d){d!==3&&t.file.message(i,l)}}}}),Ll=I({"node_modules/remark-parse/lib/tokenizer.js"(n,r){"use strict";S(),r.exports=e;function e(o){return c;function c(a,D){var i=this,l=i.offset,d=[],h=i[o+"Methods"],g=i[o+"Tokenizers"],F=D.line,C=D.column,x,p,b,f,v,m;if(!a)return d;for(P.now=q,P.file=i.file,E("");a;){for(x=-1,p=h.length,v=!1;++x<p&&(f=h[x],b=g[f],!(b&&(!b.onlyAtStart||i.atStart)&&(!b.notInList||!i.inList)&&(!b.notInBlock||!i.inBlock)&&(!b.notInLink||!i.inLink)&&(m=a.length,b.apply(i,[P,a]),v=m!==a.length,v))););v||i.file.fail(new Error("Infinite loop"),P.now())}return i.eof=q(),d;function E(A){for(var j=-1,$=A.indexOf(`
3
+ `);$!==-1;)F++,j=$,$=A.indexOf(`
4
+ `,$+1);j===-1?C+=A.length:C=A.length-j,F in l&&(j!==-1?C+=l[F]:C<=l[F]&&(C=l[F]+1))}function w(){var A=[],j=F+1;return function(){for(var $=F+1;j<$;)A.push((l[j]||0)+1),j++;return A}}function q(){var A={line:F,column:C};return A.offset=i.toOffset(A),A}function L(A){this.start=A,this.end=q()}function B(A){a.slice(0,A.length)!==A&&i.file.fail(new Error("Incorrectly eaten value: please report this warning on https://git.io/vg5Ft"),q())}function O(){var A=q();return j;function j($,U){var X=$.position,R=X?X.start:A,J=[],z=X&&X.end.line,M=A.line;if($.position=new L(R),X&&U&&X.indent){if(J=X.indent,z<M){for(;++z<M;)J.push((l[z]||0)+1);J.push(A.column)}U=J.concat(U)}return $.position.indent=U||[],$}}function T(A,j){var $=j?j.children:d,U=$[$.length-1],X;return U&&A.type===U.type&&(A.type==="text"||A.type==="blockquote")&&u(U)&&u(A)&&(X=A.type==="text"?s:t,A=X.call(i,U,A)),A!==U&&$.push(A),i.atStart&&d.length!==0&&i.exitStart(),A}function P(A){var j=w(),$=O(),U=q();return B(A),X.reset=R,R.test=J,X.test=J,a=a.slice(A.length),E(A),j=j(),X;function X(z,M){return $(T($(z),M),j)}function R(){var z=X.apply(null,arguments);return F=U.line,C=U.column,a=A+a,z}function J(){var z=$({});return F=U.line,C=U.column,a=A+a,z.position}}}}function u(o){var c,a;return o.type!=="text"||!o.position?!0:(c=o.position.start,a=o.position.end,c.line!==a.line||a.column-c.column===o.value.length)}function s(o,c){return o.value+=c.value,o}function t(o,c){return this.options.commonmark||this.options.gfm?c:(o.children=o.children.concat(c.children),o)}}}),Rl=I({"node_modules/markdown-escapes/index.js"(n,r){"use strict";S(),r.exports=t;var e=["\\","`","*","{","}","[","]","(",")","#","+","-",".","!","_",">"],u=e.concat(["~","|"]),s=u.concat([`
5
+ `,'"',"$","%","&","'",",","/",":",";","<","=","?","@","^"]);t.default=e,t.gfm=u,t.commonmark=s;function t(o){var c=o||{};return c.commonmark?s:c.gfm?u:e}}}),jl=I({"node_modules/remark-parse/lib/block-elements.js"(n,r){"use strict";S(),r.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","hgroup","hr","html","iframe","legend","li","link","main","menu","menuitem","meta","nav","noframes","ol","optgroup","option","p","param","pre","section","source","title","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"]}}),Ta=I({"node_modules/remark-parse/lib/defaults.js"(n,r){"use strict";S(),r.exports={position:!0,gfm:!0,commonmark:!1,pedantic:!1,blocks:jl()}}}),Pl=I({"node_modules/remark-parse/lib/set-options.js"(n,r){"use strict";S();var e=Pe(),u=Rl(),s=Ta();r.exports=t;function t(o){var c=this,a=c.options,D,i;if(o==null)o={};else if(typeof o=="object")o=e(o);else throw new Error("Invalid value `"+o+"` for setting `options`");for(D in s){if(i=o[D],i==null&&(i=a[D]),D!=="blocks"&&typeof i!="boolean"||D==="blocks"&&typeof i!="object")throw new Error("Invalid value `"+i+"` for setting `options."+D+"`");o[D]=i}return c.options=o,c.escape=u(o),c}}}),Ml=I({"node_modules/unist-util-is/convert.js"(n,r){"use strict";S(),r.exports=e;function e(c){if(c==null)return o;if(typeof c=="string")return t(c);if(typeof c=="object")return"length"in c?s(c):u(c);if(typeof c=="function")return c;throw new Error("Expected function, string, or object as test")}function u(c){return a;function a(D){var i;for(i in c)if(D[i]!==c[i])return!1;return!0}}function s(c){for(var a=[],D=-1;++D<c.length;)a[D]=e(c[D]);return i;function i(){for(var l=-1;++l<a.length;)if(a[l].apply(this,arguments))return!0;return!1}}function t(c){return a;function a(D){return Boolean(D&&D.type===c)}}function o(){return!0}}}),zl=I({"node_modules/unist-util-visit-parents/color.browser.js"(n,r){S(),r.exports=e;function e(u){return u}}}),Gl=I({"node_modules/unist-util-visit-parents/index.js"(n,r){"use strict";S(),r.exports=c;var e=Ml(),u=zl(),s=!0,t="skip",o=!1;c.CONTINUE=s,c.SKIP=t,c.EXIT=o;function c(D,i,l,d){var h,g;typeof i=="function"&&typeof l!="function"&&(d=l,l=i,i=null),g=e(i),h=d?-1:1,F(D,null,[])();function F(C,x,p){var b=typeof C=="object"&&C!==null?C:{},f;return typeof b.type=="string"&&(f=typeof b.tagName=="string"?b.tagName:typeof b.name=="string"?b.name:void 0,v.displayName="node ("+u(b.type+(f?"<"+f+">":""))+")"),v;function v(){var m=p.concat(C),E=[],w,q;if((!i||g(C,x,p[p.length-1]||null))&&(E=a(l(C,p)),E[0]===o))return E;if(C.children&&E[0]!==t)for(q=(d?C.children.length:-1)+h;q>-1&&q<C.children.length;){if(w=F(C.children[q],q,m)(),w[0]===o)return w;q=typeof w[1]=="number"?w[1]:q+h}return E}}}function a(D){return D!==null&&typeof D=="object"&&"length"in D?D:typeof D=="number"?[s,D]:[D]}}}),Ul=I({"node_modules/unist-util-visit/index.js"(n,r){"use strict";S(),r.exports=o;var e=Gl(),u=e.CONTINUE,s=e.SKIP,t=e.EXIT;o.CONTINUE=u,o.SKIP=s,o.EXIT=t;function o(c,a,D,i){typeof a=="function"&&typeof D!="function"&&(i=D,D=a,a=null),e(c,a,l,i);function l(d,h){var g=h[h.length-1],F=g?g.children.indexOf(d):null;return D(d,F,g)}}}}),Vl=I({"node_modules/unist-util-remove-position/index.js"(n,r){"use strict";S();var e=Ul();r.exports=u;function u(o,c){return e(o,c?s:t),o}function s(o){delete o.position}function t(o){o.position=void 0}}}),$l=I({"node_modules/remark-parse/lib/parse.js"(n,r){"use strict";S();var e=Pe(),u=Vl();r.exports=o;var s=`
6
+ `,t=/\r\n|\r/g;function o(){var c=this,a=String(c.file),D={line:1,column:1,offset:0},i=e(D),l;return a=a.replace(t,s),a.charCodeAt(0)===65279&&(a=a.slice(1),i.column++,i.offset++),l={type:"root",children:c.tokenizeBlock(a,i),position:{start:D,end:c.eof||e(D)}},c.options.position||u(l,!0),l}}}),Hl=I({"node_modules/remark-parse/lib/tokenize/blank-line.js"(n,r){"use strict";S();var e=/^[ \t]*(\n|$)/;r.exports=u;function u(s,t,o){for(var c,a="",D=0,i=t.length;D<i&&(c=e.exec(t.slice(D)),c!=null);)D+=c[0].length,a+=c[0];if(a!==""){if(o)return!0;s(a)}}}}),Du=I({"node_modules/repeat-string/index.js"(n,r){"use strict";S();var e="",u;r.exports=s;function s(t,o){if(typeof t!="string")throw new TypeError("expected a string");if(o===1)return t;if(o===2)return t+t;var c=t.length*o;if(u!==t||typeof u>"u")u=t,e="";else if(e.length>=c)return e.substr(0,c);for(;c>e.length&&o>1;)o&1&&(e+=t),o>>=1,t+=t;return e+=t,e=e.substr(0,c),e}}}),Na=I({"node_modules/trim-trailing-lines/index.js"(n,r){"use strict";S(),r.exports=e;function e(u){return String(u).replace(/\n+$/,"")}}}),Xl=I({"node_modules/remark-parse/lib/tokenize/code-indented.js"(n,r){"use strict";S();var e=Du(),u=Na();r.exports=D;var s=`
7
+ `,t=" ",o=" ",c=4,a=e(o,c);function D(i,l,d){for(var h=-1,g=l.length,F="",C="",x="",p="",b,f,v;++h<g;)if(b=l.charAt(h),v)if(v=!1,F+=x,C+=p,x="",p="",b===s)x=b,p=b;else for(F+=b,C+=b;++h<g;){if(b=l.charAt(h),!b||b===s){p=b,x=b;break}F+=b,C+=b}else if(b===o&&l.charAt(h+1)===b&&l.charAt(h+2)===b&&l.charAt(h+3)===b)x+=a,h+=3,v=!0;else if(b===t)x+=b,v=!0;else{for(f="";b===t||b===o;)f+=b,b=l.charAt(++h);if(b!==s)break;x+=f+b,p+=b}if(C)return d?!0:i(F)({type:"code",lang:null,meta:null,value:u(C)})}}}),Wl=I({"node_modules/remark-parse/lib/tokenize/code-fenced.js"(n,r){"use strict";S(),r.exports=D;var e=`
8
+ `,u=" ",s=" ",t="~",o="`",c=3,a=4;function D(i,l,d){var h=this,g=h.options.gfm,F=l.length+1,C=0,x="",p,b,f,v,m,E,w,q,L,B,O,T,P;if(!!g){for(;C<F&&(f=l.charAt(C),!(f!==s&&f!==u));)x+=f,C++;if(T=C,f=l.charAt(C),!(f!==t&&f!==o)){for(C++,b=f,p=1,x+=f;C<F&&(f=l.charAt(C),f===b);)x+=f,p++,C++;if(!(p<c)){for(;C<F&&(f=l.charAt(C),!(f!==s&&f!==u));)x+=f,C++;for(v="",w="";C<F&&(f=l.charAt(C),!(f===e||b===o&&f===b));)f===s||f===u?w+=f:(v+=w+f,w=""),C++;if(f=l.charAt(C),!(f&&f!==e)){if(d)return!0;P=i.now(),P.column+=x.length,P.offset+=x.length,x+=v,v=h.decode.raw(h.unescape(v),P),w&&(x+=w),w="",B="",O="",q="",L="";for(var A=!0;C<F;){if(f=l.charAt(C),q+=B,L+=O,B="",O="",f!==e){q+=f,O+=f,C++;continue}for(A?(x+=f,A=!1):(B+=f,O+=f),w="",C++;C<F&&(f=l.charAt(C),f===s);)w+=f,C++;if(B+=w,O+=w.slice(T),!(w.length>=a)){for(w="";C<F&&(f=l.charAt(C),f===b);)w+=f,C++;if(B+=w,O+=w,!(w.length<p)){for(w="";C<F&&(f=l.charAt(C),!(f!==s&&f!==u));)B+=f,O+=f,C++;if(!f||f===e)break}}}for(x+=q+B,C=-1,F=v.length;++C<F;)if(f=v.charAt(C),f===s||f===u)m||(m=v.slice(0,C));else if(m){E=v.slice(C);break}return i(x)({type:"code",lang:m||v||null,meta:E||null,value:L})}}}}}}}),ze=I({"node_modules/trim/index.js"(n,r){S(),n=r.exports=e;function e(u){return u.replace(/^\s*|\s*$/g,"")}n.left=function(u){return u.replace(/^\s*/,"")},n.right=function(u){return u.replace(/\s*$/,"")}}}),fu=I({"node_modules/remark-parse/lib/util/interrupt.js"(n,r){"use strict";S(),r.exports=e;function e(u,s,t,o){for(var c=u.length,a=-1,D,i;++a<c;)if(D=u[a],i=D[1]||{},!(i.pedantic!==void 0&&i.pedantic!==t.options.pedantic)&&!(i.commonmark!==void 0&&i.commonmark!==t.options.commonmark)&&s[D[0]].apply(t,o))return!0;return!1}}}),Kl=I({"node_modules/remark-parse/lib/tokenize/blockquote.js"(n,r){"use strict";S();var e=ze(),u=fu();r.exports=a;var s=`
9
+ `,t=" ",o=" ",c=">";function a(D,i,l){for(var d=this,h=d.offset,g=d.blockTokenizers,F=d.interruptBlockquote,C=D.now(),x=C.line,p=i.length,b=[],f=[],v=[],m,E=0,w,q,L,B,O,T,P,A;E<p&&(w=i.charAt(E),!(w!==o&&w!==t));)E++;if(i.charAt(E)===c){if(l)return!0;for(E=0;E<p;){for(L=i.indexOf(s,E),T=E,P=!1,L===-1&&(L=p);E<p&&(w=i.charAt(E),!(w!==o&&w!==t));)E++;if(i.charAt(E)===c?(E++,P=!0,i.charAt(E)===o&&E++):E=T,B=i.slice(E,L),!P&&!e(B)){E=T;break}if(!P&&(q=i.slice(E),u(F,g,d,[D,q,!0])))break;O=T===E?B:i.slice(T,L),v.push(E-T),b.push(O),f.push(B),E=L+1}for(E=-1,p=v.length,m=D(b.join(s));++E<p;)h[x]=(h[x]||0)+v[E],x++;return A=d.enterBlock(),f=d.tokenizeBlock(f.join(s),C),A(),m({type:"blockquote",children:f})}}}}),Yl=I({"node_modules/remark-parse/lib/tokenize/heading-atx.js"(n,r){"use strict";S(),r.exports=c;var e=`
10
+ `,u=" ",s=" ",t="#",o=6;function c(a,D,i){for(var l=this,d=l.options.pedantic,h=D.length+1,g=-1,F=a.now(),C="",x="",p,b,f;++g<h;){if(p=D.charAt(g),p!==s&&p!==u){g--;break}C+=p}for(f=0;++g<=h;){if(p=D.charAt(g),p!==t){g--;break}C+=p,f++}if(!(f>o)&&!(!f||!d&&D.charAt(g+1)===t)){for(h=D.length+1,b="";++g<h;){if(p=D.charAt(g),p!==s&&p!==u){g--;break}b+=p}if(!(!d&&b.length===0&&p&&p!==e)){if(i)return!0;for(C+=b,b="",x="";++g<h&&(p=D.charAt(g),!(!p||p===e));){if(p!==s&&p!==u&&p!==t){x+=b+p,b="";continue}for(;p===s||p===u;)b+=p,p=D.charAt(++g);if(!d&&x&&!b&&p===t){x+=p;continue}for(;p===t;)b+=p,p=D.charAt(++g);for(;p===s||p===u;)b+=p,p=D.charAt(++g);g--}return F.column+=C.length,F.offset+=C.length,C+=x+b,a(C)({type:"heading",depth:f,children:l.tokenizeInline(x,F)})}}}}}),Jl=I({"node_modules/remark-parse/lib/tokenize/thematic-break.js"(n,r){"use strict";S(),r.exports=D;var e=" ",u=`
11
+ `,s=" ",t="*",o="-",c="_",a=3;function D(i,l,d){for(var h=-1,g=l.length+1,F="",C,x,p,b;++h<g&&(C=l.charAt(h),!(C!==e&&C!==s));)F+=C;if(!(C!==t&&C!==o&&C!==c))for(x=C,F+=C,p=1,b="";++h<g;)if(C=l.charAt(h),C===x)p++,F+=b+x,b="";else if(C===s)b+=C;else return p>=a&&(!C||C===u)?(F+=b,d?!0:i(F)({type:"thematicBreak"})):void 0}}}),La=I({"node_modules/remark-parse/lib/util/get-indentation.js"(n,r){"use strict";S(),r.exports=o;var e=" ",u=" ",s=1,t=4;function o(c){for(var a=0,D=0,i=c.charAt(a),l={},d,h=0;i===e||i===u;){for(d=i===e?t:s,D+=d,d>1&&(D=Math.floor(D/d)*d);h<D;)l[++h]=a;i=c.charAt(++a)}return{indent:D,stops:l}}}}),Zl=I({"node_modules/remark-parse/lib/util/remove-indentation.js"(n,r){"use strict";S();var e=ze(),u=Du(),s=La();r.exports=a;var t=`
12
+ `,o=" ",c="!";function a(D,i){var l=D.split(t),d=l.length+1,h=1/0,g=[],F,C,x;for(l.unshift(u(o,i)+c);d--;)if(C=s(l[d]),g[d]=C.stops,e(l[d]).length!==0)if(C.indent)C.indent>0&&C.indent<h&&(h=C.indent);else{h=1/0;break}if(h!==1/0)for(d=l.length;d--;){for(x=g[d],F=h;F&&!(F in x);)F--;l[d]=l[d].slice(x[F]+1)}return l.shift(),l.join(t)}}}),Ql=I({"node_modules/remark-parse/lib/tokenize/list.js"(n,r){"use strict";S();var e=ze(),u=Du(),s=Me(),t=La(),o=Zl(),c=fu();r.exports=w;var a="*",D="_",i="+",l="-",d=".",h=" ",g=`
13
+ `,F=" ",C=")",x="x",p=4,b=/\n\n(?!\s*$)/,f=/^\[([ X\tx])][ \t]/,v=/^([ \t]*)([*+-]|\d+[.)])( {1,4}(?! )| |\t|$|(?=\n))([^\n]*)/,m=/^([ \t]*)([*+-]|\d+[.)])([ \t]+)/,E=/^( {1,4}|\t)?/gm;function w(O,T,P){for(var A=this,j=A.options.commonmark,$=A.options.pedantic,U=A.blockTokenizers,X=A.interruptList,R=0,J=T.length,z=null,M,G,k,y,_,N,V,W,K,ee,Y,te,De,le,ne,Z,Q,fe,be,pe=!1,he,oe,de,ae;R<J&&(y=T.charAt(R),!(y!==F&&y!==h));)R++;if(y=T.charAt(R),y===a||y===i||y===l)_=y,k=!1;else{for(k=!0,G="";R<J&&(y=T.charAt(R),!!s(y));)G+=y,R++;if(y=T.charAt(R),!G||!(y===d||j&&y===C)||P&&G!=="1")return;z=parseInt(G,10),_=y}if(y=T.charAt(++R),!(y!==h&&y!==F&&($||y!==g&&y!==""))){if(P)return!0;for(R=0,le=[],ne=[],Z=[];R<J;){for(N=T.indexOf(g,R),V=R,W=!1,ae=!1,N===-1&&(N=J),M=0;R<J;){if(y=T.charAt(R),y===F)M+=p-M%p;else if(y===h)M++;else break;R++}if(Q&&M>=Q.indent&&(ae=!0),y=T.charAt(R),K=null,!ae){if(y===a||y===i||y===l)K=y,R++,M++;else{for(G="";R<J&&(y=T.charAt(R),!!s(y));)G+=y,R++;y=T.charAt(R),R++,G&&(y===d||j&&y===C)&&(K=y,M+=G.length+1)}if(K)if(y=T.charAt(R),y===F)M+=p-M%p,R++;else if(y===h){for(de=R+p;R<de&&T.charAt(R)===h;)R++,M++;R===de&&T.charAt(R)===h&&(R-=p-1,M-=p-1)}else y!==g&&y!==""&&(K=null)}if(K){if(!$&&_!==K)break;W=!0}else!j&&!ae&&T.charAt(V)===h?ae=!0:j&&Q&&(ae=M>=Q.indent||M>p),W=!1,R=V;if(Y=T.slice(V,N),ee=V===R?Y:T.slice(R,N),(K===a||K===D||K===l)&&U.thematicBreak.call(A,O,Y,!0))break;if(te=De,De=!W&&!e(ee).length,ae&&Q)Q.value=Q.value.concat(Z,Y),ne=ne.concat(Z,Y),Z=[];else if(W)Z.length!==0&&(pe=!0,Q.value.push(""),Q.trail=Z.concat()),Q={value:[Y],indent:M,trail:[]},le.push(Q),ne=ne.concat(Z,Y),Z=[];else if(De){if(te&&!j)break;Z.push(Y)}else{if(te||c(X,U,A,[O,Y,!0]))break;Q.value=Q.value.concat(Z,Y),ne=ne.concat(Z,Y),Z=[]}R=N+1}for(he=O(ne.join(g)).reset({type:"list",ordered:k,start:z,spread:pe,children:[]}),fe=A.enterList(),be=A.enterBlock(),R=-1,J=le.length;++R<J;)Q=le[R].value.join(g),oe=O.now(),O(Q)(q(A,Q,oe),he),Q=le[R].trail.join(g),R!==J-1&&(Q+=g),O(Q);return fe(),be(),he}}function q(O,T,P){var A=O.offset,j=O.options.pedantic?L:B,$=null,U,X;return T=j.apply(null,arguments),O.options.gfm&&(U=T.match(f),U&&(X=U[0].length,$=U[1].toLowerCase()===x,A[P.line]+=X,T=T.slice(X))),{type:"listItem",spread:b.test(T),checked:$,children:O.tokenizeBlock(T,P)}}function L(O,T,P){var A=O.offset,j=P.line;return T=T.replace(m,$),j=P.line,T.replace(E,$);function $(U){return A[j]=(A[j]||0)+U.length,j++,""}}function B(O,T,P){var A=O.offset,j=P.line,$,U,X,R,J,z,M;for(T=T.replace(v,G),R=T.split(g),J=o(T,t($).indent).split(g),J[0]=X,A[j]=(A[j]||0)+U.length,j++,z=0,M=R.length;++z<M;)A[j]=(A[j]||0)+R[z].length-J[z].length,j++;return J.join(g);function G(k,y,_,N,V){return U=y+_+N,X=V,Number(_)<10&&U.length%2===1&&(_=h+_),$=y+u(h,_.length)+N,$+X}}}}),eD=I({"node_modules/remark-parse/lib/tokenize/heading-setext.js"(n,r){"use strict";S(),r.exports=i;var e=`
14
+ `,u=" ",s=" ",t="=",o="-",c=3,a=1,D=2;function i(l,d,h){for(var g=this,F=l.now(),C=d.length,x=-1,p="",b,f,v,m,E;++x<C;){if(v=d.charAt(x),v!==s||x>=c){x--;break}p+=v}for(b="",f="";++x<C;){if(v=d.charAt(x),v===e){x--;break}v===s||v===u?f+=v:(b+=f+v,f="")}if(F.column+=p.length,F.offset+=p.length,p+=b+f,v=d.charAt(++x),m=d.charAt(++x),!(v!==e||m!==t&&m!==o)){for(p+=v,f=m,E=m===t?a:D;++x<C;){if(v=d.charAt(x),v!==m){if(v!==e)return;x--;break}f+=v}return h?!0:l(p+f)({type:"heading",depth:E,children:g.tokenizeInline(b,F)})}}}}),Ra=I({"node_modules/remark-parse/lib/util/html.js"(n){"use strict";S();var r="[a-zA-Z_:][a-zA-Z0-9:._-]*",e="[^\"'=<>`\\u0000-\\u0020]+",u="'[^']*'",s='"[^"]*"',t="(?:"+e+"|"+u+"|"+s+")",o="(?:\\s+"+r+"(?:\\s*=\\s*"+t+")?)",c="<[A-Za-z][A-Za-z0-9\\-]*"+o+"*\\s*\\/?>",a="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",D="<!---->|<!--(?:-?[^>-])(?:-?[^-])*-->",i="<[?].*?[?]>",l="<![A-Za-z]+\\s+[^>]*>",d="<!\\[CDATA\\[[\\s\\S]*?\\]\\]>";n.openCloseTag=new RegExp("^(?:"+c+"|"+a+")"),n.tag=new RegExp("^(?:"+c+"|"+a+"|"+D+"|"+i+"|"+l+"|"+d+")")}}),rD=I({"node_modules/remark-parse/lib/tokenize/html-block.js"(n,r){"use strict";S();var e=Ra().openCloseTag;r.exports=b;var u=" ",s=" ",t=`
15
+ `,o="<",c=/^<(script|pre|style)(?=(\s|>|$))/i,a=/<\/(script|pre|style)>/i,D=/^<!--/,i=/-->/,l=/^<\?/,d=/\?>/,h=/^<![A-Za-z]/,g=/>/,F=/^<!\[CDATA\[/,C=/]]>/,x=/^$/,p=new RegExp(e.source+"\\s*$");function b(f,v,m){for(var E=this,w=E.options.blocks.join("|"),q=new RegExp("^</?("+w+")(?=(\\s|/?>|$))","i"),L=v.length,B=0,O,T,P,A,j,$,U,X=[[c,a,!0],[D,i,!0],[l,d,!0],[h,g,!0],[F,C,!0],[q,x,!0],[p,x,!1]];B<L&&(A=v.charAt(B),!(A!==u&&A!==s));)B++;if(v.charAt(B)===o){for(O=v.indexOf(t,B+1),O=O===-1?L:O,T=v.slice(B,O),P=-1,j=X.length;++P<j;)if(X[P][0].test(T)){$=X[P];break}if(!!$){if(m)return $[2];if(B=O,!$[1].test(T))for(;B<L;){if(O=v.indexOf(t,B+1),O=O===-1?L:O,T=v.slice(B+1,O),$[1].test(T)){T&&(B=O);break}B=O}return U=v.slice(0,B),f(U)({type:"html",value:U})}}}}}),xe=I({"node_modules/is-whitespace-character/index.js"(n,r){"use strict";S(),r.exports=s;var e=String.fromCharCode,u=/\s/;function s(t){return u.test(typeof t=="number"?e(t):t.charAt(0))}}}),uD=I({"node_modules/collapse-white-space/index.js"(n,r){"use strict";S(),r.exports=e;function e(u){return String(u).replace(/\s+/g," ")}}}),ja=I({"node_modules/remark-parse/lib/util/normalize.js"(n,r){"use strict";S();var e=uD();r.exports=u;function u(s){return e(s).toLowerCase()}}}),tD=I({"node_modules/remark-parse/lib/tokenize/definition.js"(n,r){"use strict";S();var e=xe(),u=ja();r.exports=x;var s='"',t="'",o="\\",c=`
16
+ `,a=" ",D=" ",i="[",l="]",d="(",h=")",g=":",F="<",C=">";function x(f,v,m){for(var E=this,w=E.options.commonmark,q=0,L=v.length,B="",O,T,P,A,j,$,U,X;q<L&&(A=v.charAt(q),!(A!==D&&A!==a));)B+=A,q++;if(A=v.charAt(q),A===i){for(q++,B+=A,P="";q<L&&(A=v.charAt(q),A!==l);)A===o&&(P+=A,q++,A=v.charAt(q)),P+=A,q++;if(!(!P||v.charAt(q)!==l||v.charAt(q+1)!==g)){for($=P,B+=P+l+g,q=B.length,P="";q<L&&(A=v.charAt(q),!(A!==a&&A!==D&&A!==c));)B+=A,q++;if(A=v.charAt(q),P="",O=B,A===F){for(q++;q<L&&(A=v.charAt(q),!!p(A));)P+=A,q++;if(A=v.charAt(q),A===p.delimiter)B+=F+P+A,q++;else{if(w)return;q-=P.length+1,P=""}}if(!P){for(;q<L&&(A=v.charAt(q),!!b(A));)P+=A,q++;B+=P}if(!!P){for(U=P,P="";q<L&&(A=v.charAt(q),!(A!==a&&A!==D&&A!==c));)P+=A,q++;if(A=v.charAt(q),j=null,A===s?j=s:A===t?j=t:A===d&&(j=h),!j)P="",q=B.length;else if(P){for(B+=P+A,q=B.length,P="";q<L&&(A=v.charAt(q),A!==j);){if(A===c){if(q++,A=v.charAt(q),A===c||A===j)return;P+=c}P+=A,q++}if(A=v.charAt(q),A!==j)return;T=B,B+=P+A,q++,X=P,P=""}else return;for(;q<L&&(A=v.charAt(q),!(A!==a&&A!==D));)B+=A,q++;if(A=v.charAt(q),!A||A===c)return m?!0:(O=f(O).test().end,U=E.decode.raw(E.unescape(U),O,{nonTerminated:!1}),X&&(T=f(T).test().end,X=E.decode.raw(E.unescape(X),T)),f(B)({type:"definition",identifier:u($),label:$,title:X||null,url:U}))}}}}function p(f){return f!==C&&f!==i&&f!==l}p.delimiter=C;function b(f){return f!==i&&f!==l&&!e(f)}}}),nD=I({"node_modules/remark-parse/lib/tokenize/table.js"(n,r){"use strict";S();var e=xe();r.exports=F;var u=" ",s=`
17
+ `,t=" ",o="-",c=":",a="\\",D="|",i=1,l=2,d="left",h="center",g="right";function F(C,x,p){var b=this,f,v,m,E,w,q,L,B,O,T,P,A,j,$,U,X,R,J,z,M,G,k;if(!!b.options.gfm){for(f=0,X=0,q=x.length+1,L=[];f<q;){if(M=x.indexOf(s,f),G=x.indexOf(D,f+1),M===-1&&(M=x.length),G===-1||G>M){if(X<l)return;break}L.push(x.slice(f,M)),X++,f=M+1}for(E=L.join(s),v=L.splice(1,1)[0]||[],f=0,q=v.length,X--,m=!1,P=[];f<q;){if(O=v.charAt(f),O===D){if(T=null,m===!1){if(k===!1)return}else P.push(m),m=!1;k=!1}else if(O===o)T=!0,m=m||null;else if(O===c)m===d?m=h:T&&m===null?m=g:m=d;else if(!e(O))return;f++}if(m!==!1&&P.push(m),!(P.length<i)){if(p)return!0;for(U=-1,J=[],z=C(E).reset({type:"table",align:P,children:J});++U<X;){for(R=L[U],w={type:"tableRow",children:[]},U&&C(s),C(R).reset(w,z),q=R.length+1,f=0,B="",A="",j=!0;f<q;){if(O=R.charAt(f),O===u||O===t){A?B+=O:C(O),f++;continue}O===""||O===D?j?C(O):((A||O)&&!j&&(E=A,B.length>1&&(O?(E+=B.slice(0,-1),B=B.charAt(B.length-1)):(E+=B,B="")),$=C.now(),C(E)({type:"tableCell",children:b.tokenizeInline(A,$)},w)),C(B+O),B="",A=""):(B&&(A+=B,B=""),A+=O,O===a&&f!==q-2&&(A+=R.charAt(f+1),f++)),j=!1,f++}U||C(s+v)}return z}}}}}),aD=I({"node_modules/remark-parse/lib/tokenize/paragraph.js"(n,r){"use strict";S();var e=ze(),u=Na(),s=fu();r.exports=D;var t=" ",o=`
18
+ `,c=" ",a=4;function D(i,l,d){for(var h=this,g=h.options,F=g.commonmark,C=h.blockTokenizers,x=h.interruptParagraph,p=l.indexOf(o),b=l.length,f,v,m,E,w;p<b;){if(p===-1){p=b;break}if(l.charAt(p+1)===o)break;if(F){for(E=0,f=p+1;f<b;){if(m=l.charAt(f),m===t){E=a;break}else if(m===c)E++;else break;f++}if(E>=a&&m!==o){p=l.indexOf(o,p+1);continue}}if(v=l.slice(p+1),s(x,C,h,[i,v,!0]))break;if(f=p,p=l.indexOf(o,p+1),p!==-1&&e(l.slice(f,p))===""){p=f;break}}return v=l.slice(0,p),d?!0:(w=i.now(),v=u(v),i(v)({type:"paragraph",children:h.tokenizeInline(v,w)}))}}}),iD=I({"node_modules/remark-parse/lib/locate/escape.js"(n,r){"use strict";S(),r.exports=e;function e(u,s){return u.indexOf("\\",s)}}}),oD=I({"node_modules/remark-parse/lib/tokenize/escape.js"(n,r){"use strict";S();var e=iD();r.exports=t,t.locator=e;var u=`
19
+ `,s="\\";function t(o,c,a){var D=this,i,l;if(c.charAt(0)===s&&(i=c.charAt(1),D.escape.indexOf(i)!==-1))return a?!0:(i===u?l={type:"break"}:l={type:"text",value:i},o(s+i)(l))}}}),Pa=I({"node_modules/remark-parse/lib/locate/tag.js"(n,r){"use strict";S(),r.exports=e;function e(u,s){return u.indexOf("<",s)}}}),sD=I({"node_modules/remark-parse/lib/tokenize/auto-link.js"(n,r){"use strict";S();var e=xe(),u=Fr(),s=Pa();r.exports=l,l.locator=s,l.notInLink=!0;var t="<",o=">",c="@",a="/",D="mailto:",i=D.length;function l(d,h,g){var F=this,C="",x=h.length,p=0,b="",f=!1,v="",m,E,w,q,L;if(h.charAt(0)===t){for(p++,C=t;p<x&&(m=h.charAt(p),!(e(m)||m===o||m===c||m===":"&&h.charAt(p+1)===a));)b+=m,p++;if(!!b){if(v+=b,b="",m=h.charAt(p),v+=m,p++,m===c)f=!0;else{if(m!==":"||h.charAt(p+1)!==a)return;v+=a,p++}for(;p<x&&(m=h.charAt(p),!(e(m)||m===o));)b+=m,p++;if(m=h.charAt(p),!(!b||m!==o))return g?!0:(v+=b,w=v,C+=v+m,E=d.now(),E.column++,E.offset++,f&&(v.slice(0,i).toLowerCase()===D?(w=w.slice(i),E.column+=i,E.offset+=i):v=D+v),q=F.inlineTokenizers,F.inlineTokenizers={text:q.text},L=F.enterLink(),w=F.tokenizeInline(w,E),F.inlineTokenizers=q,L(),d(C)({type:"link",title:null,url:u(v,{nonTerminated:!1}),children:w}))}}}}}),cD=I({"node_modules/ccount/index.js"(n,r){"use strict";S(),r.exports=e;function e(u,s){var t=String(u),o=0,c;if(typeof s!="string")throw new Error("Expected character");for(c=t.indexOf(s);c!==-1;)o++,c=t.indexOf(s,c+s.length);return o}}}),lD=I({"node_modules/remark-parse/lib/locate/url.js"(n,r){"use strict";S(),r.exports=u;var e=["www.","http://","https://"];function u(s,t){var o=-1,c,a,D;if(!this.options.gfm)return o;for(a=e.length,c=-1;++c<a;)D=s.indexOf(e[c],t),D!==-1&&(o===-1||D<o)&&(o=D);return o}}}),DD=I({"node_modules/remark-parse/lib/tokenize/url.js"(n,r){"use strict";S();var e=cD(),u=Fr(),s=Me(),t=Ze(),o=xe(),c=lD();r.exports=E,E.locator=c,E.notInLink=!0;var a=33,D=38,i=41,l=42,d=44,h=45,g=46,F=58,C=59,x=63,p=60,b=95,f=126,v="(",m=")";function E(w,q,L){var B=this,O=B.options.gfm,T=B.inlineTokenizers,P=q.length,A=-1,j=!1,$,U,X,R,J,z,M,G,k,y,_,N,V,W;if(!!O){if(q.slice(0,4)==="www.")j=!0,R=4;else if(q.slice(0,7).toLowerCase()==="http://")R=7;else if(q.slice(0,8).toLowerCase()==="https://")R=8;else return;for(A=R-1,X=R,$=[];R<P;){if(M=q.charCodeAt(R),M===g){if(A===R-1)break;$.push(R),A=R,R++;continue}if(s(M)||t(M)||M===h||M===b){R++;continue}break}if(M===g&&($.pop(),R--),$[0]!==void 0&&(U=$.length<2?X:$[$.length-2]+1,q.slice(U,R).indexOf("_")===-1)){if(L)return!0;for(G=R,J=R;R<P&&(M=q.charCodeAt(R),!(o(M)||M===p));)R++,M===a||M===l||M===d||M===g||M===F||M===x||M===b||M===f||(G=R);if(R=G,q.charCodeAt(R-1)===i)for(z=q.slice(J,R),k=e(z,v),y=e(z,m);y>k;)R=J+z.lastIndexOf(m),z=q.slice(J,R),y--;if(q.charCodeAt(R-1)===C&&(R--,t(q.charCodeAt(R-1)))){for(G=R-2;t(q.charCodeAt(G));)G--;q.charCodeAt(G)===D&&(R=G)}return _=q.slice(0,R),V=u(_,{nonTerminated:!1}),j&&(V="http://"+V),W=B.enterLink(),B.inlineTokenizers={text:T.text},N=B.tokenizeInline(_,w.now()),B.inlineTokenizers=T,W(),w(_)({type:"link",title:null,url:V,children:N})}}}}}),fD=I({"node_modules/remark-parse/lib/locate/email.js"(n,r){"use strict";S();var e=Me(),u=Ze(),s=43,t=45,o=46,c=95;r.exports=a;function a(i,l){var d=this,h,g;if(!this.options.gfm||(h=i.indexOf("@",l),h===-1))return-1;if(g=h,g===l||!D(i.charCodeAt(g-1)))return a.call(d,i,h+1);for(;g>l&&D(i.charCodeAt(g-1));)g--;return g}function D(i){return e(i)||u(i)||i===s||i===t||i===o||i===c}}}),pD=I({"node_modules/remark-parse/lib/tokenize/email.js"(n,r){"use strict";S();var e=Fr(),u=Me(),s=Ze(),t=fD();r.exports=l,l.locator=t,l.notInLink=!0;var o=43,c=45,a=46,D=64,i=95;function l(d,h,g){var F=this,C=F.options.gfm,x=F.inlineTokenizers,p=0,b=h.length,f=-1,v,m,E,w;if(!!C){for(v=h.charCodeAt(p);u(v)||s(v)||v===o||v===c||v===a||v===i;)v=h.charCodeAt(++p);if(p!==0&&v===D){for(p++;p<b;){if(v=h.charCodeAt(p),u(v)||s(v)||v===c||v===a||v===i){p++,f===-1&&v===a&&(f=p);continue}break}if(!(f===-1||f===p||v===c||v===i))return v===a&&p--,m=h.slice(0,p),g?!0:(w=F.enterLink(),F.inlineTokenizers={text:x.text},E=F.tokenizeInline(m,d.now()),F.inlineTokenizers=x,w(),d(m)({type:"link",title:null,url:"mailto:"+e(m,{nonTerminated:!1}),children:E}))}}}}}),dD=I({"node_modules/remark-parse/lib/tokenize/html-inline.js"(n,r){"use strict";S();var e=Ze(),u=Pa(),s=Ra().tag;r.exports=l,l.locator=u;var t="<",o="?",c="!",a="/",D=/^<a /i,i=/^<\/a>/i;function l(d,h,g){var F=this,C=h.length,x,p;if(!(h.charAt(0)!==t||C<3)&&(x=h.charAt(1),!(!e(x)&&x!==o&&x!==c&&x!==a)&&(p=h.match(s),!!p)))return g?!0:(p=p[0],!F.inLink&&D.test(p)?F.inLink=!0:F.inLink&&i.test(p)&&(F.inLink=!1),d(p)({type:"html",value:p}))}}}),Ma=I({"node_modules/remark-parse/lib/locate/link.js"(n,r){"use strict";S(),r.exports=e;function e(u,s){var t=u.indexOf("[",s),o=u.indexOf("![",s);return o===-1||t<o?t:o}}}),hD=I({"node_modules/remark-parse/lib/tokenize/link.js"(n,r){"use strict";S();var e=xe(),u=Ma();r.exports=C,C.locator=u;var s=`
20
+ `,t="!",o='"',c="'",a="(",D=")",i="<",l=">",d="[",h="\\",g="]",F="`";function C(x,p,b){var f=this,v="",m=0,E=p.charAt(0),w=f.options.pedantic,q=f.options.commonmark,L=f.options.gfm,B,O,T,P,A,j,$,U,X,R,J,z,M,G,k,y,_,N;if(E===t&&(U=!0,v=E,E=p.charAt(++m)),E===d&&!(!U&&f.inLink)){for(v+=E,G="",m++,J=p.length,y=x.now(),M=0,y.column+=m,y.offset+=m;m<J;){if(E=p.charAt(m),j=E,E===F){for(O=1;p.charAt(m+1)===F;)j+=E,m++,O++;T?O>=T&&(T=0):T=O}else if(E===h)m++,j+=p.charAt(m);else if((!T||L)&&E===d)M++;else if((!T||L)&&E===g)if(M)M--;else{if(p.charAt(m+1)!==a)return;j+=a,B=!0,m++;break}G+=j,j="",m++}if(!!B){for(X=G,v+=G+j,m++;m<J&&(E=p.charAt(m),!!e(E));)v+=E,m++;if(E=p.charAt(m),G="",P=v,E===i){for(m++,P+=i;m<J&&(E=p.charAt(m),E!==l);){if(q&&E===s)return;G+=E,m++}if(p.charAt(m)!==l)return;v+=i+G+l,k=G,m++}else{for(E=null,j="";m<J&&(E=p.charAt(m),!(j&&(E===o||E===c||q&&E===a)));){if(e(E)){if(!w)break;j+=E}else{if(E===a)M++;else if(E===D){if(M===0)break;M--}G+=j,j="",E===h&&(G+=h,E=p.charAt(++m)),G+=E}m++}v+=G,k=G,m=v.length}for(G="";m<J&&(E=p.charAt(m),!!e(E));)G+=E,m++;if(E=p.charAt(m),v+=G,G&&(E===o||E===c||q&&E===a))if(m++,v+=E,G="",R=E===a?D:E,A=v,q){for(;m<J&&(E=p.charAt(m),E!==R);)E===h&&(G+=h,E=p.charAt(++m)),m++,G+=E;if(E=p.charAt(m),E!==R)return;for(z=G,v+=G+E,m++;m<J&&(E=p.charAt(m),!!e(E));)v+=E,m++}else for(j="";m<J;){if(E=p.charAt(m),E===R)$&&(G+=R+j,j=""),$=!0;else if(!$)G+=E;else if(E===D){v+=G+R+j,z=G;break}else e(E)?j+=E:(G+=R+j+E,j="",$=!1);m++}if(p.charAt(m)===D)return b?!0:(v+=D,k=f.decode.raw(f.unescape(k),x(P).test().end,{nonTerminated:!1}),z&&(A=x(A).test().end,z=f.decode.raw(f.unescape(z),A)),N={type:U?"image":"link",title:z||null,url:k},U?N.alt=f.decode.raw(f.unescape(X),y)||null:(_=f.enterLink(),N.children=f.tokenizeInline(X,y),_()),x(v)(N))}}}}}),vD=I({"node_modules/remark-parse/lib/tokenize/reference.js"(n,r){"use strict";S();var e=xe(),u=Ma(),s=ja();r.exports=g,g.locator=u;var t="link",o="image",c="shortcut",a="collapsed",D="full",i="!",l="[",d="\\",h="]";function g(F,C,x){var p=this,b=p.options.commonmark,f=C.charAt(0),v=0,m=C.length,E="",w="",q=t,L=c,B,O,T,P,A,j,$,U;if(f===i&&(q=o,w=f,f=C.charAt(++v)),f===l){for(v++,w+=f,j="",U=0;v<m;){if(f=C.charAt(v),f===l)$=!0,U++;else if(f===h){if(!U)break;U--}f===d&&(j+=d,f=C.charAt(++v)),j+=f,v++}if(E=j,B=j,f=C.charAt(v),f===h){if(v++,E+=f,j="",!b)for(;v<m&&(f=C.charAt(v),!!e(f));)j+=f,v++;if(f=C.charAt(v),f===l){for(O="",j+=f,v++;v<m&&(f=C.charAt(v),!(f===l||f===h));)f===d&&(O+=d,f=C.charAt(++v)),O+=f,v++;f=C.charAt(v),f===h?(L=O?D:a,j+=O+f,v++):O="",E+=j,j=""}else{if(!B)return;O=B}if(!(L!==D&&$))return E=w+E,q===t&&p.inLink?null:x?!0:(T=F.now(),T.column+=w.length,T.offset+=w.length,O=L===D?O:B,P={type:q+"Reference",identifier:s(O),label:O,referenceType:L},q===t?(A=p.enterLink(),P.children=p.tokenizeInline(B,T),A()):P.alt=p.decode.raw(p.unescape(B),T)||null,F(E)(P))}}}}}),mD=I({"node_modules/remark-parse/lib/locate/strong.js"(n,r){"use strict";S(),r.exports=e;function e(u,s){var t=u.indexOf("**",s),o=u.indexOf("__",s);return o===-1?t:t===-1||o<t?o:t}}}),ED=I({"node_modules/remark-parse/lib/tokenize/strong.js"(n,r){"use strict";S();var e=ze(),u=xe(),s=mD();r.exports=a,a.locator=s;var t="\\",o="*",c="_";function a(D,i,l){var d=this,h=0,g=i.charAt(h),F,C,x,p,b,f,v;if(!(g!==o&&g!==c||i.charAt(++h)!==g)&&(C=d.options.pedantic,x=g,b=x+x,f=i.length,h++,p="",g="",!(C&&u(i.charAt(h)))))for(;h<f;){if(v=g,g=i.charAt(h),g===x&&i.charAt(h+1)===x&&(!C||!u(v))&&(g=i.charAt(h+2),g!==x))return e(p)?l?!0:(F=D.now(),F.column+=2,F.offset+=2,D(b+p+b)({type:"strong",children:d.tokenizeInline(p,F)})):void 0;!C&&g===t&&(p+=g,g=i.charAt(++h)),p+=g,h++}}}}),CD=I({"node_modules/is-word-character/index.js"(n,r){"use strict";S(),r.exports=s;var e=String.fromCharCode,u=/\w/;function s(t){return u.test(typeof t=="number"?e(t):t.charAt(0))}}}),gD=I({"node_modules/remark-parse/lib/locate/emphasis.js"(n,r){"use strict";S(),r.exports=e;function e(u,s){var t=u.indexOf("*",s),o=u.indexOf("_",s);return o===-1?t:t===-1||o<t?o:t}}}),FD=I({"node_modules/remark-parse/lib/tokenize/emphasis.js"(n,r){"use strict";S();var e=ze(),u=CD(),s=xe(),t=gD();r.exports=D,D.locator=t;var o="*",c="_",a="\\";function D(i,l,d){var h=this,g=0,F=l.charAt(g),C,x,p,b,f,v,m;if(!(F!==o&&F!==c)&&(x=h.options.pedantic,f=F,p=F,v=l.length,g++,b="",F="",!(x&&s(l.charAt(g)))))for(;g<v;){if(m=F,F=l.charAt(g),F===p&&(!x||!s(m))){if(F=l.charAt(++g),F!==p){if(!e(b)||m===p)return;if(!x&&p===c&&u(F)){b+=p;continue}return d?!0:(C=i.now(),C.column++,C.offset++,i(f+b+p)({type:"emphasis",children:h.tokenizeInline(b,C)}))}b+=p}!x&&F===a&&(b+=F,F=l.charAt(++g)),b+=F,g++}}}}),AD=I({"node_modules/remark-parse/lib/locate/delete.js"(n,r){"use strict";S(),r.exports=e;function e(u,s){return u.indexOf("~~",s)}}}),xD=I({"node_modules/remark-parse/lib/tokenize/delete.js"(n,r){"use strict";S();var e=xe(),u=AD();r.exports=o,o.locator=u;var s="~",t="~~";function o(c,a,D){var i=this,l="",d="",h="",g="",F,C,x;if(!(!i.options.gfm||a.charAt(0)!==s||a.charAt(1)!==s||e(a.charAt(2))))for(F=1,C=a.length,x=c.now(),x.column+=2,x.offset+=2;++F<C;){if(l=a.charAt(F),l===s&&d===s&&(!h||!e(h)))return D?!0:c(t+g+t)({type:"delete",children:i.tokenizeInline(g,x)});g+=d,h=d,d=l}}}}),bD=I({"node_modules/remark-parse/lib/locate/code-inline.js"(n,r){"use strict";S(),r.exports=e;function e(u,s){return u.indexOf("`",s)}}}),yD=I({"node_modules/remark-parse/lib/tokenize/code-inline.js"(n,r){"use strict";S();var e=bD();r.exports=o,o.locator=e;var u=10,s=32,t=96;function o(c,a,D){for(var i=a.length,l=0,d,h,g,F,C,x;l<i&&a.charCodeAt(l)===t;)l++;if(!(l===0||l===i)){for(d=l,C=a.charCodeAt(l);l<i;){if(F=C,C=a.charCodeAt(l+1),F===t){if(h===void 0&&(h=l),g=l+1,C!==t&&g-h===d){x=!0;break}}else h!==void 0&&(h=void 0,g=void 0);l++}if(!!x){if(D)return!0;if(l=d,i=h,F=a.charCodeAt(l),C=a.charCodeAt(i-1),x=!1,i-l>2&&(F===s||F===u)&&(C===s||C===u)){for(l++,i--;l<i;){if(F=a.charCodeAt(l),F!==s&&F!==u){x=!0;break}l++}x===!0&&(d++,h--)}return c(a.slice(0,g))({type:"inlineCode",value:a.slice(d,h)})}}}}}),wD=I({"node_modules/remark-parse/lib/locate/break.js"(n,r){"use strict";S(),r.exports=e;function e(u,s){for(var t=u.indexOf(`
21
+ `,s);t>s&&u.charAt(t-1)===" ";)t--;return t}}}),BD=I({"node_modules/remark-parse/lib/tokenize/break.js"(n,r){"use strict";S();var e=wD();r.exports=o,o.locator=e;var u=" ",s=`
22
+ `,t=2;function o(c,a,D){for(var i=a.length,l=-1,d="",h;++l<i;){if(h=a.charAt(l),h===s)return l<t?void 0:D?!0:(d+=h,c(d)({type:"break"}));if(h!==u)return;d+=h}}}}),kD=I({"node_modules/remark-parse/lib/tokenize/text.js"(n,r){"use strict";S(),r.exports=e;function e(u,s,t){var o=this,c,a,D,i,l,d,h,g,F,C;if(t)return!0;for(c=o.inlineMethods,i=c.length,a=o.inlineTokenizers,D=-1,F=s.length;++D<i;)g=c[D],!(g==="text"||!a[g])&&(h=a[g].locator,h||u.file.fail("Missing locator: `"+g+"`"),d=h.call(o,s,1),d!==-1&&d<F&&(F=d));l=s.slice(0,F),C=u.now(),o.decode(l,C,x);function x(p,b,f){u(f||p)({type:"text",value:p})}}}}),qD=I({"node_modules/remark-parse/lib/parser.js"(n,r){"use strict";S();var e=Pe(),u=wl(),s=Bl(),t=kl(),o=Nl(),c=Ll();r.exports=a;function a(l,d){this.file=d,this.offset={},this.options=e(this.options),this.setOptions({}),this.inList=!1,this.inBlock=!1,this.inLink=!1,this.atStart=!0,this.toOffset=s(d).toOffset,this.unescape=t(this,"escape"),this.decode=o(this)}var D=a.prototype;D.setOptions=Pl(),D.parse=$l(),D.options=Ta(),D.exitStart=u("atStart",!0),D.enterList=u("inList",!1),D.enterLink=u("inLink",!1),D.enterBlock=u("inBlock",!1),D.interruptParagraph=[["thematicBreak"],["list"],["atxHeading"],["fencedCode"],["blockquote"],["html"],["setextHeading",{commonmark:!1}],["definition",{commonmark:!1}]],D.interruptList=[["atxHeading",{pedantic:!1}],["fencedCode",{pedantic:!1}],["thematicBreak",{pedantic:!1}],["definition",{commonmark:!1}]],D.interruptBlockquote=[["indentedCode",{commonmark:!0}],["fencedCode",{commonmark:!0}],["atxHeading",{commonmark:!0}],["setextHeading",{commonmark:!0}],["thematicBreak",{commonmark:!0}],["html",{commonmark:!0}],["list",{commonmark:!0}],["definition",{commonmark:!1}]],D.blockTokenizers={blankLine:Hl(),indentedCode:Xl(),fencedCode:Wl(),blockquote:Kl(),atxHeading:Yl(),thematicBreak:Jl(),list:Ql(),setextHeading:eD(),html:rD(),definition:tD(),table:nD(),paragraph:aD()},D.inlineTokenizers={escape:oD(),autoLink:sD(),url:DD(),email:pD(),html:dD(),link:hD(),reference:vD(),strong:ED(),emphasis:FD(),deletion:xD(),code:yD(),break:BD(),text:kD()},D.blockMethods=i(D.blockTokenizers),D.inlineMethods=i(D.inlineTokenizers),D.tokenizeBlock=c("block"),D.tokenizeInline=c("inline"),D.tokenizeFactory=c;function i(l){var d=[],h;for(h in l)d.push(h);return d}}}),_D=I({"node_modules/remark-parse/index.js"(n,r){"use strict";S();var e=yl(),u=Pe(),s=qD();r.exports=t,t.Parser=s;function t(o){var c=this.data("settings"),a=e(s);a.prototype.options=u(a.prototype.options,c,o),this.Parser=a}}}),OD=I({"node_modules/bail/index.js"(n,r){"use strict";S(),r.exports=e;function e(u){if(u)throw u}}}),za=I({"node_modules/is-buffer/index.js"(n,r){S(),r.exports=function(u){return u!=null&&u.constructor!=null&&typeof u.constructor.isBuffer=="function"&&u.constructor.isBuffer(u)}}}),ID=I({"node_modules/extend/index.js"(n,r){"use strict";S();var e=Object.prototype.hasOwnProperty,u=Object.prototype.toString,s=Object.defineProperty,t=Object.getOwnPropertyDescriptor,o=function(l){return typeof Array.isArray=="function"?Array.isArray(l):u.call(l)==="[object Array]"},c=function(l){if(!l||u.call(l)!=="[object Object]")return!1;var d=e.call(l,"constructor"),h=l.constructor&&l.constructor.prototype&&e.call(l.constructor.prototype,"isPrototypeOf");if(l.constructor&&!d&&!h)return!1;var g;for(g in l);return typeof g>"u"||e.call(l,g)},a=function(l,d){s&&d.name==="__proto__"?s(l,d.name,{enumerable:!0,configurable:!0,value:d.newValue,writable:!0}):l[d.name]=d.newValue},D=function(l,d){if(d==="__proto__")if(e.call(l,d)){if(t)return t(l,d).value}else return;return l[d]};r.exports=function i(){var l,d,h,g,F,C,x=arguments[0],p=1,b=arguments.length,f=!1;for(typeof x=="boolean"&&(f=x,x=arguments[1]||{},p=2),(x==null||typeof x!="object"&&typeof x!="function")&&(x={});p<b;++p)if(l=arguments[p],l!=null)for(d in l)h=D(x,d),g=D(l,d),x!==g&&(f&&g&&(c(g)||(F=o(g)))?(F?(F=!1,C=h&&o(h)?h:[]):C=h&&c(h)?h:{},a(x,{name:d,newValue:i(f,C,g)})):typeof g<"u"&&a(x,{name:d,newValue:g}));return x}}}),SD=I({"node_modules/is-plain-obj/index.js"(n,r){"use strict";S(),r.exports=e=>{if(Object.prototype.toString.call(e)!=="[object Object]")return!1;let u=Object.getPrototypeOf(e);return u===null||u===Object.prototype}}}),TD=I({"node_modules/trough/wrap.js"(n,r){"use strict";S();var e=[].slice;r.exports=u;function u(s,t){var o;return c;function c(){var i=e.call(arguments,0),l=s.length>i.length,d;l&&i.push(a);try{d=s.apply(null,i)}catch(h){if(l&&o)throw h;return a(h)}l||(d&&typeof d.then=="function"?d.then(D,a):d instanceof Error?a(d):D(d))}function a(){o||(o=!0,t.apply(null,arguments))}function D(i){a(null,i)}}}}),ND=I({"node_modules/trough/index.js"(n,r){"use strict";S();var e=TD();r.exports=s,s.wrap=e;var u=[].slice;function s(){var t=[],o={};return o.run=c,o.use=a,o;function c(){var D=-1,i=u.call(arguments,0,-1),l=arguments[arguments.length-1];if(typeof l!="function")throw new Error("Expected function as last argument, not "+l);d.apply(null,[null].concat(i));function d(h){var g=t[++D],F=u.call(arguments,0),C=F.slice(1),x=i.length,p=-1;if(h){l(h);return}for(;++p<x;)(C[p]===null||C[p]===void 0)&&(C[p]=i[p]);i=C,g?e(g,d).apply(null,i):l.apply(null,[null].concat(i))}}function a(D){if(typeof D!="function")throw new Error("Expected `fn` to be a function, not "+D);return t.push(D),o}}}}),LD=I({"node_modules/unist-util-stringify-position/index.js"(n,r){"use strict";S();var e={}.hasOwnProperty;r.exports=u;function u(c){return!c||typeof c!="object"?"":e.call(c,"position")||e.call(c,"type")?t(c.position):e.call(c,"start")||e.call(c,"end")?t(c):e.call(c,"line")||e.call(c,"column")?s(c):""}function s(c){return(!c||typeof c!="object")&&(c={}),o(c.line)+":"+o(c.column)}function t(c){return(!c||typeof c!="object")&&(c={}),s(c.start)+"-"+s(c.end)}function o(c){return c&&typeof c=="number"?c:1}}}),RD=I({"node_modules/vfile-message/index.js"(n,r){"use strict";S();var e=LD();r.exports=t;function u(){}u.prototype=Error.prototype,t.prototype=new u;var s=t.prototype;s.file="",s.name="",s.reason="",s.message="",s.stack="",s.fatal=null,s.column=null,s.line=null;function t(c,a,D){var i,l,d;typeof a=="string"&&(D=a,a=null),i=o(D),l=e(a)||"1:1",d={start:{line:null,column:null},end:{line:null,column:null}},a&&a.position&&(a=a.position),a&&(a.start?(d=a,a=a.start):d.start=a),c.stack&&(this.stack=c.stack,c=c.message),this.message=c,this.name=l,this.reason=c,this.line=a?a.line:null,this.column=a?a.column:null,this.location=d,this.source=i[0],this.ruleId=i[1]}function o(c){var a=[null,null],D;return typeof c=="string"&&(D=c.indexOf(":"),D===-1?a[1]=c:(a[0]=c.slice(0,D),a[1]=c.slice(D+1))),a}}}),jD=I({"node_modules/vfile/lib/minpath.browser.js"(n){"use strict";S(),n.basename=r,n.dirname=e,n.extname=u,n.join=s,n.sep="/";function r(a,D){var i=0,l=-1,d,h,g,F;if(D!==void 0&&typeof D!="string")throw new TypeError('"ext" argument must be a string');if(c(a),d=a.length,D===void 0||!D.length||D.length>a.length){for(;d--;)if(a.charCodeAt(d)===47){if(g){i=d+1;break}}else l<0&&(g=!0,l=d+1);return l<0?"":a.slice(i,l)}if(D===a)return"";for(h=-1,F=D.length-1;d--;)if(a.charCodeAt(d)===47){if(g){i=d+1;break}}else h<0&&(g=!0,h=d+1),F>-1&&(a.charCodeAt(d)===D.charCodeAt(F--)?F<0&&(l=d):(F=-1,l=h));return i===l?l=h:l<0&&(l=a.length),a.slice(i,l)}function e(a){var D,i,l;if(c(a),!a.length)return".";for(D=-1,l=a.length;--l;)if(a.charCodeAt(l)===47){if(i){D=l;break}}else i||(i=!0);return D<0?a.charCodeAt(0)===47?"/":".":D===1&&a.charCodeAt(0)===47?"//":a.slice(0,D)}function u(a){var D=-1,i=0,l=-1,d=0,h,g,F;for(c(a),F=a.length;F--;){if(g=a.charCodeAt(F),g===47){if(h){i=F+1;break}continue}l<0&&(h=!0,l=F+1),g===46?D<0?D=F:d!==1&&(d=1):D>-1&&(d=-1)}return D<0||l<0||d===0||d===1&&D===l-1&&D===i+1?"":a.slice(D,l)}function s(){for(var a=-1,D;++a<arguments.length;)c(arguments[a]),arguments[a]&&(D=D===void 0?arguments[a]:D+"/"+arguments[a]);return D===void 0?".":t(D)}function t(a){var D,i;return c(a),D=a.charCodeAt(0)===47,i=o(a,!D),!i.length&&!D&&(i="."),i.length&&a.charCodeAt(a.length-1)===47&&(i+="/"),D?"/"+i:i}function o(a,D){for(var i="",l=0,d=-1,h=0,g=-1,F,C;++g<=a.length;){if(g<a.length)F=a.charCodeAt(g);else{if(F===47)break;F=47}if(F===47){if(!(d===g-1||h===1))if(d!==g-1&&h===2){if(i.length<2||l!==2||i.charCodeAt(i.length-1)!==46||i.charCodeAt(i.length-2)!==46){if(i.length>2){if(C=i.lastIndexOf("/"),C!==i.length-1){C<0?(i="",l=0):(i=i.slice(0,C),l=i.length-1-i.lastIndexOf("/")),d=g,h=0;continue}}else if(i.length){i="",l=0,d=g,h=0;continue}}D&&(i=i.length?i+"/..":"..",l=2)}else i.length?i+="/"+a.slice(d+1,g):i=a.slice(d+1,g),l=g-d-1;d=g,h=0}else F===46&&h>-1?h++:h=-1}return i}function c(a){if(typeof a!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(a))}}}),PD=I({"node_modules/vfile/lib/minproc.browser.js"(n){"use strict";S(),n.cwd=r;function r(){return"/"}}}),MD=I({"node_modules/vfile/lib/core.js"(n,r){"use strict";S();var e=jD(),u=PD(),s=za();r.exports=c;var t={}.hasOwnProperty,o=["history","path","basename","stem","extname","dirname"];c.prototype.toString=p,Object.defineProperty(c.prototype,"path",{get:a,set:D}),Object.defineProperty(c.prototype,"dirname",{get:i,set:l}),Object.defineProperty(c.prototype,"basename",{get:d,set:h}),Object.defineProperty(c.prototype,"extname",{get:g,set:F}),Object.defineProperty(c.prototype,"stem",{get:C,set:x});function c(m){var E,w;if(!m)m={};else if(typeof m=="string"||s(m))m={contents:m};else if("message"in m&&"messages"in m)return m;if(!(this instanceof c))return new c(m);for(this.data={},this.messages=[],this.history=[],this.cwd=u.cwd(),w=-1;++w<o.length;)E=o[w],t.call(m,E)&&(this[E]=m[E]);for(E in m)o.indexOf(E)<0&&(this[E]=m[E])}function a(){return this.history[this.history.length-1]}function D(m){f(m,"path"),this.path!==m&&this.history.push(m)}function i(){return typeof this.path=="string"?e.dirname(this.path):void 0}function l(m){v(this.path,"dirname"),this.path=e.join(m||"",this.basename)}function d(){return typeof this.path=="string"?e.basename(this.path):void 0}function h(m){f(m,"basename"),b(m,"basename"),this.path=e.join(this.dirname||"",m)}function g(){return typeof this.path=="string"?e.extname(this.path):void 0}function F(m){if(b(m,"extname"),v(this.path,"extname"),m){if(m.charCodeAt(0)!==46)throw new Error("`extname` must start with `.`");if(m.indexOf(".",1)>-1)throw new Error("`extname` cannot contain multiple dots")}this.path=e.join(this.dirname,this.stem+(m||""))}function C(){return typeof this.path=="string"?e.basename(this.path,this.extname):void 0}function x(m){f(m,"stem"),b(m,"stem"),this.path=e.join(this.dirname||"",m+(this.extname||""))}function p(m){return(this.contents||"").toString(m)}function b(m,E){if(m&&m.indexOf(e.sep)>-1)throw new Error("`"+E+"` cannot be a path: did not expect `"+e.sep+"`")}function f(m,E){if(!m)throw new Error("`"+E+"` cannot be empty")}function v(m,E){if(!m)throw new Error("Setting `"+E+"` requires `path` to be set too")}}}),zD=I({"node_modules/vfile/lib/index.js"(n,r){"use strict";S();var e=RD(),u=MD();r.exports=u,u.prototype.message=s,u.prototype.info=o,u.prototype.fail=t;function s(c,a,D){var i=new e(c,a,D);return this.path&&(i.name=this.path+":"+i.name,i.file=this.path),i.fatal=!1,this.messages.push(i),i}function t(){var c=this.message.apply(this,arguments);throw c.fatal=!0,c}function o(){var c=this.message.apply(this,arguments);return c.fatal=null,c}}}),GD=I({"node_modules/vfile/index.js"(n,r){"use strict";S(),r.exports=zD()}}),UD=I({"node_modules/unified/index.js"(n,r){"use strict";S();var e=OD(),u=za(),s=ID(),t=SD(),o=ND(),c=GD();r.exports=g().freeze();var a=[].slice,D={}.hasOwnProperty,i=o().use(l).use(d).use(h);function l(m,E){E.tree=m.parse(E.file)}function d(m,E,w){m.run(E.tree,E.file,q);function q(L,B,O){L?w(L):(E.tree=B,E.file=O,w())}}function h(m,E){var w=m.stringify(E.tree,E.file);w==null||(typeof w=="string"||u(w)?E.file.contents=w:E.file.result=w)}function g(){var m=[],E=o(),w={},q=-1,L;return B.data=T,B.freeze=O,B.attachers=m,B.use=P,B.parse=j,B.stringify=X,B.run=$,B.runSync=U,B.process=R,B.processSync=J,B;function B(){for(var z=g(),M=-1;++M<m.length;)z.use.apply(null,m[M]);return z.data(s(!0,{},w)),z}function O(){var z,M;if(L)return B;for(;++q<m.length;)z=m[q],z[1]!==!1&&(z[1]===!0&&(z[1]=void 0),M=z[0].apply(B,z.slice(1)),typeof M=="function"&&E.use(M));return L=!0,q=1/0,B}function T(z,M){return typeof z=="string"?arguments.length===2?(b("data",L),w[z]=M,B):D.call(w,z)&&w[z]||null:z?(b("data",L),w=z,B):w}function P(z){var M;if(b("use",L),z!=null)if(typeof z=="function")_.apply(null,arguments);else if(typeof z=="object")"length"in z?y(z):G(z);else throw new Error("Expected usable value, not `"+z+"`");return M&&(w.settings=s(w.settings||{},M)),B;function G(N){y(N.plugins),N.settings&&(M=s(M||{},N.settings))}function k(N){if(typeof N=="function")_(N);else if(typeof N=="object")"length"in N?_.apply(null,N):G(N);else throw new Error("Expected usable value, not `"+N+"`")}function y(N){var V=-1;if(N!=null)if(typeof N=="object"&&"length"in N)for(;++V<N.length;)k(N[V]);else throw new Error("Expected a list of plugins, not `"+N+"`")}function _(N,V){var W=A(N);W?(t(W[1])&&t(V)&&(V=s(!0,W[1],V)),W[1]=V):m.push(a.call(arguments))}}function A(z){for(var M=-1;++M<m.length;)if(m[M][0]===z)return m[M]}function j(z){var M=c(z),G;return O(),G=B.Parser,x("parse",G),F(G,"parse")?new G(String(M),M).parse():G(String(M),M)}function $(z,M,G){if(f(z),O(),!G&&typeof M=="function"&&(G=M,M=null),!G)return new Promise(k);k(null,G);function k(y,_){E.run(z,c(M),N);function N(V,W,K){W=W||z,V?_(V):y?y(W):G(null,W,K)}}}function U(z,M){var G,k;return $(z,M,y),v("runSync","run",k),G;function y(_,N){k=!0,G=N,e(_)}}function X(z,M){var G=c(M),k;return O(),k=B.Compiler,p("stringify",k),f(z),F(k,"compile")?new k(z,G).compile():k(z,G)}function R(z,M){if(O(),x("process",B.Parser),p("process",B.Compiler),!M)return new Promise(G);G(null,M);function G(k,y){var _=c(z);i.run(B,{file:_},N);function N(V){V?y(V):k?k(_):M(null,_)}}}function J(z){var M,G;return O(),x("processSync",B.Parser),p("processSync",B.Compiler),M=c(z),R(M,k),v("processSync","process",G),M;function k(y){G=!0,e(y)}}}function F(m,E){return typeof m=="function"&&m.prototype&&(C(m.prototype)||E in m.prototype)}function C(m){var E;for(E in m)return!0;return!1}function x(m,E){if(typeof E!="function")throw new Error("Cannot `"+m+"` without `Parser`")}function p(m,E){if(typeof E!="function")throw new Error("Cannot `"+m+"` without `Compiler`")}function b(m,E){if(E)throw new Error("Cannot invoke `"+m+"` on a frozen processor.\nCreate a new processor first, by invoking it: use `processor()` instead of `processor`.")}function f(m){if(!m||typeof m.type!="string")throw new Error("Expected node, got `"+m+"`")}function v(m,E,w){if(!w)throw new Error("`"+m+"` finished async. Use `"+E+"` instead")}}}),Ga=I({"node_modules/remark-math/util.js"(n){S(),n.isRemarkParser=r,n.isRemarkCompiler=e;function r(u){return Boolean(u&&u.prototype&&u.prototype.blockTokenizers)}function e(u){return Boolean(u&&u.prototype&&u.prototype.visitors)}}}),VD=I({"node_modules/remark-math/inline.js"(n,r){S();var e=Ga();r.exports=l;var u=9,s=32,t=36,o=48,c=57,a=92,D=["math","math-inline"],i="math-display";function l(g){let F=this.Parser,C=this.Compiler;e.isRemarkParser(F)&&d(F,g),e.isRemarkCompiler(C)&&h(C,g)}function d(g,F){let C=g.prototype,x=C.inlineMethods;b.locator=p,C.inlineTokenizers.math=b,x.splice(x.indexOf("text"),0,"math");function p(f,v){return f.indexOf("$",v)}function b(f,v,m){let E=v.length,w=!1,q=!1,L=0,B,O,T,P,A,j,$;if(v.charCodeAt(L)===a&&(q=!0,L++),v.charCodeAt(L)===t){if(L++,q)return m?!0:f(v.slice(0,L))({type:"text",value:"$"});if(v.charCodeAt(L)===t&&(w=!0,L++),T=v.charCodeAt(L),!(T===s||T===u)){for(P=L;L<E;){if(O=T,T=v.charCodeAt(L+1),O===t){if(B=v.charCodeAt(L-1),B!==s&&B!==u&&(T!==T||T<o||T>c)&&(!w||T===t)){A=L-1,L++,w&&L++,j=L;break}}else O===a&&(L++,T=v.charCodeAt(L+1));L++}if(j!==void 0)return m?!0:($=v.slice(P,A+1),f(v.slice(0,j))({type:"inlineMath",value:$,data:{hName:"span",hProperties:{className:D.concat(w&&F.inlineMathDouble?[i]:[])},hChildren:[{type:"text",value:$}]}}))}}}}function h(g){let F=g.prototype;F.visitors.inlineMath=C;function C(x){let p="$";return(x.data&&x.data.hProperties&&x.data.hProperties.className||[]).includes(i)&&(p="$$"),p+x.value+p}}}}),$D=I({"node_modules/remark-math/block.js"(n,r){S();var e=Ga();r.exports=i;var u=10,s=32,t=36,o=`
23
+ `,c="$",a=2,D=["math","math-display"];function i(){let h=this.Parser,g=this.Compiler;e.isRemarkParser(h)&&l(h),e.isRemarkCompiler(g)&&d(g)}function l(h){let g=h.prototype,F=g.blockMethods,C=g.interruptParagraph,x=g.interruptList,p=g.interruptBlockquote;g.blockTokenizers.math=b,F.splice(F.indexOf("fencedCode")+1,0,"math"),C.splice(C.indexOf("fencedCode")+1,0,["math"]),x.splice(x.indexOf("fencedCode")+1,0,["math"]),p.splice(p.indexOf("fencedCode")+1,0,["math"]);function b(f,v,m){var E=v.length,w=0;let q,L,B,O,T,P,A,j,$,U,X;for(;w<E&&v.charCodeAt(w)===s;)w++;for(T=w;w<E&&v.charCodeAt(w)===t;)w++;if(P=w-T,!(P<a)){for(;w<E&&v.charCodeAt(w)===s;)w++;for(A=w;w<E;){if(q=v.charCodeAt(w),q===t)return;if(q===u)break;w++}if(v.charCodeAt(w)===u){if(m)return!0;for(L=[],A!==w&&L.push(v.slice(A,w)),w++,B=v.indexOf(o,w+1),B=B===-1?E:B;w<E;){for(j=!1,U=w,X=B,O=B,$=0;O>U&&v.charCodeAt(O-1)===s;)O--;for(;O>U&&v.charCodeAt(O-1)===t;)$++,O--;for(P<=$&&v.indexOf(c,U)===O&&(j=!0,X=O);U<=X&&U-w<T&&v.charCodeAt(U)===s;)U++;if(j)for(;X>U&&v.charCodeAt(X-1)===s;)X--;if((!j||U!==X)&&L.push(v.slice(U,X)),j)break;w=B+1,B=v.indexOf(o,w+1),B=B===-1?E:B}return L=L.join(`
24
+ `),f(v.slice(0,B))({type:"math",value:L,data:{hName:"div",hProperties:{className:D.concat()},hChildren:[{type:"text",value:L}]}})}}}}function d(h){let g=h.prototype;g.visitors.math=F;function F(C){return`$$
25
+ `+C.value+`
26
+ $$`}}}}),HD=I({"node_modules/remark-math/index.js"(n,r){S();var e=VD(),u=$D();r.exports=s;function s(t){var o=t||{};u.call(this,o),e.call(this,o)}}}),XD=I({"node_modules/remark-footnotes/index.js"(n,r){"use strict";S(),r.exports=g;var e=9,u=10,s=32,t=33,o=58,c=91,a=92,D=93,i=94,l=96,d=4,h=1024;function g(v){var m=this.Parser,E=this.Compiler;F(m)&&x(m,v),C(E)&&p(E)}function F(v){return Boolean(v&&v.prototype&&v.prototype.blockTokenizers)}function C(v){return Boolean(v&&v.prototype&&v.prototype.visitors)}function x(v,m){for(var E=m||{},w=v.prototype,q=w.blockTokenizers,L=w.inlineTokenizers,B=w.blockMethods,O=w.inlineMethods,T=q.definition,P=L.reference,A=[],j=-1,$=B.length,U;++j<$;)U=B[j],!(U==="newline"||U==="indentedCode"||U==="paragraph"||U==="footnoteDefinition")&&A.push([U]);A.push(["footnoteDefinition"]),E.inlineNotes&&(b(O,"reference","inlineNote"),L.inlineNote=J),b(B,"definition","footnoteDefinition"),b(O,"reference","footnoteCall"),q.definition=M,q.footnoteDefinition=X,L.footnoteCall=R,L.reference=z,w.interruptFootnoteDefinition=A,z.locator=P.locator,R.locator=G,J.locator=k;function X(y,_,N){for(var V=this,W=V.interruptFootnoteDefinition,K=V.offset,ee=_.length+1,Y=0,te=[],De,le,ne,Z,Q,fe,be,pe,he,oe,de,ae,re;Y<ee&&(Z=_.charCodeAt(Y),!(Z!==e&&Z!==s));)Y++;if(_.charCodeAt(Y++)===c&&_.charCodeAt(Y++)===i){for(le=Y;Y<ee;){if(Z=_.charCodeAt(Y),Z!==Z||Z===u||Z===e||Z===s)return;if(Z===D){ne=Y,Y++;break}Y++}if(!(ne===void 0||le===ne||_.charCodeAt(Y++)!==o)){if(N)return!0;for(De=_.slice(le,ne),Q=y.now(),he=0,oe=0,de=Y,ae=[];Y<ee;){if(Z=_.charCodeAt(Y),Z!==Z||Z===u)re={start:he,contentStart:de||Y,contentEnd:Y,end:Y},ae.push(re),Z===u&&(he=Y+1,oe=0,de=void 0,re.end=he);else if(oe!==void 0)if(Z===s||Z===e)oe+=Z===s?1:d-oe%d,oe>d&&(oe=void 0,de=Y);else{if(oe<d&&re&&(re.contentStart===re.contentEnd||f(W,q,V,[y,_.slice(Y,h),!0])))break;oe=void 0,de=Y}Y++}for(Y=-1,ee=ae.length;ee>0&&(re=ae[ee-1],re.contentStart===re.contentEnd);)ee--;for(fe=y(_.slice(0,re.contentEnd));++Y<ee;)re=ae[Y],K[Q.line+Y]=(K[Q.line+Y]||0)+(re.contentStart-re.start),te.push(_.slice(re.contentStart,re.end));return be=V.enterBlock(),pe=V.tokenizeBlock(te.join(""),Q),be(),fe({type:"footnoteDefinition",identifier:De.toLowerCase(),label:De,children:pe})}}}function R(y,_,N){var V=_.length+1,W=0,K,ee,Y,te;if(_.charCodeAt(W++)===c&&_.charCodeAt(W++)===i){for(ee=W;W<V;){if(te=_.charCodeAt(W),te!==te||te===u||te===e||te===s)return;if(te===D){Y=W,W++;break}W++}if(!(Y===void 0||ee===Y))return N?!0:(K=_.slice(ee,Y),y(_.slice(0,W))({type:"footnoteReference",identifier:K.toLowerCase(),label:K}))}}function J(y,_,N){var V=this,W=_.length+1,K=0,ee=0,Y,te,De,le,ne,Z,Q;if(_.charCodeAt(K++)===i&&_.charCodeAt(K++)===c){for(De=K;K<W;){if(te=_.charCodeAt(K),te!==te)return;if(Z===void 0)if(te===a)K+=2;else if(te===c)ee++,K++;else if(te===D)if(ee===0){le=K,K++;break}else ee--,K++;else if(te===l){for(ne=K,Z=1;_.charCodeAt(ne+Z)===l;)Z++;K+=Z}else K++;else if(te===l){for(ne=K,Q=1;_.charCodeAt(ne+Q)===l;)Q++;K+=Q,Z===Q&&(Z=void 0),Q=void 0}else K++}if(le!==void 0)return N?!0:(Y=y.now(),Y.column+=2,Y.offset+=2,y(_.slice(0,K))({type:"footnote",children:V.tokenizeInline(_.slice(De,le),Y)}))}}function z(y,_,N){var V=0;if(_.charCodeAt(V)===t&&V++,_.charCodeAt(V)===c&&_.charCodeAt(V+1)!==i)return P.call(this,y,_,N)}function M(y,_,N){for(var V=0,W=_.charCodeAt(V);W===s||W===e;)W=_.charCodeAt(++V);if(W===c&&_.charCodeAt(V+1)!==i)return T.call(this,y,_,N)}function G(y,_){return y.indexOf("[",_)}function k(y,_){return y.indexOf("^[",_)}}function p(v){var m=v.prototype.visitors,E=" ";m.footnote=w,m.footnoteReference=q,m.footnoteDefinition=L;function w(B){return"^["+this.all(B).join("")+"]"}function q(B){return"[^"+(B.label||B.identifier)+"]"}function L(B){for(var O=this.all(B).join(`
27
+
28
+ `).split(`
29
+ `),T=0,P=O.length,A;++T<P;)A=O[T],A!==""&&(O[T]=E+A);return"[^"+(B.label||B.identifier)+"]: "+O.join(`
30
+ `)}}function b(v,m,E){v.splice(v.indexOf(m),0,E)}function f(v,m,E,w){for(var q=v.length,L=-1;++L<q;)if(m[v[L][0]].apply(E,w))return!0;return!1}}}),Ua=I({"src/utils/front-matter/parse.js"(n,r){"use strict";S();var e=new RegExp("^(?<startDelimiter>-{3}|\\+{3})(?<language>[^\\n]*)\\n(?:|(?<value>.*?)\\n)(?<endDelimiter>\\k<startDelimiter>|\\.{3})[^\\S\\n]*(?:\\n|$)","s");function u(s){let t=s.match(e);if(!t)return{content:s};let{startDelimiter:o,language:c,value:a="",endDelimiter:D}=t.groups,i=c.trim()||"yaml";if(o==="+++"&&(i="toml"),i!=="yaml"&&o!==D)return{content:s};let[l]=t;return{frontMatter:{type:"front-matter",lang:i,value:a,startDelimiter:o,endDelimiter:D,raw:l.replace(/\n$/,"")},content:l.replace(/[^\n]/g," ")+s.slice(l.length)}}r.exports=u}}),WD=I({"src/language-markdown/pragma.js"(n,r){"use strict";S();var e=Ua(),u=["format","prettier"];function s(t){let o="@(".concat(u.join("|"),")"),c=new RegExp(["<!--\\s*".concat(o,"\\s*-->"),"{\\s*\\/\\*\\s*".concat(o,"\\s*\\*\\/\\s*}"),`<!--.*\r?
31
+ [\\s\\S]*(^|
32
+ )[^\\S
33
+ ]*`.concat(o,`[^\\S
34
+ ]*($|
35
+ )[\\s\\S]*
36
+ .*-->`)].join("|"),"m"),a=t.match(c);return a&&a.index===0}r.exports={startWithPragma:s,hasPragma:t=>s(e(t).content.trimStart()),insertPragma:t=>{let o=e(t),c="<!-- @".concat(u[0]," -->");return o.frontMatter?"".concat(o.frontMatter.raw,`
37
+
38
+ `).concat(c,`
39
+
40
+ `).concat(o.content):"".concat(c,`
41
+
42
+ `).concat(o.content)}}}}),Va=I({"src/language-markdown/loc.js"(n,r){"use strict";S();function e(s){return s.position.start.offset}function u(s){return s.position.end.offset}r.exports={locStart:e,locEnd:u}}}),$a=I({"src/language-markdown/mdx.js"(n,r){"use strict";S();var e=/^import\s/,u=/^export\s/,s="[a-z][a-z0-9]*(\\.[a-z][a-z0-9]*)*|",t=/<!---->|<!---?[^>-](?:-?[^-])*-->/,o=/^{\s*\/\*(.*)\*\/\s*}/,c=`
43
+
44
+ `,a=h=>e.test(h),D=h=>u.test(h),i=(h,g)=>{let F=g.indexOf(c),C=g.slice(0,F);if(D(C)||a(C))return h(C)({type:D(C)?"export":"import",value:C})},l=(h,g)=>{let F=o.exec(g);if(F)return h(F[0])({type:"esComment",value:F[1].trim()})};i.locator=h=>D(h)||a(h)?-1:1,l.locator=(h,g)=>h.indexOf("{",g);function d(){let{Parser:h}=this,{blockTokenizers:g,blockMethods:F,inlineTokenizers:C,inlineMethods:x}=h.prototype;g.esSyntax=i,C.esComment=l,F.splice(F.indexOf("paragraph"),0,"esSyntax"),x.splice(x.indexOf("text"),0,"esComment")}r.exports={esSyntax:d,BLOCKS_REGEX:s,COMMENT_REGEX:t}}}),KD=I({"vendors/escape-string-regexp.js"(n,r){S();var e=Object.defineProperty,u=Object.getOwnPropertyDescriptor,s=Object.getOwnPropertyNames,t=Object.prototype.hasOwnProperty,o=(l,d)=>{for(var h in d)e(l,h,{get:d[h],enumerable:!0})},c=(l,d,h,g)=>{if(d&&typeof d=="object"||typeof d=="function")for(let F of s(d))!t.call(l,F)&&F!==h&&e(l,F,{get:()=>d[F],enumerable:!(g=u(d,F))||g.enumerable});return l},a=l=>c(e({},"__esModule",{value:!0}),l),D={};o(D,{default:()=>i}),r.exports=a(D);function i(l){if(typeof l!="string")throw new TypeError("Expected a string");return l.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}}}),YD=I({"src/utils/get-last.js"(n,r){"use strict";S();var e=u=>u[u.length-1];r.exports=e}}),Ha=I({"node_modules/semver/internal/debug.js"(n,r){S();var e=typeof Je=="object"&&Je.env&&Je.env.NODE_DEBUG&&/\bsemver\b/i.test(Je.env.NODE_DEBUG)?function(){for(var u=arguments.length,s=new Array(u),t=0;t<u;t++)s[t]=arguments[t];return console.error("SEMVER",...s)}:()=>{};r.exports=e}}),Xa=I({"node_modules/semver/internal/constants.js"(n,r){S();var e="2.0.0",u=256,s=Number.MAX_SAFE_INTEGER||9007199254740991,t=16;r.exports={SEMVER_SPEC_VERSION:e,MAX_LENGTH:u,MAX_SAFE_INTEGER:s,MAX_SAFE_COMPONENT_LENGTH:t}}}),JD=I({"node_modules/semver/internal/re.js"(n,r){S();var{MAX_SAFE_COMPONENT_LENGTH:e}=Xa(),u=Ha();n=r.exports={};var s=n.re=[],t=n.src=[],o=n.t={},c=0,a=(D,i,l)=>{let d=c++;u(d,i),o[D]=d,t[d]=i,s[d]=new RegExp(i,l?"g":void 0)};a("NUMERICIDENTIFIER","0|[1-9]\\d*"),a("NUMERICIDENTIFIERLOOSE","[0-9]+"),a("NONNUMERICIDENTIFIER","\\d*[a-zA-Z-][a-zA-Z0-9-]*"),a("MAINVERSION","(".concat(t[o.NUMERICIDENTIFIER],")\\.(").concat(t[o.NUMERICIDENTIFIER],")\\.(").concat(t[o.NUMERICIDENTIFIER],")")),a("MAINVERSIONLOOSE","(".concat(t[o.NUMERICIDENTIFIERLOOSE],")\\.(").concat(t[o.NUMERICIDENTIFIERLOOSE],")\\.(").concat(t[o.NUMERICIDENTIFIERLOOSE],")")),a("PRERELEASEIDENTIFIER","(?:".concat(t[o.NUMERICIDENTIFIER],"|").concat(t[o.NONNUMERICIDENTIFIER],")")),a("PRERELEASEIDENTIFIERLOOSE","(?:".concat(t[o.NUMERICIDENTIFIERLOOSE],"|").concat(t[o.NONNUMERICIDENTIFIER],")")),a("PRERELEASE","(?:-(".concat(t[o.PRERELEASEIDENTIFIER],"(?:\\.").concat(t[o.PRERELEASEIDENTIFIER],")*))")),a("PRERELEASELOOSE","(?:-?(".concat(t[o.PRERELEASEIDENTIFIERLOOSE],"(?:\\.").concat(t[o.PRERELEASEIDENTIFIERLOOSE],")*))")),a("BUILDIDENTIFIER","[0-9A-Za-z-]+"),a("BUILD","(?:\\+(".concat(t[o.BUILDIDENTIFIER],"(?:\\.").concat(t[o.BUILDIDENTIFIER],")*))")),a("FULLPLAIN","v?".concat(t[o.MAINVERSION]).concat(t[o.PRERELEASE],"?").concat(t[o.BUILD],"?")),a("FULL","^".concat(t[o.FULLPLAIN],"$")),a("LOOSEPLAIN","[v=\\s]*".concat(t[o.MAINVERSIONLOOSE]).concat(t[o.PRERELEASELOOSE],"?").concat(t[o.BUILD],"?")),a("LOOSE","^".concat(t[o.LOOSEPLAIN],"$")),a("GTLT","((?:<|>)?=?)"),a("XRANGEIDENTIFIERLOOSE","".concat(t[o.NUMERICIDENTIFIERLOOSE],"|x|X|\\*")),a("XRANGEIDENTIFIER","".concat(t[o.NUMERICIDENTIFIER],"|x|X|\\*")),a("XRANGEPLAIN","[v=\\s]*(".concat(t[o.XRANGEIDENTIFIER],")(?:\\.(").concat(t[o.XRANGEIDENTIFIER],")(?:\\.(").concat(t[o.XRANGEIDENTIFIER],")(?:").concat(t[o.PRERELEASE],")?").concat(t[o.BUILD],"?)?)?")),a("XRANGEPLAINLOOSE","[v=\\s]*(".concat(t[o.XRANGEIDENTIFIERLOOSE],")(?:\\.(").concat(t[o.XRANGEIDENTIFIERLOOSE],")(?:\\.(").concat(t[o.XRANGEIDENTIFIERLOOSE],")(?:").concat(t[o.PRERELEASELOOSE],")?").concat(t[o.BUILD],"?)?)?")),a("XRANGE","^".concat(t[o.GTLT],"\\s*").concat(t[o.XRANGEPLAIN],"$")),a("XRANGELOOSE","^".concat(t[o.GTLT],"\\s*").concat(t[o.XRANGEPLAINLOOSE],"$")),a("COERCE","(^|[^\\d])(\\d{1,".concat(e,"})(?:\\.(\\d{1,").concat(e,"}))?(?:\\.(\\d{1,").concat(e,"}))?(?:$|[^\\d])")),a("COERCERTL",t[o.COERCE],!0),a("LONETILDE","(?:~>?)"),a("TILDETRIM","(\\s*)".concat(t[o.LONETILDE],"\\s+"),!0),n.tildeTrimReplace="$1~",a("TILDE","^".concat(t[o.LONETILDE]).concat(t[o.XRANGEPLAIN],"$")),a("TILDELOOSE","^".concat(t[o.LONETILDE]).concat(t[o.XRANGEPLAINLOOSE],"$")),a("LONECARET","(?:\\^)"),a("CARETTRIM","(\\s*)".concat(t[o.LONECARET],"\\s+"),!0),n.caretTrimReplace="$1^",a("CARET","^".concat(t[o.LONECARET]).concat(t[o.XRANGEPLAIN],"$")),a("CARETLOOSE","^".concat(t[o.LONECARET]).concat(t[o.XRANGEPLAINLOOSE],"$")),a("COMPARATORLOOSE","^".concat(t[o.GTLT],"\\s*(").concat(t[o.LOOSEPLAIN],")$|^$")),a("COMPARATOR","^".concat(t[o.GTLT],"\\s*(").concat(t[o.FULLPLAIN],")$|^$")),a("COMPARATORTRIM","(\\s*)".concat(t[o.GTLT],"\\s*(").concat(t[o.LOOSEPLAIN],"|").concat(t[o.XRANGEPLAIN],")"),!0),n.comparatorTrimReplace="$1$2$3",a("HYPHENRANGE","^\\s*(".concat(t[o.XRANGEPLAIN],")\\s+-\\s+(").concat(t[o.XRANGEPLAIN],")\\s*$")),a("HYPHENRANGELOOSE","^\\s*(".concat(t[o.XRANGEPLAINLOOSE],")\\s+-\\s+(").concat(t[o.XRANGEPLAINLOOSE],")\\s*$")),a("STAR","(<|>)?=?\\s*\\*"),a("GTE0","^\\s*>=\\s*0.0.0\\s*$"),a("GTE0PRE","^\\s*>=\\s*0.0.0-0\\s*$")}}),ZD=I({"node_modules/semver/internal/parse-options.js"(n,r){S();var e=["includePrerelease","loose","rtl"],u=s=>s?typeof s!="object"?{loose:!0}:e.filter(t=>s[t]).reduce((t,o)=>(t[o]=!0,t),{}):{};r.exports=u}}),QD=I({"node_modules/semver/internal/identifiers.js"(n,r){S();var e=/^[0-9]+$/,u=(t,o)=>{let c=e.test(t),a=e.test(o);return c&&a&&(t=+t,o=+o),t===o?0:c&&!a?-1:a&&!c?1:t<o?-1:1},s=(t,o)=>u(o,t);r.exports={compareIdentifiers:u,rcompareIdentifiers:s}}}),e2=I({"node_modules/semver/classes/semver.js"(n,r){S();var e=Ha(),{MAX_LENGTH:u,MAX_SAFE_INTEGER:s}=Xa(),{re:t,t:o}=JD(),c=ZD(),{compareIdentifiers:a}=QD(),D=class{constructor(i,l){if(l=c(l),i instanceof D){if(i.loose===!!l.loose&&i.includePrerelease===!!l.includePrerelease)return i;i=i.version}else if(typeof i!="string")throw new TypeError("Invalid Version: ".concat(i));if(i.length>u)throw new TypeError("version is longer than ".concat(u," characters"));e("SemVer",i,l),this.options=l,this.loose=!!l.loose,this.includePrerelease=!!l.includePrerelease;let d=i.trim().match(l.loose?t[o.LOOSE]:t[o.FULL]);if(!d)throw new TypeError("Invalid Version: ".concat(i));if(this.raw=i,this.major=+d[1],this.minor=+d[2],this.patch=+d[3],this.major>s||this.major<0)throw new TypeError("Invalid major version");if(this.minor>s||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>s||this.patch<0)throw new TypeError("Invalid patch version");d[4]?this.prerelease=d[4].split(".").map(h=>{if(/^[0-9]+$/.test(h)){let g=+h;if(g>=0&&g<s)return g}return h}):this.prerelease=[],this.build=d[5]?d[5].split("."):[],this.format()}format(){return this.version="".concat(this.major,".").concat(this.minor,".").concat(this.patch),this.prerelease.length&&(this.version+="-".concat(this.prerelease.join("."))),this.version}toString(){return this.version}compare(i){if(e("SemVer.compare",this.version,this.options,i),!(i instanceof D)){if(typeof i=="string"&&i===this.version)return 0;i=new D(i,this.options)}return i.version===this.version?0:this.compareMain(i)||this.comparePre(i)}compareMain(i){return i instanceof D||(i=new D(i,this.options)),a(this.major,i.major)||a(this.minor,i.minor)||a(this.patch,i.patch)}comparePre(i){if(i instanceof D||(i=new D(i,this.options)),this.prerelease.length&&!i.prerelease.length)return-1;if(!this.prerelease.length&&i.prerelease.length)return 1;if(!this.prerelease.length&&!i.prerelease.length)return 0;let l=0;do{let d=this.prerelease[l],h=i.prerelease[l];if(e("prerelease compare",l,d,h),d===void 0&&h===void 0)return 0;if(h===void 0)return 1;if(d===void 0)return-1;if(d===h)continue;return a(d,h)}while(++l)}compareBuild(i){i instanceof D||(i=new D(i,this.options));let l=0;do{let d=this.build[l],h=i.build[l];if(e("prerelease compare",l,d,h),d===void 0&&h===void 0)return 0;if(h===void 0)return 1;if(d===void 0)return-1;if(d===h)continue;return a(d,h)}while(++l)}inc(i,l){switch(i){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",l);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",l);break;case"prepatch":this.prerelease.length=0,this.inc("patch",l),this.inc("pre",l);break;case"prerelease":this.prerelease.length===0&&this.inc("patch",l),this.inc("pre",l);break;case"major":(this.minor!==0||this.patch!==0||this.prerelease.length===0)&&this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":(this.patch!==0||this.prerelease.length===0)&&this.minor++,this.patch=0,this.prerelease=[];break;case"patch":this.prerelease.length===0&&this.patch++,this.prerelease=[];break;case"pre":if(this.prerelease.length===0)this.prerelease=[0];else{let d=this.prerelease.length;for(;--d>=0;)typeof this.prerelease[d]=="number"&&(this.prerelease[d]++,d=-2);d===-1&&this.prerelease.push(0)}l&&(this.prerelease[0]===l?isNaN(this.prerelease[1])&&(this.prerelease=[l,0]):this.prerelease=[l,0]);break;default:throw new Error("invalid increment argument: ".concat(i))}return this.format(),this.raw=this.version,this}};r.exports=D}}),pu=I({"node_modules/semver/functions/compare.js"(n,r){S();var e=e2(),u=(s,t,o)=>new e(s,o).compare(new e(t,o));r.exports=u}}),r2=I({"node_modules/semver/functions/lt.js"(n,r){S();var e=pu(),u=(s,t,o)=>e(s,t,o)<0;r.exports=u}}),u2=I({"node_modules/semver/functions/gte.js"(n,r){S();var e=pu(),u=(s,t,o)=>e(s,t,o)>=0;r.exports=u}}),t2=I({"src/utils/arrayify.js"(n,r){"use strict";S(),r.exports=(e,u)=>Object.entries(e).map(s=>{let[t,o]=s;return Object.assign({[u]:t},o)})}}),n2=I({"package.json"(n,r){r.exports={version:"2.6.2"}}}),a2=I({"node_modules/outdent/lib/index.js"(n,r){"use strict";S(),Object.defineProperty(n,"__esModule",{value:!0}),n.outdent=void 0;function e(){for(var p=[],b=0;b<arguments.length;b++)p[b]=arguments[b]}function u(){return typeof WeakMap<"u"?new WeakMap:s()}function s(){return{add:e,delete:e,get:e,set:e,has:function(p){return!1}}}var t=Object.prototype.hasOwnProperty,o=function(p,b){return t.call(p,b)};function c(p,b){for(var f in b)o(b,f)&&(p[f]=b[f]);return p}var a=/^[ \t]*(?:\r\n|\r|\n)/,D=/(?:\r\n|\r|\n)[ \t]*$/,i=/^(?:[\r\n]|$)/,l=/(?:\r\n|\r|\n)([ \t]*)(?:[^ \t\r\n]|$)/,d=/^[ \t]*[\r\n][ \t\r\n]*$/;function h(p,b,f){var v=0,m=p[0].match(l);m&&(v=m[1].length);var E="(\\r\\n|\\r|\\n).{0,"+v+"}",w=new RegExp(E,"g");b&&(p=p.slice(1));var q=f.newline,L=f.trimLeadingNewline,B=f.trimTrailingNewline,O=typeof q=="string",T=p.length,P=p.map(function(A,j){return A=A.replace(w,"$1"),j===0&&L&&(A=A.replace(a,"")),j===T-1&&B&&(A=A.replace(D,"")),O&&(A=A.replace(/\r\n|\n|\r/g,function($){return q})),A});return P}function g(p,b){for(var f="",v=0,m=p.length;v<m;v++)f+=p[v],v<m-1&&(f+=b[v]);return f}function F(p){return o(p,"raw")&&o(p,"length")}function C(p){var b=u(),f=u();function v(E){for(var w=[],q=1;q<arguments.length;q++)w[q-1]=arguments[q];if(F(E)){var L=E,B=(w[0]===v||w[0]===x)&&d.test(L[0])&&i.test(L[1]),O=B?f:b,T=O.get(L);if(T||(T=h(L,B,p),O.set(L,T)),w.length===0)return T[0];var P=g(T,B?w.slice(1):w);return P}else return C(c(c({},p),E||{}))}var m=c(v,{string:function(E){return h([E],!1,p)[0]}});return m}var x=C({trimLeadingNewline:!0,trimTrailingNewline:!0});if(n.outdent=x,n.default=x,typeof r<"u")try{r.exports=x,Object.defineProperty(x,"__esModule",{value:!0}),x.default=x,x.outdent=x}catch{}}}),i2=I({"src/main/core-options.js"(n,r){"use strict";S();var{outdent:e}=a2(),u="Config",s="Editor",t="Format",o="Other",c="Output",a="Global",D="Special",i={cursorOffset:{since:"1.4.0",category:D,type:"int",default:-1,range:{start:-1,end:Number.POSITIVE_INFINITY,step:1},description:e(Aa||(Aa=je([`
14
45
  Print (to stderr) where a cursor at the given position would move to after formatting.
15
46
  This option cannot be used with --range-start and --range-end.
16
- `,cliCategory:ws},endOfLine:{since:"1.15.0",category:ks,type:"choice",default:[{since:"1.15.0",value:"auto"},{since:"2.0.0",value:"lf"}],description:"Which end of line characters to apply.",choices:[{value:"lf",description:"Line Feed only (\\n), common on Linux and macOS as well as inside git repos"},{value:"crlf",description:"Carriage Return + Line Feed characters (\\r\\n), common on Windows"},{value:"cr",description:"Carriage Return character only (\\r), used very rarely"},{value:"auto",description:Cs`
47
+ `]))),cliCategory:s},endOfLine:{since:"1.15.0",category:a,type:"choice",default:[{since:"1.15.0",value:"auto"},{since:"2.0.0",value:"lf"}],description:"Which end of line characters to apply.",choices:[{value:"lf",description:"Line Feed only (\\n), common on Linux and macOS as well as inside git repos"},{value:"crlf",description:"Carriage Return + Line Feed characters (\\r\\n), common on Windows"},{value:"cr",description:"Carriage Return character only (\\r), used very rarely"},{value:"auto",description:e(xa||(xa=je([`
17
48
  Maintain existing
18
49
  (mixed values within one file are normalised by looking at what's used after the first line)
19
- `}]},filepath:{since:"1.4.0",category:Os,type:"path",description:"Specify the input filepath. This will be used to do parser inference.",cliName:"stdin-filepath",cliCategory:Fs,cliDescription:"Path to the file to pretend that stdin comes from."},insertPragma:{since:"1.8.0",category:Os,type:"boolean",default:!1,description:"Insert @format pragma into file's first docblock comment.",cliCategory:Fs},parser:{since:"0.0.10",category:ks,type:"choice",default:[{since:"0.0.10",value:"babylon"},{since:"1.13.0",value:void 0}],description:"Which parser to use.",exception:e=>"string"==typeof e||"function"==typeof e,choices:[{value:"flow",description:"Flow"},{value:"babel",since:"1.16.0",description:"JavaScript"},{value:"babel-flow",since:"1.16.0",description:"Flow"},{value:"babel-ts",since:"2.0.0",description:"TypeScript"},{value:"typescript",since:"1.4.0",description:"TypeScript"},{value:"espree",since:"2.2.0",description:"JavaScript"},{value:"meriyah",since:"2.2.0",description:"JavaScript"},{value:"css",since:"1.7.1",description:"CSS"},{value:"less",since:"1.7.1",description:"Less"},{value:"scss",since:"1.7.1",description:"SCSS"},{value:"json",since:"1.5.0",description:"JSON"},{value:"json5",since:"1.13.0",description:"JSON5"},{value:"json-stringify",since:"1.13.0",description:"JSON.stringify"},{value:"graphql",since:"1.5.0",description:"GraphQL"},{value:"markdown",since:"1.8.0",description:"Markdown"},{value:"mdx",since:"1.15.0",description:"MDX"},{value:"vue",since:"1.10.0",description:"Vue"},{value:"yaml",since:"1.14.0",description:"YAML"},{value:"glimmer",since:"2.3.0",description:"Ember / Handlebars"},{value:"html",since:"1.15.0",description:"HTML"},{value:"angular",since:"1.15.0",description:"Angular"},{value:"lwc",since:"1.17.0",description:"Lightning Web Components"}]},plugins:{since:"1.10.0",type:"path",array:!0,default:[{value:[]}],category:ks,description:"Add a plugin. Multiple plugins can be passed as separate `--plugin`s.",exception:e=>"string"==typeof e||"object"==typeof e,cliName:"plugin",cliCategory:As},pluginSearchDirs:{since:"1.13.0",type:"path",array:!0,default:[{value:[]}],category:ks,description:Cs`
50
+ `])))}]},filepath:{since:"1.4.0",category:D,type:"path",description:"Specify the input filepath. This will be used to do parser inference.",cliName:"stdin-filepath",cliCategory:o,cliDescription:"Path to the file to pretend that stdin comes from."},insertPragma:{since:"1.8.0",category:D,type:"boolean",default:!1,description:"Insert @format pragma into file's first docblock comment.",cliCategory:o},parser:{since:"0.0.10",category:a,type:"choice",default:[{since:"0.0.10",value:"babylon"},{since:"1.13.0",value:void 0}],description:"Which parser to use.",exception:l=>typeof l=="string"||typeof l=="function",choices:[{value:"flow",description:"Flow"},{value:"babel",since:"1.16.0",description:"JavaScript"},{value:"babel-flow",since:"1.16.0",description:"Flow"},{value:"babel-ts",since:"2.0.0",description:"TypeScript"},{value:"typescript",since:"1.4.0",description:"TypeScript"},{value:"acorn",since:"2.6.0",description:"JavaScript"},{value:"espree",since:"2.2.0",description:"JavaScript"},{value:"meriyah",since:"2.2.0",description:"JavaScript"},{value:"css",since:"1.7.1",description:"CSS"},{value:"less",since:"1.7.1",description:"Less"},{value:"scss",since:"1.7.1",description:"SCSS"},{value:"json",since:"1.5.0",description:"JSON"},{value:"json5",since:"1.13.0",description:"JSON5"},{value:"json-stringify",since:"1.13.0",description:"JSON.stringify"},{value:"graphql",since:"1.5.0",description:"GraphQL"},{value:"markdown",since:"1.8.0",description:"Markdown"},{value:"mdx",since:"1.15.0",description:"MDX"},{value:"vue",since:"1.10.0",description:"Vue"},{value:"yaml",since:"1.14.0",description:"YAML"},{value:"glimmer",since:"2.3.0",description:"Ember / Handlebars"},{value:"html",since:"1.15.0",description:"HTML"},{value:"angular",since:"1.15.0",description:"Angular"},{value:"lwc",since:"1.17.0",description:"Lightning Web Components"}]},plugins:{since:"1.10.0",type:"path",array:!0,default:[{value:[]}],category:a,description:"Add a plugin. Multiple plugins can be passed as separate `--plugin`s.",exception:l=>typeof l=="string"||typeof l=="object",cliName:"plugin",cliCategory:u},pluginSearchDirs:{since:"1.13.0",type:"path",array:!0,default:[{value:[]}],category:a,description:e(ba||(ba=je([`
20
51
  Custom directory that contains prettier plugins in node_modules subdirectory.
21
52
  Overrides default behavior when plugins are searched relatively to the location of Prettier.
22
53
  Multiple values are accepted.
23
- `,exception:e=>"string"==typeof e||"object"==typeof e,cliName:"plugin-search-dir",cliCategory:As},printWidth:{since:"0.0.0",category:ks,type:"int",default:80,description:"The line length where Prettier will try wrap.",range:{start:0,end:Number.POSITIVE_INFINITY,step:1}},rangeEnd:{since:"1.4.0",category:Os,type:"int",default:Number.POSITIVE_INFINITY,range:{start:0,end:Number.POSITIVE_INFINITY,step:1},description:Cs`
54
+ `]))),exception:l=>typeof l=="string"||typeof l=="object",cliName:"plugin-search-dir",cliCategory:u},printWidth:{since:"0.0.0",category:a,type:"int",default:80,description:"The line length where Prettier will try wrap.",range:{start:0,end:Number.POSITIVE_INFINITY,step:1}},rangeEnd:{since:"1.4.0",category:D,type:"int",default:Number.POSITIVE_INFINITY,range:{start:0,end:Number.POSITIVE_INFINITY,step:1},description:e(ya||(ya=je([`
24
55
  Format code ending at a given character offset (exclusive).
25
56
  The range will extend forwards to the end of the selected statement.
26
57
  This option cannot be used with --cursor-offset.
27
- `,cliCategory:ws},rangeStart:{since:"1.4.0",category:Os,type:"int",default:0,range:{start:0,end:Number.POSITIVE_INFINITY,step:1},description:Cs`
58
+ `]))),cliCategory:s},rangeStart:{since:"1.4.0",category:D,type:"int",default:0,range:{start:0,end:Number.POSITIVE_INFINITY,step:1},description:e(wa||(wa=je([`
28
59
  Format code starting at a given character offset.
29
60
  The range will extend backwards to the start of the first line containing the selected statement.
30
61
  This option cannot be used with --cursor-offset.
31
- `,cliCategory:ws},requirePragma:{since:"1.7.0",category:Os,type:"boolean",default:!1,description:Cs`
62
+ `]))),cliCategory:s},requirePragma:{since:"1.7.0",category:D,type:"boolean",default:!1,description:e(Ba||(Ba=je([`
32
63
  Require either '@prettier' or '@format' to be present in the file's first docblock comment
33
64
  in order for it to be formatted.
34
- `,cliCategory:Fs},tabWidth:{type:"int",category:ks,default:2,description:"Number of spaces per indentation level.",range:{start:0,end:Number.POSITIVE_INFINITY,step:1}},useTabs:{since:"1.0.0",category:ks,type:"boolean",default:!1,description:"Indent with tabs instead of spaces."},embeddedLanguageFormatting:{since:"2.1.0",category:ks,type:"choice",default:[{since:"2.1.0",value:"auto"}],description:"Control how Prettier formats quoted code embedded in the file.",choices:[{value:"auto",description:"Format embedded code if Prettier can automatically identify it."},{value:"off",description:"Never automatically format embedded code."}]}};const Ss=["cliName","cliCategory","cliDescription"],Is={compare:Es,lt:ys,gte:vs},xs="2.4.1",Rs={CATEGORY_CONFIG:As,CATEGORY_EDITOR:ws,CATEGORY_FORMAT:"Format",CATEGORY_OTHER:Fs,CATEGORY_OUTPUT:"Output",CATEGORY_GLOBAL:ks,CATEGORY_SPECIAL:Os,options:Ts}.options;var Bs={getSupportInfo:function({plugins:e=[],showUnreleased:t=!1,showDeprecated:r=!1,showInternal:n=!1}={}){const u=xs.split("-",1)[0],i=e.flatMap((e=>e.languages||[])).filter(s),o=(a=Object.assign({},...e.map((({options:e})=>e)),Rs),c="name",Object.entries(a).map((([e,t])=>Object.assign({[c]:e},t)))).filter((e=>s(e)&&l(e))).sort(((e,t)=>e.name===t.name?0:e.name<t.name?-1:1)).map((function(e){if(n)return e;return So(e,Ss)})).map((t=>{t=Object.assign({},t),Array.isArray(t.default)&&(t.default=1===t.default.length?t.default[0].value:t.default.filter(s).sort(((e,t)=>Is.compare(t.since,e.since)))[0].value),Array.isArray(t.choices)&&(t.choices=t.choices.filter((e=>s(e)&&l(e))),"parser"===t.name&&function(e,t,r){const n=new Set(e.choices.map((e=>e.value)));for(const u of t)if(u.parsers)for(const t of u.parsers)if(!n.has(t)){n.add(t);const i=r.find((e=>e.parsers&&e.parsers[t]));let o=u.name;i&&i.name&&(o+=` (plugin: ${i.name})`),e.choices.push({value:t,description:o})}}(t,i,e));const r=Object.fromEntries(e.filter((e=>e.defaultOptions&&void 0!==e.defaultOptions[t.name])).map((e=>[e.name,e.defaultOptions[t.name]])));return Object.assign(Object.assign({},t),{},{pluginDefaults:r})}));var a,c;return{languages:i,options:o};function s(e){return t||!("since"in e)||e.since&&Is.gte(u,e.since)}function l(e){return r||!("deprecated"in e)||e.deprecated&&Is.lt(u,e.deprecated)}}};const{getSupportInfo:Ns}=Bs,Ls=/[^\x20-\x7F]/;function Ps(e){return(t,r,n)=>{const u=n&&n.backwards;if(!1===r)return!1;const{length:i}=t;let o=r;for(;o>=0&&o<i;){const r=t.charAt(o);if(e instanceof RegExp){if(!e.test(r))return o}else if(!e.includes(r))return o;u?o--:o++}return(-1===o||o===i)&&o}}const qs=Ps(/\s/),js=Ps(" \t"),_s=Ps(",; \t"),Us=Ps(/[^\n\r]/);function $s(e,t){if(!1===t)return!1;if("/"===e.charAt(t)&&"*"===e.charAt(t+1))for(let r=t+2;r<e.length;++r)if("*"===e.charAt(r)&&"/"===e.charAt(r+1))return r+2;return t}function Ms(e,t){return!1!==t&&("/"===e.charAt(t)&&"/"===e.charAt(t+1)?Us(e,t):t)}function zs(e,t,r){const n=r&&r.backwards;if(!1===t)return!1;const u=e.charAt(t);if(n){if("\r"===e.charAt(t-1)&&"\n"===u)return t-2;if("\n"===u||"\r"===u||"\u2028"===u||"\u2029"===u)return t-1}else{if("\r"===u&&"\n"===e.charAt(t+1))return t+2;if("\n"===u||"\r"===u||"\u2028"===u||"\u2029"===u)return t+1}return t}function Gs(e,t,r={}){const n=js(e,r.backwards?t-1:t,r);return n!==zs(e,n,r)}function Vs(e,t){let r=null,n=t;for(;n!==r;)r=n,n=_s(e,n),n=$s(e,n),n=js(e,n);return n=Ms(e,n),n=zs(e,n),!1!==n&&Gs(e,n)}function Ys(e,t){let r=null,n=t;for(;n!==r;)r=n,n=js(e,n),n=$s(e,n),n=Ms(e,n),n=zs(e,n);return n}function Hs(e,t,r){return Ys(e,r(t))}function Xs(e,t,r=0){let n=0;for(let u=r;u<e.length;++u)"\t"===e[u]?n=n+t-n%t:n++;return n}function Ws(e,t){const r=e.slice(1,-1),n={quote:'"',regex:/"/g},u={quote:"'",regex:/'/g},i="'"===t?u:n,o=i===u?n:u;let a=i.quote;if(r.includes(i.quote)||r.includes(o.quote)){a=(r.match(i.regex)||[]).length>(r.match(o.regex)||[]).length?o.quote:i.quote}return a}function Zs(e,t,r){const n='"'===t?"'":'"',u=e.replace(/\\(.)|(["'])/gs,((e,u,i)=>u===n?u:i===t?"\\"+i:i||(r&&/^[^\n\r"'0-7\\bfnrt-vx\u2028\u2029]$/.test(u)?u:"\\"+u)));return t+u+t}function Js(e,t){(e.comments||(e.comments=[])).push(t),t.printed=!1,t.nodeDescription=function(e){const t=e.type||e.kind||"(unknown type)";let r=String(e.name||e.id&&("object"==typeof e.id?e.id.name:e.id)||e.key&&("object"==typeof e.key?e.key.name:e.key)||e.value&&("object"==typeof e.value?"":String(e.value))||e.operator||"");r.length>20&&(r=r.slice(0,19)+"\u2026");return t+(r?" "+r:"")}(e)}var Ks={inferParserByLanguage:function(e,t){const{languages:r}=Ns({plugins:t.plugins}),n=r.find((({name:t})=>t.toLowerCase()===e))||r.find((({aliases:t})=>Array.isArray(t)&&t.includes(e)))||r.find((({extensions:t})=>Array.isArray(t)&&t.includes(`.${e}`)));return n&&n.parsers[0]},getStringWidth:function(e){return e?Ls.test(e)?Fo(e):e.length:0},getMaxContinuousCount:function(e,t){const r=e.match(new RegExp(`(${Oo(t)})+`,"g"));return null===r?0:r.reduce(((e,r)=>Math.max(e,r.length/t.length)),0)},getMinNotPresentContinuousCount:function(e,t){const r=e.match(new RegExp(`(${Oo(t)})+`,"g"));if(null===r)return 0;const n=new Map;let u=0;for(const e of r){const r=e.length/t.length;n.set(r,!0),r>u&&(u=r)}for(let e=1;e<u;e++)if(!n.get(e))return e;return u+1},getPenultimate:e=>e[e.length-2],getLast:To,getNextNonSpaceNonCommentCharacterIndexWithStartIndex:Ys,getNextNonSpaceNonCommentCharacterIndex:Hs,getNextNonSpaceNonCommentCharacter:function(e,t,r){return e.charAt(Hs(e,t,r))},skip:Ps,skipWhitespace:qs,skipSpaces:js,skipToLineEnd:_s,skipEverythingButNewLine:Us,skipInlineComment:$s,skipTrailingComment:Ms,skipNewline:zs,isNextLineEmptyAfterIndex:Vs,isNextLineEmpty:function(e,t,r){return Vs(e,r(t))},isPreviousLineEmpty:function(e,t,r){let n=r(t)-1;return n=js(e,n,{backwards:!0}),n=zs(e,n,{backwards:!0}),n=js(e,n,{backwards:!0}),n!==zs(e,n,{backwards:!0})},hasNewline:Gs,hasNewlineInRange:function(e,t,r){for(let n=t;n<r;++n)if("\n"===e.charAt(n))return!0;return!1},hasSpaces:function(e,t,r={}){return js(e,r.backwards?t-1:t,r)!==t},getAlignmentSize:Xs,getIndentSize:function(e,t){const r=e.lastIndexOf("\n");return-1===r?0:Xs(e.slice(r+1).match(/^[\t ]*/)[0],t)},getPreferredQuote:Ws,printString:function(e,t){return Zs(e.slice(1,-1),"json"===t.parser||"json5"===t.parser&&"preserve"===t.quoteProps&&!t.singleQuote?'"':t.__isInHtmlAttribute?"'":Ws(e,t.singleQuote?"'":'"'),!("css"===t.parser||"less"===t.parser||"scss"===t.parser||t.__embeddedInHtml))},printNumber:function(e){return e.toLowerCase().replace(/^([+-]?[\d.]+e)(?:\+|(-))?0*(\d)/,"$1$2$3").replace(/^([+-]?[\d.]+)e[+-]?0+$/,"$1").replace(/^([+-])?\./,"$10.").replace(/(\.\d+?)0+(?=e|$)/,"$1").replace(/\.(?=e|$)/,"")},makeString:Zs,addLeadingComment:function(e,t){t.leading=!0,t.trailing=!1,Js(e,t)},addDanglingComment:function(e,t,r){t.leading=!1,t.trailing=!1,r&&(t.marker=r),Js(e,t)},addTrailingComment:function(e,t){t.leading=!1,t.trailing=!0,Js(e,t)},isFrontMatterNode:function(e){return e&&"front-matter"===e.type},getShebang:function(e){if(!e.startsWith("#!"))return"";const t=e.indexOf("\n");return-1===t?e:e.slice(0,t)},isNonEmptyArray:function(e){return Array.isArray(e)&&e.length>0},createGroupIdMapper:function(e){const t=new WeakMap;return function(r){return t.has(r)||t.set(r,Symbol(e)),t.get(r)}}};const{getLast:Qs}=Ks,{locStart:el,locEnd:tl}=yo,{cjkPattern:rl,kPattern:nl,punctuationPattern:ul}={cjkPattern:"(?:[\\u02ea-\\u02eb\\u1100-\\u11ff\\u2e80-\\u2e99\\u2e9b-\\u2ef3\\u2f00-\\u2fd5\\u2ff0-\\u303f\\u3041-\\u3096\\u3099-\\u309f\\u30a1-\\u30fa\\u30fc-\\u30ff\\u3105-\\u312f\\u3131-\\u318e\\u3190-\\u3191\\u3196-\\u31ba\\u31c0-\\u31e3\\u31f0-\\u321e\\u322a-\\u3247\\u3260-\\u327e\\u328a-\\u32b0\\u32c0-\\u32cb\\u32d0-\\u3370\\u337b-\\u337f\\u33e0-\\u33fe\\u3400-\\u4db5\\u4e00-\\u9fef\\ua960-\\ua97c\\uac00-\\ud7a3\\ud7b0-\\ud7c6\\ud7cb-\\ud7fb\\uf900-\\ufa6d\\ufa70-\\ufad9\\ufe10-\\ufe1f\\ufe30-\\ufe6f\\uff00-\\uffef]|[\\ud840-\\ud868\\ud86a-\\ud86c\\ud86f-\\ud872\\ud874-\\ud879][\\udc00-\\udfff]|\\ud82c[\\udc00-\\udd1e\\udd50-\\udd52\\udd64-\\udd67]|\\ud83c[\\ude00\\ude50-\\ude51]|\\ud869[\\udc00-\\uded6\\udf00-\\udfff]|\\ud86d[\\udc00-\\udf34\\udf40-\\udfff]|\\ud86e[\\udc00-\\udc1d\\udc20-\\udfff]|\\ud873[\\udc00-\\udea1\\udeb0-\\udfff]|\\ud87a[\\udc00-\\udfe0]|\\ud87e[\\udc00-\\ude1d])(?:[\\ufe00-\\ufe0f]|\\udb40[\\udd00-\\uddef])?",kPattern:"[\\u1100-\\u11ff\\u3001-\\u3003\\u3008-\\u3011\\u3013-\\u301f\\u302e-\\u3030\\u3037\\u30fb\\u3131-\\u318e\\u3200-\\u321e\\u3260-\\u327e\\ua960-\\ua97c\\uac00-\\ud7a3\\ud7b0-\\ud7c6\\ud7cb-\\ud7fb\\ufe45-\\ufe46\\uff61-\\uff65\\uffa0-\\uffbe\\uffc2-\\uffc7\\uffca-\\uffcf\\uffd2-\\uffd7\\uffda-\\uffdc]",punctuationPattern:"[\\u0021-\\u002f\\u003a-\\u0040\\u005b-\\u0060\\u007b-\\u007e\\u00a1\\u00a7\\u00ab\\u00b6-\\u00b7\\u00bb\\u00bf\\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\\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]|\\ud800[\\udd00-\\udd02\\udf9f\\udfd0]|\\ud801[\\udd6f]|\\ud802[\\udc57\\udd1f\\udd3f\\ude50-\\ude58\\ude7f\\udef0-\\udef6\\udf39-\\udf3f\\udf99-\\udf9c]|\\ud803[\\udf55-\\udf59]|\\ud804[\\udc47-\\udc4d\\udcbb-\\udcbc\\udcbe-\\udcc1\\udd40-\\udd43\\udd74-\\udd75\\uddc5-\\uddc8\\uddcd\\udddb\\udddd-\\udddf\\ude38-\\ude3d\\udea9]|\\ud805[\\udc4b-\\udc4f\\udc5b\\udc5d\\udcc6\\uddc1-\\uddd7\\ude41-\\ude43\\ude60-\\ude6c\\udf3c-\\udf3e]|\\ud806[\\udc3b\\udde2\\ude3f-\\ude46\\ude9a-\\ude9c\\ude9e-\\udea2]|\\ud807[\\udc41-\\udc45\\udc70-\\udc71\\udef7-\\udef8\\udfff]|\\ud809[\\udc70-\\udc74]|\\ud81a[\\ude6e-\\ude6f\\udef5\\udf37-\\udf3b\\udf44]|\\ud81b[\\ude97-\\ude9a\\udfe2]|\\ud82f[\\udc9f]|\\ud836[\\ude87-\\ude8b]|\\ud83a[\\udd5e-\\udd5f]"},il=["liquidNode","inlineCode","emphasis","strong","delete","wikiLink","link","linkReference","image","imageReference","footnote","footnoteReference","sentence","whitespace","word","break","inlineMath"],ol=[...il,"tableCell","paragraph","heading"],al=new RegExp(nl),cl=new RegExp(ul);function sl(e,t){const[,r,n,u]=t.slice(e.position.start.offset,e.position.end.offset).match(/^\s*(\d+)(\.|\))(\s*)/);return{numberText:r,marker:n,leadingSpaces:u}}var ll={mapAst:function(e,t){return function e(r,n,u){const i=Object.assign({},t(r,n,u));return i.children&&(i.children=i.children.map(((t,r)=>e(t,r,[i,...u])))),i}(e,null,[])},splitText:function(e,t){const r="non-cjk",n="cj-letter",u="cjk-punctuation",i=[],o=("preserve"===t.proseWrap?e:e.replace(new RegExp(`(${rl})\n(${rl})`,"g"),"$1$2")).split(/([\t\n ]+)/);for(const[e,t]of o.entries()){if(e%2==1){i.push({type:"whitespace",value:/\n/.test(t)?"\n":" "});continue}if((0===e||e===o.length-1)&&""===t)continue;const c=t.split(new RegExp(`(${rl})`));for(const[e,t]of c.entries())(0!==e&&e!==c.length-1||""!==t)&&(e%2!=0?a(cl.test(t)?{type:"word",value:t,kind:u,hasLeadingPunctuation:!0,hasTrailingPunctuation:!0}:{type:"word",value:t,kind:al.test(t)?"k-letter":n,hasLeadingPunctuation:!1,hasTrailingPunctuation:!1}):""!==t&&a({type:"word",value:t,kind:r,hasLeadingPunctuation:cl.test(t[0]),hasTrailingPunctuation:cl.test(Qs(t))}))}return i;function a(e){const t=Qs(i);var o,a;t&&"word"===t.type&&(t.kind===r&&e.kind===n&&!t.hasTrailingPunctuation||t.kind===n&&e.kind===r&&!e.hasLeadingPunctuation?i.push({type:"whitespace",value:" "}):(o=r,a=u,t.kind===o&&e.kind===a||t.kind===a&&e.kind===o||[t.value,e.value].some((e=>/\u3000/.test(e)))||i.push({type:"whitespace",value:""}))),i.push(e)}},punctuationPattern:ul,getFencedCodeBlockValue:function(e,t){const{value:r}=e;return e.position.end.offset===t.length&&r.endsWith("\n")&&t.endsWith("\n")?r.slice(0,-1):r},getOrderedListItemInfo:sl,hasGitDiffFriendlyOrderedList:function(e,t){if(!e.ordered)return!1;if(e.children.length<2)return!1;const r=Number(sl(e.children[0],t.originalText).numberText),n=Number(sl(e.children[1],t.originalText).numberText);if(0===r&&e.children.length>2){const r=Number(sl(e.children[2],t.originalText).numberText);return 1===n&&1===r}return 1===n},INLINE_NODE_TYPES:il,INLINE_NODE_WRAPPER_TYPES:ol,isAutolink:function(e){if(!e||"link"!==e.type||1!==e.children.length)return!1;const t=e.children[0];return t&&el(e)===el(t)&&tl(e)===tl(t)}};const fl=/^import\s/,Dl=/^export\s/,pl=e=>fl.test(e),hl=e=>Dl.test(e),dl=(e,t)=>{const r=t.indexOf("\n\n"),n=t.slice(0,r);if(hl(n)||pl(n))return e(n)({type:hl(n)?"export":"import",value:n})};dl.locator=e=>hl(e)||pl(e)?-1:1;var gl={esSyntax:function(){const{Parser:e}=this,t=e.prototype.blockTokenizers,r=e.prototype.blockMethods;t.esSyntax=dl,r.splice(r.indexOf("paragraph"),0,"esSyntax")},BLOCKS_REGEX:"[a-z][a-z0-9]*(\\.[a-z][a-z0-9]*)*|",COMMENT_REGEX:/<!---->|<!---?[^>-](?:-?[^-])*-->/};const{locStart:ml,locEnd:El}=yo,{mapAst:yl,INLINE_NODE_WRAPPER_TYPES:vl}=ll;function bl({isMDX:e}){return t=>{const r=qi().use(ju,Object.assign({commonmark:!0},e&&{blocks:[gl.BLOCKS_REGEX]})).use(uo).use(wl).use(no).use(e?gl.esSyntax:Cl).use(Fl).use(e?Al:Cl).use(kl).use(Ol);return r.runSync(r.parse(t))}}function Cl(e){return e}function Al(){return e=>yl(e,((e,t,[r])=>"html"!==e.type||gl.COMMENT_REGEX.test(e.value)||vl.includes(r.type)?e:Object.assign(Object.assign({},e),{},{type:"jsx"})))}function wl(){const e=this.Parser.prototype;function t(e,t){const r=ho(t);if(r.frontMatter)return e(r.frontMatter.raw)(r.frontMatter)}e.blockMethods=["frontMatter",...e.blockMethods],e.blockTokenizers.frontMatter=t,t.onlyAtStart=!0}function Fl(){const e=this.Parser.prototype,t=e.inlineMethods;function r(e,t){const r=t.match(/^({%.*?%}|{{.*?}})/s);if(r)return e(r[0])({type:"liquidNode",value:r[0]})}t.splice(t.indexOf("text"),0,"liquid"),e.inlineTokenizers.liquid=r,r.locator=function(e,t){return e.indexOf("{",t)}}function kl(){const e="wikiLink",t=/^\[\[(?<linkContents>.+?)]]/s,r=this.Parser.prototype,n=r.inlineMethods;function u(r,n){const u=t.exec(n);if(u){const t=u.groups.linkContents.trim();return r(u[0])({type:e,value:t})}}n.splice(n.indexOf("link"),0,e),r.inlineTokenizers.wikiLink=u,u.locator=function(e,t){return e.indexOf("[",t)}}function Ol(){const e=this.Parser.prototype,t=e.blockTokenizers.list;function r(e,t,r){return"listItem"===t.type&&(t.loose=t.spread||"\n"===e.charAt(e.length-1),t.loose&&(r.loose=!0)),t}e.blockTokenizers.list=function(e,n,u){function i(t){const n=e(t);function u(e,u){return n(r(t,e,u),u)}return u.reset=function(e,u){return n.reset(r(t,e,u),u)},u}return i.now=e.now,t.call(this,i,n,u)}}const Tl={astFormat:"mdast",hasPragma:Eo.hasPragma,locStart:ml,locEnd:El},Sl=Object.assign(Object.assign({},Tl),{},{parse:bl({isMDX:!1})});return{parsers:{remark:Sl,markdown:Sl,mdx:Object.assign(Object.assign({},Tl),{},{parse:bl({isMDX:!0})})}}}));
65
+ `]))),cliCategory:o},tabWidth:{type:"int",category:a,default:2,description:"Number of spaces per indentation level.",range:{start:0,end:Number.POSITIVE_INFINITY,step:1}},useTabs:{since:"1.0.0",category:a,type:"boolean",default:!1,description:"Indent with tabs instead of spaces."},embeddedLanguageFormatting:{since:"2.1.0",category:a,type:"choice",default:[{since:"2.1.0",value:"auto"}],description:"Control how Prettier formats quoted code embedded in the file.",choices:[{value:"auto",description:"Format embedded code if Prettier can automatically identify it."},{value:"off",description:"Never automatically format embedded code."}]}};r.exports={CATEGORY_CONFIG:u,CATEGORY_EDITOR:s,CATEGORY_FORMAT:t,CATEGORY_OTHER:o,CATEGORY_OUTPUT:c,CATEGORY_GLOBAL:a,CATEGORY_SPECIAL:D,options:i}}}),o2=I({"src/main/support.js"(n,r){"use strict";S();var e={compare:pu(),lt:r2(),gte:u2()},u=t2(),s=n2().version,t=i2().options;function o(){let{plugins:a=[],showUnreleased:D=!1,showDeprecated:i=!1,showInternal:l=!1}=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},d=s.split("-",1)[0],h=a.flatMap(p=>p.languages||[]).filter(F),g=u(Object.assign({},...a.map(p=>{let{options:b}=p;return b}),t),"name").filter(p=>F(p)&&C(p)).sort((p,b)=>p.name===b.name?0:p.name<b.name?-1:1).map(x).map(p=>{p=Object.assign({},p),Array.isArray(p.default)&&(p.default=p.default.length===1?p.default[0].value:p.default.filter(F).sort((f,v)=>e.compare(v.since,f.since))[0].value),Array.isArray(p.choices)&&(p.choices=p.choices.filter(f=>F(f)&&C(f)),p.name==="parser"&&c(p,h,a));let b=Object.fromEntries(a.filter(f=>f.defaultOptions&&f.defaultOptions[p.name]!==void 0).map(f=>[f.name,f.defaultOptions[p.name]]));return Object.assign(Object.assign({},p),{},{pluginDefaults:b})});return{languages:h,options:g};function F(p){return D||!("since"in p)||p.since&&e.gte(d,p.since)}function C(p){return i||!("deprecated"in p)||p.deprecated&&e.lt(d,p.deprecated)}function x(p){if(l)return p;let{cliName:b,cliCategory:f,cliDescription:v}=p;return Fl(p,gl)}}function c(a,D,i){let l=new Set(a.choices.map(d=>d.value));for(let d of D)if(d.parsers){for(let h of d.parsers)if(!l.has(h)){l.add(h);let g=i.find(C=>C.parsers&&C.parsers[h]),F=d.name;g&&g.name&&(F+=" (plugin: ".concat(g.name,")")),a.choices.push({value:h,description:F})}}}r.exports={getSupportInfo:o}}}),s2=I({"src/utils/is-non-empty-array.js"(n,r){"use strict";S();function e(u){return Array.isArray(u)&&u.length>0}r.exports=e}}),c2=I({"vendors/string-width.js"(n,r){S();var e=Object.create,u=Object.defineProperty,s=Object.getOwnPropertyDescriptor,t=Object.getOwnPropertyNames,o=Object.getPrototypeOf,c=Object.prototype.hasOwnProperty,a=(f,v)=>function(){return v||(0,f[t(f)[0]])((v={exports:{}}).exports,v),v.exports},D=(f,v)=>{for(var m in v)u(f,m,{get:v[m],enumerable:!0})},i=(f,v,m,E)=>{if(v&&typeof v=="object"||typeof v=="function")for(let w of t(v))!c.call(f,w)&&w!==m&&u(f,w,{get:()=>v[w],enumerable:!(E=s(v,w))||E.enumerable});return f},l=(f,v,m)=>(m=f!=null?e(o(f)):{},i(v||!f||!f.__esModule?u(m,"default",{value:f,enumerable:!0}):m,f)),d=f=>i(u({},"__esModule",{value:!0}),f),h=a({"node_modules/emoji-regex/index.js"(f,v){"use strict";v.exports=function(){return/\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67)\uDB40\uDC7F|(?:\uD83E\uDDD1\uD83C\uDFFF\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFC-\uDFFF])|\uD83D\uDC68(?:\uD83C\uDFFB(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|[\u2695\u2696\u2708]\uFE0F|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))?|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])\uFE0F|\u200D(?:(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D[\uDC66\uDC67])|\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC)?|(?:\uD83D\uDC69(?:\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69]))|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC69(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83E\uDDD1(?:\u200D(?:\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDE36\u200D\uD83C\uDF2B|\uD83C\uDFF3\uFE0F\u200D\u26A7|\uD83D\uDC3B\u200D\u2744|(?:(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\uD83C\uDFF4\u200D\u2620|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])\u200D[\u2640\u2642]|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u2600-\u2604\u260E\u2611\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26B0\u26B1\u26C8\u26CF\u26D1\u26D3\u26E9\u26F0\u26F1\u26F4\u26F7\u26F8\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u3030\u303D\u3297\u3299]|\uD83C[\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]|\uD83D[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3])\uFE0F|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDE35\u200D\uD83D\uDCAB|\uD83D\uDE2E\u200D\uD83D\uDCA8|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83E\uDDD1(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83D\uDC69(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF6\uD83C\uDDE6|\uD83C\uDDF4\uD83C\uDDF2|\uD83D\uDC08\u200D\u2B1B|\u2764\uFE0F\u200D(?:\uD83D\uDD25|\uD83E\uDE79)|\uD83D\uDC41\uFE0F|\uD83C\uDFF3\uFE0F|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|[#\*0-9]\uFE0F\u20E3|\u2764\uFE0F|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|\uD83C\uDFF4|(?:[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270C\u270D]|\uD83D[\uDD74\uDD90])(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC08\uDC15\uDC3B\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE2E\uDE35\uDE36\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5]|\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD]|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF]|[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0D\uDD0E\uDD10-\uDD17\uDD1D\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78\uDD7A-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCB\uDDD0\uDDE0-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6]|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26A7\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5-\uDED7\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDD77\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g}}}),g={};D(g,{default:()=>b}),r.exports=d(g);function F(){let{onlyFirst:f=!1}=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},v=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"].join("|");return new RegExp(v,f?void 0:"g")}function C(f){if(typeof f!="string")throw new TypeError("Expected a `string`, got `".concat(typeof f,"`"));return f.replace(F(),"")}function x(f){return Number.isInteger(f)?f>=4352&&(f<=4447||f===9001||f===9002||11904<=f&&f<=12871&&f!==12351||12880<=f&&f<=19903||19968<=f&&f<=42182||43360<=f&&f<=43388||44032<=f&&f<=55203||63744<=f&&f<=64255||65040<=f&&f<=65049||65072<=f&&f<=65131||65281<=f&&f<=65376||65504<=f&&f<=65510||110592<=f&&f<=110593||127488<=f&&f<=127569||131072<=f&&f<=262141):!1}var p=l(h(),1);function b(f){if(typeof f!="string"||f.length===0||(f=C(f),f.length===0))return 0;f=f.replace((0,p.default)()," ");let v=0;for(let m=0;m<f.length;m++){let E=f.codePointAt(m);E<=31||E>=127&&E<=159||E>=768&&E<=879||(E>65535&&m++,v+=x(E)?2:1)}return v}}}),l2=I({"src/utils/get-string-width.js"(n,r){"use strict";S();var e=c2().default,u=/[^\x20-\x7F]/;function s(t){return t?u.test(t)?e(t):t.length:0}r.exports=s}}),du=I({"src/utils/text/skip.js"(n,r){"use strict";S();function e(c){return(a,D,i)=>{let l=i&&i.backwards;if(D===!1)return!1;let{length:d}=a,h=D;for(;h>=0&&h<d;){let g=a.charAt(h);if(c instanceof RegExp){if(!c.test(g))return h}else if(!c.includes(g))return h;l?h--:h++}return h===-1||h===d?h:!1}}var u=e(/\s/),s=e(" "),t=e(",; "),o=e(/[^\n\r]/);r.exports={skipWhitespace:u,skipSpaces:s,skipToLineEnd:t,skipEverythingButNewLine:o}}}),Wa=I({"src/utils/text/skip-inline-comment.js"(n,r){"use strict";S();function e(u,s){if(s===!1)return!1;if(u.charAt(s)==="/"&&u.charAt(s+1)==="*"){for(let t=s+2;t<u.length;++t)if(u.charAt(t)==="*"&&u.charAt(t+1)==="/")return t+2}return s}r.exports=e}}),Ka=I({"src/utils/text/skip-trailing-comment.js"(n,r){"use strict";S();var{skipEverythingButNewLine:e}=du();function u(s,t){return t===!1?!1:s.charAt(t)==="/"&&s.charAt(t+1)==="/"?e(s,t):t}r.exports=u}}),Ya=I({"src/utils/text/skip-newline.js"(n,r){"use strict";S();function e(u,s,t){let o=t&&t.backwards;if(s===!1)return!1;let c=u.charAt(s);if(o){if(u.charAt(s-1)==="\r"&&c===`
66
+ `)return s-2;if(c===`
67
+ `||c==="\r"||c==="\u2028"||c==="\u2029")return s-1}else{if(c==="\r"&&u.charAt(s+1)===`
68
+ `)return s+2;if(c===`
69
+ `||c==="\r"||c==="\u2028"||c==="\u2029")return s+1}return s}r.exports=e}}),D2=I({"src/utils/text/get-next-non-space-non-comment-character-index-with-start-index.js"(n,r){"use strict";S();var e=Wa(),u=Ya(),s=Ka(),{skipSpaces:t}=du();function o(c,a){let D=null,i=a;for(;i!==D;)D=i,i=t(c,i),i=e(c,i),i=s(c,i),i=u(c,i);return i}r.exports=o}}),f2=I({"src/common/util.js"(n,r){"use strict";S();var{default:e}=KD(),u=YD(),{getSupportInfo:s}=o2(),t=s2(),o=l2(),{skipWhitespace:c,skipSpaces:a,skipToLineEnd:D,skipEverythingButNewLine:i}=du(),l=Wa(),d=Ka(),h=Ya(),g=D2(),F=k=>k[k.length-2];function C(k){return(y,_,N)=>{let V=N&&N.backwards;if(_===!1)return!1;let{length:W}=y,K=_;for(;K>=0&&K<W;){let ee=y.charAt(K);if(k instanceof RegExp){if(!k.test(ee))return K}else if(!k.includes(ee))return K;V?K--:K++}return K===-1||K===W?K:!1}}function x(k,y){let _=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},N=a(k,_.backwards?y-1:y,_),V=h(k,N,_);return N!==V}function p(k,y,_){for(let N=y;N<_;++N)if(k.charAt(N)===`
70
+ `)return!0;return!1}function b(k,y,_){let N=_(y)-1;N=a(k,N,{backwards:!0}),N=h(k,N,{backwards:!0}),N=a(k,N,{backwards:!0});let V=h(k,N,{backwards:!0});return N!==V}function f(k,y){let _=null,N=y;for(;N!==_;)_=N,N=D(k,N),N=l(k,N),N=a(k,N);return N=d(k,N),N=h(k,N),N!==!1&&x(k,N)}function v(k,y,_){return f(k,_(y))}function m(k,y,_){return g(k,_(y))}function E(k,y,_){return k.charAt(m(k,y,_))}function w(k,y){let _=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return a(k,_.backwards?y-1:y,_)!==y}function q(k,y){let _=arguments.length>2&&arguments[2]!==void 0?arguments[2]:0,N=0;for(let V=_;V<k.length;++V)k[V]===" "?N=N+y-N%y:N++;return N}function L(k,y){let _=k.lastIndexOf(`
71
+ `);return _===-1?0:q(k.slice(_+1).match(/^[\t ]*/)[0],y)}function B(k,y){let _={quote:'"',regex:/"/g,escaped:"&quot;"},N={quote:"'",regex:/'/g,escaped:"&apos;"},V=y==="'"?N:_,W=V===N?_:N,K=V;if(k.includes(V.quote)||k.includes(W.quote)){let ee=(k.match(V.regex)||[]).length,Y=(k.match(W.regex)||[]).length;K=ee>Y?W:V}return K}function O(k,y){let _=k.slice(1,-1),N=y.parser==="json"||y.parser==="json5"&&y.quoteProps==="preserve"&&!y.singleQuote?'"':y.__isInHtmlAttribute?"'":B(_,y.singleQuote?"'":'"').quote;return T(_,N,!(y.parser==="css"||y.parser==="less"||y.parser==="scss"||y.__embeddedInHtml))}function T(k,y,_){let N=y==='"'?"'":'"',V=/\\(.)|(["'])/gs,W=k.replace(V,(K,ee,Y)=>ee===N?ee:Y===y?"\\"+Y:Y||(_&&/^[^\n\r"'0-7\\bfnrt-vx\u2028\u2029]$/.test(ee)?ee:"\\"+ee));return y+W+y}function P(k){return k.toLowerCase().replace(/^([+-]?[\d.]+e)(?:\+|(-))?0*(\d)/,"$1$2$3").replace(/^([+-]?[\d.]+)e[+-]?0+$/,"$1").replace(/^([+-])?\./,"$10.").replace(/(\.\d+?)0+(?=e|$)/,"$1").replace(/\.(?=e|$)/,"")}function A(k,y){let _=k.match(new RegExp("(".concat(e(y),")+"),"g"));return _===null?0:_.reduce((N,V)=>Math.max(N,V.length/y.length),0)}function j(k,y){let _=k.match(new RegExp("(".concat(e(y),")+"),"g"));if(_===null)return 0;let N=new Map,V=0;for(let W of _){let K=W.length/y.length;N.set(K,!0),K>V&&(V=K)}for(let W=1;W<V;W++)if(!N.get(W))return W;return V+1}function $(k,y){(k.comments||(k.comments=[])).push(y),y.printed=!1,y.nodeDescription=G(k)}function U(k,y){y.leading=!0,y.trailing=!1,$(k,y)}function X(k,y,_){y.leading=!1,y.trailing=!1,_&&(y.marker=_),$(k,y)}function R(k,y){y.leading=!1,y.trailing=!0,$(k,y)}function J(k,y){let{languages:_}=s({plugins:y.plugins}),N=_.find(V=>{let{name:W}=V;return W.toLowerCase()===k})||_.find(V=>{let{aliases:W}=V;return Array.isArray(W)&&W.includes(k)})||_.find(V=>{let{extensions:W}=V;return Array.isArray(W)&&W.includes(".".concat(k))});return N&&N.parsers[0]}function z(k){return k&&k.type==="front-matter"}function M(k){let y=new WeakMap;return function(_){return y.has(_)||y.set(_,Symbol(k)),y.get(_)}}function G(k){let y=k.type||k.kind||"(unknown type)",_=String(k.name||k.id&&(typeof k.id=="object"?k.id.name:k.id)||k.key&&(typeof k.key=="object"?k.key.name:k.key)||k.value&&(typeof k.value=="object"?"":String(k.value))||k.operator||"");return _.length>20&&(_=_.slice(0,19)+"\u2026"),y+(_?" "+_:"")}r.exports={inferParserByLanguage:J,getStringWidth:o,getMaxContinuousCount:A,getMinNotPresentContinuousCount:j,getPenultimate:F,getLast:u,getNextNonSpaceNonCommentCharacterIndexWithStartIndex:g,getNextNonSpaceNonCommentCharacterIndex:m,getNextNonSpaceNonCommentCharacter:E,skip:C,skipWhitespace:c,skipSpaces:a,skipToLineEnd:D,skipEverythingButNewLine:i,skipInlineComment:l,skipTrailingComment:d,skipNewline:h,isNextLineEmptyAfterIndex:f,isNextLineEmpty:v,isPreviousLineEmpty:b,hasNewline:x,hasNewlineInRange:p,hasSpaces:w,getAlignmentSize:q,getIndentSize:L,getPreferredQuote:B,printString:O,printNumber:P,makeString:T,addLeadingComment:U,addDanglingComment:X,addTrailingComment:R,isFrontMatterNode:z,isNonEmptyArray:t,createGroupIdMapper:M}}}),p2=I({"src/language-markdown/constants.evaluate.js"(n,r){r.exports={cjkPattern:"(?:[\\u02ea-\\u02eb\\u1100-\\u11ff\\u2e80-\\u2e99\\u2e9b-\\u2ef3\\u2f00-\\u2fd5\\u2ff0-\\u303f\\u3041-\\u3096\\u3099-\\u309f\\u30a1-\\u30fa\\u30fc-\\u30ff\\u3105-\\u312f\\u3131-\\u318e\\u3190-\\u3191\\u3196-\\u31ba\\u31c0-\\u31e3\\u31f0-\\u321e\\u322a-\\u3247\\u3260-\\u327e\\u328a-\\u32b0\\u32c0-\\u32cb\\u32d0-\\u3370\\u337b-\\u337f\\u33e0-\\u33fe\\u3400-\\u4db5\\u4e00-\\u9fef\\ua960-\\ua97c\\uac00-\\ud7a3\\ud7b0-\\ud7c6\\ud7cb-\\ud7fb\\uf900-\\ufa6d\\ufa70-\\ufad9\\ufe10-\\ufe1f\\ufe30-\\ufe6f\\uff00-\\uffef]|[\\ud840-\\ud868\\ud86a-\\ud86c\\ud86f-\\ud872\\ud874-\\ud879][\\udc00-\\udfff]|\\ud82c[\\udc00-\\udd1e\\udd50-\\udd52\\udd64-\\udd67]|\\ud83c[\\ude00\\ude50-\\ude51]|\\ud869[\\udc00-\\uded6\\udf00-\\udfff]|\\ud86d[\\udc00-\\udf34\\udf40-\\udfff]|\\ud86e[\\udc00-\\udc1d\\udc20-\\udfff]|\\ud873[\\udc00-\\udea1\\udeb0-\\udfff]|\\ud87a[\\udc00-\\udfe0]|\\ud87e[\\udc00-\\ude1d])(?:[\\ufe00-\\ufe0f]|\\udb40[\\udd00-\\uddef])?",kPattern:"[\\u1100-\\u11ff\\u3001-\\u3003\\u3008-\\u3011\\u3013-\\u301f\\u302e-\\u3030\\u3037\\u30fb\\u3131-\\u318e\\u3200-\\u321e\\u3260-\\u327e\\ua960-\\ua97c\\uac00-\\ud7a3\\ud7b0-\\ud7c6\\ud7cb-\\ud7fb\\ufe45-\\ufe46\\uff61-\\uff65\\uffa0-\\uffbe\\uffc2-\\uffc7\\uffca-\\uffcf\\uffd2-\\uffd7\\uffda-\\uffdc]",punctuationPattern:"[\\u0021-\\u002f\\u003a-\\u0040\\u005b-\\u0060\\u007b-\\u007e\\u00a1\\u00a7\\u00ab\\u00b6-\\u00b7\\u00bb\\u00bf\\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\\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]|\\ud800[\\udd00-\\udd02\\udf9f\\udfd0]|\\ud801[\\udd6f]|\\ud802[\\udc57\\udd1f\\udd3f\\ude50-\\ude58\\ude7f\\udef0-\\udef6\\udf39-\\udf3f\\udf99-\\udf9c]|\\ud803[\\udf55-\\udf59]|\\ud804[\\udc47-\\udc4d\\udcbb-\\udcbc\\udcbe-\\udcc1\\udd40-\\udd43\\udd74-\\udd75\\uddc5-\\uddc8\\uddcd\\udddb\\udddd-\\udddf\\ude38-\\ude3d\\udea9]|\\ud805[\\udc4b-\\udc4f\\udc5b\\udc5d\\udcc6\\uddc1-\\uddd7\\ude41-\\ude43\\ude60-\\ude6c\\udf3c-\\udf3e]|\\ud806[\\udc3b\\udde2\\ude3f-\\ude46\\ude9a-\\ude9c\\ude9e-\\udea2]|\\ud807[\\udc41-\\udc45\\udc70-\\udc71\\udef7-\\udef8\\udfff]|\\ud809[\\udc70-\\udc74]|\\ud81a[\\ude6e-\\ude6f\\udef5\\udf37-\\udf3b\\udf44]|\\ud81b[\\ude97-\\ude9a\\udfe2]|\\ud82f[\\udc9f]|\\ud836[\\ude87-\\ude8b]|\\ud83a[\\udd5e-\\udd5f]"}}}),d2=I({"src/language-markdown/utils.js"(n,r){"use strict";S();var{getLast:e}=f2(),{locStart:u,locEnd:s}=Va(),{cjkPattern:t,kPattern:o,punctuationPattern:c}=p2(),a=["liquidNode","inlineCode","emphasis","esComment","strong","delete","wikiLink","link","linkReference","image","imageReference","footnote","footnoteReference","sentence","whitespace","word","break","inlineMath"],D=[...a,"tableCell","paragraph","heading"],i=new RegExp(o),l=new RegExp(c);function d(p,b){let f="non-cjk",v="cj-letter",m="k-letter",E="cjk-punctuation",w=[],q=(b.proseWrap==="preserve"?p:p.replace(new RegExp("(".concat(t,`)
72
+ (`).concat(t,")"),"g"),"$1$2")).split(/([\t\n ]+)/);for(let[B,O]of q.entries()){if(B%2===1){w.push({type:"whitespace",value:/\n/.test(O)?`
73
+ `:" "});continue}if((B===0||B===q.length-1)&&O==="")continue;let T=O.split(new RegExp("(".concat(t,")")));for(let[P,A]of T.entries())if(!((P===0||P===T.length-1)&&A==="")){if(P%2===0){A!==""&&L({type:"word",value:A,kind:f,hasLeadingPunctuation:l.test(A[0]),hasTrailingPunctuation:l.test(e(A))});continue}L(l.test(A)?{type:"word",value:A,kind:E,hasLeadingPunctuation:!0,hasTrailingPunctuation:!0}:{type:"word",value:A,kind:i.test(A)?m:v,hasLeadingPunctuation:!1,hasTrailingPunctuation:!1})}}return w;function L(B){let O=e(w);O&&O.type==="word"&&(O.kind===f&&B.kind===v&&!O.hasTrailingPunctuation||O.kind===v&&B.kind===f&&!B.hasLeadingPunctuation?w.push({type:"whitespace",value:" "}):!T(f,E)&&![O.value,B.value].some(P=>/\u3000/.test(P))&&w.push({type:"whitespace",value:""})),w.push(B);function T(P,A){return O.kind===P&&B.kind===A||O.kind===A&&B.kind===P}}}function h(p,b){let[,f,v,m]=b.slice(p.position.start.offset,p.position.end.offset).match(/^\s*(\d+)(\.|\))(\s*)/);return{numberText:f,marker:v,leadingSpaces:m}}function g(p,b){if(!p.ordered||p.children.length<2)return!1;let f=Number(h(p.children[0],b.originalText).numberText),v=Number(h(p.children[1],b.originalText).numberText);if(f===0&&p.children.length>2){let m=Number(h(p.children[2],b.originalText).numberText);return v===1&&m===1}return v===1}function F(p,b){let{value:f}=p;return p.position.end.offset===b.length&&f.endsWith(`
74
+ `)&&b.endsWith(`
75
+ `)?f.slice(0,-1):f}function C(p,b){return function f(v,m,E){let w=Object.assign({},b(v,m,E));return w.children&&(w.children=w.children.map((q,L)=>f(q,L,[w,...E]))),w}(p,null,[])}function x(p){if(!p||p.type!=="link"||p.children.length!==1)return!1;let b=p.children[0];return b&&u(p)===u(b)&&s(p)===s(b)}r.exports={mapAst:C,splitText:d,punctuationPattern:c,getFencedCodeBlockValue:F,getOrderedListItemInfo:h,hasGitDiffFriendlyOrderedList:g,INLINE_NODE_TYPES:a,INLINE_NODE_WRAPPER_TYPES:D,isAutolink:x}}}),h2=I({"src/language-markdown/unified-plugins/html-to-jsx.js"(n,r){"use strict";S();var e=$a(),{mapAst:u,INLINE_NODE_WRAPPER_TYPES:s}=d2();function t(){return o=>u(o,(c,a,D)=>{let[i]=D;return c.type!=="html"||e.COMMENT_REGEX.test(c.value)||s.includes(i.type)?c:Object.assign(Object.assign({},c),{},{type:"jsx"})})}r.exports=t}}),v2=I({"src/language-markdown/unified-plugins/front-matter.js"(n,r){"use strict";S();var e=Ua();function u(){let s=this.Parser.prototype;s.blockMethods=["frontMatter",...s.blockMethods],s.blockTokenizers.frontMatter=t;function t(o,c){let a=e(c);if(a.frontMatter)return o(a.frontMatter.raw)(a.frontMatter)}t.onlyAtStart=!0}r.exports=u}}),m2=I({"src/language-markdown/unified-plugins/liquid.js"(n,r){"use strict";S();function e(){let u=this.Parser.prototype,s=u.inlineMethods;s.splice(s.indexOf("text"),0,"liquid"),u.inlineTokenizers.liquid=t;function t(o,c){let a=c.match(/^({%.*?%}|{{.*?}})/s);if(a)return o(a[0])({type:"liquidNode",value:a[0]})}t.locator=function(o,c){return o.indexOf("{",c)}}r.exports=e}}),E2=I({"src/language-markdown/unified-plugins/wiki-link.js"(n,r){"use strict";S();function e(){let u="wikiLink",s=/^\[\[(?<linkContents>.+?)]]/s,t=this.Parser.prototype,o=t.inlineMethods;o.splice(o.indexOf("link"),0,u),t.inlineTokenizers.wikiLink=c;function c(a,D){let i=s.exec(D);if(i){let l=i.groups.linkContents.trim();return a(i[0])({type:u,value:l})}}c.locator=function(a,D){return a.indexOf("[",D)}}r.exports=e}}),C2=I({"src/language-markdown/unified-plugins/loose-items.js"(n,r){"use strict";S();function e(){let u=this.Parser.prototype,s=u.blockTokenizers.list;function t(o,c,a){return c.type==="listItem"&&(c.loose=c.spread||o.charAt(o.length-1)===`
76
+ `,c.loose&&(a.loose=!0)),c}u.blockTokenizers.list=function(c,a,D){function i(l){let d=c(l);function h(g,F){return d(t(l,g,F),F)}return h.reset=function(g,F){return d.reset(t(l,g,F),F)},h}return i.now=c.now,s.call(this,i,a,D)}}r.exports=e}});S();var g2=_D(),F2=UD(),A2=HD(),x2=XD(),b2=WD(),{locStart:y2,locEnd:w2}=Va(),_a=$a(),B2=h2(),k2=v2(),q2=m2(),_2=E2(),O2=C2();function Ja(n){let{isMDX:r}=n;return e=>{let u=F2().use(g2,Object.assign({commonmark:!0},r&&{blocks:[_a.BLOCKS_REGEX]})).use(x2).use(k2).use(A2).use(r?_a.esSyntax:Oa).use(q2).use(r?B2:Oa).use(_2).use(O2);return u.runSync(u.parse(e))}}function Oa(n){return n}var Za={astFormat:"mdast",hasPragma:b2.hasPragma,locStart:y2,locEnd:w2},Ia=Object.assign(Object.assign({},Za),{},{parse:Ja({isMDX:!1})}),I2=Object.assign(Object.assign({},Za),{},{parse:Ja({isMDX:!0})});Qa.exports={parsers:{remark:Ia,markdown:Ia,mdx:I2}}});"use strict";return S2();});