videomail-client 2.18.4 → 3.0.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/README.md +0 -1
- package/TODO.md +2 -2
- package/audit-ci.json +2 -1
- package/package.json +13 -13
- package/prototype/js/videomail-client.js +705 -630
- package/prototype/js/videomail-client.min.js +10 -10
- package/prototype/js/videomail-client.min.js.map +1 -1
- package/src/js/wrappers/container.js +13 -12
- package/src/js/wrappers/visuals/recorder.js +8 -1
- package/src/js/wrappers/visuals.js +8 -9
|
@@ -585,7 +585,7 @@ Date.now = Date.now || function now() {
|
|
|
585
585
|
return new Date().getTime();
|
|
586
586
|
};
|
|
587
587
|
|
|
588
|
-
},{"events":
|
|
588
|
+
},{"events":261,"inherits":282,"raf":304}],5:[function(_dereq_,module,exports){
|
|
589
589
|
(function (Buffer){(function (){
|
|
590
590
|
(function (w) {
|
|
591
591
|
"use strict";
|
|
@@ -637,7 +637,7 @@ Date.now = Date.now || function now() {
|
|
|
637
637
|
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)}};
|
|
638
638
|
|
|
639
639
|
|
|
640
|
-
},{"typedarray-to-buffer":
|
|
640
|
+
},{"typedarray-to-buffer":329,"validate.io-float32array":335}],7:[function(_dereq_,module,exports){
|
|
641
641
|
(function (global){(function (){
|
|
642
642
|
'use strict';
|
|
643
643
|
|
|
@@ -2711,7 +2711,7 @@ function numberIsNaN (obj) {
|
|
|
2711
2711
|
}
|
|
2712
2712
|
|
|
2713
2713
|
}).call(this)}).call(this,_dereq_("buffer").Buffer)
|
|
2714
|
-
},{"base64-js":8,"buffer":11,"ieee754":
|
|
2714
|
+
},{"base64-js":8,"buffer":11,"ieee754":280}],12:[function(_dereq_,module,exports){
|
|
2715
2715
|
'use strict';
|
|
2716
2716
|
|
|
2717
2717
|
var GetIntrinsic = _dereq_('get-intrinsic');
|
|
@@ -2728,7 +2728,7 @@ module.exports = function callBoundIntrinsic(name, allowMissing) {
|
|
|
2728
2728
|
return intrinsic;
|
|
2729
2729
|
};
|
|
2730
2730
|
|
|
2731
|
-
},{"./":13,"get-intrinsic":
|
|
2731
|
+
},{"./":13,"get-intrinsic":268}],13:[function(_dereq_,module,exports){
|
|
2732
2732
|
'use strict';
|
|
2733
2733
|
|
|
2734
2734
|
var bind = _dereq_('function-bind');
|
|
@@ -2777,11 +2777,11 @@ if ($defineProperty) {
|
|
|
2777
2777
|
module.exports.apply = applyBind;
|
|
2778
2778
|
}
|
|
2779
2779
|
|
|
2780
|
-
},{"function-bind":
|
|
2780
|
+
},{"function-bind":266,"get-intrinsic":268}],14:[function(_dereq_,module,exports){
|
|
2781
2781
|
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)})}};
|
|
2782
2782
|
|
|
2783
2783
|
|
|
2784
|
-
},{"atob":5,"typedarray-to-buffer":
|
|
2784
|
+
},{"atob":5,"typedarray-to-buffer":329}],15:[function(_dereq_,module,exports){
|
|
2785
2785
|
// contains, add, remove, toggle
|
|
2786
2786
|
var indexof = _dereq_('indexof')
|
|
2787
2787
|
|
|
@@ -2882,7 +2882,7 @@ function isTruthy(value) {
|
|
|
2882
2882
|
return !!value
|
|
2883
2883
|
}
|
|
2884
2884
|
|
|
2885
|
-
},{"indexof":
|
|
2885
|
+
},{"indexof":281}],16:[function(_dereq_,module,exports){
|
|
2886
2886
|
/*
|
|
2887
2887
|
* classList.js: Cross-browser full element.classList implementation.
|
|
2888
2888
|
* 1.1.20150312
|
|
@@ -3328,7 +3328,7 @@ module.exports = function (argument) {
|
|
|
3328
3328
|
throw $TypeError(tryToString(argument) + ' is not a function');
|
|
3329
3329
|
};
|
|
3330
3330
|
|
|
3331
|
-
},{"../internals/is-callable":103,"../internals/try-to-string":
|
|
3331
|
+
},{"../internals/is-callable":103,"../internals/try-to-string":181}],20:[function(_dereq_,module,exports){
|
|
3332
3332
|
var isConstructor = _dereq_('../internals/is-constructor');
|
|
3333
3333
|
var tryToString = _dereq_('../internals/try-to-string');
|
|
3334
3334
|
|
|
@@ -3340,7 +3340,7 @@ module.exports = function (argument) {
|
|
|
3340
3340
|
throw $TypeError(tryToString(argument) + ' is not a constructor');
|
|
3341
3341
|
};
|
|
3342
3342
|
|
|
3343
|
-
},{"../internals/is-constructor":104,"../internals/try-to-string":
|
|
3343
|
+
},{"../internals/is-constructor":104,"../internals/try-to-string":181}],21:[function(_dereq_,module,exports){
|
|
3344
3344
|
var isCallable = _dereq_('../internals/is-callable');
|
|
3345
3345
|
|
|
3346
3346
|
var $String = String;
|
|
@@ -3373,7 +3373,7 @@ module.exports = function (key) {
|
|
|
3373
3373
|
ArrayPrototype[UNSCOPABLES][key] = true;
|
|
3374
3374
|
};
|
|
3375
3375
|
|
|
3376
|
-
},{"../internals/object-create":125,"../internals/object-define-property":127,"../internals/well-known-symbol":
|
|
3376
|
+
},{"../internals/object-create":125,"../internals/object-define-property":127,"../internals/well-known-symbol":193}],23:[function(_dereq_,module,exports){
|
|
3377
3377
|
'use strict';
|
|
3378
3378
|
var charAt = _dereq_('../internals/string-multibyte').charAt;
|
|
3379
3379
|
|
|
@@ -3405,13 +3405,13 @@ module.exports = function (argument) {
|
|
|
3405
3405
|
throw $TypeError($String(argument) + ' is not an object');
|
|
3406
3406
|
};
|
|
3407
3407
|
|
|
3408
|
-
},{"../internals/is-object":
|
|
3408
|
+
},{"../internals/is-object":108}],26:[function(_dereq_,module,exports){
|
|
3409
3409
|
// eslint-disable-next-line es-x/no-typed-arrays -- safe
|
|
3410
3410
|
module.exports = typeof ArrayBuffer != 'undefined' && typeof DataView != 'undefined';
|
|
3411
3411
|
|
|
3412
3412
|
},{}],27:[function(_dereq_,module,exports){
|
|
3413
3413
|
'use strict';
|
|
3414
|
-
var NATIVE_ARRAY_BUFFER = _dereq_('../internals/array-buffer-
|
|
3414
|
+
var NATIVE_ARRAY_BUFFER = _dereq_('../internals/array-buffer-basic-detection');
|
|
3415
3415
|
var DESCRIPTORS = _dereq_('../internals/descriptors');
|
|
3416
3416
|
var global = _dereq_('../internals/global');
|
|
3417
3417
|
var isCallable = _dereq_('../internals/is-callable');
|
|
@@ -3601,12 +3601,12 @@ module.exports = {
|
|
|
3601
3601
|
TypedArrayPrototype: TypedArrayPrototype
|
|
3602
3602
|
};
|
|
3603
3603
|
|
|
3604
|
-
},{"../internals/array-buffer-
|
|
3604
|
+
},{"../internals/array-buffer-basic-detection":26,"../internals/classof":48,"../internals/create-non-enumerable-property":51,"../internals/define-built-in":55,"../internals/descriptors":59,"../internals/global":90,"../internals/has-own-property":91,"../internals/internal-state":100,"../internals/is-callable":103,"../internals/is-object":108,"../internals/object-define-property":127,"../internals/object-get-prototype-of":132,"../internals/object-is-prototype-of":133,"../internals/object-set-prototype-of":137,"../internals/try-to-string":181,"../internals/uid":187,"../internals/well-known-symbol":193}],28:[function(_dereq_,module,exports){
|
|
3605
3605
|
'use strict';
|
|
3606
3606
|
var global = _dereq_('../internals/global');
|
|
3607
3607
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
3608
3608
|
var DESCRIPTORS = _dereq_('../internals/descriptors');
|
|
3609
|
-
var NATIVE_ARRAY_BUFFER = _dereq_('../internals/array-buffer-
|
|
3609
|
+
var NATIVE_ARRAY_BUFFER = _dereq_('../internals/array-buffer-basic-detection');
|
|
3610
3610
|
var FunctionName = _dereq_('../internals/function-name');
|
|
3611
3611
|
var createNonEnumerableProperty = _dereq_('../internals/create-non-enumerable-property');
|
|
3612
3612
|
var defineBuiltIns = _dereq_('../internals/define-built-ins');
|
|
@@ -3801,9 +3801,9 @@ if (!NATIVE_ARRAY_BUFFER) {
|
|
|
3801
3801
|
new NativeArrayBuffer();
|
|
3802
3802
|
new NativeArrayBuffer(1.5);
|
|
3803
3803
|
new NativeArrayBuffer(NaN);
|
|
3804
|
-
return INCORRECT_ARRAY_BUFFER_NAME && !CONFIGURABLE_FUNCTION_NAME;
|
|
3804
|
+
return NativeArrayBuffer.length != 1 || INCORRECT_ARRAY_BUFFER_NAME && !CONFIGURABLE_FUNCTION_NAME;
|
|
3805
3805
|
})) {
|
|
3806
|
-
|
|
3806
|
+
/* eslint-enable no-new -- required for testing */
|
|
3807
3807
|
$ArrayBuffer = function ArrayBuffer(length) {
|
|
3808
3808
|
anInstance(this, ArrayBufferPrototype);
|
|
3809
3809
|
return new NativeArrayBuffer(toIndex(length));
|
|
@@ -3850,7 +3850,7 @@ module.exports = {
|
|
|
3850
3850
|
DataView: $DataView
|
|
3851
3851
|
};
|
|
3852
3852
|
|
|
3853
|
-
},{"../internals/an-instance":24,"../internals/array-buffer-
|
|
3853
|
+
},{"../internals/an-instance":24,"../internals/array-buffer-basic-detection":26,"../internals/array-fill":30,"../internals/array-slice-simple":40,"../internals/create-non-enumerable-property":51,"../internals/define-built-ins":56,"../internals/descriptors":59,"../internals/fails":77,"../internals/function-name":83,"../internals/function-uncurry-this":84,"../internals/global":90,"../internals/ieee754":96,"../internals/internal-state":100,"../internals/object-define-property":127,"../internals/object-get-own-property-names":130,"../internals/object-get-prototype-of":132,"../internals/object-set-prototype-of":137,"../internals/set-to-string-tag":156,"../internals/to-index":170,"../internals/to-integer-or-infinity":172,"../internals/to-length":173}],29:[function(_dereq_,module,exports){
|
|
3854
3854
|
'use strict';
|
|
3855
3855
|
var toObject = _dereq_('../internals/to-object');
|
|
3856
3856
|
var toAbsoluteIndex = _dereq_('../internals/to-absolute-index');
|
|
@@ -3883,7 +3883,7 @@ module.exports = [].copyWithin || function copyWithin(target /* = 0 */, start /*
|
|
|
3883
3883
|
} return O;
|
|
3884
3884
|
};
|
|
3885
3885
|
|
|
3886
|
-
},{"../internals/delete-property-or-throw":
|
|
3886
|
+
},{"../internals/delete-property-or-throw":58,"../internals/length-of-array-like":117,"../internals/to-absolute-index":168,"../internals/to-object":174}],30:[function(_dereq_,module,exports){
|
|
3887
3887
|
'use strict';
|
|
3888
3888
|
var toObject = _dereq_('../internals/to-object');
|
|
3889
3889
|
var toAbsoluteIndex = _dereq_('../internals/to-absolute-index');
|
|
@@ -3902,7 +3902,7 @@ module.exports = function fill(value /* , start = 0, end = @length */) {
|
|
|
3902
3902
|
return O;
|
|
3903
3903
|
};
|
|
3904
3904
|
|
|
3905
|
-
},{"../internals/length-of-array-like":
|
|
3905
|
+
},{"../internals/length-of-array-like":117,"../internals/to-absolute-index":168,"../internals/to-object":174}],31:[function(_dereq_,module,exports){
|
|
3906
3906
|
'use strict';
|
|
3907
3907
|
var $forEach = _dereq_('../internals/array-iteration').forEach;
|
|
3908
3908
|
var arrayMethodIsStrict = _dereq_('../internals/array-method-is-strict');
|
|
@@ -3927,7 +3927,7 @@ module.exports = function (Constructor, list) {
|
|
|
3927
3927
|
return result;
|
|
3928
3928
|
};
|
|
3929
3929
|
|
|
3930
|
-
},{"../internals/length-of-array-like":
|
|
3930
|
+
},{"../internals/length-of-array-like":117}],33:[function(_dereq_,module,exports){
|
|
3931
3931
|
'use strict';
|
|
3932
3932
|
var bind = _dereq_('../internals/function-bind-context');
|
|
3933
3933
|
var call = _dereq_('../internals/function-call');
|
|
@@ -3975,7 +3975,7 @@ module.exports = function from(arrayLike /* , mapfn = undefined, thisArg = undef
|
|
|
3975
3975
|
return result;
|
|
3976
3976
|
};
|
|
3977
3977
|
|
|
3978
|
-
},{"../internals/call-with-safe-iteration-closing":45,"../internals/create-property":
|
|
3978
|
+
},{"../internals/call-with-safe-iteration-closing":45,"../internals/create-property":53,"../internals/function-bind-context":80,"../internals/function-call":82,"../internals/get-iterator":87,"../internals/get-iterator-method":86,"../internals/is-array-iterator-method":101,"../internals/is-constructor":104,"../internals/length-of-array-like":117,"../internals/to-object":174}],34:[function(_dereq_,module,exports){
|
|
3979
3979
|
var toIndexedObject = _dereq_('../internals/to-indexed-object');
|
|
3980
3980
|
var toAbsoluteIndex = _dereq_('../internals/to-absolute-index');
|
|
3981
3981
|
var lengthOfArrayLike = _dereq_('../internals/length-of-array-like');
|
|
@@ -4009,7 +4009,7 @@ module.exports = {
|
|
|
4009
4009
|
indexOf: createMethod(false)
|
|
4010
4010
|
};
|
|
4011
4011
|
|
|
4012
|
-
},{"../internals/length-of-array-like":
|
|
4012
|
+
},{"../internals/length-of-array-like":117,"../internals/to-absolute-index":168,"../internals/to-indexed-object":171}],35:[function(_dereq_,module,exports){
|
|
4013
4013
|
var bind = _dereq_('../internals/function-bind-context');
|
|
4014
4014
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
4015
4015
|
var IndexedObject = _dereq_('../internals/indexed-object');
|
|
@@ -4084,7 +4084,7 @@ module.exports = {
|
|
|
4084
4084
|
filterReject: createMethod(7)
|
|
4085
4085
|
};
|
|
4086
4086
|
|
|
4087
|
-
},{"../internals/array-species-create":44,"../internals/function-bind-context":80,"../internals/function-uncurry-this":84,"../internals/indexed-object":97,"../internals/length-of-array-like":
|
|
4087
|
+
},{"../internals/array-species-create":44,"../internals/function-bind-context":80,"../internals/function-uncurry-this":84,"../internals/indexed-object":97,"../internals/length-of-array-like":117,"../internals/to-object":174}],36:[function(_dereq_,module,exports){
|
|
4088
4088
|
'use strict';
|
|
4089
4089
|
/* eslint-disable es-x/no-array-prototype-lastindexof -- safe */
|
|
4090
4090
|
var apply = _dereq_('../internals/function-apply');
|
|
@@ -4113,7 +4113,7 @@ module.exports = FORCED ? function lastIndexOf(searchElement /* , fromIndex = @[
|
|
|
4113
4113
|
return -1;
|
|
4114
4114
|
} : $lastIndexOf;
|
|
4115
4115
|
|
|
4116
|
-
},{"../internals/array-method-is-strict":38,"../internals/function-apply":79,"../internals/length-of-array-like":
|
|
4116
|
+
},{"../internals/array-method-is-strict":38,"../internals/function-apply":79,"../internals/length-of-array-like":117,"../internals/to-indexed-object":171,"../internals/to-integer-or-infinity":172}],37:[function(_dereq_,module,exports){
|
|
4117
4117
|
var fails = _dereq_('../internals/fails');
|
|
4118
4118
|
var wellKnownSymbol = _dereq_('../internals/well-known-symbol');
|
|
4119
4119
|
var V8_VERSION = _dereq_('../internals/engine-v8-version');
|
|
@@ -4134,7 +4134,7 @@ module.exports = function (METHOD_NAME) {
|
|
|
4134
4134
|
});
|
|
4135
4135
|
};
|
|
4136
4136
|
|
|
4137
|
-
},{"../internals/engine-v8-version":73,"../internals/fails":77,"../internals/well-known-symbol":
|
|
4137
|
+
},{"../internals/engine-v8-version":73,"../internals/fails":77,"../internals/well-known-symbol":193}],38:[function(_dereq_,module,exports){
|
|
4138
4138
|
'use strict';
|
|
4139
4139
|
var fails = _dereq_('../internals/fails');
|
|
4140
4140
|
|
|
@@ -4190,7 +4190,7 @@ module.exports = {
|
|
|
4190
4190
|
right: createMethod(true)
|
|
4191
4191
|
};
|
|
4192
4192
|
|
|
4193
|
-
},{"../internals/a-callable":19,"../internals/indexed-object":97,"../internals/length-of-array-like":
|
|
4193
|
+
},{"../internals/a-callable":19,"../internals/indexed-object":97,"../internals/length-of-array-like":117,"../internals/to-object":174}],40:[function(_dereq_,module,exports){
|
|
4194
4194
|
var toAbsoluteIndex = _dereq_('../internals/to-absolute-index');
|
|
4195
4195
|
var lengthOfArrayLike = _dereq_('../internals/length-of-array-like');
|
|
4196
4196
|
var createProperty = _dereq_('../internals/create-property');
|
|
@@ -4208,7 +4208,7 @@ module.exports = function (O, start, end) {
|
|
|
4208
4208
|
return result;
|
|
4209
4209
|
};
|
|
4210
4210
|
|
|
4211
|
-
},{"../internals/create-property":
|
|
4211
|
+
},{"../internals/create-property":53,"../internals/length-of-array-like":117,"../internals/to-absolute-index":168}],41:[function(_dereq_,module,exports){
|
|
4212
4212
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
4213
4213
|
|
|
4214
4214
|
module.exports = uncurryThis([].slice);
|
|
@@ -4283,7 +4283,7 @@ module.exports = function (originalArray) {
|
|
|
4283
4283
|
} return C === undefined ? $Array : C;
|
|
4284
4284
|
};
|
|
4285
4285
|
|
|
4286
|
-
},{"../internals/is-array":102,"../internals/is-constructor":104,"../internals/is-object":
|
|
4286
|
+
},{"../internals/is-array":102,"../internals/is-constructor":104,"../internals/is-object":108,"../internals/well-known-symbol":193}],44:[function(_dereq_,module,exports){
|
|
4287
4287
|
var arraySpeciesConstructor = _dereq_('../internals/array-species-constructor');
|
|
4288
4288
|
|
|
4289
4289
|
// `ArraySpeciesCreate` abstract operation
|
|
@@ -4305,7 +4305,7 @@ module.exports = function (iterator, fn, value, ENTRIES) {
|
|
|
4305
4305
|
}
|
|
4306
4306
|
};
|
|
4307
4307
|
|
|
4308
|
-
},{"../internals/an-object":25,"../internals/iterator-close":
|
|
4308
|
+
},{"../internals/an-object":25,"../internals/iterator-close":112}],46:[function(_dereq_,module,exports){
|
|
4309
4309
|
var wellKnownSymbol = _dereq_('../internals/well-known-symbol');
|
|
4310
4310
|
|
|
4311
4311
|
var ITERATOR = wellKnownSymbol('iterator');
|
|
@@ -4345,7 +4345,7 @@ module.exports = function (exec, SKIP_CLOSING) {
|
|
|
4345
4345
|
return ITERATION_SUPPORT;
|
|
4346
4346
|
};
|
|
4347
4347
|
|
|
4348
|
-
},{"../internals/well-known-symbol":
|
|
4348
|
+
},{"../internals/well-known-symbol":193}],47:[function(_dereq_,module,exports){
|
|
4349
4349
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
4350
4350
|
|
|
4351
4351
|
var toString = uncurryThis({}.toString);
|
|
@@ -4386,7 +4386,7 @@ module.exports = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) {
|
|
|
4386
4386
|
: (result = classofRaw(O)) == 'Object' && isCallable(O.callee) ? 'Arguments' : result;
|
|
4387
4387
|
};
|
|
4388
4388
|
|
|
4389
|
-
},{"../internals/classof-raw":47,"../internals/is-callable":103,"../internals/to-string-tag-support":
|
|
4389
|
+
},{"../internals/classof-raw":47,"../internals/is-callable":103,"../internals/to-string-tag-support":179,"../internals/well-known-symbol":193}],49:[function(_dereq_,module,exports){
|
|
4390
4390
|
var hasOwn = _dereq_('../internals/has-own-property');
|
|
4391
4391
|
var ownKeys = _dereq_('../internals/own-keys');
|
|
4392
4392
|
var getOwnPropertyDescriptorModule = _dereq_('../internals/object-get-own-property-descriptor');
|
|
@@ -4415,24 +4415,6 @@ module.exports = !fails(function () {
|
|
|
4415
4415
|
});
|
|
4416
4416
|
|
|
4417
4417
|
},{"../internals/fails":77}],51:[function(_dereq_,module,exports){
|
|
4418
|
-
'use strict';
|
|
4419
|
-
var IteratorPrototype = _dereq_('../internals/iterators-core').IteratorPrototype;
|
|
4420
|
-
var create = _dereq_('../internals/object-create');
|
|
4421
|
-
var createPropertyDescriptor = _dereq_('../internals/create-property-descriptor');
|
|
4422
|
-
var setToStringTag = _dereq_('../internals/set-to-string-tag');
|
|
4423
|
-
var Iterators = _dereq_('../internals/iterators');
|
|
4424
|
-
|
|
4425
|
-
var returnThis = function () { return this; };
|
|
4426
|
-
|
|
4427
|
-
module.exports = function (IteratorConstructor, NAME, next, ENUMERABLE_NEXT) {
|
|
4428
|
-
var TO_STRING_TAG = NAME + ' Iterator';
|
|
4429
|
-
IteratorConstructor.prototype = create(IteratorPrototype, { next: createPropertyDescriptor(+!ENUMERABLE_NEXT, next) });
|
|
4430
|
-
setToStringTag(IteratorConstructor, TO_STRING_TAG, false, true);
|
|
4431
|
-
Iterators[TO_STRING_TAG] = returnThis;
|
|
4432
|
-
return IteratorConstructor;
|
|
4433
|
-
};
|
|
4434
|
-
|
|
4435
|
-
},{"../internals/create-property-descriptor":53,"../internals/iterators":113,"../internals/iterators-core":112,"../internals/object-create":125,"../internals/set-to-string-tag":156}],52:[function(_dereq_,module,exports){
|
|
4436
4418
|
var DESCRIPTORS = _dereq_('../internals/descriptors');
|
|
4437
4419
|
var definePropertyModule = _dereq_('../internals/object-define-property');
|
|
4438
4420
|
var createPropertyDescriptor = _dereq_('../internals/create-property-descriptor');
|
|
@@ -4444,7 +4426,7 @@ module.exports = DESCRIPTORS ? function (object, key, value) {
|
|
|
4444
4426
|
return object;
|
|
4445
4427
|
};
|
|
4446
4428
|
|
|
4447
|
-
},{"../internals/create-property-descriptor":
|
|
4429
|
+
},{"../internals/create-property-descriptor":52,"../internals/descriptors":59,"../internals/object-define-property":127}],52:[function(_dereq_,module,exports){
|
|
4448
4430
|
module.exports = function (bitmap, value) {
|
|
4449
4431
|
return {
|
|
4450
4432
|
enumerable: !(bitmap & 1),
|
|
@@ -4454,7 +4436,7 @@ module.exports = function (bitmap, value) {
|
|
|
4454
4436
|
};
|
|
4455
4437
|
};
|
|
4456
4438
|
|
|
4457
|
-
},{}],
|
|
4439
|
+
},{}],53:[function(_dereq_,module,exports){
|
|
4458
4440
|
'use strict';
|
|
4459
4441
|
var toPropertyKey = _dereq_('../internals/to-property-key');
|
|
4460
4442
|
var definePropertyModule = _dereq_('../internals/object-define-property');
|
|
@@ -4466,7 +4448,7 @@ module.exports = function (object, key, value) {
|
|
|
4466
4448
|
else object[propertyKey] = value;
|
|
4467
4449
|
};
|
|
4468
4450
|
|
|
4469
|
-
},{"../internals/create-property-descriptor":
|
|
4451
|
+
},{"../internals/create-property-descriptor":52,"../internals/object-define-property":127,"../internals/to-property-key":178}],54:[function(_dereq_,module,exports){
|
|
4470
4452
|
var makeBuiltIn = _dereq_('../internals/make-built-in');
|
|
4471
4453
|
var defineProperty = _dereq_('../internals/object-define-property');
|
|
4472
4454
|
|
|
@@ -4476,7 +4458,7 @@ module.exports = function (target, name, descriptor) {
|
|
|
4476
4458
|
return defineProperty.f(target, name, descriptor);
|
|
4477
4459
|
};
|
|
4478
4460
|
|
|
4479
|
-
},{"../internals/make-built-in":
|
|
4461
|
+
},{"../internals/make-built-in":118,"../internals/object-define-property":127}],55:[function(_dereq_,module,exports){
|
|
4480
4462
|
var isCallable = _dereq_('../internals/is-callable');
|
|
4481
4463
|
var definePropertyModule = _dereq_('../internals/object-define-property');
|
|
4482
4464
|
var makeBuiltIn = _dereq_('../internals/make-built-in');
|
|
@@ -4505,7 +4487,7 @@ module.exports = function (O, key, value, options) {
|
|
|
4505
4487
|
} return O;
|
|
4506
4488
|
};
|
|
4507
4489
|
|
|
4508
|
-
},{"../internals/define-global-property":
|
|
4490
|
+
},{"../internals/define-global-property":57,"../internals/is-callable":103,"../internals/make-built-in":118,"../internals/object-define-property":127}],56:[function(_dereq_,module,exports){
|
|
4509
4491
|
var defineBuiltIn = _dereq_('../internals/define-built-in');
|
|
4510
4492
|
|
|
4511
4493
|
module.exports = function (target, src, options) {
|
|
@@ -4513,7 +4495,7 @@ module.exports = function (target, src, options) {
|
|
|
4513
4495
|
return target;
|
|
4514
4496
|
};
|
|
4515
4497
|
|
|
4516
|
-
},{"../internals/define-built-in":
|
|
4498
|
+
},{"../internals/define-built-in":55}],57:[function(_dereq_,module,exports){
|
|
4517
4499
|
var global = _dereq_('../internals/global');
|
|
4518
4500
|
|
|
4519
4501
|
// eslint-disable-next-line es-x/no-object-defineproperty -- safe
|
|
@@ -4527,108 +4509,7 @@ module.exports = function (key, value) {
|
|
|
4527
4509
|
} return value;
|
|
4528
4510
|
};
|
|
4529
4511
|
|
|
4530
|
-
},{"../internals/global":90}],
|
|
4531
|
-
'use strict';
|
|
4532
|
-
var $ = _dereq_('../internals/export');
|
|
4533
|
-
var call = _dereq_('../internals/function-call');
|
|
4534
|
-
var IS_PURE = _dereq_('../internals/is-pure');
|
|
4535
|
-
var FunctionName = _dereq_('../internals/function-name');
|
|
4536
|
-
var isCallable = _dereq_('../internals/is-callable');
|
|
4537
|
-
var createIteratorConstructor = _dereq_('../internals/create-iterator-constructor');
|
|
4538
|
-
var getPrototypeOf = _dereq_('../internals/object-get-prototype-of');
|
|
4539
|
-
var setPrototypeOf = _dereq_('../internals/object-set-prototype-of');
|
|
4540
|
-
var setToStringTag = _dereq_('../internals/set-to-string-tag');
|
|
4541
|
-
var createNonEnumerableProperty = _dereq_('../internals/create-non-enumerable-property');
|
|
4542
|
-
var defineBuiltIn = _dereq_('../internals/define-built-in');
|
|
4543
|
-
var wellKnownSymbol = _dereq_('../internals/well-known-symbol');
|
|
4544
|
-
var Iterators = _dereq_('../internals/iterators');
|
|
4545
|
-
var IteratorsCore = _dereq_('../internals/iterators-core');
|
|
4546
|
-
|
|
4547
|
-
var PROPER_FUNCTION_NAME = FunctionName.PROPER;
|
|
4548
|
-
var CONFIGURABLE_FUNCTION_NAME = FunctionName.CONFIGURABLE;
|
|
4549
|
-
var IteratorPrototype = IteratorsCore.IteratorPrototype;
|
|
4550
|
-
var BUGGY_SAFARI_ITERATORS = IteratorsCore.BUGGY_SAFARI_ITERATORS;
|
|
4551
|
-
var ITERATOR = wellKnownSymbol('iterator');
|
|
4552
|
-
var KEYS = 'keys';
|
|
4553
|
-
var VALUES = 'values';
|
|
4554
|
-
var ENTRIES = 'entries';
|
|
4555
|
-
|
|
4556
|
-
var returnThis = function () { return this; };
|
|
4557
|
-
|
|
4558
|
-
module.exports = function (Iterable, NAME, IteratorConstructor, next, DEFAULT, IS_SET, FORCED) {
|
|
4559
|
-
createIteratorConstructor(IteratorConstructor, NAME, next);
|
|
4560
|
-
|
|
4561
|
-
var getIterationMethod = function (KIND) {
|
|
4562
|
-
if (KIND === DEFAULT && defaultIterator) return defaultIterator;
|
|
4563
|
-
if (!BUGGY_SAFARI_ITERATORS && KIND in IterablePrototype) return IterablePrototype[KIND];
|
|
4564
|
-
switch (KIND) {
|
|
4565
|
-
case KEYS: return function keys() { return new IteratorConstructor(this, KIND); };
|
|
4566
|
-
case VALUES: return function values() { return new IteratorConstructor(this, KIND); };
|
|
4567
|
-
case ENTRIES: return function entries() { return new IteratorConstructor(this, KIND); };
|
|
4568
|
-
} return function () { return new IteratorConstructor(this); };
|
|
4569
|
-
};
|
|
4570
|
-
|
|
4571
|
-
var TO_STRING_TAG = NAME + ' Iterator';
|
|
4572
|
-
var INCORRECT_VALUES_NAME = false;
|
|
4573
|
-
var IterablePrototype = Iterable.prototype;
|
|
4574
|
-
var nativeIterator = IterablePrototype[ITERATOR]
|
|
4575
|
-
|| IterablePrototype['@@iterator']
|
|
4576
|
-
|| DEFAULT && IterablePrototype[DEFAULT];
|
|
4577
|
-
var defaultIterator = !BUGGY_SAFARI_ITERATORS && nativeIterator || getIterationMethod(DEFAULT);
|
|
4578
|
-
var anyNativeIterator = NAME == 'Array' ? IterablePrototype.entries || nativeIterator : nativeIterator;
|
|
4579
|
-
var CurrentIteratorPrototype, methods, KEY;
|
|
4580
|
-
|
|
4581
|
-
// fix native
|
|
4582
|
-
if (anyNativeIterator) {
|
|
4583
|
-
CurrentIteratorPrototype = getPrototypeOf(anyNativeIterator.call(new Iterable()));
|
|
4584
|
-
if (CurrentIteratorPrototype !== Object.prototype && CurrentIteratorPrototype.next) {
|
|
4585
|
-
if (!IS_PURE && getPrototypeOf(CurrentIteratorPrototype) !== IteratorPrototype) {
|
|
4586
|
-
if (setPrototypeOf) {
|
|
4587
|
-
setPrototypeOf(CurrentIteratorPrototype, IteratorPrototype);
|
|
4588
|
-
} else if (!isCallable(CurrentIteratorPrototype[ITERATOR])) {
|
|
4589
|
-
defineBuiltIn(CurrentIteratorPrototype, ITERATOR, returnThis);
|
|
4590
|
-
}
|
|
4591
|
-
}
|
|
4592
|
-
// Set @@toStringTag to native iterators
|
|
4593
|
-
setToStringTag(CurrentIteratorPrototype, TO_STRING_TAG, true, true);
|
|
4594
|
-
if (IS_PURE) Iterators[TO_STRING_TAG] = returnThis;
|
|
4595
|
-
}
|
|
4596
|
-
}
|
|
4597
|
-
|
|
4598
|
-
// fix Array.prototype.{ values, @@iterator }.name in V8 / FF
|
|
4599
|
-
if (PROPER_FUNCTION_NAME && DEFAULT == VALUES && nativeIterator && nativeIterator.name !== VALUES) {
|
|
4600
|
-
if (!IS_PURE && CONFIGURABLE_FUNCTION_NAME) {
|
|
4601
|
-
createNonEnumerableProperty(IterablePrototype, 'name', VALUES);
|
|
4602
|
-
} else {
|
|
4603
|
-
INCORRECT_VALUES_NAME = true;
|
|
4604
|
-
defaultIterator = function values() { return call(nativeIterator, this); };
|
|
4605
|
-
}
|
|
4606
|
-
}
|
|
4607
|
-
|
|
4608
|
-
// export additional methods
|
|
4609
|
-
if (DEFAULT) {
|
|
4610
|
-
methods = {
|
|
4611
|
-
values: getIterationMethod(VALUES),
|
|
4612
|
-
keys: IS_SET ? defaultIterator : getIterationMethod(KEYS),
|
|
4613
|
-
entries: getIterationMethod(ENTRIES)
|
|
4614
|
-
};
|
|
4615
|
-
if (FORCED) for (KEY in methods) {
|
|
4616
|
-
if (BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME || !(KEY in IterablePrototype)) {
|
|
4617
|
-
defineBuiltIn(IterablePrototype, KEY, methods[KEY]);
|
|
4618
|
-
}
|
|
4619
|
-
} else $({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, methods);
|
|
4620
|
-
}
|
|
4621
|
-
|
|
4622
|
-
// define iterator
|
|
4623
|
-
if ((!IS_PURE || FORCED) && IterablePrototype[ITERATOR] !== defaultIterator) {
|
|
4624
|
-
defineBuiltIn(IterablePrototype, ITERATOR, defaultIterator, { name: DEFAULT });
|
|
4625
|
-
}
|
|
4626
|
-
Iterators[NAME] = defaultIterator;
|
|
4627
|
-
|
|
4628
|
-
return methods;
|
|
4629
|
-
};
|
|
4630
|
-
|
|
4631
|
-
},{"../internals/create-iterator-constructor":51,"../internals/create-non-enumerable-property":52,"../internals/define-built-in":56,"../internals/export":76,"../internals/function-call":82,"../internals/function-name":83,"../internals/is-callable":103,"../internals/is-pure":108,"../internals/iterators":113,"../internals/iterators-core":112,"../internals/object-get-prototype-of":132,"../internals/object-set-prototype-of":137,"../internals/set-to-string-tag":156,"../internals/well-known-symbol":190}],60:[function(_dereq_,module,exports){
|
|
4512
|
+
},{"../internals/global":90}],58:[function(_dereq_,module,exports){
|
|
4632
4513
|
'use strict';
|
|
4633
4514
|
var tryToString = _dereq_('../internals/try-to-string');
|
|
4634
4515
|
|
|
@@ -4638,7 +4519,7 @@ module.exports = function (O, P) {
|
|
|
4638
4519
|
if (!delete O[P]) throw $TypeError('Cannot delete property ' + tryToString(P) + ' of ' + tryToString(O));
|
|
4639
4520
|
};
|
|
4640
4521
|
|
|
4641
|
-
},{"../internals/try-to-string":
|
|
4522
|
+
},{"../internals/try-to-string":181}],59:[function(_dereq_,module,exports){
|
|
4642
4523
|
var fails = _dereq_('../internals/fails');
|
|
4643
4524
|
|
|
4644
4525
|
// Detect IE8's incomplete defineProperty implementation
|
|
@@ -4647,7 +4528,7 @@ module.exports = !fails(function () {
|
|
|
4647
4528
|
return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;
|
|
4648
4529
|
});
|
|
4649
4530
|
|
|
4650
|
-
},{"../internals/fails":77}],
|
|
4531
|
+
},{"../internals/fails":77}],60:[function(_dereq_,module,exports){
|
|
4651
4532
|
var global = _dereq_('../internals/global');
|
|
4652
4533
|
var isObject = _dereq_('../internals/is-object');
|
|
4653
4534
|
|
|
@@ -4659,7 +4540,16 @@ module.exports = function (it) {
|
|
|
4659
4540
|
return EXISTS ? document.createElement(it) : {};
|
|
4660
4541
|
};
|
|
4661
4542
|
|
|
4662
|
-
},{"../internals/global":90,"../internals/is-object":
|
|
4543
|
+
},{"../internals/global":90,"../internals/is-object":108}],61:[function(_dereq_,module,exports){
|
|
4544
|
+
var $TypeError = TypeError;
|
|
4545
|
+
var MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF; // 2 ** 53 - 1 == 9007199254740991
|
|
4546
|
+
|
|
4547
|
+
module.exports = function (it) {
|
|
4548
|
+
if (it > MAX_SAFE_INTEGER) throw $TypeError('Maximum allowed index exceeded');
|
|
4549
|
+
return it;
|
|
4550
|
+
};
|
|
4551
|
+
|
|
4552
|
+
},{}],62:[function(_dereq_,module,exports){
|
|
4663
4553
|
// iterable DOM collections
|
|
4664
4554
|
// flag - `iterable` interface - 'entries', 'keys', 'values', 'forEach' methods
|
|
4665
4555
|
module.exports = {
|
|
@@ -4696,7 +4586,7 @@ module.exports = {
|
|
|
4696
4586
|
TouchList: 0
|
|
4697
4587
|
};
|
|
4698
4588
|
|
|
4699
|
-
},{}],
|
|
4589
|
+
},{}],63:[function(_dereq_,module,exports){
|
|
4700
4590
|
// in old WebKit versions, `element.classList` is not an instance of global `DOMTokenList`
|
|
4701
4591
|
var documentCreateElement = _dereq_('../internals/document-create-element');
|
|
4702
4592
|
|
|
@@ -4705,15 +4595,24 @@ var DOMTokenListPrototype = classList && classList.constructor && classList.cons
|
|
|
4705
4595
|
|
|
4706
4596
|
module.exports = DOMTokenListPrototype === Object.prototype ? undefined : DOMTokenListPrototype;
|
|
4707
4597
|
|
|
4708
|
-
},{"../internals/document-create-element":
|
|
4598
|
+
},{"../internals/document-create-element":60}],64:[function(_dereq_,module,exports){
|
|
4709
4599
|
var userAgent = _dereq_('../internals/engine-user-agent');
|
|
4710
4600
|
|
|
4711
4601
|
var firefox = userAgent.match(/firefox\/(\d+)/i);
|
|
4712
4602
|
|
|
4713
4603
|
module.exports = !!firefox && +firefox[1];
|
|
4714
4604
|
|
|
4715
|
-
},{"../internals/engine-user-agent":72}],
|
|
4716
|
-
|
|
4605
|
+
},{"../internals/engine-user-agent":72}],65:[function(_dereq_,module,exports){
|
|
4606
|
+
var IS_DENO = _dereq_('../internals/engine-is-deno');
|
|
4607
|
+
var IS_NODE = _dereq_('../internals/engine-is-node');
|
|
4608
|
+
|
|
4609
|
+
module.exports = !IS_DENO && !IS_NODE
|
|
4610
|
+
&& typeof window == 'object'
|
|
4611
|
+
&& typeof document == 'object';
|
|
4612
|
+
|
|
4613
|
+
},{"../internals/engine-is-deno":66,"../internals/engine-is-node":70}],66:[function(_dereq_,module,exports){
|
|
4614
|
+
/* global Deno -- Deno case */
|
|
4615
|
+
module.exports = typeof Deno == 'object' && Deno && typeof Deno.version == 'object';
|
|
4717
4616
|
|
|
4718
4617
|
},{}],67:[function(_dereq_,module,exports){
|
|
4719
4618
|
var UA = _dereq_('../internals/engine-user-agent');
|
|
@@ -4851,7 +4750,7 @@ module.exports = function (options, source) {
|
|
|
4851
4750
|
}
|
|
4852
4751
|
};
|
|
4853
4752
|
|
|
4854
|
-
},{"../internals/copy-constructor-properties":49,"../internals/create-non-enumerable-property":
|
|
4753
|
+
},{"../internals/copy-constructor-properties":49,"../internals/create-non-enumerable-property":51,"../internals/define-built-in":55,"../internals/define-global-property":57,"../internals/global":90,"../internals/is-forced":105,"../internals/object-get-own-property-descriptor":128}],77:[function(_dereq_,module,exports){
|
|
4855
4754
|
module.exports = function (exec) {
|
|
4856
4755
|
try {
|
|
4857
4756
|
return !!exec();
|
|
@@ -4936,7 +4835,7 @@ module.exports = function (KEY, exec, FORCED, SHAM) {
|
|
|
4936
4835
|
if (SHAM) createNonEnumerableProperty(RegExpPrototype[SYMBOL], 'sham', true);
|
|
4937
4836
|
};
|
|
4938
4837
|
|
|
4939
|
-
},{"../internals/create-non-enumerable-property":
|
|
4838
|
+
},{"../internals/create-non-enumerable-property":51,"../internals/define-built-in":55,"../internals/fails":77,"../internals/function-uncurry-this":84,"../internals/regexp-exec":148,"../internals/well-known-symbol":193,"../modules/es.regexp.exec":217}],79:[function(_dereq_,module,exports){
|
|
4940
4839
|
var NATIVE_BIND = _dereq_('../internals/function-bind-native');
|
|
4941
4840
|
|
|
4942
4841
|
var FunctionPrototype = Function.prototype;
|
|
@@ -5001,7 +4900,7 @@ module.exports = {
|
|
|
5001
4900
|
CONFIGURABLE: CONFIGURABLE
|
|
5002
4901
|
};
|
|
5003
4902
|
|
|
5004
|
-
},{"../internals/descriptors":
|
|
4903
|
+
},{"../internals/descriptors":59,"../internals/has-own-property":91}],84:[function(_dereq_,module,exports){
|
|
5005
4904
|
var NATIVE_BIND = _dereq_('../internals/function-bind-native');
|
|
5006
4905
|
|
|
5007
4906
|
var FunctionPrototype = Function.prototype;
|
|
@@ -5032,18 +4931,19 @@ module.exports = function (namespace, method) {
|
|
|
5032
4931
|
},{"../internals/global":90,"../internals/is-callable":103}],86:[function(_dereq_,module,exports){
|
|
5033
4932
|
var classof = _dereq_('../internals/classof');
|
|
5034
4933
|
var getMethod = _dereq_('../internals/get-method');
|
|
4934
|
+
var isNullOrUndefined = _dereq_('../internals/is-null-or-undefined');
|
|
5035
4935
|
var Iterators = _dereq_('../internals/iterators');
|
|
5036
4936
|
var wellKnownSymbol = _dereq_('../internals/well-known-symbol');
|
|
5037
4937
|
|
|
5038
4938
|
var ITERATOR = wellKnownSymbol('iterator');
|
|
5039
4939
|
|
|
5040
4940
|
module.exports = function (it) {
|
|
5041
|
-
if (it
|
|
4941
|
+
if (!isNullOrUndefined(it)) return getMethod(it, ITERATOR)
|
|
5042
4942
|
|| getMethod(it, '@@iterator')
|
|
5043
4943
|
|| Iterators[classof(it)];
|
|
5044
4944
|
};
|
|
5045
4945
|
|
|
5046
|
-
},{"../internals/classof":48,"../internals/get-method":88,"../internals/iterators":
|
|
4946
|
+
},{"../internals/classof":48,"../internals/get-method":88,"../internals/is-null-or-undefined":107,"../internals/iterators":116,"../internals/well-known-symbol":193}],87:[function(_dereq_,module,exports){
|
|
5047
4947
|
var call = _dereq_('../internals/function-call');
|
|
5048
4948
|
var aCallable = _dereq_('../internals/a-callable');
|
|
5049
4949
|
var anObject = _dereq_('../internals/an-object');
|
|
@@ -5058,17 +4958,18 @@ module.exports = function (argument, usingIterator) {
|
|
|
5058
4958
|
throw $TypeError(tryToString(argument) + ' is not iterable');
|
|
5059
4959
|
};
|
|
5060
4960
|
|
|
5061
|
-
},{"../internals/a-callable":19,"../internals/an-object":25,"../internals/function-call":82,"../internals/get-iterator-method":86,"../internals/try-to-string":
|
|
4961
|
+
},{"../internals/a-callable":19,"../internals/an-object":25,"../internals/function-call":82,"../internals/get-iterator-method":86,"../internals/try-to-string":181}],88:[function(_dereq_,module,exports){
|
|
5062
4962
|
var aCallable = _dereq_('../internals/a-callable');
|
|
4963
|
+
var isNullOrUndefined = _dereq_('../internals/is-null-or-undefined');
|
|
5063
4964
|
|
|
5064
4965
|
// `GetMethod` abstract operation
|
|
5065
4966
|
// https://tc39.es/ecma262/#sec-getmethod
|
|
5066
4967
|
module.exports = function (V, P) {
|
|
5067
4968
|
var func = V[P];
|
|
5068
|
-
return func
|
|
4969
|
+
return isNullOrUndefined(func) ? undefined : aCallable(func);
|
|
5069
4970
|
};
|
|
5070
4971
|
|
|
5071
|
-
},{"../internals/a-callable":19}],89:[function(_dereq_,module,exports){
|
|
4972
|
+
},{"../internals/a-callable":19,"../internals/is-null-or-undefined":107}],89:[function(_dereq_,module,exports){
|
|
5072
4973
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
5073
4974
|
var toObject = _dereq_('../internals/to-object');
|
|
5074
4975
|
|
|
@@ -5114,7 +5015,7 @@ module.exports = function (matched, str, position, captures, namedCaptures, repl
|
|
|
5114
5015
|
});
|
|
5115
5016
|
};
|
|
5116
5017
|
|
|
5117
|
-
},{"../internals/function-uncurry-this":84,"../internals/to-object":
|
|
5018
|
+
},{"../internals/function-uncurry-this":84,"../internals/to-object":174}],90:[function(_dereq_,module,exports){
|
|
5118
5019
|
(function (global){(function (){
|
|
5119
5020
|
var check = function (it) {
|
|
5120
5021
|
return it && it.Math == Math && it;
|
|
@@ -5145,7 +5046,7 @@ module.exports = Object.hasOwn || function hasOwn(it, key) {
|
|
|
5145
5046
|
return hasOwnProperty(toObject(it), key);
|
|
5146
5047
|
};
|
|
5147
5048
|
|
|
5148
|
-
},{"../internals/function-uncurry-this":84,"../internals/to-object":
|
|
5049
|
+
},{"../internals/function-uncurry-this":84,"../internals/to-object":174}],92:[function(_dereq_,module,exports){
|
|
5149
5050
|
module.exports = {};
|
|
5150
5051
|
|
|
5151
5052
|
},{}],93:[function(_dereq_,module,exports){
|
|
@@ -5176,7 +5077,7 @@ module.exports = !DESCRIPTORS && !fails(function () {
|
|
|
5176
5077
|
}).a != 7;
|
|
5177
5078
|
});
|
|
5178
5079
|
|
|
5179
|
-
},{"../internals/descriptors":
|
|
5080
|
+
},{"../internals/descriptors":59,"../internals/document-create-element":60,"../internals/fails":77}],96:[function(_dereq_,module,exports){
|
|
5180
5081
|
// IEEE754 conversions based on https://github.com/feross/ieee754
|
|
5181
5082
|
var $Array = Array;
|
|
5182
5083
|
var abs = Math.abs;
|
|
@@ -5317,7 +5218,7 @@ module.exports = function ($this, dummy, Wrapper) {
|
|
|
5317
5218
|
return $this;
|
|
5318
5219
|
};
|
|
5319
5220
|
|
|
5320
|
-
},{"../internals/is-callable":103,"../internals/is-object":
|
|
5221
|
+
},{"../internals/is-callable":103,"../internals/is-object":108,"../internals/object-set-prototype-of":137}],99:[function(_dereq_,module,exports){
|
|
5321
5222
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
5322
5223
|
var isCallable = _dereq_('../internals/is-callable');
|
|
5323
5224
|
var store = _dereq_('../internals/shared-store');
|
|
@@ -5334,7 +5235,7 @@ if (!isCallable(store.inspectSource)) {
|
|
|
5334
5235
|
module.exports = store.inspectSource;
|
|
5335
5236
|
|
|
5336
5237
|
},{"../internals/function-uncurry-this":84,"../internals/is-callable":103,"../internals/shared-store":158}],100:[function(_dereq_,module,exports){
|
|
5337
|
-
var NATIVE_WEAK_MAP = _dereq_('../internals/
|
|
5238
|
+
var NATIVE_WEAK_MAP = _dereq_('../internals/weak-map-basic-detection');
|
|
5338
5239
|
var global = _dereq_('../internals/global');
|
|
5339
5240
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
5340
5241
|
var isObject = _dereq_('../internals/is-object');
|
|
@@ -5368,7 +5269,7 @@ if (NATIVE_WEAK_MAP || shared.state) {
|
|
|
5368
5269
|
var wmhas = uncurryThis(store.has);
|
|
5369
5270
|
var wmset = uncurryThis(store.set);
|
|
5370
5271
|
set = function (it, metadata) {
|
|
5371
|
-
if (wmhas(store, it)) throw
|
|
5272
|
+
if (wmhas(store, it)) throw TypeError(OBJECT_ALREADY_INITIALIZED);
|
|
5372
5273
|
metadata.facade = it;
|
|
5373
5274
|
wmset(store, it, metadata);
|
|
5374
5275
|
return metadata;
|
|
@@ -5383,7 +5284,7 @@ if (NATIVE_WEAK_MAP || shared.state) {
|
|
|
5383
5284
|
var STATE = sharedKey('state');
|
|
5384
5285
|
hiddenKeys[STATE] = true;
|
|
5385
5286
|
set = function (it, metadata) {
|
|
5386
|
-
if (hasOwn(it, STATE)) throw
|
|
5287
|
+
if (hasOwn(it, STATE)) throw TypeError(OBJECT_ALREADY_INITIALIZED);
|
|
5387
5288
|
metadata.facade = it;
|
|
5388
5289
|
createNonEnumerableProperty(it, STATE, metadata);
|
|
5389
5290
|
return metadata;
|
|
@@ -5404,7 +5305,7 @@ module.exports = {
|
|
|
5404
5305
|
getterFor: getterFor
|
|
5405
5306
|
};
|
|
5406
5307
|
|
|
5407
|
-
},{"../internals/create-non-enumerable-property":
|
|
5308
|
+
},{"../internals/create-non-enumerable-property":51,"../internals/function-uncurry-this":84,"../internals/global":90,"../internals/has-own-property":91,"../internals/hidden-keys":92,"../internals/is-object":108,"../internals/shared-key":157,"../internals/shared-store":158,"../internals/weak-map-basic-detection":192}],101:[function(_dereq_,module,exports){
|
|
5408
5309
|
var wellKnownSymbol = _dereq_('../internals/well-known-symbol');
|
|
5409
5310
|
var Iterators = _dereq_('../internals/iterators');
|
|
5410
5311
|
|
|
@@ -5416,7 +5317,7 @@ module.exports = function (it) {
|
|
|
5416
5317
|
return it !== undefined && (Iterators.Array === it || ArrayPrototype[ITERATOR] === it);
|
|
5417
5318
|
};
|
|
5418
5319
|
|
|
5419
|
-
},{"../internals/iterators":
|
|
5320
|
+
},{"../internals/iterators":116,"../internals/well-known-symbol":193}],102:[function(_dereq_,module,exports){
|
|
5420
5321
|
var classof = _dereq_('../internals/classof-raw');
|
|
5421
5322
|
|
|
5422
5323
|
// `IsArray` abstract operation
|
|
@@ -5523,17 +5424,31 @@ module.exports = Number.isInteger || function isInteger(it) {
|
|
|
5523
5424
|
return !isObject(it) && isFinite(it) && floor(it) === it;
|
|
5524
5425
|
};
|
|
5525
5426
|
|
|
5526
|
-
},{"../internals/is-object":
|
|
5427
|
+
},{"../internals/is-object":108}],107:[function(_dereq_,module,exports){
|
|
5428
|
+
// we can't use just `it == null` since of `document.all` special case
|
|
5429
|
+
// https://tc39.es/ecma262/#sec-IsHTMLDDA-internal-slot-aec
|
|
5430
|
+
module.exports = function (it) {
|
|
5431
|
+
return it === null || it === undefined;
|
|
5432
|
+
};
|
|
5433
|
+
|
|
5434
|
+
},{}],108:[function(_dereq_,module,exports){
|
|
5527
5435
|
var isCallable = _dereq_('../internals/is-callable');
|
|
5528
5436
|
|
|
5529
|
-
|
|
5437
|
+
var documentAll = typeof document == 'object' && document.all;
|
|
5438
|
+
|
|
5439
|
+
// https://tc39.es/ecma262/#sec-IsHTMLDDA-internal-slot
|
|
5440
|
+
var SPECIAL_DOCUMENT_ALL = typeof documentAll == 'undefined' && documentAll !== undefined;
|
|
5441
|
+
|
|
5442
|
+
module.exports = SPECIAL_DOCUMENT_ALL ? function (it) {
|
|
5443
|
+
return typeof it == 'object' ? it !== null : isCallable(it) || it === documentAll;
|
|
5444
|
+
} : function (it) {
|
|
5530
5445
|
return typeof it == 'object' ? it !== null : isCallable(it);
|
|
5531
5446
|
};
|
|
5532
5447
|
|
|
5533
|
-
},{"../internals/is-callable":103}],
|
|
5448
|
+
},{"../internals/is-callable":103}],109:[function(_dereq_,module,exports){
|
|
5534
5449
|
module.exports = false;
|
|
5535
5450
|
|
|
5536
|
-
},{}],
|
|
5451
|
+
},{}],110:[function(_dereq_,module,exports){
|
|
5537
5452
|
var getBuiltIn = _dereq_('../internals/get-built-in');
|
|
5538
5453
|
var isCallable = _dereq_('../internals/is-callable');
|
|
5539
5454
|
var isPrototypeOf = _dereq_('../internals/object-is-prototype-of');
|
|
@@ -5548,7 +5463,7 @@ module.exports = USE_SYMBOL_AS_UID ? function (it) {
|
|
|
5548
5463
|
return isCallable($Symbol) && isPrototypeOf($Symbol.prototype, $Object(it));
|
|
5549
5464
|
};
|
|
5550
5465
|
|
|
5551
|
-
},{"../internals/get-built-in":85,"../internals/is-callable":103,"../internals/object-is-prototype-of":133,"../internals/use-symbol-as-uid":
|
|
5466
|
+
},{"../internals/get-built-in":85,"../internals/is-callable":103,"../internals/object-is-prototype-of":133,"../internals/use-symbol-as-uid":189}],111:[function(_dereq_,module,exports){
|
|
5552
5467
|
var bind = _dereq_('../internals/function-bind-context');
|
|
5553
5468
|
var call = _dereq_('../internals/function-call');
|
|
5554
5469
|
var anObject = _dereq_('../internals/an-object');
|
|
@@ -5618,7 +5533,7 @@ module.exports = function (iterable, unboundFunction, options) {
|
|
|
5618
5533
|
} return new Result(false);
|
|
5619
5534
|
};
|
|
5620
5535
|
|
|
5621
|
-
},{"../internals/an-object":25,"../internals/function-bind-context":80,"../internals/function-call":82,"../internals/get-iterator":87,"../internals/get-iterator-method":86,"../internals/is-array-iterator-method":101,"../internals/iterator-close":
|
|
5536
|
+
},{"../internals/an-object":25,"../internals/function-bind-context":80,"../internals/function-call":82,"../internals/get-iterator":87,"../internals/get-iterator-method":86,"../internals/is-array-iterator-method":101,"../internals/iterator-close":112,"../internals/length-of-array-like":117,"../internals/object-is-prototype-of":133,"../internals/try-to-string":181}],112:[function(_dereq_,module,exports){
|
|
5622
5537
|
var call = _dereq_('../internals/function-call');
|
|
5623
5538
|
var anObject = _dereq_('../internals/an-object');
|
|
5624
5539
|
var getMethod = _dereq_('../internals/get-method');
|
|
@@ -5643,10 +5558,130 @@ module.exports = function (iterator, kind, value) {
|
|
|
5643
5558
|
return value;
|
|
5644
5559
|
};
|
|
5645
5560
|
|
|
5646
|
-
},{"../internals/an-object":25,"../internals/function-call":82,"../internals/get-method":88}],
|
|
5561
|
+
},{"../internals/an-object":25,"../internals/function-call":82,"../internals/get-method":88}],113:[function(_dereq_,module,exports){
|
|
5562
|
+
'use strict';
|
|
5563
|
+
var IteratorPrototype = _dereq_('../internals/iterators-core').IteratorPrototype;
|
|
5564
|
+
var create = _dereq_('../internals/object-create');
|
|
5565
|
+
var createPropertyDescriptor = _dereq_('../internals/create-property-descriptor');
|
|
5566
|
+
var setToStringTag = _dereq_('../internals/set-to-string-tag');
|
|
5567
|
+
var Iterators = _dereq_('../internals/iterators');
|
|
5568
|
+
|
|
5569
|
+
var returnThis = function () { return this; };
|
|
5570
|
+
|
|
5571
|
+
module.exports = function (IteratorConstructor, NAME, next, ENUMERABLE_NEXT) {
|
|
5572
|
+
var TO_STRING_TAG = NAME + ' Iterator';
|
|
5573
|
+
IteratorConstructor.prototype = create(IteratorPrototype, { next: createPropertyDescriptor(+!ENUMERABLE_NEXT, next) });
|
|
5574
|
+
setToStringTag(IteratorConstructor, TO_STRING_TAG, false, true);
|
|
5575
|
+
Iterators[TO_STRING_TAG] = returnThis;
|
|
5576
|
+
return IteratorConstructor;
|
|
5577
|
+
};
|
|
5578
|
+
|
|
5579
|
+
},{"../internals/create-property-descriptor":52,"../internals/iterators":116,"../internals/iterators-core":115,"../internals/object-create":125,"../internals/set-to-string-tag":156}],114:[function(_dereq_,module,exports){
|
|
5580
|
+
'use strict';
|
|
5581
|
+
var $ = _dereq_('../internals/export');
|
|
5582
|
+
var call = _dereq_('../internals/function-call');
|
|
5583
|
+
var IS_PURE = _dereq_('../internals/is-pure');
|
|
5584
|
+
var FunctionName = _dereq_('../internals/function-name');
|
|
5585
|
+
var isCallable = _dereq_('../internals/is-callable');
|
|
5586
|
+
var createIteratorConstructor = _dereq_('../internals/iterator-create-constructor');
|
|
5587
|
+
var getPrototypeOf = _dereq_('../internals/object-get-prototype-of');
|
|
5588
|
+
var setPrototypeOf = _dereq_('../internals/object-set-prototype-of');
|
|
5589
|
+
var setToStringTag = _dereq_('../internals/set-to-string-tag');
|
|
5590
|
+
var createNonEnumerableProperty = _dereq_('../internals/create-non-enumerable-property');
|
|
5591
|
+
var defineBuiltIn = _dereq_('../internals/define-built-in');
|
|
5592
|
+
var wellKnownSymbol = _dereq_('../internals/well-known-symbol');
|
|
5593
|
+
var Iterators = _dereq_('../internals/iterators');
|
|
5594
|
+
var IteratorsCore = _dereq_('../internals/iterators-core');
|
|
5595
|
+
|
|
5596
|
+
var PROPER_FUNCTION_NAME = FunctionName.PROPER;
|
|
5597
|
+
var CONFIGURABLE_FUNCTION_NAME = FunctionName.CONFIGURABLE;
|
|
5598
|
+
var IteratorPrototype = IteratorsCore.IteratorPrototype;
|
|
5599
|
+
var BUGGY_SAFARI_ITERATORS = IteratorsCore.BUGGY_SAFARI_ITERATORS;
|
|
5600
|
+
var ITERATOR = wellKnownSymbol('iterator');
|
|
5601
|
+
var KEYS = 'keys';
|
|
5602
|
+
var VALUES = 'values';
|
|
5603
|
+
var ENTRIES = 'entries';
|
|
5604
|
+
|
|
5605
|
+
var returnThis = function () { return this; };
|
|
5606
|
+
|
|
5607
|
+
module.exports = function (Iterable, NAME, IteratorConstructor, next, DEFAULT, IS_SET, FORCED) {
|
|
5608
|
+
createIteratorConstructor(IteratorConstructor, NAME, next);
|
|
5609
|
+
|
|
5610
|
+
var getIterationMethod = function (KIND) {
|
|
5611
|
+
if (KIND === DEFAULT && defaultIterator) return defaultIterator;
|
|
5612
|
+
if (!BUGGY_SAFARI_ITERATORS && KIND in IterablePrototype) return IterablePrototype[KIND];
|
|
5613
|
+
switch (KIND) {
|
|
5614
|
+
case KEYS: return function keys() { return new IteratorConstructor(this, KIND); };
|
|
5615
|
+
case VALUES: return function values() { return new IteratorConstructor(this, KIND); };
|
|
5616
|
+
case ENTRIES: return function entries() { return new IteratorConstructor(this, KIND); };
|
|
5617
|
+
} return function () { return new IteratorConstructor(this); };
|
|
5618
|
+
};
|
|
5619
|
+
|
|
5620
|
+
var TO_STRING_TAG = NAME + ' Iterator';
|
|
5621
|
+
var INCORRECT_VALUES_NAME = false;
|
|
5622
|
+
var IterablePrototype = Iterable.prototype;
|
|
5623
|
+
var nativeIterator = IterablePrototype[ITERATOR]
|
|
5624
|
+
|| IterablePrototype['@@iterator']
|
|
5625
|
+
|| DEFAULT && IterablePrototype[DEFAULT];
|
|
5626
|
+
var defaultIterator = !BUGGY_SAFARI_ITERATORS && nativeIterator || getIterationMethod(DEFAULT);
|
|
5627
|
+
var anyNativeIterator = NAME == 'Array' ? IterablePrototype.entries || nativeIterator : nativeIterator;
|
|
5628
|
+
var CurrentIteratorPrototype, methods, KEY;
|
|
5629
|
+
|
|
5630
|
+
// fix native
|
|
5631
|
+
if (anyNativeIterator) {
|
|
5632
|
+
CurrentIteratorPrototype = getPrototypeOf(anyNativeIterator.call(new Iterable()));
|
|
5633
|
+
if (CurrentIteratorPrototype !== Object.prototype && CurrentIteratorPrototype.next) {
|
|
5634
|
+
if (!IS_PURE && getPrototypeOf(CurrentIteratorPrototype) !== IteratorPrototype) {
|
|
5635
|
+
if (setPrototypeOf) {
|
|
5636
|
+
setPrototypeOf(CurrentIteratorPrototype, IteratorPrototype);
|
|
5637
|
+
} else if (!isCallable(CurrentIteratorPrototype[ITERATOR])) {
|
|
5638
|
+
defineBuiltIn(CurrentIteratorPrototype, ITERATOR, returnThis);
|
|
5639
|
+
}
|
|
5640
|
+
}
|
|
5641
|
+
// Set @@toStringTag to native iterators
|
|
5642
|
+
setToStringTag(CurrentIteratorPrototype, TO_STRING_TAG, true, true);
|
|
5643
|
+
if (IS_PURE) Iterators[TO_STRING_TAG] = returnThis;
|
|
5644
|
+
}
|
|
5645
|
+
}
|
|
5646
|
+
|
|
5647
|
+
// fix Array.prototype.{ values, @@iterator }.name in V8 / FF
|
|
5648
|
+
if (PROPER_FUNCTION_NAME && DEFAULT == VALUES && nativeIterator && nativeIterator.name !== VALUES) {
|
|
5649
|
+
if (!IS_PURE && CONFIGURABLE_FUNCTION_NAME) {
|
|
5650
|
+
createNonEnumerableProperty(IterablePrototype, 'name', VALUES);
|
|
5651
|
+
} else {
|
|
5652
|
+
INCORRECT_VALUES_NAME = true;
|
|
5653
|
+
defaultIterator = function values() { return call(nativeIterator, this); };
|
|
5654
|
+
}
|
|
5655
|
+
}
|
|
5656
|
+
|
|
5657
|
+
// export additional methods
|
|
5658
|
+
if (DEFAULT) {
|
|
5659
|
+
methods = {
|
|
5660
|
+
values: getIterationMethod(VALUES),
|
|
5661
|
+
keys: IS_SET ? defaultIterator : getIterationMethod(KEYS),
|
|
5662
|
+
entries: getIterationMethod(ENTRIES)
|
|
5663
|
+
};
|
|
5664
|
+
if (FORCED) for (KEY in methods) {
|
|
5665
|
+
if (BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME || !(KEY in IterablePrototype)) {
|
|
5666
|
+
defineBuiltIn(IterablePrototype, KEY, methods[KEY]);
|
|
5667
|
+
}
|
|
5668
|
+
} else $({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, methods);
|
|
5669
|
+
}
|
|
5670
|
+
|
|
5671
|
+
// define iterator
|
|
5672
|
+
if ((!IS_PURE || FORCED) && IterablePrototype[ITERATOR] !== defaultIterator) {
|
|
5673
|
+
defineBuiltIn(IterablePrototype, ITERATOR, defaultIterator, { name: DEFAULT });
|
|
5674
|
+
}
|
|
5675
|
+
Iterators[NAME] = defaultIterator;
|
|
5676
|
+
|
|
5677
|
+
return methods;
|
|
5678
|
+
};
|
|
5679
|
+
|
|
5680
|
+
},{"../internals/create-non-enumerable-property":51,"../internals/define-built-in":55,"../internals/export":76,"../internals/function-call":82,"../internals/function-name":83,"../internals/is-callable":103,"../internals/is-pure":109,"../internals/iterator-create-constructor":113,"../internals/iterators":116,"../internals/iterators-core":115,"../internals/object-get-prototype-of":132,"../internals/object-set-prototype-of":137,"../internals/set-to-string-tag":156,"../internals/well-known-symbol":193}],115:[function(_dereq_,module,exports){
|
|
5647
5681
|
'use strict';
|
|
5648
5682
|
var fails = _dereq_('../internals/fails');
|
|
5649
5683
|
var isCallable = _dereq_('../internals/is-callable');
|
|
5684
|
+
var isObject = _dereq_('../internals/is-object');
|
|
5650
5685
|
var create = _dereq_('../internals/object-create');
|
|
5651
5686
|
var getPrototypeOf = _dereq_('../internals/object-get-prototype-of');
|
|
5652
5687
|
var defineBuiltIn = _dereq_('../internals/define-built-in');
|
|
@@ -5671,7 +5706,7 @@ if ([].keys) {
|
|
|
5671
5706
|
}
|
|
5672
5707
|
}
|
|
5673
5708
|
|
|
5674
|
-
var NEW_ITERATOR_PROTOTYPE = IteratorPrototype
|
|
5709
|
+
var NEW_ITERATOR_PROTOTYPE = !isObject(IteratorPrototype) || fails(function () {
|
|
5675
5710
|
var test = {};
|
|
5676
5711
|
// FF44- legacy iterators case
|
|
5677
5712
|
return IteratorPrototype[ITERATOR].call(test) !== test;
|
|
@@ -5693,9 +5728,9 @@ module.exports = {
|
|
|
5693
5728
|
BUGGY_SAFARI_ITERATORS: BUGGY_SAFARI_ITERATORS
|
|
5694
5729
|
};
|
|
5695
5730
|
|
|
5696
|
-
},{"../internals/define-built-in":
|
|
5731
|
+
},{"../internals/define-built-in":55,"../internals/fails":77,"../internals/is-callable":103,"../internals/is-object":108,"../internals/is-pure":109,"../internals/object-create":125,"../internals/object-get-prototype-of":132,"../internals/well-known-symbol":193}],116:[function(_dereq_,module,exports){
|
|
5697
5732
|
arguments[4][92][0].apply(exports,arguments)
|
|
5698
|
-
},{"dup":92}],
|
|
5733
|
+
},{"dup":92}],117:[function(_dereq_,module,exports){
|
|
5699
5734
|
var toLength = _dereq_('../internals/to-length');
|
|
5700
5735
|
|
|
5701
5736
|
// `LengthOfArrayLike` abstract operation
|
|
@@ -5704,7 +5739,7 @@ module.exports = function (obj) {
|
|
|
5704
5739
|
return toLength(obj.length);
|
|
5705
5740
|
};
|
|
5706
5741
|
|
|
5707
|
-
},{"../internals/to-length":
|
|
5742
|
+
},{"../internals/to-length":173}],118:[function(_dereq_,module,exports){
|
|
5708
5743
|
var fails = _dereq_('../internals/fails');
|
|
5709
5744
|
var isCallable = _dereq_('../internals/is-callable');
|
|
5710
5745
|
var hasOwn = _dereq_('../internals/has-own-property');
|
|
@@ -5755,7 +5790,7 @@ Function.prototype.toString = makeBuiltIn(function toString() {
|
|
|
5755
5790
|
return isCallable(this) && getInternalState(this).source || inspectSource(this);
|
|
5756
5791
|
}, 'toString');
|
|
5757
5792
|
|
|
5758
|
-
},{"../internals/descriptors":
|
|
5793
|
+
},{"../internals/descriptors":59,"../internals/fails":77,"../internals/function-name":83,"../internals/has-own-property":91,"../internals/inspect-source":99,"../internals/internal-state":100,"../internals/is-callable":103}],119:[function(_dereq_,module,exports){
|
|
5759
5794
|
var ceil = Math.ceil;
|
|
5760
5795
|
var floor = Math.floor;
|
|
5761
5796
|
|
|
@@ -5767,7 +5802,7 @@ module.exports = Math.trunc || function trunc(x) {
|
|
|
5767
5802
|
return (n > 0 ? floor : ceil)(n);
|
|
5768
5803
|
};
|
|
5769
5804
|
|
|
5770
|
-
},{}],
|
|
5805
|
+
},{}],120:[function(_dereq_,module,exports){
|
|
5771
5806
|
var global = _dereq_('../internals/global');
|
|
5772
5807
|
var bind = _dereq_('../internals/function-bind-context');
|
|
5773
5808
|
var getOwnPropertyDescriptor = _dereq_('../internals/object-get-own-property-descriptor').f;
|
|
@@ -5854,74 +5889,16 @@ module.exports = queueMicrotask || function (fn) {
|
|
|
5854
5889
|
} last = task;
|
|
5855
5890
|
};
|
|
5856
5891
|
|
|
5857
|
-
},{"../internals/engine-is-ios":69,"../internals/engine-is-ios-pebble":68,"../internals/engine-is-node":70,"../internals/engine-is-webos-webkit":71,"../internals/function-bind-context":80,"../internals/global":90,"../internals/object-get-own-property-descriptor":128,"../internals/task":
|
|
5858
|
-
/* eslint-disable es-x/no-symbol -- required for testing */
|
|
5859
|
-
var V8_VERSION = _dereq_('../internals/engine-v8-version');
|
|
5860
|
-
var fails = _dereq_('../internals/fails');
|
|
5861
|
-
|
|
5862
|
-
// eslint-disable-next-line es-x/no-object-getownpropertysymbols -- required for testing
|
|
5863
|
-
module.exports = !!Object.getOwnPropertySymbols && !fails(function () {
|
|
5864
|
-
var symbol = Symbol();
|
|
5865
|
-
// Chrome 38 Symbol has incorrect toString conversion
|
|
5866
|
-
// `get-own-property-symbols` polyfill symbols converted to object are not Symbol instances
|
|
5867
|
-
return !String(symbol) || !(Object(symbol) instanceof Symbol) ||
|
|
5868
|
-
// Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances
|
|
5869
|
-
!Symbol.sham && V8_VERSION && V8_VERSION < 41;
|
|
5870
|
-
});
|
|
5871
|
-
|
|
5872
|
-
},{"../internals/engine-v8-version":73,"../internals/fails":77}],119:[function(_dereq_,module,exports){
|
|
5873
|
-
var fails = _dereq_('../internals/fails');
|
|
5874
|
-
var wellKnownSymbol = _dereq_('../internals/well-known-symbol');
|
|
5875
|
-
var IS_PURE = _dereq_('../internals/is-pure');
|
|
5876
|
-
|
|
5877
|
-
var ITERATOR = wellKnownSymbol('iterator');
|
|
5878
|
-
|
|
5879
|
-
module.exports = !fails(function () {
|
|
5880
|
-
// eslint-disable-next-line unicorn/relative-url-style -- required for testing
|
|
5881
|
-
var url = new URL('b?a=1&b=2&c=3', 'http://a');
|
|
5882
|
-
var searchParams = url.searchParams;
|
|
5883
|
-
var result = '';
|
|
5884
|
-
url.pathname = 'c%20d';
|
|
5885
|
-
searchParams.forEach(function (value, key) {
|
|
5886
|
-
searchParams['delete']('b');
|
|
5887
|
-
result += key + value;
|
|
5888
|
-
});
|
|
5889
|
-
return (IS_PURE && !url.toJSON)
|
|
5890
|
-
|| !searchParams.sort
|
|
5891
|
-
|| url.href !== 'http://a/c%20d?a=1&c=3'
|
|
5892
|
-
|| searchParams.get('c') !== '3'
|
|
5893
|
-
|| String(new URLSearchParams('?a=1')) !== 'a=1'
|
|
5894
|
-
|| !searchParams[ITERATOR]
|
|
5895
|
-
// throws in Edge
|
|
5896
|
-
|| new URL('https://a@b').username !== 'a'
|
|
5897
|
-
|| new URLSearchParams(new URLSearchParams('a=b')).get('a') !== 'b'
|
|
5898
|
-
// not punycoded in Edge
|
|
5899
|
-
|| new URL('http://тест').host !== 'xn--e1aybc'
|
|
5900
|
-
// not escaped in Chrome 62-
|
|
5901
|
-
|| new URL('http://a#б').hash !== '#%D0%B1'
|
|
5902
|
-
// fails in Chrome 66-
|
|
5903
|
-
|| result !== 'a1c3'
|
|
5904
|
-
// throws in Safari
|
|
5905
|
-
|| new URL('http://x', undefined).host !== 'x';
|
|
5906
|
-
});
|
|
5907
|
-
|
|
5908
|
-
},{"../internals/fails":77,"../internals/is-pure":108,"../internals/well-known-symbol":190}],120:[function(_dereq_,module,exports){
|
|
5909
|
-
var global = _dereq_('../internals/global');
|
|
5910
|
-
var isCallable = _dereq_('../internals/is-callable');
|
|
5911
|
-
var inspectSource = _dereq_('../internals/inspect-source');
|
|
5912
|
-
|
|
5913
|
-
var WeakMap = global.WeakMap;
|
|
5914
|
-
|
|
5915
|
-
module.exports = isCallable(WeakMap) && /native code/.test(inspectSource(WeakMap));
|
|
5916
|
-
|
|
5917
|
-
},{"../internals/global":90,"../internals/inspect-source":99,"../internals/is-callable":103}],121:[function(_dereq_,module,exports){
|
|
5892
|
+
},{"../internals/engine-is-ios":69,"../internals/engine-is-ios-pebble":68,"../internals/engine-is-node":70,"../internals/engine-is-webos-webkit":71,"../internals/function-bind-context":80,"../internals/global":90,"../internals/object-get-own-property-descriptor":128,"../internals/task":166}],121:[function(_dereq_,module,exports){
|
|
5918
5893
|
'use strict';
|
|
5919
5894
|
var aCallable = _dereq_('../internals/a-callable');
|
|
5920
5895
|
|
|
5896
|
+
var $TypeError = TypeError;
|
|
5897
|
+
|
|
5921
5898
|
var PromiseCapability = function (C) {
|
|
5922
5899
|
var resolve, reject;
|
|
5923
5900
|
this.promise = new C(function ($$resolve, $$reject) {
|
|
5924
|
-
if (resolve !== undefined || reject !== undefined) throw TypeError('Bad Promise constructor');
|
|
5901
|
+
if (resolve !== undefined || reject !== undefined) throw $TypeError('Bad Promise constructor');
|
|
5925
5902
|
resolve = $$resolve;
|
|
5926
5903
|
reject = $$reject;
|
|
5927
5904
|
});
|
|
@@ -5944,22 +5921,22 @@ var trim = _dereq_('../internals/string-trim').trim;
|
|
|
5944
5921
|
var whitespaces = _dereq_('../internals/whitespaces');
|
|
5945
5922
|
|
|
5946
5923
|
var charAt = uncurryThis(''.charAt);
|
|
5947
|
-
var
|
|
5924
|
+
var $parseFloat = global.parseFloat;
|
|
5948
5925
|
var Symbol = global.Symbol;
|
|
5949
5926
|
var ITERATOR = Symbol && Symbol.iterator;
|
|
5950
|
-
var FORCED = 1 /
|
|
5927
|
+
var FORCED = 1 / $parseFloat(whitespaces + '-0') !== -Infinity
|
|
5951
5928
|
// MS Edge 18- broken with boxed symbols
|
|
5952
|
-
|| (ITERATOR && !fails(function () {
|
|
5929
|
+
|| (ITERATOR && !fails(function () { $parseFloat(Object(ITERATOR)); }));
|
|
5953
5930
|
|
|
5954
5931
|
// `parseFloat` method
|
|
5955
5932
|
// https://tc39.es/ecma262/#sec-parsefloat-string
|
|
5956
5933
|
module.exports = FORCED ? function parseFloat(string) {
|
|
5957
5934
|
var trimmedString = trim(toString(string));
|
|
5958
|
-
var result =
|
|
5935
|
+
var result = $parseFloat(trimmedString);
|
|
5959
5936
|
return result === 0 && charAt(trimmedString, 0) == '-' ? -0 : result;
|
|
5960
|
-
} :
|
|
5937
|
+
} : $parseFloat;
|
|
5961
5938
|
|
|
5962
|
-
},{"../internals/fails":77,"../internals/function-uncurry-this":84,"../internals/global":90,"../internals/string-trim":164,"../internals/to-string":
|
|
5939
|
+
},{"../internals/fails":77,"../internals/function-uncurry-this":84,"../internals/global":90,"../internals/string-trim":164,"../internals/to-string":180,"../internals/whitespaces":194}],123:[function(_dereq_,module,exports){
|
|
5963
5940
|
var global = _dereq_('../internals/global');
|
|
5964
5941
|
var fails = _dereq_('../internals/fails');
|
|
5965
5942
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
@@ -5983,7 +5960,7 @@ module.exports = FORCED ? function parseInt(string, radix) {
|
|
|
5983
5960
|
return $parseInt(S, (radix >>> 0) || (exec(hex, S) ? 16 : 10));
|
|
5984
5961
|
} : $parseInt;
|
|
5985
5962
|
|
|
5986
|
-
},{"../internals/fails":77,"../internals/function-uncurry-this":84,"../internals/global":90,"../internals/string-trim":164,"../internals/to-string":
|
|
5963
|
+
},{"../internals/fails":77,"../internals/function-uncurry-this":84,"../internals/global":90,"../internals/string-trim":164,"../internals/to-string":180,"../internals/whitespaces":194}],124:[function(_dereq_,module,exports){
|
|
5987
5964
|
'use strict';
|
|
5988
5965
|
var DESCRIPTORS = _dereq_('../internals/descriptors');
|
|
5989
5966
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
@@ -6042,7 +6019,7 @@ module.exports = !$assign || fails(function () {
|
|
|
6042
6019
|
} return T;
|
|
6043
6020
|
} : $assign;
|
|
6044
6021
|
|
|
6045
|
-
},{"../internals/descriptors":
|
|
6022
|
+
},{"../internals/descriptors":59,"../internals/fails":77,"../internals/function-call":82,"../internals/function-uncurry-this":84,"../internals/indexed-object":97,"../internals/object-get-own-property-symbols":131,"../internals/object-keys":135,"../internals/object-property-is-enumerable":136,"../internals/to-object":174}],125:[function(_dereq_,module,exports){
|
|
6046
6023
|
/* global ActiveXObject -- old IE, WSH */
|
|
6047
6024
|
var anObject = _dereq_('../internals/an-object');
|
|
6048
6025
|
var definePropertiesModule = _dereq_('../internals/object-define-properties');
|
|
@@ -6127,7 +6104,7 @@ module.exports = Object.create || function create(O, Properties) {
|
|
|
6127
6104
|
return Properties === undefined ? result : definePropertiesModule.f(result, Properties);
|
|
6128
6105
|
};
|
|
6129
6106
|
|
|
6130
|
-
},{"../internals/an-object":25,"../internals/document-create-element":
|
|
6107
|
+
},{"../internals/an-object":25,"../internals/document-create-element":60,"../internals/enum-bug-keys":75,"../internals/hidden-keys":92,"../internals/html":94,"../internals/object-define-properties":126,"../internals/shared-key":157}],126:[function(_dereq_,module,exports){
|
|
6131
6108
|
var DESCRIPTORS = _dereq_('../internals/descriptors');
|
|
6132
6109
|
var V8_PROTOTYPE_DEFINE_BUG = _dereq_('../internals/v8-prototype-define-bug');
|
|
6133
6110
|
var definePropertyModule = _dereq_('../internals/object-define-property');
|
|
@@ -6149,7 +6126,7 @@ exports.f = DESCRIPTORS && !V8_PROTOTYPE_DEFINE_BUG ? Object.defineProperties :
|
|
|
6149
6126
|
return O;
|
|
6150
6127
|
};
|
|
6151
6128
|
|
|
6152
|
-
},{"../internals/an-object":25,"../internals/descriptors":
|
|
6129
|
+
},{"../internals/an-object":25,"../internals/descriptors":59,"../internals/object-define-property":127,"../internals/object-keys":135,"../internals/to-indexed-object":171,"../internals/v8-prototype-define-bug":190}],127:[function(_dereq_,module,exports){
|
|
6153
6130
|
var DESCRIPTORS = _dereq_('../internals/descriptors');
|
|
6154
6131
|
var IE8_DOM_DEFINE = _dereq_('../internals/ie8-dom-define');
|
|
6155
6132
|
var V8_PROTOTYPE_DEFINE_BUG = _dereq_('../internals/v8-prototype-define-bug');
|
|
@@ -6194,7 +6171,7 @@ exports.f = DESCRIPTORS ? V8_PROTOTYPE_DEFINE_BUG ? function defineProperty(O, P
|
|
|
6194
6171
|
return O;
|
|
6195
6172
|
};
|
|
6196
6173
|
|
|
6197
|
-
},{"../internals/an-object":25,"../internals/descriptors":
|
|
6174
|
+
},{"../internals/an-object":25,"../internals/descriptors":59,"../internals/ie8-dom-define":95,"../internals/to-property-key":178,"../internals/v8-prototype-define-bug":190}],128:[function(_dereq_,module,exports){
|
|
6198
6175
|
var DESCRIPTORS = _dereq_('../internals/descriptors');
|
|
6199
6176
|
var call = _dereq_('../internals/function-call');
|
|
6200
6177
|
var propertyIsEnumerableModule = _dereq_('../internals/object-property-is-enumerable');
|
|
@@ -6218,7 +6195,7 @@ exports.f = DESCRIPTORS ? $getOwnPropertyDescriptor : function getOwnPropertyDes
|
|
|
6218
6195
|
if (hasOwn(O, P)) return createPropertyDescriptor(!call(propertyIsEnumerableModule.f, O, P), O[P]);
|
|
6219
6196
|
};
|
|
6220
6197
|
|
|
6221
|
-
},{"../internals/create-property-descriptor":
|
|
6198
|
+
},{"../internals/create-property-descriptor":52,"../internals/descriptors":59,"../internals/function-call":82,"../internals/has-own-property":91,"../internals/ie8-dom-define":95,"../internals/object-property-is-enumerable":136,"../internals/to-indexed-object":171,"../internals/to-property-key":178}],129:[function(_dereq_,module,exports){
|
|
6222
6199
|
/* eslint-disable es-x/no-object-getownpropertynames -- safe */
|
|
6223
6200
|
var classof = _dereq_('../internals/classof-raw');
|
|
6224
6201
|
var toIndexedObject = _dereq_('../internals/to-indexed-object');
|
|
@@ -6243,7 +6220,7 @@ module.exports.f = function getOwnPropertyNames(it) {
|
|
|
6243
6220
|
: $getOwnPropertyNames(toIndexedObject(it));
|
|
6244
6221
|
};
|
|
6245
6222
|
|
|
6246
|
-
},{"../internals/array-slice-simple":40,"../internals/classof-raw":47,"../internals/object-get-own-property-names":130,"../internals/to-indexed-object":
|
|
6223
|
+
},{"../internals/array-slice-simple":40,"../internals/classof-raw":47,"../internals/object-get-own-property-names":130,"../internals/to-indexed-object":171}],130:[function(_dereq_,module,exports){
|
|
6247
6224
|
var internalObjectKeys = _dereq_('../internals/object-keys-internal');
|
|
6248
6225
|
var enumBugKeys = _dereq_('../internals/enum-bug-keys');
|
|
6249
6226
|
|
|
@@ -6283,7 +6260,7 @@ module.exports = CORRECT_PROTOTYPE_GETTER ? $Object.getPrototypeOf : function (O
|
|
|
6283
6260
|
} return object instanceof $Object ? ObjectPrototype : null;
|
|
6284
6261
|
};
|
|
6285
6262
|
|
|
6286
|
-
},{"../internals/correct-prototype-getter":50,"../internals/has-own-property":91,"../internals/is-callable":103,"../internals/shared-key":157,"../internals/to-object":
|
|
6263
|
+
},{"../internals/correct-prototype-getter":50,"../internals/has-own-property":91,"../internals/is-callable":103,"../internals/shared-key":157,"../internals/to-object":174}],133:[function(_dereq_,module,exports){
|
|
6287
6264
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
6288
6265
|
|
|
6289
6266
|
module.exports = uncurryThis({}.isPrototypeOf);
|
|
@@ -6310,7 +6287,7 @@ module.exports = function (object, names) {
|
|
|
6310
6287
|
return result;
|
|
6311
6288
|
};
|
|
6312
6289
|
|
|
6313
|
-
},{"../internals/array-includes":34,"../internals/function-uncurry-this":84,"../internals/has-own-property":91,"../internals/hidden-keys":92,"../internals/to-indexed-object":
|
|
6290
|
+
},{"../internals/array-includes":34,"../internals/function-uncurry-this":84,"../internals/has-own-property":91,"../internals/hidden-keys":92,"../internals/to-indexed-object":171}],135:[function(_dereq_,module,exports){
|
|
6314
6291
|
var internalObjectKeys = _dereq_('../internals/object-keys-internal');
|
|
6315
6292
|
var enumBugKeys = _dereq_('../internals/enum-bug-keys');
|
|
6316
6293
|
|
|
@@ -6377,7 +6354,7 @@ module.exports = TO_STRING_TAG_SUPPORT ? {}.toString : function toString() {
|
|
|
6377
6354
|
return '[object ' + classof(this) + ']';
|
|
6378
6355
|
};
|
|
6379
6356
|
|
|
6380
|
-
},{"../internals/classof":48,"../internals/to-string-tag-support":
|
|
6357
|
+
},{"../internals/classof":48,"../internals/to-string-tag-support":179}],139:[function(_dereq_,module,exports){
|
|
6381
6358
|
var call = _dereq_('../internals/function-call');
|
|
6382
6359
|
var isCallable = _dereq_('../internals/is-callable');
|
|
6383
6360
|
var isObject = _dereq_('../internals/is-object');
|
|
@@ -6394,7 +6371,7 @@ module.exports = function (input, pref) {
|
|
|
6394
6371
|
throw $TypeError("Can't convert object to primitive value");
|
|
6395
6372
|
};
|
|
6396
6373
|
|
|
6397
|
-
},{"../internals/function-call":82,"../internals/is-callable":103,"../internals/is-object":
|
|
6374
|
+
},{"../internals/function-call":82,"../internals/is-callable":103,"../internals/is-object":108}],140:[function(_dereq_,module,exports){
|
|
6398
6375
|
var getBuiltIn = _dereq_('../internals/get-built-in');
|
|
6399
6376
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
6400
6377
|
var getOwnPropertyNamesModule = _dereq_('../internals/object-get-own-property-names');
|
|
@@ -6427,6 +6404,7 @@ var isForced = _dereq_('../internals/is-forced');
|
|
|
6427
6404
|
var inspectSource = _dereq_('../internals/inspect-source');
|
|
6428
6405
|
var wellKnownSymbol = _dereq_('../internals/well-known-symbol');
|
|
6429
6406
|
var IS_BROWSER = _dereq_('../internals/engine-is-browser');
|
|
6407
|
+
var IS_DENO = _dereq_('../internals/engine-is-deno');
|
|
6430
6408
|
var IS_PURE = _dereq_('../internals/is-pure');
|
|
6431
6409
|
var V8_VERSION = _dereq_('../internals/engine-v8-version');
|
|
6432
6410
|
|
|
@@ -6447,18 +6425,18 @@ var FORCED_PROMISE_CONSTRUCTOR = isForced('Promise', function () {
|
|
|
6447
6425
|
// We can't use @@species feature detection in V8 since it causes
|
|
6448
6426
|
// deoptimization and performance degradation
|
|
6449
6427
|
// https://github.com/zloirock/core-js/issues/679
|
|
6450
|
-
if (V8_VERSION
|
|
6451
|
-
|
|
6452
|
-
|
|
6453
|
-
|
|
6454
|
-
|
|
6455
|
-
|
|
6456
|
-
|
|
6457
|
-
|
|
6458
|
-
|
|
6459
|
-
|
|
6428
|
+
if (!V8_VERSION || V8_VERSION < 51 || !/native code/.test(PROMISE_CONSTRUCTOR_SOURCE)) {
|
|
6429
|
+
// Detect correctness of subclassing with @@species support
|
|
6430
|
+
var promise = new NativePromiseConstructor(function (resolve) { resolve(1); });
|
|
6431
|
+
var FakePromise = function (exec) {
|
|
6432
|
+
exec(function () { /* empty */ }, function () { /* empty */ });
|
|
6433
|
+
};
|
|
6434
|
+
var constructor = promise.constructor = {};
|
|
6435
|
+
constructor[SPECIES] = FakePromise;
|
|
6436
|
+
SUBCLASSING = promise.then(function () { /* empty */ }) instanceof FakePromise;
|
|
6437
|
+
if (!SUBCLASSING) return true;
|
|
6460
6438
|
// Unhandled rejections tracking support, NodeJS Promise without it fails @@species test
|
|
6461
|
-
return !GLOBAL_CORE_JS_PROMISE && IS_BROWSER && !NATIVE_PROMISE_REJECTION_EVENT;
|
|
6439
|
+
} return !GLOBAL_CORE_JS_PROMISE && (IS_BROWSER || IS_DENO) && !NATIVE_PROMISE_REJECTION_EVENT;
|
|
6462
6440
|
});
|
|
6463
6441
|
|
|
6464
6442
|
module.exports = {
|
|
@@ -6467,7 +6445,7 @@ module.exports = {
|
|
|
6467
6445
|
SUBCLASSING: SUBCLASSING
|
|
6468
6446
|
};
|
|
6469
6447
|
|
|
6470
|
-
},{"../internals/engine-is-browser":66,"../internals/engine-v8-version":73,"../internals/global":90,"../internals/inspect-source":99,"../internals/is-callable":103,"../internals/is-forced":105,"../internals/is-pure":
|
|
6448
|
+
},{"../internals/engine-is-browser":65,"../internals/engine-is-deno":66,"../internals/engine-v8-version":73,"../internals/global":90,"../internals/inspect-source":99,"../internals/is-callable":103,"../internals/is-forced":105,"../internals/is-pure":109,"../internals/promise-native-constructor":143,"../internals/well-known-symbol":193}],143:[function(_dereq_,module,exports){
|
|
6471
6449
|
var global = _dereq_('../internals/global');
|
|
6472
6450
|
|
|
6473
6451
|
module.exports = global.Promise;
|
|
@@ -6486,7 +6464,7 @@ module.exports = function (C, x) {
|
|
|
6486
6464
|
return promiseCapability.promise;
|
|
6487
6465
|
};
|
|
6488
6466
|
|
|
6489
|
-
},{"../internals/an-object":25,"../internals/is-object":
|
|
6467
|
+
},{"../internals/an-object":25,"../internals/is-object":108,"../internals/new-promise-capability":121}],145:[function(_dereq_,module,exports){
|
|
6490
6468
|
var NativePromiseConstructor = _dereq_('../internals/promise-native-constructor');
|
|
6491
6469
|
var checkCorrectnessOfIteration = _dereq_('../internals/check-correctness-of-iteration');
|
|
6492
6470
|
var FORCED_PROMISE_CONSTRUCTOR = _dereq_('../internals/promise-constructor-detection').CONSTRUCTOR;
|
|
@@ -6661,7 +6639,7 @@ if (PATCH) {
|
|
|
6661
6639
|
|
|
6662
6640
|
module.exports = patchedExec;
|
|
6663
6641
|
|
|
6664
|
-
},{"../internals/function-call":82,"../internals/function-uncurry-this":84,"../internals/internal-state":100,"../internals/object-create":125,"../internals/regexp-flags":149,"../internals/regexp-sticky-helpers":151,"../internals/regexp-unsupported-dot-all":152,"../internals/regexp-unsupported-ncg":153,"../internals/shared":159,"../internals/to-string":
|
|
6642
|
+
},{"../internals/function-call":82,"../internals/function-uncurry-this":84,"../internals/internal-state":100,"../internals/object-create":125,"../internals/regexp-flags":149,"../internals/regexp-sticky-helpers":151,"../internals/regexp-unsupported-dot-all":152,"../internals/regexp-unsupported-ncg":153,"../internals/shared":159,"../internals/to-string":180}],149:[function(_dereq_,module,exports){
|
|
6665
6643
|
'use strict';
|
|
6666
6644
|
var anObject = _dereq_('../internals/an-object');
|
|
6667
6645
|
|
|
@@ -6753,16 +6731,18 @@ module.exports = fails(function () {
|
|
|
6753
6731
|
});
|
|
6754
6732
|
|
|
6755
6733
|
},{"../internals/fails":77,"../internals/global":90}],154:[function(_dereq_,module,exports){
|
|
6734
|
+
var isNullOrUndefined = _dereq_('../internals/is-null-or-undefined');
|
|
6735
|
+
|
|
6756
6736
|
var $TypeError = TypeError;
|
|
6757
6737
|
|
|
6758
6738
|
// `RequireObjectCoercible` abstract operation
|
|
6759
6739
|
// https://tc39.es/ecma262/#sec-requireobjectcoercible
|
|
6760
6740
|
module.exports = function (it) {
|
|
6761
|
-
if (it
|
|
6741
|
+
if (isNullOrUndefined(it)) throw $TypeError("Can't call method on " + it);
|
|
6762
6742
|
return it;
|
|
6763
6743
|
};
|
|
6764
6744
|
|
|
6765
|
-
},{}],155:[function(_dereq_,module,exports){
|
|
6745
|
+
},{"../internals/is-null-or-undefined":107}],155:[function(_dereq_,module,exports){
|
|
6766
6746
|
'use strict';
|
|
6767
6747
|
var getBuiltIn = _dereq_('../internals/get-built-in');
|
|
6768
6748
|
var definePropertyModule = _dereq_('../internals/object-define-property');
|
|
@@ -6783,7 +6763,7 @@ module.exports = function (CONSTRUCTOR_NAME) {
|
|
|
6783
6763
|
}
|
|
6784
6764
|
};
|
|
6785
6765
|
|
|
6786
|
-
},{"../internals/descriptors":
|
|
6766
|
+
},{"../internals/descriptors":59,"../internals/get-built-in":85,"../internals/object-define-property":127,"../internals/well-known-symbol":193}],156:[function(_dereq_,module,exports){
|
|
6787
6767
|
var defineProperty = _dereq_('../internals/object-define-property').f;
|
|
6788
6768
|
var hasOwn = _dereq_('../internals/has-own-property');
|
|
6789
6769
|
var wellKnownSymbol = _dereq_('../internals/well-known-symbol');
|
|
@@ -6797,7 +6777,7 @@ module.exports = function (target, TAG, STATIC) {
|
|
|
6797
6777
|
}
|
|
6798
6778
|
};
|
|
6799
6779
|
|
|
6800
|
-
},{"../internals/has-own-property":91,"../internals/object-define-property":127,"../internals/well-known-symbol":
|
|
6780
|
+
},{"../internals/has-own-property":91,"../internals/object-define-property":127,"../internals/well-known-symbol":193}],157:[function(_dereq_,module,exports){
|
|
6801
6781
|
var shared = _dereq_('../internals/shared');
|
|
6802
6782
|
var uid = _dereq_('../internals/uid');
|
|
6803
6783
|
|
|
@@ -6807,7 +6787,7 @@ module.exports = function (key) {
|
|
|
6807
6787
|
return keys[key] || (keys[key] = uid(key));
|
|
6808
6788
|
};
|
|
6809
6789
|
|
|
6810
|
-
},{"../internals/shared":159,"../internals/uid":
|
|
6790
|
+
},{"../internals/shared":159,"../internals/uid":187}],158:[function(_dereq_,module,exports){
|
|
6811
6791
|
var global = _dereq_('../internals/global');
|
|
6812
6792
|
var defineGlobalProperty = _dereq_('../internals/define-global-property');
|
|
6813
6793
|
|
|
@@ -6816,23 +6796,24 @@ var store = global[SHARED] || defineGlobalProperty(SHARED, {});
|
|
|
6816
6796
|
|
|
6817
6797
|
module.exports = store;
|
|
6818
6798
|
|
|
6819
|
-
},{"../internals/define-global-property":
|
|
6799
|
+
},{"../internals/define-global-property":57,"../internals/global":90}],159:[function(_dereq_,module,exports){
|
|
6820
6800
|
var IS_PURE = _dereq_('../internals/is-pure');
|
|
6821
6801
|
var store = _dereq_('../internals/shared-store');
|
|
6822
6802
|
|
|
6823
6803
|
(module.exports = function (key, value) {
|
|
6824
6804
|
return store[key] || (store[key] = value !== undefined ? value : {});
|
|
6825
6805
|
})('versions', []).push({
|
|
6826
|
-
version: '3.
|
|
6806
|
+
version: '3.25.0',
|
|
6827
6807
|
mode: IS_PURE ? 'pure' : 'global',
|
|
6828
6808
|
copyright: '© 2014-2022 Denis Pushkarev (zloirock.ru)',
|
|
6829
|
-
license: 'https://github.com/zloirock/core-js/blob/v3.
|
|
6809
|
+
license: 'https://github.com/zloirock/core-js/blob/v3.25.0/LICENSE',
|
|
6830
6810
|
source: 'https://github.com/zloirock/core-js'
|
|
6831
6811
|
});
|
|
6832
6812
|
|
|
6833
|
-
},{"../internals/is-pure":
|
|
6813
|
+
},{"../internals/is-pure":109,"../internals/shared-store":158}],160:[function(_dereq_,module,exports){
|
|
6834
6814
|
var anObject = _dereq_('../internals/an-object');
|
|
6835
6815
|
var aConstructor = _dereq_('../internals/a-constructor');
|
|
6816
|
+
var isNullOrUndefined = _dereq_('../internals/is-null-or-undefined');
|
|
6836
6817
|
var wellKnownSymbol = _dereq_('../internals/well-known-symbol');
|
|
6837
6818
|
|
|
6838
6819
|
var SPECIES = wellKnownSymbol('species');
|
|
@@ -6842,10 +6823,10 @@ var SPECIES = wellKnownSymbol('species');
|
|
|
6842
6823
|
module.exports = function (O, defaultConstructor) {
|
|
6843
6824
|
var C = anObject(O).constructor;
|
|
6844
6825
|
var S;
|
|
6845
|
-
return C === undefined || (S = anObject(C)[SPECIES])
|
|
6826
|
+
return C === undefined || isNullOrUndefined(S = anObject(C)[SPECIES]) ? defaultConstructor : aConstructor(S);
|
|
6846
6827
|
};
|
|
6847
6828
|
|
|
6848
|
-
},{"../internals/a-constructor":20,"../internals/an-object":25,"../internals/well-known-symbol":
|
|
6829
|
+
},{"../internals/a-constructor":20,"../internals/an-object":25,"../internals/is-null-or-undefined":107,"../internals/well-known-symbol":193}],161:[function(_dereq_,module,exports){
|
|
6849
6830
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
6850
6831
|
var toIntegerOrInfinity = _dereq_('../internals/to-integer-or-infinity');
|
|
6851
6832
|
var toString = _dereq_('../internals/to-string');
|
|
@@ -6883,7 +6864,7 @@ module.exports = {
|
|
|
6883
6864
|
charAt: createMethod(true)
|
|
6884
6865
|
};
|
|
6885
6866
|
|
|
6886
|
-
},{"../internals/function-uncurry-this":84,"../internals/require-object-coercible":154,"../internals/to-integer-or-infinity":
|
|
6867
|
+
},{"../internals/function-uncurry-this":84,"../internals/require-object-coercible":154,"../internals/to-integer-or-infinity":172,"../internals/to-string":180}],162:[function(_dereq_,module,exports){
|
|
6887
6868
|
'use strict';
|
|
6888
6869
|
// based on https://github.com/bestiejs/punycode.js/blob/master/punycode.js
|
|
6889
6870
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
@@ -7085,7 +7066,7 @@ module.exports = function repeat(count) {
|
|
|
7085
7066
|
return result;
|
|
7086
7067
|
};
|
|
7087
7068
|
|
|
7088
|
-
},{"../internals/require-object-coercible":154,"../internals/to-integer-or-infinity":
|
|
7069
|
+
},{"../internals/require-object-coercible":154,"../internals/to-integer-or-infinity":172,"../internals/to-string":180}],164:[function(_dereq_,module,exports){
|
|
7089
7070
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
7090
7071
|
var requireObjectCoercible = _dereq_('../internals/require-object-coercible');
|
|
7091
7072
|
var toString = _dereq_('../internals/to-string');
|
|
@@ -7118,7 +7099,22 @@ module.exports = {
|
|
|
7118
7099
|
trim: createMethod(3)
|
|
7119
7100
|
};
|
|
7120
7101
|
|
|
7121
|
-
},{"../internals/function-uncurry-this":84,"../internals/require-object-coercible":154,"../internals/to-string":
|
|
7102
|
+
},{"../internals/function-uncurry-this":84,"../internals/require-object-coercible":154,"../internals/to-string":180,"../internals/whitespaces":194}],165:[function(_dereq_,module,exports){
|
|
7103
|
+
/* eslint-disable es-x/no-symbol -- required for testing */
|
|
7104
|
+
var V8_VERSION = _dereq_('../internals/engine-v8-version');
|
|
7105
|
+
var fails = _dereq_('../internals/fails');
|
|
7106
|
+
|
|
7107
|
+
// eslint-disable-next-line es-x/no-object-getownpropertysymbols -- required for testing
|
|
7108
|
+
module.exports = !!Object.getOwnPropertySymbols && !fails(function () {
|
|
7109
|
+
var symbol = Symbol();
|
|
7110
|
+
// Chrome 38 Symbol has incorrect toString conversion
|
|
7111
|
+
// `get-own-property-symbols` polyfill symbols converted to object are not Symbol instances
|
|
7112
|
+
return !String(symbol) || !(Object(symbol) instanceof Symbol) ||
|
|
7113
|
+
// Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances
|
|
7114
|
+
!Symbol.sham && V8_VERSION && V8_VERSION < 41;
|
|
7115
|
+
});
|
|
7116
|
+
|
|
7117
|
+
},{"../internals/engine-v8-version":73,"../internals/fails":77}],166:[function(_dereq_,module,exports){
|
|
7122
7118
|
var global = _dereq_('../internals/global');
|
|
7123
7119
|
var apply = _dereq_('../internals/function-apply');
|
|
7124
7120
|
var bind = _dereq_('../internals/function-bind-context');
|
|
@@ -7236,14 +7232,14 @@ module.exports = {
|
|
|
7236
7232
|
clear: clear
|
|
7237
7233
|
};
|
|
7238
7234
|
|
|
7239
|
-
},{"../internals/array-slice":41,"../internals/document-create-element":
|
|
7235
|
+
},{"../internals/array-slice":41,"../internals/document-create-element":60,"../internals/engine-is-ios":69,"../internals/engine-is-node":70,"../internals/fails":77,"../internals/function-apply":79,"../internals/function-bind-context":80,"../internals/global":90,"../internals/has-own-property":91,"../internals/html":94,"../internals/is-callable":103,"../internals/validate-arguments-length":191}],167:[function(_dereq_,module,exports){
|
|
7240
7236
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
7241
7237
|
|
|
7242
7238
|
// `thisNumberValue` abstract operation
|
|
7243
7239
|
// https://tc39.es/ecma262/#sec-thisnumbervalue
|
|
7244
7240
|
module.exports = uncurryThis(1.0.valueOf);
|
|
7245
7241
|
|
|
7246
|
-
},{"../internals/function-uncurry-this":84}],
|
|
7242
|
+
},{"../internals/function-uncurry-this":84}],168:[function(_dereq_,module,exports){
|
|
7247
7243
|
var toIntegerOrInfinity = _dereq_('../internals/to-integer-or-infinity');
|
|
7248
7244
|
|
|
7249
7245
|
var max = Math.max;
|
|
@@ -7257,7 +7253,7 @@ module.exports = function (index, length) {
|
|
|
7257
7253
|
return integer < 0 ? max(integer + length, 0) : min(integer, length);
|
|
7258
7254
|
};
|
|
7259
7255
|
|
|
7260
|
-
},{"../internals/to-integer-or-infinity":
|
|
7256
|
+
},{"../internals/to-integer-or-infinity":172}],169:[function(_dereq_,module,exports){
|
|
7261
7257
|
var toPrimitive = _dereq_('../internals/to-primitive');
|
|
7262
7258
|
|
|
7263
7259
|
var $TypeError = TypeError;
|
|
@@ -7271,7 +7267,7 @@ module.exports = function (argument) {
|
|
|
7271
7267
|
return BigInt(prim);
|
|
7272
7268
|
};
|
|
7273
7269
|
|
|
7274
|
-
},{"../internals/to-primitive":
|
|
7270
|
+
},{"../internals/to-primitive":177}],170:[function(_dereq_,module,exports){
|
|
7275
7271
|
var toIntegerOrInfinity = _dereq_('../internals/to-integer-or-infinity');
|
|
7276
7272
|
var toLength = _dereq_('../internals/to-length');
|
|
7277
7273
|
|
|
@@ -7287,7 +7283,7 @@ module.exports = function (it) {
|
|
|
7287
7283
|
return length;
|
|
7288
7284
|
};
|
|
7289
7285
|
|
|
7290
|
-
},{"../internals/to-integer-or-infinity":
|
|
7286
|
+
},{"../internals/to-integer-or-infinity":172,"../internals/to-length":173}],171:[function(_dereq_,module,exports){
|
|
7291
7287
|
// toObject with fallback for non-array-like ES3 strings
|
|
7292
7288
|
var IndexedObject = _dereq_('../internals/indexed-object');
|
|
7293
7289
|
var requireObjectCoercible = _dereq_('../internals/require-object-coercible');
|
|
@@ -7296,7 +7292,7 @@ module.exports = function (it) {
|
|
|
7296
7292
|
return IndexedObject(requireObjectCoercible(it));
|
|
7297
7293
|
};
|
|
7298
7294
|
|
|
7299
|
-
},{"../internals/indexed-object":97,"../internals/require-object-coercible":154}],
|
|
7295
|
+
},{"../internals/indexed-object":97,"../internals/require-object-coercible":154}],172:[function(_dereq_,module,exports){
|
|
7300
7296
|
var trunc = _dereq_('../internals/math-trunc');
|
|
7301
7297
|
|
|
7302
7298
|
// `ToIntegerOrInfinity` abstract operation
|
|
@@ -7307,7 +7303,7 @@ module.exports = function (argument) {
|
|
|
7307
7303
|
return number !== number || number === 0 ? 0 : trunc(number);
|
|
7308
7304
|
};
|
|
7309
7305
|
|
|
7310
|
-
},{"../internals/math-trunc":
|
|
7306
|
+
},{"../internals/math-trunc":119}],173:[function(_dereq_,module,exports){
|
|
7311
7307
|
var toIntegerOrInfinity = _dereq_('../internals/to-integer-or-infinity');
|
|
7312
7308
|
|
|
7313
7309
|
var min = Math.min;
|
|
@@ -7318,7 +7314,7 @@ module.exports = function (argument) {
|
|
|
7318
7314
|
return argument > 0 ? min(toIntegerOrInfinity(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991
|
|
7319
7315
|
};
|
|
7320
7316
|
|
|
7321
|
-
},{"../internals/to-integer-or-infinity":
|
|
7317
|
+
},{"../internals/to-integer-or-infinity":172}],174:[function(_dereq_,module,exports){
|
|
7322
7318
|
var requireObjectCoercible = _dereq_('../internals/require-object-coercible');
|
|
7323
7319
|
|
|
7324
7320
|
var $Object = Object;
|
|
@@ -7329,7 +7325,7 @@ module.exports = function (argument) {
|
|
|
7329
7325
|
return $Object(requireObjectCoercible(argument));
|
|
7330
7326
|
};
|
|
7331
7327
|
|
|
7332
|
-
},{"../internals/require-object-coercible":154}],
|
|
7328
|
+
},{"../internals/require-object-coercible":154}],175:[function(_dereq_,module,exports){
|
|
7333
7329
|
var toPositiveInteger = _dereq_('../internals/to-positive-integer');
|
|
7334
7330
|
|
|
7335
7331
|
var $RangeError = RangeError;
|
|
@@ -7340,7 +7336,7 @@ module.exports = function (it, BYTES) {
|
|
|
7340
7336
|
return offset;
|
|
7341
7337
|
};
|
|
7342
7338
|
|
|
7343
|
-
},{"../internals/to-positive-integer":
|
|
7339
|
+
},{"../internals/to-positive-integer":176}],176:[function(_dereq_,module,exports){
|
|
7344
7340
|
var toIntegerOrInfinity = _dereq_('../internals/to-integer-or-infinity');
|
|
7345
7341
|
|
|
7346
7342
|
var $RangeError = RangeError;
|
|
@@ -7351,7 +7347,7 @@ module.exports = function (it) {
|
|
|
7351
7347
|
return result;
|
|
7352
7348
|
};
|
|
7353
7349
|
|
|
7354
|
-
},{"../internals/to-integer-or-infinity":
|
|
7350
|
+
},{"../internals/to-integer-or-infinity":172}],177:[function(_dereq_,module,exports){
|
|
7355
7351
|
var call = _dereq_('../internals/function-call');
|
|
7356
7352
|
var isObject = _dereq_('../internals/is-object');
|
|
7357
7353
|
var isSymbol = _dereq_('../internals/is-symbol');
|
|
@@ -7378,7 +7374,7 @@ module.exports = function (input, pref) {
|
|
|
7378
7374
|
return ordinaryToPrimitive(input, pref);
|
|
7379
7375
|
};
|
|
7380
7376
|
|
|
7381
|
-
},{"../internals/function-call":82,"../internals/get-method":88,"../internals/is-object":
|
|
7377
|
+
},{"../internals/function-call":82,"../internals/get-method":88,"../internals/is-object":108,"../internals/is-symbol":110,"../internals/ordinary-to-primitive":139,"../internals/well-known-symbol":193}],178:[function(_dereq_,module,exports){
|
|
7382
7378
|
var toPrimitive = _dereq_('../internals/to-primitive');
|
|
7383
7379
|
var isSymbol = _dereq_('../internals/is-symbol');
|
|
7384
7380
|
|
|
@@ -7389,7 +7385,7 @@ module.exports = function (argument) {
|
|
|
7389
7385
|
return isSymbol(key) ? key : key + '';
|
|
7390
7386
|
};
|
|
7391
7387
|
|
|
7392
|
-
},{"../internals/is-symbol":
|
|
7388
|
+
},{"../internals/is-symbol":110,"../internals/to-primitive":177}],179:[function(_dereq_,module,exports){
|
|
7393
7389
|
var wellKnownSymbol = _dereq_('../internals/well-known-symbol');
|
|
7394
7390
|
|
|
7395
7391
|
var TO_STRING_TAG = wellKnownSymbol('toStringTag');
|
|
@@ -7399,7 +7395,7 @@ test[TO_STRING_TAG] = 'z';
|
|
|
7399
7395
|
|
|
7400
7396
|
module.exports = String(test) === '[object z]';
|
|
7401
7397
|
|
|
7402
|
-
},{"../internals/well-known-symbol":
|
|
7398
|
+
},{"../internals/well-known-symbol":193}],180:[function(_dereq_,module,exports){
|
|
7403
7399
|
var classof = _dereq_('../internals/classof');
|
|
7404
7400
|
|
|
7405
7401
|
var $String = String;
|
|
@@ -7409,7 +7405,7 @@ module.exports = function (argument) {
|
|
|
7409
7405
|
return $String(argument);
|
|
7410
7406
|
};
|
|
7411
7407
|
|
|
7412
|
-
},{"../internals/classof":48}],
|
|
7408
|
+
},{"../internals/classof":48}],181:[function(_dereq_,module,exports){
|
|
7413
7409
|
var $String = String;
|
|
7414
7410
|
|
|
7415
7411
|
module.exports = function (argument) {
|
|
@@ -7420,7 +7416,7 @@ module.exports = function (argument) {
|
|
|
7420
7416
|
}
|
|
7421
7417
|
};
|
|
7422
7418
|
|
|
7423
|
-
},{}],
|
|
7419
|
+
},{}],182:[function(_dereq_,module,exports){
|
|
7424
7420
|
'use strict';
|
|
7425
7421
|
var $ = _dereq_('../internals/export');
|
|
7426
7422
|
var global = _dereq_('../internals/global');
|
|
@@ -7664,7 +7660,7 @@ if (DESCRIPTORS) {
|
|
|
7664
7660
|
};
|
|
7665
7661
|
} else module.exports = function () { /* empty */ };
|
|
7666
7662
|
|
|
7667
|
-
},{"../internals/an-instance":24,"../internals/array-buffer":28,"../internals/array-buffer-view-core":27,"../internals/array-iteration":35,"../internals/classof":48,"../internals/create-non-enumerable-property":
|
|
7663
|
+
},{"../internals/an-instance":24,"../internals/array-buffer":28,"../internals/array-buffer-view-core":27,"../internals/array-iteration":35,"../internals/classof":48,"../internals/create-non-enumerable-property":51,"../internals/create-property-descriptor":52,"../internals/descriptors":59,"../internals/export":76,"../internals/function-call":82,"../internals/global":90,"../internals/has-own-property":91,"../internals/inherit-if-required":98,"../internals/internal-state":100,"../internals/is-integral-number":106,"../internals/is-object":108,"../internals/is-symbol":110,"../internals/object-create":125,"../internals/object-define-property":127,"../internals/object-get-own-property-descriptor":128,"../internals/object-get-own-property-names":130,"../internals/object-is-prototype-of":133,"../internals/object-set-prototype-of":137,"../internals/set-species":155,"../internals/to-index":170,"../internals/to-length":173,"../internals/to-offset":175,"../internals/to-property-key":178,"../internals/typed-array-constructors-require-wrappers":183,"../internals/typed-array-from":185}],183:[function(_dereq_,module,exports){
|
|
7668
7664
|
/* eslint-disable no-new -- required for testing */
|
|
7669
7665
|
var global = _dereq_('../internals/global');
|
|
7670
7666
|
var fails = _dereq_('../internals/fails');
|
|
@@ -7688,7 +7684,7 @@ module.exports = !NATIVE_ARRAY_BUFFER_VIEWS || !fails(function () {
|
|
|
7688
7684
|
return new Int8Array(new ArrayBuffer(2), 1, undefined).length !== 1;
|
|
7689
7685
|
});
|
|
7690
7686
|
|
|
7691
|
-
},{"../internals/array-buffer-view-core":27,"../internals/check-correctness-of-iteration":46,"../internals/fails":77,"../internals/global":90}],
|
|
7687
|
+
},{"../internals/array-buffer-view-core":27,"../internals/check-correctness-of-iteration":46,"../internals/fails":77,"../internals/global":90}],184:[function(_dereq_,module,exports){
|
|
7692
7688
|
var arrayFromConstructorAndList = _dereq_('../internals/array-from-constructor-and-list');
|
|
7693
7689
|
var typedArraySpeciesConstructor = _dereq_('../internals/typed-array-species-constructor');
|
|
7694
7690
|
|
|
@@ -7696,7 +7692,7 @@ module.exports = function (instance, list) {
|
|
|
7696
7692
|
return arrayFromConstructorAndList(typedArraySpeciesConstructor(instance), list);
|
|
7697
7693
|
};
|
|
7698
7694
|
|
|
7699
|
-
},{"../internals/array-from-constructor-and-list":32,"../internals/typed-array-species-constructor":
|
|
7695
|
+
},{"../internals/array-from-constructor-and-list":32,"../internals/typed-array-species-constructor":186}],185:[function(_dereq_,module,exports){
|
|
7700
7696
|
var bind = _dereq_('../internals/function-bind-context');
|
|
7701
7697
|
var call = _dereq_('../internals/function-call');
|
|
7702
7698
|
var aConstructor = _dereq_('../internals/a-constructor');
|
|
@@ -7734,7 +7730,7 @@ module.exports = function from(source /* , mapfn, thisArg */) {
|
|
|
7734
7730
|
return result;
|
|
7735
7731
|
};
|
|
7736
7732
|
|
|
7737
|
-
},{"../internals/a-constructor":20,"../internals/array-buffer-view-core":27,"../internals/function-bind-context":80,"../internals/function-call":82,"../internals/get-iterator":87,"../internals/get-iterator-method":86,"../internals/is-array-iterator-method":101,"../internals/length-of-array-like":
|
|
7733
|
+
},{"../internals/a-constructor":20,"../internals/array-buffer-view-core":27,"../internals/function-bind-context":80,"../internals/function-call":82,"../internals/get-iterator":87,"../internals/get-iterator-method":86,"../internals/is-array-iterator-method":101,"../internals/length-of-array-like":117,"../internals/to-object":174}],186:[function(_dereq_,module,exports){
|
|
7738
7734
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
7739
7735
|
var speciesConstructor = _dereq_('../internals/species-constructor');
|
|
7740
7736
|
|
|
@@ -7747,7 +7743,7 @@ module.exports = function (originalArray) {
|
|
|
7747
7743
|
return aTypedArrayConstructor(speciesConstructor(originalArray, getTypedArrayConstructor(originalArray)));
|
|
7748
7744
|
};
|
|
7749
7745
|
|
|
7750
|
-
},{"../internals/array-buffer-view-core":27,"../internals/species-constructor":160}],
|
|
7746
|
+
},{"../internals/array-buffer-view-core":27,"../internals/species-constructor":160}],187:[function(_dereq_,module,exports){
|
|
7751
7747
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
7752
7748
|
|
|
7753
7749
|
var id = 0;
|
|
@@ -7758,15 +7754,51 @@ module.exports = function (key) {
|
|
|
7758
7754
|
return 'Symbol(' + (key === undefined ? '' : key) + ')_' + toString(++id + postfix, 36);
|
|
7759
7755
|
};
|
|
7760
7756
|
|
|
7761
|
-
},{"../internals/function-uncurry-this":84}],
|
|
7757
|
+
},{"../internals/function-uncurry-this":84}],188:[function(_dereq_,module,exports){
|
|
7758
|
+
var fails = _dereq_('../internals/fails');
|
|
7759
|
+
var wellKnownSymbol = _dereq_('../internals/well-known-symbol');
|
|
7760
|
+
var IS_PURE = _dereq_('../internals/is-pure');
|
|
7761
|
+
|
|
7762
|
+
var ITERATOR = wellKnownSymbol('iterator');
|
|
7763
|
+
|
|
7764
|
+
module.exports = !fails(function () {
|
|
7765
|
+
// eslint-disable-next-line unicorn/relative-url-style -- required for testing
|
|
7766
|
+
var url = new URL('b?a=1&b=2&c=3', 'http://a');
|
|
7767
|
+
var searchParams = url.searchParams;
|
|
7768
|
+
var result = '';
|
|
7769
|
+
url.pathname = 'c%20d';
|
|
7770
|
+
searchParams.forEach(function (value, key) {
|
|
7771
|
+
searchParams['delete']('b');
|
|
7772
|
+
result += key + value;
|
|
7773
|
+
});
|
|
7774
|
+
return (IS_PURE && !url.toJSON)
|
|
7775
|
+
|| !searchParams.sort
|
|
7776
|
+
|| url.href !== 'http://a/c%20d?a=1&c=3'
|
|
7777
|
+
|| searchParams.get('c') !== '3'
|
|
7778
|
+
|| String(new URLSearchParams('?a=1')) !== 'a=1'
|
|
7779
|
+
|| !searchParams[ITERATOR]
|
|
7780
|
+
// throws in Edge
|
|
7781
|
+
|| new URL('https://a@b').username !== 'a'
|
|
7782
|
+
|| new URLSearchParams(new URLSearchParams('a=b')).get('a') !== 'b'
|
|
7783
|
+
// not punycoded in Edge
|
|
7784
|
+
|| new URL('http://тест').host !== 'xn--e1aybc'
|
|
7785
|
+
// not escaped in Chrome 62-
|
|
7786
|
+
|| new URL('http://a#б').hash !== '#%D0%B1'
|
|
7787
|
+
// fails in Chrome 66-
|
|
7788
|
+
|| result !== 'a1c3'
|
|
7789
|
+
// throws in Safari
|
|
7790
|
+
|| new URL('http://x', undefined).host !== 'x';
|
|
7791
|
+
});
|
|
7792
|
+
|
|
7793
|
+
},{"../internals/fails":77,"../internals/is-pure":109,"../internals/well-known-symbol":193}],189:[function(_dereq_,module,exports){
|
|
7762
7794
|
/* eslint-disable es-x/no-symbol -- required for testing */
|
|
7763
|
-
var NATIVE_SYMBOL = _dereq_('../internals/
|
|
7795
|
+
var NATIVE_SYMBOL = _dereq_('../internals/symbol-constructor-detection');
|
|
7764
7796
|
|
|
7765
7797
|
module.exports = NATIVE_SYMBOL
|
|
7766
7798
|
&& !Symbol.sham
|
|
7767
7799
|
&& typeof Symbol.iterator == 'symbol';
|
|
7768
7800
|
|
|
7769
|
-
},{"../internals/
|
|
7801
|
+
},{"../internals/symbol-constructor-detection":165}],190:[function(_dereq_,module,exports){
|
|
7770
7802
|
var DESCRIPTORS = _dereq_('../internals/descriptors');
|
|
7771
7803
|
var fails = _dereq_('../internals/fails');
|
|
7772
7804
|
|
|
@@ -7780,7 +7812,7 @@ module.exports = DESCRIPTORS && fails(function () {
|
|
|
7780
7812
|
}).prototype != 42;
|
|
7781
7813
|
});
|
|
7782
7814
|
|
|
7783
|
-
},{"../internals/descriptors":
|
|
7815
|
+
},{"../internals/descriptors":59,"../internals/fails":77}],191:[function(_dereq_,module,exports){
|
|
7784
7816
|
var $TypeError = TypeError;
|
|
7785
7817
|
|
|
7786
7818
|
module.exports = function (passed, required) {
|
|
@@ -7788,12 +7820,20 @@ module.exports = function (passed, required) {
|
|
|
7788
7820
|
return passed;
|
|
7789
7821
|
};
|
|
7790
7822
|
|
|
7791
|
-
},{}],
|
|
7823
|
+
},{}],192:[function(_dereq_,module,exports){
|
|
7824
|
+
var global = _dereq_('../internals/global');
|
|
7825
|
+
var isCallable = _dereq_('../internals/is-callable');
|
|
7826
|
+
|
|
7827
|
+
var WeakMap = global.WeakMap;
|
|
7828
|
+
|
|
7829
|
+
module.exports = isCallable(WeakMap) && /native code/.test(String(WeakMap));
|
|
7830
|
+
|
|
7831
|
+
},{"../internals/global":90,"../internals/is-callable":103}],193:[function(_dereq_,module,exports){
|
|
7792
7832
|
var global = _dereq_('../internals/global');
|
|
7793
7833
|
var shared = _dereq_('../internals/shared');
|
|
7794
7834
|
var hasOwn = _dereq_('../internals/has-own-property');
|
|
7795
7835
|
var uid = _dereq_('../internals/uid');
|
|
7796
|
-
var NATIVE_SYMBOL = _dereq_('../internals/
|
|
7836
|
+
var NATIVE_SYMBOL = _dereq_('../internals/symbol-constructor-detection');
|
|
7797
7837
|
var USE_SYMBOL_AS_UID = _dereq_('../internals/use-symbol-as-uid');
|
|
7798
7838
|
|
|
7799
7839
|
var WellKnownSymbolsStore = shared('wks');
|
|
@@ -7814,12 +7854,12 @@ module.exports = function (name) {
|
|
|
7814
7854
|
} return WellKnownSymbolsStore[name];
|
|
7815
7855
|
};
|
|
7816
7856
|
|
|
7817
|
-
},{"../internals/global":90,"../internals/has-own-property":91,"../internals/
|
|
7857
|
+
},{"../internals/global":90,"../internals/has-own-property":91,"../internals/shared":159,"../internals/symbol-constructor-detection":165,"../internals/uid":187,"../internals/use-symbol-as-uid":189}],194:[function(_dereq_,module,exports){
|
|
7818
7858
|
// a string of all valid unicode whitespaces
|
|
7819
7859
|
module.exports = '\u0009\u000A\u000B\u000C\u000D\u0020\u00A0\u1680\u2000\u2001\u2002' +
|
|
7820
7860
|
'\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF';
|
|
7821
7861
|
|
|
7822
|
-
},{}],
|
|
7862
|
+
},{}],195:[function(_dereq_,module,exports){
|
|
7823
7863
|
'use strict';
|
|
7824
7864
|
var $ = _dereq_('../internals/export');
|
|
7825
7865
|
var global = _dereq_('../internals/global');
|
|
@@ -7838,7 +7878,7 @@ $({ global: true, constructor: true, forced: NativeArrayBuffer !== ArrayBuffer }
|
|
|
7838
7878
|
|
|
7839
7879
|
setSpecies(ARRAY_BUFFER);
|
|
7840
7880
|
|
|
7841
|
-
},{"../internals/array-buffer":28,"../internals/export":76,"../internals/global":90,"../internals/set-species":155}],
|
|
7881
|
+
},{"../internals/array-buffer":28,"../internals/export":76,"../internals/global":90,"../internals/set-species":155}],196:[function(_dereq_,module,exports){
|
|
7842
7882
|
'use strict';
|
|
7843
7883
|
var $ = _dereq_('../internals/export');
|
|
7844
7884
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
@@ -7852,7 +7892,7 @@ var speciesConstructor = _dereq_('../internals/species-constructor');
|
|
|
7852
7892
|
var ArrayBuffer = ArrayBufferModule.ArrayBuffer;
|
|
7853
7893
|
var DataView = ArrayBufferModule.DataView;
|
|
7854
7894
|
var DataViewPrototype = DataView.prototype;
|
|
7855
|
-
var
|
|
7895
|
+
var nativeArrayBufferSlice = uncurryThis(ArrayBuffer.prototype.slice);
|
|
7856
7896
|
var getUint8 = uncurryThis(DataViewPrototype.getUint8);
|
|
7857
7897
|
var setUint8 = uncurryThis(DataViewPrototype.setUint8);
|
|
7858
7898
|
|
|
@@ -7864,8 +7904,8 @@ var INCORRECT_SLICE = fails(function () {
|
|
|
7864
7904
|
// https://tc39.es/ecma262/#sec-arraybuffer.prototype.slice
|
|
7865
7905
|
$({ target: 'ArrayBuffer', proto: true, unsafe: true, forced: INCORRECT_SLICE }, {
|
|
7866
7906
|
slice: function slice(start, end) {
|
|
7867
|
-
if (
|
|
7868
|
-
return
|
|
7907
|
+
if (nativeArrayBufferSlice && end === undefined) {
|
|
7908
|
+
return nativeArrayBufferSlice(anObject(this), start); // FF fix
|
|
7869
7909
|
}
|
|
7870
7910
|
var length = anObject(this).byteLength;
|
|
7871
7911
|
var first = toAbsoluteIndex(start, length);
|
|
@@ -7880,7 +7920,69 @@ $({ target: 'ArrayBuffer', proto: true, unsafe: true, forced: INCORRECT_SLICE },
|
|
|
7880
7920
|
}
|
|
7881
7921
|
});
|
|
7882
7922
|
|
|
7883
|
-
},{"../internals/an-object":25,"../internals/array-buffer":28,"../internals/export":76,"../internals/fails":77,"../internals/function-uncurry-this":84,"../internals/species-constructor":160,"../internals/to-absolute-index":
|
|
7923
|
+
},{"../internals/an-object":25,"../internals/array-buffer":28,"../internals/export":76,"../internals/fails":77,"../internals/function-uncurry-this":84,"../internals/species-constructor":160,"../internals/to-absolute-index":168,"../internals/to-length":173}],197:[function(_dereq_,module,exports){
|
|
7924
|
+
'use strict';
|
|
7925
|
+
var $ = _dereq_('../internals/export');
|
|
7926
|
+
var fails = _dereq_('../internals/fails');
|
|
7927
|
+
var isArray = _dereq_('../internals/is-array');
|
|
7928
|
+
var isObject = _dereq_('../internals/is-object');
|
|
7929
|
+
var toObject = _dereq_('../internals/to-object');
|
|
7930
|
+
var lengthOfArrayLike = _dereq_('../internals/length-of-array-like');
|
|
7931
|
+
var doesNotExceedSafeInteger = _dereq_('../internals/does-not-exceed-safe-integer');
|
|
7932
|
+
var createProperty = _dereq_('../internals/create-property');
|
|
7933
|
+
var arraySpeciesCreate = _dereq_('../internals/array-species-create');
|
|
7934
|
+
var arrayMethodHasSpeciesSupport = _dereq_('../internals/array-method-has-species-support');
|
|
7935
|
+
var wellKnownSymbol = _dereq_('../internals/well-known-symbol');
|
|
7936
|
+
var V8_VERSION = _dereq_('../internals/engine-v8-version');
|
|
7937
|
+
|
|
7938
|
+
var IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');
|
|
7939
|
+
|
|
7940
|
+
// We can't use this feature detection in V8 since it causes
|
|
7941
|
+
// deoptimization and serious performance degradation
|
|
7942
|
+
// https://github.com/zloirock/core-js/issues/679
|
|
7943
|
+
var IS_CONCAT_SPREADABLE_SUPPORT = V8_VERSION >= 51 || !fails(function () {
|
|
7944
|
+
var array = [];
|
|
7945
|
+
array[IS_CONCAT_SPREADABLE] = false;
|
|
7946
|
+
return array.concat()[0] !== array;
|
|
7947
|
+
});
|
|
7948
|
+
|
|
7949
|
+
var SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat');
|
|
7950
|
+
|
|
7951
|
+
var isConcatSpreadable = function (O) {
|
|
7952
|
+
if (!isObject(O)) return false;
|
|
7953
|
+
var spreadable = O[IS_CONCAT_SPREADABLE];
|
|
7954
|
+
return spreadable !== undefined ? !!spreadable : isArray(O);
|
|
7955
|
+
};
|
|
7956
|
+
|
|
7957
|
+
var FORCED = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;
|
|
7958
|
+
|
|
7959
|
+
// `Array.prototype.concat` method
|
|
7960
|
+
// https://tc39.es/ecma262/#sec-array.prototype.concat
|
|
7961
|
+
// with adding support of @@isConcatSpreadable and @@species
|
|
7962
|
+
$({ target: 'Array', proto: true, arity: 1, forced: FORCED }, {
|
|
7963
|
+
// eslint-disable-next-line no-unused-vars -- required for `.length`
|
|
7964
|
+
concat: function concat(arg) {
|
|
7965
|
+
var O = toObject(this);
|
|
7966
|
+
var A = arraySpeciesCreate(O, 0);
|
|
7967
|
+
var n = 0;
|
|
7968
|
+
var i, k, length, len, E;
|
|
7969
|
+
for (i = -1, length = arguments.length; i < length; i++) {
|
|
7970
|
+
E = i === -1 ? O : arguments[i];
|
|
7971
|
+
if (isConcatSpreadable(E)) {
|
|
7972
|
+
len = lengthOfArrayLike(E);
|
|
7973
|
+
doesNotExceedSafeInteger(n + len);
|
|
7974
|
+
for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);
|
|
7975
|
+
} else {
|
|
7976
|
+
doesNotExceedSafeInteger(n + 1);
|
|
7977
|
+
createProperty(A, n++, E);
|
|
7978
|
+
}
|
|
7979
|
+
}
|
|
7980
|
+
A.length = n;
|
|
7981
|
+
return A;
|
|
7982
|
+
}
|
|
7983
|
+
});
|
|
7984
|
+
|
|
7985
|
+
},{"../internals/array-method-has-species-support":37,"../internals/array-species-create":44,"../internals/create-property":53,"../internals/does-not-exceed-safe-integer":61,"../internals/engine-v8-version":73,"../internals/export":76,"../internals/fails":77,"../internals/is-array":102,"../internals/is-object":108,"../internals/length-of-array-like":117,"../internals/to-object":174,"../internals/well-known-symbol":193}],198:[function(_dereq_,module,exports){
|
|
7884
7986
|
'use strict';
|
|
7885
7987
|
var $ = _dereq_('../internals/export');
|
|
7886
7988
|
var forEach = _dereq_('../internals/array-for-each');
|
|
@@ -7892,17 +7994,17 @@ $({ target: 'Array', proto: true, forced: [].forEach != forEach }, {
|
|
|
7892
7994
|
forEach: forEach
|
|
7893
7995
|
});
|
|
7894
7996
|
|
|
7895
|
-
},{"../internals/array-for-each":31,"../internals/export":76}],
|
|
7997
|
+
},{"../internals/array-for-each":31,"../internals/export":76}],199:[function(_dereq_,module,exports){
|
|
7896
7998
|
'use strict';
|
|
7897
7999
|
/* eslint-disable es-x/no-array-prototype-indexof -- required for testing */
|
|
7898
8000
|
var $ = _dereq_('../internals/export');
|
|
7899
8001
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
7900
|
-
var $
|
|
8002
|
+
var $indexOf = _dereq_('../internals/array-includes').indexOf;
|
|
7901
8003
|
var arrayMethodIsStrict = _dereq_('../internals/array-method-is-strict');
|
|
7902
8004
|
|
|
7903
|
-
var
|
|
8005
|
+
var nativeIndexOf = uncurryThis([].indexOf);
|
|
7904
8006
|
|
|
7905
|
-
var NEGATIVE_ZERO = !!
|
|
8007
|
+
var NEGATIVE_ZERO = !!nativeIndexOf && 1 / nativeIndexOf([1], 1, -0) < 0;
|
|
7906
8008
|
var STRICT_METHOD = arrayMethodIsStrict('indexOf');
|
|
7907
8009
|
|
|
7908
8010
|
// `Array.prototype.indexOf` method
|
|
@@ -7912,19 +8014,19 @@ $({ target: 'Array', proto: true, forced: NEGATIVE_ZERO || !STRICT_METHOD }, {
|
|
|
7912
8014
|
var fromIndex = arguments.length > 1 ? arguments[1] : undefined;
|
|
7913
8015
|
return NEGATIVE_ZERO
|
|
7914
8016
|
// convert -0 to +0
|
|
7915
|
-
?
|
|
7916
|
-
: $
|
|
8017
|
+
? nativeIndexOf(this, searchElement, fromIndex) || 0
|
|
8018
|
+
: $indexOf(this, searchElement, fromIndex);
|
|
7917
8019
|
}
|
|
7918
8020
|
});
|
|
7919
8021
|
|
|
7920
|
-
},{"../internals/array-includes":34,"../internals/array-method-is-strict":38,"../internals/export":76,"../internals/function-uncurry-this":84}],
|
|
8022
|
+
},{"../internals/array-includes":34,"../internals/array-method-is-strict":38,"../internals/export":76,"../internals/function-uncurry-this":84}],200:[function(_dereq_,module,exports){
|
|
7921
8023
|
'use strict';
|
|
7922
8024
|
var toIndexedObject = _dereq_('../internals/to-indexed-object');
|
|
7923
8025
|
var addToUnscopables = _dereq_('../internals/add-to-unscopables');
|
|
7924
8026
|
var Iterators = _dereq_('../internals/iterators');
|
|
7925
8027
|
var InternalStateModule = _dereq_('../internals/internal-state');
|
|
7926
8028
|
var defineProperty = _dereq_('../internals/object-define-property').f;
|
|
7927
|
-
var defineIterator = _dereq_('../internals/define
|
|
8029
|
+
var defineIterator = _dereq_('../internals/iterator-define');
|
|
7928
8030
|
var IS_PURE = _dereq_('../internals/is-pure');
|
|
7929
8031
|
var DESCRIPTORS = _dereq_('../internals/descriptors');
|
|
7930
8032
|
|
|
@@ -7980,7 +8082,7 @@ if (!IS_PURE && DESCRIPTORS && values.name !== 'values') try {
|
|
|
7980
8082
|
defineProperty(values, 'name', { value: 'values' });
|
|
7981
8083
|
} catch (error) { /* empty */ }
|
|
7982
8084
|
|
|
7983
|
-
},{"../internals/add-to-unscopables":22,"../internals/
|
|
8085
|
+
},{"../internals/add-to-unscopables":22,"../internals/descriptors":59,"../internals/internal-state":100,"../internals/is-pure":109,"../internals/iterator-define":114,"../internals/iterators":116,"../internals/object-define-property":127,"../internals/to-indexed-object":171}],201:[function(_dereq_,module,exports){
|
|
7984
8086
|
'use strict';
|
|
7985
8087
|
var $ = _dereq_('../internals/export');
|
|
7986
8088
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
@@ -7988,7 +8090,7 @@ var IndexedObject = _dereq_('../internals/indexed-object');
|
|
|
7988
8090
|
var toIndexedObject = _dereq_('../internals/to-indexed-object');
|
|
7989
8091
|
var arrayMethodIsStrict = _dereq_('../internals/array-method-is-strict');
|
|
7990
8092
|
|
|
7991
|
-
var
|
|
8093
|
+
var nativeJoin = uncurryThis([].join);
|
|
7992
8094
|
|
|
7993
8095
|
var ES3_STRINGS = IndexedObject != Object;
|
|
7994
8096
|
var STRICT_METHOD = arrayMethodIsStrict('join', ',');
|
|
@@ -7997,11 +8099,11 @@ var STRICT_METHOD = arrayMethodIsStrict('join', ',');
|
|
|
7997
8099
|
// https://tc39.es/ecma262/#sec-array.prototype.join
|
|
7998
8100
|
$({ target: 'Array', proto: true, forced: ES3_STRINGS || !STRICT_METHOD }, {
|
|
7999
8101
|
join: function join(separator) {
|
|
8000
|
-
return
|
|
8102
|
+
return nativeJoin(toIndexedObject(this), separator === undefined ? ',' : separator);
|
|
8001
8103
|
}
|
|
8002
8104
|
});
|
|
8003
8105
|
|
|
8004
|
-
},{"../internals/array-method-is-strict":38,"../internals/export":76,"../internals/function-uncurry-this":84,"../internals/indexed-object":97,"../internals/to-indexed-object":
|
|
8106
|
+
},{"../internals/array-method-is-strict":38,"../internals/export":76,"../internals/function-uncurry-this":84,"../internals/indexed-object":97,"../internals/to-indexed-object":171}],202:[function(_dereq_,module,exports){
|
|
8005
8107
|
'use strict';
|
|
8006
8108
|
var $ = _dereq_('../internals/export');
|
|
8007
8109
|
var isArray = _dereq_('../internals/is-array');
|
|
@@ -8013,7 +8115,7 @@ var toIndexedObject = _dereq_('../internals/to-indexed-object');
|
|
|
8013
8115
|
var createProperty = _dereq_('../internals/create-property');
|
|
8014
8116
|
var wellKnownSymbol = _dereq_('../internals/well-known-symbol');
|
|
8015
8117
|
var arrayMethodHasSpeciesSupport = _dereq_('../internals/array-method-has-species-support');
|
|
8016
|
-
var
|
|
8118
|
+
var nativeSlice = _dereq_('../internals/array-slice');
|
|
8017
8119
|
|
|
8018
8120
|
var HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('slice');
|
|
8019
8121
|
|
|
@@ -8042,7 +8144,7 @@ $({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {
|
|
|
8042
8144
|
if (Constructor === null) Constructor = undefined;
|
|
8043
8145
|
}
|
|
8044
8146
|
if (Constructor === $Array || Constructor === undefined) {
|
|
8045
|
-
return
|
|
8147
|
+
return nativeSlice(O, k, fin);
|
|
8046
8148
|
}
|
|
8047
8149
|
}
|
|
8048
8150
|
result = new (Constructor === undefined ? $Array : Constructor)(max(fin - k, 0));
|
|
@@ -8052,34 +8154,7 @@ $({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {
|
|
|
8052
8154
|
}
|
|
8053
8155
|
});
|
|
8054
8156
|
|
|
8055
|
-
},{"../internals/array-method-has-species-support":37,"../internals/array-slice":41,"../internals/create-property":
|
|
8056
|
-
var DESCRIPTORS = _dereq_('../internals/descriptors');
|
|
8057
|
-
var FUNCTION_NAME_EXISTS = _dereq_('../internals/function-name').EXISTS;
|
|
8058
|
-
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
8059
|
-
var defineProperty = _dereq_('../internals/object-define-property').f;
|
|
8060
|
-
|
|
8061
|
-
var FunctionPrototype = Function.prototype;
|
|
8062
|
-
var functionToString = uncurryThis(FunctionPrototype.toString);
|
|
8063
|
-
var nameRE = /function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/;
|
|
8064
|
-
var regExpExec = uncurryThis(nameRE.exec);
|
|
8065
|
-
var NAME = 'name';
|
|
8066
|
-
|
|
8067
|
-
// Function instances `.name` property
|
|
8068
|
-
// https://tc39.es/ecma262/#sec-function-instances-name
|
|
8069
|
-
if (DESCRIPTORS && !FUNCTION_NAME_EXISTS) {
|
|
8070
|
-
defineProperty(FunctionPrototype, NAME, {
|
|
8071
|
-
configurable: true,
|
|
8072
|
-
get: function () {
|
|
8073
|
-
try {
|
|
8074
|
-
return regExpExec(nameRE, functionToString(this))[1];
|
|
8075
|
-
} catch (error) {
|
|
8076
|
-
return '';
|
|
8077
|
-
}
|
|
8078
|
-
}
|
|
8079
|
-
});
|
|
8080
|
-
}
|
|
8081
|
-
|
|
8082
|
-
},{"../internals/descriptors":61,"../internals/function-name":83,"../internals/function-uncurry-this":84,"../internals/object-define-property":127}],200:[function(_dereq_,module,exports){
|
|
8157
|
+
},{"../internals/array-method-has-species-support":37,"../internals/array-slice":41,"../internals/create-property":53,"../internals/export":76,"../internals/is-array":102,"../internals/is-constructor":104,"../internals/is-object":108,"../internals/length-of-array-like":117,"../internals/to-absolute-index":168,"../internals/to-indexed-object":171,"../internals/well-known-symbol":193}],203:[function(_dereq_,module,exports){
|
|
8083
8158
|
'use strict';
|
|
8084
8159
|
var $ = _dereq_('../internals/export');
|
|
8085
8160
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
@@ -8093,7 +8168,7 @@ var $String = String;
|
|
|
8093
8168
|
var floor = Math.floor;
|
|
8094
8169
|
var repeat = uncurryThis($repeat);
|
|
8095
8170
|
var stringSlice = uncurryThis(''.slice);
|
|
8096
|
-
var
|
|
8171
|
+
var nativeToFixed = uncurryThis(1.0.toFixed);
|
|
8097
8172
|
|
|
8098
8173
|
var pow = function (x, n, acc) {
|
|
8099
8174
|
return n === 0 ? acc : n % 2 === 1 ? pow(x, n - 1, acc * x) : pow(x * x, n / 2, acc);
|
|
@@ -8144,13 +8219,13 @@ var dataToString = function (data) {
|
|
|
8144
8219
|
};
|
|
8145
8220
|
|
|
8146
8221
|
var FORCED = fails(function () {
|
|
8147
|
-
return
|
|
8148
|
-
|
|
8149
|
-
|
|
8150
|
-
|
|
8222
|
+
return nativeToFixed(0.00008, 3) !== '0.000' ||
|
|
8223
|
+
nativeToFixed(0.9, 0) !== '1' ||
|
|
8224
|
+
nativeToFixed(1.255, 2) !== '1.25' ||
|
|
8225
|
+
nativeToFixed(1000000000000000128.0, 0) !== '1000000000000000128';
|
|
8151
8226
|
}) || !fails(function () {
|
|
8152
8227
|
// V8 ~ Android 4.3-
|
|
8153
|
-
|
|
8228
|
+
nativeToFixed({});
|
|
8154
8229
|
});
|
|
8155
8230
|
|
|
8156
8231
|
// `Number.prototype.toFixed` method
|
|
@@ -8212,7 +8287,7 @@ $({ target: 'Number', proto: true, forced: FORCED }, {
|
|
|
8212
8287
|
}
|
|
8213
8288
|
});
|
|
8214
8289
|
|
|
8215
|
-
},{"../internals/export":76,"../internals/fails":77,"../internals/function-uncurry-this":84,"../internals/string-repeat":163,"../internals/this-number-value":
|
|
8290
|
+
},{"../internals/export":76,"../internals/fails":77,"../internals/function-uncurry-this":84,"../internals/string-repeat":163,"../internals/this-number-value":167,"../internals/to-integer-or-infinity":172}],204:[function(_dereq_,module,exports){
|
|
8216
8291
|
var $ = _dereq_('../internals/export');
|
|
8217
8292
|
var DESCRIPTORS = _dereq_('../internals/descriptors');
|
|
8218
8293
|
var defineProperty = _dereq_('../internals/object-define-property').f;
|
|
@@ -8224,7 +8299,7 @@ $({ target: 'Object', stat: true, forced: Object.defineProperty !== defineProper
|
|
|
8224
8299
|
defineProperty: defineProperty
|
|
8225
8300
|
});
|
|
8226
8301
|
|
|
8227
|
-
},{"../internals/descriptors":
|
|
8302
|
+
},{"../internals/descriptors":59,"../internals/export":76,"../internals/object-define-property":127}],205:[function(_dereq_,module,exports){
|
|
8228
8303
|
var $ = _dereq_('../internals/export');
|
|
8229
8304
|
var fails = _dereq_('../internals/fails');
|
|
8230
8305
|
var getOwnPropertyNames = _dereq_('../internals/object-get-own-property-names-external').f;
|
|
@@ -8238,7 +8313,7 @@ $({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {
|
|
|
8238
8313
|
getOwnPropertyNames: getOwnPropertyNames
|
|
8239
8314
|
});
|
|
8240
8315
|
|
|
8241
|
-
},{"../internals/export":76,"../internals/fails":77,"../internals/object-get-own-property-names-external":129}],
|
|
8316
|
+
},{"../internals/export":76,"../internals/fails":77,"../internals/object-get-own-property-names-external":129}],206:[function(_dereq_,module,exports){
|
|
8242
8317
|
var $ = _dereq_('../internals/export');
|
|
8243
8318
|
var toObject = _dereq_('../internals/to-object');
|
|
8244
8319
|
var nativeKeys = _dereq_('../internals/object-keys');
|
|
@@ -8254,7 +8329,7 @@ $({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {
|
|
|
8254
8329
|
}
|
|
8255
8330
|
});
|
|
8256
8331
|
|
|
8257
|
-
},{"../internals/export":76,"../internals/fails":77,"../internals/object-keys":135,"../internals/to-object":
|
|
8332
|
+
},{"../internals/export":76,"../internals/fails":77,"../internals/object-keys":135,"../internals/to-object":174}],207:[function(_dereq_,module,exports){
|
|
8258
8333
|
var TO_STRING_TAG_SUPPORT = _dereq_('../internals/to-string-tag-support');
|
|
8259
8334
|
var defineBuiltIn = _dereq_('../internals/define-built-in');
|
|
8260
8335
|
var toString = _dereq_('../internals/object-to-string');
|
|
@@ -8265,7 +8340,7 @@ if (!TO_STRING_TAG_SUPPORT) {
|
|
|
8265
8340
|
defineBuiltIn(Object.prototype, 'toString', toString, { unsafe: true });
|
|
8266
8341
|
}
|
|
8267
8342
|
|
|
8268
|
-
},{"../internals/define-built-in":
|
|
8343
|
+
},{"../internals/define-built-in":55,"../internals/object-to-string":138,"../internals/to-string-tag-support":179}],208:[function(_dereq_,module,exports){
|
|
8269
8344
|
var $ = _dereq_('../internals/export');
|
|
8270
8345
|
var $parseFloat = _dereq_('../internals/number-parse-float');
|
|
8271
8346
|
|
|
@@ -8275,7 +8350,7 @@ $({ global: true, forced: parseFloat != $parseFloat }, {
|
|
|
8275
8350
|
parseFloat: $parseFloat
|
|
8276
8351
|
});
|
|
8277
8352
|
|
|
8278
|
-
},{"../internals/export":76,"../internals/number-parse-float":122}],
|
|
8353
|
+
},{"../internals/export":76,"../internals/number-parse-float":122}],209:[function(_dereq_,module,exports){
|
|
8279
8354
|
var $ = _dereq_('../internals/export');
|
|
8280
8355
|
var $parseInt = _dereq_('../internals/number-parse-int');
|
|
8281
8356
|
|
|
@@ -8285,7 +8360,7 @@ $({ global: true, forced: parseInt != $parseInt }, {
|
|
|
8285
8360
|
parseInt: $parseInt
|
|
8286
8361
|
});
|
|
8287
8362
|
|
|
8288
|
-
},{"../internals/export":76,"../internals/number-parse-int":123}],
|
|
8363
|
+
},{"../internals/export":76,"../internals/number-parse-int":123}],210:[function(_dereq_,module,exports){
|
|
8289
8364
|
'use strict';
|
|
8290
8365
|
var $ = _dereq_('../internals/export');
|
|
8291
8366
|
var call = _dereq_('../internals/function-call');
|
|
@@ -8326,7 +8401,7 @@ $({ target: 'Promise', stat: true, forced: PROMISE_STATICS_INCORRECT_ITERATION }
|
|
|
8326
8401
|
}
|
|
8327
8402
|
});
|
|
8328
8403
|
|
|
8329
|
-
},{"../internals/a-callable":19,"../internals/export":76,"../internals/function-call":82,"../internals/iterate":
|
|
8404
|
+
},{"../internals/a-callable":19,"../internals/export":76,"../internals/function-call":82,"../internals/iterate":111,"../internals/new-promise-capability":121,"../internals/perform":141,"../internals/promise-statics-incorrect-iteration":145}],211:[function(_dereq_,module,exports){
|
|
8330
8405
|
'use strict';
|
|
8331
8406
|
var $ = _dereq_('../internals/export');
|
|
8332
8407
|
var IS_PURE = _dereq_('../internals/is-pure');
|
|
@@ -8354,7 +8429,7 @@ if (!IS_PURE && isCallable(NativePromiseConstructor)) {
|
|
|
8354
8429
|
}
|
|
8355
8430
|
}
|
|
8356
8431
|
|
|
8357
|
-
},{"../internals/define-built-in":
|
|
8432
|
+
},{"../internals/define-built-in":55,"../internals/export":76,"../internals/get-built-in":85,"../internals/is-callable":103,"../internals/is-pure":109,"../internals/promise-constructor-detection":142,"../internals/promise-native-constructor":143}],212:[function(_dereq_,module,exports){
|
|
8358
8433
|
'use strict';
|
|
8359
8434
|
var $ = _dereq_('../internals/export');
|
|
8360
8435
|
var IS_PURE = _dereq_('../internals/is-pure');
|
|
@@ -8644,7 +8719,7 @@ $({ global: true, constructor: true, wrap: true, forced: FORCED_PROMISE_CONSTRUC
|
|
|
8644
8719
|
setToStringTag(PromiseConstructor, PROMISE, false, true);
|
|
8645
8720
|
setSpecies(PROMISE);
|
|
8646
8721
|
|
|
8647
|
-
},{"../internals/a-callable":19,"../internals/an-instance":24,"../internals/define-built-in":
|
|
8722
|
+
},{"../internals/a-callable":19,"../internals/an-instance":24,"../internals/define-built-in":55,"../internals/engine-is-node":70,"../internals/export":76,"../internals/function-call":82,"../internals/global":90,"../internals/host-report-errors":93,"../internals/internal-state":100,"../internals/is-callable":103,"../internals/is-object":108,"../internals/is-pure":109,"../internals/microtask":120,"../internals/new-promise-capability":121,"../internals/object-set-prototype-of":137,"../internals/perform":141,"../internals/promise-constructor-detection":142,"../internals/promise-native-constructor":143,"../internals/queue":146,"../internals/set-species":155,"../internals/set-to-string-tag":156,"../internals/species-constructor":160,"../internals/task":166}],213:[function(_dereq_,module,exports){
|
|
8648
8723
|
// TODO: Remove this module from `core-js@4` since it's split to modules listed below
|
|
8649
8724
|
_dereq_('../modules/es.promise.constructor');
|
|
8650
8725
|
_dereq_('../modules/es.promise.all');
|
|
@@ -8653,7 +8728,7 @@ _dereq_('../modules/es.promise.race');
|
|
|
8653
8728
|
_dereq_('../modules/es.promise.reject');
|
|
8654
8729
|
_dereq_('../modules/es.promise.resolve');
|
|
8655
8730
|
|
|
8656
|
-
},{"../modules/es.promise.all":
|
|
8731
|
+
},{"../modules/es.promise.all":210,"../modules/es.promise.catch":211,"../modules/es.promise.constructor":212,"../modules/es.promise.race":214,"../modules/es.promise.reject":215,"../modules/es.promise.resolve":216}],214:[function(_dereq_,module,exports){
|
|
8657
8732
|
'use strict';
|
|
8658
8733
|
var $ = _dereq_('../internals/export');
|
|
8659
8734
|
var call = _dereq_('../internals/function-call');
|
|
@@ -8681,7 +8756,7 @@ $({ target: 'Promise', stat: true, forced: PROMISE_STATICS_INCORRECT_ITERATION }
|
|
|
8681
8756
|
}
|
|
8682
8757
|
});
|
|
8683
8758
|
|
|
8684
|
-
},{"../internals/a-callable":19,"../internals/export":76,"../internals/function-call":82,"../internals/iterate":
|
|
8759
|
+
},{"../internals/a-callable":19,"../internals/export":76,"../internals/function-call":82,"../internals/iterate":111,"../internals/new-promise-capability":121,"../internals/perform":141,"../internals/promise-statics-incorrect-iteration":145}],215:[function(_dereq_,module,exports){
|
|
8685
8760
|
'use strict';
|
|
8686
8761
|
var $ = _dereq_('../internals/export');
|
|
8687
8762
|
var call = _dereq_('../internals/function-call');
|
|
@@ -8698,7 +8773,7 @@ $({ target: 'Promise', stat: true, forced: FORCED_PROMISE_CONSTRUCTOR }, {
|
|
|
8698
8773
|
}
|
|
8699
8774
|
});
|
|
8700
8775
|
|
|
8701
|
-
},{"../internals/export":76,"../internals/function-call":82,"../internals/new-promise-capability":121,"../internals/promise-constructor-detection":142}],
|
|
8776
|
+
},{"../internals/export":76,"../internals/function-call":82,"../internals/new-promise-capability":121,"../internals/promise-constructor-detection":142}],216:[function(_dereq_,module,exports){
|
|
8702
8777
|
'use strict';
|
|
8703
8778
|
var $ = _dereq_('../internals/export');
|
|
8704
8779
|
var getBuiltIn = _dereq_('../internals/get-built-in');
|
|
@@ -8718,7 +8793,7 @@ $({ target: 'Promise', stat: true, forced: IS_PURE || FORCED_PROMISE_CONSTRUCTOR
|
|
|
8718
8793
|
}
|
|
8719
8794
|
});
|
|
8720
8795
|
|
|
8721
|
-
},{"../internals/export":76,"../internals/get-built-in":85,"../internals/is-pure":
|
|
8796
|
+
},{"../internals/export":76,"../internals/get-built-in":85,"../internals/is-pure":109,"../internals/promise-constructor-detection":142,"../internals/promise-native-constructor":143,"../internals/promise-resolve":144}],217:[function(_dereq_,module,exports){
|
|
8722
8797
|
'use strict';
|
|
8723
8798
|
var $ = _dereq_('../internals/export');
|
|
8724
8799
|
var exec = _dereq_('../internals/regexp-exec');
|
|
@@ -8729,7 +8804,7 @@ $({ target: 'RegExp', proto: true, forced: /./.exec !== exec }, {
|
|
|
8729
8804
|
exec: exec
|
|
8730
8805
|
});
|
|
8731
8806
|
|
|
8732
|
-
},{"../internals/export":76,"../internals/regexp-exec":148}],
|
|
8807
|
+
},{"../internals/export":76,"../internals/regexp-exec":148}],218:[function(_dereq_,module,exports){
|
|
8733
8808
|
'use strict';
|
|
8734
8809
|
var PROPER_FUNCTION_NAME = _dereq_('../internals/function-name').PROPER;
|
|
8735
8810
|
var defineBuiltIn = _dereq_('../internals/define-built-in');
|
|
@@ -8740,11 +8815,11 @@ var getRegExpFlags = _dereq_('../internals/regexp-get-flags');
|
|
|
8740
8815
|
|
|
8741
8816
|
var TO_STRING = 'toString';
|
|
8742
8817
|
var RegExpPrototype = RegExp.prototype;
|
|
8743
|
-
var
|
|
8818
|
+
var nativeToString = RegExpPrototype[TO_STRING];
|
|
8744
8819
|
|
|
8745
|
-
var NOT_GENERIC = fails(function () { return
|
|
8820
|
+
var NOT_GENERIC = fails(function () { return nativeToString.call({ source: 'a', flags: 'b' }) != '/a/b'; });
|
|
8746
8821
|
// FF44- RegExp#toString has a wrong name
|
|
8747
|
-
var INCORRECT_NAME = PROPER_FUNCTION_NAME &&
|
|
8822
|
+
var INCORRECT_NAME = PROPER_FUNCTION_NAME && nativeToString.name != TO_STRING;
|
|
8748
8823
|
|
|
8749
8824
|
// `RegExp.prototype.toString` method
|
|
8750
8825
|
// https://tc39.es/ecma262/#sec-regexp.prototype.tostring
|
|
@@ -8757,12 +8832,12 @@ if (NOT_GENERIC || INCORRECT_NAME) {
|
|
|
8757
8832
|
}, { unsafe: true });
|
|
8758
8833
|
}
|
|
8759
8834
|
|
|
8760
|
-
},{"../internals/an-object":25,"../internals/define-built-in":
|
|
8835
|
+
},{"../internals/an-object":25,"../internals/define-built-in":55,"../internals/fails":77,"../internals/function-name":83,"../internals/regexp-get-flags":150,"../internals/to-string":180}],219:[function(_dereq_,module,exports){
|
|
8761
8836
|
'use strict';
|
|
8762
8837
|
var charAt = _dereq_('../internals/string-multibyte').charAt;
|
|
8763
8838
|
var toString = _dereq_('../internals/to-string');
|
|
8764
8839
|
var InternalStateModule = _dereq_('../internals/internal-state');
|
|
8765
|
-
var defineIterator = _dereq_('../internals/define
|
|
8840
|
+
var defineIterator = _dereq_('../internals/iterator-define');
|
|
8766
8841
|
|
|
8767
8842
|
var STRING_ITERATOR = 'String Iterator';
|
|
8768
8843
|
var setInternalState = InternalStateModule.set;
|
|
@@ -8789,7 +8864,7 @@ defineIterator(String, 'String', function (iterated) {
|
|
|
8789
8864
|
return { value: point, done: false };
|
|
8790
8865
|
});
|
|
8791
8866
|
|
|
8792
|
-
},{"../internals/
|
|
8867
|
+
},{"../internals/internal-state":100,"../internals/iterator-define":114,"../internals/string-multibyte":161,"../internals/to-string":180}],220:[function(_dereq_,module,exports){
|
|
8793
8868
|
'use strict';
|
|
8794
8869
|
var apply = _dereq_('../internals/function-apply');
|
|
8795
8870
|
var call = _dereq_('../internals/function-call');
|
|
@@ -8798,6 +8873,7 @@ var fixRegExpWellKnownSymbolLogic = _dereq_('../internals/fix-regexp-well-known-
|
|
|
8798
8873
|
var fails = _dereq_('../internals/fails');
|
|
8799
8874
|
var anObject = _dereq_('../internals/an-object');
|
|
8800
8875
|
var isCallable = _dereq_('../internals/is-callable');
|
|
8876
|
+
var isNullOrUndefined = _dereq_('../internals/is-null-or-undefined');
|
|
8801
8877
|
var toIntegerOrInfinity = _dereq_('../internals/to-integer-or-infinity');
|
|
8802
8878
|
var toLength = _dereq_('../internals/to-length');
|
|
8803
8879
|
var toString = _dereq_('../internals/to-string');
|
|
@@ -8855,7 +8931,7 @@ fixRegExpWellKnownSymbolLogic('replace', function (_, nativeReplace, maybeCallNa
|
|
|
8855
8931
|
// https://tc39.es/ecma262/#sec-string.prototype.replace
|
|
8856
8932
|
function replace(searchValue, replaceValue) {
|
|
8857
8933
|
var O = requireObjectCoercible(this);
|
|
8858
|
-
var replacer = searchValue
|
|
8934
|
+
var replacer = isNullOrUndefined(searchValue) ? undefined : getMethod(searchValue, REPLACE);
|
|
8859
8935
|
return replacer
|
|
8860
8936
|
? call(replacer, searchValue, O, replaceValue)
|
|
8861
8937
|
: call(nativeReplace, toString(O), searchValue, replaceValue);
|
|
@@ -8927,7 +9003,7 @@ fixRegExpWellKnownSymbolLogic('replace', function (_, nativeReplace, maybeCallNa
|
|
|
8927
9003
|
];
|
|
8928
9004
|
}, !REPLACE_SUPPORTS_NAMED_GROUPS || !REPLACE_KEEPS_$0 || REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE);
|
|
8929
9005
|
|
|
8930
|
-
},{"../internals/advance-string-index":23,"../internals/an-object":25,"../internals/fails":77,"../internals/fix-regexp-well-known-symbol-logic":78,"../internals/function-apply":79,"../internals/function-call":82,"../internals/function-uncurry-this":84,"../internals/get-method":88,"../internals/get-substitution":89,"../internals/is-callable":103,"../internals/regexp-exec-abstract":147,"../internals/require-object-coercible":154,"../internals/to-integer-or-infinity":
|
|
9006
|
+
},{"../internals/advance-string-index":23,"../internals/an-object":25,"../internals/fails":77,"../internals/fix-regexp-well-known-symbol-logic":78,"../internals/function-apply":79,"../internals/function-call":82,"../internals/function-uncurry-this":84,"../internals/get-method":88,"../internals/get-substitution":89,"../internals/is-callable":103,"../internals/is-null-or-undefined":107,"../internals/regexp-exec-abstract":147,"../internals/require-object-coercible":154,"../internals/to-integer-or-infinity":172,"../internals/to-length":173,"../internals/to-string":180,"../internals/well-known-symbol":193}],221:[function(_dereq_,module,exports){
|
|
8931
9007
|
'use strict';
|
|
8932
9008
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
8933
9009
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
@@ -8943,7 +9019,7 @@ exportTypedArrayMethod('copyWithin', function copyWithin(target, start /* , end
|
|
|
8943
9019
|
return u$ArrayCopyWithin(aTypedArray(this), target, start, arguments.length > 2 ? arguments[2] : undefined);
|
|
8944
9020
|
});
|
|
8945
9021
|
|
|
8946
|
-
},{"../internals/array-buffer-view-core":27,"../internals/array-copy-within":29,"../internals/function-uncurry-this":84}],
|
|
9022
|
+
},{"../internals/array-buffer-view-core":27,"../internals/array-copy-within":29,"../internals/function-uncurry-this":84}],222:[function(_dereq_,module,exports){
|
|
8947
9023
|
'use strict';
|
|
8948
9024
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
8949
9025
|
var $every = _dereq_('../internals/array-iteration').every;
|
|
@@ -8957,7 +9033,7 @@ exportTypedArrayMethod('every', function every(callbackfn /* , thisArg */) {
|
|
|
8957
9033
|
return $every(aTypedArray(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined);
|
|
8958
9034
|
});
|
|
8959
9035
|
|
|
8960
|
-
},{"../internals/array-buffer-view-core":27,"../internals/array-iteration":35}],
|
|
9036
|
+
},{"../internals/array-buffer-view-core":27,"../internals/array-iteration":35}],223:[function(_dereq_,module,exports){
|
|
8961
9037
|
'use strict';
|
|
8962
9038
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
8963
9039
|
var $fill = _dereq_('../internals/array-fill');
|
|
@@ -8988,7 +9064,7 @@ exportTypedArrayMethod('fill', function fill(value /* , start, end */) {
|
|
|
8988
9064
|
return call($fill, this, actualValue, length > 1 ? arguments[1] : undefined, length > 2 ? arguments[2] : undefined);
|
|
8989
9065
|
}, CONVERSION_BUG);
|
|
8990
9066
|
|
|
8991
|
-
},{"../internals/array-buffer-view-core":27,"../internals/array-fill":30,"../internals/classof":48,"../internals/fails":77,"../internals/function-call":82,"../internals/function-uncurry-this":84,"../internals/to-big-int":
|
|
9067
|
+
},{"../internals/array-buffer-view-core":27,"../internals/array-fill":30,"../internals/classof":48,"../internals/fails":77,"../internals/function-call":82,"../internals/function-uncurry-this":84,"../internals/to-big-int":169}],224:[function(_dereq_,module,exports){
|
|
8992
9068
|
'use strict';
|
|
8993
9069
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
8994
9070
|
var $filter = _dereq_('../internals/array-iteration').filter;
|
|
@@ -9004,7 +9080,7 @@ exportTypedArrayMethod('filter', function filter(callbackfn /* , thisArg */) {
|
|
|
9004
9080
|
return fromSpeciesAndList(this, list);
|
|
9005
9081
|
});
|
|
9006
9082
|
|
|
9007
|
-
},{"../internals/array-buffer-view-core":27,"../internals/array-iteration":35,"../internals/typed-array-from-species-and-list":
|
|
9083
|
+
},{"../internals/array-buffer-view-core":27,"../internals/array-iteration":35,"../internals/typed-array-from-species-and-list":184}],225:[function(_dereq_,module,exports){
|
|
9008
9084
|
'use strict';
|
|
9009
9085
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
9010
9086
|
var $findIndex = _dereq_('../internals/array-iteration').findIndex;
|
|
@@ -9018,7 +9094,7 @@ exportTypedArrayMethod('findIndex', function findIndex(predicate /* , thisArg */
|
|
|
9018
9094
|
return $findIndex(aTypedArray(this), predicate, arguments.length > 1 ? arguments[1] : undefined);
|
|
9019
9095
|
});
|
|
9020
9096
|
|
|
9021
|
-
},{"../internals/array-buffer-view-core":27,"../internals/array-iteration":35}],
|
|
9097
|
+
},{"../internals/array-buffer-view-core":27,"../internals/array-iteration":35}],226:[function(_dereq_,module,exports){
|
|
9022
9098
|
'use strict';
|
|
9023
9099
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
9024
9100
|
var $find = _dereq_('../internals/array-iteration').find;
|
|
@@ -9032,7 +9108,7 @@ exportTypedArrayMethod('find', function find(predicate /* , thisArg */) {
|
|
|
9032
9108
|
return $find(aTypedArray(this), predicate, arguments.length > 1 ? arguments[1] : undefined);
|
|
9033
9109
|
});
|
|
9034
9110
|
|
|
9035
|
-
},{"../internals/array-buffer-view-core":27,"../internals/array-iteration":35}],
|
|
9111
|
+
},{"../internals/array-buffer-view-core":27,"../internals/array-iteration":35}],227:[function(_dereq_,module,exports){
|
|
9036
9112
|
'use strict';
|
|
9037
9113
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
9038
9114
|
var $forEach = _dereq_('../internals/array-iteration').forEach;
|
|
@@ -9046,7 +9122,7 @@ exportTypedArrayMethod('forEach', function forEach(callbackfn /* , thisArg */) {
|
|
|
9046
9122
|
$forEach(aTypedArray(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined);
|
|
9047
9123
|
});
|
|
9048
9124
|
|
|
9049
|
-
},{"../internals/array-buffer-view-core":27,"../internals/array-iteration":35}],
|
|
9125
|
+
},{"../internals/array-buffer-view-core":27,"../internals/array-iteration":35}],228:[function(_dereq_,module,exports){
|
|
9050
9126
|
'use strict';
|
|
9051
9127
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
9052
9128
|
var $includes = _dereq_('../internals/array-includes').includes;
|
|
@@ -9060,7 +9136,7 @@ exportTypedArrayMethod('includes', function includes(searchElement /* , fromInde
|
|
|
9060
9136
|
return $includes(aTypedArray(this), searchElement, arguments.length > 1 ? arguments[1] : undefined);
|
|
9061
9137
|
});
|
|
9062
9138
|
|
|
9063
|
-
},{"../internals/array-buffer-view-core":27,"../internals/array-includes":34}],
|
|
9139
|
+
},{"../internals/array-buffer-view-core":27,"../internals/array-includes":34}],229:[function(_dereq_,module,exports){
|
|
9064
9140
|
'use strict';
|
|
9065
9141
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
9066
9142
|
var $indexOf = _dereq_('../internals/array-includes').indexOf;
|
|
@@ -9074,7 +9150,7 @@ exportTypedArrayMethod('indexOf', function indexOf(searchElement /* , fromIndex
|
|
|
9074
9150
|
return $indexOf(aTypedArray(this), searchElement, arguments.length > 1 ? arguments[1] : undefined);
|
|
9075
9151
|
});
|
|
9076
9152
|
|
|
9077
|
-
},{"../internals/array-buffer-view-core":27,"../internals/array-includes":34}],
|
|
9153
|
+
},{"../internals/array-buffer-view-core":27,"../internals/array-includes":34}],230:[function(_dereq_,module,exports){
|
|
9078
9154
|
'use strict';
|
|
9079
9155
|
var global = _dereq_('../internals/global');
|
|
9080
9156
|
var fails = _dereq_('../internals/fails');
|
|
@@ -9122,7 +9198,7 @@ exportTypedArrayMethod('values', typedArrayValues, GENERIC || !ITERATOR_IS_VALUE
|
|
|
9122
9198
|
// https://tc39.es/ecma262/#sec-%typedarray%.prototype-@@iterator
|
|
9123
9199
|
exportTypedArrayMethod(ITERATOR, typedArrayValues, GENERIC || !ITERATOR_IS_VALUES, { name: 'values' });
|
|
9124
9200
|
|
|
9125
|
-
},{"../internals/array-buffer-view-core":27,"../internals/fails":77,"../internals/function-uncurry-this":84,"../internals/global":90,"../internals/well-known-symbol":
|
|
9201
|
+
},{"../internals/array-buffer-view-core":27,"../internals/fails":77,"../internals/function-uncurry-this":84,"../internals/global":90,"../internals/well-known-symbol":193,"../modules/es.array.iterator":200}],231:[function(_dereq_,module,exports){
|
|
9126
9202
|
'use strict';
|
|
9127
9203
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
9128
9204
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
@@ -9137,7 +9213,7 @@ exportTypedArrayMethod('join', function join(separator) {
|
|
|
9137
9213
|
return $join(aTypedArray(this), separator);
|
|
9138
9214
|
});
|
|
9139
9215
|
|
|
9140
|
-
},{"../internals/array-buffer-view-core":27,"../internals/function-uncurry-this":84}],
|
|
9216
|
+
},{"../internals/array-buffer-view-core":27,"../internals/function-uncurry-this":84}],232:[function(_dereq_,module,exports){
|
|
9141
9217
|
'use strict';
|
|
9142
9218
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
9143
9219
|
var apply = _dereq_('../internals/function-apply');
|
|
@@ -9153,7 +9229,7 @@ exportTypedArrayMethod('lastIndexOf', function lastIndexOf(searchElement /* , fr
|
|
|
9153
9229
|
return apply($lastIndexOf, aTypedArray(this), length > 1 ? [searchElement, arguments[1]] : [searchElement]);
|
|
9154
9230
|
});
|
|
9155
9231
|
|
|
9156
|
-
},{"../internals/array-buffer-view-core":27,"../internals/array-last-index-of":36,"../internals/function-apply":79}],
|
|
9232
|
+
},{"../internals/array-buffer-view-core":27,"../internals/array-last-index-of":36,"../internals/function-apply":79}],233:[function(_dereq_,module,exports){
|
|
9157
9233
|
'use strict';
|
|
9158
9234
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
9159
9235
|
var $map = _dereq_('../internals/array-iteration').map;
|
|
@@ -9170,7 +9246,7 @@ exportTypedArrayMethod('map', function map(mapfn /* , thisArg */) {
|
|
|
9170
9246
|
});
|
|
9171
9247
|
});
|
|
9172
9248
|
|
|
9173
|
-
},{"../internals/array-buffer-view-core":27,"../internals/array-iteration":35,"../internals/typed-array-species-constructor":
|
|
9249
|
+
},{"../internals/array-buffer-view-core":27,"../internals/array-iteration":35,"../internals/typed-array-species-constructor":186}],234:[function(_dereq_,module,exports){
|
|
9174
9250
|
'use strict';
|
|
9175
9251
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
9176
9252
|
var $reduceRight = _dereq_('../internals/array-reduce').right;
|
|
@@ -9185,7 +9261,7 @@ exportTypedArrayMethod('reduceRight', function reduceRight(callbackfn /* , initi
|
|
|
9185
9261
|
return $reduceRight(aTypedArray(this), callbackfn, length, length > 1 ? arguments[1] : undefined);
|
|
9186
9262
|
});
|
|
9187
9263
|
|
|
9188
|
-
},{"../internals/array-buffer-view-core":27,"../internals/array-reduce":39}],
|
|
9264
|
+
},{"../internals/array-buffer-view-core":27,"../internals/array-reduce":39}],235:[function(_dereq_,module,exports){
|
|
9189
9265
|
'use strict';
|
|
9190
9266
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
9191
9267
|
var $reduce = _dereq_('../internals/array-reduce').left;
|
|
@@ -9200,7 +9276,7 @@ exportTypedArrayMethod('reduce', function reduce(callbackfn /* , initialValue */
|
|
|
9200
9276
|
return $reduce(aTypedArray(this), callbackfn, length, length > 1 ? arguments[1] : undefined);
|
|
9201
9277
|
});
|
|
9202
9278
|
|
|
9203
|
-
},{"../internals/array-buffer-view-core":27,"../internals/array-reduce":39}],
|
|
9279
|
+
},{"../internals/array-buffer-view-core":27,"../internals/array-reduce":39}],236:[function(_dereq_,module,exports){
|
|
9204
9280
|
'use strict';
|
|
9205
9281
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
9206
9282
|
|
|
@@ -9223,7 +9299,7 @@ exportTypedArrayMethod('reverse', function reverse() {
|
|
|
9223
9299
|
} return that;
|
|
9224
9300
|
});
|
|
9225
9301
|
|
|
9226
|
-
},{"../internals/array-buffer-view-core":27}],
|
|
9302
|
+
},{"../internals/array-buffer-view-core":27}],237:[function(_dereq_,module,exports){
|
|
9227
9303
|
'use strict';
|
|
9228
9304
|
var global = _dereq_('../internals/global');
|
|
9229
9305
|
var call = _dereq_('../internals/function-call');
|
|
@@ -9269,7 +9345,7 @@ exportTypedArrayMethod('set', function set(arrayLike /* , offset */) {
|
|
|
9269
9345
|
while (index < len) this[offset + index] = src[index++];
|
|
9270
9346
|
}, !WORKS_WITH_OBJECTS_AND_GEERIC_ON_TYPED_ARRAYS || TO_OBJECT_BUG);
|
|
9271
9347
|
|
|
9272
|
-
},{"../internals/array-buffer-view-core":27,"../internals/fails":77,"../internals/function-call":82,"../internals/global":90,"../internals/length-of-array-like":
|
|
9348
|
+
},{"../internals/array-buffer-view-core":27,"../internals/fails":77,"../internals/function-call":82,"../internals/global":90,"../internals/length-of-array-like":117,"../internals/to-object":174,"../internals/to-offset":175}],238:[function(_dereq_,module,exports){
|
|
9273
9349
|
'use strict';
|
|
9274
9350
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
9275
9351
|
var typedArraySpeciesConstructor = _dereq_('../internals/typed-array-species-constructor');
|
|
@@ -9296,7 +9372,7 @@ exportTypedArrayMethod('slice', function slice(start, end) {
|
|
|
9296
9372
|
return result;
|
|
9297
9373
|
}, FORCED);
|
|
9298
9374
|
|
|
9299
|
-
},{"../internals/array-buffer-view-core":27,"../internals/array-slice":41,"../internals/fails":77,"../internals/typed-array-species-constructor":
|
|
9375
|
+
},{"../internals/array-buffer-view-core":27,"../internals/array-slice":41,"../internals/fails":77,"../internals/typed-array-species-constructor":186}],239:[function(_dereq_,module,exports){
|
|
9300
9376
|
'use strict';
|
|
9301
9377
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
9302
9378
|
var $some = _dereq_('../internals/array-iteration').some;
|
|
@@ -9310,7 +9386,7 @@ exportTypedArrayMethod('some', function some(callbackfn /* , thisArg */) {
|
|
|
9310
9386
|
return $some(aTypedArray(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined);
|
|
9311
9387
|
});
|
|
9312
9388
|
|
|
9313
|
-
},{"../internals/array-buffer-view-core":27,"../internals/array-iteration":35}],
|
|
9389
|
+
},{"../internals/array-buffer-view-core":27,"../internals/array-iteration":35}],240:[function(_dereq_,module,exports){
|
|
9314
9390
|
'use strict';
|
|
9315
9391
|
var global = _dereq_('../internals/global');
|
|
9316
9392
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
@@ -9326,16 +9402,16 @@ var WEBKIT = _dereq_('../internals/engine-webkit-version');
|
|
|
9326
9402
|
var aTypedArray = ArrayBufferViewCore.aTypedArray;
|
|
9327
9403
|
var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;
|
|
9328
9404
|
var Uint16Array = global.Uint16Array;
|
|
9329
|
-
var
|
|
9405
|
+
var nativeSort = Uint16Array && uncurryThis(Uint16Array.prototype.sort);
|
|
9330
9406
|
|
|
9331
9407
|
// WebKit
|
|
9332
|
-
var ACCEPT_INCORRECT_ARGUMENTS = !!
|
|
9333
|
-
|
|
9408
|
+
var ACCEPT_INCORRECT_ARGUMENTS = !!nativeSort && !(fails(function () {
|
|
9409
|
+
nativeSort(new Uint16Array(2), null);
|
|
9334
9410
|
}) && fails(function () {
|
|
9335
|
-
|
|
9411
|
+
nativeSort(new Uint16Array(2), {});
|
|
9336
9412
|
}));
|
|
9337
9413
|
|
|
9338
|
-
var STABLE_SORT = !!
|
|
9414
|
+
var STABLE_SORT = !!nativeSort && !fails(function () {
|
|
9339
9415
|
// feature detection can be too slow, so check engines versions
|
|
9340
9416
|
if (V8) return V8 < 74;
|
|
9341
9417
|
if (FF) return FF < 67;
|
|
@@ -9352,7 +9428,7 @@ var STABLE_SORT = !!un$Sort && !fails(function () {
|
|
|
9352
9428
|
expected[index] = index - 2 * mod + 3;
|
|
9353
9429
|
}
|
|
9354
9430
|
|
|
9355
|
-
|
|
9431
|
+
nativeSort(array, function (a, b) {
|
|
9356
9432
|
return (a / 4 | 0) - (b / 4 | 0);
|
|
9357
9433
|
});
|
|
9358
9434
|
|
|
@@ -9377,12 +9453,12 @@ var getSortCompare = function (comparefn) {
|
|
|
9377
9453
|
// https://tc39.es/ecma262/#sec-%typedarray%.prototype.sort
|
|
9378
9454
|
exportTypedArrayMethod('sort', function sort(comparefn) {
|
|
9379
9455
|
if (comparefn !== undefined) aCallable(comparefn);
|
|
9380
|
-
if (STABLE_SORT) return
|
|
9456
|
+
if (STABLE_SORT) return nativeSort(this, comparefn);
|
|
9381
9457
|
|
|
9382
9458
|
return internalSort(aTypedArray(this), getSortCompare(comparefn));
|
|
9383
9459
|
}, !STABLE_SORT || ACCEPT_INCORRECT_ARGUMENTS);
|
|
9384
9460
|
|
|
9385
|
-
},{"../internals/a-callable":19,"../internals/array-buffer-view-core":27,"../internals/array-sort":42,"../internals/engine-ff-version":
|
|
9461
|
+
},{"../internals/a-callable":19,"../internals/array-buffer-view-core":27,"../internals/array-sort":42,"../internals/engine-ff-version":64,"../internals/engine-is-ie-or-edge":67,"../internals/engine-v8-version":73,"../internals/engine-webkit-version":74,"../internals/fails":77,"../internals/function-uncurry-this":84,"../internals/global":90}],241:[function(_dereq_,module,exports){
|
|
9386
9462
|
'use strict';
|
|
9387
9463
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
9388
9464
|
var toLength = _dereq_('../internals/to-length');
|
|
@@ -9406,7 +9482,7 @@ exportTypedArrayMethod('subarray', function subarray(begin, end) {
|
|
|
9406
9482
|
);
|
|
9407
9483
|
});
|
|
9408
9484
|
|
|
9409
|
-
},{"../internals/array-buffer-view-core":27,"../internals/to-absolute-index":
|
|
9485
|
+
},{"../internals/array-buffer-view-core":27,"../internals/to-absolute-index":168,"../internals/to-length":173,"../internals/typed-array-species-constructor":186}],242:[function(_dereq_,module,exports){
|
|
9410
9486
|
'use strict';
|
|
9411
9487
|
var global = _dereq_('../internals/global');
|
|
9412
9488
|
var apply = _dereq_('../internals/function-apply');
|
|
@@ -9440,7 +9516,7 @@ exportTypedArrayMethod('toLocaleString', function toLocaleString() {
|
|
|
9440
9516
|
);
|
|
9441
9517
|
}, FORCED);
|
|
9442
9518
|
|
|
9443
|
-
},{"../internals/array-buffer-view-core":27,"../internals/array-slice":41,"../internals/fails":77,"../internals/function-apply":79,"../internals/global":90}],
|
|
9519
|
+
},{"../internals/array-buffer-view-core":27,"../internals/array-slice":41,"../internals/fails":77,"../internals/function-apply":79,"../internals/global":90}],243:[function(_dereq_,module,exports){
|
|
9444
9520
|
'use strict';
|
|
9445
9521
|
var exportTypedArrayMethod = _dereq_('../internals/array-buffer-view-core').exportTypedArrayMethod;
|
|
9446
9522
|
var fails = _dereq_('../internals/fails');
|
|
@@ -9464,7 +9540,7 @@ var IS_NOT_ARRAY_METHOD = Uint8ArrayPrototype.toString != arrayToString;
|
|
|
9464
9540
|
// https://tc39.es/ecma262/#sec-%typedarray%.prototype.tostring
|
|
9465
9541
|
exportTypedArrayMethod('toString', arrayToString, IS_NOT_ARRAY_METHOD);
|
|
9466
9542
|
|
|
9467
|
-
},{"../internals/array-buffer-view-core":27,"../internals/fails":77,"../internals/function-uncurry-this":84,"../internals/global":90}],
|
|
9543
|
+
},{"../internals/array-buffer-view-core":27,"../internals/fails":77,"../internals/function-uncurry-this":84,"../internals/global":90}],244:[function(_dereq_,module,exports){
|
|
9468
9544
|
var createTypedArrayConstructor = _dereq_('../internals/typed-array-constructor');
|
|
9469
9545
|
|
|
9470
9546
|
// `Uint8Array` constructor
|
|
@@ -9475,7 +9551,7 @@ createTypedArrayConstructor('Uint8', function (init) {
|
|
|
9475
9551
|
};
|
|
9476
9552
|
});
|
|
9477
9553
|
|
|
9478
|
-
},{"../internals/typed-array-constructor":
|
|
9554
|
+
},{"../internals/typed-array-constructor":182}],245:[function(_dereq_,module,exports){
|
|
9479
9555
|
var global = _dereq_('../internals/global');
|
|
9480
9556
|
var DOMIterables = _dereq_('../internals/dom-iterables');
|
|
9481
9557
|
var DOMTokenListPrototype = _dereq_('../internals/dom-token-list-prototype');
|
|
@@ -9499,7 +9575,7 @@ for (var COLLECTION_NAME in DOMIterables) {
|
|
|
9499
9575
|
|
|
9500
9576
|
handlePrototype(DOMTokenListPrototype);
|
|
9501
9577
|
|
|
9502
|
-
},{"../internals/array-for-each":31,"../internals/create-non-enumerable-property":
|
|
9578
|
+
},{"../internals/array-for-each":31,"../internals/create-non-enumerable-property":51,"../internals/dom-iterables":62,"../internals/dom-token-list-prototype":63,"../internals/global":90}],246:[function(_dereq_,module,exports){
|
|
9503
9579
|
var global = _dereq_('../internals/global');
|
|
9504
9580
|
var DOMIterables = _dereq_('../internals/dom-iterables');
|
|
9505
9581
|
var DOMTokenListPrototype = _dereq_('../internals/dom-token-list-prototype');
|
|
@@ -9539,7 +9615,7 @@ for (var COLLECTION_NAME in DOMIterables) {
|
|
|
9539
9615
|
|
|
9540
9616
|
handlePrototype(DOMTokenListPrototype, 'DOMTokenList');
|
|
9541
9617
|
|
|
9542
|
-
},{"../internals/create-non-enumerable-property":
|
|
9618
|
+
},{"../internals/create-non-enumerable-property":51,"../internals/dom-iterables":62,"../internals/dom-token-list-prototype":63,"../internals/global":90,"../internals/well-known-symbol":193,"../modules/es.array.iterator":200}],247:[function(_dereq_,module,exports){
|
|
9543
9619
|
'use strict';
|
|
9544
9620
|
// TODO: in core-js@4, move /modules/ dependencies to public entries for better optimization by tools like `preset-env`
|
|
9545
9621
|
_dereq_('../modules/es.array.iterator');
|
|
@@ -9548,11 +9624,11 @@ var global = _dereq_('../internals/global');
|
|
|
9548
9624
|
var call = _dereq_('../internals/function-call');
|
|
9549
9625
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
9550
9626
|
var DESCRIPTORS = _dereq_('../internals/descriptors');
|
|
9551
|
-
var USE_NATIVE_URL = _dereq_('../internals/
|
|
9627
|
+
var USE_NATIVE_URL = _dereq_('../internals/url-constructor-detection');
|
|
9552
9628
|
var defineBuiltIn = _dereq_('../internals/define-built-in');
|
|
9553
9629
|
var defineBuiltIns = _dereq_('../internals/define-built-ins');
|
|
9554
9630
|
var setToStringTag = _dereq_('../internals/set-to-string-tag');
|
|
9555
|
-
var createIteratorConstructor = _dereq_('../internals/create-
|
|
9631
|
+
var createIteratorConstructor = _dereq_('../internals/iterator-create-constructor');
|
|
9556
9632
|
var InternalStateModule = _dereq_('../internals/internal-state');
|
|
9557
9633
|
var anInstance = _dereq_('../internals/an-instance');
|
|
9558
9634
|
var isCallable = _dereq_('../internals/is-callable');
|
|
@@ -9933,17 +10009,17 @@ module.exports = {
|
|
|
9933
10009
|
getState: getInternalParamsState
|
|
9934
10010
|
};
|
|
9935
10011
|
|
|
9936
|
-
},{"../internals/an-instance":24,"../internals/an-object":25,"../internals/array-sort":42,"../internals/classof":48,"../internals/create-
|
|
10012
|
+
},{"../internals/an-instance":24,"../internals/an-object":25,"../internals/array-sort":42,"../internals/classof":48,"../internals/create-property-descriptor":52,"../internals/define-built-in":55,"../internals/define-built-ins":56,"../internals/descriptors":59,"../internals/export":76,"../internals/function-bind-context":80,"../internals/function-call":82,"../internals/function-uncurry-this":84,"../internals/get-iterator":87,"../internals/get-iterator-method":86,"../internals/global":90,"../internals/has-own-property":91,"../internals/internal-state":100,"../internals/is-callable":103,"../internals/is-object":108,"../internals/iterator-create-constructor":113,"../internals/object-create":125,"../internals/set-to-string-tag":156,"../internals/to-string":180,"../internals/url-constructor-detection":188,"../internals/validate-arguments-length":191,"../internals/well-known-symbol":193,"../modules/es.array.iterator":200}],248:[function(_dereq_,module,exports){
|
|
9937
10013
|
// TODO: Remove this module from `core-js@4` since it's replaced to module below
|
|
9938
10014
|
_dereq_('../modules/web.url-search-params.constructor');
|
|
9939
10015
|
|
|
9940
|
-
},{"../modules/web.url-search-params.constructor":
|
|
10016
|
+
},{"../modules/web.url-search-params.constructor":247}],249:[function(_dereq_,module,exports){
|
|
9941
10017
|
'use strict';
|
|
9942
10018
|
// TODO: in core-js@4, move /modules/ dependencies to public entries for better optimization by tools like `preset-env`
|
|
9943
10019
|
_dereq_('../modules/es.string.iterator');
|
|
9944
10020
|
var $ = _dereq_('../internals/export');
|
|
9945
10021
|
var DESCRIPTORS = _dereq_('../internals/descriptors');
|
|
9946
|
-
var USE_NATIVE_URL = _dereq_('../internals/
|
|
10022
|
+
var USE_NATIVE_URL = _dereq_('../internals/url-constructor-detection');
|
|
9947
10023
|
var global = _dereq_('../internals/global');
|
|
9948
10024
|
var bind = _dereq_('../internals/function-bind-context');
|
|
9949
10025
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
@@ -10981,11 +11057,11 @@ $({ global: true, constructor: true, forced: !USE_NATIVE_URL, sham: !DESCRIPTORS
|
|
|
10981
11057
|
URL: URLConstructor
|
|
10982
11058
|
});
|
|
10983
11059
|
|
|
10984
|
-
},{"../internals/an-instance":24,"../internals/array-from":33,"../internals/array-slice-simple":40,"../internals/define-built-in":
|
|
11060
|
+
},{"../internals/an-instance":24,"../internals/array-from":33,"../internals/array-slice-simple":40,"../internals/define-built-in":55,"../internals/define-built-in-accessor":54,"../internals/descriptors":59,"../internals/export":76,"../internals/function-bind-context":80,"../internals/function-uncurry-this":84,"../internals/global":90,"../internals/has-own-property":91,"../internals/internal-state":100,"../internals/object-assign":124,"../internals/set-to-string-tag":156,"../internals/string-multibyte":161,"../internals/string-punycode-to-ascii":162,"../internals/to-string":180,"../internals/url-constructor-detection":188,"../internals/validate-arguments-length":191,"../modules/es.string.iterator":219,"../modules/web.url-search-params.constructor":247}],250:[function(_dereq_,module,exports){
|
|
10985
11061
|
// TODO: Remove this module from `core-js@4` since it's replaced to module below
|
|
10986
11062
|
_dereq_('../modules/web.url.constructor');
|
|
10987
11063
|
|
|
10988
|
-
},{"../modules/web.url.constructor":
|
|
11064
|
+
},{"../modules/web.url.constructor":249}],251:[function(_dereq_,module,exports){
|
|
10989
11065
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
10990
11066
|
//
|
|
10991
11067
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -11094,7 +11170,7 @@ function objectToString(o) {
|
|
|
11094
11170
|
return Object.prototype.toString.call(o);
|
|
11095
11171
|
}
|
|
11096
11172
|
|
|
11097
|
-
},{"buffer":11}],
|
|
11173
|
+
},{"buffer":11}],252:[function(_dereq_,module,exports){
|
|
11098
11174
|
// create-error.js 0.3.1
|
|
11099
11175
|
// (c) 2013 Tim Griesser
|
|
11100
11176
|
// This source may be freely distributed under the MIT license.
|
|
@@ -11214,7 +11290,7 @@ function clone(target) {
|
|
|
11214
11290
|
}
|
|
11215
11291
|
});
|
|
11216
11292
|
|
|
11217
|
-
},{}],
|
|
11293
|
+
},{}],253:[function(_dereq_,module,exports){
|
|
11218
11294
|
'use strict';
|
|
11219
11295
|
|
|
11220
11296
|
var isMergeableObject = function isMergeableObject(value) {
|
|
@@ -11349,14 +11425,14 @@ var deepmerge_1 = deepmerge;
|
|
|
11349
11425
|
|
|
11350
11426
|
module.exports = deepmerge_1;
|
|
11351
11427
|
|
|
11352
|
-
},{}],
|
|
11428
|
+
},{}],254:[function(_dereq_,module,exports){
|
|
11353
11429
|
module.exports = function () {
|
|
11354
11430
|
for (var i = 0; i < arguments.length; i++) {
|
|
11355
11431
|
if (arguments[i] !== undefined) return arguments[i];
|
|
11356
11432
|
}
|
|
11357
11433
|
};
|
|
11358
11434
|
|
|
11359
|
-
},{}],
|
|
11435
|
+
},{}],255:[function(_dereq_,module,exports){
|
|
11360
11436
|
var util = _dereq_('util')
|
|
11361
11437
|
var global = _dereq_('global')
|
|
11362
11438
|
var EventEmitter = _dereq_('events')
|
|
@@ -11378,7 +11454,7 @@ var makeDespot = function () {
|
|
|
11378
11454
|
|
|
11379
11455
|
module.exports = makeDespot()
|
|
11380
11456
|
|
|
11381
|
-
},{"events":
|
|
11457
|
+
},{"events":261,"global":272,"util":334}],256:[function(_dereq_,module,exports){
|
|
11382
11458
|
'use strict'
|
|
11383
11459
|
|
|
11384
11460
|
var document = _dereq_('global/document')
|
|
@@ -11418,7 +11494,7 @@ function noopShim () {
|
|
|
11418
11494
|
|
|
11419
11495
|
function noop () {}
|
|
11420
11496
|
|
|
11421
|
-
},{"./keys":
|
|
11497
|
+
},{"./keys":257,"geval":270,"global/document":271}],257:[function(_dereq_,module,exports){
|
|
11422
11498
|
'use strict'
|
|
11423
11499
|
|
|
11424
11500
|
module.exports = keys
|
|
@@ -11443,7 +11519,7 @@ function lowercaseFirst (string) {
|
|
|
11443
11519
|
return string.substring(0, 1).toLowerCase() + string.substring(1)
|
|
11444
11520
|
}
|
|
11445
11521
|
|
|
11446
|
-
},{}],
|
|
11522
|
+
},{}],258:[function(_dereq_,module,exports){
|
|
11447
11523
|
function polyfill(window) {
|
|
11448
11524
|
var ElementPrototype = window.Element.prototype;
|
|
11449
11525
|
|
|
@@ -11481,7 +11557,7 @@ function polyfill(window) {
|
|
|
11481
11557
|
module.exports = polyfill;
|
|
11482
11558
|
|
|
11483
11559
|
|
|
11484
|
-
},{}],
|
|
11560
|
+
},{}],259:[function(_dereq_,module,exports){
|
|
11485
11561
|
(function (process){(function (){
|
|
11486
11562
|
var once = _dereq_('once');
|
|
11487
11563
|
|
|
@@ -11579,7 +11655,7 @@ var eos = function(stream, opts, callback) {
|
|
|
11579
11655
|
module.exports = eos;
|
|
11580
11656
|
|
|
11581
11657
|
}).call(this)}).call(this,_dereq_('_process'))
|
|
11582
|
-
},{"_process":
|
|
11658
|
+
},{"_process":298,"once":295}],260:[function(_dereq_,module,exports){
|
|
11583
11659
|
'use strict';
|
|
11584
11660
|
|
|
11585
11661
|
var GetIntrinsic = _dereq_('get-intrinsic');
|
|
@@ -11596,7 +11672,7 @@ if ($gOPD) {
|
|
|
11596
11672
|
|
|
11597
11673
|
module.exports = $gOPD;
|
|
11598
11674
|
|
|
11599
|
-
},{"get-intrinsic":
|
|
11675
|
+
},{"get-intrinsic":268}],261:[function(_dereq_,module,exports){
|
|
11600
11676
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
11601
11677
|
//
|
|
11602
11678
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -12095,7 +12171,7 @@ function eventTargetAgnosticAddListener(emitter, name, listener, flags) {
|
|
|
12095
12171
|
}
|
|
12096
12172
|
}
|
|
12097
12173
|
|
|
12098
|
-
},{}],
|
|
12174
|
+
},{}],262:[function(_dereq_,module,exports){
|
|
12099
12175
|
module.exports = stringify
|
|
12100
12176
|
stringify.default = stringify
|
|
12101
12177
|
stringify.stable = deterministicStringify
|
|
@@ -12326,7 +12402,7 @@ function replaceGetterValues (replacer) {
|
|
|
12326
12402
|
}
|
|
12327
12403
|
}
|
|
12328
12404
|
|
|
12329
|
-
},{}],
|
|
12405
|
+
},{}],263:[function(_dereq_,module,exports){
|
|
12330
12406
|
/*!
|
|
12331
12407
|
2022 Jason Mulligan <jason.mulligan@avoidwork.com>
|
|
12332
12408
|
@version 9.0.11
|
|
@@ -12334,7 +12410,7 @@ function replaceGetterValues (replacer) {
|
|
|
12334
12410
|
!function(i,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(i="undefined"!=typeof globalThis?globalThis:i||self).filesize=t()}(this,(function(){"use strict";function i(t){return i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(i){return typeof i}:function(i){return i&&"function"==typeof Symbol&&i.constructor===Symbol&&i!==Symbol.prototype?"symbol":typeof i},i(t)}var t="array",o="bits",e="byte",n="bytes",r="",b="exponent",l="function",a="iec",d="Invalid number",f="Invalid rounding method",u="jedec",s="object",c=".",p="round",y="kbit",m="string",v={symbol:{iec:{bits:["bit","Kibit","Mibit","Gibit","Tibit","Pibit","Eibit","Zibit","Yibit"],bytes:["B","KiB","MiB","GiB","TiB","PiB","EiB","ZiB","YiB"]},jedec:{bits:["bit","Kbit","Mbit","Gbit","Tbit","Pbit","Ebit","Zbit","Ybit"],bytes:["B","KB","MB","GB","TB","PB","EB","ZB","YB"]}},fullform:{iec:["","kibi","mebi","gibi","tebi","pebi","exbi","zebi","yobi"],jedec:["","kilo","mega","giga","tera","peta","exa","zetta","yotta"]}};function g(g){var h=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},B=h.bits,M=void 0!==B&&B,S=h.pad,T=void 0!==S&&S,w=h.base,x=void 0===w?-1:w,E=h.round,j=void 0===E?2:E,N=h.locale,P=void 0===N?r:N,k=h.localeOptions,G=void 0===k?{}:k,K=h.separator,Y=void 0===K?r:K,Z=h.spacer,z=void 0===Z?" ":Z,I=h.symbols,L=void 0===I?{}:I,O=h.standard,q=void 0===O?r:O,A=h.output,C=void 0===A?m:A,D=h.fullform,F=void 0!==D&&D,H=h.fullforms,J=void 0===H?[]:H,Q=h.exponent,R=void 0===Q?-1:Q,U=h.roundingMethod,V=void 0===U?p:U,W=h.precision,X=void 0===W?0:W,$=R,_=Number(g),ii=[],ti=0,oi=r;-1===x&&0===q.length?(x=10,q=u):-1===x&&q.length>0?x=(q=q===a?a:u)===a?2:10:q=10===(x=2===x?2:10)||q===u?u:a;var ei=10===x?1e3:1024,ni=!0===F,ri=_<0,bi=Math[V];if(isNaN(g))throw new TypeError(d);if(i(bi)!==l)throw new TypeError(f);if(ri&&(_=-_),(-1===$||isNaN($))&&($=Math.floor(Math.log(_)/Math.log(ei)))<0&&($=0),$>8&&(X>0&&(X+=8-$),$=8),C===b)return $;if(0===_)ii[0]=0,oi=ii[1]=v.symbol[q][M?o:n][$];else{ti=_/(2===x?Math.pow(2,10*$):Math.pow(1e3,$)),M&&(ti*=8)>=ei&&$<8&&(ti/=ei,$++);var li=Math.pow(10,$>0?j:0);ii[0]=bi(ti*li)/li,ii[0]===ei&&$<8&&-1===R&&(ii[0]=1,$++),oi=ii[1]=10===x&&1===$?M?y:"kB":v.symbol[q][M?o:n][$]}if(ri&&(ii[0]=-ii[0]),X>0&&(ii[0]=ii[0].toPrecision(X)),ii[1]=L[ii[1]]||ii[1],!0===P?ii[0]=ii[0].toLocaleString():P.length>0?ii[0]=ii[0].toLocaleString(P,G):Y.length>0&&(ii[0]=ii[0].toString().replace(c,Y)),T&&!1===Number.isInteger(ii[0])&&j>0){var ai=Y||c,di=ii[0].toString().split(ai),fi=di[1]||r,ui=fi.length,si=j-ui;ii[0]="".concat(di[0]).concat(ai).concat(fi.padEnd(ui+si,"0"))}return ni&&(ii[1]=J[$]?J[$]:v.fullform[q][$]+(M?"bit":e)+(1===ii[0]?r:"s")),C===t?ii:C===s?{value:ii[0],symbol:ii[1],exponent:$,unit:oi}:ii.join(z)}return g.partial=function(i){return function(t){return g(t,i)}},g}));
|
|
12335
12411
|
|
|
12336
12412
|
|
|
12337
|
-
},{}],
|
|
12413
|
+
},{}],264:[function(_dereq_,module,exports){
|
|
12338
12414
|
|
|
12339
12415
|
var hasOwn = Object.prototype.hasOwnProperty;
|
|
12340
12416
|
var toString = Object.prototype.toString;
|
|
@@ -12358,7 +12434,7 @@ module.exports = function forEach (obj, fn, ctx) {
|
|
|
12358
12434
|
};
|
|
12359
12435
|
|
|
12360
12436
|
|
|
12361
|
-
},{}],
|
|
12437
|
+
},{}],265:[function(_dereq_,module,exports){
|
|
12362
12438
|
'use strict';
|
|
12363
12439
|
|
|
12364
12440
|
/* eslint no-invalid-this: 1 */
|
|
@@ -12412,14 +12488,14 @@ module.exports = function bind(that) {
|
|
|
12412
12488
|
return bound;
|
|
12413
12489
|
};
|
|
12414
12490
|
|
|
12415
|
-
},{}],
|
|
12491
|
+
},{}],266:[function(_dereq_,module,exports){
|
|
12416
12492
|
'use strict';
|
|
12417
12493
|
|
|
12418
12494
|
var implementation = _dereq_('./implementation');
|
|
12419
12495
|
|
|
12420
12496
|
module.exports = Function.prototype.bind || implementation;
|
|
12421
12497
|
|
|
12422
|
-
},{"./implementation":
|
|
12498
|
+
},{"./implementation":265}],267:[function(_dereq_,module,exports){
|
|
12423
12499
|
"use strict";
|
|
12424
12500
|
|
|
12425
12501
|
exports.__esModule = true;
|
|
@@ -12626,7 +12702,7 @@ function getFormElementValue(element, trim) {
|
|
|
12626
12702
|
|
|
12627
12703
|
|
|
12628
12704
|
getFormData.getFieldData = getFieldData;
|
|
12629
|
-
},{}],
|
|
12705
|
+
},{}],268:[function(_dereq_,module,exports){
|
|
12630
12706
|
'use strict';
|
|
12631
12707
|
|
|
12632
12708
|
var undefined;
|
|
@@ -12958,7 +13034,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
|
|
|
12958
13034
|
return value;
|
|
12959
13035
|
};
|
|
12960
13036
|
|
|
12961
|
-
},{"function-bind":
|
|
13037
|
+
},{"function-bind":266,"has":276,"has-symbols":273}],269:[function(_dereq_,module,exports){
|
|
12962
13038
|
module.exports = Event
|
|
12963
13039
|
|
|
12964
13040
|
function Event() {
|
|
@@ -12986,7 +13062,7 @@ function Event() {
|
|
|
12986
13062
|
}
|
|
12987
13063
|
}
|
|
12988
13064
|
|
|
12989
|
-
},{}],
|
|
13065
|
+
},{}],270:[function(_dereq_,module,exports){
|
|
12990
13066
|
var Event = _dereq_('./event.js')
|
|
12991
13067
|
|
|
12992
13068
|
module.exports = Source
|
|
@@ -12999,7 +13075,7 @@ function Source(broadcaster) {
|
|
|
12999
13075
|
return tuple.listen
|
|
13000
13076
|
}
|
|
13001
13077
|
|
|
13002
|
-
},{"./event.js":
|
|
13078
|
+
},{"./event.js":269}],271:[function(_dereq_,module,exports){
|
|
13003
13079
|
(function (global){(function (){
|
|
13004
13080
|
var topLevel = typeof global !== 'undefined' ? global :
|
|
13005
13081
|
typeof window !== 'undefined' ? window : {}
|
|
@@ -13020,7 +13096,7 @@ if (typeof document !== 'undefined') {
|
|
|
13020
13096
|
module.exports = doccy;
|
|
13021
13097
|
|
|
13022
13098
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
13023
|
-
},{"min-document":9}],
|
|
13099
|
+
},{"min-document":9}],272:[function(_dereq_,module,exports){
|
|
13024
13100
|
(function (global){(function (){
|
|
13025
13101
|
var win;
|
|
13026
13102
|
|
|
@@ -13037,7 +13113,7 @@ if (typeof window !== "undefined") {
|
|
|
13037
13113
|
module.exports = win;
|
|
13038
13114
|
|
|
13039
13115
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
13040
|
-
},{}],
|
|
13116
|
+
},{}],273:[function(_dereq_,module,exports){
|
|
13041
13117
|
'use strict';
|
|
13042
13118
|
|
|
13043
13119
|
var origSymbol = typeof Symbol !== 'undefined' && Symbol;
|
|
@@ -13052,7 +13128,7 @@ module.exports = function hasNativeSymbols() {
|
|
|
13052
13128
|
return hasSymbolSham();
|
|
13053
13129
|
};
|
|
13054
13130
|
|
|
13055
|
-
},{"./shams":
|
|
13131
|
+
},{"./shams":274}],274:[function(_dereq_,module,exports){
|
|
13056
13132
|
'use strict';
|
|
13057
13133
|
|
|
13058
13134
|
/* eslint complexity: [2, 18], max-statements: [2, 33] */
|
|
@@ -13096,7 +13172,7 @@ module.exports = function hasSymbols() {
|
|
|
13096
13172
|
return true;
|
|
13097
13173
|
};
|
|
13098
13174
|
|
|
13099
|
-
},{}],
|
|
13175
|
+
},{}],275:[function(_dereq_,module,exports){
|
|
13100
13176
|
'use strict';
|
|
13101
13177
|
|
|
13102
13178
|
var hasSymbols = _dereq_('has-symbols/shams');
|
|
@@ -13105,14 +13181,14 @@ module.exports = function hasToStringTagShams() {
|
|
|
13105
13181
|
return hasSymbols() && !!Symbol.toStringTag;
|
|
13106
13182
|
};
|
|
13107
13183
|
|
|
13108
|
-
},{"has-symbols/shams":
|
|
13184
|
+
},{"has-symbols/shams":274}],276:[function(_dereq_,module,exports){
|
|
13109
13185
|
'use strict';
|
|
13110
13186
|
|
|
13111
13187
|
var bind = _dereq_('function-bind');
|
|
13112
13188
|
|
|
13113
13189
|
module.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);
|
|
13114
13190
|
|
|
13115
|
-
},{"function-bind":
|
|
13191
|
+
},{"function-bind":266}],277:[function(_dereq_,module,exports){
|
|
13116
13192
|
module.exports = shim
|
|
13117
13193
|
|
|
13118
13194
|
function shim (element, value) {
|
|
@@ -13123,7 +13199,7 @@ function shim (element, value) {
|
|
|
13123
13199
|
element.style.display = value ? 'none' : ''
|
|
13124
13200
|
}
|
|
13125
13201
|
|
|
13126
|
-
},{}],
|
|
13202
|
+
},{}],278:[function(_dereq_,module,exports){
|
|
13127
13203
|
// HumanizeDuration.js - https://git.io/j0HgmQ
|
|
13128
13204
|
|
|
13129
13205
|
/* global define, module */
|
|
@@ -14436,7 +14512,8 @@ function shim (element, value) {
|
|
|
14436
14512
|
m: "dakika",
|
|
14437
14513
|
s: "sekunde",
|
|
14438
14514
|
ms: "milisekunde",
|
|
14439
|
-
decimal: "."
|
|
14515
|
+
decimal: ".",
|
|
14516
|
+
_numberFirst: true
|
|
14440
14517
|
},
|
|
14441
14518
|
tr: {
|
|
14442
14519
|
y: "yıl",
|
|
@@ -14704,6 +14781,9 @@ function shim (element, value) {
|
|
|
14704
14781
|
word = dictionaryValue;
|
|
14705
14782
|
}
|
|
14706
14783
|
|
|
14784
|
+
if (dictionary._numberFirst) {
|
|
14785
|
+
return word + options.spacer + countStr;
|
|
14786
|
+
}
|
|
14707
14787
|
return countStr + options.spacer + word;
|
|
14708
14788
|
}
|
|
14709
14789
|
|
|
@@ -14828,7 +14908,7 @@ function shim (element, value) {
|
|
|
14828
14908
|
}
|
|
14829
14909
|
})();
|
|
14830
14910
|
|
|
14831
|
-
},{}],
|
|
14911
|
+
},{}],279:[function(_dereq_,module,exports){
|
|
14832
14912
|
var split = _dereq_('browser-split')
|
|
14833
14913
|
var ClassList = _dereq_('class-list')
|
|
14834
14914
|
|
|
@@ -14990,7 +15070,7 @@ function isArray (arr) {
|
|
|
14990
15070
|
|
|
14991
15071
|
|
|
14992
15072
|
|
|
14993
|
-
},{"browser-split":10,"class-list":15,"html-element":9}],
|
|
15073
|
+
},{"browser-split":10,"class-list":15,"html-element":9}],280:[function(_dereq_,module,exports){
|
|
14994
15074
|
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
14995
15075
|
exports.read = function (buffer, offset, isLE, mLen, nBytes) {
|
|
14996
15076
|
var e, m
|
|
@@ -15077,7 +15157,7 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
|
|
|
15077
15157
|
buffer[offset + i - d] |= s * 128
|
|
15078
15158
|
}
|
|
15079
15159
|
|
|
15080
|
-
},{}],
|
|
15160
|
+
},{}],281:[function(_dereq_,module,exports){
|
|
15081
15161
|
|
|
15082
15162
|
var indexOf = [].indexOf;
|
|
15083
15163
|
|
|
@@ -15088,7 +15168,7 @@ module.exports = function(arr, obj){
|
|
|
15088
15168
|
}
|
|
15089
15169
|
return -1;
|
|
15090
15170
|
};
|
|
15091
|
-
},{}],
|
|
15171
|
+
},{}],282:[function(_dereq_,module,exports){
|
|
15092
15172
|
if (typeof Object.create === 'function') {
|
|
15093
15173
|
// implementation from standard node.js 'util' module
|
|
15094
15174
|
module.exports = function inherits(ctor, superCtor) {
|
|
@@ -15117,7 +15197,7 @@ if (typeof Object.create === 'function') {
|
|
|
15117
15197
|
}
|
|
15118
15198
|
}
|
|
15119
15199
|
|
|
15120
|
-
},{}],
|
|
15200
|
+
},{}],283:[function(_dereq_,module,exports){
|
|
15121
15201
|
var containers = []; // will store container HTMLElement references
|
|
15122
15202
|
var styleElements = []; // will store {prepend: HTMLElement, append: HTMLElement}
|
|
15123
15203
|
|
|
@@ -15177,7 +15257,7 @@ function createStyleElement() {
|
|
|
15177
15257
|
module.exports = insertCss;
|
|
15178
15258
|
module.exports.insertCss = insertCss;
|
|
15179
15259
|
|
|
15180
|
-
},{}],
|
|
15260
|
+
},{}],284:[function(_dereq_,module,exports){
|
|
15181
15261
|
/*! npm.im/intervalometer */
|
|
15182
15262
|
'use strict';
|
|
15183
15263
|
|
|
@@ -15221,7 +15301,7 @@ function timerIntervalometer(cb, delay) {
|
|
|
15221
15301
|
exports.intervalometer = intervalometer;
|
|
15222
15302
|
exports.frameIntervalometer = frameIntervalometer;
|
|
15223
15303
|
exports.timerIntervalometer = timerIntervalometer;
|
|
15224
|
-
},{}],
|
|
15304
|
+
},{}],285:[function(_dereq_,module,exports){
|
|
15225
15305
|
/*! npm.im/iphone-inline-video 2.2.2 */
|
|
15226
15306
|
'use strict';
|
|
15227
15307
|
|
|
@@ -15589,7 +15669,7 @@ function enableInlineVideo(video, opts) {
|
|
|
15589
15669
|
|
|
15590
15670
|
module.exports = enableInlineVideo;
|
|
15591
15671
|
|
|
15592
|
-
},{"intervalometer":
|
|
15672
|
+
},{"intervalometer":284}],286:[function(_dereq_,module,exports){
|
|
15593
15673
|
'use strict';
|
|
15594
15674
|
|
|
15595
15675
|
var hasToStringTag = _dereq_('has-tostringtag/shams')();
|
|
@@ -15624,14 +15704,14 @@ isStandardArguments.isLegacyArguments = isLegacyArguments; // for tests
|
|
|
15624
15704
|
|
|
15625
15705
|
module.exports = supportsStandardArguments ? isStandardArguments : isLegacyArguments;
|
|
15626
15706
|
|
|
15627
|
-
},{"call-bind/callBound":12,"has-tostringtag/shams":
|
|
15707
|
+
},{"call-bind/callBound":12,"has-tostringtag/shams":275}],287:[function(_dereq_,module,exports){
|
|
15628
15708
|
'use strict';
|
|
15629
15709
|
|
|
15630
15710
|
module.exports = Number.isFinite || function (value) {
|
|
15631
15711
|
return !(typeof value !== 'number' || value !== value || value === Infinity || value === -Infinity);
|
|
15632
15712
|
};
|
|
15633
15713
|
|
|
15634
|
-
},{}],
|
|
15714
|
+
},{}],288:[function(_dereq_,module,exports){
|
|
15635
15715
|
'use strict';
|
|
15636
15716
|
|
|
15637
15717
|
var toStr = Object.prototype.toString;
|
|
@@ -15671,13 +15751,13 @@ module.exports = function isGeneratorFunction(fn) {
|
|
|
15671
15751
|
return getProto(fn) === GeneratorFunction;
|
|
15672
15752
|
};
|
|
15673
15753
|
|
|
15674
|
-
},{"has-tostringtag/shams":
|
|
15754
|
+
},{"has-tostringtag/shams":275}],289:[function(_dereq_,module,exports){
|
|
15675
15755
|
module.exports = isPowerOfTwo
|
|
15676
15756
|
|
|
15677
15757
|
function isPowerOfTwo(n) {
|
|
15678
15758
|
return n !== 0 && (n & (n - 1)) === 0
|
|
15679
15759
|
}
|
|
15680
|
-
},{}],
|
|
15760
|
+
},{}],290:[function(_dereq_,module,exports){
|
|
15681
15761
|
(function (global){(function (){
|
|
15682
15762
|
'use strict';
|
|
15683
15763
|
|
|
@@ -15741,14 +15821,14 @@ module.exports = function isTypedArray(value) {
|
|
|
15741
15821
|
};
|
|
15742
15822
|
|
|
15743
15823
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
15744
|
-
},{"available-typed-arrays":7,"call-bind/callBound":12,"es-abstract/helpers/getOwnPropertyDescriptor":
|
|
15824
|
+
},{"available-typed-arrays":7,"call-bind/callBound":12,"es-abstract/helpers/getOwnPropertyDescriptor":260,"foreach":264,"has-tostringtag/shams":275}],291:[function(_dereq_,module,exports){
|
|
15745
15825
|
var toString = {}.toString;
|
|
15746
15826
|
|
|
15747
15827
|
module.exports = Array.isArray || function (arr) {
|
|
15748
15828
|
return toString.call(arr) == '[object Array]';
|
|
15749
15829
|
};
|
|
15750
15830
|
|
|
15751
|
-
},{}],
|
|
15831
|
+
},{}],292:[function(_dereq_,module,exports){
|
|
15752
15832
|
/**
|
|
15753
15833
|
* Copyright 2013-2014 Facebook, Inc.
|
|
15754
15834
|
*
|
|
@@ -15803,7 +15883,7 @@ var keyMirror = function(obj) {
|
|
|
15803
15883
|
|
|
15804
15884
|
module.exports = keyMirror;
|
|
15805
15885
|
|
|
15806
|
-
},{}],
|
|
15886
|
+
},{}],293:[function(_dereq_,module,exports){
|
|
15807
15887
|
'use strict';
|
|
15808
15888
|
var numberIsFinite = _dereq_('is-finite');
|
|
15809
15889
|
|
|
@@ -15811,7 +15891,7 @@ module.exports = Number.isInteger || function (x) {
|
|
|
15811
15891
|
return numberIsFinite(x) && Math.floor(x) === x;
|
|
15812
15892
|
};
|
|
15813
15893
|
|
|
15814
|
-
},{"is-finite":
|
|
15894
|
+
},{"is-finite":287}],294:[function(_dereq_,module,exports){
|
|
15815
15895
|
var hasMap = typeof Map === 'function' && Map.prototype;
|
|
15816
15896
|
var mapSizeDescriptor = Object.getOwnPropertyDescriptor && hasMap ? Object.getOwnPropertyDescriptor(Map.prototype, 'size') : null;
|
|
15817
15897
|
var mapSize = hasMap && mapSizeDescriptor && typeof mapSizeDescriptor.get === 'function' ? mapSizeDescriptor.get : null;
|
|
@@ -15879,8 +15959,9 @@ function addNumericSeparator(num, str) {
|
|
|
15879
15959
|
return $replace.call(str, sepRegex, '$&_');
|
|
15880
15960
|
}
|
|
15881
15961
|
|
|
15882
|
-
var
|
|
15883
|
-
var
|
|
15962
|
+
var utilInspect = _dereq_('./util.inspect');
|
|
15963
|
+
var inspectCustom = utilInspect.custom;
|
|
15964
|
+
var inspectSymbol = isSymbol(inspectCustom) ? inspectCustom : null;
|
|
15884
15965
|
|
|
15885
15966
|
module.exports = function inspect_(obj, options, depth, seen) {
|
|
15886
15967
|
var opts = options || {};
|
|
@@ -15970,7 +16051,7 @@ module.exports = function inspect_(obj, options, depth, seen) {
|
|
|
15970
16051
|
return inspect_(value, opts, depth + 1, seen);
|
|
15971
16052
|
}
|
|
15972
16053
|
|
|
15973
|
-
if (typeof obj === 'function') {
|
|
16054
|
+
if (typeof obj === 'function' && !isRegExp(obj)) { // in older engines, regexes are callable
|
|
15974
16055
|
var name = nameOf(obj);
|
|
15975
16056
|
var keys = arrObjKeys(obj, inspect);
|
|
15976
16057
|
return '[Function' + (name ? ': ' + name : ' (anonymous)') + ']' + (keys.length > 0 ? ' { ' + $join.call(keys, ', ') + ' }' : '');
|
|
@@ -16000,15 +16081,15 @@ module.exports = function inspect_(obj, options, depth, seen) {
|
|
|
16000
16081
|
}
|
|
16001
16082
|
if (isError(obj)) {
|
|
16002
16083
|
var parts = arrObjKeys(obj, inspect);
|
|
16003
|
-
if ('cause' in obj && !isEnumerable.call(obj, 'cause')) {
|
|
16084
|
+
if (!('cause' in Error.prototype) && 'cause' in obj && !isEnumerable.call(obj, 'cause')) {
|
|
16004
16085
|
return '{ [' + String(obj) + '] ' + $join.call($concat.call('[cause]: ' + inspect(obj.cause), parts), ', ') + ' }';
|
|
16005
16086
|
}
|
|
16006
16087
|
if (parts.length === 0) { return '[' + String(obj) + ']'; }
|
|
16007
16088
|
return '{ [' + String(obj) + '] ' + $join.call(parts, ', ') + ' }';
|
|
16008
16089
|
}
|
|
16009
16090
|
if (typeof obj === 'object' && customInspect) {
|
|
16010
|
-
if (inspectSymbol && typeof obj[inspectSymbol] === 'function') {
|
|
16011
|
-
return obj
|
|
16091
|
+
if (inspectSymbol && typeof obj[inspectSymbol] === 'function' && utilInspect) {
|
|
16092
|
+
return utilInspect(obj, { depth: maxDepth - depth });
|
|
16012
16093
|
} else if (customInspect !== 'symbol' && typeof obj.inspect === 'function') {
|
|
16013
16094
|
return obj.inspect();
|
|
16014
16095
|
}
|
|
@@ -16324,7 +16405,7 @@ function arrObjKeys(obj, inspect) {
|
|
|
16324
16405
|
return xs;
|
|
16325
16406
|
}
|
|
16326
16407
|
|
|
16327
|
-
},{"./util.inspect":9}],
|
|
16408
|
+
},{"./util.inspect":9}],295:[function(_dereq_,module,exports){
|
|
16328
16409
|
var wrappy = _dereq_('wrappy')
|
|
16329
16410
|
module.exports = wrappy(once)
|
|
16330
16411
|
module.exports.strict = wrappy(onceStrict)
|
|
@@ -16368,7 +16449,7 @@ function onceStrict (fn) {
|
|
|
16368
16449
|
return f
|
|
16369
16450
|
}
|
|
16370
16451
|
|
|
16371
|
-
},{"wrappy":
|
|
16452
|
+
},{"wrappy":340}],296:[function(_dereq_,module,exports){
|
|
16372
16453
|
(function (process){(function (){
|
|
16373
16454
|
// Generated by CoffeeScript 1.12.2
|
|
16374
16455
|
(function() {
|
|
@@ -16408,7 +16489,7 @@ function onceStrict (fn) {
|
|
|
16408
16489
|
|
|
16409
16490
|
|
|
16410
16491
|
}).call(this)}).call(this,_dereq_('_process'))
|
|
16411
|
-
},{"_process":
|
|
16492
|
+
},{"_process":298}],297:[function(_dereq_,module,exports){
|
|
16412
16493
|
(function (process){(function (){
|
|
16413
16494
|
'use strict';
|
|
16414
16495
|
|
|
@@ -16457,7 +16538,7 @@ function nextTick(fn, arg1, arg2, arg3) {
|
|
|
16457
16538
|
|
|
16458
16539
|
|
|
16459
16540
|
}).call(this)}).call(this,_dereq_('_process'))
|
|
16460
|
-
},{"_process":
|
|
16541
|
+
},{"_process":298}],298:[function(_dereq_,module,exports){
|
|
16461
16542
|
// shim for using process in browser
|
|
16462
16543
|
var process = module.exports = {};
|
|
16463
16544
|
|
|
@@ -16643,7 +16724,7 @@ process.chdir = function (dir) {
|
|
|
16643
16724
|
};
|
|
16644
16725
|
process.umask = function() { return 0; };
|
|
16645
16726
|
|
|
16646
|
-
},{}],
|
|
16727
|
+
},{}],299:[function(_dereq_,module,exports){
|
|
16647
16728
|
'use strict';
|
|
16648
16729
|
|
|
16649
16730
|
var replace = String.prototype.replace;
|
|
@@ -16668,7 +16749,7 @@ module.exports = {
|
|
|
16668
16749
|
RFC3986: Format.RFC3986
|
|
16669
16750
|
};
|
|
16670
16751
|
|
|
16671
|
-
},{}],
|
|
16752
|
+
},{}],300:[function(_dereq_,module,exports){
|
|
16672
16753
|
'use strict';
|
|
16673
16754
|
|
|
16674
16755
|
var stringify = _dereq_('./stringify');
|
|
@@ -16681,7 +16762,7 @@ module.exports = {
|
|
|
16681
16762
|
stringify: stringify
|
|
16682
16763
|
};
|
|
16683
16764
|
|
|
16684
|
-
},{"./formats":
|
|
16765
|
+
},{"./formats":299,"./parse":301,"./stringify":302}],301:[function(_dereq_,module,exports){
|
|
16685
16766
|
'use strict';
|
|
16686
16767
|
|
|
16687
16768
|
var utils = _dereq_('./utils');
|
|
@@ -16946,7 +17027,7 @@ module.exports = function (str, opts) {
|
|
|
16946
17027
|
return utils.compact(obj);
|
|
16947
17028
|
};
|
|
16948
17029
|
|
|
16949
|
-
},{"./utils":
|
|
17030
|
+
},{"./utils":303}],302:[function(_dereq_,module,exports){
|
|
16950
17031
|
'use strict';
|
|
16951
17032
|
|
|
16952
17033
|
var getSideChannel = _dereq_('side-channel');
|
|
@@ -17265,7 +17346,7 @@ module.exports = function (object, opts) {
|
|
|
17265
17346
|
return joined.length > 0 ? prefix + joined : '';
|
|
17266
17347
|
};
|
|
17267
17348
|
|
|
17268
|
-
},{"./formats":
|
|
17349
|
+
},{"./formats":299,"./utils":303,"side-channel":321}],303:[function(_dereq_,module,exports){
|
|
17269
17350
|
'use strict';
|
|
17270
17351
|
|
|
17271
17352
|
var formats = _dereq_('./formats');
|
|
@@ -17519,7 +17600,7 @@ module.exports = {
|
|
|
17519
17600
|
merge: merge
|
|
17520
17601
|
};
|
|
17521
17602
|
|
|
17522
|
-
},{"./formats":
|
|
17603
|
+
},{"./formats":299}],304:[function(_dereq_,module,exports){
|
|
17523
17604
|
(function (global){(function (){
|
|
17524
17605
|
var now = _dereq_('performance-now')
|
|
17525
17606
|
, root = typeof window === 'undefined' ? global : window
|
|
@@ -17598,7 +17679,7 @@ module.exports.polyfill = function(object) {
|
|
|
17598
17679
|
}
|
|
17599
17680
|
|
|
17600
17681
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
17601
|
-
},{"performance-now":
|
|
17682
|
+
},{"performance-now":296}],305:[function(_dereq_,module,exports){
|
|
17602
17683
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
17603
17684
|
//
|
|
17604
17685
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -17730,7 +17811,7 @@ Duplex.prototype._destroy = function (err, cb) {
|
|
|
17730
17811
|
|
|
17731
17812
|
pna.nextTick(cb, err);
|
|
17732
17813
|
};
|
|
17733
|
-
},{"./_stream_readable":
|
|
17814
|
+
},{"./_stream_readable":307,"./_stream_writable":309,"core-util-is":251,"inherits":282,"process-nextick-args":297}],306:[function(_dereq_,module,exports){
|
|
17734
17815
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
17735
17816
|
//
|
|
17736
17817
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -17778,7 +17859,7 @@ function PassThrough(options) {
|
|
|
17778
17859
|
PassThrough.prototype._transform = function (chunk, encoding, cb) {
|
|
17779
17860
|
cb(null, chunk);
|
|
17780
17861
|
};
|
|
17781
|
-
},{"./_stream_transform":
|
|
17862
|
+
},{"./_stream_transform":308,"core-util-is":251,"inherits":282}],307:[function(_dereq_,module,exports){
|
|
17782
17863
|
(function (process,global){(function (){
|
|
17783
17864
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
17784
17865
|
//
|
|
@@ -18800,7 +18881,7 @@ function indexOf(xs, x) {
|
|
|
18800
18881
|
return -1;
|
|
18801
18882
|
}
|
|
18802
18883
|
}).call(this)}).call(this,_dereq_('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
18803
|
-
},{"./_stream_duplex":
|
|
18884
|
+
},{"./_stream_duplex":305,"./internal/streams/BufferList":310,"./internal/streams/destroy":311,"./internal/streams/stream":312,"_process":298,"core-util-is":251,"events":261,"inherits":282,"isarray":291,"process-nextick-args":297,"safe-buffer":313,"string_decoder/":314,"util":9}],308:[function(_dereq_,module,exports){
|
|
18804
18885
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
18805
18886
|
//
|
|
18806
18887
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -19015,7 +19096,7 @@ function done(stream, er, data) {
|
|
|
19015
19096
|
|
|
19016
19097
|
return stream.push(null);
|
|
19017
19098
|
}
|
|
19018
|
-
},{"./_stream_duplex":
|
|
19099
|
+
},{"./_stream_duplex":305,"core-util-is":251,"inherits":282}],309:[function(_dereq_,module,exports){
|
|
19019
19100
|
(function (process,global,setImmediate){(function (){
|
|
19020
19101
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
19021
19102
|
//
|
|
@@ -19705,7 +19786,7 @@ Writable.prototype._destroy = function (err, cb) {
|
|
|
19705
19786
|
cb(err);
|
|
19706
19787
|
};
|
|
19707
19788
|
}).call(this)}).call(this,_dereq_('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {},_dereq_("timers").setImmediate)
|
|
19708
|
-
},{"./_stream_duplex":
|
|
19789
|
+
},{"./_stream_duplex":305,"./internal/streams/destroy":311,"./internal/streams/stream":312,"_process":298,"core-util-is":251,"inherits":282,"process-nextick-args":297,"safe-buffer":313,"timers":328,"util-deprecate":331}],310:[function(_dereq_,module,exports){
|
|
19709
19790
|
'use strict';
|
|
19710
19791
|
|
|
19711
19792
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
@@ -19785,7 +19866,7 @@ if (util && util.inspect && util.inspect.custom) {
|
|
|
19785
19866
|
return this.constructor.name + ' ' + obj;
|
|
19786
19867
|
};
|
|
19787
19868
|
}
|
|
19788
|
-
},{"safe-buffer":
|
|
19869
|
+
},{"safe-buffer":313,"util":9}],311:[function(_dereq_,module,exports){
|
|
19789
19870
|
'use strict';
|
|
19790
19871
|
|
|
19791
19872
|
/*<replacement>*/
|
|
@@ -19860,10 +19941,10 @@ module.exports = {
|
|
|
19860
19941
|
destroy: destroy,
|
|
19861
19942
|
undestroy: undestroy
|
|
19862
19943
|
};
|
|
19863
|
-
},{"process-nextick-args":
|
|
19944
|
+
},{"process-nextick-args":297}],312:[function(_dereq_,module,exports){
|
|
19864
19945
|
module.exports = _dereq_('events').EventEmitter;
|
|
19865
19946
|
|
|
19866
|
-
},{"events":
|
|
19947
|
+
},{"events":261}],313:[function(_dereq_,module,exports){
|
|
19867
19948
|
/* eslint-disable node/no-deprecated-api */
|
|
19868
19949
|
var buffer = _dereq_('buffer')
|
|
19869
19950
|
var Buffer = buffer.Buffer
|
|
@@ -19927,7 +20008,7 @@ SafeBuffer.allocUnsafeSlow = function (size) {
|
|
|
19927
20008
|
return buffer.SlowBuffer(size)
|
|
19928
20009
|
}
|
|
19929
20010
|
|
|
19930
|
-
},{"buffer":11}],
|
|
20011
|
+
},{"buffer":11}],314:[function(_dereq_,module,exports){
|
|
19931
20012
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
19932
20013
|
//
|
|
19933
20014
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -20224,7 +20305,7 @@ function simpleWrite(buf) {
|
|
|
20224
20305
|
function simpleEnd(buf) {
|
|
20225
20306
|
return buf && buf.length ? this.write(buf) : '';
|
|
20226
20307
|
}
|
|
20227
|
-
},{"safe-buffer":
|
|
20308
|
+
},{"safe-buffer":313}],315:[function(_dereq_,module,exports){
|
|
20228
20309
|
exports = module.exports = _dereq_('./lib/_stream_readable.js');
|
|
20229
20310
|
exports.Stream = exports;
|
|
20230
20311
|
exports.Readable = exports;
|
|
@@ -20233,7 +20314,7 @@ exports.Duplex = _dereq_('./lib/_stream_duplex.js');
|
|
|
20233
20314
|
exports.Transform = _dereq_('./lib/_stream_transform.js');
|
|
20234
20315
|
exports.PassThrough = _dereq_('./lib/_stream_passthrough.js');
|
|
20235
20316
|
|
|
20236
|
-
},{"./lib/_stream_duplex.js":
|
|
20317
|
+
},{"./lib/_stream_duplex.js":305,"./lib/_stream_passthrough.js":306,"./lib/_stream_readable.js":307,"./lib/_stream_transform.js":308,"./lib/_stream_writable.js":309}],316:[function(_dereq_,module,exports){
|
|
20237
20318
|
'use strict';
|
|
20238
20319
|
|
|
20239
20320
|
var readystate = module.exports = _dereq_('./readystate')
|
|
@@ -20308,7 +20389,7 @@ var readystate = module.exports = _dereq_('./readystate')
|
|
|
20308
20389
|
win[on](prefix +'load', change, false);
|
|
20309
20390
|
} ());
|
|
20310
20391
|
|
|
20311
|
-
},{"./readystate":
|
|
20392
|
+
},{"./readystate":317}],317:[function(_dereq_,module,exports){
|
|
20312
20393
|
'use strict';
|
|
20313
20394
|
|
|
20314
20395
|
/**
|
|
@@ -20462,7 +20543,7 @@ RS.prototype.removeAllListeners = function removeAllListeners() {
|
|
|
20462
20543
|
//
|
|
20463
20544
|
module.exports = new RS();
|
|
20464
20545
|
|
|
20465
|
-
},{}],
|
|
20546
|
+
},{}],318:[function(_dereq_,module,exports){
|
|
20466
20547
|
/**
|
|
20467
20548
|
* request-frame - requestAnimationFrame & cancelAnimationFrame polyfill for optimal cross-browser development.
|
|
20468
20549
|
* @version v1.5.3
|
|
@@ -20693,7 +20774,7 @@ return requestFrame;
|
|
|
20693
20774
|
|
|
20694
20775
|
})));
|
|
20695
20776
|
|
|
20696
|
-
},{}],
|
|
20777
|
+
},{}],319:[function(_dereq_,module,exports){
|
|
20697
20778
|
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
20698
20779
|
/* eslint-disable node/no-deprecated-api */
|
|
20699
20780
|
var buffer = _dereq_('buffer')
|
|
@@ -20760,7 +20841,7 @@ SafeBuffer.allocUnsafeSlow = function (size) {
|
|
|
20760
20841
|
return buffer.SlowBuffer(size)
|
|
20761
20842
|
}
|
|
20762
20843
|
|
|
20763
|
-
},{"buffer":11}],
|
|
20844
|
+
},{"buffer":11}],320:[function(_dereq_,module,exports){
|
|
20764
20845
|
var hasProp = Object.prototype.hasOwnProperty;
|
|
20765
20846
|
|
|
20766
20847
|
function throwsMessage(err) {
|
|
@@ -20827,7 +20908,7 @@ module.exports = function(data, replacer, space) {
|
|
|
20827
20908
|
|
|
20828
20909
|
module.exports.ensureProperties = ensureProperties;
|
|
20829
20910
|
|
|
20830
|
-
},{}],
|
|
20911
|
+
},{}],321:[function(_dereq_,module,exports){
|
|
20831
20912
|
'use strict';
|
|
20832
20913
|
|
|
20833
20914
|
var GetIntrinsic = _dereq_('get-intrinsic');
|
|
@@ -20953,7 +21034,7 @@ module.exports = function getSideChannel() {
|
|
|
20953
21034
|
return channel;
|
|
20954
21035
|
};
|
|
20955
21036
|
|
|
20956
|
-
},{"call-bind/callBound":12,"get-intrinsic":
|
|
21037
|
+
},{"call-bind/callBound":12,"get-intrinsic":268,"object-inspect":294}],322:[function(_dereq_,module,exports){
|
|
20957
21038
|
module.exports = shift
|
|
20958
21039
|
|
|
20959
21040
|
function shift (stream) {
|
|
@@ -20975,7 +21056,7 @@ function getStateLength (state) {
|
|
|
20975
21056
|
return state.length
|
|
20976
21057
|
}
|
|
20977
21058
|
|
|
20978
|
-
},{}],
|
|
21059
|
+
},{}],323:[function(_dereq_,module,exports){
|
|
20979
21060
|
"use strict";
|
|
20980
21061
|
|
|
20981
21062
|
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; } } }; }
|
|
@@ -21024,7 +21105,7 @@ Agent.prototype._setDefaults = function (request) {
|
|
|
21024
21105
|
|
|
21025
21106
|
module.exports = Agent;
|
|
21026
21107
|
|
|
21027
|
-
},{}],
|
|
21108
|
+
},{}],324:[function(_dereq_,module,exports){
|
|
21028
21109
|
"use strict";
|
|
21029
21110
|
|
|
21030
21111
|
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; } } }; }
|
|
@@ -22040,7 +22121,7 @@ request.put = (url, data, fn) => {
|
|
|
22040
22121
|
return request_;
|
|
22041
22122
|
};
|
|
22042
22123
|
|
|
22043
|
-
},{"./agent-base":
|
|
22124
|
+
},{"./agent-base":323,"./request-base":325,"./response-base":326,"./utils":327,"component-emitter":17,"fast-safe-stringify":262,"qs":300}],325:[function(_dereq_,module,exports){
|
|
22044
22125
|
(function (process){(function (){
|
|
22045
22126
|
"use strict";
|
|
22046
22127
|
|
|
@@ -22832,7 +22913,7 @@ RequestBase.prototype._setTimeouts = function () {
|
|
|
22832
22913
|
};
|
|
22833
22914
|
|
|
22834
22915
|
}).call(this)}).call(this,_dereq_('_process'))
|
|
22835
|
-
},{"./utils":
|
|
22916
|
+
},{"./utils":327,"_process":298,"semver":9}],326:[function(_dereq_,module,exports){
|
|
22836
22917
|
"use strict";
|
|
22837
22918
|
|
|
22838
22919
|
/**
|
|
@@ -22946,7 +23027,7 @@ ResponseBase.prototype._setStatusProperties = function (status) {
|
|
|
22946
23027
|
this.unprocessableEntity = status === 422;
|
|
22947
23028
|
};
|
|
22948
23029
|
|
|
22949
|
-
},{"./utils":
|
|
23030
|
+
},{"./utils":327}],327:[function(_dereq_,module,exports){
|
|
22950
23031
|
"use strict";
|
|
22951
23032
|
|
|
22952
23033
|
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; } } }; }
|
|
@@ -23083,7 +23164,7 @@ exports.mixin = (target, source) => {
|
|
|
23083
23164
|
}
|
|
23084
23165
|
};
|
|
23085
23166
|
|
|
23086
|
-
},{}],
|
|
23167
|
+
},{}],328:[function(_dereq_,module,exports){
|
|
23087
23168
|
(function (setImmediate,clearImmediate){(function (){
|
|
23088
23169
|
var nextTick = _dereq_('process/browser.js').nextTick;
|
|
23089
23170
|
var apply = Function.prototype.apply;
|
|
@@ -23162,7 +23243,7 @@ exports.clearImmediate = typeof clearImmediate === "function" ? clearImmediate :
|
|
|
23162
23243
|
delete immediateIds[id];
|
|
23163
23244
|
};
|
|
23164
23245
|
}).call(this)}).call(this,_dereq_("timers").setImmediate,_dereq_("timers").clearImmediate)
|
|
23165
|
-
},{"process/browser.js":
|
|
23246
|
+
},{"process/browser.js":298,"timers":328}],329:[function(_dereq_,module,exports){
|
|
23166
23247
|
(function (Buffer){(function (){
|
|
23167
23248
|
/*! typedarray-to-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
23168
23249
|
/**
|
|
@@ -23184,7 +23265,7 @@ module.exports = function typedarrayToBuffer (arr) {
|
|
|
23184
23265
|
}
|
|
23185
23266
|
|
|
23186
23267
|
}).call(this)}).call(this,_dereq_("buffer").Buffer)
|
|
23187
|
-
},{"buffer":11}],
|
|
23268
|
+
},{"buffer":11}],330:[function(_dereq_,module,exports){
|
|
23188
23269
|
/////////////////////////////////////////////////////////////////////////////////
|
|
23189
23270
|
/* UAParser.js v0.7.31
|
|
23190
23271
|
Copyright © 2012-2021 Faisal Salman <f@faisalman.com>
|
|
@@ -24060,7 +24141,7 @@ module.exports = function typedarrayToBuffer (arr) {
|
|
|
24060
24141
|
|
|
24061
24142
|
})(typeof window === 'object' ? window : this);
|
|
24062
24143
|
|
|
24063
|
-
},{}],
|
|
24144
|
+
},{}],331:[function(_dereq_,module,exports){
|
|
24064
24145
|
(function (global){(function (){
|
|
24065
24146
|
|
|
24066
24147
|
/**
|
|
@@ -24131,14 +24212,14 @@ function config (name) {
|
|
|
24131
24212
|
}
|
|
24132
24213
|
|
|
24133
24214
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
24134
|
-
},{}],
|
|
24215
|
+
},{}],332:[function(_dereq_,module,exports){
|
|
24135
24216
|
module.exports = function isBuffer(arg) {
|
|
24136
24217
|
return arg && typeof arg === 'object'
|
|
24137
24218
|
&& typeof arg.copy === 'function'
|
|
24138
24219
|
&& typeof arg.fill === 'function'
|
|
24139
24220
|
&& typeof arg.readUInt8 === 'function';
|
|
24140
24221
|
}
|
|
24141
|
-
},{}],
|
|
24222
|
+
},{}],333:[function(_dereq_,module,exports){
|
|
24142
24223
|
// Currently in sync with Node.js lib/internal/util/types.js
|
|
24143
24224
|
// https://github.com/nodejs/node/commit/112cc7c27551254aa2b17098fb774867f05ed0d9
|
|
24144
24225
|
|
|
@@ -24474,7 +24555,7 @@ exports.isAnyArrayBuffer = isAnyArrayBuffer;
|
|
|
24474
24555
|
});
|
|
24475
24556
|
});
|
|
24476
24557
|
|
|
24477
|
-
},{"is-arguments":
|
|
24558
|
+
},{"is-arguments":286,"is-generator-function":288,"is-typed-array":290,"which-typed-array":339}],334:[function(_dereq_,module,exports){
|
|
24478
24559
|
(function (process){(function (){
|
|
24479
24560
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
24480
24561
|
//
|
|
@@ -25193,7 +25274,7 @@ function callbackify(original) {
|
|
|
25193
25274
|
exports.callbackify = callbackify;
|
|
25194
25275
|
|
|
25195
25276
|
}).call(this)}).call(this,_dereq_('_process'))
|
|
25196
|
-
},{"./support/isBuffer":
|
|
25277
|
+
},{"./support/isBuffer":332,"./support/types":333,"_process":298,"inherits":282}],335:[function(_dereq_,module,exports){
|
|
25197
25278
|
'use strict';
|
|
25198
25279
|
|
|
25199
25280
|
// FUNCTIONS //
|
|
@@ -25219,7 +25300,7 @@ function isFloat32Array( value ) {
|
|
|
25219
25300
|
|
|
25220
25301
|
module.exports = isFloat32Array;
|
|
25221
25302
|
|
|
25222
|
-
},{}],
|
|
25303
|
+
},{}],336:[function(_dereq_,module,exports){
|
|
25223
25304
|
(function (process,Buffer){(function (){
|
|
25224
25305
|
var stream = _dereq_('readable-stream')
|
|
25225
25306
|
var eos = _dereq_('end-of-stream')
|
|
@@ -25457,7 +25538,7 @@ Duplexify.prototype.end = function(data, enc, cb) {
|
|
|
25457
25538
|
module.exports = Duplexify
|
|
25458
25539
|
|
|
25459
25540
|
}).call(this)}).call(this,_dereq_('_process'),_dereq_("buffer").Buffer)
|
|
25460
|
-
},{"_process":
|
|
25541
|
+
},{"_process":298,"buffer":11,"end-of-stream":259,"inherits":282,"readable-stream":315,"stream-shift":322}],337:[function(_dereq_,module,exports){
|
|
25461
25542
|
(function (process,global){(function (){
|
|
25462
25543
|
'use strict'
|
|
25463
25544
|
|
|
@@ -25650,7 +25731,7 @@ function WebSocketStream(target, protocols, options) {
|
|
|
25650
25731
|
}
|
|
25651
25732
|
|
|
25652
25733
|
}).call(this)}).call(this,_dereq_('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
25653
|
-
},{"_process":
|
|
25734
|
+
},{"_process":298,"duplexify":336,"readable-stream":315,"safe-buffer":319,"ws":338}],338:[function(_dereq_,module,exports){
|
|
25654
25735
|
|
|
25655
25736
|
var ws = null
|
|
25656
25737
|
|
|
@@ -25664,7 +25745,7 @@ if (typeof WebSocket !== 'undefined') {
|
|
|
25664
25745
|
|
|
25665
25746
|
module.exports = ws
|
|
25666
25747
|
|
|
25667
|
-
},{}],
|
|
25748
|
+
},{}],339:[function(_dereq_,module,exports){
|
|
25668
25749
|
(function (global){(function (){
|
|
25669
25750
|
'use strict';
|
|
25670
25751
|
|
|
@@ -25723,7 +25804,7 @@ module.exports = function whichTypedArray(value) {
|
|
|
25723
25804
|
};
|
|
25724
25805
|
|
|
25725
25806
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
25726
|
-
},{"available-typed-arrays":7,"call-bind/callBound":12,"es-abstract/helpers/getOwnPropertyDescriptor":
|
|
25807
|
+
},{"available-typed-arrays":7,"call-bind/callBound":12,"es-abstract/helpers/getOwnPropertyDescriptor":260,"foreach":264,"has-tostringtag/shams":275,"is-typed-array":290}],340:[function(_dereq_,module,exports){
|
|
25727
25808
|
// Returns a wrapper function that returns a wrapped callback
|
|
25728
25809
|
// The wrapper function should do some stuff, and return a
|
|
25729
25810
|
// presumably different callback function.
|
|
@@ -25758,10 +25839,10 @@ function wrappy (fn, cb) {
|
|
|
25758
25839
|
}
|
|
25759
25840
|
}
|
|
25760
25841
|
|
|
25761
|
-
},{}],
|
|
25842
|
+
},{}],341:[function(_dereq_,module,exports){
|
|
25762
25843
|
module.exports={
|
|
25763
25844
|
"name": "videomail-client",
|
|
25764
|
-
"version": "
|
|
25845
|
+
"version": "3.0.0",
|
|
25765
25846
|
"description": "A wicked npm package to record videos directly in the browser, wohooo!",
|
|
25766
25847
|
"author": "Michael Heuberger <michael.heuberger@binarykitchen.com>",
|
|
25767
25848
|
"contributors": [
|
|
@@ -25826,7 +25907,7 @@ module.exports={
|
|
|
25826
25907
|
"canvas-to-buffer": "2.0.0",
|
|
25827
25908
|
"classlist.js": "1.1.20150312",
|
|
25828
25909
|
"contains": "0.1.1",
|
|
25829
|
-
"core-js": "3.
|
|
25910
|
+
"core-js": "3.25.0",
|
|
25830
25911
|
"create-error": "0.3.1",
|
|
25831
25912
|
"deepmerge": "4.2.2",
|
|
25832
25913
|
"defined": "1.0.0",
|
|
@@ -25836,7 +25917,7 @@ module.exports={
|
|
|
25836
25917
|
"filesize": "9.0.11",
|
|
25837
25918
|
"get-form-data": "3.0.0",
|
|
25838
25919
|
"hidden": "1.1.1",
|
|
25839
|
-
"humanize-duration": "3.27.
|
|
25920
|
+
"humanize-duration": "3.27.3",
|
|
25840
25921
|
"hyperscript": "2.0.2",
|
|
25841
25922
|
"insert-css": "2.0.0",
|
|
25842
25923
|
"iphone-inline-video": "2.2.2",
|
|
@@ -25851,23 +25932,23 @@ module.exports={
|
|
|
25851
25932
|
"websocket-stream": "5.5.2"
|
|
25852
25933
|
},
|
|
25853
25934
|
"devDependencies": {
|
|
25854
|
-
"@babel/core": "7.18.
|
|
25935
|
+
"@babel/core": "7.18.13",
|
|
25855
25936
|
"@babel/eslint-parser": "7.18.9",
|
|
25856
|
-
"@babel/plugin-transform-runtime": "7.18.
|
|
25857
|
-
"@babel/preset-env": "7.18.
|
|
25937
|
+
"@babel/plugin-transform-runtime": "7.18.10",
|
|
25938
|
+
"@babel/preset-env": "7.18.10",
|
|
25858
25939
|
"audit-ci": "6.3.0",
|
|
25859
|
-
"autoprefixer": "10.4.
|
|
25940
|
+
"autoprefixer": "10.4.8",
|
|
25860
25941
|
"babelify": "10.0.0",
|
|
25861
25942
|
"body-parser": "1.20.0",
|
|
25862
25943
|
"browserify": "17.0.0",
|
|
25863
25944
|
"connect-send-json": "1.0.0",
|
|
25864
|
-
"cssnano": "5.1.
|
|
25945
|
+
"cssnano": "5.1.13",
|
|
25865
25946
|
"del": "6.1.1",
|
|
25866
|
-
"eslint": "8.
|
|
25947
|
+
"eslint": "8.23.0",
|
|
25867
25948
|
"eslint-config-prettier": "8.5.0",
|
|
25868
25949
|
"eslint-plugin-import": "2.26.0",
|
|
25869
25950
|
"eslint-plugin-node": "11.1.0",
|
|
25870
|
-
"eslint-plugin-promise": "6.0.
|
|
25951
|
+
"eslint-plugin-promise": "6.0.1",
|
|
25871
25952
|
"fancy-log": "2.0.0",
|
|
25872
25953
|
"glob": "8.0.3",
|
|
25873
25954
|
"gulp": "4.0.2",
|
|
@@ -25878,7 +25959,7 @@ module.exports={
|
|
|
25878
25959
|
"gulp-derequire": "3.0.0",
|
|
25879
25960
|
"gulp-if": "3.0.0",
|
|
25880
25961
|
"gulp-inject-string": "1.1.2",
|
|
25881
|
-
"gulp-load-plugins": "2.0.
|
|
25962
|
+
"gulp-load-plugins": "2.0.8",
|
|
25882
25963
|
"gulp-plumber": "1.2.1",
|
|
25883
25964
|
"gulp-postcss": "9.0.1",
|
|
25884
25965
|
"gulp-rename": "2.0.0",
|
|
@@ -25888,10 +25969,10 @@ module.exports={
|
|
|
25888
25969
|
"gulp-todo": "7.1.1",
|
|
25889
25970
|
"minimist": "1.2.6",
|
|
25890
25971
|
"nib": "1.2.0",
|
|
25891
|
-
"postcss": "8.4.
|
|
25972
|
+
"postcss": "8.4.16",
|
|
25892
25973
|
"prettier": "2.7.1",
|
|
25893
25974
|
"router": "1.3.7",
|
|
25894
|
-
"tape": "5.
|
|
25975
|
+
"tape": "5.6.0",
|
|
25895
25976
|
"tape-catch": "1.0.6",
|
|
25896
25977
|
"tape-run": "10.0.0",
|
|
25897
25978
|
"vinyl-buffer": "1.0.1",
|
|
@@ -25900,7 +25981,7 @@ module.exports={
|
|
|
25900
25981
|
}
|
|
25901
25982
|
}
|
|
25902
25983
|
|
|
25903
|
-
},{}],
|
|
25984
|
+
},{}],342:[function(_dereq_,module,exports){
|
|
25904
25985
|
"use strict";
|
|
25905
25986
|
|
|
25906
25987
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -26130,7 +26211,7 @@ VideomailClient.events = _events.default;
|
|
|
26130
26211
|
var _default = VideomailClient;
|
|
26131
26212
|
exports.default = _default;
|
|
26132
26213
|
|
|
26133
|
-
},{"./constants":
|
|
26214
|
+
},{"./constants":343,"./events":344,"./options":345,"./resource":346,"./util/browser":348,"./util/collectLogger":349,"./util/eventEmitter":350,"./wrappers/container":357,"./wrappers/optionsWrapper":360,"./wrappers/visuals/replay":370,"@babel/runtime/helpers/interopRequireDefault":1,"core-js/modules/es.array.for-each.js":198,"core-js/modules/es.object.define-property.js":204,"core-js/modules/es.object.keys.js":206,"core-js/modules/es.object.to-string.js":207,"core-js/modules/web.dom-collections.for-each.js":245,"deepmerge":253,"readystate":316,"util":334}],343:[function(_dereq_,module,exports){
|
|
26134
26215
|
"use strict";
|
|
26135
26216
|
|
|
26136
26217
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -26150,7 +26231,7 @@ var _default = {
|
|
|
26150
26231
|
};
|
|
26151
26232
|
exports.default = _default;
|
|
26152
26233
|
|
|
26153
|
-
},{"core-js/modules/es.object.define-property.js":
|
|
26234
|
+
},{"core-js/modules/es.object.define-property.js":204}],344:[function(_dereq_,module,exports){
|
|
26154
26235
|
"use strict";
|
|
26155
26236
|
|
|
26156
26237
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -26249,7 +26330,7 @@ var _default = (0, _keymirror.default)({
|
|
|
26249
26330
|
|
|
26250
26331
|
exports.default = _default;
|
|
26251
26332
|
|
|
26252
|
-
},{"@babel/runtime/helpers/interopRequireDefault":1,"core-js/modules/es.object.define-property.js":
|
|
26333
|
+
},{"@babel/runtime/helpers/interopRequireDefault":1,"core-js/modules/es.object.define-property.js":204,"keymirror":292}],345:[function(_dereq_,module,exports){
|
|
26253
26334
|
(function (process){(function (){
|
|
26254
26335
|
"use strict";
|
|
26255
26336
|
|
|
@@ -26443,7 +26524,7 @@ var _default = {
|
|
|
26443
26524
|
exports.default = _default;
|
|
26444
26525
|
|
|
26445
26526
|
}).call(this)}).call(this,_dereq_('_process'))
|
|
26446
|
-
},{"../../package.json":
|
|
26527
|
+
},{"../../package.json":341,"_process":298,"core-js/modules/es.object.define-property.js":204}],346:[function(_dereq_,module,exports){
|
|
26447
26528
|
"use strict";
|
|
26448
26529
|
|
|
26449
26530
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -26629,7 +26710,7 @@ function _default(options) {
|
|
|
26629
26710
|
};
|
|
26630
26711
|
}
|
|
26631
26712
|
|
|
26632
|
-
},{"./constants":
|
|
26713
|
+
},{"./constants":343,"@babel/runtime/helpers/interopRequireDefault":1,"core-js/modules/es.object.define-property.js":204,"superagent":324}],347:[function(_dereq_,module,exports){
|
|
26633
26714
|
"use strict";
|
|
26634
26715
|
|
|
26635
26716
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -26777,7 +26858,7 @@ function _default(userMedia, options) {
|
|
|
26777
26858
|
};
|
|
26778
26859
|
}
|
|
26779
26860
|
|
|
26780
|
-
},{"./browser":
|
|
26861
|
+
},{"./browser":348,"./videomailError":355,"@babel/runtime/helpers/interopRequireDefault":1,"audio-sample":6,"core-js/modules/es.object.define-property.js":204,"core-js/modules/es.object.to-string.js":207,"core-js/modules/es.regexp.to-string.js":218,"is-power-of-two":289}],348:[function(_dereq_,module,exports){
|
|
26781
26862
|
"use strict";
|
|
26782
26863
|
|
|
26783
26864
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -26791,8 +26872,6 @@ exports.default = void 0;
|
|
|
26791
26872
|
|
|
26792
26873
|
var _typeof2 = _interopRequireDefault(_dereq_("@babel/runtime/helpers/typeof"));
|
|
26793
26874
|
|
|
26794
|
-
_dereq_("core-js/modules/es.function.name.js");
|
|
26795
|
-
|
|
26796
26875
|
_dereq_("core-js/modules/es.parse-float.js");
|
|
26797
26876
|
|
|
26798
26877
|
_dereq_("core-js/modules/es.regexp.exec.js");
|
|
@@ -27155,7 +27234,7 @@ var Browser = function Browser(options) {
|
|
|
27155
27234
|
var _default = Browser;
|
|
27156
27235
|
exports.default = _default;
|
|
27157
27236
|
|
|
27158
|
-
},{"./videomailError":
|
|
27237
|
+
},{"./videomailError":355,"@babel/runtime/helpers/interopRequireDefault":1,"@babel/runtime/helpers/typeof":2,"core-js/modules/es.array-buffer.constructor.js":195,"core-js/modules/es.array-buffer.slice.js":196,"core-js/modules/es.array.iterator.js":200,"core-js/modules/es.object.define-property.js":204,"core-js/modules/es.object.to-string.js":207,"core-js/modules/es.parse-float.js":208,"core-js/modules/es.regexp.exec.js":217,"core-js/modules/es.typed-array.copy-within.js":221,"core-js/modules/es.typed-array.every.js":222,"core-js/modules/es.typed-array.fill.js":223,"core-js/modules/es.typed-array.filter.js":224,"core-js/modules/es.typed-array.find-index.js":225,"core-js/modules/es.typed-array.find.js":226,"core-js/modules/es.typed-array.for-each.js":227,"core-js/modules/es.typed-array.includes.js":228,"core-js/modules/es.typed-array.index-of.js":229,"core-js/modules/es.typed-array.iterator.js":230,"core-js/modules/es.typed-array.join.js":231,"core-js/modules/es.typed-array.last-index-of.js":232,"core-js/modules/es.typed-array.map.js":233,"core-js/modules/es.typed-array.reduce-right.js":234,"core-js/modules/es.typed-array.reduce.js":235,"core-js/modules/es.typed-array.reverse.js":236,"core-js/modules/es.typed-array.set.js":237,"core-js/modules/es.typed-array.slice.js":238,"core-js/modules/es.typed-array.some.js":239,"core-js/modules/es.typed-array.sort.js":240,"core-js/modules/es.typed-array.subarray.js":241,"core-js/modules/es.typed-array.to-locale-string.js":242,"core-js/modules/es.typed-array.to-string.js":243,"core-js/modules/es.typed-array.uint8-array.js":244,"defined":254,"ua-parser-js":330}],349:[function(_dereq_,module,exports){
|
|
27159
27238
|
"use strict";
|
|
27160
27239
|
|
|
27161
27240
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -27236,7 +27315,7 @@ function _default() {
|
|
|
27236
27315
|
};
|
|
27237
27316
|
}
|
|
27238
27317
|
|
|
27239
|
-
},{"./browser":
|
|
27318
|
+
},{"./browser":348,"@babel/runtime/helpers/interopRequireDefault":1,"core-js/modules/es.array.slice.js":202,"core-js/modules/es.object.define-property.js":204,"util":334}],350:[function(_dereq_,module,exports){
|
|
27240
27319
|
"use strict";
|
|
27241
27320
|
|
|
27242
27321
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -27317,7 +27396,7 @@ function _default(options, name) {
|
|
|
27317
27396
|
};
|
|
27318
27397
|
}
|
|
27319
27398
|
|
|
27320
|
-
},{"./../events":
|
|
27399
|
+
},{"./../events":344,"./videomailError":355,"@babel/runtime/helpers/interopRequireDefault":1,"core-js/modules/es.array.slice.js":202,"core-js/modules/es.object.define-property.js":204,"despot":255}],351:[function(_dereq_,module,exports){
|
|
27321
27400
|
"use strict";
|
|
27322
27401
|
|
|
27323
27402
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -27346,7 +27425,7 @@ var _default = {
|
|
|
27346
27425
|
};
|
|
27347
27426
|
exports.default = _default;
|
|
27348
27427
|
|
|
27349
|
-
},{"@babel/runtime/helpers/interopRequireDefault":1,"core-js/modules/es.object.define-property.js":
|
|
27428
|
+
},{"@babel/runtime/helpers/interopRequireDefault":1,"core-js/modules/es.object.define-property.js":204,"filesize":263,"humanize-duration":278}],352:[function(_dereq_,module,exports){
|
|
27350
27429
|
"use strict";
|
|
27351
27430
|
|
|
27352
27431
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -27423,7 +27502,7 @@ var _default = [// The user agent begins looking for media data, as part of
|
|
|
27423
27502
|
];
|
|
27424
27503
|
exports.default = _default;
|
|
27425
27504
|
|
|
27426
|
-
},{"core-js/modules/es.object.define-property.js":
|
|
27505
|
+
},{"core-js/modules/es.object.define-property.js":204}],353:[function(_dereq_,module,exports){
|
|
27427
27506
|
"use strict";
|
|
27428
27507
|
|
|
27429
27508
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -27516,7 +27595,7 @@ function _default(anything, options) {
|
|
|
27516
27595
|
return anything.toString();
|
|
27517
27596
|
}
|
|
27518
27597
|
|
|
27519
|
-
},{"@babel/runtime/helpers/interopRequireDefault":1,"@babel/runtime/helpers/typeof":2,"core-js/modules/es.array.for-each.js":
|
|
27598
|
+
},{"@babel/runtime/helpers/interopRequireDefault":1,"@babel/runtime/helpers/typeof":2,"core-js/modules/es.array.for-each.js":198,"core-js/modules/es.array.index-of.js":199,"core-js/modules/es.array.join.js":201,"core-js/modules/es.object.define-property.js":204,"core-js/modules/es.object.get-own-property-names.js":205,"core-js/modules/es.object.to-string.js":207,"core-js/modules/es.regexp.to-string.js":218,"core-js/modules/web.dom-collections.for-each.js":245,"safe-json-stringify":320}],354:[function(_dereq_,module,exports){
|
|
27520
27599
|
"use strict";
|
|
27521
27600
|
|
|
27522
27601
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -27584,7 +27663,7 @@ function _default() {
|
|
|
27584
27663
|
}
|
|
27585
27664
|
}
|
|
27586
27665
|
|
|
27587
|
-
},{"@babel/runtime/helpers/interopRequireDefault":1,"classlist.js":16,"core-js/modules/es.object.define-property.js":
|
|
27666
|
+
},{"@babel/runtime/helpers/interopRequireDefault":1,"classlist.js":16,"core-js/modules/es.object.define-property.js":204,"request-frame":318}],355:[function(_dereq_,module,exports){
|
|
27588
27667
|
"use strict";
|
|
27589
27668
|
|
|
27590
27669
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -27596,16 +27675,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
27596
27675
|
});
|
|
27597
27676
|
exports.default = void 0;
|
|
27598
27677
|
|
|
27599
|
-
var _typeof2 = _interopRequireDefault(_dereq_("@babel/runtime/helpers/typeof"));
|
|
27600
|
-
|
|
27601
|
-
_dereq_("core-js/modules/es.function.name.js");
|
|
27602
|
-
|
|
27603
27678
|
_dereq_("core-js/modules/es.object.to-string.js");
|
|
27604
27679
|
|
|
27605
27680
|
_dereq_("core-js/modules/es.regexp.to-string.js");
|
|
27606
27681
|
|
|
27607
27682
|
_dereq_("core-js/modules/es.array.index-of.js");
|
|
27608
27683
|
|
|
27684
|
+
var _typeof2 = _interopRequireDefault(_dereq_("@babel/runtime/helpers/typeof"));
|
|
27685
|
+
|
|
27609
27686
|
var _resource = _interopRequireDefault(_dereq_("./../resource"));
|
|
27610
27687
|
|
|
27611
27688
|
var _createError = _interopRequireDefault(_dereq_("create-error"));
|
|
@@ -28022,7 +28099,7 @@ VideomailError.create = function (err, explanation, options, parameters) {
|
|
|
28022
28099
|
var _default = VideomailError;
|
|
28023
28100
|
exports.default = _default;
|
|
28024
28101
|
|
|
28025
|
-
},{"./../resource":
|
|
28102
|
+
},{"./../resource":346,"./browser":348,"./pretty":353,"@babel/runtime/helpers/interopRequireDefault":1,"@babel/runtime/helpers/typeof":2,"core-js/modules/es.array.index-of.js":199,"core-js/modules/es.object.define-property.js":204,"core-js/modules/es.object.to-string.js":207,"core-js/modules/es.regexp.to-string.js":218,"create-error":252,"util":334}],356:[function(_dereq_,module,exports){
|
|
28026
28103
|
"use strict";
|
|
28027
28104
|
|
|
28028
28105
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -28040,8 +28117,6 @@ _dereq_("core-js/modules/es.object.to-string.js");
|
|
|
28040
28117
|
|
|
28041
28118
|
_dereq_("core-js/modules/web.dom-collections.for-each.js");
|
|
28042
28119
|
|
|
28043
|
-
_dereq_("core-js/modules/es.function.name.js");
|
|
28044
|
-
|
|
28045
28120
|
var _util = _interopRequireDefault(_dereq_("util"));
|
|
28046
28121
|
|
|
28047
28122
|
var _hyperscript = _interopRequireDefault(_dereq_("hyperscript"));
|
|
@@ -28606,7 +28681,7 @@ _util.default.inherits(Buttons, _eventEmitter.default);
|
|
|
28606
28681
|
var _default = Buttons;
|
|
28607
28682
|
exports.default = _default;
|
|
28608
28683
|
|
|
28609
|
-
},{"./../events":
|
|
28684
|
+
},{"./../events":344,"./../util/eventEmitter":350,"@babel/runtime/helpers/interopRequireDefault":1,"contains":18,"core-js/modules/es.array.for-each.js":198,"core-js/modules/es.object.define-property.js":204,"core-js/modules/es.object.to-string.js":207,"core-js/modules/web.dom-collections.for-each.js":245,"hidden":277,"hyperscript":279,"util":334}],357:[function(_dereq_,module,exports){
|
|
28610
28685
|
"use strict";
|
|
28611
28686
|
|
|
28612
28687
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -28630,37 +28705,35 @@ _dereq_("core-js/modules/web.dom-collections.for-each.js");
|
|
|
28630
28705
|
|
|
28631
28706
|
_dereq_("core-js/modules/es.object.keys.js");
|
|
28632
28707
|
|
|
28633
|
-
_dereq_("
|
|
28634
|
-
|
|
28635
|
-
var _buttons = _interopRequireDefault(_dereq_("./buttons"));
|
|
28708
|
+
var _documentVisibility = _interopRequireDefault(_dereq_("document-visibility"));
|
|
28636
28709
|
|
|
28637
|
-
var
|
|
28710
|
+
var _elementClosest = _interopRequireDefault(_dereq_("element-closest"));
|
|
28638
28711
|
|
|
28639
|
-
var
|
|
28712
|
+
var _hidden = _interopRequireDefault(_dereq_("hidden"));
|
|
28640
28713
|
|
|
28641
|
-
var
|
|
28714
|
+
var _insertCss = _interopRequireDefault(_dereq_("insert-css"));
|
|
28642
28715
|
|
|
28643
|
-
var
|
|
28716
|
+
var _util = _interopRequireDefault(_dereq_("util"));
|
|
28644
28717
|
|
|
28645
|
-
var
|
|
28718
|
+
var _mainMinCss = _interopRequireDefault(_dereq_("../../styles/css/main.min.css.js"));
|
|
28646
28719
|
|
|
28647
|
-
var
|
|
28720
|
+
var _events = _interopRequireDefault(_dereq_("../events"));
|
|
28648
28721
|
|
|
28649
|
-
var
|
|
28722
|
+
var _resource = _interopRequireDefault(_dereq_("../resource"));
|
|
28650
28723
|
|
|
28651
|
-
var
|
|
28724
|
+
var _eventEmitter = _interopRequireDefault(_dereq_("../util/eventEmitter"));
|
|
28652
28725
|
|
|
28653
|
-
var
|
|
28726
|
+
var _videomailError = _interopRequireDefault(_dereq_("../util/videomailError"));
|
|
28654
28727
|
|
|
28655
|
-
var
|
|
28728
|
+
var _buttons = _interopRequireDefault(_dereq_("./buttons"));
|
|
28656
28729
|
|
|
28657
|
-
var
|
|
28730
|
+
var _dimension = _interopRequireDefault(_dereq_("./dimension"));
|
|
28658
28731
|
|
|
28659
|
-
var
|
|
28732
|
+
var _form = _interopRequireDefault(_dereq_("./form"));
|
|
28660
28733
|
|
|
28661
|
-
var
|
|
28734
|
+
var _optionsWrapper = _interopRequireDefault(_dereq_("./optionsWrapper"));
|
|
28662
28735
|
|
|
28663
|
-
var
|
|
28736
|
+
var _visuals = _interopRequireDefault(_dereq_("./visuals"));
|
|
28664
28737
|
|
|
28665
28738
|
// needed for IE 11
|
|
28666
28739
|
(0, _elementClosest.default)(window);
|
|
@@ -29121,9 +29194,9 @@ var Container = function Container(options) {
|
|
|
29121
29194
|
submitted = false;
|
|
29122
29195
|
form.show();
|
|
29123
29196
|
visuals.back(params, function () {
|
|
29124
|
-
if (params.keepHidden) {
|
|
29197
|
+
if (params && params.keepHidden) {
|
|
29125
29198
|
// just enable form, do nothing else.
|
|
29126
|
-
// see example contact_form.html when you submit without
|
|
29199
|
+
// see example contact_form.html when you submit without videomail
|
|
29127
29200
|
// and go back
|
|
29128
29201
|
self.enableForm();
|
|
29129
29202
|
} else {
|
|
@@ -29352,7 +29425,7 @@ _util.default.inherits(Container, _eventEmitter.default);
|
|
|
29352
29425
|
var _default = Container;
|
|
29353
29426
|
exports.default = _default;
|
|
29354
29427
|
|
|
29355
|
-
},{"
|
|
29428
|
+
},{"../../styles/css/main.min.css.js":372,"../events":344,"../resource":346,"../util/eventEmitter":350,"../util/videomailError":355,"./buttons":356,"./dimension":358,"./form":359,"./optionsWrapper":360,"./visuals":361,"@babel/runtime/helpers/interopRequireDefault":1,"core-js/modules/es.array.for-each.js":198,"core-js/modules/es.object.define-property.js":204,"core-js/modules/es.object.keys.js":206,"core-js/modules/es.object.to-string.js":207,"core-js/modules/es.regexp.exec.js":217,"core-js/modules/es.string.replace.js":220,"core-js/modules/web.dom-collections.for-each.js":245,"document-visibility":256,"element-closest":258,"hidden":277,"insert-css":283,"util":334}],358:[function(_dereq_,module,exports){
|
|
29356
29429
|
"use strict";
|
|
29357
29430
|
|
|
29358
29431
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -29488,7 +29561,7 @@ var _default = {
|
|
|
29488
29561
|
};
|
|
29489
29562
|
exports.default = _default;
|
|
29490
29563
|
|
|
29491
|
-
},{"./../util/videomailError":
|
|
29564
|
+
},{"./../util/videomailError":355,"@babel/runtime/helpers/interopRequireDefault":1,"core-js/modules/es.object.define-property.js":204,"core-js/modules/es.parse-int.js":209,"number-is-integer":293}],359:[function(_dereq_,module,exports){
|
|
29492
29565
|
"use strict";
|
|
29493
29566
|
|
|
29494
29567
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -29500,8 +29573,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
29500
29573
|
});
|
|
29501
29574
|
exports.default = void 0;
|
|
29502
29575
|
|
|
29503
|
-
_dereq_("core-js/modules/es.function.name.js");
|
|
29504
|
-
|
|
29505
29576
|
var _eventEmitter = _interopRequireDefault(_dereq_("./../util/eventEmitter"));
|
|
29506
29577
|
|
|
29507
29578
|
var _events = _interopRequireDefault(_dereq_("./../events"));
|
|
@@ -29739,7 +29810,7 @@ _util.default.inherits(Form, _eventEmitter.default);
|
|
|
29739
29810
|
var _default = Form;
|
|
29740
29811
|
exports.default = _default;
|
|
29741
29812
|
|
|
29742
|
-
},{"./../events":
|
|
29813
|
+
},{"./../events":344,"./../util/eventEmitter":350,"./../util/videomailError":355,"@babel/runtime/helpers/interopRequireDefault":1,"core-js/modules/es.object.define-property.js":204,"get-form-data":267,"hidden":277,"hyperscript":279,"util":334}],360:[function(_dereq_,module,exports){
|
|
29743
29814
|
"use strict";
|
|
29744
29815
|
|
|
29745
29816
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -29826,7 +29897,7 @@ var _default = {
|
|
|
29826
29897
|
};
|
|
29827
29898
|
exports.default = _default;
|
|
29828
29899
|
|
|
29829
|
-
},{"@babel/runtime/helpers/interopRequireDefault":1,"core-js/modules/es.object.define-property.js":
|
|
29900
|
+
},{"@babel/runtime/helpers/interopRequireDefault":1,"core-js/modules/es.object.define-property.js":204,"deepmerge":253}],361:[function(_dereq_,module,exports){
|
|
29830
29901
|
"use strict";
|
|
29831
29902
|
|
|
29832
29903
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -29838,23 +29909,23 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
29838
29909
|
});
|
|
29839
29910
|
exports.default = void 0;
|
|
29840
29911
|
|
|
29841
|
-
var
|
|
29912
|
+
var _hidden = _interopRequireDefault(_dereq_("hidden"));
|
|
29842
29913
|
|
|
29843
29914
|
var _hyperscript = _interopRequireDefault(_dereq_("hyperscript"));
|
|
29844
29915
|
|
|
29845
|
-
var
|
|
29846
|
-
|
|
29847
|
-
var _replay = _interopRequireDefault(_dereq_("./visuals/replay"));
|
|
29916
|
+
var _util = _interopRequireDefault(_dereq_("util"));
|
|
29848
29917
|
|
|
29849
|
-
var
|
|
29918
|
+
var _events = _interopRequireDefault(_dereq_("../events"));
|
|
29850
29919
|
|
|
29851
|
-
var
|
|
29920
|
+
var _eventEmitter = _interopRequireDefault(_dereq_("../util/eventEmitter"));
|
|
29852
29921
|
|
|
29853
29922
|
var _recorderInsides = _interopRequireDefault(_dereq_("./visuals/inside/recorderInsides"));
|
|
29854
29923
|
|
|
29855
|
-
var
|
|
29924
|
+
var _notifier = _interopRequireDefault(_dereq_("./visuals/notifier"));
|
|
29856
29925
|
|
|
29857
|
-
var
|
|
29926
|
+
var _recorder = _interopRequireDefault(_dereq_("./visuals/recorder"));
|
|
29927
|
+
|
|
29928
|
+
var _replay = _interopRequireDefault(_dereq_("./visuals/replay"));
|
|
29858
29929
|
|
|
29859
29930
|
var Visuals = function Visuals(container, options) {
|
|
29860
29931
|
_eventEmitter.default.call(this, options, 'Visuals');
|
|
@@ -30012,7 +30083,7 @@ var Visuals = function Visuals(container, options) {
|
|
|
30012
30083
|
replay.hide();
|
|
30013
30084
|
notifier.hide();
|
|
30014
30085
|
|
|
30015
|
-
if (params.keepHidden) {
|
|
30086
|
+
if (params && params.keepHidden) {
|
|
30016
30087
|
recorder.hide();
|
|
30017
30088
|
cb && cb();
|
|
30018
30089
|
} else {
|
|
@@ -30214,7 +30285,7 @@ _util.default.inherits(Visuals, _eventEmitter.default);
|
|
|
30214
30285
|
var _default = Visuals;
|
|
30215
30286
|
exports.default = _default;
|
|
30216
30287
|
|
|
30217
|
-
},{"
|
|
30288
|
+
},{"../events":344,"../util/eventEmitter":350,"./visuals/inside/recorderInsides":367,"./visuals/notifier":368,"./visuals/recorder":369,"./visuals/replay":370,"@babel/runtime/helpers/interopRequireDefault":1,"core-js/modules/es.object.define-property.js":204,"hidden":277,"hyperscript":279,"util":334}],362:[function(_dereq_,module,exports){
|
|
30218
30289
|
"use strict";
|
|
30219
30290
|
|
|
30220
30291
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -30305,7 +30376,7 @@ function _default(visuals, options) {
|
|
|
30305
30376
|
};
|
|
30306
30377
|
}
|
|
30307
30378
|
|
|
30308
|
-
},{"@babel/runtime/helpers/interopRequireDefault":1,"core-js/modules/es.object.define-property.js":
|
|
30379
|
+
},{"@babel/runtime/helpers/interopRequireDefault":1,"core-js/modules/es.object.define-property.js":204,"hidden":277,"hyperscript":279}],363:[function(_dereq_,module,exports){
|
|
30309
30380
|
"use strict";
|
|
30310
30381
|
|
|
30311
30382
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -30372,7 +30443,7 @@ function _default(visuals, options) {
|
|
|
30372
30443
|
};
|
|
30373
30444
|
}
|
|
30374
30445
|
|
|
30375
|
-
},{"./../../../../events":
|
|
30446
|
+
},{"./../../../../events":344,"./../../../../util/eventEmitter":350,"@babel/runtime/helpers/interopRequireDefault":1,"core-js/modules/es.object.define-property.js":204,"hidden":277,"hyperscript":279}],364:[function(_dereq_,module,exports){
|
|
30376
30447
|
"use strict";
|
|
30377
30448
|
|
|
30378
30449
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -30441,7 +30512,7 @@ function _default(visuals, options) {
|
|
|
30441
30512
|
};
|
|
30442
30513
|
}
|
|
30443
30514
|
|
|
30444
|
-
},{"./../../../../util/videomailError":
|
|
30515
|
+
},{"./../../../../util/videomailError":355,"@babel/runtime/helpers/interopRequireDefault":1,"core-js/modules/es.object.define-property.js":204,"hidden":277,"hyperscript":279}],365:[function(_dereq_,module,exports){
|
|
30445
30516
|
"use strict";
|
|
30446
30517
|
|
|
30447
30518
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -30495,7 +30566,7 @@ function _default(visuals) {
|
|
|
30495
30566
|
};
|
|
30496
30567
|
}
|
|
30497
30568
|
|
|
30498
|
-
},{"@babel/runtime/helpers/interopRequireDefault":1,"core-js/modules/es.object.define-property.js":
|
|
30569
|
+
},{"@babel/runtime/helpers/interopRequireDefault":1,"core-js/modules/es.object.define-property.js":204,"hidden":277,"hyperscript":279}],366:[function(_dereq_,module,exports){
|
|
30499
30570
|
"use strict";
|
|
30500
30571
|
|
|
30501
30572
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -30646,7 +30717,7 @@ function _default(visuals, recordNote, options) {
|
|
|
30646
30717
|
};
|
|
30647
30718
|
}
|
|
30648
30719
|
|
|
30649
|
-
},{"@babel/runtime/helpers/interopRequireDefault":1,"core-js/modules/es.object.define-property.js":
|
|
30720
|
+
},{"@babel/runtime/helpers/interopRequireDefault":1,"core-js/modules/es.object.define-property.js":204,"core-js/modules/es.parse-int.js":209,"hidden":277,"hyperscript":279}],367:[function(_dereq_,module,exports){
|
|
30650
30721
|
"use strict";
|
|
30651
30722
|
|
|
30652
30723
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -30795,7 +30866,7 @@ _util.default.inherits(RecorderInsides, _eventEmitter.default);
|
|
|
30795
30866
|
var _default = RecorderInsides;
|
|
30796
30867
|
exports.default = _default;
|
|
30797
30868
|
|
|
30798
|
-
},{"./../../../events":
|
|
30869
|
+
},{"./../../../events":344,"./../../../util/browser":348,"./../../../util/eventEmitter":350,"./recorder/countdown":362,"./recorder/facingMode":363,"./recorder/pausedNote":364,"./recorder/recordNote":365,"./recorder/recordTimer":366,"@babel/runtime/helpers/interopRequireDefault":1,"core-js/modules/es.object.define-property.js":204,"util":334}],368:[function(_dereq_,module,exports){
|
|
30799
30870
|
"use strict";
|
|
30800
30871
|
|
|
30801
30872
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -31111,7 +31182,7 @@ _util.default.inherits(Notifier, _eventEmitter.default);
|
|
|
31111
31182
|
var _default = Notifier;
|
|
31112
31183
|
exports.default = _default;
|
|
31113
31184
|
|
|
31114
|
-
},{"./../../events":
|
|
31185
|
+
},{"./../../events":344,"./../../util/eventEmitter":350,"@babel/runtime/helpers/interopRequireDefault":1,"core-js/modules/es.array.for-each.js":198,"core-js/modules/es.object.define-property.js":204,"core-js/modules/es.object.to-string.js":207,"core-js/modules/es.regexp.to-string.js":218,"core-js/modules/web.dom-collections.for-each.js":245,"hidden":277,"hyperscript":279,"util":334}],369:[function(_dereq_,module,exports){
|
|
31115
31186
|
(function (Buffer){(function (){
|
|
31116
31187
|
"use strict";
|
|
31117
31188
|
|
|
@@ -31130,7 +31201,7 @@ _dereq_("core-js/modules/es.object.to-string.js");
|
|
|
31130
31201
|
|
|
31131
31202
|
_dereq_("core-js/modules/es.regexp.to-string.js");
|
|
31132
31203
|
|
|
31133
|
-
_dereq_("core-js/modules/es.
|
|
31204
|
+
_dereq_("core-js/modules/es.array.concat.js");
|
|
31134
31205
|
|
|
31135
31206
|
var _animitter = _interopRequireDefault(_dereq_("animitter"));
|
|
31136
31207
|
|
|
@@ -31941,6 +32012,7 @@ var Recorder = function Recorder(visuals, replay) {
|
|
|
31941
32012
|
|
|
31942
32013
|
framesCount++;
|
|
31943
32014
|
ctx.drawImage(userMedia.getRawVisuals(), 0, 0, canvas.width, canvas.height);
|
|
32015
|
+
var nanoseconds = Math.round(window.performance.now() * 1000000);
|
|
31944
32016
|
recordingBuffer = frame.toBuffer();
|
|
31945
32017
|
recordingBufferLength = recordingBuffer.length;
|
|
31946
32018
|
|
|
@@ -31949,7 +32021,12 @@ var Recorder = function Recorder(visuals, replay) {
|
|
|
31949
32021
|
}
|
|
31950
32022
|
|
|
31951
32023
|
bytesSum += recordingBufferLength;
|
|
31952
|
-
|
|
32024
|
+
var timeControlBuffer = Buffer.from((0, _safeJsonStringify.default)({
|
|
32025
|
+
frameNumber: framesCount,
|
|
32026
|
+
timestamp: nanoseconds
|
|
32027
|
+
}));
|
|
32028
|
+
var frameBuffer = Buffer.concat([recordingBuffer, timeControlBuffer]);
|
|
32029
|
+
writeStream(frameBuffer, {
|
|
31953
32030
|
frameNumber: framesCount,
|
|
31954
32031
|
onFlushedCallback: onFlushed
|
|
31955
32032
|
}); // if (options.verbose) {
|
|
@@ -32289,7 +32366,7 @@ var _default = Recorder;
|
|
|
32289
32366
|
exports.default = _default;
|
|
32290
32367
|
|
|
32291
32368
|
}).call(this)}).call(this,_dereq_("buffer").Buffer)
|
|
32292
|
-
},{"../../constants":
|
|
32369
|
+
},{"../../constants":343,"../../events":344,"../../util/browser":348,"../../util/eventEmitter":350,"../../util/humanize":351,"../../util/pretty":353,"../../util/videomailError":355,"./userMedia":371,"@babel/runtime/helpers/interopRequireDefault":1,"animitter":4,"buffer":11,"canvas-to-buffer":14,"core-js/modules/es.array.concat.js":197,"core-js/modules/es.number.to-fixed.js":203,"core-js/modules/es.object.define-property.js":204,"core-js/modules/es.object.to-string.js":207,"core-js/modules/es.regexp.to-string.js":218,"deepmerge":253,"hidden":277,"hyperscript":279,"safe-json-stringify":320,"util":334,"websocket-stream":337}],370:[function(_dereq_,module,exports){
|
|
32293
32370
|
"use strict";
|
|
32294
32371
|
|
|
32295
32372
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -32301,8 +32378,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
32301
32378
|
});
|
|
32302
32379
|
exports.default = void 0;
|
|
32303
32380
|
|
|
32304
|
-
_dereq_("core-js/modules/es.function.name.js");
|
|
32305
|
-
|
|
32306
32381
|
_dereq_("core-js/modules/es.array.for-each.js");
|
|
32307
32382
|
|
|
32308
32383
|
_dereq_("core-js/modules/es.object.to-string.js");
|
|
@@ -32644,7 +32719,7 @@ _util.default.inherits(Replay, _eventEmitter.default);
|
|
|
32644
32719
|
var _default = Replay;
|
|
32645
32720
|
exports.default = _default;
|
|
32646
32721
|
|
|
32647
|
-
},{"./../../events":
|
|
32722
|
+
},{"./../../events":344,"./../../util/browser":348,"./../../util/eventEmitter":350,"./../../util/videomailError":355,"@babel/runtime/helpers/interopRequireDefault":1,"add-eventlistener-with-options":3,"core-js/modules/es.array.for-each.js":198,"core-js/modules/es.object.define-property.js":204,"core-js/modules/es.object.keys.js":206,"core-js/modules/es.object.to-string.js":207,"core-js/modules/es.promise.js":213,"core-js/modules/web.dom-collections.for-each.js":245,"hidden":277,"hyperscript":279,"iphone-inline-video":285,"util":334}],371:[function(_dereq_,module,exports){
|
|
32648
32723
|
"use strict";
|
|
32649
32724
|
|
|
32650
32725
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -33145,7 +33220,7 @@ function _default(recorder, options) {
|
|
|
33145
33220
|
};
|
|
33146
33221
|
}
|
|
33147
33222
|
|
|
33148
|
-
},{"./../../events":
|
|
33223
|
+
},{"./../../events":344,"./../../util/audioRecorder":347,"./../../util/browser":348,"./../../util/eventEmitter":350,"./../../util/mediaEvents":352,"./../../util/pretty":353,"./../../util/videomailError":355,"@babel/runtime/helpers/interopRequireDefault":1,"core-js/modules/es.array.for-each.js":198,"core-js/modules/es.array.iterator.js":200,"core-js/modules/es.object.define-property.js":204,"core-js/modules/es.object.to-string.js":207,"core-js/modules/es.promise.js":213,"core-js/modules/es.regexp.to-string.js":218,"core-js/modules/es.string.iterator.js":219,"core-js/modules/web.dom-collections.for-each.js":245,"core-js/modules/web.dom-collections.iterator.js":246,"core-js/modules/web.url-search-params.js":248,"core-js/modules/web.url.js":250,"hyperscript":279,"safe-json-stringify":320}],372:[function(_dereq_,module,exports){
|
|
33149
33224
|
"use strict";
|
|
33150
33225
|
|
|
33151
33226
|
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%);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{box-sizing:border-box;height:100%;overflow:hidden}.videomail .radioGroup{display:block}.videomail video{margin-bottom:0}';
|
|
@@ -33178,5 +33253,5 @@ var _default = _client.default; // also add that so that we can require() it the
|
|
|
33178
33253
|
exports.default = _default;
|
|
33179
33254
|
module.exports = _client.default;
|
|
33180
33255
|
|
|
33181
|
-
},{"./client":
|
|
33256
|
+
},{"./client":342,"./util/standardize":354,"@babel/runtime/helpers/interopRequireDefault":1,"core-js/modules/es.object.define-property.js":204}]},{},["videomail-client"])("videomail-client")
|
|
33182
33257
|
});
|