@reltio/remotes 1.4.924
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/183.js +1 -0
- package/237.js +1 -0
- package/245.js +1 -0
- package/26.js +2 -0
- package/26.js.LICENSE.txt +14 -0
- package/279.js +1 -0
- package/340.js +1 -0
- package/346.js +2 -0
- package/346.js.LICENSE.txt +13 -0
- package/348.js +2 -0
- package/348.js.LICENSE.txt +8 -0
- package/393.js +2 -0
- package/393.js.LICENSE.txt +7 -0
- package/394.js +1 -0
- package/400.js +1 -0
- package/413.js +1 -0
- package/484.js +1 -0
- package/526.js +1 -0
- package/570.js +2 -0
- package/570.js.LICENSE.txt +8 -0
- package/614.js +1 -0
- package/626.js +1 -0
- package/63.js +2 -0
- package/63.js.LICENSE.txt +5 -0
- package/645.js +1 -0
- package/651.js +1 -0
- package/670.js +1 -0
- package/707.js +1 -0
- package/720.js +2 -0
- package/720.js.LICENSE.txt +23 -0
- package/737.js +2 -0
- package/737.js.LICENSE.txt +8 -0
- package/751.js +2 -0
- package/751.js.LICENSE.txt +29 -0
- package/781.js +1 -0
- package/794.js +1 -0
- package/810.js +1 -0
- package/844.js +1 -0
- package/895.js +1 -0
- package/980.js +1 -0
- package/main.js +1 -0
- package/package.json +9 -0
- package/remoteEntry.js +1 -0
package/340.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_reltio_remotes=self.webpackChunk_reltio_remotes||[]).push([[340],{8598:(t,e,n)=>{"use strict";n.d(e,{Z:()=>i});var r=n(95038),o=n.n(r);const i=function(){function t(t){var e=void 0===t?{}:t,n=e.locale,r=e.instance,i=e.moment;this.yearFormat="YYYY",this.yearMonthFormat="MMMM YYYY",this.dateTime12hFormat="MMMM Do hh:mm a",this.dateTime24hFormat="MMMM Do HH:mm",this.time12hFormat="hh:mm A",this.time24hFormat="HH:mm",this.dateFormat="MMMM Do",this.moment=r||i||o(),this.locale=n}return t.prototype.parse=function(t,e){return""===t?null:this.moment(t,e,!0)},t.prototype.date=function(t){if(null===t)return null;var e=this.moment(t);return e.locale(this.locale),e},t.prototype.isValid=function(t){return this.moment(t).isValid()},t.prototype.isNull=function(t){return null===t},t.prototype.getDiff=function(t,e){return t.diff(e)},t.prototype.isAfter=function(t,e){return t.isAfter(e)},t.prototype.isBefore=function(t,e){return t.isBefore(e)},t.prototype.isAfterDay=function(t,e){return t.isAfter(e,"day")},t.prototype.isBeforeDay=function(t,e){return t.isBefore(e,"day")},t.prototype.isBeforeYear=function(t,e){return t.isBefore(e,"year")},t.prototype.isAfterYear=function(t,e){return t.isAfter(e,"year")},t.prototype.startOfDay=function(t){return t.clone().startOf("day")},t.prototype.endOfDay=function(t){return t.clone().endOf("day")},t.prototype.format=function(t,e){return t.locale(this.locale),t.format(e)},t.prototype.formatNumber=function(t){return t},t.prototype.getHours=function(t){return t.get("hours")},t.prototype.addDays=function(t,e){return e<0?t.clone().subtract(Math.abs(e),"days"):t.clone().add(e,"days")},t.prototype.setHours=function(t,e){return t.clone().hours(e)},t.prototype.getMinutes=function(t){return t.get("minutes")},t.prototype.setMinutes=function(t,e){return t.clone().minutes(e)},t.prototype.getSeconds=function(t){return t.get("seconds")},t.prototype.setSeconds=function(t,e){return t.clone().seconds(e)},t.prototype.getMonth=function(t){return t.get("month")},t.prototype.isSameDay=function(t,e){return t.isSame(e,"day")},t.prototype.isSameMonth=function(t,e){return t.isSame(e,"month")},t.prototype.isSameYear=function(t,e){return t.isSame(e,"year")},t.prototype.isSameHour=function(t,e){return t.isSame(e,"hour")},t.prototype.setMonth=function(t,e){return t.clone().month(e)},t.prototype.getMeridiemText=function(t){return"am"===t?"AM":"PM"},t.prototype.startOfMonth=function(t){return t.clone().startOf("month")},t.prototype.endOfMonth=function(t){return t.clone().endOf("month")},t.prototype.getNextMonth=function(t){return t.clone().add(1,"month")},t.prototype.getPreviousMonth=function(t){return t.clone().subtract(1,"month")},t.prototype.getMonthArray=function(t){for(var e=[t.clone().startOf("year")];e.length<12;){var n=e[e.length-1];e.push(this.getNextMonth(n))}return e},t.prototype.getYear=function(t){return t.get("year")},t.prototype.setYear=function(t,e){return t.clone().set("year",e)},t.prototype.mergeDateAndTime=function(t,e){return this.setMinutes(this.setHours(t,this.getHours(e)),this.getMinutes(e))},t.prototype.getWeekdays=function(){return this.moment.weekdaysShort(!0)},t.prototype.isEqual=function(t,e){return null===t&&null===e||this.moment(t).isSame(e)},t.prototype.getWeekArray=function(t){for(var e=t.clone().startOf("month").startOf("week"),n=t.clone().endOf("month").endOf("week"),r=0,o=e,i=[];o.isBefore(n);){var u=Math.floor(r/7);i[u]=i[u]||[],i[u].push(o),o=o.clone().add(1,"day"),r+=1}return i},t.prototype.getYearRange=function(t,e){for(var n=this.moment(t).startOf("year"),r=this.moment(e).endOf("year"),o=[],i=n;i.isBefore(r);)o.push(i),i=i.clone().add(1,"year");return o},t.prototype.getCalendarHeaderText=function(t){return this.format(t,this.yearMonthFormat)},t.prototype.getYearText=function(t){return this.format(t,"YYYY")},t.prototype.getDatePickerHeaderText=function(t){return this.format(t,"ddd, MMM D")},t.prototype.getDateTimePickerHeaderText=function(t){return this.format(t,"MMM D")},t.prototype.getMonthText=function(t){return this.format(t,"MMMM")},t.prototype.getDayText=function(t){return this.format(t,"D")},t.prototype.getHourText=function(t,e){return this.format(t,e?"hh":"HH")},t.prototype.getMinuteText=function(t){return this.format(t,"mm")},t.prototype.getSecondText=function(t){return this.format(t,"ss")},t}()},41262:(t,e,n)=>{"use strict";n.d(e,{Z:()=>c});var r=n(7560),o=n(54530),i=n(24328),u=(n(13980),n(6277)),a=n(15459),s=n(14498),f=i.forwardRef((function(t,e){var n=t.children,a=t.classes,f=t.className,c=t.invisible,l=void 0!==c&&c,d=t.open,h=t.transitionDuration,p=t.TransitionComponent,y=void 0===p?s.Z:p,g=(0,o.Z)(t,["children","classes","className","invisible","open","transitionDuration","TransitionComponent"]);return i.createElement(y,(0,r.Z)({in:d,timeout:h},g),i.createElement("div",{className:(0,u.Z)(a.root,f,l&&a.invisible),"aria-hidden":!0,ref:e},n))}));const c=(0,a.Z)({root:{zIndex:-1,position:"fixed",display:"flex",alignItems:"center",justifyContent:"center",right:0,bottom:0,top:0,left:0,backgroundColor:"rgba(0, 0, 0, 0.5)",WebkitTapHighlightColor:"transparent"},invisible:{backgroundColor:"transparent"}},{name:"MuiBackdrop"})(f)},14498:(t,e,n)=>{"use strict";n.d(e,{Z:()=>p});var r=n(7560),o=n(85354),i=n(54530),u=n(24328),a=(n(13980),n(75614)),s=n(39265),f=n(60364),c=n(41070),l=n(85974),d={entering:{opacity:1},entered:{opacity:1}},h={enter:s.x9.enteringScreen,exit:s.x9.leavingScreen};const p=u.forwardRef((function(t,e){var n=t.children,s=t.disableStrictModeCompat,p=void 0!==s&&s,y=t.in,g=t.onEnter,m=t.onEntered,w=t.onEntering,b=t.onExit,v=t.onExited,E=t.onExiting,_=t.style,I=t.TransitionComponent,A=void 0===I?a.ZP:I,B=t.timeout,x=void 0===B?h:B,M=(0,i.Z)(t,["children","disableStrictModeCompat","in","onEnter","onEntered","onEntering","onExit","onExited","onExiting","style","TransitionComponent","timeout"]),S=(0,f.Z)(),L=S.unstable_strictMode&&!p,U=u.useRef(null),C=(0,l.Z)(n.ref,e),k=(0,l.Z)(L?U:void 0,C),T=function(t){return function(e,n){if(t){var r=L?[U.current,e]:[e,n],i=(0,o.Z)(r,2),u=i[0],a=i[1];void 0===a?t(u):t(u,a)}}},Y=T(w),j=T((function(t,e){(0,c.n)(t);var n=(0,c.C)({style:_,timeout:x},{mode:"enter"});t.style.webkitTransition=S.transitions.create("opacity",n),t.style.transition=S.transitions.create("opacity",n),g&&g(t,e)})),D=T(m),N=T(E),F=T((function(t){var e=(0,c.C)({style:_,timeout:x},{mode:"exit"});t.style.webkitTransition=S.transitions.create("opacity",e),t.style.transition=S.transitions.create("opacity",e),b&&b(t)})),Z=T(v);return u.createElement(A,(0,r.Z)({appear:!0,in:y,nodeRef:L?U:void 0,onEnter:j,onEntered:D,onEntering:Y,onExit:F,onExited:Z,onExiting:N,timeout:x},M),(function(t,e){return u.cloneElement(n,(0,r.Z)({style:(0,r.Z)({opacity:0,visibility:"exited"!==t||y?void 0:"hidden"},d[t],_,n.props.style),ref:k},e))}))}))},86136:(t,e,n)=>{"use strict";n.d(e,{Z:()=>c});var r=n(7560),o=n(54530),i=n(24328),u=(n(13980),n(6277)),a=n(15459),s=n(20413),f=i.forwardRef((function(t,e){var n=t.classes,a=t.className,f=(0,o.Z)(t,["classes","className"]),c=i.useContext(s.Z);return i.createElement("div",(0,r.Z)({className:(0,u.Z)(n.root,a,"flex-start"===c.alignItems&&n.alignItemsFlexStart),ref:e},f))}));const c=(0,a.Z)((function(t){return{root:{minWidth:56,color:t.palette.action.active,flexShrink:0,display:"inline-flex"},alignItemsFlexStart:{marginTop:8}}}),{name:"MuiListItemIcon"})(f)},14940:(t,e,n)=>{"use strict";var r=n(14859);e.Z=void 0;var o=r(n(24328)),i=(0,r(n(50175)).default)(o.default.createElement("path",{d:"M11 18c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zm-2-8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6 4c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"}),"DragIndicator");e.Z=i},29103:(t,e,n)=>{"use strict";var r=n(14859);e.Z=void 0;var o=r(n(24328)),i=(0,r(n(50175)).default)(o.default.createElement("path",{d:"M7 14H5v5h5v-2H7v-3zm-2-4h2V7h3V5H5v5zm12 7h-3v2h5v-5h-2v3zM14 5v2h3v3h2V5h-5z"}),"Fullscreen");e.Z=i},83911:(t,e,n)=>{"use strict";var r=n(14859);e.Z=void 0;var o=r(n(24328)),i=(0,r(n(50175)).default)(o.default.createElement("path",{d:"M5 16h3v3h2v-5H5v2zm3-8H5v2h5V5H8v3zm6 11h2v-3h3v-2h-5v5zm2-11V5h-2v5h5V8h-3z"}),"FullscreenExit");e.Z=i},43266:(t,e,n)=>{"use strict";var r=n(14859);e.Z=void 0;var o=r(n(24328)),i=(0,r(n(50175)).default)(o.default.createElement("path",{d:"M12 5V1L7 6l5 5V7c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6H4c0 4.42 3.58 8 8 8s8-3.58 8-8-3.58-8-8-8z"}),"Replay");e.Z=i},3096:t=>{t.exports=function t(e,n,r){function o(u,a){if(!n[u]){if(!e[u]){if(i)return i(u,!0);throw new Error("Cannot find module '"+u+"'")}var s=n[u]={exports:{}};e[u][0].call(s.exports,(function(t){return o(e[u][1][t]||t)}),s,s.exports,t,e,n,r)}return n[u].exports}for(var i=void 0,u=0;u<r.length;u++)o(r[u]);return o}({1:[function(t,e,n){(function(r,o,i,u,a,s,f,c,l){"use strict";var d=t("crypto");function h(t,e){return function(t,e){var n;if(void 0===(n="passthrough"!==e.algorithm?d.createHash(e.algorithm):new b).write&&(n.write=n.update,n.end=n.update),w(e,n).dispatch(t),n.update||n.end(""),n.digest)return n.digest("buffer"===e.encoding?void 0:e.encoding);var r=n.read();return"buffer"!==e.encoding?r.toString(e.encoding):r}(t,e=g(t,e))}(n=e.exports=h).sha1=function(t){return h(t)},n.keys=function(t){return h(t,{excludeValues:!0,algorithm:"sha1",encoding:"hex"})},n.MD5=function(t){return h(t,{algorithm:"md5",encoding:"hex"})},n.keysMD5=function(t){return h(t,{algorithm:"md5",encoding:"hex",excludeValues:!0})};var p=d.getHashes?d.getHashes().slice():["sha1","md5"];p.push("passthrough");var y=["buffer","hex","binary","base64"];function g(t,e){e=e||{};var n={};if(n.algorithm=e.algorithm||"sha1",n.encoding=e.encoding||"hex",n.excludeValues=!!e.excludeValues,n.algorithm=n.algorithm.toLowerCase(),n.encoding=n.encoding.toLowerCase(),n.ignoreUnknown=!0===e.ignoreUnknown,n.respectType=!1!==e.respectType,n.respectFunctionNames=!1!==e.respectFunctionNames,n.respectFunctionProperties=!1!==e.respectFunctionProperties,n.unorderedArrays=!0===e.unorderedArrays,n.unorderedSets=!1!==e.unorderedSets,n.unorderedObjects=!1!==e.unorderedObjects,n.replacer=e.replacer||void 0,n.excludeKeys=e.excludeKeys||void 0,void 0===t)throw new Error("Object argument required.");for(var r=0;r<p.length;++r)p[r].toLowerCase()===n.algorithm.toLowerCase()&&(n.algorithm=p[r]);if(-1===p.indexOf(n.algorithm))throw new Error('Algorithm "'+n.algorithm+'" not supported. supported values: '+p.join(", "));if(-1===y.indexOf(n.encoding)&&"passthrough"!==n.algorithm)throw new Error('Encoding "'+n.encoding+'" not supported. supported values: '+y.join(", "));return n}function m(t){if("function"==typeof t)return null!=/^function\s+\w*\s*\(\s*\)\s*{\s+\[native code\]\s+}$/i.exec(Function.prototype.toString.call(t))}function w(t,e,n){function r(t){return e.update?e.update(t,"utf8"):e.write(t,"utf8")}return n=n||[],{dispatch:function(e){return t.replacer&&(e=t.replacer(e)),this["_"+(null===e?"null":typeof e)](e)},_object:function(e){var o,u=Object.prototype.toString.call(e),a=/\[object (.*)\]/i.exec(u);if(a=(a=a?a[1]:"unknown:["+u+"]").toLowerCase(),0<=(o=n.indexOf(e)))return this.dispatch("[CIRCULAR:"+o+"]");if(n.push(e),void 0!==i&&i.isBuffer&&i.isBuffer(e))return r("buffer:"),r(e);if("object"===a||"function"===a||"asyncfunction"===a){var s=Object.keys(e);t.unorderedObjects&&(s=s.sort()),!1===t.respectType||m(e)||s.splice(0,0,"prototype","__proto__","constructor"),t.excludeKeys&&(s=s.filter((function(e){return!t.excludeKeys(e)}))),r("object:"+s.length+":");var f=this;return s.forEach((function(n){f.dispatch(n),r(":"),t.excludeValues||f.dispatch(e[n]),r(",")}))}if(!this["_"+a]){if(t.ignoreUnknown)return r("["+a+"]");throw new Error('Unknown object type "'+a+'"')}this["_"+a](e)},_array:function(e,o){o=void 0!==o?o:!1!==t.unorderedArrays;var i=this;if(r("array:"+e.length+":"),!o||e.length<=1)return e.forEach((function(t){return i.dispatch(t)}));var u=[],a=e.map((function(e){var r=new b,o=n.slice();return w(t,r,o).dispatch(e),u=u.concat(o.slice(n.length)),r.read().toString()}));return n=n.concat(u),a.sort(),this._array(a,!1)},_date:function(t){return r("date:"+t.toJSON())},_symbol:function(t){return r("symbol:"+t.toString())},_error:function(t){return r("error:"+t.toString())},_boolean:function(t){return r("bool:"+t.toString())},_string:function(t){r("string:"+t.length+":"),r(t.toString())},_function:function(e){r("fn:"),m(e)?this.dispatch("[native]"):this.dispatch(e.toString()),!1!==t.respectFunctionNames&&this.dispatch("function-name:"+String(e.name)),t.respectFunctionProperties&&this._object(e)},_number:function(t){return r("number:"+t.toString())},_xml:function(t){return r("xml:"+t.toString())},_null:function(){return r("Null")},_undefined:function(){return r("Undefined")},_regexp:function(t){return r("regex:"+t.toString())},_uint8array:function(t){return r("uint8array:"),this.dispatch(Array.prototype.slice.call(t))},_uint8clampedarray:function(t){return r("uint8clampedarray:"),this.dispatch(Array.prototype.slice.call(t))},_int8array:function(t){return r("uint8array:"),this.dispatch(Array.prototype.slice.call(t))},_uint16array:function(t){return r("uint16array:"),this.dispatch(Array.prototype.slice.call(t))},_int16array:function(t){return r("uint16array:"),this.dispatch(Array.prototype.slice.call(t))},_uint32array:function(t){return r("uint32array:"),this.dispatch(Array.prototype.slice.call(t))},_int32array:function(t){return r("uint32array:"),this.dispatch(Array.prototype.slice.call(t))},_float32array:function(t){return r("float32array:"),this.dispatch(Array.prototype.slice.call(t))},_float64array:function(t){return r("float64array:"),this.dispatch(Array.prototype.slice.call(t))},_arraybuffer:function(t){return r("arraybuffer:"),this.dispatch(new Uint8Array(t))},_url:function(t){return r("url:"+t.toString())},_map:function(e){r("map:");var n=Array.from(e);return this._array(n,!1!==t.unorderedSets)},_set:function(e){r("set:");var n=Array.from(e);return this._array(n,!1!==t.unorderedSets)},_file:function(t){return r("file:"),this.dispatch([t.name,t.size,t.type,t.lastModfied])},_blob:function(){if(t.ignoreUnknown)return r("[blob]");throw Error('Hashing Blob objects is currently not supported\n(see https://github.com/puleos/object-hash/issues/26)\nUse "options.replacer" or "options.ignoreUnknown"\n')},_domwindow:function(){return r("domwindow")},_bigint:function(t){return r("bigint:"+t.toString())},_process:function(){return r("process")},_timer:function(){return r("timer")},_pipe:function(){return r("pipe")},_tcp:function(){return r("tcp")},_udp:function(){return r("udp")},_tty:function(){return r("tty")},_statwatcher:function(){return r("statwatcher")},_securecontext:function(){return r("securecontext")},_connection:function(){return r("connection")},_zlib:function(){return r("zlib")},_context:function(){return r("context")},_nodescript:function(){return r("nodescript")},_httpparser:function(){return r("httpparser")},_dataview:function(){return r("dataview")},_signal:function(){return r("signal")},_fsevent:function(){return r("fsevent")},_tlswrap:function(){return r("tlswrap")}}}function b(){return{buf:"",write:function(t){this.buf+=t},end:function(t){this.buf+=t},read:function(){return this.buf}}}n.writeToStream=function(t,e,n){return void 0===n&&(n=e,e={}),w(e=g(t,e),n).dispatch(t)}}).call(this,t("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},t("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/fake_7eac155c.js","/")},{buffer:3,crypto:5,lYpoI2:10}],2:[function(t,e,n){(function(t,e,r,o,i,u,a,s,f){!function(t){"use strict";var e="undefined"!=typeof Uint8Array?Uint8Array:Array,n="+".charCodeAt(0),r="/".charCodeAt(0),o="0".charCodeAt(0),i="a".charCodeAt(0),u="A".charCodeAt(0),a="-".charCodeAt(0),s="_".charCodeAt(0);function f(t){var e=t.charCodeAt(0);return e===n||e===a?62:e===r||e===s?63:e<o?-1:e<o+10?e-o+26+26:e<u+26?e-u:e<i+26?e-i+26:void 0}t.toByteArray=function(t){var n,r;if(0<t.length%4)throw new Error("Invalid string. Length must be a multiple of 4");var o=t.length,i="="===t.charAt(o-2)?2:"="===t.charAt(o-1)?1:0,u=new e(3*t.length/4-i),a=0<i?t.length-4:t.length,s=0;function c(t){u[s++]=t}for(n=0;n<a;n+=4,0)c((16711680&(r=f(t.charAt(n))<<18|f(t.charAt(n+1))<<12|f(t.charAt(n+2))<<6|f(t.charAt(n+3))))>>16),c((65280&r)>>8),c(255&r);return 2==i?c(255&(r=f(t.charAt(n))<<2|f(t.charAt(n+1))>>4)):1==i&&(c((r=f(t.charAt(n))<<10|f(t.charAt(n+1))<<4|f(t.charAt(n+2))>>2)>>8&255),c(255&r)),u},t.fromByteArray=function(t){var e,n,r,o,i=t.length%3,u="";function a(t){return"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(t)}for(e=0,r=t.length-i;e<r;e+=3)u+=a((o=n=(t[e]<<16)+(t[e+1]<<8)+t[e+2])>>18&63)+a(o>>12&63)+a(o>>6&63)+a(63&o);switch(i){case 1:u+=a((n=t[t.length-1])>>2),u+=a(n<<4&63),u+="==";break;case 2:u+=a((n=(t[t.length-2]<<8)+t[t.length-1])>>10),u+=a(n>>4&63),u+=a(n<<2&63),u+="="}return u}}(void 0===n?this.base64js={}:n)}).call(this,t("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},t("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/base64-js/lib/b64.js","/node_modules/gulp-browserify/node_modules/base64-js/lib")},{buffer:3,lYpoI2:10}],3:[function(t,e,n){(function(e,r,o,i,u,a,s,f,c){var l=t("base64-js"),d=t("ieee754");function o(t,e,n){if(!(this instanceof o))return new o(t,e,n);var r,i,u,a,s,f=typeof t;if("base64"===e&&"string"==f)for(t=(r=t).trim?r.trim():r.replace(/^\s+|\s+$/g,"");t.length%4!=0;)t+="=";if("number"==f)i=M(t);else if("string"==f)i=o.byteLength(t,e);else{if("object"!=f)throw new Error("First argument needs to be a number, array or string.");i=M(t.length)}if(o._useTypedArrays?u=o._augment(new Uint8Array(i)):((u=this).length=i,u._isBuffer=!0),o._useTypedArrays&&"number"==typeof t.byteLength)u._set(t);else if(S(s=t)||o.isBuffer(s)||s&&"object"==typeof s&&"number"==typeof s.length)for(a=0;a<i;a++)o.isBuffer(t)?u[a]=t.readUInt8(a):u[a]=t[a];else if("string"==f)u.write(t,0,e);else if("number"==f&&!o._useTypedArrays&&!n)for(a=0;a<i;a++)u[a]=0;return u}function h(t,e,n,r){r||(N("boolean"==typeof n,"missing or invalid endian"),N(null!=e,"missing offset"),N(e+1<t.length,"Trying to read beyond buffer length"));var o,i=t.length;if(!(i<=e))return n?(o=t[e],e+1<i&&(o|=t[e+1]<<8)):(o=t[e]<<8,e+1<i&&(o|=t[e+1])),o}function p(t,e,n,r){r||(N("boolean"==typeof n,"missing or invalid endian"),N(null!=e,"missing offset"),N(e+3<t.length,"Trying to read beyond buffer length"));var o,i=t.length;if(!(i<=e))return n?(e+2<i&&(o=t[e+2]<<16),e+1<i&&(o|=t[e+1]<<8),o|=t[e],e+3<i&&(o+=t[e+3]<<24>>>0)):(e+1<i&&(o=t[e+1]<<16),e+2<i&&(o|=t[e+2]<<8),e+3<i&&(o|=t[e+3]),o+=t[e]<<24>>>0),o}function y(t,e,n,r){if(r||(N("boolean"==typeof n,"missing or invalid endian"),N(null!=e,"missing offset"),N(e+1<t.length,"Trying to read beyond buffer length")),!(t.length<=e)){var o=h(t,e,n,!0);return 32768&o?-1*(65535-o+1):o}}function g(t,e,n,r){if(r||(N("boolean"==typeof n,"missing or invalid endian"),N(null!=e,"missing offset"),N(e+3<t.length,"Trying to read beyond buffer length")),!(t.length<=e)){var o=p(t,e,n,!0);return 2147483648&o?-1*(4294967295-o+1):o}}function m(t,e,n,r){return r||(N("boolean"==typeof n,"missing or invalid endian"),N(e+3<t.length,"Trying to read beyond buffer length")),d.read(t,e,n,23,4)}function w(t,e,n,r){return r||(N("boolean"==typeof n,"missing or invalid endian"),N(e+7<t.length,"Trying to read beyond buffer length")),d.read(t,e,n,52,8)}function b(t,e,n,r,o){o||(N(null!=e,"missing value"),N("boolean"==typeof r,"missing or invalid endian"),N(null!=n,"missing offset"),N(n+1<t.length,"trying to write beyond buffer length"),Y(e,65535));var i=t.length;if(!(i<=n))for(var u=0,a=Math.min(i-n,2);u<a;u++)t[n+u]=(e&255<<8*(r?u:1-u))>>>8*(r?u:1-u)}function v(t,e,n,r,o){o||(N(null!=e,"missing value"),N("boolean"==typeof r,"missing or invalid endian"),N(null!=n,"missing offset"),N(n+3<t.length,"trying to write beyond buffer length"),Y(e,4294967295));var i=t.length;if(!(i<=n))for(var u=0,a=Math.min(i-n,4);u<a;u++)t[n+u]=e>>>8*(r?u:3-u)&255}function E(t,e,n,r,o){o||(N(null!=e,"missing value"),N("boolean"==typeof r,"missing or invalid endian"),N(null!=n,"missing offset"),N(n+1<t.length,"Trying to write beyond buffer length"),j(e,32767,-32768)),t.length<=n||b(t,0<=e?e:65535+e+1,n,r,o)}function _(t,e,n,r,o){o||(N(null!=e,"missing value"),N("boolean"==typeof r,"missing or invalid endian"),N(null!=n,"missing offset"),N(n+3<t.length,"Trying to write beyond buffer length"),j(e,2147483647,-2147483648)),t.length<=n||v(t,0<=e?e:4294967295+e+1,n,r,o)}function I(t,e,n,r,o){o||(N(null!=e,"missing value"),N("boolean"==typeof r,"missing or invalid endian"),N(null!=n,"missing offset"),N(n+3<t.length,"Trying to write beyond buffer length"),D(e,34028234663852886e22,-34028234663852886e22)),t.length<=n||d.write(t,e,n,r,23,4)}function A(t,e,n,r,o){o||(N(null!=e,"missing value"),N("boolean"==typeof r,"missing or invalid endian"),N(null!=n,"missing offset"),N(n+7<t.length,"Trying to write beyond buffer length"),D(e,17976931348623157e292,-17976931348623157e292)),t.length<=n||d.write(t,e,n,r,52,8)}n.Buffer=o,n.SlowBuffer=o,n.INSPECT_MAX_BYTES=50,o.poolSize=8192,o._useTypedArrays=function(){try{var t=new ArrayBuffer(0),e=new Uint8Array(t);return e.foo=function(){return 42},42===e.foo()&&"function"==typeof e.subarray}catch(t){return!1}}(),o.isEncoding=function(t){switch(String(t).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"raw":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},o.isBuffer=function(t){return!(null==t||!t._isBuffer)},o.byteLength=function(t,e){var n;switch(t+="",e||"utf8"){case"hex":n=t.length/2;break;case"utf8":case"utf-8":n=U(t).length;break;case"ascii":case"binary":case"raw":n=t.length;break;case"base64":n=C(t).length;break;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":n=2*t.length;break;default:throw new Error("Unknown encoding")}return n},o.concat=function(t,e){if(N(S(t),"Usage: Buffer.concat(list, [totalLength])\nlist should be an Array."),0===t.length)return new o(0);if(1===t.length)return t[0];if("number"!=typeof e)for(i=e=0;i<t.length;i++)e+=t[i].length;for(var n=new o(e),r=0,i=0;i<t.length;i++){var u=t[i];u.copy(n,r),r+=u.length}return n},o.prototype.write=function(t,e,n,r){var i;isFinite(e)?isFinite(n)||(r=n,n=void 0):(i=r,r=e,e=n,n=i),e=Number(e)||0;var u,a,s,f,c,l,d,h=this.length-e;switch((!n||h<(n=Number(n)))&&(n=h),r=String(r||"utf8").toLowerCase()){case"hex":u=function(t,e,n,r){n=Number(n)||0;var i=t.length-n;(!r||i<(r=Number(r)))&&(r=i);var u=e.length;N(u%2==0,"Invalid hex string"),u/2<r&&(r=u/2);for(var a=0;a<r;a++){var s=parseInt(e.substr(2*a,2),16);N(!isNaN(s),"Invalid hex string"),t[n+a]=s}return o._charsWritten=2*a,a}(this,t,e,n);break;case"utf8":case"utf-8":this,c=t,l=e,d=n,u=o._charsWritten=k(U(c),this,l,d);break;case"ascii":case"binary":u=function(t,e,n,r){return o._charsWritten=k(function(t){for(var e=[],n=0;n<t.length;n++)e.push(255&t.charCodeAt(n));return e}(e),t,n,r)}(this,t,e,n);break;case"base64":this,a=t,s=e,f=n,u=o._charsWritten=k(C(a),this,s,f);break;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":u=function(t,e,n,r){return o._charsWritten=k(function(t){for(var e,n,r,o=[],i=0;i<t.length;i++)n=(e=t.charCodeAt(i))>>8,r=e%256,o.push(r),o.push(n);return o}(e),t,n,r)}(this,t,e,n);break;default:throw new Error("Unknown encoding")}return u},o.prototype.toString=function(t,e,n){var r,o,i,u,a=this;if(t=String(t||"utf8").toLowerCase(),e=Number(e)||0,(n=void 0!==n?Number(n):n=a.length)===e)return"";switch(t){case"hex":r=function(t,e,n){var r=t.length;(!e||e<0)&&(e=0),(!n||n<0||r<n)&&(n=r);for(var o="",i=e;i<n;i++)o+=L(t[i]);return o}(a,e,n);break;case"utf8":case"utf-8":r=function(t,e,n){var r="",o="";n=Math.min(t.length,n);for(var i=e;i<n;i++)t[i]<=127?(r+=T(o)+String.fromCharCode(t[i]),o=""):o+="%"+t[i].toString(16);return r+T(o)}(a,e,n);break;case"ascii":case"binary":r=function(t,e,n){var r="";n=Math.min(t.length,n);for(var o=e;o<n;o++)r+=String.fromCharCode(t[o]);return r}(a,e,n);break;case"base64":o=a,u=n,r=0===(i=e)&&u===o.length?l.fromByteArray(o):l.fromByteArray(o.slice(i,u));break;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":r=function(t,e,n){for(var r=t.slice(e,n),o="",i=0;i<r.length;i+=2)o+=String.fromCharCode(r[i]+256*r[i+1]);return o}(a,e,n);break;default:throw new Error("Unknown encoding")}return r},o.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}},o.prototype.copy=function(t,e,n,r){if(n=n||0,r||0===r||(r=this.length),e=e||0,r!==n&&0!==t.length&&0!==this.length){N(n<=r,"sourceEnd < sourceStart"),N(0<=e&&e<t.length,"targetStart out of bounds"),N(0<=n&&n<this.length,"sourceStart out of bounds"),N(0<=r&&r<=this.length,"sourceEnd out of bounds"),r>this.length&&(r=this.length),t.length-e<r-n&&(r=t.length-e+n);var i=r-n;if(i<100||!o._useTypedArrays)for(var u=0;u<i;u++)t[u+e]=this[u+n];else t._set(this.subarray(n,n+i),e)}},o.prototype.slice=function(t,e){var n=this.length;if(t=x(t,n,0),e=x(e,n,n),o._useTypedArrays)return o._augment(this.subarray(t,e));for(var r=e-t,i=new o(r,void 0,!0),u=0;u<r;u++)i[u]=this[u+t];return i},o.prototype.get=function(t){return console.log(".get() is deprecated. Access using array indexes instead."),this.readUInt8(t)},o.prototype.set=function(t,e){return console.log(".set() is deprecated. Access using array indexes instead."),this.writeUInt8(t,e)},o.prototype.readUInt8=function(t,e){if(e||(N(null!=t,"missing offset"),N(t<this.length,"Trying to read beyond buffer length")),!(t>=this.length))return this[t]},o.prototype.readUInt16LE=function(t,e){return h(this,t,!0,e)},o.prototype.readUInt16BE=function(t,e){return h(this,t,!1,e)},o.prototype.readUInt32LE=function(t,e){return p(this,t,!0,e)},o.prototype.readUInt32BE=function(t,e){return p(this,t,!1,e)},o.prototype.readInt8=function(t,e){if(e||(N(null!=t,"missing offset"),N(t<this.length,"Trying to read beyond buffer length")),!(t>=this.length))return 128&this[t]?-1*(255-this[t]+1):this[t]},o.prototype.readInt16LE=function(t,e){return y(this,t,!0,e)},o.prototype.readInt16BE=function(t,e){return y(this,t,!1,e)},o.prototype.readInt32LE=function(t,e){return g(this,t,!0,e)},o.prototype.readInt32BE=function(t,e){return g(this,t,!1,e)},o.prototype.readFloatLE=function(t,e){return m(this,t,!0,e)},o.prototype.readFloatBE=function(t,e){return m(this,t,!1,e)},o.prototype.readDoubleLE=function(t,e){return w(this,t,!0,e)},o.prototype.readDoubleBE=function(t,e){return w(this,t,!1,e)},o.prototype.writeUInt8=function(t,e,n){n||(N(null!=t,"missing value"),N(null!=e,"missing offset"),N(e<this.length,"trying to write beyond buffer length"),Y(t,255)),e>=this.length||(this[e]=t)},o.prototype.writeUInt16LE=function(t,e,n){b(this,t,e,!0,n)},o.prototype.writeUInt16BE=function(t,e,n){b(this,t,e,!1,n)},o.prototype.writeUInt32LE=function(t,e,n){v(this,t,e,!0,n)},o.prototype.writeUInt32BE=function(t,e,n){v(this,t,e,!1,n)},o.prototype.writeInt8=function(t,e,n){n||(N(null!=t,"missing value"),N(null!=e,"missing offset"),N(e<this.length,"Trying to write beyond buffer length"),j(t,127,-128)),e>=this.length||(0<=t?this.writeUInt8(t,e,n):this.writeUInt8(255+t+1,e,n))},o.prototype.writeInt16LE=function(t,e,n){E(this,t,e,!0,n)},o.prototype.writeInt16BE=function(t,e,n){E(this,t,e,!1,n)},o.prototype.writeInt32LE=function(t,e,n){_(this,t,e,!0,n)},o.prototype.writeInt32BE=function(t,e,n){_(this,t,e,!1,n)},o.prototype.writeFloatLE=function(t,e,n){I(this,t,e,!0,n)},o.prototype.writeFloatBE=function(t,e,n){I(this,t,e,!1,n)},o.prototype.writeDoubleLE=function(t,e,n){A(this,t,e,!0,n)},o.prototype.writeDoubleBE=function(t,e,n){A(this,t,e,!1,n)},o.prototype.fill=function(t,e,n){if(t=t||0,e=e||0,n=n||this.length,"string"==typeof t&&(t=t.charCodeAt(0)),N("number"==typeof t&&!isNaN(t),"value is not a number"),N(e<=n,"end < start"),n!==e&&0!==this.length){N(0<=e&&e<this.length,"start out of bounds"),N(0<=n&&n<=this.length,"end out of bounds");for(var r=e;r<n;r++)this[r]=t}},o.prototype.inspect=function(){for(var t=[],e=this.length,r=0;r<e;r++)if(t[r]=L(this[r]),r===n.INSPECT_MAX_BYTES){t[r+1]="...";break}return"<Buffer "+t.join(" ")+">"},o.prototype.toArrayBuffer=function(){if("undefined"==typeof Uint8Array)throw new Error("Buffer.toArrayBuffer not supported in this browser");if(o._useTypedArrays)return new o(this).buffer;for(var t=new Uint8Array(this.length),e=0,n=t.length;e<n;e+=1)t[e]=this[e];return t.buffer};var B=o.prototype;function x(t,e,n){return"number"!=typeof t?n:e<=(t=~~t)?e:0<=t||0<=(t+=e)?t:0}function M(t){return(t=~~Math.ceil(+t))<0?0:t}function S(t){return(Array.isArray||function(t){return"[object Array]"===Object.prototype.toString.call(t)})(t)}function L(t){return t<16?"0"+t.toString(16):t.toString(16)}function U(t){for(var e=[],n=0;n<t.length;n++){var r=t.charCodeAt(n);if(r<=127)e.push(t.charCodeAt(n));else{var o=n;55296<=r&&r<=57343&&n++;for(var i=encodeURIComponent(t.slice(o,n+1)).substr(1).split("%"),u=0;u<i.length;u++)e.push(parseInt(i[u],16))}}return e}function C(t){return l.toByteArray(t)}function k(t,e,n,r){for(var o=0;o<r&&!(o+n>=e.length||o>=t.length);o++)e[o+n]=t[o];return o}function T(t){try{return decodeURIComponent(t)}catch(t){return String.fromCharCode(65533)}}function Y(t,e){N("number"==typeof t,"cannot write a non-number as a number"),N(0<=t,"specified a negative value for writing an unsigned value"),N(t<=e,"value is larger than maximum value for type"),N(Math.floor(t)===t,"value has a fractional component")}function j(t,e,n){N("number"==typeof t,"cannot write a non-number as a number"),N(t<=e,"value larger than maximum allowed value"),N(n<=t,"value smaller than minimum allowed value"),N(Math.floor(t)===t,"value has a fractional component")}function D(t,e,n){N("number"==typeof t,"cannot write a non-number as a number"),N(t<=e,"value larger than maximum allowed value"),N(n<=t,"value smaller than minimum allowed value")}function N(t,e){if(!t)throw new Error(e||"Failed assertion")}o._augment=function(t){return t._isBuffer=!0,t._get=t.get,t._set=t.set,t.get=B.get,t.set=B.set,t.write=B.write,t.toString=B.toString,t.toLocaleString=B.toString,t.toJSON=B.toJSON,t.copy=B.copy,t.slice=B.slice,t.readUInt8=B.readUInt8,t.readUInt16LE=B.readUInt16LE,t.readUInt16BE=B.readUInt16BE,t.readUInt32LE=B.readUInt32LE,t.readUInt32BE=B.readUInt32BE,t.readInt8=B.readInt8,t.readInt16LE=B.readInt16LE,t.readInt16BE=B.readInt16BE,t.readInt32LE=B.readInt32LE,t.readInt32BE=B.readInt32BE,t.readFloatLE=B.readFloatLE,t.readFloatBE=B.readFloatBE,t.readDoubleLE=B.readDoubleLE,t.readDoubleBE=B.readDoubleBE,t.writeUInt8=B.writeUInt8,t.writeUInt16LE=B.writeUInt16LE,t.writeUInt16BE=B.writeUInt16BE,t.writeUInt32LE=B.writeUInt32LE,t.writeUInt32BE=B.writeUInt32BE,t.writeInt8=B.writeInt8,t.writeInt16LE=B.writeInt16LE,t.writeInt16BE=B.writeInt16BE,t.writeInt32LE=B.writeInt32LE,t.writeInt32BE=B.writeInt32BE,t.writeFloatLE=B.writeFloatLE,t.writeFloatBE=B.writeFloatBE,t.writeDoubleLE=B.writeDoubleLE,t.writeDoubleBE=B.writeDoubleBE,t.fill=B.fill,t.inspect=B.inspect,t.toArrayBuffer=B.toArrayBuffer,t}}).call(this,t("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},t("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/buffer/index.js","/node_modules/gulp-browserify/node_modules/buffer")},{"base64-js":2,buffer:3,ieee754:11,lYpoI2:10}],4:[function(t,e,n){(function(n,r,o,i,u,a,s,f,c){o=t("buffer").Buffer;var l=new o(4);l.fill(0),e.exports={hash:function(t,e,n,r){return o.isBuffer(t)||(t=new o(t)),function(t,e,n){for(var r=new o(e),i=n?r.writeInt32BE:r.writeInt32LE,u=0;u<t.length;u++)i.call(r,t[u],4*u,!0);return r}(e(function(t,e){var n;t.length%4!=0&&(n=t.length+(4-t.length%4),t=o.concat([t,l],n));for(var r=[],i=e?t.readInt32BE:t.readInt32LE,u=0;u<t.length;u+=4)r.push(i.call(t,u));return r}(t,r),8*t.length),n,r)}}}).call(this,t("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},t("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/helpers.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{buffer:3,lYpoI2:10}],5:[function(t,e,n){(function(e,r,o,i,u,a,s,f,c){o=t("buffer").Buffer;var l=t("./sha"),d=t("./sha256"),h=t("./rng"),p={sha1:l,sha256:d,md5:t("./md5")},y=64,g=new o(y);function m(t,e){var n=p[t=t||"sha1"],r=[];return n||w("algorithm:",t,"is not yet supported"),{update:function(t){return o.isBuffer(t)||(t=new o(t)),r.push(t),t.length,this},digest:function(t){var i=o.concat(r),u=e?function(t,e,n){o.isBuffer(e)||(e=new o(e)),o.isBuffer(n)||(n=new o(n)),e.length>y?e=t(e):e.length<y&&(e=o.concat([e,g],y));for(var r=new o(y),i=new o(y),u=0;u<y;u++)r[u]=54^e[u],i[u]=92^e[u];var a=t(o.concat([r,n]));return t(o.concat([i,a]))}(n,e,i):n(i);return r=null,t?u.toString(t):u}}}function w(){var t=[].slice.call(arguments).join(" ");throw new Error([t,"we accept pull requests","http://github.com/dominictarr/crypto-browserify"].join("\n"))}g.fill(0),n.createHash=function(t){return m(t)},n.createHmac=m,n.randomBytes=function(t,e){if(!e||!e.call)return new o(h(t));try{e.call(this,void 0,new o(h(t)))}catch(t){e(t)}},function(t,e){for(var n in t)e(t[n])}(["createCredentials","createCipher","createCipheriv","createDecipher","createDecipheriv","createSign","createVerify","createDiffieHellman","pbkdf2"],(function(t){n[t]=function(){w("sorry,",t,"is not implemented yet")}}))}).call(this,t("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},t("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/index.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{"./md5":6,"./rng":7,"./sha":8,"./sha256":9,buffer:3,lYpoI2:10}],6:[function(t,e,n){(function(n,r,o,i,u,a,s,f,c){var l=t("./helpers");function d(t,e){t[e>>5]|=128<<e%32,t[14+(e+64>>>9<<4)]=e;for(var n=1732584193,r=-271733879,o=-1732584194,i=271733878,u=0;u<t.length;u+=16){var a=n,s=r,f=o,c=i;n=p(n,r,o,i,t[u+0],7,-680876936),i=p(i,n,r,o,t[u+1],12,-389564586),o=p(o,i,n,r,t[u+2],17,606105819),r=p(r,o,i,n,t[u+3],22,-1044525330),n=p(n,r,o,i,t[u+4],7,-176418897),i=p(i,n,r,o,t[u+5],12,1200080426),o=p(o,i,n,r,t[u+6],17,-1473231341),r=p(r,o,i,n,t[u+7],22,-45705983),n=p(n,r,o,i,t[u+8],7,1770035416),i=p(i,n,r,o,t[u+9],12,-1958414417),o=p(o,i,n,r,t[u+10],17,-42063),r=p(r,o,i,n,t[u+11],22,-1990404162),n=p(n,r,o,i,t[u+12],7,1804603682),i=p(i,n,r,o,t[u+13],12,-40341101),o=p(o,i,n,r,t[u+14],17,-1502002290),n=y(n,r=p(r,o,i,n,t[u+15],22,1236535329),o,i,t[u+1],5,-165796510),i=y(i,n,r,o,t[u+6],9,-1069501632),o=y(o,i,n,r,t[u+11],14,643717713),r=y(r,o,i,n,t[u+0],20,-373897302),n=y(n,r,o,i,t[u+5],5,-701558691),i=y(i,n,r,o,t[u+10],9,38016083),o=y(o,i,n,r,t[u+15],14,-660478335),r=y(r,o,i,n,t[u+4],20,-405537848),n=y(n,r,o,i,t[u+9],5,568446438),i=y(i,n,r,o,t[u+14],9,-1019803690),o=y(o,i,n,r,t[u+3],14,-187363961),r=y(r,o,i,n,t[u+8],20,1163531501),n=y(n,r,o,i,t[u+13],5,-1444681467),i=y(i,n,r,o,t[u+2],9,-51403784),o=y(o,i,n,r,t[u+7],14,1735328473),n=g(n,r=y(r,o,i,n,t[u+12],20,-1926607734),o,i,t[u+5],4,-378558),i=g(i,n,r,o,t[u+8],11,-2022574463),o=g(o,i,n,r,t[u+11],16,1839030562),r=g(r,o,i,n,t[u+14],23,-35309556),n=g(n,r,o,i,t[u+1],4,-1530992060),i=g(i,n,r,o,t[u+4],11,1272893353),o=g(o,i,n,r,t[u+7],16,-155497632),r=g(r,o,i,n,t[u+10],23,-1094730640),n=g(n,r,o,i,t[u+13],4,681279174),i=g(i,n,r,o,t[u+0],11,-358537222),o=g(o,i,n,r,t[u+3],16,-722521979),r=g(r,o,i,n,t[u+6],23,76029189),n=g(n,r,o,i,t[u+9],4,-640364487),i=g(i,n,r,o,t[u+12],11,-421815835),o=g(o,i,n,r,t[u+15],16,530742520),n=m(n,r=g(r,o,i,n,t[u+2],23,-995338651),o,i,t[u+0],6,-198630844),i=m(i,n,r,o,t[u+7],10,1126891415),o=m(o,i,n,r,t[u+14],15,-1416354905),r=m(r,o,i,n,t[u+5],21,-57434055),n=m(n,r,o,i,t[u+12],6,1700485571),i=m(i,n,r,o,t[u+3],10,-1894986606),o=m(o,i,n,r,t[u+10],15,-1051523),r=m(r,o,i,n,t[u+1],21,-2054922799),n=m(n,r,o,i,t[u+8],6,1873313359),i=m(i,n,r,o,t[u+15],10,-30611744),o=m(o,i,n,r,t[u+6],15,-1560198380),r=m(r,o,i,n,t[u+13],21,1309151649),n=m(n,r,o,i,t[u+4],6,-145523070),i=m(i,n,r,o,t[u+11],10,-1120210379),o=m(o,i,n,r,t[u+2],15,718787259),r=m(r,o,i,n,t[u+9],21,-343485551),n=w(n,a),r=w(r,s),o=w(o,f),i=w(i,c)}return Array(n,r,o,i)}function h(t,e,n,r,o,i){return w((u=w(w(e,t),w(r,i)))<<(a=o)|u>>>32-a,n);var u,a}function p(t,e,n,r,o,i,u){return h(e&n|~e&r,t,e,o,i,u)}function y(t,e,n,r,o,i,u){return h(e&r|n&~r,t,e,o,i,u)}function g(t,e,n,r,o,i,u){return h(e^n^r,t,e,o,i,u)}function m(t,e,n,r,o,i,u){return h(n^(e|~r),t,e,o,i,u)}function w(t,e){var n=(65535&t)+(65535&e);return(t>>16)+(e>>16)+(n>>16)<<16|65535&n}e.exports=function(t){return l.hash(t,d,16)}}).call(this,t("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},t("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/md5.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{"./helpers":4,buffer:3,lYpoI2:10}],7:[function(t,e,n){(function(t,n,r,o,i,u,a,s,f){var c;c=function(t){for(var e,n=new Array(t),r=0;r<t;r++)0==(3&r)&&(e=4294967296*Math.random()),n[r]=e>>>((3&r)<<3)&255;return n},e.exports=c}).call(this,t("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},t("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/rng.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{buffer:3,lYpoI2:10}],8:[function(t,e,n){(function(n,r,o,i,u,a,s,f,c){var l=t("./helpers");function d(t,e){t[e>>5]|=128<<24-e%32,t[15+(e+64>>9<<4)]=e;for(var n,r,o,i,u,a=Array(80),s=1732584193,f=-271733879,c=-1732584194,l=271733878,d=-1009589776,y=0;y<t.length;y+=16){for(var g=s,m=f,w=c,b=l,v=d,E=0;E<80;E++){a[E]=E<16?t[y+E]:p(a[E-3]^a[E-8]^a[E-14]^a[E-16],1);var _=h(h(p(s,5),(o=f,i=c,u=l,(r=E)<20?o&i|~o&u:!(r<40)&&r<60?o&i|o&u|i&u:o^i^u)),h(h(d,a[E]),(n=E)<20?1518500249:n<40?1859775393:n<60?-1894007588:-899497514));d=l,l=c,c=p(f,30),f=s,s=_}s=h(s,g),f=h(f,m),c=h(c,w),l=h(l,b),d=h(d,v)}return Array(s,f,c,l,d)}function h(t,e){var n=(65535&t)+(65535&e);return(t>>16)+(e>>16)+(n>>16)<<16|65535&n}function p(t,e){return t<<e|t>>>32-e}e.exports=function(t){return l.hash(t,d,20,!0)}}).call(this,t("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},t("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/sha.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{"./helpers":4,buffer:3,lYpoI2:10}],9:[function(t,e,n){(function(n,r,o,i,u,a,s,f,c){function l(t,e){var n=(65535&t)+(65535&e);return(t>>16)+(e>>16)+(n>>16)<<16|65535&n}function d(t,e){return t>>>e|t<<32-e}function h(t,e){var n,r,o,i,u,a,s,f,c,h,p=new Array(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),y=new Array(1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225),g=new Array(64);t[e>>5]|=128<<24-e%32,t[15+(e+64>>9<<4)]=e;for(var m,w,b,v,E,_,I,A,B=0;B<t.length;B+=16){n=y[0],r=y[1],o=y[2],i=y[3],u=y[4],a=y[5],s=y[6],f=y[7];for(var x=0;x<64;x++)g[x]=x<16?t[x+B]:l(l(l(d(A=g[x-2],17)^d(A,19)^A>>>10,g[x-7]),d(I=g[x-15],7)^d(I,18)^I>>>3),g[x-16]),c=l(l(l(l(f,d(_=u,6)^d(_,11)^d(_,25)),(E=u)&a^~E&s),p[x]),g[x]),h=l(d(v=n,2)^d(v,13)^d(v,22),(m=n)&(w=r)^m&(b=o)^w&b),f=s,s=a,a=u,u=l(i,c),i=o,o=r,r=n,n=l(c,h);y[0]=l(n,y[0]),y[1]=l(r,y[1]),y[2]=l(o,y[2]),y[3]=l(i,y[3]),y[4]=l(u,y[4]),y[5]=l(a,y[5]),y[6]=l(s,y[6]),y[7]=l(f,y[7])}return y}var p=t("./helpers");e.exports=function(t){return p.hash(t,h,32,!0)}}).call(this,t("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},t("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/sha256.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{"./helpers":4,buffer:3,lYpoI2:10}],10:[function(t,e,n){(function(t,n,r,o,i,u,a,s,f){function c(){}(t=e.exports={}).nextTick=function(){var t="undefined"!=typeof window&&window.setImmediate,e="undefined"!=typeof window&&window.postMessage&&window.addEventListener;if(t)return function(t){return window.setImmediate(t)};if(e){var n=[];return window.addEventListener("message",(function(t){var e=t.source;e!==window&&null!==e||"process-tick"!==t.data||(t.stopPropagation(),0<n.length&&n.shift()())}),!0),function(t){n.push(t),window.postMessage("process-tick","*")}}return function(t){setTimeout(t,0)}}(),t.title="browser",t.browser=!0,t.env={},t.argv=[],t.on=c,t.addListener=c,t.once=c,t.off=c,t.removeListener=c,t.removeAllListeners=c,t.emit=c,t.binding=function(t){throw new Error("process.binding is not supported")},t.cwd=function(){return"/"},t.chdir=function(t){throw new Error("process.chdir is not supported")}}).call(this,t("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},t("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/process/browser.js","/node_modules/gulp-browserify/node_modules/process")},{buffer:3,lYpoI2:10}],11:[function(t,e,n){(function(t,e,r,o,i,u,a,s,f){n.read=function(t,e,n,r,o){var i,u,a=8*o-r-1,s=(1<<a)-1,f=s>>1,c=-7,l=n?o-1:0,d=n?-1:1,h=t[e+l];for(l+=d,i=h&(1<<-c)-1,h>>=-c,c+=a;0<c;i=256*i+t[e+l],l+=d,c-=8);for(u=i&(1<<-c)-1,i>>=-c,c+=r;0<c;u=256*u+t[e+l],l+=d,c-=8);if(0===i)i=1-f;else{if(i===s)return u?NaN:1/0*(h?-1:1);u+=Math.pow(2,r),i-=f}return(h?-1:1)*u*Math.pow(2,i-r)},n.write=function(t,e,n,r,o,i){var u,a,s,f=8*i-o-1,c=(1<<f)-1,l=c>>1,d=23===o?Math.pow(2,-24)-Math.pow(2,-77):0,h=r?0:i-1,p=r?1:-1,y=e<0||0===e&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(a=isNaN(e)?1:0,u=c):(u=Math.floor(Math.log(e)/Math.LN2),e*(s=Math.pow(2,-u))<1&&(u--,s*=2),2<=(e+=1<=u+l?d/s:d*Math.pow(2,1-l))*s&&(u++,s/=2),c<=u+l?(a=0,u=c):1<=u+l?(a=(e*s-1)*Math.pow(2,o),u+=l):(a=e*Math.pow(2,l-1)*Math.pow(2,o),u=0));8<=o;t[n+h]=255&a,h+=p,a/=256,o-=8);for(u=u<<o|a,f+=o;0<f;t[n+h]=255&u,h+=p,u/=256,f-=8);t[n+h-p]|=128*y}}).call(this,t("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},t("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/ieee754/index.js","/node_modules/ieee754")},{buffer:3,lYpoI2:10}]},{},[1])(1)}}]);
|