editor-svg 1.0.21 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/editor-svg.es.js +1 -1
- package/dist/editor-svg.es.js.map +1 -1
- package/dist/editor-svg.umd.js +1 -1
- package/dist/editor-svg.umd.js.map +1 -1
- package/dist/plugins/copy.js +2 -0
- package/dist/plugins/copy.js.map +1 -0
- package/dist/plugins/docx.js +15 -0
- package/dist/plugins/docx.js.map +1 -0
- package/dist/plugins/markdown.js +2 -0
- package/dist/plugins/markdown.js.map +1 -0
- package/dist/src/editor/core/draw/Draw.d.ts +1 -1
- package/dist/src/plugins/copy/index.d.ts +5 -0
- package/dist/src/plugins/docx/exportDocx.d.ts +9 -0
- package/dist/src/plugins/docx/importDocx.d.ts +8 -0
- package/dist/src/plugins/docx/index.d.ts +6 -0
- package/dist/src/plugins/docx/utils.d.ts +1 -0
- package/dist/src/plugins/markdown/index.d.ts +6 -0
- package/package.json +2 -2
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
var e=Object.defineProperty,t=Object.defineProperties,n=Object.getOwnPropertyDescriptors,r=Object.getOwnPropertySymbols,i=Object.prototype.hasOwnProperty,o=Object.prototype.propertyIsEnumerable,a=(t,n,r)=>n in t?e(t,n,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[n]=r,s=(e,t)=>{for(var n in t||(t={}))i.call(t,n)&&a(e,n,t[n]);if(r)for(var n of r(t))o.call(t,n)&&a(e,n,t[n]);return e};import{ListType as c,ElementType as u,ListStyle as l,RowFlex as d,TitleLevel as h,VerticalAlign as f,TableBorder as p}from"editor-svg";var g=Object.defineProperty,m=Object.defineProperties,y=Object.getOwnPropertyDescriptors,b=Object.getOwnPropertySymbols,w=Object.prototype.hasOwnProperty,x=Object.prototype.propertyIsEnumerable,v=(e,t,n)=>t in e?g(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,_=(e,t)=>{for(var n in t||(t={}))w.call(t,n)&&v(e,n,t[n]);if(b)for(var n of b(t))x.call(t,n)&&v(e,n,t[n]);return e},D=(e,t)=>m(e,y(t)),T=(e,t,n)=>(v(e,"symbol"!=typeof t?t+"":t,n),n),U=(e,t,n)=>new Promise(((r,i)=>{var o=e=>{try{s(n.next(e))}catch(t){i(t)}},a=e=>{try{s(n.throw(e))}catch(t){i(t)}},s=e=>e.done?r(e.value):Promise.resolve(e.value).then(o,a);s((n=n.apply(e,t)).next())}));class E{constructor(e){T(this,"rootKey"),this.rootKey=e}}const k=Object.seal({});class S extends E{constructor(e){super(e),T(this,"root"),this.root=new Array}prepForXml(e){var t;e.stack.push(this);const n=this.root.map((t=>t instanceof E?t.prepForXml(e):t)).filter((e=>void 0!==e));return e.stack.pop(),{[this.rootKey]:n.length?1===n.length&&(null==(t=n[0])?void 0:t._attr)?n[0]:n:k}}addChildElement(e){return this.root.push(e),this}}class A extends S{prepForXml(e){const t=super.prepForXml(e);if(t&&("object"!=typeof t[this.rootKey]||Object.keys(t[this.rootKey]).length))return t}}class F extends E{constructor(e){super("_attr"),T(this,"xmlKeys"),this.root=e}prepForXml(e){const t={};return Object.keys(this.root).forEach((e=>{const n=this.root[e];if(void 0!==n){const r=this.xmlKeys&&this.xmlKeys[e]||e;t[r]=n}})),{_attr:t}}}class C extends E{constructor(e){super("_attr"),this.root=e}prepForXml(e){return{_attr:Object.values(this.root).filter((({value:e})=>void 0!==e)).reduce(((e,{key:t,value:n})=>D(_({},e),{[t]:n})),{})}}}class I extends F{constructor(){super(...arguments),T(this,"xmlKeys",{val:"w:val",color:"w:color",fill:"w:fill",space:"w:space",sz:"w:sz",type:"w:type",rsidR:"w:rsidR",rsidRPr:"w:rsidRPr",rsidSect:"w:rsidSect",w:"w:w",h:"w:h",top:"w:top",right:"w:right",bottom:"w:bottom",left:"w:left",header:"w:header",footer:"w:footer",gutter:"w:gutter",linePitch:"w:linePitch",pos:"w:pos"})}}var O="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function N(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var B,W={},R={exports:{}},P="object"==typeof Reflect?Reflect:null,L=P&&"function"==typeof P.apply?P.apply:function(e,t,n){return Function.prototype.apply.call(e,t,n)};B=P&&"function"==typeof P.ownKeys?P.ownKeys:Object.getOwnPropertySymbols?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:function(e){return Object.getOwnPropertyNames(e)};var j=Number.isNaN||function(e){return e!=e};function z(){z.init.call(this)}R.exports=z,R.exports.once=function(e,t){return new Promise((function(n,r){function i(n){e.removeListener(t,o),r(n)}function o(){"function"==typeof e.removeListener&&e.removeListener("error",i),n([].slice.call(arguments))}Y(e,t,o,{once:!0}),"error"!==t&&function(e,t,n){"function"==typeof e.on&&Y(e,"error",t,n)}(e,i,{once:!0})}))},z.EventEmitter=z,z.prototype._events=void 0,z.prototype._eventsCount=0,z.prototype._maxListeners=void 0;var M=10;function q(e){if("function"!=typeof e)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof e)}function H(e){return void 0===e._maxListeners?z.defaultMaxListeners:e._maxListeners}function V(e,t,n,r){var i,o,a;if(q(n),void 0===(o=e._events)?(o=e._events=Object.create(null),e._eventsCount=0):(void 0!==o.newListener&&(e.emit("newListener",t,n.listener?n.listener:n),o=e._events),a=o[t]),void 0===a)a=o[t]=n,++e._eventsCount;else if("function"==typeof a?a=o[t]=r?[n,a]:[a,n]:r?a.unshift(n):a.push(n),(i=H(e))>0&&a.length>i&&!a.warned){a.warned=!0;var s=new Error("Possible EventEmitter memory leak detected. "+a.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");s.name="MaxListenersExceededWarning",s.emitter=e,s.type=t,s.count=a.length,console&&console.warn}return e}function K(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function G(e,t,n){var r={fired:!1,wrapFn:void 0,target:e,type:t,listener:n},i=K.bind(r);return i.listener=n,r.wrapFn=i,i}function Z(e,t,n){var r=e._events;if(void 0===r)return[];var i=r[t];return void 0===i?[]:"function"==typeof i?n?[i.listener||i]:[i]:n?function(e){for(var t=new Array(e.length),n=0;n<t.length;++n)t[n]=e[n].listener||e[n];return t}(i):$(i,i.length)}function X(e){var t=this._events;if(void 0!==t){var n=t[e];if("function"==typeof n)return 1;if(void 0!==n)return n.length}return 0}function $(e,t){for(var n=new Array(t),r=0;r<t;++r)n[r]=e[r];return n}function Y(e,t,n,r){if("function"==typeof e.on)r.once?e.once(t,n):e.on(t,n);else{if("function"!=typeof e.addEventListener)throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof e);e.addEventListener(t,(function i(o){r.once&&e.removeEventListener(t,i),n(o)}))}}Object.defineProperty(z,"defaultMaxListeners",{enumerable:!0,get:function(){return M},set:function(e){if("number"!=typeof e||e<0||j(e))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+e+".");M=e}}),z.init=function(){void 0!==this._events&&this._events!==Object.getPrototypeOf(this)._events||(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},z.prototype.setMaxListeners=function(e){if("number"!=typeof e||e<0||j(e))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+e+".");return this._maxListeners=e,this},z.prototype.getMaxListeners=function(){return H(this)},z.prototype.emit=function(e){for(var t=[],n=1;n<arguments.length;n++)t.push(arguments[n]);var r="error"===e,i=this._events;if(void 0!==i)r=r&&void 0===i.error;else if(!r)return!1;if(r){var o;if(t.length>0&&(o=t[0]),o instanceof Error)throw o;var a=new Error("Unhandled error."+(o?" ("+o.message+")":""));throw a.context=o,a}var s=i[e];if(void 0===s)return!1;if("function"==typeof s)L(s,this,t);else{var c=s.length,u=$(s,c);for(n=0;n<c;++n)L(u[n],this,t)}return!0},z.prototype.addListener=function(e,t){return V(this,e,t,!1)},z.prototype.on=z.prototype.addListener,z.prototype.prependListener=function(e,t){return V(this,e,t,!0)},z.prototype.once=function(e,t){return q(t),this.on(e,G(this,e,t)),this},z.prototype.prependOnceListener=function(e,t){return q(t),this.prependListener(e,G(this,e,t)),this},z.prototype.removeListener=function(e,t){var n,r,i,o,a;if(q(t),void 0===(r=this._events))return this;if(void 0===(n=r[e]))return this;if(n===t||n.listener===t)0==--this._eventsCount?this._events=Object.create(null):(delete r[e],r.removeListener&&this.emit("removeListener",e,n.listener||t));else if("function"!=typeof n){for(i=-1,o=n.length-1;o>=0;o--)if(n[o]===t||n[o].listener===t){a=n[o].listener,i=o;break}if(i<0)return this;0===i?n.shift():function(e,t){for(;t+1<e.length;t++)e[t]=e[t+1];e.pop()}(n,i),1===n.length&&(r[e]=n[0]),void 0!==r.removeListener&&this.emit("removeListener",e,a||t)}return this},z.prototype.off=z.prototype.removeListener,z.prototype.removeAllListeners=function(e){var t,n,r;if(void 0===(n=this._events))return this;if(void 0===n.removeListener)return 0===arguments.length?(this._events=Object.create(null),this._eventsCount=0):void 0!==n[e]&&(0==--this._eventsCount?this._events=Object.create(null):delete n[e]),this;if(0===arguments.length){var i,o=Object.keys(n);for(r=0;r<o.length;++r)"removeListener"!==(i=o[r])&&this.removeAllListeners(i);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if("function"==typeof(t=n[e]))this.removeListener(e,t);else if(void 0!==t)for(r=t.length-1;r>=0;r--)this.removeListener(e,t[r]);return this},z.prototype.listeners=function(e){return Z(this,e,!0)},z.prototype.rawListeners=function(e){return Z(this,e,!1)},z.listenerCount=function(e,t){return"function"==typeof e.listenerCount?e.listenerCount(t):X.call(e,t)},z.prototype.listenerCount=X,z.prototype.eventNames=function(){return this._eventsCount>0?B(this._events):[]};var Q=R.exports,J={exports:{}};"function"==typeof Object.create?J.exports=function(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:J.exports=function(e,t){if(t){e.super_=t;var n=function(){};n.prototype=t.prototype,e.prototype=new n,e.prototype.constructor=e}};var ee=J.exports;function te(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var ne,re,ie={exports:{}},oe=ie.exports={};function ae(){throw new Error("setTimeout has not been defined")}function se(){throw new Error("clearTimeout has not been defined")}function ce(e){if(ne===setTimeout)return setTimeout(e,0);if((ne===ae||!ne)&&setTimeout)return ne=setTimeout,setTimeout(e,0);try{return ne(e,0)}catch(t){try{return ne.call(null,e,0)}catch(n){return ne.call(this,e,0)}}}!function(){try{ne="function"==typeof setTimeout?setTimeout:ae}catch(e){ne=ae}try{re="function"==typeof clearTimeout?clearTimeout:se}catch(e){re=se}}();var ue,le=[],de=!1,he=-1;function fe(){de&&ue&&(de=!1,ue.length?le=ue.concat(le):he=-1,le.length&&pe())}function pe(){if(!de){var e=ce(fe);de=!0;for(var t=le.length;t;){for(ue=le,le=[];++he<t;)ue&&ue[he].run();he=-1,t=le.length}ue=null,de=!1,function(e){if(re===clearTimeout)return clearTimeout(e);if((re===se||!re)&&clearTimeout)return re=clearTimeout,clearTimeout(e);try{re(e)}catch(t){try{return re.call(null,e)}catch(n){return re.call(this,e)}}}(e)}}function ge(e,t){this.fun=e,this.array=t}function me(){}oe.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];le.push(new ge(e,t)),1!==le.length||de||ce(pe)},ge.prototype.run=function(){this.fun.apply(null,this.array)},oe.title="browser",oe.browser=!0,oe.env={},oe.argv=[],oe.version="",oe.versions={},oe.on=me,oe.addListener=me,oe.once=me,oe.off=me,oe.removeListener=me,oe.removeAllListeners=me,oe.emit=me,oe.prependListener=me,oe.prependOnceListener=me,oe.listeners=function(e){return[]},oe.binding=function(e){throw new Error("process.binding is not supported")},oe.cwd=function(){return"/"},oe.chdir=function(e){throw new Error("process.chdir is not supported")},oe.umask=function(){return 0};const ye=te(ie.exports);var be,we;function xe(){return we?be:(we=1,be=Q.EventEmitter)}var ve,_e={},De={};var Te,Ue,Ee={};
|
|
2
|
+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */function ke(){return Ue||(Ue=1,function(e){var t=function(){if(ve)return De;ve=1,De.byteLength=function(e){var t=a(e),n=t[0],r=t[1];return 3*(n+r)/4-r},De.toByteArray=function(e){var r,i,o=a(e),s=o[0],c=o[1],u=new n(function(e,t,n){return 3*(t+n)/4-n}(0,s,c)),l=0,d=c>0?s-4:s;for(i=0;i<d;i+=4)r=t[e.charCodeAt(i)]<<18|t[e.charCodeAt(i+1)]<<12|t[e.charCodeAt(i+2)]<<6|t[e.charCodeAt(i+3)],u[l++]=r>>16&255,u[l++]=r>>8&255,u[l++]=255&r;return 2===c&&(r=t[e.charCodeAt(i)]<<2|t[e.charCodeAt(i+1)]>>4,u[l++]=255&r),1===c&&(r=t[e.charCodeAt(i)]<<10|t[e.charCodeAt(i+1)]<<4|t[e.charCodeAt(i+2)]>>2,u[l++]=r>>8&255,u[l++]=255&r),u},De.fromByteArray=function(t){for(var n,r=t.length,i=r%3,o=[],a=16383,c=0,u=r-i;c<u;c+=a)o.push(s(t,c,c+a>u?u:c+a));return 1===i?(n=t[r-1],o.push(e[n>>2]+e[n<<4&63]+"==")):2===i&&(n=(t[r-2]<<8)+t[r-1],o.push(e[n>>10]+e[n>>4&63]+e[n<<2&63]+"=")),o.join("")};for(var e=[],t=[],n="undefined"!=typeof Uint8Array?Uint8Array:Array,r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",i=0,o=r.length;i<o;++i)e[i]=r[i],t[r.charCodeAt(i)]=i;function a(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=e.indexOf("=");return-1===n&&(n=t),[n,n===t?0:4-n%4]}function s(t,n,r){for(var i,o,a=[],s=n;s<r;s+=3)i=(t[s]<<16&16711680)+(t[s+1]<<8&65280)+(255&t[s+2]),a.push(e[(o=i)>>18&63]+e[o>>12&63]+e[o>>6&63]+e[63&o]);return a.join("")}return t["-".charCodeAt(0)]=62,t["_".charCodeAt(0)]=63,De}(),n=(Te||(Te=1,Ee.read=function(e,t,n,r,i){var o,a,s=8*i-r-1,c=(1<<s)-1,u=c>>1,l=-7,d=n?i-1:0,h=n?-1:1,f=e[t+d];for(d+=h,o=f&(1<<-l)-1,f>>=-l,l+=s;l>0;o=256*o+e[t+d],d+=h,l-=8);for(a=o&(1<<-l)-1,o>>=-l,l+=r;l>0;a=256*a+e[t+d],d+=h,l-=8);if(0===o)o=1-u;else{if(o===c)return a?NaN:1/0*(f?-1:1);a+=Math.pow(2,r),o-=u}return(f?-1:1)*a*Math.pow(2,o-r)},Ee.write=function(e,t,n,r,i,o){var a,s,c,u=8*o-i-1,l=(1<<u)-1,d=l>>1,h=23===i?Math.pow(2,-24)-Math.pow(2,-77):0,f=r?0:o-1,p=r?1:-1,g=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(s=isNaN(t)?1:0,a=l):(a=Math.floor(Math.log(t)/Math.LN2),t*(c=Math.pow(2,-a))<1&&(a--,c*=2),(t+=a+d>=1?h/c:h*Math.pow(2,1-d))*c>=2&&(a++,c/=2),a+d>=l?(s=0,a=l):a+d>=1?(s=(t*c-1)*Math.pow(2,i),a+=d):(s=t*Math.pow(2,d-1)*Math.pow(2,i),a=0));i>=8;e[n+f]=255&s,f+=p,s/=256,i-=8);for(a=a<<i|s,u+=i;u>0;e[n+f]=255&a,f+=p,a/=256,u-=8);e[n+f-p]|=128*g}),Ee),r="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):null;e.Buffer=a,e.SlowBuffer=function(e){+e!=e&&(e=0);return a.alloc(+e)},e.INSPECT_MAX_BYTES=50;var i=2147483647;function o(e){if(e>i)throw new RangeError('The value "'+e+'" is invalid for option "size"');var t=new Uint8Array(e);return Object.setPrototypeOf(t,a.prototype),t}function a(e,t,n){if("number"==typeof e){if("string"==typeof t)throw new TypeError('The "string" argument must be of type string. Received type number');return u(e)}return s(e,t,n)}function s(e,t,n){if("string"==typeof e)return function(e,t){"string"==typeof t&&""!==t||(t="utf8");if(!a.isEncoding(t))throw new TypeError("Unknown encoding: "+t);var n=0|f(e,t),r=o(n),i=r.write(e,t);i!==n&&(r=r.slice(0,i));return r}(e,t);if(ArrayBuffer.isView(e))return function(e){if(L(e,Uint8Array)){var t=new Uint8Array(e);return d(t.buffer,t.byteOffset,t.byteLength)}return l(e)}(e);if(null==e)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(L(e,ArrayBuffer)||e&&L(e.buffer,ArrayBuffer))return d(e,t,n);if("undefined"!=typeof SharedArrayBuffer&&(L(e,SharedArrayBuffer)||e&&L(e.buffer,SharedArrayBuffer)))return d(e,t,n);if("number"==typeof e)throw new TypeError('The "value" argument must not be of type number. Received type number');var r=e.valueOf&&e.valueOf();if(null!=r&&r!==e)return a.from(r,t,n);var i=function(e){if(a.isBuffer(e)){var t=0|h(e.length),n=o(t);return 0===n.length||e.copy(n,0,0,t),n}if(void 0!==e.length)return"number"!=typeof e.length||j(e.length)?o(0):l(e);if("Buffer"===e.type&&Array.isArray(e.data))return l(e.data)}(e);if(i)return i;if("undefined"!=typeof Symbol&&null!=Symbol.toPrimitive&&"function"==typeof e[Symbol.toPrimitive])return a.from(e[Symbol.toPrimitive]("string"),t,n);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}function c(e){if("number"!=typeof e)throw new TypeError('"size" argument must be of type number');if(e<0)throw new RangeError('The value "'+e+'" is invalid for option "size"')}function u(e){return c(e),o(e<0?0:0|h(e))}function l(e){for(var t=e.length<0?0:0|h(e.length),n=o(t),r=0;r<t;r+=1)n[r]=255&e[r];return n}function d(e,t,n){if(t<0||e.byteLength<t)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<t+(n||0))throw new RangeError('"length" is outside of buffer bounds');var r;return r=void 0===t&&void 0===n?new Uint8Array(e):void 0===n?new Uint8Array(e,t):new Uint8Array(e,t,n),Object.setPrototypeOf(r,a.prototype),r}function h(e){if(e>=i)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+i.toString(16)+" bytes");return 0|e}function f(e,t){if(a.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||L(e,ArrayBuffer))return e.byteLength;if("string"!=typeof e)throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var n=e.length,r=arguments.length>2&&!0===arguments[2];if(!r&&0===n)return 0;for(var i=!1;;)switch(t){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":return W(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*n;case"hex":return n>>>1;case"base64":return R(e).length;default:if(i)return r?-1:W(e).length;t=(""+t).toLowerCase(),i=!0}}function p(e,t,n){var r=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return"";if((void 0===n||n>this.length)&&(n=this.length),n<=0)return"";if((n>>>=0)<=(t>>>=0))return"";for(e||(e="utf8");;)switch(e){case"hex":return S(this,t,n);case"utf8":case"utf-8":return T(this,t,n);case"ascii":return E(this,t,n);case"latin1":case"binary":return k(this,t,n);case"base64":return D(this,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return A(this,t,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}function g(e,t,n){var r=e[t];e[t]=e[n],e[n]=r}function m(e,t,n,r,i){if(0===e.length)return-1;if("string"==typeof n?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),j(n=+n)&&(n=i?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(i)return-1;n=e.length-1}else if(n<0){if(!i)return-1;n=0}if("string"==typeof t&&(t=a.from(t,r)),a.isBuffer(t))return 0===t.length?-1:y(e,t,n,r,i);if("number"==typeof t)return t&=255,"function"==typeof Uint8Array.prototype.indexOf?i?Uint8Array.prototype.indexOf.call(e,t,n):Uint8Array.prototype.lastIndexOf.call(e,t,n):y(e,[t],n,r,i);throw new TypeError("val must be string, number or Buffer")}function y(e,t,n,r,i){var o,a=1,s=e.length,c=t.length;if(void 0!==r&&("ucs2"===(r=String(r).toLowerCase())||"ucs-2"===r||"utf16le"===r||"utf-16le"===r)){if(e.length<2||t.length<2)return-1;a=2,s/=2,c/=2,n/=2}function u(e,t){return 1===a?e[t]:e.readUInt16BE(t*a)}if(i){var l=-1;for(o=n;o<s;o++)if(u(e,o)===u(t,-1===l?0:o-l)){if(-1===l&&(l=o),o-l+1===c)return l*a}else-1!==l&&(o-=o-l),l=-1}else for(n+c>s&&(n=s-c),o=n;o>=0;o--){for(var d=!0,h=0;h<c;h++)if(u(e,o+h)!==u(t,h)){d=!1;break}if(d)return o}return-1}function b(e,t,n,r){n=Number(n)||0;var i=e.length-n;r?(r=Number(r))>i&&(r=i):r=i;var o=t.length;r>o/2&&(r=o/2);for(var a=0;a<r;++a){var s=parseInt(t.substr(2*a,2),16);if(j(s))return a;e[n+a]=s}return a}function w(e,t,n,r){return P(W(t,e.length-n),e,n,r)}function x(e,t,n,r){return P(function(e){for(var t=[],n=0;n<e.length;++n)t.push(255&e.charCodeAt(n));return t}(t),e,n,r)}function v(e,t,n,r){return P(R(t),e,n,r)}function _(e,t,n,r){return P(function(e,t){for(var n,r,i,o=[],a=0;a<e.length&&!((t-=2)<0);++a)r=(n=e.charCodeAt(a))>>8,i=n%256,o.push(i),o.push(r);return o}(t,e.length-n),e,n,r)}function D(e,n,r){return 0===n&&r===e.length?t.fromByteArray(e):t.fromByteArray(e.slice(n,r))}function T(e,t,n){n=Math.min(e.length,n);for(var r=[],i=t;i<n;){var o,a,s,c,u=e[i],l=null,d=u>239?4:u>223?3:u>191?2:1;if(i+d<=n)switch(d){case 1:u<128&&(l=u);break;case 2:128==(192&(o=e[i+1]))&&(c=(31&u)<<6|63&o)>127&&(l=c);break;case 3:o=e[i+1],a=e[i+2],128==(192&o)&&128==(192&a)&&(c=(15&u)<<12|(63&o)<<6|63&a)>2047&&(c<55296||c>57343)&&(l=c);break;case 4:o=e[i+1],a=e[i+2],s=e[i+3],128==(192&o)&&128==(192&a)&&128==(192&s)&&(c=(15&u)<<18|(63&o)<<12|(63&a)<<6|63&s)>65535&&c<1114112&&(l=c)}null===l?(l=65533,d=1):l>65535&&(l-=65536,r.push(l>>>10&1023|55296),l=56320|1023&l),r.push(l),i+=d}return function(e){var t=e.length;if(t<=U)return String.fromCharCode.apply(String,e);var n="",r=0;for(;r<t;)n+=String.fromCharCode.apply(String,e.slice(r,r+=U));return n}(r)}e.kMaxLength=i,a.TYPED_ARRAY_SUPPORT=function(){try{var e=new Uint8Array(1),t={foo:function(){return 42}};return Object.setPrototypeOf(t,Uint8Array.prototype),Object.setPrototypeOf(e,t),42===e.foo()}catch(n){return!1}}(),!a.TYPED_ARRAY_SUPPORT&&"undefined"!=typeof console&&console.error,Object.defineProperty(a.prototype,"parent",{enumerable:!0,get:function(){if(a.isBuffer(this))return this.buffer}}),Object.defineProperty(a.prototype,"offset",{enumerable:!0,get:function(){if(a.isBuffer(this))return this.byteOffset}}),a.poolSize=8192,a.from=function(e,t,n){return s(e,t,n)},Object.setPrototypeOf(a.prototype,Uint8Array.prototype),Object.setPrototypeOf(a,Uint8Array),a.alloc=function(e,t,n){return function(e,t,n){return c(e),e<=0?o(e):void 0!==t?"string"==typeof n?o(e).fill(t,n):o(e).fill(t):o(e)}(e,t,n)},a.allocUnsafe=function(e){return u(e)},a.allocUnsafeSlow=function(e){return u(e)},a.isBuffer=function(e){return null!=e&&!0===e._isBuffer&&e!==a.prototype},a.compare=function(e,t){if(L(e,Uint8Array)&&(e=a.from(e,e.offset,e.byteLength)),L(t,Uint8Array)&&(t=a.from(t,t.offset,t.byteLength)),!a.isBuffer(e)||!a.isBuffer(t))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===t)return 0;for(var n=e.length,r=t.length,i=0,o=Math.min(n,r);i<o;++i)if(e[i]!==t[i]){n=e[i],r=t[i];break}return n<r?-1:r<n?1:0},a.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}},a.concat=function(e,t){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(0===e.length)return a.alloc(0);var n;if(void 0===t)for(t=0,n=0;n<e.length;++n)t+=e[n].length;var r=a.allocUnsafe(t),i=0;for(n=0;n<e.length;++n){var o=e[n];if(L(o,Uint8Array))i+o.length>r.length?a.from(o).copy(r,i):Uint8Array.prototype.set.call(r,o,i);else{if(!a.isBuffer(o))throw new TypeError('"list" argument must be an Array of Buffers');o.copy(r,i)}i+=o.length}return r},a.byteLength=f,a.prototype._isBuffer=!0,a.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)g(this,t,t+1);return this},a.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)g(this,t,t+3),g(this,t+1,t+2);return this},a.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)g(this,t,t+7),g(this,t+1,t+6),g(this,t+2,t+5),g(this,t+3,t+4);return this},a.prototype.toString=function(){var e=this.length;return 0===e?"":0===arguments.length?T(this,0,e):p.apply(this,arguments)},a.prototype.toLocaleString=a.prototype.toString,a.prototype.equals=function(e){if(!a.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e||0===a.compare(this,e)},a.prototype.inspect=function(){var t="",n=e.INSPECT_MAX_BYTES;return t=this.toString("hex",0,n).replace(/(.{2})/g,"$1 ").trim(),this.length>n&&(t+=" ... "),"<Buffer "+t+">"},r&&(a.prototype[r]=a.prototype.inspect),a.prototype.compare=function(e,t,n,r,i){if(L(e,Uint8Array)&&(e=a.from(e,e.offset,e.byteLength)),!a.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(void 0===t&&(t=0),void 0===n&&(n=e?e.length:0),void 0===r&&(r=0),void 0===i&&(i=this.length),t<0||n>e.length||r<0||i>this.length)throw new RangeError("out of range index");if(r>=i&&t>=n)return 0;if(r>=i)return-1;if(t>=n)return 1;if(this===e)return 0;for(var o=(i>>>=0)-(r>>>=0),s=(n>>>=0)-(t>>>=0),c=Math.min(o,s),u=this.slice(r,i),l=e.slice(t,n),d=0;d<c;++d)if(u[d]!==l[d]){o=u[d],s=l[d];break}return o<s?-1:s<o?1:0},a.prototype.includes=function(e,t,n){return-1!==this.indexOf(e,t,n)},a.prototype.indexOf=function(e,t,n){return m(this,e,t,n,!0)},a.prototype.lastIndexOf=function(e,t,n){return m(this,e,t,n,!1)},a.prototype.write=function(e,t,n,r){if(void 0===t)r="utf8",n=this.length,t=0;else if(void 0===n&&"string"==typeof t)r=t,n=this.length,t=0;else{if(!isFinite(t))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");t>>>=0,isFinite(n)?(n>>>=0,void 0===r&&(r="utf8")):(r=n,n=void 0)}var i=this.length-t;if((void 0===n||n>i)&&(n=i),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");r||(r="utf8");for(var o=!1;;)switch(r){case"hex":return b(this,e,t,n);case"utf8":case"utf-8":return w(this,e,t,n);case"ascii":case"latin1":case"binary":return x(this,e,t,n);case"base64":return v(this,e,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return _(this,e,t,n);default:if(o)throw new TypeError("Unknown encoding: "+r);r=(""+r).toLowerCase(),o=!0}},a.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var U=4096;function E(e,t,n){var r="";n=Math.min(e.length,n);for(var i=t;i<n;++i)r+=String.fromCharCode(127&e[i]);return r}function k(e,t,n){var r="";n=Math.min(e.length,n);for(var i=t;i<n;++i)r+=String.fromCharCode(e[i]);return r}function S(e,t,n){var r=e.length;(!t||t<0)&&(t=0),(!n||n<0||n>r)&&(n=r);for(var i="",o=t;o<n;++o)i+=z[e[o]];return i}function A(e,t,n){for(var r=e.slice(t,n),i="",o=0;o<r.length-1;o+=2)i+=String.fromCharCode(r[o]+256*r[o+1]);return i}function F(e,t,n){if(e%1!=0||e<0)throw new RangeError("offset is not uint");if(e+t>n)throw new RangeError("Trying to access beyond buffer length")}function C(e,t,n,r,i,o){if(!a.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>i||t<o)throw new RangeError('"value" argument is out of bounds');if(n+r>e.length)throw new RangeError("Index out of range")}function I(e,t,n,r,i,o){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function O(e,t,r,i,o){return t=+t,r>>>=0,o||I(e,0,r,4),n.write(e,t,r,i,23,4),r+4}function N(e,t,r,i,o){return t=+t,r>>>=0,o||I(e,0,r,8),n.write(e,t,r,i,52,8),r+8}a.prototype.slice=function(e,t){var n=this.length;(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);var r=this.subarray(e,t);return Object.setPrototypeOf(r,a.prototype),r},a.prototype.readUintLE=a.prototype.readUIntLE=function(e,t,n){e>>>=0,t>>>=0,n||F(e,t,this.length);for(var r=this[e],i=1,o=0;++o<t&&(i*=256);)r+=this[e+o]*i;return r},a.prototype.readUintBE=a.prototype.readUIntBE=function(e,t,n){e>>>=0,t>>>=0,n||F(e,t,this.length);for(var r=this[e+--t],i=1;t>0&&(i*=256);)r+=this[e+--t]*i;return r},a.prototype.readUint8=a.prototype.readUInt8=function(e,t){return e>>>=0,t||F(e,1,this.length),this[e]},a.prototype.readUint16LE=a.prototype.readUInt16LE=function(e,t){return e>>>=0,t||F(e,2,this.length),this[e]|this[e+1]<<8},a.prototype.readUint16BE=a.prototype.readUInt16BE=function(e,t){return e>>>=0,t||F(e,2,this.length),this[e]<<8|this[e+1]},a.prototype.readUint32LE=a.prototype.readUInt32LE=function(e,t){return e>>>=0,t||F(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},a.prototype.readUint32BE=a.prototype.readUInt32BE=function(e,t){return e>>>=0,t||F(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},a.prototype.readIntLE=function(e,t,n){e>>>=0,t>>>=0,n||F(e,t,this.length);for(var r=this[e],i=1,o=0;++o<t&&(i*=256);)r+=this[e+o]*i;return r>=(i*=128)&&(r-=Math.pow(2,8*t)),r},a.prototype.readIntBE=function(e,t,n){e>>>=0,t>>>=0,n||F(e,t,this.length);for(var r=t,i=1,o=this[e+--r];r>0&&(i*=256);)o+=this[e+--r]*i;return o>=(i*=128)&&(o-=Math.pow(2,8*t)),o},a.prototype.readInt8=function(e,t){return e>>>=0,t||F(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},a.prototype.readInt16LE=function(e,t){e>>>=0,t||F(e,2,this.length);var n=this[e]|this[e+1]<<8;return 32768&n?4294901760|n:n},a.prototype.readInt16BE=function(e,t){e>>>=0,t||F(e,2,this.length);var n=this[e+1]|this[e]<<8;return 32768&n?4294901760|n:n},a.prototype.readInt32LE=function(e,t){return e>>>=0,t||F(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},a.prototype.readInt32BE=function(e,t){return e>>>=0,t||F(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},a.prototype.readFloatLE=function(e,t){return e>>>=0,t||F(e,4,this.length),n.read(this,e,!0,23,4)},a.prototype.readFloatBE=function(e,t){return e>>>=0,t||F(e,4,this.length),n.read(this,e,!1,23,4)},a.prototype.readDoubleLE=function(e,t){return e>>>=0,t||F(e,8,this.length),n.read(this,e,!0,52,8)},a.prototype.readDoubleBE=function(e,t){return e>>>=0,t||F(e,8,this.length),n.read(this,e,!1,52,8)},a.prototype.writeUintLE=a.prototype.writeUIntLE=function(e,t,n,r){(e=+e,t>>>=0,n>>>=0,r)||C(this,e,t,n,Math.pow(2,8*n)-1,0);var i=1,o=0;for(this[t]=255&e;++o<n&&(i*=256);)this[t+o]=e/i&255;return t+n},a.prototype.writeUintBE=a.prototype.writeUIntBE=function(e,t,n,r){(e=+e,t>>>=0,n>>>=0,r)||C(this,e,t,n,Math.pow(2,8*n)-1,0);var i=n-1,o=1;for(this[t+i]=255&e;--i>=0&&(o*=256);)this[t+i]=e/o&255;return t+n},a.prototype.writeUint8=a.prototype.writeUInt8=function(e,t,n){return e=+e,t>>>=0,n||C(this,e,t,1,255,0),this[t]=255&e,t+1},a.prototype.writeUint16LE=a.prototype.writeUInt16LE=function(e,t,n){return e=+e,t>>>=0,n||C(this,e,t,2,65535,0),this[t]=255&e,this[t+1]=e>>>8,t+2},a.prototype.writeUint16BE=a.prototype.writeUInt16BE=function(e,t,n){return e=+e,t>>>=0,n||C(this,e,t,2,65535,0),this[t]=e>>>8,this[t+1]=255&e,t+2},a.prototype.writeUint32LE=a.prototype.writeUInt32LE=function(e,t,n){return e=+e,t>>>=0,n||C(this,e,t,4,4294967295,0),this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e,t+4},a.prototype.writeUint32BE=a.prototype.writeUInt32BE=function(e,t,n){return e=+e,t>>>=0,n||C(this,e,t,4,4294967295,0),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e,t+4},a.prototype.writeIntLE=function(e,t,n,r){if(e=+e,t>>>=0,!r){var i=Math.pow(2,8*n-1);C(this,e,t,n,i-1,-i)}var o=0,a=1,s=0;for(this[t]=255&e;++o<n&&(a*=256);)e<0&&0===s&&0!==this[t+o-1]&&(s=1),this[t+o]=(e/a>>0)-s&255;return t+n},a.prototype.writeIntBE=function(e,t,n,r){if(e=+e,t>>>=0,!r){var i=Math.pow(2,8*n-1);C(this,e,t,n,i-1,-i)}var o=n-1,a=1,s=0;for(this[t+o]=255&e;--o>=0&&(a*=256);)e<0&&0===s&&0!==this[t+o+1]&&(s=1),this[t+o]=(e/a>>0)-s&255;return t+n},a.prototype.writeInt8=function(e,t,n){return e=+e,t>>>=0,n||C(this,e,t,1,127,-128),e<0&&(e=255+e+1),this[t]=255&e,t+1},a.prototype.writeInt16LE=function(e,t,n){return e=+e,t>>>=0,n||C(this,e,t,2,32767,-32768),this[t]=255&e,this[t+1]=e>>>8,t+2},a.prototype.writeInt16BE=function(e,t,n){return e=+e,t>>>=0,n||C(this,e,t,2,32767,-32768),this[t]=e>>>8,this[t+1]=255&e,t+2},a.prototype.writeInt32LE=function(e,t,n){return e=+e,t>>>=0,n||C(this,e,t,4,2147483647,-2147483648),this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24,t+4},a.prototype.writeInt32BE=function(e,t,n){return e=+e,t>>>=0,n||C(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e,t+4},a.prototype.writeFloatLE=function(e,t,n){return O(this,e,t,!0,n)},a.prototype.writeFloatBE=function(e,t,n){return O(this,e,t,!1,n)},a.prototype.writeDoubleLE=function(e,t,n){return N(this,e,t,!0,n)},a.prototype.writeDoubleBE=function(e,t,n){return N(this,e,t,!1,n)},a.prototype.copy=function(e,t,n,r){if(!a.isBuffer(e))throw new TypeError("argument should be a Buffer");if(n||(n=0),r||0===r||(r=this.length),t>=e.length&&(t=e.length),t||(t=0),r>0&&r<n&&(r=n),r===n)return 0;if(0===e.length||0===this.length)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("sourceEnd out of bounds");r>this.length&&(r=this.length),e.length-t<r-n&&(r=e.length-t+n);var i=r-n;return this===e&&"function"==typeof Uint8Array.prototype.copyWithin?this.copyWithin(t,n,r):Uint8Array.prototype.set.call(e,this.subarray(n,r),t),i},a.prototype.fill=function(e,t,n,r){if("string"==typeof e){if("string"==typeof t?(r=t,t=0,n=this.length):"string"==typeof n&&(r=n,n=this.length),void 0!==r&&"string"!=typeof r)throw new TypeError("encoding must be a string");if("string"==typeof r&&!a.isEncoding(r))throw new TypeError("Unknown encoding: "+r);if(1===e.length){var i=e.charCodeAt(0);("utf8"===r&&i<128||"latin1"===r)&&(e=i)}}else"number"==typeof e?e&=255:"boolean"==typeof e&&(e=Number(e));if(t<0||this.length<t||this.length<n)throw new RangeError("Out of range index");if(n<=t)return this;var o;if(t>>>=0,n=void 0===n?this.length:n>>>0,e||(e=0),"number"==typeof e)for(o=t;o<n;++o)this[o]=e;else{var s=a.isBuffer(e)?e:a.from(e,r),c=s.length;if(0===c)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(o=0;o<n-t;++o)this[o+t]=s[o%c]}return this};var B=/[^+/0-9A-Za-z-_]/g;function W(e,t){var n;t=t||1/0;for(var r=e.length,i=null,o=[],a=0;a<r;++a){if((n=e.charCodeAt(a))>55295&&n<57344){if(!i){if(n>56319){(t-=3)>-1&&o.push(239,191,189);continue}if(a+1===r){(t-=3)>-1&&o.push(239,191,189);continue}i=n;continue}if(n<56320){(t-=3)>-1&&o.push(239,191,189),i=n;continue}n=65536+(i-55296<<10|n-56320)}else i&&(t-=3)>-1&&o.push(239,191,189);if(i=null,n<128){if((t-=1)<0)break;o.push(n)}else if(n<2048){if((t-=2)<0)break;o.push(n>>6|192,63&n|128)}else if(n<65536){if((t-=3)<0)break;o.push(n>>12|224,n>>6&63|128,63&n|128)}else{if(!(n<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;o.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return o}function R(e){return t.toByteArray(function(e){if((e=(e=e.split("=")[0]).trim().replace(B,"")).length<2)return"";for(;e.length%4!=0;)e+="=";return e}(e))}function P(e,t,n,r){for(var i=0;i<r&&!(i+n>=t.length||i>=e.length);++i)t[i+n]=e[i];return i}function L(e,t){return e instanceof t||null!=e&&null!=e.constructor&&null!=e.constructor.name&&e.constructor.name===t.name}function j(e){return e!=e}var z=function(){for(var e="0123456789abcdef",t=new Array(256),n=0;n<16;++n)for(var r=16*n,i=0;i<16;++i)t[r+i]=e[n]+e[i];return t}()}(_e)),_e}var Se,Ae,Fe,Ce,Ie,Oe,Ne,Be,We,Re,Pe,Le,je,ze,Me,qe,He={},Ve={};function Ke(){return Ae?Se:(Ae=1,Se=function(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var e={},t=Symbol("test"),n=Object(t);if("string"==typeof t)return!1;if("[object Symbol]"!==Object.prototype.toString.call(t))return!1;if("[object Symbol]"!==Object.prototype.toString.call(n))return!1;for(t in e[t]=42,e)return!1;if("function"==typeof Object.keys&&0!==Object.keys(e).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(e).length)return!1;var r=Object.getOwnPropertySymbols(e);if(1!==r.length||r[0]!==t)return!1;if(!Object.prototype.propertyIsEnumerable.call(e,t))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var i=Object.getOwnPropertyDescriptor(e,t);if(42!==i.value||!0!==i.enumerable)return!1}return!0})}function Ge(){if(Ce)return Fe;Ce=1;var e=Ke();return Fe=function(){return e()&&!!Symbol.toStringTag}}function Ze(){if(Le)return Pe;Le=1;var e=function(){if(Re)return We;Re=1;var e="Function.prototype.bind called on incompatible ",t=Object.prototype.toString,n=Math.max,r="[object Function]",i=function(e,t){for(var n=[],r=0;r<e.length;r+=1)n[r]=e[r];for(var i=0;i<t.length;i+=1)n[i+e.length]=t[i];return n},o=function(e,t){for(var n=[],r=t||0,i=0;r<e.length;r+=1,i+=1)n[i]=e[r];return n},a=function(e,t){for(var n="",r=0;r<e.length;r+=1)n+=e[r],r+1<e.length&&(n+=t);return n};return We=function(s){var c=this;if("function"!=typeof c||t.apply(c)!==r)throw new TypeError(e+c);for(var u,l=o(arguments,1),d=function(){if(this instanceof u){var e=c.apply(this,i(l,arguments));return Object(e)===e?e:this}return c.apply(s,i(l,arguments))},h=n(0,c.length-l.length),f=[],p=0;p<h;p++)f[p]="$"+p;if(u=Function("binder","return function ("+a(f,",")+"){ return binder.apply(this,arguments); }")(d),c.prototype){var g=function(){};g.prototype=c.prototype,u.prototype=new g,g.prototype=null}return u}}();return Pe=Function.prototype.bind||e}function Xe(){if(qe)return Me;var e;qe=1;var t=SyntaxError,n=Function,r=TypeError,i=function(e){try{return n('"use strict"; return ('+e+").constructor;")()}catch(t){}},o=Object.getOwnPropertyDescriptor;if(o)try{o({},"")}catch(S){o=null}var a=function(){throw new r},s=o?function(){try{return a}catch(e){try{return o(arguments,"callee").get}catch(t){return a}}}():a,c=function(){if(Oe)return Ie;Oe=1;var e="undefined"!=typeof Symbol&&Symbol,t=Ke();return Ie=function(){return"function"==typeof e&&"function"==typeof Symbol&&"symbol"==typeof e("foo")&&"symbol"==typeof Symbol("bar")&&t()}}()(),u=function(){if(Be)return Ne;Be=1;var e={foo:{}},t=Object;return Ne=function(){return{__proto__:e}.foo===e.foo&&!({__proto__:null}instanceof t)}}()(),l=Object.getPrototypeOf||(u?function(e){return e.__proto__}:null),d={},h="undefined"!=typeof Uint8Array&&l?l(Uint8Array):e,f={"%AggregateError%":"undefined"==typeof AggregateError?e:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?e:ArrayBuffer,"%ArrayIteratorPrototype%":c&&l?l([][Symbol.iterator]()):e,"%AsyncFromSyncIteratorPrototype%":e,"%AsyncFunction%":d,"%AsyncGenerator%":d,"%AsyncGeneratorFunction%":d,"%AsyncIteratorPrototype%":d,"%Atomics%":"undefined"==typeof Atomics?e:Atomics,"%BigInt%":"undefined"==typeof BigInt?e:BigInt,"%BigInt64Array%":"undefined"==typeof BigInt64Array?e:BigInt64Array,"%BigUint64Array%":"undefined"==typeof BigUint64Array?e:BigUint64Array,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?e:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":"undefined"==typeof Float32Array?e:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?e:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?e:FinalizationRegistry,"%Function%":n,"%GeneratorFunction%":d,"%Int8Array%":"undefined"==typeof Int8Array?e:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?e:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?e:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":c&&l?l(l([][Symbol.iterator]())):e,"%JSON%":"object"==typeof JSON?JSON:e,"%Map%":"undefined"==typeof Map?e:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&c&&l?l((new Map)[Symbol.iterator]()):e,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?e:Promise,"%Proxy%":"undefined"==typeof Proxy?e:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":"undefined"==typeof Reflect?e:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?e:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&c&&l?l((new Set)[Symbol.iterator]()):e,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?e:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":c&&l?l(""[Symbol.iterator]()):e,"%Symbol%":c?Symbol:e,"%SyntaxError%":t,"%ThrowTypeError%":s,"%TypedArray%":h,"%TypeError%":r,"%Uint8Array%":"undefined"==typeof Uint8Array?e:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?e:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?e:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?e:Uint32Array,"%URIError%":URIError,"%WeakMap%":"undefined"==typeof WeakMap?e:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?e:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?e:WeakSet};if(l)try{null.error}catch(S){var p=l(l(S));f["%Error.prototype%"]=p}var g=function e(t){var n;if("%AsyncFunction%"===t)n=i("async function () {}");else if("%GeneratorFunction%"===t)n=i("function* () {}");else if("%AsyncGeneratorFunction%"===t)n=i("async function* () {}");else if("%AsyncGenerator%"===t){var r=e("%AsyncGeneratorFunction%");r&&(n=r.prototype)}else if("%AsyncIteratorPrototype%"===t){var o=e("%AsyncGenerator%");o&&l&&(n=l(o.prototype))}return f[t]=n,n},m={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},y=Ze(),b=function(){if(ze)return je;ze=1;var e=Function.prototype.call,t=Object.prototype.hasOwnProperty,n=Ze();return je=n.call(e,t)}(),w=y.call(Function.call,Array.prototype.concat),x=y.call(Function.apply,Array.prototype.splice),v=y.call(Function.call,String.prototype.replace),_=y.call(Function.call,String.prototype.slice),D=y.call(Function.call,RegExp.prototype.exec),T=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,U=/\\(\\)?/g,E=function(e){var n=_(e,0,1),r=_(e,-1);if("%"===n&&"%"!==r)throw new t("invalid intrinsic syntax, expected closing `%`");if("%"===r&&"%"!==n)throw new t("invalid intrinsic syntax, expected opening `%`");var i=[];return v(e,T,(function(e,t,n,r){i[i.length]=n?v(r,U,"$1"):t||e})),i},k=function(e,n){var i,o=e;if(b(m,o)&&(o="%"+(i=m[o])[0]+"%"),b(f,o)){var a=f[o];if(a===d&&(a=g(o)),void 0===a&&!n)throw new r("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:i,name:o,value:a}}throw new t("intrinsic "+e+" does not exist!")};return Me=function(e,n){if("string"!=typeof e||0===e.length)throw new r("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof n)throw new r('"allowMissing" argument must be a boolean');if(null===D(/^%?[^%]*%?$/,e))throw new t("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var i=E(e),a=i.length>0?i[0]:"",s=k("%"+a+"%",n),c=s.name,u=s.value,l=!1,d=s.alias;d&&(a=d[0],x(i,w([0,1],d)));for(var h=1,p=!0;h<i.length;h+=1){var g=i[h],m=_(g,0,1),y=_(g,-1);if(('"'===m||"'"===m||"`"===m||'"'===y||"'"===y||"`"===y)&&m!==y)throw new t("property names with quotes must have matching quotes");if("constructor"!==g&&p||(l=!0),b(f,c="%"+(a+="."+g)+"%"))u=f[c];else if(null!=u){if(!(g in u)){if(!n)throw new r("base intrinsic for "+e+" exists, but the property is not available.");return}if(o&&h+1>=i.length){var v=o(u,g);u=(p=!!v)&&"get"in v&&!("originalValue"in v.get)?v.get:u[g]}else p=b(u,g),u=u[g];p&&!l&&(f[c]=u)}}return u}}var $e,Ye,Qe,Je,et,tt,nt,rt,it,ot,at,st,ct,ut,lt,dt,ht,ft,pt,gt,mt,yt,bt,wt,xt,vt,_t,Dt,Tt,Ut,Et,kt,St,At={exports:{}};function Ft(){if(Ye)return $e;Ye=1;var e=Xe()("%Object.defineProperty%",!0),t=function(){if(e)try{return e({},"a",{value:1}),!0}catch(t){return!1}return!1};return t.hasArrayLengthDefineBug=function(){if(!t())return null;try{return 1!==e([],"length",{value:1}).length}catch(n){return!0}},$e=t}function Ct(){if(Je)return Qe;Je=1;var e=Xe()("%Object.getOwnPropertyDescriptor%",!0);if(e)try{e([],"length")}catch(t){e=null}return Qe=e}function It(){if(rt)return nt;rt=1;var e=Xe(),t=function(){if(tt)return et;tt=1;var e=Ft()(),t=Xe(),n=e&&t("%Object.defineProperty%",!0);if(n)try{n({},"a",{value:1})}catch(a){n=!1}var r=t("%SyntaxError%"),i=t("%TypeError%"),o=Ct();return et=function(e,t,a){if(!e||"object"!=typeof e&&"function"!=typeof e)throw new i("`obj` must be an object or a function`");if("string"!=typeof t&&"symbol"!=typeof t)throw new i("`property` must be a string or a symbol`");if(arguments.length>3&&"boolean"!=typeof arguments[3]&&null!==arguments[3])throw new i("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&"boolean"!=typeof arguments[4]&&null!==arguments[4])throw new i("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&"boolean"!=typeof arguments[5]&&null!==arguments[5])throw new i("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&"boolean"!=typeof arguments[6])throw new i("`loose`, if provided, must be a boolean");var s=arguments.length>3?arguments[3]:null,c=arguments.length>4?arguments[4]:null,u=arguments.length>5?arguments[5]:null,l=arguments.length>6&&arguments[6],d=!!o&&o(e,t);if(n)n(e,t,{configurable:null===u&&d?d.configurable:!u,enumerable:null===s&&d?d.enumerable:!s,value:a,writable:null===c&&d?d.writable:!c});else{if(!l&&(s||c||u))throw new r("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");e[t]=a}}}(),n=Ft()(),r=Ct(),i=e("%TypeError%"),o=e("%Math.floor%");return nt=function(e,a){if("function"!=typeof e)throw new i("`fn` is not a function");if("number"!=typeof a||a<0||a>4294967295||o(a)!==a)throw new i("`length` must be a positive 32-bit integer");var s=arguments.length>2&&!!arguments[2],c=!0,u=!0;if("length"in e&&r){var l=r(e,"length");l&&!l.configurable&&(c=!1),l&&!l.writable&&(u=!1)}return(c||u||!s)&&(n?t(e,"length",a,!0,!0):t(e,"length",a)),e}}function Ot(){return it||(it=1,function(e){var t=Ze(),n=Xe(),r=It(),i=n("%TypeError%"),o=n("%Function.prototype.apply%"),a=n("%Function.prototype.call%"),s=n("%Reflect.apply%",!0)||t.call(a,o),c=n("%Object.defineProperty%",!0),u=n("%Math.max%");if(c)try{c({},"a",{value:1})}catch(d){c=null}e.exports=function(e){if("function"!=typeof e)throw new i("a function is required");var n=s(t,a,arguments);return r(n,1+u(0,e.length-(arguments.length-1)),!0)};var l=function(){return s(t,o,arguments)};c?c(e.exports,"apply",{value:l}):e.exports.apply=l}(At)),At.exports}function Nt(){if(at)return ot;at=1;var e=Xe(),t=Ot(),n=t(e("String.prototype.indexOf"));return ot=function(r,i){var o=e(r,!!i);return"function"==typeof o&&n(r,".prototype.")>-1?t(o):o}}function Bt(){if(lt)return ut;lt=1;var e,t=Object.prototype.toString,n=Function.prototype.toString,r=/^\s*(?:function)?\*/,i=Ge()(),o=Object.getPrototypeOf;return ut=function(a){if("function"!=typeof a)return!1;if(r.test(n.call(a)))return!0;if(!i)return"[object GeneratorFunction]"===t.call(a);if(!o)return!1;if(void 0===e){var s=function(){if(!i)return!1;try{return Function("return function*() {}")()}catch(e){}}();e=!!s&&o(s)}return o(a)===e}}function Wt(){if(pt)return ft;pt=1;var e=function(){if(ht)return dt;ht=1;var e,t,n=Function.prototype.toString,r="object"==typeof Reflect&&null!==Reflect&&Reflect.apply;if("function"==typeof r&&"function"==typeof Object.defineProperty)try{e=Object.defineProperty({},"length",{get:function(){throw t}}),t={},r((function(){throw 42}),null,e)}catch(h){h!==t&&(r=null)}else r=null;var i=/^\s*class\b/,o=function(e){try{var t=n.call(e);return i.test(t)}catch(r){return!1}},a=function(e){try{return!o(e)&&(n.call(e),!0)}catch(t){return!1}},s=Object.prototype.toString,c="function"==typeof Symbol&&!!Symbol.toStringTag,u=!(0 in[,]),l=function(){return!1};if("object"==typeof document){var d=document.all;s.call(d)===s.call(document.all)&&(l=function(e){if((u||!e)&&(void 0===e||"object"==typeof e))try{var t=s.call(e);return("[object HTMLAllCollection]"===t||"[object HTML document.all class]"===t||"[object HTMLCollection]"===t||"[object Object]"===t)&&null==e("")}catch(n){}return!1})}return dt=r?function(n){if(l(n))return!0;if(!n)return!1;if("function"!=typeof n&&"object"!=typeof n)return!1;try{r(n,null,e)}catch(i){if(i!==t)return!1}return!o(n)&&a(n)}:function(e){if(l(e))return!0;if(!e)return!1;if("function"!=typeof e&&"object"!=typeof e)return!1;if(c)return a(e);if(o(e))return!1;var t=s.call(e);return!("[object Function]"!==t&&"[object GeneratorFunction]"!==t&&!/^\[object HTML/.test(t))&&a(e)}}(),t=Object.prototype.toString,n=Object.prototype.hasOwnProperty,r=function(e,t,r){for(var i=0,o=e.length;i<o;i++)n.call(e,i)&&(null==r?t(e[i],i,e):t.call(r,e[i],i,e))},i=function(e,t,n){for(var r=0,i=e.length;r<i;r++)null==n?t(e.charAt(r),r,e):t.call(n,e.charAt(r),r,e)},o=function(e,t,r){for(var i in e)n.call(e,i)&&(null==r?t(e[i],i,e):t.call(r,e[i],i,e))};return ft=function(n,a,s){if(!e(a))throw new TypeError("iterator must be a function");var c;arguments.length>=3&&(c=s),"[object Array]"===t.call(n)?r(n,a,c):"string"==typeof n?i(n,a,c):o(n,a,c)}}function Rt(){if(bt)return yt;bt=1;var e=Wt(),t=function(){if(mt)return gt;mt=1;var e=["BigInt64Array","BigUint64Array","Float32Array","Float64Array","Int16Array","Int32Array","Int8Array","Uint16Array","Uint32Array","Uint8Array","Uint8ClampedArray"],t="undefined"==typeof globalThis?O:globalThis;return gt=function(){for(var n=[],r=0;r<e.length;r++)"function"==typeof t[e[r]]&&(n[n.length]=e[r]);return n}}(),n=Ot(),r=Nt(),i=Ct(),o=r("Object.prototype.toString"),a=Ge()(),s="undefined"==typeof globalThis?O:globalThis,c=t(),u=r("String.prototype.slice"),l=Object.getPrototypeOf,d=r("Array.prototype.indexOf",!0)||function(e,t){for(var n=0;n<e.length;n+=1)if(e[n]===t)return n;return-1},h={__proto__:null};e(c,a&&i&&l?function(e){var t=new s[e];if(Symbol.toStringTag in t){var r=l(t),o=i(r,Symbol.toStringTag);if(!o){var a=l(r);o=i(a,Symbol.toStringTag)}h["$"+e]=n(o.get)}}:function(e){var t=new s[e],r=t.slice||t.set;r&&(h["$"+e]=n(r))});return yt=function(t){if(!t||"object"!=typeof t)return!1;if(!a){var n=u(o(t),8,-1);return d(c,n)>-1?n:"Object"===n&&function(t){var n=!1;return e(h,(function(e,r){if(!n)try{e(t),n=u(r,1)}catch(i){}})),n}(t)}return i?function(t){var n=!1;return e(h,(function(e,r){if(!n)try{"$"+e(t)===r&&(n=u(r,1))}catch(i){}})),n}(t):null}}function Pt(){return vt||(vt=1,function(e){var t=function(){if(ct)return st;ct=1;var e=Ge()(),t=Nt()("Object.prototype.toString"),n=function(n){return!(e&&n&&"object"==typeof n&&Symbol.toStringTag in n)&&"[object Arguments]"===t(n)},r=function(e){return!!n(e)||null!==e&&"object"==typeof e&&"number"==typeof e.length&&e.length>=0&&"[object Array]"!==t(e)&&"[object Function]"===t(e.callee)},i=function(){return n(arguments)}();return n.isLegacyArguments=r,st=i?n:r}(),n=Bt(),r=Rt(),i=function(){if(xt)return wt;xt=1;var e=Rt();return wt=function(t){return!!e(t)}}();function o(e){return e.call.bind(e)}var a="undefined"!=typeof BigInt,s="undefined"!=typeof Symbol,c=o(Object.prototype.toString),u=o(Number.prototype.valueOf),l=o(String.prototype.valueOf),d=o(Boolean.prototype.valueOf);if(a)var h=o(BigInt.prototype.valueOf);if(s)var f=o(Symbol.prototype.valueOf);function p(e,t){if("object"!=typeof e)return!1;try{return t(e),!0}catch(n){return!1}}function g(e){return"[object Map]"===c(e)}function m(e){return"[object Set]"===c(e)}function y(e){return"[object WeakMap]"===c(e)}function b(e){return"[object WeakSet]"===c(e)}function w(e){return"[object ArrayBuffer]"===c(e)}function x(e){return"undefined"!=typeof ArrayBuffer&&(w.working?w(e):e instanceof ArrayBuffer)}function v(e){return"[object DataView]"===c(e)}function _(e){return"undefined"!=typeof DataView&&(v.working?v(e):e instanceof DataView)}e.isArgumentsObject=t,e.isGeneratorFunction=n,e.isTypedArray=i,e.isPromise=function(e){return"undefined"!=typeof Promise&&e instanceof Promise||null!==e&&"object"==typeof e&&"function"==typeof e.then&&"function"==typeof e.catch},e.isArrayBufferView=function(e){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):i(e)||_(e)},e.isUint8Array=function(e){return"Uint8Array"===r(e)},e.isUint8ClampedArray=function(e){return"Uint8ClampedArray"===r(e)},e.isUint16Array=function(e){return"Uint16Array"===r(e)},e.isUint32Array=function(e){return"Uint32Array"===r(e)},e.isInt8Array=function(e){return"Int8Array"===r(e)},e.isInt16Array=function(e){return"Int16Array"===r(e)},e.isInt32Array=function(e){return"Int32Array"===r(e)},e.isFloat32Array=function(e){return"Float32Array"===r(e)},e.isFloat64Array=function(e){return"Float64Array"===r(e)},e.isBigInt64Array=function(e){return"BigInt64Array"===r(e)},e.isBigUint64Array=function(e){return"BigUint64Array"===r(e)},g.working="undefined"!=typeof Map&&g(new Map),e.isMap=function(e){return"undefined"!=typeof Map&&(g.working?g(e):e instanceof Map)},m.working="undefined"!=typeof Set&&m(new Set),e.isSet=function(e){return"undefined"!=typeof Set&&(m.working?m(e):e instanceof Set)},y.working="undefined"!=typeof WeakMap&&y(new WeakMap),e.isWeakMap=function(e){return"undefined"!=typeof WeakMap&&(y.working?y(e):e instanceof WeakMap)},b.working="undefined"!=typeof WeakSet&&b(new WeakSet),e.isWeakSet=function(e){return b(e)},w.working="undefined"!=typeof ArrayBuffer&&w(new ArrayBuffer),e.isArrayBuffer=x,v.working="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof DataView&&v(new DataView(new ArrayBuffer(1),0,1)),e.isDataView=_;var D="undefined"!=typeof SharedArrayBuffer?SharedArrayBuffer:void 0;function T(e){return"[object SharedArrayBuffer]"===c(e)}function U(e){return void 0!==D&&(void 0===T.working&&(T.working=T(new D)),T.working?T(e):e instanceof D)}function E(e){return p(e,u)}function k(e){return p(e,l)}function S(e){return p(e,d)}function A(e){return a&&p(e,h)}function F(e){return s&&p(e,f)}e.isSharedArrayBuffer=U,e.isAsyncFunction=function(e){return"[object AsyncFunction]"===c(e)},e.isMapIterator=function(e){return"[object Map Iterator]"===c(e)},e.isSetIterator=function(e){return"[object Set Iterator]"===c(e)},e.isGeneratorObject=function(e){return"[object Generator]"===c(e)},e.isWebAssemblyCompiledModule=function(e){return"[object WebAssembly.Module]"===c(e)},e.isNumberObject=E,e.isStringObject=k,e.isBooleanObject=S,e.isBigIntObject=A,e.isSymbolObject=F,e.isBoxedPrimitive=function(e){return E(e)||k(e)||S(e)||A(e)||F(e)},e.isAnyArrayBuffer=function(e){return"undefined"!=typeof Uint8Array&&(x(e)||U(e))},["isProxy","isExternal","isModuleNamespaceObject"].forEach((function(t){Object.defineProperty(e,t,{enumerable:!1,value:function(){throw new Error(t+" is not supported in userland")}})}))}(Ve)),Ve}function Lt(){return Tt||(Tt=1,function(e){var t=Object.getOwnPropertyDescriptors||function(e){for(var t=Object.keys(e),n={},r=0;r<t.length;r++)n[t[r]]=Object.getOwnPropertyDescriptor(e,t[r]);return n},n=/%[sdj%]/g;e.format=function(e){if(!m(e)){for(var t=[],r=0;r<arguments.length;r++)t.push(a(arguments[r]));return t.join(" ")}r=1;for(var i=arguments,o=i.length,s=String(e).replace(n,(function(e){if("%%"===e)return"%";if(r>=o)return e;switch(e){case"%s":return String(i[r++]);case"%d":return Number(i[r++]);case"%j":try{return JSON.stringify(i[r++])}catch(t){return"[Circular]"}default:return e}})),c=i[r];r<o;c=i[++r])p(c)||!w(c)?s+=" "+c:s+=" "+a(c);return s},e.deprecate=function(t,n){if(void 0!==ye&&!0===ye.noDeprecation)return t;if(void 0===ye)return function(){return e.deprecate(t,n).apply(this,arguments)};var r=!1;return function(){if(!r){if(ye.throwDeprecation)throw new Error(n);ye.traceDeprecation,r=!0}return t.apply(this,arguments)}};var r={},i=/^$/;if(ye.env.NODE_DEBUG){var o=ye.env.NODE_DEBUG;o=o.replace(/[|\\{}()[\]^$+?.]/g,"\\$&").replace(/\*/g,".*").replace(/,/g,"$|^").toUpperCase(),i=new RegExp("^"+o+"$","i")}function a(t,n){var r={seen:[],stylize:c};return arguments.length>=3&&(r.depth=arguments[2]),arguments.length>=4&&(r.colors=arguments[3]),f(n)?r.showHidden=n:n&&e._extend(r,n),y(r.showHidden)&&(r.showHidden=!1),y(r.depth)&&(r.depth=2),y(r.colors)&&(r.colors=!1),y(r.customInspect)&&(r.customInspect=!0),r.colors&&(r.stylize=s),u(r,t,r.depth)}function s(e,t){var n=a.styles[t];return n?"["+a.colors[n][0]+"m"+e+"["+a.colors[n][1]+"m":e}function c(e,t){return e}function u(t,n,r){if(t.customInspect&&n&&_(n.inspect)&&n.inspect!==e.inspect&&(!n.constructor||n.constructor.prototype!==n)){var i=n.inspect(r,t);return m(i)||(i=u(t,i,r)),i}var o=function(e,t){if(y(t))return e.stylize("undefined","undefined");if(m(t)){var n="'"+JSON.stringify(t).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return e.stylize(n,"string")}if(g(t))return e.stylize(""+t,"number");if(f(t))return e.stylize(""+t,"boolean");if(p(t))return e.stylize("null","null")}(t,n);if(o)return o;var a=Object.keys(n),s=function(e){var t={};return e.forEach((function(e,n){t[e]=!0})),t}(a);if(t.showHidden&&(a=Object.getOwnPropertyNames(n)),v(n)&&(a.indexOf("message")>=0||a.indexOf("description")>=0))return l(n);if(0===a.length){if(_(n)){var c=n.name?": "+n.name:"";return t.stylize("[Function"+c+"]","special")}if(b(n))return t.stylize(RegExp.prototype.toString.call(n),"regexp");if(x(n))return t.stylize(Date.prototype.toString.call(n),"date");if(v(n))return l(n)}var w,D="",U=!1,E=["{","}"];(h(n)&&(U=!0,E=["[","]"]),_(n))&&(D=" [Function"+(n.name?": "+n.name:"")+"]");return b(n)&&(D=" "+RegExp.prototype.toString.call(n)),x(n)&&(D=" "+Date.prototype.toUTCString.call(n)),v(n)&&(D=" "+l(n)),0!==a.length||U&&0!=n.length?r<0?b(n)?t.stylize(RegExp.prototype.toString.call(n),"regexp"):t.stylize("[Object]","special"):(t.seen.push(n),w=U?function(e,t,n,r,i){for(var o=[],a=0,s=t.length;a<s;++a)T(t,String(a))?o.push(d(e,t,n,r,String(a),!0)):o.push("");return i.forEach((function(i){i.match(/^\d+$/)||o.push(d(e,t,n,r,i,!0))})),o}(t,n,r,s,a):a.map((function(e){return d(t,n,r,s,e,U)})),t.seen.pop(),function(e,t,n){if(e.reduce((function(e,t){return t.indexOf("\n"),e+t.replace(/\u001b\[\d\d?m/g,"").length+1}),0)>60)return n[0]+(""===t?"":t+"\n ")+" "+e.join(",\n ")+" "+n[1];return n[0]+t+" "+e.join(", ")+" "+n[1]}(w,D,E)):E[0]+D+E[1]}function l(e){return"["+Error.prototype.toString.call(e)+"]"}function d(e,t,n,r,i,o){var a,s,c;if((c=Object.getOwnPropertyDescriptor(t,i)||{value:t[i]}).get?s=c.set?e.stylize("[Getter/Setter]","special"):e.stylize("[Getter]","special"):c.set&&(s=e.stylize("[Setter]","special")),T(r,i)||(a="["+i+"]"),s||(e.seen.indexOf(c.value)<0?(s=p(n)?u(e,c.value,null):u(e,c.value,n-1)).indexOf("\n")>-1&&(s=o?s.split("\n").map((function(e){return" "+e})).join("\n").slice(2):"\n"+s.split("\n").map((function(e){return" "+e})).join("\n")):s=e.stylize("[Circular]","special")),y(a)){if(o&&i.match(/^\d+$/))return s;(a=JSON.stringify(""+i)).match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(a=a.slice(1,-1),a=e.stylize(a,"name")):(a=a.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),a=e.stylize(a,"string"))}return a+": "+s}function h(e){return Array.isArray(e)}function f(e){return"boolean"==typeof e}function p(e){return null===e}function g(e){return"number"==typeof e}function m(e){return"string"==typeof e}function y(e){return void 0===e}function b(e){return w(e)&&"[object RegExp]"===D(e)}function w(e){return"object"==typeof e&&null!==e}function x(e){return w(e)&&"[object Date]"===D(e)}function v(e){return w(e)&&("[object Error]"===D(e)||e instanceof Error)}function _(e){return"function"==typeof e}function D(e){return Object.prototype.toString.call(e)}e.debuglog=function(t){if(t=t.toUpperCase(),!r[t])if(i.test(t)){ye.pid;r[t]=function(){e.format.apply(e,arguments)}}else r[t]=function(){};return r[t]},e.inspect=a,a.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]},a.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"},e.types=Pt(),e.isArray=h,e.isBoolean=f,e.isNull=p,e.isNullOrUndefined=function(e){return null==e},e.isNumber=g,e.isString=m,e.isSymbol=function(e){return"symbol"==typeof e},e.isUndefined=y,e.isRegExp=b,e.types.isRegExp=b,e.isObject=w,e.isDate=x,e.types.isDate=x,e.isError=v,e.types.isNativeError=v,e.isFunction=_,e.isPrimitive=function(e){return null===e||"boolean"==typeof e||"number"==typeof e||"string"==typeof e||"symbol"==typeof e||void 0===e},e.isBuffer=Dt?_t:(Dt=1,_t=function(e){return e&&"object"==typeof e&&"function"==typeof e.copy&&"function"==typeof e.fill&&"function"==typeof e.readUInt8});function T(e,t){return Object.prototype.hasOwnProperty.call(e,t)}e.log=function(){},e.inherits=ee,e._extend=function(e,t){if(!t||!w(t))return e;for(var n=Object.keys(t),r=n.length;r--;)e[n[r]]=t[n[r]];return e};var U="undefined"!=typeof Symbol?Symbol("util.promisify.custom"):void 0;function E(e,t){if(!e){var n=new Error("Promise was rejected with a falsy value");n.reason=e,e=n}return t(e)}e.promisify=function(e){if("function"!=typeof e)throw new TypeError('The "original" argument must be of type Function');if(U&&e[U]){var n;if("function"!=typeof(n=e[U]))throw new TypeError('The "util.promisify.custom" argument must be of type Function');return Object.defineProperty(n,U,{value:n,enumerable:!1,writable:!1,configurable:!0}),n}function n(){for(var t,n,r=new Promise((function(e,r){t=e,n=r})),i=[],o=0;o<arguments.length;o++)i.push(arguments[o]);i.push((function(e,r){e?n(e):t(r)}));try{e.apply(this,i)}catch(a){n(a)}return r}return Object.setPrototypeOf(n,Object.getPrototypeOf(e)),U&&Object.defineProperty(n,U,{value:n,enumerable:!1,writable:!1,configurable:!0}),Object.defineProperties(n,t(e))},e.promisify.custom=U,e.callbackify=function(e){if("function"!=typeof e)throw new TypeError('The "original" argument must be of type Function');function n(){for(var t=[],n=0;n<arguments.length;n++)t.push(arguments[n]);var r=t.pop();if("function"!=typeof r)throw new TypeError("The last argument must be of type Function");var i=this,o=function(){return r.apply(i,arguments)};e.apply(this,t).then((function(e){ye.nextTick(o.bind(null,null,e))}),(function(e){ye.nextTick(E.bind(null,e,o))}))}return Object.setPrototypeOf(n,Object.getPrototypeOf(e)),Object.defineProperties(n,t(e)),n}}(He)),He}function jt(){if(Et)return Ut;function e(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function t(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function n(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}Et=1;var r=ke().Buffer,i=Lt().inspect,o=i&&i.custom||"inspect";return Ut=function(){function a(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,a),this.head=null,this.tail=null,this.length=0}var s,c,u;return s=a,(c=[{key:"push",value:function(e){var t={data:e,next:null};this.length>0?this.tail.next=t:this.head=t,this.tail=t,++this.length}},{key:"unshift",value:function(e){var t={data:e,next:this.head};0===this.length&&(this.tail=t),this.head=t,++this.length}},{key:"shift",value:function(){if(0!==this.length){var e=this.head.data;return 1===this.length?this.head=this.tail=null:this.head=this.head.next,--this.length,e}}},{key:"clear",value:function(){this.head=this.tail=null,this.length=0}},{key:"join",value:function(e){if(0===this.length)return"";for(var t=this.head,n=""+t.data;t=t.next;)n+=e+t.data;return n}},{key:"concat",value:function(e){if(0===this.length)return r.alloc(0);for(var t,n,i,o=r.allocUnsafe(e>>>0),a=this.head,s=0;a;)t=a.data,n=o,i=s,r.prototype.copy.call(t,n,i),s+=a.data.length,a=a.next;return o}},{key:"consume",value:function(e,t){var n;return e<this.head.data.length?(n=this.head.data.slice(0,e),this.head.data=this.head.data.slice(e)):n=e===this.head.data.length?this.shift():t?this._getString(e):this._getBuffer(e),n}},{key:"first",value:function(){return this.head.data}},{key:"_getString",value:function(e){var t=this.head,n=1,r=t.data;for(e-=r.length;t=t.next;){var i=t.data,o=e>i.length?i.length:e;if(o===i.length?r+=i:r+=i.slice(0,e),0==(e-=o)){o===i.length?(++n,t.next?this.head=t.next:this.head=this.tail=null):(this.head=t,t.data=i.slice(o));break}++n}return this.length-=n,r}},{key:"_getBuffer",value:function(e){var t=r.allocUnsafe(e),n=this.head,i=1;for(n.data.copy(t),e-=n.data.length;n=n.next;){var o=n.data,a=e>o.length?o.length:e;if(o.copy(t,t.length-e,0,a),0==(e-=a)){a===o.length?(++i,n.next?this.head=n.next:this.head=this.tail=null):(this.head=n,n.data=o.slice(a));break}++i}return this.length-=i,t}},{key:o,value:function(n,r){return i(this,function(n){for(var r=1;r<arguments.length;r++){var i=null!=arguments[r]?arguments[r]:{};r%2?e(Object(i),!0).forEach((function(e){t(n,e,i[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(i)):e(Object(i)).forEach((function(e){Object.defineProperty(n,e,Object.getOwnPropertyDescriptor(i,e))}))}return n}({},r,{depth:0,customInspect:!1}))}}])&&n(s.prototype,c),u&&n(s,u),a}()}function zt(){if(St)return kt;function e(e,r){n(e,r),t(e)}function t(e){e._writableState&&!e._writableState.emitClose||e._readableState&&!e._readableState.emitClose||e.emit("close")}function n(e,t){e.emit("error",t)}return St=1,kt={destroy:function(r,i){var o=this,a=this._readableState&&this._readableState.destroyed,s=this._writableState&&this._writableState.destroyed;return a||s?(i?i(r):r&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,ye.nextTick(n,this,r)):ye.nextTick(n,this,r)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(r||null,(function(n){!i&&n?o._writableState?o._writableState.errorEmitted?ye.nextTick(t,o):(o._writableState.errorEmitted=!0,ye.nextTick(e,o,n)):ye.nextTick(e,o,n):i?(ye.nextTick(t,o),i(n)):ye.nextTick(t,o)})),this)},undestroy:function(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finalCalled=!1,this._writableState.prefinished=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)},errorOrDestroy:function(e,t){var n=e._readableState,r=e._writableState;n&&n.autoDestroy||r&&r.autoDestroy?e.destroy(t):e.emit("error",t)}}}var Mt,qt,Ht,Vt,Kt,Gt,Zt,Xt,$t,Yt={};function Qt(){if(Mt)return Yt;Mt=1;var e={};function t(t,n,r){r||(r=Error);var i=function(e){var t,r;function i(t,r,i){return e.call(this,function(e,t,r){return"string"==typeof n?n:n(e,t,r)}(t,r,i))||this}return r=e,(t=i).prototype=Object.create(r.prototype),t.prototype.constructor=t,t.__proto__=r,i}(r);i.prototype.name=r.name,i.prototype.code=t,e[t]=i}function n(e,t){if(Array.isArray(e)){var n=e.length;return e=e.map((function(e){return String(e)})),n>2?"one of ".concat(t," ").concat(e.slice(0,n-1).join(", "),", or ")+e[n-1]:2===n?"one of ".concat(t," ").concat(e[0]," or ").concat(e[1]):"of ".concat(t," ").concat(e[0])}return"of ".concat(t," ").concat(String(e))}return t("ERR_INVALID_OPT_VALUE",(function(e,t){return'The value "'+t+'" is invalid for option "'+e+'"'}),TypeError),t("ERR_INVALID_ARG_TYPE",(function(e,t,r){var i,o;if("string"==typeof t&&function(e,t,n){return e.substr(!n||n<0?0:+n,t.length)===t}(t,"not ")?(i="must not be",t=t.replace(/^not /,"")):i="must be",function(e,t,n){return(void 0===n||n>e.length)&&(n=e.length),e.substring(n-t.length,n)===t}(e," argument"))o="The ".concat(e," ").concat(i," ").concat(n(t,"type"));else{var a=function(e,t,n){return"number"!=typeof n&&(n=0),!(n+t.length>e.length)&&-1!==e.indexOf(t,n)}(e,".")?"property":"argument";o='The "'.concat(e,'" ').concat(a," ").concat(i," ").concat(n(t,"type"))}return o+=". Received type ".concat(typeof r)}),TypeError),t("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF"),t("ERR_METHOD_NOT_IMPLEMENTED",(function(e){return"The "+e+" method is not implemented"})),t("ERR_STREAM_PREMATURE_CLOSE","Premature close"),t("ERR_STREAM_DESTROYED",(function(e){return"Cannot call "+e+" after a stream was destroyed"})),t("ERR_MULTIPLE_CALLBACK","Callback called multiple times"),t("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable"),t("ERR_STREAM_WRITE_AFTER_END","write after end"),t("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError),t("ERR_UNKNOWN_ENCODING",(function(e){return"Unknown encoding: "+e}),TypeError),t("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event"),Yt.codes=e,Yt}function Jt(){if(Ht)return qt;Ht=1;var e=Qt().codes.ERR_INVALID_OPT_VALUE;return qt={getHighWaterMark:function(t,n,r,i){var o=function(e,t,n){return null!=e.highWaterMark?e.highWaterMark:t?e[n]:null}(n,i,r);if(null!=o){if(!isFinite(o)||Math.floor(o)!==o||o<0)throw new e(i?r:"highWaterMark",o);return Math.floor(o)}return t.objectMode?16:16384}}}function en(){if(Kt)return Vt;function e(e){try{if(!O.localStorage)return!1}catch(n){return!1}var t=O.localStorage[e];return null!=t&&"true"===String(t).toLowerCase()}return Kt=1,Vt=function(t,n){if(e("noDeprecation"))return t;var r=!1;return function(){if(!r){if(e("throwDeprecation"))throw new Error(n);e("traceDeprecation"),r=!0}return t.apply(this,arguments)}}}function tn(){if(Zt)return Gt;function e(e){var t=this;this.next=null,this.entry=null,this.finish=function(){!function(e,t,n){var r=e.entry;e.entry=null;for(;r;){var i=r.callback;t.pendingcb--,i(n),r=r.next}t.corkedRequestsFree.next=e}(t,e)}}var t;Zt=1,Gt=v,v.WritableState=x;var n={deprecate:en()},r=xe(),i=ke().Buffer,o=O.Uint8Array||function(){};var a,s=zt(),c=Jt().getHighWaterMark,u=Qt().codes,l=u.ERR_INVALID_ARG_TYPE,d=u.ERR_METHOD_NOT_IMPLEMENTED,h=u.ERR_MULTIPLE_CALLBACK,f=u.ERR_STREAM_CANNOT_PIPE,p=u.ERR_STREAM_DESTROYED,g=u.ERR_STREAM_NULL_VALUES,m=u.ERR_STREAM_WRITE_AFTER_END,y=u.ERR_UNKNOWN_ENCODING,b=s.errorOrDestroy;function w(){}function x(n,r,i){t=t||nn(),n=n||{},"boolean"!=typeof i&&(i=r instanceof t),this.objectMode=!!n.objectMode,i&&(this.objectMode=this.objectMode||!!n.writableObjectMode),this.highWaterMark=c(this,n,"writableHighWaterMark",i),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var o=!1===n.decodeStrings;this.decodeStrings=!o,this.defaultEncoding=n.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(e){!function(e,t){var n=e._writableState,r=n.sync,i=n.writecb;if("function"!=typeof i)throw new h;if(function(e){e.writing=!1,e.writecb=null,e.length-=e.writelen,e.writelen=0}(n),t)!function(e,t,n,r,i){--t.pendingcb,n?(ye.nextTick(i,r),ye.nextTick(k,e,t),e._writableState.errorEmitted=!0,b(e,r)):(i(r),e._writableState.errorEmitted=!0,b(e,r),k(e,t))}(e,n,r,t,i);else{var o=U(n)||e.destroyed;o||n.corked||n.bufferProcessing||!n.bufferedRequest||T(e,n),r?ye.nextTick(D,e,n,o,i):D(e,n,o,i)}}(r,e)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=!1!==n.emitClose,this.autoDestroy=!!n.autoDestroy,this.bufferedRequestCount=0,this.corkedRequestsFree=new e(this)}function v(e){var n=this instanceof(t=t||nn());if(!n&&!a.call(v,this))return new v(e);this._writableState=new x(e,this,n),this.writable=!0,e&&("function"==typeof e.write&&(this._write=e.write),"function"==typeof e.writev&&(this._writev=e.writev),"function"==typeof e.destroy&&(this._destroy=e.destroy),"function"==typeof e.final&&(this._final=e.final)),r.call(this)}function _(e,t,n,r,i,o,a){t.writelen=r,t.writecb=a,t.writing=!0,t.sync=!0,t.destroyed?t.onwrite(new p("write")):n?e._writev(i,t.onwrite):e._write(i,o,t.onwrite),t.sync=!1}function D(e,t,n,r){n||function(e,t){0===t.length&&t.needDrain&&(t.needDrain=!1,e.emit("drain"))}(e,t),t.pendingcb--,r(),k(e,t)}function T(t,n){n.bufferProcessing=!0;var r=n.bufferedRequest;if(t._writev&&r&&r.next){var i=n.bufferedRequestCount,o=new Array(i),a=n.corkedRequestsFree;a.entry=r;for(var s=0,c=!0;r;)o[s]=r,r.isBuf||(c=!1),r=r.next,s+=1;o.allBuffers=c,_(t,n,!0,n.length,o,"",a.finish),n.pendingcb++,n.lastBufferedRequest=null,a.next?(n.corkedRequestsFree=a.next,a.next=null):n.corkedRequestsFree=new e(n),n.bufferedRequestCount=0}else{for(;r;){var u=r.chunk,l=r.encoding,d=r.callback;if(_(t,n,!1,n.objectMode?1:u.length,u,l,d),r=r.next,n.bufferedRequestCount--,n.writing)break}null===r&&(n.lastBufferedRequest=null)}n.bufferedRequest=r,n.bufferProcessing=!1}function U(e){return e.ending&&0===e.length&&null===e.bufferedRequest&&!e.finished&&!e.writing}function E(e,t){e._final((function(n){t.pendingcb--,n&&b(e,n),t.prefinished=!0,e.emit("prefinish"),k(e,t)}))}function k(e,t){var n=U(t);if(n&&(function(e,t){t.prefinished||t.finalCalled||("function"!=typeof e._final||t.destroyed?(t.prefinished=!0,e.emit("prefinish")):(t.pendingcb++,t.finalCalled=!0,ye.nextTick(E,e,t)))}(e,t),0===t.pendingcb&&(t.finished=!0,e.emit("finish"),t.autoDestroy))){var r=e._readableState;(!r||r.autoDestroy&&r.endEmitted)&&e.destroy()}return n}return ee(v,r),x.prototype.getBuffer=function(){for(var e=this.bufferedRequest,t=[];e;)t.push(e),e=e.next;return t},function(){try{Object.defineProperty(x.prototype,"buffer",{get:n.deprecate((function(){return this.getBuffer()}),"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch(e){}}(),"function"==typeof Symbol&&Symbol.hasInstance&&"function"==typeof Function.prototype[Symbol.hasInstance]?(a=Function.prototype[Symbol.hasInstance],Object.defineProperty(v,Symbol.hasInstance,{value:function(e){return!!a.call(this,e)||this===v&&(e&&e._writableState instanceof x)}})):a=function(e){return e instanceof this},v.prototype.pipe=function(){b(this,new f)},v.prototype.write=function(e,t,n){var r,a=this._writableState,s=!1,c=!a.objectMode&&(r=e,i.isBuffer(r)||r instanceof o);return c&&!i.isBuffer(e)&&(e=function(e){return i.from(e)}(e)),"function"==typeof t&&(n=t,t=null),c?t="buffer":t||(t=a.defaultEncoding),"function"!=typeof n&&(n=w),a.ending?function(e,t){var n=new m;b(e,n),ye.nextTick(t,n)}(this,n):(c||function(e,t,n,r){var i;return null===n?i=new g:"string"==typeof n||t.objectMode||(i=new l("chunk",["string","Buffer"],n)),!i||(b(e,i),ye.nextTick(r,i),!1)}(this,a,e,n))&&(a.pendingcb++,s=function(e,t,n,r,o,a){if(!n){var s=function(e,t,n){e.objectMode||!1===e.decodeStrings||"string"!=typeof t||(t=i.from(t,n));return t}(t,r,o);r!==s&&(n=!0,o="buffer",r=s)}var c=t.objectMode?1:r.length;t.length+=c;var u=t.length<t.highWaterMark;u||(t.needDrain=!0);if(t.writing||t.corked){var l=t.lastBufferedRequest;t.lastBufferedRequest={chunk:r,encoding:o,isBuf:n,callback:a,next:null},l?l.next=t.lastBufferedRequest:t.bufferedRequest=t.lastBufferedRequest,t.bufferedRequestCount+=1}else _(e,t,!1,c,r,o,a);return u}(this,a,c,e,t,n)),s},v.prototype.cork=function(){this._writableState.corked++},v.prototype.uncork=function(){var e=this._writableState;e.corked&&(e.corked--,e.writing||e.corked||e.bufferProcessing||!e.bufferedRequest||T(this,e))},v.prototype.setDefaultEncoding=function(e){if("string"==typeof e&&(e=e.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((e+"").toLowerCase())>-1))throw new y(e);return this._writableState.defaultEncoding=e,this},Object.defineProperty(v.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty(v.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),v.prototype._write=function(e,t,n){n(new d("_write()"))},v.prototype._writev=null,v.prototype.end=function(e,t,n){var r=this._writableState;return"function"==typeof e?(n=e,e=null,t=null):"function"==typeof t&&(n=t,t=null),null!=e&&this.write(e,t),r.corked&&(r.corked=1,this.uncork()),r.ending||function(e,t,n){t.ending=!0,k(e,t),n&&(t.finished?ye.nextTick(n):e.once("finish",n));t.ended=!0,e.writable=!1}(this,r,n),this},Object.defineProperty(v.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}}),Object.defineProperty(v.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._writableState&&this._writableState.destroyed},set:function(e){this._writableState&&(this._writableState.destroyed=e)}}),v.prototype.destroy=s.destroy,v.prototype._undestroy=s.undestroy,v.prototype._destroy=function(e,t){t(e)},Gt}function nn(){if($t)return Xt;$t=1;var e=Object.keys||function(e){var t=[];for(var n in e)t.push(n);return t};Xt=a;var t=Un(),n=tn();ee(a,t);for(var r=e(n.prototype),i=0;i<r.length;i++){var o=r[i];a.prototype[o]||(a.prototype[o]=n.prototype[o])}function a(e){if(!(this instanceof a))return new a(e);t.call(this,e),n.call(this,e),this.allowHalfOpen=!0,e&&(!1===e.readable&&(this.readable=!1),!1===e.writable&&(this.writable=!1),!1===e.allowHalfOpen&&(this.allowHalfOpen=!1,this.once("end",s)))}function s(){this._writableState.ended||ye.nextTick(c,this)}function c(e){e.end()}return Object.defineProperty(a.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),Object.defineProperty(a.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty(a.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}}),Object.defineProperty(a.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._readableState&&void 0!==this._writableState&&(this._readableState.destroyed&&this._writableState.destroyed)},set:function(e){void 0!==this._readableState&&void 0!==this._writableState&&(this._readableState.destroyed=e,this._writableState.destroyed=e)}}),Xt}var rn,on,an,sn,cn,un,ln,dn,hn,fn,pn,gn,mn,yn,bn,wn,xn={},vn={exports:{}};function _n(){if(on)return xn;on=1;var e=(rn||(rn=1,function(e,t){var n=ke(),r=n.Buffer;function i(e,t){for(var n in e)t[n]=e[n]}function o(e,t,n){return r(e,t,n)}r.from&&r.alloc&&r.allocUnsafe&&r.allocUnsafeSlow?e.exports=n:(i(n,t),t.Buffer=o),i(r,o),o.from=function(e,t,n){if("number"==typeof e)throw new TypeError("Argument must not be a number");return r(e,t,n)},o.alloc=function(e,t,n){if("number"!=typeof e)throw new TypeError("Argument must be a number");var i=r(e);return void 0!==t?"string"==typeof n?i.fill(t,n):i.fill(t):i.fill(0),i},o.allocUnsafe=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return r(e)},o.allocUnsafeSlow=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return n.SlowBuffer(e)}}(vn,vn.exports)),vn.exports).Buffer,t=e.isEncoding||function(e){switch((e=""+e)&&e.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function n(n){var r;switch(this.encoding=function(n){var r=function(e){if(!e)return"utf8";for(var t;;)switch(e){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return e;default:if(t)return;e=(""+e).toLowerCase(),t=!0}}(n);if("string"!=typeof r&&(e.isEncoding===t||!t(n)))throw new Error("Unknown encoding: "+n);return r||n}(n),this.encoding){case"utf16le":this.text=o,this.end=a,r=4;break;case"utf8":this.fillLast=i,r=4;break;case"base64":this.text=s,this.end=c,r=3;break;default:return this.write=u,void(this.end=l)}this.lastNeed=0,this.lastTotal=0,this.lastChar=e.allocUnsafe(r)}function r(e){return e<=127?0:e>>5==6?2:e>>4==14?3:e>>3==30?4:e>>6==2?-1:-2}function i(e){var t=this.lastTotal-this.lastNeed,n=function(e,t,n){if(128!=(192&t[0]))return e.lastNeed=0,"�";if(e.lastNeed>1&&t.length>1){if(128!=(192&t[1]))return e.lastNeed=1,"�";if(e.lastNeed>2&&t.length>2&&128!=(192&t[2]))return e.lastNeed=2,"�"}}(this,e);return void 0!==n?n:this.lastNeed<=e.length?(e.copy(this.lastChar,t,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal)):(e.copy(this.lastChar,t,0,e.length),void(this.lastNeed-=e.length))}function o(e,t){if((e.length-t)%2==0){var n=e.toString("utf16le",t);if(n){var r=n.charCodeAt(n.length-1);if(r>=55296&&r<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=e[e.length-2],this.lastChar[1]=e[e.length-1],n.slice(0,-1)}return n}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=e[e.length-1],e.toString("utf16le",t,e.length-1)}function a(e){var t=e&&e.length?this.write(e):"";if(this.lastNeed){var n=this.lastTotal-this.lastNeed;return t+this.lastChar.toString("utf16le",0,n)}return t}function s(e,t){var n=(e.length-t)%3;return 0===n?e.toString("base64",t):(this.lastNeed=3-n,this.lastTotal=3,1===n?this.lastChar[0]=e[e.length-1]:(this.lastChar[0]=e[e.length-2],this.lastChar[1]=e[e.length-1]),e.toString("base64",t,e.length-n))}function c(e){var t=e&&e.length?this.write(e):"";return this.lastNeed?t+this.lastChar.toString("base64",0,3-this.lastNeed):t}function u(e){return e.toString(this.encoding)}function l(e){return e&&e.length?this.write(e):""}return xn.StringDecoder=n,n.prototype.write=function(e){if(0===e.length)return"";var t,n;if(this.lastNeed){if(void 0===(t=this.fillLast(e)))return"";n=this.lastNeed,this.lastNeed=0}else n=0;return n<e.length?t?t+this.text(e,n):this.text(e,n):t||""},n.prototype.end=function(e){var t=e&&e.length?this.write(e):"";return this.lastNeed?t+"�":t},n.prototype.text=function(e,t){var n=function(e,t,n){var i=t.length-1;if(i<n)return 0;var o=r(t[i]);if(o>=0)return o>0&&(e.lastNeed=o-1),o;if(--i<n||-2===o)return 0;if((o=r(t[i]))>=0)return o>0&&(e.lastNeed=o-2),o;if(--i<n||-2===o)return 0;if((o=r(t[i]))>=0)return o>0&&(2===o?o=0:e.lastNeed=o-3),o;return 0}(this,e,t);if(!this.lastNeed)return e.toString("utf8",t);this.lastTotal=n;var i=e.length-(n-this.lastNeed);return e.copy(this.lastChar,0,i),e.toString("utf8",t,i)},n.prototype.fillLast=function(e){if(this.lastNeed<=e.length)return e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,e.length),this.lastNeed-=e.length},xn}function Dn(){if(sn)return an;sn=1;var e=Qt().codes.ERR_STREAM_PREMATURE_CLOSE;function t(){}return an=function n(r,i,o){if("function"==typeof i)return n(r,null,i);i||(i={}),o=function(e){var t=!1;return function(){if(!t){t=!0;for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];e.apply(this,r)}}}(o||t);var a=i.readable||!1!==i.readable&&r.readable,s=i.writable||!1!==i.writable&&r.writable,c=function(){r.writable||l()},u=r._writableState&&r._writableState.finished,l=function(){s=!1,u=!0,a||o.call(r)},d=r._readableState&&r._readableState.endEmitted,h=function(){a=!1,d=!0,s||o.call(r)},f=function(e){o.call(r,e)},p=function(){var t;return a&&!d?(r._readableState&&r._readableState.ended||(t=new e),o.call(r,t)):s&&!u?(r._writableState&&r._writableState.ended||(t=new e),o.call(r,t)):void 0},g=function(){r.req.on("finish",l)};return!function(e){return e.setHeader&&"function"==typeof e.abort}(r)?s&&!r._writableState&&(r.on("end",c),r.on("close",c)):(r.on("complete",l),r.on("abort",p),r.req?g():r.on("request",g)),r.on("end",h),r.on("finish",l),!1!==i.error&&r.on("error",f),r.on("close",p),function(){r.removeListener("complete",l),r.removeListener("abort",p),r.removeListener("request",g),r.req&&r.req.removeListener("finish",l),r.removeListener("end",c),r.removeListener("close",c),r.removeListener("finish",l),r.removeListener("end",h),r.removeListener("error",f),r.removeListener("close",p)}}}function Tn(){if(un)return cn;var e;function t(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}un=1;var n=Dn(),r=Symbol("lastResolve"),i=Symbol("lastReject"),o=Symbol("error"),a=Symbol("ended"),s=Symbol("lastPromise"),c=Symbol("handlePromise"),u=Symbol("stream");function l(e,t){return{value:e,done:t}}function d(e){var t=e[r];if(null!==t){var n=e[u].read();null!==n&&(e[s]=null,e[r]=null,e[i]=null,t(l(n,!1)))}}function h(e){ye.nextTick(d,e)}var f=Object.getPrototypeOf((function(){})),p=Object.setPrototypeOf((t(e={get stream(){return this[u]},next:function(){var e=this,t=this[o];if(null!==t)return Promise.reject(t);if(this[a])return Promise.resolve(l(void 0,!0));if(this[u].destroyed)return new Promise((function(t,n){ye.nextTick((function(){e[o]?n(e[o]):t(l(void 0,!0))}))}));var n,r=this[s];if(r)n=new Promise(function(e,t){return function(n,r){e.then((function(){t[a]?n(l(void 0,!0)):t[c](n,r)}),r)}}(r,this));else{var i=this[u].read();if(null!==i)return Promise.resolve(l(i,!1));n=new Promise(this[c])}return this[s]=n,n}},Symbol.asyncIterator,(function(){return this})),t(e,"return",(function(){var e=this;return new Promise((function(t,n){e[u].destroy(null,(function(e){e?n(e):t(l(void 0,!0))}))}))})),e),f);return cn=function(e){var d,f=Object.create(p,(t(d={},u,{value:e,writable:!0}),t(d,r,{value:null,writable:!0}),t(d,i,{value:null,writable:!0}),t(d,o,{value:null,writable:!0}),t(d,a,{value:e._readableState.endEmitted,writable:!0}),t(d,c,{value:function(e,t){var n=f[u].read();n?(f[s]=null,f[r]=null,f[i]=null,e(l(n,!1))):(f[r]=e,f[i]=t)},writable:!0}),d));return f[s]=null,n(e,(function(e){if(e&&"ERR_STREAM_PREMATURE_CLOSE"!==e.code){var t=f[i];return null!==t&&(f[s]=null,f[r]=null,f[i]=null,t(e)),void(f[o]=e)}var n=f[r];null!==n&&(f[s]=null,f[r]=null,f[i]=null,n(l(void 0,!0))),f[a]=!0})),e.on("readable",h.bind(null,f)),f}}function Un(){if(fn)return hn;var e;fn=1,hn=v,v.ReadableState=x,Q.EventEmitter;var t=function(e,t){return e.listeners(t).length},n=xe(),r=ke().Buffer,i=O.Uint8Array||function(){};var o,a=Lt();o=a&&a.debuglog?a.debuglog("stream"):function(){};var s,c,u,l=jt(),d=zt(),h=Jt().getHighWaterMark,f=Qt().codes,p=f.ERR_INVALID_ARG_TYPE,g=f.ERR_STREAM_PUSH_AFTER_EOF,m=f.ERR_METHOD_NOT_IMPLEMENTED,y=f.ERR_STREAM_UNSHIFT_AFTER_END_EVENT;ee(v,n);var b=d.errorOrDestroy,w=["error","close","destroy","pause","resume"];function x(t,n,r){e=e||nn(),t=t||{},"boolean"!=typeof r&&(r=n instanceof e),this.objectMode=!!t.objectMode,r&&(this.objectMode=this.objectMode||!!t.readableObjectMode),this.highWaterMark=h(this,t,"readableHighWaterMark",r),this.buffer=new l,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.paused=!0,this.emitClose=!1!==t.emitClose,this.autoDestroy=!!t.autoDestroy,this.destroyed=!1,this.defaultEncoding=t.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,t.encoding&&(s||(s=_n().StringDecoder),this.decoder=new s(t.encoding),this.encoding=t.encoding)}function v(t){if(e=e||nn(),!(this instanceof v))return new v(t);var r=this instanceof e;this._readableState=new x(t,this,r),this.readable=!0,t&&("function"==typeof t.read&&(this._read=t.read),"function"==typeof t.destroy&&(this._destroy=t.destroy)),n.call(this)}function _(e,t,n,a,s){o("readableAddChunk",t);var c,u=e._readableState;if(null===t)u.reading=!1,function(e,t){if(o("onEofChunk"),t.ended)return;if(t.decoder){var n=t.decoder.end();n&&n.length&&(t.buffer.push(n),t.length+=t.objectMode?1:n.length)}t.ended=!0,t.sync?E(e):(t.needReadable=!1,t.emittedReadable||(t.emittedReadable=!0,k(e)))}(e,u);else if(s||(c=function(e,t){var n;o=t,r.isBuffer(o)||o instanceof i||"string"==typeof t||void 0===t||e.objectMode||(n=new p("chunk",["string","Buffer","Uint8Array"],t));var o;return n}(u,t)),c)b(e,c);else if(u.objectMode||t&&t.length>0)if("string"==typeof t||u.objectMode||Object.getPrototypeOf(t)===r.prototype||(t=function(e){return r.from(e)}(t)),a)u.endEmitted?b(e,new y):D(e,u,t,!0);else if(u.ended)b(e,new g);else{if(u.destroyed)return!1;u.reading=!1,u.decoder&&!n?(t=u.decoder.write(t),u.objectMode||0!==t.length?D(e,u,t,!1):S(e,u)):D(e,u,t,!1)}else a||(u.reading=!1,S(e,u));return!u.ended&&(u.length<u.highWaterMark||0===u.length)}function D(e,t,n,r){t.flowing&&0===t.length&&!t.sync?(t.awaitDrain=0,e.emit("data",n)):(t.length+=t.objectMode?1:n.length,r?t.buffer.unshift(n):t.buffer.push(n),t.needReadable&&E(e)),S(e,t)}Object.defineProperty(v.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._readableState&&this._readableState.destroyed},set:function(e){this._readableState&&(this._readableState.destroyed=e)}}),v.prototype.destroy=d.destroy,v.prototype._undestroy=d.undestroy,v.prototype._destroy=function(e,t){t(e)},v.prototype.push=function(e,t){var n,i=this._readableState;return i.objectMode?n=!0:"string"==typeof e&&((t=t||i.defaultEncoding)!==i.encoding&&(e=r.from(e,t),t=""),n=!0),_(this,e,t,!1,n)},v.prototype.unshift=function(e){return _(this,e,null,!0,!1)},v.prototype.isPaused=function(){return!1===this._readableState.flowing},v.prototype.setEncoding=function(e){s||(s=_n().StringDecoder);var t=new s(e);this._readableState.decoder=t,this._readableState.encoding=this._readableState.decoder.encoding;for(var n=this._readableState.buffer.head,r="";null!==n;)r+=t.write(n.data),n=n.next;return this._readableState.buffer.clear(),""!==r&&this._readableState.buffer.push(r),this._readableState.length=r.length,this};var T=1073741824;function U(e,t){return e<=0||0===t.length&&t.ended?0:t.objectMode?1:e!=e?t.flowing&&t.length?t.buffer.head.data.length:t.length:(e>t.highWaterMark&&(t.highWaterMark=function(e){return e>=T?e=T:(e--,e|=e>>>1,e|=e>>>2,e|=e>>>4,e|=e>>>8,e|=e>>>16,e++),e}(e)),e<=t.length?e:t.ended?t.length:(t.needReadable=!0,0))}function E(e){var t=e._readableState;o("emitReadable",t.needReadable,t.emittedReadable),t.needReadable=!1,t.emittedReadable||(o("emitReadable",t.flowing),t.emittedReadable=!0,ye.nextTick(k,e))}function k(e){var t=e._readableState;o("emitReadable_",t.destroyed,t.length,t.ended),t.destroyed||!t.length&&!t.ended||(e.emit("readable"),t.emittedReadable=!1),t.needReadable=!t.flowing&&!t.ended&&t.length<=t.highWaterMark,N(e)}function S(e,t){t.readingMore||(t.readingMore=!0,ye.nextTick(A,e,t))}function A(e,t){for(;!t.reading&&!t.ended&&(t.length<t.highWaterMark||t.flowing&&0===t.length);){var n=t.length;if(o("maybeReadMore read 0"),e.read(0),n===t.length)break}t.readingMore=!1}function F(e){var t=e._readableState;t.readableListening=e.listenerCount("readable")>0,t.resumeScheduled&&!t.paused?t.flowing=!0:e.listenerCount("data")>0&&e.resume()}function C(e){o("readable nexttick read 0"),e.read(0)}function I(e,t){o("resume",t.reading),t.reading||e.read(0),t.resumeScheduled=!1,e.emit("resume"),N(e),t.flowing&&!t.reading&&e.read(0)}function N(e){var t=e._readableState;for(o("flow",t.flowing);t.flowing&&null!==e.read(););}function B(e,t){return 0===t.length?null:(t.objectMode?n=t.buffer.shift():!e||e>=t.length?(n=t.decoder?t.buffer.join(""):1===t.buffer.length?t.buffer.first():t.buffer.concat(t.length),t.buffer.clear()):n=t.buffer.consume(e,t.decoder),n);var n}function W(e){var t=e._readableState;o("endReadable",t.endEmitted),t.endEmitted||(t.ended=!0,ye.nextTick(R,t,e))}function R(e,t){if(o("endReadableNT",e.endEmitted,e.length),!e.endEmitted&&0===e.length&&(e.endEmitted=!0,t.readable=!1,t.emit("end"),e.autoDestroy)){var n=t._writableState;(!n||n.autoDestroy&&n.finished)&&t.destroy()}}function P(e,t){for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1}return v.prototype.read=function(e){o("read",e),e=parseInt(e,10);var t=this._readableState,n=e;if(0!==e&&(t.emittedReadable=!1),0===e&&t.needReadable&&((0!==t.highWaterMark?t.length>=t.highWaterMark:t.length>0)||t.ended))return o("read: emitReadable",t.length,t.ended),0===t.length&&t.ended?W(this):E(this),null;if(0===(e=U(e,t))&&t.ended)return 0===t.length&&W(this),null;var r,i=t.needReadable;return o("need readable",i),(0===t.length||t.length-e<t.highWaterMark)&&o("length less than watermark",i=!0),t.ended||t.reading?o("reading or ended",i=!1):i&&(o("do read"),t.reading=!0,t.sync=!0,0===t.length&&(t.needReadable=!0),this._read(t.highWaterMark),t.sync=!1,t.reading||(e=U(n,t))),null===(r=e>0?B(e,t):null)?(t.needReadable=t.length<=t.highWaterMark,e=0):(t.length-=e,t.awaitDrain=0),0===t.length&&(t.ended||(t.needReadable=!0),n!==e&&t.ended&&W(this)),null!==r&&this.emit("data",r),r},v.prototype._read=function(e){b(this,new m("_read()"))},v.prototype.pipe=function(e,n){var r=this,i=this._readableState;switch(i.pipesCount){case 0:i.pipes=e;break;case 1:i.pipes=[i.pipes,e];break;default:i.pipes.push(e)}i.pipesCount+=1,o("pipe count=%d opts=%j",i.pipesCount,n);var a=(!n||!1!==n.end)&&e!==ye.stdout&&e!==ye.stderr?c:g;function s(t,n){o("onunpipe"),t===r&&n&&!1===n.hasUnpiped&&(n.hasUnpiped=!0,o("cleanup"),e.removeListener("close",f),e.removeListener("finish",p),e.removeListener("drain",u),e.removeListener("error",h),e.removeListener("unpipe",s),r.removeListener("end",c),r.removeListener("end",g),r.removeListener("data",d),l=!0,!i.awaitDrain||e._writableState&&!e._writableState.needDrain||u())}function c(){o("onend"),e.end()}i.endEmitted?ye.nextTick(a):r.once("end",a),e.on("unpipe",s);var u=function(e){return function(){var n=e._readableState;o("pipeOnDrain",n.awaitDrain),n.awaitDrain&&n.awaitDrain--,0===n.awaitDrain&&t(e,"data")&&(n.flowing=!0,N(e))}}(r);e.on("drain",u);var l=!1;function d(t){o("ondata");var n=e.write(t);o("dest.write",n),!1===n&&((1===i.pipesCount&&i.pipes===e||i.pipesCount>1&&-1!==P(i.pipes,e))&&!l&&(o("false write response, pause",i.awaitDrain),i.awaitDrain++),r.pause())}function h(n){o("onerror",n),g(),e.removeListener("error",h),0===t(e,"error")&&b(e,n)}function f(){e.removeListener("finish",p),g()}function p(){o("onfinish"),e.removeListener("close",f),g()}function g(){o("unpipe"),r.unpipe(e)}return r.on("data",d),function(e,t,n){if("function"==typeof e.prependListener)return e.prependListener(t,n);e._events&&e._events[t]?Array.isArray(e._events[t])?e._events[t].unshift(n):e._events[t]=[n,e._events[t]]:e.on(t,n)}(e,"error",h),e.once("close",f),e.once("finish",p),e.emit("pipe",r),i.flowing||(o("pipe resume"),r.resume()),e},v.prototype.unpipe=function(e){var t=this._readableState,n={hasUnpiped:!1};if(0===t.pipesCount)return this;if(1===t.pipesCount)return e&&e!==t.pipes||(e||(e=t.pipes),t.pipes=null,t.pipesCount=0,t.flowing=!1,e&&e.emit("unpipe",this,n)),this;if(!e){var r=t.pipes,i=t.pipesCount;t.pipes=null,t.pipesCount=0,t.flowing=!1;for(var o=0;o<i;o++)r[o].emit("unpipe",this,{hasUnpiped:!1});return this}var a=P(t.pipes,e);return-1===a||(t.pipes.splice(a,1),t.pipesCount-=1,1===t.pipesCount&&(t.pipes=t.pipes[0]),e.emit("unpipe",this,n)),this},v.prototype.on=function(e,t){var r=n.prototype.on.call(this,e,t),i=this._readableState;return"data"===e?(i.readableListening=this.listenerCount("readable")>0,!1!==i.flowing&&this.resume()):"readable"===e&&(i.endEmitted||i.readableListening||(i.readableListening=i.needReadable=!0,i.flowing=!1,i.emittedReadable=!1,o("on readable",i.length,i.reading),i.length?E(this):i.reading||ye.nextTick(C,this))),r},v.prototype.addListener=v.prototype.on,v.prototype.removeListener=function(e,t){var r=n.prototype.removeListener.call(this,e,t);return"readable"===e&&ye.nextTick(F,this),r},v.prototype.removeAllListeners=function(e){var t=n.prototype.removeAllListeners.apply(this,arguments);return"readable"!==e&&void 0!==e||ye.nextTick(F,this),t},v.prototype.resume=function(){var e=this._readableState;return e.flowing||(o("resume"),e.flowing=!e.readableListening,function(e,t){t.resumeScheduled||(t.resumeScheduled=!0,ye.nextTick(I,e,t))}(this,e)),e.paused=!1,this},v.prototype.pause=function(){return o("call pause flowing=%j",this._readableState.flowing),!1!==this._readableState.flowing&&(o("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState.paused=!0,this},v.prototype.wrap=function(e){var t=this,n=this._readableState,r=!1;for(var i in e.on("end",(function(){if(o("wrapped end"),n.decoder&&!n.ended){var e=n.decoder.end();e&&e.length&&t.push(e)}t.push(null)})),e.on("data",(function(i){(o("wrapped data"),n.decoder&&(i=n.decoder.write(i)),n.objectMode&&null==i)||(n.objectMode||i&&i.length)&&(t.push(i)||(r=!0,e.pause()))})),e)void 0===this[i]&&"function"==typeof e[i]&&(this[i]=function(t){return function(){return e[t].apply(e,arguments)}}(i));for(var a=0;a<w.length;a++)e.on(w[a],this.emit.bind(this,w[a]));return this._read=function(t){o("wrapped _read",t),r&&(r=!1,e.resume())},this},"function"==typeof Symbol&&(v.prototype[Symbol.asyncIterator]=function(){return void 0===c&&(c=Tn()),c(this)}),Object.defineProperty(v.prototype,"readableHighWaterMark",{enumerable:!1,get:function(){return this._readableState.highWaterMark}}),Object.defineProperty(v.prototype,"readableBuffer",{enumerable:!1,get:function(){return this._readableState&&this._readableState.buffer}}),Object.defineProperty(v.prototype,"readableFlowing",{enumerable:!1,get:function(){return this._readableState.flowing},set:function(e){this._readableState&&(this._readableState.flowing=e)}}),v._fromList=B,Object.defineProperty(v.prototype,"readableLength",{enumerable:!1,get:function(){return this._readableState.length}}),"function"==typeof Symbol&&(v.from=function(e,t){return void 0===u&&(u=dn?ln:(dn=1,ln=function(){throw new Error("Readable.from is not available in the browser")})),u(v,e,t)}),hn}function En(){if(gn)return pn;gn=1,pn=s;var e=Qt().codes,t=e.ERR_METHOD_NOT_IMPLEMENTED,n=e.ERR_MULTIPLE_CALLBACK,r=e.ERR_TRANSFORM_ALREADY_TRANSFORMING,i=e.ERR_TRANSFORM_WITH_LENGTH_0,o=nn();function a(e,t){var r=this._transformState;r.transforming=!1;var i=r.writecb;if(null===i)return this.emit("error",new n);r.writechunk=null,r.writecb=null,null!=t&&this.push(t),i(e);var o=this._readableState;o.reading=!1,(o.needReadable||o.length<o.highWaterMark)&&this._read(o.highWaterMark)}function s(e){if(!(this instanceof s))return new s(e);o.call(this,e),this._transformState={afterTransform:a.bind(this),needTransform:!1,transforming:!1,writecb:null,writechunk:null,writeencoding:null},this._readableState.needReadable=!0,this._readableState.sync=!1,e&&("function"==typeof e.transform&&(this._transform=e.transform),"function"==typeof e.flush&&(this._flush=e.flush)),this.on("prefinish",c)}function c(){var e=this;"function"!=typeof this._flush||this._readableState.destroyed?u(this,null,null):this._flush((function(t,n){u(e,t,n)}))}function u(e,t,n){if(t)return e.emit("error",t);if(null!=n&&e.push(n),e._writableState.length)throw new i;if(e._transformState.transforming)throw new r;return e.push(null)}return ee(s,o),s.prototype.push=function(e,t){return this._transformState.needTransform=!1,o.prototype.push.call(this,e,t)},s.prototype._transform=function(e,n,r){r(new t("_transform()"))},s.prototype._write=function(e,t,n){var r=this._transformState;if(r.writecb=n,r.writechunk=e,r.writeencoding=t,!r.transforming){var i=this._readableState;(r.needTransform||i.needReadable||i.length<i.highWaterMark)&&this._read(i.highWaterMark)}},s.prototype._read=function(e){var t=this._transformState;null===t.writechunk||t.transforming?t.needTransform=!0:(t.transforming=!0,this._transform(t.writechunk,t.writeencoding,t.afterTransform))},s.prototype._destroy=function(e,t){o.prototype._destroy.call(this,e,(function(e){t(e)}))},pn}var kn=An,Sn=Q.EventEmitter;function An(){Sn.call(this)}ee(An,Sn),An.Readable=Un(),An.Writable=tn(),An.Duplex=nn(),An.Transform=En(),An.PassThrough=function(){if(yn)return mn;yn=1,mn=t;var e=En();function t(n){if(!(this instanceof t))return new t(n);e.call(this,n)}return ee(t,e),t.prototype._transform=function(e,t,n){n(null,e)},mn}(),An.finished=Dn(),An.pipeline=function(){if(wn)return bn;var e;wn=1;var t=Qt().codes,n=t.ERR_MISSING_ARGS,r=t.ERR_STREAM_DESTROYED;function i(e){if(e)throw e}function o(t,n,i,o){o=function(e){var t=!1;return function(){t||(t=!0,e.apply(void 0,arguments))}}(o);var a=!1;t.on("close",(function(){a=!0})),void 0===e&&(e=Dn()),e(t,{readable:n,writable:i},(function(e){if(e)return o(e);a=!0,o()}));var s=!1;return function(e){if(!a&&!s)return s=!0,function(e){return e.setHeader&&"function"==typeof e.abort}(t)?t.abort():"function"==typeof t.destroy?t.destroy():void o(e||new r("pipe"))}}function a(e){e()}function s(e,t){return e.pipe(t)}function c(e){return e.length?"function"!=typeof e[e.length-1]?i:e.pop():i}return bn=function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];var i,u=c(t);if(Array.isArray(t[0])&&(t=t[0]),t.length<2)throw new n("streams");var l=t.map((function(e,n){var r=n<t.length-1;return o(e,r,n>0,(function(e){i||(i=e),e&&l.forEach(a),r||(l.forEach(a),u(i))}))}));return t.reduce(s)}}(),An.Stream=An,An.prototype.pipe=function(e,t){var n=this;function r(t){e.writable&&!1===e.write(t)&&n.pause&&n.pause()}function i(){n.readable&&n.resume&&n.resume()}n.on("data",r),e.on("drain",i),e._isStdio||t&&!1===t.end||(n.on("end",a),n.on("close",s));var o=!1;function a(){o||(o=!0,e.end())}function s(){o||(o=!0,"function"==typeof e.destroy&&e.destroy())}function c(e){if(u(),0===Sn.listenerCount(this,"error"))throw e}function u(){n.removeListener("data",r),e.removeListener("drain",i),n.removeListener("end",a),n.removeListener("close",s),n.removeListener("error",c),e.removeListener("error",c),n.removeListener("end",u),n.removeListener("close",u),e.removeListener("close",u)}return n.on("error",c),e.on("error",c),n.on("end",u),n.on("close",u),e.on("close",u),e.emit("pipe",n),e},function(e){e.parser=function(e,t){return new r(e,t)},e.SAXParser=r,e.SAXStream=o,e.createStream=function(e,t){return new o(e,t)},e.MAX_BUFFER_LENGTH=65536;var t,n=["comment","sgmlDecl","textNode","tagName","doctype","procInstName","procInstBody","entity","attribName","attribValue","cdata","script"];function r(t,i){if(!(this instanceof r))return new r(t,i);var o=this;!function(e){for(var t=0,r=n.length;t<r;t++)e[n[t]]=""}(o),o.q=o.c="",o.bufferCheckPosition=e.MAX_BUFFER_LENGTH,o.opt=i||{},o.opt.lowercase=o.opt.lowercase||o.opt.lowercasetags,o.looseCase=o.opt.lowercase?"toLowerCase":"toUpperCase",o.tags=[],o.closed=o.closedRoot=o.sawRoot=!1,o.tag=o.error=null,o.strict=!!t,o.noscript=!(!t&&!o.opt.noscript),o.state=v.BEGIN,o.strictEntities=o.opt.strictEntities,o.ENTITIES=o.strictEntities?Object.create(e.XML_ENTITIES):Object.create(e.ENTITIES),o.attribList=[],o.opt.xmlns&&(o.ns=Object.create(c)),o.trackPosition=!1!==o.opt.position,o.trackPosition&&(o.position=o.line=o.column=0),D(o,"onready")}e.EVENTS=["text","processinginstruction","sgmldeclaration","doctype","comment","opentagstart","attribute","opentag","closetag","opencdata","cdata","closecdata","error","end","ready","script","opennamespace","closenamespace"],Object.create||(Object.create=function(e){function t(){}return t.prototype=e,new t}),Object.keys||(Object.keys=function(e){var t=[];for(var n in e)e.hasOwnProperty(n)&&t.push(n);return t}),r.prototype={end:function(){S(this)},write:function(t){var r=this;if(this.error)throw this.error;if(r.closed)return k(r,"Cannot write after close. Assign an onready handler.");if(null===t)return S(r);"object"==typeof t&&(t=t.toString());for(var i=0,o="";o=R(t,i++),r.c=o,o;)switch(r.trackPosition&&(r.position++,"\n"===o?(r.line++,r.column=0):r.column++),r.state){case v.BEGIN:if(r.state=v.BEGIN_WHITESPACE,"\ufeff"===o)continue;W(r,o);continue;case v.BEGIN_WHITESPACE:W(r,o);continue;case v.TEXT:if(r.sawRoot&&!r.closedRoot){for(var a=i-1;o&&"<"!==o&&"&"!==o;)(o=R(t,i++))&&r.trackPosition&&(r.position++,"\n"===o?(r.line++,r.column=0):r.column++);r.textNode+=t.substring(a,i-1)}"<"!==o||r.sawRoot&&r.closedRoot&&!r.strict?(f(o)||r.sawRoot&&!r.closedRoot||A(r,"Text data outside of root node."),"&"===o?r.state=v.TEXT_ENTITY:r.textNode+=o):(r.state=v.OPEN_WAKA,r.startTagPosition=r.position);continue;case v.SCRIPT:"<"===o?r.state=v.SCRIPT_ENDING:r.script+=o;continue;case v.SCRIPT_ENDING:"/"===o?r.state=v.CLOSE_TAG:(r.script+="<"+o,r.state=v.SCRIPT);continue;case v.OPEN_WAKA:if("!"===o)r.state=v.SGML_DECL,r.sgmlDecl="";else if(f(o));else if(m(u,o))r.state=v.OPEN_TAG,r.tagName=o;else if("/"===o)r.state=v.CLOSE_TAG,r.tagName="";else if("?"===o)r.state=v.PROC_INST,r.procInstName=r.procInstBody="";else{if(A(r,"Unencoded <"),r.startTagPosition+1<r.position){var s=r.position-r.startTagPosition;o=new Array(s).join(" ")+o}r.textNode+="<"+o,r.state=v.TEXT}continue;case v.SGML_DECL:"[CDATA["===(r.sgmlDecl+o).toUpperCase()?(T(r,"onopencdata"),r.state=v.CDATA,r.sgmlDecl="",r.cdata=""):r.sgmlDecl+o==="--"?(r.state=v.COMMENT,r.comment="",r.sgmlDecl=""):"DOCTYPE"===(r.sgmlDecl+o).toUpperCase()?(r.state=v.DOCTYPE,(r.doctype||r.sawRoot)&&A(r,"Inappropriately located doctype declaration"),r.doctype="",r.sgmlDecl=""):">"===o?(T(r,"onsgmldeclaration",r.sgmlDecl),r.sgmlDecl="",r.state=v.TEXT):p(o)?(r.state=v.SGML_DECL_QUOTED,r.sgmlDecl+=o):r.sgmlDecl+=o;continue;case v.SGML_DECL_QUOTED:o===r.q&&(r.state=v.SGML_DECL,r.q=""),r.sgmlDecl+=o;continue;case v.DOCTYPE:">"===o?(r.state=v.TEXT,T(r,"ondoctype",r.doctype),r.doctype=!0):(r.doctype+=o,"["===o?r.state=v.DOCTYPE_DTD:p(o)&&(r.state=v.DOCTYPE_QUOTED,r.q=o));continue;case v.DOCTYPE_QUOTED:r.doctype+=o,o===r.q&&(r.q="",r.state=v.DOCTYPE);continue;case v.DOCTYPE_DTD:r.doctype+=o,"]"===o?r.state=v.DOCTYPE:p(o)&&(r.state=v.DOCTYPE_DTD_QUOTED,r.q=o);continue;case v.DOCTYPE_DTD_QUOTED:r.doctype+=o,o===r.q&&(r.state=v.DOCTYPE_DTD,r.q="");continue;case v.COMMENT:"-"===o?r.state=v.COMMENT_ENDING:r.comment+=o;continue;case v.COMMENT_ENDING:"-"===o?(r.state=v.COMMENT_ENDED,r.comment=E(r.opt,r.comment),r.comment&&T(r,"oncomment",r.comment),r.comment=""):(r.comment+="-"+o,r.state=v.COMMENT);continue;case v.COMMENT_ENDED:">"!==o?(A(r,"Malformed comment"),r.comment+="--"+o,r.state=v.COMMENT):r.state=v.TEXT;continue;case v.CDATA:"]"===o?r.state=v.CDATA_ENDING:r.cdata+=o;continue;case v.CDATA_ENDING:"]"===o?r.state=v.CDATA_ENDING_2:(r.cdata+="]"+o,r.state=v.CDATA);continue;case v.CDATA_ENDING_2:">"===o?(r.cdata&&T(r,"oncdata",r.cdata),T(r,"onclosecdata"),r.cdata="",r.state=v.TEXT):"]"===o?r.cdata+="]":(r.cdata+="]]"+o,r.state=v.CDATA);continue;case v.PROC_INST:"?"===o?r.state=v.PROC_INST_ENDING:f(o)?r.state=v.PROC_INST_BODY:r.procInstName+=o;continue;case v.PROC_INST_BODY:if(!r.procInstBody&&f(o))continue;"?"===o?r.state=v.PROC_INST_ENDING:r.procInstBody+=o;continue;case v.PROC_INST_ENDING:">"===o?(T(r,"onprocessinginstruction",{name:r.procInstName,body:r.procInstBody}),r.procInstName=r.procInstBody="",r.state=v.TEXT):(r.procInstBody+="?"+o,r.state=v.PROC_INST_BODY);continue;case v.OPEN_TAG:m(l,o)?r.tagName+=o:(F(r),">"===o?O(r):"/"===o?r.state=v.OPEN_TAG_SLASH:(f(o)||A(r,"Invalid character in tag name"),r.state=v.ATTRIB));continue;case v.OPEN_TAG_SLASH:">"===o?(O(r,!0),N(r)):(A(r,"Forward-slash in opening tag not followed by >"),r.state=v.ATTRIB);continue;case v.ATTRIB:if(f(o))continue;">"===o?O(r):"/"===o?r.state=v.OPEN_TAG_SLASH:m(u,o)?(r.attribName=o,r.attribValue="",r.state=v.ATTRIB_NAME):A(r,"Invalid attribute name");continue;case v.ATTRIB_NAME:"="===o?r.state=v.ATTRIB_VALUE:">"===o?(A(r,"Attribute without value"),r.attribValue=r.attribName,I(r),O(r)):f(o)?r.state=v.ATTRIB_NAME_SAW_WHITE:m(l,o)?r.attribName+=o:A(r,"Invalid attribute name");continue;case v.ATTRIB_NAME_SAW_WHITE:if("="===o)r.state=v.ATTRIB_VALUE;else{if(f(o))continue;A(r,"Attribute without value"),r.tag.attributes[r.attribName]="",r.attribValue="",T(r,"onattribute",{name:r.attribName,value:""}),r.attribName="",">"===o?O(r):m(u,o)?(r.attribName=o,r.state=v.ATTRIB_NAME):(A(r,"Invalid attribute name"),r.state=v.ATTRIB)}continue;case v.ATTRIB_VALUE:if(f(o))continue;p(o)?(r.q=o,r.state=v.ATTRIB_VALUE_QUOTED):(A(r,"Unquoted attribute value"),r.state=v.ATTRIB_VALUE_UNQUOTED,r.attribValue=o);continue;case v.ATTRIB_VALUE_QUOTED:if(o!==r.q){"&"===o?r.state=v.ATTRIB_VALUE_ENTITY_Q:r.attribValue+=o;continue}I(r),r.q="",r.state=v.ATTRIB_VALUE_CLOSED;continue;case v.ATTRIB_VALUE_CLOSED:f(o)?r.state=v.ATTRIB:">"===o?O(r):"/"===o?r.state=v.OPEN_TAG_SLASH:m(u,o)?(A(r,"No whitespace between attributes"),r.attribName=o,r.attribValue="",r.state=v.ATTRIB_NAME):A(r,"Invalid attribute name");continue;case v.ATTRIB_VALUE_UNQUOTED:if(!g(o)){"&"===o?r.state=v.ATTRIB_VALUE_ENTITY_U:r.attribValue+=o;continue}I(r),">"===o?O(r):r.state=v.ATTRIB;continue;case v.CLOSE_TAG:if(r.tagName)">"===o?N(r):m(l,o)?r.tagName+=o:r.script?(r.script+="</"+r.tagName,r.tagName="",r.state=v.SCRIPT):(f(o)||A(r,"Invalid tagname in closing tag"),r.state=v.CLOSE_TAG_SAW_WHITE);else{if(f(o))continue;y(u,o)?r.script?(r.script+="</"+o,r.state=v.SCRIPT):A(r,"Invalid tagname in closing tag."):r.tagName=o}continue;case v.CLOSE_TAG_SAW_WHITE:if(f(o))continue;">"===o?N(r):A(r,"Invalid characters in closing tag");continue;case v.TEXT_ENTITY:case v.ATTRIB_VALUE_ENTITY_Q:case v.ATTRIB_VALUE_ENTITY_U:var c,b;switch(r.state){case v.TEXT_ENTITY:c=v.TEXT,b="textNode";break;case v.ATTRIB_VALUE_ENTITY_Q:c=v.ATTRIB_VALUE_QUOTED,b="attribValue";break;case v.ATTRIB_VALUE_ENTITY_U:c=v.ATTRIB_VALUE_UNQUOTED,b="attribValue"}";"===o?(r[b]+=B(r),r.entity="",r.state=c):m(r.entity.length?h:d,o)?r.entity+=o:(A(r,"Invalid character in entity name"),r[b]+="&"+r.entity+o,r.entity="",r.state=c);continue;default:throw new Error(r,"Unknown state: "+r.state)}return r.position>=r.bufferCheckPosition&&function(t){for(var r=Math.max(e.MAX_BUFFER_LENGTH,10),i=0,o=0,a=n.length;o<a;o++){var s=t[n[o]].length;if(s>r)switch(n[o]){case"textNode":U(t);break;case"cdata":T(t,"oncdata",t.cdata),t.cdata="";break;case"script":T(t,"onscript",t.script),t.script="";break;default:k(t,"Max buffer length exceeded: "+n[o])}i=Math.max(i,s)}var c=e.MAX_BUFFER_LENGTH-i;t.bufferCheckPosition=c+t.position}(r),r}
|
|
3
|
+
/*! http://mths.be/fromcodepoint v0.1.0 by @mathias */,resume:function(){return this.error=null,this},close:function(){return this.write(null)},flush:function(){var e;U(e=this),""!==e.cdata&&(T(e,"oncdata",e.cdata),e.cdata=""),""!==e.script&&(T(e,"onscript",e.script),e.script="")}};try{t=kn.Stream}catch(P){t=function(){}}var i=e.EVENTS.filter((function(e){return"error"!==e&&"end"!==e}));function o(e,n){if(!(this instanceof o))return new o(e,n);t.apply(this),this._parser=new r(e,n),this.writable=!0,this.readable=!0;var a=this;this._parser.onend=function(){a.emit("end")},this._parser.onerror=function(e){a.emit("error",e),a._parser.error=null},this._decoder=null,i.forEach((function(e){Object.defineProperty(a,"on"+e,{get:function(){return a._parser["on"+e]},set:function(t){if(!t)return a.removeAllListeners(e),a._parser["on"+e]=t,t;a.on(e,t)},enumerable:!0,configurable:!1})}))}o.prototype=Object.create(t.prototype,{constructor:{value:o}}),o.prototype.write=function(e){if("function"==typeof Buffer&&"function"==typeof Buffer.isBuffer&&Buffer.isBuffer(e)){if(!this._decoder){var t=_n().StringDecoder;this._decoder=new t("utf8")}e=this._decoder.write(e)}return this._parser.write(e.toString()),this.emit("data",e),!0},o.prototype.end=function(e){return e&&e.length&&this.write(e),this._parser.end(),!0},o.prototype.on=function(e,n){var r=this;return r._parser["on"+e]||-1===i.indexOf(e)||(r._parser["on"+e]=function(){var t=1===arguments.length?[arguments[0]]:Array.apply(null,arguments);t.splice(0,0,e),r.emit.apply(r,t)}),t.prototype.on.call(r,e,n)};var a="http://www.w3.org/XML/1998/namespace",s="http://www.w3.org/2000/xmlns/",c={xml:a,xmlns:s},u=/[:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,l=/[:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\u00B7\u0300-\u036F\u203F-\u2040.\d-]/,d=/[#:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,h=/[#:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\u00B7\u0300-\u036F\u203F-\u2040.\d-]/;function f(e){return" "===e||"\n"===e||"\r"===e||"\t"===e}function p(e){return'"'===e||"'"===e}function g(e){return">"===e||f(e)}function m(e,t){return e.test(t)}function y(e,t){return!m(e,t)}var b,w,x,v=0;for(var _ in e.STATE={BEGIN:v++,BEGIN_WHITESPACE:v++,TEXT:v++,TEXT_ENTITY:v++,OPEN_WAKA:v++,SGML_DECL:v++,SGML_DECL_QUOTED:v++,DOCTYPE:v++,DOCTYPE_QUOTED:v++,DOCTYPE_DTD:v++,DOCTYPE_DTD_QUOTED:v++,COMMENT_STARTING:v++,COMMENT:v++,COMMENT_ENDING:v++,COMMENT_ENDED:v++,CDATA:v++,CDATA_ENDING:v++,CDATA_ENDING_2:v++,PROC_INST:v++,PROC_INST_BODY:v++,PROC_INST_ENDING:v++,OPEN_TAG:v++,OPEN_TAG_SLASH:v++,ATTRIB:v++,ATTRIB_NAME:v++,ATTRIB_NAME_SAW_WHITE:v++,ATTRIB_VALUE:v++,ATTRIB_VALUE_QUOTED:v++,ATTRIB_VALUE_CLOSED:v++,ATTRIB_VALUE_UNQUOTED:v++,ATTRIB_VALUE_ENTITY_Q:v++,ATTRIB_VALUE_ENTITY_U:v++,CLOSE_TAG:v++,CLOSE_TAG_SAW_WHITE:v++,SCRIPT:v++,SCRIPT_ENDING:v++},e.XML_ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'"},e.ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'",AElig:198,Aacute:193,Acirc:194,Agrave:192,Aring:197,Atilde:195,Auml:196,Ccedil:199,ETH:208,Eacute:201,Ecirc:202,Egrave:200,Euml:203,Iacute:205,Icirc:206,Igrave:204,Iuml:207,Ntilde:209,Oacute:211,Ocirc:212,Ograve:210,Oslash:216,Otilde:213,Ouml:214,THORN:222,Uacute:218,Ucirc:219,Ugrave:217,Uuml:220,Yacute:221,aacute:225,acirc:226,aelig:230,agrave:224,aring:229,atilde:227,auml:228,ccedil:231,eacute:233,ecirc:234,egrave:232,eth:240,euml:235,iacute:237,icirc:238,igrave:236,iuml:239,ntilde:241,oacute:243,ocirc:244,ograve:242,oslash:248,otilde:245,ouml:246,szlig:223,thorn:254,uacute:250,ucirc:251,ugrave:249,uuml:252,yacute:253,yuml:255,copy:169,reg:174,nbsp:160,iexcl:161,cent:162,pound:163,curren:164,yen:165,brvbar:166,sect:167,uml:168,ordf:170,laquo:171,not:172,shy:173,macr:175,deg:176,plusmn:177,sup1:185,sup2:178,sup3:179,acute:180,micro:181,para:182,middot:183,cedil:184,ordm:186,raquo:187,frac14:188,frac12:189,frac34:190,iquest:191,times:215,divide:247,OElig:338,oelig:339,Scaron:352,scaron:353,Yuml:376,fnof:402,circ:710,tilde:732,Alpha:913,Beta:914,Gamma:915,Delta:916,Epsilon:917,Zeta:918,Eta:919,Theta:920,Iota:921,Kappa:922,Lambda:923,Mu:924,Nu:925,Xi:926,Omicron:927,Pi:928,Rho:929,Sigma:931,Tau:932,Upsilon:933,Phi:934,Chi:935,Psi:936,Omega:937,alpha:945,beta:946,gamma:947,delta:948,epsilon:949,zeta:950,eta:951,theta:952,iota:953,kappa:954,lambda:955,mu:956,nu:957,xi:958,omicron:959,pi:960,rho:961,sigmaf:962,sigma:963,tau:964,upsilon:965,phi:966,chi:967,psi:968,omega:969,thetasym:977,upsih:978,piv:982,ensp:8194,emsp:8195,thinsp:8201,zwnj:8204,zwj:8205,lrm:8206,rlm:8207,ndash:8211,mdash:8212,lsquo:8216,rsquo:8217,sbquo:8218,ldquo:8220,rdquo:8221,bdquo:8222,dagger:8224,Dagger:8225,bull:8226,hellip:8230,permil:8240,prime:8242,Prime:8243,lsaquo:8249,rsaquo:8250,oline:8254,frasl:8260,euro:8364,image:8465,weierp:8472,real:8476,trade:8482,alefsym:8501,larr:8592,uarr:8593,rarr:8594,darr:8595,harr:8596,crarr:8629,lArr:8656,uArr:8657,rArr:8658,dArr:8659,hArr:8660,forall:8704,part:8706,exist:8707,empty:8709,nabla:8711,isin:8712,notin:8713,ni:8715,prod:8719,sum:8721,minus:8722,lowast:8727,radic:8730,prop:8733,infin:8734,ang:8736,and:8743,or:8744,cap:8745,cup:8746,int:8747,there4:8756,sim:8764,cong:8773,asymp:8776,ne:8800,equiv:8801,le:8804,ge:8805,sub:8834,sup:8835,nsub:8836,sube:8838,supe:8839,oplus:8853,otimes:8855,perp:8869,sdot:8901,lceil:8968,rceil:8969,lfloor:8970,rfloor:8971,lang:9001,rang:9002,loz:9674,spades:9824,clubs:9827,hearts:9829,diams:9830},Object.keys(e.ENTITIES).forEach((function(t){var n=e.ENTITIES[t],r="number"==typeof n?String.fromCharCode(n):n;e.ENTITIES[t]=r})),e.STATE)e.STATE[e.STATE[_]]=_;function D(e,t,n){e[t]&&e[t](n)}function T(e,t,n){e.textNode&&U(e),D(e,t,n)}function U(e){e.textNode=E(e.opt,e.textNode),e.textNode&&D(e,"ontext",e.textNode),e.textNode=""}function E(e,t){return e.trim&&(t=t.trim()),e.normalize&&(t=t.replace(/\s+/g," ")),t}function k(e,t){return U(e),e.trackPosition&&(t+="\nLine: "+e.line+"\nColumn: "+e.column+"\nChar: "+e.c),t=new Error(t),e.error=t,D(e,"onerror",t),e}function S(e){return e.sawRoot&&!e.closedRoot&&A(e,"Unclosed root tag"),e.state!==v.BEGIN&&e.state!==v.BEGIN_WHITESPACE&&e.state!==v.TEXT&&k(e,"Unexpected end"),U(e),e.c="",e.closed=!0,D(e,"onend"),r.call(e,e.strict,e.opt),e}function A(e,t){if("object"!=typeof e||!(e instanceof r))throw new Error("bad call to strictFail");e.strict&&k(e,t)}function F(e){e.strict||(e.tagName=e.tagName[e.looseCase]());var t=e.tags[e.tags.length-1]||e,n=e.tag={name:e.tagName,attributes:{}};e.opt.xmlns&&(n.ns=t.ns),e.attribList.length=0,T(e,"onopentagstart",n)}function C(e,t){var n=e.indexOf(":")<0?["",e]:e.split(":"),r=n[0],i=n[1];return t&&"xmlns"===e&&(r="xmlns",i=""),{prefix:r,local:i}}function I(e){if(e.strict||(e.attribName=e.attribName[e.looseCase]()),-1!==e.attribList.indexOf(e.attribName)||e.tag.attributes.hasOwnProperty(e.attribName))e.attribName=e.attribValue="";else{if(e.opt.xmlns){var t=C(e.attribName,!0),n=t.prefix,r=t.local;if("xmlns"===n)if("xml"===r&&e.attribValue!==a)A(e,"xml: prefix must be bound to "+a+"\nActual: "+e.attribValue);else if("xmlns"===r&&e.attribValue!==s)A(e,"xmlns: prefix must be bound to "+s+"\nActual: "+e.attribValue);else{var i=e.tag,o=e.tags[e.tags.length-1]||e;i.ns===o.ns&&(i.ns=Object.create(o.ns)),i.ns[r]=e.attribValue}e.attribList.push([e.attribName,e.attribValue])}else e.tag.attributes[e.attribName]=e.attribValue,T(e,"onattribute",{name:e.attribName,value:e.attribValue});e.attribName=e.attribValue=""}}function O(e,t){if(e.opt.xmlns){var n=e.tag,r=C(e.tagName);n.prefix=r.prefix,n.local=r.local,n.uri=n.ns[r.prefix]||"",n.prefix&&!n.uri&&(A(e,"Unbound namespace prefix: "+JSON.stringify(e.tagName)),n.uri=r.prefix);var i=e.tags[e.tags.length-1]||e;n.ns&&i.ns!==n.ns&&Object.keys(n.ns).forEach((function(t){T(e,"onopennamespace",{prefix:t,uri:n.ns[t]})}));for(var o=0,a=e.attribList.length;o<a;o++){var s=e.attribList[o],c=s[0],u=s[1],l=C(c,!0),d=l.prefix,h=l.local,f=""===d?"":n.ns[d]||"",p={name:c,value:u,prefix:d,local:h,uri:f};d&&"xmlns"!==d&&!f&&(A(e,"Unbound namespace prefix: "+JSON.stringify(d)),p.uri=d),e.tag.attributes[c]=p,T(e,"onattribute",p)}e.attribList.length=0}e.tag.isSelfClosing=!!t,e.sawRoot=!0,e.tags.push(e.tag),T(e,"onopentag",e.tag),t||(e.noscript||"script"!==e.tagName.toLowerCase()?e.state=v.TEXT:e.state=v.SCRIPT,e.tag=null,e.tagName=""),e.attribName=e.attribValue="",e.attribList.length=0}function N(e){if(!e.tagName)return A(e,"Weird empty close tag."),e.textNode+="</>",void(e.state=v.TEXT);if(e.script){if("script"!==e.tagName)return e.script+="</"+e.tagName+">",e.tagName="",void(e.state=v.SCRIPT);T(e,"onscript",e.script),e.script=""}var t=e.tags.length,n=e.tagName;e.strict||(n=n[e.looseCase]());for(var r=n;t--&&e.tags[t].name!==r;)A(e,"Unexpected close tag");if(t<0)return A(e,"Unmatched closing tag: "+e.tagName),e.textNode+="</"+e.tagName+">",void(e.state=v.TEXT);e.tagName=n;for(var i=e.tags.length;i-- >t;){var o=e.tag=e.tags.pop();e.tagName=e.tag.name,T(e,"onclosetag",e.tagName);var a={};for(var s in o.ns)a[s]=o.ns[s];var c=e.tags[e.tags.length-1]||e;e.opt.xmlns&&o.ns!==c.ns&&Object.keys(o.ns).forEach((function(t){var n=o.ns[t];T(e,"onclosenamespace",{prefix:t,uri:n})}))}0===t&&(e.closedRoot=!0),e.tagName=e.attribValue=e.attribName="",e.attribList.length=0,e.state=v.TEXT}function B(e){var t,n=e.entity,r=n.toLowerCase(),i="";return e.ENTITIES[n]?e.ENTITIES[n]:e.ENTITIES[r]?e.ENTITIES[r]:("#"===(n=r).charAt(0)&&("x"===n.charAt(1)?(n=n.slice(2),i=(t=parseInt(n,16)).toString(16)):(n=n.slice(1),i=(t=parseInt(n,10)).toString(10))),n=n.replace(/^0+/,""),isNaN(t)||i.toLowerCase()!==n?(A(e,"Invalid character entity"),"&"+e.entity+";"):String.fromCodePoint(t))}function W(e,t){"<"===t?(e.state=v.OPEN_WAKA,e.startTagPosition=e.position):f(t)||(A(e,"Non-whitespace before first tag."),e.textNode=t,e.state=v.TEXT)}function R(e,t){var n="";return t<e.length&&(n=e.charAt(t)),n}v=e.STATE,String.fromCodePoint||(b=String.fromCharCode,w=Math.floor,x=function(){var e,t,n=16384,r=[],i=-1,o=arguments.length;if(!o)return"";for(var a="";++i<o;){var s=Number(arguments[i]);if(!isFinite(s)||s<0||s>1114111||w(s)!==s)throw RangeError("Invalid code point: "+s);s<=65535?r.push(s):(e=55296+((s-=65536)>>10),t=s%1024+56320,r.push(e,t)),(i+1===o||r.length>n)&&(a+=b.apply(null,r),r.length=0)}return a},Object.defineProperty?Object.defineProperty(String,"fromCodePoint",{value:x,configurable:!0,writable:!0}):String.fromCodePoint=x)}(W);var Fn,Cn,In=function(e){return Array.isArray?Array.isArray(e):"[object Array]"===Object.prototype.toString.call(e)},On=In,Nn={copyOptions:function(e){var t,n={};for(t in e)e.hasOwnProperty(t)&&(n[t]=e[t]);return n},ensureFlagExists:function(e,t){e in t&&"boolean"==typeof t[e]||(t[e]=!1)},ensureSpacesExists:function(e){(!("spaces"in e)||"number"!=typeof e.spaces&&"string"!=typeof e.spaces)&&(e.spaces=0)},ensureAlwaysArrayExists:function(e){"alwaysArray"in e&&("boolean"==typeof e.alwaysArray||On(e.alwaysArray))||(e.alwaysArray=!1)},ensureKeyExists:function(e,t){e+"Key"in t&&"string"==typeof t[e+"Key"]||(t[e+"Key"]=t.compact?"_"+e:e)},checkFnExists:function(e,t){return e+"Fn"in t}},Bn=W,Wn=Nn,Rn=In;function Pn(e){var t=Number(e);if(!isNaN(t))return t;var n=e.toLowerCase();return"true"===n||"false"!==n&&e}function Ln(e,t){var n;if(Fn.compact){if(!Cn[Fn[e+"Key"]]&&(Rn(Fn.alwaysArray)?-1!==Fn.alwaysArray.indexOf(Fn[e+"Key"]):Fn.alwaysArray)&&(Cn[Fn[e+"Key"]]=[]),Cn[Fn[e+"Key"]]&&!Rn(Cn[Fn[e+"Key"]])&&(Cn[Fn[e+"Key"]]=[Cn[Fn[e+"Key"]]]),e+"Fn"in Fn&&"string"==typeof t&&(t=Fn[e+"Fn"](t,Cn)),"instruction"===e&&("instructionFn"in Fn||"instructionNameFn"in Fn))for(n in t)if(t.hasOwnProperty(n))if("instructionFn"in Fn)t[n]=Fn.instructionFn(t[n],n,Cn);else{var r=t[n];delete t[n],t[Fn.instructionNameFn(n,r,Cn)]=r}Rn(Cn[Fn[e+"Key"]])?Cn[Fn[e+"Key"]].push(t):Cn[Fn[e+"Key"]]=t}else{Cn[Fn.elementsKey]||(Cn[Fn.elementsKey]=[]);var i={};if(i[Fn.typeKey]=e,"instruction"===e){for(n in t)if(t.hasOwnProperty(n))break;i[Fn.nameKey]="instructionNameFn"in Fn?Fn.instructionNameFn(n,t,Cn):n,Fn.instructionHasAttributes?(i[Fn.attributesKey]=t[n][Fn.attributesKey],"instructionFn"in Fn&&(i[Fn.attributesKey]=Fn.instructionFn(i[Fn.attributesKey],n,Cn))):("instructionFn"in Fn&&(t[n]=Fn.instructionFn(t[n],n,Cn)),i[Fn.instructionKey]=t[n])}else e+"Fn"in Fn&&(t=Fn[e+"Fn"](t,Cn)),i[Fn[e+"Key"]]=t;Fn.addParent&&(i[Fn.parentKey]=Cn),Cn[Fn.elementsKey].push(i)}}function jn(e){var t;if("attributesFn"in Fn&&e&&(e=Fn.attributesFn(e,Cn)),(Fn.trim||"attributeValueFn"in Fn||"attributeNameFn"in Fn||Fn.nativeTypeAttributes)&&e)for(t in e)if(e.hasOwnProperty(t)&&(Fn.trim&&(e[t]=e[t].trim()),Fn.nativeTypeAttributes&&(e[t]=Pn(e[t])),"attributeValueFn"in Fn&&(e[t]=Fn.attributeValueFn(e[t],t,Cn)),"attributeNameFn"in Fn)){var n=e[t];delete e[t],e[Fn.attributeNameFn(t,e[t],Cn)]=n}return e}function zn(e){var t={};if(e.body&&("xml"===e.name.toLowerCase()||Fn.instructionHasAttributes)){for(var n,r=/([\w:-]+)\s*=\s*(?:"([^"]*)"|'([^']*)'|(\w+))\s*/g;null!==(n=r.exec(e.body));)t[n[1]]=n[2]||n[3]||n[4];t=jn(t)}if("xml"===e.name.toLowerCase()){if(Fn.ignoreDeclaration)return;Cn[Fn.declarationKey]={},Object.keys(t).length&&(Cn[Fn.declarationKey][Fn.attributesKey]=t),Fn.addParent&&(Cn[Fn.declarationKey][Fn.parentKey]=Cn)}else{if(Fn.ignoreInstruction)return;Fn.trim&&(e.body=e.body.trim());var i={};Fn.instructionHasAttributes&&Object.keys(t).length?(i[e.name]={},i[e.name][Fn.attributesKey]=t):i[e.name]=e.body,Ln("instruction",i)}}function Mn(e,t){var n;if("object"==typeof e&&(t=e.attributes,e=e.name),t=jn(t),"elementNameFn"in Fn&&(e=Fn.elementNameFn(e,Cn)),Fn.compact){var r;if(n={},!Fn.ignoreAttributes&&t&&Object.keys(t).length)for(r in n[Fn.attributesKey]={},t)t.hasOwnProperty(r)&&(n[Fn.attributesKey][r]=t[r]);!(e in Cn)&&(Rn(Fn.alwaysArray)?-1!==Fn.alwaysArray.indexOf(e):Fn.alwaysArray)&&(Cn[e]=[]),Cn[e]&&!Rn(Cn[e])&&(Cn[e]=[Cn[e]]),Rn(Cn[e])?Cn[e].push(n):Cn[e]=n}else Cn[Fn.elementsKey]||(Cn[Fn.elementsKey]=[]),(n={})[Fn.typeKey]="element",n[Fn.nameKey]=e,!Fn.ignoreAttributes&&t&&Object.keys(t).length&&(n[Fn.attributesKey]=t),Fn.alwaysChildren&&(n[Fn.elementsKey]=[]),Cn[Fn.elementsKey].push(n);n[Fn.parentKey]=Cn,Cn=n}function qn(e){Fn.ignoreText||(e.trim()||Fn.captureSpacesBetweenElements)&&(Fn.trim&&(e=e.trim()),Fn.nativeType&&(e=Pn(e)),Fn.sanitize&&(e=e.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">")),Ln("text",e))}function Hn(e){Fn.ignoreComment||(Fn.trim&&(e=e.trim()),Ln("comment",e))}function Vn(e){var t=Cn[Fn.parentKey];Fn.addParent||delete Cn[Fn.parentKey],Cn=t}function Kn(e){Fn.ignoreCdata||(Fn.trim&&(e=e.trim()),Ln("cdata",e))}function Gn(e){Fn.ignoreDoctype||(e=e.replace(/^ /,""),Fn.trim&&(e=e.trim()),Ln("doctype",e))}function Zn(e){e.note=e}var Xn=function(e,t){var n=Bn.parser(!0,{}),r={};if(Cn=r,Fn=function(e){return Fn=Wn.copyOptions(e),Wn.ensureFlagExists("ignoreDeclaration",Fn),Wn.ensureFlagExists("ignoreInstruction",Fn),Wn.ensureFlagExists("ignoreAttributes",Fn),Wn.ensureFlagExists("ignoreText",Fn),Wn.ensureFlagExists("ignoreComment",Fn),Wn.ensureFlagExists("ignoreCdata",Fn),Wn.ensureFlagExists("ignoreDoctype",Fn),Wn.ensureFlagExists("compact",Fn),Wn.ensureFlagExists("alwaysChildren",Fn),Wn.ensureFlagExists("addParent",Fn),Wn.ensureFlagExists("trim",Fn),Wn.ensureFlagExists("nativeType",Fn),Wn.ensureFlagExists("nativeTypeAttributes",Fn),Wn.ensureFlagExists("sanitize",Fn),Wn.ensureFlagExists("instructionHasAttributes",Fn),Wn.ensureFlagExists("captureSpacesBetweenElements",Fn),Wn.ensureAlwaysArrayExists(Fn),Wn.ensureKeyExists("declaration",Fn),Wn.ensureKeyExists("instruction",Fn),Wn.ensureKeyExists("attributes",Fn),Wn.ensureKeyExists("text",Fn),Wn.ensureKeyExists("comment",Fn),Wn.ensureKeyExists("cdata",Fn),Wn.ensureKeyExists("doctype",Fn),Wn.ensureKeyExists("type",Fn),Wn.ensureKeyExists("name",Fn),Wn.ensureKeyExists("elements",Fn),Wn.ensureKeyExists("parent",Fn),Fn}(t),n.opt={strictEntities:!0},n.onopentag=Mn,n.ontext=qn,n.oncomment=Hn,n.onclosetag=Vn,n.onerror=Zn,n.oncdata=Kn,n.ondoctype=Gn,n.onprocessinginstruction=zn,n.write(e).close(),r[Fn.elementsKey]){var i=r[Fn.elementsKey];delete r[Fn.elementsKey],r[Fn.elementsKey]=i,delete r.text}return r},$n=Nn,Yn=Xn;var Qn,Jn,er=Nn,tr=In;function nr(e,t,n){return(!n&&e.spaces?"\n":"")+Array(t+1).join(e.spaces)}function rr(e,t,n){if(t.ignoreAttributes)return"";"attributesFn"in t&&(e=t.attributesFn(e,Jn,Qn));var r,i,o,a,s=[];for(r in e)e.hasOwnProperty(r)&&null!==e[r]&&void 0!==e[r]&&(a=t.noQuotesForNativeAttributes&&"string"!=typeof e[r]?"":'"',i=(i=""+e[r]).replace(/"/g,"""),o="attributeNameFn"in t?t.attributeNameFn(r,i,Jn,Qn):r,s.push(t.spaces&&t.indentAttributes?nr(t,n+1,!1):" "),s.push(o+"="+a+("attributeValueFn"in t?t.attributeValueFn(i,r,Jn,Qn):i)+a));return e&&Object.keys(e).length&&t.spaces&&t.indentAttributes&&s.push(nr(t,n,!1)),s.join("")}function ir(e,t,n){return Qn=e,Jn="xml",t.ignoreDeclaration?"":"<?xml"+rr(e[t.attributesKey],t,n)+"?>"}function or(e,t,n){if(t.ignoreInstruction)return"";var r;for(r in e)if(e.hasOwnProperty(r))break;var i="instructionNameFn"in t?t.instructionNameFn(r,e[r],Jn,Qn):r;if("object"==typeof e[r])return Qn=e,Jn=i,"<?"+i+rr(e[r][t.attributesKey],t,n)+"?>";var o=e[r]?e[r]:"";return"instructionFn"in t&&(o=t.instructionFn(o,r,Jn,Qn)),"<?"+i+(o?" "+o:"")+"?>"}function ar(e,t){return t.ignoreComment?"":"\x3c!--"+("commentFn"in t?t.commentFn(e,Jn,Qn):e)+"--\x3e"}function sr(e,t){return t.ignoreCdata?"":"<![CDATA["+("cdataFn"in t?t.cdataFn(e,Jn,Qn):e.replace("]]>","]]]]><![CDATA[>"))+"]]>"}function cr(e,t){return t.ignoreDoctype?"":"<!DOCTYPE "+("doctypeFn"in t?t.doctypeFn(e,Jn,Qn):e)+">"}function ur(e,t){return t.ignoreText?"":(e=(e=(e=""+e).replace(/&/g,"&")).replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">"),"textFn"in t?t.textFn(e,Jn,Qn):e)}function lr(e,t,n,r){return e.reduce((function(e,i){var o=nr(t,n,r&&!e);switch(i.type){case"element":return e+o+function(e,t,n){Qn=e,Jn=e.name;var r=[],i="elementNameFn"in t?t.elementNameFn(e.name,e):e.name;r.push("<"+i),e[t.attributesKey]&&r.push(rr(e[t.attributesKey],t,n));var o=e[t.elementsKey]&&e[t.elementsKey].length||e[t.attributesKey]&&"preserve"===e[t.attributesKey]["xml:space"];return o||(o="fullTagEmptyElementFn"in t?t.fullTagEmptyElementFn(e.name,e):t.fullTagEmptyElement),o?(r.push(">"),e[t.elementsKey]&&e[t.elementsKey].length&&(r.push(lr(e[t.elementsKey],t,n+1)),Qn=e,Jn=e.name),r.push(t.spaces&&function(e,t){var n;if(e.elements&&e.elements.length)for(n=0;n<e.elements.length;++n)switch(e.elements[n][t.typeKey]){case"text":if(t.indentText)return!0;break;case"cdata":if(t.indentCdata)return!0;break;case"instruction":if(t.indentInstruction)return!0;break;case"doctype":case"comment":case"element":default:return!0}return!1}(e,t)?"\n"+Array(n+1).join(t.spaces):""),r.push("</"+i+">")):r.push("/>"),r.join("")}(i,t,n);case"comment":return e+o+ar(i[t.commentKey],t);case"doctype":return e+o+cr(i[t.doctypeKey],t);case"cdata":return e+(t.indentCdata?o:"")+sr(i[t.cdataKey],t);case"text":return e+(t.indentText?o:"")+ur(i[t.textKey],t);case"instruction":var a={};return a[i[t.nameKey]]=i[t.attributesKey]?i:i[t.instructionKey],e+(t.indentInstruction?o:"")+or(a,t,n)}}),"")}function dr(e,t,n){var r;for(r in e)if(e.hasOwnProperty(r))switch(r){case t.parentKey:case t.attributesKey:break;case t.textKey:if(t.indentText||n)return!0;break;case t.cdataKey:if(t.indentCdata||n)return!0;break;case t.instructionKey:if(t.indentInstruction||n)return!0;break;case t.doctypeKey:case t.commentKey:default:return!0}return!1}function hr(e,t,n,r,i){Qn=e,Jn=t;var o="elementNameFn"in n?n.elementNameFn(t,e):t;if(null==e||""===e)return"fullTagEmptyElementFn"in n&&n.fullTagEmptyElementFn(t,e)||n.fullTagEmptyElement?"<"+o+"></"+o+">":"<"+o+"/>";var a=[];if(t){if(a.push("<"+o),"object"!=typeof e)return a.push(">"+ur(e,n)+"</"+o+">"),a.join("");e[n.attributesKey]&&a.push(rr(e[n.attributesKey],n,r));var s=dr(e,n,!0)||e[n.attributesKey]&&"preserve"===e[n.attributesKey]["xml:space"];if(s||(s="fullTagEmptyElementFn"in n?n.fullTagEmptyElementFn(t,e):n.fullTagEmptyElement),!s)return a.push("/>"),a.join("");a.push(">")}return a.push(fr(e,n,r+1,!1)),Qn=e,Jn=t,t&&a.push((i?nr(n,r,!1):"")+"</"+o+">"),a.join("")}function fr(e,t,n,r){var i,o,a,s=[];for(o in e)if(e.hasOwnProperty(o))for(a=tr(e[o])?e[o]:[e[o]],i=0;i<a.length;++i){switch(o){case t.declarationKey:s.push(ir(a[i],t,n));break;case t.instructionKey:s.push((t.indentInstruction?nr(t,n,r):"")+or(a[i],t,n));break;case t.attributesKey:case t.parentKey:break;case t.textKey:s.push((t.indentText?nr(t,n,r):"")+ur(a[i],t));break;case t.cdataKey:s.push((t.indentCdata?nr(t,n,r):"")+sr(a[i],t));break;case t.doctypeKey:s.push(nr(t,n,r)+cr(a[i],t));break;case t.commentKey:s.push(nr(t,n,r)+ar(a[i],t));break;default:s.push(nr(t,n,r)+hr(a[i],o,t,n,dr(a[i],t)))}r=r&&!s.length}return s.join("")}var pr=function(e,t){t=function(e){var t=er.copyOptions(e);return er.ensureFlagExists("ignoreDeclaration",t),er.ensureFlagExists("ignoreInstruction",t),er.ensureFlagExists("ignoreAttributes",t),er.ensureFlagExists("ignoreText",t),er.ensureFlagExists("ignoreComment",t),er.ensureFlagExists("ignoreCdata",t),er.ensureFlagExists("ignoreDoctype",t),er.ensureFlagExists("compact",t),er.ensureFlagExists("indentText",t),er.ensureFlagExists("indentCdata",t),er.ensureFlagExists("indentAttributes",t),er.ensureFlagExists("indentInstruction",t),er.ensureFlagExists("fullTagEmptyElement",t),er.ensureFlagExists("noQuotesForNativeAttributes",t),er.ensureSpacesExists(t),"number"==typeof t.spaces&&(t.spaces=Array(t.spaces+1).join(" ")),er.ensureKeyExists("declaration",t),er.ensureKeyExists("instruction",t),er.ensureKeyExists("attributes",t),er.ensureKeyExists("text",t),er.ensureKeyExists("comment",t),er.ensureKeyExists("cdata",t),er.ensureKeyExists("doctype",t),er.ensureKeyExists("type",t),er.ensureKeyExists("name",t),er.ensureKeyExists("elements",t),t}(t);var n=[];return Qn=e,Jn="_root_",t.compact?n.push(fr(e,t,0,!0)):(e[t.declarationKey]&&n.push(ir(e[t.declarationKey],t,0)),e[t.elementsKey]&&e[t.elementsKey].length&&n.push(lr(e[t.elementsKey],t,0,!n.length))),n.join("")},gr=pr,mr={xml2js:Xn,xml2json:function(e,t){var n,r,i;return n=function(e){var t=$n.copyOptions(e);return $n.ensureSpacesExists(t),t}(t),r=Yn(e,n),i="compact"in n&&n.compact?"_parent":"parent",("addParent"in n&&n.addParent?JSON.stringify(r,(function(e,t){return e===i?"_":t}),n.spaces):JSON.stringify(r,null,n.spaces)).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")},js2xml:pr,json2xml:function(e,t){e instanceof Buffer&&(e=e.toString());var n=null;if("string"==typeof e)try{n=JSON.parse(e)}catch(r){throw new Error("The JSON structure is invalid")}else n=e;return gr(n,t)}};const yr=e=>{switch(e.type){case void 0:case"element":const t=new wr(e.name,e.attributes),n=e.elements||[];for(const e of n){const n=yr(e);void 0!==n&&t.push(n)}return t;case"text":return e.text;default:return}};class br extends F{}class wr extends S{static fromXmlString(e){const t=mr.xml2js(e,{compact:!1});return yr(t)}constructor(e,t){super(e),t&&this.root.push(new br(t))}push(e){this.root.push(e)}}class xr extends S{constructor(e){super(""),this._attr=e}prepForXml(e){return{_attr:this._attr}}}class vr extends S{constructor(e,t){super(e),t&&(this.root=t.root)}}const _r=e=>{if(isNaN(e))throw new Error(`Invalid value '${e}' specified. Must be an integer.`);return Math.floor(e)},Dr=e=>{const t=_r(e);if(t<0)throw new Error(`Invalid value '${e}' specified. Must be a positive integer.`);return t},Tr=(e,t)=>{const n=2*t;if(e.length!==n||isNaN(Number(`0x${e}`)))throw new Error(`Invalid hex value '${e}'. Expected ${n} digit hex value`);return e},Ur=e=>Tr(e,2),Er=e=>Tr(e,1),kr=e=>{const t=e.slice(-2),n=e.substring(0,e.length-2);return`${Number(n)}${t}`},Sr=e=>{const t=kr(e);if(parseFloat(t)<0)throw new Error(`Invalid value '${t}' specified. Expected a positive number.`);return t},Ar=e=>{if("auto"===e)return e;const t="#"===e.charAt(0)?e.substring(1):e;return Tr(t,3)},Fr=e=>"string"==typeof e?kr(e):_r(e),Cr=e=>"string"==typeof e?Sr(e):Dr(e),Ir=e=>"string"==typeof e?Sr(e):Dr(e),Or=e=>"number"==typeof e?_r(e):"%"===e.slice(-1)?(e=>{const t=e.substring(0,e.length-1);return`${Number(t)}%`})(e):kr(e),Nr=Dr,Br=Dr;class Wr extends S{constructor(e,t=!0){super(e),!0!==t&&this.root.push(new I({val:t}))}}class Rr extends S{constructor(e,t){super(e),this.root.push(new I({val:Cr(t)}))}}class Pr extends S{}class Lr extends S{constructor(e,t){super(e),this.root.push(new I({val:t}))}}const jr=(e,t)=>new Hr({name:e,attributes:{value:{key:"w:val",value:t}}});class zr extends S{constructor(e,t){super(e),this.root.push(new I({val:t}))}}class Mr extends S{constructor(e,t){super(e),this.root.push(new I({val:t}))}}class qr extends S{constructor(e,t){super(e),this.root.push(t)}}class Hr extends S{constructor({name:e,attributes:t,children:n}){super(e),t&&this.root.push(new C(t)),n&&this.root.push(...n)}}const Vr="start",Kr="center",Gr="left",Zr="right",Xr="both";class $r extends F{constructor(){super(...arguments),T(this,"xmlKeys",{val:"w:val"})}}class Yr extends S{constructor(e){super("w:jc"),this.root.push(new $r({val:e}))}}class Qr extends S{constructor(e,{color:t,size:n,space:r,style:i}){super(e),this.root.push(new Jr({style:i,color:void 0===t?void 0:Ar(t),size:void 0===n?void 0:Nr(n),space:void 0===r?void 0:Br(r)}))}}class Jr extends F{constructor(){super(...arguments),T(this,"xmlKeys",{style:"w:val",color:"w:color",size:"w:sz",space:"w:space"})}}const ei="single",ti="dashed",ni="nil",ri="none";class ii extends A{constructor(e){super("w:pBdr"),e.top&&this.root.push(new Qr("w:top",e.top)),e.bottom&&this.root.push(new Qr("w:bottom",e.bottom)),e.left&&this.root.push(new Qr("w:left",e.left)),e.right&&this.root.push(new Qr("w:right",e.right))}}class oi extends S{constructor(){super("w:pBdr");const e=new Qr("w:bottom",{color:"auto",space:1,style:ei,size:6});this.root.push(e)}}class ai extends S{constructor({start:e,end:t,left:n,right:r,hanging:i,firstLine:o}){super("w:ind"),this.root.push(new C({start:{key:"w:start",value:void 0===e?void 0:Fr(e)},end:{key:"w:end",value:void 0===t?void 0:Fr(t)},left:{key:"w:left",value:void 0===n?void 0:Fr(n)},right:{key:"w:right",value:void 0===r?void 0:Fr(r)},hanging:{key:"w:hanging",value:void 0===i?void 0:Ir(i)},firstLine:{key:"w:firstLine",value:void 0===o?void 0:Ir(o)}}))}}let si=class extends S{constructor(){super("w:br")}};const ci="begin",ui="end",li="separate";class di extends F{constructor(){super(...arguments),T(this,"xmlKeys",{type:"w:fldCharType",dirty:"w:dirty"})}}class hi extends S{constructor(e){super("w:fldChar"),this.root.push(new di({type:ci,dirty:e}))}}class fi extends S{constructor(e){super("w:fldChar"),this.root.push(new di({type:li,dirty:e}))}}class pi extends S{constructor(e){super("w:fldChar"),this.root.push(new di({type:ui,dirty:e}))}}const gi="default",mi="preserve";class yi extends F{constructor(){super(...arguments),T(this,"xmlKeys",{space:"xml:space"})}}class bi extends S{constructor(){super("w:instrText"),this.root.push(new yi({space:mi})),this.root.push("PAGE")}}class wi extends S{constructor(){super("w:instrText"),this.root.push(new yi({space:mi})),this.root.push("NUMPAGES")}}class xi extends S{constructor(){super("w:instrText"),this.root.push(new yi({space:mi})),this.root.push("SECTIONPAGES")}}class vi extends S{constructor(){super("w:instrText"),this.root.push(new yi({space:mi})),this.root.push("SECTION")}}class _i extends F{constructor(){super(...arguments),T(this,"xmlKeys",{fill:"w:fill",color:"w:color",type:"w:val"})}}class Di extends S{constructor({fill:e,color:t,type:n}){super("w:shd"),this.root.push(new _i({fill:void 0===e?void 0:Ar(e),color:void 0===t?void 0:Ar(t),type:n}))}}class Ti extends F{constructor(){super(...arguments),T(this,"xmlKeys",{id:"w:id",author:"w:author",date:"w:date"})}}const Ui="dot";class Ei extends S{constructor(e){super("w:em"),this.root.push(new I({val:e}))}}class ki extends Ei{constructor(e=Ui){super(e)}}class Si extends S{constructor(e){super("w:spacing"),this.root.push(new I({val:Fr(e)}))}}class Ai extends S{constructor(e){super("w:color"),this.root.push(new I({val:Ar(e)}))}}class Fi extends S{constructor(e){super("w:highlight"),this.root.push(new I({val:e}))}}class Ci extends S{constructor(e){super("w:highlightCs"),this.root.push(new I({val:e}))}}class Ii extends F{constructor(){super(...arguments),T(this,"xmlKeys",{ascii:"w:ascii",cs:"w:cs",eastAsia:"w:eastAsia",hAnsi:"w:hAnsi",hint:"w:hint"})}}class Oi extends S{constructor(e,t){if(super("w:rFonts"),"string"==typeof e){const n=e;this.root.push(new Ii({ascii:n,cs:n,eastAsia:n,hAnsi:n,hint:t}))}else{const t=e;this.root.push(new Ii(t))}}}let Ni=class extends S{constructor(e){super("w:vertAlign"),this.root.push(new I({val:e}))}};class Bi extends Ni{constructor(){super("superscript")}}class Wi extends Ni{constructor(){super("subscript")}}const Ri="single";class Pi extends S{constructor(e=Ri,t){super("w:u"),this.root.push(new I({val:e,color:void 0===t?void 0:Ar(t)}))}}class Li extends A{constructor(e){var t,n;if(super("w:rPr"),!e)return;void 0!==e.noProof&&this.push(new Wr("w:noProof",e.noProof)),void 0!==e.bold&&this.push(new Wr("w:b",e.bold)),(void 0===e.boldComplexScript&&void 0!==e.bold||e.boldComplexScript)&&this.push(new Wr("w:bCs",null!=(t=e.boldComplexScript)?t:e.bold)),void 0!==e.italics&&this.push(new Wr("w:i",e.italics)),(void 0===e.italicsComplexScript&&void 0!==e.italics||e.italicsComplexScript)&&this.push(new Wr("w:iCs",null!=(n=e.italicsComplexScript)?n:e.italics)),e.underline&&this.push(new Pi(e.underline.type,e.underline.color)),e.effect&&this.push(new Lr("w:effect",e.effect)),e.emphasisMark&&this.push(new ki(e.emphasisMark.type)),e.color&&this.push(new Ai(e.color)),e.kern&&this.push(new Rr("w:kern",e.kern)),e.position&&this.push(new Lr("w:position",e.position)),void 0!==e.size&&this.push(new Rr("w:sz",e.size));const r=void 0===e.sizeComplexScript||!0===e.sizeComplexScript?e.size:e.sizeComplexScript;r&&this.push(new Rr("w:szCs",r)),void 0!==e.rightToLeft&&this.push(new Wr("w:rtl",e.rightToLeft)),void 0!==e.smallCaps?this.push(new Wr("w:smallCaps",e.smallCaps)):void 0!==e.allCaps&&this.push(new Wr("w:caps",e.allCaps)),void 0!==e.strike&&this.push(new Wr("w:strike",e.strike)),void 0!==e.doubleStrike&&this.push(new Wr("w:dstrike",e.doubleStrike)),e.subScript&&this.push(new Wi),e.superScript&&this.push(new Bi),e.style&&this.push(new Lr("w:rStyle",e.style)),e.font&&("string"==typeof e.font?this.push(new Oi(e.font)):"name"in e.font?this.push(new Oi(e.font.name,e.font.hint)):this.push(new Oi(e.font))),e.highlight&&this.push(new Fi(e.highlight));const i=void 0===e.highlightComplexScript||!0===e.highlightComplexScript?e.highlight:e.highlightComplexScript;i&&this.push(new Ci(i)),e.characterSpacing&&this.push(new Si(e.characterSpacing)),void 0!==e.emboss&&this.push(new Wr("w:emboss",e.emboss)),void 0!==e.imprint&&this.push(new Wr("w:imprint",e.imprint)),e.shading&&this.push(new Di(e.shading)),e.revision&&this.push(new ji(e.revision)),e.border&&this.push(new Qr("w:bdr",e.border)),void 0!==e.snapToGrid&&this.push(new Wr("w:snapToGrid",e.snapToGrid)),e.vanish&&this.push(new Wr("w:vanish",e.vanish)),e.specVanish&&this.push(new Wr("w:specVanish",e.vanish)),void 0!==e.scale&&this.push(new zr("w:w",e.scale)),e.language&&this.push((e=>new Hr({name:"w:lang",attributes:{value:{key:"w:val",value:e.value},eastAsia:{key:"w:eastAsia",value:e.eastAsia},bidirectional:{key:"w:bidi",value:e.bidirectional}}}))(e.language)),e.math&&this.push(new Wr("w:oMath",e.math))}push(e){this.root.push(e)}}class ji extends S{constructor(e){super("w:rPrChange"),this.root.push(new Ti({id:e.id,author:e.author,date:e.date})),this.addChildElement(new Li(e))}}class zi extends S{constructor(e){var t;return super("w:t"),"string"==typeof e?(this.root.push(new yi({space:mi})),this.root.push(e),this):(this.root.push(new yi({space:null!=(t=e.space)?t:gi})),this.root.push(e.text),this)}}const Mi="CURRENT",qi="TOTAL_PAGES",Hi="TOTAL_PAGES_IN_SECTION",Vi="SECTION";class Ki extends S{constructor(e){if(super("w:r"),T(this,"properties"),this.properties=new Li(e),this.root.push(this.properties),e.break)for(let t=0;t<e.break;t++)this.root.push(new si);if(e.children)for(const t of e.children)if("string"!=typeof t)this.root.push(t);else switch(t){case Mi:this.root.push(new hi),this.root.push(new bi),this.root.push(new fi),this.root.push(new pi);break;case qi:this.root.push(new hi),this.root.push(new wi),this.root.push(new fi),this.root.push(new pi);break;case Hi:this.root.push(new hi),this.root.push(new xi),this.root.push(new fi),this.root.push(new pi);break;case Vi:this.root.push(new hi),this.root.push(new vi),this.root.push(new fi),this.root.push(new pi);break;default:this.root.push(new zi(t))}else e.text&&this.root.push(new zi(e.text))}}class Gi extends Ki{constructor(e){if("string"==typeof e)return super({}),this.root.push(new zi(e)),this;super(e)}}class Zi extends F{constructor(){super(...arguments),T(this,"xmlKeys",{char:"w:char",symbolfont:"w:font"})}}let Xi=class extends S{constructor(e="",t="Wingdings"){super("w:sym"),this.root.push(new Zi({char:e,symbolfont:t}))}};class $i extends Ki{constructor(e){if("string"==typeof e)return super({}),this.root.push(new Xi(e)),this;super(e),this.root.push(new Xi(e.char,e.symbolfont))}}const Yi=e=>Math.floor(72*e*20),Qi=(e=0)=>{let t=e;return()=>++t},Ji=()=>((e=21)=>{let t="",n=e;for(;n--;)t+="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict"[64*Math.random()|0];return t})().toLowerCase(),eo=e=>((e,t=21)=>(n=t)=>{let r="",i=n;for(;i--;)r+=e[Math.random()*e.length|0];return r})("1234567890abcdef",e)(),to="page",no="page";class ro extends F{constructor(){super(...arguments),T(this,"xmlKeys",{x:"x",y:"y"})}}class io extends S{constructor(){super("wp:simplePos"),this.root.push(new ro({x:0,y:0}))}}class oo extends S{constructor(e){super("wp:align"),this.root.push(e)}}class ao extends S{constructor(e){super("wp:posOffset"),this.root.push(e.toString())}}class so extends F{constructor(){super(...arguments),T(this,"xmlKeys",{relativeFrom:"relativeFrom"})}}class co extends S{constructor(e){if(super("wp:positionH"),this.root.push(new so({relativeFrom:e.relative||to})),e.align)this.root.push(new oo(e.align));else{if(void 0===e.offset)throw new Error("There is no configuration provided for floating position (Align or offset)");this.root.push(new ao(e.offset))}}}class uo extends F{constructor(){super(...arguments),T(this,"xmlKeys",{relativeFrom:"relativeFrom"})}}class lo extends S{constructor(e){if(super("wp:positionV"),this.root.push(new uo({relativeFrom:e.relative||no})),e.align)this.root.push(new oo(e.align));else{if(void 0===e.offset)throw new Error("There is no configuration provided for floating position (Align or offset)");this.root.push(new ao(e.offset))}}}class ho extends F{constructor(){super(...arguments),T(this,"xmlKeys",{uri:"uri"})}}class fo extends F{constructor(){super(...arguments),T(this,"xmlKeys",{embed:"r:embed",cstate:"cstate"})}}class po extends S{constructor(e){super("a:blip"),this.root.push(new fo({embed:`rId{${e.fileName}}`,cstate:"none"}))}}class go extends S{constructor(){super("a:srcRect")}}class mo extends S{constructor(){super("a:fillRect")}}class yo extends S{constructor(){super("a:stretch"),this.root.push(new mo)}}class bo extends S{constructor(e){super("pic:blipFill"),this.root.push(new po(e)),this.root.push(new go),this.root.push(new yo)}}class wo extends F{constructor(){super(...arguments),T(this,"xmlKeys",{noChangeAspect:"noChangeAspect",noChangeArrowheads:"noChangeArrowheads"})}}class xo extends S{constructor(){super("a:picLocks"),this.root.push(new wo({noChangeAspect:1,noChangeArrowheads:1}))}}class vo extends S{constructor(){super("pic:cNvPicPr"),this.root.push(new xo)}}const _o=(e,t)=>new Hr({name:"a:hlinkClick",attributes:D(_({},t?{xmlns:{key:"xmlns:a",value:"http://schemas.openxmlformats.org/drawingml/2006/main"}}:{}),{id:{key:"r:id",value:`rId${e}`}})});class Do extends F{constructor(){super(...arguments),T(this,"xmlKeys",{id:"id",name:"name",descr:"descr"})}}class To extends S{constructor(){super("pic:cNvPr"),this.root.push(new Do({id:0,name:"",descr:""}))}prepForXml(e){for(let t=e.stack.length-1;t>=0;t--){const n=e.stack[t];if(n instanceof Ma){this.root.push(_o(n.linkId,!1));break}}return super.prepForXml(e)}}class Uo extends S{constructor(){super("pic:nvPicPr"),this.root.push(new To),this.root.push(new vo)}}class Eo extends F{constructor(){super(...arguments),T(this,"xmlKeys",{xmlns:"xmlns:pic"})}}class ko extends F{constructor(){super(...arguments),T(this,"xmlKeys",{cx:"cx",cy:"cy"})}}class So extends S{constructor(e,t){super("a:ext"),T(this,"attributes"),this.attributes=new ko({cx:e,cy:t}),this.root.push(this.attributes)}}class Ao extends F{constructor(){super(...arguments),T(this,"xmlKeys",{x:"x",y:"y"})}}class Fo extends S{constructor(){super("a:off"),this.root.push(new Ao({x:0,y:0}))}}class Co extends F{constructor(){super(...arguments),T(this,"xmlKeys",{flipVertical:"flipV",flipHorizontal:"flipH",rotation:"rot"})}}class Io extends S{constructor(e){var t,n;super("a:xfrm"),T(this,"extents"),this.root.push(new Co({flipVertical:null==(t=e.flip)?void 0:t.vertical,flipHorizontal:null==(n=e.flip)?void 0:n.horizontal,rotation:e.rotation})),this.extents=new So(e.emus.x,e.emus.y),this.root.push(new Fo),this.root.push(this.extents)}}const Oo=()=>new Hr({name:"a:noFill"}),No=e=>new Hr({name:"a:schemeClr",attributes:{value:{key:"val",value:e.value}}}),Bo=e=>new Hr({name:"a:srgbClr",attributes:{value:{key:"val",value:e.value}}}),Wo=e=>new Hr({name:"a:solidFill",children:["rgb"===e.type?Bo(e):No(e)]});class Ro extends S{constructor(){super("a:avLst")}}class Po extends F{constructor(){super(...arguments),T(this,"xmlKeys",{prst:"prst"})}}class Lo extends S{constructor(){super("a:prstGeom"),this.root.push(new Po({prst:"rect"})),this.root.push(new Ro)}}class jo extends F{constructor(){super(...arguments),T(this,"xmlKeys",{bwMode:"bwMode"})}}class zo extends S{constructor({outline:e,transform:t}){var n;super("pic:spPr"),T(this,"form"),this.root.push(new jo({bwMode:"auto"})),this.form=new Io(t),this.root.push(this.form),this.root.push(new Lo),e&&(this.root.push(Oo()),this.root.push(new Hr({name:"a:ln",attributes:{width:{key:"w",value:(n=e).width},cap:{key:"cap",value:n.cap},compoundLine:{key:"cmpd",value:n.compoundLine},align:{key:"algn",value:n.align}},children:["noFill"===n.type?Oo():"rgb"===n.solidFillType?Wo({type:"rgb",value:n.value}):Wo({type:"scheme",value:n.value})]})))}}class Mo extends S{constructor({mediaData:e,transform:t,outline:n}){super("pic:pic"),this.root.push(new Eo({xmlns:"http://schemas.openxmlformats.org/drawingml/2006/picture"})),this.root.push(new Uo),this.root.push(new bo(e)),this.root.push(new zo({transform:t,outline:n}))}}class qo extends S{constructor({mediaData:e,transform:t,outline:n}){super("a:graphicData"),T(this,"pic"),this.root.push(new ho({uri:"http://schemas.openxmlformats.org/drawingml/2006/picture"})),this.pic=new Mo({mediaData:e,transform:t,outline:n}),this.root.push(this.pic)}}class Ho extends F{constructor(){super(...arguments),T(this,"xmlKeys",{a:"xmlns:a"})}}class Vo extends S{constructor({mediaData:e,transform:t,outline:n}){super("a:graphic"),T(this,"data"),this.root.push(new Ho({a:"http://schemas.openxmlformats.org/drawingml/2006/main"})),this.data=new qo({mediaData:e,transform:t,outline:n}),this.root.push(this.data)}}const Ko=0,Go=1,Zo=2,Xo=3,$o="bothSides";class Yo extends S{constructor(){super("wp:wrapNone")}}class Qo extends F{constructor(){super(...arguments),T(this,"xmlKeys",{distT:"distT",distB:"distB",distL:"distL",distR:"distR",wrapText:"wrapText"})}}class Jo extends S{constructor(e,t={top:0,bottom:0,left:0,right:0}){super("wp:wrapSquare"),this.root.push(new Qo({wrapText:e.side||$o,distT:t.top,distB:t.bottom,distL:t.left,distR:t.right}))}}class ea extends F{constructor(){super(...arguments),T(this,"xmlKeys",{distT:"distT",distB:"distB"})}}class ta extends S{constructor(e={top:0,bottom:0}){super("wp:wrapTight"),this.root.push(new ea({distT:e.top,distB:e.bottom}))}}class na extends F{constructor(){super(...arguments),T(this,"xmlKeys",{distT:"distT",distB:"distB"})}}class ra extends S{constructor(e={top:0,bottom:0}){super("wp:wrapTopAndBottom"),this.root.push(new na({distT:e.top,distB:e.bottom}))}}class ia extends S{constructor({name:e,description:t,title:n}={name:"",description:"",title:""}){super("wp:docPr"),T(this,"docPropertiesUniqueNumericId",Qi()),this.root.push(new C({id:{key:"id",value:this.docPropertiesUniqueNumericId()},name:{key:"name",value:e},description:{key:"descr",value:t},title:{key:"title",value:n}}))}prepForXml(e){for(let t=e.stack.length-1;t>=0;t--){const n=e.stack[t];if(n instanceof Ma){this.root.push(_o(n.linkId,!0));break}}return super.prepForXml(e)}}const oa=({top:e,right:t,bottom:n,left:r})=>new Hr({name:"wp:effectExtent",attributes:{top:{key:"t",value:e},right:{key:"r",value:t},bottom:{key:"b",value:n},left:{key:"l",value:r}}});class aa extends F{constructor(){super(...arguments),T(this,"xmlKeys",{cx:"cx",cy:"cy"})}}class sa extends S{constructor(e,t){super("wp:extent"),T(this,"attributes"),this.attributes=new aa({cx:e,cy:t}),this.root.push(this.attributes)}}class ca extends F{constructor(){super(...arguments),T(this,"xmlKeys",{xmlns:"xmlns:a",noChangeAspect:"noChangeAspect"})}}class ua extends S{constructor(){super("a:graphicFrameLocks"),this.root.push(new ca({xmlns:"http://schemas.openxmlformats.org/drawingml/2006/main",noChangeAspect:1}))}}class la extends S{constructor(){super("wp:cNvGraphicFramePr"),this.root.push(new ua)}}class da extends F{constructor(){super(...arguments),T(this,"xmlKeys",{distT:"distT",distB:"distB",distL:"distL",distR:"distR",allowOverlap:"allowOverlap",behindDoc:"behindDoc",layoutInCell:"layoutInCell",locked:"locked",relativeHeight:"relativeHeight",simplePos:"simplePos"})}}class ha extends S{constructor({mediaData:e,transform:t,drawingOptions:n}){super("wp:anchor");const r=_({allowOverlap:!0,behindDocument:!1,lockAnchor:!1,layoutInCell:!0,verticalPosition:{},horizontalPosition:{}},n.floating);if(this.root.push(new da({distT:r.margins&&r.margins.top||0,distB:r.margins&&r.margins.bottom||0,distL:r.margins&&r.margins.left||0,distR:r.margins&&r.margins.right||0,simplePos:"0",allowOverlap:!0===r.allowOverlap?"1":"0",behindDoc:!0===r.behindDocument?"1":"0",locked:!0===r.lockAnchor?"1":"0",layoutInCell:!0===r.layoutInCell?"1":"0",relativeHeight:r.zIndex?r.zIndex:t.emus.y})),this.root.push(new io),this.root.push(new co(r.horizontalPosition)),this.root.push(new lo(r.verticalPosition)),this.root.push(new sa(t.emus.x,t.emus.y)),this.root.push(oa({top:0,right:0,bottom:0,left:0})),void 0!==n.floating&&void 0!==n.floating.wrap)switch(n.floating.wrap.type){case Go:this.root.push(new Jo(n.floating.wrap,n.floating.margins));break;case Zo:this.root.push(new ta(n.floating.margins));break;case Xo:this.root.push(new ra(n.floating.margins));break;case Ko:default:this.root.push(new Yo)}else this.root.push(new Yo);this.root.push(new ia(n.docProperties)),this.root.push(new la),this.root.push(new Vo({mediaData:e,transform:t,outline:n.outline}))}}class fa extends S{constructor(e,t={}){super("w:drawing"),t.floating?this.root.push(new ha({mediaData:e,transform:e.transformation,drawingOptions:t})):this.root.push((({mediaData:e,transform:t,docProperties:n,outline:r})=>{var i,o,a,s;return new Hr({name:"wp:inline",attributes:{distanceTop:{key:"distT",value:0},distanceBottom:{key:"distB",value:0},distanceLeft:{key:"distL",value:0},distanceRight:{key:"distR",value:0}},children:[new sa(t.emus.x,t.emus.y),oa(r?{top:2*(null!=(i=r.width)?i:9525),right:2*(null!=(o=r.width)?o:9525),bottom:2*(null!=(a=r.width)?a:9525),left:2*(null!=(s=r.width)?s:9525)}:{top:0,right:0,bottom:0,left:0}),new ia(n),new la,new Vo({mediaData:e,transform:t,outline:r})]})})({mediaData:e,transform:e.transformation,docProperties:t.docProperties,outline:t.outline}))}}class pa extends Ki{constructor(e){super({}),T(this,"key",`${Ji()}.png`),T(this,"imageData");const t="string"==typeof e.data?this.convertDataURIToBinary(e.data):e.data;this.imageData={stream:t,fileName:this.key,transformation:{pixels:{x:Math.round(e.transformation.width),y:Math.round(e.transformation.height)},emus:{x:Math.round(9525*e.transformation.width),y:Math.round(9525*e.transformation.height)},flip:e.transformation.flip,rotation:e.transformation.rotation?6e4*e.transformation.rotation:void 0}};const n=new fa(this.imageData,{floating:e.floating,docProperties:e.altText,outline:e.outline});this.root.push(n)}prepForXml(e){return e.file.Media.addImage(this.key,this.imageData),super.prepForXml(e)}convertDataURIToBinary(e){if("function"==typeof atob){const t=";base64,",n=e.indexOf(t),r=-1===n?0:n+t.length;return new Uint8Array(atob(e.substring(r)).split("").map((e=>e.charCodeAt(0))))}return new(require("buffer").Buffer)(e,"base64")}}class ga extends F{constructor(){super(...arguments),T(this,"xmlKeys",{id:"w:id",initials:"w:initials",author:"w:author",date:"w:date"})}}class ma extends F{constructor(){super(...arguments),T(this,"xmlKeys",{"xmlns:cx":"xmlns:cx","xmlns:cx1":"xmlns:cx1","xmlns:cx2":"xmlns:cx2","xmlns:cx3":"xmlns:cx3","xmlns:cx4":"xmlns:cx4","xmlns:cx5":"xmlns:cx5","xmlns:cx6":"xmlns:cx6","xmlns:cx7":"xmlns:cx7","xmlns:cx8":"xmlns:cx8","xmlns:mc":"xmlns:mc","xmlns:aink":"xmlns:aink","xmlns:am3d":"xmlns:am3d","xmlns:o":"xmlns:o","xmlns:r":"xmlns:r","xmlns:m":"xmlns:m","xmlns:v":"xmlns:v","xmlns:wp14":"xmlns:wp14","xmlns:wp":"xmlns:wp","xmlns:w10":"xmlns:w10","xmlns:w":"xmlns:w","xmlns:w14":"xmlns:w14","xmlns:w15":"xmlns:w15","xmlns:w16cex":"xmlns:w16cex","xmlns:w16cid":"xmlns:w16cid","xmlns:w16":"xmlns:w16","xmlns:w16sdtdh":"xmlns:w16sdtdh","xmlns:w16se":"xmlns:w16se","xmlns:wpg":"xmlns:wpg","xmlns:wpi":"xmlns:wpi","xmlns:wne":"xmlns:wne","xmlns:wps":"xmlns:wps"})}}class ya extends S{constructor({id:e,initials:t,author:n,date:r=new Date,children:i}){super("w:comment"),this.root.push(new ga({id:e,initials:t,author:n,date:r.toISOString()}));for(const o of i)this.root.push(o)}}class ba extends S{constructor({children:e}){super("w:comments"),this.root.push(new ma({"xmlns:cx":"http://schemas.microsoft.com/office/drawing/2014/chartex","xmlns:cx1":"http://schemas.microsoft.com/office/drawing/2015/9/8/chartex","xmlns:cx2":"http://schemas.microsoft.com/office/drawing/2015/10/21/chartex","xmlns:cx3":"http://schemas.microsoft.com/office/drawing/2016/5/9/chartex","xmlns:cx4":"http://schemas.microsoft.com/office/drawing/2016/5/10/chartex","xmlns:cx5":"http://schemas.microsoft.com/office/drawing/2016/5/11/chartex","xmlns:cx6":"http://schemas.microsoft.com/office/drawing/2016/5/12/chartex","xmlns:cx7":"http://schemas.microsoft.com/office/drawing/2016/5/13/chartex","xmlns:cx8":"http://schemas.microsoft.com/office/drawing/2016/5/14/chartex","xmlns:mc":"http://schemas.openxmlformats.org/markup-compatibility/2006","xmlns:aink":"http://schemas.microsoft.com/office/drawing/2016/ink","xmlns:am3d":"http://schemas.microsoft.com/office/drawing/2017/model3d","xmlns:o":"urn:schemas-microsoft-com:office:office","xmlns:r":"http://schemas.openxmlformats.org/officeDocument/2006/relationships","xmlns:m":"http://schemas.openxmlformats.org/officeDocument/2006/math","xmlns:v":"urn:schemas-microsoft-com:vml","xmlns:wp14":"http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing","xmlns:wp":"http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing","xmlns:w10":"urn:schemas-microsoft-com:office:word","xmlns:w":"http://schemas.openxmlformats.org/wordprocessingml/2006/main","xmlns:w14":"http://schemas.microsoft.com/office/word/2010/wordml","xmlns:w15":"http://schemas.microsoft.com/office/word/2012/wordml","xmlns:w16cex":"http://schemas.microsoft.com/office/word/2018/wordml/cex","xmlns:w16cid":"http://schemas.microsoft.com/office/word/2016/wordml/cid","xmlns:w16":"http://schemas.microsoft.com/office/word/2018/wordml","xmlns:w16sdtdh":"http://schemas.microsoft.com/office/word/2020/wordml/sdtdatahash","xmlns:w16se":"http://schemas.microsoft.com/office/word/2015/wordml/symex","xmlns:wpg":"http://schemas.microsoft.com/office/word/2010/wordprocessingGroup","xmlns:wpi":"http://schemas.microsoft.com/office/word/2010/wordprocessingInk","xmlns:wne":"http://schemas.microsoft.com/office/word/2006/wordml","xmlns:wps":"http://schemas.microsoft.com/office/word/2010/wordprocessingShape"}));for(const t of e)this.root.push(new ya(t))}}class wa extends Pr{constructor(){super("w:tab")}}const xa="page";class va extends S{constructor(e){super("w:br"),this.root.push(new I({type:e}))}}class _a extends Ki{constructor(){super({}),this.root.push(new va(xa))}}class Da extends S{constructor(){super("w:pageBreakBefore")}}const Ta="exact",Ua="auto";class Ea extends F{constructor(){super(...arguments),T(this,"xmlKeys",{after:"w:after",before:"w:before",line:"w:line",lineRule:"w:lineRule"})}}class ka extends S{constructor(e){super("w:spacing"),this.root.push(new Ea(e))}}let Sa=class extends S{constructor(e){super("w:pStyle"),this.root.push(new I({val:e}))}};class Aa extends S{constructor(e){super("w:tabs");for(const t of e)this.root.push(new Oa(t))}}const Fa="left",Ca="right";class Ia extends F{constructor(){super(...arguments),T(this,"xmlKeys",{val:"w:val",pos:"w:pos",leader:"w:leader"})}}class Oa extends S{constructor({type:e,position:t,leader:n}){super("w:tab"),this.root.push(new Ia({val:e,pos:t,leader:n}))}}class Na extends S{constructor(e,t){super("w:numPr"),this.root.push(new Ba(t)),this.root.push(new Wa(e))}}class Ba extends S{constructor(e){if(super("w:ilvl"),e>9)throw new Error("Level cannot be greater than 9. Read more here: https://answers.microsoft.com/en-us/msoffice/forum/all/does-word-support-more-than-9-list-levels/d130fdcd-1781-446d-8c84-c6c79124e4d7");this.root.push(new I({val:e}))}}class Wa extends S{constructor(e){super("w:numId"),this.root.push(new I({val:"string"==typeof e?`{${e}}`:e}))}}class Ra extends S{constructor(){super(...arguments),T(this,"fileChild",Symbol())}}class Pa extends F{constructor(){super(...arguments),T(this,"xmlKeys",{id:"Id",type:"Type",target:"Target",targetMode:"TargetMode"})}}const La="External";class ja extends S{constructor(e,t,n,r){super("Relationship"),this.root.push(new Pa({id:e,type:t,target:n,targetMode:r}))}}class za extends F{constructor(){super(...arguments),T(this,"xmlKeys",{id:"r:id",history:"w:history",anchor:"w:anchor"})}}class Ma extends S{constructor(e,t,n){super("w:hyperlink"),T(this,"linkId"),this.linkId=t;const r={history:1,anchor:n||void 0,id:n?void 0:`rId${this.linkId}`},i=new za(r);this.root.push(i),e.forEach((e=>{this.root.push(e)}))}}class qa extends S{constructor(e){super("w:externalHyperlink"),this.options=e}}class Ha extends F{constructor(){super(...arguments),T(this,"xmlKeys",{id:"w:id",name:"w:name"})}}class Va extends F{constructor(){super(...arguments),T(this,"xmlKeys",{id:"w:id"})}}class Ka{constructor(e){T(this,"bookmarkUniqueNumericId",Qi()),T(this,"start"),T(this,"children"),T(this,"end");const t=this.bookmarkUniqueNumericId();this.start=new Ga(e.id,t),this.children=e.children,this.end=new Za(t)}}class Ga extends S{constructor(e,t){super("w:bookmarkStart");const n=new Ha({name:e,id:t});this.root.push(n)}}class Za extends S{constructor(e){super("w:bookmarkEnd");const t=new Va({id:e});this.root.push(t)}}class Xa extends S{constructor(e){super("w:outlineLvl"),this.level=e,this.root.push(new I({val:e}))}}const $a="bottom",Ya="center",Qa="top";class Ja extends F{constructor(){super(...arguments),T(this,"xmlKeys",{verticalAlign:"w:val"})}}class es extends S{constructor(e){super("w:vAlign"),this.root.push(new Ja({verticalAlign:e}))}}const ts="default",ns="first",rs="even";class is extends F{constructor(){super(...arguments),T(this,"xmlKeys",{type:"w:type",id:"r:id"})}}const os="w:headerReference",as="w:footerReference";class ss extends S{constructor(e,t){super(e),this.root.push(new is({type:t.type||ts,id:`rId${t.id}`}))}}class cs extends S{constructor({space:e,count:t,separate:n,equalWidth:r,children:i}){super("w:cols"),this.root.push(new C({space:{key:"w:space",value:void 0===e?void 0:Ir(e)},count:{key:"w:num",value:void 0===t?void 0:_r(t)},separate:{key:"w:sep",value:n},equalWidth:{key:"w:equalWidth",value:r}})),!r&&i&&i.forEach((e=>this.addChildElement(e)))}}class us extends F{constructor(){super(...arguments),T(this,"xmlKeys",{type:"w:type",linePitch:"w:linePitch",charSpace:"w:charSpace"})}}class ls extends S{constructor(e,t,n){super("w:docGrid"),this.root.push(new us({type:n,linePitch:_r(e),charSpace:t?_r(t):void 0}))}}class ds extends F{constructor(){super(...arguments),T(this,"xmlKeys",{display:"w:display",offsetFrom:"w:offsetFrom",zOrder:"w:zOrder"})}}class hs extends A{constructor(e){if(super("w:pgBorders"),!e)return this;e.pageBorders?this.root.push(new ds({display:e.pageBorders.display,offsetFrom:e.pageBorders.offsetFrom,zOrder:e.pageBorders.zOrder})):this.root.push(new ds({})),e.pageBorderTop&&this.root.push(new Qr("w:top",e.pageBorderTop)),e.pageBorderLeft&&this.root.push(new Qr("w:left",e.pageBorderLeft)),e.pageBorderBottom&&this.root.push(new Qr("w:bottom",e.pageBorderBottom)),e.pageBorderRight&&this.root.push(new Qr("w:right",e.pageBorderRight))}}class fs extends S{constructor(e,t,n,r,i,o,a){super("w:pgMar"),this.root.push(new C({top:{key:"w:top",value:Fr(e)},right:{key:"w:right",value:Ir(t)},bottom:{key:"w:bottom",value:Fr(n)},left:{key:"w:left",value:Ir(r)},header:{key:"w:header",value:Ir(i)},footer:{key:"w:footer",value:Ir(o)},gutter:{key:"w:gutter",value:Ir(a)}}))}}class ps extends F{constructor(){super(...arguments),T(this,"xmlKeys",{start:"w:start",formatType:"w:fmt",separator:"w:chapSep"})}}class gs extends S{constructor({start:e,formatType:t,separator:n}){super("w:pgNumType"),this.root.push(new ps({start:void 0===e?void 0:_r(e),formatType:t,separator:n}))}}const ms="portrait",ys="landscape";class bs extends S{constructor(e,t,n){super("w:pgSz");const r=n===ys,i=Ir(e),o=Ir(t);this.root.push(new C({width:{key:"w:w",value:r?o:i},height:{key:"w:h",value:r?i:o},orientation:{key:"w:orient",value:n}}))}}class ws extends F{constructor(){super(...arguments),T(this,"xmlKeys",{val:"w:val"})}}class xs extends S{constructor(e){super("w:textDirection"),this.root.push(new ws({val:e}))}}class vs extends F{constructor(){super(...arguments),T(this,"xmlKeys",{val:"w:val"})}}class _s extends S{constructor(e){super("w:type"),this.root.push(new vs({val:e}))}}const Ds=1440,Ts=1440,Us=1440,Es=1440,ks=708,Ss=708,As=0,Fs=11906,Cs=16838,Is=ms;class Os extends S{constructor({page:{size:{width:e=Fs,height:t=Cs,orientation:n=Is}={},margin:{top:r=Ds,right:i=Ts,bottom:o=Us,left:a=Es,header:s=ks,footer:c=Ss,gutter:u=As}={},pageNumbers:l={},borders:d,textDirection:h}={},grid:{linePitch:f=360,charSpace:p,type:g}={},headerWrapperGroup:m={},footerWrapperGroup:y={},lineNumbers:b,titlePage:w,verticalAlign:x,column:v,type:_}={}){super("w:sectPr"),this.addHeaderFooterGroup(os,m),this.addHeaderFooterGroup(as,y),_&&this.root.push(new _s(_)),this.root.push(new bs(e,t,n)),this.root.push(new fs(r,i,o,a,s,c,u)),d&&this.root.push(new hs(d)),b&&this.root.push((({countBy:e,start:t,restart:n,distance:r})=>new Hr({name:"w:lnNumType",attributes:{countBy:{key:"w:countBy",value:void 0===e?void 0:_r(e)},start:{key:"w:start",value:void 0===t?void 0:_r(t)},restart:{key:"w:restart",value:n},distance:{key:"w:distance",value:void 0===r?void 0:Ir(r)}}}))(b)),this.root.push(new gs(l)),v&&this.root.push(new cs(v)),x&&this.root.push(new es(x)),void 0!==w&&this.root.push(new Wr("w:titlePg",w)),h&&this.root.push(new xs(h)),this.root.push(new ls(f,p,g))}addHeaderFooterGroup(e,t){t.default&&this.root.push(new ss(e,{type:ts,id:t.default.View.ReferenceId})),t.first&&this.root.push(new ss(e,{type:ns,id:t.first.View.ReferenceId})),t.even&&this.root.push(new ss(e,{type:rs,id:t.even.View.ReferenceId}))}}class Ns extends S{constructor(){super("w:body"),T(this,"sections",[])}addSection(e){const t=this.sections.pop();this.root.push(this.createSectionParagraph(t)),this.sections.push(new Os(e))}prepForXml(e){return 1===this.sections.length&&(this.root.splice(0,1),this.root.push(this.sections.pop())),super.prepForXml(e)}push(e){this.root.push(e)}createSectionParagraph(e){const t=new Vs({}),n=new Hs({});return n.push(e),t.addChildElement(n),t}}class Bs extends F{constructor(){super(...arguments),T(this,"xmlKeys",{wpc:"xmlns:wpc",mc:"xmlns:mc",o:"xmlns:o",r:"xmlns:r",m:"xmlns:m",v:"xmlns:v",wp14:"xmlns:wp14",wp:"xmlns:wp",w10:"xmlns:w10",w:"xmlns:w",w14:"xmlns:w14",w15:"xmlns:w15",wpg:"xmlns:wpg",wpi:"xmlns:wpi",wne:"xmlns:wne",wps:"xmlns:wps",Ignorable:"mc:Ignorable",cp:"xmlns:cp",dc:"xmlns:dc",dcterms:"xmlns:dcterms",dcmitype:"xmlns:dcmitype",xsi:"xmlns:xsi",type:"xsi:type",cx:"xmlns:cx",cx1:"xmlns:cx1",cx2:"xmlns:cx2",cx3:"xmlns:cx3",cx4:"xmlns:cx4",cx5:"xmlns:cx5",cx6:"xmlns:cx6",cx7:"xmlns:cx7",cx8:"xmlns:cx8",aink:"xmlns:aink",am3d:"xmlns:am3d",w16cex:"xmlns:w16cex",w16cid:"xmlns:w16cid",w16:"xmlns:w16",w16sdtdh:"xmlns:w16sdtdh",w16se:"xmlns:w16se"})}}class Ws extends F{constructor(){super(...arguments),T(this,"xmlKeys",{color:"w:color",themeColor:"w:themeColor",themeShade:"w:themeShade",themeTint:"w:themeTint"})}}class Rs extends S{constructor(e){super("w:background"),this.root.push(new Ws({color:void 0===e.color?void 0:Ar(e.color),themeColor:e.themeColor,themeShade:void 0===e.themeShade?void 0:Er(e.themeShade),themeTint:void 0===e.themeTint?void 0:Er(e.themeTint)}))}}class Ps extends S{constructor(e){super("w:document"),T(this,"body"),this.root.push(new Bs({wpc:"http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas",mc:"http://schemas.openxmlformats.org/markup-compatibility/2006",o:"urn:schemas-microsoft-com:office:office",r:"http://schemas.openxmlformats.org/officeDocument/2006/relationships",m:"http://schemas.openxmlformats.org/officeDocument/2006/math",v:"urn:schemas-microsoft-com:vml",wp14:"http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing",wp:"http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing",w10:"urn:schemas-microsoft-com:office:word",w:"http://schemas.openxmlformats.org/wordprocessingml/2006/main",w14:"http://schemas.microsoft.com/office/word/2010/wordml",w15:"http://schemas.microsoft.com/office/word/2012/wordml",wpg:"http://schemas.microsoft.com/office/word/2010/wordprocessingGroup",wpi:"http://schemas.microsoft.com/office/word/2010/wordprocessingInk",wne:"http://schemas.microsoft.com/office/word/2006/wordml",wps:"http://schemas.microsoft.com/office/word/2010/wordprocessingShape",cx:"http://schemas.microsoft.com/office/drawing/2014/chartex",cx1:"http://schemas.microsoft.com/office/drawing/2015/9/8/chartex",cx2:"http://schemas.microsoft.com/office/drawing/2015/10/21/chartex",cx3:"http://schemas.microsoft.com/office/drawing/2016/5/9/chartex",cx4:"http://schemas.microsoft.com/office/drawing/2016/5/10/chartex",cx5:"http://schemas.microsoft.com/office/drawing/2016/5/11/chartex",cx6:"http://schemas.microsoft.com/office/drawing/2016/5/12/chartex",cx7:"http://schemas.microsoft.com/office/drawing/2016/5/13/chartex",cx8:"http://schemas.microsoft.com/office/drawing/2016/5/14/chartex",aink:"http://schemas.microsoft.com/office/drawing/2016/ink",am3d:"http://schemas.microsoft.com/office/drawing/2017/model3d",w16cex:"http://schemas.microsoft.com/office/word/2018/wordml/cex",w16cid:"http://schemas.microsoft.com/office/word/2016/wordml/cid",w16:"http://schemas.microsoft.com/office/word/2018/wordml",w16sdtdh:"http://schemas.microsoft.com/office/word/2020/wordml/sdtdatahash",w16se:"http://schemas.microsoft.com/office/word/2015/wordml/symex",Ignorable:"w14 w15 wp14"})),this.body=new Ns,e.background&&this.root.push(new Rs(e.background)),this.root.push(this.body)}add(e){return this.body.push(e),this}get Body(){return this.body}}class Ls extends F{constructor(){super(...arguments),T(this,"xmlKeys",{xmlns:"xmlns"})}}class js extends S{constructor(){super("Relationships"),this.root.push(new Ls({xmlns:"http://schemas.openxmlformats.org/package/2006/relationships"}))}createRelationship(e,t,n,r){const i=new ja(`rId${e}`,t,n,r);return this.root.push(i),i}get RelationshipCount(){return this.root.length-1}}class zs{constructor(e){T(this,"document"),T(this,"relationships"),this.document=new Ps(e),this.relationships=new js}get View(){return this.document}get Relationships(){return this.relationships}}class Ms extends F{constructor(){super(...arguments),T(this,"xmlKeys",{val:"w:val"})}}class qs extends S{constructor(){super("w:wordWrap"),this.root.push(new Ms({val:0}))}}class Hs extends A{constructor(e){var t,n;if(super("w:pPr"),T(this,"numberingReferences",[]),!e)return this;e.heading&&this.push(new Sa(e.heading)),e.bullet&&this.push(new Sa("ListParagraph")),e.numbering&&(e.style||e.heading||e.numbering.custom||this.push(new Sa("ListParagraph"))),e.style&&this.push(new Sa(e.style)),void 0!==e.keepNext&&this.push(new Wr("w:keepNext",e.keepNext)),void 0!==e.keepLines&&this.push(new Wr("w:keepLines",e.keepLines)),e.pageBreakBefore&&this.push(new Da),e.frame&&this.push((e=>{var t,n;return new Hr({name:"w:framePr",attributes:{anchorLock:{key:"w:anchorLock",value:e.anchorLock},dropCap:{key:"w:dropCap",value:e.dropCap},width:{key:"w:w",value:e.width},height:{key:"w:h",value:e.height},x:{key:"w:x",value:e.position?e.position.x:void 0},y:{key:"w:y",value:e.position?e.position.y:void 0},anchorHorizontal:{key:"w:hAnchor",value:e.anchor.horizontal},anchorVertical:{key:"w:vAnchor",value:e.anchor.vertical},spaceHorizontal:{key:"w:hSpace",value:null==(t=e.space)?void 0:t.horizontal},spaceVertical:{key:"w:vSpace",value:null==(n=e.space)?void 0:n.vertical},rule:{key:"w:hRule",value:e.rule},alignmentX:{key:"w:xAlign",value:e.alignment?e.alignment.x:void 0},alignmentY:{key:"w:yAlign",value:e.alignment?e.alignment.y:void 0},lines:{key:"w:lines",value:e.lines},wrap:{key:"w:wrap",value:e.wrap}}})})(e.frame)),void 0!==e.widowControl&&this.push(new Wr("w:widowControl",e.widowControl)),e.bullet&&this.push(new Na(1,e.bullet.level)),e.numbering&&(this.numberingReferences.push({reference:e.numbering.reference,instance:null!=(t=e.numbering.instance)?t:0}),this.push(new Na(`${e.numbering.reference}-${null!=(n=e.numbering.instance)?n:0}`,e.numbering.level))),e.border&&this.push(new ii(e.border)),e.thematicBreak&&this.push(new oi),e.shading&&this.push(new Di(e.shading)),e.wordWrap&&this.push(new qs),e.overflowPunctuation&&this.push(new Wr("w:overflowPunct",e.overflowPunctuation));const r=[...void 0!==e.rightTabStop?[{type:Ca,position:e.rightTabStop}]:[],...e.tabStops?e.tabStops:[],...void 0!==e.leftTabStop?[{type:Fa,position:e.leftTabStop}]:[]];r.length>0&&this.push(new Aa(r)),void 0!==e.bidirectional&&this.push(new Wr("w:bidi",e.bidirectional)),e.spacing&&this.push(new ka(e.spacing)),e.indent&&this.push(new ai(e.indent)),void 0!==e.contextualSpacing&&this.push(new Wr("w:contextualSpacing",e.contextualSpacing)),e.alignment&&this.push(new Yr(e.alignment)),void 0!==e.outlineLevel&&this.push(new Xa(e.outlineLevel)),void 0!==e.suppressLineNumbers&&this.push(new Wr("w:suppressLineNumbers",e.suppressLineNumbers)),void 0!==e.autoSpaceEastAsianText&&this.push(new Wr("w:autoSpaceDN",e.autoSpaceEastAsianText)),e.run&&this.push(new Li(e.run))}push(e){this.root.push(e)}prepForXml(e){if(e.viewWrapper instanceof zs)for(const t of this.numberingReferences)e.file.Numbering.createConcreteNumberingInstance(t.reference,t.instance);return super.prepForXml(e)}}class Vs extends Ra{constructor(e){if(super("w:p"),T(this,"properties"),"string"==typeof e)return this.properties=new Hs({}),this.root.push(this.properties),this.root.push(new Gi(e)),this;if(this.properties=new Hs(e),this.root.push(this.properties),e.text&&this.root.push(new Gi(e.text)),e.children)for(const t of e.children)if(t instanceof Ka){this.root.push(t.start);for(const e of t.children)this.root.push(e);this.root.push(t.end)}else this.root.push(t)}prepForXml(e){for(const t of this.root)if(t instanceof qa){const n=this.root.indexOf(t),r=new Ma(t.options.children,Ji());e.viewWrapper.Relationships.createRelationship(r.linkId,"http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink",t.options.link,La),this.root[n]=r}return super.prepForXml(e)}addRunToFront(e){return this.root.splice(1,0,e),this}}class Ks extends S{constructor(e){super("m:t"),this.root.push(e)}}class Gs extends S{constructor(e){super("m:r"),this.root.push(new Ks(e))}}class Zs extends S{constructor(e){super("w:tblGrid");for(const t of e)this.root.push(new Xs(t))}}class Xs extends S{constructor(e){super("w:gridCol"),void 0!==e&&this.root.push(new C({width:{key:"w:w",value:Ir(e)}}))}}const $s="w:tblCellMar",Ys="w:tcMar";class Qs extends A{constructor(e,{marginUnitType:t=Js.DXA,top:n,left:r,bottom:i,right:o}){super(e),void 0!==n&&this.root.push(new ec("w:top",{type:t,size:n})),void 0!==r&&this.root.push(new ec("w:left",{type:t,size:r})),void 0!==i&&this.root.push(new ec("w:bottom",{type:t,size:i})),void 0!==o&&this.root.push(new ec("w:right",{type:t,size:o}))}}const Js={AUTO:"auto",DXA:"dxa",NIL:"nil",PERCENTAGE:"pct"};class ec extends S{constructor(e,{type:t=Js.AUTO,size:n}){super(e);let r=n;t===Js.PERCENTAGE&&"number"==typeof n&&(r=`${n}%`),this.root.push(new C({type:{key:"w:type",value:t},size:{key:"w:w",value:Or(r)}}))}}class tc extends A{constructor(e){super("w:tcBorders"),e.top&&this.root.push(new Qr("w:top",e.top)),e.start&&this.root.push(new Qr("w:start",e.start)),e.left&&this.root.push(new Qr("w:left",e.left)),e.bottom&&this.root.push(new Qr("w:bottom",e.bottom)),e.end&&this.root.push(new Qr("w:end",e.end)),e.right&&this.root.push(new Qr("w:right",e.right))}}class nc extends F{constructor(){super(...arguments),T(this,"xmlKeys",{val:"w:val"})}}class rc extends S{constructor(e){super("w:gridSpan"),this.root.push(new nc({val:_r(e)}))}}const ic="continue",oc="restart";class ac extends F{constructor(){super(...arguments),T(this,"xmlKeys",{val:"w:val"})}}class sc extends S{constructor(e){super("w:vMerge"),this.root.push(new ac({val:e}))}}class cc extends F{constructor(){super(...arguments),T(this,"xmlKeys",{val:"w:val"})}}class uc extends S{constructor(e){super("w:textDirection"),this.root.push(new cc({val:e}))}}class lc extends A{constructor(e){super("w:tcPr"),e.width&&this.root.push(new ec("w:tcW",e.width)),e.columnSpan&&this.root.push(new rc(e.columnSpan)),e.verticalMerge?this.root.push(new sc(e.verticalMerge)):e.rowSpan&&e.rowSpan>1&&this.root.push(new sc(oc)),e.borders&&this.root.push(new tc(e.borders)),e.shading&&this.root.push(new Di(e.shading)),e.margins&&this.root.push(new Qs(Ys,e.margins)),e.textDirection&&this.root.push(new uc(e.textDirection)),e.verticalAlign&&this.root.push(new es(e.verticalAlign))}}class dc extends S{constructor(e){super("w:tc"),this.options=e,this.root.push(new lc(e));for(const t of e.children)this.root.push(t)}prepForXml(e){return this.root[this.root.length-1]instanceof Vs||this.root.push(new Vs({})),super.prepForXml(e)}}const hc={style:ri,size:0,color:"auto"},fc={style:ei,size:4,color:"auto"};class pc extends S{constructor(e){super("w:tblBorders"),e.top?this.root.push(new Qr("w:top",e.top)):this.root.push(new Qr("w:top",fc)),e.left?this.root.push(new Qr("w:left",e.left)):this.root.push(new Qr("w:left",fc)),e.bottom?this.root.push(new Qr("w:bottom",e.bottom)):this.root.push(new Qr("w:bottom",fc)),e.right?this.root.push(new Qr("w:right",e.right)):this.root.push(new Qr("w:right",fc)),e.insideHorizontal?this.root.push(new Qr("w:insideH",e.insideHorizontal)):this.root.push(new Qr("w:insideH",fc)),e.insideVertical?this.root.push(new Qr("w:insideV",e.insideVertical)):this.root.push(new Qr("w:insideV",fc))}}T(pc,"NONE",{top:hc,bottom:hc,left:hc,right:hc,insideHorizontal:hc,insideVertical:hc});class gc extends S{constructor({horizontalAnchor:e,verticalAnchor:t,absoluteHorizontalPosition:n,relativeHorizontalPosition:r,absoluteVerticalPosition:i,relativeVerticalPosition:o,bottomFromText:a,topFromText:s,leftFromText:c,rightFromText:u,overlap:l}){super("w:tblpPr"),this.root.push(new C({leftFromText:{key:"w:leftFromText",value:void 0===c?void 0:Ir(c)},rightFromText:{key:"w:rightFromText",value:void 0===u?void 0:Ir(u)},topFromText:{key:"w:topFromText",value:void 0===s?void 0:Ir(s)},bottomFromText:{key:"w:bottomFromText",value:void 0===a?void 0:Ir(a)},absoluteHorizontalPosition:{key:"w:tblpX",value:void 0===n?void 0:Fr(n)},absoluteVerticalPosition:{key:"w:tblpY",value:void 0===i?void 0:Fr(i)},horizontalAnchor:{key:"w:horzAnchor",value:void 0===e?void 0:e},relativeHorizontalPosition:{key:"w:tblpXSpec",value:r},relativeVerticalPosition:{key:"w:tblpYSpec",value:o},verticalAnchor:{key:"w:vertAnchor",value:t}})),l&&this.root.push(new Mr("w:tblOverlap",l))}}class mc extends F{constructor(){super(...arguments),T(this,"xmlKeys",{type:"w:type"})}}class yc extends S{constructor(e){super("w:tblLayout"),this.root.push(new mc({type:e}))}}class bc extends A{constructor(e){super("w:tblPr"),e.style&&this.root.push(new Lr("w:tblStyle",e.style)),e.float&&this.root.push(new gc(e.float)),void 0!==e.visuallyRightToLeft&&this.root.push(new Wr("w:bidiVisual",e.visuallyRightToLeft)),e.width&&this.root.push(new ec("w:tblW",e.width)),e.alignment&&this.root.push(new Yr(e.alignment)),e.indent&&this.root.push(new ec("w:tblInd",e.indent)),e.borders&&this.root.push(new pc(e.borders)),e.shading&&this.root.push(new Di(e.shading)),e.layout&&this.root.push(new yc(e.layout)),e.cellMargin&&this.root.push(new Qs($s,e.cellMargin))}}class wc extends Ra{constructor({rows:e,width:t,columnWidths:n=Array(Math.max(...e.map((e=>e.CellCount)))).fill(100),margins:r,indent:i,float:o,layout:a,style:s,borders:c,alignment:u,visuallyRightToLeft:l}){super("w:tbl"),this.root.push(new bc({borders:null!=c?c:{},width:null!=t?t:{size:100},indent:i,float:o,layout:a,style:s,alignment:u,cellMargin:r,visuallyRightToLeft:l})),this.root.push(new Zs(n));for(const d of e)this.root.push(d);e.forEach(((t,n)=>{if(n===e.length-1)return;let r=0;t.cells.forEach((t=>{if(t.options.rowSpan&&t.options.rowSpan>1){const i=new dc({rowSpan:t.options.rowSpan-1,columnSpan:t.options.columnSpan,borders:t.options.borders,children:[],verticalMerge:ic});e[n+1].addCellToColumnIndex(i,r)}r+=t.options.columnSpan||1}))}))}}const xc="atLeast";class vc extends F{constructor(){super(...arguments),T(this,"xmlKeys",{value:"w:val",rule:"w:hRule"})}}class _c extends S{constructor(e,t){super("w:trHeight"),this.root.push(new vc({value:Ir(e),rule:t}))}}class Dc extends A{constructor(e){super("w:trPr"),void 0!==e.cantSplit&&this.root.push(new Wr("w:cantSplit",e.cantSplit)),void 0!==e.tableHeader&&this.root.push(new Wr("w:tblHeader",e.tableHeader)),e.height&&this.root.push(new _c(e.height.value,e.height.rule))}}class Tc extends S{constructor(e){super("w:tr"),this.options=e,this.root.push(new Dc(e));for(const t of e.children)this.root.push(t)}get CellCount(){return this.options.children.length}get cells(){return this.root.filter((e=>e instanceof dc))}addCellToIndex(e,t){this.root.splice(t+1,0,e)}addCellToColumnIndex(e,t){const n=this.columnIndexToRootIndex(t,!0);this.addCellToIndex(e,n-1)}rootIndexToColumnIndex(e){if(e<1||e>=this.root.length)throw new Error("cell 'rootIndex' should between 1 to "+(this.root.length-1));let t=0;for(let n=1;n<e;n++){t+=this.root[n].options.columnSpan||1}return t}columnIndexToRootIndex(e,t=!1){if(e<0)throw new Error("cell 'columnIndex' should not less than zero");let n=0,r=1;for(;n<=e;){if(r>=this.root.length){if(t)return this.root.length;throw new Error("cell 'columnIndex' should not great than "+(n-1))}const e=this.root[r];r+=1,n+=e&&e.options.columnSpan||1}return r-1}}class Uc extends F{constructor(){super(...arguments),T(this,"xmlKeys",{xmlns:"xmlns",vt:"xmlns:vt"})}}class Ec extends S{constructor(){super("Properties"),this.root.push(new Uc({xmlns:"http://schemas.openxmlformats.org/officeDocument/2006/extended-properties",vt:"http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes"}))}}class kc extends F{constructor(){super(...arguments),T(this,"xmlKeys",{xmlns:"xmlns"})}}class Sc extends F{constructor(){super(...arguments),T(this,"xmlKeys",{contentType:"ContentType",extension:"Extension"})}}class Ac extends S{constructor(e,t){super("Default"),this.root.push(new Sc({contentType:e,extension:t}))}}class Fc extends F{constructor(){super(...arguments),T(this,"xmlKeys",{contentType:"ContentType",partName:"PartName"})}}class Cc extends S{constructor(e,t){super("Override"),this.root.push(new Fc({contentType:e,partName:t}))}}class Ic extends S{constructor(){super("Types"),this.root.push(new kc({xmlns:"http://schemas.openxmlformats.org/package/2006/content-types"})),this.root.push(new Ac("image/png","png")),this.root.push(new Ac("image/jpeg","jpeg")),this.root.push(new Ac("image/jpeg","jpg")),this.root.push(new Ac("image/bmp","bmp")),this.root.push(new Ac("image/gif","gif")),this.root.push(new Ac("application/vnd.openxmlformats-package.relationships+xml","rels")),this.root.push(new Ac("application/xml","xml")),this.root.push(new Ac("application/vnd.openxmlformats-officedocument.obfuscatedFont","odttf")),this.root.push(new Cc("application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml","/word/document.xml")),this.root.push(new Cc("application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml","/word/styles.xml")),this.root.push(new Cc("application/vnd.openxmlformats-package.core-properties+xml","/docProps/core.xml")),this.root.push(new Cc("application/vnd.openxmlformats-officedocument.custom-properties+xml","/docProps/custom.xml")),this.root.push(new Cc("application/vnd.openxmlformats-officedocument.extended-properties+xml","/docProps/app.xml")),this.root.push(new Cc("application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml","/word/numbering.xml")),this.root.push(new Cc("application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml","/word/footnotes.xml")),this.root.push(new Cc("application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml","/word/settings.xml")),this.root.push(new Cc("application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml","/word/comments.xml")),this.root.push(new Cc("application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml","/word/fontTable.xml"))}addFooter(e){this.root.push(new Cc("application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml",`/word/footer${e}.xml`))}addHeader(e){this.root.push(new Cc("application/vnd.openxmlformats-officedocument.wordprocessingml.header+xml",`/word/header${e}.xml`))}}class Oc extends S{constructor(e){super("cp:coreProperties"),this.root.push(new Bs({cp:"http://schemas.openxmlformats.org/package/2006/metadata/core-properties",dc:"http://purl.org/dc/elements/1.1/",dcterms:"http://purl.org/dc/terms/",dcmitype:"http://purl.org/dc/dcmitype/",xsi:"http://www.w3.org/2001/XMLSchema-instance"})),e.title&&this.root.push(new qr("dc:title",e.title)),e.subject&&this.root.push(new qr("dc:subject",e.subject)),e.creator&&this.root.push(new qr("dc:creator",e.creator)),e.keywords&&this.root.push(new qr("cp:keywords",e.keywords)),e.description&&this.root.push(new qr("dc:description",e.description)),e.lastModifiedBy&&this.root.push(new qr("cp:lastModifiedBy",e.lastModifiedBy)),e.revision&&this.root.push(new qr("cp:revision",String(e.revision))),this.root.push(new Nc("dcterms:created")),this.root.push(new Nc("dcterms:modified"))}}class Nc extends S{constructor(e){super(e),this.root.push(new Bs({type:"dcterms:W3CDTF"})),this.root.push((new Date).toISOString())}}class Bc extends F{constructor(){super(...arguments),T(this,"xmlKeys",{xmlns:"xmlns",vt:"xmlns:vt"})}}class Wc extends F{constructor(){super(...arguments),T(this,"xmlKeys",{fmtid:"fmtid",pid:"pid",name:"name"})}}class Rc extends S{constructor(e,t){super("property"),this.root.push(new Wc({fmtid:"{D5CDD505-2E9C-101B-9397-08002B2CF9AE}",pid:e.toString(),name:t.name})),this.root.push(new Pc(t.value))}}class Pc extends S{constructor(e){super("vt:lpwstr"),this.root.push(e)}}class Lc extends S{constructor(e){super("Properties"),T(this,"nextId"),T(this,"properties",[]),this.root.push(new Bc({xmlns:"http://schemas.openxmlformats.org/officeDocument/2006/custom-properties",vt:"http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes"})),this.nextId=2;for(const t of e)this.addCustomProperty(t)}prepForXml(e){return this.properties.forEach((e=>this.root.push(e))),super.prepForXml(e)}addCustomProperty(e){this.properties.push(new Rc(this.nextId++,e))}}class jc extends F{constructor(){super(...arguments),T(this,"xmlKeys",{wpc:"xmlns:wpc",mc:"xmlns:mc",o:"xmlns:o",r:"xmlns:r",m:"xmlns:m",v:"xmlns:v",wp14:"xmlns:wp14",wp:"xmlns:wp",w10:"xmlns:w10",w:"xmlns:w",w14:"xmlns:w14",w15:"xmlns:w15",wpg:"xmlns:wpg",wpi:"xmlns:wpi",wne:"xmlns:wne",wps:"xmlns:wps",cp:"xmlns:cp",dc:"xmlns:dc",dcterms:"xmlns:dcterms",dcmitype:"xmlns:dcmitype",xsi:"xmlns:xsi",type:"xsi:type"})}}let zc=class extends vr{constructor(e,t){super("w:ftr",t),T(this,"refId"),this.refId=e,t||this.root.push(new jc({wpc:"http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas",mc:"http://schemas.openxmlformats.org/markup-compatibility/2006",o:"urn:schemas-microsoft-com:office:office",r:"http://schemas.openxmlformats.org/officeDocument/2006/relationships",m:"http://schemas.openxmlformats.org/officeDocument/2006/math",v:"urn:schemas-microsoft-com:vml",wp14:"http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing",wp:"http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing",w10:"urn:schemas-microsoft-com:office:word",w:"http://schemas.openxmlformats.org/wordprocessingml/2006/main",w14:"http://schemas.microsoft.com/office/word/2010/wordml",w15:"http://schemas.microsoft.com/office/word/2012/wordml",wpg:"http://schemas.microsoft.com/office/word/2010/wordprocessingGroup",wpi:"http://schemas.microsoft.com/office/word/2010/wordprocessingInk",wne:"http://schemas.microsoft.com/office/word/2006/wordml",wps:"http://schemas.microsoft.com/office/word/2010/wordprocessingShape"}))}get ReferenceId(){return this.refId}add(e){this.root.push(e)}};class Mc{constructor(e,t,n){T(this,"footer"),T(this,"relationships"),this.media=e,this.footer=new zc(t,n),this.relationships=new js}add(e){this.footer.add(e)}addChildElement(e){this.footer.addChildElement(e)}get View(){return this.footer}get Relationships(){return this.relationships}get Media(){return this.media}}class qc extends F{constructor(){super(...arguments),T(this,"xmlKeys",{type:"w:type",id:"w:id"})}}class Hc extends S{constructor(){super("w:footnoteRef")}}class Vc extends Ki{constructor(){super({style:"FootnoteReference"}),this.root.push(new Hc)}}const Kc="separator",Gc="continuationSeparator";class Zc extends S{constructor(e){super("w:footnote"),this.root.push(new qc({type:e.type,id:e.id}));for(let t=0;t<e.children.length;t++){const n=e.children[t];0===t&&n.addRunToFront(new Vc),this.root.push(n)}}}class Xc extends S{constructor(){super("w:continuationSeparator")}}class $c extends Ki{constructor(){super({}),this.root.push(new Xc)}}class Yc extends S{constructor(){super("w:separator")}}class Qc extends Ki{constructor(){super({}),this.root.push(new Yc)}}class Jc extends F{constructor(){super(...arguments),T(this,"xmlKeys",{wpc:"xmlns:wpc",mc:"xmlns:mc",o:"xmlns:o",r:"xmlns:r",m:"xmlns:m",v:"xmlns:v",wp14:"xmlns:wp14",wp:"xmlns:wp",w10:"xmlns:w10",w:"xmlns:w",w14:"xmlns:w14",w15:"xmlns:w15",wpg:"xmlns:wpg",wpi:"xmlns:wpi",wne:"xmlns:wne",wps:"xmlns:wps",Ignorable:"mc:Ignorable"})}}class eu extends S{constructor(){super("w:footnotes"),this.root.push(new Jc({wpc:"http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas",mc:"http://schemas.openxmlformats.org/markup-compatibility/2006",o:"urn:schemas-microsoft-com:office:office",r:"http://schemas.openxmlformats.org/officeDocument/2006/relationships",m:"http://schemas.openxmlformats.org/officeDocument/2006/math",v:"urn:schemas-microsoft-com:vml",wp14:"http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing",wp:"http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing",w10:"urn:schemas-microsoft-com:office:word",w:"http://schemas.openxmlformats.org/wordprocessingml/2006/main",w14:"http://schemas.microsoft.com/office/word/2010/wordml",w15:"http://schemas.microsoft.com/office/word/2012/wordml",wpg:"http://schemas.microsoft.com/office/word/2010/wordprocessingGroup",wpi:"http://schemas.microsoft.com/office/word/2010/wordprocessingInk",wne:"http://schemas.microsoft.com/office/word/2006/wordml",wps:"http://schemas.microsoft.com/office/word/2010/wordprocessingShape",Ignorable:"w14 w15 wp14"}));const e=new Zc({id:-1,type:Kc,children:[new Vs({spacing:{after:0,line:240,lineRule:Ua},children:[new Qc]})]});this.root.push(e);const t=new Zc({id:0,type:Gc,children:[new Vs({spacing:{after:0,line:240,lineRule:Ua},children:[new $c]})]});this.root.push(t)}createFootNote(e,t){const n=new Zc({id:e,children:t});this.root.push(n)}}class tu{constructor(){T(this,"footnotess"),T(this,"relationships"),this.footnotess=new eu,this.relationships=new js}get View(){return this.footnotess}get Relationships(){return this.relationships}}class nu extends F{constructor(){super(...arguments),T(this,"xmlKeys",{wpc:"xmlns:wpc",mc:"xmlns:mc",o:"xmlns:o",r:"xmlns:r",m:"xmlns:m",v:"xmlns:v",wp14:"xmlns:wp14",wp:"xmlns:wp",w10:"xmlns:w10",w:"xmlns:w",w14:"xmlns:w14",w15:"xmlns:w15",wpg:"xmlns:wpg",wpi:"xmlns:wpi",wne:"xmlns:wne",wps:"xmlns:wps",cp:"xmlns:cp",dc:"xmlns:dc",dcterms:"xmlns:dcterms",dcmitype:"xmlns:dcmitype",xsi:"xmlns:xsi",type:"xsi:type",cx:"xmlns:cx",cx1:"xmlns:cx1",cx2:"xmlns:cx2",cx3:"xmlns:cx3",cx4:"xmlns:cx4",cx5:"xmlns:cx5",cx6:"xmlns:cx6",cx7:"xmlns:cx7",cx8:"xmlns:cx8",w16cid:"xmlns:w16cid",w16se:"xmlns:w16se"})}}let ru=class extends vr{constructor(e,t){super("w:hdr",t),T(this,"refId"),this.refId=e,t||this.root.push(new nu({wpc:"http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas",mc:"http://schemas.openxmlformats.org/markup-compatibility/2006",o:"urn:schemas-microsoft-com:office:office",r:"http://schemas.openxmlformats.org/officeDocument/2006/relationships",m:"http://schemas.openxmlformats.org/officeDocument/2006/math",v:"urn:schemas-microsoft-com:vml",wp14:"http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing",wp:"http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing",w10:"urn:schemas-microsoft-com:office:word",w:"http://schemas.openxmlformats.org/wordprocessingml/2006/main",w14:"http://schemas.microsoft.com/office/word/2010/wordml",w15:"http://schemas.microsoft.com/office/word/2012/wordml",wpg:"http://schemas.microsoft.com/office/word/2010/wordprocessingGroup",wpi:"http://schemas.microsoft.com/office/word/2010/wordprocessingInk",wne:"http://schemas.microsoft.com/office/word/2006/wordml",wps:"http://schemas.microsoft.com/office/word/2010/wordprocessingShape",cx:"http://schemas.microsoft.com/office/drawing/2014/chartex",cx1:"http://schemas.microsoft.com/office/drawing/2015/9/8/chartex",cx2:"http://schemas.microsoft.com/office/drawing/2015/10/21/chartex",cx3:"http://schemas.microsoft.com/office/drawing/2016/5/9/chartex",cx4:"http://schemas.microsoft.com/office/drawing/2016/5/10/chartex",cx5:"http://schemas.microsoft.com/office/drawing/2016/5/11/chartex",cx6:"http://schemas.microsoft.com/office/drawing/2016/5/12/chartex",cx7:"http://schemas.microsoft.com/office/drawing/2016/5/13/chartex",cx8:"http://schemas.microsoft.com/office/drawing/2016/5/14/chartex",w16cid:"http://schemas.microsoft.com/office/word/2016/wordml/cid",w16se:"http://schemas.microsoft.com/office/word/2015/wordml/symex"}))}get ReferenceId(){return this.refId}add(e){this.root.push(e)}};class iu{constructor(e,t,n){T(this,"header"),T(this,"relationships"),this.media=e,this.header=new ru(t,n),this.relationships=new js}add(e){return this.header.add(e),this}addChildElement(e){this.header.addChildElement(e)}get View(){return this.header}get Relationships(){return this.relationships}get Media(){return this.media}}class ou{constructor(){T(this,"map"),this.map=new Map}addImage(e,t){this.map.set(e,t)}get Array(){return Array.from(this.map.values())}}const au="bullet";class su extends F{constructor(){super(...arguments),T(this,"xmlKeys",{ilvl:"w:ilvl",tentative:"w15:tentative"})}}class cu extends S{constructor(e){super("w:numFmt"),this.root.push(new I({val:e}))}}class uu extends S{constructor(e){super("w:lvlText"),this.root.push(new I({val:e}))}}class lu extends S{constructor(e){super("w:lvlJc"),this.root.push(new I({val:e}))}}class du extends S{constructor(e){super("w:suff"),this.root.push(new I({val:e}))}}class hu extends S{constructor(){super("w:isLgl")}}class fu extends S{constructor({level:e,format:t,text:n,alignment:r=Vr,start:i=1,style:o,suffix:a,isLegalNumberingStyle:s}){if(super("w:lvl"),T(this,"paragraphProperties"),T(this,"runProperties"),this.root.push(new zr("w:start",_r(i))),t&&this.root.push(new cu(t)),a&&this.root.push(new du(a)),s&&this.root.push(new hu),n&&this.root.push(new uu(n)),this.root.push(new lu(r)),this.paragraphProperties=new Hs(o&&o.paragraph),this.runProperties=new Li(o&&o.run),this.root.push(this.paragraphProperties),this.root.push(this.runProperties),e>9)throw new Error("Level cannot be greater than 9. Read more here: https://answers.microsoft.com/en-us/msoffice/forum/all/does-word-support-more-than-9-list-levels/d130fdcd-1781-446d-8c84-c6c79124e4d7");this.root.push(new su({ilvl:_r(e),tentative:1}))}}class pu extends fu{}class gu extends S{constructor(e){super("w:multiLevelType"),this.root.push(new I({val:e}))}}class mu extends F{constructor(){super(...arguments),T(this,"xmlKeys",{abstractNumId:"w:abstractNumId",restartNumberingAfterBreak:"w15:restartNumberingAfterBreak"})}}class yu extends S{constructor(e,t){super("w:abstractNum"),T(this,"id"),this.root.push(new mu({abstractNumId:_r(e),restartNumberingAfterBreak:0})),this.root.push(new gu("hybridMultilevel")),this.id=e;for(const n of t)this.root.push(new pu(n))}}class bu extends S{constructor(e){super("w:abstractNumId"),this.root.push(new I({val:e}))}}class wu extends F{constructor(){super(...arguments),T(this,"xmlKeys",{numId:"w:numId"})}}class xu extends S{constructor(e){if(super("w:num"),T(this,"numId"),T(this,"reference"),T(this,"instance"),this.numId=e.numId,this.reference=e.reference,this.instance=e.instance,this.root.push(new wu({numId:_r(e.numId)})),this.root.push(new bu(_r(e.abstractNumId))),e.overrideLevels&&e.overrideLevels.length)for(const t of e.overrideLevels)this.root.push(new _u(t.num,t.start))}}class vu extends F{constructor(){super(...arguments),T(this,"xmlKeys",{ilvl:"w:ilvl"})}}class _u extends S{constructor(e,t){super("w:lvlOverride"),this.root.push(new vu({ilvl:e})),void 0!==t&&this.root.push(new Tu(t))}}class Du extends F{constructor(){super(...arguments),T(this,"xmlKeys",{val:"w:val"})}}class Tu extends S{constructor(e){super("w:startOverride"),this.root.push(new Du({val:e}))}}class Uu extends S{constructor(e){super("w:numbering"),T(this,"abstractNumberingMap",new Map),T(this,"concreteNumberingMap",new Map),T(this,"referenceConfigMap",new Map),T(this,"abstractNumUniqueNumericId",Qi()),T(this,"concreteNumUniqueNumericId",Qi(1)),this.root.push(new Bs({wpc:"http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas",mc:"http://schemas.openxmlformats.org/markup-compatibility/2006",o:"urn:schemas-microsoft-com:office:office",r:"http://schemas.openxmlformats.org/officeDocument/2006/relationships",m:"http://schemas.openxmlformats.org/officeDocument/2006/math",v:"urn:schemas-microsoft-com:vml",wp14:"http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing",wp:"http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing",w10:"urn:schemas-microsoft-com:office:word",w:"http://schemas.openxmlformats.org/wordprocessingml/2006/main",w14:"http://schemas.microsoft.com/office/word/2010/wordml",w15:"http://schemas.microsoft.com/office/word/2012/wordml",wpg:"http://schemas.microsoft.com/office/word/2010/wordprocessingGroup",wpi:"http://schemas.microsoft.com/office/word/2010/wordprocessingInk",wne:"http://schemas.microsoft.com/office/word/2006/wordml",wps:"http://schemas.microsoft.com/office/word/2010/wordprocessingShape",Ignorable:"w14 w15 wp14"}));const t=new yu(this.abstractNumUniqueNumericId(),[{level:0,format:au,text:"●",alignment:Gr,style:{paragraph:{indent:{left:Yi(.5),hanging:Yi(.25)}}}},{level:1,format:au,text:"○",alignment:Gr,style:{paragraph:{indent:{left:Yi(1),hanging:Yi(.25)}}}},{level:2,format:au,text:"■",alignment:Gr,style:{paragraph:{indent:{left:2160,hanging:Yi(.25)}}}},{level:3,format:au,text:"●",alignment:Gr,style:{paragraph:{indent:{left:2880,hanging:Yi(.25)}}}},{level:4,format:au,text:"○",alignment:Gr,style:{paragraph:{indent:{left:3600,hanging:Yi(.25)}}}},{level:5,format:au,text:"■",alignment:Gr,style:{paragraph:{indent:{left:4320,hanging:Yi(.25)}}}},{level:6,format:au,text:"●",alignment:Gr,style:{paragraph:{indent:{left:5040,hanging:Yi(.25)}}}},{level:7,format:au,text:"●",alignment:Gr,style:{paragraph:{indent:{left:5760,hanging:Yi(.25)}}}},{level:8,format:au,text:"●",alignment:Gr,style:{paragraph:{indent:{left:6480,hanging:Yi(.25)}}}}]);this.concreteNumberingMap.set("default-bullet-numbering",new xu({numId:1,abstractNumId:t.id,reference:"default-bullet-numbering",instance:0,overrideLevels:[{num:0,start:1}]})),this.abstractNumberingMap.set("default-bullet-numbering",t);for(const n of e.config)this.abstractNumberingMap.set(n.reference,new yu(this.abstractNumUniqueNumericId(),n.levels)),this.referenceConfigMap.set(n.reference,n.levels)}prepForXml(e){for(const t of this.abstractNumberingMap.values())this.root.push(t);for(const t of this.concreteNumberingMap.values())this.root.push(t);return super.prepForXml(e)}createConcreteNumberingInstance(e,t){const n=this.abstractNumberingMap.get(e);if(!n)return;const r=`${e}-${t}`;if(this.concreteNumberingMap.has(r))return;const i=this.referenceConfigMap.get(e),o=i&&i[0].start,a={numId:this.concreteNumUniqueNumericId(),abstractNumId:n.id,reference:e,instance:t,overrideLevels:[o&&Number.isInteger(o)?{num:0,start:o}:{num:0,start:1}]};this.concreteNumberingMap.set(r,new xu(a))}get ConcreteNumbering(){return Array.from(this.concreteNumberingMap.values())}get ReferenceConfig(){return Array.from(this.referenceConfigMap.values())}}class Eu extends F{constructor(){super(...arguments),T(this,"xmlKeys",{version:"w:val",name:"w:name",uri:"w:uri"})}}class ku extends S{constructor(e){super("w:compatSetting"),this.root.push(new Eu({version:e,uri:"http://schemas.microsoft.com/office/word",name:"compatibilityMode"}))}}class Su extends S{constructor(e){super("w:compat"),e.version&&this.root.push(new ku(e.version)),e.useSingleBorderforContiguousCells&&this.root.push(new Wr("w:useSingleBorderforContiguousCells",e.useSingleBorderforContiguousCells)),e.wordPerfectJustification&&this.root.push(new Wr("w:wpJustification",e.wordPerfectJustification)),e.noTabStopForHangingIndent&&this.root.push(new Wr("w:noTabHangInd",e.noTabStopForHangingIndent)),e.noLeading&&this.root.push(new Wr("w:noLeading",e.noLeading)),e.spaceForUnderline&&this.root.push(new Wr("w:spaceForUL",e.spaceForUnderline)),e.noColumnBalance&&this.root.push(new Wr("w:noColumnBalance",e.noColumnBalance)),e.balanceSingleByteDoubleByteWidth&&this.root.push(new Wr("w:balanceSingleByteDoubleByteWidth",e.balanceSingleByteDoubleByteWidth)),e.noExtraLineSpacing&&this.root.push(new Wr("w:noExtraLineSpacing",e.noExtraLineSpacing)),e.doNotLeaveBackslashAlone&&this.root.push(new Wr("w:doNotLeaveBackslashAlone",e.doNotLeaveBackslashAlone)),e.underlineTrailingSpaces&&this.root.push(new Wr("w:ulTrailSpace",e.underlineTrailingSpaces)),e.doNotExpandShiftReturn&&this.root.push(new Wr("w:doNotExpandShiftReturn",e.doNotExpandShiftReturn)),e.spacingInWholePoints&&this.root.push(new Wr("w:spacingInWholePoints",e.spacingInWholePoints)),e.lineWrapLikeWord6&&this.root.push(new Wr("w:lineWrapLikeWord6",e.lineWrapLikeWord6)),e.printBodyTextBeforeHeader&&this.root.push(new Wr("w:printBodyTextBeforeHeader",e.printBodyTextBeforeHeader)),e.printColorsBlack&&this.root.push(new Wr("w:printColBlack",e.printColorsBlack)),e.spaceWidth&&this.root.push(new Wr("w:wpSpaceWidth",e.spaceWidth)),e.showBreaksInFrames&&this.root.push(new Wr("w:showBreaksInFrames",e.showBreaksInFrames)),e.subFontBySize&&this.root.push(new Wr("w:subFontBySize",e.subFontBySize)),e.suppressBottomSpacing&&this.root.push(new Wr("w:suppressBottomSpacing",e.suppressBottomSpacing)),e.suppressTopSpacing&&this.root.push(new Wr("w:suppressTopSpacing",e.suppressTopSpacing)),e.suppressSpacingAtTopOfPage&&this.root.push(new Wr("w:suppressSpacingAtTopOfPage",e.suppressSpacingAtTopOfPage)),e.suppressTopSpacingWP&&this.root.push(new Wr("w:suppressTopSpacingWP",e.suppressTopSpacingWP)),e.suppressSpBfAfterPgBrk&&this.root.push(new Wr("w:suppressSpBfAfterPgBrk",e.suppressSpBfAfterPgBrk)),e.swapBordersFacingPages&&this.root.push(new Wr("w:swapBordersFacingPages",e.swapBordersFacingPages)),e.convertMailMergeEsc&&this.root.push(new Wr("w:convMailMergeEsc",e.convertMailMergeEsc)),e.truncateFontHeightsLikeWP6&&this.root.push(new Wr("w:truncateFontHeightsLikeWP6",e.truncateFontHeightsLikeWP6)),e.macWordSmallCaps&&this.root.push(new Wr("w:mwSmallCaps",e.macWordSmallCaps)),e.usePrinterMetrics&&this.root.push(new Wr("w:usePrinterMetrics",e.usePrinterMetrics)),e.doNotSuppressParagraphBorders&&this.root.push(new Wr("w:doNotSuppressParagraphBorders",e.doNotSuppressParagraphBorders)),e.wrapTrailSpaces&&this.root.push(new Wr("w:wrapTrailSpaces",e.wrapTrailSpaces)),e.footnoteLayoutLikeWW8&&this.root.push(new Wr("w:footnoteLayoutLikeWW8",e.footnoteLayoutLikeWW8)),e.shapeLayoutLikeWW8&&this.root.push(new Wr("w:shapeLayoutLikeWW8",e.shapeLayoutLikeWW8)),e.alignTablesRowByRow&&this.root.push(new Wr("w:alignTablesRowByRow",e.alignTablesRowByRow)),e.forgetLastTabAlignment&&this.root.push(new Wr("w:forgetLastTabAlignment",e.forgetLastTabAlignment)),e.adjustLineHeightInTable&&this.root.push(new Wr("w:adjustLineHeightInTable",e.adjustLineHeightInTable)),e.autoSpaceLikeWord95&&this.root.push(new Wr("w:autoSpaceLikeWord95",e.autoSpaceLikeWord95)),e.noSpaceRaiseLower&&this.root.push(new Wr("w:noSpaceRaiseLower",e.noSpaceRaiseLower)),e.doNotUseHTMLParagraphAutoSpacing&&this.root.push(new Wr("w:doNotUseHTMLParagraphAutoSpacing",e.doNotUseHTMLParagraphAutoSpacing)),e.layoutRawTableWidth&&this.root.push(new Wr("w:layoutRawTableWidth",e.layoutRawTableWidth)),e.layoutTableRowsApart&&this.root.push(new Wr("w:layoutTableRowsApart",e.layoutTableRowsApart)),e.useWord97LineBreakRules&&this.root.push(new Wr("w:useWord97LineBreakRules",e.useWord97LineBreakRules)),e.doNotBreakWrappedTables&&this.root.push(new Wr("w:doNotBreakWrappedTables",e.doNotBreakWrappedTables)),e.doNotSnapToGridInCell&&this.root.push(new Wr("w:doNotSnapToGridInCell",e.doNotSnapToGridInCell)),e.selectFieldWithFirstOrLastCharacter&&this.root.push(new Wr("w:selectFldWithFirstOrLastChar",e.selectFieldWithFirstOrLastCharacter)),e.applyBreakingRules&&this.root.push(new Wr("w:applyBreakingRules",e.applyBreakingRules)),e.doNotWrapTextWithPunctuation&&this.root.push(new Wr("w:doNotWrapTextWithPunct",e.doNotWrapTextWithPunctuation)),e.doNotUseEastAsianBreakRules&&this.root.push(new Wr("w:doNotUseEastAsianBreakRules",e.doNotUseEastAsianBreakRules)),e.useWord2002TableStyleRules&&this.root.push(new Wr("w:useWord2002TableStyleRules",e.useWord2002TableStyleRules)),e.growAutofit&&this.root.push(new Wr("w:growAutofit",e.growAutofit)),e.useFELayout&&this.root.push(new Wr("w:useFELayout",e.useFELayout)),e.useNormalStyleForList&&this.root.push(new Wr("w:useNormalStyleForList",e.useNormalStyleForList)),e.doNotUseIndentAsNumberingTabStop&&this.root.push(new Wr("w:doNotUseIndentAsNumberingTabStop",e.doNotUseIndentAsNumberingTabStop)),e.useAlternateEastAsianLineBreakRules&&this.root.push(new Wr("w:useAltKinsokuLineBreakRules",e.useAlternateEastAsianLineBreakRules)),e.allowSpaceOfSameStyleInTable&&this.root.push(new Wr("w:allowSpaceOfSameStyleInTable",e.allowSpaceOfSameStyleInTable)),e.doNotSuppressIndentation&&this.root.push(new Wr("w:doNotSuppressIndentation",e.doNotSuppressIndentation)),e.doNotAutofitConstrainedTables&&this.root.push(new Wr("w:doNotAutofitConstrainedTables",e.doNotAutofitConstrainedTables)),e.autofitToFirstFixedWidthCell&&this.root.push(new Wr("w:autofitToFirstFixedWidthCell",e.autofitToFirstFixedWidthCell)),e.underlineTabInNumberingList&&this.root.push(new Wr("w:underlineTabInNumList",e.underlineTabInNumberingList)),e.displayHangulFixedWidth&&this.root.push(new Wr("w:displayHangulFixedWidth",e.displayHangulFixedWidth)),e.splitPgBreakAndParaMark&&this.root.push(new Wr("w:splitPgBreakAndParaMark",e.splitPgBreakAndParaMark)),e.doNotVerticallyAlignCellWithSp&&this.root.push(new Wr("w:doNotVertAlignCellWithSp",e.doNotVerticallyAlignCellWithSp)),e.doNotBreakConstrainedForcedTable&&this.root.push(new Wr("w:doNotBreakConstrainedForcedTable",e.doNotBreakConstrainedForcedTable)),e.ignoreVerticalAlignmentInTextboxes&&this.root.push(new Wr("w:doNotVertAlignInTxbx",e.ignoreVerticalAlignmentInTextboxes)),e.useAnsiKerningPairs&&this.root.push(new Wr("w:useAnsiKerningPairs",e.useAnsiKerningPairs)),e.cachedColumnBalance&&this.root.push(new Wr("w:cachedColBalance",e.cachedColumnBalance))}}class Au extends F{constructor(){super(...arguments),T(this,"xmlKeys",{wpc:"xmlns:wpc",mc:"xmlns:mc",o:"xmlns:o",r:"xmlns:r",m:"xmlns:m",v:"xmlns:v",wp14:"xmlns:wp14",wp:"xmlns:wp",w10:"xmlns:w10",w:"xmlns:w",w14:"xmlns:w14",w15:"xmlns:w15",wpg:"xmlns:wpg",wpi:"xmlns:wpi",wne:"xmlns:wne",wps:"xmlns:wps",Ignorable:"mc:Ignorable"})}}class Fu extends S{constructor(e){var t,n,r,i;super("w:settings"),this.root.push(new Au({wpc:"http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas",mc:"http://schemas.openxmlformats.org/markup-compatibility/2006",o:"urn:schemas-microsoft-com:office:office",r:"http://schemas.openxmlformats.org/officeDocument/2006/relationships",m:"http://schemas.openxmlformats.org/officeDocument/2006/math",v:"urn:schemas-microsoft-com:vml",wp14:"http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing",wp:"http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing",w10:"urn:schemas-microsoft-com:office:word",w:"http://schemas.openxmlformats.org/wordprocessingml/2006/main",w14:"http://schemas.microsoft.com/office/word/2010/wordml",w15:"http://schemas.microsoft.com/office/word/2012/wordml",wpg:"http://schemas.microsoft.com/office/word/2010/wordprocessingGroup",wpi:"http://schemas.microsoft.com/office/word/2010/wordprocessingInk",wne:"http://schemas.microsoft.com/office/word/2006/wordml",wps:"http://schemas.microsoft.com/office/word/2010/wordprocessingShape",Ignorable:"w14 w15 wp14"})),this.root.push(new Wr("w:displayBackgroundShape",!0)),void 0!==e.trackRevisions&&this.root.push(new Wr("w:trackRevisions",e.trackRevisions)),void 0!==e.evenAndOddHeaders&&this.root.push(new Wr("w:evenAndOddHeaders",e.evenAndOddHeaders)),void 0!==e.updateFields&&this.root.push(new Wr("w:updateFields",e.updateFields)),void 0!==e.defaultTabStop&&this.root.push(new zr("w:defaultTabStop",e.defaultTabStop)),this.root.push(new Su(D(_({},null!=(t=e.compatibility)?t:{}),{version:null!=(i=null!=(r=null==(n=e.compatibility)?void 0:n.version)?r:e.compatibilityModeVersion)?i:15})))}}class Cu extends F{constructor(){super(...arguments),T(this,"xmlKeys",{val:"w:val"})}}class Iu extends S{constructor(e){super("w:name"),this.root.push(new Cu({val:e}))}}class Ou extends S{constructor(e){super("w:uiPriority"),this.root.push(new Cu({val:_r(e)}))}}class Nu extends F{constructor(){super(...arguments),T(this,"xmlKeys",{type:"w:type",styleId:"w:styleId",default:"w:default",customStyle:"w:customStyle"})}}class Bu extends S{constructor(e,t){super("w:style"),this.root.push(new Nu(e)),t.name&&this.root.push(new Iu(t.name)),t.basedOn&&this.root.push(new Lr("w:basedOn",t.basedOn)),t.next&&this.root.push(new Lr("w:next",t.next)),t.link&&this.root.push(new Lr("w:link",t.link)),void 0!==t.uiPriority&&this.root.push(new Ou(t.uiPriority)),void 0!==t.semiHidden&&this.root.push(new Wr("w:semiHidden",t.semiHidden)),void 0!==t.unhideWhenUsed&&this.root.push(new Wr("w:unhideWhenUsed",t.unhideWhenUsed)),void 0!==t.quickFormat&&this.root.push(new Wr("w:qFormat",t.quickFormat))}}class Wu extends Bu{constructor(e){super({type:"paragraph",styleId:e.id},e),T(this,"paragraphProperties"),T(this,"runProperties"),this.paragraphProperties=new Hs(e.paragraph),this.runProperties=new Li(e.run),this.root.push(this.paragraphProperties),this.root.push(this.runProperties)}}class Ru extends Bu{constructor(e){super({type:"character",styleId:e.id},_({uiPriority:99,unhideWhenUsed:!0},e)),T(this,"runProperties"),this.runProperties=new Li(e.run),this.root.push(this.runProperties)}}class Pu extends Wu{constructor(e){super(_({basedOn:"Normal",next:"Normal",quickFormat:!0},e))}}class Lu extends Pu{constructor(e){super(_({id:"Title",name:"Title"},e))}}class ju extends Pu{constructor(e){super(_({id:"Heading1",name:"Heading 1"},e))}}class zu extends Pu{constructor(e){super(_({id:"Heading2",name:"Heading 2"},e))}}class Mu extends Pu{constructor(e){super(_({id:"Heading3",name:"Heading 3"},e))}}class qu extends Pu{constructor(e){super(_({id:"Heading4",name:"Heading 4"},e))}}class Hu extends Pu{constructor(e){super(_({id:"Heading5",name:"Heading 5"},e))}}class Vu extends Pu{constructor(e){super(_({id:"Heading6",name:"Heading 6"},e))}}class Ku extends Pu{constructor(e){super(_({id:"Strong",name:"Strong"},e))}}class Gu extends Wu{constructor(e){super(_({id:"ListParagraph",name:"List Paragraph",basedOn:"Normal",quickFormat:!0},e))}}class Zu extends Wu{constructor(e){super(_({id:"FootnoteText",name:"footnote text",link:"FootnoteTextChar",basedOn:"Normal",uiPriority:99,semiHidden:!0,unhideWhenUsed:!0,paragraph:{spacing:{after:0,line:240,lineRule:Ua}},run:{size:20}},e))}}class Xu extends Ru{constructor(e){super(_({id:"FootnoteReference",name:"footnote reference",basedOn:"DefaultParagraphFont",semiHidden:!0,run:{superScript:!0}},e))}}class $u extends Ru{constructor(e){super(_({id:"FootnoteTextChar",name:"Footnote Text Char",basedOn:"DefaultParagraphFont",link:"FootnoteText",semiHidden:!0,run:{size:20}},e))}}class Yu extends Ru{constructor(e){super(_({id:"Hyperlink",name:"Hyperlink",basedOn:"DefaultParagraphFont",run:{color:"0563C1",underline:{type:Ri}}},e))}}class Qu extends S{constructor(e){if(super("w:styles"),e.initialStyles&&this.root.push(e.initialStyles),e.importedStyles)for(const t of e.importedStyles)this.root.push(t);if(e.paragraphStyles)for(const t of e.paragraphStyles)this.root.push(new Wu(t));if(e.characterStyles)for(const t of e.characterStyles)this.root.push(new Ru(t))}}class Ju extends S{constructor(e){super("w:pPrDefault"),this.root.push(new Hs(e))}}class el extends S{constructor(e){super("w:rPrDefault"),this.root.push(new Li(e))}}class tl extends S{constructor(e){super("w:docDefaults"),T(this,"runPropertiesDefaults"),T(this,"paragraphPropertiesDefaults"),this.runPropertiesDefaults=new el(e.run),this.paragraphPropertiesDefaults=new Ju(e.paragraph),this.root.push(this.runPropertiesDefaults),this.root.push(this.paragraphPropertiesDefaults)}}class nl{newInstance(e){const t=mr.xml2js(e,{compact:!1});let n;for(const i of t.elements||[])"w:styles"===i.name&&(n=i);if(void 0===n)throw new Error("can not find styles element");const r=n.elements||[];return new Qu({initialStyles:new xr(n.attributes),importedStyles:r.map((e=>yr(e)))})}}class rl{newInstance(e={}){var t;return{initialStyles:new Bs({mc:"http://schemas.openxmlformats.org/markup-compatibility/2006",r:"http://schemas.openxmlformats.org/officeDocument/2006/relationships",w:"http://schemas.openxmlformats.org/wordprocessingml/2006/main",w14:"http://schemas.microsoft.com/office/word/2010/wordml",w15:"http://schemas.microsoft.com/office/word/2012/wordml",Ignorable:"w14 w15"}),importedStyles:[new tl(null!=(t=e.document)?t:{}),new Lu(_({run:{size:56}},e.title)),new ju(_({run:{color:"2E74B5",size:32}},e.heading1)),new zu(_({run:{color:"2E74B5",size:26}},e.heading2)),new Mu(_({run:{color:"1F4D78",size:24}},e.heading3)),new qu(_({run:{color:"2E74B5",italics:!0}},e.heading4)),new Hu(_({run:{color:"2E74B5"}},e.heading5)),new Vu(_({run:{color:"1F4D78"}},e.heading6)),new Ku(_({run:{bold:!0}},e.strong)),new Gu(e.listParagraph||{}),new Yu(e.hyperlink||{}),new Xu(e.footnoteReference||{}),new Zu(e.footnoteText||{}),new $u(e.footnoteTextChar||{})]}}}const il=({id:e,fontKey:t,subsetted:n},r)=>new Hr({name:r,attributes:_({id:{key:"r:id",value:e}},t?{fontKey:{key:"w:fontKey",value:`{${t}}`}}:{}),children:[...n?[new Wr("w:subsetted",n)]:[]]}),ol=({name:e,index:t,fontKey:n,characterSet:r})=>(({name:e,altName:t,panose1:n,charset:r,family:i,notTrueType:o,pitch:a,sig:s,embedRegular:c,embedBold:u,embedItalic:l,embedBoldItalic:d})=>new Hr({name:"w:font",attributes:{name:{key:"w:name",value:e}},children:[...t?[jr("w:altName",t)]:[],...n?[jr("w:panose1",n)]:[],...r?[jr("w:charset",r)]:[],...i?[jr("w:family",i)]:[],...o?[new Wr("w:notTrueType",o)]:[],...a?[jr("w:pitch",a)]:[],...s?[new Hr({name:"w:sig",attributes:{usb0:{key:"w:usb0",value:s.usb0},usb1:{key:"w:usb1",value:s.usb1},usb2:{key:"w:usb2",value:s.usb2},usb3:{key:"w:usb3",value:s.usb3},csb0:{key:"w:csb0",value:s.csb0},csb1:{key:"w:csb1",value:s.csb1}}})]:[],...c?[il(c,"w:embedRegular")]:[],...u?[il(u,"w:embedBold")]:[],...l?[il(l,"w:embedItalic")]:[],...d?[il(d,"w:embedBoldItalic")]:[]]}))({name:e,sig:{usb0:"E0002AFF",usb1:"C000247B",usb2:"00000009",usb3:"00000000",csb0:"000001FF",csb1:"00000000"},charset:r,family:"auto",pitch:"variable",embedRegular:{fontKey:n,id:`rId${t}`}});class al{constructor(e){var t;T(this,"fontTable"),T(this,"relationships"),T(this,"fontOptionsWithKey",[]),this.options=e,this.fontOptionsWithKey=e.map((e=>D(_({},e),{fontKey:`${eo(8)}-${eo(4)}-${eo(4)}-${eo(4)}-${eo(12)}`}))),this.fontTable=(t=this.fontOptionsWithKey,new Hr({name:"w:fonts",attributes:{mc:{key:"xmlns:mc",value:"http://schemas.openxmlformats.org/markup-compatibility/2006"},r:{key:"xmlns:r",value:"http://schemas.openxmlformats.org/officeDocument/2006/relationships"},w:{key:"xmlns:w",value:"http://schemas.openxmlformats.org/wordprocessingml/2006/main"},w14:{key:"xmlns:w14",value:"http://schemas.microsoft.com/office/word/2010/wordml"},w15:{key:"xmlns:w15",value:"http://schemas.microsoft.com/office/word/2012/wordml"},w16cex:{key:"xmlns:w16cex",value:"http://schemas.microsoft.com/office/word/2018/wordml/cex"},w16cid:{key:"xmlns:w16cid",value:"http://schemas.microsoft.com/office/word/2016/wordml/cid"},w16:{key:"xmlns:w16",value:"http://schemas.microsoft.com/office/word/2018/wordml"},w16sdtdh:{key:"xmlns:w16sdtdh",value:"http://schemas.microsoft.com/office/word/2020/wordml/sdtdatahash"},w16se:{key:"xmlns:w16se",value:"http://schemas.microsoft.com/office/word/2015/wordml/symex"},Ignorable:{key:"mc:Ignorable",value:"w14 w15 w16se w16cid w16 w16cex w16sdtdh"}},children:t.map(((e,t)=>ol({name:e.name,index:t+1,fontKey:e.fontKey})))})),this.relationships=new js;for(let n=0;n<e.length;n++)this.relationships.createRelationship(n+1,"http://schemas.openxmlformats.org/officeDocument/2006/relationships/font",`fonts/${e[n].name}.odttf`)}get View(){return this.fontTable}get Relationships(){return this.relationships}}class sl{constructor(e){var t,n,r,i,o,a,s,c;if(T(this,"currentRelationshipId",1),T(this,"documentWrapper"),T(this,"headers",[]),T(this,"footers",[]),T(this,"coreProperties"),T(this,"numbering"),T(this,"media"),T(this,"fileRelationships"),T(this,"footnotesWrapper"),T(this,"settings"),T(this,"contentTypes"),T(this,"customProperties"),T(this,"appProperties"),T(this,"styles"),T(this,"comments"),T(this,"fontWrapper"),this.coreProperties=new Oc(D(_({},e),{creator:null!=(t=e.creator)?t:"Un-named",revision:null!=(n=e.revision)?n:1,lastModifiedBy:null!=(r=e.lastModifiedBy)?r:"Un-named"})),this.numbering=new Uu(e.numbering?e.numbering:{config:[]}),this.comments=new ba(null!=(i=e.comments)?i:{children:[]}),this.fileRelationships=new js,this.customProperties=new Lc(null!=(o=e.customProperties)?o:[]),this.appProperties=new Ec,this.footnotesWrapper=new tu,this.contentTypes=new Ic,this.documentWrapper=new zs({background:e.background}),this.settings=new Fu({compatibilityModeVersion:e.compatabilityModeVersion,compatibility:e.compatibility,evenAndOddHeaders:!!e.evenAndOddHeaderAndFooters,trackRevisions:null==(a=e.features)?void 0:a.trackRevisions,updateFields:null==(s=e.features)?void 0:s.updateFields,defaultTabStop:e.defaultTabStop}),this.media=new ou,e.externalStyles){const t=new nl;this.styles=t.newInstance(e.externalStyles)}else if(e.styles){const t=(new rl).newInstance(e.styles.default);this.styles=new Qu(_(_({},t),e.styles))}else{const e=new rl;this.styles=new Qu(e.newInstance())}this.addDefaultRelationships();for(const u of e.sections)this.addSection(u);if(e.footnotes)for(const u in e.footnotes)this.footnotesWrapper.View.createFootNote(parseFloat(u),e.footnotes[u].children);this.fontWrapper=new al(null!=(c=e.fonts)?c:[])}addSection({headers:e={},footers:t={},children:n,properties:r}){this.documentWrapper.View.Body.addSection(D(_({},r),{headerWrapperGroup:{default:e.default?this.createHeader(e.default):void 0,first:e.first?this.createHeader(e.first):void 0,even:e.even?this.createHeader(e.even):void 0},footerWrapperGroup:{default:t.default?this.createFooter(t.default):void 0,first:t.first?this.createFooter(t.first):void 0,even:t.even?this.createFooter(t.even):void 0}}));for(const i of n)this.documentWrapper.View.add(i)}createHeader(e){const t=new iu(this.media,this.currentRelationshipId++);for(const n of e.options.children)t.add(n);return this.addHeaderToDocument(t),t}createFooter(e){const t=new Mc(this.media,this.currentRelationshipId++);for(const n of e.options.children)t.add(n);return this.addFooterToDocument(t),t}addHeaderToDocument(e,t=ts){this.headers.push({header:e,type:t}),this.documentWrapper.Relationships.createRelationship(e.View.ReferenceId,"http://schemas.openxmlformats.org/officeDocument/2006/relationships/header",`header${this.headers.length}.xml`),this.contentTypes.addHeader(this.headers.length)}addFooterToDocument(e,t=ts){this.footers.push({footer:e,type:t}),this.documentWrapper.Relationships.createRelationship(e.View.ReferenceId,"http://schemas.openxmlformats.org/officeDocument/2006/relationships/footer",`footer${this.footers.length}.xml`),this.contentTypes.addFooter(this.footers.length)}addDefaultRelationships(){this.fileRelationships.createRelationship(1,"http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument","word/document.xml"),this.fileRelationships.createRelationship(2,"http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties","docProps/core.xml"),this.fileRelationships.createRelationship(3,"http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties","docProps/app.xml"),this.fileRelationships.createRelationship(4,"http://schemas.openxmlformats.org/officeDocument/2006/relationships/custom-properties","docProps/custom.xml"),this.documentWrapper.Relationships.createRelationship(this.currentRelationshipId++,"http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles","styles.xml"),this.documentWrapper.Relationships.createRelationship(this.currentRelationshipId++,"http://schemas.openxmlformats.org/officeDocument/2006/relationships/numbering","numbering.xml"),this.documentWrapper.Relationships.createRelationship(this.currentRelationshipId++,"http://schemas.openxmlformats.org/officeDocument/2006/relationships/footnotes","footnotes.xml"),this.documentWrapper.Relationships.createRelationship(this.currentRelationshipId++,"http://schemas.openxmlformats.org/officeDocument/2006/relationships/settings","settings.xml"),this.documentWrapper.Relationships.createRelationship(this.currentRelationshipId++,"http://schemas.openxmlformats.org/officeDocument/2006/relationships/comments","comments.xml")}get Document(){return this.documentWrapper}get Styles(){return this.styles}get CoreProperties(){return this.coreProperties}get Numbering(){return this.numbering}get Media(){return this.media}get FileRelationships(){return this.fileRelationships}get Headers(){return this.headers.map((e=>e.header))}get Footers(){return this.footers.map((e=>e.footer))}get ContentTypes(){return this.contentTypes}get CustomProperties(){return this.customProperties}get AppProperties(){return this.appProperties}get FootNotes(){return this.footnotesWrapper}get Settings(){return this.settings}get Comments(){return this.comments}get FontTable(){return this.fontWrapper}}class cl extends S{constructor(){super("w:sdtContent")}}class ul extends S{constructor(e){super("w:sdtPr"),e&&this.root.push(new Lr("w:alias",e))}}class ll{constructor(e={children:[]}){T(this,"options"),this.options=e}}class dl{constructor(e={children:[]}){T(this,"options"),this.options=e}}class hl extends F{constructor(){super(...arguments),T(this,"xmlKeys",{val:"w14:val",symbolfont:"w14:font"})}}class fl extends S{constructor(e,t,n){super(e),n?this.root.push(new hl({val:Ur(t),symbolfont:n})):this.root.push(new hl({val:t}))}}class pl extends S{constructor(e){var t,n,r,i,o,a,s,c;super("w14:checkbox"),T(this,"DEFAULT_UNCHECKED_SYMBOL","2610"),T(this,"DEFAULT_CHECKED_SYMBOL","2612"),T(this,"DEFAULT_FONT","MS Gothic");const u=(null==e?void 0:e.checked)?"1":"0";let l,d;this.root.push(new fl("w14:checked",u)),l=(null==(t=null==e?void 0:e.checkedState)?void 0:t.value)?null==(n=null==e?void 0:e.checkedState)?void 0:n.value:this.DEFAULT_CHECKED_SYMBOL,d=(null==(r=null==e?void 0:e.checkedState)?void 0:r.font)?null==(i=null==e?void 0:e.checkedState)?void 0:i.font:this.DEFAULT_FONT,this.root.push(new fl("w14:checkedState",l,d)),l=(null==(o=null==e?void 0:e.uncheckedState)?void 0:o.value)?null==(a=null==e?void 0:e.uncheckedState)?void 0:a.value:this.DEFAULT_UNCHECKED_SYMBOL,d=(null==(s=null==e?void 0:e.uncheckedState)?void 0:s.font)?null==(c=null==e?void 0:e.uncheckedState)?void 0:c.font:this.DEFAULT_FONT,this.root.push(new fl("w14:uncheckedState",l,d))}}class gl extends S{constructor(e){var t,n,r,i;super("w:sdt"),T(this,"DEFAULT_UNCHECKED_SYMBOL","2610"),T(this,"DEFAULT_CHECKED_SYMBOL","2612"),T(this,"DEFAULT_FONT","MS Gothic");const o=new ul(null==e?void 0:e.alias);o.addChildElement(new pl(e)),this.root.push(o);const a=new cl,s=null==(t=null==e?void 0:e.checkedState)?void 0:t.font,c=null==(n=null==e?void 0:e.checkedState)?void 0:n.value,u=null==(r=null==e?void 0:e.uncheckedState)?void 0:r.font,l=null==(i=null==e?void 0:e.uncheckedState)?void 0:i.value;let d,h;(null==e?void 0:e.checked)?(d=s||this.DEFAULT_FONT,h=c||this.DEFAULT_CHECKED_SYMBOL):(d=u||this.DEFAULT_FONT,h=l||this.DEFAULT_UNCHECKED_SYMBOL);const f=new $i({char:h,symbolfont:d});a.addChildElement(f),this.root.push(a)}}function ml(e){throw new Error('Could not dynamically require "'+e+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var yl={exports:{}};const bl=N(yl.exports=function e(t,n,r){function i(a,s){if(!n[a]){if(!t[a]){if(!s&&ml)return ml(a);if(o)return o(a,!0);var c=new Error("Cannot find module '"+a+"'");throw c.code="MODULE_NOT_FOUND",c}var u=n[a]={exports:{}};t[a][0].call(u.exports,(function(e){return i(t[a][1][e]||e)}),u,u.exports,e,t,n,r)}return n[a].exports}for(var o=ml,a=0;a<r.length;a++)i(r[a]);return i}({1:[function(e,t,n){var r=e("./utils"),i=e("./support"),o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";n.encode=function(e){for(var t,n,i,a,s,c,u,l=[],d=0,h=e.length,f=h,p="string"!==r.getTypeOf(e);d<e.length;)f=h-d,i=p?(t=e[d++],n=d<h?e[d++]:0,d<h?e[d++]:0):(t=e.charCodeAt(d++),n=d<h?e.charCodeAt(d++):0,d<h?e.charCodeAt(d++):0),a=t>>2,s=(3&t)<<4|n>>4,c=1<f?(15&n)<<2|i>>6:64,u=2<f?63&i:64,l.push(o.charAt(a)+o.charAt(s)+o.charAt(c)+o.charAt(u));return l.join("")},n.decode=function(e){var t,n,r,a,s,c,u=0,l=0,d="data:";if(e.substr(0,d.length)===d)throw new Error("Invalid base64 input, it looks like a data url.");var h,f=3*(e=e.replace(/[^A-Za-z0-9+/=]/g,"")).length/4;if(e.charAt(e.length-1)===o.charAt(64)&&f--,e.charAt(e.length-2)===o.charAt(64)&&f--,f%1!=0)throw new Error("Invalid base64 input, bad content length.");for(h=i.uint8array?new Uint8Array(0|f):new Array(0|f);u<e.length;)t=o.indexOf(e.charAt(u++))<<2|(a=o.indexOf(e.charAt(u++)))>>4,n=(15&a)<<4|(s=o.indexOf(e.charAt(u++)))>>2,r=(3&s)<<6|(c=o.indexOf(e.charAt(u++))),h[l++]=t,64!==s&&(h[l++]=n),64!==c&&(h[l++]=r);return h}},{"./support":30,"./utils":32}],2:[function(e,t,n){var r=e("./external"),i=e("./stream/DataWorker"),o=e("./stream/Crc32Probe"),a=e("./stream/DataLengthProbe");function s(e,t,n,r,i){this.compressedSize=e,this.uncompressedSize=t,this.crc32=n,this.compression=r,this.compressedContent=i}s.prototype={getContentWorker:function(){var e=new i(r.Promise.resolve(this.compressedContent)).pipe(this.compression.uncompressWorker()).pipe(new a("data_length")),t=this;return e.on("end",(function(){if(this.streamInfo.data_length!==t.uncompressedSize)throw new Error("Bug : uncompressed data size mismatch")})),e},getCompressedWorker:function(){return new i(r.Promise.resolve(this.compressedContent)).withStreamInfo("compressedSize",this.compressedSize).withStreamInfo("uncompressedSize",this.uncompressedSize).withStreamInfo("crc32",this.crc32).withStreamInfo("compression",this.compression)}},s.createWorkerFrom=function(e,t,n){return e.pipe(new o).pipe(new a("uncompressedSize")).pipe(t.compressWorker(n)).pipe(new a("compressedSize")).withStreamInfo("compression",t)},t.exports=s},{"./external":6,"./stream/Crc32Probe":25,"./stream/DataLengthProbe":26,"./stream/DataWorker":27}],3:[function(e,t,n){var r=e("./stream/GenericWorker");n.STORE={magic:"\0\0",compressWorker:function(){return new r("STORE compression")},uncompressWorker:function(){return new r("STORE decompression")}},n.DEFLATE=e("./flate")},{"./flate":7,"./stream/GenericWorker":28}],4:[function(e,t,n){var r=e("./utils"),i=function(){for(var e,t=[],n=0;n<256;n++){e=n;for(var r=0;r<8;r++)e=1&e?3988292384^e>>>1:e>>>1;t[n]=e}return t}();t.exports=function(e,t){return void 0!==e&&e.length?"string"!==r.getTypeOf(e)?function(e,t,n,r){var o=i,a=r+n;e^=-1;for(var s=r;s<a;s++)e=e>>>8^o[255&(e^t[s])];return-1^e}(0|t,e,e.length,0):function(e,t,n,r){var o=i,a=r+n;e^=-1;for(var s=r;s<a;s++)e=e>>>8^o[255&(e^t.charCodeAt(s))];return-1^e}(0|t,e,e.length,0):0}},{"./utils":32}],5:[function(e,t,n){n.base64=!1,n.binary=!1,n.dir=!1,n.createFolders=!0,n.date=null,n.compression=null,n.compressionOptions=null,n.comment=null,n.unixPermissions=null,n.dosPermissions=null},{}],6:[function(e,t,n){var r=null;r="undefined"!=typeof Promise?Promise:e("lie"),t.exports={Promise:r}},{lie:37}],7:[function(e,t,n){var r="undefined"!=typeof Uint8Array&&"undefined"!=typeof Uint16Array&&"undefined"!=typeof Uint32Array,i=e("pako"),o=e("./utils"),a=e("./stream/GenericWorker"),s=r?"uint8array":"array";function c(e,t){a.call(this,"FlateWorker/"+e),this._pako=null,this._pakoAction=e,this._pakoOptions=t,this.meta={}}n.magic="\b\0",o.inherits(c,a),c.prototype.processChunk=function(e){this.meta=e.meta,null===this._pako&&this._createPako(),this._pako.push(o.transformTo(s,e.data),!1)},c.prototype.flush=function(){a.prototype.flush.call(this),null===this._pako&&this._createPako(),this._pako.push([],!0)},c.prototype.cleanUp=function(){a.prototype.cleanUp.call(this),this._pako=null},c.prototype._createPako=function(){this._pako=new i[this._pakoAction]({raw:!0,level:this._pakoOptions.level||-1});var e=this;this._pako.onData=function(t){e.push({data:t,meta:e.meta})}},n.compressWorker=function(e){return new c("Deflate",e)},n.uncompressWorker=function(){return new c("Inflate",{})}},{"./stream/GenericWorker":28,"./utils":32,pako:38}],8:[function(e,t,n){function r(e,t){var n,r="";for(n=0;n<t;n++)r+=String.fromCharCode(255&e),e>>>=8;return r}function i(e,t,n,i,a,l){var d,h,f=e.file,p=e.compression,g=l!==s.utf8encode,m=o.transformTo("string",l(f.name)),y=o.transformTo("string",s.utf8encode(f.name)),b=f.comment,w=o.transformTo("string",l(b)),x=o.transformTo("string",s.utf8encode(b)),v=y.length!==f.name.length,_=x.length!==b.length,D="",T="",U="",E=f.dir,k=f.date,S={crc32:0,compressedSize:0,uncompressedSize:0};t&&!n||(S.crc32=e.crc32,S.compressedSize=e.compressedSize,S.uncompressedSize=e.uncompressedSize);var A=0;t&&(A|=8),g||!v&&!_||(A|=2048);var F,C,I,O=0,N=0;E&&(O|=16),"UNIX"===a?(N=798,O|=(F=f.unixPermissions,C=E,I=F,F||(I=C?16893:33204),(65535&I)<<16)):(N=20,O|=function(e){return 63&(e||0)}(f.dosPermissions)),d=k.getUTCHours(),d<<=6,d|=k.getUTCMinutes(),d<<=5,d|=k.getUTCSeconds()/2,h=k.getUTCFullYear()-1980,h<<=4,h|=k.getUTCMonth()+1,h<<=5,h|=k.getUTCDate(),v&&(T=r(1,1)+r(c(m),4)+y,D+="up"+r(T.length,2)+T),_&&(U=r(1,1)+r(c(w),4)+x,D+="uc"+r(U.length,2)+U);var B="";return B+="\n\0",B+=r(A,2),B+=p.magic,B+=r(d,2),B+=r(h,2),B+=r(S.crc32,4),B+=r(S.compressedSize,4),B+=r(S.uncompressedSize,4),B+=r(m.length,2),B+=r(D.length,2),{fileRecord:u.LOCAL_FILE_HEADER+B+m+D,dirRecord:u.CENTRAL_FILE_HEADER+r(N,2)+B+r(w.length,2)+"\0\0\0\0"+r(O,4)+r(i,4)+m+D+w}}var o=e("../utils"),a=e("../stream/GenericWorker"),s=e("../utf8"),c=e("../crc32"),u=e("../signature");function l(e,t,n,r){a.call(this,"ZipFileWorker"),this.bytesWritten=0,this.zipComment=t,this.zipPlatform=n,this.encodeFileName=r,this.streamFiles=e,this.accumulate=!1,this.contentBuffer=[],this.dirRecords=[],this.currentSourceOffset=0,this.entriesCount=0,this.currentFile=null,this._sources=[]}o.inherits(l,a),l.prototype.push=function(e){var t=e.meta.percent||0,n=this.entriesCount,r=this._sources.length;this.accumulate?this.contentBuffer.push(e):(this.bytesWritten+=e.data.length,a.prototype.push.call(this,{data:e.data,meta:{currentFile:this.currentFile,percent:n?(t+100*(n-r-1))/n:100}}))},l.prototype.openedSource=function(e){this.currentSourceOffset=this.bytesWritten,this.currentFile=e.file.name;var t=this.streamFiles&&!e.file.dir;if(t){var n=i(e,t,!1,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);this.push({data:n.fileRecord,meta:{percent:0}})}else this.accumulate=!0},l.prototype.closedSource=function(e){this.accumulate=!1;var t,n=this.streamFiles&&!e.file.dir,o=i(e,n,!0,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);if(this.dirRecords.push(o.dirRecord),n)this.push({data:(t=e,u.DATA_DESCRIPTOR+r(t.crc32,4)+r(t.compressedSize,4)+r(t.uncompressedSize,4)),meta:{percent:100}});else for(this.push({data:o.fileRecord,meta:{percent:0}});this.contentBuffer.length;)this.push(this.contentBuffer.shift());this.currentFile=null},l.prototype.flush=function(){for(var e=this.bytesWritten,t=0;t<this.dirRecords.length;t++)this.push({data:this.dirRecords[t],meta:{percent:100}});var n,i,a,s,c,l,d=this.bytesWritten-e,h=(n=this.dirRecords.length,i=d,a=e,s=this.zipComment,c=this.encodeFileName,l=o.transformTo("string",c(s)),u.CENTRAL_DIRECTORY_END+"\0\0\0\0"+r(n,2)+r(n,2)+r(i,4)+r(a,4)+r(l.length,2)+l);this.push({data:h,meta:{percent:100}})},l.prototype.prepareNextSource=function(){this.previous=this._sources.shift(),this.openedSource(this.previous.streamInfo),this.isPaused?this.previous.pause():this.previous.resume()},l.prototype.registerPrevious=function(e){this._sources.push(e);var t=this;return e.on("data",(function(e){t.processChunk(e)})),e.on("end",(function(){t.closedSource(t.previous.streamInfo),t._sources.length?t.prepareNextSource():t.end()})),e.on("error",(function(e){t.error(e)})),this},l.prototype.resume=function(){return!!a.prototype.resume.call(this)&&(!this.previous&&this._sources.length?(this.prepareNextSource(),!0):this.previous||this._sources.length||this.generatedError?void 0:(this.end(),!0))},l.prototype.error=function(e){var t=this._sources;if(!a.prototype.error.call(this,e))return!1;for(var n=0;n<t.length;n++)try{t[n].error(e)}catch(r){}return!0},l.prototype.lock=function(){a.prototype.lock.call(this);for(var e=this._sources,t=0;t<e.length;t++)e[t].lock()},t.exports=l},{"../crc32":4,"../signature":23,"../stream/GenericWorker":28,"../utf8":31,"../utils":32}],9:[function(e,t,n){var r=e("../compressions"),i=e("./ZipFileWorker");n.generateWorker=function(e,t,n){var o=new i(t.streamFiles,n,t.platform,t.encodeFileName),a=0;try{e.forEach((function(e,n){a++;var i=function(e,t){var n=e||t,i=r[n];if(!i)throw new Error(n+" is not a valid compression method !");return i}(n.options.compression,t.compression),s=n.options.compressionOptions||t.compressionOptions||{},c=n.dir,u=n.date;n._compressWorker(i,s).withStreamInfo("file",{name:e,dir:c,date:u,comment:n.comment||"",unixPermissions:n.unixPermissions,dosPermissions:n.dosPermissions}).pipe(o)})),o.entriesCount=a}catch(s){o.error(s)}return o}},{"../compressions":3,"./ZipFileWorker":8}],10:[function(e,t,n){function r(){if(!(this instanceof r))return new r;if(arguments.length)throw new Error("The constructor with parameters has been removed in JSZip 3.0, please check the upgrade guide.");this.files=Object.create(null),this.comment=null,this.root="",this.clone=function(){var e=new r;for(var t in this)"function"!=typeof this[t]&&(e[t]=this[t]);return e}}(r.prototype=e("./object")).loadAsync=e("./load"),r.support=e("./support"),r.defaults=e("./defaults"),r.version="3.10.1",r.loadAsync=function(e,t){return(new r).loadAsync(e,t)},r.external=e("./external"),t.exports=r},{"./defaults":5,"./external":6,"./load":11,"./object":15,"./support":30}],11:[function(e,t,n){var r=e("./utils"),i=e("./external"),o=e("./utf8"),a=e("./zipEntries"),s=e("./stream/Crc32Probe"),c=e("./nodejsUtils");function u(e){return new i.Promise((function(t,n){var r=e.decompressed.getContentWorker().pipe(new s);r.on("error",(function(e){n(e)})).on("end",(function(){r.streamInfo.crc32!==e.decompressed.crc32?n(new Error("Corrupted zip : CRC32 mismatch")):t()})).resume()}))}t.exports=function(e,t){var n=this;return t=r.extend(t||{},{base64:!1,checkCRC32:!1,optimizedBinaryString:!1,createFolders:!1,decodeFileName:o.utf8decode}),c.isNode&&c.isStream(e)?i.Promise.reject(new Error("JSZip can't accept a stream when loading a zip file.")):r.prepareContent("the loaded zip file",e,!0,t.optimizedBinaryString,t.base64).then((function(e){var n=new a(t);return n.load(e),n})).then((function(e){var n=[i.Promise.resolve(e)],r=e.files;if(t.checkCRC32)for(var o=0;o<r.length;o++)n.push(u(r[o]));return i.Promise.all(n)})).then((function(e){for(var i=e.shift(),o=i.files,a=0;a<o.length;a++){var s=o[a],c=s.fileNameStr,u=r.resolve(s.fileNameStr);n.file(u,s.decompressed,{binary:!0,optimizedBinaryString:!0,date:s.date,dir:s.dir,comment:s.fileCommentStr.length?s.fileCommentStr:null,unixPermissions:s.unixPermissions,dosPermissions:s.dosPermissions,createFolders:t.createFolders}),s.dir||(n.file(u).unsafeOriginalName=c)}return i.zipComment.length&&(n.comment=i.zipComment),n}))}},{"./external":6,"./nodejsUtils":14,"./stream/Crc32Probe":25,"./utf8":31,"./utils":32,"./zipEntries":33}],12:[function(e,t,n){var r=e("../utils"),i=e("../stream/GenericWorker");function o(e,t){i.call(this,"Nodejs stream input adapter for "+e),this._upstreamEnded=!1,this._bindStream(t)}r.inherits(o,i),o.prototype._bindStream=function(e){var t=this;(this._stream=e).pause(),e.on("data",(function(e){t.push({data:e,meta:{percent:0}})})).on("error",(function(e){t.isPaused?this.generatedError=e:t.error(e)})).on("end",(function(){t.isPaused?t._upstreamEnded=!0:t.end()}))},o.prototype.pause=function(){return!!i.prototype.pause.call(this)&&(this._stream.pause(),!0)},o.prototype.resume=function(){return!!i.prototype.resume.call(this)&&(this._upstreamEnded?this.end():this._stream.resume(),!0)},t.exports=o},{"../stream/GenericWorker":28,"../utils":32}],13:[function(e,t,n){var r=e("readable-stream").Readable;function i(e,t,n){r.call(this,t),this._helper=e;var i=this;e.on("data",(function(e,t){i.push(e)||i._helper.pause(),n&&n(t)})).on("error",(function(e){i.emit("error",e)})).on("end",(function(){i.push(null)}))}e("../utils").inherits(i,r),i.prototype._read=function(){this._helper.resume()},t.exports=i},{"../utils":32,"readable-stream":16}],14:[function(e,t,n){t.exports={isNode:"undefined"!=typeof Buffer,newBufferFrom:function(e,t){if(Buffer.from&&Buffer.from!==Uint8Array.from)return Buffer.from(e,t);if("number"==typeof e)throw new Error('The "data" argument must not be a number');return new Buffer(e,t)},allocBuffer:function(e){if(Buffer.alloc)return Buffer.alloc(e);var t=new Buffer(e);return t.fill(0),t},isBuffer:function(e){return Buffer.isBuffer(e)},isStream:function(e){return e&&"function"==typeof e.on&&"function"==typeof e.pause&&"function"==typeof e.resume}}},{}],15:[function(e,t,n){function r(e,t,n){var r,i=o.getTypeOf(t),s=o.extend(n||{},c);s.date=s.date||new Date,null!==s.compression&&(s.compression=s.compression.toUpperCase()),"string"==typeof s.unixPermissions&&(s.unixPermissions=parseInt(s.unixPermissions,8)),s.unixPermissions&&16384&s.unixPermissions&&(s.dir=!0),s.dosPermissions&&16&s.dosPermissions&&(s.dir=!0),s.dir&&(e=g(e)),s.createFolders&&(r=p(e))&&m.call(this,r,!0);var d="string"===i&&!1===s.binary&&!1===s.base64;n&&void 0!==n.binary||(s.binary=!d),(t instanceof u&&0===t.uncompressedSize||s.dir||!t||0===t.length)&&(s.base64=!1,s.binary=!0,t="",s.compression="STORE",i="string");var y=null;y=t instanceof u||t instanceof a?t:h.isNode&&h.isStream(t)?new f(e,t):o.prepareContent(e,t,s.binary,s.optimizedBinaryString,s.base64);var b=new l(e,y,s);this.files[e]=b}var i=e("./utf8"),o=e("./utils"),a=e("./stream/GenericWorker"),s=e("./stream/StreamHelper"),c=e("./defaults"),u=e("./compressedObject"),l=e("./zipObject"),d=e("./generate"),h=e("./nodejsUtils"),f=e("./nodejs/NodejsStreamInputAdapter"),p=function(e){"/"===e.slice(-1)&&(e=e.substring(0,e.length-1));var t=e.lastIndexOf("/");return 0<t?e.substring(0,t):""},g=function(e){return"/"!==e.slice(-1)&&(e+="/"),e},m=function(e,t){return t=void 0!==t?t:c.createFolders,e=g(e),this.files[e]||r.call(this,e,null,{dir:!0,createFolders:t}),this.files[e]};function y(e){return"[object RegExp]"===Object.prototype.toString.call(e)}var b={load:function(){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},forEach:function(e){var t,n,r;for(t in this.files)r=this.files[t],(n=t.slice(this.root.length,t.length))&&t.slice(0,this.root.length)===this.root&&e(n,r)},filter:function(e){var t=[];return this.forEach((function(n,r){e(n,r)&&t.push(r)})),t},file:function(e,t,n){if(1!==arguments.length)return e=this.root+e,r.call(this,e,t,n),this;if(y(e)){var i=e;return this.filter((function(e,t){return!t.dir&&i.test(e)}))}var o=this.files[this.root+e];return o&&!o.dir?o:null},folder:function(e){if(!e)return this;if(y(e))return this.filter((function(t,n){return n.dir&&e.test(t)}));var t=this.root+e,n=m.call(this,t),r=this.clone();return r.root=n.name,r},remove:function(e){e=this.root+e;var t=this.files[e];if(t||("/"!==e.slice(-1)&&(e+="/"),t=this.files[e]),t&&!t.dir)delete this.files[e];else for(var n=this.filter((function(t,n){return n.name.slice(0,e.length)===e})),r=0;r<n.length;r++)delete this.files[n[r].name];return this},generate:function(){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},generateInternalStream:function(e){var t,n={};try{if((n=o.extend(e||{},{streamFiles:!1,compression:"STORE",compressionOptions:null,type:"",platform:"DOS",comment:null,mimeType:"application/zip",encodeFileName:i.utf8encode})).type=n.type.toLowerCase(),n.compression=n.compression.toUpperCase(),"binarystring"===n.type&&(n.type="string"),!n.type)throw new Error("No output type specified.");o.checkSupport(n.type),"darwin"!==n.platform&&"freebsd"!==n.platform&&"linux"!==n.platform&&"sunos"!==n.platform||(n.platform="UNIX"),"win32"===n.platform&&(n.platform="DOS");var r=n.comment||this.comment||"";t=d.generateWorker(this,n,r)}catch(c){(t=new a("error")).error(c)}return new s(t,n.type||"string",n.mimeType)},generateAsync:function(e,t){return this.generateInternalStream(e).accumulate(t)},generateNodeStream:function(e,t){return(e=e||{}).type||(e.type="nodebuffer"),this.generateInternalStream(e).toNodejsStream(t)}};t.exports=b},{"./compressedObject":2,"./defaults":5,"./generate":9,"./nodejs/NodejsStreamInputAdapter":12,"./nodejsUtils":14,"./stream/GenericWorker":28,"./stream/StreamHelper":29,"./utf8":31,"./utils":32,"./zipObject":35}],16:[function(e,t,n){t.exports=e("stream")},{stream:void 0}],17:[function(e,t,n){var r=e("./DataReader");function i(e){r.call(this,e);for(var t=0;t<this.data.length;t++)e[t]=255&e[t]}e("../utils").inherits(i,r),i.prototype.byteAt=function(e){return this.data[this.zero+e]},i.prototype.lastIndexOfSignature=function(e){for(var t=e.charCodeAt(0),n=e.charCodeAt(1),r=e.charCodeAt(2),i=e.charCodeAt(3),o=this.length-4;0<=o;--o)if(this.data[o]===t&&this.data[o+1]===n&&this.data[o+2]===r&&this.data[o+3]===i)return o-this.zero;return-1},i.prototype.readAndCheckSignature=function(e){var t=e.charCodeAt(0),n=e.charCodeAt(1),r=e.charCodeAt(2),i=e.charCodeAt(3),o=this.readData(4);return t===o[0]&&n===o[1]&&r===o[2]&&i===o[3]},i.prototype.readData=function(e){if(this.checkOffset(e),0===e)return[];var t=this.data.slice(this.zero+this.index,this.zero+this.index+e);return this.index+=e,t},t.exports=i},{"../utils":32,"./DataReader":18}],18:[function(e,t,n){var r=e("../utils");function i(e){this.data=e,this.length=e.length,this.index=0,this.zero=0}i.prototype={checkOffset:function(e){this.checkIndex(this.index+e)},checkIndex:function(e){if(this.length<this.zero+e||e<0)throw new Error("End of data reached (data length = "+this.length+", asked index = "+e+"). Corrupted zip ?")},setIndex:function(e){this.checkIndex(e),this.index=e},skip:function(e){this.setIndex(this.index+e)},byteAt:function(){},readInt:function(e){var t,n=0;for(this.checkOffset(e),t=this.index+e-1;t>=this.index;t--)n=(n<<8)+this.byteAt(t);return this.index+=e,n},readString:function(e){return r.transformTo("string",this.readData(e))},readData:function(){},lastIndexOfSignature:function(){},readAndCheckSignature:function(){},readDate:function(){var e=this.readInt(4);return new Date(Date.UTC(1980+(e>>25&127),(e>>21&15)-1,e>>16&31,e>>11&31,e>>5&63,(31&e)<<1))}},t.exports=i},{"../utils":32}],19:[function(e,t,n){var r=e("./Uint8ArrayReader");function i(e){r.call(this,e)}e("../utils").inherits(i,r),i.prototype.readData=function(e){this.checkOffset(e);var t=this.data.slice(this.zero+this.index,this.zero+this.index+e);return this.index+=e,t},t.exports=i},{"../utils":32,"./Uint8ArrayReader":21}],20:[function(e,t,n){var r=e("./DataReader");function i(e){r.call(this,e)}e("../utils").inherits(i,r),i.prototype.byteAt=function(e){return this.data.charCodeAt(this.zero+e)},i.prototype.lastIndexOfSignature=function(e){return this.data.lastIndexOf(e)-this.zero},i.prototype.readAndCheckSignature=function(e){return e===this.readData(4)},i.prototype.readData=function(e){this.checkOffset(e);var t=this.data.slice(this.zero+this.index,this.zero+this.index+e);return this.index+=e,t},t.exports=i},{"../utils":32,"./DataReader":18}],21:[function(e,t,n){var r=e("./ArrayReader");function i(e){r.call(this,e)}e("../utils").inherits(i,r),i.prototype.readData=function(e){if(this.checkOffset(e),0===e)return new Uint8Array(0);var t=this.data.subarray(this.zero+this.index,this.zero+this.index+e);return this.index+=e,t},t.exports=i},{"../utils":32,"./ArrayReader":17}],22:[function(e,t,n){var r=e("../utils"),i=e("../support"),o=e("./ArrayReader"),a=e("./StringReader"),s=e("./NodeBufferReader"),c=e("./Uint8ArrayReader");t.exports=function(e){var t=r.getTypeOf(e);return r.checkSupport(t),"string"!==t||i.uint8array?"nodebuffer"===t?new s(e):i.uint8array?new c(r.transformTo("uint8array",e)):new o(r.transformTo("array",e)):new a(e)}},{"../support":30,"../utils":32,"./ArrayReader":17,"./NodeBufferReader":19,"./StringReader":20,"./Uint8ArrayReader":21}],23:[function(e,t,n){n.LOCAL_FILE_HEADER="PK",n.CENTRAL_FILE_HEADER="PK",n.CENTRAL_DIRECTORY_END="PK",n.ZIP64_CENTRAL_DIRECTORY_LOCATOR="PK",n.ZIP64_CENTRAL_DIRECTORY_END="PK",n.DATA_DESCRIPTOR="PK\b"},{}],24:[function(e,t,n){var r=e("./GenericWorker"),i=e("../utils");function o(e){r.call(this,"ConvertWorker to "+e),this.destType=e}i.inherits(o,r),o.prototype.processChunk=function(e){this.push({data:i.transformTo(this.destType,e.data),meta:e.meta})},t.exports=o},{"../utils":32,"./GenericWorker":28}],25:[function(e,t,n){var r=e("./GenericWorker"),i=e("../crc32");function o(){r.call(this,"Crc32Probe"),this.withStreamInfo("crc32",0)}e("../utils").inherits(o,r),o.prototype.processChunk=function(e){this.streamInfo.crc32=i(e.data,this.streamInfo.crc32||0),this.push(e)},t.exports=o},{"../crc32":4,"../utils":32,"./GenericWorker":28}],26:[function(e,t,n){var r=e("../utils"),i=e("./GenericWorker");function o(e){i.call(this,"DataLengthProbe for "+e),this.propName=e,this.withStreamInfo(e,0)}r.inherits(o,i),o.prototype.processChunk=function(e){if(e){var t=this.streamInfo[this.propName]||0;this.streamInfo[this.propName]=t+e.data.length}i.prototype.processChunk.call(this,e)},t.exports=o},{"../utils":32,"./GenericWorker":28}],27:[function(e,t,n){var r=e("../utils"),i=e("./GenericWorker");function o(e){i.call(this,"DataWorker");var t=this;this.dataIsReady=!1,this.index=0,this.max=0,this.data=null,this.type="",this._tickScheduled=!1,e.then((function(e){t.dataIsReady=!0,t.data=e,t.max=e&&e.length||0,t.type=r.getTypeOf(e),t.isPaused||t._tickAndRepeat()}),(function(e){t.error(e)}))}r.inherits(o,i),o.prototype.cleanUp=function(){i.prototype.cleanUp.call(this),this.data=null},o.prototype.resume=function(){return!!i.prototype.resume.call(this)&&(!this._tickScheduled&&this.dataIsReady&&(this._tickScheduled=!0,r.delay(this._tickAndRepeat,[],this)),!0)},o.prototype._tickAndRepeat=function(){this._tickScheduled=!1,this.isPaused||this.isFinished||(this._tick(),this.isFinished||(r.delay(this._tickAndRepeat,[],this),this._tickScheduled=!0))},o.prototype._tick=function(){if(this.isPaused||this.isFinished)return!1;var e=null,t=Math.min(this.max,this.index+16384);if(this.index>=this.max)return this.end();switch(this.type){case"string":e=this.data.substring(this.index,t);break;case"uint8array":e=this.data.subarray(this.index,t);break;case"array":case"nodebuffer":e=this.data.slice(this.index,t)}return this.index=t,this.push({data:e,meta:{percent:this.max?this.index/this.max*100:0}})},t.exports=o},{"../utils":32,"./GenericWorker":28}],28:[function(e,t,n){function r(e){this.name=e||"default",this.streamInfo={},this.generatedError=null,this.extraStreamInfo={},this.isPaused=!0,this.isFinished=!1,this.isLocked=!1,this._listeners={data:[],end:[],error:[]},this.previous=null}r.prototype={push:function(e){this.emit("data",e)},end:function(){if(this.isFinished)return!1;this.flush();try{this.emit("end"),this.cleanUp(),this.isFinished=!0}catch(e){this.emit("error",e)}return!0},error:function(e){return!this.isFinished&&(this.isPaused?this.generatedError=e:(this.isFinished=!0,this.emit("error",e),this.previous&&this.previous.error(e),this.cleanUp()),!0)},on:function(e,t){return this._listeners[e].push(t),this},cleanUp:function(){this.streamInfo=this.generatedError=this.extraStreamInfo=null,this._listeners=[]},emit:function(e,t){if(this._listeners[e])for(var n=0;n<this._listeners[e].length;n++)this._listeners[e][n].call(this,t)},pipe:function(e){return e.registerPrevious(this)},registerPrevious:function(e){if(this.isLocked)throw new Error("The stream '"+this+"' has already been used.");this.streamInfo=e.streamInfo,this.mergeStreamInfo(),this.previous=e;var t=this;return e.on("data",(function(e){t.processChunk(e)})),e.on("end",(function(){t.end()})),e.on("error",(function(e){t.error(e)})),this},pause:function(){return!this.isPaused&&!this.isFinished&&(this.isPaused=!0,this.previous&&this.previous.pause(),!0)},resume:function(){if(!this.isPaused||this.isFinished)return!1;var e=this.isPaused=!1;return this.generatedError&&(this.error(this.generatedError),e=!0),this.previous&&this.previous.resume(),!e},flush:function(){},processChunk:function(e){this.push(e)},withStreamInfo:function(e,t){return this.extraStreamInfo[e]=t,this.mergeStreamInfo(),this},mergeStreamInfo:function(){for(var e in this.extraStreamInfo)Object.prototype.hasOwnProperty.call(this.extraStreamInfo,e)&&(this.streamInfo[e]=this.extraStreamInfo[e])},lock:function(){if(this.isLocked)throw new Error("The stream '"+this+"' has already been used.");this.isLocked=!0,this.previous&&this.previous.lock()},toString:function(){var e="Worker "+this.name;return this.previous?this.previous+" -> "+e:e}},t.exports=r},{}],29:[function(e,t,n){var r=e("../utils"),i=e("./ConvertWorker"),o=e("./GenericWorker"),a=e("../base64"),s=e("../support"),c=e("../external"),u=null;if(s.nodestream)try{u=e("../nodejs/NodejsStreamOutputAdapter")}catch(h){}function l(e,t){return new c.Promise((function(n,i){var o=[],s=e._internalType,c=e._outputType,u=e._mimeType;e.on("data",(function(e,n){o.push(e),t&&t(n)})).on("error",(function(e){o=[],i(e)})).on("end",(function(){try{var e=function(e,t,n){switch(e){case"blob":return r.newBlob(r.transformTo("arraybuffer",t),n);case"base64":return a.encode(t);default:return r.transformTo(e,t)}}(c,function(e,t){var n,r=0,i=null,o=0;for(n=0;n<t.length;n++)o+=t[n].length;switch(e){case"string":return t.join("");case"array":return Array.prototype.concat.apply([],t);case"uint8array":for(i=new Uint8Array(o),n=0;n<t.length;n++)i.set(t[n],r),r+=t[n].length;return i;case"nodebuffer":return Buffer.concat(t);default:throw new Error("concat : unsupported type '"+e+"'")}}(s,o),u);n(e)}catch(t){i(t)}o=[]})).resume()}))}function d(e,t,n){var a=t;switch(t){case"blob":case"arraybuffer":a="uint8array";break;case"base64":a="string"}try{this._internalType=a,this._outputType=t,this._mimeType=n,r.checkSupport(a),this._worker=e.pipe(new i(a)),e.lock()}catch(s){this._worker=new o("error"),this._worker.error(s)}}d.prototype={accumulate:function(e){return l(this,e)},on:function(e,t){var n=this;return"data"===e?this._worker.on(e,(function(e){t.call(n,e.data,e.meta)})):this._worker.on(e,(function(){r.delay(t,arguments,n)})),this},resume:function(){return r.delay(this._worker.resume,[],this._worker),this},pause:function(){return this._worker.pause(),this},toNodejsStream:function(e){if(r.checkSupport("nodestream"),"nodebuffer"!==this._outputType)throw new Error(this._outputType+" is not supported by this method");return new u(this,{objectMode:"nodebuffer"!==this._outputType},e)}},t.exports=d},{"../base64":1,"../external":6,"../nodejs/NodejsStreamOutputAdapter":13,"../support":30,"../utils":32,"./ConvertWorker":24,"./GenericWorker":28}],30:[function(e,t,n){if(n.base64=!0,n.array=!0,n.string=!0,n.arraybuffer="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof Uint8Array,n.nodebuffer="undefined"!=typeof Buffer,n.uint8array="undefined"!=typeof Uint8Array,"undefined"==typeof ArrayBuffer)n.blob=!1;else{var r=new ArrayBuffer(0);try{n.blob=0===new Blob([r],{type:"application/zip"}).size}catch(o){try{var i=new(self.BlobBuilder||self.WebKitBlobBuilder||self.MozBlobBuilder||self.MSBlobBuilder);i.append(r),n.blob=0===i.getBlob("application/zip").size}catch(a){n.blob=!1}}}try{n.nodestream=!!e("readable-stream").Readable}catch(o){n.nodestream=!1}},{"readable-stream":16}],31:[function(e,t,n){for(var r=e("./utils"),i=e("./support"),o=e("./nodejsUtils"),a=e("./stream/GenericWorker"),s=new Array(256),c=0;c<256;c++)s[c]=252<=c?6:248<=c?5:240<=c?4:224<=c?3:192<=c?2:1;function u(){a.call(this,"utf-8 decode"),this.leftOver=null}function l(){a.call(this,"utf-8 encode")}s[254]=s[254]=1,n.utf8encode=function(e){return i.nodebuffer?o.newBufferFrom(e,"utf-8"):function(e){var t,n,r,o,a,s=e.length,c=0;for(o=0;o<s;o++)55296==(64512&(n=e.charCodeAt(o)))&&o+1<s&&56320==(64512&(r=e.charCodeAt(o+1)))&&(n=65536+(n-55296<<10)+(r-56320),o++),c+=n<128?1:n<2048?2:n<65536?3:4;for(t=i.uint8array?new Uint8Array(c):new Array(c),o=a=0;a<c;o++)55296==(64512&(n=e.charCodeAt(o)))&&o+1<s&&56320==(64512&(r=e.charCodeAt(o+1)))&&(n=65536+(n-55296<<10)+(r-56320),o++),n<128?t[a++]=n:(n<2048?t[a++]=192|n>>>6:(n<65536?t[a++]=224|n>>>12:(t[a++]=240|n>>>18,t[a++]=128|n>>>12&63),t[a++]=128|n>>>6&63),t[a++]=128|63&n);return t}(e)},n.utf8decode=function(e){return i.nodebuffer?r.transformTo("nodebuffer",e).toString("utf-8"):function(e){var t,n,i,o,a=e.length,c=new Array(2*a);for(t=n=0;t<a;)if((i=e[t++])<128)c[n++]=i;else if(4<(o=s[i]))c[n++]=65533,t+=o-1;else{for(i&=2===o?31:3===o?15:7;1<o&&t<a;)i=i<<6|63&e[t++],o--;1<o?c[n++]=65533:i<65536?c[n++]=i:(i-=65536,c[n++]=55296|i>>10&1023,c[n++]=56320|1023&i)}return c.length!==n&&(c.subarray?c=c.subarray(0,n):c.length=n),r.applyFromCharCode(c)}(e=r.transformTo(i.uint8array?"uint8array":"array",e))},r.inherits(u,a),u.prototype.processChunk=function(e){var t=r.transformTo(i.uint8array?"uint8array":"array",e.data);if(this.leftOver&&this.leftOver.length){if(i.uint8array){var o=t;(t=new Uint8Array(o.length+this.leftOver.length)).set(this.leftOver,0),t.set(o,this.leftOver.length)}else t=this.leftOver.concat(t);this.leftOver=null}var a=function(e,t){var n;for((t=t||e.length)>e.length&&(t=e.length),n=t-1;0<=n&&128==(192&e[n]);)n--;return n<0||0===n?t:n+s[e[n]]>t?n:t}(t),c=t;a!==t.length&&(i.uint8array?(c=t.subarray(0,a),this.leftOver=t.subarray(a,t.length)):(c=t.slice(0,a),this.leftOver=t.slice(a,t.length))),this.push({data:n.utf8decode(c),meta:e.meta})},u.prototype.flush=function(){this.leftOver&&this.leftOver.length&&(this.push({data:n.utf8decode(this.leftOver),meta:{}}),this.leftOver=null)},n.Utf8DecodeWorker=u,r.inherits(l,a),l.prototype.processChunk=function(e){this.push({data:n.utf8encode(e.data),meta:e.meta})},n.Utf8EncodeWorker=l},{"./nodejsUtils":14,"./stream/GenericWorker":28,"./support":30,"./utils":32}],32:[function(e,t,n){var r=e("./support"),i=e("./base64"),o=e("./nodejsUtils"),a=e("./external");function s(e){return e}function c(e,t){for(var n=0;n<e.length;++n)t[n]=255&e.charCodeAt(n);return t}e("setimmediate"),n.newBlob=function(e,t){n.checkSupport("blob");try{return new Blob([e],{type:t})}catch(i){try{var r=new(self.BlobBuilder||self.WebKitBlobBuilder||self.MozBlobBuilder||self.MSBlobBuilder);return r.append(e),r.getBlob(t)}catch(o){throw new Error("Bug : can't construct the Blob.")}}};var u={stringifyByChunk:function(e,t,n){var r=[],i=0,o=e.length;if(o<=n)return String.fromCharCode.apply(null,e);for(;i<o;)"array"===t||"nodebuffer"===t?r.push(String.fromCharCode.apply(null,e.slice(i,Math.min(i+n,o)))):r.push(String.fromCharCode.apply(null,e.subarray(i,Math.min(i+n,o)))),i+=n;return r.join("")},stringifyByChar:function(e){for(var t="",n=0;n<e.length;n++)t+=String.fromCharCode(e[n]);return t},applyCanBeUsed:{uint8array:function(){try{return r.uint8array&&1===String.fromCharCode.apply(null,new Uint8Array(1)).length}catch(e){return!1}}(),nodebuffer:function(){try{return r.nodebuffer&&1===String.fromCharCode.apply(null,o.allocBuffer(1)).length}catch(e){return!1}}()}};function l(e){var t=65536,r=n.getTypeOf(e),i=!0;if("uint8array"===r?i=u.applyCanBeUsed.uint8array:"nodebuffer"===r&&(i=u.applyCanBeUsed.nodebuffer),i)for(;1<t;)try{return u.stringifyByChunk(e,r,t)}catch(o){t=Math.floor(t/2)}return u.stringifyByChar(e)}function d(e,t){for(var n=0;n<e.length;n++)t[n]=e[n];return t}n.applyFromCharCode=l;var h={};h.string={string:s,array:function(e){return c(e,new Array(e.length))},arraybuffer:function(e){return h.string.uint8array(e).buffer},uint8array:function(e){return c(e,new Uint8Array(e.length))},nodebuffer:function(e){return c(e,o.allocBuffer(e.length))}},h.array={string:l,array:s,arraybuffer:function(e){return new Uint8Array(e).buffer},uint8array:function(e){return new Uint8Array(e)},nodebuffer:function(e){return o.newBufferFrom(e)}},h.arraybuffer={string:function(e){return l(new Uint8Array(e))},array:function(e){return d(new Uint8Array(e),new Array(e.byteLength))},arraybuffer:s,uint8array:function(e){return new Uint8Array(e)},nodebuffer:function(e){return o.newBufferFrom(new Uint8Array(e))}},h.uint8array={string:l,array:function(e){return d(e,new Array(e.length))},arraybuffer:function(e){return e.buffer},uint8array:s,nodebuffer:function(e){return o.newBufferFrom(e)}},h.nodebuffer={string:l,array:function(e){return d(e,new Array(e.length))},arraybuffer:function(e){return h.nodebuffer.uint8array(e).buffer},uint8array:function(e){return d(e,new Uint8Array(e.length))},nodebuffer:s},n.transformTo=function(e,t){if(t=t||"",!e)return t;n.checkSupport(e);var r=n.getTypeOf(t);return h[r][e](t)},n.resolve=function(e){for(var t=e.split("/"),n=[],r=0;r<t.length;r++){var i=t[r];"."===i||""===i&&0!==r&&r!==t.length-1||(".."===i?n.pop():n.push(i))}return n.join("/")},n.getTypeOf=function(e){return"string"==typeof e?"string":"[object Array]"===Object.prototype.toString.call(e)?"array":r.nodebuffer&&o.isBuffer(e)?"nodebuffer":r.uint8array&&e instanceof Uint8Array?"uint8array":r.arraybuffer&&e instanceof ArrayBuffer?"arraybuffer":void 0},n.checkSupport=function(e){if(!r[e.toLowerCase()])throw new Error(e+" is not supported by this platform")},n.MAX_VALUE_16BITS=65535,n.MAX_VALUE_32BITS=-1,n.pretty=function(e){var t,n,r="";for(n=0;n<(e||"").length;n++)r+="\\x"+((t=e.charCodeAt(n))<16?"0":"")+t.toString(16).toUpperCase();return r},n.delay=function(e,t,n){setImmediate((function(){e.apply(n||null,t||[])}))},n.inherits=function(e,t){function n(){}n.prototype=t.prototype,e.prototype=new n},n.extend=function(){var e,t,n={};for(e=0;e<arguments.length;e++)for(t in arguments[e])Object.prototype.hasOwnProperty.call(arguments[e],t)&&void 0===n[t]&&(n[t]=arguments[e][t]);return n},n.prepareContent=function(e,t,o,s,u){return a.Promise.resolve(t).then((function(e){return r.blob&&(e instanceof Blob||-1!==["[object File]","[object Blob]"].indexOf(Object.prototype.toString.call(e)))&&"undefined"!=typeof FileReader?new a.Promise((function(t,n){var r=new FileReader;r.onload=function(e){t(e.target.result)},r.onerror=function(e){n(e.target.error)},r.readAsArrayBuffer(e)})):e})).then((function(t){var l,d=n.getTypeOf(t);return d?("arraybuffer"===d?t=n.transformTo("uint8array",t):"string"===d&&(u?t=i.decode(t):o&&!0!==s&&(t=c(l=t,r.uint8array?new Uint8Array(l.length):new Array(l.length)))),t):a.Promise.reject(new Error("Can't read the data of '"+e+"'. Is it in a supported JavaScript type (String, Blob, ArrayBuffer, etc) ?"))}))}},{"./base64":1,"./external":6,"./nodejsUtils":14,"./support":30,setimmediate:54}],33:[function(e,t,n){var r=e("./reader/readerFor"),i=e("./utils"),o=e("./signature"),a=e("./zipEntry"),s=e("./support");function c(e){this.files=[],this.loadOptions=e}c.prototype={checkSignature:function(e){if(!this.reader.readAndCheckSignature(e)){this.reader.index-=4;var t=this.reader.readString(4);throw new Error("Corrupted zip or bug: unexpected signature ("+i.pretty(t)+", expected "+i.pretty(e)+")")}},isSignature:function(e,t){var n=this.reader.index;this.reader.setIndex(e);var r=this.reader.readString(4)===t;return this.reader.setIndex(n),r},readBlockEndOfCentral:function(){this.diskNumber=this.reader.readInt(2),this.diskWithCentralDirStart=this.reader.readInt(2),this.centralDirRecordsOnThisDisk=this.reader.readInt(2),this.centralDirRecords=this.reader.readInt(2),this.centralDirSize=this.reader.readInt(4),this.centralDirOffset=this.reader.readInt(4),this.zipCommentLength=this.reader.readInt(2);var e=this.reader.readData(this.zipCommentLength),t=s.uint8array?"uint8array":"array",n=i.transformTo(t,e);this.zipComment=this.loadOptions.decodeFileName(n)},readBlockZip64EndOfCentral:function(){this.zip64EndOfCentralSize=this.reader.readInt(8),this.reader.skip(4),this.diskNumber=this.reader.readInt(4),this.diskWithCentralDirStart=this.reader.readInt(4),this.centralDirRecordsOnThisDisk=this.reader.readInt(8),this.centralDirRecords=this.reader.readInt(8),this.centralDirSize=this.reader.readInt(8),this.centralDirOffset=this.reader.readInt(8),this.zip64ExtensibleData={};for(var e,t,n,r=this.zip64EndOfCentralSize-44;0<r;)e=this.reader.readInt(2),t=this.reader.readInt(4),n=this.reader.readData(t),this.zip64ExtensibleData[e]={id:e,length:t,value:n}},readBlockZip64EndOfCentralLocator:function(){if(this.diskWithZip64CentralDirStart=this.reader.readInt(4),this.relativeOffsetEndOfZip64CentralDir=this.reader.readInt(8),this.disksCount=this.reader.readInt(4),1<this.disksCount)throw new Error("Multi-volumes zip are not supported")},readLocalFiles:function(){var e,t;for(e=0;e<this.files.length;e++)t=this.files[e],this.reader.setIndex(t.localHeaderOffset),this.checkSignature(o.LOCAL_FILE_HEADER),t.readLocalPart(this.reader),t.handleUTF8(),t.processAttributes()},readCentralDir:function(){var e;for(this.reader.setIndex(this.centralDirOffset);this.reader.readAndCheckSignature(o.CENTRAL_FILE_HEADER);)(e=new a({zip64:this.zip64},this.loadOptions)).readCentralPart(this.reader),this.files.push(e);if(this.centralDirRecords!==this.files.length&&0!==this.centralDirRecords&&0===this.files.length)throw new Error("Corrupted zip or bug: expected "+this.centralDirRecords+" records in central dir, got "+this.files.length)},readEndOfCentral:function(){var e=this.reader.lastIndexOfSignature(o.CENTRAL_DIRECTORY_END);if(e<0)throw this.isSignature(0,o.LOCAL_FILE_HEADER)?new Error("Corrupted zip: can't find end of central directory"):new Error("Can't find end of central directory : is this a zip file ? If it is, see https://stuk.github.io/jszip/documentation/howto/read_zip.html");this.reader.setIndex(e);var t=e;if(this.checkSignature(o.CENTRAL_DIRECTORY_END),this.readBlockEndOfCentral(),this.diskNumber===i.MAX_VALUE_16BITS||this.diskWithCentralDirStart===i.MAX_VALUE_16BITS||this.centralDirRecordsOnThisDisk===i.MAX_VALUE_16BITS||this.centralDirRecords===i.MAX_VALUE_16BITS||this.centralDirSize===i.MAX_VALUE_32BITS||this.centralDirOffset===i.MAX_VALUE_32BITS){if(this.zip64=!0,(e=this.reader.lastIndexOfSignature(o.ZIP64_CENTRAL_DIRECTORY_LOCATOR))<0)throw new Error("Corrupted zip: can't find the ZIP64 end of central directory locator");if(this.reader.setIndex(e),this.checkSignature(o.ZIP64_CENTRAL_DIRECTORY_LOCATOR),this.readBlockZip64EndOfCentralLocator(),!this.isSignature(this.relativeOffsetEndOfZip64CentralDir,o.ZIP64_CENTRAL_DIRECTORY_END)&&(this.relativeOffsetEndOfZip64CentralDir=this.reader.lastIndexOfSignature(o.ZIP64_CENTRAL_DIRECTORY_END),this.relativeOffsetEndOfZip64CentralDir<0))throw new Error("Corrupted zip: can't find the ZIP64 end of central directory");this.reader.setIndex(this.relativeOffsetEndOfZip64CentralDir),this.checkSignature(o.ZIP64_CENTRAL_DIRECTORY_END),this.readBlockZip64EndOfCentral()}var n=this.centralDirOffset+this.centralDirSize;this.zip64&&(n+=20,n+=12+this.zip64EndOfCentralSize);var r=t-n;if(0<r)this.isSignature(t,o.CENTRAL_FILE_HEADER)||(this.reader.zero=r);else if(r<0)throw new Error("Corrupted zip: missing "+Math.abs(r)+" bytes.")},prepareReader:function(e){this.reader=r(e)},load:function(e){this.prepareReader(e),this.readEndOfCentral(),this.readCentralDir(),this.readLocalFiles()}},t.exports=c},{"./reader/readerFor":22,"./signature":23,"./support":30,"./utils":32,"./zipEntry":34}],34:[function(e,t,n){var r=e("./reader/readerFor"),i=e("./utils"),o=e("./compressedObject"),a=e("./crc32"),s=e("./utf8"),c=e("./compressions"),u=e("./support");function l(e,t){this.options=e,this.loadOptions=t}l.prototype={isEncrypted:function(){return 1==(1&this.bitFlag)},useUTF8:function(){return 2048==(2048&this.bitFlag)},readLocalPart:function(e){var t,n;if(e.skip(22),this.fileNameLength=e.readInt(2),n=e.readInt(2),this.fileName=e.readData(this.fileNameLength),e.skip(n),-1===this.compressedSize||-1===this.uncompressedSize)throw new Error("Bug or corrupted zip : didn't get enough information from the central directory (compressedSize === -1 || uncompressedSize === -1)");if(null===(t=function(e){for(var t in c)if(Object.prototype.hasOwnProperty.call(c,t)&&c[t].magic===e)return c[t];return null}(this.compressionMethod)))throw new Error("Corrupted zip : compression "+i.pretty(this.compressionMethod)+" unknown (inner file : "+i.transformTo("string",this.fileName)+")");this.decompressed=new o(this.compressedSize,this.uncompressedSize,this.crc32,t,e.readData(this.compressedSize))},readCentralPart:function(e){this.versionMadeBy=e.readInt(2),e.skip(2),this.bitFlag=e.readInt(2),this.compressionMethod=e.readString(2),this.date=e.readDate(),this.crc32=e.readInt(4),this.compressedSize=e.readInt(4),this.uncompressedSize=e.readInt(4);var t=e.readInt(2);if(this.extraFieldsLength=e.readInt(2),this.fileCommentLength=e.readInt(2),this.diskNumberStart=e.readInt(2),this.internalFileAttributes=e.readInt(2),this.externalFileAttributes=e.readInt(4),this.localHeaderOffset=e.readInt(4),this.isEncrypted())throw new Error("Encrypted zip are not supported");e.skip(t),this.readExtraFields(e),this.parseZIP64ExtraField(e),this.fileComment=e.readData(this.fileCommentLength)},processAttributes:function(){this.unixPermissions=null,this.dosPermissions=null;var e=this.versionMadeBy>>8;this.dir=!!(16&this.externalFileAttributes),0==e&&(this.dosPermissions=63&this.externalFileAttributes),3==e&&(this.unixPermissions=this.externalFileAttributes>>16&65535),this.dir||"/"!==this.fileNameStr.slice(-1)||(this.dir=!0)},parseZIP64ExtraField:function(){if(this.extraFields[1]){var e=r(this.extraFields[1].value);this.uncompressedSize===i.MAX_VALUE_32BITS&&(this.uncompressedSize=e.readInt(8)),this.compressedSize===i.MAX_VALUE_32BITS&&(this.compressedSize=e.readInt(8)),this.localHeaderOffset===i.MAX_VALUE_32BITS&&(this.localHeaderOffset=e.readInt(8)),this.diskNumberStart===i.MAX_VALUE_32BITS&&(this.diskNumberStart=e.readInt(4))}},readExtraFields:function(e){var t,n,r,i=e.index+this.extraFieldsLength;for(this.extraFields||(this.extraFields={});e.index+4<i;)t=e.readInt(2),n=e.readInt(2),r=e.readData(n),this.extraFields[t]={id:t,length:n,value:r};e.setIndex(i)},handleUTF8:function(){var e=u.uint8array?"uint8array":"array";if(this.useUTF8())this.fileNameStr=s.utf8decode(this.fileName),this.fileCommentStr=s.utf8decode(this.fileComment);else{var t=this.findExtraFieldUnicodePath();if(null!==t)this.fileNameStr=t;else{var n=i.transformTo(e,this.fileName);this.fileNameStr=this.loadOptions.decodeFileName(n)}var r=this.findExtraFieldUnicodeComment();if(null!==r)this.fileCommentStr=r;else{var o=i.transformTo(e,this.fileComment);this.fileCommentStr=this.loadOptions.decodeFileName(o)}}},findExtraFieldUnicodePath:function(){var e=this.extraFields[28789];if(e){var t=r(e.value);return 1!==t.readInt(1)||a(this.fileName)!==t.readInt(4)?null:s.utf8decode(t.readData(e.length-5))}return null},findExtraFieldUnicodeComment:function(){var e=this.extraFields[25461];if(e){var t=r(e.value);return 1!==t.readInt(1)||a(this.fileComment)!==t.readInt(4)?null:s.utf8decode(t.readData(e.length-5))}return null}},t.exports=l},{"./compressedObject":2,"./compressions":3,"./crc32":4,"./reader/readerFor":22,"./support":30,"./utf8":31,"./utils":32}],35:[function(e,t,n){function r(e,t,n){this.name=e,this.dir=n.dir,this.date=n.date,this.comment=n.comment,this.unixPermissions=n.unixPermissions,this.dosPermissions=n.dosPermissions,this._data=t,this._dataBinary=n.binary,this.options={compression:n.compression,compressionOptions:n.compressionOptions}}var i=e("./stream/StreamHelper"),o=e("./stream/DataWorker"),a=e("./utf8"),s=e("./compressedObject"),c=e("./stream/GenericWorker");r.prototype={internalStream:function(e){var t=null,n="string";try{if(!e)throw new Error("No output type specified.");var r="string"===(n=e.toLowerCase())||"text"===n;"binarystring"!==n&&"text"!==n||(n="string"),t=this._decompressWorker();var o=!this._dataBinary;o&&!r&&(t=t.pipe(new a.Utf8EncodeWorker)),!o&&r&&(t=t.pipe(new a.Utf8DecodeWorker))}catch(s){(t=new c("error")).error(s)}return new i(t,n,"")},async:function(e,t){return this.internalStream(e).accumulate(t)},nodeStream:function(e,t){return this.internalStream(e||"nodebuffer").toNodejsStream(t)},_compressWorker:function(e,t){if(this._data instanceof s&&this._data.compression.magic===e.magic)return this._data.getCompressedWorker();var n=this._decompressWorker();return this._dataBinary||(n=n.pipe(new a.Utf8EncodeWorker)),s.createWorkerFrom(n,e,t)},_decompressWorker:function(){return this._data instanceof s?this._data.getContentWorker():this._data instanceof c?this._data:new o(this._data)}};for(var u=["asText","asBinary","asNodeBuffer","asUint8Array","asArrayBuffer"],l=function(){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},d=0;d<u.length;d++)r.prototype[u[d]]=l;t.exports=r},{"./compressedObject":2,"./stream/DataWorker":27,"./stream/GenericWorker":28,"./stream/StreamHelper":29,"./utf8":31}],36:[function(e,t,n){(function(e){var n,r,i=e.MutationObserver||e.WebKitMutationObserver;if(i){var o=0,a=new i(l),s=e.document.createTextNode("");a.observe(s,{characterData:!0}),n=function(){s.data=o=++o%2}}else if(e.setImmediate||void 0===e.MessageChannel)n="document"in e&&"onreadystatechange"in e.document.createElement("script")?function(){var t=e.document.createElement("script");t.onreadystatechange=function(){l(),t.onreadystatechange=null,t.parentNode.removeChild(t),t=null},e.document.documentElement.appendChild(t)}:function(){setTimeout(l,0)};else{var c=new e.MessageChannel;c.port1.onmessage=l,n=function(){c.port2.postMessage(0)}}var u=[];function l(){var e,t;r=!0;for(var n=u.length;n;){for(t=u,u=[],e=-1;++e<n;)t[e]();n=u.length}r=!1}t.exports=function(e){1!==u.push(e)||r||n()}}).call(this,void 0!==O?O:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],37:[function(e,t,n){var r=e("immediate");function i(){}var o={},a=["REJECTED"],s=["FULFILLED"],c=["PENDING"];function u(e){if("function"!=typeof e)throw new TypeError("resolver must be a function");this.state=c,this.queue=[],this.outcome=void 0,e!==i&&f(this,e)}function l(e,t,n){this.promise=e,"function"==typeof t&&(this.onFulfilled=t,this.callFulfilled=this.otherCallFulfilled),"function"==typeof n&&(this.onRejected=n,this.callRejected=this.otherCallRejected)}function d(e,t,n){r((function(){var r;try{r=t(n)}catch(i){return o.reject(e,i)}r===e?o.reject(e,new TypeError("Cannot resolve promise with itself")):o.resolve(e,r)}))}function h(e){var t=e&&e.then;if(e&&("object"==typeof e||"function"==typeof e)&&"function"==typeof t)return function(){t.apply(e,arguments)}}function f(e,t){var n=!1;function r(t){n||(n=!0,o.reject(e,t))}function i(t){n||(n=!0,o.resolve(e,t))}var a=p((function(){t(i,r)}));"error"===a.status&&r(a.value)}function p(e,t){var n={};try{n.value=e(t),n.status="success"}catch(r){n.status="error",n.value=r}return n}(t.exports=u).prototype.finally=function(e){if("function"!=typeof e)return this;var t=this.constructor;return this.then((function(n){return t.resolve(e()).then((function(){return n}))}),(function(n){return t.resolve(e()).then((function(){throw n}))}))},u.prototype.catch=function(e){return this.then(null,e)},u.prototype.then=function(e,t){if("function"!=typeof e&&this.state===s||"function"!=typeof t&&this.state===a)return this;var n=new this.constructor(i);return this.state!==c?d(n,this.state===s?e:t,this.outcome):this.queue.push(new l(n,e,t)),n},l.prototype.callFulfilled=function(e){o.resolve(this.promise,e)},l.prototype.otherCallFulfilled=function(e){d(this.promise,this.onFulfilled,e)},l.prototype.callRejected=function(e){o.reject(this.promise,e)},l.prototype.otherCallRejected=function(e){d(this.promise,this.onRejected,e)},o.resolve=function(e,t){var n=p(h,t);if("error"===n.status)return o.reject(e,n.value);var r=n.value;if(r)f(e,r);else{e.state=s,e.outcome=t;for(var i=-1,a=e.queue.length;++i<a;)e.queue[i].callFulfilled(t)}return e},o.reject=function(e,t){e.state=a,e.outcome=t;for(var n=-1,r=e.queue.length;++n<r;)e.queue[n].callRejected(t);return e},u.resolve=function(e){return e instanceof this?e:o.resolve(new this(i),e)},u.reject=function(e){var t=new this(i);return o.reject(t,e)},u.all=function(e){var t=this;if("[object Array]"!==Object.prototype.toString.call(e))return this.reject(new TypeError("must be an array"));var n=e.length,r=!1;if(!n)return this.resolve([]);for(var a=new Array(n),s=0,c=-1,u=new this(i);++c<n;)l(e[c],c);return u;function l(e,i){t.resolve(e).then((function(e){a[i]=e,++s!==n||r||(r=!0,o.resolve(u,a))}),(function(e){r||(r=!0,o.reject(u,e))}))}},u.race=function(e){var t=this;if("[object Array]"!==Object.prototype.toString.call(e))return this.reject(new TypeError("must be an array"));var n=e.length,r=!1;if(!n)return this.resolve([]);for(var a,s=-1,c=new this(i);++s<n;)a=e[s],t.resolve(a).then((function(e){r||(r=!0,o.resolve(c,e))}),(function(e){r||(r=!0,o.reject(c,e))}));return c}},{immediate:36}],38:[function(e,t,n){var r={};(0,e("./lib/utils/common").assign)(r,e("./lib/deflate"),e("./lib/inflate"),e("./lib/zlib/constants")),t.exports=r},{"./lib/deflate":39,"./lib/inflate":40,"./lib/utils/common":41,"./lib/zlib/constants":44}],39:[function(e,t,n){var r=e("./zlib/deflate"),i=e("./utils/common"),o=e("./utils/strings"),a=e("./zlib/messages"),s=e("./zlib/zstream"),c=Object.prototype.toString,u=0,l=-1,d=0,h=8;function f(e){if(!(this instanceof f))return new f(e);this.options=i.assign({level:l,method:h,chunkSize:16384,windowBits:15,memLevel:8,strategy:d,to:""},e||{});var t=this.options;t.raw&&0<t.windowBits?t.windowBits=-t.windowBits:t.gzip&&0<t.windowBits&&t.windowBits<16&&(t.windowBits+=16),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new s,this.strm.avail_out=0;var n=r.deflateInit2(this.strm,t.level,t.method,t.windowBits,t.memLevel,t.strategy);if(n!==u)throw new Error(a[n]);if(t.header&&r.deflateSetHeader(this.strm,t.header),t.dictionary){var p;if(p="string"==typeof t.dictionary?o.string2buf(t.dictionary):"[object ArrayBuffer]"===c.call(t.dictionary)?new Uint8Array(t.dictionary):t.dictionary,(n=r.deflateSetDictionary(this.strm,p))!==u)throw new Error(a[n]);this._dict_set=!0}}function p(e,t){var n=new f(t);if(n.push(e,!0),n.err)throw n.msg||a[n.err];return n.result}f.prototype.push=function(e,t){var n,a,s=this.strm,l=this.options.chunkSize;if(this.ended)return!1;a=t===~~t?t:!0===t?4:0,"string"==typeof e?s.input=o.string2buf(e):"[object ArrayBuffer]"===c.call(e)?s.input=new Uint8Array(e):s.input=e,s.next_in=0,s.avail_in=s.input.length;do{if(0===s.avail_out&&(s.output=new i.Buf8(l),s.next_out=0,s.avail_out=l),1!==(n=r.deflate(s,a))&&n!==u)return this.onEnd(n),!(this.ended=!0);0!==s.avail_out&&(0!==s.avail_in||4!==a&&2!==a)||("string"===this.options.to?this.onData(o.buf2binstring(i.shrinkBuf(s.output,s.next_out))):this.onData(i.shrinkBuf(s.output,s.next_out)))}while((0<s.avail_in||0===s.avail_out)&&1!==n);return 4===a?(n=r.deflateEnd(this.strm),this.onEnd(n),this.ended=!0,n===u):2!==a||(this.onEnd(u),!(s.avail_out=0))},f.prototype.onData=function(e){this.chunks.push(e)},f.prototype.onEnd=function(e){e===u&&("string"===this.options.to?this.result=this.chunks.join(""):this.result=i.flattenChunks(this.chunks)),this.chunks=[],this.err=e,this.msg=this.strm.msg},n.Deflate=f,n.deflate=p,n.deflateRaw=function(e,t){return(t=t||{}).raw=!0,p(e,t)},n.gzip=function(e,t){return(t=t||{}).gzip=!0,p(e,t)}},{"./utils/common":41,"./utils/strings":42,"./zlib/deflate":46,"./zlib/messages":51,"./zlib/zstream":53}],40:[function(e,t,n){var r=e("./zlib/inflate"),i=e("./utils/common"),o=e("./utils/strings"),a=e("./zlib/constants"),s=e("./zlib/messages"),c=e("./zlib/zstream"),u=e("./zlib/gzheader"),l=Object.prototype.toString;function d(e){if(!(this instanceof d))return new d(e);this.options=i.assign({chunkSize:16384,windowBits:0,to:""},e||{});var t=this.options;t.raw&&0<=t.windowBits&&t.windowBits<16&&(t.windowBits=-t.windowBits,0===t.windowBits&&(t.windowBits=-15)),!(0<=t.windowBits&&t.windowBits<16)||e&&e.windowBits||(t.windowBits+=32),15<t.windowBits&&t.windowBits<48&&0==(15&t.windowBits)&&(t.windowBits|=15),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new c,this.strm.avail_out=0;var n=r.inflateInit2(this.strm,t.windowBits);if(n!==a.Z_OK)throw new Error(s[n]);this.header=new u,r.inflateGetHeader(this.strm,this.header)}function h(e,t){var n=new d(t);if(n.push(e,!0),n.err)throw n.msg||s[n.err];return n.result}d.prototype.push=function(e,t){var n,s,c,u,d,h,f=this.strm,p=this.options.chunkSize,g=this.options.dictionary,m=!1;if(this.ended)return!1;s=t===~~t?t:!0===t?a.Z_FINISH:a.Z_NO_FLUSH,"string"==typeof e?f.input=o.binstring2buf(e):"[object ArrayBuffer]"===l.call(e)?f.input=new Uint8Array(e):f.input=e,f.next_in=0,f.avail_in=f.input.length;do{if(0===f.avail_out&&(f.output=new i.Buf8(p),f.next_out=0,f.avail_out=p),(n=r.inflate(f,a.Z_NO_FLUSH))===a.Z_NEED_DICT&&g&&(h="string"==typeof g?o.string2buf(g):"[object ArrayBuffer]"===l.call(g)?new Uint8Array(g):g,n=r.inflateSetDictionary(this.strm,h)),n===a.Z_BUF_ERROR&&!0===m&&(n=a.Z_OK,m=!1),n!==a.Z_STREAM_END&&n!==a.Z_OK)return this.onEnd(n),!(this.ended=!0);f.next_out&&(0!==f.avail_out&&n!==a.Z_STREAM_END&&(0!==f.avail_in||s!==a.Z_FINISH&&s!==a.Z_SYNC_FLUSH)||("string"===this.options.to?(c=o.utf8border(f.output,f.next_out),u=f.next_out-c,d=o.buf2string(f.output,c),f.next_out=u,f.avail_out=p-u,u&&i.arraySet(f.output,f.output,c,u,0),this.onData(d)):this.onData(i.shrinkBuf(f.output,f.next_out)))),0===f.avail_in&&0===f.avail_out&&(m=!0)}while((0<f.avail_in||0===f.avail_out)&&n!==a.Z_STREAM_END);return n===a.Z_STREAM_END&&(s=a.Z_FINISH),s===a.Z_FINISH?(n=r.inflateEnd(this.strm),this.onEnd(n),this.ended=!0,n===a.Z_OK):s!==a.Z_SYNC_FLUSH||(this.onEnd(a.Z_OK),!(f.avail_out=0))},d.prototype.onData=function(e){this.chunks.push(e)},d.prototype.onEnd=function(e){e===a.Z_OK&&("string"===this.options.to?this.result=this.chunks.join(""):this.result=i.flattenChunks(this.chunks)),this.chunks=[],this.err=e,this.msg=this.strm.msg},n.Inflate=d,n.inflate=h,n.inflateRaw=function(e,t){return(t=t||{}).raw=!0,h(e,t)},n.ungzip=h},{"./utils/common":41,"./utils/strings":42,"./zlib/constants":44,"./zlib/gzheader":47,"./zlib/inflate":49,"./zlib/messages":51,"./zlib/zstream":53}],41:[function(e,t,n){var r="undefined"!=typeof Uint8Array&&"undefined"!=typeof Uint16Array&&"undefined"!=typeof Int32Array;n.assign=function(e){for(var t=Array.prototype.slice.call(arguments,1);t.length;){var n=t.shift();if(n){if("object"!=typeof n)throw new TypeError(n+"must be non-object");for(var r in n)n.hasOwnProperty(r)&&(e[r]=n[r])}}return e},n.shrinkBuf=function(e,t){return e.length===t?e:e.subarray?e.subarray(0,t):(e.length=t,e)};var i={arraySet:function(e,t,n,r,i){if(t.subarray&&e.subarray)e.set(t.subarray(n,n+r),i);else for(var o=0;o<r;o++)e[i+o]=t[n+o]},flattenChunks:function(e){var t,n,r,i,o,a;for(t=r=0,n=e.length;t<n;t++)r+=e[t].length;for(a=new Uint8Array(r),t=i=0,n=e.length;t<n;t++)o=e[t],a.set(o,i),i+=o.length;return a}},o={arraySet:function(e,t,n,r,i){for(var o=0;o<r;o++)e[i+o]=t[n+o]},flattenChunks:function(e){return[].concat.apply([],e)}};n.setTyped=function(e){e?(n.Buf8=Uint8Array,n.Buf16=Uint16Array,n.Buf32=Int32Array,n.assign(n,i)):(n.Buf8=Array,n.Buf16=Array,n.Buf32=Array,n.assign(n,o))},n.setTyped(r)},{}],42:[function(e,t,n){var r=e("./common"),i=!0,o=!0;try{String.fromCharCode.apply(null,[0])}catch(u){i=!1}try{String.fromCharCode.apply(null,new Uint8Array(1))}catch(u){o=!1}for(var a=new r.Buf8(256),s=0;s<256;s++)a[s]=252<=s?6:248<=s?5:240<=s?4:224<=s?3:192<=s?2:1;function c(e,t){if(t<65537&&(e.subarray&&o||!e.subarray&&i))return String.fromCharCode.apply(null,r.shrinkBuf(e,t));for(var n="",a=0;a<t;a++)n+=String.fromCharCode(e[a]);return n}a[254]=a[254]=1,n.string2buf=function(e){var t,n,i,o,a,s=e.length,c=0;for(o=0;o<s;o++)55296==(64512&(n=e.charCodeAt(o)))&&o+1<s&&56320==(64512&(i=e.charCodeAt(o+1)))&&(n=65536+(n-55296<<10)+(i-56320),o++),c+=n<128?1:n<2048?2:n<65536?3:4;for(t=new r.Buf8(c),o=a=0;a<c;o++)55296==(64512&(n=e.charCodeAt(o)))&&o+1<s&&56320==(64512&(i=e.charCodeAt(o+1)))&&(n=65536+(n-55296<<10)+(i-56320),o++),n<128?t[a++]=n:(n<2048?t[a++]=192|n>>>6:(n<65536?t[a++]=224|n>>>12:(t[a++]=240|n>>>18,t[a++]=128|n>>>12&63),t[a++]=128|n>>>6&63),t[a++]=128|63&n);return t},n.buf2binstring=function(e){return c(e,e.length)},n.binstring2buf=function(e){for(var t=new r.Buf8(e.length),n=0,i=t.length;n<i;n++)t[n]=e.charCodeAt(n);return t},n.buf2string=function(e,t){var n,r,i,o,s=t||e.length,u=new Array(2*s);for(n=r=0;n<s;)if((i=e[n++])<128)u[r++]=i;else if(4<(o=a[i]))u[r++]=65533,n+=o-1;else{for(i&=2===o?31:3===o?15:7;1<o&&n<s;)i=i<<6|63&e[n++],o--;1<o?u[r++]=65533:i<65536?u[r++]=i:(i-=65536,u[r++]=55296|i>>10&1023,u[r++]=56320|1023&i)}return c(u,r)},n.utf8border=function(e,t){var n;for((t=t||e.length)>e.length&&(t=e.length),n=t-1;0<=n&&128==(192&e[n]);)n--;return n<0||0===n?t:n+a[e[n]]>t?n:t}},{"./common":41}],43:[function(e,t,n){t.exports=function(e,t,n,r){for(var i=65535&e|0,o=e>>>16&65535|0,a=0;0!==n;){for(n-=a=2e3<n?2e3:n;o=o+(i=i+t[r++]|0)|0,--a;);i%=65521,o%=65521}return i|o<<16|0}},{}],44:[function(e,t,n){t.exports={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8}},{}],45:[function(e,t,n){var r=function(){for(var e,t=[],n=0;n<256;n++){e=n;for(var r=0;r<8;r++)e=1&e?3988292384^e>>>1:e>>>1;t[n]=e}return t}();t.exports=function(e,t,n,i){var o=r,a=i+n;e^=-1;for(var s=i;s<a;s++)e=e>>>8^o[255&(e^t[s])];return-1^e}},{}],46:[function(e,t,n){var r,i=e("../utils/common"),o=e("./trees"),a=e("./adler32"),s=e("./crc32"),c=e("./messages"),u=0,l=4,d=0,h=-2,f=-1,p=4,g=2,m=8,y=9,b=286,w=30,x=19,v=2*b+1,_=15,D=3,T=258,U=T+D+1,E=42,k=113,S=1,A=2,F=3,C=4;function I(e,t){return e.msg=c[t],t}function O(e){return(e<<1)-(4<e?9:0)}function N(e){for(var t=e.length;0<=--t;)e[t]=0}function B(e){var t=e.state,n=t.pending;n>e.avail_out&&(n=e.avail_out),0!==n&&(i.arraySet(e.output,t.pending_buf,t.pending_out,n,e.next_out),e.next_out+=n,t.pending_out+=n,e.total_out+=n,e.avail_out-=n,t.pending-=n,0===t.pending&&(t.pending_out=0))}function W(e,t){o._tr_flush_block(e,0<=e.block_start?e.block_start:-1,e.strstart-e.block_start,t),e.block_start=e.strstart,B(e.strm)}function R(e,t){e.pending_buf[e.pending++]=t}function P(e,t){e.pending_buf[e.pending++]=t>>>8&255,e.pending_buf[e.pending++]=255&t}function L(e,t){var n,r,i=e.max_chain_length,o=e.strstart,a=e.prev_length,s=e.nice_match,c=e.strstart>e.w_size-U?e.strstart-(e.w_size-U):0,u=e.window,l=e.w_mask,d=e.prev,h=e.strstart+T,f=u[o+a-1],p=u[o+a];e.prev_length>=e.good_match&&(i>>=2),s>e.lookahead&&(s=e.lookahead);do{if(u[(n=t)+a]===p&&u[n+a-1]===f&&u[n]===u[o]&&u[++n]===u[o+1]){o+=2,n++;do{}while(u[++o]===u[++n]&&u[++o]===u[++n]&&u[++o]===u[++n]&&u[++o]===u[++n]&&u[++o]===u[++n]&&u[++o]===u[++n]&&u[++o]===u[++n]&&u[++o]===u[++n]&&o<h);if(r=T-(h-o),o=h-T,a<r){if(e.match_start=t,s<=(a=r))break;f=u[o+a-1],p=u[o+a]}}}while((t=d[t&l])>c&&0!=--i);return a<=e.lookahead?a:e.lookahead}function j(e){var t,n,r,o,c,u,l,d,h,f,p=e.w_size;do{if(o=e.window_size-e.lookahead-e.strstart,e.strstart>=p+(p-U)){for(i.arraySet(e.window,e.window,p,p,0),e.match_start-=p,e.strstart-=p,e.block_start-=p,t=n=e.hash_size;r=e.head[--t],e.head[t]=p<=r?r-p:0,--n;);for(t=n=p;r=e.prev[--t],e.prev[t]=p<=r?r-p:0,--n;);o+=p}if(0===e.strm.avail_in)break;if(u=e.strm,l=e.window,d=e.strstart+e.lookahead,f=void 0,(h=o)<(f=u.avail_in)&&(f=h),n=0===f?0:(u.avail_in-=f,i.arraySet(l,u.input,u.next_in,f,d),1===u.state.wrap?u.adler=a(u.adler,l,f,d):2===u.state.wrap&&(u.adler=s(u.adler,l,f,d)),u.next_in+=f,u.total_in+=f,f),e.lookahead+=n,e.lookahead+e.insert>=D)for(c=e.strstart-e.insert,e.ins_h=e.window[c],e.ins_h=(e.ins_h<<e.hash_shift^e.window[c+1])&e.hash_mask;e.insert&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[c+D-1])&e.hash_mask,e.prev[c&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=c,c++,e.insert--,!(e.lookahead+e.insert<D)););}while(e.lookahead<U&&0!==e.strm.avail_in)}function z(e,t){for(var n,r;;){if(e.lookahead<U){if(j(e),e.lookahead<U&&t===u)return S;if(0===e.lookahead)break}if(n=0,e.lookahead>=D&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+D-1])&e.hash_mask,n=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart),0!==n&&e.strstart-n<=e.w_size-U&&(e.match_length=L(e,n)),e.match_length>=D)if(r=o._tr_tally(e,e.strstart-e.match_start,e.match_length-D),e.lookahead-=e.match_length,e.match_length<=e.max_lazy_match&&e.lookahead>=D){for(e.match_length--;e.strstart++,e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+D-1])&e.hash_mask,n=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart,0!=--e.match_length;);e.strstart++}else e.strstart+=e.match_length,e.match_length=0,e.ins_h=e.window[e.strstart],e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+1])&e.hash_mask;else r=o._tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++;if(r&&(W(e,!1),0===e.strm.avail_out))return S}return e.insert=e.strstart<D-1?e.strstart:D-1,t===l?(W(e,!0),0===e.strm.avail_out?F:C):e.last_lit&&(W(e,!1),0===e.strm.avail_out)?S:A}function M(e,t){for(var n,r,i;;){if(e.lookahead<U){if(j(e),e.lookahead<U&&t===u)return S;if(0===e.lookahead)break}if(n=0,e.lookahead>=D&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+D-1])&e.hash_mask,n=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart),e.prev_length=e.match_length,e.prev_match=e.match_start,e.match_length=D-1,0!==n&&e.prev_length<e.max_lazy_match&&e.strstart-n<=e.w_size-U&&(e.match_length=L(e,n),e.match_length<=5&&(1===e.strategy||e.match_length===D&&4096<e.strstart-e.match_start)&&(e.match_length=D-1)),e.prev_length>=D&&e.match_length<=e.prev_length){for(i=e.strstart+e.lookahead-D,r=o._tr_tally(e,e.strstart-1-e.prev_match,e.prev_length-D),e.lookahead-=e.prev_length-1,e.prev_length-=2;++e.strstart<=i&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+D-1])&e.hash_mask,n=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart),0!=--e.prev_length;);if(e.match_available=0,e.match_length=D-1,e.strstart++,r&&(W(e,!1),0===e.strm.avail_out))return S}else if(e.match_available){if((r=o._tr_tally(e,0,e.window[e.strstart-1]))&&W(e,!1),e.strstart++,e.lookahead--,0===e.strm.avail_out)return S}else e.match_available=1,e.strstart++,e.lookahead--}return e.match_available&&(r=o._tr_tally(e,0,e.window[e.strstart-1]),e.match_available=0),e.insert=e.strstart<D-1?e.strstart:D-1,t===l?(W(e,!0),0===e.strm.avail_out?F:C):e.last_lit&&(W(e,!1),0===e.strm.avail_out)?S:A}function q(e,t,n,r,i){this.good_length=e,this.max_lazy=t,this.nice_length=n,this.max_chain=r,this.func=i}function H(){this.strm=null,this.status=0,this.pending_buf=null,this.pending_buf_size=0,this.pending_out=0,this.pending=0,this.wrap=0,this.gzhead=null,this.gzindex=0,this.method=m,this.last_flush=-1,this.w_size=0,this.w_bits=0,this.w_mask=0,this.window=null,this.window_size=0,this.prev=null,this.head=null,this.ins_h=0,this.hash_size=0,this.hash_bits=0,this.hash_mask=0,this.hash_shift=0,this.block_start=0,this.match_length=0,this.prev_match=0,this.match_available=0,this.strstart=0,this.match_start=0,this.lookahead=0,this.prev_length=0,this.max_chain_length=0,this.max_lazy_match=0,this.level=0,this.strategy=0,this.good_match=0,this.nice_match=0,this.dyn_ltree=new i.Buf16(2*v),this.dyn_dtree=new i.Buf16(2*(2*w+1)),this.bl_tree=new i.Buf16(2*(2*x+1)),N(this.dyn_ltree),N(this.dyn_dtree),N(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new i.Buf16(_+1),this.heap=new i.Buf16(2*b+1),N(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new i.Buf16(2*b+1),N(this.depth),this.l_buf=0,this.lit_bufsize=0,this.last_lit=0,this.d_buf=0,this.opt_len=0,this.static_len=0,this.matches=0,this.insert=0,this.bi_buf=0,this.bi_valid=0}function V(e){var t;return e&&e.state?(e.total_in=e.total_out=0,e.data_type=g,(t=e.state).pending=0,t.pending_out=0,t.wrap<0&&(t.wrap=-t.wrap),t.status=t.wrap?E:k,e.adler=2===t.wrap?0:1,t.last_flush=u,o._tr_init(t),d):I(e,h)}function K(e){var t,n=V(e);return n===d&&((t=e.state).window_size=2*t.w_size,N(t.head),t.max_lazy_match=r[t.level].max_lazy,t.good_match=r[t.level].good_length,t.nice_match=r[t.level].nice_length,t.max_chain_length=r[t.level].max_chain,t.strstart=0,t.block_start=0,t.lookahead=0,t.insert=0,t.match_length=t.prev_length=D-1,t.match_available=0,t.ins_h=0),n}function G(e,t,n,r,o,a){if(!e)return h;var s=1;if(t===f&&(t=6),r<0?(s=0,r=-r):15<r&&(s=2,r-=16),o<1||y<o||n!==m||r<8||15<r||t<0||9<t||a<0||p<a)return I(e,h);8===r&&(r=9);var c=new H;return(e.state=c).strm=e,c.wrap=s,c.gzhead=null,c.w_bits=r,c.w_size=1<<c.w_bits,c.w_mask=c.w_size-1,c.hash_bits=o+7,c.hash_size=1<<c.hash_bits,c.hash_mask=c.hash_size-1,c.hash_shift=~~((c.hash_bits+D-1)/D),c.window=new i.Buf8(2*c.w_size),c.head=new i.Buf16(c.hash_size),c.prev=new i.Buf16(c.w_size),c.lit_bufsize=1<<o+6,c.pending_buf_size=4*c.lit_bufsize,c.pending_buf=new i.Buf8(c.pending_buf_size),c.d_buf=1*c.lit_bufsize,c.l_buf=3*c.lit_bufsize,c.level=t,c.strategy=a,c.method=n,K(e)}r=[new q(0,0,0,0,(function(e,t){var n=65535;for(n>e.pending_buf_size-5&&(n=e.pending_buf_size-5);;){if(e.lookahead<=1){if(j(e),0===e.lookahead&&t===u)return S;if(0===e.lookahead)break}e.strstart+=e.lookahead,e.lookahead=0;var r=e.block_start+n;if((0===e.strstart||e.strstart>=r)&&(e.lookahead=e.strstart-r,e.strstart=r,W(e,!1),0===e.strm.avail_out))return S;if(e.strstart-e.block_start>=e.w_size-U&&(W(e,!1),0===e.strm.avail_out))return S}return e.insert=0,t===l?(W(e,!0),0===e.strm.avail_out?F:C):(e.strstart>e.block_start&&(W(e,!1),e.strm.avail_out),S)})),new q(4,4,8,4,z),new q(4,5,16,8,z),new q(4,6,32,32,z),new q(4,4,16,16,M),new q(8,16,32,32,M),new q(8,16,128,128,M),new q(8,32,128,256,M),new q(32,128,258,1024,M),new q(32,258,258,4096,M)],n.deflateInit=function(e,t){return G(e,t,m,15,8,0)},n.deflateInit2=G,n.deflateReset=K,n.deflateResetKeep=V,n.deflateSetHeader=function(e,t){return e&&e.state?2!==e.state.wrap?h:(e.state.gzhead=t,d):h},n.deflate=function(e,t){var n,i,a,c;if(!e||!e.state||5<t||t<0)return e?I(e,h):h;if(i=e.state,!e.output||!e.input&&0!==e.avail_in||666===i.status&&t!==l)return I(e,0===e.avail_out?-5:h);if(i.strm=e,n=i.last_flush,i.last_flush=t,i.status===E)if(2===i.wrap)e.adler=0,R(i,31),R(i,139),R(i,8),i.gzhead?(R(i,(i.gzhead.text?1:0)+(i.gzhead.hcrc?2:0)+(i.gzhead.extra?4:0)+(i.gzhead.name?8:0)+(i.gzhead.comment?16:0)),R(i,255&i.gzhead.time),R(i,i.gzhead.time>>8&255),R(i,i.gzhead.time>>16&255),R(i,i.gzhead.time>>24&255),R(i,9===i.level?2:2<=i.strategy||i.level<2?4:0),R(i,255&i.gzhead.os),i.gzhead.extra&&i.gzhead.extra.length&&(R(i,255&i.gzhead.extra.length),R(i,i.gzhead.extra.length>>8&255)),i.gzhead.hcrc&&(e.adler=s(e.adler,i.pending_buf,i.pending,0)),i.gzindex=0,i.status=69):(R(i,0),R(i,0),R(i,0),R(i,0),R(i,0),R(i,9===i.level?2:2<=i.strategy||i.level<2?4:0),R(i,3),i.status=k);else{var f=m+(i.w_bits-8<<4)<<8;f|=(2<=i.strategy||i.level<2?0:i.level<6?1:6===i.level?2:3)<<6,0!==i.strstart&&(f|=32),f+=31-f%31,i.status=k,P(i,f),0!==i.strstart&&(P(i,e.adler>>>16),P(i,65535&e.adler)),e.adler=1}if(69===i.status)if(i.gzhead.extra){for(a=i.pending;i.gzindex<(65535&i.gzhead.extra.length)&&(i.pending!==i.pending_buf_size||(i.gzhead.hcrc&&i.pending>a&&(e.adler=s(e.adler,i.pending_buf,i.pending-a,a)),B(e),a=i.pending,i.pending!==i.pending_buf_size));)R(i,255&i.gzhead.extra[i.gzindex]),i.gzindex++;i.gzhead.hcrc&&i.pending>a&&(e.adler=s(e.adler,i.pending_buf,i.pending-a,a)),i.gzindex===i.gzhead.extra.length&&(i.gzindex=0,i.status=73)}else i.status=73;if(73===i.status)if(i.gzhead.name){a=i.pending;do{if(i.pending===i.pending_buf_size&&(i.gzhead.hcrc&&i.pending>a&&(e.adler=s(e.adler,i.pending_buf,i.pending-a,a)),B(e),a=i.pending,i.pending===i.pending_buf_size)){c=1;break}c=i.gzindex<i.gzhead.name.length?255&i.gzhead.name.charCodeAt(i.gzindex++):0,R(i,c)}while(0!==c);i.gzhead.hcrc&&i.pending>a&&(e.adler=s(e.adler,i.pending_buf,i.pending-a,a)),0===c&&(i.gzindex=0,i.status=91)}else i.status=91;if(91===i.status)if(i.gzhead.comment){a=i.pending;do{if(i.pending===i.pending_buf_size&&(i.gzhead.hcrc&&i.pending>a&&(e.adler=s(e.adler,i.pending_buf,i.pending-a,a)),B(e),a=i.pending,i.pending===i.pending_buf_size)){c=1;break}c=i.gzindex<i.gzhead.comment.length?255&i.gzhead.comment.charCodeAt(i.gzindex++):0,R(i,c)}while(0!==c);i.gzhead.hcrc&&i.pending>a&&(e.adler=s(e.adler,i.pending_buf,i.pending-a,a)),0===c&&(i.status=103)}else i.status=103;if(103===i.status&&(i.gzhead.hcrc?(i.pending+2>i.pending_buf_size&&B(e),i.pending+2<=i.pending_buf_size&&(R(i,255&e.adler),R(i,e.adler>>8&255),e.adler=0,i.status=k)):i.status=k),0!==i.pending){if(B(e),0===e.avail_out)return i.last_flush=-1,d}else if(0===e.avail_in&&O(t)<=O(n)&&t!==l)return I(e,-5);if(666===i.status&&0!==e.avail_in)return I(e,-5);if(0!==e.avail_in||0!==i.lookahead||t!==u&&666!==i.status){var p=2===i.strategy?function(e,t){for(var n;;){if(0===e.lookahead&&(j(e),0===e.lookahead)){if(t===u)return S;break}if(e.match_length=0,n=o._tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++,n&&(W(e,!1),0===e.strm.avail_out))return S}return e.insert=0,t===l?(W(e,!0),0===e.strm.avail_out?F:C):e.last_lit&&(W(e,!1),0===e.strm.avail_out)?S:A}(i,t):3===i.strategy?function(e,t){for(var n,r,i,a,s=e.window;;){if(e.lookahead<=T){if(j(e),e.lookahead<=T&&t===u)return S;if(0===e.lookahead)break}if(e.match_length=0,e.lookahead>=D&&0<e.strstart&&(r=s[i=e.strstart-1])===s[++i]&&r===s[++i]&&r===s[++i]){a=e.strstart+T;do{}while(r===s[++i]&&r===s[++i]&&r===s[++i]&&r===s[++i]&&r===s[++i]&&r===s[++i]&&r===s[++i]&&r===s[++i]&&i<a);e.match_length=T-(a-i),e.match_length>e.lookahead&&(e.match_length=e.lookahead)}if(e.match_length>=D?(n=o._tr_tally(e,1,e.match_length-D),e.lookahead-=e.match_length,e.strstart+=e.match_length,e.match_length=0):(n=o._tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++),n&&(W(e,!1),0===e.strm.avail_out))return S}return e.insert=0,t===l?(W(e,!0),0===e.strm.avail_out?F:C):e.last_lit&&(W(e,!1),0===e.strm.avail_out)?S:A}(i,t):r[i.level].func(i,t);if(p!==F&&p!==C||(i.status=666),p===S||p===F)return 0===e.avail_out&&(i.last_flush=-1),d;if(p===A&&(1===t?o._tr_align(i):5!==t&&(o._tr_stored_block(i,0,0,!1),3===t&&(N(i.head),0===i.lookahead&&(i.strstart=0,i.block_start=0,i.insert=0))),B(e),0===e.avail_out))return i.last_flush=-1,d}return t!==l?d:i.wrap<=0?1:(2===i.wrap?(R(i,255&e.adler),R(i,e.adler>>8&255),R(i,e.adler>>16&255),R(i,e.adler>>24&255),R(i,255&e.total_in),R(i,e.total_in>>8&255),R(i,e.total_in>>16&255),R(i,e.total_in>>24&255)):(P(i,e.adler>>>16),P(i,65535&e.adler)),B(e),0<i.wrap&&(i.wrap=-i.wrap),0!==i.pending?d:1)},n.deflateEnd=function(e){var t;return e&&e.state?(t=e.state.status)!==E&&69!==t&&73!==t&&91!==t&&103!==t&&t!==k&&666!==t?I(e,h):(e.state=null,t===k?I(e,-3):d):h},n.deflateSetDictionary=function(e,t){var n,r,o,s,c,u,l,f,p=t.length;if(!e||!e.state)return h;if(2===(s=(n=e.state).wrap)||1===s&&n.status!==E||n.lookahead)return h;for(1===s&&(e.adler=a(e.adler,t,p,0)),n.wrap=0,p>=n.w_size&&(0===s&&(N(n.head),n.strstart=0,n.block_start=0,n.insert=0),f=new i.Buf8(n.w_size),i.arraySet(f,t,p-n.w_size,n.w_size,0),t=f,p=n.w_size),c=e.avail_in,u=e.next_in,l=e.input,e.avail_in=p,e.next_in=0,e.input=t,j(n);n.lookahead>=D;){for(r=n.strstart,o=n.lookahead-(D-1);n.ins_h=(n.ins_h<<n.hash_shift^n.window[r+D-1])&n.hash_mask,n.prev[r&n.w_mask]=n.head[n.ins_h],n.head[n.ins_h]=r,r++,--o;);n.strstart=r,n.lookahead=D-1,j(n)}return n.strstart+=n.lookahead,n.block_start=n.strstart,n.insert=n.lookahead,n.lookahead=0,n.match_length=n.prev_length=D-1,n.match_available=0,e.next_in=u,e.input=l,e.avail_in=c,n.wrap=s,d},n.deflateInfo="pako deflate (from Nodeca project)"},{"../utils/common":41,"./adler32":43,"./crc32":45,"./messages":51,"./trees":52}],47:[function(e,t,n){t.exports=function(){this.text=0,this.time=0,this.xflags=0,this.os=0,this.extra=null,this.extra_len=0,this.name="",this.comment="",this.hcrc=0,this.done=!1}},{}],48:[function(e,t,n){t.exports=function(e,t){var n,r,i,o,a,s,c,u,l,d,h,f,p,g,m,y,b,w,x,v,_,D,T,U,E;n=e.state,r=e.next_in,U=e.input,i=r+(e.avail_in-5),o=e.next_out,E=e.output,a=o-(t-e.avail_out),s=o+(e.avail_out-257),c=n.dmax,u=n.wsize,l=n.whave,d=n.wnext,h=n.window,f=n.hold,p=n.bits,g=n.lencode,m=n.distcode,y=(1<<n.lenbits)-1,b=(1<<n.distbits)-1;e:do{p<15&&(f+=U[r++]<<p,p+=8,f+=U[r++]<<p,p+=8),w=g[f&y];t:for(;;){if(f>>>=x=w>>>24,p-=x,0==(x=w>>>16&255))E[o++]=65535&w;else{if(!(16&x)){if(0==(64&x)){w=g[(65535&w)+(f&(1<<x)-1)];continue t}if(32&x){n.mode=12;break e}e.msg="invalid literal/length code",n.mode=30;break e}v=65535&w,(x&=15)&&(p<x&&(f+=U[r++]<<p,p+=8),v+=f&(1<<x)-1,f>>>=x,p-=x),p<15&&(f+=U[r++]<<p,p+=8,f+=U[r++]<<p,p+=8),w=m[f&b];n:for(;;){if(f>>>=x=w>>>24,p-=x,!(16&(x=w>>>16&255))){if(0==(64&x)){w=m[(65535&w)+(f&(1<<x)-1)];continue n}e.msg="invalid distance code",n.mode=30;break e}if(_=65535&w,p<(x&=15)&&(f+=U[r++]<<p,(p+=8)<x&&(f+=U[r++]<<p,p+=8)),c<(_+=f&(1<<x)-1)){e.msg="invalid distance too far back",n.mode=30;break e}if(f>>>=x,p-=x,(x=o-a)<_){if(l<(x=_-x)&&n.sane){e.msg="invalid distance too far back",n.mode=30;break e}if(T=h,(D=0)===d){if(D+=u-x,x<v){for(v-=x;E[o++]=h[D++],--x;);D=o-_,T=E}}else if(d<x){if(D+=u+d-x,(x-=d)<v){for(v-=x;E[o++]=h[D++],--x;);if(D=0,d<v){for(v-=x=d;E[o++]=h[D++],--x;);D=o-_,T=E}}}else if(D+=d-x,x<v){for(v-=x;E[o++]=h[D++],--x;);D=o-_,T=E}for(;2<v;)E[o++]=T[D++],E[o++]=T[D++],E[o++]=T[D++],v-=3;v&&(E[o++]=T[D++],1<v&&(E[o++]=T[D++]))}else{for(D=o-_;E[o++]=E[D++],E[o++]=E[D++],E[o++]=E[D++],2<(v-=3););v&&(E[o++]=E[D++],1<v&&(E[o++]=E[D++]))}break}}break}}while(r<i&&o<s);r-=v=p>>3,f&=(1<<(p-=v<<3))-1,e.next_in=r,e.next_out=o,e.avail_in=r<i?i-r+5:5-(r-i),e.avail_out=o<s?s-o+257:257-(o-s),n.hold=f,n.bits=p}},{}],49:[function(e,t,n){var r=e("../utils/common"),i=e("./adler32"),o=e("./crc32"),a=e("./inffast"),s=e("./inftrees"),c=1,u=2,l=0,d=-2,h=1,f=852,p=592;function g(e){return(e>>>24&255)+(e>>>8&65280)+((65280&e)<<8)+((255&e)<<24)}function m(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new r.Buf16(320),this.work=new r.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function y(e){var t;return e&&e.state?(t=e.state,e.total_in=e.total_out=t.total=0,e.msg="",t.wrap&&(e.adler=1&t.wrap),t.mode=h,t.last=0,t.havedict=0,t.dmax=32768,t.head=null,t.hold=0,t.bits=0,t.lencode=t.lendyn=new r.Buf32(f),t.distcode=t.distdyn=new r.Buf32(p),t.sane=1,t.back=-1,l):d}function b(e){var t;return e&&e.state?((t=e.state).wsize=0,t.whave=0,t.wnext=0,y(e)):d}function w(e,t){var n,r;return e&&e.state?(r=e.state,t<0?(n=0,t=-t):(n=1+(t>>4),t<48&&(t&=15)),t&&(t<8||15<t)?d:(null!==r.window&&r.wbits!==t&&(r.window=null),r.wrap=n,r.wbits=t,b(e))):d}function x(e,t){var n,r;return e?(r=new m,(e.state=r).window=null,(n=w(e,t))!==l&&(e.state=null),n):d}var v,_,D=!0;function T(e){if(D){var t;for(v=new r.Buf32(512),_=new r.Buf32(32),t=0;t<144;)e.lens[t++]=8;for(;t<256;)e.lens[t++]=9;for(;t<280;)e.lens[t++]=7;for(;t<288;)e.lens[t++]=8;for(s(c,e.lens,0,288,v,0,e.work,{bits:9}),t=0;t<32;)e.lens[t++]=5;s(u,e.lens,0,32,_,0,e.work,{bits:5}),D=!1}e.lencode=v,e.lenbits=9,e.distcode=_,e.distbits=5}function U(e,t,n,i){var o,a=e.state;return null===a.window&&(a.wsize=1<<a.wbits,a.wnext=0,a.whave=0,a.window=new r.Buf8(a.wsize)),i>=a.wsize?(r.arraySet(a.window,t,n-a.wsize,a.wsize,0),a.wnext=0,a.whave=a.wsize):(i<(o=a.wsize-a.wnext)&&(o=i),r.arraySet(a.window,t,n-i,o,a.wnext),(i-=o)?(r.arraySet(a.window,t,n-i,i,0),a.wnext=i,a.whave=a.wsize):(a.wnext+=o,a.wnext===a.wsize&&(a.wnext=0),a.whave<a.wsize&&(a.whave+=o))),0}n.inflateReset=b,n.inflateReset2=w,n.inflateResetKeep=y,n.inflateInit=function(e){return x(e,15)},n.inflateInit2=x,n.inflate=function(e,t){var n,f,p,m,y,b,w,x,v,_,D,E,k,S,A,F,C,I,O,N,B,W,R,P,L=0,j=new r.Buf8(4),z=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];if(!e||!e.state||!e.output||!e.input&&0!==e.avail_in)return d;12===(n=e.state).mode&&(n.mode=13),y=e.next_out,p=e.output,w=e.avail_out,m=e.next_in,f=e.input,b=e.avail_in,x=n.hold,v=n.bits,_=b,D=w,W=l;e:for(;;)switch(n.mode){case h:if(0===n.wrap){n.mode=13;break}for(;v<16;){if(0===b)break e;b--,x+=f[m++]<<v,v+=8}if(2&n.wrap&&35615===x){j[n.check=0]=255&x,j[1]=x>>>8&255,n.check=o(n.check,j,2,0),v=x=0,n.mode=2;break}if(n.flags=0,n.head&&(n.head.done=!1),!(1&n.wrap)||(((255&x)<<8)+(x>>8))%31){e.msg="incorrect header check",n.mode=30;break}if(8!=(15&x)){e.msg="unknown compression method",n.mode=30;break}if(v-=4,B=8+(15&(x>>>=4)),0===n.wbits)n.wbits=B;else if(B>n.wbits){e.msg="invalid window size",n.mode=30;break}n.dmax=1<<B,e.adler=n.check=1,n.mode=512&x?10:12,v=x=0;break;case 2:for(;v<16;){if(0===b)break e;b--,x+=f[m++]<<v,v+=8}if(n.flags=x,8!=(255&n.flags)){e.msg="unknown compression method",n.mode=30;break}if(57344&n.flags){e.msg="unknown header flags set",n.mode=30;break}n.head&&(n.head.text=x>>8&1),512&n.flags&&(j[0]=255&x,j[1]=x>>>8&255,n.check=o(n.check,j,2,0)),v=x=0,n.mode=3;case 3:for(;v<32;){if(0===b)break e;b--,x+=f[m++]<<v,v+=8}n.head&&(n.head.time=x),512&n.flags&&(j[0]=255&x,j[1]=x>>>8&255,j[2]=x>>>16&255,j[3]=x>>>24&255,n.check=o(n.check,j,4,0)),v=x=0,n.mode=4;case 4:for(;v<16;){if(0===b)break e;b--,x+=f[m++]<<v,v+=8}n.head&&(n.head.xflags=255&x,n.head.os=x>>8),512&n.flags&&(j[0]=255&x,j[1]=x>>>8&255,n.check=o(n.check,j,2,0)),v=x=0,n.mode=5;case 5:if(1024&n.flags){for(;v<16;){if(0===b)break e;b--,x+=f[m++]<<v,v+=8}n.length=x,n.head&&(n.head.extra_len=x),512&n.flags&&(j[0]=255&x,j[1]=x>>>8&255,n.check=o(n.check,j,2,0)),v=x=0}else n.head&&(n.head.extra=null);n.mode=6;case 6:if(1024&n.flags&&(b<(E=n.length)&&(E=b),E&&(n.head&&(B=n.head.extra_len-n.length,n.head.extra||(n.head.extra=new Array(n.head.extra_len)),r.arraySet(n.head.extra,f,m,E,B)),512&n.flags&&(n.check=o(n.check,f,E,m)),b-=E,m+=E,n.length-=E),n.length))break e;n.length=0,n.mode=7;case 7:if(2048&n.flags){if(0===b)break e;for(E=0;B=f[m+E++],n.head&&B&&n.length<65536&&(n.head.name+=String.fromCharCode(B)),B&&E<b;);if(512&n.flags&&(n.check=o(n.check,f,E,m)),b-=E,m+=E,B)break e}else n.head&&(n.head.name=null);n.length=0,n.mode=8;case 8:if(4096&n.flags){if(0===b)break e;for(E=0;B=f[m+E++],n.head&&B&&n.length<65536&&(n.head.comment+=String.fromCharCode(B)),B&&E<b;);if(512&n.flags&&(n.check=o(n.check,f,E,m)),b-=E,m+=E,B)break e}else n.head&&(n.head.comment=null);n.mode=9;case 9:if(512&n.flags){for(;v<16;){if(0===b)break e;b--,x+=f[m++]<<v,v+=8}if(x!==(65535&n.check)){e.msg="header crc mismatch",n.mode=30;break}v=x=0}n.head&&(n.head.hcrc=n.flags>>9&1,n.head.done=!0),e.adler=n.check=0,n.mode=12;break;case 10:for(;v<32;){if(0===b)break e;b--,x+=f[m++]<<v,v+=8}e.adler=n.check=g(x),v=x=0,n.mode=11;case 11:if(0===n.havedict)return e.next_out=y,e.avail_out=w,e.next_in=m,e.avail_in=b,n.hold=x,n.bits=v,2;e.adler=n.check=1,n.mode=12;case 12:if(5===t||6===t)break e;case 13:if(n.last){x>>>=7&v,v-=7&v,n.mode=27;break}for(;v<3;){if(0===b)break e;b--,x+=f[m++]<<v,v+=8}switch(n.last=1&x,v-=1,3&(x>>>=1)){case 0:n.mode=14;break;case 1:if(T(n),n.mode=20,6!==t)break;x>>>=2,v-=2;break e;case 2:n.mode=17;break;case 3:e.msg="invalid block type",n.mode=30}x>>>=2,v-=2;break;case 14:for(x>>>=7&v,v-=7&v;v<32;){if(0===b)break e;b--,x+=f[m++]<<v,v+=8}if((65535&x)!=(x>>>16^65535)){e.msg="invalid stored block lengths",n.mode=30;break}if(n.length=65535&x,v=x=0,n.mode=15,6===t)break e;case 15:n.mode=16;case 16:if(E=n.length){if(b<E&&(E=b),w<E&&(E=w),0===E)break e;r.arraySet(p,f,m,E,y),b-=E,m+=E,w-=E,y+=E,n.length-=E;break}n.mode=12;break;case 17:for(;v<14;){if(0===b)break e;b--,x+=f[m++]<<v,v+=8}if(n.nlen=257+(31&x),x>>>=5,v-=5,n.ndist=1+(31&x),x>>>=5,v-=5,n.ncode=4+(15&x),x>>>=4,v-=4,286<n.nlen||30<n.ndist){e.msg="too many length or distance symbols",n.mode=30;break}n.have=0,n.mode=18;case 18:for(;n.have<n.ncode;){for(;v<3;){if(0===b)break e;b--,x+=f[m++]<<v,v+=8}n.lens[z[n.have++]]=7&x,x>>>=3,v-=3}for(;n.have<19;)n.lens[z[n.have++]]=0;if(n.lencode=n.lendyn,n.lenbits=7,R={bits:n.lenbits},W=s(0,n.lens,0,19,n.lencode,0,n.work,R),n.lenbits=R.bits,W){e.msg="invalid code lengths set",n.mode=30;break}n.have=0,n.mode=19;case 19:for(;n.have<n.nlen+n.ndist;){for(;F=(L=n.lencode[x&(1<<n.lenbits)-1])>>>16&255,C=65535&L,!((A=L>>>24)<=v);){if(0===b)break e;b--,x+=f[m++]<<v,v+=8}if(C<16)x>>>=A,v-=A,n.lens[n.have++]=C;else{if(16===C){for(P=A+2;v<P;){if(0===b)break e;b--,x+=f[m++]<<v,v+=8}if(x>>>=A,v-=A,0===n.have){e.msg="invalid bit length repeat",n.mode=30;break}B=n.lens[n.have-1],E=3+(3&x),x>>>=2,v-=2}else if(17===C){for(P=A+3;v<P;){if(0===b)break e;b--,x+=f[m++]<<v,v+=8}v-=A,B=0,E=3+(7&(x>>>=A)),x>>>=3,v-=3}else{for(P=A+7;v<P;){if(0===b)break e;b--,x+=f[m++]<<v,v+=8}v-=A,B=0,E=11+(127&(x>>>=A)),x>>>=7,v-=7}if(n.have+E>n.nlen+n.ndist){e.msg="invalid bit length repeat",n.mode=30;break}for(;E--;)n.lens[n.have++]=B}}if(30===n.mode)break;if(0===n.lens[256]){e.msg="invalid code -- missing end-of-block",n.mode=30;break}if(n.lenbits=9,R={bits:n.lenbits},W=s(c,n.lens,0,n.nlen,n.lencode,0,n.work,R),n.lenbits=R.bits,W){e.msg="invalid literal/lengths set",n.mode=30;break}if(n.distbits=6,n.distcode=n.distdyn,R={bits:n.distbits},W=s(u,n.lens,n.nlen,n.ndist,n.distcode,0,n.work,R),n.distbits=R.bits,W){e.msg="invalid distances set",n.mode=30;break}if(n.mode=20,6===t)break e;case 20:n.mode=21;case 21:if(6<=b&&258<=w){e.next_out=y,e.avail_out=w,e.next_in=m,e.avail_in=b,n.hold=x,n.bits=v,a(e,D),y=e.next_out,p=e.output,w=e.avail_out,m=e.next_in,f=e.input,b=e.avail_in,x=n.hold,v=n.bits,12===n.mode&&(n.back=-1);break}for(n.back=0;F=(L=n.lencode[x&(1<<n.lenbits)-1])>>>16&255,C=65535&L,!((A=L>>>24)<=v);){if(0===b)break e;b--,x+=f[m++]<<v,v+=8}if(F&&0==(240&F)){for(I=A,O=F,N=C;F=(L=n.lencode[N+((x&(1<<I+O)-1)>>I)])>>>16&255,C=65535&L,!(I+(A=L>>>24)<=v);){if(0===b)break e;b--,x+=f[m++]<<v,v+=8}x>>>=I,v-=I,n.back+=I}if(x>>>=A,v-=A,n.back+=A,n.length=C,0===F){n.mode=26;break}if(32&F){n.back=-1,n.mode=12;break}if(64&F){e.msg="invalid literal/length code",n.mode=30;break}n.extra=15&F,n.mode=22;case 22:if(n.extra){for(P=n.extra;v<P;){if(0===b)break e;b--,x+=f[m++]<<v,v+=8}n.length+=x&(1<<n.extra)-1,x>>>=n.extra,v-=n.extra,n.back+=n.extra}n.was=n.length,n.mode=23;case 23:for(;F=(L=n.distcode[x&(1<<n.distbits)-1])>>>16&255,C=65535&L,!((A=L>>>24)<=v);){if(0===b)break e;b--,x+=f[m++]<<v,v+=8}if(0==(240&F)){for(I=A,O=F,N=C;F=(L=n.distcode[N+((x&(1<<I+O)-1)>>I)])>>>16&255,C=65535&L,!(I+(A=L>>>24)<=v);){if(0===b)break e;b--,x+=f[m++]<<v,v+=8}x>>>=I,v-=I,n.back+=I}if(x>>>=A,v-=A,n.back+=A,64&F){e.msg="invalid distance code",n.mode=30;break}n.offset=C,n.extra=15&F,n.mode=24;case 24:if(n.extra){for(P=n.extra;v<P;){if(0===b)break e;b--,x+=f[m++]<<v,v+=8}n.offset+=x&(1<<n.extra)-1,x>>>=n.extra,v-=n.extra,n.back+=n.extra}if(n.offset>n.dmax){e.msg="invalid distance too far back",n.mode=30;break}n.mode=25;case 25:if(0===w)break e;if(E=D-w,n.offset>E){if((E=n.offset-E)>n.whave&&n.sane){e.msg="invalid distance too far back",n.mode=30;break}k=E>n.wnext?(E-=n.wnext,n.wsize-E):n.wnext-E,E>n.length&&(E=n.length),S=n.window}else S=p,k=y-n.offset,E=n.length;for(w<E&&(E=w),w-=E,n.length-=E;p[y++]=S[k++],--E;);0===n.length&&(n.mode=21);break;case 26:if(0===w)break e;p[y++]=n.length,w--,n.mode=21;break;case 27:if(n.wrap){for(;v<32;){if(0===b)break e;b--,x|=f[m++]<<v,v+=8}if(D-=w,e.total_out+=D,n.total+=D,D&&(e.adler=n.check=n.flags?o(n.check,p,D,y-D):i(n.check,p,D,y-D)),D=w,(n.flags?x:g(x))!==n.check){e.msg="incorrect data check",n.mode=30;break}v=x=0}n.mode=28;case 28:if(n.wrap&&n.flags){for(;v<32;){if(0===b)break e;b--,x+=f[m++]<<v,v+=8}if(x!==(4294967295&n.total)){e.msg="incorrect length check",n.mode=30;break}v=x=0}n.mode=29;case 29:W=1;break e;case 30:W=-3;break e;case 31:return-4;case 32:default:return d}return e.next_out=y,e.avail_out=w,e.next_in=m,e.avail_in=b,n.hold=x,n.bits=v,(n.wsize||D!==e.avail_out&&n.mode<30&&(n.mode<27||4!==t))&&U(e,e.output,e.next_out,D-e.avail_out)?(n.mode=31,-4):(_-=e.avail_in,D-=e.avail_out,e.total_in+=_,e.total_out+=D,n.total+=D,n.wrap&&D&&(e.adler=n.check=n.flags?o(n.check,p,D,e.next_out-D):i(n.check,p,D,e.next_out-D)),e.data_type=n.bits+(n.last?64:0)+(12===n.mode?128:0)+(20===n.mode||15===n.mode?256:0),(0==_&&0===D||4===t)&&W===l&&(W=-5),W)},n.inflateEnd=function(e){if(!e||!e.state)return d;var t=e.state;return t.window&&(t.window=null),e.state=null,l},n.inflateGetHeader=function(e,t){var n;return e&&e.state?0==(2&(n=e.state).wrap)?d:((n.head=t).done=!1,l):d},n.inflateSetDictionary=function(e,t){var n,r=t.length;return e&&e.state?0!==(n=e.state).wrap&&11!==n.mode?d:11===n.mode&&i(1,t,r,0)!==n.check?-3:U(e,t,r,r)?(n.mode=31,-4):(n.havedict=1,l):d},n.inflateInfo="pako inflate (from Nodeca project)"},{"../utils/common":41,"./adler32":43,"./crc32":45,"./inffast":48,"./inftrees":50}],50:[function(e,t,n){var r=e("../utils/common"),i=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],o=[16,16,16,16,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,16,72,78],a=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,0,0],s=[16,16,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,64,64];t.exports=function(e,t,n,c,u,l,d,h){var f,p,g,m,y,b,w,x,v,_=h.bits,D=0,T=0,U=0,E=0,k=0,S=0,A=0,F=0,C=0,I=0,O=null,N=0,B=new r.Buf16(16),W=new r.Buf16(16),R=null,P=0;for(D=0;D<=15;D++)B[D]=0;for(T=0;T<c;T++)B[t[n+T]]++;for(k=_,E=15;1<=E&&0===B[E];E--);if(E<k&&(k=E),0===E)return u[l++]=20971520,u[l++]=20971520,h.bits=1,0;for(U=1;U<E&&0===B[U];U++);for(k<U&&(k=U),D=F=1;D<=15;D++)if(F<<=1,(F-=B[D])<0)return-1;if(0<F&&(0===e||1!==E))return-1;for(W[1]=0,D=1;D<15;D++)W[D+1]=W[D]+B[D];for(T=0;T<c;T++)0!==t[n+T]&&(d[W[t[n+T]]++]=T);if(b=0===e?(O=R=d,19):1===e?(O=i,N-=257,R=o,P-=257,256):(O=a,R=s,-1),D=U,y=l,A=T=I=0,g=-1,m=(C=1<<(S=k))-1,1===e&&852<C||2===e&&592<C)return 1;for(;;){for(w=D-A,v=d[T]<b?(x=0,d[T]):d[T]>b?(x=R[P+d[T]],O[N+d[T]]):(x=96,0),f=1<<D-A,U=p=1<<S;u[y+(I>>A)+(p-=f)]=w<<24|x<<16|v|0,0!==p;);for(f=1<<D-1;I&f;)f>>=1;if(0!==f?(I&=f-1,I+=f):I=0,T++,0==--B[D]){if(D===E)break;D=t[n+d[T]]}if(k<D&&(I&m)!==g){for(0===A&&(A=k),y+=U,F=1<<(S=D-A);S+A<E&&!((F-=B[S+A])<=0);)S++,F<<=1;if(C+=1<<S,1===e&&852<C||2===e&&592<C)return 1;u[g=I&m]=k<<24|S<<16|y-l|0}}return 0!==I&&(u[y+I]=D-A<<24|64<<16|0),h.bits=k,0}},{"../utils/common":41}],51:[function(e,t,n){t.exports={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"}},{}],52:[function(e,t,n){var r=e("../utils/common"),i=0,o=1;function a(e){for(var t=e.length;0<=--t;)e[t]=0}var s=0,c=29,u=256,l=u+1+c,d=30,h=19,f=2*l+1,p=15,g=16,m=7,y=256,b=16,w=17,x=18,v=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],_=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],D=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],T=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],U=new Array(2*(l+2));a(U);var E=new Array(2*d);a(E);var k=new Array(512);a(k);var S=new Array(256);a(S);var A=new Array(c);a(A);var F,C,I,O=new Array(d);function N(e,t,n,r,i){this.static_tree=e,this.extra_bits=t,this.extra_base=n,this.elems=r,this.max_length=i,this.has_stree=e&&e.length}function B(e,t){this.dyn_tree=e,this.max_code=0,this.stat_desc=t}function W(e){return e<256?k[e]:k[256+(e>>>7)]}function R(e,t){e.pending_buf[e.pending++]=255&t,e.pending_buf[e.pending++]=t>>>8&255}function P(e,t,n){e.bi_valid>g-n?(e.bi_buf|=t<<e.bi_valid&65535,R(e,e.bi_buf),e.bi_buf=t>>g-e.bi_valid,e.bi_valid+=n-g):(e.bi_buf|=t<<e.bi_valid&65535,e.bi_valid+=n)}function L(e,t,n){P(e,n[2*t],n[2*t+1])}function j(e,t){for(var n=0;n|=1&e,e>>>=1,n<<=1,0<--t;);return n>>>1}function z(e,t,n){var r,i,o=new Array(p+1),a=0;for(r=1;r<=p;r++)o[r]=a=a+n[r-1]<<1;for(i=0;i<=t;i++){var s=e[2*i+1];0!==s&&(e[2*i]=j(o[s]++,s))}}function M(e){var t;for(t=0;t<l;t++)e.dyn_ltree[2*t]=0;for(t=0;t<d;t++)e.dyn_dtree[2*t]=0;for(t=0;t<h;t++)e.bl_tree[2*t]=0;e.dyn_ltree[2*y]=1,e.opt_len=e.static_len=0,e.last_lit=e.matches=0}function q(e){8<e.bi_valid?R(e,e.bi_buf):0<e.bi_valid&&(e.pending_buf[e.pending++]=e.bi_buf),e.bi_buf=0,e.bi_valid=0}function H(e,t,n,r){var i=2*t,o=2*n;return e[i]<e[o]||e[i]===e[o]&&r[t]<=r[n]}function V(e,t,n){for(var r=e.heap[n],i=n<<1;i<=e.heap_len&&(i<e.heap_len&&H(t,e.heap[i+1],e.heap[i],e.depth)&&i++,!H(t,r,e.heap[i],e.depth));)e.heap[n]=e.heap[i],n=i,i<<=1;e.heap[n]=r}function K(e,t,n){var r,i,o,a,s=0;if(0!==e.last_lit)for(;r=e.pending_buf[e.d_buf+2*s]<<8|e.pending_buf[e.d_buf+2*s+1],i=e.pending_buf[e.l_buf+s],s++,0===r?L(e,i,t):(L(e,(o=S[i])+u+1,t),0!==(a=v[o])&&P(e,i-=A[o],a),L(e,o=W(--r),n),0!==(a=_[o])&&P(e,r-=O[o],a)),s<e.last_lit;);L(e,y,t)}function G(e,t){var n,r,i,o=t.dyn_tree,a=t.stat_desc.static_tree,s=t.stat_desc.has_stree,c=t.stat_desc.elems,u=-1;for(e.heap_len=0,e.heap_max=f,n=0;n<c;n++)0!==o[2*n]?(e.heap[++e.heap_len]=u=n,e.depth[n]=0):o[2*n+1]=0;for(;e.heap_len<2;)o[2*(i=e.heap[++e.heap_len]=u<2?++u:0)]=1,e.depth[i]=0,e.opt_len--,s&&(e.static_len-=a[2*i+1]);for(t.max_code=u,n=e.heap_len>>1;1<=n;n--)V(e,o,n);for(i=c;n=e.heap[1],e.heap[1]=e.heap[e.heap_len--],V(e,o,1),r=e.heap[1],e.heap[--e.heap_max]=n,e.heap[--e.heap_max]=r,o[2*i]=o[2*n]+o[2*r],e.depth[i]=(e.depth[n]>=e.depth[r]?e.depth[n]:e.depth[r])+1,o[2*n+1]=o[2*r+1]=i,e.heap[1]=i++,V(e,o,1),2<=e.heap_len;);e.heap[--e.heap_max]=e.heap[1],function(e,t){var n,r,i,o,a,s,c=t.dyn_tree,u=t.max_code,l=t.stat_desc.static_tree,d=t.stat_desc.has_stree,h=t.stat_desc.extra_bits,g=t.stat_desc.extra_base,m=t.stat_desc.max_length,y=0;for(o=0;o<=p;o++)e.bl_count[o]=0;for(c[2*e.heap[e.heap_max]+1]=0,n=e.heap_max+1;n<f;n++)m<(o=c[2*c[2*(r=e.heap[n])+1]+1]+1)&&(o=m,y++),c[2*r+1]=o,u<r||(e.bl_count[o]++,a=0,g<=r&&(a=h[r-g]),s=c[2*r],e.opt_len+=s*(o+a),d&&(e.static_len+=s*(l[2*r+1]+a)));if(0!==y){do{for(o=m-1;0===e.bl_count[o];)o--;e.bl_count[o]--,e.bl_count[o+1]+=2,e.bl_count[m]--,y-=2}while(0<y);for(o=m;0!==o;o--)for(r=e.bl_count[o];0!==r;)u<(i=e.heap[--n])||(c[2*i+1]!==o&&(e.opt_len+=(o-c[2*i+1])*c[2*i],c[2*i+1]=o),r--)}}(e,t),z(o,u,e.bl_count)}function Z(e,t,n){var r,i,o=-1,a=t[1],s=0,c=7,u=4;for(0===a&&(c=138,u=3),t[2*(n+1)+1]=65535,r=0;r<=n;r++)i=a,a=t[2*(r+1)+1],++s<c&&i===a||(s<u?e.bl_tree[2*i]+=s:0!==i?(i!==o&&e.bl_tree[2*i]++,e.bl_tree[2*b]++):s<=10?e.bl_tree[2*w]++:e.bl_tree[2*x]++,o=i,u=(s=0)===a?(c=138,3):i===a?(c=6,3):(c=7,4))}function X(e,t,n){var r,i,o=-1,a=t[1],s=0,c=7,u=4;for(0===a&&(c=138,u=3),r=0;r<=n;r++)if(i=a,a=t[2*(r+1)+1],!(++s<c&&i===a)){if(s<u)for(;L(e,i,e.bl_tree),0!=--s;);else 0!==i?(i!==o&&(L(e,i,e.bl_tree),s--),L(e,b,e.bl_tree),P(e,s-3,2)):s<=10?(L(e,w,e.bl_tree),P(e,s-3,3)):(L(e,x,e.bl_tree),P(e,s-11,7));o=i,u=(s=0)===a?(c=138,3):i===a?(c=6,3):(c=7,4)}}a(O);var $=!1;function Y(e,t,n,i){var o,a,c,u;P(e,(s<<1)+(i?1:0),3),a=t,c=n,u=!0,q(o=e),u&&(R(o,c),R(o,~c)),r.arraySet(o.pending_buf,o.window,a,c,o.pending),o.pending+=c}n._tr_init=function(e){$||(function(){var e,t,n,r,i,o=new Array(p+1);for(r=n=0;r<c-1;r++)for(A[r]=n,e=0;e<1<<v[r];e++)S[n++]=r;for(S[n-1]=r,r=i=0;r<16;r++)for(O[r]=i,e=0;e<1<<_[r];e++)k[i++]=r;for(i>>=7;r<d;r++)for(O[r]=i<<7,e=0;e<1<<_[r]-7;e++)k[256+i++]=r;for(t=0;t<=p;t++)o[t]=0;for(e=0;e<=143;)U[2*e+1]=8,e++,o[8]++;for(;e<=255;)U[2*e+1]=9,e++,o[9]++;for(;e<=279;)U[2*e+1]=7,e++,o[7]++;for(;e<=287;)U[2*e+1]=8,e++,o[8]++;for(z(U,l+1,o),e=0;e<d;e++)E[2*e+1]=5,E[2*e]=j(e,5);F=new N(U,v,u+1,l,p),C=new N(E,_,0,d,p),I=new N(new Array(0),D,0,h,m)}(),$=!0),e.l_desc=new B(e.dyn_ltree,F),e.d_desc=new B(e.dyn_dtree,C),e.bl_desc=new B(e.bl_tree,I),e.bi_buf=0,e.bi_valid=0,M(e)},n._tr_stored_block=Y,n._tr_flush_block=function(e,t,n,r){var a,s,c=0;0<e.level?(2===e.strm.data_type&&(e.strm.data_type=function(e){var t,n=4093624447;for(t=0;t<=31;t++,n>>>=1)if(1&n&&0!==e.dyn_ltree[2*t])return i;if(0!==e.dyn_ltree[18]||0!==e.dyn_ltree[20]||0!==e.dyn_ltree[26])return o;for(t=32;t<u;t++)if(0!==e.dyn_ltree[2*t])return o;return i}(e)),G(e,e.l_desc),G(e,e.d_desc),c=function(e){var t;for(Z(e,e.dyn_ltree,e.l_desc.max_code),Z(e,e.dyn_dtree,e.d_desc.max_code),G(e,e.bl_desc),t=h-1;3<=t&&0===e.bl_tree[2*T[t]+1];t--);return e.opt_len+=3*(t+1)+5+5+4,t}(e),a=e.opt_len+3+7>>>3,(s=e.static_len+3+7>>>3)<=a&&(a=s)):a=s=n+5,n+4<=a&&-1!==t?Y(e,t,n,r):4===e.strategy||s===a?(P(e,2+(r?1:0),3),K(e,U,E)):(P(e,4+(r?1:0),3),function(e,t,n,r){var i;for(P(e,t-257,5),P(e,n-1,5),P(e,r-4,4),i=0;i<r;i++)P(e,e.bl_tree[2*T[i]+1],3);X(e,e.dyn_ltree,t-1),X(e,e.dyn_dtree,n-1)}(e,e.l_desc.max_code+1,e.d_desc.max_code+1,c+1),K(e,e.dyn_ltree,e.dyn_dtree)),M(e),r&&q(e)},n._tr_tally=function(e,t,n){return e.pending_buf[e.d_buf+2*e.last_lit]=t>>>8&255,e.pending_buf[e.d_buf+2*e.last_lit+1]=255&t,e.pending_buf[e.l_buf+e.last_lit]=255&n,e.last_lit++,0===t?e.dyn_ltree[2*n]++:(e.matches++,t--,e.dyn_ltree[2*(S[n]+u+1)]++,e.dyn_dtree[2*W(t)]++),e.last_lit===e.lit_bufsize-1},n._tr_align=function(e){var t;P(e,2,3),L(e,y,U),16===(t=e).bi_valid?(R(t,t.bi_buf),t.bi_buf=0,t.bi_valid=0):8<=t.bi_valid&&(t.pending_buf[t.pending++]=255&t.bi_buf,t.bi_buf>>=8,t.bi_valid-=8)}},{"../utils/common":41}],53:[function(e,t,n){t.exports=function(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0}},{}],54:[function(e,t,n){(function(e){!function(e,t){if(!e.setImmediate){var n,r,i,o,a=1,s={},c=!1,u=e.document,l=Object.getPrototypeOf&&Object.getPrototypeOf(e);l=l&&l.setTimeout?l:e,n="[object process]"==={}.toString.call(e.process)?function(e){ye.nextTick((function(){h(e)}))}:function(){if(e.postMessage&&!e.importScripts){var t=!0,n=e.onmessage;return e.onmessage=function(){t=!1},e.postMessage("","*"),e.onmessage=n,t}}()?(o="setImmediate$"+Math.random()+"$",e.addEventListener?e.addEventListener("message",f,!1):e.attachEvent("onmessage",f),function(t){e.postMessage(o+t,"*")}):e.MessageChannel?((i=new MessageChannel).port1.onmessage=function(e){h(e.data)},function(e){i.port2.postMessage(e)}):u&&"onreadystatechange"in u.createElement("script")?(r=u.documentElement,function(e){var t=u.createElement("script");t.onreadystatechange=function(){h(e),t.onreadystatechange=null,r.removeChild(t),t=null},r.appendChild(t)}):function(e){setTimeout(h,0,e)},l.setImmediate=function(e){"function"!=typeof e&&(e=new Function(""+e));for(var t=new Array(arguments.length-1),r=0;r<t.length;r++)t[r]=arguments[r+1];var i={callback:e,args:t};return s[a]=i,n(a),a++},l.clearImmediate=d}function d(e){delete s[e]}function h(e){if(c)setTimeout(h,0,e);else{var n=s[e];if(n){c=!0;try{!function(e){var n=e.callback,r=e.args;switch(r.length){case 0:n();break;case 1:n(r[0]);break;case 2:n(r[0],r[1]);break;case 3:n(r[0],r[1],r[2]);break;default:n.apply(t,r)}}(n)}finally{d(e),c=!1}}}}function f(t){t.source===e&&"string"==typeof t.data&&0===t.data.indexOf(o)&&h(+t.data.slice(o.length))}}("undefined"==typeof self?void 0===e?this:e:self)}).call(this,void 0!==O?O:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}]},{},[10])(10));var wl={exports:{}},xl={"&":"&",'"':""","'":"'","<":"<",">":">"};var vl=function(e){return e&&e.replace?e.replace(/([&"<>'])/g,(function(e,t){return xl[t]})):e},_l=kn.Stream;function Dl(e,t,n){n=n||0;var r,i,o=(r=t,new Array(n||0).join(r||"")),a=e;if("object"==typeof e&&((a=e[i=Object.keys(e)[0]])&&a._elem))return a._elem.name=i,a._elem.icount=n,a._elem.indent=t,a._elem.indents=o,a._elem.interrupt=a,a._elem;var s,c=[],u=[];function l(e){Object.keys(e).forEach((function(t){c.push(function(e,t){return e+'="'+vl(t)+'"'}(t,e[t]))}))}switch(typeof a){case"object":if(null===a)break;a._attr&&l(a._attr),a._cdata&&u.push(("<![CDATA["+a._cdata).replace(/\]\]>/g,"]]]]><![CDATA[>")+"]]>"),a.forEach&&(s=!1,u.push(""),a.forEach((function(e){"object"==typeof e?"_attr"==Object.keys(e)[0]?l(e._attr):u.push(Dl(e,t,n+1)):(u.pop(),s=!0,u.push(vl(e)))})),s||u.push(""));break;default:u.push(vl(a))}return{name:i,interrupt:!1,attributes:c,content:u,icount:n,indents:o,indent:t}}function Tl(e,t,n){if("object"!=typeof t)return e(!1,t);var r=t.interrupt?1:t.content.length;function i(){for(;t.content.length;){var i=t.content.shift();if(void 0!==i){if(o(i))return;Tl(e,i)}}e(!1,(r>1?t.indents:"")+(t.name?"</"+t.name+">":"")+(t.indent&&!n?"\n":"")),n&&n()}function o(t){return!!t.interrupt&&(t.interrupt.append=e,t.interrupt.end=i,t.interrupt=!1,e(!0),!0)}if(e(!1,t.indents+(t.name?"<"+t.name:"")+(t.attributes.length?" "+t.attributes.join(" "):"")+(r?t.name?">":"":t.name?"/>":"")+(t.indent&&r>1?"\n":"")),!r)return e(!1,t.indent?"\n":"");o(t)||i()}wl.exports=function(e,t){"object"!=typeof t&&(t={indent:t});var n,r,i=t.stream?new _l:null,o="",a=!1,s=t.indent?!0===t.indent?" ":t.indent:"",c=!0;function u(e){c?ye.nextTick(e):e()}function l(e,t){if(void 0!==t&&(o+=t),e&&!a&&(i=i||new _l,a=!0),e&&a){var n=o;u((function(){i.emit("data",n)})),o=""}}function d(e,t){Tl(l,Dl(e,s,s?1:0),t)}function h(){if(i){var e=o;u((function(){i.emit("data",e),i.emit("end"),i.readable=!1,i.emit("close")}))}}return u((function(){c=!1})),t.declaration&&(n=t.declaration,r={version:"1.0",encoding:n.encoding||"UTF-8"},n.standalone&&(r.standalone=n.standalone),d({"?xml":{_attr:r}}),o=o.replace("/>","?>")),e&&e.forEach?e.forEach((function(t,n){var r;n+1===e.length&&(r=h),d(t,r)})):d(e,h),i?(i.readable=!0,i):o},wl.exports.element=wl.exports.Element=function(){var e=Array.prototype.slice.call(arguments),t={_elem:Dl(e),push:function(e){if(!this.append)throw new Error("not assigned to a parent!");var t=this,n=this._elem.indent;Tl(this.append,Dl(e,n,this._elem.icount+(n?1:0)),(function(){t.append(!0)}))},close:function(e){void 0!==e&&this.push(e),this.end&&this.end()}};return t};const Ul=N(wl.exports),El=(e,t)=>{const n=t.replace(/-/g,"");if(32!==n.length)throw new Error(`Error: Cannot extract GUID from font filename: ${t}`);const r=n.replace(/(..)/g,"$1 ").trim().split(" ").map((e=>parseInt(e,16)));r.reverse();const i=e.slice(0,32).map(((e,t)=>e^r[t%r.length]));return Buffer.concat([e.slice(0,0),i,e.slice(32)])};class kl{format(e,t={stack:[]}){const n=e.prepForXml(t);if(n)return n;throw Error("XMLComponent did not format correctly")}}class Sl{replace(e,t,n){let r=e;return t.forEach(((e,t)=>{r=r.replace(new RegExp(`{${e.fileName}}`,"g"),(n+t).toString())})),r}getMediaData(e,t){return t.Array.filter((t=>e.search(`{${t.fileName}}`)>0))}}class Al{replace(e,t){let n=e;for(const r of t)n=n.replace(new RegExp(`{${r.reference}-${r.instance}}`,"g"),r.numId.toString());return n}}const Fl=" ",Cl=e=>!0===e?Fl:!1===e?void 0:e;class Il{static toString(e,t){return U(this,null,(function*(){const n=this.compiler.compile(e,Cl(t));return yield n.generateAsync({type:"string",mimeType:"application/vnd.openxmlformats-officedocument.wordprocessingml.document",compression:"DEFLATE"})}))}static toBuffer(e,t){return U(this,null,(function*(){const n=this.compiler.compile(e,Cl(t));return yield n.generateAsync({type:"nodebuffer",mimeType:"application/vnd.openxmlformats-officedocument.wordprocessingml.document",compression:"DEFLATE"})}))}static toBase64String(e,t){return U(this,null,(function*(){const n=this.compiler.compile(e,Cl(t));return yield n.generateAsync({type:"base64",mimeType:"application/vnd.openxmlformats-officedocument.wordprocessingml.document",compression:"DEFLATE"})}))}static toBlob(e,t){return U(this,null,(function*(){const n=this.compiler.compile(e,Cl(t));return yield n.generateAsync({type:"blob",mimeType:"application/vnd.openxmlformats-officedocument.wordprocessingml.document",compression:"DEFLATE"})}))}static toStream(e,t){const n=new kn.Stream;return this.compiler.compile(e,Cl(t)).generateAsync({type:"nodebuffer",mimeType:"application/vnd.openxmlformats-officedocument.wordprocessingml.document",compression:"DEFLATE"}).then((e=>{n.emit("data",e),n.emit("end")})),n}}T(Il,"compiler",new class{constructor(){T(this,"formatter"),T(this,"imageReplacer"),T(this,"numberingReplacer"),this.formatter=new kl,this.imageReplacer=new Sl,this.numberingReplacer=new Al}compile(e,t){const n=new bl,r=this.xmlifyFile(e,t),i=new Map(Object.entries(r));for(const[,o]of i)if(Array.isArray(o))for(const e of o)n.file(e.path,e.data);else n.file(o.path,o.data);for(const{stream:o,fileName:a}of e.Media.Array)n.file(`word/media/${a}`,o);for(const{data:o,name:a,fontKey:s}of e.FontTable.fontOptionsWithKey){const[e]=a.split(".");n.file(`word/fonts/${e}.odttf`,El(o,s))}return n}xmlifyFile(e,t){const n=e.Document.Relationships.RelationshipCount+1,r=Ul(this.formatter.format(e.Document.View,{viewWrapper:e.Document,file:e,stack:[]}),{indent:t,declaration:{standalone:"yes",encoding:"UTF-8"}}),i=this.imageReplacer.getMediaData(r,e.Media);return{Relationships:{data:(()=>(i.forEach(((t,r)=>{e.Document.Relationships.createRelationship(n+r,"http://schemas.openxmlformats.org/officeDocument/2006/relationships/image",`media/${t.fileName}`)})),Ul(this.formatter.format(e.Document.Relationships,{viewWrapper:e.Document,file:e,stack:[]}),{indent:t,declaration:{encoding:"UTF-8"}})))(),path:"word/_rels/document.xml.rels"},Document:{data:(()=>{const t=this.imageReplacer.replace(r,i,n);return this.numberingReplacer.replace(t,e.Numbering.ConcreteNumbering)})(),path:"word/document.xml"},Styles:{data:(()=>{const n=Ul(this.formatter.format(e.Styles,{viewWrapper:e.Document,file:e,stack:[]}),{indent:t,declaration:{standalone:"yes",encoding:"UTF-8"}});return this.numberingReplacer.replace(n,e.Numbering.ConcreteNumbering)})(),path:"word/styles.xml"},Properties:{data:Ul(this.formatter.format(e.CoreProperties,{viewWrapper:e.Document,file:e,stack:[]}),{indent:t,declaration:{standalone:"yes",encoding:"UTF-8"}}),path:"docProps/core.xml"},Numbering:{data:Ul(this.formatter.format(e.Numbering,{viewWrapper:e.Document,file:e,stack:[]}),{indent:t,declaration:{standalone:"yes",encoding:"UTF-8"}}),path:"word/numbering.xml"},FileRelationships:{data:Ul(this.formatter.format(e.FileRelationships,{viewWrapper:e.Document,file:e,stack:[]}),{indent:t,declaration:{encoding:"UTF-8"}}),path:"_rels/.rels"},HeaderRelationships:e.Headers.map(((n,r)=>{const i=Ul(this.formatter.format(n.View,{viewWrapper:n,file:e,stack:[]}),{indent:t,declaration:{encoding:"UTF-8"}});return this.imageReplacer.getMediaData(i,e.Media).forEach(((e,t)=>{n.Relationships.createRelationship(t,"http://schemas.openxmlformats.org/officeDocument/2006/relationships/image",`media/${e.fileName}`)})),{data:Ul(this.formatter.format(n.Relationships,{viewWrapper:n,file:e,stack:[]}),{indent:t,declaration:{encoding:"UTF-8"}}),path:`word/_rels/header${r+1}.xml.rels`}})),FooterRelationships:e.Footers.map(((n,r)=>{const i=Ul(this.formatter.format(n.View,{viewWrapper:n,file:e,stack:[]}),{indent:t,declaration:{encoding:"UTF-8"}});return this.imageReplacer.getMediaData(i,e.Media).forEach(((e,t)=>{n.Relationships.createRelationship(t,"http://schemas.openxmlformats.org/officeDocument/2006/relationships/image",`media/${e.fileName}`)})),{data:Ul(this.formatter.format(n.Relationships,{viewWrapper:n,file:e,stack:[]}),{indent:t,declaration:{encoding:"UTF-8"}}),path:`word/_rels/footer${r+1}.xml.rels`}})),Headers:e.Headers.map(((n,r)=>{const i=Ul(this.formatter.format(n.View,{viewWrapper:n,file:e,stack:[]}),{indent:t,declaration:{encoding:"UTF-8"}}),o=this.imageReplacer.getMediaData(i,e.Media),a=this.imageReplacer.replace(i,o,0);return{data:this.numberingReplacer.replace(a,e.Numbering.ConcreteNumbering),path:`word/header${r+1}.xml`}})),Footers:e.Footers.map(((n,r)=>{const i=Ul(this.formatter.format(n.View,{viewWrapper:n,file:e,stack:[]}),{indent:t,declaration:{encoding:"UTF-8"}}),o=this.imageReplacer.getMediaData(i,e.Media),a=this.imageReplacer.replace(i,o,0);return{data:this.numberingReplacer.replace(a,e.Numbering.ConcreteNumbering),path:`word/footer${r+1}.xml`}})),ContentTypes:{data:Ul(this.formatter.format(e.ContentTypes,{viewWrapper:e.Document,file:e,stack:[]}),{indent:t,declaration:{encoding:"UTF-8"}}),path:"[Content_Types].xml"},CustomProperties:{data:Ul(this.formatter.format(e.CustomProperties,{viewWrapper:e.Document,file:e,stack:[]}),{indent:t,declaration:{standalone:"yes",encoding:"UTF-8"}}),path:"docProps/custom.xml"},AppProperties:{data:Ul(this.formatter.format(e.AppProperties,{viewWrapper:e.Document,file:e,stack:[]}),{indent:t,declaration:{standalone:"yes",encoding:"UTF-8"}}),path:"docProps/app.xml"},FootNotes:{data:Ul(this.formatter.format(e.FootNotes.View,{viewWrapper:e.FootNotes,file:e,stack:[]}),{indent:t,declaration:{encoding:"UTF-8"}}),path:"word/footnotes.xml"},FootNotesRelationships:{data:Ul(this.formatter.format(e.FootNotes.Relationships,{viewWrapper:e.FootNotes,file:e,stack:[]}),{indent:t,declaration:{encoding:"UTF-8"}}),path:"word/_rels/footnotes.xml.rels"},Settings:{data:Ul(this.formatter.format(e.Settings,{viewWrapper:e.Document,file:e,stack:[]}),{indent:t,declaration:{standalone:"yes",encoding:"UTF-8"}}),path:"word/settings.xml"},Comments:{data:Ul(this.formatter.format(e.Comments,{viewWrapper:e.Document,file:e,stack:[]}),{indent:t,declaration:{standalone:"yes",encoding:"UTF-8"}}),path:"word/comments.xml"},FontTable:{data:Ul(this.formatter.format(e.FontTable.View,{viewWrapper:e.Document,file:e,stack:[]}),{indent:t,declaration:{standalone:"yes",encoding:"UTF-8"}}),path:"word/fontTable.xml"},FontTableRelationships:{data:(()=>Ul(this.formatter.format(e.FontTable.Relationships,{viewWrapper:e.Document,file:e,stack:[]}),{indent:t,declaration:{encoding:"UTF-8"}}))(),path:"word/_rels/fontTable.xml.rels"}}}});const Ol={font:"微软雅黑",fontSize:16,lineHeightRatio:1,tableBorderWidth:1,tableBorderColor:"#000000",paragraphSpacing:0};function Nl(e){return Math.round(14.4*e)}function Bl(e){return Math.round(1.5*e)}function Wl(e,t=1){var n;if(e.listType===c.OL)return`${t}. `;if(e.listStyle===l.CHECKBOX)return(null==(n=e.checkbox)?void 0:n.value)?"☑":"□";switch(e.listStyle){case l.CIRCLE:return"◦ ";case l.SQUARE:return"▫︎ ";case l.DISC:default:return"• "}}function Rl(e){switch(e){case d.LEFT:return Gr;case d.CENTER:return Kr;case d.RIGHT:return Zr;case d.ALIGNMENT:case d.JUSTIFY:return Xr;default:return}}function Pl(e){switch(e){case f.TOP:return Qa;case f.MIDDLE:return Ya;case f.BOTTOM:return $a;default:return}}function Ll(e){if(!e)return;const t=e.trim();if(/^#[0-9a-f]{3}$/i.test(t))return t.slice(1).split("").map((e=>`${e}${e}`)).join("").toUpperCase();if(/^#[0-9a-f]{6}$/i.test(t))return t.slice(1).toUpperCase();const n=t.match(/^rgba?\((\d{1,3}),\s*(\d{1,3}),\s*(\d{1,3})(?:,\s*[\d.]+)?\)$/i);return n?n.slice(1,4).map((e=>Math.max(0,Math.min(255,Number(e))).toString(16).padStart(2,"0"))).join("").toUpperCase():void 0}function jl(e){return Ll(e)||"000000"}function zl(e){return Ll(e)}function Ml(e){return e.replace(/^data:image\/[^;]+;base64,/,"")}function ql(e,t){return Math.round(e*t*15)}function Hl(e,t,n,r,i){const o=i||Ol,a=jl(t)||jl(o.tableBorderColor),s=n||o.tableBorderWidth,c={style:ei,size:s,color:a},u={style:ei,size:r||s,color:a},l={style:ni,size:0,color:a};switch(e){case p.ALL:return{top:c,bottom:c,left:c,right:c,insideHorizontal:c,insideVertical:c};case p.EXTERNAL:return{top:u,bottom:u,left:u,right:u,insideHorizontal:c,insideVertical:c};case p.EMPTY:return{top:l,bottom:l,left:l,right:l,insideHorizontal:l,insideVertical:l};default:return{top:c,bottom:c,left:c,right:c,insideHorizontal:c,insideVertical:c}}}function Vl(e,t){const n=e.level===h.FIRST?20:e.level===h.SECOND?18:e.level===h.THIRD?16:e.level===h.FOURTH?15:e.level===h.FIFTH?14:12,r=(e.valueList||[]).filter((e=>e.value&&e.value.trim())).map((r=>{const i=s({},r);return i.size=n,i.bold=e.level===h.FIRST||e.level===h.SECOND,$l(i,t)}));return 0===r.length?null:new Vs({alignment:Rl(e.rowFlex),spacing:{line:ql(n,e.rowMargin||1),lineRule:Ta,before:200,after:100},children:r})}function Kl(e,t){const n=e.font||t.font,r=(e.valueList||[]).flatMap((e=>("string"==typeof e.value?e.value:"").split("\n"))).map((e=>e.trim())).filter(Boolean);if(0===r.length)return[];const i=e.size||t.fontSize,o=20*i*(e.rowMargin||1),a=e.listType===c.OL;return r.map((t=>new Vs({alignment:Rl(e.rowFlex),spacing:{line:o,lineRule:Ta,before:0,after:0},bullet:a?void 0:{level:0},numbering:a?{reference:"docx-list-numbering",level:0}:void 0,children:[new Gi({text:t,size:Bl(i),font:n})]})))}function Gl(e,t){const n=[];for(const r of e){const e=[],i=Nl(r.height),o=r.elementList.filter((e=>""!==e.value)),a=1===o.length&&o[0].type===u.IMAGE,s=a?{before:0,after:0}:{line:i,lineRule:Ta,before:0,after:0};for(const c of r.elementList)if(""!==c.value)if(c.type===u.IMAGE&&a)n.push(Xl(c));else if("string"==typeof c.value&&c.value.includes("\n")){const n=c.value.split("\n"),r=c.font||t.font,i=c.size||t.fontSize;n.forEach(((n,o)=>{o>0&&e.push(new Gi({text:"",break:1,font:r,size:Bl(i)})),e.push(Yl(c,t,n))}))}else e.push($l(c,t));a||(0===e.length?n.push(new Vs({children:[new Gi({text:"",font:t.font,size:Bl(t.fontSize)})],spacing:s})):n.push(new Vs({alignment:r.rowFlex?Rl(r.rowFlex):void 0,spacing:s,children:e})))}return n}function Zl(e,t){const{trList:n,colgroup:r,borderType:i,borderColor:o,borderWidth:a,borderExternalWidth:s}=e,c=[],u=null==r?void 0:r.map((e=>Nl(e.width)));for(const l of n){const e=[];for(const n of l.tdList)e.push(new dc({columnSpan:n.colspan,rowSpan:n.rowspan,shading:n.backgroundColor?{fill:jl(n.backgroundColor)}:void 0,verticalAlign:Pl(n.verticalAlign),width:n.width?{size:Nl(n.width),type:Js.DXA}:void 0,children:n.rowList&&n.rowList.length>0?Gl(n.rowList,t):Ql(n.value,t)}));c.push(new Tc({height:l.height?{value:Nl(l.height),rule:xc}:void 0,children:e}))}return new wc({rows:c,width:{size:"100%",type:Js.PERCENTAGE},columnWidths:u,borders:Hl(i,o,a,s,t)})}function Xl(e,t){var n,r;const i=null!=(n=e.width)?n:100,o=null!=(r=e.height)?r:100;return new Vs({alignment:Rl(e.rowFlex),spacing:t?{before:0,after:0,line:t}:{before:0,after:0},children:[new pa({data:Ml(e.value),transformation:{width:i,height:o}})]})}function $l(e,t){var n,r;const i=e.size||t.fontSize,o=e.font||t.font;if(e.type===u.IMAGE){const t=e=>Math.round(e);return new pa({data:Ml(e.value),transformation:{width:e.width?t(e.width):t(100),height:e.height?t(e.height):t(100)}})}if(e.type===u.HYPERLINK)return new qa({children:[new Gi({text:(null==(n=e.valueList)?void 0:n.map((e=>e.value)).join(""))||"",style:"Hyperlink",underline:{},font:o,size:Bl(i)})],link:e.url||""});if(e.type===u.TAB)return new Gi({children:[new wa],font:o,size:Bl(i)});if(e.type===u.LATEX)return new Gs(e.value);if(e.type===u.PAGE_BREAK)return new _a;if(e.type===u.CHECKBOX)return new gl({checked:!!(null==(r=e.checkbox)?void 0:r.value)});if(e.type===u.RADIO)return new Gi({text:"⚪ ",size:Bl(i),font:o});if(e.type===u.LABEL&&e.label){const t=Ll(e.label.backgroundColor),n=Ll(e.label.color);return new Gi({text:` ${e.value||""} `,size:Bl(i),font:o,color:n,shading:t?{fill:t}:void 0})}if(e.type===u.CONTROL&&e.control){const t=e.control.value,n=Array.isArray(t)?t.map((e=>e.value)).join(""):t||"";return new Gi({text:n,size:Bl(i),font:o})}return new Gi({font:o,text:e.value,bold:e.bold,size:Bl(i),color:zl(e.color),italics:e.italic,strike:e.strikeout,shading:e.highlight?{fill:jl(e.highlight)}:void 0,superScript:e.type===u.SUPERSCRIPT,subScript:e.type===u.SUBSCRIPT,underline:e.underline?{}:void 0})}function Yl(e,t,n){const r=e.size||t.fontSize;return new Gi({text:n,font:e.font||t.font,bold:e.bold,size:Bl(r),color:zl(e.color),italics:e.italic,strike:e.strikeout,shading:e.highlight?{fill:jl(e.highlight)}:void 0,superScript:e.type===u.SUPERSCRIPT,subScript:e.type===u.SUBSCRIPT,underline:e.underline?{}:void 0})}function Ql(e,t){var n;const r=[];let i,o,a=[];const s=()=>{a.length>0&&r.push(new Vs({alignment:i,spacing:o,children:a})),a=[],i=void 0,o=void 0};for(const c of e)switch(c.type){case u.TITLE:{s();const e=Vl(c,t);e&&r.push(e);break}case u.LIST:s(),r.push(...Kl(c,t));break;case u.TABLE:s(),r.push(Zl(c,t));break;case u.SEPARATOR:break;case u.DATE:a.push(...(null==(n=c.valueList)?void 0:n.map((e=>$l(e,t))))||[]);break;case u.BLOCK:c.block&&(s(),r.push(...Ql(c.valueList||[],t)));break;case u.AREA:c.valueList&&(s(),r.push(...Ql(c.valueList,t)));break;case u.IMAGE:{s();const e=ql(c.size||t.fontSize,c.rowMargin||t.lineHeightRatio);r.push(Xl(c,e));break}default:if(/^\n/.test(c.value)){const e=c.value.match(/^\n+/);if(e){s();for(let n=1;n<e[0].length;n++)r.push(new Vs({children:[new Gi({text:"",font:t.font,size:Bl(c.size||t.fontSize)})],spacing:{line:ql(c.size||t.fontSize,c.rowMargin||t.lineHeightRatio),lineRule:Ta}}))}c.value=c.value.replace(/^\n+/,"")}if(c.value||0!==a.length){if(c.value)if(""===c.value)s(),r.push(new Vs({children:[new Gi({text:"",font:t.font,size:Bl(t.fontSize)})],spacing:{line:ql(c.size||t.fontSize,c.rowMargin||t.lineHeightRatio),lineRule:Ta}}));else{if(0===a.length){i=Rl(c.rowFlex);const e={line:ql(c.size||t.fontSize,c.rowMargin||t.lineHeightRatio),lineRule:Ta};if(void 0!==c.rowMargin&&null!==c.rowMargin){const n=t.basicRowMarginHeight*c.rowMargin;n>0&&(e.before=Nl(n/2),e.after=Nl(n/2))}o=e}if("string"==typeof c.value&&c.value.includes("\n")){const e=c.value.split("\n"),n=c.font||t.font,r=c.size||t.fontSize;e.forEach(((e,i)=>{i>0&&a.push(new Gi({text:"",break:1,font:n,size:Bl(r)})),a.push(Yl(c,t,e))}))}else a.push($l(c,t))}}else s(),r.push(new Vs({children:[new Gi({text:"",font:t.font,size:Bl(t.fontSize)})],spacing:{line:ql(c.size||t.fontSize,c.rowMargin||t.lineHeightRatio),lineRule:Ta}}))}return s(),r}function Jl(e){return function(r){var i;const{fileName:o,isFile:a=!0}=r,{data:{header:l,footer:d},options:h}=e.getValue(),f=e.getPageRowList()||[],p=h.defaultBasicRowMarginHeight||8,g=h.defaultRowMargin||1,m=h.separator||{},y={font:h.defaultFont||Ol.font,fontSize:h.defaultSize||Ol.fontSize,lineHeightRatio:Ol.lineHeightRatio,tableBorderWidth:Ol.tableBorderWidth,tableBorderColor:(null==(i=h.table)?void 0:i.defaultBorderColor)||Ol.tableBorderColor,paragraphSpacing:p*g,basicRowMarginHeight:p,separatorLineWidth:m.lineWidth||1,separatorStrokeStyle:m.strokeStyle||"#000000"};!function(e){const t=new Map;for(let r=0;r<e.length;r++){const n=e[r];for(let e=0;e<n.length;e++){const i=n[e].elementList;for(let n=0;n<i.length;n++){const o=i[n];if(o.type===u.TABLE&&o.pagingId){const i=t.get(o.pagingId)||[];i.push({pageIndex:r,rowIndex:e,elementIndex:n}),t.set(o.pagingId,i)}}}}for(const[,r]of t){if(r.length<=1)continue;const t=r[0],n=e[t.pageIndex][t.rowIndex].elementList,i=structuredClone(n[t.elementIndex]),o=[...i.trList||[]];let a=i.height||0;for(let l=1;l<r.length;l++){const t=r[l],n=e[t.pageIndex][t.rowIndex].elementList[t.elementIndex],i=(n.trList||[]).filter((e=>!e.pagingRepeat));o.push(...i),a+=n.height||0}const s=new Map,c=[];for(const e of o)if(null!=e.originalRowIndex){const t=e.originalRowIndex;s.has(t)||s.set(t,[]),s.get(t).push(e)}else c.push(e);const u=[];s.forEach((e=>{if(1===e.length)u.push(e[0]);else{const t=structuredClone(e[0]);t.tdList.forEach(((t,n)=>{t.value=[];for(const r of e){const e=r.tdList[n];(null==e?void 0:e.value)&&t.value.push(...e.value)}})),u.push(t)}})),u.push(...c),u.sort(((e,t)=>{const n=e.originalRowIndex,r=t.originalRowIndex;return null==n&&null==r?0:null==n?1:null==r?-1:n-r}));for(const e of u)if(e.tdList)for(const t of e.tdList)t.rowList=void 0;i.trList=u,i.height=a,i.pagingId="",i.pagingIndex=void 0,e[t.pageIndex][t.rowIndex].elementList[t.elementIndex]=i}const n=[];for(const[,r]of t)if(!(r.length<=1))for(let e=1;e<r.length;e++)n.push(r[e]);n.sort(((e,t)=>e.pageIndex!==t.pageIndex?t.pageIndex-e.pageIndex:e.rowIndex!==t.rowIndex?t.rowIndex-e.rowIndex:t.elementIndex-e.elementIndex));for(const r of n)e[r.pageIndex][r.rowIndex].elementList.splice(r.elementIndex,1)}(f);const b=function(e,t){const n=[];for(const r of e){let e=new Map;for(const i of r){if(i.isPageBreak){n.push(new Vs({children:[new _a]})),e=new Map;continue}const r=i.elementList.filter((e=>e.listId)),o=r[0];if(r.length>0&&r.length===i.elementList.length&&(null==o?void 0:o.listId)&&(null==o?void 0:o.listId)){const r=o.listId,a=o.listType===c.OL,s=a?(e.get(r)||0)+1:0;a&&e.set(r,s);const u=o.size||t.fontSize,l=Nl(i.height),d=Wl(o,s),h=[new Gi({text:d,size:Bl(u),font:o.font||t.font}),...i.elementList.filter((e=>""!==e.value)).map((e=>$l(e,t)))];n.push(new Vs({alignment:Rl(i.rowFlex),spacing:{line:l,lineRule:Ta,before:t.paragraphSpacing>0?Nl(t.paragraphSpacing/2):0,after:t.paragraphSpacing>0?Nl(t.paragraphSpacing/2):0},children:h.length?h:[new Gi({text:d,font:t.font,size:Bl(u)})]}));continue}const a=[],s=Nl(i.height),l={line:s,lineRule:Ta,before:t.paragraphSpacing>0?Nl(t.paragraphSpacing/2):0,after:t.paragraphSpacing>0?Nl(t.paragraphSpacing/2):0};let d=null;for(const e of i.elementList)switch(e.type){case u.TABLE:n[n.length-1]instanceof wc&&n.push(new Vs({spacing:{before:Nl(t.paragraphSpacing),after:0},children:[new Gi({text:"",font:t.font,size:Bl(t.fontSize)})]})),n.push(Zl(e,t));break;case u.SEPARATOR:{const n=e.lineWidth||t.separatorLineWidth;d={lineWidth:n,isDashed:!!(e.dashArray&&e.dashArray.length>0&&(e.dashArray[0]||e.dashArray[1])),borderSize:Math.max(1,Math.round(n)),lineColor:jl(e.color||t.separatorStrokeStyle)};break}case u.IMAGE:n.push(Xl(e,s));break;case u.TITLE:{const r=Vl(e,t);r&&n.push(r);break}case u.LIST:n.push(...Kl(e,t));break;default:if("string"==typeof e.value&&e.value.includes("\n")){const n=e.value.split("\n"),r=e.font||t.font,i=e.size||t.fontSize;n.forEach(((n,o)=>{o>0&&a.push(new Gi({text:"",break:1,font:r,size:Bl(i)})),a.push(Yl(e,t,n))}))}else a.push($l(e,t))}if(a.length>0||d){const e=(null==d?void 0:d.isDashed)?ti:d?ei:void 0;d&&0===a.length&&d?n.push(new Vs({spacing:{before:0,after:0,line:1},border:{bottom:{color:d.lineColor,space:1,style:e,size:d.borderSize}},children:[new Gi({text:""})]})):n.push(new Vs({alignment:Rl(i.rowFlex),spacing:l,border:d?{bottom:{color:d.lineColor,space:1,style:e,size:d.borderSize}}:void 0,children:a}))}}}return n}(f,y);0===b.length&&b.push(new Vs({children:[new Gi({text:"",font:y.font,size:Bl(y.fontSize)})],spacing:{line:ql(y.fontSize,y.lineHeightRatio),lineRule:Ta}}));const w=(x=s({},y),t(x,n({fontSize:.8*y.fontSize})));var x;const v=Ql(l||[],w),_=Ql(d||[],w),D=new sl({numbering:{config:[{reference:"docx-list-numbering",levels:[{level:0,format:"decimal",text:"%1.",alignment:Vr}]}]},sections:[{headers:v.length>0?{default:new ll({children:v})}:void 0,footers:_.length>0?{default:new dl({children:_})}:void 0,children:b}]});return a?Il.toBlob(D).then((e=>function(e,t){const n=document.createElement("a");n.href=window.URL.createObjectURL(e),n.download=t,n.click(),window.URL.revokeObjectURL(n.href)}(e,`${o}.docx`))):Il.toBlob(D)}}var ed="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function td(e){throw new Error('Could not dynamically require "'+e+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var nd={},rd={exports:{}};rd.exports=function(){var e="1.13.8",t="object"==typeof self&&self.self===self&&self||"object"==typeof ed&&ed.global===ed&&ed||Function("return this")()||{},n=Array.prototype,r=Object.prototype,i="undefined"!=typeof Symbol?Symbol.prototype:null,o=n.push,a=n.slice,s=r.toString,c=r.hasOwnProperty,u="undefined"!=typeof ArrayBuffer,l="undefined"!=typeof DataView,d=Array.isArray,h=Object.keys,f=Object.create,p=u&&ArrayBuffer.isView,g=isNaN,m=isFinite,y=!{toString:null}.propertyIsEnumerable("toString"),b=["valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],w=Math.pow(2,53)-1;function x(e,t){return t=null==t?e.length-1:+t,function(){for(var n=Math.max(arguments.length-t,0),r=Array(n),i=0;i<n;i++)r[i]=arguments[i+t];switch(t){case 0:return e.call(this,r);case 1:return e.call(this,arguments[0],r);case 2:return e.call(this,arguments[0],arguments[1],r)}var o=Array(t+1);for(i=0;i<t;i++)o[i]=arguments[i];return o[t]=r,e.apply(this,o)}}function v(e){var t=typeof e;return"function"===t||"object"===t&&!!e}function _(e){return null===e}function D(e){return void 0===e}function T(e){return!0===e||!1===e||"[object Boolean]"===s.call(e)}function U(e){return!(!e||1!==e.nodeType)}function E(e){var t="[object "+e+"]";return function(e){return s.call(e)===t}}var k=E("String"),S=E("Number"),A=E("Date"),F=E("RegExp"),C=E("Error"),I=E("Symbol"),O=E("ArrayBuffer"),N=E("Function"),B=t.document&&t.document.childNodes;"function"!=typeof/./&&"object"!=typeof Int8Array&&"function"!=typeof B&&(N=function(e){return"function"==typeof e||!1});var W=N,R=E("Object"),P=l&&(!/\[native code\]/.test(String(DataView))||R(new DataView(new ArrayBuffer(8)))),L="undefined"!=typeof Map&&R(new Map),j=E("DataView");function z(e){return null!=e&&W(e.getInt8)&&O(e.buffer)}var M=P?z:j,q=d||E("Array");function H(e,t){return null!=e&&c.call(e,t)}var V=E("Arguments");!function(){V(arguments)||(V=function(e){return H(e,"callee")})}();var K=V;function G(e){return!I(e)&&m(e)&&!isNaN(parseFloat(e))}function Z(e){return S(e)&&g(e)}function X(e){return function(){return e}}function $(e){return function(t){var n=e(t);return"number"==typeof n&&n>=0&&n<=w}}function Y(e){return function(t){return null==t?void 0:t[e]}}var Q=Y("byteLength"),J=$(Q),ee=/\[object ((I|Ui)nt(8|16|32)|Float(32|64)|Uint8Clamped|Big(I|Ui)nt64)Array\]/;function te(e){return p?p(e)&&!M(e):J(e)&&ee.test(s.call(e))}var ne=u?te:X(!1),re=Y("length");function ie(e){for(var t={},n=e.length,r=0;r<n;++r)t[e[r]]=!0;return{contains:function(e){return!0===t[e]},push:function(n){return t[n]=!0,e.push(n)}}}function oe(e,t){t=ie(t);var n=b.length,i=e.constructor,o=W(i)&&i.prototype||r,a="constructor";for(H(e,a)&&!t.contains(a)&&t.push(a);n--;)(a=b[n])in e&&e[a]!==o[a]&&!t.contains(a)&&t.push(a)}function ae(e){if(!v(e))return[];if(h)return h(e);var t=[];for(var n in e)H(e,n)&&t.push(n);return y&&oe(e,t),t}function se(e){if(null==e)return!0;var t=re(e);return"number"==typeof t&&(q(e)||k(e)||K(e))?0===t:0===re(ae(e))}function ce(e,t){var n=ae(t),r=n.length;if(null==e)return!r;for(var i=Object(e),o=0;o<r;o++){var a=n[o];if(t[a]!==i[a]||!(a in i))return!1}return!0}function ue(e){return e instanceof ue?e:this instanceof ue?void(this._wrapped=e):new ue(e)}function le(e){return new Uint8Array(e.buffer||e,e.byteOffset||0,Q(e))}ue.VERSION=e,ue.prototype.value=function(){return this._wrapped},ue.prototype.valueOf=ue.prototype.toJSON=ue.prototype.value,ue.prototype.toString=function(){return String(this._wrapped)};var de="[object DataView]";function he(e,t){for(var n=[{a:e,b:t}],r=[],o=[];n.length;){var a=n.pop();if(!0!==a){if((e=a.a)===(t=a.b)){if(0!==e||1/e==1/t)continue;return!1}if(null==e||null==t)return!1;if(e!=e){if(t!=t)continue;return!1}var c=typeof e;if("function"!==c&&"object"!==c&&"object"!=typeof t)return!1;e instanceof ue&&(e=e._wrapped),t instanceof ue&&(t=t._wrapped);var u=s.call(e);if(u!==s.call(t))return!1;if(P&&"[object Object]"==u&&M(e)){if(!M(t))return!1;u=de}switch(u){case"[object RegExp]":case"[object String]":if(""+e==""+t)continue;return!1;case"[object Number]":n.push({a:+e,b:+t});continue;case"[object Date]":case"[object Boolean]":if(+e==+t)continue;return!1;case"[object Symbol]":if(i.valueOf.call(e)===i.valueOf.call(t))continue;return!1;case"[object ArrayBuffer]":case de:n.push({a:le(e),b:le(t)});continue}var l="[object Array]"===u;if(!l&&ne(e)){if(Q(e)!==Q(t))return!1;if(e.buffer===t.buffer&&e.byteOffset===t.byteOffset)continue;l=!0}if(!l){if("object"!=typeof e||"object"!=typeof t)return!1;var d=e.constructor,h=t.constructor;if(d!==h&&!(W(d)&&d instanceof d&&W(h)&&h instanceof h)&&"constructor"in e&&"constructor"in t)return!1}for(var f=r.length;f--;)if(r[f]===e){if(o[f]===t)break;return!1}if(!(f>=0))if(r.push(e),o.push(t),n.push(!0),l){if((f=e.length)!==t.length)return!1;for(;f--;)n.push({a:e[f],b:t[f]})}else{var p,g=ae(e);if(f=g.length,ae(t).length!==f)return!1;for(;f--;){if(!H(t,p=g[f]))return!1;n.push({a:e[p],b:t[p]})}}}else r.pop(),o.pop()}return!0}function fe(e){if(!v(e))return[];var t=[];for(var n in e)t.push(n);return y&&oe(e,t),t}function pe(e){var t=re(e);return function(n){if(null==n)return!1;var r=fe(n);if(re(r))return!1;for(var i=0;i<t;i++)if(!W(n[e[i]]))return!1;return e!==xe||!W(n[ge])}}var ge="forEach",me="has",ye=["clear","delete"],be=["get",me,"set"],we=ye.concat(ge,be),xe=ye.concat(be),ve=["add"].concat(ye,ge,me),_e=L?pe(we):E("Map"),De=L?pe(xe):E("WeakMap"),Te=L?pe(ve):E("Set"),Ue=E("WeakSet");function Ee(e){for(var t=ae(e),n=t.length,r=Array(n),i=0;i<n;i++)r[i]=e[t[i]];return r}function ke(e){for(var t=ae(e),n=t.length,r=Array(n),i=0;i<n;i++)r[i]=[t[i],e[t[i]]];return r}function Se(e){for(var t={},n=ae(e),r=0,i=n.length;r<i;r++)t[e[n[r]]]=n[r];return t}function Ae(e){var t=[];for(var n in e)W(e[n])&&t.push(n);return t.sort()}function Fe(e,t){return function(n){var r=arguments.length;if(t&&(n=Object(n)),r<2||null==n)return n;for(var i=1;i<r;i++)for(var o=arguments[i],a=e(o),s=a.length,c=0;c<s;c++){var u=a[c];t&&void 0!==n[u]||(n[u]=o[u])}return n}}var Ce=Fe(fe),Ie=Fe(ae),Oe=Fe(fe,!0);function Ne(){return function(){}}function Be(e){if(!v(e))return{};if(f)return f(e);var t=Ne();t.prototype=e;var n=new t;return t.prototype=null,n}function We(e,t){var n=Be(e);return t&&Ie(n,t),n}function Re(e){return v(e)?q(e)?e.slice():Ce({},e):e}function Pe(e,t){return t(e),e}function Le(e){return q(e)?e:[e]}function je(e){return ue.toPath(e)}function ze(e,t){for(var n=t.length,r=0;r<n;r++){if(null==e)return;e=e[t[r]]}return n?e:void 0}function Me(e,t,n){var r=ze(e,je(t));return D(r)?n:r}function qe(e,t){for(var n=(t=je(t)).length,r=0;r<n;r++){var i=t[r];if(!H(e,i))return!1;e=e[i]}return!!n}function He(e){return e}function Ve(e){return e=Ie({},e),function(t){return ce(t,e)}}function Ke(e){return e=je(e),function(t){return ze(t,e)}}function Ge(e,t,n){if(void 0===t)return e;switch(null==n?3:n){case 1:return function(n){return e.call(t,n)};case 3:return function(n,r,i){return e.call(t,n,r,i)};case 4:return function(n,r,i,o){return e.call(t,n,r,i,o)}}return function(){return e.apply(t,arguments)}}function Ze(e,t,n){return null==e?He:W(e)?Ge(e,t,n):v(e)&&!q(e)?Ve(e):Ke(e)}function Xe(e,t){return Ze(e,t,1/0)}function $e(e,t,n){return ue.iteratee!==Xe?ue.iteratee(e,t):Ze(e,t,n)}function Ye(e,t,n){t=$e(t,n);for(var r=ae(e),i=r.length,o={},a=0;a<i;a++){var s=r[a];o[s]=t(e[s],s,e)}return o}function Qe(){}function Je(e){return null==e?Qe:function(t){return Me(e,t)}}function et(e,t,n){var r=Array(Math.max(0,e));t=Ge(t,n,1);for(var i=0;i<e;i++)r[i]=t(i);return r}function tt(e,t){return null==t&&(t=e,e=0),e+Math.floor(Math.random()*(t-e+1))}ue.toPath=Le,ue.iteratee=Xe;var nt=Date.now||function(){return(new Date).getTime()};function rt(e){var t=function(t){return e[t]},n="(?:"+ae(e).join("|")+")",r=RegExp(n),i=RegExp(n,"g");return function(e){return e=null==e?"":""+e,r.test(e)?e.replace(i,t):e}}var it={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`"},ot=rt(it),at=rt(Se(it)),st=ue.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g},ct=/(.)^/,ut={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},lt=/\\|'|\r|\n|\u2028|\u2029/g;function dt(e){return"\\"+ut[e]}var ht=/^\s*(\w|\$)+\s*$/;function ft(e,t,n){!t&&n&&(t=n),t=Oe({},t,ue.templateSettings);var r=RegExp([(t.escape||ct).source,(t.interpolate||ct).source,(t.evaluate||ct).source].join("|")+"|$","g"),i=0,o="__p+='";e.replace(r,(function(t,n,r,a,s){return o+=e.slice(i,s).replace(lt,dt),i=s+t.length,n?o+="'+\n((__t=("+n+"))==null?'':_.escape(__t))+\n'":r?o+="'+\n((__t=("+r+"))==null?'':__t)+\n'":a&&(o+="';\n"+a+"\n__p+='"),t})),o+="';\n";var a,s=t.variable;if(s){if(!ht.test(s))throw new Error("variable is not a bare identifier: "+s)}else o="with(obj||{}){\n"+o+"}\n",s="obj";o="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+o+"return __p;\n";try{a=new Function(s,"_",o)}catch(u){throw u.source=o,u}var c=function(e){return a.call(this,e,ue)};return c.source="function("+s+"){\n"+o+"}",c}function pt(e,t,n){var r=(t=je(t)).length;if(!r)return W(n)?n.call(e):n;for(var i=0;i<r;i++){var o=null==e?void 0:e[t[i]];void 0===o&&(o=n,i=r),e=W(o)?o.call(e):o}return e}var gt=0;function mt(e){var t=++gt+"";return e?e+t:t}function yt(e){var t=ue(e);return t._chain=!0,t}function bt(e,t,n,r,i){if(!(r instanceof t))return e.apply(n,i);var o=Be(e.prototype),a=e.apply(o,i);return v(a)?a:o}var wt=x((function(e,t){var n=wt.placeholder,r=function(){for(var i=0,o=t.length,a=Array(o),s=0;s<o;s++)a[s]=t[s]===n?arguments[i++]:t[s];for(;i<arguments.length;)a.push(arguments[i++]);return bt(e,r,this,this,a)};return r}));wt.placeholder=ue;var xt=x((function(e,t,n){if(!W(e))throw new TypeError("Bind must be called on a function");var r=x((function(i){return bt(e,r,t,this,n.concat(i))}));return r})),vt=$(re);function _t(e,t,n){t||0===t||(t=1/0);for(var r=[],i=0,o=0,a=re(e)||0,s=[];;)if(o>=a){if(!s.length)break;var c=s.pop();o=c.i,e=c.v,a=re(e)}else{var u=e[o++];s.length>=t?r[i++]=u:vt(u)&&(q(u)||K(u))?(s.push({i:o,v:e}),o=0,a=re(e=u)):n||(r[i++]=u)}return r}var Dt=x((function(e,t){var n=(t=_t(t,!1,!1)).length;if(n<1)throw new Error("bindAll must be passed function names");for(;n--;){var r=t[n];e[r]=xt(e[r],e)}return e}));function Tt(e,t){var n=function(r){var i=n.cache,o=""+(t?t.apply(this,arguments):r);return H(i,o)||(i[o]=e.apply(this,arguments)),i[o]};return n.cache={},n}var Ut=x((function(e,t,n){return setTimeout((function(){return e.apply(null,n)}),t)})),Et=wt(Ut,ue,1);function kt(e,t,n){var r,i,o,a,s=0;n||(n={});var c=function(){s=!1===n.leading?0:nt(),r=null,a=e.apply(i,o),r||(i=o=null)},u=function(){var u=nt();s||!1!==n.leading||(s=u);var l=t-(u-s);return i=this,o=arguments,l<=0||l>t?(r&&(clearTimeout(r),r=null),s=u,a=e.apply(i,o),r||(i=o=null)):r||!1===n.trailing||(r=setTimeout(c,l)),a};return u.cancel=function(){clearTimeout(r),s=0,r=i=o=null},u}function St(e,t,n){var r,i,o,a,s,c=function(){var u=nt()-i;t>u?r=setTimeout(c,t-u):(r=null,n||(a=e.apply(s,o)),r||(o=s=null))},u=x((function(u){return s=this,o=u,i=nt(),r||(r=setTimeout(c,t),n&&(a=e.apply(s,o))),a}));return u.cancel=function(){clearTimeout(r),r=o=s=null},u}function At(e,t){return wt(t,e)}function Ft(e){return function(){return!e.apply(this,arguments)}}function Ct(){var e=arguments,t=e.length-1;return function(){for(var n=t,r=e[t].apply(this,arguments);n--;)r=e[n].call(this,r);return r}}function It(e,t){return function(){if(--e<1)return t.apply(this,arguments)}}function Ot(e,t){var n;return function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=null),n}}var Nt=wt(Ot,2);function Bt(e,t,n){t=$e(t,n);for(var r,i=ae(e),o=0,a=i.length;o<a;o++)if(t(e[r=i[o]],r,e))return r}function Wt(e){return function(t,n,r){n=$e(n,r);for(var i=re(t),o=e>0?0:i-1;o>=0&&o<i;o+=e)if(n(t[o],o,t))return o;return-1}}var Rt=Wt(1),Pt=Wt(-1);function Lt(e,t,n,r){for(var i=(n=$e(n,r,1))(t),o=0,a=re(e);o<a;){var s=Math.floor((o+a)/2);n(e[s])<i?o=s+1:a=s}return o}function jt(e,t,n){return function(r,i,o){var s=0,c=re(r);if("number"==typeof o)e>0?s=o>=0?o:Math.max(o+c,s):c=o>=0?Math.min(o+1,c):o+c+1;else if(n&&o&&c)return r[o=n(r,i)]===i?o:-1;if(i!=i)return(o=t(a.call(r,s,c),Z))>=0?o+s:-1;for(o=e>0?s:c-1;o>=0&&o<c;o+=e)if(r[o]===i)return o;return-1}}var zt=jt(1,Rt,Lt),Mt=jt(-1,Pt);function qt(e,t,n){var r=(vt(e)?Rt:Bt)(e,t,n);if(void 0!==r&&-1!==r)return e[r]}function Ht(e,t){return qt(e,Ve(t))}function Vt(e,t,n){var r,i;if(t=Ge(t,n),vt(e))for(r=0,i=e.length;r<i;r++)t(e[r],r,e);else{var o=ae(e);for(r=0,i=o.length;r<i;r++)t(e[o[r]],o[r],e)}return e}function Kt(e,t,n){t=$e(t,n);for(var r=!vt(e)&&ae(e),i=(r||e).length,o=Array(i),a=0;a<i;a++){var s=r?r[a]:a;o[a]=t(e[s],s,e)}return o}function Gt(e){var t=function(t,n,r,i){var o=!vt(t)&&ae(t),a=(o||t).length,s=e>0?0:a-1;for(i||(r=t[o?o[s]:s],s+=e);s>=0&&s<a;s+=e){var c=o?o[s]:s;r=n(r,t[c],c,t)}return r};return function(e,n,r,i){var o=arguments.length>=3;return t(e,Ge(n,i,4),r,o)}}var Zt=Gt(1),Xt=Gt(-1);function $t(e,t,n){var r=[];return t=$e(t,n),Vt(e,(function(e,n,i){t(e,n,i)&&r.push(e)})),r}function Yt(e,t,n){return $t(e,Ft($e(t)),n)}function Qt(e,t,n){t=$e(t,n);for(var r=!vt(e)&&ae(e),i=(r||e).length,o=0;o<i;o++){var a=r?r[o]:o;if(!t(e[a],a,e))return!1}return!0}function Jt(e,t,n){t=$e(t,n);for(var r=!vt(e)&&ae(e),i=(r||e).length,o=0;o<i;o++){var a=r?r[o]:o;if(t(e[a],a,e))return!0}return!1}function en(e,t,n,r){return vt(e)||(e=Ee(e)),("number"!=typeof n||r)&&(n=0),zt(e,t,n)>=0}var tn=x((function(e,t,n){var r,i;return W(t)?i=t:(t=je(t),r=t.slice(0,-1),t=t[t.length-1]),Kt(e,(function(e){var o=i;if(!o){if(r&&r.length&&(e=ze(e,r)),null==e)return;o=e[t]}return null==o?o:o.apply(e,n)}))}));function nn(e,t){return Kt(e,Ke(t))}function rn(e,t){return $t(e,Ve(t))}function on(e,t,n){var r,i,o=-1/0,a=-1/0;if(null==t||"number"==typeof t&&"object"!=typeof e[0]&&null!=e)for(var s=0,c=(e=vt(e)?e:Ee(e)).length;s<c;s++)null!=(r=e[s])&&r>o&&(o=r);else t=$e(t,n),Vt(e,(function(e,n,r){((i=t(e,n,r))>a||i===-1/0&&o===-1/0)&&(o=e,a=i)}));return o}function an(e,t,n){var r,i,o=1/0,a=1/0;if(null==t||"number"==typeof t&&"object"!=typeof e[0]&&null!=e)for(var s=0,c=(e=vt(e)?e:Ee(e)).length;s<c;s++)null!=(r=e[s])&&r<o&&(o=r);else t=$e(t,n),Vt(e,(function(e,n,r){((i=t(e,n,r))<a||i===1/0&&o===1/0)&&(o=e,a=i)}));return o}var sn=/[^\ud800-\udfff]|[\ud800-\udbff][\udc00-\udfff]|[\ud800-\udfff]/g;function cn(e){return e?q(e)?a.call(e):k(e)?e.match(sn):vt(e)?Kt(e,He):Ee(e):[]}function un(e,t,n){if(null==t||n)return vt(e)||(e=Ee(e)),e[tt(e.length-1)];var r=cn(e),i=re(r);t=Math.max(Math.min(t,i),0);for(var o=i-1,a=0;a<t;a++){var s=tt(a,o),c=r[a];r[a]=r[s],r[s]=c}return r.slice(0,t)}function ln(e){return un(e,1/0)}function dn(e,t,n){var r=0;return t=$e(t,n),nn(Kt(e,(function(e,n,i){return{value:e,index:r++,criteria:t(e,n,i)}})).sort((function(e,t){var n=e.criteria,r=t.criteria;if(n!==r){if(n>r||void 0===n)return 1;if(n<r||void 0===r)return-1}return e.index-t.index})),"value")}function hn(e,t){return function(n,r,i){var o=t?[[],[]]:{};return r=$e(r,i),Vt(n,(function(t,i){var a=r(t,i,n);e(o,t,a)})),o}}var fn=hn((function(e,t,n){H(e,n)?e[n].push(t):e[n]=[t]})),pn=hn((function(e,t,n){e[n]=t})),gn=hn((function(e,t,n){H(e,n)?e[n]++:e[n]=1})),mn=hn((function(e,t,n){e[n?0:1].push(t)}),!0);function yn(e){return null==e?0:vt(e)?e.length:ae(e).length}function bn(e,t,n){return t in n}var wn=x((function(e,t){var n={},r=t[0];if(null==e)return n;W(r)?(t.length>1&&(r=Ge(r,t[1])),t=fe(e)):(r=bn,t=_t(t,!1,!1),e=Object(e));for(var i=0,o=t.length;i<o;i++){var a=t[i],s=e[a];r(s,a,e)&&(n[a]=s)}return n})),xn=x((function(e,t){var n,r=t[0];return W(r)?(r=Ft(r),t.length>1&&(n=t[1])):(t=Kt(_t(t,!1,!1),String),r=function(e,n){return!en(t,n)}),wn(e,r,n)}));function vn(e,t,n){return a.call(e,0,Math.max(0,e.length-(null==t||n?1:t)))}function _n(e,t,n){return null==e||e.length<1?null==t||n?void 0:[]:null==t||n?e[0]:vn(e,e.length-t)}function Dn(e,t,n){return a.call(e,null==t||n?1:t)}function Tn(e,t,n){return null==e||e.length<1?null==t||n?void 0:[]:null==t||n?e[e.length-1]:Dn(e,Math.max(0,e.length-t))}function Un(e){return $t(e,Boolean)}function En(e,t){return _t(e,t,!1)}var kn=x((function(e,t){return t=_t(t,!0,!0),$t(e,(function(e){return!en(t,e)}))})),Sn=x((function(e,t){return kn(e,t)}));function An(e,t,n,r){T(t)||(r=n,n=t,t=!1),null!=n&&(n=$e(n,r));for(var i=[],o=[],a=0,s=re(e);a<s;a++){var c=e[a],u=n?n(c,a,e):c;t&&!n?(a&&o===u||i.push(c),o=u):n?en(o,u)||(o.push(u),i.push(c)):en(i,c)||i.push(c)}return i}var Fn=x((function(e){return An(_t(e,!0,!0))}));function Cn(e){for(var t=[],n=arguments.length,r=0,i=re(e);r<i;r++){var o=e[r];if(!en(t,o)){var a;for(a=1;a<n&&en(arguments[a],o);a++);a===n&&t.push(o)}}return t}function In(e){for(var t=e&&on(e,re).length||0,n=Array(t),r=0;r<t;r++)n[r]=nn(e,r);return n}var On=x(In);function Nn(e,t){for(var n={},r=0,i=re(e);r<i;r++)t?n[e[r]]=t[r]:n[e[r][0]]=e[r][1];return n}function Bn(e,t,n){null==t&&(t=e||0,e=0),n||(n=t<e?-1:1);for(var r=Math.max(Math.ceil((t-e)/n),0),i=Array(r),o=0;o<r;o++,e+=n)i[o]=e;return i}function Wn(e,t){if(null==t||t<1)return[];for(var n=[],r=0,i=e.length;r<i;)n.push(a.call(e,r,r+=t));return n}function Rn(e,t){return e._chain?ue(t).chain():t}function Pn(e){return Vt(Ae(e),(function(t){var n=ue[t]=e[t];ue.prototype[t]=function(){var e=[this._wrapped];return o.apply(e,arguments),Rn(this,n.apply(ue,e))}})),ue}Vt(["pop","push","reverse","shift","sort","splice","unshift"],(function(e){var t=n[e];ue.prototype[e]=function(){var n=this._wrapped;return null!=n&&(t.apply(n,arguments),"shift"!==e&&"splice"!==e||0!==n.length||delete n[0]),Rn(this,n)}})),Vt(["concat","join","slice"],(function(e){var t=n[e];ue.prototype[e]=function(){var e=this._wrapped;return null!=e&&(e=t.apply(e,arguments)),Rn(this,e)}}));var Ln=Pn({__proto__:null,VERSION:e,restArguments:x,isObject:v,isNull:_,isUndefined:D,isBoolean:T,isElement:U,isString:k,isNumber:S,isDate:A,isRegExp:F,isError:C,isSymbol:I,isArrayBuffer:O,isDataView:M,isArray:q,isFunction:W,isArguments:K,isFinite:G,isNaN:Z,isTypedArray:ne,isEmpty:se,isMatch:ce,isEqual:he,isMap:_e,isWeakMap:De,isSet:Te,isWeakSet:Ue,keys:ae,allKeys:fe,values:Ee,pairs:ke,invert:Se,functions:Ae,methods:Ae,extend:Ce,extendOwn:Ie,assign:Ie,defaults:Oe,create:We,clone:Re,tap:Pe,get:Me,has:qe,mapObject:Ye,identity:He,constant:X,noop:Qe,toPath:Le,property:Ke,propertyOf:Je,matcher:Ve,matches:Ve,times:et,random:tt,now:nt,escape:ot,unescape:at,templateSettings:st,template:ft,result:pt,uniqueId:mt,chain:yt,iteratee:Xe,partial:wt,bind:xt,bindAll:Dt,memoize:Tt,delay:Ut,defer:Et,throttle:kt,debounce:St,wrap:At,negate:Ft,compose:Ct,after:It,before:Ot,once:Nt,findKey:Bt,findIndex:Rt,findLastIndex:Pt,sortedIndex:Lt,indexOf:zt,lastIndexOf:Mt,find:qt,detect:qt,findWhere:Ht,each:Vt,forEach:Vt,map:Kt,collect:Kt,reduce:Zt,foldl:Zt,inject:Zt,reduceRight:Xt,foldr:Xt,filter:$t,select:$t,reject:Yt,every:Qt,all:Qt,some:Jt,any:Jt,contains:en,includes:en,include:en,invoke:tn,pluck:nn,where:rn,max:on,min:an,shuffle:ln,sample:un,sortBy:dn,groupBy:fn,indexBy:pn,countBy:gn,partition:mn,toArray:cn,size:yn,pick:wn,omit:xn,first:_n,head:_n,take:_n,initial:vn,last:Tn,rest:Dn,tail:Dn,drop:Dn,compact:Un,flatten:En,without:Sn,uniq:An,unique:An,union:Fn,intersection:Cn,difference:kn,unzip:In,transpose:In,zip:On,object:Nn,range:Bn,chunk:Wn,mixin:Pn,default:ue});return Ln._=Ln,Ln}();var id={},od={},ad={exports:{}},sd={exports:{}},cd=function(){return void 0===this}();if(cd)sd.exports={freeze:Object.freeze,defineProperty:Object.defineProperty,getDescriptor:Object.getOwnPropertyDescriptor,keys:Object.keys,names:Object.getOwnPropertyNames,getPrototypeOf:Object.getPrototypeOf,isArray:Array.isArray,isES5:cd,propertyIsWritable:function(e,t){var n=Object.getOwnPropertyDescriptor(e,t);return!(n&&!n.writable&&!n.set)}};else{var ud={}.hasOwnProperty,ld={}.toString,dd={}.constructor.prototype,hd=function(e){var t=[];for(var n in e)ud.call(e,n)&&t.push(n);return t};sd.exports={isArray:function(e){try{return"[object Array]"===ld.call(e)}catch(t){return!1}},keys:hd,names:hd,defineProperty:function(e,t,n){return e[t]=n.value,e},getDescriptor:function(e,t){return{value:e[t]}},freeze:function(e){return e},getPrototypeOf:function(e){try{return Object(e).constructor.prototype}catch(t){return dd}},isES5:cd,propertyIsWritable:function(){return!0}}}var fd,pd=sd.exports,gd="undefined"==typeof navigator,md={e:{}},yd="undefined"!=typeof self?self:"undefined"!=typeof window?window:void 0!==ed||void 0!==ed?ed:null;function bd(){try{var e=fd;return fd=null,e.apply(this,arguments)}catch(t){return md.e=t,md}}function wd(e){return null==e||!0===e||!1===e||"string"==typeof e||"number"==typeof e}function xd(e,t,n){if(wd(e))return e;var r={value:n,configurable:!0,enumerable:!1,writable:!0};return pd.defineProperty(e,t,r),e}var vd=function(){var e=[Array.prototype,Object.prototype,Function.prototype],t=function(t){for(var n=0;n<e.length;++n)if(e[n]===t)return!0;return!1};if(pd.isES5){var n=Object.getOwnPropertyNames;return function(e){for(var r=[],i=Object.create(null);null!=e&&!t(e);){var o;try{o=n(e)}catch(u){return r}for(var a=0;a<o.length;++a){var s=o[a];if(!i[s]){i[s]=!0;var c=Object.getOwnPropertyDescriptor(e,s);null!=c&&null==c.get&&null==c.set&&r.push(s)}}e=pd.getPrototypeOf(e)}return r}}var r={}.hasOwnProperty;return function(n){if(t(n))return[];var i=[];e:for(var o in n)if(r.call(n,o))i.push(o);else{for(var a=0;a<e.length;++a)if(r.call(e[a],o))continue e;i.push(o)}return i}}(),_d=/this\s*\.\s*\S+\s*=/;var Dd=/^[a-z$_][a-z$_0-9]*$/i;function Td(e){try{return e+""}catch(t){return"[no string representation]"}}function Ud(e){return null!==e&&"object"==typeof e&&"string"==typeof e.message&&"string"==typeof e.name}function Ed(e){return Ud(e)&&pd.propertyIsWritable(e,"stack")}var kd="stack"in new Error?function(e){return Ed(e)?e:new Error(Td(e))}:function(e){if(Ed(e))return e;try{throw new Error(Td(e))}catch(t){return t}};function Sd(e){return{}.toString.call(e)}var Ad=function(e){return pd.isArray(e)?e:null};if("undefined"!=typeof Symbol&&Symbol.iterator){var Fd="function"==typeof Array.from?function(e){return Array.from(e)}:function(e){for(var t,n=[],r=e[Symbol.iterator]();!(t=r.next()).done;)n.push(t.value);return n};Ad=function(e){return pd.isArray(e)?e:null!=e&&"function"==typeof e[Symbol.iterator]?Fd(e):null}}var Cd="undefined"!=typeof process&&"[object process]"===Sd(process).toLowerCase(),Id="undefined"!=typeof process&&void 0!==process.env;var Od,Nd={isClass:function(e){try{if("function"==typeof e){var t=pd.names(e.prototype),n=pd.isES5&&t.length>1,r=t.length>0&&!(1===t.length&&"constructor"===t[0]),i=_d.test(e+"")&&pd.names(e).length>0;if(n||r||i)return!0}return!1}catch(o){return!1}},isIdentifier:function(e){return Dd.test(e)},inheritedDataKeys:vd,getDataPropertyOrDefault:function(e,t,n){if(!pd.isES5)return{}.hasOwnProperty.call(e,t)?e[t]:void 0;var r=Object.getOwnPropertyDescriptor(e,t);return null!=r?null==r.get&&null==r.set?r.value:n:void 0},thrower:function(e){throw e},isArray:pd.isArray,asArray:Ad,notEnumerableProp:xd,isPrimitive:wd,isObject:function(e){return"function"==typeof e||"object"==typeof e&&null!==e},isError:Ud,canEvaluate:gd,errorObj:md,tryCatch:function(e){return fd=e,bd},inherits:function(e,t){var n={}.hasOwnProperty;function r(){for(var r in this.constructor=e,this.constructor$=t,t.prototype)n.call(t.prototype,r)&&"$"!==r.charAt(r.length-1)&&(this[r+"$"]=t.prototype[r])}return r.prototype=t.prototype,e.prototype=new r,e.prototype},withAppended:function(e,t){var n,r=e.length,i=new Array(r+1);for(n=0;n<r;++n)i[n]=e[n];return i[n]=t,i},maybeWrapAsError:function(e){return wd(e)?new Error(Td(e)):e},toFastProperties:function(e){return e},filledRange:function(e,t,n){for(var r=new Array(e),i=0;i<e;++i)r[i]=t+i+n;return r},toString:Td,canAttachTrace:Ed,ensureErrorObject:kd,originatesFromRejection:function(e){return null!=e&&(e instanceof Error.__BluebirdErrorTypes__.OperationalError||!0===e.isOperational)},markAsOriginatingFromRejection:function(e){try{xd(e,"isOperational",!0)}catch(t){}},classString:Sd,copyDescriptors:function(e,t,n){for(var r=pd.names(e),i=0;i<r.length;++i){var o=r[i];if(n(o))try{pd.defineProperty(t,o,pd.getDescriptor(e,o))}catch(a){}}},hasDevTools:"undefined"!=typeof chrome&&chrome&&"function"==typeof chrome.loadTimes,isNode:Cd,hasEnvVariables:Id,env:function(e){return Id?process.env[e]:void 0},global:yd,getNativePromise:function(){if("function"==typeof Promise)try{var e=new Promise((function(){}));if("[object Promise]"==={}.toString.call(e))return Promise}catch(t){}},domainBind:function(e,t){return e.bind(t)}};Nd.isRecentNode=Nd.isNode&&(0===(Od=process.versions.node.split(".").map(Number))[0]&&Od[1]>10||Od[0]>0),Nd.isNode&&Nd.toFastProperties(process);try{throw new Error}catch(yx){Nd.lastLineError=yx}var Bd,Wd=Nd,Rd={exports:{}},Pd=Wd,Ld=Pd.getNativePromise();if(Pd.isNode&&"undefined"==typeof MutationObserver){var jd=ed.setImmediate,zd=process.nextTick;Bd=Pd.isRecentNode?function(e){jd.call(ed,e)}:function(e){zd.call(process,e)}}else if("function"==typeof Ld&&"function"==typeof Ld.resolve){var Md=Ld.resolve();Bd=function(e){Md.then(e)}}else Bd="undefined"==typeof MutationObserver||"undefined"!=typeof window&&window.navigator&&(window.navigator.standalone||window.cordova)?"undefined"!=typeof setImmediate?function(e){setImmediate(e)}:"undefined"!=typeof setTimeout?function(e){setTimeout(e,0)}:function(){throw new Error("No async scheduler available\n\n See http://goo.gl/MqrFmX\n")}:function(){var e=document.createElement("div"),t={attributes:!0},n=!1,r=document.createElement("div");new MutationObserver((function(){e.classList.toggle("foo"),n=!1})).observe(r,t);return function(i){var o=new MutationObserver((function(){o.disconnect(),i()}));o.observe(e,t),n||(n=!0,r.classList.toggle("foo"))}}();var qd=Bd;function Hd(e){this._capacity=e,this._length=0,this._front=0}Hd.prototype._willBeOverCapacity=function(e){return this._capacity<e},Hd.prototype._pushOne=function(e){var t=this.length();this._checkCapacity(t+1),this[this._front+t&this._capacity-1]=e,this._length=t+1},Hd.prototype.push=function(e,t,n){var r=this.length()+3;if(this._willBeOverCapacity(r))return this._pushOne(e),this._pushOne(t),void this._pushOne(n);var i=this._front+r-3;this._checkCapacity(r);var o=this._capacity-1;this[i+0&o]=e,this[i+1&o]=t,this[i+2&o]=n,this._length=r},Hd.prototype.shift=function(){var e=this._front,t=this[e];return this[e]=void 0,this._front=e+1&this._capacity-1,this._length--,t},Hd.prototype.length=function(){return this._length},Hd.prototype._checkCapacity=function(e){this._capacity<e&&this._resizeTo(this._capacity<<1)},Hd.prototype._resizeTo=function(e){var t=this._capacity;this._capacity=e,function(e,t,n,r,i){for(var o=0;o<i;++o)n[o+r]=e[o+t],e[o+t]=void 0}(this,0,this,t,this._front+this._length&t-1)};var Vd,Kd=Hd;try{throw new Error}catch(yx){Vd=yx}var Gd=qd,Zd=Kd,Xd=Wd;function $d(){this._customScheduler=!1,this._isTickUsed=!1,this._lateQueue=new Zd(16),this._normalQueue=new Zd(16),this._haveDrainedQueues=!1,this._trampolineEnabled=!0;var e=this;this.drainQueues=function(){e._drainQueues()},this._schedule=Gd}function Yd(e,t,n){this._lateQueue.push(e,t,n),this._queueTick()}function Qd(e,t,n){this._normalQueue.push(e,t,n),this._queueTick()}function Jd(e){this._normalQueue._pushOne(e),this._queueTick()}$d.prototype.setScheduler=function(e){var t=this._schedule;return this._schedule=e,this._customScheduler=!0,t},$d.prototype.hasCustomScheduler=function(){return this._customScheduler},$d.prototype.enableTrampoline=function(){this._trampolineEnabled=!0},$d.prototype.disableTrampolineIfNecessary=function(){Xd.hasDevTools&&(this._trampolineEnabled=!1)},$d.prototype.haveItemsQueued=function(){return this._isTickUsed||this._haveDrainedQueues},$d.prototype.fatalError=function(e,t){t?(process.stderr.write("Fatal "+(e instanceof Error?e.stack:e)+"\n"),process.exit(2)):this.throwLater(e)},$d.prototype.throwLater=function(e,t){if(1===arguments.length&&(t=e,e=function(){throw t}),"undefined"!=typeof setTimeout)setTimeout((function(){e(t)}),0);else try{this._schedule((function(){e(t)}))}catch(yx){throw new Error("No async scheduler available\n\n See http://goo.gl/MqrFmX\n")}},Xd.hasDevTools?($d.prototype.invokeLater=function(e,t,n){this._trampolineEnabled?Yd.call(this,e,t,n):this._schedule((function(){setTimeout((function(){e.call(t,n)}),100)}))},$d.prototype.invoke=function(e,t,n){this._trampolineEnabled?Qd.call(this,e,t,n):this._schedule((function(){e.call(t,n)}))},$d.prototype.settlePromises=function(e){this._trampolineEnabled?Jd.call(this,e):this._schedule((function(){e._settlePromises()}))}):($d.prototype.invokeLater=Yd,$d.prototype.invoke=Qd,$d.prototype.settlePromises=Jd),$d.prototype._drainQueue=function(e){for(;e.length()>0;){var t=e.shift();if("function"==typeof t){var n=e.shift(),r=e.shift();t.call(n,r)}else t._settlePromises()}},$d.prototype._drainQueues=function(){this._drainQueue(this._normalQueue),this._reset(),this._haveDrainedQueues=!0,this._drainQueue(this._lateQueue)},$d.prototype._queueTick=function(){this._isTickUsed||(this._isTickUsed=!0,this._schedule(this.drainQueues))},$d.prototype._reset=function(){this._isTickUsed=!1},Rd.exports=$d,Rd.exports.firstLineError=Vd;var eh,th,nh=sd.exports,rh=nh.freeze,ih=Wd,oh=ih.inherits,ah=ih.notEnumerableProp;function sh(e,t){function n(r){if(!(this instanceof n))return new n(r);ah(this,"message","string"==typeof r?r:t),ah(this,"name",e),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):Error.call(this)}return oh(n,Error),n}var ch=sh("Warning","warning"),uh=sh("CancellationError","cancellation error"),lh=sh("TimeoutError","timeout error"),dh=sh("AggregateError","aggregate error");try{eh=TypeError,th=RangeError}catch(yx){eh=sh("TypeError","type error"),th=sh("RangeError","range error")}for(var hh="join pop push shift unshift slice filter forEach some every map indexOf lastIndexOf reduce reduceRight sort reverse".split(" "),fh=0;fh<hh.length;++fh)"function"==typeof Array.prototype[hh[fh]]&&(dh.prototype[hh[fh]]=Array.prototype[hh[fh]]);nh.defineProperty(dh.prototype,"length",{value:0,configurable:!1,writable:!0,enumerable:!0}),dh.prototype.isOperational=!0;var ph=0;function gh(e){if(!(this instanceof gh))return new gh(e);ah(this,"name","OperationalError"),ah(this,"message",e),this.cause=e,this.isOperational=!0,e instanceof Error?(ah(this,"message",e.message),ah(this,"stack",e.stack)):Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor)}dh.prototype.toString=function(){var e=Array(4*ph+1).join(" "),t="\n"+e+"AggregateError of:\n";ph++,e=Array(4*ph+1).join(" ");for(var n=0;n<this.length;++n){for(var r=this[n]===this?"[Circular AggregateError]":this[n]+"",i=r.split("\n"),o=0;o<i.length;++o)i[o]=e+i[o];t+=(r=i.join("\n"))+"\n"}return ph--,t},oh(gh,Error);var mh=Error.__BluebirdErrorTypes__;mh||(mh=rh({CancellationError:uh,TimeoutError:lh,OperationalError:gh,RejectionError:gh,AggregateError:dh}),nh.defineProperty(Error,"__BluebirdErrorTypes__",{value:mh,writable:!1,enumerable:!1,configurable:!1}));var yh={Error:Error,TypeError:eh,RangeError:th,CancellationError:mh.CancellationError,OperationalError:mh.OperationalError,TimeoutError:mh.TimeoutError,AggregateError:mh.AggregateError,Warning:ch},bh=function(e,t){var n=Wd,r=n.errorObj,i=n.isObject;var o={}.hasOwnProperty;return function(a,s){if(i(a)){if(a instanceof e)return a;var c=function(e){try{return function(e){return e.then}(e)}catch(yx){return r.e=yx,r}}(a);if(c===r){s&&s._pushContext();var u=e.reject(c.e);return s&&s._popContext(),u}if("function"==typeof c){if(function(e){try{return o.call(e,"_promise0")}catch(yx){return!1}}(a)){u=new e(t);return a._then(u._fulfill,u._reject,void 0,u,null),u}return function(i,o,a){var s=new e(t),c=s;a&&a._pushContext();s._captureStackTrace(),a&&a._popContext();var u=!0,l=n.tryCatch(o).call(i,d,h);u=!1,s&&l===r&&(s._rejectCallback(l.e,!0,!0),s=null);function d(e){s&&(s._resolveCallback(e),s=null)}function h(e){s&&(s._rejectCallback(e,u,!0),s=null)}return c}(a,c,s)}}return a}},wh=function(e,t){var n,r,i,o=e._getDomain,a=e._async,s=yh.Warning,c=Wd,u=c.canAttachTrace,l=/[\\\/]bluebird[\\\/]js[\\\/](release|debug|instrumented)/,d=/\((?:timers\.js):\d+:\d+\)/,h=/[\/<\(](.+?):(\d+):(\d+)\)?\s*$/,f=null,p=null,g=!1,m=!(0==c.env("BLUEBIRD_DEBUG")||!c.env("BLUEBIRD_DEBUG")&&"development"!==c.env("NODE_ENV")),y=!(0==c.env("BLUEBIRD_WARNINGS")||!m&&!c.env("BLUEBIRD_WARNINGS")),b=!(0==c.env("BLUEBIRD_LONG_STACK_TRACES")||!m&&!c.env("BLUEBIRD_LONG_STACK_TRACES")),w=0!=c.env("BLUEBIRD_W_FORGOTTEN_RETURN")&&(y||!!c.env("BLUEBIRD_W_FORGOTTEN_RETURN"));e.prototype.suppressUnhandledRejections=function(){var e=this._target();e._bitField=-1048577&e._bitField|524288},e.prototype._ensurePossibleRejectionHandled=function(){0==(524288&this._bitField)&&(this._setRejectionIsUnhandled(),a.invokeLater(this._notifyUnhandledRejection,this,void 0))},e.prototype._notifyUnhandledRejectionIsHandled=function(){z("rejectionHandled",n,void 0,this)},e.prototype._setReturnedNonUndefined=function(){this._bitField=268435456|this._bitField},e.prototype._returnedNonUndefined=function(){return 0!=(268435456&this._bitField)},e.prototype._notifyUnhandledRejection=function(){if(this._isRejectionUnhandled()){var e=this._settledValue();this._setUnhandledRejectionIsNotified(),z("unhandledRejection",r,e,this)}},e.prototype._setUnhandledRejectionIsNotified=function(){this._bitField=262144|this._bitField},e.prototype._unsetUnhandledRejectionIsNotified=function(){this._bitField=-262145&this._bitField},e.prototype._isUnhandledRejectionNotified=function(){return(262144&this._bitField)>0},e.prototype._setRejectionIsUnhandled=function(){this._bitField=1048576|this._bitField},e.prototype._unsetRejectionIsUnhandled=function(){this._bitField=-1048577&this._bitField,this._isUnhandledRejectionNotified()&&(this._unsetUnhandledRejectionIsNotified(),this._notifyUnhandledRejectionIsHandled())},e.prototype._isRejectionUnhandled=function(){return(1048576&this._bitField)>0},e.prototype._warn=function(e,t,n){return R(e,t,n||this)},e.onPossiblyUnhandledRejection=function(e){var t=o();r="function"==typeof e?null===t?e:c.domainBind(t,e):void 0},e.onUnhandledRejectionHandled=function(e){var t=o();n="function"==typeof e?null===t?e:c.domainBind(t,e):void 0};var x=function(){};e.longStackTraces=function(){if(a.haveItemsQueued()&&!X.longStackTraces)throw new Error("cannot enable long stack traces after promises have been created\n\n See http://goo.gl/MqrFmX\n");if(!X.longStackTraces&&q()){var n=e.prototype._captureStackTrace,r=e.prototype._attachExtraTrace;X.longStackTraces=!0,x=function(){if(a.haveItemsQueued()&&!X.longStackTraces)throw new Error("cannot enable long stack traces after promises have been created\n\n See http://goo.gl/MqrFmX\n");e.prototype._captureStackTrace=n,e.prototype._attachExtraTrace=r,t.deactivateLongStackTraces(),a.enableTrampoline(),X.longStackTraces=!1},e.prototype._captureStackTrace=B,e.prototype._attachExtraTrace=W,t.activateLongStackTraces(),a.disableTrampolineIfNecessary()}},e.hasLongStackTraces=function(){return X.longStackTraces&&q()};var v=function(){try{if("function"==typeof CustomEvent){var e=new CustomEvent("CustomEvent");return c.global.dispatchEvent(e),function(e,t){var n=new CustomEvent(e.toLowerCase(),{detail:t,cancelable:!0});return!c.global.dispatchEvent(n)}}if("function"==typeof Event){e=new Event("CustomEvent");return c.global.dispatchEvent(e),function(e,t){var n=new Event(e.toLowerCase(),{cancelable:!0});return n.detail=t,!c.global.dispatchEvent(n)}}return(e=document.createEvent("CustomEvent")).initCustomEvent("testingtheevent",!1,!0,{}),c.global.dispatchEvent(e),function(e,t){var n=document.createEvent("CustomEvent");return n.initCustomEvent(e.toLowerCase(),!1,!0,t),!c.global.dispatchEvent(n)}}catch(yx){}return function(){return!1}}(),_=c.isNode?function(){return process.emit.apply(process,arguments)}:c.global?function(e){var t="on"+e.toLowerCase(),n=c.global[t];return!!n&&(n.apply(c.global,[].slice.call(arguments,1)),!0)}:function(){return!1};function D(e,t){return{promise:t}}var T={promiseCreated:D,promiseFulfilled:D,promiseRejected:D,promiseResolved:D,promiseCancelled:D,promiseChained:function(e,t,n){return{promise:t,child:n}},warning:function(e,t){return{warning:t}},unhandledRejection:function(e,t,n){return{reason:t,promise:n}},rejectionHandled:D},U=function(e){var t=!1;try{t=_.apply(null,arguments)}catch(yx){a.throwLater(yx),t=!0}var n=!1;try{n=v(e,T[e].apply(null,arguments))}catch(yx){a.throwLater(yx),n=!0}return n||t};function E(){return!1}function k(e,t,n){var r=this;try{e(t,n,(function(e){if("function"!=typeof e)throw new TypeError("onCancel must be a function, got: "+c.toString(e));r._attachCancellationCallback(e)}))}catch(yx){return yx}}function S(e){if(!this._isCancellable())return this;var t=this._onCancel();void 0!==t?c.isArray(t)?t.push(e):this._setOnCancel([t,e]):this._setOnCancel(e)}function A(){return this._onCancelField}function F(e){this._onCancelField=e}function C(){this._cancellationParent=void 0,this._onCancelField=void 0}function I(e,t){if(0!=(1&t)){this._cancellationParent=e;var n=e._branchesRemainingToCancel;void 0===n&&(n=0),e._branchesRemainingToCancel=n+1}0!=(2&t)&&e._isBound()&&this._setBoundTo(e._boundTo)}e.config=function(t){if("longStackTraces"in(t=Object(t))&&(t.longStackTraces?e.longStackTraces():!t.longStackTraces&&e.hasLongStackTraces()&&x()),"warnings"in t){var n=t.warnings;X.warnings=!!n,w=X.warnings,c.isObject(n)&&"wForgottenReturn"in n&&(w=!!n.wForgottenReturn)}if("cancellation"in t&&t.cancellation&&!X.cancellation){if(a.haveItemsQueued())throw new Error("cannot enable cancellation after promises are in use");e.prototype._clearCancellationData=C,e.prototype._propagateFrom=I,e.prototype._onCancel=A,e.prototype._setOnCancel=F,e.prototype._attachCancellationCallback=S,e.prototype._execute=k,O=I,X.cancellation=!0}return"monitoring"in t&&(t.monitoring&&!X.monitoring?(X.monitoring=!0,e.prototype._fireEvent=U):!t.monitoring&&X.monitoring&&(X.monitoring=!1,e.prototype._fireEvent=E)),e},e.prototype._fireEvent=E,e.prototype._execute=function(e,t,n){try{e(t,n)}catch(yx){return yx}},e.prototype._onCancel=function(){},e.prototype._setOnCancel=function(e){},e.prototype._attachCancellationCallback=function(e){},e.prototype._captureStackTrace=function(){},e.prototype._attachExtraTrace=function(){},e.prototype._clearCancellationData=function(){},e.prototype._propagateFrom=function(e,t){};var O=function(e,t){0!=(2&t)&&e._isBound()&&this._setBoundTo(e._boundTo)};function N(){var t=this._boundTo;return void 0!==t&&t instanceof e?t.isFulfilled()?t.value():void 0:t}function B(){this._trace=new G(this._peekContext())}function W(e,t){if(u(e)){var n=this._trace;if(void 0!==n&&t&&(n=n._parent),void 0!==n)n.attachExtraTrace(e);else if(!e.__stackCleaned__){var r=L(e);c.notEnumerableProp(e,"stack",r.message+"\n"+r.stack.join("\n")),c.notEnumerableProp(e,"__stackCleaned__",!0)}}}function R(t,n,r){if(X.warnings){var i,o=new s(t);if(n)r._attachExtraTrace(o);else if(X.longStackTraces&&(i=e._peekContext()))i.attachExtraTrace(o);else{var a=L(o);o.stack=a.message+"\n"+a.stack.join("\n")}U("warning",o)||j(o,"",!0)}}function P(e){for(var t=[],n=0;n<e.length;++n){var r=e[n],i=" (No stack trace)"===r||f.test(r),o=i&&H(r);i&&!o&&(g&&" "!==r.charAt(0)&&(r=" "+r),t.push(r))}return t}function L(e){var t=e.stack,n=e.toString();return t="string"==typeof t&&t.length>0?function(e){for(var t=e.stack.replace(/\s+$/g,"").split("\n"),n=0;n<t.length;++n){var r=t[n];if(" (No stack trace)"===r||f.test(r))break}return n>0&&"SyntaxError"!=e.name&&(t=t.slice(n)),t}(e):[" (No stack trace)"],{message:n,stack:"SyntaxError"==e.name?t:P(t)}}function j(e,t,n){if("undefined"!=typeof console){var r;if(c.isObject(e)){var o=e.stack;r=t+p(o,e)}else r=t+String(e);"function"==typeof i?i(r,n):"function"==typeof console.log||console.log}}function z(e,t,n,r){var i=!1;try{"function"==typeof t&&(i=!0,"rejectionHandled"===e?t(r):t(n,r))}catch(yx){a.throwLater(yx)}"unhandledRejection"===e?U(e,n,r)||i||j(n,"Unhandled rejection "):U(e,r)}function M(e){var t;if("function"==typeof e)t="[function "+(e.name||"anonymous")+"]";else{t=e&&"function"==typeof e.toString?e.toString():c.toString(e);if(/\[object [a-zA-Z0-9$_]+\]/.test(t))try{t=JSON.stringify(e)}catch(yx){}0===t.length&&(t="(empty array)")}return"(<"+function(e){var t=41;if(e.length<t)return e;return e.substr(0,t-3)+"..."}(t)+">, no stack trace)"}function q(){return"function"==typeof Z}var H=function(){return!1},V=/[\/<\(]([^:\/]+):(\d+):(?:\d+)\)?\s*$/;function K(e){var t=e.match(V);if(t)return{fileName:t[1],line:parseInt(t[2],10)}}function G(e){this._parent=e,this._promisesCreated=0;var t=this._length=1+(void 0===e?0:e._length);Z(this,G),t>32&&this.uncycle()}c.inherits(G,Error),t.CapturedTrace=G,G.prototype.uncycle=function(){var e=this._length;if(!(e<2)){for(var t=[],n={},r=0,i=this;void 0!==i;++r)t.push(i),i=i._parent;for(r=(e=this._length=r)-1;r>=0;--r){var o=t[r].stack;void 0===n[o]&&(n[o]=r)}for(r=0;r<e;++r){var a=n[t[r].stack];if(void 0!==a&&a!==r){a>0&&(t[a-1]._parent=void 0,t[a-1]._length=1),t[r]._parent=void 0,t[r]._length=1;var s=r>0?t[r-1]:this;a<e-1?(s._parent=t[a+1],s._parent.uncycle(),s._length=s._parent._length+1):(s._parent=void 0,s._length=1);for(var c=s._length+1,u=r-2;u>=0;--u)t[u]._length=c,c++;return}}}},G.prototype.attachExtraTrace=function(e){if(!e.__stackCleaned__){this.uncycle();for(var t=L(e),n=t.message,r=[t.stack],i=this;void 0!==i;)r.push(P(i.stack.split("\n"))),i=i._parent;!function(e){for(var t=e[0],n=1;n<e.length;++n){for(var r=e[n],i=t.length-1,o=t[i],a=-1,s=r.length-1;s>=0;--s)if(r[s]===o){a=s;break}for(s=a;s>=0;--s){var c=r[s];if(t[i]!==c)break;t.pop(),i--}t=r}}(r),function(e){for(var t=0;t<e.length;++t)(0===e[t].length||t+1<e.length&&e[t][0]===e[t+1][0])&&(e.splice(t,1),t--)}(r),c.notEnumerableProp(e,"stack",function(e,t){for(var n=0;n<t.length-1;++n)t[n].push("From previous event:"),t[n]=t[n].join("\n");return n<t.length&&(t[n]=t[n].join("\n")),e+"\n"+t.join("\n")}(n,r)),c.notEnumerableProp(e,"__stackCleaned__",!0)}};var Z=function(){var e=/^\s*at\s*/,t=function(e,t){return"string"==typeof e?e:void 0!==t.name&&void 0!==t.message?t.toString():M(t)};if("number"==typeof Error.stackTraceLimit&&"function"==typeof Error.captureStackTrace){Error.stackTraceLimit+=6,f=e,p=t;var n=Error.captureStackTrace;return H=function(e){return l.test(e)},function(e,t){Error.stackTraceLimit+=6,n(e,t),Error.stackTraceLimit-=6}}var r,i=new Error;if("string"==typeof i.stack&&i.stack.split("\n")[0].indexOf("stackDetection@")>=0)return f=/@/,p=t,g=!0,function(e){e.stack=(new Error).stack};try{throw new Error}catch(yx){r="stack"in yx}return!("stack"in i)&&r&&"number"==typeof Error.stackTraceLimit?(f=e,p=t,function(e){Error.stackTraceLimit+=6;try{throw new Error}catch(yx){e.stack=yx.stack}Error.stackTraceLimit-=6}):(p=function(e,t){return"string"==typeof e?e:"object"!=typeof t&&"function"!=typeof t||void 0===t.name||void 0===t.message?M(t):t.toString()},null)}();"undefined"!=typeof console&&void 0!==console.warn&&(i=function(e){},c.isNode&&process.stderr.isTTY?i=function(e,t){}:c.isNode||"string"!=typeof(new Error).stack||(i=function(e,t){}));var X={warnings:y,longStackTraces:!1,cancellation:!1,monitoring:!1};return b&&e.longStackTraces(),{longStackTraces:function(){return X.longStackTraces},warnings:function(){return X.warnings},cancellation:function(){return X.cancellation},monitoring:function(){return X.monitoring},propagateFromFunction:function(){return O},boundValueFunction:function(){return N},checkForgottenReturns:function(e,t,n,r,i){if(void 0===e&&null!==t&&w){if(void 0!==i&&i._returnedNonUndefined())return;if(0==(65535&r._bitField))return;n&&(n+=" ");var o="",a="";if(t._trace){for(var s=t._trace.stack.split("\n"),c=P(s),u=c.length-1;u>=0;--u){var l=c[u];if(!d.test(l)){var f=l.match(h);f&&(o="at "+f[1]+":"+f[2]+":"+f[3]+" ");break}}if(c.length>0){var p=c[0];for(u=0;u<s.length;++u)if(s[u]===p){u>0&&(a="\n"+s[u-1]);break}}}var g="a promise was created in a "+n+"handler "+o+"but was not returned from it, see http://goo.gl/rRqMUw"+a;r._warn(g,!0,t)}},setBounds:function(e,t){if(q()){for(var n,r,i=e.stack.split("\n"),o=t.stack.split("\n"),a=-1,s=-1,c=0;c<i.length;++c){if(u=K(i[c])){n=u.fileName,a=u.line;break}}for(c=0;c<o.length;++c){var u;if(u=K(o[c])){r=u.fileName,s=u.line;break}}a<0||s<0||!n||!r||n!==r||a>=s||(H=function(e){if(l.test(e))return!0;var t=K(e);return!!(t&&t.fileName===n&&a<=t.line&&t.line<=s)})}},warn:R,deprecated:function(e,t){var n=e+" is deprecated and will be removed in a future version.";return t&&(n+=" Use "+t+" instead."),R(n)},CapturedTrace:G,fireDomEvent:v,fireGlobalEvent:_}},xh=Wd,vh=xh.maybeWrapAsError,_h=yh.OperationalError,Dh=sd.exports;var Th=/^(?:name|message|stack|cause)$/;function Uh(e){var t;if(function(e){return e instanceof Error&&Dh.getPrototypeOf(e)===Error.prototype}(e)){(t=new _h(e)).name=e.name,t.message=e.message,t.stack=e.stack;for(var n=Dh.keys(e),r=0;r<n.length;++r){var i=n[r];Th.test(i)||(t[i]=e[i])}return t}return xh.markAsOriginatingFromRejection(e),e}var Eh=function(e,t){return function(n,r){if(null!==e){if(n){var i=Uh(vh(n));e._attachExtraTrace(i),e._reject(i)}else if(t){for(var o=arguments.length,a=new Array(Math.max(o-1,0)),s=1;s<o;++s)a[s-1]=arguments[s];e._fulfill(a)}else e._fulfill(r);e=null}}},kh=Object.create;if(kh){var Sh=kh(null),Ah=kh(null);Sh[" size"]=Ah[" size"]=0}var Fh,Ch=function(e,t,n,r,i,o){var a=Wd,s=yh.TypeError,c=Wd.inherits,u=a.errorObj,l=a.tryCatch,d={};function h(e){setTimeout((function(){throw e}),0)}function f(t,r){var o=0,a=t.length,s=new e(i);return function i(){if(o>=a)return s._fulfill();var c=function(e){var t=n(e);return t!==e&&"function"==typeof e._isDisposable&&"function"==typeof e._getDisposer&&e._isDisposable()&&t._setDisposable(e._getDisposer()),t}(t[o++]);if(c instanceof e&&c._isDisposable()){try{c=n(c._getDisposer().tryDispose(r),t.promise)}catch(yx){return h(yx)}if(c instanceof e)return c._then(i,h,null,null,null)}i()}(),s}function p(e,t,n){this._data=e,this._promise=t,this._context=n}function g(e,t,n){this.constructor$(e,t,n)}function m(e){return p.isDisposer(e)?(this.resources[this.index]._setDisposable(e),e.promise()):e}function y(e){this.length=e,this.promise=null,this[e-1]=null}p.prototype.data=function(){return this._data},p.prototype.promise=function(){return this._promise},p.prototype.resource=function(){return this.promise().isFulfilled()?this.promise().value():d},p.prototype.tryDispose=function(e){var t=this.resource(),n=this._context;void 0!==n&&n._pushContext();var r=t!==d?this.doDispose(t,e):null;return void 0!==n&&n._popContext(),this._promise._unsetDisposable(),this._data=null,r},p.isDisposer=function(e){return null!=e&&"function"==typeof e.resource&&"function"==typeof e.tryDispose},c(g,p),g.prototype.doDispose=function(e,t){return this.data().call(e,e,t)},y.prototype._resultCancelled=function(){for(var t=this.length,n=0;n<t;++n){var r=this[n];r instanceof e&&r.cancel()}},e.using=function(){var r=arguments.length;if(r<2)return t("you must pass at least 2 arguments to Promise.using");var i,s=arguments[r-1];if("function"!=typeof s)return t("expecting a function but got "+a.classString(s));var c=!0;2===r&&Array.isArray(arguments[0])?(r=(i=arguments[0]).length,c=!1):(i=arguments,r--);for(var d=new y(r),h=0;h<r;++h){var g=i[h];if(p.isDisposer(g)){var b=g;(g=g.promise())._setDisposable(b)}else{var w=n(g);w instanceof e&&(g=w._then(m,null,null,{resources:d,index:h},void 0))}d[h]=g}var x=new Array(d.length);for(h=0;h<x.length;++h)x[h]=e.resolve(d[h]).reflect();var v=e.all(x).then((function(e){for(var t=0;t<e.length;++t){var n=e[t];if(n.isRejected())return u.e=n.error(),u;if(!n.isFulfilled())return void v.cancel();e[t]=n.value()}_._pushContext(),s=l(s);var r=c?s.apply(void 0,e):s(e),i=_._popContext();return o.checkForgottenReturns(r,i,"Promise.using",_),r})),_=v.lastly((function(){var t=new e.PromiseInspection(v);return f(d,t)}));return d.promise=_,_._setOnCancel(d),_},e.prototype._setDisposable=function(e){this._bitField=131072|this._bitField,this._disposer=e},e.prototype._isDisposable=function(){return(131072&this._bitField)>0},e.prototype._getDisposer=function(){return this._disposer},e.prototype._unsetDisposable=function(){this._bitField=-131073&this._bitField,this._disposer=void 0},e.prototype.disposer=function(e){if("function"==typeof e)return new g(e,this,r());throw new s}},Ih=function(e,t,n){var r=Wd,i=e.TimeoutError;function o(e){this.handle=e}o.prototype._resultCancelled=function(){clearTimeout(this.handle)};var a=function(e){return s(+this).thenReturn(e)},s=e.delay=function(r,i){var s,c;return void 0!==i?(s=e.resolve(i)._then(a,null,null,r,void 0),n.cancellation()&&i instanceof e&&s._setOnCancel(i)):(s=new e(t),c=setTimeout((function(){s._fulfill()}),+r),n.cancellation()&&s._setOnCancel(new o(c)),s._captureStackTrace()),s._setAsyncGuaranteed(),s};e.prototype.delay=function(e){return s(e,this)};function c(e){return clearTimeout(this.handle),e}function u(e){throw clearTimeout(this.handle),e}e.prototype.timeout=function(e,t){var a,s;e=+e;var l=new o(setTimeout((function(){a.isPending()&&function(e,t,n){var o;o="string"!=typeof t?t instanceof Error?t:new i("operation timed out"):new i(t),r.markAsOriginatingFromRejection(o),e._attachExtraTrace(o),e._reject(o),null!=n&&n.cancel()}(a,t,s)}),e));return n.cancellation()?(s=this.then(),(a=s._then(c,u,void 0,l,void 0))._setOnCancel(l)):a=this._then(c,u,void 0,l,void 0),a}},Oh=function(e,t,n,r,i,o){var a=yh.TypeError,s=Wd,c=s.errorObj,u=s.tryCatch,l=[];function d(t,r,i,a){if(o.cancellation()){var s=new e(n),c=this._finallyPromise=new e(n);this._promise=s.lastly((function(){return c})),s._captureStackTrace(),s._setOnCancel(this)}else{(this._promise=new e(n))._captureStackTrace()}this._stack=a,this._generatorFunction=t,this._receiver=r,this._generator=void 0,this._yieldHandlers="function"==typeof i?[i].concat(l):l,this._yieldedPromise=null,this._cancellationPhase=!1}s.inherits(d,i),d.prototype._isResolved=function(){return null===this._promise},d.prototype._cleanup=function(){this._promise=this._generator=null,o.cancellation()&&null!==this._finallyPromise&&(this._finallyPromise._fulfill(),this._finallyPromise=null)},d.prototype._promiseCancelled=function(){if(!this._isResolved()){var t;if(void 0!==this._generator.return)this._promise._pushContext(),t=u(this._generator.return).call(this._generator,void 0),this._promise._popContext();else{var n=new e.CancellationError("generator .return() sentinel");e.coroutine.returnSentinel=n,this._promise._attachExtraTrace(n),this._promise._pushContext(),t=u(this._generator.throw).call(this._generator,n),this._promise._popContext()}this._cancellationPhase=!0,this._yieldedPromise=null,this._continue(t)}},d.prototype._promiseFulfilled=function(e){this._yieldedPromise=null,this._promise._pushContext();var t=u(this._generator.next).call(this._generator,e);this._promise._popContext(),this._continue(t)},d.prototype._promiseRejected=function(e){this._yieldedPromise=null,this._promise._attachExtraTrace(e),this._promise._pushContext();var t=u(this._generator.throw).call(this._generator,e);this._promise._popContext(),this._continue(t)},d.prototype._resultCancelled=function(){if(this._yieldedPromise instanceof e){var t=this._yieldedPromise;this._yieldedPromise=null,t.cancel()}},d.prototype.promise=function(){return this._promise},d.prototype._run=function(){this._generator=this._generatorFunction.call(this._receiver),this._receiver=this._generatorFunction=void 0,this._promiseFulfilled(void 0)},d.prototype._continue=function(t){var n=this._promise;if(t===c)return this._cleanup(),this._cancellationPhase?n.cancel():n._rejectCallback(t.e,!1);var i=t.value;if(!0===t.done)return this._cleanup(),this._cancellationPhase?n.cancel():n._resolveCallback(i);var o=r(i,this._promise);if(o instanceof e||null!==(o=function(t,n,i){for(var o=0;o<n.length;++o){i._pushContext();var a=u(n[o])(t);if(i._popContext(),a===c){i._pushContext();var s=e.reject(c.e);return i._popContext(),s}var l=r(a,i);if(l instanceof e)return l}return null}(o,this._yieldHandlers,this._promise))){var s=(o=o._target())._bitField;0==(50397184&s)?(this._yieldedPromise=o,o._proxy(this,null)):0!=(33554432&s)?e._async.invoke(this._promiseFulfilled,this,o._value()):0!=(16777216&s)?e._async.invoke(this._promiseRejected,this,o._reason()):this._promiseCancelled()}else this._promiseRejected(new a("A value %s was yielded that could not be treated as a promise\n\n See http://goo.gl/MqrFmX\n\n".replace("%s",i)+"From coroutine:\n"+this._stack.split("\n").slice(1,-7).join("\n")))},e.coroutine=function(e,t){if("function"!=typeof e)throw new a("generatorFunction must be a function\n\n See http://goo.gl/MqrFmX\n");var n=Object(t).yieldHandler,r=d,i=(new Error).stack;return function(){var t=e.apply(this,arguments),o=new r(void 0,void 0,n,i),a=o.promise();return o._generator=t,o._promiseFulfilled(void 0),a}},e.coroutine.addYieldHandler=function(e){if("function"!=typeof e)throw new a("expecting a function but got "+s.classString(e));l.push(e)},e.spawn=function(n){if(o.deprecated("Promise.spawn()","Promise.coroutine()"),"function"!=typeof n)return t("generatorFunction must be a function\n\n See http://goo.gl/MqrFmX\n");var r=new d(n,this),i=r.promise();return r._run(e.spawn),i}},Nh=function(e,t){var n={},r=Wd,i=Eh,o=r.withAppended,a=r.maybeWrapAsError,s=r.canEvaluate,c=yh.TypeError,u={__isPromisified__:!0},l=new RegExp("^(?:"+["arity","length","name","arguments","caller","callee","prototype","__isPromisified__"].join("|")+")$"),d=function(e){return r.isIdentifier(e)&&"_"!==e.charAt(0)&&"constructor"!==e};function h(e){return!l.test(e)}function f(e){try{return!0===e.__isPromisified__}catch(yx){return!1}}function p(e,t,n){var i=r.getDataPropertyOrDefault(e,t+n,u);return!!i&&f(i)}function g(e,t,n,i){for(var o=r.inheritedDataKeys(e),a=[],s=0;s<o.length;++s){var u=o[s],l=e[u],h=i===d||d(u);"function"!=typeof l||f(l)||p(e,u,t)||!i(u,l,e,h)||a.push(u,l)}return function(e,t,n){for(var r=0;r<e.length;r+=2){var i=e[r];if(n.test(i))for(var o=i.replace(n,""),a=0;a<e.length;a+=2)if(e[a]===o)throw new c("Cannot promisify an API that has normal methods with '%s'-suffix\n\n See http://goo.gl/MqrFmX\n".replace("%s",t))}}(a,t,n),a}var m=s?function(s,c,u,l,d,h){var f=Math.max(0,function(e){return"number"==typeof e.length?Math.max(Math.min(e.length,1024),0):0}(l)-1),p=function(e){for(var t=[e],n=Math.max(0,e-1-3),r=e-1;r>=n;--r)t.push(r);for(r=e+1;r<=3;++r)t.push(r);return t}(f),g="string"==typeof s||c===n;function m(e){var t,n=(t=e,r.filledRange(t,"_arg","")).join(", "),i=e>0?", ":"";return(g?"ret = callback.call(this, {{args}}, nodeback); break;\n":void 0===c?"ret = callback({{args}}, nodeback); break;\n":"ret = callback.call(receiver, {{args}}, nodeback); break;\n").replace("{{args}}",n).replace(", ",i)}var y,b="string"==typeof s?"this != null ? this['"+s+"'] : fn":"fn",w="'use strict'; \n var ret = function (Parameters) { \n 'use strict'; \n var len = arguments.length; \n var promise = new Promise(INTERNAL); \n promise._captureStackTrace(); \n var nodeback = nodebackForPromise(promise, "+h+"); \n var ret; \n var callback = tryCatch([GetFunctionCode]); \n switch(len) { \n [CodeForSwitchCase] \n } \n if (ret === errorObj) { \n promise._rejectCallback(maybeWrapAsError(ret.e), true, true);\n } \n if (!promise._isFateSealed()) promise._setAsyncGuaranteed(); \n return promise; \n }; \n notEnumerableProp(ret, '__isPromisified__', true); \n return ret; \n ".replace("[CodeForSwitchCase]",function(){for(var e="",t=0;t<p.length;++t)e+="case "+p[t]+":"+m(p[t]);return e+=" \n default: \n var args = new Array(len + 1); \n var i = 0; \n for (var i = 0; i < len; ++i) { \n args[i] = arguments[i]; \n } \n args[i] = nodeback; \n [CodeForCall] \n break; \n ".replace("[CodeForCall]",g?"ret = callback.apply(this, args);\n":"ret = callback.apply(receiver, args);\n")}()).replace("[GetFunctionCode]",b);return w=w.replace("Parameters",(y=f,r.filledRange(Math.max(y,3),"_arg",""))),new Function("Promise","fn","receiver","withAppended","maybeWrapAsError","nodebackForPromise","tryCatch","errorObj","notEnumerableProp","INTERNAL",w)(e,l,c,o,a,i,r.tryCatch,r.errorObj,r.notEnumerableProp,t)}:function(s,c,u,l,d,h){var f=function(){return this}(),p=s;function g(){var r=c;c===n&&(r=this);var u=new e(t);u._captureStackTrace();var l="string"==typeof p&&this!==f?this[p]:s,d=i(u,h);try{l.apply(r,o(arguments,d))}catch(yx){u._rejectCallback(a(yx),!0,!0)}return u._isFateSealed()||u._setAsyncGuaranteed(),u}return"string"==typeof p&&(s=l),r.notEnumerableProp(g,"__isPromisified__",!0),g};function y(e,t,i,o,a){for(var s=new RegExp(function(e){return e.replace(/([$])/,"\\$")}(t)+"$"),c=g(e,t,s,i),u=0,l=c.length;u<l;u+=2){var d=c[u],h=c[u+1],f=d+t;if(o===m)e[f]=m(d,n,d,h,t,a);else{var p=o(h,(function(){return m(d,n,d,h,t,a)}));r.notEnumerableProp(p,"__isPromisified__",!0),e[f]=p}}return r.toFastProperties(e),e}e.promisify=function(e,t){if("function"!=typeof e)throw new c("expecting a function but got "+r.classString(e));if(f(e))return e;var i=function(e,t,n){return m(e,t,void 0,e,null,n)}(e,void 0===(t=Object(t)).context?n:t.context,!!t.multiArgs);return r.copyDescriptors(e,i,h),i},e.promisifyAll=function(e,t){if("function"!=typeof e&&"object"!=typeof e)throw new c("the target of promisifyAll must be an object or a function\n\n See http://goo.gl/MqrFmX\n");var n=!!(t=Object(t)).multiArgs,i=t.suffix;"string"!=typeof i&&(i="Async");var o=t.filter;"function"!=typeof o&&(o=d);var a=t.promisifier;if("function"!=typeof a&&(a=m),!r.isIdentifier(i))throw new RangeError("suffix must be a valid identifier\n\n See http://goo.gl/MqrFmX\n");for(var s=r.inheritedDataKeys(e),u=0;u<s.length;++u){var l=e[s[u]];"constructor"!==s[u]&&r.isClass(l)&&(y(l.prototype,i,o,a,n),y(l,i,o,a,n))}return y(e,i,o,a,n)}},Bh=function(e,t,n,r){var i,o=Wd,a=o.isObject,s=sd.exports;"function"==typeof Map&&(i=Map);var c=function(){var e=0,t=0;function n(n,r){this[e]=n,this[e+t]=r,e++}return function(r){t=r.size,e=0;var i=new Array(2*r.size);return r.forEach(n,i),i}}();function u(e){var t,n=!1;if(void 0!==i&&e instanceof i)t=c(e),n=!0;else{var r=s.keys(e),o=r.length;t=new Array(2*o);for(var a=0;a<o;++a){var u=r[a];t[a]=e[u],t[a+o]=u}}this.constructor$(t),this._isMap=n,this._init$(void 0,-3)}function l(t){var i,o=n(t);return a(o)?(i=o instanceof e?o._then(e.props,void 0,void 0,void 0,void 0):new u(o).promise(),o instanceof e&&i._propagateFrom(o,2),i):r("cannot await properties of a non-object\n\n See http://goo.gl/MqrFmX\n")}o.inherits(u,t),u.prototype._init=function(){},u.prototype._promiseFulfilled=function(e,t){if(this._values[t]=e,++this._totalResolved>=this._length){var n;if(this._isMap)n=function(e){for(var t=new i,n=e.length/2|0,r=0;r<n;++r){var o=e[n+r],a=e[r];t.set(o,a)}return t}(this._values);else{n={};for(var r=this.length(),o=0,a=this.length();o<a;++o)n[this._values[o+r]]=this._values[o]}return this._resolve(n),!0}return!1},u.prototype.shouldCopyValues=function(){return!1},u.prototype.getActualLength=function(e){return e>>1},e.prototype.props=function(){return l(this)},e.props=function(e){return l(e)}},Wh=function(e,t,n,r){var i=Wd;function o(a,s){var c,u=n(a);if(u instanceof e)return(c=u).then((function(e){return o(e,c)}));if(null===(a=i.asArray(a)))return r("expecting an array or an iterable object but got "+i.classString(a));var l=new e(t);void 0!==s&&l._propagateFrom(s,3);for(var d=l._fulfill,h=l._reject,f=0,p=a.length;f<p;++f){var g=a[f];(void 0!==g||f in a)&&e.cast(g)._then(d,h,void 0,l,null)}return l}e.race=function(e){return o(e,void 0)},e.prototype.race=function(){return o(this,void 0)}};(Fh=ad).exports=function(){var e=function(){return new d("circular promise resolution chain\n\n See http://goo.gl/MqrFmX\n")},t=function(){return new E.PromiseInspection(this._target())},n=function(e){return E.reject(new d(e))};function r(){}var i,o={},a=Wd;i=a.isNode?function(){var e=process.domain;return void 0===e&&(e=null),e}:function(){return null},a.notEnumerableProp(E,"_getDomain",i);var s=sd.exports,c=Rd.exports,u=new c;s.defineProperty(E,"_async",{value:u});var l=yh,d=E.TypeError=l.TypeError;E.RangeError=l.RangeError;var h=E.CancellationError=l.CancellationError;E.TimeoutError=l.TimeoutError,E.OperationalError=l.OperationalError,E.RejectionError=l.OperationalError,E.AggregateError=l.AggregateError;var f=function(){},p={},g={},m=bh(E,f),y=function(e,t,n,r,i){var o=Wd;function a(n){var r=this._promise=new e(t);n instanceof e&&r._propagateFrom(n,3),r._setOnCancel(this),this._values=n,this._length=0,this._totalResolved=0,this._init(void 0,-2)}return o.isArray,o.inherits(a,i),a.prototype.length=function(){return this._length},a.prototype.promise=function(){return this._promise},a.prototype._init=function t(i,a){var s=n(this._values,this._promise);if(s instanceof e){var c=(s=s._target())._bitField;if(this._values=s,0==(50397184&c))return this._promise._setAsyncGuaranteed(),s._then(t,this._reject,void 0,this,a);if(0==(33554432&c))return 0!=(16777216&c)?this._reject(s._reason()):this._cancel();s=s._value()}if(null!==(s=o.asArray(s)))0!==s.length?this._iterate(s):-5===a?this._resolveEmptyArray():this._resolve(function(e){switch(e){case-2:return[];case-3:return{}}}(a));else{var u=r("expecting an array or an iterable object but got "+o.classString(s)).reason();this._promise._rejectCallback(u,!1)}},a.prototype._iterate=function(t){var r=this.getActualLength(t.length);this._length=r,this._values=this.shouldCopyValues()?new Array(r):this._values;for(var i=this._promise,o=!1,a=null,s=0;s<r;++s){var c=n(t[s],i);a=c instanceof e?(c=c._target())._bitField:null,o?null!==a&&c.suppressUnhandledRejections():null!==a?0==(50397184&a)?(c._proxy(this,s),this._values[s]=c):o=0!=(33554432&a)?this._promiseFulfilled(c._value(),s):0!=(16777216&a)?this._promiseRejected(c._reason(),s):this._promiseCancelled(s):o=this._promiseFulfilled(c,s)}o||i._setAsyncGuaranteed()},a.prototype._isResolved=function(){return null===this._values},a.prototype._resolve=function(e){this._values=null,this._promise._fulfill(e)},a.prototype._cancel=function(){!this._isResolved()&&this._promise._isCancellable()&&(this._values=null,this._promise._cancel())},a.prototype._reject=function(e){this._values=null,this._promise._rejectCallback(e,!1)},a.prototype._promiseFulfilled=function(e,t){return this._values[t]=e,++this._totalResolved>=this._length&&(this._resolve(this._values),!0)},a.prototype._promiseCancelled=function(){return this._cancel(),!0},a.prototype._promiseRejected=function(e){return this._totalResolved++,this._reject(e),!0},a.prototype._resultCancelled=function(){if(!this._isResolved()){var t=this._values;if(this._cancel(),t instanceof e)t.cancel();else for(var n=0;n<t.length;++n)t[n]instanceof e&&t[n].cancel()}},a.prototype.shouldCopyValues=function(){return!0},a.prototype.getActualLength=function(e){return e},a}(E,f,m,n,r),b=function(e){var t=!1,n=[];function r(){this._trace=new r.CapturedTrace(i())}function i(){var e=n.length-1;if(e>=0)return n[e]}return e.prototype._promiseCreated=function(){},e.prototype._pushContext=function(){},e.prototype._popContext=function(){return null},e._peekContext=e.prototype._peekContext=function(){},r.prototype._pushContext=function(){void 0!==this._trace&&(this._trace._promiseCreated=null,n.push(this._trace))},r.prototype._popContext=function(){if(void 0!==this._trace){var e=n.pop(),t=e._promiseCreated;return e._promiseCreated=null,t}return null},r.CapturedTrace=null,r.create=function(){if(t)return new r},r.deactivateLongStackTraces=function(){},r.activateLongStackTraces=function(){var n=e.prototype._pushContext,o=e.prototype._popContext,a=e._peekContext,s=e.prototype._peekContext,c=e.prototype._promiseCreated;r.deactivateLongStackTraces=function(){e.prototype._pushContext=n,e.prototype._popContext=o,e._peekContext=a,e.prototype._peekContext=s,e.prototype._promiseCreated=c,t=!1},t=!0,e.prototype._pushContext=r.prototype._pushContext,e.prototype._popContext=r.prototype._popContext,e._peekContext=e.prototype._peekContext=i,e.prototype._promiseCreated=function(){var e=this._peekContext();e&&null==e._promiseCreated&&(e._promiseCreated=this)}},r}(E),w=b.create,x=wh(E,b);x.CapturedTrace;var v=function(e,t){var n=Wd,r=e.CancellationError,i=n.errorObj;function o(e,t,n){this.promise=e,this.type=t,this.handler=n,this.called=!1,this.cancelPromise=null}function a(e){this.finallyHandler=e}function s(e,t){return null!=e.cancelPromise&&(arguments.length>1?e.cancelPromise._reject(t):e.cancelPromise._cancel(),e.cancelPromise=null,!0)}function c(){return l.call(this,this.promise._target()._settledValue())}function u(e){if(!s(this,e))return i.e=e,i}function l(n){var o=this.promise,l=this.handler;if(!this.called){this.called=!0;var d=this.isFinallyHandler()?l.call(o._boundValue()):l.call(o._boundValue(),n);if(void 0!==d){o._setReturnedNonUndefined();var h=t(d,o);if(h instanceof e){if(null!=this.cancelPromise){if(h._isCancelled()){var f=new r("late cancellation observer");return o._attachExtraTrace(f),i.e=f,i}h.isPending()&&h._attachCancellationCallback(new a(this))}return h._then(c,u,void 0,this,void 0)}}}return o.isRejected()?(s(this),i.e=n,i):(s(this),n)}return o.prototype.isFinallyHandler=function(){return 0===this.type},a.prototype._resultCancelled=function(){s(this.finallyHandler)},e.prototype._passThrough=function(e,t,n,r){return"function"!=typeof e?this.then():this._then(n,r,void 0,new o(this,t,e),void 0)},e.prototype.lastly=e.prototype.finally=function(e){return this._passThrough(e,0,l,l)},e.prototype.tap=function(e){return this._passThrough(e,1,l)},o}(E,m),_=function(e){var t=Wd,n=sd.exports.keys,r=t.tryCatch,i=t.errorObj;return function(o,a,s){return function(c){var u=s._boundValue();e:for(var l=0;l<o.length;++l){var d=o[l];if(d===Error||null!=d&&d.prototype instanceof Error){if(c instanceof d)return r(a).call(u,c)}else if("function"==typeof d){var h=r(d).call(u,c);if(h===i)return h;if(h)return r(a).call(u,c)}else if(t.isObject(c)){for(var f=n(d),p=0;p<f.length;++p){var g=f[p];if(d[g]!=c[g])continue e}return r(a).call(u,c)}}return e}}}(g),D=Eh,T=a.errorObj,U=a.tryCatch;function E(e){this._bitField=0,this._fulfillmentHandler0=void 0,this._rejectionHandler0=void 0,this._promise0=void 0,this._receiver0=void 0,e!==f&&(function(e,t){if("function"!=typeof t)throw new d("expecting a function but got "+a.classString(t));if(e.constructor!==E)throw new d("the promise constructor cannot be invoked directly\n\n See http://goo.gl/MqrFmX\n")}(this,e),this._resolveFromExecutor(e)),this._promiseCreated(),this._fireEvent("promiseCreated",this)}function k(e){this.promise._resolveCallback(e)}function S(e){this.promise._rejectCallback(e,!1)}function A(e){var t=new E(f);t._fulfillmentHandler0=e,t._rejectionHandler0=e,t._promise0=e,t._receiver0=e}return E.prototype.toString=function(){return"[object Promise]"},E.prototype.caught=E.prototype.catch=function(e){var t=arguments.length;if(t>1){var r,i=new Array(t-1),o=0;for(r=0;r<t-1;++r){var s=arguments[r];if(!a.isObject(s))return n("expecting an object but got A catch statement predicate "+a.classString(s));i[o++]=s}return i.length=o,e=arguments[r],this.then(void 0,_(i,e,this))}return this.then(void 0,e)},E.prototype.reflect=function(){return this._then(t,t,void 0,this,void 0)},E.prototype.then=function(e,t){if(x.warnings()&&arguments.length>0&&"function"!=typeof e&&"function"!=typeof t){var n=".then() only accepts functions but was passed: "+a.classString(e);arguments.length>1&&(n+=", "+a.classString(t)),this._warn(n)}return this._then(e,t,void 0,void 0,void 0)},E.prototype.done=function(e,t){this._then(e,t,void 0,void 0,void 0)._setIsFinal()},E.prototype.spread=function(e){return"function"!=typeof e?n("expecting a function but got "+a.classString(e)):this.all()._then(e,void 0,void 0,p,void 0)},E.prototype.toJSON=function(){var e={isFulfilled:!1,isRejected:!1,fulfillmentValue:void 0,rejectionReason:void 0};return this.isFulfilled()?(e.fulfillmentValue=this.value(),e.isFulfilled=!0):this.isRejected()&&(e.rejectionReason=this.reason(),e.isRejected=!0),e},E.prototype.all=function(){return arguments.length>0&&this._warn(".all() was passed arguments but it does not take any"),new y(this).promise()},E.prototype.error=function(e){return this.caught(a.originatesFromRejection,e)},E.getNewLibraryCopy=Fh.exports,E.is=function(e){return e instanceof E},E.fromNode=E.fromCallback=function(e){var t=new E(f);t._captureStackTrace();var n=arguments.length>1&&!!Object(arguments[1]).multiArgs,r=U(e)(D(t,n));return r===T&&t._rejectCallback(r.e,!0),t._isFateSealed()||t._setAsyncGuaranteed(),t},E.all=function(e){return new y(e).promise()},E.cast=function(e){var t=m(e);return t instanceof E||((t=new E(f))._captureStackTrace(),t._setFulfilled(),t._rejectionHandler0=e),t},E.resolve=E.fulfilled=E.cast,E.reject=E.rejected=function(e){var t=new E(f);return t._captureStackTrace(),t._rejectCallback(e,!0),t},E.setScheduler=function(e){if("function"!=typeof e)throw new d("expecting a function but got "+a.classString(e));return u.setScheduler(e)},E.prototype._then=function(e,t,n,r,o){var s=void 0!==o,c=s?o:new E(f),l=this._target(),d=l._bitField;s||(c._propagateFrom(this,3),c._captureStackTrace(),void 0===r&&0!=(2097152&this._bitField)&&(r=0!=(50397184&d)?this._boundValue():l===this?void 0:this._boundTo),this._fireEvent("promiseChained",this,c));var p=i();if(0!=(50397184&d)){var g,m,y=l._settlePromiseCtx;0!=(33554432&d)?(m=l._rejectionHandler0,g=e):0!=(16777216&d)?(m=l._fulfillmentHandler0,g=t,l._unsetRejectionIsUnhandled()):(y=l._settlePromiseLateCancellationObserver,m=new h("late cancellation observer"),l._attachExtraTrace(m),g=t),u.invoke(y,l,{handler:null===p?g:"function"==typeof g&&a.domainBind(p,g),promise:c,receiver:r,value:m})}else l._addCallbacks(e,t,c,r,p);return c},E.prototype._length=function(){return 65535&this._bitField},E.prototype._isFateSealed=function(){return 0!=(117506048&this._bitField)},E.prototype._isFollowing=function(){return 67108864==(67108864&this._bitField)},E.prototype._setLength=function(e){this._bitField=-65536&this._bitField|65535&e},E.prototype._setFulfilled=function(){this._bitField=33554432|this._bitField,this._fireEvent("promiseFulfilled",this)},E.prototype._setRejected=function(){this._bitField=16777216|this._bitField,this._fireEvent("promiseRejected",this)},E.prototype._setFollowing=function(){this._bitField=67108864|this._bitField,this._fireEvent("promiseResolved",this)},E.prototype._setIsFinal=function(){this._bitField=4194304|this._bitField},E.prototype._isFinal=function(){return(4194304&this._bitField)>0},E.prototype._unsetCancelled=function(){this._bitField=-65537&this._bitField},E.prototype._setCancelled=function(){this._bitField=65536|this._bitField,this._fireEvent("promiseCancelled",this)},E.prototype._setWillBeCancelled=function(){this._bitField=8388608|this._bitField},E.prototype._setAsyncGuaranteed=function(){u.hasCustomScheduler()||(this._bitField=134217728|this._bitField)},E.prototype._receiverAt=function(e){var t=0===e?this._receiver0:this[4*e-4+3];if(t!==o)return void 0===t&&this._isBound()?this._boundValue():t},E.prototype._promiseAt=function(e){return this[4*e-4+2]},E.prototype._fulfillmentHandlerAt=function(e){return this[4*e-4+0]},E.prototype._rejectionHandlerAt=function(e){return this[4*e-4+1]},E.prototype._boundValue=function(){},E.prototype._migrateCallback0=function(e){e._bitField;var t=e._fulfillmentHandler0,n=e._rejectionHandler0,r=e._promise0,i=e._receiverAt(0);void 0===i&&(i=o),this._addCallbacks(t,n,r,i,null)},E.prototype._migrateCallbackAt=function(e,t){var n=e._fulfillmentHandlerAt(t),r=e._rejectionHandlerAt(t),i=e._promiseAt(t),a=e._receiverAt(t);void 0===a&&(a=o),this._addCallbacks(n,r,i,a,null)},E.prototype._addCallbacks=function(e,t,n,r,i){var o=this._length();if(o>=65531&&(o=0,this._setLength(0)),0===o)this._promise0=n,this._receiver0=r,"function"==typeof e&&(this._fulfillmentHandler0=null===i?e:a.domainBind(i,e)),"function"==typeof t&&(this._rejectionHandler0=null===i?t:a.domainBind(i,t));else{var s=4*o-4;this[s+2]=n,this[s+3]=r,"function"==typeof e&&(this[s+0]=null===i?e:a.domainBind(i,e)),"function"==typeof t&&(this[s+1]=null===i?t:a.domainBind(i,t))}return this._setLength(o+1),o},E.prototype._proxy=function(e,t){this._addCallbacks(void 0,void 0,t,e,null)},E.prototype._resolveCallback=function(t,n){if(0==(117506048&this._bitField)){if(t===this)return this._rejectCallback(e(),!1);var r=m(t,this);if(!(r instanceof E))return this._fulfill(t);n&&this._propagateFrom(r,2);var i=r._target();if(i!==this){var o=i._bitField;if(0==(50397184&o)){var a=this._length();a>0&&i._migrateCallback0(this);for(var s=1;s<a;++s)i._migrateCallbackAt(this,s);this._setFollowing(),this._setLength(0),this._setFollowee(i)}else if(0!=(33554432&o))this._fulfill(i._value());else if(0!=(16777216&o))this._reject(i._reason());else{var c=new h("late cancellation observer");i._attachExtraTrace(c),this._reject(c)}}else this._reject(e())}},E.prototype._rejectCallback=function(e,t,n){var r=a.ensureErrorObject(e),i=r===e;if(!i&&!n&&x.warnings()){var o="a promise was rejected with a non-error: "+a.classString(e);this._warn(o,!0)}this._attachExtraTrace(r,!!t&&i),this._reject(e)},E.prototype._resolveFromExecutor=function(e){var t=this;this._captureStackTrace(),this._pushContext();var n=!0,r=this._execute(e,(function(e){t._resolveCallback(e)}),(function(e){t._rejectCallback(e,n)}));n=!1,this._popContext(),void 0!==r&&t._rejectCallback(r,!0)},E.prototype._settlePromiseFromHandler=function(e,t,n,r){var i=r._bitField;if(0==(65536&i)){var o;r._pushContext(),t===p?n&&"number"==typeof n.length?o=U(e).apply(this._boundValue(),n):(o=T).e=new d("cannot .spread() a non-array: "+a.classString(n)):o=U(e).call(t,n);var s=r._popContext();0==(65536&(i=r._bitField))&&(o===g?r._reject(n):o===T?r._rejectCallback(o.e,!1):(x.checkForgottenReturns(o,s,"",r,this),r._resolveCallback(o)))}},E.prototype._target=function(){for(var e=this;e._isFollowing();)e=e._followee();return e},E.prototype._followee=function(){return this._rejectionHandler0},E.prototype._setFollowee=function(e){this._rejectionHandler0=e},E.prototype._settlePromise=function(e,n,i,o){var a=e instanceof E,s=this._bitField,c=0!=(134217728&s);0!=(65536&s)?(a&&e._invokeInternalOnCancel(),i instanceof v&&i.isFinallyHandler()?(i.cancelPromise=e,U(n).call(i,o)===T&&e._reject(T.e)):n===t?e._fulfill(t.call(i)):i instanceof r?i._promiseCancelled(e):a||e instanceof y?e._cancel():i.cancel()):"function"==typeof n?a?(c&&e._setAsyncGuaranteed(),this._settlePromiseFromHandler(n,i,o,e)):n.call(i,o,e):i instanceof r?i._isResolved()||(0!=(33554432&s)?i._promiseFulfilled(o,e):i._promiseRejected(o,e)):a&&(c&&e._setAsyncGuaranteed(),0!=(33554432&s)?e._fulfill(o):e._reject(o))},E.prototype._settlePromiseLateCancellationObserver=function(e){var t=e.handler,n=e.promise,r=e.receiver,i=e.value;"function"==typeof t?n instanceof E?this._settlePromiseFromHandler(t,r,i,n):t.call(r,i,n):n instanceof E&&n._reject(i)},E.prototype._settlePromiseCtx=function(e){this._settlePromise(e.promise,e.handler,e.receiver,e.value)},E.prototype._settlePromise0=function(e,t,n){var r=this._promise0,i=this._receiverAt(0);this._promise0=void 0,this._receiver0=void 0,this._settlePromise(r,e,i,t)},E.prototype._clearCallbackDataAtIndex=function(e){var t=4*e-4;this[t+2]=this[t+3]=this[t+0]=this[t+1]=void 0},E.prototype._fulfill=function(t){var n=this._bitField;if(!((117506048&n)>>>16)){if(t===this){var r=e();return this._attachExtraTrace(r),this._reject(r)}this._setFulfilled(),this._rejectionHandler0=t,(65535&n)>0&&(0!=(134217728&n)?this._settlePromises():u.settlePromises(this))}},E.prototype._reject=function(e){var t=this._bitField;if(!((117506048&t)>>>16)){if(this._setRejected(),this._fulfillmentHandler0=e,this._isFinal())return u.fatalError(e,a.isNode);(65535&t)>0?u.settlePromises(this):this._ensurePossibleRejectionHandled()}},E.prototype._fulfillPromises=function(e,t){for(var n=1;n<e;n++){var r=this._fulfillmentHandlerAt(n),i=this._promiseAt(n),o=this._receiverAt(n);this._clearCallbackDataAtIndex(n),this._settlePromise(i,r,o,t)}},E.prototype._rejectPromises=function(e,t){for(var n=1;n<e;n++){var r=this._rejectionHandlerAt(n),i=this._promiseAt(n),o=this._receiverAt(n);this._clearCallbackDataAtIndex(n),this._settlePromise(i,r,o,t)}},E.prototype._settlePromises=function(){var e=this._bitField,t=65535&e;if(t>0){if(0!=(16842752&e)){var n=this._fulfillmentHandler0;this._settlePromise0(this._rejectionHandler0,n,e),this._rejectPromises(t,n)}else{var r=this._rejectionHandler0;this._settlePromise0(this._fulfillmentHandler0,r,e),this._fulfillPromises(t,r)}this._setLength(0)}this._clearCancellationData()},E.prototype._settledValue=function(){var e=this._bitField;return 0!=(33554432&e)?this._rejectionHandler0:0!=(16777216&e)?this._fulfillmentHandler0:void 0},E.defer=E.pending=function(){return x.deprecated("Promise.defer","new Promise"),{promise:new E(f),resolve:k,reject:S}},a.notEnumerableProp(E,"_makeSelfResolutionError",e),function(e,t,n,r,i){var o=Wd,a=o.tryCatch;e.method=function(n){if("function"!=typeof n)throw new e.TypeError("expecting a function but got "+o.classString(n));return function(){var r=new e(t);r._captureStackTrace(),r._pushContext();var o=a(n).apply(this,arguments),s=r._popContext();return i.checkForgottenReturns(o,s,"Promise.method",r),r._resolveFromSyncValue(o),r}},e.attempt=e.try=function(n){if("function"!=typeof n)return r("expecting a function but got "+o.classString(n));var s,c=new e(t);if(c._captureStackTrace(),c._pushContext(),arguments.length>1){i.deprecated("calling Promise.try with more than 1 argument");var u=arguments[1],l=arguments[2];s=o.isArray(u)?a(n).apply(l,u):a(n).call(l,u)}else s=a(n)();var d=c._popContext();return i.checkForgottenReturns(s,d,"Promise.try",c),c._resolveFromSyncValue(s),c},e.prototype._resolveFromSyncValue=function(e){e===o.errorObj?this._rejectCallback(e.e,!1):this._resolveCallback(e,!0)}}(E,f,0,n,x),function(e,t,n,r){var i=!1,o=function(e,t){this._reject(t)},a=function(e,t){t.promiseRejectionQueued=!0,t.bindingPromise._then(o,o,null,this,e)},s=function(e,t){0==(50397184&this._bitField)&&this._resolveCallback(t.target)},c=function(e,t){t.promiseRejectionQueued||this._reject(e)};e.prototype.bind=function(o){i||(i=!0,e.prototype._propagateFrom=r.propagateFromFunction(),e.prototype._boundValue=r.boundValueFunction());var u=n(o),l=new e(t);l._propagateFrom(this,1);var d=this._target();if(l._setBoundTo(u),u instanceof e){var h={promiseRejectionQueued:!1,promise:l,target:d,bindingPromise:u};d._then(t,a,void 0,l,h),u._then(s,c,void 0,l,h),l._setOnCancel(u)}else l._resolveCallback(d);return l},e.prototype._setBoundTo=function(e){void 0!==e?(this._bitField=2097152|this._bitField,this._boundTo=e):this._bitField=-2097153&this._bitField},e.prototype._isBound=function(){return 2097152==(2097152&this._bitField)},e.bind=function(t,n){return e.resolve(n).bind(t)}}(E,f,m,x),function(e,t,n,r){var i=Wd,o=i.tryCatch,a=i.errorObj,s=e._async;e.prototype.break=e.prototype.cancel=function(){if(!r.cancellation())return this._warn("cancellation is disabled");for(var e=this,t=e;e._isCancellable();){if(!e._cancelBy(t)){t._isFollowing()?t._followee().cancel():t._cancelBranched();break}var n=e._cancellationParent;if(null==n||!n._isCancellable()){e._isFollowing()?e._followee().cancel():e._cancelBranched();break}e._isFollowing()&&e._followee().cancel(),e._setWillBeCancelled(),t=e,e=n}},e.prototype._branchHasCancelled=function(){this._branchesRemainingToCancel--},e.prototype._enoughBranchesHaveCancelled=function(){return void 0===this._branchesRemainingToCancel||this._branchesRemainingToCancel<=0},e.prototype._cancelBy=function(e){return e===this?(this._branchesRemainingToCancel=0,this._invokeOnCancel(),!0):(this._branchHasCancelled(),!!this._enoughBranchesHaveCancelled()&&(this._invokeOnCancel(),!0))},e.prototype._cancelBranched=function(){this._enoughBranchesHaveCancelled()&&this._cancel()},e.prototype._cancel=function(){this._isCancellable()&&(this._setCancelled(),s.invoke(this._cancelPromises,this,void 0))},e.prototype._cancelPromises=function(){this._length()>0&&this._settlePromises()},e.prototype._unsetOnCancel=function(){this._onCancelField=void 0},e.prototype._isCancellable=function(){return this.isPending()&&!this._isCancelled()},e.prototype.isCancellable=function(){return this.isPending()&&!this.isCancelled()},e.prototype._doInvokeOnCancel=function(e,t){if(i.isArray(e))for(var n=0;n<e.length;++n)this._doInvokeOnCancel(e[n],t);else if(void 0!==e)if("function"==typeof e){if(!t){var r=o(e).call(this._boundValue());r===a&&(this._attachExtraTrace(r.e),s.throwLater(r.e))}}else e._resultCancelled(this)},e.prototype._invokeOnCancel=function(){var e=this._onCancel();this._unsetOnCancel(),s.invoke(this._doInvokeOnCancel,this,e)},e.prototype._invokeInternalOnCancel=function(){this._isCancellable()&&(this._doInvokeOnCancel(this._onCancel(),!0),this._unsetOnCancel())},e.prototype._resultCancelled=function(){this.cancel()}}(E,0,0,x),function(e){function t(){return this.value}function n(){throw this.reason}e.prototype.return=e.prototype.thenReturn=function(n){return n instanceof e&&n.suppressUnhandledRejections(),this._then(t,void 0,void 0,{value:n},void 0)},e.prototype.throw=e.prototype.thenThrow=function(e){return this._then(n,void 0,void 0,{reason:e},void 0)},e.prototype.catchThrow=function(e){if(arguments.length<=1)return this._then(void 0,n,void 0,{reason:e},void 0);var t=arguments[1],r=function(){throw t};return this.caught(e,r)},e.prototype.catchReturn=function(n){if(arguments.length<=1)return n instanceof e&&n.suppressUnhandledRejections(),this._then(void 0,t,void 0,{value:n},void 0);var r=arguments[1];r instanceof e&&r.suppressUnhandledRejections();var i=function(){return r};return this.caught(n,i)}}(E),function(e){function t(e){void 0!==e?(e=e._target(),this._bitField=e._bitField,this._settledValueField=e._isFateSealed()?e._settledValue():void 0):(this._bitField=0,this._settledValueField=void 0)}t.prototype._settledValue=function(){return this._settledValueField};var n=t.prototype.value=function(){if(!this.isFulfilled())throw new TypeError("cannot get fulfillment value of a non-fulfilled promise\n\n See http://goo.gl/MqrFmX\n");return this._settledValue()},r=t.prototype.error=t.prototype.reason=function(){if(!this.isRejected())throw new TypeError("cannot get rejection reason of a non-rejected promise\n\n See http://goo.gl/MqrFmX\n");return this._settledValue()},i=t.prototype.isFulfilled=function(){return 0!=(33554432&this._bitField)},o=t.prototype.isRejected=function(){return 0!=(16777216&this._bitField)},a=t.prototype.isPending=function(){return 0==(50397184&this._bitField)},s=t.prototype.isResolved=function(){return 0!=(50331648&this._bitField)};t.prototype.isCancelled=function(){return 0!=(8454144&this._bitField)},e.prototype.__isCancelled=function(){return 65536==(65536&this._bitField)},e.prototype._isCancelled=function(){return this._target().__isCancelled()},e.prototype.isCancelled=function(){return 0!=(8454144&this._target()._bitField)},e.prototype.isPending=function(){return a.call(this._target())},e.prototype.isRejected=function(){return o.call(this._target())},e.prototype.isFulfilled=function(){return i.call(this._target())},e.prototype.isResolved=function(){return s.call(this._target())},e.prototype.value=function(){return n.call(this._target())},e.prototype.reason=function(){var e=this._target();return e._unsetRejectionIsUnhandled(),r.call(e)},e.prototype._value=function(){return this._settledValue()},e.prototype._reason=function(){return this._unsetRejectionIsUnhandled(),this._settledValue()},e.PromiseInspection=t}(E),function(e,t,n,r,i,o){var a,s=Wd,c=s.canEvaluate,u=s.tryCatch,l=s.errorObj;if(c){for(var d=function(e){return new Function("promise","holder"," \n 'use strict'; \n holder.pIndex = promise; \n ".replace(/Index/g,e))},h=function(t){for(var n=new Array(t),r=0;r<n.length;++r)n[r]="this.p"+(r+1);var o=n.join(" = ")+" = null;",a="var promise;\n"+n.map((function(e){return" \n promise = "+e+"; \n if (promise instanceof Promise) { \n promise.cancel(); \n } \n "})).join("\n"),s=n.join(", "),c="Holder$"+t,d="return function(tryCatch, errorObj, Promise, async) { \n 'use strict'; \n function [TheName](fn) { \n [TheProperties] \n this.fn = fn; \n this.asyncNeeded = true; \n this.now = 0; \n } \n \n [TheName].prototype._callFunction = function(promise) { \n promise._pushContext(); \n var ret = tryCatch(this.fn)([ThePassedArguments]); \n promise._popContext(); \n if (ret === errorObj) { \n promise._rejectCallback(ret.e, false); \n } else { \n promise._resolveCallback(ret); \n } \n }; \n \n [TheName].prototype.checkFulfillment = function(promise) { \n var now = ++this.now; \n if (now === [TheTotal]) { \n if (this.asyncNeeded) { \n async.invoke(this._callFunction, this, promise); \n } else { \n this._callFunction(promise); \n } \n \n } \n }; \n \n [TheName].prototype._resultCancelled = function() { \n [CancellationCode] \n }; \n \n return [TheName]; \n }(tryCatch, errorObj, Promise, async); \n ";return d=d.replace(/\[TheName\]/g,c).replace(/\[TheTotal\]/g,t).replace(/\[ThePassedArguments\]/g,s).replace(/\[TheProperties\]/g,o).replace(/\[CancellationCode\]/g,a),new Function("tryCatch","errorObj","Promise","async",d)(u,l,e,i)},f=[],p=[],g=[],m=0;m<8;++m)f.push(h(m+1)),p.push(new Function("value","holder"," \n 'use strict'; \n holder.pIndex = value; \n holder.checkFulfillment(this); \n ".replace(/Index/g,m+1))),g.push(d(m+1));a=function(e){this._reject(e)}}e.join=function(){var i,u=arguments.length-1;if(u>0&&"function"==typeof arguments[u]&&(i=arguments[u],u<=8&&c)){(_=new e(r))._captureStackTrace();for(var l=new(0,f[u-1])(i),d=p,h=0;h<u;++h){var m=n(arguments[h],_);if(m instanceof e){var y=(m=m._target())._bitField;0==(50397184&y)?(m._then(d[h],a,void 0,_,l),g[h](m,l),l.asyncNeeded=!1):0!=(33554432&y)?d[h].call(_,m._value(),l):0!=(16777216&y)?_._reject(m._reason()):_._cancel()}else d[h].call(_,m,l)}if(!_._isFateSealed()){if(l.asyncNeeded){var b=o();null!==b&&(l.fn=s.domainBind(b,l.fn))}_._setAsyncGuaranteed(),_._setOnCancel(l)}return _}for(var w=arguments.length,x=new Array(w),v=0;v<w;++v)x[v]=arguments[v];i&&x.pop();var _=new t(x).promise();return void 0!==i?_.spread(i):_}}(E,y,m,f,u,i),E.Promise=E,E.version="3.4.7",function(e,t,n,r,i,o){var a=e._getDomain,s=Wd,c=s.tryCatch,u=s.errorObj,l=e._async;function d(e,t,n,r){this.constructor$(e),this._promise._captureStackTrace();var o=a();this._callback=null===o?t:s.domainBind(o,t),this._preservedValues=r===i?new Array(this.length()):null,this._limit=n,this._inFlight=0,this._queue=[],l.invoke(this._asyncInit,this,void 0)}function h(t,r,i,o){if("function"!=typeof r)return n("expecting a function but got "+s.classString(r));var a=0;if(void 0!==i){if("object"!=typeof i||null===i)return e.reject(new TypeError("options argument must be an object but it is "+s.classString(i)));if("number"!=typeof i.concurrency)return e.reject(new TypeError("'concurrency' must be a number but it is "+s.classString(i.concurrency)));a=i.concurrency}return new d(t,r,a="number"==typeof a&&isFinite(a)&&a>=1?a:0,o).promise()}s.inherits(d,t),d.prototype._asyncInit=function(){this._init$(void 0,-2)},d.prototype._init=function(){},d.prototype._promiseFulfilled=function(t,n){var i=this._values,a=this.length(),s=this._preservedValues,l=this._limit;if(n<0){if(i[n=-1*n-1]=t,l>=1&&(this._inFlight--,this._drainQueue(),this._isResolved()))return!0}else{if(l>=1&&this._inFlight>=l)return i[n]=t,this._queue.push(n),!1;null!==s&&(s[n]=t);var d=this._promise,h=this._callback,f=d._boundValue();d._pushContext();var p=c(h).call(f,t,n,a),g=d._popContext();if(o.checkForgottenReturns(p,g,null!==s?"Promise.filter":"Promise.map",d),p===u)return this._reject(p.e),!0;var m=r(p,this._promise);if(m instanceof e){var y=(m=m._target())._bitField;if(0==(50397184&y))return l>=1&&this._inFlight++,i[n]=m,m._proxy(this,-1*(n+1)),!1;if(0==(33554432&y))return 0!=(16777216&y)?(this._reject(m._reason()),!0):(this._cancel(),!0);p=m._value()}i[n]=p}return++this._totalResolved>=a&&(null!==s?this._filter(i,s):this._resolve(i),!0)},d.prototype._drainQueue=function(){for(var e=this._queue,t=this._limit,n=this._values;e.length>0&&this._inFlight<t;){if(this._isResolved())return;var r=e.pop();this._promiseFulfilled(n[r],r)}},d.prototype._filter=function(e,t){for(var n=t.length,r=new Array(n),i=0,o=0;o<n;++o)e[o]&&(r[i++]=t[o]);r.length=i,this._resolve(r)},d.prototype.preservedValues=function(){return this._preservedValues},e.prototype.map=function(e,t){return h(this,e,t,null)},e.map=function(e,t,n,r){return h(e,t,n,r)}}(E,y,n,m,f,x),function(e){var t,n,r=Wd,i=r.canEvaluate,o=r.isIdentifier,a=function(e){return new Function("ensureMethod"," \n return function(obj) { \n 'use strict' \n var len = this.length; \n ensureMethod(obj, 'methodName'); \n switch(len) { \n case 1: return obj.methodName(this[0]); \n case 2: return obj.methodName(this[0], this[1]); \n case 3: return obj.methodName(this[0], this[1], this[2]); \n case 0: return obj.methodName(); \n default: \n return obj.methodName.apply(obj, this); \n } \n }; \n ".replace(/methodName/g,e))(u)},s=function(e){return new Function("obj"," \n 'use strict'; \n return obj.propertyName; \n ".replace("propertyName",e))},c=function(e,t,n){var r=n[e];if("function"!=typeof r){if(!o(e))return null;if(r=t(e),n[e]=r,n[" size"]++,n[" size"]>512){for(var i=Object.keys(n),a=0;a<256;++a)delete n[i[a]];n[" size"]=i.length-256}}return r};function u(t,n){var i;if(null!=t&&(i=t[n]),"function"!=typeof i){var o="Object "+r.classString(t)+" has no method '"+r.toString(n)+"'";throw new e.TypeError(o)}return i}function l(e){return u(e,this.pop()).apply(e,this)}function d(e){return e[this]}function h(e){var t=+this;return t<0&&(t=Math.max(0,t+e.length)),e[t]}t=function(e){return c(e,a,Sh)},n=function(e){return c(e,s,Ah)},e.prototype.call=function(e){for(var n=arguments.length,r=new Array(Math.max(n-1,0)),o=1;o<n;++o)r[o-1]=arguments[o];if(i){var a=t(e);if(null!==a)return this._then(a,void 0,void 0,r,void 0)}return r.push(e),this._then(l,void 0,void 0,r,void 0)},e.prototype.get=function(e){var t;if("number"==typeof e)t=h;else if(i){var r=n(e);t=null!==r?r:d}else t=d;return this._then(t,void 0,void 0,e,void 0)}}(E),Ch(E,n,m,w,f,x),Ih(E,f,x),Oh(E,n,f,m,r,x),function(e){var t=Wd,n=e._async,r=t.tryCatch,i=t.errorObj;function o(e,o){if(!t.isArray(e))return a.call(this,e,o);var s=r(o).apply(this._boundValue(),[null].concat(e));s===i&&n.throwLater(s.e)}function a(e,t){var o=this._boundValue(),a=void 0===e?r(t).call(o,null):r(t).call(o,null,e);a===i&&n.throwLater(a.e)}function s(e,t){if(!e){var o=new Error(e+"");o.cause=e,e=o}var a=r(t).call(this._boundValue(),e);a===i&&n.throwLater(a.e)}e.prototype.asCallback=e.prototype.nodeify=function(e,t){if("function"==typeof e){var n=a;void 0!==t&&Object(t).spread&&(n=o),this._then(n,s,void 0,this,e)}return this}}(E),Nh(E,f),Bh(E,y,m,n),Wh(E,f,m,n),function(e,t,n,r,i,o){var a=e._getDomain,s=Wd,c=s.tryCatch;function u(t,n,r,o){this.constructor$(t);var c=a();this._fn=null===c?n:s.domainBind(c,n),void 0!==r&&(r=e.resolve(r))._attachCancellationCallback(this),this._initialValue=r,this._currentCancellable=null,this._eachValues=o===i?Array(this._length):0===o?null:void 0,this._promise._captureStackTrace(),this._init$(void 0,-5)}function l(e,t){this.isFulfilled()?t._resolve(e):t._reject(e)}function d(e,t,r,i){return"function"!=typeof t?n("expecting a function but got "+s.classString(t)):new u(e,t,r,i).promise()}function h(t){this.accum=t,this.array._gotAccum(t);var n=r(this.value,this.array._promise);return n instanceof e?(this.array._currentCancellable=n,n._then(f,void 0,void 0,this,void 0)):f.call(this,n)}function f(t){var n,r=this.array,i=r._promise,a=c(r._fn);i._pushContext(),(n=void 0!==r._eachValues?a.call(i._boundValue(),t,this.index,this.length):a.call(i._boundValue(),this.accum,t,this.index,this.length))instanceof e&&(r._currentCancellable=n);var s=i._popContext();return o.checkForgottenReturns(n,s,void 0!==r._eachValues?"Promise.each":"Promise.reduce",i),n}s.inherits(u,t),u.prototype._gotAccum=function(e){void 0!==this._eachValues&&null!==this._eachValues&&e!==i&&this._eachValues.push(e)},u.prototype._eachComplete=function(e){return null!==this._eachValues&&this._eachValues.push(e),this._eachValues},u.prototype._init=function(){},u.prototype._resolveEmptyArray=function(){this._resolve(void 0!==this._eachValues?this._eachValues:this._initialValue)},u.prototype.shouldCopyValues=function(){return!1},u.prototype._resolve=function(e){this._promise._resolveCallback(e),this._values=null},u.prototype._resultCancelled=function(t){if(t===this._initialValue)return this._cancel();this._isResolved()||(this._resultCancelled$(),this._currentCancellable instanceof e&&this._currentCancellable.cancel(),this._initialValue instanceof e&&this._initialValue.cancel())},u.prototype._iterate=function(t){var n,r;this._values=t;var i=t.length;if(void 0!==this._initialValue?(n=this._initialValue,r=0):(n=e.resolve(t[0]),r=1),this._currentCancellable=n,!n.isRejected())for(;r<i;++r){var o={accum:null,value:t[r],index:r,length:i,array:this};n=n._then(h,void 0,void 0,o,void 0)}void 0!==this._eachValues&&(n=n._then(this._eachComplete,void 0,void 0,this,void 0)),n._then(l,l,void 0,n,this)},e.prototype.reduce=function(e,t){return d(this,e,t,null)},e.reduce=function(e,t,n,r){return d(e,t,n,r)}}(E,y,n,m,f,x),function(e,t,n){var r=e.PromiseInspection;function i(e){this.constructor$(e)}Wd.inherits(i,t),i.prototype._promiseResolved=function(e,t){return this._values[e]=t,++this._totalResolved>=this._length&&(this._resolve(this._values),!0)},i.prototype._promiseFulfilled=function(e,t){var n=new r;return n._bitField=33554432,n._settledValueField=e,this._promiseResolved(t,n)},i.prototype._promiseRejected=function(e,t){var n=new r;return n._bitField=16777216,n._settledValueField=e,this._promiseResolved(t,n)},e.settle=function(e){return n.deprecated(".settle()",".reflect()"),new i(e).promise()},e.prototype.settle=function(){return e.settle(this)}}(E,y,x),function(e,t,n){var r=Wd,i=yh.RangeError,o=yh.AggregateError,a=r.isArray,s={};function c(e){this.constructor$(e),this._howMany=0,this._unwrap=!1,this._initialized=!1}function u(e,t){if((0|t)!==t||t<0)return n("expecting a positive integer\n\n See http://goo.gl/MqrFmX\n");var r=new c(e),i=r.promise();return r.setHowMany(t),r.init(),i}r.inherits(c,t),c.prototype._init=function(){if(this._initialized)if(0!==this._howMany){this._init$(void 0,-5);var e=a(this._values);!this._isResolved()&&e&&this._howMany>this._canPossiblyFulfill()&&this._reject(this._getRangeError(this.length()))}else this._resolve([])},c.prototype.init=function(){this._initialized=!0,this._init()},c.prototype.setUnwrap=function(){this._unwrap=!0},c.prototype.howMany=function(){return this._howMany},c.prototype.setHowMany=function(e){this._howMany=e},c.prototype._promiseFulfilled=function(e){return this._addFulfilled(e),this._fulfilled()===this.howMany()&&(this._values.length=this.howMany(),1===this.howMany()&&this._unwrap?this._resolve(this._values[0]):this._resolve(this._values),!0)},c.prototype._promiseRejected=function(e){return this._addRejected(e),this._checkOutcome()},c.prototype._promiseCancelled=function(){return this._values instanceof e||null==this._values?this._cancel():(this._addRejected(s),this._checkOutcome())},c.prototype._checkOutcome=function(){if(this.howMany()>this._canPossiblyFulfill()){for(var e=new o,t=this.length();t<this._values.length;++t)this._values[t]!==s&&e.push(this._values[t]);return e.length>0?this._reject(e):this._cancel(),!0}return!1},c.prototype._fulfilled=function(){return this._totalResolved},c.prototype._rejected=function(){return this._values.length-this.length()},c.prototype._addRejected=function(e){this._values.push(e)},c.prototype._addFulfilled=function(e){this._values[this._totalResolved++]=e},c.prototype._canPossiblyFulfill=function(){return this.length()-this._rejected()},c.prototype._getRangeError=function(e){var t="Input array must contain at least "+this._howMany+" items but contains only "+e+" items";return new i(t)},c.prototype._resolveEmptyArray=function(){this._reject(this._getRangeError(0))},e.some=function(e,t){return u(e,t)},e.prototype.some=function(e){return u(this,e)},e._SomePromiseArray=c}(E,y,n),function(e,t){var n=e.map;e.prototype.filter=function(e,r){return n(this,e,r,t)},e.filter=function(e,r,i){return n(e,r,i,t)}}(E,f),function(e,t){var n=e.reduce,r=e.all;function i(){return r(this)}e.prototype.each=function(e){return n(this,e,t,0)._then(i,void 0,void 0,this,void 0)},e.prototype.mapSeries=function(e){return n(this,e,t,t)},e.each=function(e,r){return n(e,r,t,0)._then(i,void 0,void 0,e,void 0)},e.mapSeries=function(e,r){return n(e,r,t,t)}}(E,f),function(e){var t=e._SomePromiseArray;function n(e){var n=new t(e),r=n.promise();return n.setHowMany(1),n.setUnwrap(),n.init(),r}e.any=function(e){return n(e)},e.prototype.any=function(){return n(this)}}(E),a.toFastProperties(E),a.toFastProperties(E.prototype),A({a:1}),A({b:2}),A({c:3}),A(1),A((function(){})),A(void 0),A(!1),A(new E(f)),x.setBounds(c.firstLineError,a.lastLineError),E};var Rh=rd.exports,Ph=ad.exports();od.defer=function(){var e,t,n=new Ph.Promise((function(n,r){e=n,t=r}));return{resolve:e,reject:t,promise:n}},od.when=Ph.resolve,od.resolve=Ph.resolve,od.all=Ph.all,od.props=Ph.props,od.reject=Ph.reject,od.promisify=Ph.promisify,od.mapSeries=Ph.mapSeries,od.attempt=Ph.attempt,od.nfcall=function(e){var t=Array.prototype.slice.call(arguments,1),n=Ph.promisify(e);return n.apply(null,t)},Ph.prototype.fail=Ph.prototype.caught,Ph.prototype.also=function(e){return this.then((function(t){var n=Rh.extend({},t,e(t));return Ph.props(n)}))};var Lh={},jh=rd.exports,zh=Lh.types={document:"document",paragraph:"paragraph",run:"run",text:"text",tab:"tab",checkbox:"checkbox",hyperlink:"hyperlink",noteReference:"noteReference",image:"image",note:"note",commentReference:"commentReference",comment:"comment",table:"table",tableRow:"tableRow",tableCell:"tableCell",break:"break",bookmarkStart:"bookmarkStart"};var Mh={baseline:"baseline",superscript:"superscript",subscript:"subscript"};function qh(e){this._notes=jh.indexBy(e,(function(e){return Hh(e.noteType,e.noteId)}))}function Hh(e,t){return e+"-"+t}function Vh(e){return{type:zh.break,breakType:e}}qh.prototype.resolve=function(e){return this.findNoteByKey(Hh(e.noteType,e.noteId))},qh.prototype.findNoteByKey=function(e){return this._notes[e]||null},Lh.document=Lh.Document=function(e,t){return{type:zh.document,children:e,notes:(t=t||{}).notes||new qh({}),comments:t.comments||[]}},Lh.paragraph=Lh.Paragraph=function(e,t){var n=(t=t||{}).indent||{};return{type:zh.paragraph,children:e,styleId:t.styleId||null,styleName:t.styleName||null,numbering:t.numbering||null,alignment:t.alignment||null,indent:{start:n.start||null,end:n.end||null,firstLine:n.firstLine||null,hanging:n.hanging||null}}},Lh.run=Lh.Run=function(e,t){return{type:zh.run,children:e,styleId:(t=t||{}).styleId||null,styleName:t.styleName||null,isBold:!!t.isBold,isUnderline:!!t.isUnderline,isItalic:!!t.isItalic,isStrikethrough:!!t.isStrikethrough,isAllCaps:!!t.isAllCaps,isSmallCaps:!!t.isSmallCaps,verticalAlignment:t.verticalAlignment||Mh.baseline,font:t.font||null,fontSize:t.fontSize||null,highlight:t.highlight||null}},Lh.text=Lh.Text=function(e){return{type:zh.text,value:e}},Lh.tab=Lh.Tab=function(){return{type:zh.tab}},Lh.checkbox=Lh.Checkbox=function(e){return{type:zh.checkbox,checked:e.checked}},Lh.Hyperlink=function(e,t){return{type:zh.hyperlink,children:e,href:t.href,anchor:t.anchor,targetFrame:t.targetFrame}},Lh.noteReference=Lh.NoteReference=function(e){return{type:zh.noteReference,noteType:e.noteType,noteId:e.noteId}},Lh.Notes=qh,Lh.Note=function(e){return{type:zh.note,noteType:e.noteType,noteId:e.noteId,body:e.body}},Lh.commentReference=function(e){return{type:zh.commentReference,commentId:e.commentId}},Lh.comment=function(e){return{type:zh.comment,commentId:e.commentId,body:e.body,authorName:e.authorName,authorInitials:e.authorInitials}},Lh.Image=function(e){return{type:zh.image,read:function(t){return t?e.readImage(t):e.readImage().then((function(e){return Buffer.from(e)}))},readAsArrayBuffer:function(){return e.readImage()},readAsBase64String:function(){return e.readImage("base64")},readAsBuffer:function(){return e.readImage().then((function(e){return Buffer.from(e)}))},altText:e.altText,contentType:e.contentType}},Lh.Table=function(e,t){return{type:zh.table,children:e,styleId:(t=t||{}).styleId||null,styleName:t.styleName||null}},Lh.TableRow=function(e,t){return{type:zh.tableRow,children:e,isHeader:(t=t||{}).isHeader||!1}},Lh.TableCell=function(e,t){return{type:zh.tableCell,children:e,colSpan:null==(t=t||{}).colSpan?1:t.colSpan,rowSpan:null==t.rowSpan?1:t.rowSpan}},Lh.lineBreak=Vh("line"),Lh.pageBreak=Vh("page"),Lh.columnBreak=Vh("column"),Lh.BookmarkStart=function(e){return{type:zh.bookmarkStart,name:e.name}},Lh.verticalAlignment=Mh;var Kh={},Gh=rd.exports;function Zh(e,t){this.value=e,this.messages=t||[]}function Xh(e){var t=[];return Gh.flatten(Gh.pluck(e,"messages"),!0).forEach((function(e){(function(e,t){return void 0!==Gh.find(e,$h.bind(null,t))})(t,e)||t.push(e)})),t}function $h(e,t){return e.type===t.type&&e.message===t.message}Kh.Result=Zh,Kh.success=function(e){return new Zh(e,[])},Kh.warning=function(e){return{type:"warning",message:e}},Kh.error=function(e){return{type:"error",message:e.message,error:e}},Zh.prototype.map=function(e){return new Zh(e(this.value),this.messages)},Zh.prototype.flatMap=function(e){var t=e(this.value);return new Zh(t.value,Xh([this,t]))},Zh.prototype.flatMapThen=function(e){var t=this;return e(this.value).then((function(e){return new Zh(e.value,Xh([t,e]))}))},Zh.combine=function(e){return new Zh(Gh.flatten(Gh.pluck(e,"value")),Xh(e))};for(var Yh={},Qh={byteLength:function(e){var t=af(e),n=t[0],r=t[1];return 3*(n+r)/4-r},toByteArray:function(e){var t,n,r=af(e),i=r[0],o=r[1],a=new tf(function(e,t,n){return 3*(t+n)/4-n}(0,i,o)),s=0,c=o>0?i-4:i;for(n=0;n<c;n+=4)t=ef[e.charCodeAt(n)]<<18|ef[e.charCodeAt(n+1)]<<12|ef[e.charCodeAt(n+2)]<<6|ef[e.charCodeAt(n+3)],a[s++]=t>>16&255,a[s++]=t>>8&255,a[s++]=255&t;2===o&&(t=ef[e.charCodeAt(n)]<<2|ef[e.charCodeAt(n+1)]>>4,a[s++]=255&t);1===o&&(t=ef[e.charCodeAt(n)]<<10|ef[e.charCodeAt(n+1)]<<4|ef[e.charCodeAt(n+2)]>>2,a[s++]=t>>8&255,a[s++]=255&t);return a},fromByteArray:function(e){for(var t,n=e.length,r=n%3,i=[],o=16383,a=0,s=n-r;a<s;a+=o)i.push(sf(e,a,a+o>s?s:a+o));1===r?(t=e[n-1],i.push(Jh[t>>2]+Jh[t<<4&63]+"==")):2===r&&(t=(e[n-2]<<8)+e[n-1],i.push(Jh[t>>10]+Jh[t>>4&63]+Jh[t<<2&63]+"="));return i.join("")}},Jh=[],ef=[],tf="undefined"!=typeof Uint8Array?Uint8Array:Array,nf="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",rf=0,of=nf.length;rf<of;++rf)Jh[rf]=nf[rf],ef[nf.charCodeAt(rf)]=rf;function af(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=e.indexOf("=");return-1===n&&(n=t),[n,n===t?0:4-n%4]}function sf(e,t,n){for(var r,i,o=[],a=t;a<n;a+=3)r=(e[a]<<16&16711680)+(e[a+1]<<8&65280)+(255&e[a+2]),o.push(Jh[(i=r)>>18&63]+Jh[i>>12&63]+Jh[i>>6&63]+Jh[63&i]);return o.join("")}ef["-".charCodeAt(0)]=62,ef["_".charCodeAt(0)]=63;var cf={exports:{}};
|
|
4
|
+
/*!
|
|
5
|
+
|
|
6
|
+
JSZip v3.10.1 - A JavaScript class for generating and reading zip files
|
|
7
|
+
<http://stuartk.com/jszip>
|
|
8
|
+
|
|
9
|
+
(c) 2009-2016 Stuart Knightley <stuart [at] stuartk.com>
|
|
10
|
+
Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip/main/LICENSE.markdown.
|
|
11
|
+
|
|
12
|
+
JSZip uses the library pako released under the MIT license :
|
|
13
|
+
https://github.com/nodeca/pako/blob/main/LICENSE
|
|
14
|
+
*/cf.exports=function e(t,n,r){function i(a,s){if(!n[a]){if(!t[a]){if(!s&&td)return td(a);if(o)return o(a,!0);var c=new Error("Cannot find module '"+a+"'");throw c.code="MODULE_NOT_FOUND",c}var u=n[a]={exports:{}};t[a][0].call(u.exports,(function(e){return i(t[a][1][e]||e)}),u,u.exports,e,t,n,r)}return n[a].exports}for(var o=td,a=0;a<r.length;a++)i(r[a]);return i}({1:[function(e,t,n){var r=e("./utils"),i=e("./support"),o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";n.encode=function(e){for(var t,n,i,a,s,c,u,l=[],d=0,h=e.length,f=h,p="string"!==r.getTypeOf(e);d<e.length;)f=h-d,i=p?(t=e[d++],n=d<h?e[d++]:0,d<h?e[d++]:0):(t=e.charCodeAt(d++),n=d<h?e.charCodeAt(d++):0,d<h?e.charCodeAt(d++):0),a=t>>2,s=(3&t)<<4|n>>4,c=1<f?(15&n)<<2|i>>6:64,u=2<f?63&i:64,l.push(o.charAt(a)+o.charAt(s)+o.charAt(c)+o.charAt(u));return l.join("")},n.decode=function(e){var t,n,r,a,s,c,u=0,l=0,d="data:";if(e.substr(0,d.length)===d)throw new Error("Invalid base64 input, it looks like a data url.");var h,f=3*(e=e.replace(/[^A-Za-z0-9+/=]/g,"")).length/4;if(e.charAt(e.length-1)===o.charAt(64)&&f--,e.charAt(e.length-2)===o.charAt(64)&&f--,f%1!=0)throw new Error("Invalid base64 input, bad content length.");for(h=i.uint8array?new Uint8Array(0|f):new Array(0|f);u<e.length;)t=o.indexOf(e.charAt(u++))<<2|(a=o.indexOf(e.charAt(u++)))>>4,n=(15&a)<<4|(s=o.indexOf(e.charAt(u++)))>>2,r=(3&s)<<6|(c=o.indexOf(e.charAt(u++))),h[l++]=t,64!==s&&(h[l++]=n),64!==c&&(h[l++]=r);return h}},{"./support":30,"./utils":32}],2:[function(e,t,n){var r=e("./external"),i=e("./stream/DataWorker"),o=e("./stream/Crc32Probe"),a=e("./stream/DataLengthProbe");function s(e,t,n,r,i){this.compressedSize=e,this.uncompressedSize=t,this.crc32=n,this.compression=r,this.compressedContent=i}s.prototype={getContentWorker:function(){var e=new i(r.Promise.resolve(this.compressedContent)).pipe(this.compression.uncompressWorker()).pipe(new a("data_length")),t=this;return e.on("end",(function(){if(this.streamInfo.data_length!==t.uncompressedSize)throw new Error("Bug : uncompressed data size mismatch")})),e},getCompressedWorker:function(){return new i(r.Promise.resolve(this.compressedContent)).withStreamInfo("compressedSize",this.compressedSize).withStreamInfo("uncompressedSize",this.uncompressedSize).withStreamInfo("crc32",this.crc32).withStreamInfo("compression",this.compression)}},s.createWorkerFrom=function(e,t,n){return e.pipe(new o).pipe(new a("uncompressedSize")).pipe(t.compressWorker(n)).pipe(new a("compressedSize")).withStreamInfo("compression",t)},t.exports=s},{"./external":6,"./stream/Crc32Probe":25,"./stream/DataLengthProbe":26,"./stream/DataWorker":27}],3:[function(e,t,n){var r=e("./stream/GenericWorker");n.STORE={magic:"\0\0",compressWorker:function(){return new r("STORE compression")},uncompressWorker:function(){return new r("STORE decompression")}},n.DEFLATE=e("./flate")},{"./flate":7,"./stream/GenericWorker":28}],4:[function(e,t,n){var r=e("./utils"),i=function(){for(var e,t=[],n=0;n<256;n++){e=n;for(var r=0;r<8;r++)e=1&e?3988292384^e>>>1:e>>>1;t[n]=e}return t}();t.exports=function(e,t){return void 0!==e&&e.length?"string"!==r.getTypeOf(e)?function(e,t,n,r){var o=i,a=r+n;e^=-1;for(var s=r;s<a;s++)e=e>>>8^o[255&(e^t[s])];return-1^e}(0|t,e,e.length,0):function(e,t,n,r){var o=i,a=r+n;e^=-1;for(var s=r;s<a;s++)e=e>>>8^o[255&(e^t.charCodeAt(s))];return-1^e}(0|t,e,e.length,0):0}},{"./utils":32}],5:[function(e,t,n){n.base64=!1,n.binary=!1,n.dir=!1,n.createFolders=!0,n.date=null,n.compression=null,n.compressionOptions=null,n.comment=null,n.unixPermissions=null,n.dosPermissions=null},{}],6:[function(e,t,n){var r=null;r="undefined"!=typeof Promise?Promise:e("lie"),t.exports={Promise:r}},{lie:37}],7:[function(e,t,n){var r="undefined"!=typeof Uint8Array&&"undefined"!=typeof Uint16Array&&"undefined"!=typeof Uint32Array,i=e("pako"),o=e("./utils"),a=e("./stream/GenericWorker"),s=r?"uint8array":"array";function c(e,t){a.call(this,"FlateWorker/"+e),this._pako=null,this._pakoAction=e,this._pakoOptions=t,this.meta={}}n.magic="\b\0",o.inherits(c,a),c.prototype.processChunk=function(e){this.meta=e.meta,null===this._pako&&this._createPako(),this._pako.push(o.transformTo(s,e.data),!1)},c.prototype.flush=function(){a.prototype.flush.call(this),null===this._pako&&this._createPako(),this._pako.push([],!0)},c.prototype.cleanUp=function(){a.prototype.cleanUp.call(this),this._pako=null},c.prototype._createPako=function(){this._pako=new i[this._pakoAction]({raw:!0,level:this._pakoOptions.level||-1});var e=this;this._pako.onData=function(t){e.push({data:t,meta:e.meta})}},n.compressWorker=function(e){return new c("Deflate",e)},n.uncompressWorker=function(){return new c("Inflate",{})}},{"./stream/GenericWorker":28,"./utils":32,pako:38}],8:[function(e,t,n){function r(e,t){var n,r="";for(n=0;n<t;n++)r+=String.fromCharCode(255&e),e>>>=8;return r}function i(e,t,n,i,a,l){var d,h,f=e.file,p=e.compression,g=l!==s.utf8encode,m=o.transformTo("string",l(f.name)),y=o.transformTo("string",s.utf8encode(f.name)),b=f.comment,w=o.transformTo("string",l(b)),x=o.transformTo("string",s.utf8encode(b)),v=y.length!==f.name.length,_=x.length!==b.length,D="",T="",U="",E=f.dir,k=f.date,S={crc32:0,compressedSize:0,uncompressedSize:0};t&&!n||(S.crc32=e.crc32,S.compressedSize=e.compressedSize,S.uncompressedSize=e.uncompressedSize);var A=0;t&&(A|=8),g||!v&&!_||(A|=2048);var F,C,I,O=0,N=0;E&&(O|=16),"UNIX"===a?(N=798,O|=(F=f.unixPermissions,C=E,I=F,F||(I=C?16893:33204),(65535&I)<<16)):(N=20,O|=function(e){return 63&(e||0)}(f.dosPermissions)),d=k.getUTCHours(),d<<=6,d|=k.getUTCMinutes(),d<<=5,d|=k.getUTCSeconds()/2,h=k.getUTCFullYear()-1980,h<<=4,h|=k.getUTCMonth()+1,h<<=5,h|=k.getUTCDate(),v&&(T=r(1,1)+r(c(m),4)+y,D+="up"+r(T.length,2)+T),_&&(U=r(1,1)+r(c(w),4)+x,D+="uc"+r(U.length,2)+U);var B="";return B+="\n\0",B+=r(A,2),B+=p.magic,B+=r(d,2),B+=r(h,2),B+=r(S.crc32,4),B+=r(S.compressedSize,4),B+=r(S.uncompressedSize,4),B+=r(m.length,2),B+=r(D.length,2),{fileRecord:u.LOCAL_FILE_HEADER+B+m+D,dirRecord:u.CENTRAL_FILE_HEADER+r(N,2)+B+r(w.length,2)+"\0\0\0\0"+r(O,4)+r(i,4)+m+D+w}}var o=e("../utils"),a=e("../stream/GenericWorker"),s=e("../utf8"),c=e("../crc32"),u=e("../signature");function l(e,t,n,r){a.call(this,"ZipFileWorker"),this.bytesWritten=0,this.zipComment=t,this.zipPlatform=n,this.encodeFileName=r,this.streamFiles=e,this.accumulate=!1,this.contentBuffer=[],this.dirRecords=[],this.currentSourceOffset=0,this.entriesCount=0,this.currentFile=null,this._sources=[]}o.inherits(l,a),l.prototype.push=function(e){var t=e.meta.percent||0,n=this.entriesCount,r=this._sources.length;this.accumulate?this.contentBuffer.push(e):(this.bytesWritten+=e.data.length,a.prototype.push.call(this,{data:e.data,meta:{currentFile:this.currentFile,percent:n?(t+100*(n-r-1))/n:100}}))},l.prototype.openedSource=function(e){this.currentSourceOffset=this.bytesWritten,this.currentFile=e.file.name;var t=this.streamFiles&&!e.file.dir;if(t){var n=i(e,t,!1,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);this.push({data:n.fileRecord,meta:{percent:0}})}else this.accumulate=!0},l.prototype.closedSource=function(e){this.accumulate=!1;var t,n=this.streamFiles&&!e.file.dir,o=i(e,n,!0,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);if(this.dirRecords.push(o.dirRecord),n)this.push({data:(t=e,u.DATA_DESCRIPTOR+r(t.crc32,4)+r(t.compressedSize,4)+r(t.uncompressedSize,4)),meta:{percent:100}});else for(this.push({data:o.fileRecord,meta:{percent:0}});this.contentBuffer.length;)this.push(this.contentBuffer.shift());this.currentFile=null},l.prototype.flush=function(){for(var e=this.bytesWritten,t=0;t<this.dirRecords.length;t++)this.push({data:this.dirRecords[t],meta:{percent:100}});var n,i,a,s,c,l,d=this.bytesWritten-e,h=(n=this.dirRecords.length,i=d,a=e,s=this.zipComment,c=this.encodeFileName,l=o.transformTo("string",c(s)),u.CENTRAL_DIRECTORY_END+"\0\0\0\0"+r(n,2)+r(n,2)+r(i,4)+r(a,4)+r(l.length,2)+l);this.push({data:h,meta:{percent:100}})},l.prototype.prepareNextSource=function(){this.previous=this._sources.shift(),this.openedSource(this.previous.streamInfo),this.isPaused?this.previous.pause():this.previous.resume()},l.prototype.registerPrevious=function(e){this._sources.push(e);var t=this;return e.on("data",(function(e){t.processChunk(e)})),e.on("end",(function(){t.closedSource(t.previous.streamInfo),t._sources.length?t.prepareNextSource():t.end()})),e.on("error",(function(e){t.error(e)})),this},l.prototype.resume=function(){return!!a.prototype.resume.call(this)&&(!this.previous&&this._sources.length?(this.prepareNextSource(),!0):this.previous||this._sources.length||this.generatedError?void 0:(this.end(),!0))},l.prototype.error=function(e){var t=this._sources;if(!a.prototype.error.call(this,e))return!1;for(var n=0;n<t.length;n++)try{t[n].error(e)}catch(r){}return!0},l.prototype.lock=function(){a.prototype.lock.call(this);for(var e=this._sources,t=0;t<e.length;t++)e[t].lock()},t.exports=l},{"../crc32":4,"../signature":23,"../stream/GenericWorker":28,"../utf8":31,"../utils":32}],9:[function(e,t,n){var r=e("../compressions"),i=e("./ZipFileWorker");n.generateWorker=function(e,t,n){var o=new i(t.streamFiles,n,t.platform,t.encodeFileName),a=0;try{e.forEach((function(e,n){a++;var i=function(e,t){var n=e||t,i=r[n];if(!i)throw new Error(n+" is not a valid compression method !");return i}(n.options.compression,t.compression),s=n.options.compressionOptions||t.compressionOptions||{},c=n.dir,u=n.date;n._compressWorker(i,s).withStreamInfo("file",{name:e,dir:c,date:u,comment:n.comment||"",unixPermissions:n.unixPermissions,dosPermissions:n.dosPermissions}).pipe(o)})),o.entriesCount=a}catch(s){o.error(s)}return o}},{"../compressions":3,"./ZipFileWorker":8}],10:[function(e,t,n){function r(){if(!(this instanceof r))return new r;if(arguments.length)throw new Error("The constructor with parameters has been removed in JSZip 3.0, please check the upgrade guide.");this.files=Object.create(null),this.comment=null,this.root="",this.clone=function(){var e=new r;for(var t in this)"function"!=typeof this[t]&&(e[t]=this[t]);return e}}(r.prototype=e("./object")).loadAsync=e("./load"),r.support=e("./support"),r.defaults=e("./defaults"),r.version="3.10.1",r.loadAsync=function(e,t){return(new r).loadAsync(e,t)},r.external=e("./external"),t.exports=r},{"./defaults":5,"./external":6,"./load":11,"./object":15,"./support":30}],11:[function(e,t,n){var r=e("./utils"),i=e("./external"),o=e("./utf8"),a=e("./zipEntries"),s=e("./stream/Crc32Probe"),c=e("./nodejsUtils");function u(e){return new i.Promise((function(t,n){var r=e.decompressed.getContentWorker().pipe(new s);r.on("error",(function(e){n(e)})).on("end",(function(){r.streamInfo.crc32!==e.decompressed.crc32?n(new Error("Corrupted zip : CRC32 mismatch")):t()})).resume()}))}t.exports=function(e,t){var n=this;return t=r.extend(t||{},{base64:!1,checkCRC32:!1,optimizedBinaryString:!1,createFolders:!1,decodeFileName:o.utf8decode}),c.isNode&&c.isStream(e)?i.Promise.reject(new Error("JSZip can't accept a stream when loading a zip file.")):r.prepareContent("the loaded zip file",e,!0,t.optimizedBinaryString,t.base64).then((function(e){var n=new a(t);return n.load(e),n})).then((function(e){var n=[i.Promise.resolve(e)],r=e.files;if(t.checkCRC32)for(var o=0;o<r.length;o++)n.push(u(r[o]));return i.Promise.all(n)})).then((function(e){for(var i=e.shift(),o=i.files,a=0;a<o.length;a++){var s=o[a],c=s.fileNameStr,u=r.resolve(s.fileNameStr);n.file(u,s.decompressed,{binary:!0,optimizedBinaryString:!0,date:s.date,dir:s.dir,comment:s.fileCommentStr.length?s.fileCommentStr:null,unixPermissions:s.unixPermissions,dosPermissions:s.dosPermissions,createFolders:t.createFolders}),s.dir||(n.file(u).unsafeOriginalName=c)}return i.zipComment.length&&(n.comment=i.zipComment),n}))}},{"./external":6,"./nodejsUtils":14,"./stream/Crc32Probe":25,"./utf8":31,"./utils":32,"./zipEntries":33}],12:[function(e,t,n){var r=e("../utils"),i=e("../stream/GenericWorker");function o(e,t){i.call(this,"Nodejs stream input adapter for "+e),this._upstreamEnded=!1,this._bindStream(t)}r.inherits(o,i),o.prototype._bindStream=function(e){var t=this;(this._stream=e).pause(),e.on("data",(function(e){t.push({data:e,meta:{percent:0}})})).on("error",(function(e){t.isPaused?this.generatedError=e:t.error(e)})).on("end",(function(){t.isPaused?t._upstreamEnded=!0:t.end()}))},o.prototype.pause=function(){return!!i.prototype.pause.call(this)&&(this._stream.pause(),!0)},o.prototype.resume=function(){return!!i.prototype.resume.call(this)&&(this._upstreamEnded?this.end():this._stream.resume(),!0)},t.exports=o},{"../stream/GenericWorker":28,"../utils":32}],13:[function(e,t,n){var r=e("readable-stream").Readable;function i(e,t,n){r.call(this,t),this._helper=e;var i=this;e.on("data",(function(e,t){i.push(e)||i._helper.pause(),n&&n(t)})).on("error",(function(e){i.emit("error",e)})).on("end",(function(){i.push(null)}))}e("../utils").inherits(i,r),i.prototype._read=function(){this._helper.resume()},t.exports=i},{"../utils":32,"readable-stream":16}],14:[function(e,t,n){t.exports={isNode:"undefined"!=typeof Buffer,newBufferFrom:function(e,t){if(Buffer.from&&Buffer.from!==Uint8Array.from)return Buffer.from(e,t);if("number"==typeof e)throw new Error('The "data" argument must not be a number');return new Buffer(e,t)},allocBuffer:function(e){if(Buffer.alloc)return Buffer.alloc(e);var t=new Buffer(e);return t.fill(0),t},isBuffer:function(e){return Buffer.isBuffer(e)},isStream:function(e){return e&&"function"==typeof e.on&&"function"==typeof e.pause&&"function"==typeof e.resume}}},{}],15:[function(e,t,n){function r(e,t,n){var r,i=o.getTypeOf(t),s=o.extend(n||{},c);s.date=s.date||new Date,null!==s.compression&&(s.compression=s.compression.toUpperCase()),"string"==typeof s.unixPermissions&&(s.unixPermissions=parseInt(s.unixPermissions,8)),s.unixPermissions&&16384&s.unixPermissions&&(s.dir=!0),s.dosPermissions&&16&s.dosPermissions&&(s.dir=!0),s.dir&&(e=g(e)),s.createFolders&&(r=p(e))&&m.call(this,r,!0);var d="string"===i&&!1===s.binary&&!1===s.base64;n&&void 0!==n.binary||(s.binary=!d),(t instanceof u&&0===t.uncompressedSize||s.dir||!t||0===t.length)&&(s.base64=!1,s.binary=!0,t="",s.compression="STORE",i="string");var y=null;y=t instanceof u||t instanceof a?t:h.isNode&&h.isStream(t)?new f(e,t):o.prepareContent(e,t,s.binary,s.optimizedBinaryString,s.base64);var b=new l(e,y,s);this.files[e]=b}var i=e("./utf8"),o=e("./utils"),a=e("./stream/GenericWorker"),s=e("./stream/StreamHelper"),c=e("./defaults"),u=e("./compressedObject"),l=e("./zipObject"),d=e("./generate"),h=e("./nodejsUtils"),f=e("./nodejs/NodejsStreamInputAdapter"),p=function(e){"/"===e.slice(-1)&&(e=e.substring(0,e.length-1));var t=e.lastIndexOf("/");return 0<t?e.substring(0,t):""},g=function(e){return"/"!==e.slice(-1)&&(e+="/"),e},m=function(e,t){return t=void 0!==t?t:c.createFolders,e=g(e),this.files[e]||r.call(this,e,null,{dir:!0,createFolders:t}),this.files[e]};function y(e){return"[object RegExp]"===Object.prototype.toString.call(e)}var b={load:function(){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},forEach:function(e){var t,n,r;for(t in this.files)r=this.files[t],(n=t.slice(this.root.length,t.length))&&t.slice(0,this.root.length)===this.root&&e(n,r)},filter:function(e){var t=[];return this.forEach((function(n,r){e(n,r)&&t.push(r)})),t},file:function(e,t,n){if(1!==arguments.length)return e=this.root+e,r.call(this,e,t,n),this;if(y(e)){var i=e;return this.filter((function(e,t){return!t.dir&&i.test(e)}))}var o=this.files[this.root+e];return o&&!o.dir?o:null},folder:function(e){if(!e)return this;if(y(e))return this.filter((function(t,n){return n.dir&&e.test(t)}));var t=this.root+e,n=m.call(this,t),r=this.clone();return r.root=n.name,r},remove:function(e){e=this.root+e;var t=this.files[e];if(t||("/"!==e.slice(-1)&&(e+="/"),t=this.files[e]),t&&!t.dir)delete this.files[e];else for(var n=this.filter((function(t,n){return n.name.slice(0,e.length)===e})),r=0;r<n.length;r++)delete this.files[n[r].name];return this},generate:function(){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},generateInternalStream:function(e){var t,n={};try{if((n=o.extend(e||{},{streamFiles:!1,compression:"STORE",compressionOptions:null,type:"",platform:"DOS",comment:null,mimeType:"application/zip",encodeFileName:i.utf8encode})).type=n.type.toLowerCase(),n.compression=n.compression.toUpperCase(),"binarystring"===n.type&&(n.type="string"),!n.type)throw new Error("No output type specified.");o.checkSupport(n.type),"darwin"!==n.platform&&"freebsd"!==n.platform&&"linux"!==n.platform&&"sunos"!==n.platform||(n.platform="UNIX"),"win32"===n.platform&&(n.platform="DOS");var r=n.comment||this.comment||"";t=d.generateWorker(this,n,r)}catch(c){(t=new a("error")).error(c)}return new s(t,n.type||"string",n.mimeType)},generateAsync:function(e,t){return this.generateInternalStream(e).accumulate(t)},generateNodeStream:function(e,t){return(e=e||{}).type||(e.type="nodebuffer"),this.generateInternalStream(e).toNodejsStream(t)}};t.exports=b},{"./compressedObject":2,"./defaults":5,"./generate":9,"./nodejs/NodejsStreamInputAdapter":12,"./nodejsUtils":14,"./stream/GenericWorker":28,"./stream/StreamHelper":29,"./utf8":31,"./utils":32,"./zipObject":35}],16:[function(e,t,n){t.exports=e("stream")},{stream:void 0}],17:[function(e,t,n){var r=e("./DataReader");function i(e){r.call(this,e);for(var t=0;t<this.data.length;t++)e[t]=255&e[t]}e("../utils").inherits(i,r),i.prototype.byteAt=function(e){return this.data[this.zero+e]},i.prototype.lastIndexOfSignature=function(e){for(var t=e.charCodeAt(0),n=e.charCodeAt(1),r=e.charCodeAt(2),i=e.charCodeAt(3),o=this.length-4;0<=o;--o)if(this.data[o]===t&&this.data[o+1]===n&&this.data[o+2]===r&&this.data[o+3]===i)return o-this.zero;return-1},i.prototype.readAndCheckSignature=function(e){var t=e.charCodeAt(0),n=e.charCodeAt(1),r=e.charCodeAt(2),i=e.charCodeAt(3),o=this.readData(4);return t===o[0]&&n===o[1]&&r===o[2]&&i===o[3]},i.prototype.readData=function(e){if(this.checkOffset(e),0===e)return[];var t=this.data.slice(this.zero+this.index,this.zero+this.index+e);return this.index+=e,t},t.exports=i},{"../utils":32,"./DataReader":18}],18:[function(e,t,n){var r=e("../utils");function i(e){this.data=e,this.length=e.length,this.index=0,this.zero=0}i.prototype={checkOffset:function(e){this.checkIndex(this.index+e)},checkIndex:function(e){if(this.length<this.zero+e||e<0)throw new Error("End of data reached (data length = "+this.length+", asked index = "+e+"). Corrupted zip ?")},setIndex:function(e){this.checkIndex(e),this.index=e},skip:function(e){this.setIndex(this.index+e)},byteAt:function(){},readInt:function(e){var t,n=0;for(this.checkOffset(e),t=this.index+e-1;t>=this.index;t--)n=(n<<8)+this.byteAt(t);return this.index+=e,n},readString:function(e){return r.transformTo("string",this.readData(e))},readData:function(){},lastIndexOfSignature:function(){},readAndCheckSignature:function(){},readDate:function(){var e=this.readInt(4);return new Date(Date.UTC(1980+(e>>25&127),(e>>21&15)-1,e>>16&31,e>>11&31,e>>5&63,(31&e)<<1))}},t.exports=i},{"../utils":32}],19:[function(e,t,n){var r=e("./Uint8ArrayReader");function i(e){r.call(this,e)}e("../utils").inherits(i,r),i.prototype.readData=function(e){this.checkOffset(e);var t=this.data.slice(this.zero+this.index,this.zero+this.index+e);return this.index+=e,t},t.exports=i},{"../utils":32,"./Uint8ArrayReader":21}],20:[function(e,t,n){var r=e("./DataReader");function i(e){r.call(this,e)}e("../utils").inherits(i,r),i.prototype.byteAt=function(e){return this.data.charCodeAt(this.zero+e)},i.prototype.lastIndexOfSignature=function(e){return this.data.lastIndexOf(e)-this.zero},i.prototype.readAndCheckSignature=function(e){return e===this.readData(4)},i.prototype.readData=function(e){this.checkOffset(e);var t=this.data.slice(this.zero+this.index,this.zero+this.index+e);return this.index+=e,t},t.exports=i},{"../utils":32,"./DataReader":18}],21:[function(e,t,n){var r=e("./ArrayReader");function i(e){r.call(this,e)}e("../utils").inherits(i,r),i.prototype.readData=function(e){if(this.checkOffset(e),0===e)return new Uint8Array(0);var t=this.data.subarray(this.zero+this.index,this.zero+this.index+e);return this.index+=e,t},t.exports=i},{"../utils":32,"./ArrayReader":17}],22:[function(e,t,n){var r=e("../utils"),i=e("../support"),o=e("./ArrayReader"),a=e("./StringReader"),s=e("./NodeBufferReader"),c=e("./Uint8ArrayReader");t.exports=function(e){var t=r.getTypeOf(e);return r.checkSupport(t),"string"!==t||i.uint8array?"nodebuffer"===t?new s(e):i.uint8array?new c(r.transformTo("uint8array",e)):new o(r.transformTo("array",e)):new a(e)}},{"../support":30,"../utils":32,"./ArrayReader":17,"./NodeBufferReader":19,"./StringReader":20,"./Uint8ArrayReader":21}],23:[function(e,t,n){n.LOCAL_FILE_HEADER="PK",n.CENTRAL_FILE_HEADER="PK",n.CENTRAL_DIRECTORY_END="PK",n.ZIP64_CENTRAL_DIRECTORY_LOCATOR="PK",n.ZIP64_CENTRAL_DIRECTORY_END="PK",n.DATA_DESCRIPTOR="PK\b"},{}],24:[function(e,t,n){var r=e("./GenericWorker"),i=e("../utils");function o(e){r.call(this,"ConvertWorker to "+e),this.destType=e}i.inherits(o,r),o.prototype.processChunk=function(e){this.push({data:i.transformTo(this.destType,e.data),meta:e.meta})},t.exports=o},{"../utils":32,"./GenericWorker":28}],25:[function(e,t,n){var r=e("./GenericWorker"),i=e("../crc32");function o(){r.call(this,"Crc32Probe"),this.withStreamInfo("crc32",0)}e("../utils").inherits(o,r),o.prototype.processChunk=function(e){this.streamInfo.crc32=i(e.data,this.streamInfo.crc32||0),this.push(e)},t.exports=o},{"../crc32":4,"../utils":32,"./GenericWorker":28}],26:[function(e,t,n){var r=e("../utils"),i=e("./GenericWorker");function o(e){i.call(this,"DataLengthProbe for "+e),this.propName=e,this.withStreamInfo(e,0)}r.inherits(o,i),o.prototype.processChunk=function(e){if(e){var t=this.streamInfo[this.propName]||0;this.streamInfo[this.propName]=t+e.data.length}i.prototype.processChunk.call(this,e)},t.exports=o},{"../utils":32,"./GenericWorker":28}],27:[function(e,t,n){var r=e("../utils"),i=e("./GenericWorker");function o(e){i.call(this,"DataWorker");var t=this;this.dataIsReady=!1,this.index=0,this.max=0,this.data=null,this.type="",this._tickScheduled=!1,e.then((function(e){t.dataIsReady=!0,t.data=e,t.max=e&&e.length||0,t.type=r.getTypeOf(e),t.isPaused||t._tickAndRepeat()}),(function(e){t.error(e)}))}r.inherits(o,i),o.prototype.cleanUp=function(){i.prototype.cleanUp.call(this),this.data=null},o.prototype.resume=function(){return!!i.prototype.resume.call(this)&&(!this._tickScheduled&&this.dataIsReady&&(this._tickScheduled=!0,r.delay(this._tickAndRepeat,[],this)),!0)},o.prototype._tickAndRepeat=function(){this._tickScheduled=!1,this.isPaused||this.isFinished||(this._tick(),this.isFinished||(r.delay(this._tickAndRepeat,[],this),this._tickScheduled=!0))},o.prototype._tick=function(){if(this.isPaused||this.isFinished)return!1;var e=null,t=Math.min(this.max,this.index+16384);if(this.index>=this.max)return this.end();switch(this.type){case"string":e=this.data.substring(this.index,t);break;case"uint8array":e=this.data.subarray(this.index,t);break;case"array":case"nodebuffer":e=this.data.slice(this.index,t)}return this.index=t,this.push({data:e,meta:{percent:this.max?this.index/this.max*100:0}})},t.exports=o},{"../utils":32,"./GenericWorker":28}],28:[function(e,t,n){function r(e){this.name=e||"default",this.streamInfo={},this.generatedError=null,this.extraStreamInfo={},this.isPaused=!0,this.isFinished=!1,this.isLocked=!1,this._listeners={data:[],end:[],error:[]},this.previous=null}r.prototype={push:function(e){this.emit("data",e)},end:function(){if(this.isFinished)return!1;this.flush();try{this.emit("end"),this.cleanUp(),this.isFinished=!0}catch(e){this.emit("error",e)}return!0},error:function(e){return!this.isFinished&&(this.isPaused?this.generatedError=e:(this.isFinished=!0,this.emit("error",e),this.previous&&this.previous.error(e),this.cleanUp()),!0)},on:function(e,t){return this._listeners[e].push(t),this},cleanUp:function(){this.streamInfo=this.generatedError=this.extraStreamInfo=null,this._listeners=[]},emit:function(e,t){if(this._listeners[e])for(var n=0;n<this._listeners[e].length;n++)this._listeners[e][n].call(this,t)},pipe:function(e){return e.registerPrevious(this)},registerPrevious:function(e){if(this.isLocked)throw new Error("The stream '"+this+"' has already been used.");this.streamInfo=e.streamInfo,this.mergeStreamInfo(),this.previous=e;var t=this;return e.on("data",(function(e){t.processChunk(e)})),e.on("end",(function(){t.end()})),e.on("error",(function(e){t.error(e)})),this},pause:function(){return!this.isPaused&&!this.isFinished&&(this.isPaused=!0,this.previous&&this.previous.pause(),!0)},resume:function(){if(!this.isPaused||this.isFinished)return!1;var e=this.isPaused=!1;return this.generatedError&&(this.error(this.generatedError),e=!0),this.previous&&this.previous.resume(),!e},flush:function(){},processChunk:function(e){this.push(e)},withStreamInfo:function(e,t){return this.extraStreamInfo[e]=t,this.mergeStreamInfo(),this},mergeStreamInfo:function(){for(var e in this.extraStreamInfo)Object.prototype.hasOwnProperty.call(this.extraStreamInfo,e)&&(this.streamInfo[e]=this.extraStreamInfo[e])},lock:function(){if(this.isLocked)throw new Error("The stream '"+this+"' has already been used.");this.isLocked=!0,this.previous&&this.previous.lock()},toString:function(){var e="Worker "+this.name;return this.previous?this.previous+" -> "+e:e}},t.exports=r},{}],29:[function(e,t,n){var r=e("../utils"),i=e("./ConvertWorker"),o=e("./GenericWorker"),a=e("../base64"),s=e("../support"),c=e("../external"),u=null;if(s.nodestream)try{u=e("../nodejs/NodejsStreamOutputAdapter")}catch(h){}function l(e,t){return new c.Promise((function(n,i){var o=[],s=e._internalType,c=e._outputType,u=e._mimeType;e.on("data",(function(e,n){o.push(e),t&&t(n)})).on("error",(function(e){o=[],i(e)})).on("end",(function(){try{var e=function(e,t,n){switch(e){case"blob":return r.newBlob(r.transformTo("arraybuffer",t),n);case"base64":return a.encode(t);default:return r.transformTo(e,t)}}(c,function(e,t){var n,r=0,i=null,o=0;for(n=0;n<t.length;n++)o+=t[n].length;switch(e){case"string":return t.join("");case"array":return Array.prototype.concat.apply([],t);case"uint8array":for(i=new Uint8Array(o),n=0;n<t.length;n++)i.set(t[n],r),r+=t[n].length;return i;case"nodebuffer":return Buffer.concat(t);default:throw new Error("concat : unsupported type '"+e+"'")}}(s,o),u);n(e)}catch(t){i(t)}o=[]})).resume()}))}function d(e,t,n){var a=t;switch(t){case"blob":case"arraybuffer":a="uint8array";break;case"base64":a="string"}try{this._internalType=a,this._outputType=t,this._mimeType=n,r.checkSupport(a),this._worker=e.pipe(new i(a)),e.lock()}catch(s){this._worker=new o("error"),this._worker.error(s)}}d.prototype={accumulate:function(e){return l(this,e)},on:function(e,t){var n=this;return"data"===e?this._worker.on(e,(function(e){t.call(n,e.data,e.meta)})):this._worker.on(e,(function(){r.delay(t,arguments,n)})),this},resume:function(){return r.delay(this._worker.resume,[],this._worker),this},pause:function(){return this._worker.pause(),this},toNodejsStream:function(e){if(r.checkSupport("nodestream"),"nodebuffer"!==this._outputType)throw new Error(this._outputType+" is not supported by this method");return new u(this,{objectMode:"nodebuffer"!==this._outputType},e)}},t.exports=d},{"../base64":1,"../external":6,"../nodejs/NodejsStreamOutputAdapter":13,"../support":30,"../utils":32,"./ConvertWorker":24,"./GenericWorker":28}],30:[function(e,t,n){if(n.base64=!0,n.array=!0,n.string=!0,n.arraybuffer="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof Uint8Array,n.nodebuffer="undefined"!=typeof Buffer,n.uint8array="undefined"!=typeof Uint8Array,"undefined"==typeof ArrayBuffer)n.blob=!1;else{var r=new ArrayBuffer(0);try{n.blob=0===new Blob([r],{type:"application/zip"}).size}catch(o){try{var i=new(self.BlobBuilder||self.WebKitBlobBuilder||self.MozBlobBuilder||self.MSBlobBuilder);i.append(r),n.blob=0===i.getBlob("application/zip").size}catch(a){n.blob=!1}}}try{n.nodestream=!!e("readable-stream").Readable}catch(o){n.nodestream=!1}},{"readable-stream":16}],31:[function(e,t,n){for(var r=e("./utils"),i=e("./support"),o=e("./nodejsUtils"),a=e("./stream/GenericWorker"),s=new Array(256),c=0;c<256;c++)s[c]=252<=c?6:248<=c?5:240<=c?4:224<=c?3:192<=c?2:1;function u(){a.call(this,"utf-8 decode"),this.leftOver=null}function l(){a.call(this,"utf-8 encode")}s[254]=s[254]=1,n.utf8encode=function(e){return i.nodebuffer?o.newBufferFrom(e,"utf-8"):function(e){var t,n,r,o,a,s=e.length,c=0;for(o=0;o<s;o++)55296==(64512&(n=e.charCodeAt(o)))&&o+1<s&&56320==(64512&(r=e.charCodeAt(o+1)))&&(n=65536+(n-55296<<10)+(r-56320),o++),c+=n<128?1:n<2048?2:n<65536?3:4;for(t=i.uint8array?new Uint8Array(c):new Array(c),o=a=0;a<c;o++)55296==(64512&(n=e.charCodeAt(o)))&&o+1<s&&56320==(64512&(r=e.charCodeAt(o+1)))&&(n=65536+(n-55296<<10)+(r-56320),o++),n<128?t[a++]=n:(n<2048?t[a++]=192|n>>>6:(n<65536?t[a++]=224|n>>>12:(t[a++]=240|n>>>18,t[a++]=128|n>>>12&63),t[a++]=128|n>>>6&63),t[a++]=128|63&n);return t}(e)},n.utf8decode=function(e){return i.nodebuffer?r.transformTo("nodebuffer",e).toString("utf-8"):function(e){var t,n,i,o,a=e.length,c=new Array(2*a);for(t=n=0;t<a;)if((i=e[t++])<128)c[n++]=i;else if(4<(o=s[i]))c[n++]=65533,t+=o-1;else{for(i&=2===o?31:3===o?15:7;1<o&&t<a;)i=i<<6|63&e[t++],o--;1<o?c[n++]=65533:i<65536?c[n++]=i:(i-=65536,c[n++]=55296|i>>10&1023,c[n++]=56320|1023&i)}return c.length!==n&&(c.subarray?c=c.subarray(0,n):c.length=n),r.applyFromCharCode(c)}(e=r.transformTo(i.uint8array?"uint8array":"array",e))},r.inherits(u,a),u.prototype.processChunk=function(e){var t=r.transformTo(i.uint8array?"uint8array":"array",e.data);if(this.leftOver&&this.leftOver.length){if(i.uint8array){var o=t;(t=new Uint8Array(o.length+this.leftOver.length)).set(this.leftOver,0),t.set(o,this.leftOver.length)}else t=this.leftOver.concat(t);this.leftOver=null}var a=function(e,t){var n;for((t=t||e.length)>e.length&&(t=e.length),n=t-1;0<=n&&128==(192&e[n]);)n--;return n<0||0===n?t:n+s[e[n]]>t?n:t}(t),c=t;a!==t.length&&(i.uint8array?(c=t.subarray(0,a),this.leftOver=t.subarray(a,t.length)):(c=t.slice(0,a),this.leftOver=t.slice(a,t.length))),this.push({data:n.utf8decode(c),meta:e.meta})},u.prototype.flush=function(){this.leftOver&&this.leftOver.length&&(this.push({data:n.utf8decode(this.leftOver),meta:{}}),this.leftOver=null)},n.Utf8DecodeWorker=u,r.inherits(l,a),l.prototype.processChunk=function(e){this.push({data:n.utf8encode(e.data),meta:e.meta})},n.Utf8EncodeWorker=l},{"./nodejsUtils":14,"./stream/GenericWorker":28,"./support":30,"./utils":32}],32:[function(e,t,n){var r=e("./support"),i=e("./base64"),o=e("./nodejsUtils"),a=e("./external");function s(e){return e}function c(e,t){for(var n=0;n<e.length;++n)t[n]=255&e.charCodeAt(n);return t}e("setimmediate"),n.newBlob=function(e,t){n.checkSupport("blob");try{return new Blob([e],{type:t})}catch(i){try{var r=new(self.BlobBuilder||self.WebKitBlobBuilder||self.MozBlobBuilder||self.MSBlobBuilder);return r.append(e),r.getBlob(t)}catch(o){throw new Error("Bug : can't construct the Blob.")}}};var u={stringifyByChunk:function(e,t,n){var r=[],i=0,o=e.length;if(o<=n)return String.fromCharCode.apply(null,e);for(;i<o;)"array"===t||"nodebuffer"===t?r.push(String.fromCharCode.apply(null,e.slice(i,Math.min(i+n,o)))):r.push(String.fromCharCode.apply(null,e.subarray(i,Math.min(i+n,o)))),i+=n;return r.join("")},stringifyByChar:function(e){for(var t="",n=0;n<e.length;n++)t+=String.fromCharCode(e[n]);return t},applyCanBeUsed:{uint8array:function(){try{return r.uint8array&&1===String.fromCharCode.apply(null,new Uint8Array(1)).length}catch(e){return!1}}(),nodebuffer:function(){try{return r.nodebuffer&&1===String.fromCharCode.apply(null,o.allocBuffer(1)).length}catch(e){return!1}}()}};function l(e){var t=65536,r=n.getTypeOf(e),i=!0;if("uint8array"===r?i=u.applyCanBeUsed.uint8array:"nodebuffer"===r&&(i=u.applyCanBeUsed.nodebuffer),i)for(;1<t;)try{return u.stringifyByChunk(e,r,t)}catch(o){t=Math.floor(t/2)}return u.stringifyByChar(e)}function d(e,t){for(var n=0;n<e.length;n++)t[n]=e[n];return t}n.applyFromCharCode=l;var h={};h.string={string:s,array:function(e){return c(e,new Array(e.length))},arraybuffer:function(e){return h.string.uint8array(e).buffer},uint8array:function(e){return c(e,new Uint8Array(e.length))},nodebuffer:function(e){return c(e,o.allocBuffer(e.length))}},h.array={string:l,array:s,arraybuffer:function(e){return new Uint8Array(e).buffer},uint8array:function(e){return new Uint8Array(e)},nodebuffer:function(e){return o.newBufferFrom(e)}},h.arraybuffer={string:function(e){return l(new Uint8Array(e))},array:function(e){return d(new Uint8Array(e),new Array(e.byteLength))},arraybuffer:s,uint8array:function(e){return new Uint8Array(e)},nodebuffer:function(e){return o.newBufferFrom(new Uint8Array(e))}},h.uint8array={string:l,array:function(e){return d(e,new Array(e.length))},arraybuffer:function(e){return e.buffer},uint8array:s,nodebuffer:function(e){return o.newBufferFrom(e)}},h.nodebuffer={string:l,array:function(e){return d(e,new Array(e.length))},arraybuffer:function(e){return h.nodebuffer.uint8array(e).buffer},uint8array:function(e){return d(e,new Uint8Array(e.length))},nodebuffer:s},n.transformTo=function(e,t){if(t=t||"",!e)return t;n.checkSupport(e);var r=n.getTypeOf(t);return h[r][e](t)},n.resolve=function(e){for(var t=e.split("/"),n=[],r=0;r<t.length;r++){var i=t[r];"."===i||""===i&&0!==r&&r!==t.length-1||(".."===i?n.pop():n.push(i))}return n.join("/")},n.getTypeOf=function(e){return"string"==typeof e?"string":"[object Array]"===Object.prototype.toString.call(e)?"array":r.nodebuffer&&o.isBuffer(e)?"nodebuffer":r.uint8array&&e instanceof Uint8Array?"uint8array":r.arraybuffer&&e instanceof ArrayBuffer?"arraybuffer":void 0},n.checkSupport=function(e){if(!r[e.toLowerCase()])throw new Error(e+" is not supported by this platform")},n.MAX_VALUE_16BITS=65535,n.MAX_VALUE_32BITS=-1,n.pretty=function(e){var t,n,r="";for(n=0;n<(e||"").length;n++)r+="\\x"+((t=e.charCodeAt(n))<16?"0":"")+t.toString(16).toUpperCase();return r},n.delay=function(e,t,n){setImmediate((function(){e.apply(n||null,t||[])}))},n.inherits=function(e,t){function n(){}n.prototype=t.prototype,e.prototype=new n},n.extend=function(){var e,t,n={};for(e=0;e<arguments.length;e++)for(t in arguments[e])Object.prototype.hasOwnProperty.call(arguments[e],t)&&void 0===n[t]&&(n[t]=arguments[e][t]);return n},n.prepareContent=function(e,t,o,s,u){return a.Promise.resolve(t).then((function(e){return r.blob&&(e instanceof Blob||-1!==["[object File]","[object Blob]"].indexOf(Object.prototype.toString.call(e)))&&"undefined"!=typeof FileReader?new a.Promise((function(t,n){var r=new FileReader;r.onload=function(e){t(e.target.result)},r.onerror=function(e){n(e.target.error)},r.readAsArrayBuffer(e)})):e})).then((function(t){var l,d=n.getTypeOf(t);return d?("arraybuffer"===d?t=n.transformTo("uint8array",t):"string"===d&&(u?t=i.decode(t):o&&!0!==s&&(t=c(l=t,r.uint8array?new Uint8Array(l.length):new Array(l.length)))),t):a.Promise.reject(new Error("Can't read the data of '"+e+"'. Is it in a supported JavaScript type (String, Blob, ArrayBuffer, etc) ?"))}))}},{"./base64":1,"./external":6,"./nodejsUtils":14,"./support":30,setimmediate:54}],33:[function(e,t,n){var r=e("./reader/readerFor"),i=e("./utils"),o=e("./signature"),a=e("./zipEntry"),s=e("./support");function c(e){this.files=[],this.loadOptions=e}c.prototype={checkSignature:function(e){if(!this.reader.readAndCheckSignature(e)){this.reader.index-=4;var t=this.reader.readString(4);throw new Error("Corrupted zip or bug: unexpected signature ("+i.pretty(t)+", expected "+i.pretty(e)+")")}},isSignature:function(e,t){var n=this.reader.index;this.reader.setIndex(e);var r=this.reader.readString(4)===t;return this.reader.setIndex(n),r},readBlockEndOfCentral:function(){this.diskNumber=this.reader.readInt(2),this.diskWithCentralDirStart=this.reader.readInt(2),this.centralDirRecordsOnThisDisk=this.reader.readInt(2),this.centralDirRecords=this.reader.readInt(2),this.centralDirSize=this.reader.readInt(4),this.centralDirOffset=this.reader.readInt(4),this.zipCommentLength=this.reader.readInt(2);var e=this.reader.readData(this.zipCommentLength),t=s.uint8array?"uint8array":"array",n=i.transformTo(t,e);this.zipComment=this.loadOptions.decodeFileName(n)},readBlockZip64EndOfCentral:function(){this.zip64EndOfCentralSize=this.reader.readInt(8),this.reader.skip(4),this.diskNumber=this.reader.readInt(4),this.diskWithCentralDirStart=this.reader.readInt(4),this.centralDirRecordsOnThisDisk=this.reader.readInt(8),this.centralDirRecords=this.reader.readInt(8),this.centralDirSize=this.reader.readInt(8),this.centralDirOffset=this.reader.readInt(8),this.zip64ExtensibleData={};for(var e,t,n,r=this.zip64EndOfCentralSize-44;0<r;)e=this.reader.readInt(2),t=this.reader.readInt(4),n=this.reader.readData(t),this.zip64ExtensibleData[e]={id:e,length:t,value:n}},readBlockZip64EndOfCentralLocator:function(){if(this.diskWithZip64CentralDirStart=this.reader.readInt(4),this.relativeOffsetEndOfZip64CentralDir=this.reader.readInt(8),this.disksCount=this.reader.readInt(4),1<this.disksCount)throw new Error("Multi-volumes zip are not supported")},readLocalFiles:function(){var e,t;for(e=0;e<this.files.length;e++)t=this.files[e],this.reader.setIndex(t.localHeaderOffset),this.checkSignature(o.LOCAL_FILE_HEADER),t.readLocalPart(this.reader),t.handleUTF8(),t.processAttributes()},readCentralDir:function(){var e;for(this.reader.setIndex(this.centralDirOffset);this.reader.readAndCheckSignature(o.CENTRAL_FILE_HEADER);)(e=new a({zip64:this.zip64},this.loadOptions)).readCentralPart(this.reader),this.files.push(e);if(this.centralDirRecords!==this.files.length&&0!==this.centralDirRecords&&0===this.files.length)throw new Error("Corrupted zip or bug: expected "+this.centralDirRecords+" records in central dir, got "+this.files.length)},readEndOfCentral:function(){var e=this.reader.lastIndexOfSignature(o.CENTRAL_DIRECTORY_END);if(e<0)throw this.isSignature(0,o.LOCAL_FILE_HEADER)?new Error("Corrupted zip: can't find end of central directory"):new Error("Can't find end of central directory : is this a zip file ? If it is, see https://stuk.github.io/jszip/documentation/howto/read_zip.html");this.reader.setIndex(e);var t=e;if(this.checkSignature(o.CENTRAL_DIRECTORY_END),this.readBlockEndOfCentral(),this.diskNumber===i.MAX_VALUE_16BITS||this.diskWithCentralDirStart===i.MAX_VALUE_16BITS||this.centralDirRecordsOnThisDisk===i.MAX_VALUE_16BITS||this.centralDirRecords===i.MAX_VALUE_16BITS||this.centralDirSize===i.MAX_VALUE_32BITS||this.centralDirOffset===i.MAX_VALUE_32BITS){if(this.zip64=!0,(e=this.reader.lastIndexOfSignature(o.ZIP64_CENTRAL_DIRECTORY_LOCATOR))<0)throw new Error("Corrupted zip: can't find the ZIP64 end of central directory locator");if(this.reader.setIndex(e),this.checkSignature(o.ZIP64_CENTRAL_DIRECTORY_LOCATOR),this.readBlockZip64EndOfCentralLocator(),!this.isSignature(this.relativeOffsetEndOfZip64CentralDir,o.ZIP64_CENTRAL_DIRECTORY_END)&&(this.relativeOffsetEndOfZip64CentralDir=this.reader.lastIndexOfSignature(o.ZIP64_CENTRAL_DIRECTORY_END),this.relativeOffsetEndOfZip64CentralDir<0))throw new Error("Corrupted zip: can't find the ZIP64 end of central directory");this.reader.setIndex(this.relativeOffsetEndOfZip64CentralDir),this.checkSignature(o.ZIP64_CENTRAL_DIRECTORY_END),this.readBlockZip64EndOfCentral()}var n=this.centralDirOffset+this.centralDirSize;this.zip64&&(n+=20,n+=12+this.zip64EndOfCentralSize);var r=t-n;if(0<r)this.isSignature(t,o.CENTRAL_FILE_HEADER)||(this.reader.zero=r);else if(r<0)throw new Error("Corrupted zip: missing "+Math.abs(r)+" bytes.")},prepareReader:function(e){this.reader=r(e)},load:function(e){this.prepareReader(e),this.readEndOfCentral(),this.readCentralDir(),this.readLocalFiles()}},t.exports=c},{"./reader/readerFor":22,"./signature":23,"./support":30,"./utils":32,"./zipEntry":34}],34:[function(e,t,n){var r=e("./reader/readerFor"),i=e("./utils"),o=e("./compressedObject"),a=e("./crc32"),s=e("./utf8"),c=e("./compressions"),u=e("./support");function l(e,t){this.options=e,this.loadOptions=t}l.prototype={isEncrypted:function(){return 1==(1&this.bitFlag)},useUTF8:function(){return 2048==(2048&this.bitFlag)},readLocalPart:function(e){var t,n;if(e.skip(22),this.fileNameLength=e.readInt(2),n=e.readInt(2),this.fileName=e.readData(this.fileNameLength),e.skip(n),-1===this.compressedSize||-1===this.uncompressedSize)throw new Error("Bug or corrupted zip : didn't get enough information from the central directory (compressedSize === -1 || uncompressedSize === -1)");if(null===(t=function(e){for(var t in c)if(Object.prototype.hasOwnProperty.call(c,t)&&c[t].magic===e)return c[t];return null}(this.compressionMethod)))throw new Error("Corrupted zip : compression "+i.pretty(this.compressionMethod)+" unknown (inner file : "+i.transformTo("string",this.fileName)+")");this.decompressed=new o(this.compressedSize,this.uncompressedSize,this.crc32,t,e.readData(this.compressedSize))},readCentralPart:function(e){this.versionMadeBy=e.readInt(2),e.skip(2),this.bitFlag=e.readInt(2),this.compressionMethod=e.readString(2),this.date=e.readDate(),this.crc32=e.readInt(4),this.compressedSize=e.readInt(4),this.uncompressedSize=e.readInt(4);var t=e.readInt(2);if(this.extraFieldsLength=e.readInt(2),this.fileCommentLength=e.readInt(2),this.diskNumberStart=e.readInt(2),this.internalFileAttributes=e.readInt(2),this.externalFileAttributes=e.readInt(4),this.localHeaderOffset=e.readInt(4),this.isEncrypted())throw new Error("Encrypted zip are not supported");e.skip(t),this.readExtraFields(e),this.parseZIP64ExtraField(e),this.fileComment=e.readData(this.fileCommentLength)},processAttributes:function(){this.unixPermissions=null,this.dosPermissions=null;var e=this.versionMadeBy>>8;this.dir=!!(16&this.externalFileAttributes),0==e&&(this.dosPermissions=63&this.externalFileAttributes),3==e&&(this.unixPermissions=this.externalFileAttributes>>16&65535),this.dir||"/"!==this.fileNameStr.slice(-1)||(this.dir=!0)},parseZIP64ExtraField:function(){if(this.extraFields[1]){var e=r(this.extraFields[1].value);this.uncompressedSize===i.MAX_VALUE_32BITS&&(this.uncompressedSize=e.readInt(8)),this.compressedSize===i.MAX_VALUE_32BITS&&(this.compressedSize=e.readInt(8)),this.localHeaderOffset===i.MAX_VALUE_32BITS&&(this.localHeaderOffset=e.readInt(8)),this.diskNumberStart===i.MAX_VALUE_32BITS&&(this.diskNumberStart=e.readInt(4))}},readExtraFields:function(e){var t,n,r,i=e.index+this.extraFieldsLength;for(this.extraFields||(this.extraFields={});e.index+4<i;)t=e.readInt(2),n=e.readInt(2),r=e.readData(n),this.extraFields[t]={id:t,length:n,value:r};e.setIndex(i)},handleUTF8:function(){var e=u.uint8array?"uint8array":"array";if(this.useUTF8())this.fileNameStr=s.utf8decode(this.fileName),this.fileCommentStr=s.utf8decode(this.fileComment);else{var t=this.findExtraFieldUnicodePath();if(null!==t)this.fileNameStr=t;else{var n=i.transformTo(e,this.fileName);this.fileNameStr=this.loadOptions.decodeFileName(n)}var r=this.findExtraFieldUnicodeComment();if(null!==r)this.fileCommentStr=r;else{var o=i.transformTo(e,this.fileComment);this.fileCommentStr=this.loadOptions.decodeFileName(o)}}},findExtraFieldUnicodePath:function(){var e=this.extraFields[28789];if(e){var t=r(e.value);return 1!==t.readInt(1)||a(this.fileName)!==t.readInt(4)?null:s.utf8decode(t.readData(e.length-5))}return null},findExtraFieldUnicodeComment:function(){var e=this.extraFields[25461];if(e){var t=r(e.value);return 1!==t.readInt(1)||a(this.fileComment)!==t.readInt(4)?null:s.utf8decode(t.readData(e.length-5))}return null}},t.exports=l},{"./compressedObject":2,"./compressions":3,"./crc32":4,"./reader/readerFor":22,"./support":30,"./utf8":31,"./utils":32}],35:[function(e,t,n){function r(e,t,n){this.name=e,this.dir=n.dir,this.date=n.date,this.comment=n.comment,this.unixPermissions=n.unixPermissions,this.dosPermissions=n.dosPermissions,this._data=t,this._dataBinary=n.binary,this.options={compression:n.compression,compressionOptions:n.compressionOptions}}var i=e("./stream/StreamHelper"),o=e("./stream/DataWorker"),a=e("./utf8"),s=e("./compressedObject"),c=e("./stream/GenericWorker");r.prototype={internalStream:function(e){var t=null,n="string";try{if(!e)throw new Error("No output type specified.");var r="string"===(n=e.toLowerCase())||"text"===n;"binarystring"!==n&&"text"!==n||(n="string"),t=this._decompressWorker();var o=!this._dataBinary;o&&!r&&(t=t.pipe(new a.Utf8EncodeWorker)),!o&&r&&(t=t.pipe(new a.Utf8DecodeWorker))}catch(s){(t=new c("error")).error(s)}return new i(t,n,"")},async:function(e,t){return this.internalStream(e).accumulate(t)},nodeStream:function(e,t){return this.internalStream(e||"nodebuffer").toNodejsStream(t)},_compressWorker:function(e,t){if(this._data instanceof s&&this._data.compression.magic===e.magic)return this._data.getCompressedWorker();var n=this._decompressWorker();return this._dataBinary||(n=n.pipe(new a.Utf8EncodeWorker)),s.createWorkerFrom(n,e,t)},_decompressWorker:function(){return this._data instanceof s?this._data.getContentWorker():this._data instanceof c?this._data:new o(this._data)}};for(var u=["asText","asBinary","asNodeBuffer","asUint8Array","asArrayBuffer"],l=function(){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},d=0;d<u.length;d++)r.prototype[u[d]]=l;t.exports=r},{"./compressedObject":2,"./stream/DataWorker":27,"./stream/GenericWorker":28,"./stream/StreamHelper":29,"./utf8":31}],36:[function(e,t,n){(function(e){var n,r,i=e.MutationObserver||e.WebKitMutationObserver;if(i){var o=0,a=new i(l),s=e.document.createTextNode("");a.observe(s,{characterData:!0}),n=function(){s.data=o=++o%2}}else if(e.setImmediate||void 0===e.MessageChannel)n="document"in e&&"onreadystatechange"in e.document.createElement("script")?function(){var t=e.document.createElement("script");t.onreadystatechange=function(){l(),t.onreadystatechange=null,t.parentNode.removeChild(t),t=null},e.document.documentElement.appendChild(t)}:function(){setTimeout(l,0)};else{var c=new e.MessageChannel;c.port1.onmessage=l,n=function(){c.port2.postMessage(0)}}var u=[];function l(){var e,t;r=!0;for(var n=u.length;n;){for(t=u,u=[],e=-1;++e<n;)t[e]();n=u.length}r=!1}t.exports=function(e){1!==u.push(e)||r||n()}}).call(this,void 0!==ed?ed:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],37:[function(e,t,n){var r=e("immediate");function i(){}var o={},a=["REJECTED"],s=["FULFILLED"],c=["PENDING"];function u(e){if("function"!=typeof e)throw new TypeError("resolver must be a function");this.state=c,this.queue=[],this.outcome=void 0,e!==i&&f(this,e)}function l(e,t,n){this.promise=e,"function"==typeof t&&(this.onFulfilled=t,this.callFulfilled=this.otherCallFulfilled),"function"==typeof n&&(this.onRejected=n,this.callRejected=this.otherCallRejected)}function d(e,t,n){r((function(){var r;try{r=t(n)}catch(i){return o.reject(e,i)}r===e?o.reject(e,new TypeError("Cannot resolve promise with itself")):o.resolve(e,r)}))}function h(e){var t=e&&e.then;if(e&&("object"==typeof e||"function"==typeof e)&&"function"==typeof t)return function(){t.apply(e,arguments)}}function f(e,t){var n=!1;function r(t){n||(n=!0,o.reject(e,t))}function i(t){n||(n=!0,o.resolve(e,t))}var a=p((function(){t(i,r)}));"error"===a.status&&r(a.value)}function p(e,t){var n={};try{n.value=e(t),n.status="success"}catch(r){n.status="error",n.value=r}return n}(t.exports=u).prototype.finally=function(e){if("function"!=typeof e)return this;var t=this.constructor;return this.then((function(n){return t.resolve(e()).then((function(){return n}))}),(function(n){return t.resolve(e()).then((function(){throw n}))}))},u.prototype.catch=function(e){return this.then(null,e)},u.prototype.then=function(e,t){if("function"!=typeof e&&this.state===s||"function"!=typeof t&&this.state===a)return this;var n=new this.constructor(i);return this.state!==c?d(n,this.state===s?e:t,this.outcome):this.queue.push(new l(n,e,t)),n},l.prototype.callFulfilled=function(e){o.resolve(this.promise,e)},l.prototype.otherCallFulfilled=function(e){d(this.promise,this.onFulfilled,e)},l.prototype.callRejected=function(e){o.reject(this.promise,e)},l.prototype.otherCallRejected=function(e){d(this.promise,this.onRejected,e)},o.resolve=function(e,t){var n=p(h,t);if("error"===n.status)return o.reject(e,n.value);var r=n.value;if(r)f(e,r);else{e.state=s,e.outcome=t;for(var i=-1,a=e.queue.length;++i<a;)e.queue[i].callFulfilled(t)}return e},o.reject=function(e,t){e.state=a,e.outcome=t;for(var n=-1,r=e.queue.length;++n<r;)e.queue[n].callRejected(t);return e},u.resolve=function(e){return e instanceof this?e:o.resolve(new this(i),e)},u.reject=function(e){var t=new this(i);return o.reject(t,e)},u.all=function(e){var t=this;if("[object Array]"!==Object.prototype.toString.call(e))return this.reject(new TypeError("must be an array"));var n=e.length,r=!1;if(!n)return this.resolve([]);for(var a=new Array(n),s=0,c=-1,u=new this(i);++c<n;)l(e[c],c);return u;function l(e,i){t.resolve(e).then((function(e){a[i]=e,++s!==n||r||(r=!0,o.resolve(u,a))}),(function(e){r||(r=!0,o.reject(u,e))}))}},u.race=function(e){var t=this;if("[object Array]"!==Object.prototype.toString.call(e))return this.reject(new TypeError("must be an array"));var n=e.length,r=!1;if(!n)return this.resolve([]);for(var a,s=-1,c=new this(i);++s<n;)a=e[s],t.resolve(a).then((function(e){r||(r=!0,o.resolve(c,e))}),(function(e){r||(r=!0,o.reject(c,e))}));return c}},{immediate:36}],38:[function(e,t,n){var r={};(0,e("./lib/utils/common").assign)(r,e("./lib/deflate"),e("./lib/inflate"),e("./lib/zlib/constants")),t.exports=r},{"./lib/deflate":39,"./lib/inflate":40,"./lib/utils/common":41,"./lib/zlib/constants":44}],39:[function(e,t,n){var r=e("./zlib/deflate"),i=e("./utils/common"),o=e("./utils/strings"),a=e("./zlib/messages"),s=e("./zlib/zstream"),c=Object.prototype.toString,u=0,l=-1,d=0,h=8;function f(e){if(!(this instanceof f))return new f(e);this.options=i.assign({level:l,method:h,chunkSize:16384,windowBits:15,memLevel:8,strategy:d,to:""},e||{});var t=this.options;t.raw&&0<t.windowBits?t.windowBits=-t.windowBits:t.gzip&&0<t.windowBits&&t.windowBits<16&&(t.windowBits+=16),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new s,this.strm.avail_out=0;var n=r.deflateInit2(this.strm,t.level,t.method,t.windowBits,t.memLevel,t.strategy);if(n!==u)throw new Error(a[n]);if(t.header&&r.deflateSetHeader(this.strm,t.header),t.dictionary){var p;if(p="string"==typeof t.dictionary?o.string2buf(t.dictionary):"[object ArrayBuffer]"===c.call(t.dictionary)?new Uint8Array(t.dictionary):t.dictionary,(n=r.deflateSetDictionary(this.strm,p))!==u)throw new Error(a[n]);this._dict_set=!0}}function p(e,t){var n=new f(t);if(n.push(e,!0),n.err)throw n.msg||a[n.err];return n.result}f.prototype.push=function(e,t){var n,a,s=this.strm,l=this.options.chunkSize;if(this.ended)return!1;a=t===~~t?t:!0===t?4:0,"string"==typeof e?s.input=o.string2buf(e):"[object ArrayBuffer]"===c.call(e)?s.input=new Uint8Array(e):s.input=e,s.next_in=0,s.avail_in=s.input.length;do{if(0===s.avail_out&&(s.output=new i.Buf8(l),s.next_out=0,s.avail_out=l),1!==(n=r.deflate(s,a))&&n!==u)return this.onEnd(n),!(this.ended=!0);0!==s.avail_out&&(0!==s.avail_in||4!==a&&2!==a)||("string"===this.options.to?this.onData(o.buf2binstring(i.shrinkBuf(s.output,s.next_out))):this.onData(i.shrinkBuf(s.output,s.next_out)))}while((0<s.avail_in||0===s.avail_out)&&1!==n);return 4===a?(n=r.deflateEnd(this.strm),this.onEnd(n),this.ended=!0,n===u):2!==a||(this.onEnd(u),!(s.avail_out=0))},f.prototype.onData=function(e){this.chunks.push(e)},f.prototype.onEnd=function(e){e===u&&("string"===this.options.to?this.result=this.chunks.join(""):this.result=i.flattenChunks(this.chunks)),this.chunks=[],this.err=e,this.msg=this.strm.msg},n.Deflate=f,n.deflate=p,n.deflateRaw=function(e,t){return(t=t||{}).raw=!0,p(e,t)},n.gzip=function(e,t){return(t=t||{}).gzip=!0,p(e,t)}},{"./utils/common":41,"./utils/strings":42,"./zlib/deflate":46,"./zlib/messages":51,"./zlib/zstream":53}],40:[function(e,t,n){var r=e("./zlib/inflate"),i=e("./utils/common"),o=e("./utils/strings"),a=e("./zlib/constants"),s=e("./zlib/messages"),c=e("./zlib/zstream"),u=e("./zlib/gzheader"),l=Object.prototype.toString;function d(e){if(!(this instanceof d))return new d(e);this.options=i.assign({chunkSize:16384,windowBits:0,to:""},e||{});var t=this.options;t.raw&&0<=t.windowBits&&t.windowBits<16&&(t.windowBits=-t.windowBits,0===t.windowBits&&(t.windowBits=-15)),!(0<=t.windowBits&&t.windowBits<16)||e&&e.windowBits||(t.windowBits+=32),15<t.windowBits&&t.windowBits<48&&0==(15&t.windowBits)&&(t.windowBits|=15),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new c,this.strm.avail_out=0;var n=r.inflateInit2(this.strm,t.windowBits);if(n!==a.Z_OK)throw new Error(s[n]);this.header=new u,r.inflateGetHeader(this.strm,this.header)}function h(e,t){var n=new d(t);if(n.push(e,!0),n.err)throw n.msg||s[n.err];return n.result}d.prototype.push=function(e,t){var n,s,c,u,d,h,f=this.strm,p=this.options.chunkSize,g=this.options.dictionary,m=!1;if(this.ended)return!1;s=t===~~t?t:!0===t?a.Z_FINISH:a.Z_NO_FLUSH,"string"==typeof e?f.input=o.binstring2buf(e):"[object ArrayBuffer]"===l.call(e)?f.input=new Uint8Array(e):f.input=e,f.next_in=0,f.avail_in=f.input.length;do{if(0===f.avail_out&&(f.output=new i.Buf8(p),f.next_out=0,f.avail_out=p),(n=r.inflate(f,a.Z_NO_FLUSH))===a.Z_NEED_DICT&&g&&(h="string"==typeof g?o.string2buf(g):"[object ArrayBuffer]"===l.call(g)?new Uint8Array(g):g,n=r.inflateSetDictionary(this.strm,h)),n===a.Z_BUF_ERROR&&!0===m&&(n=a.Z_OK,m=!1),n!==a.Z_STREAM_END&&n!==a.Z_OK)return this.onEnd(n),!(this.ended=!0);f.next_out&&(0!==f.avail_out&&n!==a.Z_STREAM_END&&(0!==f.avail_in||s!==a.Z_FINISH&&s!==a.Z_SYNC_FLUSH)||("string"===this.options.to?(c=o.utf8border(f.output,f.next_out),u=f.next_out-c,d=o.buf2string(f.output,c),f.next_out=u,f.avail_out=p-u,u&&i.arraySet(f.output,f.output,c,u,0),this.onData(d)):this.onData(i.shrinkBuf(f.output,f.next_out)))),0===f.avail_in&&0===f.avail_out&&(m=!0)}while((0<f.avail_in||0===f.avail_out)&&n!==a.Z_STREAM_END);return n===a.Z_STREAM_END&&(s=a.Z_FINISH),s===a.Z_FINISH?(n=r.inflateEnd(this.strm),this.onEnd(n),this.ended=!0,n===a.Z_OK):s!==a.Z_SYNC_FLUSH||(this.onEnd(a.Z_OK),!(f.avail_out=0))},d.prototype.onData=function(e){this.chunks.push(e)},d.prototype.onEnd=function(e){e===a.Z_OK&&("string"===this.options.to?this.result=this.chunks.join(""):this.result=i.flattenChunks(this.chunks)),this.chunks=[],this.err=e,this.msg=this.strm.msg},n.Inflate=d,n.inflate=h,n.inflateRaw=function(e,t){return(t=t||{}).raw=!0,h(e,t)},n.ungzip=h},{"./utils/common":41,"./utils/strings":42,"./zlib/constants":44,"./zlib/gzheader":47,"./zlib/inflate":49,"./zlib/messages":51,"./zlib/zstream":53}],41:[function(e,t,n){var r="undefined"!=typeof Uint8Array&&"undefined"!=typeof Uint16Array&&"undefined"!=typeof Int32Array;n.assign=function(e){for(var t=Array.prototype.slice.call(arguments,1);t.length;){var n=t.shift();if(n){if("object"!=typeof n)throw new TypeError(n+"must be non-object");for(var r in n)n.hasOwnProperty(r)&&(e[r]=n[r])}}return e},n.shrinkBuf=function(e,t){return e.length===t?e:e.subarray?e.subarray(0,t):(e.length=t,e)};var i={arraySet:function(e,t,n,r,i){if(t.subarray&&e.subarray)e.set(t.subarray(n,n+r),i);else for(var o=0;o<r;o++)e[i+o]=t[n+o]},flattenChunks:function(e){var t,n,r,i,o,a;for(t=r=0,n=e.length;t<n;t++)r+=e[t].length;for(a=new Uint8Array(r),t=i=0,n=e.length;t<n;t++)o=e[t],a.set(o,i),i+=o.length;return a}},o={arraySet:function(e,t,n,r,i){for(var o=0;o<r;o++)e[i+o]=t[n+o]},flattenChunks:function(e){return[].concat.apply([],e)}};n.setTyped=function(e){e?(n.Buf8=Uint8Array,n.Buf16=Uint16Array,n.Buf32=Int32Array,n.assign(n,i)):(n.Buf8=Array,n.Buf16=Array,n.Buf32=Array,n.assign(n,o))},n.setTyped(r)},{}],42:[function(e,t,n){var r=e("./common"),i=!0,o=!0;try{String.fromCharCode.apply(null,[0])}catch(u){i=!1}try{String.fromCharCode.apply(null,new Uint8Array(1))}catch(u){o=!1}for(var a=new r.Buf8(256),s=0;s<256;s++)a[s]=252<=s?6:248<=s?5:240<=s?4:224<=s?3:192<=s?2:1;function c(e,t){if(t<65537&&(e.subarray&&o||!e.subarray&&i))return String.fromCharCode.apply(null,r.shrinkBuf(e,t));for(var n="",a=0;a<t;a++)n+=String.fromCharCode(e[a]);return n}a[254]=a[254]=1,n.string2buf=function(e){var t,n,i,o,a,s=e.length,c=0;for(o=0;o<s;o++)55296==(64512&(n=e.charCodeAt(o)))&&o+1<s&&56320==(64512&(i=e.charCodeAt(o+1)))&&(n=65536+(n-55296<<10)+(i-56320),o++),c+=n<128?1:n<2048?2:n<65536?3:4;for(t=new r.Buf8(c),o=a=0;a<c;o++)55296==(64512&(n=e.charCodeAt(o)))&&o+1<s&&56320==(64512&(i=e.charCodeAt(o+1)))&&(n=65536+(n-55296<<10)+(i-56320),o++),n<128?t[a++]=n:(n<2048?t[a++]=192|n>>>6:(n<65536?t[a++]=224|n>>>12:(t[a++]=240|n>>>18,t[a++]=128|n>>>12&63),t[a++]=128|n>>>6&63),t[a++]=128|63&n);return t},n.buf2binstring=function(e){return c(e,e.length)},n.binstring2buf=function(e){for(var t=new r.Buf8(e.length),n=0,i=t.length;n<i;n++)t[n]=e.charCodeAt(n);return t},n.buf2string=function(e,t){var n,r,i,o,s=t||e.length,u=new Array(2*s);for(n=r=0;n<s;)if((i=e[n++])<128)u[r++]=i;else if(4<(o=a[i]))u[r++]=65533,n+=o-1;else{for(i&=2===o?31:3===o?15:7;1<o&&n<s;)i=i<<6|63&e[n++],o--;1<o?u[r++]=65533:i<65536?u[r++]=i:(i-=65536,u[r++]=55296|i>>10&1023,u[r++]=56320|1023&i)}return c(u,r)},n.utf8border=function(e,t){var n;for((t=t||e.length)>e.length&&(t=e.length),n=t-1;0<=n&&128==(192&e[n]);)n--;return n<0||0===n?t:n+a[e[n]]>t?n:t}},{"./common":41}],43:[function(e,t,n){t.exports=function(e,t,n,r){for(var i=65535&e|0,o=e>>>16&65535|0,a=0;0!==n;){for(n-=a=2e3<n?2e3:n;o=o+(i=i+t[r++]|0)|0,--a;);i%=65521,o%=65521}return i|o<<16|0}},{}],44:[function(e,t,n){t.exports={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8}},{}],45:[function(e,t,n){var r=function(){for(var e,t=[],n=0;n<256;n++){e=n;for(var r=0;r<8;r++)e=1&e?3988292384^e>>>1:e>>>1;t[n]=e}return t}();t.exports=function(e,t,n,i){var o=r,a=i+n;e^=-1;for(var s=i;s<a;s++)e=e>>>8^o[255&(e^t[s])];return-1^e}},{}],46:[function(e,t,n){var r,i=e("../utils/common"),o=e("./trees"),a=e("./adler32"),s=e("./crc32"),c=e("./messages"),u=0,l=4,d=0,h=-2,f=-1,p=4,g=2,m=8,y=9,b=286,w=30,x=19,v=2*b+1,_=15,D=3,T=258,U=T+D+1,E=42,k=113,S=1,A=2,F=3,C=4;function I(e,t){return e.msg=c[t],t}function O(e){return(e<<1)-(4<e?9:0)}function N(e){for(var t=e.length;0<=--t;)e[t]=0}function B(e){var t=e.state,n=t.pending;n>e.avail_out&&(n=e.avail_out),0!==n&&(i.arraySet(e.output,t.pending_buf,t.pending_out,n,e.next_out),e.next_out+=n,t.pending_out+=n,e.total_out+=n,e.avail_out-=n,t.pending-=n,0===t.pending&&(t.pending_out=0))}function W(e,t){o._tr_flush_block(e,0<=e.block_start?e.block_start:-1,e.strstart-e.block_start,t),e.block_start=e.strstart,B(e.strm)}function R(e,t){e.pending_buf[e.pending++]=t}function P(e,t){e.pending_buf[e.pending++]=t>>>8&255,e.pending_buf[e.pending++]=255&t}function L(e,t){var n,r,i=e.max_chain_length,o=e.strstart,a=e.prev_length,s=e.nice_match,c=e.strstart>e.w_size-U?e.strstart-(e.w_size-U):0,u=e.window,l=e.w_mask,d=e.prev,h=e.strstart+T,f=u[o+a-1],p=u[o+a];e.prev_length>=e.good_match&&(i>>=2),s>e.lookahead&&(s=e.lookahead);do{if(u[(n=t)+a]===p&&u[n+a-1]===f&&u[n]===u[o]&&u[++n]===u[o+1]){o+=2,n++;do{}while(u[++o]===u[++n]&&u[++o]===u[++n]&&u[++o]===u[++n]&&u[++o]===u[++n]&&u[++o]===u[++n]&&u[++o]===u[++n]&&u[++o]===u[++n]&&u[++o]===u[++n]&&o<h);if(r=T-(h-o),o=h-T,a<r){if(e.match_start=t,s<=(a=r))break;f=u[o+a-1],p=u[o+a]}}}while((t=d[t&l])>c&&0!=--i);return a<=e.lookahead?a:e.lookahead}function j(e){var t,n,r,o,c,u,l,d,h,f,p=e.w_size;do{if(o=e.window_size-e.lookahead-e.strstart,e.strstart>=p+(p-U)){for(i.arraySet(e.window,e.window,p,p,0),e.match_start-=p,e.strstart-=p,e.block_start-=p,t=n=e.hash_size;r=e.head[--t],e.head[t]=p<=r?r-p:0,--n;);for(t=n=p;r=e.prev[--t],e.prev[t]=p<=r?r-p:0,--n;);o+=p}if(0===e.strm.avail_in)break;if(u=e.strm,l=e.window,d=e.strstart+e.lookahead,f=void 0,(h=o)<(f=u.avail_in)&&(f=h),n=0===f?0:(u.avail_in-=f,i.arraySet(l,u.input,u.next_in,f,d),1===u.state.wrap?u.adler=a(u.adler,l,f,d):2===u.state.wrap&&(u.adler=s(u.adler,l,f,d)),u.next_in+=f,u.total_in+=f,f),e.lookahead+=n,e.lookahead+e.insert>=D)for(c=e.strstart-e.insert,e.ins_h=e.window[c],e.ins_h=(e.ins_h<<e.hash_shift^e.window[c+1])&e.hash_mask;e.insert&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[c+D-1])&e.hash_mask,e.prev[c&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=c,c++,e.insert--,!(e.lookahead+e.insert<D)););}while(e.lookahead<U&&0!==e.strm.avail_in)}function z(e,t){for(var n,r;;){if(e.lookahead<U){if(j(e),e.lookahead<U&&t===u)return S;if(0===e.lookahead)break}if(n=0,e.lookahead>=D&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+D-1])&e.hash_mask,n=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart),0!==n&&e.strstart-n<=e.w_size-U&&(e.match_length=L(e,n)),e.match_length>=D)if(r=o._tr_tally(e,e.strstart-e.match_start,e.match_length-D),e.lookahead-=e.match_length,e.match_length<=e.max_lazy_match&&e.lookahead>=D){for(e.match_length--;e.strstart++,e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+D-1])&e.hash_mask,n=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart,0!=--e.match_length;);e.strstart++}else e.strstart+=e.match_length,e.match_length=0,e.ins_h=e.window[e.strstart],e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+1])&e.hash_mask;else r=o._tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++;if(r&&(W(e,!1),0===e.strm.avail_out))return S}return e.insert=e.strstart<D-1?e.strstart:D-1,t===l?(W(e,!0),0===e.strm.avail_out?F:C):e.last_lit&&(W(e,!1),0===e.strm.avail_out)?S:A}function M(e,t){for(var n,r,i;;){if(e.lookahead<U){if(j(e),e.lookahead<U&&t===u)return S;if(0===e.lookahead)break}if(n=0,e.lookahead>=D&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+D-1])&e.hash_mask,n=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart),e.prev_length=e.match_length,e.prev_match=e.match_start,e.match_length=D-1,0!==n&&e.prev_length<e.max_lazy_match&&e.strstart-n<=e.w_size-U&&(e.match_length=L(e,n),e.match_length<=5&&(1===e.strategy||e.match_length===D&&4096<e.strstart-e.match_start)&&(e.match_length=D-1)),e.prev_length>=D&&e.match_length<=e.prev_length){for(i=e.strstart+e.lookahead-D,r=o._tr_tally(e,e.strstart-1-e.prev_match,e.prev_length-D),e.lookahead-=e.prev_length-1,e.prev_length-=2;++e.strstart<=i&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+D-1])&e.hash_mask,n=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart),0!=--e.prev_length;);if(e.match_available=0,e.match_length=D-1,e.strstart++,r&&(W(e,!1),0===e.strm.avail_out))return S}else if(e.match_available){if((r=o._tr_tally(e,0,e.window[e.strstart-1]))&&W(e,!1),e.strstart++,e.lookahead--,0===e.strm.avail_out)return S}else e.match_available=1,e.strstart++,e.lookahead--}return e.match_available&&(r=o._tr_tally(e,0,e.window[e.strstart-1]),e.match_available=0),e.insert=e.strstart<D-1?e.strstart:D-1,t===l?(W(e,!0),0===e.strm.avail_out?F:C):e.last_lit&&(W(e,!1),0===e.strm.avail_out)?S:A}function q(e,t,n,r,i){this.good_length=e,this.max_lazy=t,this.nice_length=n,this.max_chain=r,this.func=i}function H(){this.strm=null,this.status=0,this.pending_buf=null,this.pending_buf_size=0,this.pending_out=0,this.pending=0,this.wrap=0,this.gzhead=null,this.gzindex=0,this.method=m,this.last_flush=-1,this.w_size=0,this.w_bits=0,this.w_mask=0,this.window=null,this.window_size=0,this.prev=null,this.head=null,this.ins_h=0,this.hash_size=0,this.hash_bits=0,this.hash_mask=0,this.hash_shift=0,this.block_start=0,this.match_length=0,this.prev_match=0,this.match_available=0,this.strstart=0,this.match_start=0,this.lookahead=0,this.prev_length=0,this.max_chain_length=0,this.max_lazy_match=0,this.level=0,this.strategy=0,this.good_match=0,this.nice_match=0,this.dyn_ltree=new i.Buf16(2*v),this.dyn_dtree=new i.Buf16(2*(2*w+1)),this.bl_tree=new i.Buf16(2*(2*x+1)),N(this.dyn_ltree),N(this.dyn_dtree),N(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new i.Buf16(_+1),this.heap=new i.Buf16(2*b+1),N(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new i.Buf16(2*b+1),N(this.depth),this.l_buf=0,this.lit_bufsize=0,this.last_lit=0,this.d_buf=0,this.opt_len=0,this.static_len=0,this.matches=0,this.insert=0,this.bi_buf=0,this.bi_valid=0}function V(e){var t;return e&&e.state?(e.total_in=e.total_out=0,e.data_type=g,(t=e.state).pending=0,t.pending_out=0,t.wrap<0&&(t.wrap=-t.wrap),t.status=t.wrap?E:k,e.adler=2===t.wrap?0:1,t.last_flush=u,o._tr_init(t),d):I(e,h)}function K(e){var t,n=V(e);return n===d&&((t=e.state).window_size=2*t.w_size,N(t.head),t.max_lazy_match=r[t.level].max_lazy,t.good_match=r[t.level].good_length,t.nice_match=r[t.level].nice_length,t.max_chain_length=r[t.level].max_chain,t.strstart=0,t.block_start=0,t.lookahead=0,t.insert=0,t.match_length=t.prev_length=D-1,t.match_available=0,t.ins_h=0),n}function G(e,t,n,r,o,a){if(!e)return h;var s=1;if(t===f&&(t=6),r<0?(s=0,r=-r):15<r&&(s=2,r-=16),o<1||y<o||n!==m||r<8||15<r||t<0||9<t||a<0||p<a)return I(e,h);8===r&&(r=9);var c=new H;return(e.state=c).strm=e,c.wrap=s,c.gzhead=null,c.w_bits=r,c.w_size=1<<c.w_bits,c.w_mask=c.w_size-1,c.hash_bits=o+7,c.hash_size=1<<c.hash_bits,c.hash_mask=c.hash_size-1,c.hash_shift=~~((c.hash_bits+D-1)/D),c.window=new i.Buf8(2*c.w_size),c.head=new i.Buf16(c.hash_size),c.prev=new i.Buf16(c.w_size),c.lit_bufsize=1<<o+6,c.pending_buf_size=4*c.lit_bufsize,c.pending_buf=new i.Buf8(c.pending_buf_size),c.d_buf=1*c.lit_bufsize,c.l_buf=3*c.lit_bufsize,c.level=t,c.strategy=a,c.method=n,K(e)}r=[new q(0,0,0,0,(function(e,t){var n=65535;for(n>e.pending_buf_size-5&&(n=e.pending_buf_size-5);;){if(e.lookahead<=1){if(j(e),0===e.lookahead&&t===u)return S;if(0===e.lookahead)break}e.strstart+=e.lookahead,e.lookahead=0;var r=e.block_start+n;if((0===e.strstart||e.strstart>=r)&&(e.lookahead=e.strstart-r,e.strstart=r,W(e,!1),0===e.strm.avail_out))return S;if(e.strstart-e.block_start>=e.w_size-U&&(W(e,!1),0===e.strm.avail_out))return S}return e.insert=0,t===l?(W(e,!0),0===e.strm.avail_out?F:C):(e.strstart>e.block_start&&(W(e,!1),e.strm.avail_out),S)})),new q(4,4,8,4,z),new q(4,5,16,8,z),new q(4,6,32,32,z),new q(4,4,16,16,M),new q(8,16,32,32,M),new q(8,16,128,128,M),new q(8,32,128,256,M),new q(32,128,258,1024,M),new q(32,258,258,4096,M)],n.deflateInit=function(e,t){return G(e,t,m,15,8,0)},n.deflateInit2=G,n.deflateReset=K,n.deflateResetKeep=V,n.deflateSetHeader=function(e,t){return e&&e.state?2!==e.state.wrap?h:(e.state.gzhead=t,d):h},n.deflate=function(e,t){var n,i,a,c;if(!e||!e.state||5<t||t<0)return e?I(e,h):h;if(i=e.state,!e.output||!e.input&&0!==e.avail_in||666===i.status&&t!==l)return I(e,0===e.avail_out?-5:h);if(i.strm=e,n=i.last_flush,i.last_flush=t,i.status===E)if(2===i.wrap)e.adler=0,R(i,31),R(i,139),R(i,8),i.gzhead?(R(i,(i.gzhead.text?1:0)+(i.gzhead.hcrc?2:0)+(i.gzhead.extra?4:0)+(i.gzhead.name?8:0)+(i.gzhead.comment?16:0)),R(i,255&i.gzhead.time),R(i,i.gzhead.time>>8&255),R(i,i.gzhead.time>>16&255),R(i,i.gzhead.time>>24&255),R(i,9===i.level?2:2<=i.strategy||i.level<2?4:0),R(i,255&i.gzhead.os),i.gzhead.extra&&i.gzhead.extra.length&&(R(i,255&i.gzhead.extra.length),R(i,i.gzhead.extra.length>>8&255)),i.gzhead.hcrc&&(e.adler=s(e.adler,i.pending_buf,i.pending,0)),i.gzindex=0,i.status=69):(R(i,0),R(i,0),R(i,0),R(i,0),R(i,0),R(i,9===i.level?2:2<=i.strategy||i.level<2?4:0),R(i,3),i.status=k);else{var f=m+(i.w_bits-8<<4)<<8;f|=(2<=i.strategy||i.level<2?0:i.level<6?1:6===i.level?2:3)<<6,0!==i.strstart&&(f|=32),f+=31-f%31,i.status=k,P(i,f),0!==i.strstart&&(P(i,e.adler>>>16),P(i,65535&e.adler)),e.adler=1}if(69===i.status)if(i.gzhead.extra){for(a=i.pending;i.gzindex<(65535&i.gzhead.extra.length)&&(i.pending!==i.pending_buf_size||(i.gzhead.hcrc&&i.pending>a&&(e.adler=s(e.adler,i.pending_buf,i.pending-a,a)),B(e),a=i.pending,i.pending!==i.pending_buf_size));)R(i,255&i.gzhead.extra[i.gzindex]),i.gzindex++;i.gzhead.hcrc&&i.pending>a&&(e.adler=s(e.adler,i.pending_buf,i.pending-a,a)),i.gzindex===i.gzhead.extra.length&&(i.gzindex=0,i.status=73)}else i.status=73;if(73===i.status)if(i.gzhead.name){a=i.pending;do{if(i.pending===i.pending_buf_size&&(i.gzhead.hcrc&&i.pending>a&&(e.adler=s(e.adler,i.pending_buf,i.pending-a,a)),B(e),a=i.pending,i.pending===i.pending_buf_size)){c=1;break}c=i.gzindex<i.gzhead.name.length?255&i.gzhead.name.charCodeAt(i.gzindex++):0,R(i,c)}while(0!==c);i.gzhead.hcrc&&i.pending>a&&(e.adler=s(e.adler,i.pending_buf,i.pending-a,a)),0===c&&(i.gzindex=0,i.status=91)}else i.status=91;if(91===i.status)if(i.gzhead.comment){a=i.pending;do{if(i.pending===i.pending_buf_size&&(i.gzhead.hcrc&&i.pending>a&&(e.adler=s(e.adler,i.pending_buf,i.pending-a,a)),B(e),a=i.pending,i.pending===i.pending_buf_size)){c=1;break}c=i.gzindex<i.gzhead.comment.length?255&i.gzhead.comment.charCodeAt(i.gzindex++):0,R(i,c)}while(0!==c);i.gzhead.hcrc&&i.pending>a&&(e.adler=s(e.adler,i.pending_buf,i.pending-a,a)),0===c&&(i.status=103)}else i.status=103;if(103===i.status&&(i.gzhead.hcrc?(i.pending+2>i.pending_buf_size&&B(e),i.pending+2<=i.pending_buf_size&&(R(i,255&e.adler),R(i,e.adler>>8&255),e.adler=0,i.status=k)):i.status=k),0!==i.pending){if(B(e),0===e.avail_out)return i.last_flush=-1,d}else if(0===e.avail_in&&O(t)<=O(n)&&t!==l)return I(e,-5);if(666===i.status&&0!==e.avail_in)return I(e,-5);if(0!==e.avail_in||0!==i.lookahead||t!==u&&666!==i.status){var p=2===i.strategy?function(e,t){for(var n;;){if(0===e.lookahead&&(j(e),0===e.lookahead)){if(t===u)return S;break}if(e.match_length=0,n=o._tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++,n&&(W(e,!1),0===e.strm.avail_out))return S}return e.insert=0,t===l?(W(e,!0),0===e.strm.avail_out?F:C):e.last_lit&&(W(e,!1),0===e.strm.avail_out)?S:A}(i,t):3===i.strategy?function(e,t){for(var n,r,i,a,s=e.window;;){if(e.lookahead<=T){if(j(e),e.lookahead<=T&&t===u)return S;if(0===e.lookahead)break}if(e.match_length=0,e.lookahead>=D&&0<e.strstart&&(r=s[i=e.strstart-1])===s[++i]&&r===s[++i]&&r===s[++i]){a=e.strstart+T;do{}while(r===s[++i]&&r===s[++i]&&r===s[++i]&&r===s[++i]&&r===s[++i]&&r===s[++i]&&r===s[++i]&&r===s[++i]&&i<a);e.match_length=T-(a-i),e.match_length>e.lookahead&&(e.match_length=e.lookahead)}if(e.match_length>=D?(n=o._tr_tally(e,1,e.match_length-D),e.lookahead-=e.match_length,e.strstart+=e.match_length,e.match_length=0):(n=o._tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++),n&&(W(e,!1),0===e.strm.avail_out))return S}return e.insert=0,t===l?(W(e,!0),0===e.strm.avail_out?F:C):e.last_lit&&(W(e,!1),0===e.strm.avail_out)?S:A}(i,t):r[i.level].func(i,t);if(p!==F&&p!==C||(i.status=666),p===S||p===F)return 0===e.avail_out&&(i.last_flush=-1),d;if(p===A&&(1===t?o._tr_align(i):5!==t&&(o._tr_stored_block(i,0,0,!1),3===t&&(N(i.head),0===i.lookahead&&(i.strstart=0,i.block_start=0,i.insert=0))),B(e),0===e.avail_out))return i.last_flush=-1,d}return t!==l?d:i.wrap<=0?1:(2===i.wrap?(R(i,255&e.adler),R(i,e.adler>>8&255),R(i,e.adler>>16&255),R(i,e.adler>>24&255),R(i,255&e.total_in),R(i,e.total_in>>8&255),R(i,e.total_in>>16&255),R(i,e.total_in>>24&255)):(P(i,e.adler>>>16),P(i,65535&e.adler)),B(e),0<i.wrap&&(i.wrap=-i.wrap),0!==i.pending?d:1)},n.deflateEnd=function(e){var t;return e&&e.state?(t=e.state.status)!==E&&69!==t&&73!==t&&91!==t&&103!==t&&t!==k&&666!==t?I(e,h):(e.state=null,t===k?I(e,-3):d):h},n.deflateSetDictionary=function(e,t){var n,r,o,s,c,u,l,f,p=t.length;if(!e||!e.state)return h;if(2===(s=(n=e.state).wrap)||1===s&&n.status!==E||n.lookahead)return h;for(1===s&&(e.adler=a(e.adler,t,p,0)),n.wrap=0,p>=n.w_size&&(0===s&&(N(n.head),n.strstart=0,n.block_start=0,n.insert=0),f=new i.Buf8(n.w_size),i.arraySet(f,t,p-n.w_size,n.w_size,0),t=f,p=n.w_size),c=e.avail_in,u=e.next_in,l=e.input,e.avail_in=p,e.next_in=0,e.input=t,j(n);n.lookahead>=D;){for(r=n.strstart,o=n.lookahead-(D-1);n.ins_h=(n.ins_h<<n.hash_shift^n.window[r+D-1])&n.hash_mask,n.prev[r&n.w_mask]=n.head[n.ins_h],n.head[n.ins_h]=r,r++,--o;);n.strstart=r,n.lookahead=D-1,j(n)}return n.strstart+=n.lookahead,n.block_start=n.strstart,n.insert=n.lookahead,n.lookahead=0,n.match_length=n.prev_length=D-1,n.match_available=0,e.next_in=u,e.input=l,e.avail_in=c,n.wrap=s,d},n.deflateInfo="pako deflate (from Nodeca project)"},{"../utils/common":41,"./adler32":43,"./crc32":45,"./messages":51,"./trees":52}],47:[function(e,t,n){t.exports=function(){this.text=0,this.time=0,this.xflags=0,this.os=0,this.extra=null,this.extra_len=0,this.name="",this.comment="",this.hcrc=0,this.done=!1}},{}],48:[function(e,t,n){t.exports=function(e,t){var n,r,i,o,a,s,c,u,l,d,h,f,p,g,m,y,b,w,x,v,_,D,T,U,E;n=e.state,r=e.next_in,U=e.input,i=r+(e.avail_in-5),o=e.next_out,E=e.output,a=o-(t-e.avail_out),s=o+(e.avail_out-257),c=n.dmax,u=n.wsize,l=n.whave,d=n.wnext,h=n.window,f=n.hold,p=n.bits,g=n.lencode,m=n.distcode,y=(1<<n.lenbits)-1,b=(1<<n.distbits)-1;e:do{p<15&&(f+=U[r++]<<p,p+=8,f+=U[r++]<<p,p+=8),w=g[f&y];t:for(;;){if(f>>>=x=w>>>24,p-=x,0==(x=w>>>16&255))E[o++]=65535&w;else{if(!(16&x)){if(0==(64&x)){w=g[(65535&w)+(f&(1<<x)-1)];continue t}if(32&x){n.mode=12;break e}e.msg="invalid literal/length code",n.mode=30;break e}v=65535&w,(x&=15)&&(p<x&&(f+=U[r++]<<p,p+=8),v+=f&(1<<x)-1,f>>>=x,p-=x),p<15&&(f+=U[r++]<<p,p+=8,f+=U[r++]<<p,p+=8),w=m[f&b];n:for(;;){if(f>>>=x=w>>>24,p-=x,!(16&(x=w>>>16&255))){if(0==(64&x)){w=m[(65535&w)+(f&(1<<x)-1)];continue n}e.msg="invalid distance code",n.mode=30;break e}if(_=65535&w,p<(x&=15)&&(f+=U[r++]<<p,(p+=8)<x&&(f+=U[r++]<<p,p+=8)),c<(_+=f&(1<<x)-1)){e.msg="invalid distance too far back",n.mode=30;break e}if(f>>>=x,p-=x,(x=o-a)<_){if(l<(x=_-x)&&n.sane){e.msg="invalid distance too far back",n.mode=30;break e}if(T=h,(D=0)===d){if(D+=u-x,x<v){for(v-=x;E[o++]=h[D++],--x;);D=o-_,T=E}}else if(d<x){if(D+=u+d-x,(x-=d)<v){for(v-=x;E[o++]=h[D++],--x;);if(D=0,d<v){for(v-=x=d;E[o++]=h[D++],--x;);D=o-_,T=E}}}else if(D+=d-x,x<v){for(v-=x;E[o++]=h[D++],--x;);D=o-_,T=E}for(;2<v;)E[o++]=T[D++],E[o++]=T[D++],E[o++]=T[D++],v-=3;v&&(E[o++]=T[D++],1<v&&(E[o++]=T[D++]))}else{for(D=o-_;E[o++]=E[D++],E[o++]=E[D++],E[o++]=E[D++],2<(v-=3););v&&(E[o++]=E[D++],1<v&&(E[o++]=E[D++]))}break}}break}}while(r<i&&o<s);r-=v=p>>3,f&=(1<<(p-=v<<3))-1,e.next_in=r,e.next_out=o,e.avail_in=r<i?i-r+5:5-(r-i),e.avail_out=o<s?s-o+257:257-(o-s),n.hold=f,n.bits=p}},{}],49:[function(e,t,n){var r=e("../utils/common"),i=e("./adler32"),o=e("./crc32"),a=e("./inffast"),s=e("./inftrees"),c=1,u=2,l=0,d=-2,h=1,f=852,p=592;function g(e){return(e>>>24&255)+(e>>>8&65280)+((65280&e)<<8)+((255&e)<<24)}function m(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new r.Buf16(320),this.work=new r.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function y(e){var t;return e&&e.state?(t=e.state,e.total_in=e.total_out=t.total=0,e.msg="",t.wrap&&(e.adler=1&t.wrap),t.mode=h,t.last=0,t.havedict=0,t.dmax=32768,t.head=null,t.hold=0,t.bits=0,t.lencode=t.lendyn=new r.Buf32(f),t.distcode=t.distdyn=new r.Buf32(p),t.sane=1,t.back=-1,l):d}function b(e){var t;return e&&e.state?((t=e.state).wsize=0,t.whave=0,t.wnext=0,y(e)):d}function w(e,t){var n,r;return e&&e.state?(r=e.state,t<0?(n=0,t=-t):(n=1+(t>>4),t<48&&(t&=15)),t&&(t<8||15<t)?d:(null!==r.window&&r.wbits!==t&&(r.window=null),r.wrap=n,r.wbits=t,b(e))):d}function x(e,t){var n,r;return e?(r=new m,(e.state=r).window=null,(n=w(e,t))!==l&&(e.state=null),n):d}var v,_,D=!0;function T(e){if(D){var t;for(v=new r.Buf32(512),_=new r.Buf32(32),t=0;t<144;)e.lens[t++]=8;for(;t<256;)e.lens[t++]=9;for(;t<280;)e.lens[t++]=7;for(;t<288;)e.lens[t++]=8;for(s(c,e.lens,0,288,v,0,e.work,{bits:9}),t=0;t<32;)e.lens[t++]=5;s(u,e.lens,0,32,_,0,e.work,{bits:5}),D=!1}e.lencode=v,e.lenbits=9,e.distcode=_,e.distbits=5}function U(e,t,n,i){var o,a=e.state;return null===a.window&&(a.wsize=1<<a.wbits,a.wnext=0,a.whave=0,a.window=new r.Buf8(a.wsize)),i>=a.wsize?(r.arraySet(a.window,t,n-a.wsize,a.wsize,0),a.wnext=0,a.whave=a.wsize):(i<(o=a.wsize-a.wnext)&&(o=i),r.arraySet(a.window,t,n-i,o,a.wnext),(i-=o)?(r.arraySet(a.window,t,n-i,i,0),a.wnext=i,a.whave=a.wsize):(a.wnext+=o,a.wnext===a.wsize&&(a.wnext=0),a.whave<a.wsize&&(a.whave+=o))),0}n.inflateReset=b,n.inflateReset2=w,n.inflateResetKeep=y,n.inflateInit=function(e){return x(e,15)},n.inflateInit2=x,n.inflate=function(e,t){var n,f,p,m,y,b,w,x,v,_,D,E,k,S,A,F,C,I,O,N,B,W,R,P,L=0,j=new r.Buf8(4),z=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];if(!e||!e.state||!e.output||!e.input&&0!==e.avail_in)return d;12===(n=e.state).mode&&(n.mode=13),y=e.next_out,p=e.output,w=e.avail_out,m=e.next_in,f=e.input,b=e.avail_in,x=n.hold,v=n.bits,_=b,D=w,W=l;e:for(;;)switch(n.mode){case h:if(0===n.wrap){n.mode=13;break}for(;v<16;){if(0===b)break e;b--,x+=f[m++]<<v,v+=8}if(2&n.wrap&&35615===x){j[n.check=0]=255&x,j[1]=x>>>8&255,n.check=o(n.check,j,2,0),v=x=0,n.mode=2;break}if(n.flags=0,n.head&&(n.head.done=!1),!(1&n.wrap)||(((255&x)<<8)+(x>>8))%31){e.msg="incorrect header check",n.mode=30;break}if(8!=(15&x)){e.msg="unknown compression method",n.mode=30;break}if(v-=4,B=8+(15&(x>>>=4)),0===n.wbits)n.wbits=B;else if(B>n.wbits){e.msg="invalid window size",n.mode=30;break}n.dmax=1<<B,e.adler=n.check=1,n.mode=512&x?10:12,v=x=0;break;case 2:for(;v<16;){if(0===b)break e;b--,x+=f[m++]<<v,v+=8}if(n.flags=x,8!=(255&n.flags)){e.msg="unknown compression method",n.mode=30;break}if(57344&n.flags){e.msg="unknown header flags set",n.mode=30;break}n.head&&(n.head.text=x>>8&1),512&n.flags&&(j[0]=255&x,j[1]=x>>>8&255,n.check=o(n.check,j,2,0)),v=x=0,n.mode=3;case 3:for(;v<32;){if(0===b)break e;b--,x+=f[m++]<<v,v+=8}n.head&&(n.head.time=x),512&n.flags&&(j[0]=255&x,j[1]=x>>>8&255,j[2]=x>>>16&255,j[3]=x>>>24&255,n.check=o(n.check,j,4,0)),v=x=0,n.mode=4;case 4:for(;v<16;){if(0===b)break e;b--,x+=f[m++]<<v,v+=8}n.head&&(n.head.xflags=255&x,n.head.os=x>>8),512&n.flags&&(j[0]=255&x,j[1]=x>>>8&255,n.check=o(n.check,j,2,0)),v=x=0,n.mode=5;case 5:if(1024&n.flags){for(;v<16;){if(0===b)break e;b--,x+=f[m++]<<v,v+=8}n.length=x,n.head&&(n.head.extra_len=x),512&n.flags&&(j[0]=255&x,j[1]=x>>>8&255,n.check=o(n.check,j,2,0)),v=x=0}else n.head&&(n.head.extra=null);n.mode=6;case 6:if(1024&n.flags&&(b<(E=n.length)&&(E=b),E&&(n.head&&(B=n.head.extra_len-n.length,n.head.extra||(n.head.extra=new Array(n.head.extra_len)),r.arraySet(n.head.extra,f,m,E,B)),512&n.flags&&(n.check=o(n.check,f,E,m)),b-=E,m+=E,n.length-=E),n.length))break e;n.length=0,n.mode=7;case 7:if(2048&n.flags){if(0===b)break e;for(E=0;B=f[m+E++],n.head&&B&&n.length<65536&&(n.head.name+=String.fromCharCode(B)),B&&E<b;);if(512&n.flags&&(n.check=o(n.check,f,E,m)),b-=E,m+=E,B)break e}else n.head&&(n.head.name=null);n.length=0,n.mode=8;case 8:if(4096&n.flags){if(0===b)break e;for(E=0;B=f[m+E++],n.head&&B&&n.length<65536&&(n.head.comment+=String.fromCharCode(B)),B&&E<b;);if(512&n.flags&&(n.check=o(n.check,f,E,m)),b-=E,m+=E,B)break e}else n.head&&(n.head.comment=null);n.mode=9;case 9:if(512&n.flags){for(;v<16;){if(0===b)break e;b--,x+=f[m++]<<v,v+=8}if(x!==(65535&n.check)){e.msg="header crc mismatch",n.mode=30;break}v=x=0}n.head&&(n.head.hcrc=n.flags>>9&1,n.head.done=!0),e.adler=n.check=0,n.mode=12;break;case 10:for(;v<32;){if(0===b)break e;b--,x+=f[m++]<<v,v+=8}e.adler=n.check=g(x),v=x=0,n.mode=11;case 11:if(0===n.havedict)return e.next_out=y,e.avail_out=w,e.next_in=m,e.avail_in=b,n.hold=x,n.bits=v,2;e.adler=n.check=1,n.mode=12;case 12:if(5===t||6===t)break e;case 13:if(n.last){x>>>=7&v,v-=7&v,n.mode=27;break}for(;v<3;){if(0===b)break e;b--,x+=f[m++]<<v,v+=8}switch(n.last=1&x,v-=1,3&(x>>>=1)){case 0:n.mode=14;break;case 1:if(T(n),n.mode=20,6!==t)break;x>>>=2,v-=2;break e;case 2:n.mode=17;break;case 3:e.msg="invalid block type",n.mode=30}x>>>=2,v-=2;break;case 14:for(x>>>=7&v,v-=7&v;v<32;){if(0===b)break e;b--,x+=f[m++]<<v,v+=8}if((65535&x)!=(x>>>16^65535)){e.msg="invalid stored block lengths",n.mode=30;break}if(n.length=65535&x,v=x=0,n.mode=15,6===t)break e;case 15:n.mode=16;case 16:if(E=n.length){if(b<E&&(E=b),w<E&&(E=w),0===E)break e;r.arraySet(p,f,m,E,y),b-=E,m+=E,w-=E,y+=E,n.length-=E;break}n.mode=12;break;case 17:for(;v<14;){if(0===b)break e;b--,x+=f[m++]<<v,v+=8}if(n.nlen=257+(31&x),x>>>=5,v-=5,n.ndist=1+(31&x),x>>>=5,v-=5,n.ncode=4+(15&x),x>>>=4,v-=4,286<n.nlen||30<n.ndist){e.msg="too many length or distance symbols",n.mode=30;break}n.have=0,n.mode=18;case 18:for(;n.have<n.ncode;){for(;v<3;){if(0===b)break e;b--,x+=f[m++]<<v,v+=8}n.lens[z[n.have++]]=7&x,x>>>=3,v-=3}for(;n.have<19;)n.lens[z[n.have++]]=0;if(n.lencode=n.lendyn,n.lenbits=7,R={bits:n.lenbits},W=s(0,n.lens,0,19,n.lencode,0,n.work,R),n.lenbits=R.bits,W){e.msg="invalid code lengths set",n.mode=30;break}n.have=0,n.mode=19;case 19:for(;n.have<n.nlen+n.ndist;){for(;F=(L=n.lencode[x&(1<<n.lenbits)-1])>>>16&255,C=65535&L,!((A=L>>>24)<=v);){if(0===b)break e;b--,x+=f[m++]<<v,v+=8}if(C<16)x>>>=A,v-=A,n.lens[n.have++]=C;else{if(16===C){for(P=A+2;v<P;){if(0===b)break e;b--,x+=f[m++]<<v,v+=8}if(x>>>=A,v-=A,0===n.have){e.msg="invalid bit length repeat",n.mode=30;break}B=n.lens[n.have-1],E=3+(3&x),x>>>=2,v-=2}else if(17===C){for(P=A+3;v<P;){if(0===b)break e;b--,x+=f[m++]<<v,v+=8}v-=A,B=0,E=3+(7&(x>>>=A)),x>>>=3,v-=3}else{for(P=A+7;v<P;){if(0===b)break e;b--,x+=f[m++]<<v,v+=8}v-=A,B=0,E=11+(127&(x>>>=A)),x>>>=7,v-=7}if(n.have+E>n.nlen+n.ndist){e.msg="invalid bit length repeat",n.mode=30;break}for(;E--;)n.lens[n.have++]=B}}if(30===n.mode)break;if(0===n.lens[256]){e.msg="invalid code -- missing end-of-block",n.mode=30;break}if(n.lenbits=9,R={bits:n.lenbits},W=s(c,n.lens,0,n.nlen,n.lencode,0,n.work,R),n.lenbits=R.bits,W){e.msg="invalid literal/lengths set",n.mode=30;break}if(n.distbits=6,n.distcode=n.distdyn,R={bits:n.distbits},W=s(u,n.lens,n.nlen,n.ndist,n.distcode,0,n.work,R),n.distbits=R.bits,W){e.msg="invalid distances set",n.mode=30;break}if(n.mode=20,6===t)break e;case 20:n.mode=21;case 21:if(6<=b&&258<=w){e.next_out=y,e.avail_out=w,e.next_in=m,e.avail_in=b,n.hold=x,n.bits=v,a(e,D),y=e.next_out,p=e.output,w=e.avail_out,m=e.next_in,f=e.input,b=e.avail_in,x=n.hold,v=n.bits,12===n.mode&&(n.back=-1);break}for(n.back=0;F=(L=n.lencode[x&(1<<n.lenbits)-1])>>>16&255,C=65535&L,!((A=L>>>24)<=v);){if(0===b)break e;b--,x+=f[m++]<<v,v+=8}if(F&&0==(240&F)){for(I=A,O=F,N=C;F=(L=n.lencode[N+((x&(1<<I+O)-1)>>I)])>>>16&255,C=65535&L,!(I+(A=L>>>24)<=v);){if(0===b)break e;b--,x+=f[m++]<<v,v+=8}x>>>=I,v-=I,n.back+=I}if(x>>>=A,v-=A,n.back+=A,n.length=C,0===F){n.mode=26;break}if(32&F){n.back=-1,n.mode=12;break}if(64&F){e.msg="invalid literal/length code",n.mode=30;break}n.extra=15&F,n.mode=22;case 22:if(n.extra){for(P=n.extra;v<P;){if(0===b)break e;b--,x+=f[m++]<<v,v+=8}n.length+=x&(1<<n.extra)-1,x>>>=n.extra,v-=n.extra,n.back+=n.extra}n.was=n.length,n.mode=23;case 23:for(;F=(L=n.distcode[x&(1<<n.distbits)-1])>>>16&255,C=65535&L,!((A=L>>>24)<=v);){if(0===b)break e;b--,x+=f[m++]<<v,v+=8}if(0==(240&F)){for(I=A,O=F,N=C;F=(L=n.distcode[N+((x&(1<<I+O)-1)>>I)])>>>16&255,C=65535&L,!(I+(A=L>>>24)<=v);){if(0===b)break e;b--,x+=f[m++]<<v,v+=8}x>>>=I,v-=I,n.back+=I}if(x>>>=A,v-=A,n.back+=A,64&F){e.msg="invalid distance code",n.mode=30;break}n.offset=C,n.extra=15&F,n.mode=24;case 24:if(n.extra){for(P=n.extra;v<P;){if(0===b)break e;b--,x+=f[m++]<<v,v+=8}n.offset+=x&(1<<n.extra)-1,x>>>=n.extra,v-=n.extra,n.back+=n.extra}if(n.offset>n.dmax){e.msg="invalid distance too far back",n.mode=30;break}n.mode=25;case 25:if(0===w)break e;if(E=D-w,n.offset>E){if((E=n.offset-E)>n.whave&&n.sane){e.msg="invalid distance too far back",n.mode=30;break}k=E>n.wnext?(E-=n.wnext,n.wsize-E):n.wnext-E,E>n.length&&(E=n.length),S=n.window}else S=p,k=y-n.offset,E=n.length;for(w<E&&(E=w),w-=E,n.length-=E;p[y++]=S[k++],--E;);0===n.length&&(n.mode=21);break;case 26:if(0===w)break e;p[y++]=n.length,w--,n.mode=21;break;case 27:if(n.wrap){for(;v<32;){if(0===b)break e;b--,x|=f[m++]<<v,v+=8}if(D-=w,e.total_out+=D,n.total+=D,D&&(e.adler=n.check=n.flags?o(n.check,p,D,y-D):i(n.check,p,D,y-D)),D=w,(n.flags?x:g(x))!==n.check){e.msg="incorrect data check",n.mode=30;break}v=x=0}n.mode=28;case 28:if(n.wrap&&n.flags){for(;v<32;){if(0===b)break e;b--,x+=f[m++]<<v,v+=8}if(x!==(4294967295&n.total)){e.msg="incorrect length check",n.mode=30;break}v=x=0}n.mode=29;case 29:W=1;break e;case 30:W=-3;break e;case 31:return-4;case 32:default:return d}return e.next_out=y,e.avail_out=w,e.next_in=m,e.avail_in=b,n.hold=x,n.bits=v,(n.wsize||D!==e.avail_out&&n.mode<30&&(n.mode<27||4!==t))&&U(e,e.output,e.next_out,D-e.avail_out)?(n.mode=31,-4):(_-=e.avail_in,D-=e.avail_out,e.total_in+=_,e.total_out+=D,n.total+=D,n.wrap&&D&&(e.adler=n.check=n.flags?o(n.check,p,D,e.next_out-D):i(n.check,p,D,e.next_out-D)),e.data_type=n.bits+(n.last?64:0)+(12===n.mode?128:0)+(20===n.mode||15===n.mode?256:0),(0==_&&0===D||4===t)&&W===l&&(W=-5),W)},n.inflateEnd=function(e){if(!e||!e.state)return d;var t=e.state;return t.window&&(t.window=null),e.state=null,l},n.inflateGetHeader=function(e,t){var n;return e&&e.state?0==(2&(n=e.state).wrap)?d:((n.head=t).done=!1,l):d},n.inflateSetDictionary=function(e,t){var n,r=t.length;return e&&e.state?0!==(n=e.state).wrap&&11!==n.mode?d:11===n.mode&&i(1,t,r,0)!==n.check?-3:U(e,t,r,r)?(n.mode=31,-4):(n.havedict=1,l):d},n.inflateInfo="pako inflate (from Nodeca project)"},{"../utils/common":41,"./adler32":43,"./crc32":45,"./inffast":48,"./inftrees":50}],50:[function(e,t,n){var r=e("../utils/common"),i=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],o=[16,16,16,16,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,16,72,78],a=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,0,0],s=[16,16,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,64,64];t.exports=function(e,t,n,c,u,l,d,h){var f,p,g,m,y,b,w,x,v,_=h.bits,D=0,T=0,U=0,E=0,k=0,S=0,A=0,F=0,C=0,I=0,O=null,N=0,B=new r.Buf16(16),W=new r.Buf16(16),R=null,P=0;for(D=0;D<=15;D++)B[D]=0;for(T=0;T<c;T++)B[t[n+T]]++;for(k=_,E=15;1<=E&&0===B[E];E--);if(E<k&&(k=E),0===E)return u[l++]=20971520,u[l++]=20971520,h.bits=1,0;for(U=1;U<E&&0===B[U];U++);for(k<U&&(k=U),D=F=1;D<=15;D++)if(F<<=1,(F-=B[D])<0)return-1;if(0<F&&(0===e||1!==E))return-1;for(W[1]=0,D=1;D<15;D++)W[D+1]=W[D]+B[D];for(T=0;T<c;T++)0!==t[n+T]&&(d[W[t[n+T]]++]=T);if(b=0===e?(O=R=d,19):1===e?(O=i,N-=257,R=o,P-=257,256):(O=a,R=s,-1),D=U,y=l,A=T=I=0,g=-1,m=(C=1<<(S=k))-1,1===e&&852<C||2===e&&592<C)return 1;for(;;){for(w=D-A,v=d[T]<b?(x=0,d[T]):d[T]>b?(x=R[P+d[T]],O[N+d[T]]):(x=96,0),f=1<<D-A,U=p=1<<S;u[y+(I>>A)+(p-=f)]=w<<24|x<<16|v|0,0!==p;);for(f=1<<D-1;I&f;)f>>=1;if(0!==f?(I&=f-1,I+=f):I=0,T++,0==--B[D]){if(D===E)break;D=t[n+d[T]]}if(k<D&&(I&m)!==g){for(0===A&&(A=k),y+=U,F=1<<(S=D-A);S+A<E&&!((F-=B[S+A])<=0);)S++,F<<=1;if(C+=1<<S,1===e&&852<C||2===e&&592<C)return 1;u[g=I&m]=k<<24|S<<16|y-l|0}}return 0!==I&&(u[y+I]=D-A<<24|64<<16|0),h.bits=k,0}},{"../utils/common":41}],51:[function(e,t,n){t.exports={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"}},{}],52:[function(e,t,n){var r=e("../utils/common"),i=0,o=1;function a(e){for(var t=e.length;0<=--t;)e[t]=0}var s=0,c=29,u=256,l=u+1+c,d=30,h=19,f=2*l+1,p=15,g=16,m=7,y=256,b=16,w=17,x=18,v=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],_=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],D=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],T=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],U=new Array(2*(l+2));a(U);var E=new Array(2*d);a(E);var k=new Array(512);a(k);var S=new Array(256);a(S);var A=new Array(c);a(A);var F,C,I,O=new Array(d);function N(e,t,n,r,i){this.static_tree=e,this.extra_bits=t,this.extra_base=n,this.elems=r,this.max_length=i,this.has_stree=e&&e.length}function B(e,t){this.dyn_tree=e,this.max_code=0,this.stat_desc=t}function W(e){return e<256?k[e]:k[256+(e>>>7)]}function R(e,t){e.pending_buf[e.pending++]=255&t,e.pending_buf[e.pending++]=t>>>8&255}function P(e,t,n){e.bi_valid>g-n?(e.bi_buf|=t<<e.bi_valid&65535,R(e,e.bi_buf),e.bi_buf=t>>g-e.bi_valid,e.bi_valid+=n-g):(e.bi_buf|=t<<e.bi_valid&65535,e.bi_valid+=n)}function L(e,t,n){P(e,n[2*t],n[2*t+1])}function j(e,t){for(var n=0;n|=1&e,e>>>=1,n<<=1,0<--t;);return n>>>1}function z(e,t,n){var r,i,o=new Array(p+1),a=0;for(r=1;r<=p;r++)o[r]=a=a+n[r-1]<<1;for(i=0;i<=t;i++){var s=e[2*i+1];0!==s&&(e[2*i]=j(o[s]++,s))}}function M(e){var t;for(t=0;t<l;t++)e.dyn_ltree[2*t]=0;for(t=0;t<d;t++)e.dyn_dtree[2*t]=0;for(t=0;t<h;t++)e.bl_tree[2*t]=0;e.dyn_ltree[2*y]=1,e.opt_len=e.static_len=0,e.last_lit=e.matches=0}function q(e){8<e.bi_valid?R(e,e.bi_buf):0<e.bi_valid&&(e.pending_buf[e.pending++]=e.bi_buf),e.bi_buf=0,e.bi_valid=0}function H(e,t,n,r){var i=2*t,o=2*n;return e[i]<e[o]||e[i]===e[o]&&r[t]<=r[n]}function V(e,t,n){for(var r=e.heap[n],i=n<<1;i<=e.heap_len&&(i<e.heap_len&&H(t,e.heap[i+1],e.heap[i],e.depth)&&i++,!H(t,r,e.heap[i],e.depth));)e.heap[n]=e.heap[i],n=i,i<<=1;e.heap[n]=r}function K(e,t,n){var r,i,o,a,s=0;if(0!==e.last_lit)for(;r=e.pending_buf[e.d_buf+2*s]<<8|e.pending_buf[e.d_buf+2*s+1],i=e.pending_buf[e.l_buf+s],s++,0===r?L(e,i,t):(L(e,(o=S[i])+u+1,t),0!==(a=v[o])&&P(e,i-=A[o],a),L(e,o=W(--r),n),0!==(a=_[o])&&P(e,r-=O[o],a)),s<e.last_lit;);L(e,y,t)}function G(e,t){var n,r,i,o=t.dyn_tree,a=t.stat_desc.static_tree,s=t.stat_desc.has_stree,c=t.stat_desc.elems,u=-1;for(e.heap_len=0,e.heap_max=f,n=0;n<c;n++)0!==o[2*n]?(e.heap[++e.heap_len]=u=n,e.depth[n]=0):o[2*n+1]=0;for(;e.heap_len<2;)o[2*(i=e.heap[++e.heap_len]=u<2?++u:0)]=1,e.depth[i]=0,e.opt_len--,s&&(e.static_len-=a[2*i+1]);for(t.max_code=u,n=e.heap_len>>1;1<=n;n--)V(e,o,n);for(i=c;n=e.heap[1],e.heap[1]=e.heap[e.heap_len--],V(e,o,1),r=e.heap[1],e.heap[--e.heap_max]=n,e.heap[--e.heap_max]=r,o[2*i]=o[2*n]+o[2*r],e.depth[i]=(e.depth[n]>=e.depth[r]?e.depth[n]:e.depth[r])+1,o[2*n+1]=o[2*r+1]=i,e.heap[1]=i++,V(e,o,1),2<=e.heap_len;);e.heap[--e.heap_max]=e.heap[1],function(e,t){var n,r,i,o,a,s,c=t.dyn_tree,u=t.max_code,l=t.stat_desc.static_tree,d=t.stat_desc.has_stree,h=t.stat_desc.extra_bits,g=t.stat_desc.extra_base,m=t.stat_desc.max_length,y=0;for(o=0;o<=p;o++)e.bl_count[o]=0;for(c[2*e.heap[e.heap_max]+1]=0,n=e.heap_max+1;n<f;n++)m<(o=c[2*c[2*(r=e.heap[n])+1]+1]+1)&&(o=m,y++),c[2*r+1]=o,u<r||(e.bl_count[o]++,a=0,g<=r&&(a=h[r-g]),s=c[2*r],e.opt_len+=s*(o+a),d&&(e.static_len+=s*(l[2*r+1]+a)));if(0!==y){do{for(o=m-1;0===e.bl_count[o];)o--;e.bl_count[o]--,e.bl_count[o+1]+=2,e.bl_count[m]--,y-=2}while(0<y);for(o=m;0!==o;o--)for(r=e.bl_count[o];0!==r;)u<(i=e.heap[--n])||(c[2*i+1]!==o&&(e.opt_len+=(o-c[2*i+1])*c[2*i],c[2*i+1]=o),r--)}}(e,t),z(o,u,e.bl_count)}function Z(e,t,n){var r,i,o=-1,a=t[1],s=0,c=7,u=4;for(0===a&&(c=138,u=3),t[2*(n+1)+1]=65535,r=0;r<=n;r++)i=a,a=t[2*(r+1)+1],++s<c&&i===a||(s<u?e.bl_tree[2*i]+=s:0!==i?(i!==o&&e.bl_tree[2*i]++,e.bl_tree[2*b]++):s<=10?e.bl_tree[2*w]++:e.bl_tree[2*x]++,o=i,u=(s=0)===a?(c=138,3):i===a?(c=6,3):(c=7,4))}function X(e,t,n){var r,i,o=-1,a=t[1],s=0,c=7,u=4;for(0===a&&(c=138,u=3),r=0;r<=n;r++)if(i=a,a=t[2*(r+1)+1],!(++s<c&&i===a)){if(s<u)for(;L(e,i,e.bl_tree),0!=--s;);else 0!==i?(i!==o&&(L(e,i,e.bl_tree),s--),L(e,b,e.bl_tree),P(e,s-3,2)):s<=10?(L(e,w,e.bl_tree),P(e,s-3,3)):(L(e,x,e.bl_tree),P(e,s-11,7));o=i,u=(s=0)===a?(c=138,3):i===a?(c=6,3):(c=7,4)}}a(O);var $=!1;function Y(e,t,n,i){var o,a,c,u;P(e,(s<<1)+(i?1:0),3),a=t,c=n,u=!0,q(o=e),u&&(R(o,c),R(o,~c)),r.arraySet(o.pending_buf,o.window,a,c,o.pending),o.pending+=c}n._tr_init=function(e){$||(function(){var e,t,n,r,i,o=new Array(p+1);for(r=n=0;r<c-1;r++)for(A[r]=n,e=0;e<1<<v[r];e++)S[n++]=r;for(S[n-1]=r,r=i=0;r<16;r++)for(O[r]=i,e=0;e<1<<_[r];e++)k[i++]=r;for(i>>=7;r<d;r++)for(O[r]=i<<7,e=0;e<1<<_[r]-7;e++)k[256+i++]=r;for(t=0;t<=p;t++)o[t]=0;for(e=0;e<=143;)U[2*e+1]=8,e++,o[8]++;for(;e<=255;)U[2*e+1]=9,e++,o[9]++;for(;e<=279;)U[2*e+1]=7,e++,o[7]++;for(;e<=287;)U[2*e+1]=8,e++,o[8]++;for(z(U,l+1,o),e=0;e<d;e++)E[2*e+1]=5,E[2*e]=j(e,5);F=new N(U,v,u+1,l,p),C=new N(E,_,0,d,p),I=new N(new Array(0),D,0,h,m)}(),$=!0),e.l_desc=new B(e.dyn_ltree,F),e.d_desc=new B(e.dyn_dtree,C),e.bl_desc=new B(e.bl_tree,I),e.bi_buf=0,e.bi_valid=0,M(e)},n._tr_stored_block=Y,n._tr_flush_block=function(e,t,n,r){var a,s,c=0;0<e.level?(2===e.strm.data_type&&(e.strm.data_type=function(e){var t,n=4093624447;for(t=0;t<=31;t++,n>>>=1)if(1&n&&0!==e.dyn_ltree[2*t])return i;if(0!==e.dyn_ltree[18]||0!==e.dyn_ltree[20]||0!==e.dyn_ltree[26])return o;for(t=32;t<u;t++)if(0!==e.dyn_ltree[2*t])return o;return i}(e)),G(e,e.l_desc),G(e,e.d_desc),c=function(e){var t;for(Z(e,e.dyn_ltree,e.l_desc.max_code),Z(e,e.dyn_dtree,e.d_desc.max_code),G(e,e.bl_desc),t=h-1;3<=t&&0===e.bl_tree[2*T[t]+1];t--);return e.opt_len+=3*(t+1)+5+5+4,t}(e),a=e.opt_len+3+7>>>3,(s=e.static_len+3+7>>>3)<=a&&(a=s)):a=s=n+5,n+4<=a&&-1!==t?Y(e,t,n,r):4===e.strategy||s===a?(P(e,2+(r?1:0),3),K(e,U,E)):(P(e,4+(r?1:0),3),function(e,t,n,r){var i;for(P(e,t-257,5),P(e,n-1,5),P(e,r-4,4),i=0;i<r;i++)P(e,e.bl_tree[2*T[i]+1],3);X(e,e.dyn_ltree,t-1),X(e,e.dyn_dtree,n-1)}(e,e.l_desc.max_code+1,e.d_desc.max_code+1,c+1),K(e,e.dyn_ltree,e.dyn_dtree)),M(e),r&&q(e)},n._tr_tally=function(e,t,n){return e.pending_buf[e.d_buf+2*e.last_lit]=t>>>8&255,e.pending_buf[e.d_buf+2*e.last_lit+1]=255&t,e.pending_buf[e.l_buf+e.last_lit]=255&n,e.last_lit++,0===t?e.dyn_ltree[2*n]++:(e.matches++,t--,e.dyn_ltree[2*(S[n]+u+1)]++,e.dyn_dtree[2*W(t)]++),e.last_lit===e.lit_bufsize-1},n._tr_align=function(e){var t;P(e,2,3),L(e,y,U),16===(t=e).bi_valid?(R(t,t.bi_buf),t.bi_buf=0,t.bi_valid=0):8<=t.bi_valid&&(t.pending_buf[t.pending++]=255&t.bi_buf,t.bi_buf>>=8,t.bi_valid-=8)}},{"../utils/common":41}],53:[function(e,t,n){t.exports=function(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0}},{}],54:[function(e,t,n){(function(e){!function(e,t){if(!e.setImmediate){var n,r,i,o,a=1,s={},c=!1,u=e.document,l=Object.getPrototypeOf&&Object.getPrototypeOf(e);l=l&&l.setTimeout?l:e,n="[object process]"==={}.toString.call(e.process)?function(e){process.nextTick((function(){h(e)}))}:function(){if(e.postMessage&&!e.importScripts){var t=!0,n=e.onmessage;return e.onmessage=function(){t=!1},e.postMessage("","*"),e.onmessage=n,t}}()?(o="setImmediate$"+Math.random()+"$",e.addEventListener?e.addEventListener("message",f,!1):e.attachEvent("onmessage",f),function(t){e.postMessage(o+t,"*")}):e.MessageChannel?((i=new MessageChannel).port1.onmessage=function(e){h(e.data)},function(e){i.port2.postMessage(e)}):u&&"onreadystatechange"in u.createElement("script")?(r=u.documentElement,function(e){var t=u.createElement("script");t.onreadystatechange=function(){h(e),t.onreadystatechange=null,r.removeChild(t),t=null},r.appendChild(t)}):function(e){setTimeout(h,0,e)},l.setImmediate=function(e){"function"!=typeof e&&(e=new Function(""+e));for(var t=new Array(arguments.length-1),r=0;r<t.length;r++)t[r]=arguments[r+1];var i={callback:e,args:t};return s[a]=i,n(a),a++},l.clearImmediate=d}function d(e){delete s[e]}function h(e){if(c)setTimeout(h,0,e);else{var n=s[e];if(n){c=!0;try{!function(e){var n=e.callback,r=e.args;switch(r.length){case 0:n();break;case 1:n(r[0]);break;case 2:n(r[0],r[1]);break;case 3:n(r[0],r[1],r[2]);break;default:n.apply(t,r)}}(n)}finally{d(e),c=!1}}}}function f(t){t.source===e&&"string"==typeof t.data&&0===t.data.indexOf(o)&&h(+t.data.slice(o.length))}}("undefined"==typeof self?void 0===e?this:e:self)}).call(this,void 0!==ed?ed:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}]},{},[10])(10);var uf=Qh,lf=cf.exports;Yh.openArrayBuffer=function(e){return lf.loadAsync(e).then((function(e){return{exists:function(t){return null!==e.file(t)},read:function(t,n){return e.file(t).async("uint8array").then((function(e){return"base64"===n?uf.fromByteArray(e):n?new TextDecoder(n).decode(e):e}))},write:function(t,n){e.file(t,n)},toArrayBuffer:function(){return e.generateAsync({type:"arraybuffer"})}}}))},Yh.splitPath=function(e){var t=e.lastIndexOf("/");return-1===t?{dirname:"",basename:e}:{dirname:e.substring(0,t),basename:e.substring(t+1)}},Yh.joinPath=function(){var e=Array.prototype.filter.call(arguments,(function(e){return e})),t=[];return e.forEach((function(e){/^\//.test(e)?t=[e]:t.push(e)})),t.join("/")};var df={},hf={},ff={},pf=rd.exports;ff.Element=mf,ff.element=function(e,t,n){return new mf(e,t,n)},ff.text=function(e){return{type:"text",value:e}};var gf=ff.emptyElement={first:function(){return null},firstOrEmpty:function(){return gf},attributes:{},children:[]};function mf(e,t,n){this.type="element",this.name=e,this.attributes=t||{},this.children=n||[]}mf.prototype.first=function(e){return pf.find(this.children,(function(t){return t.name===e}))},mf.prototype.firstOrEmpty=function(e){return this.first(e)||gf},mf.prototype.getElementsByTagName=function(e){return bf(pf.filter(this.children,(function(t){return t.name===e})))},mf.prototype.text=function(){if(0===this.children.length)return"";if(1!==this.children.length||"text"!==this.children[0].type)throw new Error("Not implemented");return this.children[0].value};var yf={getElementsByTagName:function(e){return bf(pf.flatten(this.map((function(t){return t.getElementsByTagName(e)}),!0)))}};function bf(e){return pf.extend(e,yf)}var wf={},xf={},vf={},_f={},Df={};function Tf(e,t){return void 0===t&&(t=Object),t&&"function"==typeof t.freeze?t.freeze(e):e}var Uf=Tf({HTML:"text/html",isHTML:function(e){return e===Uf.HTML},XML_APPLICATION:"application/xml",XML_TEXT:"text/xml",XML_XHTML_APPLICATION:"application/xhtml+xml",XML_SVG_IMAGE:"image/svg+xml"}),Ef=Tf({HTML:"http://www.w3.org/1999/xhtml",isHTML:function(e){return e===Ef.HTML},SVG:"http://www.w3.org/2000/svg",XML:"http://www.w3.org/XML/1998/namespace",XMLNS:"http://www.w3.org/2000/xmlns/"});Df.assign=function(e,t){if(null===e||"object"!=typeof e)throw new TypeError("target is not an object");for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e},Df.find=function(e,t,n){if(void 0===n&&(n=Array.prototype),e&&"function"==typeof n.find)return n.find.call(e,t);for(var r=0;r<e.length;r++)if(Object.prototype.hasOwnProperty.call(e,r)){var i=e[r];if(t.call(void 0,i,r,e))return i}},Df.freeze=Tf,Df.MIME_TYPE=Uf,Df.NAMESPACE=Ef;var kf=Df,Sf=kf.find,Af=kf.NAMESPACE;function Ff(e){return""!==e}function Cf(e,t){return e.hasOwnProperty(t)||(e[t]=!0),e}function If(e){if(!e)return[];var t=function(e){return e?e.split(/[\t\n\f\r ]+/).filter(Ff):[]}(e);return Object.keys(t.reduce(Cf,{}))}function Of(e,t){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])}function Nf(e,t){var n=e.prototype;if(!(n instanceof t)){let r=function(){};r.prototype=t.prototype,r=new r,Of(n,r),e.prototype=n=r}n.constructor!=e&&(n.constructor=e)}var Bf={},Wf=Bf.ELEMENT_NODE=1,Rf=Bf.ATTRIBUTE_NODE=2,Pf=Bf.TEXT_NODE=3,Lf=Bf.CDATA_SECTION_NODE=4,jf=Bf.ENTITY_REFERENCE_NODE=5,zf=Bf.ENTITY_NODE=6,Mf=Bf.PROCESSING_INSTRUCTION_NODE=7,qf=Bf.COMMENT_NODE=8,Hf=Bf.DOCUMENT_NODE=9,Vf=Bf.DOCUMENT_TYPE_NODE=10,Kf=Bf.DOCUMENT_FRAGMENT_NODE=11,Gf=Bf.NOTATION_NODE=12,Zf={},Xf={};Zf.INDEX_SIZE_ERR=(Xf[1]="Index size error",1),Zf.DOMSTRING_SIZE_ERR=(Xf[2]="DOMString size error",2);var $f=Zf.HIERARCHY_REQUEST_ERR=(Xf[3]="Hierarchy request error",3);Zf.WRONG_DOCUMENT_ERR=(Xf[4]="Wrong document",4);var Yf=Zf.INVALID_CHARACTER_ERR=(Xf[5]="Invalid character",5);Zf.NO_DATA_ALLOWED_ERR=(Xf[6]="No data allowed",6),Zf.NO_MODIFICATION_ALLOWED_ERR=(Xf[7]="No modification allowed",7);var Qf=Zf.NOT_FOUND_ERR=(Xf[8]="Not found",8);Zf.NOT_SUPPORTED_ERR=(Xf[9]="Not supported",9);var Jf=Zf.INUSE_ATTRIBUTE_ERR=(Xf[10]="Attribute in use",10),ep=Zf.INVALID_STATE_ERR=(Xf[11]="Invalid state",11);function tp(e,t){if(t instanceof Error)var n=t;else n=this,Error.call(this,Xf[e]),this.message=Xf[e],Error.captureStackTrace&&Error.captureStackTrace(this,tp);return n.code=e,t&&(this.message=this.message+": "+t),n}function np(){}function rp(e,t){this._node=e,this._refresh=t,ip(this)}function ip(e){var t=e._node._inc||e._node.ownerDocument._inc;if(e._inc!==t){var n=e._refresh(e._node);if(Kp(e,"length",n.length),!e.$$length||n.length<e.$$length)for(var r=n.length;r in e;r++)Object.prototype.hasOwnProperty.call(e,r)&&delete e[r];Of(n,e),e._inc=t}}function op(){}function ap(e,t){for(var n=e.length;n--;)if(e[n]===t)return n}function sp(e,t,n,r){if(r?t[ap(t,r)]=n:t[t.length++]=n,e){n.ownerElement=e;var i=e.ownerDocument;i&&(r&&gp(i,e,r),function(e,t,n){e&&e._inc++,n.namespaceURI===Af.XMLNS&&(t._nsMap[n.prefix?n.localName:""]=n.value)}(i,e,n))}}function cp(e,t,n){var r=ap(t,n);if(!(r>=0))throw new tp(Qf,new Error(e.tagName+"@"+n));for(var i=t.length-1;r<i;)t[r]=t[++r];if(t.length=i,e){var o=e.ownerDocument;o&&(gp(o,e,n),n.ownerElement=null)}}function up(){}function lp(){}function dp(e){return("<"==e?"<":">"==e&&">")||"&"==e&&"&"||'"'==e&&"""||"&#"+e.charCodeAt()+";"}function hp(e,t){return fp(e,null,{enter:function(e){return!t(e)||fp.STOP}})===fp.STOP}function fp(e,t,n){for(var r=[{node:e,context:t,phase:fp.ENTER}];r.length>0;){var i=r.pop();if(i.phase===fp.ENTER){var o=n.enter(i.node,i.context);if(o===fp.STOP)return fp.STOP;if(r.push({node:i.node,context:o,phase:fp.EXIT}),null==o)continue;for(var a=i.node.lastChild;a;)r.push({node:a,context:o,phase:fp.ENTER}),a=a.previousSibling}else n.exit&&n.exit(i.node,i.context)}}function pp(){this.ownerDocument=this}function gp(e,t,n,r){e&&e._inc++,n.namespaceURI===Af.XMLNS&&delete t._nsMap[n.prefix?n.localName:""]}function mp(e,t,n){if(e&&e._inc){e._inc++;var r=t.childNodes;if(n)r[r.length++]=n;else{for(var i=t.firstChild,o=0;i;)r[o++]=i,i=i.nextSibling;r.length=o,delete r[r.length]}}}function yp(e,t){var n=t.previousSibling,r=t.nextSibling;return n?n.nextSibling=r:e.firstChild=r,r?r.previousSibling=n:e.lastChild=n,t.parentNode=null,t.previousSibling=null,t.nextSibling=null,mp(e.ownerDocument,e),t}function bp(e){return e&&e.nodeType===lp.DOCUMENT_TYPE_NODE}function wp(e){return e&&e.nodeType===lp.ELEMENT_NODE}function xp(e){return e&&e.nodeType===lp.TEXT_NODE}function vp(e,t){var n=e.childNodes||[];if(Sf(n,wp)||bp(t))return!1;var r=Sf(n,bp);return!(t&&r&&n.indexOf(r)>n.indexOf(t))}function _p(e,t){var n=e.childNodes||[];if(Sf(n,(function(e){return wp(e)&&e!==t})))return!1;var r=Sf(n,bp);return!(t&&r&&n.indexOf(r)>n.indexOf(t))}function Dp(e,t,n){if(!function(e){return e&&(e.nodeType===lp.DOCUMENT_NODE||e.nodeType===lp.DOCUMENT_FRAGMENT_NODE||e.nodeType===lp.ELEMENT_NODE)}(e))throw new tp($f,"Unexpected parent node type "+e.nodeType);if(n&&n.parentNode!==e)throw new tp(Qf,"child not in parent");if(!function(e){return e&&(wp(e)||xp(e)||bp(e)||e.nodeType===lp.DOCUMENT_FRAGMENT_NODE||e.nodeType===lp.COMMENT_NODE||e.nodeType===lp.PROCESSING_INSTRUCTION_NODE)}(t)||bp(t)&&e.nodeType!==lp.DOCUMENT_NODE)throw new tp($f,"Unexpected node type "+t.nodeType+" for parent node type "+e.nodeType)}function Tp(e,t,n){var r=e.childNodes||[],i=t.childNodes||[];if(t.nodeType===lp.DOCUMENT_FRAGMENT_NODE){var o=i.filter(wp);if(o.length>1||Sf(i,xp))throw new tp($f,"More than one element or text in fragment");if(1===o.length&&!vp(e,n))throw new tp($f,"Element in fragment can not be inserted before doctype")}if(wp(t)&&!vp(e,n))throw new tp($f,"Only one element can be added and only after doctype");if(bp(t)){if(Sf(r,bp))throw new tp($f,"Only one doctype is allowed");var a=Sf(r,wp);if(n&&r.indexOf(a)<r.indexOf(n))throw new tp($f,"Doctype can only be inserted before an element");if(!n&&a)throw new tp($f,"Doctype can not be appended since element is present")}}function Up(e,t,n){var r=e.childNodes||[],i=t.childNodes||[];if(t.nodeType===lp.DOCUMENT_FRAGMENT_NODE){var o=i.filter(wp);if(o.length>1||Sf(i,xp))throw new tp($f,"More than one element or text in fragment");if(1===o.length&&!_p(e,n))throw new tp($f,"Element in fragment can not be inserted before doctype")}if(wp(t)&&!_p(e,n))throw new tp($f,"Only one element can be added and only after doctype");if(bp(t)){if(Sf(r,(function(e){return bp(e)&&e!==n})))throw new tp($f,"Only one doctype is allowed");var a=Sf(r,wp);if(n&&r.indexOf(a)<r.indexOf(n))throw new tp($f,"Doctype can only be inserted before an element")}}function Ep(e,t,n,r){Dp(e,t,n),e.nodeType===lp.DOCUMENT_NODE&&(r||Tp)(e,t,n);var i=t.parentNode;if(i&&i.removeChild(t),t.nodeType===Kf){var o=t.firstChild;if(null==o)return t;var a=t.lastChild}else o=a=t;var s=n?n.previousSibling:e.lastChild;o.previousSibling=s,a.nextSibling=n,s?s.nextSibling=o:e.firstChild=o,null==n?e.lastChild=a:n.previousSibling=a;do{o.parentNode=e,kp(o,e.ownerDocument||e)}while(o!==a&&(o=o.nextSibling));return mp(e.ownerDocument||e,e),t.nodeType==Kf&&(t.firstChild=t.lastChild=null),t}function kp(e,t){if(e.ownerDocument!==t){if(e.ownerDocument=t,e.nodeType===Wf&&e.attributes)for(var n=0;n<e.attributes.length;n++){var r=e.attributes.item(n);r&&(r.ownerDocument=t)}for(var i=e.firstChild;i;)kp(i,t),i=i.nextSibling}}function Sp(){this._nsMap={}}function Ap(){}function Fp(){}function Cp(){}function Ip(){}function Op(){}function Np(){}function Bp(){}function Wp(){}function Rp(){}function Pp(){}function Lp(){}function jp(){}function zp(e,t,n){var r=!!n&&!!n.requireWellFormed,i=[],o=9==this.nodeType&&this.documentElement||this,a=o.prefix,s=o.namespaceURI;if(s&&null==a&&null==(a=o.lookupPrefix(s)))var c=[{namespace:s,prefix:null}];return Hp(this,i,e,t,c,r),i.join("")}function Mp(e,t,n){var r=e.prefix||"",i=e.namespaceURI;if(!i)return!1;if("xml"===r&&i===Af.XML||i===Af.XMLNS)return!1;for(var o=n.length;o--;){var a=n[o];if(a.prefix===r)return a.namespace!==i}return!0}function qp(e,t,n){e.push(" ",t,'="',n.replace(/[<>&"\t\n\r]/g,dp),'"')}function Hp(e,t,n,r,i,o){i||(i=[]),fp(e,{ns:i,isHTML:n},{enter:function(e,n){var i=n.ns,a=n.isHTML;if(r){if(!(e=r(e)))return null;if("string"==typeof e)return t.push(e),null}switch(e.nodeType){case Wf:var s=e.attributes,c=s.length,u=e.tagName,l=u;if(!(a=Af.isHTML(e.namespaceURI)||a)&&!e.prefix&&e.namespaceURI){for(var d,h=0;h<s.length;h++)if("xmlns"===s.item(h).name){d=s.item(h).value;break}if(!d)for(var f=i.length-1;f>=0;f--){if(""===(p=i[f]).prefix&&p.namespace===e.namespaceURI){d=p.namespace;break}}if(d!==e.namespaceURI)for(f=i.length-1;f>=0;f--){var p;if((p=i[f]).namespace===e.namespaceURI){p.prefix&&(l=p.prefix+":"+u);break}}}t.push("<",l);for(var g=i.slice(),m=0;m<c;m++){"xmlns"==(y=s.item(m)).prefix?g.push({prefix:y.localName,namespace:y.value}):"xmlns"==y.nodeName&&g.push({prefix:"",namespace:y.value})}for(m=0;m<c;m++){var y;if(Mp(y=s.item(m),0,g)){var b=y.prefix||"",w=y.namespaceURI;qp(t,b?"xmlns:"+b:"xmlns",w),g.push({prefix:b,namespace:w})}var x=r?r(y):y;x&&("string"==typeof x?t.push(x):qp(t,x.name,x.value))}if(u===l&&Mp(e,0,g)){var v=e.prefix||"";w=e.namespaceURI;qp(t,v?"xmlns:"+v:"xmlns",w),g.push({prefix:v,namespace:w})}var _=e.firstChild;if(_||a&&!/^(?:meta|link|img|br|hr|input)$/i.test(u)){if(t.push(">"),a&&/^script$/i.test(u)){for(;_;)_.data?t.push(_.data):Hp(_,t,a,r,g.slice(),o),_=_.nextSibling;return t.push("</",u,">"),null}return{ns:g,isHTML:a,tag:l}}return t.push("/>"),null;case Hf:case Kf:return{ns:i.slice(),isHTML:a,tag:null};case Rf:return qp(t,e.name,e.value),null;case Pf:return t.push(e.data.replace(/[<&>]/g,dp)),null;case Lf:if(o&&-1!==e.data.indexOf("]]>"))throw new tp(ep,'The CDATASection data contains "]]>"');return t.push("<![CDATA[",e.data.replace(/]]>/g,"]]]]><![CDATA[>"),"]]>"),null;case qf:if(o&&-1!==e.data.indexOf("--\x3e"))throw new tp(ep,'The comment node data contains "--\x3e"');return t.push("\x3c!--",e.data,"--\x3e"),null;case Vf:if(o){if(e.publicId&&!/^("[\x20\r\na-zA-Z0-9\-()+,.\/:=?;!*#@$_%']*"|'[\x20\r\na-zA-Z0-9\-()+,.\/:=?;!*#@$_%'"]*')$/.test(e.publicId))throw new tp(ep,"DocumentType publicId is not a valid PubidLiteral");if(e.systemId&&!/^("[^"]*"|'[^']*')$/.test(e.systemId))throw new tp(ep,"DocumentType systemId is not a valid SystemLiteral");if(e.internalSubset&&-1!==e.internalSubset.indexOf("]>"))throw new tp(ep,'DocumentType internalSubset contains "]>"')}var D=e.publicId,T=e.systemId;if(t.push("<!DOCTYPE ",e.name),D)t.push(" PUBLIC ",D),T&&"."!=T&&t.push(" ",T),t.push(">");else if(T&&"."!=T)t.push(" SYSTEM ",T,">");else{var U=e.internalSubset;U&&t.push(" [",U,"]"),t.push(">")}return null;case Mf:if(o&&-1!==e.data.indexOf("?>"))throw new tp(ep,'The ProcessingInstruction data contains "?>"');return t.push("<?",e.target," ",e.data,"?>"),null;case jf:return t.push("&",e.nodeName,";"),null;default:return t.push("??",e.nodeName),null}},exit:function(e,n){n&&n.tag&&t.push("</",n.tag,">")}})}function Vp(e,t,n){var r;return fp(t,null,{enter:function(t,i){var o=new t.constructor;for(var a in t)if(Object.prototype.hasOwnProperty.call(t,a)){var s=t[a];"object"!=typeof s&&s!=o[a]&&(o[a]=s)}t.childNodes&&(o.childNodes=new np),o.ownerDocument=e;var c=n;switch(o.nodeType){case Wf:var u=t.attributes,l=o.attributes=new op,d=u.length;l._ownerElement=o;for(var h=0;h<d;h++)o.setAttributeNode(Vp(e,u.item(h),!0));break;case Rf:c=!0}return null!==i?i.appendChild(o):r=o,c?o:null}}),r}function Kp(e,t,n){e[t]=n}Zf.SYNTAX_ERR=(Xf[12]="Syntax error",12),Zf.INVALID_MODIFICATION_ERR=(Xf[13]="Invalid modification",13),Zf.NAMESPACE_ERR=(Xf[14]="Invalid namespace",14),Zf.INVALID_ACCESS_ERR=(Xf[15]="Invalid access",15),tp.prototype=Error.prototype,Of(Zf,tp),np.prototype={length:0,item:function(e){return e>=0&&e<this.length?this[e]:null},toString:function(e,t,n){for(var r=!!n&&!!n.requireWellFormed,i=[],o=0;o<this.length;o++)Hp(this[o],i,e,t,null,r);return i.join("")},filter:function(e){return Array.prototype.filter.call(this,e)},indexOf:function(e){return Array.prototype.indexOf.call(this,e)}},rp.prototype.item=function(e){return ip(this),this[e]||null},Nf(rp,np),op.prototype={length:0,item:np.prototype.item,getNamedItem:function(e){for(var t=this.length;t--;){var n=this[t];if(n.nodeName==e)return n}},setNamedItem:function(e){var t=e.ownerElement;if(t&&t!=this._ownerElement)throw new tp(Jf);var n=this.getNamedItem(e.nodeName);return sp(this._ownerElement,this,e,n),n},setNamedItemNS:function(e){var t,n=e.ownerElement;if(n&&n!=this._ownerElement)throw new tp(Jf);return t=this.getNamedItemNS(e.namespaceURI,e.localName),sp(this._ownerElement,this,e,t),t},removeNamedItem:function(e){var t=this.getNamedItem(e);return cp(this._ownerElement,this,t),t},removeNamedItemNS:function(e,t){var n=this.getNamedItemNS(e,t);return cp(this._ownerElement,this,n),n},getNamedItemNS:function(e,t){for(var n=this.length;n--;){var r=this[n];if(r.localName==t&&r.namespaceURI==e)return r}return null}},up.prototype={hasFeature:function(e,t){return!0},createDocument:function(e,t,n){var r=new pp;if(r.implementation=this,r.childNodes=new np,r.doctype=n||null,n&&r.appendChild(n),t){var i=r.createElementNS(e,t);r.appendChild(i)}return r},createDocumentType:function(e,t,n){var r=new Np;return r.name=e,r.nodeName=e,r.publicId=t||"",r.systemId=n||"",r}},lp.prototype={firstChild:null,lastChild:null,previousSibling:null,nextSibling:null,attributes:null,parentNode:null,childNodes:null,ownerDocument:null,nodeValue:null,namespaceURI:null,prefix:null,localName:null,insertBefore:function(e,t){return Ep(this,e,t)},replaceChild:function(e,t){Ep(this,e,t,Up),t&&this.removeChild(t)},removeChild:function(e){return yp(this,e)},appendChild:function(e){return this.insertBefore(e,null)},hasChildNodes:function(){return null!=this.firstChild},cloneNode:function(e){return Vp(this.ownerDocument||this,this,e)},normalize:function(){fp(this,null,{enter:function(e){for(var t=e.firstChild;t;){var n=t.nextSibling;null!==n&&n.nodeType===Pf&&t.nodeType===Pf?(e.removeChild(n),t.appendData(n.data)):t=n}return!0}})},isSupported:function(e,t){return this.ownerDocument.implementation.hasFeature(e,t)},hasAttributes:function(){return this.attributes.length>0},lookupPrefix:function(e){for(var t=this;t;){var n=t._nsMap;if(n)for(var r in n)if(Object.prototype.hasOwnProperty.call(n,r)&&n[r]===e)return r;t=t.nodeType==Rf?t.ownerDocument:t.parentNode}return null},lookupNamespaceURI:function(e){for(var t=this;t;){var n=t._nsMap;if(n&&Object.prototype.hasOwnProperty.call(n,e))return n[e];t=t.nodeType==Rf?t.ownerDocument:t.parentNode}return null},isDefaultNamespace:function(e){return null==this.lookupPrefix(e)}},Of(Bf,lp),Of(Bf,lp.prototype),fp.STOP=Symbol("walkDOM.STOP"),fp.ENTER=0,fp.EXIT=1,pp.prototype={nodeName:"#document",nodeType:Hf,doctype:null,documentElement:null,_inc:1,insertBefore:function(e,t){if(e.nodeType==Kf){for(var n=e.firstChild;n;){var r=n.nextSibling;this.insertBefore(n,t),n=r}return e}return Ep(this,e,t),kp(e,this),null===this.documentElement&&e.nodeType===Wf&&(this.documentElement=e),e},removeChild:function(e){return this.documentElement==e&&(this.documentElement=null),yp(this,e)},replaceChild:function(e,t){Ep(this,e,t,Up),kp(e,this),t&&this.removeChild(t),wp(e)&&(this.documentElement=e)},importNode:function(e,t){return function(e,t,n){var r;return fp(t,null,{enter:function(t,i){var o=t.cloneNode(!1);return o.ownerDocument=e,o.parentNode=null,null===i?r=o:i.appendChild(o),t.nodeType===Rf||n?o:null}}),r}(this,e,t)},getElementById:function(e){var t=null;return hp(this.documentElement,(function(n){if(n.nodeType==Wf&&n.getAttribute("id")==e)return t=n,!0})),t},getElementsByClassName:function(e){var t=If(e);return new rp(this,(function(n){var r=[];return t.length>0&&hp(n.documentElement,(function(i){if(i!==n&&i.nodeType===Wf){var o=i.getAttribute("class");if(o){var a=e===o;if(!a){var s=If(o);a=t.every((c=s,function(e){return c&&-1!==c.indexOf(e)}))}a&&r.push(i)}}var c})),r}))},createElement:function(e){var t=new Sp;return t.ownerDocument=this,t.nodeName=e,t.tagName=e,t.localName=e,t.childNodes=new np,(t.attributes=new op)._ownerElement=t,t},createDocumentFragment:function(){var e=new Pp;return e.ownerDocument=this,e.childNodes=new np,e},createTextNode:function(e){var t=new Cp;return t.ownerDocument=this,t.appendData(e),t},createComment:function(e){var t=new Ip;return t.ownerDocument=this,t.appendData(e),t},createCDATASection:function(e){if(-1!==e.indexOf("]]>"))throw new tp(Yf,'data contains "]]>"');var t=new Op;return t.ownerDocument=this,t.appendData(e),t},createProcessingInstruction:function(e,t){var n=new Lp;return n.ownerDocument=this,n.tagName=n.nodeName=n.target=e,n.nodeValue=n.data=t,n},createAttribute:function(e){var t=new Ap;return t.ownerDocument=this,t.name=e,t.nodeName=e,t.localName=e,t.specified=!0,t},createEntityReference:function(e){var t=new Rp;return t.ownerDocument=this,t.nodeName=e,t},createElementNS:function(e,t){var n=new Sp,r=t.split(":"),i=n.attributes=new op;return n.childNodes=new np,n.ownerDocument=this,n.nodeName=t,n.tagName=t,n.namespaceURI=e,2==r.length?(n.prefix=r[0],n.localName=r[1]):n.localName=t,i._ownerElement=n,n},createAttributeNS:function(e,t){var n=new Ap,r=t.split(":");return n.ownerDocument=this,n.nodeName=t,n.name=t,n.namespaceURI=e,n.specified=!0,2==r.length?(n.prefix=r[0],n.localName=r[1]):n.localName=t,n}},Nf(pp,lp),Sp.prototype={nodeType:Wf,hasAttribute:function(e){return null!=this.getAttributeNode(e)},getAttribute:function(e){var t=this.getAttributeNode(e);return t&&t.value||""},getAttributeNode:function(e){return this.attributes.getNamedItem(e)},setAttribute:function(e,t){var n=this.ownerDocument.createAttribute(e);n.value=n.nodeValue=""+t,this.setAttributeNode(n)},removeAttribute:function(e){var t=this.getAttributeNode(e);t&&this.removeAttributeNode(t)},appendChild:function(e){return e.nodeType===Kf?this.insertBefore(e,null):function(e,t){return t.parentNode&&t.parentNode.removeChild(t),t.parentNode=e,t.previousSibling=e.lastChild,t.nextSibling=null,t.previousSibling?t.previousSibling.nextSibling=t:e.firstChild=t,e.lastChild=t,mp(e.ownerDocument,e,t),kp(t,e.ownerDocument||e),t}(this,e)},setAttributeNode:function(e){return this.attributes.setNamedItem(e)},setAttributeNodeNS:function(e){return this.attributes.setNamedItemNS(e)},removeAttributeNode:function(e){return this.attributes.removeNamedItem(e.nodeName)},removeAttributeNS:function(e,t){var n=this.getAttributeNodeNS(e,t);n&&this.removeAttributeNode(n)},hasAttributeNS:function(e,t){return null!=this.getAttributeNodeNS(e,t)},getAttributeNS:function(e,t){var n=this.getAttributeNodeNS(e,t);return n&&n.value||""},setAttributeNS:function(e,t,n){var r=this.ownerDocument.createAttributeNS(e,t);r.value=r.nodeValue=""+n,this.setAttributeNode(r)},getAttributeNodeNS:function(e,t){return this.attributes.getNamedItemNS(e,t)},getElementsByTagName:function(e){return new rp(this,(function(t){var n=[];return hp(t,(function(r){r===t||r.nodeType!=Wf||"*"!==e&&r.tagName!=e||n.push(r)})),n}))},getElementsByTagNameNS:function(e,t){return new rp(this,(function(n){var r=[];return hp(n,(function(i){i===n||i.nodeType!==Wf||"*"!==e&&i.namespaceURI!==e||"*"!==t&&i.localName!=t||r.push(i)})),r}))}},pp.prototype.getElementsByTagName=Sp.prototype.getElementsByTagName,pp.prototype.getElementsByTagNameNS=Sp.prototype.getElementsByTagNameNS,Nf(Sp,lp),Ap.prototype.nodeType=Rf,Nf(Ap,lp),Fp.prototype={data:"",substringData:function(e,t){return this.data.substring(e,e+t)},appendData:function(e){e=this.data+e,this.nodeValue=this.data=e,this.length=e.length},insertData:function(e,t){this.replaceData(e,0,t)},appendChild:function(e){throw new Error(Xf[$f])},deleteData:function(e,t){this.replaceData(e,t,"")},replaceData:function(e,t,n){n=this.data.substring(0,e)+n+this.data.substring(e+t),this.nodeValue=this.data=n,this.length=n.length}},Nf(Fp,lp),Cp.prototype={nodeName:"#text",nodeType:Pf,splitText:function(e){var t=this.data,n=t.substring(e);t=t.substring(0,e),this.data=this.nodeValue=t,this.length=t.length;var r=this.ownerDocument.createTextNode(n);return this.parentNode&&this.parentNode.insertBefore(r,this.nextSibling),r}},Nf(Cp,Fp),Ip.prototype={nodeName:"#comment",nodeType:qf},Nf(Ip,Fp),Op.prototype={nodeName:"#cdata-section",nodeType:Lf},Nf(Op,Fp),Np.prototype.nodeType=Vf,Nf(Np,lp),Bp.prototype.nodeType=Gf,Nf(Bp,lp),Wp.prototype.nodeType=zf,Nf(Wp,lp),Rp.prototype.nodeType=jf,Nf(Rp,lp),Pp.prototype.nodeName="#document-fragment",Pp.prototype.nodeType=Kf,Nf(Pp,lp),Lp.prototype.nodeType=Mf,Nf(Lp,lp),jp.prototype.serializeToString=function(e,t,n,r){return zp.call(e,t,n,r)},lp.prototype.toString=zp;try{Object.defineProperty&&(Object.defineProperty(rp.prototype,"length",{get:function(){return ip(this),this.$$length}}),Object.defineProperty(lp.prototype,"textContent",{get:function(){if(this.nodeType===Wf||this.nodeType===Kf){var e=[];return fp(this,null,{enter:function(t){return t.nodeType===Wf||t.nodeType===Kf||(t.nodeType===Mf||t.nodeType===qf?null:void e.push(t.nodeValue))}}),e.join("")}return this.nodeValue},set:function(e){switch(this.nodeType){case Wf:case Kf:for(;this.firstChild;)this.removeChild(this.firstChild);(e||String(e))&&this.appendChild(this.ownerDocument.createTextNode(e));break;default:this.data=e,this.value=e,this.nodeValue=e}}}),Kp=function(e,t,n){e["$$"+t]=n})}catch(yx){}_f.DocumentType=Np,_f.DOMException=tp,_f.DOMImplementation=up,_f.Element=Sp,_f.Node=lp,_f.NodeList=np,_f.walkDOM=fp,_f.XMLSerializer=jp;var Gp,Zp,Xp={},$p={};Gp=$p,Zp=Df.freeze,Gp.XML_ENTITIES=Zp({amp:"&",apos:"'",gt:">",lt:"<",quot:'"'}),Gp.HTML_ENTITIES=Zp({Aacute:"Á",aacute:"á",Abreve:"Ă",abreve:"ă",ac:"∾",acd:"∿",acE:"∾̳",Acirc:"Â",acirc:"â",acute:"´",Acy:"А",acy:"а",AElig:"Æ",aelig:"æ",af:"",Afr:"𝔄",afr:"𝔞",Agrave:"À",agrave:"à",alefsym:"ℵ",aleph:"ℵ",Alpha:"Α",alpha:"α",Amacr:"Ā",amacr:"ā",amalg:"⨿",AMP:"&",amp:"&",And:"⩓",and:"∧",andand:"⩕",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",ange:"⦤",angle:"∠",angmsd:"∡",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angst:"Å",angzarr:"⍼",Aogon:"Ą",aogon:"ą",Aopf:"𝔸",aopf:"𝕒",ap:"≈",apacir:"⩯",apE:"⩰",ape:"≊",apid:"≋",apos:"'",ApplyFunction:"",approx:"≈",approxeq:"≊",Aring:"Å",aring:"å",Ascr:"𝒜",ascr:"𝒶",Assign:"≔",ast:"*",asymp:"≈",asympeq:"≍",Atilde:"Ã",atilde:"ã",Auml:"Ä",auml:"ä",awconint:"∳",awint:"⨑",backcong:"≌",backepsilon:"϶",backprime:"‵",backsim:"∽",backsimeq:"⋍",Backslash:"∖",Barv:"⫧",barvee:"⊽",Barwed:"⌆",barwed:"⌅",barwedge:"⌅",bbrk:"⎵",bbrktbrk:"⎶",bcong:"≌",Bcy:"Б",bcy:"б",bdquo:"„",becaus:"∵",Because:"∵",because:"∵",bemptyv:"⦰",bepsi:"϶",bernou:"ℬ",Bernoullis:"ℬ",Beta:"Β",beta:"β",beth:"ℶ",between:"≬",Bfr:"𝔅",bfr:"𝔟",bigcap:"⋂",bigcirc:"◯",bigcup:"⋃",bigodot:"⨀",bigoplus:"⨁",bigotimes:"⨂",bigsqcup:"⨆",bigstar:"★",bigtriangledown:"▽",bigtriangleup:"△",biguplus:"⨄",bigvee:"⋁",bigwedge:"⋀",bkarow:"⤍",blacklozenge:"⧫",blacksquare:"▪",blacktriangle:"▴",blacktriangledown:"▾",blacktriangleleft:"◂",blacktriangleright:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bNot:"⫭",bnot:"⌐",Bopf:"𝔹",bopf:"𝕓",bot:"⊥",bottom:"⊥",bowtie:"⋈",boxbox:"⧉",boxDL:"╗",boxDl:"╖",boxdL:"╕",boxdl:"┐",boxDR:"╔",boxDr:"╓",boxdR:"╒",boxdr:"┌",boxH:"═",boxh:"─",boxHD:"╦",boxHd:"╤",boxhD:"╥",boxhd:"┬",boxHU:"╩",boxHu:"╧",boxhU:"╨",boxhu:"┴",boxminus:"⊟",boxplus:"⊞",boxtimes:"⊠",boxUL:"╝",boxUl:"╜",boxuL:"╛",boxul:"┘",boxUR:"╚",boxUr:"╙",boxuR:"╘",boxur:"└",boxV:"║",boxv:"│",boxVH:"╬",boxVh:"╫",boxvH:"╪",boxvh:"┼",boxVL:"╣",boxVl:"╢",boxvL:"╡",boxvl:"┤",boxVR:"╠",boxVr:"╟",boxvR:"╞",boxvr:"├",bprime:"‵",Breve:"˘",breve:"˘",brvbar:"¦",Bscr:"ℬ",bscr:"𝒷",bsemi:"⁏",bsim:"∽",bsime:"⋍",bsol:"\\",bsolb:"⧅",bsolhsub:"⟈",bull:"•",bullet:"•",bump:"≎",bumpE:"⪮",bumpe:"≏",Bumpeq:"≎",bumpeq:"≏",Cacute:"Ć",cacute:"ć",Cap:"⋒",cap:"∩",capand:"⩄",capbrcup:"⩉",capcap:"⩋",capcup:"⩇",capdot:"⩀",CapitalDifferentialD:"ⅅ",caps:"∩︀",caret:"⁁",caron:"ˇ",Cayleys:"ℭ",ccaps:"⩍",Ccaron:"Č",ccaron:"č",Ccedil:"Ç",ccedil:"ç",Ccirc:"Ĉ",ccirc:"ĉ",Cconint:"∰",ccups:"⩌",ccupssm:"⩐",Cdot:"Ċ",cdot:"ċ",cedil:"¸",Cedilla:"¸",cemptyv:"⦲",cent:"¢",CenterDot:"·",centerdot:"·",Cfr:"ℭ",cfr:"𝔠",CHcy:"Ч",chcy:"ч",check:"✓",checkmark:"✓",Chi:"Χ",chi:"χ",cir:"○",circ:"ˆ",circeq:"≗",circlearrowleft:"↺",circlearrowright:"↻",circledast:"⊛",circledcirc:"⊚",circleddash:"⊝",CircleDot:"⊙",circledR:"®",circledS:"Ⓢ",CircleMinus:"⊖",CirclePlus:"⊕",CircleTimes:"⊗",cirE:"⧃",cire:"≗",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",ClockwiseContourIntegral:"∲",CloseCurlyDoubleQuote:"”",CloseCurlyQuote:"’",clubs:"♣",clubsuit:"♣",Colon:"∷",colon:":",Colone:"⩴",colone:"≔",coloneq:"≔",comma:",",commat:"@",comp:"∁",compfn:"∘",complement:"∁",complexes:"ℂ",cong:"≅",congdot:"⩭",Congruent:"≡",Conint:"∯",conint:"∮",ContourIntegral:"∮",Copf:"ℂ",copf:"𝕔",coprod:"∐",Coproduct:"∐",COPY:"©",copy:"©",copysr:"℗",CounterClockwiseContourIntegral:"∳",crarr:"↵",Cross:"⨯",cross:"✗",Cscr:"𝒞",cscr:"𝒸",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",cuesc:"⋟",cularr:"↶",cularrp:"⤽",Cup:"⋓",cup:"∪",cupbrcap:"⩈",CupCap:"≍",cupcap:"⩆",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curarrm:"⤼",curlyeqprec:"⋞",curlyeqsucc:"⋟",curlyvee:"⋎",curlywedge:"⋏",curren:"¤",curvearrowleft:"↶",curvearrowright:"↷",cuvee:"⋎",cuwed:"⋏",cwconint:"∲",cwint:"∱",cylcty:"⌭",Dagger:"‡",dagger:"†",daleth:"ℸ",Darr:"↡",dArr:"⇓",darr:"↓",dash:"‐",Dashv:"⫤",dashv:"⊣",dbkarow:"⤏",dblac:"˝",Dcaron:"Ď",dcaron:"ď",Dcy:"Д",dcy:"д",DD:"ⅅ",dd:"ⅆ",ddagger:"‡",ddarr:"⇊",DDotrahd:"⤑",ddotseq:"⩷",deg:"°",Del:"∇",Delta:"Δ",delta:"δ",demptyv:"⦱",dfisht:"⥿",Dfr:"𝔇",dfr:"𝔡",dHar:"⥥",dharl:"⇃",dharr:"⇂",DiacriticalAcute:"´",DiacriticalDot:"˙",DiacriticalDoubleAcute:"˝",DiacriticalGrave:"`",DiacriticalTilde:"˜",diam:"⋄",Diamond:"⋄",diamond:"⋄",diamondsuit:"♦",diams:"♦",die:"¨",DifferentialD:"ⅆ",digamma:"ϝ",disin:"⋲",div:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",DJcy:"Ђ",djcy:"ђ",dlcorn:"⌞",dlcrop:"⌍",dollar:"$",Dopf:"𝔻",dopf:"𝕕",Dot:"¨",dot:"˙",DotDot:"⃜",doteq:"≐",doteqdot:"≑",DotEqual:"≐",dotminus:"∸",dotplus:"∔",dotsquare:"⊡",doublebarwedge:"⌆",DoubleContourIntegral:"∯",DoubleDot:"¨",DoubleDownArrow:"⇓",DoubleLeftArrow:"⇐",DoubleLeftRightArrow:"⇔",DoubleLeftTee:"⫤",DoubleLongLeftArrow:"⟸",DoubleLongLeftRightArrow:"⟺",DoubleLongRightArrow:"⟹",DoubleRightArrow:"⇒",DoubleRightTee:"⊨",DoubleUpArrow:"⇑",DoubleUpDownArrow:"⇕",DoubleVerticalBar:"∥",DownArrow:"↓",Downarrow:"⇓",downarrow:"↓",DownArrowBar:"⤓",DownArrowUpArrow:"⇵",DownBreve:"̑",downdownarrows:"⇊",downharpoonleft:"⇃",downharpoonright:"⇂",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVector:"↽",DownLeftVectorBar:"⥖",DownRightTeeVector:"⥟",DownRightVector:"⇁",DownRightVectorBar:"⥗",DownTee:"⊤",DownTeeArrow:"↧",drbkarow:"⤐",drcorn:"⌟",drcrop:"⌌",Dscr:"𝒟",dscr:"𝒹",DScy:"Ѕ",dscy:"ѕ",dsol:"⧶",Dstrok:"Đ",dstrok:"đ",dtdot:"⋱",dtri:"▿",dtrif:"▾",duarr:"⇵",duhar:"⥯",dwangle:"⦦",DZcy:"Џ",dzcy:"џ",dzigrarr:"⟿",Eacute:"É",eacute:"é",easter:"⩮",Ecaron:"Ě",ecaron:"ě",ecir:"≖",Ecirc:"Ê",ecirc:"ê",ecolon:"≕",Ecy:"Э",ecy:"э",eDDot:"⩷",Edot:"Ė",eDot:"≑",edot:"ė",ee:"ⅇ",efDot:"≒",Efr:"𝔈",efr:"𝔢",eg:"⪚",Egrave:"È",egrave:"è",egs:"⪖",egsdot:"⪘",el:"⪙",Element:"∈",elinters:"⏧",ell:"ℓ",els:"⪕",elsdot:"⪗",Emacr:"Ē",emacr:"ē",empty:"∅",emptyset:"∅",EmptySmallSquare:"◻",emptyv:"∅",EmptyVerySmallSquare:"▫",emsp:" ",emsp13:" ",emsp14:" ",ENG:"Ŋ",eng:"ŋ",ensp:" ",Eogon:"Ę",eogon:"ę",Eopf:"𝔼",eopf:"𝕖",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",Epsilon:"Ε",epsilon:"ε",epsiv:"ϵ",eqcirc:"≖",eqcolon:"≕",eqsim:"≂",eqslantgtr:"⪖",eqslantless:"⪕",Equal:"⩵",equals:"=",EqualTilde:"≂",equest:"≟",Equilibrium:"⇌",equiv:"≡",equivDD:"⩸",eqvparsl:"⧥",erarr:"⥱",erDot:"≓",Escr:"ℰ",escr:"ℯ",esdot:"≐",Esim:"⩳",esim:"≂",Eta:"Η",eta:"η",ETH:"Ð",eth:"ð",Euml:"Ë",euml:"ë",euro:"€",excl:"!",exist:"∃",Exists:"∃",expectation:"ℰ",ExponentialE:"ⅇ",exponentiale:"ⅇ",fallingdotseq:"≒",Fcy:"Ф",fcy:"ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",Ffr:"𝔉",ffr:"𝔣",filig:"fi",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",Fopf:"𝔽",fopf:"𝕗",ForAll:"∀",forall:"∀",fork:"⋔",forkv:"⫙",Fouriertrf:"ℱ",fpartint:"⨍",frac12:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",Fscr:"ℱ",fscr:"𝒻",gacute:"ǵ",Gamma:"Γ",gamma:"γ",Gammad:"Ϝ",gammad:"ϝ",gap:"⪆",Gbreve:"Ğ",gbreve:"ğ",Gcedil:"Ģ",Gcirc:"Ĝ",gcirc:"ĝ",Gcy:"Г",gcy:"г",Gdot:"Ġ",gdot:"ġ",gE:"≧",ge:"≥",gEl:"⪌",gel:"⋛",geq:"≥",geqq:"≧",geqslant:"⩾",ges:"⩾",gescc:"⪩",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",Gfr:"𝔊",gfr:"𝔤",Gg:"⋙",gg:"≫",ggg:"⋙",gimel:"ℷ",GJcy:"Ѓ",gjcy:"ѓ",gl:"≷",gla:"⪥",glE:"⪒",glj:"⪤",gnap:"⪊",gnapprox:"⪊",gnE:"≩",gne:"⪈",gneq:"⪈",gneqq:"≩",gnsim:"⋧",Gopf:"𝔾",gopf:"𝕘",grave:"`",GreaterEqual:"≥",GreaterEqualLess:"⋛",GreaterFullEqual:"≧",GreaterGreater:"⪢",GreaterLess:"≷",GreaterSlantEqual:"⩾",GreaterTilde:"≳",Gscr:"𝒢",gscr:"ℊ",gsim:"≳",gsime:"⪎",gsiml:"⪐",Gt:"≫",GT:">",gt:">",gtcc:"⪧",gtcir:"⩺",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",Hacek:"ˇ",hairsp:" ",half:"½",hamilt:"ℋ",HARDcy:"Ъ",hardcy:"ъ",hArr:"⇔",harr:"↔",harrcir:"⥈",harrw:"↭",Hat:"^",hbar:"ℏ",Hcirc:"Ĥ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",hercon:"⊹",Hfr:"ℌ",hfr:"𝔥",HilbertSpace:"ℋ",hksearow:"⤥",hkswarow:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",hookrightarrow:"↪",Hopf:"ℍ",hopf:"𝕙",horbar:"―",HorizontalLine:"─",Hscr:"ℋ",hscr:"𝒽",hslash:"ℏ",Hstrok:"Ħ",hstrok:"ħ",HumpDownHump:"≎",HumpEqual:"≏",hybull:"⁃",hyphen:"‐",Iacute:"Í",iacute:"í",ic:"",Icirc:"Î",icirc:"î",Icy:"И",icy:"и",Idot:"İ",IEcy:"Е",iecy:"е",iexcl:"¡",iff:"⇔",Ifr:"ℑ",ifr:"𝔦",Igrave:"Ì",igrave:"ì",ii:"ⅈ",iiiint:"⨌",iiint:"∭",iinfin:"⧜",iiota:"℩",IJlig:"IJ",ijlig:"ij",Im:"ℑ",Imacr:"Ī",imacr:"ī",image:"ℑ",ImaginaryI:"ⅈ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",imof:"⊷",imped:"Ƶ",Implies:"⇒",in:"∈",incare:"℅",infin:"∞",infintie:"⧝",inodot:"ı",Int:"∬",int:"∫",intcal:"⊺",integers:"ℤ",Integral:"∫",intercal:"⊺",Intersection:"⋂",intlarhk:"⨗",intprod:"⨼",InvisibleComma:"",InvisibleTimes:"",IOcy:"Ё",iocy:"ё",Iogon:"Į",iogon:"į",Iopf:"𝕀",iopf:"𝕚",Iota:"Ι",iota:"ι",iprod:"⨼",iquest:"¿",Iscr:"ℐ",iscr:"𝒾",isin:"∈",isindot:"⋵",isinE:"⋹",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"",Itilde:"Ĩ",itilde:"ĩ",Iukcy:"І",iukcy:"і",Iuml:"Ï",iuml:"ï",Jcirc:"Ĵ",jcirc:"ĵ",Jcy:"Й",jcy:"й",Jfr:"𝔍",jfr:"𝔧",jmath:"ȷ",Jopf:"𝕁",jopf:"𝕛",Jscr:"𝒥",jscr:"𝒿",Jsercy:"Ј",jsercy:"ј",Jukcy:"Є",jukcy:"є",Kappa:"Κ",kappa:"κ",kappav:"ϰ",Kcedil:"Ķ",kcedil:"ķ",Kcy:"К",kcy:"к",Kfr:"𝔎",kfr:"𝔨",kgreen:"ĸ",KHcy:"Х",khcy:"х",KJcy:"Ќ",kjcy:"ќ",Kopf:"𝕂",kopf:"𝕜",Kscr:"𝒦",kscr:"𝓀",lAarr:"⇚",Lacute:"Ĺ",lacute:"ĺ",laemptyv:"⦴",lagran:"ℒ",Lambda:"Λ",lambda:"λ",Lang:"⟪",lang:"⟨",langd:"⦑",langle:"⟨",lap:"⪅",Laplacetrf:"ℒ",laquo:"«",Larr:"↞",lArr:"⇐",larr:"←",larrb:"⇤",larrbfs:"⤟",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",lat:"⪫",lAtail:"⤛",latail:"⤙",late:"⪭",lates:"⪭︀",lBarr:"⤎",lbarr:"⤌",lbbrk:"❲",lbrace:"{",lbrack:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",Lcaron:"Ľ",lcaron:"ľ",Lcedil:"Ļ",lcedil:"ļ",lceil:"⌈",lcub:"{",Lcy:"Л",lcy:"л",ldca:"⤶",ldquo:"“",ldquor:"„",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",lE:"≦",le:"≤",LeftAngleBracket:"⟨",LeftArrow:"←",Leftarrow:"⇐",leftarrow:"←",LeftArrowBar:"⇤",LeftArrowRightArrow:"⇆",leftarrowtail:"↢",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVector:"⇃",LeftDownVectorBar:"⥙",LeftFloor:"⌊",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",LeftRightArrow:"↔",Leftrightarrow:"⇔",leftrightarrow:"↔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",LeftRightVector:"⥎",LeftTee:"⊣",LeftTeeArrow:"↤",LeftTeeVector:"⥚",leftthreetimes:"⋋",LeftTriangle:"⊲",LeftTriangleBar:"⧏",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVector:"↿",LeftUpVectorBar:"⥘",LeftVector:"↼",LeftVectorBar:"⥒",lEg:"⪋",leg:"⋚",leq:"≤",leqq:"≦",leqslant:"⩽",les:"⩽",lescc:"⪨",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessapprox:"⪅",lessdot:"⋖",lesseqgtr:"⋚",lesseqqgtr:"⪋",LessEqualGreater:"⋚",LessFullEqual:"≦",LessGreater:"≶",lessgtr:"≶",LessLess:"⪡",lesssim:"≲",LessSlantEqual:"⩽",LessTilde:"≲",lfisht:"⥼",lfloor:"⌊",Lfr:"𝔏",lfr:"𝔩",lg:"≶",lgE:"⪑",lHar:"⥢",lhard:"↽",lharu:"↼",lharul:"⥪",lhblk:"▄",LJcy:"Љ",ljcy:"љ",Ll:"⋘",ll:"≪",llarr:"⇇",llcorner:"⌞",Lleftarrow:"⇚",llhard:"⥫",lltri:"◺",Lmidot:"Ŀ",lmidot:"ŀ",lmoust:"⎰",lmoustache:"⎰",lnap:"⪉",lnapprox:"⪉",lnE:"≨",lne:"⪇",lneq:"⪇",lneqq:"≨",lnsim:"⋦",loang:"⟬",loarr:"⇽",lobrk:"⟦",LongLeftArrow:"⟵",Longleftarrow:"⟸",longleftarrow:"⟵",LongLeftRightArrow:"⟷",Longleftrightarrow:"⟺",longleftrightarrow:"⟷",longmapsto:"⟼",LongRightArrow:"⟶",Longrightarrow:"⟹",longrightarrow:"⟶",looparrowleft:"↫",looparrowright:"↬",lopar:"⦅",Lopf:"𝕃",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",lowbar:"_",LowerLeftArrow:"↙",LowerRightArrow:"↘",loz:"◊",lozenge:"◊",lozf:"⧫",lpar:"(",lparlt:"⦓",lrarr:"⇆",lrcorner:"⌟",lrhar:"⇋",lrhard:"⥭",lrm:"",lrtri:"⊿",lsaquo:"‹",Lscr:"ℒ",lscr:"𝓁",Lsh:"↰",lsh:"↰",lsim:"≲",lsime:"⪍",lsimg:"⪏",lsqb:"[",lsquo:"‘",lsquor:"‚",Lstrok:"Ł",lstrok:"ł",Lt:"≪",LT:"<",lt:"<",ltcc:"⪦",ltcir:"⩹",ltdot:"⋖",lthree:"⋋",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltri:"◃",ltrie:"⊴",ltrif:"◂",ltrPar:"⦖",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",macr:"¯",male:"♂",malt:"✠",maltese:"✠",Map:"⤅",map:"↦",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",Mcy:"М",mcy:"м",mdash:"—",mDDot:"∺",measuredangle:"∡",MediumSpace:" ",Mellintrf:"ℳ",Mfr:"𝔐",mfr:"𝔪",mho:"℧",micro:"µ",mid:"∣",midast:"*",midcir:"⫰",middot:"·",minus:"−",minusb:"⊟",minusd:"∸",minusdu:"⨪",MinusPlus:"∓",mlcp:"⫛",mldr:"…",mnplus:"∓",models:"⊧",Mopf:"𝕄",mopf:"𝕞",mp:"∓",Mscr:"ℳ",mscr:"𝓂",mstpos:"∾",Mu:"Μ",mu:"μ",multimap:"⊸",mumap:"⊸",nabla:"∇",Nacute:"Ń",nacute:"ń",nang:"∠⃒",nap:"≉",napE:"⩰̸",napid:"≋̸",napos:"ʼn",napprox:"≉",natur:"♮",natural:"♮",naturals:"ℕ",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",Ncaron:"Ň",ncaron:"ň",Ncedil:"Ņ",ncedil:"ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",Ncy:"Н",ncy:"н",ndash:"–",ne:"≠",nearhk:"⤤",neArr:"⇗",nearr:"↗",nearrow:"↗",nedot:"≐̸",NegativeMediumSpace:"",NegativeThickSpace:"",NegativeThinSpace:"",NegativeVeryThinSpace:"",nequiv:"≢",nesear:"⤨",nesim:"≂̸",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:"\n",nexist:"∄",nexists:"∄",Nfr:"𝔑",nfr:"𝔫",ngE:"≧̸",nge:"≱",ngeq:"≱",ngeqq:"≧̸",ngeqslant:"⩾̸",nges:"⩾̸",nGg:"⋙̸",ngsim:"≵",nGt:"≫⃒",ngt:"≯",ngtr:"≯",nGtv:"≫̸",nhArr:"⇎",nharr:"↮",nhpar:"⫲",ni:"∋",nis:"⋼",nisd:"⋺",niv:"∋",NJcy:"Њ",njcy:"њ",nlArr:"⇍",nlarr:"↚",nldr:"‥",nlE:"≦̸",nle:"≰",nLeftarrow:"⇍",nleftarrow:"↚",nLeftrightarrow:"⇎",nleftrightarrow:"↮",nleq:"≰",nleqq:"≦̸",nleqslant:"⩽̸",nles:"⩽̸",nless:"≮",nLl:"⋘̸",nlsim:"≴",nLt:"≪⃒",nlt:"≮",nltri:"⋪",nltrie:"⋬",nLtv:"≪̸",nmid:"∤",NoBreak:"",NonBreakingSpace:" ",Nopf:"ℕ",nopf:"𝕟",Not:"⫬",not:"¬",NotCongruent:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",NotElement:"∉",NotEqual:"≠",NotEqualTilde:"≂̸",NotExists:"∄",NotGreater:"≯",NotGreaterEqual:"≱",NotGreaterFullEqual:"≧̸",NotGreaterGreater:"≫̸",NotGreaterLess:"≹",NotGreaterSlantEqual:"⩾̸",NotGreaterTilde:"≵",NotHumpDownHump:"≎̸",NotHumpEqual:"≏̸",notin:"∉",notindot:"⋵̸",notinE:"⋹̸",notinva:"∉",notinvb:"⋷",notinvc:"⋶",NotLeftTriangle:"⋪",NotLeftTriangleBar:"⧏̸",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangle:"⋫",NotRightTriangleBar:"⧐̸",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",npar:"∦",nparallel:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",npre:"⪯̸",nprec:"⊀",npreceq:"⪯̸",nrArr:"⇏",nrarr:"↛",nrarrc:"⤳̸",nrarrw:"↝̸",nRightarrow:"⇏",nrightarrow:"↛",nrtri:"⋫",nrtrie:"⋭",nsc:"⊁",nsccue:"⋡",nsce:"⪰̸",Nscr:"𝒩",nscr:"𝓃",nshortmid:"∤",nshortparallel:"∦",nsim:"≁",nsime:"≄",nsimeq:"≄",nsmid:"∤",nspar:"∦",nsqsube:"⋢",nsqsupe:"⋣",nsub:"⊄",nsubE:"⫅̸",nsube:"⊈",nsubset:"⊂⃒",nsubseteq:"⊈",nsubseteqq:"⫅̸",nsucc:"⊁",nsucceq:"⪰̸",nsup:"⊅",nsupE:"⫆̸",nsupe:"⊉",nsupset:"⊃⃒",nsupseteq:"⊉",nsupseteqq:"⫆̸",ntgl:"≹",Ntilde:"Ñ",ntilde:"ñ",ntlg:"≸",ntriangleleft:"⋪",ntrianglelefteq:"⋬",ntriangleright:"⋫",ntrianglerighteq:"⋭",Nu:"Ν",nu:"ν",num:"#",numero:"№",numsp:" ",nvap:"≍⃒",nVDash:"⊯",nVdash:"⊮",nvDash:"⊭",nvdash:"⊬",nvge:"≥⃒",nvgt:">⃒",nvHarr:"⤄",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwarhk:"⤣",nwArr:"⇖",nwarr:"↖",nwarrow:"↖",nwnear:"⤧",Oacute:"Ó",oacute:"ó",oast:"⊛",ocir:"⊚",Ocirc:"Ô",ocirc:"ô",Ocy:"О",ocy:"о",odash:"⊝",Odblac:"Ő",odblac:"ő",odiv:"⨸",odot:"⊙",odsold:"⦼",OElig:"Œ",oelig:"œ",ofcir:"⦿",Ofr:"𝔒",ofr:"𝔬",ogon:"˛",Ograve:"Ò",ograve:"ò",ogt:"⧁",ohbar:"⦵",ohm:"Ω",oint:"∮",olarr:"↺",olcir:"⦾",olcross:"⦻",oline:"‾",olt:"⧀",Omacr:"Ō",omacr:"ō",Omega:"Ω",omega:"ω",Omicron:"Ο",omicron:"ο",omid:"⦶",ominus:"⊖",Oopf:"𝕆",oopf:"𝕠",opar:"⦷",OpenCurlyDoubleQuote:"“",OpenCurlyQuote:"‘",operp:"⦹",oplus:"⊕",Or:"⩔",or:"∨",orarr:"↻",ord:"⩝",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oS:"Ⓢ",Oscr:"𝒪",oscr:"ℴ",Oslash:"Ø",oslash:"ø",osol:"⊘",Otilde:"Õ",otilde:"õ",Otimes:"⨷",otimes:"⊗",otimesas:"⨶",Ouml:"Ö",ouml:"ö",ovbar:"⌽",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",par:"∥",para:"¶",parallel:"∥",parsim:"⫳",parsl:"⫽",part:"∂",PartialD:"∂",Pcy:"П",pcy:"п",percnt:"%",period:".",permil:"‰",perp:"⊥",pertenk:"‱",Pfr:"𝔓",pfr:"𝔭",Phi:"Φ",phi:"φ",phiv:"ϕ",phmmat:"ℳ",phone:"☎",Pi:"Π",pi:"π",pitchfork:"⋔",piv:"ϖ",planck:"ℏ",planckh:"ℎ",plankv:"ℏ",plus:"+",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plusdo:"∔",plusdu:"⨥",pluse:"⩲",PlusMinus:"±",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",Poincareplane:"ℌ",pointint:"⨕",Popf:"ℙ",popf:"𝕡",pound:"£",Pr:"⪻",pr:"≺",prap:"⪷",prcue:"≼",prE:"⪳",pre:"⪯",prec:"≺",precapprox:"⪷",preccurlyeq:"≼",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",precsim:"≾",Prime:"″",prime:"′",primes:"ℙ",prnap:"⪹",prnE:"⪵",prnsim:"⋨",prod:"∏",Product:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",Proportion:"∷",Proportional:"∝",propto:"∝",prsim:"≾",prurel:"⊰",Pscr:"𝒫",pscr:"𝓅",Psi:"Ψ",psi:"ψ",puncsp:" ",Qfr:"𝔔",qfr:"𝔮",qint:"⨌",Qopf:"ℚ",qopf:"𝕢",qprime:"⁗",Qscr:"𝒬",qscr:"𝓆",quaternions:"ℍ",quatint:"⨖",quest:"?",questeq:"≟",QUOT:'"',quot:'"',rAarr:"⇛",race:"∽̱",Racute:"Ŕ",racute:"ŕ",radic:"√",raemptyv:"⦳",Rang:"⟫",rang:"⟩",rangd:"⦒",range:"⦥",rangle:"⟩",raquo:"»",Rarr:"↠",rArr:"⇒",rarr:"→",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",rarrfs:"⤞",rarrhk:"↪",rarrlp:"↬",rarrpl:"⥅",rarrsim:"⥴",Rarrtl:"⤖",rarrtl:"↣",rarrw:"↝",rAtail:"⤜",ratail:"⤚",ratio:"∶",rationals:"ℚ",RBarr:"⤐",rBarr:"⤏",rbarr:"⤍",rbbrk:"❳",rbrace:"}",rbrack:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",Rcaron:"Ř",rcaron:"ř",Rcedil:"Ŗ",rcedil:"ŗ",rceil:"⌉",rcub:"}",Rcy:"Р",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdquo:"”",rdquor:"”",rdsh:"↳",Re:"ℜ",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",rect:"▭",REG:"®",reg:"®",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",rfisht:"⥽",rfloor:"⌋",Rfr:"ℜ",rfr:"𝔯",rHar:"⥤",rhard:"⇁",rharu:"⇀",rharul:"⥬",Rho:"Ρ",rho:"ρ",rhov:"ϱ",RightAngleBracket:"⟩",RightArrow:"→",Rightarrow:"⇒",rightarrow:"→",RightArrowBar:"⇥",RightArrowLeftArrow:"⇄",rightarrowtail:"↣",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVector:"⇂",RightDownVectorBar:"⥕",RightFloor:"⌋",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",RightTee:"⊢",RightTeeArrow:"↦",RightTeeVector:"⥛",rightthreetimes:"⋌",RightTriangle:"⊳",RightTriangleBar:"⧐",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVector:"↾",RightUpVectorBar:"⥔",RightVector:"⇀",RightVectorBar:"⥓",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"",rmoust:"⎱",rmoustache:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",robrk:"⟧",ropar:"⦆",Ropf:"ℝ",ropf:"𝕣",roplus:"⨮",rotimes:"⨵",RoundImplies:"⥰",rpar:")",rpargt:"⦔",rppolint:"⨒",rrarr:"⇉",Rrightarrow:"⇛",rsaquo:"›",Rscr:"ℛ",rscr:"𝓇",Rsh:"↱",rsh:"↱",rsqb:"]",rsquo:"’",rsquor:"’",rthree:"⋌",rtimes:"⋊",rtri:"▹",rtrie:"⊵",rtrif:"▸",rtriltri:"⧎",RuleDelayed:"⧴",ruluhar:"⥨",rx:"℞",Sacute:"Ś",sacute:"ś",sbquo:"‚",Sc:"⪼",sc:"≻",scap:"⪸",Scaron:"Š",scaron:"š",sccue:"≽",scE:"⪴",sce:"⪰",Scedil:"Ş",scedil:"ş",Scirc:"Ŝ",scirc:"ŝ",scnap:"⪺",scnE:"⪶",scnsim:"⋩",scpolint:"⨓",scsim:"≿",Scy:"С",scy:"с",sdot:"⋅",sdotb:"⊡",sdote:"⩦",searhk:"⤥",seArr:"⇘",searr:"↘",searrow:"↘",sect:"§",semi:";",seswar:"⤩",setminus:"∖",setmn:"∖",sext:"✶",Sfr:"𝔖",sfr:"𝔰",sfrown:"⌢",sharp:"♯",SHCHcy:"Щ",shchcy:"щ",SHcy:"Ш",shcy:"ш",ShortDownArrow:"↓",ShortLeftArrow:"←",shortmid:"∣",shortparallel:"∥",ShortRightArrow:"→",ShortUpArrow:"↑",shy:"",Sigma:"Σ",sigma:"σ",sigmaf:"ς",sigmav:"ς",sim:"∼",simdot:"⩪",sime:"≃",simeq:"≃",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",slarr:"←",SmallCircle:"∘",smallsetminus:"∖",smashp:"⨳",smeparsl:"⧤",smid:"∣",smile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",SOFTcy:"Ь",softcy:"ь",sol:"/",solb:"⧄",solbar:"⌿",Sopf:"𝕊",sopf:"𝕤",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",Sqrt:"√",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",squ:"□",Square:"□",square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",squarf:"▪",squf:"▪",srarr:"→",Sscr:"𝒮",sscr:"𝓈",ssetmn:"∖",ssmile:"⌣",sstarf:"⋆",Star:"⋆",star:"☆",starf:"★",straightepsilon:"ϵ",straightphi:"ϕ",strns:"¯",Sub:"⋐",sub:"⊂",subdot:"⪽",subE:"⫅",sube:"⊆",subedot:"⫃",submult:"⫁",subnE:"⫋",subne:"⊊",subplus:"⪿",subrarr:"⥹",Subset:"⋐",subset:"⊂",subseteq:"⊆",subseteqq:"⫅",SubsetEqual:"⊆",subsetneq:"⊊",subsetneqq:"⫋",subsim:"⫇",subsub:"⫕",subsup:"⫓",succ:"≻",succapprox:"⪸",succcurlyeq:"≽",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",SuchThat:"∋",Sum:"∑",sum:"∑",sung:"♪",Sup:"⋑",sup:"⊃",sup1:"¹",sup2:"²",sup3:"³",supdot:"⪾",supdsub:"⫘",supE:"⫆",supe:"⊇",supedot:"⫄",Superset:"⊃",SupersetEqual:"⊇",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supne:"⊋",supplus:"⫀",Supset:"⋑",supset:"⊃",supseteq:"⊇",supseteqq:"⫆",supsetneq:"⊋",supsetneqq:"⫌",supsim:"⫈",supsub:"⫔",supsup:"⫖",swarhk:"⤦",swArr:"⇙",swarr:"↙",swarrow:"↙",swnwar:"⤪",szlig:"ß",Tab:"\t",target:"⌖",Tau:"Τ",tau:"τ",tbrk:"⎴",Tcaron:"Ť",tcaron:"ť",Tcedil:"Ţ",tcedil:"ţ",Tcy:"Т",tcy:"т",tdot:"⃛",telrec:"⌕",Tfr:"𝔗",tfr:"𝔱",there4:"∴",Therefore:"∴",therefore:"∴",Theta:"Θ",theta:"θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",ThickSpace:" ",thinsp:" ",ThinSpace:" ",thkap:"≈",thksim:"∼",THORN:"Þ",thorn:"þ",Tilde:"∼",tilde:"˜",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",times:"×",timesb:"⊠",timesbar:"⨱",timesd:"⨰",tint:"∭",toea:"⤨",top:"⊤",topbot:"⌶",topcir:"⫱",Topf:"𝕋",topf:"𝕥",topfork:"⫚",tosa:"⤩",tprime:"‴",TRADE:"™",trade:"™",triangle:"▵",triangledown:"▿",triangleleft:"◃",trianglelefteq:"⊴",triangleq:"≜",triangleright:"▹",trianglerighteq:"⊵",tridot:"◬",trie:"≜",triminus:"⨺",TripleDot:"⃛",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",Tscr:"𝒯",tscr:"𝓉",TScy:"Ц",tscy:"ц",TSHcy:"Ћ",tshcy:"ћ",Tstrok:"Ŧ",tstrok:"ŧ",twixt:"≬",twoheadleftarrow:"↞",twoheadrightarrow:"↠",Uacute:"Ú",uacute:"ú",Uarr:"↟",uArr:"⇑",uarr:"↑",Uarrocir:"⥉",Ubrcy:"Ў",ubrcy:"ў",Ubreve:"Ŭ",ubreve:"ŭ",Ucirc:"Û",ucirc:"û",Ucy:"У",ucy:"у",udarr:"⇅",Udblac:"Ű",udblac:"ű",udhar:"⥮",ufisht:"⥾",Ufr:"𝔘",ufr:"𝔲",Ugrave:"Ù",ugrave:"ù",uHar:"⥣",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",Umacr:"Ū",umacr:"ū",uml:"¨",UnderBar:"_",UnderBrace:"⏟",UnderBracket:"⎵",UnderParenthesis:"⏝",Union:"⋃",UnionPlus:"⊎",Uogon:"Ų",uogon:"ų",Uopf:"𝕌",uopf:"𝕦",UpArrow:"↑",Uparrow:"⇑",uparrow:"↑",UpArrowBar:"⤒",UpArrowDownArrow:"⇅",UpDownArrow:"↕",Updownarrow:"⇕",updownarrow:"↕",UpEquilibrium:"⥮",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",UpperLeftArrow:"↖",UpperRightArrow:"↗",Upsi:"ϒ",upsi:"υ",upsih:"ϒ",Upsilon:"Υ",upsilon:"υ",UpTee:"⊥",UpTeeArrow:"↥",upuparrows:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",Uring:"Ů",uring:"ů",urtri:"◹",Uscr:"𝒰",uscr:"𝓊",utdot:"⋰",Utilde:"Ũ",utilde:"ũ",utri:"▵",utrif:"▴",uuarr:"⇈",Uuml:"Ü",uuml:"ü",uwangle:"⦧",vangrt:"⦜",varepsilon:"ϵ",varkappa:"ϰ",varnothing:"∅",varphi:"ϕ",varpi:"ϖ",varpropto:"∝",vArr:"⇕",varr:"↕",varrho:"ϱ",varsigma:"ς",varsubsetneq:"⊊︀",varsubsetneqq:"⫋︀",varsupsetneq:"⊋︀",varsupsetneqq:"⫌︀",vartheta:"ϑ",vartriangleleft:"⊲",vartriangleright:"⊳",Vbar:"⫫",vBar:"⫨",vBarv:"⫩",Vcy:"В",vcy:"в",VDash:"⊫",Vdash:"⊩",vDash:"⊨",vdash:"⊢",Vdashl:"⫦",Vee:"⋁",vee:"∨",veebar:"⊻",veeeq:"≚",vellip:"⋮",Verbar:"‖",verbar:"|",Vert:"‖",vert:"|",VerticalBar:"∣",VerticalLine:"|",VerticalSeparator:"❘",VerticalTilde:"≀",VeryThinSpace:" ",Vfr:"𝔙",vfr:"𝔳",vltri:"⊲",vnsub:"⊂⃒",vnsup:"⊃⃒",Vopf:"𝕍",vopf:"𝕧",vprop:"∝",vrtri:"⊳",Vscr:"𝒱",vscr:"𝓋",vsubnE:"⫋︀",vsubne:"⊊︀",vsupnE:"⫌︀",vsupne:"⊋︀",Vvdash:"⊪",vzigzag:"⦚",Wcirc:"Ŵ",wcirc:"ŵ",wedbar:"⩟",Wedge:"⋀",wedge:"∧",wedgeq:"≙",weierp:"℘",Wfr:"𝔚",wfr:"𝔴",Wopf:"𝕎",wopf:"𝕨",wp:"℘",wr:"≀",wreath:"≀",Wscr:"𝒲",wscr:"𝓌",xcap:"⋂",xcirc:"◯",xcup:"⋃",xdtri:"▽",Xfr:"𝔛",xfr:"𝔵",xhArr:"⟺",xharr:"⟷",Xi:"Ξ",xi:"ξ",xlArr:"⟸",xlarr:"⟵",xmap:"⟼",xnis:"⋻",xodot:"⨀",Xopf:"𝕏",xopf:"𝕩",xoplus:"⨁",xotime:"⨂",xrArr:"⟹",xrarr:"⟶",Xscr:"𝒳",xscr:"𝓍",xsqcup:"⨆",xuplus:"⨄",xutri:"△",xvee:"⋁",xwedge:"⋀",Yacute:"Ý",yacute:"ý",YAcy:"Я",yacy:"я",Ycirc:"Ŷ",ycirc:"ŷ",Ycy:"Ы",ycy:"ы",yen:"¥",Yfr:"𝔜",yfr:"𝔶",YIcy:"Ї",yicy:"ї",Yopf:"𝕐",yopf:"𝕪",Yscr:"𝒴",yscr:"𝓎",YUcy:"Ю",yucy:"ю",Yuml:"Ÿ",yuml:"ÿ",Zacute:"Ź",zacute:"ź",Zcaron:"Ž",zcaron:"ž",Zcy:"З",zcy:"з",Zdot:"Ż",zdot:"ż",zeetrf:"ℨ",ZeroWidthSpace:"",Zeta:"Ζ",zeta:"ζ",Zfr:"ℨ",zfr:"𝔷",ZHcy:"Ж",zhcy:"ж",zigrarr:"⇝",Zopf:"ℤ",zopf:"𝕫",Zscr:"𝒵",zscr:"𝓏",zwj:"",zwnj:""}),Gp.entityMap=Gp.HTML_ENTITIES;var Yp={},Qp=Df.NAMESPACE,Jp=/[A-Z_a-z\xC0-\xD6\xD8-\xF6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,eg=new RegExp("[\\-\\.0-9"+Jp.source.slice(1,-1)+"\\u00B7\\u0300-\\u036F\\u203F-\\u2040]"),tg=new RegExp("^"+Jp.source+eg.source+"*(?::"+Jp.source+eg.source+"*)?$");function ng(e,t){this.message=e,this.locator=t,Error.captureStackTrace&&Error.captureStackTrace(this,ng)}function rg(){}function ig(e,t){return t.lineNumber=e.lineNumber,t.columnNumber=e.columnNumber,t}function og(e,t,n,r,i,o){function a(e,t,r){n.attributeNames.hasOwnProperty(e)&&o.fatalError("Attribute "+e+" redefined"),n.addValue(e,t.replace(/[\t\n\r]/g," ").replace(/&#?\w+;/g,i),r)}for(var s,c=++t,u=0;;){var l=e.charAt(c);switch(l){case"=":if(1===u)s=e.slice(t,c),u=3;else{if(2!==u)throw new Error("attribute equal must after attrName");u=3}break;case"'":case'"':if(3===u||1===u){if(1===u&&(o.warning('attribute value must after "="'),s=e.slice(t,c)),t=c+1,!((c=e.indexOf(l,t))>0))throw new Error("attribute value no end '"+l+"' match");a(s,d=e.slice(t,c),t-1),u=5}else{if(4!=u)throw new Error('attribute value must after "="');a(s,d=e.slice(t,c),t),o.warning('attribute "'+s+'" missed start quot('+l+")!!"),t=c+1,u=5}break;case"/":switch(u){case 0:n.setTagName(e.slice(t,c));case 5:case 6:case 7:u=7,n.closed=!0;case 4:case 1:break;case 2:n.closed=!0;break;default:throw new Error("attribute invalid close char('/')")}break;case"":return o.error("unexpected end of input"),0==u&&n.setTagName(e.slice(t,c)),c;case">":switch(u){case 0:n.setTagName(e.slice(t,c));case 5:case 6:case 7:break;case 4:case 1:"/"===(d=e.slice(t,c)).slice(-1)&&(n.closed=!0,d=d.slice(0,-1));case 2:2===u&&(d=s),4==u?(o.warning('attribute "'+d+'" missed quot(")!'),a(s,d,t)):(Qp.isHTML(r[""])&&d.match(/^(?:disabled|checked|selected)$/i)||o.warning('attribute "'+d+'" missed value!! "'+d+'" instead!!'),a(d,d,t));break;case 3:throw new Error("attribute value missed!!")}return c;case"":l=" ";default:if(l<=" ")switch(u){case 0:n.setTagName(e.slice(t,c)),u=6;break;case 1:s=e.slice(t,c),u=2;break;case 4:var d=e.slice(t,c);o.warning('attribute "'+d+'" missed quot(")!!'),a(s,d,t);case 5:u=6}else switch(u){case 2:n.tagName,Qp.isHTML(r[""])&&s.match(/^(?:disabled|checked|selected)$/i)||o.warning('attribute "'+s+'" missed value!! "'+s+'" instead2!!'),a(s,s,t),t=c,u=1;break;case 5:o.warning('attribute space is required"'+s+'"!!');case 6:u=1,t=c;break;case 3:u=4,t=c;break;case 7:throw new Error("elements closed character '/' and '>' must be connected to")}}c++}}function ag(e,t,n){for(var r=e.tagName,i=null,o=e.length;o--;){var a=e[o],s=a.qName,c=a.value;if((h=s.indexOf(":"))>0)var u=a.prefix=s.slice(0,h),l=s.slice(h+1),d="xmlns"===u&&l;else l=s,u=null,d="xmlns"===s&&"";a.localName=l,!1!==d&&(null==i&&(i={},ug(n,n={})),n[d]=i[d]=c,a.uri=Qp.XMLNS,t.startPrefixMapping(d,c))}for(o=e.length;o--;){(u=(a=e[o]).prefix)&&("xml"===u&&(a.uri=Qp.XML),"xmlns"!==u&&(a.uri=n[u||""]))}var h;(h=r.indexOf(":"))>0?(u=e.prefix=r.slice(0,h),l=e.localName=r.slice(h+1)):(u=null,l=e.localName=r);var f=e.uri=n[u||""];if(t.startElement(f,l,r,e),!e.closed)return e.currentNSMap=n,e.localNSMap=i,!0;if(t.endElement(f,l,r),i)for(u in i)Object.prototype.hasOwnProperty.call(i,u)&&t.endPrefixMapping(u)}function sg(e,t,n,r,i){if(/^(?:script|textarea)$/i.test(n)){var o=e.indexOf("</"+n+">",t),a=e.substring(t+1,o);if(/[&<]/.test(a))return/^script$/i.test(n)?(i.characters(a,0,a.length),o):(a=a.replace(/&#?\w+;/g,r),i.characters(a,0,a.length),o)}return t+1}function cg(e,t,n,r){var i=r[n];return null==i&&((i=e.lastIndexOf("</"+n+">"))<t&&(i=e.lastIndexOf("</"+n)),r[n]=i),i<t}function ug(e,t){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])}function lg(e,t,n,r){switch(e.charAt(t+2)){case"-":return"-"===e.charAt(t+3)?(i=e.indexOf("--\x3e",t+4))>t?(n.comment(e,t+4,i-t-4),i+3):(r.error("Unclosed comment"),-1):-1;default:if("CDATA["==e.substr(t+3,6)){var i=e.indexOf("]]>",t+9);return n.startCDATA(),n.characters(e,t+9,i-t-9),n.endCDATA(),i+3}var o=function(e,t){var n,r=[],i=/'[^']+'|"[^"]+"|[^\s<>\/=]+=?|(\/?\s*>|<)/g;i.lastIndex=t,i.exec(e);for(;n=i.exec(e);)if(r.push(n),n[1])return r}(e,t),a=o.length;if(a>1&&/!doctype/i.test(o[0][0])){var s=o[1][0],c=!1,u=!1;a>3&&(/^public$/i.test(o[2][0])?(c=o[3][0],u=a>4&&o[4][0]):/^system$/i.test(o[2][0])&&(u=o[3][0]));var l=o[a-1];return n.startDTD(s,c,u),n.endDTD(),l.index+l[0].length}}return-1}function dg(e,t,n){var r=e.indexOf("?>",t);if(r){var i=e.substring(t,r).match(/^<\?(\S*)\s*([\s\S]*?)$/);return i?(i[0].length,n.processingInstruction(i[1],i[2]),r+2):-1}return-1}function hg(){this.attributeNames={}}ng.prototype=new Error,ng.prototype.name=ng.name,rg.prototype={parse:function(e,t,n){var r=this.domBuilder;r.startDocument(),ug(t,t={}),function(e,t,n,r,i){function o(e){if(e>65535){var t=55296+((e-=65536)>>10),n=56320+(1023&e);return String.fromCharCode(t,n)}return String.fromCharCode(e)}function a(e){var t=e.slice(1,-1);return Object.hasOwnProperty.call(n,t)?n[t]:"#"===t.charAt(0)?o(parseInt(t.substr(1).replace("x","0x"))):(i.error("entity not found:"+e),e)}function s(t){if(t>g){var n=e.substring(g,t).replace(/&#?\w+;/g,a);h&&c(g),r.characters(n,0,t-g),g=t}}function c(t,n){for(;t>=l&&(n=d.exec(e));)u=n.index,l=u+n[0].length,h.lineNumber++;h.columnNumber=t-u+1}var u=0,l=0,d=/.*(?:\r\n?|\n)|.*$/g,h=r.locator,f=[{currentNSMap:t}],p={},g=0;for(;;){try{var m=e.indexOf("<",g);if(m<0){if(!e.substr(g).match(/^\s*$/)){var y=r.doc,b=y.createTextNode(e.substr(g));y.appendChild(b),r.currentElement=b}return}switch(m>g&&s(m),e.charAt(m+1)){case"/":var w=e.indexOf(">",m+3),x=e.substring(m+2,w).replace(/[ \t\n\r]+$/g,""),v=f.pop();w<0?(x=e.substring(m+2).replace(/[\s<].*/,""),i.error("end tag name: "+x+" is not complete:"+v.tagName),w=m+1+x.length):x.match(/\s</)&&(x=x.replace(/[\s<].*/,""),i.error("end tag name: "+x+" maybe not complete"),w=m+1+x.length);var _=v.localNSMap,D=v.tagName==x;if(D||v.tagName&&v.tagName.toLowerCase()==x.toLowerCase()){if(r.endElement(v.uri,v.localName,x),_)for(var T in _)Object.prototype.hasOwnProperty.call(_,T)&&r.endPrefixMapping(T);D||i.fatalError("end tag name: "+x+" is not match the current start tagName:"+v.tagName)}else f.push(v);w++;break;case"?":h&&c(m),w=dg(e,m,r);break;case"!":h&&c(m),w=lg(e,m,r,i);break;default:h&&c(m);var U=new hg,E=f[f.length-1].currentNSMap,k=(w=og(e,m,U,E,a,i),U.length);if(!U.closed&&cg(e,w,U.tagName,p)&&(U.closed=!0,n.nbsp||i.warning("unclosed xml attribute")),h&&k){for(var S=ig(h,{}),A=0;A<k;A++){var F=U[A];c(F.offset),F.locator=ig(h,{})}r.locator=S,ag(U,r,E)&&f.push(U),r.locator=h}else ag(U,r,E)&&f.push(U);Qp.isHTML(U.uri)&&!U.closed?w=sg(e,w,U.tagName,a,r):w++}}catch(yx){if(yx instanceof ng)throw yx;i.error("element parse error: "+yx),w=-1}w>g?g=w:s(Math.max(m,g)+1)}}(e,t,n,r,this.errorHandler),r.endDocument()}},hg.prototype={setTagName:function(e){if(!tg.test(e))throw new Error("invalid tagName:"+e);this.tagName=e},addValue:function(e,t,n){if(!tg.test(e))throw new Error("invalid attribute:"+e);this.attributeNames[e]=this.length,this[this.length++]={qName:e,value:t,offset:n}},length:0,getLocalName:function(e){return this[e].localName},getLocator:function(e){return this[e].locator},getQName:function(e){return this[e].qName},getURI:function(e){return this[e].uri},getValue:function(e){return this[e].value}},Yp.XMLReader=rg,Yp.ParseError=ng;var fg=Df,pg=$p,gg=Yp,mg=_f.DOMImplementation,yg=fg.NAMESPACE,bg=gg.ParseError,wg=gg.XMLReader;function xg(e){return e.replace(/\r[\n\u0085]/g,"\n").replace(/[\r\u0085\u2028]/g,"\n")}function vg(e){this.options=e||{locator:{}}}function _g(){this.cdata=!1}function Dg(e,t){t.lineNumber=e.lineNumber,t.columnNumber=e.columnNumber}function Tg(e,t,n){return"string"==typeof e?e.substr(t,n):e.length>=t+n||t?new java.lang.String(e,t,n)+"":e}function Ug(e,t){e.currentElement?e.currentElement.appendChild(t):e.doc.appendChild(t)}vg.prototype.parseFromString=function(e,t){var n=this.options,r=new wg,i=n.domBuilder||new _g,o=n.errorHandler,a=n.locator,s=n.xmlns||{},c=/\/x?html?$/.test(t),u=c?pg.HTML_ENTITIES:pg.XML_ENTITIES;a&&i.setDocumentLocator(a),r.errorHandler=function(e,t,n){if(!e){if(t instanceof _g)return t;e=t}var r={},i=e instanceof Function;function o(t){var o=e[t];!o&&i&&(o=2==e.length?function(n){e(t,n)}:e),r[t]=o&&function(e){o("[xmldom "+t+"]\t"+e+function(e){if(e)return"\n@"+(e.systemId||"")+"#[line:"+e.lineNumber+",col:"+e.columnNumber+"]"}(n))}||function(){}}return n=n||{},o("warning"),o("error"),o("fatalError"),r}(o,i,a),r.domBuilder=n.domBuilder||i,c&&(s[""]=yg.HTML),s.xml=s.xml||yg.XML;var l=n.normalizeLineEndings||xg;return e&&"string"==typeof e?r.parse(l(e),s,u):r.errorHandler.error("invalid doc source"),i.doc},_g.prototype={startDocument:function(){this.doc=(new mg).createDocument(null,null,null),this.locator&&(this.doc.documentURI=this.locator.systemId)},startElement:function(e,t,n,r){var i=this.doc,o=i.createElementNS(e,n||t),a=r.length;Ug(this,o),this.currentElement=o,this.locator&&Dg(this.locator,o);for(var s=0;s<a;s++){e=r.getURI(s);var c=r.getValue(s),u=(n=r.getQName(s),i.createAttributeNS(e,n));this.locator&&Dg(r.getLocator(s),u),u.value=u.nodeValue=c,o.setAttributeNode(u)}},endElement:function(e,t,n){var r=this.currentElement;r.tagName,this.currentElement=r.parentNode},startPrefixMapping:function(e,t){},endPrefixMapping:function(e){},processingInstruction:function(e,t){var n=this.doc.createProcessingInstruction(e,t);this.locator&&Dg(this.locator,n),Ug(this,n)},ignorableWhitespace:function(e,t,n){},characters:function(e,t,n){if(e=Tg.apply(this,arguments)){if(this.cdata)var r=this.doc.createCDATASection(e);else r=this.doc.createTextNode(e);this.currentElement?this.currentElement.appendChild(r):/^\s*$/.test(e)&&this.doc.appendChild(r),this.locator&&Dg(this.locator,r)}},skippedEntity:function(e){},endDocument:function(){this.doc.normalize()},setDocumentLocator:function(e){(this.locator=e)&&(e.lineNumber=0)},comment:function(e,t,n){e=Tg.apply(this,arguments);var r=this.doc.createComment(e);this.locator&&Dg(this.locator,r),Ug(this,r)},startCDATA:function(){this.cdata=!0},endCDATA:function(){this.cdata=!1},startDTD:function(e,t,n){var r=this.doc.implementation;if(r&&r.createDocumentType){var i=r.createDocumentType(e,t,n);this.locator&&Dg(this.locator,i),Ug(this,i),this.doc.doctype=i}},warning:function(e){},error:function(e){},fatalError:function(e){throw new bg(e,this.locator)}},"endDTD,startEntity,endEntity,attributeDecl,elementDecl,externalEntityDecl,internalEntityDecl,resolveEntity,getExternalSubset,notationDecl,unparsedEntityDecl".replace(/\w+/g,(function(e){_g.prototype[e]=function(){return null}})),Xp.__DOMHandler=_g,Xp.normalizeLineEndings=xg,Xp.DOMParser=vg;var Eg=_f;vf.DOMImplementation=Eg.DOMImplementation,vf.XMLSerializer=Eg.XMLSerializer,vf.DOMParser=Xp.DOMParser;var kg=vf,Sg=_f;xf.parseFromString=function(e){var t=null,n=new kg.DOMParser({errorHandler:function(e,n){t={level:e,message:n}}}).parseFromString(e);if(null===t)return n;throw new Error(t.level+": "+t.message)},xf.Node=Sg.Node;var Ag=od,Fg=rd.exports,Cg=xf,Ig=ff,Og=Ig.Element;wf.readString=function(e,t){t=t||{};try{var n=Cg.parseFromString(e,"text/xml")}catch(o){return Ag.reject(o)}if("parsererror"===n.documentElement.tagName)return Ag.resolve(new Error(n.documentElement.textContent));function r(e){switch(e.nodeType){case Ng.ELEMENT_NODE:return function(e){var t=i(e),n=[];Fg.forEach(e.childNodes,(function(e){var t=r(e);t&&n.push(t)}));var o={};return Fg.forEach(e.attributes,(function(e){o[i(e)]=e.value})),new Og(t,o,n)}(e);case Ng.TEXT_NODE:return Ig.text(e.nodeValue)}}function i(e){if(e.namespaceURI){var n=t[e.namespaceURI];return(n?n+":":"{"+e.namespaceURI+"}")+e.localName}return e.localName}return Ag.resolve(r(n.documentElement))};var Ng=Cg.Node;var Bg={},Wg={},Rg={};(function(){var e,t,n,r,i,o,a,s=[].slice,c={}.hasOwnProperty;e=function(){var e,t,n,r,o,a;if(a=arguments[0],o=2<=arguments.length?s.call(arguments,1):[],i(Object.assign))Object.assign.apply(null,arguments);else for(e=0,n=o.length;e<n;e++)if(null!=(r=o[e]))for(t in r)c.call(r,t)&&(a[t]=r[t]);return a},i=function(e){return!!e&&"[object Function]"===Object.prototype.toString.call(e)},o=function(e){var t;return!!e&&("function"==(t=typeof e)||"object"===t)},n=function(e){return i(Array.isArray)?Array.isArray(e):"[object Array]"===Object.prototype.toString.call(e)},r=function(e){var t;if(n(e))return!e.length;for(t in e)if(c.call(e,t))return!1;return!0},a=function(e){var t,n;return o(e)&&(n=Object.getPrototypeOf(e))&&(t=n.constructor)&&"function"==typeof t&&t instanceof t&&Function.prototype.toString.call(t)===Function.prototype.toString.call(Object)},t=function(e){return i(e.valueOf)?e.valueOf():e},Rg.assign=e,Rg.isFunction=i,Rg.isObject=o,Rg.isArray=n,Rg.isEmpty=r,Rg.isPlainObject=a,Rg.getValue=t}).call(ed);var Pg={exports:{}},Lg={exports:{}},jg={exports:{}},zg={exports:{}};(function(){zg.exports=function(){function e(e,t,n){if(this.options=e.options,this.stringify=e.stringify,this.parent=e,null==t)throw new Error("Missing attribute name. "+this.debugInfo(t));if(null==n)throw new Error("Missing attribute value. "+this.debugInfo(t));this.name=this.stringify.attName(t),this.value=this.stringify.attValue(n)}return e.prototype.clone=function(){return Object.create(this)},e.prototype.toString=function(e){return this.options.writer.set(e).attribute(this)},e.prototype.debugInfo=function(e){return null==(e=e||this.name)?"parent: <"+this.parent.name+">":"attribute: {"+e+"}, parent: <"+this.parent.name+">"},e}()}).call(ed),function(){var e,t,n,r,i,o,a={}.hasOwnProperty;i=(o=Rg).isObject,r=o.isFunction,n=o.getValue,t=Lg.exports,e=zg.exports,jg.exports=function(t){function o(e,t,n){if(o.__super__.constructor.call(this,e),null==t)throw new Error("Missing element name. "+this.debugInfo());this.name=this.stringify.eleName(t),this.attributes={},null!=n&&this.attribute(n),e.isDocument&&(this.isRoot=!0,this.documentObject=e,e.rootObject=this)}return function(e,t){for(var n in t)a.call(t,n)&&(e[n]=t[n]);function r(){this.constructor=e}r.prototype=t.prototype,e.prototype=new r,e.__super__=t.prototype}(o,t),o.prototype.clone=function(){var e,t,n,r;for(t in(n=Object.create(this)).isRoot&&(n.documentObject=null),n.attributes={},r=this.attributes)a.call(r,t)&&(e=r[t],n.attributes[t]=e.clone());return n.children=[],this.children.forEach((function(e){var t;return(t=e.clone()).parent=n,n.children.push(t)})),n},o.prototype.attribute=function(t,o){var s,c;if(null!=t&&(t=n(t)),i(t))for(s in t)a.call(t,s)&&(c=t[s],this.attribute(s,c));else r(o)&&(o=o.apply()),this.options.skipNullAttributes&&null==o||(this.attributes[t]=new e(this,t,o));return this},o.prototype.removeAttribute=function(e){var t,r,i;if(null==e)throw new Error("Missing attribute name. "+this.debugInfo());if(e=n(e),Array.isArray(e))for(r=0,i=e.length;r<i;r++)t=e[r],delete this.attributes[t];else delete this.attributes[e];return this},o.prototype.toString=function(e){return this.options.writer.set(e).element(this)},o.prototype.att=function(e,t){return this.attribute(e,t)},o.prototype.a=function(e,t){return this.attribute(e,t)},o}(t)}.call(ed);var Mg={exports:{}};(function(){var e,t={}.hasOwnProperty;e=Lg.exports,Mg.exports=function(e){function n(e,t){if(n.__super__.constructor.call(this,e),null==t)throw new Error("Missing CDATA text. "+this.debugInfo());this.text=this.stringify.cdata(t)}return function(e,n){for(var r in n)t.call(n,r)&&(e[r]=n[r]);function i(){this.constructor=e}i.prototype=n.prototype,e.prototype=new i,e.__super__=n.prototype}(n,e),n.prototype.clone=function(){return Object.create(this)},n.prototype.toString=function(e){return this.options.writer.set(e).cdata(this)},n}(e)}).call(ed);var qg={exports:{}};(function(){var e,t={}.hasOwnProperty;e=Lg.exports,qg.exports=function(e){function n(e,t){if(n.__super__.constructor.call(this,e),null==t)throw new Error("Missing comment text. "+this.debugInfo());this.text=this.stringify.comment(t)}return function(e,n){for(var r in n)t.call(n,r)&&(e[r]=n[r]);function i(){this.constructor=e}i.prototype=n.prototype,e.prototype=new i,e.__super__=n.prototype}(n,e),n.prototype.clone=function(){return Object.create(this)},n.prototype.toString=function(e){return this.options.writer.set(e).comment(this)},n}(e)}).call(ed);var Hg={exports:{}};(function(){var e,t,n={}.hasOwnProperty;t=Rg.isObject,e=Lg.exports,Hg.exports=function(e){function r(e,n,i,o){var a;r.__super__.constructor.call(this,e),t(n)&&(n=(a=n).version,i=a.encoding,o=a.standalone),n||(n="1.0"),this.version=this.stringify.xmlVersion(n),null!=i&&(this.encoding=this.stringify.xmlEncoding(i)),null!=o&&(this.standalone=this.stringify.xmlStandalone(o))}return function(e,t){for(var r in t)n.call(t,r)&&(e[r]=t[r]);function i(){this.constructor=e}i.prototype=t.prototype,e.prototype=new i,e.__super__=t.prototype}(r,e),r.prototype.toString=function(e){return this.options.writer.set(e).declaration(this)},r}(e)}).call(ed);var Vg={exports:{}},Kg={exports:{}};(function(){var e,t={}.hasOwnProperty;e=Lg.exports,Kg.exports=function(e){function n(e,t,r,i,o,a){if(n.__super__.constructor.call(this,e),null==t)throw new Error("Missing DTD element name. "+this.debugInfo());if(null==r)throw new Error("Missing DTD attribute name. "+this.debugInfo(t));if(!i)throw new Error("Missing DTD attribute type. "+this.debugInfo(t));if(!o)throw new Error("Missing DTD attribute default. "+this.debugInfo(t));if(0!==o.indexOf("#")&&(o="#"+o),!o.match(/^(#REQUIRED|#IMPLIED|#FIXED|#DEFAULT)$/))throw new Error("Invalid default value type; expected: #REQUIRED, #IMPLIED, #FIXED or #DEFAULT. "+this.debugInfo(t));if(a&&!o.match(/^(#FIXED|#DEFAULT)$/))throw new Error("Default value only applies to #FIXED or #DEFAULT. "+this.debugInfo(t));this.elementName=this.stringify.eleName(t),this.attributeName=this.stringify.attName(r),this.attributeType=this.stringify.dtdAttType(i),this.defaultValue=this.stringify.dtdAttDefault(a),this.defaultValueType=o}return function(e,n){for(var r in n)t.call(n,r)&&(e[r]=n[r]);function i(){this.constructor=e}i.prototype=n.prototype,e.prototype=new i,e.__super__=n.prototype}(n,e),n.prototype.toString=function(e){return this.options.writer.set(e).dtdAttList(this)},n}(e)}).call(ed);var Gg={exports:{}};(function(){var e,t,n={}.hasOwnProperty;t=Rg.isObject,e=Lg.exports,Gg.exports=function(e){function r(e,n,i,o){if(r.__super__.constructor.call(this,e),null==i)throw new Error("Missing DTD entity name. "+this.debugInfo(i));if(null==o)throw new Error("Missing DTD entity value. "+this.debugInfo(i));if(this.pe=!!n,this.name=this.stringify.eleName(i),t(o)){if(!o.pubID&&!o.sysID)throw new Error("Public and/or system identifiers are required for an external entity. "+this.debugInfo(i));if(o.pubID&&!o.sysID)throw new Error("System identifier is required for a public external entity. "+this.debugInfo(i));if(null!=o.pubID&&(this.pubID=this.stringify.dtdPubID(o.pubID)),null!=o.sysID&&(this.sysID=this.stringify.dtdSysID(o.sysID)),null!=o.nData&&(this.nData=this.stringify.dtdNData(o.nData)),this.pe&&this.nData)throw new Error("Notation declaration is not allowed in a parameter entity. "+this.debugInfo(i))}else this.value=this.stringify.dtdEntityValue(o)}return function(e,t){for(var r in t)n.call(t,r)&&(e[r]=t[r]);function i(){this.constructor=e}i.prototype=t.prototype,e.prototype=new i,e.__super__=t.prototype}(r,e),r.prototype.toString=function(e){return this.options.writer.set(e).dtdEntity(this)},r}(e)}).call(ed);var Zg={exports:{}};(function(){var e,t={}.hasOwnProperty;e=Lg.exports,Zg.exports=function(e){function n(e,t,r){if(n.__super__.constructor.call(this,e),null==t)throw new Error("Missing DTD element name. "+this.debugInfo());r||(r="(#PCDATA)"),Array.isArray(r)&&(r="("+r.join(",")+")"),this.name=this.stringify.eleName(t),this.value=this.stringify.dtdElementValue(r)}return function(e,n){for(var r in n)t.call(n,r)&&(e[r]=n[r]);function i(){this.constructor=e}i.prototype=n.prototype,e.prototype=new i,e.__super__=n.prototype}(n,e),n.prototype.toString=function(e){return this.options.writer.set(e).dtdElement(this)},n}(e)}).call(ed);var Xg={exports:{}};(function(){var e,t={}.hasOwnProperty;e=Lg.exports,Xg.exports=function(e){function n(e,t,r){if(n.__super__.constructor.call(this,e),null==t)throw new Error("Missing DTD notation name. "+this.debugInfo(t));if(!r.pubID&&!r.sysID)throw new Error("Public or system identifiers are required for an external entity. "+this.debugInfo(t));this.name=this.stringify.eleName(t),null!=r.pubID&&(this.pubID=this.stringify.dtdPubID(r.pubID)),null!=r.sysID&&(this.sysID=this.stringify.dtdSysID(r.sysID))}return function(e,n){for(var r in n)t.call(n,r)&&(e[r]=n[r]);function i(){this.constructor=e}i.prototype=n.prototype,e.prototype=new i,e.__super__=n.prototype}(n,e),n.prototype.toString=function(e){return this.options.writer.set(e).dtdNotation(this)},n}(e)}).call(ed),function(){var e,t,n,r,i,o,a={}.hasOwnProperty;o=Rg.isObject,i=Lg.exports,e=Kg.exports,n=Gg.exports,t=Zg.exports,r=Xg.exports,Vg.exports=function(i){function s(e,t,n){var r,i;s.__super__.constructor.call(this,e),this.name="!DOCTYPE",this.documentObject=e,o(t)&&(t=(r=t).pubID,n=r.sysID),null==n&&(n=(i=[t,n])[0],t=i[1]),null!=t&&(this.pubID=this.stringify.dtdPubID(t)),null!=n&&(this.sysID=this.stringify.dtdSysID(n))}return function(e,t){for(var n in t)a.call(t,n)&&(e[n]=t[n]);function r(){this.constructor=e}r.prototype=t.prototype,e.prototype=new r,e.__super__=t.prototype}(s,i),s.prototype.element=function(e,n){var r;return r=new t(this,e,n),this.children.push(r),this},s.prototype.attList=function(t,n,r,i,o){var a;return a=new e(this,t,n,r,i,o),this.children.push(a),this},s.prototype.entity=function(e,t){var r;return r=new n(this,!1,e,t),this.children.push(r),this},s.prototype.pEntity=function(e,t){var r;return r=new n(this,!0,e,t),this.children.push(r),this},s.prototype.notation=function(e,t){var n;return n=new r(this,e,t),this.children.push(n),this},s.prototype.toString=function(e){return this.options.writer.set(e).docType(this)},s.prototype.ele=function(e,t){return this.element(e,t)},s.prototype.att=function(e,t,n,r,i){return this.attList(e,t,n,r,i)},s.prototype.ent=function(e,t){return this.entity(e,t)},s.prototype.pent=function(e,t){return this.pEntity(e,t)},s.prototype.not=function(e,t){return this.notation(e,t)},s.prototype.up=function(){return this.root()||this.documentObject},s}(i)}.call(ed);var $g={exports:{}};(function(){var e,t={}.hasOwnProperty;e=Lg.exports,$g.exports=function(e){function n(e,t){if(n.__super__.constructor.call(this,e),null==t)throw new Error("Missing raw text. "+this.debugInfo());this.value=this.stringify.raw(t)}return function(e,n){for(var r in n)t.call(n,r)&&(e[r]=n[r]);function i(){this.constructor=e}i.prototype=n.prototype,e.prototype=new i,e.__super__=n.prototype}(n,e),n.prototype.clone=function(){return Object.create(this)},n.prototype.toString=function(e){return this.options.writer.set(e).raw(this)},n}(e)}).call(ed);var Yg={exports:{}};(function(){var e,t={}.hasOwnProperty;e=Lg.exports,Yg.exports=function(e){function n(e,t){if(n.__super__.constructor.call(this,e),null==t)throw new Error("Missing element text. "+this.debugInfo());this.value=this.stringify.eleText(t)}return function(e,n){for(var r in n)t.call(n,r)&&(e[r]=n[r]);function i(){this.constructor=e}i.prototype=n.prototype,e.prototype=new i,e.__super__=n.prototype}(n,e),n.prototype.clone=function(){return Object.create(this)},n.prototype.toString=function(e){return this.options.writer.set(e).text(this)},n}(e)}).call(ed);var Qg={exports:{}};(function(){var e,t={}.hasOwnProperty;e=Lg.exports,Qg.exports=function(e){function n(e,t,r){if(n.__super__.constructor.call(this,e),null==t)throw new Error("Missing instruction target. "+this.debugInfo());this.target=this.stringify.insTarget(t),r&&(this.value=this.stringify.insValue(r))}return function(e,n){for(var r in n)t.call(n,r)&&(e[r]=n[r]);function i(){this.constructor=e}i.prototype=n.prototype,e.prototype=new i,e.__super__=n.prototype}(n,e),n.prototype.clone=function(){return Object.create(this)},n.prototype.toString=function(e){return this.options.writer.set(e).processingInstruction(this)},n}(e)}).call(ed);var Jg={exports:{}};(function(){var e,t={}.hasOwnProperty;e=Lg.exports,Jg.exports=function(e){function n(e){n.__super__.constructor.call(this,e),this.isDummy=!0}return function(e,n){for(var r in n)t.call(n,r)&&(e[r]=n[r]);function i(){this.constructor=e}i.prototype=n.prototype,e.prototype=new i,e.__super__=n.prototype}(n,e),n.prototype.clone=function(){return Object.create(this)},n.prototype.toString=function(e){return""},n}(e)}).call(ed),function(){var e,t,n,r,i,o,a,s,c,u,l,d,h,f,p={}.hasOwnProperty;h=(f=Rg).isObject,d=f.isFunction,l=f.isEmpty,u=f.getValue,o=null,e=null,t=null,n=null,r=null,s=null,c=null,a=null,i=null,Lg.exports=function(){function f(u){this.parent=u,this.parent&&(this.options=this.parent.options,this.stringify=this.parent.stringify),this.children=[],o||(o=jg.exports,e=Mg.exports,t=qg.exports,n=Hg.exports,r=Vg.exports,s=$g.exports,c=Yg.exports,a=Qg.exports,i=Jg.exports)}return f.prototype.element=function(e,t,n){var r,i,o,a,s,c,f,g,m,y,b;if(c=null,null===t&&null==n&&(t=(m=[{},null])[0],n=m[1]),null==t&&(t={}),t=u(t),h(t)||(n=(y=[t,n])[0],t=y[1]),null!=e&&(e=u(e)),Array.isArray(e))for(o=0,f=e.length;o<f;o++)i=e[o],c=this.element(i);else if(d(e))c=this.element(e.apply());else if(h(e)){for(s in e)if(p.call(e,s))if(b=e[s],d(b)&&(b=b.apply()),h(b)&&l(b)&&(b=null),!this.options.ignoreDecorators&&this.stringify.convertAttKey&&0===s.indexOf(this.stringify.convertAttKey))c=this.attribute(s.substr(this.stringify.convertAttKey.length),b);else if(!this.options.separateArrayItems&&Array.isArray(b))for(a=0,g=b.length;a<g;a++)i=b[a],(r={})[s]=i,c=this.element(r);else h(b)?(c=this.element(s)).element(b):c=this.element(s,b)}else c=this.options.skipNullNodes&&null===n?this.dummy():!this.options.ignoreDecorators&&this.stringify.convertTextKey&&0===e.indexOf(this.stringify.convertTextKey)?this.text(n):!this.options.ignoreDecorators&&this.stringify.convertCDataKey&&0===e.indexOf(this.stringify.convertCDataKey)?this.cdata(n):!this.options.ignoreDecorators&&this.stringify.convertCommentKey&&0===e.indexOf(this.stringify.convertCommentKey)?this.comment(n):!this.options.ignoreDecorators&&this.stringify.convertRawKey&&0===e.indexOf(this.stringify.convertRawKey)?this.raw(n):!this.options.ignoreDecorators&&this.stringify.convertPIKey&&0===e.indexOf(this.stringify.convertPIKey)?this.instruction(e.substr(this.stringify.convertPIKey.length),n):this.node(e,t,n);if(null==c)throw new Error("Could not create any elements with: "+e+". "+this.debugInfo());return c},f.prototype.insertBefore=function(e,t,n){var r,i,o;if(this.isRoot)throw new Error("Cannot insert elements at root level. "+this.debugInfo(e));return i=this.parent.children.indexOf(this),o=this.parent.children.splice(i),r=this.parent.element(e,t,n),Array.prototype.push.apply(this.parent.children,o),r},f.prototype.insertAfter=function(e,t,n){var r,i,o;if(this.isRoot)throw new Error("Cannot insert elements at root level. "+this.debugInfo(e));return i=this.parent.children.indexOf(this),o=this.parent.children.splice(i+1),r=this.parent.element(e,t,n),Array.prototype.push.apply(this.parent.children,o),r},f.prototype.remove=function(){var e;if(this.isRoot)throw new Error("Cannot remove the root element. "+this.debugInfo());return e=this.parent.children.indexOf(this),[].splice.apply(this.parent.children,[e,e-e+1].concat([])),this.parent},f.prototype.node=function(e,t,n){var r,i;return null!=e&&(e=u(e)),t||(t={}),t=u(t),h(t)||(n=(i=[t,n])[0],t=i[1]),r=new o(this,e,t),null!=n&&r.text(n),this.children.push(r),r},f.prototype.text=function(e){var t;return t=new c(this,e),this.children.push(t),this},f.prototype.cdata=function(t){var n;return n=new e(this,t),this.children.push(n),this},f.prototype.comment=function(e){var n;return n=new t(this,e),this.children.push(n),this},f.prototype.commentBefore=function(e){var t,n;return t=this.parent.children.indexOf(this),n=this.parent.children.splice(t),this.parent.comment(e),Array.prototype.push.apply(this.parent.children,n),this},f.prototype.commentAfter=function(e){var t,n;return t=this.parent.children.indexOf(this),n=this.parent.children.splice(t+1),this.parent.comment(e),Array.prototype.push.apply(this.parent.children,n),this},f.prototype.raw=function(e){var t;return t=new s(this,e),this.children.push(t),this},f.prototype.dummy=function(){var e;return e=new i(this),this.children.push(e),e},f.prototype.instruction=function(e,t){var n,r,i,o,s;if(null!=e&&(e=u(e)),null!=t&&(t=u(t)),Array.isArray(e))for(o=0,s=e.length;o<s;o++)n=e[o],this.instruction(n);else if(h(e))for(n in e)p.call(e,n)&&(r=e[n],this.instruction(n,r));else d(t)&&(t=t.apply()),i=new a(this,e,t),this.children.push(i);return this},f.prototype.instructionBefore=function(e,t){var n,r;return n=this.parent.children.indexOf(this),r=this.parent.children.splice(n),this.parent.instruction(e,t),Array.prototype.push.apply(this.parent.children,r),this},f.prototype.instructionAfter=function(e,t){var n,r;return n=this.parent.children.indexOf(this),r=this.parent.children.splice(n+1),this.parent.instruction(e,t),Array.prototype.push.apply(this.parent.children,r),this},f.prototype.declaration=function(e,t,r){var i,o;return i=this.document(),o=new n(i,e,t,r),i.children[0]instanceof n?i.children[0]=o:i.children.unshift(o),i.root()||i},f.prototype.doctype=function(e,t){var n,i,o,a,s,c,u,l,d;for(n=this.document(),i=new r(n,e,t),o=a=0,c=(l=n.children).length;a<c;o=++a)if(l[o]instanceof r)return n.children[o]=i,i;for(o=s=0,u=(d=n.children).length;s<u;o=++s)if(d[o].isRoot)return n.children.splice(o,0,i),i;return n.children.push(i),i},f.prototype.up=function(){if(this.isRoot)throw new Error("The root node has no parent. Use doc() if you need to get the document object.");return this.parent},f.prototype.root=function(){var e;for(e=this;e;){if(e.isDocument)return e.rootObject;if(e.isRoot)return e;e=e.parent}},f.prototype.document=function(){var e;for(e=this;e;){if(e.isDocument)return e;e=e.parent}},f.prototype.end=function(e){return this.document().end(e)},f.prototype.prev=function(){var e;for(e=this.parent.children.indexOf(this);e>0&&this.parent.children[e-1].isDummy;)e-=1;if(e<1)throw new Error("Already at the first node. "+this.debugInfo());return this.parent.children[e-1]},f.prototype.next=function(){var e;for(e=this.parent.children.indexOf(this);e<this.parent.children.length-1&&this.parent.children[e+1].isDummy;)e+=1;if(-1===e||e===this.parent.children.length-1)throw new Error("Already at the last node. "+this.debugInfo());return this.parent.children[e+1]},f.prototype.importDocument=function(e){var t;return(t=e.root().clone()).parent=this,t.isRoot=!1,this.children.push(t),this},f.prototype.debugInfo=function(e){var t,n;return null!=(e=e||this.name)||(null!=(t=this.parent)?t.name:void 0)?null==e?"parent: <"+this.parent.name+">":(null!=(n=this.parent)?n.name:void 0)?"node: <"+e+">, parent: <"+this.parent.name+">":"node: <"+e+">":""},f.prototype.ele=function(e,t,n){return this.element(e,t,n)},f.prototype.nod=function(e,t,n){return this.node(e,t,n)},f.prototype.txt=function(e){return this.text(e)},f.prototype.dat=function(e){return this.cdata(e)},f.prototype.com=function(e){return this.comment(e)},f.prototype.ins=function(e,t){return this.instruction(e,t)},f.prototype.doc=function(){return this.document()},f.prototype.dec=function(e,t,n){return this.declaration(e,t,n)},f.prototype.dtd=function(e,t){return this.doctype(e,t)},f.prototype.e=function(e,t,n){return this.element(e,t,n)},f.prototype.n=function(e,t,n){return this.node(e,t,n)},f.prototype.t=function(e){return this.text(e)},f.prototype.d=function(e){return this.cdata(e)},f.prototype.c=function(e){return this.comment(e)},f.prototype.r=function(e){return this.raw(e)},f.prototype.i=function(e,t){return this.instruction(e,t)},f.prototype.u=function(){return this.up()},f.prototype.importXMLBuilder=function(e){return this.importDocument(e)},f}()}.call(ed);var em={exports:{}};(function(){var e={}.hasOwnProperty;em.exports=function(){function t(t){var n,r,i,o,a;for(i in this.assertLegalChar=(n=this.assertLegalChar,r=this,function(){return n.apply(r,arguments)}),t||(t={}),this.noDoubleEncoding=t.noDoubleEncoding,o=t.stringify||{})e.call(o,i)&&(a=o[i],this[i]=a)}return t.prototype.eleName=function(e){return e=""+e||"",this.assertLegalChar(e)},t.prototype.eleText=function(e){return e=""+e||"",this.assertLegalChar(this.elEscape(e))},t.prototype.cdata=function(e){return e=(e=""+e||"").replace("]]>","]]]]><![CDATA[>"),this.assertLegalChar(e)},t.prototype.comment=function(e){if((e=""+e||"").match(/--/))throw new Error("Comment text cannot contain double-hypen: "+e);return this.assertLegalChar(e)},t.prototype.raw=function(e){return""+e||""},t.prototype.attName=function(e){return""+e||""},t.prototype.attValue=function(e){return e=""+e||"",this.attEscape(e)},t.prototype.insTarget=function(e){return""+e||""},t.prototype.insValue=function(e){if((e=""+e||"").match(/\?>/))throw new Error("Invalid processing instruction value: "+e);return e},t.prototype.xmlVersion=function(e){if(!(e=""+e||"").match(/1\.[0-9]+/))throw new Error("Invalid version number: "+e);return e},t.prototype.xmlEncoding=function(e){if(!(e=""+e||"").match(/^[A-Za-z](?:[A-Za-z0-9._-])*$/))throw new Error("Invalid encoding: "+e);return e},t.prototype.xmlStandalone=function(e){return e?"yes":"no"},t.prototype.dtdPubID=function(e){return""+e||""},t.prototype.dtdSysID=function(e){return""+e||""},t.prototype.dtdElementValue=function(e){return""+e||""},t.prototype.dtdAttType=function(e){return""+e||""},t.prototype.dtdAttDefault=function(e){return null!=e?""+e||"":e},t.prototype.dtdEntityValue=function(e){return""+e||""},t.prototype.dtdNData=function(e){return""+e||""},t.prototype.convertAttKey="@",t.prototype.convertPIKey="?",t.prototype.convertTextKey="#text",t.prototype.convertCDataKey="#cdata",t.prototype.convertCommentKey="#comment",t.prototype.convertRawKey="#raw",t.prototype.assertLegalChar=function(e){var t;if(t=e.match(/[\0\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/))throw new Error("Invalid character in string: "+e+" at index "+t.index);return e},t.prototype.elEscape=function(e){var t;return t=this.noDoubleEncoding?/(?!&\S+;)&/g:/&/g,e.replace(t,"&").replace(/</g,"<").replace(/>/g,">").replace(/\r/g,"
")},t.prototype.attEscape=function(e){var t;return t=this.noDoubleEncoding?/(?!&\S+;)&/g:/&/g,e.replace(t,"&").replace(/</g,"<").replace(/"/g,""").replace(/\t/g,"	").replace(/\n/g,"
").replace(/\r/g,"
")},t}()}).call(ed);var tm={exports:{}},nm={exports:{}};(function(){var e={}.hasOwnProperty;nm.exports=function(){function t(t){var n,r,i,o,a,s,c,u,l;for(n in t||(t={}),this.pretty=t.pretty||!1,this.allowEmpty=null!=(r=t.allowEmpty)&&r,this.pretty?(this.indent=null!=(i=t.indent)?i:" ",this.newline=null!=(o=t.newline)?o:"\n",this.offset=null!=(a=t.offset)?a:0,this.dontprettytextnodes=null!=(s=t.dontprettytextnodes)?s:0):(this.indent="",this.newline="",this.offset=0,this.dontprettytextnodes=0),this.spacebeforeslash=null!=(c=t.spacebeforeslash)?c:"",!0===this.spacebeforeslash&&(this.spacebeforeslash=" "),this.newlinedefault=this.newline,this.prettydefault=this.pretty,u=t.writer||{})e.call(u,n)&&(l=u[n],this[n]=l)}return t.prototype.set=function(t){var n,r,i;for(n in t||(t={}),"pretty"in t&&(this.pretty=t.pretty),"allowEmpty"in t&&(this.allowEmpty=t.allowEmpty),this.pretty?(this.indent="indent"in t?t.indent:" ",this.newline="newline"in t?t.newline:"\n",this.offset="offset"in t?t.offset:0,this.dontprettytextnodes="dontprettytextnodes"in t?t.dontprettytextnodes:0):(this.indent="",this.newline="",this.offset=0,this.dontprettytextnodes=0),this.spacebeforeslash="spacebeforeslash"in t?t.spacebeforeslash:"",!0===this.spacebeforeslash&&(this.spacebeforeslash=" "),this.newlinedefault=this.newline,this.prettydefault=this.pretty,r=t.writer||{})e.call(r,n)&&(i=r[n],this[n]=i);return this},t.prototype.space=function(e){var t;return this.pretty&&(t=(e||0)+this.offset+1)>0?new Array(t).join(this.indent):""},t}()}).call(ed),function(){var e,t,n,r,i,o,a,s,c,u,l,d,h,f,p={}.hasOwnProperty;a=Hg.exports,s=Vg.exports,e=Mg.exports,t=qg.exports,u=jg.exports,d=$g.exports,h=Yg.exports,l=Qg.exports,c=Jg.exports,n=Kg.exports,r=Zg.exports,i=Gg.exports,o=Xg.exports,f=nm.exports,tm.exports=function(f){function g(e){g.__super__.constructor.call(this,e)}return function(e,t){for(var n in t)p.call(t,n)&&(e[n]=t[n]);function r(){this.constructor=e}r.prototype=t.prototype,e.prototype=new r,e.__super__=t.prototype}(g,f),g.prototype.document=function(e){var n,r,i,o,u;for(this.textispresent=!1,o="",r=0,i=(u=e.children).length;r<i;r++)(n=u[r])instanceof c||(o+=function(){switch(!1){case!(n instanceof a):return this.declaration(n);case!(n instanceof s):return this.docType(n);case!(n instanceof t):return this.comment(n);case!(n instanceof l):return this.processingInstruction(n);default:return this.element(n,0)}}.call(this));return this.pretty&&o.slice(-this.newline.length)===this.newline&&(o=o.slice(0,-this.newline.length)),o},g.prototype.attribute=function(e){return" "+e.name+'="'+e.value+'"'},g.prototype.cdata=function(e,t){return this.space(t)+"<![CDATA["+e.text+"]]>"+this.newline},g.prototype.comment=function(e,t){return this.space(t)+"\x3c!-- "+e.text+" --\x3e"+this.newline},g.prototype.declaration=function(e,t){var n;return n=this.space(t),n+='<?xml version="'+e.version+'"',null!=e.encoding&&(n+=' encoding="'+e.encoding+'"'),null!=e.standalone&&(n+=' standalone="'+e.standalone+'"'),n+=this.spacebeforeslash+"?>",n+=this.newline},g.prototype.docType=function(a,s){var c,u,d,h,f;if(s||(s=0),h=this.space(s),h+="<!DOCTYPE "+a.root().name,a.pubID&&a.sysID?h+=' PUBLIC "'+a.pubID+'" "'+a.sysID+'"':a.sysID&&(h+=' SYSTEM "'+a.sysID+'"'),a.children.length>0){for(h+=" [",h+=this.newline,u=0,d=(f=a.children).length;u<d;u++)c=f[u],h+=function(){switch(!1){case!(c instanceof n):return this.dtdAttList(c,s+1);case!(c instanceof r):return this.dtdElement(c,s+1);case!(c instanceof i):return this.dtdEntity(c,s+1);case!(c instanceof o):return this.dtdNotation(c,s+1);case!(c instanceof e):return this.cdata(c,s+1);case!(c instanceof t):return this.comment(c,s+1);case!(c instanceof l):return this.processingInstruction(c,s+1);default:throw new Error("Unknown DTD node type: "+c.constructor.name)}}.call(this);h+="]"}return h+=this.spacebeforeslash+">",h+=this.newline},g.prototype.element=function(n,r){var i,o,a,s,f,g,m,y,b,w,x,v,_;for(m in r||(r=0),_=!1,this.textispresent?(this.newline="",this.pretty=!1):(this.newline=this.newlinedefault,this.pretty=this.prettydefault),y="",y+=(v=this.space(r))+"<"+n.name,b=n.attributes)p.call(b,m)&&(i=b[m],y+=this.attribute(i));if(0===n.children.length||n.children.every((function(e){return""===e.value})))this.allowEmpty?y+="></"+n.name+">"+this.newline:y+=this.spacebeforeslash+"/>"+this.newline;else if(this.pretty&&1===n.children.length&&null!=n.children[0].value)y+=">",y+=n.children[0].value,y+="</"+n.name+">"+this.newline;else{if(this.dontprettytextnodes)for(a=0,f=(w=n.children).length;a<f;a++)if(null!=(o=w[a]).value){this.textispresent++,_=!0;break}for(this.textispresent&&(this.newline="",this.pretty=!1,v=this.space(r)),y+=">"+this.newline,s=0,g=(x=n.children).length;s<g;s++)o=x[s],y+=function(){switch(!1){case!(o instanceof e):return this.cdata(o,r+1);case!(o instanceof t):return this.comment(o,r+1);case!(o instanceof u):return this.element(o,r+1);case!(o instanceof d):return this.raw(o,r+1);case!(o instanceof h):return this.text(o,r+1);case!(o instanceof l):return this.processingInstruction(o,r+1);case!(o instanceof c):return"";default:throw new Error("Unknown XML node type: "+o.constructor.name)}}.call(this);_&&this.textispresent--,this.textispresent||(this.newline=this.newlinedefault,this.pretty=this.prettydefault),y+=v+"</"+n.name+">"+this.newline}return y},g.prototype.processingInstruction=function(e,t){var n;return n=this.space(t)+"<?"+e.target,e.value&&(n+=" "+e.value),n+=this.spacebeforeslash+"?>"+this.newline},g.prototype.raw=function(e,t){return this.space(t)+e.value+this.newline},g.prototype.text=function(e,t){return this.space(t)+e.value+this.newline},g.prototype.dtdAttList=function(e,t){var n;return n=this.space(t)+"<!ATTLIST "+e.elementName+" "+e.attributeName+" "+e.attributeType,"#DEFAULT"!==e.defaultValueType&&(n+=" "+e.defaultValueType),e.defaultValue&&(n+=' "'+e.defaultValue+'"'),n+=this.spacebeforeslash+">"+this.newline},g.prototype.dtdElement=function(e,t){return this.space(t)+"<!ELEMENT "+e.name+" "+e.value+this.spacebeforeslash+">"+this.newline},g.prototype.dtdEntity=function(e,t){var n;return n=this.space(t)+"<!ENTITY",e.pe&&(n+=" %"),n+=" "+e.name,e.value?n+=' "'+e.value+'"':(e.pubID&&e.sysID?n+=' PUBLIC "'+e.pubID+'" "'+e.sysID+'"':e.sysID&&(n+=' SYSTEM "'+e.sysID+'"'),e.nData&&(n+=" NDATA "+e.nData)),n+=this.spacebeforeslash+">"+this.newline},g.prototype.dtdNotation=function(e,t){var n;return n=this.space(t)+"<!NOTATION "+e.name,e.pubID&&e.sysID?n+=' PUBLIC "'+e.pubID+'" "'+e.sysID+'"':e.pubID?n+=' PUBLIC "'+e.pubID+'"':e.sysID&&(n+=' SYSTEM "'+e.sysID+'"'),n+=this.spacebeforeslash+">"+this.newline},g.prototype.openNode=function(e,t){var n,r,i,o;if(t||(t=0),e instanceof u){for(r in i=this.space(t)+"<"+e.name,o=e.attributes)p.call(o,r)&&(n=o[r],i+=this.attribute(n));return i+=(e.children?">":"/>")+this.newline}return i=this.space(t)+"<!DOCTYPE "+e.rootNodeName,e.pubID&&e.sysID?i+=' PUBLIC "'+e.pubID+'" "'+e.sysID+'"':e.sysID&&(i+=' SYSTEM "'+e.sysID+'"'),i+=(e.children?" [":">")+this.newline},g.prototype.closeNode=function(e,t){switch(t||(t=0),!1){case!(e instanceof u):return this.space(t)+"</"+e.name+">"+this.newline;case!(e instanceof s):return this.space(t)+"]>"+this.newline}},g}(f)}.call(ed),function(){var e,t,n,r,i={}.hasOwnProperty;r=Rg.isPlainObject,e=Lg.exports,n=em.exports,t=tm.exports,Pg.exports=function(e){function o(e){o.__super__.constructor.call(this,null),this.name="?xml",e||(e={}),e.writer||(e.writer=new t),this.options=e,this.stringify=new n(e),this.isDocument=!0}return function(e,t){for(var n in t)i.call(t,n)&&(e[n]=t[n]);function r(){this.constructor=e}r.prototype=t.prototype,e.prototype=new r,e.__super__=t.prototype}(o,e),o.prototype.end=function(e){var t;return e?r(e)&&(t=e,e=this.options.writer.set(t)):e=this.options.writer,e.document(this)},o.prototype.toString=function(e){return this.options.writer.set(e).document(this)},o}(e)}.call(ed);var rm={exports:{}};(function(){var e,t,n,r,i,o,a,s,c,u,l,d,h,f,p,g,m,y,b,w,x={}.hasOwnProperty;y=(w=Rg).isObject,m=w.isFunction,b=w.isPlainObject,g=w.getValue,u=jg.exports,t=Mg.exports,n=qg.exports,d=$g.exports,p=Yg.exports,l=Qg.exports,s=Hg.exports,c=Vg.exports,r=Kg.exports,o=Gg.exports,i=Zg.exports,a=Xg.exports,e=zg.exports,f=em.exports,h=tm.exports,rm.exports=function(){function w(e,t,n){var r;this.name="?xml",e||(e={}),e.writer?b(e.writer)&&(r=e.writer,e.writer=new h(r)):e.writer=new h(e),this.options=e,this.writer=e.writer,this.stringify=new f(e),this.onDataCallback=t||function(){},this.onEndCallback=n||function(){},this.currentNode=null,this.currentLevel=-1,this.openTags={},this.documentStarted=!1,this.documentCompleted=!1,this.root=null}return w.prototype.node=function(e,t,n){var r,i;if(null==e)throw new Error("Missing node name.");if(this.root&&-1===this.currentLevel)throw new Error("Document can only have one root node. "+this.debugInfo(e));return this.openCurrent(),e=g(e),null===t&&null==n&&(t=(r=[{},null])[0],n=r[1]),null==t&&(t={}),t=g(t),y(t)||(n=(i=[t,n])[0],t=i[1]),this.currentNode=new u(this,e,t),this.currentNode.children=!1,this.currentLevel++,this.openTags[this.currentLevel]=this.currentNode,null!=n&&this.text(n),this},w.prototype.element=function(e,t,n){return this.currentNode&&this.currentNode instanceof c?this.dtdElement.apply(this,arguments):this.node(e,t,n)},w.prototype.attribute=function(t,n){var r,i;if(!this.currentNode||this.currentNode.children)throw new Error("att() can only be used immediately after an ele() call in callback mode. "+this.debugInfo(t));if(null!=t&&(t=g(t)),y(t))for(r in t)x.call(t,r)&&(i=t[r],this.attribute(r,i));else m(n)&&(n=n.apply()),this.options.skipNullAttributes&&null==n||(this.currentNode.attributes[t]=new e(this,t,n));return this},w.prototype.text=function(e){var t;return this.openCurrent(),t=new p(this,e),this.onData(this.writer.text(t,this.currentLevel+1),this.currentLevel+1),this},w.prototype.cdata=function(e){var n;return this.openCurrent(),n=new t(this,e),this.onData(this.writer.cdata(n,this.currentLevel+1),this.currentLevel+1),this},w.prototype.comment=function(e){var t;return this.openCurrent(),t=new n(this,e),this.onData(this.writer.comment(t,this.currentLevel+1),this.currentLevel+1),this},w.prototype.raw=function(e){var t;return this.openCurrent(),t=new d(this,e),this.onData(this.writer.raw(t,this.currentLevel+1),this.currentLevel+1),this},w.prototype.instruction=function(e,t){var n,r,i,o,a;if(this.openCurrent(),null!=e&&(e=g(e)),null!=t&&(t=g(t)),Array.isArray(e))for(n=0,o=e.length;n<o;n++)r=e[n],this.instruction(r);else if(y(e))for(r in e)x.call(e,r)&&(i=e[r],this.instruction(r,i));else m(t)&&(t=t.apply()),a=new l(this,e,t),this.onData(this.writer.processingInstruction(a,this.currentLevel+1),this.currentLevel+1);return this},w.prototype.declaration=function(e,t,n){var r;if(this.openCurrent(),this.documentStarted)throw new Error("declaration() must be the first node.");return r=new s(this,e,t,n),this.onData(this.writer.declaration(r,this.currentLevel+1),this.currentLevel+1),this},w.prototype.doctype=function(e,t,n){if(this.openCurrent(),null==e)throw new Error("Missing root node name.");if(this.root)throw new Error("dtd() must come before the root node.");return this.currentNode=new c(this,t,n),this.currentNode.rootNodeName=e,this.currentNode.children=!1,this.currentLevel++,this.openTags[this.currentLevel]=this.currentNode,this},w.prototype.dtdElement=function(e,t){var n;return this.openCurrent(),n=new i(this,e,t),this.onData(this.writer.dtdElement(n,this.currentLevel+1),this.currentLevel+1),this},w.prototype.attList=function(e,t,n,i,o){var a;return this.openCurrent(),a=new r(this,e,t,n,i,o),this.onData(this.writer.dtdAttList(a,this.currentLevel+1),this.currentLevel+1),this},w.prototype.entity=function(e,t){var n;return this.openCurrent(),n=new o(this,!1,e,t),this.onData(this.writer.dtdEntity(n,this.currentLevel+1),this.currentLevel+1),this},w.prototype.pEntity=function(e,t){var n;return this.openCurrent(),n=new o(this,!0,e,t),this.onData(this.writer.dtdEntity(n,this.currentLevel+1),this.currentLevel+1),this},w.prototype.notation=function(e,t){var n;return this.openCurrent(),n=new a(this,e,t),this.onData(this.writer.dtdNotation(n,this.currentLevel+1),this.currentLevel+1),this},w.prototype.up=function(){if(this.currentLevel<0)throw new Error("The document node has no parent.");return this.currentNode?(this.currentNode.children?this.closeNode(this.currentNode):this.openNode(this.currentNode),this.currentNode=null):this.closeNode(this.openTags[this.currentLevel]),delete this.openTags[this.currentLevel],this.currentLevel--,this},w.prototype.end=function(){for(;this.currentLevel>=0;)this.up();return this.onEnd()},w.prototype.openCurrent=function(){if(this.currentNode)return this.currentNode.children=!0,this.openNode(this.currentNode)},w.prototype.openNode=function(e){if(!e.isOpen)return!this.root&&0===this.currentLevel&&e instanceof u&&(this.root=e),this.onData(this.writer.openNode(e,this.currentLevel),this.currentLevel),e.isOpen=!0},w.prototype.closeNode=function(e){if(!e.isClosed)return this.onData(this.writer.closeNode(e,this.currentLevel),this.currentLevel),e.isClosed=!0},w.prototype.onData=function(e,t){return this.documentStarted=!0,this.onDataCallback(e,t+1)},w.prototype.onEnd=function(){return this.documentCompleted=!0,this.onEndCallback()},w.prototype.debugInfo=function(e){return null==e?"":"node: <"+e+">"},w.prototype.ele=function(){return this.element.apply(this,arguments)},w.prototype.nod=function(e,t,n){return this.node(e,t,n)},w.prototype.txt=function(e){return this.text(e)},w.prototype.dat=function(e){return this.cdata(e)},w.prototype.com=function(e){return this.comment(e)},w.prototype.ins=function(e,t){return this.instruction(e,t)},w.prototype.dec=function(e,t,n){return this.declaration(e,t,n)},w.prototype.dtd=function(e,t,n){return this.doctype(e,t,n)},w.prototype.e=function(e,t,n){return this.element(e,t,n)},w.prototype.n=function(e,t,n){return this.node(e,t,n)},w.prototype.t=function(e){return this.text(e)},w.prototype.d=function(e){return this.cdata(e)},w.prototype.c=function(e){return this.comment(e)},w.prototype.r=function(e){return this.raw(e)},w.prototype.i=function(e,t){return this.instruction(e,t)},w.prototype.att=function(){return this.currentNode&&this.currentNode instanceof c?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},w.prototype.a=function(){return this.currentNode&&this.currentNode instanceof c?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},w.prototype.ent=function(e,t){return this.entity(e,t)},w.prototype.pent=function(e,t){return this.pEntity(e,t)},w.prototype.not=function(e,t){return this.notation(e,t)},w}()}).call(ed);var im={exports:{}};(function(){var e,t,n,r,i,o,a,s,c,u,l,d,h,f,p={}.hasOwnProperty;a=Hg.exports,s=Vg.exports,e=Mg.exports,t=qg.exports,u=jg.exports,d=$g.exports,h=Yg.exports,l=Qg.exports,c=Jg.exports,n=Kg.exports,r=Zg.exports,i=Gg.exports,o=Xg.exports,f=nm.exports,im.exports=function(f){function g(e,t){g.__super__.constructor.call(this,t),this.stream=e}return function(e,t){for(var n in t)p.call(t,n)&&(e[n]=t[n]);function r(){this.constructor=e}r.prototype=t.prototype,e.prototype=new r,e.__super__=t.prototype}(g,f),g.prototype.document=function(e){var n,r,i,o,u,d,h,f;for(r=0,o=(d=e.children).length;r<o;r++)(n=d[r]).isLastRootNode=!1;for(e.children[e.children.length-1].isLastRootNode=!0,f=[],i=0,u=(h=e.children).length;i<u;i++)if(!((n=h[i])instanceof c))switch(!1){case!(n instanceof a):f.push(this.declaration(n));break;case!(n instanceof s):f.push(this.docType(n));break;case!(n instanceof t):f.push(this.comment(n));break;case!(n instanceof l):f.push(this.processingInstruction(n));break;default:f.push(this.element(n))}return f},g.prototype.attribute=function(e){return this.stream.write(" "+e.name+'="'+e.value+'"')},g.prototype.cdata=function(e,t){return this.stream.write(this.space(t)+"<![CDATA["+e.text+"]]>"+this.endline(e))},g.prototype.comment=function(e,t){return this.stream.write(this.space(t)+"\x3c!-- "+e.text+" --\x3e"+this.endline(e))},g.prototype.declaration=function(e,t){return this.stream.write(this.space(t)),this.stream.write('<?xml version="'+e.version+'"'),null!=e.encoding&&this.stream.write(' encoding="'+e.encoding+'"'),null!=e.standalone&&this.stream.write(' standalone="'+e.standalone+'"'),this.stream.write(this.spacebeforeslash+"?>"),this.stream.write(this.endline(e))},g.prototype.docType=function(a,s){var c,u,d,h;if(s||(s=0),this.stream.write(this.space(s)),this.stream.write("<!DOCTYPE "+a.root().name),a.pubID&&a.sysID?this.stream.write(' PUBLIC "'+a.pubID+'" "'+a.sysID+'"'):a.sysID&&this.stream.write(' SYSTEM "'+a.sysID+'"'),a.children.length>0){for(this.stream.write(" ["),this.stream.write(this.endline(a)),u=0,d=(h=a.children).length;u<d;u++)switch(c=h[u],!1){case!(c instanceof n):this.dtdAttList(c,s+1);break;case!(c instanceof r):this.dtdElement(c,s+1);break;case!(c instanceof i):this.dtdEntity(c,s+1);break;case!(c instanceof o):this.dtdNotation(c,s+1);break;case!(c instanceof e):this.cdata(c,s+1);break;case!(c instanceof t):this.comment(c,s+1);break;case!(c instanceof l):this.processingInstruction(c,s+1);break;default:throw new Error("Unknown DTD node type: "+c.constructor.name)}this.stream.write("]")}return this.stream.write(this.spacebeforeslash+">"),this.stream.write(this.endline(a))},g.prototype.element=function(n,r){var i,o,a,s,f,g,m,y;for(f in r||(r=0),y=this.space(r),this.stream.write(y+"<"+n.name),g=n.attributes)p.call(g,f)&&(i=g[f],this.attribute(i));if(0===n.children.length||n.children.every((function(e){return""===e.value})))this.allowEmpty?this.stream.write("></"+n.name+">"):this.stream.write(this.spacebeforeslash+"/>");else if(this.pretty&&1===n.children.length&&null!=n.children[0].value)this.stream.write(">"),this.stream.write(n.children[0].value),this.stream.write("</"+n.name+">");else{for(this.stream.write(">"+this.newline),a=0,s=(m=n.children).length;a<s;a++)switch(o=m[a],!1){case!(o instanceof e):this.cdata(o,r+1);break;case!(o instanceof t):this.comment(o,r+1);break;case!(o instanceof u):this.element(o,r+1);break;case!(o instanceof d):this.raw(o,r+1);break;case!(o instanceof h):this.text(o,r+1);break;case!(o instanceof l):this.processingInstruction(o,r+1);break;case!(o instanceof c):break;default:throw new Error("Unknown XML node type: "+o.constructor.name)}this.stream.write(y+"</"+n.name+">")}return this.stream.write(this.endline(n))},g.prototype.processingInstruction=function(e,t){return this.stream.write(this.space(t)+"<?"+e.target),e.value&&this.stream.write(" "+e.value),this.stream.write(this.spacebeforeslash+"?>"+this.endline(e))},g.prototype.raw=function(e,t){return this.stream.write(this.space(t)+e.value+this.endline(e))},g.prototype.text=function(e,t){return this.stream.write(this.space(t)+e.value+this.endline(e))},g.prototype.dtdAttList=function(e,t){return this.stream.write(this.space(t)+"<!ATTLIST "+e.elementName+" "+e.attributeName+" "+e.attributeType),"#DEFAULT"!==e.defaultValueType&&this.stream.write(" "+e.defaultValueType),e.defaultValue&&this.stream.write(' "'+e.defaultValue+'"'),this.stream.write(this.spacebeforeslash+">"+this.endline(e))},g.prototype.dtdElement=function(e,t){return this.stream.write(this.space(t)+"<!ELEMENT "+e.name+" "+e.value),this.stream.write(this.spacebeforeslash+">"+this.endline(e))},g.prototype.dtdEntity=function(e,t){return this.stream.write(this.space(t)+"<!ENTITY"),e.pe&&this.stream.write(" %"),this.stream.write(" "+e.name),e.value?this.stream.write(' "'+e.value+'"'):(e.pubID&&e.sysID?this.stream.write(' PUBLIC "'+e.pubID+'" "'+e.sysID+'"'):e.sysID&&this.stream.write(' SYSTEM "'+e.sysID+'"'),e.nData&&this.stream.write(" NDATA "+e.nData)),this.stream.write(this.spacebeforeslash+">"+this.endline(e))},g.prototype.dtdNotation=function(e,t){return this.stream.write(this.space(t)+"<!NOTATION "+e.name),e.pubID&&e.sysID?this.stream.write(' PUBLIC "'+e.pubID+'" "'+e.sysID+'"'):e.pubID?this.stream.write(' PUBLIC "'+e.pubID+'"'):e.sysID&&this.stream.write(' SYSTEM "'+e.sysID+'"'),this.stream.write(this.spacebeforeslash+">"+this.endline(e))},g.prototype.endline=function(e){return e.isLastRootNode?"":this.newline},g}(f)}).call(ed),function(){var e,t,n,r,i,o,a;i=(a=Rg).assign,o=a.isFunction,e=Pg.exports,t=rm.exports,r=tm.exports,n=im.exports,Wg.create=function(t,n,r,o){var a,s;if(null==t)throw new Error("Root element needs a name.");return o=i({},n,r,o),s=(a=new e(o)).element(t),o.headless||(a.declaration(o),null==o.pubID&&null==o.sysID||a.doctype(o)),s},Wg.begin=function(n,r,i){var a;return o(n)&&(r=(a=[n,r])[0],i=a[1],n={}),r?new t(n,r,i):new e(n)},Wg.stringWriter=function(e){return new r(e)},Wg.streamWriter=function(e,t){return new n(e,t)}}.call(ed);var om=rd.exports,am=Wg;function sm(e,t){e.text(t.value)}Bg.writeString=function(e,t){var n=om.invert(t),r={element:function(e,t){var n=e.element(o(t.name),t.attributes);t.children.forEach((function(e){i(n,e)}))},text:sm};function i(e,t){return r[t.type](e,t)}function o(e){var t=/^\{(.*)\}(.*)$/.exec(e);if(t){var r=n[t[1]];return r+(""===r?"":":")+t[2]}return e}return a=e,s=am.create(o(a.name),{version:"1.0",encoding:"UTF-8",standalone:!0}),om.forEach(t,(function(e,t){var n="xmlns"+(""===t?"":":"+t);s.attribute(n,e)})),a.children.forEach((function(e){i(s,e)})),s.end();var a,s};var cm=ff;hf.Element=cm.Element,hf.element=cm.element,hf.emptyElement=cm.emptyElement,hf.text=cm.text,hf.readString=wf.readString,hf.writeString=Bg.writeString;var um=rd.exports,lm=od,dm=hf;df.read=fm,df.readXmlFromZipFile=function(e,t){return e.exists(t)?e.read(t,"utf-8").then(pm).then(fm):lm.resolve(null)};var hm={"http://schemas.openxmlformats.org/wordprocessingml/2006/main":"w","http://schemas.openxmlformats.org/officeDocument/2006/relationships":"r","http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing":"wp","http://schemas.openxmlformats.org/drawingml/2006/main":"a","http://schemas.openxmlformats.org/drawingml/2006/picture":"pic","http://purl.oclc.org/ooxml/wordprocessingml/main":"w","http://purl.oclc.org/ooxml/officeDocument/relationships":"r","http://purl.oclc.org/ooxml/drawingml/wordprocessingDrawing":"wp","http://purl.oclc.org/ooxml/drawingml/main":"a","http://purl.oclc.org/ooxml/drawingml/picture":"pic","http://schemas.openxmlformats.org/package/2006/content-types":"content-types","http://schemas.openxmlformats.org/package/2006/relationships":"relationships","http://schemas.openxmlformats.org/markup-compatibility/2006":"mc","urn:schemas-microsoft-com:vml":"v","urn:schemas-microsoft-com:office:word":"office-word","http://schemas.microsoft.com/office/word/2010/wordml":"wordml"};function fm(e){return dm.readString(e,hm).then((function(e){return gm(e)[0]}))}function pm(e){return e.replace(/^\uFEFF/g,"")}function gm(e){return"element"===e.type?"mc:AlternateContent"===e.name?e.firstOrEmpty("mc:Fallback").children:(e.children=um.flatten(e.children.map(gm,!0)),[e]):[e]}var mm={},ym={},bm={};Object.defineProperty(bm,"__esModule",{value:!0});bm.default=[{"Typeface name":"Symbol","Dingbat dec":"32","Dingbat hex":"20","Unicode dec":"32","Unicode hex":"20"},{"Typeface name":"Symbol","Dingbat dec":"33","Dingbat hex":"21","Unicode dec":"33","Unicode hex":"21"},{"Typeface name":"Symbol","Dingbat dec":"34","Dingbat hex":"22","Unicode dec":"8704","Unicode hex":"2200"},{"Typeface name":"Symbol","Dingbat dec":"35","Dingbat hex":"23","Unicode dec":"35","Unicode hex":"23"},{"Typeface name":"Symbol","Dingbat dec":"36","Dingbat hex":"24","Unicode dec":"8707","Unicode hex":"2203"},{"Typeface name":"Symbol","Dingbat dec":"37","Dingbat hex":"25","Unicode dec":"37","Unicode hex":"25"},{"Typeface name":"Symbol","Dingbat dec":"38","Dingbat hex":"26","Unicode dec":"38","Unicode hex":"26"},{"Typeface name":"Symbol","Dingbat dec":"39","Dingbat hex":"27","Unicode dec":"8717","Unicode hex":"220D"},{"Typeface name":"Symbol","Dingbat dec":"40","Dingbat hex":"28","Unicode dec":"40","Unicode hex":"28"},{"Typeface name":"Symbol","Dingbat dec":"41","Dingbat hex":"29","Unicode dec":"41","Unicode hex":"29"},{"Typeface name":"Symbol","Dingbat dec":"42","Dingbat hex":"2A","Unicode dec":"42","Unicode hex":"2A"},{"Typeface name":"Symbol","Dingbat dec":"43","Dingbat hex":"2B","Unicode dec":"43","Unicode hex":"2B"},{"Typeface name":"Symbol","Dingbat dec":"44","Dingbat hex":"2C","Unicode dec":"44","Unicode hex":"2C"},{"Typeface name":"Symbol","Dingbat dec":"45","Dingbat hex":"2D","Unicode dec":"8722","Unicode hex":"2212"},{"Typeface name":"Symbol","Dingbat dec":"46","Dingbat hex":"2E","Unicode dec":"46","Unicode hex":"2E"},{"Typeface name":"Symbol","Dingbat dec":"47","Dingbat hex":"2F","Unicode dec":"47","Unicode hex":"2F"},{"Typeface name":"Symbol","Dingbat dec":"48","Dingbat hex":"30","Unicode dec":"48","Unicode hex":"30"},{"Typeface name":"Symbol","Dingbat dec":"49","Dingbat hex":"31","Unicode dec":"49","Unicode hex":"31"},{"Typeface name":"Symbol","Dingbat dec":"50","Dingbat hex":"32","Unicode dec":"50","Unicode hex":"32"},{"Typeface name":"Symbol","Dingbat dec":"51","Dingbat hex":"33","Unicode dec":"51","Unicode hex":"33"},{"Typeface name":"Symbol","Dingbat dec":"52","Dingbat hex":"34","Unicode dec":"52","Unicode hex":"34"},{"Typeface name":"Symbol","Dingbat dec":"53","Dingbat hex":"35","Unicode dec":"53","Unicode hex":"35"},{"Typeface name":"Symbol","Dingbat dec":"54","Dingbat hex":"36","Unicode dec":"54","Unicode hex":"36"},{"Typeface name":"Symbol","Dingbat dec":"55","Dingbat hex":"37","Unicode dec":"55","Unicode hex":"37"},{"Typeface name":"Symbol","Dingbat dec":"56","Dingbat hex":"38","Unicode dec":"56","Unicode hex":"38"},{"Typeface name":"Symbol","Dingbat dec":"57","Dingbat hex":"39","Unicode dec":"57","Unicode hex":"39"},{"Typeface name":"Symbol","Dingbat dec":"58","Dingbat hex":"3A","Unicode dec":"58","Unicode hex":"3A"},{"Typeface name":"Symbol","Dingbat dec":"59","Dingbat hex":"3B","Unicode dec":"59","Unicode hex":"3B"},{"Typeface name":"Symbol","Dingbat dec":"60","Dingbat hex":"3C","Unicode dec":"60","Unicode hex":"3C"},{"Typeface name":"Symbol","Dingbat dec":"61","Dingbat hex":"3D","Unicode dec":"61","Unicode hex":"3D"},{"Typeface name":"Symbol","Dingbat dec":"62","Dingbat hex":"3E","Unicode dec":"62","Unicode hex":"3E"},{"Typeface name":"Symbol","Dingbat dec":"63","Dingbat hex":"3F","Unicode dec":"63","Unicode hex":"3F"},{"Typeface name":"Symbol","Dingbat dec":"64","Dingbat hex":"40","Unicode dec":"8773","Unicode hex":"2245"},{"Typeface name":"Symbol","Dingbat dec":"65","Dingbat hex":"41","Unicode dec":"913","Unicode hex":"391"},{"Typeface name":"Symbol","Dingbat dec":"66","Dingbat hex":"42","Unicode dec":"914","Unicode hex":"392"},{"Typeface name":"Symbol","Dingbat dec":"67","Dingbat hex":"43","Unicode dec":"935","Unicode hex":"3A7"},{"Typeface name":"Symbol","Dingbat dec":"68","Dingbat hex":"44","Unicode dec":"916","Unicode hex":"394"},{"Typeface name":"Symbol","Dingbat dec":"69","Dingbat hex":"45","Unicode dec":"917","Unicode hex":"395"},{"Typeface name":"Symbol","Dingbat dec":"70","Dingbat hex":"46","Unicode dec":"934","Unicode hex":"3A6"},{"Typeface name":"Symbol","Dingbat dec":"71","Dingbat hex":"47","Unicode dec":"915","Unicode hex":"393"},{"Typeface name":"Symbol","Dingbat dec":"72","Dingbat hex":"48","Unicode dec":"919","Unicode hex":"397"},{"Typeface name":"Symbol","Dingbat dec":"73","Dingbat hex":"49","Unicode dec":"921","Unicode hex":"399"},{"Typeface name":"Symbol","Dingbat dec":"74","Dingbat hex":"4A","Unicode dec":"977","Unicode hex":"3D1"},{"Typeface name":"Symbol","Dingbat dec":"75","Dingbat hex":"4B","Unicode dec":"922","Unicode hex":"39A"},{"Typeface name":"Symbol","Dingbat dec":"76","Dingbat hex":"4C","Unicode dec":"923","Unicode hex":"39B"},{"Typeface name":"Symbol","Dingbat dec":"77","Dingbat hex":"4D","Unicode dec":"924","Unicode hex":"39C"},{"Typeface name":"Symbol","Dingbat dec":"78","Dingbat hex":"4E","Unicode dec":"925","Unicode hex":"39D"},{"Typeface name":"Symbol","Dingbat dec":"79","Dingbat hex":"4F","Unicode dec":"927","Unicode hex":"39F"},{"Typeface name":"Symbol","Dingbat dec":"80","Dingbat hex":"50","Unicode dec":"928","Unicode hex":"3A0"},{"Typeface name":"Symbol","Dingbat dec":"81","Dingbat hex":"51","Unicode dec":"920","Unicode hex":"398"},{"Typeface name":"Symbol","Dingbat dec":"82","Dingbat hex":"52","Unicode dec":"929","Unicode hex":"3A1"},{"Typeface name":"Symbol","Dingbat dec":"83","Dingbat hex":"53","Unicode dec":"931","Unicode hex":"3A3"},{"Typeface name":"Symbol","Dingbat dec":"84","Dingbat hex":"54","Unicode dec":"932","Unicode hex":"3A4"},{"Typeface name":"Symbol","Dingbat dec":"85","Dingbat hex":"55","Unicode dec":"933","Unicode hex":"3A5"},{"Typeface name":"Symbol","Dingbat dec":"86","Dingbat hex":"56","Unicode dec":"962","Unicode hex":"3C2"},{"Typeface name":"Symbol","Dingbat dec":"87","Dingbat hex":"57","Unicode dec":"937","Unicode hex":"3A9"},{"Typeface name":"Symbol","Dingbat dec":"88","Dingbat hex":"58","Unicode dec":"926","Unicode hex":"39E"},{"Typeface name":"Symbol","Dingbat dec":"89","Dingbat hex":"59","Unicode dec":"936","Unicode hex":"3A8"},{"Typeface name":"Symbol","Dingbat dec":"90","Dingbat hex":"5A","Unicode dec":"918","Unicode hex":"396"},{"Typeface name":"Symbol","Dingbat dec":"91","Dingbat hex":"5B","Unicode dec":"91","Unicode hex":"5B"},{"Typeface name":"Symbol","Dingbat dec":"92","Dingbat hex":"5C","Unicode dec":"8756","Unicode hex":"2234"},{"Typeface name":"Symbol","Dingbat dec":"93","Dingbat hex":"5D","Unicode dec":"93","Unicode hex":"5D"},{"Typeface name":"Symbol","Dingbat dec":"94","Dingbat hex":"5E","Unicode dec":"8869","Unicode hex":"22A5"},{"Typeface name":"Symbol","Dingbat dec":"95","Dingbat hex":"5F","Unicode dec":"95","Unicode hex":"5F"},{"Typeface name":"Symbol","Dingbat dec":"96","Dingbat hex":"60","Unicode dec":"8254","Unicode hex":"203E"},{"Typeface name":"Symbol","Dingbat dec":"97","Dingbat hex":"61","Unicode dec":"945","Unicode hex":"3B1"},{"Typeface name":"Symbol","Dingbat dec":"98","Dingbat hex":"62","Unicode dec":"946","Unicode hex":"3B2"},{"Typeface name":"Symbol","Dingbat dec":"99","Dingbat hex":"63","Unicode dec":"967","Unicode hex":"3C7"},{"Typeface name":"Symbol","Dingbat dec":"100","Dingbat hex":"64","Unicode dec":"948","Unicode hex":"3B4"},{"Typeface name":"Symbol","Dingbat dec":"101","Dingbat hex":"65","Unicode dec":"949","Unicode hex":"3B5"},{"Typeface name":"Symbol","Dingbat dec":"102","Dingbat hex":"66","Unicode dec":"966","Unicode hex":"3C6"},{"Typeface name":"Symbol","Dingbat dec":"103","Dingbat hex":"67","Unicode dec":"947","Unicode hex":"3B3"},{"Typeface name":"Symbol","Dingbat dec":"104","Dingbat hex":"68","Unicode dec":"951","Unicode hex":"3B7"},{"Typeface name":"Symbol","Dingbat dec":"105","Dingbat hex":"69","Unicode dec":"953","Unicode hex":"3B9"},{"Typeface name":"Symbol","Dingbat dec":"106","Dingbat hex":"6A","Unicode dec":"981","Unicode hex":"3D5"},{"Typeface name":"Symbol","Dingbat dec":"107","Dingbat hex":"6B","Unicode dec":"954","Unicode hex":"3BA"},{"Typeface name":"Symbol","Dingbat dec":"108","Dingbat hex":"6C","Unicode dec":"955","Unicode hex":"3BB"},{"Typeface name":"Symbol","Dingbat dec":"109","Dingbat hex":"6D","Unicode dec":"956","Unicode hex":"3BC"},{"Typeface name":"Symbol","Dingbat dec":"110","Dingbat hex":"6E","Unicode dec":"957","Unicode hex":"3BD"},{"Typeface name":"Symbol","Dingbat dec":"111","Dingbat hex":"6F","Unicode dec":"959","Unicode hex":"3BF"},{"Typeface name":"Symbol","Dingbat dec":"112","Dingbat hex":"70","Unicode dec":"960","Unicode hex":"3C0"},{"Typeface name":"Symbol","Dingbat dec":"113","Dingbat hex":"71","Unicode dec":"952","Unicode hex":"3B8"},{"Typeface name":"Symbol","Dingbat dec":"114","Dingbat hex":"72","Unicode dec":"961","Unicode hex":"3C1"},{"Typeface name":"Symbol","Dingbat dec":"115","Dingbat hex":"73","Unicode dec":"963","Unicode hex":"3C3"},{"Typeface name":"Symbol","Dingbat dec":"116","Dingbat hex":"74","Unicode dec":"964","Unicode hex":"3C4"},{"Typeface name":"Symbol","Dingbat dec":"117","Dingbat hex":"75","Unicode dec":"965","Unicode hex":"3C5"},{"Typeface name":"Symbol","Dingbat dec":"118","Dingbat hex":"76","Unicode dec":"982","Unicode hex":"3D6"},{"Typeface name":"Symbol","Dingbat dec":"119","Dingbat hex":"77","Unicode dec":"969","Unicode hex":"3C9"},{"Typeface name":"Symbol","Dingbat dec":"120","Dingbat hex":"78","Unicode dec":"958","Unicode hex":"3BE"},{"Typeface name":"Symbol","Dingbat dec":"121","Dingbat hex":"79","Unicode dec":"968","Unicode hex":"3C8"},{"Typeface name":"Symbol","Dingbat dec":"122","Dingbat hex":"7A","Unicode dec":"950","Unicode hex":"3B6"},{"Typeface name":"Symbol","Dingbat dec":"123","Dingbat hex":"7B","Unicode dec":"123","Unicode hex":"7B"},{"Typeface name":"Symbol","Dingbat dec":"124","Dingbat hex":"7C","Unicode dec":"124","Unicode hex":"7C"},{"Typeface name":"Symbol","Dingbat dec":"125","Dingbat hex":"7D","Unicode dec":"125","Unicode hex":"7D"},{"Typeface name":"Symbol","Dingbat dec":"126","Dingbat hex":"7E","Unicode dec":"126","Unicode hex":"7E"},{"Typeface name":"Symbol","Dingbat dec":"160","Dingbat hex":"A0","Unicode dec":"8364","Unicode hex":"20AC"},{"Typeface name":"Symbol","Dingbat dec":"161","Dingbat hex":"A1","Unicode dec":"978","Unicode hex":"3D2"},{"Typeface name":"Symbol","Dingbat dec":"162","Dingbat hex":"A2","Unicode dec":"8242","Unicode hex":"2032"},{"Typeface name":"Symbol","Dingbat dec":"163","Dingbat hex":"A3","Unicode dec":"8804","Unicode hex":"2264"},{"Typeface name":"Symbol","Dingbat dec":"164","Dingbat hex":"A4","Unicode dec":"8260","Unicode hex":"2044"},{"Typeface name":"Symbol","Dingbat dec":"165","Dingbat hex":"A5","Unicode dec":"8734","Unicode hex":"221E"},{"Typeface name":"Symbol","Dingbat dec":"166","Dingbat hex":"A6","Unicode dec":"402","Unicode hex":"192"},{"Typeface name":"Symbol","Dingbat dec":"167","Dingbat hex":"A7","Unicode dec":"9827","Unicode hex":"2663"},{"Typeface name":"Symbol","Dingbat dec":"168","Dingbat hex":"A8","Unicode dec":"9830","Unicode hex":"2666"},{"Typeface name":"Symbol","Dingbat dec":"169","Dingbat hex":"A9","Unicode dec":"9829","Unicode hex":"2665"},{"Typeface name":"Symbol","Dingbat dec":"170","Dingbat hex":"AA","Unicode dec":"9824","Unicode hex":"2660"},{"Typeface name":"Symbol","Dingbat dec":"171","Dingbat hex":"AB","Unicode dec":"8596","Unicode hex":"2194"},{"Typeface name":"Symbol","Dingbat dec":"172","Dingbat hex":"AC","Unicode dec":"8592","Unicode hex":"2190"},{"Typeface name":"Symbol","Dingbat dec":"173","Dingbat hex":"AD","Unicode dec":"8593","Unicode hex":"2191"},{"Typeface name":"Symbol","Dingbat dec":"174","Dingbat hex":"AE","Unicode dec":"8594","Unicode hex":"2192"},{"Typeface name":"Symbol","Dingbat dec":"175","Dingbat hex":"AF","Unicode dec":"8595","Unicode hex":"2193"},{"Typeface name":"Symbol","Dingbat dec":"176","Dingbat hex":"B0","Unicode dec":"176","Unicode hex":"B0"},{"Typeface name":"Symbol","Dingbat dec":"177","Dingbat hex":"B1","Unicode dec":"177","Unicode hex":"B1"},{"Typeface name":"Symbol","Dingbat dec":"178","Dingbat hex":"B2","Unicode dec":"8243","Unicode hex":"2033"},{"Typeface name":"Symbol","Dingbat dec":"179","Dingbat hex":"B3","Unicode dec":"8805","Unicode hex":"2265"},{"Typeface name":"Symbol","Dingbat dec":"180","Dingbat hex":"B4","Unicode dec":"215","Unicode hex":"D7"},{"Typeface name":"Symbol","Dingbat dec":"181","Dingbat hex":"B5","Unicode dec":"8733","Unicode hex":"221D"},{"Typeface name":"Symbol","Dingbat dec":"182","Dingbat hex":"B6","Unicode dec":"8706","Unicode hex":"2202"},{"Typeface name":"Symbol","Dingbat dec":"183","Dingbat hex":"B7","Unicode dec":"8226","Unicode hex":"2022"},{"Typeface name":"Symbol","Dingbat dec":"184","Dingbat hex":"B8","Unicode dec":"247","Unicode hex":"F7"},{"Typeface name":"Symbol","Dingbat dec":"185","Dingbat hex":"B9","Unicode dec":"8800","Unicode hex":"2260"},{"Typeface name":"Symbol","Dingbat dec":"186","Dingbat hex":"BA","Unicode dec":"8801","Unicode hex":"2261"},{"Typeface name":"Symbol","Dingbat dec":"187","Dingbat hex":"BB","Unicode dec":"8776","Unicode hex":"2248"},{"Typeface name":"Symbol","Dingbat dec":"188","Dingbat hex":"BC","Unicode dec":"8230","Unicode hex":"2026"},{"Typeface name":"Symbol","Dingbat dec":"189","Dingbat hex":"BD","Unicode dec":"9168","Unicode hex":"23D0"},{"Typeface name":"Symbol","Dingbat dec":"190","Dingbat hex":"BE","Unicode dec":"9135","Unicode hex":"23AF"},{"Typeface name":"Symbol","Dingbat dec":"191","Dingbat hex":"BF","Unicode dec":"8629","Unicode hex":"21B5"},{"Typeface name":"Symbol","Dingbat dec":"192","Dingbat hex":"C0","Unicode dec":"8501","Unicode hex":"2135"},{"Typeface name":"Symbol","Dingbat dec":"193","Dingbat hex":"C1","Unicode dec":"8465","Unicode hex":"2111"},{"Typeface name":"Symbol","Dingbat dec":"194","Dingbat hex":"C2","Unicode dec":"8476","Unicode hex":"211C"},{"Typeface name":"Symbol","Dingbat dec":"195","Dingbat hex":"C3","Unicode dec":"8472","Unicode hex":"2118"},{"Typeface name":"Symbol","Dingbat dec":"196","Dingbat hex":"C4","Unicode dec":"8855","Unicode hex":"2297"},{"Typeface name":"Symbol","Dingbat dec":"197","Dingbat hex":"C5","Unicode dec":"8853","Unicode hex":"2295"},{"Typeface name":"Symbol","Dingbat dec":"198","Dingbat hex":"C6","Unicode dec":"8709","Unicode hex":"2205"},{"Typeface name":"Symbol","Dingbat dec":"199","Dingbat hex":"C7","Unicode dec":"8745","Unicode hex":"2229"},{"Typeface name":"Symbol","Dingbat dec":"200","Dingbat hex":"C8","Unicode dec":"8746","Unicode hex":"222A"},{"Typeface name":"Symbol","Dingbat dec":"201","Dingbat hex":"C9","Unicode dec":"8835","Unicode hex":"2283"},{"Typeface name":"Symbol","Dingbat dec":"202","Dingbat hex":"CA","Unicode dec":"8839","Unicode hex":"2287"},{"Typeface name":"Symbol","Dingbat dec":"203","Dingbat hex":"CB","Unicode dec":"8836","Unicode hex":"2284"},{"Typeface name":"Symbol","Dingbat dec":"204","Dingbat hex":"CC","Unicode dec":"8834","Unicode hex":"2282"},{"Typeface name":"Symbol","Dingbat dec":"205","Dingbat hex":"CD","Unicode dec":"8838","Unicode hex":"2286"},{"Typeface name":"Symbol","Dingbat dec":"206","Dingbat hex":"CE","Unicode dec":"8712","Unicode hex":"2208"},{"Typeface name":"Symbol","Dingbat dec":"207","Dingbat hex":"CF","Unicode dec":"8713","Unicode hex":"2209"},{"Typeface name":"Symbol","Dingbat dec":"208","Dingbat hex":"D0","Unicode dec":"8736","Unicode hex":"2220"},{"Typeface name":"Symbol","Dingbat dec":"209","Dingbat hex":"D1","Unicode dec":"8711","Unicode hex":"2207"},{"Typeface name":"Symbol","Dingbat dec":"210","Dingbat hex":"D2","Unicode dec":"174","Unicode hex":"AE"},{"Typeface name":"Symbol","Dingbat dec":"211","Dingbat hex":"D3","Unicode dec":"169","Unicode hex":"A9"},{"Typeface name":"Symbol","Dingbat dec":"212","Dingbat hex":"D4","Unicode dec":"8482","Unicode hex":"2122"},{"Typeface name":"Symbol","Dingbat dec":"213","Dingbat hex":"D5","Unicode dec":"8719","Unicode hex":"220F"},{"Typeface name":"Symbol","Dingbat dec":"214","Dingbat hex":"D6","Unicode dec":"8730","Unicode hex":"221A"},{"Typeface name":"Symbol","Dingbat dec":"215","Dingbat hex":"D7","Unicode dec":"8901","Unicode hex":"22C5"},{"Typeface name":"Symbol","Dingbat dec":"216","Dingbat hex":"D8","Unicode dec":"172","Unicode hex":"AC"},{"Typeface name":"Symbol","Dingbat dec":"217","Dingbat hex":"D9","Unicode dec":"8743","Unicode hex":"2227"},{"Typeface name":"Symbol","Dingbat dec":"218","Dingbat hex":"DA","Unicode dec":"8744","Unicode hex":"2228"},{"Typeface name":"Symbol","Dingbat dec":"219","Dingbat hex":"DB","Unicode dec":"8660","Unicode hex":"21D4"},{"Typeface name":"Symbol","Dingbat dec":"220","Dingbat hex":"DC","Unicode dec":"8656","Unicode hex":"21D0"},{"Typeface name":"Symbol","Dingbat dec":"221","Dingbat hex":"DD","Unicode dec":"8657","Unicode hex":"21D1"},{"Typeface name":"Symbol","Dingbat dec":"222","Dingbat hex":"DE","Unicode dec":"8658","Unicode hex":"21D2"},{"Typeface name":"Symbol","Dingbat dec":"223","Dingbat hex":"DF","Unicode dec":"8659","Unicode hex":"21D3"},{"Typeface name":"Symbol","Dingbat dec":"224","Dingbat hex":"E0","Unicode dec":"9674","Unicode hex":"25CA"},{"Typeface name":"Symbol","Dingbat dec":"225","Dingbat hex":"E1","Unicode dec":"12296","Unicode hex":"3008"},{"Typeface name":"Symbol","Dingbat dec":"226","Dingbat hex":"E2","Unicode dec":"174","Unicode hex":"AE"},{"Typeface name":"Symbol","Dingbat dec":"227","Dingbat hex":"E3","Unicode dec":"169","Unicode hex":"A9"},{"Typeface name":"Symbol","Dingbat dec":"228","Dingbat hex":"E4","Unicode dec":"8482","Unicode hex":"2122"},{"Typeface name":"Symbol","Dingbat dec":"229","Dingbat hex":"E5","Unicode dec":"8721","Unicode hex":"2211"},{"Typeface name":"Symbol","Dingbat dec":"230","Dingbat hex":"E6","Unicode dec":"9115","Unicode hex":"239B"},{"Typeface name":"Symbol","Dingbat dec":"231","Dingbat hex":"E7","Unicode dec":"9116","Unicode hex":"239C"},{"Typeface name":"Symbol","Dingbat dec":"232","Dingbat hex":"E8","Unicode dec":"9117","Unicode hex":"239D"},{"Typeface name":"Symbol","Dingbat dec":"233","Dingbat hex":"E9","Unicode dec":"9121","Unicode hex":"23A1"},{"Typeface name":"Symbol","Dingbat dec":"234","Dingbat hex":"EA","Unicode dec":"9122","Unicode hex":"23A2"},{"Typeface name":"Symbol","Dingbat dec":"235","Dingbat hex":"EB","Unicode dec":"9123","Unicode hex":"23A3"},{"Typeface name":"Symbol","Dingbat dec":"236","Dingbat hex":"EC","Unicode dec":"9127","Unicode hex":"23A7"},{"Typeface name":"Symbol","Dingbat dec":"237","Dingbat hex":"ED","Unicode dec":"9128","Unicode hex":"23A8"},{"Typeface name":"Symbol","Dingbat dec":"238","Dingbat hex":"EE","Unicode dec":"9129","Unicode hex":"23A9"},{"Typeface name":"Symbol","Dingbat dec":"239","Dingbat hex":"EF","Unicode dec":"9130","Unicode hex":"23AA"},{"Typeface name":"Symbol","Dingbat dec":"240","Dingbat hex":"F0","Unicode dec":"63743","Unicode hex":"F8FF"},{"Typeface name":"Symbol","Dingbat dec":"241","Dingbat hex":"F1","Unicode dec":"12297","Unicode hex":"3009"},{"Typeface name":"Symbol","Dingbat dec":"242","Dingbat hex":"F2","Unicode dec":"8747","Unicode hex":"222B"},{"Typeface name":"Symbol","Dingbat dec":"243","Dingbat hex":"F3","Unicode dec":"8992","Unicode hex":"2320"},{"Typeface name":"Symbol","Dingbat dec":"244","Dingbat hex":"F4","Unicode dec":"9134","Unicode hex":"23AE"},{"Typeface name":"Symbol","Dingbat dec":"245","Dingbat hex":"F5","Unicode dec":"8993","Unicode hex":"2321"},{"Typeface name":"Symbol","Dingbat dec":"246","Dingbat hex":"F6","Unicode dec":"9118","Unicode hex":"239E"},{"Typeface name":"Symbol","Dingbat dec":"247","Dingbat hex":"F7","Unicode dec":"9119","Unicode hex":"239F"},{"Typeface name":"Symbol","Dingbat dec":"248","Dingbat hex":"F8","Unicode dec":"9120","Unicode hex":"23A0"},{"Typeface name":"Symbol","Dingbat dec":"249","Dingbat hex":"F9","Unicode dec":"9124","Unicode hex":"23A4"},{"Typeface name":"Symbol","Dingbat dec":"250","Dingbat hex":"FA","Unicode dec":"9125","Unicode hex":"23A5"},{"Typeface name":"Symbol","Dingbat dec":"251","Dingbat hex":"FB","Unicode dec":"9126","Unicode hex":"23A6"},{"Typeface name":"Symbol","Dingbat dec":"252","Dingbat hex":"FC","Unicode dec":"9131","Unicode hex":"23AB"},{"Typeface name":"Symbol","Dingbat dec":"253","Dingbat hex":"FD","Unicode dec":"9132","Unicode hex":"23AC"},{"Typeface name":"Symbol","Dingbat dec":"254","Dingbat hex":"FE","Unicode dec":"9133","Unicode hex":"23AD"},{"Typeface name":"Webdings","Dingbat dec":"32","Dingbat hex":"20","Unicode dec":"32","Unicode hex":"20"},{"Typeface name":"Webdings","Dingbat dec":"33","Dingbat hex":"21","Unicode dec":"128375","Unicode hex":"1F577"},{"Typeface name":"Webdings","Dingbat dec":"34","Dingbat hex":"22","Unicode dec":"128376","Unicode hex":"1F578"},{"Typeface name":"Webdings","Dingbat dec":"35","Dingbat hex":"23","Unicode dec":"128370","Unicode hex":"1F572"},{"Typeface name":"Webdings","Dingbat dec":"36","Dingbat hex":"24","Unicode dec":"128374","Unicode hex":"1F576"},{"Typeface name":"Webdings","Dingbat dec":"37","Dingbat hex":"25","Unicode dec":"127942","Unicode hex":"1F3C6"},{"Typeface name":"Webdings","Dingbat dec":"38","Dingbat hex":"26","Unicode dec":"127894","Unicode hex":"1F396"},{"Typeface name":"Webdings","Dingbat dec":"39","Dingbat hex":"27","Unicode dec":"128391","Unicode hex":"1F587"},{"Typeface name":"Webdings","Dingbat dec":"40","Dingbat hex":"28","Unicode dec":"128488","Unicode hex":"1F5E8"},{"Typeface name":"Webdings","Dingbat dec":"41","Dingbat hex":"29","Unicode dec":"128489","Unicode hex":"1F5E9"},{"Typeface name":"Webdings","Dingbat dec":"42","Dingbat hex":"2A","Unicode dec":"128496","Unicode hex":"1F5F0"},{"Typeface name":"Webdings","Dingbat dec":"43","Dingbat hex":"2B","Unicode dec":"128497","Unicode hex":"1F5F1"},{"Typeface name":"Webdings","Dingbat dec":"44","Dingbat hex":"2C","Unicode dec":"127798","Unicode hex":"1F336"},{"Typeface name":"Webdings","Dingbat dec":"45","Dingbat hex":"2D","Unicode dec":"127895","Unicode hex":"1F397"},{"Typeface name":"Webdings","Dingbat dec":"46","Dingbat hex":"2E","Unicode dec":"128638","Unicode hex":"1F67E"},{"Typeface name":"Webdings","Dingbat dec":"47","Dingbat hex":"2F","Unicode dec":"128636","Unicode hex":"1F67C"},{"Typeface name":"Webdings","Dingbat dec":"48","Dingbat hex":"30","Unicode dec":"128469","Unicode hex":"1F5D5"},{"Typeface name":"Webdings","Dingbat dec":"49","Dingbat hex":"31","Unicode dec":"128470","Unicode hex":"1F5D6"},{"Typeface name":"Webdings","Dingbat dec":"50","Dingbat hex":"32","Unicode dec":"128471","Unicode hex":"1F5D7"},{"Typeface name":"Webdings","Dingbat dec":"51","Dingbat hex":"33","Unicode dec":"9204","Unicode hex":"23F4"},{"Typeface name":"Webdings","Dingbat dec":"52","Dingbat hex":"34","Unicode dec":"9205","Unicode hex":"23F5"},{"Typeface name":"Webdings","Dingbat dec":"53","Dingbat hex":"35","Unicode dec":"9206","Unicode hex":"23F6"},{"Typeface name":"Webdings","Dingbat dec":"54","Dingbat hex":"36","Unicode dec":"9207","Unicode hex":"23F7"},{"Typeface name":"Webdings","Dingbat dec":"55","Dingbat hex":"37","Unicode dec":"9194","Unicode hex":"23EA"},{"Typeface name":"Webdings","Dingbat dec":"56","Dingbat hex":"38","Unicode dec":"9193","Unicode hex":"23E9"},{"Typeface name":"Webdings","Dingbat dec":"57","Dingbat hex":"39","Unicode dec":"9198","Unicode hex":"23EE"},{"Typeface name":"Webdings","Dingbat dec":"58","Dingbat hex":"3A","Unicode dec":"9197","Unicode hex":"23ED"},{"Typeface name":"Webdings","Dingbat dec":"59","Dingbat hex":"3B","Unicode dec":"9208","Unicode hex":"23F8"},{"Typeface name":"Webdings","Dingbat dec":"60","Dingbat hex":"3C","Unicode dec":"9209","Unicode hex":"23F9"},{"Typeface name":"Webdings","Dingbat dec":"61","Dingbat hex":"3D","Unicode dec":"9210","Unicode hex":"23FA"},{"Typeface name":"Webdings","Dingbat dec":"62","Dingbat hex":"3E","Unicode dec":"128474","Unicode hex":"1F5DA"},{"Typeface name":"Webdings","Dingbat dec":"63","Dingbat hex":"3F","Unicode dec":"128499","Unicode hex":"1F5F3"},{"Typeface name":"Webdings","Dingbat dec":"64","Dingbat hex":"40","Unicode dec":"128736","Unicode hex":"1F6E0"},{"Typeface name":"Webdings","Dingbat dec":"65","Dingbat hex":"41","Unicode dec":"127959","Unicode hex":"1F3D7"},{"Typeface name":"Webdings","Dingbat dec":"66","Dingbat hex":"42","Unicode dec":"127960","Unicode hex":"1F3D8"},{"Typeface name":"Webdings","Dingbat dec":"67","Dingbat hex":"43","Unicode dec":"127961","Unicode hex":"1F3D9"},{"Typeface name":"Webdings","Dingbat dec":"68","Dingbat hex":"44","Unicode dec":"127962","Unicode hex":"1F3DA"},{"Typeface name":"Webdings","Dingbat dec":"69","Dingbat hex":"45","Unicode dec":"127964","Unicode hex":"1F3DC"},{"Typeface name":"Webdings","Dingbat dec":"70","Dingbat hex":"46","Unicode dec":"127981","Unicode hex":"1F3ED"},{"Typeface name":"Webdings","Dingbat dec":"71","Dingbat hex":"47","Unicode dec":"127963","Unicode hex":"1F3DB"},{"Typeface name":"Webdings","Dingbat dec":"72","Dingbat hex":"48","Unicode dec":"127968","Unicode hex":"1F3E0"},{"Typeface name":"Webdings","Dingbat dec":"73","Dingbat hex":"49","Unicode dec":"127958","Unicode hex":"1F3D6"},{"Typeface name":"Webdings","Dingbat dec":"74","Dingbat hex":"4A","Unicode dec":"127965","Unicode hex":"1F3DD"},{"Typeface name":"Webdings","Dingbat dec":"75","Dingbat hex":"4B","Unicode dec":"128739","Unicode hex":"1F6E3"},{"Typeface name":"Webdings","Dingbat dec":"76","Dingbat hex":"4C","Unicode dec":"128269","Unicode hex":"1F50D"},{"Typeface name":"Webdings","Dingbat dec":"77","Dingbat hex":"4D","Unicode dec":"127956","Unicode hex":"1F3D4"},{"Typeface name":"Webdings","Dingbat dec":"78","Dingbat hex":"4E","Unicode dec":"128065","Unicode hex":"1F441"},{"Typeface name":"Webdings","Dingbat dec":"79","Dingbat hex":"4F","Unicode dec":"128066","Unicode hex":"1F442"},{"Typeface name":"Webdings","Dingbat dec":"80","Dingbat hex":"50","Unicode dec":"127966","Unicode hex":"1F3DE"},{"Typeface name":"Webdings","Dingbat dec":"81","Dingbat hex":"51","Unicode dec":"127957","Unicode hex":"1F3D5"},{"Typeface name":"Webdings","Dingbat dec":"82","Dingbat hex":"52","Unicode dec":"128740","Unicode hex":"1F6E4"},{"Typeface name":"Webdings","Dingbat dec":"83","Dingbat hex":"53","Unicode dec":"127967","Unicode hex":"1F3DF"},{"Typeface name":"Webdings","Dingbat dec":"84","Dingbat hex":"54","Unicode dec":"128755","Unicode hex":"1F6F3"},{"Typeface name":"Webdings","Dingbat dec":"85","Dingbat hex":"55","Unicode dec":"128364","Unicode hex":"1F56C"},{"Typeface name":"Webdings","Dingbat dec":"86","Dingbat hex":"56","Unicode dec":"128363","Unicode hex":"1F56B"},{"Typeface name":"Webdings","Dingbat dec":"87","Dingbat hex":"57","Unicode dec":"128360","Unicode hex":"1F568"},{"Typeface name":"Webdings","Dingbat dec":"88","Dingbat hex":"58","Unicode dec":"128264","Unicode hex":"1F508"},{"Typeface name":"Webdings","Dingbat dec":"89","Dingbat hex":"59","Unicode dec":"127892","Unicode hex":"1F394"},{"Typeface name":"Webdings","Dingbat dec":"90","Dingbat hex":"5A","Unicode dec":"127893","Unicode hex":"1F395"},{"Typeface name":"Webdings","Dingbat dec":"91","Dingbat hex":"5B","Unicode dec":"128492","Unicode hex":"1F5EC"},{"Typeface name":"Webdings","Dingbat dec":"92","Dingbat hex":"5C","Unicode dec":"128637","Unicode hex":"1F67D"},{"Typeface name":"Webdings","Dingbat dec":"93","Dingbat hex":"5D","Unicode dec":"128493","Unicode hex":"1F5ED"},{"Typeface name":"Webdings","Dingbat dec":"94","Dingbat hex":"5E","Unicode dec":"128490","Unicode hex":"1F5EA"},{"Typeface name":"Webdings","Dingbat dec":"95","Dingbat hex":"5F","Unicode dec":"128491","Unicode hex":"1F5EB"},{"Typeface name":"Webdings","Dingbat dec":"96","Dingbat hex":"60","Unicode dec":"11156","Unicode hex":"2B94"},{"Typeface name":"Webdings","Dingbat dec":"97","Dingbat hex":"61","Unicode dec":"10004","Unicode hex":"2714"},{"Typeface name":"Webdings","Dingbat dec":"98","Dingbat hex":"62","Unicode dec":"128690","Unicode hex":"1F6B2"},{"Typeface name":"Webdings","Dingbat dec":"99","Dingbat hex":"63","Unicode dec":"11036","Unicode hex":"2B1C"},{"Typeface name":"Webdings","Dingbat dec":"100","Dingbat hex":"64","Unicode dec":"128737","Unicode hex":"1F6E1"},{"Typeface name":"Webdings","Dingbat dec":"101","Dingbat hex":"65","Unicode dec":"128230","Unicode hex":"1F4E6"},{"Typeface name":"Webdings","Dingbat dec":"102","Dingbat hex":"66","Unicode dec":"128753","Unicode hex":"1F6F1"},{"Typeface name":"Webdings","Dingbat dec":"103","Dingbat hex":"67","Unicode dec":"11035","Unicode hex":"2B1B"},{"Typeface name":"Webdings","Dingbat dec":"104","Dingbat hex":"68","Unicode dec":"128657","Unicode hex":"1F691"},{"Typeface name":"Webdings","Dingbat dec":"105","Dingbat hex":"69","Unicode dec":"128712","Unicode hex":"1F6C8"},{"Typeface name":"Webdings","Dingbat dec":"106","Dingbat hex":"6A","Unicode dec":"128745","Unicode hex":"1F6E9"},{"Typeface name":"Webdings","Dingbat dec":"107","Dingbat hex":"6B","Unicode dec":"128752","Unicode hex":"1F6F0"},{"Typeface name":"Webdings","Dingbat dec":"108","Dingbat hex":"6C","Unicode dec":"128968","Unicode hex":"1F7C8"},{"Typeface name":"Webdings","Dingbat dec":"109","Dingbat hex":"6D","Unicode dec":"128372","Unicode hex":"1F574"},{"Typeface name":"Webdings","Dingbat dec":"110","Dingbat hex":"6E","Unicode dec":"11044","Unicode hex":"2B24"},{"Typeface name":"Webdings","Dingbat dec":"111","Dingbat hex":"6F","Unicode dec":"128741","Unicode hex":"1F6E5"},{"Typeface name":"Webdings","Dingbat dec":"112","Dingbat hex":"70","Unicode dec":"128660","Unicode hex":"1F694"},{"Typeface name":"Webdings","Dingbat dec":"113","Dingbat hex":"71","Unicode dec":"128472","Unicode hex":"1F5D8"},{"Typeface name":"Webdings","Dingbat dec":"114","Dingbat hex":"72","Unicode dec":"128473","Unicode hex":"1F5D9"},{"Typeface name":"Webdings","Dingbat dec":"115","Dingbat hex":"73","Unicode dec":"10067","Unicode hex":"2753"},{"Typeface name":"Webdings","Dingbat dec":"116","Dingbat hex":"74","Unicode dec":"128754","Unicode hex":"1F6F2"},{"Typeface name":"Webdings","Dingbat dec":"117","Dingbat hex":"75","Unicode dec":"128647","Unicode hex":"1F687"},{"Typeface name":"Webdings","Dingbat dec":"118","Dingbat hex":"76","Unicode dec":"128653","Unicode hex":"1F68D"},{"Typeface name":"Webdings","Dingbat dec":"119","Dingbat hex":"77","Unicode dec":"9971","Unicode hex":"26F3"},{"Typeface name":"Webdings","Dingbat dec":"120","Dingbat hex":"78","Unicode dec":"10680","Unicode hex":"29B8"},{"Typeface name":"Webdings","Dingbat dec":"121","Dingbat hex":"79","Unicode dec":"8854","Unicode hex":"2296"},{"Typeface name":"Webdings","Dingbat dec":"122","Dingbat hex":"7A","Unicode dec":"128685","Unicode hex":"1F6AD"},{"Typeface name":"Webdings","Dingbat dec":"123","Dingbat hex":"7B","Unicode dec":"128494","Unicode hex":"1F5EE"},{"Typeface name":"Webdings","Dingbat dec":"124","Dingbat hex":"7C","Unicode dec":"9168","Unicode hex":"23D0"},{"Typeface name":"Webdings","Dingbat dec":"125","Dingbat hex":"7D","Unicode dec":"128495","Unicode hex":"1F5EF"},{"Typeface name":"Webdings","Dingbat dec":"126","Dingbat hex":"7E","Unicode dec":"128498","Unicode hex":"1F5F2"},{"Typeface name":"Webdings","Dingbat dec":"128","Dingbat hex":"80","Unicode dec":"128697","Unicode hex":"1F6B9"},{"Typeface name":"Webdings","Dingbat dec":"129","Dingbat hex":"81","Unicode dec":"128698","Unicode hex":"1F6BA"},{"Typeface name":"Webdings","Dingbat dec":"130","Dingbat hex":"82","Unicode dec":"128713","Unicode hex":"1F6C9"},{"Typeface name":"Webdings","Dingbat dec":"131","Dingbat hex":"83","Unicode dec":"128714","Unicode hex":"1F6CA"},{"Typeface name":"Webdings","Dingbat dec":"132","Dingbat hex":"84","Unicode dec":"128700","Unicode hex":"1F6BC"},{"Typeface name":"Webdings","Dingbat dec":"133","Dingbat hex":"85","Unicode dec":"128125","Unicode hex":"1F47D"},{"Typeface name":"Webdings","Dingbat dec":"134","Dingbat hex":"86","Unicode dec":"127947","Unicode hex":"1F3CB"},{"Typeface name":"Webdings","Dingbat dec":"135","Dingbat hex":"87","Unicode dec":"9975","Unicode hex":"26F7"},{"Typeface name":"Webdings","Dingbat dec":"136","Dingbat hex":"88","Unicode dec":"127938","Unicode hex":"1F3C2"},{"Typeface name":"Webdings","Dingbat dec":"137","Dingbat hex":"89","Unicode dec":"127948","Unicode hex":"1F3CC"},{"Typeface name":"Webdings","Dingbat dec":"138","Dingbat hex":"8A","Unicode dec":"127946","Unicode hex":"1F3CA"},{"Typeface name":"Webdings","Dingbat dec":"139","Dingbat hex":"8B","Unicode dec":"127940","Unicode hex":"1F3C4"},{"Typeface name":"Webdings","Dingbat dec":"140","Dingbat hex":"8C","Unicode dec":"127949","Unicode hex":"1F3CD"},{"Typeface name":"Webdings","Dingbat dec":"141","Dingbat hex":"8D","Unicode dec":"127950","Unicode hex":"1F3CE"},{"Typeface name":"Webdings","Dingbat dec":"142","Dingbat hex":"8E","Unicode dec":"128664","Unicode hex":"1F698"},{"Typeface name":"Webdings","Dingbat dec":"143","Dingbat hex":"8F","Unicode dec":"128480","Unicode hex":"1F5E0"},{"Typeface name":"Webdings","Dingbat dec":"144","Dingbat hex":"90","Unicode dec":"128738","Unicode hex":"1F6E2"},{"Typeface name":"Webdings","Dingbat dec":"145","Dingbat hex":"91","Unicode dec":"128176","Unicode hex":"1F4B0"},{"Typeface name":"Webdings","Dingbat dec":"146","Dingbat hex":"92","Unicode dec":"127991","Unicode hex":"1F3F7"},{"Typeface name":"Webdings","Dingbat dec":"147","Dingbat hex":"93","Unicode dec":"128179","Unicode hex":"1F4B3"},{"Typeface name":"Webdings","Dingbat dec":"148","Dingbat hex":"94","Unicode dec":"128106","Unicode hex":"1F46A"},{"Typeface name":"Webdings","Dingbat dec":"149","Dingbat hex":"95","Unicode dec":"128481","Unicode hex":"1F5E1"},{"Typeface name":"Webdings","Dingbat dec":"150","Dingbat hex":"96","Unicode dec":"128482","Unicode hex":"1F5E2"},{"Typeface name":"Webdings","Dingbat dec":"151","Dingbat hex":"97","Unicode dec":"128483","Unicode hex":"1F5E3"},{"Typeface name":"Webdings","Dingbat dec":"152","Dingbat hex":"98","Unicode dec":"10031","Unicode hex":"272F"},{"Typeface name":"Webdings","Dingbat dec":"153","Dingbat hex":"99","Unicode dec":"128388","Unicode hex":"1F584"},{"Typeface name":"Webdings","Dingbat dec":"154","Dingbat hex":"9A","Unicode dec":"128389","Unicode hex":"1F585"},{"Typeface name":"Webdings","Dingbat dec":"155","Dingbat hex":"9B","Unicode dec":"128387","Unicode hex":"1F583"},{"Typeface name":"Webdings","Dingbat dec":"156","Dingbat hex":"9C","Unicode dec":"128390","Unicode hex":"1F586"},{"Typeface name":"Webdings","Dingbat dec":"157","Dingbat hex":"9D","Unicode dec":"128441","Unicode hex":"1F5B9"},{"Typeface name":"Webdings","Dingbat dec":"158","Dingbat hex":"9E","Unicode dec":"128442","Unicode hex":"1F5BA"},{"Typeface name":"Webdings","Dingbat dec":"159","Dingbat hex":"9F","Unicode dec":"128443","Unicode hex":"1F5BB"},{"Typeface name":"Webdings","Dingbat dec":"160","Dingbat hex":"A0","Unicode dec":"128373","Unicode hex":"1F575"},{"Typeface name":"Webdings","Dingbat dec":"161","Dingbat hex":"A1","Unicode dec":"128368","Unicode hex":"1F570"},{"Typeface name":"Webdings","Dingbat dec":"162","Dingbat hex":"A2","Unicode dec":"128445","Unicode hex":"1F5BD"},{"Typeface name":"Webdings","Dingbat dec":"163","Dingbat hex":"A3","Unicode dec":"128446","Unicode hex":"1F5BE"},{"Typeface name":"Webdings","Dingbat dec":"164","Dingbat hex":"A4","Unicode dec":"128203","Unicode hex":"1F4CB"},{"Typeface name":"Webdings","Dingbat dec":"165","Dingbat hex":"A5","Unicode dec":"128466","Unicode hex":"1F5D2"},{"Typeface name":"Webdings","Dingbat dec":"166","Dingbat hex":"A6","Unicode dec":"128467","Unicode hex":"1F5D3"},{"Typeface name":"Webdings","Dingbat dec":"167","Dingbat hex":"A7","Unicode dec":"128366","Unicode hex":"1F56E"},{"Typeface name":"Webdings","Dingbat dec":"168","Dingbat hex":"A8","Unicode dec":"128218","Unicode hex":"1F4DA"},{"Typeface name":"Webdings","Dingbat dec":"169","Dingbat hex":"A9","Unicode dec":"128478","Unicode hex":"1F5DE"},{"Typeface name":"Webdings","Dingbat dec":"170","Dingbat hex":"AA","Unicode dec":"128479","Unicode hex":"1F5DF"},{"Typeface name":"Webdings","Dingbat dec":"171","Dingbat hex":"AB","Unicode dec":"128451","Unicode hex":"1F5C3"},{"Typeface name":"Webdings","Dingbat dec":"172","Dingbat hex":"AC","Unicode dec":"128450","Unicode hex":"1F5C2"},{"Typeface name":"Webdings","Dingbat dec":"173","Dingbat hex":"AD","Unicode dec":"128444","Unicode hex":"1F5BC"},{"Typeface name":"Webdings","Dingbat dec":"174","Dingbat hex":"AE","Unicode dec":"127917","Unicode hex":"1F3AD"},{"Typeface name":"Webdings","Dingbat dec":"175","Dingbat hex":"AF","Unicode dec":"127900","Unicode hex":"1F39C"},{"Typeface name":"Webdings","Dingbat dec":"176","Dingbat hex":"B0","Unicode dec":"127896","Unicode hex":"1F398"},{"Typeface name":"Webdings","Dingbat dec":"177","Dingbat hex":"B1","Unicode dec":"127897","Unicode hex":"1F399"},{"Typeface name":"Webdings","Dingbat dec":"178","Dingbat hex":"B2","Unicode dec":"127911","Unicode hex":"1F3A7"},{"Typeface name":"Webdings","Dingbat dec":"179","Dingbat hex":"B3","Unicode dec":"128191","Unicode hex":"1F4BF"},{"Typeface name":"Webdings","Dingbat dec":"180","Dingbat hex":"B4","Unicode dec":"127902","Unicode hex":"1F39E"},{"Typeface name":"Webdings","Dingbat dec":"181","Dingbat hex":"B5","Unicode dec":"128247","Unicode hex":"1F4F7"},{"Typeface name":"Webdings","Dingbat dec":"182","Dingbat hex":"B6","Unicode dec":"127903","Unicode hex":"1F39F"},{"Typeface name":"Webdings","Dingbat dec":"183","Dingbat hex":"B7","Unicode dec":"127916","Unicode hex":"1F3AC"},{"Typeface name":"Webdings","Dingbat dec":"184","Dingbat hex":"B8","Unicode dec":"128253","Unicode hex":"1F4FD"},{"Typeface name":"Webdings","Dingbat dec":"185","Dingbat hex":"B9","Unicode dec":"128249","Unicode hex":"1F4F9"},{"Typeface name":"Webdings","Dingbat dec":"186","Dingbat hex":"BA","Unicode dec":"128254","Unicode hex":"1F4FE"},{"Typeface name":"Webdings","Dingbat dec":"187","Dingbat hex":"BB","Unicode dec":"128251","Unicode hex":"1F4FB"},{"Typeface name":"Webdings","Dingbat dec":"188","Dingbat hex":"BC","Unicode dec":"127898","Unicode hex":"1F39A"},{"Typeface name":"Webdings","Dingbat dec":"189","Dingbat hex":"BD","Unicode dec":"127899","Unicode hex":"1F39B"},{"Typeface name":"Webdings","Dingbat dec":"190","Dingbat hex":"BE","Unicode dec":"128250","Unicode hex":"1F4FA"},{"Typeface name":"Webdings","Dingbat dec":"191","Dingbat hex":"BF","Unicode dec":"128187","Unicode hex":"1F4BB"},{"Typeface name":"Webdings","Dingbat dec":"192","Dingbat hex":"C0","Unicode dec":"128421","Unicode hex":"1F5A5"},{"Typeface name":"Webdings","Dingbat dec":"193","Dingbat hex":"C1","Unicode dec":"128422","Unicode hex":"1F5A6"},{"Typeface name":"Webdings","Dingbat dec":"194","Dingbat hex":"C2","Unicode dec":"128423","Unicode hex":"1F5A7"},{"Typeface name":"Webdings","Dingbat dec":"195","Dingbat hex":"C3","Unicode dec":"128377","Unicode hex":"1F579"},{"Typeface name":"Webdings","Dingbat dec":"196","Dingbat hex":"C4","Unicode dec":"127918","Unicode hex":"1F3AE"},{"Typeface name":"Webdings","Dingbat dec":"197","Dingbat hex":"C5","Unicode dec":"128379","Unicode hex":"1F57B"},{"Typeface name":"Webdings","Dingbat dec":"198","Dingbat hex":"C6","Unicode dec":"128380","Unicode hex":"1F57C"},{"Typeface name":"Webdings","Dingbat dec":"199","Dingbat hex":"C7","Unicode dec":"128223","Unicode hex":"1F4DF"},{"Typeface name":"Webdings","Dingbat dec":"200","Dingbat hex":"C8","Unicode dec":"128385","Unicode hex":"1F581"},{"Typeface name":"Webdings","Dingbat dec":"201","Dingbat hex":"C9","Unicode dec":"128384","Unicode hex":"1F580"},{"Typeface name":"Webdings","Dingbat dec":"202","Dingbat hex":"CA","Unicode dec":"128424","Unicode hex":"1F5A8"},{"Typeface name":"Webdings","Dingbat dec":"203","Dingbat hex":"CB","Unicode dec":"128425","Unicode hex":"1F5A9"},{"Typeface name":"Webdings","Dingbat dec":"204","Dingbat hex":"CC","Unicode dec":"128447","Unicode hex":"1F5BF"},{"Typeface name":"Webdings","Dingbat dec":"205","Dingbat hex":"CD","Unicode dec":"128426","Unicode hex":"1F5AA"},{"Typeface name":"Webdings","Dingbat dec":"206","Dingbat hex":"CE","Unicode dec":"128476","Unicode hex":"1F5DC"},{"Typeface name":"Webdings","Dingbat dec":"207","Dingbat hex":"CF","Unicode dec":"128274","Unicode hex":"1F512"},{"Typeface name":"Webdings","Dingbat dec":"208","Dingbat hex":"D0","Unicode dec":"128275","Unicode hex":"1F513"},{"Typeface name":"Webdings","Dingbat dec":"209","Dingbat hex":"D1","Unicode dec":"128477","Unicode hex":"1F5DD"},{"Typeface name":"Webdings","Dingbat dec":"210","Dingbat hex":"D2","Unicode dec":"128229","Unicode hex":"1F4E5"},{"Typeface name":"Webdings","Dingbat dec":"211","Dingbat hex":"D3","Unicode dec":"128228","Unicode hex":"1F4E4"},{"Typeface name":"Webdings","Dingbat dec":"212","Dingbat hex":"D4","Unicode dec":"128371","Unicode hex":"1F573"},{"Typeface name":"Webdings","Dingbat dec":"213","Dingbat hex":"D5","Unicode dec":"127779","Unicode hex":"1F323"},{"Typeface name":"Webdings","Dingbat dec":"214","Dingbat hex":"D6","Unicode dec":"127780","Unicode hex":"1F324"},{"Typeface name":"Webdings","Dingbat dec":"215","Dingbat hex":"D7","Unicode dec":"127781","Unicode hex":"1F325"},{"Typeface name":"Webdings","Dingbat dec":"216","Dingbat hex":"D8","Unicode dec":"127782","Unicode hex":"1F326"},{"Typeface name":"Webdings","Dingbat dec":"217","Dingbat hex":"D9","Unicode dec":"9729","Unicode hex":"2601"},{"Typeface name":"Webdings","Dingbat dec":"218","Dingbat hex":"DA","Unicode dec":"127784","Unicode hex":"1F328"},{"Typeface name":"Webdings","Dingbat dec":"219","Dingbat hex":"DB","Unicode dec":"127783","Unicode hex":"1F327"},{"Typeface name":"Webdings","Dingbat dec":"220","Dingbat hex":"DC","Unicode dec":"127785","Unicode hex":"1F329"},{"Typeface name":"Webdings","Dingbat dec":"221","Dingbat hex":"DD","Unicode dec":"127786","Unicode hex":"1F32A"},{"Typeface name":"Webdings","Dingbat dec":"222","Dingbat hex":"DE","Unicode dec":"127788","Unicode hex":"1F32C"},{"Typeface name":"Webdings","Dingbat dec":"223","Dingbat hex":"DF","Unicode dec":"127787","Unicode hex":"1F32B"},{"Typeface name":"Webdings","Dingbat dec":"224","Dingbat hex":"E0","Unicode dec":"127772","Unicode hex":"1F31C"},{"Typeface name":"Webdings","Dingbat dec":"225","Dingbat hex":"E1","Unicode dec":"127777","Unicode hex":"1F321"},{"Typeface name":"Webdings","Dingbat dec":"226","Dingbat hex":"E2","Unicode dec":"128715","Unicode hex":"1F6CB"},{"Typeface name":"Webdings","Dingbat dec":"227","Dingbat hex":"E3","Unicode dec":"128719","Unicode hex":"1F6CF"},{"Typeface name":"Webdings","Dingbat dec":"228","Dingbat hex":"E4","Unicode dec":"127869","Unicode hex":"1F37D"},{"Typeface name":"Webdings","Dingbat dec":"229","Dingbat hex":"E5","Unicode dec":"127864","Unicode hex":"1F378"},{"Typeface name":"Webdings","Dingbat dec":"230","Dingbat hex":"E6","Unicode dec":"128718","Unicode hex":"1F6CE"},{"Typeface name":"Webdings","Dingbat dec":"231","Dingbat hex":"E7","Unicode dec":"128717","Unicode hex":"1F6CD"},{"Typeface name":"Webdings","Dingbat dec":"232","Dingbat hex":"E8","Unicode dec":"9413","Unicode hex":"24C5"},{"Typeface name":"Webdings","Dingbat dec":"233","Dingbat hex":"E9","Unicode dec":"9855","Unicode hex":"267F"},{"Typeface name":"Webdings","Dingbat dec":"234","Dingbat hex":"EA","Unicode dec":"128710","Unicode hex":"1F6C6"},{"Typeface name":"Webdings","Dingbat dec":"235","Dingbat hex":"EB","Unicode dec":"128392","Unicode hex":"1F588"},{"Typeface name":"Webdings","Dingbat dec":"236","Dingbat hex":"EC","Unicode dec":"127891","Unicode hex":"1F393"},{"Typeface name":"Webdings","Dingbat dec":"237","Dingbat hex":"ED","Unicode dec":"128484","Unicode hex":"1F5E4"},{"Typeface name":"Webdings","Dingbat dec":"238","Dingbat hex":"EE","Unicode dec":"128485","Unicode hex":"1F5E5"},{"Typeface name":"Webdings","Dingbat dec":"239","Dingbat hex":"EF","Unicode dec":"128486","Unicode hex":"1F5E6"},{"Typeface name":"Webdings","Dingbat dec":"240","Dingbat hex":"F0","Unicode dec":"128487","Unicode hex":"1F5E7"},{"Typeface name":"Webdings","Dingbat dec":"241","Dingbat hex":"F1","Unicode dec":"128746","Unicode hex":"1F6EA"},{"Typeface name":"Webdings","Dingbat dec":"242","Dingbat hex":"F2","Unicode dec":"128063","Unicode hex":"1F43F"},{"Typeface name":"Webdings","Dingbat dec":"243","Dingbat hex":"F3","Unicode dec":"128038","Unicode hex":"1F426"},{"Typeface name":"Webdings","Dingbat dec":"244","Dingbat hex":"F4","Unicode dec":"128031","Unicode hex":"1F41F"},{"Typeface name":"Webdings","Dingbat dec":"245","Dingbat hex":"F5","Unicode dec":"128021","Unicode hex":"1F415"},{"Typeface name":"Webdings","Dingbat dec":"246","Dingbat hex":"F6","Unicode dec":"128008","Unicode hex":"1F408"},{"Typeface name":"Webdings","Dingbat dec":"247","Dingbat hex":"F7","Unicode dec":"128620","Unicode hex":"1F66C"},{"Typeface name":"Webdings","Dingbat dec":"248","Dingbat hex":"F8","Unicode dec":"128622","Unicode hex":"1F66E"},{"Typeface name":"Webdings","Dingbat dec":"249","Dingbat hex":"F9","Unicode dec":"128621","Unicode hex":"1F66D"},{"Typeface name":"Webdings","Dingbat dec":"250","Dingbat hex":"FA","Unicode dec":"128623","Unicode hex":"1F66F"},{"Typeface name":"Webdings","Dingbat dec":"251","Dingbat hex":"FB","Unicode dec":"128506","Unicode hex":"1F5FA"},{"Typeface name":"Webdings","Dingbat dec":"252","Dingbat hex":"FC","Unicode dec":"127757","Unicode hex":"1F30D"},{"Typeface name":"Webdings","Dingbat dec":"253","Dingbat hex":"FD","Unicode dec":"127759","Unicode hex":"1F30F"},{"Typeface name":"Webdings","Dingbat dec":"254","Dingbat hex":"FE","Unicode dec":"127758","Unicode hex":"1F30E"},{"Typeface name":"Webdings","Dingbat dec":"255","Dingbat hex":"FF","Unicode dec":"128330","Unicode hex":"1F54A"},{"Typeface name":"Wingdings","Dingbat dec":"32","Dingbat hex":"20","Unicode dec":"32","Unicode hex":"20"},{"Typeface name":"Wingdings","Dingbat dec":"33","Dingbat hex":"21","Unicode dec":"128393","Unicode hex":"1F589"},{"Typeface name":"Wingdings","Dingbat dec":"34","Dingbat hex":"22","Unicode dec":"9986","Unicode hex":"2702"},{"Typeface name":"Wingdings","Dingbat dec":"35","Dingbat hex":"23","Unicode dec":"9985","Unicode hex":"2701"},{"Typeface name":"Wingdings","Dingbat dec":"36","Dingbat hex":"24","Unicode dec":"128083","Unicode hex":"1F453"},{"Typeface name":"Wingdings","Dingbat dec":"37","Dingbat hex":"25","Unicode dec":"128365","Unicode hex":"1F56D"},{"Typeface name":"Wingdings","Dingbat dec":"38","Dingbat hex":"26","Unicode dec":"128366","Unicode hex":"1F56E"},{"Typeface name":"Wingdings","Dingbat dec":"39","Dingbat hex":"27","Unicode dec":"128367","Unicode hex":"1F56F"},{"Typeface name":"Wingdings","Dingbat dec":"40","Dingbat hex":"28","Unicode dec":"128383","Unicode hex":"1F57F"},{"Typeface name":"Wingdings","Dingbat dec":"41","Dingbat hex":"29","Unicode dec":"9990","Unicode hex":"2706"},{"Typeface name":"Wingdings","Dingbat dec":"42","Dingbat hex":"2A","Unicode dec":"128386","Unicode hex":"1F582"},{"Typeface name":"Wingdings","Dingbat dec":"43","Dingbat hex":"2B","Unicode dec":"128387","Unicode hex":"1F583"},{"Typeface name":"Wingdings","Dingbat dec":"44","Dingbat hex":"2C","Unicode dec":"128234","Unicode hex":"1F4EA"},{"Typeface name":"Wingdings","Dingbat dec":"45","Dingbat hex":"2D","Unicode dec":"128235","Unicode hex":"1F4EB"},{"Typeface name":"Wingdings","Dingbat dec":"46","Dingbat hex":"2E","Unicode dec":"128236","Unicode hex":"1F4EC"},{"Typeface name":"Wingdings","Dingbat dec":"47","Dingbat hex":"2F","Unicode dec":"128237","Unicode hex":"1F4ED"},{"Typeface name":"Wingdings","Dingbat dec":"48","Dingbat hex":"30","Unicode dec":"128448","Unicode hex":"1F5C0"},{"Typeface name":"Wingdings","Dingbat dec":"49","Dingbat hex":"31","Unicode dec":"128449","Unicode hex":"1F5C1"},{"Typeface name":"Wingdings","Dingbat dec":"50","Dingbat hex":"32","Unicode dec":"128462","Unicode hex":"1F5CE"},{"Typeface name":"Wingdings","Dingbat dec":"51","Dingbat hex":"33","Unicode dec":"128463","Unicode hex":"1F5CF"},{"Typeface name":"Wingdings","Dingbat dec":"52","Dingbat hex":"34","Unicode dec":"128464","Unicode hex":"1F5D0"},{"Typeface name":"Wingdings","Dingbat dec":"53","Dingbat hex":"35","Unicode dec":"128452","Unicode hex":"1F5C4"},{"Typeface name":"Wingdings","Dingbat dec":"54","Dingbat hex":"36","Unicode dec":"8987","Unicode hex":"231B"},{"Typeface name":"Wingdings","Dingbat dec":"55","Dingbat hex":"37","Unicode dec":"128430","Unicode hex":"1F5AE"},{"Typeface name":"Wingdings","Dingbat dec":"56","Dingbat hex":"38","Unicode dec":"128432","Unicode hex":"1F5B0"},{"Typeface name":"Wingdings","Dingbat dec":"57","Dingbat hex":"39","Unicode dec":"128434","Unicode hex":"1F5B2"},{"Typeface name":"Wingdings","Dingbat dec":"58","Dingbat hex":"3A","Unicode dec":"128435","Unicode hex":"1F5B3"},{"Typeface name":"Wingdings","Dingbat dec":"59","Dingbat hex":"3B","Unicode dec":"128436","Unicode hex":"1F5B4"},{"Typeface name":"Wingdings","Dingbat dec":"60","Dingbat hex":"3C","Unicode dec":"128427","Unicode hex":"1F5AB"},{"Typeface name":"Wingdings","Dingbat dec":"61","Dingbat hex":"3D","Unicode dec":"128428","Unicode hex":"1F5AC"},{"Typeface name":"Wingdings","Dingbat dec":"62","Dingbat hex":"3E","Unicode dec":"9991","Unicode hex":"2707"},{"Typeface name":"Wingdings","Dingbat dec":"63","Dingbat hex":"3F","Unicode dec":"9997","Unicode hex":"270D"},{"Typeface name":"Wingdings","Dingbat dec":"64","Dingbat hex":"40","Unicode dec":"128398","Unicode hex":"1F58E"},{"Typeface name":"Wingdings","Dingbat dec":"65","Dingbat hex":"41","Unicode dec":"9996","Unicode hex":"270C"},{"Typeface name":"Wingdings","Dingbat dec":"66","Dingbat hex":"42","Unicode dec":"128399","Unicode hex":"1F58F"},{"Typeface name":"Wingdings","Dingbat dec":"67","Dingbat hex":"43","Unicode dec":"128077","Unicode hex":"1F44D"},{"Typeface name":"Wingdings","Dingbat dec":"68","Dingbat hex":"44","Unicode dec":"128078","Unicode hex":"1F44E"},{"Typeface name":"Wingdings","Dingbat dec":"69","Dingbat hex":"45","Unicode dec":"9756","Unicode hex":"261C"},{"Typeface name":"Wingdings","Dingbat dec":"70","Dingbat hex":"46","Unicode dec":"9758","Unicode hex":"261E"},{"Typeface name":"Wingdings","Dingbat dec":"71","Dingbat hex":"47","Unicode dec":"9757","Unicode hex":"261D"},{"Typeface name":"Wingdings","Dingbat dec":"72","Dingbat hex":"48","Unicode dec":"9759","Unicode hex":"261F"},{"Typeface name":"Wingdings","Dingbat dec":"73","Dingbat hex":"49","Unicode dec":"128400","Unicode hex":"1F590"},{"Typeface name":"Wingdings","Dingbat dec":"74","Dingbat hex":"4A","Unicode dec":"9786","Unicode hex":"263A"},{"Typeface name":"Wingdings","Dingbat dec":"75","Dingbat hex":"4B","Unicode dec":"128528","Unicode hex":"1F610"},{"Typeface name":"Wingdings","Dingbat dec":"76","Dingbat hex":"4C","Unicode dec":"9785","Unicode hex":"2639"},{"Typeface name":"Wingdings","Dingbat dec":"77","Dingbat hex":"4D","Unicode dec":"128163","Unicode hex":"1F4A3"},{"Typeface name":"Wingdings","Dingbat dec":"78","Dingbat hex":"4E","Unicode dec":"128369","Unicode hex":"1F571"},{"Typeface name":"Wingdings","Dingbat dec":"79","Dingbat hex":"4F","Unicode dec":"127987","Unicode hex":"1F3F3"},{"Typeface name":"Wingdings","Dingbat dec":"80","Dingbat hex":"50","Unicode dec":"127985","Unicode hex":"1F3F1"},{"Typeface name":"Wingdings","Dingbat dec":"81","Dingbat hex":"51","Unicode dec":"9992","Unicode hex":"2708"},{"Typeface name":"Wingdings","Dingbat dec":"82","Dingbat hex":"52","Unicode dec":"9788","Unicode hex":"263C"},{"Typeface name":"Wingdings","Dingbat dec":"83","Dingbat hex":"53","Unicode dec":"127778","Unicode hex":"1F322"},{"Typeface name":"Wingdings","Dingbat dec":"84","Dingbat hex":"54","Unicode dec":"10052","Unicode hex":"2744"},{"Typeface name":"Wingdings","Dingbat dec":"85","Dingbat hex":"55","Unicode dec":"128326","Unicode hex":"1F546"},{"Typeface name":"Wingdings","Dingbat dec":"86","Dingbat hex":"56","Unicode dec":"10014","Unicode hex":"271E"},{"Typeface name":"Wingdings","Dingbat dec":"87","Dingbat hex":"57","Unicode dec":"128328","Unicode hex":"1F548"},{"Typeface name":"Wingdings","Dingbat dec":"88","Dingbat hex":"58","Unicode dec":"10016","Unicode hex":"2720"},{"Typeface name":"Wingdings","Dingbat dec":"89","Dingbat hex":"59","Unicode dec":"10017","Unicode hex":"2721"},{"Typeface name":"Wingdings","Dingbat dec":"90","Dingbat hex":"5A","Unicode dec":"9770","Unicode hex":"262A"},{"Typeface name":"Wingdings","Dingbat dec":"91","Dingbat hex":"5B","Unicode dec":"9775","Unicode hex":"262F"},{"Typeface name":"Wingdings","Dingbat dec":"92","Dingbat hex":"5C","Unicode dec":"128329","Unicode hex":"1F549"},{"Typeface name":"Wingdings","Dingbat dec":"93","Dingbat hex":"5D","Unicode dec":"9784","Unicode hex":"2638"},{"Typeface name":"Wingdings","Dingbat dec":"94","Dingbat hex":"5E","Unicode dec":"9800","Unicode hex":"2648"},{"Typeface name":"Wingdings","Dingbat dec":"95","Dingbat hex":"5F","Unicode dec":"9801","Unicode hex":"2649"},{"Typeface name":"Wingdings","Dingbat dec":"96","Dingbat hex":"60","Unicode dec":"9802","Unicode hex":"264A"},{"Typeface name":"Wingdings","Dingbat dec":"97","Dingbat hex":"61","Unicode dec":"9803","Unicode hex":"264B"},{"Typeface name":"Wingdings","Dingbat dec":"98","Dingbat hex":"62","Unicode dec":"9804","Unicode hex":"264C"},{"Typeface name":"Wingdings","Dingbat dec":"99","Dingbat hex":"63","Unicode dec":"9805","Unicode hex":"264D"},{"Typeface name":"Wingdings","Dingbat dec":"100","Dingbat hex":"64","Unicode dec":"9806","Unicode hex":"264E"},{"Typeface name":"Wingdings","Dingbat dec":"101","Dingbat hex":"65","Unicode dec":"9807","Unicode hex":"264F"},{"Typeface name":"Wingdings","Dingbat dec":"102","Dingbat hex":"66","Unicode dec":"9808","Unicode hex":"2650"},{"Typeface name":"Wingdings","Dingbat dec":"103","Dingbat hex":"67","Unicode dec":"9809","Unicode hex":"2651"},{"Typeface name":"Wingdings","Dingbat dec":"104","Dingbat hex":"68","Unicode dec":"9810","Unicode hex":"2652"},{"Typeface name":"Wingdings","Dingbat dec":"105","Dingbat hex":"69","Unicode dec":"9811","Unicode hex":"2653"},{"Typeface name":"Wingdings","Dingbat dec":"106","Dingbat hex":"6A","Unicode dec":"128624","Unicode hex":"1F670"},{"Typeface name":"Wingdings","Dingbat dec":"107","Dingbat hex":"6B","Unicode dec":"128629","Unicode hex":"1F675"},{"Typeface name":"Wingdings","Dingbat dec":"108","Dingbat hex":"6C","Unicode dec":"9899","Unicode hex":"26AB"},{"Typeface name":"Wingdings","Dingbat dec":"109","Dingbat hex":"6D","Unicode dec":"128318","Unicode hex":"1F53E"},{"Typeface name":"Wingdings","Dingbat dec":"110","Dingbat hex":"6E","Unicode dec":"9724","Unicode hex":"25FC"},{"Typeface name":"Wingdings","Dingbat dec":"111","Dingbat hex":"6F","Unicode dec":"128911","Unicode hex":"1F78F"},{"Typeface name":"Wingdings","Dingbat dec":"112","Dingbat hex":"70","Unicode dec":"128912","Unicode hex":"1F790"},{"Typeface name":"Wingdings","Dingbat dec":"113","Dingbat hex":"71","Unicode dec":"10065","Unicode hex":"2751"},{"Typeface name":"Wingdings","Dingbat dec":"114","Dingbat hex":"72","Unicode dec":"10066","Unicode hex":"2752"},{"Typeface name":"Wingdings","Dingbat dec":"115","Dingbat hex":"73","Unicode dec":"128927","Unicode hex":"1F79F"},{"Typeface name":"Wingdings","Dingbat dec":"116","Dingbat hex":"74","Unicode dec":"10731","Unicode hex":"29EB"},{"Typeface name":"Wingdings","Dingbat dec":"117","Dingbat hex":"75","Unicode dec":"9670","Unicode hex":"25C6"},{"Typeface name":"Wingdings","Dingbat dec":"118","Dingbat hex":"76","Unicode dec":"10070","Unicode hex":"2756"},{"Typeface name":"Wingdings","Dingbat dec":"119","Dingbat hex":"77","Unicode dec":"11049","Unicode hex":"2B29"},{"Typeface name":"Wingdings","Dingbat dec":"120","Dingbat hex":"78","Unicode dec":"8999","Unicode hex":"2327"},{"Typeface name":"Wingdings","Dingbat dec":"121","Dingbat hex":"79","Unicode dec":"11193","Unicode hex":"2BB9"},{"Typeface name":"Wingdings","Dingbat dec":"122","Dingbat hex":"7A","Unicode dec":"8984","Unicode hex":"2318"},{"Typeface name":"Wingdings","Dingbat dec":"123","Dingbat hex":"7B","Unicode dec":"127989","Unicode hex":"1F3F5"},{"Typeface name":"Wingdings","Dingbat dec":"124","Dingbat hex":"7C","Unicode dec":"127990","Unicode hex":"1F3F6"},{"Typeface name":"Wingdings","Dingbat dec":"125","Dingbat hex":"7D","Unicode dec":"128630","Unicode hex":"1F676"},{"Typeface name":"Wingdings","Dingbat dec":"126","Dingbat hex":"7E","Unicode dec":"128631","Unicode hex":"1F677"},{"Typeface name":"Wingdings","Dingbat dec":"127","Dingbat hex":"7F","Unicode dec":"9647","Unicode hex":"25AF"},{"Typeface name":"Wingdings","Dingbat dec":"128","Dingbat hex":"80","Unicode dec":"127243","Unicode hex":"1F10B"},{"Typeface name":"Wingdings","Dingbat dec":"129","Dingbat hex":"81","Unicode dec":"10112","Unicode hex":"2780"},{"Typeface name":"Wingdings","Dingbat dec":"130","Dingbat hex":"82","Unicode dec":"10113","Unicode hex":"2781"},{"Typeface name":"Wingdings","Dingbat dec":"131","Dingbat hex":"83","Unicode dec":"10114","Unicode hex":"2782"},{"Typeface name":"Wingdings","Dingbat dec":"132","Dingbat hex":"84","Unicode dec":"10115","Unicode hex":"2783"},{"Typeface name":"Wingdings","Dingbat dec":"133","Dingbat hex":"85","Unicode dec":"10116","Unicode hex":"2784"},{"Typeface name":"Wingdings","Dingbat dec":"134","Dingbat hex":"86","Unicode dec":"10117","Unicode hex":"2785"},{"Typeface name":"Wingdings","Dingbat dec":"135","Dingbat hex":"87","Unicode dec":"10118","Unicode hex":"2786"},{"Typeface name":"Wingdings","Dingbat dec":"136","Dingbat hex":"88","Unicode dec":"10119","Unicode hex":"2787"},{"Typeface name":"Wingdings","Dingbat dec":"137","Dingbat hex":"89","Unicode dec":"10120","Unicode hex":"2788"},{"Typeface name":"Wingdings","Dingbat dec":"138","Dingbat hex":"8A","Unicode dec":"10121","Unicode hex":"2789"},{"Typeface name":"Wingdings","Dingbat dec":"139","Dingbat hex":"8B","Unicode dec":"127244","Unicode hex":"1F10C"},{"Typeface name":"Wingdings","Dingbat dec":"140","Dingbat hex":"8C","Unicode dec":"10122","Unicode hex":"278A"},{"Typeface name":"Wingdings","Dingbat dec":"141","Dingbat hex":"8D","Unicode dec":"10123","Unicode hex":"278B"},{"Typeface name":"Wingdings","Dingbat dec":"142","Dingbat hex":"8E","Unicode dec":"10124","Unicode hex":"278C"},{"Typeface name":"Wingdings","Dingbat dec":"143","Dingbat hex":"8F","Unicode dec":"10125","Unicode hex":"278D"},{"Typeface name":"Wingdings","Dingbat dec":"144","Dingbat hex":"90","Unicode dec":"10126","Unicode hex":"278E"},{"Typeface name":"Wingdings","Dingbat dec":"145","Dingbat hex":"91","Unicode dec":"10127","Unicode hex":"278F"},{"Typeface name":"Wingdings","Dingbat dec":"146","Dingbat hex":"92","Unicode dec":"10128","Unicode hex":"2790"},{"Typeface name":"Wingdings","Dingbat dec":"147","Dingbat hex":"93","Unicode dec":"10129","Unicode hex":"2791"},{"Typeface name":"Wingdings","Dingbat dec":"148","Dingbat hex":"94","Unicode dec":"10130","Unicode hex":"2792"},{"Typeface name":"Wingdings","Dingbat dec":"149","Dingbat hex":"95","Unicode dec":"10131","Unicode hex":"2793"},{"Typeface name":"Wingdings","Dingbat dec":"150","Dingbat hex":"96","Unicode dec":"128610","Unicode hex":"1F662"},{"Typeface name":"Wingdings","Dingbat dec":"151","Dingbat hex":"97","Unicode dec":"128608","Unicode hex":"1F660"},{"Typeface name":"Wingdings","Dingbat dec":"152","Dingbat hex":"98","Unicode dec":"128609","Unicode hex":"1F661"},{"Typeface name":"Wingdings","Dingbat dec":"153","Dingbat hex":"99","Unicode dec":"128611","Unicode hex":"1F663"},{"Typeface name":"Wingdings","Dingbat dec":"154","Dingbat hex":"9A","Unicode dec":"128606","Unicode hex":"1F65E"},{"Typeface name":"Wingdings","Dingbat dec":"155","Dingbat hex":"9B","Unicode dec":"128604","Unicode hex":"1F65C"},{"Typeface name":"Wingdings","Dingbat dec":"156","Dingbat hex":"9C","Unicode dec":"128605","Unicode hex":"1F65D"},{"Typeface name":"Wingdings","Dingbat dec":"157","Dingbat hex":"9D","Unicode dec":"128607","Unicode hex":"1F65F"},{"Typeface name":"Wingdings","Dingbat dec":"158","Dingbat hex":"9E","Unicode dec":"8729","Unicode hex":"2219"},{"Typeface name":"Wingdings","Dingbat dec":"159","Dingbat hex":"9F","Unicode dec":"8226","Unicode hex":"2022"},{"Typeface name":"Wingdings","Dingbat dec":"160","Dingbat hex":"A0","Unicode dec":"11037","Unicode hex":"2B1D"},{"Typeface name":"Wingdings","Dingbat dec":"161","Dingbat hex":"A1","Unicode dec":"11096","Unicode hex":"2B58"},{"Typeface name":"Wingdings","Dingbat dec":"162","Dingbat hex":"A2","Unicode dec":"128902","Unicode hex":"1F786"},{"Typeface name":"Wingdings","Dingbat dec":"163","Dingbat hex":"A3","Unicode dec":"128904","Unicode hex":"1F788"},{"Typeface name":"Wingdings","Dingbat dec":"164","Dingbat hex":"A4","Unicode dec":"128906","Unicode hex":"1F78A"},{"Typeface name":"Wingdings","Dingbat dec":"165","Dingbat hex":"A5","Unicode dec":"128907","Unicode hex":"1F78B"},{"Typeface name":"Wingdings","Dingbat dec":"166","Dingbat hex":"A6","Unicode dec":"128319","Unicode hex":"1F53F"},{"Typeface name":"Wingdings","Dingbat dec":"167","Dingbat hex":"A7","Unicode dec":"9642","Unicode hex":"25AA"},{"Typeface name":"Wingdings","Dingbat dec":"168","Dingbat hex":"A8","Unicode dec":"128910","Unicode hex":"1F78E"},{"Typeface name":"Wingdings","Dingbat dec":"169","Dingbat hex":"A9","Unicode dec":"128961","Unicode hex":"1F7C1"},{"Typeface name":"Wingdings","Dingbat dec":"170","Dingbat hex":"AA","Unicode dec":"128965","Unicode hex":"1F7C5"},{"Typeface name":"Wingdings","Dingbat dec":"171","Dingbat hex":"AB","Unicode dec":"9733","Unicode hex":"2605"},{"Typeface name":"Wingdings","Dingbat dec":"172","Dingbat hex":"AC","Unicode dec":"128971","Unicode hex":"1F7CB"},{"Typeface name":"Wingdings","Dingbat dec":"173","Dingbat hex":"AD","Unicode dec":"128975","Unicode hex":"1F7CF"},{"Typeface name":"Wingdings","Dingbat dec":"174","Dingbat hex":"AE","Unicode dec":"128979","Unicode hex":"1F7D3"},{"Typeface name":"Wingdings","Dingbat dec":"175","Dingbat hex":"AF","Unicode dec":"128977","Unicode hex":"1F7D1"},{"Typeface name":"Wingdings","Dingbat dec":"176","Dingbat hex":"B0","Unicode dec":"11216","Unicode hex":"2BD0"},{"Typeface name":"Wingdings","Dingbat dec":"177","Dingbat hex":"B1","Unicode dec":"8982","Unicode hex":"2316"},{"Typeface name":"Wingdings","Dingbat dec":"178","Dingbat hex":"B2","Unicode dec":"11214","Unicode hex":"2BCE"},{"Typeface name":"Wingdings","Dingbat dec":"179","Dingbat hex":"B3","Unicode dec":"11215","Unicode hex":"2BCF"},{"Typeface name":"Wingdings","Dingbat dec":"180","Dingbat hex":"B4","Unicode dec":"11217","Unicode hex":"2BD1"},{"Typeface name":"Wingdings","Dingbat dec":"181","Dingbat hex":"B5","Unicode dec":"10026","Unicode hex":"272A"},{"Typeface name":"Wingdings","Dingbat dec":"182","Dingbat hex":"B6","Unicode dec":"10032","Unicode hex":"2730"},{"Typeface name":"Wingdings","Dingbat dec":"183","Dingbat hex":"B7","Unicode dec":"128336","Unicode hex":"1F550"},{"Typeface name":"Wingdings","Dingbat dec":"184","Dingbat hex":"B8","Unicode dec":"128337","Unicode hex":"1F551"},{"Typeface name":"Wingdings","Dingbat dec":"185","Dingbat hex":"B9","Unicode dec":"128338","Unicode hex":"1F552"},{"Typeface name":"Wingdings","Dingbat dec":"186","Dingbat hex":"BA","Unicode dec":"128339","Unicode hex":"1F553"},{"Typeface name":"Wingdings","Dingbat dec":"187","Dingbat hex":"BB","Unicode dec":"128340","Unicode hex":"1F554"},{"Typeface name":"Wingdings","Dingbat dec":"188","Dingbat hex":"BC","Unicode dec":"128341","Unicode hex":"1F555"},{"Typeface name":"Wingdings","Dingbat dec":"189","Dingbat hex":"BD","Unicode dec":"128342","Unicode hex":"1F556"},{"Typeface name":"Wingdings","Dingbat dec":"190","Dingbat hex":"BE","Unicode dec":"128343","Unicode hex":"1F557"},{"Typeface name":"Wingdings","Dingbat dec":"191","Dingbat hex":"BF","Unicode dec":"128344","Unicode hex":"1F558"},{"Typeface name":"Wingdings","Dingbat dec":"192","Dingbat hex":"C0","Unicode dec":"128345","Unicode hex":"1F559"},{"Typeface name":"Wingdings","Dingbat dec":"193","Dingbat hex":"C1","Unicode dec":"128346","Unicode hex":"1F55A"},{"Typeface name":"Wingdings","Dingbat dec":"194","Dingbat hex":"C2","Unicode dec":"128347","Unicode hex":"1F55B"},{"Typeface name":"Wingdings","Dingbat dec":"195","Dingbat hex":"C3","Unicode dec":"11184","Unicode hex":"2BB0"},{"Typeface name":"Wingdings","Dingbat dec":"196","Dingbat hex":"C4","Unicode dec":"11185","Unicode hex":"2BB1"},{"Typeface name":"Wingdings","Dingbat dec":"197","Dingbat hex":"C5","Unicode dec":"11186","Unicode hex":"2BB2"},{"Typeface name":"Wingdings","Dingbat dec":"198","Dingbat hex":"C6","Unicode dec":"11187","Unicode hex":"2BB3"},{"Typeface name":"Wingdings","Dingbat dec":"199","Dingbat hex":"C7","Unicode dec":"11188","Unicode hex":"2BB4"},{"Typeface name":"Wingdings","Dingbat dec":"200","Dingbat hex":"C8","Unicode dec":"11189","Unicode hex":"2BB5"},{"Typeface name":"Wingdings","Dingbat dec":"201","Dingbat hex":"C9","Unicode dec":"11190","Unicode hex":"2BB6"},{"Typeface name":"Wingdings","Dingbat dec":"202","Dingbat hex":"CA","Unicode dec":"11191","Unicode hex":"2BB7"},{"Typeface name":"Wingdings","Dingbat dec":"203","Dingbat hex":"CB","Unicode dec":"128618","Unicode hex":"1F66A"},{"Typeface name":"Wingdings","Dingbat dec":"204","Dingbat hex":"CC","Unicode dec":"128619","Unicode hex":"1F66B"},{"Typeface name":"Wingdings","Dingbat dec":"205","Dingbat hex":"CD","Unicode dec":"128597","Unicode hex":"1F655"},{"Typeface name":"Wingdings","Dingbat dec":"206","Dingbat hex":"CE","Unicode dec":"128596","Unicode hex":"1F654"},{"Typeface name":"Wingdings","Dingbat dec":"207","Dingbat hex":"CF","Unicode dec":"128599","Unicode hex":"1F657"},{"Typeface name":"Wingdings","Dingbat dec":"208","Dingbat hex":"D0","Unicode dec":"128598","Unicode hex":"1F656"},{"Typeface name":"Wingdings","Dingbat dec":"209","Dingbat hex":"D1","Unicode dec":"128592","Unicode hex":"1F650"},{"Typeface name":"Wingdings","Dingbat dec":"210","Dingbat hex":"D2","Unicode dec":"128593","Unicode hex":"1F651"},{"Typeface name":"Wingdings","Dingbat dec":"211","Dingbat hex":"D3","Unicode dec":"128594","Unicode hex":"1F652"},{"Typeface name":"Wingdings","Dingbat dec":"212","Dingbat hex":"D4","Unicode dec":"128595","Unicode hex":"1F653"},{"Typeface name":"Wingdings","Dingbat dec":"213","Dingbat hex":"D5","Unicode dec":"9003","Unicode hex":"232B"},{"Typeface name":"Wingdings","Dingbat dec":"214","Dingbat hex":"D6","Unicode dec":"8998","Unicode hex":"2326"},{"Typeface name":"Wingdings","Dingbat dec":"215","Dingbat hex":"D7","Unicode dec":"11160","Unicode hex":"2B98"},{"Typeface name":"Wingdings","Dingbat dec":"216","Dingbat hex":"D8","Unicode dec":"11162","Unicode hex":"2B9A"},{"Typeface name":"Wingdings","Dingbat dec":"217","Dingbat hex":"D9","Unicode dec":"11161","Unicode hex":"2B99"},{"Typeface name":"Wingdings","Dingbat dec":"218","Dingbat hex":"DA","Unicode dec":"11163","Unicode hex":"2B9B"},{"Typeface name":"Wingdings","Dingbat dec":"219","Dingbat hex":"DB","Unicode dec":"11144","Unicode hex":"2B88"},{"Typeface name":"Wingdings","Dingbat dec":"220","Dingbat hex":"DC","Unicode dec":"11146","Unicode hex":"2B8A"},{"Typeface name":"Wingdings","Dingbat dec":"221","Dingbat hex":"DD","Unicode dec":"11145","Unicode hex":"2B89"},{"Typeface name":"Wingdings","Dingbat dec":"222","Dingbat hex":"DE","Unicode dec":"11147","Unicode hex":"2B8B"},{"Typeface name":"Wingdings","Dingbat dec":"223","Dingbat hex":"DF","Unicode dec":"129128","Unicode hex":"1F868"},{"Typeface name":"Wingdings","Dingbat dec":"224","Dingbat hex":"E0","Unicode dec":"129130","Unicode hex":"1F86A"},{"Typeface name":"Wingdings","Dingbat dec":"225","Dingbat hex":"E1","Unicode dec":"129129","Unicode hex":"1F869"},{"Typeface name":"Wingdings","Dingbat dec":"226","Dingbat hex":"E2","Unicode dec":"129131","Unicode hex":"1F86B"},{"Typeface name":"Wingdings","Dingbat dec":"227","Dingbat hex":"E3","Unicode dec":"129132","Unicode hex":"1F86C"},{"Typeface name":"Wingdings","Dingbat dec":"228","Dingbat hex":"E4","Unicode dec":"129133","Unicode hex":"1F86D"},{"Typeface name":"Wingdings","Dingbat dec":"229","Dingbat hex":"E5","Unicode dec":"129135","Unicode hex":"1F86F"},{"Typeface name":"Wingdings","Dingbat dec":"230","Dingbat hex":"E6","Unicode dec":"129134","Unicode hex":"1F86E"},{"Typeface name":"Wingdings","Dingbat dec":"231","Dingbat hex":"E7","Unicode dec":"129144","Unicode hex":"1F878"},{"Typeface name":"Wingdings","Dingbat dec":"232","Dingbat hex":"E8","Unicode dec":"129146","Unicode hex":"1F87A"},{"Typeface name":"Wingdings","Dingbat dec":"233","Dingbat hex":"E9","Unicode dec":"129145","Unicode hex":"1F879"},{"Typeface name":"Wingdings","Dingbat dec":"234","Dingbat hex":"EA","Unicode dec":"129147","Unicode hex":"1F87B"},{"Typeface name":"Wingdings","Dingbat dec":"235","Dingbat hex":"EB","Unicode dec":"129148","Unicode hex":"1F87C"},{"Typeface name":"Wingdings","Dingbat dec":"236","Dingbat hex":"EC","Unicode dec":"129149","Unicode hex":"1F87D"},{"Typeface name":"Wingdings","Dingbat dec":"237","Dingbat hex":"ED","Unicode dec":"129151","Unicode hex":"1F87F"},{"Typeface name":"Wingdings","Dingbat dec":"238","Dingbat hex":"EE","Unicode dec":"129150","Unicode hex":"1F87E"},{"Typeface name":"Wingdings","Dingbat dec":"239","Dingbat hex":"EF","Unicode dec":"8678","Unicode hex":"21E6"},{"Typeface name":"Wingdings","Dingbat dec":"240","Dingbat hex":"F0","Unicode dec":"8680","Unicode hex":"21E8"},{"Typeface name":"Wingdings","Dingbat dec":"241","Dingbat hex":"F1","Unicode dec":"8679","Unicode hex":"21E7"},{"Typeface name":"Wingdings","Dingbat dec":"242","Dingbat hex":"F2","Unicode dec":"8681","Unicode hex":"21E9"},{"Typeface name":"Wingdings","Dingbat dec":"243","Dingbat hex":"F3","Unicode dec":"11012","Unicode hex":"2B04"},{"Typeface name":"Wingdings","Dingbat dec":"244","Dingbat hex":"F4","Unicode dec":"8691","Unicode hex":"21F3"},{"Typeface name":"Wingdings","Dingbat dec":"245","Dingbat hex":"F5","Unicode dec":"11009","Unicode hex":"2B01"},{"Typeface name":"Wingdings","Dingbat dec":"246","Dingbat hex":"F6","Unicode dec":"11008","Unicode hex":"2B00"},{"Typeface name":"Wingdings","Dingbat dec":"247","Dingbat hex":"F7","Unicode dec":"11011","Unicode hex":"2B03"},{"Typeface name":"Wingdings","Dingbat dec":"248","Dingbat hex":"F8","Unicode dec":"11010","Unicode hex":"2B02"},{"Typeface name":"Wingdings","Dingbat dec":"249","Dingbat hex":"F9","Unicode dec":"129196","Unicode hex":"1F8AC"},{"Typeface name":"Wingdings","Dingbat dec":"250","Dingbat hex":"FA","Unicode dec":"129197","Unicode hex":"1F8AD"},{"Typeface name":"Wingdings","Dingbat dec":"251","Dingbat hex":"FB","Unicode dec":"128502","Unicode hex":"1F5F6"},{"Typeface name":"Wingdings","Dingbat dec":"252","Dingbat hex":"FC","Unicode dec":"10003","Unicode hex":"2713"},{"Typeface name":"Wingdings","Dingbat dec":"253","Dingbat hex":"FD","Unicode dec":"128503","Unicode hex":"1F5F7"},{"Typeface name":"Wingdings","Dingbat dec":"254","Dingbat hex":"FE","Unicode dec":"128505","Unicode hex":"1F5F9"},{"Typeface name":"Wingdings 2","Dingbat dec":"32","Dingbat hex":"20","Unicode dec":"32","Unicode hex":"20"},{"Typeface name":"Wingdings 2","Dingbat dec":"33","Dingbat hex":"21","Unicode dec":"128394","Unicode hex":"1F58A"},{"Typeface name":"Wingdings 2","Dingbat dec":"34","Dingbat hex":"22","Unicode dec":"128395","Unicode hex":"1F58B"},{"Typeface name":"Wingdings 2","Dingbat dec":"35","Dingbat hex":"23","Unicode dec":"128396","Unicode hex":"1F58C"},{"Typeface name":"Wingdings 2","Dingbat dec":"36","Dingbat hex":"24","Unicode dec":"128397","Unicode hex":"1F58D"},{"Typeface name":"Wingdings 2","Dingbat dec":"37","Dingbat hex":"25","Unicode dec":"9988","Unicode hex":"2704"},{"Typeface name":"Wingdings 2","Dingbat dec":"38","Dingbat hex":"26","Unicode dec":"9984","Unicode hex":"2700"},{"Typeface name":"Wingdings 2","Dingbat dec":"39","Dingbat hex":"27","Unicode dec":"128382","Unicode hex":"1F57E"},{"Typeface name":"Wingdings 2","Dingbat dec":"40","Dingbat hex":"28","Unicode dec":"128381","Unicode hex":"1F57D"},{"Typeface name":"Wingdings 2","Dingbat dec":"41","Dingbat hex":"29","Unicode dec":"128453","Unicode hex":"1F5C5"},{"Typeface name":"Wingdings 2","Dingbat dec":"42","Dingbat hex":"2A","Unicode dec":"128454","Unicode hex":"1F5C6"},{"Typeface name":"Wingdings 2","Dingbat dec":"43","Dingbat hex":"2B","Unicode dec":"128455","Unicode hex":"1F5C7"},{"Typeface name":"Wingdings 2","Dingbat dec":"44","Dingbat hex":"2C","Unicode dec":"128456","Unicode hex":"1F5C8"},{"Typeface name":"Wingdings 2","Dingbat dec":"45","Dingbat hex":"2D","Unicode dec":"128457","Unicode hex":"1F5C9"},{"Typeface name":"Wingdings 2","Dingbat dec":"46","Dingbat hex":"2E","Unicode dec":"128458","Unicode hex":"1F5CA"},{"Typeface name":"Wingdings 2","Dingbat dec":"47","Dingbat hex":"2F","Unicode dec":"128459","Unicode hex":"1F5CB"},{"Typeface name":"Wingdings 2","Dingbat dec":"48","Dingbat hex":"30","Unicode dec":"128460","Unicode hex":"1F5CC"},{"Typeface name":"Wingdings 2","Dingbat dec":"49","Dingbat hex":"31","Unicode dec":"128461","Unicode hex":"1F5CD"},{"Typeface name":"Wingdings 2","Dingbat dec":"50","Dingbat hex":"32","Unicode dec":"128203","Unicode hex":"1F4CB"},{"Typeface name":"Wingdings 2","Dingbat dec":"51","Dingbat hex":"33","Unicode dec":"128465","Unicode hex":"1F5D1"},{"Typeface name":"Wingdings 2","Dingbat dec":"52","Dingbat hex":"34","Unicode dec":"128468","Unicode hex":"1F5D4"},{"Typeface name":"Wingdings 2","Dingbat dec":"53","Dingbat hex":"35","Unicode dec":"128437","Unicode hex":"1F5B5"},{"Typeface name":"Wingdings 2","Dingbat dec":"54","Dingbat hex":"36","Unicode dec":"128438","Unicode hex":"1F5B6"},{"Typeface name":"Wingdings 2","Dingbat dec":"55","Dingbat hex":"37","Unicode dec":"128439","Unicode hex":"1F5B7"},{"Typeface name":"Wingdings 2","Dingbat dec":"56","Dingbat hex":"38","Unicode dec":"128440","Unicode hex":"1F5B8"},{"Typeface name":"Wingdings 2","Dingbat dec":"57","Dingbat hex":"39","Unicode dec":"128429","Unicode hex":"1F5AD"},{"Typeface name":"Wingdings 2","Dingbat dec":"58","Dingbat hex":"3A","Unicode dec":"128431","Unicode hex":"1F5AF"},{"Typeface name":"Wingdings 2","Dingbat dec":"59","Dingbat hex":"3B","Unicode dec":"128433","Unicode hex":"1F5B1"},{"Typeface name":"Wingdings 2","Dingbat dec":"60","Dingbat hex":"3C","Unicode dec":"128402","Unicode hex":"1F592"},{"Typeface name":"Wingdings 2","Dingbat dec":"61","Dingbat hex":"3D","Unicode dec":"128403","Unicode hex":"1F593"},{"Typeface name":"Wingdings 2","Dingbat dec":"62","Dingbat hex":"3E","Unicode dec":"128408","Unicode hex":"1F598"},{"Typeface name":"Wingdings 2","Dingbat dec":"63","Dingbat hex":"3F","Unicode dec":"128409","Unicode hex":"1F599"},{"Typeface name":"Wingdings 2","Dingbat dec":"64","Dingbat hex":"40","Unicode dec":"128410","Unicode hex":"1F59A"},{"Typeface name":"Wingdings 2","Dingbat dec":"65","Dingbat hex":"41","Unicode dec":"128411","Unicode hex":"1F59B"},{"Typeface name":"Wingdings 2","Dingbat dec":"66","Dingbat hex":"42","Unicode dec":"128072","Unicode hex":"1F448"},{"Typeface name":"Wingdings 2","Dingbat dec":"67","Dingbat hex":"43","Unicode dec":"128073","Unicode hex":"1F449"},{"Typeface name":"Wingdings 2","Dingbat dec":"68","Dingbat hex":"44","Unicode dec":"128412","Unicode hex":"1F59C"},{"Typeface name":"Wingdings 2","Dingbat dec":"69","Dingbat hex":"45","Unicode dec":"128413","Unicode hex":"1F59D"},{"Typeface name":"Wingdings 2","Dingbat dec":"70","Dingbat hex":"46","Unicode dec":"128414","Unicode hex":"1F59E"},{"Typeface name":"Wingdings 2","Dingbat dec":"71","Dingbat hex":"47","Unicode dec":"128415","Unicode hex":"1F59F"},{"Typeface name":"Wingdings 2","Dingbat dec":"72","Dingbat hex":"48","Unicode dec":"128416","Unicode hex":"1F5A0"},{"Typeface name":"Wingdings 2","Dingbat dec":"73","Dingbat hex":"49","Unicode dec":"128417","Unicode hex":"1F5A1"},{"Typeface name":"Wingdings 2","Dingbat dec":"74","Dingbat hex":"4A","Unicode dec":"128070","Unicode hex":"1F446"},{"Typeface name":"Wingdings 2","Dingbat dec":"75","Dingbat hex":"4B","Unicode dec":"128071","Unicode hex":"1F447"},{"Typeface name":"Wingdings 2","Dingbat dec":"76","Dingbat hex":"4C","Unicode dec":"128418","Unicode hex":"1F5A2"},{"Typeface name":"Wingdings 2","Dingbat dec":"77","Dingbat hex":"4D","Unicode dec":"128419","Unicode hex":"1F5A3"},{"Typeface name":"Wingdings 2","Dingbat dec":"78","Dingbat hex":"4E","Unicode dec":"128401","Unicode hex":"1F591"},{"Typeface name":"Wingdings 2","Dingbat dec":"79","Dingbat hex":"4F","Unicode dec":"128500","Unicode hex":"1F5F4"},{"Typeface name":"Wingdings 2","Dingbat dec":"80","Dingbat hex":"50","Unicode dec":"128504","Unicode hex":"1F5F8"},{"Typeface name":"Wingdings 2","Dingbat dec":"81","Dingbat hex":"51","Unicode dec":"128501","Unicode hex":"1F5F5"},{"Typeface name":"Wingdings 2","Dingbat dec":"82","Dingbat hex":"52","Unicode dec":"9745","Unicode hex":"2611"},{"Typeface name":"Wingdings 2","Dingbat dec":"83","Dingbat hex":"53","Unicode dec":"11197","Unicode hex":"2BBD"},{"Typeface name":"Wingdings 2","Dingbat dec":"84","Dingbat hex":"54","Unicode dec":"9746","Unicode hex":"2612"},{"Typeface name":"Wingdings 2","Dingbat dec":"85","Dingbat hex":"55","Unicode dec":"11198","Unicode hex":"2BBE"},{"Typeface name":"Wingdings 2","Dingbat dec":"86","Dingbat hex":"56","Unicode dec":"11199","Unicode hex":"2BBF"},{"Typeface name":"Wingdings 2","Dingbat dec":"87","Dingbat hex":"57","Unicode dec":"128711","Unicode hex":"1F6C7"},{"Typeface name":"Wingdings 2","Dingbat dec":"88","Dingbat hex":"58","Unicode dec":"10680","Unicode hex":"29B8"},{"Typeface name":"Wingdings 2","Dingbat dec":"89","Dingbat hex":"59","Unicode dec":"128625","Unicode hex":"1F671"},{"Typeface name":"Wingdings 2","Dingbat dec":"90","Dingbat hex":"5A","Unicode dec":"128628","Unicode hex":"1F674"},{"Typeface name":"Wingdings 2","Dingbat dec":"91","Dingbat hex":"5B","Unicode dec":"128626","Unicode hex":"1F672"},{"Typeface name":"Wingdings 2","Dingbat dec":"92","Dingbat hex":"5C","Unicode dec":"128627","Unicode hex":"1F673"},{"Typeface name":"Wingdings 2","Dingbat dec":"93","Dingbat hex":"5D","Unicode dec":"8253","Unicode hex":"203D"},{"Typeface name":"Wingdings 2","Dingbat dec":"94","Dingbat hex":"5E","Unicode dec":"128633","Unicode hex":"1F679"},{"Typeface name":"Wingdings 2","Dingbat dec":"95","Dingbat hex":"5F","Unicode dec":"128634","Unicode hex":"1F67A"},{"Typeface name":"Wingdings 2","Dingbat dec":"96","Dingbat hex":"60","Unicode dec":"128635","Unicode hex":"1F67B"},{"Typeface name":"Wingdings 2","Dingbat dec":"97","Dingbat hex":"61","Unicode dec":"128614","Unicode hex":"1F666"},{"Typeface name":"Wingdings 2","Dingbat dec":"98","Dingbat hex":"62","Unicode dec":"128612","Unicode hex":"1F664"},{"Typeface name":"Wingdings 2","Dingbat dec":"99","Dingbat hex":"63","Unicode dec":"128613","Unicode hex":"1F665"},{"Typeface name":"Wingdings 2","Dingbat dec":"100","Dingbat hex":"64","Unicode dec":"128615","Unicode hex":"1F667"},{"Typeface name":"Wingdings 2","Dingbat dec":"101","Dingbat hex":"65","Unicode dec":"128602","Unicode hex":"1F65A"},{"Typeface name":"Wingdings 2","Dingbat dec":"102","Dingbat hex":"66","Unicode dec":"128600","Unicode hex":"1F658"},{"Typeface name":"Wingdings 2","Dingbat dec":"103","Dingbat hex":"67","Unicode dec":"128601","Unicode hex":"1F659"},{"Typeface name":"Wingdings 2","Dingbat dec":"104","Dingbat hex":"68","Unicode dec":"128603","Unicode hex":"1F65B"},{"Typeface name":"Wingdings 2","Dingbat dec":"105","Dingbat hex":"69","Unicode dec":"9450","Unicode hex":"24EA"},{"Typeface name":"Wingdings 2","Dingbat dec":"106","Dingbat hex":"6A","Unicode dec":"9312","Unicode hex":"2460"},{"Typeface name":"Wingdings 2","Dingbat dec":"107","Dingbat hex":"6B","Unicode dec":"9313","Unicode hex":"2461"},{"Typeface name":"Wingdings 2","Dingbat dec":"108","Dingbat hex":"6C","Unicode dec":"9314","Unicode hex":"2462"},{"Typeface name":"Wingdings 2","Dingbat dec":"109","Dingbat hex":"6D","Unicode dec":"9315","Unicode hex":"2463"},{"Typeface name":"Wingdings 2","Dingbat dec":"110","Dingbat hex":"6E","Unicode dec":"9316","Unicode hex":"2464"},{"Typeface name":"Wingdings 2","Dingbat dec":"111","Dingbat hex":"6F","Unicode dec":"9317","Unicode hex":"2465"},{"Typeface name":"Wingdings 2","Dingbat dec":"112","Dingbat hex":"70","Unicode dec":"9318","Unicode hex":"2466"},{"Typeface name":"Wingdings 2","Dingbat dec":"113","Dingbat hex":"71","Unicode dec":"9319","Unicode hex":"2467"},{"Typeface name":"Wingdings 2","Dingbat dec":"114","Dingbat hex":"72","Unicode dec":"9320","Unicode hex":"2468"},{"Typeface name":"Wingdings 2","Dingbat dec":"115","Dingbat hex":"73","Unicode dec":"9321","Unicode hex":"2469"},{"Typeface name":"Wingdings 2","Dingbat dec":"116","Dingbat hex":"74","Unicode dec":"9471","Unicode hex":"24FF"},{"Typeface name":"Wingdings 2","Dingbat dec":"117","Dingbat hex":"75","Unicode dec":"10102","Unicode hex":"2776"},{"Typeface name":"Wingdings 2","Dingbat dec":"118","Dingbat hex":"76","Unicode dec":"10103","Unicode hex":"2777"},{"Typeface name":"Wingdings 2","Dingbat dec":"119","Dingbat hex":"77","Unicode dec":"10104","Unicode hex":"2778"},{"Typeface name":"Wingdings 2","Dingbat dec":"120","Dingbat hex":"78","Unicode dec":"10105","Unicode hex":"2779"},{"Typeface name":"Wingdings 2","Dingbat dec":"121","Dingbat hex":"79","Unicode dec":"10106","Unicode hex":"277A"},{"Typeface name":"Wingdings 2","Dingbat dec":"122","Dingbat hex":"7A","Unicode dec":"10107","Unicode hex":"277B"},{"Typeface name":"Wingdings 2","Dingbat dec":"123","Dingbat hex":"7B","Unicode dec":"10108","Unicode hex":"277C"},{"Typeface name":"Wingdings 2","Dingbat dec":"124","Dingbat hex":"7C","Unicode dec":"10109","Unicode hex":"277D"},{"Typeface name":"Wingdings 2","Dingbat dec":"125","Dingbat hex":"7D","Unicode dec":"10110","Unicode hex":"277E"},{"Typeface name":"Wingdings 2","Dingbat dec":"126","Dingbat hex":"7E","Unicode dec":"10111","Unicode hex":"277F"},{"Typeface name":"Wingdings 2","Dingbat dec":"128","Dingbat hex":"80","Unicode dec":"9737","Unicode hex":"2609"},{"Typeface name":"Wingdings 2","Dingbat dec":"129","Dingbat hex":"81","Unicode dec":"127765","Unicode hex":"1F315"},{"Typeface name":"Wingdings 2","Dingbat dec":"130","Dingbat hex":"82","Unicode dec":"9789","Unicode hex":"263D"},{"Typeface name":"Wingdings 2","Dingbat dec":"131","Dingbat hex":"83","Unicode dec":"9790","Unicode hex":"263E"},{"Typeface name":"Wingdings 2","Dingbat dec":"132","Dingbat hex":"84","Unicode dec":"11839","Unicode hex":"2E3F"},{"Typeface name":"Wingdings 2","Dingbat dec":"133","Dingbat hex":"85","Unicode dec":"10013","Unicode hex":"271D"},{"Typeface name":"Wingdings 2","Dingbat dec":"134","Dingbat hex":"86","Unicode dec":"128327","Unicode hex":"1F547"},{"Typeface name":"Wingdings 2","Dingbat dec":"135","Dingbat hex":"87","Unicode dec":"128348","Unicode hex":"1F55C"},{"Typeface name":"Wingdings 2","Dingbat dec":"136","Dingbat hex":"88","Unicode dec":"128349","Unicode hex":"1F55D"},{"Typeface name":"Wingdings 2","Dingbat dec":"137","Dingbat hex":"89","Unicode dec":"128350","Unicode hex":"1F55E"},{"Typeface name":"Wingdings 2","Dingbat dec":"138","Dingbat hex":"8A","Unicode dec":"128351","Unicode hex":"1F55F"},{"Typeface name":"Wingdings 2","Dingbat dec":"139","Dingbat hex":"8B","Unicode dec":"128352","Unicode hex":"1F560"},{"Typeface name":"Wingdings 2","Dingbat dec":"140","Dingbat hex":"8C","Unicode dec":"128353","Unicode hex":"1F561"},{"Typeface name":"Wingdings 2","Dingbat dec":"141","Dingbat hex":"8D","Unicode dec":"128354","Unicode hex":"1F562"},{"Typeface name":"Wingdings 2","Dingbat dec":"142","Dingbat hex":"8E","Unicode dec":"128355","Unicode hex":"1F563"},{"Typeface name":"Wingdings 2","Dingbat dec":"143","Dingbat hex":"8F","Unicode dec":"128356","Unicode hex":"1F564"},{"Typeface name":"Wingdings 2","Dingbat dec":"144","Dingbat hex":"90","Unicode dec":"128357","Unicode hex":"1F565"},{"Typeface name":"Wingdings 2","Dingbat dec":"145","Dingbat hex":"91","Unicode dec":"128358","Unicode hex":"1F566"},{"Typeface name":"Wingdings 2","Dingbat dec":"146","Dingbat hex":"92","Unicode dec":"128359","Unicode hex":"1F567"},{"Typeface name":"Wingdings 2","Dingbat dec":"147","Dingbat hex":"93","Unicode dec":"128616","Unicode hex":"1F668"},{"Typeface name":"Wingdings 2","Dingbat dec":"148","Dingbat hex":"94","Unicode dec":"128617","Unicode hex":"1F669"},{"Typeface name":"Wingdings 2","Dingbat dec":"149","Dingbat hex":"95","Unicode dec":"8901","Unicode hex":"22C5"},{"Typeface name":"Wingdings 2","Dingbat dec":"150","Dingbat hex":"96","Unicode dec":"128900","Unicode hex":"1F784"},{"Typeface name":"Wingdings 2","Dingbat dec":"151","Dingbat hex":"97","Unicode dec":"10625","Unicode hex":"2981"},{"Typeface name":"Wingdings 2","Dingbat dec":"152","Dingbat hex":"98","Unicode dec":"9679","Unicode hex":"25CF"},{"Typeface name":"Wingdings 2","Dingbat dec":"153","Dingbat hex":"99","Unicode dec":"9675","Unicode hex":"25CB"},{"Typeface name":"Wingdings 2","Dingbat dec":"154","Dingbat hex":"9A","Unicode dec":"128901","Unicode hex":"1F785"},{"Typeface name":"Wingdings 2","Dingbat dec":"155","Dingbat hex":"9B","Unicode dec":"128903","Unicode hex":"1F787"},{"Typeface name":"Wingdings 2","Dingbat dec":"156","Dingbat hex":"9C","Unicode dec":"128905","Unicode hex":"1F789"},{"Typeface name":"Wingdings 2","Dingbat dec":"157","Dingbat hex":"9D","Unicode dec":"8857","Unicode hex":"2299"},{"Typeface name":"Wingdings 2","Dingbat dec":"158","Dingbat hex":"9E","Unicode dec":"10687","Unicode hex":"29BF"},{"Typeface name":"Wingdings 2","Dingbat dec":"159","Dingbat hex":"9F","Unicode dec":"128908","Unicode hex":"1F78C"},{"Typeface name":"Wingdings 2","Dingbat dec":"160","Dingbat hex":"A0","Unicode dec":"128909","Unicode hex":"1F78D"},{"Typeface name":"Wingdings 2","Dingbat dec":"161","Dingbat hex":"A1","Unicode dec":"9726","Unicode hex":"25FE"},{"Typeface name":"Wingdings 2","Dingbat dec":"162","Dingbat hex":"A2","Unicode dec":"9632","Unicode hex":"25A0"},{"Typeface name":"Wingdings 2","Dingbat dec":"163","Dingbat hex":"A3","Unicode dec":"9633","Unicode hex":"25A1"},{"Typeface name":"Wingdings 2","Dingbat dec":"164","Dingbat hex":"A4","Unicode dec":"128913","Unicode hex":"1F791"},{"Typeface name":"Wingdings 2","Dingbat dec":"165","Dingbat hex":"A5","Unicode dec":"128914","Unicode hex":"1F792"},{"Typeface name":"Wingdings 2","Dingbat dec":"166","Dingbat hex":"A6","Unicode dec":"128915","Unicode hex":"1F793"},{"Typeface name":"Wingdings 2","Dingbat dec":"167","Dingbat hex":"A7","Unicode dec":"128916","Unicode hex":"1F794"},{"Typeface name":"Wingdings 2","Dingbat dec":"168","Dingbat hex":"A8","Unicode dec":"9635","Unicode hex":"25A3"},{"Typeface name":"Wingdings 2","Dingbat dec":"169","Dingbat hex":"A9","Unicode dec":"128917","Unicode hex":"1F795"},{"Typeface name":"Wingdings 2","Dingbat dec":"170","Dingbat hex":"AA","Unicode dec":"128918","Unicode hex":"1F796"},{"Typeface name":"Wingdings 2","Dingbat dec":"171","Dingbat hex":"AB","Unicode dec":"128919","Unicode hex":"1F797"},{"Typeface name":"Wingdings 2","Dingbat dec":"172","Dingbat hex":"AC","Unicode dec":"128920","Unicode hex":"1F798"},{"Typeface name":"Wingdings 2","Dingbat dec":"173","Dingbat hex":"AD","Unicode dec":"11049","Unicode hex":"2B29"},{"Typeface name":"Wingdings 2","Dingbat dec":"174","Dingbat hex":"AE","Unicode dec":"11045","Unicode hex":"2B25"},{"Typeface name":"Wingdings 2","Dingbat dec":"175","Dingbat hex":"AF","Unicode dec":"9671","Unicode hex":"25C7"},{"Typeface name":"Wingdings 2","Dingbat dec":"176","Dingbat hex":"B0","Unicode dec":"128922","Unicode hex":"1F79A"},{"Typeface name":"Wingdings 2","Dingbat dec":"177","Dingbat hex":"B1","Unicode dec":"9672","Unicode hex":"25C8"},{"Typeface name":"Wingdings 2","Dingbat dec":"178","Dingbat hex":"B2","Unicode dec":"128923","Unicode hex":"1F79B"},{"Typeface name":"Wingdings 2","Dingbat dec":"179","Dingbat hex":"B3","Unicode dec":"128924","Unicode hex":"1F79C"},{"Typeface name":"Wingdings 2","Dingbat dec":"180","Dingbat hex":"B4","Unicode dec":"128925","Unicode hex":"1F79D"},{"Typeface name":"Wingdings 2","Dingbat dec":"181","Dingbat hex":"B5","Unicode dec":"128926","Unicode hex":"1F79E"},{"Typeface name":"Wingdings 2","Dingbat dec":"182","Dingbat hex":"B6","Unicode dec":"11050","Unicode hex":"2B2A"},{"Typeface name":"Wingdings 2","Dingbat dec":"183","Dingbat hex":"B7","Unicode dec":"11047","Unicode hex":"2B27"},{"Typeface name":"Wingdings 2","Dingbat dec":"184","Dingbat hex":"B8","Unicode dec":"9674","Unicode hex":"25CA"},{"Typeface name":"Wingdings 2","Dingbat dec":"185","Dingbat hex":"B9","Unicode dec":"128928","Unicode hex":"1F7A0"},{"Typeface name":"Wingdings 2","Dingbat dec":"186","Dingbat hex":"BA","Unicode dec":"9686","Unicode hex":"25D6"},{"Typeface name":"Wingdings 2","Dingbat dec":"187","Dingbat hex":"BB","Unicode dec":"9687","Unicode hex":"25D7"},{"Typeface name":"Wingdings 2","Dingbat dec":"188","Dingbat hex":"BC","Unicode dec":"11210","Unicode hex":"2BCA"},{"Typeface name":"Wingdings 2","Dingbat dec":"189","Dingbat hex":"BD","Unicode dec":"11211","Unicode hex":"2BCB"},{"Typeface name":"Wingdings 2","Dingbat dec":"190","Dingbat hex":"BE","Unicode dec":"11200","Unicode hex":"2BC0"},{"Typeface name":"Wingdings 2","Dingbat dec":"191","Dingbat hex":"BF","Unicode dec":"11201","Unicode hex":"2BC1"},{"Typeface name":"Wingdings 2","Dingbat dec":"192","Dingbat hex":"C0","Unicode dec":"11039","Unicode hex":"2B1F"},{"Typeface name":"Wingdings 2","Dingbat dec":"193","Dingbat hex":"C1","Unicode dec":"11202","Unicode hex":"2BC2"},{"Typeface name":"Wingdings 2","Dingbat dec":"194","Dingbat hex":"C2","Unicode dec":"11043","Unicode hex":"2B23"},{"Typeface name":"Wingdings 2","Dingbat dec":"195","Dingbat hex":"C3","Unicode dec":"11042","Unicode hex":"2B22"},{"Typeface name":"Wingdings 2","Dingbat dec":"196","Dingbat hex":"C4","Unicode dec":"11203","Unicode hex":"2BC3"},{"Typeface name":"Wingdings 2","Dingbat dec":"197","Dingbat hex":"C5","Unicode dec":"11204","Unicode hex":"2BC4"},{"Typeface name":"Wingdings 2","Dingbat dec":"198","Dingbat hex":"C6","Unicode dec":"128929","Unicode hex":"1F7A1"},{"Typeface name":"Wingdings 2","Dingbat dec":"199","Dingbat hex":"C7","Unicode dec":"128930","Unicode hex":"1F7A2"},{"Typeface name":"Wingdings 2","Dingbat dec":"200","Dingbat hex":"C8","Unicode dec":"128931","Unicode hex":"1F7A3"},{"Typeface name":"Wingdings 2","Dingbat dec":"201","Dingbat hex":"C9","Unicode dec":"128932","Unicode hex":"1F7A4"},{"Typeface name":"Wingdings 2","Dingbat dec":"202","Dingbat hex":"CA","Unicode dec":"128933","Unicode hex":"1F7A5"},{"Typeface name":"Wingdings 2","Dingbat dec":"203","Dingbat hex":"CB","Unicode dec":"128934","Unicode hex":"1F7A6"},{"Typeface name":"Wingdings 2","Dingbat dec":"204","Dingbat hex":"CC","Unicode dec":"128935","Unicode hex":"1F7A7"},{"Typeface name":"Wingdings 2","Dingbat dec":"205","Dingbat hex":"CD","Unicode dec":"128936","Unicode hex":"1F7A8"},{"Typeface name":"Wingdings 2","Dingbat dec":"206","Dingbat hex":"CE","Unicode dec":"128937","Unicode hex":"1F7A9"},{"Typeface name":"Wingdings 2","Dingbat dec":"207","Dingbat hex":"CF","Unicode dec":"128938","Unicode hex":"1F7AA"},{"Typeface name":"Wingdings 2","Dingbat dec":"208","Dingbat hex":"D0","Unicode dec":"128939","Unicode hex":"1F7AB"},{"Typeface name":"Wingdings 2","Dingbat dec":"209","Dingbat hex":"D1","Unicode dec":"128940","Unicode hex":"1F7AC"},{"Typeface name":"Wingdings 2","Dingbat dec":"210","Dingbat hex":"D2","Unicode dec":"128941","Unicode hex":"1F7AD"},{"Typeface name":"Wingdings 2","Dingbat dec":"211","Dingbat hex":"D3","Unicode dec":"128942","Unicode hex":"1F7AE"},{"Typeface name":"Wingdings 2","Dingbat dec":"212","Dingbat hex":"D4","Unicode dec":"128943","Unicode hex":"1F7AF"},{"Typeface name":"Wingdings 2","Dingbat dec":"213","Dingbat hex":"D5","Unicode dec":"128944","Unicode hex":"1F7B0"},{"Typeface name":"Wingdings 2","Dingbat dec":"214","Dingbat hex":"D6","Unicode dec":"128945","Unicode hex":"1F7B1"},{"Typeface name":"Wingdings 2","Dingbat dec":"215","Dingbat hex":"D7","Unicode dec":"128946","Unicode hex":"1F7B2"},{"Typeface name":"Wingdings 2","Dingbat dec":"216","Dingbat hex":"D8","Unicode dec":"128947","Unicode hex":"1F7B3"},{"Typeface name":"Wingdings 2","Dingbat dec":"217","Dingbat hex":"D9","Unicode dec":"128948","Unicode hex":"1F7B4"},{"Typeface name":"Wingdings 2","Dingbat dec":"218","Dingbat hex":"DA","Unicode dec":"128949","Unicode hex":"1F7B5"},{"Typeface name":"Wingdings 2","Dingbat dec":"219","Dingbat hex":"DB","Unicode dec":"128950","Unicode hex":"1F7B6"},{"Typeface name":"Wingdings 2","Dingbat dec":"220","Dingbat hex":"DC","Unicode dec":"128951","Unicode hex":"1F7B7"},{"Typeface name":"Wingdings 2","Dingbat dec":"221","Dingbat hex":"DD","Unicode dec":"128952","Unicode hex":"1F7B8"},{"Typeface name":"Wingdings 2","Dingbat dec":"222","Dingbat hex":"DE","Unicode dec":"128953","Unicode hex":"1F7B9"},{"Typeface name":"Wingdings 2","Dingbat dec":"223","Dingbat hex":"DF","Unicode dec":"128954","Unicode hex":"1F7BA"},{"Typeface name":"Wingdings 2","Dingbat dec":"224","Dingbat hex":"E0","Unicode dec":"128955","Unicode hex":"1F7BB"},{"Typeface name":"Wingdings 2","Dingbat dec":"225","Dingbat hex":"E1","Unicode dec":"128956","Unicode hex":"1F7BC"},{"Typeface name":"Wingdings 2","Dingbat dec":"226","Dingbat hex":"E2","Unicode dec":"128957","Unicode hex":"1F7BD"},{"Typeface name":"Wingdings 2","Dingbat dec":"227","Dingbat hex":"E3","Unicode dec":"128958","Unicode hex":"1F7BE"},{"Typeface name":"Wingdings 2","Dingbat dec":"228","Dingbat hex":"E4","Unicode dec":"128959","Unicode hex":"1F7BF"},{"Typeface name":"Wingdings 2","Dingbat dec":"229","Dingbat hex":"E5","Unicode dec":"128960","Unicode hex":"1F7C0"},{"Typeface name":"Wingdings 2","Dingbat dec":"230","Dingbat hex":"E6","Unicode dec":"128962","Unicode hex":"1F7C2"},{"Typeface name":"Wingdings 2","Dingbat dec":"231","Dingbat hex":"E7","Unicode dec":"128964","Unicode hex":"1F7C4"},{"Typeface name":"Wingdings 2","Dingbat dec":"232","Dingbat hex":"E8","Unicode dec":"128966","Unicode hex":"1F7C6"},{"Typeface name":"Wingdings 2","Dingbat dec":"233","Dingbat hex":"E9","Unicode dec":"128969","Unicode hex":"1F7C9"},{"Typeface name":"Wingdings 2","Dingbat dec":"234","Dingbat hex":"EA","Unicode dec":"128970","Unicode hex":"1F7CA"},{"Typeface name":"Wingdings 2","Dingbat dec":"235","Dingbat hex":"EB","Unicode dec":"10038","Unicode hex":"2736"},{"Typeface name":"Wingdings 2","Dingbat dec":"236","Dingbat hex":"EC","Unicode dec":"128972","Unicode hex":"1F7CC"},{"Typeface name":"Wingdings 2","Dingbat dec":"237","Dingbat hex":"ED","Unicode dec":"128974","Unicode hex":"1F7CE"},{"Typeface name":"Wingdings 2","Dingbat dec":"238","Dingbat hex":"EE","Unicode dec":"128976","Unicode hex":"1F7D0"},{"Typeface name":"Wingdings 2","Dingbat dec":"239","Dingbat hex":"EF","Unicode dec":"128978","Unicode hex":"1F7D2"},{"Typeface name":"Wingdings 2","Dingbat dec":"240","Dingbat hex":"F0","Unicode dec":"10041","Unicode hex":"2739"},{"Typeface name":"Wingdings 2","Dingbat dec":"241","Dingbat hex":"F1","Unicode dec":"128963","Unicode hex":"1F7C3"},{"Typeface name":"Wingdings 2","Dingbat dec":"242","Dingbat hex":"F2","Unicode dec":"128967","Unicode hex":"1F7C7"},{"Typeface name":"Wingdings 2","Dingbat dec":"243","Dingbat hex":"F3","Unicode dec":"10031","Unicode hex":"272F"},{"Typeface name":"Wingdings 2","Dingbat dec":"244","Dingbat hex":"F4","Unicode dec":"128973","Unicode hex":"1F7CD"},{"Typeface name":"Wingdings 2","Dingbat dec":"245","Dingbat hex":"F5","Unicode dec":"128980","Unicode hex":"1F7D4"},{"Typeface name":"Wingdings 2","Dingbat dec":"246","Dingbat hex":"F6","Unicode dec":"11212","Unicode hex":"2BCC"},{"Typeface name":"Wingdings 2","Dingbat dec":"247","Dingbat hex":"F7","Unicode dec":"11213","Unicode hex":"2BCD"},{"Typeface name":"Wingdings 2","Dingbat dec":"248","Dingbat hex":"F8","Unicode dec":"8251","Unicode hex":"203B"},{"Typeface name":"Wingdings 2","Dingbat dec":"249","Dingbat hex":"F9","Unicode dec":"8258","Unicode hex":"2042"},{"Typeface name":"Wingdings 3","Dingbat dec":"32","Dingbat hex":"20","Unicode dec":"32","Unicode hex":"20"},{"Typeface name":"Wingdings 3","Dingbat dec":"33","Dingbat hex":"21","Unicode dec":"11104","Unicode hex":"2B60"},{"Typeface name":"Wingdings 3","Dingbat dec":"34","Dingbat hex":"22","Unicode dec":"11106","Unicode hex":"2B62"},{"Typeface name":"Wingdings 3","Dingbat dec":"35","Dingbat hex":"23","Unicode dec":"11105","Unicode hex":"2B61"},{"Typeface name":"Wingdings 3","Dingbat dec":"36","Dingbat hex":"24","Unicode dec":"11107","Unicode hex":"2B63"},{"Typeface name":"Wingdings 3","Dingbat dec":"37","Dingbat hex":"25","Unicode dec":"11110","Unicode hex":"2B66"},{"Typeface name":"Wingdings 3","Dingbat dec":"38","Dingbat hex":"26","Unicode dec":"11111","Unicode hex":"2B67"},{"Typeface name":"Wingdings 3","Dingbat dec":"39","Dingbat hex":"27","Unicode dec":"11113","Unicode hex":"2B69"},{"Typeface name":"Wingdings 3","Dingbat dec":"40","Dingbat hex":"28","Unicode dec":"11112","Unicode hex":"2B68"},{"Typeface name":"Wingdings 3","Dingbat dec":"41","Dingbat hex":"29","Unicode dec":"11120","Unicode hex":"2B70"},{"Typeface name":"Wingdings 3","Dingbat dec":"42","Dingbat hex":"2A","Unicode dec":"11122","Unicode hex":"2B72"},{"Typeface name":"Wingdings 3","Dingbat dec":"43","Dingbat hex":"2B","Unicode dec":"11121","Unicode hex":"2B71"},{"Typeface name":"Wingdings 3","Dingbat dec":"44","Dingbat hex":"2C","Unicode dec":"11123","Unicode hex":"2B73"},{"Typeface name":"Wingdings 3","Dingbat dec":"45","Dingbat hex":"2D","Unicode dec":"11126","Unicode hex":"2B76"},{"Typeface name":"Wingdings 3","Dingbat dec":"46","Dingbat hex":"2E","Unicode dec":"11128","Unicode hex":"2B78"},{"Typeface name":"Wingdings 3","Dingbat dec":"47","Dingbat hex":"2F","Unicode dec":"11131","Unicode hex":"2B7B"},{"Typeface name":"Wingdings 3","Dingbat dec":"48","Dingbat hex":"30","Unicode dec":"11133","Unicode hex":"2B7D"},{"Typeface name":"Wingdings 3","Dingbat dec":"49","Dingbat hex":"31","Unicode dec":"11108","Unicode hex":"2B64"},{"Typeface name":"Wingdings 3","Dingbat dec":"50","Dingbat hex":"32","Unicode dec":"11109","Unicode hex":"2B65"},{"Typeface name":"Wingdings 3","Dingbat dec":"51","Dingbat hex":"33","Unicode dec":"11114","Unicode hex":"2B6A"},{"Typeface name":"Wingdings 3","Dingbat dec":"52","Dingbat hex":"34","Unicode dec":"11116","Unicode hex":"2B6C"},{"Typeface name":"Wingdings 3","Dingbat dec":"53","Dingbat hex":"35","Unicode dec":"11115","Unicode hex":"2B6B"},{"Typeface name":"Wingdings 3","Dingbat dec":"54","Dingbat hex":"36","Unicode dec":"11117","Unicode hex":"2B6D"},{"Typeface name":"Wingdings 3","Dingbat dec":"55","Dingbat hex":"37","Unicode dec":"11085","Unicode hex":"2B4D"},{"Typeface name":"Wingdings 3","Dingbat dec":"56","Dingbat hex":"38","Unicode dec":"11168","Unicode hex":"2BA0"},{"Typeface name":"Wingdings 3","Dingbat dec":"57","Dingbat hex":"39","Unicode dec":"11169","Unicode hex":"2BA1"},{"Typeface name":"Wingdings 3","Dingbat dec":"58","Dingbat hex":"3A","Unicode dec":"11170","Unicode hex":"2BA2"},{"Typeface name":"Wingdings 3","Dingbat dec":"59","Dingbat hex":"3B","Unicode dec":"11171","Unicode hex":"2BA3"},{"Typeface name":"Wingdings 3","Dingbat dec":"60","Dingbat hex":"3C","Unicode dec":"11172","Unicode hex":"2BA4"},{"Typeface name":"Wingdings 3","Dingbat dec":"61","Dingbat hex":"3D","Unicode dec":"11173","Unicode hex":"2BA5"},{"Typeface name":"Wingdings 3","Dingbat dec":"62","Dingbat hex":"3E","Unicode dec":"11174","Unicode hex":"2BA6"},{"Typeface name":"Wingdings 3","Dingbat dec":"63","Dingbat hex":"3F","Unicode dec":"11175","Unicode hex":"2BA7"},{"Typeface name":"Wingdings 3","Dingbat dec":"64","Dingbat hex":"40","Unicode dec":"11152","Unicode hex":"2B90"},{"Typeface name":"Wingdings 3","Dingbat dec":"65","Dingbat hex":"41","Unicode dec":"11153","Unicode hex":"2B91"},{"Typeface name":"Wingdings 3","Dingbat dec":"66","Dingbat hex":"42","Unicode dec":"11154","Unicode hex":"2B92"},{"Typeface name":"Wingdings 3","Dingbat dec":"67","Dingbat hex":"43","Unicode dec":"11155","Unicode hex":"2B93"},{"Typeface name":"Wingdings 3","Dingbat dec":"68","Dingbat hex":"44","Unicode dec":"11136","Unicode hex":"2B80"},{"Typeface name":"Wingdings 3","Dingbat dec":"69","Dingbat hex":"45","Unicode dec":"11139","Unicode hex":"2B83"},{"Typeface name":"Wingdings 3","Dingbat dec":"70","Dingbat hex":"46","Unicode dec":"11134","Unicode hex":"2B7E"},{"Typeface name":"Wingdings 3","Dingbat dec":"71","Dingbat hex":"47","Unicode dec":"11135","Unicode hex":"2B7F"},{"Typeface name":"Wingdings 3","Dingbat dec":"72","Dingbat hex":"48","Unicode dec":"11140","Unicode hex":"2B84"},{"Typeface name":"Wingdings 3","Dingbat dec":"73","Dingbat hex":"49","Unicode dec":"11142","Unicode hex":"2B86"},{"Typeface name":"Wingdings 3","Dingbat dec":"74","Dingbat hex":"4A","Unicode dec":"11141","Unicode hex":"2B85"},{"Typeface name":"Wingdings 3","Dingbat dec":"75","Dingbat hex":"4B","Unicode dec":"11143","Unicode hex":"2B87"},{"Typeface name":"Wingdings 3","Dingbat dec":"76","Dingbat hex":"4C","Unicode dec":"11151","Unicode hex":"2B8F"},{"Typeface name":"Wingdings 3","Dingbat dec":"77","Dingbat hex":"4D","Unicode dec":"11149","Unicode hex":"2B8D"},{"Typeface name":"Wingdings 3","Dingbat dec":"78","Dingbat hex":"4E","Unicode dec":"11150","Unicode hex":"2B8E"},{"Typeface name":"Wingdings 3","Dingbat dec":"79","Dingbat hex":"4F","Unicode dec":"11148","Unicode hex":"2B8C"},{"Typeface name":"Wingdings 3","Dingbat dec":"80","Dingbat hex":"50","Unicode dec":"11118","Unicode hex":"2B6E"},{"Typeface name":"Wingdings 3","Dingbat dec":"81","Dingbat hex":"51","Unicode dec":"11119","Unicode hex":"2B6F"},{"Typeface name":"Wingdings 3","Dingbat dec":"82","Dingbat hex":"52","Unicode dec":"9099","Unicode hex":"238B"},{"Typeface name":"Wingdings 3","Dingbat dec":"83","Dingbat hex":"53","Unicode dec":"8996","Unicode hex":"2324"},{"Typeface name":"Wingdings 3","Dingbat dec":"84","Dingbat hex":"54","Unicode dec":"8963","Unicode hex":"2303"},{"Typeface name":"Wingdings 3","Dingbat dec":"85","Dingbat hex":"55","Unicode dec":"8997","Unicode hex":"2325"},{"Typeface name":"Wingdings 3","Dingbat dec":"86","Dingbat hex":"56","Unicode dec":"9251","Unicode hex":"2423"},{"Typeface name":"Wingdings 3","Dingbat dec":"87","Dingbat hex":"57","Unicode dec":"9085","Unicode hex":"237D"},{"Typeface name":"Wingdings 3","Dingbat dec":"88","Dingbat hex":"58","Unicode dec":"8682","Unicode hex":"21EA"},{"Typeface name":"Wingdings 3","Dingbat dec":"89","Dingbat hex":"59","Unicode dec":"11192","Unicode hex":"2BB8"},{"Typeface name":"Wingdings 3","Dingbat dec":"90","Dingbat hex":"5A","Unicode dec":"129184","Unicode hex":"1F8A0"},{"Typeface name":"Wingdings 3","Dingbat dec":"91","Dingbat hex":"5B","Unicode dec":"129185","Unicode hex":"1F8A1"},{"Typeface name":"Wingdings 3","Dingbat dec":"92","Dingbat hex":"5C","Unicode dec":"129186","Unicode hex":"1F8A2"},{"Typeface name":"Wingdings 3","Dingbat dec":"93","Dingbat hex":"5D","Unicode dec":"129187","Unicode hex":"1F8A3"},{"Typeface name":"Wingdings 3","Dingbat dec":"94","Dingbat hex":"5E","Unicode dec":"129188","Unicode hex":"1F8A4"},{"Typeface name":"Wingdings 3","Dingbat dec":"95","Dingbat hex":"5F","Unicode dec":"129189","Unicode hex":"1F8A5"},{"Typeface name":"Wingdings 3","Dingbat dec":"96","Dingbat hex":"60","Unicode dec":"129190","Unicode hex":"1F8A6"},{"Typeface name":"Wingdings 3","Dingbat dec":"97","Dingbat hex":"61","Unicode dec":"129191","Unicode hex":"1F8A7"},{"Typeface name":"Wingdings 3","Dingbat dec":"98","Dingbat hex":"62","Unicode dec":"129192","Unicode hex":"1F8A8"},{"Typeface name":"Wingdings 3","Dingbat dec":"99","Dingbat hex":"63","Unicode dec":"129193","Unicode hex":"1F8A9"},{"Typeface name":"Wingdings 3","Dingbat dec":"100","Dingbat hex":"64","Unicode dec":"129194","Unicode hex":"1F8AA"},{"Typeface name":"Wingdings 3","Dingbat dec":"101","Dingbat hex":"65","Unicode dec":"129195","Unicode hex":"1F8AB"},{"Typeface name":"Wingdings 3","Dingbat dec":"102","Dingbat hex":"66","Unicode dec":"129104","Unicode hex":"1F850"},{"Typeface name":"Wingdings 3","Dingbat dec":"103","Dingbat hex":"67","Unicode dec":"129106","Unicode hex":"1F852"},{"Typeface name":"Wingdings 3","Dingbat dec":"104","Dingbat hex":"68","Unicode dec":"129105","Unicode hex":"1F851"},{"Typeface name":"Wingdings 3","Dingbat dec":"105","Dingbat hex":"69","Unicode dec":"129107","Unicode hex":"1F853"},{"Typeface name":"Wingdings 3","Dingbat dec":"106","Dingbat hex":"6A","Unicode dec":"129108","Unicode hex":"1F854"},{"Typeface name":"Wingdings 3","Dingbat dec":"107","Dingbat hex":"6B","Unicode dec":"129109","Unicode hex":"1F855"},{"Typeface name":"Wingdings 3","Dingbat dec":"108","Dingbat hex":"6C","Unicode dec":"129111","Unicode hex":"1F857"},{"Typeface name":"Wingdings 3","Dingbat dec":"109","Dingbat hex":"6D","Unicode dec":"129110","Unicode hex":"1F856"},{"Typeface name":"Wingdings 3","Dingbat dec":"110","Dingbat hex":"6E","Unicode dec":"129112","Unicode hex":"1F858"},{"Typeface name":"Wingdings 3","Dingbat dec":"111","Dingbat hex":"6F","Unicode dec":"129113","Unicode hex":"1F859"},{"Typeface name":"Wingdings 3","Dingbat dec":"112","Dingbat hex":"70","Unicode dec":"9650","Unicode hex":"25B2"},{"Typeface name":"Wingdings 3","Dingbat dec":"113","Dingbat hex":"71","Unicode dec":"9660","Unicode hex":"25BC"},{"Typeface name":"Wingdings 3","Dingbat dec":"114","Dingbat hex":"72","Unicode dec":"9651","Unicode hex":"25B3"},{"Typeface name":"Wingdings 3","Dingbat dec":"115","Dingbat hex":"73","Unicode dec":"9661","Unicode hex":"25BD"},{"Typeface name":"Wingdings 3","Dingbat dec":"116","Dingbat hex":"74","Unicode dec":"9664","Unicode hex":"25C0"},{"Typeface name":"Wingdings 3","Dingbat dec":"117","Dingbat hex":"75","Unicode dec":"9654","Unicode hex":"25B6"},{"Typeface name":"Wingdings 3","Dingbat dec":"118","Dingbat hex":"76","Unicode dec":"9665","Unicode hex":"25C1"},{"Typeface name":"Wingdings 3","Dingbat dec":"119","Dingbat hex":"77","Unicode dec":"9655","Unicode hex":"25B7"},{"Typeface name":"Wingdings 3","Dingbat dec":"120","Dingbat hex":"78","Unicode dec":"9699","Unicode hex":"25E3"},{"Typeface name":"Wingdings 3","Dingbat dec":"121","Dingbat hex":"79","Unicode dec":"9698","Unicode hex":"25E2"},{"Typeface name":"Wingdings 3","Dingbat dec":"122","Dingbat hex":"7A","Unicode dec":"9700","Unicode hex":"25E4"},{"Typeface name":"Wingdings 3","Dingbat dec":"123","Dingbat hex":"7B","Unicode dec":"9701","Unicode hex":"25E5"},{"Typeface name":"Wingdings 3","Dingbat dec":"124","Dingbat hex":"7C","Unicode dec":"128896","Unicode hex":"1F780"},{"Typeface name":"Wingdings 3","Dingbat dec":"125","Dingbat hex":"7D","Unicode dec":"128898","Unicode hex":"1F782"},{"Typeface name":"Wingdings 3","Dingbat dec":"126","Dingbat hex":"7E","Unicode dec":"128897","Unicode hex":"1F781"},{"Typeface name":"Wingdings 3","Dingbat dec":"128","Dingbat hex":"80","Unicode dec":"128899","Unicode hex":"1F783"},{"Typeface name":"Wingdings 3","Dingbat dec":"129","Dingbat hex":"81","Unicode dec":"11205","Unicode hex":"2BC5"},{"Typeface name":"Wingdings 3","Dingbat dec":"130","Dingbat hex":"82","Unicode dec":"11206","Unicode hex":"2BC6"},{"Typeface name":"Wingdings 3","Dingbat dec":"131","Dingbat hex":"83","Unicode dec":"11207","Unicode hex":"2BC7"},{"Typeface name":"Wingdings 3","Dingbat dec":"132","Dingbat hex":"84","Unicode dec":"11208","Unicode hex":"2BC8"},{"Typeface name":"Wingdings 3","Dingbat dec":"133","Dingbat hex":"85","Unicode dec":"11164","Unicode hex":"2B9C"},{"Typeface name":"Wingdings 3","Dingbat dec":"134","Dingbat hex":"86","Unicode dec":"11166","Unicode hex":"2B9E"},{"Typeface name":"Wingdings 3","Dingbat dec":"135","Dingbat hex":"87","Unicode dec":"11165","Unicode hex":"2B9D"},{"Typeface name":"Wingdings 3","Dingbat dec":"136","Dingbat hex":"88","Unicode dec":"11167","Unicode hex":"2B9F"},{"Typeface name":"Wingdings 3","Dingbat dec":"137","Dingbat hex":"89","Unicode dec":"129040","Unicode hex":"1F810"},{"Typeface name":"Wingdings 3","Dingbat dec":"138","Dingbat hex":"8A","Unicode dec":"129042","Unicode hex":"1F812"},{"Typeface name":"Wingdings 3","Dingbat dec":"139","Dingbat hex":"8B","Unicode dec":"129041","Unicode hex":"1F811"},{"Typeface name":"Wingdings 3","Dingbat dec":"140","Dingbat hex":"8C","Unicode dec":"129043","Unicode hex":"1F813"},{"Typeface name":"Wingdings 3","Dingbat dec":"141","Dingbat hex":"8D","Unicode dec":"129044","Unicode hex":"1F814"},{"Typeface name":"Wingdings 3","Dingbat dec":"142","Dingbat hex":"8E","Unicode dec":"129046","Unicode hex":"1F816"},{"Typeface name":"Wingdings 3","Dingbat dec":"143","Dingbat hex":"8F","Unicode dec":"129045","Unicode hex":"1F815"},{"Typeface name":"Wingdings 3","Dingbat dec":"144","Dingbat hex":"90","Unicode dec":"129047","Unicode hex":"1F817"},{"Typeface name":"Wingdings 3","Dingbat dec":"145","Dingbat hex":"91","Unicode dec":"129048","Unicode hex":"1F818"},{"Typeface name":"Wingdings 3","Dingbat dec":"146","Dingbat hex":"92","Unicode dec":"129050","Unicode hex":"1F81A"},{"Typeface name":"Wingdings 3","Dingbat dec":"147","Dingbat hex":"93","Unicode dec":"129049","Unicode hex":"1F819"},{"Typeface name":"Wingdings 3","Dingbat dec":"148","Dingbat hex":"94","Unicode dec":"129051","Unicode hex":"1F81B"},{"Typeface name":"Wingdings 3","Dingbat dec":"149","Dingbat hex":"95","Unicode dec":"129052","Unicode hex":"1F81C"},{"Typeface name":"Wingdings 3","Dingbat dec":"150","Dingbat hex":"96","Unicode dec":"129054","Unicode hex":"1F81E"},{"Typeface name":"Wingdings 3","Dingbat dec":"151","Dingbat hex":"97","Unicode dec":"129053","Unicode hex":"1F81D"},{"Typeface name":"Wingdings 3","Dingbat dec":"152","Dingbat hex":"98","Unicode dec":"129055","Unicode hex":"1F81F"},{"Typeface name":"Wingdings 3","Dingbat dec":"153","Dingbat hex":"99","Unicode dec":"129024","Unicode hex":"1F800"},{"Typeface name":"Wingdings 3","Dingbat dec":"154","Dingbat hex":"9A","Unicode dec":"129026","Unicode hex":"1F802"},{"Typeface name":"Wingdings 3","Dingbat dec":"155","Dingbat hex":"9B","Unicode dec":"129025","Unicode hex":"1F801"},{"Typeface name":"Wingdings 3","Dingbat dec":"156","Dingbat hex":"9C","Unicode dec":"129027","Unicode hex":"1F803"},{"Typeface name":"Wingdings 3","Dingbat dec":"157","Dingbat hex":"9D","Unicode dec":"129028","Unicode hex":"1F804"},{"Typeface name":"Wingdings 3","Dingbat dec":"158","Dingbat hex":"9E","Unicode dec":"129030","Unicode hex":"1F806"},{"Typeface name":"Wingdings 3","Dingbat dec":"159","Dingbat hex":"9F","Unicode dec":"129029","Unicode hex":"1F805"},{"Typeface name":"Wingdings 3","Dingbat dec":"160","Dingbat hex":"A0","Unicode dec":"129031","Unicode hex":"1F807"},{"Typeface name":"Wingdings 3","Dingbat dec":"161","Dingbat hex":"A1","Unicode dec":"129032","Unicode hex":"1F808"},{"Typeface name":"Wingdings 3","Dingbat dec":"162","Dingbat hex":"A2","Unicode dec":"129034","Unicode hex":"1F80A"},{"Typeface name":"Wingdings 3","Dingbat dec":"163","Dingbat hex":"A3","Unicode dec":"129033","Unicode hex":"1F809"},{"Typeface name":"Wingdings 3","Dingbat dec":"164","Dingbat hex":"A4","Unicode dec":"129035","Unicode hex":"1F80B"},{"Typeface name":"Wingdings 3","Dingbat dec":"165","Dingbat hex":"A5","Unicode dec":"129056","Unicode hex":"1F820"},{"Typeface name":"Wingdings 3","Dingbat dec":"166","Dingbat hex":"A6","Unicode dec":"129058","Unicode hex":"1F822"},{"Typeface name":"Wingdings 3","Dingbat dec":"167","Dingbat hex":"A7","Unicode dec":"129060","Unicode hex":"1F824"},{"Typeface name":"Wingdings 3","Dingbat dec":"168","Dingbat hex":"A8","Unicode dec":"129062","Unicode hex":"1F826"},{"Typeface name":"Wingdings 3","Dingbat dec":"169","Dingbat hex":"A9","Unicode dec":"129064","Unicode hex":"1F828"},{"Typeface name":"Wingdings 3","Dingbat dec":"170","Dingbat hex":"AA","Unicode dec":"129066","Unicode hex":"1F82A"},{"Typeface name":"Wingdings 3","Dingbat dec":"171","Dingbat hex":"AB","Unicode dec":"129068","Unicode hex":"1F82C"},{"Typeface name":"Wingdings 3","Dingbat dec":"172","Dingbat hex":"AC","Unicode dec":"129180","Unicode hex":"1F89C"},{"Typeface name":"Wingdings 3","Dingbat dec":"173","Dingbat hex":"AD","Unicode dec":"129181","Unicode hex":"1F89D"},{"Typeface name":"Wingdings 3","Dingbat dec":"174","Dingbat hex":"AE","Unicode dec":"129182","Unicode hex":"1F89E"},{"Typeface name":"Wingdings 3","Dingbat dec":"175","Dingbat hex":"AF","Unicode dec":"129183","Unicode hex":"1F89F"},{"Typeface name":"Wingdings 3","Dingbat dec":"176","Dingbat hex":"B0","Unicode dec":"129070","Unicode hex":"1F82E"},{"Typeface name":"Wingdings 3","Dingbat dec":"177","Dingbat hex":"B1","Unicode dec":"129072","Unicode hex":"1F830"},{"Typeface name":"Wingdings 3","Dingbat dec":"178","Dingbat hex":"B2","Unicode dec":"129074","Unicode hex":"1F832"},{"Typeface name":"Wingdings 3","Dingbat dec":"179","Dingbat hex":"B3","Unicode dec":"129076","Unicode hex":"1F834"},{"Typeface name":"Wingdings 3","Dingbat dec":"180","Dingbat hex":"B4","Unicode dec":"129078","Unicode hex":"1F836"},{"Typeface name":"Wingdings 3","Dingbat dec":"181","Dingbat hex":"B5","Unicode dec":"129080","Unicode hex":"1F838"},{"Typeface name":"Wingdings 3","Dingbat dec":"182","Dingbat hex":"B6","Unicode dec":"129082","Unicode hex":"1F83A"},{"Typeface name":"Wingdings 3","Dingbat dec":"183","Dingbat hex":"B7","Unicode dec":"129081","Unicode hex":"1F839"},{"Typeface name":"Wingdings 3","Dingbat dec":"184","Dingbat hex":"B8","Unicode dec":"129083","Unicode hex":"1F83B"},{"Typeface name":"Wingdings 3","Dingbat dec":"185","Dingbat hex":"B9","Unicode dec":"129176","Unicode hex":"1F898"},{"Typeface name":"Wingdings 3","Dingbat dec":"186","Dingbat hex":"BA","Unicode dec":"129178","Unicode hex":"1F89A"},{"Typeface name":"Wingdings 3","Dingbat dec":"187","Dingbat hex":"BB","Unicode dec":"129177","Unicode hex":"1F899"},{"Typeface name":"Wingdings 3","Dingbat dec":"188","Dingbat hex":"BC","Unicode dec":"129179","Unicode hex":"1F89B"},{"Typeface name":"Wingdings 3","Dingbat dec":"189","Dingbat hex":"BD","Unicode dec":"129084","Unicode hex":"1F83C"},{"Typeface name":"Wingdings 3","Dingbat dec":"190","Dingbat hex":"BE","Unicode dec":"129086","Unicode hex":"1F83E"},{"Typeface name":"Wingdings 3","Dingbat dec":"191","Dingbat hex":"BF","Unicode dec":"129085","Unicode hex":"1F83D"},{"Typeface name":"Wingdings 3","Dingbat dec":"192","Dingbat hex":"C0","Unicode dec":"129087","Unicode hex":"1F83F"},{"Typeface name":"Wingdings 3","Dingbat dec":"193","Dingbat hex":"C1","Unicode dec":"129088","Unicode hex":"1F840"},{"Typeface name":"Wingdings 3","Dingbat dec":"194","Dingbat hex":"C2","Unicode dec":"129090","Unicode hex":"1F842"},{"Typeface name":"Wingdings 3","Dingbat dec":"195","Dingbat hex":"C3","Unicode dec":"129089","Unicode hex":"1F841"},{"Typeface name":"Wingdings 3","Dingbat dec":"196","Dingbat hex":"C4","Unicode dec":"129091","Unicode hex":"1F843"},{"Typeface name":"Wingdings 3","Dingbat dec":"197","Dingbat hex":"C5","Unicode dec":"129092","Unicode hex":"1F844"},{"Typeface name":"Wingdings 3","Dingbat dec":"198","Dingbat hex":"C6","Unicode dec":"129094","Unicode hex":"1F846"},{"Typeface name":"Wingdings 3","Dingbat dec":"199","Dingbat hex":"C7","Unicode dec":"129093","Unicode hex":"1F845"},{"Typeface name":"Wingdings 3","Dingbat dec":"200","Dingbat hex":"C8","Unicode dec":"129095","Unicode hex":"1F847"},{"Typeface name":"Wingdings 3","Dingbat dec":"201","Dingbat hex":"C9","Unicode dec":"11176","Unicode hex":"2BA8"},{"Typeface name":"Wingdings 3","Dingbat dec":"202","Dingbat hex":"CA","Unicode dec":"11177","Unicode hex":"2BA9"},{"Typeface name":"Wingdings 3","Dingbat dec":"203","Dingbat hex":"CB","Unicode dec":"11178","Unicode hex":"2BAA"},{"Typeface name":"Wingdings 3","Dingbat dec":"204","Dingbat hex":"CC","Unicode dec":"11179","Unicode hex":"2BAB"},{"Typeface name":"Wingdings 3","Dingbat dec":"205","Dingbat hex":"CD","Unicode dec":"11180","Unicode hex":"2BAC"},{"Typeface name":"Wingdings 3","Dingbat dec":"206","Dingbat hex":"CE","Unicode dec":"11181","Unicode hex":"2BAD"},{"Typeface name":"Wingdings 3","Dingbat dec":"207","Dingbat hex":"CF","Unicode dec":"11182","Unicode hex":"2BAE"},{"Typeface name":"Wingdings 3","Dingbat dec":"208","Dingbat hex":"D0","Unicode dec":"11183","Unicode hex":"2BAF"},{"Typeface name":"Wingdings 3","Dingbat dec":"209","Dingbat hex":"D1","Unicode dec":"129120","Unicode hex":"1F860"},{"Typeface name":"Wingdings 3","Dingbat dec":"210","Dingbat hex":"D2","Unicode dec":"129122","Unicode hex":"1F862"},{"Typeface name":"Wingdings 3","Dingbat dec":"211","Dingbat hex":"D3","Unicode dec":"129121","Unicode hex":"1F861"},{"Typeface name":"Wingdings 3","Dingbat dec":"212","Dingbat hex":"D4","Unicode dec":"129123","Unicode hex":"1F863"},{"Typeface name":"Wingdings 3","Dingbat dec":"213","Dingbat hex":"D5","Unicode dec":"129124","Unicode hex":"1F864"},{"Typeface name":"Wingdings 3","Dingbat dec":"214","Dingbat hex":"D6","Unicode dec":"129125","Unicode hex":"1F865"},{"Typeface name":"Wingdings 3","Dingbat dec":"215","Dingbat hex":"D7","Unicode dec":"129127","Unicode hex":"1F867"},{"Typeface name":"Wingdings 3","Dingbat dec":"216","Dingbat hex":"D8","Unicode dec":"129126","Unicode hex":"1F866"},{"Typeface name":"Wingdings 3","Dingbat dec":"217","Dingbat hex":"D9","Unicode dec":"129136","Unicode hex":"1F870"},{"Typeface name":"Wingdings 3","Dingbat dec":"218","Dingbat hex":"DA","Unicode dec":"129138","Unicode hex":"1F872"},{"Typeface name":"Wingdings 3","Dingbat dec":"219","Dingbat hex":"DB","Unicode dec":"129137","Unicode hex":"1F871"},{"Typeface name":"Wingdings 3","Dingbat dec":"220","Dingbat hex":"DC","Unicode dec":"129139","Unicode hex":"1F873"},{"Typeface name":"Wingdings 3","Dingbat dec":"221","Dingbat hex":"DD","Unicode dec":"129140","Unicode hex":"1F874"},{"Typeface name":"Wingdings 3","Dingbat dec":"222","Dingbat hex":"DE","Unicode dec":"129141","Unicode hex":"1F875"},{"Typeface name":"Wingdings 3","Dingbat dec":"223","Dingbat hex":"DF","Unicode dec":"129143","Unicode hex":"1F877"},{"Typeface name":"Wingdings 3","Dingbat dec":"224","Dingbat hex":"E0","Unicode dec":"129142","Unicode hex":"1F876"},{"Typeface name":"Wingdings 3","Dingbat dec":"225","Dingbat hex":"E1","Unicode dec":"129152","Unicode hex":"1F880"},{"Typeface name":"Wingdings 3","Dingbat dec":"226","Dingbat hex":"E2","Unicode dec":"129154","Unicode hex":"1F882"},{"Typeface name":"Wingdings 3","Dingbat dec":"227","Dingbat hex":"E3","Unicode dec":"129153","Unicode hex":"1F881"},{"Typeface name":"Wingdings 3","Dingbat dec":"228","Dingbat hex":"E4","Unicode dec":"129155","Unicode hex":"1F883"},{"Typeface name":"Wingdings 3","Dingbat dec":"229","Dingbat hex":"E5","Unicode dec":"129156","Unicode hex":"1F884"},{"Typeface name":"Wingdings 3","Dingbat dec":"230","Dingbat hex":"E6","Unicode dec":"129157","Unicode hex":"1F885"},{"Typeface name":"Wingdings 3","Dingbat dec":"231","Dingbat hex":"E7","Unicode dec":"129159","Unicode hex":"1F887"},{"Typeface name":"Wingdings 3","Dingbat dec":"232","Dingbat hex":"E8","Unicode dec":"129158","Unicode hex":"1F886"},{"Typeface name":"Wingdings 3","Dingbat dec":"233","Dingbat hex":"E9","Unicode dec":"129168","Unicode hex":"1F890"},{"Typeface name":"Wingdings 3","Dingbat dec":"234","Dingbat hex":"EA","Unicode dec":"129170","Unicode hex":"1F892"},{"Typeface name":"Wingdings 3","Dingbat dec":"235","Dingbat hex":"EB","Unicode dec":"129169","Unicode hex":"1F891"},{"Typeface name":"Wingdings 3","Dingbat dec":"236","Dingbat hex":"EC","Unicode dec":"129171","Unicode hex":"1F893"},{"Typeface name":"Wingdings 3","Dingbat dec":"237","Dingbat hex":"ED","Unicode dec":"129172","Unicode hex":"1F894"},{"Typeface name":"Wingdings 3","Dingbat dec":"238","Dingbat hex":"EE","Unicode dec":"129174","Unicode hex":"1F896"},{"Typeface name":"Wingdings 3","Dingbat dec":"239","Dingbat hex":"EF","Unicode dec":"129173","Unicode hex":"1F895"},{"Typeface name":"Wingdings 3","Dingbat dec":"240","Dingbat hex":"F0","Unicode dec":"129175","Unicode hex":"1F897"}];var wm=ed&&ed.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(ym,"__esModule",{value:!0}),ym.hex=ym.dec=ym.codePoint=void 0;for(var xm=wm(bm),vm={},_m=String.fromCodePoint?String.fromCodePoint:function(e){if(e<=65535)return String.fromCharCode(e);var t=Math.floor((e-65536)/1024)+55296,n=(e-65536)%1024+56320;return String.fromCharCode(t,n)},Dm=0,Tm=xm.default;Dm<Tm.length;Dm++){var Um=Tm[Dm],Em=parseInt(Um["Unicode dec"],10),km={codePoint:Em,string:_m(Em)};vm[Um["Typeface name"].toUpperCase()+"_"+Um["Dingbat dec"]]=km}function Sm(e,t){return vm[e.toUpperCase()+"_"+t]}ym.codePoint=Sm,ym.dec=function(e,t){return Sm(e,parseInt(t,10))},ym.hex=function(e,t){return Sm(e,parseInt(t,16))};var Am={},Fm=rd.exports;function Cm(e,t){return Im((function(n){return n.type===e?t(n):n}))}function Im(e){return function t(n){if(n.children){var r=Fm.map(n.children,t);n=Fm.extend(n,{children:r})}return e(n)}}function Om(e){var t=[];return Nm(e,(function(e){t.push(e)})),t}function Nm(e,t){e.children&&e.children.forEach((function(e){Nm(e,t),t(e)}))}Am.paragraph=function(e){return Cm("paragraph",e)},Am.run=function(e){return Cm("run",e)},Am._elements=Im,Am._elementsOfType=Cm,Am.getDescendantsOfType=function(e,t){return Om(e).filter((function(e){return e.type===t}))},Am.getDescendants=Om;var Bm={};Bm.uriToZipEntryName=function(e,t){return"/"===t.charAt(0)?t.substr(1):e+"/"+t},Bm.replaceFragment=function(e,t){var n=e.indexOf("#");-1!==n&&(e=e.substring(0,n));return e+"#"+t},mm.createBodyReader=function(e){return{readXmlElement:function(t){return new Hm(e).readXmlElement(t)},readXmlElements:function(t){return new Hm(e).readXmlElements(t)}}},mm._readNumberingProperties=Vm;var Wm=ym,Rm=rd.exports,Pm=Lh,Lm=Kh.Result,jm=Kh.warning,zm=hf,Mm=Am,qm=Bm;function Hm(e){var t=[],n=[],r=[],i=e.relationships,o=e.contentTypes,a=e.docxFile,s=e.files,c=e.numbering,u=e.styles;function l(e){return Jm(e.map(d))}function d(e){if("element"===e.type){var t=_[e.name];if(t)return t(e);if(!Object.prototype.hasOwnProperty.call(Gm,e.name))return Zm([jm("An unrecognised element was ignored: "+e.name)])}return Xm()}function h(e){return function(e){return b(e,"w:pStyle","Paragraph",u.findParagraphStyleById)}(e).map((function(t){return{type:"paragraphProperties",styleId:t.styleId,styleName:t.name,alignment:e.firstOrEmpty("w:jc").attributes["w:val"],numbering:Vm(t.styleId,e.firstOrEmpty("w:numPr"),c),indent:f(e.firstOrEmpty("w:ind"))}}))}function f(e){return{start:e.attributes["w:start"]||e.attributes["w:left"],end:e.attributes["w:end"]||e.attributes["w:right"],firstLine:e.attributes["w:firstLine"],hanging:e.attributes["w:hanging"]}}function p(e){return function(e){return b(e,"w:rStyle","Run",u.findCharacterStyleById)}(e).map((function(t){var n=e.firstOrEmpty("w:sz").attributes["w:val"],r=/^[0-9]+$/.test(n)?parseInt(n,10)/2:null;return{type:"runProperties",styleId:t.styleId,styleName:t.name,verticalAlignment:e.firstOrEmpty("w:vertAlign").attributes["w:val"],font:e.firstOrEmpty("w:rFonts").attributes["w:ascii"],fontSize:r,isBold:m(e.first("w:b")),isUnderline:g(e.first("w:u")),isItalic:m(e.first("w:i")),isStrikethrough:m(e.first("w:strike")),isAllCaps:m(e.first("w:caps")),isSmallCaps:m(e.first("w:smallCaps")),highlight:y(e.firstOrEmpty("w:highlight").attributes["w:val"])}}))}function g(e){if(e){var t=e.attributes["w:val"];return void 0!==t&&"false"!==t&&"0"!==t&&"none"!==t}return!1}function m(e){if(e){var t=e.attributes["w:val"];return"false"!==t&&"0"!==t}return!1}function y(e){return e&&"none"!==e?e:null}function b(e,t,n,r){var i=[],o=e.first(t),a=null,s=null;if(o&&(a=o.attributes["w:val"])){var c=r(a);c?s=c.name:i.push(function(e,t){return jm(e+" style with ID "+t+" was referenced but not defined in the document")}(n,a))}return Ym({styleId:a,name:s},i)}function w(e){return function(e,t){var n=/^\s*HYPERLINK\s+(\\l\s+)?(?:"(.*)"|([^\\]\S*))/.exec(e);if(n){var r=void 0===n[2]?n[3]:n[2];return{type:"hyperlink",options:void 0===n[1]?{href:r}:{anchor:r}}}if(/\s*FORMCHECKBOX\s*/.exec(e)){var i=t.firstOrEmpty("w:ffData").firstOrEmpty("w:checkBox"),o=i.first("w:checked");return{type:"checkbox",checked:m(null==o?i.first("w:default"):o)}}return{type:"unknown"}}(n.join(""),"begin"===e.type?e.fldChar:zm.emptyElement)}function x(e){return function(t){var n=t.attributes["w:id"];return $m(new Pm.NoteReference({noteType:e,noteId:n}))}}function v(e){return l(e.children)}var _={"w:p":function(e){var t=e.firstOrEmpty("w:pPr");if(!!t.firstOrEmpty("w:rPr").first("w:del"))return e.children.forEach((function(e){r.push(e)})),Xm();var n=e.children;return r.length>0&&(n=r.concat(n),r=[]),Qm.map(h(t),l(n),(function(e,t){return new Pm.Paragraph(t,e)})).insertExtra()},"w:r":function(e){return Qm.map(p(e.firstOrEmpty("w:rPr")),l(e.children),(function(e,n){var r,i=(r=Rm.last(t.filter((function(e){return"hyperlink"===e.type}))))?r.options:null;return null!==i&&(n=[new Pm.Hyperlink(n,i)]),new Pm.Run(n,e)}))},"w:fldChar":function(e){var r=e.attributes["w:fldCharType"];if("begin"===r)t.push({type:"begin",fldChar:e}),n=[];else if("end"===r){var i=t.pop();if("begin"===i.type&&(i=w(i)),"checkbox"===i.type)return $m(Pm.checkbox({checked:i.checked}))}else if("separate"===r){var o=w(t.pop());t.push(o)}return Xm()},"w:instrText":function(e){return n.push(e.text()),Xm()},"w:t":function(e){return $m(new Pm.Text(e.text()))},"w:tab":function(e){return $m(new Pm.Tab)},"w:noBreakHyphen":function(){return $m(new Pm.Text("‑"))},"w:softHyphen":function(e){return $m(new Pm.Text(""))},"w:sym":function(e){var t=e.attributes["w:font"],n=e.attributes["w:char"],r=Wm.hex(t,n);return null==r&&/^F0..$/.test(n)&&(r=Wm.hex(t,n.substring(2))),null==r?Zm([jm("A w:sym element with an unsupported character was ignored: char "+n+" in font "+t)]):$m(new Pm.Text(r.string))},"w:hyperlink":function(e){var t=e.attributes["r:id"],n=e.attributes["w:anchor"];return l(e.children).map((function(r){function o(t){var n=e.attributes["w:tgtFrame"]||null;return new Pm.Hyperlink(r,Rm.extend({targetFrame:n},t))}if(t){var a=i.findTargetByRelationshipId(t);return n&&(a=qm.replaceFragment(a,n)),o({href:a})}return n?o({anchor:n}):r}))},"w:tbl":function(e){var t=function(e){return function(e){return b(e,"w:tblStyle","Table",u.findTableStyleById)}(e).map((function(e){return{styleId:e.styleId,styleName:e.name}}))}(e.firstOrEmpty("w:tblPr"));return l(e.children).flatMap(D).flatMap((function(e){return t.map((function(t){return Pm.Table(e,t)}))}))},"w:tr":function(e){var t=e.firstOrEmpty("w:trPr");if(t.first("w:del"))return Xm();var n=!!t.first("w:tblHeader");return l(e.children).map((function(e){return Pm.TableRow(e,{isHeader:n})}))},"w:tc":function(e){return l(e.children).map((function(t){var n=e.firstOrEmpty("w:tcPr"),r=n.firstOrEmpty("w:gridSpan").attributes["w:val"],i=r?parseInt(r,10):1,o=Pm.TableCell(t,{colSpan:i});return o._vMerge=function(e){var t=e.first("w:vMerge");if(t){var n=t.attributes["w:val"];return"continue"===n||!n}return null}(n),o}))},"w:footnoteReference":x("footnote"),"w:endnoteReference":x("endnote"),"w:commentReference":function(e){return $m(Pm.commentReference({commentId:e.attributes["w:id"]}))},"w:br":function(e){var t=e.attributes["w:type"];return null==t||"textWrapping"===t?$m(Pm.lineBreak):"page"===t?$m(Pm.pageBreak):"column"===t?$m(Pm.columnBreak):Zm([jm("Unsupported break type: "+t)])},"w:bookmarkStart":function(e){var t=e.attributes["w:name"];return"_GoBack"===t?Xm():$m(new Pm.BookmarkStart({name:t}))},"mc:AlternateContent":function(e){return v(e.firstOrEmpty("mc:Fallback"))},"w:sdt":function(e){return l(e.firstOrEmpty("w:sdtContent").children).map((function(t){var n,r=e.firstOrEmpty("w:sdtPr").first("wordml:checkbox");if(r){var i=r.first("wordml:checked"),o=!!i&&("false"!==(n=i.attributes["wordml:val"])&&"0"!==n),a=Pm.checkbox({checked:o}),s=!1,c=t.map(Mm._elementsOfType(Pm.types.text,(function(e){return e.value.length>0&&!s?(s=!0,a):e})));return s?c:a}return t}))},"w:ins":v,"w:object":v,"w:smartTag":v,"w:drawing":v,"w:pict":function(e){return v(e).toExtra()},"v:roundrect":v,"v:shape":v,"v:textbox":v,"w:txbxContent":v,"wp:inline":U,"wp:anchor":U,"v:imagedata":function(e){var t=e.attributes["r:id"];return t?S(k(t),e.attributes["o:title"]):Zm([jm("A v:imagedata element without a relationship ID was ignored")])},"v:group":v,"v:rect":v};return{readXmlElement:d,readXmlElements:l};function D(e){if(Rm.any(e,(function(e){return e.type!==Pm.types.tableRow})))return T(e),Ym(e,[jm("unexpected non-row element in table, cell merging may be incorrect")]);if(Rm.any(e,(function(e){return Rm.any(e.children,(function(e){return e.type!==Pm.types.tableCell}))})))return T(e),Ym(e,[jm("unexpected non-cell element in table row, cell merging may be incorrect")]);var t={};return e.forEach((function(e){var n=0;e.children.forEach((function(e){e._vMerge&&t[n]?t[n].rowSpan++:(t[n]=e,e._vMerge=!1),n+=e.colSpan}))})),e.forEach((function(e){e.children=e.children.filter((function(e){return!e._vMerge})),e.children.forEach((function(e){delete e._vMerge}))})),$m(e)}function T(e){e.forEach((function(e){Mm.getDescendantsOfType(e,Pm.types.tableCell).forEach((function(e){delete e._vMerge}))}))}function U(e){return Jm(e.getElementsByTagName("a:graphic").getElementsByTagName("a:graphicData").getElementsByTagName("pic:pic").getElementsByTagName("pic:blipFill").getElementsByTagName("a:blip").map(E.bind(null,e)))}function E(e,t){var n,r=e.firstOrEmpty("wp:docPr"),o=r.attributes,a=null==(n=o.descr)||/^\s*$/.test(n)?o.title:o.descr,c=function(e){var t=e.attributes["r:embed"],n=e.attributes["r:link"];if(t)return k(t);if(n){var r=i.findTargetByRelationshipId(n);return{path:r,read:s.read.bind(s,r)}}return null}(t);return null===c?Zm([jm("Could not find image file for a:blip element")]):S(c,a).map((function(e){var t=r.firstOrEmpty("a:hlinkClick").attributes["r:id"];if(t){var n=i.findTargetByRelationshipId(t);return new Pm.Hyperlink([e],{href:n})}return e}))}function k(e){var t=qm.uriToZipEntryName("word",i.findTargetByRelationshipId(e));return{path:t,read:a.read.bind(a,t)}}function S(e,t){var n=o.findContentType(e.path);return Ym(Pm.Image({readImage:e.read,altText:t,contentType:n}),Km[n]?[]:jm("Image of type "+n+" is unlikely to display in web browsers"))}}function Vm(e,t,n){var r=t.firstOrEmpty("w:ilvl").attributes["w:val"],i=t.firstOrEmpty("w:numId").attributes["w:val"];if(void 0!==r&&void 0!==i)return n.findLevel(i,r);if(null!=e){var o=n.findLevelByParagraphStyleId(e);if(null!=o)return o}return void 0!==i?n.findLevel(i,"0"):null}var Km={"image/png":!0,"image/gif":!0,"image/jpeg":!0,"image/svg+xml":!0,"image/tiff":!0},Gm={"office-word:wrap":!0,"v:shadow":!0,"v:shapetype":!0,"w:annotationRef":!0,"w:bookmarkEnd":!0,"w:sectPr":!0,"w:proofErr":!0,"w:lastRenderedPageBreak":!0,"w:commentRangeStart":!0,"w:commentRangeEnd":!0,"w:del":!0,"w:footnoteRef":!0,"w:endnoteRef":!0,"w:pPr":!0,"w:rPr":!0,"w:tblPr":!0,"w:tblGrid":!0,"w:trPr":!0,"w:tcPr":!0};function Zm(e){return new Qm(null,null,e)}function Xm(){return new Qm(null)}function $m(e){return new Qm(e)}function Ym(e,t){return new Qm(e,null,t)}function Qm(e,t,n){this.value=e||[],this.extra=t||[],this._result=new Lm({element:this.value,extra:t},n),this.messages=this._result.messages}function Jm(e){var t=Lm.combine(Rm.pluck(e,"_result"));return new Qm(Rm.flatten(Rm.pluck(t.value,"element")),Rm.filter(Rm.flatten(Rm.pluck(t.value,"extra")),ty),t.messages)}function ey(e,t){return Rm.flatten([e,t])}function ty(e){return e}Qm.prototype.toExtra=function(){return new Qm(null,ey(this.extra,this.value),this.messages)},Qm.prototype.insertExtra=function(){var e=this.extra;return e&&e.length?new Qm(ey(this.value,e),null,this.messages):this},Qm.prototype.map=function(e){var t=this._result.map((function(t){return e(t.element)}));return new Qm(t.value,this.extra,t.messages)},Qm.prototype.flatMap=function(e){var t=this._result.flatMap((function(t){return e(t.element)._result}));return new Qm(t.value.element,ey(this.extra,t.value.extra),t.messages)},Qm.map=function(e,t,n){return new Qm(n(e.value,t.value),ey(e.extra,t.extra),e.messages.concat(t.messages))};var ny={DocumentXmlReader:function(e){var t=e.bodyReader;return{convertXmlToDocument:function(n){var r=n.first("w:body");if(null==r)throw new Error("Could not find the body element: are you sure this is a docx file?");var i=t.readXmlElements(r.children).map((function(t){return new ry.Document(t,{notes:e.notes,comments:e.comments})}));return new iy(i.value,i.messages)}}}},ry=Lh,iy=Kh.Result;var oy={};function ay(e){var t={};e.forEach((function(e){t[e.relationshipId]=e.target}));var n={};return e.forEach((function(e){n[e.type]||(n[e.type]=[]),n[e.type].push(e.target)})),{findTargetByRelationshipId:function(e){return t[e]},findTargetsByType:function(e){return n[e]||[]}}}oy.readRelationships=function(e){var t=[];return e.children.forEach((function(e){if("relationships:Relationship"===e.name){var n={relationshipId:e.attributes.Id,target:e.attributes.Target,type:e.attributes.Type};t.push(n)}})),new ay(t)},oy.defaultValue=new ay([]),oy.Relationships=ay;var sy={readContentTypesFromXml:function(e){var t={},n={};return e.children.forEach((function(e){if("content-types:Default"===e.name&&(t[e.attributes.Extension]=e.attributes.ContentType),"content-types:Override"===e.name){var r=e.attributes.PartName;"/"===r.charAt(0)&&(r=r.substring(1)),n[r]=e.attributes.ContentType}})),uy(n,t)}},cy={png:"png",gif:"gif",jpeg:"jpeg",jpg:"jpeg",tif:"tiff",tiff:"tiff",bmp:"bmp"};function uy(e,t){return{findContentType:function(n){var r=e[n];if(r)return r;var i=n.split("."),o=i[i.length-1];if(t.hasOwnProperty(o))return t[o];var a=cy[o.toLowerCase()];return a?"image/"+a:null}}}sy.defaultContentTypes=uy({},{});var ly={},dy=rd.exports;function hy(e,t,n){var r=dy.flatten(dy.values(t).map((function(e){return dy.values(e.levels)}))),i=dy.indexBy(r.filter((function(e){return null!=e.paragraphStyleId})),"paragraphStyleId");return{findLevel:function r(i,o){var a=e[i];if(a){var s=t[a.abstractNumId];return s?null==s.numStyleLink?t[a.abstractNumId].levels[o]:r(n.findNumberingStyleById(s.numStyleLink).numId,o):null}return null},findLevelByParagraphStyleId:function(e){return i[e]||null}}}ly.readNumberingXml=function(e,t){if(!t||!t.styles)throw new Error("styles is missing");var n=function(e){var t={};return e.getElementsByTagName("w:abstractNum").forEach((function(e){var n=e.attributes["w:abstractNumId"];t[n]=function(e){var t={},n=null;e.getElementsByTagName("w:lvl").forEach((function(e){var r=e.attributes["w:ilvl"],i="bullet"!==e.firstOrEmpty("w:numFmt").attributes["w:val"],o=e.firstOrEmpty("w:pStyle").attributes["w:val"];void 0===r?n={isOrdered:i,level:"0",paragraphStyleId:o}:t[r]={isOrdered:i,level:r,paragraphStyleId:o}})),null!==n&&void 0===t[n.level]&&(t[n.level]=n);var r=e.firstOrEmpty("w:numStyleLink").attributes["w:val"];return{levels:t,numStyleLink:r}}(e)})),t}(e);return new hy(function(e){var t={};return e.getElementsByTagName("w:num").forEach((function(e){var n=e.attributes["w:numId"],r=e.first("w:abstractNumId").attributes["w:val"];t[n]={abstractNumId:r}})),t}(e),n,t.styles)},ly.Numbering=hy,ly.defaultNumbering=new hy({},{});var fy={};function py(e,t,n,r){return{findParagraphStyleById:function(t){return e[t]},findCharacterStyleById:function(e){return t[e]},findTableStyleById:function(e){return n[e]},findNumberingStyleById:function(e){return r[e]}}}function gy(e){return e.attributes["w:styleId"]}fy.readStylesXml=function(e){var t={},n={},r={},i={},o={paragraph:t,character:n,table:r,numbering:i};return e.getElementsByTagName("w:style").forEach((function(e){var t=function(e){var t=e.attributes["w:type"];return"numbering"===t?function(e,t){var n=gy(t),r=t.firstOrEmpty("w:pPr").firstOrEmpty("w:numPr").firstOrEmpty("w:numId").attributes["w:val"];return{type:e,numId:r,styleId:n}}(t,e):{type:t,styleId:gy(e),name:function(e){var t=e.first("w:name");return t?t.attributes["w:val"]:null}(e)}}(e),n=o[t.type];n&&void 0===n[t.styleId]&&(n[t.styleId]=t)})),new py(t,n,r,i)},fy.Styles=py,fy.defaultStyles=new py({},{}),py.EMPTY=new py({},{},{},{});var my={},yy=Lh,by=Kh.Result;function wy(e,t){function n(e){var t=e.attributes["w:type"];return"continuationSeparator"!==t&&"separator"!==t}function r(n){var r=n.attributes["w:id"];return t.readXmlElements(n.children).map((function(t){return yy.Note({noteType:e,noteId:r,body:t})}))}return function(t){return by.combine(t.getElementsByTagName("w:"+e).filter(n).map(r))}}my.createFootnotesReader=wy.bind(ed,"footnote"),my.createEndnotesReader=wy.bind(ed,"endnote");var xy={},vy=Lh,_y=Kh.Result;xy.createCommentsReader=function(e){function t(t){var n=t.attributes["w:id"];function r(e){return(t.attributes[e]||"").trim()||null}return e.readXmlElements(t.children).map((function(e){return vy.comment({commentId:n,body:e,authorName:r("w:author"),authorInitials:r("w:initials")})}))}return function(e){return _y.combine(e.getElementsByTagName("w:comment").map(t))}};var Dy={},Ty=od;Dy.Files=function(){return{read:function(e){return Ty.reject(new Error("could not open external image: '"+e+"'\ncannot open linked files from a web browser"))}}},id.read=function(e,t,n){t=t||{};var r=new Py({externalFileAccess:(n=n||{}).externalFileAccess,relativeToFile:t.path});return Uy.props({contentTypes:Hy(e),partPaths:Ly(e),docxFile:e,files:r}).also((function(t){return{styles:(n=e,r=t.partPaths.styles,zy({filename:r,readElement:By.readStylesXml,defaultValue:By.defaultStyles})(n))};var n,r})).also((function(t){return{numbering:(n=e,r=t.partPaths.numbering,i=t.styles,zy({filename:r,readElement:function(e){return Ny.readNumberingXml(e,{styles:i})},defaultValue:Ny.defaultNumbering})(n))};var n,r,i})).also((function(e){return{footnotes:My(e.partPaths.footnotes,e,(function(e,t){return t?Wy.createFootnotesReader(e)(t):new ky([])})),endnotes:My(e.partPaths.endnotes,e,(function(e,t){return t?Wy.createEndnotesReader(e)(t):new ky([])})),comments:My(e.partPaths.comments,e,(function(e,t){return t?Ry.createCommentsReader(e)(t):new ky([])}))}})).also((function(e){return{notes:e.footnotes.flatMap((function(t){return e.endnotes.map((function(e){return new Ey.Notes(t.concat(e))}))}))}})).then((function(e){return My(e.partPaths.mainDocument,e,(function(t,n){return e.notes.flatMap((function(r){return e.comments.flatMap((function(e){return new Cy({bodyReader:t,notes:r,comments:e}).convertXmlToDocument(n)}))}))}))}))},id._findPartPaths=Ly;var Uy=od,Ey=Lh,ky=Kh.Result,Sy=Yh,Ay=df.readXmlFromZipFile,Fy=mm.createBodyReader,Cy=ny.DocumentXmlReader,Iy=oy,Oy=sy,Ny=ly,By=fy,Wy=my,Ry=xy,Py=Dy.Files;function Ly(e){return Vy(e).then((function(t){var n=jy({docxFile:e,relationships:t,relationshipType:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument",basePath:"",fallbackPath:"word/document.xml"});if(!e.exists(n))throw new Error("Could not find main document part. Are you sure this is a valid .docx file?");return zy({filename:qy(n),readElement:Iy.readRelationships,defaultValue:Iy.defaultValue})(e).then((function(t){function r(r){return jy({docxFile:e,relationships:t,relationshipType:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/"+r,basePath:Sy.splitPath(n).dirname,fallbackPath:"word/"+r+".xml"})}return{mainDocument:n,comments:r("comments"),endnotes:r("endnotes"),footnotes:r("footnotes"),numbering:r("numbering"),styles:r("styles")}}))}))}function jy(e){var t=e.docxFile,n=e.relationships,r=e.relationshipType,i=e.basePath,o=e.fallbackPath,a=n.findTargetsByType(r).map((function(e){return t=Sy.joinPath(i,e),n="/",t.substring(0,n.length)===n?t.substring(n.length):t;var t,n})).filter((function(e){return t.exists(e)}));return 0===a.length?o:a[0]}function zy(e){return function(t){return Ay(t,e.filename).then((function(t){return t?e.readElement(t):e.defaultValue}))}}function My(e,t,n){return zy({filename:qy(e),readElement:Iy.readRelationships,defaultValue:Iy.defaultValue})(t.docxFile).then((function(r){var i=new Fy({relationships:r,contentTypes:t.contentTypes,docxFile:t.docxFile,numbering:t.numbering,styles:t.styles,files:t.files});return Ay(t.docxFile,e).then((function(e){return n(i,e)}))}))}function qy(e){var t=Sy.splitPath(e);return Sy.joinPath(t.dirname,"_rels",t.basename+".rels")}var Hy=zy({filename:"[Content_Types].xml",readElement:Oy.readContentTypesFromXml,defaultValue:Oy.defaultContentTypes});var Vy=zy({filename:"_rels/.rels",readElement:Iy.readRelationships,defaultValue:Iy.defaultValue}),Ky={},Gy=rd.exports,Zy=od,Xy=hf;Ky.writeStyleMap=function(e,t){return e.write("mammoth/style-map",t),function(e){var t="word/_rels/document.xml.rels",n="http://schemas.openxmlformats.org/package/2006/relationships";return e.read(t,"utf8").then(Xy.readString).then((function(r){$y(r.children,"{http://schemas.openxmlformats.org/package/2006/relationships}Relationship","Id",{Id:"rMammothStyleMap",Type:"http://schemas.zwobble.org/mammoth/style-map",Target:"/mammoth/style-map"});var i={"":n};return e.write(t,Xy.writeString(r,i))}))}(e).then((function(){return function(e){var t="[Content_Types].xml",n="http://schemas.openxmlformats.org/package/2006/content-types",r="{"+n+"}Override";return e.read(t,"utf8").then(Xy.readString).then((function(i){$y(i.children,r,"PartName",{PartName:"/mammoth/style-map",ContentType:"text/prs.mammoth.style-map"});var o={"":n};return e.write(t,Xy.writeString(i,o))}))}(e)}))},Ky.readStyleMap=function(e){return e.exists("mammoth/style-map")?e.read("mammoth/style-map","utf8"):Zy.resolve(null)};function $y(e,t,n,r){var i=Gy.find(e,(function(e){return e.name===t&&e.attributes[n]===r[n]}));i?i.attributes=r:e.push(Xy.element(t,r))}var Yy={},Qy={},Jy={},eb={},tb=Qy;function nb(e,t){return{type:"element",tag:e,children:t||[]}}eb.freshElement=function(e,t,n){return nb(tb.element(e,t,{fresh:!0}),n)},eb.nonFreshElement=function(e,t,n){return nb(tb.element(e,t,{fresh:!1}),n)},eb.elementWithTag=nb,eb.text=function(e){return{type:"text",value:e}},eb.forceWrite={type:"forceWrite"};var rb={br:!0,hr:!0,img:!0,input:!0};eb.isVoidElement=function(e){return 0===e.children.length&&rb[e.tag.tagName]};var ib=rd.exports,ob=eb;function ab(e){var t=[];return e.map(sb).forEach((function(e){lb(t,e)})),t}function sb(e){return cb[e.type](e)}var cb={element:function(e){return ob.elementWithTag(e.tag,ab(e.children))},text:ub,forceWrite:ub};function ub(e){return e}function lb(e,t){var n=e[e.length-1];"element"===t.type&&!t.tag.fresh&&n&&"element"===n.type&&t.tag.matchesElement(n.tag)?(t.tag.separator&&lb(n.children,ob.text(t.tag.separator)),t.children.forEach((function(e){lb(n.children,e)}))):e.push(t)}function db(e){return t=e,n=function(e){return hb[e.type](e)},ib.flatten(ib.map(t,n),!0);var t,n}var hb={element:function(e){var t=db(e.children);return 0!==t.length||ob.isVoidElement(e)?[ob.elementWithTag(e.tag,t)]:[]},text:function(e){return 0===e.value.length?[]:[e]},forceWrite:function(e){return[e]}};var fb=function(e){return ab(db(e))},pb=eb;function gb(e,t){t.forEach((function(t){!function(e,t){mb[t.type](e,t)}(e,t)}))}Jy.freshElement=pb.freshElement,Jy.nonFreshElement=pb.nonFreshElement,Jy.elementWithTag=pb.elementWithTag,Jy.text=pb.text,Jy.forceWrite=pb.forceWrite,Jy.simplify=fb;var mb={element:function(e,t){pb.isVoidElement(t)?e.selfClosing(t.tag.tagName,t.tag.attributes):(e.open(t.tag.tagName,t.tag.attributes),gb(e,t.children),e.close(t.tag.tagName))},text:function(e,t){e.text(t.value)},forceWrite:function(){}};Jy.write=gb;var yb=rd.exports,bb=Jy;function wb(e){return new xb(e.map((function(e){return yb.isString(e)?vb(e):e})))}function xb(e){this._elements=e}function vb(e,t,n){return new _b(e,t,n=n||{})}function _b(e,t,n){var r={};yb.isArray(e)?(e.forEach((function(e){r[e]=!0})),e=e[0]):r[e]=!0,this.tagName=e,this.tagNames=r,this.attributes=t||{},this.fresh=n.fresh,this.separator=n.separator}Qy.topLevelElement=function(e,t){return wb([vb(e,t,{fresh:!0})])},Qy.elements=wb,Qy.element=vb,xb.prototype.wrap=function(e){for(var t=e(),n=this._elements.length-1;n>=0;n--)t=this._elements[n].wrapNodes(t);return t},_b.prototype.matchesElement=function(e){return this.tagNames[e.tagName]&&yb.isEqual(this.attributes||{},e.attributes||{})},_b.prototype.wrap=function(e){return this.wrapNodes(e())},_b.prototype.wrapNodes=function(e){return[bb.elementWithTag(this,e)]},Qy.empty=wb([]),Qy.ignore={wrap:function(){return[]}};var Db={};!function(e){var t=rd.exports,n=od,r=Jy;function i(e){return function(i,o){return n.when(e(i)).then((function(e){var n={};return i.altText&&(n.alt=i.altText),t.extend(n,e),[r.freshElement("img",n)]}))}}e.imgElement=i,e.inline=e.imgElement,e.dataUri=i((function(e){return e.readAsBase64String().then((function(t){return{src:"data:"+e.contentType+";base64,"+t}}))}))}(Db);var Tb={},Ub={},Eb=rd.exports;Ub.writer=function(e){return(e=e||{}).prettyPrint?function(){var e=0,t=" ",n=[],r=!0,i=!1,o=Sb();function a(t,i){kb[t]&&h(),n.push(t),o.open(t,i),kb[t]&&e++,r=!1}function s(t){kb[t]&&(e--,h()),n.pop(),o.close(t)}function c(e){d();var n=f()?e:e.replace("\n","\n"+t);o.text(n)}function u(e,t){h(),o.selfClosing(e,t)}function l(){return 0===n.length||kb[n[n.length-1]]}function d(){i||(h(),i=!0)}function h(){if(i=!1,!r&&l()&&!f()){o._append("\n");for(var n=0;n<e;n++)o._append(t)}}function f(){return Eb.some(n,(function(e){return"pre"===e}))}return{asString:o.asString,open:a,close:s,text:c,selfClosing:u}}():Sb()};var kb={div:!0,p:!0,ul:!0,li:!0};function Sb(){var e=[];function t(e){return Eb.map(e,(function(e,t){return" "+t+'="'+function(e){return e.replace(/&/g,"&").replace(/"/g,""").replace(/</g,"<").replace(/>/g,">")}(e)+'"'})).join("")}return{asString:function(){return e.join("")},open:function(n,r){var i=t(r);e.push("<"+n+i+">")},close:function(t){e.push("</"+t+">")},text:function(t){e.push(function(e){return e.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">")}(t))},selfClosing:function(n,r){var i=t(r);e.push("<"+n+i+" />")},_append:function(t){e.push(t)}}}var Ab={},Fb=rd.exports;function Cb(e){return Ib(e,e)}function Ib(e,t){return function(){return{start:e,end:t}}}function Ob(e){return function(t,n){return{start:n?"\n":"",end:n?"":"\n",list:{isOrdered:e.isOrdered,indent:n?n.indent+1:0,count:0}}}}var Nb={p:Ib("","\n\n"),br:Ib(""," \n"),ul:Ob({isOrdered:!1}),ol:Ob({isOrdered:!0}),li:function(e,t,n){(t=t||{indent:0,isOrdered:!1,count:0}).count++,n.hasClosed=!1;var r=t.isOrdered?t.count+".":"-";return{start:Bb("\t",t.indent)+r+" ",end:function(){if(!n.hasClosed)return n.hasClosed=!0,"\n"}}},strong:Cb("__"),em:Cb("*"),a:function(e){var t=e.href||"";return t?{start:"[",end:"]("+t+")",anchorPosition:"before"}:{}},img:function(e){var t=e.src||"",n=e.alt||"";return t||n?{start:""}:{}}};function Bb(e,t){return new Array(t+1).join(e)}!function(){for(var e=1;e<=6;e++)Nb["h"+e]=Ib(Bb("#",e)+" ","\n\n")}(),Ab.writer=function(){var e=[],t=[],n=null,r={};function i(i,a){a=a||{};var s=(Nb[i]||function(){return{}})(a,n,r);t.push({end:s.end,list:n}),s.list&&(n=s.list);var c="before"===s.anchorPosition;c&&o(a),e.push(s.start||""),c||o(a)}function o(t){t.id&&e.push('<a id="'+t.id+'"></a>')}function a(r){var i=t.pop();n=i.list;var o=Fb.isFunction(i.end)?i.end():i.end;e.push(o||"")}return{asString:function(){return e.join("")},open:i,close:a,text:function(t){e.push(function(e){return e.replace(/\\/g,"\\\\").replace(/([\`\*_\{\}\[\]\(\)\#\+\-\.\!])/g,"\\$1")}(t))},selfClosing:function(e,t){i(e,t),a()}}};var Wb=Ub,Rb=Ab;Tb.writer=function(e){return"markdown"===(e=e||{}).outputFormat?Rb.writer():Wb.writer(e)};var Pb=rd.exports,Lb=od,jb=Lh,zb=Qy,Mb=Kh,qb=Db,Hb=Jy,Vb=Tb;function Kb(e,t){var n=1,r=[],i=[],o=void 0===(e=Pb.extend({ignoreEmptyParagraphs:!0},e)).idPrefix?"":e.idPrefix,a=e.ignoreEmptyParagraphs,s=zb.topLevelElement("p"),c=e.styleMap||[];function u(e,t,n){return Xb(e,(function(e){return l(e,t,n)}))}function l(e,t,n){if(!n)throw new Error("options not set");var r=D[e.type];return r?r(e,t,n):[]}function d(e,t){var n=h({type:e});return n||(t?zb.element(t,{},{fresh:!1}):zb.empty)}function h(e,t){var n=f(e);return n?n.to:t}function f(e){for(var t=0;t<c.length;t++)if(c[t].from.matches(e))return c[t]}function p(e){return m(e.noteType,e.noteId)}function g(e){return y(e.noteType,e.noteId)}function m(e,t){return b(e+"-"+t)}function y(e,t){return b(e+"-ref-"+t)}function b(e){return o+e}var w=zb.elements([zb.element("table",{},{fresh:!0})]);function x(e,t,n){var r=e.label,i=e.comment,o=u(i.body,t,n).concat([Hb.nonFreshElement("p",{},[Hb.text(" "),Hb.freshElement("a",{href:"#"+y("comment",i.commentId)},[Hb.text("↑")])])]);return[Hb.freshElement("dt",{id:m("comment",i.commentId)},[Hb.text("Comment "+r)]),Hb.freshElement("dd",{},o)]}var v,_,D={document:function(e,t,n){var o=u(e.children,t,n),a=u(r.map((function(t){return e.notes.resolve(t)})),t,n);return o.concat([Hb.freshElement("ol",{},a),Hb.freshElement("dl",{},Xb(i,(function(e){return x(e,t,n)})))])},paragraph:function(e,t,n){return function(e,t){var n=f(e);return n?n.to:(e.styleId&&t.push(Zb("paragraph",e)),s)}(e,t).wrap((function(){var r=u(e.children,t,n);return a?r:[Hb.forceWrite].concat(r)}))},run:function(e,t,n){var r=function(){return u(e.children,t,n)},i=[];if(null!==e.highlight){var o=h({type:"highlight",color:e.highlight});o&&i.push(o)}e.isSmallCaps&&i.push(d("smallCaps")),e.isAllCaps&&i.push(d("allCaps")),e.isStrikethrough&&i.push(d("strikethrough","s")),e.isUnderline&&i.push(d("underline")),e.verticalAlignment===jb.verticalAlignment.subscript&&i.push(zb.element("sub",{},{fresh:!1})),e.verticalAlignment===jb.verticalAlignment.superscript&&i.push(zb.element("sup",{},{fresh:!1})),e.isItalic&&i.push(d("italic","em")),e.isBold&&i.push(d("bold","strong"));var a=zb.empty,s=f(e);return s?a=s.to:e.styleId&&t.push(Zb("run",e)),i.push(a),i.forEach((function(e){r=e.wrap.bind(e,r)})),r()},text:function(e,t,n){return[Hb.text(e.value)]},tab:function(e,t,n){return[Hb.text("\t")]},hyperlink:function(e,t,n){var r={href:e.anchor?"#"+b(e.anchor):e.href};null!=e.targetFrame&&(r.target=e.targetFrame);var i=u(e.children,t,n);return[Hb.nonFreshElement("a",r,i)]},checkbox:function(e){var t={type:"checkbox"};return e.checked&&(t.checked="checked"),[Hb.freshElement("input",t)]},bookmarkStart:function(e,t,n){return[Hb.freshElement("a",{id:b(e.name)},[Hb.forceWrite])]},noteReference:function(e,t,i){r.push(e);var o=Hb.freshElement("a",{href:"#"+p(e),id:g(e)},[Hb.text("["+n+++"]")]);return[Hb.freshElement("sup",{},[o])]},note:function(e,t,n){var r=u(e.body,t,n),i=Hb.elementWithTag(zb.element("p",{},{fresh:!1}),[Hb.text(" "),Hb.freshElement("a",{href:"#"+g(e)},[Hb.text("↑")])]),o=r.concat([i]);return Hb.freshElement("li",{id:p(e)},o)},commentReference:function(e,n,r){return h(e,zb.ignore).wrap((function(){var n=t[e.commentId],r=i.length+1,o="["+Yb(n)+r+"]";return i.push({label:o,comment:n}),[Hb.freshElement("a",{href:"#"+m("comment",e.commentId),id:y("comment",e.commentId)},[Hb.text(o)])]}))},comment:x,image:(_=e.convertImage||qb.dataUri,v=function(e,t){return Lb.attempt((function(){return _(e,t)})).caught((function(e){return t.push(Mb.error(e)),[]}))},function(e,t,n){return[{type:"deferred",id:Gb++,value:function(){return v(e,t,n)}}]}),table:function(e,t,n){return h(e,w).wrap((function(){return function(e,t,n){var r,i=Pb.findIndex(e.children,(function(e){return!e.type===jb.types.tableRow||!e.isHeader}));-1===i&&(i=e.children.length);if(0===i)r=u(e.children,t,Pb.extend({},n,{isTableHeader:!1}));else{var o=u(e.children.slice(0,i),t,Pb.extend({},n,{isTableHeader:!0})),a=u(e.children.slice(i),t,Pb.extend({},n,{isTableHeader:!1}));r=[Hb.freshElement("thead",{},o),Hb.freshElement("tbody",{},a)]}return[Hb.forceWrite].concat(r)}(e,t,n)}))},tableRow:function(e,t,n){var r=u(e.children,t,n);return[Hb.freshElement("tr",{},[Hb.forceWrite].concat(r))]},tableCell:function(e,t,n){var r=n.isTableHeader?"th":"td",i=u(e.children,t,n),o={};return 1!==e.colSpan&&(o.colspan=e.colSpan.toString()),1!==e.rowSpan&&(o.rowspan=e.rowSpan.toString()),[Hb.freshElement(r,o,[Hb.forceWrite].concat(i))]},break:function(e,t,n){return function(e){var t=f(e);return t?t.to:"line"===e.breakType?zb.topLevelElement("br"):zb.empty}(e).wrap((function(){return[]}))}};return{convertToHtml:function(t){var n=[],r=l(t,n,{}),i=[];$b(r,(function(e){"deferred"===e.type&&i.push(e)}));var o={};return Lb.mapSeries(i,(function(e){return e.value().then((function(t){o[e.id]=t}))})).then((function(){var t=Vb.writer({prettyPrint:e.prettyPrint,outputFormat:e.outputFormat});return Hb.write(t,Hb.simplify(function e(t){return Xb(t,(function(t){return"deferred"===t.type?o[t.id]:t.children?[Pb.extend({},t,{children:e(t.children)})]:[t]}))}(r))),new Mb.Result(t.asString(),n)}))}}}Yy.DocumentConverter=function(e){return{convertToHtml:function(t){var n=Pb.indexBy(t.type===jb.types.document?t.comments:[],"commentId");return new Kb(e,n).convertToHtml(t)}}};var Gb=1;function Zb(e,t){return Mb.warning("Unrecognised "+e+" style: '"+t.styleName+"' (Style ID: "+t.styleId+")")}function Xb(e,t){return Pb.flatten(e.map(t),!0)}function $b(e,t){e.forEach((function(e){t(e),e.children&&$b(e.children,t)}))}var Yb=Yy.commentAuthorLabel=function(e){return e.authorInitials||""},Qb={},Jb=Lh;Qb.convertElementToRawText=function e(t){if("text"===t.type)return t.value;if(t.type===Jb.types.tab)return"\t";var n="paragraph"===t.type?"\n\n":"";return(t.children||[]).map(e).join("")+n};var ew={},tw={},nw={},rw={exports:{}},iw=rw.exports=function(e,t){this._tokens=e,this._startIndex=t||0};iw.prototype.head=function(){return this._tokens[this._startIndex]},iw.prototype.tail=function(e){return new iw(this._tokens,this._startIndex+1)},iw.prototype.toArray=function(){return this._tokens.slice(this._startIndex)},iw.prototype.end=function(){return this._tokens[this._tokens.length-1]},iw.prototype.to=function(e){var t=this.head().source,n=e.head()||e.end();return t.to(n.source)};var ow=rw.exports;nw.Parser=function(e){return{parseTokens:function(e,t){return e(new ow(t))}}};var aw={},sw={};!function(e){function t(e){return"function"==typeof e?e():e}e.none=Object.create({value:function(){throw new Error("Called value on none")},isNone:function(){return!0},isSome:function(){return!1},map:function(){return e.none},flatMap:function(){return e.none},filter:function(){return e.none},toArray:function(){return[]},orElse:t,valueOrElse:t}),e.some=function(e){return new n(e)};var n=function(e){this._value=e};n.prototype.value=function(){return this._value},n.prototype.isNone=function(){return!1},n.prototype.isSome=function(){return!0},n.prototype.map=function(e){return new n(e(this._value))},n.prototype.flatMap=function(e){return e(this._value)},n.prototype.filter=function(t){return t(this._value)?this:e.none},n.prototype.toArray=function(){return[this._value]},n.prototype.orElse=function(e){return this},n.prototype.valueOrElse=function(e){return this._value},e.isOption=function(t){return t===e.none||t instanceof n},e.fromNullable=function(t){return null==t?e.none:new n(t)}}(sw);var cw={failure:function(e,t){if(e.length<1)throw new Error("Failure must have errors");return new uw({status:"failure",remaining:t,errors:e})},error:function(e,t){if(e.length<1)throw new Error("Failure must have errors");return new uw({status:"error",remaining:t,errors:e})},success:function(e,t,n){return new uw({status:"success",value:e,source:n,remaining:t,errors:[]})},cut:function(e){return new uw({status:"cut",remaining:e,errors:[]})}},uw=function(e){this._value=e.value,this._status=e.status,this._hasValue=void 0!==e.value,this._remaining=e.remaining,this._source=e.source,this._errors=e.errors};uw.prototype.map=function(e){return this._hasValue?new uw({value:e(this._value,this._source),status:this._status,remaining:this._remaining,source:this._source,errors:this._errors}):this},uw.prototype.changeRemaining=function(e){return new uw({value:this._value,status:this._status,remaining:e,source:this._source,errors:this._errors})},uw.prototype.isSuccess=function(){return"success"===this._status||"cut"===this._status},uw.prototype.isFailure=function(){return"failure"===this._status},uw.prototype.isError=function(){return"error"===this._status},uw.prototype.isCut=function(){return"cut"===this._status},uw.prototype.value=function(){return this._value},uw.prototype.remaining=function(){return this._remaining},uw.prototype.source=function(){return this._source},uw.prototype.errors=function(){return this._errors};var lw={error:function(e){return new dw(e)}},dw=function(e){this.expected=e.expected,this.actual=e.actual,this._location=e.location};dw.prototype.describe=function(){return(this._location?this._location.describe()+":\n":"")+"Expected "+this.expected+"\nbut got "+this.actual},dw.prototype.lineNumber=function(){return this._location.lineNumber()},dw.prototype.characterNumber=function(){return this._location.characterNumber()};var hw={fromArray:function(e){var t=0,n=function(){return t<e.length};return new fw({hasNext:n,next:function(){if(n())return e[t++];throw new Error("No more elements")}})}},fw=function(e){this._iterator=e};fw.prototype.map=function(e){var t=this._iterator;return new fw({hasNext:function(){return t.hasNext()},next:function(){return e(t.next())}})},fw.prototype.filter=function(e){var t,n=this._iterator,r=!1,i=!1,o=function(){if(!r)for(r=!0,i=!1;n.hasNext()&&!i;)t=n.next(),i=e(t)};return new fw({hasNext:function(){return o(),i},next:function(){return o(),r=!1,t}})},fw.prototype.first=function(){var e=this._iterator;return this._iterator.hasNext()?e.next():null},fw.prototype.toArray=function(){for(var e=[];this._iterator.hasNext();)e.push(this._iterator.next());return e},function(e){var t=rd.exports,n=sw,r=cw,i=lw,o=hw;e.token=function(e,t){var n=void 0!==t;return function(i){var o=i.head();return!o||o.name!==e||n&&o.value!==t?d(i,l({name:e,value:t})):r.success(o.value,i.tail(),o.source)}},e.tokenOfType=function(t){return e.token(t)},e.firstOf=function(e,n){return t.isArray(n)||(n=Array.prototype.slice.call(arguments,1)),function(t){return o.fromArray(n).map((function(e){return e(t)})).filter((function(e){return e.isSuccess()||e.isError()})).first()||d(t,e)}},e.then=function(e,t){return function(n){var r=e(n);return r.map,r.map(t)}},e.sequence=function(){var n=Array.prototype.slice.call(arguments,0),i=function(i){var o=t.foldl(n,(function(e,t){var n=e.result,o=e.hasCut;if(!n.isSuccess())return{result:n,hasCut:o};var a=t(n.remaining());if(a.isCut())return{result:n,hasCut:!0};if(a.isSuccess()){var s;s=t.isCaptured?n.value().withValue(t,a.value()):n.value();var c=a.remaining(),u=i.to(c);return{result:r.success(s,c,u),hasCut:o}}return o?{result:r.error(a.errors(),a.remaining()),hasCut:o}:{result:a,hasCut:o}}),{result:r.success(new a,i),hasCut:!1}).result,s=i.to(o.remaining());return o.map((function(t){return t.withValue(e.sequence.source,s)}))};function o(e){return e.isCaptured}return i.head=function(){var r=t.find(n,o);return e.then(i,e.sequence.extract(r))},i.map=function(t){return e.then(i,(function(e){return t.apply(this,e.toArray())}))},i};var a=function(e,t){this._values=e||{},this._valuesArray=t||[]};a.prototype.withValue=function(e,n){if(e.captureName&&e.captureName in this._values)throw new Error('Cannot add second value for capture "'+e.captureName+'"');var r=t.clone(this._values);r[e.captureName]=n;var i=this._valuesArray.concat([n]);return new a(r,i)},a.prototype.get=function(e){if(e.captureName in this._values)return this._values[e.captureName];throw new Error('No value for capture "'+e.captureName+'"')},a.prototype.toArray=function(){return this._valuesArray},e.sequence.capture=function(e,t){var n=function(){return e.apply(this,arguments)};return n.captureName=t,n.isCaptured=!0,n},e.sequence.extract=function(e){return function(t){return t.get(e)}},e.sequence.applyValues=function(e){var t=Array.prototype.slice.call(arguments,1);return function(n){var r=t.map((function(e){return n.get(e)}));return e.apply(this,r)}},e.sequence.source={captureName:"☃source☃"},e.sequence.cut=function(){return function(e){return r.cut(e)}},e.optional=function(e){return function(t){var i=e(t);return i.isSuccess()?i.map(n.some):i.isFailure()?r.success(n.none,t):i}},e.zeroOrMoreWithSeparator=function(e,t){return u(e,t,!1)},e.oneOrMoreWithSeparator=function(e,t){return u(e,t,!0)};var s=e.zeroOrMore=function(e){return function(t){for(var n,i=[];(n=e(t))&&n.isSuccess();)t=n.remaining(),i.push(n.value());return n.isError()?n:r.success(i,t)}};function c(e){return r.success(null,e)}e.oneOrMore=function(t){return e.oneOrMoreWithSeparator(t,c)};var u=function(t,n,i){return function(o){var a=t(o);if(a.isSuccess()){var c=e.sequence.capture(t,"main"),u=s(e.then(e.sequence(n,c),e.sequence.extract(c)))(a.remaining());return r.success([a.value()].concat(u.value()),u.remaining())}return i||a.isError()?a:r.success([],o)}};e.leftAssociative=function(t,n,i){var o;o=(o=i?[{func:i,rule:n}]:n).map((function(t){return e.then(t.rule,(function(e){return function(n,r){return t.func(n,e,r)}}))}));var a=e.firstOf.apply(null,["rules"].concat(o));return function(e){var n=e,i=t(e);if(!i.isSuccess())return i;for(var o=a(i.remaining());o.isSuccess();){var s=o.remaining(),c=n.to(o.remaining()),u=o.value();i=r.success(u(i.value(),c),s,c),o=a(i.remaining())}return o.isError()?o:i}},e.leftAssociative.firstOf=function(){return Array.prototype.slice.call(arguments,0)},e.nonConsuming=function(e){return function(t){return e(t).changeRemaining(t)}};var l=function(e){return e.value?e.name+' "'+e.value+'"':e.name};function d(e,t){var n,o=e.head();return n=o?i.error({expected:t,actual:l(o),location:o.source}):i.error({expected:t,actual:"end of tokens"}),r.failure([n],e)}}(aw);var pw={exports:{}};pw.exports=function(e,t){return{asString:function(){return e},range:function(n,r){return new gw(e,t,n,r)}}};var gw=function(e,t,n,r){this._string=e,this._description=t,this._startIndex=n,this._endIndex=r};gw.prototype.to=function(e){return new gw(this._string,this._description,this._startIndex,e._endIndex)},gw.prototype.describe=function(){var e=this._position();return(this._description?this._description+"\n":"")+"Line number: "+e.lineNumber+"\nCharacter number: "+e.characterNumber},gw.prototype.lineNumber=function(){return this._position().lineNumber},gw.prototype.characterNumber=function(){return this._position().characterNumber},gw.prototype._position=function(){for(var e=this,t=0,n=function(){return e._string.indexOf("\n",t)},r=1;-1!==n()&&n()<this._startIndex;)t=n()+1,r+=1;return{lineNumber:r,characterNumber:this._startIndex-t+1}};var mw=function(e,t,n){this.name=e,this.value=t,n&&(this.source=n)},yw={};!function(e){var t=aw,n=cw;function r(e){function i(){return e.map((function(e){return e.name}))}return{apply:function(r){for(var i,o,a;;){if(a=r.remaining(),!(i=t.firstOf("infix",e.map((function(e){return e.rule})))(a)).isSuccess())return i.isFailure()?r:i;o=r.source().to(i.source()),r=n.success(i.value()(r.value(),o),i.remaining(),o)}},untilExclusive:function(t){return new r(e.slice(0,i().indexOf(t)))},untilInclusive:function(t){return new r(e.slice(0,i().indexOf(t)+1))}}}e.parser=function(e,n,o){var a={rule:function(){return u(s)},leftAssociative:function(e){return u(s.untilExclusive(e))},rightAssociative:function(e){return u(s.untilInclusive(e))}},s=new r(o.map((function(e){return{name:e.name,rule:i(e.ruleBuilder.bind(null,a))}}))),c=t.firstOf(e,n);function u(e){return l.bind(null,e)}function l(e,t){var n=c(t);return n.isSuccess()?e.apply(n):n}return a},e.infix=function(t,n){return{name:t,ruleBuilder:n,map:function(r){return e.infix(t,(function(e){var t=n(e);return function(e){return t(e).map((function(e){return function(t,n){return r(t,e,n)}}))}}))}}};var i=function(e){var t;return function(n){return t||(t=e()),t(n)}}}(yw);var bw={},ww=mw,xw=pw.exports;bw.RegexTokeniser=function(e){function t(t,n,r){for(var i=0;i<e.length;i++){var o=e[i].regex;o.lastIndex=n;var a=o.exec(t);if(a){var s=n+a[0].length;if(a.index===n&&s>n){var c=a[1];return{token:new ww(e[i].name,c,r.range(n,s)),endIndex:s}}}}s=n+1;return{token:new ww("unrecognisedCharacter",t.substring(n,s),r.range(n,s)),endIndex:s}}function n(e,t){return new ww("end",null,t.range(e.length,e.length))}return e=e.map((function(e){return{name:e.name,regex:new RegExp(e.regex.source,"g")}})),{tokenise:function(e,r){var i=new xw(e,r),o=0,a=[];for(;o<e.length;){var s=t(e,o,i);o=s.endIndex,a.push(s.token)}return a.push(n(e,i)),a}}},tw.Parser=nw.Parser,tw.rules=aw,tw.errors=lw,tw.results=cw,tw.StringSource=pw.exports,tw.Token=mw,tw.bottomUp=yw,tw.RegexTokeniser=bw.RegexTokeniser,tw.rule=function(e){var t;return function(n){return t||(t=e()),t(n)}};var vw={};function _w(e,t){t=t||{},this._elementType=e,this._styleId=t.styleId,this._styleName=t.styleName,t.list&&(this._listIndex=t.list.levelIndex,this._listIsOrdered=t.list.isOrdered)}function Dw(e){e=e||{},this._color=e.color}function Tw(e){e=e||{},this._breakType=e.breakType}function Uw(e,t){return e.toUpperCase()===t.toUpperCase()}function Ew(e,t){return 0===t.toUpperCase().indexOf(e.toUpperCase())}vw.paragraph=function(e){return new _w("paragraph",e)},vw.run=function(e){return new _w("run",e)},vw.table=function(e){return new _w("table",e)},vw.bold=new _w("bold"),vw.italic=new _w("italic"),vw.underline=new _w("underline"),vw.strikethrough=new _w("strikethrough"),vw.allCaps=new _w("allCaps"),vw.smallCaps=new _w("smallCaps"),vw.highlight=function(e){return new Dw(e)},vw.commentReference=new _w("commentReference"),vw.lineBreak=new Tw({breakType:"line"}),vw.pageBreak=new Tw({breakType:"page"}),vw.columnBreak=new Tw({breakType:"column"}),vw.equalTo=function(e){return{operator:Uw,operand:e}},vw.startsWith=function(e){return{operator:Ew,operand:e}},_w.prototype.matches=function(e){return e.type===this._elementType&&(void 0===this._styleId||e.styleId===this._styleId)&&(void 0===this._styleName||e.styleName&&this._styleName.operator(this._styleName.operand,e.styleName))&&(void 0===this._listIndex||function(e,t,n){return e.numbering&&e.numbering.level==t&&e.numbering.isOrdered==n}(e,this._listIndex,this._listIsOrdered))&&(void 0===this._breakType||this._breakType===e.breakType)},Dw.prototype.matches=function(e){return"highlight"===e.type&&(void 0===this._color||e.color===this._color)},Tw.prototype.matches=function(e){return"break"===e.type&&(void 0===this._breakType||e.breakType===this._breakType)};var kw={},Sw=tw.RegexTokeniser;kw.tokenise=function(e){return new Sw([{name:"identifier",regex:new RegExp("((?:[a-zA-Z\\-_]|\\\\.)(?:(?:[a-zA-Z\\-_]|\\\\.)|[0-9])*)")},{name:"dot",regex:/\./},{name:"colon",regex:/:/},{name:"gt",regex:/>/},{name:"whitespace",regex:/\s+/},{name:"arrow",regex:/=>/},{name:"equals",regex:/=/},{name:"startsWith",regex:/\^=/},{name:"open-paren",regex:/\(/},{name:"close-paren",regex:/\)/},{name:"open-square-bracket",regex:/\[/},{name:"close-square-bracket",regex:/\]/},{name:"string",regex:new RegExp("'((?:\\\\.|[^'])*)'")},{name:"unterminated-string",regex:new RegExp("'((?:\\\\.|[^'])*)")},{name:"integer",regex:/([0-9]+)/},{name:"choice",regex:/\|/},{name:"bang",regex:/(!)/}]).tokenise(e)};var Aw=rd.exports,Fw=tw,Cw=vw,Iw=Qy,Ow=kw.tokenise,Nw=Kh;function Bw(){var e=Fw.rules.sequence,t=function(e,t){return Fw.rules.then(Fw.rules.token("identifier",e),(function(){return t}))},n=t("p",Cw.paragraph),r=t("r",Cw.run),i=Fw.rules.firstOf("p or r or table",n,r),o=Fw.rules.sequence(Fw.rules.tokenOfType("dot"),Fw.rules.sequence.cut(),Fw.rules.sequence.capture(Rw)).map((function(e){return{styleId:e}})),a=Fw.rules.firstOf("style name matcher",Fw.rules.then(Fw.rules.sequence(Fw.rules.tokenOfType("equals"),Fw.rules.sequence.cut(),Fw.rules.sequence.capture(Lw)).head(),(function(e){return{styleName:Cw.equalTo(e)}})),Fw.rules.then(Fw.rules.sequence(Fw.rules.tokenOfType("startsWith"),Fw.rules.sequence.cut(),Fw.rules.sequence.capture(Lw)).head(),(function(e){return{styleName:Cw.startsWith(e)}}))),s=Fw.rules.sequence(Fw.rules.tokenOfType("open-square-bracket"),Fw.rules.sequence.cut(),Fw.rules.token("identifier","style-name"),Fw.rules.sequence.capture(a),Fw.rules.tokenOfType("close-square-bracket")).head(),c=Fw.rules.firstOf("list type",t("ordered-list",{isOrdered:!0}),t("unordered-list",{isOrdered:!1})),u=e(Fw.rules.tokenOfType("colon"),e.capture(c),e.cut(),Fw.rules.tokenOfType("open-paren"),e.capture(Pw),Fw.rules.tokenOfType("close-paren")).map((function(e,t){return{list:{isOrdered:e.isOrdered,levelIndex:t-1}}}));function l(e){var t=Fw.rules.firstOf.apply(Fw.rules.firstOf,["matcher suffix"].concat(e)),n=Fw.rules.zeroOrMore(t);return Fw.rules.then(n,(function(e){var t={};return e.forEach((function(e){Aw.extend(t,e)})),t}))}var d=e(e.capture(i),e.capture(l([o,s,u]))).map((function(e,t){return e(t)})),h=e(Fw.rules.token("identifier","table"),e.capture(l([o,s]))).map((function(e){return Cw.table(e)})),f=t("b",Cw.bold),p=t("i",Cw.italic),g=t("u",Cw.underline),m=t("strike",Cw.strikethrough),y=t("all-caps",Cw.allCaps),b=t("small-caps",Cw.smallCaps),w=e(Fw.rules.token("identifier","highlight"),Fw.rules.sequence.capture(Fw.rules.optional(Fw.rules.sequence(Fw.rules.tokenOfType("open-square-bracket"),Fw.rules.sequence.cut(),Fw.rules.token("identifier","color"),Fw.rules.tokenOfType("equals"),Fw.rules.sequence.capture(Lw),Fw.rules.tokenOfType("close-square-bracket")).head()))).map((function(e){return Cw.highlight({color:e.valueOrElse(void 0)})})),x=t("comment-reference",Cw.commentReference),v=e(Fw.rules.token("identifier","br"),e.cut(),Fw.rules.tokenOfType("open-square-bracket"),Fw.rules.token("identifier","type"),Fw.rules.tokenOfType("equals"),e.capture(Lw),Fw.rules.tokenOfType("close-square-bracket")).map((function(e){switch(e){case"line":return Cw.lineBreak;case"page":return Cw.pageBreak;case"column":return Cw.columnBreak}}));return Fw.rules.firstOf("element type",d,h,f,p,g,m,y,b,w,x,v)}function Ww(){var e=Fw.rules.sequence.capture,t=Fw.rules.tokenOfType("whitespace"),n=Fw.rules.then(Fw.rules.optional(Fw.rules.sequence(Fw.rules.tokenOfType("colon"),Fw.rules.token("identifier","fresh"))),(function(e){return e.map((function(){return!0})).valueOrElse(!1)})),r=Fw.rules.then(Fw.rules.optional(Fw.rules.sequence(Fw.rules.tokenOfType("colon"),Fw.rules.token("identifier","separator"),Fw.rules.tokenOfType("open-paren"),e(Lw),Fw.rules.tokenOfType("close-paren")).head()),(function(e){return e.valueOrElse("")})),i=Fw.rules.oneOrMoreWithSeparator(Rw,Fw.rules.tokenOfType("choice")),o=Fw.rules.sequence(e(i),e(Fw.rules.zeroOrMore(Hw)),e(n),e(r)).map((function(e,t,n,r){var i={},o={};return t.forEach((function(e){e.append&&i[e.name]?i[e.name]+=" "+e.value:i[e.name]=e.value})),n&&(o.fresh=!0),r&&(o.separator=r),Iw.element(e,i,o)}));return Fw.rules.firstOf("html path",Fw.rules.then(Fw.rules.tokenOfType("bang"),(function(){return Iw.ignore})),Fw.rules.then(Fw.rules.zeroOrMoreWithSeparator(o,Fw.rules.sequence(t,Fw.rules.tokenOfType("gt"),t)),Iw.elements))}ew.readHtmlPath=function(e){return Vw(Ww(),e)},ew.readDocumentMatcher=function(e){return Vw(Bw(),e)},ew.readStyle=function(e){return Vw(Zw,e)};var Rw=Fw.rules.then(Fw.rules.tokenOfType("identifier"),zw),Pw=Fw.rules.tokenOfType("integer"),Lw=Fw.rules.then(Fw.rules.tokenOfType("string"),zw),jw={n:"\n",r:"\r",t:"\t"};function zw(e){return e.replace(/\\(.)/g,(function(e,t){return jw[t]||t}))}var Mw=Fw.rules.sequence(Fw.rules.tokenOfType("open-square-bracket"),Fw.rules.sequence.cut(),Fw.rules.sequence.capture(Rw),Fw.rules.tokenOfType("equals"),Fw.rules.sequence.capture(Lw),Fw.rules.tokenOfType("close-square-bracket")).map((function(e,t){return{name:e,value:t,append:!1}})),qw=Fw.rules.sequence(Fw.rules.tokenOfType("dot"),Fw.rules.sequence.cut(),Fw.rules.sequence.capture(Rw)).map((function(e){return{name:"class",value:e,append:!0}})),Hw=Fw.rules.firstOf("attribute or class",Mw,qw);function Vw(e,t){var n=Ow(t),r=Fw.Parser().parseTokens(e,n);return r.isSuccess()?Nw.success(r.value()):new Nw.Result(null,[Nw.warning(Kw(t,r))])}function Kw(e,t){return"Did not understand this style mapping, so ignored it: "+e+"\n"+t.errors().map(Gw).join("\n")}function Gw(e){return"Error was at character number "+e.characterNumber()+": Expected "+e.expected+" but got "+e.actual}var Zw=Fw.rules.sequence(Fw.rules.sequence.capture(Bw()),Fw.rules.tokenOfType("whitespace"),Fw.rules.tokenOfType("arrow"),Fw.rules.sequence.capture(Fw.rules.optional(Fw.rules.sequence(Fw.rules.tokenOfType("whitespace"),Fw.rules.sequence.capture(Ww())).head())),Fw.rules.tokenOfType("end")).map((function(e,t){return{from:e,to:t.valueOrElse(Iw.empty)}})),Xw={readOptions:function(e){return e=e||{},$w.extend({},Qw,e,{customStyleMap:Jw(e.styleMap),readStyleMap:function(){var e=this.customStyleMap;return this.includeEmbeddedStyleMap&&(e=e.concat(Jw(this.embeddedStyleMap))),this.includeDefaultStyleMap&&(e=e.concat(Yw)),e}})}},$w=rd.exports,Yw=Xw._defaultStyleMap=["p.Heading1 => h1:fresh","p.Heading2 => h2:fresh","p.Heading3 => h3:fresh","p.Heading4 => h4:fresh","p.Heading5 => h5:fresh","p.Heading6 => h6:fresh","p[style-name='Heading 1'] => h1:fresh","p[style-name='Heading 2'] => h2:fresh","p[style-name='Heading 3'] => h3:fresh","p[style-name='Heading 4'] => h4:fresh","p[style-name='Heading 5'] => h5:fresh","p[style-name='Heading 6'] => h6:fresh","p[style-name='heading 1'] => h1:fresh","p[style-name='heading 2'] => h2:fresh","p[style-name='heading 3'] => h3:fresh","p[style-name='heading 4'] => h4:fresh","p[style-name='heading 5'] => h5:fresh","p[style-name='heading 6'] => h6:fresh","p.Heading => h1:fresh","p[style-name='Heading'] => h1:fresh","r[style-name='Strong'] => strong","p[style-name='footnote text'] => p:fresh","r[style-name='footnote reference'] =>","p[style-name='endnote text'] => p:fresh","r[style-name='endnote reference'] =>","p[style-name='annotation text'] => p:fresh","r[style-name='annotation reference'] =>","p[style-name='Footnote'] => p:fresh","r[style-name='Footnote anchor'] =>","p[style-name='Endnote'] => p:fresh","r[style-name='Endnote anchor'] =>","p:unordered-list(1) => ul > li:fresh","p:unordered-list(2) => ul|ol > li > ul > li:fresh","p:unordered-list(3) => ul|ol > li > ul|ol > li > ul > li:fresh","p:unordered-list(4) => ul|ol > li > ul|ol > li > ul|ol > li > ul > li:fresh","p:unordered-list(5) => ul|ol > li > ul|ol > li > ul|ol > li > ul|ol > li > ul > li:fresh","p:ordered-list(1) => ol > li:fresh","p:ordered-list(2) => ul|ol > li > ol > li:fresh","p:ordered-list(3) => ul|ol > li > ul|ol > li > ol > li:fresh","p:ordered-list(4) => ul|ol > li > ul|ol > li > ul|ol > li > ol > li:fresh","p:ordered-list(5) => ul|ol > li > ul|ol > li > ul|ol > li > ul|ol > li > ol > li:fresh","r[style-name='Hyperlink'] =>","p[style-name='Normal'] => p:fresh","p.Body => p:fresh","p[style-name='Body'] => p:fresh"],Qw=Xw._standardOptions={externalFileAccess:!1,transformDocument:function(e){return e},includeDefaultStyleMap:!0,includeEmbeddedStyleMap:!0};function Jw(e){return e?$w.isString(e)?e.split("\n").map((function(e){return e.trim()})).filter((function(e){return""!==e&&"#"!==e.charAt(0)})):e:[]}var ex={},tx=od,nx=Yh;ex.openZip=function(e){return e.arrayBuffer?tx.resolve(nx.openArrayBuffer(e.arrayBuffer)):tx.reject(new Error("Could not find file in options"))};var rx={},ix=Qy,ox=Jy;rx.element=function(e){return function(t){return ox.elementWithTag(ix.element(e),[t])}};var ax=rd.exports,sx=id,cx=Ky,ux=Yy.DocumentConverter,lx=Qb.convertElementToRawText,dx=ew.readStyle,hx=Xw.readOptions,fx=ex,px=Kh.Result;function gx(e,t){return t=hx(t),fx.openZip(e).tap((function(e){return cx.readStyleMap(e).then((function(e){t.embeddedStyleMap=e}))})).then((function(n){return sx.read(n,e,t).then((function(e){return e.map(t.transformDocument)})).then((function(e){return function(e,t){var n=(o=t.readStyleMap(),px.combine((o||[]).map(dx)).map((function(e){return e.filter((function(e){return!!e}))}))),r=ax.extend({},t,{styleMap:n.value}),i=new ux(r);var o;return e.flatMapThen((function(e){return n.flatMapThen((function(t){return i.convertToHtml(e)}))}))}(e,t)}))}))}function mx(e){const t=e.command;t.executeExportDocx=Jl(e.command),t.executeImportDocx=function(e){return async function(t){const{arrayBuffer:n}=t,r=await nd.convertToHtml({arrayBuffer:n});e.executeSetHTML({main:r.value})}}(e.command)}nd.convertToHtml=function(e,t){return gx(e,t)},nd.convertToMarkdown=function(e,t){var n=Object.create(t||{});return n.outputFormat="markdown",gx(e,n)},nd.convert=gx,nd.extractRawText=function(e){return fx.openZip(e).then(sx.read).then((function(e){return e.map(lx)}))},nd.images=Db,nd.transforms=Am,nd.underline=rx,nd.embedStyleMap=function(e,t){return fx.openZip(e).tap((function(e){return cx.writeStyleMap(e,t)})).then((function(e){return e.toArrayBuffer()})).then((function(e){return{toArrayBuffer:function(){return e},toBuffer:function(){return Buffer.from(e)}}}))},nd.readEmbeddedStyleMap=function(e){return fx.openZip(e).then(cx.readStyleMap)},nd.styleMapping=function(){throw new Error("Use a raw string instead of mammoth.styleMapping e.g. \"p[style-name='Title'] => h1\" instead of mammoth.styleMapping(\"p[style-name='Title'] => h1\")")};export{mx as default};
|
|
15
|
+
//# sourceMappingURL=docx.js.map
|