@multisynq/react-together
Version:
A library to seamlessly add real-time multi-user interaction to your React app!
849 lines • 50.8 kB
JavaScript
function ar($) {
return $ && $.__esModule && Object.prototype.hasOwnProperty.call($, "default") ? $.default : $;
}
function rr($) {
throw new Error('Could not dynamically require "' + $ + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
}
var sr = { exports: {} };
(function($, lr) {
(function(E) {
$.exports = E();
})(function() {
return function E(k, x, S) {
function q(N, O) {
if (!x[N]) {
if (!k[N]) {
var H = typeof rr == "function" && rr;
if (!O && H)
return H(N, !0);
if (z)
return z(N, !0);
throw new Error("Cannot find module '" + N + "'");
}
O = x[N] = { exports: {} }, k[N][0].call(O.exports, function(J) {
var K = k[N][1][J];
return q(K || J);
}, O, O.exports, E, k, x, S);
}
return x[N].exports;
}
for (var z = typeof rr == "function" && rr, R = 0; R < S.length; R++)
q(S[R]);
return q;
}({ 1: [function(E, k, x) {
(function(S, q, z, R, N, O, H, J, K) {
var y = E("crypto");
function _(u, f) {
f = b(u, f);
var t;
return (t = f.algorithm !== "passthrough" ? y.createHash(f.algorithm) : new I()).write === void 0 && (t.write = t.update, t.end = t.update), h(f, t).dispatch(u), t.update || t.end(""), t.digest ? t.digest(f.encoding === "buffer" ? void 0 : f.encoding) : (u = t.read(), f.encoding !== "buffer" ? u.toString(f.encoding) : u);
}
(x = k.exports = _).sha1 = function(u) {
return _(u);
}, x.keys = function(u) {
return _(u, { excludeValues: !0, algorithm: "sha1", encoding: "hex" });
}, x.MD5 = function(u) {
return _(u, { algorithm: "md5", encoding: "hex" });
}, x.keysMD5 = function(u) {
return _(u, { algorithm: "md5", encoding: "hex", excludeValues: !0 });
};
var l = y.getHashes ? y.getHashes().slice() : ["sha1", "md5"], p = (l.push("passthrough"), ["buffer", "hex", "binary", "base64"]);
function b(u, f) {
var t = {};
if (t.algorithm = (f = f || {}).algorithm || "sha1", t.encoding = f.encoding || "hex", t.excludeValues = !!f.excludeValues, t.algorithm = t.algorithm.toLowerCase(), t.encoding = t.encoding.toLowerCase(), t.ignoreUnknown = f.ignoreUnknown === !0, t.respectType = f.respectType !== !1, t.respectFunctionNames = f.respectFunctionNames !== !1, t.respectFunctionProperties = f.respectFunctionProperties !== !1, t.unorderedArrays = f.unorderedArrays === !0, t.unorderedSets = f.unorderedSets !== !1, t.unorderedObjects = f.unorderedObjects !== !1, t.replacer = f.replacer || void 0, t.excludeKeys = f.excludeKeys || void 0, u === void 0)
throw new Error("Object argument required.");
for (var o = 0; o < l.length; ++o)
l[o].toLowerCase() === t.algorithm.toLowerCase() && (t.algorithm = l[o]);
if (l.indexOf(t.algorithm) === -1)
throw new Error('Algorithm "' + t.algorithm + '" not supported. supported values: ' + l.join(", "));
if (p.indexOf(t.encoding) === -1 && t.algorithm !== "passthrough")
throw new Error('Encoding "' + t.encoding + '" not supported. supported values: ' + p.join(", "));
return t;
}
function g(u) {
if (typeof u == "function")
return /^function\s+\w*\s*\(\s*\)\s*{\s+\[native code\]\s+}$/i.exec(Function.prototype.toString.call(u)) != null;
}
function h(u, f, t) {
t = t || [];
function o(n) {
return f.update ? f.update(n, "utf8") : f.write(n, "utf8");
}
return { dispatch: function(n) {
return this["_" + ((n = u.replacer ? u.replacer(n) : n) === null ? "null" : typeof n)](n);
}, _object: function(n) {
var s, a = Object.prototype.toString.call(n), B = /\[object (.*)\]/i.exec(a);
if (B = (B = B ? B[1] : "unknown:[" + a + "]").toLowerCase(), 0 <= (a = t.indexOf(n)))
return this.dispatch("[CIRCULAR:" + a + "]");
if (t.push(n), z !== void 0 && z.isBuffer && z.isBuffer(n))
return o("buffer:"), o(n);
if (B === "object" || B === "function" || B === "asyncfunction")
return a = Object.keys(n), u.unorderedObjects && (a = a.sort()), u.respectType === !1 || g(n) || a.splice(0, 0, "prototype", "__proto__", "constructor"), u.excludeKeys && (a = a.filter(function(A) {
return !u.excludeKeys(A);
})), o("object:" + a.length + ":"), s = this, a.forEach(function(A) {
s.dispatch(A), o(":"), u.excludeValues || s.dispatch(n[A]), o(",");
});
if (!this["_" + B]) {
if (u.ignoreUnknown)
return o("[" + B + "]");
throw new Error('Unknown object type "' + B + '"');
}
this["_" + B](n);
}, _array: function(n, A) {
A = A !== void 0 ? A : u.unorderedArrays !== !1;
var a = this;
if (o("array:" + n.length + ":"), !A || n.length <= 1)
return n.forEach(function(L) {
return a.dispatch(L);
});
var B = [], A = n.map(function(L) {
var v = new I(), C = t.slice();
return h(u, v, C).dispatch(L), B = B.concat(C.slice(t.length)), v.read().toString();
});
return t = t.concat(B), A.sort(), this._array(A, !1);
}, _date: function(n) {
return o("date:" + n.toJSON());
}, _symbol: function(n) {
return o("symbol:" + n.toString());
}, _error: function(n) {
return o("error:" + n.toString());
}, _boolean: function(n) {
return o("bool:" + n.toString());
}, _string: function(n) {
o("string:" + n.length + ":"), o(n.toString());
}, _function: function(n) {
o("fn:"), g(n) ? this.dispatch("[native]") : this.dispatch(n.toString()), u.respectFunctionNames !== !1 && this.dispatch("function-name:" + String(n.name)), u.respectFunctionProperties && this._object(n);
}, _number: function(n) {
return o("number:" + n.toString());
}, _xml: function(n) {
return o("xml:" + n.toString());
}, _null: function() {
return o("Null");
}, _undefined: function() {
return o("Undefined");
}, _regexp: function(n) {
return o("regex:" + n.toString());
}, _uint8array: function(n) {
return o("uint8array:"), this.dispatch(Array.prototype.slice.call(n));
}, _uint8clampedarray: function(n) {
return o("uint8clampedarray:"), this.dispatch(Array.prototype.slice.call(n));
}, _int8array: function(n) {
return o("int8array:"), this.dispatch(Array.prototype.slice.call(n));
}, _uint16array: function(n) {
return o("uint16array:"), this.dispatch(Array.prototype.slice.call(n));
}, _int16array: function(n) {
return o("int16array:"), this.dispatch(Array.prototype.slice.call(n));
}, _uint32array: function(n) {
return o("uint32array:"), this.dispatch(Array.prototype.slice.call(n));
}, _int32array: function(n) {
return o("int32array:"), this.dispatch(Array.prototype.slice.call(n));
}, _float32array: function(n) {
return o("float32array:"), this.dispatch(Array.prototype.slice.call(n));
}, _float64array: function(n) {
return o("float64array:"), this.dispatch(Array.prototype.slice.call(n));
}, _arraybuffer: function(n) {
return o("arraybuffer:"), this.dispatch(new Uint8Array(n));
}, _url: function(n) {
return o("url:" + n.toString());
}, _map: function(n) {
return o("map:"), n = Array.from(n), this._array(n, u.unorderedSets !== !1);
}, _set: function(n) {
return o("set:"), n = Array.from(n), this._array(n, u.unorderedSets !== !1);
}, _file: function(n) {
return o("file:"), this.dispatch([n.name, n.size, n.type, n.lastModfied]);
}, _blob: function() {
if (u.ignoreUnknown)
return o("[blob]");
throw Error(`Hashing Blob objects is currently not supported
(see https://github.com/puleos/object-hash/issues/26)
Use "options.replacer" or "options.ignoreUnknown"
`);
}, _domwindow: function() {
return o("domwindow");
}, _bigint: function(n) {
return o("bigint:" + n.toString());
}, _process: function() {
return o("process");
}, _timer: function() {
return o("timer");
}, _pipe: function() {
return o("pipe");
}, _tcp: function() {
return o("tcp");
}, _udp: function() {
return o("udp");
}, _tty: function() {
return o("tty");
}, _statwatcher: function() {
return o("statwatcher");
}, _securecontext: function() {
return o("securecontext");
}, _connection: function() {
return o("connection");
}, _zlib: function() {
return o("zlib");
}, _context: function() {
return o("context");
}, _nodescript: function() {
return o("nodescript");
}, _httpparser: function() {
return o("httpparser");
}, _dataview: function() {
return o("dataview");
}, _signal: function() {
return o("signal");
}, _fsevent: function() {
return o("fsevent");
}, _tlswrap: function() {
return o("tlswrap");
} };
}
function I() {
return { buf: "", write: function(u) {
this.buf += u;
}, end: function(u) {
this.buf += u;
}, read: function() {
return this.buf;
} };
}
x.writeToStream = function(u, f, t) {
return t === void 0 && (t = f, f = {}), h(f = b(u, f), t).dispatch(u);
};
}).call(this, E("lYpoI2"), typeof self < "u" ? self : typeof window < "u" ? window : {}, E("buffer").Buffer, arguments[3], arguments[4], arguments[5], arguments[6], "/fake_9a5aa49d.js", "/");
}, { buffer: 3, crypto: 5, lYpoI2: 11 }], 2: [function(E, k, x) {
(function(S, q, z, R, N, O, H, J, K) {
(function(y) {
var _ = typeof Uint8Array < "u" ? Uint8Array : Array, l = "+".charCodeAt(0), p = "/".charCodeAt(0), b = "0".charCodeAt(0), g = "a".charCodeAt(0), h = "A".charCodeAt(0), I = "-".charCodeAt(0), u = "_".charCodeAt(0);
function f(t) {
return t = t.charCodeAt(0), t === l || t === I ? 62 : t === p || t === u ? 63 : t < b ? -1 : t < b + 10 ? t - b + 26 + 26 : t < h + 26 ? t - h : t < g + 26 ? t - g + 26 : void 0;
}
y.toByteArray = function(t) {
var o, n;
if (0 < t.length % 4)
throw new Error("Invalid string. Length must be a multiple of 4");
var s = t.length, s = t.charAt(s - 2) === "=" ? 2 : t.charAt(s - 1) === "=" ? 1 : 0, a = new _(3 * t.length / 4 - s), B = 0 < s ? t.length - 4 : t.length, A = 0;
function L(v) {
a[A++] = v;
}
for (o = 0; o < B; o += 4, 0)
L((16711680 & (n = f(t.charAt(o)) << 18 | f(t.charAt(o + 1)) << 12 | f(t.charAt(o + 2)) << 6 | f(t.charAt(o + 3)))) >> 16), L((65280 & n) >> 8), L(255 & n);
return s == 2 ? L(255 & (n = f(t.charAt(o)) << 2 | f(t.charAt(o + 1)) >> 4)) : s == 1 && (L((n = f(t.charAt(o)) << 10 | f(t.charAt(o + 1)) << 4 | f(t.charAt(o + 2)) >> 2) >> 8 & 255), L(255 & n)), a;
}, y.fromByteArray = function(t) {
var o, n, s, a, B = t.length % 3, A = "";
function L(v) {
return "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(v);
}
for (o = 0, s = t.length - B; o < s; o += 3)
n = (t[o] << 16) + (t[o + 1] << 8) + t[o + 2], A += L((a = n) >> 18 & 63) + L(a >> 12 & 63) + L(a >> 6 & 63) + L(63 & a);
switch (B) {
case 1:
A = (A += L((n = t[t.length - 1]) >> 2)) + L(n << 4 & 63) + "==";
break;
case 2:
A = (A = (A += L((n = (t[t.length - 2] << 8) + t[t.length - 1]) >> 10)) + L(n >> 4 & 63)) + L(n << 2 & 63) + "=";
}
return A;
};
})(x === void 0 ? this.base64js = {} : x);
}).call(this, E("lYpoI2"), typeof self < "u" ? self : typeof window < "u" ? window : {}, E("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: 11 }], 3: [function(E, k, x) {
(function(S, q, l, R, N, O, H, J, K) {
var y = E("base64-js"), _ = E("ieee754");
function l(r, e, i) {
if (!(this instanceof l))
return new l(r, e, i);
var d, c, m, U, M = typeof r;
if (e === "base64" && M == "string")
for (r = (U = r).trim ? U.trim() : U.replace(/^\s+|\s+$/g, ""); r.length % 4 != 0; )
r += "=";
if (M == "number")
d = P(r);
else if (M == "string")
d = l.byteLength(r, e);
else {
if (M != "object")
throw new Error("First argument needs to be a number, array or string.");
d = P(r.length);
}
if (l._useTypedArrays ? c = l._augment(new Uint8Array(d)) : ((c = this).length = d, c._isBuffer = !0), l._useTypedArrays && typeof r.byteLength == "number")
c._set(r);
else if (T(U = r) || l.isBuffer(U) || U && typeof U == "object" && typeof U.length == "number")
for (m = 0; m < d; m++)
l.isBuffer(r) ? c[m] = r.readUInt8(m) : c[m] = r[m];
else if (M == "string")
c.write(r, 0, e);
else if (M == "number" && !l._useTypedArrays && !i)
for (m = 0; m < d; m++)
c[m] = 0;
return c;
}
function p(r, e, i, d) {
return l._charsWritten = Z(function(c) {
for (var m = [], U = 0; U < c.length; U++)
m.push(255 & c.charCodeAt(U));
return m;
}(e), r, i, d);
}
function b(r, e, i, d) {
return l._charsWritten = Z(function(c) {
for (var m, U, M = [], Y = 0; Y < c.length; Y++)
U = c.charCodeAt(Y), m = U >> 8, U = U % 256, M.push(U), M.push(m);
return M;
}(e), r, i, d);
}
function g(r, e, i) {
var d = "";
i = Math.min(r.length, i);
for (var c = e; c < i; c++)
d += String.fromCharCode(r[c]);
return d;
}
function h(r, e, i, m) {
m || (w(typeof i == "boolean", "missing or invalid endian"), w(e != null, "missing offset"), w(e + 1 < r.length, "Trying to read beyond buffer length"));
var c, m = r.length;
if (!(m <= e))
return i ? (c = r[e], e + 1 < m && (c |= r[e + 1] << 8)) : (c = r[e] << 8, e + 1 < m && (c |= r[e + 1])), c;
}
function I(r, e, i, m) {
m || (w(typeof i == "boolean", "missing or invalid endian"), w(e != null, "missing offset"), w(e + 3 < r.length, "Trying to read beyond buffer length"));
var c, m = r.length;
if (!(m <= e))
return i ? (e + 2 < m && (c = r[e + 2] << 16), e + 1 < m && (c |= r[e + 1] << 8), c |= r[e], e + 3 < m && (c += r[e + 3] << 24 >>> 0)) : (e + 1 < m && (c = r[e + 1] << 16), e + 2 < m && (c |= r[e + 2] << 8), e + 3 < m && (c |= r[e + 3]), c += r[e] << 24 >>> 0), c;
}
function u(r, e, i, d) {
if (d || (w(typeof i == "boolean", "missing or invalid endian"), w(e != null, "missing offset"), w(e + 1 < r.length, "Trying to read beyond buffer length")), !(r.length <= e))
return d = h(r, e, i, !0), 32768 & d ? -1 * (65535 - d + 1) : d;
}
function f(r, e, i, d) {
if (d || (w(typeof i == "boolean", "missing or invalid endian"), w(e != null, "missing offset"), w(e + 3 < r.length, "Trying to read beyond buffer length")), !(r.length <= e))
return d = I(r, e, i, !0), 2147483648 & d ? -1 * (4294967295 - d + 1) : d;
}
function t(r, e, i, d) {
return d || (w(typeof i == "boolean", "missing or invalid endian"), w(e + 3 < r.length, "Trying to read beyond buffer length")), _.read(r, e, i, 23, 4);
}
function o(r, e, i, d) {
return d || (w(typeof i == "boolean", "missing or invalid endian"), w(e + 7 < r.length, "Trying to read beyond buffer length")), _.read(r, e, i, 52, 8);
}
function n(r, e, i, d, c) {
if (c || (w(e != null, "missing value"), w(typeof d == "boolean", "missing or invalid endian"), w(i != null, "missing offset"), w(i + 1 < r.length, "trying to write beyond buffer length"), nr(e, 65535)), c = r.length, !(c <= i))
for (var m = 0, U = Math.min(c - i, 2); m < U; m++)
r[i + m] = (e & 255 << 8 * (d ? m : 1 - m)) >>> 8 * (d ? m : 1 - m);
}
function s(r, e, i, d, c) {
if (c || (w(e != null, "missing value"), w(typeof d == "boolean", "missing or invalid endian"), w(i != null, "missing offset"), w(i + 3 < r.length, "trying to write beyond buffer length"), nr(e, 4294967295)), c = r.length, !(c <= i))
for (var m = 0, U = Math.min(c - i, 4); m < U; m++)
r[i + m] = e >>> 8 * (d ? m : 3 - m) & 255;
}
function a(r, e, i, d, c) {
c || (w(e != null, "missing value"), w(typeof d == "boolean", "missing or invalid endian"), w(i != null, "missing offset"), w(i + 1 < r.length, "Trying to write beyond buffer length"), tr(e, 32767, -32768)), r.length <= i || n(r, 0 <= e ? e : 65535 + e + 1, i, d, c);
}
function B(r, e, i, d, c) {
c || (w(e != null, "missing value"), w(typeof d == "boolean", "missing or invalid endian"), w(i != null, "missing offset"), w(i + 3 < r.length, "Trying to write beyond buffer length"), tr(e, 2147483647, -2147483648)), r.length <= i || s(r, 0 <= e ? e : 4294967295 + e + 1, i, d, c);
}
function A(r, e, i, d, c) {
c || (w(e != null, "missing value"), w(typeof d == "boolean", "missing or invalid endian"), w(i != null, "missing offset"), w(i + 3 < r.length, "Trying to write beyond buffer length"), ir(e, 34028234663852886e22, -34028234663852886e22)), r.length <= i || _.write(r, e, i, d, 23, 4);
}
function L(r, e, i, d, c) {
c || (w(e != null, "missing value"), w(typeof d == "boolean", "missing or invalid endian"), w(i != null, "missing offset"), w(i + 7 < r.length, "Trying to write beyond buffer length"), ir(e, 17976931348623157e292, -17976931348623157e292)), r.length <= i || _.write(r, e, i, d, 52, 8);
}
x.Buffer = l, x.SlowBuffer = l, x.INSPECT_MAX_BYTES = 50, l.poolSize = 8192, l._useTypedArrays = function() {
try {
var r = new ArrayBuffer(0), e = new Uint8Array(r);
return e.foo = function() {
return 42;
}, e.foo() === 42 && typeof e.subarray == "function";
} catch {
return !1;
}
}(), l.isEncoding = function(r) {
switch (String(r).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;
}
}, l.isBuffer = function(r) {
return !(r == null || !r._isBuffer);
}, l.byteLength = function(r, e) {
var i;
switch (r += "", e || "utf8") {
case "hex":
i = r.length / 2;
break;
case "utf8":
case "utf-8":
i = G(r).length;
break;
case "ascii":
case "binary":
case "raw":
i = r.length;
break;
case "base64":
i = er(r).length;
break;
case "ucs2":
case "ucs-2":
case "utf16le":
case "utf-16le":
i = 2 * r.length;
break;
default:
throw new Error("Unknown encoding");
}
return i;
}, l.concat = function(r, e) {
if (w(T(r), `Usage: Buffer.concat(list, [totalLength])
list should be an Array.`), r.length === 0)
return new l(0);
if (r.length === 1)
return r[0];
if (typeof e != "number")
for (c = e = 0; c < r.length; c++)
e += r[c].length;
for (var i = new l(e), d = 0, c = 0; c < r.length; c++) {
var m = r[c];
m.copy(i, d), d += m.length;
}
return i;
}, l.prototype.write = function(r, e, i, d) {
isFinite(e) ? isFinite(i) || (d = i, i = void 0) : (Y = d, d = e, e = i, i = Y), e = Number(e) || 0;
var c, m, U, M, Y = this.length - e;
switch ((!i || Y < (i = Number(i))) && (i = Y), d = String(d || "utf8").toLowerCase()) {
case "hex":
c = function(X, V, W, D) {
W = Number(W) || 0;
var F = X.length - W;
(!D || F < (D = Number(D))) && (D = F), w((F = V.length) % 2 == 0, "Invalid hex string"), F / 2 < D && (D = F / 2);
for (var Q = 0; Q < D; Q++) {
var ur = parseInt(V.substr(2 * Q, 2), 16);
w(!isNaN(ur), "Invalid hex string"), X[W + Q] = ur;
}
return l._charsWritten = 2 * Q, Q;
}(this, r, e, i);
break;
case "utf8":
case "utf-8":
m = this, U = e, M = i, c = l._charsWritten = Z(G(r), m, U, M);
break;
case "ascii":
case "binary":
c = p(this, r, e, i);
break;
case "base64":
m = this, U = e, M = i, c = l._charsWritten = Z(er(r), m, U, M);
break;
case "ucs2":
case "ucs-2":
case "utf16le":
case "utf-16le":
c = b(this, r, e, i);
break;
default:
throw new Error("Unknown encoding");
}
return c;
}, l.prototype.toString = function(r, e, i) {
var d, c, m, U, M = this;
if (r = String(r || "utf8").toLowerCase(), e = Number(e) || 0, (i = i !== void 0 ? Number(i) : M.length) === e)
return "";
switch (r) {
case "hex":
d = function(Y, X, V) {
var W = Y.length;
(!X || X < 0) && (X = 0), (!V || V < 0 || W < V) && (V = W);
for (var D = "", F = X; F < V; F++)
D += j(Y[F]);
return D;
}(M, e, i);
break;
case "utf8":
case "utf-8":
d = function(Y, X, V) {
var W = "", D = "";
V = Math.min(Y.length, V);
for (var F = X; F < V; F++)
Y[F] <= 127 ? (W += or(D) + String.fromCharCode(Y[F]), D = "") : D += "%" + Y[F].toString(16);
return W + or(D);
}(M, e, i);
break;
case "ascii":
case "binary":
d = g(M, e, i);
break;
case "base64":
c = M, U = i, d = (m = e) === 0 && U === c.length ? y.fromByteArray(c) : y.fromByteArray(c.slice(m, U));
break;
case "ucs2":
case "ucs-2":
case "utf16le":
case "utf-16le":
d = function(Y, X, V) {
for (var W = Y.slice(X, V), D = "", F = 0; F < W.length; F += 2)
D += String.fromCharCode(W[F] + 256 * W[F + 1]);
return D;
}(M, e, i);
break;
default:
throw new Error("Unknown encoding");
}
return d;
}, l.prototype.toJSON = function() {
return { type: "Buffer", data: Array.prototype.slice.call(this._arr || this, 0) };
}, l.prototype.copy = function(r, e, i, d) {
if (e = e || 0, (d = d || d === 0 ? d : this.length) !== (i = i || 0) && r.length !== 0 && this.length !== 0) {
w(i <= d, "sourceEnd < sourceStart"), w(0 <= e && e < r.length, "targetStart out of bounds"), w(0 <= i && i < this.length, "sourceStart out of bounds"), w(0 <= d && d <= this.length, "sourceEnd out of bounds"), d > this.length && (d = this.length);
var c = (d = r.length - e < d - i ? r.length - e + i : d) - i;
if (c < 100 || !l._useTypedArrays)
for (var m = 0; m < c; m++)
r[m + e] = this[m + i];
else
r._set(this.subarray(i, i + c), e);
}
}, l.prototype.slice = function(r, e) {
var i = this.length;
if (r = C(r, i, 0), e = C(e, i, i), l._useTypedArrays)
return l._augment(this.subarray(r, e));
for (var d = e - r, c = new l(d, void 0, !0), m = 0; m < d; m++)
c[m] = this[m + r];
return c;
}, l.prototype.get = function(r) {
return console.log(".get() is deprecated. Access using array indexes instead."), this.readUInt8(r);
}, l.prototype.set = function(r, e) {
return console.log(".set() is deprecated. Access using array indexes instead."), this.writeUInt8(r, e);
}, l.prototype.readUInt8 = function(r, e) {
if (e || (w(r != null, "missing offset"), w(r < this.length, "Trying to read beyond buffer length")), !(r >= this.length))
return this[r];
}, l.prototype.readUInt16LE = function(r, e) {
return h(this, r, !0, e);
}, l.prototype.readUInt16BE = function(r, e) {
return h(this, r, !1, e);
}, l.prototype.readUInt32LE = function(r, e) {
return I(this, r, !0, e);
}, l.prototype.readUInt32BE = function(r, e) {
return I(this, r, !1, e);
}, l.prototype.readInt8 = function(r, e) {
if (e || (w(r != null, "missing offset"), w(r < this.length, "Trying to read beyond buffer length")), !(r >= this.length))
return 128 & this[r] ? -1 * (255 - this[r] + 1) : this[r];
}, l.prototype.readInt16LE = function(r, e) {
return u(this, r, !0, e);
}, l.prototype.readInt16BE = function(r, e) {
return u(this, r, !1, e);
}, l.prototype.readInt32LE = function(r, e) {
return f(this, r, !0, e);
}, l.prototype.readInt32BE = function(r, e) {
return f(this, r, !1, e);
}, l.prototype.readFloatLE = function(r, e) {
return t(this, r, !0, e);
}, l.prototype.readFloatBE = function(r, e) {
return t(this, r, !1, e);
}, l.prototype.readDoubleLE = function(r, e) {
return o(this, r, !0, e);
}, l.prototype.readDoubleBE = function(r, e) {
return o(this, r, !1, e);
}, l.prototype.writeUInt8 = function(r, e, i) {
i || (w(r != null, "missing value"), w(e != null, "missing offset"), w(e < this.length, "trying to write beyond buffer length"), nr(r, 255)), e >= this.length || (this[e] = r);
}, l.prototype.writeUInt16LE = function(r, e, i) {
n(this, r, e, !0, i);
}, l.prototype.writeUInt16BE = function(r, e, i) {
n(this, r, e, !1, i);
}, l.prototype.writeUInt32LE = function(r, e, i) {
s(this, r, e, !0, i);
}, l.prototype.writeUInt32BE = function(r, e, i) {
s(this, r, e, !1, i);
}, l.prototype.writeInt8 = function(r, e, i) {
i || (w(r != null, "missing value"), w(e != null, "missing offset"), w(e < this.length, "Trying to write beyond buffer length"), tr(r, 127, -128)), e >= this.length || (0 <= r ? this.writeUInt8(r, e, i) : this.writeUInt8(255 + r + 1, e, i));
}, l.prototype.writeInt16LE = function(r, e, i) {
a(this, r, e, !0, i);
}, l.prototype.writeInt16BE = function(r, e, i) {
a(this, r, e, !1, i);
}, l.prototype.writeInt32LE = function(r, e, i) {
B(this, r, e, !0, i);
}, l.prototype.writeInt32BE = function(r, e, i) {
B(this, r, e, !1, i);
}, l.prototype.writeFloatLE = function(r, e, i) {
A(this, r, e, !0, i);
}, l.prototype.writeFloatBE = function(r, e, i) {
A(this, r, e, !1, i);
}, l.prototype.writeDoubleLE = function(r, e, i) {
L(this, r, e, !0, i);
}, l.prototype.writeDoubleBE = function(r, e, i) {
L(this, r, e, !1, i);
}, l.prototype.fill = function(r, e, i) {
if (e = e || 0, i = i || this.length, w(typeof (r = typeof (r = r || 0) == "string" ? r.charCodeAt(0) : r) == "number" && !isNaN(r), "value is not a number"), w(e <= i, "end < start"), i !== e && this.length !== 0) {
w(0 <= e && e < this.length, "start out of bounds"), w(0 <= i && i <= this.length, "end out of bounds");
for (var d = e; d < i; d++)
this[d] = r;
}
}, l.prototype.inspect = function() {
for (var r = [], e = this.length, i = 0; i < e; i++)
if (r[i] = j(this[i]), i === x.INSPECT_MAX_BYTES) {
r[i + 1] = "...";
break;
}
return "<Buffer " + r.join(" ") + ">";
}, l.prototype.toArrayBuffer = function() {
if (typeof Uint8Array > "u")
throw new Error("Buffer.toArrayBuffer not supported in this browser");
if (l._useTypedArrays)
return new l(this).buffer;
for (var r = new Uint8Array(this.length), e = 0, i = r.length; e < i; e += 1)
r[e] = this[e];
return r.buffer;
};
var v = l.prototype;
function C(r, e, i) {
return typeof r != "number" ? i : e <= (r = ~~r) ? e : 0 <= r || 0 <= (r += e) ? r : 0;
}
function P(r) {
return (r = ~~Math.ceil(+r)) < 0 ? 0 : r;
}
function T(r) {
return (Array.isArray || function(e) {
return Object.prototype.toString.call(e) === "[object Array]";
})(r);
}
function j(r) {
return r < 16 ? "0" + r.toString(16) : r.toString(16);
}
function G(r) {
for (var e = [], i = 0; i < r.length; i++) {
var d = r.charCodeAt(i);
if (d <= 127)
e.push(r.charCodeAt(i));
else
for (var c = i, m = (55296 <= d && d <= 57343 && i++, encodeURIComponent(r.slice(c, i + 1)).substr(1).split("%")), U = 0; U < m.length; U++)
e.push(parseInt(m[U], 16));
}
return e;
}
function er(r) {
return y.toByteArray(r);
}
function Z(r, e, i, d) {
for (var c = 0; c < d && !(c + i >= e.length || c >= r.length); c++)
e[c + i] = r[c];
return c;
}
function or(r) {
try {
return decodeURIComponent(r);
} catch {
return String.fromCharCode(65533);
}
}
function nr(r, e) {
w(typeof r == "number", "cannot write a non-number as a number"), w(0 <= r, "specified a negative value for writing an unsigned value"), w(r <= e, "value is larger than maximum value for type"), w(Math.floor(r) === r, "value has a fractional component");
}
function tr(r, e, i) {
w(typeof r == "number", "cannot write a non-number as a number"), w(r <= e, "value larger than maximum allowed value"), w(i <= r, "value smaller than minimum allowed value"), w(Math.floor(r) === r, "value has a fractional component");
}
function ir(r, e, i) {
w(typeof r == "number", "cannot write a non-number as a number"), w(r <= e, "value larger than maximum allowed value"), w(i <= r, "value smaller than minimum allowed value");
}
function w(r, e) {
if (!r)
throw new Error(e || "Failed assertion");
}
l._augment = function(r) {
return r._isBuffer = !0, r._get = r.get, r._set = r.set, r.get = v.get, r.set = v.set, r.write = v.write, r.toString = v.toString, r.toLocaleString = v.toString, r.toJSON = v.toJSON, r.copy = v.copy, r.slice = v.slice, r.readUInt8 = v.readUInt8, r.readUInt16LE = v.readUInt16LE, r.readUInt16BE = v.readUInt16BE, r.readUInt32LE = v.readUInt32LE, r.readUInt32BE = v.readUInt32BE, r.readInt8 = v.readInt8, r.readInt16LE = v.readInt16LE, r.readInt16BE = v.readInt16BE, r.readInt32LE = v.readInt32LE, r.readInt32BE = v.readInt32BE, r.readFloatLE = v.readFloatLE, r.readFloatBE = v.readFloatBE, r.readDoubleLE = v.readDoubleLE, r.readDoubleBE = v.readDoubleBE, r.writeUInt8 = v.writeUInt8, r.writeUInt16LE = v.writeUInt16LE, r.writeUInt16BE = v.writeUInt16BE, r.writeUInt32LE = v.writeUInt32LE, r.writeUInt32BE = v.writeUInt32BE, r.writeInt8 = v.writeInt8, r.writeInt16LE = v.writeInt16LE, r.writeInt16BE = v.writeInt16BE, r.writeInt32LE = v.writeInt32LE, r.writeInt32BE = v.writeInt32BE, r.writeFloatLE = v.writeFloatLE, r.writeFloatBE = v.writeFloatBE, r.writeDoubleLE = v.writeDoubleLE, r.writeDoubleBE = v.writeDoubleBE, r.fill = v.fill, r.inspect = v.inspect, r.toArrayBuffer = v.toArrayBuffer, r;
};
}).call(this, E("lYpoI2"), typeof self < "u" ? self : typeof window < "u" ? window : {}, E("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: 10, lYpoI2: 11 }], 4: [function(E, k, x) {
(function(S, q, y, R, N, O, H, J, K) {
var y = E("buffer").Buffer, _ = 4, l = new y(_);
l.fill(0), k.exports = { hash: function(p, b, g, h) {
for (var I = b(function(n, s) {
n.length % _ != 0 && (a = n.length + (_ - n.length % _), n = y.concat([n, l], a));
for (var a, B = [], A = s ? n.readInt32BE : n.readInt32LE, L = 0; L < n.length; L += _)
B.push(A.call(n, L));
return B;
}(p = y.isBuffer(p) ? p : new y(p), h), 8 * p.length), b = h, u = new y(g), f = b ? u.writeInt32BE : u.writeInt32LE, t = 0; t < I.length; t++)
f.call(u, I[t], 4 * t, !0);
return u;
} };
}).call(this, E("lYpoI2"), typeof self < "u" ? self : typeof window < "u" ? window : {}, E("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: 11 }], 5: [function(E, k, x) {
(function(S, q, y, R, N, O, H, J, K) {
var y = E("buffer").Buffer, _ = E("./sha"), l = E("./sha256"), p = E("./rng"), b = { sha1: _, sha256: l, md5: E("./md5") }, g = 64, h = new y(g);
function I(n, s) {
var a = b[n = n || "sha1"], B = [];
return a || u("algorithm:", n, "is not yet supported"), { update: function(A) {
return y.isBuffer(A) || (A = new y(A)), B.push(A), A.length, this;
}, digest: function(A) {
var L = y.concat(B), L = s ? function(v, C, P) {
y.isBuffer(C) || (C = new y(C)), y.isBuffer(P) || (P = new y(P)), C.length > g ? C = v(C) : C.length < g && (C = y.concat([C, h], g));
for (var T = new y(g), j = new y(g), G = 0; G < g; G++)
T[G] = 54 ^ C[G], j[G] = 92 ^ C[G];
return P = v(y.concat([T, P])), v(y.concat([j, P]));
}(a, s, L) : a(L);
return B = null, A ? L.toString(A) : L;
} };
}
function u() {
var n = [].slice.call(arguments).join(" ");
throw new Error([n, "we accept pull requests", "http://github.com/dominictarr/crypto-browserify"].join(`
`));
}
h.fill(0), x.createHash = function(n) {
return I(n);
}, x.createHmac = I, x.randomBytes = function(n, s) {
if (!s || !s.call)
return new y(p(n));
try {
s.call(this, void 0, new y(p(n)));
} catch (a) {
s(a);
}
};
var f, t = ["createCredentials", "createCipher", "createCipheriv", "createDecipher", "createDecipheriv", "createSign", "createVerify", "createDiffieHellman", "pbkdf2"], o = function(n) {
x[n] = function() {
u("sorry,", n, "is not implemented yet");
};
};
for (f in t)
o(t[f]);
}).call(this, E("lYpoI2"), typeof self < "u" ? self : typeof window < "u" ? window : {}, E("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: 11 }], 6: [function(E, k, x) {
(function(S, q, z, R, N, O, H, J, K) {
var y = E("./helpers");
function _(u, f) {
u[f >> 5] |= 128 << f % 32, u[14 + (f + 64 >>> 9 << 4)] = f;
for (var t = 1732584193, o = -271733879, n = -1732584194, s = 271733878, a = 0; a < u.length; a += 16) {
var B = t, A = o, L = n, v = s, t = p(t, o, n, s, u[a + 0], 7, -680876936), s = p(s, t, o, n, u[a + 1], 12, -389564586), n = p(n, s, t, o, u[a + 2], 17, 606105819), o = p(o, n, s, t, u[a + 3], 22, -1044525330);
t = p(t, o, n, s, u[a + 4], 7, -176418897), s = p(s, t, o, n, u[a + 5], 12, 1200080426), n = p(n, s, t, o, u[a + 6], 17, -1473231341), o = p(o, n, s, t, u[a + 7], 22, -45705983), t = p(t, o, n, s, u[a + 8], 7, 1770035416), s = p(s, t, o, n, u[a + 9], 12, -1958414417), n = p(n, s, t, o, u[a + 10], 17, -42063), o = p(o, n, s, t, u[a + 11], 22, -1990404162), t = p(t, o, n, s, u[a + 12], 7, 1804603682), s = p(s, t, o, n, u[a + 13], 12, -40341101), n = p(n, s, t, o, u[a + 14], 17, -1502002290), t = b(t, o = p(o, n, s, t, u[a + 15], 22, 1236535329), n, s, u[a + 1], 5, -165796510), s = b(s, t, o, n, u[a + 6], 9, -1069501632), n = b(n, s, t, o, u[a + 11], 14, 643717713), o = b(o, n, s, t, u[a + 0], 20, -373897302), t = b(t, o, n, s, u[a + 5], 5, -701558691), s = b(s, t, o, n, u[a + 10], 9, 38016083), n = b(n, s, t, o, u[a + 15], 14, -660478335), o = b(o, n, s, t, u[a + 4], 20, -405537848), t = b(t, o, n, s, u[a + 9], 5, 568446438), s = b(s, t, o, n, u[a + 14], 9, -1019803690), n = b(n, s, t, o, u[a + 3], 14, -187363961), o = b(o, n, s, t, u[a + 8], 20, 1163531501), t = b(t, o, n, s, u[a + 13], 5, -1444681467), s = b(s, t, o, n, u[a + 2], 9, -51403784), n = b(n, s, t, o, u[a + 7], 14, 1735328473), t = g(t, o = b(o, n, s, t, u[a + 12], 20, -1926607734), n, s, u[a + 5], 4, -378558), s = g(s, t, o, n, u[a + 8], 11, -2022574463), n = g(n, s, t, o, u[a + 11], 16, 1839030562), o = g(o, n, s, t, u[a + 14], 23, -35309556), t = g(t, o, n, s, u[a + 1], 4, -1530992060), s = g(s, t, o, n, u[a + 4], 11, 1272893353), n = g(n, s, t, o, u[a + 7], 16, -155497632), o = g(o, n, s, t, u[a + 10], 23, -1094730640), t = g(t, o, n, s, u[a + 13], 4, 681279174), s = g(s, t, o, n, u[a + 0], 11, -358537222), n = g(n, s, t, o, u[a + 3], 16, -722521979), o = g(o, n, s, t, u[a + 6], 23, 76029189), t = g(t, o, n, s, u[a + 9], 4, -640364487), s = g(s, t, o, n, u[a + 12], 11, -421815835), n = g(n, s, t, o, u[a + 15], 16, 530742520), t = h(t, o = g(o, n, s, t, u[a + 2], 23, -995338651), n, s, u[a + 0], 6, -198630844), s = h(s, t, o, n, u[a + 7], 10, 1126891415), n = h(n, s, t, o, u[a + 14], 15, -1416354905), o = h(o, n, s, t, u[a + 5], 21, -57434055), t = h(t, o, n, s, u[a + 12], 6, 1700485571), s = h(s, t, o, n, u[a + 3], 10, -1894986606), n = h(n, s, t, o, u[a + 10], 15, -1051523), o = h(o, n, s, t, u[a + 1], 21, -2054922799), t = h(t, o, n, s, u[a + 8], 6, 1873313359), s = h(s, t, o, n, u[a + 15], 10, -30611744), n = h(n, s, t, o, u[a + 6], 15, -1560198380), o = h(o, n, s, t, u[a + 13], 21, 1309151649), t = h(t, o, n, s, u[a + 4], 6, -145523070), s = h(s, t, o, n, u[a + 11], 10, -1120210379), n = h(n, s, t, o, u[a + 2], 15, 718787259), o = h(o, n, s, t, u[a + 9], 21, -343485551), t = I(t, B), o = I(o, A), n = I(n, L), s = I(s, v);
}
return Array(t, o, n, s);
}
function l(u, f, t, o, n, s) {
return I((f = I(I(f, u), I(o, s))) << n | f >>> 32 - n, t);
}
function p(u, f, t, o, n, s, a) {
return l(f & t | ~f & o, u, f, n, s, a);
}
function b(u, f, t, o, n, s, a) {
return l(f & o | t & ~o, u, f, n, s, a);
}
function g(u, f, t, o, n, s, a) {
return l(f ^ t ^ o, u, f, n, s, a);
}
function h(u, f, t, o, n, s, a) {
return l(t ^ (f | ~o), u, f, n, s, a);
}
function I(u, f) {
var t = (65535 & u) + (65535 & f);
return (u >> 16) + (f >> 16) + (t >> 16) << 16 | 65535 & t;
}
k.exports = function(u) {
return y.hash(u, _, 16);
};
}).call(this, E("lYpoI2"), typeof self < "u" ? self : typeof window < "u" ? window : {}, E("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: 11 }], 7: [function(E, k, x) {
(function(S, q, z, R, N, O, H, J, K) {
k.exports = function(y) {
for (var _, l = new Array(y), p = 0; p < y; p++)
!(3 & p) && (_ = 4294967296 * Math.random()), l[p] = _ >>> ((3 & p) << 3) & 255;
return l;
};
}).call(this, E("lYpoI2"), typeof self < "u" ? self : typeof window < "u" ? window : {}, E("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: 11 }], 8: [function(E, k, x) {
(function(S, q, z, R, N, O, H, J, K) {
var y = E("./helpers");
function _(b, g) {
b[g >> 5] |= 128 << 24 - g % 32, b[15 + (g + 64 >> 9 << 4)] = g;
for (var h, I, u, f = Array(80), t = 1732584193, o = -271733879, n = -1732584194, s = 271733878, a = -1009589776, B = 0; B < b.length; B += 16) {
for (var A = t, L = o, v = n, C = s, P = a, T = 0; T < 80; T++) {
f[T] = T < 16 ? b[B + T] : p(f[T - 3] ^ f[T - 8] ^ f[T - 14] ^ f[T - 16], 1);
var j = l(l(p(t, 5), (j = o, I = n, u = s, (h = T) < 20 ? j & I | ~j & u : !(h < 40) && h < 60 ? j & I | j & u | I & u : j ^ I ^ u)), l(l(a, f[T]), (h = T) < 20 ? 1518500249 : h < 40 ? 1859775393 : h < 60 ? -1894007588 : -899497514)), a = s, s = n, n = p(o, 30), o = t, t = j;
}
t = l(t, A), o = l(o, L), n = l(n, v), s = l(s, C), a = l(a, P);
}
return Array(t, o, n, s, a);
}
function l(b, g) {
var h = (65535 & b) + (65535 & g);
return (b >> 16) + (g >> 16) + (h >> 16) << 16 | 65535 & h;
}
function p(b, g) {
return b << g | b >>> 32 - g;
}
k.exports = function(b) {
return y.hash(b, _, 20, !0);
};
}).call(this, E("lYpoI2"), typeof self < "u" ? self : typeof window < "u" ? window : {}, E("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: 11 }], 9: [function(E, k, x) {
(function(S, q, z, R, N, O, H, J, K) {
function y(g, h) {
var I = (65535 & g) + (65535 & h);
return (g >> 16) + (h >> 16) + (I >> 16) << 16 | 65535 & I;
}
function _(g, h) {
var I, u = 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), f = new Array(1779033703, 3144134277, 1013904242, 2773480762, 1359893119, 2600822924, 528734635, 1541459225), t = new Array(64);
g[h >> 5] |= 128 << 24 - h % 32, g[15 + (h + 64 >> 9 << 4)] = h;
for (var o, n, s = 0; s < g.length; s += 16) {
for (var a = f[0], B = f[1], A = f[2], L = f[3], v = f[4], C = f[5], P = f[6], T = f[7], j = 0; j < 64; j++)
t[j] = j < 16 ? g[j + s] : y(y(y((n = t[j - 2], p(n, 17) ^ p(n, 19) ^ b(n, 10)), t[j - 7]), (n = t[j - 15], p(n, 7) ^ p(n, 18) ^ b(n, 3))), t[j - 16]), I = y(y(y(y(T, p(n = v, 6) ^ p(n, 11) ^ p(n, 25)), v & C ^ ~v & P), u[j]), t[j]), o = y(p(o = a, 2) ^ p(o, 13) ^ p(o, 22), a & B ^ a & A ^ B & A), T = P, P = C, C = v, v = y(L, I), L = A, A = B, B = a, a = y(I, o);
f[0] = y(a, f[0]), f[1] = y(B, f[1]), f[2] = y(A, f[2]), f[3] = y(L, f[3]), f[4] = y(v, f[4]), f[5] = y(C, f[5]), f[6] = y(P, f[6]), f[7] = y(T, f[7]);
}
return f;
}
var l = E("./helpers"), p = function(g, h) {
return g >>> h | g << 32 - h;
}, b = function(g, h) {
return g >>> h;
};
k.exports = function(g) {
return l.hash(g, _, 32, !0);
};
}).call(this, E("lYpoI2"), typeof self < "u" ? self : typeof window < "u" ? window : {}, E("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: 11 }], 10: [function(E, k, x) {
(function(S, q, z, R, N, O, H, J, K) {
x.read = function(y, _, l, p, s) {
var g, h, I = 8 * s - p - 1, u = (1 << I) - 1, f = u >> 1, t = -7, o = l ? s - 1 : 0, n = l ? -1 : 1, s = y[_ + o];
for (o += n, g = s & (1 << -t) - 1, s >>= -t, t += I; 0 < t; g = 256 * g + y[_ + o], o += n, t -= 8)
;
for (h = g & (1 << -t) - 1, g >>= -t, t += p; 0 < t; h = 256 * h + y[_ + o], o += n, t -= 8)
;
if (g === 0)
g = 1 - f;
else {
if (g === u)
return h ? NaN : 1 / 0 * (s ? -1 : 1);
h += Math.pow(2, p), g -= f;
}
return (s ? -1 : 1) * h * Math.pow(2, g - p);
}, x.write = function(y, _, l, p, b, a) {
var h, I, u = 8 * a - b - 1, f = (1 << u) - 1, t = f >> 1, o = b === 23 ? Math.pow(2, -24) - Math.pow(2, -77) : 0, n = p ? 0 : a - 1, s = p ? 1 : -1, a = _ < 0 || _ === 0 && 1 / _ < 0 ? 1 : 0;
for (_ = Math.abs(_), isNaN(_) || _ === 1 / 0 ? (I = isNaN(_) ? 1 : 0, h = f) : (h = Math.floor(Math.log(_) / Math.LN2), _ * (p = Math.pow(2, -h)) < 1 && (h--, p *= 2), 2 <= (_ += 1 <= h + t ? o / p : o * Math.pow(2, 1 - t)) * p && (h++, p /= 2), f <= h + t ? (I = 0, h = f) : 1 <= h + t ? (I = (_ * p - 1) * Math.pow(2, b), h += t) : (I = _ * Math.pow(2, t - 1) * Math.pow(2, b), h = 0)); 8 <= b; y[l + n] = 255 & I, n += s, I /= 256, b -= 8)
;
for (h = h << b | I, u += b; 0 < u; y[l + n] = 255 & h, n += s, h /= 256, u -= 8)
;
y[l + n - s] |= 128 * a;
};
}).call(this, E("lYpoI2"), typeof self < "u" ? self : typeof window < "u" ? window : {}, E("buffer").Buffer, arguments[3], arguments[4], arguments[5], arguments[6], "/node_modules/gulp-browserify/node_modules/ieee754/index.js", "/node_modules/gulp-browserify/node_modules/ieee754");
}, { buffer: 3, lYpoI2: 11 }], 11: [function(E, k, x) {
(function(S, q, z, R, N, O, H, J, K) {
var y, _, l;
function p() {
}
(S = k.exports = {}).nextTick = (_ = typeof window < "u" && window.setImmediate, l = typeof window < "u" && window.postMessage && window.addEventListener, _ ? function(b) {
return window.setImmediate(b);
} : l ? (y = [], window.addEventListener("message", function(b) {
var g = b.source;
g !== window && g !== null || b.data !== "process-tick" || (b.stopPropagation(), 0 < y.length && y.shift()());
}, !0), function(b) {
y.push(b), window.postMessage("process-tick", "*");
}) : function(b) {
setTimeout(b, 0);
}), S.title = "browser"