@tripian/core 9.1.74 → 9.1.77

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/index.js CHANGED
@@ -279,7 +279,6 @@ e.defineLocale("zh-hk",{months:"一月_二月_三月_四月_五月_六月_七月
279
279
  //! moment.js locale configuration
280
280
  e.defineLocale("zh-mo",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"D/M/YYYY",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,r){var n=100*e+t;return n<600?"凌晨":n<900?"早上":n<1130?"上午":n<1230?"中午":n<1800?"下午":"晚上"},calendar:{sameDay:"[今天] LT",nextDay:"[明天] LT",nextWeek:"[下]dddd LT",lastDay:"[昨天] LT",lastWeek:"[上]dddd LT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s內",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})}(r(0))},function(e,t,r){!function(e){"use strict";
281
281
  //! moment.js locale configuration
282
- e.defineLocale("zh-tw",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,r){var n=100*e+t;return n<600?"凌晨":n<900?"早上":n<1130?"上午":n<1230?"中午":n<1800?"下午":"晚上"},calendar:{sameDay:"[今天] LT",nextDay:"[明天] LT",nextWeek:"[下]dddd LT",lastDay:"[昨天] LT",lastWeek:"[上]dddd LT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})}(r(0))},function(e,t){var r={}.toString;e.exports=Array.isArray||function(e){return"[object Array]"==r.call(e)}},function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.handleHttpResponseError=t.handleHttpResponseSuccess=void 0;const i=n(r(16)),a=n(r(268));t.handleHttpResponseSuccess=(e,t,r,n,i)=>{if(!e.success)throw e.message;return(0,a.default)(e.data,t,r,n,i,e.pagination),{data:e.data,pagination:e.pagination}};t.handleHttpResponseError=(e,t,r)=>{if(i.default.hasError=!0,i.default.errors.push({dataKey:t,errorResponse:e,params:r}),t&&"trip"!==t&&(i.default[t]=null),e.response){if(e.response.data){if(e.response.data.message)throw e.response.data.message;throw e.response.data}throw e.response}if(e.message)throw e.message;throw e}},function(e,t,r){"use strict";e.exports=function(e,t){return function(){for(var r=new Array(arguments.length),n=0;n<r.length;n++)r[n]=arguments[n];return e.apply(t,r)}}},function(e,t,r){"use strict";var n=r(6);function i(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}e.exports=function(e,t,r){if(!t)return e;var a;if(r)a=r(t);else if(n.isURLSearchParams(t))a=t.toString();else{var s=[];n.forEach(t,(function(e,t){null!=e&&(n.isArray(e)?t+="[]":e=[e],n.forEach(e,(function(e){n.isDate(e)?e=e.toISOString():n.isObject(e)&&(e=JSON.stringify(e)),s.push(i(t)+"="+i(e))})))})),a=s.join("&")}if(a){var o=e.indexOf("#");-1!==o&&(e=e.slice(0,o)),e+=(-1===e.indexOf("?")?"?":"&")+a}return e}},function(e,t,r){"use strict";e.exports={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1}},function(e,t,r){"use strict";(function(t){var n=r(6);e.exports=function(e,r){r=r||new FormData;var i=[];function a(e){return null===e?"":n.isDate(e)?e.toISOString():n.isArrayBuffer(e)||n.isTypedArray(e)?"function"==typeof Blob?new Blob([e]):t.from(e):e}return function e(t,s){if(n.isPlainObject(t)||n.isArray(t)){if(-1!==i.indexOf(t))throw Error("Circular reference detected in "+s);i.push(t),n.forEach(t,(function(t,i){if(!n.isUndefined(t)){var o,d=s?s+"."+i:i;if(t&&!s&&"object"==typeof t)if(n.endsWith(i,"{}"))t=JSON.stringify(t);else if(n.endsWith(i,"[]")&&(o=n.toArray(t)))return void o.forEach((function(e){!n.isUndefined(e)&&r.append(d,a(e))}));e(t,d)}})),i.pop()}else r.append(s,a(t))}(e),r}}).call(this,r(3).Buffer)},function(e,t,r){"use strict";var n=r(6),i=r(280),a=r(281),s=r(199),o=r(203),d=r(284),u=r(285),h=r(200),c=r(17),l=r(31),f=r(286);e.exports=function(e){return new Promise((function(t,r){var _,p=e.data,m=e.headers,y=e.responseType;function b(){e.cancelToken&&e.cancelToken.unsubscribe(_),e.signal&&e.signal.removeEventListener("abort",_)}n.isFormData(p)&&n.isStandardBrowserEnv()&&delete m["Content-Type"];var g=new XMLHttpRequest;if(e.auth){var M=e.auth.username||"",T=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";m.Authorization="Basic "+btoa(M+":"+T)}var v=o(e.baseURL,e.url);function w(){if(g){var n="getAllResponseHeaders"in g?d(g.getAllResponseHeaders()):null,a={data:y&&"text"!==y&&"json"!==y?g.response:g.responseText,status:g.status,statusText:g.statusText,headers:n,config:e,request:g};i((function(e){t(e),b()}),(function(e){r(e),b()}),a),g=null}}if(g.open(e.method.toUpperCase(),s(v,e.params,e.paramsSerializer),!0),g.timeout=e.timeout,"onloadend"in g?g.onloadend=w:g.onreadystatechange=function(){g&&4===g.readyState&&(0!==g.status||g.responseURL&&0===g.responseURL.indexOf("file:"))&&setTimeout(w)},g.onabort=function(){g&&(r(new c("Request aborted",c.ECONNABORTED,e,g)),g=null)},g.onerror=function(){r(new c("Network Error",c.ERR_NETWORK,e,g,g)),g=null},g.ontimeout=function(){var t=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded",n=e.transitional||h;e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),r(new c(t,n.clarifyTimeoutError?c.ETIMEDOUT:c.ECONNABORTED,e,g)),g=null},n.isStandardBrowserEnv()){var L=(e.withCredentials||u(v))&&e.xsrfCookieName?a.read(e.xsrfCookieName):void 0;L&&(m[e.xsrfHeaderName]=L)}"setRequestHeader"in g&&n.forEach(m,(function(e,t){void 0===p&&"content-type"===t.toLowerCase()?delete m[t]:g.setRequestHeader(t,e)})),n.isUndefined(e.withCredentials)||(g.withCredentials=!!e.withCredentials),y&&"json"!==y&&(g.responseType=e.responseType),"function"==typeof e.onDownloadProgress&&g.addEventListener("progress",e.onDownloadProgress),"function"==typeof e.onUploadProgress&&g.upload&&g.upload.addEventListener("progress",e.onUploadProgress),(e.cancelToken||e.signal)&&(_=function(e){g&&(r(!e||e&&e.type?new l:e),g.abort(),g=null)},e.cancelToken&&e.cancelToken.subscribe(_),e.signal&&(e.signal.aborted?_():e.signal.addEventListener("abort",_))),p||(p=null);var S=f(v);S&&-1===["http","https","file"].indexOf(S)?r(new c("Unsupported protocol "+S+":",c.ERR_BAD_REQUEST,e)):g.send(p)}))}},function(e,t,r){"use strict";var n=r(282),i=r(283);e.exports=function(e,t){return e&&!n(t)?i(e,t):t}},function(e,t,r){"use strict";e.exports=function(e){return!(!e||!e.__CANCEL__)}},function(e,t,r){"use strict";var n=r(6);e.exports=function(e,t){t=t||{};var r={};function i(e,t){return n.isPlainObject(e)&&n.isPlainObject(t)?n.merge(e,t):n.isPlainObject(t)?n.merge({},t):n.isArray(t)?t.slice():t}function a(r){return n.isUndefined(t[r])?n.isUndefined(e[r])?void 0:i(void 0,e[r]):i(e[r],t[r])}function s(e){if(!n.isUndefined(t[e]))return i(void 0,t[e])}function o(r){return n.isUndefined(t[r])?n.isUndefined(e[r])?void 0:i(void 0,e[r]):i(void 0,t[r])}function d(r){return r in t?i(e[r],t[r]):r in e?i(void 0,e[r]):void 0}var u={url:s,method:s,data:s,baseURL:o,transformRequest:o,transformResponse:o,paramsSerializer:o,timeout:o,timeoutMessage:o,withCredentials:o,adapter:o,responseType:o,xsrfCookieName:o,xsrfHeaderName:o,onUploadProgress:o,onDownloadProgress:o,decompress:o,maxContentLength:o,maxBodyLength:o,beforeRedirect:o,transport:o,httpAgent:o,httpsAgent:o,cancelToken:o,socketPath:o,responseEncoding:o,validateStatus:d};return n.forEach(Object.keys(e).concat(Object.keys(t)),(function(e){var t=u[e]||a,i=t(e);n.isUndefined(i)&&t!==d||(r[e]=i)})),r}},function(e,t){e.exports={version:"0.27.2"}},function(e,t,r){"use strict";var n=r(2).Buffer,i=r(304).Transform;function a(e){i.call(this),this._block=n.allocUnsafe(e),this._blockSize=e,this._blockOffset=0,this._length=[0,0,0,0],this._finalized=!1}r(1)(a,i),a.prototype._transform=function(e,t,r){var n=null;try{this.update(e,t)}catch(e){n=e}r(n)},a.prototype._flush=function(e){var t=null;try{this.push(this.digest())}catch(e){t=e}e(t)},a.prototype.update=function(e,t){if(function(e,t){if(!n.isBuffer(e)&&"string"!=typeof e)throw new TypeError(t+" must be a string or a buffer")}(e,"Data"),this._finalized)throw new Error("Digest already called");n.isBuffer(e)||(e=n.from(e,t));for(var r=this._block,i=0;this._blockOffset+e.length-i>=this._blockSize;){for(var a=this._blockOffset;a<this._blockSize;)r[a++]=e[i++];this._update(),this._blockOffset=0}for(;i<e.length;)r[this._blockOffset++]=e[i++];for(var s=0,o=8*e.length;o>0;++s)this._length[s]+=o,(o=this._length[s]/4294967296|0)>0&&(this._length[s]-=4294967296*o);return this},a.prototype._update=function(){throw new Error("_update is not implemented")},a.prototype.digest=function(e){if(this._finalized)throw new Error("Digest already called");this._finalized=!0;var t=this._digest();void 0!==e&&(t=t.toString(e)),this._block.fill(0),this._blockOffset=0;for(var r=0;r<4;++r)this._length[r]=0;return t},a.prototype._digest=function(){throw new Error("_digest is not implemented")},e.exports=a},function(e,t,r){"use strict";(function(t,n){var i;e.exports=S,S.ReadableState=L;r(13).EventEmitter;var a=function(e,t){return e.listeners(t).length},s=r(209),o=r(3).Buffer,d=t.Uint8Array||function(){};var u,h=r(305);u=h&&h.debuglog?h.debuglog("stream"):function(){};var c,l,f,_=r(306),p=r(210),m=r(211).getHighWaterMark,y=r(19).codes,b=y.ERR_INVALID_ARG_TYPE,g=y.ERR_STREAM_PUSH_AFTER_EOF,M=y.ERR_METHOD_NOT_IMPLEMENTED,T=y.ERR_STREAM_UNSHIFT_AFTER_END_EVENT;r(1)(S,s);var v=p.errorOrDestroy,w=["error","close","destroy","pause","resume"];function L(e,t,n){i=i||r(20),e=e||{},"boolean"!=typeof n&&(n=t instanceof i),this.objectMode=!!e.objectMode,n&&(this.objectMode=this.objectMode||!!e.readableObjectMode),this.highWaterMark=m(this,e,"readableHighWaterMark",n),this.buffer=new _,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!==e.emitClose,this.autoDestroy=!!e.autoDestroy,this.destroyed=!1,this.defaultEncoding=e.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,e.encoding&&(c||(c=r(14).StringDecoder),this.decoder=new c(e.encoding),this.encoding=e.encoding)}function S(e){if(i=i||r(20),!(this instanceof S))return new S(e);var t=this instanceof i;this._readableState=new L(e,this,t),this.readable=!0,e&&("function"==typeof e.read&&(this._read=e.read),"function"==typeof e.destroy&&(this._destroy=e.destroy)),s.call(this)}function E(e,t,r,n,i){u("readableAddChunk",t);var a,s=e._readableState;if(null===t)s.reading=!1,function(e,t){if(u("onEofChunk"),t.ended)return;if(t.decoder){var r=t.decoder.end();r&&r.length&&(t.buffer.push(r),t.length+=t.objectMode?1:r.length)}t.ended=!0,t.sync?k(e):(t.needReadable=!1,t.emittedReadable||(t.emittedReadable=!0,Y(e)))}(e,s);else if(i||(a=function(e,t){var r;n=t,o.isBuffer(n)||n instanceof d||"string"==typeof t||void 0===t||e.objectMode||(r=new b("chunk",["string","Buffer","Uint8Array"],t));var n;return r}(s,t)),a)v(e,a);else if(s.objectMode||t&&t.length>0)if("string"==typeof t||s.objectMode||Object.getPrototypeOf(t)===o.prototype||(t=function(e){return o.from(e)}(t)),n)s.endEmitted?v(e,new T):D(e,s,t,!0);else if(s.ended)v(e,new g);else{if(s.destroyed)return!1;s.reading=!1,s.decoder&&!r?(t=s.decoder.write(t),s.objectMode||0!==t.length?D(e,s,t,!1):O(e,s)):D(e,s,t,!1)}else n||(s.reading=!1,O(e,s));return!s.ended&&(s.length<s.highWaterMark||0===s.length)}function D(e,t,r,n){t.flowing&&0===t.length&&!t.sync?(t.awaitDrain=0,e.emit("data",r)):(t.length+=t.objectMode?1:r.length,n?t.buffer.unshift(r):t.buffer.push(r),t.needReadable&&k(e)),O(e,t)}Object.defineProperty(S.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._readableState&&this._readableState.destroyed},set:function(e){this._readableState&&(this._readableState.destroyed=e)}}),S.prototype.destroy=p.destroy,S.prototype._undestroy=p.undestroy,S.prototype._destroy=function(e,t){t(e)},S.prototype.push=function(e,t){var r,n=this._readableState;return n.objectMode?r=!0:"string"==typeof e&&((t=t||n.defaultEncoding)!==n.encoding&&(e=o.from(e,t),t=""),r=!0),E(this,e,t,!1,r)},S.prototype.unshift=function(e){return E(this,e,null,!0,!1)},S.prototype.isPaused=function(){return!1===this._readableState.flowing},S.prototype.setEncoding=function(e){c||(c=r(14).StringDecoder);var t=new c(e);this._readableState.decoder=t,this._readableState.encoding=this._readableState.decoder.encoding;for(var n=this._readableState.buffer.head,i="";null!==n;)i+=t.write(n.data),n=n.next;return this._readableState.buffer.clear(),""!==i&&this._readableState.buffer.push(i),this._readableState.length=i.length,this};function A(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>=1073741824?e=1073741824:(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 k(e){var t=e._readableState;u("emitReadable",t.needReadable,t.emittedReadable),t.needReadable=!1,t.emittedReadable||(u("emitReadable",t.flowing),t.emittedReadable=!0,n.nextTick(Y,e))}function Y(e){var t=e._readableState;u("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,x(e)}function O(e,t){t.readingMore||(t.readingMore=!0,n.nextTick(F,e,t))}function F(e,t){for(;!t.reading&&!t.ended&&(t.length<t.highWaterMark||t.flowing&&0===t.length);){var r=t.length;if(u("maybeReadMore read 0"),e.read(0),r===t.length)break}t.readingMore=!1}function P(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 I(e){u("readable nexttick read 0"),e.read(0)}function R(e,t){u("resume",t.reading),t.reading||e.read(0),t.resumeScheduled=!1,e.emit("resume"),x(e),t.flowing&&!t.reading&&e.read(0)}function x(e){var t=e._readableState;for(u("flow",t.flowing);t.flowing&&null!==e.read(););}function j(e,t){return 0===t.length?null:(t.objectMode?r=t.buffer.shift():!e||e>=t.length?(r=t.decoder?t.buffer.join(""):1===t.buffer.length?t.buffer.first():t.buffer.concat(t.length),t.buffer.clear()):r=t.buffer.consume(e,t.decoder),r);var r}function K(e){var t=e._readableState;u("endReadable",t.endEmitted),t.endEmitted||(t.ended=!0,n.nextTick(H,t,e))}function H(e,t){if(u("endReadableNT",e.endEmitted,e.length),!e.endEmitted&&0===e.length&&(e.endEmitted=!0,t.readable=!1,t.emit("end"),e.autoDestroy)){var r=t._writableState;(!r||r.autoDestroy&&r.finished)&&t.destroy()}}function N(e,t){for(var r=0,n=e.length;r<n;r++)if(e[r]===t)return r;return-1}S.prototype.read=function(e){u("read",e),e=parseInt(e,10);var t=this._readableState,r=e;if(0!==e&&(t.emittedReadable=!1),0===e&&t.needReadable&&((0!==t.highWaterMark?t.length>=t.highWaterMark:t.length>0)||t.ended))return u("read: emitReadable",t.length,t.ended),0===t.length&&t.ended?K(this):k(this),null;if(0===(e=A(e,t))&&t.ended)return 0===t.length&&K(this),null;var n,i=t.needReadable;return u("need readable",i),(0===t.length||t.length-e<t.highWaterMark)&&u("length less than watermark",i=!0),t.ended||t.reading?u("reading or ended",i=!1):i&&(u("do read"),t.reading=!0,t.sync=!0,0===t.length&&(t.needReadable=!0),this._read(t.highWaterMark),t.sync=!1,t.reading||(e=A(r,t))),null===(n=e>0?j(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),r!==e&&t.ended&&K(this)),null!==n&&this.emit("data",n),n},S.prototype._read=function(e){v(this,new M("_read()"))},S.prototype.pipe=function(e,t){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,u("pipe count=%d opts=%j",i.pipesCount,t);var s=(!t||!1!==t.end)&&e!==n.stdout&&e!==n.stderr?d:m;function o(t,n){u("onunpipe"),t===r&&n&&!1===n.hasUnpiped&&(n.hasUnpiped=!0,u("cleanup"),e.removeListener("close",_),e.removeListener("finish",p),e.removeListener("drain",h),e.removeListener("error",f),e.removeListener("unpipe",o),r.removeListener("end",d),r.removeListener("end",m),r.removeListener("data",l),c=!0,!i.awaitDrain||e._writableState&&!e._writableState.needDrain||h())}function d(){u("onend"),e.end()}i.endEmitted?n.nextTick(s):r.once("end",s),e.on("unpipe",o);var h=function(e){return function(){var t=e._readableState;u("pipeOnDrain",t.awaitDrain),t.awaitDrain&&t.awaitDrain--,0===t.awaitDrain&&a(e,"data")&&(t.flowing=!0,x(e))}}(r);e.on("drain",h);var c=!1;function l(t){u("ondata");var n=e.write(t);u("dest.write",n),!1===n&&((1===i.pipesCount&&i.pipes===e||i.pipesCount>1&&-1!==N(i.pipes,e))&&!c&&(u("false write response, pause",i.awaitDrain),i.awaitDrain++),r.pause())}function f(t){u("onerror",t),m(),e.removeListener("error",f),0===a(e,"error")&&v(e,t)}function _(){e.removeListener("finish",p),m()}function p(){u("onfinish"),e.removeListener("close",_),m()}function m(){u("unpipe"),r.unpipe(e)}return r.on("data",l),function(e,t,r){if("function"==typeof e.prependListener)return e.prependListener(t,r);e._events&&e._events[t]?Array.isArray(e._events[t])?e._events[t].unshift(r):e._events[t]=[r,e._events[t]]:e.on(t,r)}(e,"error",f),e.once("close",_),e.once("finish",p),e.emit("pipe",r),i.flowing||(u("pipe resume"),r.resume()),e},S.prototype.unpipe=function(e){var t=this._readableState,r={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,r)),this;if(!e){var n=t.pipes,i=t.pipesCount;t.pipes=null,t.pipesCount=0,t.flowing=!1;for(var a=0;a<i;a++)n[a].emit("unpipe",this,{hasUnpiped:!1});return this}var s=N(t.pipes,e);return-1===s||(t.pipes.splice(s,1),t.pipesCount-=1,1===t.pipesCount&&(t.pipes=t.pipes[0]),e.emit("unpipe",this,r)),this},S.prototype.on=function(e,t){var r=s.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,u("on readable",i.length,i.reading),i.length?k(this):i.reading||n.nextTick(I,this))),r},S.prototype.addListener=S.prototype.on,S.prototype.removeListener=function(e,t){var r=s.prototype.removeListener.call(this,e,t);return"readable"===e&&n.nextTick(P,this),r},S.prototype.removeAllListeners=function(e){var t=s.prototype.removeAllListeners.apply(this,arguments);return"readable"!==e&&void 0!==e||n.nextTick(P,this),t},S.prototype.resume=function(){var e=this._readableState;return e.flowing||(u("resume"),e.flowing=!e.readableListening,function(e,t){t.resumeScheduled||(t.resumeScheduled=!0,n.nextTick(R,e,t))}(this,e)),e.paused=!1,this},S.prototype.pause=function(){return u("call pause flowing=%j",this._readableState.flowing),!1!==this._readableState.flowing&&(u("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState.paused=!0,this},S.prototype.wrap=function(e){var t=this,r=this._readableState,n=!1;for(var i in e.on("end",(function(){if(u("wrapped end"),r.decoder&&!r.ended){var e=r.decoder.end();e&&e.length&&t.push(e)}t.push(null)})),e.on("data",(function(i){(u("wrapped data"),r.decoder&&(i=r.decoder.write(i)),r.objectMode&&null==i)||(r.objectMode||i&&i.length)&&(t.push(i)||(n=!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){u("wrapped _read",t),n&&(n=!1,e.resume())},this},"function"==typeof Symbol&&(S.prototype[Symbol.asyncIterator]=function(){return void 0===l&&(l=r(308)),l(this)}),Object.defineProperty(S.prototype,"readableHighWaterMark",{enumerable:!1,get:function(){return this._readableState.highWaterMark}}),Object.defineProperty(S.prototype,"readableBuffer",{enumerable:!1,get:function(){return this._readableState&&this._readableState.buffer}}),Object.defineProperty(S.prototype,"readableFlowing",{enumerable:!1,get:function(){return this._readableState.flowing},set:function(e){this._readableState&&(this._readableState.flowing=e)}}),S._fromList=j,Object.defineProperty(S.prototype,"readableLength",{enumerable:!1,get:function(){return this._readableState.length}}),"function"==typeof Symbol&&(S.from=function(e,t){return void 0===f&&(f=r(309)),f(S,e,t)})}).call(this,r(7),r(4))},function(e,t,r){e.exports=r(13).EventEmitter},function(e,t,r){"use strict";(function(t){function r(e,t){i(e,t),n(e)}function n(e){e._writableState&&!e._writableState.emitClose||e._readableState&&!e._readableState.emitClose||e.emit("close")}function i(e,t){e.emit("error",t)}e.exports={destroy:function(e,a){var s=this,o=this._readableState&&this._readableState.destroyed,d=this._writableState&&this._writableState.destroyed;return o||d?(a?a(e):e&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,t.nextTick(i,this,e)):t.nextTick(i,this,e)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(e||null,(function(e){!a&&e?s._writableState?s._writableState.errorEmitted?t.nextTick(n,s):(s._writableState.errorEmitted=!0,t.nextTick(r,s,e)):t.nextTick(r,s,e):a?(t.nextTick(n,s),a(e)):t.nextTick(n,s)})),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 r=e._readableState,n=e._writableState;r&&r.autoDestroy||n&&n.autoDestroy?e.destroy(t):e.emit("error",t)}}}).call(this,r(4))},function(e,t,r){"use strict";var n=r(19).codes.ERR_INVALID_OPT_VALUE;e.exports={getHighWaterMark:function(e,t,r,i){var a=function(e,t,r){return null!=e.highWaterMark?e.highWaterMark:t?e[r]:null}(t,i,r);if(null!=a){if(!isFinite(a)||Math.floor(a)!==a||a<0)throw new n(i?r:"highWaterMark",a);return Math.floor(a)}return e.objectMode?16:16384}}},function(e,t,r){"use strict";(function(t,n){function i(e){var t=this;this.next=null,this.entry=null,this.finish=function(){!function(e,t,r){var n=e.entry;e.entry=null;for(;n;){var i=n.callback;t.pendingcb--,i(r),n=n.next}t.corkedRequestsFree.next=e}(t,e)}}var a;e.exports=S,S.WritableState=L;var s={deprecate:r(41)},o=r(209),d=r(3).Buffer,u=t.Uint8Array||function(){};var h,c=r(210),l=r(211).getHighWaterMark,f=r(19).codes,_=f.ERR_INVALID_ARG_TYPE,p=f.ERR_METHOD_NOT_IMPLEMENTED,m=f.ERR_MULTIPLE_CALLBACK,y=f.ERR_STREAM_CANNOT_PIPE,b=f.ERR_STREAM_DESTROYED,g=f.ERR_STREAM_NULL_VALUES,M=f.ERR_STREAM_WRITE_AFTER_END,T=f.ERR_UNKNOWN_ENCODING,v=c.errorOrDestroy;function w(){}function L(e,t,s){a=a||r(20),e=e||{},"boolean"!=typeof s&&(s=t instanceof a),this.objectMode=!!e.objectMode,s&&(this.objectMode=this.objectMode||!!e.writableObjectMode),this.highWaterMark=l(this,e,"writableHighWaterMark",s),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var o=!1===e.decodeStrings;this.decodeStrings=!o,this.defaultEncoding=e.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 r=e._writableState,i=r.sync,a=r.writecb;if("function"!=typeof a)throw new m;if(function(e){e.writing=!1,e.writecb=null,e.length-=e.writelen,e.writelen=0}(r),t)!function(e,t,r,i,a){--t.pendingcb,r?(n.nextTick(a,i),n.nextTick(O,e,t),e._writableState.errorEmitted=!0,v(e,i)):(a(i),e._writableState.errorEmitted=!0,v(e,i),O(e,t))}(e,r,i,t,a);else{var s=k(r)||e.destroyed;s||r.corked||r.bufferProcessing||!r.bufferedRequest||A(e,r),i?n.nextTick(D,e,r,s,a):D(e,r,s,a)}}(t,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!==e.emitClose,this.autoDestroy=!!e.autoDestroy,this.bufferedRequestCount=0,this.corkedRequestsFree=new i(this)}function S(e){var t=this instanceof(a=a||r(20));if(!t&&!h.call(S,this))return new S(e);this._writableState=new L(e,this,t),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)),o.call(this)}function E(e,t,r,n,i,a,s){t.writelen=n,t.writecb=s,t.writing=!0,t.sync=!0,t.destroyed?t.onwrite(new b("write")):r?e._writev(i,t.onwrite):e._write(i,a,t.onwrite),t.sync=!1}function D(e,t,r,n){r||function(e,t){0===t.length&&t.needDrain&&(t.needDrain=!1,e.emit("drain"))}(e,t),t.pendingcb--,n(),O(e,t)}function A(e,t){t.bufferProcessing=!0;var r=t.bufferedRequest;if(e._writev&&r&&r.next){var n=t.bufferedRequestCount,a=new Array(n),s=t.corkedRequestsFree;s.entry=r;for(var o=0,d=!0;r;)a[o]=r,r.isBuf||(d=!1),r=r.next,o+=1;a.allBuffers=d,E(e,t,!0,t.length,a,"",s.finish),t.pendingcb++,t.lastBufferedRequest=null,s.next?(t.corkedRequestsFree=s.next,s.next=null):t.corkedRequestsFree=new i(t),t.bufferedRequestCount=0}else{for(;r;){var u=r.chunk,h=r.encoding,c=r.callback;if(E(e,t,!1,t.objectMode?1:u.length,u,h,c),r=r.next,t.bufferedRequestCount--,t.writing)break}null===r&&(t.lastBufferedRequest=null)}t.bufferedRequest=r,t.bufferProcessing=!1}function k(e){return e.ending&&0===e.length&&null===e.bufferedRequest&&!e.finished&&!e.writing}function Y(e,t){e._final((function(r){t.pendingcb--,r&&v(e,r),t.prefinished=!0,e.emit("prefinish"),O(e,t)}))}function O(e,t){var r=k(t);if(r&&(function(e,t){t.prefinished||t.finalCalled||("function"!=typeof e._final||t.destroyed?(t.prefinished=!0,e.emit("prefinish")):(t.pendingcb++,t.finalCalled=!0,n.nextTick(Y,e,t)))}(e,t),0===t.pendingcb&&(t.finished=!0,e.emit("finish"),t.autoDestroy))){var i=e._readableState;(!i||i.autoDestroy&&i.endEmitted)&&e.destroy()}return r}r(1)(S,o),L.prototype.getBuffer=function(){for(var e=this.bufferedRequest,t=[];e;)t.push(e),e=e.next;return t},function(){try{Object.defineProperty(L.prototype,"buffer",{get:s.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]?(h=Function.prototype[Symbol.hasInstance],Object.defineProperty(S,Symbol.hasInstance,{value:function(e){return!!h.call(this,e)||this===S&&(e&&e._writableState instanceof L)}})):h=function(e){return e instanceof this},S.prototype.pipe=function(){v(this,new y)},S.prototype.write=function(e,t,r){var i,a=this._writableState,s=!1,o=!a.objectMode&&(i=e,d.isBuffer(i)||i instanceof u);return o&&!d.isBuffer(e)&&(e=function(e){return d.from(e)}(e)),"function"==typeof t&&(r=t,t=null),o?t="buffer":t||(t=a.defaultEncoding),"function"!=typeof r&&(r=w),a.ending?function(e,t){var r=new M;v(e,r),n.nextTick(t,r)}(this,r):(o||function(e,t,r,i){var a;return null===r?a=new g:"string"==typeof r||t.objectMode||(a=new _("chunk",["string","Buffer"],r)),!a||(v(e,a),n.nextTick(i,a),!1)}(this,a,e,r))&&(a.pendingcb++,s=function(e,t,r,n,i,a){if(!r){var s=function(e,t,r){e.objectMode||!1===e.decodeStrings||"string"!=typeof t||(t=d.from(t,r));return t}(t,n,i);n!==s&&(r=!0,i="buffer",n=s)}var o=t.objectMode?1:n.length;t.length+=o;var u=t.length<t.highWaterMark;u||(t.needDrain=!0);if(t.writing||t.corked){var h=t.lastBufferedRequest;t.lastBufferedRequest={chunk:n,encoding:i,isBuf:r,callback:a,next:null},h?h.next=t.lastBufferedRequest:t.bufferedRequest=t.lastBufferedRequest,t.bufferedRequestCount+=1}else E(e,t,!1,o,n,i,a);return u}(this,a,o,e,t,r)),s},S.prototype.cork=function(){this._writableState.corked++},S.prototype.uncork=function(){var e=this._writableState;e.corked&&(e.corked--,e.writing||e.corked||e.bufferProcessing||!e.bufferedRequest||A(this,e))},S.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 T(e);return this._writableState.defaultEncoding=e,this},Object.defineProperty(S.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty(S.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),S.prototype._write=function(e,t,r){r(new p("_write()"))},S.prototype._writev=null,S.prototype.end=function(e,t,r){var i=this._writableState;return"function"==typeof e?(r=e,e=null,t=null):"function"==typeof t&&(r=t,t=null),null!=e&&this.write(e,t),i.corked&&(i.corked=1,this.uncork()),i.ending||function(e,t,r){t.ending=!0,O(e,t),r&&(t.finished?n.nextTick(r):e.once("finish",r));t.ended=!0,e.writable=!1}(this,i,r),this},Object.defineProperty(S.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}}),Object.defineProperty(S.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._writableState&&this._writableState.destroyed},set:function(e){this._writableState&&(this._writableState.destroyed=e)}}),S.prototype.destroy=c.destroy,S.prototype._undestroy=c.undestroy,S.prototype._destroy=function(e,t){t(e)}}).call(this,r(7),r(4))},function(e,t,r){"use strict";e.exports=h;var n=r(19).codes,i=n.ERR_METHOD_NOT_IMPLEMENTED,a=n.ERR_MULTIPLE_CALLBACK,s=n.ERR_TRANSFORM_ALREADY_TRANSFORMING,o=n.ERR_TRANSFORM_WITH_LENGTH_0,d=r(20);function u(e,t){var r=this._transformState;r.transforming=!1;var n=r.writecb;if(null===n)return this.emit("error",new a);r.writechunk=null,r.writecb=null,null!=t&&this.push(t),n(e);var i=this._readableState;i.reading=!1,(i.needReadable||i.length<i.highWaterMark)&&this._read(i.highWaterMark)}function h(e){if(!(this instanceof h))return new h(e);d.call(this,e),this._transformState={afterTransform:u.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?l(this,null,null):this._flush((function(t,r){l(e,t,r)}))}function l(e,t,r){if(t)return e.emit("error",t);if(null!=r&&e.push(r),e._writableState.length)throw new o;if(e._transformState.transforming)throw new s;return e.push(null)}r(1)(h,d),h.prototype.push=function(e,t){return this._transformState.needTransform=!1,d.prototype.push.call(this,e,t)},h.prototype._transform=function(e,t,r){r(new i("_transform()"))},h.prototype._write=function(e,t,r){var n=this._transformState;if(n.writecb=r,n.writechunk=e,n.writeencoding=t,!n.transforming){var i=this._readableState;(n.needTransform||i.needReadable||i.length<i.highWaterMark)&&this._read(i.highWaterMark)}},h.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))},h.prototype._destroy=function(e,t){d.prototype._destroy.call(this,e,(function(e){t(e)}))}},function(e,t,r){var n=r(1),i=r(21),a=r(2).Buffer,s=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],o=new Array(64);function d(){this.init(),this._w=o,i.call(this,64,56)}function u(e,t,r){return r^e&(t^r)}function h(e,t,r){return e&t|r&(e|t)}function c(e){return(e>>>2|e<<30)^(e>>>13|e<<19)^(e>>>22|e<<10)}function l(e){return(e>>>6|e<<26)^(e>>>11|e<<21)^(e>>>25|e<<7)}function f(e){return(e>>>7|e<<25)^(e>>>18|e<<14)^e>>>3}n(d,i),d.prototype.init=function(){return this._a=1779033703,this._b=3144134277,this._c=1013904242,this._d=2773480762,this._e=1359893119,this._f=2600822924,this._g=528734635,this._h=1541459225,this},d.prototype._update=function(e){for(var t,r=this._w,n=0|this._a,i=0|this._b,a=0|this._c,o=0|this._d,d=0|this._e,_=0|this._f,p=0|this._g,m=0|this._h,y=0;y<16;++y)r[y]=e.readInt32BE(4*y);for(;y<64;++y)r[y]=0|(((t=r[y-2])>>>17|t<<15)^(t>>>19|t<<13)^t>>>10)+r[y-7]+f(r[y-15])+r[y-16];for(var b=0;b<64;++b){var g=m+l(d)+u(d,_,p)+s[b]+r[b]|0,M=c(n)+h(n,i,a)|0;m=p,p=_,_=d,d=o+g|0,o=a,a=i,i=n,n=g+M|0}this._a=n+this._a|0,this._b=i+this._b|0,this._c=a+this._c|0,this._d=o+this._d|0,this._e=d+this._e|0,this._f=_+this._f|0,this._g=p+this._g|0,this._h=m+this._h|0},d.prototype._hash=function(){var e=a.allocUnsafe(32);return e.writeInt32BE(this._a,0),e.writeInt32BE(this._b,4),e.writeInt32BE(this._c,8),e.writeInt32BE(this._d,12),e.writeInt32BE(this._e,16),e.writeInt32BE(this._f,20),e.writeInt32BE(this._g,24),e.writeInt32BE(this._h,28),e},e.exports=d},function(e,t,r){var n=r(1),i=r(21),a=r(2).Buffer,s=[1116352408,3609767458,1899447441,602891725,3049323471,3964484399,3921009573,2173295548,961987163,4081628472,1508970993,3053834265,2453635748,2937671579,2870763221,3664609560,3624381080,2734883394,310598401,1164996542,607225278,1323610764,1426881987,3590304994,1925078388,4068182383,2162078206,991336113,2614888103,633803317,3248222580,3479774868,3835390401,2666613458,4022224774,944711139,264347078,2341262773,604807628,2007800933,770255983,1495990901,1249150122,1856431235,1555081692,3175218132,1996064986,2198950837,2554220882,3999719339,2821834349,766784016,2952996808,2566594879,3210313671,3203337956,3336571891,1034457026,3584528711,2466948901,113926993,3758326383,338241895,168717936,666307205,1188179964,773529912,1546045734,1294757372,1522805485,1396182291,2643833823,1695183700,2343527390,1986661051,1014477480,2177026350,1206759142,2456956037,344077627,2730485921,1290863460,2820302411,3158454273,3259730800,3505952657,3345764771,106217008,3516065817,3606008344,3600352804,1432725776,4094571909,1467031594,275423344,851169720,430227734,3100823752,506948616,1363258195,659060556,3750685593,883997877,3785050280,958139571,3318307427,1322822218,3812723403,1537002063,2003034995,1747873779,3602036899,1955562222,1575990012,2024104815,1125592928,2227730452,2716904306,2361852424,442776044,2428436474,593698344,2756734187,3733110249,3204031479,2999351573,3329325298,3815920427,3391569614,3928383900,3515267271,566280711,3940187606,3454069534,4118630271,4000239992,116418474,1914138554,174292421,2731055270,289380356,3203993006,460393269,320620315,685471733,587496836,852142971,1086792851,1017036298,365543100,1126000580,2618297676,1288033470,3409855158,1501505948,4234509866,1607167915,987167468,1816402316,1246189591],o=new Array(160);function d(){this.init(),this._w=o,i.call(this,128,112)}function u(e,t,r){return r^e&(t^r)}function h(e,t,r){return e&t|r&(e|t)}function c(e,t){return(e>>>28|t<<4)^(t>>>2|e<<30)^(t>>>7|e<<25)}function l(e,t){return(e>>>14|t<<18)^(e>>>18|t<<14)^(t>>>9|e<<23)}function f(e,t){return(e>>>1|t<<31)^(e>>>8|t<<24)^e>>>7}function _(e,t){return(e>>>1|t<<31)^(e>>>8|t<<24)^(e>>>7|t<<25)}function p(e,t){return(e>>>19|t<<13)^(t>>>29|e<<3)^e>>>6}function m(e,t){return(e>>>19|t<<13)^(t>>>29|e<<3)^(e>>>6|t<<26)}function y(e,t){return e>>>0<t>>>0?1:0}n(d,i),d.prototype.init=function(){return this._ah=1779033703,this._bh=3144134277,this._ch=1013904242,this._dh=2773480762,this._eh=1359893119,this._fh=2600822924,this._gh=528734635,this._hh=1541459225,this._al=4089235720,this._bl=2227873595,this._cl=4271175723,this._dl=1595750129,this._el=2917565137,this._fl=725511199,this._gl=4215389547,this._hl=327033209,this},d.prototype._update=function(e){for(var t=this._w,r=0|this._ah,n=0|this._bh,i=0|this._ch,a=0|this._dh,o=0|this._eh,d=0|this._fh,b=0|this._gh,g=0|this._hh,M=0|this._al,T=0|this._bl,v=0|this._cl,w=0|this._dl,L=0|this._el,S=0|this._fl,E=0|this._gl,D=0|this._hl,A=0;A<32;A+=2)t[A]=e.readInt32BE(4*A),t[A+1]=e.readInt32BE(4*A+4);for(;A<160;A+=2){var k=t[A-30],Y=t[A-30+1],O=f(k,Y),F=_(Y,k),P=p(k=t[A-4],Y=t[A-4+1]),I=m(Y,k),R=t[A-14],x=t[A-14+1],j=t[A-32],K=t[A-32+1],H=F+x|0,N=O+R+y(H,F)|0;N=(N=N+P+y(H=H+I|0,I)|0)+j+y(H=H+K|0,K)|0,t[A]=N,t[A+1]=H}for(var C=0;C<160;C+=2){N=t[C],H=t[C+1];var U=h(r,n,i),B=h(M,T,v),W=c(r,M),z=c(M,r),q=l(o,L),G=l(L,o),J=s[C],V=s[C+1],Z=u(o,d,b),Q=u(L,S,E),X=D+G|0,$=g+q+y(X,D)|0;$=($=($=$+Z+y(X=X+Q|0,Q)|0)+J+y(X=X+V|0,V)|0)+N+y(X=X+H|0,H)|0;var ee=z+B|0,te=W+U+y(ee,z)|0;g=b,D=E,b=d,E=S,d=o,S=L,o=a+$+y(L=w+X|0,w)|0,a=i,w=v,i=n,v=T,n=r,T=M,r=$+te+y(M=X+ee|0,X)|0}this._al=this._al+M|0,this._bl=this._bl+T|0,this._cl=this._cl+v|0,this._dl=this._dl+w|0,this._el=this._el+L|0,this._fl=this._fl+S|0,this._gl=this._gl+E|0,this._hl=this._hl+D|0,this._ah=this._ah+r+y(this._al,M)|0,this._bh=this._bh+n+y(this._bl,T)|0,this._ch=this._ch+i+y(this._cl,v)|0,this._dh=this._dh+a+y(this._dl,w)|0,this._eh=this._eh+o+y(this._el,L)|0,this._fh=this._fh+d+y(this._fl,S)|0,this._gh=this._gh+b+y(this._gl,E)|0,this._hh=this._hh+g+y(this._hl,D)|0},d.prototype._hash=function(){var e=a.allocUnsafe(64);function t(t,r,n){e.writeInt32BE(t,n),e.writeInt32BE(r,n+4)}return t(this._ah,this._al,0),t(this._bh,this._bl,8),t(this._ch,this._cl,16),t(this._dh,this._dl,24),t(this._eh,this._el,32),t(this._fh,this._fl,40),t(this._gh,this._gl,48),t(this._hh,this._hl,56),e},e.exports=d},function(e,t,r){"use strict";(function(t,n){var i=r(32);e.exports=g;var a,s=r(196);g.ReadableState=b;r(13).EventEmitter;var o=function(e,t){return e.listeners(t).length},d=r(217),u=r(46).Buffer,h=t.Uint8Array||function(){};var c=Object.create(r(26));c.inherits=r(1);var l=r(317),f=void 0;f=l&&l.debuglog?l.debuglog("stream"):function(){};var _,p=r(318),m=r(218);c.inherits(g,d);var y=["error","close","destroy","pause","resume"];function b(e,t){e=e||{};var n=t instanceof(a=a||r(15));this.objectMode=!!e.objectMode,n&&(this.objectMode=this.objectMode||!!e.readableObjectMode);var i=e.highWaterMark,s=e.readableHighWaterMark,o=this.objectMode?16:16384;this.highWaterMark=i||0===i?i:n&&(s||0===s)?s:o,this.highWaterMark=Math.floor(this.highWaterMark),this.buffer=new p,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.destroyed=!1,this.defaultEncoding=e.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,e.encoding&&(_||(_=r(14).StringDecoder),this.decoder=new _(e.encoding),this.encoding=e.encoding)}function g(e){if(a=a||r(15),!(this instanceof g))return new g(e);this._readableState=new b(e,this),this.readable=!0,e&&("function"==typeof e.read&&(this._read=e.read),"function"==typeof e.destroy&&(this._destroy=e.destroy)),d.call(this)}function M(e,t,r,n,i){var a,s=e._readableState;null===t?(s.reading=!1,function(e,t){if(t.ended)return;if(t.decoder){var r=t.decoder.end();r&&r.length&&(t.buffer.push(r),t.length+=t.objectMode?1:r.length)}t.ended=!0,w(e)}(e,s)):(i||(a=function(e,t){var r;n=t,u.isBuffer(n)||n instanceof h||"string"==typeof t||void 0===t||e.objectMode||(r=new TypeError("Invalid non-string/buffer chunk"));var n;return r}(s,t)),a?e.emit("error",a):s.objectMode||t&&t.length>0?("string"==typeof t||s.objectMode||Object.getPrototypeOf(t)===u.prototype||(t=function(e){return u.from(e)}(t)),n?s.endEmitted?e.emit("error",new Error("stream.unshift() after end event")):T(e,s,t,!0):s.ended?e.emit("error",new Error("stream.push() after EOF")):(s.reading=!1,s.decoder&&!r?(t=s.decoder.write(t),s.objectMode||0!==t.length?T(e,s,t,!1):S(e,s)):T(e,s,t,!1))):n||(s.reading=!1));return function(e){return!e.ended&&(e.needReadable||e.length<e.highWaterMark||0===e.length)}(s)}function T(e,t,r,n){t.flowing&&0===t.length&&!t.sync?(e.emit("data",r),e.read(0)):(t.length+=t.objectMode?1:r.length,n?t.buffer.unshift(r):t.buffer.push(r),t.needReadable&&w(e)),S(e,t)}Object.defineProperty(g.prototype,"destroyed",{get:function(){return void 0!==this._readableState&&this._readableState.destroyed},set:function(e){this._readableState&&(this._readableState.destroyed=e)}}),g.prototype.destroy=m.destroy,g.prototype._undestroy=m.undestroy,g.prototype._destroy=function(e,t){this.push(null),t(e)},g.prototype.push=function(e,t){var r,n=this._readableState;return n.objectMode?r=!0:"string"==typeof e&&((t=t||n.defaultEncoding)!==n.encoding&&(e=u.from(e,t),t=""),r=!0),M(this,e,t,!1,r)},g.prototype.unshift=function(e){return M(this,e,null,!0,!1)},g.prototype.isPaused=function(){return!1===this._readableState.flowing},g.prototype.setEncoding=function(e){return _||(_=r(14).StringDecoder),this._readableState.decoder=new _(e),this._readableState.encoding=e,this};function v(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>=8388608?e=8388608:(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 w(e){var t=e._readableState;t.needReadable=!1,t.emittedReadable||(f("emitReadable",t.flowing),t.emittedReadable=!0,t.sync?i.nextTick(L,e):L(e))}function L(e){f("emit readable"),e.emit("readable"),k(e)}function S(e,t){t.readingMore||(t.readingMore=!0,i.nextTick(E,e,t))}function E(e,t){for(var r=t.length;!t.reading&&!t.flowing&&!t.ended&&t.length<t.highWaterMark&&(f("maybeReadMore read 0"),e.read(0),r!==t.length);)r=t.length;t.readingMore=!1}function D(e){f("readable nexttick read 0"),e.read(0)}function A(e,t){t.reading||(f("resume read 0"),e.read(0)),t.resumeScheduled=!1,t.awaitDrain=0,e.emit("resume"),k(e),t.flowing&&!t.reading&&e.read(0)}function k(e){var t=e._readableState;for(f("flow",t.flowing);t.flowing&&null!==e.read(););}function Y(e,t){return 0===t.length?null:(t.objectMode?r=t.buffer.shift():!e||e>=t.length?(r=t.decoder?t.buffer.join(""):1===t.buffer.length?t.buffer.head.data:t.buffer.concat(t.length),t.buffer.clear()):r=function(e,t,r){var n;e<t.head.data.length?(n=t.head.data.slice(0,e),t.head.data=t.head.data.slice(e)):n=e===t.head.data.length?t.shift():r?function(e,t){var r=t.head,n=1,i=r.data;e-=i.length;for(;r=r.next;){var a=r.data,s=e>a.length?a.length:e;if(s===a.length?i+=a:i+=a.slice(0,e),0===(e-=s)){s===a.length?(++n,r.next?t.head=r.next:t.head=t.tail=null):(t.head=r,r.data=a.slice(s));break}++n}return t.length-=n,i}(e,t):function(e,t){var r=u.allocUnsafe(e),n=t.head,i=1;n.data.copy(r),e-=n.data.length;for(;n=n.next;){var a=n.data,s=e>a.length?a.length:e;if(a.copy(r,r.length-e,0,s),0===(e-=s)){s===a.length?(++i,n.next?t.head=n.next:t.head=t.tail=null):(t.head=n,n.data=a.slice(s));break}++i}return t.length-=i,r}(e,t);return n}(e,t.buffer,t.decoder),r);var r}function O(e){var t=e._readableState;if(t.length>0)throw new Error('"endReadable()" called on non-empty stream');t.endEmitted||(t.ended=!0,i.nextTick(F,t,e))}function F(e,t){e.endEmitted||0!==e.length||(e.endEmitted=!0,t.readable=!1,t.emit("end"))}function P(e,t){for(var r=0,n=e.length;r<n;r++)if(e[r]===t)return r;return-1}g.prototype.read=function(e){f("read",e),e=parseInt(e,10);var t=this._readableState,r=e;if(0!==e&&(t.emittedReadable=!1),0===e&&t.needReadable&&(t.length>=t.highWaterMark||t.ended))return f("read: emitReadable",t.length,t.ended),0===t.length&&t.ended?O(this):w(this),null;if(0===(e=v(e,t))&&t.ended)return 0===t.length&&O(this),null;var n,i=t.needReadable;return f("need readable",i),(0===t.length||t.length-e<t.highWaterMark)&&f("length less than watermark",i=!0),t.ended||t.reading?f("reading or ended",i=!1):i&&(f("do read"),t.reading=!0,t.sync=!0,0===t.length&&(t.needReadable=!0),this._read(t.highWaterMark),t.sync=!1,t.reading||(e=v(r,t))),null===(n=e>0?Y(e,t):null)?(t.needReadable=!0,e=0):t.length-=e,0===t.length&&(t.ended||(t.needReadable=!0),r!==e&&t.ended&&O(this)),null!==n&&this.emit("data",n),n},g.prototype._read=function(e){this.emit("error",new Error("_read() is not implemented"))},g.prototype.pipe=function(e,t){var r=this,a=this._readableState;switch(a.pipesCount){case 0:a.pipes=e;break;case 1:a.pipes=[a.pipes,e];break;default:a.pipes.push(e)}a.pipesCount+=1,f("pipe count=%d opts=%j",a.pipesCount,t);var d=(!t||!1!==t.end)&&e!==n.stdout&&e!==n.stderr?h:g;function u(t,n){f("onunpipe"),t===r&&n&&!1===n.hasUnpiped&&(n.hasUnpiped=!0,f("cleanup"),e.removeListener("close",y),e.removeListener("finish",b),e.removeListener("drain",c),e.removeListener("error",m),e.removeListener("unpipe",u),r.removeListener("end",h),r.removeListener("end",g),r.removeListener("data",p),l=!0,!a.awaitDrain||e._writableState&&!e._writableState.needDrain||c())}function h(){f("onend"),e.end()}a.endEmitted?i.nextTick(d):r.once("end",d),e.on("unpipe",u);var c=function(e){return function(){var t=e._readableState;f("pipeOnDrain",t.awaitDrain),t.awaitDrain&&t.awaitDrain--,0===t.awaitDrain&&o(e,"data")&&(t.flowing=!0,k(e))}}(r);e.on("drain",c);var l=!1;var _=!1;function p(t){f("ondata"),_=!1,!1!==e.write(t)||_||((1===a.pipesCount&&a.pipes===e||a.pipesCount>1&&-1!==P(a.pipes,e))&&!l&&(f("false write response, pause",r._readableState.awaitDrain),r._readableState.awaitDrain++,_=!0),r.pause())}function m(t){f("onerror",t),g(),e.removeListener("error",m),0===o(e,"error")&&e.emit("error",t)}function y(){e.removeListener("finish",b),g()}function b(){f("onfinish"),e.removeListener("close",y),g()}function g(){f("unpipe"),r.unpipe(e)}return r.on("data",p),function(e,t,r){if("function"==typeof e.prependListener)return e.prependListener(t,r);e._events&&e._events[t]?s(e._events[t])?e._events[t].unshift(r):e._events[t]=[r,e._events[t]]:e.on(t,r)}(e,"error",m),e.once("close",y),e.once("finish",b),e.emit("pipe",r),a.flowing||(f("pipe resume"),r.resume()),e},g.prototype.unpipe=function(e){var t=this._readableState,r={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,r)),this;if(!e){var n=t.pipes,i=t.pipesCount;t.pipes=null,t.pipesCount=0,t.flowing=!1;for(var a=0;a<i;a++)n[a].emit("unpipe",this,r);return this}var s=P(t.pipes,e);return-1===s||(t.pipes.splice(s,1),t.pipesCount-=1,1===t.pipesCount&&(t.pipes=t.pipes[0]),e.emit("unpipe",this,r)),this},g.prototype.on=function(e,t){var r=d.prototype.on.call(this,e,t);if("data"===e)!1!==this._readableState.flowing&&this.resume();else if("readable"===e){var n=this._readableState;n.endEmitted||n.readableListening||(n.readableListening=n.needReadable=!0,n.emittedReadable=!1,n.reading?n.length&&w(this):i.nextTick(D,this))}return r},g.prototype.addListener=g.prototype.on,g.prototype.resume=function(){var e=this._readableState;return e.flowing||(f("resume"),e.flowing=!0,function(e,t){t.resumeScheduled||(t.resumeScheduled=!0,i.nextTick(A,e,t))}(this,e)),this},g.prototype.pause=function(){return f("call pause flowing=%j",this._readableState.flowing),!1!==this._readableState.flowing&&(f("pause"),this._readableState.flowing=!1,this.emit("pause")),this},g.prototype.wrap=function(e){var t=this,r=this._readableState,n=!1;for(var i in e.on("end",(function(){if(f("wrapped end"),r.decoder&&!r.ended){var e=r.decoder.end();e&&e.length&&t.push(e)}t.push(null)})),e.on("data",(function(i){(f("wrapped data"),r.decoder&&(i=r.decoder.write(i)),r.objectMode&&null==i)||(r.objectMode||i&&i.length)&&(t.push(i)||(n=!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<y.length;a++)e.on(y[a],this.emit.bind(this,y[a]));return this._read=function(t){f("wrapped _read",t),n&&(n=!1,e.resume())},this},Object.defineProperty(g.prototype,"readableHighWaterMark",{enumerable:!1,get:function(){return this._readableState.highWaterMark}}),g._fromList=Y}).call(this,r(7),r(4))},function(e,t,r){e.exports=r(13).EventEmitter},function(e,t,r){"use strict";var n=r(32);function i(e,t){e.emit("error",t)}e.exports={destroy:function(e,t){var r=this,a=this._readableState&&this._readableState.destroyed,s=this._writableState&&this._writableState.destroyed;return a||s?(t?t(e):!e||this._writableState&&this._writableState.errorEmitted||n.nextTick(i,this,e),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(e||null,(function(e){!t&&e?(n.nextTick(i,r,e),r._writableState&&(r._writableState.errorEmitted=!0)):t&&t(e)})),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.finished=!1,this._writableState.errorEmitted=!1)}}},function(e,t,r){"use strict";e.exports=s;var n=r(15),i=Object.create(r(26));function a(e,t){var r=this._transformState;r.transforming=!1;var n=r.writecb;if(!n)return this.emit("error",new Error("write callback called multiple times"));r.writechunk=null,r.writecb=null,null!=t&&this.push(t),n(e);var i=this._readableState;i.reading=!1,(i.needReadable||i.length<i.highWaterMark)&&this._read(i.highWaterMark)}function s(e){if(!(this instanceof s))return new s(e);n.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",o)}function o(){var e=this;"function"==typeof this._flush?this._flush((function(t,r){d(e,t,r)})):d(this,null,null)}function d(e,t,r){if(t)return e.emit("error",t);if(null!=r&&e.push(r),e._writableState.length)throw new Error("Calling transform done when ws.length != 0");if(e._transformState.transforming)throw new Error("Calling transform done when still transforming");return e.push(null)}i.inherits=r(1),i.inherits(s,n),s.prototype.push=function(e,t){return this._transformState.needTransform=!1,n.prototype.push.call(this,e,t)},s.prototype._transform=function(e,t,r){throw new Error("_transform() is not implemented")},s.prototype._write=function(e,t,r){var n=this._transformState;if(n.writecb=r,n.writechunk=e,n.writeencoding=t,!n.transforming){var i=this._readableState;(n.needTransform||i.needReadable||i.length<i.highWaterMark)&&this._read(i.highWaterMark)}},s.prototype._read=function(e){var t=this._transformState;null!==t.writechunk&&t.writecb&&!t.transforming?(t.transforming=!0,this._transform(t.writechunk,t.writeencoding,t.afterTransform)):t.needTransform=!0},s.prototype._destroy=function(e,t){var r=this;n.prototype._destroy.call(this,e,(function(e){t(e),r.emit("close")}))}},function(e,t,r){"use strict";var n=r(1),i=r(327),a=r(12),s=r(2).Buffer,o=r(221),d=r(43),u=r(44),h=s.alloc(128);function c(e,t){a.call(this,"digest"),"string"==typeof t&&(t=s.from(t));var r="sha512"===e||"sha384"===e?128:64;(this._alg=e,this._key=t,t.length>r)?t=("rmd160"===e?new d:u(e)).update(t).digest():t.length<r&&(t=s.concat([t,h],r));for(var n=this._ipad=s.allocUnsafe(r),i=this._opad=s.allocUnsafe(r),o=0;o<r;o++)n[o]=54^t[o],i[o]=92^t[o];this._hash="rmd160"===e?new d:u(e),this._hash.update(n)}n(c,a),c.prototype._update=function(e){this._hash.update(e)},c.prototype._final=function(){var e=this._hash.digest();return("rmd160"===this._alg?new d:u(this._alg)).update(this._opad).update(e).digest()},e.exports=function(e,t){return"rmd160"===(e=e.toLowerCase())||"ripemd160"===e?new c("rmd160",t):"md5"===e?new i(o,t):new c(e,t)}},function(e,t,r){var n=r(40);e.exports=function(e){return(new n).update(e).digest()}},function(e){e.exports=JSON.parse('{"sha224WithRSAEncryption":{"sign":"rsa","hash":"sha224","id":"302d300d06096086480165030402040500041c"},"RSA-SHA224":{"sign":"ecdsa/rsa","hash":"sha224","id":"302d300d06096086480165030402040500041c"},"sha256WithRSAEncryption":{"sign":"rsa","hash":"sha256","id":"3031300d060960864801650304020105000420"},"RSA-SHA256":{"sign":"ecdsa/rsa","hash":"sha256","id":"3031300d060960864801650304020105000420"},"sha384WithRSAEncryption":{"sign":"rsa","hash":"sha384","id":"3041300d060960864801650304020205000430"},"RSA-SHA384":{"sign":"ecdsa/rsa","hash":"sha384","id":"3041300d060960864801650304020205000430"},"sha512WithRSAEncryption":{"sign":"rsa","hash":"sha512","id":"3051300d060960864801650304020305000440"},"RSA-SHA512":{"sign":"ecdsa/rsa","hash":"sha512","id":"3051300d060960864801650304020305000440"},"RSA-SHA1":{"sign":"rsa","hash":"sha1","id":"3021300906052b0e03021a05000414"},"ecdsa-with-SHA1":{"sign":"ecdsa","hash":"sha1","id":""},"sha256":{"sign":"ecdsa","hash":"sha256","id":""},"sha224":{"sign":"ecdsa","hash":"sha224","id":""},"sha384":{"sign":"ecdsa","hash":"sha384","id":""},"sha512":{"sign":"ecdsa","hash":"sha512","id":""},"DSA-SHA":{"sign":"dsa","hash":"sha1","id":""},"DSA-SHA1":{"sign":"dsa","hash":"sha1","id":""},"DSA":{"sign":"dsa","hash":"sha1","id":""},"DSA-WITH-SHA224":{"sign":"dsa","hash":"sha224","id":""},"DSA-SHA224":{"sign":"dsa","hash":"sha224","id":""},"DSA-WITH-SHA256":{"sign":"dsa","hash":"sha256","id":""},"DSA-SHA256":{"sign":"dsa","hash":"sha256","id":""},"DSA-WITH-SHA384":{"sign":"dsa","hash":"sha384","id":""},"DSA-SHA384":{"sign":"dsa","hash":"sha384","id":""},"DSA-WITH-SHA512":{"sign":"dsa","hash":"sha512","id":""},"DSA-SHA512":{"sign":"dsa","hash":"sha512","id":""},"DSA-RIPEMD160":{"sign":"dsa","hash":"rmd160","id":""},"ripemd160WithRSA":{"sign":"rsa","hash":"rmd160","id":"3021300906052b2403020105000414"},"RSA-RIPEMD160":{"sign":"rsa","hash":"rmd160","id":"3021300906052b2403020105000414"},"md5WithRSAEncryption":{"sign":"rsa","hash":"md5","id":"3020300c06082a864886f70d020505000410"},"RSA-MD5":{"sign":"rsa","hash":"md5","id":"3020300c06082a864886f70d020505000410"}}')},function(e,t,r){t.pbkdf2=r(329),t.pbkdf2Sync=r(226)},function(e,t){var r=Math.pow(2,30)-1;e.exports=function(e,t){if("number"!=typeof e)throw new TypeError("Iterations not a number");if(e<0)throw new TypeError("Bad iterations");if("number"!=typeof t)throw new TypeError("Key length not a number");if(t<0||t>r||t!=t)throw new TypeError("Bad key length")}},function(e,t,r){(function(t,r){var n;if(t.process&&t.process.browser)n="utf-8";else if(t.process&&t.process.version){n=parseInt(r.version.split(".")[0].slice(1),10)>=6?"utf-8":"binary"}else n="utf-8";e.exports=n}).call(this,r(7),r(4))},function(e,t,r){var n=r(221),i=r(43),a=r(44),s=r(2).Buffer,o=r(224),d=r(225),u=r(227),h=s.alloc(128),c={md5:16,sha1:20,sha224:28,sha256:32,sha384:48,sha512:64,rmd160:20,ripemd160:20};function l(e,t,r){var o=function(e){function t(t){return a(e).update(t).digest()}return"rmd160"===e||"ripemd160"===e?function(e){return(new i).update(e).digest()}:"md5"===e?n:t}(e),d="sha512"===e||"sha384"===e?128:64;t.length>d?t=o(t):t.length<d&&(t=s.concat([t,h],d));for(var u=s.allocUnsafe(d+c[e]),l=s.allocUnsafe(d+c[e]),f=0;f<d;f++)u[f]=54^t[f],l[f]=92^t[f];var _=s.allocUnsafe(d+r+4);u.copy(_,0,0,d),this.ipad1=_,this.ipad2=u,this.opad=l,this.alg=e,this.blocksize=d,this.hash=o,this.size=c[e]}l.prototype.run=function(e,t){return e.copy(t,this.blocksize),this.hash(t).copy(this.opad,this.blocksize),this.hash(this.opad)},e.exports=function(e,t,r,n,i){o(r,n);var a=new l(i=i||"sha1",e=u(e,d,"Password"),(t=u(t,d,"Salt")).length),h=s.allocUnsafe(n),f=s.allocUnsafe(t.length+4);t.copy(f,0,0,t.length);for(var _=0,p=c[i],m=Math.ceil(n/p),y=1;y<=m;y++){f.writeUInt32BE(y,t.length);for(var b=a.run(f,a.ipad1),g=b,M=1;M<r;M++){g=a.run(g,a.ipad2);for(var T=0;T<p;T++)b[T]^=g[T]}b.copy(h,_),_+=p}return h}},function(e,t,r){var n=r(2).Buffer;e.exports=function(e,t,r){if(n.isBuffer(e))return e;if("string"==typeof e)return n.from(e,t);if(ArrayBuffer.isView(e))return n.from(e.buffer);throw new TypeError(r+" must be a string, a Buffer, a typed array or a DataView")}},function(e,t,r){"use strict";t.readUInt32BE=function(e,t){return(e[0+t]<<24|e[1+t]<<16|e[2+t]<<8|e[3+t])>>>0},t.writeUInt32BE=function(e,t,r){e[0+r]=t>>>24,e[1+r]=t>>>16&255,e[2+r]=t>>>8&255,e[3+r]=255&t},t.ip=function(e,t,r,n){for(var i=0,a=0,s=6;s>=0;s-=2){for(var o=0;o<=24;o+=8)i<<=1,i|=t>>>o+s&1;for(o=0;o<=24;o+=8)i<<=1,i|=e>>>o+s&1}for(s=6;s>=0;s-=2){for(o=1;o<=25;o+=8)a<<=1,a|=t>>>o+s&1;for(o=1;o<=25;o+=8)a<<=1,a|=e>>>o+s&1}r[n+0]=i>>>0,r[n+1]=a>>>0},t.rip=function(e,t,r,n){for(var i=0,a=0,s=0;s<4;s++)for(var o=24;o>=0;o-=8)i<<=1,i|=t>>>o+s&1,i<<=1,i|=e>>>o+s&1;for(s=4;s<8;s++)for(o=24;o>=0;o-=8)a<<=1,a|=t>>>o+s&1,a<<=1,a|=e>>>o+s&1;r[n+0]=i>>>0,r[n+1]=a>>>0},t.pc1=function(e,t,r,n){for(var i=0,a=0,s=7;s>=5;s--){for(var o=0;o<=24;o+=8)i<<=1,i|=t>>o+s&1;for(o=0;o<=24;o+=8)i<<=1,i|=e>>o+s&1}for(o=0;o<=24;o+=8)i<<=1,i|=t>>o+s&1;for(s=1;s<=3;s++){for(o=0;o<=24;o+=8)a<<=1,a|=t>>o+s&1;for(o=0;o<=24;o+=8)a<<=1,a|=e>>o+s&1}for(o=0;o<=24;o+=8)a<<=1,a|=e>>o+s&1;r[n+0]=i>>>0,r[n+1]=a>>>0},t.r28shl=function(e,t){return e<<t&268435455|e>>>28-t};var n=[14,11,17,4,27,23,25,0,13,22,7,18,5,9,16,24,2,20,12,21,1,8,15,26,15,4,25,19,9,1,26,16,5,11,23,8,12,7,17,0,22,3,10,14,6,20,27,24];t.pc2=function(e,t,r,i){for(var a=0,s=0,o=n.length>>>1,d=0;d<o;d++)a<<=1,a|=e>>>n[d]&1;for(d=o;d<n.length;d++)s<<=1,s|=t>>>n[d]&1;r[i+0]=a>>>0,r[i+1]=s>>>0},t.expand=function(e,t,r){var n=0,i=0;n=(1&e)<<5|e>>>27;for(var a=23;a>=15;a-=4)n<<=6,n|=e>>>a&63;for(a=11;a>=3;a-=4)i|=e>>>a&63,i<<=6;i|=(31&e)<<1|e>>>31,t[r+0]=n>>>0,t[r+1]=i>>>0};var i=[14,0,4,15,13,7,1,4,2,14,15,2,11,13,8,1,3,10,10,6,6,12,12,11,5,9,9,5,0,3,7,8,4,15,1,12,14,8,8,2,13,4,6,9,2,1,11,7,15,5,12,11,9,3,7,14,3,10,10,0,5,6,0,13,15,3,1,13,8,4,14,7,6,15,11,2,3,8,4,14,9,12,7,0,2,1,13,10,12,6,0,9,5,11,10,5,0,13,14,8,7,10,11,1,10,3,4,15,13,4,1,2,5,11,8,6,12,7,6,12,9,0,3,5,2,14,15,9,10,13,0,7,9,0,14,9,6,3,3,4,15,6,5,10,1,2,13,8,12,5,7,14,11,12,4,11,2,15,8,1,13,1,6,10,4,13,9,0,8,6,15,9,3,8,0,7,11,4,1,15,2,14,12,3,5,11,10,5,14,2,7,12,7,13,13,8,14,11,3,5,0,6,6,15,9,0,10,3,1,4,2,7,8,2,5,12,11,1,12,10,4,14,15,9,10,3,6,15,9,0,0,6,12,10,11,1,7,13,13,8,15,9,1,4,3,5,14,11,5,12,2,7,8,2,4,14,2,14,12,11,4,2,1,12,7,4,10,7,11,13,6,1,8,5,5,0,3,15,15,10,13,3,0,9,14,8,9,6,4,11,2,8,1,12,11,7,10,1,13,14,7,2,8,13,15,6,9,15,12,0,5,9,6,10,3,4,0,5,14,3,12,10,1,15,10,4,15,2,9,7,2,12,6,9,8,5,0,6,13,1,3,13,4,14,14,0,7,11,5,3,11,8,9,4,14,3,15,2,5,12,2,9,8,5,12,15,3,10,7,11,0,14,4,1,10,7,1,6,13,0,11,8,6,13,4,13,11,0,2,11,14,7,15,4,0,9,8,1,13,10,3,14,12,3,9,5,7,12,5,2,10,15,6,8,1,6,1,6,4,11,11,13,13,8,12,1,3,4,7,10,14,7,10,9,15,5,6,0,8,15,0,14,5,2,9,3,2,12,13,1,2,15,8,13,4,8,6,10,15,3,11,7,1,4,10,12,9,5,3,6,14,11,5,0,0,14,12,9,7,2,7,2,11,1,4,14,1,7,9,4,12,10,14,8,2,13,0,15,6,12,10,9,13,0,15,3,3,5,5,6,8,11];t.substitute=function(e,t){for(var r=0,n=0;n<4;n++){r<<=4,r|=i[64*n+(e>>>18-6*n&63)]}for(n=0;n<4;n++){r<<=4,r|=i[256+64*n+(t>>>18-6*n&63)]}return r>>>0};var a=[16,25,12,11,3,20,4,15,31,17,9,6,27,14,1,22,30,24,8,18,0,5,29,23,13,19,2,26,10,21,28,7];t.permute=function(e){for(var t=0,r=0;r<a.length;r++)t<<=1,t|=e>>>a[r]&1;return t>>>0},t.padSplit=function(e,t,r){for(var n=e.toString(2);n.length<t;)n="0"+n;for(var i=[],a=0;a<t;a+=r)i.push(n.slice(a,a+r));return i.join(" ")}},function(e,t,r){"use strict";var n=r(8),i=r(1),a=r(228),s=r(48);function o(){this.tmp=new Array(2),this.keys=null}function d(e){s.call(this,e);var t=new o;this._desState=t,this.deriveKeys(t,e.key)}i(d,s),e.exports=d,d.create=function(e){return new d(e)};var u=[1,1,2,2,2,2,2,2,1,2,2,2,2,2,2,1];d.prototype.deriveKeys=function(e,t){e.keys=new Array(32),n.equal(t.length,this.blockSize,"Invalid key length");var r=a.readUInt32BE(t,0),i=a.readUInt32BE(t,4);a.pc1(r,i,e.tmp,0),r=e.tmp[0],i=e.tmp[1];for(var s=0;s<e.keys.length;s+=2){var o=u[s>>>1];r=a.r28shl(r,o),i=a.r28shl(i,o),a.pc2(r,i,e.keys,s)}},d.prototype._update=function(e,t,r,n){var i=this._desState,s=a.readUInt32BE(e,t),o=a.readUInt32BE(e,t+4);a.ip(s,o,i.tmp,0),s=i.tmp[0],o=i.tmp[1],"encrypt"===this.type?this._encrypt(i,s,o,i.tmp,0):this._decrypt(i,s,o,i.tmp,0),s=i.tmp[0],o=i.tmp[1],a.writeUInt32BE(r,s,n),a.writeUInt32BE(r,o,n+4)},d.prototype._pad=function(e,t){for(var r=e.length-t,n=t;n<e.length;n++)e[n]=r;return!0},d.prototype._unpad=function(e){for(var t=e[e.length-1],r=e.length-t;r<e.length;r++)n.equal(e[r],t);return e.slice(0,e.length-t)},d.prototype._encrypt=function(e,t,r,n,i){for(var s=t,o=r,d=0;d<e.keys.length;d+=2){var u=e.keys[d],h=e.keys[d+1];a.expand(o,e.tmp,0),u^=e.tmp[0],h^=e.tmp[1];var c=a.substitute(u,h),l=o;o=(s^a.permute(c))>>>0,s=l}a.rip(o,s,n,i)},d.prototype._decrypt=function(e,t,r,n,i){for(var s=r,o=t,d=e.keys.length-2;d>=0;d-=2){var u=e.keys[d],h=e.keys[d+1];a.expand(s,e.tmp,0),u^=e.tmp[0],h^=e.tmp[1];var c=a.substitute(u,h),l=s;s=(o^a.permute(c))>>>0,o=l}a.rip(s,o,n,i)}},function(e,t,r){var n=r(27),i=r(2).Buffer,a=r(231);function s(e){var t=e._cipher.encryptBlockRaw(e._prev);return a(e._prev),t}t.encrypt=function(e,t){var r=Math.ceil(t.length/16),a=e._cache.length;e._cache=i.concat([e._cache,i.allocUnsafe(16*r)]);for(var o=0;o<r;o++){var d=s(e),u=a+16*o;e._cache.writeUInt32BE(d[0],u+0),e._cache.writeUInt32BE(d[1],u+4),e._cache.writeUInt32BE(d[2],u+8),e._cache.writeUInt32BE(d[3],u+12)}var h=e._cache.slice(0,t.length);return e._cache=e._cache.slice(t.length),n(t,h)}},function(e,t){e.exports=function(e){for(var t,r=e.length;r--;){if(255!==(t=e.readUInt8(r))){t++,e.writeUInt8(t,r);break}e.writeUInt8(0,r)}}},function(e){e.exports=JSON.parse('{"aes-128-ecb":{"cipher":"AES","key":128,"iv":0,"mode":"ECB","type":"block"},"aes-192-ecb":{"cipher":"AES","key":192,"iv":0,"mode":"ECB","type":"block"},"aes-256-ecb":{"cipher":"AES","key":256,"iv":0,"mode":"ECB","type":"block"},"aes-128-cbc":{"cipher":"AES","key":128,"iv":16,"mode":"CBC","type":"block"},"aes-192-cbc":{"cipher":"AES","key":192,"iv":16,"mode":"CBC","type":"block"},"aes-256-cbc":{"cipher":"AES","key":256,"iv":16,"mode":"CBC","type":"block"},"aes128":{"cipher":"AES","key":128,"iv":16,"mode":"CBC","type":"block"},"aes192":{"cipher":"AES","key":192,"iv":16,"mode":"CBC","type":"block"},"aes256":{"cipher":"AES","key":256,"iv":16,"mode":"CBC","type":"block"},"aes-128-cfb":{"cipher":"AES","key":128,"iv":16,"mode":"CFB","type":"stream"},"aes-192-cfb":{"cipher":"AES","key":192,"iv":16,"mode":"CFB","type":"stream"},"aes-256-cfb":{"cipher":"AES","key":256,"iv":16,"mode":"CFB","type":"stream"},"aes-128-cfb8":{"cipher":"AES","key":128,"iv":16,"mode":"CFB8","type":"stream"},"aes-192-cfb8":{"cipher":"AES","key":192,"iv":16,"mode":"CFB8","type":"stream"},"aes-256-cfb8":{"cipher":"AES","key":256,"iv":16,"mode":"CFB8","type":"stream"},"aes-128-cfb1":{"cipher":"AES","key":128,"iv":16,"mode":"CFB1","type":"stream"},"aes-192-cfb1":{"cipher":"AES","key":192,"iv":16,"mode":"CFB1","type":"stream"},"aes-256-cfb1":{"cipher":"AES","key":256,"iv":16,"mode":"CFB1","type":"stream"},"aes-128-ofb":{"cipher":"AES","key":128,"iv":16,"mode":"OFB","type":"stream"},"aes-192-ofb":{"cipher":"AES","key":192,"iv":16,"mode":"OFB","type":"stream"},"aes-256-ofb":{"cipher":"AES","key":256,"iv":16,"mode":"OFB","type":"stream"},"aes-128-ctr":{"cipher":"AES","key":128,"iv":16,"mode":"CTR","type":"stream"},"aes-192-ctr":{"cipher":"AES","key":192,"iv":16,"mode":"CTR","type":"stream"},"aes-256-ctr":{"cipher":"AES","key":256,"iv":16,"mode":"CTR","type":"stream"},"aes-128-gcm":{"cipher":"AES","key":128,"iv":12,"mode":"GCM","type":"auth"},"aes-192-gcm":{"cipher":"AES","key":192,"iv":12,"mode":"GCM","type":"auth"},"aes-256-gcm":{"cipher":"AES","key":256,"iv":12,"mode":"GCM","type":"auth"}}')},function(e,t,r){var n=r(33),i=r(2).Buffer,a=r(12),s=r(1),o=r(342),d=r(27),u=r(231);function h(e,t,r,s){a.call(this);var d=i.alloc(4,0);this._cipher=new n.AES(t);var h=this._cipher.encryptBlock(d);this._ghash=new o(h),r=function(e,t,r){if(12===t.length)return e._finID=i.concat([t,i.from([0,0,0,1])]),i.concat([t,i.from([0,0,0,2])]);var n=new o(r),a=t.length,s=a%16;n.update(t),s&&(s=16-s,n.update(i.alloc(s,0))),n.update(i.alloc(8,0));var d=8*a,h=i.alloc(8);h.writeUIntBE(d,0,8),n.update(h),e._finID=n.state;var c=i.from(e._finID);return u(c),c}(this,r,h),this._prev=i.from(r),this._cache=i.allocUnsafe(0),this._secCache=i.allocUnsafe(0),this._decrypt=s,this._alen=0,this._len=0,this._mode=e,this._authTag=null,this._called=!1}s(h,a),h.prototype._update=function(e){if(!this._called&&this._alen){var t=16-this._alen%16;t<16&&(t=i.alloc(t,0),this._ghash.update(t))}this._called=!0;var r=this._mode.encrypt(this,e);return this._decrypt?this._ghash.update(e):this._ghash.update(r),this._len+=e.length,r},h.prototype._final=function(){if(this._decrypt&&!this._authTag)throw new Error("Unsupported state or unable to authenticate data");var e=d(this._ghash.final(8*this._alen,8*this._len),this._cipher.encryptBlock(this._finID));if(this._decrypt&&function(e,t){var r=0;e.length!==t.length&&r++;for(var n=Math.min(e.length,t.length),i=0;i<n;++i)r+=e[i]^t[i];return r}(e,this._authTag))throw new Error("Unsupported state or unable to authenticate data");this._authTag=e,this._cipher.scrub()},h.prototype.getAuthTag=function(){if(this._decrypt||!i.isBuffer(this._authTag))throw new Error("Attempting to get auth tag in unsupported state");return this._authTag},h.prototype.setAuthTag=function(e){if(!this._decrypt)throw new Error("Attempting to set auth tag in unsupported state");this._authTag=e},h.prototype.setAAD=function(e){if(this._called)throw new Error("Attempting to set AAD in unsupported state");this._ghash.update(e),this._alen+=e.length},e.exports=h},function(e,t,r){var n=r(33),i=r(2).Buffer,a=r(12);function s(e,t,r,s){a.call(this),this._cipher=new n.AES(t),this._prev=i.from(r),this._cache=i.allocUnsafe(0),this._secCache=i.allocUnsafe(0),this._decrypt=s,this._mode=e}r(1)(s,a),s.prototype._update=function(e){return this._mode.encrypt(this,e,this._decrypt)},s.prototype._final=function(){this._cipher.scrub()},e.exports=s},function(e,t,r){var n=r(18);e.exports=b,b.simpleSieve=m,b.fermatTest=y;var i=r(5),a=new i(24),s=new(r(236)),o=new i(1),d=new i(2),u=new i(5),h=(new i(16),new i(8),new i(10)),c=new i(3),l=(new i(7),new i(11)),f=new i(4),_=(new i(12),null);function p(){if(null!==_)return _;var e=[];e[0]=2;for(var t=1,r=3;r<1048576;r+=2){for(var n=Math.ceil(Math.sqrt(r)),i=0;i<t&&e[i]<=n&&r%e[i]!=0;i++);t!==i&&e[i]<=n||(e[t++]=r)}return _=e,e}function m(e){for(var t=p(),r=0;r<t.length;r++)if(0===e.modn(t[r]))return 0===e.cmpn(t[r]);return!0}function y(e){var t=i.mont(e);return 0===d.toRed(t).redPow(e.subn(1)).fromRed().cmpn(1)}function b(e,t){if(e<16)return new i(2===t||5===t?[140,123]:[140,39]);var r,_;for(t=new i(t);;){for(r=new i(n(Math.ceil(e/8)));r.bitLength()>e;)r.ishrn(1);if(r.isEven()&&r.iadd(o),r.testn(1)||r.iadd(d),t.cmp(d)){if(!t.cmp(u))for(;r.mod(h).cmp(c);)r.iadd(f)}else for(;r.mod(a).cmp(l);)r.iadd(f);if(m(_=r.shrn(1))&&m(r)&&y(_)&&y(r)&&s.test(_)&&s.test(r))return r}}},function(e,t,r){var n=r(5),i=r(51);function a(e){this.rand=e||new i.Rand}e.exports=a,a.create=function(e){return new a(e)},a.prototype._randbelow=function(e){var t=e.bitLength(),r=Math.ceil(t/8);do{var i=new n(this.rand.generate(r))}while(i.cmp(e)>=0);return i},a.prototype._randrange=function(e,t){var r=t.sub(e);return e.add(this._randbelow(r))},a.prototype.test=function(e,t,r){var i=e.bitLength(),a=n.mont(e),s=new n(1).toRed(a);t||(t=Math.max(1,i/48|0));for(var o=e.subn(1),d=0;!o.testn(d);d++);for(var u=e.shrn(d),h=o.toRed(a);t>0;t--){var c=this._randrange(new n(2),o);r&&r(c);var l=c.toRed(a).redPow(u);if(0!==l.cmp(s)&&0!==l.cmp(h)){for(var f=1;f<d;f++){if(0===(l=l.redSqr()).cmp(s))return!1;if(0===l.cmp(h))break}if(f===d)return!1}}return!0},a.prototype.getDivisor=function(e,t){var r=e.bitLength(),i=n.mont(e),a=new n(1).toRed(i);t||(t=Math.max(1,r/48|0));for(var s=e.subn(1),o=0;!s.testn(o);o++);for(var d=e.shrn(o),u=s.toRed(i);t>0;t--){var h=this._randrange(new n(2),s),c=e.gcd(h);if(0!==c.cmpn(1))return c;var l=h.toRed(i).redPow(d);if(0!==l.cmp(a)&&0!==l.cmp(u)){for(var f=1;f<o;f++){if(0===(l=l.redSqr()).cmp(a))return l.fromRed().subn(1).gcd(e);if(0===l.cmp(u))break}if(f===o)return(l=l.redSqr()).fromRed().subn(1).gcd(e)}}return!1}},function(e,t,r){"use strict";(function(t,n){var i;e.exports=S,S.ReadableState=L;r(13).EventEmitter;var a=function(e,t){return e.listeners(t).length},s=r(238),o=r(3).Buffer,d=t.Uint8Array||function(){};var u,h=r(352);u=h&&h.debuglog?h.debuglog("stream"):function(){};var c,l,f,_=r(353),p=r(239),m=r(240).getHighWaterMark,y=r(22).codes,b=y.ERR_INVALID_ARG_TYPE,g=y.ERR_STREAM_PUSH_AFTER_EOF,M=y.ERR_METHOD_NOT_IMPLEMENTED,T=y.ERR_STREAM_UNSHIFT_AFTER_END_EVENT;r(1)(S,s);var v=p.errorOrDestroy,w=["error","close","destroy","pause","resume"];function L(e,t,n){i=i||r(23),e=e||{},"boolean"!=typeof n&&(n=t instanceof i),this.objectMode=!!e.objectMode,n&&(this.objectMode=this.objectMode||!!e.readableObjectMode),this.highWaterMark=m(this,e,"readableHighWaterMark",n),this.buffer=new _,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!==e.emitClose,this.autoDestroy=!!e.autoDestroy,this.destroyed=!1,this.defaultEncoding=e.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,e.encoding&&(c||(c=r(14).StringDecoder),this.decoder=new c(e.encoding),this.encoding=e.encoding)}function S(e){if(i=i||r(23),!(this instanceof S))return new S(e);var t=this instanceof i;this._readableState=new L(e,this,t),this.readable=!0,e&&("function"==typeof e.read&&(this._read=e.read),"function"==typeof e.destroy&&(this._destroy=e.destroy)),s.call(this)}function E(e,t,r,n,i){u("readableAddChunk",t);var a,s=e._readableState;if(null===t)s.reading=!1,function(e,t){if(u("onEofChunk"),t.ended)return;if(t.decoder){var r=t.decoder.end();r&&r.length&&(t.buffer.push(r),t.length+=t.objectMode?1:r.length)}t.ended=!0,t.sync?k(e):(t.needReadable=!1,t.emittedReadable||(t.emittedReadable=!0,Y(e)))}(e,s);else if(i||(a=function(e,t){var r;n=t,o.isBuffer(n)||n instanceof d||"string"==typeof t||void 0===t||e.objectMode||(r=new b("chunk",["string","Buffer","Uint8Array"],t));var n;return r}(s,t)),a)v(e,a);else if(s.objectMode||t&&t.length>0)if("string"==typeof t||s.objectMode||Object.getPrototypeOf(t)===o.prototype||(t=function(e){return o.from(e)}(t)),n)s.endEmitted?v(e,new T):D(e,s,t,!0);else if(s.ended)v(e,new g);else{if(s.destroyed)return!1;s.reading=!1,s.decoder&&!r?(t=s.decoder.write(t),s.objectMode||0!==t.length?D(e,s,t,!1):O(e,s)):D(e,s,t,!1)}else n||(s.reading=!1,O(e,s));return!s.ended&&(s.length<s.highWaterMark||0===s.length)}function D(e,t,r,n){t.flowing&&0===t.length&&!t.sync?(t.awaitDrain=0,e.emit("data",r)):(t.length+=t.objectMode?1:r.length,n?t.buffer.unshift(r):t.buffer.push(r),t.needReadable&&k(e)),O(e,t)}Object.defineProperty(S.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._readableState&&this._readableState.destroyed},set:function(e){this._readableState&&(this._readableState.destroyed=e)}}),S.prototype.destroy=p.destroy,S.prototype._undestroy=p.undestroy,S.prototype._destroy=function(e,t){t(e)},S.prototype.push=function(e,t){var r,n=this._readableState;return n.objectMode?r=!0:"string"==typeof e&&((t=t||n.defaultEncoding)!==n.encoding&&(e=o.from(e,t),t=""),r=!0),E(this,e,t,!1,r)},S.prototype.unshift=function(e){return E(this,e,null,!0,!1)},S.prototype.isPaused=function(){return!1===this._readableState.flowing},S.prototype.setEncoding=function(e){c||(c=r(14).StringDecoder);var t=new c(e);this._readableState.decoder=t,this._readableState.encoding=this._readableState.decoder.encoding;for(var n=this._readableState.buffer.head,i="";null!==n;)i+=t.write(n.data),n=n.next;return this._readableState.buffer.clear(),""!==i&&this._readableState.buffer.push(i),this._readableState.length=i.length,this};function A(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>=1073741824?e=1073741824:(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 k(e){var t=e._readableState;u("emitReadable",t.needReadable,t.emittedReadable),t.needReadable=!1,t.emittedReadable||(u("emitReadable",t.flowing),t.emittedReadable=!0,n.nextTick(Y,e))}function Y(e){var t=e._readableState;u("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,x(e)}function O(e,t){t.readingMore||(t.readingMore=!0,n.nextTick(F,e,t))}function F(e,t){for(;!t.reading&&!t.ended&&(t.length<t.highWaterMark||t.flowing&&0===t.length);){var r=t.length;if(u("maybeReadMore read 0"),e.read(0),r===t.length)break}t.readingMore=!1}function P(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 I(e){u("readable nexttick read 0"),e.read(0)}function R(e,t){u("resume",t.reading),t.reading||e.read(0),t.resumeScheduled=!1,e.emit("resume"),x(e),t.flowing&&!t.reading&&e.read(0)}function x(e){var t=e._readableState;for(u("flow",t.flowing);t.flowing&&null!==e.read(););}function j(e,t){return 0===t.length?null:(t.objectMode?r=t.buffer.shift():!e||e>=t.length?(r=t.decoder?t.buffer.join(""):1===t.buffer.length?t.buffer.first():t.buffer.concat(t.length),t.buffer.clear()):r=t.buffer.consume(e,t.decoder),r);var r}function K(e){var t=e._readableState;u("endReadable",t.endEmitted),t.endEmitted||(t.ended=!0,n.nextTick(H,t,e))}function H(e,t){if(u("endReadableNT",e.endEmitted,e.length),!e.endEmitted&&0===e.length&&(e.endEmitted=!0,t.readable=!1,t.emit("end"),e.autoDestroy)){var r=t._writableState;(!r||r.autoDestroy&&r.finished)&&t.destroy()}}function N(e,t){for(var r=0,n=e.length;r<n;r++)if(e[r]===t)return r;return-1}S.prototype.read=function(e){u("read",e),e=parseInt(e,10);var t=this._readableState,r=e;if(0!==e&&(t.emittedReadable=!1),0===e&&t.needReadable&&((0!==t.highWaterMark?t.length>=t.highWaterMark:t.length>0)||t.ended))return u("read: emitReadable",t.length,t.ended),0===t.length&&t.ended?K(this):k(this),null;if(0===(e=A(e,t))&&t.ended)return 0===t.length&&K(this),null;var n,i=t.needReadable;return u("need readable",i),(0===t.length||t.length-e<t.highWaterMark)&&u("length less than watermark",i=!0),t.ended||t.reading?u("reading or ended",i=!1):i&&(u("do read"),t.reading=!0,t.sync=!0,0===t.length&&(t.needReadable=!0),this._read(t.highWaterMark),t.sync=!1,t.reading||(e=A(r,t))),null===(n=e>0?j(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),r!==e&&t.ended&&K(this)),null!==n&&this.emit("data",n),n},S.prototype._read=function(e){v(this,new M("_read()"))},S.prototype.pipe=function(e,t){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,u("pipe count=%d opts=%j",i.pipesCount,t);var s=(!t||!1!==t.end)&&e!==n.stdout&&e!==n.stderr?d:m;function o(t,n){u("onunpipe"),t===r&&n&&!1===n.hasUnpiped&&(n.hasUnpiped=!0,u("cleanup"),e.removeListener("close",_),e.removeListener("finish",p),e.removeListener("drain",h),e.removeListener("error",f),e.removeListener("unpipe",o),r.removeListener("end",d),r.removeListener("end",m),r.removeListener("data",l),c=!0,!i.awaitDrain||e._writableState&&!e._writableState.needDrain||h())}function d(){u("onend"),e.end()}i.endEmitted?n.nextTick(s):r.once("end",s),e.on("unpipe",o);var h=function(e){return function(){var t=e._readableState;u("pipeOnDrain",t.awaitDrain),t.awaitDrain&&t.awaitDrain--,0===t.awaitDrain&&a(e,"data")&&(t.flowing=!0,x(e))}}(r);e.on("drain",h);var c=!1;function l(t){u("ondata");var n=e.write(t);u("dest.write",n),!1===n&&((1===i.pipesCount&&i.pipes===e||i.pipesCount>1&&-1!==N(i.pipes,e))&&!c&&(u("false write response, pause",i.awaitDrain),i.awaitDrain++),r.pause())}function f(t){u("onerror",t),m(),e.removeListener("error",f),0===a(e,"error")&&v(e,t)}function _(){e.removeListener("finish",p),m()}function p(){u("onfinish"),e.removeListener("close",_),m()}function m(){u("unpipe"),r.unpipe(e)}return r.on("data",l),function(e,t,r){if("function"==typeof e.prependListener)return e.prependListener(t,r);e._events&&e._events[t]?Array.isArray(e._events[t])?e._events[t].unshift(r):e._events[t]=[r,e._events[t]]:e.on(t,r)}(e,"error",f),e.once("close",_),e.once("finish",p),e.emit("pipe",r),i.flowing||(u("pipe resume"),r.resume()),e},S.prototype.unpipe=function(e){var t=this._readableState,r={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,r)),this;if(!e){var n=t.pipes,i=t.pipesCount;t.pipes=null,t.pipesCount=0,t.flowing=!1;for(var a=0;a<i;a++)n[a].emit("unpipe",this,{hasUnpiped:!1});return this}var s=N(t.pipes,e);return-1===s||(t.pipes.splice(s,1),t.pipesCount-=1,1===t.pipesCount&&(t.pipes=t.pipes[0]),e.emit("unpipe",this,r)),this},S.prototype.on=function(e,t){var r=s.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,u("on readable",i.length,i.reading),i.length?k(this):i.reading||n.nextTick(I,this))),r},S.prototype.addListener=S.prototype.on,S.prototype.removeListener=function(e,t){var r=s.prototype.removeListener.call(this,e,t);return"readable"===e&&n.nextTick(P,this),r},S.prototype.removeAllListeners=function(e){var t=s.prototype.removeAllListeners.apply(this,arguments);return"readable"!==e&&void 0!==e||n.nextTick(P,this),t},S.prototype.resume=function(){var e=this._readableState;return e.flowing||(u("resume"),e.flowing=!e.readableListening,function(e,t){t.resumeScheduled||(t.resumeScheduled=!0,n.nextTick(R,e,t))}(this,e)),e.paused=!1,this},S.prototype.pause=function(){return u("call pause flowing=%j",this._readableState.flowing),!1!==this._readableState.flowing&&(u("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState.paused=!0,this},S.prototype.wrap=function(e){var t=this,r=this._readableState,n=!1;for(var i in e.on("end",(function(){if(u("wrapped end"),r.decoder&&!r.ended){var e=r.decoder.end();e&&e.length&&t.push(e)}t.push(null)})),e.on("data",(function(i){(u("wrapped data"),r.decoder&&(i=r.decoder.write(i)),r.objectMode&&null==i)||(r.objectMode||i&&i.length)&&(t.push(i)||(n=!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){u("wrapped _read",t),n&&(n=!1,e.resume())},this},"function"==typeof Symbol&&(S.prototype[Symbol.asyncIterator]=function(){return void 0===l&&(l=r(355)),l(this)}),Object.defineProperty(S.prototype,"readableHighWaterMark",{enumerable:!1,get:function(){return this._readableState.highWaterMark}}),Object.defineProperty(S.prototype,"readableBuffer",{enumerable:!1,get:function(){return this._readableState&&this._readableState.buffer}}),Object.defineProperty(S.prototype,"readableFlowing",{enumerable:!1,get:function(){return this._readableState.flowing},set:function(e){this._readableState&&(this._readableState.flowing=e)}}),S._fromList=j,Object.defineProperty(S.prototype,"readableLength",{enumerable:!1,get:function(){return this._readableState.length}}),"function"==typeof Symbol&&(S.from=function(e,t){return void 0===f&&(f=r(356)),f(S,e,t)})}).call(this,r(7),r(4))},function(e,t,r){e.exports=r(13).EventEmitter},function(e,t,r){"use strict";(function(t){function r(e,t){i(e,t),n(e)}function n(e){e._writableState&&!e._writableState.emitClose||e._readableState&&!e._readableState.emitClose||e.emit("close")}function i(e,t){e.emit("error",t)}e.exports={destroy:function(e,a){var s=this,o=this._readableState&&this._readableState.destroyed,d=this._writableState&&this._writableState.destroyed;return o||d?(a?a(e):e&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,t.nextTick(i,this,e)):t.nextTick(i,this,e)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(e||null,(function(e){!a&&e?s._writableState?s._writableState.errorEmitted?t.nextTick(n,s):(s._writableState.errorEmitted=!0,t.nextTick(r,s,e)):t.nextTick(r,s,e):a?(t.nextTick(n,s),a(e)):t.nextTick(n,s)})),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 r=e._readableState,n=e._writableState;r&&r.autoDestroy||n&&n.autoDestroy?e.destroy(t):e.emit("error",t)}}}).call(this,r(4))},function(e,t,r){"use strict";var n=r(22).codes.ERR_INVALID_OPT_VALUE;e.exports={getHighWaterMark:function(e,t,r,i){var a=function(e,t,r){return null!=e.highWaterMark?e.highWaterMark:t?e[r]:null}(t,i,r);if(null!=a){if(!isFinite(a)||Math.floor(a)!==a||a<0)throw new n(i?r:"highWaterMark",a);return Math.floor(a)}return e.objectMode?16:16384}}},function(e,t,r){"use strict";(function(t,n){function i(e){var t=this;this.next=null,this.entry=null,this.finish=function(){!function(e,t,r){var n=e.entry;e.entry=null;for(;n;){var i=n.callback;t.pendingcb--,i(r),n=n.next}t.corkedRequestsFree.next=e}(t,e)}}var a;e.exports=S,S.WritableState=L;var s={deprecate:r(41)},o=r(238),d=r(3).Buffer,u=t.Uint8Array||function(){};var h,c=r(239),l=r(240).getHighWaterMark,f=r(22).codes,_=f.ERR_INVALID_ARG_TYPE,p=f.ERR_METHOD_NOT_IMPLEMENTED,m=f.ERR_MULTIPLE_CALLBACK,y=f.ERR_STREAM_CANNOT_PIPE,b=f.ERR_STREAM_DESTROYED,g=f.ERR_STREAM_NULL_VALUES,M=f.ERR_STREAM_WRITE_AFTER_END,T=f.ERR_UNKNOWN_ENCODING,v=c.errorOrDestroy;function w(){}function L(e,t,s){a=a||r(23),e=e||{},"boolean"!=typeof s&&(s=t instanceof a),this.objectMode=!!e.objectMode,s&&(this.objectMode=this.objectMode||!!e.writableObjectMode),this.highWaterMark=l(this,e,"writableHighWaterMark",s),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var o=!1===e.decodeStrings;this.decodeStrings=!o,this.defaultEncoding=e.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 r=e._writableState,i=r.sync,a=r.writecb;if("function"!=typeof a)throw new m;if(function(e){e.writing=!1,e.writecb=null,e.length-=e.writelen,e.writelen=0}(r),t)!function(e,t,r,i,a){--t.pendingcb,r?(n.nextTick(a,i),n.nextTick(O,e,t),e._writableState.errorEmitted=!0,v(e,i)):(a(i),e._writableState.errorEmitted=!0,v(e,i),O(e,t))}(e,r,i,t,a);else{var s=k(r)||e.destroyed;s||r.corked||r.bufferProcessing||!r.bufferedRequest||A(e,r),i?n.nextTick(D,e,r,s,a):D(e,r,s,a)}}(t,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!==e.emitClose,this.autoDestroy=!!e.autoDestroy,this.bufferedRequestCount=0,this.corkedRequestsFree=new i(this)}function S(e){var t=this instanceof(a=a||r(23));if(!t&&!h.call(S,this))return new S(e);this._writableState=new L(e,this,t),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)),o.call(this)}function E(e,t,r,n,i,a,s){t.writelen=n,t.writecb=s,t.writing=!0,t.sync=!0,t.destroyed?t.onwrite(new b("write")):r?e._writev(i,t.onwrite):e._write(i,a,t.onwrite),t.sync=!1}function D(e,t,r,n){r||function(e,t){0===t.length&&t.needDrain&&(t.needDrain=!1,e.emit("drain"))}(e,t),t.pendingcb--,n(),O(e,t)}function A(e,t){t.bufferProcessing=!0;var r=t.bufferedRequest;if(e._writev&&r&&r.next){var n=t.bufferedRequestCount,a=new Array(n),s=t.corkedRequestsFree;s.entry=r;for(var o=0,d=!0;r;)a[o]=r,r.isBuf||(d=!1),r=r.next,o+=1;a.allBuffers=d,E(e,t,!0,t.length,a,"",s.finish),t.pendingcb++,t.lastBufferedRequest=null,s.next?(t.corkedRequestsFree=s.next,s.next=null):t.corkedRequestsFree=new i(t),t.bufferedRequestCount=0}else{for(;r;){var u=r.chunk,h=r.encoding,c=r.callback;if(E(e,t,!1,t.objectMode?1:u.length,u,h,c),r=r.next,t.bufferedRequestCount--,t.writing)break}null===r&&(t.lastBufferedRequest=null)}t.bufferedRequest=r,t.bufferProcessing=!1}function k(e){return e.ending&&0===e.length&&null===e.bufferedRequest&&!e.finished&&!e.writing}function Y(e,t){e._final((function(r){t.pendingcb--,r&&v(e,r),t.prefinished=!0,e.emit("prefinish"),O(e,t)}))}function O(e,t){var r=k(t);if(r&&(function(e,t){t.prefinished||t.finalCalled||("function"!=typeof e._final||t.destroyed?(t.prefinished=!0,e.emit("prefinish")):(t.pendingcb++,t.finalCalled=!0,n.nextTick(Y,e,t)))}(e,t),0===t.pendingcb&&(t.finished=!0,e.emit("finish"),t.autoDestroy))){var i=e._readableState;(!i||i.autoDestroy&&i.endEmitted)&&e.destroy()}return r}r(1)(S,o),L.prototype.getBuffer=function(){for(var e=this.bufferedRequest,t=[];e;)t.push(e),e=e.next;return t},function(){try{Object.defineProperty(L.prototype,"buffer",{get:s.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]?(h=Function.prototype[Symbol.hasInstance],Object.defineProperty(S,Symbol.hasInstance,{value:function(e){return!!h.call(this,e)||this===S&&(e&&e._writableState instanceof L)}})):h=function(e){return e instanceof this},S.prototype.pipe=function(){v(this,new y)},S.prototype.write=function(e,t,r){var i,a=this._writableState,s=!1,o=!a.objectMode&&(i=e,d.isBuffer(i)||i instanceof u);return o&&!d.isBuffer(e)&&(e=function(e){return d.from(e)}(e)),"function"==typeof t&&(r=t,t=null),o?t="buffer":t||(t=a.defaultEncoding),"function"!=typeof r&&(r=w),a.ending?function(e,t){var r=new M;v(e,r),n.nextTick(t,r)}(this,r):(o||function(e,t,r,i){var a;return null===r?a=new g:"string"==typeof r||t.objectMode||(a=new _("chunk",["string","Buffer"],r)),!a||(v(e,a),n.nextTick(i,a),!1)}(this,a,e,r))&&(a.pendingcb++,s=function(e,t,r,n,i,a){if(!r){var s=function(e,t,r){e.objectMode||!1===e.decodeStrings||"string"!=typeof t||(t=d.from(t,r));return t}(t,n,i);n!==s&&(r=!0,i="buffer",n=s)}var o=t.objectMode?1:n.length;t.length+=o;var u=t.length<t.highWaterMark;u||(t.needDrain=!0);if(t.writing||t.corked){var h=t.lastBufferedRequest;t.lastBufferedRequest={chunk:n,encoding:i,isBuf:r,callback:a,next:null},h?h.next=t.lastBufferedRequest:t.bufferedRequest=t.lastBufferedRequest,t.bufferedRequestCount+=1}else E(e,t,!1,o,n,i,a);return u}(this,a,o,e,t,r)),s},S.prototype.cork=function(){this._writableState.corked++},S.prototype.uncork=function(){var e=this._writableState;e.corked&&(e.corked--,e.writing||e.corked||e.bufferProcessing||!e.bufferedRequest||A(this,e))},S.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 T(e);return this._writableState.defaultEncoding=e,this},Object.defineProperty(S.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty(S.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),S.prototype._write=function(e,t,r){r(new p("_write()"))},S.prototype._writev=null,S.prototype.end=function(e,t,r){var i=this._writableState;return"function"==typeof e?(r=e,e=null,t=null):"function"==typeof t&&(r=t,t=null),null!=e&&this.write(e,t),i.corked&&(i.corked=1,this.uncork()),i.ending||function(e,t,r){t.ending=!0,O(e,t),r&&(t.finished?n.nextTick(r):e.once("finish",r));t.ended=!0,e.writable=!1}(this,i,r),this},Object.defineProperty(S.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}}),Object.defineProperty(S.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._writableState&&this._writableState.destroyed},set:function(e){this._writableState&&(this._writableState.destroyed=e)}}),S.prototype.destroy=c.destroy,S.prototype._undestroy=c.undestroy,S.prototype._destroy=function(e,t){t(e)}}).call(this,r(7),r(4))},function(e,t,r){"use strict";e.exports=h;var n=r(22).codes,i=n.ERR_METHOD_NOT_IMPLEMENTED,a=n.ERR_MULTIPLE_CALLBACK,s=n.ERR_TRANSFORM_ALREADY_TRANSFORMING,o=n.ERR_TRANSFORM_WITH_LENGTH_0,d=r(23);function u(e,t){var r=this._transformState;r.transforming=!1;var n=r.writecb;if(null===n)return this.emit("error",new a);r.writechunk=null,r.writecb=null,null!=t&&this.push(t),n(e);var i=this._readableState;i.reading=!1,(i.needReadable||i.length<i.highWaterMark)&&this._read(i.highWaterMark)}function h(e){if(!(this instanceof h))return new h(e);d.call(this,e),this._transformState={afterTransform:u.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?l(this,null,null):this._flush((function(t,r){l(e,t,r)}))}function l(e,t,r){if(t)return e.emit("error",t);if(null!=r&&e.push(r),e._writableState.length)throw new o;if(e._transformState.transforming)throw new s;return e.push(null)}r(1)(h,d),h.prototype.push=function(e,t){return this._transformState.needTransform=!1,d.prototype.push.call(this,e,t)},h.prototype._transform=function(e,t,r){r(new i("_transform()"))},h.prototype._write=function(e,t,r){var n=this._transformState;if(n.writecb=r,n.writechunk=e,n.writeencoding=t,!n.transforming){var i=this._readableState;(n.needTransform||i.needReadable||i.length<i.highWaterMark)&&this._read(i.highWaterMark)}},h.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))},h.prototype._destroy=function(e,t){d.prototype._destroy.call(this,e,(function(e){t(e)}))}},function(e,t,r){"use strict";var n=t;function i(e){return 1===e.length?"0"+e:e}function a(e){for(var t="",r=0;r<e.length;r++)t+=i(e[r].toString(16));return t}n.toArray=function(e,t){if(Array.isArray(e))return e.slice();if(!e)return[];var r=[];if("string"!=typeof e){for(var n=0;n<e.length;n++)r[n]=0|e[n];return r}if("hex"===t){(e=e.replace(/[^a-z0-9]+/gi,"")).length%2!=0&&(e="0"+e);for(n=0;n<e.length;n+=2)r.push(parseInt(e[n]+e[n+1],16))}else for(n=0;n<e.length;n++){var i=e.charCodeAt(n),a=i>>8,s=255&i;a?r.push(a,s):r.push(s)}return r},n.zero2=i,n.toHex=a,n.encode=function(e,t){return"hex"===t?a(e):e}},function(e,t,r){"use strict";var n=t;n.base=r(35),n.short=r(363),n.mont=r(364),n.edwards=r(365)},function(e,t,r){"use strict";var n=r(10).rotr32;function i(e,t,r){return e&t^~e&r}function a(e,t,r){return e&t^e&r^t&r}function s(e,t,r){return e^t^r}t.ft_1=function(e,t,r,n){return 0===e?i(t,r,n):1===e||3===e?s(t,r,n):2===e?a(t,r,n):void 0},t.ch32=i,t.maj32=a,t.p32=s,t.s0_256=function(e){return n(e,2)^n(e,13)^n(e,22)},t.s1_256=function(e){return n(e,6)^n(e,11)^n(e,25)},t.g0_256=function(e){return n(e,7)^n(e,18)^e>>>3},t.g1_256=function(e){return n(e,17)^n(e,19)^e>>>10}},function(e,t,r){"use strict";var n=r(10),i=r(28),a=r(245),s=r(8),o=n.sum32,d=n.sum32_4,u=n.sum32_5,h=a.ch32,c=a.maj32,l=a.s0_256,f=a.s1_256,_=a.g0_256,p=a.g1_256,m=i.BlockHash,y=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298];function b(){if(!(this instanceof b))return new b;m.call(this),this.h=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],this.k=y,this.W=new Array(64)}n.inherits(b,m),e.exports=b,b.blockSize=512,b.outSize=256,b.hmacStrength=192,b.padLength=64,b.prototype._update=function(e,t){for(var r=this.W,n=0;n<16;n++)r[n]=e[t+n];for(;n<r.length;n++)r[n]=d(p(r[n-2]),r[n-7],_(r[n-15]),r[n-16]);var i=this.h[0],a=this.h[1],m=this.h[2],y=this.h[3],b=this.h[4],g=this.h[5],M=this.h[6],T=this.h[7];for(s(this.k.length===r.length),n=0;n<r.length;n++){var v=u(T,f(b),h(b,g,M),this.k[n],r[n]),w=o(l(i),c(i,a,m));T=M,M=g,g=b,b=o(y,v),y=m,m=a,a=i,i=o(v,w)}this.h[0]=o(this.h[0],i),this.h[1]=o(this.h[1],a),this.h[2]=o(this.h[2],m),this.h[3]=o(this.h[3],y),this.h[4]=o(this.h[4],b),this.h[5]=o(this.h[5],g),this.h[6]=o(this.h[6],M),this.h[7]=o(this.h[7],T)},b.prototype._digest=function(e){return"hex"===e?n.toHex32(this.h,"big"):n.split32(this.h,"big")}},function(e,t,r){"use strict";var n=r(10),i=r(28),a=r(8),s=n.rotr64_hi,o=n.rotr64_lo,d=n.shr64_hi,u=n.shr64_lo,h=n.sum64,c=n.sum64_hi,l=n.sum64_lo,f=n.sum64_4_hi,_=n.sum64_4_lo,p=n.sum64_5_hi,m=n.sum64_5_lo,y=i.BlockHash,b=[1116352408,3609767458,1899447441,602891725,3049323471,3964484399,3921009573,2173295548,961987163,4081628472,1508970993,3053834265,2453635748,2937671579,2870763221,3664609560,3624381080,2734883394,310598401,1164996542,607225278,1323610764,1426881987,3590304994,1925078388,4068182383,2162078206,991336113,2614888103,633803317,3248222580,3479774868,3835390401,2666613458,4022224774,944711139,264347078,2341262773,604807628,2007800933,770255983,1495990901,1249150122,1856431235,1555081692,3175218132,1996064986,2198950837,2554220882,3999719339,2821834349,766784016,2952996808,2566594879,3210313671,3203337956,3336571891,1034457026,3584528711,2466948901,113926993,3758326383,338241895,168717936,666307205,1188179964,773529912,1546045734,1294757372,1522805485,1396182291,2643833823,1695183700,2343527390,1986661051,1014477480,2177026350,1206759142,2456956037,344077627,2730485921,1290863460,2820302411,3158454273,3259730800,3505952657,3345764771,106217008,3516065817,3606008344,3600352804,1432725776,4094571909,1467031594,275423344,851169720,430227734,3100823752,506948616,1363258195,659060556,3750685593,883997877,3785050280,958139571,3318307427,1322822218,3812723403,1537002063,2003034995,1747873779,3602036899,1955562222,1575990012,2024104815,1125592928,2227730452,2716904306,2361852424,442776044,2428436474,593698344,2756734187,3733110249,3204031479,2999351573,3329325298,3815920427,3391569614,3928383900,3515267271,566280711,3940187606,3454069534,4118630271,4000239992,116418474,1914138554,174292421,2731055270,289380356,3203993006,460393269,320620315,685471733,587496836,852142971,1086792851,1017036298,365543100,1126000580,2618297676,1288033470,3409855158,1501505948,4234509866,1607167915,987167468,1816402316,1246189591];function g(){if(!(this instanceof g))return new g;y.call(this),this.h=[1779033703,4089235720,3144134277,2227873595,1013904242,4271175723,2773480762,1595750129,1359893119,2917565137,2600822924,725511199,528734635,4215389547,1541459225,327033209],this.k=b,this.W=new Array(160)}function M(e,t,r,n,i){var a=e&r^~e&i;return a<0&&(a+=4294967296),a}function T(e,t,r,n,i,a){var s=t&n^~t&a;return s<0&&(s+=4294967296),s}function v(e,t,r,n,i){var a=e&r^e&i^r&i;return a<0&&(a+=4294967296),a}function w(e,t,r,n,i,a){var s=t&n^t&a^n&a;return s<0&&(s+=4294967296),s}function L(e,t){var r=s(e,t,28)^s(t,e,2)^s(t,e,7);return r<0&&(r+=4294967296),r}function S(e,t){var r=o(e,t,28)^o(t,e,2)^o(t,e,7);return r<0&&(r+=4294967296),r}function E(e,t){var r=s(e,t,14)^s(e,t,18)^s(t,e,9);return r<0&&(r+=4294967296),r}function D(e,t){var r=o(e,t,14)^o(e,t,18)^o(t,e,9);return r<0&&(r+=4294967296),r}function A(e,t){var r=s(e,t,1)^s(e,t,8)^d(e,t,7);return r<0&&(r+=4294967296),r}function k(e,t){var r=o(e,t,1)^o(e,t,8)^u(e,t,7);return r<0&&(r+=4294967296),r}function Y(e,t){var r=s(e,t,19)^s(t,e,29)^d(e,t,6);return r<0&&(r+=4294967296),r}function O(e,t){var r=o(e,t,19)^o(t,e,29)^u(e,t,6);return r<0&&(r+=4294967296),r}n.inherits(g,y),e.exports=g,g.blockSize=1024,g.outSize=512,g.hmacStrength=192,g.padLength=128,g.prototype._prepareBlock=function(e,t){for(var r=this.W,n=0;n<32;n++)r[n]=e[t+n];for(;n<r.length;n+=2){var i=Y(r[n-4],r[n-3]),a=O(r[n-4],r[n-3]),s=r[n-14],o=r[n-13],d=A(r[n-30],r[n-29]),u=k(r[n-30],r[n-29]),h=r[n-32],c=r[n-31];r[n]=f(i,a,s,o,d,u,h,c),r[n+1]=_(i,a,s,o,d,u,h,c)}},g.prototype._update=function(e,t){this._prepareBlock(e,t);var r=this.W,n=this.h[0],i=this.h[1],s=this.h[2],o=this.h[3],d=this.h[4],u=this.h[5],f=this.h[6],_=this.h[7],y=this.h[8],b=this.h[9],g=this.h[10],A=this.h[11],k=this.h[12],Y=this.h[13],O=this.h[14],F=this.h[15];a(this.k.length===r.length);for(var P=0;P<r.length;P+=2){var I=O,R=F,x=E(y,b),j=D(y,b),K=M(y,b,g,A,k),H=T(y,b,g,A,k,Y),N=this.k[P],C=this.k[P+1],U=r[P],B=r[P+1],W=p(I,R,x,j,K,H,N,C,U,B),z=m(I,R,x,j,K,H,N,C,U,B);I=L(n,i),R=S(n,i),x=v(n,i,s,o,d),j=w(n,i,s,o,d,u);var q=c(I,R,x,j),G=l(I,R,x,j);O=k,F=Y,k=g,Y=A,g=y,A=b,y=c(f,_,W,z),b=l(_,_,W,z),f=d,_=u,d=s,u=o,s=n,o=i,n=c(W,z,q,G),i=l(W,z,q,G)}h(this.h,0,n,i),h(this.h,2,s,o),h(this.h,4,d,u),h(this.h,6,f,_),h(this.h,8,y,b),h(this.h,10,g,A),h(this.h,12,k,Y),h(this.h,14,O,F)},g.prototype._digest=function(e){return"hex"===e?n.toHex32(this.h,"big"):n.split32(this.h,"big")}},function(e,t,r){(function(e){!function(e,t){"use strict";function n(e,t){if(!e)throw new Error(t||"Assertion failed")}function i(e,t){e.super_=t;var r=function(){};r.prototype=t.prototype,e.prototype=new r,e.prototype.constructor=e}function a(e,t,r){if(a.isBN(e))return e;this.negative=0,this.words=null,this.length=0,this.red=null,null!==e&&("le"!==t&&"be"!==t||(r=t,t=10),this._init(e||0,t||10,r||"be"))}var s;"object"==typeof e?e.exports=a:t.BN=a,a.BN=a,a.wordSize=26;try{s="undefined"!=typeof window&&void 0!==window.Buffer?window.Buffer:r(380).Buffer}catch(e){}function o(e,t){var r=e.charCodeAt(t);return r>=48&&r<=57?r-48:r>=65&&r<=70?r-55:r>=97&&r<=102?r-87:void n(!1,"Invalid character in "+e)}function d(e,t,r){var n=o(e,r);return r-1>=t&&(n|=o(e,r-1)<<4),n}function u(e,t,r,i){for(var a=0,s=0,o=Math.min(e.length,r),d=t;d<o;d++){var u=e.charCodeAt(d)-48;a*=i,s=u>=49?u-49+10:u>=17?u-17+10:u,n(u>=0&&s<i,"Invalid character"),a+=s}return a}function h(e,t){e.words=t.words,e.length=t.length,e.negative=t.negative,e.red=t.red}if(a.isBN=function(e){return e instanceof a||null!==e&&"object"==typeof e&&e.constructor.wordSize===a.wordSize&&Array.isArray(e.words)},a.max=function(e,t){return e.cmp(t)>0?e:t},a.min=function(e,t){return e.cmp(t)<0?e:t},a.prototype._init=function(e,t,r){if("number"==typeof e)return this._initNumber(e,t,r);if("object"==typeof e)return this._initArray(e,t,r);"hex"===t&&(t=16),n(t===(0|t)&&t>=2&&t<=36);var i=0;"-"===(e=e.toString().replace(/\s+/g,""))[0]&&(i++,this.negative=1),i<e.length&&(16===t?this._parseHex(e,i,r):(this._parseBase(e,t,i),"le"===r&&this._initArray(this.toArray(),t,r)))},a.prototype._initNumber=function(e,t,r){e<0&&(this.negative=1,e=-e),e<67108864?(this.words=[67108863&e],this.length=1):e<4503599627370496?(this.words=[67108863&e,e/67108864&67108863],this.length=2):(n(e<9007199254740992),this.words=[67108863&e,e/67108864&67108863,1],this.length=3),"le"===r&&this._initArray(this.toArray(),t,r)},a.prototype._initArray=function(e,t,r){if(n("number"==typeof e.length),e.length<=0)return this.words=[0],this.length=1,this;this.length=Math.ceil(e.length/3),this.words=new Array(this.length);for(var i=0;i<this.length;i++)this.words[i]=0;var a,s,o=0;if("be"===r)for(i=e.length-1,a=0;i>=0;i-=3)s=e[i]|e[i-1]<<8|e[i-2]<<16,this.words[a]|=s<<o&67108863,this.words[a+1]=s>>>26-o&67108863,(o+=24)>=26&&(o-=26,a++);else if("le"===r)for(i=0,a=0;i<e.length;i+=3)s=e[i]|e[i+1]<<8|e[i+2]<<16,this.words[a]|=s<<o&67108863,this.words[a+1]=s>>>26-o&67108863,(o+=24)>=26&&(o-=26,a++);return this._strip()},a.prototype._parseHex=function(e,t,r){this.length=Math.ceil((e.length-t)/6),this.words=new Array(this.length);for(var n=0;n<this.length;n++)this.words[n]=0;var i,a=0,s=0;if("be"===r)for(n=e.length-1;n>=t;n-=2)i=d(e,t,n)<<a,this.words[s]|=67108863&i,a>=18?(a-=18,s+=1,this.words[s]|=i>>>26):a+=8;else for(n=(e.length-t)%2==0?t+1:t;n<e.length;n+=2)i=d(e,t,n)<<a,this.words[s]|=67108863&i,a>=18?(a-=18,s+=1,this.words[s]|=i>>>26):a+=8;this._strip()},a.prototype._parseBase=function(e,t,r){this.words=[0],this.length=1;for(var n=0,i=1;i<=67108863;i*=t)n++;n--,i=i/t|0;for(var a=e.length-r,s=a%n,o=Math.min(a,a-s)+r,d=0,h=r;h<o;h+=n)d=u(e,h,h+n,t),this.imuln(i),this.words[0]+d<67108864?this.words[0]+=d:this._iaddn(d);if(0!==s){var c=1;for(d=u(e,h,e.length,t),h=0;h<s;h++)c*=t;this.imuln(c),this.words[0]+d<67108864?this.words[0]+=d:this._iaddn(d)}this._strip()},a.prototype.copy=function(e){e.words=new Array(this.length);for(var t=0;t<this.length;t++)e.words[t]=this.words[t];e.length=this.length,e.negative=this.negative,e.red=this.red},a.prototype._move=function(e){h(e,this)},a.prototype.clone=function(){var e=new a(null);return this.copy(e),e},a.prototype._expand=function(e){for(;this.length<e;)this.words[this.length++]=0;return this},a.prototype._strip=function(){for(;this.length>1&&0===this.words[this.length-1];)this.length--;return this._normSign()},a.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},"undefined"!=typeof Symbol&&"function"==typeof Symbol.for)try{a.prototype[Symbol.for("nodejs.util.inspect.custom")]=c}catch(e){a.prototype.inspect=c}else a.prototype.inspect=c;function c(){return(this.red?"<BN-R: ":"<BN: ")+this.toString(16)+">"}var l=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],f=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],_=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];a.prototype.toString=function(e,t){var r;if(t=0|t||1,16===(e=e||10)||"hex"===e){r="";for(var i=0,a=0,s=0;s<this.length;s++){var o=this.words[s],d=(16777215&(o<<i|a)).toString(16);a=o>>>24-i&16777215,(i+=2)>=26&&(i-=26,s--),r=0!==a||s!==this.length-1?l[6-d.length]+d+r:d+r}for(0!==a&&(r=a.toString(16)+r);r.length%t!=0;)r="0"+r;return 0!==this.negative&&(r="-"+r),r}if(e===(0|e)&&e>=2&&e<=36){var u=f[e],h=_[e];r="";var c=this.clone();for(c.negative=0;!c.isZero();){var p=c.modrn(h).toString(e);r=(c=c.idivn(h)).isZero()?p+r:l[u-p.length]+p+r}for(this.isZero()&&(r="0"+r);r.length%t!=0;)r="0"+r;return 0!==this.negative&&(r="-"+r),r}n(!1,"Base should be between 2 and 36")},a.prototype.toNumber=function(){var e=this.words[0];return 2===this.length?e+=67108864*this.words[1]:3===this.length&&1===this.words[2]?e+=4503599627370496+67108864*this.words[1]:this.length>2&&n(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-e:e},a.prototype.toJSON=function(){return this.toString(16,2)},s&&(a.prototype.toBuffer=function(e,t){return this.toArrayLike(s,e,t)}),a.prototype.toArray=function(e,t){return this.toArrayLike(Array,e,t)};function p(e,t,r){r.negative=t.negative^e.negative;var n=e.length+t.length|0;r.length=n,n=n-1|0;var i=0|e.words[0],a=0|t.words[0],s=i*a,o=67108863&s,d=s/67108864|0;r.words[0]=o;for(var u=1;u<n;u++){for(var h=d>>>26,c=67108863&d,l=Math.min(u,t.length-1),f=Math.max(0,u-e.length+1);f<=l;f++){var _=u-f|0;h+=(s=(i=0|e.words[_])*(a=0|t.words[f])+c)/67108864|0,c=67108863&s}r.words[u]=0|c,d=0|h}return 0!==d?r.words[u]=0|d:r.length--,r._strip()}a.prototype.toArrayLike=function(e,t,r){this._strip();var i=this.byteLength(),a=r||Math.max(1,i);n(i<=a,"byte array longer than desired length"),n(a>0,"Requested array length <= 0");var s=function(e,t){return e.allocUnsafe?e.allocUnsafe(t):new e(t)}(e,a);return this["_toArrayLike"+("le"===t?"LE":"BE")](s,i),s},a.prototype._toArrayLikeLE=function(e,t){for(var r=0,n=0,i=0,a=0;i<this.length;i++){var s=this.words[i]<<a|n;e[r++]=255&s,r<e.length&&(e[r++]=s>>8&255),r<e.length&&(e[r++]=s>>16&255),6===a?(r<e.length&&(e[r++]=s>>24&255),n=0,a=0):(n=s>>>24,a+=2)}if(r<e.length)for(e[r++]=n;r<e.length;)e[r++]=0},a.prototype._toArrayLikeBE=function(e,t){for(var r=e.length-1,n=0,i=0,a=0;i<this.length;i++){var s=this.words[i]<<a|n;e[r--]=255&s,r>=0&&(e[r--]=s>>8&255),r>=0&&(e[r--]=s>>16&255),6===a?(r>=0&&(e[r--]=s>>24&255),n=0,a=0):(n=s>>>24,a+=2)}if(r>=0)for(e[r--]=n;r>=0;)e[r--]=0},Math.clz32?a.prototype._countBits=function(e){return 32-Math.clz32(e)}:a.prototype._countBits=function(e){var t=e,r=0;return t>=4096&&(r+=13,t>>>=13),t>=64&&(r+=7,t>>>=7),t>=8&&(r+=4,t>>>=4),t>=2&&(r+=2,t>>>=2),r+t},a.prototype._zeroBits=function(e){if(0===e)return 26;var t=e,r=0;return 0==(8191&t)&&(r+=13,t>>>=13),0==(127&t)&&(r+=7,t>>>=7),0==(15&t)&&(r+=4,t>>>=4),0==(3&t)&&(r+=2,t>>>=2),0==(1&t)&&r++,r},a.prototype.bitLength=function(){var e=this.words[this.length-1],t=this._countBits(e);return 26*(this.length-1)+t},a.prototype.zeroBits=function(){if(this.isZero())return 0;for(var e=0,t=0;t<this.length;t++){var r=this._zeroBits(this.words[t]);if(e+=r,26!==r)break}return e},a.prototype.byteLength=function(){return Math.ceil(this.bitLength()/8)},a.prototype.toTwos=function(e){return 0!==this.negative?this.abs().inotn(e).iaddn(1):this.clone()},a.prototype.fromTwos=function(e){return this.testn(e-1)?this.notn(e).iaddn(1).ineg():this.clone()},a.prototype.isNeg=function(){return 0!==this.negative},a.prototype.neg=function(){return this.clone().ineg()},a.prototype.ineg=function(){return this.isZero()||(this.negative^=1),this},a.prototype.iuor=function(e){for(;this.length<e.length;)this.words[this.length++]=0;for(var t=0;t<e.length;t++)this.words[t]=this.words[t]|e.words[t];return this._strip()},a.prototype.ior=function(e){return n(0==(this.negative|e.negative)),this.iuor(e)},a.prototype.or=function(e){return this.length>e.length?this.clone().ior(e):e.clone().ior(this)},a.prototype.uor=function(e){return this.length>e.length?this.clone().iuor(e):e.clone().iuor(this)},a.prototype.iuand=function(e){var t;t=this.length>e.length?e:this;for(var r=0;r<t.length;r++)this.words[r]=this.words[r]&e.words[r];return this.length=t.length,this._strip()},a.prototype.iand=function(e){return n(0==(this.negative|e.negative)),this.iuand(e)},a.prototype.and=function(e){return this.length>e.length?this.clone().iand(e):e.clone().iand(this)},a.prototype.uand=function(e){return this.length>e.length?this.clone().iuand(e):e.clone().iuand(this)},a.prototype.iuxor=function(e){var t,r;this.length>e.length?(t=this,r=e):(t=e,r=this);for(var n=0;n<r.length;n++)this.words[n]=t.words[n]^r.words[n];if(this!==t)for(;n<t.length;n++)this.words[n]=t.words[n];return this.length=t.length,this._strip()},a.prototype.ixor=function(e){return n(0==(this.negative|e.negative)),this.iuxor(e)},a.prototype.xor=function(e){return this.length>e.length?this.clone().ixor(e):e.clone().ixor(this)},a.prototype.uxor=function(e){return this.length>e.length?this.clone().iuxor(e):e.clone().iuxor(this)},a.prototype.inotn=function(e){n("number"==typeof e&&e>=0);var t=0|Math.ceil(e/26),r=e%26;this._expand(t),r>0&&t--;for(var i=0;i<t;i++)this.words[i]=67108863&~this.words[i];return r>0&&(this.words[i]=~this.words[i]&67108863>>26-r),this._strip()},a.prototype.notn=function(e){return this.clone().inotn(e)},a.prototype.setn=function(e,t){n("number"==typeof e&&e>=0);var r=e/26|0,i=e%26;return this._expand(r+1),this.words[r]=t?this.words[r]|1<<i:this.words[r]&~(1<<i),this._strip()},a.prototype.iadd=function(e){var t,r,n;if(0!==this.negative&&0===e.negative)return this.negative=0,t=this.isub(e),this.negative^=1,this._normSign();if(0===this.negative&&0!==e.negative)return e.negative=0,t=this.isub(e),e.negative=1,t._normSign();this.length>e.length?(r=this,n=e):(r=e,n=this);for(var i=0,a=0;a<n.length;a++)t=(0|r.words[a])+(0|n.words[a])+i,this.words[a]=67108863&t,i=t>>>26;for(;0!==i&&a<r.length;a++)t=(0|r.words[a])+i,this.words[a]=67108863&t,i=t>>>26;if(this.length=r.length,0!==i)this.words[this.length]=i,this.length++;else if(r!==this)for(;a<r.length;a++)this.words[a]=r.words[a];return this},a.prototype.add=function(e){var t;return 0!==e.negative&&0===this.negative?(e.negative=0,t=this.sub(e),e.negative^=1,t):0===e.negative&&0!==this.negative?(this.negative=0,t=e.sub(this),this.negative=1,t):this.length>e.length?this.clone().iadd(e):e.clone().iadd(this)},a.prototype.isub=function(e){if(0!==e.negative){e.negative=0;var t=this.iadd(e);return e.negative=1,t._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(e),this.negative=1,this._normSign();var r,n,i=this.cmp(e);if(0===i)return this.negative=0,this.length=1,this.words[0]=0,this;i>0?(r=this,n=e):(r=e,n=this);for(var a=0,s=0;s<n.length;s++)a=(t=(0|r.words[s])-(0|n.words[s])+a)>>26,this.words[s]=67108863&t;for(;0!==a&&s<r.length;s++)a=(t=(0|r.words[s])+a)>>26,this.words[s]=67108863&t;if(0===a&&s<r.length&&r!==this)for(;s<r.length;s++)this.words[s]=r.words[s];return this.length=Math.max(this.length,s),r!==this&&(this.negative=1),this._strip()},a.prototype.sub=function(e){return this.clone().isub(e)};var m=function(e,t,r){var n,i,a,s=e.words,o=t.words,d=r.words,u=0,h=0|s[0],c=8191&h,l=h>>>13,f=0|s[1],_=8191&f,p=f>>>13,m=0|s[2],y=8191&m,b=m>>>13,g=0|s[3],M=8191&g,T=g>>>13,v=0|s[4],w=8191&v,L=v>>>13,S=0|s[5],E=8191&S,D=S>>>13,A=0|s[6],k=8191&A,Y=A>>>13,O=0|s[7],F=8191&O,P=O>>>13,I=0|s[8],R=8191&I,x=I>>>13,j=0|s[9],K=8191&j,H=j>>>13,N=0|o[0],C=8191&N,U=N>>>13,B=0|o[1],W=8191&B,z=B>>>13,q=0|o[2],G=8191&q,J=q>>>13,V=0|o[3],Z=8191&V,Q=V>>>13,X=0|o[4],$=8191&X,ee=X>>>13,te=0|o[5],re=8191&te,ne=te>>>13,ie=0|o[6],ae=8191&ie,se=ie>>>13,oe=0|o[7],de=8191&oe,ue=oe>>>13,he=0|o[8],ce=8191&he,le=he>>>13,fe=0|o[9],_e=8191&fe,pe=fe>>>13;r.negative=e.negative^t.negative,r.length=19;var me=(u+(n=Math.imul(c,C))|0)+((8191&(i=(i=Math.imul(c,U))+Math.imul(l,C)|0))<<13)|0;u=((a=Math.imul(l,U))+(i>>>13)|0)+(me>>>26)|0,me&=67108863,n=Math.imul(_,C),i=(i=Math.imul(_,U))+Math.imul(p,C)|0,a=Math.imul(p,U);var ye=(u+(n=n+Math.imul(c,W)|0)|0)+((8191&(i=(i=i+Math.imul(c,z)|0)+Math.imul(l,W)|0))<<13)|0;u=((a=a+Math.imul(l,z)|0)+(i>>>13)|0)+(ye>>>26)|0,ye&=67108863,n=Math.imul(y,C),i=(i=Math.imul(y,U))+Math.imul(b,C)|0,a=Math.imul(b,U),n=n+Math.imul(_,W)|0,i=(i=i+Math.imul(_,z)|0)+Math.imul(p,W)|0,a=a+Math.imul(p,z)|0;var be=(u+(n=n+Math.imul(c,G)|0)|0)+((8191&(i=(i=i+Math.imul(c,J)|0)+Math.imul(l,G)|0))<<13)|0;u=((a=a+Math.imul(l,J)|0)+(i>>>13)|0)+(be>>>26)|0,be&=67108863,n=Math.imul(M,C),i=(i=Math.imul(M,U))+Math.imul(T,C)|0,a=Math.imul(T,U),n=n+Math.imul(y,W)|0,i=(i=i+Math.imul(y,z)|0)+Math.imul(b,W)|0,a=a+Math.imul(b,z)|0,n=n+Math.imul(_,G)|0,i=(i=i+Math.imul(_,J)|0)+Math.imul(p,G)|0,a=a+Math.imul(p,J)|0;var ge=(u+(n=n+Math.imul(c,Z)|0)|0)+((8191&(i=(i=i+Math.imul(c,Q)|0)+Math.imul(l,Z)|0))<<13)|0;u=((a=a+Math.imul(l,Q)|0)+(i>>>13)|0)+(ge>>>26)|0,ge&=67108863,n=Math.imul(w,C),i=(i=Math.imul(w,U))+Math.imul(L,C)|0,a=Math.imul(L,U),n=n+Math.imul(M,W)|0,i=(i=i+Math.imul(M,z)|0)+Math.imul(T,W)|0,a=a+Math.imul(T,z)|0,n=n+Math.imul(y,G)|0,i=(i=i+Math.imul(y,J)|0)+Math.imul(b,G)|0,a=a+Math.imul(b,J)|0,n=n+Math.imul(_,Z)|0,i=(i=i+Math.imul(_,Q)|0)+Math.imul(p,Z)|0,a=a+Math.imul(p,Q)|0;var Me=(u+(n=n+Math.imul(c,$)|0)|0)+((8191&(i=(i=i+Math.imul(c,ee)|0)+Math.imul(l,$)|0))<<13)|0;u=((a=a+Math.imul(l,ee)|0)+(i>>>13)|0)+(Me>>>26)|0,Me&=67108863,n=Math.imul(E,C),i=(i=Math.imul(E,U))+Math.imul(D,C)|0,a=Math.imul(D,U),n=n+Math.imul(w,W)|0,i=(i=i+Math.imul(w,z)|0)+Math.imul(L,W)|0,a=a+Math.imul(L,z)|0,n=n+Math.imul(M,G)|0,i=(i=i+Math.imul(M,J)|0)+Math.imul(T,G)|0,a=a+Math.imul(T,J)|0,n=n+Math.imul(y,Z)|0,i=(i=i+Math.imul(y,Q)|0)+Math.imul(b,Z)|0,a=a+Math.imul(b,Q)|0,n=n+Math.imul(_,$)|0,i=(i=i+Math.imul(_,ee)|0)+Math.imul(p,$)|0,a=a+Math.imul(p,ee)|0;var Te=(u+(n=n+Math.imul(c,re)|0)|0)+((8191&(i=(i=i+Math.imul(c,ne)|0)+Math.imul(l,re)|0))<<13)|0;u=((a=a+Math.imul(l,ne)|0)+(i>>>13)|0)+(Te>>>26)|0,Te&=67108863,n=Math.imul(k,C),i=(i=Math.imul(k,U))+Math.imul(Y,C)|0,a=Math.imul(Y,U),n=n+Math.imul(E,W)|0,i=(i=i+Math.imul(E,z)|0)+Math.imul(D,W)|0,a=a+Math.imul(D,z)|0,n=n+Math.imul(w,G)|0,i=(i=i+Math.imul(w,J)|0)+Math.imul(L,G)|0,a=a+Math.imul(L,J)|0,n=n+Math.imul(M,Z)|0,i=(i=i+Math.imul(M,Q)|0)+Math.imul(T,Z)|0,a=a+Math.imul(T,Q)|0,n=n+Math.imul(y,$)|0,i=(i=i+Math.imul(y,ee)|0)+Math.imul(b,$)|0,a=a+Math.imul(b,ee)|0,n=n+Math.imul(_,re)|0,i=(i=i+Math.imul(_,ne)|0)+Math.imul(p,re)|0,a=a+Math.imul(p,ne)|0;var ve=(u+(n=n+Math.imul(c,ae)|0)|0)+((8191&(i=(i=i+Math.imul(c,se)|0)+Math.imul(l,ae)|0))<<13)|0;u=((a=a+Math.imul(l,se)|0)+(i>>>13)|0)+(ve>>>26)|0,ve&=67108863,n=Math.imul(F,C),i=(i=Math.imul(F,U))+Math.imul(P,C)|0,a=Math.imul(P,U),n=n+Math.imul(k,W)|0,i=(i=i+Math.imul(k,z)|0)+Math.imul(Y,W)|0,a=a+Math.imul(Y,z)|0,n=n+Math.imul(E,G)|0,i=(i=i+Math.imul(E,J)|0)+Math.imul(D,G)|0,a=a+Math.imul(D,J)|0,n=n+Math.imul(w,Z)|0,i=(i=i+Math.imul(w,Q)|0)+Math.imul(L,Z)|0,a=a+Math.imul(L,Q)|0,n=n+Math.imul(M,$)|0,i=(i=i+Math.imul(M,ee)|0)+Math.imul(T,$)|0,a=a+Math.imul(T,ee)|0,n=n+Math.imul(y,re)|0,i=(i=i+Math.imul(y,ne)|0)+Math.imul(b,re)|0,a=a+Math.imul(b,ne)|0,n=n+Math.imul(_,ae)|0,i=(i=i+Math.imul(_,se)|0)+Math.imul(p,ae)|0,a=a+Math.imul(p,se)|0;var we=(u+(n=n+Math.imul(c,de)|0)|0)+((8191&(i=(i=i+Math.imul(c,ue)|0)+Math.imul(l,de)|0))<<13)|0;u=((a=a+Math.imul(l,ue)|0)+(i>>>13)|0)+(we>>>26)|0,we&=67108863,n=Math.imul(R,C),i=(i=Math.imul(R,U))+Math.imul(x,C)|0,a=Math.imul(x,U),n=n+Math.imul(F,W)|0,i=(i=i+Math.imul(F,z)|0)+Math.imul(P,W)|0,a=a+Math.imul(P,z)|0,n=n+Math.imul(k,G)|0,i=(i=i+Math.imul(k,J)|0)+Math.imul(Y,G)|0,a=a+Math.imul(Y,J)|0,n=n+Math.imul(E,Z)|0,i=(i=i+Math.imul(E,Q)|0)+Math.imul(D,Z)|0,a=a+Math.imul(D,Q)|0,n=n+Math.imul(w,$)|0,i=(i=i+Math.imul(w,ee)|0)+Math.imul(L,$)|0,a=a+Math.imul(L,ee)|0,n=n+Math.imul(M,re)|0,i=(i=i+Math.imul(M,ne)|0)+Math.imul(T,re)|0,a=a+Math.imul(T,ne)|0,n=n+Math.imul(y,ae)|0,i=(i=i+Math.imul(y,se)|0)+Math.imul(b,ae)|0,a=a+Math.imul(b,se)|0,n=n+Math.imul(_,de)|0,i=(i=i+Math.imul(_,ue)|0)+Math.imul(p,de)|0,a=a+Math.imul(p,ue)|0;var Le=(u+(n=n+Math.imul(c,ce)|0)|0)+((8191&(i=(i=i+Math.imul(c,le)|0)+Math.imul(l,ce)|0))<<13)|0;u=((a=a+Math.imul(l,le)|0)+(i>>>13)|0)+(Le>>>26)|0,Le&=67108863,n=Math.imul(K,C),i=(i=Math.imul(K,U))+Math.imul(H,C)|0,a=Math.imul(H,U),n=n+Math.imul(R,W)|0,i=(i=i+Math.imul(R,z)|0)+Math.imul(x,W)|0,a=a+Math.imul(x,z)|0,n=n+Math.imul(F,G)|0,i=(i=i+Math.imul(F,J)|0)+Math.imul(P,G)|0,a=a+Math.imul(P,J)|0,n=n+Math.imul(k,Z)|0,i=(i=i+Math.imul(k,Q)|0)+Math.imul(Y,Z)|0,a=a+Math.imul(Y,Q)|0,n=n+Math.imul(E,$)|0,i=(i=i+Math.imul(E,ee)|0)+Math.imul(D,$)|0,a=a+Math.imul(D,ee)|0,n=n+Math.imul(w,re)|0,i=(i=i+Math.imul(w,ne)|0)+Math.imul(L,re)|0,a=a+Math.imul(L,ne)|0,n=n+Math.imul(M,ae)|0,i=(i=i+Math.imul(M,se)|0)+Math.imul(T,ae)|0,a=a+Math.imul(T,se)|0,n=n+Math.imul(y,de)|0,i=(i=i+Math.imul(y,ue)|0)+Math.imul(b,de)|0,a=a+Math.imul(b,ue)|0,n=n+Math.imul(_,ce)|0,i=(i=i+Math.imul(_,le)|0)+Math.imul(p,ce)|0,a=a+Math.imul(p,le)|0;var Se=(u+(n=n+Math.imul(c,_e)|0)|0)+((8191&(i=(i=i+Math.imul(c,pe)|0)+Math.imul(l,_e)|0))<<13)|0;u=((a=a+Math.imul(l,pe)|0)+(i>>>13)|0)+(Se>>>26)|0,Se&=67108863,n=Math.imul(K,W),i=(i=Math.imul(K,z))+Math.imul(H,W)|0,a=Math.imul(H,z),n=n+Math.imul(R,G)|0,i=(i=i+Math.imul(R,J)|0)+Math.imul(x,G)|0,a=a+Math.imul(x,J)|0,n=n+Math.imul(F,Z)|0,i=(i=i+Math.imul(F,Q)|0)+Math.imul(P,Z)|0,a=a+Math.imul(P,Q)|0,n=n+Math.imul(k,$)|0,i=(i=i+Math.imul(k,ee)|0)+Math.imul(Y,$)|0,a=a+Math.imul(Y,ee)|0,n=n+Math.imul(E,re)|0,i=(i=i+Math.imul(E,ne)|0)+Math.imul(D,re)|0,a=a+Math.imul(D,ne)|0,n=n+Math.imul(w,ae)|0,i=(i=i+Math.imul(w,se)|0)+Math.imul(L,ae)|0,a=a+Math.imul(L,se)|0,n=n+Math.imul(M,de)|0,i=(i=i+Math.imul(M,ue)|0)+Math.imul(T,de)|0,a=a+Math.imul(T,ue)|0,n=n+Math.imul(y,ce)|0,i=(i=i+Math.imul(y,le)|0)+Math.imul(b,ce)|0,a=a+Math.imul(b,le)|0;var Ee=(u+(n=n+Math.imul(_,_e)|0)|0)+((8191&(i=(i=i+Math.imul(_,pe)|0)+Math.imul(p,_e)|0))<<13)|0;u=((a=a+Math.imul(p,pe)|0)+(i>>>13)|0)+(Ee>>>26)|0,Ee&=67108863,n=Math.imul(K,G),i=(i=Math.imul(K,J))+Math.imul(H,G)|0,a=Math.imul(H,J),n=n+Math.imul(R,Z)|0,i=(i=i+Math.imul(R,Q)|0)+Math.imul(x,Z)|0,a=a+Math.imul(x,Q)|0,n=n+Math.imul(F,$)|0,i=(i=i+Math.imul(F,ee)|0)+Math.imul(P,$)|0,a=a+Math.imul(P,ee)|0,n=n+Math.imul(k,re)|0,i=(i=i+Math.imul(k,ne)|0)+Math.imul(Y,re)|0,a=a+Math.imul(Y,ne)|0,n=n+Math.imul(E,ae)|0,i=(i=i+Math.imul(E,se)|0)+Math.imul(D,ae)|0,a=a+Math.imul(D,se)|0,n=n+Math.imul(w,de)|0,i=(i=i+Math.imul(w,ue)|0)+Math.imul(L,de)|0,a=a+Math.imul(L,ue)|0,n=n+Math.imul(M,ce)|0,i=(i=i+Math.imul(M,le)|0)+Math.imul(T,ce)|0,a=a+Math.imul(T,le)|0;var De=(u+(n=n+Math.imul(y,_e)|0)|0)+((8191&(i=(i=i+Math.imul(y,pe)|0)+Math.imul(b,_e)|0))<<13)|0;u=((a=a+Math.imul(b,pe)|0)+(i>>>13)|0)+(De>>>26)|0,De&=67108863,n=Math.imul(K,Z),i=(i=Math.imul(K,Q))+Math.imul(H,Z)|0,a=Math.imul(H,Q),n=n+Math.imul(R,$)|0,i=(i=i+Math.imul(R,ee)|0)+Math.imul(x,$)|0,a=a+Math.imul(x,ee)|0,n=n+Math.imul(F,re)|0,i=(i=i+Math.imul(F,ne)|0)+Math.imul(P,re)|0,a=a+Math.imul(P,ne)|0,n=n+Math.imul(k,ae)|0,i=(i=i+Math.imul(k,se)|0)+Math.imul(Y,ae)|0,a=a+Math.imul(Y,se)|0,n=n+Math.imul(E,de)|0,i=(i=i+Math.imul(E,ue)|0)+Math.imul(D,de)|0,a=a+Math.imul(D,ue)|0,n=n+Math.imul(w,ce)|0,i=(i=i+Math.imul(w,le)|0)+Math.imul(L,ce)|0,a=a+Math.imul(L,le)|0;var Ae=(u+(n=n+Math.imul(M,_e)|0)|0)+((8191&(i=(i=i+Math.imul(M,pe)|0)+Math.imul(T,_e)|0))<<13)|0;u=((a=a+Math.imul(T,pe)|0)+(i>>>13)|0)+(Ae>>>26)|0,Ae&=67108863,n=Math.imul(K,$),i=(i=Math.imul(K,ee))+Math.imul(H,$)|0,a=Math.imul(H,ee),n=n+Math.imul(R,re)|0,i=(i=i+Math.imul(R,ne)|0)+Math.imul(x,re)|0,a=a+Math.imul(x,ne)|0,n=n+Math.imul(F,ae)|0,i=(i=i+Math.imul(F,se)|0)+Math.imul(P,ae)|0,a=a+Math.imul(P,se)|0,n=n+Math.imul(k,de)|0,i=(i=i+Math.imul(k,ue)|0)+Math.imul(Y,de)|0,a=a+Math.imul(Y,ue)|0,n=n+Math.imul(E,ce)|0,i=(i=i+Math.imul(E,le)|0)+Math.imul(D,ce)|0,a=a+Math.imul(D,le)|0;var ke=(u+(n=n+Math.imul(w,_e)|0)|0)+((8191&(i=(i=i+Math.imul(w,pe)|0)+Math.imul(L,_e)|0))<<13)|0;u=((a=a+Math.imul(L,pe)|0)+(i>>>13)|0)+(ke>>>26)|0,ke&=67108863,n=Math.imul(K,re),i=(i=Math.imul(K,ne))+Math.imul(H,re)|0,a=Math.imul(H,ne),n=n+Math.imul(R,ae)|0,i=(i=i+Math.imul(R,se)|0)+Math.imul(x,ae)|0,a=a+Math.imul(x,se)|0,n=n+Math.imul(F,de)|0,i=(i=i+Math.imul(F,ue)|0)+Math.imul(P,de)|0,a=a+Math.imul(P,ue)|0,n=n+Math.imul(k,ce)|0,i=(i=i+Math.imul(k,le)|0)+Math.imul(Y,ce)|0,a=a+Math.imul(Y,le)|0;var Ye=(u+(n=n+Math.imul(E,_e)|0)|0)+((8191&(i=(i=i+Math.imul(E,pe)|0)+Math.imul(D,_e)|0))<<13)|0;u=((a=a+Math.imul(D,pe)|0)+(i>>>13)|0)+(Ye>>>26)|0,Ye&=67108863,n=Math.imul(K,ae),i=(i=Math.imul(K,se))+Math.imul(H,ae)|0,a=Math.imul(H,se),n=n+Math.imul(R,de)|0,i=(i=i+Math.imul(R,ue)|0)+Math.imul(x,de)|0,a=a+Math.imul(x,ue)|0,n=n+Math.imul(F,ce)|0,i=(i=i+Math.imul(F,le)|0)+Math.imul(P,ce)|0,a=a+Math.imul(P,le)|0;var Oe=(u+(n=n+Math.imul(k,_e)|0)|0)+((8191&(i=(i=i+Math.imul(k,pe)|0)+Math.imul(Y,_e)|0))<<13)|0;u=((a=a+Math.imul(Y,pe)|0)+(i>>>13)|0)+(Oe>>>26)|0,Oe&=67108863,n=Math.imul(K,de),i=(i=Math.imul(K,ue))+Math.imul(H,de)|0,a=Math.imul(H,ue),n=n+Math.imul(R,ce)|0,i=(i=i+Math.imul(R,le)|0)+Math.imul(x,ce)|0,a=a+Math.imul(x,le)|0;var Fe=(u+(n=n+Math.imul(F,_e)|0)|0)+((8191&(i=(i=i+Math.imul(F,pe)|0)+Math.imul(P,_e)|0))<<13)|0;u=((a=a+Math.imul(P,pe)|0)+(i>>>13)|0)+(Fe>>>26)|0,Fe&=67108863,n=Math.imul(K,ce),i=(i=Math.imul(K,le))+Math.imul(H,ce)|0,a=Math.imul(H,le);var Pe=(u+(n=n+Math.imul(R,_e)|0)|0)+((8191&(i=(i=i+Math.imul(R,pe)|0)+Math.imul(x,_e)|0))<<13)|0;u=((a=a+Math.imul(x,pe)|0)+(i>>>13)|0)+(Pe>>>26)|0,Pe&=67108863;var Ie=(u+(n=Math.imul(K,_e))|0)+((8191&(i=(i=Math.imul(K,pe))+Math.imul(H,_e)|0))<<13)|0;return u=((a=Math.imul(H,pe))+(i>>>13)|0)+(Ie>>>26)|0,Ie&=67108863,d[0]=me,d[1]=ye,d[2]=be,d[3]=ge,d[4]=Me,d[5]=Te,d[6]=ve,d[7]=we,d[8]=Le,d[9]=Se,d[10]=Ee,d[11]=De,d[12]=Ae,d[13]=ke,d[14]=Ye,d[15]=Oe,d[16]=Fe,d[17]=Pe,d[18]=Ie,0!==u&&(d[19]=u,r.length++),r};function y(e,t,r){r.negative=t.negative^e.negative,r.length=e.length+t.length;for(var n=0,i=0,a=0;a<r.length-1;a++){var s=i;i=0;for(var o=67108863&n,d=Math.min(a,t.length-1),u=Math.max(0,a-e.length+1);u<=d;u++){var h=a-u,c=(0|e.words[h])*(0|t.words[u]),l=67108863&c;o=67108863&(l=l+o|0),i+=(s=(s=s+(c/67108864|0)|0)+(l>>>26)|0)>>>26,s&=67108863}r.words[a]=o,n=s,s=i}return 0!==n?r.words[a]=n:r.length--,r._strip()}function b(e,t,r){return y(e,t,r)}function g(e,t){this.x=e,this.y=t}Math.imul||(m=p),a.prototype.mulTo=function(e,t){var r=this.length+e.length;return 10===this.length&&10===e.length?m(this,e,t):r<63?p(this,e,t):r<1024?y(this,e,t):b(this,e,t)},g.prototype.makeRBT=function(e){for(var t=new Array(e),r=a.prototype._countBits(e)-1,n=0;n<e;n++)t[n]=this.revBin(n,r,e);return t},g.prototype.revBin=function(e,t,r){if(0===e||e===r-1)return e;for(var n=0,i=0;i<t;i++)n|=(1&e)<<t-i-1,e>>=1;return n},g.prototype.permute=function(e,t,r,n,i,a){for(var s=0;s<a;s++)n[s]=t[e[s]],i[s]=r[e[s]]},g.prototype.transform=function(e,t,r,n,i,a){this.permute(a,e,t,r,n,i);for(var s=1;s<i;s<<=1)for(var o=s<<1,d=Math.cos(2*Math.PI/o),u=Math.sin(2*Math.PI/o),h=0;h<i;h+=o)for(var c=d,l=u,f=0;f<s;f++){var _=r[h+f],p=n[h+f],m=r[h+f+s],y=n[h+f+s],b=c*m-l*y;y=c*y+l*m,m=b,r[h+f]=_+m,n[h+f]=p+y,r[h+f+s]=_-m,n[h+f+s]=p-y,f!==o&&(b=d*c-u*l,l=d*l+u*c,c=b)}},g.prototype.guessLen13b=function(e,t){var r=1|Math.max(t,e),n=1&r,i=0;for(r=r/2|0;r;r>>>=1)i++;return 1<<i+1+n},g.prototype.conjugate=function(e,t,r){if(!(r<=1))for(var n=0;n<r/2;n++){var i=e[n];e[n]=e[r-n-1],e[r-n-1]=i,i=t[n],t[n]=-t[r-n-1],t[r-n-1]=-i}},g.prototype.normalize13b=function(e,t){for(var r=0,n=0;n<t/2;n++){var i=8192*Math.round(e[2*n+1]/t)+Math.round(e[2*n]/t)+r;e[n]=67108863&i,r=i<67108864?0:i/67108864|0}return e},g.prototype.convert13b=function(e,t,r,i){for(var a=0,s=0;s<t;s++)a+=0|e[s],r[2*s]=8191&a,a>>>=13,r[2*s+1]=8191&a,a>>>=13;for(s=2*t;s<i;++s)r[s]=0;n(0===a),n(0==(-8192&a))},g.prototype.stub=function(e){for(var t=new Array(e),r=0;r<e;r++)t[r]=0;return t},g.prototype.mulp=function(e,t,r){var n=2*this.guessLen13b(e.length,t.length),i=this.makeRBT(n),a=this.stub(n),s=new Array(n),o=new Array(n),d=new Array(n),u=new Array(n),h=new Array(n),c=new Array(n),l=r.words;l.length=n,this.convert13b(e.words,e.length,s,n),this.convert13b(t.words,t.length,u,n),this.transform(s,a,o,d,n,i),this.transform(u,a,h,c,n,i);for(var f=0;f<n;f++){var _=o[f]*h[f]-d[f]*c[f];d[f]=o[f]*c[f]+d[f]*h[f],o[f]=_}return this.conjugate(o,d,n),this.transform(o,d,l,a,n,i),this.conjugate(l,a,n),this.normalize13b(l,n),r.negative=e.negative^t.negative,r.length=e.length+t.length,r._strip()},a.prototype.mul=function(e){var t=new a(null);return t.words=new Array(this.length+e.length),this.mulTo(e,t)},a.prototype.mulf=function(e){var t=new a(null);return t.words=new Array(this.length+e.length),b(this,e,t)},a.prototype.imul=function(e){return this.clone().mulTo(e,this)},a.prototype.imuln=function(e){var t=e<0;t&&(e=-e),n("number"==typeof e),n(e<67108864);for(var r=0,i=0;i<this.length;i++){var a=(0|this.words[i])*e,s=(67108863&a)+(67108863&r);r>>=26,r+=a/67108864|0,r+=s>>>26,this.words[i]=67108863&s}return 0!==r&&(this.words[i]=r,this.length++),t?this.ineg():this},a.prototype.muln=function(e){return this.clone().imuln(e)},a.prototype.sqr=function(){return this.mul(this)},a.prototype.isqr=function(){return this.imul(this.clone())},a.prototype.pow=function(e){var t=function(e){for(var t=new Array(e.bitLength()),r=0;r<t.length;r++){var n=r/26|0,i=r%26;t[r]=e.words[n]>>>i&1}return t}(e);if(0===t.length)return new a(1);for(var r=this,n=0;n<t.length&&0===t[n];n++,r=r.sqr());if(++n<t.length)for(var i=r.sqr();n<t.length;n++,i=i.sqr())0!==t[n]&&(r=r.mul(i));return r},a.prototype.iushln=function(e){n("number"==typeof e&&e>=0);var t,r=e%26,i=(e-r)/26,a=67108863>>>26-r<<26-r;if(0!==r){var s=0;for(t=0;t<this.length;t++){var o=this.words[t]&a,d=(0|this.words[t])-o<<r;this.words[t]=d|s,s=o>>>26-r}s&&(this.words[t]=s,this.length++)}if(0!==i){for(t=this.length-1;t>=0;t--)this.words[t+i]=this.words[t];for(t=0;t<i;t++)this.words[t]=0;this.length+=i}return this._strip()},a.prototype.ishln=function(e){return n(0===this.negative),this.iushln(e)},a.prototype.iushrn=function(e,t,r){var i;n("number"==typeof e&&e>=0),i=t?(t-t%26)/26:0;var a=e%26,s=Math.min((e-a)/26,this.length),o=67108863^67108863>>>a<<a,d=r;if(i-=s,i=Math.max(0,i),d){for(var u=0;u<s;u++)d.words[u]=this.words[u];d.length=s}if(0===s);else if(this.length>s)for(this.length-=s,u=0;u<this.length;u++)this.words[u]=this.words[u+s];else this.words[0]=0,this.length=1;var h=0;for(u=this.length-1;u>=0&&(0!==h||u>=i);u--){var c=0|this.words[u];this.words[u]=h<<26-a|c>>>a,h=c&o}return d&&0!==h&&(d.words[d.length++]=h),0===this.length&&(this.words[0]=0,this.length=1),this._strip()},a.prototype.ishrn=function(e,t,r){return n(0===this.negative),this.iushrn(e,t,r)},a.prototype.shln=function(e){return this.clone().ishln(e)},a.prototype.ushln=function(e){return this.clone().iushln(e)},a.prototype.shrn=function(e){return this.clone().ishrn(e)},a.prototype.ushrn=function(e){return this.clone().iushrn(e)},a.prototype.testn=function(e){n("number"==typeof e&&e>=0);var t=e%26,r=(e-t)/26,i=1<<t;return!(this.length<=r)&&!!(this.words[r]&i)},a.prototype.imaskn=function(e){n("number"==typeof e&&e>=0);var t=e%26,r=(e-t)/26;if(n(0===this.negative,"imaskn works only with positive numbers"),this.length<=r)return this;if(0!==t&&r++,this.length=Math.min(r,this.length),0!==t){var i=67108863^67108863>>>t<<t;this.words[this.length-1]&=i}return this._strip()},a.prototype.maskn=function(e){return this.clone().imaskn(e)},a.prototype.iaddn=function(e){return n("number"==typeof e),n(e<67108864),e<0?this.isubn(-e):0!==this.negative?1===this.length&&(0|this.words[0])<=e?(this.words[0]=e-(0|this.words[0]),this.negative=0,this):(this.negative=0,this.isubn(e),this.negative=1,this):this._iaddn(e)},a.prototype._iaddn=function(e){this.words[0]+=e;for(var t=0;t<this.length&&this.words[t]>=67108864;t++)this.words[t]-=67108864,t===this.length-1?this.words[t+1]=1:this.words[t+1]++;return this.length=Math.max(this.length,t+1),this},a.prototype.isubn=function(e){if(n("number"==typeof e),n(e<67108864),e<0)return this.iaddn(-e);if(0!==this.negative)return this.negative=0,this.iaddn(e),this.negative=1,this;if(this.words[0]-=e,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var t=0;t<this.length&&this.words[t]<0;t++)this.words[t]+=67108864,this.words[t+1]-=1;return this._strip()},a.prototype.addn=function(e){return this.clone().iaddn(e)},a.prototype.subn=function(e){return this.clone().isubn(e)},a.prototype.iabs=function(){return this.negative=0,this},a.prototype.abs=function(){return this.clone().iabs()},a.prototype._ishlnsubmul=function(e,t,r){var i,a,s=e.length+r;this._expand(s);var o=0;for(i=0;i<e.length;i++){a=(0|this.words[i+r])+o;var d=(0|e.words[i])*t;o=((a-=67108863&d)>>26)-(d/67108864|0),this.words[i+r]=67108863&a}for(;i<this.length-r;i++)o=(a=(0|this.words[i+r])+o)>>26,this.words[i+r]=67108863&a;if(0===o)return this._strip();for(n(-1===o),o=0,i=0;i<this.length;i++)o=(a=-(0|this.words[i])+o)>>26,this.words[i]=67108863&a;return this.negative=1,this._strip()},a.prototype._wordDiv=function(e,t){var r=(this.length,e.length),n=this.clone(),i=e,s=0|i.words[i.length-1];0!==(r=26-this._countBits(s))&&(i=i.ushln(r),n.iushln(r),s=0|i.words[i.length-1]);var o,d=n.length-i.length;if("mod"!==t){(o=new a(null)).length=d+1,o.words=new Array(o.length);for(var u=0;u<o.length;u++)o.words[u]=0}var h=n.clone()._ishlnsubmul(i,1,d);0===h.negative&&(n=h,o&&(o.words[d]=1));for(var c=d-1;c>=0;c--){var l=67108864*(0|n.words[i.length+c])+(0|n.words[i.length+c-1]);for(l=Math.min(l/s|0,67108863),n._ishlnsubmul(i,l,c);0!==n.negative;)l--,n.negative=0,n._ishlnsubmul(i,1,c),n.isZero()||(n.negative^=1);o&&(o.words[c]=l)}return o&&o._strip(),n._strip(),"div"!==t&&0!==r&&n.iushrn(r),{div:o||null,mod:n}},a.prototype.divmod=function(e,t,r){return n(!e.isZero()),this.isZero()?{div:new a(0),mod:new a(0)}:0!==this.negative&&0===e.negative?(o=this.neg().divmod(e,t),"mod"!==t&&(i=o.div.neg()),"div"!==t&&(s=o.mod.neg(),r&&0!==s.negative&&s.iadd(e)),{div:i,mod:s}):0===this.negative&&0!==e.negative?(o=this.divmod(e.neg(),t),"mod"!==t&&(i=o.div.neg()),{div:i,mod:o.mod}):0!=(this.negative&e.negative)?(o=this.neg().divmod(e.neg(),t),"div"!==t&&(s=o.mod.neg(),r&&0!==s.negative&&s.isub(e)),{div:o.div,mod:s}):e.length>this.length||this.cmp(e)<0?{div:new a(0),mod:this}:1===e.length?"div"===t?{div:this.divn(e.words[0]),mod:null}:"mod"===t?{div:null,mod:new a(this.modrn(e.words[0]))}:{div:this.divn(e.words[0]),mod:new a(this.modrn(e.words[0]))}:this._wordDiv(e,t);var i,s,o},a.prototype.div=function(e){return this.divmod(e,"div",!1).div},a.prototype.mod=function(e){return this.divmod(e,"mod",!1).mod},a.prototype.umod=function(e){return this.divmod(e,"mod",!0).mod},a.prototype.divRound=function(e){var t=this.divmod(e);if(t.mod.isZero())return t.div;var r=0!==t.div.negative?t.mod.isub(e):t.mod,n=e.ushrn(1),i=e.andln(1),a=r.cmp(n);return a<0||1===i&&0===a?t.div:0!==t.div.negative?t.div.isubn(1):t.div.iaddn(1)},a.prototype.modrn=function(e){var t=e<0;t&&(e=-e),n(e<=67108863);for(var r=(1<<26)%e,i=0,a=this.length-1;a>=0;a--)i=(r*i+(0|this.words[a]))%e;return t?-i:i},a.prototype.modn=function(e){return this.modrn(e)},a.prototype.idivn=function(e){var t=e<0;t&&(e=-e),n(e<=67108863);for(var r=0,i=this.length-1;i>=0;i--){var a=(0|this.words[i])+67108864*r;this.words[i]=a/e|0,r=a%e}return this._strip(),t?this.ineg():this},a.prototype.divn=function(e){return this.clone().idivn(e)},a.prototype.egcd=function(e){n(0===e.negative),n(!e.isZero());var t=this,r=e.clone();t=0!==t.negative?t.umod(e):t.clone();for(var i=new a(1),s=new a(0),o=new a(0),d=new a(1),u=0;t.isEven()&&r.isEven();)t.iushrn(1),r.iushrn(1),++u;for(var h=r.clone(),c=t.clone();!t.isZero();){for(var l=0,f=1;0==(t.words[0]&f)&&l<26;++l,f<<=1);if(l>0)for(t.iushrn(l);l-- >0;)(i.isOdd()||s.isOdd())&&(i.iadd(h),s.isub(c)),i.iushrn(1),s.iushrn(1);for(var _=0,p=1;0==(r.words[0]&p)&&_<26;++_,p<<=1);if(_>0)for(r.iushrn(_);_-- >0;)(o.isOdd()||d.isOdd())&&(o.iadd(h),d.isub(c)),o.iushrn(1),d.iushrn(1);t.cmp(r)>=0?(t.isub(r),i.isub(o),s.isub(d)):(r.isub(t),o.isub(i),d.isub(s))}return{a:o,b:d,gcd:r.iushln(u)}},a.prototype._invmp=function(e){n(0===e.negative),n(!e.isZero());var t=this,r=e.clone();t=0!==t.negative?t.umod(e):t.clone();for(var i,s=new a(1),o=new a(0),d=r.clone();t.cmpn(1)>0&&r.cmpn(1)>0;){for(var u=0,h=1;0==(t.words[0]&h)&&u<26;++u,h<<=1);if(u>0)for(t.iushrn(u);u-- >0;)s.isOdd()&&s.iadd(d),s.iushrn(1);for(var c=0,l=1;0==(r.words[0]&l)&&c<26;++c,l<<=1);if(c>0)for(r.iushrn(c);c-- >0;)o.isOdd()&&o.iadd(d),o.iushrn(1);t.cmp(r)>=0?(t.isub(r),s.isub(o)):(r.isub(t),o.isub(s))}return(i=0===t.cmpn(1)?s:o).cmpn(0)<0&&i.iadd(e),i},a.prototype.gcd=function(e){if(this.isZero())return e.abs();if(e.isZero())return this.abs();var t=this.clone(),r=e.clone();t.negative=0,r.negative=0;for(var n=0;t.isEven()&&r.isEven();n++)t.iushrn(1),r.iushrn(1);for(;;){for(;t.isEven();)t.iushrn(1);for(;r.isEven();)r.iushrn(1);var i=t.cmp(r);if(i<0){var a=t;t=r,r=a}else if(0===i||0===r.cmpn(1))break;t.isub(r)}return r.iushln(n)},a.prototype.invm=function(e){return this.egcd(e).a.umod(e)},a.prototype.isEven=function(){return 0==(1&this.words[0])},a.prototype.isOdd=function(){return 1==(1&this.words[0])},a.prototype.andln=function(e){return this.words[0]&e},a.prototype.bincn=function(e){n("number"==typeof e);var t=e%26,r=(e-t)/26,i=1<<t;if(this.length<=r)return this._expand(r+1),this.words[r]|=i,this;for(var a=i,s=r;0!==a&&s<this.length;s++){var o=0|this.words[s];a=(o+=a)>>>26,o&=67108863,this.words[s]=o}return 0!==a&&(this.words[s]=a,this.length++),this},a.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},a.prototype.cmpn=function(e){var t,r=e<0;if(0!==this.negative&&!r)return-1;if(0===this.negative&&r)return 1;if(this._strip(),this.length>1)t=1;else{r&&(e=-e),n(e<=67108863,"Number is too big");var i=0|this.words[0];t=i===e?0:i<e?-1:1}return 0!==this.negative?0|-t:t},a.prototype.cmp=function(e){if(0!==this.negative&&0===e.negative)return-1;if(0===this.negative&&0!==e.negative)return 1;var t=this.ucmp(e);return 0!==this.negative?0|-t:t},a.prototype.ucmp=function(e){if(this.length>e.length)return 1;if(this.length<e.length)return-1;for(var t=0,r=this.length-1;r>=0;r--){var n=0|this.words[r],i=0|e.words[r];if(n!==i){n<i?t=-1:n>i&&(t=1);break}}return t},a.prototype.gtn=function(e){return 1===this.cmpn(e)},a.prototype.gt=function(e){return 1===this.cmp(e)},a.prototype.gten=function(e){return this.cmpn(e)>=0},a.prototype.gte=function(e){return this.cmp(e)>=0},a.prototype.ltn=function(e){return-1===this.cmpn(e)},a.prototype.lt=function(e){return-1===this.cmp(e)},a.prototype.lten=function(e){return this.cmpn(e)<=0},a.prototype.lte=function(e){return this.cmp(e)<=0},a.prototype.eqn=function(e){return 0===this.cmpn(e)},a.prototype.eq=function(e){return 0===this.cmp(e)},a.red=function(e){return new E(e)},a.prototype.toRed=function(e){return n(!this.red,"Already a number in reduction context"),n(0===this.negative,"red works only with positives"),e.convertTo(this)._forceRed(e)},a.prototype.fromRed=function(){return n(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},a.prototype._forceRed=function(e){return this.red=e,this},a.prototype.forceRed=function(e){return n(!this.red,"Already a number in reduction context"),this._forceRed(e)},a.prototype.redAdd=function(e){return n(this.red,"redAdd works only with red numbers"),this.red.add(this,e)},a.prototype.redIAdd=function(e){return n(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,e)},a.prototype.redSub=function(e){return n(this.red,"redSub works only with red numbers"),this.red.sub(this,e)},a.prototype.redISub=function(e){return n(this.red,"redISub works only with red numbers"),this.red.isub(this,e)},a.prototype.redShl=function(e){return n(this.red,"redShl works only with red numbers"),this.red.shl(this,e)},a.prototype.redMul=function(e){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,e),this.red.mul(this,e)},a.prototype.redIMul=function(e){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,e),this.red.imul(this,e)},a.prototype.redSqr=function(){return n(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},a.prototype.redISqr=function(){return n(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},a.prototype.redSqrt=function(){return n(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},a.prototype.redInvm=function(){return n(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},a.prototype.redNeg=function(){return n(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},a.prototype.redPow=function(e){return n(this.red&&!e.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,e)};var M={k256:null,p224:null,p192:null,p25519:null};function T(e,t){this.name=e,this.p=new a(t,16),this.n=this.p.bitLength(),this.k=new a(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function v(){T.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function w(){T.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function L(){T.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function S(){T.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function E(e){if("string"==typeof e){var t=a._prime(e);this.m=t.p,this.prime=t}else n(e.gtn(1),"modulus must be greater than 1"),this.m=e,this.prime=null}function D(e){E.call(this,e),this.shift=this.m.bitLength(),this.shift%26!=0&&(this.shift+=26-this.shift%26),this.r=new a(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}T.prototype._tmp=function(){var e=new a(null);return e.words=new Array(Math.ceil(this.n/13)),e},T.prototype.ireduce=function(e){var t,r=e;do{this.split(r,this.tmp),t=(r=(r=this.imulK(r)).iadd(this.tmp)).bitLength()}while(t>this.n);var n=t<this.n?-1:r.ucmp(this.p);return 0===n?(r.words[0]=0,r.length=1):n>0?r.isub(this.p):void 0!==r.strip?r.strip():r._strip(),r},T.prototype.split=function(e,t){e.iushrn(this.n,0,t)},T.prototype.imulK=function(e){return e.imul(this.k)},i(v,T),v.prototype.split=function(e,t){for(var r=Math.min(e.length,9),n=0;n<r;n++)t.words[n]=e.words[n];if(t.length=r,e.length<=9)return e.words[0]=0,void(e.length=1);var i=e.words[9];for(t.words[t.length++]=4194303&i,n=10;n<e.length;n++){var a=0|e.words[n];e.words[n-10]=(4194303&a)<<4|i>>>22,i=a}i>>>=22,e.words[n-10]=i,0===i&&e.length>10?e.length-=10:e.length-=9},v.prototype.imulK=function(e){e.words[e.length]=0,e.words[e.length+1]=0,e.length+=2;for(var t=0,r=0;r<e.length;r++){var n=0|e.words[r];t+=977*n,e.words[r]=67108863&t,t=64*n+(t/67108864|0)}return 0===e.words[e.length-1]&&(e.length--,0===e.words[e.length-1]&&e.length--),e},i(w,T),i(L,T),i(S,T),S.prototype.imulK=function(e){for(var t=0,r=0;r<e.length;r++){var n=19*(0|e.words[r])+t,i=67108863&n;n>>>=26,e.words[r]=i,t=n}return 0!==t&&(e.words[e.length++]=t),e},a._prime=function(e){if(M[e])return M[e];var t;if("k256"===e)t=new v;else if("p224"===e)t=new w;else if("p192"===e)t=new L;else{if("p25519"!==e)throw new Error("Unknown prime "+e);t=new S}return M[e]=t,t},E.prototype._verify1=function(e){n(0===e.negative,"red works only with positives"),n(e.red,"red works only with red numbers")},E.prototype._verify2=function(e,t){n(0==(e.negative|t.negative),"red works only with positives"),n(e.red&&e.red===t.red,"red works only with red numbers")},E.prototype.imod=function(e){return this.prime?this.prime.ireduce(e)._forceRed(this):(h(e,e.umod(this.m)._forceRed(this)),e)},E.prototype.neg=function(e){return e.isZero()?e.clone():this.m.sub(e)._forceRed(this)},E.prototype.add=function(e,t){this._verify2(e,t);var r=e.add(t);return r.cmp(this.m)>=0&&r.isub(this.m),r._forceRed(this)},E.prototype.iadd=function(e,t){this._verify2(e,t);var r=e.iadd(t);return r.cmp(this.m)>=0&&r.isub(this.m),r},E.prototype.sub=function(e,t){this._verify2(e,t);var r=e.sub(t);return r.cmpn(0)<0&&r.iadd(this.m),r._forceRed(this)},E.prototype.isub=function(e,t){this._verify2(e,t);var r=e.isub(t);return r.cmpn(0)<0&&r.iadd(this.m),r},E.prototype.shl=function(e,t){return this._verify1(e),this.imod(e.ushln(t))},E.prototype.imul=function(e,t){return this._verify2(e,t),this.imod(e.imul(t))},E.prototype.mul=function(e,t){return this._verify2(e,t),this.imod(e.mul(t))},E.prototype.isqr=function(e){return this.imul(e,e.clone())},E.prototype.sqr=function(e){return this.mul(e,e)},E.prototype.sqrt=function(e){if(e.isZero())return e.clone();var t=this.m.andln(3);if(n(t%2==1),3===t){var r=this.m.add(new a(1)).iushrn(2);return this.pow(e,r)}for(var i=this.m.subn(1),s=0;!i.isZero()&&0===i.andln(1);)s++,i.iushrn(1);n(!i.isZero());var o=new a(1).toRed(this),d=o.redNeg(),u=this.m.subn(1).iushrn(1),h=this.m.bitLength();for(h=new a(2*h*h).toRed(this);0!==this.pow(h,u).cmp(d);)h.redIAdd(d);for(var c=this.pow(h,i),l=this.pow(e,i.addn(1).iushrn(1)),f=this.pow(e,i),_=s;0!==f.cmp(o);){for(var p=f,m=0;0!==p.cmp(o);m++)p=p.redSqr();n(m<_);var y=this.pow(c,new a(1).iushln(_-m-1));l=l.redMul(y),c=y.redSqr(),f=f.redMul(c),_=m}return l},E.prototype.invm=function(e){var t=e._invmp(this.m);return 0!==t.negative?(t.negative=0,this.imod(t).redNeg()):this.imod(t)},E.prototype.pow=function(e,t){if(t.isZero())return new a(1).toRed(this);if(0===t.cmpn(1))return e.clone();var r=new Array(16);r[0]=new a(1).toRed(this),r[1]=e;for(var n=2;n<r.length;n++)r[n]=this.mul(r[n-1],e);var i=r[0],s=0,o=0,d=t.bitLength()%26;for(0===d&&(d=26),n=t.length-1;n>=0;n--){for(var u=t.words[n],h=d-1;h>=0;h--){var c=u>>h&1;i!==r[0]&&(i=this.sqr(i)),0!==c||0!==s?(s<<=1,s|=c,(4===++o||0===n&&0===h)&&(i=this.mul(i,r[s]),o=0,s=0)):o=0}d=26}return i},E.prototype.convertTo=function(e){var t=e.umod(this.m);return t===e?t.clone():t},E.prototype.convertFrom=function(e){var t=e.clone();return t.red=null,t},a.mont=function(e){return new D(e)},i(D,E),D.prototype.convertTo=function(e){return this.imod(e.ushln(this.shift))},D.prototype.convertFrom=function(e){var t=this.imod(e.mul(this.rinv));return t.red=null,t},D.prototype.imul=function(e,t){if(e.isZero()||t.isZero())return e.words[0]=0,e.length=1,e;var r=e.imul(t),n=r.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),i=r.isub(n).iushrn(this.shift),a=i;return i.cmp(this.m)>=0?a=i.isub(this.m):i.cmpn(0)<0&&(a=i.iadd(this.m)),a._forceRed(this)},D.prototype.mul=function(e,t){if(e.isZero()||t.isZero())return new a(0)._forceRed(this);var r=e.mul(t),n=r.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),i=r.isub(n).iushrn(this.shift),s=i;return i.cmp(this.m)>=0?s=i.isub(this.m):i.cmpn(0)<0&&(s=i.iadd(this.m)),s._forceRed(this)},D.prototype.invm=function(e){return this.imod(e._invmp(this.m).mul(this.r2))._forceRed(this)}}(e,this)}).call(this,r(30)(e))},function(e,t,r){"use strict";const n=t;n.bignum=r(5),n.define=r(382).define,n.base=r(385),n.constants=r(386),n.decoders=r(252),n.encoders=r(250)},function(e,t,r){"use strict";const n=t;n.der=r(251),n.pem=r(383)},function(e,t,r){"use strict";const n=r(1),i=r(57).Buffer,a=r(58),s=r(60);function o(e){this.enc="der",this.name=e.name,this.entity=e,this.tree=new d,this.tree._init(e.body)}function d(e){a.call(this,"der",e)}function u(e){return e<10?"0"+e:e}e.exports=o,o.prototype.encode=function(e,t){return this.tree._encode(e,t).join()},n(d,a),d.prototype._encodeComposite=function(e,t,r,n){const a=function(e,t,r,n){let i;"seqof"===e?e="seq":"setof"===e&&(e="set");if(s.tagByName.hasOwnProperty(e))i=s.tagByName[e];else{if("number"!=typeof e||(0|e)!==e)return n.error("Unknown tag: "+e);i=e}if(i>=31)return n.error("Multi-octet tag encoding unsupported");t||(i|=32);return i|=s.tagClassByName[r||"universal"]<<6,i}(e,t,r,this.reporter);if(n.length<128){const e=i.alloc(2);return e[0]=a,e[1]=n.length,this._createEncoderBuffer([e,n])}let o=1;for(let e=n.length;e>=256;e>>=8)o++;const d=i.alloc(2+o);d[0]=a,d[1]=128|o;for(let e=1+o,t=n.length;t>0;e--,t>>=8)d[e]=255&t;return this._createEncoderBuffer([d,n])},d.prototype._encodeStr=function(e,t){if("bitstr"===t)return this._createEncoderBuffer([0|e.unused,e.data]);if("bmpstr"===t){const t=i.alloc(2*e.length);for(let r=0;r<e.length;r++)t.writeUInt16BE(e.charCodeAt(r),2*r);return this._createEncoderBuffer(t)}return"numstr"===t?this._isNumstr(e)?this._createEncoderBuffer(e):this.reporter.error("Encoding of string type: numstr supports only digits and space"):"printstr"===t?this._isPrintstr(e)?this._createEncoderBuffer(e):this.reporter.error("Encoding of string type: printstr supports only latin upper and lower case letters, digits, space, apostrophe, left and rigth parenthesis, plus sign, comma, hyphen, dot, slash, colon, equal sign, question mark"):/str$/.test(t)||"objDesc"===t?this._createEncoderBuffer(e):this.reporter.error("Encoding of string type: "+t+" unsupported")},d.prototype._encodeObjid=function(e,t,r){if("string"==typeof e){if(!t)return this.reporter.error("string objid given, but no values map found");if(!t.hasOwnProperty(e))return this.reporter.error("objid not found in values map");e=t[e].split(/[\s.]+/g);for(let t=0;t<e.length;t++)e[t]|=0}else if(Array.isArray(e)){e=e.slice();for(let t=0;t<e.length;t++)e[t]|=0}if(!Array.isArray(e))return this.reporter.error("objid() should be either array or string, got: "+JSON.stringify(e));if(!r){if(e[1]>=40)return this.reporter.error("Second objid identifier OOB");e.splice(0,2,40*e[0]+e[1])}let n=0;for(let t=0;t<e.length;t++){let r=e[t];for(n++;r>=128;r>>=7)n++}const a=i.alloc(n);let s=a.length-1;for(let t=e.length-1;t>=0;t--){let r=e[t];for(a[s--]=127&r;(r>>=7)>0;)a[s--]=128|127&r}return this._createEncoderBuffer(a)},d.prototype._encodeTime=function(e,t){let r;const n=new Date(e);return"gentime"===t?r=[u(n.getUTCFullYear()),u(n.getUTCMonth()+1),u(n.getUTCDate()),u(n.getUTCHours()),u(n.getUTCMinutes()),u(n.getUTCSeconds()),"Z"].join(""):"utctime"===t?r=[u(n.getUTCFullYear()%100),u(n.getUTCMonth()+1),u(n.getUTCDate()),u(n.getUTCHours()),u(n.getUTCMinutes()),u(n.getUTCSeconds()),"Z"].join(""):this.reporter.error("Encoding "+t+" time is not supported yet"),this._encodeStr(r,"octstr")},d.prototype._encodeNull=function(){return this._createEncoderBuffer("")},d.prototype._encodeInt=function(e,t){if("string"==typeof e){if(!t)return this.reporter.error("String int or enum given, but no values map");if(!t.hasOwnProperty(e))return this.reporter.error("Values map doesn't contain: "+JSON.stringify(e));e=t[e]}if("number"!=typeof e&&!i.isBuffer(e)){const t=e.toArray();!e.sign&&128&t[0]&&t.unshift(0),e=i.from(t)}if(i.isBuffer(e)){let t=e.length;0===e.length&&t++;const r=i.alloc(t);return e.copy(r),0===e.length&&(r[0]=0),this._createEncoderBuffer(r)}if(e<128)return this._createEncoderBuffer(e);if(e<256)return this._createEncoderBuffer([0,e]);let r=1;for(let t=e;t>=256;t>>=8)r++;const n=new Array(r);for(let t=n.length-1;t>=0;t--)n[t]=255&e,e>>=8;return 128&n[0]&&n.unshift(0),this._createEncoderBuffer(i.from(n))},d.prototype._encodeBool=function(e){return this._createEncoderBuffer(e?255:0)},d.prototype._use=function(e,t){return"function"==typeof e&&(e=e(t)),e._getEncoder("der").tree},d.prototype._skipDefault=function(e,t,r){const n=this._baseState;let i;if(null===n.default)return!1;const a=e.join();if(void 0===n.defaultBuffer&&(n.defaultBuffer=this._encodeValue(n.default,t,r).join()),a.length!==n.defaultBuffer.length)return!1;for(i=0;i<a.length;i++)if(a[i]!==n.defaultBuffer[i])return!1;return!0}},function(e,t,r){"use strict";const n=t;n.der=r(253),n.pem=r(384)},function(e,t,r){"use strict";const n=r(1),i=r(5),a=r(29).DecoderBuffer,s=r(58),o=r(60);function d(e){this.enc="der",this.name=e.name,this.entity=e,this.tree=new u,this.tree._init(e.body)}function u(e){s.call(this,"der",e)}function h(e,t){let r=e.readUInt8(t);if(e.isError(r))return r;const n=o.tagClass[r>>6],i=0==(32&r);if(31==(31&r)){let n=r;for(r=0;128==(128&n);){if(n=e.readUInt8(t),e.isError(n))return n;r<<=7,r|=127&n}}else r&=31;return{cls:n,primitive:i,tag:r,tagStr:o.tag[r]}}function c(e,t,r){let n=e.readUInt8(r);if(e.isError(n))return n;if(!t&&128===n)return null;if(0==(128&n))return n;const i=127&n;if(i>4)return e.error("length octect is too long");n=0;for(let t=0;t<i;t++){n<<=8;const t=e.readUInt8(r);if(e.isError(t))return t;n|=t}return n}e.exports=d,d.prototype.decode=function(e,t){return a.isDecoderBuffer(e)||(e=new a(e,t)),this.tree._decode(e,t)},n(u,s),u.prototype._peekTag=function(e,t,r){if(e.isEmpty())return!1;const n=e.save(),i=h(e,'Failed to peek tag: "'+t+'"');return e.isError(i)?i:(e.restore(n),i.tag===t||i.tagStr===t||i.tagStr+"of"===t||r)},u.prototype._decodeTag=function(e,t,r){const n=h(e,'Failed to decode tag of "'+t+'"');if(e.isError(n))return n;let i=c(e,n.primitive,'Failed to get length of "'+t+'"');if(e.isError(i))return i;if(!r&&n.tag!==t&&n.tagStr!==t&&n.tagStr+"of"!==t)return e.error('Failed to match tag: "'+t+'"');if(n.primitive||null!==i)return e.skip(i,'Failed to match body of: "'+t+'"');const a=e.save(),s=this._skipUntilEnd(e,'Failed to skip indefinite length body: "'+this.tag+'"');return e.isError(s)?s:(i=e.offset-a.offset,e.restore(a),e.skip(i,'Failed to match body of: "'+t+'"'))},u.prototype._skipUntilEnd=function(e,t){for(;;){const r=h(e,t);if(e.isError(r))return r;const n=c(e,r.primitive,t);if(e.isError(n))return n;let i;if(i=r.primitive||null!==n?e.skip(n):this._skipUntilEnd(e,t),e.isError(i))return i;if("end"===r.tagStr)break}},u.prototype._decodeList=function(e,t,r,n){const i=[];for(;!e.isEmpty();){const t=this._peekTag(e,"end");if(e.isError(t))return t;const a=r.decode(e,"der",n);if(e.isError(a)&&t)break;i.push(a)}return i},u.prototype._decodeStr=function(e,t){if("bitstr"===t){const t=e.readUInt8();return e.isError(t)?t:{unused:t,data:e.raw()}}if("bmpstr"===t){const t=e.raw();if(t.length%2==1)return e.error("Decoding of string type: bmpstr length mismatch");let r="";for(let e=0;e<t.length/2;e++)r+=String.fromCharCode(t.readUInt16BE(2*e));return r}if("numstr"===t){const t=e.raw().toString("ascii");return this._isNumstr(t)?t:e.error("Decoding of string type: numstr unsupported characters")}if("octstr"===t)return e.raw();if("objDesc"===t)return e.raw();if("printstr"===t){const t=e.raw().toString("ascii");return this._isPrintstr(t)?t:e.error("Decoding of string type: printstr unsupported characters")}return/str$/.test(t)?e.raw().toString():e.error("Decoding of string type: "+t+" unsupported")},u.prototype._decodeObjid=function(e,t,r){let n;const i=[];let a=0,s=0;for(;!e.isEmpty();)s=e.readUInt8(),a<<=7,a|=127&s,0==(128&s)&&(i.push(a),a=0);128&s&&i.push(a);const o=i[0]/40|0,d=i[0]%40;if(n=r?i:[o,d].concat(i.slice(1)),t){let e=t[n.join(" ")];void 0===e&&(e=t[n.join(".")]),void 0!==e&&(n=e)}return n},u.prototype._decodeTime=function(e,t){const r=e.raw().toString();let n,i,a,s,o,d;if("gentime"===t)n=0|r.slice(0,4),i=0|r.slice(4,6),a=0|r.slice(6,8),s=0|r.slice(8,10),o=0|r.slice(10,12),d=0|r.slice(12,14);else{if("utctime"!==t)return e.error("Decoding "+t+" time is not supported yet");n=0|r.slice(0,2),i=0|r.slice(2,4),a=0|r.slice(4,6),s=0|r.slice(6,8),o=0|r.slice(8,10),d=0|r.slice(10,12),n=n<70?2e3+n:1900+n}return Date.UTC(n,i-1,a,s,o,d,0)},u.prototype._decodeNull=function(){return null},u.prototype._decodeBool=function(e){const t=e.readUInt8();return e.isError(t)?t:0!==t},u.prototype._decodeInt=function(e,t){const r=e.raw();let n=new i(r);return t&&(n=t[n.toString(10)]||n),n},u.prototype._use=function(e,t){return"function"==typeof e&&(e=e(t)),e._getDecoder("der").tree}},function(e){e.exports=JSON.parse('{"1.3.132.0.10":"secp256k1","1.3.132.0.33":"p224","1.2.840.10045.3.1.1":"p192","1.2.840.10045.3.1.7":"p256","1.3.132.0.34":"p384","1.3.132.0.35":"p521"}')},function(e,t,r){var n=r(25),i=r(2).Buffer;function a(e){var t=i.allocUnsafe(4);return t.writeUInt32BE(e,0),t}e.exports=function(e,t){for(var r,s=i.alloc(0),o=0;s.length<t;)r=a(o++),s=i.concat([s,n("sha1").update(e).update(r).digest()]);return s.slice(0,t)}},function(e,t){e.exports=function(e,t){for(var r=e.length,n=-1;++n<r;)e[n]^=t[n];return e}},function(e,t,r){var n=r(5),i=r(2).Buffer;e.exports=function(e,t){return i.from(e.toRed(n.mont(t.modulus)).redPow(new n(t.publicExponent)).fromRed().toArray())}},function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.providers=t.easy=t.init=t.api=t.API=t.data=t.random=t.ver=void 0;const i=r(259),a=n(r(260));t.random=a.default;const s=n(r(16));t.data=s.default;const o=n(r(262));t.API=o.default;const d=n(r(37));t.easy=d.default;const u=n(r(273)),h=n(r(292)),c=n(r(295)),l=n(r(296)),f=n(r(297)),_=n(r(299)),p=n(r(300)),m=n(r(301)),y=n(r(302));let b;t.api=b;t.init=(e,r,n,i=!0,a="en")=>{s.default.initialised||(t.api=b=new o.default({url:e,xApiKey:r,token:n},a,i)),s.default.initialised=!0};const g={yelp:void 0,gyg:void 0,bb:void 0,travelify:void 0,viator:void 0,rezdy:void 0,videreo:void 0,toristy:void 0,victory:void 0,yelpInit:(e,t,r,n,i="en")=>{g.yelp=new u.default(e,t,r,n,i)},gygInit:(e,t,r,n,i="en",a="USD")=>{g.gyg=new h.default(e,t,r,n,i,a)},bbInit:(e,t,r,n)=>(g.bb=new c.default(e,r,n),g.bb.login(t)),travelifyInit:(e,t,r,n,i="en",a)=>{g.travelify=new l.default(e,t,r,n,i,a)},viatorInit:(e,t,r,n,i="en")=>{g.viator=new f.default(e,t,r,n,i)},rezdyInit:(e,t,r)=>{g.rezdy=new _.default(e,t,r)},videreoInit:(e,t)=>{g.videreo=new p.default(e,t)},toristyInit:(e,t,r)=>{g.toristy=new m.default(e,t,r)},victoryInit:(e,t,r,n)=>{g.victory=new y.default(e,t,r,n)}};t.providers=g;const M=i.version;t.ver=M},function(e){e.exports=JSON.parse('{"name":"@tripian/core","version":"9.1.73","description":"Tripian Inc Web SDK","main":"index.js","types":"index.d.ts","scripts":{"webp":"npx webpack --mode production","webpdev":"npx webpack --mode development","webpumd":"npx webpack --mode production --config webpack.config.umd.js --env.mode=production","webpumddev":"npx webpack --mode development --config webpack.config.umd.js --env.mode=development","wp16":"yarn webp && yarn webpumd","wp":"export NODE_OPTIONS=--openssl-legacy-provider && yarn webp && yarn webpumd","wpdev":"yarn webpdev && yarn webpumddev","test":"yarn jest","test-prod":"yarn jestprodddd TODO","doc":"yarn typedoc","npm":"cd dist && npm publish --access public && cd .."},"dependencies":{"adyen-encryption":"^0.1.1","axios":"^0.27.2","cross-fetch":"^3.1.6","moment":"^2.29.0"},"devDependencies":{"@babel/cli":"^7.7.7","@babel/core":"^7.7.7","@babel/preset-env":"^7.7.7","@babel/preset-typescript":"^7.10.4","@tripian/eslint-config-tripian":"^1.1.0","@types/jest":"^26.0.24","@types/node":"^13.13.52","@types/npm":"^2.0.32","@typescript-eslint/eslint-plugin":"^2.34.0","babel-jest":"^24.9.0","babel-loader":"^8.3.0","eslint":"^6.8.0","eslint-config-airbnb":"^18.2.1","eslint-config-airbnb-typescript":"^6.3.2","eslint-config-prettier":"^6.15.0","eslint-plugin-import":"^2.20.0","eslint-plugin-jest":"^23.20.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.4.1","eslint-plugin-react":"^7.17.0","eslint-plugin-react-hooks":"^2.5.1","jest":"^24.9.0","prettier":"^1.19.1","ts-loader":"8.4.0","typedoc":"^0.19.2","typedoc-plugin-external-module-name":"^4.0.3","typescript":"^4.9.5","webpack":"^4.47.0","webpack-cli":"^3.3.12"},"keywords":["tripian","core","web sdk"],"repository":{"type":"git","url":"git+https://github.com/Tripian-inc/ui-tripian-core.git"},"author":"Penguen Umut","license":"MIT","bugs":{"url":"https://github.com/Tripian-inc/ui-tripian-core/issues"},"homepage":"https://tripian-inc.github.io/ui-tripian-core/globals.html","eslintConfig":{"extends":"@tripian/eslint-config-tripian"},"prettier":"@tripian/eslint-config-tripian/prettier.js"}')},function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const i=n(r(24)),a=n(r(0));class s{constructor(){}}s.random=e=>e[Math.floor(e.length*Math.random())],s.randomCoordinate=()=>({lat:Math.floor(9e7*Math.random())/1e6*(Math.random()<.5?1:-1),lng:Math.floor(18e7*Math.random())/1e6*(Math.random()<.5?1:-1)}),s.randomAdultCount=()=>1+Math.floor(12*Math.random()),s.randomChildrenCount=()=>Math.floor(12*Math.random()),s.randomAdultAge=()=>18+Math.floor(97*Math.random()),s.randomChildAge=()=>Math.floor(17*Math.random()),s.randomAnswers=()=>{const e=[5,6,16,18,27,35,12,13,25,32,33,34,9,10,22,40,1,2,41,46,47,49,43,44,45],t=Math.floor(e.length-1*Math.random())+1,r=[];for(let n=0;n<t;n+=1){const t=e[Math.floor(e.length*Math.random())];r.includes(t)||r.push(t)}return r},s.randomUsername=()=>"Uu"+Math.random().toString(36).substring(7),s.addDays=(e,t)=>new Date(e.valueOf()+864e5*t),s.extend2Chars=e=>2===e.toString().length?e.toString():"0"+e.toString(),s.randomDateRange=()=>{const e=1+Math.floor(30*Math.random());let t=new Date;t=s.addDays(t,e);let r=new Date;return r=s.addDays(r,e+1+Math.floor(13*Math.random())),{arrivalDate:`${t.getFullYear()}-${s.extend2Chars((t.getMonth()+1).toString())}-${s.extend2Chars(t.getDate().toString())}`,departureDate:`${r.getFullYear()}-${s.extend2Chars((r.getMonth()+1).toString())}-${s.extend2Chars(r.getDate().toString())}`}},s.randomTime=()=>s.extend2Chars(Math.floor(24*Math.random()).toString())+":00",s.randomTimeRange=()=>{const e=Math.floor(12*Math.random()),t=12+Math.floor(12*Math.random());return{startTime:s.extend2Chars(e.toString())+":00",endTime:s.extend2Chars(t.toString())+":00"}},s.randomOrder=e=>{const t=[...e],r=[];for(;0!==t.length;){const e=Math.floor(Math.random()*t.length);r.push(t[e]),t.splice(e,1)}return r},s.randomNewCompanion=(e=[43,44,45])=>({title:"Family member",name:Math.random().toString(36).substring(7),answers:e,age:1+Math.floor(114*Math.random())}),s.randomTripProfile=(e=109)=>({cityId:e,arrivalDatetime:(0,a.default)(new Date).add(1,"days").set({hour:9,minute:0}).format("YYYY-MM-DDTHH:mm:ss[Z]"),departureDatetime:(0,a.default)(new Date).add(4,"days").set({hour:18,minute:0}).format("YYYY-MM-DDTHH:mm:ss[Z]"),numberOfAdults:1+Math.floor(19*Math.random()),numberOfChildren:Math.floor(20*Math.random()),answers:[],companionIds:[],excludeHash:[],doNotGenerate:0}),s.randomNewUserReservation=(e,t)=>({key:"Reservation1",value:{},provider:"Provider"+Math.random().toString(36).substring(7),tripHash:t,poiId:e}),s.randomPassword=()=>"pass"+Math.random().toString(36).substring(4),s.randomUser=(e=[1,2,41])=>({firstName:"FirstName"+Math.random().toString(36).substring(7),lastName:"LastName"+Math.random().toString(36).substring(7),answers:e}),s.randomUserPassword=()=>({password:"pass"+Math.random().toString(36).substring(4)}),s.randomNewUser=()=>({firstName:"FirstName"+Math.random().toString(36).substring(7),lastName:"LastName"+Math.random().toString(36).substring(7),password:"pass"+Math.random().toString(36).substring(4),email:s.randomUsername()+"@gmail.com"}),s.randomOffer=e=>{const t=(0,a.default)(new Date).add(1,"days").set({hour:9,minute:0}).format("YYYY-MM-DD HH:mm"),r=(0,a.default)(new Date).add(2,"days").set({hour:18,minute:0}).format("YYYY-MM-DD HH:mm");return{cityId:e,title:"string",description:"string",currency:i.default.OFFER_CURRENCY.CAD,status:i.default.OFFER_STATUS.ACTIVE,threshold:1,discount:10,discountedProductCount:0,quantity:55,productName:"lahmacun",timeframe:{start:t,end:r,blackouts:[],recurrent:[]},imageUrl:"https://poi-pics.s3-eu-west-1.amazonaws.com/Place/108/556400/8dd63d2cb1568dd3c93864b08fdb0aa7.jpg",productTypeId:1,offerType:i.default.OFFER_TYPE.PERCENTAGE}},t.default=s},function(e,t,r){var n={"./af":61,"./af.js":61,"./ar":62,"./ar-dz":63,"./ar-dz.js":63,"./ar-kw":64,"./ar-kw.js":64,"./ar-ly":65,"./ar-ly.js":65,"./ar-ma":66,"./ar-ma.js":66,"./ar-sa":67,"./ar-sa.js":67,"./ar-tn":68,"./ar-tn.js":68,"./ar.js":62,"./az":69,"./az.js":69,"./be":70,"./be.js":70,"./bg":71,"./bg.js":71,"./bm":72,"./bm.js":72,"./bn":73,"./bn-bd":74,"./bn-bd.js":74,"./bn.js":73,"./bo":75,"./bo.js":75,"./br":76,"./br.js":76,"./bs":77,"./bs.js":77,"./ca":78,"./ca.js":78,"./cs":79,"./cs.js":79,"./cv":80,"./cv.js":80,"./cy":81,"./cy.js":81,"./da":82,"./da.js":82,"./de":83,"./de-at":84,"./de-at.js":84,"./de-ch":85,"./de-ch.js":85,"./de.js":83,"./dv":86,"./dv.js":86,"./el":87,"./el.js":87,"./en-au":88,"./en-au.js":88,"./en-ca":89,"./en-ca.js":89,"./en-gb":90,"./en-gb.js":90,"./en-ie":91,"./en-ie.js":91,"./en-il":92,"./en-il.js":92,"./en-in":93,"./en-in.js":93,"./en-nz":94,"./en-nz.js":94,"./en-sg":95,"./en-sg.js":95,"./eo":96,"./eo.js":96,"./es":97,"./es-do":98,"./es-do.js":98,"./es-mx":99,"./es-mx.js":99,"./es-us":100,"./es-us.js":100,"./es.js":97,"./et":101,"./et.js":101,"./eu":102,"./eu.js":102,"./fa":103,"./fa.js":103,"./fi":104,"./fi.js":104,"./fil":105,"./fil.js":105,"./fo":106,"./fo.js":106,"./fr":107,"./fr-ca":108,"./fr-ca.js":108,"./fr-ch":109,"./fr-ch.js":109,"./fr.js":107,"./fy":110,"./fy.js":110,"./ga":111,"./ga.js":111,"./gd":112,"./gd.js":112,"./gl":113,"./gl.js":113,"./gom-deva":114,"./gom-deva.js":114,"./gom-latn":115,"./gom-latn.js":115,"./gu":116,"./gu.js":116,"./he":117,"./he.js":117,"./hi":118,"./hi.js":118,"./hr":119,"./hr.js":119,"./hu":120,"./hu.js":120,"./hy-am":121,"./hy-am.js":121,"./id":122,"./id.js":122,"./is":123,"./is.js":123,"./it":124,"./it-ch":125,"./it-ch.js":125,"./it.js":124,"./ja":126,"./ja.js":126,"./jv":127,"./jv.js":127,"./ka":128,"./ka.js":128,"./kk":129,"./kk.js":129,"./km":130,"./km.js":130,"./kn":131,"./kn.js":131,"./ko":132,"./ko.js":132,"./ku":133,"./ku.js":133,"./ky":134,"./ky.js":134,"./lb":135,"./lb.js":135,"./lo":136,"./lo.js":136,"./lt":137,"./lt.js":137,"./lv":138,"./lv.js":138,"./me":139,"./me.js":139,"./mi":140,"./mi.js":140,"./mk":141,"./mk.js":141,"./ml":142,"./ml.js":142,"./mn":143,"./mn.js":143,"./mr":144,"./mr.js":144,"./ms":145,"./ms-my":146,"./ms-my.js":146,"./ms.js":145,"./mt":147,"./mt.js":147,"./my":148,"./my.js":148,"./nb":149,"./nb.js":149,"./ne":150,"./ne.js":150,"./nl":151,"./nl-be":152,"./nl-be.js":152,"./nl.js":151,"./nn":153,"./nn.js":153,"./oc-lnc":154,"./oc-lnc.js":154,"./pa-in":155,"./pa-in.js":155,"./pl":156,"./pl.js":156,"./pt":157,"./pt-br":158,"./pt-br.js":158,"./pt.js":157,"./ro":159,"./ro.js":159,"./ru":160,"./ru.js":160,"./sd":161,"./sd.js":161,"./se":162,"./se.js":162,"./si":163,"./si.js":163,"./sk":164,"./sk.js":164,"./sl":165,"./sl.js":165,"./sq":166,"./sq.js":166,"./sr":167,"./sr-cyrl":168,"./sr-cyrl.js":168,"./sr.js":167,"./ss":169,"./ss.js":169,"./sv":170,"./sv.js":170,"./sw":171,"./sw.js":171,"./ta":172,"./ta.js":172,"./te":173,"./te.js":173,"./tet":174,"./tet.js":174,"./tg":175,"./tg.js":175,"./th":176,"./th.js":176,"./tk":177,"./tk.js":177,"./tl-ph":178,"./tl-ph.js":178,"./tlh":179,"./tlh.js":179,"./tr":180,"./tr.js":180,"./tzl":181,"./tzl.js":181,"./tzm":182,"./tzm-latn":183,"./tzm-latn.js":183,"./tzm.js":182,"./ug-cn":184,"./ug-cn.js":184,"./uk":185,"./uk.js":185,"./ur":186,"./ur.js":186,"./uz":187,"./uz-latn":188,"./uz-latn.js":188,"./uz.js":187,"./vi":189,"./vi.js":189,"./x-pseudo":190,"./x-pseudo.js":190,"./yo":191,"./yo.js":191,"./zh-cn":192,"./zh-cn.js":192,"./zh-hk":193,"./zh-hk.js":193,"./zh-mo":194,"./zh-mo.js":194,"./zh-tw":195,"./zh-tw.js":195};function i(e){var t=a(e);return r(t)}function a(e){if(!r.o(n,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return n[e]}i.keys=function(){return Object.keys(n)},i.resolve=a,e.exports=i,i.id=261},function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&n(t,e,r);return i(t,e),t},s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const o=a(r(24)),d=s(r(0)),u=s(r(263)),h=s(r(38)),c=s(r(37)),l=s(r(270)),f=r(271),_=s(r(272)),p=async(e=750)=>new Promise(t=>setTimeout(()=>t(!0),e));t.default=class{constructor(e,t,r){this.getToken=()=>this.xhr.getToken(),this.setToken=e=>this.xhr.setToken(e),this.removeToken=()=>this.xhr.removeToken(),this.setLang=e=>{this.lang=e,this.xhr.setLang(e)},this.configList=()=>this.xhr.req(h.default.CONFIG.METHOD)(h.default.CONFIG.PATH,h.default.CONFIG.DATA_KEY),this.citiesPage=async(e,t=1e3)=>this.xhr.reqWithPage(h.default.CITIES.METHOD)(h.default.CITIES.PATH,h.default.CITIES.DATA_KEY,{limit:t,page:e}),this.citiesAll=async()=>{var e,t;if(!this.forceRequest){const e=l.default.cities(this.lang);if(e)return Promise.resolve(e)}let r=[],n=0,i=!1;for(;!i;){n+=1;const a=await this.citiesPage(n);r=r.concat(a.data),a.pagination&&(null===(e=a.pagination)||void 0===e?void 0:e.currentPage)===(null===(t=a.pagination)||void 0===t?void 0:t.totalPages)&&(i=!0)}return Promise.resolve(r)},this.city=async e=>{if(!this.forceRequest){const t=l.default.city(this.lang,e);if(t)return Promise.resolve(t)}return this.xhr.req(h.default.CITY.METHOD)(c.default.setParameterId(h.default.CITY.PATH,e,"cityId"),h.default.CITY.DATA_KEY)},this.cityInfo=async e=>{if(!this.forceRequest){const t=l.default.cityInfo(this.lang,e);if(t)return Promise.resolve(t)}return this.xhr.req(h.default.CITY_INFO.METHOD)(c.default.setParameterId(h.default.CITY_INFO.PATH,e,"cityId"),h.default.CITY_INFO.DATA_KEY)},this.cityEvents=async e=>{if(!this.forceRequest){const t=l.default.citiesEvents(this.lang,e);if(t)return Promise.resolve(t)}return this.xhr.req(h.default.CITY_EVENTS.METHOD)(c.default.setParameterId(h.default.CITY_EVENTS.PATH,e,"cityId"),h.default.CITY_EVENTS.DATA_KEY)},this.citiesSearch=async e=>this.xhr.req(h.default.CITIES.METHOD)(h.default.CITIES.PATH,h.default.CITIES.DATA_KEY,{search:e}),this.suggestCity=async e=>this.xhr.req(h.default.SUGGEST_CITY.METHOD)(h.default.SUGGEST_CITY.PATH,h.default.SUGGEST_CITY.DATA_KEY,{text:e}),this.poiCategories=async(e=100,t=2)=>{if(!this.forceRequest){const e=l.default.poiCategories(this.lang);if(e)return e}return this.xhr.req(h.default.POI_CATEGORIES.METHOD)(h.default.POI_CATEGORIES.PATH,h.default.POI_CATEGORIES.DATA_KEY,{version:t,limit:e})},this.poisSearch=async e=>this.xhr.reqWithPage(h.default.POIS.METHOD)(h.default.POIS.PATH,h.default.POIS.DATA_KEY,{...e,withOffers:e.withOffers}),this.poisNameSearch=async({cityId:e,search:t,poiCategories:r,showOffersOnly:n=!0,showBookingsOnly:i=!1,limit:a=100,page:s=1})=>{if(!this.forceRequest&&""===t&&r&&r.length>0&&1===s){const t=l.default.poisAll(this.lang,e||0,r,Number(n),Number(i));if(t)return Promise.resolve(t)}return this.poisSearch({cityId:e,search:t,poiCategories:r,withOffers:Number(n),limit:a,page:s}).then(e=>({...e,data:e.data.filter(e=>e.status)}))},this.poisOpenSearch=async({cityId:e,search:t,poiCategories:r,showOffersOnly:n,showBookingsOnly:i,limit:a=100,page:s=1})=>{if(!this.forceRequest&&""===t&&r&&r.length>0&&1===s){const t=l.default.poisAll(this.lang,e||0,r,Number(n),Number(i));if(t)return Promise.resolve(t)}return this.xhr.reqWithPage(h.default.POIS.METHOD)(h.default.POIS_OPEN_SEARCH.PATH,h.default.POIS_OPEN_SEARCH.DATA_KEY,{cityId:e,search:t,poiCategories:r,showOffersOnly:Number(n),withBookings:Number(i),limit:a,page:s})},this.poisSearchAutoComplete=async()=>this.xhr.req(h.default.POIS_SEARCH_AUTO_COMPLETE.METHOD)(h.default.POIS_SEARCH_AUTO_COMPLETE.PATH,h.default.POIS_SEARCH_AUTO_COMPLETE.DATA_KEY).then(e=>e),this.poisSearchAutoCompleteTags=async(e,t)=>{if(!this.forceRequest&&t&&t.length>0){const r=l.default.autoCompleteTagsAll(this.lang,e||0,t);if(r)return Promise.resolve(r)}return this.xhr.req(h.default.POIS_SEARCH_AUTO_COMPLETE_TAGS.METHOD)(h.default.POIS_SEARCH_AUTO_COMPLETE_TAGS.PATH,h.default.POIS_SEARCH_AUTO_COMPLETE_TAGS.DATA_KEY,{cityId:e,poiCategories:t||void 0}).then(e=>e)},this.poisCoordinateSearch=async({poiCategories:e,coordinate:t,distance:r,bounds:n,showOffersOnly:i,limit:a})=>this.poisSearch({poiCategories:e,coordinate:t,distance:r,bounds:n,withOffers:Number(i),limit:a}).then(e=>e.data),this.poisMustTrySearch=async({cityId:e,mustTryIds:t,limit:r=100})=>this.poisSearch({cityId:e,mustTryIds:t,limit:r}).then(e=>e.data.filter(e=>e.status)),this.pois=async(e,t,r,n=!1)=>{const i=o.helper.removeDuplicateValues(e,(e,t)=>e===t);if(!this.forceRequest&&!n){const e=l.default.pois(this.lang,t,i);if(e)return Promise.resolve(e)}return this.poisSearch({poiIds:i.join(","),withOffers:t,cityId:r}).then(e=>e.data)},this.poi=async(e,t=1)=>{if(!this.forceRequest){const t=l.default.poi(this.lang,e);if(t)return Promise.resolve(t)}return this.xhr.req(h.default.POI.METHOD)(c.default.setParameterId(h.default.POI.PATH,e,"poiId"),h.default.POI.DATA_KEY,{withOffers:t})},this.customPois=async e=>this.xhr.req(h.default.CUSTOM_POIS.METHOD)(h.default.CUSTOM_POIS.PATH,h.default.CUSTOM_POIS.DATA_KEY,{search:e}),this.topTen=(e,t)=>{if(!this.forceRequest){const t=l.default.topTen(this.lang,e);if(t)return Promise.resolve(t)}return this.xhr.req(h.default.TOP_TEN.METHOD)(h.default.TOP_TEN.PATH,h.default.TOP_TEN.DATA_KEY,{cityId:e,poiCategories:t})},this.register=async e=>this.xhr.req(h.default.REGISTER.METHOD)(h.default.REGISTER.PATH,h.default.REGISTER.DATA_KEY,e),this.loginGuest=async e=>this.xhr.req(h.default.LOGIN_GUEST.METHOD)(h.default.LOGIN_GUEST.PATH,h.default.LOGIN_GUEST.DATA_KEY,{email:e+"@tripianguest.com",password:"tripian123."}),this.login=async e=>this.xhr.req(h.default.LOGIN.METHOD)(h.default.LOGIN.PATH,h.default.LOGIN.DATA_KEY,e),this.loginEmail=async(e,t,r)=>this.login({email:e,password:t,business:r}),this.loginCognito=async(e,t,r)=>this.xhr.req(h.default.LOGIN_COGNITO.METHOD)(h.default.LOGIN_COGNITO.PATH,h.default.LOGIN_COGNITO.DATA_KEY,{code:e,redirectUrl:t,device:r}),this.logout=()=>{this.removeToken(),(0,_.default)()},this.lightRegisterLogin=async e=>this.xhr.req(h.default.LIGHT_REGISTER_LOGIN.METHOD)(h.default.LIGHT_REGISTER_LOGIN.PATH,h.default.LIGHT_REGISTER_LOGIN.DATA_KEY,{uniqueId:e}),this.lightLoginHash=async e=>this.xhr.req(h.default.LIGHT_HASH_LOGIN.METHOD)(h.default.LIGHT_HASH_LOGIN.PATH,h.default.LIGHT_HASH_LOGIN.DATA_KEY,{tripHash:e}),this.refreshToken=async(e=!1)=>{const t=this.xhr.getToken();if(t){const r=c.default.parseToken(t);if(r){if(e)return this.xhr.req(h.default.REFRESH_TOKEN.METHOD)(h.default.REFRESH_TOKEN.PATH,h.default.REFRESH_TOKEN.DATA_KEY,{refreshToken:t.refreshToken}).then(e=>{const r={...e,refreshToken:t.refreshToken};return this.setToken(r),setTimeout(()=>{this.refreshToken(!0)},354e4),r});const n=c.default.accessTokenExpSecond(r);if(n>360)return setTimeout(()=>{this.refreshToken(!0)},1e3*(n-60)),new Promise(e=>e(t));const{refreshToken:i}=t;if(c.default.refreshTokenExpSecond(r)>86400)return this.xhr.req(h.default.REFRESH_TOKEN.METHOD)(h.default.REFRESH_TOKEN.PATH,h.default.REFRESH_TOKEN.DATA_KEY,{refreshToken:i}).then(e=>{const t={...e,refreshToken:i};return this.setToken(t),setTimeout(()=>{this.refreshToken(!0)},354e4),t});throw new Error("Tcore refresh token expired")}throw new Error("Tcore doesn't have a valid token object")}throw new Error("Tcore doesn't have a token object")},this.user=async(e=this.forceRequest)=>{if(!e){const e=l.default.user();if(e)return Promise.resolve(e)}return this.xhr.req(h.default.USER.METHOD)(h.default.USER.PATH,h.default.USER.DATA_KEY)},this.userUpdate=async e=>this.xhr.req(h.default.USER_UPDATE.METHOD)(h.default.USER_UPDATE.PATH,h.default.USER_UPDATE.DATA_KEY,{...e}),this.userDelete=async()=>this.xhr.req(h.default.USER_DELETE.METHOD)(h.default.USER_DELETE.PATH,h.default.USER_DELETE.DATA_KEY).then(e=>(this.removeToken(),(0,_.default)(),e)),this.userResetPassword=async(e,t)=>this.xhr.req(h.default.USER_RESET_PASSWORD.METHOD)(h.default.USER_RESET_PASSWORD.PATH,h.default.USER_UPDATE.DATA_KEY,{email:e,resetPasswordUrl:t}),this.userUpdatePassword=async(e,t)=>this.xhr.req(h.default.USER_UPDATE_PASSWORD.METHOD)(h.default.USER_UPDATE_PASSWORD.PATH,h.default.USER_UPDATE_PASSWORD.DATA_KEY,{password:e,hash:t}),this.notifications=async()=>this.xhr.req(h.default.NOTIFICATIONS.METHOD)(h.default.NOTIFICATIONS.PATH,h.default.NOTIFICATIONS.DATA_KEY).then(e=>e),this.notificationsUnseen=async()=>this.xhr.req(h.default.NOTIFICATIONS_UNSEEN.METHOD)(h.default.NOTIFICATIONS_UNSEEN.PATH,h.default.NOTIFICATIONS_UNSEEN.DATA_KEY).then(e=>e),this.notificationsUpdateUnseen=async()=>this.xhr.req(h.default.NOTIFICATIONS_UPDATE_UNSEEN.METHOD)(h.default.NOTIFICATIONS_UPDATE_UNSEEN.PATH,h.default.NOTIFICATIONS_UPDATE_UNSEEN.DATA_KEY),this.notificationsSettings=async()=>this.xhr.req(h.default.NOTIFICATIONS_SETTINGS.METHOD)(h.default.NOTIFICATIONS_SETTINGS.PATH,h.default.NOTIFICATIONS_SETTINGS.DATA_KEY).then(e=>e),this.notificationsUpdateSettings=async(e,t)=>this.xhr.req(h.default.NOTIFICATIONS_UPDATE_SETTINGS.METHOD)(h.default.NOTIFICATIONS_UPDATE_SETTINGS.PATH,h.default.NOTIFICATIONS_UPDATE_SETTINGS.DATA_KEY,{settingId:e,checked:t}).then(e=>e),this.companions=async(e=this.forceRequest)=>{if(!e){const e=l.default.companions(this.lang);if(e)return Promise.resolve(e)}return this.xhr.reqWithPage(h.default.COMPANIONS.METHOD)(h.default.COMPANIONS.PATH,h.default.COMPANIONS.DATA_KEY,{limit:100}).then(e=>e.data)},this.companionAdd=async e=>this.xhr.req(h.default.COMPANION_ADD.METHOD)(h.default.COMPANION_ADD.PATH,h.default.COMPANION_ADD.DATA_KEY,{...e}),this.companionUpdate=async e=>this.xhr.req(h.default.COMPANION_UPDATE.METHOD)(c.default.setParameterId(h.default.COMPANION_UPDATE.PATH,e.id,"companionId"),h.default.COMPANION_UPDATE.DATA_KEY,{title:e.title,name:e.name,answers:e.answers,age:e.age}),this.companionDelete=async e=>this.xhr.req(h.default.COMPANION_DELETE.METHOD)(c.default.setParameterId(h.default.COMPANION_DELETE.PATH,e,"companionId"),h.default.COMPANION_DELETE.DATA_KEY).then(e=>e.recordId),this.favorites=async e=>{if(!this.forceRequest&&e){const t=l.default.favorites(this.lang,e);if(t)return Promise.resolve(t)}return this.xhr.reqWithPage(h.default.FAVORITES.METHOD)(h.default.FAVORITES.PATH,h.default.FAVORITES.DATA_KEY,{cityId:e}).then(e=>e.data)},this.favoriteAdd=async(e,t)=>this.xhr.req(h.default.FAVORITE_ADD.METHOD)(h.default.FAVORITE_ADD.PATH,h.default.FAVORITE_ADD.DATA_KEY,{poiId:e,tripHash:t}),this.favoriteDelete=async e=>this.xhr.req(h.default.FAVORITE_DELETE.METHOD)(c.default.setParameterId(h.default.FAVORITE_DELETE.PATH,e,"favoriteId"),h.default.FAVORITE_DELETE.DATA_KEY).then(e=>e.recordId),this.reactions=async(e,t,r=1)=>{if(!this.forceRequest){const t=l.default.userReactions(this.lang,e);if(t)return Promise.resolve(t)}return this.xhr.reqWithPage(h.default.REACTIONS.METHOD)(h.default.REACTIONS.PATH,h.default.REACTIONS.DATA_KEY,{reaction:t,tripHash:e,page:r,limit:100}).then(e=>e.data)},this.reactionAdd=async e=>this.xhr.req(h.default.REACTION_ADD.METHOD)(h.default.REACTION_ADD.PATH,h.default.REACTION_ADD.DATA_KEY,e),this.reactionUpdate=async(e,t)=>this.xhr.req(h.default.REACTION_UPDATE.METHOD)(c.default.setParameterId(h.default.REACTION_UPDATE.PATH,e,"reactionId"),h.default.REACTION_UPDATE.DATA_KEY,{comment:t}),this.reactionDelete=async e=>this.xhr.req(h.default.REACTION_DELETE.METHOD)(c.default.setParameterId(h.default.REACTION_DELETE.PATH,e,"reactionId"),h.default.REACTION_DELETE.DATA_KEY).then(e=>e.recordId),this.plan=async(e,t=!0,r=1e3,n=60)=>this.xhr.req(h.default.PLAN.METHOD)(c.default.setParameterId(h.default.PLAN.PATH,e,"planId"),h.default.PLAN.DATA_KEY,{}).then(async i=>{if(t&&0===i.generatedStatus&&n>0){if(await p(r))return this.plan(e,t,r,n-1)}return i}),this.planRouteUrl=async(e,t)=>this.xhr.req(h.default.PLAN_ROUTE_URL.METHOD)(h.default.PLAN_ROUTE_URL.PATH,h.default.PLAN_ROUTE_URL.DATA_KEY,{planId:e,tripHash:t}),this.planUpdate=async(e,t)=>this.xhr.req(h.default.PLAN_UPDATE.METHOD)(c.default.setParameterId(h.default.PLAN_UPDATE.PATH,e,"planId"),h.default.PLAN_UPDATE.DATA_KEY,{...t}),this.planUpdateOrders=async(e,t)=>this.planUpdate(e,{stepOrders:t}),this.planUpdateTime=async(e,t,r)=>this.planUpdate(e,{startTime:t,endTime:r}),this.stepAdd=async(e,t,r,n)=>this.xhr.req(h.default.STEP_ADD.METHOD)(h.default.STEP_ADD.PATH,h.default.STEP_ADD.DATA_KEY,{planId:e,poiId:t,startTime:r,endTime:n}),this.customStepAdd=async(e,t,r,n,i)=>this.xhr.req(h.default.STEP_ADD.METHOD)(h.default.STEP_ADD.PATH,h.default.STEP_ADD.DATA_KEY,{planId:e,customPoi:t,stepType:r,startTime:n,endTime:i}),this.stepUpdateTimes=async(e,t,r)=>this.xhr.req(h.default.STEP_UPDATE.METHOD)(c.default.setParameterId(h.default.STEP_UPDATE.PATH,e,"stepId"),h.default.STEP_UPDATE.DATA_KEY,{startTime:t,endTime:r}),this.stepReplace=async(e,t)=>this.xhr.req(h.default.STEP_UPDATE.METHOD)(c.default.setParameterId(h.default.STEP_UPDATE.PATH,e,"stepId"),h.default.STEP_UPDATE.DATA_KEY,{poiId:t}),this.stepDelete=async e=>this.xhr.req(h.default.STEP_DELETE.METHOD)(c.default.setParameterId(h.default.STEP_DELETE.PATH,e,"stepId"),h.default.STEP_DELETE.DATA_KEY).then(e=>e.recordId),this.questions=async(e,t=o.default.QUESTIONS_CATEGORY.TRIP)=>{const r=`${h.default.QUESTIONS.DATA_KEY}-${t}`;if(!this.forceRequest){const e=l.default.questions(this.lang,r);if(e)return Promise.resolve(e)}return this.xhr.reqWithPage(h.default.QUESTIONS.METHOD)(h.default.QUESTIONS.PATH,r,{cityId:e,category:t,version:2}).then(e=>e.data.filter(e=>e.answers.length>0)).then(e=>((0,f.allQuestionsData)(this.lang),e))},this.questionsTrip=async e=>this.questions(e,o.default.QUESTIONS_CATEGORY.TRIP),this.questionsProfile=async e=>this.questions(e,o.default.QUESTIONS_CATEGORY.PROFILE),this.questionsCompanion=async e=>this.questions(e,o.default.QUESTIONS_CATEGORY.COMPANION),this.questionsAll=async e=>{const t=this.questionsTrip(e),r=this.questionsProfile(e),n=this.questionsCompanion(e);return Promise.all([t,r,n]).then(e=>[].concat(...e))},this.tripRefs=async(e=40)=>{if(!this.forceRequest){const e=l.default.tripRefs();if(e)return Promise.resolve(e)}return this.xhr.reqWithPage(h.default.TRIPS.METHOD)(h.default.TRIPS.PATH,h.default.TRIPS.DATA_KEY,{limit:e}).then(e=>e.data)},this.tripRef=async e=>this.xhr.req(h.default.TRIP_WITH_HASH.METHOD)(c.default.setParameter(h.default.TRIP_WITH_HASH.PATH,{key:"hash",value:e}),h.default.TRIP_WITH_HASH.DATA_KEY).then(e=>e),this.trip=async(e,t=0,r=this.forceRequest,n=1e3,i=60)=>{if(!r){const r=l.default.trip(this.lang,e,t);if(r)return Promise.resolve(r)}return this.xhr.req(h.default.TRIP.METHOD)(c.default.setParameter(h.default.TRIP.PATH,{key:"tripHash",value:e}),h.default.TRIP.DATA_KEY).then(async e=>{const a=e.plans.length-1<t?e.plans.length-1:t;if((0===e.plans[a].generatedStatus||-2===e.plans[a].generatedStatus)&&i>0){if(await p(n))return this.trip(e.tripHash,a,r,void 0,i-1)}return e})},this.tripAdd=async(e,t)=>this.xhr.req(h.default.TRIP_ADD.METHOD)(h.default.TRIP_ADD.PATH,h.default.TRIP_ADD.DATA_KEY,{...e}).then(e=>void 0===t?e:this.trip(e.tripHash,t)),this.tripClone=async e=>this.xhr.req(h.default.TRIP_CLONE.METHOD)(c.default.setParameter(h.default.TRIP_CLONE.PATH,{key:"tripHash",value:e}),h.default.TRIP_CLONE.DATA_KEY).then(e=>e),this.tripCloneCombo=async e=>this.tripClone(e).then(async e=>({trip:e,tripReferences:await this.tripRefs()})),this.tripUpdate=async(e,t,r=0)=>this.xhr.req(h.default.TRIP_UPDATE.METHOD)(c.default.setParameter(h.default.TRIP_UPDATE.PATH,{key:"tripHash",value:e}),h.default.TRIP_UPDATE.DATA_KEY,{...t}).then(e=>this.trip(e.tripHash,r)),this.tripNameUpdate=async(e,t)=>this.xhr.req(h.default.TRIP_UPDATE.METHOD)(c.default.setParameter(h.default.TRIP_UPDATE.PATH,{key:"tripHash",value:e}),h.default.TRIP_UPDATE.DATA_KEY,{...t}).then(e=>e),this.tripDelete=async e=>this.xhr.req(h.default.TRIP_DELETE.METHOD)(c.default.setParameter(h.default.TRIP_DELETE.PATH,{key:"tripHash",value:e}),h.default.TRIP_DELETE.DATA_KEY).then(e=>e.recordId),this.tripDownloadIcs=async e=>this.xhr.req(h.default.TRIP_DOWNLOAD_ICS.METHOD)(c.default.setParameter(h.default.TRIP_DOWNLOAD_ICS.PATH,{key:"tripHash",value:e}),h.default.TRIP_DOWNLOAD_ICS.DATA_KEY,void 0,{headers:{"Content-Type":"text/calendar"},responseType:"blob"}).then(e=>{const t=URL.createObjectURL(e.data),r=document.createElement("a");r.href=t;const n=e.headers["content-disposition"].split(";")[1].split("=")[1].replace(/"/g,"");r.setAttribute("download",n),document.body.appendChild(r),r.click(),document.body.removeChild(r),URL.revokeObjectURL(t)}),this.tripGetShared=async(e,t=!0)=>this.xhr.req(h.default.TRIP_GET_SHARED.METHOD)(c.default.setParameter(h.default.TRIP_GET_SHARED.PATH,{key:"tripHash",value:e}),h.default.TRIP_GET_SHARED.DATA_KEY).then(async e=>{const r=(0,d.default)(e.tripProfile.arrivalDatetime).diff((0,d.default)(),"weeks",!1);if(r<4&&t){const t=o.helper.deepCopy(e),n=4-r,i=(0,d.default)(t.tripProfile.arrivalDatetime).add(n,"weeks"),a=(0,d.default)(t.tripProfile.departureDatetime).add(n,"weeks");return t.tripProfile.arrivalDatetime=i.format("YYYY-MM-DDTHH:mm:ss[Z]"),t.tripProfile.departureDatetime=a.format("YYYY-MM-DDTHH:mm:ss[Z]"),t.plans.forEach((e,t)=>{e.date=i.clone().add(t,"days").format("YYYY-MM-DD")}),t}return e}),this.tripShare=async(e,t)=>this.xhr.req(h.default.TRIP_SHARE.METHOD)(c.default.setParameter(h.default.TRIP_SHARE.PATH,{key:"tripHash",value:e}),h.default.TRIP_SHARE.DATA_KEY,{share:t}).then(async e=>e.share),this.reservations=async(e,t,r,n,i,a,s=100)=>{if(!this.forceRequest){const e=l.default.reservations(this.lang);if(e)return Promise.resolve(e)}return this.xhr.reqWithPage(h.default.RESERVATIONS.METHOD)(h.default.RESERVATIONS.PATH,h.default.RESERVATIONS.DATA_KEY,{cityId:e,tripHash:t,poiId:r,provider:n,dateFrom:i,dateTo:a,limit:s}).then(e=>e.data)},this.reservationAdd=async e=>this.xhr.req(h.default.RESERVATION_ADD.METHOD)(h.default.RESERVATION_ADD.PATH,h.default.RESERVATION_ADD.DATA_KEY,{...e}),this.reservationUpdate=async e=>this.xhr.req(h.default.RESERVATION_UPDATE.METHOD)(c.default.setParameterId(h.default.RESERVATION_UPDATE.PATH,e.id,"reservationId"),h.default.RESERVATION_UPDATE.DATA_KEY,{key:e.key,value:e.value,provider:e.provider,tripHash:e.tripHash,poiId:e.poiId}),this.reservationDelete=async e=>this.xhr.req(h.default.RESERVATION_DELETE.METHOD)(c.default.setParameterId(h.default.RESERVATION_DELETE.PATH,e,"reservationId"),h.default.RESERVATION_DELETE.DATA_KEY).then(e=>e.recordId),this.feedbacks=async()=>this.xhr.req(h.default.FEEDBACKS.METHOD)(h.default.FEEDBACKS.PATH,h.default.FEEDBACKS.DATA_KEY),this.userFeedbacks=async(e=!1)=>{if(!this.forceRequest&&!e){const e=l.default.userFeedbacks(this.lang);if(e)return e}return this.xhr.req(h.default.USER_FEEDBACKS.METHOD)(h.default.USER_FEEDBACKS.PATH,h.default.USER_FEEDBACKS.DATA_KEY)},this.feedbackSend=async e=>this.xhr.req(h.default.SEND_FEEDBACK.METHOD)(h.default.SEND_FEEDBACK.PATH,h.default.SEND_FEEDBACK.DATA_KEY,{...e}).then(()=>this.userFeedbacks(!0)),this.feedbackReply=async e=>this.xhr.req(h.default.SEND_FEEDBACK.METHOD)(h.default.REPLY_FEEDBACK.PATH,h.default.SEND_FEEDBACK.DATA_KEY,{...e}).then(()=>this.userFeedbacks(!0)),this.feedbackUpdate=async(e,t)=>this.xhr.req(h.default.UPDATE_FEEDBACK.METHOD)(c.default.setParameterId(h.default.UPDATE_FEEDBACK.PATH,e,"feedbackId"),h.default.UPDATE_FEEDBACK.DATA_KEY,{isRead:t}).then(()=>this.userFeedbacks(!0)),this.productTypes=async()=>this.xhr.req(h.default.OFFER_PRODUCT_TYPES.METHOD)(h.default.OFFER_PRODUCT_TYPES.PATH,h.default.OFFER_PRODUCT_TYPES.DATA_KEY).then(e=>e),this.offerSearch=async(e,t,r,n)=>this.xhr.reqWithPage(h.default.OFFERS.METHOD)(h.default.OFFERS.PATH,h.default.OFFERS.DATA_KEY,{dateFrom:e,dateTo:t,boundary:r,page:1,limit:50}).then(e=>{if(0===e.data.length)return[];const t=e.data.map(e=>e.tripianPoiId);return this.pois(t,Number(n),void 0,!0)}),this.offersOptIn=async(e,t)=>this.xhr.req(h.default.OFFERS_OPT_IN.METHOD)(h.default.OFFERS_OPT_IN.PATH,h.default.OFFERS_OPT_IN.DATA_KEY,{dateFrom:e,dateTo:t}),this.myCampaignOffers=async e=>this.xhr.req(h.default.OFFERS_OPT_IN.METHOD)(h.default.OFFERS_OPT_IN.PATH,h.default.OFFERS_OPT_IN.DATA_KEY,{campaignId:e}),this.offerSearchCampaign=async(e,t)=>this.xhr.reqWithPage(h.default.OFFERS.METHOD)(h.default.OFFERS.PATH,h.default.OFFERS.DATA_KEY,{campaignId:e}).then(e=>{if(0===e.data.length)return[];const r=e.data.map(e=>e.tripianPoiId);return this.pois(r,Number(t),void 0,!0)}),this.offerSearchNew=async(e,t,r)=>this.xhr.reqWithPage(h.default.OFFERS.METHOD)(h.default.OFFERS.PATH,h.default.OFFERS.DATA_KEY,{dateFrom:e,dateTo:t,boundary:r,page:1,limit:50}),this.offer=async e=>this.xhr.req(h.default.OFFER.METHOD)(c.default.setParameterId(h.default.OFFER.PATH,e,"offerId"),h.default.OFFER.DATA_KEY,{}).then(e=>e),this.offerUpdateOptIn=async(e,t)=>this.xhr.req(h.default.OFFER_UPDATE.METHOD)(c.default.setParameterId(h.default.OFFER_UPDATE.PATH,e,"offerId"),h.default.OFFER_UPDATE.DATA_KEY,{optInDate:t}).then(e=>e),this.offerDelete=async e=>this.xhr.req(h.default.OFFER_DELETE.METHOD)(c.default.setParameterId(h.default.OFFER_DELETE.PATH,e,"offerId"),h.default.OFFER_DELETE.DATA_KEY).then(e=>e),this.offerRedeemStatusUpdate=async(e,t)=>this.xhr.req(h.default.OFFER_REDEEM_STATUS_UPDATE.METHOD)(c.default.setParameterId(h.default.OFFER_REDEEM_STATUS_UPDATE.PATH,e,"offerId"),h.default.OFFER_REDEEM_STATUS_UPDATE.DATA_KEY,{status:t}).then(e=>e.status),this.offerRedeemStatus=async e=>this.xhr.req(h.default.OFFER_REDEEM_STATUS.METHOD)(c.default.setParameterId(h.default.OFFER_REDEEM_STATUS.PATH,e,"offerId"),h.default.OFFER_REDEEM_STATUS.DATA_KEY).then(e=>e.status),this.businessSearch=async(e,t,r)=>this.xhr.req(h.default.BUSINESS_SEARCH.METHOD)(h.default.BUSINESS_SEARCH.PATH,h.default.BUSINESS_SEARCH.DATA_KEY,{q:e,cityId:t,bounds:r}),this.businessAssign=async e=>this.xhr.req(h.default.BUSINESS_USER_ASSIGN.METHOD)(h.default.BUSINESS_USER_ASSIGN.PATH,h.default.BUSINESS_USER_ASSIGN.DATA_KEY,{tripianPoiId:e}),this.startVerify=async(e,t)=>this.xhr.req(h.default.BUSINESS_VERIFY_START.METHOD)(h.default.BUSINESS_VERIFY_START.PATH,h.default.BUSINESS_VERIFY_START.DATA_KEY,{to_:e,channel:t}),this.checkVerify=async(e,t,r)=>this.xhr.req(h.default.BUSINESS_VERIFY_CHECK.METHOD)(h.default.BUSINESS_VERIFY_CHECK.PATH,h.default.BUSINESS_VERIFY_CHECK.DATA_KEY,{to_:e,channel:t,code:r}),this.business=async()=>this.xhr.req(h.default.BUSINESS.METHOD)(h.default.BUSINESS.PATH,h.default.BUSINESS.DATA_KEY),this.businessOffers=async(e,t=1,r)=>this.xhr.reqWithPage(h.default.BUSINESS_OFFERS.METHOD)(h.default.BUSINESS_OFFERS.PATH,h.default.BUSINESS_OFFERS.DATA_KEY,{status:""+e.join(","),page:t,limit:r}),this.businessOfferAdd=async e=>this.xhr.req(h.default.BUSINESS_OFFER_ADD.METHOD)(h.default.BUSINESS_OFFER_ADD.PATH,h.default.BUSINESS_OFFER_ADD.DATA_KEY,{...e}),this.businessVoucherOfferAdd=async e=>this.xhr.req(h.default.BUSINESS_OFFER_ADD.METHOD)(h.default.BUSINESS_OFFER_ADD.PATH,h.default.BUSINESS_OFFER_ADD.DATA_KEY,{...e}),this.businessOffer=async e=>this.xhr.req(h.default.BUSINESS_OFFER.METHOD)(c.default.setParameterId(h.default.BUSINESS_OFFER.PATH,e,"offerId"),h.default.BUSINESS_OFFER.DATA_KEY),this.businessOfferStatusUpdate=async(e,t)=>this.xhr.req(h.default.BUSINESS_OFFER_UPDATE.METHOD)(c.default.setParameterId(h.default.BUSINESS_OFFER_UPDATE.PATH,e,"offerId"),h.default.BUSINESS_OFFER_UPDATE.DATA_KEY,{offerId:e,status:t}),this.businessOfferImageUpdate=async(e,t)=>this.xhr.req(h.default.BUSINESS_OFFER_UPDATE.METHOD)(c.default.setParameterId(h.default.BUSINESS_OFFER_UPDATE.PATH,e,"offerId"),h.default.BUSINESS_OFFER_UPDATE.DATA_KEY,{offerId:e,imageUrl:t}),this.businessOfferDelete=async e=>this.xhr.req(h.default.BUSINESS_OFFER_DELETE.METHOD)(c.default.setParameterId(h.default.BUSINESS_OFFER_DELETE.PATH,e,"offerId"),h.default.BUSINESS_OFFER_DELETE.DATA_KEY).then(e=>e.recordId),this.businessOfferCustomers=async e=>this.xhr.req(h.default.BUSINESS_OFFER_CUSTOMERS.METHOD)(c.default.setParameterId(h.default.BUSINESS_OFFER_CUSTOMERS.PATH,e,"offerId"),h.default.BUSINESS_OFFER_CUSTOMERS.DATA_KEY),this.businessOfferFileUpload=async e=>this.xhr.req(h.default.BUSINESS_OFFER_FILE_UPLOAD.METHOD)(h.default.BUSINESS_OFFER_FILE_UPLOAD.PATH,h.default.BUSINESS_OFFER_FILE_UPLOAD.DATA_KEY,{file:e},{"Content-Type":"multipart/form-data"}),this.businessOfferRedeemStatusUpdate=async(e,t,r)=>this.xhr.req(h.default.BUSINESS_OFFER_REDEEM_STATUS_UPDATE.METHOD)(c.default.setParameters(h.default.BUSINESS_OFFER_REDEEM_STATUS_UPDATE.PATH,[{key:"offerId",value:e.toString()},{key:"userId",value:t.toString()}]),h.default.BUSINESS_OFFER_REDEEM_STATUS_UPDATE.DATA_KEY,{status:r}).then(e=>e.status),this.businessOfferRedeemStatus=async(e,t)=>this.xhr.req(h.default.BUSINESS_OFFER_REDEEM_STATUS.METHOD)(c.default.setParameters(h.default.BUSINESS_OFFER_REDEEM_STATUS.PATH,[{key:"offerId",value:e.toString()},{key:"userId",value:t.toString()}]),h.default.BUSINESS_OFFER_REDEEM_STATUS.DATA_KEY).then(e=>e.status),this.businessPreRegister=async e=>this.xhr.req(h.default.BUSINESS_PRE_REGISTER.METHOD)(h.default.BUSINESS_PRE_REGISTER.PATH,h.default.BUSINESS_PRE_REGISTER.DATA_KEY,e),this.businessCampaigns=async(e,t=1e3)=>this.xhr.reqWithPage(h.default.BUSINESS_CAMPAIGNS.METHOD)(h.default.BUSINESS_CAMPAIGNS.PATH,h.default.BUSINESS_CAMPAIGNS.DATA_KEY,{limit:t,page:e}),this.businessCampaign=async e=>this.xhr.req(h.default.BUSINESS_CAMPAIGN.METHOD)(c.default.setParameterId(h.default.BUSINESS_CAMPAIGN.PATH,e,"campaignId"),h.default.BUSINESS_CAMPAIGN.DATA_KEY),this.businessCampaignUpdate=async(e,t)=>this.xhr.req(h.default.BUSINESS_CAMPAIGN_UPDATE.METHOD)(c.default.setParameterId(h.default.BUSINESS_CAMPAIGN_UPDATE.PATH,e,"campaignId"),h.default.BUSINESS_CAMPAIGN_UPDATE.DATA_KEY,t).then(e=>e.updated),this.businessCampaignAdd=async e=>this.xhr.req(h.default.BUSINESS_CAMPAIGN_ADD.METHOD)(h.default.BUSINESS_CAMPAIGN_ADD.PATH,h.default.BUSINESS_CAMPAIGN_ADD.DATA_KEY,e).then(e=>e.campaignId),this.businessCouponApplications=async(e,t,r=150)=>this.xhr.reqWithPage(h.default.BUSINESS_COUPON_APPLICATIONS.METHOD)(h.default.BUSINESS_COUPON_APPLICATIONS.PATH,h.default.BUSINESS_COUPON_APPLICATIONS.DATA_KEY,{page:e,status:t,limit:r}),this.businessCouponApplication=async e=>this.xhr.req(h.default.BUSINESS_COUPON_APPLICATION.METHOD)(c.default.setParameterId(h.default.BUSINESS_COUPON_APPLICATION.PATH,e,"applicationId"),h.default.BUSINESS_COUPON_APPLICATION.DATA_KEY),this.businessCouponApplicationAdd=async e=>this.xhr.req(h.default.BUSINESS_COUPON_APPLICATION_ADD.METHOD)(h.default.BUSINESS_COUPON_APPLICATION_ADD.PATH,h.default.BUSINESS_COUPON_APPLICATION_ADD.DATA_KEY,{formDatas:e}).then(e=>e.applicationId),this.businessCouponApplicationUserUpdate=async(e,t,r,n=0,i,a,s)=>this.xhr.req(h.default.BUSINESS_COUPON_APPLICATION_USER_UPDATE.METHOD)(c.default.setParameters(h.default.BUSINESS_COUPON_APPLICATION_USER_UPDATE.PATH,[{key:"applicationId",value:e.toString()},{key:"travelerId",value:t.toString()}]),h.default.BUSINESS_COUPON_APPLICATION_USER_UPDATE.DATA_KEY,{campaignId:n,status:r?1:-1,bookingDate:i,notes:a,amount:s}).then(e=>e.updated),this.businessCouponApplicationUserApprove=async(e,t,r,n,i)=>this.businessCouponApplicationUserUpdate(e,t,!0,r,n,void 0,i).then(t=>{if(t)return this.businessCouponApplication(e)}),this.businessCouponApplicationUserReject=async(e,t,r,n,i)=>this.businessCouponApplicationUserUpdate(e,t,!1,r,n,i).then(t=>{if(t)return this.businessCouponApplication(e)}),this.businessCouponApplicationFileUpload=async e=>this.xhr.req(h.default.BUSINESS_COUPON_FILE_UPLOAD.METHOD)(h.default.BUSINESS_COUPON_FILE_UPLOAD.PATH,h.default.BUSINESS_COUPON_FILE_UPLOAD.DATA_KEY,{file:e},{"Content-Type":"multipart/form-data"}),this.coupons=async(e,t=1e3)=>this.xhr.reqWithPage(h.default.COUPONS.METHOD)(h.default.COUPONS.PATH,h.default.COUPONS.DATA_KEY,{limit:t,page:e}),this.payment=async e=>this.xhr.req(h.default.PAYMENT.METHOD)(c.default.setParameters(h.default.PAYMENT.PATH,[{key:"offerId",value:e.toString()}]),h.default.PAYMENT.DATA_KEY),this.campaignReport=async(e,t)=>this.xhr.reqWithPage(h.default.CAMPAIGN_REPORT.METHOD)(c.default.setParameters(h.default.CAMPAIGN_REPORT.PATH,[{key:"campaignId",value:e.toString()}]),h.default.CAMPAIGN_REPORT.DATA_KEY,{...t}),this.campaignReportPay=async(e,t)=>this.xhr.req(h.default.CAMPAIGN_REPORT_PAY.METHOD)(c.default.setParameters(h.default.CAMPAIGN_REPORT_PAY.PATH,[{key:"campaignId",value:e.toString()},{key:"id",value:t.toString()}]),h.default.CAMPAIGN_REPORT.DATA_KEY).then(e=>e.updated),this.campaignCustomerReport=async(e,t)=>this.xhr.reqWithPage(h.default.CAMPAIGN_CUSTOMER_REPORT.METHOD)(c.default.setParameters(h.default.CAMPAIGN_CUSTOMER_REPORT.PATH,[{key:"campaignId",value:e.toString()}]),h.default.CAMPAIGN_CUSTOMER_REPORT.DATA_KEY,{...t}).then(e=>(e.data.forEach(e=>{e.lengthOfStay=(0,d.default)(e.customerDepartureDate).diff((0,d.default)(e.customerArrivalDate),"days",!1)}),e)),this.businessReport=async e=>this.xhr.reqWithPage(h.default.BUSINESS_REPORT.METHOD)(h.default.BUSINESS_REPORT.PATH,h.default.BUSINESS_REPORT.DATA_KEY,{...e}),this.businessPreRegisterReport=async e=>this.xhr.reqWithPage(h.default.BUSINESS_PRE_REGISTER_REPORT.METHOD)(h.default.BUSINESS_PRE_REGISTER_REPORT.PATH,h.default.BUSINESS_PRE_REGISTER_REPORT.DATA_KEY,{...e}),this.businessOfferReport=async(e=1,t=1e3)=>this.xhr.reqWithPage(h.default.BUSINESS_OFFER_REPORT.METHOD)(h.default.BUSINESS_OFFER_REPORT.PATH,h.default.BUSINESS_OFFER_REPORT.DATA_KEY,{page:e,limit:t}),this.businessExport=async(e,t)=>this.xhr.req(h.default.BUSINESS_EXPORT.METHOD)(h.default.BUSINESS_EXPORT.PATH,h.default.BUSINESS_EXPORT.DATA_KEY,{reportType:e,campaignId:t}),this.translationList=async()=>this.xhr.req(h.default.TRANSLATIONS.METHOD)(h.default.TRANSLATIONS.PATH,h.default.TRANSLATIONS.DATA_KEY),this.log=async(e,t={},r="ERROR")=>{var n;const{baseURL:i,xApiKey:a,email:s}=this.xhr.info();return this.xhr.req(h.default.LOGS.METHOD)(h.default.LOGS.PATH,h.default.LOGS.DATA_KEY,{message:{platform:"web",type:r,g_api_customer_id:0,user_id:0,uri_params:{},query_params:{apibaseURL:i},api_key:a,endpoint:null!==(n=null===window||void 0===window?void 0:window.location.href)&&void 0!==n?n:"",response_msg:e,request_params:{email:s,...t}}})},this.visaIframeToken=async()=>this.xhr.req(h.default.VISA_IFRAME_TOKEN.METHOD)(h.default.VISA_IFRAME_TOKEN.PATH,h.default.OFFER.DATA_KEY).then(e=>e),this.visaValidatorCheck=async e=>this.xhr.req(h.default.VISA_VALIDATOR_CHECK.METHOD)(h.default.VISA_VALIDATOR_CHECK.PATH,h.default.VISA_VALIDATOR_CHECK.DATA_KEY,{context:e}),this.combo={businessPayloadData:async()=>this.user().then(e=>e.businessId&&e.businessId>0?this.business().then(t=>({user:e,business:t})):{user:e}),campaignReportPayCombo:async(e,t,r)=>this.campaignReportPay(e,t).then(t=>this.campaignReport(e,r)),payloadDataEx:async()=>this.user().then(e=>this.business().then(t=>({user:e,business:t}))),tripDelete:async(e,t)=>this.tripDelete(e).then(()=>this.tripRefs(t)),stepAdd:async(e,t,r,n,i)=>this.stepAdd(e,t,n,i).then(()=>this.trip(r,void 0)),customStepAdd:async(e,t,r,n,i,a)=>this.customStepAdd(e,t,n,i,a).then(()=>this.trip(r,void 0,!0)),stepUpdateTimes:async(e,t,r,n)=>this.stepUpdateTimes(e,t,r).then(e=>this.trip(n,void 0)),stepReplace:async(e,t,r)=>this.stepReplace(e,t).then(e=>this.trip(r,void 0)),stepDelete:async(e,t)=>this.stepDelete(e).then(()=>this.trip(t,void 0,!0)),planUpdateOrders:async(e,t,r)=>this.planUpdateOrders(e,t).then(e=>this.trip(r,void 0,!0)),planUpdateTime:async(e,t,r,n,i)=>this.planUpdateTime(e,r,n).then(e=>this.trip(i,t,!0)),favoriteAdd:async(e,t,r)=>this.favoriteAdd(t,e).then(e=>this.favorites(r)),favoriteDelete:async(e,t)=>this.favoriteDelete(e).then(()=>this.favorites(t)),companionAdd:async(e,t)=>this.companionAdd(e).then(()=>this.companions(t)),companionUpdate:async(e,t)=>this.companionUpdate(e).then(()=>this.companions(t)),companionDelete:async(e,t)=>this.companionDelete(e).then(()=>this.companions(t)),reservationAdd:async(e,t)=>this.reservationAdd(e).then(()=>this.reservations(t)),reservationUpdate:async(e,t)=>this.reservationUpdate(e).then(()=>this.reservations(t)),reservationDelete:async(e,t)=>this.reservationDelete(e).then(()=>this.reservations(t)),reactionAdd:async(e,t)=>this.reactionAdd(e).then(()=>this.reactions(t))},this.xhr=new u.default(e,t),this.forceRequest=!r,this.lang=t}}},function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),r(264);const i=n(r(37)),a=r(197),s=e=>{if(void 0===e)return"";const t=Object.entries(e).filter(e=>void 0!==e[1]),r=Object.fromEntries(t);return"?"+new URLSearchParams(r)};t.default=class{constructor(e,t){this.timeout=3e4,this.getToken=()=>this.token,this.setToken=e=>{this.token=e,this.authorization=`${e.tokenType} ${e.idToken}`,this.refreshTimeoutId&&(clearTimeout(this.refreshTimeoutId),this.refreshTimeoutId=void 0);const t=1e3*(e.expiresIn-60);t>0&&t<36e5?this.refreshTimeoutId=setTimeout(()=>{this.refreshXhrToken().catch(e=>{console.error("Token refresh failed:",e),this.removeToken()})},t):console.warn("Token expiry time is invalid or too long. Refresh timer not set.")},this.removeToken=()=>{this.token=void 0,this.authorization=void 0,this.refreshTimeoutId&&(clearTimeout(this.refreshTimeoutId),this.refreshTimeoutId=void 0)},this.setLang=e=>{this.lang=e},this.refreshXhrToken=()=>{var e;const t=null===(e=this.token)||void 0===e?void 0:e.refreshToken;return t?this.req("POST")("/auth/refresh-token","token",{refreshToken:t}).then(e=>{const r={...e,refreshToken:t};return this.setToken(r),r}).catch(e=>(console.error("Refresh token failed:",e),this.removeToken(),Promise.reject(e))):(console.warn("No refresh token available."),Promise.reject(new Error("No refresh token available")))},this.get=async(e,t,r,n)=>{var i;return fetch(this.baseURL+e+s({...r,lang:this.lang}),{method:"GET",headers:{"Content-Type":"application/json",authorization:null!==(i=this.authorization)&&void 0!==i?i:"","x-api-key":this.xApiKey,...n}}).then(e=>e.json()).then(n=>(0,a.handleHttpResponseSuccess)(n,t,this.lang,r,e).data).catch(e=>(0,a.handleHttpResponseError)(e,t,r))},this.getWithPage=async(e,t,r)=>{var n;return fetch(this.baseURL+e+s({...r,lang:this.lang}),{method:"GET",headers:{"Content-Type":"application/json",authorization:null!==(n=this.authorization)&&void 0!==n?n:"","x-api-key":this.xApiKey}}).then(e=>e.json()).then(e=>(0,a.handleHttpResponseSuccess)(e,t,this.lang,r)).catch(e=>(0,a.handleHttpResponseError)(e,t,r))},this.appendLangToUrl=e=>`${this.baseURL+e}${s({lang:this.lang})}`,this.post=async(e,t,r,n)=>{var i;const s=this.appendLangToUrl(e);return fetch(s,{method:"POST",headers:{"Content-Type":"application/json",authorization:null!==(i=this.authorization)&&void 0!==i?i:"","x-api-key":this.xApiKey,...n},body:JSON.stringify({...r,lang:this.lang})}).then(e=>e.json()).then(e=>(0,a.handleHttpResponseSuccess)(e,t,this.lang,r).data).then(e=>("token"===t&&this.setToken(e),e)).catch(e=>(0,a.handleHttpResponseError)(e,t,r))},this.put=async(e,t,r,n)=>{var i;const s=this.appendLangToUrl(e);return fetch(s,{method:"PUT",headers:{"Content-Type":"application/json",authorization:null!==(i=this.authorization)&&void 0!==i?i:"","x-api-key":this.xApiKey,...n},body:JSON.stringify({...r,lang:this.lang})}).then(e=>e.json()).then(e=>(0,a.handleHttpResponseSuccess)(e,t,this.lang,r).data).catch(e=>(0,a.handleHttpResponseError)(e,t,r))},this.delete=async(e,t,r)=>{var n;return fetch(this.baseURL+e+s({lang:this.lang}),{method:"DELETE",headers:{"Content-Type":"application/json",authorization:null!==(n=this.authorization)&&void 0!==n?n:"","x-api-key":this.xApiKey,...r}}).then(e=>e.json()).then(e=>(0,a.handleHttpResponseSuccess)(e,t,this.lang).data).catch(e=>(0,a.handleHttpResponseError)(e,t))},this.postWithPage=async(e,t,r,n)=>{var i;const s=this.appendLangToUrl(e);return fetch(s,{method:"POST",headers:{"Content-Type":"application/json",authorization:null!==(i=this.authorization)&&void 0!==i?i:"","x-api-key":this.xApiKey,...n},body:JSON.stringify(r)}).then(e=>e.json()).then(e=>(0,a.handleHttpResponseSuccess)(e,t,this.lang,r)).catch(e=>(0,a.handleHttpResponseError)(e,t,r))},this.req=e=>"GET"===e?this.get:"POST"===e?this.post:"PUT"===e?this.put:"DELETE"===e?this.delete:this.get,this.reqWithPage=e=>"GET"===e?this.getWithPage:"POST"===e?this.postWithPage:this.getWithPage,this.info=()=>{var e,t;const r=this.token&&null!==(t=null===(e=i.default.parseToken(this.token))||void 0===e?void 0:e.email)&&void 0!==t?t:"";return{baseURL:this.baseURL,xApiKey:this.xApiKey,email:r}},this.baseURL=e.url,this.xApiKey=e.xApiKey,this.timeout=3e4,e.token&&this.setToken(e.token),t&&this.setLang(t)}}},function(e,t){!function(e){!function(t){var r="URLSearchParams"in e,n="Symbol"in e&&"iterator"in Symbol,i="FileReader"in e&&"Blob"in e&&function(){try{return new Blob,!0}catch(e){return!1}}(),a="FormData"in e,s="ArrayBuffer"in e;if(s)var o=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],d=ArrayBuffer.isView||function(e){return e&&o.indexOf(Object.prototype.toString.call(e))>-1};function u(e){if("string"!=typeof e&&(e=String(e)),/[^a-z0-9\-#$%&'*+.^_`|~]/i.test(e))throw new TypeError("Invalid character in header field name");return e.toLowerCase()}function h(e){return"string"!=typeof e&&(e=String(e)),e}function c(e){var t={next:function(){var t=e.shift();return{done:void 0===t,value:t}}};return n&&(t[Symbol.iterator]=function(){return t}),t}function l(e){this.map={},e instanceof l?e.forEach((function(e,t){this.append(t,e)}),this):Array.isArray(e)?e.forEach((function(e){this.append(e[0],e[1])}),this):e&&Object.getOwnPropertyNames(e).forEach((function(t){this.append(t,e[t])}),this)}function f(e){if(e.bodyUsed)return Promise.reject(new TypeError("Already read"));e.bodyUsed=!0}function _(e){return new Promise((function(t,r){e.onload=function(){t(e.result)},e.onerror=function(){r(e.error)}}))}function p(e){var t=new FileReader,r=_(t);return t.readAsArrayBuffer(e),r}function m(e){if(e.slice)return e.slice(0);var t=new Uint8Array(e.byteLength);return t.set(new Uint8Array(e)),t.buffer}function y(){return this.bodyUsed=!1,this._initBody=function(e){var t;this._bodyInit=e,e?"string"==typeof e?this._bodyText=e:i&&Blob.prototype.isPrototypeOf(e)?this._bodyBlob=e:a&&FormData.prototype.isPrototypeOf(e)?this._bodyFormData=e:r&&URLSearchParams.prototype.isPrototypeOf(e)?this._bodyText=e.toString():s&&i&&((t=e)&&DataView.prototype.isPrototypeOf(t))?(this._bodyArrayBuffer=m(e.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):s&&(ArrayBuffer.prototype.isPrototypeOf(e)||d(e))?this._bodyArrayBuffer=m(e):this._bodyText=e=Object.prototype.toString.call(e):this._bodyText="",this.headers.get("content-type")||("string"==typeof e?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):r&&URLSearchParams.prototype.isPrototypeOf(e)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},i&&(this.blob=function(){var e=f(this);if(e)return e;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){return this._bodyArrayBuffer?f(this)||Promise.resolve(this._bodyArrayBuffer):this.blob().then(p)}),this.text=function(){var e,t,r,n=f(this);if(n)return n;if(this._bodyBlob)return e=this._bodyBlob,t=new FileReader,r=_(t),t.readAsText(e),r;if(this._bodyArrayBuffer)return Promise.resolve(function(e){for(var t=new Uint8Array(e),r=new Array(t.length),n=0;n<t.length;n++)r[n]=String.fromCharCode(t[n]);return r.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},a&&(this.formData=function(){return this.text().then(M)}),this.json=function(){return this.text().then(JSON.parse)},this}l.prototype.append=function(e,t){e=u(e),t=h(t);var r=this.map[e];this.map[e]=r?r+", "+t:t},l.prototype.delete=function(e){delete this.map[u(e)]},l.prototype.get=function(e){return e=u(e),this.has(e)?this.map[e]:null},l.prototype.has=function(e){return this.map.hasOwnProperty(u(e))},l.prototype.set=function(e,t){this.map[u(e)]=h(t)},l.prototype.forEach=function(e,t){for(var r in this.map)this.map.hasOwnProperty(r)&&e.call(t,this.map[r],r,this)},l.prototype.keys=function(){var e=[];return this.forEach((function(t,r){e.push(r)})),c(e)},l.prototype.values=function(){var e=[];return this.forEach((function(t){e.push(t)})),c(e)},l.prototype.entries=function(){var e=[];return this.forEach((function(t,r){e.push([r,t])})),c(e)},n&&(l.prototype[Symbol.iterator]=l.prototype.entries);var b=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function g(e,t){var r,n,i=(t=t||{}).body;if(e instanceof g){if(e.bodyUsed)throw new TypeError("Already read");this.url=e.url,this.credentials=e.credentials,t.headers||(this.headers=new l(e.headers)),this.method=e.method,this.mode=e.mode,this.signal=e.signal,i||null==e._bodyInit||(i=e._bodyInit,e.bodyUsed=!0)}else this.url=String(e);if(this.credentials=t.credentials||this.credentials||"same-origin",!t.headers&&this.headers||(this.headers=new l(t.headers)),this.method=(r=t.method||this.method||"GET",n=r.toUpperCase(),b.indexOf(n)>-1?n:r),this.mode=t.mode||this.mode||null,this.signal=t.signal||this.signal,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&i)throw new TypeError("Body not allowed for GET or HEAD requests");this._initBody(i)}function M(e){var t=new FormData;return e.trim().split("&").forEach((function(e){if(e){var r=e.split("="),n=r.shift().replace(/\+/g," "),i=r.join("=").replace(/\+/g," ");t.append(decodeURIComponent(n),decodeURIComponent(i))}})),t}function T(e,t){t||(t={}),this.type="default",this.status=void 0===t.status?200:t.status,this.ok=this.status>=200&&this.status<300,this.statusText="statusText"in t?t.statusText:"OK",this.headers=new l(t.headers),this.url=t.url||"",this._initBody(e)}g.prototype.clone=function(){return new g(this,{body:this._bodyInit})},y.call(g.prototype),y.call(T.prototype),T.prototype.clone=function(){return new T(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new l(this.headers),url:this.url})},T.error=function(){var e=new T(null,{status:0,statusText:""});return e.type="error",e};var v=[301,302,303,307,308];T.redirect=function(e,t){if(-1===v.indexOf(t))throw new RangeError("Invalid status code");return new T(null,{status:t,headers:{location:e}})},t.DOMException=e.DOMException;try{new t.DOMException}catch(e){t.DOMException=function(e,t){this.message=e,this.name=t;var r=Error(e);this.stack=r.stack},t.DOMException.prototype=Object.create(Error.prototype),t.DOMException.prototype.constructor=t.DOMException}function w(e,r){return new Promise((function(n,a){var s=new g(e,r);if(s.signal&&s.signal.aborted)return a(new t.DOMException("Aborted","AbortError"));var o=new XMLHttpRequest;function d(){o.abort()}o.onload=function(){var e,t,r={status:o.status,statusText:o.statusText,headers:(e=o.getAllResponseHeaders()||"",t=new l,e.replace(/\r?\n[\t ]+/g," ").split(/\r?\n/).forEach((function(e){var r=e.split(":"),n=r.shift().trim();if(n){var i=r.join(":").trim();t.append(n,i)}})),t)};r.url="responseURL"in o?o.responseURL:r.headers.get("X-Request-URL");var i="response"in o?o.response:o.responseText;n(new T(i,r))},o.onerror=function(){a(new TypeError("Network request failed"))},o.ontimeout=function(){a(new TypeError("Network request failed"))},o.onabort=function(){a(new t.DOMException("Aborted","AbortError"))},o.open(s.method,s.url,!0),"include"===s.credentials?o.withCredentials=!0:"omit"===s.credentials&&(o.withCredentials=!1),"responseType"in o&&i&&(o.responseType="blob"),s.headers.forEach((function(e,t){o.setRequestHeader(t,e)})),s.signal&&(s.signal.addEventListener("abort",d),o.onreadystatechange=function(){4===o.readyState&&s.signal.removeEventListener("abort",d)}),o.send(void 0===s._bodyInit?null:s._bodyInit)}))}w.polyfill=!0,e.fetch||(e.fetch=w,e.Headers=l,e.Request=g,e.Response=T),t.Headers=l,t.Request=g,t.Response=T,t.fetch=w,Object.defineProperty(t,"__esModule",{value:!0})}({})}("undefined"!=typeof self?self:this)},function(e,t,r){"use strict";t.byteLength=function(e){var t=u(e),r=t[0],n=t[1];return 3*(r+n)/4-n},t.toByteArray=function(e){var t,r,n=u(e),s=n[0],o=n[1],d=new a(function(e,t,r){return 3*(t+r)/4-r}(0,s,o)),h=0,c=o>0?s-4:s;for(r=0;r<c;r+=4)t=i[e.charCodeAt(r)]<<18|i[e.charCodeAt(r+1)]<<12|i[e.charCodeAt(r+2)]<<6|i[e.charCodeAt(r+3)],d[h++]=t>>16&255,d[h++]=t>>8&255,d[h++]=255&t;2===o&&(t=i[e.charCodeAt(r)]<<2|i[e.charCodeAt(r+1)]>>4,d[h++]=255&t);1===o&&(t=i[e.charCodeAt(r)]<<10|i[e.charCodeAt(r+1)]<<4|i[e.charCodeAt(r+2)]>>2,d[h++]=t>>8&255,d[h++]=255&t);return d},t.fromByteArray=function(e){for(var t,r=e.length,i=r%3,a=[],s=0,o=r-i;s<o;s+=16383)a.push(h(e,s,s+16383>o?o:s+16383));1===i?(t=e[r-1],a.push(n[t>>2]+n[t<<4&63]+"==")):2===i&&(t=(e[r-2]<<8)+e[r-1],a.push(n[t>>10]+n[t>>4&63]+n[t<<2&63]+"="));return a.join("")};for(var n=[],i=[],a="undefined"!=typeof Uint8Array?Uint8Array:Array,s="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",o=0,d=s.length;o<d;++o)n[o]=s[o],i[s.charCodeAt(o)]=o;function u(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=e.indexOf("=");return-1===r&&(r=t),[r,r===t?0:4-r%4]}function h(e,t,r){for(var i,a,s=[],o=t;o<r;o+=3)i=(e[o]<<16&16711680)+(e[o+1]<<8&65280)+(255&e[o+2]),s.push(n[(a=i)>>18&63]+n[a>>12&63]+n[a>>6&63]+n[63&a]);return s.join("")}i["-".charCodeAt(0)]=62,i["_".charCodeAt(0)]=63},function(e,t){
282
+ e.defineLocale("zh-tw",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,r){var n=100*e+t;return n<600?"凌晨":n<900?"早上":n<1130?"上午":n<1230?"中午":n<1800?"下午":"晚上"},calendar:{sameDay:"[今天] LT",nextDay:"[明天] LT",nextWeek:"[下]dddd LT",lastDay:"[昨天] LT",lastWeek:"[上]dddd LT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})}(r(0))},function(e,t){var r={}.toString;e.exports=Array.isArray||function(e){return"[object Array]"==r.call(e)}},function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.handleHttpResponseError=t.handleHttpResponseSuccess=void 0;const i=n(r(16)),a=n(r(268));t.handleHttpResponseSuccess=(e,t,r,n,i)=>{if(!e.success)throw e.message;return(0,a.default)(e.data,t,r,n,i,e.pagination),{data:e.data,pagination:e.pagination}};t.handleHttpResponseError=(e,t,r)=>{if(i.default.hasError=!0,i.default.errors.push({dataKey:t,errorResponse:e,params:r}),t&&"trip"!==t&&(i.default[t]=null),e.response){if(e.response.data){if(e.response.data.message)throw e.response.data.message;throw e.response.data}throw e.response}if(e.message)throw e.message;throw e}},function(e,t,r){"use strict";e.exports=function(e,t){return function(){for(var r=new Array(arguments.length),n=0;n<r.length;n++)r[n]=arguments[n];return e.apply(t,r)}}},function(e,t,r){"use strict";var n=r(6);function i(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}e.exports=function(e,t,r){if(!t)return e;var a;if(r)a=r(t);else if(n.isURLSearchParams(t))a=t.toString();else{var s=[];n.forEach(t,(function(e,t){null!=e&&(n.isArray(e)?t+="[]":e=[e],n.forEach(e,(function(e){n.isDate(e)?e=e.toISOString():n.isObject(e)&&(e=JSON.stringify(e)),s.push(i(t)+"="+i(e))})))})),a=s.join("&")}if(a){var o=e.indexOf("#");-1!==o&&(e=e.slice(0,o)),e+=(-1===e.indexOf("?")?"?":"&")+a}return e}},function(e,t,r){"use strict";e.exports={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1}},function(e,t,r){"use strict";(function(t){var n=r(6);e.exports=function(e,r){r=r||new FormData;var i=[];function a(e){return null===e?"":n.isDate(e)?e.toISOString():n.isArrayBuffer(e)||n.isTypedArray(e)?"function"==typeof Blob?new Blob([e]):t.from(e):e}return function e(t,s){if(n.isPlainObject(t)||n.isArray(t)){if(-1!==i.indexOf(t))throw Error("Circular reference detected in "+s);i.push(t),n.forEach(t,(function(t,i){if(!n.isUndefined(t)){var o,d=s?s+"."+i:i;if(t&&!s&&"object"==typeof t)if(n.endsWith(i,"{}"))t=JSON.stringify(t);else if(n.endsWith(i,"[]")&&(o=n.toArray(t)))return void o.forEach((function(e){!n.isUndefined(e)&&r.append(d,a(e))}));e(t,d)}})),i.pop()}else r.append(s,a(t))}(e),r}}).call(this,r(3).Buffer)},function(e,t,r){"use strict";var n=r(6),i=r(280),a=r(281),s=r(199),o=r(203),d=r(284),u=r(285),h=r(200),c=r(17),l=r(31),f=r(286);e.exports=function(e){return new Promise((function(t,r){var _,p=e.data,m=e.headers,y=e.responseType;function b(){e.cancelToken&&e.cancelToken.unsubscribe(_),e.signal&&e.signal.removeEventListener("abort",_)}n.isFormData(p)&&n.isStandardBrowserEnv()&&delete m["Content-Type"];var g=new XMLHttpRequest;if(e.auth){var M=e.auth.username||"",T=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";m.Authorization="Basic "+btoa(M+":"+T)}var v=o(e.baseURL,e.url);function w(){if(g){var n="getAllResponseHeaders"in g?d(g.getAllResponseHeaders()):null,a={data:y&&"text"!==y&&"json"!==y?g.response:g.responseText,status:g.status,statusText:g.statusText,headers:n,config:e,request:g};i((function(e){t(e),b()}),(function(e){r(e),b()}),a),g=null}}if(g.open(e.method.toUpperCase(),s(v,e.params,e.paramsSerializer),!0),g.timeout=e.timeout,"onloadend"in g?g.onloadend=w:g.onreadystatechange=function(){g&&4===g.readyState&&(0!==g.status||g.responseURL&&0===g.responseURL.indexOf("file:"))&&setTimeout(w)},g.onabort=function(){g&&(r(new c("Request aborted",c.ECONNABORTED,e,g)),g=null)},g.onerror=function(){r(new c("Network Error",c.ERR_NETWORK,e,g,g)),g=null},g.ontimeout=function(){var t=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded",n=e.transitional||h;e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),r(new c(t,n.clarifyTimeoutError?c.ETIMEDOUT:c.ECONNABORTED,e,g)),g=null},n.isStandardBrowserEnv()){var L=(e.withCredentials||u(v))&&e.xsrfCookieName?a.read(e.xsrfCookieName):void 0;L&&(m[e.xsrfHeaderName]=L)}"setRequestHeader"in g&&n.forEach(m,(function(e,t){void 0===p&&"content-type"===t.toLowerCase()?delete m[t]:g.setRequestHeader(t,e)})),n.isUndefined(e.withCredentials)||(g.withCredentials=!!e.withCredentials),y&&"json"!==y&&(g.responseType=e.responseType),"function"==typeof e.onDownloadProgress&&g.addEventListener("progress",e.onDownloadProgress),"function"==typeof e.onUploadProgress&&g.upload&&g.upload.addEventListener("progress",e.onUploadProgress),(e.cancelToken||e.signal)&&(_=function(e){g&&(r(!e||e&&e.type?new l:e),g.abort(),g=null)},e.cancelToken&&e.cancelToken.subscribe(_),e.signal&&(e.signal.aborted?_():e.signal.addEventListener("abort",_))),p||(p=null);var S=f(v);S&&-1===["http","https","file"].indexOf(S)?r(new c("Unsupported protocol "+S+":",c.ERR_BAD_REQUEST,e)):g.send(p)}))}},function(e,t,r){"use strict";var n=r(282),i=r(283);e.exports=function(e,t){return e&&!n(t)?i(e,t):t}},function(e,t,r){"use strict";e.exports=function(e){return!(!e||!e.__CANCEL__)}},function(e,t,r){"use strict";var n=r(6);e.exports=function(e,t){t=t||{};var r={};function i(e,t){return n.isPlainObject(e)&&n.isPlainObject(t)?n.merge(e,t):n.isPlainObject(t)?n.merge({},t):n.isArray(t)?t.slice():t}function a(r){return n.isUndefined(t[r])?n.isUndefined(e[r])?void 0:i(void 0,e[r]):i(e[r],t[r])}function s(e){if(!n.isUndefined(t[e]))return i(void 0,t[e])}function o(r){return n.isUndefined(t[r])?n.isUndefined(e[r])?void 0:i(void 0,e[r]):i(void 0,t[r])}function d(r){return r in t?i(e[r],t[r]):r in e?i(void 0,e[r]):void 0}var u={url:s,method:s,data:s,baseURL:o,transformRequest:o,transformResponse:o,paramsSerializer:o,timeout:o,timeoutMessage:o,withCredentials:o,adapter:o,responseType:o,xsrfCookieName:o,xsrfHeaderName:o,onUploadProgress:o,onDownloadProgress:o,decompress:o,maxContentLength:o,maxBodyLength:o,beforeRedirect:o,transport:o,httpAgent:o,httpsAgent:o,cancelToken:o,socketPath:o,responseEncoding:o,validateStatus:d};return n.forEach(Object.keys(e).concat(Object.keys(t)),(function(e){var t=u[e]||a,i=t(e);n.isUndefined(i)&&t!==d||(r[e]=i)})),r}},function(e,t){e.exports={version:"0.27.2"}},function(e,t,r){"use strict";var n=r(2).Buffer,i=r(304).Transform;function a(e){i.call(this),this._block=n.allocUnsafe(e),this._blockSize=e,this._blockOffset=0,this._length=[0,0,0,0],this._finalized=!1}r(1)(a,i),a.prototype._transform=function(e,t,r){var n=null;try{this.update(e,t)}catch(e){n=e}r(n)},a.prototype._flush=function(e){var t=null;try{this.push(this.digest())}catch(e){t=e}e(t)},a.prototype.update=function(e,t){if(function(e,t){if(!n.isBuffer(e)&&"string"!=typeof e)throw new TypeError(t+" must be a string or a buffer")}(e,"Data"),this._finalized)throw new Error("Digest already called");n.isBuffer(e)||(e=n.from(e,t));for(var r=this._block,i=0;this._blockOffset+e.length-i>=this._blockSize;){for(var a=this._blockOffset;a<this._blockSize;)r[a++]=e[i++];this._update(),this._blockOffset=0}for(;i<e.length;)r[this._blockOffset++]=e[i++];for(var s=0,o=8*e.length;o>0;++s)this._length[s]+=o,(o=this._length[s]/4294967296|0)>0&&(this._length[s]-=4294967296*o);return this},a.prototype._update=function(){throw new Error("_update is not implemented")},a.prototype.digest=function(e){if(this._finalized)throw new Error("Digest already called");this._finalized=!0;var t=this._digest();void 0!==e&&(t=t.toString(e)),this._block.fill(0),this._blockOffset=0;for(var r=0;r<4;++r)this._length[r]=0;return t},a.prototype._digest=function(){throw new Error("_digest is not implemented")},e.exports=a},function(e,t,r){"use strict";(function(t,n){var i;e.exports=S,S.ReadableState=L;r(13).EventEmitter;var a=function(e,t){return e.listeners(t).length},s=r(209),o=r(3).Buffer,d=t.Uint8Array||function(){};var u,h=r(305);u=h&&h.debuglog?h.debuglog("stream"):function(){};var c,l,f,_=r(306),p=r(210),m=r(211).getHighWaterMark,y=r(19).codes,b=y.ERR_INVALID_ARG_TYPE,g=y.ERR_STREAM_PUSH_AFTER_EOF,M=y.ERR_METHOD_NOT_IMPLEMENTED,T=y.ERR_STREAM_UNSHIFT_AFTER_END_EVENT;r(1)(S,s);var v=p.errorOrDestroy,w=["error","close","destroy","pause","resume"];function L(e,t,n){i=i||r(20),e=e||{},"boolean"!=typeof n&&(n=t instanceof i),this.objectMode=!!e.objectMode,n&&(this.objectMode=this.objectMode||!!e.readableObjectMode),this.highWaterMark=m(this,e,"readableHighWaterMark",n),this.buffer=new _,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!==e.emitClose,this.autoDestroy=!!e.autoDestroy,this.destroyed=!1,this.defaultEncoding=e.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,e.encoding&&(c||(c=r(14).StringDecoder),this.decoder=new c(e.encoding),this.encoding=e.encoding)}function S(e){if(i=i||r(20),!(this instanceof S))return new S(e);var t=this instanceof i;this._readableState=new L(e,this,t),this.readable=!0,e&&("function"==typeof e.read&&(this._read=e.read),"function"==typeof e.destroy&&(this._destroy=e.destroy)),s.call(this)}function E(e,t,r,n,i){u("readableAddChunk",t);var a,s=e._readableState;if(null===t)s.reading=!1,function(e,t){if(u("onEofChunk"),t.ended)return;if(t.decoder){var r=t.decoder.end();r&&r.length&&(t.buffer.push(r),t.length+=t.objectMode?1:r.length)}t.ended=!0,t.sync?k(e):(t.needReadable=!1,t.emittedReadable||(t.emittedReadable=!0,Y(e)))}(e,s);else if(i||(a=function(e,t){var r;n=t,o.isBuffer(n)||n instanceof d||"string"==typeof t||void 0===t||e.objectMode||(r=new b("chunk",["string","Buffer","Uint8Array"],t));var n;return r}(s,t)),a)v(e,a);else if(s.objectMode||t&&t.length>0)if("string"==typeof t||s.objectMode||Object.getPrototypeOf(t)===o.prototype||(t=function(e){return o.from(e)}(t)),n)s.endEmitted?v(e,new T):D(e,s,t,!0);else if(s.ended)v(e,new g);else{if(s.destroyed)return!1;s.reading=!1,s.decoder&&!r?(t=s.decoder.write(t),s.objectMode||0!==t.length?D(e,s,t,!1):O(e,s)):D(e,s,t,!1)}else n||(s.reading=!1,O(e,s));return!s.ended&&(s.length<s.highWaterMark||0===s.length)}function D(e,t,r,n){t.flowing&&0===t.length&&!t.sync?(t.awaitDrain=0,e.emit("data",r)):(t.length+=t.objectMode?1:r.length,n?t.buffer.unshift(r):t.buffer.push(r),t.needReadable&&k(e)),O(e,t)}Object.defineProperty(S.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._readableState&&this._readableState.destroyed},set:function(e){this._readableState&&(this._readableState.destroyed=e)}}),S.prototype.destroy=p.destroy,S.prototype._undestroy=p.undestroy,S.prototype._destroy=function(e,t){t(e)},S.prototype.push=function(e,t){var r,n=this._readableState;return n.objectMode?r=!0:"string"==typeof e&&((t=t||n.defaultEncoding)!==n.encoding&&(e=o.from(e,t),t=""),r=!0),E(this,e,t,!1,r)},S.prototype.unshift=function(e){return E(this,e,null,!0,!1)},S.prototype.isPaused=function(){return!1===this._readableState.flowing},S.prototype.setEncoding=function(e){c||(c=r(14).StringDecoder);var t=new c(e);this._readableState.decoder=t,this._readableState.encoding=this._readableState.decoder.encoding;for(var n=this._readableState.buffer.head,i="";null!==n;)i+=t.write(n.data),n=n.next;return this._readableState.buffer.clear(),""!==i&&this._readableState.buffer.push(i),this._readableState.length=i.length,this};function A(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>=1073741824?e=1073741824:(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 k(e){var t=e._readableState;u("emitReadable",t.needReadable,t.emittedReadable),t.needReadable=!1,t.emittedReadable||(u("emitReadable",t.flowing),t.emittedReadable=!0,n.nextTick(Y,e))}function Y(e){var t=e._readableState;u("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,x(e)}function O(e,t){t.readingMore||(t.readingMore=!0,n.nextTick(F,e,t))}function F(e,t){for(;!t.reading&&!t.ended&&(t.length<t.highWaterMark||t.flowing&&0===t.length);){var r=t.length;if(u("maybeReadMore read 0"),e.read(0),r===t.length)break}t.readingMore=!1}function P(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 I(e){u("readable nexttick read 0"),e.read(0)}function R(e,t){u("resume",t.reading),t.reading||e.read(0),t.resumeScheduled=!1,e.emit("resume"),x(e),t.flowing&&!t.reading&&e.read(0)}function x(e){var t=e._readableState;for(u("flow",t.flowing);t.flowing&&null!==e.read(););}function j(e,t){return 0===t.length?null:(t.objectMode?r=t.buffer.shift():!e||e>=t.length?(r=t.decoder?t.buffer.join(""):1===t.buffer.length?t.buffer.first():t.buffer.concat(t.length),t.buffer.clear()):r=t.buffer.consume(e,t.decoder),r);var r}function K(e){var t=e._readableState;u("endReadable",t.endEmitted),t.endEmitted||(t.ended=!0,n.nextTick(H,t,e))}function H(e,t){if(u("endReadableNT",e.endEmitted,e.length),!e.endEmitted&&0===e.length&&(e.endEmitted=!0,t.readable=!1,t.emit("end"),e.autoDestroy)){var r=t._writableState;(!r||r.autoDestroy&&r.finished)&&t.destroy()}}function N(e,t){for(var r=0,n=e.length;r<n;r++)if(e[r]===t)return r;return-1}S.prototype.read=function(e){u("read",e),e=parseInt(e,10);var t=this._readableState,r=e;if(0!==e&&(t.emittedReadable=!1),0===e&&t.needReadable&&((0!==t.highWaterMark?t.length>=t.highWaterMark:t.length>0)||t.ended))return u("read: emitReadable",t.length,t.ended),0===t.length&&t.ended?K(this):k(this),null;if(0===(e=A(e,t))&&t.ended)return 0===t.length&&K(this),null;var n,i=t.needReadable;return u("need readable",i),(0===t.length||t.length-e<t.highWaterMark)&&u("length less than watermark",i=!0),t.ended||t.reading?u("reading or ended",i=!1):i&&(u("do read"),t.reading=!0,t.sync=!0,0===t.length&&(t.needReadable=!0),this._read(t.highWaterMark),t.sync=!1,t.reading||(e=A(r,t))),null===(n=e>0?j(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),r!==e&&t.ended&&K(this)),null!==n&&this.emit("data",n),n},S.prototype._read=function(e){v(this,new M("_read()"))},S.prototype.pipe=function(e,t){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,u("pipe count=%d opts=%j",i.pipesCount,t);var s=(!t||!1!==t.end)&&e!==n.stdout&&e!==n.stderr?d:m;function o(t,n){u("onunpipe"),t===r&&n&&!1===n.hasUnpiped&&(n.hasUnpiped=!0,u("cleanup"),e.removeListener("close",_),e.removeListener("finish",p),e.removeListener("drain",h),e.removeListener("error",f),e.removeListener("unpipe",o),r.removeListener("end",d),r.removeListener("end",m),r.removeListener("data",l),c=!0,!i.awaitDrain||e._writableState&&!e._writableState.needDrain||h())}function d(){u("onend"),e.end()}i.endEmitted?n.nextTick(s):r.once("end",s),e.on("unpipe",o);var h=function(e){return function(){var t=e._readableState;u("pipeOnDrain",t.awaitDrain),t.awaitDrain&&t.awaitDrain--,0===t.awaitDrain&&a(e,"data")&&(t.flowing=!0,x(e))}}(r);e.on("drain",h);var c=!1;function l(t){u("ondata");var n=e.write(t);u("dest.write",n),!1===n&&((1===i.pipesCount&&i.pipes===e||i.pipesCount>1&&-1!==N(i.pipes,e))&&!c&&(u("false write response, pause",i.awaitDrain),i.awaitDrain++),r.pause())}function f(t){u("onerror",t),m(),e.removeListener("error",f),0===a(e,"error")&&v(e,t)}function _(){e.removeListener("finish",p),m()}function p(){u("onfinish"),e.removeListener("close",_),m()}function m(){u("unpipe"),r.unpipe(e)}return r.on("data",l),function(e,t,r){if("function"==typeof e.prependListener)return e.prependListener(t,r);e._events&&e._events[t]?Array.isArray(e._events[t])?e._events[t].unshift(r):e._events[t]=[r,e._events[t]]:e.on(t,r)}(e,"error",f),e.once("close",_),e.once("finish",p),e.emit("pipe",r),i.flowing||(u("pipe resume"),r.resume()),e},S.prototype.unpipe=function(e){var t=this._readableState,r={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,r)),this;if(!e){var n=t.pipes,i=t.pipesCount;t.pipes=null,t.pipesCount=0,t.flowing=!1;for(var a=0;a<i;a++)n[a].emit("unpipe",this,{hasUnpiped:!1});return this}var s=N(t.pipes,e);return-1===s||(t.pipes.splice(s,1),t.pipesCount-=1,1===t.pipesCount&&(t.pipes=t.pipes[0]),e.emit("unpipe",this,r)),this},S.prototype.on=function(e,t){var r=s.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,u("on readable",i.length,i.reading),i.length?k(this):i.reading||n.nextTick(I,this))),r},S.prototype.addListener=S.prototype.on,S.prototype.removeListener=function(e,t){var r=s.prototype.removeListener.call(this,e,t);return"readable"===e&&n.nextTick(P,this),r},S.prototype.removeAllListeners=function(e){var t=s.prototype.removeAllListeners.apply(this,arguments);return"readable"!==e&&void 0!==e||n.nextTick(P,this),t},S.prototype.resume=function(){var e=this._readableState;return e.flowing||(u("resume"),e.flowing=!e.readableListening,function(e,t){t.resumeScheduled||(t.resumeScheduled=!0,n.nextTick(R,e,t))}(this,e)),e.paused=!1,this},S.prototype.pause=function(){return u("call pause flowing=%j",this._readableState.flowing),!1!==this._readableState.flowing&&(u("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState.paused=!0,this},S.prototype.wrap=function(e){var t=this,r=this._readableState,n=!1;for(var i in e.on("end",(function(){if(u("wrapped end"),r.decoder&&!r.ended){var e=r.decoder.end();e&&e.length&&t.push(e)}t.push(null)})),e.on("data",(function(i){(u("wrapped data"),r.decoder&&(i=r.decoder.write(i)),r.objectMode&&null==i)||(r.objectMode||i&&i.length)&&(t.push(i)||(n=!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){u("wrapped _read",t),n&&(n=!1,e.resume())},this},"function"==typeof Symbol&&(S.prototype[Symbol.asyncIterator]=function(){return void 0===l&&(l=r(308)),l(this)}),Object.defineProperty(S.prototype,"readableHighWaterMark",{enumerable:!1,get:function(){return this._readableState.highWaterMark}}),Object.defineProperty(S.prototype,"readableBuffer",{enumerable:!1,get:function(){return this._readableState&&this._readableState.buffer}}),Object.defineProperty(S.prototype,"readableFlowing",{enumerable:!1,get:function(){return this._readableState.flowing},set:function(e){this._readableState&&(this._readableState.flowing=e)}}),S._fromList=j,Object.defineProperty(S.prototype,"readableLength",{enumerable:!1,get:function(){return this._readableState.length}}),"function"==typeof Symbol&&(S.from=function(e,t){return void 0===f&&(f=r(309)),f(S,e,t)})}).call(this,r(7),r(4))},function(e,t,r){e.exports=r(13).EventEmitter},function(e,t,r){"use strict";(function(t){function r(e,t){i(e,t),n(e)}function n(e){e._writableState&&!e._writableState.emitClose||e._readableState&&!e._readableState.emitClose||e.emit("close")}function i(e,t){e.emit("error",t)}e.exports={destroy:function(e,a){var s=this,o=this._readableState&&this._readableState.destroyed,d=this._writableState&&this._writableState.destroyed;return o||d?(a?a(e):e&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,t.nextTick(i,this,e)):t.nextTick(i,this,e)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(e||null,(function(e){!a&&e?s._writableState?s._writableState.errorEmitted?t.nextTick(n,s):(s._writableState.errorEmitted=!0,t.nextTick(r,s,e)):t.nextTick(r,s,e):a?(t.nextTick(n,s),a(e)):t.nextTick(n,s)})),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 r=e._readableState,n=e._writableState;r&&r.autoDestroy||n&&n.autoDestroy?e.destroy(t):e.emit("error",t)}}}).call(this,r(4))},function(e,t,r){"use strict";var n=r(19).codes.ERR_INVALID_OPT_VALUE;e.exports={getHighWaterMark:function(e,t,r,i){var a=function(e,t,r){return null!=e.highWaterMark?e.highWaterMark:t?e[r]:null}(t,i,r);if(null!=a){if(!isFinite(a)||Math.floor(a)!==a||a<0)throw new n(i?r:"highWaterMark",a);return Math.floor(a)}return e.objectMode?16:16384}}},function(e,t,r){"use strict";(function(t,n){function i(e){var t=this;this.next=null,this.entry=null,this.finish=function(){!function(e,t,r){var n=e.entry;e.entry=null;for(;n;){var i=n.callback;t.pendingcb--,i(r),n=n.next}t.corkedRequestsFree.next=e}(t,e)}}var a;e.exports=S,S.WritableState=L;var s={deprecate:r(41)},o=r(209),d=r(3).Buffer,u=t.Uint8Array||function(){};var h,c=r(210),l=r(211).getHighWaterMark,f=r(19).codes,_=f.ERR_INVALID_ARG_TYPE,p=f.ERR_METHOD_NOT_IMPLEMENTED,m=f.ERR_MULTIPLE_CALLBACK,y=f.ERR_STREAM_CANNOT_PIPE,b=f.ERR_STREAM_DESTROYED,g=f.ERR_STREAM_NULL_VALUES,M=f.ERR_STREAM_WRITE_AFTER_END,T=f.ERR_UNKNOWN_ENCODING,v=c.errorOrDestroy;function w(){}function L(e,t,s){a=a||r(20),e=e||{},"boolean"!=typeof s&&(s=t instanceof a),this.objectMode=!!e.objectMode,s&&(this.objectMode=this.objectMode||!!e.writableObjectMode),this.highWaterMark=l(this,e,"writableHighWaterMark",s),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var o=!1===e.decodeStrings;this.decodeStrings=!o,this.defaultEncoding=e.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 r=e._writableState,i=r.sync,a=r.writecb;if("function"!=typeof a)throw new m;if(function(e){e.writing=!1,e.writecb=null,e.length-=e.writelen,e.writelen=0}(r),t)!function(e,t,r,i,a){--t.pendingcb,r?(n.nextTick(a,i),n.nextTick(O,e,t),e._writableState.errorEmitted=!0,v(e,i)):(a(i),e._writableState.errorEmitted=!0,v(e,i),O(e,t))}(e,r,i,t,a);else{var s=k(r)||e.destroyed;s||r.corked||r.bufferProcessing||!r.bufferedRequest||A(e,r),i?n.nextTick(D,e,r,s,a):D(e,r,s,a)}}(t,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!==e.emitClose,this.autoDestroy=!!e.autoDestroy,this.bufferedRequestCount=0,this.corkedRequestsFree=new i(this)}function S(e){var t=this instanceof(a=a||r(20));if(!t&&!h.call(S,this))return new S(e);this._writableState=new L(e,this,t),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)),o.call(this)}function E(e,t,r,n,i,a,s){t.writelen=n,t.writecb=s,t.writing=!0,t.sync=!0,t.destroyed?t.onwrite(new b("write")):r?e._writev(i,t.onwrite):e._write(i,a,t.onwrite),t.sync=!1}function D(e,t,r,n){r||function(e,t){0===t.length&&t.needDrain&&(t.needDrain=!1,e.emit("drain"))}(e,t),t.pendingcb--,n(),O(e,t)}function A(e,t){t.bufferProcessing=!0;var r=t.bufferedRequest;if(e._writev&&r&&r.next){var n=t.bufferedRequestCount,a=new Array(n),s=t.corkedRequestsFree;s.entry=r;for(var o=0,d=!0;r;)a[o]=r,r.isBuf||(d=!1),r=r.next,o+=1;a.allBuffers=d,E(e,t,!0,t.length,a,"",s.finish),t.pendingcb++,t.lastBufferedRequest=null,s.next?(t.corkedRequestsFree=s.next,s.next=null):t.corkedRequestsFree=new i(t),t.bufferedRequestCount=0}else{for(;r;){var u=r.chunk,h=r.encoding,c=r.callback;if(E(e,t,!1,t.objectMode?1:u.length,u,h,c),r=r.next,t.bufferedRequestCount--,t.writing)break}null===r&&(t.lastBufferedRequest=null)}t.bufferedRequest=r,t.bufferProcessing=!1}function k(e){return e.ending&&0===e.length&&null===e.bufferedRequest&&!e.finished&&!e.writing}function Y(e,t){e._final((function(r){t.pendingcb--,r&&v(e,r),t.prefinished=!0,e.emit("prefinish"),O(e,t)}))}function O(e,t){var r=k(t);if(r&&(function(e,t){t.prefinished||t.finalCalled||("function"!=typeof e._final||t.destroyed?(t.prefinished=!0,e.emit("prefinish")):(t.pendingcb++,t.finalCalled=!0,n.nextTick(Y,e,t)))}(e,t),0===t.pendingcb&&(t.finished=!0,e.emit("finish"),t.autoDestroy))){var i=e._readableState;(!i||i.autoDestroy&&i.endEmitted)&&e.destroy()}return r}r(1)(S,o),L.prototype.getBuffer=function(){for(var e=this.bufferedRequest,t=[];e;)t.push(e),e=e.next;return t},function(){try{Object.defineProperty(L.prototype,"buffer",{get:s.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]?(h=Function.prototype[Symbol.hasInstance],Object.defineProperty(S,Symbol.hasInstance,{value:function(e){return!!h.call(this,e)||this===S&&(e&&e._writableState instanceof L)}})):h=function(e){return e instanceof this},S.prototype.pipe=function(){v(this,new y)},S.prototype.write=function(e,t,r){var i,a=this._writableState,s=!1,o=!a.objectMode&&(i=e,d.isBuffer(i)||i instanceof u);return o&&!d.isBuffer(e)&&(e=function(e){return d.from(e)}(e)),"function"==typeof t&&(r=t,t=null),o?t="buffer":t||(t=a.defaultEncoding),"function"!=typeof r&&(r=w),a.ending?function(e,t){var r=new M;v(e,r),n.nextTick(t,r)}(this,r):(o||function(e,t,r,i){var a;return null===r?a=new g:"string"==typeof r||t.objectMode||(a=new _("chunk",["string","Buffer"],r)),!a||(v(e,a),n.nextTick(i,a),!1)}(this,a,e,r))&&(a.pendingcb++,s=function(e,t,r,n,i,a){if(!r){var s=function(e,t,r){e.objectMode||!1===e.decodeStrings||"string"!=typeof t||(t=d.from(t,r));return t}(t,n,i);n!==s&&(r=!0,i="buffer",n=s)}var o=t.objectMode?1:n.length;t.length+=o;var u=t.length<t.highWaterMark;u||(t.needDrain=!0);if(t.writing||t.corked){var h=t.lastBufferedRequest;t.lastBufferedRequest={chunk:n,encoding:i,isBuf:r,callback:a,next:null},h?h.next=t.lastBufferedRequest:t.bufferedRequest=t.lastBufferedRequest,t.bufferedRequestCount+=1}else E(e,t,!1,o,n,i,a);return u}(this,a,o,e,t,r)),s},S.prototype.cork=function(){this._writableState.corked++},S.prototype.uncork=function(){var e=this._writableState;e.corked&&(e.corked--,e.writing||e.corked||e.bufferProcessing||!e.bufferedRequest||A(this,e))},S.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 T(e);return this._writableState.defaultEncoding=e,this},Object.defineProperty(S.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty(S.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),S.prototype._write=function(e,t,r){r(new p("_write()"))},S.prototype._writev=null,S.prototype.end=function(e,t,r){var i=this._writableState;return"function"==typeof e?(r=e,e=null,t=null):"function"==typeof t&&(r=t,t=null),null!=e&&this.write(e,t),i.corked&&(i.corked=1,this.uncork()),i.ending||function(e,t,r){t.ending=!0,O(e,t),r&&(t.finished?n.nextTick(r):e.once("finish",r));t.ended=!0,e.writable=!1}(this,i,r),this},Object.defineProperty(S.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}}),Object.defineProperty(S.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._writableState&&this._writableState.destroyed},set:function(e){this._writableState&&(this._writableState.destroyed=e)}}),S.prototype.destroy=c.destroy,S.prototype._undestroy=c.undestroy,S.prototype._destroy=function(e,t){t(e)}}).call(this,r(7),r(4))},function(e,t,r){"use strict";e.exports=h;var n=r(19).codes,i=n.ERR_METHOD_NOT_IMPLEMENTED,a=n.ERR_MULTIPLE_CALLBACK,s=n.ERR_TRANSFORM_ALREADY_TRANSFORMING,o=n.ERR_TRANSFORM_WITH_LENGTH_0,d=r(20);function u(e,t){var r=this._transformState;r.transforming=!1;var n=r.writecb;if(null===n)return this.emit("error",new a);r.writechunk=null,r.writecb=null,null!=t&&this.push(t),n(e);var i=this._readableState;i.reading=!1,(i.needReadable||i.length<i.highWaterMark)&&this._read(i.highWaterMark)}function h(e){if(!(this instanceof h))return new h(e);d.call(this,e),this._transformState={afterTransform:u.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?l(this,null,null):this._flush((function(t,r){l(e,t,r)}))}function l(e,t,r){if(t)return e.emit("error",t);if(null!=r&&e.push(r),e._writableState.length)throw new o;if(e._transformState.transforming)throw new s;return e.push(null)}r(1)(h,d),h.prototype.push=function(e,t){return this._transformState.needTransform=!1,d.prototype.push.call(this,e,t)},h.prototype._transform=function(e,t,r){r(new i("_transform()"))},h.prototype._write=function(e,t,r){var n=this._transformState;if(n.writecb=r,n.writechunk=e,n.writeencoding=t,!n.transforming){var i=this._readableState;(n.needTransform||i.needReadable||i.length<i.highWaterMark)&&this._read(i.highWaterMark)}},h.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))},h.prototype._destroy=function(e,t){d.prototype._destroy.call(this,e,(function(e){t(e)}))}},function(e,t,r){var n=r(1),i=r(21),a=r(2).Buffer,s=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],o=new Array(64);function d(){this.init(),this._w=o,i.call(this,64,56)}function u(e,t,r){return r^e&(t^r)}function h(e,t,r){return e&t|r&(e|t)}function c(e){return(e>>>2|e<<30)^(e>>>13|e<<19)^(e>>>22|e<<10)}function l(e){return(e>>>6|e<<26)^(e>>>11|e<<21)^(e>>>25|e<<7)}function f(e){return(e>>>7|e<<25)^(e>>>18|e<<14)^e>>>3}n(d,i),d.prototype.init=function(){return this._a=1779033703,this._b=3144134277,this._c=1013904242,this._d=2773480762,this._e=1359893119,this._f=2600822924,this._g=528734635,this._h=1541459225,this},d.prototype._update=function(e){for(var t,r=this._w,n=0|this._a,i=0|this._b,a=0|this._c,o=0|this._d,d=0|this._e,_=0|this._f,p=0|this._g,m=0|this._h,y=0;y<16;++y)r[y]=e.readInt32BE(4*y);for(;y<64;++y)r[y]=0|(((t=r[y-2])>>>17|t<<15)^(t>>>19|t<<13)^t>>>10)+r[y-7]+f(r[y-15])+r[y-16];for(var b=0;b<64;++b){var g=m+l(d)+u(d,_,p)+s[b]+r[b]|0,M=c(n)+h(n,i,a)|0;m=p,p=_,_=d,d=o+g|0,o=a,a=i,i=n,n=g+M|0}this._a=n+this._a|0,this._b=i+this._b|0,this._c=a+this._c|0,this._d=o+this._d|0,this._e=d+this._e|0,this._f=_+this._f|0,this._g=p+this._g|0,this._h=m+this._h|0},d.prototype._hash=function(){var e=a.allocUnsafe(32);return e.writeInt32BE(this._a,0),e.writeInt32BE(this._b,4),e.writeInt32BE(this._c,8),e.writeInt32BE(this._d,12),e.writeInt32BE(this._e,16),e.writeInt32BE(this._f,20),e.writeInt32BE(this._g,24),e.writeInt32BE(this._h,28),e},e.exports=d},function(e,t,r){var n=r(1),i=r(21),a=r(2).Buffer,s=[1116352408,3609767458,1899447441,602891725,3049323471,3964484399,3921009573,2173295548,961987163,4081628472,1508970993,3053834265,2453635748,2937671579,2870763221,3664609560,3624381080,2734883394,310598401,1164996542,607225278,1323610764,1426881987,3590304994,1925078388,4068182383,2162078206,991336113,2614888103,633803317,3248222580,3479774868,3835390401,2666613458,4022224774,944711139,264347078,2341262773,604807628,2007800933,770255983,1495990901,1249150122,1856431235,1555081692,3175218132,1996064986,2198950837,2554220882,3999719339,2821834349,766784016,2952996808,2566594879,3210313671,3203337956,3336571891,1034457026,3584528711,2466948901,113926993,3758326383,338241895,168717936,666307205,1188179964,773529912,1546045734,1294757372,1522805485,1396182291,2643833823,1695183700,2343527390,1986661051,1014477480,2177026350,1206759142,2456956037,344077627,2730485921,1290863460,2820302411,3158454273,3259730800,3505952657,3345764771,106217008,3516065817,3606008344,3600352804,1432725776,4094571909,1467031594,275423344,851169720,430227734,3100823752,506948616,1363258195,659060556,3750685593,883997877,3785050280,958139571,3318307427,1322822218,3812723403,1537002063,2003034995,1747873779,3602036899,1955562222,1575990012,2024104815,1125592928,2227730452,2716904306,2361852424,442776044,2428436474,593698344,2756734187,3733110249,3204031479,2999351573,3329325298,3815920427,3391569614,3928383900,3515267271,566280711,3940187606,3454069534,4118630271,4000239992,116418474,1914138554,174292421,2731055270,289380356,3203993006,460393269,320620315,685471733,587496836,852142971,1086792851,1017036298,365543100,1126000580,2618297676,1288033470,3409855158,1501505948,4234509866,1607167915,987167468,1816402316,1246189591],o=new Array(160);function d(){this.init(),this._w=o,i.call(this,128,112)}function u(e,t,r){return r^e&(t^r)}function h(e,t,r){return e&t|r&(e|t)}function c(e,t){return(e>>>28|t<<4)^(t>>>2|e<<30)^(t>>>7|e<<25)}function l(e,t){return(e>>>14|t<<18)^(e>>>18|t<<14)^(t>>>9|e<<23)}function f(e,t){return(e>>>1|t<<31)^(e>>>8|t<<24)^e>>>7}function _(e,t){return(e>>>1|t<<31)^(e>>>8|t<<24)^(e>>>7|t<<25)}function p(e,t){return(e>>>19|t<<13)^(t>>>29|e<<3)^e>>>6}function m(e,t){return(e>>>19|t<<13)^(t>>>29|e<<3)^(e>>>6|t<<26)}function y(e,t){return e>>>0<t>>>0?1:0}n(d,i),d.prototype.init=function(){return this._ah=1779033703,this._bh=3144134277,this._ch=1013904242,this._dh=2773480762,this._eh=1359893119,this._fh=2600822924,this._gh=528734635,this._hh=1541459225,this._al=4089235720,this._bl=2227873595,this._cl=4271175723,this._dl=1595750129,this._el=2917565137,this._fl=725511199,this._gl=4215389547,this._hl=327033209,this},d.prototype._update=function(e){for(var t=this._w,r=0|this._ah,n=0|this._bh,i=0|this._ch,a=0|this._dh,o=0|this._eh,d=0|this._fh,b=0|this._gh,g=0|this._hh,M=0|this._al,T=0|this._bl,v=0|this._cl,w=0|this._dl,L=0|this._el,S=0|this._fl,E=0|this._gl,D=0|this._hl,A=0;A<32;A+=2)t[A]=e.readInt32BE(4*A),t[A+1]=e.readInt32BE(4*A+4);for(;A<160;A+=2){var k=t[A-30],Y=t[A-30+1],O=f(k,Y),F=_(Y,k),P=p(k=t[A-4],Y=t[A-4+1]),I=m(Y,k),R=t[A-14],x=t[A-14+1],j=t[A-32],K=t[A-32+1],H=F+x|0,N=O+R+y(H,F)|0;N=(N=N+P+y(H=H+I|0,I)|0)+j+y(H=H+K|0,K)|0,t[A]=N,t[A+1]=H}for(var C=0;C<160;C+=2){N=t[C],H=t[C+1];var U=h(r,n,i),B=h(M,T,v),W=c(r,M),z=c(M,r),q=l(o,L),G=l(L,o),J=s[C],V=s[C+1],Z=u(o,d,b),Q=u(L,S,E),X=D+G|0,$=g+q+y(X,D)|0;$=($=($=$+Z+y(X=X+Q|0,Q)|0)+J+y(X=X+V|0,V)|0)+N+y(X=X+H|0,H)|0;var ee=z+B|0,te=W+U+y(ee,z)|0;g=b,D=E,b=d,E=S,d=o,S=L,o=a+$+y(L=w+X|0,w)|0,a=i,w=v,i=n,v=T,n=r,T=M,r=$+te+y(M=X+ee|0,X)|0}this._al=this._al+M|0,this._bl=this._bl+T|0,this._cl=this._cl+v|0,this._dl=this._dl+w|0,this._el=this._el+L|0,this._fl=this._fl+S|0,this._gl=this._gl+E|0,this._hl=this._hl+D|0,this._ah=this._ah+r+y(this._al,M)|0,this._bh=this._bh+n+y(this._bl,T)|0,this._ch=this._ch+i+y(this._cl,v)|0,this._dh=this._dh+a+y(this._dl,w)|0,this._eh=this._eh+o+y(this._el,L)|0,this._fh=this._fh+d+y(this._fl,S)|0,this._gh=this._gh+b+y(this._gl,E)|0,this._hh=this._hh+g+y(this._hl,D)|0},d.prototype._hash=function(){var e=a.allocUnsafe(64);function t(t,r,n){e.writeInt32BE(t,n),e.writeInt32BE(r,n+4)}return t(this._ah,this._al,0),t(this._bh,this._bl,8),t(this._ch,this._cl,16),t(this._dh,this._dl,24),t(this._eh,this._el,32),t(this._fh,this._fl,40),t(this._gh,this._gl,48),t(this._hh,this._hl,56),e},e.exports=d},function(e,t,r){"use strict";(function(t,n){var i=r(32);e.exports=g;var a,s=r(196);g.ReadableState=b;r(13).EventEmitter;var o=function(e,t){return e.listeners(t).length},d=r(217),u=r(46).Buffer,h=t.Uint8Array||function(){};var c=Object.create(r(26));c.inherits=r(1);var l=r(317),f=void 0;f=l&&l.debuglog?l.debuglog("stream"):function(){};var _,p=r(318),m=r(218);c.inherits(g,d);var y=["error","close","destroy","pause","resume"];function b(e,t){e=e||{};var n=t instanceof(a=a||r(15));this.objectMode=!!e.objectMode,n&&(this.objectMode=this.objectMode||!!e.readableObjectMode);var i=e.highWaterMark,s=e.readableHighWaterMark,o=this.objectMode?16:16384;this.highWaterMark=i||0===i?i:n&&(s||0===s)?s:o,this.highWaterMark=Math.floor(this.highWaterMark),this.buffer=new p,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.destroyed=!1,this.defaultEncoding=e.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,e.encoding&&(_||(_=r(14).StringDecoder),this.decoder=new _(e.encoding),this.encoding=e.encoding)}function g(e){if(a=a||r(15),!(this instanceof g))return new g(e);this._readableState=new b(e,this),this.readable=!0,e&&("function"==typeof e.read&&(this._read=e.read),"function"==typeof e.destroy&&(this._destroy=e.destroy)),d.call(this)}function M(e,t,r,n,i){var a,s=e._readableState;null===t?(s.reading=!1,function(e,t){if(t.ended)return;if(t.decoder){var r=t.decoder.end();r&&r.length&&(t.buffer.push(r),t.length+=t.objectMode?1:r.length)}t.ended=!0,w(e)}(e,s)):(i||(a=function(e,t){var r;n=t,u.isBuffer(n)||n instanceof h||"string"==typeof t||void 0===t||e.objectMode||(r=new TypeError("Invalid non-string/buffer chunk"));var n;return r}(s,t)),a?e.emit("error",a):s.objectMode||t&&t.length>0?("string"==typeof t||s.objectMode||Object.getPrototypeOf(t)===u.prototype||(t=function(e){return u.from(e)}(t)),n?s.endEmitted?e.emit("error",new Error("stream.unshift() after end event")):T(e,s,t,!0):s.ended?e.emit("error",new Error("stream.push() after EOF")):(s.reading=!1,s.decoder&&!r?(t=s.decoder.write(t),s.objectMode||0!==t.length?T(e,s,t,!1):S(e,s)):T(e,s,t,!1))):n||(s.reading=!1));return function(e){return!e.ended&&(e.needReadable||e.length<e.highWaterMark||0===e.length)}(s)}function T(e,t,r,n){t.flowing&&0===t.length&&!t.sync?(e.emit("data",r),e.read(0)):(t.length+=t.objectMode?1:r.length,n?t.buffer.unshift(r):t.buffer.push(r),t.needReadable&&w(e)),S(e,t)}Object.defineProperty(g.prototype,"destroyed",{get:function(){return void 0!==this._readableState&&this._readableState.destroyed},set:function(e){this._readableState&&(this._readableState.destroyed=e)}}),g.prototype.destroy=m.destroy,g.prototype._undestroy=m.undestroy,g.prototype._destroy=function(e,t){this.push(null),t(e)},g.prototype.push=function(e,t){var r,n=this._readableState;return n.objectMode?r=!0:"string"==typeof e&&((t=t||n.defaultEncoding)!==n.encoding&&(e=u.from(e,t),t=""),r=!0),M(this,e,t,!1,r)},g.prototype.unshift=function(e){return M(this,e,null,!0,!1)},g.prototype.isPaused=function(){return!1===this._readableState.flowing},g.prototype.setEncoding=function(e){return _||(_=r(14).StringDecoder),this._readableState.decoder=new _(e),this._readableState.encoding=e,this};function v(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>=8388608?e=8388608:(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 w(e){var t=e._readableState;t.needReadable=!1,t.emittedReadable||(f("emitReadable",t.flowing),t.emittedReadable=!0,t.sync?i.nextTick(L,e):L(e))}function L(e){f("emit readable"),e.emit("readable"),k(e)}function S(e,t){t.readingMore||(t.readingMore=!0,i.nextTick(E,e,t))}function E(e,t){for(var r=t.length;!t.reading&&!t.flowing&&!t.ended&&t.length<t.highWaterMark&&(f("maybeReadMore read 0"),e.read(0),r!==t.length);)r=t.length;t.readingMore=!1}function D(e){f("readable nexttick read 0"),e.read(0)}function A(e,t){t.reading||(f("resume read 0"),e.read(0)),t.resumeScheduled=!1,t.awaitDrain=0,e.emit("resume"),k(e),t.flowing&&!t.reading&&e.read(0)}function k(e){var t=e._readableState;for(f("flow",t.flowing);t.flowing&&null!==e.read(););}function Y(e,t){return 0===t.length?null:(t.objectMode?r=t.buffer.shift():!e||e>=t.length?(r=t.decoder?t.buffer.join(""):1===t.buffer.length?t.buffer.head.data:t.buffer.concat(t.length),t.buffer.clear()):r=function(e,t,r){var n;e<t.head.data.length?(n=t.head.data.slice(0,e),t.head.data=t.head.data.slice(e)):n=e===t.head.data.length?t.shift():r?function(e,t){var r=t.head,n=1,i=r.data;e-=i.length;for(;r=r.next;){var a=r.data,s=e>a.length?a.length:e;if(s===a.length?i+=a:i+=a.slice(0,e),0===(e-=s)){s===a.length?(++n,r.next?t.head=r.next:t.head=t.tail=null):(t.head=r,r.data=a.slice(s));break}++n}return t.length-=n,i}(e,t):function(e,t){var r=u.allocUnsafe(e),n=t.head,i=1;n.data.copy(r),e-=n.data.length;for(;n=n.next;){var a=n.data,s=e>a.length?a.length:e;if(a.copy(r,r.length-e,0,s),0===(e-=s)){s===a.length?(++i,n.next?t.head=n.next:t.head=t.tail=null):(t.head=n,n.data=a.slice(s));break}++i}return t.length-=i,r}(e,t);return n}(e,t.buffer,t.decoder),r);var r}function O(e){var t=e._readableState;if(t.length>0)throw new Error('"endReadable()" called on non-empty stream');t.endEmitted||(t.ended=!0,i.nextTick(F,t,e))}function F(e,t){e.endEmitted||0!==e.length||(e.endEmitted=!0,t.readable=!1,t.emit("end"))}function P(e,t){for(var r=0,n=e.length;r<n;r++)if(e[r]===t)return r;return-1}g.prototype.read=function(e){f("read",e),e=parseInt(e,10);var t=this._readableState,r=e;if(0!==e&&(t.emittedReadable=!1),0===e&&t.needReadable&&(t.length>=t.highWaterMark||t.ended))return f("read: emitReadable",t.length,t.ended),0===t.length&&t.ended?O(this):w(this),null;if(0===(e=v(e,t))&&t.ended)return 0===t.length&&O(this),null;var n,i=t.needReadable;return f("need readable",i),(0===t.length||t.length-e<t.highWaterMark)&&f("length less than watermark",i=!0),t.ended||t.reading?f("reading or ended",i=!1):i&&(f("do read"),t.reading=!0,t.sync=!0,0===t.length&&(t.needReadable=!0),this._read(t.highWaterMark),t.sync=!1,t.reading||(e=v(r,t))),null===(n=e>0?Y(e,t):null)?(t.needReadable=!0,e=0):t.length-=e,0===t.length&&(t.ended||(t.needReadable=!0),r!==e&&t.ended&&O(this)),null!==n&&this.emit("data",n),n},g.prototype._read=function(e){this.emit("error",new Error("_read() is not implemented"))},g.prototype.pipe=function(e,t){var r=this,a=this._readableState;switch(a.pipesCount){case 0:a.pipes=e;break;case 1:a.pipes=[a.pipes,e];break;default:a.pipes.push(e)}a.pipesCount+=1,f("pipe count=%d opts=%j",a.pipesCount,t);var d=(!t||!1!==t.end)&&e!==n.stdout&&e!==n.stderr?h:g;function u(t,n){f("onunpipe"),t===r&&n&&!1===n.hasUnpiped&&(n.hasUnpiped=!0,f("cleanup"),e.removeListener("close",y),e.removeListener("finish",b),e.removeListener("drain",c),e.removeListener("error",m),e.removeListener("unpipe",u),r.removeListener("end",h),r.removeListener("end",g),r.removeListener("data",p),l=!0,!a.awaitDrain||e._writableState&&!e._writableState.needDrain||c())}function h(){f("onend"),e.end()}a.endEmitted?i.nextTick(d):r.once("end",d),e.on("unpipe",u);var c=function(e){return function(){var t=e._readableState;f("pipeOnDrain",t.awaitDrain),t.awaitDrain&&t.awaitDrain--,0===t.awaitDrain&&o(e,"data")&&(t.flowing=!0,k(e))}}(r);e.on("drain",c);var l=!1;var _=!1;function p(t){f("ondata"),_=!1,!1!==e.write(t)||_||((1===a.pipesCount&&a.pipes===e||a.pipesCount>1&&-1!==P(a.pipes,e))&&!l&&(f("false write response, pause",r._readableState.awaitDrain),r._readableState.awaitDrain++,_=!0),r.pause())}function m(t){f("onerror",t),g(),e.removeListener("error",m),0===o(e,"error")&&e.emit("error",t)}function y(){e.removeListener("finish",b),g()}function b(){f("onfinish"),e.removeListener("close",y),g()}function g(){f("unpipe"),r.unpipe(e)}return r.on("data",p),function(e,t,r){if("function"==typeof e.prependListener)return e.prependListener(t,r);e._events&&e._events[t]?s(e._events[t])?e._events[t].unshift(r):e._events[t]=[r,e._events[t]]:e.on(t,r)}(e,"error",m),e.once("close",y),e.once("finish",b),e.emit("pipe",r),a.flowing||(f("pipe resume"),r.resume()),e},g.prototype.unpipe=function(e){var t=this._readableState,r={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,r)),this;if(!e){var n=t.pipes,i=t.pipesCount;t.pipes=null,t.pipesCount=0,t.flowing=!1;for(var a=0;a<i;a++)n[a].emit("unpipe",this,r);return this}var s=P(t.pipes,e);return-1===s||(t.pipes.splice(s,1),t.pipesCount-=1,1===t.pipesCount&&(t.pipes=t.pipes[0]),e.emit("unpipe",this,r)),this},g.prototype.on=function(e,t){var r=d.prototype.on.call(this,e,t);if("data"===e)!1!==this._readableState.flowing&&this.resume();else if("readable"===e){var n=this._readableState;n.endEmitted||n.readableListening||(n.readableListening=n.needReadable=!0,n.emittedReadable=!1,n.reading?n.length&&w(this):i.nextTick(D,this))}return r},g.prototype.addListener=g.prototype.on,g.prototype.resume=function(){var e=this._readableState;return e.flowing||(f("resume"),e.flowing=!0,function(e,t){t.resumeScheduled||(t.resumeScheduled=!0,i.nextTick(A,e,t))}(this,e)),this},g.prototype.pause=function(){return f("call pause flowing=%j",this._readableState.flowing),!1!==this._readableState.flowing&&(f("pause"),this._readableState.flowing=!1,this.emit("pause")),this},g.prototype.wrap=function(e){var t=this,r=this._readableState,n=!1;for(var i in e.on("end",(function(){if(f("wrapped end"),r.decoder&&!r.ended){var e=r.decoder.end();e&&e.length&&t.push(e)}t.push(null)})),e.on("data",(function(i){(f("wrapped data"),r.decoder&&(i=r.decoder.write(i)),r.objectMode&&null==i)||(r.objectMode||i&&i.length)&&(t.push(i)||(n=!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<y.length;a++)e.on(y[a],this.emit.bind(this,y[a]));return this._read=function(t){f("wrapped _read",t),n&&(n=!1,e.resume())},this},Object.defineProperty(g.prototype,"readableHighWaterMark",{enumerable:!1,get:function(){return this._readableState.highWaterMark}}),g._fromList=Y}).call(this,r(7),r(4))},function(e,t,r){e.exports=r(13).EventEmitter},function(e,t,r){"use strict";var n=r(32);function i(e,t){e.emit("error",t)}e.exports={destroy:function(e,t){var r=this,a=this._readableState&&this._readableState.destroyed,s=this._writableState&&this._writableState.destroyed;return a||s?(t?t(e):!e||this._writableState&&this._writableState.errorEmitted||n.nextTick(i,this,e),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(e||null,(function(e){!t&&e?(n.nextTick(i,r,e),r._writableState&&(r._writableState.errorEmitted=!0)):t&&t(e)})),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.finished=!1,this._writableState.errorEmitted=!1)}}},function(e,t,r){"use strict";e.exports=s;var n=r(15),i=Object.create(r(26));function a(e,t){var r=this._transformState;r.transforming=!1;var n=r.writecb;if(!n)return this.emit("error",new Error("write callback called multiple times"));r.writechunk=null,r.writecb=null,null!=t&&this.push(t),n(e);var i=this._readableState;i.reading=!1,(i.needReadable||i.length<i.highWaterMark)&&this._read(i.highWaterMark)}function s(e){if(!(this instanceof s))return new s(e);n.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",o)}function o(){var e=this;"function"==typeof this._flush?this._flush((function(t,r){d(e,t,r)})):d(this,null,null)}function d(e,t,r){if(t)return e.emit("error",t);if(null!=r&&e.push(r),e._writableState.length)throw new Error("Calling transform done when ws.length != 0");if(e._transformState.transforming)throw new Error("Calling transform done when still transforming");return e.push(null)}i.inherits=r(1),i.inherits(s,n),s.prototype.push=function(e,t){return this._transformState.needTransform=!1,n.prototype.push.call(this,e,t)},s.prototype._transform=function(e,t,r){throw new Error("_transform() is not implemented")},s.prototype._write=function(e,t,r){var n=this._transformState;if(n.writecb=r,n.writechunk=e,n.writeencoding=t,!n.transforming){var i=this._readableState;(n.needTransform||i.needReadable||i.length<i.highWaterMark)&&this._read(i.highWaterMark)}},s.prototype._read=function(e){var t=this._transformState;null!==t.writechunk&&t.writecb&&!t.transforming?(t.transforming=!0,this._transform(t.writechunk,t.writeencoding,t.afterTransform)):t.needTransform=!0},s.prototype._destroy=function(e,t){var r=this;n.prototype._destroy.call(this,e,(function(e){t(e),r.emit("close")}))}},function(e,t,r){"use strict";var n=r(1),i=r(327),a=r(12),s=r(2).Buffer,o=r(221),d=r(43),u=r(44),h=s.alloc(128);function c(e,t){a.call(this,"digest"),"string"==typeof t&&(t=s.from(t));var r="sha512"===e||"sha384"===e?128:64;(this._alg=e,this._key=t,t.length>r)?t=("rmd160"===e?new d:u(e)).update(t).digest():t.length<r&&(t=s.concat([t,h],r));for(var n=this._ipad=s.allocUnsafe(r),i=this._opad=s.allocUnsafe(r),o=0;o<r;o++)n[o]=54^t[o],i[o]=92^t[o];this._hash="rmd160"===e?new d:u(e),this._hash.update(n)}n(c,a),c.prototype._update=function(e){this._hash.update(e)},c.prototype._final=function(){var e=this._hash.digest();return("rmd160"===this._alg?new d:u(this._alg)).update(this._opad).update(e).digest()},e.exports=function(e,t){return"rmd160"===(e=e.toLowerCase())||"ripemd160"===e?new c("rmd160",t):"md5"===e?new i(o,t):new c(e,t)}},function(e,t,r){var n=r(40);e.exports=function(e){return(new n).update(e).digest()}},function(e){e.exports=JSON.parse('{"sha224WithRSAEncryption":{"sign":"rsa","hash":"sha224","id":"302d300d06096086480165030402040500041c"},"RSA-SHA224":{"sign":"ecdsa/rsa","hash":"sha224","id":"302d300d06096086480165030402040500041c"},"sha256WithRSAEncryption":{"sign":"rsa","hash":"sha256","id":"3031300d060960864801650304020105000420"},"RSA-SHA256":{"sign":"ecdsa/rsa","hash":"sha256","id":"3031300d060960864801650304020105000420"},"sha384WithRSAEncryption":{"sign":"rsa","hash":"sha384","id":"3041300d060960864801650304020205000430"},"RSA-SHA384":{"sign":"ecdsa/rsa","hash":"sha384","id":"3041300d060960864801650304020205000430"},"sha512WithRSAEncryption":{"sign":"rsa","hash":"sha512","id":"3051300d060960864801650304020305000440"},"RSA-SHA512":{"sign":"ecdsa/rsa","hash":"sha512","id":"3051300d060960864801650304020305000440"},"RSA-SHA1":{"sign":"rsa","hash":"sha1","id":"3021300906052b0e03021a05000414"},"ecdsa-with-SHA1":{"sign":"ecdsa","hash":"sha1","id":""},"sha256":{"sign":"ecdsa","hash":"sha256","id":""},"sha224":{"sign":"ecdsa","hash":"sha224","id":""},"sha384":{"sign":"ecdsa","hash":"sha384","id":""},"sha512":{"sign":"ecdsa","hash":"sha512","id":""},"DSA-SHA":{"sign":"dsa","hash":"sha1","id":""},"DSA-SHA1":{"sign":"dsa","hash":"sha1","id":""},"DSA":{"sign":"dsa","hash":"sha1","id":""},"DSA-WITH-SHA224":{"sign":"dsa","hash":"sha224","id":""},"DSA-SHA224":{"sign":"dsa","hash":"sha224","id":""},"DSA-WITH-SHA256":{"sign":"dsa","hash":"sha256","id":""},"DSA-SHA256":{"sign":"dsa","hash":"sha256","id":""},"DSA-WITH-SHA384":{"sign":"dsa","hash":"sha384","id":""},"DSA-SHA384":{"sign":"dsa","hash":"sha384","id":""},"DSA-WITH-SHA512":{"sign":"dsa","hash":"sha512","id":""},"DSA-SHA512":{"sign":"dsa","hash":"sha512","id":""},"DSA-RIPEMD160":{"sign":"dsa","hash":"rmd160","id":""},"ripemd160WithRSA":{"sign":"rsa","hash":"rmd160","id":"3021300906052b2403020105000414"},"RSA-RIPEMD160":{"sign":"rsa","hash":"rmd160","id":"3021300906052b2403020105000414"},"md5WithRSAEncryption":{"sign":"rsa","hash":"md5","id":"3020300c06082a864886f70d020505000410"},"RSA-MD5":{"sign":"rsa","hash":"md5","id":"3020300c06082a864886f70d020505000410"}}')},function(e,t,r){t.pbkdf2=r(329),t.pbkdf2Sync=r(226)},function(e,t){var r=Math.pow(2,30)-1;e.exports=function(e,t){if("number"!=typeof e)throw new TypeError("Iterations not a number");if(e<0)throw new TypeError("Bad iterations");if("number"!=typeof t)throw new TypeError("Key length not a number");if(t<0||t>r||t!=t)throw new TypeError("Bad key length")}},function(e,t,r){(function(t,r){var n;if(t.process&&t.process.browser)n="utf-8";else if(t.process&&t.process.version){n=parseInt(r.version.split(".")[0].slice(1),10)>=6?"utf-8":"binary"}else n="utf-8";e.exports=n}).call(this,r(7),r(4))},function(e,t,r){var n=r(221),i=r(43),a=r(44),s=r(2).Buffer,o=r(224),d=r(225),u=r(227),h=s.alloc(128),c={md5:16,sha1:20,sha224:28,sha256:32,sha384:48,sha512:64,rmd160:20,ripemd160:20};function l(e,t,r){var o=function(e){function t(t){return a(e).update(t).digest()}return"rmd160"===e||"ripemd160"===e?function(e){return(new i).update(e).digest()}:"md5"===e?n:t}(e),d="sha512"===e||"sha384"===e?128:64;t.length>d?t=o(t):t.length<d&&(t=s.concat([t,h],d));for(var u=s.allocUnsafe(d+c[e]),l=s.allocUnsafe(d+c[e]),f=0;f<d;f++)u[f]=54^t[f],l[f]=92^t[f];var _=s.allocUnsafe(d+r+4);u.copy(_,0,0,d),this.ipad1=_,this.ipad2=u,this.opad=l,this.alg=e,this.blocksize=d,this.hash=o,this.size=c[e]}l.prototype.run=function(e,t){return e.copy(t,this.blocksize),this.hash(t).copy(this.opad,this.blocksize),this.hash(this.opad)},e.exports=function(e,t,r,n,i){o(r,n);var a=new l(i=i||"sha1",e=u(e,d,"Password"),(t=u(t,d,"Salt")).length),h=s.allocUnsafe(n),f=s.allocUnsafe(t.length+4);t.copy(f,0,0,t.length);for(var _=0,p=c[i],m=Math.ceil(n/p),y=1;y<=m;y++){f.writeUInt32BE(y,t.length);for(var b=a.run(f,a.ipad1),g=b,M=1;M<r;M++){g=a.run(g,a.ipad2);for(var T=0;T<p;T++)b[T]^=g[T]}b.copy(h,_),_+=p}return h}},function(e,t,r){var n=r(2).Buffer;e.exports=function(e,t,r){if(n.isBuffer(e))return e;if("string"==typeof e)return n.from(e,t);if(ArrayBuffer.isView(e))return n.from(e.buffer);throw new TypeError(r+" must be a string, a Buffer, a typed array or a DataView")}},function(e,t,r){"use strict";t.readUInt32BE=function(e,t){return(e[0+t]<<24|e[1+t]<<16|e[2+t]<<8|e[3+t])>>>0},t.writeUInt32BE=function(e,t,r){e[0+r]=t>>>24,e[1+r]=t>>>16&255,e[2+r]=t>>>8&255,e[3+r]=255&t},t.ip=function(e,t,r,n){for(var i=0,a=0,s=6;s>=0;s-=2){for(var o=0;o<=24;o+=8)i<<=1,i|=t>>>o+s&1;for(o=0;o<=24;o+=8)i<<=1,i|=e>>>o+s&1}for(s=6;s>=0;s-=2){for(o=1;o<=25;o+=8)a<<=1,a|=t>>>o+s&1;for(o=1;o<=25;o+=8)a<<=1,a|=e>>>o+s&1}r[n+0]=i>>>0,r[n+1]=a>>>0},t.rip=function(e,t,r,n){for(var i=0,a=0,s=0;s<4;s++)for(var o=24;o>=0;o-=8)i<<=1,i|=t>>>o+s&1,i<<=1,i|=e>>>o+s&1;for(s=4;s<8;s++)for(o=24;o>=0;o-=8)a<<=1,a|=t>>>o+s&1,a<<=1,a|=e>>>o+s&1;r[n+0]=i>>>0,r[n+1]=a>>>0},t.pc1=function(e,t,r,n){for(var i=0,a=0,s=7;s>=5;s--){for(var o=0;o<=24;o+=8)i<<=1,i|=t>>o+s&1;for(o=0;o<=24;o+=8)i<<=1,i|=e>>o+s&1}for(o=0;o<=24;o+=8)i<<=1,i|=t>>o+s&1;for(s=1;s<=3;s++){for(o=0;o<=24;o+=8)a<<=1,a|=t>>o+s&1;for(o=0;o<=24;o+=8)a<<=1,a|=e>>o+s&1}for(o=0;o<=24;o+=8)a<<=1,a|=e>>o+s&1;r[n+0]=i>>>0,r[n+1]=a>>>0},t.r28shl=function(e,t){return e<<t&268435455|e>>>28-t};var n=[14,11,17,4,27,23,25,0,13,22,7,18,5,9,16,24,2,20,12,21,1,8,15,26,15,4,25,19,9,1,26,16,5,11,23,8,12,7,17,0,22,3,10,14,6,20,27,24];t.pc2=function(e,t,r,i){for(var a=0,s=0,o=n.length>>>1,d=0;d<o;d++)a<<=1,a|=e>>>n[d]&1;for(d=o;d<n.length;d++)s<<=1,s|=t>>>n[d]&1;r[i+0]=a>>>0,r[i+1]=s>>>0},t.expand=function(e,t,r){var n=0,i=0;n=(1&e)<<5|e>>>27;for(var a=23;a>=15;a-=4)n<<=6,n|=e>>>a&63;for(a=11;a>=3;a-=4)i|=e>>>a&63,i<<=6;i|=(31&e)<<1|e>>>31,t[r+0]=n>>>0,t[r+1]=i>>>0};var i=[14,0,4,15,13,7,1,4,2,14,15,2,11,13,8,1,3,10,10,6,6,12,12,11,5,9,9,5,0,3,7,8,4,15,1,12,14,8,8,2,13,4,6,9,2,1,11,7,15,5,12,11,9,3,7,14,3,10,10,0,5,6,0,13,15,3,1,13,8,4,14,7,6,15,11,2,3,8,4,14,9,12,7,0,2,1,13,10,12,6,0,9,5,11,10,5,0,13,14,8,7,10,11,1,10,3,4,15,13,4,1,2,5,11,8,6,12,7,6,12,9,0,3,5,2,14,15,9,10,13,0,7,9,0,14,9,6,3,3,4,15,6,5,10,1,2,13,8,12,5,7,14,11,12,4,11,2,15,8,1,13,1,6,10,4,13,9,0,8,6,15,9,3,8,0,7,11,4,1,15,2,14,12,3,5,11,10,5,14,2,7,12,7,13,13,8,14,11,3,5,0,6,6,15,9,0,10,3,1,4,2,7,8,2,5,12,11,1,12,10,4,14,15,9,10,3,6,15,9,0,0,6,12,10,11,1,7,13,13,8,15,9,1,4,3,5,14,11,5,12,2,7,8,2,4,14,2,14,12,11,4,2,1,12,7,4,10,7,11,13,6,1,8,5,5,0,3,15,15,10,13,3,0,9,14,8,9,6,4,11,2,8,1,12,11,7,10,1,13,14,7,2,8,13,15,6,9,15,12,0,5,9,6,10,3,4,0,5,14,3,12,10,1,15,10,4,15,2,9,7,2,12,6,9,8,5,0,6,13,1,3,13,4,14,14,0,7,11,5,3,11,8,9,4,14,3,15,2,5,12,2,9,8,5,12,15,3,10,7,11,0,14,4,1,10,7,1,6,13,0,11,8,6,13,4,13,11,0,2,11,14,7,15,4,0,9,8,1,13,10,3,14,12,3,9,5,7,12,5,2,10,15,6,8,1,6,1,6,4,11,11,13,13,8,12,1,3,4,7,10,14,7,10,9,15,5,6,0,8,15,0,14,5,2,9,3,2,12,13,1,2,15,8,13,4,8,6,10,15,3,11,7,1,4,10,12,9,5,3,6,14,11,5,0,0,14,12,9,7,2,7,2,11,1,4,14,1,7,9,4,12,10,14,8,2,13,0,15,6,12,10,9,13,0,15,3,3,5,5,6,8,11];t.substitute=function(e,t){for(var r=0,n=0;n<4;n++){r<<=4,r|=i[64*n+(e>>>18-6*n&63)]}for(n=0;n<4;n++){r<<=4,r|=i[256+64*n+(t>>>18-6*n&63)]}return r>>>0};var a=[16,25,12,11,3,20,4,15,31,17,9,6,27,14,1,22,30,24,8,18,0,5,29,23,13,19,2,26,10,21,28,7];t.permute=function(e){for(var t=0,r=0;r<a.length;r++)t<<=1,t|=e>>>a[r]&1;return t>>>0},t.padSplit=function(e,t,r){for(var n=e.toString(2);n.length<t;)n="0"+n;for(var i=[],a=0;a<t;a+=r)i.push(n.slice(a,a+r));return i.join(" ")}},function(e,t,r){"use strict";var n=r(8),i=r(1),a=r(228),s=r(48);function o(){this.tmp=new Array(2),this.keys=null}function d(e){s.call(this,e);var t=new o;this._desState=t,this.deriveKeys(t,e.key)}i(d,s),e.exports=d,d.create=function(e){return new d(e)};var u=[1,1,2,2,2,2,2,2,1,2,2,2,2,2,2,1];d.prototype.deriveKeys=function(e,t){e.keys=new Array(32),n.equal(t.length,this.blockSize,"Invalid key length");var r=a.readUInt32BE(t,0),i=a.readUInt32BE(t,4);a.pc1(r,i,e.tmp,0),r=e.tmp[0],i=e.tmp[1];for(var s=0;s<e.keys.length;s+=2){var o=u[s>>>1];r=a.r28shl(r,o),i=a.r28shl(i,o),a.pc2(r,i,e.keys,s)}},d.prototype._update=function(e,t,r,n){var i=this._desState,s=a.readUInt32BE(e,t),o=a.readUInt32BE(e,t+4);a.ip(s,o,i.tmp,0),s=i.tmp[0],o=i.tmp[1],"encrypt"===this.type?this._encrypt(i,s,o,i.tmp,0):this._decrypt(i,s,o,i.tmp,0),s=i.tmp[0],o=i.tmp[1],a.writeUInt32BE(r,s,n),a.writeUInt32BE(r,o,n+4)},d.prototype._pad=function(e,t){for(var r=e.length-t,n=t;n<e.length;n++)e[n]=r;return!0},d.prototype._unpad=function(e){for(var t=e[e.length-1],r=e.length-t;r<e.length;r++)n.equal(e[r],t);return e.slice(0,e.length-t)},d.prototype._encrypt=function(e,t,r,n,i){for(var s=t,o=r,d=0;d<e.keys.length;d+=2){var u=e.keys[d],h=e.keys[d+1];a.expand(o,e.tmp,0),u^=e.tmp[0],h^=e.tmp[1];var c=a.substitute(u,h),l=o;o=(s^a.permute(c))>>>0,s=l}a.rip(o,s,n,i)},d.prototype._decrypt=function(e,t,r,n,i){for(var s=r,o=t,d=e.keys.length-2;d>=0;d-=2){var u=e.keys[d],h=e.keys[d+1];a.expand(s,e.tmp,0),u^=e.tmp[0],h^=e.tmp[1];var c=a.substitute(u,h),l=s;s=(o^a.permute(c))>>>0,o=l}a.rip(s,o,n,i)}},function(e,t,r){var n=r(27),i=r(2).Buffer,a=r(231);function s(e){var t=e._cipher.encryptBlockRaw(e._prev);return a(e._prev),t}t.encrypt=function(e,t){var r=Math.ceil(t.length/16),a=e._cache.length;e._cache=i.concat([e._cache,i.allocUnsafe(16*r)]);for(var o=0;o<r;o++){var d=s(e),u=a+16*o;e._cache.writeUInt32BE(d[0],u+0),e._cache.writeUInt32BE(d[1],u+4),e._cache.writeUInt32BE(d[2],u+8),e._cache.writeUInt32BE(d[3],u+12)}var h=e._cache.slice(0,t.length);return e._cache=e._cache.slice(t.length),n(t,h)}},function(e,t){e.exports=function(e){for(var t,r=e.length;r--;){if(255!==(t=e.readUInt8(r))){t++,e.writeUInt8(t,r);break}e.writeUInt8(0,r)}}},function(e){e.exports=JSON.parse('{"aes-128-ecb":{"cipher":"AES","key":128,"iv":0,"mode":"ECB","type":"block"},"aes-192-ecb":{"cipher":"AES","key":192,"iv":0,"mode":"ECB","type":"block"},"aes-256-ecb":{"cipher":"AES","key":256,"iv":0,"mode":"ECB","type":"block"},"aes-128-cbc":{"cipher":"AES","key":128,"iv":16,"mode":"CBC","type":"block"},"aes-192-cbc":{"cipher":"AES","key":192,"iv":16,"mode":"CBC","type":"block"},"aes-256-cbc":{"cipher":"AES","key":256,"iv":16,"mode":"CBC","type":"block"},"aes128":{"cipher":"AES","key":128,"iv":16,"mode":"CBC","type":"block"},"aes192":{"cipher":"AES","key":192,"iv":16,"mode":"CBC","type":"block"},"aes256":{"cipher":"AES","key":256,"iv":16,"mode":"CBC","type":"block"},"aes-128-cfb":{"cipher":"AES","key":128,"iv":16,"mode":"CFB","type":"stream"},"aes-192-cfb":{"cipher":"AES","key":192,"iv":16,"mode":"CFB","type":"stream"},"aes-256-cfb":{"cipher":"AES","key":256,"iv":16,"mode":"CFB","type":"stream"},"aes-128-cfb8":{"cipher":"AES","key":128,"iv":16,"mode":"CFB8","type":"stream"},"aes-192-cfb8":{"cipher":"AES","key":192,"iv":16,"mode":"CFB8","type":"stream"},"aes-256-cfb8":{"cipher":"AES","key":256,"iv":16,"mode":"CFB8","type":"stream"},"aes-128-cfb1":{"cipher":"AES","key":128,"iv":16,"mode":"CFB1","type":"stream"},"aes-192-cfb1":{"cipher":"AES","key":192,"iv":16,"mode":"CFB1","type":"stream"},"aes-256-cfb1":{"cipher":"AES","key":256,"iv":16,"mode":"CFB1","type":"stream"},"aes-128-ofb":{"cipher":"AES","key":128,"iv":16,"mode":"OFB","type":"stream"},"aes-192-ofb":{"cipher":"AES","key":192,"iv":16,"mode":"OFB","type":"stream"},"aes-256-ofb":{"cipher":"AES","key":256,"iv":16,"mode":"OFB","type":"stream"},"aes-128-ctr":{"cipher":"AES","key":128,"iv":16,"mode":"CTR","type":"stream"},"aes-192-ctr":{"cipher":"AES","key":192,"iv":16,"mode":"CTR","type":"stream"},"aes-256-ctr":{"cipher":"AES","key":256,"iv":16,"mode":"CTR","type":"stream"},"aes-128-gcm":{"cipher":"AES","key":128,"iv":12,"mode":"GCM","type":"auth"},"aes-192-gcm":{"cipher":"AES","key":192,"iv":12,"mode":"GCM","type":"auth"},"aes-256-gcm":{"cipher":"AES","key":256,"iv":12,"mode":"GCM","type":"auth"}}')},function(e,t,r){var n=r(33),i=r(2).Buffer,a=r(12),s=r(1),o=r(342),d=r(27),u=r(231);function h(e,t,r,s){a.call(this);var d=i.alloc(4,0);this._cipher=new n.AES(t);var h=this._cipher.encryptBlock(d);this._ghash=new o(h),r=function(e,t,r){if(12===t.length)return e._finID=i.concat([t,i.from([0,0,0,1])]),i.concat([t,i.from([0,0,0,2])]);var n=new o(r),a=t.length,s=a%16;n.update(t),s&&(s=16-s,n.update(i.alloc(s,0))),n.update(i.alloc(8,0));var d=8*a,h=i.alloc(8);h.writeUIntBE(d,0,8),n.update(h),e._finID=n.state;var c=i.from(e._finID);return u(c),c}(this,r,h),this._prev=i.from(r),this._cache=i.allocUnsafe(0),this._secCache=i.allocUnsafe(0),this._decrypt=s,this._alen=0,this._len=0,this._mode=e,this._authTag=null,this._called=!1}s(h,a),h.prototype._update=function(e){if(!this._called&&this._alen){var t=16-this._alen%16;t<16&&(t=i.alloc(t,0),this._ghash.update(t))}this._called=!0;var r=this._mode.encrypt(this,e);return this._decrypt?this._ghash.update(e):this._ghash.update(r),this._len+=e.length,r},h.prototype._final=function(){if(this._decrypt&&!this._authTag)throw new Error("Unsupported state or unable to authenticate data");var e=d(this._ghash.final(8*this._alen,8*this._len),this._cipher.encryptBlock(this._finID));if(this._decrypt&&function(e,t){var r=0;e.length!==t.length&&r++;for(var n=Math.min(e.length,t.length),i=0;i<n;++i)r+=e[i]^t[i];return r}(e,this._authTag))throw new Error("Unsupported state or unable to authenticate data");this._authTag=e,this._cipher.scrub()},h.prototype.getAuthTag=function(){if(this._decrypt||!i.isBuffer(this._authTag))throw new Error("Attempting to get auth tag in unsupported state");return this._authTag},h.prototype.setAuthTag=function(e){if(!this._decrypt)throw new Error("Attempting to set auth tag in unsupported state");this._authTag=e},h.prototype.setAAD=function(e){if(this._called)throw new Error("Attempting to set AAD in unsupported state");this._ghash.update(e),this._alen+=e.length},e.exports=h},function(e,t,r){var n=r(33),i=r(2).Buffer,a=r(12);function s(e,t,r,s){a.call(this),this._cipher=new n.AES(t),this._prev=i.from(r),this._cache=i.allocUnsafe(0),this._secCache=i.allocUnsafe(0),this._decrypt=s,this._mode=e}r(1)(s,a),s.prototype._update=function(e){return this._mode.encrypt(this,e,this._decrypt)},s.prototype._final=function(){this._cipher.scrub()},e.exports=s},function(e,t,r){var n=r(18);e.exports=b,b.simpleSieve=m,b.fermatTest=y;var i=r(5),a=new i(24),s=new(r(236)),o=new i(1),d=new i(2),u=new i(5),h=(new i(16),new i(8),new i(10)),c=new i(3),l=(new i(7),new i(11)),f=new i(4),_=(new i(12),null);function p(){if(null!==_)return _;var e=[];e[0]=2;for(var t=1,r=3;r<1048576;r+=2){for(var n=Math.ceil(Math.sqrt(r)),i=0;i<t&&e[i]<=n&&r%e[i]!=0;i++);t!==i&&e[i]<=n||(e[t++]=r)}return _=e,e}function m(e){for(var t=p(),r=0;r<t.length;r++)if(0===e.modn(t[r]))return 0===e.cmpn(t[r]);return!0}function y(e){var t=i.mont(e);return 0===d.toRed(t).redPow(e.subn(1)).fromRed().cmpn(1)}function b(e,t){if(e<16)return new i(2===t||5===t?[140,123]:[140,39]);var r,_;for(t=new i(t);;){for(r=new i(n(Math.ceil(e/8)));r.bitLength()>e;)r.ishrn(1);if(r.isEven()&&r.iadd(o),r.testn(1)||r.iadd(d),t.cmp(d)){if(!t.cmp(u))for(;r.mod(h).cmp(c);)r.iadd(f)}else for(;r.mod(a).cmp(l);)r.iadd(f);if(m(_=r.shrn(1))&&m(r)&&y(_)&&y(r)&&s.test(_)&&s.test(r))return r}}},function(e,t,r){var n=r(5),i=r(51);function a(e){this.rand=e||new i.Rand}e.exports=a,a.create=function(e){return new a(e)},a.prototype._randbelow=function(e){var t=e.bitLength(),r=Math.ceil(t/8);do{var i=new n(this.rand.generate(r))}while(i.cmp(e)>=0);return i},a.prototype._randrange=function(e,t){var r=t.sub(e);return e.add(this._randbelow(r))},a.prototype.test=function(e,t,r){var i=e.bitLength(),a=n.mont(e),s=new n(1).toRed(a);t||(t=Math.max(1,i/48|0));for(var o=e.subn(1),d=0;!o.testn(d);d++);for(var u=e.shrn(d),h=o.toRed(a);t>0;t--){var c=this._randrange(new n(2),o);r&&r(c);var l=c.toRed(a).redPow(u);if(0!==l.cmp(s)&&0!==l.cmp(h)){for(var f=1;f<d;f++){if(0===(l=l.redSqr()).cmp(s))return!1;if(0===l.cmp(h))break}if(f===d)return!1}}return!0},a.prototype.getDivisor=function(e,t){var r=e.bitLength(),i=n.mont(e),a=new n(1).toRed(i);t||(t=Math.max(1,r/48|0));for(var s=e.subn(1),o=0;!s.testn(o);o++);for(var d=e.shrn(o),u=s.toRed(i);t>0;t--){var h=this._randrange(new n(2),s),c=e.gcd(h);if(0!==c.cmpn(1))return c;var l=h.toRed(i).redPow(d);if(0!==l.cmp(a)&&0!==l.cmp(u)){for(var f=1;f<o;f++){if(0===(l=l.redSqr()).cmp(a))return l.fromRed().subn(1).gcd(e);if(0===l.cmp(u))break}if(f===o)return(l=l.redSqr()).fromRed().subn(1).gcd(e)}}return!1}},function(e,t,r){"use strict";(function(t,n){var i;e.exports=S,S.ReadableState=L;r(13).EventEmitter;var a=function(e,t){return e.listeners(t).length},s=r(238),o=r(3).Buffer,d=t.Uint8Array||function(){};var u,h=r(352);u=h&&h.debuglog?h.debuglog("stream"):function(){};var c,l,f,_=r(353),p=r(239),m=r(240).getHighWaterMark,y=r(22).codes,b=y.ERR_INVALID_ARG_TYPE,g=y.ERR_STREAM_PUSH_AFTER_EOF,M=y.ERR_METHOD_NOT_IMPLEMENTED,T=y.ERR_STREAM_UNSHIFT_AFTER_END_EVENT;r(1)(S,s);var v=p.errorOrDestroy,w=["error","close","destroy","pause","resume"];function L(e,t,n){i=i||r(23),e=e||{},"boolean"!=typeof n&&(n=t instanceof i),this.objectMode=!!e.objectMode,n&&(this.objectMode=this.objectMode||!!e.readableObjectMode),this.highWaterMark=m(this,e,"readableHighWaterMark",n),this.buffer=new _,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!==e.emitClose,this.autoDestroy=!!e.autoDestroy,this.destroyed=!1,this.defaultEncoding=e.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,e.encoding&&(c||(c=r(14).StringDecoder),this.decoder=new c(e.encoding),this.encoding=e.encoding)}function S(e){if(i=i||r(23),!(this instanceof S))return new S(e);var t=this instanceof i;this._readableState=new L(e,this,t),this.readable=!0,e&&("function"==typeof e.read&&(this._read=e.read),"function"==typeof e.destroy&&(this._destroy=e.destroy)),s.call(this)}function E(e,t,r,n,i){u("readableAddChunk",t);var a,s=e._readableState;if(null===t)s.reading=!1,function(e,t){if(u("onEofChunk"),t.ended)return;if(t.decoder){var r=t.decoder.end();r&&r.length&&(t.buffer.push(r),t.length+=t.objectMode?1:r.length)}t.ended=!0,t.sync?k(e):(t.needReadable=!1,t.emittedReadable||(t.emittedReadable=!0,Y(e)))}(e,s);else if(i||(a=function(e,t){var r;n=t,o.isBuffer(n)||n instanceof d||"string"==typeof t||void 0===t||e.objectMode||(r=new b("chunk",["string","Buffer","Uint8Array"],t));var n;return r}(s,t)),a)v(e,a);else if(s.objectMode||t&&t.length>0)if("string"==typeof t||s.objectMode||Object.getPrototypeOf(t)===o.prototype||(t=function(e){return o.from(e)}(t)),n)s.endEmitted?v(e,new T):D(e,s,t,!0);else if(s.ended)v(e,new g);else{if(s.destroyed)return!1;s.reading=!1,s.decoder&&!r?(t=s.decoder.write(t),s.objectMode||0!==t.length?D(e,s,t,!1):O(e,s)):D(e,s,t,!1)}else n||(s.reading=!1,O(e,s));return!s.ended&&(s.length<s.highWaterMark||0===s.length)}function D(e,t,r,n){t.flowing&&0===t.length&&!t.sync?(t.awaitDrain=0,e.emit("data",r)):(t.length+=t.objectMode?1:r.length,n?t.buffer.unshift(r):t.buffer.push(r),t.needReadable&&k(e)),O(e,t)}Object.defineProperty(S.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._readableState&&this._readableState.destroyed},set:function(e){this._readableState&&(this._readableState.destroyed=e)}}),S.prototype.destroy=p.destroy,S.prototype._undestroy=p.undestroy,S.prototype._destroy=function(e,t){t(e)},S.prototype.push=function(e,t){var r,n=this._readableState;return n.objectMode?r=!0:"string"==typeof e&&((t=t||n.defaultEncoding)!==n.encoding&&(e=o.from(e,t),t=""),r=!0),E(this,e,t,!1,r)},S.prototype.unshift=function(e){return E(this,e,null,!0,!1)},S.prototype.isPaused=function(){return!1===this._readableState.flowing},S.prototype.setEncoding=function(e){c||(c=r(14).StringDecoder);var t=new c(e);this._readableState.decoder=t,this._readableState.encoding=this._readableState.decoder.encoding;for(var n=this._readableState.buffer.head,i="";null!==n;)i+=t.write(n.data),n=n.next;return this._readableState.buffer.clear(),""!==i&&this._readableState.buffer.push(i),this._readableState.length=i.length,this};function A(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>=1073741824?e=1073741824:(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 k(e){var t=e._readableState;u("emitReadable",t.needReadable,t.emittedReadable),t.needReadable=!1,t.emittedReadable||(u("emitReadable",t.flowing),t.emittedReadable=!0,n.nextTick(Y,e))}function Y(e){var t=e._readableState;u("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,x(e)}function O(e,t){t.readingMore||(t.readingMore=!0,n.nextTick(F,e,t))}function F(e,t){for(;!t.reading&&!t.ended&&(t.length<t.highWaterMark||t.flowing&&0===t.length);){var r=t.length;if(u("maybeReadMore read 0"),e.read(0),r===t.length)break}t.readingMore=!1}function P(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 I(e){u("readable nexttick read 0"),e.read(0)}function R(e,t){u("resume",t.reading),t.reading||e.read(0),t.resumeScheduled=!1,e.emit("resume"),x(e),t.flowing&&!t.reading&&e.read(0)}function x(e){var t=e._readableState;for(u("flow",t.flowing);t.flowing&&null!==e.read(););}function j(e,t){return 0===t.length?null:(t.objectMode?r=t.buffer.shift():!e||e>=t.length?(r=t.decoder?t.buffer.join(""):1===t.buffer.length?t.buffer.first():t.buffer.concat(t.length),t.buffer.clear()):r=t.buffer.consume(e,t.decoder),r);var r}function K(e){var t=e._readableState;u("endReadable",t.endEmitted),t.endEmitted||(t.ended=!0,n.nextTick(H,t,e))}function H(e,t){if(u("endReadableNT",e.endEmitted,e.length),!e.endEmitted&&0===e.length&&(e.endEmitted=!0,t.readable=!1,t.emit("end"),e.autoDestroy)){var r=t._writableState;(!r||r.autoDestroy&&r.finished)&&t.destroy()}}function N(e,t){for(var r=0,n=e.length;r<n;r++)if(e[r]===t)return r;return-1}S.prototype.read=function(e){u("read",e),e=parseInt(e,10);var t=this._readableState,r=e;if(0!==e&&(t.emittedReadable=!1),0===e&&t.needReadable&&((0!==t.highWaterMark?t.length>=t.highWaterMark:t.length>0)||t.ended))return u("read: emitReadable",t.length,t.ended),0===t.length&&t.ended?K(this):k(this),null;if(0===(e=A(e,t))&&t.ended)return 0===t.length&&K(this),null;var n,i=t.needReadable;return u("need readable",i),(0===t.length||t.length-e<t.highWaterMark)&&u("length less than watermark",i=!0),t.ended||t.reading?u("reading or ended",i=!1):i&&(u("do read"),t.reading=!0,t.sync=!0,0===t.length&&(t.needReadable=!0),this._read(t.highWaterMark),t.sync=!1,t.reading||(e=A(r,t))),null===(n=e>0?j(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),r!==e&&t.ended&&K(this)),null!==n&&this.emit("data",n),n},S.prototype._read=function(e){v(this,new M("_read()"))},S.prototype.pipe=function(e,t){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,u("pipe count=%d opts=%j",i.pipesCount,t);var s=(!t||!1!==t.end)&&e!==n.stdout&&e!==n.stderr?d:m;function o(t,n){u("onunpipe"),t===r&&n&&!1===n.hasUnpiped&&(n.hasUnpiped=!0,u("cleanup"),e.removeListener("close",_),e.removeListener("finish",p),e.removeListener("drain",h),e.removeListener("error",f),e.removeListener("unpipe",o),r.removeListener("end",d),r.removeListener("end",m),r.removeListener("data",l),c=!0,!i.awaitDrain||e._writableState&&!e._writableState.needDrain||h())}function d(){u("onend"),e.end()}i.endEmitted?n.nextTick(s):r.once("end",s),e.on("unpipe",o);var h=function(e){return function(){var t=e._readableState;u("pipeOnDrain",t.awaitDrain),t.awaitDrain&&t.awaitDrain--,0===t.awaitDrain&&a(e,"data")&&(t.flowing=!0,x(e))}}(r);e.on("drain",h);var c=!1;function l(t){u("ondata");var n=e.write(t);u("dest.write",n),!1===n&&((1===i.pipesCount&&i.pipes===e||i.pipesCount>1&&-1!==N(i.pipes,e))&&!c&&(u("false write response, pause",i.awaitDrain),i.awaitDrain++),r.pause())}function f(t){u("onerror",t),m(),e.removeListener("error",f),0===a(e,"error")&&v(e,t)}function _(){e.removeListener("finish",p),m()}function p(){u("onfinish"),e.removeListener("close",_),m()}function m(){u("unpipe"),r.unpipe(e)}return r.on("data",l),function(e,t,r){if("function"==typeof e.prependListener)return e.prependListener(t,r);e._events&&e._events[t]?Array.isArray(e._events[t])?e._events[t].unshift(r):e._events[t]=[r,e._events[t]]:e.on(t,r)}(e,"error",f),e.once("close",_),e.once("finish",p),e.emit("pipe",r),i.flowing||(u("pipe resume"),r.resume()),e},S.prototype.unpipe=function(e){var t=this._readableState,r={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,r)),this;if(!e){var n=t.pipes,i=t.pipesCount;t.pipes=null,t.pipesCount=0,t.flowing=!1;for(var a=0;a<i;a++)n[a].emit("unpipe",this,{hasUnpiped:!1});return this}var s=N(t.pipes,e);return-1===s||(t.pipes.splice(s,1),t.pipesCount-=1,1===t.pipesCount&&(t.pipes=t.pipes[0]),e.emit("unpipe",this,r)),this},S.prototype.on=function(e,t){var r=s.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,u("on readable",i.length,i.reading),i.length?k(this):i.reading||n.nextTick(I,this))),r},S.prototype.addListener=S.prototype.on,S.prototype.removeListener=function(e,t){var r=s.prototype.removeListener.call(this,e,t);return"readable"===e&&n.nextTick(P,this),r},S.prototype.removeAllListeners=function(e){var t=s.prototype.removeAllListeners.apply(this,arguments);return"readable"!==e&&void 0!==e||n.nextTick(P,this),t},S.prototype.resume=function(){var e=this._readableState;return e.flowing||(u("resume"),e.flowing=!e.readableListening,function(e,t){t.resumeScheduled||(t.resumeScheduled=!0,n.nextTick(R,e,t))}(this,e)),e.paused=!1,this},S.prototype.pause=function(){return u("call pause flowing=%j",this._readableState.flowing),!1!==this._readableState.flowing&&(u("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState.paused=!0,this},S.prototype.wrap=function(e){var t=this,r=this._readableState,n=!1;for(var i in e.on("end",(function(){if(u("wrapped end"),r.decoder&&!r.ended){var e=r.decoder.end();e&&e.length&&t.push(e)}t.push(null)})),e.on("data",(function(i){(u("wrapped data"),r.decoder&&(i=r.decoder.write(i)),r.objectMode&&null==i)||(r.objectMode||i&&i.length)&&(t.push(i)||(n=!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){u("wrapped _read",t),n&&(n=!1,e.resume())},this},"function"==typeof Symbol&&(S.prototype[Symbol.asyncIterator]=function(){return void 0===l&&(l=r(355)),l(this)}),Object.defineProperty(S.prototype,"readableHighWaterMark",{enumerable:!1,get:function(){return this._readableState.highWaterMark}}),Object.defineProperty(S.prototype,"readableBuffer",{enumerable:!1,get:function(){return this._readableState&&this._readableState.buffer}}),Object.defineProperty(S.prototype,"readableFlowing",{enumerable:!1,get:function(){return this._readableState.flowing},set:function(e){this._readableState&&(this._readableState.flowing=e)}}),S._fromList=j,Object.defineProperty(S.prototype,"readableLength",{enumerable:!1,get:function(){return this._readableState.length}}),"function"==typeof Symbol&&(S.from=function(e,t){return void 0===f&&(f=r(356)),f(S,e,t)})}).call(this,r(7),r(4))},function(e,t,r){e.exports=r(13).EventEmitter},function(e,t,r){"use strict";(function(t){function r(e,t){i(e,t),n(e)}function n(e){e._writableState&&!e._writableState.emitClose||e._readableState&&!e._readableState.emitClose||e.emit("close")}function i(e,t){e.emit("error",t)}e.exports={destroy:function(e,a){var s=this,o=this._readableState&&this._readableState.destroyed,d=this._writableState&&this._writableState.destroyed;return o||d?(a?a(e):e&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,t.nextTick(i,this,e)):t.nextTick(i,this,e)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(e||null,(function(e){!a&&e?s._writableState?s._writableState.errorEmitted?t.nextTick(n,s):(s._writableState.errorEmitted=!0,t.nextTick(r,s,e)):t.nextTick(r,s,e):a?(t.nextTick(n,s),a(e)):t.nextTick(n,s)})),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 r=e._readableState,n=e._writableState;r&&r.autoDestroy||n&&n.autoDestroy?e.destroy(t):e.emit("error",t)}}}).call(this,r(4))},function(e,t,r){"use strict";var n=r(22).codes.ERR_INVALID_OPT_VALUE;e.exports={getHighWaterMark:function(e,t,r,i){var a=function(e,t,r){return null!=e.highWaterMark?e.highWaterMark:t?e[r]:null}(t,i,r);if(null!=a){if(!isFinite(a)||Math.floor(a)!==a||a<0)throw new n(i?r:"highWaterMark",a);return Math.floor(a)}return e.objectMode?16:16384}}},function(e,t,r){"use strict";(function(t,n){function i(e){var t=this;this.next=null,this.entry=null,this.finish=function(){!function(e,t,r){var n=e.entry;e.entry=null;for(;n;){var i=n.callback;t.pendingcb--,i(r),n=n.next}t.corkedRequestsFree.next=e}(t,e)}}var a;e.exports=S,S.WritableState=L;var s={deprecate:r(41)},o=r(238),d=r(3).Buffer,u=t.Uint8Array||function(){};var h,c=r(239),l=r(240).getHighWaterMark,f=r(22).codes,_=f.ERR_INVALID_ARG_TYPE,p=f.ERR_METHOD_NOT_IMPLEMENTED,m=f.ERR_MULTIPLE_CALLBACK,y=f.ERR_STREAM_CANNOT_PIPE,b=f.ERR_STREAM_DESTROYED,g=f.ERR_STREAM_NULL_VALUES,M=f.ERR_STREAM_WRITE_AFTER_END,T=f.ERR_UNKNOWN_ENCODING,v=c.errorOrDestroy;function w(){}function L(e,t,s){a=a||r(23),e=e||{},"boolean"!=typeof s&&(s=t instanceof a),this.objectMode=!!e.objectMode,s&&(this.objectMode=this.objectMode||!!e.writableObjectMode),this.highWaterMark=l(this,e,"writableHighWaterMark",s),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var o=!1===e.decodeStrings;this.decodeStrings=!o,this.defaultEncoding=e.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 r=e._writableState,i=r.sync,a=r.writecb;if("function"!=typeof a)throw new m;if(function(e){e.writing=!1,e.writecb=null,e.length-=e.writelen,e.writelen=0}(r),t)!function(e,t,r,i,a){--t.pendingcb,r?(n.nextTick(a,i),n.nextTick(O,e,t),e._writableState.errorEmitted=!0,v(e,i)):(a(i),e._writableState.errorEmitted=!0,v(e,i),O(e,t))}(e,r,i,t,a);else{var s=k(r)||e.destroyed;s||r.corked||r.bufferProcessing||!r.bufferedRequest||A(e,r),i?n.nextTick(D,e,r,s,a):D(e,r,s,a)}}(t,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!==e.emitClose,this.autoDestroy=!!e.autoDestroy,this.bufferedRequestCount=0,this.corkedRequestsFree=new i(this)}function S(e){var t=this instanceof(a=a||r(23));if(!t&&!h.call(S,this))return new S(e);this._writableState=new L(e,this,t),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)),o.call(this)}function E(e,t,r,n,i,a,s){t.writelen=n,t.writecb=s,t.writing=!0,t.sync=!0,t.destroyed?t.onwrite(new b("write")):r?e._writev(i,t.onwrite):e._write(i,a,t.onwrite),t.sync=!1}function D(e,t,r,n){r||function(e,t){0===t.length&&t.needDrain&&(t.needDrain=!1,e.emit("drain"))}(e,t),t.pendingcb--,n(),O(e,t)}function A(e,t){t.bufferProcessing=!0;var r=t.bufferedRequest;if(e._writev&&r&&r.next){var n=t.bufferedRequestCount,a=new Array(n),s=t.corkedRequestsFree;s.entry=r;for(var o=0,d=!0;r;)a[o]=r,r.isBuf||(d=!1),r=r.next,o+=1;a.allBuffers=d,E(e,t,!0,t.length,a,"",s.finish),t.pendingcb++,t.lastBufferedRequest=null,s.next?(t.corkedRequestsFree=s.next,s.next=null):t.corkedRequestsFree=new i(t),t.bufferedRequestCount=0}else{for(;r;){var u=r.chunk,h=r.encoding,c=r.callback;if(E(e,t,!1,t.objectMode?1:u.length,u,h,c),r=r.next,t.bufferedRequestCount--,t.writing)break}null===r&&(t.lastBufferedRequest=null)}t.bufferedRequest=r,t.bufferProcessing=!1}function k(e){return e.ending&&0===e.length&&null===e.bufferedRequest&&!e.finished&&!e.writing}function Y(e,t){e._final((function(r){t.pendingcb--,r&&v(e,r),t.prefinished=!0,e.emit("prefinish"),O(e,t)}))}function O(e,t){var r=k(t);if(r&&(function(e,t){t.prefinished||t.finalCalled||("function"!=typeof e._final||t.destroyed?(t.prefinished=!0,e.emit("prefinish")):(t.pendingcb++,t.finalCalled=!0,n.nextTick(Y,e,t)))}(e,t),0===t.pendingcb&&(t.finished=!0,e.emit("finish"),t.autoDestroy))){var i=e._readableState;(!i||i.autoDestroy&&i.endEmitted)&&e.destroy()}return r}r(1)(S,o),L.prototype.getBuffer=function(){for(var e=this.bufferedRequest,t=[];e;)t.push(e),e=e.next;return t},function(){try{Object.defineProperty(L.prototype,"buffer",{get:s.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]?(h=Function.prototype[Symbol.hasInstance],Object.defineProperty(S,Symbol.hasInstance,{value:function(e){return!!h.call(this,e)||this===S&&(e&&e._writableState instanceof L)}})):h=function(e){return e instanceof this},S.prototype.pipe=function(){v(this,new y)},S.prototype.write=function(e,t,r){var i,a=this._writableState,s=!1,o=!a.objectMode&&(i=e,d.isBuffer(i)||i instanceof u);return o&&!d.isBuffer(e)&&(e=function(e){return d.from(e)}(e)),"function"==typeof t&&(r=t,t=null),o?t="buffer":t||(t=a.defaultEncoding),"function"!=typeof r&&(r=w),a.ending?function(e,t){var r=new M;v(e,r),n.nextTick(t,r)}(this,r):(o||function(e,t,r,i){var a;return null===r?a=new g:"string"==typeof r||t.objectMode||(a=new _("chunk",["string","Buffer"],r)),!a||(v(e,a),n.nextTick(i,a),!1)}(this,a,e,r))&&(a.pendingcb++,s=function(e,t,r,n,i,a){if(!r){var s=function(e,t,r){e.objectMode||!1===e.decodeStrings||"string"!=typeof t||(t=d.from(t,r));return t}(t,n,i);n!==s&&(r=!0,i="buffer",n=s)}var o=t.objectMode?1:n.length;t.length+=o;var u=t.length<t.highWaterMark;u||(t.needDrain=!0);if(t.writing||t.corked){var h=t.lastBufferedRequest;t.lastBufferedRequest={chunk:n,encoding:i,isBuf:r,callback:a,next:null},h?h.next=t.lastBufferedRequest:t.bufferedRequest=t.lastBufferedRequest,t.bufferedRequestCount+=1}else E(e,t,!1,o,n,i,a);return u}(this,a,o,e,t,r)),s},S.prototype.cork=function(){this._writableState.corked++},S.prototype.uncork=function(){var e=this._writableState;e.corked&&(e.corked--,e.writing||e.corked||e.bufferProcessing||!e.bufferedRequest||A(this,e))},S.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 T(e);return this._writableState.defaultEncoding=e,this},Object.defineProperty(S.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty(S.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),S.prototype._write=function(e,t,r){r(new p("_write()"))},S.prototype._writev=null,S.prototype.end=function(e,t,r){var i=this._writableState;return"function"==typeof e?(r=e,e=null,t=null):"function"==typeof t&&(r=t,t=null),null!=e&&this.write(e,t),i.corked&&(i.corked=1,this.uncork()),i.ending||function(e,t,r){t.ending=!0,O(e,t),r&&(t.finished?n.nextTick(r):e.once("finish",r));t.ended=!0,e.writable=!1}(this,i,r),this},Object.defineProperty(S.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}}),Object.defineProperty(S.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._writableState&&this._writableState.destroyed},set:function(e){this._writableState&&(this._writableState.destroyed=e)}}),S.prototype.destroy=c.destroy,S.prototype._undestroy=c.undestroy,S.prototype._destroy=function(e,t){t(e)}}).call(this,r(7),r(4))},function(e,t,r){"use strict";e.exports=h;var n=r(22).codes,i=n.ERR_METHOD_NOT_IMPLEMENTED,a=n.ERR_MULTIPLE_CALLBACK,s=n.ERR_TRANSFORM_ALREADY_TRANSFORMING,o=n.ERR_TRANSFORM_WITH_LENGTH_0,d=r(23);function u(e,t){var r=this._transformState;r.transforming=!1;var n=r.writecb;if(null===n)return this.emit("error",new a);r.writechunk=null,r.writecb=null,null!=t&&this.push(t),n(e);var i=this._readableState;i.reading=!1,(i.needReadable||i.length<i.highWaterMark)&&this._read(i.highWaterMark)}function h(e){if(!(this instanceof h))return new h(e);d.call(this,e),this._transformState={afterTransform:u.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?l(this,null,null):this._flush((function(t,r){l(e,t,r)}))}function l(e,t,r){if(t)return e.emit("error",t);if(null!=r&&e.push(r),e._writableState.length)throw new o;if(e._transformState.transforming)throw new s;return e.push(null)}r(1)(h,d),h.prototype.push=function(e,t){return this._transformState.needTransform=!1,d.prototype.push.call(this,e,t)},h.prototype._transform=function(e,t,r){r(new i("_transform()"))},h.prototype._write=function(e,t,r){var n=this._transformState;if(n.writecb=r,n.writechunk=e,n.writeencoding=t,!n.transforming){var i=this._readableState;(n.needTransform||i.needReadable||i.length<i.highWaterMark)&&this._read(i.highWaterMark)}},h.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))},h.prototype._destroy=function(e,t){d.prototype._destroy.call(this,e,(function(e){t(e)}))}},function(e,t,r){"use strict";var n=t;function i(e){return 1===e.length?"0"+e:e}function a(e){for(var t="",r=0;r<e.length;r++)t+=i(e[r].toString(16));return t}n.toArray=function(e,t){if(Array.isArray(e))return e.slice();if(!e)return[];var r=[];if("string"!=typeof e){for(var n=0;n<e.length;n++)r[n]=0|e[n];return r}if("hex"===t){(e=e.replace(/[^a-z0-9]+/gi,"")).length%2!=0&&(e="0"+e);for(n=0;n<e.length;n+=2)r.push(parseInt(e[n]+e[n+1],16))}else for(n=0;n<e.length;n++){var i=e.charCodeAt(n),a=i>>8,s=255&i;a?r.push(a,s):r.push(s)}return r},n.zero2=i,n.toHex=a,n.encode=function(e,t){return"hex"===t?a(e):e}},function(e,t,r){"use strict";var n=t;n.base=r(35),n.short=r(363),n.mont=r(364),n.edwards=r(365)},function(e,t,r){"use strict";var n=r(10).rotr32;function i(e,t,r){return e&t^~e&r}function a(e,t,r){return e&t^e&r^t&r}function s(e,t,r){return e^t^r}t.ft_1=function(e,t,r,n){return 0===e?i(t,r,n):1===e||3===e?s(t,r,n):2===e?a(t,r,n):void 0},t.ch32=i,t.maj32=a,t.p32=s,t.s0_256=function(e){return n(e,2)^n(e,13)^n(e,22)},t.s1_256=function(e){return n(e,6)^n(e,11)^n(e,25)},t.g0_256=function(e){return n(e,7)^n(e,18)^e>>>3},t.g1_256=function(e){return n(e,17)^n(e,19)^e>>>10}},function(e,t,r){"use strict";var n=r(10),i=r(28),a=r(245),s=r(8),o=n.sum32,d=n.sum32_4,u=n.sum32_5,h=a.ch32,c=a.maj32,l=a.s0_256,f=a.s1_256,_=a.g0_256,p=a.g1_256,m=i.BlockHash,y=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298];function b(){if(!(this instanceof b))return new b;m.call(this),this.h=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],this.k=y,this.W=new Array(64)}n.inherits(b,m),e.exports=b,b.blockSize=512,b.outSize=256,b.hmacStrength=192,b.padLength=64,b.prototype._update=function(e,t){for(var r=this.W,n=0;n<16;n++)r[n]=e[t+n];for(;n<r.length;n++)r[n]=d(p(r[n-2]),r[n-7],_(r[n-15]),r[n-16]);var i=this.h[0],a=this.h[1],m=this.h[2],y=this.h[3],b=this.h[4],g=this.h[5],M=this.h[6],T=this.h[7];for(s(this.k.length===r.length),n=0;n<r.length;n++){var v=u(T,f(b),h(b,g,M),this.k[n],r[n]),w=o(l(i),c(i,a,m));T=M,M=g,g=b,b=o(y,v),y=m,m=a,a=i,i=o(v,w)}this.h[0]=o(this.h[0],i),this.h[1]=o(this.h[1],a),this.h[2]=o(this.h[2],m),this.h[3]=o(this.h[3],y),this.h[4]=o(this.h[4],b),this.h[5]=o(this.h[5],g),this.h[6]=o(this.h[6],M),this.h[7]=o(this.h[7],T)},b.prototype._digest=function(e){return"hex"===e?n.toHex32(this.h,"big"):n.split32(this.h,"big")}},function(e,t,r){"use strict";var n=r(10),i=r(28),a=r(8),s=n.rotr64_hi,o=n.rotr64_lo,d=n.shr64_hi,u=n.shr64_lo,h=n.sum64,c=n.sum64_hi,l=n.sum64_lo,f=n.sum64_4_hi,_=n.sum64_4_lo,p=n.sum64_5_hi,m=n.sum64_5_lo,y=i.BlockHash,b=[1116352408,3609767458,1899447441,602891725,3049323471,3964484399,3921009573,2173295548,961987163,4081628472,1508970993,3053834265,2453635748,2937671579,2870763221,3664609560,3624381080,2734883394,310598401,1164996542,607225278,1323610764,1426881987,3590304994,1925078388,4068182383,2162078206,991336113,2614888103,633803317,3248222580,3479774868,3835390401,2666613458,4022224774,944711139,264347078,2341262773,604807628,2007800933,770255983,1495990901,1249150122,1856431235,1555081692,3175218132,1996064986,2198950837,2554220882,3999719339,2821834349,766784016,2952996808,2566594879,3210313671,3203337956,3336571891,1034457026,3584528711,2466948901,113926993,3758326383,338241895,168717936,666307205,1188179964,773529912,1546045734,1294757372,1522805485,1396182291,2643833823,1695183700,2343527390,1986661051,1014477480,2177026350,1206759142,2456956037,344077627,2730485921,1290863460,2820302411,3158454273,3259730800,3505952657,3345764771,106217008,3516065817,3606008344,3600352804,1432725776,4094571909,1467031594,275423344,851169720,430227734,3100823752,506948616,1363258195,659060556,3750685593,883997877,3785050280,958139571,3318307427,1322822218,3812723403,1537002063,2003034995,1747873779,3602036899,1955562222,1575990012,2024104815,1125592928,2227730452,2716904306,2361852424,442776044,2428436474,593698344,2756734187,3733110249,3204031479,2999351573,3329325298,3815920427,3391569614,3928383900,3515267271,566280711,3940187606,3454069534,4118630271,4000239992,116418474,1914138554,174292421,2731055270,289380356,3203993006,460393269,320620315,685471733,587496836,852142971,1086792851,1017036298,365543100,1126000580,2618297676,1288033470,3409855158,1501505948,4234509866,1607167915,987167468,1816402316,1246189591];function g(){if(!(this instanceof g))return new g;y.call(this),this.h=[1779033703,4089235720,3144134277,2227873595,1013904242,4271175723,2773480762,1595750129,1359893119,2917565137,2600822924,725511199,528734635,4215389547,1541459225,327033209],this.k=b,this.W=new Array(160)}function M(e,t,r,n,i){var a=e&r^~e&i;return a<0&&(a+=4294967296),a}function T(e,t,r,n,i,a){var s=t&n^~t&a;return s<0&&(s+=4294967296),s}function v(e,t,r,n,i){var a=e&r^e&i^r&i;return a<0&&(a+=4294967296),a}function w(e,t,r,n,i,a){var s=t&n^t&a^n&a;return s<0&&(s+=4294967296),s}function L(e,t){var r=s(e,t,28)^s(t,e,2)^s(t,e,7);return r<0&&(r+=4294967296),r}function S(e,t){var r=o(e,t,28)^o(t,e,2)^o(t,e,7);return r<0&&(r+=4294967296),r}function E(e,t){var r=s(e,t,14)^s(e,t,18)^s(t,e,9);return r<0&&(r+=4294967296),r}function D(e,t){var r=o(e,t,14)^o(e,t,18)^o(t,e,9);return r<0&&(r+=4294967296),r}function A(e,t){var r=s(e,t,1)^s(e,t,8)^d(e,t,7);return r<0&&(r+=4294967296),r}function k(e,t){var r=o(e,t,1)^o(e,t,8)^u(e,t,7);return r<0&&(r+=4294967296),r}function Y(e,t){var r=s(e,t,19)^s(t,e,29)^d(e,t,6);return r<0&&(r+=4294967296),r}function O(e,t){var r=o(e,t,19)^o(t,e,29)^u(e,t,6);return r<0&&(r+=4294967296),r}n.inherits(g,y),e.exports=g,g.blockSize=1024,g.outSize=512,g.hmacStrength=192,g.padLength=128,g.prototype._prepareBlock=function(e,t){for(var r=this.W,n=0;n<32;n++)r[n]=e[t+n];for(;n<r.length;n+=2){var i=Y(r[n-4],r[n-3]),a=O(r[n-4],r[n-3]),s=r[n-14],o=r[n-13],d=A(r[n-30],r[n-29]),u=k(r[n-30],r[n-29]),h=r[n-32],c=r[n-31];r[n]=f(i,a,s,o,d,u,h,c),r[n+1]=_(i,a,s,o,d,u,h,c)}},g.prototype._update=function(e,t){this._prepareBlock(e,t);var r=this.W,n=this.h[0],i=this.h[1],s=this.h[2],o=this.h[3],d=this.h[4],u=this.h[5],f=this.h[6],_=this.h[7],y=this.h[8],b=this.h[9],g=this.h[10],A=this.h[11],k=this.h[12],Y=this.h[13],O=this.h[14],F=this.h[15];a(this.k.length===r.length);for(var P=0;P<r.length;P+=2){var I=O,R=F,x=E(y,b),j=D(y,b),K=M(y,b,g,A,k),H=T(y,b,g,A,k,Y),N=this.k[P],C=this.k[P+1],U=r[P],B=r[P+1],W=p(I,R,x,j,K,H,N,C,U,B),z=m(I,R,x,j,K,H,N,C,U,B);I=L(n,i),R=S(n,i),x=v(n,i,s,o,d),j=w(n,i,s,o,d,u);var q=c(I,R,x,j),G=l(I,R,x,j);O=k,F=Y,k=g,Y=A,g=y,A=b,y=c(f,_,W,z),b=l(_,_,W,z),f=d,_=u,d=s,u=o,s=n,o=i,n=c(W,z,q,G),i=l(W,z,q,G)}h(this.h,0,n,i),h(this.h,2,s,o),h(this.h,4,d,u),h(this.h,6,f,_),h(this.h,8,y,b),h(this.h,10,g,A),h(this.h,12,k,Y),h(this.h,14,O,F)},g.prototype._digest=function(e){return"hex"===e?n.toHex32(this.h,"big"):n.split32(this.h,"big")}},function(e,t,r){(function(e){!function(e,t){"use strict";function n(e,t){if(!e)throw new Error(t||"Assertion failed")}function i(e,t){e.super_=t;var r=function(){};r.prototype=t.prototype,e.prototype=new r,e.prototype.constructor=e}function a(e,t,r){if(a.isBN(e))return e;this.negative=0,this.words=null,this.length=0,this.red=null,null!==e&&("le"!==t&&"be"!==t||(r=t,t=10),this._init(e||0,t||10,r||"be"))}var s;"object"==typeof e?e.exports=a:t.BN=a,a.BN=a,a.wordSize=26;try{s="undefined"!=typeof window&&void 0!==window.Buffer?window.Buffer:r(380).Buffer}catch(e){}function o(e,t){var r=e.charCodeAt(t);return r>=48&&r<=57?r-48:r>=65&&r<=70?r-55:r>=97&&r<=102?r-87:void n(!1,"Invalid character in "+e)}function d(e,t,r){var n=o(e,r);return r-1>=t&&(n|=o(e,r-1)<<4),n}function u(e,t,r,i){for(var a=0,s=0,o=Math.min(e.length,r),d=t;d<o;d++){var u=e.charCodeAt(d)-48;a*=i,s=u>=49?u-49+10:u>=17?u-17+10:u,n(u>=0&&s<i,"Invalid character"),a+=s}return a}function h(e,t){e.words=t.words,e.length=t.length,e.negative=t.negative,e.red=t.red}if(a.isBN=function(e){return e instanceof a||null!==e&&"object"==typeof e&&e.constructor.wordSize===a.wordSize&&Array.isArray(e.words)},a.max=function(e,t){return e.cmp(t)>0?e:t},a.min=function(e,t){return e.cmp(t)<0?e:t},a.prototype._init=function(e,t,r){if("number"==typeof e)return this._initNumber(e,t,r);if("object"==typeof e)return this._initArray(e,t,r);"hex"===t&&(t=16),n(t===(0|t)&&t>=2&&t<=36);var i=0;"-"===(e=e.toString().replace(/\s+/g,""))[0]&&(i++,this.negative=1),i<e.length&&(16===t?this._parseHex(e,i,r):(this._parseBase(e,t,i),"le"===r&&this._initArray(this.toArray(),t,r)))},a.prototype._initNumber=function(e,t,r){e<0&&(this.negative=1,e=-e),e<67108864?(this.words=[67108863&e],this.length=1):e<4503599627370496?(this.words=[67108863&e,e/67108864&67108863],this.length=2):(n(e<9007199254740992),this.words=[67108863&e,e/67108864&67108863,1],this.length=3),"le"===r&&this._initArray(this.toArray(),t,r)},a.prototype._initArray=function(e,t,r){if(n("number"==typeof e.length),e.length<=0)return this.words=[0],this.length=1,this;this.length=Math.ceil(e.length/3),this.words=new Array(this.length);for(var i=0;i<this.length;i++)this.words[i]=0;var a,s,o=0;if("be"===r)for(i=e.length-1,a=0;i>=0;i-=3)s=e[i]|e[i-1]<<8|e[i-2]<<16,this.words[a]|=s<<o&67108863,this.words[a+1]=s>>>26-o&67108863,(o+=24)>=26&&(o-=26,a++);else if("le"===r)for(i=0,a=0;i<e.length;i+=3)s=e[i]|e[i+1]<<8|e[i+2]<<16,this.words[a]|=s<<o&67108863,this.words[a+1]=s>>>26-o&67108863,(o+=24)>=26&&(o-=26,a++);return this._strip()},a.prototype._parseHex=function(e,t,r){this.length=Math.ceil((e.length-t)/6),this.words=new Array(this.length);for(var n=0;n<this.length;n++)this.words[n]=0;var i,a=0,s=0;if("be"===r)for(n=e.length-1;n>=t;n-=2)i=d(e,t,n)<<a,this.words[s]|=67108863&i,a>=18?(a-=18,s+=1,this.words[s]|=i>>>26):a+=8;else for(n=(e.length-t)%2==0?t+1:t;n<e.length;n+=2)i=d(e,t,n)<<a,this.words[s]|=67108863&i,a>=18?(a-=18,s+=1,this.words[s]|=i>>>26):a+=8;this._strip()},a.prototype._parseBase=function(e,t,r){this.words=[0],this.length=1;for(var n=0,i=1;i<=67108863;i*=t)n++;n--,i=i/t|0;for(var a=e.length-r,s=a%n,o=Math.min(a,a-s)+r,d=0,h=r;h<o;h+=n)d=u(e,h,h+n,t),this.imuln(i),this.words[0]+d<67108864?this.words[0]+=d:this._iaddn(d);if(0!==s){var c=1;for(d=u(e,h,e.length,t),h=0;h<s;h++)c*=t;this.imuln(c),this.words[0]+d<67108864?this.words[0]+=d:this._iaddn(d)}this._strip()},a.prototype.copy=function(e){e.words=new Array(this.length);for(var t=0;t<this.length;t++)e.words[t]=this.words[t];e.length=this.length,e.negative=this.negative,e.red=this.red},a.prototype._move=function(e){h(e,this)},a.prototype.clone=function(){var e=new a(null);return this.copy(e),e},a.prototype._expand=function(e){for(;this.length<e;)this.words[this.length++]=0;return this},a.prototype._strip=function(){for(;this.length>1&&0===this.words[this.length-1];)this.length--;return this._normSign()},a.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},"undefined"!=typeof Symbol&&"function"==typeof Symbol.for)try{a.prototype[Symbol.for("nodejs.util.inspect.custom")]=c}catch(e){a.prototype.inspect=c}else a.prototype.inspect=c;function c(){return(this.red?"<BN-R: ":"<BN: ")+this.toString(16)+">"}var l=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],f=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],_=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];a.prototype.toString=function(e,t){var r;if(t=0|t||1,16===(e=e||10)||"hex"===e){r="";for(var i=0,a=0,s=0;s<this.length;s++){var o=this.words[s],d=(16777215&(o<<i|a)).toString(16);a=o>>>24-i&16777215,(i+=2)>=26&&(i-=26,s--),r=0!==a||s!==this.length-1?l[6-d.length]+d+r:d+r}for(0!==a&&(r=a.toString(16)+r);r.length%t!=0;)r="0"+r;return 0!==this.negative&&(r="-"+r),r}if(e===(0|e)&&e>=2&&e<=36){var u=f[e],h=_[e];r="";var c=this.clone();for(c.negative=0;!c.isZero();){var p=c.modrn(h).toString(e);r=(c=c.idivn(h)).isZero()?p+r:l[u-p.length]+p+r}for(this.isZero()&&(r="0"+r);r.length%t!=0;)r="0"+r;return 0!==this.negative&&(r="-"+r),r}n(!1,"Base should be between 2 and 36")},a.prototype.toNumber=function(){var e=this.words[0];return 2===this.length?e+=67108864*this.words[1]:3===this.length&&1===this.words[2]?e+=4503599627370496+67108864*this.words[1]:this.length>2&&n(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-e:e},a.prototype.toJSON=function(){return this.toString(16,2)},s&&(a.prototype.toBuffer=function(e,t){return this.toArrayLike(s,e,t)}),a.prototype.toArray=function(e,t){return this.toArrayLike(Array,e,t)};function p(e,t,r){r.negative=t.negative^e.negative;var n=e.length+t.length|0;r.length=n,n=n-1|0;var i=0|e.words[0],a=0|t.words[0],s=i*a,o=67108863&s,d=s/67108864|0;r.words[0]=o;for(var u=1;u<n;u++){for(var h=d>>>26,c=67108863&d,l=Math.min(u,t.length-1),f=Math.max(0,u-e.length+1);f<=l;f++){var _=u-f|0;h+=(s=(i=0|e.words[_])*(a=0|t.words[f])+c)/67108864|0,c=67108863&s}r.words[u]=0|c,d=0|h}return 0!==d?r.words[u]=0|d:r.length--,r._strip()}a.prototype.toArrayLike=function(e,t,r){this._strip();var i=this.byteLength(),a=r||Math.max(1,i);n(i<=a,"byte array longer than desired length"),n(a>0,"Requested array length <= 0");var s=function(e,t){return e.allocUnsafe?e.allocUnsafe(t):new e(t)}(e,a);return this["_toArrayLike"+("le"===t?"LE":"BE")](s,i),s},a.prototype._toArrayLikeLE=function(e,t){for(var r=0,n=0,i=0,a=0;i<this.length;i++){var s=this.words[i]<<a|n;e[r++]=255&s,r<e.length&&(e[r++]=s>>8&255),r<e.length&&(e[r++]=s>>16&255),6===a?(r<e.length&&(e[r++]=s>>24&255),n=0,a=0):(n=s>>>24,a+=2)}if(r<e.length)for(e[r++]=n;r<e.length;)e[r++]=0},a.prototype._toArrayLikeBE=function(e,t){for(var r=e.length-1,n=0,i=0,a=0;i<this.length;i++){var s=this.words[i]<<a|n;e[r--]=255&s,r>=0&&(e[r--]=s>>8&255),r>=0&&(e[r--]=s>>16&255),6===a?(r>=0&&(e[r--]=s>>24&255),n=0,a=0):(n=s>>>24,a+=2)}if(r>=0)for(e[r--]=n;r>=0;)e[r--]=0},Math.clz32?a.prototype._countBits=function(e){return 32-Math.clz32(e)}:a.prototype._countBits=function(e){var t=e,r=0;return t>=4096&&(r+=13,t>>>=13),t>=64&&(r+=7,t>>>=7),t>=8&&(r+=4,t>>>=4),t>=2&&(r+=2,t>>>=2),r+t},a.prototype._zeroBits=function(e){if(0===e)return 26;var t=e,r=0;return 0==(8191&t)&&(r+=13,t>>>=13),0==(127&t)&&(r+=7,t>>>=7),0==(15&t)&&(r+=4,t>>>=4),0==(3&t)&&(r+=2,t>>>=2),0==(1&t)&&r++,r},a.prototype.bitLength=function(){var e=this.words[this.length-1],t=this._countBits(e);return 26*(this.length-1)+t},a.prototype.zeroBits=function(){if(this.isZero())return 0;for(var e=0,t=0;t<this.length;t++){var r=this._zeroBits(this.words[t]);if(e+=r,26!==r)break}return e},a.prototype.byteLength=function(){return Math.ceil(this.bitLength()/8)},a.prototype.toTwos=function(e){return 0!==this.negative?this.abs().inotn(e).iaddn(1):this.clone()},a.prototype.fromTwos=function(e){return this.testn(e-1)?this.notn(e).iaddn(1).ineg():this.clone()},a.prototype.isNeg=function(){return 0!==this.negative},a.prototype.neg=function(){return this.clone().ineg()},a.prototype.ineg=function(){return this.isZero()||(this.negative^=1),this},a.prototype.iuor=function(e){for(;this.length<e.length;)this.words[this.length++]=0;for(var t=0;t<e.length;t++)this.words[t]=this.words[t]|e.words[t];return this._strip()},a.prototype.ior=function(e){return n(0==(this.negative|e.negative)),this.iuor(e)},a.prototype.or=function(e){return this.length>e.length?this.clone().ior(e):e.clone().ior(this)},a.prototype.uor=function(e){return this.length>e.length?this.clone().iuor(e):e.clone().iuor(this)},a.prototype.iuand=function(e){var t;t=this.length>e.length?e:this;for(var r=0;r<t.length;r++)this.words[r]=this.words[r]&e.words[r];return this.length=t.length,this._strip()},a.prototype.iand=function(e){return n(0==(this.negative|e.negative)),this.iuand(e)},a.prototype.and=function(e){return this.length>e.length?this.clone().iand(e):e.clone().iand(this)},a.prototype.uand=function(e){return this.length>e.length?this.clone().iuand(e):e.clone().iuand(this)},a.prototype.iuxor=function(e){var t,r;this.length>e.length?(t=this,r=e):(t=e,r=this);for(var n=0;n<r.length;n++)this.words[n]=t.words[n]^r.words[n];if(this!==t)for(;n<t.length;n++)this.words[n]=t.words[n];return this.length=t.length,this._strip()},a.prototype.ixor=function(e){return n(0==(this.negative|e.negative)),this.iuxor(e)},a.prototype.xor=function(e){return this.length>e.length?this.clone().ixor(e):e.clone().ixor(this)},a.prototype.uxor=function(e){return this.length>e.length?this.clone().iuxor(e):e.clone().iuxor(this)},a.prototype.inotn=function(e){n("number"==typeof e&&e>=0);var t=0|Math.ceil(e/26),r=e%26;this._expand(t),r>0&&t--;for(var i=0;i<t;i++)this.words[i]=67108863&~this.words[i];return r>0&&(this.words[i]=~this.words[i]&67108863>>26-r),this._strip()},a.prototype.notn=function(e){return this.clone().inotn(e)},a.prototype.setn=function(e,t){n("number"==typeof e&&e>=0);var r=e/26|0,i=e%26;return this._expand(r+1),this.words[r]=t?this.words[r]|1<<i:this.words[r]&~(1<<i),this._strip()},a.prototype.iadd=function(e){var t,r,n;if(0!==this.negative&&0===e.negative)return this.negative=0,t=this.isub(e),this.negative^=1,this._normSign();if(0===this.negative&&0!==e.negative)return e.negative=0,t=this.isub(e),e.negative=1,t._normSign();this.length>e.length?(r=this,n=e):(r=e,n=this);for(var i=0,a=0;a<n.length;a++)t=(0|r.words[a])+(0|n.words[a])+i,this.words[a]=67108863&t,i=t>>>26;for(;0!==i&&a<r.length;a++)t=(0|r.words[a])+i,this.words[a]=67108863&t,i=t>>>26;if(this.length=r.length,0!==i)this.words[this.length]=i,this.length++;else if(r!==this)for(;a<r.length;a++)this.words[a]=r.words[a];return this},a.prototype.add=function(e){var t;return 0!==e.negative&&0===this.negative?(e.negative=0,t=this.sub(e),e.negative^=1,t):0===e.negative&&0!==this.negative?(this.negative=0,t=e.sub(this),this.negative=1,t):this.length>e.length?this.clone().iadd(e):e.clone().iadd(this)},a.prototype.isub=function(e){if(0!==e.negative){e.negative=0;var t=this.iadd(e);return e.negative=1,t._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(e),this.negative=1,this._normSign();var r,n,i=this.cmp(e);if(0===i)return this.negative=0,this.length=1,this.words[0]=0,this;i>0?(r=this,n=e):(r=e,n=this);for(var a=0,s=0;s<n.length;s++)a=(t=(0|r.words[s])-(0|n.words[s])+a)>>26,this.words[s]=67108863&t;for(;0!==a&&s<r.length;s++)a=(t=(0|r.words[s])+a)>>26,this.words[s]=67108863&t;if(0===a&&s<r.length&&r!==this)for(;s<r.length;s++)this.words[s]=r.words[s];return this.length=Math.max(this.length,s),r!==this&&(this.negative=1),this._strip()},a.prototype.sub=function(e){return this.clone().isub(e)};var m=function(e,t,r){var n,i,a,s=e.words,o=t.words,d=r.words,u=0,h=0|s[0],c=8191&h,l=h>>>13,f=0|s[1],_=8191&f,p=f>>>13,m=0|s[2],y=8191&m,b=m>>>13,g=0|s[3],M=8191&g,T=g>>>13,v=0|s[4],w=8191&v,L=v>>>13,S=0|s[5],E=8191&S,D=S>>>13,A=0|s[6],k=8191&A,Y=A>>>13,O=0|s[7],F=8191&O,P=O>>>13,I=0|s[8],R=8191&I,x=I>>>13,j=0|s[9],K=8191&j,H=j>>>13,N=0|o[0],C=8191&N,U=N>>>13,B=0|o[1],W=8191&B,z=B>>>13,q=0|o[2],G=8191&q,J=q>>>13,V=0|o[3],Z=8191&V,Q=V>>>13,X=0|o[4],$=8191&X,ee=X>>>13,te=0|o[5],re=8191&te,ne=te>>>13,ie=0|o[6],ae=8191&ie,se=ie>>>13,oe=0|o[7],de=8191&oe,ue=oe>>>13,he=0|o[8],ce=8191&he,le=he>>>13,fe=0|o[9],_e=8191&fe,pe=fe>>>13;r.negative=e.negative^t.negative,r.length=19;var me=(u+(n=Math.imul(c,C))|0)+((8191&(i=(i=Math.imul(c,U))+Math.imul(l,C)|0))<<13)|0;u=((a=Math.imul(l,U))+(i>>>13)|0)+(me>>>26)|0,me&=67108863,n=Math.imul(_,C),i=(i=Math.imul(_,U))+Math.imul(p,C)|0,a=Math.imul(p,U);var ye=(u+(n=n+Math.imul(c,W)|0)|0)+((8191&(i=(i=i+Math.imul(c,z)|0)+Math.imul(l,W)|0))<<13)|0;u=((a=a+Math.imul(l,z)|0)+(i>>>13)|0)+(ye>>>26)|0,ye&=67108863,n=Math.imul(y,C),i=(i=Math.imul(y,U))+Math.imul(b,C)|0,a=Math.imul(b,U),n=n+Math.imul(_,W)|0,i=(i=i+Math.imul(_,z)|0)+Math.imul(p,W)|0,a=a+Math.imul(p,z)|0;var be=(u+(n=n+Math.imul(c,G)|0)|0)+((8191&(i=(i=i+Math.imul(c,J)|0)+Math.imul(l,G)|0))<<13)|0;u=((a=a+Math.imul(l,J)|0)+(i>>>13)|0)+(be>>>26)|0,be&=67108863,n=Math.imul(M,C),i=(i=Math.imul(M,U))+Math.imul(T,C)|0,a=Math.imul(T,U),n=n+Math.imul(y,W)|0,i=(i=i+Math.imul(y,z)|0)+Math.imul(b,W)|0,a=a+Math.imul(b,z)|0,n=n+Math.imul(_,G)|0,i=(i=i+Math.imul(_,J)|0)+Math.imul(p,G)|0,a=a+Math.imul(p,J)|0;var ge=(u+(n=n+Math.imul(c,Z)|0)|0)+((8191&(i=(i=i+Math.imul(c,Q)|0)+Math.imul(l,Z)|0))<<13)|0;u=((a=a+Math.imul(l,Q)|0)+(i>>>13)|0)+(ge>>>26)|0,ge&=67108863,n=Math.imul(w,C),i=(i=Math.imul(w,U))+Math.imul(L,C)|0,a=Math.imul(L,U),n=n+Math.imul(M,W)|0,i=(i=i+Math.imul(M,z)|0)+Math.imul(T,W)|0,a=a+Math.imul(T,z)|0,n=n+Math.imul(y,G)|0,i=(i=i+Math.imul(y,J)|0)+Math.imul(b,G)|0,a=a+Math.imul(b,J)|0,n=n+Math.imul(_,Z)|0,i=(i=i+Math.imul(_,Q)|0)+Math.imul(p,Z)|0,a=a+Math.imul(p,Q)|0;var Me=(u+(n=n+Math.imul(c,$)|0)|0)+((8191&(i=(i=i+Math.imul(c,ee)|0)+Math.imul(l,$)|0))<<13)|0;u=((a=a+Math.imul(l,ee)|0)+(i>>>13)|0)+(Me>>>26)|0,Me&=67108863,n=Math.imul(E,C),i=(i=Math.imul(E,U))+Math.imul(D,C)|0,a=Math.imul(D,U),n=n+Math.imul(w,W)|0,i=(i=i+Math.imul(w,z)|0)+Math.imul(L,W)|0,a=a+Math.imul(L,z)|0,n=n+Math.imul(M,G)|0,i=(i=i+Math.imul(M,J)|0)+Math.imul(T,G)|0,a=a+Math.imul(T,J)|0,n=n+Math.imul(y,Z)|0,i=(i=i+Math.imul(y,Q)|0)+Math.imul(b,Z)|0,a=a+Math.imul(b,Q)|0,n=n+Math.imul(_,$)|0,i=(i=i+Math.imul(_,ee)|0)+Math.imul(p,$)|0,a=a+Math.imul(p,ee)|0;var Te=(u+(n=n+Math.imul(c,re)|0)|0)+((8191&(i=(i=i+Math.imul(c,ne)|0)+Math.imul(l,re)|0))<<13)|0;u=((a=a+Math.imul(l,ne)|0)+(i>>>13)|0)+(Te>>>26)|0,Te&=67108863,n=Math.imul(k,C),i=(i=Math.imul(k,U))+Math.imul(Y,C)|0,a=Math.imul(Y,U),n=n+Math.imul(E,W)|0,i=(i=i+Math.imul(E,z)|0)+Math.imul(D,W)|0,a=a+Math.imul(D,z)|0,n=n+Math.imul(w,G)|0,i=(i=i+Math.imul(w,J)|0)+Math.imul(L,G)|0,a=a+Math.imul(L,J)|0,n=n+Math.imul(M,Z)|0,i=(i=i+Math.imul(M,Q)|0)+Math.imul(T,Z)|0,a=a+Math.imul(T,Q)|0,n=n+Math.imul(y,$)|0,i=(i=i+Math.imul(y,ee)|0)+Math.imul(b,$)|0,a=a+Math.imul(b,ee)|0,n=n+Math.imul(_,re)|0,i=(i=i+Math.imul(_,ne)|0)+Math.imul(p,re)|0,a=a+Math.imul(p,ne)|0;var ve=(u+(n=n+Math.imul(c,ae)|0)|0)+((8191&(i=(i=i+Math.imul(c,se)|0)+Math.imul(l,ae)|0))<<13)|0;u=((a=a+Math.imul(l,se)|0)+(i>>>13)|0)+(ve>>>26)|0,ve&=67108863,n=Math.imul(F,C),i=(i=Math.imul(F,U))+Math.imul(P,C)|0,a=Math.imul(P,U),n=n+Math.imul(k,W)|0,i=(i=i+Math.imul(k,z)|0)+Math.imul(Y,W)|0,a=a+Math.imul(Y,z)|0,n=n+Math.imul(E,G)|0,i=(i=i+Math.imul(E,J)|0)+Math.imul(D,G)|0,a=a+Math.imul(D,J)|0,n=n+Math.imul(w,Z)|0,i=(i=i+Math.imul(w,Q)|0)+Math.imul(L,Z)|0,a=a+Math.imul(L,Q)|0,n=n+Math.imul(M,$)|0,i=(i=i+Math.imul(M,ee)|0)+Math.imul(T,$)|0,a=a+Math.imul(T,ee)|0,n=n+Math.imul(y,re)|0,i=(i=i+Math.imul(y,ne)|0)+Math.imul(b,re)|0,a=a+Math.imul(b,ne)|0,n=n+Math.imul(_,ae)|0,i=(i=i+Math.imul(_,se)|0)+Math.imul(p,ae)|0,a=a+Math.imul(p,se)|0;var we=(u+(n=n+Math.imul(c,de)|0)|0)+((8191&(i=(i=i+Math.imul(c,ue)|0)+Math.imul(l,de)|0))<<13)|0;u=((a=a+Math.imul(l,ue)|0)+(i>>>13)|0)+(we>>>26)|0,we&=67108863,n=Math.imul(R,C),i=(i=Math.imul(R,U))+Math.imul(x,C)|0,a=Math.imul(x,U),n=n+Math.imul(F,W)|0,i=(i=i+Math.imul(F,z)|0)+Math.imul(P,W)|0,a=a+Math.imul(P,z)|0,n=n+Math.imul(k,G)|0,i=(i=i+Math.imul(k,J)|0)+Math.imul(Y,G)|0,a=a+Math.imul(Y,J)|0,n=n+Math.imul(E,Z)|0,i=(i=i+Math.imul(E,Q)|0)+Math.imul(D,Z)|0,a=a+Math.imul(D,Q)|0,n=n+Math.imul(w,$)|0,i=(i=i+Math.imul(w,ee)|0)+Math.imul(L,$)|0,a=a+Math.imul(L,ee)|0,n=n+Math.imul(M,re)|0,i=(i=i+Math.imul(M,ne)|0)+Math.imul(T,re)|0,a=a+Math.imul(T,ne)|0,n=n+Math.imul(y,ae)|0,i=(i=i+Math.imul(y,se)|0)+Math.imul(b,ae)|0,a=a+Math.imul(b,se)|0,n=n+Math.imul(_,de)|0,i=(i=i+Math.imul(_,ue)|0)+Math.imul(p,de)|0,a=a+Math.imul(p,ue)|0;var Le=(u+(n=n+Math.imul(c,ce)|0)|0)+((8191&(i=(i=i+Math.imul(c,le)|0)+Math.imul(l,ce)|0))<<13)|0;u=((a=a+Math.imul(l,le)|0)+(i>>>13)|0)+(Le>>>26)|0,Le&=67108863,n=Math.imul(K,C),i=(i=Math.imul(K,U))+Math.imul(H,C)|0,a=Math.imul(H,U),n=n+Math.imul(R,W)|0,i=(i=i+Math.imul(R,z)|0)+Math.imul(x,W)|0,a=a+Math.imul(x,z)|0,n=n+Math.imul(F,G)|0,i=(i=i+Math.imul(F,J)|0)+Math.imul(P,G)|0,a=a+Math.imul(P,J)|0,n=n+Math.imul(k,Z)|0,i=(i=i+Math.imul(k,Q)|0)+Math.imul(Y,Z)|0,a=a+Math.imul(Y,Q)|0,n=n+Math.imul(E,$)|0,i=(i=i+Math.imul(E,ee)|0)+Math.imul(D,$)|0,a=a+Math.imul(D,ee)|0,n=n+Math.imul(w,re)|0,i=(i=i+Math.imul(w,ne)|0)+Math.imul(L,re)|0,a=a+Math.imul(L,ne)|0,n=n+Math.imul(M,ae)|0,i=(i=i+Math.imul(M,se)|0)+Math.imul(T,ae)|0,a=a+Math.imul(T,se)|0,n=n+Math.imul(y,de)|0,i=(i=i+Math.imul(y,ue)|0)+Math.imul(b,de)|0,a=a+Math.imul(b,ue)|0,n=n+Math.imul(_,ce)|0,i=(i=i+Math.imul(_,le)|0)+Math.imul(p,ce)|0,a=a+Math.imul(p,le)|0;var Se=(u+(n=n+Math.imul(c,_e)|0)|0)+((8191&(i=(i=i+Math.imul(c,pe)|0)+Math.imul(l,_e)|0))<<13)|0;u=((a=a+Math.imul(l,pe)|0)+(i>>>13)|0)+(Se>>>26)|0,Se&=67108863,n=Math.imul(K,W),i=(i=Math.imul(K,z))+Math.imul(H,W)|0,a=Math.imul(H,z),n=n+Math.imul(R,G)|0,i=(i=i+Math.imul(R,J)|0)+Math.imul(x,G)|0,a=a+Math.imul(x,J)|0,n=n+Math.imul(F,Z)|0,i=(i=i+Math.imul(F,Q)|0)+Math.imul(P,Z)|0,a=a+Math.imul(P,Q)|0,n=n+Math.imul(k,$)|0,i=(i=i+Math.imul(k,ee)|0)+Math.imul(Y,$)|0,a=a+Math.imul(Y,ee)|0,n=n+Math.imul(E,re)|0,i=(i=i+Math.imul(E,ne)|0)+Math.imul(D,re)|0,a=a+Math.imul(D,ne)|0,n=n+Math.imul(w,ae)|0,i=(i=i+Math.imul(w,se)|0)+Math.imul(L,ae)|0,a=a+Math.imul(L,se)|0,n=n+Math.imul(M,de)|0,i=(i=i+Math.imul(M,ue)|0)+Math.imul(T,de)|0,a=a+Math.imul(T,ue)|0,n=n+Math.imul(y,ce)|0,i=(i=i+Math.imul(y,le)|0)+Math.imul(b,ce)|0,a=a+Math.imul(b,le)|0;var Ee=(u+(n=n+Math.imul(_,_e)|0)|0)+((8191&(i=(i=i+Math.imul(_,pe)|0)+Math.imul(p,_e)|0))<<13)|0;u=((a=a+Math.imul(p,pe)|0)+(i>>>13)|0)+(Ee>>>26)|0,Ee&=67108863,n=Math.imul(K,G),i=(i=Math.imul(K,J))+Math.imul(H,G)|0,a=Math.imul(H,J),n=n+Math.imul(R,Z)|0,i=(i=i+Math.imul(R,Q)|0)+Math.imul(x,Z)|0,a=a+Math.imul(x,Q)|0,n=n+Math.imul(F,$)|0,i=(i=i+Math.imul(F,ee)|0)+Math.imul(P,$)|0,a=a+Math.imul(P,ee)|0,n=n+Math.imul(k,re)|0,i=(i=i+Math.imul(k,ne)|0)+Math.imul(Y,re)|0,a=a+Math.imul(Y,ne)|0,n=n+Math.imul(E,ae)|0,i=(i=i+Math.imul(E,se)|0)+Math.imul(D,ae)|0,a=a+Math.imul(D,se)|0,n=n+Math.imul(w,de)|0,i=(i=i+Math.imul(w,ue)|0)+Math.imul(L,de)|0,a=a+Math.imul(L,ue)|0,n=n+Math.imul(M,ce)|0,i=(i=i+Math.imul(M,le)|0)+Math.imul(T,ce)|0,a=a+Math.imul(T,le)|0;var De=(u+(n=n+Math.imul(y,_e)|0)|0)+((8191&(i=(i=i+Math.imul(y,pe)|0)+Math.imul(b,_e)|0))<<13)|0;u=((a=a+Math.imul(b,pe)|0)+(i>>>13)|0)+(De>>>26)|0,De&=67108863,n=Math.imul(K,Z),i=(i=Math.imul(K,Q))+Math.imul(H,Z)|0,a=Math.imul(H,Q),n=n+Math.imul(R,$)|0,i=(i=i+Math.imul(R,ee)|0)+Math.imul(x,$)|0,a=a+Math.imul(x,ee)|0,n=n+Math.imul(F,re)|0,i=(i=i+Math.imul(F,ne)|0)+Math.imul(P,re)|0,a=a+Math.imul(P,ne)|0,n=n+Math.imul(k,ae)|0,i=(i=i+Math.imul(k,se)|0)+Math.imul(Y,ae)|0,a=a+Math.imul(Y,se)|0,n=n+Math.imul(E,de)|0,i=(i=i+Math.imul(E,ue)|0)+Math.imul(D,de)|0,a=a+Math.imul(D,ue)|0,n=n+Math.imul(w,ce)|0,i=(i=i+Math.imul(w,le)|0)+Math.imul(L,ce)|0,a=a+Math.imul(L,le)|0;var Ae=(u+(n=n+Math.imul(M,_e)|0)|0)+((8191&(i=(i=i+Math.imul(M,pe)|0)+Math.imul(T,_e)|0))<<13)|0;u=((a=a+Math.imul(T,pe)|0)+(i>>>13)|0)+(Ae>>>26)|0,Ae&=67108863,n=Math.imul(K,$),i=(i=Math.imul(K,ee))+Math.imul(H,$)|0,a=Math.imul(H,ee),n=n+Math.imul(R,re)|0,i=(i=i+Math.imul(R,ne)|0)+Math.imul(x,re)|0,a=a+Math.imul(x,ne)|0,n=n+Math.imul(F,ae)|0,i=(i=i+Math.imul(F,se)|0)+Math.imul(P,ae)|0,a=a+Math.imul(P,se)|0,n=n+Math.imul(k,de)|0,i=(i=i+Math.imul(k,ue)|0)+Math.imul(Y,de)|0,a=a+Math.imul(Y,ue)|0,n=n+Math.imul(E,ce)|0,i=(i=i+Math.imul(E,le)|0)+Math.imul(D,ce)|0,a=a+Math.imul(D,le)|0;var ke=(u+(n=n+Math.imul(w,_e)|0)|0)+((8191&(i=(i=i+Math.imul(w,pe)|0)+Math.imul(L,_e)|0))<<13)|0;u=((a=a+Math.imul(L,pe)|0)+(i>>>13)|0)+(ke>>>26)|0,ke&=67108863,n=Math.imul(K,re),i=(i=Math.imul(K,ne))+Math.imul(H,re)|0,a=Math.imul(H,ne),n=n+Math.imul(R,ae)|0,i=(i=i+Math.imul(R,se)|0)+Math.imul(x,ae)|0,a=a+Math.imul(x,se)|0,n=n+Math.imul(F,de)|0,i=(i=i+Math.imul(F,ue)|0)+Math.imul(P,de)|0,a=a+Math.imul(P,ue)|0,n=n+Math.imul(k,ce)|0,i=(i=i+Math.imul(k,le)|0)+Math.imul(Y,ce)|0,a=a+Math.imul(Y,le)|0;var Ye=(u+(n=n+Math.imul(E,_e)|0)|0)+((8191&(i=(i=i+Math.imul(E,pe)|0)+Math.imul(D,_e)|0))<<13)|0;u=((a=a+Math.imul(D,pe)|0)+(i>>>13)|0)+(Ye>>>26)|0,Ye&=67108863,n=Math.imul(K,ae),i=(i=Math.imul(K,se))+Math.imul(H,ae)|0,a=Math.imul(H,se),n=n+Math.imul(R,de)|0,i=(i=i+Math.imul(R,ue)|0)+Math.imul(x,de)|0,a=a+Math.imul(x,ue)|0,n=n+Math.imul(F,ce)|0,i=(i=i+Math.imul(F,le)|0)+Math.imul(P,ce)|0,a=a+Math.imul(P,le)|0;var Oe=(u+(n=n+Math.imul(k,_e)|0)|0)+((8191&(i=(i=i+Math.imul(k,pe)|0)+Math.imul(Y,_e)|0))<<13)|0;u=((a=a+Math.imul(Y,pe)|0)+(i>>>13)|0)+(Oe>>>26)|0,Oe&=67108863,n=Math.imul(K,de),i=(i=Math.imul(K,ue))+Math.imul(H,de)|0,a=Math.imul(H,ue),n=n+Math.imul(R,ce)|0,i=(i=i+Math.imul(R,le)|0)+Math.imul(x,ce)|0,a=a+Math.imul(x,le)|0;var Fe=(u+(n=n+Math.imul(F,_e)|0)|0)+((8191&(i=(i=i+Math.imul(F,pe)|0)+Math.imul(P,_e)|0))<<13)|0;u=((a=a+Math.imul(P,pe)|0)+(i>>>13)|0)+(Fe>>>26)|0,Fe&=67108863,n=Math.imul(K,ce),i=(i=Math.imul(K,le))+Math.imul(H,ce)|0,a=Math.imul(H,le);var Pe=(u+(n=n+Math.imul(R,_e)|0)|0)+((8191&(i=(i=i+Math.imul(R,pe)|0)+Math.imul(x,_e)|0))<<13)|0;u=((a=a+Math.imul(x,pe)|0)+(i>>>13)|0)+(Pe>>>26)|0,Pe&=67108863;var Ie=(u+(n=Math.imul(K,_e))|0)+((8191&(i=(i=Math.imul(K,pe))+Math.imul(H,_e)|0))<<13)|0;return u=((a=Math.imul(H,pe))+(i>>>13)|0)+(Ie>>>26)|0,Ie&=67108863,d[0]=me,d[1]=ye,d[2]=be,d[3]=ge,d[4]=Me,d[5]=Te,d[6]=ve,d[7]=we,d[8]=Le,d[9]=Se,d[10]=Ee,d[11]=De,d[12]=Ae,d[13]=ke,d[14]=Ye,d[15]=Oe,d[16]=Fe,d[17]=Pe,d[18]=Ie,0!==u&&(d[19]=u,r.length++),r};function y(e,t,r){r.negative=t.negative^e.negative,r.length=e.length+t.length;for(var n=0,i=0,a=0;a<r.length-1;a++){var s=i;i=0;for(var o=67108863&n,d=Math.min(a,t.length-1),u=Math.max(0,a-e.length+1);u<=d;u++){var h=a-u,c=(0|e.words[h])*(0|t.words[u]),l=67108863&c;o=67108863&(l=l+o|0),i+=(s=(s=s+(c/67108864|0)|0)+(l>>>26)|0)>>>26,s&=67108863}r.words[a]=o,n=s,s=i}return 0!==n?r.words[a]=n:r.length--,r._strip()}function b(e,t,r){return y(e,t,r)}function g(e,t){this.x=e,this.y=t}Math.imul||(m=p),a.prototype.mulTo=function(e,t){var r=this.length+e.length;return 10===this.length&&10===e.length?m(this,e,t):r<63?p(this,e,t):r<1024?y(this,e,t):b(this,e,t)},g.prototype.makeRBT=function(e){for(var t=new Array(e),r=a.prototype._countBits(e)-1,n=0;n<e;n++)t[n]=this.revBin(n,r,e);return t},g.prototype.revBin=function(e,t,r){if(0===e||e===r-1)return e;for(var n=0,i=0;i<t;i++)n|=(1&e)<<t-i-1,e>>=1;return n},g.prototype.permute=function(e,t,r,n,i,a){for(var s=0;s<a;s++)n[s]=t[e[s]],i[s]=r[e[s]]},g.prototype.transform=function(e,t,r,n,i,a){this.permute(a,e,t,r,n,i);for(var s=1;s<i;s<<=1)for(var o=s<<1,d=Math.cos(2*Math.PI/o),u=Math.sin(2*Math.PI/o),h=0;h<i;h+=o)for(var c=d,l=u,f=0;f<s;f++){var _=r[h+f],p=n[h+f],m=r[h+f+s],y=n[h+f+s],b=c*m-l*y;y=c*y+l*m,m=b,r[h+f]=_+m,n[h+f]=p+y,r[h+f+s]=_-m,n[h+f+s]=p-y,f!==o&&(b=d*c-u*l,l=d*l+u*c,c=b)}},g.prototype.guessLen13b=function(e,t){var r=1|Math.max(t,e),n=1&r,i=0;for(r=r/2|0;r;r>>>=1)i++;return 1<<i+1+n},g.prototype.conjugate=function(e,t,r){if(!(r<=1))for(var n=0;n<r/2;n++){var i=e[n];e[n]=e[r-n-1],e[r-n-1]=i,i=t[n],t[n]=-t[r-n-1],t[r-n-1]=-i}},g.prototype.normalize13b=function(e,t){for(var r=0,n=0;n<t/2;n++){var i=8192*Math.round(e[2*n+1]/t)+Math.round(e[2*n]/t)+r;e[n]=67108863&i,r=i<67108864?0:i/67108864|0}return e},g.prototype.convert13b=function(e,t,r,i){for(var a=0,s=0;s<t;s++)a+=0|e[s],r[2*s]=8191&a,a>>>=13,r[2*s+1]=8191&a,a>>>=13;for(s=2*t;s<i;++s)r[s]=0;n(0===a),n(0==(-8192&a))},g.prototype.stub=function(e){for(var t=new Array(e),r=0;r<e;r++)t[r]=0;return t},g.prototype.mulp=function(e,t,r){var n=2*this.guessLen13b(e.length,t.length),i=this.makeRBT(n),a=this.stub(n),s=new Array(n),o=new Array(n),d=new Array(n),u=new Array(n),h=new Array(n),c=new Array(n),l=r.words;l.length=n,this.convert13b(e.words,e.length,s,n),this.convert13b(t.words,t.length,u,n),this.transform(s,a,o,d,n,i),this.transform(u,a,h,c,n,i);for(var f=0;f<n;f++){var _=o[f]*h[f]-d[f]*c[f];d[f]=o[f]*c[f]+d[f]*h[f],o[f]=_}return this.conjugate(o,d,n),this.transform(o,d,l,a,n,i),this.conjugate(l,a,n),this.normalize13b(l,n),r.negative=e.negative^t.negative,r.length=e.length+t.length,r._strip()},a.prototype.mul=function(e){var t=new a(null);return t.words=new Array(this.length+e.length),this.mulTo(e,t)},a.prototype.mulf=function(e){var t=new a(null);return t.words=new Array(this.length+e.length),b(this,e,t)},a.prototype.imul=function(e){return this.clone().mulTo(e,this)},a.prototype.imuln=function(e){var t=e<0;t&&(e=-e),n("number"==typeof e),n(e<67108864);for(var r=0,i=0;i<this.length;i++){var a=(0|this.words[i])*e,s=(67108863&a)+(67108863&r);r>>=26,r+=a/67108864|0,r+=s>>>26,this.words[i]=67108863&s}return 0!==r&&(this.words[i]=r,this.length++),t?this.ineg():this},a.prototype.muln=function(e){return this.clone().imuln(e)},a.prototype.sqr=function(){return this.mul(this)},a.prototype.isqr=function(){return this.imul(this.clone())},a.prototype.pow=function(e){var t=function(e){for(var t=new Array(e.bitLength()),r=0;r<t.length;r++){var n=r/26|0,i=r%26;t[r]=e.words[n]>>>i&1}return t}(e);if(0===t.length)return new a(1);for(var r=this,n=0;n<t.length&&0===t[n];n++,r=r.sqr());if(++n<t.length)for(var i=r.sqr();n<t.length;n++,i=i.sqr())0!==t[n]&&(r=r.mul(i));return r},a.prototype.iushln=function(e){n("number"==typeof e&&e>=0);var t,r=e%26,i=(e-r)/26,a=67108863>>>26-r<<26-r;if(0!==r){var s=0;for(t=0;t<this.length;t++){var o=this.words[t]&a,d=(0|this.words[t])-o<<r;this.words[t]=d|s,s=o>>>26-r}s&&(this.words[t]=s,this.length++)}if(0!==i){for(t=this.length-1;t>=0;t--)this.words[t+i]=this.words[t];for(t=0;t<i;t++)this.words[t]=0;this.length+=i}return this._strip()},a.prototype.ishln=function(e){return n(0===this.negative),this.iushln(e)},a.prototype.iushrn=function(e,t,r){var i;n("number"==typeof e&&e>=0),i=t?(t-t%26)/26:0;var a=e%26,s=Math.min((e-a)/26,this.length),o=67108863^67108863>>>a<<a,d=r;if(i-=s,i=Math.max(0,i),d){for(var u=0;u<s;u++)d.words[u]=this.words[u];d.length=s}if(0===s);else if(this.length>s)for(this.length-=s,u=0;u<this.length;u++)this.words[u]=this.words[u+s];else this.words[0]=0,this.length=1;var h=0;for(u=this.length-1;u>=0&&(0!==h||u>=i);u--){var c=0|this.words[u];this.words[u]=h<<26-a|c>>>a,h=c&o}return d&&0!==h&&(d.words[d.length++]=h),0===this.length&&(this.words[0]=0,this.length=1),this._strip()},a.prototype.ishrn=function(e,t,r){return n(0===this.negative),this.iushrn(e,t,r)},a.prototype.shln=function(e){return this.clone().ishln(e)},a.prototype.ushln=function(e){return this.clone().iushln(e)},a.prototype.shrn=function(e){return this.clone().ishrn(e)},a.prototype.ushrn=function(e){return this.clone().iushrn(e)},a.prototype.testn=function(e){n("number"==typeof e&&e>=0);var t=e%26,r=(e-t)/26,i=1<<t;return!(this.length<=r)&&!!(this.words[r]&i)},a.prototype.imaskn=function(e){n("number"==typeof e&&e>=0);var t=e%26,r=(e-t)/26;if(n(0===this.negative,"imaskn works only with positive numbers"),this.length<=r)return this;if(0!==t&&r++,this.length=Math.min(r,this.length),0!==t){var i=67108863^67108863>>>t<<t;this.words[this.length-1]&=i}return this._strip()},a.prototype.maskn=function(e){return this.clone().imaskn(e)},a.prototype.iaddn=function(e){return n("number"==typeof e),n(e<67108864),e<0?this.isubn(-e):0!==this.negative?1===this.length&&(0|this.words[0])<=e?(this.words[0]=e-(0|this.words[0]),this.negative=0,this):(this.negative=0,this.isubn(e),this.negative=1,this):this._iaddn(e)},a.prototype._iaddn=function(e){this.words[0]+=e;for(var t=0;t<this.length&&this.words[t]>=67108864;t++)this.words[t]-=67108864,t===this.length-1?this.words[t+1]=1:this.words[t+1]++;return this.length=Math.max(this.length,t+1),this},a.prototype.isubn=function(e){if(n("number"==typeof e),n(e<67108864),e<0)return this.iaddn(-e);if(0!==this.negative)return this.negative=0,this.iaddn(e),this.negative=1,this;if(this.words[0]-=e,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var t=0;t<this.length&&this.words[t]<0;t++)this.words[t]+=67108864,this.words[t+1]-=1;return this._strip()},a.prototype.addn=function(e){return this.clone().iaddn(e)},a.prototype.subn=function(e){return this.clone().isubn(e)},a.prototype.iabs=function(){return this.negative=0,this},a.prototype.abs=function(){return this.clone().iabs()},a.prototype._ishlnsubmul=function(e,t,r){var i,a,s=e.length+r;this._expand(s);var o=0;for(i=0;i<e.length;i++){a=(0|this.words[i+r])+o;var d=(0|e.words[i])*t;o=((a-=67108863&d)>>26)-(d/67108864|0),this.words[i+r]=67108863&a}for(;i<this.length-r;i++)o=(a=(0|this.words[i+r])+o)>>26,this.words[i+r]=67108863&a;if(0===o)return this._strip();for(n(-1===o),o=0,i=0;i<this.length;i++)o=(a=-(0|this.words[i])+o)>>26,this.words[i]=67108863&a;return this.negative=1,this._strip()},a.prototype._wordDiv=function(e,t){var r=(this.length,e.length),n=this.clone(),i=e,s=0|i.words[i.length-1];0!==(r=26-this._countBits(s))&&(i=i.ushln(r),n.iushln(r),s=0|i.words[i.length-1]);var o,d=n.length-i.length;if("mod"!==t){(o=new a(null)).length=d+1,o.words=new Array(o.length);for(var u=0;u<o.length;u++)o.words[u]=0}var h=n.clone()._ishlnsubmul(i,1,d);0===h.negative&&(n=h,o&&(o.words[d]=1));for(var c=d-1;c>=0;c--){var l=67108864*(0|n.words[i.length+c])+(0|n.words[i.length+c-1]);for(l=Math.min(l/s|0,67108863),n._ishlnsubmul(i,l,c);0!==n.negative;)l--,n.negative=0,n._ishlnsubmul(i,1,c),n.isZero()||(n.negative^=1);o&&(o.words[c]=l)}return o&&o._strip(),n._strip(),"div"!==t&&0!==r&&n.iushrn(r),{div:o||null,mod:n}},a.prototype.divmod=function(e,t,r){return n(!e.isZero()),this.isZero()?{div:new a(0),mod:new a(0)}:0!==this.negative&&0===e.negative?(o=this.neg().divmod(e,t),"mod"!==t&&(i=o.div.neg()),"div"!==t&&(s=o.mod.neg(),r&&0!==s.negative&&s.iadd(e)),{div:i,mod:s}):0===this.negative&&0!==e.negative?(o=this.divmod(e.neg(),t),"mod"!==t&&(i=o.div.neg()),{div:i,mod:o.mod}):0!=(this.negative&e.negative)?(o=this.neg().divmod(e.neg(),t),"div"!==t&&(s=o.mod.neg(),r&&0!==s.negative&&s.isub(e)),{div:o.div,mod:s}):e.length>this.length||this.cmp(e)<0?{div:new a(0),mod:this}:1===e.length?"div"===t?{div:this.divn(e.words[0]),mod:null}:"mod"===t?{div:null,mod:new a(this.modrn(e.words[0]))}:{div:this.divn(e.words[0]),mod:new a(this.modrn(e.words[0]))}:this._wordDiv(e,t);var i,s,o},a.prototype.div=function(e){return this.divmod(e,"div",!1).div},a.prototype.mod=function(e){return this.divmod(e,"mod",!1).mod},a.prototype.umod=function(e){return this.divmod(e,"mod",!0).mod},a.prototype.divRound=function(e){var t=this.divmod(e);if(t.mod.isZero())return t.div;var r=0!==t.div.negative?t.mod.isub(e):t.mod,n=e.ushrn(1),i=e.andln(1),a=r.cmp(n);return a<0||1===i&&0===a?t.div:0!==t.div.negative?t.div.isubn(1):t.div.iaddn(1)},a.prototype.modrn=function(e){var t=e<0;t&&(e=-e),n(e<=67108863);for(var r=(1<<26)%e,i=0,a=this.length-1;a>=0;a--)i=(r*i+(0|this.words[a]))%e;return t?-i:i},a.prototype.modn=function(e){return this.modrn(e)},a.prototype.idivn=function(e){var t=e<0;t&&(e=-e),n(e<=67108863);for(var r=0,i=this.length-1;i>=0;i--){var a=(0|this.words[i])+67108864*r;this.words[i]=a/e|0,r=a%e}return this._strip(),t?this.ineg():this},a.prototype.divn=function(e){return this.clone().idivn(e)},a.prototype.egcd=function(e){n(0===e.negative),n(!e.isZero());var t=this,r=e.clone();t=0!==t.negative?t.umod(e):t.clone();for(var i=new a(1),s=new a(0),o=new a(0),d=new a(1),u=0;t.isEven()&&r.isEven();)t.iushrn(1),r.iushrn(1),++u;for(var h=r.clone(),c=t.clone();!t.isZero();){for(var l=0,f=1;0==(t.words[0]&f)&&l<26;++l,f<<=1);if(l>0)for(t.iushrn(l);l-- >0;)(i.isOdd()||s.isOdd())&&(i.iadd(h),s.isub(c)),i.iushrn(1),s.iushrn(1);for(var _=0,p=1;0==(r.words[0]&p)&&_<26;++_,p<<=1);if(_>0)for(r.iushrn(_);_-- >0;)(o.isOdd()||d.isOdd())&&(o.iadd(h),d.isub(c)),o.iushrn(1),d.iushrn(1);t.cmp(r)>=0?(t.isub(r),i.isub(o),s.isub(d)):(r.isub(t),o.isub(i),d.isub(s))}return{a:o,b:d,gcd:r.iushln(u)}},a.prototype._invmp=function(e){n(0===e.negative),n(!e.isZero());var t=this,r=e.clone();t=0!==t.negative?t.umod(e):t.clone();for(var i,s=new a(1),o=new a(0),d=r.clone();t.cmpn(1)>0&&r.cmpn(1)>0;){for(var u=0,h=1;0==(t.words[0]&h)&&u<26;++u,h<<=1);if(u>0)for(t.iushrn(u);u-- >0;)s.isOdd()&&s.iadd(d),s.iushrn(1);for(var c=0,l=1;0==(r.words[0]&l)&&c<26;++c,l<<=1);if(c>0)for(r.iushrn(c);c-- >0;)o.isOdd()&&o.iadd(d),o.iushrn(1);t.cmp(r)>=0?(t.isub(r),s.isub(o)):(r.isub(t),o.isub(s))}return(i=0===t.cmpn(1)?s:o).cmpn(0)<0&&i.iadd(e),i},a.prototype.gcd=function(e){if(this.isZero())return e.abs();if(e.isZero())return this.abs();var t=this.clone(),r=e.clone();t.negative=0,r.negative=0;for(var n=0;t.isEven()&&r.isEven();n++)t.iushrn(1),r.iushrn(1);for(;;){for(;t.isEven();)t.iushrn(1);for(;r.isEven();)r.iushrn(1);var i=t.cmp(r);if(i<0){var a=t;t=r,r=a}else if(0===i||0===r.cmpn(1))break;t.isub(r)}return r.iushln(n)},a.prototype.invm=function(e){return this.egcd(e).a.umod(e)},a.prototype.isEven=function(){return 0==(1&this.words[0])},a.prototype.isOdd=function(){return 1==(1&this.words[0])},a.prototype.andln=function(e){return this.words[0]&e},a.prototype.bincn=function(e){n("number"==typeof e);var t=e%26,r=(e-t)/26,i=1<<t;if(this.length<=r)return this._expand(r+1),this.words[r]|=i,this;for(var a=i,s=r;0!==a&&s<this.length;s++){var o=0|this.words[s];a=(o+=a)>>>26,o&=67108863,this.words[s]=o}return 0!==a&&(this.words[s]=a,this.length++),this},a.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},a.prototype.cmpn=function(e){var t,r=e<0;if(0!==this.negative&&!r)return-1;if(0===this.negative&&r)return 1;if(this._strip(),this.length>1)t=1;else{r&&(e=-e),n(e<=67108863,"Number is too big");var i=0|this.words[0];t=i===e?0:i<e?-1:1}return 0!==this.negative?0|-t:t},a.prototype.cmp=function(e){if(0!==this.negative&&0===e.negative)return-1;if(0===this.negative&&0!==e.negative)return 1;var t=this.ucmp(e);return 0!==this.negative?0|-t:t},a.prototype.ucmp=function(e){if(this.length>e.length)return 1;if(this.length<e.length)return-1;for(var t=0,r=this.length-1;r>=0;r--){var n=0|this.words[r],i=0|e.words[r];if(n!==i){n<i?t=-1:n>i&&(t=1);break}}return t},a.prototype.gtn=function(e){return 1===this.cmpn(e)},a.prototype.gt=function(e){return 1===this.cmp(e)},a.prototype.gten=function(e){return this.cmpn(e)>=0},a.prototype.gte=function(e){return this.cmp(e)>=0},a.prototype.ltn=function(e){return-1===this.cmpn(e)},a.prototype.lt=function(e){return-1===this.cmp(e)},a.prototype.lten=function(e){return this.cmpn(e)<=0},a.prototype.lte=function(e){return this.cmp(e)<=0},a.prototype.eqn=function(e){return 0===this.cmpn(e)},a.prototype.eq=function(e){return 0===this.cmp(e)},a.red=function(e){return new E(e)},a.prototype.toRed=function(e){return n(!this.red,"Already a number in reduction context"),n(0===this.negative,"red works only with positives"),e.convertTo(this)._forceRed(e)},a.prototype.fromRed=function(){return n(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},a.prototype._forceRed=function(e){return this.red=e,this},a.prototype.forceRed=function(e){return n(!this.red,"Already a number in reduction context"),this._forceRed(e)},a.prototype.redAdd=function(e){return n(this.red,"redAdd works only with red numbers"),this.red.add(this,e)},a.prototype.redIAdd=function(e){return n(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,e)},a.prototype.redSub=function(e){return n(this.red,"redSub works only with red numbers"),this.red.sub(this,e)},a.prototype.redISub=function(e){return n(this.red,"redISub works only with red numbers"),this.red.isub(this,e)},a.prototype.redShl=function(e){return n(this.red,"redShl works only with red numbers"),this.red.shl(this,e)},a.prototype.redMul=function(e){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,e),this.red.mul(this,e)},a.prototype.redIMul=function(e){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,e),this.red.imul(this,e)},a.prototype.redSqr=function(){return n(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},a.prototype.redISqr=function(){return n(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},a.prototype.redSqrt=function(){return n(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},a.prototype.redInvm=function(){return n(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},a.prototype.redNeg=function(){return n(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},a.prototype.redPow=function(e){return n(this.red&&!e.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,e)};var M={k256:null,p224:null,p192:null,p25519:null};function T(e,t){this.name=e,this.p=new a(t,16),this.n=this.p.bitLength(),this.k=new a(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function v(){T.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function w(){T.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function L(){T.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function S(){T.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function E(e){if("string"==typeof e){var t=a._prime(e);this.m=t.p,this.prime=t}else n(e.gtn(1),"modulus must be greater than 1"),this.m=e,this.prime=null}function D(e){E.call(this,e),this.shift=this.m.bitLength(),this.shift%26!=0&&(this.shift+=26-this.shift%26),this.r=new a(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}T.prototype._tmp=function(){var e=new a(null);return e.words=new Array(Math.ceil(this.n/13)),e},T.prototype.ireduce=function(e){var t,r=e;do{this.split(r,this.tmp),t=(r=(r=this.imulK(r)).iadd(this.tmp)).bitLength()}while(t>this.n);var n=t<this.n?-1:r.ucmp(this.p);return 0===n?(r.words[0]=0,r.length=1):n>0?r.isub(this.p):void 0!==r.strip?r.strip():r._strip(),r},T.prototype.split=function(e,t){e.iushrn(this.n,0,t)},T.prototype.imulK=function(e){return e.imul(this.k)},i(v,T),v.prototype.split=function(e,t){for(var r=Math.min(e.length,9),n=0;n<r;n++)t.words[n]=e.words[n];if(t.length=r,e.length<=9)return e.words[0]=0,void(e.length=1);var i=e.words[9];for(t.words[t.length++]=4194303&i,n=10;n<e.length;n++){var a=0|e.words[n];e.words[n-10]=(4194303&a)<<4|i>>>22,i=a}i>>>=22,e.words[n-10]=i,0===i&&e.length>10?e.length-=10:e.length-=9},v.prototype.imulK=function(e){e.words[e.length]=0,e.words[e.length+1]=0,e.length+=2;for(var t=0,r=0;r<e.length;r++){var n=0|e.words[r];t+=977*n,e.words[r]=67108863&t,t=64*n+(t/67108864|0)}return 0===e.words[e.length-1]&&(e.length--,0===e.words[e.length-1]&&e.length--),e},i(w,T),i(L,T),i(S,T),S.prototype.imulK=function(e){for(var t=0,r=0;r<e.length;r++){var n=19*(0|e.words[r])+t,i=67108863&n;n>>>=26,e.words[r]=i,t=n}return 0!==t&&(e.words[e.length++]=t),e},a._prime=function(e){if(M[e])return M[e];var t;if("k256"===e)t=new v;else if("p224"===e)t=new w;else if("p192"===e)t=new L;else{if("p25519"!==e)throw new Error("Unknown prime "+e);t=new S}return M[e]=t,t},E.prototype._verify1=function(e){n(0===e.negative,"red works only with positives"),n(e.red,"red works only with red numbers")},E.prototype._verify2=function(e,t){n(0==(e.negative|t.negative),"red works only with positives"),n(e.red&&e.red===t.red,"red works only with red numbers")},E.prototype.imod=function(e){return this.prime?this.prime.ireduce(e)._forceRed(this):(h(e,e.umod(this.m)._forceRed(this)),e)},E.prototype.neg=function(e){return e.isZero()?e.clone():this.m.sub(e)._forceRed(this)},E.prototype.add=function(e,t){this._verify2(e,t);var r=e.add(t);return r.cmp(this.m)>=0&&r.isub(this.m),r._forceRed(this)},E.prototype.iadd=function(e,t){this._verify2(e,t);var r=e.iadd(t);return r.cmp(this.m)>=0&&r.isub(this.m),r},E.prototype.sub=function(e,t){this._verify2(e,t);var r=e.sub(t);return r.cmpn(0)<0&&r.iadd(this.m),r._forceRed(this)},E.prototype.isub=function(e,t){this._verify2(e,t);var r=e.isub(t);return r.cmpn(0)<0&&r.iadd(this.m),r},E.prototype.shl=function(e,t){return this._verify1(e),this.imod(e.ushln(t))},E.prototype.imul=function(e,t){return this._verify2(e,t),this.imod(e.imul(t))},E.prototype.mul=function(e,t){return this._verify2(e,t),this.imod(e.mul(t))},E.prototype.isqr=function(e){return this.imul(e,e.clone())},E.prototype.sqr=function(e){return this.mul(e,e)},E.prototype.sqrt=function(e){if(e.isZero())return e.clone();var t=this.m.andln(3);if(n(t%2==1),3===t){var r=this.m.add(new a(1)).iushrn(2);return this.pow(e,r)}for(var i=this.m.subn(1),s=0;!i.isZero()&&0===i.andln(1);)s++,i.iushrn(1);n(!i.isZero());var o=new a(1).toRed(this),d=o.redNeg(),u=this.m.subn(1).iushrn(1),h=this.m.bitLength();for(h=new a(2*h*h).toRed(this);0!==this.pow(h,u).cmp(d);)h.redIAdd(d);for(var c=this.pow(h,i),l=this.pow(e,i.addn(1).iushrn(1)),f=this.pow(e,i),_=s;0!==f.cmp(o);){for(var p=f,m=0;0!==p.cmp(o);m++)p=p.redSqr();n(m<_);var y=this.pow(c,new a(1).iushln(_-m-1));l=l.redMul(y),c=y.redSqr(),f=f.redMul(c),_=m}return l},E.prototype.invm=function(e){var t=e._invmp(this.m);return 0!==t.negative?(t.negative=0,this.imod(t).redNeg()):this.imod(t)},E.prototype.pow=function(e,t){if(t.isZero())return new a(1).toRed(this);if(0===t.cmpn(1))return e.clone();var r=new Array(16);r[0]=new a(1).toRed(this),r[1]=e;for(var n=2;n<r.length;n++)r[n]=this.mul(r[n-1],e);var i=r[0],s=0,o=0,d=t.bitLength()%26;for(0===d&&(d=26),n=t.length-1;n>=0;n--){for(var u=t.words[n],h=d-1;h>=0;h--){var c=u>>h&1;i!==r[0]&&(i=this.sqr(i)),0!==c||0!==s?(s<<=1,s|=c,(4===++o||0===n&&0===h)&&(i=this.mul(i,r[s]),o=0,s=0)):o=0}d=26}return i},E.prototype.convertTo=function(e){var t=e.umod(this.m);return t===e?t.clone():t},E.prototype.convertFrom=function(e){var t=e.clone();return t.red=null,t},a.mont=function(e){return new D(e)},i(D,E),D.prototype.convertTo=function(e){return this.imod(e.ushln(this.shift))},D.prototype.convertFrom=function(e){var t=this.imod(e.mul(this.rinv));return t.red=null,t},D.prototype.imul=function(e,t){if(e.isZero()||t.isZero())return e.words[0]=0,e.length=1,e;var r=e.imul(t),n=r.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),i=r.isub(n).iushrn(this.shift),a=i;return i.cmp(this.m)>=0?a=i.isub(this.m):i.cmpn(0)<0&&(a=i.iadd(this.m)),a._forceRed(this)},D.prototype.mul=function(e,t){if(e.isZero()||t.isZero())return new a(0)._forceRed(this);var r=e.mul(t),n=r.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),i=r.isub(n).iushrn(this.shift),s=i;return i.cmp(this.m)>=0?s=i.isub(this.m):i.cmpn(0)<0&&(s=i.iadd(this.m)),s._forceRed(this)},D.prototype.invm=function(e){return this.imod(e._invmp(this.m).mul(this.r2))._forceRed(this)}}(e,this)}).call(this,r(30)(e))},function(e,t,r){"use strict";const n=t;n.bignum=r(5),n.define=r(382).define,n.base=r(385),n.constants=r(386),n.decoders=r(252),n.encoders=r(250)},function(e,t,r){"use strict";const n=t;n.der=r(251),n.pem=r(383)},function(e,t,r){"use strict";const n=r(1),i=r(57).Buffer,a=r(58),s=r(60);function o(e){this.enc="der",this.name=e.name,this.entity=e,this.tree=new d,this.tree._init(e.body)}function d(e){a.call(this,"der",e)}function u(e){return e<10?"0"+e:e}e.exports=o,o.prototype.encode=function(e,t){return this.tree._encode(e,t).join()},n(d,a),d.prototype._encodeComposite=function(e,t,r,n){const a=function(e,t,r,n){let i;"seqof"===e?e="seq":"setof"===e&&(e="set");if(s.tagByName.hasOwnProperty(e))i=s.tagByName[e];else{if("number"!=typeof e||(0|e)!==e)return n.error("Unknown tag: "+e);i=e}if(i>=31)return n.error("Multi-octet tag encoding unsupported");t||(i|=32);return i|=s.tagClassByName[r||"universal"]<<6,i}(e,t,r,this.reporter);if(n.length<128){const e=i.alloc(2);return e[0]=a,e[1]=n.length,this._createEncoderBuffer([e,n])}let o=1;for(let e=n.length;e>=256;e>>=8)o++;const d=i.alloc(2+o);d[0]=a,d[1]=128|o;for(let e=1+o,t=n.length;t>0;e--,t>>=8)d[e]=255&t;return this._createEncoderBuffer([d,n])},d.prototype._encodeStr=function(e,t){if("bitstr"===t)return this._createEncoderBuffer([0|e.unused,e.data]);if("bmpstr"===t){const t=i.alloc(2*e.length);for(let r=0;r<e.length;r++)t.writeUInt16BE(e.charCodeAt(r),2*r);return this._createEncoderBuffer(t)}return"numstr"===t?this._isNumstr(e)?this._createEncoderBuffer(e):this.reporter.error("Encoding of string type: numstr supports only digits and space"):"printstr"===t?this._isPrintstr(e)?this._createEncoderBuffer(e):this.reporter.error("Encoding of string type: printstr supports only latin upper and lower case letters, digits, space, apostrophe, left and rigth parenthesis, plus sign, comma, hyphen, dot, slash, colon, equal sign, question mark"):/str$/.test(t)||"objDesc"===t?this._createEncoderBuffer(e):this.reporter.error("Encoding of string type: "+t+" unsupported")},d.prototype._encodeObjid=function(e,t,r){if("string"==typeof e){if(!t)return this.reporter.error("string objid given, but no values map found");if(!t.hasOwnProperty(e))return this.reporter.error("objid not found in values map");e=t[e].split(/[\s.]+/g);for(let t=0;t<e.length;t++)e[t]|=0}else if(Array.isArray(e)){e=e.slice();for(let t=0;t<e.length;t++)e[t]|=0}if(!Array.isArray(e))return this.reporter.error("objid() should be either array or string, got: "+JSON.stringify(e));if(!r){if(e[1]>=40)return this.reporter.error("Second objid identifier OOB");e.splice(0,2,40*e[0]+e[1])}let n=0;for(let t=0;t<e.length;t++){let r=e[t];for(n++;r>=128;r>>=7)n++}const a=i.alloc(n);let s=a.length-1;for(let t=e.length-1;t>=0;t--){let r=e[t];for(a[s--]=127&r;(r>>=7)>0;)a[s--]=128|127&r}return this._createEncoderBuffer(a)},d.prototype._encodeTime=function(e,t){let r;const n=new Date(e);return"gentime"===t?r=[u(n.getUTCFullYear()),u(n.getUTCMonth()+1),u(n.getUTCDate()),u(n.getUTCHours()),u(n.getUTCMinutes()),u(n.getUTCSeconds()),"Z"].join(""):"utctime"===t?r=[u(n.getUTCFullYear()%100),u(n.getUTCMonth()+1),u(n.getUTCDate()),u(n.getUTCHours()),u(n.getUTCMinutes()),u(n.getUTCSeconds()),"Z"].join(""):this.reporter.error("Encoding "+t+" time is not supported yet"),this._encodeStr(r,"octstr")},d.prototype._encodeNull=function(){return this._createEncoderBuffer("")},d.prototype._encodeInt=function(e,t){if("string"==typeof e){if(!t)return this.reporter.error("String int or enum given, but no values map");if(!t.hasOwnProperty(e))return this.reporter.error("Values map doesn't contain: "+JSON.stringify(e));e=t[e]}if("number"!=typeof e&&!i.isBuffer(e)){const t=e.toArray();!e.sign&&128&t[0]&&t.unshift(0),e=i.from(t)}if(i.isBuffer(e)){let t=e.length;0===e.length&&t++;const r=i.alloc(t);return e.copy(r),0===e.length&&(r[0]=0),this._createEncoderBuffer(r)}if(e<128)return this._createEncoderBuffer(e);if(e<256)return this._createEncoderBuffer([0,e]);let r=1;for(let t=e;t>=256;t>>=8)r++;const n=new Array(r);for(let t=n.length-1;t>=0;t--)n[t]=255&e,e>>=8;return 128&n[0]&&n.unshift(0),this._createEncoderBuffer(i.from(n))},d.prototype._encodeBool=function(e){return this._createEncoderBuffer(e?255:0)},d.prototype._use=function(e,t){return"function"==typeof e&&(e=e(t)),e._getEncoder("der").tree},d.prototype._skipDefault=function(e,t,r){const n=this._baseState;let i;if(null===n.default)return!1;const a=e.join();if(void 0===n.defaultBuffer&&(n.defaultBuffer=this._encodeValue(n.default,t,r).join()),a.length!==n.defaultBuffer.length)return!1;for(i=0;i<a.length;i++)if(a[i]!==n.defaultBuffer[i])return!1;return!0}},function(e,t,r){"use strict";const n=t;n.der=r(253),n.pem=r(384)},function(e,t,r){"use strict";const n=r(1),i=r(5),a=r(29).DecoderBuffer,s=r(58),o=r(60);function d(e){this.enc="der",this.name=e.name,this.entity=e,this.tree=new u,this.tree._init(e.body)}function u(e){s.call(this,"der",e)}function h(e,t){let r=e.readUInt8(t);if(e.isError(r))return r;const n=o.tagClass[r>>6],i=0==(32&r);if(31==(31&r)){let n=r;for(r=0;128==(128&n);){if(n=e.readUInt8(t),e.isError(n))return n;r<<=7,r|=127&n}}else r&=31;return{cls:n,primitive:i,tag:r,tagStr:o.tag[r]}}function c(e,t,r){let n=e.readUInt8(r);if(e.isError(n))return n;if(!t&&128===n)return null;if(0==(128&n))return n;const i=127&n;if(i>4)return e.error("length octect is too long");n=0;for(let t=0;t<i;t++){n<<=8;const t=e.readUInt8(r);if(e.isError(t))return t;n|=t}return n}e.exports=d,d.prototype.decode=function(e,t){return a.isDecoderBuffer(e)||(e=new a(e,t)),this.tree._decode(e,t)},n(u,s),u.prototype._peekTag=function(e,t,r){if(e.isEmpty())return!1;const n=e.save(),i=h(e,'Failed to peek tag: "'+t+'"');return e.isError(i)?i:(e.restore(n),i.tag===t||i.tagStr===t||i.tagStr+"of"===t||r)},u.prototype._decodeTag=function(e,t,r){const n=h(e,'Failed to decode tag of "'+t+'"');if(e.isError(n))return n;let i=c(e,n.primitive,'Failed to get length of "'+t+'"');if(e.isError(i))return i;if(!r&&n.tag!==t&&n.tagStr!==t&&n.tagStr+"of"!==t)return e.error('Failed to match tag: "'+t+'"');if(n.primitive||null!==i)return e.skip(i,'Failed to match body of: "'+t+'"');const a=e.save(),s=this._skipUntilEnd(e,'Failed to skip indefinite length body: "'+this.tag+'"');return e.isError(s)?s:(i=e.offset-a.offset,e.restore(a),e.skip(i,'Failed to match body of: "'+t+'"'))},u.prototype._skipUntilEnd=function(e,t){for(;;){const r=h(e,t);if(e.isError(r))return r;const n=c(e,r.primitive,t);if(e.isError(n))return n;let i;if(i=r.primitive||null!==n?e.skip(n):this._skipUntilEnd(e,t),e.isError(i))return i;if("end"===r.tagStr)break}},u.prototype._decodeList=function(e,t,r,n){const i=[];for(;!e.isEmpty();){const t=this._peekTag(e,"end");if(e.isError(t))return t;const a=r.decode(e,"der",n);if(e.isError(a)&&t)break;i.push(a)}return i},u.prototype._decodeStr=function(e,t){if("bitstr"===t){const t=e.readUInt8();return e.isError(t)?t:{unused:t,data:e.raw()}}if("bmpstr"===t){const t=e.raw();if(t.length%2==1)return e.error("Decoding of string type: bmpstr length mismatch");let r="";for(let e=0;e<t.length/2;e++)r+=String.fromCharCode(t.readUInt16BE(2*e));return r}if("numstr"===t){const t=e.raw().toString("ascii");return this._isNumstr(t)?t:e.error("Decoding of string type: numstr unsupported characters")}if("octstr"===t)return e.raw();if("objDesc"===t)return e.raw();if("printstr"===t){const t=e.raw().toString("ascii");return this._isPrintstr(t)?t:e.error("Decoding of string type: printstr unsupported characters")}return/str$/.test(t)?e.raw().toString():e.error("Decoding of string type: "+t+" unsupported")},u.prototype._decodeObjid=function(e,t,r){let n;const i=[];let a=0,s=0;for(;!e.isEmpty();)s=e.readUInt8(),a<<=7,a|=127&s,0==(128&s)&&(i.push(a),a=0);128&s&&i.push(a);const o=i[0]/40|0,d=i[0]%40;if(n=r?i:[o,d].concat(i.slice(1)),t){let e=t[n.join(" ")];void 0===e&&(e=t[n.join(".")]),void 0!==e&&(n=e)}return n},u.prototype._decodeTime=function(e,t){const r=e.raw().toString();let n,i,a,s,o,d;if("gentime"===t)n=0|r.slice(0,4),i=0|r.slice(4,6),a=0|r.slice(6,8),s=0|r.slice(8,10),o=0|r.slice(10,12),d=0|r.slice(12,14);else{if("utctime"!==t)return e.error("Decoding "+t+" time is not supported yet");n=0|r.slice(0,2),i=0|r.slice(2,4),a=0|r.slice(4,6),s=0|r.slice(6,8),o=0|r.slice(8,10),d=0|r.slice(10,12),n=n<70?2e3+n:1900+n}return Date.UTC(n,i-1,a,s,o,d,0)},u.prototype._decodeNull=function(){return null},u.prototype._decodeBool=function(e){const t=e.readUInt8();return e.isError(t)?t:0!==t},u.prototype._decodeInt=function(e,t){const r=e.raw();let n=new i(r);return t&&(n=t[n.toString(10)]||n),n},u.prototype._use=function(e,t){return"function"==typeof e&&(e=e(t)),e._getDecoder("der").tree}},function(e){e.exports=JSON.parse('{"1.3.132.0.10":"secp256k1","1.3.132.0.33":"p224","1.2.840.10045.3.1.1":"p192","1.2.840.10045.3.1.7":"p256","1.3.132.0.34":"p384","1.3.132.0.35":"p521"}')},function(e,t,r){var n=r(25),i=r(2).Buffer;function a(e){var t=i.allocUnsafe(4);return t.writeUInt32BE(e,0),t}e.exports=function(e,t){for(var r,s=i.alloc(0),o=0;s.length<t;)r=a(o++),s=i.concat([s,n("sha1").update(e).update(r).digest()]);return s.slice(0,t)}},function(e,t){e.exports=function(e,t){for(var r=e.length,n=-1;++n<r;)e[n]^=t[n];return e}},function(e,t,r){var n=r(5),i=r(2).Buffer;e.exports=function(e,t){return i.from(e.toRed(n.mont(t.modulus)).redPow(new n(t.publicExponent)).fromRed().toArray())}},function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.providers=t.easy=t.init=t.api=t.API=t.data=t.random=t.ver=void 0;const i=r(259),a=n(r(260));t.random=a.default;const s=n(r(16));t.data=s.default;const o=n(r(262));t.API=o.default;const d=n(r(37));t.easy=d.default;const u=n(r(273)),h=n(r(292)),c=n(r(295)),l=n(r(296)),f=n(r(297)),_=n(r(299)),p=n(r(300)),m=n(r(301)),y=n(r(302));let b;t.api=b;t.init=(e,r,n,i=!0,a="en")=>{s.default.initialised||(t.api=b=new o.default({url:e,xApiKey:r,token:n},a,i)),s.default.initialised=!0};const g={yelp:void 0,gyg:void 0,bb:void 0,travelify:void 0,viator:void 0,rezdy:void 0,videreo:void 0,toristy:void 0,victory:void 0,yelpInit:(e,t,r,n,i="en")=>{g.yelp=new u.default(e,t,r,n,i)},gygInit:(e,t,r,n,i="en",a="USD")=>{g.gyg=new h.default(e,t,r,n,i,a)},bbInit:(e,t,r,n)=>(g.bb=new c.default(e,r,n),g.bb.login(t)),travelifyInit:(e,t,r,n,i="en",a)=>{g.travelify=new l.default(e,t,r,n,i,a)},viatorInit:(e,t,r,n,i="en")=>{g.viator=new f.default(e,t,r,n,i)},rezdyInit:(e,t,r)=>{g.rezdy=new _.default(e,t,r)},videreoInit:(e,t)=>{g.videreo=new p.default(e,t)},toristyInit:(e,t,r)=>{g.toristy=new m.default(e,t,r)},victoryInit:(e,t,r,n)=>{g.victory=new y.default(e,t,r,n)}};t.providers=g;const M=i.version;t.ver=M},function(e){e.exports=JSON.parse('{"name":"@tripian/core","version":"9.1.75","description":"Tripian Inc Web SDK","main":"index.js","types":"index.d.ts","scripts":{"webp":"npx webpack --mode production","webpdev":"npx webpack --mode development","webpumd":"npx webpack --mode production --config webpack.config.umd.js --env.mode=production","webpumddev":"npx webpack --mode development --config webpack.config.umd.js --env.mode=development","wp16":"yarn webp && yarn webpumd","wp":"export NODE_OPTIONS=--openssl-legacy-provider && yarn webp && yarn webpumd","wpdev":"yarn webpdev && yarn webpumddev","test":"yarn jest","test-prod":"yarn jestprodddd TODO","doc":"yarn typedoc","npm":"cd dist && npm publish --access public && cd .."},"dependencies":{"adyen-encryption":"^0.1.1","axios":"^0.27.2","cross-fetch":"^3.1.6","moment":"^2.29.0"},"devDependencies":{"@babel/cli":"^7.7.7","@babel/core":"^7.7.7","@babel/preset-env":"^7.7.7","@babel/preset-typescript":"^7.10.4","@tripian/eslint-config-tripian":"^1.1.0","@types/jest":"^26.0.24","@types/node":"^13.13.52","@types/npm":"^2.0.32","@typescript-eslint/eslint-plugin":"^2.34.0","babel-jest":"^24.9.0","babel-loader":"^8.3.0","eslint":"^6.8.0","eslint-config-airbnb":"^18.2.1","eslint-config-airbnb-typescript":"^6.3.2","eslint-config-prettier":"^6.15.0","eslint-plugin-import":"^2.20.0","eslint-plugin-jest":"^23.20.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.4.1","eslint-plugin-react":"^7.17.0","eslint-plugin-react-hooks":"^2.5.1","jest":"^24.9.0","prettier":"^1.19.1","ts-loader":"8.4.0","typedoc":"^0.19.2","typedoc-plugin-external-module-name":"^4.0.3","typescript":"^4.9.5","webpack":"^4.47.0","webpack-cli":"^3.3.12"},"keywords":["tripian","core","web sdk"],"repository":{"type":"git","url":"git+https://github.com/Tripian-inc/ui-tripian-core.git"},"author":"Penguen Umut","license":"MIT","bugs":{"url":"https://github.com/Tripian-inc/ui-tripian-core/issues"},"homepage":"https://tripian-inc.github.io/ui-tripian-core/globals.html","eslintConfig":{"extends":"@tripian/eslint-config-tripian"},"prettier":"@tripian/eslint-config-tripian/prettier.js"}')},function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const i=n(r(24)),a=n(r(0));class s{constructor(){}}s.random=e=>e[Math.floor(e.length*Math.random())],s.randomCoordinate=()=>({lat:Math.floor(9e7*Math.random())/1e6*(Math.random()<.5?1:-1),lng:Math.floor(18e7*Math.random())/1e6*(Math.random()<.5?1:-1)}),s.randomAdultCount=()=>1+Math.floor(12*Math.random()),s.randomChildrenCount=()=>Math.floor(12*Math.random()),s.randomAdultAge=()=>18+Math.floor(97*Math.random()),s.randomChildAge=()=>Math.floor(17*Math.random()),s.randomAnswers=()=>{const e=[5,6,16,18,27,35,12,13,25,32,33,34,9,10,22,40,1,2,41,46,47,49,43,44,45],t=Math.floor(e.length-1*Math.random())+1,r=[];for(let n=0;n<t;n+=1){const t=e[Math.floor(e.length*Math.random())];r.includes(t)||r.push(t)}return r},s.randomUsername=()=>"Uu"+Math.random().toString(36).substring(7),s.addDays=(e,t)=>new Date(e.valueOf()+864e5*t),s.extend2Chars=e=>2===e.toString().length?e.toString():"0"+e.toString(),s.randomDateRange=()=>{const e=1+Math.floor(30*Math.random());let t=new Date;t=s.addDays(t,e);let r=new Date;return r=s.addDays(r,e+1+Math.floor(13*Math.random())),{arrivalDate:`${t.getFullYear()}-${s.extend2Chars((t.getMonth()+1).toString())}-${s.extend2Chars(t.getDate().toString())}`,departureDate:`${r.getFullYear()}-${s.extend2Chars((r.getMonth()+1).toString())}-${s.extend2Chars(r.getDate().toString())}`}},s.randomTime=()=>s.extend2Chars(Math.floor(24*Math.random()).toString())+":00",s.randomTimeRange=()=>{const e=Math.floor(12*Math.random()),t=12+Math.floor(12*Math.random());return{startTime:s.extend2Chars(e.toString())+":00",endTime:s.extend2Chars(t.toString())+":00"}},s.randomOrder=e=>{const t=[...e],r=[];for(;0!==t.length;){const e=Math.floor(Math.random()*t.length);r.push(t[e]),t.splice(e,1)}return r},s.randomNewCompanion=(e=[43,44,45])=>({title:"Family member",name:Math.random().toString(36).substring(7),answers:e,age:1+Math.floor(114*Math.random())}),s.randomTripProfile=(e=109)=>({cityId:e,arrivalDatetime:(0,a.default)(new Date).add(1,"days").set({hour:9,minute:0}).format("YYYY-MM-DDTHH:mm:ss[Z]"),departureDatetime:(0,a.default)(new Date).add(4,"days").set({hour:18,minute:0}).format("YYYY-MM-DDTHH:mm:ss[Z]"),numberOfAdults:1+Math.floor(19*Math.random()),numberOfChildren:Math.floor(20*Math.random()),answers:[],companionIds:[],excludeHash:[],doNotGenerate:0}),s.randomNewUserReservation=(e,t)=>({key:"Reservation1",value:{},provider:"Provider"+Math.random().toString(36).substring(7),tripHash:t,poiId:e}),s.randomPassword=()=>"pass"+Math.random().toString(36).substring(4),s.randomUser=(e=[1,2,41])=>({firstName:"FirstName"+Math.random().toString(36).substring(7),lastName:"LastName"+Math.random().toString(36).substring(7),answers:e}),s.randomUserPassword=()=>({password:"pass"+Math.random().toString(36).substring(4)}),s.randomNewUser=()=>({firstName:"FirstName"+Math.random().toString(36).substring(7),lastName:"LastName"+Math.random().toString(36).substring(7),password:"pass"+Math.random().toString(36).substring(4),email:s.randomUsername()+"@gmail.com"}),s.randomOffer=e=>{const t=(0,a.default)(new Date).add(1,"days").set({hour:9,minute:0}).format("YYYY-MM-DD HH:mm"),r=(0,a.default)(new Date).add(2,"days").set({hour:18,minute:0}).format("YYYY-MM-DD HH:mm");return{cityId:e,title:"string",description:"string",currency:i.default.OFFER_CURRENCY.CAD,status:i.default.OFFER_STATUS.ACTIVE,threshold:1,discount:10,discountedProductCount:0,quantity:55,productName:"lahmacun",timeframe:{start:t,end:r,blackouts:[],recurrent:[]},imageUrl:"https://poi-pics.s3-eu-west-1.amazonaws.com/Place/108/556400/8dd63d2cb1568dd3c93864b08fdb0aa7.jpg",productTypeId:1,offerType:i.default.OFFER_TYPE.PERCENTAGE}},t.default=s},function(e,t,r){var n={"./af":61,"./af.js":61,"./ar":62,"./ar-dz":63,"./ar-dz.js":63,"./ar-kw":64,"./ar-kw.js":64,"./ar-ly":65,"./ar-ly.js":65,"./ar-ma":66,"./ar-ma.js":66,"./ar-sa":67,"./ar-sa.js":67,"./ar-tn":68,"./ar-tn.js":68,"./ar.js":62,"./az":69,"./az.js":69,"./be":70,"./be.js":70,"./bg":71,"./bg.js":71,"./bm":72,"./bm.js":72,"./bn":73,"./bn-bd":74,"./bn-bd.js":74,"./bn.js":73,"./bo":75,"./bo.js":75,"./br":76,"./br.js":76,"./bs":77,"./bs.js":77,"./ca":78,"./ca.js":78,"./cs":79,"./cs.js":79,"./cv":80,"./cv.js":80,"./cy":81,"./cy.js":81,"./da":82,"./da.js":82,"./de":83,"./de-at":84,"./de-at.js":84,"./de-ch":85,"./de-ch.js":85,"./de.js":83,"./dv":86,"./dv.js":86,"./el":87,"./el.js":87,"./en-au":88,"./en-au.js":88,"./en-ca":89,"./en-ca.js":89,"./en-gb":90,"./en-gb.js":90,"./en-ie":91,"./en-ie.js":91,"./en-il":92,"./en-il.js":92,"./en-in":93,"./en-in.js":93,"./en-nz":94,"./en-nz.js":94,"./en-sg":95,"./en-sg.js":95,"./eo":96,"./eo.js":96,"./es":97,"./es-do":98,"./es-do.js":98,"./es-mx":99,"./es-mx.js":99,"./es-us":100,"./es-us.js":100,"./es.js":97,"./et":101,"./et.js":101,"./eu":102,"./eu.js":102,"./fa":103,"./fa.js":103,"./fi":104,"./fi.js":104,"./fil":105,"./fil.js":105,"./fo":106,"./fo.js":106,"./fr":107,"./fr-ca":108,"./fr-ca.js":108,"./fr-ch":109,"./fr-ch.js":109,"./fr.js":107,"./fy":110,"./fy.js":110,"./ga":111,"./ga.js":111,"./gd":112,"./gd.js":112,"./gl":113,"./gl.js":113,"./gom-deva":114,"./gom-deva.js":114,"./gom-latn":115,"./gom-latn.js":115,"./gu":116,"./gu.js":116,"./he":117,"./he.js":117,"./hi":118,"./hi.js":118,"./hr":119,"./hr.js":119,"./hu":120,"./hu.js":120,"./hy-am":121,"./hy-am.js":121,"./id":122,"./id.js":122,"./is":123,"./is.js":123,"./it":124,"./it-ch":125,"./it-ch.js":125,"./it.js":124,"./ja":126,"./ja.js":126,"./jv":127,"./jv.js":127,"./ka":128,"./ka.js":128,"./kk":129,"./kk.js":129,"./km":130,"./km.js":130,"./kn":131,"./kn.js":131,"./ko":132,"./ko.js":132,"./ku":133,"./ku.js":133,"./ky":134,"./ky.js":134,"./lb":135,"./lb.js":135,"./lo":136,"./lo.js":136,"./lt":137,"./lt.js":137,"./lv":138,"./lv.js":138,"./me":139,"./me.js":139,"./mi":140,"./mi.js":140,"./mk":141,"./mk.js":141,"./ml":142,"./ml.js":142,"./mn":143,"./mn.js":143,"./mr":144,"./mr.js":144,"./ms":145,"./ms-my":146,"./ms-my.js":146,"./ms.js":145,"./mt":147,"./mt.js":147,"./my":148,"./my.js":148,"./nb":149,"./nb.js":149,"./ne":150,"./ne.js":150,"./nl":151,"./nl-be":152,"./nl-be.js":152,"./nl.js":151,"./nn":153,"./nn.js":153,"./oc-lnc":154,"./oc-lnc.js":154,"./pa-in":155,"./pa-in.js":155,"./pl":156,"./pl.js":156,"./pt":157,"./pt-br":158,"./pt-br.js":158,"./pt.js":157,"./ro":159,"./ro.js":159,"./ru":160,"./ru.js":160,"./sd":161,"./sd.js":161,"./se":162,"./se.js":162,"./si":163,"./si.js":163,"./sk":164,"./sk.js":164,"./sl":165,"./sl.js":165,"./sq":166,"./sq.js":166,"./sr":167,"./sr-cyrl":168,"./sr-cyrl.js":168,"./sr.js":167,"./ss":169,"./ss.js":169,"./sv":170,"./sv.js":170,"./sw":171,"./sw.js":171,"./ta":172,"./ta.js":172,"./te":173,"./te.js":173,"./tet":174,"./tet.js":174,"./tg":175,"./tg.js":175,"./th":176,"./th.js":176,"./tk":177,"./tk.js":177,"./tl-ph":178,"./tl-ph.js":178,"./tlh":179,"./tlh.js":179,"./tr":180,"./tr.js":180,"./tzl":181,"./tzl.js":181,"./tzm":182,"./tzm-latn":183,"./tzm-latn.js":183,"./tzm.js":182,"./ug-cn":184,"./ug-cn.js":184,"./uk":185,"./uk.js":185,"./ur":186,"./ur.js":186,"./uz":187,"./uz-latn":188,"./uz-latn.js":188,"./uz.js":187,"./vi":189,"./vi.js":189,"./x-pseudo":190,"./x-pseudo.js":190,"./yo":191,"./yo.js":191,"./zh-cn":192,"./zh-cn.js":192,"./zh-hk":193,"./zh-hk.js":193,"./zh-mo":194,"./zh-mo.js":194,"./zh-tw":195,"./zh-tw.js":195};function i(e){var t=a(e);return r(t)}function a(e){if(!r.o(n,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return n[e]}i.keys=function(){return Object.keys(n)},i.resolve=a,e.exports=i,i.id=261},function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&n(t,e,r);return i(t,e),t},s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const o=a(r(24)),d=s(r(0)),u=s(r(263)),h=s(r(38)),c=s(r(37)),l=s(r(270)),f=r(271),_=s(r(272)),p=async(e=750)=>new Promise(t=>setTimeout(()=>t(!0),e));t.default=class{constructor(e,t,r){this.getToken=()=>this.xhr.getToken(),this.setToken=e=>this.xhr.setToken(e),this.removeToken=()=>this.xhr.removeToken(),this.setLang=e=>{this.lang=e,this.xhr.setLang(e)},this.configList=()=>this.xhr.req(h.default.CONFIG.METHOD)(h.default.CONFIG.PATH,h.default.CONFIG.DATA_KEY),this.citiesPage=async(e,t=1e3)=>this.xhr.reqWithPage(h.default.CITIES.METHOD)(h.default.CITIES.PATH,h.default.CITIES.DATA_KEY,{limit:t,page:e}),this.citiesAll=async()=>{var e,t;if(!this.forceRequest){const e=l.default.cities(this.lang);if(e)return Promise.resolve(e)}let r=[],n=0,i=!1;for(;!i;){n+=1;const a=await this.citiesPage(n);r=r.concat(a.data),a.pagination&&(null===(e=a.pagination)||void 0===e?void 0:e.currentPage)===(null===(t=a.pagination)||void 0===t?void 0:t.totalPages)&&(i=!0)}return Promise.resolve(r)},this.city=async e=>{if(!this.forceRequest){const t=l.default.city(this.lang,e);if(t)return Promise.resolve(t)}return this.xhr.req(h.default.CITY.METHOD)(c.default.setParameterId(h.default.CITY.PATH,e,"cityId"),h.default.CITY.DATA_KEY)},this.cityInfo=async e=>{if(!this.forceRequest){const t=l.default.cityInfo(this.lang,e);if(t)return Promise.resolve(t)}return this.xhr.req(h.default.CITY_INFO.METHOD)(c.default.setParameterId(h.default.CITY_INFO.PATH,e,"cityId"),h.default.CITY_INFO.DATA_KEY)},this.cityEvents=async e=>{if(!this.forceRequest){const t=l.default.citiesEvents(this.lang,e);if(t)return Promise.resolve(t)}return this.xhr.req(h.default.CITY_EVENTS.METHOD)(c.default.setParameterId(h.default.CITY_EVENTS.PATH,e,"cityId"),h.default.CITY_EVENTS.DATA_KEY)},this.citiesSearch=async e=>this.xhr.req(h.default.CITIES.METHOD)(h.default.CITIES.PATH,h.default.CITIES.DATA_KEY,{search:e}),this.suggestCity=async e=>this.xhr.req(h.default.SUGGEST_CITY.METHOD)(h.default.SUGGEST_CITY.PATH,h.default.SUGGEST_CITY.DATA_KEY,{text:e}),this.poiCategories=async(e=100,t=2)=>{if(!this.forceRequest){const e=l.default.poiCategories(this.lang);if(e)return e}return this.xhr.req(h.default.POI_CATEGORIES.METHOD)(h.default.POI_CATEGORIES.PATH,h.default.POI_CATEGORIES.DATA_KEY,{version:t,limit:e})},this.poisSearch=async e=>this.xhr.reqWithPage(h.default.POIS.METHOD)(h.default.POIS.PATH,h.default.POIS.DATA_KEY,{...e,withOffers:e.withOffers}),this.poisNameSearch=async({cityId:e,search:t,poiCategories:r,showOffersOnly:n=!0,showBookingsOnly:i=!1,limit:a=100,page:s=1})=>{if(!this.forceRequest&&""===t&&r&&r.length>0&&1===s){const t=l.default.poisAll(this.lang,e||0,r,Number(n),Number(i));if(t)return Promise.resolve(t)}return this.poisSearch({cityId:e,search:t,poiCategories:r,withOffers:Number(n),limit:a,page:s}).then(e=>({...e,data:e.data.filter(e=>e.status)}))},this.poisOpenSearch=async({cityId:e,search:t,poiCategories:r,showOffersOnly:n,showBookingsOnly:i,limit:a=100,page:s=1})=>{if(!this.forceRequest&&""===t&&r&&r.length>0&&1===s){const t=l.default.poisAll(this.lang,e||0,r,Number(n),Number(i));if(t)return Promise.resolve(t)}return this.xhr.reqWithPage(h.default.POIS.METHOD)(h.default.POIS_OPEN_SEARCH.PATH,h.default.POIS_OPEN_SEARCH.DATA_KEY,{cityId:e,search:t,poiCategories:r,showOffersOnly:Number(n),withBookings:Number(i),limit:a,page:s})},this.poisSearchAutoComplete=async()=>this.xhr.req(h.default.POIS_SEARCH_AUTO_COMPLETE.METHOD)(h.default.POIS_SEARCH_AUTO_COMPLETE.PATH,h.default.POIS_SEARCH_AUTO_COMPLETE.DATA_KEY).then(e=>e),this.poisSearchAutoCompleteTags=async(e,t)=>{if(!this.forceRequest&&t&&t.length>0){const r=l.default.autoCompleteTagsAll(this.lang,e||0,t);if(r)return Promise.resolve(r)}return this.xhr.req(h.default.POIS_SEARCH_AUTO_COMPLETE_TAGS.METHOD)(h.default.POIS_SEARCH_AUTO_COMPLETE_TAGS.PATH,h.default.POIS_SEARCH_AUTO_COMPLETE_TAGS.DATA_KEY,{cityId:e,poiCategories:t||void 0}).then(e=>e)},this.poisCoordinateSearch=async({poiCategories:e,coordinate:t,distance:r,bounds:n,showOffersOnly:i,limit:a})=>this.poisSearch({poiCategories:e,coordinate:t,distance:r,bounds:n,withOffers:Number(i),limit:a}).then(e=>e.data),this.poisMustTrySearch=async({cityId:e,mustTryIds:t,limit:r=100})=>this.poisSearch({cityId:e,mustTryIds:t,limit:r}).then(e=>e.data.filter(e=>e.status)),this.pois=async(e,t,r,n=!1)=>{const i=o.helper.removeDuplicateValues(e,(e,t)=>e===t);if(!this.forceRequest&&!n){const e=l.default.pois(this.lang,t,i);if(e)return Promise.resolve(e)}return this.poisSearch({poiIds:i.join(","),withOffers:t,cityId:r}).then(e=>e.data)},this.poi=async(e,t=1)=>{if(!this.forceRequest){const t=l.default.poi(this.lang,e);if(t)return Promise.resolve(t)}return this.xhr.req(h.default.POI.METHOD)(c.default.setParameterId(h.default.POI.PATH,e,"poiId"),h.default.POI.DATA_KEY,{withOffers:t})},this.customPois=async e=>this.xhr.req(h.default.CUSTOM_POIS.METHOD)(h.default.CUSTOM_POIS.PATH,h.default.CUSTOM_POIS.DATA_KEY,{search:e}),this.topTen=(e,t)=>{if(!this.forceRequest){const t=l.default.topTen(this.lang,e);if(t)return Promise.resolve(t)}return this.xhr.req(h.default.TOP_TEN.METHOD)(h.default.TOP_TEN.PATH,h.default.TOP_TEN.DATA_KEY,{cityId:e,poiCategories:t})},this.register=async e=>this.xhr.req(h.default.REGISTER.METHOD)(h.default.REGISTER.PATH,h.default.REGISTER.DATA_KEY,e),this.loginGuest=async e=>this.xhr.req(h.default.LOGIN_GUEST.METHOD)(h.default.LOGIN_GUEST.PATH,h.default.LOGIN_GUEST.DATA_KEY,{email:e+"@tripianguest.com",password:"tripian123."}),this.login=async e=>this.xhr.req(h.default.LOGIN.METHOD)(h.default.LOGIN.PATH,h.default.LOGIN.DATA_KEY,e),this.loginEmail=async(e,t,r)=>this.login({email:e,password:t,business:r}),this.loginCognito=async(e,t,r)=>this.xhr.req(h.default.LOGIN_COGNITO.METHOD)(h.default.LOGIN_COGNITO.PATH,h.default.LOGIN_COGNITO.DATA_KEY,{code:e,redirectUrl:t,device:r}),this.logout=()=>{this.removeToken(),(0,_.default)()},this.lightRegisterLogin=async e=>this.xhr.req(h.default.LIGHT_REGISTER_LOGIN.METHOD)(h.default.LIGHT_REGISTER_LOGIN.PATH,h.default.LIGHT_REGISTER_LOGIN.DATA_KEY,{uniqueId:e}),this.lightLoginHash=async e=>this.xhr.req(h.default.LIGHT_HASH_LOGIN.METHOD)(h.default.LIGHT_HASH_LOGIN.PATH,h.default.LIGHT_HASH_LOGIN.DATA_KEY,{tripHash:e}),this.refreshToken=async(e=!1)=>{const t=this.xhr.getToken();if(t){const r=c.default.parseToken(t);if(r){if(e)return this.xhr.req(h.default.REFRESH_TOKEN.METHOD)(h.default.REFRESH_TOKEN.PATH,h.default.REFRESH_TOKEN.DATA_KEY,{refreshToken:t.refreshToken}).then(e=>{const r={...e,refreshToken:t.refreshToken};return this.setToken(r),setTimeout(()=>{this.refreshToken(!0)},354e4),r});const n=c.default.accessTokenExpSecond(r);if(n>360)return setTimeout(()=>{this.refreshToken(!0)},1e3*(n-60)),new Promise(e=>e(t));const{refreshToken:i}=t;if(c.default.refreshTokenExpSecond(r)>86400)return this.xhr.req(h.default.REFRESH_TOKEN.METHOD)(h.default.REFRESH_TOKEN.PATH,h.default.REFRESH_TOKEN.DATA_KEY,{refreshToken:i}).then(e=>{const t={...e,refreshToken:i};return this.setToken(t),setTimeout(()=>{this.refreshToken(!0)},354e4),t});throw new Error("Tcore refresh token expired")}throw new Error("Tcore doesn't have a valid token object")}throw new Error("Tcore doesn't have a token object")},this.user=async(e=this.forceRequest)=>{if(!e){const e=l.default.user();if(e)return Promise.resolve(e)}return this.xhr.req(h.default.USER.METHOD)(h.default.USER.PATH,h.default.USER.DATA_KEY)},this.userUpdate=async e=>this.xhr.req(h.default.USER_UPDATE.METHOD)(h.default.USER_UPDATE.PATH,h.default.USER_UPDATE.DATA_KEY,{...e}),this.userDelete=async()=>this.xhr.req(h.default.USER_DELETE.METHOD)(h.default.USER_DELETE.PATH,h.default.USER_DELETE.DATA_KEY).then(e=>(this.removeToken(),(0,_.default)(),e)),this.userResetPassword=async(e,t)=>this.xhr.req(h.default.USER_RESET_PASSWORD.METHOD)(h.default.USER_RESET_PASSWORD.PATH,h.default.USER_UPDATE.DATA_KEY,{email:e,resetPasswordUrl:t}),this.userUpdatePassword=async(e,t)=>this.xhr.req(h.default.USER_UPDATE_PASSWORD.METHOD)(h.default.USER_UPDATE_PASSWORD.PATH,h.default.USER_UPDATE_PASSWORD.DATA_KEY,{password:e,hash:t}),this.notifications=async()=>this.xhr.req(h.default.NOTIFICATIONS.METHOD)(h.default.NOTIFICATIONS.PATH,h.default.NOTIFICATIONS.DATA_KEY).then(e=>e),this.notificationsUnseen=async()=>this.xhr.req(h.default.NOTIFICATIONS_UNSEEN.METHOD)(h.default.NOTIFICATIONS_UNSEEN.PATH,h.default.NOTIFICATIONS_UNSEEN.DATA_KEY).then(e=>e),this.notificationsUpdateUnseen=async()=>this.xhr.req(h.default.NOTIFICATIONS_UPDATE_UNSEEN.METHOD)(h.default.NOTIFICATIONS_UPDATE_UNSEEN.PATH,h.default.NOTIFICATIONS_UPDATE_UNSEEN.DATA_KEY),this.notificationsSettings=async()=>this.xhr.req(h.default.NOTIFICATIONS_SETTINGS.METHOD)(h.default.NOTIFICATIONS_SETTINGS.PATH,h.default.NOTIFICATIONS_SETTINGS.DATA_KEY).then(e=>e),this.notificationsUpdateSettings=async(e,t)=>this.xhr.req(h.default.NOTIFICATIONS_UPDATE_SETTINGS.METHOD)(h.default.NOTIFICATIONS_UPDATE_SETTINGS.PATH,h.default.NOTIFICATIONS_UPDATE_SETTINGS.DATA_KEY,{settingId:e,checked:t}).then(e=>e),this.companions=async(e=this.forceRequest)=>{if(!e){const e=l.default.companions(this.lang);if(e)return Promise.resolve(e)}return this.xhr.reqWithPage(h.default.COMPANIONS.METHOD)(h.default.COMPANIONS.PATH,h.default.COMPANIONS.DATA_KEY,{limit:100}).then(e=>e.data)},this.companionAdd=async e=>this.xhr.req(h.default.COMPANION_ADD.METHOD)(h.default.COMPANION_ADD.PATH,h.default.COMPANION_ADD.DATA_KEY,{...e}),this.companionUpdate=async e=>this.xhr.req(h.default.COMPANION_UPDATE.METHOD)(c.default.setParameterId(h.default.COMPANION_UPDATE.PATH,e.id,"companionId"),h.default.COMPANION_UPDATE.DATA_KEY,{title:e.title,name:e.name,answers:e.answers,age:e.age}),this.companionDelete=async e=>this.xhr.req(h.default.COMPANION_DELETE.METHOD)(c.default.setParameterId(h.default.COMPANION_DELETE.PATH,e,"companionId"),h.default.COMPANION_DELETE.DATA_KEY).then(e=>e.recordId),this.favorites=async e=>{if(!this.forceRequest&&e){const t=l.default.favorites(this.lang,e);if(t)return Promise.resolve(t)}return this.xhr.reqWithPage(h.default.FAVORITES.METHOD)(h.default.FAVORITES.PATH,h.default.FAVORITES.DATA_KEY,{cityId:e}).then(e=>e.data)},this.favoriteAdd=async(e,t)=>this.xhr.req(h.default.FAVORITE_ADD.METHOD)(h.default.FAVORITE_ADD.PATH,h.default.FAVORITE_ADD.DATA_KEY,{poiId:e,tripHash:t}),this.favoriteDelete=async e=>this.xhr.req(h.default.FAVORITE_DELETE.METHOD)(c.default.setParameterId(h.default.FAVORITE_DELETE.PATH,e,"favoriteId"),h.default.FAVORITE_DELETE.DATA_KEY).then(e=>e.recordId),this.reactions=async(e,t,r=1)=>{if(!this.forceRequest){const t=l.default.userReactions(this.lang,e);if(t)return Promise.resolve(t)}return this.xhr.reqWithPage(h.default.REACTIONS.METHOD)(h.default.REACTIONS.PATH,h.default.REACTIONS.DATA_KEY,{reaction:t,tripHash:e,page:r,limit:100}).then(e=>e.data)},this.reactionAdd=async e=>this.xhr.req(h.default.REACTION_ADD.METHOD)(h.default.REACTION_ADD.PATH,h.default.REACTION_ADD.DATA_KEY,e),this.reactionUpdate=async(e,t)=>this.xhr.req(h.default.REACTION_UPDATE.METHOD)(c.default.setParameterId(h.default.REACTION_UPDATE.PATH,e,"reactionId"),h.default.REACTION_UPDATE.DATA_KEY,{comment:t}),this.reactionDelete=async e=>this.xhr.req(h.default.REACTION_DELETE.METHOD)(c.default.setParameterId(h.default.REACTION_DELETE.PATH,e,"reactionId"),h.default.REACTION_DELETE.DATA_KEY).then(e=>e.recordId),this.plan=async(e,t=!0,r=1e3,n=60)=>this.xhr.req(h.default.PLAN.METHOD)(c.default.setParameterId(h.default.PLAN.PATH,e,"planId"),h.default.PLAN.DATA_KEY,{}).then(async i=>{if(t&&0===i.generatedStatus&&n>0){if(await p(r))return this.plan(e,t,r,n-1)}return i}),this.planRouteUrl=async(e,t)=>this.xhr.req(h.default.PLAN_ROUTE_URL.METHOD)(h.default.PLAN_ROUTE_URL.PATH,h.default.PLAN_ROUTE_URL.DATA_KEY,{planId:e,tripHash:t}),this.planUpdate=async(e,t)=>this.xhr.req(h.default.PLAN_UPDATE.METHOD)(c.default.setParameterId(h.default.PLAN_UPDATE.PATH,e,"planId"),h.default.PLAN_UPDATE.DATA_KEY,{...t}),this.planUpdateOrders=async(e,t)=>this.planUpdate(e,{stepOrders:t}),this.planUpdateTime=async(e,t,r)=>this.planUpdate(e,{startTime:t,endTime:r}),this.stepAdd=async(e,t,r,n)=>this.xhr.req(h.default.STEP_ADD.METHOD)(h.default.STEP_ADD.PATH,h.default.STEP_ADD.DATA_KEY,{planId:e,poiId:t,startTime:r,endTime:n}),this.customStepAdd=async(e,t,r,n,i)=>this.xhr.req(h.default.STEP_ADD.METHOD)(h.default.STEP_ADD.PATH,h.default.STEP_ADD.DATA_KEY,{planId:e,customPoi:t,stepType:r,startTime:n,endTime:i}),this.stepUpdateTimes=async(e,t,r)=>this.xhr.req(h.default.STEP_UPDATE.METHOD)(c.default.setParameterId(h.default.STEP_UPDATE.PATH,e,"stepId"),h.default.STEP_UPDATE.DATA_KEY,{startTime:t,endTime:r}),this.stepReplace=async(e,t)=>this.xhr.req(h.default.STEP_UPDATE.METHOD)(c.default.setParameterId(h.default.STEP_UPDATE.PATH,e,"stepId"),h.default.STEP_UPDATE.DATA_KEY,{poiId:t}),this.stepDelete=async e=>this.xhr.req(h.default.STEP_DELETE.METHOD)(c.default.setParameterId(h.default.STEP_DELETE.PATH,e,"stepId"),h.default.STEP_DELETE.DATA_KEY).then(e=>e.recordId),this.questions=async(e,t=o.default.QUESTIONS_CATEGORY.TRIP)=>{const r=`${h.default.QUESTIONS.DATA_KEY}-${t}`;if(!this.forceRequest){const e=l.default.questions(this.lang,r);if(e)return Promise.resolve(e)}return this.xhr.reqWithPage(h.default.QUESTIONS.METHOD)(h.default.QUESTIONS.PATH,r,{cityId:e,category:t,version:2}).then(e=>e.data.filter(e=>e.answers.length>0)).then(e=>((0,f.allQuestionsData)(this.lang),e))},this.questionsTrip=async e=>this.questions(e,o.default.QUESTIONS_CATEGORY.TRIP),this.questionsProfile=async e=>this.questions(e,o.default.QUESTIONS_CATEGORY.PROFILE),this.questionsCompanion=async e=>this.questions(e,o.default.QUESTIONS_CATEGORY.COMPANION),this.questionsAll=async e=>{const t=this.questionsTrip(e),r=this.questionsProfile(e),n=this.questionsCompanion(e);return Promise.all([t,r,n]).then(e=>[].concat(...e))},this.tripRefs=async(e=40)=>{if(!this.forceRequest){const e=l.default.tripRefs();if(e)return Promise.resolve(e)}return this.xhr.reqWithPage(h.default.TRIPS.METHOD)(h.default.TRIPS.PATH,h.default.TRIPS.DATA_KEY,{limit:e}).then(e=>e.data)},this.tripRef=async e=>this.xhr.req(h.default.TRIP_WITH_HASH.METHOD)(c.default.setParameter(h.default.TRIP_WITH_HASH.PATH,{key:"hash",value:e}),h.default.TRIP_WITH_HASH.DATA_KEY).then(e=>e),this.trip=async(e,t=0,r=this.forceRequest,n=1e3,i=60)=>{if(!r){const r=l.default.trip(this.lang,e,t);if(r)return Promise.resolve(r)}return this.xhr.req(h.default.TRIP.METHOD)(c.default.setParameter(h.default.TRIP.PATH,{key:"tripHash",value:e}),h.default.TRIP.DATA_KEY).then(async e=>{const a=e.plans.length-1<t?e.plans.length-1:t;if((0===e.plans[a].generatedStatus||-2===e.plans[a].generatedStatus)&&i>0){if(await p(n))return this.trip(e.tripHash,a,r,void 0,i-1)}return e})},this.tripAdd=async(e,t)=>this.xhr.req(h.default.TRIP_ADD.METHOD)(h.default.TRIP_ADD.PATH,h.default.TRIP_ADD.DATA_KEY,{...e}).then(e=>void 0===t?e:this.trip(e.tripHash,t)),this.tripClone=async e=>this.xhr.req(h.default.TRIP_CLONE.METHOD)(c.default.setParameter(h.default.TRIP_CLONE.PATH,{key:"tripHash",value:e}),h.default.TRIP_CLONE.DATA_KEY).then(e=>e),this.tripCloneCombo=async e=>this.tripClone(e).then(async e=>({trip:e,tripReferences:await this.tripRefs()})),this.tripUpdate=async(e,t,r=0)=>this.xhr.req(h.default.TRIP_UPDATE.METHOD)(c.default.setParameter(h.default.TRIP_UPDATE.PATH,{key:"tripHash",value:e}),h.default.TRIP_UPDATE.DATA_KEY,{...t}).then(e=>this.trip(e.tripHash,r)),this.tripNameUpdate=async(e,t)=>this.xhr.req(h.default.TRIP_UPDATE.METHOD)(c.default.setParameter(h.default.TRIP_UPDATE.PATH,{key:"tripHash",value:e}),h.default.TRIP_UPDATE.DATA_KEY,{...t}).then(e=>e),this.tripDelete=async e=>this.xhr.req(h.default.TRIP_DELETE.METHOD)(c.default.setParameter(h.default.TRIP_DELETE.PATH,{key:"tripHash",value:e}),h.default.TRIP_DELETE.DATA_KEY).then(e=>e.recordId),this.tripDownloadIcs=async e=>this.xhr.req(h.default.TRIP_DOWNLOAD_ICS.METHOD)(c.default.setParameter(h.default.TRIP_DOWNLOAD_ICS.PATH,{key:"tripHash",value:e}),h.default.TRIP_DOWNLOAD_ICS.DATA_KEY,void 0,{headers:{"Content-Type":"text/calendar"},responseType:"blob"}).then(e=>{const t=URL.createObjectURL(e.data),r=document.createElement("a");r.href=t;const n=e.headers["content-disposition"].split(";")[1].split("=")[1].replace(/"/g,"");r.setAttribute("download",n),document.body.appendChild(r),r.click(),document.body.removeChild(r),URL.revokeObjectURL(t)}),this.tripGetShared=async(e,t=!0)=>this.xhr.req(h.default.TRIP_GET_SHARED.METHOD)(c.default.setParameter(h.default.TRIP_GET_SHARED.PATH,{key:"tripHash",value:e}),h.default.TRIP_GET_SHARED.DATA_KEY).then(async e=>{const r=(0,d.default)(e.tripProfile.arrivalDatetime).diff((0,d.default)(),"weeks",!1);if(r<4&&t){const t=o.helper.deepCopy(e),n=4-r,i=(0,d.default)(t.tripProfile.arrivalDatetime).add(n,"weeks"),a=(0,d.default)(t.tripProfile.departureDatetime).add(n,"weeks");return t.tripProfile.arrivalDatetime=i.format("YYYY-MM-DDTHH:mm:ss[Z]"),t.tripProfile.departureDatetime=a.format("YYYY-MM-DDTHH:mm:ss[Z]"),t.plans.forEach((e,t)=>{e.date=i.clone().add(t,"days").format("YYYY-MM-DD")}),t}return e}),this.tripShare=async(e,t)=>this.xhr.req(h.default.TRIP_SHARE.METHOD)(c.default.setParameter(h.default.TRIP_SHARE.PATH,{key:"tripHash",value:e}),h.default.TRIP_SHARE.DATA_KEY,{share:t}).then(async e=>e.share),this.reservations=async(e,t,r,n,i,a,s=100)=>{if(!this.forceRequest){const e=l.default.reservations(this.lang);if(e)return Promise.resolve(e)}return this.xhr.reqWithPage(h.default.RESERVATIONS.METHOD)(h.default.RESERVATIONS.PATH,h.default.RESERVATIONS.DATA_KEY,{cityId:e,tripHash:t,poiId:r,provider:n,dateFrom:i,dateTo:a,limit:s}).then(e=>e.data)},this.reservationAdd=async e=>this.xhr.req(h.default.RESERVATION_ADD.METHOD)(h.default.RESERVATION_ADD.PATH,h.default.RESERVATION_ADD.DATA_KEY,{...e}),this.reservationUpdate=async e=>this.xhr.req(h.default.RESERVATION_UPDATE.METHOD)(c.default.setParameterId(h.default.RESERVATION_UPDATE.PATH,e.id,"reservationId"),h.default.RESERVATION_UPDATE.DATA_KEY,{key:e.key,value:e.value,provider:e.provider,tripHash:e.tripHash,poiId:e.poiId}),this.reservationDelete=async e=>this.xhr.req(h.default.RESERVATION_DELETE.METHOD)(c.default.setParameterId(h.default.RESERVATION_DELETE.PATH,e,"reservationId"),h.default.RESERVATION_DELETE.DATA_KEY).then(e=>e.recordId),this.feedbacks=async()=>this.xhr.req(h.default.FEEDBACKS.METHOD)(h.default.FEEDBACKS.PATH,h.default.FEEDBACKS.DATA_KEY),this.userFeedbacks=async(e=!1)=>{if(!this.forceRequest&&!e){const e=l.default.userFeedbacks(this.lang);if(e)return e}return this.xhr.req(h.default.USER_FEEDBACKS.METHOD)(h.default.USER_FEEDBACKS.PATH,h.default.USER_FEEDBACKS.DATA_KEY)},this.feedbackSend=async e=>this.xhr.req(h.default.SEND_FEEDBACK.METHOD)(h.default.SEND_FEEDBACK.PATH,h.default.SEND_FEEDBACK.DATA_KEY,{...e}).then(()=>this.userFeedbacks(!0)),this.feedbackReply=async e=>this.xhr.req(h.default.SEND_FEEDBACK.METHOD)(h.default.REPLY_FEEDBACK.PATH,h.default.SEND_FEEDBACK.DATA_KEY,{...e}).then(()=>this.userFeedbacks(!0)),this.feedbackUpdate=async(e,t)=>this.xhr.req(h.default.UPDATE_FEEDBACK.METHOD)(c.default.setParameterId(h.default.UPDATE_FEEDBACK.PATH,e,"feedbackId"),h.default.UPDATE_FEEDBACK.DATA_KEY,{isRead:t}).then(()=>this.userFeedbacks(!0)),this.productTypes=async()=>this.xhr.req(h.default.OFFER_PRODUCT_TYPES.METHOD)(h.default.OFFER_PRODUCT_TYPES.PATH,h.default.OFFER_PRODUCT_TYPES.DATA_KEY).then(e=>e),this.offerSearch=async(e,t,r,n)=>this.xhr.reqWithPage(h.default.OFFERS.METHOD)(h.default.OFFERS.PATH,h.default.OFFERS.DATA_KEY,{dateFrom:e,dateTo:t,boundary:r,page:1,limit:50}).then(e=>{if(0===e.data.length)return[];const t=e.data.map(e=>e.tripianPoiId);return this.pois(t,Number(n),void 0,!0)}),this.offersOptIn=async(e,t)=>this.xhr.req(h.default.OFFERS_OPT_IN.METHOD)(h.default.OFFERS_OPT_IN.PATH,h.default.OFFERS_OPT_IN.DATA_KEY,{dateFrom:e,dateTo:t}),this.myCampaignOffers=async e=>this.xhr.req(h.default.OFFERS_OPT_IN.METHOD)(h.default.OFFERS_OPT_IN.PATH,h.default.OFFERS_OPT_IN.DATA_KEY,{campaignId:e}),this.offerSearchCampaign=async(e,t)=>this.xhr.reqWithPage(h.default.OFFERS.METHOD)(h.default.OFFERS.PATH,h.default.OFFERS.DATA_KEY,{campaignId:e}).then(e=>{if(0===e.data.length)return[];const r=e.data.map(e=>e.tripianPoiId);return this.pois(r,Number(t),void 0,!0)}),this.offerSearchNew=async(e,t,r)=>this.xhr.reqWithPage(h.default.OFFERS.METHOD)(h.default.OFFERS.PATH,h.default.OFFERS.DATA_KEY,{dateFrom:e,dateTo:t,boundary:r,page:1,limit:50}),this.offer=async e=>this.xhr.req(h.default.OFFER.METHOD)(c.default.setParameterId(h.default.OFFER.PATH,e,"offerId"),h.default.OFFER.DATA_KEY,{}).then(e=>e),this.offerUpdateOptIn=async(e,t)=>this.xhr.req(h.default.OFFER_UPDATE.METHOD)(c.default.setParameterId(h.default.OFFER_UPDATE.PATH,e,"offerId"),h.default.OFFER_UPDATE.DATA_KEY,{optInDate:t}).then(e=>e),this.offerDelete=async e=>this.xhr.req(h.default.OFFER_DELETE.METHOD)(c.default.setParameterId(h.default.OFFER_DELETE.PATH,e,"offerId"),h.default.OFFER_DELETE.DATA_KEY).then(e=>e),this.offerRedeemStatusUpdate=async(e,t)=>this.xhr.req(h.default.OFFER_REDEEM_STATUS_UPDATE.METHOD)(c.default.setParameterId(h.default.OFFER_REDEEM_STATUS_UPDATE.PATH,e,"offerId"),h.default.OFFER_REDEEM_STATUS_UPDATE.DATA_KEY,{status:t}).then(e=>e.status),this.offerRedeemStatus=async e=>this.xhr.req(h.default.OFFER_REDEEM_STATUS.METHOD)(c.default.setParameterId(h.default.OFFER_REDEEM_STATUS.PATH,e,"offerId"),h.default.OFFER_REDEEM_STATUS.DATA_KEY).then(e=>e.status),this.businessSearch=async(e,t,r)=>this.xhr.req(h.default.BUSINESS_SEARCH.METHOD)(h.default.BUSINESS_SEARCH.PATH,h.default.BUSINESS_SEARCH.DATA_KEY,{q:e,cityId:t,bounds:r}),this.businessAssign=async e=>this.xhr.req(h.default.BUSINESS_USER_ASSIGN.METHOD)(h.default.BUSINESS_USER_ASSIGN.PATH,h.default.BUSINESS_USER_ASSIGN.DATA_KEY,{tripianPoiId:e}),this.startVerify=async(e,t)=>this.xhr.req(h.default.BUSINESS_VERIFY_START.METHOD)(h.default.BUSINESS_VERIFY_START.PATH,h.default.BUSINESS_VERIFY_START.DATA_KEY,{to_:e,channel:t}),this.checkVerify=async(e,t,r)=>this.xhr.req(h.default.BUSINESS_VERIFY_CHECK.METHOD)(h.default.BUSINESS_VERIFY_CHECK.PATH,h.default.BUSINESS_VERIFY_CHECK.DATA_KEY,{to_:e,channel:t,code:r}),this.business=async()=>this.xhr.req(h.default.BUSINESS.METHOD)(h.default.BUSINESS.PATH,h.default.BUSINESS.DATA_KEY),this.businessOffers=async(e,t=1,r)=>this.xhr.reqWithPage(h.default.BUSINESS_OFFERS.METHOD)(h.default.BUSINESS_OFFERS.PATH,h.default.BUSINESS_OFFERS.DATA_KEY,{status:""+e.join(","),page:t,limit:r}),this.businessOfferAdd=async e=>this.xhr.req(h.default.BUSINESS_OFFER_ADD.METHOD)(h.default.BUSINESS_OFFER_ADD.PATH,h.default.BUSINESS_OFFER_ADD.DATA_KEY,{...e}),this.businessVoucherOfferAdd=async e=>this.xhr.req(h.default.BUSINESS_OFFER_ADD.METHOD)(h.default.BUSINESS_OFFER_ADD.PATH,h.default.BUSINESS_OFFER_ADD.DATA_KEY,{...e}),this.businessOffer=async e=>this.xhr.req(h.default.BUSINESS_OFFER.METHOD)(c.default.setParameterId(h.default.BUSINESS_OFFER.PATH,e,"offerId"),h.default.BUSINESS_OFFER.DATA_KEY),this.businessOfferStatusUpdate=async(e,t)=>this.xhr.req(h.default.BUSINESS_OFFER_UPDATE.METHOD)(c.default.setParameterId(h.default.BUSINESS_OFFER_UPDATE.PATH,e,"offerId"),h.default.BUSINESS_OFFER_UPDATE.DATA_KEY,{offerId:e,status:t}),this.businessOfferImageUpdate=async(e,t)=>this.xhr.req(h.default.BUSINESS_OFFER_UPDATE.METHOD)(c.default.setParameterId(h.default.BUSINESS_OFFER_UPDATE.PATH,e,"offerId"),h.default.BUSINESS_OFFER_UPDATE.DATA_KEY,{offerId:e,imageUrl:t}),this.businessOfferDelete=async e=>this.xhr.req(h.default.BUSINESS_OFFER_DELETE.METHOD)(c.default.setParameterId(h.default.BUSINESS_OFFER_DELETE.PATH,e,"offerId"),h.default.BUSINESS_OFFER_DELETE.DATA_KEY).then(e=>e.recordId),this.businessOfferCustomers=async e=>this.xhr.req(h.default.BUSINESS_OFFER_CUSTOMERS.METHOD)(c.default.setParameterId(h.default.BUSINESS_OFFER_CUSTOMERS.PATH,e,"offerId"),h.default.BUSINESS_OFFER_CUSTOMERS.DATA_KEY),this.businessOfferFileUpload=async e=>this.xhr.req(h.default.BUSINESS_OFFER_FILE_UPLOAD.METHOD)(h.default.BUSINESS_OFFER_FILE_UPLOAD.PATH,h.default.BUSINESS_OFFER_FILE_UPLOAD.DATA_KEY,{file:e},{"Content-Type":"multipart/form-data"}),this.businessOfferRedeemStatusUpdate=async(e,t,r)=>this.xhr.req(h.default.BUSINESS_OFFER_REDEEM_STATUS_UPDATE.METHOD)(c.default.setParameters(h.default.BUSINESS_OFFER_REDEEM_STATUS_UPDATE.PATH,[{key:"offerId",value:e.toString()},{key:"userId",value:t.toString()}]),h.default.BUSINESS_OFFER_REDEEM_STATUS_UPDATE.DATA_KEY,{status:r}).then(e=>e.status),this.businessOfferRedeemStatus=async(e,t)=>this.xhr.req(h.default.BUSINESS_OFFER_REDEEM_STATUS.METHOD)(c.default.setParameters(h.default.BUSINESS_OFFER_REDEEM_STATUS.PATH,[{key:"offerId",value:e.toString()},{key:"userId",value:t.toString()}]),h.default.BUSINESS_OFFER_REDEEM_STATUS.DATA_KEY).then(e=>e.status),this.businessPreRegister=async e=>this.xhr.req(h.default.BUSINESS_PRE_REGISTER.METHOD)(h.default.BUSINESS_PRE_REGISTER.PATH,h.default.BUSINESS_PRE_REGISTER.DATA_KEY,e),this.businessCampaigns=async(e,t=1e3)=>this.xhr.reqWithPage(h.default.BUSINESS_CAMPAIGNS.METHOD)(h.default.BUSINESS_CAMPAIGNS.PATH,h.default.BUSINESS_CAMPAIGNS.DATA_KEY,{limit:t,page:e}),this.businessCampaign=async e=>this.xhr.req(h.default.BUSINESS_CAMPAIGN.METHOD)(c.default.setParameterId(h.default.BUSINESS_CAMPAIGN.PATH,e,"campaignId"),h.default.BUSINESS_CAMPAIGN.DATA_KEY),this.businessCampaignUpdate=async(e,t)=>this.xhr.req(h.default.BUSINESS_CAMPAIGN_UPDATE.METHOD)(c.default.setParameterId(h.default.BUSINESS_CAMPAIGN_UPDATE.PATH,e,"campaignId"),h.default.BUSINESS_CAMPAIGN_UPDATE.DATA_KEY,t).then(e=>e.updated),this.businessCampaignAdd=async e=>this.xhr.req(h.default.BUSINESS_CAMPAIGN_ADD.METHOD)(h.default.BUSINESS_CAMPAIGN_ADD.PATH,h.default.BUSINESS_CAMPAIGN_ADD.DATA_KEY,e).then(e=>e.campaignId),this.businessCouponApplications=async(e,t,r=150)=>this.xhr.reqWithPage(h.default.BUSINESS_COUPON_APPLICATIONS.METHOD)(h.default.BUSINESS_COUPON_APPLICATIONS.PATH,h.default.BUSINESS_COUPON_APPLICATIONS.DATA_KEY,{page:e,status:t,limit:r}),this.businessCouponApplication=async e=>this.xhr.req(h.default.BUSINESS_COUPON_APPLICATION.METHOD)(c.default.setParameterId(h.default.BUSINESS_COUPON_APPLICATION.PATH,e,"applicationId"),h.default.BUSINESS_COUPON_APPLICATION.DATA_KEY),this.businessCouponApplicationAdd=async e=>this.xhr.req(h.default.BUSINESS_COUPON_APPLICATION_ADD.METHOD)(h.default.BUSINESS_COUPON_APPLICATION_ADD.PATH,h.default.BUSINESS_COUPON_APPLICATION_ADD.DATA_KEY,{formDatas:e}).then(e=>e.applicationId),this.businessCouponApplicationUserUpdate=async(e,t,r,n=0,i,a,s)=>this.xhr.req(h.default.BUSINESS_COUPON_APPLICATION_USER_UPDATE.METHOD)(c.default.setParameters(h.default.BUSINESS_COUPON_APPLICATION_USER_UPDATE.PATH,[{key:"applicationId",value:e.toString()},{key:"travelerId",value:t.toString()}]),h.default.BUSINESS_COUPON_APPLICATION_USER_UPDATE.DATA_KEY,{campaignId:n,status:r?1:-1,bookingDate:i,notes:a,amount:s}).then(e=>e.updated),this.businessCouponApplicationUserApprove=async(e,t,r,n,i)=>this.businessCouponApplicationUserUpdate(e,t,!0,r,n,void 0,i).then(t=>{if(t)return this.businessCouponApplication(e)}),this.businessCouponApplicationUserReject=async(e,t,r,n,i)=>this.businessCouponApplicationUserUpdate(e,t,!1,r,n,i).then(t=>{if(t)return this.businessCouponApplication(e)}),this.businessCouponApplicationFileUpload=async e=>this.xhr.req(h.default.BUSINESS_COUPON_FILE_UPLOAD.METHOD)(h.default.BUSINESS_COUPON_FILE_UPLOAD.PATH,h.default.BUSINESS_COUPON_FILE_UPLOAD.DATA_KEY,{file:e},{"Content-Type":"multipart/form-data"}),this.coupons=async(e,t=1e3)=>this.xhr.reqWithPage(h.default.COUPONS.METHOD)(h.default.COUPONS.PATH,h.default.COUPONS.DATA_KEY,{limit:t,page:e}),this.payment=async e=>this.xhr.req(h.default.PAYMENT.METHOD)(c.default.setParameters(h.default.PAYMENT.PATH,[{key:"offerId",value:e.toString()}]),h.default.PAYMENT.DATA_KEY),this.campaignReport=async(e,t)=>this.xhr.reqWithPage(h.default.CAMPAIGN_REPORT.METHOD)(c.default.setParameters(h.default.CAMPAIGN_REPORT.PATH,[{key:"campaignId",value:e.toString()}]),h.default.CAMPAIGN_REPORT.DATA_KEY,{...t}),this.campaignReportPay=async(e,t)=>this.xhr.req(h.default.CAMPAIGN_REPORT_PAY.METHOD)(c.default.setParameters(h.default.CAMPAIGN_REPORT_PAY.PATH,[{key:"campaignId",value:e.toString()},{key:"id",value:t.toString()}]),h.default.CAMPAIGN_REPORT.DATA_KEY).then(e=>e.updated),this.campaignCustomerReport=async(e,t)=>this.xhr.reqWithPage(h.default.CAMPAIGN_CUSTOMER_REPORT.METHOD)(c.default.setParameters(h.default.CAMPAIGN_CUSTOMER_REPORT.PATH,[{key:"campaignId",value:e.toString()}]),h.default.CAMPAIGN_CUSTOMER_REPORT.DATA_KEY,{...t}).then(e=>(e.data.forEach(e=>{e.lengthOfStay=(0,d.default)(e.customerDepartureDate).diff((0,d.default)(e.customerArrivalDate),"days",!1)}),e)),this.businessReport=async e=>this.xhr.reqWithPage(h.default.BUSINESS_REPORT.METHOD)(h.default.BUSINESS_REPORT.PATH,h.default.BUSINESS_REPORT.DATA_KEY,{...e}),this.businessPreRegisterReport=async e=>this.xhr.reqWithPage(h.default.BUSINESS_PRE_REGISTER_REPORT.METHOD)(h.default.BUSINESS_PRE_REGISTER_REPORT.PATH,h.default.BUSINESS_PRE_REGISTER_REPORT.DATA_KEY,{...e}),this.businessOfferReport=async(e=1,t=1e3)=>this.xhr.reqWithPage(h.default.BUSINESS_OFFER_REPORT.METHOD)(h.default.BUSINESS_OFFER_REPORT.PATH,h.default.BUSINESS_OFFER_REPORT.DATA_KEY,{page:e,limit:t}),this.businessExport=async(e,t)=>this.xhr.req(h.default.BUSINESS_EXPORT.METHOD)(h.default.BUSINESS_EXPORT.PATH,h.default.BUSINESS_EXPORT.DATA_KEY,{reportType:e,campaignId:t}),this.translationList=async()=>this.xhr.req(h.default.TRANSLATIONS.METHOD)(h.default.TRANSLATIONS.PATH,h.default.TRANSLATIONS.DATA_KEY),this.log=async(e,t={},r="ERROR")=>{var n;const{baseURL:i,xApiKey:a,email:s}=this.xhr.info();return this.xhr.req(h.default.LOGS.METHOD)(h.default.LOGS.PATH,h.default.LOGS.DATA_KEY,{message:{platform:"web",type:r,g_api_customer_id:0,user_id:0,uri_params:{},query_params:{apibaseURL:i},api_key:a,endpoint:null!==(n=null===window||void 0===window?void 0:window.location.href)&&void 0!==n?n:"",response_msg:e,request_params:{email:s,...t}}})},this.visaIframeToken=async()=>this.xhr.req(h.default.VISA_IFRAME_TOKEN.METHOD)(h.default.VISA_IFRAME_TOKEN.PATH,h.default.OFFER.DATA_KEY).then(e=>e),this.visaValidatorCheck=async e=>this.xhr.req(h.default.VISA_VALIDATOR_CHECK.METHOD)(h.default.VISA_VALIDATOR_CHECK.PATH,h.default.VISA_VALIDATOR_CHECK.DATA_KEY,{context:e}),this.combo={businessPayloadData:async()=>this.user().then(e=>e.businessId&&e.businessId>0?this.business().then(t=>({user:e,business:t})):{user:e}),campaignReportPayCombo:async(e,t,r)=>this.campaignReportPay(e,t).then(t=>this.campaignReport(e,r)),payloadDataEx:async()=>this.user().then(e=>this.business().then(t=>({user:e,business:t}))),tripDelete:async(e,t)=>this.tripDelete(e).then(()=>this.tripRefs(t)),stepAdd:async(e,t,r,n,i)=>this.stepAdd(e,t,n,i).then(()=>this.trip(r,void 0)),customStepAdd:async(e,t,r,n,i,a)=>this.customStepAdd(e,t,n,i,a).then(()=>this.trip(r,void 0,!0)),stepUpdateTimes:async(e,t,r,n)=>this.stepUpdateTimes(e,t,r).then(e=>this.trip(n,void 0)),stepReplace:async(e,t,r)=>this.stepReplace(e,t).then(e=>this.trip(r,void 0)),stepDelete:async(e,t)=>this.stepDelete(e).then(()=>this.trip(t,void 0,!0)),planUpdateOrders:async(e,t,r)=>this.planUpdateOrders(e,t).then(e=>this.trip(r,void 0,!0)),planUpdateTime:async(e,t,r,n,i)=>this.planUpdateTime(e,r,n).then(e=>this.trip(i,t,!0)),favoriteAdd:async(e,t,r)=>this.favoriteAdd(t,e).then(e=>this.favorites(r)),favoriteDelete:async(e,t)=>this.favoriteDelete(e).then(()=>this.favorites(t)),companionAdd:async(e,t)=>this.companionAdd(e).then(()=>this.companions(t)),companionUpdate:async(e,t)=>this.companionUpdate(e).then(()=>this.companions(t)),companionDelete:async(e,t)=>this.companionDelete(e).then(()=>this.companions(t)),reservationAdd:async(e,t)=>this.reservationAdd(e).then(()=>this.reservations(t)),reservationUpdate:async(e,t)=>this.reservationUpdate(e).then(()=>this.reservations(t)),reservationDelete:async(e,t)=>this.reservationDelete(e).then(()=>this.reservations(t)),reactionAdd:async(e,t)=>this.reactionAdd(e).then(()=>this.reactions(t))},this.xhr=new u.default(e,t),this.forceRequest=!r,this.lang=t}}},function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),r(264);const i=n(r(37)),a=r(197),s=e=>{if(void 0===e)return"";const t=Object.entries(e).filter(e=>void 0!==e[1]),r=Object.fromEntries(t);return"?"+new URLSearchParams(r)};t.default=class{constructor(e,t){this.timeout=3e4,this.getToken=()=>this.token,this.setToken=e=>{this.token=e,this.authorization=`${e.tokenType} ${e.idToken}`,this.refreshTimeoutId&&(clearTimeout(this.refreshTimeoutId),this.refreshTimeoutId=void 0);const t=1e3*(e.expiresIn-60);t>0&&t<36e5?this.refreshTimeoutId=setTimeout(()=>{this.refreshXhrToken().catch(e=>{console.error("Token refresh failed:",e),this.removeToken()})},t):console.warn("Token expiry time is invalid or too long. Refresh timer not set.")},this.removeToken=()=>{this.token=void 0,this.authorization=void 0,this.refreshTimeoutId&&(clearTimeout(this.refreshTimeoutId),this.refreshTimeoutId=void 0)},this.setLang=e=>{this.lang=e},this.refreshXhrToken=()=>{var e;const t=null===(e=this.token)||void 0===e?void 0:e.refreshToken;return t?this.req("POST")("/auth/refresh-token","token",{refreshToken:t}).then(e=>{const r={...e,refreshToken:t};return this.setToken(r),r}).catch(e=>(console.error("Refresh token failed:",e),this.removeToken(),Promise.reject(e))):(console.warn("No refresh token available."),Promise.reject(new Error("No refresh token available")))},this.get=async(e,t,r,n)=>{var i;return fetch(this.baseURL+e+s({...r,lang:this.lang}),{method:"GET",headers:{"Content-Type":"application/json",authorization:null!==(i=this.authorization)&&void 0!==i?i:"","x-api-key":this.xApiKey,...n}}).then(e=>e.json()).then(n=>(0,a.handleHttpResponseSuccess)(n,t,this.lang,r,e).data).catch(e=>(0,a.handleHttpResponseError)(e,t,r))},this.getWithPage=async(e,t,r)=>{var n;return fetch(this.baseURL+e+s({...r,lang:this.lang}),{method:"GET",headers:{"Content-Type":"application/json",authorization:null!==(n=this.authorization)&&void 0!==n?n:"","x-api-key":this.xApiKey}}).then(e=>e.json()).then(e=>(0,a.handleHttpResponseSuccess)(e,t,this.lang,r)).catch(e=>(0,a.handleHttpResponseError)(e,t,r))},this.appendLangToUrl=e=>`${this.baseURL+e}${s({lang:this.lang})}`,this.post=async(e,t,r,n)=>{var i;const s=this.appendLangToUrl(e);return fetch(s,{method:"POST",headers:{"Content-Type":"application/json",authorization:null!==(i=this.authorization)&&void 0!==i?i:"","x-api-key":this.xApiKey,...n},body:JSON.stringify({...r,lang:this.lang})}).then(e=>e.json()).then(e=>(0,a.handleHttpResponseSuccess)(e,t,this.lang,r).data).then(e=>("token"===t&&this.setToken(e),e)).catch(e=>(0,a.handleHttpResponseError)(e,t,r))},this.put=async(e,t,r,n)=>{var i;const s=this.appendLangToUrl(e);return fetch(s,{method:"PUT",headers:{"Content-Type":"application/json",authorization:null!==(i=this.authorization)&&void 0!==i?i:"","x-api-key":this.xApiKey,...n},body:JSON.stringify({...r,lang:this.lang})}).then(e=>e.json()).then(e=>(0,a.handleHttpResponseSuccess)(e,t,this.lang,r).data).catch(e=>(0,a.handleHttpResponseError)(e,t,r))},this.delete=async(e,t,r)=>{var n;return fetch(this.baseURL+e+s({lang:this.lang}),{method:"DELETE",headers:{"Content-Type":"application/json",authorization:null!==(n=this.authorization)&&void 0!==n?n:"","x-api-key":this.xApiKey,...r}}).then(e=>e.json()).then(e=>(0,a.handleHttpResponseSuccess)(e,t,this.lang).data).catch(e=>(0,a.handleHttpResponseError)(e,t))},this.postWithPage=async(e,t,r,n)=>{var i;const s=this.appendLangToUrl(e);return fetch(s,{method:"POST",headers:{"Content-Type":"application/json",authorization:null!==(i=this.authorization)&&void 0!==i?i:"","x-api-key":this.xApiKey,...n},body:JSON.stringify(r)}).then(e=>e.json()).then(e=>(0,a.handleHttpResponseSuccess)(e,t,this.lang,r)).catch(e=>(0,a.handleHttpResponseError)(e,t,r))},this.req=e=>"GET"===e?this.get:"POST"===e?this.post:"PUT"===e?this.put:"DELETE"===e?this.delete:this.get,this.reqWithPage=e=>"GET"===e?this.getWithPage:"POST"===e?this.postWithPage:this.getWithPage,this.info=()=>{var e,t;const r=this.token&&null!==(t=null===(e=i.default.parseToken(this.token))||void 0===e?void 0:e.email)&&void 0!==t?t:"";return{baseURL:this.baseURL,xApiKey:this.xApiKey,email:r}},this.baseURL=e.url,this.xApiKey=e.xApiKey,this.timeout=3e4,e.token&&this.setToken(e.token),t&&this.setLang(t)}}},function(e,t){!function(e){!function(t){var r="URLSearchParams"in e,n="Symbol"in e&&"iterator"in Symbol,i="FileReader"in e&&"Blob"in e&&function(){try{return new Blob,!0}catch(e){return!1}}(),a="FormData"in e,s="ArrayBuffer"in e;if(s)var o=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],d=ArrayBuffer.isView||function(e){return e&&o.indexOf(Object.prototype.toString.call(e))>-1};function u(e){if("string"!=typeof e&&(e=String(e)),/[^a-z0-9\-#$%&'*+.^_`|~]/i.test(e))throw new TypeError("Invalid character in header field name");return e.toLowerCase()}function h(e){return"string"!=typeof e&&(e=String(e)),e}function c(e){var t={next:function(){var t=e.shift();return{done:void 0===t,value:t}}};return n&&(t[Symbol.iterator]=function(){return t}),t}function l(e){this.map={},e instanceof l?e.forEach((function(e,t){this.append(t,e)}),this):Array.isArray(e)?e.forEach((function(e){this.append(e[0],e[1])}),this):e&&Object.getOwnPropertyNames(e).forEach((function(t){this.append(t,e[t])}),this)}function f(e){if(e.bodyUsed)return Promise.reject(new TypeError("Already read"));e.bodyUsed=!0}function _(e){return new Promise((function(t,r){e.onload=function(){t(e.result)},e.onerror=function(){r(e.error)}}))}function p(e){var t=new FileReader,r=_(t);return t.readAsArrayBuffer(e),r}function m(e){if(e.slice)return e.slice(0);var t=new Uint8Array(e.byteLength);return t.set(new Uint8Array(e)),t.buffer}function y(){return this.bodyUsed=!1,this._initBody=function(e){var t;this._bodyInit=e,e?"string"==typeof e?this._bodyText=e:i&&Blob.prototype.isPrototypeOf(e)?this._bodyBlob=e:a&&FormData.prototype.isPrototypeOf(e)?this._bodyFormData=e:r&&URLSearchParams.prototype.isPrototypeOf(e)?this._bodyText=e.toString():s&&i&&((t=e)&&DataView.prototype.isPrototypeOf(t))?(this._bodyArrayBuffer=m(e.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):s&&(ArrayBuffer.prototype.isPrototypeOf(e)||d(e))?this._bodyArrayBuffer=m(e):this._bodyText=e=Object.prototype.toString.call(e):this._bodyText="",this.headers.get("content-type")||("string"==typeof e?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):r&&URLSearchParams.prototype.isPrototypeOf(e)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},i&&(this.blob=function(){var e=f(this);if(e)return e;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){return this._bodyArrayBuffer?f(this)||Promise.resolve(this._bodyArrayBuffer):this.blob().then(p)}),this.text=function(){var e,t,r,n=f(this);if(n)return n;if(this._bodyBlob)return e=this._bodyBlob,t=new FileReader,r=_(t),t.readAsText(e),r;if(this._bodyArrayBuffer)return Promise.resolve(function(e){for(var t=new Uint8Array(e),r=new Array(t.length),n=0;n<t.length;n++)r[n]=String.fromCharCode(t[n]);return r.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},a&&(this.formData=function(){return this.text().then(M)}),this.json=function(){return this.text().then(JSON.parse)},this}l.prototype.append=function(e,t){e=u(e),t=h(t);var r=this.map[e];this.map[e]=r?r+", "+t:t},l.prototype.delete=function(e){delete this.map[u(e)]},l.prototype.get=function(e){return e=u(e),this.has(e)?this.map[e]:null},l.prototype.has=function(e){return this.map.hasOwnProperty(u(e))},l.prototype.set=function(e,t){this.map[u(e)]=h(t)},l.prototype.forEach=function(e,t){for(var r in this.map)this.map.hasOwnProperty(r)&&e.call(t,this.map[r],r,this)},l.prototype.keys=function(){var e=[];return this.forEach((function(t,r){e.push(r)})),c(e)},l.prototype.values=function(){var e=[];return this.forEach((function(t){e.push(t)})),c(e)},l.prototype.entries=function(){var e=[];return this.forEach((function(t,r){e.push([r,t])})),c(e)},n&&(l.prototype[Symbol.iterator]=l.prototype.entries);var b=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function g(e,t){var r,n,i=(t=t||{}).body;if(e instanceof g){if(e.bodyUsed)throw new TypeError("Already read");this.url=e.url,this.credentials=e.credentials,t.headers||(this.headers=new l(e.headers)),this.method=e.method,this.mode=e.mode,this.signal=e.signal,i||null==e._bodyInit||(i=e._bodyInit,e.bodyUsed=!0)}else this.url=String(e);if(this.credentials=t.credentials||this.credentials||"same-origin",!t.headers&&this.headers||(this.headers=new l(t.headers)),this.method=(r=t.method||this.method||"GET",n=r.toUpperCase(),b.indexOf(n)>-1?n:r),this.mode=t.mode||this.mode||null,this.signal=t.signal||this.signal,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&i)throw new TypeError("Body not allowed for GET or HEAD requests");this._initBody(i)}function M(e){var t=new FormData;return e.trim().split("&").forEach((function(e){if(e){var r=e.split("="),n=r.shift().replace(/\+/g," "),i=r.join("=").replace(/\+/g," ");t.append(decodeURIComponent(n),decodeURIComponent(i))}})),t}function T(e,t){t||(t={}),this.type="default",this.status=void 0===t.status?200:t.status,this.ok=this.status>=200&&this.status<300,this.statusText="statusText"in t?t.statusText:"OK",this.headers=new l(t.headers),this.url=t.url||"",this._initBody(e)}g.prototype.clone=function(){return new g(this,{body:this._bodyInit})},y.call(g.prototype),y.call(T.prototype),T.prototype.clone=function(){return new T(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new l(this.headers),url:this.url})},T.error=function(){var e=new T(null,{status:0,statusText:""});return e.type="error",e};var v=[301,302,303,307,308];T.redirect=function(e,t){if(-1===v.indexOf(t))throw new RangeError("Invalid status code");return new T(null,{status:t,headers:{location:e}})},t.DOMException=e.DOMException;try{new t.DOMException}catch(e){t.DOMException=function(e,t){this.message=e,this.name=t;var r=Error(e);this.stack=r.stack},t.DOMException.prototype=Object.create(Error.prototype),t.DOMException.prototype.constructor=t.DOMException}function w(e,r){return new Promise((function(n,a){var s=new g(e,r);if(s.signal&&s.signal.aborted)return a(new t.DOMException("Aborted","AbortError"));var o=new XMLHttpRequest;function d(){o.abort()}o.onload=function(){var e,t,r={status:o.status,statusText:o.statusText,headers:(e=o.getAllResponseHeaders()||"",t=new l,e.replace(/\r?\n[\t ]+/g," ").split(/\r?\n/).forEach((function(e){var r=e.split(":"),n=r.shift().trim();if(n){var i=r.join(":").trim();t.append(n,i)}})),t)};r.url="responseURL"in o?o.responseURL:r.headers.get("X-Request-URL");var i="response"in o?o.response:o.responseText;n(new T(i,r))},o.onerror=function(){a(new TypeError("Network request failed"))},o.ontimeout=function(){a(new TypeError("Network request failed"))},o.onabort=function(){a(new t.DOMException("Aborted","AbortError"))},o.open(s.method,s.url,!0),"include"===s.credentials?o.withCredentials=!0:"omit"===s.credentials&&(o.withCredentials=!1),"responseType"in o&&i&&(o.responseType="blob"),s.headers.forEach((function(e,t){o.setRequestHeader(t,e)})),s.signal&&(s.signal.addEventListener("abort",d),o.onreadystatechange=function(){4===o.readyState&&s.signal.removeEventListener("abort",d)}),o.send(void 0===s._bodyInit?null:s._bodyInit)}))}w.polyfill=!0,e.fetch||(e.fetch=w,e.Headers=l,e.Request=g,e.Response=T),t.Headers=l,t.Request=g,t.Response=T,t.fetch=w,Object.defineProperty(t,"__esModule",{value:!0})}({})}("undefined"!=typeof self?self:this)},function(e,t,r){"use strict";t.byteLength=function(e){var t=u(e),r=t[0],n=t[1];return 3*(r+n)/4-n},t.toByteArray=function(e){var t,r,n=u(e),s=n[0],o=n[1],d=new a(function(e,t,r){return 3*(t+r)/4-r}(0,s,o)),h=0,c=o>0?s-4:s;for(r=0;r<c;r+=4)t=i[e.charCodeAt(r)]<<18|i[e.charCodeAt(r+1)]<<12|i[e.charCodeAt(r+2)]<<6|i[e.charCodeAt(r+3)],d[h++]=t>>16&255,d[h++]=t>>8&255,d[h++]=255&t;2===o&&(t=i[e.charCodeAt(r)]<<2|i[e.charCodeAt(r+1)]>>4,d[h++]=255&t);1===o&&(t=i[e.charCodeAt(r)]<<10|i[e.charCodeAt(r+1)]<<4|i[e.charCodeAt(r+2)]>>2,d[h++]=t>>8&255,d[h++]=255&t);return d},t.fromByteArray=function(e){for(var t,r=e.length,i=r%3,a=[],s=0,o=r-i;s<o;s+=16383)a.push(h(e,s,s+16383>o?o:s+16383));1===i?(t=e[r-1],a.push(n[t>>2]+n[t<<4&63]+"==")):2===i&&(t=(e[r-2]<<8)+e[r-1],a.push(n[t>>10]+n[t>>4&63]+n[t<<2&63]+"="));return a.join("")};for(var n=[],i=[],a="undefined"!=typeof Uint8Array?Uint8Array:Array,s="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",o=0,d=s.length;o<d;++o)n[o]=s[o],i[s.charCodeAt(o)]=o;function u(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=e.indexOf("=");return-1===r&&(r=t),[r,r===t?0:4-r%4]}function h(e,t,r){for(var i,a,s=[],o=t;o<r;o+=3)i=(e[o]<<16&16711680)+(e[o+1]<<8&65280)+(255&e[o+2]),s.push(n[(a=i)>>18&63]+n[a>>12&63]+n[a>>6&63]+n[63&a]);return s.join("")}i["-".charCodeAt(0)]=62,i["_".charCodeAt(0)]=63},function(e,t){
283
283
  /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
284
- t.read=function(e,t,r,n,i){var a,s,o=8*i-n-1,d=(1<<o)-1,u=d>>1,h=-7,c=r?i-1:0,l=r?-1:1,f=e[t+c];for(c+=l,a=f&(1<<-h)-1,f>>=-h,h+=o;h>0;a=256*a+e[t+c],c+=l,h-=8);for(s=a&(1<<-h)-1,a>>=-h,h+=n;h>0;s=256*s+e[t+c],c+=l,h-=8);if(0===a)a=1-u;else{if(a===d)return s?NaN:1/0*(f?-1:1);s+=Math.pow(2,n),a-=u}return(f?-1:1)*s*Math.pow(2,a-n)},t.write=function(e,t,r,n,i,a){var s,o,d,u=8*a-i-1,h=(1<<u)-1,c=h>>1,l=23===i?Math.pow(2,-24)-Math.pow(2,-77):0,f=n?0:a-1,_=n?1:-1,p=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(o=isNaN(t)?1:0,s=h):(s=Math.floor(Math.log(t)/Math.LN2),t*(d=Math.pow(2,-s))<1&&(s--,d*=2),(t+=s+c>=1?l/d:l*Math.pow(2,1-c))*d>=2&&(s++,d/=2),s+c>=h?(o=0,s=h):s+c>=1?(o=(t*d-1)*Math.pow(2,i),s+=c):(o=t*Math.pow(2,c-1)*Math.pow(2,i),s=0));i>=8;e[r+f]=255&o,f+=_,o/=256,i-=8);for(s=s<<i|o,u+=i;u>0;e[r+f]=255&s,f+=_,s/=256,u-=8);e[r+f-_]|=128*p}},function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const i=n(r(0));t.default=class{constructor(e){this.startDate=(0,i.default)(),this.endDate=(0,i.default)(),this.recurrent=[],this.blackouts=[],this.availableDays=[],this.calc=()=>{if(this.endDate.isBefore(this.startDate))return;const e=[],t=this.startDate.clone();for(;t.isSameOrBefore(this.endDate);){if(this.recurrent.includes(t.day())){const r=t.format("YYYY-MM-DD");this.blackouts.includes(r)||e.push(r)}t.add(1,"days")}this.availableDays=e},this.include=e=>this.availableDays.includes(e),this.toList=()=>this.availableDays,this.get=()=>this.tripianDates,this.set=e=>{this.tripianDates=e,this.startDate=(0,i.default)(e.startDate),this.endDate=(0,i.default)(e.endDate),this.recurrent=e.recurrent,this.blackouts=e.blackouts,this.calc()},this.tripianDates=e,this.set(e)}}},function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const i=r(24),a=n(r(38)),s=n(r(16)),o=r(269);t.default=(e,t,r,n,d,u)=>{var h,c,l,f,_,p,m,y,b,g,M,T,v,w,L;try{const S=(null==n?void 0:n.cityId)||(null===(l=null===(c=null===(h=s.default.trip)||void 0===h?void 0:h[r])||void 0===c?void 0:c.city)||void 0===l?void 0:l.id)||0,E=(null==n?void 0:n.tripHash)||(null===(_=null===(f=s.default.trip)||void 0===f?void 0:f[r])||void 0===_?void 0:_.tripHash)||"";if(t===a.default.CONFIG.DATA_KEY){const t=e;s.default.configList=t}else if(t===a.default.CITIES.DATA_KEY){const t=e,n=(0,o.citiesConcat)(s.default.cities,r,t);s.default.cities=n}else if(t===a.default.CITY_INFO.DATA_KEY){const t=e;s.default.citiesInfo=(0,o.citiesInfoConcat)(s.default.citiesInfo,r,t)}else if(t===a.default.CITY_EVENTS.DATA_KEY){const t=e,n=null==d?void 0:d.match(/\/cities\/(\d+)/),i=n?parseInt(n[1],10):void 0;i?s.default.citiesEvents=(0,o.citiesEventsConcat)(s.default.citiesEvents,r,i,t):console.warn("City ID is required to cache CITY_EVENTS")}else if(t===a.default.FEEDBACKS.DATA_KEY){const t=e;s.default.feedbacks||(s.default.feedbacks={}),s.default.feedbacks[r]=t}else if(t===a.default.USER_FEEDBACKS.DATA_KEY){const t=e;s.default.userFeedbacks||(s.default.userFeedbacks={}),s.default.userFeedbacks[r]=t}else if(t===a.default.POI_CATEGORIES.DATA_KEY){const t=e;s.default.poiCategoryResponse||(s.default.poiCategoryResponse={}),s.default.poiCategoryResponse[r]=t}else if(t===a.default.POIS_SEARCH_AUTO_COMPLETE_TAGS.DATA_KEY){const t=e;s.default.autoCompleteTags=(0,o.autoCompleteTagsConcat)(s.default.autoCompleteTags,r,t);const a=n||void 0,d=((null==a?void 0:a.poiCategories)||"").split(",").map(Number);void 0===(null===(p=s.default.autoCompleteTagsAll[r])||void 0===p?void 0:p.find(e=>e.cityId===S&&i.helper.arraysEqual(e.poiCategories,d)))?s.default.autoCompleteTagsAll[r]=[...s.default.autoCompleteTagsAll[r]||[],{cityId:S,poiCategories:d,tags:[...t]}]:console.warn("core.cache: This cityId-categoryGroup cached before. if forceRequest = true you can call this request repeatedly, else it is a cache logic problem!",S,d)}else if(t===a.default.POIS.DATA_KEY){const t=e,a=n||void 0,d=void 0!==(null==a?void 0:a.withOffers)?a.withOffers:0,h=void 0!==(null==a?void 0:a.withBookings)?a.withBookings:0;if(s.default.pois=(0,o.poisConcat)(s.default.pois,r,t,d,h),void 0===(null==a?void 0:a.poiIds)&&void 0===(null==a?void 0:a.bounds)&&void 0===(null==a?void 0:a.mustTryIds)&&void 0===(null==a?void 0:a.coordinate)&&void 0===(null==a?void 0:a.distance)&&""===(null==a?void 0:a.search)&&1===(null==a?void 0:a.page)){const e=((null==a?void 0:a.poiCategories)||"").split(",").map(Number);void 0===(null===(m=s.default.poisAll[r])||void 0===m?void 0:m.find(t=>t.cityId===S&&i.helper.arraysEqual(t.poiCategories,e)))?s.default.poisAll[r]=[...s.default.poisAll[r]||[],{cityId:S,poiCategories:e,showOffersOnly:d,showBookingsOnly:h,pois:{data:t,pagination:u}}]:console.warn("core.cache: This cityId-categoryGroup page 1 cached before. if forceRequest = true you can call this request repeatedly, else it is a cache logic problem!",S,e)}}else if(t===a.default.POIS_OPEN_SEARCH.DATA_KEY){const t=e,a=void 0!==(null==n?void 0:n.showOffersOnly)?n.showOffersOnly:0,d=void 0!==(null==n?void 0:n.showBookingsOnly)?n.showBookingsOnly:0;if(s.default.pois=(0,o.poisConcat)(s.default.pois,r,t,a,d),void 0===(null==n?void 0:n.poiIds)&&void 0===(null==n?void 0:n.bounds)&&void 0===(null==n?void 0:n.mustTryIds)&&void 0===(null==n?void 0:n.coordinate)&&void 0===(null==n?void 0:n.distance)&&""===(null==n?void 0:n.search)&&1===(null==n?void 0:n.page)){const e=((null==n?void 0:n.poiCategories)||"").split(",").map(Number);void 0===(null===(y=s.default.poisAll[r])||void 0===y?void 0:y.find(t=>t.cityId===S&&i.helper.arraysEqual(t.poiCategories,e)&&t.showOffersOnly===a))?s.default.poisAll[r]=[...s.default.poisAll[r]||[],{cityId:S,poiCategories:e,showOffersOnly:a,showBookingsOnly:d,pois:{data:t,pagination:u}}]:console.warn("core.cache: This cityId-categoryGroup page 1 cached before. if forceRequest = true you can call this request repeatedly, else it is a cache logic problem!",S,e)}}else if(t===a.default.POI.DATA_KEY){const t=e,i=void 0!==(null==n?void 0:n.withOffers)?n.withOffers:0,a=void 0!==(null==n?void 0:n.withBookings)?n.withBookings:0;s.default.pois=(0,o.poisConcat)(s.default.pois,r,[t],i,a)}else if(t===a.default.USER.DATA_KEY){const t=e;s.default.user=t}else if(t===a.default.QUESTIONS.DATA_KEY+"-trip"||t===a.default.QUESTIONS.DATA_KEY+"-profile"||t===a.default.QUESTIONS.DATA_KEY+"-companion"){const n=e;switch((0,o.questionsConcat)(s.default.questions,r,n),t){case a.default.QUESTIONS.DATA_KEY+"-trip":s.default.questionsTrip||(s.default.questionsTrip={}),s.default.questionsTrip[r]=n;break;case a.default.QUESTIONS.DATA_KEY+"-profile":s.default.questionsProfile||(s.default.questionsProfile={}),s.default.questionsProfile[r]=n;break;case a.default.QUESTIONS.DATA_KEY+"-companion":s.default.questionsCompanion||(s.default.questionsCompanion={}),s.default.questionsCompanion[r]=n;break;default:console.error("core.cache: Error. dataKey could not find in "+a.default.QUESTIONS.DATA_KEY,t)}}else if(t===a.default.FAVORITES.DATA_KEY){const t=e;s.default.favorites[r]=[...s.default.favorites[r]||[],{cityId:S,favoritePois:t}]}else if(t===a.default.FAVORITE_ADD.DATA_KEY){const t=e;s.default.favorites=(0,o.favoriteConcatOne)(s.default.favorites,r,S,t)}else if(t===a.default.FAVORITE_DELETE.DATA_KEY){const t=e.recordId,n=null===(b=s.default.favorites[r])||void 0===b?void 0:b.findIndex(e=>e.cityId===S);n>-1&&(s.default.favorites[r][n].favoritePois=s.default.favorites[r][n].favoritePois.filter(e=>e.id!==t))}else if(t===a.default.TRIPS.DATA_KEY){const t=e;s.default.tripRefs=t}else if(t===a.default.TRIP.DATA_KEY||t===a.default.TRIP_ADD.DATA_KEY||t===a.default.TRIP_UPDATE.DATA_KEY){const t=e,n={id:t.id,shared:t.shared,tripHash:t.tripHash,city:t.city,tripProfile:t.tripProfile};s.default.tripRefs&&(s.default.tripRefs=(0,o.tripRefsConcatOne)(s.default.tripRefs,n)),s.default.trips=(0,o.tripsConcatOne)(s.default.trips,r,t),s.default.trip[r]=t}else if(t===a.default.TRIP_DELETE.DATA_KEY){const t=e.recordId;s.default.tripRefs=null===(g=s.default.tripRefs)||void 0===g?void 0:g.filter(e=>e.id!==t)}else if(t===a.default.PLAN_UPDATE.DATA_KEY||t===a.default.PLAN.DATA_KEY){const t=e,n=(0,o.planUpdated)(t,s.default.trip[r]);n&&((0,o.tripsConcatOne)(s.default.trips,r,n),s.default.trip[r]=i.helper.deepCopy(n))}else if(t===a.default.STEP_ADD.DATA_KEY){const t=e,i=null==n?void 0:n.planId;if(i){const e=(0,o.stepAdded)(i,t,s.default.trip[r]);e&&(s.default.trips=(0,o.tripsConcatOne)(s.default.trips,r,e))}else console.error("core.cache: Error. When step added cache, plan id params could not find in trip plans. Params - added step:",n,t)}else if(t===a.default.STEP_UPDATE.DATA_KEY){const t=e,n=(0,o.stepUpdated)(t,s.default.trip[r]);n&&(s.default.trips=(0,o.tripsConcatOne)(s.default.trips,r,n))}else if(t===a.default.STEP_DELETE.DATA_KEY){const{recordId:t}=e,n=(0,o.stepDeleted)(t,s.default.trip[r]);n&&(s.default.trips=(0,o.tripsConcatOne)(s.default.trips,r,n))}else if(t===a.default.COMPANIONS.DATA_KEY){const t=e;s.default.companions[r]=t}else if(t===a.default.COMPANION_ADD.DATA_KEY||t===a.default.COMPANION_UPDATE.DATA_KEY){const t=e;s.default.companions=(0,o.companionConcatOne)(s.default.companions,r,t)}else if(t===a.default.COMPANION_DELETE.DATA_KEY){const t=e.recordId;s.default.companions[r]=null===(M=s.default.companions[r])||void 0===M?void 0:M.filter(e=>e.id!==t)}else if(t===a.default.RESERVATIONS.DATA_KEY){const t=e;s.default.reservations[r]=t}else if(t===a.default.RESERVATION_ADD.DATA_KEY||t===a.default.RESERVATION_UPDATE.DATA_KEY){const t=e;s.default.reservations=(0,o.reservationConcatOne)(s.default.reservations,r,t)}else if(t===a.default.RESERVATION_DELETE.DATA_KEY){const t=e.recordId;s.default.reservations[r]=null===(T=s.default.reservations[r])||void 0===T?void 0:T.filter(e=>e.id!==t)}else if(t===a.default.REACTIONS.DATA_KEY){if(""!==E){const t=e;(null===(v=s.default.userReactions[r])||void 0===v?void 0:v.find(e=>e.tripHash===E))||(s.default.userReactions[r]=[...s.default.userReactions[r]||[],{tripHash:E,userReactions:t}])}}else if(t===a.default.REACTION_ADD.DATA_KEY||t===a.default.REACTION_UPDATE.DATA_KEY){if(""!==E){const t=e;(null===(w=s.default.userReactions[r])||void 0===w?void 0:w.findIndex(e=>e.tripHash===E))>-1&&(s.default.userReactions=(0,o.reactionConcatOne)(s.default.userReactions,r,E,t))}}else if(t===a.default.REACTION_DELETE.DATA_KEY){if(""!==E){const t=e.recordId,n=null===(L=s.default.userReactions[r])||void 0===L?void 0:L.findIndex(e=>e.tripHash===E);n>-1&&(s.default.userReactions[r][n].userReactions=s.default.userReactions[r][n].userReactions.filter(e=>e.id!==t))}}else if(t===a.default.TOP_TEN.DATA_KEY){const t=e;s.default.topTens=(0,o.topTensConcatOne)(s.default.topTens,r,S,t)}else s.default[t]||(s.default[t]={}),s.default[t][r]=e,["token","register","city","trip-with-hash"].includes(t)||console.warn("core.cache: This dataKey did not cache.",t)}catch(e){console.error("core.cache: Error",e)}}},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.topTensConcatOne=t.reactionConcatOne=t.reactionCached=t.reservationConcatOne=t.reservationCached=t.companionConcatOne=t.companionCached=t.favoriteConcatOne=t.favoriteCached=t.stepDeleted=t.stepUpdated=t.stepAdded=t.planUpdated=t.tripsConcatOne=t.tripCached=t.tripRefsConcatOne=t.tripRefCached=t.questionsConcat=t.questionCached=t.autoCompleteTagsConcat=t.poisConcat=t.poiCached=t.citiesEventsConcat=t.citiesInfoConcat=t.cityInfoCached=t.citiesConcat=t.cityCached=void 0;const n=r(24),i=(e,t)=>e.find(e=>e.id===t),a=(e,t,r=!0)=>{const i=n.helper.deepCopy(e),a=i.findIndex(e=>e.id===t.id);return-1===a?r?i.push(t):i.splice(0,0,t):i[a]=t,i};t.cityCached=(e,t)=>i(e,t);t.citiesConcat=(e,t,r)=>{const n={...e};let i=[...n[t]||[]];return r.forEach(e=>{i=a(i,e)}),n[t]=i,n};t.cityInfoCached=(e,t)=>i(e,t);t.citiesInfoConcat=(e,t,r)=>{const n={...e};let i=[...n[t]||[]];return i=a(i,r),n[t]=i,n};t.citiesEventsConcat=(e,t,r,i)=>{const a=n.helper.deepCopy(e),s=a[t]||[],o=s.find(e=>e.cityId===r);return o?o.events=[...o.events,...i]:s.push({cityId:r,events:i}),a[t]=s,a};t.poiCached=(e,t)=>i(e,t);t.poisConcat=(e,t,r,n,i)=>{const a={...e},s=[...a[t]||[]];let o=s.find(e=>e.showOffersOnly===n&&e.showBookingsOnly===i);return o||(o={showOffersOnly:n,showBookingsOnly:i,pois:[]},s.push(o)),o.pois=r.reduce((e,t)=>{const r=e.findIndex(e=>e.id===t.id);return-1!==r?e[r]=t:e.push(t),e},o.pois),a[t]=s,a};t.autoCompleteTagsConcat=(e,t,r)=>{const n={...e};let i=[...n[t]||[]];return r.forEach(e=>{i=a(i,e)}),n[t]=i,n};t.questionCached=(e,t)=>i(e,t);t.questionsConcat=(e,t,r)=>{const n={...e};let i=[...n[t]||[]];return r.forEach(e=>{i=a(i,e)}),n[t]=i,n};t.tripRefCached=(e,t)=>i(e,t);t.tripRefsConcatOne=(e,t)=>a(e,t,!1);t.tripCached=(e,t)=>i(e,t);t.tripsConcatOne=(e,t,r)=>{const i=n.helper.deepCopy(e);let s=[...i[t]||[]];return s=a(s,r),i[t]=s,i};t.planUpdated=(e,t)=>{if(!t)return;const r=n.helper.deepCopy(t),i=r.plans.findIndex(t=>t.id===e.id);return i>-1?(r.plans[i]={...e},r):void 0};t.stepAdded=(e,t,r)=>{if(!r)return;const i=n.helper.deepCopy(r),a=i.plans.findIndex(t=>t.id===e);if(-1===a)return;const s=n.helper.deepCopy(i.plans[a].steps);s.splice(t.order,0,t);for(let e=0;e<s.length;e+=1)s[e].order=e;return i.plans[a].steps=s,i};t.stepUpdated=(e,t)=>{if(!t)return;const r=n.helper.deepCopy(t);let i=!1;for(let a=0;a<t.plans.length;a+=1){const s=t.plans[a].steps.findIndex(t=>t.id===e.id);if(s>-1){i=!0;const o=n.helper.deepCopy(t.plans[a].steps);o.splice(s,1),o.splice(e.order,0,e);for(let e=0;e<o.length;e+=1)o[e].order=e;r.plans[a].steps=o;break}}return i||console.error("cacheHelper.stepUpdated error. stepId could not find in trip plans",r,e),r};t.stepDeleted=(e,t)=>{if(!t)return;const r=n.helper.deepCopy(t);let i=!1;for(let a=0;a<t.plans.length;a+=1){if(t.plans[a].steps.findIndex(t=>t.id===e)>-1){i=!0;const s=[],o=n.helper.deepCopy(t.plans[a].steps.filter(t=>t.id!==e));for(let e=0;e<o.length;e+=1)s.push(o[e]),s[e].order=e;r.plans[a].steps=s;break}}return!1===i&&console.error("cacheHelper.stepDeleted error. Deleted step id could not find in trip plans",r,e),r};t.favoriteCached=(e,t)=>i(e,t);t.favoriteConcatOne=(e,t,r,n)=>{var i;const s={...e},o=null===(i=s[t])||void 0===i?void 0:i.find(e=>e.cityId===r);return o?o.favoritePois=a(o.favoritePois,n):(s[t]||(s[t]=[]),s[t].push({cityId:r,favoritePois:[n]})),s};t.companionCached=(e,t)=>i(e,t);t.companionConcatOne=(e,t,r)=>{const n={...e};let i=[...n[t]||[]];return i=a(i,r,!1),n[t]=i,n};t.reservationCached=(e,t)=>i(e,t);t.reservationConcatOne=(e,t,r)=>{const n={...e};let i=[...n[t]||[]];return i=a(i,r,!0),n[t]=i,n};t.reactionCached=(e,t)=>i(e,t);t.reactionConcatOne=(e,t,r,n)=>{var i;const s={...e},o=null===(i=s[t])||void 0===i?void 0:i.find(e=>e.tripHash===r);return o?o.userReactions=a(o.userReactions,n):(s[t]||(s[t]=[]),s[t].push({tripHash:r,userReactions:[n]})),s};t.topTensConcatOne=(e,t,r,n)=>{var i;const a={...e},s=null===(i=a[t])||void 0===i?void 0:i.find(e=>e.cityId===r);return s?s.topTen=n:(a[t]||(a[t]=[]),a[t].push({cityId:r,topTen:n})),a},t.default={citiesConcat:t.citiesConcat,poisConcat:t.poisConcat,questionsConcat:t.questionsConcat,tripRefsConcatOne:t.tripRefsConcatOne,tripsConcatOne:t.tripsConcatOne,companionConcatOne:t.companionConcatOne,stepDeleted:t.stepDeleted,planUpdated:t.planUpdated,reservationConcatOne:t.reservationConcatOne,reactionConcatOne:t.reactionConcatOne,favoriteConcatOne:t.favoriteConcatOne,stepUpdated:t.stepUpdated,stepAdded:t.stepAdded,autoCompleteTagsConcat:t.autoCompleteTagsConcat,topTensConcatOne:t.topTensConcatOne}},function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&n(t,e,r);return i(t,e),t},s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const o=a(r(24)),d=s(r(38)),u=s(r(16));class h{}h.cities=e=>{var t;return null===(t=u.default.cities)||void 0===t?void 0:t[e]},h.city=(e,t)=>{var r,n;return null===(n=null===(r=u.default.cities)||void 0===r?void 0:r[e])||void 0===n?void 0:n.find(e=>e.id===t)},h.cityInfo=(e,t)=>{var r,n;return null===(n=null===(r=u.default.citiesInfo)||void 0===r?void 0:r[e])||void 0===n?void 0:n.find(e=>e.id===t.toString())},h.citiesEvents=(e,t)=>{var r,n;const i=null===(n=null===(r=u.default.citiesEvents)||void 0===r?void 0:r[e])||void 0===n?void 0:n.find(e=>e.cityId===t);return null==i?void 0:i.events},h.feedbacks=e=>{var t;return null===(t=u.default.feedbacks)||void 0===t?void 0:t[e]},h.userFeedbacks=e=>{var t;return null===(t=u.default.userFeedbacks)||void 0===t?void 0:t[e]},h.poiCategories=e=>{var t;return null===(t=u.default.poiCategoryResponse)||void 0===t?void 0:t[e]},h.autoCompleteTagsAll=(e,t,r)=>{var n,i;const a=r.split(",").map(Number),s=null===(i=null===(n=u.default.autoCompleteTagsAll)||void 0===n?void 0:n[e])||void 0===i?void 0:i.find(e=>e.cityId===t&&o.helper.arraysEqual(e.poiCategories,a));if(s)return s.tags},h.poi=(e,t)=>{var r;const n=null===(r=u.default.pois)||void 0===r?void 0:r[e];if(n)for(const e of n){const r=e.pois.find(e=>e.id===t);if(r)return r}},h.pois=(e,t,r)=>{var n,i,a;if(0===r.length)return;const s=null===(a=null===(i=null===(n=u.default.pois)||void 0===n?void 0:n[e])||void 0===i?void 0:i.find(e=>e.showOffersOnly===t))||void 0===a?void 0:a.pois.filter(e=>r.includes(e.id));return(null==s?void 0:s.length)===r.length?s:void 0},h.poisAll=(e,t,r,n,i)=>{var a,s;const d=r.split(",").map(Number),h=null===(s=null===(a=u.default.poisAll)||void 0===a?void 0:a[e])||void 0===s?void 0:s.find(e=>e.cityId===t&&o.helper.arraysEqual(e.poiCategories,d)&&e.showOffersOnly===n&&e.showBookingsOnly===i);if(h)return h.pois},h.user=()=>u.default.user,h.favorites=(e,t)=>{var r,n,i,a,s,o;return void 0===t&&(t=null===(i=null===(n=null===(r=u.default.trip)||void 0===r?void 0:r[e])||void 0===n?void 0:n.city)||void 0===i?void 0:i.id),null===(o=null===(s=null===(a=u.default.favorites)||void 0===a?void 0:a[e])||void 0===s?void 0:s.find(e=>e.cityId===t))||void 0===o?void 0:o.favoritePois},h.companions=e=>{var t;return null===(t=u.default.companions)||void 0===t?void 0:t[e]},h.reservations=e=>{var t;return null===(t=u.default.reservations)||void 0===t?void 0:t[e]},h.userReactions=(e,t)=>{var r,n,i,a,s;const o=t||(null===(n=null===(r=u.default.trip)||void 0===r?void 0:r[e])||void 0===n?void 0:n.tripHash);if(o)return null===(s=null===(a=null===(i=u.default.userReactions)||void 0===i?void 0:i[e])||void 0===a?void 0:a.find(e=>e.tripHash===o))||void 0===s?void 0:s.userReactions},h.questions=(e,t)=>{var r,n,i;let a=[];switch(t){case`${d.default.QUESTIONS.DATA_KEY}-${o.default.QUESTIONS_CATEGORY.TRIP}`:a=(null===(r=u.default.questionsTrip)||void 0===r?void 0:r[e])||[];break;case`${d.default.QUESTIONS.DATA_KEY}-${o.default.QUESTIONS_CATEGORY.PROFILE}`:a=(null===(n=u.default.questionsProfile)||void 0===n?void 0:n[e])||[];break;case`${d.default.QUESTIONS.DATA_KEY}-${o.default.QUESTIONS_CATEGORY.COMPANION}`:a=(null===(i=u.default.questionsCompanion)||void 0===i?void 0:i[e])||[]}if(0!==a.length)return a},h.tripRefs=()=>u.default.tripRefs,h.tripSavedRefs=()=>u.default.tripSavedRefs,h.tripRef=e=>{var t;return null===(t=u.default.tripRefs)||void 0===t?void 0:t.find(t=>t.tripHash===e)},h.trip=(e,t,r)=>{var n,i;const a=null===(i=null===(n=u.default.trips)||void 0===n?void 0:n[e])||void 0===i?void 0:i.find(e=>e.tripHash===t);if(a){const t=a.plans.length-1<r?a.plans.length-1:r;if(0!==a.plans[t].generatedStatus){const t=o.helper.deepCopy(a);return u.default.trip={...u.default.trip,[e]:t},a}}},h.plan=(e,t)=>{var r,n;return null===(n=null===(r=u.default.trip)||void 0===r?void 0:r[e])||void 0===n?void 0:n.plans.find(e=>e.id===t)},h.topTen=(e,t)=>{var r,n,i;return null===(i=null===(n=null===(r=u.default.topTens)||void 0===r?void 0:r[e])||void 0===n?void 0:n.find(e=>e.cityId===t))||void 0===i?void 0:i.topTen},t.default=h},function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.allQuestionsData=void 0;const i=n(r(16));t.allQuestionsData=e=>{i.default.questions||(i.default.questions={}),i.default.questionsTrip||(i.default.questionsTrip={}),i.default.questionsProfile||(i.default.questionsProfile={}),i.default.questionsCompanion||(i.default.questionsCompanion={}),i.default.questions[e]=(i.default.questionsTrip[e]||[]).concat(i.default.questionsProfile[e]||[]).concat(i.default.questionsCompanion[e]||[])}},function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const i=n(r(16));t.default=()=>{i.default.initialised=!1,i.default.hasError=!1,i.default.errors=[],i.default.logs=[],i.default.configList=void 0,i.default.cities={},i.default.citiesInfo={},i.default.citiesEvents={},i.default.feedbacks={},i.default.userFeedbacks={},i.default.poiCategoryResponse={},i.default.pois={},i.default.questions={},i.default.questionsTrip={},i.default.questionsProfile={},i.default.questionsCompanion={},i.default.topTens={},i.default.user=void 0,i.default.favorites={},i.default.companions={},i.default.reservations={},i.default.userReactions={},i.default.tripRefs=void 0,i.default.tripSavedRefs=void 0,i.default.trips={},i.default.trip={},i.default.poisAll={},i.default.autoCompleteTags={},i.default.autoCompleteTagsAll={}}},function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const i=n(r(11)),a=r(197),s={en:"en_US",fr:"fr_FR",es:"es_ES",pt:"pt_PT",de:"de_DE",nl:"nl_NL"};function o(e){return s[e]||"en_US"}t.default=class{constructor(e,t,r,n,s){this.urlBuilder=(e,t)=>{const r=this.proxyURL+"?url=";let n=`${this.apiUrl}${e}`;Object.entries(t).forEach(([e,t],r)=>{n+=0===r?"?":"&",n+=`${e}=${t}`});return r+btoa(n)},this.business=async e=>{const t=this.sandbox?"rC5mIHMNF5C1Jtpb2obSkA":e,r=this.urlBuilder("/businesses/"+t,{});return this.axios.get(r,{headers:{"Accept-Language":o(this.lang)}}).then(e=>e.data).catch(t=>(0,a.handleHttpResponseError)(t,"yelp-business",e))},this.openings=async e=>{const t=this.sandbox?"rC5mIHMNF5C1Jtpb2obSkA":e.businessId,r=this.urlBuilder(`/bookings/${t}/openings`,{date:e.date,time:e.time,covers:e.covers});return this.axios.get(r,{headers:{"Accept-Language":o(this.lang)}}).then(e=>e.data).catch(t=>(0,a.handleHttpResponseError)(t,"yelp-opening",e))},this.hold=async e=>{const t=this.sandbox?"rC5mIHMNF5C1Jtpb2obSkA":e.businessId,r=`${this.proxyURL}?url=${btoa(`${this.apiUrl}/bookings/${t}/holds`)}`,n=new URLSearchParams({covers:e.covers.toString(),date:e.date,time:e.time,unique_id:e.uniqueId});return this.axios.post(r,n,{headers:{"Content-Type":"application/x-www-form-urlencoded","Accept-Language":o(this.lang)}}).then(e=>e.data).catch(t=>(0,a.handleHttpResponseError)(t,"yelp-hold",e))},this.reservationStatus=async e=>this.axios.get(`/bookings/reservation/${e}/status`,{headers:{"Content-Type":"application/x-www-form-urlencoded","Accept-Language":o(this.lang)}}).then(e=>e.data).catch(t=>{var r,n,i,s,o,d;return t.response&&(null===(r=t.response)||void 0===r?void 0:r.data)&&(null===(i=null===(n=t.response)||void 0===n?void 0:n.data)||void 0===i?void 0:i.error)&&"RESERVATION_CANCELED"===(null===(d=null===(o=null===(s=t.response)||void 0===s?void 0:s.data)||void 0===o?void 0:o.error)||void 0===d?void 0:d.code)?{active:!1,covers:0,date:"",time:""}:(0,a.handleHttpResponseError)(t,"yelp-reservationStatus",e)}),this.reservationCancel=async e=>this.axios.post(`/bookings/reservation/${e}/cancel`,{headers:{"Content-Type":"application/x-www-form-urlencoded","Accept-Language":o(this.lang)}}).then(e=>e.data).catch(t=>(0,a.handleHttpResponseError)(t,"yelp-reservationCancel",e)),this.reservation=async e=>{const t=this.sandbox?"rC5mIHMNF5C1Jtpb2obSkA":e.businessId,r=`${this.proxyURL}?url=${btoa(`${this.apiUrl}/bookings/${t}/reservations`)}`,n=new URLSearchParams({time:e.time,date:e.date,covers:e.covers.toString(),first_name:e.firstName,last_name:e.lastName,phone:e.phone,email:e.email,unique_id:e.uniqueId,hold_id:e.holdId});return this.axios.post(r,n,{headers:{"Content-Type":"application/x-www-form-urlencoded","Accept-Language":o(this.lang)}}).then(e=>e.data).catch(t=>(0,a.handleHttpResponseError)(t,"yelp-reservation",e))},this.proxyURL=n,this.apiUrl=e,this.sandbox=r,this.axios=i.default.create(),this.axios.defaults.baseURL=`${this.proxyURL}?url=${e}`,this.axios.defaults.headers.common.authorization="Bearer "+t,this.axios.defaults.timeout=3e4,this.lang=s}}},function(e,t,r){"use strict";var n=r(6),i=r(198),a=r(275),s=r(205);var o=function e(t){var r=new a(t),o=i(a.prototype.request,r);return n.extend(o,a.prototype,r),n.extend(o,r),o.create=function(r){return e(s(t,r))},o}(r(39));o.Axios=a,o.CanceledError=r(31),o.CancelToken=r(289),o.isCancel=r(204),o.VERSION=r(206).version,o.toFormData=r(201),o.AxiosError=r(17),o.Cancel=o.CanceledError,o.all=function(e){return Promise.all(e)},o.spread=r(290),o.isAxiosError=r(291),e.exports=o,e.exports.default=o},function(e,t,r){"use strict";var n=r(6),i=r(199),a=r(276),s=r(277),o=r(205),d=r(203),u=r(288),h=u.validators;function c(e){this.defaults=e,this.interceptors={request:new a,response:new a}}c.prototype.request=function(e,t){"string"==typeof e?(t=t||{}).url=e:t=e||{},(t=o(this.defaults,t)).method?t.method=t.method.toLowerCase():this.defaults.method?t.method=this.defaults.method.toLowerCase():t.method="get";var r=t.transitional;void 0!==r&&u.assertOptions(r,{silentJSONParsing:h.transitional(h.boolean),forcedJSONParsing:h.transitional(h.boolean),clarifyTimeoutError:h.transitional(h.boolean)},!1);var n=[],i=!0;this.interceptors.request.forEach((function(e){"function"==typeof e.runWhen&&!1===e.runWhen(t)||(i=i&&e.synchronous,n.unshift(e.fulfilled,e.rejected))}));var a,d=[];if(this.interceptors.response.forEach((function(e){d.push(e.fulfilled,e.rejected)})),!i){var c=[s,void 0];for(Array.prototype.unshift.apply(c,n),c=c.concat(d),a=Promise.resolve(t);c.length;)a=a.then(c.shift(),c.shift());return a}for(var l=t;n.length;){var f=n.shift(),_=n.shift();try{l=f(l)}catch(e){_(e);break}}try{a=s(l)}catch(e){return Promise.reject(e)}for(;d.length;)a=a.then(d.shift(),d.shift());return a},c.prototype.getUri=function(e){e=o(this.defaults,e);var t=d(e.baseURL,e.url);return i(t,e.params,e.paramsSerializer)},n.forEach(["delete","get","head","options"],(function(e){c.prototype[e]=function(t,r){return this.request(o(r||{},{method:e,url:t,data:(r||{}).data}))}})),n.forEach(["post","put","patch"],(function(e){function t(t){return function(r,n,i){return this.request(o(i||{},{method:e,headers:t?{"Content-Type":"multipart/form-data"}:{},url:r,data:n}))}}c.prototype[e]=t(),c.prototype[e+"Form"]=t(!0)})),e.exports=c},function(e,t,r){"use strict";var n=r(6);function i(){this.handlers=[]}i.prototype.use=function(e,t,r){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!r&&r.synchronous,runWhen:r?r.runWhen:null}),this.handlers.length-1},i.prototype.eject=function(e){this.handlers[e]&&(this.handlers[e]=null)},i.prototype.forEach=function(e){n.forEach(this.handlers,(function(t){null!==t&&e(t)}))},e.exports=i},function(e,t,r){"use strict";var n=r(6),i=r(278),a=r(204),s=r(39),o=r(31);function d(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new o}e.exports=function(e){return d(e),e.headers=e.headers||{},e.data=i.call(e,e.data,e.headers,e.transformRequest),e.headers=n.merge(e.headers.common||{},e.headers[e.method]||{},e.headers),n.forEach(["delete","get","head","post","put","patch","common"],(function(t){delete e.headers[t]})),(e.adapter||s.adapter)(e).then((function(t){return d(e),t.data=i.call(e,t.data,t.headers,e.transformResponse),t}),(function(t){return a(t)||(d(e),t&&t.response&&(t.response.data=i.call(e,t.response.data,t.response.headers,e.transformResponse))),Promise.reject(t)}))}},function(e,t,r){"use strict";var n=r(6),i=r(39);e.exports=function(e,t,r){var a=this||i;return n.forEach(r,(function(r){e=r.call(a,e,t)})),e}},function(e,t,r){"use strict";var n=r(6);e.exports=function(e,t){n.forEach(e,(function(r,n){n!==t&&n.toUpperCase()===t.toUpperCase()&&(e[t]=r,delete e[n])}))}},function(e,t,r){"use strict";var n=r(17);e.exports=function(e,t,r){var i=r.config.validateStatus;r.status&&i&&!i(r.status)?t(new n("Request failed with status code "+r.status,[n.ERR_BAD_REQUEST,n.ERR_BAD_RESPONSE][Math.floor(r.status/100)-4],r.config,r.request,r)):e(r)}},function(e,t,r){"use strict";var n=r(6);e.exports=n.isStandardBrowserEnv()?{write:function(e,t,r,i,a,s){var o=[];o.push(e+"="+encodeURIComponent(t)),n.isNumber(r)&&o.push("expires="+new Date(r).toGMTString()),n.isString(i)&&o.push("path="+i),n.isString(a)&&o.push("domain="+a),!0===s&&o.push("secure"),document.cookie=o.join("; ")},read:function(e){var t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}},function(e,t,r){"use strict";e.exports=function(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}},function(e,t,r){"use strict";e.exports=function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}},function(e,t,r){"use strict";var n=r(6),i=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];e.exports=function(e){var t,r,a,s={};return e?(n.forEach(e.split("\n"),(function(e){if(a=e.indexOf(":"),t=n.trim(e.substr(0,a)).toLowerCase(),r=n.trim(e.substr(a+1)),t){if(s[t]&&i.indexOf(t)>=0)return;s[t]="set-cookie"===t?(s[t]?s[t]:[]).concat([r]):s[t]?s[t]+", "+r:r}})),s):s}},function(e,t,r){"use strict";var n=r(6);e.exports=n.isStandardBrowserEnv()?function(){var e,t=/(msie|trident)/i.test(navigator.userAgent),r=document.createElement("a");function i(e){var n=e;return t&&(r.setAttribute("href",n),n=r.href),r.setAttribute("href",n),{href:r.href,protocol:r.protocol?r.protocol.replace(/:$/,""):"",host:r.host,search:r.search?r.search.replace(/^\?/,""):"",hash:r.hash?r.hash.replace(/^#/,""):"",hostname:r.hostname,port:r.port,pathname:"/"===r.pathname.charAt(0)?r.pathname:"/"+r.pathname}}return e=i(window.location.href),function(t){var r=n.isString(t)?i(t):t;return r.protocol===e.protocol&&r.host===e.host}}():function(){return!0}},function(e,t,r){"use strict";e.exports=function(e){var t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}},function(e,t){e.exports=null},function(e,t,r){"use strict";var n=r(206).version,i=r(17),a={};["object","boolean","number","function","string","symbol"].forEach((function(e,t){a[e]=function(r){return typeof r===e||"a"+(t<1?"n ":" ")+e}}));var s={};a.transitional=function(e,t,r){function a(e,t){return"[Axios v"+n+"] Transitional option '"+e+"'"+t+(r?". "+r:"")}return function(r,n,o){if(!1===e)throw new i(a(n," has been removed"+(t?" in "+t:"")),i.ERR_DEPRECATED);return t&&!s[n]&&(s[n]=!0,console.warn(a(n," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(r,n,o)}},e.exports={assertOptions:function(e,t,r){if("object"!=typeof e)throw new i("options must be an object",i.ERR_BAD_OPTION_VALUE);for(var n=Object.keys(e),a=n.length;a-- >0;){var s=n[a],o=t[s];if(o){var d=e[s],u=void 0===d||o(d,s,e);if(!0!==u)throw new i("option "+s+" must be "+u,i.ERR_BAD_OPTION_VALUE)}else if(!0!==r)throw new i("Unknown option "+s,i.ERR_BAD_OPTION)}},validators:a}},function(e,t,r){"use strict";var n=r(31);function i(e){if("function"!=typeof e)throw new TypeError("executor must be a function.");var t;this.promise=new Promise((function(e){t=e}));var r=this;this.promise.then((function(e){if(r._listeners){var t,n=r._listeners.length;for(t=0;t<n;t++)r._listeners[t](e);r._listeners=null}})),this.promise.then=function(e){var t,n=new Promise((function(e){r.subscribe(e),t=e})).then(e);return n.cancel=function(){r.unsubscribe(t)},n},e((function(e){r.reason||(r.reason=new n(e),t(r.reason))}))}i.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},i.prototype.subscribe=function(e){this.reason?e(this.reason):this._listeners?this._listeners.push(e):this._listeners=[e]},i.prototype.unsubscribe=function(e){if(this._listeners){var t=this._listeners.indexOf(e);-1!==t&&this._listeners.splice(t,1)}},i.source=function(){var e;return{token:new i((function(t){e=t})),cancel:e}},e.exports=i},function(e,t,r){"use strict";e.exports=function(e){return function(t){return e.apply(null,t)}}},function(e,t,r){"use strict";var n=r(6);e.exports=function(e){return n.isObject(e)&&!0===e.isAxiosError}},function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const i=n(r(11)),a=r(293),s=r(294);t.default=class{constructor(e,t,r,n,o,d="USD"){this.categories=async(e=10)=>{const t=btoa(`${this.apiUrl}/categories?cnt_language=${this.lang}&currency=${this.currency}&limit=${e}`);return this.axios.get(`${this.proxyURL}?url=${t}`).then(e=>e.data.data.categories).catch(e=>(0,s.handleHttpResponseErrorForGyg)(e,"gyg-categories"))},this.category=async e=>{const t=btoa(`${this.apiUrl}/categories/${e}?cnt_language=${this.lang}&currency=${this.currency}`);return this.axios.get(`${this.proxyURL}?url=${t}`).then(e=>e.data.data.categories[0]).catch(t=>(0,s.handleHttpResponseErrorForGyg)(t,"gyg-category",e))},this.defaultTours=async(e,t,r=20,n,i,a=50,s="full")=>{const o=btoa(`${this.apiUrl}/tours?preformatted=${s}&limit=${a}&cnt_language=${this.lang}&currency=${this.currency}&q=${encodeURIComponent(e)}${t?`&coordinates[]=${t.lat}&coordinates[]=${t.lng}&coordinates[]=${r}`:""}${i?"&categories[]="+i.join(","):""}${n?`&date[]=${n.start}&date[]=${n.end}&duration[]=1440`:""}`);return this.axios.get(`${this.proxyURL}?url=${o}`)},this.ticketTours=async(e,t,r=20,n,i=[123],a=50,s="full")=>{const o=btoa(`${this.apiUrl}/tours?preformatted=${s}&limit=${a}&cnt_language=${this.lang}&currency=${this.currency}&q=${e}${t?`&coordinates[]=${t.lat}&coordinates[]=${t.lng}&coordinates[]=${r}`:""}${i?"&categories[]="+i.join(","):""}${n?`&date[]=${n.start}&date[]=${n.end}`:""}`);return this.axios.get(`${this.proxyURL}?url=${o}`)},this.toursAll=async(e,t,r=20,n,i=50,o,d=a.uniqueTour,u="full")=>Promise.all([this.defaultTours(e,t,r,n,o,i,u),this.ticketTours(e,t,r,n,void 0,i,u)]).then(e=>{const t=e[0].data.data.tours,r=e[1].data.data.tours,n=t.map(e=>e.tour_id),i=[...t,...r.filter(e=>!n.includes(e.tour_id))],s=[];a.titleCategoryIds.forEach(e=>{s.push({title:e.title,items:[]})}),i.forEach(e=>{let t=!1;a.titleCategoryIds.forEach((r,n)=>{t&&d||e.categories.findIndex(e=>r.categoryIds.includes(e.category_id))>-1&&(s[n].items.push(e),t=!0)})});return s.filter(e=>0!==e.items.length).map(e=>({title:e.title,items:e.items.sort((e,t)=>t.number_of_ratings-e.number_of_ratings)}))}).catch(t=>(0,s.handleHttpResponseErrorForGyg)(t,"gyg-tours",e)),this.tours=async(e,t,r=20,n,i,o=a.uniqueTour,d=50,u="full")=>{const h=btoa(`${this.apiUrl}/tours?preformatted=${u}&limit=${d}&cnt_language=${this.lang}&currency=${this.currency}&q=${e}\n ${t?`&coordinates[]=${t.lat}&coordinates[]=${t.lng}&coordinates[]=${r}`:""}${i?"&categories[]="+(null==i?void 0:i.join(",")):""} ${n?`&date[]=${n.start}&date[]=${n.end}&duration[]=1440`:""}`);return this.axios.get(`${this.proxyURL}?url=${h}`).then(e=>{const t=[],r=e.data.data.tours;a.titleCategoryIds.forEach(e=>{t.push({title:e.title,items:[]})}),r.forEach(e=>{let r=!1;a.titleCategoryIds.forEach((n,i)=>{r&&o||e.categories.findIndex(e=>n.categoryIds.includes(e.category_id))>-1&&(t[i].items.push(e),r=!0)})});return t.filter(e=>0!==e.items.length).map(e=>({title:e.title,items:e.items.sort((e,t)=>t.number_of_ratings-e.number_of_ratings)}))}).catch(t=>(0,s.handleHttpResponseErrorForGyg)(t,"gyg-tours",e))},this.tour=async(e,t="full")=>{const r=btoa(`${this.apiUrl}/tours/${e}?cnt_language=${this.lang}&currency=${this.currency}&preformatted=${t}`);return this.axios.get(`${this.proxyURL}?url=${r}`).then(e=>e.data.data.tours[0]).catch(t=>(0,s.handleHttpResponseErrorForGyg)(t,"gyg-tour",e))},this.tourOptions_1=async e=>{const t=btoa(`${this.apiUrl}/tours/${e}/options?cnt_language=${this.lang}&currency=${this.currency}`);return this.axios.get(`${this.proxyURL}?url=${t}`).then(e=>{if(e.data.data&&e.data.data.tour_options)return e.data.data.tour_options;throw"Tour is not available for now"}).catch(t=>(0,s.handleHttpResponseErrorForGyg)(t,"gyg-tour-options",e))},this.optionAvailabilities_2=async(e,t,r)=>{const n=btoa(`${this.apiUrl}/options/${e}/availabilities?cnt_language=${this.lang}&currency=${this.currency}&date[]=${t}${r?"&date[]="+r:""}`);return this.axios.get(`${this.proxyURL}?url=${n}`).then(e=>e.data.data.availabilities).catch(t=>(0,s.handleHttpResponseErrorForGyg)(t,"gyg-tour-option-availabilities",e))},this.optionPricings_3=async e=>{const t=btoa(`${this.apiUrl}/options/${e}/pricings?cnt_language=${this.lang}&currency=${this.currency}`);return this.axios.get(`${this.proxyURL}?url=${t}`).then(e=>e.data.data.pricing).catch(t=>(0,s.handleHttpResponseErrorForGyg)(t,"gyg-tour-option-pricings",e))},this.tourDataEx=async(e,t,r)=>{const n={tour:await this.tour(e),availableDates:[],formPersonsCategories:[],options:[]},i=await this.tourOptions_1(e);if(0===i.length)return n;for(let e=0;e<i.length;e++){const a=i[e],s=await this.optionAvailabilities_2(a.option_id,t,r);if(0===s.length)continue;const o=await this.optionPricings_3(a.option_id),d=[];s.forEach((e,t)=>{const r=o.find(t=>t.pricing_id===e.pricing_id);if(r){const i={availability_id:10*a.option_id+t,...e,...r};d.push(i);const s=i.start_time.split("T")[0];n.availableDates.includes(s)||n.availableDates.push(s)}});const u={...a,availabilities:d};n.options.push(u)}return n.options.length>0&&n.options[0].availabilities.length>0&&(n.formPersonsCategories=n.options[0].availabilities[0].categories.map(e=>{const t={id:e.id,name:e.name,min_age:e.min_age,max_age:e.max_age,addon:e.addon,stand_alone:e.stand_alone};return"Group"===t.name&&(t.name="Participants"),void 0===t.min_age&&(t.min_age=0),void 0===t.max_age&&(t.max_age=99),t})),n},this.tourAvailabilities=async(e,t,r)=>{const n=btoa(`${this.apiUrl}/tours/${e}/availabilities?cnt_language=${this.lang}&currency=${this.currency}&date[]=${t}&date[]=${r}`);return this.axios.get(`${this.proxyURL}?url=${n}`).then(e=>e.data.data.availabilities).catch(t=>(0,s.handleHttpResponseErrorForGyg)(t,"gyg-tour-availabilities",e))},this.options=async e=>{const t=btoa(`${this.apiUrl}/tours/${e}/options?cnt_language=${this.lang}&currency=${this.currency}`);return this.axios.get(`${this.proxyURL}?url=${t}`).then(e=>e.data.data.tour_options).catch(t=>(0,s.handleHttpResponseErrorForGyg)(t,"gyg-tour-options",e))},this.optionAvailabilities=async(e,t,r)=>{const n=btoa(`${this.apiUrl}/options/${e}/availabilities?cnt_language=${this.lang}&currency=${this.currency}&date[]=${t}${r?"&date[]="+r:""}`);return this.axios.get(`${this.proxyURL}?url=${n}`).then(e=>e.data.data.availabilities).catch(t=>(0,s.handleHttpResponseErrorForGyg)(t,"gyg-tour-option-availabilities",e))},this.optionPricings=async e=>{const t=btoa(`${this.apiUrl}/options/${e}/pricings?cnt_language=${this.lang}&currency=${this.currency}`);return this.axios.get(`${this.proxyURL}?url=${t}`).then(e=>e.data.data.pricing[0]).catch(t=>(0,s.handleHttpResponseErrorForGyg)(t,"gyg-tour-option-pricings",e))},this.tourAvailabilitiy=async e=>{const t=btoa(`${this.apiUrl}/tours/${e}/availability?cnt-language=${this.lang}`);return this.axios.get(`${this.proxyURL}?url=${t}`).then(e=>e.data).catch(t=>(0,s.handleHttpResponseErrorForGyg)(t,"gyg-tour-availabilities",e))},this.tourOptions=async(e,t,r,n=10)=>{const i=btoa(`${this.apiUrl}/tours/${e}/options?cnt_language=${this.lang}&currency=${this.currency}&date[]=${t}${r?"&date[]="+r:""}&limit=${n}`);return this.axios.get(`${this.proxyURL}?url=${i}`).then(e=>e.data).catch(t=>(0,s.handleHttpResponseErrorForGyg)(t,"gyg-tour-availabilities",e))},this.tourPriceBreakdown=async(e,t)=>{const r=btoa(`${this.apiUrl}/tours/${e}/price-breakdown`);return this.axios.post(`${this.proxyURL}?url=${r}`,t).then(e=>e.data).catch(t=>(0,s.handleHttpResponseErrorForGyg)(t,"gyg-tour-options",e))},this.tourData=async e=>({tour:await this.tour(e),availability:await this.tourAvailabilitiy(e)}),this.bookingAdd=async e=>{const t=btoa(this.apiUrl+"/bookings");return this.axios.post(`${this.proxyURL}?url=${t}`,e).then(e=>e.data).catch(t=>(0,s.handleHttpResponseErrorForGyg)(t,"gyg-tour-booking-add",e.data.booking.bookable.option_id))},this.booking=async e=>{const t=btoa(`${this.apiUrl}/bookings/${e}?cnt_language=${this.lang}&currency=${this.currency}`);return this.axios.get(`${this.proxyURL}?url=${t}`).then(e=>e.data.data.booking).catch(t=>(0,s.handleHttpResponseErrorForGyg)(t,"gyg-tour-bookings",e))},this.bookingDelete=async e=>{const t=btoa(`${this.apiUrl}/bookings/${e}?cnt_language=${this.lang}&currency=${this.currency}`);return this.axios.delete(`${this.proxyURL}?url=${t}`).then(e=>e.data.data.bookings).catch(t=>(0,s.handleHttpResponseErrorForGyg)(t,"gyg-tour-booking-delete",e))},this.cartAdd=async e=>{const t=btoa(this.apiUrl+"/carts");return this.axios.post(`${this.proxyURL}?url=${t}`,e,{headers:{Accept:"application/json","Content-Type":"application/json"}}).then(e=>e.data.data).catch(t=>(0,s.handleHttpResponseErrorForGyg)(t,"gyg-tour-booking-cart",e.data.shopping_cart.shopping_cart_id))},this.cart=async e=>{const t=btoa(`${this.apiUrl}/carts/${e}?cnt_language=${this.lang}&currency=${this.currency}`);return this.axios.get(`${this.proxyURL}?url=${t}`).then(e=>e.data.data).catch(t=>(0,s.handleHttpResponseErrorForGyg)(t,"gyg-cart",e))},this.paymentConfiguration=async(e="US")=>{const t=btoa(`${this.apiUrl}/configuration/payment?cnt_language=${this.lang}&currency=${this.currency}&country=${e}`);return this.axios.get(`${this.proxyURL}?url=${t}`).then(e=>e.data.data.payment_methods).catch(e=>(0,s.handleHttpResponseErrorForGyg)(e,"gyg-tour-payment-configuration"))},this.proxyURL=n,this.sandbox=r,this.apiUrl=e,this.axios=i.default.create(),this.axios.defaults.baseURL=`${this.proxyURL}?url=${e}`,this.axios.defaults.headers.common["X-ACCESS-TOKEN"]=t,this.axios.defaults.timeout=6e4,this.lang=o,this.currency=d}}},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.titleCategoryIds=t.uniqueTour=void 0;t.uniqueTour=!1;t.titleCategoryIds=[{title:"Adventure",categoryIds:[35]},{title:"Food",categoryIds:[103]},{title:"Culture and History",categoryIds:[27]},{title:"Sightseeing",categoryIds:[2]},{title:"Art and Museums",categoryIds:[28]},{title:"Local and Neighborhood",categoryIds:[21]}]},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.handleHttpResponseErrorForGyg=void 0;t.handleHttpResponseErrorForGyg=(e,t,r)=>{let n="";if(e.response)if(e.response.data)if(e.response.data.originalResponse.errors.length>0){const t=e.response.data.originalResponse.errors[0];console.log("errorGyg",t),n=t.errorMessage}else n=e.response.data.error;else n=e.response;else e.message?(console.log("Has Not Response. Has HTTP error message"),n=e.message):(console.log("Has Not Response. Has not HTTP error message"),n=e);return n}},function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const i=n(r(11));t.default=class{constructor(e,t,r){this.getImgUrl=e=>e&&e.startsWith("http")?e:this.sandbox?"https://testadmin.bookbarbados.com/gptour/thumbnails/999/"+e:"https://admin.bookbarbados.com/gptour/thumbnails/999/"+e,this.login=async e=>{var t;const r=btoa(`${this.apiUrl}/authorization?apiKey=${e}`);try{const e=await this.axios.get(`${this.proxyURL}?url=${r}`).then(e=>e.data);this.axios.defaults.headers.common.token=e.token}catch(e){throw console.error("booke-barbados-authorization",e),null!==(t=e.message)&&void 0!==t?t:""}},this.searchActivities=async(e,t)=>{const r=btoa(`${this.apiUrl}/searchActivities?countryId=3114&startDate=${e}&endDate=${t}&adults=2&privateActivity=true&sharedActivity=true&hikingActivity=true&fieldTripActivity=true&offerLimit=0&sortBy=PRICE_LOW_TO_HIGH`);return this.axios.get(`${this.proxyURL}?url=${r}`).then(e=>{const{data:t}=e;return t.products.forEach(e=>{e.mainImage=this.getImgUrl(e.mainImage)}),t}).catch(e=>{throw console.error("booke-barbados-searchActivitiesResponse",e),e.message})},this.searchActivity=async(e,t,r)=>{const n=btoa(`${this.apiUrl}/searchActivities?countryId=3114&startDate=${e}&endDate=${t}&adults=2&activityId=${r}`);return this.axios.get(`${this.proxyURL}?url=${n}`).then(e=>{const{data:t}=e;return t.products.forEach(e=>{e.mainImage=this.getImgUrl(e.mainImage)}),t}).catch(e=>{throw console.error("book-barbados-searchActivityResponse",e),e})},this.activityInfo=async e=>{const t=btoa(`${this.apiUrl}/activityInfo?offerKey=${e}`);return this.axios.get(`${this.proxyURL}?url=${t}`).then(e=>{const{data:t}=e;return t.images.forEach(e=>{e.url=this.getImgUrl(e.url)}),t}).catch(e=>{throw console.error("booke-barbados-activityInfoResponse",e),e.message})},this.searchAccommodation=async(e,t,r,n)=>{const i=btoa(`${this.apiUrl}/searchAccommodation?countryId=3114&startDate=${e}&endDate=${t}&rooms=adults:${r}&northEastLatitude=${n[0]}&northEastLongitude=${n[1]}&southWestLatitude=${n[2]}&southWestLongitude=${n[3]}`);return this.axios.get(`${this.proxyURL}?url=${i}`).then(e=>{const{data:t}=e;return t.hotelOffers.forEach(e=>{e.info.mainImageUrl=this.getImgUrl(e.info.mainImageUrl)}),t}).catch(e=>{throw console.error("booke-barbados-searchAccommodationResponse",e),e.message})},this.searchCarRent=async(e,t,r,n,i)=>{const a=btoa(`${this.apiUrl}/searchCarRent?driverCitizenshipId=3114&pickUpDateTime=${e}&dropOffDateTime=${t}&driverAge=${r||24}&pickUpCityId=${n||166987}&dropOffCityId=${i||166987}`);return this.axios.get(`${this.proxyURL}?url=${a}`).then(e=>{const{data:t}=e,r=[];for(let e=0;e<t.products.length;e+=1)for(let n=0;n<t.products[e].offers.length;n+=1)for(let i=0;i<t.products[e].offers[n].pickUpPoints.length;i+=1)if(t.products[e].offers[n].pickUpPoints[i].latitude){const a=r.find(r=>r.locationCode===t.products[e].offers[n].pickUpPoints[i].locationCode);if(a)a.images.push(...t.products[e].info.images.map(e=>(e.url=this.getImgUrl(e.url),e.url)));else{const a={supplierCode:t.products[e].info.supplierCode,carRentCompanyName:t.products[e].info.carRentCompanyName,images:[...t.products[e].info.images.map(e=>(e.url=this.getImgUrl(e.url),e.url))],features:t.products[e].info.features,shortDescription:t.products[e].info.shortDescription,description:t.products[e].info.description,locationCode:t.products[e].offers[n].pickUpPoints[i].locationCode,type:t.products[e].offers[n].pickUpPoints[i].type,name:t.products[e].offers[n].pickUpPoints[i].name,address:t.products[e].offers[n].pickUpPoints[i].address,longitude:t.products[e].offers[n].pickUpPoints[i].longitude,latitude:t.products[e].offers[n].pickUpPoints[i].latitude};r.push(a)}}return r}).catch(e=>{throw console.error("booke-barbados-searchCarRentResponse",e),e.message})},this.proxyURL=r,this.sandbox=t,this.apiUrl=e,this.axios=i.default.create(),this.axios.defaults.timeout=3e4,this.axios.defaults.headers.common["Accept-Language"]="en-US"}}},function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const i=n(r(11)),a=n(r(0));t.default=class{constructor(e,t,r,n,s,o){this.redirectUrlSandbox="https://traveldemo.agendas.group/results#/ticketAndAttraction/searchSession=",this.redirectUrlProd="https://www.vacavia.co.uk/results#/ticketAndAttraction/searchSession=",this.getTourTicketUrl=async(e,t,r,n,i=1)=>{const s=btoa(this.apiUrl+"/search"),o={environment:0,searchType:4,language:"en",locale:null,currency:"USD",distanceUnit:1,nationality:"US",customerIP:"31.223.103.8",customerUserAgent:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36",source:{app:"tripian"},ticketSearchCriteria:{ticketType:"Any",latitude:r,longitude:n,radius:i,startDate:(0,a.default)(e).isBefore((0,a.default)())?(0,a.default)().format("YYYY-MM-DDTHH:mm:ss[Z]"):e,endDate:t,participants:[{type:"Adult"}]}},d=`${this.proxyURL}?url=${s}`;return this.axios.post(d,o,{headers:{"Accept-Language":this.lang}}).then(e=>e.data.searchSession).then(e=>`${this.redirectUrl}${e}`).catch(e=>{throw e})},this.proxyURL=n,this.apiUrl=e,this.sandbox=r,this.redirectUrl=this.sandbox?this.redirectUrlSandbox:o||this.redirectUrlProd,this.lang=s,this.axios=i.default.create(),this.axios.defaults.timeout=3e4;const d=t.split(":");this.applicationId=d[0],this.privateKey=d[1],this.axios.defaults.auth={username:this.applicationId,password:this.privateKey}}}},function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const i=n(r(11)),a=r(298);t.default=class{constructor(e,t,r,n,s){this.getDestinationId=async e=>{const t=btoa(this.apiUrl+"/search/freetext");return this.axios.post(`${this.proxyURL}?url=${t}`,{searchTerm:e,searchTypes:[{searchType:"DESTINATIONS",pagination:{start:1,count:10}}],currency:"USD"},{headers:{accept:"application/json;version=2.0","Accept-Language":this.lang}}).then(e=>{let t="";return e.data.destinations.totalCount>0&&(t=e.data.destinations.results[0].id),t}).catch(e=>(0,a.handleHttpResponseErrorForViator)(e))},this.products=async(e,t,r,n=50)=>{const i=btoa(this.apiUrl+"/products/search"),s=await this.getDestinationId(e);return""===s?[]:this.axios.post(`${this.proxyURL}?url=${i}`,{filtering:{destination:s,lowestPrice:5,highestPrice:500,startDate:t,endDate:r,includeAutomaticTranslations:!0,confirmationType:"INSTANT",durationInMinutes:{from:0,to:360},rating:{from:3,to:5}},sorting:{sort:"TRAVELER_RATING",order:"DESCENDING"},pagination:{start:1,count:n},currency:"USD"},{headers:{accept:"application/json;version=2.0","Accept-Language":this.lang}}).then(e=>{var t;return null!==(t=e.data.products)&&void 0!==t?t:[]}).catch(e=>(0,a.handleHttpResponseErrorForViator)(e))},this.productInfo=async e=>{const t=btoa(`${this.apiUrl}/products/${e}`);return this.axios.get(`${this.proxyURL}?url=${t}`,{headers:{accept:"application/json;version=2.0","Accept-Language":this.lang}}).then(e=>e.data).catch(e=>(0,a.handleHttpResponseErrorForViator)(e))},this.productBookingQuestions=async()=>{const e=btoa(this.apiUrl+"/products/booking-questions");return this.axios.get(`${this.proxyURL}?url=${e}`,{headers:{accept:"application/json;version=2.0","Accept-Language":this.lang}}).then(e=>e.data).catch(e=>(console.log("errorResponse",e),{bookingQuestions:[]}))},this.availabilitySchedule=async e=>{const t=btoa(`${this.apiUrl}/availability/schedules/${e}`);return this.axios.get(`${this.proxyURL}?url=${t}`,{headers:{accept:"application/json;version=2.0","Accept-Language":this.lang}}).then(e=>e.data).catch(e=>(0,a.handleHttpResponseErrorForViator)(e))},this.tourData=async e=>{const t=await this.productInfo(e),r=await this.availabilitySchedule(e),n=await this.productBookingQuestions(),i=t.bookingQuestions.map(e=>n.bookingQuestions.find(t=>t.id===e)).filter(e=>void 0!==e);return{info:t,availability:r,bookingQuestions:i.length>0?i:[]}},this.locations=async e=>{const t=btoa(this.apiUrl+"/locations/bulk");return this.axios.post(`${this.proxyURL}?url=${t}`,{locations:e},{headers:{accept:"application/json;version=2.0","Accept-Language":this.lang}}).then(e=>e.data).catch(e=>(0,a.handleHttpResponseErrorForViator)(e))},this.availabilityPriceCheck=async e=>{const t=btoa(this.apiUrl+"/availability/check");return this.axios.post(`${this.proxyURL}?url=${t}`,e,{headers:{accept:"application/json;version=2.0","Accept-Language":this.lang}}).then(e=>e.data).catch(e=>(0,a.handleHttpResponseErrorForViator)(e))},this.bookingCardHold=async e=>{const t=btoa(this.apiUrl+"/bookings/cart/hold");return this.axios.post(`${this.proxyURL}?url=${t}`,e,{headers:{accept:"application/json;version=2.0","Accept-Language":this.lang}}).then(e=>e.data).catch(e=>(0,a.handleHttpResponseErrorForViator)(e))},this.payment=async(e,t)=>{const r=btoa(`${this.apiUrl}/v1/checkoutsessions/${e}/paymentaccounts`),n=`${Date.now()}-${Math.random().toString(36).slice(2,11)}`;return this.axios.post(`${this.proxyURL}?url=${r}`,t,{headers:{accept:"application/json;version=2.0","Accept-Language":this.lang,"Content-Type":"application/json","x-trip-clientid":"P00058532","x-trip-requestid":n}}).then(e=>e.data).catch(e=>(0,a.handleHttpResponseErrorForViator)(e))},this.bookingConfirm=async e=>{const t=btoa(this.apiUrl+"/bookings/cart/book");return this.axios.post(`${this.proxyURL}?url=${t}`,e,{headers:{accept:"application/json;version=2.0","Accept-Language":this.lang}}).then(e=>e.data).catch(e=>(0,a.handleHttpResponseErrorForViator)(e))},this.bookingStatus=async({bookingRef:e})=>{const t=btoa(this.apiUrl+"/bookings/status");return this.axios.post(`${this.proxyURL}?url=${t}`,{bookingRef:e},{headers:{accept:"application/json;version=2.0","Accept-Language":this.lang}}).then(e=>e.data).catch(e=>(0,a.handleHttpResponseErrorForViator)(e))},this.bookingRefundDetails=async e=>{const t=btoa(`${this.apiUrl}/bookings/${e}/cancel-quote`);return this.axios.get(`${this.proxyURL}?url=${t}`,{headers:{accept:"application/json;version=2.0","Accept-Language":this.lang}}).then(e=>e.data).catch(e=>(0,a.handleHttpResponseErrorForViator)(e))},this.bookingCancel=async e=>{const t=btoa(`${this.apiUrl}/bookings/${e}/cancel`);return this.axios.post(`${this.proxyURL}?url=${t}`,{reasonCode:"Customer_Service.Supplier_no_show"},{headers:{accept:"application/json;version=2.0","Accept-Language":this.lang}}).then(e=>e.data).catch(e=>(0,a.handleHttpResponseErrorForViator)(e))},this.exchangeRates=async(e,t)=>{const r=btoa(this.apiUrl+"/exchange-rates");return this.axios.post(`${this.proxyURL}?url=${r}`,{sourceCurrencies:e,targetCurrencies:t},{headers:{accept:"application/json;version=2.0"}}).then(e=>e.data).catch(e=>(0,a.handleHttpResponseErrorForViator)(e))},this.proxyURL=n,this.sandbox=r,this.apiUrl=e,this.lang=s,this.axios=i.default.create(),this.axios.defaults.baseURL=`${this.proxyURL}?url=${e}`,this.axios.defaults.headers.common["exp-api-key"]=t,this.axios.defaults.timeout=12e4}}},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.handleHttpResponseErrorForViator=void 0;t.handleHttpResponseErrorForViator=e=>{var t;let r="";if(e.response)if(e.response.data){const{data:n}=e.response;r=(null===(t=n.originalResponse)||void 0===t?void 0:t.message)?n.originalResponse.message:n.code&&n.message?n.message:n.error?n.error:"Unknown error occurred in response data."}else r="Unknown error occurred. No response data.";else e.message?(console.log("Has Not Response. Has HTTP error message"),r=e.message):(console.log("Has Not Response. Has not HTTP error message"),r="An unknown error occurred.");return console.error("Processed error response:",r),r}},function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const i=n(r(11));t.default=class{constructor(e,t,r){this.searchProducts=async(e=50,t=0)=>{const r=btoa(`${this.apiUrl}/products?apiKey=${this.apiKey}&offset=${t}&limit=${e}`);return this.axios.get(`${this.proxyURL}?url=${r}`).then(e=>{const{data:t}=e;return t.products}).catch(e=>{throw console.error("rezdy-searchProducts",e),e.message})},this.productInfo=async e=>{const t=btoa(`${this.apiUrl}/products/${e}?apiKey=${this.apiKey}`);return this.axios.get(`${this.proxyURL}?url=${t}`).then(e=>e.data.product)},this.proxyURL=r,this.apiUrl=e,this.apiKey=t,this.axios=i.default.create(),this.axios.defaults.baseURL=`${this.proxyURL}?url=${e}`,this.axios.defaults.headers.common.apiKey=t,this.axios.defaults.timeout=3e4}}},function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const i=n(r(11));t.default=class{constructor(e,t){this.searchVideos=async()=>{const e=btoa(this.apiUrl+"/api/1.1/obj/videos");return this.axios.get(`${this.proxyURL}?url=${e}`).then(e=>e.data.response.results).catch(e=>{throw console.error("videreo-searchVideosResponse",e),e.message})},this.proxyURL=t,this.apiUrl=e,this.axios=i.default.create(),this.axios.defaults.timeout=3e4}}},function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const i=n(r(11));t.default=class{constructor(e,t,r){this.getCityId=async e=>{const t="https://commonapi.tripian.com/toristy-destination/"+e;return this.axios.get(t).then(e=>{var t,r;return null===(r=null===(t=e.data)||void 0===t?void 0:t.data)||void 0===r?void 0:r.cityId}).catch(e=>{throw e.response.data.originalResponse.data.message||e.response.data.error})},this.serviceList=async(e,t=1,r=50)=>{try{const n=await this.getCityId(e);if(!n)return Promise.reject(new Error("Invalid city ID or city not found."));const i=btoa(`${this.apiUrl}/services?pagenum=${t}&maxperpage=${r}&cityid=${n}&apikey=${this.apiKey}`);return await this.axios.get(`${this.proxyURL}?url=${i}`).then(e=>e.data.services).catch(e=>Promise.reject(new Error("Service fetch error: "+((null==e?void 0:e.message)||"Unknown error"))))}catch(e){return Promise.reject(e)}},this.serviceDetails=async e=>{const t=btoa(`${this.apiUrl}/service/${e}?apikey=${this.apiKey}`);return this.axios.get(`${this.proxyURL}?url=${t}`).then(e=>e.data)},this.proxyURL=r,this.apiUrl=e,this.apiKey=t,this.axios=i.default.create(),this.axios.defaults.baseURL=`${this.proxyURL}?url=${e}`,this.axios.defaults.timeout=6e4}}},function(e,t,r){"use strict";(function(e){var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const i=n(r(11)),a=n(r(303));class s{constructor(t,r,n,a){this.CACHE_DURATION=3e5,this.events=async(t,r,n,i)=>{const a=new URLSearchParams;a.append("lat",t.toString()),a.append("lon",r.toString()),n&&a.append("occurs_at.gte",n+"T00:00:00Z"),i&&a.append("occurs_at.lt",i+"T23:59:59Z");const o=a.toString(),d=s.getCacheKey("/v9/events",o),u=this.getFromCache(d);if(u)return u;const h=await this.axios.get(`${this.proxyURL}?url=${e.from(`${this.apiUrl}/v9/events?${o}`).toString("base64")}`,{headers:this.getHeaders("GET","/v9/events",o)});return s.setCache(d,h.data.events),h.data.events},this.eventDetails=async t=>{const r="/v9/events/"+t;return(await this.axios.get(`${this.proxyURL}?url=${e.from(`${this.apiUrl}${r}`).toString("base64")}`,{headers:this.getHeaders("GET",r)})).data},this.venue=async t=>{const r="/v9/venues/"+t;return(await this.axios.get(`${this.proxyURL}?url=${e.from(`${this.apiUrl}${r}`).toString("base64")}`,{headers:this.getHeaders("GET",r)})).data},this.listTicketGroups=async t=>{const r="event_id="+t;return(await this.axios.get(`${this.proxyURL}?url=${e.from(`${this.apiUrl}/v9/listings?${r}`).toString("base64")}`,{headers:this.getHeaders("GET","/v9/listings",r)})).data},this.ticketInfo=async t=>{const r="/v9/listings/"+t;return(await this.axios.get(`${this.proxyURL}?url=${e.from(`${this.apiUrl}${r}?`).toString("base64")}`,{headers:this.getHeaders("GET",r)})).data},this.clientsCreate=async t=>{const r=JSON.stringify(t);return this.axios.post(`${this.proxyURL}?url=${e.from(this.apiUrl+"/v9/clients").toString("base64")}`,t,{headers:this.getHeaders("POST","/v9/clients",void 0,r)}).then(e=>e.data).catch(e=>{var t;throw console.error("clientsCreate Error:",(null===(t=e.response)||void 0===t?void 0:t.data)||e.message),e})},this.order=async t=>{const r=JSON.stringify(t);return this.axios.post(`${this.proxyURL}?url=${e.from(this.apiUrl+"/v10/orders").toString("base64")}`,t,{headers:this.getHeaders("POST","/v10/orders",void 0,r)}).then(e=>e.data).catch(e=>{var t;throw console.error("order Error:",(null===(t=e.response)||void 0===t?void 0:t.data)||e.message),e})},this.proxyURL=a,this.apiToken=r,this.apiUrl=t,this.apiSecret=n,this.axios=i.default.create(),this.axios.defaults.timeout=6e4}static getInstance(e,t,r,n){return s.instance||(s.instance=new s(e,t,r,n)),s.instance}generateSignature(e,t,r,n){let i=t;if("GET"===e){if(i+="?",r){i+=r.split("&").sort().join("&")}}else["POST","PUT","DELETE"].includes(e)&&(i+="?");const s=n?JSON.stringify(JSON.parse(n)):"",o=`${e} ${new URL(this.apiUrl).host}${i}${s}`;return a.default.createHmac("sha256",this.apiSecret).update(o).digest("base64")}getHeaders(e,t,r,n){return{"X-Signature":this.generateSignature(e,t,r,n),"X-Token":this.apiToken,Accept:"application/json"}}static getCacheKey(e,t){return`${e}${t?"?"+t:""}`}getFromCache(e){const t=s.cache.get(e);if(!t)return null;return Date.now()-t.timestamp>this.CACHE_DURATION?(s.cache.delete(e),null):t.data}static setCache(e,t){s.cache.set(e,{data:t,timestamp:Date.now()})}}s.cache=new Map,t.default=s}).call(this,r(3).Buffer)},function(e,t,r){"use strict";t.randomBytes=t.rng=t.pseudoRandomBytes=t.prng=r(18),t.createHash=t.Hash=r(25),t.createHmac=t.Hmac=r(220);var n=r(328),i=Object.keys(n),a=["sha1","sha224","sha256","sha384","sha512","md5","rmd160"].concat(i);t.getHashes=function(){return a};var s=r(223);t.pbkdf2=s.pbkdf2,t.pbkdf2Sync=s.pbkdf2Sync;var o=r(330);t.Cipher=o.Cipher,t.createCipher=o.createCipher,t.Cipheriv=o.Cipheriv,t.createCipheriv=o.createCipheriv,t.Decipher=o.Decipher,t.createDecipher=o.createDecipher,t.Decipheriv=o.Decipheriv,t.createDecipheriv=o.createDecipheriv,t.getCiphers=o.getCiphers,t.listCiphers=o.listCiphers;var d=r(345);t.DiffieHellmanGroup=d.DiffieHellmanGroup,t.createDiffieHellmanGroup=d.createDiffieHellmanGroup,t.getDiffieHellman=d.getDiffieHellman,t.createDiffieHellman=d.createDiffieHellman,t.DiffieHellman=d.DiffieHellman;var u=r(350);t.createSign=u.createSign,t.Sign=u.Sign,t.createVerify=u.createVerify,t.Verify=u.Verify,t.createECDH=r(391);var h=r(392);t.publicEncrypt=h.publicEncrypt,t.privateEncrypt=h.privateEncrypt,t.publicDecrypt=h.publicDecrypt,t.privateDecrypt=h.privateDecrypt;var c=r(395);t.randomFill=c.randomFill,t.randomFillSync=c.randomFillSync,t.createCredentials=function(){throw new Error(["sorry, createCredentials is not implemented yet","we accept pull requests","https://github.com/crypto-browserify/crypto-browserify"].join("\n"))},t.constants={DH_CHECK_P_NOT_SAFE_PRIME:2,DH_CHECK_P_NOT_PRIME:1,DH_UNABLE_TO_CHECK_GENERATOR:4,DH_NOT_SUITABLE_GENERATOR:8,NPN_ENABLED:1,ALPN_ENABLED:1,RSA_PKCS1_PADDING:1,RSA_SSLV23_PADDING:2,RSA_NO_PADDING:3,RSA_PKCS1_OAEP_PADDING:4,RSA_X931_PADDING:5,RSA_PKCS1_PSS_PADDING:6,POINT_CONVERSION_COMPRESSED:2,POINT_CONVERSION_UNCOMPRESSED:4,POINT_CONVERSION_HYBRID:6}},function(e,t,r){(t=e.exports=r(208)).Stream=t,t.Readable=t,t.Writable=r(212),t.Duplex=r(20),t.Transform=r(213),t.PassThrough=r(310),t.finished=r(42),t.pipeline=r(311)},function(e,t){},function(e,t,r){"use strict";function n(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function i(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function a(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}var s=r(3).Buffer,o=r(307).inspect,d=o&&o.custom||"inspect";e.exports=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.head=null,this.tail=null,this.length=0}var t,r,u;return t=e,(r=[{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,r=""+t.data;t=t.next;)r+=e+t.data;return r}},{key:"concat",value:function(e){if(0===this.length)return s.alloc(0);for(var t,r,n,i=s.allocUnsafe(e>>>0),a=this.head,o=0;a;)t=a.data,r=i,n=o,s.prototype.copy.call(t,r,n),o+=a.data.length,a=a.next;return i}},{key:"consume",value:function(e,t){var r;return e<this.head.data.length?(r=this.head.data.slice(0,e),this.head.data=this.head.data.slice(e)):r=e===this.head.data.length?this.shift():t?this._getString(e):this._getBuffer(e),r}},{key:"first",value:function(){return this.head.data}},{key:"_getString",value:function(e){var t=this.head,r=1,n=t.data;for(e-=n.length;t=t.next;){var i=t.data,a=e>i.length?i.length:e;if(a===i.length?n+=i:n+=i.slice(0,e),0==(e-=a)){a===i.length?(++r,t.next?this.head=t.next:this.head=this.tail=null):(this.head=t,t.data=i.slice(a));break}++r}return this.length-=r,n}},{key:"_getBuffer",value:function(e){var t=s.allocUnsafe(e),r=this.head,n=1;for(r.data.copy(t),e-=r.data.length;r=r.next;){var i=r.data,a=e>i.length?i.length:e;if(i.copy(t,t.length-e,0,a),0==(e-=a)){a===i.length?(++n,r.next?this.head=r.next:this.head=this.tail=null):(this.head=r,r.data=i.slice(a));break}++n}return this.length-=n,t}},{key:d,value:function(e,t){return o(this,function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?n(Object(r),!0).forEach((function(t){i(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):n(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({},t,{depth:0,customInspect:!1}))}}])&&a(t.prototype,r),u&&a(t,u),e}()},function(e,t){},function(e,t,r){"use strict";(function(t){var n;function i(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var a=r(42),s=Symbol("lastResolve"),o=Symbol("lastReject"),d=Symbol("error"),u=Symbol("ended"),h=Symbol("lastPromise"),c=Symbol("handlePromise"),l=Symbol("stream");function f(e,t){return{value:e,done:t}}function _(e){var t=e[s];if(null!==t){var r=e[l].read();null!==r&&(e[h]=null,e[s]=null,e[o]=null,t(f(r,!1)))}}function p(e){t.nextTick(_,e)}var m=Object.getPrototypeOf((function(){})),y=Object.setPrototypeOf((i(n={get stream(){return this[l]},next:function(){var e=this,r=this[d];if(null!==r)return Promise.reject(r);if(this[u])return Promise.resolve(f(void 0,!0));if(this[l].destroyed)return new Promise((function(r,n){t.nextTick((function(){e[d]?n(e[d]):r(f(void 0,!0))}))}));var n,i=this[h];if(i)n=new Promise(function(e,t){return function(r,n){e.then((function(){t[u]?r(f(void 0,!0)):t[c](r,n)}),n)}}(i,this));else{var a=this[l].read();if(null!==a)return Promise.resolve(f(a,!1));n=new Promise(this[c])}return this[h]=n,n}},Symbol.asyncIterator,(function(){return this})),i(n,"return",(function(){var e=this;return new Promise((function(t,r){e[l].destroy(null,(function(e){e?r(e):t(f(void 0,!0))}))}))})),n),m);e.exports=function(e){var t,r=Object.create(y,(i(t={},l,{value:e,writable:!0}),i(t,s,{value:null,writable:!0}),i(t,o,{value:null,writable:!0}),i(t,d,{value:null,writable:!0}),i(t,u,{value:e._readableState.endEmitted,writable:!0}),i(t,c,{value:function(e,t){var n=r[l].read();n?(r[h]=null,r[s]=null,r[o]=null,e(f(n,!1))):(r[s]=e,r[o]=t)},writable:!0}),t));return r[h]=null,a(e,(function(e){if(e&&"ERR_STREAM_PREMATURE_CLOSE"!==e.code){var t=r[o];return null!==t&&(r[h]=null,r[s]=null,r[o]=null,t(e)),void(r[d]=e)}var n=r[s];null!==n&&(r[h]=null,r[s]=null,r[o]=null,n(f(void 0,!0))),r[u]=!0})),e.on("readable",p.bind(null,r)),r}}).call(this,r(4))},function(e,t){e.exports=function(){throw new Error("Readable.from is not available in the browser")}},function(e,t,r){"use strict";e.exports=i;var n=r(213);function i(e){if(!(this instanceof i))return new i(e);n.call(this,e)}r(1)(i,n),i.prototype._transform=function(e,t,r){r(null,e)}},function(e,t,r){"use strict";var n;var i=r(19).codes,a=i.ERR_MISSING_ARGS,s=i.ERR_STREAM_DESTROYED;function o(e){if(e)throw e}function d(e,t,i,a){a=function(e){var t=!1;return function(){t||(t=!0,e.apply(void 0,arguments))}}(a);var o=!1;e.on("close",(function(){o=!0})),void 0===n&&(n=r(42)),n(e,{readable:t,writable:i},(function(e){if(e)return a(e);o=!0,a()}));var d=!1;return function(t){if(!o&&!d)return d=!0,function(e){return e.setHeader&&"function"==typeof e.abort}(e)?e.abort():"function"==typeof e.destroy?e.destroy():void a(t||new s("pipe"))}}function u(e){e()}function h(e,t){return e.pipe(t)}function c(e){return e.length?"function"!=typeof e[e.length-1]?o:e.pop():o}e.exports=function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];var n,i=c(t);if(Array.isArray(t[0])&&(t=t[0]),t.length<2)throw new a("streams");var s=t.map((function(e,r){var a=r<t.length-1;return d(e,a,r>0,(function(e){n||(n=e),e&&s.forEach(u),a||(s.forEach(u),i(n))}))}));return t.reduce(h)}},function(e,t,r){var n=r(1),i=r(21),a=r(2).Buffer,s=[1518500249,1859775393,-1894007588,-899497514],o=new Array(80);function d(){this.init(),this._w=o,i.call(this,64,56)}function u(e){return e<<30|e>>>2}function h(e,t,r,n){return 0===e?t&r|~t&n:2===e?t&r|t&n|r&n:t^r^n}n(d,i),d.prototype.init=function(){return this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520,this},d.prototype._update=function(e){for(var t,r=this._w,n=0|this._a,i=0|this._b,a=0|this._c,o=0|this._d,d=0|this._e,c=0;c<16;++c)r[c]=e.readInt32BE(4*c);for(;c<80;++c)r[c]=r[c-3]^r[c-8]^r[c-14]^r[c-16];for(var l=0;l<80;++l){var f=~~(l/20),_=0|((t=n)<<5|t>>>27)+h(f,i,a,o)+d+r[l]+s[f];d=o,o=a,a=u(i),i=n,n=_}this._a=n+this._a|0,this._b=i+this._b|0,this._c=a+this._c|0,this._d=o+this._d|0,this._e=d+this._e|0},d.prototype._hash=function(){var e=a.allocUnsafe(20);return e.writeInt32BE(0|this._a,0),e.writeInt32BE(0|this._b,4),e.writeInt32BE(0|this._c,8),e.writeInt32BE(0|this._d,12),e.writeInt32BE(0|this._e,16),e},e.exports=d},function(e,t,r){var n=r(1),i=r(21),a=r(2).Buffer,s=[1518500249,1859775393,-1894007588,-899497514],o=new Array(80);function d(){this.init(),this._w=o,i.call(this,64,56)}function u(e){return e<<5|e>>>27}function h(e){return e<<30|e>>>2}function c(e,t,r,n){return 0===e?t&r|~t&n:2===e?t&r|t&n|r&n:t^r^n}n(d,i),d.prototype.init=function(){return this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520,this},d.prototype._update=function(e){for(var t,r=this._w,n=0|this._a,i=0|this._b,a=0|this._c,o=0|this._d,d=0|this._e,l=0;l<16;++l)r[l]=e.readInt32BE(4*l);for(;l<80;++l)r[l]=(t=r[l-3]^r[l-8]^r[l-14]^r[l-16])<<1|t>>>31;for(var f=0;f<80;++f){var _=~~(f/20),p=u(n)+c(_,i,a,o)+d+r[f]+s[_]|0;d=o,o=a,a=h(i),i=n,n=p}this._a=n+this._a|0,this._b=i+this._b|0,this._c=a+this._c|0,this._d=o+this._d|0,this._e=d+this._e|0},d.prototype._hash=function(){var e=a.allocUnsafe(20);return e.writeInt32BE(0|this._a,0),e.writeInt32BE(0|this._b,4),e.writeInt32BE(0|this._c,8),e.writeInt32BE(0|this._d,12),e.writeInt32BE(0|this._e,16),e},e.exports=d},function(e,t,r){var n=r(1),i=r(214),a=r(21),s=r(2).Buffer,o=new Array(64);function d(){this.init(),this._w=o,a.call(this,64,56)}n(d,i),d.prototype.init=function(){return this._a=3238371032,this._b=914150663,this._c=812702999,this._d=4144912697,this._e=4290775857,this._f=1750603025,this._g=1694076839,this._h=3204075428,this},d.prototype._hash=function(){var e=s.allocUnsafe(28);return e.writeInt32BE(this._a,0),e.writeInt32BE(this._b,4),e.writeInt32BE(this._c,8),e.writeInt32BE(this._d,12),e.writeInt32BE(this._e,16),e.writeInt32BE(this._f,20),e.writeInt32BE(this._g,24),e},e.exports=d},function(e,t,r){var n=r(1),i=r(215),a=r(21),s=r(2).Buffer,o=new Array(160);function d(){this.init(),this._w=o,a.call(this,128,112)}n(d,i),d.prototype.init=function(){return this._ah=3418070365,this._bh=1654270250,this._ch=2438529370,this._dh=355462360,this._eh=1731405415,this._fh=2394180231,this._gh=3675008525,this._hh=1203062813,this._al=3238371032,this._bl=914150663,this._cl=812702999,this._dl=4144912697,this._el=4290775857,this._fl=1750603025,this._gl=1694076839,this._hl=3204075428,this},d.prototype._hash=function(){var e=s.allocUnsafe(48);function t(t,r,n){e.writeInt32BE(t,n),e.writeInt32BE(r,n+4)}return t(this._ah,this._al,0),t(this._bh,this._bl,8),t(this._ch,this._cl,16),t(this._dh,this._dl,24),t(this._eh,this._el,32),t(this._fh,this._fl,40),e},e.exports=d},function(e,t,r){e.exports=i;var n=r(13).EventEmitter;function i(){n.call(this)}r(1)(i,n),i.Readable=r(45),i.Writable=r(323),i.Duplex=r(324),i.Transform=r(325),i.PassThrough=r(326),i.Stream=i,i.prototype.pipe=function(e,t){var r=this;function i(t){e.writable&&!1===e.write(t)&&r.pause&&r.pause()}function a(){r.readable&&r.resume&&r.resume()}r.on("data",i),e.on("drain",a),e._isStdio||t&&!1===t.end||(r.on("end",o),r.on("close",d));var s=!1;function o(){s||(s=!0,e.end())}function d(){s||(s=!0,"function"==typeof e.destroy&&e.destroy())}function u(e){if(h(),0===n.listenerCount(this,"error"))throw e}function h(){r.removeListener("data",i),e.removeListener("drain",a),r.removeListener("end",o),r.removeListener("close",d),r.removeListener("error",u),e.removeListener("error",u),r.removeListener("end",h),r.removeListener("close",h),e.removeListener("close",h)}return r.on("error",u),e.on("error",u),r.on("end",h),r.on("close",h),e.on("close",h),e.emit("pipe",r),e}},function(e,t){},function(e,t,r){"use strict";var n=r(46).Buffer,i=r(319);e.exports=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.head=null,this.tail=null,this.length=0}return e.prototype.push=function(e){var t={data:e,next:null};this.length>0?this.tail.next=t:this.head=t,this.tail=t,++this.length},e.prototype.unshift=function(e){var t={data:e,next:this.head};0===this.length&&(this.tail=t),this.head=t,++this.length},e.prototype.shift=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}},e.prototype.clear=function(){this.head=this.tail=null,this.length=0},e.prototype.join=function(e){if(0===this.length)return"";for(var t=this.head,r=""+t.data;t=t.next;)r+=e+t.data;return r},e.prototype.concat=function(e){if(0===this.length)return n.alloc(0);if(1===this.length)return this.head.data;for(var t,r,i,a=n.allocUnsafe(e>>>0),s=this.head,o=0;s;)t=s.data,r=a,i=o,t.copy(r,i),o+=s.data.length,s=s.next;return a},e}(),i&&i.inspect&&i.inspect.custom&&(e.exports.prototype[i.inspect.custom]=function(){var e=i.inspect({length:this.length});return this.constructor.name+" "+e})},function(e,t){},function(e,t,r){(function(e){var n=void 0!==e&&e||"undefined"!=typeof self&&self||window,i=Function.prototype.apply;function a(e,t){this._id=e,this._clearFn=t}t.setTimeout=function(){return new a(i.call(setTimeout,n,arguments),clearTimeout)},t.setInterval=function(){return new a(i.call(setInterval,n,arguments),clearInterval)},t.clearTimeout=t.clearInterval=function(e){e&&e.close()},a.prototype.unref=a.prototype.ref=function(){},a.prototype.close=function(){this._clearFn.call(n,this._id)},t.enroll=function(e,t){clearTimeout(e._idleTimeoutId),e._idleTimeout=t},t.unenroll=function(e){clearTimeout(e._idleTimeoutId),e._idleTimeout=-1},t._unrefActive=t.active=function(e){clearTimeout(e._idleTimeoutId);var t=e._idleTimeout;t>=0&&(e._idleTimeoutId=setTimeout((function(){e._onTimeout&&e._onTimeout()}),t))},r(321),t.setImmediate="undefined"!=typeof self&&self.setImmediate||void 0!==e&&e.setImmediate||this&&this.setImmediate,t.clearImmediate="undefined"!=typeof self&&self.clearImmediate||void 0!==e&&e.clearImmediate||this&&this.clearImmediate}).call(this,r(7))},function(e,t,r){(function(e,t){!function(e,r){"use strict";if(!e.setImmediate){var n,i,a,s,o,d=1,u={},h=!1,c=e.document,l=Object.getPrototypeOf&&Object.getPrototypeOf(e);l=l&&l.setTimeout?l:e,"[object process]"==={}.toString.call(e.process)?n=function(e){t.nextTick((function(){_(e)}))}:!function(){if(e.postMessage&&!e.importScripts){var t=!0,r=e.onmessage;return e.onmessage=function(){t=!1},e.postMessage("","*"),e.onmessage=r,t}}()?e.MessageChannel?((a=new MessageChannel).port1.onmessage=function(e){_(e.data)},n=function(e){a.port2.postMessage(e)}):c&&"onreadystatechange"in c.createElement("script")?(i=c.documentElement,n=function(e){var t=c.createElement("script");t.onreadystatechange=function(){_(e),t.onreadystatechange=null,i.removeChild(t),t=null},i.appendChild(t)}):n=function(e){setTimeout(_,0,e)}:(s="setImmediate$"+Math.random()+"$",o=function(t){t.source===e&&"string"==typeof t.data&&0===t.data.indexOf(s)&&_(+t.data.slice(s.length))},e.addEventListener?e.addEventListener("message",o,!1):e.attachEvent("onmessage",o),n=function(t){e.postMessage(s+t,"*")}),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 u[d]=i,n(d),d++},l.clearImmediate=f}function f(e){delete u[e]}function _(e){if(h)setTimeout(_,0,e);else{var t=u[e];if(t){h=!0;try{!function(e){var t=e.callback,r=e.args;switch(r.length){case 0:t();break;case 1:t(r[0]);break;case 2:t(r[0],r[1]);break;case 3:t(r[0],r[1],r[2]);break;default:t.apply(void 0,r)}}(t)}finally{f(e),h=!1}}}}}("undefined"==typeof self?void 0===e?this:e:self)}).call(this,r(7),r(4))},function(e,t,r){"use strict";e.exports=a;var n=r(219),i=Object.create(r(26));function a(e){if(!(this instanceof a))return new a(e);n.call(this,e)}i.inherits=r(1),i.inherits(a,n),a.prototype._transform=function(e,t,r){r(null,e)}},function(e,t,r){e.exports=r(47)},function(e,t,r){e.exports=r(15)},function(e,t,r){e.exports=r(45).Transform},function(e,t,r){e.exports=r(45).PassThrough},function(e,t,r){"use strict";var n=r(1),i=r(2).Buffer,a=r(12),s=i.alloc(128);function o(e,t){a.call(this,"digest"),"string"==typeof t&&(t=i.from(t)),this._alg=e,this._key=t,t.length>64?t=e(t):t.length<64&&(t=i.concat([t,s],64));for(var r=this._ipad=i.allocUnsafe(64),n=this._opad=i.allocUnsafe(64),o=0;o<64;o++)r[o]=54^t[o],n[o]=92^t[o];this._hash=[r]}n(o,a),o.prototype._update=function(e){this._hash.push(e)},o.prototype._final=function(){var e=this._alg(i.concat(this._hash));return this._alg(i.concat([this._opad,e]))},e.exports=o},function(e,t,r){e.exports=r(222)},function(e,t,r){(function(t){var n,i,a=r(2).Buffer,s=r(224),o=r(225),d=r(226),u=r(227),h=t.crypto&&t.crypto.subtle,c={sha:"SHA-1","sha-1":"SHA-1",sha1:"SHA-1",sha256:"SHA-256","sha-256":"SHA-256",sha384:"SHA-384","sha-384":"SHA-384","sha-512":"SHA-512",sha512:"SHA-512"},l=[];function f(){return i||(i=t.process&&t.process.nextTick?t.process.nextTick:t.queueMicrotask?t.queueMicrotask:t.setImmediate?t.setImmediate:t.setTimeout)}function _(e,t,r,n,i){return h.importKey("raw",e,{name:"PBKDF2"},!1,["deriveBits"]).then((function(e){return h.deriveBits({name:"PBKDF2",salt:t,iterations:r,hash:{name:i}},e,n<<3)})).then((function(e){return a.from(e)}))}e.exports=function(e,r,i,p,m,y){"function"==typeof m&&(y=m,m=void 0);var b=c[(m=m||"sha1").toLowerCase()];if(b&&"function"==typeof t.Promise){if(s(i,p),e=u(e,o,"Password"),r=u(r,o,"Salt"),"function"!=typeof y)throw new Error("No callback provided to pbkdf2");!function(e,t){e.then((function(e){f()((function(){t(null,e)}))}),(function(e){f()((function(){t(e)}))}))}(function(e){if(t.process&&!t.process.browser)return Promise.resolve(!1);if(!h||!h.importKey||!h.deriveBits)return Promise.resolve(!1);if(void 0!==l[e])return l[e];var r=_(n=n||a.alloc(8),n,10,128,e).then((function(){return!0})).catch((function(){return!1}));return l[e]=r,r}(b).then((function(t){return t?_(e,r,i,p,b):d(e,r,i,p,m)})),y)}else f()((function(){var t;try{t=d(e,r,i,p,m)}catch(e){return y(e)}y(null,t)}))}}).call(this,r(7))},function(e,t,r){var n=r(331),i=r(49),a=r(50),s=r(344),o=r(34);function d(e,t,r){if(e=e.toLowerCase(),a[e])return i.createCipheriv(e,t,r);if(s[e])return new n({key:t,iv:r,mode:e});throw new TypeError("invalid suite type")}function u(e,t,r){if(e=e.toLowerCase(),a[e])return i.createDecipheriv(e,t,r);if(s[e])return new n({key:t,iv:r,mode:e,decrypt:!0});throw new TypeError("invalid suite type")}t.createCipher=t.Cipher=function(e,t){var r,n;if(e=e.toLowerCase(),a[e])r=a[e].key,n=a[e].iv;else{if(!s[e])throw new TypeError("invalid suite type");r=8*s[e].key,n=s[e].iv}var i=o(t,!1,r,n);return d(e,i.key,i.iv)},t.createCipheriv=t.Cipheriv=d,t.createDecipher=t.Decipher=function(e,t){var r,n;if(e=e.toLowerCase(),a[e])r=a[e].key,n=a[e].iv;else{if(!s[e])throw new TypeError("invalid suite type");r=8*s[e].key,n=s[e].iv}var i=o(t,!1,r,n);return u(e,i.key,i.iv)},t.createDecipheriv=t.Decipheriv=u,t.listCiphers=t.getCiphers=function(){return Object.keys(s).concat(i.getCiphers())}},function(e,t,r){var n=r(12),i=r(332),a=r(1),s=r(2).Buffer,o={"des-ede3-cbc":i.CBC.instantiate(i.EDE),"des-ede3":i.EDE,"des-ede-cbc":i.CBC.instantiate(i.EDE),"des-ede":i.EDE,"des-cbc":i.CBC.instantiate(i.DES),"des-ecb":i.DES};function d(e){n.call(this);var t,r=e.mode.toLowerCase(),i=o[r];t=e.decrypt?"decrypt":"encrypt";var a=e.key;s.isBuffer(a)||(a=s.from(a)),"des-ede"!==r&&"des-ede-cbc"!==r||(a=s.concat([a,a.slice(0,8)]));var d=e.iv;s.isBuffer(d)||(d=s.from(d)),this._des=i.create({key:a,iv:d,type:t})}o.des=o["des-cbc"],o.des3=o["des-ede3-cbc"],e.exports=d,a(d,n),d.prototype._update=function(e){return s.from(this._des.update(e))},d.prototype._final=function(){return s.from(this._des.final())}},function(e,t,r){"use strict";t.utils=r(228),t.Cipher=r(48),t.DES=r(229),t.CBC=r(333),t.EDE=r(334)},function(e,t,r){"use strict";var n=r(8),i=r(1),a={};function s(e){n.equal(e.length,8,"Invalid IV length"),this.iv=new Array(8);for(var t=0;t<this.iv.length;t++)this.iv[t]=e[t]}t.instantiate=function(e){function t(t){e.call(this,t),this._cbcInit()}i(t,e);for(var r=Object.keys(a),n=0;n<r.length;n++){var s=r[n];t.prototype[s]=a[s]}return t.create=function(e){return new t(e)},t},a._cbcInit=function(){var e=new s(this.options.iv);this._cbcState=e},a._update=function(e,t,r,n){var i=this._cbcState,a=this.constructor.super_.prototype,s=i.iv;if("encrypt"===this.type){for(var o=0;o<this.blockSize;o++)s[o]^=e[t+o];a._update.call(this,s,0,r,n);for(o=0;o<this.blockSize;o++)s[o]=r[n+o]}else{a._update.call(this,e,t,r,n);for(o=0;o<this.blockSize;o++)r[n+o]^=s[o];for(o=0;o<this.blockSize;o++)s[o]=e[t+o]}}},function(e,t,r){"use strict";var n=r(8),i=r(1),a=r(48),s=r(229);function o(e,t){n.equal(t.length,24,"Invalid key length");var r=t.slice(0,8),i=t.slice(8,16),a=t.slice(16,24);this.ciphers="encrypt"===e?[s.create({type:"encrypt",key:r}),s.create({type:"decrypt",key:i}),s.create({type:"encrypt",key:a})]:[s.create({type:"decrypt",key:a}),s.create({type:"encrypt",key:i}),s.create({type:"decrypt",key:r})]}function d(e){a.call(this,e);var t=new o(this.type,this.options.key);this._edeState=t}i(d,a),e.exports=d,d.create=function(e){return new d(e)},d.prototype._update=function(e,t,r,n){var i=this._edeState;i.ciphers[0]._update(e,t,r,n),i.ciphers[1]._update(r,n,r,n),i.ciphers[2]._update(r,n,r,n)},d.prototype._pad=s.prototype._pad,d.prototype._unpad=s.prototype._unpad},function(e,t,r){var n=r(50),i=r(233),a=r(2).Buffer,s=r(234),o=r(12),d=r(33),u=r(34);function h(e,t,r){o.call(this),this._cache=new l,this._cipher=new d.AES(t),this._prev=a.from(r),this._mode=e,this._autopadding=!0}r(1)(h,o),h.prototype._update=function(e){var t,r;this._cache.add(e);for(var n=[];t=this._cache.get();)r=this._mode.encrypt(this,t),n.push(r);return a.concat(n)};var c=a.alloc(16,16);function l(){this.cache=a.allocUnsafe(0)}function f(e,t,r){var o=n[e.toLowerCase()];if(!o)throw new TypeError("invalid suite type");if("string"==typeof t&&(t=a.from(t)),t.length!==o.key/8)throw new TypeError("invalid key length "+t.length);if("string"==typeof r&&(r=a.from(r)),"GCM"!==o.mode&&r.length!==o.iv)throw new TypeError("invalid iv length "+r.length);return"stream"===o.type?new s(o.module,t,r):"auth"===o.type?new i(o.module,t,r):new h(o.module,t,r)}h.prototype._final=function(){var e=this._cache.flush();if(this._autopadding)return e=this._mode.encrypt(this,e),this._cipher.scrub(),e;if(!e.equals(c))throw this._cipher.scrub(),new Error("data not multiple of block length")},h.prototype.setAutoPadding=function(e){return this._autopadding=!!e,this},l.prototype.add=function(e){this.cache=a.concat([this.cache,e])},l.prototype.get=function(){if(this.cache.length>15){var e=this.cache.slice(0,16);return this.cache=this.cache.slice(16),e}return null},l.prototype.flush=function(){for(var e=16-this.cache.length,t=a.allocUnsafe(e),r=-1;++r<e;)t.writeUInt8(e,r);return a.concat([this.cache,t])},t.createCipheriv=f,t.createCipher=function(e,t){var r=n[e.toLowerCase()];if(!r)throw new TypeError("invalid suite type");var i=u(t,!1,r.key,r.iv);return f(e,i.key,i.iv)}},function(e,t){t.encrypt=function(e,t){return e._cipher.encryptBlock(t)},t.decrypt=function(e,t){return e._cipher.decryptBlock(t)}},function(e,t,r){var n=r(27);t.encrypt=function(e,t){var r=n(t,e._prev);return e._prev=e._cipher.encryptBlock(r),e._prev},t.decrypt=function(e,t){var r=e._prev;e._prev=t;var i=e._cipher.decryptBlock(t);return n(i,r)}},function(e,t,r){var n=r(2).Buffer,i=r(27);function a(e,t,r){var a=t.length,s=i(t,e._cache);return e._cache=e._cache.slice(a),e._prev=n.concat([e._prev,r?t:s]),s}t.encrypt=function(e,t,r){for(var i,s=n.allocUnsafe(0);t.length;){if(0===e._cache.length&&(e._cache=e._cipher.encryptBlock(e._prev),e._prev=n.allocUnsafe(0)),!(e._cache.length<=t.length)){s=n.concat([s,a(e,t,r)]);break}i=e._cache.length,s=n.concat([s,a(e,t.slice(0,i),r)]),t=t.slice(i)}return s}},function(e,t,r){var n=r(2).Buffer;function i(e,t,r){var i=e._cipher.encryptBlock(e._prev)[0]^t;return e._prev=n.concat([e._prev.slice(1),n.from([r?t:i])]),i}t.encrypt=function(e,t,r){for(var a=t.length,s=n.allocUnsafe(a),o=-1;++o<a;)s[o]=i(e,t[o],r);return s}},function(e,t,r){var n=r(2).Buffer;function i(e,t,r){for(var n,i,s=-1,o=0;++s<8;)n=t&1<<7-s?128:0,o+=(128&(i=e._cipher.encryptBlock(e._prev)[0]^n))>>s%8,e._prev=a(e._prev,r?n:i);return o}function a(e,t){var r=e.length,i=-1,a=n.allocUnsafe(e.length);for(e=n.concat([e,n.from([t])]);++i<r;)a[i]=e[i]<<1|e[i+1]>>7;return a}t.encrypt=function(e,t,r){for(var a=t.length,s=n.allocUnsafe(a),o=-1;++o<a;)s[o]=i(e,t[o],r);return s}},function(e,t,r){(function(e){var n=r(27);function i(e){return e._prev=e._cipher.encryptBlock(e._prev),e._prev}t.encrypt=function(t,r){for(;t._cache.length<r.length;)t._cache=e.concat([t._cache,i(t)]);var a=t._cache.slice(0,r.length);return t._cache=t._cache.slice(r.length),n(r,a)}}).call(this,r(3).Buffer)},function(e,t,r){var n=r(2).Buffer,i=n.alloc(16,0);function a(e){var t=n.allocUnsafe(16);return t.writeUInt32BE(e[0]>>>0,0),t.writeUInt32BE(e[1]>>>0,4),t.writeUInt32BE(e[2]>>>0,8),t.writeUInt32BE(e[3]>>>0,12),t}function s(e){this.h=e,this.state=n.alloc(16,0),this.cache=n.allocUnsafe(0)}s.prototype.ghash=function(e){for(var t=-1;++t<e.length;)this.state[t]^=e[t];this._multiply()},s.prototype._multiply=function(){for(var e,t,r,n=[(e=this.h).readUInt32BE(0),e.readUInt32BE(4),e.readUInt32BE(8),e.readUInt32BE(12)],i=[0,0,0,0],s=-1;++s<128;){for(0!=(this.state[~~(s/8)]&1<<7-s%8)&&(i[0]^=n[0],i[1]^=n[1],i[2]^=n[2],i[3]^=n[3]),r=0!=(1&n[3]),t=3;t>0;t--)n[t]=n[t]>>>1|(1&n[t-1])<<31;n[0]=n[0]>>>1,r&&(n[0]=n[0]^225<<24)}this.state=a(i)},s.prototype.update=function(e){var t;for(this.cache=n.concat([this.cache,e]);this.cache.length>=16;)t=this.cache.slice(0,16),this.cache=this.cache.slice(16),this.ghash(t)},s.prototype.final=function(e,t){return this.cache.length&&this.ghash(n.concat([this.cache,i],16)),this.ghash(a([0,e,0,t])),this.state},e.exports=s},function(e,t,r){var n=r(233),i=r(2).Buffer,a=r(50),s=r(234),o=r(12),d=r(33),u=r(34);function h(e,t,r){o.call(this),this._cache=new c,this._last=void 0,this._cipher=new d.AES(t),this._prev=i.from(r),this._mode=e,this._autopadding=!0}function c(){this.cache=i.allocUnsafe(0)}function l(e,t,r){var o=a[e.toLowerCase()];if(!o)throw new TypeError("invalid suite type");if("string"==typeof r&&(r=i.from(r)),"GCM"!==o.mode&&r.length!==o.iv)throw new TypeError("invalid iv length "+r.length);if("string"==typeof t&&(t=i.from(t)),t.length!==o.key/8)throw new TypeError("invalid key length "+t.length);return"stream"===o.type?new s(o.module,t,r,!0):"auth"===o.type?new n(o.module,t,r,!0):new h(o.module,t,r)}r(1)(h,o),h.prototype._update=function(e){var t,r;this._cache.add(e);for(var n=[];t=this._cache.get(this._autopadding);)r=this._mode.decrypt(this,t),n.push(r);return i.concat(n)},h.prototype._final=function(){var e=this._cache.flush();if(this._autopadding)return function(e){var t=e[15];if(t<1||t>16)throw new Error("unable to decrypt data");var r=-1;for(;++r<t;)if(e[r+(16-t)]!==t)throw new Error("unable to decrypt data");if(16===t)return;return e.slice(0,16-t)}(this._mode.decrypt(this,e));if(e)throw new Error("data not multiple of block length")},h.prototype.setAutoPadding=function(e){return this._autopadding=!!e,this},c.prototype.add=function(e){this.cache=i.concat([this.cache,e])},c.prototype.get=function(e){var t;if(e){if(this.cache.length>16)return t=this.cache.slice(0,16),this.cache=this.cache.slice(16),t}else if(this.cache.length>=16)return t=this.cache.slice(0,16),this.cache=this.cache.slice(16),t;return null},c.prototype.flush=function(){if(this.cache.length)return this.cache},t.createDecipher=function(e,t){var r=a[e.toLowerCase()];if(!r)throw new TypeError("invalid suite type");var n=u(t,!1,r.key,r.iv);return l(e,n.key,n.iv)},t.createDecipheriv=l},function(e,t){t["des-ecb"]={key:8,iv:0},t["des-cbc"]=t.des={key:8,iv:8},t["des-ede3-cbc"]=t.des3={key:24,iv:8},t["des-ede3"]={key:24,iv:0},t["des-ede-cbc"]={key:16,iv:8},t["des-ede"]={key:16,iv:0}},function(e,t,r){(function(e){var n=r(235),i=r(348),a=r(349);var s={binary:!0,hex:!0,base64:!0};t.DiffieHellmanGroup=t.createDiffieHellmanGroup=t.getDiffieHellman=function(t){var r=new e(i[t].prime,"hex"),n=new e(i[t].gen,"hex");return new a(r,n)},t.createDiffieHellman=t.DiffieHellman=function t(r,i,o,d){return e.isBuffer(i)||void 0===s[i]?t(r,"binary",i,o):(i=i||"binary",d=d||"binary",o=o||new e([2]),e.isBuffer(o)||(o=new e(o,d)),"number"==typeof r?new a(n(r,o),o,!0):(e.isBuffer(r)||(r=new e(r,i)),new a(r,o,!0)))}}).call(this,r(3).Buffer)},function(e,t){},function(e,t){},function(e){e.exports=JSON.parse('{"modp1":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a63a3620ffffffffffffffff"},"modp2":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece65381ffffffffffffffff"},"modp5":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca237327ffffffffffffffff"},"modp14":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aacaa68ffffffffffffffff"},"modp15":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a93ad2caffffffffffffffff"},"modp16":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c934063199ffffffffffffffff"},"modp17":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c93402849236c3fab4d27c7026c1d4dcb2602646dec9751e763dba37bdf8ff9406ad9e530ee5db382f413001aeb06a53ed9027d831179727b0865a8918da3edbebcf9b14ed44ce6cbaced4bb1bdb7f1447e6cc254b332051512bd7af426fb8f401378cd2bf5983ca01c64b92ecf032ea15d1721d03f482d7ce6e74fef6d55e702f46980c82b5a84031900b1c9e59e7c97fbec7e8f323a97a7e36cc88be0f1d45b7ff585ac54bd407b22b4154aacc8f6d7ebf48e1d814cc5ed20f8037e0a79715eef29be32806a1d58bb7c5da76f550aa3d8a1fbff0eb19ccb1a313d55cda56c9ec2ef29632387fe8d76e3c0468043e8f663f4860ee12bf2d5b0b7474d6e694f91e6dcc4024ffffffffffffffff"},"modp18":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c93402849236c3fab4d27c7026c1d4dcb2602646dec9751e763dba37bdf8ff9406ad9e530ee5db382f413001aeb06a53ed9027d831179727b0865a8918da3edbebcf9b14ed44ce6cbaced4bb1bdb7f1447e6cc254b332051512bd7af426fb8f401378cd2bf5983ca01c64b92ecf032ea15d1721d03f482d7ce6e74fef6d55e702f46980c82b5a84031900b1c9e59e7c97fbec7e8f323a97a7e36cc88be0f1d45b7ff585ac54bd407b22b4154aacc8f6d7ebf48e1d814cc5ed20f8037e0a79715eef29be32806a1d58bb7c5da76f550aa3d8a1fbff0eb19ccb1a313d55cda56c9ec2ef29632387fe8d76e3c0468043e8f663f4860ee12bf2d5b0b7474d6e694f91e6dbe115974a3926f12fee5e438777cb6a932df8cd8bec4d073b931ba3bc832b68d9dd300741fa7bf8afc47ed2576f6936ba424663aab639c5ae4f5683423b4742bf1c978238f16cbe39d652de3fdb8befc848ad922222e04a4037c0713eb57a81a23f0c73473fc646cea306b4bcbc8862f8385ddfa9d4b7fa2c087e879683303ed5bdd3a062b3cf5b3a278a66d2a13f83f44f82ddf310ee074ab6a364597e899a0255dc164f31cc50846851df9ab48195ded7ea1b1d510bd7ee74d73faf36bc31ecfa268359046f4eb879f924009438b481c6cd7889a002ed5ee382bc9190da6fc026e479558e4475677e9aa9e3050e2765694dfc81f56e880b96e7160c980dd98edd3dfffffffffffffffff"}}')},function(e,t,r){(function(t){var n=r(5),i=new(r(236)),a=new n(24),s=new n(11),o=new n(10),d=new n(3),u=new n(7),h=r(235),c=r(18);function l(e,r){return r=r||"utf8",t.isBuffer(e)||(e=new t(e,r)),this._pub=new n(e),this}function f(e,r){return r=r||"utf8",t.isBuffer(e)||(e=new t(e,r)),this._priv=new n(e),this}e.exports=p;var _={};function p(e,t,r){this.setGenerator(t),this.__prime=new n(e),this._prime=n.mont(this.__prime),this._primeLen=e.length,this._pub=void 0,this._priv=void 0,this._primeCode=void 0,r?(this.setPublicKey=l,this.setPrivateKey=f):this._primeCode=8}function m(e,r){var n=new t(e.toArray());return r?n.toString(r):n}Object.defineProperty(p.prototype,"verifyError",{enumerable:!0,get:function(){return"number"!=typeof this._primeCode&&(this._primeCode=function(e,t){var r=t.toString("hex"),n=[r,e.toString(16)].join("_");if(n in _)return _[n];var c,l=0;if(e.isEven()||!h.simpleSieve||!h.fermatTest(e)||!i.test(e))return l+=1,l+="02"===r||"05"===r?8:4,_[n]=l,l;switch(i.test(e.shrn(1))||(l+=2),r){case"02":e.mod(a).cmp(s)&&(l+=8);break;case"05":(c=e.mod(o)).cmp(d)&&c.cmp(u)&&(l+=8);break;default:l+=4}return _[n]=l,l}(this.__prime,this.__gen)),this._primeCode}}),p.prototype.generateKeys=function(){return this._priv||(this._priv=new n(c(this._primeLen))),this._pub=this._gen.toRed(this._prime).redPow(this._priv).fromRed(),this.getPublicKey()},p.prototype.computeSecret=function(e){var r=(e=(e=new n(e)).toRed(this._prime)).redPow(this._priv).fromRed(),i=new t(r.toArray()),a=this.getPrime();if(i.length<a.length){var s=new t(a.length-i.length);s.fill(0),i=t.concat([s,i])}return i},p.prototype.getPublicKey=function(e){return m(this._pub,e)},p.prototype.getPrivateKey=function(e){return m(this._priv,e)},p.prototype.getPrime=function(e){return m(this.__prime,e)},p.prototype.getGenerator=function(e){return m(this._gen,e)},p.prototype.setGenerator=function(e,r){return r=r||"utf8",t.isBuffer(e)||(e=new t(e,r)),this.__gen=e,this._gen=new n(e),this}}).call(this,r(3).Buffer)},function(e,t,r){var n=r(2).Buffer,i=r(25),a=r(351),s=r(1),o=r(359),d=r(390),u=r(222);function h(e){a.Writable.call(this);var t=u[e];if(!t)throw new Error("Unknown message digest");this._hashType=t.hash,this._hash=i(t.hash),this._tag=t.id,this._signType=t.sign}function c(e){a.Writable.call(this);var t=u[e];if(!t)throw new Error("Unknown message digest");this._hash=i(t.hash),this._tag=t.id,this._signType=t.sign}function l(e){return new h(e)}function f(e){return new c(e)}Object.keys(u).forEach((function(e){u[e].id=n.from(u[e].id,"hex"),u[e.toLowerCase()]=u[e]})),s(h,a.Writable),h.prototype._write=function(e,t,r){this._hash.update(e),r()},h.prototype.update=function(e,t){return"string"==typeof e&&(e=n.from(e,t)),this._hash.update(e),this},h.prototype.sign=function(e,t){this.end();var r=this._hash.digest(),n=o(r,e,this._hashType,this._signType,this._tag);return t?n.toString(t):n},s(c,a.Writable),c.prototype._write=function(e,t,r){this._hash.update(e),r()},c.prototype.update=function(e,t){return"string"==typeof e&&(e=n.from(e,t)),this._hash.update(e),this},c.prototype.verify=function(e,t,r){"string"==typeof t&&(t=n.from(t,r)),this.end();var i=this._hash.digest();return d(t,i,e,this._signType,this._tag)},e.exports={Sign:l,Verify:f,createSign:l,createVerify:f}},function(e,t,r){(t=e.exports=r(237)).Stream=t,t.Readable=t,t.Writable=r(241),t.Duplex=r(23),t.Transform=r(242),t.PassThrough=r(357),t.finished=r(52),t.pipeline=r(358)},function(e,t){},function(e,t,r){"use strict";function n(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function i(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function a(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}var s=r(3).Buffer,o=r(354).inspect,d=o&&o.custom||"inspect";e.exports=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.head=null,this.tail=null,this.length=0}var t,r,u;return t=e,(r=[{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,r=""+t.data;t=t.next;)r+=e+t.data;return r}},{key:"concat",value:function(e){if(0===this.length)return s.alloc(0);for(var t,r,n,i=s.allocUnsafe(e>>>0),a=this.head,o=0;a;)t=a.data,r=i,n=o,s.prototype.copy.call(t,r,n),o+=a.data.length,a=a.next;return i}},{key:"consume",value:function(e,t){var r;return e<this.head.data.length?(r=this.head.data.slice(0,e),this.head.data=this.head.data.slice(e)):r=e===this.head.data.length?this.shift():t?this._getString(e):this._getBuffer(e),r}},{key:"first",value:function(){return this.head.data}},{key:"_getString",value:function(e){var t=this.head,r=1,n=t.data;for(e-=n.length;t=t.next;){var i=t.data,a=e>i.length?i.length:e;if(a===i.length?n+=i:n+=i.slice(0,e),0==(e-=a)){a===i.length?(++r,t.next?this.head=t.next:this.head=this.tail=null):(this.head=t,t.data=i.slice(a));break}++r}return this.length-=r,n}},{key:"_getBuffer",value:function(e){var t=s.allocUnsafe(e),r=this.head,n=1;for(r.data.copy(t),e-=r.data.length;r=r.next;){var i=r.data,a=e>i.length?i.length:e;if(i.copy(t,t.length-e,0,a),0==(e-=a)){a===i.length?(++n,r.next?this.head=r.next:this.head=this.tail=null):(this.head=r,r.data=i.slice(a));break}++n}return this.length-=n,t}},{key:d,value:function(e,t){return o(this,function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?n(Object(r),!0).forEach((function(t){i(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):n(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({},t,{depth:0,customInspect:!1}))}}])&&a(t.prototype,r),u&&a(t,u),e}()},function(e,t){},function(e,t,r){"use strict";(function(t){var n;function i(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var a=r(52),s=Symbol("lastResolve"),o=Symbol("lastReject"),d=Symbol("error"),u=Symbol("ended"),h=Symbol("lastPromise"),c=Symbol("handlePromise"),l=Symbol("stream");function f(e,t){return{value:e,done:t}}function _(e){var t=e[s];if(null!==t){var r=e[l].read();null!==r&&(e[h]=null,e[s]=null,e[o]=null,t(f(r,!1)))}}function p(e){t.nextTick(_,e)}var m=Object.getPrototypeOf((function(){})),y=Object.setPrototypeOf((i(n={get stream(){return this[l]},next:function(){var e=this,r=this[d];if(null!==r)return Promise.reject(r);if(this[u])return Promise.resolve(f(void 0,!0));if(this[l].destroyed)return new Promise((function(r,n){t.nextTick((function(){e[d]?n(e[d]):r(f(void 0,!0))}))}));var n,i=this[h];if(i)n=new Promise(function(e,t){return function(r,n){e.then((function(){t[u]?r(f(void 0,!0)):t[c](r,n)}),n)}}(i,this));else{var a=this[l].read();if(null!==a)return Promise.resolve(f(a,!1));n=new Promise(this[c])}return this[h]=n,n}},Symbol.asyncIterator,(function(){return this})),i(n,"return",(function(){var e=this;return new Promise((function(t,r){e[l].destroy(null,(function(e){e?r(e):t(f(void 0,!0))}))}))})),n),m);e.exports=function(e){var t,r=Object.create(y,(i(t={},l,{value:e,writable:!0}),i(t,s,{value:null,writable:!0}),i(t,o,{value:null,writable:!0}),i(t,d,{value:null,writable:!0}),i(t,u,{value:e._readableState.endEmitted,writable:!0}),i(t,c,{value:function(e,t){var n=r[l].read();n?(r[h]=null,r[s]=null,r[o]=null,e(f(n,!1))):(r[s]=e,r[o]=t)},writable:!0}),t));return r[h]=null,a(e,(function(e){if(e&&"ERR_STREAM_PREMATURE_CLOSE"!==e.code){var t=r[o];return null!==t&&(r[h]=null,r[s]=null,r[o]=null,t(e)),void(r[d]=e)}var n=r[s];null!==n&&(r[h]=null,r[s]=null,r[o]=null,n(f(void 0,!0))),r[u]=!0})),e.on("readable",p.bind(null,r)),r}}).call(this,r(4))},function(e,t){e.exports=function(){throw new Error("Readable.from is not available in the browser")}},function(e,t,r){"use strict";e.exports=i;var n=r(242);function i(e){if(!(this instanceof i))return new i(e);n.call(this,e)}r(1)(i,n),i.prototype._transform=function(e,t,r){r(null,e)}},function(e,t,r){"use strict";var n;var i=r(22).codes,a=i.ERR_MISSING_ARGS,s=i.ERR_STREAM_DESTROYED;function o(e){if(e)throw e}function d(e,t,i,a){a=function(e){var t=!1;return function(){t||(t=!0,e.apply(void 0,arguments))}}(a);var o=!1;e.on("close",(function(){o=!0})),void 0===n&&(n=r(52)),n(e,{readable:t,writable:i},(function(e){if(e)return a(e);o=!0,a()}));var d=!1;return function(t){if(!o&&!d)return d=!0,function(e){return e.setHeader&&"function"==typeof e.abort}(e)?e.abort():"function"==typeof e.destroy?e.destroy():void a(t||new s("pipe"))}}function u(e){e()}function h(e,t){return e.pipe(t)}function c(e){return e.length?"function"!=typeof e[e.length-1]?o:e.pop():o}e.exports=function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];var n,i=c(t);if(Array.isArray(t[0])&&(t=t[0]),t.length<2)throw new a("streams");var s=t.map((function(e,r){var a=r<t.length-1;return d(e,a,r>0,(function(e){n||(n=e),e&&s.forEach(u),a||(s.forEach(u),i(n))}))}));return t.reduce(h)}},function(e,t,r){var n=r(2).Buffer,i=r(220),a=r(53),s=r(54).ec,o=r(248),d=r(36),u=r(254);function h(e,t,r,a){if((e=n.from(e.toArray())).length<t.byteLength()){var s=n.alloc(t.byteLength()-e.length);e=n.concat([s,e])}var o=r.length,d=function(e,t){e=(e=c(e,t)).mod(t);var r=n.from(e.toArray());if(r.length<t.byteLength()){var i=n.alloc(t.byteLength()-r.length);r=n.concat([i,r])}return r}(r,t),u=n.alloc(o);u.fill(1);var h=n.alloc(o);return h=i(a,h).update(u).update(n.from([0])).update(e).update(d).digest(),u=i(a,h).update(u).digest(),{k:h=i(a,h).update(u).update(n.from([1])).update(e).update(d).digest(),v:u=i(a,h).update(u).digest()}}function c(e,t){var r=new o(e),n=(e.length<<3)-t.bitLength();return n>0&&r.ishrn(n),r}function l(e,t,r){var a,s;do{for(a=n.alloc(0);8*a.length<e.bitLength();)t.v=i(r,t.k).update(t.v).digest(),a=n.concat([a,t.v]);s=c(a,e),t.k=i(r,t.k).update(t.v).update(n.from([0])).digest(),t.v=i(r,t.k).update(t.v).digest()}while(-1!==s.cmp(e));return s}function f(e,t,r,n){return e.toRed(o.mont(r)).redPow(t).fromRed().mod(n)}e.exports=function(e,t,r,i,_){var p=d(t);if(p.curve){if("ecdsa"!==i&&"ecdsa/rsa"!==i)throw new Error("wrong private key type");return function(e,t){var r=u[t.curve.join(".")];if(!r)throw new Error("unknown curve "+t.curve.join("."));var i=new s(r).keyFromPrivate(t.privateKey).sign(e);return n.from(i.toDER())}(e,p)}if("dsa"===p.type){if("dsa"!==i)throw new Error("wrong private key type");return function(e,t,r){var i,a=t.params.priv_key,s=t.params.p,d=t.params.q,u=t.params.g,_=new o(0),p=c(e,d).mod(d),m=!1,y=h(a,d,e,r);for(;!1===m;)i=l(d,y,r),_=f(u,i,s,d),0===(m=i.invm(d).imul(p.add(a.mul(_))).mod(d)).cmpn(0)&&(m=!1,_=new o(0));return function(e,t){e=e.toArray(),t=t.toArray(),128&e[0]&&(e=[0].concat(e));128&t[0]&&(t=[0].concat(t));var r=[48,e.length+t.length+4,2,e.length];return r=r.concat(e,[2,t.length],t),n.from(r)}(_,m)}(e,p,r)}if("rsa"!==i&&"ecdsa/rsa"!==i)throw new Error("wrong private key type");e=n.concat([_,e]);for(var m=p.modulus.byteLength(),y=[0,1];e.length+y.length+1<m;)y.push(255);y.push(0);for(var b=-1;++b<e.length;)y.push(e[b]);return a(y,p)},e.exports.getKey=h,e.exports.makeKey=l},function(e,t,r){(function(e){!function(e,t){"use strict";function n(e,t){if(!e)throw new Error(t||"Assertion failed")}function i(e,t){e.super_=t;var r=function(){};r.prototype=t.prototype,e.prototype=new r,e.prototype.constructor=e}function a(e,t,r){if(a.isBN(e))return e;this.negative=0,this.words=null,this.length=0,this.red=null,null!==e&&("le"!==t&&"be"!==t||(r=t,t=10),this._init(e||0,t||10,r||"be"))}var s;"object"==typeof e?e.exports=a:t.BN=a,a.BN=a,a.wordSize=26;try{s="undefined"!=typeof window&&void 0!==window.Buffer?window.Buffer:r(361).Buffer}catch(e){}function o(e,t){var r=e.charCodeAt(t);return r>=48&&r<=57?r-48:r>=65&&r<=70?r-55:r>=97&&r<=102?r-87:void n(!1,"Invalid character in "+e)}function d(e,t,r){var n=o(e,r);return r-1>=t&&(n|=o(e,r-1)<<4),n}function u(e,t,r,i){for(var a=0,s=0,o=Math.min(e.length,r),d=t;d<o;d++){var u=e.charCodeAt(d)-48;a*=i,s=u>=49?u-49+10:u>=17?u-17+10:u,n(u>=0&&s<i,"Invalid character"),a+=s}return a}function h(e,t){e.words=t.words,e.length=t.length,e.negative=t.negative,e.red=t.red}if(a.isBN=function(e){return e instanceof a||null!==e&&"object"==typeof e&&e.constructor.wordSize===a.wordSize&&Array.isArray(e.words)},a.max=function(e,t){return e.cmp(t)>0?e:t},a.min=function(e,t){return e.cmp(t)<0?e:t},a.prototype._init=function(e,t,r){if("number"==typeof e)return this._initNumber(e,t,r);if("object"==typeof e)return this._initArray(e,t,r);"hex"===t&&(t=16),n(t===(0|t)&&t>=2&&t<=36);var i=0;"-"===(e=e.toString().replace(/\s+/g,""))[0]&&(i++,this.negative=1),i<e.length&&(16===t?this._parseHex(e,i,r):(this._parseBase(e,t,i),"le"===r&&this._initArray(this.toArray(),t,r)))},a.prototype._initNumber=function(e,t,r){e<0&&(this.negative=1,e=-e),e<67108864?(this.words=[67108863&e],this.length=1):e<4503599627370496?(this.words=[67108863&e,e/67108864&67108863],this.length=2):(n(e<9007199254740992),this.words=[67108863&e,e/67108864&67108863,1],this.length=3),"le"===r&&this._initArray(this.toArray(),t,r)},a.prototype._initArray=function(e,t,r){if(n("number"==typeof e.length),e.length<=0)return this.words=[0],this.length=1,this;this.length=Math.ceil(e.length/3),this.words=new Array(this.length);for(var i=0;i<this.length;i++)this.words[i]=0;var a,s,o=0;if("be"===r)for(i=e.length-1,a=0;i>=0;i-=3)s=e[i]|e[i-1]<<8|e[i-2]<<16,this.words[a]|=s<<o&67108863,this.words[a+1]=s>>>26-o&67108863,(o+=24)>=26&&(o-=26,a++);else if("le"===r)for(i=0,a=0;i<e.length;i+=3)s=e[i]|e[i+1]<<8|e[i+2]<<16,this.words[a]|=s<<o&67108863,this.words[a+1]=s>>>26-o&67108863,(o+=24)>=26&&(o-=26,a++);return this._strip()},a.prototype._parseHex=function(e,t,r){this.length=Math.ceil((e.length-t)/6),this.words=new Array(this.length);for(var n=0;n<this.length;n++)this.words[n]=0;var i,a=0,s=0;if("be"===r)for(n=e.length-1;n>=t;n-=2)i=d(e,t,n)<<a,this.words[s]|=67108863&i,a>=18?(a-=18,s+=1,this.words[s]|=i>>>26):a+=8;else for(n=(e.length-t)%2==0?t+1:t;n<e.length;n+=2)i=d(e,t,n)<<a,this.words[s]|=67108863&i,a>=18?(a-=18,s+=1,this.words[s]|=i>>>26):a+=8;this._strip()},a.prototype._parseBase=function(e,t,r){this.words=[0],this.length=1;for(var n=0,i=1;i<=67108863;i*=t)n++;n--,i=i/t|0;for(var a=e.length-r,s=a%n,o=Math.min(a,a-s)+r,d=0,h=r;h<o;h+=n)d=u(e,h,h+n,t),this.imuln(i),this.words[0]+d<67108864?this.words[0]+=d:this._iaddn(d);if(0!==s){var c=1;for(d=u(e,h,e.length,t),h=0;h<s;h++)c*=t;this.imuln(c),this.words[0]+d<67108864?this.words[0]+=d:this._iaddn(d)}this._strip()},a.prototype.copy=function(e){e.words=new Array(this.length);for(var t=0;t<this.length;t++)e.words[t]=this.words[t];e.length=this.length,e.negative=this.negative,e.red=this.red},a.prototype._move=function(e){h(e,this)},a.prototype.clone=function(){var e=new a(null);return this.copy(e),e},a.prototype._expand=function(e){for(;this.length<e;)this.words[this.length++]=0;return this},a.prototype._strip=function(){for(;this.length>1&&0===this.words[this.length-1];)this.length--;return this._normSign()},a.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},"undefined"!=typeof Symbol&&"function"==typeof Symbol.for)try{a.prototype[Symbol.for("nodejs.util.inspect.custom")]=c}catch(e){a.prototype.inspect=c}else a.prototype.inspect=c;function c(){return(this.red?"<BN-R: ":"<BN: ")+this.toString(16)+">"}var l=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],f=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],_=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];a.prototype.toString=function(e,t){var r;if(t=0|t||1,16===(e=e||10)||"hex"===e){r="";for(var i=0,a=0,s=0;s<this.length;s++){var o=this.words[s],d=(16777215&(o<<i|a)).toString(16);a=o>>>24-i&16777215,(i+=2)>=26&&(i-=26,s--),r=0!==a||s!==this.length-1?l[6-d.length]+d+r:d+r}for(0!==a&&(r=a.toString(16)+r);r.length%t!=0;)r="0"+r;return 0!==this.negative&&(r="-"+r),r}if(e===(0|e)&&e>=2&&e<=36){var u=f[e],h=_[e];r="";var c=this.clone();for(c.negative=0;!c.isZero();){var p=c.modrn(h).toString(e);r=(c=c.idivn(h)).isZero()?p+r:l[u-p.length]+p+r}for(this.isZero()&&(r="0"+r);r.length%t!=0;)r="0"+r;return 0!==this.negative&&(r="-"+r),r}n(!1,"Base should be between 2 and 36")},a.prototype.toNumber=function(){var e=this.words[0];return 2===this.length?e+=67108864*this.words[1]:3===this.length&&1===this.words[2]?e+=4503599627370496+67108864*this.words[1]:this.length>2&&n(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-e:e},a.prototype.toJSON=function(){return this.toString(16,2)},s&&(a.prototype.toBuffer=function(e,t){return this.toArrayLike(s,e,t)}),a.prototype.toArray=function(e,t){return this.toArrayLike(Array,e,t)};function p(e,t,r){r.negative=t.negative^e.negative;var n=e.length+t.length|0;r.length=n,n=n-1|0;var i=0|e.words[0],a=0|t.words[0],s=i*a,o=67108863&s,d=s/67108864|0;r.words[0]=o;for(var u=1;u<n;u++){for(var h=d>>>26,c=67108863&d,l=Math.min(u,t.length-1),f=Math.max(0,u-e.length+1);f<=l;f++){var _=u-f|0;h+=(s=(i=0|e.words[_])*(a=0|t.words[f])+c)/67108864|0,c=67108863&s}r.words[u]=0|c,d=0|h}return 0!==d?r.words[u]=0|d:r.length--,r._strip()}a.prototype.toArrayLike=function(e,t,r){this._strip();var i=this.byteLength(),a=r||Math.max(1,i);n(i<=a,"byte array longer than desired length"),n(a>0,"Requested array length <= 0");var s=function(e,t){return e.allocUnsafe?e.allocUnsafe(t):new e(t)}(e,a);return this["_toArrayLike"+("le"===t?"LE":"BE")](s,i),s},a.prototype._toArrayLikeLE=function(e,t){for(var r=0,n=0,i=0,a=0;i<this.length;i++){var s=this.words[i]<<a|n;e[r++]=255&s,r<e.length&&(e[r++]=s>>8&255),r<e.length&&(e[r++]=s>>16&255),6===a?(r<e.length&&(e[r++]=s>>24&255),n=0,a=0):(n=s>>>24,a+=2)}if(r<e.length)for(e[r++]=n;r<e.length;)e[r++]=0},a.prototype._toArrayLikeBE=function(e,t){for(var r=e.length-1,n=0,i=0,a=0;i<this.length;i++){var s=this.words[i]<<a|n;e[r--]=255&s,r>=0&&(e[r--]=s>>8&255),r>=0&&(e[r--]=s>>16&255),6===a?(r>=0&&(e[r--]=s>>24&255),n=0,a=0):(n=s>>>24,a+=2)}if(r>=0)for(e[r--]=n;r>=0;)e[r--]=0},Math.clz32?a.prototype._countBits=function(e){return 32-Math.clz32(e)}:a.prototype._countBits=function(e){var t=e,r=0;return t>=4096&&(r+=13,t>>>=13),t>=64&&(r+=7,t>>>=7),t>=8&&(r+=4,t>>>=4),t>=2&&(r+=2,t>>>=2),r+t},a.prototype._zeroBits=function(e){if(0===e)return 26;var t=e,r=0;return 0==(8191&t)&&(r+=13,t>>>=13),0==(127&t)&&(r+=7,t>>>=7),0==(15&t)&&(r+=4,t>>>=4),0==(3&t)&&(r+=2,t>>>=2),0==(1&t)&&r++,r},a.prototype.bitLength=function(){var e=this.words[this.length-1],t=this._countBits(e);return 26*(this.length-1)+t},a.prototype.zeroBits=function(){if(this.isZero())return 0;for(var e=0,t=0;t<this.length;t++){var r=this._zeroBits(this.words[t]);if(e+=r,26!==r)break}return e},a.prototype.byteLength=function(){return Math.ceil(this.bitLength()/8)},a.prototype.toTwos=function(e){return 0!==this.negative?this.abs().inotn(e).iaddn(1):this.clone()},a.prototype.fromTwos=function(e){return this.testn(e-1)?this.notn(e).iaddn(1).ineg():this.clone()},a.prototype.isNeg=function(){return 0!==this.negative},a.prototype.neg=function(){return this.clone().ineg()},a.prototype.ineg=function(){return this.isZero()||(this.negative^=1),this},a.prototype.iuor=function(e){for(;this.length<e.length;)this.words[this.length++]=0;for(var t=0;t<e.length;t++)this.words[t]=this.words[t]|e.words[t];return this._strip()},a.prototype.ior=function(e){return n(0==(this.negative|e.negative)),this.iuor(e)},a.prototype.or=function(e){return this.length>e.length?this.clone().ior(e):e.clone().ior(this)},a.prototype.uor=function(e){return this.length>e.length?this.clone().iuor(e):e.clone().iuor(this)},a.prototype.iuand=function(e){var t;t=this.length>e.length?e:this;for(var r=0;r<t.length;r++)this.words[r]=this.words[r]&e.words[r];return this.length=t.length,this._strip()},a.prototype.iand=function(e){return n(0==(this.negative|e.negative)),this.iuand(e)},a.prototype.and=function(e){return this.length>e.length?this.clone().iand(e):e.clone().iand(this)},a.prototype.uand=function(e){return this.length>e.length?this.clone().iuand(e):e.clone().iuand(this)},a.prototype.iuxor=function(e){var t,r;this.length>e.length?(t=this,r=e):(t=e,r=this);for(var n=0;n<r.length;n++)this.words[n]=t.words[n]^r.words[n];if(this!==t)for(;n<t.length;n++)this.words[n]=t.words[n];return this.length=t.length,this._strip()},a.prototype.ixor=function(e){return n(0==(this.negative|e.negative)),this.iuxor(e)},a.prototype.xor=function(e){return this.length>e.length?this.clone().ixor(e):e.clone().ixor(this)},a.prototype.uxor=function(e){return this.length>e.length?this.clone().iuxor(e):e.clone().iuxor(this)},a.prototype.inotn=function(e){n("number"==typeof e&&e>=0);var t=0|Math.ceil(e/26),r=e%26;this._expand(t),r>0&&t--;for(var i=0;i<t;i++)this.words[i]=67108863&~this.words[i];return r>0&&(this.words[i]=~this.words[i]&67108863>>26-r),this._strip()},a.prototype.notn=function(e){return this.clone().inotn(e)},a.prototype.setn=function(e,t){n("number"==typeof e&&e>=0);var r=e/26|0,i=e%26;return this._expand(r+1),this.words[r]=t?this.words[r]|1<<i:this.words[r]&~(1<<i),this._strip()},a.prototype.iadd=function(e){var t,r,n;if(0!==this.negative&&0===e.negative)return this.negative=0,t=this.isub(e),this.negative^=1,this._normSign();if(0===this.negative&&0!==e.negative)return e.negative=0,t=this.isub(e),e.negative=1,t._normSign();this.length>e.length?(r=this,n=e):(r=e,n=this);for(var i=0,a=0;a<n.length;a++)t=(0|r.words[a])+(0|n.words[a])+i,this.words[a]=67108863&t,i=t>>>26;for(;0!==i&&a<r.length;a++)t=(0|r.words[a])+i,this.words[a]=67108863&t,i=t>>>26;if(this.length=r.length,0!==i)this.words[this.length]=i,this.length++;else if(r!==this)for(;a<r.length;a++)this.words[a]=r.words[a];return this},a.prototype.add=function(e){var t;return 0!==e.negative&&0===this.negative?(e.negative=0,t=this.sub(e),e.negative^=1,t):0===e.negative&&0!==this.negative?(this.negative=0,t=e.sub(this),this.negative=1,t):this.length>e.length?this.clone().iadd(e):e.clone().iadd(this)},a.prototype.isub=function(e){if(0!==e.negative){e.negative=0;var t=this.iadd(e);return e.negative=1,t._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(e),this.negative=1,this._normSign();var r,n,i=this.cmp(e);if(0===i)return this.negative=0,this.length=1,this.words[0]=0,this;i>0?(r=this,n=e):(r=e,n=this);for(var a=0,s=0;s<n.length;s++)a=(t=(0|r.words[s])-(0|n.words[s])+a)>>26,this.words[s]=67108863&t;for(;0!==a&&s<r.length;s++)a=(t=(0|r.words[s])+a)>>26,this.words[s]=67108863&t;if(0===a&&s<r.length&&r!==this)for(;s<r.length;s++)this.words[s]=r.words[s];return this.length=Math.max(this.length,s),r!==this&&(this.negative=1),this._strip()},a.prototype.sub=function(e){return this.clone().isub(e)};var m=function(e,t,r){var n,i,a,s=e.words,o=t.words,d=r.words,u=0,h=0|s[0],c=8191&h,l=h>>>13,f=0|s[1],_=8191&f,p=f>>>13,m=0|s[2],y=8191&m,b=m>>>13,g=0|s[3],M=8191&g,T=g>>>13,v=0|s[4],w=8191&v,L=v>>>13,S=0|s[5],E=8191&S,D=S>>>13,A=0|s[6],k=8191&A,Y=A>>>13,O=0|s[7],F=8191&O,P=O>>>13,I=0|s[8],R=8191&I,x=I>>>13,j=0|s[9],K=8191&j,H=j>>>13,N=0|o[0],C=8191&N,U=N>>>13,B=0|o[1],W=8191&B,z=B>>>13,q=0|o[2],G=8191&q,J=q>>>13,V=0|o[3],Z=8191&V,Q=V>>>13,X=0|o[4],$=8191&X,ee=X>>>13,te=0|o[5],re=8191&te,ne=te>>>13,ie=0|o[6],ae=8191&ie,se=ie>>>13,oe=0|o[7],de=8191&oe,ue=oe>>>13,he=0|o[8],ce=8191&he,le=he>>>13,fe=0|o[9],_e=8191&fe,pe=fe>>>13;r.negative=e.negative^t.negative,r.length=19;var me=(u+(n=Math.imul(c,C))|0)+((8191&(i=(i=Math.imul(c,U))+Math.imul(l,C)|0))<<13)|0;u=((a=Math.imul(l,U))+(i>>>13)|0)+(me>>>26)|0,me&=67108863,n=Math.imul(_,C),i=(i=Math.imul(_,U))+Math.imul(p,C)|0,a=Math.imul(p,U);var ye=(u+(n=n+Math.imul(c,W)|0)|0)+((8191&(i=(i=i+Math.imul(c,z)|0)+Math.imul(l,W)|0))<<13)|0;u=((a=a+Math.imul(l,z)|0)+(i>>>13)|0)+(ye>>>26)|0,ye&=67108863,n=Math.imul(y,C),i=(i=Math.imul(y,U))+Math.imul(b,C)|0,a=Math.imul(b,U),n=n+Math.imul(_,W)|0,i=(i=i+Math.imul(_,z)|0)+Math.imul(p,W)|0,a=a+Math.imul(p,z)|0;var be=(u+(n=n+Math.imul(c,G)|0)|0)+((8191&(i=(i=i+Math.imul(c,J)|0)+Math.imul(l,G)|0))<<13)|0;u=((a=a+Math.imul(l,J)|0)+(i>>>13)|0)+(be>>>26)|0,be&=67108863,n=Math.imul(M,C),i=(i=Math.imul(M,U))+Math.imul(T,C)|0,a=Math.imul(T,U),n=n+Math.imul(y,W)|0,i=(i=i+Math.imul(y,z)|0)+Math.imul(b,W)|0,a=a+Math.imul(b,z)|0,n=n+Math.imul(_,G)|0,i=(i=i+Math.imul(_,J)|0)+Math.imul(p,G)|0,a=a+Math.imul(p,J)|0;var ge=(u+(n=n+Math.imul(c,Z)|0)|0)+((8191&(i=(i=i+Math.imul(c,Q)|0)+Math.imul(l,Z)|0))<<13)|0;u=((a=a+Math.imul(l,Q)|0)+(i>>>13)|0)+(ge>>>26)|0,ge&=67108863,n=Math.imul(w,C),i=(i=Math.imul(w,U))+Math.imul(L,C)|0,a=Math.imul(L,U),n=n+Math.imul(M,W)|0,i=(i=i+Math.imul(M,z)|0)+Math.imul(T,W)|0,a=a+Math.imul(T,z)|0,n=n+Math.imul(y,G)|0,i=(i=i+Math.imul(y,J)|0)+Math.imul(b,G)|0,a=a+Math.imul(b,J)|0,n=n+Math.imul(_,Z)|0,i=(i=i+Math.imul(_,Q)|0)+Math.imul(p,Z)|0,a=a+Math.imul(p,Q)|0;var Me=(u+(n=n+Math.imul(c,$)|0)|0)+((8191&(i=(i=i+Math.imul(c,ee)|0)+Math.imul(l,$)|0))<<13)|0;u=((a=a+Math.imul(l,ee)|0)+(i>>>13)|0)+(Me>>>26)|0,Me&=67108863,n=Math.imul(E,C),i=(i=Math.imul(E,U))+Math.imul(D,C)|0,a=Math.imul(D,U),n=n+Math.imul(w,W)|0,i=(i=i+Math.imul(w,z)|0)+Math.imul(L,W)|0,a=a+Math.imul(L,z)|0,n=n+Math.imul(M,G)|0,i=(i=i+Math.imul(M,J)|0)+Math.imul(T,G)|0,a=a+Math.imul(T,J)|0,n=n+Math.imul(y,Z)|0,i=(i=i+Math.imul(y,Q)|0)+Math.imul(b,Z)|0,a=a+Math.imul(b,Q)|0,n=n+Math.imul(_,$)|0,i=(i=i+Math.imul(_,ee)|0)+Math.imul(p,$)|0,a=a+Math.imul(p,ee)|0;var Te=(u+(n=n+Math.imul(c,re)|0)|0)+((8191&(i=(i=i+Math.imul(c,ne)|0)+Math.imul(l,re)|0))<<13)|0;u=((a=a+Math.imul(l,ne)|0)+(i>>>13)|0)+(Te>>>26)|0,Te&=67108863,n=Math.imul(k,C),i=(i=Math.imul(k,U))+Math.imul(Y,C)|0,a=Math.imul(Y,U),n=n+Math.imul(E,W)|0,i=(i=i+Math.imul(E,z)|0)+Math.imul(D,W)|0,a=a+Math.imul(D,z)|0,n=n+Math.imul(w,G)|0,i=(i=i+Math.imul(w,J)|0)+Math.imul(L,G)|0,a=a+Math.imul(L,J)|0,n=n+Math.imul(M,Z)|0,i=(i=i+Math.imul(M,Q)|0)+Math.imul(T,Z)|0,a=a+Math.imul(T,Q)|0,n=n+Math.imul(y,$)|0,i=(i=i+Math.imul(y,ee)|0)+Math.imul(b,$)|0,a=a+Math.imul(b,ee)|0,n=n+Math.imul(_,re)|0,i=(i=i+Math.imul(_,ne)|0)+Math.imul(p,re)|0,a=a+Math.imul(p,ne)|0;var ve=(u+(n=n+Math.imul(c,ae)|0)|0)+((8191&(i=(i=i+Math.imul(c,se)|0)+Math.imul(l,ae)|0))<<13)|0;u=((a=a+Math.imul(l,se)|0)+(i>>>13)|0)+(ve>>>26)|0,ve&=67108863,n=Math.imul(F,C),i=(i=Math.imul(F,U))+Math.imul(P,C)|0,a=Math.imul(P,U),n=n+Math.imul(k,W)|0,i=(i=i+Math.imul(k,z)|0)+Math.imul(Y,W)|0,a=a+Math.imul(Y,z)|0,n=n+Math.imul(E,G)|0,i=(i=i+Math.imul(E,J)|0)+Math.imul(D,G)|0,a=a+Math.imul(D,J)|0,n=n+Math.imul(w,Z)|0,i=(i=i+Math.imul(w,Q)|0)+Math.imul(L,Z)|0,a=a+Math.imul(L,Q)|0,n=n+Math.imul(M,$)|0,i=(i=i+Math.imul(M,ee)|0)+Math.imul(T,$)|0,a=a+Math.imul(T,ee)|0,n=n+Math.imul(y,re)|0,i=(i=i+Math.imul(y,ne)|0)+Math.imul(b,re)|0,a=a+Math.imul(b,ne)|0,n=n+Math.imul(_,ae)|0,i=(i=i+Math.imul(_,se)|0)+Math.imul(p,ae)|0,a=a+Math.imul(p,se)|0;var we=(u+(n=n+Math.imul(c,de)|0)|0)+((8191&(i=(i=i+Math.imul(c,ue)|0)+Math.imul(l,de)|0))<<13)|0;u=((a=a+Math.imul(l,ue)|0)+(i>>>13)|0)+(we>>>26)|0,we&=67108863,n=Math.imul(R,C),i=(i=Math.imul(R,U))+Math.imul(x,C)|0,a=Math.imul(x,U),n=n+Math.imul(F,W)|0,i=(i=i+Math.imul(F,z)|0)+Math.imul(P,W)|0,a=a+Math.imul(P,z)|0,n=n+Math.imul(k,G)|0,i=(i=i+Math.imul(k,J)|0)+Math.imul(Y,G)|0,a=a+Math.imul(Y,J)|0,n=n+Math.imul(E,Z)|0,i=(i=i+Math.imul(E,Q)|0)+Math.imul(D,Z)|0,a=a+Math.imul(D,Q)|0,n=n+Math.imul(w,$)|0,i=(i=i+Math.imul(w,ee)|0)+Math.imul(L,$)|0,a=a+Math.imul(L,ee)|0,n=n+Math.imul(M,re)|0,i=(i=i+Math.imul(M,ne)|0)+Math.imul(T,re)|0,a=a+Math.imul(T,ne)|0,n=n+Math.imul(y,ae)|0,i=(i=i+Math.imul(y,se)|0)+Math.imul(b,ae)|0,a=a+Math.imul(b,se)|0,n=n+Math.imul(_,de)|0,i=(i=i+Math.imul(_,ue)|0)+Math.imul(p,de)|0,a=a+Math.imul(p,ue)|0;var Le=(u+(n=n+Math.imul(c,ce)|0)|0)+((8191&(i=(i=i+Math.imul(c,le)|0)+Math.imul(l,ce)|0))<<13)|0;u=((a=a+Math.imul(l,le)|0)+(i>>>13)|0)+(Le>>>26)|0,Le&=67108863,n=Math.imul(K,C),i=(i=Math.imul(K,U))+Math.imul(H,C)|0,a=Math.imul(H,U),n=n+Math.imul(R,W)|0,i=(i=i+Math.imul(R,z)|0)+Math.imul(x,W)|0,a=a+Math.imul(x,z)|0,n=n+Math.imul(F,G)|0,i=(i=i+Math.imul(F,J)|0)+Math.imul(P,G)|0,a=a+Math.imul(P,J)|0,n=n+Math.imul(k,Z)|0,i=(i=i+Math.imul(k,Q)|0)+Math.imul(Y,Z)|0,a=a+Math.imul(Y,Q)|0,n=n+Math.imul(E,$)|0,i=(i=i+Math.imul(E,ee)|0)+Math.imul(D,$)|0,a=a+Math.imul(D,ee)|0,n=n+Math.imul(w,re)|0,i=(i=i+Math.imul(w,ne)|0)+Math.imul(L,re)|0,a=a+Math.imul(L,ne)|0,n=n+Math.imul(M,ae)|0,i=(i=i+Math.imul(M,se)|0)+Math.imul(T,ae)|0,a=a+Math.imul(T,se)|0,n=n+Math.imul(y,de)|0,i=(i=i+Math.imul(y,ue)|0)+Math.imul(b,de)|0,a=a+Math.imul(b,ue)|0,n=n+Math.imul(_,ce)|0,i=(i=i+Math.imul(_,le)|0)+Math.imul(p,ce)|0,a=a+Math.imul(p,le)|0;var Se=(u+(n=n+Math.imul(c,_e)|0)|0)+((8191&(i=(i=i+Math.imul(c,pe)|0)+Math.imul(l,_e)|0))<<13)|0;u=((a=a+Math.imul(l,pe)|0)+(i>>>13)|0)+(Se>>>26)|0,Se&=67108863,n=Math.imul(K,W),i=(i=Math.imul(K,z))+Math.imul(H,W)|0,a=Math.imul(H,z),n=n+Math.imul(R,G)|0,i=(i=i+Math.imul(R,J)|0)+Math.imul(x,G)|0,a=a+Math.imul(x,J)|0,n=n+Math.imul(F,Z)|0,i=(i=i+Math.imul(F,Q)|0)+Math.imul(P,Z)|0,a=a+Math.imul(P,Q)|0,n=n+Math.imul(k,$)|0,i=(i=i+Math.imul(k,ee)|0)+Math.imul(Y,$)|0,a=a+Math.imul(Y,ee)|0,n=n+Math.imul(E,re)|0,i=(i=i+Math.imul(E,ne)|0)+Math.imul(D,re)|0,a=a+Math.imul(D,ne)|0,n=n+Math.imul(w,ae)|0,i=(i=i+Math.imul(w,se)|0)+Math.imul(L,ae)|0,a=a+Math.imul(L,se)|0,n=n+Math.imul(M,de)|0,i=(i=i+Math.imul(M,ue)|0)+Math.imul(T,de)|0,a=a+Math.imul(T,ue)|0,n=n+Math.imul(y,ce)|0,i=(i=i+Math.imul(y,le)|0)+Math.imul(b,ce)|0,a=a+Math.imul(b,le)|0;var Ee=(u+(n=n+Math.imul(_,_e)|0)|0)+((8191&(i=(i=i+Math.imul(_,pe)|0)+Math.imul(p,_e)|0))<<13)|0;u=((a=a+Math.imul(p,pe)|0)+(i>>>13)|0)+(Ee>>>26)|0,Ee&=67108863,n=Math.imul(K,G),i=(i=Math.imul(K,J))+Math.imul(H,G)|0,a=Math.imul(H,J),n=n+Math.imul(R,Z)|0,i=(i=i+Math.imul(R,Q)|0)+Math.imul(x,Z)|0,a=a+Math.imul(x,Q)|0,n=n+Math.imul(F,$)|0,i=(i=i+Math.imul(F,ee)|0)+Math.imul(P,$)|0,a=a+Math.imul(P,ee)|0,n=n+Math.imul(k,re)|0,i=(i=i+Math.imul(k,ne)|0)+Math.imul(Y,re)|0,a=a+Math.imul(Y,ne)|0,n=n+Math.imul(E,ae)|0,i=(i=i+Math.imul(E,se)|0)+Math.imul(D,ae)|0,a=a+Math.imul(D,se)|0,n=n+Math.imul(w,de)|0,i=(i=i+Math.imul(w,ue)|0)+Math.imul(L,de)|0,a=a+Math.imul(L,ue)|0,n=n+Math.imul(M,ce)|0,i=(i=i+Math.imul(M,le)|0)+Math.imul(T,ce)|0,a=a+Math.imul(T,le)|0;var De=(u+(n=n+Math.imul(y,_e)|0)|0)+((8191&(i=(i=i+Math.imul(y,pe)|0)+Math.imul(b,_e)|0))<<13)|0;u=((a=a+Math.imul(b,pe)|0)+(i>>>13)|0)+(De>>>26)|0,De&=67108863,n=Math.imul(K,Z),i=(i=Math.imul(K,Q))+Math.imul(H,Z)|0,a=Math.imul(H,Q),n=n+Math.imul(R,$)|0,i=(i=i+Math.imul(R,ee)|0)+Math.imul(x,$)|0,a=a+Math.imul(x,ee)|0,n=n+Math.imul(F,re)|0,i=(i=i+Math.imul(F,ne)|0)+Math.imul(P,re)|0,a=a+Math.imul(P,ne)|0,n=n+Math.imul(k,ae)|0,i=(i=i+Math.imul(k,se)|0)+Math.imul(Y,ae)|0,a=a+Math.imul(Y,se)|0,n=n+Math.imul(E,de)|0,i=(i=i+Math.imul(E,ue)|0)+Math.imul(D,de)|0,a=a+Math.imul(D,ue)|0,n=n+Math.imul(w,ce)|0,i=(i=i+Math.imul(w,le)|0)+Math.imul(L,ce)|0,a=a+Math.imul(L,le)|0;var Ae=(u+(n=n+Math.imul(M,_e)|0)|0)+((8191&(i=(i=i+Math.imul(M,pe)|0)+Math.imul(T,_e)|0))<<13)|0;u=((a=a+Math.imul(T,pe)|0)+(i>>>13)|0)+(Ae>>>26)|0,Ae&=67108863,n=Math.imul(K,$),i=(i=Math.imul(K,ee))+Math.imul(H,$)|0,a=Math.imul(H,ee),n=n+Math.imul(R,re)|0,i=(i=i+Math.imul(R,ne)|0)+Math.imul(x,re)|0,a=a+Math.imul(x,ne)|0,n=n+Math.imul(F,ae)|0,i=(i=i+Math.imul(F,se)|0)+Math.imul(P,ae)|0,a=a+Math.imul(P,se)|0,n=n+Math.imul(k,de)|0,i=(i=i+Math.imul(k,ue)|0)+Math.imul(Y,de)|0,a=a+Math.imul(Y,ue)|0,n=n+Math.imul(E,ce)|0,i=(i=i+Math.imul(E,le)|0)+Math.imul(D,ce)|0,a=a+Math.imul(D,le)|0;var ke=(u+(n=n+Math.imul(w,_e)|0)|0)+((8191&(i=(i=i+Math.imul(w,pe)|0)+Math.imul(L,_e)|0))<<13)|0;u=((a=a+Math.imul(L,pe)|0)+(i>>>13)|0)+(ke>>>26)|0,ke&=67108863,n=Math.imul(K,re),i=(i=Math.imul(K,ne))+Math.imul(H,re)|0,a=Math.imul(H,ne),n=n+Math.imul(R,ae)|0,i=(i=i+Math.imul(R,se)|0)+Math.imul(x,ae)|0,a=a+Math.imul(x,se)|0,n=n+Math.imul(F,de)|0,i=(i=i+Math.imul(F,ue)|0)+Math.imul(P,de)|0,a=a+Math.imul(P,ue)|0,n=n+Math.imul(k,ce)|0,i=(i=i+Math.imul(k,le)|0)+Math.imul(Y,ce)|0,a=a+Math.imul(Y,le)|0;var Ye=(u+(n=n+Math.imul(E,_e)|0)|0)+((8191&(i=(i=i+Math.imul(E,pe)|0)+Math.imul(D,_e)|0))<<13)|0;u=((a=a+Math.imul(D,pe)|0)+(i>>>13)|0)+(Ye>>>26)|0,Ye&=67108863,n=Math.imul(K,ae),i=(i=Math.imul(K,se))+Math.imul(H,ae)|0,a=Math.imul(H,se),n=n+Math.imul(R,de)|0,i=(i=i+Math.imul(R,ue)|0)+Math.imul(x,de)|0,a=a+Math.imul(x,ue)|0,n=n+Math.imul(F,ce)|0,i=(i=i+Math.imul(F,le)|0)+Math.imul(P,ce)|0,a=a+Math.imul(P,le)|0;var Oe=(u+(n=n+Math.imul(k,_e)|0)|0)+((8191&(i=(i=i+Math.imul(k,pe)|0)+Math.imul(Y,_e)|0))<<13)|0;u=((a=a+Math.imul(Y,pe)|0)+(i>>>13)|0)+(Oe>>>26)|0,Oe&=67108863,n=Math.imul(K,de),i=(i=Math.imul(K,ue))+Math.imul(H,de)|0,a=Math.imul(H,ue),n=n+Math.imul(R,ce)|0,i=(i=i+Math.imul(R,le)|0)+Math.imul(x,ce)|0,a=a+Math.imul(x,le)|0;var Fe=(u+(n=n+Math.imul(F,_e)|0)|0)+((8191&(i=(i=i+Math.imul(F,pe)|0)+Math.imul(P,_e)|0))<<13)|0;u=((a=a+Math.imul(P,pe)|0)+(i>>>13)|0)+(Fe>>>26)|0,Fe&=67108863,n=Math.imul(K,ce),i=(i=Math.imul(K,le))+Math.imul(H,ce)|0,a=Math.imul(H,le);var Pe=(u+(n=n+Math.imul(R,_e)|0)|0)+((8191&(i=(i=i+Math.imul(R,pe)|0)+Math.imul(x,_e)|0))<<13)|0;u=((a=a+Math.imul(x,pe)|0)+(i>>>13)|0)+(Pe>>>26)|0,Pe&=67108863;var Ie=(u+(n=Math.imul(K,_e))|0)+((8191&(i=(i=Math.imul(K,pe))+Math.imul(H,_e)|0))<<13)|0;return u=((a=Math.imul(H,pe))+(i>>>13)|0)+(Ie>>>26)|0,Ie&=67108863,d[0]=me,d[1]=ye,d[2]=be,d[3]=ge,d[4]=Me,d[5]=Te,d[6]=ve,d[7]=we,d[8]=Le,d[9]=Se,d[10]=Ee,d[11]=De,d[12]=Ae,d[13]=ke,d[14]=Ye,d[15]=Oe,d[16]=Fe,d[17]=Pe,d[18]=Ie,0!==u&&(d[19]=u,r.length++),r};function y(e,t,r){r.negative=t.negative^e.negative,r.length=e.length+t.length;for(var n=0,i=0,a=0;a<r.length-1;a++){var s=i;i=0;for(var o=67108863&n,d=Math.min(a,t.length-1),u=Math.max(0,a-e.length+1);u<=d;u++){var h=a-u,c=(0|e.words[h])*(0|t.words[u]),l=67108863&c;o=67108863&(l=l+o|0),i+=(s=(s=s+(c/67108864|0)|0)+(l>>>26)|0)>>>26,s&=67108863}r.words[a]=o,n=s,s=i}return 0!==n?r.words[a]=n:r.length--,r._strip()}function b(e,t,r){return y(e,t,r)}function g(e,t){this.x=e,this.y=t}Math.imul||(m=p),a.prototype.mulTo=function(e,t){var r=this.length+e.length;return 10===this.length&&10===e.length?m(this,e,t):r<63?p(this,e,t):r<1024?y(this,e,t):b(this,e,t)},g.prototype.makeRBT=function(e){for(var t=new Array(e),r=a.prototype._countBits(e)-1,n=0;n<e;n++)t[n]=this.revBin(n,r,e);return t},g.prototype.revBin=function(e,t,r){if(0===e||e===r-1)return e;for(var n=0,i=0;i<t;i++)n|=(1&e)<<t-i-1,e>>=1;return n},g.prototype.permute=function(e,t,r,n,i,a){for(var s=0;s<a;s++)n[s]=t[e[s]],i[s]=r[e[s]]},g.prototype.transform=function(e,t,r,n,i,a){this.permute(a,e,t,r,n,i);for(var s=1;s<i;s<<=1)for(var o=s<<1,d=Math.cos(2*Math.PI/o),u=Math.sin(2*Math.PI/o),h=0;h<i;h+=o)for(var c=d,l=u,f=0;f<s;f++){var _=r[h+f],p=n[h+f],m=r[h+f+s],y=n[h+f+s],b=c*m-l*y;y=c*y+l*m,m=b,r[h+f]=_+m,n[h+f]=p+y,r[h+f+s]=_-m,n[h+f+s]=p-y,f!==o&&(b=d*c-u*l,l=d*l+u*c,c=b)}},g.prototype.guessLen13b=function(e,t){var r=1|Math.max(t,e),n=1&r,i=0;for(r=r/2|0;r;r>>>=1)i++;return 1<<i+1+n},g.prototype.conjugate=function(e,t,r){if(!(r<=1))for(var n=0;n<r/2;n++){var i=e[n];e[n]=e[r-n-1],e[r-n-1]=i,i=t[n],t[n]=-t[r-n-1],t[r-n-1]=-i}},g.prototype.normalize13b=function(e,t){for(var r=0,n=0;n<t/2;n++){var i=8192*Math.round(e[2*n+1]/t)+Math.round(e[2*n]/t)+r;e[n]=67108863&i,r=i<67108864?0:i/67108864|0}return e},g.prototype.convert13b=function(e,t,r,i){for(var a=0,s=0;s<t;s++)a+=0|e[s],r[2*s]=8191&a,a>>>=13,r[2*s+1]=8191&a,a>>>=13;for(s=2*t;s<i;++s)r[s]=0;n(0===a),n(0==(-8192&a))},g.prototype.stub=function(e){for(var t=new Array(e),r=0;r<e;r++)t[r]=0;return t},g.prototype.mulp=function(e,t,r){var n=2*this.guessLen13b(e.length,t.length),i=this.makeRBT(n),a=this.stub(n),s=new Array(n),o=new Array(n),d=new Array(n),u=new Array(n),h=new Array(n),c=new Array(n),l=r.words;l.length=n,this.convert13b(e.words,e.length,s,n),this.convert13b(t.words,t.length,u,n),this.transform(s,a,o,d,n,i),this.transform(u,a,h,c,n,i);for(var f=0;f<n;f++){var _=o[f]*h[f]-d[f]*c[f];d[f]=o[f]*c[f]+d[f]*h[f],o[f]=_}return this.conjugate(o,d,n),this.transform(o,d,l,a,n,i),this.conjugate(l,a,n),this.normalize13b(l,n),r.negative=e.negative^t.negative,r.length=e.length+t.length,r._strip()},a.prototype.mul=function(e){var t=new a(null);return t.words=new Array(this.length+e.length),this.mulTo(e,t)},a.prototype.mulf=function(e){var t=new a(null);return t.words=new Array(this.length+e.length),b(this,e,t)},a.prototype.imul=function(e){return this.clone().mulTo(e,this)},a.prototype.imuln=function(e){var t=e<0;t&&(e=-e),n("number"==typeof e),n(e<67108864);for(var r=0,i=0;i<this.length;i++){var a=(0|this.words[i])*e,s=(67108863&a)+(67108863&r);r>>=26,r+=a/67108864|0,r+=s>>>26,this.words[i]=67108863&s}return 0!==r&&(this.words[i]=r,this.length++),t?this.ineg():this},a.prototype.muln=function(e){return this.clone().imuln(e)},a.prototype.sqr=function(){return this.mul(this)},a.prototype.isqr=function(){return this.imul(this.clone())},a.prototype.pow=function(e){var t=function(e){for(var t=new Array(e.bitLength()),r=0;r<t.length;r++){var n=r/26|0,i=r%26;t[r]=e.words[n]>>>i&1}return t}(e);if(0===t.length)return new a(1);for(var r=this,n=0;n<t.length&&0===t[n];n++,r=r.sqr());if(++n<t.length)for(var i=r.sqr();n<t.length;n++,i=i.sqr())0!==t[n]&&(r=r.mul(i));return r},a.prototype.iushln=function(e){n("number"==typeof e&&e>=0);var t,r=e%26,i=(e-r)/26,a=67108863>>>26-r<<26-r;if(0!==r){var s=0;for(t=0;t<this.length;t++){var o=this.words[t]&a,d=(0|this.words[t])-o<<r;this.words[t]=d|s,s=o>>>26-r}s&&(this.words[t]=s,this.length++)}if(0!==i){for(t=this.length-1;t>=0;t--)this.words[t+i]=this.words[t];for(t=0;t<i;t++)this.words[t]=0;this.length+=i}return this._strip()},a.prototype.ishln=function(e){return n(0===this.negative),this.iushln(e)},a.prototype.iushrn=function(e,t,r){var i;n("number"==typeof e&&e>=0),i=t?(t-t%26)/26:0;var a=e%26,s=Math.min((e-a)/26,this.length),o=67108863^67108863>>>a<<a,d=r;if(i-=s,i=Math.max(0,i),d){for(var u=0;u<s;u++)d.words[u]=this.words[u];d.length=s}if(0===s);else if(this.length>s)for(this.length-=s,u=0;u<this.length;u++)this.words[u]=this.words[u+s];else this.words[0]=0,this.length=1;var h=0;for(u=this.length-1;u>=0&&(0!==h||u>=i);u--){var c=0|this.words[u];this.words[u]=h<<26-a|c>>>a,h=c&o}return d&&0!==h&&(d.words[d.length++]=h),0===this.length&&(this.words[0]=0,this.length=1),this._strip()},a.prototype.ishrn=function(e,t,r){return n(0===this.negative),this.iushrn(e,t,r)},a.prototype.shln=function(e){return this.clone().ishln(e)},a.prototype.ushln=function(e){return this.clone().iushln(e)},a.prototype.shrn=function(e){return this.clone().ishrn(e)},a.prototype.ushrn=function(e){return this.clone().iushrn(e)},a.prototype.testn=function(e){n("number"==typeof e&&e>=0);var t=e%26,r=(e-t)/26,i=1<<t;return!(this.length<=r)&&!!(this.words[r]&i)},a.prototype.imaskn=function(e){n("number"==typeof e&&e>=0);var t=e%26,r=(e-t)/26;if(n(0===this.negative,"imaskn works only with positive numbers"),this.length<=r)return this;if(0!==t&&r++,this.length=Math.min(r,this.length),0!==t){var i=67108863^67108863>>>t<<t;this.words[this.length-1]&=i}return this._strip()},a.prototype.maskn=function(e){return this.clone().imaskn(e)},a.prototype.iaddn=function(e){return n("number"==typeof e),n(e<67108864),e<0?this.isubn(-e):0!==this.negative?1===this.length&&(0|this.words[0])<=e?(this.words[0]=e-(0|this.words[0]),this.negative=0,this):(this.negative=0,this.isubn(e),this.negative=1,this):this._iaddn(e)},a.prototype._iaddn=function(e){this.words[0]+=e;for(var t=0;t<this.length&&this.words[t]>=67108864;t++)this.words[t]-=67108864,t===this.length-1?this.words[t+1]=1:this.words[t+1]++;return this.length=Math.max(this.length,t+1),this},a.prototype.isubn=function(e){if(n("number"==typeof e),n(e<67108864),e<0)return this.iaddn(-e);if(0!==this.negative)return this.negative=0,this.iaddn(e),this.negative=1,this;if(this.words[0]-=e,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var t=0;t<this.length&&this.words[t]<0;t++)this.words[t]+=67108864,this.words[t+1]-=1;return this._strip()},a.prototype.addn=function(e){return this.clone().iaddn(e)},a.prototype.subn=function(e){return this.clone().isubn(e)},a.prototype.iabs=function(){return this.negative=0,this},a.prototype.abs=function(){return this.clone().iabs()},a.prototype._ishlnsubmul=function(e,t,r){var i,a,s=e.length+r;this._expand(s);var o=0;for(i=0;i<e.length;i++){a=(0|this.words[i+r])+o;var d=(0|e.words[i])*t;o=((a-=67108863&d)>>26)-(d/67108864|0),this.words[i+r]=67108863&a}for(;i<this.length-r;i++)o=(a=(0|this.words[i+r])+o)>>26,this.words[i+r]=67108863&a;if(0===o)return this._strip();for(n(-1===o),o=0,i=0;i<this.length;i++)o=(a=-(0|this.words[i])+o)>>26,this.words[i]=67108863&a;return this.negative=1,this._strip()},a.prototype._wordDiv=function(e,t){var r=(this.length,e.length),n=this.clone(),i=e,s=0|i.words[i.length-1];0!==(r=26-this._countBits(s))&&(i=i.ushln(r),n.iushln(r),s=0|i.words[i.length-1]);var o,d=n.length-i.length;if("mod"!==t){(o=new a(null)).length=d+1,o.words=new Array(o.length);for(var u=0;u<o.length;u++)o.words[u]=0}var h=n.clone()._ishlnsubmul(i,1,d);0===h.negative&&(n=h,o&&(o.words[d]=1));for(var c=d-1;c>=0;c--){var l=67108864*(0|n.words[i.length+c])+(0|n.words[i.length+c-1]);for(l=Math.min(l/s|0,67108863),n._ishlnsubmul(i,l,c);0!==n.negative;)l--,n.negative=0,n._ishlnsubmul(i,1,c),n.isZero()||(n.negative^=1);o&&(o.words[c]=l)}return o&&o._strip(),n._strip(),"div"!==t&&0!==r&&n.iushrn(r),{div:o||null,mod:n}},a.prototype.divmod=function(e,t,r){return n(!e.isZero()),this.isZero()?{div:new a(0),mod:new a(0)}:0!==this.negative&&0===e.negative?(o=this.neg().divmod(e,t),"mod"!==t&&(i=o.div.neg()),"div"!==t&&(s=o.mod.neg(),r&&0!==s.negative&&s.iadd(e)),{div:i,mod:s}):0===this.negative&&0!==e.negative?(o=this.divmod(e.neg(),t),"mod"!==t&&(i=o.div.neg()),{div:i,mod:o.mod}):0!=(this.negative&e.negative)?(o=this.neg().divmod(e.neg(),t),"div"!==t&&(s=o.mod.neg(),r&&0!==s.negative&&s.isub(e)),{div:o.div,mod:s}):e.length>this.length||this.cmp(e)<0?{div:new a(0),mod:this}:1===e.length?"div"===t?{div:this.divn(e.words[0]),mod:null}:"mod"===t?{div:null,mod:new a(this.modrn(e.words[0]))}:{div:this.divn(e.words[0]),mod:new a(this.modrn(e.words[0]))}:this._wordDiv(e,t);var i,s,o},a.prototype.div=function(e){return this.divmod(e,"div",!1).div},a.prototype.mod=function(e){return this.divmod(e,"mod",!1).mod},a.prototype.umod=function(e){return this.divmod(e,"mod",!0).mod},a.prototype.divRound=function(e){var t=this.divmod(e);if(t.mod.isZero())return t.div;var r=0!==t.div.negative?t.mod.isub(e):t.mod,n=e.ushrn(1),i=e.andln(1),a=r.cmp(n);return a<0||1===i&&0===a?t.div:0!==t.div.negative?t.div.isubn(1):t.div.iaddn(1)},a.prototype.modrn=function(e){var t=e<0;t&&(e=-e),n(e<=67108863);for(var r=(1<<26)%e,i=0,a=this.length-1;a>=0;a--)i=(r*i+(0|this.words[a]))%e;return t?-i:i},a.prototype.modn=function(e){return this.modrn(e)},a.prototype.idivn=function(e){var t=e<0;t&&(e=-e),n(e<=67108863);for(var r=0,i=this.length-1;i>=0;i--){var a=(0|this.words[i])+67108864*r;this.words[i]=a/e|0,r=a%e}return this._strip(),t?this.ineg():this},a.prototype.divn=function(e){return this.clone().idivn(e)},a.prototype.egcd=function(e){n(0===e.negative),n(!e.isZero());var t=this,r=e.clone();t=0!==t.negative?t.umod(e):t.clone();for(var i=new a(1),s=new a(0),o=new a(0),d=new a(1),u=0;t.isEven()&&r.isEven();)t.iushrn(1),r.iushrn(1),++u;for(var h=r.clone(),c=t.clone();!t.isZero();){for(var l=0,f=1;0==(t.words[0]&f)&&l<26;++l,f<<=1);if(l>0)for(t.iushrn(l);l-- >0;)(i.isOdd()||s.isOdd())&&(i.iadd(h),s.isub(c)),i.iushrn(1),s.iushrn(1);for(var _=0,p=1;0==(r.words[0]&p)&&_<26;++_,p<<=1);if(_>0)for(r.iushrn(_);_-- >0;)(o.isOdd()||d.isOdd())&&(o.iadd(h),d.isub(c)),o.iushrn(1),d.iushrn(1);t.cmp(r)>=0?(t.isub(r),i.isub(o),s.isub(d)):(r.isub(t),o.isub(i),d.isub(s))}return{a:o,b:d,gcd:r.iushln(u)}},a.prototype._invmp=function(e){n(0===e.negative),n(!e.isZero());var t=this,r=e.clone();t=0!==t.negative?t.umod(e):t.clone();for(var i,s=new a(1),o=new a(0),d=r.clone();t.cmpn(1)>0&&r.cmpn(1)>0;){for(var u=0,h=1;0==(t.words[0]&h)&&u<26;++u,h<<=1);if(u>0)for(t.iushrn(u);u-- >0;)s.isOdd()&&s.iadd(d),s.iushrn(1);for(var c=0,l=1;0==(r.words[0]&l)&&c<26;++c,l<<=1);if(c>0)for(r.iushrn(c);c-- >0;)o.isOdd()&&o.iadd(d),o.iushrn(1);t.cmp(r)>=0?(t.isub(r),s.isub(o)):(r.isub(t),o.isub(s))}return(i=0===t.cmpn(1)?s:o).cmpn(0)<0&&i.iadd(e),i},a.prototype.gcd=function(e){if(this.isZero())return e.abs();if(e.isZero())return this.abs();var t=this.clone(),r=e.clone();t.negative=0,r.negative=0;for(var n=0;t.isEven()&&r.isEven();n++)t.iushrn(1),r.iushrn(1);for(;;){for(;t.isEven();)t.iushrn(1);for(;r.isEven();)r.iushrn(1);var i=t.cmp(r);if(i<0){var a=t;t=r,r=a}else if(0===i||0===r.cmpn(1))break;t.isub(r)}return r.iushln(n)},a.prototype.invm=function(e){return this.egcd(e).a.umod(e)},a.prototype.isEven=function(){return 0==(1&this.words[0])},a.prototype.isOdd=function(){return 1==(1&this.words[0])},a.prototype.andln=function(e){return this.words[0]&e},a.prototype.bincn=function(e){n("number"==typeof e);var t=e%26,r=(e-t)/26,i=1<<t;if(this.length<=r)return this._expand(r+1),this.words[r]|=i,this;for(var a=i,s=r;0!==a&&s<this.length;s++){var o=0|this.words[s];a=(o+=a)>>>26,o&=67108863,this.words[s]=o}return 0!==a&&(this.words[s]=a,this.length++),this},a.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},a.prototype.cmpn=function(e){var t,r=e<0;if(0!==this.negative&&!r)return-1;if(0===this.negative&&r)return 1;if(this._strip(),this.length>1)t=1;else{r&&(e=-e),n(e<=67108863,"Number is too big");var i=0|this.words[0];t=i===e?0:i<e?-1:1}return 0!==this.negative?0|-t:t},a.prototype.cmp=function(e){if(0!==this.negative&&0===e.negative)return-1;if(0===this.negative&&0!==e.negative)return 1;var t=this.ucmp(e);return 0!==this.negative?0|-t:t},a.prototype.ucmp=function(e){if(this.length>e.length)return 1;if(this.length<e.length)return-1;for(var t=0,r=this.length-1;r>=0;r--){var n=0|this.words[r],i=0|e.words[r];if(n!==i){n<i?t=-1:n>i&&(t=1);break}}return t},a.prototype.gtn=function(e){return 1===this.cmpn(e)},a.prototype.gt=function(e){return 1===this.cmp(e)},a.prototype.gten=function(e){return this.cmpn(e)>=0},a.prototype.gte=function(e){return this.cmp(e)>=0},a.prototype.ltn=function(e){return-1===this.cmpn(e)},a.prototype.lt=function(e){return-1===this.cmp(e)},a.prototype.lten=function(e){return this.cmpn(e)<=0},a.prototype.lte=function(e){return this.cmp(e)<=0},a.prototype.eqn=function(e){return 0===this.cmpn(e)},a.prototype.eq=function(e){return 0===this.cmp(e)},a.red=function(e){return new E(e)},a.prototype.toRed=function(e){return n(!this.red,"Already a number in reduction context"),n(0===this.negative,"red works only with positives"),e.convertTo(this)._forceRed(e)},a.prototype.fromRed=function(){return n(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},a.prototype._forceRed=function(e){return this.red=e,this},a.prototype.forceRed=function(e){return n(!this.red,"Already a number in reduction context"),this._forceRed(e)},a.prototype.redAdd=function(e){return n(this.red,"redAdd works only with red numbers"),this.red.add(this,e)},a.prototype.redIAdd=function(e){return n(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,e)},a.prototype.redSub=function(e){return n(this.red,"redSub works only with red numbers"),this.red.sub(this,e)},a.prototype.redISub=function(e){return n(this.red,"redISub works only with red numbers"),this.red.isub(this,e)},a.prototype.redShl=function(e){return n(this.red,"redShl works only with red numbers"),this.red.shl(this,e)},a.prototype.redMul=function(e){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,e),this.red.mul(this,e)},a.prototype.redIMul=function(e){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,e),this.red.imul(this,e)},a.prototype.redSqr=function(){return n(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},a.prototype.redISqr=function(){return n(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},a.prototype.redSqrt=function(){return n(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},a.prototype.redInvm=function(){return n(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},a.prototype.redNeg=function(){return n(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},a.prototype.redPow=function(e){return n(this.red&&!e.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,e)};var M={k256:null,p224:null,p192:null,p25519:null};function T(e,t){this.name=e,this.p=new a(t,16),this.n=this.p.bitLength(),this.k=new a(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function v(){T.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function w(){T.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function L(){T.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function S(){T.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function E(e){if("string"==typeof e){var t=a._prime(e);this.m=t.p,this.prime=t}else n(e.gtn(1),"modulus must be greater than 1"),this.m=e,this.prime=null}function D(e){E.call(this,e),this.shift=this.m.bitLength(),this.shift%26!=0&&(this.shift+=26-this.shift%26),this.r=new a(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}T.prototype._tmp=function(){var e=new a(null);return e.words=new Array(Math.ceil(this.n/13)),e},T.prototype.ireduce=function(e){var t,r=e;do{this.split(r,this.tmp),t=(r=(r=this.imulK(r)).iadd(this.tmp)).bitLength()}while(t>this.n);var n=t<this.n?-1:r.ucmp(this.p);return 0===n?(r.words[0]=0,r.length=1):n>0?r.isub(this.p):void 0!==r.strip?r.strip():r._strip(),r},T.prototype.split=function(e,t){e.iushrn(this.n,0,t)},T.prototype.imulK=function(e){return e.imul(this.k)},i(v,T),v.prototype.split=function(e,t){for(var r=Math.min(e.length,9),n=0;n<r;n++)t.words[n]=e.words[n];if(t.length=r,e.length<=9)return e.words[0]=0,void(e.length=1);var i=e.words[9];for(t.words[t.length++]=4194303&i,n=10;n<e.length;n++){var a=0|e.words[n];e.words[n-10]=(4194303&a)<<4|i>>>22,i=a}i>>>=22,e.words[n-10]=i,0===i&&e.length>10?e.length-=10:e.length-=9},v.prototype.imulK=function(e){e.words[e.length]=0,e.words[e.length+1]=0,e.length+=2;for(var t=0,r=0;r<e.length;r++){var n=0|e.words[r];t+=977*n,e.words[r]=67108863&t,t=64*n+(t/67108864|0)}return 0===e.words[e.length-1]&&(e.length--,0===e.words[e.length-1]&&e.length--),e},i(w,T),i(L,T),i(S,T),S.prototype.imulK=function(e){for(var t=0,r=0;r<e.length;r++){var n=19*(0|e.words[r])+t,i=67108863&n;n>>>=26,e.words[r]=i,t=n}return 0!==t&&(e.words[e.length++]=t),e},a._prime=function(e){if(M[e])return M[e];var t;if("k256"===e)t=new v;else if("p224"===e)t=new w;else if("p192"===e)t=new L;else{if("p25519"!==e)throw new Error("Unknown prime "+e);t=new S}return M[e]=t,t},E.prototype._verify1=function(e){n(0===e.negative,"red works only with positives"),n(e.red,"red works only with red numbers")},E.prototype._verify2=function(e,t){n(0==(e.negative|t.negative),"red works only with positives"),n(e.red&&e.red===t.red,"red works only with red numbers")},E.prototype.imod=function(e){return this.prime?this.prime.ireduce(e)._forceRed(this):(h(e,e.umod(this.m)._forceRed(this)),e)},E.prototype.neg=function(e){return e.isZero()?e.clone():this.m.sub(e)._forceRed(this)},E.prototype.add=function(e,t){this._verify2(e,t);var r=e.add(t);return r.cmp(this.m)>=0&&r.isub(this.m),r._forceRed(this)},E.prototype.iadd=function(e,t){this._verify2(e,t);var r=e.iadd(t);return r.cmp(this.m)>=0&&r.isub(this.m),r},E.prototype.sub=function(e,t){this._verify2(e,t);var r=e.sub(t);return r.cmpn(0)<0&&r.iadd(this.m),r._forceRed(this)},E.prototype.isub=function(e,t){this._verify2(e,t);var r=e.isub(t);return r.cmpn(0)<0&&r.iadd(this.m),r},E.prototype.shl=function(e,t){return this._verify1(e),this.imod(e.ushln(t))},E.prototype.imul=function(e,t){return this._verify2(e,t),this.imod(e.imul(t))},E.prototype.mul=function(e,t){return this._verify2(e,t),this.imod(e.mul(t))},E.prototype.isqr=function(e){return this.imul(e,e.clone())},E.prototype.sqr=function(e){return this.mul(e,e)},E.prototype.sqrt=function(e){if(e.isZero())return e.clone();var t=this.m.andln(3);if(n(t%2==1),3===t){var r=this.m.add(new a(1)).iushrn(2);return this.pow(e,r)}for(var i=this.m.subn(1),s=0;!i.isZero()&&0===i.andln(1);)s++,i.iushrn(1);n(!i.isZero());var o=new a(1).toRed(this),d=o.redNeg(),u=this.m.subn(1).iushrn(1),h=this.m.bitLength();for(h=new a(2*h*h).toRed(this);0!==this.pow(h,u).cmp(d);)h.redIAdd(d);for(var c=this.pow(h,i),l=this.pow(e,i.addn(1).iushrn(1)),f=this.pow(e,i),_=s;0!==f.cmp(o);){for(var p=f,m=0;0!==p.cmp(o);m++)p=p.redSqr();n(m<_);var y=this.pow(c,new a(1).iushln(_-m-1));l=l.redMul(y),c=y.redSqr(),f=f.redMul(c),_=m}return l},E.prototype.invm=function(e){var t=e._invmp(this.m);return 0!==t.negative?(t.negative=0,this.imod(t).redNeg()):this.imod(t)},E.prototype.pow=function(e,t){if(t.isZero())return new a(1).toRed(this);if(0===t.cmpn(1))return e.clone();var r=new Array(16);r[0]=new a(1).toRed(this),r[1]=e;for(var n=2;n<r.length;n++)r[n]=this.mul(r[n-1],e);var i=r[0],s=0,o=0,d=t.bitLength()%26;for(0===d&&(d=26),n=t.length-1;n>=0;n--){for(var u=t.words[n],h=d-1;h>=0;h--){var c=u>>h&1;i!==r[0]&&(i=this.sqr(i)),0!==c||0!==s?(s<<=1,s|=c,(4===++o||0===n&&0===h)&&(i=this.mul(i,r[s]),o=0,s=0)):o=0}d=26}return i},E.prototype.convertTo=function(e){var t=e.umod(this.m);return t===e?t.clone():t},E.prototype.convertFrom=function(e){var t=e.clone();return t.red=null,t},a.mont=function(e){return new D(e)},i(D,E),D.prototype.convertTo=function(e){return this.imod(e.ushln(this.shift))},D.prototype.convertFrom=function(e){var t=this.imod(e.mul(this.rinv));return t.red=null,t},D.prototype.imul=function(e,t){if(e.isZero()||t.isZero())return e.words[0]=0,e.length=1,e;var r=e.imul(t),n=r.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),i=r.isub(n).iushrn(this.shift),a=i;return i.cmp(this.m)>=0?a=i.isub(this.m):i.cmpn(0)<0&&(a=i.iadd(this.m)),a._forceRed(this)},D.prototype.mul=function(e,t){if(e.isZero()||t.isZero())return new a(0)._forceRed(this);var r=e.mul(t),n=r.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),i=r.isub(n).iushrn(this.shift),s=i;return i.cmp(this.m)>=0?s=i.isub(this.m):i.cmpn(0)<0&&(s=i.iadd(this.m)),s._forceRed(this)},D.prototype.invm=function(e){return this.imod(e._invmp(this.m).mul(this.r2))._forceRed(this)}}(e,this)}).call(this,r(30)(e))},function(e,t){},function(e){e.exports=JSON.parse('{"name":"elliptic","version":"6.5.4","description":"EC cryptography","main":"lib/elliptic.js","files":["lib"],"scripts":{"lint":"eslint lib test","lint:fix":"npm run lint -- --fix","unit":"istanbul test _mocha --reporter=spec test/index.js","test":"npm run lint && npm run unit","version":"grunt dist && git add dist/"},"repository":{"type":"git","url":"git@github.com:indutny/elliptic"},"keywords":["EC","Elliptic","curve","Cryptography"],"author":"Fedor Indutny <fedor@indutny.com>","license":"MIT","bugs":{"url":"https://github.com/indutny/elliptic/issues"},"homepage":"https://github.com/indutny/elliptic","devDependencies":{"brfs":"^2.0.2","coveralls":"^3.1.0","eslint":"^7.6.0","grunt":"^1.2.1","grunt-browserify":"^5.3.0","grunt-cli":"^1.3.2","grunt-contrib-connect":"^3.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-uglify":"^5.0.0","grunt-mocha-istanbul":"^5.0.2","grunt-saucelabs":"^9.0.1","istanbul":"^0.4.5","mocha":"^8.0.1"},"dependencies":{"bn.js":"^4.11.9","brorand":"^1.1.0","hash.js":"^1.0.0","hmac-drbg":"^1.0.1","inherits":"^2.0.4","minimalistic-assert":"^1.0.1","minimalistic-crypto-utils":"^1.0.1"}}')},function(e,t,r){"use strict";var n=r(9),i=r(5),a=r(1),s=r(35),o=n.assert;function d(e){s.call(this,"short",e),this.a=new i(e.a,16).toRed(this.red),this.b=new i(e.b,16).toRed(this.red),this.tinv=this.two.redInvm(),this.zeroA=0===this.a.fromRed().cmpn(0),this.threeA=0===this.a.fromRed().sub(this.p).cmpn(-3),this.endo=this._getEndomorphism(e),this._endoWnafT1=new Array(4),this._endoWnafT2=new Array(4)}function u(e,t,r,n){s.BasePoint.call(this,e,"affine"),null===t&&null===r?(this.x=null,this.y=null,this.inf=!0):(this.x=new i(t,16),this.y=new i(r,16),n&&(this.x.forceRed(this.curve.red),this.y.forceRed(this.curve.red)),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.y.red||(this.y=this.y.toRed(this.curve.red)),this.inf=!1)}function h(e,t,r,n){s.BasePoint.call(this,e,"jacobian"),null===t&&null===r&&null===n?(this.x=this.curve.one,this.y=this.curve.one,this.z=new i(0)):(this.x=new i(t,16),this.y=new i(r,16),this.z=new i(n,16)),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.y.red||(this.y=this.y.toRed(this.curve.red)),this.z.red||(this.z=this.z.toRed(this.curve.red)),this.zOne=this.z===this.curve.one}a(d,s),e.exports=d,d.prototype._getEndomorphism=function(e){if(this.zeroA&&this.g&&this.n&&1===this.p.modn(3)){var t,r;if(e.beta)t=new i(e.beta,16).toRed(this.red);else{var n=this._getEndoRoots(this.p);t=(t=n[0].cmp(n[1])<0?n[0]:n[1]).toRed(this.red)}if(e.lambda)r=new i(e.lambda,16);else{var a=this._getEndoRoots(this.n);0===this.g.mul(a[0]).x.cmp(this.g.x.redMul(t))?r=a[0]:(r=a[1],o(0===this.g.mul(r).x.cmp(this.g.x.redMul(t))))}return{beta:t,lambda:r,basis:e.basis?e.basis.map((function(e){return{a:new i(e.a,16),b:new i(e.b,16)}})):this._getEndoBasis(r)}}},d.prototype._getEndoRoots=function(e){var t=e===this.p?this.red:i.mont(e),r=new i(2).toRed(t).redInvm(),n=r.redNeg(),a=new i(3).toRed(t).redNeg().redSqrt().redMul(r);return[n.redAdd(a).fromRed(),n.redSub(a).fromRed()]},d.prototype._getEndoBasis=function(e){for(var t,r,n,a,s,o,d,u,h,c=this.n.ushrn(Math.floor(this.n.bitLength()/2)),l=e,f=this.n.clone(),_=new i(1),p=new i(0),m=new i(0),y=new i(1),b=0;0!==l.cmpn(0);){var g=f.div(l);u=f.sub(g.mul(l)),h=m.sub(g.mul(_));var M=y.sub(g.mul(p));if(!n&&u.cmp(c)<0)t=d.neg(),r=_,n=u.neg(),a=h;else if(n&&2==++b)break;d=u,f=l,l=u,m=_,_=h,y=p,p=M}s=u.neg(),o=h;var T=n.sqr().add(a.sqr());return s.sqr().add(o.sqr()).cmp(T)>=0&&(s=t,o=r),n.negative&&(n=n.neg(),a=a.neg()),s.negative&&(s=s.neg(),o=o.neg()),[{a:n,b:a},{a:s,b:o}]},d.prototype._endoSplit=function(e){var t=this.endo.basis,r=t[0],n=t[1],i=n.b.mul(e).divRound(this.n),a=r.b.neg().mul(e).divRound(this.n),s=i.mul(r.a),o=a.mul(n.a),d=i.mul(r.b),u=a.mul(n.b);return{k1:e.sub(s).sub(o),k2:d.add(u).neg()}},d.prototype.pointFromX=function(e,t){(e=new i(e,16)).red||(e=e.toRed(this.red));var r=e.redSqr().redMul(e).redIAdd(e.redMul(this.a)).redIAdd(this.b),n=r.redSqrt();if(0!==n.redSqr().redSub(r).cmp(this.zero))throw new Error("invalid point");var a=n.fromRed().isOdd();return(t&&!a||!t&&a)&&(n=n.redNeg()),this.point(e,n)},d.prototype.validate=function(e){if(e.inf)return!0;var t=e.x,r=e.y,n=this.a.redMul(t),i=t.redSqr().redMul(t).redIAdd(n).redIAdd(this.b);return 0===r.redSqr().redISub(i).cmpn(0)},d.prototype._endoWnafMulAdd=function(e,t,r){for(var n=this._endoWnafT1,i=this._endoWnafT2,a=0;a<e.length;a++){var s=this._endoSplit(t[a]),o=e[a],d=o._getBeta();s.k1.negative&&(s.k1.ineg(),o=o.neg(!0)),s.k2.negative&&(s.k2.ineg(),d=d.neg(!0)),n[2*a]=o,n[2*a+1]=d,i[2*a]=s.k1,i[2*a+1]=s.k2}for(var u=this._wnafMulAdd(1,n,i,2*a,r),h=0;h<2*a;h++)n[h]=null,i[h]=null;return u},a(u,s.BasePoint),d.prototype.point=function(e,t,r){return new u(this,e,t,r)},d.prototype.pointFromJSON=function(e,t){return u.fromJSON(this,e,t)},u.prototype._getBeta=function(){if(this.curve.endo){var e=this.precomputed;if(e&&e.beta)return e.beta;var t=this.curve.point(this.x.redMul(this.curve.endo.beta),this.y);if(e){var r=this.curve,n=function(e){return r.point(e.x.redMul(r.endo.beta),e.y)};e.beta=t,t.precomputed={beta:null,naf:e.naf&&{wnd:e.naf.wnd,points:e.naf.points.map(n)},doubles:e.doubles&&{step:e.doubles.step,points:e.doubles.points.map(n)}}}return t}},u.prototype.toJSON=function(){return this.precomputed?[this.x,this.y,this.precomputed&&{doubles:this.precomputed.doubles&&{step:this.precomputed.doubles.step,points:this.precomputed.doubles.points.slice(1)},naf:this.precomputed.naf&&{wnd:this.precomputed.naf.wnd,points:this.precomputed.naf.points.slice(1)}}]:[this.x,this.y]},u.fromJSON=function(e,t,r){"string"==typeof t&&(t=JSON.parse(t));var n=e.point(t[0],t[1],r);if(!t[2])return n;function i(t){return e.point(t[0],t[1],r)}var a=t[2];return n.precomputed={beta:null,doubles:a.doubles&&{step:a.doubles.step,points:[n].concat(a.doubles.points.map(i))},naf:a.naf&&{wnd:a.naf.wnd,points:[n].concat(a.naf.points.map(i))}},n},u.prototype.inspect=function(){return this.isInfinity()?"<EC Point Infinity>":"<EC Point x: "+this.x.fromRed().toString(16,2)+" y: "+this.y.fromRed().toString(16,2)+">"},u.prototype.isInfinity=function(){return this.inf},u.prototype.add=function(e){if(this.inf)return e;if(e.inf)return this;if(this.eq(e))return this.dbl();if(this.neg().eq(e))return this.curve.point(null,null);if(0===this.x.cmp(e.x))return this.curve.point(null,null);var t=this.y.redSub(e.y);0!==t.cmpn(0)&&(t=t.redMul(this.x.redSub(e.x).redInvm()));var r=t.redSqr().redISub(this.x).redISub(e.x),n=t.redMul(this.x.redSub(r)).redISub(this.y);return this.curve.point(r,n)},u.prototype.dbl=function(){if(this.inf)return this;var e=this.y.redAdd(this.y);if(0===e.cmpn(0))return this.curve.point(null,null);var t=this.curve.a,r=this.x.redSqr(),n=e.redInvm(),i=r.redAdd(r).redIAdd(r).redIAdd(t).redMul(n),a=i.redSqr().redISub(this.x.redAdd(this.x)),s=i.redMul(this.x.redSub(a)).redISub(this.y);return this.curve.point(a,s)},u.prototype.getX=function(){return this.x.fromRed()},u.prototype.getY=function(){return this.y.fromRed()},u.prototype.mul=function(e){return e=new i(e,16),this.isInfinity()?this:this._hasDoubles(e)?this.curve._fixedNafMul(this,e):this.curve.endo?this.curve._endoWnafMulAdd([this],[e]):this.curve._wnafMul(this,e)},u.prototype.mulAdd=function(e,t,r){var n=[this,t],i=[e,r];return this.curve.endo?this.curve._endoWnafMulAdd(n,i):this.curve._wnafMulAdd(1,n,i,2)},u.prototype.jmulAdd=function(e,t,r){var n=[this,t],i=[e,r];return this.curve.endo?this.curve._endoWnafMulAdd(n,i,!0):this.curve._wnafMulAdd(1,n,i,2,!0)},u.prototype.eq=function(e){return this===e||this.inf===e.inf&&(this.inf||0===this.x.cmp(e.x)&&0===this.y.cmp(e.y))},u.prototype.neg=function(e){if(this.inf)return this;var t=this.curve.point(this.x,this.y.redNeg());if(e&&this.precomputed){var r=this.precomputed,n=function(e){return e.neg()};t.precomputed={naf:r.naf&&{wnd:r.naf.wnd,points:r.naf.points.map(n)},doubles:r.doubles&&{step:r.doubles.step,points:r.doubles.points.map(n)}}}return t},u.prototype.toJ=function(){return this.inf?this.curve.jpoint(null,null,null):this.curve.jpoint(this.x,this.y,this.curve.one)},a(h,s.BasePoint),d.prototype.jpoint=function(e,t,r){return new h(this,e,t,r)},h.prototype.toP=function(){if(this.isInfinity())return this.curve.point(null,null);var e=this.z.redInvm(),t=e.redSqr(),r=this.x.redMul(t),n=this.y.redMul(t).redMul(e);return this.curve.point(r,n)},h.prototype.neg=function(){return this.curve.jpoint(this.x,this.y.redNeg(),this.z)},h.prototype.add=function(e){if(this.isInfinity())return e;if(e.isInfinity())return this;var t=e.z.redSqr(),r=this.z.redSqr(),n=this.x.redMul(t),i=e.x.redMul(r),a=this.y.redMul(t.redMul(e.z)),s=e.y.redMul(r.redMul(this.z)),o=n.redSub(i),d=a.redSub(s);if(0===o.cmpn(0))return 0!==d.cmpn(0)?this.curve.jpoint(null,null,null):this.dbl();var u=o.redSqr(),h=u.redMul(o),c=n.redMul(u),l=d.redSqr().redIAdd(h).redISub(c).redISub(c),f=d.redMul(c.redISub(l)).redISub(a.redMul(h)),_=this.z.redMul(e.z).redMul(o);return this.curve.jpoint(l,f,_)},h.prototype.mixedAdd=function(e){if(this.isInfinity())return e.toJ();if(e.isInfinity())return this;var t=this.z.redSqr(),r=this.x,n=e.x.redMul(t),i=this.y,a=e.y.redMul(t).redMul(this.z),s=r.redSub(n),o=i.redSub(a);if(0===s.cmpn(0))return 0!==o.cmpn(0)?this.curve.jpoint(null,null,null):this.dbl();var d=s.redSqr(),u=d.redMul(s),h=r.redMul(d),c=o.redSqr().redIAdd(u).redISub(h).redISub(h),l=o.redMul(h.redISub(c)).redISub(i.redMul(u)),f=this.z.redMul(s);return this.curve.jpoint(c,l,f)},h.prototype.dblp=function(e){if(0===e)return this;if(this.isInfinity())return this;if(!e)return this.dbl();var t;if(this.curve.zeroA||this.curve.threeA){var r=this;for(t=0;t<e;t++)r=r.dbl();return r}var n=this.curve.a,i=this.curve.tinv,a=this.x,s=this.y,o=this.z,d=o.redSqr().redSqr(),u=s.redAdd(s);for(t=0;t<e;t++){var h=a.redSqr(),c=u.redSqr(),l=c.redSqr(),f=h.redAdd(h).redIAdd(h).redIAdd(n.redMul(d)),_=a.redMul(c),p=f.redSqr().redISub(_.redAdd(_)),m=_.redISub(p),y=f.redMul(m);y=y.redIAdd(y).redISub(l);var b=u.redMul(o);t+1<e&&(d=d.redMul(l)),a=p,o=b,u=y}return this.curve.jpoint(a,u.redMul(i),o)},h.prototype.dbl=function(){return this.isInfinity()?this:this.curve.zeroA?this._zeroDbl():this.curve.threeA?this._threeDbl():this._dbl()},h.prototype._zeroDbl=function(){var e,t,r;if(this.zOne){var n=this.x.redSqr(),i=this.y.redSqr(),a=i.redSqr(),s=this.x.redAdd(i).redSqr().redISub(n).redISub(a);s=s.redIAdd(s);var o=n.redAdd(n).redIAdd(n),d=o.redSqr().redISub(s).redISub(s),u=a.redIAdd(a);u=(u=u.redIAdd(u)).redIAdd(u),e=d,t=o.redMul(s.redISub(d)).redISub(u),r=this.y.redAdd(this.y)}else{var h=this.x.redSqr(),c=this.y.redSqr(),l=c.redSqr(),f=this.x.redAdd(c).redSqr().redISub(h).redISub(l);f=f.redIAdd(f);var _=h.redAdd(h).redIAdd(h),p=_.redSqr(),m=l.redIAdd(l);m=(m=m.redIAdd(m)).redIAdd(m),e=p.redISub(f).redISub(f),t=_.redMul(f.redISub(e)).redISub(m),r=(r=this.y.redMul(this.z)).redIAdd(r)}return this.curve.jpoint(e,t,r)},h.prototype._threeDbl=function(){var e,t,r;if(this.zOne){var n=this.x.redSqr(),i=this.y.redSqr(),a=i.redSqr(),s=this.x.redAdd(i).redSqr().redISub(n).redISub(a);s=s.redIAdd(s);var o=n.redAdd(n).redIAdd(n).redIAdd(this.curve.a),d=o.redSqr().redISub(s).redISub(s);e=d;var u=a.redIAdd(a);u=(u=u.redIAdd(u)).redIAdd(u),t=o.redMul(s.redISub(d)).redISub(u),r=this.y.redAdd(this.y)}else{var h=this.z.redSqr(),c=this.y.redSqr(),l=this.x.redMul(c),f=this.x.redSub(h).redMul(this.x.redAdd(h));f=f.redAdd(f).redIAdd(f);var _=l.redIAdd(l),p=(_=_.redIAdd(_)).redAdd(_);e=f.redSqr().redISub(p),r=this.y.redAdd(this.z).redSqr().redISub(c).redISub(h);var m=c.redSqr();m=(m=(m=m.redIAdd(m)).redIAdd(m)).redIAdd(m),t=f.redMul(_.redISub(e)).redISub(m)}return this.curve.jpoint(e,t,r)},h.prototype._dbl=function(){var e=this.curve.a,t=this.x,r=this.y,n=this.z,i=n.redSqr().redSqr(),a=t.redSqr(),s=r.redSqr(),o=a.redAdd(a).redIAdd(a).redIAdd(e.redMul(i)),d=t.redAdd(t),u=(d=d.redIAdd(d)).redMul(s),h=o.redSqr().redISub(u.redAdd(u)),c=u.redISub(h),l=s.redSqr();l=(l=(l=l.redIAdd(l)).redIAdd(l)).redIAdd(l);var f=o.redMul(c).redISub(l),_=r.redAdd(r).redMul(n);return this.curve.jpoint(h,f,_)},h.prototype.trpl=function(){if(!this.curve.zeroA)return this.dbl().add(this);var e=this.x.redSqr(),t=this.y.redSqr(),r=this.z.redSqr(),n=t.redSqr(),i=e.redAdd(e).redIAdd(e),a=i.redSqr(),s=this.x.redAdd(t).redSqr().redISub(e).redISub(n),o=(s=(s=(s=s.redIAdd(s)).redAdd(s).redIAdd(s)).redISub(a)).redSqr(),d=n.redIAdd(n);d=(d=(d=d.redIAdd(d)).redIAdd(d)).redIAdd(d);var u=i.redIAdd(s).redSqr().redISub(a).redISub(o).redISub(d),h=t.redMul(u);h=(h=h.redIAdd(h)).redIAdd(h);var c=this.x.redMul(o).redISub(h);c=(c=c.redIAdd(c)).redIAdd(c);var l=this.y.redMul(u.redMul(d.redISub(u)).redISub(s.redMul(o)));l=(l=(l=l.redIAdd(l)).redIAdd(l)).redIAdd(l);var f=this.z.redAdd(s).redSqr().redISub(r).redISub(o);return this.curve.jpoint(c,l,f)},h.prototype.mul=function(e,t){return e=new i(e,t),this.curve._wnafMul(this,e)},h.prototype.eq=function(e){if("affine"===e.type)return this.eq(e.toJ());if(this===e)return!0;var t=this.z.redSqr(),r=e.z.redSqr();if(0!==this.x.redMul(r).redISub(e.x.redMul(t)).cmpn(0))return!1;var n=t.redMul(this.z),i=r.redMul(e.z);return 0===this.y.redMul(i).redISub(e.y.redMul(n)).cmpn(0)},h.prototype.eqXToP=function(e){var t=this.z.redSqr(),r=e.toRed(this.curve.red).redMul(t);if(0===this.x.cmp(r))return!0;for(var n=e.clone(),i=this.curve.redN.redMul(t);;){if(n.iadd(this.curve.n),n.cmp(this.curve.p)>=0)return!1;if(r.redIAdd(i),0===this.x.cmp(r))return!0}},h.prototype.inspect=function(){return this.isInfinity()?"<EC JPoint Infinity>":"<EC JPoint x: "+this.x.toString(16,2)+" y: "+this.y.toString(16,2)+" z: "+this.z.toString(16,2)+">"},h.prototype.isInfinity=function(){return 0===this.z.cmpn(0)}},function(e,t,r){"use strict";var n=r(5),i=r(1),a=r(35),s=r(9);function o(e){a.call(this,"mont",e),this.a=new n(e.a,16).toRed(this.red),this.b=new n(e.b,16).toRed(this.red),this.i4=new n(4).toRed(this.red).redInvm(),this.two=new n(2).toRed(this.red),this.a24=this.i4.redMul(this.a.redAdd(this.two))}function d(e,t,r){a.BasePoint.call(this,e,"projective"),null===t&&null===r?(this.x=this.curve.one,this.z=this.curve.zero):(this.x=new n(t,16),this.z=new n(r,16),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.z.red||(this.z=this.z.toRed(this.curve.red)))}i(o,a),e.exports=o,o.prototype.validate=function(e){var t=e.normalize().x,r=t.redSqr(),n=r.redMul(t).redAdd(r.redMul(this.a)).redAdd(t);return 0===n.redSqrt().redSqr().cmp(n)},i(d,a.BasePoint),o.prototype.decodePoint=function(e,t){return this.point(s.toArray(e,t),1)},o.prototype.point=function(e,t){return new d(this,e,t)},o.prototype.pointFromJSON=function(e){return d.fromJSON(this,e)},d.prototype.precompute=function(){},d.prototype._encode=function(){return this.getX().toArray("be",this.curve.p.byteLength())},d.fromJSON=function(e,t){return new d(e,t[0],t[1]||e.one)},d.prototype.inspect=function(){return this.isInfinity()?"<EC Point Infinity>":"<EC Point x: "+this.x.fromRed().toString(16,2)+" z: "+this.z.fromRed().toString(16,2)+">"},d.prototype.isInfinity=function(){return 0===this.z.cmpn(0)},d.prototype.dbl=function(){var e=this.x.redAdd(this.z).redSqr(),t=this.x.redSub(this.z).redSqr(),r=e.redSub(t),n=e.redMul(t),i=r.redMul(t.redAdd(this.curve.a24.redMul(r)));return this.curve.point(n,i)},d.prototype.add=function(){throw new Error("Not supported on Montgomery curve")},d.prototype.diffAdd=function(e,t){var r=this.x.redAdd(this.z),n=this.x.redSub(this.z),i=e.x.redAdd(e.z),a=e.x.redSub(e.z).redMul(r),s=i.redMul(n),o=t.z.redMul(a.redAdd(s).redSqr()),d=t.x.redMul(a.redISub(s).redSqr());return this.curve.point(o,d)},d.prototype.mul=function(e){for(var t=e.clone(),r=this,n=this.curve.point(null,null),i=[];0!==t.cmpn(0);t.iushrn(1))i.push(t.andln(1));for(var a=i.length-1;a>=0;a--)0===i[a]?(r=r.diffAdd(n,this),n=n.dbl()):(n=r.diffAdd(n,this),r=r.dbl());return n},d.prototype.mulAdd=function(){throw new Error("Not supported on Montgomery curve")},d.prototype.jumlAdd=function(){throw new Error("Not supported on Montgomery curve")},d.prototype.eq=function(e){return 0===this.getX().cmp(e.getX())},d.prototype.normalize=function(){return this.x=this.x.redMul(this.z.redInvm()),this.z=this.curve.one,this},d.prototype.getX=function(){return this.normalize(),this.x.fromRed()}},function(e,t,r){"use strict";var n=r(9),i=r(5),a=r(1),s=r(35),o=n.assert;function d(e){this.twisted=1!=(0|e.a),this.mOneA=this.twisted&&-1==(0|e.a),this.extended=this.mOneA,s.call(this,"edwards",e),this.a=new i(e.a,16).umod(this.red.m),this.a=this.a.toRed(this.red),this.c=new i(e.c,16).toRed(this.red),this.c2=this.c.redSqr(),this.d=new i(e.d,16).toRed(this.red),this.dd=this.d.redAdd(this.d),o(!this.twisted||0===this.c.fromRed().cmpn(1)),this.oneC=1==(0|e.c)}function u(e,t,r,n,a){s.BasePoint.call(this,e,"projective"),null===t&&null===r&&null===n?(this.x=this.curve.zero,this.y=this.curve.one,this.z=this.curve.one,this.t=this.curve.zero,this.zOne=!0):(this.x=new i(t,16),this.y=new i(r,16),this.z=n?new i(n,16):this.curve.one,this.t=a&&new i(a,16),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.y.red||(this.y=this.y.toRed(this.curve.red)),this.z.red||(this.z=this.z.toRed(this.curve.red)),this.t&&!this.t.red&&(this.t=this.t.toRed(this.curve.red)),this.zOne=this.z===this.curve.one,this.curve.extended&&!this.t&&(this.t=this.x.redMul(this.y),this.zOne||(this.t=this.t.redMul(this.z.redInvm()))))}a(d,s),e.exports=d,d.prototype._mulA=function(e){return this.mOneA?e.redNeg():this.a.redMul(e)},d.prototype._mulC=function(e){return this.oneC?e:this.c.redMul(e)},d.prototype.jpoint=function(e,t,r,n){return this.point(e,t,r,n)},d.prototype.pointFromX=function(e,t){(e=new i(e,16)).red||(e=e.toRed(this.red));var r=e.redSqr(),n=this.c2.redSub(this.a.redMul(r)),a=this.one.redSub(this.c2.redMul(this.d).redMul(r)),s=n.redMul(a.redInvm()),o=s.redSqrt();if(0!==o.redSqr().redSub(s).cmp(this.zero))throw new Error("invalid point");var d=o.fromRed().isOdd();return(t&&!d||!t&&d)&&(o=o.redNeg()),this.point(e,o)},d.prototype.pointFromY=function(e,t){(e=new i(e,16)).red||(e=e.toRed(this.red));var r=e.redSqr(),n=r.redSub(this.c2),a=r.redMul(this.d).redMul(this.c2).redSub(this.a),s=n.redMul(a.redInvm());if(0===s.cmp(this.zero)){if(t)throw new Error("invalid point");return this.point(this.zero,e)}var o=s.redSqrt();if(0!==o.redSqr().redSub(s).cmp(this.zero))throw new Error("invalid point");return o.fromRed().isOdd()!==t&&(o=o.redNeg()),this.point(o,e)},d.prototype.validate=function(e){if(e.isInfinity())return!0;e.normalize();var t=e.x.redSqr(),r=e.y.redSqr(),n=t.redMul(this.a).redAdd(r),i=this.c2.redMul(this.one.redAdd(this.d.redMul(t).redMul(r)));return 0===n.cmp(i)},a(u,s.BasePoint),d.prototype.pointFromJSON=function(e){return u.fromJSON(this,e)},d.prototype.point=function(e,t,r,n){return new u(this,e,t,r,n)},u.fromJSON=function(e,t){return new u(e,t[0],t[1],t[2])},u.prototype.inspect=function(){return this.isInfinity()?"<EC Point Infinity>":"<EC Point x: "+this.x.fromRed().toString(16,2)+" y: "+this.y.fromRed().toString(16,2)+" z: "+this.z.fromRed().toString(16,2)+">"},u.prototype.isInfinity=function(){return 0===this.x.cmpn(0)&&(0===this.y.cmp(this.z)||this.zOne&&0===this.y.cmp(this.curve.c))},u.prototype._extDbl=function(){var e=this.x.redSqr(),t=this.y.redSqr(),r=this.z.redSqr();r=r.redIAdd(r);var n=this.curve._mulA(e),i=this.x.redAdd(this.y).redSqr().redISub(e).redISub(t),a=n.redAdd(t),s=a.redSub(r),o=n.redSub(t),d=i.redMul(s),u=a.redMul(o),h=i.redMul(o),c=s.redMul(a);return this.curve.point(d,u,c,h)},u.prototype._projDbl=function(){var e,t,r,n,i,a,s=this.x.redAdd(this.y).redSqr(),o=this.x.redSqr(),d=this.y.redSqr();if(this.curve.twisted){var u=(n=this.curve._mulA(o)).redAdd(d);this.zOne?(e=s.redSub(o).redSub(d).redMul(u.redSub(this.curve.two)),t=u.redMul(n.redSub(d)),r=u.redSqr().redSub(u).redSub(u)):(i=this.z.redSqr(),a=u.redSub(i).redISub(i),e=s.redSub(o).redISub(d).redMul(a),t=u.redMul(n.redSub(d)),r=u.redMul(a))}else n=o.redAdd(d),i=this.curve._mulC(this.z).redSqr(),a=n.redSub(i).redSub(i),e=this.curve._mulC(s.redISub(n)).redMul(a),t=this.curve._mulC(n).redMul(o.redISub(d)),r=n.redMul(a);return this.curve.point(e,t,r)},u.prototype.dbl=function(){return this.isInfinity()?this:this.curve.extended?this._extDbl():this._projDbl()},u.prototype._extAdd=function(e){var t=this.y.redSub(this.x).redMul(e.y.redSub(e.x)),r=this.y.redAdd(this.x).redMul(e.y.redAdd(e.x)),n=this.t.redMul(this.curve.dd).redMul(e.t),i=this.z.redMul(e.z.redAdd(e.z)),a=r.redSub(t),s=i.redSub(n),o=i.redAdd(n),d=r.redAdd(t),u=a.redMul(s),h=o.redMul(d),c=a.redMul(d),l=s.redMul(o);return this.curve.point(u,h,l,c)},u.prototype._projAdd=function(e){var t,r,n=this.z.redMul(e.z),i=n.redSqr(),a=this.x.redMul(e.x),s=this.y.redMul(e.y),o=this.curve.d.redMul(a).redMul(s),d=i.redSub(o),u=i.redAdd(o),h=this.x.redAdd(this.y).redMul(e.x.redAdd(e.y)).redISub(a).redISub(s),c=n.redMul(d).redMul(h);return this.curve.twisted?(t=n.redMul(u).redMul(s.redSub(this.curve._mulA(a))),r=d.redMul(u)):(t=n.redMul(u).redMul(s.redSub(a)),r=this.curve._mulC(d).redMul(u)),this.curve.point(c,t,r)},u.prototype.add=function(e){return this.isInfinity()?e:e.isInfinity()?this:this.curve.extended?this._extAdd(e):this._projAdd(e)},u.prototype.mul=function(e){return this._hasDoubles(e)?this.curve._fixedNafMul(this,e):this.curve._wnafMul(this,e)},u.prototype.mulAdd=function(e,t,r){return this.curve._wnafMulAdd(1,[this,t],[e,r],2,!1)},u.prototype.jmulAdd=function(e,t,r){return this.curve._wnafMulAdd(1,[this,t],[e,r],2,!0)},u.prototype.normalize=function(){if(this.zOne)return this;var e=this.z.redInvm();return this.x=this.x.redMul(e),this.y=this.y.redMul(e),this.t&&(this.t=this.t.redMul(e)),this.z=this.curve.one,this.zOne=!0,this},u.prototype.neg=function(){return this.curve.point(this.x.redNeg(),this.y,this.z,this.t&&this.t.redNeg())},u.prototype.getX=function(){return this.normalize(),this.x.fromRed()},u.prototype.getY=function(){return this.normalize(),this.y.fromRed()},u.prototype.eq=function(e){return this===e||0===this.getX().cmp(e.getX())&&0===this.getY().cmp(e.getY())},u.prototype.eqXToP=function(e){var t=e.toRed(this.curve.red).redMul(this.z);if(0===this.x.cmp(t))return!0;for(var r=e.clone(),n=this.curve.redN.redMul(this.z);;){if(r.iadd(this.curve.n),r.cmp(this.curve.p)>=0)return!1;if(t.redIAdd(n),0===this.x.cmp(t))return!0}},u.prototype.toP=u.prototype.normalize,u.prototype.mixedAdd=u.prototype.add},function(e,t,r){"use strict";t.sha1=r(367),t.sha224=r(368),t.sha256=r(246),t.sha384=r(369),t.sha512=r(247)},function(e,t,r){"use strict";var n=r(10),i=r(28),a=r(245),s=n.rotl32,o=n.sum32,d=n.sum32_5,u=a.ft_1,h=i.BlockHash,c=[1518500249,1859775393,2400959708,3395469782];function l(){if(!(this instanceof l))return new l;h.call(this),this.h=[1732584193,4023233417,2562383102,271733878,3285377520],this.W=new Array(80)}n.inherits(l,h),e.exports=l,l.blockSize=512,l.outSize=160,l.hmacStrength=80,l.padLength=64,l.prototype._update=function(e,t){for(var r=this.W,n=0;n<16;n++)r[n]=e[t+n];for(;n<r.length;n++)r[n]=s(r[n-3]^r[n-8]^r[n-14]^r[n-16],1);var i=this.h[0],a=this.h[1],h=this.h[2],l=this.h[3],f=this.h[4];for(n=0;n<r.length;n++){var _=~~(n/20),p=d(s(i,5),u(_,a,h,l),f,r[n],c[_]);f=l,l=h,h=s(a,30),a=i,i=p}this.h[0]=o(this.h[0],i),this.h[1]=o(this.h[1],a),this.h[2]=o(this.h[2],h),this.h[3]=o(this.h[3],l),this.h[4]=o(this.h[4],f)},l.prototype._digest=function(e){return"hex"===e?n.toHex32(this.h,"big"):n.split32(this.h,"big")}},function(e,t,r){"use strict";var n=r(10),i=r(246);function a(){if(!(this instanceof a))return new a;i.call(this),this.h=[3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428]}n.inherits(a,i),e.exports=a,a.blockSize=512,a.outSize=224,a.hmacStrength=192,a.padLength=64,a.prototype._digest=function(e){return"hex"===e?n.toHex32(this.h.slice(0,7),"big"):n.split32(this.h.slice(0,7),"big")}},function(e,t,r){"use strict";var n=r(10),i=r(247);function a(){if(!(this instanceof a))return new a;i.call(this),this.h=[3418070365,3238371032,1654270250,914150663,2438529370,812702999,355462360,4144912697,1731405415,4290775857,2394180231,1750603025,3675008525,1694076839,1203062813,3204075428]}n.inherits(a,i),e.exports=a,a.blockSize=1024,a.outSize=384,a.hmacStrength=192,a.padLength=128,a.prototype._digest=function(e){return"hex"===e?n.toHex32(this.h.slice(0,12),"big"):n.split32(this.h.slice(0,12),"big")}},function(e,t,r){"use strict";var n=r(10),i=r(28),a=n.rotl32,s=n.sum32,o=n.sum32_3,d=n.sum32_4,u=i.BlockHash;function h(){if(!(this instanceof h))return new h;u.call(this),this.h=[1732584193,4023233417,2562383102,271733878,3285377520],this.endian="little"}function c(e,t,r,n){return e<=15?t^r^n:e<=31?t&r|~t&n:e<=47?(t|~r)^n:e<=63?t&n|r&~n:t^(r|~n)}function l(e){return e<=15?0:e<=31?1518500249:e<=47?1859775393:e<=63?2400959708:2840853838}function f(e){return e<=15?1352829926:e<=31?1548603684:e<=47?1836072691:e<=63?2053994217:0}n.inherits(h,u),t.ripemd160=h,h.blockSize=512,h.outSize=160,h.hmacStrength=192,h.padLength=64,h.prototype._update=function(e,t){for(var r=this.h[0],n=this.h[1],i=this.h[2],u=this.h[3],h=this.h[4],b=r,g=n,M=i,T=u,v=h,w=0;w<80;w++){var L=s(a(d(r,c(w,n,i,u),e[_[w]+t],l(w)),m[w]),h);r=h,h=u,u=a(i,10),i=n,n=L,L=s(a(d(b,c(79-w,g,M,T),e[p[w]+t],f(w)),y[w]),v),b=v,v=T,T=a(M,10),M=g,g=L}L=o(this.h[1],i,T),this.h[1]=o(this.h[2],u,v),this.h[2]=o(this.h[3],h,b),this.h[3]=o(this.h[4],r,g),this.h[4]=o(this.h[0],n,M),this.h[0]=L},h.prototype._digest=function(e){return"hex"===e?n.toHex32(this.h,"little"):n.split32(this.h,"little")};var _=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13],p=[5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11],m=[11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6],y=[8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]},function(e,t,r){"use strict";var n=r(10),i=r(8);function a(e,t,r){if(!(this instanceof a))return new a(e,t,r);this.Hash=e,this.blockSize=e.blockSize/8,this.outSize=e.outSize/8,this.inner=null,this.outer=null,this._init(n.toArray(t,r))}e.exports=a,a.prototype._init=function(e){e.length>this.blockSize&&(e=(new this.Hash).update(e).digest()),i(e.length<=this.blockSize);for(var t=e.length;t<this.blockSize;t++)e.push(0);for(t=0;t<e.length;t++)e[t]^=54;for(this.inner=(new this.Hash).update(e),t=0;t<e.length;t++)e[t]^=106;this.outer=(new this.Hash).update(e)},a.prototype.update=function(e,t){return this.inner.update(e,t),this},a.prototype.digest=function(e){return this.outer.update(this.inner.digest()),this.outer.digest(e)}},function(e,t){e.exports={doubles:{step:4,points:[["e60fce93b59e9ec53011aabc21c23e97b2a31369b87a5ae9c44ee89e2a6dec0a","f7e3507399e595929db99f34f57937101296891e44d23f0be1f32cce69616821"],["8282263212c609d9ea2a6e3e172de238d8c39cabd5ac1ca10646e23fd5f51508","11f8a8098557dfe45e8256e830b60ace62d613ac2f7b17bed31b6eaff6e26caf"],["175e159f728b865a72f99cc6c6fc846de0b93833fd2222ed73fce5b551e5b739","d3506e0d9e3c79eba4ef97a51ff71f5eacb5955add24345c6efa6ffee9fed695"],["363d90d447b00c9c99ceac05b6262ee053441c7e55552ffe526bad8f83ff4640","4e273adfc732221953b445397f3363145b9a89008199ecb62003c7f3bee9de9"],["8b4b5f165df3c2be8c6244b5b745638843e4a781a15bcd1b69f79a55dffdf80c","4aad0a6f68d308b4b3fbd7813ab0da04f9e336546162ee56b3eff0c65fd4fd36"],["723cbaa6e5db996d6bf771c00bd548c7b700dbffa6c0e77bcb6115925232fcda","96e867b5595cc498a921137488824d6e2660a0653779494801dc069d9eb39f5f"],["eebfa4d493bebf98ba5feec812c2d3b50947961237a919839a533eca0e7dd7fa","5d9a8ca3970ef0f269ee7edaf178089d9ae4cdc3a711f712ddfd4fdae1de8999"],["100f44da696e71672791d0a09b7bde459f1215a29b3c03bfefd7835b39a48db0","cdd9e13192a00b772ec8f3300c090666b7ff4a18ff5195ac0fbd5cd62bc65a09"],["e1031be262c7ed1b1dc9227a4a04c017a77f8d4464f3b3852c8acde6e534fd2d","9d7061928940405e6bb6a4176597535af292dd419e1ced79a44f18f29456a00d"],["feea6cae46d55b530ac2839f143bd7ec5cf8b266a41d6af52d5e688d9094696d","e57c6b6c97dce1bab06e4e12bf3ecd5c981c8957cc41442d3155debf18090088"],["da67a91d91049cdcb367be4be6ffca3cfeed657d808583de33fa978bc1ec6cb1","9bacaa35481642bc41f463f7ec9780e5dec7adc508f740a17e9ea8e27a68be1d"],["53904faa0b334cdda6e000935ef22151ec08d0f7bb11069f57545ccc1a37b7c0","5bc087d0bc80106d88c9eccac20d3c1c13999981e14434699dcb096b022771c8"],["8e7bcd0bd35983a7719cca7764ca906779b53a043a9b8bcaeff959f43ad86047","10b7770b2a3da4b3940310420ca9514579e88e2e47fd68b3ea10047e8460372a"],["385eed34c1cdff21e6d0818689b81bde71a7f4f18397e6690a841e1599c43862","283bebc3e8ea23f56701de19e9ebf4576b304eec2086dc8cc0458fe5542e5453"],["6f9d9b803ecf191637c73a4413dfa180fddf84a5947fbc9c606ed86c3fac3a7","7c80c68e603059ba69b8e2a30e45c4d47ea4dd2f5c281002d86890603a842160"],["3322d401243c4e2582a2147c104d6ecbf774d163db0f5e5313b7e0e742d0e6bd","56e70797e9664ef5bfb019bc4ddaf9b72805f63ea2873af624f3a2e96c28b2a0"],["85672c7d2de0b7da2bd1770d89665868741b3f9af7643397721d74d28134ab83","7c481b9b5b43b2eb6374049bfa62c2e5e77f17fcc5298f44c8e3094f790313a6"],["948bf809b1988a46b06c9f1919413b10f9226c60f668832ffd959af60c82a0a","53a562856dcb6646dc6b74c5d1c3418c6d4dff08c97cd2bed4cb7f88d8c8e589"],["6260ce7f461801c34f067ce0f02873a8f1b0e44dfc69752accecd819f38fd8e8","bc2da82b6fa5b571a7f09049776a1ef7ecd292238051c198c1a84e95b2b4ae17"],["e5037de0afc1d8d43d8348414bbf4103043ec8f575bfdc432953cc8d2037fa2d","4571534baa94d3b5f9f98d09fb990bddbd5f5b03ec481f10e0e5dc841d755bda"],["e06372b0f4a207adf5ea905e8f1771b4e7e8dbd1c6a6c5b725866a0ae4fce725","7a908974bce18cfe12a27bb2ad5a488cd7484a7787104870b27034f94eee31dd"],["213c7a715cd5d45358d0bbf9dc0ce02204b10bdde2a3f58540ad6908d0559754","4b6dad0b5ae462507013ad06245ba190bb4850f5f36a7eeddff2c27534b458f2"],["4e7c272a7af4b34e8dbb9352a5419a87e2838c70adc62cddf0cc3a3b08fbd53c","17749c766c9d0b18e16fd09f6def681b530b9614bff7dd33e0b3941817dcaae6"],["fea74e3dbe778b1b10f238ad61686aa5c76e3db2be43057632427e2840fb27b6","6e0568db9b0b13297cf674deccb6af93126b596b973f7b77701d3db7f23cb96f"],["76e64113f677cf0e10a2570d599968d31544e179b760432952c02a4417bdde39","c90ddf8dee4e95cf577066d70681f0d35e2a33d2b56d2032b4b1752d1901ac01"],["c738c56b03b2abe1e8281baa743f8f9a8f7cc643df26cbee3ab150242bcbb891","893fb578951ad2537f718f2eacbfbbbb82314eef7880cfe917e735d9699a84c3"],["d895626548b65b81e264c7637c972877d1d72e5f3a925014372e9f6588f6c14b","febfaa38f2bc7eae728ec60818c340eb03428d632bb067e179363ed75d7d991f"],["b8da94032a957518eb0f6433571e8761ceffc73693e84edd49150a564f676e03","2804dfa44805a1e4d7c99cc9762808b092cc584d95ff3b511488e4e74efdf6e7"],["e80fea14441fb33a7d8adab9475d7fab2019effb5156a792f1a11778e3c0df5d","eed1de7f638e00771e89768ca3ca94472d155e80af322ea9fcb4291b6ac9ec78"],["a301697bdfcd704313ba48e51d567543f2a182031efd6915ddc07bbcc4e16070","7370f91cfb67e4f5081809fa25d40f9b1735dbf7c0a11a130c0d1a041e177ea1"],["90ad85b389d6b936463f9d0512678de208cc330b11307fffab7ac63e3fb04ed4","e507a3620a38261affdcbd9427222b839aefabe1582894d991d4d48cb6ef150"],["8f68b9d2f63b5f339239c1ad981f162ee88c5678723ea3351b7b444c9ec4c0da","662a9f2dba063986de1d90c2b6be215dbbea2cfe95510bfdf23cbf79501fff82"],["e4f3fb0176af85d65ff99ff9198c36091f48e86503681e3e6686fd5053231e11","1e63633ad0ef4f1c1661a6d0ea02b7286cc7e74ec951d1c9822c38576feb73bc"],["8c00fa9b18ebf331eb961537a45a4266c7034f2f0d4e1d0716fb6eae20eae29e","efa47267fea521a1a9dc343a3736c974c2fadafa81e36c54e7d2a4c66702414b"],["e7a26ce69dd4829f3e10cec0a9e98ed3143d084f308b92c0997fddfc60cb3e41","2a758e300fa7984b471b006a1aafbb18d0a6b2c0420e83e20e8a9421cf2cfd51"],["b6459e0ee3662ec8d23540c223bcbdc571cbcb967d79424f3cf29eb3de6b80ef","67c876d06f3e06de1dadf16e5661db3c4b3ae6d48e35b2ff30bf0b61a71ba45"],["d68a80c8280bb840793234aa118f06231d6f1fc67e73c5a5deda0f5b496943e8","db8ba9fff4b586d00c4b1f9177b0e28b5b0e7b8f7845295a294c84266b133120"],["324aed7df65c804252dc0270907a30b09612aeb973449cea4095980fc28d3d5d","648a365774b61f2ff130c0c35aec1f4f19213b0c7e332843967224af96ab7c84"],["4df9c14919cde61f6d51dfdbe5fee5dceec4143ba8d1ca888e8bd373fd054c96","35ec51092d8728050974c23a1d85d4b5d506cdc288490192ebac06cad10d5d"],["9c3919a84a474870faed8a9c1cc66021523489054d7f0308cbfc99c8ac1f98cd","ddb84f0f4a4ddd57584f044bf260e641905326f76c64c8e6be7e5e03d4fc599d"],["6057170b1dd12fdf8de05f281d8e06bb91e1493a8b91d4cc5a21382120a959e5","9a1af0b26a6a4807add9a2daf71df262465152bc3ee24c65e899be932385a2a8"],["a576df8e23a08411421439a4518da31880cef0fba7d4df12b1a6973eecb94266","40a6bf20e76640b2c92b97afe58cd82c432e10a7f514d9f3ee8be11ae1b28ec8"],["7778a78c28dec3e30a05fe9629de8c38bb30d1f5cf9a3a208f763889be58ad71","34626d9ab5a5b22ff7098e12f2ff580087b38411ff24ac563b513fc1fd9f43ac"],["928955ee637a84463729fd30e7afd2ed5f96274e5ad7e5cb09eda9c06d903ac","c25621003d3f42a827b78a13093a95eeac3d26efa8a8d83fc5180e935bcd091f"],["85d0fef3ec6db109399064f3a0e3b2855645b4a907ad354527aae75163d82751","1f03648413a38c0be29d496e582cf5663e8751e96877331582c237a24eb1f962"],["ff2b0dce97eece97c1c9b6041798b85dfdfb6d8882da20308f5404824526087e","493d13fef524ba188af4c4dc54d07936c7b7ed6fb90e2ceb2c951e01f0c29907"],["827fbbe4b1e880ea9ed2b2e6301b212b57f1ee148cd6dd28780e5e2cf856e241","c60f9c923c727b0b71bef2c67d1d12687ff7a63186903166d605b68baec293ec"],["eaa649f21f51bdbae7be4ae34ce6e5217a58fdce7f47f9aa7f3b58fa2120e2b3","be3279ed5bbbb03ac69a80f89879aa5a01a6b965f13f7e59d47a5305ba5ad93d"],["e4a42d43c5cf169d9391df6decf42ee541b6d8f0c9a137401e23632dda34d24f","4d9f92e716d1c73526fc99ccfb8ad34ce886eedfa8d8e4f13a7f7131deba9414"],["1ec80fef360cbdd954160fadab352b6b92b53576a88fea4947173b9d4300bf19","aeefe93756b5340d2f3a4958a7abbf5e0146e77f6295a07b671cdc1cc107cefd"],["146a778c04670c2f91b00af4680dfa8bce3490717d58ba889ddb5928366642be","b318e0ec3354028add669827f9d4b2870aaa971d2f7e5ed1d0b297483d83efd0"],["fa50c0f61d22e5f07e3acebb1aa07b128d0012209a28b9776d76a8793180eef9","6b84c6922397eba9b72cd2872281a68a5e683293a57a213b38cd8d7d3f4f2811"],["da1d61d0ca721a11b1a5bf6b7d88e8421a288ab5d5bba5220e53d32b5f067ec2","8157f55a7c99306c79c0766161c91e2966a73899d279b48a655fba0f1ad836f1"],["a8e282ff0c9706907215ff98e8fd416615311de0446f1e062a73b0610d064e13","7f97355b8db81c09abfb7f3c5b2515888b679a3e50dd6bd6cef7c73111f4cc0c"],["174a53b9c9a285872d39e56e6913cab15d59b1fa512508c022f382de8319497c","ccc9dc37abfc9c1657b4155f2c47f9e6646b3a1d8cb9854383da13ac079afa73"],["959396981943785c3d3e57edf5018cdbe039e730e4918b3d884fdff09475b7ba","2e7e552888c331dd8ba0386a4b9cd6849c653f64c8709385e9b8abf87524f2fd"],["d2a63a50ae401e56d645a1153b109a8fcca0a43d561fba2dbb51340c9d82b151","e82d86fb6443fcb7565aee58b2948220a70f750af484ca52d4142174dcf89405"],["64587e2335471eb890ee7896d7cfdc866bacbdbd3839317b3436f9b45617e073","d99fcdd5bf6902e2ae96dd6447c299a185b90a39133aeab358299e5e9faf6589"],["8481bde0e4e4d885b3a546d3e549de042f0aa6cea250e7fd358d6c86dd45e458","38ee7b8cba5404dd84a25bf39cecb2ca900a79c42b262e556d64b1b59779057e"],["13464a57a78102aa62b6979ae817f4637ffcfed3c4b1ce30bcd6303f6caf666b","69be159004614580ef7e433453ccb0ca48f300a81d0942e13f495a907f6ecc27"],["bc4a9df5b713fe2e9aef430bcc1dc97a0cd9ccede2f28588cada3a0d2d83f366","d3a81ca6e785c06383937adf4b798caa6e8a9fbfa547b16d758d666581f33c1"],["8c28a97bf8298bc0d23d8c749452a32e694b65e30a9472a3954ab30fe5324caa","40a30463a3305193378fedf31f7cc0eb7ae784f0451cb9459e71dc73cbef9482"],["8ea9666139527a8c1dd94ce4f071fd23c8b350c5a4bb33748c4ba111faccae0","620efabbc8ee2782e24e7c0cfb95c5d735b783be9cf0f8e955af34a30e62b945"],["dd3625faef5ba06074669716bbd3788d89bdde815959968092f76cc4eb9a9787","7a188fa3520e30d461da2501045731ca941461982883395937f68d00c644a573"],["f710d79d9eb962297e4f6232b40e8f7feb2bc63814614d692c12de752408221e","ea98e67232d3b3295d3b535532115ccac8612c721851617526ae47a9c77bfc82"]]},naf:{wnd:7,points:[["f9308a019258c31049344f85f89d5229b531c845836f99b08601f113bce036f9","388f7b0f632de8140fe337e62a37f3566500a99934c2231b6cb9fd7584b8e672"],["2f8bde4d1a07209355b4a7250a5c5128e88b84bddc619ab7cba8d569b240efe4","d8ac222636e5e3d6d4dba9dda6c9c426f788271bab0d6840dca87d3aa6ac62d6"],["5cbdf0646e5db4eaa398f365f2ea7a0e3d419b7e0330e39ce92bddedcac4f9bc","6aebca40ba255960a3178d6d861a54dba813d0b813fde7b5a5082628087264da"],["acd484e2f0c7f65309ad178a9f559abde09796974c57e714c35f110dfc27ccbe","cc338921b0a7d9fd64380971763b61e9add888a4375f8e0f05cc262ac64f9c37"],["774ae7f858a9411e5ef4246b70c65aac5649980be5c17891bbec17895da008cb","d984a032eb6b5e190243dd56d7b7b365372db1e2dff9d6a8301d74c9c953c61b"],["f28773c2d975288bc7d1d205c3748651b075fbc6610e58cddeeddf8f19405aa8","ab0902e8d880a89758212eb65cdaf473a1a06da521fa91f29b5cb52db03ed81"],["d7924d4f7d43ea965a465ae3095ff41131e5946f3c85f79e44adbcf8e27e080e","581e2872a86c72a683842ec228cc6defea40af2bd896d3a5c504dc9ff6a26b58"],["defdea4cdb677750a420fee807eacf21eb9898ae79b9768766e4faa04a2d4a34","4211ab0694635168e997b0ead2a93daeced1f4a04a95c0f6cfb199f69e56eb77"],["2b4ea0a797a443d293ef5cff444f4979f06acfebd7e86d277475656138385b6c","85e89bc037945d93b343083b5a1c86131a01f60c50269763b570c854e5c09b7a"],["352bbf4a4cdd12564f93fa332ce333301d9ad40271f8107181340aef25be59d5","321eb4075348f534d59c18259dda3e1f4a1b3b2e71b1039c67bd3d8bcf81998c"],["2fa2104d6b38d11b0230010559879124e42ab8dfeff5ff29dc9cdadd4ecacc3f","2de1068295dd865b64569335bd5dd80181d70ecfc882648423ba76b532b7d67"],["9248279b09b4d68dab21a9b066edda83263c3d84e09572e269ca0cd7f5453714","73016f7bf234aade5d1aa71bdea2b1ff3fc0de2a887912ffe54a32ce97cb3402"],["daed4f2be3a8bf278e70132fb0beb7522f570e144bf615c07e996d443dee8729","a69dce4a7d6c98e8d4a1aca87ef8d7003f83c230f3afa726ab40e52290be1c55"],["c44d12c7065d812e8acf28d7cbb19f9011ecd9e9fdf281b0e6a3b5e87d22e7db","2119a460ce326cdc76c45926c982fdac0e106e861edf61c5a039063f0e0e6482"],["6a245bf6dc698504c89a20cfded60853152b695336c28063b61c65cbd269e6b4","e022cf42c2bd4a708b3f5126f16a24ad8b33ba48d0423b6efd5e6348100d8a82"],["1697ffa6fd9de627c077e3d2fe541084ce13300b0bec1146f95ae57f0d0bd6a5","b9c398f186806f5d27561506e4557433a2cf15009e498ae7adee9d63d01b2396"],["605bdb019981718b986d0f07e834cb0d9deb8360ffb7f61df982345ef27a7479","2972d2de4f8d20681a78d93ec96fe23c26bfae84fb14db43b01e1e9056b8c49"],["62d14dab4150bf497402fdc45a215e10dcb01c354959b10cfe31c7e9d87ff33d","80fc06bd8cc5b01098088a1950eed0db01aa132967ab472235f5642483b25eaf"],["80c60ad0040f27dade5b4b06c408e56b2c50e9f56b9b8b425e555c2f86308b6f","1c38303f1cc5c30f26e66bad7fe72f70a65eed4cbe7024eb1aa01f56430bd57a"],["7a9375ad6167ad54aa74c6348cc54d344cc5dc9487d847049d5eabb0fa03c8fb","d0e3fa9eca8726909559e0d79269046bdc59ea10c70ce2b02d499ec224dc7f7"],["d528ecd9b696b54c907a9ed045447a79bb408ec39b68df504bb51f459bc3ffc9","eecf41253136e5f99966f21881fd656ebc4345405c520dbc063465b521409933"],["49370a4b5f43412ea25f514e8ecdad05266115e4a7ecb1387231808f8b45963","758f3f41afd6ed428b3081b0512fd62a54c3f3afbb5b6764b653052a12949c9a"],["77f230936ee88cbbd73df930d64702ef881d811e0e1498e2f1c13eb1fc345d74","958ef42a7886b6400a08266e9ba1b37896c95330d97077cbbe8eb3c7671c60d6"],["f2dac991cc4ce4b9ea44887e5c7c0bce58c80074ab9d4dbaeb28531b7739f530","e0dedc9b3b2f8dad4da1f32dec2531df9eb5fbeb0598e4fd1a117dba703a3c37"],["463b3d9f662621fb1b4be8fbbe2520125a216cdfc9dae3debcba4850c690d45b","5ed430d78c296c3543114306dd8622d7c622e27c970a1de31cb377b01af7307e"],["f16f804244e46e2a09232d4aff3b59976b98fac14328a2d1a32496b49998f247","cedabd9b82203f7e13d206fcdf4e33d92a6c53c26e5cce26d6579962c4e31df6"],["caf754272dc84563b0352b7a14311af55d245315ace27c65369e15f7151d41d1","cb474660ef35f5f2a41b643fa5e460575f4fa9b7962232a5c32f908318a04476"],["2600ca4b282cb986f85d0f1709979d8b44a09c07cb86d7c124497bc86f082120","4119b88753c15bd6a693b03fcddbb45d5ac6be74ab5f0ef44b0be9475a7e4b40"],["7635ca72d7e8432c338ec53cd12220bc01c48685e24f7dc8c602a7746998e435","91b649609489d613d1d5e590f78e6d74ecfc061d57048bad9e76f302c5b9c61"],["754e3239f325570cdbbf4a87deee8a66b7f2b33479d468fbc1a50743bf56cc18","673fb86e5bda30fb3cd0ed304ea49a023ee33d0197a695d0c5d98093c536683"],["e3e6bd1071a1e96aff57859c82d570f0330800661d1c952f9fe2694691d9b9e8","59c9e0bba394e76f40c0aa58379a3cb6a5a2283993e90c4167002af4920e37f5"],["186b483d056a033826ae73d88f732985c4ccb1f32ba35f4b4cc47fdcf04aa6eb","3b952d32c67cf77e2e17446e204180ab21fb8090895138b4a4a797f86e80888b"],["df9d70a6b9876ce544c98561f4be4f725442e6d2b737d9c91a8321724ce0963f","55eb2dafd84d6ccd5f862b785dc39d4ab157222720ef9da217b8c45cf2ba2417"],["5edd5cc23c51e87a497ca815d5dce0f8ab52554f849ed8995de64c5f34ce7143","efae9c8dbc14130661e8cec030c89ad0c13c66c0d17a2905cdc706ab7399a868"],["290798c2b6476830da12fe02287e9e777aa3fba1c355b17a722d362f84614fba","e38da76dcd440621988d00bcf79af25d5b29c094db2a23146d003afd41943e7a"],["af3c423a95d9f5b3054754efa150ac39cd29552fe360257362dfdecef4053b45","f98a3fd831eb2b749a93b0e6f35cfb40c8cd5aa667a15581bc2feded498fd9c6"],["766dbb24d134e745cccaa28c99bf274906bb66b26dcf98df8d2fed50d884249a","744b1152eacbe5e38dcc887980da38b897584a65fa06cedd2c924f97cbac5996"],["59dbf46f8c94759ba21277c33784f41645f7b44f6c596a58ce92e666191abe3e","c534ad44175fbc300f4ea6ce648309a042ce739a7919798cd85e216c4a307f6e"],["f13ada95103c4537305e691e74e9a4a8dd647e711a95e73cb62dc6018cfd87b8","e13817b44ee14de663bf4bc808341f326949e21a6a75c2570778419bdaf5733d"],["7754b4fa0e8aced06d4167a2c59cca4cda1869c06ebadfb6488550015a88522c","30e93e864e669d82224b967c3020b8fa8d1e4e350b6cbcc537a48b57841163a2"],["948dcadf5990e048aa3874d46abef9d701858f95de8041d2a6828c99e2262519","e491a42537f6e597d5d28a3224b1bc25df9154efbd2ef1d2cbba2cae5347d57e"],["7962414450c76c1689c7b48f8202ec37fb224cf5ac0bfa1570328a8a3d7c77ab","100b610ec4ffb4760d5c1fc133ef6f6b12507a051f04ac5760afa5b29db83437"],["3514087834964b54b15b160644d915485a16977225b8847bb0dd085137ec47ca","ef0afbb2056205448e1652c48e8127fc6039e77c15c2378b7e7d15a0de293311"],["d3cc30ad6b483e4bc79ce2c9dd8bc54993e947eb8df787b442943d3f7b527eaf","8b378a22d827278d89c5e9be8f9508ae3c2ad46290358630afb34db04eede0a4"],["1624d84780732860ce1c78fcbfefe08b2b29823db913f6493975ba0ff4847610","68651cf9b6da903e0914448c6cd9d4ca896878f5282be4c8cc06e2a404078575"],["733ce80da955a8a26902c95633e62a985192474b5af207da6df7b4fd5fc61cd4","f5435a2bd2badf7d485a4d8b8db9fcce3e1ef8e0201e4578c54673bc1dc5ea1d"],["15d9441254945064cf1a1c33bbd3b49f8966c5092171e699ef258dfab81c045c","d56eb30b69463e7234f5137b73b84177434800bacebfc685fc37bbe9efe4070d"],["a1d0fcf2ec9de675b612136e5ce70d271c21417c9d2b8aaaac138599d0717940","edd77f50bcb5a3cab2e90737309667f2641462a54070f3d519212d39c197a629"],["e22fbe15c0af8ccc5780c0735f84dbe9a790badee8245c06c7ca37331cb36980","a855babad5cd60c88b430a69f53a1a7a38289154964799be43d06d77d31da06"],["311091dd9860e8e20ee13473c1155f5f69635e394704eaa74009452246cfa9b3","66db656f87d1f04fffd1f04788c06830871ec5a64feee685bd80f0b1286d8374"],["34c1fd04d301be89b31c0442d3e6ac24883928b45a9340781867d4232ec2dbdf","9414685e97b1b5954bd46f730174136d57f1ceeb487443dc5321857ba73abee"],["f219ea5d6b54701c1c14de5b557eb42a8d13f3abbcd08affcc2a5e6b049b8d63","4cb95957e83d40b0f73af4544cccf6b1f4b08d3c07b27fb8d8c2962a400766d1"],["d7b8740f74a8fbaab1f683db8f45de26543a5490bca627087236912469a0b448","fa77968128d9c92ee1010f337ad4717eff15db5ed3c049b3411e0315eaa4593b"],["32d31c222f8f6f0ef86f7c98d3a3335ead5bcd32abdd94289fe4d3091aa824bf","5f3032f5892156e39ccd3d7915b9e1da2e6dac9e6f26e961118d14b8462e1661"],["7461f371914ab32671045a155d9831ea8793d77cd59592c4340f86cbc18347b5","8ec0ba238b96bec0cbdddcae0aa442542eee1ff50c986ea6b39847b3cc092ff6"],["ee079adb1df1860074356a25aa38206a6d716b2c3e67453d287698bad7b2b2d6","8dc2412aafe3be5c4c5f37e0ecc5f9f6a446989af04c4e25ebaac479ec1c8c1e"],["16ec93e447ec83f0467b18302ee620f7e65de331874c9dc72bfd8616ba9da6b5","5e4631150e62fb40d0e8c2a7ca5804a39d58186a50e497139626778e25b0674d"],["eaa5f980c245f6f038978290afa70b6bd8855897f98b6aa485b96065d537bd99","f65f5d3e292c2e0819a528391c994624d784869d7e6ea67fb18041024edc07dc"],["78c9407544ac132692ee1910a02439958ae04877151342ea96c4b6b35a49f51","f3e0319169eb9b85d5404795539a5e68fa1fbd583c064d2462b675f194a3ddb4"],["494f4be219a1a77016dcd838431aea0001cdc8ae7a6fc688726578d9702857a5","42242a969283a5f339ba7f075e36ba2af925ce30d767ed6e55f4b031880d562c"],["a598a8030da6d86c6bc7f2f5144ea549d28211ea58faa70ebf4c1e665c1fe9b5","204b5d6f84822c307e4b4a7140737aec23fc63b65b35f86a10026dbd2d864e6b"],["c41916365abb2b5d09192f5f2dbeafec208f020f12570a184dbadc3e58595997","4f14351d0087efa49d245b328984989d5caf9450f34bfc0ed16e96b58fa9913"],["841d6063a586fa475a724604da03bc5b92a2e0d2e0a36acfe4c73a5514742881","73867f59c0659e81904f9a1c7543698e62562d6744c169ce7a36de01a8d6154"],["5e95bb399a6971d376026947f89bde2f282b33810928be4ded112ac4d70e20d5","39f23f366809085beebfc71181313775a99c9aed7d8ba38b161384c746012865"],["36e4641a53948fd476c39f8a99fd974e5ec07564b5315d8bf99471bca0ef2f66","d2424b1b1abe4eb8164227b085c9aa9456ea13493fd563e06fd51cf5694c78fc"],["336581ea7bfbbb290c191a2f507a41cf5643842170e914faeab27c2c579f726","ead12168595fe1be99252129b6e56b3391f7ab1410cd1e0ef3dcdcabd2fda224"],["8ab89816dadfd6b6a1f2634fcf00ec8403781025ed6890c4849742706bd43ede","6fdcef09f2f6d0a044e654aef624136f503d459c3e89845858a47a9129cdd24e"],["1e33f1a746c9c5778133344d9299fcaa20b0938e8acff2544bb40284b8c5fb94","60660257dd11b3aa9c8ed618d24edff2306d320f1d03010e33a7d2057f3b3b6"],["85b7c1dcb3cec1b7ee7f30ded79dd20a0ed1f4cc18cbcfcfa410361fd8f08f31","3d98a9cdd026dd43f39048f25a8847f4fcafad1895d7a633c6fed3c35e999511"],["29df9fbd8d9e46509275f4b125d6d45d7fbe9a3b878a7af872a2800661ac5f51","b4c4fe99c775a606e2d8862179139ffda61dc861c019e55cd2876eb2a27d84b"],["a0b1cae06b0a847a3fea6e671aaf8adfdfe58ca2f768105c8082b2e449fce252","ae434102edde0958ec4b19d917a6a28e6b72da1834aff0e650f049503a296cf2"],["4e8ceafb9b3e9a136dc7ff67e840295b499dfb3b2133e4ba113f2e4c0e121e5","cf2174118c8b6d7a4b48f6d534ce5c79422c086a63460502b827ce62a326683c"],["d24a44e047e19b6f5afb81c7ca2f69080a5076689a010919f42725c2b789a33b","6fb8d5591b466f8fc63db50f1c0f1c69013f996887b8244d2cdec417afea8fa3"],["ea01606a7a6c9cdd249fdfcfacb99584001edd28abbab77b5104e98e8e3b35d4","322af4908c7312b0cfbfe369f7a7b3cdb7d4494bc2823700cfd652188a3ea98d"],["af8addbf2b661c8a6c6328655eb96651252007d8c5ea31be4ad196de8ce2131f","6749e67c029b85f52a034eafd096836b2520818680e26ac8f3dfbcdb71749700"],["e3ae1974566ca06cc516d47e0fb165a674a3dabcfca15e722f0e3450f45889","2aeabe7e4531510116217f07bf4d07300de97e4874f81f533420a72eeb0bd6a4"],["591ee355313d99721cf6993ffed1e3e301993ff3ed258802075ea8ced397e246","b0ea558a113c30bea60fc4775460c7901ff0b053d25ca2bdeee98f1a4be5d196"],["11396d55fda54c49f19aa97318d8da61fa8584e47b084945077cf03255b52984","998c74a8cd45ac01289d5833a7beb4744ff536b01b257be4c5767bea93ea57a4"],["3c5d2a1ba39c5a1790000738c9e0c40b8dcdfd5468754b6405540157e017aa7a","b2284279995a34e2f9d4de7396fc18b80f9b8b9fdd270f6661f79ca4c81bd257"],["cc8704b8a60a0defa3a99a7299f2e9c3fbc395afb04ac078425ef8a1793cc030","bdd46039feed17881d1e0862db347f8cf395b74fc4bcdc4e940b74e3ac1f1b13"],["c533e4f7ea8555aacd9777ac5cad29b97dd4defccc53ee7ea204119b2889b197","6f0a256bc5efdf429a2fb6242f1a43a2d9b925bb4a4b3a26bb8e0f45eb596096"],["c14f8f2ccb27d6f109f6d08d03cc96a69ba8c34eec07bbcf566d48e33da6593","c359d6923bb398f7fd4473e16fe1c28475b740dd098075e6c0e8649113dc3a38"],["a6cbc3046bc6a450bac24789fa17115a4c9739ed75f8f21ce441f72e0b90e6ef","21ae7f4680e889bb130619e2c0f95a360ceb573c70603139862afd617fa9b9f"],["347d6d9a02c48927ebfb86c1359b1caf130a3c0267d11ce6344b39f99d43cc38","60ea7f61a353524d1c987f6ecec92f086d565ab687870cb12689ff1e31c74448"],["da6545d2181db8d983f7dcb375ef5866d47c67b1bf31c8cf855ef7437b72656a","49b96715ab6878a79e78f07ce5680c5d6673051b4935bd897fea824b77dc208a"],["c40747cc9d012cb1a13b8148309c6de7ec25d6945d657146b9d5994b8feb1111","5ca560753be2a12fc6de6caf2cb489565db936156b9514e1bb5e83037e0fa2d4"],["4e42c8ec82c99798ccf3a610be870e78338c7f713348bd34c8203ef4037f3502","7571d74ee5e0fb92a7a8b33a07783341a5492144cc54bcc40a94473693606437"],["3775ab7089bc6af823aba2e1af70b236d251cadb0c86743287522a1b3b0dedea","be52d107bcfa09d8bcb9736a828cfa7fac8db17bf7a76a2c42ad961409018cf7"],["cee31cbf7e34ec379d94fb814d3d775ad954595d1314ba8846959e3e82f74e26","8fd64a14c06b589c26b947ae2bcf6bfa0149ef0be14ed4d80f448a01c43b1c6d"],["b4f9eaea09b6917619f6ea6a4eb5464efddb58fd45b1ebefcdc1a01d08b47986","39e5c9925b5a54b07433a4f18c61726f8bb131c012ca542eb24a8ac07200682a"],["d4263dfc3d2df923a0179a48966d30ce84e2515afc3dccc1b77907792ebcc60e","62dfaf07a0f78feb30e30d6295853ce189e127760ad6cf7fae164e122a208d54"],["48457524820fa65a4f8d35eb6930857c0032acc0a4a2de422233eeda897612c4","25a748ab367979d98733c38a1fa1c2e7dc6cc07db2d60a9ae7a76aaa49bd0f77"],["dfeeef1881101f2cb11644f3a2afdfc2045e19919152923f367a1767c11cceda","ecfb7056cf1de042f9420bab396793c0c390bde74b4bbdff16a83ae09a9a7517"],["6d7ef6b17543f8373c573f44e1f389835d89bcbc6062ced36c82df83b8fae859","cd450ec335438986dfefa10c57fea9bcc521a0959b2d80bbf74b190dca712d10"],["e75605d59102a5a2684500d3b991f2e3f3c88b93225547035af25af66e04541f","f5c54754a8f71ee540b9b48728473e314f729ac5308b06938360990e2bfad125"],["eb98660f4c4dfaa06a2be453d5020bc99a0c2e60abe388457dd43fefb1ed620c","6cb9a8876d9cb8520609af3add26cd20a0a7cd8a9411131ce85f44100099223e"],["13e87b027d8514d35939f2e6892b19922154596941888336dc3563e3b8dba942","fef5a3c68059a6dec5d624114bf1e91aac2b9da568d6abeb2570d55646b8adf1"],["ee163026e9fd6fe017c38f06a5be6fc125424b371ce2708e7bf4491691e5764a","1acb250f255dd61c43d94ccc670d0f58f49ae3fa15b96623e5430da0ad6c62b2"],["b268f5ef9ad51e4d78de3a750c2dc89b1e626d43505867999932e5db33af3d80","5f310d4b3c99b9ebb19f77d41c1dee018cf0d34fd4191614003e945a1216e423"],["ff07f3118a9df035e9fad85eb6c7bfe42b02f01ca99ceea3bf7ffdba93c4750d","438136d603e858a3a5c440c38eccbaddc1d2942114e2eddd4740d098ced1f0d8"],["8d8b9855c7c052a34146fd20ffb658bea4b9f69e0d825ebec16e8c3ce2b526a1","cdb559eedc2d79f926baf44fb84ea4d44bcf50fee51d7ceb30e2e7f463036758"],["52db0b5384dfbf05bfa9d472d7ae26dfe4b851ceca91b1eba54263180da32b63","c3b997d050ee5d423ebaf66a6db9f57b3180c902875679de924b69d84a7b375"],["e62f9490d3d51da6395efd24e80919cc7d0f29c3f3fa48c6fff543becbd43352","6d89ad7ba4876b0b22c2ca280c682862f342c8591f1daf5170e07bfd9ccafa7d"],["7f30ea2476b399b4957509c88f77d0191afa2ff5cb7b14fd6d8e7d65aaab1193","ca5ef7d4b231c94c3b15389a5f6311e9daff7bb67b103e9880ef4bff637acaec"],["5098ff1e1d9f14fb46a210fada6c903fef0fb7b4a1dd1d9ac60a0361800b7a00","9731141d81fc8f8084d37c6e7542006b3ee1b40d60dfe5362a5b132fd17ddc0"],["32b78c7de9ee512a72895be6b9cbefa6e2f3c4ccce445c96b9f2c81e2778ad58","ee1849f513df71e32efc3896ee28260c73bb80547ae2275ba497237794c8753c"],["e2cb74fddc8e9fbcd076eef2a7c72b0ce37d50f08269dfc074b581550547a4f7","d3aa2ed71c9dd2247a62df062736eb0baddea9e36122d2be8641abcb005cc4a4"],["8438447566d4d7bedadc299496ab357426009a35f235cb141be0d99cd10ae3a8","c4e1020916980a4da5d01ac5e6ad330734ef0d7906631c4f2390426b2edd791f"],["4162d488b89402039b584c6fc6c308870587d9c46f660b878ab65c82c711d67e","67163e903236289f776f22c25fb8a3afc1732f2b84b4e95dbda47ae5a0852649"],["3fad3fa84caf0f34f0f89bfd2dcf54fc175d767aec3e50684f3ba4a4bf5f683d","cd1bc7cb6cc407bb2f0ca647c718a730cf71872e7d0d2a53fa20efcdfe61826"],["674f2600a3007a00568c1a7ce05d0816c1fb84bf1370798f1c69532faeb1a86b","299d21f9413f33b3edf43b257004580b70db57da0b182259e09eecc69e0d38a5"],["d32f4da54ade74abb81b815ad1fb3b263d82d6c692714bcff87d29bd5ee9f08f","f9429e738b8e53b968e99016c059707782e14f4535359d582fc416910b3eea87"],["30e4e670435385556e593657135845d36fbb6931f72b08cb1ed954f1e3ce3ff6","462f9bce619898638499350113bbc9b10a878d35da70740dc695a559eb88db7b"],["be2062003c51cc3004682904330e4dee7f3dcd10b01e580bf1971b04d4cad297","62188bc49d61e5428573d48a74e1c655b1c61090905682a0d5558ed72dccb9bc"],["93144423ace3451ed29e0fb9ac2af211cb6e84a601df5993c419859fff5df04a","7c10dfb164c3425f5c71a3f9d7992038f1065224f72bb9d1d902a6d13037b47c"],["b015f8044f5fcbdcf21ca26d6c34fb8197829205c7b7d2a7cb66418c157b112c","ab8c1e086d04e813744a655b2df8d5f83b3cdc6faa3088c1d3aea1454e3a1d5f"],["d5e9e1da649d97d89e4868117a465a3a4f8a18de57a140d36b3f2af341a21b52","4cb04437f391ed73111a13cc1d4dd0db1693465c2240480d8955e8592f27447a"],["d3ae41047dd7ca065dbf8ed77b992439983005cd72e16d6f996a5316d36966bb","bd1aeb21ad22ebb22a10f0303417c6d964f8cdd7df0aca614b10dc14d125ac46"],["463e2763d885f958fc66cdd22800f0a487197d0a82e377b49f80af87c897b065","bfefacdb0e5d0fd7df3a311a94de062b26b80c61fbc97508b79992671ef7ca7f"],["7985fdfd127c0567c6f53ec1bb63ec3158e597c40bfe747c83cddfc910641917","603c12daf3d9862ef2b25fe1de289aed24ed291e0ec6708703a5bd567f32ed03"],["74a1ad6b5f76e39db2dd249410eac7f99e74c59cb83d2d0ed5ff1543da7703e9","cc6157ef18c9c63cd6193d83631bbea0093e0968942e8c33d5737fd790e0db08"],["30682a50703375f602d416664ba19b7fc9bab42c72747463a71d0896b22f6da3","553e04f6b018b4fa6c8f39e7f311d3176290d0e0f19ca73f17714d9977a22ff8"],["9e2158f0d7c0d5f26c3791efefa79597654e7a2b2464f52b1ee6c1347769ef57","712fcdd1b9053f09003a3481fa7762e9ffd7c8ef35a38509e2fbf2629008373"],["176e26989a43c9cfeba4029c202538c28172e566e3c4fce7322857f3be327d66","ed8cc9d04b29eb877d270b4878dc43c19aefd31f4eee09ee7b47834c1fa4b1c3"],["75d46efea3771e6e68abb89a13ad747ecf1892393dfc4f1b7004788c50374da8","9852390a99507679fd0b86fd2b39a868d7efc22151346e1a3ca4726586a6bed8"],["809a20c67d64900ffb698c4c825f6d5f2310fb0451c869345b7319f645605721","9e994980d9917e22b76b061927fa04143d096ccc54963e6a5ebfa5f3f8e286c1"],["1b38903a43f7f114ed4500b4eac7083fdefece1cf29c63528d563446f972c180","4036edc931a60ae889353f77fd53de4a2708b26b6f5da72ad3394119daf408f9"]]}}},function(e,t,r){"use strict";var n=r(5),i=r(374),a=r(9),s=r(55),o=r(51),d=a.assert,u=r(375),h=r(376);function c(e){if(!(this instanceof c))return new c(e);"string"==typeof e&&(d(Object.prototype.hasOwnProperty.call(s,e),"Unknown curve "+e),e=s[e]),e instanceof s.PresetCurve&&(e={curve:e}),this.curve=e.curve.curve,this.n=this.curve.n,this.nh=this.n.ushrn(1),this.g=this.curve.g,this.g=e.curve.g,this.g.precompute(e.curve.n.bitLength()+1),this.hash=e.hash||e.curve.hash}e.exports=c,c.prototype.keyPair=function(e){return new u(this,e)},c.prototype.keyFromPrivate=function(e,t){return u.fromPrivate(this,e,t)},c.prototype.keyFromPublic=function(e,t){return u.fromPublic(this,e,t)},c.prototype.genKeyPair=function(e){e||(e={});for(var t=new i({hash:this.hash,pers:e.pers,persEnc:e.persEnc||"utf8",entropy:e.entropy||o(this.hash.hmacStrength),entropyEnc:e.entropy&&e.entropyEnc||"utf8",nonce:this.n.toArray()}),r=this.n.byteLength(),a=this.n.sub(new n(2));;){var s=new n(t.generate(r));if(!(s.cmp(a)>0))return s.iaddn(1),this.keyFromPrivate(s)}},c.prototype._truncateToN=function(e,t){var r=8*e.byteLength()-this.n.bitLength();return r>0&&(e=e.ushrn(r)),!t&&e.cmp(this.n)>=0?e.sub(this.n):e},c.prototype.sign=function(e,t,r,a){"object"==typeof r&&(a=r,r=null),a||(a={}),t=this.keyFromPrivate(t,r),e=this._truncateToN(new n(e,16));for(var s=this.n.byteLength(),o=t.getPrivate().toArray("be",s),d=e.toArray("be",s),u=new i({hash:this.hash,entropy:o,nonce:d,pers:a.pers,persEnc:a.persEnc||"utf8"}),c=this.n.sub(new n(1)),l=0;;l++){var f=a.k?a.k(l):new n(u.generate(this.n.byteLength()));if(!((f=this._truncateToN(f,!0)).cmpn(1)<=0||f.cmp(c)>=0)){var _=this.g.mul(f);if(!_.isInfinity()){var p=_.getX(),m=p.umod(this.n);if(0!==m.cmpn(0)){var y=f.invm(this.n).mul(m.mul(t.getPrivate()).iadd(e));if(0!==(y=y.umod(this.n)).cmpn(0)){var b=(_.getY().isOdd()?1:0)|(0!==p.cmp(m)?2:0);return a.canonical&&y.cmp(this.nh)>0&&(y=this.n.sub(y),b^=1),new h({r:m,s:y,recoveryParam:b})}}}}}},c.prototype.verify=function(e,t,r,i){e=this._truncateToN(new n(e,16)),r=this.keyFromPublic(r,i);var a=(t=new h(t,"hex")).r,s=t.s;if(a.cmpn(1)<0||a.cmp(this.n)>=0)return!1;if(s.cmpn(1)<0||s.cmp(this.n)>=0)return!1;var o,d=s.invm(this.n),u=d.mul(e).umod(this.n),c=d.mul(a).umod(this.n);return this.curve._maxwellTrick?!(o=this.g.jmulAdd(u,r.getPublic(),c)).isInfinity()&&o.eqXToP(a):!(o=this.g.mulAdd(u,r.getPublic(),c)).isInfinity()&&0===o.getX().umod(this.n).cmp(a)},c.prototype.recoverPubKey=function(e,t,r,i){d((3&r)===r,"The recovery param is more than two bits"),t=new h(t,i);var a=this.n,s=new n(e),o=t.r,u=t.s,c=1&r,l=r>>1;if(o.cmp(this.curve.p.umod(this.curve.n))>=0&&l)throw new Error("Unable to find sencond key candinate");o=l?this.curve.pointFromX(o.add(this.curve.n),c):this.curve.pointFromX(o,c);var f=t.r.invm(a),_=a.sub(s).mul(f).umod(a),p=u.mul(f).umod(a);return this.g.mulAdd(_,o,p)},c.prototype.getKeyRecoveryParam=function(e,t,r,n){if(null!==(t=new h(t,n)).recoveryParam)return t.recoveryParam;for(var i=0;i<4;i++){var a;try{a=this.recoverPubKey(e,t,i)}catch(e){continue}if(a.eq(r))return i}throw new Error("Unable to find valid recovery factor")}},function(e,t,r){"use strict";var n=r(56),i=r(243),a=r(8);function s(e){if(!(this instanceof s))return new s(e);this.hash=e.hash,this.predResist=!!e.predResist,this.outLen=this.hash.outSize,this.minEntropy=e.minEntropy||this.hash.hmacStrength,this._reseed=null,this.reseedInterval=null,this.K=null,this.V=null;var t=i.toArray(e.entropy,e.entropyEnc||"hex"),r=i.toArray(e.nonce,e.nonceEnc||"hex"),n=i.toArray(e.pers,e.persEnc||"hex");a(t.length>=this.minEntropy/8,"Not enough entropy. Minimum is: "+this.minEntropy+" bits"),this._init(t,r,n)}e.exports=s,s.prototype._init=function(e,t,r){var n=e.concat(t).concat(r);this.K=new Array(this.outLen/8),this.V=new Array(this.outLen/8);for(var i=0;i<this.V.length;i++)this.K[i]=0,this.V[i]=1;this._update(n),this._reseed=1,this.reseedInterval=281474976710656},s.prototype._hmac=function(){return new n.hmac(this.hash,this.K)},s.prototype._update=function(e){var t=this._hmac().update(this.V).update([0]);e&&(t=t.update(e)),this.K=t.digest(),this.V=this._hmac().update(this.V).digest(),e&&(this.K=this._hmac().update(this.V).update([1]).update(e).digest(),this.V=this._hmac().update(this.V).digest())},s.prototype.reseed=function(e,t,r,n){"string"!=typeof t&&(n=r,r=t,t=null),e=i.toArray(e,t),r=i.toArray(r,n),a(e.length>=this.minEntropy/8,"Not enough entropy. Minimum is: "+this.minEntropy+" bits"),this._update(e.concat(r||[])),this._reseed=1},s.prototype.generate=function(e,t,r,n){if(this._reseed>this.reseedInterval)throw new Error("Reseed is required");"string"!=typeof t&&(n=r,r=t,t=null),r&&(r=i.toArray(r,n||"hex"),this._update(r));for(var a=[];a.length<e;)this.V=this._hmac().update(this.V).digest(),a=a.concat(this.V);var s=a.slice(0,e);return this._update(r),this._reseed++,i.encode(s,t)}},function(e,t,r){"use strict";var n=r(5),i=r(9).assert;function a(e,t){this.ec=e,this.priv=null,this.pub=null,t.priv&&this._importPrivate(t.priv,t.privEnc),t.pub&&this._importPublic(t.pub,t.pubEnc)}e.exports=a,a.fromPublic=function(e,t,r){return t instanceof a?t:new a(e,{pub:t,pubEnc:r})},a.fromPrivate=function(e,t,r){return t instanceof a?t:new a(e,{priv:t,privEnc:r})},a.prototype.validate=function(){var e=this.getPublic();return e.isInfinity()?{result:!1,reason:"Invalid public key"}:e.validate()?e.mul(this.ec.curve.n).isInfinity()?{result:!0,reason:null}:{result:!1,reason:"Public key * N != O"}:{result:!1,reason:"Public key is not a point"}},a.prototype.getPublic=function(e,t){return"string"==typeof e&&(t=e,e=null),this.pub||(this.pub=this.ec.g.mul(this.priv)),t?this.pub.encode(t,e):this.pub},a.prototype.getPrivate=function(e){return"hex"===e?this.priv.toString(16,2):this.priv},a.prototype._importPrivate=function(e,t){this.priv=new n(e,t||16),this.priv=this.priv.umod(this.ec.curve.n)},a.prototype._importPublic=function(e,t){if(e.x||e.y)return"mont"===this.ec.curve.type?i(e.x,"Need x coordinate"):"short"!==this.ec.curve.type&&"edwards"!==this.ec.curve.type||i(e.x&&e.y,"Need both x and y coordinate"),void(this.pub=this.ec.curve.point(e.x,e.y));this.pub=this.ec.curve.decodePoint(e,t)},a.prototype.derive=function(e){return e.validate()||i(e.validate(),"public point not validated"),e.mul(this.priv).getX()},a.prototype.sign=function(e,t,r){return this.ec.sign(e,this,t,r)},a.prototype.verify=function(e,t){return this.ec.verify(e,t,this)},a.prototype.inspect=function(){return"<Key priv: "+(this.priv&&this.priv.toString(16,2))+" pub: "+(this.pub&&this.pub.inspect())+" >"}},function(e,t,r){"use strict";var n=r(5),i=r(9),a=i.assert;function s(e,t){if(e instanceof s)return e;this._importDER(e,t)||(a(e.r&&e.s,"Signature without r or s"),this.r=new n(e.r,16),this.s=new n(e.s,16),void 0===e.recoveryParam?this.recoveryParam=null:this.recoveryParam=e.recoveryParam)}function o(){this.place=0}function d(e,t){var r=e[t.place++];if(!(128&r))return r;var n=15&r;if(0===n||n>4)return!1;for(var i=0,a=0,s=t.place;a<n;a++,s++)i<<=8,i|=e[s],i>>>=0;return!(i<=127)&&(t.place=s,i)}function u(e){for(var t=0,r=e.length-1;!e[t]&&!(128&e[t+1])&&t<r;)t++;return 0===t?e:e.slice(t)}function h(e,t){if(t<128)e.push(t);else{var r=1+(Math.log(t)/Math.LN2>>>3);for(e.push(128|r);--r;)e.push(t>>>(r<<3)&255);e.push(t)}}e.exports=s,s.prototype._importDER=function(e,t){e=i.toArray(e,t);var r=new o;if(48!==e[r.place++])return!1;var a=d(e,r);if(!1===a)return!1;if(a+r.place!==e.length)return!1;if(2!==e[r.place++])return!1;var s=d(e,r);if(!1===s)return!1;var u=e.slice(r.place,s+r.place);if(r.place+=s,2!==e[r.place++])return!1;var h=d(e,r);if(!1===h)return!1;if(e.length!==h+r.place)return!1;var c=e.slice(r.place,h+r.place);if(0===u[0]){if(!(128&u[1]))return!1;u=u.slice(1)}if(0===c[0]){if(!(128&c[1]))return!1;c=c.slice(1)}return this.r=new n(u),this.s=new n(c),this.recoveryParam=null,!0},s.prototype.toDER=function(e){var t=this.r.toArray(),r=this.s.toArray();for(128&t[0]&&(t=[0].concat(t)),128&r[0]&&(r=[0].concat(r)),t=u(t),r=u(r);!(r[0]||128&r[1]);)r=r.slice(1);var n=[2];h(n,t.length),(n=n.concat(t)).push(2),h(n,r.length);var a=n.concat(r),s=[48];return h(s,a.length),s=s.concat(a),i.encode(s,e)}},function(e,t,r){"use strict";var n=r(56),i=r(55),a=r(9),s=a.assert,o=a.parseBytes,d=r(378),u=r(379);function h(e){if(s("ed25519"===e,"only tested with ed25519 so far"),!(this instanceof h))return new h(e);e=i[e].curve,this.curve=e,this.g=e.g,this.g.precompute(e.n.bitLength()+1),this.pointClass=e.point().constructor,this.encodingLength=Math.ceil(e.n.bitLength()/8),this.hash=n.sha512}e.exports=h,h.prototype.sign=function(e,t){e=o(e);var r=this.keyFromSecret(t),n=this.hashInt(r.messagePrefix(),e),i=this.g.mul(n),a=this.encodePoint(i),s=this.hashInt(a,r.pubBytes(),e).mul(r.priv()),d=n.add(s).umod(this.curve.n);return this.makeSignature({R:i,S:d,Rencoded:a})},h.prototype.verify=function(e,t,r){e=o(e),t=this.makeSignature(t);var n=this.keyFromPublic(r),i=this.hashInt(t.Rencoded(),n.pubBytes(),e),a=this.g.mul(t.S());return t.R().add(n.pub().mul(i)).eq(a)},h.prototype.hashInt=function(){for(var e=this.hash(),t=0;t<arguments.length;t++)e.update(arguments[t]);return a.intFromLE(e.digest()).umod(this.curve.n)},h.prototype.keyFromPublic=function(e){return d.fromPublic(this,e)},h.prototype.keyFromSecret=function(e){return d.fromSecret(this,e)},h.prototype.makeSignature=function(e){return e instanceof u?e:new u(this,e)},h.prototype.encodePoint=function(e){var t=e.getY().toArray("le",this.encodingLength);return t[this.encodingLength-1]|=e.getX().isOdd()?128:0,t},h.prototype.decodePoint=function(e){var t=(e=a.parseBytes(e)).length-1,r=e.slice(0,t).concat(-129&e[t]),n=0!=(128&e[t]),i=a.intFromLE(r);return this.curve.pointFromY(i,n)},h.prototype.encodeInt=function(e){return e.toArray("le",this.encodingLength)},h.prototype.decodeInt=function(e){return a.intFromLE(e)},h.prototype.isPoint=function(e){return e instanceof this.pointClass}},function(e,t,r){"use strict";var n=r(9),i=n.assert,a=n.parseBytes,s=n.cachedProperty;function o(e,t){this.eddsa=e,this._secret=a(t.secret),e.isPoint(t.pub)?this._pub=t.pub:this._pubBytes=a(t.pub)}o.fromPublic=function(e,t){return t instanceof o?t:new o(e,{pub:t})},o.fromSecret=function(e,t){return t instanceof o?t:new o(e,{secret:t})},o.prototype.secret=function(){return this._secret},s(o,"pubBytes",(function(){return this.eddsa.encodePoint(this.pub())})),s(o,"pub",(function(){return this._pubBytes?this.eddsa.decodePoint(this._pubBytes):this.eddsa.g.mul(this.priv())})),s(o,"privBytes",(function(){var e=this.eddsa,t=this.hash(),r=e.encodingLength-1,n=t.slice(0,e.encodingLength);return n[0]&=248,n[r]&=127,n[r]|=64,n})),s(o,"priv",(function(){return this.eddsa.decodeInt(this.privBytes())})),s(o,"hash",(function(){return this.eddsa.hash().update(this.secret()).digest()})),s(o,"messagePrefix",(function(){return this.hash().slice(this.eddsa.encodingLength)})),o.prototype.sign=function(e){return i(this._secret,"KeyPair can only verify"),this.eddsa.sign(e,this)},o.prototype.verify=function(e,t){return this.eddsa.verify(e,t,this)},o.prototype.getSecret=function(e){return i(this._secret,"KeyPair is public only"),n.encode(this.secret(),e)},o.prototype.getPublic=function(e){return n.encode(this.pubBytes(),e)},e.exports=o},function(e,t,r){"use strict";var n=r(5),i=r(9),a=i.assert,s=i.cachedProperty,o=i.parseBytes;function d(e,t){this.eddsa=e,"object"!=typeof t&&(t=o(t)),Array.isArray(t)&&(t={R:t.slice(0,e.encodingLength),S:t.slice(e.encodingLength)}),a(t.R&&t.S,"Signature without R or S"),e.isPoint(t.R)&&(this._R=t.R),t.S instanceof n&&(this._S=t.S),this._Rencoded=Array.isArray(t.R)?t.R:t.Rencoded,this._Sencoded=Array.isArray(t.S)?t.S:t.Sencoded}s(d,"S",(function(){return this.eddsa.decodeInt(this.Sencoded())})),s(d,"R",(function(){return this.eddsa.decodePoint(this.Rencoded())})),s(d,"Rencoded",(function(){return this.eddsa.encodePoint(this.R())})),s(d,"Sencoded",(function(){return this.eddsa.encodeInt(this.S())})),d.prototype.toBytes=function(){return this.Rencoded().concat(this.Sencoded())},d.prototype.toHex=function(){return i.encode(this.toBytes(),"hex").toUpperCase()},e.exports=d},function(e,t){},function(e,t,r){"use strict";var n=r(249);t.certificate=r(387);var i=n.define("RSAPrivateKey",(function(){this.seq().obj(this.key("version").int(),this.key("modulus").int(),this.key("publicExponent").int(),this.key("privateExponent").int(),this.key("prime1").int(),this.key("prime2").int(),this.key("exponent1").int(),this.key("exponent2").int(),this.key("coefficient").int())}));t.RSAPrivateKey=i;var a=n.define("RSAPublicKey",(function(){this.seq().obj(this.key("modulus").int(),this.key("publicExponent").int())}));t.RSAPublicKey=a;var s=n.define("SubjectPublicKeyInfo",(function(){this.seq().obj(this.key("algorithm").use(o),this.key("subjectPublicKey").bitstr())}));t.PublicKey=s;var o=n.define("AlgorithmIdentifier",(function(){this.seq().obj(this.key("algorithm").objid(),this.key("none").null_().optional(),this.key("curve").objid().optional(),this.key("params").seq().obj(this.key("p").int(),this.key("q").int(),this.key("g").int()).optional())})),d=n.define("PrivateKeyInfo",(function(){this.seq().obj(this.key("version").int(),this.key("algorithm").use(o),this.key("subjectPrivateKey").octstr())}));t.PrivateKey=d;var u=n.define("EncryptedPrivateKeyInfo",(function(){this.seq().obj(this.key("algorithm").seq().obj(this.key("id").objid(),this.key("decrypt").seq().obj(this.key("kde").seq().obj(this.key("id").objid(),this.key("kdeparams").seq().obj(this.key("salt").octstr(),this.key("iters").int())),this.key("cipher").seq().obj(this.key("algo").objid(),this.key("iv").octstr()))),this.key("subjectPrivateKey").octstr())}));t.EncryptedPrivateKey=u;var h=n.define("DSAPrivateKey",(function(){this.seq().obj(this.key("version").int(),this.key("p").int(),this.key("q").int(),this.key("g").int(),this.key("pub_key").int(),this.key("priv_key").int())}));t.DSAPrivateKey=h,t.DSAparam=n.define("DSAparam",(function(){this.int()}));var c=n.define("ECPrivateKey",(function(){this.seq().obj(this.key("version").int(),this.key("privateKey").octstr(),this.key("parameters").optional().explicit(0).use(l),this.key("publicKey").optional().explicit(1).bitstr())}));t.ECPrivateKey=c;var l=n.define("ECParameters",(function(){this.choice({namedCurve:this.objid()})}));t.signature=n.define("signature",(function(){this.seq().obj(this.key("r").int(),this.key("s").int())}))},function(e,t,r){"use strict";const n=r(250),i=r(252),a=r(1);function s(e,t){this.name=e,this.body=t,this.decoders={},this.encoders={}}t.define=function(e,t){return new s(e,t)},s.prototype._createNamed=function(e){const t=this.name;function r(e){this._initNamed(e,t)}return a(r,e),r.prototype._initNamed=function(t,r){e.call(this,t,r)},new r(this)},s.prototype._getDecoder=function(e){return e=e||"der",this.decoders.hasOwnProperty(e)||(this.decoders[e]=this._createNamed(i[e])),this.decoders[e]},s.prototype.decode=function(e,t,r){return this._getDecoder(t).decode(e,r)},s.prototype._getEncoder=function(e){return e=e||"der",this.encoders.hasOwnProperty(e)||(this.encoders[e]=this._createNamed(n[e])),this.encoders[e]},s.prototype.encode=function(e,t,r){return this._getEncoder(t).encode(e,r)}},function(e,t,r){"use strict";const n=r(1),i=r(251);function a(e){i.call(this,e),this.enc="pem"}n(a,i),e.exports=a,a.prototype.encode=function(e,t){const r=i.prototype.encode.call(this,e).toString("base64"),n=["-----BEGIN "+t.label+"-----"];for(let e=0;e<r.length;e+=64)n.push(r.slice(e,e+64));return n.push("-----END "+t.label+"-----"),n.join("\n")}},function(e,t,r){"use strict";const n=r(1),i=r(57).Buffer,a=r(253);function s(e){a.call(this,e),this.enc="pem"}n(s,a),e.exports=s,s.prototype.decode=function(e,t){const r=e.toString().split(/[\r\n]+/g),n=t.label.toUpperCase(),s=/^-----(BEGIN|END) ([^-]+)-----$/;let o=-1,d=-1;for(let e=0;e<r.length;e++){const t=r[e].match(s);if(null!==t&&t[2]===n){if(-1!==o){if("END"!==t[1])break;d=e;break}if("BEGIN"!==t[1])break;o=e}}if(-1===o||-1===d)throw new Error("PEM section not found for: "+n);const u=r.slice(o+1,d).join("");u.replace(/[^a-z0-9+/=]+/gi,"");const h=i.from(u,"base64");return a.prototype.decode.call(this,h,t)}},function(e,t,r){"use strict";const n=t;n.Reporter=r(59).Reporter,n.DecoderBuffer=r(29).DecoderBuffer,n.EncoderBuffer=r(29).EncoderBuffer,n.Node=r(58)},function(e,t,r){"use strict";const n=t;n._reverse=function(e){const t={};return Object.keys(e).forEach((function(r){(0|r)==r&&(r|=0);const n=e[r];t[n]=r})),t},n.der=r(60)},function(e,t,r){"use strict";var n=r(249),i=n.define("Time",(function(){this.choice({utcTime:this.utctime(),generalTime:this.gentime()})})),a=n.define("AttributeTypeValue",(function(){this.seq().obj(this.key("type").objid(),this.key("value").any())})),s=n.define("AlgorithmIdentifier",(function(){this.seq().obj(this.key("algorithm").objid(),this.key("parameters").optional(),this.key("curve").objid().optional())})),o=n.define("SubjectPublicKeyInfo",(function(){this.seq().obj(this.key("algorithm").use(s),this.key("subjectPublicKey").bitstr())})),d=n.define("RelativeDistinguishedName",(function(){this.setof(a)})),u=n.define("RDNSequence",(function(){this.seqof(d)})),h=n.define("Name",(function(){this.choice({rdnSequence:this.use(u)})})),c=n.define("Validity",(function(){this.seq().obj(this.key("notBefore").use(i),this.key("notAfter").use(i))})),l=n.define("Extension",(function(){this.seq().obj(this.key("extnID").objid(),this.key("critical").bool().def(!1),this.key("extnValue").octstr())})),f=n.define("TBSCertificate",(function(){this.seq().obj(this.key("version").explicit(0).int().optional(),this.key("serialNumber").int(),this.key("signature").use(s),this.key("issuer").use(h),this.key("validity").use(c),this.key("subject").use(h),this.key("subjectPublicKeyInfo").use(o),this.key("issuerUniqueID").implicit(1).bitstr().optional(),this.key("subjectUniqueID").implicit(2).bitstr().optional(),this.key("extensions").explicit(3).seqof(l).optional())})),_=n.define("X509Certificate",(function(){this.seq().obj(this.key("tbsCertificate").use(f),this.key("signatureAlgorithm").use(s),this.key("signatureValue").bitstr())}));e.exports=_},function(e){e.exports=JSON.parse('{"2.16.840.1.101.3.4.1.1":"aes-128-ecb","2.16.840.1.101.3.4.1.2":"aes-128-cbc","2.16.840.1.101.3.4.1.3":"aes-128-ofb","2.16.840.1.101.3.4.1.4":"aes-128-cfb","2.16.840.1.101.3.4.1.21":"aes-192-ecb","2.16.840.1.101.3.4.1.22":"aes-192-cbc","2.16.840.1.101.3.4.1.23":"aes-192-ofb","2.16.840.1.101.3.4.1.24":"aes-192-cfb","2.16.840.1.101.3.4.1.41":"aes-256-ecb","2.16.840.1.101.3.4.1.42":"aes-256-cbc","2.16.840.1.101.3.4.1.43":"aes-256-ofb","2.16.840.1.101.3.4.1.44":"aes-256-cfb"}')},function(e,t,r){var n=/Proc-Type: 4,ENCRYPTED[\n\r]+DEK-Info: AES-((?:128)|(?:192)|(?:256))-CBC,([0-9A-H]+)[\n\r]+([0-9A-z\n\r+/=]+)[\n\r]+/m,i=/^-----BEGIN ((?:.*? KEY)|CERTIFICATE)-----/m,a=/^-----BEGIN ((?:.*? KEY)|CERTIFICATE)-----([0-9A-z\n\r+/=]+)-----END \1-----$/m,s=r(34),o=r(49),d=r(2).Buffer;e.exports=function(e,t){var r,u=e.toString(),h=u.match(n);if(h){var c="aes"+h[1],l=d.from(h[2],"hex"),f=d.from(h[3].replace(/[\r\n]/g,""),"base64"),_=s(t,l.slice(0,8),parseInt(h[1],10)).key,p=[],m=o.createDecipheriv(c,_,l);p.push(m.update(f)),p.push(m.final()),r=d.concat(p)}else{var y=u.match(a);r=d.from(y[2].replace(/[\r\n]/g,""),"base64")}return{tag:u.match(i)[1],data:r}}},function(e,t,r){var n=r(2).Buffer,i=r(248),a=r(54).ec,s=r(36),o=r(254);function d(e,t){if(e.cmpn(0)<=0)throw new Error("invalid sig");if(e.cmp(t)>=t)throw new Error("invalid sig")}e.exports=function(e,t,r,u,h){var c=s(r);if("ec"===c.type){if("ecdsa"!==u&&"ecdsa/rsa"!==u)throw new Error("wrong public key type");return function(e,t,r){var n=o[r.data.algorithm.curve.join(".")];if(!n)throw new Error("unknown curve "+r.data.algorithm.curve.join("."));var i=new a(n),s=r.data.subjectPrivateKey.data;return i.verify(t,e,s)}(e,t,c)}if("dsa"===c.type){if("dsa"!==u)throw new Error("wrong public key type");return function(e,t,r){var n=r.data.p,a=r.data.q,o=r.data.g,u=r.data.pub_key,h=s.signature.decode(e,"der"),c=h.s,l=h.r;d(c,a),d(l,a);var f=i.mont(n),_=c.invm(a);return 0===o.toRed(f).redPow(new i(t).mul(_).mod(a)).fromRed().mul(u.toRed(f).redPow(l.mul(_).mod(a)).fromRed()).mod(n).mod(a).cmp(l)}(e,t,c)}if("rsa"!==u&&"ecdsa/rsa"!==u)throw new Error("wrong public key type");t=n.concat([h,t]);for(var l=c.modulus.byteLength(),f=[1],_=0;t.length+f.length+2<l;)f.push(255),_++;f.push(0);for(var p=-1;++p<t.length;)f.push(t[p]);f=n.from(f);var m=i.mont(c.modulus);e=(e=new i(e).toRed(m)).redPow(new i(c.publicExponent)),e=n.from(e.fromRed().toArray());var y=_<8?1:0;for(l=Math.min(e.length,f.length),e.length!==f.length&&(y=1),p=-1;++p<l;)y|=e[p]^f[p];return 0===y}},function(e,t,r){(function(t){var n=r(54),i=r(5);e.exports=function(e){return new s(e)};var a={secp256k1:{name:"secp256k1",byteLength:32},secp224r1:{name:"p224",byteLength:28},prime256v1:{name:"p256",byteLength:32},prime192v1:{name:"p192",byteLength:24},ed25519:{name:"ed25519",byteLength:32},secp384r1:{name:"p384",byteLength:48},secp521r1:{name:"p521",byteLength:66}};function s(e){this.curveType=a[e],this.curveType||(this.curveType={name:e}),this.curve=new n.ec(this.curveType.name),this.keys=void 0}function o(e,r,n){Array.isArray(e)||(e=e.toArray());var i=new t(e);if(n&&i.length<n){var a=new t(n-i.length);a.fill(0),i=t.concat([a,i])}return r?i.toString(r):i}a.p224=a.secp224r1,a.p256=a.secp256r1=a.prime256v1,a.p192=a.secp192r1=a.prime192v1,a.p384=a.secp384r1,a.p521=a.secp521r1,s.prototype.generateKeys=function(e,t){return this.keys=this.curve.genKeyPair(),this.getPublicKey(e,t)},s.prototype.computeSecret=function(e,r,n){return r=r||"utf8",t.isBuffer(e)||(e=new t(e,r)),o(this.curve.keyFromPublic(e).getPublic().mul(this.keys.getPrivate()).getX(),n,this.curveType.byteLength)},s.prototype.getPublicKey=function(e,t){var r=this.keys.getPublic("compressed"===t,!0);return"hybrid"===t&&(r[r.length-1]%2?r[0]=7:r[0]=6),o(r,e)},s.prototype.getPrivateKey=function(e){return o(this.keys.getPrivate(),e)},s.prototype.setPublicKey=function(e,r){return r=r||"utf8",t.isBuffer(e)||(e=new t(e,r)),this.keys._importPublic(e),this},s.prototype.setPrivateKey=function(e,r){r=r||"utf8",t.isBuffer(e)||(e=new t(e,r));var n=new i(e);return n=n.toString(16),this.keys=this.curve.genKeyPair(),this.keys._importPrivate(n),this}}).call(this,r(3).Buffer)},function(e,t,r){t.publicEncrypt=r(393),t.privateDecrypt=r(394),t.privateEncrypt=function(e,r){return t.publicEncrypt(e,r,!0)},t.publicDecrypt=function(e,r){return t.privateDecrypt(e,r,!0)}},function(e,t,r){var n=r(36),i=r(18),a=r(25),s=r(255),o=r(256),d=r(5),u=r(257),h=r(53),c=r(2).Buffer;e.exports=function(e,t,r){var l;l=e.padding?e.padding:r?1:4;var f,_=n(e);if(4===l)f=function(e,t){var r=e.modulus.byteLength(),n=t.length,u=a("sha1").update(c.alloc(0)).digest(),h=u.length,l=2*h;if(n>r-l-2)throw new Error("message too long");var f=c.alloc(r-n-l-2),_=r-h-1,p=i(h),m=o(c.concat([u,f,c.alloc(1,1),t],_),s(p,_)),y=o(p,s(m,h));return new d(c.concat([c.alloc(1),y,m],r))}(_,t);else if(1===l)f=function(e,t,r){var n,a=t.length,s=e.modulus.byteLength();if(a>s-11)throw new Error("message too long");n=r?c.alloc(s-a-3,255):function(e){var t,r=c.allocUnsafe(e),n=0,a=i(2*e),s=0;for(;n<e;)s===a.length&&(a=i(2*e),s=0),(t=a[s++])&&(r[n++]=t);return r}(s-a-3);return new d(c.concat([c.from([0,r?1:2]),n,c.alloc(1),t],s))}(_,t,r);else{if(3!==l)throw new Error("unknown padding");if((f=new d(t)).cmp(_.modulus)>=0)throw new Error("data too long for modulus")}return r?h(f,_):u(f,_)}},function(e,t,r){var n=r(36),i=r(255),a=r(256),s=r(5),o=r(53),d=r(25),u=r(257),h=r(2).Buffer;e.exports=function(e,t,r){var c;c=e.padding?e.padding:r?1:4;var l,f=n(e),_=f.modulus.byteLength();if(t.length>_||new s(t).cmp(f.modulus)>=0)throw new Error("decryption error");l=r?u(new s(t),f):o(t,f);var p=h.alloc(_-l.length);if(l=h.concat([p,l],_),4===c)return function(e,t){var r=e.modulus.byteLength(),n=d("sha1").update(h.alloc(0)).digest(),s=n.length;if(0!==t[0])throw new Error("decryption error");var o=t.slice(1,s+1),u=t.slice(s+1),c=a(o,i(u,s)),l=a(u,i(c,r-s-1));if(function(e,t){e=h.from(e),t=h.from(t);var r=0,n=e.length;e.length!==t.length&&(r++,n=Math.min(e.length,t.length));var i=-1;for(;++i<n;)r+=e[i]^t[i];return r}(n,l.slice(0,s)))throw new Error("decryption error");var f=s;for(;0===l[f];)f++;if(1!==l[f++])throw new Error("decryption error");return l.slice(f)}(f,l);if(1===c)return function(e,t,r){var n=t.slice(0,2),i=2,a=0;for(;0!==t[i++];)if(i>=t.length){a++;break}var s=t.slice(2,i-1);("0002"!==n.toString("hex")&&!r||"0001"!==n.toString("hex")&&r)&&a++;s.length<8&&a++;if(a)throw new Error("decryption error");return t.slice(i)}(0,l,r);if(3===c)return l;throw new Error("unknown padding")}},function(e,t,r){"use strict";(function(e,n){function i(){throw new Error("secure random number generation not supported by this browser\nuse chrome, FireFox or Internet Explorer 11")}var a=r(2),s=r(18),o=a.Buffer,d=a.kMaxLength,u=e.crypto||e.msCrypto,h=Math.pow(2,32)-1;function c(e,t){if("number"!=typeof e||e!=e)throw new TypeError("offset must be a number");if(e>h||e<0)throw new TypeError("offset must be a uint32");if(e>d||e>t)throw new RangeError("offset out of range")}function l(e,t,r){if("number"!=typeof e||e!=e)throw new TypeError("size must be a number");if(e>h||e<0)throw new TypeError("size must be a uint32");if(e+t>r||e>d)throw new RangeError("buffer too small")}function f(e,t,r,i){if(n.browser){var a=e.buffer,o=new Uint8Array(a,t,r);return u.getRandomValues(o),i?void n.nextTick((function(){i(null,e)})):e}if(!i)return s(r).copy(e,t),e;s(r,(function(r,n){if(r)return i(r);n.copy(e,t),i(null,e)}))}u&&u.getRandomValues||!n.browser?(t.randomFill=function(t,r,n,i){if(!(o.isBuffer(t)||t instanceof e.Uint8Array))throw new TypeError('"buf" argument must be a Buffer or Uint8Array');if("function"==typeof r)i=r,r=0,n=t.length;else if("function"==typeof n)i=n,n=t.length-r;else if("function"!=typeof i)throw new TypeError('"cb" argument must be a function');return c(r,t.length),l(n,r,t.length),f(t,r,n,i)},t.randomFillSync=function(t,r,n){void 0===r&&(r=0);if(!(o.isBuffer(t)||t instanceof e.Uint8Array))throw new TypeError('"buf" argument must be a Buffer or Uint8Array');c(r,t.length),void 0===n&&(n=t.length-r);return l(n,r,t.length),f(t,r,n)}):(t.randomFill=i,t.randomFillSync=i)}).call(this,r(7),r(4))}]);
285
- //# sourceMappingURL=index.js.map
284
+ t.read=function(e,t,r,n,i){var a,s,o=8*i-n-1,d=(1<<o)-1,u=d>>1,h=-7,c=r?i-1:0,l=r?-1:1,f=e[t+c];for(c+=l,a=f&(1<<-h)-1,f>>=-h,h+=o;h>0;a=256*a+e[t+c],c+=l,h-=8);for(s=a&(1<<-h)-1,a>>=-h,h+=n;h>0;s=256*s+e[t+c],c+=l,h-=8);if(0===a)a=1-u;else{if(a===d)return s?NaN:1/0*(f?-1:1);s+=Math.pow(2,n),a-=u}return(f?-1:1)*s*Math.pow(2,a-n)},t.write=function(e,t,r,n,i,a){var s,o,d,u=8*a-i-1,h=(1<<u)-1,c=h>>1,l=23===i?Math.pow(2,-24)-Math.pow(2,-77):0,f=n?0:a-1,_=n?1:-1,p=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(o=isNaN(t)?1:0,s=h):(s=Math.floor(Math.log(t)/Math.LN2),t*(d=Math.pow(2,-s))<1&&(s--,d*=2),(t+=s+c>=1?l/d:l*Math.pow(2,1-c))*d>=2&&(s++,d/=2),s+c>=h?(o=0,s=h):s+c>=1?(o=(t*d-1)*Math.pow(2,i),s+=c):(o=t*Math.pow(2,c-1)*Math.pow(2,i),s=0));i>=8;e[r+f]=255&o,f+=_,o/=256,i-=8);for(s=s<<i|o,u+=i;u>0;e[r+f]=255&s,f+=_,s/=256,u-=8);e[r+f-_]|=128*p}},function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const i=n(r(0));t.default=class{constructor(e){this.startDate=(0,i.default)(),this.endDate=(0,i.default)(),this.recurrent=[],this.blackouts=[],this.availableDays=[],this.calc=()=>{if(this.endDate.isBefore(this.startDate))return;const e=[],t=this.startDate.clone();for(;t.isSameOrBefore(this.endDate);){if(this.recurrent.includes(t.day())){const r=t.format("YYYY-MM-DD");this.blackouts.includes(r)||e.push(r)}t.add(1,"days")}this.availableDays=e},this.include=e=>this.availableDays.includes(e),this.toList=()=>this.availableDays,this.get=()=>this.tripianDates,this.set=e=>{this.tripianDates=e,this.startDate=(0,i.default)(e.startDate),this.endDate=(0,i.default)(e.endDate),this.recurrent=e.recurrent,this.blackouts=e.blackouts,this.calc()},this.tripianDates=e,this.set(e)}}},function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const i=r(24),a=n(r(38)),s=n(r(16)),o=r(269);t.default=(e,t,r,n,d,u)=>{var h,c,l,f,_,p,m,y,b,g,M,T,v,w,L;try{const S=(null==n?void 0:n.cityId)||(null===(l=null===(c=null===(h=s.default.trip)||void 0===h?void 0:h[r])||void 0===c?void 0:c.city)||void 0===l?void 0:l.id)||0,E=(null==n?void 0:n.tripHash)||(null===(_=null===(f=s.default.trip)||void 0===f?void 0:f[r])||void 0===_?void 0:_.tripHash)||"";if(t===a.default.CONFIG.DATA_KEY){const t=e;s.default.configList=t}else if(t===a.default.CITIES.DATA_KEY){const t=e,n=(0,o.citiesConcat)(s.default.cities,r,t);s.default.cities=n}else if(t===a.default.CITY_INFO.DATA_KEY){const t=e;s.default.citiesInfo=(0,o.citiesInfoConcat)(s.default.citiesInfo,r,t)}else if(t===a.default.CITY_EVENTS.DATA_KEY){const t=e,n=null==d?void 0:d.match(/\/cities\/(\d+)/),i=n?parseInt(n[1],10):void 0;i?s.default.citiesEvents=(0,o.citiesEventsConcat)(s.default.citiesEvents,r,i,t):console.warn("City ID is required to cache CITY_EVENTS")}else if(t===a.default.FEEDBACKS.DATA_KEY){const t=e;s.default.feedbacks||(s.default.feedbacks={}),s.default.feedbacks[r]=t}else if(t===a.default.USER_FEEDBACKS.DATA_KEY){const t=e;s.default.userFeedbacks||(s.default.userFeedbacks={}),s.default.userFeedbacks[r]=t}else if(t===a.default.POI_CATEGORIES.DATA_KEY){const t=e;s.default.poiCategoryResponse||(s.default.poiCategoryResponse={}),s.default.poiCategoryResponse[r]=t}else if(t===a.default.POIS_SEARCH_AUTO_COMPLETE_TAGS.DATA_KEY){const t=e;s.default.autoCompleteTags=(0,o.autoCompleteTagsConcat)(s.default.autoCompleteTags,r,t);const a=n||void 0,d=((null==a?void 0:a.poiCategories)||"").split(",").map(Number);void 0===(null===(p=s.default.autoCompleteTagsAll[r])||void 0===p?void 0:p.find(e=>e.cityId===S&&i.helper.arraysEqual(e.poiCategories,d)))?s.default.autoCompleteTagsAll[r]=[...s.default.autoCompleteTagsAll[r]||[],{cityId:S,poiCategories:d,tags:[...t]}]:console.warn("core.cache: This cityId-categoryGroup cached before. if forceRequest = true you can call this request repeatedly, else it is a cache logic problem!",S,d)}else if(t===a.default.POIS.DATA_KEY){const t=e,a=n||void 0,d=void 0!==(null==a?void 0:a.withOffers)?a.withOffers:0,h=void 0!==(null==a?void 0:a.withBookings)?a.withBookings:0;if(s.default.pois=(0,o.poisConcat)(s.default.pois,r,t,d,h),void 0===(null==a?void 0:a.poiIds)&&void 0===(null==a?void 0:a.bounds)&&void 0===(null==a?void 0:a.mustTryIds)&&void 0===(null==a?void 0:a.coordinate)&&void 0===(null==a?void 0:a.distance)&&""===(null==a?void 0:a.search)&&1===(null==a?void 0:a.page)){const e=((null==a?void 0:a.poiCategories)||"").split(",").map(Number);void 0===(null===(m=s.default.poisAll[r])||void 0===m?void 0:m.find(t=>t.cityId===S&&i.helper.arraysEqual(t.poiCategories,e)))?s.default.poisAll[r]=[...s.default.poisAll[r]||[],{cityId:S,poiCategories:e,showOffersOnly:d,showBookingsOnly:h,pois:{data:t,pagination:u}}]:console.warn("core.cache: This cityId-categoryGroup page 1 cached before. if forceRequest = true you can call this request repeatedly, else it is a cache logic problem!",S,e)}}else if(t===a.default.POIS_OPEN_SEARCH.DATA_KEY){const t=e,a=void 0!==(null==n?void 0:n.showOffersOnly)?n.showOffersOnly:0,d=void 0!==(null==n?void 0:n.showBookingsOnly)?n.showBookingsOnly:0;if(s.default.pois=(0,o.poisConcat)(s.default.pois,r,t,a,d),void 0===(null==n?void 0:n.poiIds)&&void 0===(null==n?void 0:n.bounds)&&void 0===(null==n?void 0:n.mustTryIds)&&void 0===(null==n?void 0:n.coordinate)&&void 0===(null==n?void 0:n.distance)&&""===(null==n?void 0:n.search)&&1===(null==n?void 0:n.page)){const e=((null==n?void 0:n.poiCategories)||"").split(",").map(Number);void 0===(null===(y=s.default.poisAll[r])||void 0===y?void 0:y.find(t=>t.cityId===S&&i.helper.arraysEqual(t.poiCategories,e)&&t.showOffersOnly===a))?s.default.poisAll[r]=[...s.default.poisAll[r]||[],{cityId:S,poiCategories:e,showOffersOnly:a,showBookingsOnly:d,pois:{data:t,pagination:u}}]:console.warn("core.cache: This cityId-categoryGroup page 1 cached before. if forceRequest = true you can call this request repeatedly, else it is a cache logic problem!",S,e)}}else if(t===a.default.POI.DATA_KEY){const t=e,i=void 0!==(null==n?void 0:n.withOffers)?n.withOffers:0,a=void 0!==(null==n?void 0:n.withBookings)?n.withBookings:0;s.default.pois=(0,o.poisConcat)(s.default.pois,r,[t],i,a)}else if(t===a.default.USER.DATA_KEY){const t=e;s.default.user=t}else if(t===a.default.QUESTIONS.DATA_KEY+"-trip"||t===a.default.QUESTIONS.DATA_KEY+"-profile"||t===a.default.QUESTIONS.DATA_KEY+"-companion"){const n=e;switch((0,o.questionsConcat)(s.default.questions,r,n),t){case a.default.QUESTIONS.DATA_KEY+"-trip":s.default.questionsTrip||(s.default.questionsTrip={}),s.default.questionsTrip[r]=n;break;case a.default.QUESTIONS.DATA_KEY+"-profile":s.default.questionsProfile||(s.default.questionsProfile={}),s.default.questionsProfile[r]=n;break;case a.default.QUESTIONS.DATA_KEY+"-companion":s.default.questionsCompanion||(s.default.questionsCompanion={}),s.default.questionsCompanion[r]=n;break;default:console.error("core.cache: Error. dataKey could not find in "+a.default.QUESTIONS.DATA_KEY,t)}}else if(t===a.default.FAVORITES.DATA_KEY){const t=e;s.default.favorites[r]=[...s.default.favorites[r]||[],{cityId:S,favoritePois:t}]}else if(t===a.default.FAVORITE_ADD.DATA_KEY){const t=e;s.default.favorites=(0,o.favoriteConcatOne)(s.default.favorites,r,S,t)}else if(t===a.default.FAVORITE_DELETE.DATA_KEY){const t=e.recordId,n=null===(b=s.default.favorites[r])||void 0===b?void 0:b.findIndex(e=>e.cityId===S);n>-1&&(s.default.favorites[r][n].favoritePois=s.default.favorites[r][n].favoritePois.filter(e=>e.id!==t))}else if(t===a.default.TRIPS.DATA_KEY){const t=e;s.default.tripRefs=t}else if(t===a.default.TRIP.DATA_KEY||t===a.default.TRIP_ADD.DATA_KEY||t===a.default.TRIP_UPDATE.DATA_KEY){const t=e,n={id:t.id,shared:t.shared,tripHash:t.tripHash,city:t.city,tripProfile:t.tripProfile};s.default.tripRefs&&(s.default.tripRefs=(0,o.tripRefsConcatOne)(s.default.tripRefs,n)),s.default.trips=(0,o.tripsConcatOne)(s.default.trips,r,t),s.default.trip[r]=t}else if(t===a.default.TRIP_DELETE.DATA_KEY){const t=e.recordId;s.default.tripRefs=null===(g=s.default.tripRefs)||void 0===g?void 0:g.filter(e=>e.id!==t)}else if(t===a.default.PLAN_UPDATE.DATA_KEY||t===a.default.PLAN.DATA_KEY){const t=e,n=(0,o.planUpdated)(t,s.default.trip[r]);n&&((0,o.tripsConcatOne)(s.default.trips,r,n),s.default.trip[r]=i.helper.deepCopy(n))}else if(t===a.default.STEP_ADD.DATA_KEY){const t=e,i=null==n?void 0:n.planId;if(i){const e=(0,o.stepAdded)(i,t,s.default.trip[r]);e&&(s.default.trips=(0,o.tripsConcatOne)(s.default.trips,r,e))}else console.error("core.cache: Error. When step added cache, plan id params could not find in trip plans. Params - added step:",n,t)}else if(t===a.default.STEP_UPDATE.DATA_KEY){const t=e,n=(0,o.stepUpdated)(t,s.default.trip[r]);n&&(s.default.trips=(0,o.tripsConcatOne)(s.default.trips,r,n))}else if(t===a.default.STEP_DELETE.DATA_KEY){const{recordId:t}=e,n=(0,o.stepDeleted)(t,s.default.trip[r]);n&&(s.default.trips=(0,o.tripsConcatOne)(s.default.trips,r,n))}else if(t===a.default.COMPANIONS.DATA_KEY){const t=e;s.default.companions[r]=t}else if(t===a.default.COMPANION_ADD.DATA_KEY||t===a.default.COMPANION_UPDATE.DATA_KEY){const t=e;s.default.companions=(0,o.companionConcatOne)(s.default.companions,r,t)}else if(t===a.default.COMPANION_DELETE.DATA_KEY){const t=e.recordId;s.default.companions[r]=null===(M=s.default.companions[r])||void 0===M?void 0:M.filter(e=>e.id!==t)}else if(t===a.default.RESERVATIONS.DATA_KEY){const t=e;s.default.reservations[r]=t}else if(t===a.default.RESERVATION_ADD.DATA_KEY||t===a.default.RESERVATION_UPDATE.DATA_KEY){const t=e;s.default.reservations=(0,o.reservationConcatOne)(s.default.reservations,r,t)}else if(t===a.default.RESERVATION_DELETE.DATA_KEY){const t=e.recordId;s.default.reservations[r]=null===(T=s.default.reservations[r])||void 0===T?void 0:T.filter(e=>e.id!==t)}else if(t===a.default.REACTIONS.DATA_KEY){if(""!==E){const t=e;(null===(v=s.default.userReactions[r])||void 0===v?void 0:v.find(e=>e.tripHash===E))||(s.default.userReactions[r]=[...s.default.userReactions[r]||[],{tripHash:E,userReactions:t}])}}else if(t===a.default.REACTION_ADD.DATA_KEY||t===a.default.REACTION_UPDATE.DATA_KEY){if(""!==E){const t=e;(null===(w=s.default.userReactions[r])||void 0===w?void 0:w.findIndex(e=>e.tripHash===E))>-1&&(s.default.userReactions=(0,o.reactionConcatOne)(s.default.userReactions,r,E,t))}}else if(t===a.default.REACTION_DELETE.DATA_KEY){if(""!==E){const t=e.recordId,n=null===(L=s.default.userReactions[r])||void 0===L?void 0:L.findIndex(e=>e.tripHash===E);n>-1&&(s.default.userReactions[r][n].userReactions=s.default.userReactions[r][n].userReactions.filter(e=>e.id!==t))}}else if(t===a.default.TOP_TEN.DATA_KEY){const t=e;s.default.topTens=(0,o.topTensConcatOne)(s.default.topTens,r,S,t)}else s.default[t]||(s.default[t]={}),s.default[t][r]=e,["token","register","city","trip-with-hash"].includes(t)||console.warn("core.cache: This dataKey did not cache.",t)}catch(e){console.error("core.cache: Error",e)}}},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.topTensConcatOne=t.reactionConcatOne=t.reactionCached=t.reservationConcatOne=t.reservationCached=t.companionConcatOne=t.companionCached=t.favoriteConcatOne=t.favoriteCached=t.stepDeleted=t.stepUpdated=t.stepAdded=t.planUpdated=t.tripsConcatOne=t.tripCached=t.tripRefsConcatOne=t.tripRefCached=t.questionsConcat=t.questionCached=t.autoCompleteTagsConcat=t.poisConcat=t.poiCached=t.citiesEventsConcat=t.citiesInfoConcat=t.cityInfoCached=t.citiesConcat=t.cityCached=void 0;const n=r(24),i=(e,t)=>e.find(e=>e.id===t),a=(e,t,r=!0)=>{const i=n.helper.deepCopy(e),a=i.findIndex(e=>e.id===t.id);return-1===a?r?i.push(t):i.splice(0,0,t):i[a]=t,i};t.cityCached=(e,t)=>i(e,t);t.citiesConcat=(e,t,r)=>{const n={...e};let i=[...n[t]||[]];return r.forEach(e=>{i=a(i,e)}),n[t]=i,n};t.cityInfoCached=(e,t)=>i(e,t);t.citiesInfoConcat=(e,t,r)=>{const n={...e};let i=[...n[t]||[]];return i=a(i,r),n[t]=i,n};t.citiesEventsConcat=(e,t,r,i)=>{const a=n.helper.deepCopy(e),s=a[t]||[],o=s.find(e=>e.cityId===r);return o?o.events=[...o.events,...i]:s.push({cityId:r,events:i}),a[t]=s,a};t.poiCached=(e,t)=>i(e,t);t.poisConcat=(e,t,r,n,i)=>{const a={...e},s=[...a[t]||[]];let o=s.find(e=>e.showOffersOnly===n&&e.showBookingsOnly===i);return o||(o={showOffersOnly:n,showBookingsOnly:i,pois:[]},s.push(o)),o.pois=r.reduce((e,t)=>{const r=e.findIndex(e=>e.id===t.id);return-1!==r?e[r]=t:e.push(t),e},o.pois),a[t]=s,a};t.autoCompleteTagsConcat=(e,t,r)=>{const n={...e};let i=[...n[t]||[]];return r.forEach(e=>{i=a(i,e)}),n[t]=i,n};t.questionCached=(e,t)=>i(e,t);t.questionsConcat=(e,t,r)=>{const n={...e};let i=[...n[t]||[]];return r.forEach(e=>{i=a(i,e)}),n[t]=i,n};t.tripRefCached=(e,t)=>i(e,t);t.tripRefsConcatOne=(e,t)=>a(e,t,!1);t.tripCached=(e,t)=>i(e,t);t.tripsConcatOne=(e,t,r)=>{const i=n.helper.deepCopy(e);let s=[...i[t]||[]];return s=a(s,r),i[t]=s,i};t.planUpdated=(e,t)=>{if(!t)return;const r=n.helper.deepCopy(t),i=r.plans.findIndex(t=>t.id===e.id);return i>-1?(r.plans[i]={...e},r):void 0};t.stepAdded=(e,t,r)=>{if(!r)return;const i=n.helper.deepCopy(r),a=i.plans.findIndex(t=>t.id===e);if(-1===a)return;const s=n.helper.deepCopy(i.plans[a].steps);s.splice(t.order,0,t);for(let e=0;e<s.length;e+=1)s[e].order=e;return i.plans[a].steps=s,i};t.stepUpdated=(e,t)=>{if(!t)return;const r=n.helper.deepCopy(t);let i=!1;for(let a=0;a<t.plans.length;a+=1){const s=t.plans[a].steps.findIndex(t=>t.id===e.id);if(s>-1){i=!0;const o=n.helper.deepCopy(t.plans[a].steps);o.splice(s,1),o.splice(e.order,0,e);for(let e=0;e<o.length;e+=1)o[e].order=e;r.plans[a].steps=o;break}}return i||console.error("cacheHelper.stepUpdated error. stepId could not find in trip plans",r,e),r};t.stepDeleted=(e,t)=>{if(!t)return;const r=n.helper.deepCopy(t);let i=!1;for(let a=0;a<t.plans.length;a+=1){if(t.plans[a].steps.findIndex(t=>t.id===e)>-1){i=!0;const s=[],o=n.helper.deepCopy(t.plans[a].steps.filter(t=>t.id!==e));for(let e=0;e<o.length;e+=1)s.push(o[e]),s[e].order=e;r.plans[a].steps=s;break}}return!1===i&&console.error("cacheHelper.stepDeleted error. Deleted step id could not find in trip plans",r,e),r};t.favoriteCached=(e,t)=>i(e,t);t.favoriteConcatOne=(e,t,r,n)=>{var i;const s={...e},o=null===(i=s[t])||void 0===i?void 0:i.find(e=>e.cityId===r);return o?o.favoritePois=a(o.favoritePois,n):(s[t]||(s[t]=[]),s[t].push({cityId:r,favoritePois:[n]})),s};t.companionCached=(e,t)=>i(e,t);t.companionConcatOne=(e,t,r)=>{const n={...e};let i=[...n[t]||[]];return i=a(i,r,!1),n[t]=i,n};t.reservationCached=(e,t)=>i(e,t);t.reservationConcatOne=(e,t,r)=>{const n={...e};let i=[...n[t]||[]];return i=a(i,r,!0),n[t]=i,n};t.reactionCached=(e,t)=>i(e,t);t.reactionConcatOne=(e,t,r,n)=>{var i;const s={...e},o=null===(i=s[t])||void 0===i?void 0:i.find(e=>e.tripHash===r);return o?o.userReactions=a(o.userReactions,n):(s[t]||(s[t]=[]),s[t].push({tripHash:r,userReactions:[n]})),s};t.topTensConcatOne=(e,t,r,n)=>{var i;const a={...e},s=null===(i=a[t])||void 0===i?void 0:i.find(e=>e.cityId===r);return s?s.topTen=n:(a[t]||(a[t]=[]),a[t].push({cityId:r,topTen:n})),a},t.default={citiesConcat:t.citiesConcat,poisConcat:t.poisConcat,questionsConcat:t.questionsConcat,tripRefsConcatOne:t.tripRefsConcatOne,tripsConcatOne:t.tripsConcatOne,companionConcatOne:t.companionConcatOne,stepDeleted:t.stepDeleted,planUpdated:t.planUpdated,reservationConcatOne:t.reservationConcatOne,reactionConcatOne:t.reactionConcatOne,favoriteConcatOne:t.favoriteConcatOne,stepUpdated:t.stepUpdated,stepAdded:t.stepAdded,autoCompleteTagsConcat:t.autoCompleteTagsConcat,topTensConcatOne:t.topTensConcatOne}},function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&n(t,e,r);return i(t,e),t},s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const o=a(r(24)),d=s(r(38)),u=s(r(16));class h{}h.cities=e=>{var t;return null===(t=u.default.cities)||void 0===t?void 0:t[e]},h.city=(e,t)=>{var r,n;return null===(n=null===(r=u.default.cities)||void 0===r?void 0:r[e])||void 0===n?void 0:n.find(e=>e.id===t)},h.cityInfo=(e,t)=>{var r,n;return null===(n=null===(r=u.default.citiesInfo)||void 0===r?void 0:r[e])||void 0===n?void 0:n.find(e=>e.id===t.toString())},h.citiesEvents=(e,t)=>{var r,n;const i=null===(n=null===(r=u.default.citiesEvents)||void 0===r?void 0:r[e])||void 0===n?void 0:n.find(e=>e.cityId===t);return null==i?void 0:i.events},h.feedbacks=e=>{var t;return null===(t=u.default.feedbacks)||void 0===t?void 0:t[e]},h.userFeedbacks=e=>{var t;return null===(t=u.default.userFeedbacks)||void 0===t?void 0:t[e]},h.poiCategories=e=>{var t;return null===(t=u.default.poiCategoryResponse)||void 0===t?void 0:t[e]},h.autoCompleteTagsAll=(e,t,r)=>{var n,i;const a=r.split(",").map(Number),s=null===(i=null===(n=u.default.autoCompleteTagsAll)||void 0===n?void 0:n[e])||void 0===i?void 0:i.find(e=>e.cityId===t&&o.helper.arraysEqual(e.poiCategories,a));if(s)return s.tags},h.poi=(e,t)=>{var r;const n=null===(r=u.default.pois)||void 0===r?void 0:r[e];if(n)for(const e of n){const r=e.pois.find(e=>e.id===t);if(r)return r}},h.pois=(e,t,r)=>{var n,i,a;if(0===r.length)return;const s=null===(a=null===(i=null===(n=u.default.pois)||void 0===n?void 0:n[e])||void 0===i?void 0:i.find(e=>e.showOffersOnly===t))||void 0===a?void 0:a.pois.filter(e=>r.includes(e.id));return(null==s?void 0:s.length)===r.length?s:void 0},h.poisAll=(e,t,r,n,i)=>{var a,s;const d=r.split(",").map(Number),h=null===(s=null===(a=u.default.poisAll)||void 0===a?void 0:a[e])||void 0===s?void 0:s.find(e=>e.cityId===t&&o.helper.arraysEqual(e.poiCategories,d)&&e.showOffersOnly===n&&e.showBookingsOnly===i);if(h)return h.pois},h.user=()=>u.default.user,h.favorites=(e,t)=>{var r,n,i,a,s,o;return void 0===t&&(t=null===(i=null===(n=null===(r=u.default.trip)||void 0===r?void 0:r[e])||void 0===n?void 0:n.city)||void 0===i?void 0:i.id),null===(o=null===(s=null===(a=u.default.favorites)||void 0===a?void 0:a[e])||void 0===s?void 0:s.find(e=>e.cityId===t))||void 0===o?void 0:o.favoritePois},h.companions=e=>{var t;return null===(t=u.default.companions)||void 0===t?void 0:t[e]},h.reservations=e=>{var t;return null===(t=u.default.reservations)||void 0===t?void 0:t[e]},h.userReactions=(e,t)=>{var r,n,i,a,s;const o=t||(null===(n=null===(r=u.default.trip)||void 0===r?void 0:r[e])||void 0===n?void 0:n.tripHash);if(o)return null===(s=null===(a=null===(i=u.default.userReactions)||void 0===i?void 0:i[e])||void 0===a?void 0:a.find(e=>e.tripHash===o))||void 0===s?void 0:s.userReactions},h.questions=(e,t)=>{var r,n,i;let a=[];switch(t){case`${d.default.QUESTIONS.DATA_KEY}-${o.default.QUESTIONS_CATEGORY.TRIP}`:a=(null===(r=u.default.questionsTrip)||void 0===r?void 0:r[e])||[];break;case`${d.default.QUESTIONS.DATA_KEY}-${o.default.QUESTIONS_CATEGORY.PROFILE}`:a=(null===(n=u.default.questionsProfile)||void 0===n?void 0:n[e])||[];break;case`${d.default.QUESTIONS.DATA_KEY}-${o.default.QUESTIONS_CATEGORY.COMPANION}`:a=(null===(i=u.default.questionsCompanion)||void 0===i?void 0:i[e])||[]}if(0!==a.length)return a},h.tripRefs=()=>u.default.tripRefs,h.tripSavedRefs=()=>u.default.tripSavedRefs,h.tripRef=e=>{var t;return null===(t=u.default.tripRefs)||void 0===t?void 0:t.find(t=>t.tripHash===e)},h.trip=(e,t,r)=>{var n,i;const a=null===(i=null===(n=u.default.trips)||void 0===n?void 0:n[e])||void 0===i?void 0:i.find(e=>e.tripHash===t);if(a){const t=a.plans.length-1<r?a.plans.length-1:r;if(0!==a.plans[t].generatedStatus){const t=o.helper.deepCopy(a);return u.default.trip={...u.default.trip,[e]:t},a}}},h.plan=(e,t)=>{var r,n;return null===(n=null===(r=u.default.trip)||void 0===r?void 0:r[e])||void 0===n?void 0:n.plans.find(e=>e.id===t)},h.topTen=(e,t)=>{var r,n,i;return null===(i=null===(n=null===(r=u.default.topTens)||void 0===r?void 0:r[e])||void 0===n?void 0:n.find(e=>e.cityId===t))||void 0===i?void 0:i.topTen},t.default=h},function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.allQuestionsData=void 0;const i=n(r(16));t.allQuestionsData=e=>{i.default.questions||(i.default.questions={}),i.default.questionsTrip||(i.default.questionsTrip={}),i.default.questionsProfile||(i.default.questionsProfile={}),i.default.questionsCompanion||(i.default.questionsCompanion={}),i.default.questions[e]=(i.default.questionsTrip[e]||[]).concat(i.default.questionsProfile[e]||[]).concat(i.default.questionsCompanion[e]||[])}},function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const i=n(r(16));t.default=()=>{i.default.initialised=!1,i.default.hasError=!1,i.default.errors=[],i.default.logs=[],i.default.configList=void 0,i.default.cities={},i.default.citiesInfo={},i.default.citiesEvents={},i.default.feedbacks={},i.default.userFeedbacks={},i.default.poiCategoryResponse={},i.default.pois={},i.default.questions={},i.default.questionsTrip={},i.default.questionsProfile={},i.default.questionsCompanion={},i.default.topTens={},i.default.user=void 0,i.default.favorites={},i.default.companions={},i.default.reservations={},i.default.userReactions={},i.default.tripRefs=void 0,i.default.tripSavedRefs=void 0,i.default.trips={},i.default.trip={},i.default.poisAll={},i.default.autoCompleteTags={},i.default.autoCompleteTagsAll={}}},function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const i=n(r(11)),a=r(197),s={en:"en_US",fr:"fr_FR",es:"es_ES",pt:"pt_PT",de:"de_DE",nl:"nl_NL"};function o(e){return s[e]||"en_US"}t.default=class{constructor(e,t,r,n,s){this.urlBuilder=(e,t)=>{const r=this.proxyURL+"?url=";let n=`${this.apiUrl}${e}`;Object.entries(t).forEach(([e,t],r)=>{n+=0===r?"?":"&",n+=`${e}=${t}`});return r+btoa(n)},this.business=async e=>{const t=this.sandbox?"rC5mIHMNF5C1Jtpb2obSkA":e,r=this.urlBuilder("/businesses/"+t,{});return this.axios.get(r,{headers:{"Accept-Language":o(this.lang)}}).then(e=>e.data).catch(t=>(0,a.handleHttpResponseError)(t,"yelp-business",e))},this.openings=async e=>{const t=this.sandbox?"rC5mIHMNF5C1Jtpb2obSkA":e.businessId,r=this.urlBuilder(`/bookings/${t}/openings`,{date:e.date,time:e.time,covers:e.covers});return this.axios.get(r,{headers:{"Accept-Language":o(this.lang)}}).then(e=>e.data).catch(t=>(0,a.handleHttpResponseError)(t,"yelp-opening",e))},this.hold=async e=>{const t=this.sandbox?"rC5mIHMNF5C1Jtpb2obSkA":e.businessId,r=`${this.proxyURL}?url=${btoa(`${this.apiUrl}/bookings/${t}/holds`)}`,n=new URLSearchParams({covers:e.covers.toString(),date:e.date,time:e.time,unique_id:e.uniqueId});return this.axios.post(r,n,{headers:{"Content-Type":"application/x-www-form-urlencoded","Accept-Language":o(this.lang)}}).then(e=>e.data).catch(t=>(0,a.handleHttpResponseError)(t,"yelp-hold",e))},this.reservationStatus=async e=>this.axios.get(`/bookings/reservation/${e}/status`,{headers:{"Content-Type":"application/x-www-form-urlencoded","Accept-Language":o(this.lang)}}).then(e=>e.data).catch(t=>{var r,n,i,s,o,d;return t.response&&(null===(r=t.response)||void 0===r?void 0:r.data)&&(null===(i=null===(n=t.response)||void 0===n?void 0:n.data)||void 0===i?void 0:i.error)&&"RESERVATION_CANCELED"===(null===(d=null===(o=null===(s=t.response)||void 0===s?void 0:s.data)||void 0===o?void 0:o.error)||void 0===d?void 0:d.code)?{active:!1,covers:0,date:"",time:""}:(0,a.handleHttpResponseError)(t,"yelp-reservationStatus",e)}),this.reservationCancel=async e=>this.axios.post(`/bookings/reservation/${e}/cancel`,{headers:{"Content-Type":"application/x-www-form-urlencoded","Accept-Language":o(this.lang)}}).then(e=>e.data).catch(t=>(0,a.handleHttpResponseError)(t,"yelp-reservationCancel",e)),this.reservation=async e=>{const t=this.sandbox?"rC5mIHMNF5C1Jtpb2obSkA":e.businessId,r=`${this.proxyURL}?url=${btoa(`${this.apiUrl}/bookings/${t}/reservations`)}`,n=new URLSearchParams({time:e.time,date:e.date,covers:e.covers.toString(),first_name:e.firstName,last_name:e.lastName,phone:e.phone,email:e.email,unique_id:e.uniqueId,hold_id:e.holdId});return this.axios.post(r,n,{headers:{"Content-Type":"application/x-www-form-urlencoded","Accept-Language":o(this.lang)}}).then(e=>e.data).catch(t=>(0,a.handleHttpResponseError)(t,"yelp-reservation",e))},this.proxyURL=n,this.apiUrl=e,this.sandbox=r,this.axios=i.default.create(),this.axios.defaults.baseURL=`${this.proxyURL}?url=${e}`,this.axios.defaults.headers.common.authorization="Bearer "+t,this.axios.defaults.timeout=3e4,this.lang=s}}},function(e,t,r){"use strict";var n=r(6),i=r(198),a=r(275),s=r(205);var o=function e(t){var r=new a(t),o=i(a.prototype.request,r);return n.extend(o,a.prototype,r),n.extend(o,r),o.create=function(r){return e(s(t,r))},o}(r(39));o.Axios=a,o.CanceledError=r(31),o.CancelToken=r(289),o.isCancel=r(204),o.VERSION=r(206).version,o.toFormData=r(201),o.AxiosError=r(17),o.Cancel=o.CanceledError,o.all=function(e){return Promise.all(e)},o.spread=r(290),o.isAxiosError=r(291),e.exports=o,e.exports.default=o},function(e,t,r){"use strict";var n=r(6),i=r(199),a=r(276),s=r(277),o=r(205),d=r(203),u=r(288),h=u.validators;function c(e){this.defaults=e,this.interceptors={request:new a,response:new a}}c.prototype.request=function(e,t){"string"==typeof e?(t=t||{}).url=e:t=e||{},(t=o(this.defaults,t)).method?t.method=t.method.toLowerCase():this.defaults.method?t.method=this.defaults.method.toLowerCase():t.method="get";var r=t.transitional;void 0!==r&&u.assertOptions(r,{silentJSONParsing:h.transitional(h.boolean),forcedJSONParsing:h.transitional(h.boolean),clarifyTimeoutError:h.transitional(h.boolean)},!1);var n=[],i=!0;this.interceptors.request.forEach((function(e){"function"==typeof e.runWhen&&!1===e.runWhen(t)||(i=i&&e.synchronous,n.unshift(e.fulfilled,e.rejected))}));var a,d=[];if(this.interceptors.response.forEach((function(e){d.push(e.fulfilled,e.rejected)})),!i){var c=[s,void 0];for(Array.prototype.unshift.apply(c,n),c=c.concat(d),a=Promise.resolve(t);c.length;)a=a.then(c.shift(),c.shift());return a}for(var l=t;n.length;){var f=n.shift(),_=n.shift();try{l=f(l)}catch(e){_(e);break}}try{a=s(l)}catch(e){return Promise.reject(e)}for(;d.length;)a=a.then(d.shift(),d.shift());return a},c.prototype.getUri=function(e){e=o(this.defaults,e);var t=d(e.baseURL,e.url);return i(t,e.params,e.paramsSerializer)},n.forEach(["delete","get","head","options"],(function(e){c.prototype[e]=function(t,r){return this.request(o(r||{},{method:e,url:t,data:(r||{}).data}))}})),n.forEach(["post","put","patch"],(function(e){function t(t){return function(r,n,i){return this.request(o(i||{},{method:e,headers:t?{"Content-Type":"multipart/form-data"}:{},url:r,data:n}))}}c.prototype[e]=t(),c.prototype[e+"Form"]=t(!0)})),e.exports=c},function(e,t,r){"use strict";var n=r(6);function i(){this.handlers=[]}i.prototype.use=function(e,t,r){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!r&&r.synchronous,runWhen:r?r.runWhen:null}),this.handlers.length-1},i.prototype.eject=function(e){this.handlers[e]&&(this.handlers[e]=null)},i.prototype.forEach=function(e){n.forEach(this.handlers,(function(t){null!==t&&e(t)}))},e.exports=i},function(e,t,r){"use strict";var n=r(6),i=r(278),a=r(204),s=r(39),o=r(31);function d(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new o}e.exports=function(e){return d(e),e.headers=e.headers||{},e.data=i.call(e,e.data,e.headers,e.transformRequest),e.headers=n.merge(e.headers.common||{},e.headers[e.method]||{},e.headers),n.forEach(["delete","get","head","post","put","patch","common"],(function(t){delete e.headers[t]})),(e.adapter||s.adapter)(e).then((function(t){return d(e),t.data=i.call(e,t.data,t.headers,e.transformResponse),t}),(function(t){return a(t)||(d(e),t&&t.response&&(t.response.data=i.call(e,t.response.data,t.response.headers,e.transformResponse))),Promise.reject(t)}))}},function(e,t,r){"use strict";var n=r(6),i=r(39);e.exports=function(e,t,r){var a=this||i;return n.forEach(r,(function(r){e=r.call(a,e,t)})),e}},function(e,t,r){"use strict";var n=r(6);e.exports=function(e,t){n.forEach(e,(function(r,n){n!==t&&n.toUpperCase()===t.toUpperCase()&&(e[t]=r,delete e[n])}))}},function(e,t,r){"use strict";var n=r(17);e.exports=function(e,t,r){var i=r.config.validateStatus;r.status&&i&&!i(r.status)?t(new n("Request failed with status code "+r.status,[n.ERR_BAD_REQUEST,n.ERR_BAD_RESPONSE][Math.floor(r.status/100)-4],r.config,r.request,r)):e(r)}},function(e,t,r){"use strict";var n=r(6);e.exports=n.isStandardBrowserEnv()?{write:function(e,t,r,i,a,s){var o=[];o.push(e+"="+encodeURIComponent(t)),n.isNumber(r)&&o.push("expires="+new Date(r).toGMTString()),n.isString(i)&&o.push("path="+i),n.isString(a)&&o.push("domain="+a),!0===s&&o.push("secure"),document.cookie=o.join("; ")},read:function(e){var t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}},function(e,t,r){"use strict";e.exports=function(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}},function(e,t,r){"use strict";e.exports=function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}},function(e,t,r){"use strict";var n=r(6),i=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];e.exports=function(e){var t,r,a,s={};return e?(n.forEach(e.split("\n"),(function(e){if(a=e.indexOf(":"),t=n.trim(e.substr(0,a)).toLowerCase(),r=n.trim(e.substr(a+1)),t){if(s[t]&&i.indexOf(t)>=0)return;s[t]="set-cookie"===t?(s[t]?s[t]:[]).concat([r]):s[t]?s[t]+", "+r:r}})),s):s}},function(e,t,r){"use strict";var n=r(6);e.exports=n.isStandardBrowserEnv()?function(){var e,t=/(msie|trident)/i.test(navigator.userAgent),r=document.createElement("a");function i(e){var n=e;return t&&(r.setAttribute("href",n),n=r.href),r.setAttribute("href",n),{href:r.href,protocol:r.protocol?r.protocol.replace(/:$/,""):"",host:r.host,search:r.search?r.search.replace(/^\?/,""):"",hash:r.hash?r.hash.replace(/^#/,""):"",hostname:r.hostname,port:r.port,pathname:"/"===r.pathname.charAt(0)?r.pathname:"/"+r.pathname}}return e=i(window.location.href),function(t){var r=n.isString(t)?i(t):t;return r.protocol===e.protocol&&r.host===e.host}}():function(){return!0}},function(e,t,r){"use strict";e.exports=function(e){var t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}},function(e,t){e.exports=null},function(e,t,r){"use strict";var n=r(206).version,i=r(17),a={};["object","boolean","number","function","string","symbol"].forEach((function(e,t){a[e]=function(r){return typeof r===e||"a"+(t<1?"n ":" ")+e}}));var s={};a.transitional=function(e,t,r){function a(e,t){return"[Axios v"+n+"] Transitional option '"+e+"'"+t+(r?". "+r:"")}return function(r,n,o){if(!1===e)throw new i(a(n," has been removed"+(t?" in "+t:"")),i.ERR_DEPRECATED);return t&&!s[n]&&(s[n]=!0,console.warn(a(n," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(r,n,o)}},e.exports={assertOptions:function(e,t,r){if("object"!=typeof e)throw new i("options must be an object",i.ERR_BAD_OPTION_VALUE);for(var n=Object.keys(e),a=n.length;a-- >0;){var s=n[a],o=t[s];if(o){var d=e[s],u=void 0===d||o(d,s,e);if(!0!==u)throw new i("option "+s+" must be "+u,i.ERR_BAD_OPTION_VALUE)}else if(!0!==r)throw new i("Unknown option "+s,i.ERR_BAD_OPTION)}},validators:a}},function(e,t,r){"use strict";var n=r(31);function i(e){if("function"!=typeof e)throw new TypeError("executor must be a function.");var t;this.promise=new Promise((function(e){t=e}));var r=this;this.promise.then((function(e){if(r._listeners){var t,n=r._listeners.length;for(t=0;t<n;t++)r._listeners[t](e);r._listeners=null}})),this.promise.then=function(e){var t,n=new Promise((function(e){r.subscribe(e),t=e})).then(e);return n.cancel=function(){r.unsubscribe(t)},n},e((function(e){r.reason||(r.reason=new n(e),t(r.reason))}))}i.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},i.prototype.subscribe=function(e){this.reason?e(this.reason):this._listeners?this._listeners.push(e):this._listeners=[e]},i.prototype.unsubscribe=function(e){if(this._listeners){var t=this._listeners.indexOf(e);-1!==t&&this._listeners.splice(t,1)}},i.source=function(){var e;return{token:new i((function(t){e=t})),cancel:e}},e.exports=i},function(e,t,r){"use strict";e.exports=function(e){return function(t){return e.apply(null,t)}}},function(e,t,r){"use strict";var n=r(6);e.exports=function(e){return n.isObject(e)&&!0===e.isAxiosError}},function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const i=n(r(11)),a=r(293),s=r(294);t.default=class{constructor(e,t,r,n,o,d="USD"){this.categories=async(e=10)=>{const t=btoa(`${this.apiUrl}/categories?cnt_language=${this.lang}&currency=${this.currency}&limit=${e}`);return this.axios.get(`${this.proxyURL}?url=${t}`).then(e=>e.data.data.categories).catch(e=>(0,s.handleHttpResponseErrorForGyg)(e,"gyg-categories"))},this.category=async e=>{const t=btoa(`${this.apiUrl}/categories/${e}?cnt_language=${this.lang}&currency=${this.currency}`);return this.axios.get(`${this.proxyURL}?url=${t}`).then(e=>e.data.data.categories[0]).catch(t=>(0,s.handleHttpResponseErrorForGyg)(t,"gyg-category",e))},this.defaultTours=async(e,t,r=20,n,i,a=50,s="full")=>{const o=btoa(`${this.apiUrl}/tours?preformatted=${s}&limit=${a}&cnt_language=${this.lang}&currency=${this.currency}&q=${encodeURIComponent(e)}${t?`&coordinates[]=${t.lat}&coordinates[]=${t.lng}&coordinates[]=${r}`:""}${i?"&categories[]="+i.join(","):""}${n?`&date[]=${n.start}&date[]=${n.end}&duration[]=1440`:""}`);return this.axios.get(`${this.proxyURL}?url=${o}`)},this.ticketTours=async(e,t,r=20,n,i=[123],a=50,s="full")=>{const o=btoa(`${this.apiUrl}/tours?preformatted=${s}&limit=${a}&cnt_language=${this.lang}&currency=${this.currency}&q=${e}${t?`&coordinates[]=${t.lat}&coordinates[]=${t.lng}&coordinates[]=${r}`:""}${i?"&categories[]="+i.join(","):""}${n?`&date[]=${n.start}&date[]=${n.end}`:""}`);return this.axios.get(`${this.proxyURL}?url=${o}`)},this.toursAll=async(e,t,r=20,n,i=50,o,d=a.uniqueTour,u="full")=>Promise.all([this.defaultTours(e,t,r,n,o,i,u),this.ticketTours(e,t,r,n,void 0,i,u)]).then(e=>{const t=e[0].data.data.tours,r=e[1].data.data.tours,n=t.map(e=>e.tour_id),i=[...t,...r.filter(e=>!n.includes(e.tour_id))],s=[];a.titleCategoryIds.forEach(e=>{s.push({title:e.title,items:[]})}),i.forEach(e=>{let t=!1;a.titleCategoryIds.forEach((r,n)=>{t&&d||e.categories.findIndex(e=>r.categoryIds.includes(e.category_id))>-1&&(s[n].items.push(e),t=!0)})});return s.filter(e=>0!==e.items.length).map(e=>({title:e.title,items:e.items.sort((e,t)=>t.number_of_ratings-e.number_of_ratings)}))}).catch(t=>(0,s.handleHttpResponseErrorForGyg)(t,"gyg-tours",e)),this.tours=async(e,t,r=20,n,i,o=a.uniqueTour,d=50,u="full")=>{const h=btoa(`${this.apiUrl}/tours?preformatted=${u}&limit=${d}&cnt_language=${this.lang}&currency=${this.currency}&q=${e}\n ${t?`&coordinates[]=${t.lat}&coordinates[]=${t.lng}&coordinates[]=${r}`:""}${i?"&categories[]="+(null==i?void 0:i.join(",")):""} ${n?`&date[]=${n.start}&date[]=${n.end}&duration[]=1440`:""}`);return this.axios.get(`${this.proxyURL}?url=${h}`).then(e=>{const t=[],r=e.data.data.tours;a.titleCategoryIds.forEach(e=>{t.push({title:e.title,items:[]})}),r.forEach(e=>{let r=!1;a.titleCategoryIds.forEach((n,i)=>{r&&o||e.categories.findIndex(e=>n.categoryIds.includes(e.category_id))>-1&&(t[i].items.push(e),r=!0)})});return t.filter(e=>0!==e.items.length).map(e=>({title:e.title,items:e.items.sort((e,t)=>t.number_of_ratings-e.number_of_ratings)}))}).catch(t=>(0,s.handleHttpResponseErrorForGyg)(t,"gyg-tours",e))},this.tour=async(e,t="full")=>{const r=btoa(`${this.apiUrl}/tours/${e}?cnt_language=${this.lang}&currency=${this.currency}&preformatted=${t}`);return this.axios.get(`${this.proxyURL}?url=${r}`).then(e=>e.data.data.tours[0]).catch(t=>(0,s.handleHttpResponseErrorForGyg)(t,"gyg-tour",e))},this.tourOptions_1=async e=>{const t=btoa(`${this.apiUrl}/tours/${e}/options?cnt_language=${this.lang}&currency=${this.currency}`);return this.axios.get(`${this.proxyURL}?url=${t}`).then(e=>{if(e.data.data&&e.data.data.tour_options)return e.data.data.tour_options;throw"Tour is not available for now"}).catch(t=>(0,s.handleHttpResponseErrorForGyg)(t,"gyg-tour-options",e))},this.optionAvailabilities_2=async(e,t,r)=>{const n=btoa(`${this.apiUrl}/options/${e}/availabilities?cnt_language=${this.lang}&currency=${this.currency}&date[]=${t}${r?"&date[]="+r:""}`);return this.axios.get(`${this.proxyURL}?url=${n}`).then(e=>e.data.data.availabilities).catch(t=>(0,s.handleHttpResponseErrorForGyg)(t,"gyg-tour-option-availabilities",e))},this.optionPricings_3=async e=>{const t=btoa(`${this.apiUrl}/options/${e}/pricings?cnt_language=${this.lang}&currency=${this.currency}`);return this.axios.get(`${this.proxyURL}?url=${t}`).then(e=>e.data.data.pricing).catch(t=>(0,s.handleHttpResponseErrorForGyg)(t,"gyg-tour-option-pricings",e))},this.tourDataEx=async(e,t,r)=>{const n={tour:await this.tour(e),availableDates:[],formPersonsCategories:[],options:[]},i=await this.tourOptions_1(e);if(0===i.length)return n;for(let e=0;e<i.length;e++){const a=i[e],s=await this.optionAvailabilities_2(a.option_id,t,r);if(0===s.length)continue;const o=await this.optionPricings_3(a.option_id),d=[];s.forEach((e,t)=>{const r=o.find(t=>t.pricing_id===e.pricing_id);if(r){const i={availability_id:10*a.option_id+t,...e,...r};d.push(i);const s=i.start_time.split("T")[0];n.availableDates.includes(s)||n.availableDates.push(s)}});const u={...a,availabilities:d};n.options.push(u)}return n.options.length>0&&n.options[0].availabilities.length>0&&(n.formPersonsCategories=n.options[0].availabilities[0].categories.map(e=>{const t={id:e.id,name:e.name,min_age:e.min_age,max_age:e.max_age,addon:e.addon,stand_alone:e.stand_alone};return"Group"===t.name&&(t.name="Participants"),void 0===t.min_age&&(t.min_age=0),void 0===t.max_age&&(t.max_age=99),t})),n},this.tourAvailabilities=async(e,t,r)=>{const n=btoa(`${this.apiUrl}/tours/${e}/availabilities?cnt_language=${this.lang}&currency=${this.currency}&date[]=${t}&date[]=${r}`);return this.axios.get(`${this.proxyURL}?url=${n}`).then(e=>e.data.data.availabilities).catch(t=>(0,s.handleHttpResponseErrorForGyg)(t,"gyg-tour-availabilities",e))},this.options=async e=>{const t=btoa(`${this.apiUrl}/tours/${e}/options?cnt_language=${this.lang}&currency=${this.currency}`);return this.axios.get(`${this.proxyURL}?url=${t}`).then(e=>e.data.data.tour_options).catch(t=>(0,s.handleHttpResponseErrorForGyg)(t,"gyg-tour-options",e))},this.optionAvailabilities=async(e,t,r)=>{const n=btoa(`${this.apiUrl}/options/${e}/availabilities?cnt_language=${this.lang}&currency=${this.currency}&date[]=${t}${r?"&date[]="+r:""}`);return this.axios.get(`${this.proxyURL}?url=${n}`).then(e=>e.data.data.availabilities).catch(t=>(0,s.handleHttpResponseErrorForGyg)(t,"gyg-tour-option-availabilities",e))},this.optionPricings=async e=>{const t=btoa(`${this.apiUrl}/options/${e}/pricings?cnt_language=${this.lang}&currency=${this.currency}`);return this.axios.get(`${this.proxyURL}?url=${t}`).then(e=>e.data.data.pricing[0]).catch(t=>(0,s.handleHttpResponseErrorForGyg)(t,"gyg-tour-option-pricings",e))},this.tourAvailabilitiy=async e=>{const t=btoa(`${this.apiUrl}/tours/${e}/availability?cnt-language=${this.lang}`);return this.axios.get(`${this.proxyURL}?url=${t}`).then(e=>e.data).catch(t=>(0,s.handleHttpResponseErrorForGyg)(t,"gyg-tour-availabilities",e))},this.tourOptions=async(e,t,r,n=10)=>{const i=btoa(`${this.apiUrl}/tours/${e}/options?cnt_language=${this.lang}&currency=${this.currency}&date[]=${t}${r?"&date[]="+r:""}&limit=${n}`);return this.axios.get(`${this.proxyURL}?url=${i}`).then(e=>e.data).catch(t=>(0,s.handleHttpResponseErrorForGyg)(t,"gyg-tour-availabilities",e))},this.tourPriceBreakdown=async(e,t)=>{const r=btoa(`${this.apiUrl}/tours/${e}/price-breakdown`);return this.axios.post(`${this.proxyURL}?url=${r}`,t).then(e=>e.data).catch(t=>(0,s.handleHttpResponseErrorForGyg)(t,"gyg-tour-options",e))},this.tourData=async e=>({tour:await this.tour(e),availability:await this.tourAvailabilitiy(e)}),this.bookingAdd=async e=>{const t=btoa(this.apiUrl+"/bookings");return this.axios.post(`${this.proxyURL}?url=${t}`,e).then(e=>e.data).catch(t=>(0,s.handleHttpResponseErrorForGyg)(t,"gyg-tour-booking-add",e.data.booking.bookable.option_id))},this.booking=async e=>{const t=btoa(`${this.apiUrl}/bookings/${e}?cnt_language=${this.lang}&currency=${this.currency}`);return this.axios.get(`${this.proxyURL}?url=${t}`).then(e=>e.data.data.booking).catch(t=>(0,s.handleHttpResponseErrorForGyg)(t,"gyg-tour-bookings",e))},this.bookingDelete=async e=>{const t=btoa(`${this.apiUrl}/bookings/${e}?cnt_language=${this.lang}&currency=${this.currency}`);return this.axios.delete(`${this.proxyURL}?url=${t}`).then(e=>e.data.data.bookings).catch(t=>(0,s.handleHttpResponseErrorForGyg)(t,"gyg-tour-booking-delete",e))},this.cartAdd=async e=>{const t=btoa(this.apiUrl+"/carts");return this.axios.post(`${this.proxyURL}?url=${t}`,e,{headers:{Accept:"application/json","Content-Type":"application/json"}}).then(e=>e.data.data).catch(t=>(0,s.handleHttpResponseErrorForGyg)(t,"gyg-tour-booking-cart",e.data.shopping_cart.shopping_cart_id))},this.cart=async e=>{const t=btoa(`${this.apiUrl}/carts/${e}?cnt_language=${this.lang}&currency=${this.currency}`);return this.axios.get(`${this.proxyURL}?url=${t}`).then(e=>e.data.data).catch(t=>(0,s.handleHttpResponseErrorForGyg)(t,"gyg-cart",e))},this.paymentConfiguration=async(e="US")=>{const t=btoa(`${this.apiUrl}/configuration/payment?cnt_language=${this.lang}&currency=${this.currency}&country=${e}`);return this.axios.get(`${this.proxyURL}?url=${t}`).then(e=>e.data.data.payment_methods).catch(e=>(0,s.handleHttpResponseErrorForGyg)(e,"gyg-tour-payment-configuration"))},this.proxyURL=n,this.sandbox=r,this.apiUrl=e,this.axios=i.default.create(),this.axios.defaults.baseURL=`${this.proxyURL}?url=${e}`,this.axios.defaults.headers.common["X-ACCESS-TOKEN"]=t,this.axios.defaults.timeout=6e4,this.lang=o,this.currency=d}}},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.titleCategoryIds=t.uniqueTour=void 0;t.uniqueTour=!1;t.titleCategoryIds=[{title:"Adventure",categoryIds:[35]},{title:"Food",categoryIds:[103]},{title:"Culture and History",categoryIds:[27]},{title:"Sightseeing",categoryIds:[2]},{title:"Art and Museums",categoryIds:[28]},{title:"Local and Neighborhood",categoryIds:[21]}]},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.handleHttpResponseErrorForGyg=void 0;t.handleHttpResponseErrorForGyg=(e,t,r)=>{let n="";if(e.response)if(e.response.data)if(e.response.data.originalResponse.errors.length>0){const t=e.response.data.originalResponse.errors[0];console.log("errorGyg",t),n=t.errorMessage}else n=e.response.data.error;else n=e.response;else e.message?(console.log("Has Not Response. Has HTTP error message"),n=e.message):(console.log("Has Not Response. Has not HTTP error message"),n=e);return n}},function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const i=n(r(11));t.default=class{constructor(e,t,r){this.getImgUrl=e=>e&&e.startsWith("http")?e:this.sandbox?"https://testadmin.bookbarbados.com/gptour/thumbnails/999/"+e:"https://admin.bookbarbados.com/gptour/thumbnails/999/"+e,this.login=async e=>{var t;const r=btoa(`${this.apiUrl}/authorization?apiKey=${e}`);try{const e=await this.axios.get(`${this.proxyURL}?url=${r}`).then(e=>e.data);this.axios.defaults.headers.common.token=e.token}catch(e){throw console.error("booke-barbados-authorization",e),null!==(t=e.message)&&void 0!==t?t:""}},this.searchActivities=async(e,t)=>{const r=btoa(`${this.apiUrl}/searchActivities?countryId=3114&startDate=${e}&endDate=${t}&adults=2&privateActivity=true&sharedActivity=true&hikingActivity=true&fieldTripActivity=true&offerLimit=0&sortBy=PRICE_LOW_TO_HIGH`);return this.axios.get(`${this.proxyURL}?url=${r}`).then(e=>{const{data:t}=e;return t.products.forEach(e=>{e.mainImage=this.getImgUrl(e.mainImage)}),t}).catch(e=>{throw console.error("booke-barbados-searchActivitiesResponse",e),e.message})},this.searchActivity=async(e,t,r)=>{const n=btoa(`${this.apiUrl}/searchActivities?countryId=3114&startDate=${e}&endDate=${t}&adults=2&activityId=${r}`);return this.axios.get(`${this.proxyURL}?url=${n}`).then(e=>{const{data:t}=e;return t.products.forEach(e=>{e.mainImage=this.getImgUrl(e.mainImage)}),t}).catch(e=>{throw console.error("book-barbados-searchActivityResponse",e),e})},this.activityInfo=async e=>{const t=btoa(`${this.apiUrl}/activityInfo?offerKey=${e}`);return this.axios.get(`${this.proxyURL}?url=${t}`).then(e=>{const{data:t}=e;return t.images.forEach(e=>{e.url=this.getImgUrl(e.url)}),t}).catch(e=>{throw console.error("booke-barbados-activityInfoResponse",e),e.message})},this.searchAccommodation=async(e,t,r,n)=>{const i=btoa(`${this.apiUrl}/searchAccommodation?countryId=3114&startDate=${e}&endDate=${t}&rooms=adults:${r}&northEastLatitude=${n[0]}&northEastLongitude=${n[1]}&southWestLatitude=${n[2]}&southWestLongitude=${n[3]}`);return this.axios.get(`${this.proxyURL}?url=${i}`).then(e=>{const{data:t}=e;return t.hotelOffers.forEach(e=>{e.info.mainImageUrl=this.getImgUrl(e.info.mainImageUrl)}),t}).catch(e=>{throw console.error("booke-barbados-searchAccommodationResponse",e),e.message})},this.searchCarRent=async(e,t,r,n,i)=>{const a=btoa(`${this.apiUrl}/searchCarRent?driverCitizenshipId=3114&pickUpDateTime=${e}&dropOffDateTime=${t}&driverAge=${r||24}&pickUpCityId=${n||166987}&dropOffCityId=${i||166987}`);return this.axios.get(`${this.proxyURL}?url=${a}`).then(e=>{const{data:t}=e,r=[];for(let e=0;e<t.products.length;e+=1)for(let n=0;n<t.products[e].offers.length;n+=1)for(let i=0;i<t.products[e].offers[n].pickUpPoints.length;i+=1)if(t.products[e].offers[n].pickUpPoints[i].latitude){const a=r.find(r=>r.locationCode===t.products[e].offers[n].pickUpPoints[i].locationCode);if(a)a.images.push(...t.products[e].info.images.map(e=>(e.url=this.getImgUrl(e.url),e.url)));else{const a={supplierCode:t.products[e].info.supplierCode,carRentCompanyName:t.products[e].info.carRentCompanyName,images:[...t.products[e].info.images.map(e=>(e.url=this.getImgUrl(e.url),e.url))],features:t.products[e].info.features,shortDescription:t.products[e].info.shortDescription,description:t.products[e].info.description,locationCode:t.products[e].offers[n].pickUpPoints[i].locationCode,type:t.products[e].offers[n].pickUpPoints[i].type,name:t.products[e].offers[n].pickUpPoints[i].name,address:t.products[e].offers[n].pickUpPoints[i].address,longitude:t.products[e].offers[n].pickUpPoints[i].longitude,latitude:t.products[e].offers[n].pickUpPoints[i].latitude};r.push(a)}}return r}).catch(e=>{throw console.error("booke-barbados-searchCarRentResponse",e),e.message})},this.proxyURL=r,this.sandbox=t,this.apiUrl=e,this.axios=i.default.create(),this.axios.defaults.timeout=3e4,this.axios.defaults.headers.common["Accept-Language"]="en-US"}}},function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const i=n(r(11)),a=n(r(0));t.default=class{constructor(e,t,r,n,s,o){this.redirectUrlSandbox="https://traveldemo.agendas.group/results#/ticketAndAttraction/searchSession=",this.redirectUrlProd="https://www.vacavia.co.uk/results#/ticketAndAttraction/searchSession=",this.getTourTicketUrl=async(e,t,r,n,i=1)=>{const s=btoa(this.apiUrl+"/search"),o={environment:0,searchType:4,language:"en",locale:null,currency:"USD",distanceUnit:1,nationality:"US",customerIP:"31.223.103.8",customerUserAgent:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36",source:{app:"tripian"},ticketSearchCriteria:{ticketType:"Any",latitude:r,longitude:n,radius:i,startDate:(0,a.default)(e).isBefore((0,a.default)())?(0,a.default)().format("YYYY-MM-DDTHH:mm:ss[Z]"):e,endDate:t,participants:[{type:"Adult"}]}},d=`${this.proxyURL}?url=${s}`;return this.axios.post(d,o,{headers:{"Accept-Language":this.lang}}).then(e=>e.data.searchSession).then(e=>`${this.redirectUrl}${e}`).catch(e=>{throw e})},this.proxyURL=n,this.apiUrl=e,this.sandbox=r,this.redirectUrl=this.sandbox?this.redirectUrlSandbox:o||this.redirectUrlProd,this.lang=s,this.axios=i.default.create(),this.axios.defaults.timeout=3e4;const d=t.split(":");this.applicationId=d[0],this.privateKey=d[1],this.axios.defaults.auth={username:this.applicationId,password:this.privateKey}}}},function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const i=n(r(11)),a=r(298);t.default=class{constructor(e,t,r,n,s){this.getDestinationId=async e=>{const t=btoa(this.apiUrl+"/search/freetext");return this.axios.post(`${this.proxyURL}?url=${t}`,{searchTerm:e,searchTypes:[{searchType:"DESTINATIONS",pagination:{start:1,count:10}}],currency:"USD"},{headers:{accept:"application/json;version=2.0","Accept-Language":this.lang}}).then(e=>{let t="";return e.data.destinations.totalCount>0&&(t=e.data.destinations.results[0].id),t}).catch(e=>(0,a.handleHttpResponseErrorForViator)(e))},this.products=async(e,t,r,n=50)=>{const i=btoa(this.apiUrl+"/products/search"),s=await this.getDestinationId(e);return""===s?[]:this.axios.post(`${this.proxyURL}?url=${i}`,{filtering:{destination:s,lowestPrice:5,highestPrice:500,startDate:t,endDate:r,includeAutomaticTranslations:!0,confirmationType:"INSTANT",durationInMinutes:{from:0,to:360},rating:{from:3,to:5}},sorting:{sort:"TRAVELER_RATING",order:"DESCENDING"},pagination:{start:1,count:n},currency:"USD"},{headers:{accept:"application/json;version=2.0","Accept-Language":this.lang}}).then(e=>{var t;return null!==(t=e.data.products)&&void 0!==t?t:[]}).catch(e=>(0,a.handleHttpResponseErrorForViator)(e))},this.productInfo=async e=>{const t=btoa(`${this.apiUrl}/products/${e}`);return this.axios.get(`${this.proxyURL}?url=${t}`,{headers:{accept:"application/json;version=2.0","Accept-Language":this.lang}}).then(e=>e.data).catch(e=>(0,a.handleHttpResponseErrorForViator)(e))},this.productBookingQuestions=async()=>{const e=btoa(this.apiUrl+"/products/booking-questions");return this.axios.get(`${this.proxyURL}?url=${e}`,{headers:{accept:"application/json;version=2.0","Accept-Language":this.lang}}).then(e=>e.data).catch(e=>(console.log("errorResponse",e),{bookingQuestions:[]}))},this.availabilitySchedule=async e=>{const t=btoa(`${this.apiUrl}/availability/schedules/${e}`);return this.axios.get(`${this.proxyURL}?url=${t}`,{headers:{accept:"application/json;version=2.0","Accept-Language":this.lang}}).then(e=>e.data).catch(e=>(0,a.handleHttpResponseErrorForViator)(e))},this.tourData=async e=>{const t=await this.productInfo(e),r=await this.availabilitySchedule(e),n=await this.productBookingQuestions(),i=t.bookingQuestions.map(e=>n.bookingQuestions.find(t=>t.id===e)).filter(e=>void 0!==e);return{info:t,availability:r,bookingQuestions:i.length>0?i:[]}},this.locations=async e=>{const t=btoa(this.apiUrl+"/locations/bulk");return this.axios.post(`${this.proxyURL}?url=${t}`,{locations:e},{headers:{accept:"application/json;version=2.0","Accept-Language":this.lang}}).then(e=>e.data).catch(e=>(0,a.handleHttpResponseErrorForViator)(e))},this.availabilityPriceCheck=async e=>{const t=btoa(this.apiUrl+"/availability/check");return this.axios.post(`${this.proxyURL}?url=${t}`,e,{headers:{accept:"application/json;version=2.0","Accept-Language":this.lang}}).then(e=>e.data).catch(e=>(0,a.handleHttpResponseErrorForViator)(e))},this.bookingCardHold=async e=>{const t=btoa(this.apiUrl+"/bookings/cart/hold");return this.axios.post(`${this.proxyURL}?url=${t}`,e,{headers:{accept:"application/json;version=2.0","Accept-Language":this.lang}}).then(e=>e.data).catch(e=>(0,a.handleHttpResponseErrorForViator)(e))},this.payment=async(e,t)=>{const r=btoa(`${this.apiUrl}/v1/checkoutsessions/${e}/paymentaccounts`),n=`${Date.now()}-${Math.random().toString(36).slice(2,11)}`;return this.axios.post(`${this.proxyURL}?url=${r}`,t,{headers:{accept:"application/json;version=2.0","Accept-Language":this.lang,"Content-Type":"application/json","x-trip-clientid":"P00058532","x-trip-requestid":n}}).then(e=>e.data).catch(e=>(0,a.handleHttpResponseErrorForViator)(e))},this.bookingConfirm=async e=>{const t=btoa(this.apiUrl+"/bookings/cart/book");return this.axios.post(`${this.proxyURL}?url=${t}`,e,{headers:{accept:"application/json;version=2.0","Accept-Language":this.lang}}).then(e=>e.data).catch(e=>(0,a.handleHttpResponseErrorForViator)(e))},this.bookingStatus=async({bookingRef:e})=>{const t=btoa(this.apiUrl+"/bookings/status");return this.axios.post(`${this.proxyURL}?url=${t}`,{bookingRef:e},{headers:{accept:"application/json;version=2.0","Accept-Language":this.lang}}).then(e=>e.data).catch(e=>(0,a.handleHttpResponseErrorForViator)(e))},this.bookingRefundDetails=async e=>{const t=btoa(`${this.apiUrl}/bookings/${e}/cancel-quote`);return this.axios.get(`${this.proxyURL}?url=${t}`,{headers:{accept:"application/json;version=2.0","Accept-Language":this.lang}}).then(e=>e.data).catch(e=>(0,a.handleHttpResponseErrorForViator)(e))},this.bookingCancel=async e=>{const t=btoa(`${this.apiUrl}/bookings/${e}/cancel`);return this.axios.post(`${this.proxyURL}?url=${t}`,{reasonCode:"Customer_Service.Supplier_no_show"},{headers:{accept:"application/json;version=2.0","Accept-Language":this.lang}}).then(e=>e.data).catch(e=>(0,a.handleHttpResponseErrorForViator)(e))},this.exchangeRates=async(e,t)=>{const r=btoa(this.apiUrl+"/exchange-rates");return this.axios.post(`${this.proxyURL}?url=${r}`,{sourceCurrencies:e,targetCurrencies:t},{headers:{accept:"application/json;version=2.0"}}).then(e=>e.data).catch(e=>(0,a.handleHttpResponseErrorForViator)(e))},this.proxyURL=n,this.sandbox=r,this.apiUrl=e,this.lang=s,this.axios=i.default.create(),this.axios.defaults.baseURL=`${this.proxyURL}?url=${e}`,this.axios.defaults.headers.common["exp-api-key"]=t,this.axios.defaults.timeout=12e4}}},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.handleHttpResponseErrorForViator=void 0;t.handleHttpResponseErrorForViator=e=>{var t;let r="";if(e.response)if(e.response.data){const{data:n}=e.response;r=(null===(t=n.originalResponse)||void 0===t?void 0:t.message)?n.originalResponse.message:n.code&&n.message?n.message:n.error?n.error:"Unknown error occurred in response data."}else r="Unknown error occurred. No response data.";else e.message?(console.log("Has Not Response. Has HTTP error message"),r=e.message):(console.log("Has Not Response. Has not HTTP error message"),r="An unknown error occurred.");return console.error("Processed error response:",r),r}},function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const i=n(r(11));t.default=class{constructor(e,t,r){this.searchProducts=async(e=50,t=0)=>{const r=btoa(`${this.apiUrl}/products?apiKey=${this.apiKey}&offset=${t}&limit=${e}`);return this.axios.get(`${this.proxyURL}?url=${r}`).then(e=>{const{data:t}=e;return t.products}).catch(e=>{throw console.error("rezdy-searchProducts",e),e.message})},this.productInfo=async e=>{const t=btoa(`${this.apiUrl}/products/${e}?apiKey=${this.apiKey}`);return this.axios.get(`${this.proxyURL}?url=${t}`).then(e=>e.data.product)},this.proxyURL=r,this.apiUrl=e,this.apiKey=t,this.axios=i.default.create(),this.axios.defaults.baseURL=`${this.proxyURL}?url=${e}`,this.axios.defaults.headers.common.apiKey=t,this.axios.defaults.timeout=3e4}}},function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const i=n(r(11));t.default=class{constructor(e,t){this.searchVideos=async()=>{const e=btoa(this.apiUrl+"/api/1.1/obj/videos");return this.axios.get(`${this.proxyURL}?url=${e}`).then(e=>e.data.response.results).catch(e=>{throw console.error("videreo-searchVideosResponse",e),e.message})},this.proxyURL=t,this.apiUrl=e,this.axios=i.default.create(),this.axios.defaults.timeout=3e4}}},function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const i=n(r(11));t.default=class{constructor(e,t,r){this.getCityId=async e=>{const t="https://commonapi.tripian.com/toristy-destination/"+e;return this.axios.get(t).then(e=>{var t,r;return null===(r=null===(t=e.data)||void 0===t?void 0:t.data)||void 0===r?void 0:r.cityId}).catch(e=>{throw e.response.data.originalResponse.data.message||e.response.data.error})},this.serviceList=async(e,t=1,r=50)=>{try{const n=await this.getCityId(e);if(!n)return Promise.reject(new Error("Invalid city ID or city not found."));const i=btoa(`${this.apiUrl}/services?pagenum=${t}&maxperpage=${r}&cityid=${n}&apikey=${this.apiKey}`);return await this.axios.get(`${this.proxyURL}?url=${i}`).then(e=>e.data.services).catch(e=>Promise.reject(new Error("Service fetch error: "+((null==e?void 0:e.message)||"Unknown error"))))}catch(e){return Promise.reject(e)}},this.serviceDetails=async e=>{const t=btoa(`${this.apiUrl}/service/${e}?apikey=${this.apiKey}`);return this.axios.get(`${this.proxyURL}?url=${t}`).then(e=>e.data)},this.proxyURL=r,this.apiUrl=e,this.apiKey=t,this.axios=i.default.create(),this.axios.defaults.baseURL=`${this.proxyURL}?url=${e}`,this.axios.defaults.timeout=6e4}}},function(e,t,r){"use strict";(function(e){var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const i=n(r(11)),a=n(r(303));class s{constructor(t,r,n,a){this.CACHE_DURATION=3e5,this.events=async(t,r,n,i)=>{const a=new URLSearchParams;a.append("lat",t.toString()),a.append("lon",r.toString()),n&&a.append("occurs_at.gte",n+"T00:00:00Z"),i&&a.append("occurs_at.lt",i+"T23:59:59Z");const o=a.toString(),d=s.getCacheKey("/v9/events",o),u=this.getFromCache(d);if(u)return u;const h=await this.axios.get(`${this.proxyURL}?url=${e.from(`${this.apiUrl}/v9/events?${o}`).toString("base64")}`,{headers:this.getHeaders("GET","/v9/events",o)});return s.setCache(d,h.data.events),h.data.events},this.eventDetails=async t=>{const r="/v9/events/"+t;return(await this.axios.get(`${this.proxyURL}?url=${e.from(`${this.apiUrl}${r}`).toString("base64")}`,{headers:this.getHeaders("GET",r)})).data},this.venue=async t=>{const r="/v9/venues/"+t;return(await this.axios.get(`${this.proxyURL}?url=${e.from(`${this.apiUrl}${r}`).toString("base64")}`,{headers:this.getHeaders("GET",r)})).data},this.listTicketGroups=async t=>{const r="event_id="+t;return(await this.axios.get(`${this.proxyURL}?url=${e.from(`${this.apiUrl}/v9/listings?${r}`).toString("base64")}`,{headers:this.getHeaders("GET","/v9/listings",r)})).data},this.ticketInfo=async t=>{const r="/v9/listings/"+t;return(await this.axios.get(`${this.proxyURL}?url=${e.from(`${this.apiUrl}${r}?`).toString("base64")}`,{headers:this.getHeaders("GET",r)})).data},this.clientsCreate=async t=>{const r=JSON.stringify(t);return this.axios.post(`${this.proxyURL}?url=${e.from(this.apiUrl+"/v9/clients").toString("base64")}`,t,{headers:this.getHeaders("POST","/v9/clients",void 0,r)}).then(e=>e.data).catch(e=>{var t;throw console.error("clientsCreate Error:",(null===(t=e.response)||void 0===t?void 0:t.data)||e.message),e})},this.order=async t=>{const r=JSON.stringify(t);return this.axios.post(`${this.proxyURL}?url=${e.from(this.apiUrl+"/v10/orders").toString("base64")}`,t,{headers:this.getHeaders("POST","/v10/orders",void 0,r)}).then(e=>e.data).catch(e=>{var t;throw console.error("order Error:",(null===(t=e.response)||void 0===t?void 0:t.data)||e.message),e})},this.proxyURL=a,this.apiToken=r,this.apiUrl=t,this.apiSecret=n,this.axios=i.default.create(),this.axios.defaults.timeout=6e4}static getInstance(e,t,r,n){return s.instance||(s.instance=new s(e,t,r,n)),s.instance}generateSignature(e,t,r,n){let i=t;if("GET"===e){if(i+="?",r){i+=r.split("&").sort().join("&")}}else["POST","PUT","DELETE"].includes(e)&&(i+="?");const s=n?JSON.stringify(JSON.parse(n)):"",o=`${e} ${new URL(this.apiUrl).host}${i}${s}`;return a.default.createHmac("sha256",this.apiSecret).update(o).digest("base64")}getHeaders(e,t,r,n){return{"X-Signature":this.generateSignature(e,t,r,n),"X-Token":this.apiToken,Accept:"application/json"}}static getCacheKey(e,t){return`${e}${t?"?"+t:""}`}getFromCache(e){const t=s.cache.get(e);if(!t)return null;return Date.now()-t.timestamp>this.CACHE_DURATION?(s.cache.delete(e),null):t.data}static setCache(e,t){s.cache.set(e,{data:t,timestamp:Date.now()})}}s.cache=new Map,t.default=s}).call(this,r(3).Buffer)},function(e,t,r){"use strict";t.randomBytes=t.rng=t.pseudoRandomBytes=t.prng=r(18),t.createHash=t.Hash=r(25),t.createHmac=t.Hmac=r(220);var n=r(328),i=Object.keys(n),a=["sha1","sha224","sha256","sha384","sha512","md5","rmd160"].concat(i);t.getHashes=function(){return a};var s=r(223);t.pbkdf2=s.pbkdf2,t.pbkdf2Sync=s.pbkdf2Sync;var o=r(330);t.Cipher=o.Cipher,t.createCipher=o.createCipher,t.Cipheriv=o.Cipheriv,t.createCipheriv=o.createCipheriv,t.Decipher=o.Decipher,t.createDecipher=o.createDecipher,t.Decipheriv=o.Decipheriv,t.createDecipheriv=o.createDecipheriv,t.getCiphers=o.getCiphers,t.listCiphers=o.listCiphers;var d=r(345);t.DiffieHellmanGroup=d.DiffieHellmanGroup,t.createDiffieHellmanGroup=d.createDiffieHellmanGroup,t.getDiffieHellman=d.getDiffieHellman,t.createDiffieHellman=d.createDiffieHellman,t.DiffieHellman=d.DiffieHellman;var u=r(350);t.createSign=u.createSign,t.Sign=u.Sign,t.createVerify=u.createVerify,t.Verify=u.Verify,t.createECDH=r(391);var h=r(392);t.publicEncrypt=h.publicEncrypt,t.privateEncrypt=h.privateEncrypt,t.publicDecrypt=h.publicDecrypt,t.privateDecrypt=h.privateDecrypt;var c=r(395);t.randomFill=c.randomFill,t.randomFillSync=c.randomFillSync,t.createCredentials=function(){throw new Error(["sorry, createCredentials is not implemented yet","we accept pull requests","https://github.com/crypto-browserify/crypto-browserify"].join("\n"))},t.constants={DH_CHECK_P_NOT_SAFE_PRIME:2,DH_CHECK_P_NOT_PRIME:1,DH_UNABLE_TO_CHECK_GENERATOR:4,DH_NOT_SUITABLE_GENERATOR:8,NPN_ENABLED:1,ALPN_ENABLED:1,RSA_PKCS1_PADDING:1,RSA_SSLV23_PADDING:2,RSA_NO_PADDING:3,RSA_PKCS1_OAEP_PADDING:4,RSA_X931_PADDING:5,RSA_PKCS1_PSS_PADDING:6,POINT_CONVERSION_COMPRESSED:2,POINT_CONVERSION_UNCOMPRESSED:4,POINT_CONVERSION_HYBRID:6}},function(e,t,r){(t=e.exports=r(208)).Stream=t,t.Readable=t,t.Writable=r(212),t.Duplex=r(20),t.Transform=r(213),t.PassThrough=r(310),t.finished=r(42),t.pipeline=r(311)},function(e,t){},function(e,t,r){"use strict";function n(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function i(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function a(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}var s=r(3).Buffer,o=r(307).inspect,d=o&&o.custom||"inspect";e.exports=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.head=null,this.tail=null,this.length=0}var t,r,u;return t=e,(r=[{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,r=""+t.data;t=t.next;)r+=e+t.data;return r}},{key:"concat",value:function(e){if(0===this.length)return s.alloc(0);for(var t,r,n,i=s.allocUnsafe(e>>>0),a=this.head,o=0;a;)t=a.data,r=i,n=o,s.prototype.copy.call(t,r,n),o+=a.data.length,a=a.next;return i}},{key:"consume",value:function(e,t){var r;return e<this.head.data.length?(r=this.head.data.slice(0,e),this.head.data=this.head.data.slice(e)):r=e===this.head.data.length?this.shift():t?this._getString(e):this._getBuffer(e),r}},{key:"first",value:function(){return this.head.data}},{key:"_getString",value:function(e){var t=this.head,r=1,n=t.data;for(e-=n.length;t=t.next;){var i=t.data,a=e>i.length?i.length:e;if(a===i.length?n+=i:n+=i.slice(0,e),0==(e-=a)){a===i.length?(++r,t.next?this.head=t.next:this.head=this.tail=null):(this.head=t,t.data=i.slice(a));break}++r}return this.length-=r,n}},{key:"_getBuffer",value:function(e){var t=s.allocUnsafe(e),r=this.head,n=1;for(r.data.copy(t),e-=r.data.length;r=r.next;){var i=r.data,a=e>i.length?i.length:e;if(i.copy(t,t.length-e,0,a),0==(e-=a)){a===i.length?(++n,r.next?this.head=r.next:this.head=this.tail=null):(this.head=r,r.data=i.slice(a));break}++n}return this.length-=n,t}},{key:d,value:function(e,t){return o(this,function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?n(Object(r),!0).forEach((function(t){i(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):n(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({},t,{depth:0,customInspect:!1}))}}])&&a(t.prototype,r),u&&a(t,u),e}()},function(e,t){},function(e,t,r){"use strict";(function(t){var n;function i(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var a=r(42),s=Symbol("lastResolve"),o=Symbol("lastReject"),d=Symbol("error"),u=Symbol("ended"),h=Symbol("lastPromise"),c=Symbol("handlePromise"),l=Symbol("stream");function f(e,t){return{value:e,done:t}}function _(e){var t=e[s];if(null!==t){var r=e[l].read();null!==r&&(e[h]=null,e[s]=null,e[o]=null,t(f(r,!1)))}}function p(e){t.nextTick(_,e)}var m=Object.getPrototypeOf((function(){})),y=Object.setPrototypeOf((i(n={get stream(){return this[l]},next:function(){var e=this,r=this[d];if(null!==r)return Promise.reject(r);if(this[u])return Promise.resolve(f(void 0,!0));if(this[l].destroyed)return new Promise((function(r,n){t.nextTick((function(){e[d]?n(e[d]):r(f(void 0,!0))}))}));var n,i=this[h];if(i)n=new Promise(function(e,t){return function(r,n){e.then((function(){t[u]?r(f(void 0,!0)):t[c](r,n)}),n)}}(i,this));else{var a=this[l].read();if(null!==a)return Promise.resolve(f(a,!1));n=new Promise(this[c])}return this[h]=n,n}},Symbol.asyncIterator,(function(){return this})),i(n,"return",(function(){var e=this;return new Promise((function(t,r){e[l].destroy(null,(function(e){e?r(e):t(f(void 0,!0))}))}))})),n),m);e.exports=function(e){var t,r=Object.create(y,(i(t={},l,{value:e,writable:!0}),i(t,s,{value:null,writable:!0}),i(t,o,{value:null,writable:!0}),i(t,d,{value:null,writable:!0}),i(t,u,{value:e._readableState.endEmitted,writable:!0}),i(t,c,{value:function(e,t){var n=r[l].read();n?(r[h]=null,r[s]=null,r[o]=null,e(f(n,!1))):(r[s]=e,r[o]=t)},writable:!0}),t));return r[h]=null,a(e,(function(e){if(e&&"ERR_STREAM_PREMATURE_CLOSE"!==e.code){var t=r[o];return null!==t&&(r[h]=null,r[s]=null,r[o]=null,t(e)),void(r[d]=e)}var n=r[s];null!==n&&(r[h]=null,r[s]=null,r[o]=null,n(f(void 0,!0))),r[u]=!0})),e.on("readable",p.bind(null,r)),r}}).call(this,r(4))},function(e,t){e.exports=function(){throw new Error("Readable.from is not available in the browser")}},function(e,t,r){"use strict";e.exports=i;var n=r(213);function i(e){if(!(this instanceof i))return new i(e);n.call(this,e)}r(1)(i,n),i.prototype._transform=function(e,t,r){r(null,e)}},function(e,t,r){"use strict";var n;var i=r(19).codes,a=i.ERR_MISSING_ARGS,s=i.ERR_STREAM_DESTROYED;function o(e){if(e)throw e}function d(e,t,i,a){a=function(e){var t=!1;return function(){t||(t=!0,e.apply(void 0,arguments))}}(a);var o=!1;e.on("close",(function(){o=!0})),void 0===n&&(n=r(42)),n(e,{readable:t,writable:i},(function(e){if(e)return a(e);o=!0,a()}));var d=!1;return function(t){if(!o&&!d)return d=!0,function(e){return e.setHeader&&"function"==typeof e.abort}(e)?e.abort():"function"==typeof e.destroy?e.destroy():void a(t||new s("pipe"))}}function u(e){e()}function h(e,t){return e.pipe(t)}function c(e){return e.length?"function"!=typeof e[e.length-1]?o:e.pop():o}e.exports=function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];var n,i=c(t);if(Array.isArray(t[0])&&(t=t[0]),t.length<2)throw new a("streams");var s=t.map((function(e,r){var a=r<t.length-1;return d(e,a,r>0,(function(e){n||(n=e),e&&s.forEach(u),a||(s.forEach(u),i(n))}))}));return t.reduce(h)}},function(e,t,r){var n=r(1),i=r(21),a=r(2).Buffer,s=[1518500249,1859775393,-1894007588,-899497514],o=new Array(80);function d(){this.init(),this._w=o,i.call(this,64,56)}function u(e){return e<<30|e>>>2}function h(e,t,r,n){return 0===e?t&r|~t&n:2===e?t&r|t&n|r&n:t^r^n}n(d,i),d.prototype.init=function(){return this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520,this},d.prototype._update=function(e){for(var t,r=this._w,n=0|this._a,i=0|this._b,a=0|this._c,o=0|this._d,d=0|this._e,c=0;c<16;++c)r[c]=e.readInt32BE(4*c);for(;c<80;++c)r[c]=r[c-3]^r[c-8]^r[c-14]^r[c-16];for(var l=0;l<80;++l){var f=~~(l/20),_=0|((t=n)<<5|t>>>27)+h(f,i,a,o)+d+r[l]+s[f];d=o,o=a,a=u(i),i=n,n=_}this._a=n+this._a|0,this._b=i+this._b|0,this._c=a+this._c|0,this._d=o+this._d|0,this._e=d+this._e|0},d.prototype._hash=function(){var e=a.allocUnsafe(20);return e.writeInt32BE(0|this._a,0),e.writeInt32BE(0|this._b,4),e.writeInt32BE(0|this._c,8),e.writeInt32BE(0|this._d,12),e.writeInt32BE(0|this._e,16),e},e.exports=d},function(e,t,r){var n=r(1),i=r(21),a=r(2).Buffer,s=[1518500249,1859775393,-1894007588,-899497514],o=new Array(80);function d(){this.init(),this._w=o,i.call(this,64,56)}function u(e){return e<<5|e>>>27}function h(e){return e<<30|e>>>2}function c(e,t,r,n){return 0===e?t&r|~t&n:2===e?t&r|t&n|r&n:t^r^n}n(d,i),d.prototype.init=function(){return this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520,this},d.prototype._update=function(e){for(var t,r=this._w,n=0|this._a,i=0|this._b,a=0|this._c,o=0|this._d,d=0|this._e,l=0;l<16;++l)r[l]=e.readInt32BE(4*l);for(;l<80;++l)r[l]=(t=r[l-3]^r[l-8]^r[l-14]^r[l-16])<<1|t>>>31;for(var f=0;f<80;++f){var _=~~(f/20),p=u(n)+c(_,i,a,o)+d+r[f]+s[_]|0;d=o,o=a,a=h(i),i=n,n=p}this._a=n+this._a|0,this._b=i+this._b|0,this._c=a+this._c|0,this._d=o+this._d|0,this._e=d+this._e|0},d.prototype._hash=function(){var e=a.allocUnsafe(20);return e.writeInt32BE(0|this._a,0),e.writeInt32BE(0|this._b,4),e.writeInt32BE(0|this._c,8),e.writeInt32BE(0|this._d,12),e.writeInt32BE(0|this._e,16),e},e.exports=d},function(e,t,r){var n=r(1),i=r(214),a=r(21),s=r(2).Buffer,o=new Array(64);function d(){this.init(),this._w=o,a.call(this,64,56)}n(d,i),d.prototype.init=function(){return this._a=3238371032,this._b=914150663,this._c=812702999,this._d=4144912697,this._e=4290775857,this._f=1750603025,this._g=1694076839,this._h=3204075428,this},d.prototype._hash=function(){var e=s.allocUnsafe(28);return e.writeInt32BE(this._a,0),e.writeInt32BE(this._b,4),e.writeInt32BE(this._c,8),e.writeInt32BE(this._d,12),e.writeInt32BE(this._e,16),e.writeInt32BE(this._f,20),e.writeInt32BE(this._g,24),e},e.exports=d},function(e,t,r){var n=r(1),i=r(215),a=r(21),s=r(2).Buffer,o=new Array(160);function d(){this.init(),this._w=o,a.call(this,128,112)}n(d,i),d.prototype.init=function(){return this._ah=3418070365,this._bh=1654270250,this._ch=2438529370,this._dh=355462360,this._eh=1731405415,this._fh=2394180231,this._gh=3675008525,this._hh=1203062813,this._al=3238371032,this._bl=914150663,this._cl=812702999,this._dl=4144912697,this._el=4290775857,this._fl=1750603025,this._gl=1694076839,this._hl=3204075428,this},d.prototype._hash=function(){var e=s.allocUnsafe(48);function t(t,r,n){e.writeInt32BE(t,n),e.writeInt32BE(r,n+4)}return t(this._ah,this._al,0),t(this._bh,this._bl,8),t(this._ch,this._cl,16),t(this._dh,this._dl,24),t(this._eh,this._el,32),t(this._fh,this._fl,40),e},e.exports=d},function(e,t,r){e.exports=i;var n=r(13).EventEmitter;function i(){n.call(this)}r(1)(i,n),i.Readable=r(45),i.Writable=r(323),i.Duplex=r(324),i.Transform=r(325),i.PassThrough=r(326),i.Stream=i,i.prototype.pipe=function(e,t){var r=this;function i(t){e.writable&&!1===e.write(t)&&r.pause&&r.pause()}function a(){r.readable&&r.resume&&r.resume()}r.on("data",i),e.on("drain",a),e._isStdio||t&&!1===t.end||(r.on("end",o),r.on("close",d));var s=!1;function o(){s||(s=!0,e.end())}function d(){s||(s=!0,"function"==typeof e.destroy&&e.destroy())}function u(e){if(h(),0===n.listenerCount(this,"error"))throw e}function h(){r.removeListener("data",i),e.removeListener("drain",a),r.removeListener("end",o),r.removeListener("close",d),r.removeListener("error",u),e.removeListener("error",u),r.removeListener("end",h),r.removeListener("close",h),e.removeListener("close",h)}return r.on("error",u),e.on("error",u),r.on("end",h),r.on("close",h),e.on("close",h),e.emit("pipe",r),e}},function(e,t){},function(e,t,r){"use strict";var n=r(46).Buffer,i=r(319);e.exports=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.head=null,this.tail=null,this.length=0}return e.prototype.push=function(e){var t={data:e,next:null};this.length>0?this.tail.next=t:this.head=t,this.tail=t,++this.length},e.prototype.unshift=function(e){var t={data:e,next:this.head};0===this.length&&(this.tail=t),this.head=t,++this.length},e.prototype.shift=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}},e.prototype.clear=function(){this.head=this.tail=null,this.length=0},e.prototype.join=function(e){if(0===this.length)return"";for(var t=this.head,r=""+t.data;t=t.next;)r+=e+t.data;return r},e.prototype.concat=function(e){if(0===this.length)return n.alloc(0);if(1===this.length)return this.head.data;for(var t,r,i,a=n.allocUnsafe(e>>>0),s=this.head,o=0;s;)t=s.data,r=a,i=o,t.copy(r,i),o+=s.data.length,s=s.next;return a},e}(),i&&i.inspect&&i.inspect.custom&&(e.exports.prototype[i.inspect.custom]=function(){var e=i.inspect({length:this.length});return this.constructor.name+" "+e})},function(e,t){},function(e,t,r){(function(e){var n=void 0!==e&&e||"undefined"!=typeof self&&self||window,i=Function.prototype.apply;function a(e,t){this._id=e,this._clearFn=t}t.setTimeout=function(){return new a(i.call(setTimeout,n,arguments),clearTimeout)},t.setInterval=function(){return new a(i.call(setInterval,n,arguments),clearInterval)},t.clearTimeout=t.clearInterval=function(e){e&&e.close()},a.prototype.unref=a.prototype.ref=function(){},a.prototype.close=function(){this._clearFn.call(n,this._id)},t.enroll=function(e,t){clearTimeout(e._idleTimeoutId),e._idleTimeout=t},t.unenroll=function(e){clearTimeout(e._idleTimeoutId),e._idleTimeout=-1},t._unrefActive=t.active=function(e){clearTimeout(e._idleTimeoutId);var t=e._idleTimeout;t>=0&&(e._idleTimeoutId=setTimeout((function(){e._onTimeout&&e._onTimeout()}),t))},r(321),t.setImmediate="undefined"!=typeof self&&self.setImmediate||void 0!==e&&e.setImmediate||this&&this.setImmediate,t.clearImmediate="undefined"!=typeof self&&self.clearImmediate||void 0!==e&&e.clearImmediate||this&&this.clearImmediate}).call(this,r(7))},function(e,t,r){(function(e,t){!function(e,r){"use strict";if(!e.setImmediate){var n,i,a,s,o,d=1,u={},h=!1,c=e.document,l=Object.getPrototypeOf&&Object.getPrototypeOf(e);l=l&&l.setTimeout?l:e,"[object process]"==={}.toString.call(e.process)?n=function(e){t.nextTick((function(){_(e)}))}:!function(){if(e.postMessage&&!e.importScripts){var t=!0,r=e.onmessage;return e.onmessage=function(){t=!1},e.postMessage("","*"),e.onmessage=r,t}}()?e.MessageChannel?((a=new MessageChannel).port1.onmessage=function(e){_(e.data)},n=function(e){a.port2.postMessage(e)}):c&&"onreadystatechange"in c.createElement("script")?(i=c.documentElement,n=function(e){var t=c.createElement("script");t.onreadystatechange=function(){_(e),t.onreadystatechange=null,i.removeChild(t),t=null},i.appendChild(t)}):n=function(e){setTimeout(_,0,e)}:(s="setImmediate$"+Math.random()+"$",o=function(t){t.source===e&&"string"==typeof t.data&&0===t.data.indexOf(s)&&_(+t.data.slice(s.length))},e.addEventListener?e.addEventListener("message",o,!1):e.attachEvent("onmessage",o),n=function(t){e.postMessage(s+t,"*")}),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 u[d]=i,n(d),d++},l.clearImmediate=f}function f(e){delete u[e]}function _(e){if(h)setTimeout(_,0,e);else{var t=u[e];if(t){h=!0;try{!function(e){var t=e.callback,r=e.args;switch(r.length){case 0:t();break;case 1:t(r[0]);break;case 2:t(r[0],r[1]);break;case 3:t(r[0],r[1],r[2]);break;default:t.apply(void 0,r)}}(t)}finally{f(e),h=!1}}}}}("undefined"==typeof self?void 0===e?this:e:self)}).call(this,r(7),r(4))},function(e,t,r){"use strict";e.exports=a;var n=r(219),i=Object.create(r(26));function a(e){if(!(this instanceof a))return new a(e);n.call(this,e)}i.inherits=r(1),i.inherits(a,n),a.prototype._transform=function(e,t,r){r(null,e)}},function(e,t,r){e.exports=r(47)},function(e,t,r){e.exports=r(15)},function(e,t,r){e.exports=r(45).Transform},function(e,t,r){e.exports=r(45).PassThrough},function(e,t,r){"use strict";var n=r(1),i=r(2).Buffer,a=r(12),s=i.alloc(128);function o(e,t){a.call(this,"digest"),"string"==typeof t&&(t=i.from(t)),this._alg=e,this._key=t,t.length>64?t=e(t):t.length<64&&(t=i.concat([t,s],64));for(var r=this._ipad=i.allocUnsafe(64),n=this._opad=i.allocUnsafe(64),o=0;o<64;o++)r[o]=54^t[o],n[o]=92^t[o];this._hash=[r]}n(o,a),o.prototype._update=function(e){this._hash.push(e)},o.prototype._final=function(){var e=this._alg(i.concat(this._hash));return this._alg(i.concat([this._opad,e]))},e.exports=o},function(e,t,r){e.exports=r(222)},function(e,t,r){(function(t){var n,i,a=r(2).Buffer,s=r(224),o=r(225),d=r(226),u=r(227),h=t.crypto&&t.crypto.subtle,c={sha:"SHA-1","sha-1":"SHA-1",sha1:"SHA-1",sha256:"SHA-256","sha-256":"SHA-256",sha384:"SHA-384","sha-384":"SHA-384","sha-512":"SHA-512",sha512:"SHA-512"},l=[];function f(){return i||(i=t.process&&t.process.nextTick?t.process.nextTick:t.queueMicrotask?t.queueMicrotask:t.setImmediate?t.setImmediate:t.setTimeout)}function _(e,t,r,n,i){return h.importKey("raw",e,{name:"PBKDF2"},!1,["deriveBits"]).then((function(e){return h.deriveBits({name:"PBKDF2",salt:t,iterations:r,hash:{name:i}},e,n<<3)})).then((function(e){return a.from(e)}))}e.exports=function(e,r,i,p,m,y){"function"==typeof m&&(y=m,m=void 0);var b=c[(m=m||"sha1").toLowerCase()];if(b&&"function"==typeof t.Promise){if(s(i,p),e=u(e,o,"Password"),r=u(r,o,"Salt"),"function"!=typeof y)throw new Error("No callback provided to pbkdf2");!function(e,t){e.then((function(e){f()((function(){t(null,e)}))}),(function(e){f()((function(){t(e)}))}))}(function(e){if(t.process&&!t.process.browser)return Promise.resolve(!1);if(!h||!h.importKey||!h.deriveBits)return Promise.resolve(!1);if(void 0!==l[e])return l[e];var r=_(n=n||a.alloc(8),n,10,128,e).then((function(){return!0})).catch((function(){return!1}));return l[e]=r,r}(b).then((function(t){return t?_(e,r,i,p,b):d(e,r,i,p,m)})),y)}else f()((function(){var t;try{t=d(e,r,i,p,m)}catch(e){return y(e)}y(null,t)}))}}).call(this,r(7))},function(e,t,r){var n=r(331),i=r(49),a=r(50),s=r(344),o=r(34);function d(e,t,r){if(e=e.toLowerCase(),a[e])return i.createCipheriv(e,t,r);if(s[e])return new n({key:t,iv:r,mode:e});throw new TypeError("invalid suite type")}function u(e,t,r){if(e=e.toLowerCase(),a[e])return i.createDecipheriv(e,t,r);if(s[e])return new n({key:t,iv:r,mode:e,decrypt:!0});throw new TypeError("invalid suite type")}t.createCipher=t.Cipher=function(e,t){var r,n;if(e=e.toLowerCase(),a[e])r=a[e].key,n=a[e].iv;else{if(!s[e])throw new TypeError("invalid suite type");r=8*s[e].key,n=s[e].iv}var i=o(t,!1,r,n);return d(e,i.key,i.iv)},t.createCipheriv=t.Cipheriv=d,t.createDecipher=t.Decipher=function(e,t){var r,n;if(e=e.toLowerCase(),a[e])r=a[e].key,n=a[e].iv;else{if(!s[e])throw new TypeError("invalid suite type");r=8*s[e].key,n=s[e].iv}var i=o(t,!1,r,n);return u(e,i.key,i.iv)},t.createDecipheriv=t.Decipheriv=u,t.listCiphers=t.getCiphers=function(){return Object.keys(s).concat(i.getCiphers())}},function(e,t,r){var n=r(12),i=r(332),a=r(1),s=r(2).Buffer,o={"des-ede3-cbc":i.CBC.instantiate(i.EDE),"des-ede3":i.EDE,"des-ede-cbc":i.CBC.instantiate(i.EDE),"des-ede":i.EDE,"des-cbc":i.CBC.instantiate(i.DES),"des-ecb":i.DES};function d(e){n.call(this);var t,r=e.mode.toLowerCase(),i=o[r];t=e.decrypt?"decrypt":"encrypt";var a=e.key;s.isBuffer(a)||(a=s.from(a)),"des-ede"!==r&&"des-ede-cbc"!==r||(a=s.concat([a,a.slice(0,8)]));var d=e.iv;s.isBuffer(d)||(d=s.from(d)),this._des=i.create({key:a,iv:d,type:t})}o.des=o["des-cbc"],o.des3=o["des-ede3-cbc"],e.exports=d,a(d,n),d.prototype._update=function(e){return s.from(this._des.update(e))},d.prototype._final=function(){return s.from(this._des.final())}},function(e,t,r){"use strict";t.utils=r(228),t.Cipher=r(48),t.DES=r(229),t.CBC=r(333),t.EDE=r(334)},function(e,t,r){"use strict";var n=r(8),i=r(1),a={};function s(e){n.equal(e.length,8,"Invalid IV length"),this.iv=new Array(8);for(var t=0;t<this.iv.length;t++)this.iv[t]=e[t]}t.instantiate=function(e){function t(t){e.call(this,t),this._cbcInit()}i(t,e);for(var r=Object.keys(a),n=0;n<r.length;n++){var s=r[n];t.prototype[s]=a[s]}return t.create=function(e){return new t(e)},t},a._cbcInit=function(){var e=new s(this.options.iv);this._cbcState=e},a._update=function(e,t,r,n){var i=this._cbcState,a=this.constructor.super_.prototype,s=i.iv;if("encrypt"===this.type){for(var o=0;o<this.blockSize;o++)s[o]^=e[t+o];a._update.call(this,s,0,r,n);for(o=0;o<this.blockSize;o++)s[o]=r[n+o]}else{a._update.call(this,e,t,r,n);for(o=0;o<this.blockSize;o++)r[n+o]^=s[o];for(o=0;o<this.blockSize;o++)s[o]=e[t+o]}}},function(e,t,r){"use strict";var n=r(8),i=r(1),a=r(48),s=r(229);function o(e,t){n.equal(t.length,24,"Invalid key length");var r=t.slice(0,8),i=t.slice(8,16),a=t.slice(16,24);this.ciphers="encrypt"===e?[s.create({type:"encrypt",key:r}),s.create({type:"decrypt",key:i}),s.create({type:"encrypt",key:a})]:[s.create({type:"decrypt",key:a}),s.create({type:"encrypt",key:i}),s.create({type:"decrypt",key:r})]}function d(e){a.call(this,e);var t=new o(this.type,this.options.key);this._edeState=t}i(d,a),e.exports=d,d.create=function(e){return new d(e)},d.prototype._update=function(e,t,r,n){var i=this._edeState;i.ciphers[0]._update(e,t,r,n),i.ciphers[1]._update(r,n,r,n),i.ciphers[2]._update(r,n,r,n)},d.prototype._pad=s.prototype._pad,d.prototype._unpad=s.prototype._unpad},function(e,t,r){var n=r(50),i=r(233),a=r(2).Buffer,s=r(234),o=r(12),d=r(33),u=r(34);function h(e,t,r){o.call(this),this._cache=new l,this._cipher=new d.AES(t),this._prev=a.from(r),this._mode=e,this._autopadding=!0}r(1)(h,o),h.prototype._update=function(e){var t,r;this._cache.add(e);for(var n=[];t=this._cache.get();)r=this._mode.encrypt(this,t),n.push(r);return a.concat(n)};var c=a.alloc(16,16);function l(){this.cache=a.allocUnsafe(0)}function f(e,t,r){var o=n[e.toLowerCase()];if(!o)throw new TypeError("invalid suite type");if("string"==typeof t&&(t=a.from(t)),t.length!==o.key/8)throw new TypeError("invalid key length "+t.length);if("string"==typeof r&&(r=a.from(r)),"GCM"!==o.mode&&r.length!==o.iv)throw new TypeError("invalid iv length "+r.length);return"stream"===o.type?new s(o.module,t,r):"auth"===o.type?new i(o.module,t,r):new h(o.module,t,r)}h.prototype._final=function(){var e=this._cache.flush();if(this._autopadding)return e=this._mode.encrypt(this,e),this._cipher.scrub(),e;if(!e.equals(c))throw this._cipher.scrub(),new Error("data not multiple of block length")},h.prototype.setAutoPadding=function(e){return this._autopadding=!!e,this},l.prototype.add=function(e){this.cache=a.concat([this.cache,e])},l.prototype.get=function(){if(this.cache.length>15){var e=this.cache.slice(0,16);return this.cache=this.cache.slice(16),e}return null},l.prototype.flush=function(){for(var e=16-this.cache.length,t=a.allocUnsafe(e),r=-1;++r<e;)t.writeUInt8(e,r);return a.concat([this.cache,t])},t.createCipheriv=f,t.createCipher=function(e,t){var r=n[e.toLowerCase()];if(!r)throw new TypeError("invalid suite type");var i=u(t,!1,r.key,r.iv);return f(e,i.key,i.iv)}},function(e,t){t.encrypt=function(e,t){return e._cipher.encryptBlock(t)},t.decrypt=function(e,t){return e._cipher.decryptBlock(t)}},function(e,t,r){var n=r(27);t.encrypt=function(e,t){var r=n(t,e._prev);return e._prev=e._cipher.encryptBlock(r),e._prev},t.decrypt=function(e,t){var r=e._prev;e._prev=t;var i=e._cipher.decryptBlock(t);return n(i,r)}},function(e,t,r){var n=r(2).Buffer,i=r(27);function a(e,t,r){var a=t.length,s=i(t,e._cache);return e._cache=e._cache.slice(a),e._prev=n.concat([e._prev,r?t:s]),s}t.encrypt=function(e,t,r){for(var i,s=n.allocUnsafe(0);t.length;){if(0===e._cache.length&&(e._cache=e._cipher.encryptBlock(e._prev),e._prev=n.allocUnsafe(0)),!(e._cache.length<=t.length)){s=n.concat([s,a(e,t,r)]);break}i=e._cache.length,s=n.concat([s,a(e,t.slice(0,i),r)]),t=t.slice(i)}return s}},function(e,t,r){var n=r(2).Buffer;function i(e,t,r){var i=e._cipher.encryptBlock(e._prev)[0]^t;return e._prev=n.concat([e._prev.slice(1),n.from([r?t:i])]),i}t.encrypt=function(e,t,r){for(var a=t.length,s=n.allocUnsafe(a),o=-1;++o<a;)s[o]=i(e,t[o],r);return s}},function(e,t,r){var n=r(2).Buffer;function i(e,t,r){for(var n,i,s=-1,o=0;++s<8;)n=t&1<<7-s?128:0,o+=(128&(i=e._cipher.encryptBlock(e._prev)[0]^n))>>s%8,e._prev=a(e._prev,r?n:i);return o}function a(e,t){var r=e.length,i=-1,a=n.allocUnsafe(e.length);for(e=n.concat([e,n.from([t])]);++i<r;)a[i]=e[i]<<1|e[i+1]>>7;return a}t.encrypt=function(e,t,r){for(var a=t.length,s=n.allocUnsafe(a),o=-1;++o<a;)s[o]=i(e,t[o],r);return s}},function(e,t,r){(function(e){var n=r(27);function i(e){return e._prev=e._cipher.encryptBlock(e._prev),e._prev}t.encrypt=function(t,r){for(;t._cache.length<r.length;)t._cache=e.concat([t._cache,i(t)]);var a=t._cache.slice(0,r.length);return t._cache=t._cache.slice(r.length),n(r,a)}}).call(this,r(3).Buffer)},function(e,t,r){var n=r(2).Buffer,i=n.alloc(16,0);function a(e){var t=n.allocUnsafe(16);return t.writeUInt32BE(e[0]>>>0,0),t.writeUInt32BE(e[1]>>>0,4),t.writeUInt32BE(e[2]>>>0,8),t.writeUInt32BE(e[3]>>>0,12),t}function s(e){this.h=e,this.state=n.alloc(16,0),this.cache=n.allocUnsafe(0)}s.prototype.ghash=function(e){for(var t=-1;++t<e.length;)this.state[t]^=e[t];this._multiply()},s.prototype._multiply=function(){for(var e,t,r,n=[(e=this.h).readUInt32BE(0),e.readUInt32BE(4),e.readUInt32BE(8),e.readUInt32BE(12)],i=[0,0,0,0],s=-1;++s<128;){for(0!=(this.state[~~(s/8)]&1<<7-s%8)&&(i[0]^=n[0],i[1]^=n[1],i[2]^=n[2],i[3]^=n[3]),r=0!=(1&n[3]),t=3;t>0;t--)n[t]=n[t]>>>1|(1&n[t-1])<<31;n[0]=n[0]>>>1,r&&(n[0]=n[0]^225<<24)}this.state=a(i)},s.prototype.update=function(e){var t;for(this.cache=n.concat([this.cache,e]);this.cache.length>=16;)t=this.cache.slice(0,16),this.cache=this.cache.slice(16),this.ghash(t)},s.prototype.final=function(e,t){return this.cache.length&&this.ghash(n.concat([this.cache,i],16)),this.ghash(a([0,e,0,t])),this.state},e.exports=s},function(e,t,r){var n=r(233),i=r(2).Buffer,a=r(50),s=r(234),o=r(12),d=r(33),u=r(34);function h(e,t,r){o.call(this),this._cache=new c,this._last=void 0,this._cipher=new d.AES(t),this._prev=i.from(r),this._mode=e,this._autopadding=!0}function c(){this.cache=i.allocUnsafe(0)}function l(e,t,r){var o=a[e.toLowerCase()];if(!o)throw new TypeError("invalid suite type");if("string"==typeof r&&(r=i.from(r)),"GCM"!==o.mode&&r.length!==o.iv)throw new TypeError("invalid iv length "+r.length);if("string"==typeof t&&(t=i.from(t)),t.length!==o.key/8)throw new TypeError("invalid key length "+t.length);return"stream"===o.type?new s(o.module,t,r,!0):"auth"===o.type?new n(o.module,t,r,!0):new h(o.module,t,r)}r(1)(h,o),h.prototype._update=function(e){var t,r;this._cache.add(e);for(var n=[];t=this._cache.get(this._autopadding);)r=this._mode.decrypt(this,t),n.push(r);return i.concat(n)},h.prototype._final=function(){var e=this._cache.flush();if(this._autopadding)return function(e){var t=e[15];if(t<1||t>16)throw new Error("unable to decrypt data");var r=-1;for(;++r<t;)if(e[r+(16-t)]!==t)throw new Error("unable to decrypt data");if(16===t)return;return e.slice(0,16-t)}(this._mode.decrypt(this,e));if(e)throw new Error("data not multiple of block length")},h.prototype.setAutoPadding=function(e){return this._autopadding=!!e,this},c.prototype.add=function(e){this.cache=i.concat([this.cache,e])},c.prototype.get=function(e){var t;if(e){if(this.cache.length>16)return t=this.cache.slice(0,16),this.cache=this.cache.slice(16),t}else if(this.cache.length>=16)return t=this.cache.slice(0,16),this.cache=this.cache.slice(16),t;return null},c.prototype.flush=function(){if(this.cache.length)return this.cache},t.createDecipher=function(e,t){var r=a[e.toLowerCase()];if(!r)throw new TypeError("invalid suite type");var n=u(t,!1,r.key,r.iv);return l(e,n.key,n.iv)},t.createDecipheriv=l},function(e,t){t["des-ecb"]={key:8,iv:0},t["des-cbc"]=t.des={key:8,iv:8},t["des-ede3-cbc"]=t.des3={key:24,iv:8},t["des-ede3"]={key:24,iv:0},t["des-ede-cbc"]={key:16,iv:8},t["des-ede"]={key:16,iv:0}},function(e,t,r){(function(e){var n=r(235),i=r(348),a=r(349);var s={binary:!0,hex:!0,base64:!0};t.DiffieHellmanGroup=t.createDiffieHellmanGroup=t.getDiffieHellman=function(t){var r=new e(i[t].prime,"hex"),n=new e(i[t].gen,"hex");return new a(r,n)},t.createDiffieHellman=t.DiffieHellman=function t(r,i,o,d){return e.isBuffer(i)||void 0===s[i]?t(r,"binary",i,o):(i=i||"binary",d=d||"binary",o=o||new e([2]),e.isBuffer(o)||(o=new e(o,d)),"number"==typeof r?new a(n(r,o),o,!0):(e.isBuffer(r)||(r=new e(r,i)),new a(r,o,!0)))}}).call(this,r(3).Buffer)},function(e,t){},function(e,t){},function(e){e.exports=JSON.parse('{"modp1":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a63a3620ffffffffffffffff"},"modp2":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece65381ffffffffffffffff"},"modp5":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca237327ffffffffffffffff"},"modp14":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aacaa68ffffffffffffffff"},"modp15":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a93ad2caffffffffffffffff"},"modp16":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c934063199ffffffffffffffff"},"modp17":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c93402849236c3fab4d27c7026c1d4dcb2602646dec9751e763dba37bdf8ff9406ad9e530ee5db382f413001aeb06a53ed9027d831179727b0865a8918da3edbebcf9b14ed44ce6cbaced4bb1bdb7f1447e6cc254b332051512bd7af426fb8f401378cd2bf5983ca01c64b92ecf032ea15d1721d03f482d7ce6e74fef6d55e702f46980c82b5a84031900b1c9e59e7c97fbec7e8f323a97a7e36cc88be0f1d45b7ff585ac54bd407b22b4154aacc8f6d7ebf48e1d814cc5ed20f8037e0a79715eef29be32806a1d58bb7c5da76f550aa3d8a1fbff0eb19ccb1a313d55cda56c9ec2ef29632387fe8d76e3c0468043e8f663f4860ee12bf2d5b0b7474d6e694f91e6dcc4024ffffffffffffffff"},"modp18":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c93402849236c3fab4d27c7026c1d4dcb2602646dec9751e763dba37bdf8ff9406ad9e530ee5db382f413001aeb06a53ed9027d831179727b0865a8918da3edbebcf9b14ed44ce6cbaced4bb1bdb7f1447e6cc254b332051512bd7af426fb8f401378cd2bf5983ca01c64b92ecf032ea15d1721d03f482d7ce6e74fef6d55e702f46980c82b5a84031900b1c9e59e7c97fbec7e8f323a97a7e36cc88be0f1d45b7ff585ac54bd407b22b4154aacc8f6d7ebf48e1d814cc5ed20f8037e0a79715eef29be32806a1d58bb7c5da76f550aa3d8a1fbff0eb19ccb1a313d55cda56c9ec2ef29632387fe8d76e3c0468043e8f663f4860ee12bf2d5b0b7474d6e694f91e6dbe115974a3926f12fee5e438777cb6a932df8cd8bec4d073b931ba3bc832b68d9dd300741fa7bf8afc47ed2576f6936ba424663aab639c5ae4f5683423b4742bf1c978238f16cbe39d652de3fdb8befc848ad922222e04a4037c0713eb57a81a23f0c73473fc646cea306b4bcbc8862f8385ddfa9d4b7fa2c087e879683303ed5bdd3a062b3cf5b3a278a66d2a13f83f44f82ddf310ee074ab6a364597e899a0255dc164f31cc50846851df9ab48195ded7ea1b1d510bd7ee74d73faf36bc31ecfa268359046f4eb879f924009438b481c6cd7889a002ed5ee382bc9190da6fc026e479558e4475677e9aa9e3050e2765694dfc81f56e880b96e7160c980dd98edd3dfffffffffffffffff"}}')},function(e,t,r){(function(t){var n=r(5),i=new(r(236)),a=new n(24),s=new n(11),o=new n(10),d=new n(3),u=new n(7),h=r(235),c=r(18);function l(e,r){return r=r||"utf8",t.isBuffer(e)||(e=new t(e,r)),this._pub=new n(e),this}function f(e,r){return r=r||"utf8",t.isBuffer(e)||(e=new t(e,r)),this._priv=new n(e),this}e.exports=p;var _={};function p(e,t,r){this.setGenerator(t),this.__prime=new n(e),this._prime=n.mont(this.__prime),this._primeLen=e.length,this._pub=void 0,this._priv=void 0,this._primeCode=void 0,r?(this.setPublicKey=l,this.setPrivateKey=f):this._primeCode=8}function m(e,r){var n=new t(e.toArray());return r?n.toString(r):n}Object.defineProperty(p.prototype,"verifyError",{enumerable:!0,get:function(){return"number"!=typeof this._primeCode&&(this._primeCode=function(e,t){var r=t.toString("hex"),n=[r,e.toString(16)].join("_");if(n in _)return _[n];var c,l=0;if(e.isEven()||!h.simpleSieve||!h.fermatTest(e)||!i.test(e))return l+=1,l+="02"===r||"05"===r?8:4,_[n]=l,l;switch(i.test(e.shrn(1))||(l+=2),r){case"02":e.mod(a).cmp(s)&&(l+=8);break;case"05":(c=e.mod(o)).cmp(d)&&c.cmp(u)&&(l+=8);break;default:l+=4}return _[n]=l,l}(this.__prime,this.__gen)),this._primeCode}}),p.prototype.generateKeys=function(){return this._priv||(this._priv=new n(c(this._primeLen))),this._pub=this._gen.toRed(this._prime).redPow(this._priv).fromRed(),this.getPublicKey()},p.prototype.computeSecret=function(e){var r=(e=(e=new n(e)).toRed(this._prime)).redPow(this._priv).fromRed(),i=new t(r.toArray()),a=this.getPrime();if(i.length<a.length){var s=new t(a.length-i.length);s.fill(0),i=t.concat([s,i])}return i},p.prototype.getPublicKey=function(e){return m(this._pub,e)},p.prototype.getPrivateKey=function(e){return m(this._priv,e)},p.prototype.getPrime=function(e){return m(this.__prime,e)},p.prototype.getGenerator=function(e){return m(this._gen,e)},p.prototype.setGenerator=function(e,r){return r=r||"utf8",t.isBuffer(e)||(e=new t(e,r)),this.__gen=e,this._gen=new n(e),this}}).call(this,r(3).Buffer)},function(e,t,r){var n=r(2).Buffer,i=r(25),a=r(351),s=r(1),o=r(359),d=r(390),u=r(222);function h(e){a.Writable.call(this);var t=u[e];if(!t)throw new Error("Unknown message digest");this._hashType=t.hash,this._hash=i(t.hash),this._tag=t.id,this._signType=t.sign}function c(e){a.Writable.call(this);var t=u[e];if(!t)throw new Error("Unknown message digest");this._hash=i(t.hash),this._tag=t.id,this._signType=t.sign}function l(e){return new h(e)}function f(e){return new c(e)}Object.keys(u).forEach((function(e){u[e].id=n.from(u[e].id,"hex"),u[e.toLowerCase()]=u[e]})),s(h,a.Writable),h.prototype._write=function(e,t,r){this._hash.update(e),r()},h.prototype.update=function(e,t){return"string"==typeof e&&(e=n.from(e,t)),this._hash.update(e),this},h.prototype.sign=function(e,t){this.end();var r=this._hash.digest(),n=o(r,e,this._hashType,this._signType,this._tag);return t?n.toString(t):n},s(c,a.Writable),c.prototype._write=function(e,t,r){this._hash.update(e),r()},c.prototype.update=function(e,t){return"string"==typeof e&&(e=n.from(e,t)),this._hash.update(e),this},c.prototype.verify=function(e,t,r){"string"==typeof t&&(t=n.from(t,r)),this.end();var i=this._hash.digest();return d(t,i,e,this._signType,this._tag)},e.exports={Sign:l,Verify:f,createSign:l,createVerify:f}},function(e,t,r){(t=e.exports=r(237)).Stream=t,t.Readable=t,t.Writable=r(241),t.Duplex=r(23),t.Transform=r(242),t.PassThrough=r(357),t.finished=r(52),t.pipeline=r(358)},function(e,t){},function(e,t,r){"use strict";function n(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function i(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function a(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}var s=r(3).Buffer,o=r(354).inspect,d=o&&o.custom||"inspect";e.exports=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.head=null,this.tail=null,this.length=0}var t,r,u;return t=e,(r=[{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,r=""+t.data;t=t.next;)r+=e+t.data;return r}},{key:"concat",value:function(e){if(0===this.length)return s.alloc(0);for(var t,r,n,i=s.allocUnsafe(e>>>0),a=this.head,o=0;a;)t=a.data,r=i,n=o,s.prototype.copy.call(t,r,n),o+=a.data.length,a=a.next;return i}},{key:"consume",value:function(e,t){var r;return e<this.head.data.length?(r=this.head.data.slice(0,e),this.head.data=this.head.data.slice(e)):r=e===this.head.data.length?this.shift():t?this._getString(e):this._getBuffer(e),r}},{key:"first",value:function(){return this.head.data}},{key:"_getString",value:function(e){var t=this.head,r=1,n=t.data;for(e-=n.length;t=t.next;){var i=t.data,a=e>i.length?i.length:e;if(a===i.length?n+=i:n+=i.slice(0,e),0==(e-=a)){a===i.length?(++r,t.next?this.head=t.next:this.head=this.tail=null):(this.head=t,t.data=i.slice(a));break}++r}return this.length-=r,n}},{key:"_getBuffer",value:function(e){var t=s.allocUnsafe(e),r=this.head,n=1;for(r.data.copy(t),e-=r.data.length;r=r.next;){var i=r.data,a=e>i.length?i.length:e;if(i.copy(t,t.length-e,0,a),0==(e-=a)){a===i.length?(++n,r.next?this.head=r.next:this.head=this.tail=null):(this.head=r,r.data=i.slice(a));break}++n}return this.length-=n,t}},{key:d,value:function(e,t){return o(this,function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?n(Object(r),!0).forEach((function(t){i(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):n(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({},t,{depth:0,customInspect:!1}))}}])&&a(t.prototype,r),u&&a(t,u),e}()},function(e,t){},function(e,t,r){"use strict";(function(t){var n;function i(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var a=r(52),s=Symbol("lastResolve"),o=Symbol("lastReject"),d=Symbol("error"),u=Symbol("ended"),h=Symbol("lastPromise"),c=Symbol("handlePromise"),l=Symbol("stream");function f(e,t){return{value:e,done:t}}function _(e){var t=e[s];if(null!==t){var r=e[l].read();null!==r&&(e[h]=null,e[s]=null,e[o]=null,t(f(r,!1)))}}function p(e){t.nextTick(_,e)}var m=Object.getPrototypeOf((function(){})),y=Object.setPrototypeOf((i(n={get stream(){return this[l]},next:function(){var e=this,r=this[d];if(null!==r)return Promise.reject(r);if(this[u])return Promise.resolve(f(void 0,!0));if(this[l].destroyed)return new Promise((function(r,n){t.nextTick((function(){e[d]?n(e[d]):r(f(void 0,!0))}))}));var n,i=this[h];if(i)n=new Promise(function(e,t){return function(r,n){e.then((function(){t[u]?r(f(void 0,!0)):t[c](r,n)}),n)}}(i,this));else{var a=this[l].read();if(null!==a)return Promise.resolve(f(a,!1));n=new Promise(this[c])}return this[h]=n,n}},Symbol.asyncIterator,(function(){return this})),i(n,"return",(function(){var e=this;return new Promise((function(t,r){e[l].destroy(null,(function(e){e?r(e):t(f(void 0,!0))}))}))})),n),m);e.exports=function(e){var t,r=Object.create(y,(i(t={},l,{value:e,writable:!0}),i(t,s,{value:null,writable:!0}),i(t,o,{value:null,writable:!0}),i(t,d,{value:null,writable:!0}),i(t,u,{value:e._readableState.endEmitted,writable:!0}),i(t,c,{value:function(e,t){var n=r[l].read();n?(r[h]=null,r[s]=null,r[o]=null,e(f(n,!1))):(r[s]=e,r[o]=t)},writable:!0}),t));return r[h]=null,a(e,(function(e){if(e&&"ERR_STREAM_PREMATURE_CLOSE"!==e.code){var t=r[o];return null!==t&&(r[h]=null,r[s]=null,r[o]=null,t(e)),void(r[d]=e)}var n=r[s];null!==n&&(r[h]=null,r[s]=null,r[o]=null,n(f(void 0,!0))),r[u]=!0})),e.on("readable",p.bind(null,r)),r}}).call(this,r(4))},function(e,t){e.exports=function(){throw new Error("Readable.from is not available in the browser")}},function(e,t,r){"use strict";e.exports=i;var n=r(242);function i(e){if(!(this instanceof i))return new i(e);n.call(this,e)}r(1)(i,n),i.prototype._transform=function(e,t,r){r(null,e)}},function(e,t,r){"use strict";var n;var i=r(22).codes,a=i.ERR_MISSING_ARGS,s=i.ERR_STREAM_DESTROYED;function o(e){if(e)throw e}function d(e,t,i,a){a=function(e){var t=!1;return function(){t||(t=!0,e.apply(void 0,arguments))}}(a);var o=!1;e.on("close",(function(){o=!0})),void 0===n&&(n=r(52)),n(e,{readable:t,writable:i},(function(e){if(e)return a(e);o=!0,a()}));var d=!1;return function(t){if(!o&&!d)return d=!0,function(e){return e.setHeader&&"function"==typeof e.abort}(e)?e.abort():"function"==typeof e.destroy?e.destroy():void a(t||new s("pipe"))}}function u(e){e()}function h(e,t){return e.pipe(t)}function c(e){return e.length?"function"!=typeof e[e.length-1]?o:e.pop():o}e.exports=function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];var n,i=c(t);if(Array.isArray(t[0])&&(t=t[0]),t.length<2)throw new a("streams");var s=t.map((function(e,r){var a=r<t.length-1;return d(e,a,r>0,(function(e){n||(n=e),e&&s.forEach(u),a||(s.forEach(u),i(n))}))}));return t.reduce(h)}},function(e,t,r){var n=r(2).Buffer,i=r(220),a=r(53),s=r(54).ec,o=r(248),d=r(36),u=r(254);function h(e,t,r,a){if((e=n.from(e.toArray())).length<t.byteLength()){var s=n.alloc(t.byteLength()-e.length);e=n.concat([s,e])}var o=r.length,d=function(e,t){e=(e=c(e,t)).mod(t);var r=n.from(e.toArray());if(r.length<t.byteLength()){var i=n.alloc(t.byteLength()-r.length);r=n.concat([i,r])}return r}(r,t),u=n.alloc(o);u.fill(1);var h=n.alloc(o);return h=i(a,h).update(u).update(n.from([0])).update(e).update(d).digest(),u=i(a,h).update(u).digest(),{k:h=i(a,h).update(u).update(n.from([1])).update(e).update(d).digest(),v:u=i(a,h).update(u).digest()}}function c(e,t){var r=new o(e),n=(e.length<<3)-t.bitLength();return n>0&&r.ishrn(n),r}function l(e,t,r){var a,s;do{for(a=n.alloc(0);8*a.length<e.bitLength();)t.v=i(r,t.k).update(t.v).digest(),a=n.concat([a,t.v]);s=c(a,e),t.k=i(r,t.k).update(t.v).update(n.from([0])).digest(),t.v=i(r,t.k).update(t.v).digest()}while(-1!==s.cmp(e));return s}function f(e,t,r,n){return e.toRed(o.mont(r)).redPow(t).fromRed().mod(n)}e.exports=function(e,t,r,i,_){var p=d(t);if(p.curve){if("ecdsa"!==i&&"ecdsa/rsa"!==i)throw new Error("wrong private key type");return function(e,t){var r=u[t.curve.join(".")];if(!r)throw new Error("unknown curve "+t.curve.join("."));var i=new s(r).keyFromPrivate(t.privateKey).sign(e);return n.from(i.toDER())}(e,p)}if("dsa"===p.type){if("dsa"!==i)throw new Error("wrong private key type");return function(e,t,r){var i,a=t.params.priv_key,s=t.params.p,d=t.params.q,u=t.params.g,_=new o(0),p=c(e,d).mod(d),m=!1,y=h(a,d,e,r);for(;!1===m;)i=l(d,y,r),_=f(u,i,s,d),0===(m=i.invm(d).imul(p.add(a.mul(_))).mod(d)).cmpn(0)&&(m=!1,_=new o(0));return function(e,t){e=e.toArray(),t=t.toArray(),128&e[0]&&(e=[0].concat(e));128&t[0]&&(t=[0].concat(t));var r=[48,e.length+t.length+4,2,e.length];return r=r.concat(e,[2,t.length],t),n.from(r)}(_,m)}(e,p,r)}if("rsa"!==i&&"ecdsa/rsa"!==i)throw new Error("wrong private key type");e=n.concat([_,e]);for(var m=p.modulus.byteLength(),y=[0,1];e.length+y.length+1<m;)y.push(255);y.push(0);for(var b=-1;++b<e.length;)y.push(e[b]);return a(y,p)},e.exports.getKey=h,e.exports.makeKey=l},function(e,t,r){(function(e){!function(e,t){"use strict";function n(e,t){if(!e)throw new Error(t||"Assertion failed")}function i(e,t){e.super_=t;var r=function(){};r.prototype=t.prototype,e.prototype=new r,e.prototype.constructor=e}function a(e,t,r){if(a.isBN(e))return e;this.negative=0,this.words=null,this.length=0,this.red=null,null!==e&&("le"!==t&&"be"!==t||(r=t,t=10),this._init(e||0,t||10,r||"be"))}var s;"object"==typeof e?e.exports=a:t.BN=a,a.BN=a,a.wordSize=26;try{s="undefined"!=typeof window&&void 0!==window.Buffer?window.Buffer:r(361).Buffer}catch(e){}function o(e,t){var r=e.charCodeAt(t);return r>=48&&r<=57?r-48:r>=65&&r<=70?r-55:r>=97&&r<=102?r-87:void n(!1,"Invalid character in "+e)}function d(e,t,r){var n=o(e,r);return r-1>=t&&(n|=o(e,r-1)<<4),n}function u(e,t,r,i){for(var a=0,s=0,o=Math.min(e.length,r),d=t;d<o;d++){var u=e.charCodeAt(d)-48;a*=i,s=u>=49?u-49+10:u>=17?u-17+10:u,n(u>=0&&s<i,"Invalid character"),a+=s}return a}function h(e,t){e.words=t.words,e.length=t.length,e.negative=t.negative,e.red=t.red}if(a.isBN=function(e){return e instanceof a||null!==e&&"object"==typeof e&&e.constructor.wordSize===a.wordSize&&Array.isArray(e.words)},a.max=function(e,t){return e.cmp(t)>0?e:t},a.min=function(e,t){return e.cmp(t)<0?e:t},a.prototype._init=function(e,t,r){if("number"==typeof e)return this._initNumber(e,t,r);if("object"==typeof e)return this._initArray(e,t,r);"hex"===t&&(t=16),n(t===(0|t)&&t>=2&&t<=36);var i=0;"-"===(e=e.toString().replace(/\s+/g,""))[0]&&(i++,this.negative=1),i<e.length&&(16===t?this._parseHex(e,i,r):(this._parseBase(e,t,i),"le"===r&&this._initArray(this.toArray(),t,r)))},a.prototype._initNumber=function(e,t,r){e<0&&(this.negative=1,e=-e),e<67108864?(this.words=[67108863&e],this.length=1):e<4503599627370496?(this.words=[67108863&e,e/67108864&67108863],this.length=2):(n(e<9007199254740992),this.words=[67108863&e,e/67108864&67108863,1],this.length=3),"le"===r&&this._initArray(this.toArray(),t,r)},a.prototype._initArray=function(e,t,r){if(n("number"==typeof e.length),e.length<=0)return this.words=[0],this.length=1,this;this.length=Math.ceil(e.length/3),this.words=new Array(this.length);for(var i=0;i<this.length;i++)this.words[i]=0;var a,s,o=0;if("be"===r)for(i=e.length-1,a=0;i>=0;i-=3)s=e[i]|e[i-1]<<8|e[i-2]<<16,this.words[a]|=s<<o&67108863,this.words[a+1]=s>>>26-o&67108863,(o+=24)>=26&&(o-=26,a++);else if("le"===r)for(i=0,a=0;i<e.length;i+=3)s=e[i]|e[i+1]<<8|e[i+2]<<16,this.words[a]|=s<<o&67108863,this.words[a+1]=s>>>26-o&67108863,(o+=24)>=26&&(o-=26,a++);return this._strip()},a.prototype._parseHex=function(e,t,r){this.length=Math.ceil((e.length-t)/6),this.words=new Array(this.length);for(var n=0;n<this.length;n++)this.words[n]=0;var i,a=0,s=0;if("be"===r)for(n=e.length-1;n>=t;n-=2)i=d(e,t,n)<<a,this.words[s]|=67108863&i,a>=18?(a-=18,s+=1,this.words[s]|=i>>>26):a+=8;else for(n=(e.length-t)%2==0?t+1:t;n<e.length;n+=2)i=d(e,t,n)<<a,this.words[s]|=67108863&i,a>=18?(a-=18,s+=1,this.words[s]|=i>>>26):a+=8;this._strip()},a.prototype._parseBase=function(e,t,r){this.words=[0],this.length=1;for(var n=0,i=1;i<=67108863;i*=t)n++;n--,i=i/t|0;for(var a=e.length-r,s=a%n,o=Math.min(a,a-s)+r,d=0,h=r;h<o;h+=n)d=u(e,h,h+n,t),this.imuln(i),this.words[0]+d<67108864?this.words[0]+=d:this._iaddn(d);if(0!==s){var c=1;for(d=u(e,h,e.length,t),h=0;h<s;h++)c*=t;this.imuln(c),this.words[0]+d<67108864?this.words[0]+=d:this._iaddn(d)}this._strip()},a.prototype.copy=function(e){e.words=new Array(this.length);for(var t=0;t<this.length;t++)e.words[t]=this.words[t];e.length=this.length,e.negative=this.negative,e.red=this.red},a.prototype._move=function(e){h(e,this)},a.prototype.clone=function(){var e=new a(null);return this.copy(e),e},a.prototype._expand=function(e){for(;this.length<e;)this.words[this.length++]=0;return this},a.prototype._strip=function(){for(;this.length>1&&0===this.words[this.length-1];)this.length--;return this._normSign()},a.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},"undefined"!=typeof Symbol&&"function"==typeof Symbol.for)try{a.prototype[Symbol.for("nodejs.util.inspect.custom")]=c}catch(e){a.prototype.inspect=c}else a.prototype.inspect=c;function c(){return(this.red?"<BN-R: ":"<BN: ")+this.toString(16)+">"}var l=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],f=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],_=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];a.prototype.toString=function(e,t){var r;if(t=0|t||1,16===(e=e||10)||"hex"===e){r="";for(var i=0,a=0,s=0;s<this.length;s++){var o=this.words[s],d=(16777215&(o<<i|a)).toString(16);a=o>>>24-i&16777215,(i+=2)>=26&&(i-=26,s--),r=0!==a||s!==this.length-1?l[6-d.length]+d+r:d+r}for(0!==a&&(r=a.toString(16)+r);r.length%t!=0;)r="0"+r;return 0!==this.negative&&(r="-"+r),r}if(e===(0|e)&&e>=2&&e<=36){var u=f[e],h=_[e];r="";var c=this.clone();for(c.negative=0;!c.isZero();){var p=c.modrn(h).toString(e);r=(c=c.idivn(h)).isZero()?p+r:l[u-p.length]+p+r}for(this.isZero()&&(r="0"+r);r.length%t!=0;)r="0"+r;return 0!==this.negative&&(r="-"+r),r}n(!1,"Base should be between 2 and 36")},a.prototype.toNumber=function(){var e=this.words[0];return 2===this.length?e+=67108864*this.words[1]:3===this.length&&1===this.words[2]?e+=4503599627370496+67108864*this.words[1]:this.length>2&&n(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-e:e},a.prototype.toJSON=function(){return this.toString(16,2)},s&&(a.prototype.toBuffer=function(e,t){return this.toArrayLike(s,e,t)}),a.prototype.toArray=function(e,t){return this.toArrayLike(Array,e,t)};function p(e,t,r){r.negative=t.negative^e.negative;var n=e.length+t.length|0;r.length=n,n=n-1|0;var i=0|e.words[0],a=0|t.words[0],s=i*a,o=67108863&s,d=s/67108864|0;r.words[0]=o;for(var u=1;u<n;u++){for(var h=d>>>26,c=67108863&d,l=Math.min(u,t.length-1),f=Math.max(0,u-e.length+1);f<=l;f++){var _=u-f|0;h+=(s=(i=0|e.words[_])*(a=0|t.words[f])+c)/67108864|0,c=67108863&s}r.words[u]=0|c,d=0|h}return 0!==d?r.words[u]=0|d:r.length--,r._strip()}a.prototype.toArrayLike=function(e,t,r){this._strip();var i=this.byteLength(),a=r||Math.max(1,i);n(i<=a,"byte array longer than desired length"),n(a>0,"Requested array length <= 0");var s=function(e,t){return e.allocUnsafe?e.allocUnsafe(t):new e(t)}(e,a);return this["_toArrayLike"+("le"===t?"LE":"BE")](s,i),s},a.prototype._toArrayLikeLE=function(e,t){for(var r=0,n=0,i=0,a=0;i<this.length;i++){var s=this.words[i]<<a|n;e[r++]=255&s,r<e.length&&(e[r++]=s>>8&255),r<e.length&&(e[r++]=s>>16&255),6===a?(r<e.length&&(e[r++]=s>>24&255),n=0,a=0):(n=s>>>24,a+=2)}if(r<e.length)for(e[r++]=n;r<e.length;)e[r++]=0},a.prototype._toArrayLikeBE=function(e,t){for(var r=e.length-1,n=0,i=0,a=0;i<this.length;i++){var s=this.words[i]<<a|n;e[r--]=255&s,r>=0&&(e[r--]=s>>8&255),r>=0&&(e[r--]=s>>16&255),6===a?(r>=0&&(e[r--]=s>>24&255),n=0,a=0):(n=s>>>24,a+=2)}if(r>=0)for(e[r--]=n;r>=0;)e[r--]=0},Math.clz32?a.prototype._countBits=function(e){return 32-Math.clz32(e)}:a.prototype._countBits=function(e){var t=e,r=0;return t>=4096&&(r+=13,t>>>=13),t>=64&&(r+=7,t>>>=7),t>=8&&(r+=4,t>>>=4),t>=2&&(r+=2,t>>>=2),r+t},a.prototype._zeroBits=function(e){if(0===e)return 26;var t=e,r=0;return 0==(8191&t)&&(r+=13,t>>>=13),0==(127&t)&&(r+=7,t>>>=7),0==(15&t)&&(r+=4,t>>>=4),0==(3&t)&&(r+=2,t>>>=2),0==(1&t)&&r++,r},a.prototype.bitLength=function(){var e=this.words[this.length-1],t=this._countBits(e);return 26*(this.length-1)+t},a.prototype.zeroBits=function(){if(this.isZero())return 0;for(var e=0,t=0;t<this.length;t++){var r=this._zeroBits(this.words[t]);if(e+=r,26!==r)break}return e},a.prototype.byteLength=function(){return Math.ceil(this.bitLength()/8)},a.prototype.toTwos=function(e){return 0!==this.negative?this.abs().inotn(e).iaddn(1):this.clone()},a.prototype.fromTwos=function(e){return this.testn(e-1)?this.notn(e).iaddn(1).ineg():this.clone()},a.prototype.isNeg=function(){return 0!==this.negative},a.prototype.neg=function(){return this.clone().ineg()},a.prototype.ineg=function(){return this.isZero()||(this.negative^=1),this},a.prototype.iuor=function(e){for(;this.length<e.length;)this.words[this.length++]=0;for(var t=0;t<e.length;t++)this.words[t]=this.words[t]|e.words[t];return this._strip()},a.prototype.ior=function(e){return n(0==(this.negative|e.negative)),this.iuor(e)},a.prototype.or=function(e){return this.length>e.length?this.clone().ior(e):e.clone().ior(this)},a.prototype.uor=function(e){return this.length>e.length?this.clone().iuor(e):e.clone().iuor(this)},a.prototype.iuand=function(e){var t;t=this.length>e.length?e:this;for(var r=0;r<t.length;r++)this.words[r]=this.words[r]&e.words[r];return this.length=t.length,this._strip()},a.prototype.iand=function(e){return n(0==(this.negative|e.negative)),this.iuand(e)},a.prototype.and=function(e){return this.length>e.length?this.clone().iand(e):e.clone().iand(this)},a.prototype.uand=function(e){return this.length>e.length?this.clone().iuand(e):e.clone().iuand(this)},a.prototype.iuxor=function(e){var t,r;this.length>e.length?(t=this,r=e):(t=e,r=this);for(var n=0;n<r.length;n++)this.words[n]=t.words[n]^r.words[n];if(this!==t)for(;n<t.length;n++)this.words[n]=t.words[n];return this.length=t.length,this._strip()},a.prototype.ixor=function(e){return n(0==(this.negative|e.negative)),this.iuxor(e)},a.prototype.xor=function(e){return this.length>e.length?this.clone().ixor(e):e.clone().ixor(this)},a.prototype.uxor=function(e){return this.length>e.length?this.clone().iuxor(e):e.clone().iuxor(this)},a.prototype.inotn=function(e){n("number"==typeof e&&e>=0);var t=0|Math.ceil(e/26),r=e%26;this._expand(t),r>0&&t--;for(var i=0;i<t;i++)this.words[i]=67108863&~this.words[i];return r>0&&(this.words[i]=~this.words[i]&67108863>>26-r),this._strip()},a.prototype.notn=function(e){return this.clone().inotn(e)},a.prototype.setn=function(e,t){n("number"==typeof e&&e>=0);var r=e/26|0,i=e%26;return this._expand(r+1),this.words[r]=t?this.words[r]|1<<i:this.words[r]&~(1<<i),this._strip()},a.prototype.iadd=function(e){var t,r,n;if(0!==this.negative&&0===e.negative)return this.negative=0,t=this.isub(e),this.negative^=1,this._normSign();if(0===this.negative&&0!==e.negative)return e.negative=0,t=this.isub(e),e.negative=1,t._normSign();this.length>e.length?(r=this,n=e):(r=e,n=this);for(var i=0,a=0;a<n.length;a++)t=(0|r.words[a])+(0|n.words[a])+i,this.words[a]=67108863&t,i=t>>>26;for(;0!==i&&a<r.length;a++)t=(0|r.words[a])+i,this.words[a]=67108863&t,i=t>>>26;if(this.length=r.length,0!==i)this.words[this.length]=i,this.length++;else if(r!==this)for(;a<r.length;a++)this.words[a]=r.words[a];return this},a.prototype.add=function(e){var t;return 0!==e.negative&&0===this.negative?(e.negative=0,t=this.sub(e),e.negative^=1,t):0===e.negative&&0!==this.negative?(this.negative=0,t=e.sub(this),this.negative=1,t):this.length>e.length?this.clone().iadd(e):e.clone().iadd(this)},a.prototype.isub=function(e){if(0!==e.negative){e.negative=0;var t=this.iadd(e);return e.negative=1,t._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(e),this.negative=1,this._normSign();var r,n,i=this.cmp(e);if(0===i)return this.negative=0,this.length=1,this.words[0]=0,this;i>0?(r=this,n=e):(r=e,n=this);for(var a=0,s=0;s<n.length;s++)a=(t=(0|r.words[s])-(0|n.words[s])+a)>>26,this.words[s]=67108863&t;for(;0!==a&&s<r.length;s++)a=(t=(0|r.words[s])+a)>>26,this.words[s]=67108863&t;if(0===a&&s<r.length&&r!==this)for(;s<r.length;s++)this.words[s]=r.words[s];return this.length=Math.max(this.length,s),r!==this&&(this.negative=1),this._strip()},a.prototype.sub=function(e){return this.clone().isub(e)};var m=function(e,t,r){var n,i,a,s=e.words,o=t.words,d=r.words,u=0,h=0|s[0],c=8191&h,l=h>>>13,f=0|s[1],_=8191&f,p=f>>>13,m=0|s[2],y=8191&m,b=m>>>13,g=0|s[3],M=8191&g,T=g>>>13,v=0|s[4],w=8191&v,L=v>>>13,S=0|s[5],E=8191&S,D=S>>>13,A=0|s[6],k=8191&A,Y=A>>>13,O=0|s[7],F=8191&O,P=O>>>13,I=0|s[8],R=8191&I,x=I>>>13,j=0|s[9],K=8191&j,H=j>>>13,N=0|o[0],C=8191&N,U=N>>>13,B=0|o[1],W=8191&B,z=B>>>13,q=0|o[2],G=8191&q,J=q>>>13,V=0|o[3],Z=8191&V,Q=V>>>13,X=0|o[4],$=8191&X,ee=X>>>13,te=0|o[5],re=8191&te,ne=te>>>13,ie=0|o[6],ae=8191&ie,se=ie>>>13,oe=0|o[7],de=8191&oe,ue=oe>>>13,he=0|o[8],ce=8191&he,le=he>>>13,fe=0|o[9],_e=8191&fe,pe=fe>>>13;r.negative=e.negative^t.negative,r.length=19;var me=(u+(n=Math.imul(c,C))|0)+((8191&(i=(i=Math.imul(c,U))+Math.imul(l,C)|0))<<13)|0;u=((a=Math.imul(l,U))+(i>>>13)|0)+(me>>>26)|0,me&=67108863,n=Math.imul(_,C),i=(i=Math.imul(_,U))+Math.imul(p,C)|0,a=Math.imul(p,U);var ye=(u+(n=n+Math.imul(c,W)|0)|0)+((8191&(i=(i=i+Math.imul(c,z)|0)+Math.imul(l,W)|0))<<13)|0;u=((a=a+Math.imul(l,z)|0)+(i>>>13)|0)+(ye>>>26)|0,ye&=67108863,n=Math.imul(y,C),i=(i=Math.imul(y,U))+Math.imul(b,C)|0,a=Math.imul(b,U),n=n+Math.imul(_,W)|0,i=(i=i+Math.imul(_,z)|0)+Math.imul(p,W)|0,a=a+Math.imul(p,z)|0;var be=(u+(n=n+Math.imul(c,G)|0)|0)+((8191&(i=(i=i+Math.imul(c,J)|0)+Math.imul(l,G)|0))<<13)|0;u=((a=a+Math.imul(l,J)|0)+(i>>>13)|0)+(be>>>26)|0,be&=67108863,n=Math.imul(M,C),i=(i=Math.imul(M,U))+Math.imul(T,C)|0,a=Math.imul(T,U),n=n+Math.imul(y,W)|0,i=(i=i+Math.imul(y,z)|0)+Math.imul(b,W)|0,a=a+Math.imul(b,z)|0,n=n+Math.imul(_,G)|0,i=(i=i+Math.imul(_,J)|0)+Math.imul(p,G)|0,a=a+Math.imul(p,J)|0;var ge=(u+(n=n+Math.imul(c,Z)|0)|0)+((8191&(i=(i=i+Math.imul(c,Q)|0)+Math.imul(l,Z)|0))<<13)|0;u=((a=a+Math.imul(l,Q)|0)+(i>>>13)|0)+(ge>>>26)|0,ge&=67108863,n=Math.imul(w,C),i=(i=Math.imul(w,U))+Math.imul(L,C)|0,a=Math.imul(L,U),n=n+Math.imul(M,W)|0,i=(i=i+Math.imul(M,z)|0)+Math.imul(T,W)|0,a=a+Math.imul(T,z)|0,n=n+Math.imul(y,G)|0,i=(i=i+Math.imul(y,J)|0)+Math.imul(b,G)|0,a=a+Math.imul(b,J)|0,n=n+Math.imul(_,Z)|0,i=(i=i+Math.imul(_,Q)|0)+Math.imul(p,Z)|0,a=a+Math.imul(p,Q)|0;var Me=(u+(n=n+Math.imul(c,$)|0)|0)+((8191&(i=(i=i+Math.imul(c,ee)|0)+Math.imul(l,$)|0))<<13)|0;u=((a=a+Math.imul(l,ee)|0)+(i>>>13)|0)+(Me>>>26)|0,Me&=67108863,n=Math.imul(E,C),i=(i=Math.imul(E,U))+Math.imul(D,C)|0,a=Math.imul(D,U),n=n+Math.imul(w,W)|0,i=(i=i+Math.imul(w,z)|0)+Math.imul(L,W)|0,a=a+Math.imul(L,z)|0,n=n+Math.imul(M,G)|0,i=(i=i+Math.imul(M,J)|0)+Math.imul(T,G)|0,a=a+Math.imul(T,J)|0,n=n+Math.imul(y,Z)|0,i=(i=i+Math.imul(y,Q)|0)+Math.imul(b,Z)|0,a=a+Math.imul(b,Q)|0,n=n+Math.imul(_,$)|0,i=(i=i+Math.imul(_,ee)|0)+Math.imul(p,$)|0,a=a+Math.imul(p,ee)|0;var Te=(u+(n=n+Math.imul(c,re)|0)|0)+((8191&(i=(i=i+Math.imul(c,ne)|0)+Math.imul(l,re)|0))<<13)|0;u=((a=a+Math.imul(l,ne)|0)+(i>>>13)|0)+(Te>>>26)|0,Te&=67108863,n=Math.imul(k,C),i=(i=Math.imul(k,U))+Math.imul(Y,C)|0,a=Math.imul(Y,U),n=n+Math.imul(E,W)|0,i=(i=i+Math.imul(E,z)|0)+Math.imul(D,W)|0,a=a+Math.imul(D,z)|0,n=n+Math.imul(w,G)|0,i=(i=i+Math.imul(w,J)|0)+Math.imul(L,G)|0,a=a+Math.imul(L,J)|0,n=n+Math.imul(M,Z)|0,i=(i=i+Math.imul(M,Q)|0)+Math.imul(T,Z)|0,a=a+Math.imul(T,Q)|0,n=n+Math.imul(y,$)|0,i=(i=i+Math.imul(y,ee)|0)+Math.imul(b,$)|0,a=a+Math.imul(b,ee)|0,n=n+Math.imul(_,re)|0,i=(i=i+Math.imul(_,ne)|0)+Math.imul(p,re)|0,a=a+Math.imul(p,ne)|0;var ve=(u+(n=n+Math.imul(c,ae)|0)|0)+((8191&(i=(i=i+Math.imul(c,se)|0)+Math.imul(l,ae)|0))<<13)|0;u=((a=a+Math.imul(l,se)|0)+(i>>>13)|0)+(ve>>>26)|0,ve&=67108863,n=Math.imul(F,C),i=(i=Math.imul(F,U))+Math.imul(P,C)|0,a=Math.imul(P,U),n=n+Math.imul(k,W)|0,i=(i=i+Math.imul(k,z)|0)+Math.imul(Y,W)|0,a=a+Math.imul(Y,z)|0,n=n+Math.imul(E,G)|0,i=(i=i+Math.imul(E,J)|0)+Math.imul(D,G)|0,a=a+Math.imul(D,J)|0,n=n+Math.imul(w,Z)|0,i=(i=i+Math.imul(w,Q)|0)+Math.imul(L,Z)|0,a=a+Math.imul(L,Q)|0,n=n+Math.imul(M,$)|0,i=(i=i+Math.imul(M,ee)|0)+Math.imul(T,$)|0,a=a+Math.imul(T,ee)|0,n=n+Math.imul(y,re)|0,i=(i=i+Math.imul(y,ne)|0)+Math.imul(b,re)|0,a=a+Math.imul(b,ne)|0,n=n+Math.imul(_,ae)|0,i=(i=i+Math.imul(_,se)|0)+Math.imul(p,ae)|0,a=a+Math.imul(p,se)|0;var we=(u+(n=n+Math.imul(c,de)|0)|0)+((8191&(i=(i=i+Math.imul(c,ue)|0)+Math.imul(l,de)|0))<<13)|0;u=((a=a+Math.imul(l,ue)|0)+(i>>>13)|0)+(we>>>26)|0,we&=67108863,n=Math.imul(R,C),i=(i=Math.imul(R,U))+Math.imul(x,C)|0,a=Math.imul(x,U),n=n+Math.imul(F,W)|0,i=(i=i+Math.imul(F,z)|0)+Math.imul(P,W)|0,a=a+Math.imul(P,z)|0,n=n+Math.imul(k,G)|0,i=(i=i+Math.imul(k,J)|0)+Math.imul(Y,G)|0,a=a+Math.imul(Y,J)|0,n=n+Math.imul(E,Z)|0,i=(i=i+Math.imul(E,Q)|0)+Math.imul(D,Z)|0,a=a+Math.imul(D,Q)|0,n=n+Math.imul(w,$)|0,i=(i=i+Math.imul(w,ee)|0)+Math.imul(L,$)|0,a=a+Math.imul(L,ee)|0,n=n+Math.imul(M,re)|0,i=(i=i+Math.imul(M,ne)|0)+Math.imul(T,re)|0,a=a+Math.imul(T,ne)|0,n=n+Math.imul(y,ae)|0,i=(i=i+Math.imul(y,se)|0)+Math.imul(b,ae)|0,a=a+Math.imul(b,se)|0,n=n+Math.imul(_,de)|0,i=(i=i+Math.imul(_,ue)|0)+Math.imul(p,de)|0,a=a+Math.imul(p,ue)|0;var Le=(u+(n=n+Math.imul(c,ce)|0)|0)+((8191&(i=(i=i+Math.imul(c,le)|0)+Math.imul(l,ce)|0))<<13)|0;u=((a=a+Math.imul(l,le)|0)+(i>>>13)|0)+(Le>>>26)|0,Le&=67108863,n=Math.imul(K,C),i=(i=Math.imul(K,U))+Math.imul(H,C)|0,a=Math.imul(H,U),n=n+Math.imul(R,W)|0,i=(i=i+Math.imul(R,z)|0)+Math.imul(x,W)|0,a=a+Math.imul(x,z)|0,n=n+Math.imul(F,G)|0,i=(i=i+Math.imul(F,J)|0)+Math.imul(P,G)|0,a=a+Math.imul(P,J)|0,n=n+Math.imul(k,Z)|0,i=(i=i+Math.imul(k,Q)|0)+Math.imul(Y,Z)|0,a=a+Math.imul(Y,Q)|0,n=n+Math.imul(E,$)|0,i=(i=i+Math.imul(E,ee)|0)+Math.imul(D,$)|0,a=a+Math.imul(D,ee)|0,n=n+Math.imul(w,re)|0,i=(i=i+Math.imul(w,ne)|0)+Math.imul(L,re)|0,a=a+Math.imul(L,ne)|0,n=n+Math.imul(M,ae)|0,i=(i=i+Math.imul(M,se)|0)+Math.imul(T,ae)|0,a=a+Math.imul(T,se)|0,n=n+Math.imul(y,de)|0,i=(i=i+Math.imul(y,ue)|0)+Math.imul(b,de)|0,a=a+Math.imul(b,ue)|0,n=n+Math.imul(_,ce)|0,i=(i=i+Math.imul(_,le)|0)+Math.imul(p,ce)|0,a=a+Math.imul(p,le)|0;var Se=(u+(n=n+Math.imul(c,_e)|0)|0)+((8191&(i=(i=i+Math.imul(c,pe)|0)+Math.imul(l,_e)|0))<<13)|0;u=((a=a+Math.imul(l,pe)|0)+(i>>>13)|0)+(Se>>>26)|0,Se&=67108863,n=Math.imul(K,W),i=(i=Math.imul(K,z))+Math.imul(H,W)|0,a=Math.imul(H,z),n=n+Math.imul(R,G)|0,i=(i=i+Math.imul(R,J)|0)+Math.imul(x,G)|0,a=a+Math.imul(x,J)|0,n=n+Math.imul(F,Z)|0,i=(i=i+Math.imul(F,Q)|0)+Math.imul(P,Z)|0,a=a+Math.imul(P,Q)|0,n=n+Math.imul(k,$)|0,i=(i=i+Math.imul(k,ee)|0)+Math.imul(Y,$)|0,a=a+Math.imul(Y,ee)|0,n=n+Math.imul(E,re)|0,i=(i=i+Math.imul(E,ne)|0)+Math.imul(D,re)|0,a=a+Math.imul(D,ne)|0,n=n+Math.imul(w,ae)|0,i=(i=i+Math.imul(w,se)|0)+Math.imul(L,ae)|0,a=a+Math.imul(L,se)|0,n=n+Math.imul(M,de)|0,i=(i=i+Math.imul(M,ue)|0)+Math.imul(T,de)|0,a=a+Math.imul(T,ue)|0,n=n+Math.imul(y,ce)|0,i=(i=i+Math.imul(y,le)|0)+Math.imul(b,ce)|0,a=a+Math.imul(b,le)|0;var Ee=(u+(n=n+Math.imul(_,_e)|0)|0)+((8191&(i=(i=i+Math.imul(_,pe)|0)+Math.imul(p,_e)|0))<<13)|0;u=((a=a+Math.imul(p,pe)|0)+(i>>>13)|0)+(Ee>>>26)|0,Ee&=67108863,n=Math.imul(K,G),i=(i=Math.imul(K,J))+Math.imul(H,G)|0,a=Math.imul(H,J),n=n+Math.imul(R,Z)|0,i=(i=i+Math.imul(R,Q)|0)+Math.imul(x,Z)|0,a=a+Math.imul(x,Q)|0,n=n+Math.imul(F,$)|0,i=(i=i+Math.imul(F,ee)|0)+Math.imul(P,$)|0,a=a+Math.imul(P,ee)|0,n=n+Math.imul(k,re)|0,i=(i=i+Math.imul(k,ne)|0)+Math.imul(Y,re)|0,a=a+Math.imul(Y,ne)|0,n=n+Math.imul(E,ae)|0,i=(i=i+Math.imul(E,se)|0)+Math.imul(D,ae)|0,a=a+Math.imul(D,se)|0,n=n+Math.imul(w,de)|0,i=(i=i+Math.imul(w,ue)|0)+Math.imul(L,de)|0,a=a+Math.imul(L,ue)|0,n=n+Math.imul(M,ce)|0,i=(i=i+Math.imul(M,le)|0)+Math.imul(T,ce)|0,a=a+Math.imul(T,le)|0;var De=(u+(n=n+Math.imul(y,_e)|0)|0)+((8191&(i=(i=i+Math.imul(y,pe)|0)+Math.imul(b,_e)|0))<<13)|0;u=((a=a+Math.imul(b,pe)|0)+(i>>>13)|0)+(De>>>26)|0,De&=67108863,n=Math.imul(K,Z),i=(i=Math.imul(K,Q))+Math.imul(H,Z)|0,a=Math.imul(H,Q),n=n+Math.imul(R,$)|0,i=(i=i+Math.imul(R,ee)|0)+Math.imul(x,$)|0,a=a+Math.imul(x,ee)|0,n=n+Math.imul(F,re)|0,i=(i=i+Math.imul(F,ne)|0)+Math.imul(P,re)|0,a=a+Math.imul(P,ne)|0,n=n+Math.imul(k,ae)|0,i=(i=i+Math.imul(k,se)|0)+Math.imul(Y,ae)|0,a=a+Math.imul(Y,se)|0,n=n+Math.imul(E,de)|0,i=(i=i+Math.imul(E,ue)|0)+Math.imul(D,de)|0,a=a+Math.imul(D,ue)|0,n=n+Math.imul(w,ce)|0,i=(i=i+Math.imul(w,le)|0)+Math.imul(L,ce)|0,a=a+Math.imul(L,le)|0;var Ae=(u+(n=n+Math.imul(M,_e)|0)|0)+((8191&(i=(i=i+Math.imul(M,pe)|0)+Math.imul(T,_e)|0))<<13)|0;u=((a=a+Math.imul(T,pe)|0)+(i>>>13)|0)+(Ae>>>26)|0,Ae&=67108863,n=Math.imul(K,$),i=(i=Math.imul(K,ee))+Math.imul(H,$)|0,a=Math.imul(H,ee),n=n+Math.imul(R,re)|0,i=(i=i+Math.imul(R,ne)|0)+Math.imul(x,re)|0,a=a+Math.imul(x,ne)|0,n=n+Math.imul(F,ae)|0,i=(i=i+Math.imul(F,se)|0)+Math.imul(P,ae)|0,a=a+Math.imul(P,se)|0,n=n+Math.imul(k,de)|0,i=(i=i+Math.imul(k,ue)|0)+Math.imul(Y,de)|0,a=a+Math.imul(Y,ue)|0,n=n+Math.imul(E,ce)|0,i=(i=i+Math.imul(E,le)|0)+Math.imul(D,ce)|0,a=a+Math.imul(D,le)|0;var ke=(u+(n=n+Math.imul(w,_e)|0)|0)+((8191&(i=(i=i+Math.imul(w,pe)|0)+Math.imul(L,_e)|0))<<13)|0;u=((a=a+Math.imul(L,pe)|0)+(i>>>13)|0)+(ke>>>26)|0,ke&=67108863,n=Math.imul(K,re),i=(i=Math.imul(K,ne))+Math.imul(H,re)|0,a=Math.imul(H,ne),n=n+Math.imul(R,ae)|0,i=(i=i+Math.imul(R,se)|0)+Math.imul(x,ae)|0,a=a+Math.imul(x,se)|0,n=n+Math.imul(F,de)|0,i=(i=i+Math.imul(F,ue)|0)+Math.imul(P,de)|0,a=a+Math.imul(P,ue)|0,n=n+Math.imul(k,ce)|0,i=(i=i+Math.imul(k,le)|0)+Math.imul(Y,ce)|0,a=a+Math.imul(Y,le)|0;var Ye=(u+(n=n+Math.imul(E,_e)|0)|0)+((8191&(i=(i=i+Math.imul(E,pe)|0)+Math.imul(D,_e)|0))<<13)|0;u=((a=a+Math.imul(D,pe)|0)+(i>>>13)|0)+(Ye>>>26)|0,Ye&=67108863,n=Math.imul(K,ae),i=(i=Math.imul(K,se))+Math.imul(H,ae)|0,a=Math.imul(H,se),n=n+Math.imul(R,de)|0,i=(i=i+Math.imul(R,ue)|0)+Math.imul(x,de)|0,a=a+Math.imul(x,ue)|0,n=n+Math.imul(F,ce)|0,i=(i=i+Math.imul(F,le)|0)+Math.imul(P,ce)|0,a=a+Math.imul(P,le)|0;var Oe=(u+(n=n+Math.imul(k,_e)|0)|0)+((8191&(i=(i=i+Math.imul(k,pe)|0)+Math.imul(Y,_e)|0))<<13)|0;u=((a=a+Math.imul(Y,pe)|0)+(i>>>13)|0)+(Oe>>>26)|0,Oe&=67108863,n=Math.imul(K,de),i=(i=Math.imul(K,ue))+Math.imul(H,de)|0,a=Math.imul(H,ue),n=n+Math.imul(R,ce)|0,i=(i=i+Math.imul(R,le)|0)+Math.imul(x,ce)|0,a=a+Math.imul(x,le)|0;var Fe=(u+(n=n+Math.imul(F,_e)|0)|0)+((8191&(i=(i=i+Math.imul(F,pe)|0)+Math.imul(P,_e)|0))<<13)|0;u=((a=a+Math.imul(P,pe)|0)+(i>>>13)|0)+(Fe>>>26)|0,Fe&=67108863,n=Math.imul(K,ce),i=(i=Math.imul(K,le))+Math.imul(H,ce)|0,a=Math.imul(H,le);var Pe=(u+(n=n+Math.imul(R,_e)|0)|0)+((8191&(i=(i=i+Math.imul(R,pe)|0)+Math.imul(x,_e)|0))<<13)|0;u=((a=a+Math.imul(x,pe)|0)+(i>>>13)|0)+(Pe>>>26)|0,Pe&=67108863;var Ie=(u+(n=Math.imul(K,_e))|0)+((8191&(i=(i=Math.imul(K,pe))+Math.imul(H,_e)|0))<<13)|0;return u=((a=Math.imul(H,pe))+(i>>>13)|0)+(Ie>>>26)|0,Ie&=67108863,d[0]=me,d[1]=ye,d[2]=be,d[3]=ge,d[4]=Me,d[5]=Te,d[6]=ve,d[7]=we,d[8]=Le,d[9]=Se,d[10]=Ee,d[11]=De,d[12]=Ae,d[13]=ke,d[14]=Ye,d[15]=Oe,d[16]=Fe,d[17]=Pe,d[18]=Ie,0!==u&&(d[19]=u,r.length++),r};function y(e,t,r){r.negative=t.negative^e.negative,r.length=e.length+t.length;for(var n=0,i=0,a=0;a<r.length-1;a++){var s=i;i=0;for(var o=67108863&n,d=Math.min(a,t.length-1),u=Math.max(0,a-e.length+1);u<=d;u++){var h=a-u,c=(0|e.words[h])*(0|t.words[u]),l=67108863&c;o=67108863&(l=l+o|0),i+=(s=(s=s+(c/67108864|0)|0)+(l>>>26)|0)>>>26,s&=67108863}r.words[a]=o,n=s,s=i}return 0!==n?r.words[a]=n:r.length--,r._strip()}function b(e,t,r){return y(e,t,r)}function g(e,t){this.x=e,this.y=t}Math.imul||(m=p),a.prototype.mulTo=function(e,t){var r=this.length+e.length;return 10===this.length&&10===e.length?m(this,e,t):r<63?p(this,e,t):r<1024?y(this,e,t):b(this,e,t)},g.prototype.makeRBT=function(e){for(var t=new Array(e),r=a.prototype._countBits(e)-1,n=0;n<e;n++)t[n]=this.revBin(n,r,e);return t},g.prototype.revBin=function(e,t,r){if(0===e||e===r-1)return e;for(var n=0,i=0;i<t;i++)n|=(1&e)<<t-i-1,e>>=1;return n},g.prototype.permute=function(e,t,r,n,i,a){for(var s=0;s<a;s++)n[s]=t[e[s]],i[s]=r[e[s]]},g.prototype.transform=function(e,t,r,n,i,a){this.permute(a,e,t,r,n,i);for(var s=1;s<i;s<<=1)for(var o=s<<1,d=Math.cos(2*Math.PI/o),u=Math.sin(2*Math.PI/o),h=0;h<i;h+=o)for(var c=d,l=u,f=0;f<s;f++){var _=r[h+f],p=n[h+f],m=r[h+f+s],y=n[h+f+s],b=c*m-l*y;y=c*y+l*m,m=b,r[h+f]=_+m,n[h+f]=p+y,r[h+f+s]=_-m,n[h+f+s]=p-y,f!==o&&(b=d*c-u*l,l=d*l+u*c,c=b)}},g.prototype.guessLen13b=function(e,t){var r=1|Math.max(t,e),n=1&r,i=0;for(r=r/2|0;r;r>>>=1)i++;return 1<<i+1+n},g.prototype.conjugate=function(e,t,r){if(!(r<=1))for(var n=0;n<r/2;n++){var i=e[n];e[n]=e[r-n-1],e[r-n-1]=i,i=t[n],t[n]=-t[r-n-1],t[r-n-1]=-i}},g.prototype.normalize13b=function(e,t){for(var r=0,n=0;n<t/2;n++){var i=8192*Math.round(e[2*n+1]/t)+Math.round(e[2*n]/t)+r;e[n]=67108863&i,r=i<67108864?0:i/67108864|0}return e},g.prototype.convert13b=function(e,t,r,i){for(var a=0,s=0;s<t;s++)a+=0|e[s],r[2*s]=8191&a,a>>>=13,r[2*s+1]=8191&a,a>>>=13;for(s=2*t;s<i;++s)r[s]=0;n(0===a),n(0==(-8192&a))},g.prototype.stub=function(e){for(var t=new Array(e),r=0;r<e;r++)t[r]=0;return t},g.prototype.mulp=function(e,t,r){var n=2*this.guessLen13b(e.length,t.length),i=this.makeRBT(n),a=this.stub(n),s=new Array(n),o=new Array(n),d=new Array(n),u=new Array(n),h=new Array(n),c=new Array(n),l=r.words;l.length=n,this.convert13b(e.words,e.length,s,n),this.convert13b(t.words,t.length,u,n),this.transform(s,a,o,d,n,i),this.transform(u,a,h,c,n,i);for(var f=0;f<n;f++){var _=o[f]*h[f]-d[f]*c[f];d[f]=o[f]*c[f]+d[f]*h[f],o[f]=_}return this.conjugate(o,d,n),this.transform(o,d,l,a,n,i),this.conjugate(l,a,n),this.normalize13b(l,n),r.negative=e.negative^t.negative,r.length=e.length+t.length,r._strip()},a.prototype.mul=function(e){var t=new a(null);return t.words=new Array(this.length+e.length),this.mulTo(e,t)},a.prototype.mulf=function(e){var t=new a(null);return t.words=new Array(this.length+e.length),b(this,e,t)},a.prototype.imul=function(e){return this.clone().mulTo(e,this)},a.prototype.imuln=function(e){var t=e<0;t&&(e=-e),n("number"==typeof e),n(e<67108864);for(var r=0,i=0;i<this.length;i++){var a=(0|this.words[i])*e,s=(67108863&a)+(67108863&r);r>>=26,r+=a/67108864|0,r+=s>>>26,this.words[i]=67108863&s}return 0!==r&&(this.words[i]=r,this.length++),t?this.ineg():this},a.prototype.muln=function(e){return this.clone().imuln(e)},a.prototype.sqr=function(){return this.mul(this)},a.prototype.isqr=function(){return this.imul(this.clone())},a.prototype.pow=function(e){var t=function(e){for(var t=new Array(e.bitLength()),r=0;r<t.length;r++){var n=r/26|0,i=r%26;t[r]=e.words[n]>>>i&1}return t}(e);if(0===t.length)return new a(1);for(var r=this,n=0;n<t.length&&0===t[n];n++,r=r.sqr());if(++n<t.length)for(var i=r.sqr();n<t.length;n++,i=i.sqr())0!==t[n]&&(r=r.mul(i));return r},a.prototype.iushln=function(e){n("number"==typeof e&&e>=0);var t,r=e%26,i=(e-r)/26,a=67108863>>>26-r<<26-r;if(0!==r){var s=0;for(t=0;t<this.length;t++){var o=this.words[t]&a,d=(0|this.words[t])-o<<r;this.words[t]=d|s,s=o>>>26-r}s&&(this.words[t]=s,this.length++)}if(0!==i){for(t=this.length-1;t>=0;t--)this.words[t+i]=this.words[t];for(t=0;t<i;t++)this.words[t]=0;this.length+=i}return this._strip()},a.prototype.ishln=function(e){return n(0===this.negative),this.iushln(e)},a.prototype.iushrn=function(e,t,r){var i;n("number"==typeof e&&e>=0),i=t?(t-t%26)/26:0;var a=e%26,s=Math.min((e-a)/26,this.length),o=67108863^67108863>>>a<<a,d=r;if(i-=s,i=Math.max(0,i),d){for(var u=0;u<s;u++)d.words[u]=this.words[u];d.length=s}if(0===s);else if(this.length>s)for(this.length-=s,u=0;u<this.length;u++)this.words[u]=this.words[u+s];else this.words[0]=0,this.length=1;var h=0;for(u=this.length-1;u>=0&&(0!==h||u>=i);u--){var c=0|this.words[u];this.words[u]=h<<26-a|c>>>a,h=c&o}return d&&0!==h&&(d.words[d.length++]=h),0===this.length&&(this.words[0]=0,this.length=1),this._strip()},a.prototype.ishrn=function(e,t,r){return n(0===this.negative),this.iushrn(e,t,r)},a.prototype.shln=function(e){return this.clone().ishln(e)},a.prototype.ushln=function(e){return this.clone().iushln(e)},a.prototype.shrn=function(e){return this.clone().ishrn(e)},a.prototype.ushrn=function(e){return this.clone().iushrn(e)},a.prototype.testn=function(e){n("number"==typeof e&&e>=0);var t=e%26,r=(e-t)/26,i=1<<t;return!(this.length<=r)&&!!(this.words[r]&i)},a.prototype.imaskn=function(e){n("number"==typeof e&&e>=0);var t=e%26,r=(e-t)/26;if(n(0===this.negative,"imaskn works only with positive numbers"),this.length<=r)return this;if(0!==t&&r++,this.length=Math.min(r,this.length),0!==t){var i=67108863^67108863>>>t<<t;this.words[this.length-1]&=i}return this._strip()},a.prototype.maskn=function(e){return this.clone().imaskn(e)},a.prototype.iaddn=function(e){return n("number"==typeof e),n(e<67108864),e<0?this.isubn(-e):0!==this.negative?1===this.length&&(0|this.words[0])<=e?(this.words[0]=e-(0|this.words[0]),this.negative=0,this):(this.negative=0,this.isubn(e),this.negative=1,this):this._iaddn(e)},a.prototype._iaddn=function(e){this.words[0]+=e;for(var t=0;t<this.length&&this.words[t]>=67108864;t++)this.words[t]-=67108864,t===this.length-1?this.words[t+1]=1:this.words[t+1]++;return this.length=Math.max(this.length,t+1),this},a.prototype.isubn=function(e){if(n("number"==typeof e),n(e<67108864),e<0)return this.iaddn(-e);if(0!==this.negative)return this.negative=0,this.iaddn(e),this.negative=1,this;if(this.words[0]-=e,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var t=0;t<this.length&&this.words[t]<0;t++)this.words[t]+=67108864,this.words[t+1]-=1;return this._strip()},a.prototype.addn=function(e){return this.clone().iaddn(e)},a.prototype.subn=function(e){return this.clone().isubn(e)},a.prototype.iabs=function(){return this.negative=0,this},a.prototype.abs=function(){return this.clone().iabs()},a.prototype._ishlnsubmul=function(e,t,r){var i,a,s=e.length+r;this._expand(s);var o=0;for(i=0;i<e.length;i++){a=(0|this.words[i+r])+o;var d=(0|e.words[i])*t;o=((a-=67108863&d)>>26)-(d/67108864|0),this.words[i+r]=67108863&a}for(;i<this.length-r;i++)o=(a=(0|this.words[i+r])+o)>>26,this.words[i+r]=67108863&a;if(0===o)return this._strip();for(n(-1===o),o=0,i=0;i<this.length;i++)o=(a=-(0|this.words[i])+o)>>26,this.words[i]=67108863&a;return this.negative=1,this._strip()},a.prototype._wordDiv=function(e,t){var r=(this.length,e.length),n=this.clone(),i=e,s=0|i.words[i.length-1];0!==(r=26-this._countBits(s))&&(i=i.ushln(r),n.iushln(r),s=0|i.words[i.length-1]);var o,d=n.length-i.length;if("mod"!==t){(o=new a(null)).length=d+1,o.words=new Array(o.length);for(var u=0;u<o.length;u++)o.words[u]=0}var h=n.clone()._ishlnsubmul(i,1,d);0===h.negative&&(n=h,o&&(o.words[d]=1));for(var c=d-1;c>=0;c--){var l=67108864*(0|n.words[i.length+c])+(0|n.words[i.length+c-1]);for(l=Math.min(l/s|0,67108863),n._ishlnsubmul(i,l,c);0!==n.negative;)l--,n.negative=0,n._ishlnsubmul(i,1,c),n.isZero()||(n.negative^=1);o&&(o.words[c]=l)}return o&&o._strip(),n._strip(),"div"!==t&&0!==r&&n.iushrn(r),{div:o||null,mod:n}},a.prototype.divmod=function(e,t,r){return n(!e.isZero()),this.isZero()?{div:new a(0),mod:new a(0)}:0!==this.negative&&0===e.negative?(o=this.neg().divmod(e,t),"mod"!==t&&(i=o.div.neg()),"div"!==t&&(s=o.mod.neg(),r&&0!==s.negative&&s.iadd(e)),{div:i,mod:s}):0===this.negative&&0!==e.negative?(o=this.divmod(e.neg(),t),"mod"!==t&&(i=o.div.neg()),{div:i,mod:o.mod}):0!=(this.negative&e.negative)?(o=this.neg().divmod(e.neg(),t),"div"!==t&&(s=o.mod.neg(),r&&0!==s.negative&&s.isub(e)),{div:o.div,mod:s}):e.length>this.length||this.cmp(e)<0?{div:new a(0),mod:this}:1===e.length?"div"===t?{div:this.divn(e.words[0]),mod:null}:"mod"===t?{div:null,mod:new a(this.modrn(e.words[0]))}:{div:this.divn(e.words[0]),mod:new a(this.modrn(e.words[0]))}:this._wordDiv(e,t);var i,s,o},a.prototype.div=function(e){return this.divmod(e,"div",!1).div},a.prototype.mod=function(e){return this.divmod(e,"mod",!1).mod},a.prototype.umod=function(e){return this.divmod(e,"mod",!0).mod},a.prototype.divRound=function(e){var t=this.divmod(e);if(t.mod.isZero())return t.div;var r=0!==t.div.negative?t.mod.isub(e):t.mod,n=e.ushrn(1),i=e.andln(1),a=r.cmp(n);return a<0||1===i&&0===a?t.div:0!==t.div.negative?t.div.isubn(1):t.div.iaddn(1)},a.prototype.modrn=function(e){var t=e<0;t&&(e=-e),n(e<=67108863);for(var r=(1<<26)%e,i=0,a=this.length-1;a>=0;a--)i=(r*i+(0|this.words[a]))%e;return t?-i:i},a.prototype.modn=function(e){return this.modrn(e)},a.prototype.idivn=function(e){var t=e<0;t&&(e=-e),n(e<=67108863);for(var r=0,i=this.length-1;i>=0;i--){var a=(0|this.words[i])+67108864*r;this.words[i]=a/e|0,r=a%e}return this._strip(),t?this.ineg():this},a.prototype.divn=function(e){return this.clone().idivn(e)},a.prototype.egcd=function(e){n(0===e.negative),n(!e.isZero());var t=this,r=e.clone();t=0!==t.negative?t.umod(e):t.clone();for(var i=new a(1),s=new a(0),o=new a(0),d=new a(1),u=0;t.isEven()&&r.isEven();)t.iushrn(1),r.iushrn(1),++u;for(var h=r.clone(),c=t.clone();!t.isZero();){for(var l=0,f=1;0==(t.words[0]&f)&&l<26;++l,f<<=1);if(l>0)for(t.iushrn(l);l-- >0;)(i.isOdd()||s.isOdd())&&(i.iadd(h),s.isub(c)),i.iushrn(1),s.iushrn(1);for(var _=0,p=1;0==(r.words[0]&p)&&_<26;++_,p<<=1);if(_>0)for(r.iushrn(_);_-- >0;)(o.isOdd()||d.isOdd())&&(o.iadd(h),d.isub(c)),o.iushrn(1),d.iushrn(1);t.cmp(r)>=0?(t.isub(r),i.isub(o),s.isub(d)):(r.isub(t),o.isub(i),d.isub(s))}return{a:o,b:d,gcd:r.iushln(u)}},a.prototype._invmp=function(e){n(0===e.negative),n(!e.isZero());var t=this,r=e.clone();t=0!==t.negative?t.umod(e):t.clone();for(var i,s=new a(1),o=new a(0),d=r.clone();t.cmpn(1)>0&&r.cmpn(1)>0;){for(var u=0,h=1;0==(t.words[0]&h)&&u<26;++u,h<<=1);if(u>0)for(t.iushrn(u);u-- >0;)s.isOdd()&&s.iadd(d),s.iushrn(1);for(var c=0,l=1;0==(r.words[0]&l)&&c<26;++c,l<<=1);if(c>0)for(r.iushrn(c);c-- >0;)o.isOdd()&&o.iadd(d),o.iushrn(1);t.cmp(r)>=0?(t.isub(r),s.isub(o)):(r.isub(t),o.isub(s))}return(i=0===t.cmpn(1)?s:o).cmpn(0)<0&&i.iadd(e),i},a.prototype.gcd=function(e){if(this.isZero())return e.abs();if(e.isZero())return this.abs();var t=this.clone(),r=e.clone();t.negative=0,r.negative=0;for(var n=0;t.isEven()&&r.isEven();n++)t.iushrn(1),r.iushrn(1);for(;;){for(;t.isEven();)t.iushrn(1);for(;r.isEven();)r.iushrn(1);var i=t.cmp(r);if(i<0){var a=t;t=r,r=a}else if(0===i||0===r.cmpn(1))break;t.isub(r)}return r.iushln(n)},a.prototype.invm=function(e){return this.egcd(e).a.umod(e)},a.prototype.isEven=function(){return 0==(1&this.words[0])},a.prototype.isOdd=function(){return 1==(1&this.words[0])},a.prototype.andln=function(e){return this.words[0]&e},a.prototype.bincn=function(e){n("number"==typeof e);var t=e%26,r=(e-t)/26,i=1<<t;if(this.length<=r)return this._expand(r+1),this.words[r]|=i,this;for(var a=i,s=r;0!==a&&s<this.length;s++){var o=0|this.words[s];a=(o+=a)>>>26,o&=67108863,this.words[s]=o}return 0!==a&&(this.words[s]=a,this.length++),this},a.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},a.prototype.cmpn=function(e){var t,r=e<0;if(0!==this.negative&&!r)return-1;if(0===this.negative&&r)return 1;if(this._strip(),this.length>1)t=1;else{r&&(e=-e),n(e<=67108863,"Number is too big");var i=0|this.words[0];t=i===e?0:i<e?-1:1}return 0!==this.negative?0|-t:t},a.prototype.cmp=function(e){if(0!==this.negative&&0===e.negative)return-1;if(0===this.negative&&0!==e.negative)return 1;var t=this.ucmp(e);return 0!==this.negative?0|-t:t},a.prototype.ucmp=function(e){if(this.length>e.length)return 1;if(this.length<e.length)return-1;for(var t=0,r=this.length-1;r>=0;r--){var n=0|this.words[r],i=0|e.words[r];if(n!==i){n<i?t=-1:n>i&&(t=1);break}}return t},a.prototype.gtn=function(e){return 1===this.cmpn(e)},a.prototype.gt=function(e){return 1===this.cmp(e)},a.prototype.gten=function(e){return this.cmpn(e)>=0},a.prototype.gte=function(e){return this.cmp(e)>=0},a.prototype.ltn=function(e){return-1===this.cmpn(e)},a.prototype.lt=function(e){return-1===this.cmp(e)},a.prototype.lten=function(e){return this.cmpn(e)<=0},a.prototype.lte=function(e){return this.cmp(e)<=0},a.prototype.eqn=function(e){return 0===this.cmpn(e)},a.prototype.eq=function(e){return 0===this.cmp(e)},a.red=function(e){return new E(e)},a.prototype.toRed=function(e){return n(!this.red,"Already a number in reduction context"),n(0===this.negative,"red works only with positives"),e.convertTo(this)._forceRed(e)},a.prototype.fromRed=function(){return n(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},a.prototype._forceRed=function(e){return this.red=e,this},a.prototype.forceRed=function(e){return n(!this.red,"Already a number in reduction context"),this._forceRed(e)},a.prototype.redAdd=function(e){return n(this.red,"redAdd works only with red numbers"),this.red.add(this,e)},a.prototype.redIAdd=function(e){return n(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,e)},a.prototype.redSub=function(e){return n(this.red,"redSub works only with red numbers"),this.red.sub(this,e)},a.prototype.redISub=function(e){return n(this.red,"redISub works only with red numbers"),this.red.isub(this,e)},a.prototype.redShl=function(e){return n(this.red,"redShl works only with red numbers"),this.red.shl(this,e)},a.prototype.redMul=function(e){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,e),this.red.mul(this,e)},a.prototype.redIMul=function(e){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,e),this.red.imul(this,e)},a.prototype.redSqr=function(){return n(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},a.prototype.redISqr=function(){return n(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},a.prototype.redSqrt=function(){return n(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},a.prototype.redInvm=function(){return n(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},a.prototype.redNeg=function(){return n(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},a.prototype.redPow=function(e){return n(this.red&&!e.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,e)};var M={k256:null,p224:null,p192:null,p25519:null};function T(e,t){this.name=e,this.p=new a(t,16),this.n=this.p.bitLength(),this.k=new a(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function v(){T.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function w(){T.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function L(){T.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function S(){T.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function E(e){if("string"==typeof e){var t=a._prime(e);this.m=t.p,this.prime=t}else n(e.gtn(1),"modulus must be greater than 1"),this.m=e,this.prime=null}function D(e){E.call(this,e),this.shift=this.m.bitLength(),this.shift%26!=0&&(this.shift+=26-this.shift%26),this.r=new a(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}T.prototype._tmp=function(){var e=new a(null);return e.words=new Array(Math.ceil(this.n/13)),e},T.prototype.ireduce=function(e){var t,r=e;do{this.split(r,this.tmp),t=(r=(r=this.imulK(r)).iadd(this.tmp)).bitLength()}while(t>this.n);var n=t<this.n?-1:r.ucmp(this.p);return 0===n?(r.words[0]=0,r.length=1):n>0?r.isub(this.p):void 0!==r.strip?r.strip():r._strip(),r},T.prototype.split=function(e,t){e.iushrn(this.n,0,t)},T.prototype.imulK=function(e){return e.imul(this.k)},i(v,T),v.prototype.split=function(e,t){for(var r=Math.min(e.length,9),n=0;n<r;n++)t.words[n]=e.words[n];if(t.length=r,e.length<=9)return e.words[0]=0,void(e.length=1);var i=e.words[9];for(t.words[t.length++]=4194303&i,n=10;n<e.length;n++){var a=0|e.words[n];e.words[n-10]=(4194303&a)<<4|i>>>22,i=a}i>>>=22,e.words[n-10]=i,0===i&&e.length>10?e.length-=10:e.length-=9},v.prototype.imulK=function(e){e.words[e.length]=0,e.words[e.length+1]=0,e.length+=2;for(var t=0,r=0;r<e.length;r++){var n=0|e.words[r];t+=977*n,e.words[r]=67108863&t,t=64*n+(t/67108864|0)}return 0===e.words[e.length-1]&&(e.length--,0===e.words[e.length-1]&&e.length--),e},i(w,T),i(L,T),i(S,T),S.prototype.imulK=function(e){for(var t=0,r=0;r<e.length;r++){var n=19*(0|e.words[r])+t,i=67108863&n;n>>>=26,e.words[r]=i,t=n}return 0!==t&&(e.words[e.length++]=t),e},a._prime=function(e){if(M[e])return M[e];var t;if("k256"===e)t=new v;else if("p224"===e)t=new w;else if("p192"===e)t=new L;else{if("p25519"!==e)throw new Error("Unknown prime "+e);t=new S}return M[e]=t,t},E.prototype._verify1=function(e){n(0===e.negative,"red works only with positives"),n(e.red,"red works only with red numbers")},E.prototype._verify2=function(e,t){n(0==(e.negative|t.negative),"red works only with positives"),n(e.red&&e.red===t.red,"red works only with red numbers")},E.prototype.imod=function(e){return this.prime?this.prime.ireduce(e)._forceRed(this):(h(e,e.umod(this.m)._forceRed(this)),e)},E.prototype.neg=function(e){return e.isZero()?e.clone():this.m.sub(e)._forceRed(this)},E.prototype.add=function(e,t){this._verify2(e,t);var r=e.add(t);return r.cmp(this.m)>=0&&r.isub(this.m),r._forceRed(this)},E.prototype.iadd=function(e,t){this._verify2(e,t);var r=e.iadd(t);return r.cmp(this.m)>=0&&r.isub(this.m),r},E.prototype.sub=function(e,t){this._verify2(e,t);var r=e.sub(t);return r.cmpn(0)<0&&r.iadd(this.m),r._forceRed(this)},E.prototype.isub=function(e,t){this._verify2(e,t);var r=e.isub(t);return r.cmpn(0)<0&&r.iadd(this.m),r},E.prototype.shl=function(e,t){return this._verify1(e),this.imod(e.ushln(t))},E.prototype.imul=function(e,t){return this._verify2(e,t),this.imod(e.imul(t))},E.prototype.mul=function(e,t){return this._verify2(e,t),this.imod(e.mul(t))},E.prototype.isqr=function(e){return this.imul(e,e.clone())},E.prototype.sqr=function(e){return this.mul(e,e)},E.prototype.sqrt=function(e){if(e.isZero())return e.clone();var t=this.m.andln(3);if(n(t%2==1),3===t){var r=this.m.add(new a(1)).iushrn(2);return this.pow(e,r)}for(var i=this.m.subn(1),s=0;!i.isZero()&&0===i.andln(1);)s++,i.iushrn(1);n(!i.isZero());var o=new a(1).toRed(this),d=o.redNeg(),u=this.m.subn(1).iushrn(1),h=this.m.bitLength();for(h=new a(2*h*h).toRed(this);0!==this.pow(h,u).cmp(d);)h.redIAdd(d);for(var c=this.pow(h,i),l=this.pow(e,i.addn(1).iushrn(1)),f=this.pow(e,i),_=s;0!==f.cmp(o);){for(var p=f,m=0;0!==p.cmp(o);m++)p=p.redSqr();n(m<_);var y=this.pow(c,new a(1).iushln(_-m-1));l=l.redMul(y),c=y.redSqr(),f=f.redMul(c),_=m}return l},E.prototype.invm=function(e){var t=e._invmp(this.m);return 0!==t.negative?(t.negative=0,this.imod(t).redNeg()):this.imod(t)},E.prototype.pow=function(e,t){if(t.isZero())return new a(1).toRed(this);if(0===t.cmpn(1))return e.clone();var r=new Array(16);r[0]=new a(1).toRed(this),r[1]=e;for(var n=2;n<r.length;n++)r[n]=this.mul(r[n-1],e);var i=r[0],s=0,o=0,d=t.bitLength()%26;for(0===d&&(d=26),n=t.length-1;n>=0;n--){for(var u=t.words[n],h=d-1;h>=0;h--){var c=u>>h&1;i!==r[0]&&(i=this.sqr(i)),0!==c||0!==s?(s<<=1,s|=c,(4===++o||0===n&&0===h)&&(i=this.mul(i,r[s]),o=0,s=0)):o=0}d=26}return i},E.prototype.convertTo=function(e){var t=e.umod(this.m);return t===e?t.clone():t},E.prototype.convertFrom=function(e){var t=e.clone();return t.red=null,t},a.mont=function(e){return new D(e)},i(D,E),D.prototype.convertTo=function(e){return this.imod(e.ushln(this.shift))},D.prototype.convertFrom=function(e){var t=this.imod(e.mul(this.rinv));return t.red=null,t},D.prototype.imul=function(e,t){if(e.isZero()||t.isZero())return e.words[0]=0,e.length=1,e;var r=e.imul(t),n=r.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),i=r.isub(n).iushrn(this.shift),a=i;return i.cmp(this.m)>=0?a=i.isub(this.m):i.cmpn(0)<0&&(a=i.iadd(this.m)),a._forceRed(this)},D.prototype.mul=function(e,t){if(e.isZero()||t.isZero())return new a(0)._forceRed(this);var r=e.mul(t),n=r.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),i=r.isub(n).iushrn(this.shift),s=i;return i.cmp(this.m)>=0?s=i.isub(this.m):i.cmpn(0)<0&&(s=i.iadd(this.m)),s._forceRed(this)},D.prototype.invm=function(e){return this.imod(e._invmp(this.m).mul(this.r2))._forceRed(this)}}(e,this)}).call(this,r(30)(e))},function(e,t){},function(e){e.exports=JSON.parse('{"name":"elliptic","version":"6.5.4","description":"EC cryptography","main":"lib/elliptic.js","files":["lib"],"scripts":{"lint":"eslint lib test","lint:fix":"npm run lint -- --fix","unit":"istanbul test _mocha --reporter=spec test/index.js","test":"npm run lint && npm run unit","version":"grunt dist && git add dist/"},"repository":{"type":"git","url":"git@github.com:indutny/elliptic"},"keywords":["EC","Elliptic","curve","Cryptography"],"author":"Fedor Indutny <fedor@indutny.com>","license":"MIT","bugs":{"url":"https://github.com/indutny/elliptic/issues"},"homepage":"https://github.com/indutny/elliptic","devDependencies":{"brfs":"^2.0.2","coveralls":"^3.1.0","eslint":"^7.6.0","grunt":"^1.2.1","grunt-browserify":"^5.3.0","grunt-cli":"^1.3.2","grunt-contrib-connect":"^3.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-uglify":"^5.0.0","grunt-mocha-istanbul":"^5.0.2","grunt-saucelabs":"^9.0.1","istanbul":"^0.4.5","mocha":"^8.0.1"},"dependencies":{"bn.js":"^4.11.9","brorand":"^1.1.0","hash.js":"^1.0.0","hmac-drbg":"^1.0.1","inherits":"^2.0.4","minimalistic-assert":"^1.0.1","minimalistic-crypto-utils":"^1.0.1"}}')},function(e,t,r){"use strict";var n=r(9),i=r(5),a=r(1),s=r(35),o=n.assert;function d(e){s.call(this,"short",e),this.a=new i(e.a,16).toRed(this.red),this.b=new i(e.b,16).toRed(this.red),this.tinv=this.two.redInvm(),this.zeroA=0===this.a.fromRed().cmpn(0),this.threeA=0===this.a.fromRed().sub(this.p).cmpn(-3),this.endo=this._getEndomorphism(e),this._endoWnafT1=new Array(4),this._endoWnafT2=new Array(4)}function u(e,t,r,n){s.BasePoint.call(this,e,"affine"),null===t&&null===r?(this.x=null,this.y=null,this.inf=!0):(this.x=new i(t,16),this.y=new i(r,16),n&&(this.x.forceRed(this.curve.red),this.y.forceRed(this.curve.red)),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.y.red||(this.y=this.y.toRed(this.curve.red)),this.inf=!1)}function h(e,t,r,n){s.BasePoint.call(this,e,"jacobian"),null===t&&null===r&&null===n?(this.x=this.curve.one,this.y=this.curve.one,this.z=new i(0)):(this.x=new i(t,16),this.y=new i(r,16),this.z=new i(n,16)),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.y.red||(this.y=this.y.toRed(this.curve.red)),this.z.red||(this.z=this.z.toRed(this.curve.red)),this.zOne=this.z===this.curve.one}a(d,s),e.exports=d,d.prototype._getEndomorphism=function(e){if(this.zeroA&&this.g&&this.n&&1===this.p.modn(3)){var t,r;if(e.beta)t=new i(e.beta,16).toRed(this.red);else{var n=this._getEndoRoots(this.p);t=(t=n[0].cmp(n[1])<0?n[0]:n[1]).toRed(this.red)}if(e.lambda)r=new i(e.lambda,16);else{var a=this._getEndoRoots(this.n);0===this.g.mul(a[0]).x.cmp(this.g.x.redMul(t))?r=a[0]:(r=a[1],o(0===this.g.mul(r).x.cmp(this.g.x.redMul(t))))}return{beta:t,lambda:r,basis:e.basis?e.basis.map((function(e){return{a:new i(e.a,16),b:new i(e.b,16)}})):this._getEndoBasis(r)}}},d.prototype._getEndoRoots=function(e){var t=e===this.p?this.red:i.mont(e),r=new i(2).toRed(t).redInvm(),n=r.redNeg(),a=new i(3).toRed(t).redNeg().redSqrt().redMul(r);return[n.redAdd(a).fromRed(),n.redSub(a).fromRed()]},d.prototype._getEndoBasis=function(e){for(var t,r,n,a,s,o,d,u,h,c=this.n.ushrn(Math.floor(this.n.bitLength()/2)),l=e,f=this.n.clone(),_=new i(1),p=new i(0),m=new i(0),y=new i(1),b=0;0!==l.cmpn(0);){var g=f.div(l);u=f.sub(g.mul(l)),h=m.sub(g.mul(_));var M=y.sub(g.mul(p));if(!n&&u.cmp(c)<0)t=d.neg(),r=_,n=u.neg(),a=h;else if(n&&2==++b)break;d=u,f=l,l=u,m=_,_=h,y=p,p=M}s=u.neg(),o=h;var T=n.sqr().add(a.sqr());return s.sqr().add(o.sqr()).cmp(T)>=0&&(s=t,o=r),n.negative&&(n=n.neg(),a=a.neg()),s.negative&&(s=s.neg(),o=o.neg()),[{a:n,b:a},{a:s,b:o}]},d.prototype._endoSplit=function(e){var t=this.endo.basis,r=t[0],n=t[1],i=n.b.mul(e).divRound(this.n),a=r.b.neg().mul(e).divRound(this.n),s=i.mul(r.a),o=a.mul(n.a),d=i.mul(r.b),u=a.mul(n.b);return{k1:e.sub(s).sub(o),k2:d.add(u).neg()}},d.prototype.pointFromX=function(e,t){(e=new i(e,16)).red||(e=e.toRed(this.red));var r=e.redSqr().redMul(e).redIAdd(e.redMul(this.a)).redIAdd(this.b),n=r.redSqrt();if(0!==n.redSqr().redSub(r).cmp(this.zero))throw new Error("invalid point");var a=n.fromRed().isOdd();return(t&&!a||!t&&a)&&(n=n.redNeg()),this.point(e,n)},d.prototype.validate=function(e){if(e.inf)return!0;var t=e.x,r=e.y,n=this.a.redMul(t),i=t.redSqr().redMul(t).redIAdd(n).redIAdd(this.b);return 0===r.redSqr().redISub(i).cmpn(0)},d.prototype._endoWnafMulAdd=function(e,t,r){for(var n=this._endoWnafT1,i=this._endoWnafT2,a=0;a<e.length;a++){var s=this._endoSplit(t[a]),o=e[a],d=o._getBeta();s.k1.negative&&(s.k1.ineg(),o=o.neg(!0)),s.k2.negative&&(s.k2.ineg(),d=d.neg(!0)),n[2*a]=o,n[2*a+1]=d,i[2*a]=s.k1,i[2*a+1]=s.k2}for(var u=this._wnafMulAdd(1,n,i,2*a,r),h=0;h<2*a;h++)n[h]=null,i[h]=null;return u},a(u,s.BasePoint),d.prototype.point=function(e,t,r){return new u(this,e,t,r)},d.prototype.pointFromJSON=function(e,t){return u.fromJSON(this,e,t)},u.prototype._getBeta=function(){if(this.curve.endo){var e=this.precomputed;if(e&&e.beta)return e.beta;var t=this.curve.point(this.x.redMul(this.curve.endo.beta),this.y);if(e){var r=this.curve,n=function(e){return r.point(e.x.redMul(r.endo.beta),e.y)};e.beta=t,t.precomputed={beta:null,naf:e.naf&&{wnd:e.naf.wnd,points:e.naf.points.map(n)},doubles:e.doubles&&{step:e.doubles.step,points:e.doubles.points.map(n)}}}return t}},u.prototype.toJSON=function(){return this.precomputed?[this.x,this.y,this.precomputed&&{doubles:this.precomputed.doubles&&{step:this.precomputed.doubles.step,points:this.precomputed.doubles.points.slice(1)},naf:this.precomputed.naf&&{wnd:this.precomputed.naf.wnd,points:this.precomputed.naf.points.slice(1)}}]:[this.x,this.y]},u.fromJSON=function(e,t,r){"string"==typeof t&&(t=JSON.parse(t));var n=e.point(t[0],t[1],r);if(!t[2])return n;function i(t){return e.point(t[0],t[1],r)}var a=t[2];return n.precomputed={beta:null,doubles:a.doubles&&{step:a.doubles.step,points:[n].concat(a.doubles.points.map(i))},naf:a.naf&&{wnd:a.naf.wnd,points:[n].concat(a.naf.points.map(i))}},n},u.prototype.inspect=function(){return this.isInfinity()?"<EC Point Infinity>":"<EC Point x: "+this.x.fromRed().toString(16,2)+" y: "+this.y.fromRed().toString(16,2)+">"},u.prototype.isInfinity=function(){return this.inf},u.prototype.add=function(e){if(this.inf)return e;if(e.inf)return this;if(this.eq(e))return this.dbl();if(this.neg().eq(e))return this.curve.point(null,null);if(0===this.x.cmp(e.x))return this.curve.point(null,null);var t=this.y.redSub(e.y);0!==t.cmpn(0)&&(t=t.redMul(this.x.redSub(e.x).redInvm()));var r=t.redSqr().redISub(this.x).redISub(e.x),n=t.redMul(this.x.redSub(r)).redISub(this.y);return this.curve.point(r,n)},u.prototype.dbl=function(){if(this.inf)return this;var e=this.y.redAdd(this.y);if(0===e.cmpn(0))return this.curve.point(null,null);var t=this.curve.a,r=this.x.redSqr(),n=e.redInvm(),i=r.redAdd(r).redIAdd(r).redIAdd(t).redMul(n),a=i.redSqr().redISub(this.x.redAdd(this.x)),s=i.redMul(this.x.redSub(a)).redISub(this.y);return this.curve.point(a,s)},u.prototype.getX=function(){return this.x.fromRed()},u.prototype.getY=function(){return this.y.fromRed()},u.prototype.mul=function(e){return e=new i(e,16),this.isInfinity()?this:this._hasDoubles(e)?this.curve._fixedNafMul(this,e):this.curve.endo?this.curve._endoWnafMulAdd([this],[e]):this.curve._wnafMul(this,e)},u.prototype.mulAdd=function(e,t,r){var n=[this,t],i=[e,r];return this.curve.endo?this.curve._endoWnafMulAdd(n,i):this.curve._wnafMulAdd(1,n,i,2)},u.prototype.jmulAdd=function(e,t,r){var n=[this,t],i=[e,r];return this.curve.endo?this.curve._endoWnafMulAdd(n,i,!0):this.curve._wnafMulAdd(1,n,i,2,!0)},u.prototype.eq=function(e){return this===e||this.inf===e.inf&&(this.inf||0===this.x.cmp(e.x)&&0===this.y.cmp(e.y))},u.prototype.neg=function(e){if(this.inf)return this;var t=this.curve.point(this.x,this.y.redNeg());if(e&&this.precomputed){var r=this.precomputed,n=function(e){return e.neg()};t.precomputed={naf:r.naf&&{wnd:r.naf.wnd,points:r.naf.points.map(n)},doubles:r.doubles&&{step:r.doubles.step,points:r.doubles.points.map(n)}}}return t},u.prototype.toJ=function(){return this.inf?this.curve.jpoint(null,null,null):this.curve.jpoint(this.x,this.y,this.curve.one)},a(h,s.BasePoint),d.prototype.jpoint=function(e,t,r){return new h(this,e,t,r)},h.prototype.toP=function(){if(this.isInfinity())return this.curve.point(null,null);var e=this.z.redInvm(),t=e.redSqr(),r=this.x.redMul(t),n=this.y.redMul(t).redMul(e);return this.curve.point(r,n)},h.prototype.neg=function(){return this.curve.jpoint(this.x,this.y.redNeg(),this.z)},h.prototype.add=function(e){if(this.isInfinity())return e;if(e.isInfinity())return this;var t=e.z.redSqr(),r=this.z.redSqr(),n=this.x.redMul(t),i=e.x.redMul(r),a=this.y.redMul(t.redMul(e.z)),s=e.y.redMul(r.redMul(this.z)),o=n.redSub(i),d=a.redSub(s);if(0===o.cmpn(0))return 0!==d.cmpn(0)?this.curve.jpoint(null,null,null):this.dbl();var u=o.redSqr(),h=u.redMul(o),c=n.redMul(u),l=d.redSqr().redIAdd(h).redISub(c).redISub(c),f=d.redMul(c.redISub(l)).redISub(a.redMul(h)),_=this.z.redMul(e.z).redMul(o);return this.curve.jpoint(l,f,_)},h.prototype.mixedAdd=function(e){if(this.isInfinity())return e.toJ();if(e.isInfinity())return this;var t=this.z.redSqr(),r=this.x,n=e.x.redMul(t),i=this.y,a=e.y.redMul(t).redMul(this.z),s=r.redSub(n),o=i.redSub(a);if(0===s.cmpn(0))return 0!==o.cmpn(0)?this.curve.jpoint(null,null,null):this.dbl();var d=s.redSqr(),u=d.redMul(s),h=r.redMul(d),c=o.redSqr().redIAdd(u).redISub(h).redISub(h),l=o.redMul(h.redISub(c)).redISub(i.redMul(u)),f=this.z.redMul(s);return this.curve.jpoint(c,l,f)},h.prototype.dblp=function(e){if(0===e)return this;if(this.isInfinity())return this;if(!e)return this.dbl();var t;if(this.curve.zeroA||this.curve.threeA){var r=this;for(t=0;t<e;t++)r=r.dbl();return r}var n=this.curve.a,i=this.curve.tinv,a=this.x,s=this.y,o=this.z,d=o.redSqr().redSqr(),u=s.redAdd(s);for(t=0;t<e;t++){var h=a.redSqr(),c=u.redSqr(),l=c.redSqr(),f=h.redAdd(h).redIAdd(h).redIAdd(n.redMul(d)),_=a.redMul(c),p=f.redSqr().redISub(_.redAdd(_)),m=_.redISub(p),y=f.redMul(m);y=y.redIAdd(y).redISub(l);var b=u.redMul(o);t+1<e&&(d=d.redMul(l)),a=p,o=b,u=y}return this.curve.jpoint(a,u.redMul(i),o)},h.prototype.dbl=function(){return this.isInfinity()?this:this.curve.zeroA?this._zeroDbl():this.curve.threeA?this._threeDbl():this._dbl()},h.prototype._zeroDbl=function(){var e,t,r;if(this.zOne){var n=this.x.redSqr(),i=this.y.redSqr(),a=i.redSqr(),s=this.x.redAdd(i).redSqr().redISub(n).redISub(a);s=s.redIAdd(s);var o=n.redAdd(n).redIAdd(n),d=o.redSqr().redISub(s).redISub(s),u=a.redIAdd(a);u=(u=u.redIAdd(u)).redIAdd(u),e=d,t=o.redMul(s.redISub(d)).redISub(u),r=this.y.redAdd(this.y)}else{var h=this.x.redSqr(),c=this.y.redSqr(),l=c.redSqr(),f=this.x.redAdd(c).redSqr().redISub(h).redISub(l);f=f.redIAdd(f);var _=h.redAdd(h).redIAdd(h),p=_.redSqr(),m=l.redIAdd(l);m=(m=m.redIAdd(m)).redIAdd(m),e=p.redISub(f).redISub(f),t=_.redMul(f.redISub(e)).redISub(m),r=(r=this.y.redMul(this.z)).redIAdd(r)}return this.curve.jpoint(e,t,r)},h.prototype._threeDbl=function(){var e,t,r;if(this.zOne){var n=this.x.redSqr(),i=this.y.redSqr(),a=i.redSqr(),s=this.x.redAdd(i).redSqr().redISub(n).redISub(a);s=s.redIAdd(s);var o=n.redAdd(n).redIAdd(n).redIAdd(this.curve.a),d=o.redSqr().redISub(s).redISub(s);e=d;var u=a.redIAdd(a);u=(u=u.redIAdd(u)).redIAdd(u),t=o.redMul(s.redISub(d)).redISub(u),r=this.y.redAdd(this.y)}else{var h=this.z.redSqr(),c=this.y.redSqr(),l=this.x.redMul(c),f=this.x.redSub(h).redMul(this.x.redAdd(h));f=f.redAdd(f).redIAdd(f);var _=l.redIAdd(l),p=(_=_.redIAdd(_)).redAdd(_);e=f.redSqr().redISub(p),r=this.y.redAdd(this.z).redSqr().redISub(c).redISub(h);var m=c.redSqr();m=(m=(m=m.redIAdd(m)).redIAdd(m)).redIAdd(m),t=f.redMul(_.redISub(e)).redISub(m)}return this.curve.jpoint(e,t,r)},h.prototype._dbl=function(){var e=this.curve.a,t=this.x,r=this.y,n=this.z,i=n.redSqr().redSqr(),a=t.redSqr(),s=r.redSqr(),o=a.redAdd(a).redIAdd(a).redIAdd(e.redMul(i)),d=t.redAdd(t),u=(d=d.redIAdd(d)).redMul(s),h=o.redSqr().redISub(u.redAdd(u)),c=u.redISub(h),l=s.redSqr();l=(l=(l=l.redIAdd(l)).redIAdd(l)).redIAdd(l);var f=o.redMul(c).redISub(l),_=r.redAdd(r).redMul(n);return this.curve.jpoint(h,f,_)},h.prototype.trpl=function(){if(!this.curve.zeroA)return this.dbl().add(this);var e=this.x.redSqr(),t=this.y.redSqr(),r=this.z.redSqr(),n=t.redSqr(),i=e.redAdd(e).redIAdd(e),a=i.redSqr(),s=this.x.redAdd(t).redSqr().redISub(e).redISub(n),o=(s=(s=(s=s.redIAdd(s)).redAdd(s).redIAdd(s)).redISub(a)).redSqr(),d=n.redIAdd(n);d=(d=(d=d.redIAdd(d)).redIAdd(d)).redIAdd(d);var u=i.redIAdd(s).redSqr().redISub(a).redISub(o).redISub(d),h=t.redMul(u);h=(h=h.redIAdd(h)).redIAdd(h);var c=this.x.redMul(o).redISub(h);c=(c=c.redIAdd(c)).redIAdd(c);var l=this.y.redMul(u.redMul(d.redISub(u)).redISub(s.redMul(o)));l=(l=(l=l.redIAdd(l)).redIAdd(l)).redIAdd(l);var f=this.z.redAdd(s).redSqr().redISub(r).redISub(o);return this.curve.jpoint(c,l,f)},h.prototype.mul=function(e,t){return e=new i(e,t),this.curve._wnafMul(this,e)},h.prototype.eq=function(e){if("affine"===e.type)return this.eq(e.toJ());if(this===e)return!0;var t=this.z.redSqr(),r=e.z.redSqr();if(0!==this.x.redMul(r).redISub(e.x.redMul(t)).cmpn(0))return!1;var n=t.redMul(this.z),i=r.redMul(e.z);return 0===this.y.redMul(i).redISub(e.y.redMul(n)).cmpn(0)},h.prototype.eqXToP=function(e){var t=this.z.redSqr(),r=e.toRed(this.curve.red).redMul(t);if(0===this.x.cmp(r))return!0;for(var n=e.clone(),i=this.curve.redN.redMul(t);;){if(n.iadd(this.curve.n),n.cmp(this.curve.p)>=0)return!1;if(r.redIAdd(i),0===this.x.cmp(r))return!0}},h.prototype.inspect=function(){return this.isInfinity()?"<EC JPoint Infinity>":"<EC JPoint x: "+this.x.toString(16,2)+" y: "+this.y.toString(16,2)+" z: "+this.z.toString(16,2)+">"},h.prototype.isInfinity=function(){return 0===this.z.cmpn(0)}},function(e,t,r){"use strict";var n=r(5),i=r(1),a=r(35),s=r(9);function o(e){a.call(this,"mont",e),this.a=new n(e.a,16).toRed(this.red),this.b=new n(e.b,16).toRed(this.red),this.i4=new n(4).toRed(this.red).redInvm(),this.two=new n(2).toRed(this.red),this.a24=this.i4.redMul(this.a.redAdd(this.two))}function d(e,t,r){a.BasePoint.call(this,e,"projective"),null===t&&null===r?(this.x=this.curve.one,this.z=this.curve.zero):(this.x=new n(t,16),this.z=new n(r,16),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.z.red||(this.z=this.z.toRed(this.curve.red)))}i(o,a),e.exports=o,o.prototype.validate=function(e){var t=e.normalize().x,r=t.redSqr(),n=r.redMul(t).redAdd(r.redMul(this.a)).redAdd(t);return 0===n.redSqrt().redSqr().cmp(n)},i(d,a.BasePoint),o.prototype.decodePoint=function(e,t){return this.point(s.toArray(e,t),1)},o.prototype.point=function(e,t){return new d(this,e,t)},o.prototype.pointFromJSON=function(e){return d.fromJSON(this,e)},d.prototype.precompute=function(){},d.prototype._encode=function(){return this.getX().toArray("be",this.curve.p.byteLength())},d.fromJSON=function(e,t){return new d(e,t[0],t[1]||e.one)},d.prototype.inspect=function(){return this.isInfinity()?"<EC Point Infinity>":"<EC Point x: "+this.x.fromRed().toString(16,2)+" z: "+this.z.fromRed().toString(16,2)+">"},d.prototype.isInfinity=function(){return 0===this.z.cmpn(0)},d.prototype.dbl=function(){var e=this.x.redAdd(this.z).redSqr(),t=this.x.redSub(this.z).redSqr(),r=e.redSub(t),n=e.redMul(t),i=r.redMul(t.redAdd(this.curve.a24.redMul(r)));return this.curve.point(n,i)},d.prototype.add=function(){throw new Error("Not supported on Montgomery curve")},d.prototype.diffAdd=function(e,t){var r=this.x.redAdd(this.z),n=this.x.redSub(this.z),i=e.x.redAdd(e.z),a=e.x.redSub(e.z).redMul(r),s=i.redMul(n),o=t.z.redMul(a.redAdd(s).redSqr()),d=t.x.redMul(a.redISub(s).redSqr());return this.curve.point(o,d)},d.prototype.mul=function(e){for(var t=e.clone(),r=this,n=this.curve.point(null,null),i=[];0!==t.cmpn(0);t.iushrn(1))i.push(t.andln(1));for(var a=i.length-1;a>=0;a--)0===i[a]?(r=r.diffAdd(n,this),n=n.dbl()):(n=r.diffAdd(n,this),r=r.dbl());return n},d.prototype.mulAdd=function(){throw new Error("Not supported on Montgomery curve")},d.prototype.jumlAdd=function(){throw new Error("Not supported on Montgomery curve")},d.prototype.eq=function(e){return 0===this.getX().cmp(e.getX())},d.prototype.normalize=function(){return this.x=this.x.redMul(this.z.redInvm()),this.z=this.curve.one,this},d.prototype.getX=function(){return this.normalize(),this.x.fromRed()}},function(e,t,r){"use strict";var n=r(9),i=r(5),a=r(1),s=r(35),o=n.assert;function d(e){this.twisted=1!=(0|e.a),this.mOneA=this.twisted&&-1==(0|e.a),this.extended=this.mOneA,s.call(this,"edwards",e),this.a=new i(e.a,16).umod(this.red.m),this.a=this.a.toRed(this.red),this.c=new i(e.c,16).toRed(this.red),this.c2=this.c.redSqr(),this.d=new i(e.d,16).toRed(this.red),this.dd=this.d.redAdd(this.d),o(!this.twisted||0===this.c.fromRed().cmpn(1)),this.oneC=1==(0|e.c)}function u(e,t,r,n,a){s.BasePoint.call(this,e,"projective"),null===t&&null===r&&null===n?(this.x=this.curve.zero,this.y=this.curve.one,this.z=this.curve.one,this.t=this.curve.zero,this.zOne=!0):(this.x=new i(t,16),this.y=new i(r,16),this.z=n?new i(n,16):this.curve.one,this.t=a&&new i(a,16),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.y.red||(this.y=this.y.toRed(this.curve.red)),this.z.red||(this.z=this.z.toRed(this.curve.red)),this.t&&!this.t.red&&(this.t=this.t.toRed(this.curve.red)),this.zOne=this.z===this.curve.one,this.curve.extended&&!this.t&&(this.t=this.x.redMul(this.y),this.zOne||(this.t=this.t.redMul(this.z.redInvm()))))}a(d,s),e.exports=d,d.prototype._mulA=function(e){return this.mOneA?e.redNeg():this.a.redMul(e)},d.prototype._mulC=function(e){return this.oneC?e:this.c.redMul(e)},d.prototype.jpoint=function(e,t,r,n){return this.point(e,t,r,n)},d.prototype.pointFromX=function(e,t){(e=new i(e,16)).red||(e=e.toRed(this.red));var r=e.redSqr(),n=this.c2.redSub(this.a.redMul(r)),a=this.one.redSub(this.c2.redMul(this.d).redMul(r)),s=n.redMul(a.redInvm()),o=s.redSqrt();if(0!==o.redSqr().redSub(s).cmp(this.zero))throw new Error("invalid point");var d=o.fromRed().isOdd();return(t&&!d||!t&&d)&&(o=o.redNeg()),this.point(e,o)},d.prototype.pointFromY=function(e,t){(e=new i(e,16)).red||(e=e.toRed(this.red));var r=e.redSqr(),n=r.redSub(this.c2),a=r.redMul(this.d).redMul(this.c2).redSub(this.a),s=n.redMul(a.redInvm());if(0===s.cmp(this.zero)){if(t)throw new Error("invalid point");return this.point(this.zero,e)}var o=s.redSqrt();if(0!==o.redSqr().redSub(s).cmp(this.zero))throw new Error("invalid point");return o.fromRed().isOdd()!==t&&(o=o.redNeg()),this.point(o,e)},d.prototype.validate=function(e){if(e.isInfinity())return!0;e.normalize();var t=e.x.redSqr(),r=e.y.redSqr(),n=t.redMul(this.a).redAdd(r),i=this.c2.redMul(this.one.redAdd(this.d.redMul(t).redMul(r)));return 0===n.cmp(i)},a(u,s.BasePoint),d.prototype.pointFromJSON=function(e){return u.fromJSON(this,e)},d.prototype.point=function(e,t,r,n){return new u(this,e,t,r,n)},u.fromJSON=function(e,t){return new u(e,t[0],t[1],t[2])},u.prototype.inspect=function(){return this.isInfinity()?"<EC Point Infinity>":"<EC Point x: "+this.x.fromRed().toString(16,2)+" y: "+this.y.fromRed().toString(16,2)+" z: "+this.z.fromRed().toString(16,2)+">"},u.prototype.isInfinity=function(){return 0===this.x.cmpn(0)&&(0===this.y.cmp(this.z)||this.zOne&&0===this.y.cmp(this.curve.c))},u.prototype._extDbl=function(){var e=this.x.redSqr(),t=this.y.redSqr(),r=this.z.redSqr();r=r.redIAdd(r);var n=this.curve._mulA(e),i=this.x.redAdd(this.y).redSqr().redISub(e).redISub(t),a=n.redAdd(t),s=a.redSub(r),o=n.redSub(t),d=i.redMul(s),u=a.redMul(o),h=i.redMul(o),c=s.redMul(a);return this.curve.point(d,u,c,h)},u.prototype._projDbl=function(){var e,t,r,n,i,a,s=this.x.redAdd(this.y).redSqr(),o=this.x.redSqr(),d=this.y.redSqr();if(this.curve.twisted){var u=(n=this.curve._mulA(o)).redAdd(d);this.zOne?(e=s.redSub(o).redSub(d).redMul(u.redSub(this.curve.two)),t=u.redMul(n.redSub(d)),r=u.redSqr().redSub(u).redSub(u)):(i=this.z.redSqr(),a=u.redSub(i).redISub(i),e=s.redSub(o).redISub(d).redMul(a),t=u.redMul(n.redSub(d)),r=u.redMul(a))}else n=o.redAdd(d),i=this.curve._mulC(this.z).redSqr(),a=n.redSub(i).redSub(i),e=this.curve._mulC(s.redISub(n)).redMul(a),t=this.curve._mulC(n).redMul(o.redISub(d)),r=n.redMul(a);return this.curve.point(e,t,r)},u.prototype.dbl=function(){return this.isInfinity()?this:this.curve.extended?this._extDbl():this._projDbl()},u.prototype._extAdd=function(e){var t=this.y.redSub(this.x).redMul(e.y.redSub(e.x)),r=this.y.redAdd(this.x).redMul(e.y.redAdd(e.x)),n=this.t.redMul(this.curve.dd).redMul(e.t),i=this.z.redMul(e.z.redAdd(e.z)),a=r.redSub(t),s=i.redSub(n),o=i.redAdd(n),d=r.redAdd(t),u=a.redMul(s),h=o.redMul(d),c=a.redMul(d),l=s.redMul(o);return this.curve.point(u,h,l,c)},u.prototype._projAdd=function(e){var t,r,n=this.z.redMul(e.z),i=n.redSqr(),a=this.x.redMul(e.x),s=this.y.redMul(e.y),o=this.curve.d.redMul(a).redMul(s),d=i.redSub(o),u=i.redAdd(o),h=this.x.redAdd(this.y).redMul(e.x.redAdd(e.y)).redISub(a).redISub(s),c=n.redMul(d).redMul(h);return this.curve.twisted?(t=n.redMul(u).redMul(s.redSub(this.curve._mulA(a))),r=d.redMul(u)):(t=n.redMul(u).redMul(s.redSub(a)),r=this.curve._mulC(d).redMul(u)),this.curve.point(c,t,r)},u.prototype.add=function(e){return this.isInfinity()?e:e.isInfinity()?this:this.curve.extended?this._extAdd(e):this._projAdd(e)},u.prototype.mul=function(e){return this._hasDoubles(e)?this.curve._fixedNafMul(this,e):this.curve._wnafMul(this,e)},u.prototype.mulAdd=function(e,t,r){return this.curve._wnafMulAdd(1,[this,t],[e,r],2,!1)},u.prototype.jmulAdd=function(e,t,r){return this.curve._wnafMulAdd(1,[this,t],[e,r],2,!0)},u.prototype.normalize=function(){if(this.zOne)return this;var e=this.z.redInvm();return this.x=this.x.redMul(e),this.y=this.y.redMul(e),this.t&&(this.t=this.t.redMul(e)),this.z=this.curve.one,this.zOne=!0,this},u.prototype.neg=function(){return this.curve.point(this.x.redNeg(),this.y,this.z,this.t&&this.t.redNeg())},u.prototype.getX=function(){return this.normalize(),this.x.fromRed()},u.prototype.getY=function(){return this.normalize(),this.y.fromRed()},u.prototype.eq=function(e){return this===e||0===this.getX().cmp(e.getX())&&0===this.getY().cmp(e.getY())},u.prototype.eqXToP=function(e){var t=e.toRed(this.curve.red).redMul(this.z);if(0===this.x.cmp(t))return!0;for(var r=e.clone(),n=this.curve.redN.redMul(this.z);;){if(r.iadd(this.curve.n),r.cmp(this.curve.p)>=0)return!1;if(t.redIAdd(n),0===this.x.cmp(t))return!0}},u.prototype.toP=u.prototype.normalize,u.prototype.mixedAdd=u.prototype.add},function(e,t,r){"use strict";t.sha1=r(367),t.sha224=r(368),t.sha256=r(246),t.sha384=r(369),t.sha512=r(247)},function(e,t,r){"use strict";var n=r(10),i=r(28),a=r(245),s=n.rotl32,o=n.sum32,d=n.sum32_5,u=a.ft_1,h=i.BlockHash,c=[1518500249,1859775393,2400959708,3395469782];function l(){if(!(this instanceof l))return new l;h.call(this),this.h=[1732584193,4023233417,2562383102,271733878,3285377520],this.W=new Array(80)}n.inherits(l,h),e.exports=l,l.blockSize=512,l.outSize=160,l.hmacStrength=80,l.padLength=64,l.prototype._update=function(e,t){for(var r=this.W,n=0;n<16;n++)r[n]=e[t+n];for(;n<r.length;n++)r[n]=s(r[n-3]^r[n-8]^r[n-14]^r[n-16],1);var i=this.h[0],a=this.h[1],h=this.h[2],l=this.h[3],f=this.h[4];for(n=0;n<r.length;n++){var _=~~(n/20),p=d(s(i,5),u(_,a,h,l),f,r[n],c[_]);f=l,l=h,h=s(a,30),a=i,i=p}this.h[0]=o(this.h[0],i),this.h[1]=o(this.h[1],a),this.h[2]=o(this.h[2],h),this.h[3]=o(this.h[3],l),this.h[4]=o(this.h[4],f)},l.prototype._digest=function(e){return"hex"===e?n.toHex32(this.h,"big"):n.split32(this.h,"big")}},function(e,t,r){"use strict";var n=r(10),i=r(246);function a(){if(!(this instanceof a))return new a;i.call(this),this.h=[3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428]}n.inherits(a,i),e.exports=a,a.blockSize=512,a.outSize=224,a.hmacStrength=192,a.padLength=64,a.prototype._digest=function(e){return"hex"===e?n.toHex32(this.h.slice(0,7),"big"):n.split32(this.h.slice(0,7),"big")}},function(e,t,r){"use strict";var n=r(10),i=r(247);function a(){if(!(this instanceof a))return new a;i.call(this),this.h=[3418070365,3238371032,1654270250,914150663,2438529370,812702999,355462360,4144912697,1731405415,4290775857,2394180231,1750603025,3675008525,1694076839,1203062813,3204075428]}n.inherits(a,i),e.exports=a,a.blockSize=1024,a.outSize=384,a.hmacStrength=192,a.padLength=128,a.prototype._digest=function(e){return"hex"===e?n.toHex32(this.h.slice(0,12),"big"):n.split32(this.h.slice(0,12),"big")}},function(e,t,r){"use strict";var n=r(10),i=r(28),a=n.rotl32,s=n.sum32,o=n.sum32_3,d=n.sum32_4,u=i.BlockHash;function h(){if(!(this instanceof h))return new h;u.call(this),this.h=[1732584193,4023233417,2562383102,271733878,3285377520],this.endian="little"}function c(e,t,r,n){return e<=15?t^r^n:e<=31?t&r|~t&n:e<=47?(t|~r)^n:e<=63?t&n|r&~n:t^(r|~n)}function l(e){return e<=15?0:e<=31?1518500249:e<=47?1859775393:e<=63?2400959708:2840853838}function f(e){return e<=15?1352829926:e<=31?1548603684:e<=47?1836072691:e<=63?2053994217:0}n.inherits(h,u),t.ripemd160=h,h.blockSize=512,h.outSize=160,h.hmacStrength=192,h.padLength=64,h.prototype._update=function(e,t){for(var r=this.h[0],n=this.h[1],i=this.h[2],u=this.h[3],h=this.h[4],b=r,g=n,M=i,T=u,v=h,w=0;w<80;w++){var L=s(a(d(r,c(w,n,i,u),e[_[w]+t],l(w)),m[w]),h);r=h,h=u,u=a(i,10),i=n,n=L,L=s(a(d(b,c(79-w,g,M,T),e[p[w]+t],f(w)),y[w]),v),b=v,v=T,T=a(M,10),M=g,g=L}L=o(this.h[1],i,T),this.h[1]=o(this.h[2],u,v),this.h[2]=o(this.h[3],h,b),this.h[3]=o(this.h[4],r,g),this.h[4]=o(this.h[0],n,M),this.h[0]=L},h.prototype._digest=function(e){return"hex"===e?n.toHex32(this.h,"little"):n.split32(this.h,"little")};var _=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13],p=[5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11],m=[11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6],y=[8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]},function(e,t,r){"use strict";var n=r(10),i=r(8);function a(e,t,r){if(!(this instanceof a))return new a(e,t,r);this.Hash=e,this.blockSize=e.blockSize/8,this.outSize=e.outSize/8,this.inner=null,this.outer=null,this._init(n.toArray(t,r))}e.exports=a,a.prototype._init=function(e){e.length>this.blockSize&&(e=(new this.Hash).update(e).digest()),i(e.length<=this.blockSize);for(var t=e.length;t<this.blockSize;t++)e.push(0);for(t=0;t<e.length;t++)e[t]^=54;for(this.inner=(new this.Hash).update(e),t=0;t<e.length;t++)e[t]^=106;this.outer=(new this.Hash).update(e)},a.prototype.update=function(e,t){return this.inner.update(e,t),this},a.prototype.digest=function(e){return this.outer.update(this.inner.digest()),this.outer.digest(e)}},function(e,t){e.exports={doubles:{step:4,points:[["e60fce93b59e9ec53011aabc21c23e97b2a31369b87a5ae9c44ee89e2a6dec0a","f7e3507399e595929db99f34f57937101296891e44d23f0be1f32cce69616821"],["8282263212c609d9ea2a6e3e172de238d8c39cabd5ac1ca10646e23fd5f51508","11f8a8098557dfe45e8256e830b60ace62d613ac2f7b17bed31b6eaff6e26caf"],["175e159f728b865a72f99cc6c6fc846de0b93833fd2222ed73fce5b551e5b739","d3506e0d9e3c79eba4ef97a51ff71f5eacb5955add24345c6efa6ffee9fed695"],["363d90d447b00c9c99ceac05b6262ee053441c7e55552ffe526bad8f83ff4640","4e273adfc732221953b445397f3363145b9a89008199ecb62003c7f3bee9de9"],["8b4b5f165df3c2be8c6244b5b745638843e4a781a15bcd1b69f79a55dffdf80c","4aad0a6f68d308b4b3fbd7813ab0da04f9e336546162ee56b3eff0c65fd4fd36"],["723cbaa6e5db996d6bf771c00bd548c7b700dbffa6c0e77bcb6115925232fcda","96e867b5595cc498a921137488824d6e2660a0653779494801dc069d9eb39f5f"],["eebfa4d493bebf98ba5feec812c2d3b50947961237a919839a533eca0e7dd7fa","5d9a8ca3970ef0f269ee7edaf178089d9ae4cdc3a711f712ddfd4fdae1de8999"],["100f44da696e71672791d0a09b7bde459f1215a29b3c03bfefd7835b39a48db0","cdd9e13192a00b772ec8f3300c090666b7ff4a18ff5195ac0fbd5cd62bc65a09"],["e1031be262c7ed1b1dc9227a4a04c017a77f8d4464f3b3852c8acde6e534fd2d","9d7061928940405e6bb6a4176597535af292dd419e1ced79a44f18f29456a00d"],["feea6cae46d55b530ac2839f143bd7ec5cf8b266a41d6af52d5e688d9094696d","e57c6b6c97dce1bab06e4e12bf3ecd5c981c8957cc41442d3155debf18090088"],["da67a91d91049cdcb367be4be6ffca3cfeed657d808583de33fa978bc1ec6cb1","9bacaa35481642bc41f463f7ec9780e5dec7adc508f740a17e9ea8e27a68be1d"],["53904faa0b334cdda6e000935ef22151ec08d0f7bb11069f57545ccc1a37b7c0","5bc087d0bc80106d88c9eccac20d3c1c13999981e14434699dcb096b022771c8"],["8e7bcd0bd35983a7719cca7764ca906779b53a043a9b8bcaeff959f43ad86047","10b7770b2a3da4b3940310420ca9514579e88e2e47fd68b3ea10047e8460372a"],["385eed34c1cdff21e6d0818689b81bde71a7f4f18397e6690a841e1599c43862","283bebc3e8ea23f56701de19e9ebf4576b304eec2086dc8cc0458fe5542e5453"],["6f9d9b803ecf191637c73a4413dfa180fddf84a5947fbc9c606ed86c3fac3a7","7c80c68e603059ba69b8e2a30e45c4d47ea4dd2f5c281002d86890603a842160"],["3322d401243c4e2582a2147c104d6ecbf774d163db0f5e5313b7e0e742d0e6bd","56e70797e9664ef5bfb019bc4ddaf9b72805f63ea2873af624f3a2e96c28b2a0"],["85672c7d2de0b7da2bd1770d89665868741b3f9af7643397721d74d28134ab83","7c481b9b5b43b2eb6374049bfa62c2e5e77f17fcc5298f44c8e3094f790313a6"],["948bf809b1988a46b06c9f1919413b10f9226c60f668832ffd959af60c82a0a","53a562856dcb6646dc6b74c5d1c3418c6d4dff08c97cd2bed4cb7f88d8c8e589"],["6260ce7f461801c34f067ce0f02873a8f1b0e44dfc69752accecd819f38fd8e8","bc2da82b6fa5b571a7f09049776a1ef7ecd292238051c198c1a84e95b2b4ae17"],["e5037de0afc1d8d43d8348414bbf4103043ec8f575bfdc432953cc8d2037fa2d","4571534baa94d3b5f9f98d09fb990bddbd5f5b03ec481f10e0e5dc841d755bda"],["e06372b0f4a207adf5ea905e8f1771b4e7e8dbd1c6a6c5b725866a0ae4fce725","7a908974bce18cfe12a27bb2ad5a488cd7484a7787104870b27034f94eee31dd"],["213c7a715cd5d45358d0bbf9dc0ce02204b10bdde2a3f58540ad6908d0559754","4b6dad0b5ae462507013ad06245ba190bb4850f5f36a7eeddff2c27534b458f2"],["4e7c272a7af4b34e8dbb9352a5419a87e2838c70adc62cddf0cc3a3b08fbd53c","17749c766c9d0b18e16fd09f6def681b530b9614bff7dd33e0b3941817dcaae6"],["fea74e3dbe778b1b10f238ad61686aa5c76e3db2be43057632427e2840fb27b6","6e0568db9b0b13297cf674deccb6af93126b596b973f7b77701d3db7f23cb96f"],["76e64113f677cf0e10a2570d599968d31544e179b760432952c02a4417bdde39","c90ddf8dee4e95cf577066d70681f0d35e2a33d2b56d2032b4b1752d1901ac01"],["c738c56b03b2abe1e8281baa743f8f9a8f7cc643df26cbee3ab150242bcbb891","893fb578951ad2537f718f2eacbfbbbb82314eef7880cfe917e735d9699a84c3"],["d895626548b65b81e264c7637c972877d1d72e5f3a925014372e9f6588f6c14b","febfaa38f2bc7eae728ec60818c340eb03428d632bb067e179363ed75d7d991f"],["b8da94032a957518eb0f6433571e8761ceffc73693e84edd49150a564f676e03","2804dfa44805a1e4d7c99cc9762808b092cc584d95ff3b511488e4e74efdf6e7"],["e80fea14441fb33a7d8adab9475d7fab2019effb5156a792f1a11778e3c0df5d","eed1de7f638e00771e89768ca3ca94472d155e80af322ea9fcb4291b6ac9ec78"],["a301697bdfcd704313ba48e51d567543f2a182031efd6915ddc07bbcc4e16070","7370f91cfb67e4f5081809fa25d40f9b1735dbf7c0a11a130c0d1a041e177ea1"],["90ad85b389d6b936463f9d0512678de208cc330b11307fffab7ac63e3fb04ed4","e507a3620a38261affdcbd9427222b839aefabe1582894d991d4d48cb6ef150"],["8f68b9d2f63b5f339239c1ad981f162ee88c5678723ea3351b7b444c9ec4c0da","662a9f2dba063986de1d90c2b6be215dbbea2cfe95510bfdf23cbf79501fff82"],["e4f3fb0176af85d65ff99ff9198c36091f48e86503681e3e6686fd5053231e11","1e63633ad0ef4f1c1661a6d0ea02b7286cc7e74ec951d1c9822c38576feb73bc"],["8c00fa9b18ebf331eb961537a45a4266c7034f2f0d4e1d0716fb6eae20eae29e","efa47267fea521a1a9dc343a3736c974c2fadafa81e36c54e7d2a4c66702414b"],["e7a26ce69dd4829f3e10cec0a9e98ed3143d084f308b92c0997fddfc60cb3e41","2a758e300fa7984b471b006a1aafbb18d0a6b2c0420e83e20e8a9421cf2cfd51"],["b6459e0ee3662ec8d23540c223bcbdc571cbcb967d79424f3cf29eb3de6b80ef","67c876d06f3e06de1dadf16e5661db3c4b3ae6d48e35b2ff30bf0b61a71ba45"],["d68a80c8280bb840793234aa118f06231d6f1fc67e73c5a5deda0f5b496943e8","db8ba9fff4b586d00c4b1f9177b0e28b5b0e7b8f7845295a294c84266b133120"],["324aed7df65c804252dc0270907a30b09612aeb973449cea4095980fc28d3d5d","648a365774b61f2ff130c0c35aec1f4f19213b0c7e332843967224af96ab7c84"],["4df9c14919cde61f6d51dfdbe5fee5dceec4143ba8d1ca888e8bd373fd054c96","35ec51092d8728050974c23a1d85d4b5d506cdc288490192ebac06cad10d5d"],["9c3919a84a474870faed8a9c1cc66021523489054d7f0308cbfc99c8ac1f98cd","ddb84f0f4a4ddd57584f044bf260e641905326f76c64c8e6be7e5e03d4fc599d"],["6057170b1dd12fdf8de05f281d8e06bb91e1493a8b91d4cc5a21382120a959e5","9a1af0b26a6a4807add9a2daf71df262465152bc3ee24c65e899be932385a2a8"],["a576df8e23a08411421439a4518da31880cef0fba7d4df12b1a6973eecb94266","40a6bf20e76640b2c92b97afe58cd82c432e10a7f514d9f3ee8be11ae1b28ec8"],["7778a78c28dec3e30a05fe9629de8c38bb30d1f5cf9a3a208f763889be58ad71","34626d9ab5a5b22ff7098e12f2ff580087b38411ff24ac563b513fc1fd9f43ac"],["928955ee637a84463729fd30e7afd2ed5f96274e5ad7e5cb09eda9c06d903ac","c25621003d3f42a827b78a13093a95eeac3d26efa8a8d83fc5180e935bcd091f"],["85d0fef3ec6db109399064f3a0e3b2855645b4a907ad354527aae75163d82751","1f03648413a38c0be29d496e582cf5663e8751e96877331582c237a24eb1f962"],["ff2b0dce97eece97c1c9b6041798b85dfdfb6d8882da20308f5404824526087e","493d13fef524ba188af4c4dc54d07936c7b7ed6fb90e2ceb2c951e01f0c29907"],["827fbbe4b1e880ea9ed2b2e6301b212b57f1ee148cd6dd28780e5e2cf856e241","c60f9c923c727b0b71bef2c67d1d12687ff7a63186903166d605b68baec293ec"],["eaa649f21f51bdbae7be4ae34ce6e5217a58fdce7f47f9aa7f3b58fa2120e2b3","be3279ed5bbbb03ac69a80f89879aa5a01a6b965f13f7e59d47a5305ba5ad93d"],["e4a42d43c5cf169d9391df6decf42ee541b6d8f0c9a137401e23632dda34d24f","4d9f92e716d1c73526fc99ccfb8ad34ce886eedfa8d8e4f13a7f7131deba9414"],["1ec80fef360cbdd954160fadab352b6b92b53576a88fea4947173b9d4300bf19","aeefe93756b5340d2f3a4958a7abbf5e0146e77f6295a07b671cdc1cc107cefd"],["146a778c04670c2f91b00af4680dfa8bce3490717d58ba889ddb5928366642be","b318e0ec3354028add669827f9d4b2870aaa971d2f7e5ed1d0b297483d83efd0"],["fa50c0f61d22e5f07e3acebb1aa07b128d0012209a28b9776d76a8793180eef9","6b84c6922397eba9b72cd2872281a68a5e683293a57a213b38cd8d7d3f4f2811"],["da1d61d0ca721a11b1a5bf6b7d88e8421a288ab5d5bba5220e53d32b5f067ec2","8157f55a7c99306c79c0766161c91e2966a73899d279b48a655fba0f1ad836f1"],["a8e282ff0c9706907215ff98e8fd416615311de0446f1e062a73b0610d064e13","7f97355b8db81c09abfb7f3c5b2515888b679a3e50dd6bd6cef7c73111f4cc0c"],["174a53b9c9a285872d39e56e6913cab15d59b1fa512508c022f382de8319497c","ccc9dc37abfc9c1657b4155f2c47f9e6646b3a1d8cb9854383da13ac079afa73"],["959396981943785c3d3e57edf5018cdbe039e730e4918b3d884fdff09475b7ba","2e7e552888c331dd8ba0386a4b9cd6849c653f64c8709385e9b8abf87524f2fd"],["d2a63a50ae401e56d645a1153b109a8fcca0a43d561fba2dbb51340c9d82b151","e82d86fb6443fcb7565aee58b2948220a70f750af484ca52d4142174dcf89405"],["64587e2335471eb890ee7896d7cfdc866bacbdbd3839317b3436f9b45617e073","d99fcdd5bf6902e2ae96dd6447c299a185b90a39133aeab358299e5e9faf6589"],["8481bde0e4e4d885b3a546d3e549de042f0aa6cea250e7fd358d6c86dd45e458","38ee7b8cba5404dd84a25bf39cecb2ca900a79c42b262e556d64b1b59779057e"],["13464a57a78102aa62b6979ae817f4637ffcfed3c4b1ce30bcd6303f6caf666b","69be159004614580ef7e433453ccb0ca48f300a81d0942e13f495a907f6ecc27"],["bc4a9df5b713fe2e9aef430bcc1dc97a0cd9ccede2f28588cada3a0d2d83f366","d3a81ca6e785c06383937adf4b798caa6e8a9fbfa547b16d758d666581f33c1"],["8c28a97bf8298bc0d23d8c749452a32e694b65e30a9472a3954ab30fe5324caa","40a30463a3305193378fedf31f7cc0eb7ae784f0451cb9459e71dc73cbef9482"],["8ea9666139527a8c1dd94ce4f071fd23c8b350c5a4bb33748c4ba111faccae0","620efabbc8ee2782e24e7c0cfb95c5d735b783be9cf0f8e955af34a30e62b945"],["dd3625faef5ba06074669716bbd3788d89bdde815959968092f76cc4eb9a9787","7a188fa3520e30d461da2501045731ca941461982883395937f68d00c644a573"],["f710d79d9eb962297e4f6232b40e8f7feb2bc63814614d692c12de752408221e","ea98e67232d3b3295d3b535532115ccac8612c721851617526ae47a9c77bfc82"]]},naf:{wnd:7,points:[["f9308a019258c31049344f85f89d5229b531c845836f99b08601f113bce036f9","388f7b0f632de8140fe337e62a37f3566500a99934c2231b6cb9fd7584b8e672"],["2f8bde4d1a07209355b4a7250a5c5128e88b84bddc619ab7cba8d569b240efe4","d8ac222636e5e3d6d4dba9dda6c9c426f788271bab0d6840dca87d3aa6ac62d6"],["5cbdf0646e5db4eaa398f365f2ea7a0e3d419b7e0330e39ce92bddedcac4f9bc","6aebca40ba255960a3178d6d861a54dba813d0b813fde7b5a5082628087264da"],["acd484e2f0c7f65309ad178a9f559abde09796974c57e714c35f110dfc27ccbe","cc338921b0a7d9fd64380971763b61e9add888a4375f8e0f05cc262ac64f9c37"],["774ae7f858a9411e5ef4246b70c65aac5649980be5c17891bbec17895da008cb","d984a032eb6b5e190243dd56d7b7b365372db1e2dff9d6a8301d74c9c953c61b"],["f28773c2d975288bc7d1d205c3748651b075fbc6610e58cddeeddf8f19405aa8","ab0902e8d880a89758212eb65cdaf473a1a06da521fa91f29b5cb52db03ed81"],["d7924d4f7d43ea965a465ae3095ff41131e5946f3c85f79e44adbcf8e27e080e","581e2872a86c72a683842ec228cc6defea40af2bd896d3a5c504dc9ff6a26b58"],["defdea4cdb677750a420fee807eacf21eb9898ae79b9768766e4faa04a2d4a34","4211ab0694635168e997b0ead2a93daeced1f4a04a95c0f6cfb199f69e56eb77"],["2b4ea0a797a443d293ef5cff444f4979f06acfebd7e86d277475656138385b6c","85e89bc037945d93b343083b5a1c86131a01f60c50269763b570c854e5c09b7a"],["352bbf4a4cdd12564f93fa332ce333301d9ad40271f8107181340aef25be59d5","321eb4075348f534d59c18259dda3e1f4a1b3b2e71b1039c67bd3d8bcf81998c"],["2fa2104d6b38d11b0230010559879124e42ab8dfeff5ff29dc9cdadd4ecacc3f","2de1068295dd865b64569335bd5dd80181d70ecfc882648423ba76b532b7d67"],["9248279b09b4d68dab21a9b066edda83263c3d84e09572e269ca0cd7f5453714","73016f7bf234aade5d1aa71bdea2b1ff3fc0de2a887912ffe54a32ce97cb3402"],["daed4f2be3a8bf278e70132fb0beb7522f570e144bf615c07e996d443dee8729","a69dce4a7d6c98e8d4a1aca87ef8d7003f83c230f3afa726ab40e52290be1c55"],["c44d12c7065d812e8acf28d7cbb19f9011ecd9e9fdf281b0e6a3b5e87d22e7db","2119a460ce326cdc76c45926c982fdac0e106e861edf61c5a039063f0e0e6482"],["6a245bf6dc698504c89a20cfded60853152b695336c28063b61c65cbd269e6b4","e022cf42c2bd4a708b3f5126f16a24ad8b33ba48d0423b6efd5e6348100d8a82"],["1697ffa6fd9de627c077e3d2fe541084ce13300b0bec1146f95ae57f0d0bd6a5","b9c398f186806f5d27561506e4557433a2cf15009e498ae7adee9d63d01b2396"],["605bdb019981718b986d0f07e834cb0d9deb8360ffb7f61df982345ef27a7479","2972d2de4f8d20681a78d93ec96fe23c26bfae84fb14db43b01e1e9056b8c49"],["62d14dab4150bf497402fdc45a215e10dcb01c354959b10cfe31c7e9d87ff33d","80fc06bd8cc5b01098088a1950eed0db01aa132967ab472235f5642483b25eaf"],["80c60ad0040f27dade5b4b06c408e56b2c50e9f56b9b8b425e555c2f86308b6f","1c38303f1cc5c30f26e66bad7fe72f70a65eed4cbe7024eb1aa01f56430bd57a"],["7a9375ad6167ad54aa74c6348cc54d344cc5dc9487d847049d5eabb0fa03c8fb","d0e3fa9eca8726909559e0d79269046bdc59ea10c70ce2b02d499ec224dc7f7"],["d528ecd9b696b54c907a9ed045447a79bb408ec39b68df504bb51f459bc3ffc9","eecf41253136e5f99966f21881fd656ebc4345405c520dbc063465b521409933"],["49370a4b5f43412ea25f514e8ecdad05266115e4a7ecb1387231808f8b45963","758f3f41afd6ed428b3081b0512fd62a54c3f3afbb5b6764b653052a12949c9a"],["77f230936ee88cbbd73df930d64702ef881d811e0e1498e2f1c13eb1fc345d74","958ef42a7886b6400a08266e9ba1b37896c95330d97077cbbe8eb3c7671c60d6"],["f2dac991cc4ce4b9ea44887e5c7c0bce58c80074ab9d4dbaeb28531b7739f530","e0dedc9b3b2f8dad4da1f32dec2531df9eb5fbeb0598e4fd1a117dba703a3c37"],["463b3d9f662621fb1b4be8fbbe2520125a216cdfc9dae3debcba4850c690d45b","5ed430d78c296c3543114306dd8622d7c622e27c970a1de31cb377b01af7307e"],["f16f804244e46e2a09232d4aff3b59976b98fac14328a2d1a32496b49998f247","cedabd9b82203f7e13d206fcdf4e33d92a6c53c26e5cce26d6579962c4e31df6"],["caf754272dc84563b0352b7a14311af55d245315ace27c65369e15f7151d41d1","cb474660ef35f5f2a41b643fa5e460575f4fa9b7962232a5c32f908318a04476"],["2600ca4b282cb986f85d0f1709979d8b44a09c07cb86d7c124497bc86f082120","4119b88753c15bd6a693b03fcddbb45d5ac6be74ab5f0ef44b0be9475a7e4b40"],["7635ca72d7e8432c338ec53cd12220bc01c48685e24f7dc8c602a7746998e435","91b649609489d613d1d5e590f78e6d74ecfc061d57048bad9e76f302c5b9c61"],["754e3239f325570cdbbf4a87deee8a66b7f2b33479d468fbc1a50743bf56cc18","673fb86e5bda30fb3cd0ed304ea49a023ee33d0197a695d0c5d98093c536683"],["e3e6bd1071a1e96aff57859c82d570f0330800661d1c952f9fe2694691d9b9e8","59c9e0bba394e76f40c0aa58379a3cb6a5a2283993e90c4167002af4920e37f5"],["186b483d056a033826ae73d88f732985c4ccb1f32ba35f4b4cc47fdcf04aa6eb","3b952d32c67cf77e2e17446e204180ab21fb8090895138b4a4a797f86e80888b"],["df9d70a6b9876ce544c98561f4be4f725442e6d2b737d9c91a8321724ce0963f","55eb2dafd84d6ccd5f862b785dc39d4ab157222720ef9da217b8c45cf2ba2417"],["5edd5cc23c51e87a497ca815d5dce0f8ab52554f849ed8995de64c5f34ce7143","efae9c8dbc14130661e8cec030c89ad0c13c66c0d17a2905cdc706ab7399a868"],["290798c2b6476830da12fe02287e9e777aa3fba1c355b17a722d362f84614fba","e38da76dcd440621988d00bcf79af25d5b29c094db2a23146d003afd41943e7a"],["af3c423a95d9f5b3054754efa150ac39cd29552fe360257362dfdecef4053b45","f98a3fd831eb2b749a93b0e6f35cfb40c8cd5aa667a15581bc2feded498fd9c6"],["766dbb24d134e745cccaa28c99bf274906bb66b26dcf98df8d2fed50d884249a","744b1152eacbe5e38dcc887980da38b897584a65fa06cedd2c924f97cbac5996"],["59dbf46f8c94759ba21277c33784f41645f7b44f6c596a58ce92e666191abe3e","c534ad44175fbc300f4ea6ce648309a042ce739a7919798cd85e216c4a307f6e"],["f13ada95103c4537305e691e74e9a4a8dd647e711a95e73cb62dc6018cfd87b8","e13817b44ee14de663bf4bc808341f326949e21a6a75c2570778419bdaf5733d"],["7754b4fa0e8aced06d4167a2c59cca4cda1869c06ebadfb6488550015a88522c","30e93e864e669d82224b967c3020b8fa8d1e4e350b6cbcc537a48b57841163a2"],["948dcadf5990e048aa3874d46abef9d701858f95de8041d2a6828c99e2262519","e491a42537f6e597d5d28a3224b1bc25df9154efbd2ef1d2cbba2cae5347d57e"],["7962414450c76c1689c7b48f8202ec37fb224cf5ac0bfa1570328a8a3d7c77ab","100b610ec4ffb4760d5c1fc133ef6f6b12507a051f04ac5760afa5b29db83437"],["3514087834964b54b15b160644d915485a16977225b8847bb0dd085137ec47ca","ef0afbb2056205448e1652c48e8127fc6039e77c15c2378b7e7d15a0de293311"],["d3cc30ad6b483e4bc79ce2c9dd8bc54993e947eb8df787b442943d3f7b527eaf","8b378a22d827278d89c5e9be8f9508ae3c2ad46290358630afb34db04eede0a4"],["1624d84780732860ce1c78fcbfefe08b2b29823db913f6493975ba0ff4847610","68651cf9b6da903e0914448c6cd9d4ca896878f5282be4c8cc06e2a404078575"],["733ce80da955a8a26902c95633e62a985192474b5af207da6df7b4fd5fc61cd4","f5435a2bd2badf7d485a4d8b8db9fcce3e1ef8e0201e4578c54673bc1dc5ea1d"],["15d9441254945064cf1a1c33bbd3b49f8966c5092171e699ef258dfab81c045c","d56eb30b69463e7234f5137b73b84177434800bacebfc685fc37bbe9efe4070d"],["a1d0fcf2ec9de675b612136e5ce70d271c21417c9d2b8aaaac138599d0717940","edd77f50bcb5a3cab2e90737309667f2641462a54070f3d519212d39c197a629"],["e22fbe15c0af8ccc5780c0735f84dbe9a790badee8245c06c7ca37331cb36980","a855babad5cd60c88b430a69f53a1a7a38289154964799be43d06d77d31da06"],["311091dd9860e8e20ee13473c1155f5f69635e394704eaa74009452246cfa9b3","66db656f87d1f04fffd1f04788c06830871ec5a64feee685bd80f0b1286d8374"],["34c1fd04d301be89b31c0442d3e6ac24883928b45a9340781867d4232ec2dbdf","9414685e97b1b5954bd46f730174136d57f1ceeb487443dc5321857ba73abee"],["f219ea5d6b54701c1c14de5b557eb42a8d13f3abbcd08affcc2a5e6b049b8d63","4cb95957e83d40b0f73af4544cccf6b1f4b08d3c07b27fb8d8c2962a400766d1"],["d7b8740f74a8fbaab1f683db8f45de26543a5490bca627087236912469a0b448","fa77968128d9c92ee1010f337ad4717eff15db5ed3c049b3411e0315eaa4593b"],["32d31c222f8f6f0ef86f7c98d3a3335ead5bcd32abdd94289fe4d3091aa824bf","5f3032f5892156e39ccd3d7915b9e1da2e6dac9e6f26e961118d14b8462e1661"],["7461f371914ab32671045a155d9831ea8793d77cd59592c4340f86cbc18347b5","8ec0ba238b96bec0cbdddcae0aa442542eee1ff50c986ea6b39847b3cc092ff6"],["ee079adb1df1860074356a25aa38206a6d716b2c3e67453d287698bad7b2b2d6","8dc2412aafe3be5c4c5f37e0ecc5f9f6a446989af04c4e25ebaac479ec1c8c1e"],["16ec93e447ec83f0467b18302ee620f7e65de331874c9dc72bfd8616ba9da6b5","5e4631150e62fb40d0e8c2a7ca5804a39d58186a50e497139626778e25b0674d"],["eaa5f980c245f6f038978290afa70b6bd8855897f98b6aa485b96065d537bd99","f65f5d3e292c2e0819a528391c994624d784869d7e6ea67fb18041024edc07dc"],["78c9407544ac132692ee1910a02439958ae04877151342ea96c4b6b35a49f51","f3e0319169eb9b85d5404795539a5e68fa1fbd583c064d2462b675f194a3ddb4"],["494f4be219a1a77016dcd838431aea0001cdc8ae7a6fc688726578d9702857a5","42242a969283a5f339ba7f075e36ba2af925ce30d767ed6e55f4b031880d562c"],["a598a8030da6d86c6bc7f2f5144ea549d28211ea58faa70ebf4c1e665c1fe9b5","204b5d6f84822c307e4b4a7140737aec23fc63b65b35f86a10026dbd2d864e6b"],["c41916365abb2b5d09192f5f2dbeafec208f020f12570a184dbadc3e58595997","4f14351d0087efa49d245b328984989d5caf9450f34bfc0ed16e96b58fa9913"],["841d6063a586fa475a724604da03bc5b92a2e0d2e0a36acfe4c73a5514742881","73867f59c0659e81904f9a1c7543698e62562d6744c169ce7a36de01a8d6154"],["5e95bb399a6971d376026947f89bde2f282b33810928be4ded112ac4d70e20d5","39f23f366809085beebfc71181313775a99c9aed7d8ba38b161384c746012865"],["36e4641a53948fd476c39f8a99fd974e5ec07564b5315d8bf99471bca0ef2f66","d2424b1b1abe4eb8164227b085c9aa9456ea13493fd563e06fd51cf5694c78fc"],["336581ea7bfbbb290c191a2f507a41cf5643842170e914faeab27c2c579f726","ead12168595fe1be99252129b6e56b3391f7ab1410cd1e0ef3dcdcabd2fda224"],["8ab89816dadfd6b6a1f2634fcf00ec8403781025ed6890c4849742706bd43ede","6fdcef09f2f6d0a044e654aef624136f503d459c3e89845858a47a9129cdd24e"],["1e33f1a746c9c5778133344d9299fcaa20b0938e8acff2544bb40284b8c5fb94","60660257dd11b3aa9c8ed618d24edff2306d320f1d03010e33a7d2057f3b3b6"],["85b7c1dcb3cec1b7ee7f30ded79dd20a0ed1f4cc18cbcfcfa410361fd8f08f31","3d98a9cdd026dd43f39048f25a8847f4fcafad1895d7a633c6fed3c35e999511"],["29df9fbd8d9e46509275f4b125d6d45d7fbe9a3b878a7af872a2800661ac5f51","b4c4fe99c775a606e2d8862179139ffda61dc861c019e55cd2876eb2a27d84b"],["a0b1cae06b0a847a3fea6e671aaf8adfdfe58ca2f768105c8082b2e449fce252","ae434102edde0958ec4b19d917a6a28e6b72da1834aff0e650f049503a296cf2"],["4e8ceafb9b3e9a136dc7ff67e840295b499dfb3b2133e4ba113f2e4c0e121e5","cf2174118c8b6d7a4b48f6d534ce5c79422c086a63460502b827ce62a326683c"],["d24a44e047e19b6f5afb81c7ca2f69080a5076689a010919f42725c2b789a33b","6fb8d5591b466f8fc63db50f1c0f1c69013f996887b8244d2cdec417afea8fa3"],["ea01606a7a6c9cdd249fdfcfacb99584001edd28abbab77b5104e98e8e3b35d4","322af4908c7312b0cfbfe369f7a7b3cdb7d4494bc2823700cfd652188a3ea98d"],["af8addbf2b661c8a6c6328655eb96651252007d8c5ea31be4ad196de8ce2131f","6749e67c029b85f52a034eafd096836b2520818680e26ac8f3dfbcdb71749700"],["e3ae1974566ca06cc516d47e0fb165a674a3dabcfca15e722f0e3450f45889","2aeabe7e4531510116217f07bf4d07300de97e4874f81f533420a72eeb0bd6a4"],["591ee355313d99721cf6993ffed1e3e301993ff3ed258802075ea8ced397e246","b0ea558a113c30bea60fc4775460c7901ff0b053d25ca2bdeee98f1a4be5d196"],["11396d55fda54c49f19aa97318d8da61fa8584e47b084945077cf03255b52984","998c74a8cd45ac01289d5833a7beb4744ff536b01b257be4c5767bea93ea57a4"],["3c5d2a1ba39c5a1790000738c9e0c40b8dcdfd5468754b6405540157e017aa7a","b2284279995a34e2f9d4de7396fc18b80f9b8b9fdd270f6661f79ca4c81bd257"],["cc8704b8a60a0defa3a99a7299f2e9c3fbc395afb04ac078425ef8a1793cc030","bdd46039feed17881d1e0862db347f8cf395b74fc4bcdc4e940b74e3ac1f1b13"],["c533e4f7ea8555aacd9777ac5cad29b97dd4defccc53ee7ea204119b2889b197","6f0a256bc5efdf429a2fb6242f1a43a2d9b925bb4a4b3a26bb8e0f45eb596096"],["c14f8f2ccb27d6f109f6d08d03cc96a69ba8c34eec07bbcf566d48e33da6593","c359d6923bb398f7fd4473e16fe1c28475b740dd098075e6c0e8649113dc3a38"],["a6cbc3046bc6a450bac24789fa17115a4c9739ed75f8f21ce441f72e0b90e6ef","21ae7f4680e889bb130619e2c0f95a360ceb573c70603139862afd617fa9b9f"],["347d6d9a02c48927ebfb86c1359b1caf130a3c0267d11ce6344b39f99d43cc38","60ea7f61a353524d1c987f6ecec92f086d565ab687870cb12689ff1e31c74448"],["da6545d2181db8d983f7dcb375ef5866d47c67b1bf31c8cf855ef7437b72656a","49b96715ab6878a79e78f07ce5680c5d6673051b4935bd897fea824b77dc208a"],["c40747cc9d012cb1a13b8148309c6de7ec25d6945d657146b9d5994b8feb1111","5ca560753be2a12fc6de6caf2cb489565db936156b9514e1bb5e83037e0fa2d4"],["4e42c8ec82c99798ccf3a610be870e78338c7f713348bd34c8203ef4037f3502","7571d74ee5e0fb92a7a8b33a07783341a5492144cc54bcc40a94473693606437"],["3775ab7089bc6af823aba2e1af70b236d251cadb0c86743287522a1b3b0dedea","be52d107bcfa09d8bcb9736a828cfa7fac8db17bf7a76a2c42ad961409018cf7"],["cee31cbf7e34ec379d94fb814d3d775ad954595d1314ba8846959e3e82f74e26","8fd64a14c06b589c26b947ae2bcf6bfa0149ef0be14ed4d80f448a01c43b1c6d"],["b4f9eaea09b6917619f6ea6a4eb5464efddb58fd45b1ebefcdc1a01d08b47986","39e5c9925b5a54b07433a4f18c61726f8bb131c012ca542eb24a8ac07200682a"],["d4263dfc3d2df923a0179a48966d30ce84e2515afc3dccc1b77907792ebcc60e","62dfaf07a0f78feb30e30d6295853ce189e127760ad6cf7fae164e122a208d54"],["48457524820fa65a4f8d35eb6930857c0032acc0a4a2de422233eeda897612c4","25a748ab367979d98733c38a1fa1c2e7dc6cc07db2d60a9ae7a76aaa49bd0f77"],["dfeeef1881101f2cb11644f3a2afdfc2045e19919152923f367a1767c11cceda","ecfb7056cf1de042f9420bab396793c0c390bde74b4bbdff16a83ae09a9a7517"],["6d7ef6b17543f8373c573f44e1f389835d89bcbc6062ced36c82df83b8fae859","cd450ec335438986dfefa10c57fea9bcc521a0959b2d80bbf74b190dca712d10"],["e75605d59102a5a2684500d3b991f2e3f3c88b93225547035af25af66e04541f","f5c54754a8f71ee540b9b48728473e314f729ac5308b06938360990e2bfad125"],["eb98660f4c4dfaa06a2be453d5020bc99a0c2e60abe388457dd43fefb1ed620c","6cb9a8876d9cb8520609af3add26cd20a0a7cd8a9411131ce85f44100099223e"],["13e87b027d8514d35939f2e6892b19922154596941888336dc3563e3b8dba942","fef5a3c68059a6dec5d624114bf1e91aac2b9da568d6abeb2570d55646b8adf1"],["ee163026e9fd6fe017c38f06a5be6fc125424b371ce2708e7bf4491691e5764a","1acb250f255dd61c43d94ccc670d0f58f49ae3fa15b96623e5430da0ad6c62b2"],["b268f5ef9ad51e4d78de3a750c2dc89b1e626d43505867999932e5db33af3d80","5f310d4b3c99b9ebb19f77d41c1dee018cf0d34fd4191614003e945a1216e423"],["ff07f3118a9df035e9fad85eb6c7bfe42b02f01ca99ceea3bf7ffdba93c4750d","438136d603e858a3a5c440c38eccbaddc1d2942114e2eddd4740d098ced1f0d8"],["8d8b9855c7c052a34146fd20ffb658bea4b9f69e0d825ebec16e8c3ce2b526a1","cdb559eedc2d79f926baf44fb84ea4d44bcf50fee51d7ceb30e2e7f463036758"],["52db0b5384dfbf05bfa9d472d7ae26dfe4b851ceca91b1eba54263180da32b63","c3b997d050ee5d423ebaf66a6db9f57b3180c902875679de924b69d84a7b375"],["e62f9490d3d51da6395efd24e80919cc7d0f29c3f3fa48c6fff543becbd43352","6d89ad7ba4876b0b22c2ca280c682862f342c8591f1daf5170e07bfd9ccafa7d"],["7f30ea2476b399b4957509c88f77d0191afa2ff5cb7b14fd6d8e7d65aaab1193","ca5ef7d4b231c94c3b15389a5f6311e9daff7bb67b103e9880ef4bff637acaec"],["5098ff1e1d9f14fb46a210fada6c903fef0fb7b4a1dd1d9ac60a0361800b7a00","9731141d81fc8f8084d37c6e7542006b3ee1b40d60dfe5362a5b132fd17ddc0"],["32b78c7de9ee512a72895be6b9cbefa6e2f3c4ccce445c96b9f2c81e2778ad58","ee1849f513df71e32efc3896ee28260c73bb80547ae2275ba497237794c8753c"],["e2cb74fddc8e9fbcd076eef2a7c72b0ce37d50f08269dfc074b581550547a4f7","d3aa2ed71c9dd2247a62df062736eb0baddea9e36122d2be8641abcb005cc4a4"],["8438447566d4d7bedadc299496ab357426009a35f235cb141be0d99cd10ae3a8","c4e1020916980a4da5d01ac5e6ad330734ef0d7906631c4f2390426b2edd791f"],["4162d488b89402039b584c6fc6c308870587d9c46f660b878ab65c82c711d67e","67163e903236289f776f22c25fb8a3afc1732f2b84b4e95dbda47ae5a0852649"],["3fad3fa84caf0f34f0f89bfd2dcf54fc175d767aec3e50684f3ba4a4bf5f683d","cd1bc7cb6cc407bb2f0ca647c718a730cf71872e7d0d2a53fa20efcdfe61826"],["674f2600a3007a00568c1a7ce05d0816c1fb84bf1370798f1c69532faeb1a86b","299d21f9413f33b3edf43b257004580b70db57da0b182259e09eecc69e0d38a5"],["d32f4da54ade74abb81b815ad1fb3b263d82d6c692714bcff87d29bd5ee9f08f","f9429e738b8e53b968e99016c059707782e14f4535359d582fc416910b3eea87"],["30e4e670435385556e593657135845d36fbb6931f72b08cb1ed954f1e3ce3ff6","462f9bce619898638499350113bbc9b10a878d35da70740dc695a559eb88db7b"],["be2062003c51cc3004682904330e4dee7f3dcd10b01e580bf1971b04d4cad297","62188bc49d61e5428573d48a74e1c655b1c61090905682a0d5558ed72dccb9bc"],["93144423ace3451ed29e0fb9ac2af211cb6e84a601df5993c419859fff5df04a","7c10dfb164c3425f5c71a3f9d7992038f1065224f72bb9d1d902a6d13037b47c"],["b015f8044f5fcbdcf21ca26d6c34fb8197829205c7b7d2a7cb66418c157b112c","ab8c1e086d04e813744a655b2df8d5f83b3cdc6faa3088c1d3aea1454e3a1d5f"],["d5e9e1da649d97d89e4868117a465a3a4f8a18de57a140d36b3f2af341a21b52","4cb04437f391ed73111a13cc1d4dd0db1693465c2240480d8955e8592f27447a"],["d3ae41047dd7ca065dbf8ed77b992439983005cd72e16d6f996a5316d36966bb","bd1aeb21ad22ebb22a10f0303417c6d964f8cdd7df0aca614b10dc14d125ac46"],["463e2763d885f958fc66cdd22800f0a487197d0a82e377b49f80af87c897b065","bfefacdb0e5d0fd7df3a311a94de062b26b80c61fbc97508b79992671ef7ca7f"],["7985fdfd127c0567c6f53ec1bb63ec3158e597c40bfe747c83cddfc910641917","603c12daf3d9862ef2b25fe1de289aed24ed291e0ec6708703a5bd567f32ed03"],["74a1ad6b5f76e39db2dd249410eac7f99e74c59cb83d2d0ed5ff1543da7703e9","cc6157ef18c9c63cd6193d83631bbea0093e0968942e8c33d5737fd790e0db08"],["30682a50703375f602d416664ba19b7fc9bab42c72747463a71d0896b22f6da3","553e04f6b018b4fa6c8f39e7f311d3176290d0e0f19ca73f17714d9977a22ff8"],["9e2158f0d7c0d5f26c3791efefa79597654e7a2b2464f52b1ee6c1347769ef57","712fcdd1b9053f09003a3481fa7762e9ffd7c8ef35a38509e2fbf2629008373"],["176e26989a43c9cfeba4029c202538c28172e566e3c4fce7322857f3be327d66","ed8cc9d04b29eb877d270b4878dc43c19aefd31f4eee09ee7b47834c1fa4b1c3"],["75d46efea3771e6e68abb89a13ad747ecf1892393dfc4f1b7004788c50374da8","9852390a99507679fd0b86fd2b39a868d7efc22151346e1a3ca4726586a6bed8"],["809a20c67d64900ffb698c4c825f6d5f2310fb0451c869345b7319f645605721","9e994980d9917e22b76b061927fa04143d096ccc54963e6a5ebfa5f3f8e286c1"],["1b38903a43f7f114ed4500b4eac7083fdefece1cf29c63528d563446f972c180","4036edc931a60ae889353f77fd53de4a2708b26b6f5da72ad3394119daf408f9"]]}}},function(e,t,r){"use strict";var n=r(5),i=r(374),a=r(9),s=r(55),o=r(51),d=a.assert,u=r(375),h=r(376);function c(e){if(!(this instanceof c))return new c(e);"string"==typeof e&&(d(Object.prototype.hasOwnProperty.call(s,e),"Unknown curve "+e),e=s[e]),e instanceof s.PresetCurve&&(e={curve:e}),this.curve=e.curve.curve,this.n=this.curve.n,this.nh=this.n.ushrn(1),this.g=this.curve.g,this.g=e.curve.g,this.g.precompute(e.curve.n.bitLength()+1),this.hash=e.hash||e.curve.hash}e.exports=c,c.prototype.keyPair=function(e){return new u(this,e)},c.prototype.keyFromPrivate=function(e,t){return u.fromPrivate(this,e,t)},c.prototype.keyFromPublic=function(e,t){return u.fromPublic(this,e,t)},c.prototype.genKeyPair=function(e){e||(e={});for(var t=new i({hash:this.hash,pers:e.pers,persEnc:e.persEnc||"utf8",entropy:e.entropy||o(this.hash.hmacStrength),entropyEnc:e.entropy&&e.entropyEnc||"utf8",nonce:this.n.toArray()}),r=this.n.byteLength(),a=this.n.sub(new n(2));;){var s=new n(t.generate(r));if(!(s.cmp(a)>0))return s.iaddn(1),this.keyFromPrivate(s)}},c.prototype._truncateToN=function(e,t){var r=8*e.byteLength()-this.n.bitLength();return r>0&&(e=e.ushrn(r)),!t&&e.cmp(this.n)>=0?e.sub(this.n):e},c.prototype.sign=function(e,t,r,a){"object"==typeof r&&(a=r,r=null),a||(a={}),t=this.keyFromPrivate(t,r),e=this._truncateToN(new n(e,16));for(var s=this.n.byteLength(),o=t.getPrivate().toArray("be",s),d=e.toArray("be",s),u=new i({hash:this.hash,entropy:o,nonce:d,pers:a.pers,persEnc:a.persEnc||"utf8"}),c=this.n.sub(new n(1)),l=0;;l++){var f=a.k?a.k(l):new n(u.generate(this.n.byteLength()));if(!((f=this._truncateToN(f,!0)).cmpn(1)<=0||f.cmp(c)>=0)){var _=this.g.mul(f);if(!_.isInfinity()){var p=_.getX(),m=p.umod(this.n);if(0!==m.cmpn(0)){var y=f.invm(this.n).mul(m.mul(t.getPrivate()).iadd(e));if(0!==(y=y.umod(this.n)).cmpn(0)){var b=(_.getY().isOdd()?1:0)|(0!==p.cmp(m)?2:0);return a.canonical&&y.cmp(this.nh)>0&&(y=this.n.sub(y),b^=1),new h({r:m,s:y,recoveryParam:b})}}}}}},c.prototype.verify=function(e,t,r,i){e=this._truncateToN(new n(e,16)),r=this.keyFromPublic(r,i);var a=(t=new h(t,"hex")).r,s=t.s;if(a.cmpn(1)<0||a.cmp(this.n)>=0)return!1;if(s.cmpn(1)<0||s.cmp(this.n)>=0)return!1;var o,d=s.invm(this.n),u=d.mul(e).umod(this.n),c=d.mul(a).umod(this.n);return this.curve._maxwellTrick?!(o=this.g.jmulAdd(u,r.getPublic(),c)).isInfinity()&&o.eqXToP(a):!(o=this.g.mulAdd(u,r.getPublic(),c)).isInfinity()&&0===o.getX().umod(this.n).cmp(a)},c.prototype.recoverPubKey=function(e,t,r,i){d((3&r)===r,"The recovery param is more than two bits"),t=new h(t,i);var a=this.n,s=new n(e),o=t.r,u=t.s,c=1&r,l=r>>1;if(o.cmp(this.curve.p.umod(this.curve.n))>=0&&l)throw new Error("Unable to find sencond key candinate");o=l?this.curve.pointFromX(o.add(this.curve.n),c):this.curve.pointFromX(o,c);var f=t.r.invm(a),_=a.sub(s).mul(f).umod(a),p=u.mul(f).umod(a);return this.g.mulAdd(_,o,p)},c.prototype.getKeyRecoveryParam=function(e,t,r,n){if(null!==(t=new h(t,n)).recoveryParam)return t.recoveryParam;for(var i=0;i<4;i++){var a;try{a=this.recoverPubKey(e,t,i)}catch(e){continue}if(a.eq(r))return i}throw new Error("Unable to find valid recovery factor")}},function(e,t,r){"use strict";var n=r(56),i=r(243),a=r(8);function s(e){if(!(this instanceof s))return new s(e);this.hash=e.hash,this.predResist=!!e.predResist,this.outLen=this.hash.outSize,this.minEntropy=e.minEntropy||this.hash.hmacStrength,this._reseed=null,this.reseedInterval=null,this.K=null,this.V=null;var t=i.toArray(e.entropy,e.entropyEnc||"hex"),r=i.toArray(e.nonce,e.nonceEnc||"hex"),n=i.toArray(e.pers,e.persEnc||"hex");a(t.length>=this.minEntropy/8,"Not enough entropy. Minimum is: "+this.minEntropy+" bits"),this._init(t,r,n)}e.exports=s,s.prototype._init=function(e,t,r){var n=e.concat(t).concat(r);this.K=new Array(this.outLen/8),this.V=new Array(this.outLen/8);for(var i=0;i<this.V.length;i++)this.K[i]=0,this.V[i]=1;this._update(n),this._reseed=1,this.reseedInterval=281474976710656},s.prototype._hmac=function(){return new n.hmac(this.hash,this.K)},s.prototype._update=function(e){var t=this._hmac().update(this.V).update([0]);e&&(t=t.update(e)),this.K=t.digest(),this.V=this._hmac().update(this.V).digest(),e&&(this.K=this._hmac().update(this.V).update([1]).update(e).digest(),this.V=this._hmac().update(this.V).digest())},s.prototype.reseed=function(e,t,r,n){"string"!=typeof t&&(n=r,r=t,t=null),e=i.toArray(e,t),r=i.toArray(r,n),a(e.length>=this.minEntropy/8,"Not enough entropy. Minimum is: "+this.minEntropy+" bits"),this._update(e.concat(r||[])),this._reseed=1},s.prototype.generate=function(e,t,r,n){if(this._reseed>this.reseedInterval)throw new Error("Reseed is required");"string"!=typeof t&&(n=r,r=t,t=null),r&&(r=i.toArray(r,n||"hex"),this._update(r));for(var a=[];a.length<e;)this.V=this._hmac().update(this.V).digest(),a=a.concat(this.V);var s=a.slice(0,e);return this._update(r),this._reseed++,i.encode(s,t)}},function(e,t,r){"use strict";var n=r(5),i=r(9).assert;function a(e,t){this.ec=e,this.priv=null,this.pub=null,t.priv&&this._importPrivate(t.priv,t.privEnc),t.pub&&this._importPublic(t.pub,t.pubEnc)}e.exports=a,a.fromPublic=function(e,t,r){return t instanceof a?t:new a(e,{pub:t,pubEnc:r})},a.fromPrivate=function(e,t,r){return t instanceof a?t:new a(e,{priv:t,privEnc:r})},a.prototype.validate=function(){var e=this.getPublic();return e.isInfinity()?{result:!1,reason:"Invalid public key"}:e.validate()?e.mul(this.ec.curve.n).isInfinity()?{result:!0,reason:null}:{result:!1,reason:"Public key * N != O"}:{result:!1,reason:"Public key is not a point"}},a.prototype.getPublic=function(e,t){return"string"==typeof e&&(t=e,e=null),this.pub||(this.pub=this.ec.g.mul(this.priv)),t?this.pub.encode(t,e):this.pub},a.prototype.getPrivate=function(e){return"hex"===e?this.priv.toString(16,2):this.priv},a.prototype._importPrivate=function(e,t){this.priv=new n(e,t||16),this.priv=this.priv.umod(this.ec.curve.n)},a.prototype._importPublic=function(e,t){if(e.x||e.y)return"mont"===this.ec.curve.type?i(e.x,"Need x coordinate"):"short"!==this.ec.curve.type&&"edwards"!==this.ec.curve.type||i(e.x&&e.y,"Need both x and y coordinate"),void(this.pub=this.ec.curve.point(e.x,e.y));this.pub=this.ec.curve.decodePoint(e,t)},a.prototype.derive=function(e){return e.validate()||i(e.validate(),"public point not validated"),e.mul(this.priv).getX()},a.prototype.sign=function(e,t,r){return this.ec.sign(e,this,t,r)},a.prototype.verify=function(e,t){return this.ec.verify(e,t,this)},a.prototype.inspect=function(){return"<Key priv: "+(this.priv&&this.priv.toString(16,2))+" pub: "+(this.pub&&this.pub.inspect())+" >"}},function(e,t,r){"use strict";var n=r(5),i=r(9),a=i.assert;function s(e,t){if(e instanceof s)return e;this._importDER(e,t)||(a(e.r&&e.s,"Signature without r or s"),this.r=new n(e.r,16),this.s=new n(e.s,16),void 0===e.recoveryParam?this.recoveryParam=null:this.recoveryParam=e.recoveryParam)}function o(){this.place=0}function d(e,t){var r=e[t.place++];if(!(128&r))return r;var n=15&r;if(0===n||n>4)return!1;for(var i=0,a=0,s=t.place;a<n;a++,s++)i<<=8,i|=e[s],i>>>=0;return!(i<=127)&&(t.place=s,i)}function u(e){for(var t=0,r=e.length-1;!e[t]&&!(128&e[t+1])&&t<r;)t++;return 0===t?e:e.slice(t)}function h(e,t){if(t<128)e.push(t);else{var r=1+(Math.log(t)/Math.LN2>>>3);for(e.push(128|r);--r;)e.push(t>>>(r<<3)&255);e.push(t)}}e.exports=s,s.prototype._importDER=function(e,t){e=i.toArray(e,t);var r=new o;if(48!==e[r.place++])return!1;var a=d(e,r);if(!1===a)return!1;if(a+r.place!==e.length)return!1;if(2!==e[r.place++])return!1;var s=d(e,r);if(!1===s)return!1;var u=e.slice(r.place,s+r.place);if(r.place+=s,2!==e[r.place++])return!1;var h=d(e,r);if(!1===h)return!1;if(e.length!==h+r.place)return!1;var c=e.slice(r.place,h+r.place);if(0===u[0]){if(!(128&u[1]))return!1;u=u.slice(1)}if(0===c[0]){if(!(128&c[1]))return!1;c=c.slice(1)}return this.r=new n(u),this.s=new n(c),this.recoveryParam=null,!0},s.prototype.toDER=function(e){var t=this.r.toArray(),r=this.s.toArray();for(128&t[0]&&(t=[0].concat(t)),128&r[0]&&(r=[0].concat(r)),t=u(t),r=u(r);!(r[0]||128&r[1]);)r=r.slice(1);var n=[2];h(n,t.length),(n=n.concat(t)).push(2),h(n,r.length);var a=n.concat(r),s=[48];return h(s,a.length),s=s.concat(a),i.encode(s,e)}},function(e,t,r){"use strict";var n=r(56),i=r(55),a=r(9),s=a.assert,o=a.parseBytes,d=r(378),u=r(379);function h(e){if(s("ed25519"===e,"only tested with ed25519 so far"),!(this instanceof h))return new h(e);e=i[e].curve,this.curve=e,this.g=e.g,this.g.precompute(e.n.bitLength()+1),this.pointClass=e.point().constructor,this.encodingLength=Math.ceil(e.n.bitLength()/8),this.hash=n.sha512}e.exports=h,h.prototype.sign=function(e,t){e=o(e);var r=this.keyFromSecret(t),n=this.hashInt(r.messagePrefix(),e),i=this.g.mul(n),a=this.encodePoint(i),s=this.hashInt(a,r.pubBytes(),e).mul(r.priv()),d=n.add(s).umod(this.curve.n);return this.makeSignature({R:i,S:d,Rencoded:a})},h.prototype.verify=function(e,t,r){e=o(e),t=this.makeSignature(t);var n=this.keyFromPublic(r),i=this.hashInt(t.Rencoded(),n.pubBytes(),e),a=this.g.mul(t.S());return t.R().add(n.pub().mul(i)).eq(a)},h.prototype.hashInt=function(){for(var e=this.hash(),t=0;t<arguments.length;t++)e.update(arguments[t]);return a.intFromLE(e.digest()).umod(this.curve.n)},h.prototype.keyFromPublic=function(e){return d.fromPublic(this,e)},h.prototype.keyFromSecret=function(e){return d.fromSecret(this,e)},h.prototype.makeSignature=function(e){return e instanceof u?e:new u(this,e)},h.prototype.encodePoint=function(e){var t=e.getY().toArray("le",this.encodingLength);return t[this.encodingLength-1]|=e.getX().isOdd()?128:0,t},h.prototype.decodePoint=function(e){var t=(e=a.parseBytes(e)).length-1,r=e.slice(0,t).concat(-129&e[t]),n=0!=(128&e[t]),i=a.intFromLE(r);return this.curve.pointFromY(i,n)},h.prototype.encodeInt=function(e){return e.toArray("le",this.encodingLength)},h.prototype.decodeInt=function(e){return a.intFromLE(e)},h.prototype.isPoint=function(e){return e instanceof this.pointClass}},function(e,t,r){"use strict";var n=r(9),i=n.assert,a=n.parseBytes,s=n.cachedProperty;function o(e,t){this.eddsa=e,this._secret=a(t.secret),e.isPoint(t.pub)?this._pub=t.pub:this._pubBytes=a(t.pub)}o.fromPublic=function(e,t){return t instanceof o?t:new o(e,{pub:t})},o.fromSecret=function(e,t){return t instanceof o?t:new o(e,{secret:t})},o.prototype.secret=function(){return this._secret},s(o,"pubBytes",(function(){return this.eddsa.encodePoint(this.pub())})),s(o,"pub",(function(){return this._pubBytes?this.eddsa.decodePoint(this._pubBytes):this.eddsa.g.mul(this.priv())})),s(o,"privBytes",(function(){var e=this.eddsa,t=this.hash(),r=e.encodingLength-1,n=t.slice(0,e.encodingLength);return n[0]&=248,n[r]&=127,n[r]|=64,n})),s(o,"priv",(function(){return this.eddsa.decodeInt(this.privBytes())})),s(o,"hash",(function(){return this.eddsa.hash().update(this.secret()).digest()})),s(o,"messagePrefix",(function(){return this.hash().slice(this.eddsa.encodingLength)})),o.prototype.sign=function(e){return i(this._secret,"KeyPair can only verify"),this.eddsa.sign(e,this)},o.prototype.verify=function(e,t){return this.eddsa.verify(e,t,this)},o.prototype.getSecret=function(e){return i(this._secret,"KeyPair is public only"),n.encode(this.secret(),e)},o.prototype.getPublic=function(e){return n.encode(this.pubBytes(),e)},e.exports=o},function(e,t,r){"use strict";var n=r(5),i=r(9),a=i.assert,s=i.cachedProperty,o=i.parseBytes;function d(e,t){this.eddsa=e,"object"!=typeof t&&(t=o(t)),Array.isArray(t)&&(t={R:t.slice(0,e.encodingLength),S:t.slice(e.encodingLength)}),a(t.R&&t.S,"Signature without R or S"),e.isPoint(t.R)&&(this._R=t.R),t.S instanceof n&&(this._S=t.S),this._Rencoded=Array.isArray(t.R)?t.R:t.Rencoded,this._Sencoded=Array.isArray(t.S)?t.S:t.Sencoded}s(d,"S",(function(){return this.eddsa.decodeInt(this.Sencoded())})),s(d,"R",(function(){return this.eddsa.decodePoint(this.Rencoded())})),s(d,"Rencoded",(function(){return this.eddsa.encodePoint(this.R())})),s(d,"Sencoded",(function(){return this.eddsa.encodeInt(this.S())})),d.prototype.toBytes=function(){return this.Rencoded().concat(this.Sencoded())},d.prototype.toHex=function(){return i.encode(this.toBytes(),"hex").toUpperCase()},e.exports=d},function(e,t){},function(e,t,r){"use strict";var n=r(249);t.certificate=r(387);var i=n.define("RSAPrivateKey",(function(){this.seq().obj(this.key("version").int(),this.key("modulus").int(),this.key("publicExponent").int(),this.key("privateExponent").int(),this.key("prime1").int(),this.key("prime2").int(),this.key("exponent1").int(),this.key("exponent2").int(),this.key("coefficient").int())}));t.RSAPrivateKey=i;var a=n.define("RSAPublicKey",(function(){this.seq().obj(this.key("modulus").int(),this.key("publicExponent").int())}));t.RSAPublicKey=a;var s=n.define("SubjectPublicKeyInfo",(function(){this.seq().obj(this.key("algorithm").use(o),this.key("subjectPublicKey").bitstr())}));t.PublicKey=s;var o=n.define("AlgorithmIdentifier",(function(){this.seq().obj(this.key("algorithm").objid(),this.key("none").null_().optional(),this.key("curve").objid().optional(),this.key("params").seq().obj(this.key("p").int(),this.key("q").int(),this.key("g").int()).optional())})),d=n.define("PrivateKeyInfo",(function(){this.seq().obj(this.key("version").int(),this.key("algorithm").use(o),this.key("subjectPrivateKey").octstr())}));t.PrivateKey=d;var u=n.define("EncryptedPrivateKeyInfo",(function(){this.seq().obj(this.key("algorithm").seq().obj(this.key("id").objid(),this.key("decrypt").seq().obj(this.key("kde").seq().obj(this.key("id").objid(),this.key("kdeparams").seq().obj(this.key("salt").octstr(),this.key("iters").int())),this.key("cipher").seq().obj(this.key("algo").objid(),this.key("iv").octstr()))),this.key("subjectPrivateKey").octstr())}));t.EncryptedPrivateKey=u;var h=n.define("DSAPrivateKey",(function(){this.seq().obj(this.key("version").int(),this.key("p").int(),this.key("q").int(),this.key("g").int(),this.key("pub_key").int(),this.key("priv_key").int())}));t.DSAPrivateKey=h,t.DSAparam=n.define("DSAparam",(function(){this.int()}));var c=n.define("ECPrivateKey",(function(){this.seq().obj(this.key("version").int(),this.key("privateKey").octstr(),this.key("parameters").optional().explicit(0).use(l),this.key("publicKey").optional().explicit(1).bitstr())}));t.ECPrivateKey=c;var l=n.define("ECParameters",(function(){this.choice({namedCurve:this.objid()})}));t.signature=n.define("signature",(function(){this.seq().obj(this.key("r").int(),this.key("s").int())}))},function(e,t,r){"use strict";const n=r(250),i=r(252),a=r(1);function s(e,t){this.name=e,this.body=t,this.decoders={},this.encoders={}}t.define=function(e,t){return new s(e,t)},s.prototype._createNamed=function(e){const t=this.name;function r(e){this._initNamed(e,t)}return a(r,e),r.prototype._initNamed=function(t,r){e.call(this,t,r)},new r(this)},s.prototype._getDecoder=function(e){return e=e||"der",this.decoders.hasOwnProperty(e)||(this.decoders[e]=this._createNamed(i[e])),this.decoders[e]},s.prototype.decode=function(e,t,r){return this._getDecoder(t).decode(e,r)},s.prototype._getEncoder=function(e){return e=e||"der",this.encoders.hasOwnProperty(e)||(this.encoders[e]=this._createNamed(n[e])),this.encoders[e]},s.prototype.encode=function(e,t,r){return this._getEncoder(t).encode(e,r)}},function(e,t,r){"use strict";const n=r(1),i=r(251);function a(e){i.call(this,e),this.enc="pem"}n(a,i),e.exports=a,a.prototype.encode=function(e,t){const r=i.prototype.encode.call(this,e).toString("base64"),n=["-----BEGIN "+t.label+"-----"];for(let e=0;e<r.length;e+=64)n.push(r.slice(e,e+64));return n.push("-----END "+t.label+"-----"),n.join("\n")}},function(e,t,r){"use strict";const n=r(1),i=r(57).Buffer,a=r(253);function s(e){a.call(this,e),this.enc="pem"}n(s,a),e.exports=s,s.prototype.decode=function(e,t){const r=e.toString().split(/[\r\n]+/g),n=t.label.toUpperCase(),s=/^-----(BEGIN|END) ([^-]+)-----$/;let o=-1,d=-1;for(let e=0;e<r.length;e++){const t=r[e].match(s);if(null!==t&&t[2]===n){if(-1!==o){if("END"!==t[1])break;d=e;break}if("BEGIN"!==t[1])break;o=e}}if(-1===o||-1===d)throw new Error("PEM section not found for: "+n);const u=r.slice(o+1,d).join("");u.replace(/[^a-z0-9+/=]+/gi,"");const h=i.from(u,"base64");return a.prototype.decode.call(this,h,t)}},function(e,t,r){"use strict";const n=t;n.Reporter=r(59).Reporter,n.DecoderBuffer=r(29).DecoderBuffer,n.EncoderBuffer=r(29).EncoderBuffer,n.Node=r(58)},function(e,t,r){"use strict";const n=t;n._reverse=function(e){const t={};return Object.keys(e).forEach((function(r){(0|r)==r&&(r|=0);const n=e[r];t[n]=r})),t},n.der=r(60)},function(e,t,r){"use strict";var n=r(249),i=n.define("Time",(function(){this.choice({utcTime:this.utctime(),generalTime:this.gentime()})})),a=n.define("AttributeTypeValue",(function(){this.seq().obj(this.key("type").objid(),this.key("value").any())})),s=n.define("AlgorithmIdentifier",(function(){this.seq().obj(this.key("algorithm").objid(),this.key("parameters").optional(),this.key("curve").objid().optional())})),o=n.define("SubjectPublicKeyInfo",(function(){this.seq().obj(this.key("algorithm").use(s),this.key("subjectPublicKey").bitstr())})),d=n.define("RelativeDistinguishedName",(function(){this.setof(a)})),u=n.define("RDNSequence",(function(){this.seqof(d)})),h=n.define("Name",(function(){this.choice({rdnSequence:this.use(u)})})),c=n.define("Validity",(function(){this.seq().obj(this.key("notBefore").use(i),this.key("notAfter").use(i))})),l=n.define("Extension",(function(){this.seq().obj(this.key("extnID").objid(),this.key("critical").bool().def(!1),this.key("extnValue").octstr())})),f=n.define("TBSCertificate",(function(){this.seq().obj(this.key("version").explicit(0).int().optional(),this.key("serialNumber").int(),this.key("signature").use(s),this.key("issuer").use(h),this.key("validity").use(c),this.key("subject").use(h),this.key("subjectPublicKeyInfo").use(o),this.key("issuerUniqueID").implicit(1).bitstr().optional(),this.key("subjectUniqueID").implicit(2).bitstr().optional(),this.key("extensions").explicit(3).seqof(l).optional())})),_=n.define("X509Certificate",(function(){this.seq().obj(this.key("tbsCertificate").use(f),this.key("signatureAlgorithm").use(s),this.key("signatureValue").bitstr())}));e.exports=_},function(e){e.exports=JSON.parse('{"2.16.840.1.101.3.4.1.1":"aes-128-ecb","2.16.840.1.101.3.4.1.2":"aes-128-cbc","2.16.840.1.101.3.4.1.3":"aes-128-ofb","2.16.840.1.101.3.4.1.4":"aes-128-cfb","2.16.840.1.101.3.4.1.21":"aes-192-ecb","2.16.840.1.101.3.4.1.22":"aes-192-cbc","2.16.840.1.101.3.4.1.23":"aes-192-ofb","2.16.840.1.101.3.4.1.24":"aes-192-cfb","2.16.840.1.101.3.4.1.41":"aes-256-ecb","2.16.840.1.101.3.4.1.42":"aes-256-cbc","2.16.840.1.101.3.4.1.43":"aes-256-ofb","2.16.840.1.101.3.4.1.44":"aes-256-cfb"}')},function(e,t,r){var n=/Proc-Type: 4,ENCRYPTED[\n\r]+DEK-Info: AES-((?:128)|(?:192)|(?:256))-CBC,([0-9A-H]+)[\n\r]+([0-9A-z\n\r+/=]+)[\n\r]+/m,i=/^-----BEGIN ((?:.*? KEY)|CERTIFICATE)-----/m,a=/^-----BEGIN ((?:.*? KEY)|CERTIFICATE)-----([0-9A-z\n\r+/=]+)-----END \1-----$/m,s=r(34),o=r(49),d=r(2).Buffer;e.exports=function(e,t){var r,u=e.toString(),h=u.match(n);if(h){var c="aes"+h[1],l=d.from(h[2],"hex"),f=d.from(h[3].replace(/[\r\n]/g,""),"base64"),_=s(t,l.slice(0,8),parseInt(h[1],10)).key,p=[],m=o.createDecipheriv(c,_,l);p.push(m.update(f)),p.push(m.final()),r=d.concat(p)}else{var y=u.match(a);r=d.from(y[2].replace(/[\r\n]/g,""),"base64")}return{tag:u.match(i)[1],data:r}}},function(e,t,r){var n=r(2).Buffer,i=r(248),a=r(54).ec,s=r(36),o=r(254);function d(e,t){if(e.cmpn(0)<=0)throw new Error("invalid sig");if(e.cmp(t)>=t)throw new Error("invalid sig")}e.exports=function(e,t,r,u,h){var c=s(r);if("ec"===c.type){if("ecdsa"!==u&&"ecdsa/rsa"!==u)throw new Error("wrong public key type");return function(e,t,r){var n=o[r.data.algorithm.curve.join(".")];if(!n)throw new Error("unknown curve "+r.data.algorithm.curve.join("."));var i=new a(n),s=r.data.subjectPrivateKey.data;return i.verify(t,e,s)}(e,t,c)}if("dsa"===c.type){if("dsa"!==u)throw new Error("wrong public key type");return function(e,t,r){var n=r.data.p,a=r.data.q,o=r.data.g,u=r.data.pub_key,h=s.signature.decode(e,"der"),c=h.s,l=h.r;d(c,a),d(l,a);var f=i.mont(n),_=c.invm(a);return 0===o.toRed(f).redPow(new i(t).mul(_).mod(a)).fromRed().mul(u.toRed(f).redPow(l.mul(_).mod(a)).fromRed()).mod(n).mod(a).cmp(l)}(e,t,c)}if("rsa"!==u&&"ecdsa/rsa"!==u)throw new Error("wrong public key type");t=n.concat([h,t]);for(var l=c.modulus.byteLength(),f=[1],_=0;t.length+f.length+2<l;)f.push(255),_++;f.push(0);for(var p=-1;++p<t.length;)f.push(t[p]);f=n.from(f);var m=i.mont(c.modulus);e=(e=new i(e).toRed(m)).redPow(new i(c.publicExponent)),e=n.from(e.fromRed().toArray());var y=_<8?1:0;for(l=Math.min(e.length,f.length),e.length!==f.length&&(y=1),p=-1;++p<l;)y|=e[p]^f[p];return 0===y}},function(e,t,r){(function(t){var n=r(54),i=r(5);e.exports=function(e){return new s(e)};var a={secp256k1:{name:"secp256k1",byteLength:32},secp224r1:{name:"p224",byteLength:28},prime256v1:{name:"p256",byteLength:32},prime192v1:{name:"p192",byteLength:24},ed25519:{name:"ed25519",byteLength:32},secp384r1:{name:"p384",byteLength:48},secp521r1:{name:"p521",byteLength:66}};function s(e){this.curveType=a[e],this.curveType||(this.curveType={name:e}),this.curve=new n.ec(this.curveType.name),this.keys=void 0}function o(e,r,n){Array.isArray(e)||(e=e.toArray());var i=new t(e);if(n&&i.length<n){var a=new t(n-i.length);a.fill(0),i=t.concat([a,i])}return r?i.toString(r):i}a.p224=a.secp224r1,a.p256=a.secp256r1=a.prime256v1,a.p192=a.secp192r1=a.prime192v1,a.p384=a.secp384r1,a.p521=a.secp521r1,s.prototype.generateKeys=function(e,t){return this.keys=this.curve.genKeyPair(),this.getPublicKey(e,t)},s.prototype.computeSecret=function(e,r,n){return r=r||"utf8",t.isBuffer(e)||(e=new t(e,r)),o(this.curve.keyFromPublic(e).getPublic().mul(this.keys.getPrivate()).getX(),n,this.curveType.byteLength)},s.prototype.getPublicKey=function(e,t){var r=this.keys.getPublic("compressed"===t,!0);return"hybrid"===t&&(r[r.length-1]%2?r[0]=7:r[0]=6),o(r,e)},s.prototype.getPrivateKey=function(e){return o(this.keys.getPrivate(),e)},s.prototype.setPublicKey=function(e,r){return r=r||"utf8",t.isBuffer(e)||(e=new t(e,r)),this.keys._importPublic(e),this},s.prototype.setPrivateKey=function(e,r){r=r||"utf8",t.isBuffer(e)||(e=new t(e,r));var n=new i(e);return n=n.toString(16),this.keys=this.curve.genKeyPair(),this.keys._importPrivate(n),this}}).call(this,r(3).Buffer)},function(e,t,r){t.publicEncrypt=r(393),t.privateDecrypt=r(394),t.privateEncrypt=function(e,r){return t.publicEncrypt(e,r,!0)},t.publicDecrypt=function(e,r){return t.privateDecrypt(e,r,!0)}},function(e,t,r){var n=r(36),i=r(18),a=r(25),s=r(255),o=r(256),d=r(5),u=r(257),h=r(53),c=r(2).Buffer;e.exports=function(e,t,r){var l;l=e.padding?e.padding:r?1:4;var f,_=n(e);if(4===l)f=function(e,t){var r=e.modulus.byteLength(),n=t.length,u=a("sha1").update(c.alloc(0)).digest(),h=u.length,l=2*h;if(n>r-l-2)throw new Error("message too long");var f=c.alloc(r-n-l-2),_=r-h-1,p=i(h),m=o(c.concat([u,f,c.alloc(1,1),t],_),s(p,_)),y=o(p,s(m,h));return new d(c.concat([c.alloc(1),y,m],r))}(_,t);else if(1===l)f=function(e,t,r){var n,a=t.length,s=e.modulus.byteLength();if(a>s-11)throw new Error("message too long");n=r?c.alloc(s-a-3,255):function(e){var t,r=c.allocUnsafe(e),n=0,a=i(2*e),s=0;for(;n<e;)s===a.length&&(a=i(2*e),s=0),(t=a[s++])&&(r[n++]=t);return r}(s-a-3);return new d(c.concat([c.from([0,r?1:2]),n,c.alloc(1),t],s))}(_,t,r);else{if(3!==l)throw new Error("unknown padding");if((f=new d(t)).cmp(_.modulus)>=0)throw new Error("data too long for modulus")}return r?h(f,_):u(f,_)}},function(e,t,r){var n=r(36),i=r(255),a=r(256),s=r(5),o=r(53),d=r(25),u=r(257),h=r(2).Buffer;e.exports=function(e,t,r){var c;c=e.padding?e.padding:r?1:4;var l,f=n(e),_=f.modulus.byteLength();if(t.length>_||new s(t).cmp(f.modulus)>=0)throw new Error("decryption error");l=r?u(new s(t),f):o(t,f);var p=h.alloc(_-l.length);if(l=h.concat([p,l],_),4===c)return function(e,t){var r=e.modulus.byteLength(),n=d("sha1").update(h.alloc(0)).digest(),s=n.length;if(0!==t[0])throw new Error("decryption error");var o=t.slice(1,s+1),u=t.slice(s+1),c=a(o,i(u,s)),l=a(u,i(c,r-s-1));if(function(e,t){e=h.from(e),t=h.from(t);var r=0,n=e.length;e.length!==t.length&&(r++,n=Math.min(e.length,t.length));var i=-1;for(;++i<n;)r+=e[i]^t[i];return r}(n,l.slice(0,s)))throw new Error("decryption error");var f=s;for(;0===l[f];)f++;if(1!==l[f++])throw new Error("decryption error");return l.slice(f)}(f,l);if(1===c)return function(e,t,r){var n=t.slice(0,2),i=2,a=0;for(;0!==t[i++];)if(i>=t.length){a++;break}var s=t.slice(2,i-1);("0002"!==n.toString("hex")&&!r||"0001"!==n.toString("hex")&&r)&&a++;s.length<8&&a++;if(a)throw new Error("decryption error");return t.slice(i)}(0,l,r);if(3===c)return l;throw new Error("unknown padding")}},function(e,t,r){"use strict";(function(e,n){function i(){throw new Error("secure random number generation not supported by this browser\nuse chrome, FireFox or Internet Explorer 11")}var a=r(2),s=r(18),o=a.Buffer,d=a.kMaxLength,u=e.crypto||e.msCrypto,h=Math.pow(2,32)-1;function c(e,t){if("number"!=typeof e||e!=e)throw new TypeError("offset must be a number");if(e>h||e<0)throw new TypeError("offset must be a uint32");if(e>d||e>t)throw new RangeError("offset out of range")}function l(e,t,r){if("number"!=typeof e||e!=e)throw new TypeError("size must be a number");if(e>h||e<0)throw new TypeError("size must be a uint32");if(e+t>r||e>d)throw new RangeError("buffer too small")}function f(e,t,r,i){if(n.browser){var a=e.buffer,o=new Uint8Array(a,t,r);return u.getRandomValues(o),i?void n.nextTick((function(){i(null,e)})):e}if(!i)return s(r).copy(e,t),e;s(r,(function(r,n){if(r)return i(r);n.copy(e,t),i(null,e)}))}u&&u.getRandomValues||!n.browser?(t.randomFill=function(t,r,n,i){if(!(o.isBuffer(t)||t instanceof e.Uint8Array))throw new TypeError('"buf" argument must be a Buffer or Uint8Array');if("function"==typeof r)i=r,r=0,n=t.length;else if("function"==typeof n)i=n,n=t.length-r;else if("function"!=typeof i)throw new TypeError('"cb" argument must be a function');return c(r,t.length),l(n,r,t.length),f(t,r,n,i)},t.randomFillSync=function(t,r,n){void 0===r&&(r=0);if(!(o.isBuffer(t)||t instanceof e.Uint8Array))throw new TypeError('"buf" argument must be a Buffer or Uint8Array');c(r,t.length),void 0===n&&(n=t.length-r);return l(n,r,t.length),f(t,r,n)}):(t.randomFill=i,t.randomFillSync=i)}).call(this,r(7),r(4))}]);