videomail-client 11.4.0 → 11.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.cjs +446 -438
- package/dist/esm/index.js +311 -304
- package/dist/umd/index.js +184 -176
- package/package.json +2 -2
package/dist/cjs/index.cjs
CHANGED
|
@@ -1,5 +1,158 @@
|
|
|
1
1
|
var __webpack_modules__ = {
|
|
2
|
-
"./node_modules/
|
|
2
|
+
"./node_modules/@rsbuild/core/compiled/css-loader/index.js??ruleSet[1].rules[12].use[1]!builtin:lightningcss-loader??ruleSet[1].rules[12].use[2]!./node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[12].use[3]!./src/styles/main.styl": function(module, __webpack_exports__, __webpack_require__) {
|
|
3
|
+
"use strict";
|
|
4
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
5
|
+
A: ()=>__WEBPACK_DEFAULT_EXPORT__
|
|
6
|
+
});
|
|
7
|
+
var _node_modules_rsbuild_core_compiled_css_loader_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("./node_modules/@rsbuild/core/compiled/css-loader/noSourceMaps.js");
|
|
8
|
+
var _node_modules_rsbuild_core_compiled_css_loader_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/ __webpack_require__.n(_node_modules_rsbuild_core_compiled_css_loader_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
9
|
+
var _node_modules_rsbuild_core_compiled_css_loader_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("./node_modules/@rsbuild/core/compiled/css-loader/api.js");
|
|
10
|
+
var _node_modules_rsbuild_core_compiled_css_loader_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/ __webpack_require__.n(_node_modules_rsbuild_core_compiled_css_loader_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
11
|
+
var ___CSS_LOADER_EXPORT___ = _node_modules_rsbuild_core_compiled_css_loader_api_js__WEBPACK_IMPORTED_MODULE_1___default()(_node_modules_rsbuild_core_compiled_css_loader_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default());
|
|
12
|
+
___CSS_LOADER_EXPORT___.push([
|
|
13
|
+
module.id,
|
|
14
|
+
`@keyframes blink {
|
|
15
|
+
0% {
|
|
16
|
+
opacity: .9;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
35% {
|
|
20
|
+
opacity: .9;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
50% {
|
|
24
|
+
opacity: .1;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
85% {
|
|
28
|
+
opacity: .1;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
100% {
|
|
32
|
+
opacity: .9;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.videomail .visuals {
|
|
37
|
+
position: relative;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.videomail .visuals video.replay {
|
|
41
|
+
width: 100%;
|
|
42
|
+
height: 100%;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.videomail .countdown, .videomail .recordTimer, .videomail .recordNote, .videomail .pausedHeader, .videomail .pausedHint {
|
|
46
|
+
height: auto;
|
|
47
|
+
margin: 0;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.videomail .countdown, .videomail .recordTimer, .videomail .recordNote, .videomail .paused, .videomail .facingMode, .videomail noscript {
|
|
51
|
+
z-index: 100;
|
|
52
|
+
position: absolute;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.videomail .countdown, .videomail .recordTimer, .videomail .recordNote, .videomail .pausedHeader, .videomail .pausedHint, .videomail noscript {
|
|
56
|
+
font-weight: bold;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.videomail .countdown, .videomail .paused, .videomail noscript {
|
|
60
|
+
width: 100%;
|
|
61
|
+
top: 50%;
|
|
62
|
+
transform: translateY(-50%);
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.videomail .pausedHeader, .videomail .pausedHint, .videomail .countdown {
|
|
66
|
+
text-align: center;
|
|
67
|
+
letter-spacing: 4px;
|
|
68
|
+
text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.videomail .pausedHeader, .videomail .countdown {
|
|
72
|
+
opacity: .9;
|
|
73
|
+
font-size: 460%;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.videomail .pausedHint {
|
|
77
|
+
font-size: 150%;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.videomail .facingMode {
|
|
81
|
+
color: rgba(245, 245, 245, .9);
|
|
82
|
+
z-index: 10;
|
|
83
|
+
background: rgba(30, 30, 30, .5);
|
|
84
|
+
border: none;
|
|
85
|
+
outline: none;
|
|
86
|
+
padding: .1em .3em;
|
|
87
|
+
font-family: monospace;
|
|
88
|
+
font-size: 1.2em;
|
|
89
|
+
transition: all .2s;
|
|
90
|
+
bottom: .6em;
|
|
91
|
+
right: .7em;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.videomail .facingMode:hover {
|
|
95
|
+
cursor: pointer;
|
|
96
|
+
background: rgba(50, 50, 50, .7);
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.videomail .recordTimer, .videomail .recordNote {
|
|
100
|
+
color: #00d814;
|
|
101
|
+
opacity: .9;
|
|
102
|
+
background: rgba(10, 10, 10, .8);
|
|
103
|
+
padding: .3em .4em;
|
|
104
|
+
font-family: monospace;
|
|
105
|
+
transition: all 1s;
|
|
106
|
+
right: .7em;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.videomail .recordTimer.near, .videomail .recordNote.near {
|
|
110
|
+
color: #eb9369;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.videomail .recordTimer.nigh, .videomail .recordNote.nigh {
|
|
114
|
+
color: #ea4b2a;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.videomail .recordTimer {
|
|
118
|
+
top: .7em;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.videomail .recordNote {
|
|
122
|
+
top: 3.6em;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.videomail .recordNote:before {
|
|
126
|
+
content: "REC";
|
|
127
|
+
animation: 1s infinite blink;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.videomail .notifier {
|
|
131
|
+
box-sizing: border-box;
|
|
132
|
+
overflow: hidden;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.videomail .radioGroup {
|
|
136
|
+
display: block;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.videomail .radioGroup label {
|
|
140
|
+
cursor: pointer;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.videomail video {
|
|
144
|
+
margin-bottom: 0;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.videomail video.userMedia {
|
|
148
|
+
background-color: rgba(50, 50, 50, .1);
|
|
149
|
+
}
|
|
150
|
+
`,
|
|
151
|
+
""
|
|
152
|
+
]);
|
|
153
|
+
const __WEBPACK_DEFAULT_EXPORT__ = ___CSS_LOADER_EXPORT___;
|
|
154
|
+
},
|
|
155
|
+
"./node_modules/animitter/index.js": function(module, exports1, __webpack_require__) {
|
|
3
156
|
var EventEmitter = __webpack_require__("./node_modules/events/events.js").EventEmitter, inherits = __webpack_require__("./node_modules/inherits/inherits_browser.js"), raf = __webpack_require__("./node_modules/raf/index.js"), methods;
|
|
4
157
|
var defaultRAFObject = {
|
|
5
158
|
requestAnimationFrame: raf,
|
|
@@ -151,7 +304,7 @@ var __webpack_modules__ = {
|
|
|
151
304
|
if (fn) _instance.on('update', fn);
|
|
152
305
|
return _instance;
|
|
153
306
|
}
|
|
154
|
-
|
|
307
|
+
module.exports = exports1 = createAnimitter;
|
|
155
308
|
exports1.bound = function(options, fn) {
|
|
156
309
|
var loop = createAnimitter(options, fn), functionKeys = functions(Animitter.prototype), hasBind = !!Function.prototype.bind, fnKey;
|
|
157
310
|
for(var i = 0; i < functionKeys.length; i++){
|
|
@@ -1353,70 +1506,70 @@ var __webpack_modules__ = {
|
|
|
1353
1506
|
return table;
|
|
1354
1507
|
}();
|
|
1355
1508
|
},
|
|
1356
|
-
"./node_modules/call-bind-apply-helpers/actualApply.js": function(
|
|
1509
|
+
"./node_modules/call-bind-apply-helpers/actualApply.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
1357
1510
|
"use strict";
|
|
1358
1511
|
var bind = __webpack_require__("./node_modules/function-bind/index.js");
|
|
1359
1512
|
var $apply = __webpack_require__("./node_modules/call-bind-apply-helpers/functionApply.js");
|
|
1360
1513
|
var $call = __webpack_require__("./node_modules/call-bind-apply-helpers/functionCall.js");
|
|
1361
1514
|
var $reflectApply = __webpack_require__("./node_modules/call-bind-apply-helpers/reflectApply.js");
|
|
1362
|
-
|
|
1515
|
+
module.exports = $reflectApply || bind.call($call, $apply);
|
|
1363
1516
|
},
|
|
1364
|
-
"./node_modules/call-bind-apply-helpers/applyBind.js": function(
|
|
1517
|
+
"./node_modules/call-bind-apply-helpers/applyBind.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
1365
1518
|
"use strict";
|
|
1366
1519
|
var bind = __webpack_require__("./node_modules/function-bind/index.js");
|
|
1367
1520
|
var $apply = __webpack_require__("./node_modules/call-bind-apply-helpers/functionApply.js");
|
|
1368
1521
|
var actualApply = __webpack_require__("./node_modules/call-bind-apply-helpers/actualApply.js");
|
|
1369
|
-
|
|
1522
|
+
module.exports = function() {
|
|
1370
1523
|
return actualApply(bind, $apply, arguments);
|
|
1371
1524
|
};
|
|
1372
1525
|
},
|
|
1373
|
-
"./node_modules/call-bind-apply-helpers/functionApply.js": function(
|
|
1526
|
+
"./node_modules/call-bind-apply-helpers/functionApply.js": function(module) {
|
|
1374
1527
|
"use strict";
|
|
1375
|
-
|
|
1528
|
+
module.exports = Function.prototype.apply;
|
|
1376
1529
|
},
|
|
1377
|
-
"./node_modules/call-bind-apply-helpers/functionCall.js": function(
|
|
1530
|
+
"./node_modules/call-bind-apply-helpers/functionCall.js": function(module) {
|
|
1378
1531
|
"use strict";
|
|
1379
|
-
|
|
1532
|
+
module.exports = Function.prototype.call;
|
|
1380
1533
|
},
|
|
1381
|
-
"./node_modules/call-bind-apply-helpers/index.js": function(
|
|
1534
|
+
"./node_modules/call-bind-apply-helpers/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
1382
1535
|
"use strict";
|
|
1383
1536
|
var bind = __webpack_require__("./node_modules/function-bind/index.js");
|
|
1384
1537
|
var $TypeError = __webpack_require__("./node_modules/es-errors/type.js");
|
|
1385
1538
|
var $call = __webpack_require__("./node_modules/call-bind-apply-helpers/functionCall.js");
|
|
1386
1539
|
var $actualApply = __webpack_require__("./node_modules/call-bind-apply-helpers/actualApply.js");
|
|
1387
|
-
|
|
1540
|
+
module.exports = function(args) {
|
|
1388
1541
|
if (args.length < 1 || 'function' != typeof args[0]) throw new $TypeError('a function is required');
|
|
1389
1542
|
return $actualApply(bind, $call, args);
|
|
1390
1543
|
};
|
|
1391
1544
|
},
|
|
1392
|
-
"./node_modules/call-bind-apply-helpers/reflectApply.js": function(
|
|
1545
|
+
"./node_modules/call-bind-apply-helpers/reflectApply.js": function(module) {
|
|
1393
1546
|
"use strict";
|
|
1394
|
-
|
|
1547
|
+
module.exports = 'undefined' != typeof Reflect && Reflect && Reflect.apply;
|
|
1395
1548
|
},
|
|
1396
|
-
"./node_modules/call-bind/index.js": function(
|
|
1549
|
+
"./node_modules/call-bind/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
1397
1550
|
"use strict";
|
|
1398
1551
|
var setFunctionLength = __webpack_require__("./node_modules/set-function-length/index.js");
|
|
1399
1552
|
var $defineProperty = __webpack_require__("./node_modules/es-define-property/index.js");
|
|
1400
1553
|
var callBindBasic = __webpack_require__("./node_modules/call-bind-apply-helpers/index.js");
|
|
1401
1554
|
var applyBind = __webpack_require__("./node_modules/call-bind-apply-helpers/applyBind.js");
|
|
1402
|
-
|
|
1555
|
+
module.exports = function(originalFunction) {
|
|
1403
1556
|
var func = callBindBasic(arguments);
|
|
1404
1557
|
var adjustedLength = originalFunction.length - (arguments.length - 1);
|
|
1405
1558
|
return setFunctionLength(func, 1 + (adjustedLength > 0 ? adjustedLength : 0), true);
|
|
1406
1559
|
};
|
|
1407
|
-
if ($defineProperty) $defineProperty(
|
|
1560
|
+
if ($defineProperty) $defineProperty(module.exports, 'apply', {
|
|
1408
1561
|
value: applyBind
|
|
1409
1562
|
});
|
|
1410
|
-
else
|
|
1563
|
+
else module.exports.apply = applyBind;
|
|
1411
1564
|
},
|
|
1412
|
-
"./node_modules/call-bound/index.js": function(
|
|
1565
|
+
"./node_modules/call-bound/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
1413
1566
|
"use strict";
|
|
1414
1567
|
var GetIntrinsic = __webpack_require__("./node_modules/get-intrinsic/index.js");
|
|
1415
1568
|
var callBindBasic = __webpack_require__("./node_modules/call-bind-apply-helpers/index.js");
|
|
1416
1569
|
var $indexOf = callBindBasic([
|
|
1417
1570
|
GetIntrinsic('%String.prototype.indexOf%')
|
|
1418
1571
|
]);
|
|
1419
|
-
|
|
1572
|
+
module.exports = function(name, allowMissing) {
|
|
1420
1573
|
var intrinsic = GetIntrinsic(name, !!allowMissing);
|
|
1421
1574
|
if ('function' == typeof intrinsic && $indexOf(name, '.prototype.') > -1) return callBindBasic([
|
|
1422
1575
|
intrinsic
|
|
@@ -1424,8 +1577,8 @@ var __webpack_modules__ = {
|
|
|
1424
1577
|
return intrinsic;
|
|
1425
1578
|
};
|
|
1426
1579
|
},
|
|
1427
|
-
"./node_modules/component-emitter/index.js": function(
|
|
1428
|
-
|
|
1580
|
+
"./node_modules/component-emitter/index.js": function(module) {
|
|
1581
|
+
module.exports = Emitter;
|
|
1429
1582
|
function Emitter(obj) {
|
|
1430
1583
|
if (obj) return mixin(obj);
|
|
1431
1584
|
}
|
|
@@ -1488,9 +1641,9 @@ var __webpack_modules__ = {
|
|
|
1488
1641
|
return !!this.listeners(event).length;
|
|
1489
1642
|
};
|
|
1490
1643
|
},
|
|
1491
|
-
"./node_modules/contains/index.js": function(
|
|
1644
|
+
"./node_modules/contains/index.js": function(module) {
|
|
1492
1645
|
var DOCUMENT_POSITION_CONTAINED_BY = 16;
|
|
1493
|
-
|
|
1646
|
+
module.exports = contains;
|
|
1494
1647
|
function contains(container, elem) {
|
|
1495
1648
|
if (container.contains) return container.contains(elem);
|
|
1496
1649
|
var comparison = container.compareDocumentPosition(elem);
|
|
@@ -1560,7 +1713,7 @@ var __webpack_modules__ = {
|
|
|
1560
1713
|
return Object.prototype.toString.call(o);
|
|
1561
1714
|
}
|
|
1562
1715
|
},
|
|
1563
|
-
"./node_modules/deepmerge/dist/cjs.js": function(
|
|
1716
|
+
"./node_modules/deepmerge/dist/cjs.js": function(module) {
|
|
1564
1717
|
"use strict";
|
|
1565
1718
|
var isMergeableObject = function(value) {
|
|
1566
1719
|
return isNonNullObject(value) && !isSpecial(value);
|
|
@@ -1642,15 +1795,15 @@ var __webpack_modules__ = {
|
|
|
1642
1795
|
}, {});
|
|
1643
1796
|
};
|
|
1644
1797
|
var deepmerge_1 = deepmerge;
|
|
1645
|
-
|
|
1798
|
+
module.exports = deepmerge_1;
|
|
1646
1799
|
},
|
|
1647
|
-
"./node_modules/define-data-property/index.js": function(
|
|
1800
|
+
"./node_modules/define-data-property/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
1648
1801
|
"use strict";
|
|
1649
1802
|
var $defineProperty = __webpack_require__("./node_modules/es-define-property/index.js");
|
|
1650
1803
|
var $SyntaxError = __webpack_require__("./node_modules/es-errors/syntax.js");
|
|
1651
1804
|
var $TypeError = __webpack_require__("./node_modules/es-errors/type.js");
|
|
1652
1805
|
var gopd = __webpack_require__("./node_modules/gopd/index.js");
|
|
1653
|
-
|
|
1806
|
+
module.exports = function(obj, property, value) {
|
|
1654
1807
|
if (!obj || 'object' != typeof obj && 'function' != typeof obj) throw new $TypeError('`obj` must be an object or a function`');
|
|
1655
1808
|
if ('string' != typeof property && 'symbol' != typeof property) throw new $TypeError('`property` must be a string or a symbol`');
|
|
1656
1809
|
if (arguments.length > 3 && 'boolean' != typeof arguments[3] && null !== arguments[3]) throw new $TypeError('`nonEnumerable`, if provided, must be a boolean or null');
|
|
@@ -1672,18 +1825,18 @@ var __webpack_modules__ = {
|
|
|
1672
1825
|
else obj[property] = value;
|
|
1673
1826
|
};
|
|
1674
1827
|
},
|
|
1675
|
-
"./node_modules/defined/index.js": function(
|
|
1828
|
+
"./node_modules/defined/index.js": function(module) {
|
|
1676
1829
|
"use strict";
|
|
1677
|
-
|
|
1830
|
+
module.exports = function() {
|
|
1678
1831
|
for(var i = 0; i < arguments.length; i++)if (void 0 !== arguments[i]) return arguments[i];
|
|
1679
1832
|
};
|
|
1680
1833
|
},
|
|
1681
|
-
"./node_modules/document-visibility/index.js": function(
|
|
1834
|
+
"./node_modules/document-visibility/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
1682
1835
|
"use strict";
|
|
1683
1836
|
var document1 = __webpack_require__("./node_modules/global/document.js");
|
|
1684
1837
|
var Event1 = __webpack_require__("./node_modules/geval/source.js");
|
|
1685
1838
|
var Keys = __webpack_require__("./node_modules/document-visibility/keys.js");
|
|
1686
|
-
|
|
1839
|
+
module.exports = Visibility;
|
|
1687
1840
|
function Visibility() {
|
|
1688
1841
|
var keys = Keys(document1);
|
|
1689
1842
|
if (!keys) return noopShim();
|
|
@@ -1710,9 +1863,9 @@ var __webpack_modules__ = {
|
|
|
1710
1863
|
}
|
|
1711
1864
|
function noop() {}
|
|
1712
1865
|
},
|
|
1713
|
-
"./node_modules/document-visibility/keys.js": function(
|
|
1866
|
+
"./node_modules/document-visibility/keys.js": function(module) {
|
|
1714
1867
|
"use strict";
|
|
1715
|
-
|
|
1868
|
+
module.exports = keys;
|
|
1716
1869
|
function keys(document1) {
|
|
1717
1870
|
var prefix = detectPrefix(document1);
|
|
1718
1871
|
if (null == prefix) return;
|
|
@@ -1731,7 +1884,7 @@ var __webpack_modules__ = {
|
|
|
1731
1884
|
return string.substring(0, 1).toLowerCase() + string.substring(1);
|
|
1732
1885
|
}
|
|
1733
1886
|
},
|
|
1734
|
-
"./node_modules/dunder-proto/get.js": function(
|
|
1887
|
+
"./node_modules/dunder-proto/get.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
1735
1888
|
"use strict";
|
|
1736
1889
|
var callBind = __webpack_require__("./node_modules/call-bind-apply-helpers/index.js");
|
|
1737
1890
|
var gOPD = __webpack_require__("./node_modules/gopd/index.js");
|
|
@@ -1744,13 +1897,13 @@ var __webpack_modules__ = {
|
|
|
1744
1897
|
var desc = !!hasProtoAccessor && gOPD && gOPD(Object.prototype, '__proto__');
|
|
1745
1898
|
var $Object = Object;
|
|
1746
1899
|
var $getPrototypeOf = $Object.getPrototypeOf;
|
|
1747
|
-
|
|
1900
|
+
module.exports = desc && 'function' == typeof desc.get ? callBind([
|
|
1748
1901
|
desc.get
|
|
1749
1902
|
]) : 'function' == typeof $getPrototypeOf ? function(value) {
|
|
1750
1903
|
return $getPrototypeOf(null == value ? value : $Object(value));
|
|
1751
1904
|
} : false;
|
|
1752
1905
|
},
|
|
1753
|
-
"./node_modules/duplexify/index.js": function(
|
|
1906
|
+
"./node_modules/duplexify/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
1754
1907
|
var Buffer = __webpack_require__("./node_modules/buffer/index.js")["Buffer"];
|
|
1755
1908
|
var process = __webpack_require__("./node_modules/process/browser.js");
|
|
1756
1909
|
var stream = __webpack_require__("./node_modules/duplexify/node_modules/readable-stream/readable-browser.js");
|
|
@@ -1945,15 +2098,15 @@ var __webpack_modules__ = {
|
|
|
1945
2098
|
if (!this._writableState.ending) this.write(SIGNAL_FLUSH);
|
|
1946
2099
|
return stream.Writable.prototype.end.call(this, cb);
|
|
1947
2100
|
};
|
|
1948
|
-
|
|
2101
|
+
module.exports = Duplexify;
|
|
1949
2102
|
},
|
|
1950
|
-
"./node_modules/duplexify/node_modules/isarray/index.js": function(
|
|
2103
|
+
"./node_modules/duplexify/node_modules/isarray/index.js": function(module) {
|
|
1951
2104
|
var toString = {}.toString;
|
|
1952
|
-
|
|
2105
|
+
module.exports = Array.isArray || function(arr) {
|
|
1953
2106
|
return '[object Array]' == toString.call(arr);
|
|
1954
2107
|
};
|
|
1955
2108
|
},
|
|
1956
|
-
"./node_modules/duplexify/node_modules/readable-stream/lib/_stream_duplex.js": function(
|
|
2109
|
+
"./node_modules/duplexify/node_modules/readable-stream/lib/_stream_duplex.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
1957
2110
|
"use strict";
|
|
1958
2111
|
var pna = __webpack_require__("./node_modules/process-nextick-args/index.js");
|
|
1959
2112
|
var objectKeys = Object.keys || function(obj) {
|
|
@@ -1961,7 +2114,7 @@ var __webpack_modules__ = {
|
|
|
1961
2114
|
for(var key in obj)keys.push(key);
|
|
1962
2115
|
return keys;
|
|
1963
2116
|
};
|
|
1964
|
-
|
|
2117
|
+
module.exports = Duplex;
|
|
1965
2118
|
var util = Object.create(__webpack_require__("./node_modules/core-util-is/lib/util.js"));
|
|
1966
2119
|
util.inherits = __webpack_require__("./node_modules/inherits/inherits_browser.js");
|
|
1967
2120
|
var Readable = __webpack_require__("./node_modules/duplexify/node_modules/readable-stream/lib/_stream_readable.js");
|
|
@@ -2012,9 +2165,9 @@ var __webpack_modules__ = {
|
|
|
2012
2165
|
pna.nextTick(cb, err);
|
|
2013
2166
|
};
|
|
2014
2167
|
},
|
|
2015
|
-
"./node_modules/duplexify/node_modules/readable-stream/lib/_stream_passthrough.js": function(
|
|
2168
|
+
"./node_modules/duplexify/node_modules/readable-stream/lib/_stream_passthrough.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
2016
2169
|
"use strict";
|
|
2017
|
-
|
|
2170
|
+
module.exports = PassThrough;
|
|
2018
2171
|
var Transform = __webpack_require__("./node_modules/duplexify/node_modules/readable-stream/lib/_stream_transform.js");
|
|
2019
2172
|
var util = Object.create(__webpack_require__("./node_modules/core-util-is/lib/util.js"));
|
|
2020
2173
|
util.inherits = __webpack_require__("./node_modules/inherits/inherits_browser.js");
|
|
@@ -2027,11 +2180,11 @@ var __webpack_modules__ = {
|
|
|
2027
2180
|
cb(null, chunk);
|
|
2028
2181
|
};
|
|
2029
2182
|
},
|
|
2030
|
-
"./node_modules/duplexify/node_modules/readable-stream/lib/_stream_readable.js": function(
|
|
2183
|
+
"./node_modules/duplexify/node_modules/readable-stream/lib/_stream_readable.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
2031
2184
|
"use strict";
|
|
2032
2185
|
var process = __webpack_require__("./node_modules/process/browser.js");
|
|
2033
2186
|
var pna = __webpack_require__("./node_modules/process-nextick-args/index.js");
|
|
2034
|
-
|
|
2187
|
+
module.exports = Readable;
|
|
2035
2188
|
var isArray = __webpack_require__("./node_modules/duplexify/node_modules/isarray/index.js");
|
|
2036
2189
|
var Duplex;
|
|
2037
2190
|
Readable.ReadableState = ReadableState;
|
|
@@ -2671,9 +2824,9 @@ var __webpack_modules__ = {
|
|
|
2671
2824
|
return -1;
|
|
2672
2825
|
}
|
|
2673
2826
|
},
|
|
2674
|
-
"./node_modules/duplexify/node_modules/readable-stream/lib/_stream_transform.js": function(
|
|
2827
|
+
"./node_modules/duplexify/node_modules/readable-stream/lib/_stream_transform.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
2675
2828
|
"use strict";
|
|
2676
|
-
|
|
2829
|
+
module.exports = Transform;
|
|
2677
2830
|
var Duplex = __webpack_require__("./node_modules/duplexify/node_modules/readable-stream/lib/_stream_duplex.js");
|
|
2678
2831
|
var util = Object.create(__webpack_require__("./node_modules/core-util-is/lib/util.js"));
|
|
2679
2832
|
util.inherits = __webpack_require__("./node_modules/inherits/inherits_browser.js");
|
|
@@ -2756,11 +2909,11 @@ var __webpack_modules__ = {
|
|
|
2756
2909
|
return stream.push(null);
|
|
2757
2910
|
}
|
|
2758
2911
|
},
|
|
2759
|
-
"./node_modules/duplexify/node_modules/readable-stream/lib/_stream_writable.js": function(
|
|
2912
|
+
"./node_modules/duplexify/node_modules/readable-stream/lib/_stream_writable.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
2760
2913
|
"use strict";
|
|
2761
2914
|
var process = __webpack_require__("./node_modules/process/browser.js");
|
|
2762
2915
|
var pna = __webpack_require__("./node_modules/process-nextick-args/index.js");
|
|
2763
|
-
|
|
2916
|
+
module.exports = Writable;
|
|
2764
2917
|
function CorkedRequest(state) {
|
|
2765
2918
|
var _this = this;
|
|
2766
2919
|
this.next = null;
|
|
@@ -3167,7 +3320,7 @@ var __webpack_modules__ = {
|
|
|
3167
3320
|
cb(err);
|
|
3168
3321
|
};
|
|
3169
3322
|
},
|
|
3170
|
-
"./node_modules/duplexify/node_modules/readable-stream/lib/internal/streams/BufferList.js": function(
|
|
3323
|
+
"./node_modules/duplexify/node_modules/readable-stream/lib/internal/streams/BufferList.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3171
3324
|
"use strict";
|
|
3172
3325
|
function _classCallCheck(instance, Constructor) {
|
|
3173
3326
|
if (!(instance instanceof Constructor)) throw new TypeError("Cannot call a class as a function");
|
|
@@ -3177,7 +3330,7 @@ var __webpack_modules__ = {
|
|
|
3177
3330
|
function copyBuffer(src, target, offset) {
|
|
3178
3331
|
src.copy(target, offset);
|
|
3179
3332
|
}
|
|
3180
|
-
|
|
3333
|
+
module.exports = function() {
|
|
3181
3334
|
function BufferList() {
|
|
3182
3335
|
_classCallCheck(this, BufferList);
|
|
3183
3336
|
this.head = null;
|
|
@@ -3236,14 +3389,14 @@ var __webpack_modules__ = {
|
|
|
3236
3389
|
};
|
|
3237
3390
|
return BufferList;
|
|
3238
3391
|
}();
|
|
3239
|
-
if (util && util.inspect && util.inspect.custom)
|
|
3392
|
+
if (util && util.inspect && util.inspect.custom) module.exports.prototype[util.inspect.custom] = function() {
|
|
3240
3393
|
var obj = util.inspect({
|
|
3241
3394
|
length: this.length
|
|
3242
3395
|
});
|
|
3243
3396
|
return this.constructor.name + ' ' + obj;
|
|
3244
3397
|
};
|
|
3245
3398
|
},
|
|
3246
|
-
"./node_modules/duplexify/node_modules/readable-stream/lib/internal/streams/destroy.js": function(
|
|
3399
|
+
"./node_modules/duplexify/node_modules/readable-stream/lib/internal/streams/destroy.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3247
3400
|
"use strict";
|
|
3248
3401
|
var pna = __webpack_require__("./node_modules/process-nextick-args/index.js");
|
|
3249
3402
|
function destroy(err, cb) {
|
|
@@ -3293,16 +3446,16 @@ var __webpack_modules__ = {
|
|
|
3293
3446
|
function emitErrorNT(self1, err) {
|
|
3294
3447
|
self1.emit('error', err);
|
|
3295
3448
|
}
|
|
3296
|
-
|
|
3449
|
+
module.exports = {
|
|
3297
3450
|
destroy: destroy,
|
|
3298
3451
|
undestroy: undestroy
|
|
3299
3452
|
};
|
|
3300
3453
|
},
|
|
3301
|
-
"./node_modules/duplexify/node_modules/readable-stream/lib/internal/streams/stream-browser.js": function(
|
|
3302
|
-
|
|
3454
|
+
"./node_modules/duplexify/node_modules/readable-stream/lib/internal/streams/stream-browser.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3455
|
+
module.exports = __webpack_require__("./node_modules/events/events.js").EventEmitter;
|
|
3303
3456
|
},
|
|
3304
|
-
"./node_modules/duplexify/node_modules/readable-stream/readable-browser.js": function(
|
|
3305
|
-
exports1 =
|
|
3457
|
+
"./node_modules/duplexify/node_modules/readable-stream/readable-browser.js": function(module, exports1, __webpack_require__) {
|
|
3458
|
+
exports1 = module.exports = __webpack_require__("./node_modules/duplexify/node_modules/readable-stream/lib/_stream_readable.js");
|
|
3306
3459
|
exports1.Stream = exports1;
|
|
3307
3460
|
exports1.Readable = exports1;
|
|
3308
3461
|
exports1.Writable = __webpack_require__("./node_modules/duplexify/node_modules/readable-stream/lib/_stream_writable.js");
|
|
@@ -3310,13 +3463,13 @@ var __webpack_modules__ = {
|
|
|
3310
3463
|
exports1.Transform = __webpack_require__("./node_modules/duplexify/node_modules/readable-stream/lib/_stream_transform.js");
|
|
3311
3464
|
exports1.PassThrough = __webpack_require__("./node_modules/duplexify/node_modules/readable-stream/lib/_stream_passthrough.js");
|
|
3312
3465
|
},
|
|
3313
|
-
"./node_modules/duplexify/node_modules/safe-buffer/index.js": function(
|
|
3466
|
+
"./node_modules/duplexify/node_modules/safe-buffer/index.js": function(module, exports1, __webpack_require__) {
|
|
3314
3467
|
var buffer = __webpack_require__("./node_modules/buffer/index.js");
|
|
3315
3468
|
var Buffer = buffer.Buffer;
|
|
3316
3469
|
function copyProps(src, dst) {
|
|
3317
3470
|
for(var key in src)dst[key] = src[key];
|
|
3318
3471
|
}
|
|
3319
|
-
if (Buffer.from && Buffer.alloc && Buffer.allocUnsafe && Buffer.allocUnsafeSlow)
|
|
3472
|
+
if (Buffer.from && Buffer.alloc && Buffer.allocUnsafe && Buffer.allocUnsafeSlow) module.exports = buffer;
|
|
3320
3473
|
else {
|
|
3321
3474
|
copyProps(buffer, exports1);
|
|
3322
3475
|
exports1.Buffer = SafeBuffer;
|
|
@@ -3573,7 +3726,7 @@ var __webpack_modules__ = {
|
|
|
3573
3726
|
return buf && buf.length ? this.write(buf) : '';
|
|
3574
3727
|
}
|
|
3575
3728
|
},
|
|
3576
|
-
"./node_modules/end-of-stream/index.js": function(
|
|
3729
|
+
"./node_modules/end-of-stream/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3577
3730
|
var process = __webpack_require__("./node_modules/process/browser.js");
|
|
3578
3731
|
var once = __webpack_require__("./node_modules/once/once.js");
|
|
3579
3732
|
var noop = function() {};
|
|
@@ -3650,9 +3803,9 @@ var __webpack_modules__ = {
|
|
|
3650
3803
|
stream.removeListener('close', onclose);
|
|
3651
3804
|
};
|
|
3652
3805
|
};
|
|
3653
|
-
|
|
3806
|
+
module.exports = eos;
|
|
3654
3807
|
},
|
|
3655
|
-
"./node_modules/es-define-property/index.js": function(
|
|
3808
|
+
"./node_modules/es-define-property/index.js": function(module) {
|
|
3656
3809
|
"use strict";
|
|
3657
3810
|
var $defineProperty = Object.defineProperty || false;
|
|
3658
3811
|
if ($defineProperty) try {
|
|
@@ -3662,41 +3815,41 @@ var __webpack_modules__ = {
|
|
|
3662
3815
|
} catch (e) {
|
|
3663
3816
|
$defineProperty = false;
|
|
3664
3817
|
}
|
|
3665
|
-
|
|
3818
|
+
module.exports = $defineProperty;
|
|
3666
3819
|
},
|
|
3667
|
-
"./node_modules/es-errors/eval.js": function(
|
|
3820
|
+
"./node_modules/es-errors/eval.js": function(module) {
|
|
3668
3821
|
"use strict";
|
|
3669
|
-
|
|
3822
|
+
module.exports = EvalError;
|
|
3670
3823
|
},
|
|
3671
|
-
"./node_modules/es-errors/index.js": function(
|
|
3824
|
+
"./node_modules/es-errors/index.js": function(module) {
|
|
3672
3825
|
"use strict";
|
|
3673
|
-
|
|
3826
|
+
module.exports = Error;
|
|
3674
3827
|
},
|
|
3675
|
-
"./node_modules/es-errors/range.js": function(
|
|
3828
|
+
"./node_modules/es-errors/range.js": function(module) {
|
|
3676
3829
|
"use strict";
|
|
3677
|
-
|
|
3830
|
+
module.exports = RangeError;
|
|
3678
3831
|
},
|
|
3679
|
-
"./node_modules/es-errors/ref.js": function(
|
|
3832
|
+
"./node_modules/es-errors/ref.js": function(module) {
|
|
3680
3833
|
"use strict";
|
|
3681
|
-
|
|
3834
|
+
module.exports = ReferenceError;
|
|
3682
3835
|
},
|
|
3683
|
-
"./node_modules/es-errors/syntax.js": function(
|
|
3836
|
+
"./node_modules/es-errors/syntax.js": function(module) {
|
|
3684
3837
|
"use strict";
|
|
3685
|
-
|
|
3838
|
+
module.exports = SyntaxError;
|
|
3686
3839
|
},
|
|
3687
|
-
"./node_modules/es-errors/type.js": function(
|
|
3840
|
+
"./node_modules/es-errors/type.js": function(module) {
|
|
3688
3841
|
"use strict";
|
|
3689
|
-
|
|
3842
|
+
module.exports = TypeError;
|
|
3690
3843
|
},
|
|
3691
|
-
"./node_modules/es-errors/uri.js": function(
|
|
3844
|
+
"./node_modules/es-errors/uri.js": function(module) {
|
|
3692
3845
|
"use strict";
|
|
3693
|
-
|
|
3846
|
+
module.exports = URIError;
|
|
3694
3847
|
},
|
|
3695
|
-
"./node_modules/es-object-atoms/index.js": function(
|
|
3848
|
+
"./node_modules/es-object-atoms/index.js": function(module) {
|
|
3696
3849
|
"use strict";
|
|
3697
|
-
|
|
3850
|
+
module.exports = Object;
|
|
3698
3851
|
},
|
|
3699
|
-
"./node_modules/events/events.js": function(
|
|
3852
|
+
"./node_modules/events/events.js": function(module) {
|
|
3700
3853
|
"use strict";
|
|
3701
3854
|
var R = 'object' == typeof Reflect ? Reflect : null;
|
|
3702
3855
|
var ReflectApply = R && 'function' == typeof R.apply ? R.apply : function(target, receiver, args) {
|
|
@@ -3717,8 +3870,8 @@ var __webpack_modules__ = {
|
|
|
3717
3870
|
function EventEmitter() {
|
|
3718
3871
|
EventEmitter.init.call(this);
|
|
3719
3872
|
}
|
|
3720
|
-
|
|
3721
|
-
|
|
3873
|
+
module.exports = EventEmitter;
|
|
3874
|
+
module.exports.once = once;
|
|
3722
3875
|
EventEmitter.EventEmitter = EventEmitter;
|
|
3723
3876
|
EventEmitter.prototype._events = void 0;
|
|
3724
3877
|
EventEmitter.prototype._eventsCount = 0;
|
|
@@ -3998,8 +4151,8 @@ var __webpack_modules__ = {
|
|
|
3998
4151
|
else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type ' + typeof emitter);
|
|
3999
4152
|
}
|
|
4000
4153
|
},
|
|
4001
|
-
"./node_modules/fast-safe-stringify/index.js": function(
|
|
4002
|
-
|
|
4154
|
+
"./node_modules/fast-safe-stringify/index.js": function(module) {
|
|
4155
|
+
module.exports = stringify;
|
|
4003
4156
|
stringify.default = stringify;
|
|
4004
4157
|
stringify.stable = deterministicStringify;
|
|
4005
4158
|
stringify.stableStringify = deterministicStringify;
|
|
@@ -4147,7 +4300,7 @@ var __webpack_modules__ = {
|
|
|
4147
4300
|
};
|
|
4148
4301
|
}
|
|
4149
4302
|
},
|
|
4150
|
-
"./node_modules/for-each/index.js": function(
|
|
4303
|
+
"./node_modules/for-each/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
4151
4304
|
"use strict";
|
|
4152
4305
|
var isCallable = __webpack_require__("./node_modules/is-callable/index.js");
|
|
4153
4306
|
var toStr = Object.prototype.toString;
|
|
@@ -4167,7 +4320,7 @@ var __webpack_modules__ = {
|
|
|
4167
4320
|
function isArray(x) {
|
|
4168
4321
|
return '[object Array]' === toStr.call(x);
|
|
4169
4322
|
}
|
|
4170
|
-
|
|
4323
|
+
module.exports = function(list, iterator, thisArg) {
|
|
4171
4324
|
if (!isCallable(iterator)) throw new TypeError('iterator must be a function');
|
|
4172
4325
|
var receiver;
|
|
4173
4326
|
if (arguments.length >= 3) receiver = thisArg;
|
|
@@ -4176,7 +4329,7 @@ var __webpack_modules__ = {
|
|
|
4176
4329
|
else forEachObject(list, iterator, receiver);
|
|
4177
4330
|
};
|
|
4178
4331
|
},
|
|
4179
|
-
"./node_modules/function-bind/implementation.js": function(
|
|
4332
|
+
"./node_modules/function-bind/implementation.js": function(module) {
|
|
4180
4333
|
"use strict";
|
|
4181
4334
|
var ERROR_MESSAGE = 'Function.prototype.bind called on incompatible ';
|
|
4182
4335
|
var toStr = Object.prototype.toString;
|
|
@@ -4201,7 +4354,7 @@ var __webpack_modules__ = {
|
|
|
4201
4354
|
}
|
|
4202
4355
|
return str;
|
|
4203
4356
|
};
|
|
4204
|
-
|
|
4357
|
+
module.exports = function(that) {
|
|
4205
4358
|
var target = this;
|
|
4206
4359
|
if ('function' != typeof target || toStr.apply(target) !== funcType) throw new TypeError(ERROR_MESSAGE + target);
|
|
4207
4360
|
var args = slicy(arguments, 1);
|
|
@@ -4227,12 +4380,12 @@ var __webpack_modules__ = {
|
|
|
4227
4380
|
return bound;
|
|
4228
4381
|
};
|
|
4229
4382
|
},
|
|
4230
|
-
"./node_modules/function-bind/index.js": function(
|
|
4383
|
+
"./node_modules/function-bind/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
4231
4384
|
"use strict";
|
|
4232
4385
|
var implementation = __webpack_require__("./node_modules/function-bind/implementation.js");
|
|
4233
|
-
|
|
4386
|
+
module.exports = Function.prototype.bind || implementation;
|
|
4234
4387
|
},
|
|
4235
|
-
"./node_modules/get-intrinsic/index.js": function(
|
|
4388
|
+
"./node_modules/get-intrinsic/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
4236
4389
|
"use strict";
|
|
4237
4390
|
var undefined;
|
|
4238
4391
|
var $Object = __webpack_require__("./node_modules/es-object-atoms/index.js");
|
|
@@ -4640,7 +4793,7 @@ var __webpack_modules__ = {
|
|
|
4640
4793
|
}
|
|
4641
4794
|
throw new $SyntaxError('intrinsic ' + name + ' does not exist!');
|
|
4642
4795
|
};
|
|
4643
|
-
|
|
4796
|
+
module.exports = function(name, allowMissing) {
|
|
4644
4797
|
if ('string' != typeof name || 0 === name.length) throw new $TypeError('intrinsic name must be a non-empty string');
|
|
4645
4798
|
if (arguments.length > 1 && 'boolean' != typeof allowMissing) throw new $TypeError('"allowMissing" argument must be a boolean');
|
|
4646
4799
|
if (null === $exec(/^%?[^%]*%?$/, name)) throw new $SyntaxError('`%` may not be present anywhere but at the beginning and end of the intrinsic name');
|
|
@@ -4686,21 +4839,21 @@ var __webpack_modules__ = {
|
|
|
4686
4839
|
return value;
|
|
4687
4840
|
};
|
|
4688
4841
|
},
|
|
4689
|
-
"./node_modules/get-proto/Object.getPrototypeOf.js": function(
|
|
4842
|
+
"./node_modules/get-proto/Object.getPrototypeOf.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
4690
4843
|
"use strict";
|
|
4691
4844
|
var $Object = __webpack_require__("./node_modules/es-object-atoms/index.js");
|
|
4692
|
-
|
|
4845
|
+
module.exports = $Object.getPrototypeOf || null;
|
|
4693
4846
|
},
|
|
4694
|
-
"./node_modules/get-proto/Reflect.getPrototypeOf.js": function(
|
|
4847
|
+
"./node_modules/get-proto/Reflect.getPrototypeOf.js": function(module) {
|
|
4695
4848
|
"use strict";
|
|
4696
|
-
|
|
4849
|
+
module.exports = 'undefined' != typeof Reflect && Reflect.getPrototypeOf || null;
|
|
4697
4850
|
},
|
|
4698
|
-
"./node_modules/get-proto/index.js": function(
|
|
4851
|
+
"./node_modules/get-proto/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
4699
4852
|
"use strict";
|
|
4700
4853
|
var reflectGetProto = __webpack_require__("./node_modules/get-proto/Reflect.getPrototypeOf.js");
|
|
4701
4854
|
var originalGetProto = __webpack_require__("./node_modules/get-proto/Object.getPrototypeOf.js");
|
|
4702
4855
|
var getDunderProto = __webpack_require__("./node_modules/dunder-proto/get.js");
|
|
4703
|
-
|
|
4856
|
+
module.exports = reflectGetProto ? function(O) {
|
|
4704
4857
|
return reflectGetProto(O);
|
|
4705
4858
|
} : originalGetProto ? function(O) {
|
|
4706
4859
|
if (!O || 'object' != typeof O && 'function' != typeof O) throw new TypeError('getProto: not an object');
|
|
@@ -4709,8 +4862,8 @@ var __webpack_modules__ = {
|
|
|
4709
4862
|
return getDunderProto(O);
|
|
4710
4863
|
} : null;
|
|
4711
4864
|
},
|
|
4712
|
-
"./node_modules/geval/event.js": function(
|
|
4713
|
-
|
|
4865
|
+
"./node_modules/geval/event.js": function(module) {
|
|
4866
|
+
module.exports = Event1;
|
|
4714
4867
|
function Event1() {
|
|
4715
4868
|
var listeners = [];
|
|
4716
4869
|
return {
|
|
@@ -4730,16 +4883,16 @@ var __webpack_modules__ = {
|
|
|
4730
4883
|
}
|
|
4731
4884
|
}
|
|
4732
4885
|
},
|
|
4733
|
-
"./node_modules/geval/source.js": function(
|
|
4886
|
+
"./node_modules/geval/source.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
4734
4887
|
var Event1 = __webpack_require__("./node_modules/geval/event.js");
|
|
4735
|
-
|
|
4888
|
+
module.exports = Source;
|
|
4736
4889
|
function Source(broadcaster) {
|
|
4737
4890
|
var tuple = Event1();
|
|
4738
4891
|
broadcaster(tuple.broadcast);
|
|
4739
4892
|
return tuple.listen;
|
|
4740
4893
|
}
|
|
4741
4894
|
},
|
|
4742
|
-
"./node_modules/global/document.js": function(
|
|
4895
|
+
"./node_modules/global/document.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
4743
4896
|
var topLevel = void 0 !== __webpack_require__.g ? __webpack_require__.g : 'undefined' != typeof window ? window : {};
|
|
4744
4897
|
var minDoc = __webpack_require__("?7a90");
|
|
4745
4898
|
var doccy;
|
|
@@ -4748,13 +4901,13 @@ var __webpack_modules__ = {
|
|
|
4748
4901
|
doccy = topLevel['__GLOBAL_DOCUMENT_CACHE@4'];
|
|
4749
4902
|
if (!doccy) doccy = topLevel['__GLOBAL_DOCUMENT_CACHE@4'] = minDoc;
|
|
4750
4903
|
}
|
|
4751
|
-
|
|
4904
|
+
module.exports = doccy;
|
|
4752
4905
|
},
|
|
4753
|
-
"./node_modules/gopd/gOPD.js": function(
|
|
4906
|
+
"./node_modules/gopd/gOPD.js": function(module) {
|
|
4754
4907
|
"use strict";
|
|
4755
|
-
|
|
4908
|
+
module.exports = Object.getOwnPropertyDescriptor;
|
|
4756
4909
|
},
|
|
4757
|
-
"./node_modules/gopd/index.js": function(
|
|
4910
|
+
"./node_modules/gopd/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
4758
4911
|
"use strict";
|
|
4759
4912
|
var $gOPD = __webpack_require__("./node_modules/gopd/gOPD.js");
|
|
4760
4913
|
if ($gOPD) try {
|
|
@@ -4762,9 +4915,9 @@ var __webpack_modules__ = {
|
|
|
4762
4915
|
} catch (e) {
|
|
4763
4916
|
$gOPD = null;
|
|
4764
4917
|
}
|
|
4765
|
-
|
|
4918
|
+
module.exports = $gOPD;
|
|
4766
4919
|
},
|
|
4767
|
-
"./node_modules/has-property-descriptors/index.js": function(
|
|
4920
|
+
"./node_modules/has-property-descriptors/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
4768
4921
|
"use strict";
|
|
4769
4922
|
var $defineProperty = __webpack_require__("./node_modules/es-define-property/index.js");
|
|
4770
4923
|
var hasPropertyDescriptors = function() {
|
|
@@ -4780,13 +4933,13 @@ var __webpack_modules__ = {
|
|
|
4780
4933
|
return true;
|
|
4781
4934
|
}
|
|
4782
4935
|
};
|
|
4783
|
-
|
|
4936
|
+
module.exports = hasPropertyDescriptors;
|
|
4784
4937
|
},
|
|
4785
|
-
"./node_modules/has-symbols/index.js": function(
|
|
4938
|
+
"./node_modules/has-symbols/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
4786
4939
|
"use strict";
|
|
4787
4940
|
var origSymbol = 'undefined' != typeof Symbol && Symbol;
|
|
4788
4941
|
var hasSymbolSham = __webpack_require__("./node_modules/has-symbols/shams.js");
|
|
4789
|
-
|
|
4942
|
+
module.exports = function() {
|
|
4790
4943
|
if ('function' != typeof origSymbol) return false;
|
|
4791
4944
|
if ('function' != typeof Symbol) return false;
|
|
4792
4945
|
if ('symbol' != typeof origSymbol('foo')) return false;
|
|
@@ -4794,9 +4947,9 @@ var __webpack_modules__ = {
|
|
|
4794
4947
|
return hasSymbolSham();
|
|
4795
4948
|
};
|
|
4796
4949
|
},
|
|
4797
|
-
"./node_modules/has-symbols/shams.js": function(
|
|
4950
|
+
"./node_modules/has-symbols/shams.js": function(module) {
|
|
4798
4951
|
"use strict";
|
|
4799
|
-
|
|
4952
|
+
module.exports = function() {
|
|
4800
4953
|
if ('function' != typeof Symbol || 'function' != typeof Object.getOwnPropertySymbols) return false;
|
|
4801
4954
|
if ('symbol' == typeof Symbol.iterator) return true;
|
|
4802
4955
|
var obj = {};
|
|
@@ -4820,19 +4973,19 @@ var __webpack_modules__ = {
|
|
|
4820
4973
|
return true;
|
|
4821
4974
|
};
|
|
4822
4975
|
},
|
|
4823
|
-
"./node_modules/has-tostringtag/shams.js": function(
|
|
4976
|
+
"./node_modules/has-tostringtag/shams.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
4824
4977
|
"use strict";
|
|
4825
4978
|
var hasSymbols = __webpack_require__("./node_modules/has-symbols/shams.js");
|
|
4826
|
-
|
|
4979
|
+
module.exports = function() {
|
|
4827
4980
|
return hasSymbols() && !!Symbol.toStringTag;
|
|
4828
4981
|
};
|
|
4829
4982
|
},
|
|
4830
|
-
"./node_modules/hasown/index.js": function(
|
|
4983
|
+
"./node_modules/hasown/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
4831
4984
|
"use strict";
|
|
4832
4985
|
var call = Function.prototype.call;
|
|
4833
4986
|
var $hasOwn = Object.prototype.hasOwnProperty;
|
|
4834
4987
|
var bind = __webpack_require__("./node_modules/function-bind/index.js");
|
|
4835
|
-
|
|
4988
|
+
module.exports = bind.call(call, $hasOwn);
|
|
4836
4989
|
},
|
|
4837
4990
|
"./node_modules/ieee754/index.js": function(__unused_webpack_module, exports1) {
|
|
4838
4991
|
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */ exports1.read = function(buffer, offset, isLE, mLen, nBytes) {
|
|
@@ -4904,8 +5057,8 @@ var __webpack_modules__ = {
|
|
|
4904
5057
|
buffer[offset + i - d] |= 128 * s;
|
|
4905
5058
|
};
|
|
4906
5059
|
},
|
|
4907
|
-
"./node_modules/inherits/inherits_browser.js": function(
|
|
4908
|
-
if ('function' == typeof Object.create)
|
|
5060
|
+
"./node_modules/inherits/inherits_browser.js": function(module) {
|
|
5061
|
+
if ('function' == typeof Object.create) module.exports = function(ctor, superCtor) {
|
|
4909
5062
|
if (superCtor) {
|
|
4910
5063
|
ctor.super_ = superCtor;
|
|
4911
5064
|
ctor.prototype = Object.create(superCtor.prototype, {
|
|
@@ -4918,7 +5071,7 @@ var __webpack_modules__ = {
|
|
|
4918
5071
|
});
|
|
4919
5072
|
}
|
|
4920
5073
|
};
|
|
4921
|
-
else
|
|
5074
|
+
else module.exports = function(ctor, superCtor) {
|
|
4922
5075
|
if (superCtor) {
|
|
4923
5076
|
ctor.super_ = superCtor;
|
|
4924
5077
|
var TempCtor = function() {};
|
|
@@ -4928,7 +5081,7 @@ var __webpack_modules__ = {
|
|
|
4928
5081
|
}
|
|
4929
5082
|
};
|
|
4930
5083
|
},
|
|
4931
|
-
"./node_modules/is-arguments/index.js": function(
|
|
5084
|
+
"./node_modules/is-arguments/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
4932
5085
|
"use strict";
|
|
4933
5086
|
var hasToStringTag = __webpack_require__("./node_modules/has-tostringtag/shams.js")();
|
|
4934
5087
|
var callBound = __webpack_require__("./node_modules/call-bound/index.js");
|
|
@@ -4945,9 +5098,9 @@ var __webpack_modules__ = {
|
|
|
4945
5098
|
return isStandardArguments(arguments);
|
|
4946
5099
|
}();
|
|
4947
5100
|
isStandardArguments.isLegacyArguments = isLegacyArguments;
|
|
4948
|
-
|
|
5101
|
+
module.exports = supportsStandardArguments ? isStandardArguments : isLegacyArguments;
|
|
4949
5102
|
},
|
|
4950
|
-
"./node_modules/is-callable/index.js": function(
|
|
5103
|
+
"./node_modules/is-callable/index.js": function(module) {
|
|
4951
5104
|
"use strict";
|
|
4952
5105
|
var fnToStr = Function.prototype.toString;
|
|
4953
5106
|
var reflectApply = 'object' == typeof Reflect && null !== Reflect && Reflect.apply;
|
|
@@ -5009,7 +5162,7 @@ var __webpack_modules__ = {
|
|
|
5009
5162
|
return false;
|
|
5010
5163
|
};
|
|
5011
5164
|
}
|
|
5012
|
-
|
|
5165
|
+
module.exports = reflectApply ? function(value) {
|
|
5013
5166
|
if (isDDA(value)) return true;
|
|
5014
5167
|
if (!value) return false;
|
|
5015
5168
|
if ('function' != typeof value && 'object' != typeof value) return false;
|
|
@@ -5030,7 +5183,7 @@ var __webpack_modules__ = {
|
|
|
5030
5183
|
return tryFunctionObject(value);
|
|
5031
5184
|
};
|
|
5032
5185
|
},
|
|
5033
|
-
"./node_modules/is-generator-function/index.js": function(
|
|
5186
|
+
"./node_modules/is-generator-function/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
5034
5187
|
"use strict";
|
|
5035
5188
|
var callBound = __webpack_require__("./node_modules/call-bound/index.js");
|
|
5036
5189
|
var safeRegexTest = __webpack_require__("./node_modules/safe-regex-test/index.js");
|
|
@@ -5046,7 +5199,7 @@ var __webpack_modules__ = {
|
|
|
5046
5199
|
} catch (e) {}
|
|
5047
5200
|
};
|
|
5048
5201
|
var GeneratorFunction;
|
|
5049
|
-
|
|
5202
|
+
module.exports = function(fn) {
|
|
5050
5203
|
if ('function' != typeof fn) return false;
|
|
5051
5204
|
if (isFnRegex(fnToStr(fn))) return true;
|
|
5052
5205
|
if (!hasToStringTag) {
|
|
@@ -5061,13 +5214,13 @@ var __webpack_modules__ = {
|
|
|
5061
5214
|
return getProto(fn) === GeneratorFunction;
|
|
5062
5215
|
};
|
|
5063
5216
|
},
|
|
5064
|
-
"./node_modules/is-power-of-two/index.js": function(
|
|
5065
|
-
|
|
5217
|
+
"./node_modules/is-power-of-two/index.js": function(module) {
|
|
5218
|
+
module.exports = isPowerOfTwo;
|
|
5066
5219
|
function isPowerOfTwo(n) {
|
|
5067
5220
|
return 0 !== n && (n & n - 1) === 0;
|
|
5068
5221
|
}
|
|
5069
5222
|
},
|
|
5070
|
-
"./node_modules/is-regex/index.js": function(
|
|
5223
|
+
"./node_modules/is-regex/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
5071
5224
|
"use strict";
|
|
5072
5225
|
var callBound = __webpack_require__("./node_modules/call-bound/index.js");
|
|
5073
5226
|
var hasToStringTag = __webpack_require__("./node_modules/has-tostringtag/shams.js")();
|
|
@@ -5104,54 +5257,54 @@ var __webpack_modules__ = {
|
|
|
5104
5257
|
return $toString(value) === regexClass;
|
|
5105
5258
|
};
|
|
5106
5259
|
}
|
|
5107
|
-
|
|
5260
|
+
module.exports = fn;
|
|
5108
5261
|
},
|
|
5109
|
-
"./node_modules/is-typed-array/index.js": function(
|
|
5262
|
+
"./node_modules/is-typed-array/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
5110
5263
|
"use strict";
|
|
5111
5264
|
var whichTypedArray = __webpack_require__("./node_modules/which-typed-array/index.js");
|
|
5112
|
-
|
|
5265
|
+
module.exports = function(value) {
|
|
5113
5266
|
return !!whichTypedArray(value);
|
|
5114
5267
|
};
|
|
5115
5268
|
},
|
|
5116
|
-
"./node_modules/math-intrinsics/abs.js": function(
|
|
5269
|
+
"./node_modules/math-intrinsics/abs.js": function(module) {
|
|
5117
5270
|
"use strict";
|
|
5118
|
-
|
|
5271
|
+
module.exports = Math.abs;
|
|
5119
5272
|
},
|
|
5120
|
-
"./node_modules/math-intrinsics/floor.js": function(
|
|
5273
|
+
"./node_modules/math-intrinsics/floor.js": function(module) {
|
|
5121
5274
|
"use strict";
|
|
5122
|
-
|
|
5275
|
+
module.exports = Math.floor;
|
|
5123
5276
|
},
|
|
5124
|
-
"./node_modules/math-intrinsics/isNaN.js": function(
|
|
5277
|
+
"./node_modules/math-intrinsics/isNaN.js": function(module) {
|
|
5125
5278
|
"use strict";
|
|
5126
|
-
|
|
5279
|
+
module.exports = Number.isNaN || function(a) {
|
|
5127
5280
|
return a !== a;
|
|
5128
5281
|
};
|
|
5129
5282
|
},
|
|
5130
|
-
"./node_modules/math-intrinsics/max.js": function(
|
|
5283
|
+
"./node_modules/math-intrinsics/max.js": function(module) {
|
|
5131
5284
|
"use strict";
|
|
5132
|
-
|
|
5285
|
+
module.exports = Math.max;
|
|
5133
5286
|
},
|
|
5134
|
-
"./node_modules/math-intrinsics/min.js": function(
|
|
5287
|
+
"./node_modules/math-intrinsics/min.js": function(module) {
|
|
5135
5288
|
"use strict";
|
|
5136
|
-
|
|
5289
|
+
module.exports = Math.min;
|
|
5137
5290
|
},
|
|
5138
|
-
"./node_modules/math-intrinsics/pow.js": function(
|
|
5291
|
+
"./node_modules/math-intrinsics/pow.js": function(module) {
|
|
5139
5292
|
"use strict";
|
|
5140
|
-
|
|
5293
|
+
module.exports = Math.pow;
|
|
5141
5294
|
},
|
|
5142
|
-
"./node_modules/math-intrinsics/round.js": function(
|
|
5295
|
+
"./node_modules/math-intrinsics/round.js": function(module) {
|
|
5143
5296
|
"use strict";
|
|
5144
|
-
|
|
5297
|
+
module.exports = Math.round;
|
|
5145
5298
|
},
|
|
5146
|
-
"./node_modules/math-intrinsics/sign.js": function(
|
|
5299
|
+
"./node_modules/math-intrinsics/sign.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
5147
5300
|
"use strict";
|
|
5148
5301
|
var $isNaN = __webpack_require__("./node_modules/math-intrinsics/isNaN.js");
|
|
5149
|
-
|
|
5302
|
+
module.exports = function(number) {
|
|
5150
5303
|
if ($isNaN(number) || 0 === number) return number;
|
|
5151
5304
|
return number < 0 ? -1 : 1;
|
|
5152
5305
|
};
|
|
5153
5306
|
},
|
|
5154
|
-
"./node_modules/object-inspect/index.js": function(
|
|
5307
|
+
"./node_modules/object-inspect/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
5155
5308
|
var hasMap = 'function' == typeof Map && Map.prototype;
|
|
5156
5309
|
var mapSizeDescriptor = Object.getOwnPropertyDescriptor && hasMap ? Object.getOwnPropertyDescriptor(Map.prototype, 'size') : null;
|
|
5157
5310
|
var mapSize = hasMap && mapSizeDescriptor && 'function' == typeof mapSizeDescriptor.get ? mapSizeDescriptor.get : null;
|
|
@@ -5214,7 +5367,7 @@ var __webpack_modules__ = {
|
|
|
5214
5367
|
double: /(["\\])/g,
|
|
5215
5368
|
single: /(['\\])/g
|
|
5216
5369
|
};
|
|
5217
|
-
|
|
5370
|
+
module.exports = function inspect_(obj, options, depth, seen) {
|
|
5218
5371
|
var opts = options || {};
|
|
5219
5372
|
if (has(opts, 'quoteStyle') && !has(quotes, opts.quoteStyle)) throw new TypeError('option "quoteStyle" must be "single" or "double"');
|
|
5220
5373
|
if (has(opts, 'maxStringLength') && ('number' == typeof opts.maxStringLength ? opts.maxStringLength < 0 && opts.maxStringLength !== 1 / 0 : null !== opts.maxStringLength)) throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');
|
|
@@ -5541,10 +5694,10 @@ var __webpack_modules__ = {
|
|
|
5541
5694
|
return xs;
|
|
5542
5695
|
}
|
|
5543
5696
|
},
|
|
5544
|
-
"./node_modules/once/once.js": function(
|
|
5697
|
+
"./node_modules/once/once.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
5545
5698
|
var wrappy = __webpack_require__("./node_modules/wrappy/wrappy.js");
|
|
5546
|
-
|
|
5547
|
-
|
|
5699
|
+
module.exports = wrappy(once);
|
|
5700
|
+
module.exports.strict = wrappy(onceStrict);
|
|
5548
5701
|
once.proto = once(function() {
|
|
5549
5702
|
Object.defineProperty(Function.prototype, 'once', {
|
|
5550
5703
|
value: function() {
|
|
@@ -5580,15 +5733,15 @@ var __webpack_modules__ = {
|
|
|
5580
5733
|
return f;
|
|
5581
5734
|
}
|
|
5582
5735
|
},
|
|
5583
|
-
"./node_modules/performance-now/lib/performance-now.js": function(
|
|
5736
|
+
"./node_modules/performance-now/lib/performance-now.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
5584
5737
|
var process = __webpack_require__("./node_modules/process/browser.js");
|
|
5585
5738
|
(function() {
|
|
5586
5739
|
var getNanoSeconds, hrtime, loadTime, moduleLoadTime, nodeLoadTime, upTime;
|
|
5587
|
-
if ("undefined" != typeof performance && null !== performance && performance.now)
|
|
5740
|
+
if ("undefined" != typeof performance && null !== performance && performance.now) module.exports = function() {
|
|
5588
5741
|
return performance.now();
|
|
5589
5742
|
};
|
|
5590
5743
|
else if (null != process && process.hrtime) {
|
|
5591
|
-
|
|
5744
|
+
module.exports = function() {
|
|
5592
5745
|
return (getNanoSeconds() - nodeLoadTime) / 1e6;
|
|
5593
5746
|
};
|
|
5594
5747
|
hrtime = process.hrtime;
|
|
@@ -5601,21 +5754,21 @@ var __webpack_modules__ = {
|
|
|
5601
5754
|
upTime = 1e9 * process.uptime();
|
|
5602
5755
|
nodeLoadTime = moduleLoadTime - upTime;
|
|
5603
5756
|
} else if (Date.now) {
|
|
5604
|
-
|
|
5757
|
+
module.exports = function() {
|
|
5605
5758
|
return Date.now() - loadTime;
|
|
5606
5759
|
};
|
|
5607
5760
|
loadTime = Date.now();
|
|
5608
5761
|
} else {
|
|
5609
|
-
|
|
5762
|
+
module.exports = function() {
|
|
5610
5763
|
return new Date().getTime() - loadTime;
|
|
5611
5764
|
};
|
|
5612
5765
|
loadTime = new Date().getTime();
|
|
5613
5766
|
}
|
|
5614
5767
|
}).call(this);
|
|
5615
5768
|
},
|
|
5616
|
-
"./node_modules/possible-typed-array-names/index.js": function(
|
|
5769
|
+
"./node_modules/possible-typed-array-names/index.js": function(module) {
|
|
5617
5770
|
"use strict";
|
|
5618
|
-
|
|
5771
|
+
module.exports = [
|
|
5619
5772
|
'Float16Array',
|
|
5620
5773
|
'Float32Array',
|
|
5621
5774
|
'Float64Array',
|
|
@@ -5630,11 +5783,11 @@ var __webpack_modules__ = {
|
|
|
5630
5783
|
'BigUint64Array'
|
|
5631
5784
|
];
|
|
5632
5785
|
},
|
|
5633
|
-
"./node_modules/process-nextick-args/index.js": function(
|
|
5786
|
+
"./node_modules/process-nextick-args/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
5634
5787
|
"use strict";
|
|
5635
5788
|
var process = __webpack_require__("./node_modules/process/browser.js");
|
|
5636
|
-
if (void 0 !== process && process.version && 0 !== process.version.indexOf('v0.') && (0 !== process.version.indexOf('v1.') || 0 === process.version.indexOf('v1.8.')))
|
|
5637
|
-
else
|
|
5789
|
+
if (void 0 !== process && process.version && 0 !== process.version.indexOf('v0.') && (0 !== process.version.indexOf('v1.') || 0 === process.version.indexOf('v1.8.'))) module.exports = process;
|
|
5790
|
+
else module.exports = {
|
|
5638
5791
|
nextTick: nextTick
|
|
5639
5792
|
};
|
|
5640
5793
|
function nextTick(fn, arg1, arg2, arg3) {
|
|
@@ -5667,8 +5820,8 @@ var __webpack_modules__ = {
|
|
|
5667
5820
|
}
|
|
5668
5821
|
}
|
|
5669
5822
|
},
|
|
5670
|
-
"./node_modules/process/browser.js": function(
|
|
5671
|
-
var process =
|
|
5823
|
+
"./node_modules/process/browser.js": function(module) {
|
|
5824
|
+
var process = module.exports = {};
|
|
5672
5825
|
var cachedSetTimeout;
|
|
5673
5826
|
var cachedClearTimeout;
|
|
5674
5827
|
function defaultSetTimout() {
|
|
@@ -5793,7 +5946,7 @@ var __webpack_modules__ = {
|
|
|
5793
5946
|
return 0;
|
|
5794
5947
|
};
|
|
5795
5948
|
},
|
|
5796
|
-
"./node_modules/qs/lib/formats.js": function(
|
|
5949
|
+
"./node_modules/qs/lib/formats.js": function(module) {
|
|
5797
5950
|
"use strict";
|
|
5798
5951
|
var replace = String.prototype.replace;
|
|
5799
5952
|
var percentTwenties = /%20/g;
|
|
@@ -5801,7 +5954,7 @@ var __webpack_modules__ = {
|
|
|
5801
5954
|
RFC1738: 'RFC1738',
|
|
5802
5955
|
RFC3986: 'RFC3986'
|
|
5803
5956
|
};
|
|
5804
|
-
|
|
5957
|
+
module.exports = {
|
|
5805
5958
|
default: Format.RFC3986,
|
|
5806
5959
|
formatters: {
|
|
5807
5960
|
RFC1738: function(value) {
|
|
@@ -5815,18 +5968,18 @@ var __webpack_modules__ = {
|
|
|
5815
5968
|
RFC3986: Format.RFC3986
|
|
5816
5969
|
};
|
|
5817
5970
|
},
|
|
5818
|
-
"./node_modules/qs/lib/index.js": function(
|
|
5971
|
+
"./node_modules/qs/lib/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
5819
5972
|
"use strict";
|
|
5820
5973
|
var stringify = __webpack_require__("./node_modules/qs/lib/stringify.js");
|
|
5821
5974
|
var parse = __webpack_require__("./node_modules/qs/lib/parse.js");
|
|
5822
5975
|
var formats = __webpack_require__("./node_modules/qs/lib/formats.js");
|
|
5823
|
-
|
|
5976
|
+
module.exports = {
|
|
5824
5977
|
formats: formats,
|
|
5825
5978
|
parse: parse,
|
|
5826
5979
|
stringify: stringify
|
|
5827
5980
|
};
|
|
5828
5981
|
},
|
|
5829
|
-
"./node_modules/qs/lib/parse.js": function(
|
|
5982
|
+
"./node_modules/qs/lib/parse.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
5830
5983
|
"use strict";
|
|
5831
5984
|
var utils = __webpack_require__("./node_modules/qs/lib/utils.js");
|
|
5832
5985
|
var has = Object.prototype.hasOwnProperty;
|
|
@@ -5992,7 +6145,7 @@ var __webpack_modules__ = {
|
|
|
5992
6145
|
strictNullHandling: 'boolean' == typeof opts.strictNullHandling ? opts.strictNullHandling : defaults.strictNullHandling
|
|
5993
6146
|
};
|
|
5994
6147
|
};
|
|
5995
|
-
|
|
6148
|
+
module.exports = function(str, opts) {
|
|
5996
6149
|
var options = normalizeParseOptions(opts);
|
|
5997
6150
|
if ('' === str || null == str) return options.plainObjects ? Object.create(null) : {};
|
|
5998
6151
|
var tempObj = 'string' == typeof str ? parseValues(str, options) : str;
|
|
@@ -6007,7 +6160,7 @@ var __webpack_modules__ = {
|
|
|
6007
6160
|
return utils.compact(obj);
|
|
6008
6161
|
};
|
|
6009
6162
|
},
|
|
6010
|
-
"./node_modules/qs/lib/stringify.js": function(
|
|
6163
|
+
"./node_modules/qs/lib/stringify.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
6011
6164
|
"use strict";
|
|
6012
6165
|
var getSideChannel = __webpack_require__("./node_modules/side-channel/index.js");
|
|
6013
6166
|
var utils = __webpack_require__("./node_modules/qs/lib/utils.js");
|
|
@@ -6165,7 +6318,7 @@ var __webpack_modules__ = {
|
|
|
6165
6318
|
strictNullHandling: 'boolean' == typeof opts.strictNullHandling ? opts.strictNullHandling : defaults.strictNullHandling
|
|
6166
6319
|
};
|
|
6167
6320
|
};
|
|
6168
|
-
|
|
6321
|
+
module.exports = function(object, opts) {
|
|
6169
6322
|
var obj = object;
|
|
6170
6323
|
var options = normalizeStringifyOptions(opts);
|
|
6171
6324
|
var objKeys;
|
|
@@ -6195,7 +6348,7 @@ var __webpack_modules__ = {
|
|
|
6195
6348
|
return joined.length > 0 ? prefix + joined : '';
|
|
6196
6349
|
};
|
|
6197
6350
|
},
|
|
6198
|
-
"./node_modules/qs/lib/utils.js": function(
|
|
6351
|
+
"./node_modules/qs/lib/utils.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
6199
6352
|
"use strict";
|
|
6200
6353
|
var formats = __webpack_require__("./node_modules/qs/lib/formats.js");
|
|
6201
6354
|
var has = Object.prototype.hasOwnProperty;
|
|
@@ -6355,7 +6508,7 @@ var __webpack_modules__ = {
|
|
|
6355
6508
|
}
|
|
6356
6509
|
return fn(val);
|
|
6357
6510
|
};
|
|
6358
|
-
|
|
6511
|
+
module.exports = {
|
|
6359
6512
|
arrayToObject: arrayToObject,
|
|
6360
6513
|
assign: assign,
|
|
6361
6514
|
combine: combine,
|
|
@@ -6368,7 +6521,7 @@ var __webpack_modules__ = {
|
|
|
6368
6521
|
merge: merge
|
|
6369
6522
|
};
|
|
6370
6523
|
},
|
|
6371
|
-
"./node_modules/raf/index.js": function(
|
|
6524
|
+
"./node_modules/raf/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
6372
6525
|
var now = __webpack_require__("./node_modules/performance-now/lib/performance-now.js"), root = 'undefined' == typeof window ? __webpack_require__.g : window, vendors = [
|
|
6373
6526
|
'moz',
|
|
6374
6527
|
'webkit'
|
|
@@ -6406,32 +6559,32 @@ var __webpack_modules__ = {
|
|
|
6406
6559
|
for(var i = 0; i < queue.length; i++)if (queue[i].handle === handle) queue[i].cancelled = true;
|
|
6407
6560
|
};
|
|
6408
6561
|
}
|
|
6409
|
-
|
|
6562
|
+
module.exports = function(fn) {
|
|
6410
6563
|
return raf.call(root, fn);
|
|
6411
6564
|
};
|
|
6412
|
-
|
|
6565
|
+
module.exports.cancel = function() {
|
|
6413
6566
|
caf.apply(root, arguments);
|
|
6414
6567
|
};
|
|
6415
|
-
|
|
6568
|
+
module.exports.polyfill = function(object) {
|
|
6416
6569
|
if (!object) object = root;
|
|
6417
6570
|
object.requestAnimationFrame = raf;
|
|
6418
6571
|
object.cancelAnimationFrame = caf;
|
|
6419
6572
|
};
|
|
6420
6573
|
},
|
|
6421
|
-
"./node_modules/safe-regex-test/index.js": function(
|
|
6574
|
+
"./node_modules/safe-regex-test/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
6422
6575
|
"use strict";
|
|
6423
6576
|
var callBound = __webpack_require__("./node_modules/call-bound/index.js");
|
|
6424
6577
|
var isRegex = __webpack_require__("./node_modules/is-regex/index.js");
|
|
6425
6578
|
var $exec = callBound('RegExp.prototype.exec');
|
|
6426
6579
|
var $TypeError = __webpack_require__("./node_modules/es-errors/type.js");
|
|
6427
|
-
|
|
6580
|
+
module.exports = function(regex) {
|
|
6428
6581
|
if (!isRegex(regex)) throw new $TypeError('`regex` must be a RegExp');
|
|
6429
6582
|
return function(s) {
|
|
6430
6583
|
return null !== $exec(regex, s);
|
|
6431
6584
|
};
|
|
6432
6585
|
};
|
|
6433
6586
|
},
|
|
6434
|
-
"./node_modules/set-function-length/index.js": function(
|
|
6587
|
+
"./node_modules/set-function-length/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
6435
6588
|
"use strict";
|
|
6436
6589
|
var GetIntrinsic = __webpack_require__("./node_modules/get-intrinsic/index.js");
|
|
6437
6590
|
var define = __webpack_require__("./node_modules/define-data-property/index.js");
|
|
@@ -6439,7 +6592,7 @@ var __webpack_modules__ = {
|
|
|
6439
6592
|
var gOPD = __webpack_require__("./node_modules/gopd/index.js");
|
|
6440
6593
|
var $TypeError = __webpack_require__("./node_modules/es-errors/type.js");
|
|
6441
6594
|
var $floor = GetIntrinsic('%Math.floor%');
|
|
6442
|
-
|
|
6595
|
+
module.exports = function(fn, length) {
|
|
6443
6596
|
if ('function' != typeof fn) throw new $TypeError('`fn` is not a function');
|
|
6444
6597
|
if ('number' != typeof length || length < 0 || length > 0xFFFFFFFF || $floor(length) !== length) throw new $TypeError('`length` must be a positive 32-bit integer');
|
|
6445
6598
|
var loose = arguments.length > 2 && !!arguments[2];
|
|
@@ -6454,7 +6607,7 @@ var __webpack_modules__ = {
|
|
|
6454
6607
|
return fn;
|
|
6455
6608
|
};
|
|
6456
6609
|
},
|
|
6457
|
-
"./node_modules/side-channel-list/index.js": function(
|
|
6610
|
+
"./node_modules/side-channel-list/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
6458
6611
|
"use strict";
|
|
6459
6612
|
var inspect = __webpack_require__("./node_modules/object-inspect/index.js");
|
|
6460
6613
|
var $TypeError = __webpack_require__("./node_modules/es-errors/type.js");
|
|
@@ -6491,7 +6644,7 @@ var __webpack_modules__ = {
|
|
|
6491
6644
|
var listDelete = function(objects, key) {
|
|
6492
6645
|
if (objects) return listGetNode(objects, key, true);
|
|
6493
6646
|
};
|
|
6494
|
-
|
|
6647
|
+
module.exports = function() {
|
|
6495
6648
|
var $o;
|
|
6496
6649
|
var channel = {
|
|
6497
6650
|
assert: function(key) {
|
|
@@ -6519,7 +6672,7 @@ var __webpack_modules__ = {
|
|
|
6519
6672
|
return channel;
|
|
6520
6673
|
};
|
|
6521
6674
|
},
|
|
6522
|
-
"./node_modules/side-channel-map/index.js": function(
|
|
6675
|
+
"./node_modules/side-channel-map/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
6523
6676
|
"use strict";
|
|
6524
6677
|
var GetIntrinsic = __webpack_require__("./node_modules/get-intrinsic/index.js");
|
|
6525
6678
|
var callBound = __webpack_require__("./node_modules/call-bound/index.js");
|
|
@@ -6531,7 +6684,7 @@ var __webpack_modules__ = {
|
|
|
6531
6684
|
var $mapHas = callBound('Map.prototype.has', true);
|
|
6532
6685
|
var $mapDelete = callBound('Map.prototype.delete', true);
|
|
6533
6686
|
var $mapSize = callBound('Map.prototype.size', true);
|
|
6534
|
-
|
|
6687
|
+
module.exports = !!$Map && function() {
|
|
6535
6688
|
var $m;
|
|
6536
6689
|
var channel = {
|
|
6537
6690
|
assert: function(key) {
|
|
@@ -6560,7 +6713,7 @@ var __webpack_modules__ = {
|
|
|
6560
6713
|
return channel;
|
|
6561
6714
|
};
|
|
6562
6715
|
},
|
|
6563
|
-
"./node_modules/side-channel-weakmap/index.js": function(
|
|
6716
|
+
"./node_modules/side-channel-weakmap/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
6564
6717
|
"use strict";
|
|
6565
6718
|
var GetIntrinsic = __webpack_require__("./node_modules/get-intrinsic/index.js");
|
|
6566
6719
|
var callBound = __webpack_require__("./node_modules/call-bound/index.js");
|
|
@@ -6572,7 +6725,7 @@ var __webpack_modules__ = {
|
|
|
6572
6725
|
var $weakMapSet = callBound('WeakMap.prototype.set', true);
|
|
6573
6726
|
var $weakMapHas = callBound('WeakMap.prototype.has', true);
|
|
6574
6727
|
var $weakMapDelete = callBound('WeakMap.prototype.delete', true);
|
|
6575
|
-
|
|
6728
|
+
module.exports = $WeakMap ? function() {
|
|
6576
6729
|
var $wm;
|
|
6577
6730
|
var $m;
|
|
6578
6731
|
var channel = {
|
|
@@ -6612,7 +6765,7 @@ var __webpack_modules__ = {
|
|
|
6612
6765
|
return channel;
|
|
6613
6766
|
} : getSideChannelMap;
|
|
6614
6767
|
},
|
|
6615
|
-
"./node_modules/side-channel/index.js": function(
|
|
6768
|
+
"./node_modules/side-channel/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
6616
6769
|
"use strict";
|
|
6617
6770
|
var $TypeError = __webpack_require__("./node_modules/es-errors/type.js");
|
|
6618
6771
|
var inspect = __webpack_require__("./node_modules/object-inspect/index.js");
|
|
@@ -6620,7 +6773,7 @@ var __webpack_modules__ = {
|
|
|
6620
6773
|
var getSideChannelMap = __webpack_require__("./node_modules/side-channel-map/index.js");
|
|
6621
6774
|
var getSideChannelWeakMap = __webpack_require__("./node_modules/side-channel-weakmap/index.js");
|
|
6622
6775
|
var makeChannel = getSideChannelWeakMap || getSideChannelMap || getSideChannelList;
|
|
6623
|
-
|
|
6776
|
+
module.exports = function() {
|
|
6624
6777
|
var $channelData;
|
|
6625
6778
|
var channel = {
|
|
6626
6779
|
assert: function(key) {
|
|
@@ -6643,8 +6796,8 @@ var __webpack_modules__ = {
|
|
|
6643
6796
|
return channel;
|
|
6644
6797
|
};
|
|
6645
6798
|
},
|
|
6646
|
-
"./node_modules/stream-shift/index.js": function(
|
|
6647
|
-
|
|
6799
|
+
"./node_modules/stream-shift/index.js": function(module) {
|
|
6800
|
+
module.exports = shift;
|
|
6648
6801
|
function shift(stream) {
|
|
6649
6802
|
var rs = stream._readableState;
|
|
6650
6803
|
if (!rs) return null;
|
|
@@ -6659,7 +6812,7 @@ var __webpack_modules__ = {
|
|
|
6659
6812
|
return state.length;
|
|
6660
6813
|
}
|
|
6661
6814
|
},
|
|
6662
|
-
"./node_modules/superagent/lib/agent-base.js": function(
|
|
6815
|
+
"./node_modules/superagent/lib/agent-base.js": function(module) {
|
|
6663
6816
|
"use strict";
|
|
6664
6817
|
const defaults = [
|
|
6665
6818
|
'use',
|
|
@@ -6700,9 +6853,9 @@ var __webpack_modules__ = {
|
|
|
6700
6853
|
});
|
|
6701
6854
|
return this;
|
|
6702
6855
|
};
|
|
6703
|
-
|
|
6856
|
+
module.exports = Agent;
|
|
6704
6857
|
},
|
|
6705
|
-
"./node_modules/superagent/lib/client.js": function(
|
|
6858
|
+
"./node_modules/superagent/lib/client.js": function(module, exports1, __webpack_require__) {
|
|
6706
6859
|
"use strict";
|
|
6707
6860
|
let root;
|
|
6708
6861
|
if ('undefined' != typeof window) root = window;
|
|
@@ -6718,12 +6871,12 @@ var __webpack_modules__ = {
|
|
|
6718
6871
|
const ResponseBase = __webpack_require__("./node_modules/superagent/lib/response-base.js");
|
|
6719
6872
|
const Agent = __webpack_require__("./node_modules/superagent/lib/agent-base.js");
|
|
6720
6873
|
function noop() {}
|
|
6721
|
-
|
|
6874
|
+
module.exports = function(method, url) {
|
|
6722
6875
|
if ('function' == typeof url) return new exports1.Request('GET', method).end(url);
|
|
6723
6876
|
if (1 === arguments.length) return new exports1.Request('GET', method);
|
|
6724
6877
|
return new exports1.Request(method, url);
|
|
6725
6878
|
};
|
|
6726
|
-
exports1 =
|
|
6879
|
+
exports1 = module.exports;
|
|
6727
6880
|
const request = exports1;
|
|
6728
6881
|
exports1.Request = Request;
|
|
6729
6882
|
request.getXHR = ()=>{
|
|
@@ -7104,10 +7257,10 @@ var __webpack_modules__ = {
|
|
|
7104
7257
|
return request_;
|
|
7105
7258
|
};
|
|
7106
7259
|
},
|
|
7107
|
-
"./node_modules/superagent/lib/request-base.js": function(
|
|
7260
|
+
"./node_modules/superagent/lib/request-base.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
7108
7261
|
"use strict";
|
|
7109
7262
|
const { isObject, hasOwn } = __webpack_require__("./node_modules/superagent/lib/utils.js");
|
|
7110
|
-
|
|
7263
|
+
module.exports = RequestBase;
|
|
7111
7264
|
function RequestBase() {}
|
|
7112
7265
|
RequestBase.prototype.clearTimeout = function() {
|
|
7113
7266
|
clearTimeout(this._timer);
|
|
@@ -7399,10 +7552,10 @@ var __webpack_modules__ = {
|
|
|
7399
7552
|
}, this._responseTimeout);
|
|
7400
7553
|
};
|
|
7401
7554
|
},
|
|
7402
|
-
"./node_modules/superagent/lib/response-base.js": function(
|
|
7555
|
+
"./node_modules/superagent/lib/response-base.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
7403
7556
|
"use strict";
|
|
7404
7557
|
const utils = __webpack_require__("./node_modules/superagent/lib/utils.js");
|
|
7405
|
-
|
|
7558
|
+
module.exports = ResponseBase;
|
|
7406
7559
|
function ResponseBase() {}
|
|
7407
7560
|
ResponseBase.prototype.get = function(field) {
|
|
7408
7561
|
return this.header[field.toLowerCase()];
|
|
@@ -7488,14 +7641,14 @@ var __webpack_modules__ = {
|
|
|
7488
7641
|
exports1.isGzipOrDeflateEncoding = (res)=>new RegExp(/^\s*(?:deflate|gzip)\s*$/).test(res.headers['content-encoding']);
|
|
7489
7642
|
exports1.isBrotliEncoding = (res)=>new RegExp(/^\s*(?:br)\s*$/).test(res.headers['content-encoding']);
|
|
7490
7643
|
},
|
|
7491
|
-
"./node_modules/typedarray-to-buffer/index.js": function(
|
|
7644
|
+
"./node_modules/typedarray-to-buffer/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
7492
7645
|
var Buffer = __webpack_require__("./node_modules/buffer/index.js")["Buffer"];
|
|
7493
|
-
/*! typedarray-to-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
7646
|
+
/*! typedarray-to-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */ module.exports = function(arr) {
|
|
7494
7647
|
return ArrayBuffer.isView(arr) ? Buffer.from(arr.buffer, arr.byteOffset, arr.byteLength) : Buffer.from(arr);
|
|
7495
7648
|
};
|
|
7496
7649
|
},
|
|
7497
|
-
"./node_modules/util-deprecate/browser.js": function(
|
|
7498
|
-
|
|
7650
|
+
"./node_modules/util-deprecate/browser.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
7651
|
+
module.exports = deprecate;
|
|
7499
7652
|
function deprecate(fn, msg) {
|
|
7500
7653
|
if (config('noDeprecation')) return fn;
|
|
7501
7654
|
var warned = false;
|
|
@@ -7521,8 +7674,8 @@ var __webpack_modules__ = {
|
|
|
7521
7674
|
return 'true' === String(val).toLowerCase();
|
|
7522
7675
|
}
|
|
7523
7676
|
},
|
|
7524
|
-
"./node_modules/util/support/isBufferBrowser.js": function(
|
|
7525
|
-
|
|
7677
|
+
"./node_modules/util/support/isBufferBrowser.js": function(module) {
|
|
7678
|
+
module.exports = function(arg) {
|
|
7526
7679
|
return arg && 'object' == typeof arg && 'function' == typeof arg.copy && 'function' == typeof arg.fill && 'function' == typeof arg.readUInt8;
|
|
7527
7680
|
};
|
|
7528
7681
|
},
|
|
@@ -8196,13 +8349,13 @@ var __webpack_modules__ = {
|
|
|
8196
8349
|
}
|
|
8197
8350
|
exports1.callbackify = callbackify;
|
|
8198
8351
|
},
|
|
8199
|
-
"./node_modules/websocket-stream/node_modules/isarray/index.js": function(
|
|
8352
|
+
"./node_modules/websocket-stream/node_modules/isarray/index.js": function(module) {
|
|
8200
8353
|
var toString = {}.toString;
|
|
8201
|
-
|
|
8354
|
+
module.exports = Array.isArray || function(arr) {
|
|
8202
8355
|
return '[object Array]' == toString.call(arr);
|
|
8203
8356
|
};
|
|
8204
8357
|
},
|
|
8205
|
-
"./node_modules/websocket-stream/node_modules/readable-stream/lib/_stream_duplex.js": function(
|
|
8358
|
+
"./node_modules/websocket-stream/node_modules/readable-stream/lib/_stream_duplex.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
8206
8359
|
"use strict";
|
|
8207
8360
|
var pna = __webpack_require__("./node_modules/process-nextick-args/index.js");
|
|
8208
8361
|
var objectKeys = Object.keys || function(obj) {
|
|
@@ -8210,7 +8363,7 @@ var __webpack_modules__ = {
|
|
|
8210
8363
|
for(var key in obj)keys.push(key);
|
|
8211
8364
|
return keys;
|
|
8212
8365
|
};
|
|
8213
|
-
|
|
8366
|
+
module.exports = Duplex;
|
|
8214
8367
|
var util = Object.create(__webpack_require__("./node_modules/core-util-is/lib/util.js"));
|
|
8215
8368
|
util.inherits = __webpack_require__("./node_modules/inherits/inherits_browser.js");
|
|
8216
8369
|
var Readable = __webpack_require__("./node_modules/websocket-stream/node_modules/readable-stream/lib/_stream_readable.js");
|
|
@@ -8261,9 +8414,9 @@ var __webpack_modules__ = {
|
|
|
8261
8414
|
pna.nextTick(cb, err);
|
|
8262
8415
|
};
|
|
8263
8416
|
},
|
|
8264
|
-
"./node_modules/websocket-stream/node_modules/readable-stream/lib/_stream_passthrough.js": function(
|
|
8417
|
+
"./node_modules/websocket-stream/node_modules/readable-stream/lib/_stream_passthrough.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
8265
8418
|
"use strict";
|
|
8266
|
-
|
|
8419
|
+
module.exports = PassThrough;
|
|
8267
8420
|
var Transform = __webpack_require__("./node_modules/websocket-stream/node_modules/readable-stream/lib/_stream_transform.js");
|
|
8268
8421
|
var util = Object.create(__webpack_require__("./node_modules/core-util-is/lib/util.js"));
|
|
8269
8422
|
util.inherits = __webpack_require__("./node_modules/inherits/inherits_browser.js");
|
|
@@ -8276,11 +8429,11 @@ var __webpack_modules__ = {
|
|
|
8276
8429
|
cb(null, chunk);
|
|
8277
8430
|
};
|
|
8278
8431
|
},
|
|
8279
|
-
"./node_modules/websocket-stream/node_modules/readable-stream/lib/_stream_readable.js": function(
|
|
8432
|
+
"./node_modules/websocket-stream/node_modules/readable-stream/lib/_stream_readable.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
8280
8433
|
"use strict";
|
|
8281
8434
|
var process = __webpack_require__("./node_modules/process/browser.js");
|
|
8282
8435
|
var pna = __webpack_require__("./node_modules/process-nextick-args/index.js");
|
|
8283
|
-
|
|
8436
|
+
module.exports = Readable;
|
|
8284
8437
|
var isArray = __webpack_require__("./node_modules/websocket-stream/node_modules/isarray/index.js");
|
|
8285
8438
|
var Duplex;
|
|
8286
8439
|
Readable.ReadableState = ReadableState;
|
|
@@ -8920,9 +9073,9 @@ var __webpack_modules__ = {
|
|
|
8920
9073
|
return -1;
|
|
8921
9074
|
}
|
|
8922
9075
|
},
|
|
8923
|
-
"./node_modules/websocket-stream/node_modules/readable-stream/lib/_stream_transform.js": function(
|
|
9076
|
+
"./node_modules/websocket-stream/node_modules/readable-stream/lib/_stream_transform.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
8924
9077
|
"use strict";
|
|
8925
|
-
|
|
9078
|
+
module.exports = Transform;
|
|
8926
9079
|
var Duplex = __webpack_require__("./node_modules/websocket-stream/node_modules/readable-stream/lib/_stream_duplex.js");
|
|
8927
9080
|
var util = Object.create(__webpack_require__("./node_modules/core-util-is/lib/util.js"));
|
|
8928
9081
|
util.inherits = __webpack_require__("./node_modules/inherits/inherits_browser.js");
|
|
@@ -9005,11 +9158,11 @@ var __webpack_modules__ = {
|
|
|
9005
9158
|
return stream.push(null);
|
|
9006
9159
|
}
|
|
9007
9160
|
},
|
|
9008
|
-
"./node_modules/websocket-stream/node_modules/readable-stream/lib/_stream_writable.js": function(
|
|
9161
|
+
"./node_modules/websocket-stream/node_modules/readable-stream/lib/_stream_writable.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
9009
9162
|
"use strict";
|
|
9010
9163
|
var process = __webpack_require__("./node_modules/process/browser.js");
|
|
9011
9164
|
var pna = __webpack_require__("./node_modules/process-nextick-args/index.js");
|
|
9012
|
-
|
|
9165
|
+
module.exports = Writable;
|
|
9013
9166
|
function CorkedRequest(state) {
|
|
9014
9167
|
var _this = this;
|
|
9015
9168
|
this.next = null;
|
|
@@ -9416,7 +9569,7 @@ var __webpack_modules__ = {
|
|
|
9416
9569
|
cb(err);
|
|
9417
9570
|
};
|
|
9418
9571
|
},
|
|
9419
|
-
"./node_modules/websocket-stream/node_modules/readable-stream/lib/internal/streams/BufferList.js": function(
|
|
9572
|
+
"./node_modules/websocket-stream/node_modules/readable-stream/lib/internal/streams/BufferList.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
9420
9573
|
"use strict";
|
|
9421
9574
|
function _classCallCheck(instance, Constructor) {
|
|
9422
9575
|
if (!(instance instanceof Constructor)) throw new TypeError("Cannot call a class as a function");
|
|
@@ -9426,7 +9579,7 @@ var __webpack_modules__ = {
|
|
|
9426
9579
|
function copyBuffer(src, target, offset) {
|
|
9427
9580
|
src.copy(target, offset);
|
|
9428
9581
|
}
|
|
9429
|
-
|
|
9582
|
+
module.exports = function() {
|
|
9430
9583
|
function BufferList() {
|
|
9431
9584
|
_classCallCheck(this, BufferList);
|
|
9432
9585
|
this.head = null;
|
|
@@ -9485,14 +9638,14 @@ var __webpack_modules__ = {
|
|
|
9485
9638
|
};
|
|
9486
9639
|
return BufferList;
|
|
9487
9640
|
}();
|
|
9488
|
-
if (util && util.inspect && util.inspect.custom)
|
|
9641
|
+
if (util && util.inspect && util.inspect.custom) module.exports.prototype[util.inspect.custom] = function() {
|
|
9489
9642
|
var obj = util.inspect({
|
|
9490
9643
|
length: this.length
|
|
9491
9644
|
});
|
|
9492
9645
|
return this.constructor.name + ' ' + obj;
|
|
9493
9646
|
};
|
|
9494
9647
|
},
|
|
9495
|
-
"./node_modules/websocket-stream/node_modules/readable-stream/lib/internal/streams/destroy.js": function(
|
|
9648
|
+
"./node_modules/websocket-stream/node_modules/readable-stream/lib/internal/streams/destroy.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
9496
9649
|
"use strict";
|
|
9497
9650
|
var pna = __webpack_require__("./node_modules/process-nextick-args/index.js");
|
|
9498
9651
|
function destroy(err, cb) {
|
|
@@ -9542,16 +9695,16 @@ var __webpack_modules__ = {
|
|
|
9542
9695
|
function emitErrorNT(self1, err) {
|
|
9543
9696
|
self1.emit('error', err);
|
|
9544
9697
|
}
|
|
9545
|
-
|
|
9698
|
+
module.exports = {
|
|
9546
9699
|
destroy: destroy,
|
|
9547
9700
|
undestroy: undestroy
|
|
9548
9701
|
};
|
|
9549
9702
|
},
|
|
9550
|
-
"./node_modules/websocket-stream/node_modules/readable-stream/lib/internal/streams/stream-browser.js": function(
|
|
9551
|
-
|
|
9703
|
+
"./node_modules/websocket-stream/node_modules/readable-stream/lib/internal/streams/stream-browser.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
9704
|
+
module.exports = __webpack_require__("./node_modules/events/events.js").EventEmitter;
|
|
9552
9705
|
},
|
|
9553
|
-
"./node_modules/websocket-stream/node_modules/readable-stream/readable-browser.js": function(
|
|
9554
|
-
exports1 =
|
|
9706
|
+
"./node_modules/websocket-stream/node_modules/readable-stream/readable-browser.js": function(module, exports1, __webpack_require__) {
|
|
9707
|
+
exports1 = module.exports = __webpack_require__("./node_modules/websocket-stream/node_modules/readable-stream/lib/_stream_readable.js");
|
|
9555
9708
|
exports1.Stream = exports1;
|
|
9556
9709
|
exports1.Readable = exports1;
|
|
9557
9710
|
exports1.Writable = __webpack_require__("./node_modules/websocket-stream/node_modules/readable-stream/lib/_stream_writable.js");
|
|
@@ -9559,13 +9712,13 @@ var __webpack_modules__ = {
|
|
|
9559
9712
|
exports1.Transform = __webpack_require__("./node_modules/websocket-stream/node_modules/readable-stream/lib/_stream_transform.js");
|
|
9560
9713
|
exports1.PassThrough = __webpack_require__("./node_modules/websocket-stream/node_modules/readable-stream/lib/_stream_passthrough.js");
|
|
9561
9714
|
},
|
|
9562
|
-
"./node_modules/websocket-stream/node_modules/safe-buffer/index.js": function(
|
|
9715
|
+
"./node_modules/websocket-stream/node_modules/safe-buffer/index.js": function(module, exports1, __webpack_require__) {
|
|
9563
9716
|
var buffer = __webpack_require__("./node_modules/buffer/index.js");
|
|
9564
9717
|
var Buffer = buffer.Buffer;
|
|
9565
9718
|
function copyProps(src, dst) {
|
|
9566
9719
|
for(var key in src)dst[key] = src[key];
|
|
9567
9720
|
}
|
|
9568
|
-
if (Buffer.from && Buffer.alloc && Buffer.allocUnsafe && Buffer.allocUnsafeSlow)
|
|
9721
|
+
if (Buffer.from && Buffer.alloc && Buffer.allocUnsafe && Buffer.allocUnsafeSlow) module.exports = buffer;
|
|
9569
9722
|
else {
|
|
9570
9723
|
copyProps(buffer, exports1);
|
|
9571
9724
|
exports1.Buffer = SafeBuffer;
|
|
@@ -9822,14 +9975,14 @@ var __webpack_modules__ = {
|
|
|
9822
9975
|
return buf && buf.length ? this.write(buf) : '';
|
|
9823
9976
|
}
|
|
9824
9977
|
},
|
|
9825
|
-
"./node_modules/websocket-stream/stream.js": function(
|
|
9978
|
+
"./node_modules/websocket-stream/stream.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
9826
9979
|
"use strict";
|
|
9827
9980
|
var process = __webpack_require__("./node_modules/process/browser.js");
|
|
9828
9981
|
var Transform = __webpack_require__("./node_modules/websocket-stream/node_modules/readable-stream/readable-browser.js").Transform;
|
|
9829
9982
|
var duplexify = __webpack_require__("./node_modules/duplexify/index.js");
|
|
9830
9983
|
var WS = __webpack_require__("./node_modules/websocket-stream/ws-fallback.js");
|
|
9831
9984
|
var Buffer = __webpack_require__("./node_modules/websocket-stream/node_modules/safe-buffer/index.js").Buffer;
|
|
9832
|
-
|
|
9985
|
+
module.exports = WebSocketStream;
|
|
9833
9986
|
function buildProxy(options, socketWrite, socketEnd) {
|
|
9834
9987
|
var proxy = new Transform({
|
|
9835
9988
|
objectMode: options.objectMode
|
|
@@ -9927,14 +10080,14 @@ var __webpack_modules__ = {
|
|
|
9927
10080
|
return stream;
|
|
9928
10081
|
}
|
|
9929
10082
|
},
|
|
9930
|
-
"./node_modules/websocket-stream/ws-fallback.js": function(
|
|
10083
|
+
"./node_modules/websocket-stream/ws-fallback.js": function(module) {
|
|
9931
10084
|
var ws = null;
|
|
9932
10085
|
if ('undefined' != typeof WebSocket) ws = WebSocket;
|
|
9933
10086
|
else if ('undefined' != typeof MozWebSocket) ws = MozWebSocket;
|
|
9934
10087
|
else if ('undefined' != typeof window) ws = window.WebSocket || window.MozWebSocket;
|
|
9935
|
-
|
|
10088
|
+
module.exports = ws;
|
|
9936
10089
|
},
|
|
9937
|
-
"./node_modules/which-typed-array/index.js": function(
|
|
10090
|
+
"./node_modules/which-typed-array/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
9938
10091
|
"use strict";
|
|
9939
10092
|
var forEach = __webpack_require__("./node_modules/for-each/index.js");
|
|
9940
10093
|
var availableTypedArrays = __webpack_require__("./node_modules/available-typed-arrays/index.js");
|
|
@@ -9989,7 +10142,7 @@ var __webpack_modules__ = {
|
|
|
9989
10142
|
});
|
|
9990
10143
|
return found;
|
|
9991
10144
|
};
|
|
9992
|
-
|
|
10145
|
+
module.exports = function(value) {
|
|
9993
10146
|
if (!value || 'object' != typeof value) return false;
|
|
9994
10147
|
if (!hasToStringTag) {
|
|
9995
10148
|
var tag = $slice($toString(value), 8, -1);
|
|
@@ -10001,8 +10154,8 @@ var __webpack_modules__ = {
|
|
|
10001
10154
|
return tryTypedArrays(value);
|
|
10002
10155
|
};
|
|
10003
10156
|
},
|
|
10004
|
-
"./node_modules/wrappy/wrappy.js": function(
|
|
10005
|
-
|
|
10157
|
+
"./node_modules/wrappy/wrappy.js": function(module) {
|
|
10158
|
+
module.exports = wrappy;
|
|
10006
10159
|
function wrappy(fn, cb) {
|
|
10007
10160
|
if (fn && cb) return wrappy(fn)(cb);
|
|
10008
10161
|
if ('function' != typeof fn) throw new TypeError('need wrapper function');
|
|
@@ -10028,9 +10181,9 @@ var __webpack_modules__ = {
|
|
|
10028
10181
|
"?aa23": function() {},
|
|
10029
10182
|
"?9936": function() {},
|
|
10030
10183
|
"?5f55": function() {},
|
|
10031
|
-
"./node_modules/@rsbuild/core/compiled/css-loader/api.js": function(
|
|
10184
|
+
"./node_modules/@rsbuild/core/compiled/css-loader/api.js": function(module) {
|
|
10032
10185
|
"use strict";
|
|
10033
|
-
|
|
10186
|
+
module.exports = function(cssWithMappingToString) {
|
|
10034
10187
|
var list = [];
|
|
10035
10188
|
list.toString = function() {
|
|
10036
10189
|
return this.map(function(item) {
|
|
@@ -10082,13 +10235,13 @@ var __webpack_modules__ = {
|
|
|
10082
10235
|
return list;
|
|
10083
10236
|
};
|
|
10084
10237
|
},
|
|
10085
|
-
"./node_modules/@rsbuild/core/compiled/css-loader/noSourceMaps.js": function(
|
|
10238
|
+
"./node_modules/@rsbuild/core/compiled/css-loader/noSourceMaps.js": function(module) {
|
|
10086
10239
|
"use strict";
|
|
10087
|
-
|
|
10240
|
+
module.exports = function(i) {
|
|
10088
10241
|
return i[1];
|
|
10089
10242
|
};
|
|
10090
10243
|
},
|
|
10091
|
-
"./node_modules/@rsbuild/core/compiled/style-loader/runtime/injectStylesIntoStyleTag.js": function(
|
|
10244
|
+
"./node_modules/@rsbuild/core/compiled/style-loader/runtime/injectStylesIntoStyleTag.js": function(module) {
|
|
10092
10245
|
"use strict";
|
|
10093
10246
|
var stylesInDOM = [];
|
|
10094
10247
|
function getIndexByIdentifier(identifier) {
|
|
@@ -10143,7 +10296,7 @@ var __webpack_modules__ = {
|
|
|
10143
10296
|
};
|
|
10144
10297
|
return updater;
|
|
10145
10298
|
}
|
|
10146
|
-
|
|
10299
|
+
module.exports = function(list, options) {
|
|
10147
10300
|
options = options || {};
|
|
10148
10301
|
list = list || [];
|
|
10149
10302
|
var lastIdentifiers = modulesToDom(list, options);
|
|
@@ -10167,7 +10320,7 @@ var __webpack_modules__ = {
|
|
|
10167
10320
|
};
|
|
10168
10321
|
};
|
|
10169
10322
|
},
|
|
10170
|
-
"./node_modules/@rsbuild/core/compiled/style-loader/runtime/insertBySelector.js": function(
|
|
10323
|
+
"./node_modules/@rsbuild/core/compiled/style-loader/runtime/insertBySelector.js": function(module) {
|
|
10171
10324
|
"use strict";
|
|
10172
10325
|
var memo = {};
|
|
10173
10326
|
function getTarget(target) {
|
|
@@ -10187,9 +10340,9 @@ var __webpack_modules__ = {
|
|
|
10187
10340
|
if (!target) throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");
|
|
10188
10341
|
target.appendChild(style);
|
|
10189
10342
|
}
|
|
10190
|
-
|
|
10343
|
+
module.exports = insertBySelector;
|
|
10191
10344
|
},
|
|
10192
|
-
"./node_modules/@rsbuild/core/compiled/style-loader/runtime/insertStyleElement.js": function(
|
|
10345
|
+
"./node_modules/@rsbuild/core/compiled/style-loader/runtime/insertStyleElement.js": function(module) {
|
|
10193
10346
|
"use strict";
|
|
10194
10347
|
function insertStyleElement(options) {
|
|
10195
10348
|
var element = document.createElement("style");
|
|
@@ -10197,17 +10350,17 @@ var __webpack_modules__ = {
|
|
|
10197
10350
|
options.insert(element, options.options);
|
|
10198
10351
|
return element;
|
|
10199
10352
|
}
|
|
10200
|
-
|
|
10353
|
+
module.exports = insertStyleElement;
|
|
10201
10354
|
},
|
|
10202
|
-
"./node_modules/@rsbuild/core/compiled/style-loader/runtime/setAttributesWithoutAttributes.js": function(
|
|
10355
|
+
"./node_modules/@rsbuild/core/compiled/style-loader/runtime/setAttributesWithoutAttributes.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
10203
10356
|
"use strict";
|
|
10204
10357
|
function setAttributesWithoutAttributes(styleElement) {
|
|
10205
10358
|
var nonce = __webpack_require__.nc;
|
|
10206
10359
|
if (nonce) styleElement.setAttribute("nonce", nonce);
|
|
10207
10360
|
}
|
|
10208
|
-
|
|
10361
|
+
module.exports = setAttributesWithoutAttributes;
|
|
10209
10362
|
},
|
|
10210
|
-
"./node_modules/@rsbuild/core/compiled/style-loader/runtime/styleDomAPI.js": function(
|
|
10363
|
+
"./node_modules/@rsbuild/core/compiled/style-loader/runtime/styleDomAPI.js": function(module) {
|
|
10211
10364
|
"use strict";
|
|
10212
10365
|
function apply(styleElement, options, obj) {
|
|
10213
10366
|
var css = "";
|
|
@@ -10242,9 +10395,9 @@ var __webpack_modules__ = {
|
|
|
10242
10395
|
}
|
|
10243
10396
|
};
|
|
10244
10397
|
}
|
|
10245
|
-
|
|
10398
|
+
module.exports = domAPI;
|
|
10246
10399
|
},
|
|
10247
|
-
"./node_modules/@rsbuild/core/compiled/style-loader/runtime/styleTagTransform.js": function(
|
|
10400
|
+
"./node_modules/@rsbuild/core/compiled/style-loader/runtime/styleTagTransform.js": function(module) {
|
|
10248
10401
|
"use strict";
|
|
10249
10402
|
function styleTagTransform(css, styleElement) {
|
|
10250
10403
|
if (styleElement.styleSheet) styleElement.styleSheet.cssText = css;
|
|
@@ -10253,13 +10406,13 @@ var __webpack_modules__ = {
|
|
|
10253
10406
|
styleElement.appendChild(document.createTextNode(css));
|
|
10254
10407
|
}
|
|
10255
10408
|
}
|
|
10256
|
-
|
|
10409
|
+
module.exports = styleTagTransform;
|
|
10257
10410
|
},
|
|
10258
|
-
"./node_modules/available-typed-arrays/index.js": function(
|
|
10411
|
+
"./node_modules/available-typed-arrays/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
10259
10412
|
"use strict";
|
|
10260
10413
|
var possibleNames = __webpack_require__("./node_modules/possible-typed-array-names/index.js");
|
|
10261
10414
|
var g = 'undefined' == typeof globalThis ? __webpack_require__.g : globalThis;
|
|
10262
|
-
|
|
10415
|
+
module.exports = function() {
|
|
10263
10416
|
var out = [];
|
|
10264
10417
|
for(var i = 0; i < possibleNames.length; i++)if ('function' == typeof g[possibleNames[i]]) out[out.length] = possibleNames[i];
|
|
10265
10418
|
return out;
|
|
@@ -10270,15 +10423,16 @@ var __webpack_module_cache__ = {};
|
|
|
10270
10423
|
function __webpack_require__(moduleId) {
|
|
10271
10424
|
var cachedModule = __webpack_module_cache__[moduleId];
|
|
10272
10425
|
if (void 0 !== cachedModule) return cachedModule.exports;
|
|
10273
|
-
var
|
|
10426
|
+
var module = __webpack_module_cache__[moduleId] = {
|
|
10427
|
+
id: moduleId,
|
|
10274
10428
|
exports: {}
|
|
10275
10429
|
};
|
|
10276
|
-
__webpack_modules__[moduleId].call(
|
|
10277
|
-
return
|
|
10430
|
+
__webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
|
10431
|
+
return module.exports;
|
|
10278
10432
|
}
|
|
10279
10433
|
(()=>{
|
|
10280
|
-
__webpack_require__.n = (
|
|
10281
|
-
var getter =
|
|
10434
|
+
__webpack_require__.n = (module)=>{
|
|
10435
|
+
var getter = module && module.__esModule ? ()=>module['default'] : ()=>module;
|
|
10282
10436
|
__webpack_require__.d(getter, {
|
|
10283
10437
|
a: getter
|
|
10284
10438
|
});
|
|
@@ -10488,7 +10642,7 @@ var __webpack_exports__ = {};
|
|
|
10488
10642
|
var client = __webpack_require__("./node_modules/superagent/lib/client.js");
|
|
10489
10643
|
var client_default = /*#__PURE__*/ __webpack_require__.n(client);
|
|
10490
10644
|
var package_namespaceObject = {
|
|
10491
|
-
rE: "11.4.
|
|
10645
|
+
rE: "11.4.2"
|
|
10492
10646
|
};
|
|
10493
10647
|
var defined = __webpack_require__("./node_modules/defined/index.js");
|
|
10494
10648
|
var defined_default = /*#__PURE__*/ __webpack_require__.n(defined);
|
|
@@ -13624,6 +13778,11 @@ var __webpack_exports__ = {};
|
|
|
13624
13778
|
NAME,
|
|
13625
13779
|
VERSION
|
|
13626
13780
|
]);
|
|
13781
|
+
var VideoType_VideoType = /*#__PURE__*/ function(VideoType) {
|
|
13782
|
+
VideoType["WebM"] = "webm";
|
|
13783
|
+
VideoType["MP4"] = "mp4";
|
|
13784
|
+
return VideoType;
|
|
13785
|
+
}({});
|
|
13627
13786
|
function canPlayType_canPlayType(video, type) {
|
|
13628
13787
|
const canPlayType = video.canPlayType(`video/${type}`);
|
|
13629
13788
|
if ("" === canPlayType) return false;
|
|
@@ -13640,7 +13799,7 @@ var __webpack_exports__ = {};
|
|
|
13640
13799
|
else obj[key] = value;
|
|
13641
13800
|
return obj;
|
|
13642
13801
|
}
|
|
13643
|
-
const FALLBACK_VIDEO_TYPE =
|
|
13802
|
+
const FALLBACK_VIDEO_TYPE = VideoType_VideoType.MP4;
|
|
13644
13803
|
class Browser_Browser {
|
|
13645
13804
|
isIOS() {
|
|
13646
13805
|
return "iOS" === this.result.os.name;
|
|
@@ -13678,10 +13837,10 @@ var __webpack_exports__ = {};
|
|
|
13678
13837
|
}
|
|
13679
13838
|
getVideoType(video) {
|
|
13680
13839
|
if (!this.videoType) {
|
|
13681
|
-
if (media_canPlayType(video,
|
|
13682
|
-
else if (media_canPlayType(video,
|
|
13840
|
+
if (media_canPlayType(video, VideoType_VideoType.MP4)) this.videoType = VideoType_VideoType.MP4;
|
|
13841
|
+
else if (media_canPlayType(video, VideoType_VideoType.WebM)) this.videoType = VideoType_VideoType.WebM;
|
|
13683
13842
|
}
|
|
13684
|
-
if (this.videoType !==
|
|
13843
|
+
if (this.videoType !== VideoType_VideoType.WebM && this.videoType !== VideoType_VideoType.MP4) this.videoType = FALLBACK_VIDEO_TYPE;
|
|
13685
13844
|
if ("" === this.videoType.trim()) this.videoType = FALLBACK_VIDEO_TYPE;
|
|
13686
13845
|
return this.videoType;
|
|
13687
13846
|
}
|
|
@@ -13808,7 +13967,7 @@ var __webpack_exports__ = {};
|
|
|
13808
13967
|
screen.width,
|
|
13809
13968
|
screen.height,
|
|
13810
13969
|
screen.colorDepth
|
|
13811
|
-
].join("
|
|
13970
|
+
].join("\xd7");
|
|
13812
13971
|
if (screen.orientation) this.orientation = screen.orientation.type;
|
|
13813
13972
|
this.err = null == errData ? void 0 : errData.err;
|
|
13814
13973
|
var _errData_cause;
|
|
@@ -14802,161 +14961,15 @@ var __webpack_exports__ = {};
|
|
|
14802
14961
|
var insertStyleElement_default = /*#__PURE__*/ __webpack_require__.n(insertStyleElement);
|
|
14803
14962
|
var styleTagTransform = __webpack_require__("./node_modules/@rsbuild/core/compiled/style-loader/runtime/styleTagTransform.js");
|
|
14804
14963
|
var styleTagTransform_default = /*#__PURE__*/ __webpack_require__.n(styleTagTransform);
|
|
14805
|
-
var
|
|
14806
|
-
var noSourceMaps_default = /*#__PURE__*/ __webpack_require__.n(noSourceMaps);
|
|
14807
|
-
var api = __webpack_require__("./node_modules/@rsbuild/core/compiled/css-loader/api.js");
|
|
14808
|
-
var api_default = /*#__PURE__*/ __webpack_require__.n(api);
|
|
14809
|
-
var ___CSS_LOADER_EXPORT___ = api_default()(noSourceMaps_default());
|
|
14810
|
-
___CSS_LOADER_EXPORT___.push([
|
|
14811
|
-
module.id,
|
|
14812
|
-
`@keyframes blink {
|
|
14813
|
-
0% {
|
|
14814
|
-
opacity: .9;
|
|
14815
|
-
}
|
|
14816
|
-
|
|
14817
|
-
35% {
|
|
14818
|
-
opacity: .9;
|
|
14819
|
-
}
|
|
14820
|
-
|
|
14821
|
-
50% {
|
|
14822
|
-
opacity: .1;
|
|
14823
|
-
}
|
|
14824
|
-
|
|
14825
|
-
85% {
|
|
14826
|
-
opacity: .1;
|
|
14827
|
-
}
|
|
14828
|
-
|
|
14829
|
-
100% {
|
|
14830
|
-
opacity: .9;
|
|
14831
|
-
}
|
|
14832
|
-
}
|
|
14833
|
-
|
|
14834
|
-
.videomail .visuals {
|
|
14835
|
-
position: relative;
|
|
14836
|
-
}
|
|
14837
|
-
|
|
14838
|
-
.videomail .visuals video.replay {
|
|
14839
|
-
width: 100%;
|
|
14840
|
-
height: 100%;
|
|
14841
|
-
}
|
|
14842
|
-
|
|
14843
|
-
.videomail .countdown, .videomail .recordTimer, .videomail .recordNote, .videomail .pausedHeader, .videomail .pausedHint {
|
|
14844
|
-
height: auto;
|
|
14845
|
-
margin: 0;
|
|
14846
|
-
}
|
|
14847
|
-
|
|
14848
|
-
.videomail .countdown, .videomail .recordTimer, .videomail .recordNote, .videomail .paused, .videomail .facingMode, .videomail noscript {
|
|
14849
|
-
z-index: 100;
|
|
14850
|
-
position: absolute;
|
|
14851
|
-
}
|
|
14852
|
-
|
|
14853
|
-
.videomail .countdown, .videomail .recordTimer, .videomail .recordNote, .videomail .pausedHeader, .videomail .pausedHint, .videomail noscript {
|
|
14854
|
-
font-weight: bold;
|
|
14855
|
-
}
|
|
14856
|
-
|
|
14857
|
-
.videomail .countdown, .videomail .paused, .videomail noscript {
|
|
14858
|
-
width: 100%;
|
|
14859
|
-
top: 50%;
|
|
14860
|
-
transform: translateY(-50%);
|
|
14861
|
-
}
|
|
14862
|
-
|
|
14863
|
-
.videomail .pausedHeader, .videomail .pausedHint, .videomail .countdown {
|
|
14864
|
-
text-align: center;
|
|
14865
|
-
letter-spacing: 4px;
|
|
14866
|
-
text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
|
|
14867
|
-
}
|
|
14868
|
-
|
|
14869
|
-
.videomail .pausedHeader, .videomail .countdown {
|
|
14870
|
-
opacity: .9;
|
|
14871
|
-
font-size: 460%;
|
|
14872
|
-
}
|
|
14873
|
-
|
|
14874
|
-
.videomail .pausedHint {
|
|
14875
|
-
font-size: 150%;
|
|
14876
|
-
}
|
|
14877
|
-
|
|
14878
|
-
.videomail .facingMode {
|
|
14879
|
-
color: rgba(245, 245, 245, .9);
|
|
14880
|
-
z-index: 10;
|
|
14881
|
-
background: rgba(30, 30, 30, .5);
|
|
14882
|
-
border: none;
|
|
14883
|
-
outline: none;
|
|
14884
|
-
padding: .1em .3em;
|
|
14885
|
-
font-family: monospace;
|
|
14886
|
-
font-size: 1.2em;
|
|
14887
|
-
transition: all .2s;
|
|
14888
|
-
bottom: .6em;
|
|
14889
|
-
right: .7em;
|
|
14890
|
-
}
|
|
14891
|
-
|
|
14892
|
-
.videomail .facingMode:hover {
|
|
14893
|
-
cursor: pointer;
|
|
14894
|
-
background: rgba(50, 50, 50, .7);
|
|
14895
|
-
}
|
|
14896
|
-
|
|
14897
|
-
.videomail .recordTimer, .videomail .recordNote {
|
|
14898
|
-
color: #00d814;
|
|
14899
|
-
opacity: .9;
|
|
14900
|
-
background: rgba(10, 10, 10, .8);
|
|
14901
|
-
padding: .3em .4em;
|
|
14902
|
-
font-family: monospace;
|
|
14903
|
-
transition: all 1s;
|
|
14904
|
-
right: .7em;
|
|
14905
|
-
}
|
|
14906
|
-
|
|
14907
|
-
.videomail .recordTimer.near, .videomail .recordNote.near {
|
|
14908
|
-
color: #eb9369;
|
|
14909
|
-
}
|
|
14910
|
-
|
|
14911
|
-
.videomail .recordTimer.nigh, .videomail .recordNote.nigh {
|
|
14912
|
-
color: #ea4b2a;
|
|
14913
|
-
}
|
|
14914
|
-
|
|
14915
|
-
.videomail .recordTimer {
|
|
14916
|
-
top: .7em;
|
|
14917
|
-
}
|
|
14918
|
-
|
|
14919
|
-
.videomail .recordNote {
|
|
14920
|
-
top: 3.6em;
|
|
14921
|
-
}
|
|
14922
|
-
|
|
14923
|
-
.videomail .recordNote:before {
|
|
14924
|
-
content: "REC";
|
|
14925
|
-
animation: 1s infinite blink;
|
|
14926
|
-
}
|
|
14927
|
-
|
|
14928
|
-
.videomail .notifier {
|
|
14929
|
-
box-sizing: border-box;
|
|
14930
|
-
overflow: hidden;
|
|
14931
|
-
}
|
|
14932
|
-
|
|
14933
|
-
.videomail .radioGroup {
|
|
14934
|
-
display: block;
|
|
14935
|
-
}
|
|
14936
|
-
|
|
14937
|
-
.videomail .radioGroup label {
|
|
14938
|
-
cursor: pointer;
|
|
14939
|
-
}
|
|
14940
|
-
|
|
14941
|
-
.videomail video {
|
|
14942
|
-
margin-bottom: 0;
|
|
14943
|
-
}
|
|
14944
|
-
|
|
14945
|
-
.videomail video.userMedia {
|
|
14946
|
-
background-color: rgba(50, 50, 50, .1);
|
|
14947
|
-
}
|
|
14948
|
-
`,
|
|
14949
|
-
""
|
|
14950
|
-
]);
|
|
14951
|
-
const main = ___CSS_LOADER_EXPORT___;
|
|
14964
|
+
var main = __webpack_require__("./node_modules/@rsbuild/core/compiled/css-loader/index.js??ruleSet[1].rules[12].use[1]!builtin:lightningcss-loader??ruleSet[1].rules[12].use[2]!./node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[12].use[3]!./src/styles/main.styl");
|
|
14952
14965
|
var main_options = {};
|
|
14953
14966
|
main_options.styleTagTransform = styleTagTransform_default();
|
|
14954
14967
|
main_options.setAttributes = setAttributesWithoutAttributes_default();
|
|
14955
14968
|
main_options.insert = insertBySelector_default().bind(null, "head");
|
|
14956
14969
|
main_options.domAPI = styleDomAPI_default();
|
|
14957
14970
|
main_options.insertStyleElement = insertStyleElement_default();
|
|
14958
|
-
injectStylesIntoStyleTag_default()(main, main_options);
|
|
14959
|
-
main && main.locals && main.locals;
|
|
14971
|
+
injectStylesIntoStyleTag_default()(main.A, main_options);
|
|
14972
|
+
main.A && main.A.locals && main.A.locals;
|
|
14960
14973
|
var document_visibility = __webpack_require__("./node_modules/document-visibility/index.js");
|
|
14961
14974
|
var document_visibility_default = /*#__PURE__*/ __webpack_require__.n(document_visibility);
|
|
14962
14975
|
function limitHeight(height, options, calledFrom) {
|
|
@@ -15542,7 +15555,7 @@ var __webpack_exports__ = {};
|
|
|
15542
15555
|
else {
|
|
15543
15556
|
this.facingModeElement = document.createElement("button");
|
|
15544
15557
|
this.facingModeElement.classList.add("facingMode");
|
|
15545
|
-
this.facingModeElement.innerHTML = "
|
|
15558
|
+
this.facingModeElement.innerHTML = "\u293E";
|
|
15546
15559
|
this.facingModeElement.onclick = (e)=>{
|
|
15547
15560
|
null == e || e.preventDefault();
|
|
15548
15561
|
try {
|
|
@@ -15949,17 +15962,17 @@ var __webpack_exports__ = {};
|
|
|
15949
15962
|
this.options.logger.debug("Limit reached");
|
|
15950
15963
|
lead += `${this.options.text.limitReached}.<br/>`;
|
|
15951
15964
|
}
|
|
15952
|
-
lead += `${this.options.text.sending}
|
|
15965
|
+
lead += `${this.options.text.sending} \u{2026}`;
|
|
15953
15966
|
this.notify(lead, void 0, {
|
|
15954
15967
|
stillWait: true,
|
|
15955
15968
|
entertain: this.options.notifier.entertain
|
|
15956
15969
|
});
|
|
15957
15970
|
}
|
|
15958
15971
|
onConnecting() {
|
|
15959
|
-
this.notify("Connecting
|
|
15972
|
+
this.notify("Connecting \u2026");
|
|
15960
15973
|
}
|
|
15961
15974
|
onLoadingUserMedia() {
|
|
15962
|
-
this.notify("Loading webcam
|
|
15975
|
+
this.notify("Loading webcam \u2026");
|
|
15963
15976
|
}
|
|
15964
15977
|
onProgress(frameProgress, sampleProgress) {
|
|
15965
15978
|
let overallProgress;
|
|
@@ -15971,7 +15984,7 @@ var __webpack_exports__ = {};
|
|
|
15971
15984
|
}
|
|
15972
15985
|
onBeginVideoEncoding() {
|
|
15973
15986
|
this.visuals.beginWaiting();
|
|
15974
|
-
const lead = `${this.options.text.encoding}
|
|
15987
|
+
const lead = `${this.options.text.encoding} \u{2026}`;
|
|
15975
15988
|
this.notify(lead, void 0, {
|
|
15976
15989
|
stillWait: true,
|
|
15977
15990
|
entertain: this.options.notifier.entertain
|
|
@@ -16003,7 +16016,7 @@ var __webpack_exports__ = {};
|
|
|
16003
16016
|
this.onBeginVideoEncoding();
|
|
16004
16017
|
});
|
|
16005
16018
|
this.on("UNLOADING", ()=>{
|
|
16006
|
-
this.notify("Unloading
|
|
16019
|
+
this.notify("Unloading \u2026");
|
|
16007
16020
|
});
|
|
16008
16021
|
this.on("DISCONNECTED", ()=>{
|
|
16009
16022
|
this.notify("Disconnected");
|
|
@@ -16433,7 +16446,7 @@ var __webpack_exports__ = {};
|
|
|
16433
16446
|
else obj[key] = value;
|
|
16434
16447
|
return obj;
|
|
16435
16448
|
}
|
|
16436
|
-
const EVENT_ASCII = "
|
|
16449
|
+
const EVENT_ASCII = "|\u2014O\u2014|";
|
|
16437
16450
|
class UserMedia extends util_Despot {
|
|
16438
16451
|
attachMediaStream(stream) {
|
|
16439
16452
|
this.currentVisualStream = stream;
|
|
@@ -16740,7 +16753,7 @@ var __webpack_exports__ = {};
|
|
|
16740
16753
|
else obj[key] = value;
|
|
16741
16754
|
return obj;
|
|
16742
16755
|
}
|
|
16743
|
-
const PIPE_SYMBOL = "
|
|
16756
|
+
const PIPE_SYMBOL = "\xb0\xba\xa4\xf8,\xb8\xb8,\xf8\xa4\xba\xb0`\xb0\xba\xa4\xf8,\xb8,\xf8\xa4\xb0\xba\xa4\xf8,\xb8\xb8,\xf8\xa4\xba\xb0`\xb0\xba\xa4\xf8,\xb8 ";
|
|
16744
16757
|
class Recorder extends util_Despot {
|
|
16745
16758
|
writeStream(buffer, opts) {
|
|
16746
16759
|
if (this.stream) if (this.stream.destroyed) {
|
|
@@ -17204,7 +17217,7 @@ var __webpack_exports__ = {};
|
|
|
17204
17217
|
}, 0);
|
|
17205
17218
|
}
|
|
17206
17219
|
} else {
|
|
17207
|
-
this.options.logger.debug(`Reconnecting for the command ${command}
|
|
17220
|
+
this.options.logger.debug(`Reconnecting for the command ${command} \u{2026}`);
|
|
17208
17221
|
this.initSocket(()=>{
|
|
17209
17222
|
this.writeCommand(command, args);
|
|
17210
17223
|
null == cb || cb();
|
|
@@ -17882,10 +17895,10 @@ var __webpack_exports__ = {};
|
|
|
17882
17895
|
}
|
|
17883
17896
|
}
|
|
17884
17897
|
setMp4Source(src, bustCache) {
|
|
17885
|
-
this.setVideoSource(
|
|
17898
|
+
this.setVideoSource(VideoType_VideoType.MP4, src, bustCache);
|
|
17886
17899
|
}
|
|
17887
17900
|
setWebMSource(src, bustCache) {
|
|
17888
|
-
this.setVideoSource(
|
|
17901
|
+
this.setVideoSource(VideoType_VideoType.WebM, src, bustCache);
|
|
17889
17902
|
}
|
|
17890
17903
|
getVideoType() {
|
|
17891
17904
|
if (!this.replayElement) return;
|
|
@@ -18542,7 +18555,7 @@ var __webpack_exports__ = {};
|
|
|
18542
18555
|
const name = invalidInput.getAttribute("name");
|
|
18543
18556
|
valid = false;
|
|
18544
18557
|
if (name) {
|
|
18545
|
-
whyInvalid = `Input "${name}" seems wrong
|
|
18558
|
+
whyInvalid = `Input "${name}" seems wrong \u{1F914}`;
|
|
18546
18559
|
invalidData = {
|
|
18547
18560
|
[name]: invalidInput.getAttribute("value")
|
|
18548
18561
|
};
|
|
@@ -18550,7 +18563,7 @@ var __webpack_exports__ = {};
|
|
|
18550
18563
|
} else if (!this.areVisualsHidden() && !visualsValid) {
|
|
18551
18564
|
if (this.buttonsAreReady() || this.isRecording() || this.isPaused() || this.isCountingDown()) {
|
|
18552
18565
|
valid = false;
|
|
18553
|
-
whyInvalid = "Don't forget to record a video
|
|
18566
|
+
whyInvalid = "Don't forget to record a video \uD83D\uDE09";
|
|
18554
18567
|
invalidData = {
|
|
18555
18568
|
key: void 0
|
|
18556
18569
|
};
|
|
@@ -18815,11 +18828,6 @@ var __webpack_exports__ = {};
|
|
|
18815
18828
|
client_define_property(VideomailClient, "ENC_TYPE_APP_JSON", constants["public"].ENC_TYPE_APP_JSON);
|
|
18816
18829
|
client_define_property(VideomailClient, "ENC_TYPE_FORM", constants["public"].ENC_TYPE_FORM);
|
|
18817
18830
|
const src_client = VideomailClient;
|
|
18818
|
-
var VideoType_VideoType = /*#__PURE__*/ function(VideoType1) {
|
|
18819
|
-
VideoType1["WebM"] = "webm";
|
|
18820
|
-
VideoType1["MP4"] = "mp4";
|
|
18821
|
-
return VideoType1;
|
|
18822
|
-
}({});
|
|
18823
18831
|
})();
|
|
18824
18832
|
exports.VideoType = __webpack_exports__.VideoType;
|
|
18825
18833
|
exports.VideomailClient = __webpack_exports__.VideomailClient;
|