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