videomail-client 8.0.0 → 8.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.nvmrc +1 -1
- package/audit-ci.json +9 -1
- package/package.json +17 -17
- package/prototype/index.html +29 -9
- package/prototype/js/videomail-client.js +261 -198
- package/prototype/js/videomail-client.min.js +11 -11
- package/prototype/js/videomail-client.min.js.map +1 -1
- package/prototype/user_media_on_record.html +32 -0
- package/src/styles/css/main.min.css.js +1 -1
- package/src/styles/styl/main.styl +3 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.VideomailClient = f()}})(function(){var define,module,exports;return (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(_dereq_,module,exports){
|
|
2
|
-
function _interopRequireDefault(
|
|
3
|
-
return
|
|
4
|
-
"default":
|
|
2
|
+
function _interopRequireDefault(e) {
|
|
3
|
+
return e && e.__esModule ? e : {
|
|
4
|
+
"default": e
|
|
5
5
|
};
|
|
6
6
|
}
|
|
7
7
|
module.exports = _interopRequireDefault, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
@@ -583,7 +583,7 @@ Date.now = Date.now || function now() {
|
|
|
583
583
|
return new Date().getTime();
|
|
584
584
|
};
|
|
585
585
|
|
|
586
|
-
},{"events":37,"inherits":61,"raf":
|
|
586
|
+
},{"events":37,"inherits":61,"raf":85}],5:[function(_dereq_,module,exports){
|
|
587
587
|
(function (Buffer){(function (){
|
|
588
588
|
(function (w) {
|
|
589
589
|
"use strict";
|
|
@@ -635,23 +635,11 @@ Date.now = Date.now || function now() {
|
|
|
635
635
|
var r=_dereq_("typedarray-to-buffer"),a=_dereq_("validate.io-float32array");module.exports=function(e){if(!e)throw new Error("A Float32Array parameter is missing.");if(!a(e))throw new Error("The parameter is not a Float32Array.");this.toBuffer=function(){var a,t=e.length,o=new Int16Array(t);for(a=0;a<t;a++)o[a]=32767*Math.min(1,e[a]);return r(o)}};
|
|
636
636
|
|
|
637
637
|
|
|
638
|
-
},{"typedarray-to-buffer":
|
|
638
|
+
},{"typedarray-to-buffer":111,"validate.io-float32array":117}],7:[function(_dereq_,module,exports){
|
|
639
639
|
(function (global){(function (){
|
|
640
640
|
'use strict';
|
|
641
641
|
|
|
642
|
-
var
|
|
643
|
-
'BigInt64Array',
|
|
644
|
-
'BigUint64Array',
|
|
645
|
-
'Float32Array',
|
|
646
|
-
'Float64Array',
|
|
647
|
-
'Int16Array',
|
|
648
|
-
'Int32Array',
|
|
649
|
-
'Int8Array',
|
|
650
|
-
'Uint16Array',
|
|
651
|
-
'Uint32Array',
|
|
652
|
-
'Uint8Array',
|
|
653
|
-
'Uint8ClampedArray'
|
|
654
|
-
];
|
|
642
|
+
var possibleNames = _dereq_('possible-typed-array-names');
|
|
655
643
|
|
|
656
644
|
var g = typeof globalThis === 'undefined' ? global : globalThis;
|
|
657
645
|
|
|
@@ -668,7 +656,7 @@ module.exports = function availableTypedArrays() {
|
|
|
668
656
|
};
|
|
669
657
|
|
|
670
658
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
671
|
-
},{}],8:[function(_dereq_,module,exports){
|
|
659
|
+
},{"possible-typed-array-names":77}],8:[function(_dereq_,module,exports){
|
|
672
660
|
'use strict'
|
|
673
661
|
|
|
674
662
|
exports.byteLength = byteLength
|
|
@@ -2765,11 +2753,11 @@ if ($defineProperty) {
|
|
|
2765
2753
|
module.exports.apply = applyBind;
|
|
2766
2754
|
}
|
|
2767
2755
|
|
|
2768
|
-
},{"es-define-property":29,"es-errors/type":35,"function-bind":42,"get-intrinsic":44,"set-function-length":
|
|
2756
|
+
},{"es-define-property":29,"es-errors/type":35,"function-bind":42,"get-intrinsic":44,"set-function-length":102}],14:[function(_dereq_,module,exports){
|
|
2769
2757
|
var t,e=_dereq_("typedarray-to-buffer"),n=_dereq_("atob"),a="undefined"!=typeof document&&"function"==typeof document.createElement;module.exports=function(i,r){void 0===r&&(r={});var o=this;if(r.image=r.image?r.image:{},r.image.types=r.image.types?r.image.types:[],r.image.types.length>2)throw new Error("Too many image types are specified!");r.image.types.length<1&&(r.image.types=a?["webp","jpeg"]:["png"]),r.image.quality||(r.image.quality=.5);var u=parseFloat(r.image.quality);function g(t){var e;return r.image.types[t]&&(e="image/"+r.image.types[t]),e}function f(t,e){var n=t&&t.match(e);return n&&r.debug&&r.debug("Image type %s verified",e),n}function c(){var t;return a?(t=document.createElement("canvas")).width=t.height=1:t=i,t}function l(t,e){try{c().toDataURL(t,function(n,a){n?e(n):e(null,f(a,t))})}catch(t){e(null,!1)}}function m(t){var e;try{var n=c();e=f(n.toDataURL&&n.toDataURL(t),t)}catch(e){r.debug&&r.logger.debug("Failed to call toDataURL() on canvas for image type %s",t)}return e}function y(t){var e=g(0);if(!t)return function(t){return m(t)||r.image.types[1]&&m(t=g(1))||(t=null),!t&&r.debug&&r.logger.debug("Unable to verify image type"),t}(e);!function(t,e){l(t,function(n,a){n?e(n):a?e(null,t):l(t=g(1),function(n,a){n?e(n):e(null,a?t:null)})})}(e,t)}function p(t){var a,i=t.split(",")[1];if("function"==typeof n)a=n(i);else{if("function"!=typeof o.constructor.atob)throw new Error("atob function is missing");a=o.constructor.atob(i)}for(var r=new Uint8Array(a.length),u=0,g=a.length;u<g;u++)r[u]=a.charCodeAt(u);return e(r)}this.toBuffer=function(t){if(!t)return(n=o.getImageType())&&(e=p(i.toDataURL(n,u))),e;var e,n;!function(t){o.getImageType(function(e,n){e?t(e):n?i.toDataURL(n,function(e,n){e?t(e):t(null,p(n))}):t()})}(t)},this.getImageType=function(e){if(!e)return t&&a||(t=y()),t;t&&a?e(null,t):y(function(n,a){n?e(n):e(null,t=a)})}};
|
|
2770
2758
|
|
|
2771
2759
|
|
|
2772
|
-
},{"atob":5,"typedarray-to-buffer":
|
|
2760
|
+
},{"atob":5,"typedarray-to-buffer":111}],15:[function(_dereq_,module,exports){
|
|
2773
2761
|
// contains, add, remove, toggle
|
|
2774
2762
|
var indexof = _dereq_('indexof')
|
|
2775
2763
|
|
|
@@ -3759,7 +3747,7 @@ var makeDespot = function () {
|
|
|
3759
3747
|
|
|
3760
3748
|
module.exports = makeDespot()
|
|
3761
3749
|
|
|
3762
|
-
},{"events":37,"global":48,"util":
|
|
3750
|
+
},{"events":37,"global":48,"util":116}],25:[function(_dereq_,module,exports){
|
|
3763
3751
|
'use strict'
|
|
3764
3752
|
|
|
3765
3753
|
var document = _dereq_('global/document')
|
|
@@ -3960,7 +3948,7 @@ var eos = function(stream, opts, callback) {
|
|
|
3960
3948
|
module.exports = eos;
|
|
3961
3949
|
|
|
3962
3950
|
}).call(this)}).call(this,_dereq_('_process'))
|
|
3963
|
-
},{"_process":
|
|
3951
|
+
},{"_process":79,"once":75}],29:[function(_dereq_,module,exports){
|
|
3964
3952
|
'use strict';
|
|
3965
3953
|
|
|
3966
3954
|
var GetIntrinsic = _dereq_('get-intrinsic');
|
|
@@ -4751,15 +4739,15 @@ function replaceGetterValues (replacer) {
|
|
|
4751
4739
|
}
|
|
4752
4740
|
|
|
4753
4741
|
},{}],39:[function(_dereq_,module,exports){
|
|
4754
|
-
/**
|
|
4755
|
-
* filesize
|
|
4756
|
-
*
|
|
4757
|
-
* @copyright
|
|
4758
|
-
* @license BSD-3-Clause
|
|
4759
|
-
* @version 10.1.
|
|
4760
|
-
*/
|
|
4761
|
-
'use strict';
|
|
4762
|
-
|
|
4742
|
+
/**
|
|
4743
|
+
* filesize
|
|
4744
|
+
*
|
|
4745
|
+
* @copyright 2024 Jason Mulligan <jason.mulligan@avoidwork.com>
|
|
4746
|
+
* @license BSD-3-Clause
|
|
4747
|
+
* @version 10.1.2
|
|
4748
|
+
*/
|
|
4749
|
+
'use strict';
|
|
4750
|
+
|
|
4763
4751
|
const ARRAY = "array";
|
|
4764
4752
|
const BIT = "bit";
|
|
4765
4753
|
const BITS = "bits";
|
|
@@ -4797,8 +4785,8 @@ const STRINGS = {
|
|
|
4797
4785
|
iec: ["", "kibi", "mebi", "gibi", "tebi", "pebi", "exbi", "zebi", "yobi"],
|
|
4798
4786
|
jedec: ["", "kilo", "mega", "giga", "tera", "peta", "exa", "zetta", "yotta"]
|
|
4799
4787
|
}
|
|
4800
|
-
};
|
|
4801
|
-
|
|
4788
|
+
};
|
|
4789
|
+
|
|
4802
4790
|
function filesize (arg, {
|
|
4803
4791
|
bits = false,
|
|
4804
4792
|
pad = false,
|
|
@@ -4984,10 +4972,10 @@ function partial ({
|
|
|
4984
4972
|
roundingMethod,
|
|
4985
4973
|
precision
|
|
4986
4974
|
});
|
|
4987
|
-
}
|
|
4988
|
-
|
|
4989
|
-
exports.filesize = filesize;
|
|
4990
|
-
exports.partial = partial;
|
|
4975
|
+
}
|
|
4976
|
+
|
|
4977
|
+
exports.filesize = filesize;
|
|
4978
|
+
exports.partial = partial;
|
|
4991
4979
|
|
|
4992
4980
|
},{}],40:[function(_dereq_,module,exports){
|
|
4993
4981
|
'use strict';
|
|
@@ -5839,13 +5827,17 @@ module.exports = hasPropertyDescriptors;
|
|
|
5839
5827
|
'use strict';
|
|
5840
5828
|
|
|
5841
5829
|
var test = {
|
|
5830
|
+
__proto__: null,
|
|
5842
5831
|
foo: {}
|
|
5843
5832
|
};
|
|
5844
5833
|
|
|
5845
5834
|
var $Object = Object;
|
|
5846
5835
|
|
|
5836
|
+
/** @type {import('.')} */
|
|
5847
5837
|
module.exports = function hasProto() {
|
|
5848
|
-
|
|
5838
|
+
// @ts-expect-error: TS errors on an inherited property for some reason
|
|
5839
|
+
return { __proto__: test }.foo === test.foo
|
|
5840
|
+
&& !(test instanceof $Object);
|
|
5849
5841
|
};
|
|
5850
5842
|
|
|
5851
5843
|
},{}],52:[function(_dereq_,module,exports){
|
|
@@ -5964,7 +5956,8 @@ function shim (element, value) {
|
|
|
5964
5956
|
*/
|
|
5965
5957
|
|
|
5966
5958
|
/**
|
|
5967
|
-
* @
|
|
5959
|
+
* @internal
|
|
5960
|
+
* @typedef {[string, string, string, string, string, string, string, string, string, string]} DigitReplacements
|
|
5968
5961
|
*/
|
|
5969
5962
|
|
|
5970
5963
|
/**
|
|
@@ -5981,6 +5974,7 @@ function shim (element, value) {
|
|
|
5981
5974
|
* @prop {string} [delimiter]
|
|
5982
5975
|
* @prop {DigitReplacements} [_digitReplacements]
|
|
5983
5976
|
* @prop {boolean} [_numberFirst]
|
|
5977
|
+
* @prop {boolean} [_hideCountIf2]
|
|
5984
5978
|
*/
|
|
5985
5979
|
|
|
5986
5980
|
/**
|
|
@@ -6002,10 +5996,35 @@ function shim (element, value) {
|
|
|
6002
5996
|
*/
|
|
6003
5997
|
|
|
6004
5998
|
/**
|
|
5999
|
+
* @internal
|
|
6005
6000
|
* @typedef {Required<Options>} NormalizedOptions
|
|
6006
6001
|
*/
|
|
6007
6002
|
|
|
6008
6003
|
(function () {
|
|
6004
|
+
// Fallback for `Object.assign` if relevant.
|
|
6005
|
+
var assign =
|
|
6006
|
+
Object.assign ||
|
|
6007
|
+
/** @param {...any} destination */
|
|
6008
|
+
function (destination) {
|
|
6009
|
+
var source;
|
|
6010
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
6011
|
+
source = arguments[i];
|
|
6012
|
+
for (var prop in source) {
|
|
6013
|
+
if (has(source, prop)) {
|
|
6014
|
+
destination[prop] = source[prop];
|
|
6015
|
+
}
|
|
6016
|
+
}
|
|
6017
|
+
}
|
|
6018
|
+
return destination;
|
|
6019
|
+
};
|
|
6020
|
+
|
|
6021
|
+
// Fallback for `Array.isArray` if relevant.
|
|
6022
|
+
var isArray =
|
|
6023
|
+
Array.isArray ||
|
|
6024
|
+
function (arg) {
|
|
6025
|
+
return Object.prototype.toString.call(arg) === "[object Array]";
|
|
6026
|
+
};
|
|
6027
|
+
|
|
6009
6028
|
// This has to be defined separately because of a bug: we want to alias
|
|
6010
6029
|
// `gr` and `el` for backwards-compatiblity. In a breaking change, we can
|
|
6011
6030
|
// remove `gr` entirely.
|
|
@@ -6038,7 +6057,10 @@ function shim (element, value) {
|
|
|
6038
6057
|
","
|
|
6039
6058
|
);
|
|
6040
6059
|
|
|
6041
|
-
/**
|
|
6060
|
+
/**
|
|
6061
|
+
* @internal
|
|
6062
|
+
* @type {Record<string, Language>}
|
|
6063
|
+
*/
|
|
6042
6064
|
var LANGUAGES = {
|
|
6043
6065
|
af: language(
|
|
6044
6066
|
"jaar",
|
|
@@ -6065,6 +6087,7 @@ function shim (element, value) {
|
|
|
6065
6087
|
},
|
|
6066
6088
|
","
|
|
6067
6089
|
),
|
|
6090
|
+
am: language("ዓመት", "ወር", "ሳምንት", "ቀን", "ሰዓት", "ደቂቃ", "ሰከንድ", "ሚሊሰከንድ"),
|
|
6068
6091
|
ar: assign(
|
|
6069
6092
|
language(
|
|
6070
6093
|
function (c) {
|
|
@@ -6097,6 +6120,7 @@ function shim (element, value) {
|
|
|
6097
6120
|
),
|
|
6098
6121
|
{
|
|
6099
6122
|
delimiter: " ﻭ ",
|
|
6123
|
+
_hideCountIf2: true,
|
|
6100
6124
|
_digitReplacements: ["۰", "١", "٢", "٣", "٤", "٥", "٦", "٧", "٨", "٩"]
|
|
6101
6125
|
}
|
|
6102
6126
|
),
|
|
@@ -7362,6 +7386,7 @@ function shim (element, value) {
|
|
|
7362
7386
|
/**
|
|
7363
7387
|
* Helper function for creating language definitions.
|
|
7364
7388
|
*
|
|
7389
|
+
* @internal
|
|
7365
7390
|
* @param {Unit} y
|
|
7366
7391
|
* @param {Unit} mo
|
|
7367
7392
|
* @param {Unit} w
|
|
@@ -7385,6 +7410,7 @@ function shim (element, value) {
|
|
|
7385
7410
|
/**
|
|
7386
7411
|
* Helper function for Arabic.
|
|
7387
7412
|
*
|
|
7413
|
+
* @internal
|
|
7388
7414
|
* @param {number} c
|
|
7389
7415
|
* @returns {0 | 1 | 2}
|
|
7390
7416
|
*/
|
|
@@ -7401,6 +7427,7 @@ function shim (element, value) {
|
|
|
7401
7427
|
/**
|
|
7402
7428
|
* Helper function for Polish.
|
|
7403
7429
|
*
|
|
7430
|
+
* @internal
|
|
7404
7431
|
* @param {number} c
|
|
7405
7432
|
* @returns {0 | 1 | 2 | 3}
|
|
7406
7433
|
*/
|
|
@@ -7420,6 +7447,7 @@ function shim (element, value) {
|
|
|
7420
7447
|
/**
|
|
7421
7448
|
* Helper function for Slavic languages.
|
|
7422
7449
|
*
|
|
7450
|
+
* @internal
|
|
7423
7451
|
* @param {number} c
|
|
7424
7452
|
* @returns {0 | 1 | 2 | 3}
|
|
7425
7453
|
*/
|
|
@@ -7446,6 +7474,7 @@ function shim (element, value) {
|
|
|
7446
7474
|
/**
|
|
7447
7475
|
* Helper function for Czech or Slovak.
|
|
7448
7476
|
*
|
|
7477
|
+
* @internal
|
|
7449
7478
|
* @param {number} c
|
|
7450
7479
|
* @returns {0 | 1 | 2 | 3}
|
|
7451
7480
|
*/
|
|
@@ -7465,6 +7494,7 @@ function shim (element, value) {
|
|
|
7465
7494
|
/**
|
|
7466
7495
|
* Helper function for Lithuanian.
|
|
7467
7496
|
*
|
|
7497
|
+
* @internal
|
|
7468
7498
|
* @param {number} c
|
|
7469
7499
|
* @returns {0 | 1 | 2}
|
|
7470
7500
|
*/
|
|
@@ -7485,6 +7515,7 @@ function shim (element, value) {
|
|
|
7485
7515
|
/**
|
|
7486
7516
|
* Helper function for Latvian.
|
|
7487
7517
|
*
|
|
7518
|
+
* @internal
|
|
7488
7519
|
* @param {number} c
|
|
7489
7520
|
* @returns {boolean}
|
|
7490
7521
|
*/
|
|
@@ -7492,32 +7523,19 @@ function shim (element, value) {
|
|
|
7492
7523
|
return c % 10 === 1 && c % 100 !== 11;
|
|
7493
7524
|
}
|
|
7494
7525
|
|
|
7495
|
-
|
|
7496
|
-
|
|
7497
|
-
|
|
7498
|
-
|
|
7499
|
-
|
|
7500
|
-
|
|
7501
|
-
|
|
7502
|
-
}
|
|
7503
|
-
}
|
|
7504
|
-
}
|
|
7505
|
-
return destination;
|
|
7506
|
-
}
|
|
7507
|
-
|
|
7508
|
-
// We need to make sure we support browsers that don't have
|
|
7509
|
-
// `Array.isArray`, so we define a fallback here.
|
|
7510
|
-
var isArray =
|
|
7511
|
-
Array.isArray ||
|
|
7512
|
-
function (arg) {
|
|
7513
|
-
return Object.prototype.toString.call(arg) === "[object Array]";
|
|
7514
|
-
};
|
|
7515
|
-
|
|
7526
|
+
/**
|
|
7527
|
+
* @internal
|
|
7528
|
+
* @template T
|
|
7529
|
+
* @param {T} obj
|
|
7530
|
+
* @param {keyof T} key
|
|
7531
|
+
* @returns {boolean}
|
|
7532
|
+
*/
|
|
7516
7533
|
function has(obj, key) {
|
|
7517
7534
|
return Object.prototype.hasOwnProperty.call(obj, key);
|
|
7518
7535
|
}
|
|
7519
7536
|
|
|
7520
7537
|
/**
|
|
7538
|
+
* @internal
|
|
7521
7539
|
* @param {Pick<Required<Options>, "language" | "fallbacks" | "languages">} options
|
|
7522
7540
|
* @throws {Error} Throws an error if language is not found.
|
|
7523
7541
|
* @returns {Language}
|
|
@@ -7547,6 +7565,7 @@ function shim (element, value) {
|
|
|
7547
7565
|
}
|
|
7548
7566
|
|
|
7549
7567
|
/**
|
|
7568
|
+
* @internal
|
|
7550
7569
|
* @param {Piece} piece
|
|
7551
7570
|
* @param {Language} language
|
|
7552
7571
|
* @param {Pick<Required<Options>, "decimal" | "spacer" | "maxDecimalPoints" | "digitReplacements">} options
|
|
@@ -7584,18 +7603,25 @@ function shim (element, value) {
|
|
|
7584
7603
|
: Math.floor(unitCount * Math.pow(10, maxDecimalPoints)) /
|
|
7585
7604
|
Math.pow(10, maxDecimalPoints);
|
|
7586
7605
|
var countStr = normalizedUnitCount.toString();
|
|
7587
|
-
|
|
7606
|
+
|
|
7607
|
+
if (language._hideCountIf2 && unitCount === 2) {
|
|
7588
7608
|
formattedCount = "";
|
|
7589
|
-
|
|
7590
|
-
|
|
7591
|
-
|
|
7592
|
-
|
|
7593
|
-
|
|
7594
|
-
|
|
7609
|
+
spacer = "";
|
|
7610
|
+
} else {
|
|
7611
|
+
if (digitReplacements) {
|
|
7612
|
+
formattedCount = "";
|
|
7613
|
+
for (var i = 0; i < countStr.length; i++) {
|
|
7614
|
+
var char = countStr[i];
|
|
7615
|
+
if (char === ".") {
|
|
7616
|
+
formattedCount += decimal;
|
|
7617
|
+
} else {
|
|
7618
|
+
// @ts-ignore because `char` should always be 0-9 at this point.
|
|
7619
|
+
formattedCount += digitReplacements[char];
|
|
7620
|
+
}
|
|
7595
7621
|
}
|
|
7622
|
+
} else {
|
|
7623
|
+
formattedCount = countStr.replace(".", decimal);
|
|
7596
7624
|
}
|
|
7597
|
-
} else {
|
|
7598
|
-
formattedCount = countStr.replace(".", decimal);
|
|
7599
7625
|
}
|
|
7600
7626
|
|
|
7601
7627
|
var languageWord = language[unitName];
|
|
@@ -7613,12 +7639,14 @@ function shim (element, value) {
|
|
|
7613
7639
|
}
|
|
7614
7640
|
|
|
7615
7641
|
/**
|
|
7642
|
+
* @internal
|
|
7616
7643
|
* @typedef {Object} Piece
|
|
7617
7644
|
* @prop {UnitName} unitName
|
|
7618
7645
|
* @prop {number} unitCount
|
|
7619
7646
|
*/
|
|
7620
7647
|
|
|
7621
7648
|
/**
|
|
7649
|
+
* @internal
|
|
7622
7650
|
* @param {number} ms
|
|
7623
7651
|
* @param {Pick<Required<Options>, "units" | "unitMeasures" | "largest" | "round">} options
|
|
7624
7652
|
* @returns {Piece[]}
|
|
@@ -7731,6 +7759,7 @@ function shim (element, value) {
|
|
|
7731
7759
|
}
|
|
7732
7760
|
|
|
7733
7761
|
/**
|
|
7762
|
+
* @internal
|
|
7734
7763
|
* @param {Piece[]} pieces
|
|
7735
7764
|
* @param {Pick<Required<Options>, "units" | "language" | "languages" | "fallbacks" | "delimiter" | "spacer" | "decimal" | "conjunction" | "maxDecimalPoints" | "serialComma" | "digitReplacements">} options
|
|
7736
7765
|
* @returns {string}
|
|
@@ -7784,8 +7813,15 @@ function shim (element, value) {
|
|
|
7784
7813
|
|
|
7785
7814
|
/**
|
|
7786
7815
|
* Create a humanizer, which lets you change the default options.
|
|
7816
|
+
*
|
|
7817
|
+
* @param {Options} [passedOptions]
|
|
7787
7818
|
*/
|
|
7788
7819
|
function humanizer(passedOptions) {
|
|
7820
|
+
/**
|
|
7821
|
+
* @param {number} ms
|
|
7822
|
+
* @param {Options} [humanizerOptions]
|
|
7823
|
+
* @returns {string}
|
|
7824
|
+
*/
|
|
7789
7825
|
var result = function humanizer(ms, humanizerOptions) {
|
|
7790
7826
|
// Make sure we have a positive number.
|
|
7791
7827
|
//
|
|
@@ -7830,19 +7866,18 @@ function shim (element, value) {
|
|
|
7830
7866
|
*
|
|
7831
7867
|
* This is a wrapper around the default humanizer.
|
|
7832
7868
|
*/
|
|
7833
|
-
var humanizeDuration = humanizer({})
|
|
7834
|
-
|
|
7835
|
-
|
|
7836
|
-
|
|
7837
|
-
|
|
7838
|
-
|
|
7839
|
-
|
|
7869
|
+
var humanizeDuration = assign(humanizer({}), {
|
|
7870
|
+
getSupportedLanguages: function getSupportedLanguages() {
|
|
7871
|
+
var result = [];
|
|
7872
|
+
for (var language in LANGUAGES) {
|
|
7873
|
+
if (has(LANGUAGES, language) && language !== "gr") {
|
|
7874
|
+
result.push(language);
|
|
7875
|
+
}
|
|
7840
7876
|
}
|
|
7841
|
-
|
|
7842
|
-
|
|
7843
|
-
|
|
7844
|
-
|
|
7845
|
-
humanizeDuration.humanizer = humanizer;
|
|
7877
|
+
return result;
|
|
7878
|
+
},
|
|
7879
|
+
humanizer: humanizer
|
|
7880
|
+
});
|
|
7846
7881
|
|
|
7847
7882
|
// @ts-ignore
|
|
7848
7883
|
if (typeof define === "function" && define.amd) {
|
|
@@ -8819,7 +8854,7 @@ module.exports = function isTypedArray(value) {
|
|
|
8819
8854
|
return !!whichTypedArray(value);
|
|
8820
8855
|
};
|
|
8821
8856
|
|
|
8822
|
-
},{"which-typed-array":
|
|
8857
|
+
},{"which-typed-array":121}],71:[function(_dereq_,module,exports){
|
|
8823
8858
|
var toString = {}.toString;
|
|
8824
8859
|
|
|
8825
8860
|
module.exports = Array.isArray || function (arr) {
|
|
@@ -9461,7 +9496,7 @@ function onceStrict (fn) {
|
|
|
9461
9496
|
return f
|
|
9462
9497
|
}
|
|
9463
9498
|
|
|
9464
|
-
},{"wrappy":
|
|
9499
|
+
},{"wrappy":122}],76:[function(_dereq_,module,exports){
|
|
9465
9500
|
(function (process){(function (){
|
|
9466
9501
|
// Generated by CoffeeScript 1.12.2
|
|
9467
9502
|
(function() {
|
|
@@ -9501,7 +9536,25 @@ function onceStrict (fn) {
|
|
|
9501
9536
|
|
|
9502
9537
|
|
|
9503
9538
|
}).call(this)}).call(this,_dereq_('_process'))
|
|
9504
|
-
},{"_process":
|
|
9539
|
+
},{"_process":79}],77:[function(_dereq_,module,exports){
|
|
9540
|
+
'use strict';
|
|
9541
|
+
|
|
9542
|
+
/** @type {import('.')} */
|
|
9543
|
+
module.exports = [
|
|
9544
|
+
'Float32Array',
|
|
9545
|
+
'Float64Array',
|
|
9546
|
+
'Int8Array',
|
|
9547
|
+
'Int16Array',
|
|
9548
|
+
'Int32Array',
|
|
9549
|
+
'Uint8Array',
|
|
9550
|
+
'Uint8ClampedArray',
|
|
9551
|
+
'Uint16Array',
|
|
9552
|
+
'Uint32Array',
|
|
9553
|
+
'BigInt64Array',
|
|
9554
|
+
'BigUint64Array'
|
|
9555
|
+
];
|
|
9556
|
+
|
|
9557
|
+
},{}],78:[function(_dereq_,module,exports){
|
|
9505
9558
|
(function (process){(function (){
|
|
9506
9559
|
'use strict';
|
|
9507
9560
|
|
|
@@ -9550,7 +9603,7 @@ function nextTick(fn, arg1, arg2, arg3) {
|
|
|
9550
9603
|
|
|
9551
9604
|
|
|
9552
9605
|
}).call(this)}).call(this,_dereq_('_process'))
|
|
9553
|
-
},{"_process":
|
|
9606
|
+
},{"_process":79}],79:[function(_dereq_,module,exports){
|
|
9554
9607
|
// shim for using process in browser
|
|
9555
9608
|
var process = module.exports = {};
|
|
9556
9609
|
|
|
@@ -9736,7 +9789,7 @@ process.chdir = function (dir) {
|
|
|
9736
9789
|
};
|
|
9737
9790
|
process.umask = function() { return 0; };
|
|
9738
9791
|
|
|
9739
|
-
},{}],
|
|
9792
|
+
},{}],80:[function(_dereq_,module,exports){
|
|
9740
9793
|
'use strict';
|
|
9741
9794
|
|
|
9742
9795
|
var replace = String.prototype.replace;
|
|
@@ -9761,7 +9814,7 @@ module.exports = {
|
|
|
9761
9814
|
RFC3986: Format.RFC3986
|
|
9762
9815
|
};
|
|
9763
9816
|
|
|
9764
|
-
},{}],
|
|
9817
|
+
},{}],81:[function(_dereq_,module,exports){
|
|
9765
9818
|
'use strict';
|
|
9766
9819
|
|
|
9767
9820
|
var stringify = _dereq_('./stringify');
|
|
@@ -9774,7 +9827,7 @@ module.exports = {
|
|
|
9774
9827
|
stringify: stringify
|
|
9775
9828
|
};
|
|
9776
9829
|
|
|
9777
|
-
},{"./formats":
|
|
9830
|
+
},{"./formats":80,"./parse":82,"./stringify":83}],82:[function(_dereq_,module,exports){
|
|
9778
9831
|
'use strict';
|
|
9779
9832
|
|
|
9780
9833
|
var utils = _dereq_('./utils');
|
|
@@ -10039,7 +10092,7 @@ module.exports = function (str, opts) {
|
|
|
10039
10092
|
return utils.compact(obj);
|
|
10040
10093
|
};
|
|
10041
10094
|
|
|
10042
|
-
},{"./utils":
|
|
10095
|
+
},{"./utils":84}],83:[function(_dereq_,module,exports){
|
|
10043
10096
|
'use strict';
|
|
10044
10097
|
|
|
10045
10098
|
var getSideChannel = _dereq_('side-channel');
|
|
@@ -10367,7 +10420,7 @@ module.exports = function (object, opts) {
|
|
|
10367
10420
|
return joined.length > 0 ? prefix + joined : '';
|
|
10368
10421
|
};
|
|
10369
10422
|
|
|
10370
|
-
},{"./formats":
|
|
10423
|
+
},{"./formats":80,"./utils":84,"side-channel":103}],84:[function(_dereq_,module,exports){
|
|
10371
10424
|
'use strict';
|
|
10372
10425
|
|
|
10373
10426
|
var formats = _dereq_('./formats');
|
|
@@ -10621,7 +10674,7 @@ module.exports = {
|
|
|
10621
10674
|
merge: merge
|
|
10622
10675
|
};
|
|
10623
10676
|
|
|
10624
|
-
},{"./formats":
|
|
10677
|
+
},{"./formats":80}],85:[function(_dereq_,module,exports){
|
|
10625
10678
|
(function (global){(function (){
|
|
10626
10679
|
var now = _dereq_('performance-now')
|
|
10627
10680
|
, root = typeof window === 'undefined' ? global : window
|
|
@@ -10700,7 +10753,7 @@ module.exports.polyfill = function(object) {
|
|
|
10700
10753
|
}
|
|
10701
10754
|
|
|
10702
10755
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
10703
|
-
},{"performance-now":76}],
|
|
10756
|
+
},{"performance-now":76}],86:[function(_dereq_,module,exports){
|
|
10704
10757
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
10705
10758
|
//
|
|
10706
10759
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -10832,7 +10885,7 @@ Duplex.prototype._destroy = function (err, cb) {
|
|
|
10832
10885
|
|
|
10833
10886
|
pna.nextTick(cb, err);
|
|
10834
10887
|
};
|
|
10835
|
-
},{"./_stream_readable":
|
|
10888
|
+
},{"./_stream_readable":88,"./_stream_writable":90,"core-util-is":19,"inherits":61,"process-nextick-args":78}],87:[function(_dereq_,module,exports){
|
|
10836
10889
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
10837
10890
|
//
|
|
10838
10891
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -10880,7 +10933,7 @@ function PassThrough(options) {
|
|
|
10880
10933
|
PassThrough.prototype._transform = function (chunk, encoding, cb) {
|
|
10881
10934
|
cb(null, chunk);
|
|
10882
10935
|
};
|
|
10883
|
-
},{"./_stream_transform":
|
|
10936
|
+
},{"./_stream_transform":89,"core-util-is":19,"inherits":61}],88:[function(_dereq_,module,exports){
|
|
10884
10937
|
(function (process,global){(function (){
|
|
10885
10938
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
10886
10939
|
//
|
|
@@ -11902,7 +11955,7 @@ function indexOf(xs, x) {
|
|
|
11902
11955
|
return -1;
|
|
11903
11956
|
}
|
|
11904
11957
|
}).call(this)}).call(this,_dereq_('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
11905
|
-
},{"./_stream_duplex":
|
|
11958
|
+
},{"./_stream_duplex":86,"./internal/streams/BufferList":91,"./internal/streams/destroy":92,"./internal/streams/stream":93,"_process":79,"core-util-is":19,"events":37,"inherits":61,"isarray":71,"process-nextick-args":78,"safe-buffer":94,"string_decoder/":95,"util":9}],89:[function(_dereq_,module,exports){
|
|
11906
11959
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
11907
11960
|
//
|
|
11908
11961
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -12117,7 +12170,7 @@ function done(stream, er, data) {
|
|
|
12117
12170
|
|
|
12118
12171
|
return stream.push(null);
|
|
12119
12172
|
}
|
|
12120
|
-
},{"./_stream_duplex":
|
|
12173
|
+
},{"./_stream_duplex":86,"core-util-is":19,"inherits":61}],90:[function(_dereq_,module,exports){
|
|
12121
12174
|
(function (process,global,setImmediate){(function (){
|
|
12122
12175
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
12123
12176
|
//
|
|
@@ -12805,7 +12858,7 @@ Writable.prototype._destroy = function (err, cb) {
|
|
|
12805
12858
|
cb(err);
|
|
12806
12859
|
};
|
|
12807
12860
|
}).call(this)}).call(this,_dereq_('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {},_dereq_("timers").setImmediate)
|
|
12808
|
-
},{"./_stream_duplex":
|
|
12861
|
+
},{"./_stream_duplex":86,"./internal/streams/destroy":92,"./internal/streams/stream":93,"_process":79,"core-util-is":19,"inherits":61,"process-nextick-args":78,"safe-buffer":94,"timers":110,"util-deprecate":113}],91:[function(_dereq_,module,exports){
|
|
12809
12862
|
'use strict';
|
|
12810
12863
|
|
|
12811
12864
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
@@ -12884,7 +12937,7 @@ if (util && util.inspect && util.inspect.custom) {
|
|
|
12884
12937
|
return this.constructor.name + ' ' + obj;
|
|
12885
12938
|
};
|
|
12886
12939
|
}
|
|
12887
|
-
},{"safe-buffer":
|
|
12940
|
+
},{"safe-buffer":94,"util":9}],92:[function(_dereq_,module,exports){
|
|
12888
12941
|
'use strict';
|
|
12889
12942
|
|
|
12890
12943
|
/*<replacement>*/
|
|
@@ -12969,10 +13022,10 @@ module.exports = {
|
|
|
12969
13022
|
destroy: destroy,
|
|
12970
13023
|
undestroy: undestroy
|
|
12971
13024
|
};
|
|
12972
|
-
},{"process-nextick-args":
|
|
13025
|
+
},{"process-nextick-args":78}],93:[function(_dereq_,module,exports){
|
|
12973
13026
|
module.exports = _dereq_('events').EventEmitter;
|
|
12974
13027
|
|
|
12975
|
-
},{"events":37}],
|
|
13028
|
+
},{"events":37}],94:[function(_dereq_,module,exports){
|
|
12976
13029
|
/* eslint-disable node/no-deprecated-api */
|
|
12977
13030
|
var buffer = _dereq_('buffer')
|
|
12978
13031
|
var Buffer = buffer.Buffer
|
|
@@ -13036,7 +13089,7 @@ SafeBuffer.allocUnsafeSlow = function (size) {
|
|
|
13036
13089
|
return buffer.SlowBuffer(size)
|
|
13037
13090
|
}
|
|
13038
13091
|
|
|
13039
|
-
},{"buffer":11}],
|
|
13092
|
+
},{"buffer":11}],95:[function(_dereq_,module,exports){
|
|
13040
13093
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
13041
13094
|
//
|
|
13042
13095
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -13333,7 +13386,7 @@ function simpleWrite(buf) {
|
|
|
13333
13386
|
function simpleEnd(buf) {
|
|
13334
13387
|
return buf && buf.length ? this.write(buf) : '';
|
|
13335
13388
|
}
|
|
13336
|
-
},{"safe-buffer":
|
|
13389
|
+
},{"safe-buffer":94}],96:[function(_dereq_,module,exports){
|
|
13337
13390
|
exports = module.exports = _dereq_('./lib/_stream_readable.js');
|
|
13338
13391
|
exports.Stream = exports;
|
|
13339
13392
|
exports.Readable = exports;
|
|
@@ -13342,7 +13395,7 @@ exports.Duplex = _dereq_('./lib/_stream_duplex.js');
|
|
|
13342
13395
|
exports.Transform = _dereq_('./lib/_stream_transform.js');
|
|
13343
13396
|
exports.PassThrough = _dereq_('./lib/_stream_passthrough.js');
|
|
13344
13397
|
|
|
13345
|
-
},{"./lib/_stream_duplex.js":
|
|
13398
|
+
},{"./lib/_stream_duplex.js":86,"./lib/_stream_passthrough.js":87,"./lib/_stream_readable.js":88,"./lib/_stream_transform.js":89,"./lib/_stream_writable.js":90}],97:[function(_dereq_,module,exports){
|
|
13346
13399
|
'use strict';
|
|
13347
13400
|
|
|
13348
13401
|
var readystate = module.exports = _dereq_('./readystate')
|
|
@@ -13417,7 +13470,7 @@ var readystate = module.exports = _dereq_('./readystate')
|
|
|
13417
13470
|
win[on](prefix +'load', change, false);
|
|
13418
13471
|
} ());
|
|
13419
13472
|
|
|
13420
|
-
},{"./readystate":
|
|
13473
|
+
},{"./readystate":98}],98:[function(_dereq_,module,exports){
|
|
13421
13474
|
'use strict';
|
|
13422
13475
|
|
|
13423
13476
|
/**
|
|
@@ -13571,7 +13624,7 @@ RS.prototype.removeAllListeners = function removeAllListeners() {
|
|
|
13571
13624
|
//
|
|
13572
13625
|
module.exports = new RS();
|
|
13573
13626
|
|
|
13574
|
-
},{}],
|
|
13627
|
+
},{}],99:[function(_dereq_,module,exports){
|
|
13575
13628
|
/**
|
|
13576
13629
|
* request-frame - requestAnimationFrame & cancelAnimationFrame polyfill for optimal cross-browser development.
|
|
13577
13630
|
* @version v1.5.3
|
|
@@ -13802,7 +13855,7 @@ return requestFrame;
|
|
|
13802
13855
|
|
|
13803
13856
|
})));
|
|
13804
13857
|
|
|
13805
|
-
},{}],
|
|
13858
|
+
},{}],100:[function(_dereq_,module,exports){
|
|
13806
13859
|
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
13807
13860
|
/* eslint-disable node/no-deprecated-api */
|
|
13808
13861
|
var buffer = _dereq_('buffer')
|
|
@@ -13869,7 +13922,7 @@ SafeBuffer.allocUnsafeSlow = function (size) {
|
|
|
13869
13922
|
return buffer.SlowBuffer(size)
|
|
13870
13923
|
}
|
|
13871
13924
|
|
|
13872
|
-
},{"buffer":11}],
|
|
13925
|
+
},{"buffer":11}],101:[function(_dereq_,module,exports){
|
|
13873
13926
|
var hasProp = Object.prototype.hasOwnProperty;
|
|
13874
13927
|
|
|
13875
13928
|
function throwsMessage(err) {
|
|
@@ -13936,7 +13989,7 @@ module.exports = function(data, replacer, space) {
|
|
|
13936
13989
|
|
|
13937
13990
|
module.exports.ensureProperties = ensureProperties;
|
|
13938
13991
|
|
|
13939
|
-
},{}],
|
|
13992
|
+
},{}],102:[function(_dereq_,module,exports){
|
|
13940
13993
|
'use strict';
|
|
13941
13994
|
|
|
13942
13995
|
var GetIntrinsic = _dereq_('get-intrinsic');
|
|
@@ -13982,7 +14035,7 @@ module.exports = function setFunctionLength(fn, length) {
|
|
|
13982
14035
|
return fn;
|
|
13983
14036
|
};
|
|
13984
14037
|
|
|
13985
|
-
},{"define-data-property":22,"es-errors/type":35,"get-intrinsic":44,"gopd":49,"has-property-descriptors":50}],
|
|
14038
|
+
},{"define-data-property":22,"es-errors/type":35,"get-intrinsic":44,"gopd":49,"has-property-descriptors":50}],103:[function(_dereq_,module,exports){
|
|
13986
14039
|
'use strict';
|
|
13987
14040
|
|
|
13988
14041
|
var GetIntrinsic = _dereq_('get-intrinsic');
|
|
@@ -14101,7 +14154,7 @@ module.exports = function getSideChannel() {
|
|
|
14101
14154
|
return channel;
|
|
14102
14155
|
};
|
|
14103
14156
|
|
|
14104
|
-
},{"call-bind/callBound":12,"es-errors/type":35,"get-intrinsic":44,"object-inspect":74}],
|
|
14157
|
+
},{"call-bind/callBound":12,"es-errors/type":35,"get-intrinsic":44,"object-inspect":74}],104:[function(_dereq_,module,exports){
|
|
14105
14158
|
module.exports = shift
|
|
14106
14159
|
|
|
14107
14160
|
function shift (stream) {
|
|
@@ -14124,7 +14177,7 @@ function getStateLength (state) {
|
|
|
14124
14177
|
return state.length
|
|
14125
14178
|
}
|
|
14126
14179
|
|
|
14127
|
-
},{}],
|
|
14180
|
+
},{}],105:[function(_dereq_,module,exports){
|
|
14128
14181
|
"use strict";
|
|
14129
14182
|
|
|
14130
14183
|
function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; }
|
|
@@ -14163,7 +14216,7 @@ Agent.prototype._setDefaults = function (request) {
|
|
|
14163
14216
|
};
|
|
14164
14217
|
module.exports = Agent;
|
|
14165
14218
|
|
|
14166
|
-
},{}],
|
|
14219
|
+
},{}],106:[function(_dereq_,module,exports){
|
|
14167
14220
|
"use strict";
|
|
14168
14221
|
|
|
14169
14222
|
function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; }
|
|
@@ -15108,7 +15161,7 @@ request.put = (url, data, fn) => {
|
|
|
15108
15161
|
return request_;
|
|
15109
15162
|
};
|
|
15110
15163
|
|
|
15111
|
-
},{"./agent-base":
|
|
15164
|
+
},{"./agent-base":105,"./request-base":107,"./response-base":108,"./utils":109,"component-emitter":17,"fast-safe-stringify":38,"qs":81}],107:[function(_dereq_,module,exports){
|
|
15112
15165
|
(function (process){(function (){
|
|
15113
15166
|
"use strict";
|
|
15114
15167
|
|
|
@@ -15849,7 +15902,7 @@ RequestBase.prototype._setTimeouts = function () {
|
|
|
15849
15902
|
};
|
|
15850
15903
|
|
|
15851
15904
|
}).call(this)}).call(this,_dereq_('_process'))
|
|
15852
|
-
},{"./utils":
|
|
15905
|
+
},{"./utils":109,"_process":79,"semver":9}],108:[function(_dereq_,module,exports){
|
|
15853
15906
|
"use strict";
|
|
15854
15907
|
|
|
15855
15908
|
/**
|
|
@@ -15970,7 +16023,7 @@ ResponseBase.prototype._setStatusProperties = function (status) {
|
|
|
15970
16023
|
this.unprocessableEntity = status === 422;
|
|
15971
16024
|
};
|
|
15972
16025
|
|
|
15973
|
-
},{"./utils":
|
|
16026
|
+
},{"./utils":109}],109:[function(_dereq_,module,exports){
|
|
15974
16027
|
"use strict";
|
|
15975
16028
|
|
|
15976
16029
|
function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; }
|
|
@@ -16094,7 +16147,7 @@ exports.mixin = (target, source) => {
|
|
|
16094
16147
|
}
|
|
16095
16148
|
};
|
|
16096
16149
|
|
|
16097
|
-
},{}],
|
|
16150
|
+
},{}],110:[function(_dereq_,module,exports){
|
|
16098
16151
|
(function (setImmediate,clearImmediate){(function (){
|
|
16099
16152
|
var nextTick = _dereq_('process/browser.js').nextTick;
|
|
16100
16153
|
var apply = Function.prototype.apply;
|
|
@@ -16173,7 +16226,7 @@ exports.clearImmediate = typeof clearImmediate === "function" ? clearImmediate :
|
|
|
16173
16226
|
delete immediateIds[id];
|
|
16174
16227
|
};
|
|
16175
16228
|
}).call(this)}).call(this,_dereq_("timers").setImmediate,_dereq_("timers").clearImmediate)
|
|
16176
|
-
},{"process/browser.js":
|
|
16229
|
+
},{"process/browser.js":79,"timers":110}],111:[function(_dereq_,module,exports){
|
|
16177
16230
|
(function (Buffer){(function (){
|
|
16178
16231
|
/*! typedarray-to-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
16179
16232
|
/**
|
|
@@ -16195,9 +16248,9 @@ module.exports = function typedarrayToBuffer (arr) {
|
|
|
16195
16248
|
}
|
|
16196
16249
|
|
|
16197
16250
|
}).call(this)}).call(this,_dereq_("buffer").Buffer)
|
|
16198
|
-
},{"buffer":11}],
|
|
16251
|
+
},{"buffer":11}],112:[function(_dereq_,module,exports){
|
|
16199
16252
|
/////////////////////////////////////////////////////////////////////////////////
|
|
16200
|
-
/* UAParser.js v1.0.
|
|
16253
|
+
/* UAParser.js v1.0.38
|
|
16201
16254
|
Copyright © 2012-2021 Faisal Salman <f@faisalman.com>
|
|
16202
16255
|
MIT License *//*
|
|
16203
16256
|
Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data.
|
|
@@ -16215,7 +16268,7 @@ module.exports = function typedarrayToBuffer (arr) {
|
|
|
16215
16268
|
/////////////
|
|
16216
16269
|
|
|
16217
16270
|
|
|
16218
|
-
var LIBVERSION = '1.0.
|
|
16271
|
+
var LIBVERSION = '1.0.38',
|
|
16219
16272
|
EMPTY = '',
|
|
16220
16273
|
UNKNOWN = '?',
|
|
16221
16274
|
FUNC_TYPE = 'function',
|
|
@@ -16421,6 +16474,8 @@ module.exports = function typedarrayToBuffer (arr) {
|
|
|
16421
16474
|
], [NAME, VERSION], [
|
|
16422
16475
|
/opios[\/ ]+([\w\.]+)/i // Opera mini on iphone >= 8.0
|
|
16423
16476
|
], [VERSION, [NAME, OPERA+' Mini']], [
|
|
16477
|
+
/\bop(?:rg)?x\/([\w\.]+)/i // Opera GX
|
|
16478
|
+
], [VERSION, [NAME, OPERA+' GX']], [
|
|
16424
16479
|
/\bopr\/([\w\.]+)/i // Opera Webkit
|
|
16425
16480
|
], [VERSION, [NAME, OPERA]], [
|
|
16426
16481
|
|
|
@@ -16439,6 +16494,8 @@ module.exports = function typedarrayToBuffer (arr) {
|
|
|
16439
16494
|
/(heytap|ovi)browser\/([\d\.]+)/i, // Heytap/Ovi
|
|
16440
16495
|
/(weibo)__([\d\.]+)/i // Weibo
|
|
16441
16496
|
], [NAME, VERSION], [
|
|
16497
|
+
/\bddg\/([\w\.]+)/i // DuckDuckGo
|
|
16498
|
+
], [VERSION, [NAME, 'DuckDuckGo']], [
|
|
16442
16499
|
/(?:\buc? ?browser|(?:juc.+)ucweb)[\/ ]?([\w\.]+)/i // UCBrowser
|
|
16443
16500
|
], [VERSION, [NAME, 'UC'+BROWSER]], [
|
|
16444
16501
|
/microm.+\bqbcore\/([\w\.]+)/i, // WeChat Desktop for Windows Built-in Browser
|
|
@@ -16498,6 +16555,7 @@ module.exports = function typedarrayToBuffer (arr) {
|
|
|
16498
16555
|
/safari (line)\/([\w\.]+)/i, // Line App for iOS
|
|
16499
16556
|
/\b(line)\/([\w\.]+)\/iab/i, // Line App for Android
|
|
16500
16557
|
/(alipay)client\/([\w\.]+)/i, // Alipay
|
|
16558
|
+
/(twitter)(?:and| f.+e\/([\w\.]+))/i, // Twitter
|
|
16501
16559
|
/(chromium|instagram|snapchat)[\/ ]([-\w\.]+)/i // Chromium/Instagram/Snapchat
|
|
16502
16560
|
], [NAME, VERSION], [
|
|
16503
16561
|
/\bgsa\/([\w\.]+) .*safari\//i // Google Search Appliance on iOS
|
|
@@ -16635,6 +16693,8 @@ module.exports = function typedarrayToBuffer (arr) {
|
|
|
16635
16693
|
/; (\w+) bui.+ oppo/i,
|
|
16636
16694
|
/\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i
|
|
16637
16695
|
], [MODEL, [VENDOR, 'OPPO'], [TYPE, MOBILE]], [
|
|
16696
|
+
/\b(opd2\d{3}a?) bui/i
|
|
16697
|
+
], [MODEL, [VENDOR, 'OPPO'], [TYPE, TABLET]], [
|
|
16638
16698
|
|
|
16639
16699
|
// Vivo
|
|
16640
16700
|
/vivo (\w+)(?: bui|\))/i,
|
|
@@ -16871,7 +16931,7 @@ module.exports = function typedarrayToBuffer (arr) {
|
|
|
16871
16931
|
], [MODEL, [VENDOR, GOOGLE], [TYPE, WEARABLE]], [
|
|
16872
16932
|
/droid.+; (wt63?0{2,3})\)/i
|
|
16873
16933
|
], [MODEL, [VENDOR, ZEBRA], [TYPE, WEARABLE]], [
|
|
16874
|
-
/(quest(
|
|
16934
|
+
/(quest( \d| pro)?)/i // Oculus Quest
|
|
16875
16935
|
], [MODEL, [VENDOR, FACEBOOK], [TYPE, WEARABLE]], [
|
|
16876
16936
|
|
|
16877
16937
|
///////////////////
|
|
@@ -17063,7 +17123,7 @@ module.exports = function typedarrayToBuffer (arr) {
|
|
|
17063
17123
|
_os[NAME] = undefined;
|
|
17064
17124
|
_os[VERSION] = undefined;
|
|
17065
17125
|
rgxMapper.call(_os, _ua, _rgxmap.os);
|
|
17066
|
-
if (_isSelfNav && !_os[NAME] && _uach && _uach.platform != 'Unknown') {
|
|
17126
|
+
if (_isSelfNav && !_os[NAME] && _uach && _uach.platform && _uach.platform != 'Unknown') {
|
|
17067
17127
|
_os[NAME] = _uach.platform
|
|
17068
17128
|
.replace(/chrome os/i, CHROMIUM_OS)
|
|
17069
17129
|
.replace(/macos/i, MAC_OS); // backward compatibility
|
|
@@ -17143,7 +17203,7 @@ module.exports = function typedarrayToBuffer (arr) {
|
|
|
17143
17203
|
|
|
17144
17204
|
})(typeof window === 'object' ? window : this);
|
|
17145
17205
|
|
|
17146
|
-
},{}],
|
|
17206
|
+
},{}],113:[function(_dereq_,module,exports){
|
|
17147
17207
|
(function (global){(function (){
|
|
17148
17208
|
|
|
17149
17209
|
/**
|
|
@@ -17214,14 +17274,14 @@ function config (name) {
|
|
|
17214
17274
|
}
|
|
17215
17275
|
|
|
17216
17276
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
17217
|
-
},{}],
|
|
17277
|
+
},{}],114:[function(_dereq_,module,exports){
|
|
17218
17278
|
module.exports = function isBuffer(arg) {
|
|
17219
17279
|
return arg && typeof arg === 'object'
|
|
17220
17280
|
&& typeof arg.copy === 'function'
|
|
17221
17281
|
&& typeof arg.fill === 'function'
|
|
17222
17282
|
&& typeof arg.readUInt8 === 'function';
|
|
17223
17283
|
}
|
|
17224
|
-
},{}],
|
|
17284
|
+
},{}],115:[function(_dereq_,module,exports){
|
|
17225
17285
|
// Currently in sync with Node.js lib/internal/util/types.js
|
|
17226
17286
|
// https://github.com/nodejs/node/commit/112cc7c27551254aa2b17098fb774867f05ed0d9
|
|
17227
17287
|
|
|
@@ -17557,7 +17617,7 @@ exports.isAnyArrayBuffer = isAnyArrayBuffer;
|
|
|
17557
17617
|
});
|
|
17558
17618
|
});
|
|
17559
17619
|
|
|
17560
|
-
},{"is-arguments":65,"is-generator-function":68,"is-typed-array":70,"which-typed-array":
|
|
17620
|
+
},{"is-arguments":65,"is-generator-function":68,"is-typed-array":70,"which-typed-array":121}],116:[function(_dereq_,module,exports){
|
|
17561
17621
|
(function (process){(function (){
|
|
17562
17622
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
17563
17623
|
//
|
|
@@ -18276,7 +18336,7 @@ function callbackify(original) {
|
|
|
18276
18336
|
exports.callbackify = callbackify;
|
|
18277
18337
|
|
|
18278
18338
|
}).call(this)}).call(this,_dereq_('_process'))
|
|
18279
|
-
},{"./support/isBuffer":
|
|
18339
|
+
},{"./support/isBuffer":114,"./support/types":115,"_process":79,"inherits":61}],117:[function(_dereq_,module,exports){
|
|
18280
18340
|
'use strict';
|
|
18281
18341
|
|
|
18282
18342
|
// FUNCTIONS //
|
|
@@ -18302,7 +18362,7 @@ function isFloat32Array( value ) {
|
|
|
18302
18362
|
|
|
18303
18363
|
module.exports = isFloat32Array;
|
|
18304
18364
|
|
|
18305
|
-
},{}],
|
|
18365
|
+
},{}],118:[function(_dereq_,module,exports){
|
|
18306
18366
|
(function (process,Buffer){(function (){
|
|
18307
18367
|
var stream = _dereq_('readable-stream')
|
|
18308
18368
|
var eos = _dereq_('end-of-stream')
|
|
@@ -18540,7 +18600,7 @@ Duplexify.prototype.end = function(data, enc, cb) {
|
|
|
18540
18600
|
module.exports = Duplexify
|
|
18541
18601
|
|
|
18542
18602
|
}).call(this)}).call(this,_dereq_('_process'),_dereq_("buffer").Buffer)
|
|
18543
|
-
},{"_process":
|
|
18603
|
+
},{"_process":79,"buffer":11,"end-of-stream":28,"inherits":61,"readable-stream":96,"stream-shift":104}],119:[function(_dereq_,module,exports){
|
|
18544
18604
|
(function (process,global){(function (){
|
|
18545
18605
|
'use strict'
|
|
18546
18606
|
|
|
@@ -18733,7 +18793,7 @@ function WebSocketStream(target, protocols, options) {
|
|
|
18733
18793
|
}
|
|
18734
18794
|
|
|
18735
18795
|
}).call(this)}).call(this,_dereq_('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
18736
|
-
},{"_process":
|
|
18796
|
+
},{"_process":79,"duplexify":118,"readable-stream":96,"safe-buffer":100,"ws":120}],120:[function(_dereq_,module,exports){
|
|
18737
18797
|
|
|
18738
18798
|
var ws = null
|
|
18739
18799
|
|
|
@@ -18747,7 +18807,7 @@ if (typeof WebSocket !== 'undefined') {
|
|
|
18747
18807
|
|
|
18748
18808
|
module.exports = ws
|
|
18749
18809
|
|
|
18750
|
-
},{}],
|
|
18810
|
+
},{}],121:[function(_dereq_,module,exports){
|
|
18751
18811
|
(function (global){(function (){
|
|
18752
18812
|
'use strict';
|
|
18753
18813
|
|
|
@@ -18757,6 +18817,7 @@ var callBind = _dereq_('call-bind');
|
|
|
18757
18817
|
var callBound = _dereq_('call-bind/callBound');
|
|
18758
18818
|
var gOPD = _dereq_('gopd');
|
|
18759
18819
|
|
|
18820
|
+
/** @type {(O: object) => string} */
|
|
18760
18821
|
var $toString = callBound('Object.prototype.toString');
|
|
18761
18822
|
var hasToStringTag = _dereq_('has-tostringtag/shams')();
|
|
18762
18823
|
|
|
@@ -18766,7 +18827,8 @@ var typedArrays = availableTypedArrays();
|
|
|
18766
18827
|
var $slice = callBound('String.prototype.slice');
|
|
18767
18828
|
var getPrototypeOf = Object.getPrototypeOf; // require('getprototypeof');
|
|
18768
18829
|
|
|
18769
|
-
|
|
18830
|
+
/** @type {<T = unknown>(array: readonly T[], value: unknown) => number} */
|
|
18831
|
+
var $indexOf = callBound('Array.prototype.indexOf', true) || function indexOf(array, value) {
|
|
18770
18832
|
for (var i = 0; i < array.length; i += 1) {
|
|
18771
18833
|
if (array[i] === value) {
|
|
18772
18834
|
return i;
|
|
@@ -18775,9 +18837,8 @@ var $indexOf = callBound('Array.prototype.indexOf', true) || /** @type {(array:
|
|
|
18775
18837
|
return -1;
|
|
18776
18838
|
};
|
|
18777
18839
|
|
|
18778
|
-
/** @typedef {
|
|
18779
|
-
/** @
|
|
18780
|
-
/** @type {{ [k in `\$${TypedArrayName}`]?: (receiver: TypedArray) => string | typeof Uint8Array.prototype.slice.call | typeof Uint8Array.prototype.set.call } & { __proto__: null }} */
|
|
18840
|
+
/** @typedef {(receiver: import('.').TypedArray) => string | typeof Uint8Array.prototype.slice.call | typeof Uint8Array.prototype.set.call} Getter */
|
|
18841
|
+
/** @type {{ [k in `\$${import('.').TypedArrayName}`]?: Getter } & { __proto__: null }} */
|
|
18781
18842
|
var cache = { __proto__: null };
|
|
18782
18843
|
if (hasToStringTag && gOPD && getPrototypeOf) {
|
|
18783
18844
|
forEach(typedArrays, function (typedArray) {
|
|
@@ -18806,13 +18867,14 @@ if (hasToStringTag && gOPD && getPrototypeOf) {
|
|
|
18806
18867
|
});
|
|
18807
18868
|
}
|
|
18808
18869
|
|
|
18809
|
-
/** @type {import('.')} */
|
|
18870
|
+
/** @type {(value: object) => false | import('.').TypedArrayName} */
|
|
18810
18871
|
var tryTypedArrays = function tryAllTypedArrays(value) {
|
|
18811
|
-
/** @type {ReturnType<tryAllTypedArrays>} */ var found = false;
|
|
18872
|
+
/** @type {ReturnType<typeof tryAllTypedArrays>} */ var found = false;
|
|
18812
18873
|
forEach(
|
|
18813
18874
|
// eslint-disable-next-line no-extra-parens
|
|
18814
|
-
/** @type {Record<`\$${TypedArrayName}`,
|
|
18815
|
-
/** @type {(getter:
|
|
18875
|
+
/** @type {Record<`\$${TypedArrayName}`, Getter>} */ /** @type {any} */ (cache),
|
|
18876
|
+
/** @type {(getter: Getter, name: `\$${import('.').TypedArrayName}`) => void} */
|
|
18877
|
+
function (getter, typedArray) {
|
|
18816
18878
|
if (!found) {
|
|
18817
18879
|
try {
|
|
18818
18880
|
// @ts-expect-error TODO: fix
|
|
@@ -18826,16 +18888,16 @@ var tryTypedArrays = function tryAllTypedArrays(value) {
|
|
|
18826
18888
|
return found;
|
|
18827
18889
|
};
|
|
18828
18890
|
|
|
18829
|
-
/** @type {import('.')} */
|
|
18891
|
+
/** @type {(value: object) => false | import('.').TypedArrayName} */
|
|
18830
18892
|
var trySlices = function tryAllSlices(value) {
|
|
18831
|
-
/** @type {ReturnType<tryAllSlices>} */ var found = false;
|
|
18893
|
+
/** @type {ReturnType<typeof tryAllSlices>} */ var found = false;
|
|
18832
18894
|
forEach(
|
|
18833
18895
|
// eslint-disable-next-line no-extra-parens
|
|
18834
|
-
/** @type {any} */ (cache),
|
|
18835
|
-
/** @type {(getter: typeof cache, name: `\$${TypedArrayName}`) => void} */ function (getter, name) {
|
|
18896
|
+
/** @type {Record<`\$${TypedArrayName}`, Getter>} */ /** @type {any} */ (cache),
|
|
18897
|
+
/** @type {(getter: typeof cache, name: `\$${import('.').TypedArrayName}`) => void} */ function (getter, name) {
|
|
18836
18898
|
if (!found) {
|
|
18837
18899
|
try {
|
|
18838
|
-
|
|
18900
|
+
// @ts-expect-error TODO: fix
|
|
18839
18901
|
getter(value);
|
|
18840
18902
|
found = $slice(name, 1);
|
|
18841
18903
|
} catch (e) { /**/ }
|
|
@@ -18849,6 +18911,7 @@ var trySlices = function tryAllSlices(value) {
|
|
|
18849
18911
|
module.exports = function whichTypedArray(value) {
|
|
18850
18912
|
if (!value || typeof value !== 'object') { return false; }
|
|
18851
18913
|
if (!hasToStringTag) {
|
|
18914
|
+
/** @type {string} */
|
|
18852
18915
|
var tag = $slice($toString(value), 8, -1);
|
|
18853
18916
|
if ($indexOf(typedArrays, tag) > -1) {
|
|
18854
18917
|
return tag;
|
|
@@ -18864,7 +18927,7 @@ module.exports = function whichTypedArray(value) {
|
|
|
18864
18927
|
};
|
|
18865
18928
|
|
|
18866
18929
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
18867
|
-
},{"available-typed-arrays":7,"call-bind":13,"call-bind/callBound":12,"for-each":40,"gopd":49,"has-tostringtag/shams":54}],
|
|
18930
|
+
},{"available-typed-arrays":7,"call-bind":13,"call-bind/callBound":12,"for-each":40,"gopd":49,"has-tostringtag/shams":54}],122:[function(_dereq_,module,exports){
|
|
18868
18931
|
// Returns a wrapper function that returns a wrapped callback
|
|
18869
18932
|
// The wrapper function should do some stuff, and return a
|
|
18870
18933
|
// presumably different callback function.
|
|
@@ -18899,10 +18962,10 @@ function wrappy (fn, cb) {
|
|
|
18899
18962
|
}
|
|
18900
18963
|
}
|
|
18901
18964
|
|
|
18902
|
-
},{}],
|
|
18965
|
+
},{}],123:[function(_dereq_,module,exports){
|
|
18903
18966
|
module.exports={
|
|
18904
18967
|
"name": "videomail-client",
|
|
18905
|
-
"version": "8.0.
|
|
18968
|
+
"version": "8.0.2",
|
|
18906
18969
|
"description": "A wicked npm package to record videos directly in the browser, wohooo!",
|
|
18907
18970
|
"author": "Michael Heuberger <michael.heuberger@binarykitchen.com>",
|
|
18908
18971
|
"contributors": [
|
|
@@ -18948,24 +19011,24 @@ module.exports={
|
|
|
18948
19011
|
"recorder"
|
|
18949
19012
|
],
|
|
18950
19013
|
"dependencies": {
|
|
18951
|
-
"@babel/core": "7.
|
|
19014
|
+
"@babel/core": "7.24.7",
|
|
18952
19015
|
"add-eventlistener-with-options": "1.25.5",
|
|
18953
19016
|
"animitter": "3.0.0",
|
|
18954
19017
|
"audio-sample": "3.0.1",
|
|
18955
19018
|
"canvas-to-buffer": "3.0.1",
|
|
18956
19019
|
"classlist.js": "1.1.20150312",
|
|
18957
19020
|
"contains": "0.1.1",
|
|
18958
|
-
"core-js": "3.
|
|
19021
|
+
"core-js": "3.37.1",
|
|
18959
19022
|
"create-error": "0.3.1",
|
|
18960
19023
|
"deepmerge": "4.3.1",
|
|
18961
19024
|
"defined": "1.0.1",
|
|
18962
19025
|
"despot": "1.1.3",
|
|
18963
19026
|
"document-visibility": "1.0.1",
|
|
18964
19027
|
"element-closest": "3.0.2",
|
|
18965
|
-
"filesize": "10.1.
|
|
19028
|
+
"filesize": "10.1.2",
|
|
18966
19029
|
"get-form-data": "3.0.0",
|
|
18967
19030
|
"hidden": "1.1.1",
|
|
18968
|
-
"humanize-duration": "3.
|
|
19031
|
+
"humanize-duration": "3.32.1",
|
|
18969
19032
|
"hyperscript": "2.0.2",
|
|
18970
19033
|
"insert-css": "2.0.0",
|
|
18971
19034
|
"iphone-inline-video": "2.2.2",
|
|
@@ -18976,28 +19039,28 @@ module.exports={
|
|
|
18976
19039
|
"request-frame": "1.5.3",
|
|
18977
19040
|
"safe-json-stringify": "1.2.0",
|
|
18978
19041
|
"superagent": "8.1.2",
|
|
18979
|
-
"ua-parser-js": "1.0.
|
|
19042
|
+
"ua-parser-js": "1.0.38",
|
|
18980
19043
|
"websocket-stream": "5.5.2"
|
|
18981
19044
|
},
|
|
18982
19045
|
"devDependencies": {
|
|
18983
|
-
"@babel/eslint-parser": "7.
|
|
18984
|
-
"@babel/plugin-transform-runtime": "7.
|
|
18985
|
-
"@babel/preset-env": "7.
|
|
19046
|
+
"@babel/eslint-parser": "7.24.7",
|
|
19047
|
+
"@babel/plugin-transform-runtime": "7.24.7",
|
|
19048
|
+
"@babel/preset-env": "7.24.7",
|
|
18986
19049
|
"audit-ci": "6.6.1",
|
|
18987
|
-
"autoprefixer": "10.4.
|
|
19050
|
+
"autoprefixer": "10.4.19",
|
|
18988
19051
|
"babelify": "10.0.0",
|
|
18989
19052
|
"body-parser": "1.20.2",
|
|
18990
19053
|
"browserify": "17.0.0",
|
|
18991
19054
|
"connect-send-json": "1.0.0",
|
|
18992
|
-
"cssnano": "6.0.
|
|
19055
|
+
"cssnano": "6.0.5",
|
|
18993
19056
|
"del": "6.1.1",
|
|
18994
|
-
"eslint": "8.
|
|
19057
|
+
"eslint": "8.57.0",
|
|
18995
19058
|
"eslint-config-prettier": "9.1.0",
|
|
18996
19059
|
"eslint-plugin-import": "2.29.1",
|
|
18997
19060
|
"eslint-plugin-node": "11.1.0",
|
|
18998
|
-
"eslint-plugin-promise": "6.
|
|
19061
|
+
"eslint-plugin-promise": "6.2.0",
|
|
18999
19062
|
"fancy-log": "2.0.0",
|
|
19000
|
-
"glob": "10.
|
|
19063
|
+
"glob": "10.4.2",
|
|
19001
19064
|
"gulp": "4.0.2",
|
|
19002
19065
|
"gulp-bump": "3.2.0",
|
|
19003
19066
|
"gulp-bytediff": "1.0.0",
|
|
@@ -19016,10 +19079,10 @@ module.exports={
|
|
|
19016
19079
|
"gulp-todo": "7.1.1",
|
|
19017
19080
|
"minimist": "1.2.8",
|
|
19018
19081
|
"nib": "1.2.0",
|
|
19019
|
-
"postcss": "8.4.
|
|
19020
|
-
"prettier": "3.2
|
|
19082
|
+
"postcss": "8.4.38",
|
|
19083
|
+
"prettier": "3.3.2",
|
|
19021
19084
|
"router": "1.3.8",
|
|
19022
|
-
"tape": "5.
|
|
19085
|
+
"tape": "5.8.1",
|
|
19023
19086
|
"tape-catch": "1.0.6",
|
|
19024
19087
|
"tape-run": "11.0.0",
|
|
19025
19088
|
"vinyl-buffer": "1.0.1",
|
|
@@ -19028,7 +19091,7 @@ module.exports={
|
|
|
19028
19091
|
}
|
|
19029
19092
|
}
|
|
19030
19093
|
|
|
19031
|
-
},{}],
|
|
19094
|
+
},{}],124:[function(_dereq_,module,exports){
|
|
19032
19095
|
"use strict";
|
|
19033
19096
|
|
|
19034
19097
|
var _interopRequireDefault = _dereq_("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -19203,7 +19266,7 @@ Object.keys(_constants.default.public).forEach(function (name) {
|
|
|
19203
19266
|
VideomailClient.events = _events.default;
|
|
19204
19267
|
var _default = exports.default = VideomailClient;
|
|
19205
19268
|
|
|
19206
|
-
},{"./constants":
|
|
19269
|
+
},{"./constants":125,"./events":126,"./options":127,"./resource":128,"./util/browser":130,"./util/collectLogger":131,"./util/eventEmitter":132,"./wrappers/container":139,"./wrappers/optionsWrapper":142,"./wrappers/visuals/replay":152,"@babel/runtime/helpers/interopRequireDefault":1,"deepmerge":21,"readystate":97,"util":116}],125:[function(_dereq_,module,exports){
|
|
19207
19270
|
"use strict";
|
|
19208
19271
|
|
|
19209
19272
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -19220,7 +19283,7 @@ var _default = exports.default = {
|
|
|
19220
19283
|
}
|
|
19221
19284
|
};
|
|
19222
19285
|
|
|
19223
|
-
},{}],
|
|
19286
|
+
},{}],126:[function(_dereq_,module,exports){
|
|
19224
19287
|
"use strict";
|
|
19225
19288
|
|
|
19226
19289
|
var _interopRequireDefault = _dereq_("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -19315,7 +19378,7 @@ var _default = exports.default = (0, _keymirror.default)({
|
|
|
19315
19378
|
SERVER_READY: null // Gets emitted when the ready command is sent through sockets from the server for recording
|
|
19316
19379
|
});
|
|
19317
19380
|
|
|
19318
|
-
},{"@babel/runtime/helpers/interopRequireDefault":1,"keymirror":72}],
|
|
19381
|
+
},{"@babel/runtime/helpers/interopRequireDefault":1,"keymirror":72}],127:[function(_dereq_,module,exports){
|
|
19319
19382
|
(function (process){(function (){
|
|
19320
19383
|
"use strict";
|
|
19321
19384
|
|
|
@@ -19514,7 +19577,7 @@ var _default = exports.default = {
|
|
|
19514
19577
|
};
|
|
19515
19578
|
|
|
19516
19579
|
}).call(this)}).call(this,_dereq_('_process'))
|
|
19517
|
-
},{"../../package.json":
|
|
19580
|
+
},{"../../package.json":123,"_process":79}],128:[function(_dereq_,module,exports){
|
|
19518
19581
|
"use strict";
|
|
19519
19582
|
|
|
19520
19583
|
var _interopRequireDefault = _dereq_("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -19667,7 +19730,7 @@ function _default(options) {
|
|
|
19667
19730
|
};
|
|
19668
19731
|
}
|
|
19669
19732
|
|
|
19670
|
-
},{"./constants":
|
|
19733
|
+
},{"./constants":125,"@babel/runtime/helpers/interopRequireDefault":1,"superagent":106}],129:[function(_dereq_,module,exports){
|
|
19671
19734
|
"use strict";
|
|
19672
19735
|
|
|
19673
19736
|
var _interopRequireDefault = _dereq_("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -19794,7 +19857,7 @@ function _default(userMedia, options) {
|
|
|
19794
19857
|
};
|
|
19795
19858
|
}
|
|
19796
19859
|
|
|
19797
|
-
},{"./browser":
|
|
19860
|
+
},{"./browser":130,"./videomailError":137,"@babel/runtime/helpers/interopRequireDefault":1,"audio-sample":6,"is-power-of-two":69}],130:[function(_dereq_,module,exports){
|
|
19798
19861
|
"use strict";
|
|
19799
19862
|
|
|
19800
19863
|
var _interopRequireDefault = _dereq_("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -20030,7 +20093,7 @@ var Browser = function Browser(options) {
|
|
|
20030
20093
|
};
|
|
20031
20094
|
var _default = exports.default = Browser;
|
|
20032
20095
|
|
|
20033
|
-
},{"./videomailError":
|
|
20096
|
+
},{"./videomailError":137,"@babel/runtime/helpers/interopRequireDefault":1,"@babel/runtime/helpers/typeof":2,"defined":23,"ua-parser-js":112}],131:[function(_dereq_,module,exports){
|
|
20034
20097
|
"use strict";
|
|
20035
20098
|
|
|
20036
20099
|
var _interopRequireDefault = _dereq_("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -20095,7 +20158,7 @@ function _default() {
|
|
|
20095
20158
|
};
|
|
20096
20159
|
}
|
|
20097
20160
|
|
|
20098
|
-
},{"./browser":
|
|
20161
|
+
},{"./browser":130,"@babel/runtime/helpers/interopRequireDefault":1,"util":116}],132:[function(_dereq_,module,exports){
|
|
20099
20162
|
"use strict";
|
|
20100
20163
|
|
|
20101
20164
|
var _interopRequireDefault = _dereq_("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -20159,7 +20222,7 @@ function _default(options, name) {
|
|
|
20159
20222
|
};
|
|
20160
20223
|
}
|
|
20161
20224
|
|
|
20162
|
-
},{"./../events":
|
|
20225
|
+
},{"./../events":126,"./videomailError":137,"@babel/runtime/helpers/interopRequireDefault":1,"despot":24}],133:[function(_dereq_,module,exports){
|
|
20163
20226
|
"use strict";
|
|
20164
20227
|
|
|
20165
20228
|
var _interopRequireDefault = _dereq_("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -20181,7 +20244,7 @@ var _default = exports.default = {
|
|
|
20181
20244
|
}
|
|
20182
20245
|
};
|
|
20183
20246
|
|
|
20184
|
-
},{"@babel/runtime/helpers/interopRequireDefault":1,"filesize":39,"humanize-duration":57}],
|
|
20247
|
+
},{"@babel/runtime/helpers/interopRequireDefault":1,"filesize":39,"humanize-duration":57}],134:[function(_dereq_,module,exports){
|
|
20185
20248
|
"use strict";
|
|
20186
20249
|
|
|
20187
20250
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -20279,7 +20342,7 @@ var _default = exports.default = [
|
|
|
20279
20342
|
// 'timeupdate'
|
|
20280
20343
|
];
|
|
20281
20344
|
|
|
20282
|
-
},{}],
|
|
20345
|
+
},{}],135:[function(_dereq_,module,exports){
|
|
20283
20346
|
"use strict";
|
|
20284
20347
|
|
|
20285
20348
|
var _interopRequireDefault = _dereq_("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -20345,7 +20408,7 @@ function _default(anything, options) {
|
|
|
20345
20408
|
return anything.toString();
|
|
20346
20409
|
}
|
|
20347
20410
|
|
|
20348
|
-
},{"@babel/runtime/helpers/interopRequireDefault":1,"@babel/runtime/helpers/typeof":2,"safe-json-stringify":
|
|
20411
|
+
},{"@babel/runtime/helpers/interopRequireDefault":1,"@babel/runtime/helpers/typeof":2,"safe-json-stringify":101}],136:[function(_dereq_,module,exports){
|
|
20349
20412
|
"use strict";
|
|
20350
20413
|
|
|
20351
20414
|
var _interopRequireDefault = _dereq_("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -20400,7 +20463,7 @@ function _default() {
|
|
|
20400
20463
|
}
|
|
20401
20464
|
}
|
|
20402
20465
|
|
|
20403
|
-
},{"@babel/runtime/helpers/interopRequireDefault":1,"classlist.js":16,"request-frame":
|
|
20466
|
+
},{"@babel/runtime/helpers/interopRequireDefault":1,"classlist.js":16,"request-frame":99}],137:[function(_dereq_,module,exports){
|
|
20404
20467
|
"use strict";
|
|
20405
20468
|
|
|
20406
20469
|
var _interopRequireDefault = _dereq_("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -20773,7 +20836,7 @@ VideomailError.create = function (err, explanation, options, parameters) {
|
|
|
20773
20836
|
};
|
|
20774
20837
|
var _default = exports.default = VideomailError;
|
|
20775
20838
|
|
|
20776
|
-
},{"./../resource":
|
|
20839
|
+
},{"./../resource":128,"./browser":130,"./pretty":135,"@babel/runtime/helpers/interopRequireDefault":1,"@babel/runtime/helpers/typeof":2,"create-error":20,"util":116}],138:[function(_dereq_,module,exports){
|
|
20777
20840
|
"use strict";
|
|
20778
20841
|
|
|
20779
20842
|
var _interopRequireDefault = _dereq_("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -21265,7 +21328,7 @@ var Buttons = function Buttons(container, options) {
|
|
|
21265
21328
|
_util.default.inherits(Buttons, _eventEmitter.default);
|
|
21266
21329
|
var _default = exports.default = Buttons;
|
|
21267
21330
|
|
|
21268
|
-
},{"../events":
|
|
21331
|
+
},{"../events":126,"../util/eventEmitter":132,"@babel/runtime/helpers/interopRequireDefault":1,"contains":18,"hidden":56,"hyperscript":58,"util":116}],139:[function(_dereq_,module,exports){
|
|
21269
21332
|
"use strict";
|
|
21270
21333
|
|
|
21271
21334
|
var _interopRequireDefault = _dereq_("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -21897,7 +21960,7 @@ var Container = function Container(options) {
|
|
|
21897
21960
|
_util.default.inherits(Container, _eventEmitter.default);
|
|
21898
21961
|
var _default = exports.default = Container;
|
|
21899
21962
|
|
|
21900
|
-
},{"../../styles/css/main.min.css.js":
|
|
21963
|
+
},{"../../styles/css/main.min.css.js":154,"../events":126,"../resource":128,"../util/eventEmitter":132,"../util/videomailError":137,"./buttons":138,"./dimension":140,"./form":141,"./optionsWrapper":142,"./visuals":143,"@babel/runtime/helpers/interopRequireDefault":1,"document-visibility":25,"element-closest":27,"hidden":56,"insert-css":62,"util":116}],140:[function(_dereq_,module,exports){
|
|
21901
21964
|
"use strict";
|
|
21902
21965
|
|
|
21903
21966
|
var _interopRequireDefault = _dereq_("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -22009,7 +22072,7 @@ var _default = exports.default = {
|
|
|
22009
22072
|
}
|
|
22010
22073
|
};
|
|
22011
22074
|
|
|
22012
|
-
},{"./../util/videomailError":
|
|
22075
|
+
},{"./../util/videomailError":137,"@babel/runtime/helpers/interopRequireDefault":1,"number-is-integer":73}],141:[function(_dereq_,module,exports){
|
|
22013
22076
|
"use strict";
|
|
22014
22077
|
|
|
22015
22078
|
var _interopRequireDefault = _dereq_("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -22251,7 +22314,7 @@ var Form = function Form(container, formElement, options) {
|
|
|
22251
22314
|
_util.default.inherits(Form, _eventEmitter.default);
|
|
22252
22315
|
var _default = exports.default = Form;
|
|
22253
22316
|
|
|
22254
|
-
},{"../events":
|
|
22317
|
+
},{"../events":126,"../util/eventEmitter":132,"../util/videomailError":137,"@babel/runtime/helpers/interopRequireDefault":1,"get-form-data":43,"hidden":56,"hyperscript":58,"util":116}],142:[function(_dereq_,module,exports){
|
|
22255
22318
|
"use strict";
|
|
22256
22319
|
|
|
22257
22320
|
var _interopRequireDefault = _dereq_("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -22322,7 +22385,7 @@ var _default = exports.default = {
|
|
|
22322
22385
|
}
|
|
22323
22386
|
};
|
|
22324
22387
|
|
|
22325
|
-
},{"@babel/runtime/helpers/interopRequireDefault":1,"deepmerge":21}],
|
|
22388
|
+
},{"@babel/runtime/helpers/interopRequireDefault":1,"deepmerge":21}],143:[function(_dereq_,module,exports){
|
|
22326
22389
|
"use strict";
|
|
22327
22390
|
|
|
22328
22391
|
var _interopRequireDefault = _dereq_("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -22645,7 +22708,7 @@ var Visuals = function Visuals(container, options) {
|
|
|
22645
22708
|
_util.default.inherits(Visuals, _eventEmitter.default);
|
|
22646
22709
|
var _default = exports.default = Visuals;
|
|
22647
22710
|
|
|
22648
|
-
},{"../events":
|
|
22711
|
+
},{"../events":126,"../util/eventEmitter":132,"./visuals/inside/recorderInsides":149,"./visuals/notifier":150,"./visuals/recorder":151,"./visuals/replay":152,"@babel/runtime/helpers/interopRequireDefault":1,"hidden":56,"hyperscript":58,"util":116}],144:[function(_dereq_,module,exports){
|
|
22649
22712
|
"use strict";
|
|
22650
22713
|
|
|
22651
22714
|
var _interopRequireDefault = _dereq_("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -22719,7 +22782,7 @@ function _default(visuals, options) {
|
|
|
22719
22782
|
};
|
|
22720
22783
|
}
|
|
22721
22784
|
|
|
22722
|
-
},{"@babel/runtime/helpers/interopRequireDefault":1,"hidden":56,"hyperscript":58}],
|
|
22785
|
+
},{"@babel/runtime/helpers/interopRequireDefault":1,"hidden":56,"hyperscript":58}],145:[function(_dereq_,module,exports){
|
|
22723
22786
|
"use strict";
|
|
22724
22787
|
|
|
22725
22788
|
var _interopRequireDefault = _dereq_("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -22768,7 +22831,7 @@ function _default(visuals, options) {
|
|
|
22768
22831
|
};
|
|
22769
22832
|
}
|
|
22770
22833
|
|
|
22771
|
-
},{"./../../../../events":
|
|
22834
|
+
},{"./../../../../events":126,"./../../../../util/eventEmitter":132,"@babel/runtime/helpers/interopRequireDefault":1,"hidden":56,"hyperscript":58}],146:[function(_dereq_,module,exports){
|
|
22772
22835
|
"use strict";
|
|
22773
22836
|
|
|
22774
22837
|
var _interopRequireDefault = _dereq_("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -22821,7 +22884,7 @@ function _default(visuals, options) {
|
|
|
22821
22884
|
};
|
|
22822
22885
|
}
|
|
22823
22886
|
|
|
22824
|
-
},{"./../../../../util/videomailError":
|
|
22887
|
+
},{"./../../../../util/videomailError":137,"@babel/runtime/helpers/interopRequireDefault":1,"hidden":56,"hyperscript":58}],147:[function(_dereq_,module,exports){
|
|
22825
22888
|
"use strict";
|
|
22826
22889
|
|
|
22827
22890
|
var _interopRequireDefault = _dereq_("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -22862,7 +22925,7 @@ function _default(visuals) {
|
|
|
22862
22925
|
};
|
|
22863
22926
|
}
|
|
22864
22927
|
|
|
22865
|
-
},{"@babel/runtime/helpers/interopRequireDefault":1,"hidden":56,"hyperscript":58}],
|
|
22928
|
+
},{"@babel/runtime/helpers/interopRequireDefault":1,"hidden":56,"hyperscript":58}],148:[function(_dereq_,module,exports){
|
|
22866
22929
|
"use strict";
|
|
22867
22930
|
|
|
22868
22931
|
var _interopRequireDefault = _dereq_("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -22982,7 +23045,7 @@ function _default(visuals, recordNote, options) {
|
|
|
22982
23045
|
};
|
|
22983
23046
|
}
|
|
22984
23047
|
|
|
22985
|
-
},{"@babel/runtime/helpers/interopRequireDefault":1,"hidden":56,"hyperscript":58}],
|
|
23048
|
+
},{"@babel/runtime/helpers/interopRequireDefault":1,"hidden":56,"hyperscript":58}],149:[function(_dereq_,module,exports){
|
|
22986
23049
|
"use strict";
|
|
22987
23050
|
|
|
22988
23051
|
var _interopRequireDefault = _dereq_("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -23096,7 +23159,7 @@ var RecorderInsides = function RecorderInsides(visuals, options) {
|
|
|
23096
23159
|
_util.default.inherits(RecorderInsides, _eventEmitter.default);
|
|
23097
23160
|
var _default = exports.default = RecorderInsides;
|
|
23098
23161
|
|
|
23099
|
-
},{"./../../../events":
|
|
23162
|
+
},{"./../../../events":126,"./../../../util/browser":130,"./../../../util/eventEmitter":132,"./recorder/countdown":144,"./recorder/facingMode":145,"./recorder/pausedNote":146,"./recorder/recordNote":147,"./recorder/recordTimer":148,"@babel/runtime/helpers/interopRequireDefault":1,"util":116}],150:[function(_dereq_,module,exports){
|
|
23100
23163
|
"use strict";
|
|
23101
23164
|
|
|
23102
23165
|
var _interopRequireDefault = _dereq_("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -23349,7 +23412,7 @@ var Notifier = function Notifier(visuals, options) {
|
|
|
23349
23412
|
_util.default.inherits(Notifier, _eventEmitter.default);
|
|
23350
23413
|
var _default = exports.default = Notifier;
|
|
23351
23414
|
|
|
23352
|
-
},{"../../events":
|
|
23415
|
+
},{"../../events":126,"../../util/eventEmitter":132,"@babel/runtime/helpers/interopRequireDefault":1,"hidden":56,"hyperscript":58,"util":116}],151:[function(_dereq_,module,exports){
|
|
23353
23416
|
(function (Buffer){(function (){
|
|
23354
23417
|
"use strict";
|
|
23355
23418
|
|
|
@@ -24421,7 +24484,7 @@ _util.default.inherits(Recorder, _eventEmitter.default);
|
|
|
24421
24484
|
var _default = exports.default = Recorder;
|
|
24422
24485
|
|
|
24423
24486
|
}).call(this)}).call(this,_dereq_("buffer").Buffer)
|
|
24424
|
-
},{"../../constants":
|
|
24487
|
+
},{"../../constants":125,"../../events":126,"../../util/browser":130,"../../util/eventEmitter":132,"../../util/humanize":133,"../../util/pretty":135,"../../util/videomailError":137,"./userMedia":153,"@babel/runtime/helpers/interopRequireDefault":1,"animitter":4,"buffer":11,"canvas-to-buffer":14,"deepmerge":21,"hidden":56,"hyperscript":58,"safe-json-stringify":101,"util":116,"websocket-stream":119}],152:[function(_dereq_,module,exports){
|
|
24425
24488
|
"use strict";
|
|
24426
24489
|
|
|
24427
24490
|
var _interopRequireDefault = _dereq_("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -24706,7 +24769,7 @@ var Replay = function Replay(parentElement, options) {
|
|
|
24706
24769
|
_util.default.inherits(Replay, _eventEmitter.default);
|
|
24707
24770
|
var _default = exports.default = Replay;
|
|
24708
24771
|
|
|
24709
|
-
},{"../../events":
|
|
24772
|
+
},{"../../events":126,"../../util/browser":130,"../../util/eventEmitter":132,"../../util/videomailError":137,"@babel/runtime/helpers/interopRequireDefault":1,"add-eventlistener-with-options":3,"hidden":56,"hyperscript":58,"iphone-inline-video":64,"util":116}],153:[function(_dereq_,module,exports){
|
|
24710
24773
|
"use strict";
|
|
24711
24774
|
|
|
24712
24775
|
var _interopRequireDefault = _dereq_("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -25107,10 +25170,10 @@ function _default(recorder, options) {
|
|
|
25107
25170
|
};
|
|
25108
25171
|
}
|
|
25109
25172
|
|
|
25110
|
-
},{"./../../events":
|
|
25173
|
+
},{"./../../events":126,"./../../util/audioRecorder":129,"./../../util/browser":130,"./../../util/eventEmitter":132,"./../../util/mediaEvents":134,"./../../util/pretty":135,"./../../util/videomailError":137,"@babel/runtime/helpers/interopRequireDefault":1,"hyperscript":58,"safe-json-stringify":101}],154:[function(_dereq_,module,exports){
|
|
25111
25174
|
"use strict";
|
|
25112
25175
|
|
|
25113
|
-
module.exports = '@-webkit-keyframes blink{0%{opacity:.9}35%{opacity:.9}50%{opacity:.1}85%{opacity:.1}to{opacity:.9}}@keyframes blink{0%{opacity:.9}35%{opacity:.9}50%{opacity:.1}85%{opacity:.1}to{opacity:.9}}.IIV::-webkit-media-controls-play-button,.IIV::-webkit-media-controls-start-playback-button{opacity:0;pointer-events:none;width:5px}.videomail .visuals{position:relative}.videomail .visuals video.replay{height:100%;width:100%}.videomail .countdown,.videomail .pausedHeader,.videomail .pausedHint,.videomail .recordNote,.videomail .recordTimer{height:auto;margin:0}.videomail .countdown,.videomail .facingMode,.videomail .paused,.videomail .recordNote,.videomail .recordTimer,.videomail noscript{position:absolute;z-index:100}.videomail .countdown,.videomail .pausedHeader,.videomail .pausedHint,.videomail .recordNote,.videomail .recordTimer,.videomail noscript{font-weight:700}.videomail .countdown,.videomail .paused,.videomail noscript{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%}.videomail .countdown,.videomail .pausedHeader,.videomail .pausedHint{letter-spacing:4px;text-align:center;text-shadow:-2px 0 #fff,0 2px #fff,2px 0 #fff,0 -2px #fff}.videomail .countdown,.videomail .pausedHeader{font-size:460%;opacity:.9}.videomail .pausedHint{font-size:150%}.videomail .facingMode{background:rgba(30,30,30,.5);border:none;bottom:.6em;color:hsla(0,0%,96%,.9);font-family:monospace;font-size:1.2em;outline:none;padding:.1em .3em;right:.7em;-webkit-transition:all .2s ease;transition:all .2s ease;z-index:10}.videomail .facingMode:hover{background:rgba(50,50,50,.7);cursor:pointer}.videomail .recordNote,.videomail .recordTimer{background:hsla(0,0%,4%,.8);color:#00d814;font-family:monospace;opacity:.9;padding:.3em .4em;right:.7em;-webkit-transition:all 1s ease;transition:all 1s ease}.videomail .recordNote.near,.videomail .recordTimer.near{color:#eb9369}.videomail .recordNote.nigh,.videomail .recordTimer.nigh{color:#ea4b2a}.videomail .recordTimer{top:.7em}.videomail .recordNote{top:3.6em}.videomail .recordNote:before{-webkit-animation:blink 1s infinite;animation:blink 1s infinite;content:"REC"}.videomail .notifier{-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;overflow:hidden}.videomail .radioGroup{display:block}.videomail video{margin-bottom:0}';
|
|
25176
|
+
module.exports = '@-webkit-keyframes blink{0%{opacity:.9}35%{opacity:.9}50%{opacity:.1}85%{opacity:.1}to{opacity:.9}}@keyframes blink{0%{opacity:.9}35%{opacity:.9}50%{opacity:.1}85%{opacity:.1}to{opacity:.9}}.IIV::-webkit-media-controls-play-button,.IIV::-webkit-media-controls-start-playback-button{opacity:0;pointer-events:none;width:5px}.videomail .visuals{position:relative}.videomail .visuals video.replay{height:100%;width:100%}.videomail .countdown,.videomail .pausedHeader,.videomail .pausedHint,.videomail .recordNote,.videomail .recordTimer{height:auto;margin:0}.videomail .countdown,.videomail .facingMode,.videomail .paused,.videomail .recordNote,.videomail .recordTimer,.videomail noscript{position:absolute;z-index:100}.videomail .countdown,.videomail .pausedHeader,.videomail .pausedHint,.videomail .recordNote,.videomail .recordTimer,.videomail noscript{font-weight:700}.videomail .countdown,.videomail .paused,.videomail noscript{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%}.videomail .countdown,.videomail .pausedHeader,.videomail .pausedHint{letter-spacing:4px;text-align:center;text-shadow:-2px 0 #fff,0 2px #fff,2px 0 #fff,0 -2px #fff}.videomail .countdown,.videomail .pausedHeader{font-size:460%;opacity:.9}.videomail .pausedHint{font-size:150%}.videomail .facingMode{background:rgba(30,30,30,.5);border:none;bottom:.6em;color:hsla(0,0%,96%,.9);font-family:monospace;font-size:1.2em;outline:none;padding:.1em .3em;right:.7em;-webkit-transition:all .2s ease;transition:all .2s ease;z-index:10}.videomail .facingMode:hover{background:rgba(50,50,50,.7);cursor:pointer}.videomail .recordNote,.videomail .recordTimer{background:hsla(0,0%,4%,.8);color:#00d814;font-family:monospace;opacity:.9;padding:.3em .4em;right:.7em;-webkit-transition:all 1s ease;transition:all 1s ease}.videomail .recordNote.near,.videomail .recordTimer.near{color:#eb9369}.videomail .recordNote.nigh,.videomail .recordTimer.nigh{color:#ea4b2a}.videomail .recordTimer{top:.7em}.videomail .recordNote{top:3.6em}.videomail .recordNote:before{-webkit-animation:blink 1s infinite;animation:blink 1s infinite;content:"REC"}.videomail .notifier{-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;overflow:hidden}.videomail .radioGroup{display:block}.videomail video{margin-bottom:0}.videomail video.userMedia{background-color:rgba(50,50,50,.1)}';
|
|
25114
25177
|
|
|
25115
25178
|
},{}],"videomail-client":[function(_dereq_,module,exports){
|
|
25116
25179
|
"use strict";
|
|
@@ -25131,5 +25194,5 @@ if (!navigator) {
|
|
|
25131
25194
|
var _default = exports.default = _client.default; // also add that so that we can require() it the normal ES5 way
|
|
25132
25195
|
module.exports = _client.default;
|
|
25133
25196
|
|
|
25134
|
-
},{"./client":
|
|
25197
|
+
},{"./client":124,"./util/standardize":136,"@babel/runtime/helpers/interopRequireDefault":1}]},{},["videomail-client"])("videomail-client")
|
|
25135
25198
|
});
|