You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
NewEduCoderBuild/monaco-editor.p__Classrooms...

7 lines
22 KiB

(window.webpackJsonp=window.webpackJsonp||[]).push([[18],{"49sm":function(N,k){var T={}.toString;N.exports=Array.isArray||function(s){return T.call(s)=="[object Array]"}},H7XF:function(N,k,T){"use strict";k.byteLength=o,k.toByteArray=E,k.fromByteArray=I;for(var s=[],x=[],v=typeof Uint8Array!="undefined"?Uint8Array:Array,B="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",d=0,c=B.length;d<c;++d)s[d]=B[d],x[B.charCodeAt(d)]=d;x["-".charCodeAt(0)]=62,x["_".charCodeAt(0)]=63;function y(f){var l=f.length;if(l%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var m=f.indexOf("=");m===-1&&(m=l);var F=m===l?0:4-m%4;return[m,F]}function o(f){var l=y(f),m=l[0],F=l[1];return(m+F)*3/4-F}function M(f,l,m){return(l+m)*3/4-m}function E(f){var l,m=y(f),F=m[0],S=m[1],A=new v(M(f,F,S)),C=0,P=S>0?F-4:F,_;for(_=0;_<P;_+=4)l=x[f.charCodeAt(_)]<<18|x[f.charCodeAt(_+1)]<<12|x[f.charCodeAt(_+2)]<<6|x[f.charCodeAt(_+3)],A[C++]=l>>16&255,A[C++]=l>>8&255,A[C++]=l&255;return S===2&&(l=x[f.charCodeAt(_)]<<2|x[f.charCodeAt(_+1)]>>4,A[C++]=l&255),S===1&&(l=x[f.charCodeAt(_)]<<10|x[f.charCodeAt(_+1)]<<4|x[f.charCodeAt(_+2)]>>2,A[C++]=l>>8&255,A[C++]=l&255),A}function b(f){return s[f>>18&63]+s[f>>12&63]+s[f>>6&63]+s[f&63]}function Y(f,l,m){for(var F,S=[],A=l;A<m;A+=3)F=(f[A]<<16&16711680)+(f[A+1]<<8&65280)+(f[A+2]&255),S.push(b(F));return S.join("")}function I(f){for(var l,m=f.length,F=m%3,S=[],A=16383,C=0,P=m-F;C<P;C+=A)S.push(Y(f,C,C+A>P?P:C+A));return F===1?(l=f[m-1],S.push(s[l>>2]+s[l<<4&63]+"==")):F===2&&(l=(f[m-2]<<8)+f[m-1],S.push(s[l>>10]+s[l>>4&63]+s[l<<2&63]+"=")),S.join("")}},HDXh:function(N,k,T){"use strict";(function(s){/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <http://feross.org>
* @license MIT
*/var x=T("H7XF"),v=T("kVK+"),B=T("49sm");k.Buffer=o,k.SlowBuffer=S,k.INSPECT_MAX_BYTES=50,o.TYPED_ARRAY_SUPPORT=s.TYPED_ARRAY_SUPPORT!==void 0?s.TYPED_ARRAY_SUPPORT:d(),k.kMaxLength=c();function d(){try{var t=new Uint8Array(1);return t.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},t.foo()===42&&typeof t.subarray=="function"&&t.subarray(1,1).byteLength===0}catch(r){return!1}}function c(){return o.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function y(t,r){if(c()<r)throw new RangeError("Invalid typed array length");return o.TYPED_ARRAY_SUPPORT?(t=new Uint8Array(r),t.__proto__=o.prototype):(t===null&&(t=new o(r)),t.length=r),t}function o(t,r,e){if(!o.TYPED_ARRAY_SUPPORT&&!(this instanceof o))return new o(t,r,e);if(typeof t=="number"){if(typeof r=="string")throw new Error("If encoding is specified then the first argument must be a string");return Y(this,t)}return M(this,t,r,e)}o.poolSize=8192,o._augment=function(t){return t.__proto__=o.prototype,t};function M(t,r,e,n){if(typeof r=="number")throw new TypeError('"value" argument must not be a number');return typeof ArrayBuffer!="undefined"&&r instanceof ArrayBuffer?l(t,r,e,n):typeof r=="string"?I(t,r,e):m(t,r)}o.from=function(t,r,e){return M(null,t,r,e)},o.TYPED_ARRAY_SUPPORT&&(o.prototype.__proto__=Uint8Array.prototype,o.__proto__=Uint8Array,typeof Symbol!="undefined"&&Symbol.species&&o[Symbol.species]===o&&Object.defineProperty(o,Symbol.species,{value:null,configurable:!0}));function E(t){if(typeof t!="number")throw new TypeError('"size" argument must be a number');if(t<0)throw new RangeError('"size" argument must not be negative')}function b(t,r,e,n){return E(r),r<=0?y(t,r):e!==void 0?typeof n=="string"?y(t,r).fill(e,n):y(t,r).fill(e):y(t,r)}o.alloc=function(t,r,e){return b(null,t,r,e)};function Y(t,r){if(E(r),t=y(t,r<0?0:F(r)|0),!o.TYPED_ARRAY_SUPPORT)for(var e=0;e<r;++e)t[e]=0;return t}o.allocUnsafe=function(t){return Y(null,t)},o.allocUnsafeSlow=function(t){return Y(null,t)};function I(t,r,e){if((typeof e!="string"||e==="")&&(e="utf8"),!o.isEncoding(e))throw new TypeError('"encoding" must be a valid string encoding');var n=A(r,e)|0;t=y(t,n);var i=t.write(r,e);return i!==n&&(t=t.slice(0,i)),t}function f(t,r){var e=r.length<0?0:F(r.length)|0;t=y(t,e);for(var n=0;n<e;n+=1)t[n]=r[n]&255;return t}function l(t,r,e,n){if(r.byteLength,e<0||r.byteLength<e)throw new RangeError("'offset' is out of bounds");if(r.byteLength<e+(n||0))throw new RangeError("'length' is out of bounds");return e===void 0&&n===void 0?r=new Uint8Array(r):n===void 0?r=new Uint8Array(r,e):r=new Uint8Array(r,e,n),o.TYPED_ARRAY_SUPPORT?(t=r,t.__proto__=o.prototype):t=f(t,r),t}function m(t,r){if(o.isBuffer(r)){var e=F(r.length)|0;return t=y(t,e),t.length===0||r.copy(t,0,0,e),t}if(r){if(typeof ArrayBuffer!="undefined"&&r.buffer instanceof ArrayBuffer||"length"in r)return typeof r.length!="number"||yr(r.length)?y(t,0):f(t,r);if(r.type==="Buffer"&&B(r.data))return f(t,r.data)}throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}function F(t){if(t>=c())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+c().toString(16)+" bytes");return t|0}function S(t){return+t!=t&&(t=0),o.alloc(+t)}o.isBuffer=function(r){return!!(r!=null&&r._isBuffer)},o.compare=function(r,e){if(!o.isBuffer(r)||!o.isBuffer(e))throw new TypeError("Arguments must be Buffers");if(r===e)return 0;for(var n=r.length,i=e.length,a=0,u=Math.min(n,i);a<u;++a)if(r[a]!==e[a]){n=r[a],i=e[a];break}return n<i?-1:i<n?1:0},o.isEncoding=function(r){switch(String(r).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}},o.concat=function(r,e){if(!B(r))throw new TypeError('"list" argument must be an Array of Buffers');if(r.length===0)return o.alloc(0);var n;if(e===void 0)for(e=0,n=0;n<r.length;++n)e+=r[n].length;var i=o.allocUnsafe(e),a=0;for(n=0;n<r.length;++n){var u=r[n];if(!o.isBuffer(u))throw new TypeError('"list" argument must be an Array of Buffers');u.copy(i,a),a+=u.length}return i};function A(t,r){if(o.isBuffer(t))return t.length;if(typeof ArrayBuffer!="undefined"&&typeof ArrayBuffer.isView=="function"&&(ArrayBuffer.isView(t)||t instanceof ArrayBuffer))return t.byteLength;typeof t!="string"&&(t=""+t);var e=t.length;if(e===0)return 0;for(var n=!1;;)switch(r){case"ascii":case"latin1":case"binary":return e;case"utf8":case"utf-8":case void 0:return j(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return e*2;case"hex":return e>>>1;case"base64":return Z(t).length;default:if(n)return j(t).length;r=(""+r).toLowerCase(),n=!0}}o.byteLength=A;function C(t,r,e){var n=!1;if((r===void 0||r<0)&&(r=0),r>this.length)return"";if((e===void 0||e>this.length)&&(e=this.length),e<=0)return"";if(e>>>=0,r>>>=0,e<=r)return"";for(t||(t="utf8");;)switch(t){case"hex":return sr(this,r,e);case"utf8":case"utf-8":return X(this,r,e);case"ascii":return ur(this,r,e);case"latin1":case"binary":return fr(this,r,e);case"base64":return or(this,r,e);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return hr(this,r,e);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}o.prototype._isBuffer=!0;function P(t,r,e){var n=t[r];t[r]=t[e],t[e]=n}o.prototype.swap16=function(){var r=this.length;if(r%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var e=0;e<r;e+=2)P(this,e,e+1);return this},o.prototype.swap32=function(){var r=this.length;if(r%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var e=0;e<r;e+=4)P(this,e,e+3),P(this,e+1,e+2);return this},o.prototype.swap64=function(){var r=this.length;if(r%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var e=0;e<r;e+=8)P(this,e,e+7),P(this,e+1,e+6),P(this,e+2,e+5),P(this,e+3,e+4);return this},o.prototype.toString=function(){var r=this.length|0;return r===0?"":arguments.length===0?X(this,0,r):C.apply(this,arguments)},o.prototype.equals=function(r){if(!o.isBuffer(r))throw new TypeError("Argument must be a Buffer");return this===r?!0:o.compare(this,r)===0},o.prototype.inspect=function(){var r="",e=k.INSPECT_MAX_BYTES;return this.length>0&&(r=this.toString("hex",0,e).match(/.{2}/g).join(" "),this.length>e&&(r+=" ... ")),"<Buffer "+r+">"},o.prototype.compare=function(r,e,n,i,a){if(!o.isBuffer(r))throw new TypeError("Argument must be a Buffer");if(e===void 0&&(e=0),n===void 0&&(n=r?r.length:0),i===void 0&&(i=0),a===void 0&&(a=this.length),e<0||n>r.length||i<0||a>this.length)throw new RangeError("out of range index");if(i>=a&&e>=n)return 0;if(i>=a)return-1;if(e>=n)return 1;if(e>>>=0,n>>>=0,i>>>=0,a>>>=0,this===r)return 0;for(var u=a-i,h=n-e,p=Math.min(u,h),w=this.slice(i,a),U=r.slice(e,n),g=0;g<p;++g)if(w[g]!==U[g]){u=w[g],h=U[g];break}return u<h?-1:h<u?1:0};function _(t,r,e,n,i){if(t.length===0)return-1;if(typeof e=="string"?(n=e,e=0):e>2147483647?e=2147483647:e<-2147483648&&(e=-2147483648),e=+e,isNaN(e)&&(e=i?0:t.length-1),e<0&&(e=t.length+e),e>=t.length){if(i)return-1;e=t.length-1}else if(e<0)if(i)e=0;else return-1;if(typeof r=="string"&&(r=o.from(r,n)),o.isBuffer(r))return r.length===0?-1:H(t,r,e,n,i);if(typeof r=="number")return r=r&255,o.TYPED_ARRAY_SUPPORT&&typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(t,r,e):Uint8Array.prototype.lastIndexOf.call(t,r,e):H(t,[r],e,n,i);throw new TypeError("val must be string, number or Buffer")}function H(t,r,e,n,i){var a=1,u=t.length,h=r.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(t.length<2||r.length<2)return-1;a=2,u/=2,h/=2,e/=2}function p(Q,$){return a===1?Q[$]:Q.readUInt16BE($*a)}var w;if(i){var U=-1;for(w=e;w<u;w++)if(p(t,w)===p(r,U===-1?0:w-U)){if(U===-1&&(U=w),w-U+1===h)return U*a}else U!==-1&&(w-=w-U),U=-1}else for(e+h>u&&(e=u-h),w=e;w>=0;w--){for(var g=!0,z=0;z<h;z++)if(p(t,w+z)!==p(r,z)){g=!1;break}if(g)return w}return-1}o.prototype.includes=function(r,e,n){return this.indexOf(r,e,n)!==-1},o.prototype.indexOf=function(r,e,n){return _(this,r,e,n,!0)},o.prototype.lastIndexOf=function(r,e,n){return _(this,r,e,n,!1)};function rr(t,r,e,n){e=Number(e)||0;var i=t.length-e;n?(n=Number(n),n>i&&(n=i)):n=i;var a=r.length;if(a%2!==0)throw new TypeError("Invalid hex string");n>a/2&&(n=a/2);for(var u=0;u<n;++u){var h=parseInt(r.substr(u*2,2),16);if(isNaN(h))return u;t[e+u]=h}return u}function er(t,r,e,n){return W(j(r,t.length-e),t,e,n)}function V(t,r,e,n){return W(xr(r),t,e,n)}function tr(t,r,e,n){return V(t,r,e,n)}function nr(t,r,e,n){return W(Z(r),t,e,n)}function ir(t,r,e,n){return W(dr(r,t.length-e),t,e,n)}o.prototype.write=function(r,e,n,i){if(e===void 0)i="utf8",n=this.length,e=0;else if(n===void 0&&typeof e=="string")i=e,n=this.length,e=0;else if(isFinite(e))e=e|0,isFinite(n)?(n=n|0,i===void 0&&(i="utf8")):(i=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var a=this.length-e;if((n===void 0||n>a)&&(n=a),r.length>0&&(n<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var u=!1;;)switch(i){case"hex":return rr(this,r,e,n);case"utf8":case"utf-8":return er(this,r,e,n);case"ascii":return V(this,r,e,n);case"latin1":case"binary":return tr(this,r,e,n);case"base64":return nr(this,r,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ir(this,r,e,n);default:if(u)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),u=!0}},o.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function or(t,r,e){return r===0&&e===t.length?x.fromByteArray(t):x.fromByteArray(t.slice(r,e))}function X(t,r,e){e=Math.min(t.length,e);for(var n=[],i=r;i<e;){var a=t[i],u=null,h=a>239?4:a>223?3:a>191?2:1;if(i+h<=e){var p,w,U,g;switch(h){case 1:a<128&&(u=a);break;case 2:p=t[i+1],(p&192)===128&&(g=(a&31)<<6|p&63,g>127&&(u=g));break;case 3:p=t[i+1],w=t[i+2],(p&192)===128&&(w&192)===128&&(g=(a&15)<<12|(p&63)<<6|w&63,g>2047&&(g<55296||g>57343)&&(u=g));break;case 4:p=t[i+1],w=t[i+2],U=t[i+3],(p&192)===128&&(w&192)===128&&(U&192)===128&&(g=(a&15)<<18|(p&63)<<12|(w&63)<<6|U&63,g>65535&&g<1114112&&(u=g))}}u===null?(u=65533,h=1):u>65535&&(u-=65536,n.push(u>>>10&1023|55296),u=56320|u&1023),n.push(u),i+=h}return ar(n)}var J=4096;function ar(t){var r=t.length;if(r<=J)return String.fromCharCode.apply(String,t);for(var e="",n=0;n<r;)e+=String.fromCharCode.apply(String,t.slice(n,n+=J));return e}function ur(t,r,e){var n="";e=Math.min(t.length,e);for(var i=r;i<e;++i)n+=String.fromCharCode(t[i]&127);return n}function fr(t,r,e){var n="";e=Math.min(t.length,e);for(var i=r;i<e;++i)n+=String.fromCharCode(t[i]);return n}function sr(t,r,e){var n=t.length;(!r||r<0)&&(r=0),(!e||e<0||e>n)&&(e=n);for(var i="",a=r;a<e;++a)i+=wr(t[a]);return i}function hr(t,r,e){for(var n=t.slice(r,e),i="",a=0;a<n.length;a+=2)i+=String.fromCharCode(n[a]+n[a+1]*256);return i}o.prototype.slice=function(r,e){var n=this.length;r=~~r,e=e===void 0?n:~~e,r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),e<r&&(e=r);var i;if(o.TYPED_ARRAY_SUPPORT)i=this.subarray(r,e),i.__proto__=o.prototype;else{var a=e-r;i=new o(a,void 0);for(var u=0;u<a;++u)i[u]=this[u+r]}return i};function R(t,r,e){if(t%1!==0||t<0)throw new RangeError("offset is not uint");if(t+r>e)throw new RangeError("Trying to access beyond buffer length")}o.prototype.readUIntLE=function(r,e,n){r=r|0,e=e|0,n||R(r,e,this.length);for(var i=this[r],a=1,u=0;++u<e&&(a*=256);)i+=this[r+u]*a;return i},o.prototype.readUIntBE=function(r,e,n){r=r|0,e=e|0,n||R(r,e,this.length);for(var i=this[r+--e],a=1;e>0&&(a*=256);)i+=this[r+--e]*a;return i},o.prototype.readUInt8=function(r,e){return e||R(r,1,this.length),this[r]},o.prototype.readUInt16LE=function(r,e){return e||R(r,2,this.length),this[r]|this[r+1]<<8},o.prototype.readUInt16BE=function(r,e){return e||R(r,2,this.length),this[r]<<8|this[r+1]},o.prototype.readUInt32LE=function(r,e){return e||R(r,4,this.length),(this[r]|this[r+1]<<8|this[r+2]<<16)+this[r+3]*16777216},o.prototype.readUInt32BE=function(r,e){return e||R(r,4,this.length),this[r]*16777216+(this[r+1]<<16|this[r+2]<<8|this[r+3])},o.prototype.readIntLE=function(r,e,n){r=r|0,e=e|0,n||R(r,e,this.length);for(var i=this[r],a=1,u=0;++u<e&&(a*=256);)i+=this[r+u]*a;return a*=128,i>=a&&(i-=Math.pow(2,8*e)),i},o.prototype.readIntBE=function(r,e,n){r=r|0,e=e|0,n||R(r,e,this.length);for(var i=e,a=1,u=this[r+--i];i>0&&(a*=256);)u+=this[r+--i]*a;return a*=128,u>=a&&(u-=Math.pow(2,8*e)),u},o.prototype.readInt8=function(r,e){return e||R(r,1,this.length),this[r]&128?(255-this[r]+1)*-1:this[r]},o.prototype.readInt16LE=function(r,e){e||R(r,2,this.length);var n=this[r]|this[r+1]<<8;return n&32768?n|4294901760:n},o.prototype.readInt16BE=function(r,e){e||R(r,2,this.length);var n=this[r+1]|this[r]<<8;return n&32768?n|4294901760:n},o.prototype.readInt32LE=function(r,e){return e||R(r,4,this.length),this[r]|this[r+1]<<8|this[r+2]<<16|this[r+3]<<24},o.prototype.readInt32BE=function(r,e){return e||R(r,4,this.length),this[r]<<24|this[r+1]<<16|this[r+2]<<8|this[r+3]},o.prototype.readFloatLE=function(r,e){return e||R(r,4,this.length),v.read(this,r,!0,23,4)},o.prototype.readFloatBE=function(r,e){return e||R(r,4,this.length),v.read(this,r,!1,23,4)},o.prototype.readDoubleLE=function(r,e){return e||R(r,8,this.length),v.read(this,r,!0,52,8)},o.prototype.readDoubleBE=function(r,e){return e||R(r,8,this.length),v.read(this,r,!1,52,8)};function D(t,r,e,n,i,a){if(!o.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(r>i||r<a)throw new RangeError('"value" argument is out of bounds');if(e+n>t.length)throw new RangeError("Index out of range")}o.prototype.writeUIntLE=function(r,e,n,i){if(r=+r,e=e|0,n=n|0,!i){var a=Math.pow(2,8*n)-1;D(this,r,e,n,a,0)}var u=1,h=0;for(this[e]=r&255;++h<n&&(u*=256);)this[e+h]=r/u&255;return e+n},o.prototype.writeUIntBE=function(r,e,n,i){if(r=+r,e=e|0,n=n|0,!i){var a=Math.pow(2,8*n)-1;D(this,r,e,n,a,0)}var u=n-1,h=1;for(this[e+u]=r&255;--u>=0&&(h*=256);)this[e+u]=r/h&255;return e+n},o.prototype.writeUInt8=function(r,e,n){return r=+r,e=e|0,n||D(this,r,e,1,255,0),o.TYPED_ARRAY_SUPPORT||(r=Math.floor(r)),this[e]=r&255,e+1};function L(t,r,e,n){r<0&&(r=65535+r+1);for(var i=0,a=Math.min(t.length-e,2);i<a;++i)t[e+i]=(r&255<<8*(n?i:1-i))>>>(n?i:1-i)*8}o.prototype.writeUInt16LE=function(r,e,n){return r=+r,e=e|0,n||D(this,r,e,2,65535,0),o.TYPED_ARRAY_SUPPORT?(this[e]=r&255,this[e+1]=r>>>8):L(this,r,e,!0),e+2},o.prototype.writeUInt16BE=function(r,e,n){return r=+r,e=e|0,n||D(this,r,e,2,65535,0),o.TYPED_ARRAY_SUPPORT?(this[e]=r>>>8,this[e+1]=r&255):L(this,r,e,!1),e+2};function O(t,r,e,n){r<0&&(r=4294967295+r+1);for(var i=0,a=Math.min(t.length-e,4);i<a;++i)t[e+i]=r>>>(n?i:3-i)*8&255}o.prototype.writeUInt32LE=function(r,e,n){return r=+r,e=e|0,n||D(this,r,e,4,4294967295,0),o.TYPED_ARRAY_SUPPORT?(this[e+3]=r>>>24,this[e+2]=r>>>16,this[e+1]=r>>>8,this[e]=r&255):O(this,r,e,!0),e+4},o.prototype.writeUInt32BE=function(r,e,n){return r=+r,e=e|0,n||D(this,r,e,4,4294967295,0),o.TYPED_ARRAY_SUPPORT?(this[e]=r>>>24,this[e+1]=r>>>16,this[e+2]=r>>>8,this[e+3]=r&255):O(this,r,e,!1),e+4},o.prototype.writeIntLE=function(r,e,n,i){if(r=+r,e=e|0,!i){var a=Math.pow(2,8*n-1);D(this,r,e,n,a-1,-a)}var u=0,h=1,p=0;for(this[e]=r&255;++u<n&&(h*=256);)r<0&&p===0&&this[e+u-1]!==0&&(p=1),this[e+u]=(r/h>>0)-p&255;return e+n},o.prototype.writeIntBE=function(r,e,n,i){if(r=+r,e=e|0,!i){var a=Math.pow(2,8*n-1);D(this,r,e,n,a-1,-a)}var u=n-1,h=1,p=0;for(this[e+u]=r&255;--u>=0&&(h*=256);)r<0&&p===0&&this[e+u+1]!==0&&(p=1),this[e+u]=(r/h>>0)-p&255;return e+n},o.prototype.writeInt8=function(r,e,n){return r=+r,e=e|0,n||D(this,r,e,1,127,-128),o.TYPED_ARRAY_SUPPORT||(r=Math.floor(r)),r<0&&(r=255+r+1),this[e]=r&255,e+1},o.prototype.writeInt16LE=function(r,e,n){return r=+r,e=e|0,n||D(this,r,e,2,32767,-32768),o.TYPED_ARRAY_SUPPORT?(this[e]=r&255,this[e+1]=r>>>8):L(this,r,e,!0),e+2},o.prototype.writeInt16BE=function(r,e,n){return r=+r,e=e|0,n||D(this,r,e,2,32767,-32768),o.TYPED_ARRAY_SUPPORT?(this[e]=r>>>8,this[e+1]=r&255):L(this,r,e,!1),e+2},o.prototype.writeInt32LE=function(r,e,n){return r=+r,e=e|0,n||D(this,r,e,4,2147483647,-2147483648),o.TYPED_ARRAY_SUPPORT?(this[e]=r&255,this[e+1]=r>>>8,this[e+2]=r>>>16,this[e+3]=r>>>24):O(this,r,e,!0),e+4},o.prototype.writeInt32BE=function(r,e,n){return r=+r,e=e|0,n||D(this,r,e,4,2147483647,-2147483648),r<0&&(r=4294967295+r+1),o.TYPED_ARRAY_SUPPORT?(this[e]=r>>>24,this[e+1]=r>>>16,this[e+2]=r>>>8,this[e+3]=r&255):O(this,r,e,!1),e+4};function K(t,r,e,n,i,a){if(e+n>t.length)throw new RangeError("Index out of range");if(e<0)throw new RangeError("Index out of range")}function q(t,r,e,n,i){return i||K(t,r,e,4,34028234663852886e22,-34028234663852886e22),v.write(t,r,e,n,23,4),e+4}o.prototype.writeFloatLE=function(r,e,n){return q(this,r,e,!0,n)},o.prototype.writeFloatBE=function(r,e,n){return q(this,r,e,!1,n)};function G(t,r,e,n,i){return i||K(t,r,e,8,17976931348623157e292,-17976931348623157e292),v.write(t,r,e,n,52,8),e+8}o.prototype.writeDoubleLE=function(r,e,n){return G(this,r,e,!0,n)},o.prototype.writeDoubleBE=function(r,e,n){return G(this,r,e,!1,n)},o.prototype.copy=function(r,e,n,i){if(n||(n=0),!i&&i!==0&&(i=this.length),e>=r.length&&(e=r.length),e||(e=0),i>0&&i<n&&(i=n),i===n)return 0;if(r.length===0||this.length===0)return 0;if(e<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("sourceStart out of bounds");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),r.length-e<i-n&&(i=r.length-e+n);var a=i-n,u;if(this===r&&n<e&&e<i)for(u=a-1;u>=0;--u)r[u+e]=this[u+n];else if(a<1e3||!o.TYPED_ARRAY_SUPPORT)for(u=0;u<a;++u)r[u+e]=this[u+n];else Uint8Array.prototype.set.call(r,this.subarray(n,n+a),e);return a},o.prototype.fill=function(r,e,n,i){if(typeof r=="string"){if(typeof e=="string"?(i=e,e=0,n=this.length):typeof n=="string"&&(i=n,n=this.length),r.length===1){var a=r.charCodeAt(0);a<256&&(r=a)}if(i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!o.isEncoding(i))throw new TypeError("Unknown encoding: "+i)}else typeof r=="number"&&(r=r&255);if(e<0||this.length<e||this.length<n)throw new RangeError("Out of range index");if(n<=e)return this;e=e>>>0,n=n===void 0?this.length:n>>>0,r||(r=0);var u;if(typeof r=="number")for(u=e;u<n;++u)this[u]=r;else{var h=o.isBuffer(r)?r:j(new o(r,i).toString()),p=h.length;for(u=0;u<n-e;++u)this[u+e]=h[u%p]}return this};var lr=/[^+\/0-9A-Za-z-_]/g;function cr(t){if(t=pr(t).replace(lr,""),t.length<2)return"";for(;t.length%4!==0;)t=t+"=";return t}function pr(t){return t.trim?t.trim():t.replace(/^\s+|\s+$/g,"")}function wr(t){return t<16?"0"+t.toString(16):t.toString(16)}function j(t,r){r=r||Infinity;for(var e,n=t.length,i=null,a=[],u=0;u<n;++u){if(e=t.charCodeAt(u),e>55295&&e<57344){if(!i){if(e>56319){(r-=3)>-1&&a.push(239,191,189);continue}else if(u+1===n){(r-=3)>-1&&a.push(239,191,189);continue}i=e;continue}if(e<56320){(r-=3)>-1&&a.push(239,191,189),i=e;continue}e=(i-55296<<10|e-56320)+65536}else i&&((r-=3)>-1&&a.push(239,191,189));if(i=null,e<128){if((r-=1)<0)break;a.push(e)}else if(e<2048){if((r-=2)<0)break;a.push(e>>6|192,e&63|128)}else if(e<65536){if((r-=3)<0)break;a.push(e>>12|224,e>>6&63|128,e&63|128)}else if(e<1114112){if((r-=4)<0)break;a.push(e>>18|240,e>>12&63|128,e>>6&63|128,e&63|128)}else throw new Error("Invalid code point")}return a}function xr(t){for(var r=[],e=0;e<t.length;++e)r.push(t.charCodeAt(e)&255);return r}function dr(t,r){for(var e,n,i,a=[],u=0;u<t.length&&!((r-=2)<0);++u)e=t.charCodeAt(u),n=e>>8,i=e%256,a.push(i),a.push(n);return a}function Z(t){return x.toByteArray(cr(t))}function W(t,r,e,n){for(var i=0;i<n&&!(i+e>=r.length||i>=t.length);++i)r[i+e]=t[i];return i}function yr(t){return t!==t}}).call(this,T("IyRk"))},"kVK+":function(N,k){/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */k.read=function(T,s,x,v,B){var d,c,y=B*8-v-1,o=(1<<y)-1,M=o>>1,E=-7,b=x?B-1:0,Y=x?-1:1,I=T[s+b];for(b+=Y,d=I&(1<<-E)-1,I>>=-E,E+=y;E>0;d=d*256+T[s+b],b+=Y,E-=8);for(c=d&(1<<-E)-1,d>>=-E,E+=v;E>0;c=c*256+T[s+b],b+=Y,E-=8);if(d===0)d=1-M;else{if(d===o)return c?NaN:(I?-1:1)*Infinity;c=c+Math.pow(2,v),d=d-M}return(I?-1:1)*c*Math.pow(2,d-v)},k.write=function(T,s,x,v,B,d){var c,y,o,M=d*8-B-1,E=(1<<M)-1,b=E>>1,Y=B===23?Math.pow(2,-24)-Math.pow(2,-77):0,I=v?0:d-1,f=v?1:-1,l=s<0||s===0&&1/s<0?1:0;for(s=Math.abs(s),isNaN(s)||s===Infinity?(y=isNaN(s)?1:0,c=E):(c=Math.floor(Math.log(s)/Math.LN2),s*(o=Math.pow(2,-c))<1&&(c--,o*=2),c+b>=1?s+=Y/o:s+=Y*Math.pow(2,1-b),s*o>=2&&(c++,o/=2),c+b>=E?(y=0,c=E):c+b>=1?(y=(s*o-1)*Math.pow(2,B),c=c+b):(y=s*Math.pow(2,b-1)*Math.pow(2,B),c=0));B>=8;T[x+I]=y&255,I+=f,y/=256,B-=8);for(c=c<<B|y,M+=B;M>0;T[x+I]=c&255,I+=f,c/=256,M-=8);T[x+I-f]|=l*128}}}]);