next
Version:
The React Framework
1 lines • 592 kB
JavaScript
(()=>{"use strict";var e={43:(e,p,a)=>{var d=a(299);e.exports.O=convert;function convert(e,p,a){a=checkEncoding(a||"UTF-8");p=checkEncoding(p||"UTF-8");e=e||"";var d;if(a!=="UTF-8"&&typeof e==="string"){e=Buffer.from(e,"binary")}if(a===p){if(typeof e==="string"){d=Buffer.from(e)}else{d=e}}else{try{d=convertIconvLite(e,p,a)}catch(p){console.error(p);d=e}}if(typeof d==="string"){d=Buffer.from(d,"utf-8")}return d}function convertIconvLite(e,p,a){if(p==="UTF-8"){return d.decode(e,a)}else if(a==="UTF-8"){return d.encode(e,p)}else{return d.encode(d.decode(e,a),p)}}function checkEncoding(e){return(e||"").toString().trim().replace(/^latin[\-_]?(\d+)$/i,"ISO-8859-$1").replace(/^win(?:dows)?[\-_]?(\d+)$/i,"WINDOWS-$1").replace(/^utf[\-_]?(\d+)$/i,"UTF-$1").replace(/^ks_c_5601\-1987$/i,"CP949").replace(/^us[\-_]?ascii$/i,"ASCII").toUpperCase()}},842:(e,p,a)=>{var d=a(889).Buffer;p._dbcs=DBCSCodec;var i=-1,m=-2,l=-10,t=-1e3,s=new Array(256),r=-1;for(var o=0;o<256;o++)s[o]=i;function DBCSCodec(e,p){this.encodingName=e.encodingName;if(!e)throw new Error("DBCS codec is called without the data.");if(!e.table)throw new Error("Encoding '"+this.encodingName+"' has no data.");var a=e.table();this.decodeTables=[];this.decodeTables[0]=s.slice(0);this.decodeTableSeq=[];for(var d=0;d<a.length;d++)this._addDecodeChunk(a[d]);if(typeof e.gb18030==="function"){this.gb18030=e.gb18030();var l=this.decodeTables.length;this.decodeTables.push(s.slice(0));var r=this.decodeTables.length;this.decodeTables.push(s.slice(0));var o=this.decodeTables[0];for(var d=129;d<=254;d++){var n=this.decodeTables[t-o[d]];for(var c=48;c<=57;c++){if(n[c]===i){n[c]=t-l}else if(n[c]>t){throw new Error("gb18030 decode tables conflict at byte 2")}var u=this.decodeTables[t-n[c]];for(var v=129;v<=254;v++){if(u[v]===i){u[v]=t-r}else if(u[v]===t-r){continue}else if(u[v]>t){throw new Error("gb18030 decode tables conflict at byte 3")}var f=this.decodeTables[t-u[v]];for(var h=48;h<=57;h++){if(f[h]===i)f[h]=m}}}}}this.defaultCharUnicode=p.defaultCharUnicode;this.encodeTable=[];this.encodeTableSeq=[];var w={};if(e.encodeSkipVals)for(var d=0;d<e.encodeSkipVals.length;d++){var b=e.encodeSkipVals[d];if(typeof b==="number")w[b]=true;else for(var c=b.from;c<=b.to;c++)w[c]=true}this._fillEncodeTable(0,0,w);if(e.encodeAdd){for(var _ in e.encodeAdd)if(Object.prototype.hasOwnProperty.call(e.encodeAdd,_))this._setEncodeChar(_.charCodeAt(0),e.encodeAdd[_])}this.defCharSB=this.encodeTable[0][p.defaultCharSingleByte.charCodeAt(0)];if(this.defCharSB===i)this.defCharSB=this.encodeTable[0]["?"];if(this.defCharSB===i)this.defCharSB="?".charCodeAt(0)}DBCSCodec.prototype.encoder=DBCSEncoder;DBCSCodec.prototype.decoder=DBCSDecoder;DBCSCodec.prototype._getDecodeTrieNode=function(e){var p=[];for(;e>0;e>>>=8)p.push(e&255);if(p.length==0)p.push(0);var a=this.decodeTables[0];for(var d=p.length-1;d>0;d--){var m=a[p[d]];if(m==i){a[p[d]]=t-this.decodeTables.length;this.decodeTables.push(a=s.slice(0))}else if(m<=t){a=this.decodeTables[t-m]}else throw new Error("Overwrite byte in "+this.encodingName+", addr: "+e.toString(16))}return a};DBCSCodec.prototype._addDecodeChunk=function(e){var p=parseInt(e[0],16);var a=this._getDecodeTrieNode(p);p=p&255;for(var d=1;d<e.length;d++){var i=e[d];if(typeof i==="string"){for(var m=0;m<i.length;){var t=i.charCodeAt(m++);if(55296<=t&&t<56320){var s=i.charCodeAt(m++);if(56320<=s&&s<57344)a[p++]=65536+(t-55296)*1024+(s-56320);else throw new Error("Incorrect surrogate pair in "+this.encodingName+" at chunk "+e[0])}else if(4080<t&&t<=4095){var r=4095-t+2;var o=[];for(var n=0;n<r;n++)o.push(i.charCodeAt(m++));a[p++]=l-this.decodeTableSeq.length;this.decodeTableSeq.push(o)}else a[p++]=t}}else if(typeof i==="number"){var c=a[p-1]+1;for(var m=0;m<i;m++)a[p++]=c++}else throw new Error("Incorrect type '"+typeof i+"' given in "+this.encodingName+" at chunk "+e[0])}if(p>255)throw new Error("Incorrect chunk in "+this.encodingName+" at addr "+e[0]+": too long"+p)};DBCSCodec.prototype._getEncodeBucket=function(e){var p=e>>8;if(this.encodeTable[p]===undefined)this.encodeTable[p]=s.slice(0);return this.encodeTable[p]};DBCSCodec.prototype._setEncodeChar=function(e,p){var a=this._getEncodeBucket(e);var d=e&255;if(a[d]<=l)this.encodeTableSeq[l-a[d]][r]=p;else if(a[d]==i)a[d]=p};DBCSCodec.prototype._setEncodeSequence=function(e,p){var a=e[0];var d=this._getEncodeBucket(a);var m=a&255;var t;if(d[m]<=l){t=this.encodeTableSeq[l-d[m]]}else{t={};if(d[m]!==i)t[r]=d[m];d[m]=l-this.encodeTableSeq.length;this.encodeTableSeq.push(t)}for(var s=1;s<e.length-1;s++){var o=t[a];if(typeof o==="object")t=o;else{t=t[a]={};if(o!==undefined)t[r]=o}}a=e[e.length-1];t[a]=p};DBCSCodec.prototype._fillEncodeTable=function(e,p,a){var d=this.decodeTables[e];var i=false;var m={};for(var s=0;s<256;s++){var r=d[s];var o=p+s;if(a[o])continue;if(r>=0){this._setEncodeChar(r,o);i=true}else if(r<=t){var n=t-r;if(!m[n]){var c=o<<8>>>0;if(this._fillEncodeTable(n,c,a))i=true;else m[n]=true}}else if(r<=l){this._setEncodeSequence(this.decodeTableSeq[l-r],o);i=true}}return i};function DBCSEncoder(e,p){this.leadSurrogate=-1;this.seqObj=undefined;this.encodeTable=p.encodeTable;this.encodeTableSeq=p.encodeTableSeq;this.defaultCharSingleByte=p.defCharSB;this.gb18030=p.gb18030}DBCSEncoder.prototype.write=function(e){var p=d.alloc(e.length*(this.gb18030?4:3)),a=this.leadSurrogate,m=this.seqObj,t=-1,s=0,o=0;while(true){if(t===-1){if(s==e.length)break;var n=e.charCodeAt(s++)}else{var n=t;t=-1}if(55296<=n&&n<57344){if(n<56320){if(a===-1){a=n;continue}else{a=n;n=i}}else{if(a!==-1){n=65536+(a-55296)*1024+(n-56320);a=-1}else{n=i}}}else if(a!==-1){t=n;n=i;a=-1}var c=i;if(m!==undefined&&n!=i){var u=m[n];if(typeof u==="object"){m=u;continue}else if(typeof u=="number"){c=u}else if(u==undefined){u=m[r];if(u!==undefined){c=u;t=n}else{}}m=undefined}else if(n>=0){var v=this.encodeTable[n>>8];if(v!==undefined)c=v[n&255];if(c<=l){m=this.encodeTableSeq[l-c];continue}if(c==i&&this.gb18030){var f=findIdx(this.gb18030.uChars,n);if(f!=-1){var c=this.gb18030.gbChars[f]+(n-this.gb18030.uChars[f]);p[o++]=129+Math.floor(c/12600);c=c%12600;p[o++]=48+Math.floor(c/1260);c=c%1260;p[o++]=129+Math.floor(c/10);c=c%10;p[o++]=48+c;continue}}}if(c===i)c=this.defaultCharSingleByte;if(c<256){p[o++]=c}else if(c<65536){p[o++]=c>>8;p[o++]=c&255}else if(c<16777216){p[o++]=c>>16;p[o++]=c>>8&255;p[o++]=c&255}else{p[o++]=c>>>24;p[o++]=c>>>16&255;p[o++]=c>>>8&255;p[o++]=c&255}}this.seqObj=m;this.leadSurrogate=a;return p.slice(0,o)};DBCSEncoder.prototype.end=function(){if(this.leadSurrogate===-1&&this.seqObj===undefined)return;var e=d.alloc(10),p=0;if(this.seqObj){var a=this.seqObj[r];if(a!==undefined){if(a<256){e[p++]=a}else{e[p++]=a>>8;e[p++]=a&255}}else{}this.seqObj=undefined}if(this.leadSurrogate!==-1){e[p++]=this.defaultCharSingleByte;this.leadSurrogate=-1}return e.slice(0,p)};DBCSEncoder.prototype.findIdx=findIdx;function DBCSDecoder(e,p){this.nodeIdx=0;this.prevBytes=[];this.decodeTables=p.decodeTables;this.decodeTableSeq=p.decodeTableSeq;this.defaultCharUnicode=p.defaultCharUnicode;this.gb18030=p.gb18030}DBCSDecoder.prototype.write=function(e){var p=d.alloc(e.length*2),a=this.nodeIdx,s=this.prevBytes,r=this.prevBytes.length,o=-this.prevBytes.length,n;for(var c=0,u=0;c<e.length;c++){var v=c>=0?e[c]:s[c+r];var n=this.decodeTables[a][v];if(n>=0){}else if(n===i){n=this.defaultCharUnicode.charCodeAt(0);c=o}else if(n===m){if(c>=3){var f=(e[c-3]-129)*12600+(e[c-2]-48)*1260+(e[c-1]-129)*10+(v-48)}else{var f=(s[c-3+r]-129)*12600+((c-2>=0?e[c-2]:s[c-2+r])-48)*1260+((c-1>=0?e[c-1]:s[c-1+r])-129)*10+(v-48)}var h=findIdx(this.gb18030.gbChars,f);n=this.gb18030.uChars[h]+f-this.gb18030.gbChars[h]}else if(n<=t){a=t-n;continue}else if(n<=l){var w=this.decodeTableSeq[l-n];for(var b=0;b<w.length-1;b++){n=w[b];p[u++]=n&255;p[u++]=n>>8}n=w[w.length-1]}else throw new Error("iconv-lite internal error: invalid decoding table value "+n+" at "+a+"/"+v);if(n>=65536){n-=65536;var _=55296|n>>10;p[u++]=_&255;p[u++]=_>>8;n=56320|n&1023}p[u++]=n&255;p[u++]=n>>8;a=0;o=c+1}this.nodeIdx=a;this.prevBytes=o>=0?Array.prototype.slice.call(e,o):s.slice(o+r).concat(Array.prototype.slice.call(e));return p.slice(0,u).toString("ucs2")};DBCSDecoder.prototype.end=function(){var e="";while(this.prevBytes.length>0){e+=this.defaultCharUnicode;var p=this.prevBytes.slice(1);this.prevBytes=[];this.nodeIdx=0;if(p.length>0)e+=this.write(p)}this.prevBytes=[];this.nodeIdx=0;return e};function findIdx(e,p){if(e[0]>p)return-1;var a=0,d=e.length;while(a<d-1){var i=a+(d-a+1>>1);if(e[i]<=p)a=i;else d=i}return a}},718:(e,p,a)=>{e.exports={shiftjis:{type:"_dbcs",table:function(){return a(344)},encodeAdd:{"¥":92,"‾":126},encodeSkipVals:[{from:60736,to:63808}]},csshiftjis:"shiftjis",mskanji:"shiftjis",sjis:"shiftjis",windows31j:"shiftjis",ms31j:"shiftjis",xsjis:"shiftjis",windows932:"shiftjis",ms932:"shiftjis",932:"shiftjis",cp932:"shiftjis",eucjp:{type:"_dbcs",table:function(){return a(983)},encodeAdd:{"¥":92,"‾":126}},gb2312:"cp936",gb231280:"cp936",gb23121980:"cp936",csgb2312:"cp936",csiso58gb231280:"cp936",euccn:"cp936",windows936:"cp936",ms936:"cp936",936:"cp936",cp936:{type:"_dbcs",table:function(){return a(845)}},gbk:{type:"_dbcs",table:function(){return a(845).concat(a(172))}},xgbk:"gbk",isoir58:"gbk",gb18030:{type:"_dbcs",table:function(){return a(845).concat(a(172))},gb18030:function(){return a(413)},encodeSkipVals:[128],encodeAdd:{"€":41699}},chinese:"gb18030",windows949:"cp949",ms949:"cp949",949:"cp949",cp949:{type:"_dbcs",table:function(){return a(271)}},cseuckr:"cp949",csksc56011987:"cp949",euckr:"cp949",isoir149:"cp949",korean:"cp949",ksc56011987:"cp949",ksc56011989:"cp949",ksc5601:"cp949",windows950:"cp950",ms950:"cp950",950:"cp950",cp950:{type:"_dbcs",table:function(){return a(143)}},big5:"big5hkscs",big5hkscs:{type:"_dbcs",table:function(){return a(143).concat(a(642))},encodeSkipVals:[41676]},cnbig5:"big5hkscs",csbig5:"big5hkscs",xxbig5:"big5hkscs"}},923:(e,p,a)=>{var d=[a(35),a(894),a(190),a(821),a(988),a(589),a(236),a(842),a(718)];for(var i=0;i<d.length;i++){var m=d[i];for(var l in m)if(Object.prototype.hasOwnProperty.call(m,l))p[l]=m[l]}},35:(e,p,a)=>{var d=a(889).Buffer;e.exports={utf8:{type:"_internal",bomAware:true},cesu8:{type:"_internal",bomAware:true},unicode11utf8:"utf8",ucs2:{type:"_internal",bomAware:true},utf16le:"ucs2",binary:{type:"_internal"},base64:{type:"_internal"},hex:{type:"_internal"},_internal:InternalCodec};function InternalCodec(e,p){this.enc=e.encodingName;this.bomAware=e.bomAware;if(this.enc==="base64")this.encoder=InternalEncoderBase64;else if(this.enc==="cesu8"){this.enc="utf8";this.encoder=InternalEncoderCesu8;if(d.from("eda0bdedb2a9","hex").toString()!=="💩"){this.decoder=InternalDecoderCesu8;this.defaultCharUnicode=p.defaultCharUnicode}}}InternalCodec.prototype.encoder=InternalEncoder;InternalCodec.prototype.decoder=InternalDecoder;var i=a(576).StringDecoder;if(!i.prototype.end)i.prototype.end=function(){};function InternalDecoder(e,p){this.decoder=new i(p.enc)}InternalDecoder.prototype.write=function(e){if(!d.isBuffer(e)){e=d.from(e)}return this.decoder.write(e)};InternalDecoder.prototype.end=function(){return this.decoder.end()};function InternalEncoder(e,p){this.enc=p.enc}InternalEncoder.prototype.write=function(e){return d.from(e,this.enc)};InternalEncoder.prototype.end=function(){};function InternalEncoderBase64(e,p){this.prevStr=""}InternalEncoderBase64.prototype.write=function(e){e=this.prevStr+e;var p=e.length-e.length%4;this.prevStr=e.slice(p);e=e.slice(0,p);return d.from(e,"base64")};InternalEncoderBase64.prototype.end=function(){return d.from(this.prevStr,"base64")};function InternalEncoderCesu8(e,p){}InternalEncoderCesu8.prototype.write=function(e){var p=d.alloc(e.length*3),a=0;for(var i=0;i<e.length;i++){var m=e.charCodeAt(i);if(m<128)p[a++]=m;else if(m<2048){p[a++]=192+(m>>>6);p[a++]=128+(m&63)}else{p[a++]=224+(m>>>12);p[a++]=128+(m>>>6&63);p[a++]=128+(m&63)}}return p.slice(0,a)};InternalEncoderCesu8.prototype.end=function(){};function InternalDecoderCesu8(e,p){this.acc=0;this.contBytes=0;this.accBytes=0;this.defaultCharUnicode=p.defaultCharUnicode}InternalDecoderCesu8.prototype.write=function(e){var p=this.acc,a=this.contBytes,d=this.accBytes,i="";for(var m=0;m<e.length;m++){var l=e[m];if((l&192)!==128){if(a>0){i+=this.defaultCharUnicode;a=0}if(l<128){i+=String.fromCharCode(l)}else if(l<224){p=l&31;a=1;d=1}else if(l<240){p=l&15;a=2;d=1}else{i+=this.defaultCharUnicode}}else{if(a>0){p=p<<6|l&63;a--;d++;if(a===0){if(d===2&&p<128&&p>0)i+=this.defaultCharUnicode;else if(d===3&&p<2048)i+=this.defaultCharUnicode;else i+=String.fromCharCode(p)}}else{i+=this.defaultCharUnicode}}}this.acc=p;this.contBytes=a;this.accBytes=d;return i};InternalDecoderCesu8.prototype.end=function(){var e=0;if(this.contBytes>0)e+=this.defaultCharUnicode;return e}},988:(e,p,a)=>{var d=a(889).Buffer;p._sbcs=SBCSCodec;function SBCSCodec(e,p){if(!e)throw new Error("SBCS codec is called without the data.");if(!e.chars||e.chars.length!==128&&e.chars.length!==256)throw new Error("Encoding '"+e.type+"' has incorrect 'chars' (must be of len 128 or 256)");if(e.chars.length===128){var a="";for(var i=0;i<128;i++)a+=String.fromCharCode(i);e.chars=a+e.chars}this.decodeBuf=d.from(e.chars,"ucs2");var m=d.alloc(65536,p.defaultCharSingleByte.charCodeAt(0));for(var i=0;i<e.chars.length;i++)m[e.chars.charCodeAt(i)]=i;this.encodeBuf=m}SBCSCodec.prototype.encoder=SBCSEncoder;SBCSCodec.prototype.decoder=SBCSDecoder;function SBCSEncoder(e,p){this.encodeBuf=p.encodeBuf}SBCSEncoder.prototype.write=function(e){var p=d.alloc(e.length);for(var a=0;a<e.length;a++)p[a]=this.encodeBuf[e.charCodeAt(a)];return p};SBCSEncoder.prototype.end=function(){};function SBCSDecoder(e,p){this.decodeBuf=p.decodeBuf}SBCSDecoder.prototype.write=function(e){var p=this.decodeBuf;var a=d.alloc(e.length*2);var i=0,m=0;for(var l=0;l<e.length;l++){i=e[l]*2;m=l*2;a[m]=p[i];a[m+1]=p[i+1]}return a.toString("ucs2")};SBCSDecoder.prototype.end=function(){}},236:e=>{e.exports={437:"cp437",737:"cp737",775:"cp775",850:"cp850",852:"cp852",855:"cp855",856:"cp856",857:"cp857",858:"cp858",860:"cp860",861:"cp861",862:"cp862",863:"cp863",864:"cp864",865:"cp865",866:"cp866",869:"cp869",874:"windows874",922:"cp922",1046:"cp1046",1124:"cp1124",1125:"cp1125",1129:"cp1129",1133:"cp1133",1161:"cp1161",1162:"cp1162",1163:"cp1163",1250:"windows1250",1251:"windows1251",1252:"windows1252",1253:"windows1253",1254:"windows1254",1255:"windows1255",1256:"windows1256",1257:"windows1257",1258:"windows1258",28591:"iso88591",28592:"iso88592",28593:"iso88593",28594:"iso88594",28595:"iso88595",28596:"iso88596",28597:"iso88597",28598:"iso88598",28599:"iso88599",28600:"iso885910",28601:"iso885911",28603:"iso885913",28604:"iso885914",28605:"iso885915",28606:"iso885916",windows874:{type:"_sbcs",chars:"€����…�����������‘’“”•–—�������� กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����"},win874:"windows874",cp874:"windows874",windows1250:{type:"_sbcs",chars:"€�‚�„…†‡�‰Š‹ŚŤŽŹ�‘’“”•–—�™š›śťžź ˇ˘Ł¤Ą¦§¨©Ş«¬®Ż°±˛ł´µ¶·¸ąş»Ľ˝ľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖ×ŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőö÷řůúűüýţ˙"},win1250:"windows1250",cp1250:"windows1250",windows1251:{type:"_sbcs",chars:"ЂЃ‚ѓ„…†‡€‰Љ‹ЊЌЋЏђ‘’“”•–—�™љ›њќћџ ЎўЈ¤Ґ¦§Ё©Є«¬®Ї°±Ііґµ¶·ё№є»јЅѕїАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя"},win1251:"windows1251",cp1251:"windows1251",windows1252:{type:"_sbcs",chars:"€�‚ƒ„…†‡ˆ‰Š‹Œ�Ž��‘’“”•–—˜™š›œ�žŸ ¡¢£¤¥¦§¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ"},win1252:"windows1252",cp1252:"windows1252",windows1253:{type:"_sbcs",chars:"€�‚ƒ„…†‡�‰�‹�����‘’“”•–—�™�›���� ΅Ά£¤¥¦§¨©�«¬®―°±²³΄µ¶·ΈΉΊ»Ό½ΎΏΐΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡ�ΣΤΥΦΧΨΩΪΫάέήίΰαβγδεζηθικλμνξοπρςστυφχψωϊϋόύώ�"},win1253:"windows1253",cp1253:"windows1253",windows1254:{type:"_sbcs",chars:"€�‚ƒ„…†‡ˆ‰Š‹Œ����‘’“”•–—˜™š›œ��Ÿ ¡¢£¤¥¦§¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏĞÑÒÓÔÕÖרÙÚÛÜİŞßàáâãäåæçèéêëìíîïğñòóôõö÷øùúûüışÿ"},win1254:"windows1254",cp1254:"windows1254",windows1255:{type:"_sbcs",chars:"€�‚ƒ„…†‡ˆ‰�‹�����‘’“”•–—˜™�›���� ¡¢£₪¥¦§¨©×«¬®¯°±²³´µ¶·¸¹÷»¼½¾¿ְֱֲֳִֵֶַָֹֺֻּֽ־ֿ׀ׁׂ׃װױײ׳״�������אבגדהוזחטיךכלםמןנסעףפץצקרשת���"},win1255:"windows1255",cp1255:"windows1255",windows1256:{type:"_sbcs",chars:"€پ‚ƒ„…†‡ˆ‰ٹ‹Œچژڈگ‘’“”•–—ک™ڑ›œں ،¢£¤¥¦§¨©ھ«¬®¯°±²³´µ¶·¸¹؛»¼½¾؟ہءآأؤإئابةتثجحخدذرزسشصض×طظعغـفقكàلâمنهوçèéêëىيîïًٌٍَôُِ÷ّùْûüے"},win1256:"windows1256",cp1256:"windows1256",windows1257:{type:"_sbcs",chars:"€�‚�„…†‡�‰�‹�¨ˇ¸�‘’“”•–—�™�›�¯˛� �¢£¤�¦§Ø©Ŗ«¬®Æ°±²³´µ¶·ø¹ŗ»¼½¾æĄĮĀĆÄÅĘĒČÉŹĖĢĶĪĻŠŃŅÓŌÕÖ×ŲŁŚŪÜŻŽßąįāćäåęēčéźėģķīļšńņóōõö÷ųłśūüżž˙"},win1257:"windows1257",cp1257:"windows1257",windows1258:{type:"_sbcs",chars:"€�‚ƒ„…†‡ˆ‰�‹Œ����‘’“”•–—˜™�›œ��Ÿ ¡¢£¤¥¦§¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂĂÄÅÆÇÈÉÊË̀ÍÎÏĐÑ̉ÓÔƠÖרÙÚÛÜỮßàáâăäåæçèéêë́íîïđṇ̃óôơö÷øùúûüư₫ÿ"},win1258:"windows1258",cp1258:"windows1258",iso88591:{type:"_sbcs",chars:"
¡¢£¤¥¦§¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ"},cp28591:"iso88591",iso88592:{type:"_sbcs",chars:"
Ą˘Ł¤ĽŚ§¨ŠŞŤŹŽŻ°ą˛ł´ľśˇ¸šşťź˝žżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖ×ŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőö÷řůúűüýţ˙"},cp28592:"iso88592",iso88593:{type:"_sbcs",chars:"
Ħ˘£¤�Ĥ§¨İŞĞĴ�ݰħ²³´µĥ·¸ışğĵ½�żÀÁÂ�ÄĊĈÇÈÉÊËÌÍÎÏ�ÑÒÓÔĠÖ×ĜÙÚÛÜŬŜßàáâ�äċĉçèéêëìíîï�ñòóôġö÷ĝùúûüŭŝ˙"},cp28593:"iso88593",iso88594:{type:"_sbcs",chars:"
ĄĸŖ¤Ĩϧ¨ŠĒĢŦޝ°ą˛ŗ´ĩšēģŧŊžŋĀÁÂÃÄÅÆĮČÉĘËĖÍÎĪĐŅŌĶÔÕÖרŲÚÛÜŨŪßāáâãäåæįčéęëėíîīđņōķôõö÷øųúûüũū˙"},cp28594:"iso88594",iso88595:{type:"_sbcs",chars:"
ЁЂЃЄЅІЇЈЉЊЋЌЎЏАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя№ёђѓєѕіїјљњћќ§ўџ"},cp28595:"iso88595",iso88596:{type:"_sbcs",chars:"
���¤�������،�������������؛���؟�ءآأؤإئابةتثجحخدذرزسشصضطظعغ�����ـفقكلمنهوىيًٌٍَُِّْ�������������"},cp28596:"iso88596",iso88597:{type:"_sbcs",chars:"
‘’£€₯¦§¨©ͺ«¬�―°±²³΄΅Ά·ΈΉΊ»Ό½ΎΏΐΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡ�ΣΤΥΦΧΨΩΪΫάέήίΰαβγδεζηθικλμνξοπρςστυφχψωϊϋόύώ�"},cp28597:"iso88597",iso88598:{type:"_sbcs",chars:"
�¢£¤¥¦§¨©×«¬®¯°±²³´µ¶·¸¹÷»¼½¾��������������������������������‗אבגדהוזחטיךכלםמןנסעףפץצקרשת���"},cp28598:"iso88598",iso88599:{type:"_sbcs",chars:"
¡¢£¤¥¦§¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏĞÑÒÓÔÕÖרÙÚÛÜİŞßàáâãäåæçèéêëìíîïğñòóôõö÷øùúûüışÿ"},cp28599:"iso88599",iso885910:{type:"_sbcs",chars:"
ĄĒĢĪĨͧĻĐŠŦŽŪŊ°ąēģīĩķ·ļđšŧž―ūŋĀÁÂÃÄÅÆĮČÉĘËĖÍÎÏÐŅŌÓÔÕÖŨØŲÚÛÜÝÞßāáâãäåæįčéęëėíîïðņōóôõöũøųúûüýþĸ"},cp28600:"iso885910",iso885911:{type:"_sbcs",chars:"
กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����"},cp28601:"iso885911",iso885913:{type:"_sbcs",chars:"
”¢£¤„¦§Ø©Ŗ«¬®Æ°±²³“µ¶·ø¹ŗ»¼½¾æĄĮĀĆÄÅĘĒČÉŹĖĢĶĪĻŠŃŅÓŌÕÖ×ŲŁŚŪÜŻŽßąįāćäåęēčéźėģķīļšńņóōõö÷ųłśūüżž’"},cp28603:"iso885913",iso885914:{type:"_sbcs",chars:"
Ḃḃ£ĊċḊ§Ẁ©ẂḋỲ®ŸḞḟĠġṀṁ¶ṖẁṗẃṠỳẄẅṡÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏŴÑÒÓÔÕÖṪØÙÚÛÜÝŶßàáâãäåæçèéêëìíîïŵñòóôõöṫøùúûüýŷÿ"},cp28604:"iso885914",iso885915:{type:"_sbcs",chars:"
¡¢£€¥Š§š©ª«¬®¯°±²³Žµ¶·ž¹º»ŒœŸ¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ"},cp28605:"iso885915",iso885916:{type:"_sbcs",chars:"
ĄąŁ€„Чš©Ș«ŹźŻ°±ČłŽ”¶·žčș»ŒœŸżÀÁÂĂÄĆÆÇÈÉÊËÌÍÎÏĐŃÒÓÔŐÖŚŰÙÚÛÜĘȚßàáâăäćæçèéêëìíîïđńòóôőöśűùúûüęțÿ"},cp28606:"iso885916",cp437:{type:"_sbcs",chars:"ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜ¢£¥₧ƒáíóúñѪº¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm437:"cp437",csibm437:"cp437",cp737:{type:"_sbcs",chars:"ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩαβγδεζηθικλμνξοπρσςτυφχψ░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀ωάέήϊίόύϋώΆΈΉΊΌΎΏ±≥≤ΪΫ÷≈°∙·√ⁿ²■ "},ibm737:"cp737",csibm737:"cp737",cp775:{type:"_sbcs",chars:"ĆüéāäģåćłēŖŗīŹÄÅÉæÆōöĢ¢ŚśÖÜø£Ø×¤ĀĪóŻżź”¦©®¬½¼Ł«»░▒▓│┤ĄČĘĖ╣║╗╝ĮŠ┐└┴┬├─┼ŲŪ╚╔╩╦╠═╬Žąčęėįšųūž┘┌█▄▌▐▀ÓßŌŃõÕµńĶķĻļņĒŅ’±“¾¶§÷„°∙·¹³²■ "},ibm775:"cp775",csibm775:"cp775",cp850:{type:"_sbcs",chars:"ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø×ƒáíóúñѪº¿®¬½¼¡«»░▒▓│┤ÁÂÀ©╣║╗╝¢¥┐└┴┬├─┼ãÃ╚╔╩╦╠═╬¤ðÐÊËÈıÍÎÏ┘┌█▄¦Ì▀ÓßÔÒõÕµþÞÚÛÙýݯ´±‗¾¶§÷¸°¨·¹³²■ "},ibm850:"cp850",csibm850:"cp850",cp852:{type:"_sbcs",chars:"ÇüéâäůćçłëŐőîŹÄĆÉĹĺôöĽľŚśÖÜŤťŁ×čáíóúĄąŽžĘ꬟Ⱥ«»░▒▓│┤ÁÂĚŞ╣║╗╝Żż┐└┴┬├─┼Ăă╚╔╩╦╠═╬¤đĐĎËďŇÍÎě┘┌█▄ŢŮ▀ÓßÔŃńňŠšŔÚŕŰýÝţ´˝˛ˇ˘§÷¸°¨˙űŘř■ "},ibm852:"cp852",csibm852:"cp852",cp855:{type:"_sbcs",chars:"ђЂѓЃёЁєЄѕЅіІїЇјЈљЉњЊћЋќЌўЎџЏюЮъЪаАбБцЦдДеЕфФгГ«»░▒▓│┤хХиИ╣║╗╝йЙ┐└┴┬├─┼кК╚╔╩╦╠═╬¤лЛмМнНоОп┘┌█▄Пя▀ЯрРсСтТуУжЖвВьЬ№ыЫзЗшШэЭщЩчЧ§■ "},ibm855:"cp855",csibm855:"cp855",cp856:{type:"_sbcs",chars:"אבגדהוזחטיךכלםמןנסעףפץצקרשת�£�×����������®¬½¼�«»░▒▓│┤���©╣║╗╝¢¥┐└┴┬├─┼��╚╔╩╦╠═╬¤���������┘┌█▄¦�▀������µ�������¯´±‗¾¶§÷¸°¨·¹³²■ "},ibm856:"cp856",csibm856:"cp856",cp857:{type:"_sbcs",chars:"ÇüéâäàåçêëèïîıÄÅÉæÆôöòûùİÖÜø£ØŞşáíóúñÑĞ𿮬½¼¡«»░▒▓│┤ÁÂÀ©╣║╗╝¢¥┐└┴┬├─┼ãÃ╚╔╩╦╠═╬¤ºªÊËÈ�ÍÎÏ┘┌█▄¦Ì▀ÓßÔÒõÕµ�×ÚÛÙìÿ¯´±�¾¶§÷¸°¨·¹³²■ "},ibm857:"cp857",csibm857:"cp857",cp858:{type:"_sbcs",chars:"ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø×ƒáíóúñѪº¿®¬½¼¡«»░▒▓│┤ÁÂÀ©╣║╗╝¢¥┐└┴┬├─┼ãÃ╚╔╩╦╠═╬¤ðÐÊËÈ€ÍÎÏ┘┌█▄¦Ì▀ÓßÔÒõÕµþÞÚÛÙýݯ´±‗¾¶§÷¸°¨·¹³²■ "},ibm858:"cp858",csibm858:"cp858",cp860:{type:"_sbcs",chars:"ÇüéâãàÁçêÊèÍÔìÃÂÉÀÈôõòÚùÌÕÜ¢£Ù₧ÓáíóúñѪº¿Ò¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm860:"cp860",csibm860:"cp860",cp861:{type:"_sbcs",chars:"ÇüéâäàåçêëèÐðÞÄÅÉæÆôöþûÝýÖÜø£Ø₧ƒáíóúÁÍÓÚ¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm861:"cp861",csibm861:"cp861",cp862:{type:"_sbcs",chars:"אבגדהוזחטיךכלםמןנסעףפץצקרשת¢£¥₧ƒáíóúñѪº¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm862:"cp862",csibm862:"cp862",cp863:{type:"_sbcs",chars:"ÇüéâÂà¶çêëèïî‗À§ÉÈÊôËÏûù¤ÔÜ¢£ÙÛƒ¦´óú¨¸³¯Î⌐¬½¼¾«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm863:"cp863",csibm863:"cp863",cp864:{type:"_sbcs",chars:"\0\b\t\n\v\f\r !\"#$٪&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~°·∙√▒─│┼┤┬├┴┐┌└┘β∞φ±½¼≈«»ﻷﻸ��ﻻﻼ� ﺂ£¤ﺄ��ﺎﺏﺕﺙ،ﺝﺡﺥ٠١٢٣٤٥٦٧٨٩ﻑ؛ﺱﺵﺹ؟¢ﺀﺁﺃﺅﻊﺋﺍﺑﺓﺗﺛﺟﺣﺧﺩﺫﺭﺯﺳﺷﺻﺿﻁﻅﻋﻏ¦¬÷×ﻉـﻓﻗﻛﻟﻣﻧﻫﻭﻯﻳﺽﻌﻎﻍﻡﹽّﻥﻩﻬﻰﻲﻐﻕﻵﻶﻝﻙﻱ■�"},ibm864:"cp864",csibm864:"cp864",cp865:{type:"_sbcs",chars:"ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø₧ƒáíóúñѪº¿⌐¬½¼¡«¤░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm865:"cp865",csibm865:"cp865",cp866:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёЄєЇїЎў°∙·√№¤■ "},ibm866:"cp866",csibm866:"cp866",cp869:{type:"_sbcs",chars:"������Ά�·¬¦‘’Έ―ΉΊΪΌ��ΎΫ©Ώ²³ά£έήίϊΐόύΑΒΓΔΕΖΗ½ΘΙ«»░▒▓│┤ΚΛΜΝ╣║╗╝ΞΟ┐└┴┬├─┼ΠΡ╚╔╩╦╠═╬ΣΤΥΦΧΨΩαβγ┘┌█▄δε▀ζηθικλμνξοπρσςτ΄±υφχ§ψ΅°¨ωϋΰώ■ "},ibm869:"cp869",csibm869:"cp869",cp922:{type:"_sbcs",chars:"
¡¢£¤¥¦§¨©ª«¬®‾°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏŠÑÒÓÔÕÖרÙÚÛÜÝŽßàáâãäåæçèéêëìíîïšñòóôõö÷øùúûüýžÿ"},ibm922:"cp922",csibm922:"cp922",cp1046:{type:"_sbcs",chars:"ﺈ×÷ﹱ■│─┐┌└┘ﹹﹻﹽﹿﹷﺊﻰﻳﻲﻎﻏﻐﻶﻸﻺﻼ ¤ﺋﺑﺗﺛﺟﺣ،ﺧﺳ٠١٢٣٤٥٦٧٨٩ﺷ؛ﺻﺿﻊ؟ﻋءآأؤإئابةتثجحخدذرزسشصضطﻇعغﻌﺂﺄﺎﻓـفقكلمنهوىيًٌٍَُِّْﻗﻛﻟﻵﻷﻹﻻﻣﻧﻬﻩ�"},ibm1046:"cp1046",csibm1046:"cp1046",cp1124:{type:"_sbcs",chars:"
ЁЂҐЄЅІЇЈЉЊЋЌЎЏАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя№ёђґєѕіїјљњћќ§ўџ"},ibm1124:"cp1124",csibm1124:"cp1124",cp1125:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёҐґЄєІіЇї·√№¤■ "},ibm1125:"cp1125",csibm1125:"cp1125",cp1129:{type:"_sbcs",chars:"
¡¢£¤¥¦§œ©ª«¬®¯°±²³Ÿµ¶·Œ¹º»¼½¾¿ÀÁÂĂÄÅÆÇÈÉÊË̀ÍÎÏĐÑ̉ÓÔƠÖרÙÚÛÜỮßàáâăäåæçèéêë́íîïđṇ̃óôơö÷øùúûüư₫ÿ"},ibm1129:"cp1129",csibm1129:"cp1129",cp1133:{type:"_sbcs",chars:"
ກຂຄງຈສຊຍດຕຖທນບປຜຝພຟມຢຣລວຫອຮ���ຯະາຳິີຶືຸູຼັົຽ���ເແໂໃໄ່້໊໋໌ໍໆ�ໜໝ₭����������������໐໑໒໓໔໕໖໗໘໙��¢¬¦�"},ibm1133:"cp1133",csibm1133:"cp1133",cp1161:{type:"_sbcs",chars:"��������������������������������่กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู้๊๋€฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛¢¬¦ "},ibm1161:"cp1161",csibm1161:"cp1161",cp1162:{type:"_sbcs",chars:"€…‘’“”•–— กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����"},ibm1162:"cp1162",csibm1162:"cp1162",cp1163:{type:"_sbcs",chars:"
¡¢£€¥¦§œ©ª«¬®¯°±²³Ÿµ¶·Œ¹º»¼½¾¿ÀÁÂĂÄÅÆÇÈÉÊË̀ÍÎÏĐÑ̉ÓÔƠÖרÙÚÛÜỮßàáâăäåæçèéêë́íîïđṇ̃óôơö÷øùúûüư₫ÿ"},ibm1163:"cp1163",csibm1163:"cp1163",maccroatian:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®Š™´¨≠ŽØ∞±≤≥∆µ∂∑∏š∫ªºΩžø¿¡¬√ƒ≈ƫȅ ÀÃÕŒœĐ—“”‘’÷◊�©⁄¤‹›Æ»–·‚„‰ÂćÁčÈÍÎÏÌÓÔđÒÚÛÙıˆ˜¯πË˚¸Êæˇ"},maccyrillic:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ†°¢£§•¶І®©™Ђђ≠Ѓѓ∞±≤≥іµ∂ЈЄєЇїЉљЊњјЅ¬√ƒ≈∆«»… ЋћЌќѕ–—“”‘’÷„ЎўЏџ№Ёёяабвгдежзийклмнопрстуфхцчшщъыьэю¤"},macgreek:{type:"_sbcs",chars:"Ĺ²É³ÖÜ΅àâä΄¨çéèê룙î‰ôö¦ùûü†ΓΔΘΛΞΠß®©ΣΪ§≠°·Α±≤≥¥ΒΕΖΗΙΚΜΦΫΨΩάΝ¬ΟΡ≈Τ«»… ΥΧΆΈœ–―“”‘’÷ΉΊΌΎέήίόΏύαβψδεφγηιξκλμνοπώρστθωςχυζϊϋΐΰ�"},maciceland:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûüݰ¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤ÐðÞþý·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ"},macroman:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤‹›fifl‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ"},macromania:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ĂŞ∞±≤≥¥µ∂∑∏π∫ªºΩăş¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤‹›Ţţ‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ"},macthai:{type:"_sbcs",chars:"«»…“”�•‘’� กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู\ufeff–—฿เแโใไๅๆ็่้๊๋์ํ™๏๐๑๒๓๔๕๖๗๘๙®©����"},macturkish:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸĞğİıŞş‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙ�ˆ˜¯˘˙˚¸˝˛ˇ"},macukraine:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ†°Ґ£§•¶І®©™Ђђ≠Ѓѓ∞±≤≥іµґЈЄєЇїЉљЊњјЅ¬√ƒ≈∆«»… ЋћЌќѕ–—“”‘’÷„ЎўЏџ№Ёёяабвгдежзийклмнопрстуфхцчшщъыьэю¤"},koi8r:{type:"_sbcs",chars:"─│┌┐└┘├┤┬┴┼▀▄█▌▐░▒▓⌠■∙√≈≤≥ ⌡°²·÷═║╒ё╓╔╕╖╗╘╙╚╛╜╝╞╟╠╡Ё╢╣╤╥╦╧╨╩╪╫╬©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ"},koi8u:{type:"_sbcs",chars:"─│┌┐└┘├┤┬┴┼▀▄█▌▐░▒▓⌠■∙√≈≤≥ ⌡°²·÷═║╒ёє╔ії╗╘╙╚╛ґ╝╞╟╠╡ЁЄ╣ІЇ╦╧╨╩╪Ґ╬©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ"},koi8ru:{type:"_sbcs",chars:"─│┌┐└┘├┤┬┴┼▀▄█▌▐░▒▓⌠■∙√≈≤≥ ⌡°²·÷═║╒ёє╔ії╗╘╙╚╛ґў╞╟╠╡ЁЄ╣ІЇ╦╧╨╩╪ҐЎ©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ"},koi8t:{type:"_sbcs",chars:"қғ‚Ғ„…†‡�‰ҳ‹ҲҷҶ�Қ‘’“”•–—�™�›�����ӯӮё¤ӣ¦§���«¬®�°±²Ё�Ӣ¶·�№�»���©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ"},armscii8:{type:"_sbcs",chars:"
�և։)(»«—.՝,-֊…՜՛՞ԱաԲբԳգԴդԵեԶզԷէԸըԹթԺժԻիԼլԽխԾծԿկՀհՁձՂղՃճՄմՅյՆնՇշՈոՉչՊպՋջՌռՍսՎվՏտՐրՑցՒւՓփՔքՕօՖֆ՚�"},rk1048:{type:"_sbcs",chars:"ЂЃ‚ѓ„…†‡€‰Љ‹ЊҚҺЏђ‘’“”•–—�™љ›њқһџ ҰұӘ¤Ө¦§Ё©Ғ«¬®Ү°±Ііөµ¶·ё№ғ»әҢңүАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя"},tcvn:{type:"_sbcs",chars:"\0ÚỤỪỬỮ\b\t\n\v\f\rỨỰỲỶỸÝỴ !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~ÀẢÃÁẠẶẬÈẺẼÉẸỆÌỈĨÍỊÒỎÕÓỌỘỜỞỠỚỢÙỦŨ ĂÂÊÔƠƯĐăâêôơưđẶ̀̀̉̃́àảãáạẲằẳẵắẴẮẦẨẪẤỀặầẩẫấậèỂẻẽéẹềểễếệìỉỄẾỒĩíịòỔỏõóọồổỗốộờởỡớợùỖủũúụừửữứựỳỷỹýỵỐ"},georgianacademy:{type:"_sbcs",chars:"‚ƒ„…†‡ˆ‰Š‹Œ‘’“”•–—˜™š›œŸ ¡¢£¤¥¦§¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿აბგდევზთიკლმნოპჟრსტუფქღყშჩცძწჭხჯჰჱჲჳჴჵჶçèéêëìíîïðñòóôõö÷øùúûüýþÿ"},georgianps:{type:"_sbcs",chars:"‚ƒ„…†‡ˆ‰Š‹Œ‘’“”•–—˜™š›œŸ ¡¢£¤¥¦§¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿აბგდევზჱთიკლმნჲოპჟრსტჳუფქღყშჩცძწჭხჴჯჰჵæçèéêëìíîïðñòóôõö÷øùúûüýþÿ"},pt154:{type:"_sbcs",chars:"ҖҒӮғ„…ҶҮҲүҠӢҢҚҺҸҗ‘’“”•–—ҳҷҡӣңқһҹ ЎўЈӨҘҰ§Ё©Ә«¬ӯ®Ҝ°ұІіҙө¶·ё№ә»јҪҫҝАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя"},viscii:{type:"_sbcs",chars:"\0ẲẴẪ\b\t\n\v\f\rỶỸỴ !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~ẠẮẰẶẤẦẨẬẼẸẾỀỂỄỆỐỒỔỖỘỢỚỜỞỊỎỌỈỦŨỤỲÕắằặấầẩậẽẹếềểễệốồổỗỠƠộờởịỰỨỪỬơớƯÀÁÂÃẢĂẳẵÈÉÊẺÌÍĨỳĐứÒÓÔạỷừửÙÚỹỵÝỡưàáâãảăữẫèéêẻìíĩỉđựòóôõỏọụùúũủýợỮ"},iso646cn:{type:"_sbcs",chars:"\0\b\t\n\v\f\r !\"#¥%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}‾��������������������������������������������������������������������������������������������������������������������������������"},iso646jp:{type:"_sbcs",chars:"\0\b\t\n\v\f\r !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[¥]^_`abcdefghijklmnopqrstuvwxyz{|}‾��������������������������������������������������������������������������������������������������������������������������������"},hproman8:{type:"_sbcs",chars:"
ÀÂÈÊËÎÏ´ˋˆ¨˜ÙÛ₤¯Ýý°ÇçÑñ¡¿¤£¥§ƒ¢âêôûáéóúàèòùäëöüÅîØÆåíøæÄìÖÜÉïßÔÁÃãÐðÍÌÓÒÕõŠšÚŸÿÞþ·µ¶¾—¼½ªº«■»±�"},macintosh:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤‹›fifl‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ"},ascii:{type:"_sbcs",chars:"��������������������������������������������������������������������������������������������������������������������������������"},tis620:{type:"_sbcs",chars:"���������������������������������กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����"}}},589:e=>{e.exports={10029:"maccenteuro",maccenteuro:{type:"_sbcs",chars:"ÄĀāÉĄÖÜáąČäčĆć鏟ĎíďĒēĖóėôöõúĚěü†°Ę£§•¶ß®©™ę¨≠ģĮįĪ≤≥īĶ∂∑łĻļĽľĹĺŅņѬ√ńŇ∆«»… ňŐÕőŌ–—“”‘’÷◊ōŔŕŘ‹›řŖŗŠ‚„šŚśÁŤťÍŽžŪÓÔūŮÚůŰűŲųÝýķŻŁżĢˇ"},808:"cp808",ibm808:"cp808",cp808:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёЄєЇїЎў°∙·√№€■ "},mik:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя└┴┬├─┼╣║╚╔╩╦╠═╬┐░▒▓│┤№§╗╝┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},cp720:{type:"_sbcs",chars:"éâàçêëèïîّْô¤ـûùءآأؤ£إئابةتثجحخدذرزسشص«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀ضطظعغفµقكلمنهوىي≡ًٌٍَُِ≈°∙·√ⁿ²■ "},ascii8bit:"ascii",usascii:"ascii",ansix34:"ascii",ansix341968:"ascii",ansix341986:"ascii",csascii:"ascii",cp367:"ascii",ibm367:"ascii",isoir6:"ascii",iso646us:"ascii",iso646irv:"ascii",us:"ascii",latin1:"iso88591",latin2:"iso88592",latin3:"iso88593",latin4:"iso88594",latin5:"iso88599",latin6:"iso885910",latin7:"iso885913",latin8:"iso885914",latin9:"iso885915",latin10:"iso885916",csisolatin1:"iso88591",csisolatin2:"iso88592",csisolatin3:"iso88593",csisolatin4:"iso88594",csisolatincyrillic:"iso88595",csisolatinarabic:"iso88596",csisolatingreek:"iso88597",csisolatinhebrew:"iso88598",csisolatin5:"iso88599",csisolatin6:"iso885910",l1:"iso88591",l2:"iso88592",l3:"iso88593",l4:"iso88594",l5:"iso88599",l6:"iso885910",l7:"iso885913",l8:"iso885914",l9:"iso885915",l10:"iso885916",isoir14:"iso646jp",isoir57:"iso646cn",isoir100:"iso88591",isoir101:"iso88592",isoir109:"iso88593",isoir110:"iso88594",isoir144:"iso88595",isoir127:"iso88596",isoir126:"iso88597",isoir138:"iso88598",isoir148:"iso88599",isoir157:"iso885910",isoir166:"tis620",isoir179:"iso885913",isoir199:"iso885914",isoir203:"iso885915",isoir226:"iso885916",cp819:"iso88591",ibm819:"iso88591",cyrillic:"iso88595",arabic:"iso88596",arabic8:"iso88596",ecma114:"iso88596",asmo708:"iso88596",greek:"iso88597",greek8:"iso88597",ecma118:"iso88597",elot928:"iso88597",hebrew:"iso88598",hebrew8:"iso88598",turkish:"iso88599",turkish8:"iso88599",thai:"iso885911",thai8:"iso885911",celtic:"iso885914",celtic8:"iso885914",isoceltic:"iso885914",tis6200:"tis620",tis62025291:"tis620",tis62025330:"tis620",1e4:"macroman",10006:"macgreek",10007:"maccyrillic",10079:"maciceland",10081:"macturkish",cspc8codepage437:"cp437",cspc775baltic:"cp775",cspc850multilingual:"cp850",cspcp852:"cp852",cspc862latinhebrew:"cp862",cpgr:"cp869",msee:"cp1250",mscyrl:"cp1251",msansi:"cp1252",msgreek:"cp1253",msturk:"cp1254",mshebr:"cp1255",msarab:"cp1256",winbaltrim:"cp1257",cp20866:"koi8r",20866:"koi8r",ibm878:"koi8r",cskoi8r:"koi8r",cp21866:"koi8u",21866:"koi8u",ibm1168:"koi8u",strk10482002:"rk1048",tcvn5712:"tcvn",tcvn57121:"tcvn",gb198880:"iso646cn",cn:"iso646cn",csiso14jisc6220ro:"iso646jp",jisc62201969ro:"iso646jp",jp:"iso646jp",cshproman8:"hproman8",r8:"hproman8",roman8:"hproman8",xroman8:"hproman8",ibm1051:"hproman8",mac:"macintosh",csmacintosh:"macintosh"}},190:(e,p,a)=>{var d=a(889).Buffer;p.utf16be=Utf16BECodec;function Utf16BECodec(){}Utf16BECodec.prototype.encoder=Utf16BEEncoder;Utf16BECodec.prototype.decoder=Utf16BEDecoder;Utf16BECodec.prototype.bomAware=true;function Utf16BEEncoder(){}Utf16BEEncoder.prototype.write=function(e){var p=d.from(e,"ucs2");for(var a=0;a<p.length;a+=2){var i=p[a];p[a]=p[a+1];p[a+1]=i}return p};Utf16BEEncoder.prototype.end=function(){};function Utf16BEDecoder(){this.overflowByte=-1}Utf16BEDecoder.prototype.write=function(e){if(e.length==0)return"";var p=d.alloc(e.length+1),a=0,i=0;if(this.overflowByte!==-1){p[0]=e[0];p[1]=this.overflowByte;a=1;i=2}for(;a<e.length-1;a+=2,i+=2){p[i]=e[a+1];p[i+1]=e[a]}this.overflowByte=a==e.length-1?e[e.length-1]:-1;return p.slice(0,i).toString("ucs2")};Utf16BEDecoder.prototype.end=function(){this.overflowByte=-1};p.utf16=Utf16Codec;function Utf16Codec(e,p){this.iconv=p}Utf16Codec.prototype.encoder=Utf16Encoder;Utf16Codec.prototype.decoder=Utf16Decoder;function Utf16Encoder(e,p){e=e||{};if(e.addBOM===undefined)e.addBOM=true;this.encoder=p.iconv.getEncoder("utf-16le",e)}Utf16Encoder.prototype.write=function(e){return this.encoder.write(e)};Utf16Encoder.prototype.end=function(){return this.encoder.end()};function Utf16Decoder(e,p){this.decoder=null;this.initialBufs=[];this.initialBufsLen=0;this.options=e||{};this.iconv=p.iconv}Utf16Decoder.prototype.write=function(e){if(!this.decoder){this.initialBufs.push(e);this.initialBufsLen+=e.length;if(this.initialBufsLen<16)return"";var p=detectEncoding(this.initialBufs,this.options.defaultEncoding);this.decoder=this.iconv.getDecoder(p,this.options);var a="";for(var d=0;d<this.initialBufs.length;d++)a+=this.decoder.write(this.initialBufs[d]);this.initialBufs.length=this.initialBufsLen=0;return a}return this.decoder.write(e)};Utf16Decoder.prototype.end=function(){if(!this.decoder){var e=detectEncoding(this.initialBufs,this.options.defaultEncoding);this.decoder=this.iconv.getDecoder(e,this.options);var p="";for(var a=0;a<this.initialBufs.length;a++)p+=this.decoder.write(this.initialBufs[a]);var d=this.decoder.end();if(d)p+=d;this.initialBufs.length=this.initialBufsLen=0;return p}return this.decoder.end()};function detectEncoding(e,p){var a=[];var d=0;var i=0,m=0;e:for(var l=0;l<e.length;l++){var t=e[l];for(var s=0;s<t.length;s++){a.push(t[s]);if(a.length===2){if(d===0){if(a[0]===255&&a[1]===254)return"utf-16le";if(a[0]===254&&a[1]===255)return"utf-16be"}if(a[0]===0&&a[1]!==0)m++;if(a[0]!==0&&a[1]===0)i++;a.length=0;d++;if(d>=100){break e}}}}if(m>i)return"utf-16be";if(m<i)return"utf-16le";return p||"utf-16le"}},894:(e,p,a)=>{var d=a(889).Buffer;p._utf32=Utf32Codec;function Utf32Codec(e,p){this.iconv=p;this.bomAware=true;this.isLE=e.isLE}p.utf32le={type:"_utf32",isLE:true};p.utf32be={type:"_utf32",isLE:false};p.ucs4le="utf32le";p.ucs4be="utf32be";Utf32Codec.prototype.encoder=Utf32Encoder;Utf32Codec.prototype.decoder=Utf32Decoder;function Utf32Encoder(e,p){this.isLE=p.isLE;this.highSurrogate=0}Utf32Encoder.prototype.write=function(e){var p=d.from(e,"ucs2");var a=d.alloc(p.length*2);var i=this.isLE?a.writeUInt32LE:a.writeUInt32BE;var m=0;for(var l=0;l<p.length;l+=2){var t=p.readUInt16LE(l);var s=55296<=t&&t<56320;var r=56320<=t&&t<57344;if(this.highSurrogate){if(s||!r){i.call(a,this.highSurrogate,m);m+=4}else{var o=(this.highSurrogate-55296<<10|t-56320)+65536;i.call(a,o,m);m+=4;this.highSurrogate=0;continue}}if(s)this.highSurrogate=t;else{i.call(a,t,m);m+=4;this.highSurrogate=0}}if(m<a.length)a=a.slice(0,m);return a};Utf32Encoder.prototype.end=function(){if(!this.highSurrogate)return;var e=d.alloc(4);if(this.isLE)e.writeUInt32LE(this.highSurrogate,0);else e.writeUInt32BE(this.highSurrogate,0);this.highSurrogate=0;return e};function Utf32Decoder(e,p){this.isLE=p.isLE;this.badChar=p.iconv.defaultCharUnicode.charCodeAt(0);this.overflow=[]}Utf32Decoder.prototype.write=function(e){if(e.length===0)return"";var p=0;var a=0;var i=d.alloc(e.length+4);var m=0;var l=this.isLE;var t=this.overflow;var s=this.badChar;if(t.length>0){for(;p<e.length&&t.length<4;p++)t.push(e[p]);if(t.length===4){if(l){a=t[p]|t[p+1]<<8|t[p+2]<<16|t[p+3]<<24}else{a=t[p+3]|t[p+2]<<8|t[p+1]<<16|t[p]<<24}t.length=0;m=_writeCodepoint(i,m,a,s)}}for(;p<e.length-3;p+=4){if(l){a=e[p]|e[p+1]<<8|e[p+2]<<16|e[p+3]<<24}else{a=e[p+3]|e[p+2]<<8|e[p+1]<<16|e[p]<<24}m=_writeCodepoint(i,m,a,s)}for(;p<e.length;p++){t.push(e[p])}return i.slice(0,m).toString("ucs2")};function _writeCodepoint(e,p,a,d){if(a<0||a>1114111){a=d}if(a>=65536){a-=65536;var i=55296|a>>10;e[p++]=i&255;e[p++]=i>>8;var a=56320|a&1023}e[p++]=a&255;e[p++]=a>>8;return p}Utf32Decoder.prototype.end=function(){this.overflow.length=0};p.utf32=Utf32AutoCodec;p.ucs4="utf32";function Utf32AutoCodec(e,p){this.iconv=p}Utf32AutoCodec.prototype.encoder=Utf32AutoEncoder;Utf32AutoCodec.prototype.decoder=Utf32AutoDecoder;function Utf32AutoEncoder(e,p){e=e||{};if(e.addBOM===undefined)e.addBOM=true;this.encoder=p.iconv.getEncoder(e.defaultEncoding||"utf-32le",e)}Utf32AutoEncoder.prototype.write=function(e){return this.encoder.write(e)};Utf32AutoEncoder.prototype.end=function(){return this.encoder.end()};function Utf32AutoDecoder(e,p){this.decoder=null;this.initialBufs=[];this.initialBufsLen=0;this.options=e||{};this.iconv=p.iconv}Utf32AutoDecoder.prototype.write=function(e){if(!this.decoder){this.initialBufs.push(e);this.initialBufsLen+=e.length;if(this.initialBufsLen<32)return"";var p=detectEncoding(this.initialBufs,this.options.defaultEncoding);this.decoder=this.iconv.getDecoder(p,this.options);var a="";for(var d=0;d<this.initialBufs.length;d++)a+=this.decoder.write(this.initialBufs[d]);this.initialBufs.length=this.initialBufsLen=0;return a}return this.decoder.write(e)};Utf32AutoDecoder.prototype.end=function(){if(!this.decoder){var e=detectEncoding(this.initialBufs,this.options.defaultEncoding);this.decoder=this.iconv.getDecoder(e,this.options);var p="";for(var a=0;a<this.initialBufs.length;a++)p+=this.decoder.write(this.initialBufs[a]);var d=this.decoder.end();if(d)p+=d;this.initialBufs.length=this.initialBufsLen=0;return p}return this.decoder.end()};function detectEncoding(e,p){var a=[];var d=0;var i=0,m=0;var l=0,t=0;e:for(var s=0;s<e.length;s++){var r=e[s];for(var o=0;o<r.length;o++){a.push(r[o]);if(a.length===4){if(d===0){if(a[0]===255&&a[1]===254&&a[2]===0&&a[3]===0){return"utf-32le"}if(a[0]===0&&a[1]===0&&a[2]===254&&a[3]===255){return"utf-32be"}}if(a[0]!==0||a[1]>16)m++;if(a[3]!==0||a[2]>16)i++;if(a[0]===0&&a[1]===0&&(a[2]!==0||a[3]!==0))t++;if((a[0]!==0||a[1]!==0)&&a[2]===0&&a[3]===0)l++;a.length=0;d++;if(d>=100){break e}}}}if(t-m>l-i)return"utf-32be";if(t-m<l-i)return"utf-32le";return p||"utf-32le"}},821:(e,p,a)=>{var d=a(889).Buffer;p.utf7=Utf7Codec;p.unicode11utf7="utf7";function Utf7Codec(e,p){this.iconv=p}Utf7Codec.prototype.encoder=Utf7Encoder;Utf7Codec.prototype.decoder=Utf7Decoder;Utf7Codec.prototype.bomAware=true;var i=/[^A-Za-z0-9'\(\),-\.\/:\? \n\r\t]+/g;function Utf7Encoder(e,p){this.iconv=p.iconv}Utf7Encoder.prototype.write=function(e){return d.from(e.replace(i,function(e){return"+"+(e==="+"?"":this.iconv.encode(e,"utf16-be").toString("base64").replace(/=+$/,""))+"-"}.bind(this)))};Utf7Encoder.prototype.end=function(){};function Utf7Decoder(e,p){this.iconv=p.iconv;this.inBase64=false;this.base64Accum=""}var m=/[A-Za-z0-9\/+]/;var l=[];for(var t=0;t<256;t++)l[t]=m.test(String.fromCharCode(t));var s="+".charCodeAt(0),r="-".charCodeAt(0),o="&".charCodeAt(0);Utf7Decoder.prototype.write=function(e){var p="",a=0,i=this.inBase64,m=this.base64Accum;for(var t=0;t<e.length;t++){if(!i){if(e[t]==s){p+=this.iconv.decode(e.slice(a,t),"ascii");a=t+1;i=true}}else{if(!l[e[t]]){if(t==a&&e[t]==r){p+="+"}else{var o=m+this.iconv.decode(e.slice(a,t),"ascii");p+=this.iconv.decode(d.from(o,"base64"),"utf16-be")}if(e[t]!=r)t--;a=t+1;i=false;m=""}}}if(!i){p+=this.iconv.decode(e.slice(a),"ascii")}else{var o=m+this.iconv.decode(e.slice(a),"ascii");var n=o.length-o.length%8;m=o.slice(n);o=o.slice(0,n);p+=this.iconv.decode(d.from(o,"base64"),"utf16-be")}this.inBase64=i;this.base64Accum=m;return p};Utf7Decoder.prototype.end=function(){var e="";if(this.inBase64&&this.base64Accum.length>0)e=this.iconv.decode(d.from(this.base64Accum,"base64"),"utf16-be");this.inBase64=false;this.base64Accum="";return e};p.utf7imap=Utf7IMAPCodec;function Utf7IMAPCodec(e,p){this.iconv=p}Utf7IMAPCodec.prototype.encoder=Utf7IMAPEncoder;Utf7IMAPCodec.prototype.decoder=Utf7IMAPDecoder;Utf7IMAPCodec.prototype.bomAware=true;function Utf7IMAPEncoder(e,p){this.iconv=p.iconv;this.inBase64=false;this.base64Accum=d.alloc(6);this.base64AccumIdx=0}Utf7IMAPEncoder.prototype.write=function(e){var p=this.inBase64,a=this.base64Accum,i=this.base64AccumIdx,m=d.alloc(e.length*5+10),l=0;for(var t=0;t<e.length;t++){var s=e.charCodeAt(t);if(32<=s&&s<=126){if(p){if(i>0){l+=m.write(a.slice(0,i).toString("base64").replace(/\//g,",").replace(/=+$/,""),l);i=0}m[l++]=r;p=false}if(!p){m[l++]=s;if(s===o)m[l++]=r}}else{if(!p){m[l++]=o;p=true}if(p){a[i++]=s>>8;a[i++]=s&255;if(i==a.length){l+=m.write(a.toString("base64").replace(/\//g,","),l);i=0}}}}this.inBase64=p;this.base64AccumIdx=i;return m.slice(0,l)};Utf7IMAPEncoder.prototype.end=function(){var e=d.alloc(10),p=0;if(this.inBase64){if(this.base64AccumIdx>0){p+=e.write(this.base64Accum.slice(0,this.base64AccumIdx).toString("base64").replace(/\//g,",").replace(/=+$/,""),p);this.base64AccumIdx=0}e[p++]=r;this.inBase64=false}return e.slice(0,p)};function Utf7IMAPDecoder(e,p){this.iconv=p.iconv;this.inBase64=false;this.base64Accum=""}var n=l.slice();n[",".charCodeAt(0)]=true;Utf7IMAPDecoder.prototype.write=function(e){var p="",a=0,i=this.inBase64,m=this.base64Accum;for(var l=0;l<e.length;l++){if(!i){if(e[l]==o){p+=this.iconv.decode(e.slice(a,l),"ascii");a=l+1;i=true}}else{if(!n[e[l]]){if(l==a&&e[l]==r){p+="&"}else{var t=m+this.iconv.decode(e.slice(a,l),"ascii").replace(/,/g,"/");p+=this.iconv.decode(d.from(t,"base64"),"utf16-be")}if(e[l]!=r)l--;a=l+1;i=false;m=""}}}if(!i){p+=this.iconv.decode(e.slice(a),"ascii")}else{var t=m+this.iconv.decode(e.slice(a),"ascii").replace(/,/g,"/");var s=t.length-t.length%8;m=t.slice(s);t=t.slice(0,s);p+=this.iconv.decode(d.from(t,"base64"),"utf16-be")}this.inBase64=i;this.base64Accum=m;return p};Utf7IMAPDecoder.prototype.end=function(){var e="";if(this.inBase64&&this.base64Accum.length>0)e=this.iconv.decode(d.from(this.base64Accum,"base64"),"utf16-be");this.inBase64=false;this.base64Accum="";return e}},735:(e,p)=>{var a="\ufeff";p.PrependBOM=PrependBOMWrapper;function PrependBOMWrapper(e,p){this.encoder=e;this.addBOM=true}PrependBOMWrapper.prototype.write=function(e){if(this.addBOM){e=a+e;this.addBOM=false}return this.encoder.write(e)};PrependBOMWrapper.prototype.end=function(){return this.encoder.end()};p.StripBOM=StripBOMWrapper;function StripBOMWrapper(e,p){this.decoder=e;this.pass=false;this.options=p||{}}StripBOMWrapper.prototype.write=function(e){var p=this.decoder.write(e);if(this.pass||!p)return p;if(p[0]===a){p=p.slice(1);if(typeof this.options.stripBOM==="function")this.options.stripBOM()}this.pass=true;return p};StripBOMWrapper.prototype.end=function(){return this.decoder.end()}},299:(e,p,a)=>{var d=a(889).Buffer;var i=a(735),m=e.exports;m.encodings=null;m.defaultCharUnicode="�";m.defaultCharSingleByte="?";m.encode=function encode(e,p,a){e=""+(e||"");var i=m.getEncoder(p,a);var l=i.write(e);var t=i.end();return t&&t.length>0?d.concat([l,t]):l};m.decode=function decode(e,p,a){if(typeof e==="string"){if(!m.skipDecodeWarning){console.error("Iconv-lite warning: decode()-ing strings is deprecated. Refer to https://github.com/ashtuchkin/iconv-lite/wiki/Use-Buffers-when-decoding");m.skipDecodeWarning=true}e=d.from(""+(e||""),"binary")}var i=m.getDecoder(p,a);var l=i.write(e);var t=i.end();return t?l+t:l};m.encodingExists=function encodingExists(e){try{m.getCodec(e);return true}catch(e){return false}};m.toEncoding=m.encode;m.fromEncoding=m.decode;m._codecDataCache={};m.getCodec=function getCodec(e){if(!m.encodings)m.encodings=a(923);var p=m._canonicalizeEncoding(e);var d={};while(true){var i=m._codecDataCache[p];if(i)return i;var l=m.encodings[p];switch(typeof l){case"string":p=l;break;case"object":for(var t in l)d[t]=l[t];if(!d.encodingName)d.encodingName=p;p=l.type;break;case"function":if(!d.encodingName)d.encodingName=p;i=new l(d,m);m._codecDataCache[d.encodingName]=i;return i;default:throw new Error("Encoding not recognized: '"+e+"' (searched as: '"+p+"')")}}};m._canonicalizeEncoding=function(e){return(""+e).toLowerCase().replace(/:\d{4}$|[^0-9a-z]/g,"")};m.getEncoder=function getEncoder(e,p){var a=m.getCodec(e),d=new a.encoder(p,a);if(a.bomAware&&p&&p.addBOM)d=new i.PrependBOM(d,p);return d};m.getDecoder=function getDecoder(e,p){var a=m.getCodec(e),d=new a.decoder(p,a);if(a.bomAware&&!(p&&p.stripBOM===false))d=new i.StripBOM(d,p);return d};m.enableStreamingAPI=function enableStreamingAPI(e){if(m.supportsStreams)return;var p=a(743)(e);m.IconvLiteEncoderStream=p.IconvLiteEncoderStream;m.IconvLiteDecoderStream=p.IconvLiteDecoderStream;m.encodeStream=function encodeStream(e,p){return new m.IconvLiteEncoderStream(m.getEncoder(e,p),p)};m.decodeStream=function decodeStream(e,p){return new m.IconvLiteDecoderStream(m.getDecoder(e,p),p)};m.supportsStreams=true};var l;try{l=a(781)}catch(e){}if(l&&l.Transform){m.enableStreamingAPI(l)}else{m.encodeStream=m.decodeStream=function(){throw new Error("iconv-lite Streaming API is not enabled. Use iconv.enableStreamingAPI(require('stream')); to enable it.")}}if(false){}},743:(e,p,a)=>{var d=a(889).Buffer;e.exports=function(e){var p=e.Transform;function IconvLiteEncoderStream(e,a){this.conv=e;a=a||{};a.decodeStrings=false;p.call(this,a)}IconvLiteEncoderStream.prototype=Object.create(p.prototype,{constructor:{value:IconvLiteEncoderStream}});IconvLiteEncoderStream.prototype._transform=function(e,p,a){if(typeof e!="string")return a(new Error("Iconv encoding stream needs strings as its input."));try{var d=this.conv.write(e);if(d&&d.length)this.push(d);a()}catch(e){a(e)}};IconvLiteEncoderStream.prototype._flush=function(e){try{var p=this.conv.end();if(p&&p.length)this.push(p);e()}catch(p){e(p)}};IconvLiteEncoderStream.prototype.collect=function(e){var p=[];this.on("error",e);this.on("data",(function(e){p.push(e)}));this.on("end",(function(){e(null,d.concat(p))}));return this};function IconvLiteDecoderStream(e,a){this.conv=e;a=a||{};a.encoding=this.encoding="utf8";p.call(this,a)}IconvLiteDecoderStream.prototype=Object.create(p.prototype,{constructor:{value:IconvLiteDecoderStream}});IconvLiteDecoderStream.prototype._transform=function(e,p,a){if(!d.isBuffer(e)&&!(e instanceof Uint8Array))return a(new Error("Iconv decoding stream needs buffers as its input."));try{var i=this.conv.write(e);if(i&&i.length)this.push(i,this.encoding);a()}catch(e){a(e)}};IconvLiteDecoderStream.prototype._flush=function(e){try{var p=this.conv.end();if(p&&p.length)this.push(p,this.encoding);e()}catch(p){e(p)}};IconvLiteDecoderStream.prototype.collect=function(e){var p="";this.on("error",e);this.on("data",(function(e){p+=e}));this.on("end",(function(){e(null,p)}));return this};return{IconvLiteEncoderStream:IconvLiteEncoderStream,IconvLiteDecoderStream:IconvLiteDecoderStream}}},539:(e,p,a)=>{Object.defineProperty(p,"__esModule",{value:true});function _interopDefault(e){return e&&typeof e==="object"&&"default"in e?e["default"]:e}var d=_interopDefault(a(781));var i=_interopDefault(a(685));var m=_interopDefault(a(310));var l=_interopDefault(a(824));var t=_interopDefault(a(687));var s=_interopDefault(a(796));const r=d.Readable;const o=Symbol("buffer");const n=Symbol("type");class Blob{constructor(){this[n]="";const e=arguments[0];const p=arguments[1];const a=[];let d=0;if(e){const p=e;const i=Number(p.length);for(let e=0;e<i;e++){const i=p[e];let m;if(i instanceof Buffer){m=i}else if(ArrayBuffer.isView(i)){m=Buffer.from(i.buffer,i.byteOffset,i.byteLength)}else if(i instanceof ArrayBuffer){m=Buffer.from(i)}else if(i instanceof Blob){m=i[o]}else{m=Buffer.from(typeof i==="string"?i:String(i))}d+=m.length;a.push(m)}}this[o]=Buffer.concat(a);let i=p&&p.type!==undefined&&String(p.type).toLowerCase();if(i&&!/[^\u0020-\u007E]/.test(i)){this[n]=i}}get size(){return this[o].length}get type(){return this[n]}text(){return Promise.resolve(this[o].toString())}arrayBuffer(){const e=this[o];const p=e.buffer.slice(e.byteOffset,e.byteOffset+e.byteLength);return Promise.resolve(p)}stream(){const e=new r;e._read=function(){};e.push(this[o]);e.push(null);return e}toString(){return"[object Blob]"}slice(){const e=this.size;const p=arguments[0];const a=arguments[1];let d,i;if(p===undefined){d=0}else if(p<0){d=Math.max(e+p,0)}else{d=Math.min(p,e)}if(a===undefined){i=e}else if(a<0){i=Math.max(e+a,0)}else{i=Math.min(a,e)}const m=Math.max(i-d,0);const l=this[o];const t=l.slice(d,d+m);const s=new Blob([],{type:arguments[2]});s[o]=t;return s}}Object.defineProperties(Blob.prototype,{size:{enumerable:true},type:{enumerable:true},slice:{enumerable:true}});Object.defineProperty(Blob.prototype,Symbol.toStringTag,{value:"Blob",writable:false,enumerable:false,configurable:true});function FetchError(e,p,a){Error.call(this,e);this.message=e;this.type=p;if(a){this.code=this.errno=a.code}Error.captureStackTrace(this,this.constructor)}FetchError.prototype=Object.create(Error.prototype);FetchError.prototype.constructor=FetchError;FetchError.prototype.name="FetchError";let c;try{c=a(43).O}catch(e){}const u=Symbol("Body internals");const v=d.PassThrough;function Body(e){var p=this;var a=arguments.length>1&&arguments[1]!==undefined?argum