videomail-client 2.18.6 → 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.
|
@@ -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":
|
|
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":
|
|
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;
|
|
@@ -3351,7 +3351,7 @@ module.exports = function (argument) {
|
|
|
3351
3351
|
throw $TypeError("Can't set " + $String(argument) + ' as a prototype');
|
|
3352
3352
|
};
|
|
3353
3353
|
|
|
3354
|
-
},{"../internals/is-callable":
|
|
3354
|
+
},{"../internals/is-callable":103}],22:[function(_dereq_,module,exports){
|
|
3355
3355
|
var wellKnownSymbol = _dereq_('../internals/well-known-symbol');
|
|
3356
3356
|
var create = _dereq_('../internals/object-create');
|
|
3357
3357
|
var defineProperty = _dereq_('../internals/object-define-property').f;
|
|
@@ -3373,7 +3373,7 @@ module.exports = function (key) {
|
|
|
3373
3373
|
ArrayPrototype[UNSCOPABLES][key] = true;
|
|
3374
3374
|
};
|
|
3375
3375
|
|
|
3376
|
-
},{"../internals/object-create":
|
|
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
|
|
|
@@ -3383,7 +3383,7 @@ module.exports = function (S, index, unicode) {
|
|
|
3383
3383
|
return index + (unicode ? charAt(S, index).length : 1);
|
|
3384
3384
|
};
|
|
3385
3385
|
|
|
3386
|
-
},{"../internals/string-multibyte":
|
|
3386
|
+
},{"../internals/string-multibyte":161}],24:[function(_dereq_,module,exports){
|
|
3387
3387
|
var isPrototypeOf = _dereq_('../internals/object-is-prototype-of');
|
|
3388
3388
|
|
|
3389
3389
|
var $TypeError = TypeError;
|
|
@@ -3393,7 +3393,7 @@ module.exports = function (it, Prototype) {
|
|
|
3393
3393
|
throw $TypeError('Incorrect invocation');
|
|
3394
3394
|
};
|
|
3395
3395
|
|
|
3396
|
-
},{"../internals/object-is-prototype-of":
|
|
3396
|
+
},{"../internals/object-is-prototype-of":133}],25:[function(_dereq_,module,exports){
|
|
3397
3397
|
var isObject = _dereq_('../internals/is-object');
|
|
3398
3398
|
|
|
3399
3399
|
var $String = String;
|
|
@@ -3405,7 +3405,7 @@ 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
|
|
|
@@ -3601,7 +3601,7 @@ module.exports = {
|
|
|
3601
3601
|
TypedArrayPrototype: TypedArrayPrototype
|
|
3602
3602
|
};
|
|
3603
3603
|
|
|
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":
|
|
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');
|
|
@@ -3850,7 +3850,7 @@ module.exports = {
|
|
|
3850
3850
|
DataView: $DataView
|
|
3851
3851
|
};
|
|
3852
3852
|
|
|
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":
|
|
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":58,"../internals/length-of-array-like":
|
|
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":53,"../internals/function-bind-context":
|
|
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":
|
|
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":
|
|
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":
|
|
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
|
|
|
@@ -4146,7 +4146,7 @@ module.exports = function (METHOD_NAME, argument) {
|
|
|
4146
4146
|
});
|
|
4147
4147
|
};
|
|
4148
4148
|
|
|
4149
|
-
},{"../internals/fails":
|
|
4149
|
+
},{"../internals/fails":77}],39:[function(_dereq_,module,exports){
|
|
4150
4150
|
var aCallable = _dereq_('../internals/a-callable');
|
|
4151
4151
|
var toObject = _dereq_('../internals/to-object');
|
|
4152
4152
|
var IndexedObject = _dereq_('../internals/indexed-object');
|
|
@@ -4190,7 +4190,7 @@ module.exports = {
|
|
|
4190
4190
|
right: createMethod(true)
|
|
4191
4191
|
};
|
|
4192
4192
|
|
|
4193
|
-
},{"../internals/a-callable":19,"../internals/indexed-object":
|
|
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,12 +4208,12 @@ module.exports = function (O, start, end) {
|
|
|
4208
4208
|
return result;
|
|
4209
4209
|
};
|
|
4210
4210
|
|
|
4211
|
-
},{"../internals/create-property":53,"../internals/length-of-array-like":
|
|
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);
|
|
4215
4215
|
|
|
4216
|
-
},{"../internals/function-uncurry-this":
|
|
4216
|
+
},{"../internals/function-uncurry-this":84}],42:[function(_dereq_,module,exports){
|
|
4217
4217
|
var arraySlice = _dereq_('../internals/array-slice-simple');
|
|
4218
4218
|
|
|
4219
4219
|
var floor = Math.floor;
|
|
@@ -4283,7 +4283,7 @@ module.exports = function (originalArray) {
|
|
|
4283
4283
|
} return C === undefined ? $Array : C;
|
|
4284
4284
|
};
|
|
4285
4285
|
|
|
4286
|
-
},{"../internals/is-array":
|
|
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);
|
|
@@ -4355,7 +4355,7 @@ module.exports = function (it) {
|
|
|
4355
4355
|
return stringSlice(toString(it), 8, -1);
|
|
4356
4356
|
};
|
|
4357
4357
|
|
|
4358
|
-
},{"../internals/function-uncurry-this":
|
|
4358
|
+
},{"../internals/function-uncurry-this":84}],48:[function(_dereq_,module,exports){
|
|
4359
4359
|
var TO_STRING_TAG_SUPPORT = _dereq_('../internals/to-string-tag-support');
|
|
4360
4360
|
var isCallable = _dereq_('../internals/is-callable');
|
|
4361
4361
|
var classofRaw = _dereq_('../internals/classof-raw');
|
|
@@ -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":
|
|
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');
|
|
@@ -4404,7 +4404,7 @@ module.exports = function (target, source, exceptions) {
|
|
|
4404
4404
|
}
|
|
4405
4405
|
};
|
|
4406
4406
|
|
|
4407
|
-
},{"../internals/has-own-property":
|
|
4407
|
+
},{"../internals/has-own-property":91,"../internals/object-define-property":127,"../internals/object-get-own-property-descriptor":128,"../internals/own-keys":140}],50:[function(_dereq_,module,exports){
|
|
4408
4408
|
var fails = _dereq_('../internals/fails');
|
|
4409
4409
|
|
|
4410
4410
|
module.exports = !fails(function () {
|
|
@@ -4414,7 +4414,7 @@ module.exports = !fails(function () {
|
|
|
4414
4414
|
return Object.getPrototypeOf(new F()) !== F.prototype;
|
|
4415
4415
|
});
|
|
4416
4416
|
|
|
4417
|
-
},{"../internals/fails":
|
|
4417
|
+
},{"../internals/fails":77}],51:[function(_dereq_,module,exports){
|
|
4418
4418
|
var DESCRIPTORS = _dereq_('../internals/descriptors');
|
|
4419
4419
|
var definePropertyModule = _dereq_('../internals/object-define-property');
|
|
4420
4420
|
var createPropertyDescriptor = _dereq_('../internals/create-property-descriptor');
|
|
@@ -4426,7 +4426,7 @@ module.exports = DESCRIPTORS ? function (object, key, value) {
|
|
|
4426
4426
|
return object;
|
|
4427
4427
|
};
|
|
4428
4428
|
|
|
4429
|
-
},{"../internals/create-property-descriptor":52,"../internals/descriptors":59,"../internals/object-define-property":
|
|
4429
|
+
},{"../internals/create-property-descriptor":52,"../internals/descriptors":59,"../internals/object-define-property":127}],52:[function(_dereq_,module,exports){
|
|
4430
4430
|
module.exports = function (bitmap, value) {
|
|
4431
4431
|
return {
|
|
4432
4432
|
enumerable: !(bitmap & 1),
|
|
@@ -4448,7 +4448,7 @@ module.exports = function (object, key, value) {
|
|
|
4448
4448
|
else object[propertyKey] = value;
|
|
4449
4449
|
};
|
|
4450
4450
|
|
|
4451
|
-
},{"../internals/create-property-descriptor":52,"../internals/object-define-property":
|
|
4451
|
+
},{"../internals/create-property-descriptor":52,"../internals/object-define-property":127,"../internals/to-property-key":178}],54:[function(_dereq_,module,exports){
|
|
4452
4452
|
var makeBuiltIn = _dereq_('../internals/make-built-in');
|
|
4453
4453
|
var defineProperty = _dereq_('../internals/object-define-property');
|
|
4454
4454
|
|
|
@@ -4458,7 +4458,7 @@ module.exports = function (target, name, descriptor) {
|
|
|
4458
4458
|
return defineProperty.f(target, name, descriptor);
|
|
4459
4459
|
};
|
|
4460
4460
|
|
|
4461
|
-
},{"../internals/make-built-in":
|
|
4461
|
+
},{"../internals/make-built-in":118,"../internals/object-define-property":127}],55:[function(_dereq_,module,exports){
|
|
4462
4462
|
var isCallable = _dereq_('../internals/is-callable');
|
|
4463
4463
|
var definePropertyModule = _dereq_('../internals/object-define-property');
|
|
4464
4464
|
var makeBuiltIn = _dereq_('../internals/make-built-in');
|
|
@@ -4487,7 +4487,7 @@ module.exports = function (O, key, value, options) {
|
|
|
4487
4487
|
} return O;
|
|
4488
4488
|
};
|
|
4489
4489
|
|
|
4490
|
-
},{"../internals/define-global-property":57,"../internals/is-callable":
|
|
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){
|
|
4491
4491
|
var defineBuiltIn = _dereq_('../internals/define-built-in');
|
|
4492
4492
|
|
|
4493
4493
|
module.exports = function (target, src, options) {
|
|
@@ -4509,7 +4509,7 @@ module.exports = function (key, value) {
|
|
|
4509
4509
|
} return value;
|
|
4510
4510
|
};
|
|
4511
4511
|
|
|
4512
|
-
},{"../internals/global":
|
|
4512
|
+
},{"../internals/global":90}],58:[function(_dereq_,module,exports){
|
|
4513
4513
|
'use strict';
|
|
4514
4514
|
var tryToString = _dereq_('../internals/try-to-string');
|
|
4515
4515
|
|
|
@@ -4519,7 +4519,7 @@ module.exports = function (O, P) {
|
|
|
4519
4519
|
if (!delete O[P]) throw $TypeError('Cannot delete property ' + tryToString(P) + ' of ' + tryToString(O));
|
|
4520
4520
|
};
|
|
4521
4521
|
|
|
4522
|
-
},{"../internals/try-to-string":
|
|
4522
|
+
},{"../internals/try-to-string":181}],59:[function(_dereq_,module,exports){
|
|
4523
4523
|
var fails = _dereq_('../internals/fails');
|
|
4524
4524
|
|
|
4525
4525
|
// Detect IE8's incomplete defineProperty implementation
|
|
@@ -4528,7 +4528,7 @@ module.exports = !fails(function () {
|
|
|
4528
4528
|
return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;
|
|
4529
4529
|
});
|
|
4530
4530
|
|
|
4531
|
-
},{"../internals/fails":
|
|
4531
|
+
},{"../internals/fails":77}],60:[function(_dereq_,module,exports){
|
|
4532
4532
|
var global = _dereq_('../internals/global');
|
|
4533
4533
|
var isObject = _dereq_('../internals/is-object');
|
|
4534
4534
|
|
|
@@ -4540,7 +4540,16 @@ module.exports = function (it) {
|
|
|
4540
4540
|
return EXISTS ? document.createElement(it) : {};
|
|
4541
4541
|
};
|
|
4542
4542
|
|
|
4543
|
-
},{"../internals/global":
|
|
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){
|
|
4544
4553
|
// iterable DOM collections
|
|
4545
4554
|
// flag - `iterable` interface - 'entries', 'keys', 'values', 'forEach' methods
|
|
4546
4555
|
module.exports = {
|
|
@@ -4577,7 +4586,7 @@ module.exports = {
|
|
|
4577
4586
|
TouchList: 0
|
|
4578
4587
|
};
|
|
4579
4588
|
|
|
4580
|
-
},{}],
|
|
4589
|
+
},{}],63:[function(_dereq_,module,exports){
|
|
4581
4590
|
// in old WebKit versions, `element.classList` is not an instance of global `DOMTokenList`
|
|
4582
4591
|
var documentCreateElement = _dereq_('../internals/document-create-element');
|
|
4583
4592
|
|
|
@@ -4586,14 +4595,14 @@ var DOMTokenListPrototype = classList && classList.constructor && classList.cons
|
|
|
4586
4595
|
|
|
4587
4596
|
module.exports = DOMTokenListPrototype === Object.prototype ? undefined : DOMTokenListPrototype;
|
|
4588
4597
|
|
|
4589
|
-
},{"../internals/document-create-element":60}],
|
|
4598
|
+
},{"../internals/document-create-element":60}],64:[function(_dereq_,module,exports){
|
|
4590
4599
|
var userAgent = _dereq_('../internals/engine-user-agent');
|
|
4591
4600
|
|
|
4592
4601
|
var firefox = userAgent.match(/firefox\/(\d+)/i);
|
|
4593
4602
|
|
|
4594
4603
|
module.exports = !!firefox && +firefox[1];
|
|
4595
4604
|
|
|
4596
|
-
},{"../internals/engine-user-agent":
|
|
4605
|
+
},{"../internals/engine-user-agent":72}],65:[function(_dereq_,module,exports){
|
|
4597
4606
|
var IS_DENO = _dereq_('../internals/engine-is-deno');
|
|
4598
4607
|
var IS_NODE = _dereq_('../internals/engine-is-node');
|
|
4599
4608
|
|
|
@@ -4601,43 +4610,43 @@ module.exports = !IS_DENO && !IS_NODE
|
|
|
4601
4610
|
&& typeof window == 'object'
|
|
4602
4611
|
&& typeof document == 'object';
|
|
4603
4612
|
|
|
4604
|
-
},{"../internals/engine-is-deno":
|
|
4613
|
+
},{"../internals/engine-is-deno":66,"../internals/engine-is-node":70}],66:[function(_dereq_,module,exports){
|
|
4605
4614
|
/* global Deno -- Deno case */
|
|
4606
4615
|
module.exports = typeof Deno == 'object' && Deno && typeof Deno.version == 'object';
|
|
4607
4616
|
|
|
4608
|
-
},{}],
|
|
4617
|
+
},{}],67:[function(_dereq_,module,exports){
|
|
4609
4618
|
var UA = _dereq_('../internals/engine-user-agent');
|
|
4610
4619
|
|
|
4611
4620
|
module.exports = /MSIE|Trident/.test(UA);
|
|
4612
4621
|
|
|
4613
|
-
},{"../internals/engine-user-agent":
|
|
4622
|
+
},{"../internals/engine-user-agent":72}],68:[function(_dereq_,module,exports){
|
|
4614
4623
|
var userAgent = _dereq_('../internals/engine-user-agent');
|
|
4615
4624
|
var global = _dereq_('../internals/global');
|
|
4616
4625
|
|
|
4617
4626
|
module.exports = /ipad|iphone|ipod/i.test(userAgent) && global.Pebble !== undefined;
|
|
4618
4627
|
|
|
4619
|
-
},{"../internals/engine-user-agent":
|
|
4628
|
+
},{"../internals/engine-user-agent":72,"../internals/global":90}],69:[function(_dereq_,module,exports){
|
|
4620
4629
|
var userAgent = _dereq_('../internals/engine-user-agent');
|
|
4621
4630
|
|
|
4622
4631
|
module.exports = /(?:ipad|iphone|ipod).*applewebkit/i.test(userAgent);
|
|
4623
4632
|
|
|
4624
|
-
},{"../internals/engine-user-agent":
|
|
4633
|
+
},{"../internals/engine-user-agent":72}],70:[function(_dereq_,module,exports){
|
|
4625
4634
|
var classof = _dereq_('../internals/classof-raw');
|
|
4626
4635
|
var global = _dereq_('../internals/global');
|
|
4627
4636
|
|
|
4628
4637
|
module.exports = classof(global.process) == 'process';
|
|
4629
4638
|
|
|
4630
|
-
},{"../internals/classof-raw":47,"../internals/global":
|
|
4639
|
+
},{"../internals/classof-raw":47,"../internals/global":90}],71:[function(_dereq_,module,exports){
|
|
4631
4640
|
var userAgent = _dereq_('../internals/engine-user-agent');
|
|
4632
4641
|
|
|
4633
4642
|
module.exports = /web0s(?!.*chrome)/i.test(userAgent);
|
|
4634
4643
|
|
|
4635
|
-
},{"../internals/engine-user-agent":
|
|
4644
|
+
},{"../internals/engine-user-agent":72}],72:[function(_dereq_,module,exports){
|
|
4636
4645
|
var getBuiltIn = _dereq_('../internals/get-built-in');
|
|
4637
4646
|
|
|
4638
4647
|
module.exports = getBuiltIn('navigator', 'userAgent') || '';
|
|
4639
4648
|
|
|
4640
|
-
},{"../internals/get-built-in":
|
|
4649
|
+
},{"../internals/get-built-in":85}],73:[function(_dereq_,module,exports){
|
|
4641
4650
|
var global = _dereq_('../internals/global');
|
|
4642
4651
|
var userAgent = _dereq_('../internals/engine-user-agent');
|
|
4643
4652
|
|
|
@@ -4666,14 +4675,14 @@ if (!version && userAgent) {
|
|
|
4666
4675
|
|
|
4667
4676
|
module.exports = version;
|
|
4668
4677
|
|
|
4669
|
-
},{"../internals/engine-user-agent":
|
|
4678
|
+
},{"../internals/engine-user-agent":72,"../internals/global":90}],74:[function(_dereq_,module,exports){
|
|
4670
4679
|
var userAgent = _dereq_('../internals/engine-user-agent');
|
|
4671
4680
|
|
|
4672
4681
|
var webkit = userAgent.match(/AppleWebKit\/(\d+)\./);
|
|
4673
4682
|
|
|
4674
4683
|
module.exports = !!webkit && +webkit[1];
|
|
4675
4684
|
|
|
4676
|
-
},{"../internals/engine-user-agent":
|
|
4685
|
+
},{"../internals/engine-user-agent":72}],75:[function(_dereq_,module,exports){
|
|
4677
4686
|
// IE8- don't enum bug keys
|
|
4678
4687
|
module.exports = [
|
|
4679
4688
|
'constructor',
|
|
@@ -4685,7 +4694,7 @@ module.exports = [
|
|
|
4685
4694
|
'valueOf'
|
|
4686
4695
|
];
|
|
4687
4696
|
|
|
4688
|
-
},{}],
|
|
4697
|
+
},{}],76:[function(_dereq_,module,exports){
|
|
4689
4698
|
var global = _dereq_('../internals/global');
|
|
4690
4699
|
var getOwnPropertyDescriptor = _dereq_('../internals/object-get-own-property-descriptor').f;
|
|
4691
4700
|
var createNonEnumerableProperty = _dereq_('../internals/create-non-enumerable-property');
|
|
@@ -4741,7 +4750,7 @@ module.exports = function (options, source) {
|
|
|
4741
4750
|
}
|
|
4742
4751
|
};
|
|
4743
4752
|
|
|
4744
|
-
},{"../internals/copy-constructor-properties":49,"../internals/create-non-enumerable-property":51,"../internals/define-built-in":55,"../internals/define-global-property":57,"../internals/global":
|
|
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){
|
|
4745
4754
|
module.exports = function (exec) {
|
|
4746
4755
|
try {
|
|
4747
4756
|
return !!exec();
|
|
@@ -4750,7 +4759,7 @@ module.exports = function (exec) {
|
|
|
4750
4759
|
}
|
|
4751
4760
|
};
|
|
4752
4761
|
|
|
4753
|
-
},{}],
|
|
4762
|
+
},{}],78:[function(_dereq_,module,exports){
|
|
4754
4763
|
'use strict';
|
|
4755
4764
|
// TODO: Remove from `core-js@4` since it's moved to entry points
|
|
4756
4765
|
_dereq_('../modules/es.regexp.exec');
|
|
@@ -4826,7 +4835,7 @@ module.exports = function (KEY, exec, FORCED, SHAM) {
|
|
|
4826
4835
|
if (SHAM) createNonEnumerableProperty(RegExpPrototype[SYMBOL], 'sham', true);
|
|
4827
4836
|
};
|
|
4828
4837
|
|
|
4829
|
-
},{"../internals/create-non-enumerable-property":51,"../internals/define-built-in":55,"../internals/fails":
|
|
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){
|
|
4830
4839
|
var NATIVE_BIND = _dereq_('../internals/function-bind-native');
|
|
4831
4840
|
|
|
4832
4841
|
var FunctionPrototype = Function.prototype;
|
|
@@ -4838,7 +4847,7 @@ module.exports = typeof Reflect == 'object' && Reflect.apply || (NATIVE_BIND ? c
|
|
|
4838
4847
|
return call.apply(apply, arguments);
|
|
4839
4848
|
});
|
|
4840
4849
|
|
|
4841
|
-
},{"../internals/function-bind-native":
|
|
4850
|
+
},{"../internals/function-bind-native":81}],80:[function(_dereq_,module,exports){
|
|
4842
4851
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
4843
4852
|
var aCallable = _dereq_('../internals/a-callable');
|
|
4844
4853
|
var NATIVE_BIND = _dereq_('../internals/function-bind-native');
|
|
@@ -4853,7 +4862,7 @@ module.exports = function (fn, that) {
|
|
|
4853
4862
|
};
|
|
4854
4863
|
};
|
|
4855
4864
|
|
|
4856
|
-
},{"../internals/a-callable":19,"../internals/function-bind-native":
|
|
4865
|
+
},{"../internals/a-callable":19,"../internals/function-bind-native":81,"../internals/function-uncurry-this":84}],81:[function(_dereq_,module,exports){
|
|
4857
4866
|
var fails = _dereq_('../internals/fails');
|
|
4858
4867
|
|
|
4859
4868
|
module.exports = !fails(function () {
|
|
@@ -4863,7 +4872,7 @@ module.exports = !fails(function () {
|
|
|
4863
4872
|
return typeof test != 'function' || test.hasOwnProperty('prototype');
|
|
4864
4873
|
});
|
|
4865
4874
|
|
|
4866
|
-
},{"../internals/fails":
|
|
4875
|
+
},{"../internals/fails":77}],82:[function(_dereq_,module,exports){
|
|
4867
4876
|
var NATIVE_BIND = _dereq_('../internals/function-bind-native');
|
|
4868
4877
|
|
|
4869
4878
|
var call = Function.prototype.call;
|
|
@@ -4872,7 +4881,7 @@ module.exports = NATIVE_BIND ? call.bind(call) : function () {
|
|
|
4872
4881
|
return call.apply(call, arguments);
|
|
4873
4882
|
};
|
|
4874
4883
|
|
|
4875
|
-
},{"../internals/function-bind-native":
|
|
4884
|
+
},{"../internals/function-bind-native":81}],83:[function(_dereq_,module,exports){
|
|
4876
4885
|
var DESCRIPTORS = _dereq_('../internals/descriptors');
|
|
4877
4886
|
var hasOwn = _dereq_('../internals/has-own-property');
|
|
4878
4887
|
|
|
@@ -4891,7 +4900,7 @@ module.exports = {
|
|
|
4891
4900
|
CONFIGURABLE: CONFIGURABLE
|
|
4892
4901
|
};
|
|
4893
4902
|
|
|
4894
|
-
},{"../internals/descriptors":59,"../internals/has-own-property":
|
|
4903
|
+
},{"../internals/descriptors":59,"../internals/has-own-property":91}],84:[function(_dereq_,module,exports){
|
|
4895
4904
|
var NATIVE_BIND = _dereq_('../internals/function-bind-native');
|
|
4896
4905
|
|
|
4897
4906
|
var FunctionPrototype = Function.prototype;
|
|
@@ -4907,7 +4916,7 @@ module.exports = NATIVE_BIND ? function (fn) {
|
|
|
4907
4916
|
};
|
|
4908
4917
|
};
|
|
4909
4918
|
|
|
4910
|
-
},{"../internals/function-bind-native":
|
|
4919
|
+
},{"../internals/function-bind-native":81}],85:[function(_dereq_,module,exports){
|
|
4911
4920
|
var global = _dereq_('../internals/global');
|
|
4912
4921
|
var isCallable = _dereq_('../internals/is-callable');
|
|
4913
4922
|
|
|
@@ -4919,7 +4928,7 @@ module.exports = function (namespace, method) {
|
|
|
4919
4928
|
return arguments.length < 2 ? aFunction(global[namespace]) : global[namespace] && global[namespace][method];
|
|
4920
4929
|
};
|
|
4921
4930
|
|
|
4922
|
-
},{"../internals/global":
|
|
4931
|
+
},{"../internals/global":90,"../internals/is-callable":103}],86:[function(_dereq_,module,exports){
|
|
4923
4932
|
var classof = _dereq_('../internals/classof');
|
|
4924
4933
|
var getMethod = _dereq_('../internals/get-method');
|
|
4925
4934
|
var isNullOrUndefined = _dereq_('../internals/is-null-or-undefined');
|
|
@@ -4934,7 +4943,7 @@ module.exports = function (it) {
|
|
|
4934
4943
|
|| Iterators[classof(it)];
|
|
4935
4944
|
};
|
|
4936
4945
|
|
|
4937
|
-
},{"../internals/classof":48,"../internals/get-method":
|
|
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){
|
|
4938
4947
|
var call = _dereq_('../internals/function-call');
|
|
4939
4948
|
var aCallable = _dereq_('../internals/a-callable');
|
|
4940
4949
|
var anObject = _dereq_('../internals/an-object');
|
|
@@ -4949,7 +4958,7 @@ module.exports = function (argument, usingIterator) {
|
|
|
4949
4958
|
throw $TypeError(tryToString(argument) + ' is not iterable');
|
|
4950
4959
|
};
|
|
4951
4960
|
|
|
4952
|
-
},{"../internals/a-callable":19,"../internals/an-object":25,"../internals/function-call":
|
|
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){
|
|
4953
4962
|
var aCallable = _dereq_('../internals/a-callable');
|
|
4954
4963
|
var isNullOrUndefined = _dereq_('../internals/is-null-or-undefined');
|
|
4955
4964
|
|
|
@@ -4960,7 +4969,7 @@ module.exports = function (V, P) {
|
|
|
4960
4969
|
return isNullOrUndefined(func) ? undefined : aCallable(func);
|
|
4961
4970
|
};
|
|
4962
4971
|
|
|
4963
|
-
},{"../internals/a-callable":19,"../internals/is-null-or-undefined":
|
|
4972
|
+
},{"../internals/a-callable":19,"../internals/is-null-or-undefined":107}],89:[function(_dereq_,module,exports){
|
|
4964
4973
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
4965
4974
|
var toObject = _dereq_('../internals/to-object');
|
|
4966
4975
|
|
|
@@ -5006,7 +5015,7 @@ module.exports = function (matched, str, position, captures, namedCaptures, repl
|
|
|
5006
5015
|
});
|
|
5007
5016
|
};
|
|
5008
5017
|
|
|
5009
|
-
},{"../internals/function-uncurry-this":
|
|
5018
|
+
},{"../internals/function-uncurry-this":84,"../internals/to-object":174}],90:[function(_dereq_,module,exports){
|
|
5010
5019
|
(function (global){(function (){
|
|
5011
5020
|
var check = function (it) {
|
|
5012
5021
|
return it && it.Math == Math && it;
|
|
@@ -5024,7 +5033,7 @@ module.exports =
|
|
|
5024
5033
|
(function () { return this; })() || Function('return this')();
|
|
5025
5034
|
|
|
5026
5035
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
5027
|
-
},{}],
|
|
5036
|
+
},{}],91:[function(_dereq_,module,exports){
|
|
5028
5037
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
5029
5038
|
var toObject = _dereq_('../internals/to-object');
|
|
5030
5039
|
|
|
@@ -5037,10 +5046,10 @@ module.exports = Object.hasOwn || function hasOwn(it, key) {
|
|
|
5037
5046
|
return hasOwnProperty(toObject(it), key);
|
|
5038
5047
|
};
|
|
5039
5048
|
|
|
5040
|
-
},{"../internals/function-uncurry-this":
|
|
5049
|
+
},{"../internals/function-uncurry-this":84,"../internals/to-object":174}],92:[function(_dereq_,module,exports){
|
|
5041
5050
|
module.exports = {};
|
|
5042
5051
|
|
|
5043
|
-
},{}],
|
|
5052
|
+
},{}],93:[function(_dereq_,module,exports){
|
|
5044
5053
|
var global = _dereq_('../internals/global');
|
|
5045
5054
|
|
|
5046
5055
|
module.exports = function (a, b) {
|
|
@@ -5050,12 +5059,12 @@ module.exports = function (a, b) {
|
|
|
5050
5059
|
}
|
|
5051
5060
|
};
|
|
5052
5061
|
|
|
5053
|
-
},{"../internals/global":
|
|
5062
|
+
},{"../internals/global":90}],94:[function(_dereq_,module,exports){
|
|
5054
5063
|
var getBuiltIn = _dereq_('../internals/get-built-in');
|
|
5055
5064
|
|
|
5056
5065
|
module.exports = getBuiltIn('document', 'documentElement');
|
|
5057
5066
|
|
|
5058
|
-
},{"../internals/get-built-in":
|
|
5067
|
+
},{"../internals/get-built-in":85}],95:[function(_dereq_,module,exports){
|
|
5059
5068
|
var DESCRIPTORS = _dereq_('../internals/descriptors');
|
|
5060
5069
|
var fails = _dereq_('../internals/fails');
|
|
5061
5070
|
var createElement = _dereq_('../internals/document-create-element');
|
|
@@ -5068,7 +5077,7 @@ module.exports = !DESCRIPTORS && !fails(function () {
|
|
|
5068
5077
|
}).a != 7;
|
|
5069
5078
|
});
|
|
5070
5079
|
|
|
5071
|
-
},{"../internals/descriptors":59,"../internals/document-create-element":60,"../internals/fails":
|
|
5080
|
+
},{"../internals/descriptors":59,"../internals/document-create-element":60,"../internals/fails":77}],96:[function(_dereq_,module,exports){
|
|
5072
5081
|
// IEEE754 conversions based on https://github.com/feross/ieee754
|
|
5073
5082
|
var $Array = Array;
|
|
5074
5083
|
var abs = Math.abs;
|
|
@@ -5172,7 +5181,7 @@ module.exports = {
|
|
|
5172
5181
|
unpack: unpack
|
|
5173
5182
|
};
|
|
5174
5183
|
|
|
5175
|
-
},{}],
|
|
5184
|
+
},{}],97:[function(_dereq_,module,exports){
|
|
5176
5185
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
5177
5186
|
var fails = _dereq_('../internals/fails');
|
|
5178
5187
|
var classof = _dereq_('../internals/classof-raw');
|
|
@@ -5189,7 +5198,7 @@ module.exports = fails(function () {
|
|
|
5189
5198
|
return classof(it) == 'String' ? split(it, '') : $Object(it);
|
|
5190
5199
|
} : $Object;
|
|
5191
5200
|
|
|
5192
|
-
},{"../internals/classof-raw":47,"../internals/fails":
|
|
5201
|
+
},{"../internals/classof-raw":47,"../internals/fails":77,"../internals/function-uncurry-this":84}],98:[function(_dereq_,module,exports){
|
|
5193
5202
|
var isCallable = _dereq_('../internals/is-callable');
|
|
5194
5203
|
var isObject = _dereq_('../internals/is-object');
|
|
5195
5204
|
var setPrototypeOf = _dereq_('../internals/object-set-prototype-of');
|
|
@@ -5209,7 +5218,7 @@ module.exports = function ($this, dummy, Wrapper) {
|
|
|
5209
5218
|
return $this;
|
|
5210
5219
|
};
|
|
5211
5220
|
|
|
5212
|
-
},{"../internals/is-callable":
|
|
5221
|
+
},{"../internals/is-callable":103,"../internals/is-object":108,"../internals/object-set-prototype-of":137}],99:[function(_dereq_,module,exports){
|
|
5213
5222
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
5214
5223
|
var isCallable = _dereq_('../internals/is-callable');
|
|
5215
5224
|
var store = _dereq_('../internals/shared-store');
|
|
@@ -5225,7 +5234,7 @@ if (!isCallable(store.inspectSource)) {
|
|
|
5225
5234
|
|
|
5226
5235
|
module.exports = store.inspectSource;
|
|
5227
5236
|
|
|
5228
|
-
},{"../internals/function-uncurry-this":
|
|
5237
|
+
},{"../internals/function-uncurry-this":84,"../internals/is-callable":103,"../internals/shared-store":158}],100:[function(_dereq_,module,exports){
|
|
5229
5238
|
var NATIVE_WEAK_MAP = _dereq_('../internals/weak-map-basic-detection');
|
|
5230
5239
|
var global = _dereq_('../internals/global');
|
|
5231
5240
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
@@ -5296,7 +5305,7 @@ module.exports = {
|
|
|
5296
5305
|
getterFor: getterFor
|
|
5297
5306
|
};
|
|
5298
5307
|
|
|
5299
|
-
},{"../internals/create-non-enumerable-property":51,"../internals/function-uncurry-this":
|
|
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){
|
|
5300
5309
|
var wellKnownSymbol = _dereq_('../internals/well-known-symbol');
|
|
5301
5310
|
var Iterators = _dereq_('../internals/iterators');
|
|
5302
5311
|
|
|
@@ -5308,7 +5317,7 @@ module.exports = function (it) {
|
|
|
5308
5317
|
return it !== undefined && (Iterators.Array === it || ArrayPrototype[ITERATOR] === it);
|
|
5309
5318
|
};
|
|
5310
5319
|
|
|
5311
|
-
},{"../internals/iterators":
|
|
5320
|
+
},{"../internals/iterators":116,"../internals/well-known-symbol":193}],102:[function(_dereq_,module,exports){
|
|
5312
5321
|
var classof = _dereq_('../internals/classof-raw');
|
|
5313
5322
|
|
|
5314
5323
|
// `IsArray` abstract operation
|
|
@@ -5318,14 +5327,14 @@ module.exports = Array.isArray || function isArray(argument) {
|
|
|
5318
5327
|
return classof(argument) == 'Array';
|
|
5319
5328
|
};
|
|
5320
5329
|
|
|
5321
|
-
},{"../internals/classof-raw":47}],
|
|
5330
|
+
},{"../internals/classof-raw":47}],103:[function(_dereq_,module,exports){
|
|
5322
5331
|
// `IsCallable` abstract operation
|
|
5323
5332
|
// https://tc39.es/ecma262/#sec-iscallable
|
|
5324
5333
|
module.exports = function (argument) {
|
|
5325
5334
|
return typeof argument == 'function';
|
|
5326
5335
|
};
|
|
5327
5336
|
|
|
5328
|
-
},{}],
|
|
5337
|
+
},{}],104:[function(_dereq_,module,exports){
|
|
5329
5338
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
5330
5339
|
var fails = _dereq_('../internals/fails');
|
|
5331
5340
|
var isCallable = _dereq_('../internals/is-callable');
|
|
@@ -5379,7 +5388,7 @@ module.exports = !construct || fails(function () {
|
|
|
5379
5388
|
|| called;
|
|
5380
5389
|
}) ? isConstructorLegacy : isConstructorModern;
|
|
5381
5390
|
|
|
5382
|
-
},{"../internals/classof":48,"../internals/fails":
|
|
5391
|
+
},{"../internals/classof":48,"../internals/fails":77,"../internals/function-uncurry-this":84,"../internals/get-built-in":85,"../internals/inspect-source":99,"../internals/is-callable":103}],105:[function(_dereq_,module,exports){
|
|
5383
5392
|
var fails = _dereq_('../internals/fails');
|
|
5384
5393
|
var isCallable = _dereq_('../internals/is-callable');
|
|
5385
5394
|
|
|
@@ -5403,7 +5412,7 @@ var POLYFILL = isForced.POLYFILL = 'P';
|
|
|
5403
5412
|
|
|
5404
5413
|
module.exports = isForced;
|
|
5405
5414
|
|
|
5406
|
-
},{"../internals/fails":
|
|
5415
|
+
},{"../internals/fails":77,"../internals/is-callable":103}],106:[function(_dereq_,module,exports){
|
|
5407
5416
|
var isObject = _dereq_('../internals/is-object');
|
|
5408
5417
|
|
|
5409
5418
|
var floor = Math.floor;
|
|
@@ -5415,14 +5424,14 @@ module.exports = Number.isInteger || function isInteger(it) {
|
|
|
5415
5424
|
return !isObject(it) && isFinite(it) && floor(it) === it;
|
|
5416
5425
|
};
|
|
5417
5426
|
|
|
5418
|
-
},{"../internals/is-object":
|
|
5427
|
+
},{"../internals/is-object":108}],107:[function(_dereq_,module,exports){
|
|
5419
5428
|
// we can't use just `it == null` since of `document.all` special case
|
|
5420
5429
|
// https://tc39.es/ecma262/#sec-IsHTMLDDA-internal-slot-aec
|
|
5421
5430
|
module.exports = function (it) {
|
|
5422
5431
|
return it === null || it === undefined;
|
|
5423
5432
|
};
|
|
5424
5433
|
|
|
5425
|
-
},{}],
|
|
5434
|
+
},{}],108:[function(_dereq_,module,exports){
|
|
5426
5435
|
var isCallable = _dereq_('../internals/is-callable');
|
|
5427
5436
|
|
|
5428
5437
|
var documentAll = typeof document == 'object' && document.all;
|
|
@@ -5436,10 +5445,10 @@ module.exports = SPECIAL_DOCUMENT_ALL ? function (it) {
|
|
|
5436
5445
|
return typeof it == 'object' ? it !== null : isCallable(it);
|
|
5437
5446
|
};
|
|
5438
5447
|
|
|
5439
|
-
},{"../internals/is-callable":
|
|
5448
|
+
},{"../internals/is-callable":103}],109:[function(_dereq_,module,exports){
|
|
5440
5449
|
module.exports = false;
|
|
5441
5450
|
|
|
5442
|
-
},{}],
|
|
5451
|
+
},{}],110:[function(_dereq_,module,exports){
|
|
5443
5452
|
var getBuiltIn = _dereq_('../internals/get-built-in');
|
|
5444
5453
|
var isCallable = _dereq_('../internals/is-callable');
|
|
5445
5454
|
var isPrototypeOf = _dereq_('../internals/object-is-prototype-of');
|
|
@@ -5454,7 +5463,7 @@ module.exports = USE_SYMBOL_AS_UID ? function (it) {
|
|
|
5454
5463
|
return isCallable($Symbol) && isPrototypeOf($Symbol.prototype, $Object(it));
|
|
5455
5464
|
};
|
|
5456
5465
|
|
|
5457
|
-
},{"../internals/get-built-in":
|
|
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){
|
|
5458
5467
|
var bind = _dereq_('../internals/function-bind-context');
|
|
5459
5468
|
var call = _dereq_('../internals/function-call');
|
|
5460
5469
|
var anObject = _dereq_('../internals/an-object');
|
|
@@ -5524,7 +5533,7 @@ module.exports = function (iterable, unboundFunction, options) {
|
|
|
5524
5533
|
} return new Result(false);
|
|
5525
5534
|
};
|
|
5526
5535
|
|
|
5527
|
-
},{"../internals/an-object":25,"../internals/function-bind-context":
|
|
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){
|
|
5528
5537
|
var call = _dereq_('../internals/function-call');
|
|
5529
5538
|
var anObject = _dereq_('../internals/an-object');
|
|
5530
5539
|
var getMethod = _dereq_('../internals/get-method');
|
|
@@ -5549,7 +5558,7 @@ module.exports = function (iterator, kind, value) {
|
|
|
5549
5558
|
return value;
|
|
5550
5559
|
};
|
|
5551
5560
|
|
|
5552
|
-
},{"../internals/an-object":25,"../internals/function-call":
|
|
5561
|
+
},{"../internals/an-object":25,"../internals/function-call":82,"../internals/get-method":88}],113:[function(_dereq_,module,exports){
|
|
5553
5562
|
'use strict';
|
|
5554
5563
|
var IteratorPrototype = _dereq_('../internals/iterators-core').IteratorPrototype;
|
|
5555
5564
|
var create = _dereq_('../internals/object-create');
|
|
@@ -5567,7 +5576,7 @@ module.exports = function (IteratorConstructor, NAME, next, ENUMERABLE_NEXT) {
|
|
|
5567
5576
|
return IteratorConstructor;
|
|
5568
5577
|
};
|
|
5569
5578
|
|
|
5570
|
-
},{"../internals/create-property-descriptor":52,"../internals/iterators":
|
|
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){
|
|
5571
5580
|
'use strict';
|
|
5572
5581
|
var $ = _dereq_('../internals/export');
|
|
5573
5582
|
var call = _dereq_('../internals/function-call');
|
|
@@ -5668,7 +5677,7 @@ module.exports = function (Iterable, NAME, IteratorConstructor, next, DEFAULT, I
|
|
|
5668
5677
|
return methods;
|
|
5669
5678
|
};
|
|
5670
5679
|
|
|
5671
|
-
},{"../internals/create-non-enumerable-property":51,"../internals/define-built-in":55,"../internals/export":
|
|
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){
|
|
5672
5681
|
'use strict';
|
|
5673
5682
|
var fails = _dereq_('../internals/fails');
|
|
5674
5683
|
var isCallable = _dereq_('../internals/is-callable');
|
|
@@ -5719,9 +5728,9 @@ module.exports = {
|
|
|
5719
5728
|
BUGGY_SAFARI_ITERATORS: BUGGY_SAFARI_ITERATORS
|
|
5720
5729
|
};
|
|
5721
5730
|
|
|
5722
|
-
},{"../internals/define-built-in":55,"../internals/fails":
|
|
5723
|
-
arguments[4][
|
|
5724
|
-
},{"dup":
|
|
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){
|
|
5732
|
+
arguments[4][92][0].apply(exports,arguments)
|
|
5733
|
+
},{"dup":92}],117:[function(_dereq_,module,exports){
|
|
5725
5734
|
var toLength = _dereq_('../internals/to-length');
|
|
5726
5735
|
|
|
5727
5736
|
// `LengthOfArrayLike` abstract operation
|
|
@@ -5730,7 +5739,7 @@ module.exports = function (obj) {
|
|
|
5730
5739
|
return toLength(obj.length);
|
|
5731
5740
|
};
|
|
5732
5741
|
|
|
5733
|
-
},{"../internals/to-length":
|
|
5742
|
+
},{"../internals/to-length":173}],118:[function(_dereq_,module,exports){
|
|
5734
5743
|
var fails = _dereq_('../internals/fails');
|
|
5735
5744
|
var isCallable = _dereq_('../internals/is-callable');
|
|
5736
5745
|
var hasOwn = _dereq_('../internals/has-own-property');
|
|
@@ -5781,7 +5790,7 @@ Function.prototype.toString = makeBuiltIn(function toString() {
|
|
|
5781
5790
|
return isCallable(this) && getInternalState(this).source || inspectSource(this);
|
|
5782
5791
|
}, 'toString');
|
|
5783
5792
|
|
|
5784
|
-
},{"../internals/descriptors":59,"../internals/fails":
|
|
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){
|
|
5785
5794
|
var ceil = Math.ceil;
|
|
5786
5795
|
var floor = Math.floor;
|
|
5787
5796
|
|
|
@@ -5793,7 +5802,7 @@ module.exports = Math.trunc || function trunc(x) {
|
|
|
5793
5802
|
return (n > 0 ? floor : ceil)(n);
|
|
5794
5803
|
};
|
|
5795
5804
|
|
|
5796
|
-
},{}],
|
|
5805
|
+
},{}],120:[function(_dereq_,module,exports){
|
|
5797
5806
|
var global = _dereq_('../internals/global');
|
|
5798
5807
|
var bind = _dereq_('../internals/function-bind-context');
|
|
5799
5808
|
var getOwnPropertyDescriptor = _dereq_('../internals/object-get-own-property-descriptor').f;
|
|
@@ -5880,7 +5889,7 @@ module.exports = queueMicrotask || function (fn) {
|
|
|
5880
5889
|
} last = task;
|
|
5881
5890
|
};
|
|
5882
5891
|
|
|
5883
|
-
},{"../internals/engine-is-ios":
|
|
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){
|
|
5884
5893
|
'use strict';
|
|
5885
5894
|
var aCallable = _dereq_('../internals/a-callable');
|
|
5886
5895
|
|
|
@@ -5903,7 +5912,7 @@ module.exports.f = function (C) {
|
|
|
5903
5912
|
return new PromiseCapability(C);
|
|
5904
5913
|
};
|
|
5905
5914
|
|
|
5906
|
-
},{"../internals/a-callable":19}],
|
|
5915
|
+
},{"../internals/a-callable":19}],122:[function(_dereq_,module,exports){
|
|
5907
5916
|
var global = _dereq_('../internals/global');
|
|
5908
5917
|
var fails = _dereq_('../internals/fails');
|
|
5909
5918
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
@@ -5927,7 +5936,7 @@ module.exports = FORCED ? function parseFloat(string) {
|
|
|
5927
5936
|
return result === 0 && charAt(trimmedString, 0) == '-' ? -0 : result;
|
|
5928
5937
|
} : $parseFloat;
|
|
5929
5938
|
|
|
5930
|
-
},{"../internals/fails":
|
|
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){
|
|
5931
5940
|
var global = _dereq_('../internals/global');
|
|
5932
5941
|
var fails = _dereq_('../internals/fails');
|
|
5933
5942
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
@@ -5951,7 +5960,7 @@ module.exports = FORCED ? function parseInt(string, radix) {
|
|
|
5951
5960
|
return $parseInt(S, (radix >>> 0) || (exec(hex, S) ? 16 : 10));
|
|
5952
5961
|
} : $parseInt;
|
|
5953
5962
|
|
|
5954
|
-
},{"../internals/fails":
|
|
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){
|
|
5955
5964
|
'use strict';
|
|
5956
5965
|
var DESCRIPTORS = _dereq_('../internals/descriptors');
|
|
5957
5966
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
@@ -6010,7 +6019,7 @@ module.exports = !$assign || fails(function () {
|
|
|
6010
6019
|
} return T;
|
|
6011
6020
|
} : $assign;
|
|
6012
6021
|
|
|
6013
|
-
},{"../internals/descriptors":59,"../internals/fails":
|
|
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){
|
|
6014
6023
|
/* global ActiveXObject -- old IE, WSH */
|
|
6015
6024
|
var anObject = _dereq_('../internals/an-object');
|
|
6016
6025
|
var definePropertiesModule = _dereq_('../internals/object-define-properties');
|
|
@@ -6095,7 +6104,7 @@ module.exports = Object.create || function create(O, Properties) {
|
|
|
6095
6104
|
return Properties === undefined ? result : definePropertiesModule.f(result, Properties);
|
|
6096
6105
|
};
|
|
6097
6106
|
|
|
6098
|
-
},{"../internals/an-object":25,"../internals/document-create-element":60,"../internals/enum-bug-keys":
|
|
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){
|
|
6099
6108
|
var DESCRIPTORS = _dereq_('../internals/descriptors');
|
|
6100
6109
|
var V8_PROTOTYPE_DEFINE_BUG = _dereq_('../internals/v8-prototype-define-bug');
|
|
6101
6110
|
var definePropertyModule = _dereq_('../internals/object-define-property');
|
|
@@ -6117,7 +6126,7 @@ exports.f = DESCRIPTORS && !V8_PROTOTYPE_DEFINE_BUG ? Object.defineProperties :
|
|
|
6117
6126
|
return O;
|
|
6118
6127
|
};
|
|
6119
6128
|
|
|
6120
|
-
},{"../internals/an-object":25,"../internals/descriptors":59,"../internals/object-define-property":
|
|
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){
|
|
6121
6130
|
var DESCRIPTORS = _dereq_('../internals/descriptors');
|
|
6122
6131
|
var IE8_DOM_DEFINE = _dereq_('../internals/ie8-dom-define');
|
|
6123
6132
|
var V8_PROTOTYPE_DEFINE_BUG = _dereq_('../internals/v8-prototype-define-bug');
|
|
@@ -6162,7 +6171,7 @@ exports.f = DESCRIPTORS ? V8_PROTOTYPE_DEFINE_BUG ? function defineProperty(O, P
|
|
|
6162
6171
|
return O;
|
|
6163
6172
|
};
|
|
6164
6173
|
|
|
6165
|
-
},{"../internals/an-object":25,"../internals/descriptors":59,"../internals/ie8-dom-define":
|
|
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){
|
|
6166
6175
|
var DESCRIPTORS = _dereq_('../internals/descriptors');
|
|
6167
6176
|
var call = _dereq_('../internals/function-call');
|
|
6168
6177
|
var propertyIsEnumerableModule = _dereq_('../internals/object-property-is-enumerable');
|
|
@@ -6186,7 +6195,7 @@ exports.f = DESCRIPTORS ? $getOwnPropertyDescriptor : function getOwnPropertyDes
|
|
|
6186
6195
|
if (hasOwn(O, P)) return createPropertyDescriptor(!call(propertyIsEnumerableModule.f, O, P), O[P]);
|
|
6187
6196
|
};
|
|
6188
6197
|
|
|
6189
|
-
},{"../internals/create-property-descriptor":52,"../internals/descriptors":59,"../internals/function-call":
|
|
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){
|
|
6190
6199
|
/* eslint-disable es-x/no-object-getownpropertynames -- safe */
|
|
6191
6200
|
var classof = _dereq_('../internals/classof-raw');
|
|
6192
6201
|
var toIndexedObject = _dereq_('../internals/to-indexed-object');
|
|
@@ -6211,7 +6220,7 @@ module.exports.f = function getOwnPropertyNames(it) {
|
|
|
6211
6220
|
: $getOwnPropertyNames(toIndexedObject(it));
|
|
6212
6221
|
};
|
|
6213
6222
|
|
|
6214
|
-
},{"../internals/array-slice-simple":40,"../internals/classof-raw":47,"../internals/object-get-own-property-names":
|
|
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){
|
|
6215
6224
|
var internalObjectKeys = _dereq_('../internals/object-keys-internal');
|
|
6216
6225
|
var enumBugKeys = _dereq_('../internals/enum-bug-keys');
|
|
6217
6226
|
|
|
@@ -6224,11 +6233,11 @@ exports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
|
|
|
6224
6233
|
return internalObjectKeys(O, hiddenKeys);
|
|
6225
6234
|
};
|
|
6226
6235
|
|
|
6227
|
-
},{"../internals/enum-bug-keys":
|
|
6236
|
+
},{"../internals/enum-bug-keys":75,"../internals/object-keys-internal":134}],131:[function(_dereq_,module,exports){
|
|
6228
6237
|
// eslint-disable-next-line es-x/no-object-getownpropertysymbols -- safe
|
|
6229
6238
|
exports.f = Object.getOwnPropertySymbols;
|
|
6230
6239
|
|
|
6231
|
-
},{}],
|
|
6240
|
+
},{}],132:[function(_dereq_,module,exports){
|
|
6232
6241
|
var hasOwn = _dereq_('../internals/has-own-property');
|
|
6233
6242
|
var isCallable = _dereq_('../internals/is-callable');
|
|
6234
6243
|
var toObject = _dereq_('../internals/to-object');
|
|
@@ -6251,12 +6260,12 @@ module.exports = CORRECT_PROTOTYPE_GETTER ? $Object.getPrototypeOf : function (O
|
|
|
6251
6260
|
} return object instanceof $Object ? ObjectPrototype : null;
|
|
6252
6261
|
};
|
|
6253
6262
|
|
|
6254
|
-
},{"../internals/correct-prototype-getter":50,"../internals/has-own-property":
|
|
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){
|
|
6255
6264
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
6256
6265
|
|
|
6257
6266
|
module.exports = uncurryThis({}.isPrototypeOf);
|
|
6258
6267
|
|
|
6259
|
-
},{"../internals/function-uncurry-this":
|
|
6268
|
+
},{"../internals/function-uncurry-this":84}],134:[function(_dereq_,module,exports){
|
|
6260
6269
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
6261
6270
|
var hasOwn = _dereq_('../internals/has-own-property');
|
|
6262
6271
|
var toIndexedObject = _dereq_('../internals/to-indexed-object');
|
|
@@ -6278,7 +6287,7 @@ module.exports = function (object, names) {
|
|
|
6278
6287
|
return result;
|
|
6279
6288
|
};
|
|
6280
6289
|
|
|
6281
|
-
},{"../internals/array-includes":34,"../internals/function-uncurry-this":
|
|
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){
|
|
6282
6291
|
var internalObjectKeys = _dereq_('../internals/object-keys-internal');
|
|
6283
6292
|
var enumBugKeys = _dereq_('../internals/enum-bug-keys');
|
|
6284
6293
|
|
|
@@ -6289,7 +6298,7 @@ module.exports = Object.keys || function keys(O) {
|
|
|
6289
6298
|
return internalObjectKeys(O, enumBugKeys);
|
|
6290
6299
|
};
|
|
6291
6300
|
|
|
6292
|
-
},{"../internals/enum-bug-keys":
|
|
6301
|
+
},{"../internals/enum-bug-keys":75,"../internals/object-keys-internal":134}],136:[function(_dereq_,module,exports){
|
|
6293
6302
|
'use strict';
|
|
6294
6303
|
var $propertyIsEnumerable = {}.propertyIsEnumerable;
|
|
6295
6304
|
// eslint-disable-next-line es-x/no-object-getownpropertydescriptor -- safe
|
|
@@ -6305,7 +6314,7 @@ exports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {
|
|
|
6305
6314
|
return !!descriptor && descriptor.enumerable;
|
|
6306
6315
|
} : $propertyIsEnumerable;
|
|
6307
6316
|
|
|
6308
|
-
},{}],
|
|
6317
|
+
},{}],137:[function(_dereq_,module,exports){
|
|
6309
6318
|
/* eslint-disable no-proto -- safe */
|
|
6310
6319
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
6311
6320
|
var anObject = _dereq_('../internals/an-object');
|
|
@@ -6334,7 +6343,7 @@ module.exports = Object.setPrototypeOf || ('__proto__' in {} ? function () {
|
|
|
6334
6343
|
};
|
|
6335
6344
|
}() : undefined);
|
|
6336
6345
|
|
|
6337
|
-
},{"../internals/a-possible-prototype":21,"../internals/an-object":25,"../internals/function-uncurry-this":
|
|
6346
|
+
},{"../internals/a-possible-prototype":21,"../internals/an-object":25,"../internals/function-uncurry-this":84}],138:[function(_dereq_,module,exports){
|
|
6338
6347
|
'use strict';
|
|
6339
6348
|
var TO_STRING_TAG_SUPPORT = _dereq_('../internals/to-string-tag-support');
|
|
6340
6349
|
var classof = _dereq_('../internals/classof');
|
|
@@ -6345,7 +6354,7 @@ module.exports = TO_STRING_TAG_SUPPORT ? {}.toString : function toString() {
|
|
|
6345
6354
|
return '[object ' + classof(this) + ']';
|
|
6346
6355
|
};
|
|
6347
6356
|
|
|
6348
|
-
},{"../internals/classof":48,"../internals/to-string-tag-support":
|
|
6357
|
+
},{"../internals/classof":48,"../internals/to-string-tag-support":179}],139:[function(_dereq_,module,exports){
|
|
6349
6358
|
var call = _dereq_('../internals/function-call');
|
|
6350
6359
|
var isCallable = _dereq_('../internals/is-callable');
|
|
6351
6360
|
var isObject = _dereq_('../internals/is-object');
|
|
@@ -6362,7 +6371,7 @@ module.exports = function (input, pref) {
|
|
|
6362
6371
|
throw $TypeError("Can't convert object to primitive value");
|
|
6363
6372
|
};
|
|
6364
6373
|
|
|
6365
|
-
},{"../internals/function-call":
|
|
6374
|
+
},{"../internals/function-call":82,"../internals/is-callable":103,"../internals/is-object":108}],140:[function(_dereq_,module,exports){
|
|
6366
6375
|
var getBuiltIn = _dereq_('../internals/get-built-in');
|
|
6367
6376
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
6368
6377
|
var getOwnPropertyNamesModule = _dereq_('../internals/object-get-own-property-names');
|
|
@@ -6378,7 +6387,7 @@ module.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {
|
|
|
6378
6387
|
return getOwnPropertySymbols ? concat(keys, getOwnPropertySymbols(it)) : keys;
|
|
6379
6388
|
};
|
|
6380
6389
|
|
|
6381
|
-
},{"../internals/an-object":25,"../internals/function-uncurry-this":
|
|
6390
|
+
},{"../internals/an-object":25,"../internals/function-uncurry-this":84,"../internals/get-built-in":85,"../internals/object-get-own-property-names":130,"../internals/object-get-own-property-symbols":131}],141:[function(_dereq_,module,exports){
|
|
6382
6391
|
module.exports = function (exec) {
|
|
6383
6392
|
try {
|
|
6384
6393
|
return { error: false, value: exec() };
|
|
@@ -6387,7 +6396,7 @@ module.exports = function (exec) {
|
|
|
6387
6396
|
}
|
|
6388
6397
|
};
|
|
6389
6398
|
|
|
6390
|
-
},{}],
|
|
6399
|
+
},{}],142:[function(_dereq_,module,exports){
|
|
6391
6400
|
var global = _dereq_('../internals/global');
|
|
6392
6401
|
var NativePromiseConstructor = _dereq_('../internals/promise-native-constructor');
|
|
6393
6402
|
var isCallable = _dereq_('../internals/is-callable');
|
|
@@ -6436,12 +6445,12 @@ module.exports = {
|
|
|
6436
6445
|
SUBCLASSING: SUBCLASSING
|
|
6437
6446
|
};
|
|
6438
6447
|
|
|
6439
|
-
},{"../internals/engine-is-browser":
|
|
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){
|
|
6440
6449
|
var global = _dereq_('../internals/global');
|
|
6441
6450
|
|
|
6442
6451
|
module.exports = global.Promise;
|
|
6443
6452
|
|
|
6444
|
-
},{"../internals/global":
|
|
6453
|
+
},{"../internals/global":90}],144:[function(_dereq_,module,exports){
|
|
6445
6454
|
var anObject = _dereq_('../internals/an-object');
|
|
6446
6455
|
var isObject = _dereq_('../internals/is-object');
|
|
6447
6456
|
var newPromiseCapability = _dereq_('../internals/new-promise-capability');
|
|
@@ -6455,7 +6464,7 @@ module.exports = function (C, x) {
|
|
|
6455
6464
|
return promiseCapability.promise;
|
|
6456
6465
|
};
|
|
6457
6466
|
|
|
6458
|
-
},{"../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){
|
|
6459
6468
|
var NativePromiseConstructor = _dereq_('../internals/promise-native-constructor');
|
|
6460
6469
|
var checkCorrectnessOfIteration = _dereq_('../internals/check-correctness-of-iteration');
|
|
6461
6470
|
var FORCED_PROMISE_CONSTRUCTOR = _dereq_('../internals/promise-constructor-detection').CONSTRUCTOR;
|
|
@@ -6464,7 +6473,7 @@ module.exports = FORCED_PROMISE_CONSTRUCTOR || !checkCorrectnessOfIteration(func
|
|
|
6464
6473
|
NativePromiseConstructor.all(iterable).then(undefined, function () { /* empty */ });
|
|
6465
6474
|
});
|
|
6466
6475
|
|
|
6467
|
-
},{"../internals/check-correctness-of-iteration":46,"../internals/promise-constructor-detection":
|
|
6476
|
+
},{"../internals/check-correctness-of-iteration":46,"../internals/promise-constructor-detection":142,"../internals/promise-native-constructor":143}],146:[function(_dereq_,module,exports){
|
|
6468
6477
|
var Queue = function () {
|
|
6469
6478
|
this.head = null;
|
|
6470
6479
|
this.tail = null;
|
|
@@ -6489,7 +6498,7 @@ Queue.prototype = {
|
|
|
6489
6498
|
|
|
6490
6499
|
module.exports = Queue;
|
|
6491
6500
|
|
|
6492
|
-
},{}],
|
|
6501
|
+
},{}],147:[function(_dereq_,module,exports){
|
|
6493
6502
|
var call = _dereq_('../internals/function-call');
|
|
6494
6503
|
var anObject = _dereq_('../internals/an-object');
|
|
6495
6504
|
var isCallable = _dereq_('../internals/is-callable');
|
|
@@ -6511,7 +6520,7 @@ module.exports = function (R, S) {
|
|
|
6511
6520
|
throw $TypeError('RegExp#exec called on incompatible receiver');
|
|
6512
6521
|
};
|
|
6513
6522
|
|
|
6514
|
-
},{"../internals/an-object":25,"../internals/classof-raw":47,"../internals/function-call":
|
|
6523
|
+
},{"../internals/an-object":25,"../internals/classof-raw":47,"../internals/function-call":82,"../internals/is-callable":103,"../internals/regexp-exec":148}],148:[function(_dereq_,module,exports){
|
|
6515
6524
|
'use strict';
|
|
6516
6525
|
/* eslint-disable regexp/no-empty-capturing-group, regexp/no-empty-group, regexp/no-lazy-ends -- testing */
|
|
6517
6526
|
/* eslint-disable regexp/no-useless-quantifier -- testing */
|
|
@@ -6630,7 +6639,7 @@ if (PATCH) {
|
|
|
6630
6639
|
|
|
6631
6640
|
module.exports = patchedExec;
|
|
6632
6641
|
|
|
6633
|
-
},{"../internals/function-call":
|
|
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){
|
|
6634
6643
|
'use strict';
|
|
6635
6644
|
var anObject = _dereq_('../internals/an-object');
|
|
6636
6645
|
|
|
@@ -6650,7 +6659,7 @@ module.exports = function () {
|
|
|
6650
6659
|
return result;
|
|
6651
6660
|
};
|
|
6652
6661
|
|
|
6653
|
-
},{"../internals/an-object":25}],
|
|
6662
|
+
},{"../internals/an-object":25}],150:[function(_dereq_,module,exports){
|
|
6654
6663
|
var call = _dereq_('../internals/function-call');
|
|
6655
6664
|
var hasOwn = _dereq_('../internals/has-own-property');
|
|
6656
6665
|
var isPrototypeOf = _dereq_('../internals/object-is-prototype-of');
|
|
@@ -6664,7 +6673,7 @@ module.exports = function (R) {
|
|
|
6664
6673
|
? call(regExpFlags, R) : flags;
|
|
6665
6674
|
};
|
|
6666
6675
|
|
|
6667
|
-
},{"../internals/function-call":
|
|
6676
|
+
},{"../internals/function-call":82,"../internals/has-own-property":91,"../internals/object-is-prototype-of":133,"../internals/regexp-flags":149}],151:[function(_dereq_,module,exports){
|
|
6668
6677
|
var fails = _dereq_('../internals/fails');
|
|
6669
6678
|
var global = _dereq_('../internals/global');
|
|
6670
6679
|
|
|
@@ -6696,7 +6705,7 @@ module.exports = {
|
|
|
6696
6705
|
UNSUPPORTED_Y: UNSUPPORTED_Y
|
|
6697
6706
|
};
|
|
6698
6707
|
|
|
6699
|
-
},{"../internals/fails":
|
|
6708
|
+
},{"../internals/fails":77,"../internals/global":90}],152:[function(_dereq_,module,exports){
|
|
6700
6709
|
var fails = _dereq_('../internals/fails');
|
|
6701
6710
|
var global = _dereq_('../internals/global');
|
|
6702
6711
|
|
|
@@ -6708,7 +6717,7 @@ module.exports = fails(function () {
|
|
|
6708
6717
|
return !(re.dotAll && re.exec('\n') && re.flags === 's');
|
|
6709
6718
|
});
|
|
6710
6719
|
|
|
6711
|
-
},{"../internals/fails":
|
|
6720
|
+
},{"../internals/fails":77,"../internals/global":90}],153:[function(_dereq_,module,exports){
|
|
6712
6721
|
var fails = _dereq_('../internals/fails');
|
|
6713
6722
|
var global = _dereq_('../internals/global');
|
|
6714
6723
|
|
|
@@ -6721,7 +6730,7 @@ module.exports = fails(function () {
|
|
|
6721
6730
|
'b'.replace(re, '$<a>c') !== 'bc';
|
|
6722
6731
|
});
|
|
6723
6732
|
|
|
6724
|
-
},{"../internals/fails":
|
|
6733
|
+
},{"../internals/fails":77,"../internals/global":90}],154:[function(_dereq_,module,exports){
|
|
6725
6734
|
var isNullOrUndefined = _dereq_('../internals/is-null-or-undefined');
|
|
6726
6735
|
|
|
6727
6736
|
var $TypeError = TypeError;
|
|
@@ -6733,7 +6742,7 @@ module.exports = function (it) {
|
|
|
6733
6742
|
return it;
|
|
6734
6743
|
};
|
|
6735
6744
|
|
|
6736
|
-
},{"../internals/is-null-or-undefined":
|
|
6745
|
+
},{"../internals/is-null-or-undefined":107}],155:[function(_dereq_,module,exports){
|
|
6737
6746
|
'use strict';
|
|
6738
6747
|
var getBuiltIn = _dereq_('../internals/get-built-in');
|
|
6739
6748
|
var definePropertyModule = _dereq_('../internals/object-define-property');
|
|
@@ -6754,7 +6763,7 @@ module.exports = function (CONSTRUCTOR_NAME) {
|
|
|
6754
6763
|
}
|
|
6755
6764
|
};
|
|
6756
6765
|
|
|
6757
|
-
},{"../internals/descriptors":59,"../internals/get-built-in":
|
|
6766
|
+
},{"../internals/descriptors":59,"../internals/get-built-in":85,"../internals/object-define-property":127,"../internals/well-known-symbol":193}],156:[function(_dereq_,module,exports){
|
|
6758
6767
|
var defineProperty = _dereq_('../internals/object-define-property').f;
|
|
6759
6768
|
var hasOwn = _dereq_('../internals/has-own-property');
|
|
6760
6769
|
var wellKnownSymbol = _dereq_('../internals/well-known-symbol');
|
|
@@ -6768,7 +6777,7 @@ module.exports = function (target, TAG, STATIC) {
|
|
|
6768
6777
|
}
|
|
6769
6778
|
};
|
|
6770
6779
|
|
|
6771
|
-
},{"../internals/has-own-property":
|
|
6780
|
+
},{"../internals/has-own-property":91,"../internals/object-define-property":127,"../internals/well-known-symbol":193}],157:[function(_dereq_,module,exports){
|
|
6772
6781
|
var shared = _dereq_('../internals/shared');
|
|
6773
6782
|
var uid = _dereq_('../internals/uid');
|
|
6774
6783
|
|
|
@@ -6778,7 +6787,7 @@ module.exports = function (key) {
|
|
|
6778
6787
|
return keys[key] || (keys[key] = uid(key));
|
|
6779
6788
|
};
|
|
6780
6789
|
|
|
6781
|
-
},{"../internals/shared":
|
|
6790
|
+
},{"../internals/shared":159,"../internals/uid":187}],158:[function(_dereq_,module,exports){
|
|
6782
6791
|
var global = _dereq_('../internals/global');
|
|
6783
6792
|
var defineGlobalProperty = _dereq_('../internals/define-global-property');
|
|
6784
6793
|
|
|
@@ -6787,7 +6796,7 @@ var store = global[SHARED] || defineGlobalProperty(SHARED, {});
|
|
|
6787
6796
|
|
|
6788
6797
|
module.exports = store;
|
|
6789
6798
|
|
|
6790
|
-
},{"../internals/define-global-property":57,"../internals/global":
|
|
6799
|
+
},{"../internals/define-global-property":57,"../internals/global":90}],159:[function(_dereq_,module,exports){
|
|
6791
6800
|
var IS_PURE = _dereq_('../internals/is-pure');
|
|
6792
6801
|
var store = _dereq_('../internals/shared-store');
|
|
6793
6802
|
|
|
@@ -6801,7 +6810,7 @@ var store = _dereq_('../internals/shared-store');
|
|
|
6801
6810
|
source: 'https://github.com/zloirock/core-js'
|
|
6802
6811
|
});
|
|
6803
6812
|
|
|
6804
|
-
},{"../internals/is-pure":
|
|
6813
|
+
},{"../internals/is-pure":109,"../internals/shared-store":158}],160:[function(_dereq_,module,exports){
|
|
6805
6814
|
var anObject = _dereq_('../internals/an-object');
|
|
6806
6815
|
var aConstructor = _dereq_('../internals/a-constructor');
|
|
6807
6816
|
var isNullOrUndefined = _dereq_('../internals/is-null-or-undefined');
|
|
@@ -6817,7 +6826,7 @@ module.exports = function (O, defaultConstructor) {
|
|
|
6817
6826
|
return C === undefined || isNullOrUndefined(S = anObject(C)[SPECIES]) ? defaultConstructor : aConstructor(S);
|
|
6818
6827
|
};
|
|
6819
6828
|
|
|
6820
|
-
},{"../internals/a-constructor":20,"../internals/an-object":25,"../internals/is-null-or-undefined":
|
|
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){
|
|
6821
6830
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
6822
6831
|
var toIntegerOrInfinity = _dereq_('../internals/to-integer-or-infinity');
|
|
6823
6832
|
var toString = _dereq_('../internals/to-string');
|
|
@@ -6855,7 +6864,7 @@ module.exports = {
|
|
|
6855
6864
|
charAt: createMethod(true)
|
|
6856
6865
|
};
|
|
6857
6866
|
|
|
6858
|
-
},{"../internals/function-uncurry-this":
|
|
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){
|
|
6859
6868
|
'use strict';
|
|
6860
6869
|
// based on https://github.com/bestiejs/punycode.js/blob/master/punycode.js
|
|
6861
6870
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
@@ -7038,7 +7047,7 @@ module.exports = function (input) {
|
|
|
7038
7047
|
return join(encoded, '.');
|
|
7039
7048
|
};
|
|
7040
7049
|
|
|
7041
|
-
},{"../internals/function-uncurry-this":
|
|
7050
|
+
},{"../internals/function-uncurry-this":84}],163:[function(_dereq_,module,exports){
|
|
7042
7051
|
'use strict';
|
|
7043
7052
|
var toIntegerOrInfinity = _dereq_('../internals/to-integer-or-infinity');
|
|
7044
7053
|
var toString = _dereq_('../internals/to-string');
|
|
@@ -7057,7 +7066,7 @@ module.exports = function repeat(count) {
|
|
|
7057
7066
|
return result;
|
|
7058
7067
|
};
|
|
7059
7068
|
|
|
7060
|
-
},{"../internals/require-object-coercible":
|
|
7069
|
+
},{"../internals/require-object-coercible":154,"../internals/to-integer-or-infinity":172,"../internals/to-string":180}],164:[function(_dereq_,module,exports){
|
|
7061
7070
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
7062
7071
|
var requireObjectCoercible = _dereq_('../internals/require-object-coercible');
|
|
7063
7072
|
var toString = _dereq_('../internals/to-string');
|
|
@@ -7090,7 +7099,7 @@ module.exports = {
|
|
|
7090
7099
|
trim: createMethod(3)
|
|
7091
7100
|
};
|
|
7092
7101
|
|
|
7093
|
-
},{"../internals/function-uncurry-this":
|
|
7102
|
+
},{"../internals/function-uncurry-this":84,"../internals/require-object-coercible":154,"../internals/to-string":180,"../internals/whitespaces":194}],165:[function(_dereq_,module,exports){
|
|
7094
7103
|
/* eslint-disable es-x/no-symbol -- required for testing */
|
|
7095
7104
|
var V8_VERSION = _dereq_('../internals/engine-v8-version');
|
|
7096
7105
|
var fails = _dereq_('../internals/fails');
|
|
@@ -7105,7 +7114,7 @@ module.exports = !!Object.getOwnPropertySymbols && !fails(function () {
|
|
|
7105
7114
|
!Symbol.sham && V8_VERSION && V8_VERSION < 41;
|
|
7106
7115
|
});
|
|
7107
7116
|
|
|
7108
|
-
},{"../internals/engine-v8-version":
|
|
7117
|
+
},{"../internals/engine-v8-version":73,"../internals/fails":77}],166:[function(_dereq_,module,exports){
|
|
7109
7118
|
var global = _dereq_('../internals/global');
|
|
7110
7119
|
var apply = _dereq_('../internals/function-apply');
|
|
7111
7120
|
var bind = _dereq_('../internals/function-bind-context');
|
|
@@ -7223,14 +7232,14 @@ module.exports = {
|
|
|
7223
7232
|
clear: clear
|
|
7224
7233
|
};
|
|
7225
7234
|
|
|
7226
|
-
},{"../internals/array-slice":41,"../internals/document-create-element":60,"../internals/engine-is-ios":
|
|
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){
|
|
7227
7236
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
7228
7237
|
|
|
7229
7238
|
// `thisNumberValue` abstract operation
|
|
7230
7239
|
// https://tc39.es/ecma262/#sec-thisnumbervalue
|
|
7231
7240
|
module.exports = uncurryThis(1.0.valueOf);
|
|
7232
7241
|
|
|
7233
|
-
},{"../internals/function-uncurry-this":
|
|
7242
|
+
},{"../internals/function-uncurry-this":84}],168:[function(_dereq_,module,exports){
|
|
7234
7243
|
var toIntegerOrInfinity = _dereq_('../internals/to-integer-or-infinity');
|
|
7235
7244
|
|
|
7236
7245
|
var max = Math.max;
|
|
@@ -7244,7 +7253,7 @@ module.exports = function (index, length) {
|
|
|
7244
7253
|
return integer < 0 ? max(integer + length, 0) : min(integer, length);
|
|
7245
7254
|
};
|
|
7246
7255
|
|
|
7247
|
-
},{"../internals/to-integer-or-infinity":
|
|
7256
|
+
},{"../internals/to-integer-or-infinity":172}],169:[function(_dereq_,module,exports){
|
|
7248
7257
|
var toPrimitive = _dereq_('../internals/to-primitive');
|
|
7249
7258
|
|
|
7250
7259
|
var $TypeError = TypeError;
|
|
@@ -7258,7 +7267,7 @@ module.exports = function (argument) {
|
|
|
7258
7267
|
return BigInt(prim);
|
|
7259
7268
|
};
|
|
7260
7269
|
|
|
7261
|
-
},{"../internals/to-primitive":
|
|
7270
|
+
},{"../internals/to-primitive":177}],170:[function(_dereq_,module,exports){
|
|
7262
7271
|
var toIntegerOrInfinity = _dereq_('../internals/to-integer-or-infinity');
|
|
7263
7272
|
var toLength = _dereq_('../internals/to-length');
|
|
7264
7273
|
|
|
@@ -7274,7 +7283,7 @@ module.exports = function (it) {
|
|
|
7274
7283
|
return length;
|
|
7275
7284
|
};
|
|
7276
7285
|
|
|
7277
|
-
},{"../internals/to-integer-or-infinity":
|
|
7286
|
+
},{"../internals/to-integer-or-infinity":172,"../internals/to-length":173}],171:[function(_dereq_,module,exports){
|
|
7278
7287
|
// toObject with fallback for non-array-like ES3 strings
|
|
7279
7288
|
var IndexedObject = _dereq_('../internals/indexed-object');
|
|
7280
7289
|
var requireObjectCoercible = _dereq_('../internals/require-object-coercible');
|
|
@@ -7283,7 +7292,7 @@ module.exports = function (it) {
|
|
|
7283
7292
|
return IndexedObject(requireObjectCoercible(it));
|
|
7284
7293
|
};
|
|
7285
7294
|
|
|
7286
|
-
},{"../internals/indexed-object":
|
|
7295
|
+
},{"../internals/indexed-object":97,"../internals/require-object-coercible":154}],172:[function(_dereq_,module,exports){
|
|
7287
7296
|
var trunc = _dereq_('../internals/math-trunc');
|
|
7288
7297
|
|
|
7289
7298
|
// `ToIntegerOrInfinity` abstract operation
|
|
@@ -7294,7 +7303,7 @@ module.exports = function (argument) {
|
|
|
7294
7303
|
return number !== number || number === 0 ? 0 : trunc(number);
|
|
7295
7304
|
};
|
|
7296
7305
|
|
|
7297
|
-
},{"../internals/math-trunc":
|
|
7306
|
+
},{"../internals/math-trunc":119}],173:[function(_dereq_,module,exports){
|
|
7298
7307
|
var toIntegerOrInfinity = _dereq_('../internals/to-integer-or-infinity');
|
|
7299
7308
|
|
|
7300
7309
|
var min = Math.min;
|
|
@@ -7305,7 +7314,7 @@ module.exports = function (argument) {
|
|
|
7305
7314
|
return argument > 0 ? min(toIntegerOrInfinity(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991
|
|
7306
7315
|
};
|
|
7307
7316
|
|
|
7308
|
-
},{"../internals/to-integer-or-infinity":
|
|
7317
|
+
},{"../internals/to-integer-or-infinity":172}],174:[function(_dereq_,module,exports){
|
|
7309
7318
|
var requireObjectCoercible = _dereq_('../internals/require-object-coercible');
|
|
7310
7319
|
|
|
7311
7320
|
var $Object = Object;
|
|
@@ -7316,7 +7325,7 @@ module.exports = function (argument) {
|
|
|
7316
7325
|
return $Object(requireObjectCoercible(argument));
|
|
7317
7326
|
};
|
|
7318
7327
|
|
|
7319
|
-
},{"../internals/require-object-coercible":
|
|
7328
|
+
},{"../internals/require-object-coercible":154}],175:[function(_dereq_,module,exports){
|
|
7320
7329
|
var toPositiveInteger = _dereq_('../internals/to-positive-integer');
|
|
7321
7330
|
|
|
7322
7331
|
var $RangeError = RangeError;
|
|
@@ -7327,7 +7336,7 @@ module.exports = function (it, BYTES) {
|
|
|
7327
7336
|
return offset;
|
|
7328
7337
|
};
|
|
7329
7338
|
|
|
7330
|
-
},{"../internals/to-positive-integer":
|
|
7339
|
+
},{"../internals/to-positive-integer":176}],176:[function(_dereq_,module,exports){
|
|
7331
7340
|
var toIntegerOrInfinity = _dereq_('../internals/to-integer-or-infinity');
|
|
7332
7341
|
|
|
7333
7342
|
var $RangeError = RangeError;
|
|
@@ -7338,7 +7347,7 @@ module.exports = function (it) {
|
|
|
7338
7347
|
return result;
|
|
7339
7348
|
};
|
|
7340
7349
|
|
|
7341
|
-
},{"../internals/to-integer-or-infinity":
|
|
7350
|
+
},{"../internals/to-integer-or-infinity":172}],177:[function(_dereq_,module,exports){
|
|
7342
7351
|
var call = _dereq_('../internals/function-call');
|
|
7343
7352
|
var isObject = _dereq_('../internals/is-object');
|
|
7344
7353
|
var isSymbol = _dereq_('../internals/is-symbol');
|
|
@@ -7365,7 +7374,7 @@ module.exports = function (input, pref) {
|
|
|
7365
7374
|
return ordinaryToPrimitive(input, pref);
|
|
7366
7375
|
};
|
|
7367
7376
|
|
|
7368
|
-
},{"../internals/function-call":
|
|
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){
|
|
7369
7378
|
var toPrimitive = _dereq_('../internals/to-primitive');
|
|
7370
7379
|
var isSymbol = _dereq_('../internals/is-symbol');
|
|
7371
7380
|
|
|
@@ -7376,7 +7385,7 @@ module.exports = function (argument) {
|
|
|
7376
7385
|
return isSymbol(key) ? key : key + '';
|
|
7377
7386
|
};
|
|
7378
7387
|
|
|
7379
|
-
},{"../internals/is-symbol":
|
|
7388
|
+
},{"../internals/is-symbol":110,"../internals/to-primitive":177}],179:[function(_dereq_,module,exports){
|
|
7380
7389
|
var wellKnownSymbol = _dereq_('../internals/well-known-symbol');
|
|
7381
7390
|
|
|
7382
7391
|
var TO_STRING_TAG = wellKnownSymbol('toStringTag');
|
|
@@ -7386,7 +7395,7 @@ test[TO_STRING_TAG] = 'z';
|
|
|
7386
7395
|
|
|
7387
7396
|
module.exports = String(test) === '[object z]';
|
|
7388
7397
|
|
|
7389
|
-
},{"../internals/well-known-symbol":
|
|
7398
|
+
},{"../internals/well-known-symbol":193}],180:[function(_dereq_,module,exports){
|
|
7390
7399
|
var classof = _dereq_('../internals/classof');
|
|
7391
7400
|
|
|
7392
7401
|
var $String = String;
|
|
@@ -7396,7 +7405,7 @@ module.exports = function (argument) {
|
|
|
7396
7405
|
return $String(argument);
|
|
7397
7406
|
};
|
|
7398
7407
|
|
|
7399
|
-
},{"../internals/classof":48}],
|
|
7408
|
+
},{"../internals/classof":48}],181:[function(_dereq_,module,exports){
|
|
7400
7409
|
var $String = String;
|
|
7401
7410
|
|
|
7402
7411
|
module.exports = function (argument) {
|
|
@@ -7407,7 +7416,7 @@ module.exports = function (argument) {
|
|
|
7407
7416
|
}
|
|
7408
7417
|
};
|
|
7409
7418
|
|
|
7410
|
-
},{}],
|
|
7419
|
+
},{}],182:[function(_dereq_,module,exports){
|
|
7411
7420
|
'use strict';
|
|
7412
7421
|
var $ = _dereq_('../internals/export');
|
|
7413
7422
|
var global = _dereq_('../internals/global');
|
|
@@ -7651,7 +7660,7 @@ if (DESCRIPTORS) {
|
|
|
7651
7660
|
};
|
|
7652
7661
|
} else module.exports = function () { /* empty */ };
|
|
7653
7662
|
|
|
7654
|
-
},{"../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":
|
|
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){
|
|
7655
7664
|
/* eslint-disable no-new -- required for testing */
|
|
7656
7665
|
var global = _dereq_('../internals/global');
|
|
7657
7666
|
var fails = _dereq_('../internals/fails');
|
|
@@ -7675,7 +7684,7 @@ module.exports = !NATIVE_ARRAY_BUFFER_VIEWS || !fails(function () {
|
|
|
7675
7684
|
return new Int8Array(new ArrayBuffer(2), 1, undefined).length !== 1;
|
|
7676
7685
|
});
|
|
7677
7686
|
|
|
7678
|
-
},{"../internals/array-buffer-view-core":27,"../internals/check-correctness-of-iteration":46,"../internals/fails":
|
|
7687
|
+
},{"../internals/array-buffer-view-core":27,"../internals/check-correctness-of-iteration":46,"../internals/fails":77,"../internals/global":90}],184:[function(_dereq_,module,exports){
|
|
7679
7688
|
var arrayFromConstructorAndList = _dereq_('../internals/array-from-constructor-and-list');
|
|
7680
7689
|
var typedArraySpeciesConstructor = _dereq_('../internals/typed-array-species-constructor');
|
|
7681
7690
|
|
|
@@ -7683,7 +7692,7 @@ module.exports = function (instance, list) {
|
|
|
7683
7692
|
return arrayFromConstructorAndList(typedArraySpeciesConstructor(instance), list);
|
|
7684
7693
|
};
|
|
7685
7694
|
|
|
7686
|
-
},{"../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){
|
|
7687
7696
|
var bind = _dereq_('../internals/function-bind-context');
|
|
7688
7697
|
var call = _dereq_('../internals/function-call');
|
|
7689
7698
|
var aConstructor = _dereq_('../internals/a-constructor');
|
|
@@ -7721,7 +7730,7 @@ module.exports = function from(source /* , mapfn, thisArg */) {
|
|
|
7721
7730
|
return result;
|
|
7722
7731
|
};
|
|
7723
7732
|
|
|
7724
|
-
},{"../internals/a-constructor":20,"../internals/array-buffer-view-core":27,"../internals/function-bind-context":
|
|
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){
|
|
7725
7734
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
7726
7735
|
var speciesConstructor = _dereq_('../internals/species-constructor');
|
|
7727
7736
|
|
|
@@ -7734,7 +7743,7 @@ module.exports = function (originalArray) {
|
|
|
7734
7743
|
return aTypedArrayConstructor(speciesConstructor(originalArray, getTypedArrayConstructor(originalArray)));
|
|
7735
7744
|
};
|
|
7736
7745
|
|
|
7737
|
-
},{"../internals/array-buffer-view-core":27,"../internals/species-constructor":
|
|
7746
|
+
},{"../internals/array-buffer-view-core":27,"../internals/species-constructor":160}],187:[function(_dereq_,module,exports){
|
|
7738
7747
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
7739
7748
|
|
|
7740
7749
|
var id = 0;
|
|
@@ -7745,7 +7754,7 @@ module.exports = function (key) {
|
|
|
7745
7754
|
return 'Symbol(' + (key === undefined ? '' : key) + ')_' + toString(++id + postfix, 36);
|
|
7746
7755
|
};
|
|
7747
7756
|
|
|
7748
|
-
},{"../internals/function-uncurry-this":
|
|
7757
|
+
},{"../internals/function-uncurry-this":84}],188:[function(_dereq_,module,exports){
|
|
7749
7758
|
var fails = _dereq_('../internals/fails');
|
|
7750
7759
|
var wellKnownSymbol = _dereq_('../internals/well-known-symbol');
|
|
7751
7760
|
var IS_PURE = _dereq_('../internals/is-pure');
|
|
@@ -7781,7 +7790,7 @@ module.exports = !fails(function () {
|
|
|
7781
7790
|
|| new URL('http://x', undefined).host !== 'x';
|
|
7782
7791
|
});
|
|
7783
7792
|
|
|
7784
|
-
},{"../internals/fails":
|
|
7793
|
+
},{"../internals/fails":77,"../internals/is-pure":109,"../internals/well-known-symbol":193}],189:[function(_dereq_,module,exports){
|
|
7785
7794
|
/* eslint-disable es-x/no-symbol -- required for testing */
|
|
7786
7795
|
var NATIVE_SYMBOL = _dereq_('../internals/symbol-constructor-detection');
|
|
7787
7796
|
|
|
@@ -7789,7 +7798,7 @@ module.exports = NATIVE_SYMBOL
|
|
|
7789
7798
|
&& !Symbol.sham
|
|
7790
7799
|
&& typeof Symbol.iterator == 'symbol';
|
|
7791
7800
|
|
|
7792
|
-
},{"../internals/symbol-constructor-detection":
|
|
7801
|
+
},{"../internals/symbol-constructor-detection":165}],190:[function(_dereq_,module,exports){
|
|
7793
7802
|
var DESCRIPTORS = _dereq_('../internals/descriptors');
|
|
7794
7803
|
var fails = _dereq_('../internals/fails');
|
|
7795
7804
|
|
|
@@ -7803,7 +7812,7 @@ module.exports = DESCRIPTORS && fails(function () {
|
|
|
7803
7812
|
}).prototype != 42;
|
|
7804
7813
|
});
|
|
7805
7814
|
|
|
7806
|
-
},{"../internals/descriptors":59,"../internals/fails":
|
|
7815
|
+
},{"../internals/descriptors":59,"../internals/fails":77}],191:[function(_dereq_,module,exports){
|
|
7807
7816
|
var $TypeError = TypeError;
|
|
7808
7817
|
|
|
7809
7818
|
module.exports = function (passed, required) {
|
|
@@ -7811,7 +7820,7 @@ module.exports = function (passed, required) {
|
|
|
7811
7820
|
return passed;
|
|
7812
7821
|
};
|
|
7813
7822
|
|
|
7814
|
-
},{}],
|
|
7823
|
+
},{}],192:[function(_dereq_,module,exports){
|
|
7815
7824
|
var global = _dereq_('../internals/global');
|
|
7816
7825
|
var isCallable = _dereq_('../internals/is-callable');
|
|
7817
7826
|
|
|
@@ -7819,7 +7828,7 @@ var WeakMap = global.WeakMap;
|
|
|
7819
7828
|
|
|
7820
7829
|
module.exports = isCallable(WeakMap) && /native code/.test(String(WeakMap));
|
|
7821
7830
|
|
|
7822
|
-
},{"../internals/global":
|
|
7831
|
+
},{"../internals/global":90,"../internals/is-callable":103}],193:[function(_dereq_,module,exports){
|
|
7823
7832
|
var global = _dereq_('../internals/global');
|
|
7824
7833
|
var shared = _dereq_('../internals/shared');
|
|
7825
7834
|
var hasOwn = _dereq_('../internals/has-own-property');
|
|
@@ -7845,12 +7854,12 @@ module.exports = function (name) {
|
|
|
7845
7854
|
} return WellKnownSymbolsStore[name];
|
|
7846
7855
|
};
|
|
7847
7856
|
|
|
7848
|
-
},{"../internals/global":
|
|
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){
|
|
7849
7858
|
// a string of all valid unicode whitespaces
|
|
7850
7859
|
module.exports = '\u0009\u000A\u000B\u000C\u000D\u0020\u00A0\u1680\u2000\u2001\u2002' +
|
|
7851
7860
|
'\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF';
|
|
7852
7861
|
|
|
7853
|
-
},{}],
|
|
7862
|
+
},{}],195:[function(_dereq_,module,exports){
|
|
7854
7863
|
'use strict';
|
|
7855
7864
|
var $ = _dereq_('../internals/export');
|
|
7856
7865
|
var global = _dereq_('../internals/global');
|
|
@@ -7869,7 +7878,7 @@ $({ global: true, constructor: true, forced: NativeArrayBuffer !== ArrayBuffer }
|
|
|
7869
7878
|
|
|
7870
7879
|
setSpecies(ARRAY_BUFFER);
|
|
7871
7880
|
|
|
7872
|
-
},{"../internals/array-buffer":28,"../internals/export":
|
|
7881
|
+
},{"../internals/array-buffer":28,"../internals/export":76,"../internals/global":90,"../internals/set-species":155}],196:[function(_dereq_,module,exports){
|
|
7873
7882
|
'use strict';
|
|
7874
7883
|
var $ = _dereq_('../internals/export');
|
|
7875
7884
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
@@ -7911,7 +7920,69 @@ $({ target: 'ArrayBuffer', proto: true, unsafe: true, forced: INCORRECT_SLICE },
|
|
|
7911
7920
|
}
|
|
7912
7921
|
});
|
|
7913
7922
|
|
|
7914
|
-
},{"../internals/an-object":25,"../internals/array-buffer":28,"../internals/export":
|
|
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){
|
|
7915
7986
|
'use strict';
|
|
7916
7987
|
var $ = _dereq_('../internals/export');
|
|
7917
7988
|
var forEach = _dereq_('../internals/array-for-each');
|
|
@@ -7923,7 +7994,7 @@ $({ target: 'Array', proto: true, forced: [].forEach != forEach }, {
|
|
|
7923
7994
|
forEach: forEach
|
|
7924
7995
|
});
|
|
7925
7996
|
|
|
7926
|
-
},{"../internals/array-for-each":31,"../internals/export":
|
|
7997
|
+
},{"../internals/array-for-each":31,"../internals/export":76}],199:[function(_dereq_,module,exports){
|
|
7927
7998
|
'use strict';
|
|
7928
7999
|
/* eslint-disable es-x/no-array-prototype-indexof -- required for testing */
|
|
7929
8000
|
var $ = _dereq_('../internals/export');
|
|
@@ -7948,7 +8019,7 @@ $({ target: 'Array', proto: true, forced: NEGATIVE_ZERO || !STRICT_METHOD }, {
|
|
|
7948
8019
|
}
|
|
7949
8020
|
});
|
|
7950
8021
|
|
|
7951
|
-
},{"../internals/array-includes":34,"../internals/array-method-is-strict":38,"../internals/export":
|
|
8022
|
+
},{"../internals/array-includes":34,"../internals/array-method-is-strict":38,"../internals/export":76,"../internals/function-uncurry-this":84}],200:[function(_dereq_,module,exports){
|
|
7952
8023
|
'use strict';
|
|
7953
8024
|
var toIndexedObject = _dereq_('../internals/to-indexed-object');
|
|
7954
8025
|
var addToUnscopables = _dereq_('../internals/add-to-unscopables');
|
|
@@ -8011,7 +8082,7 @@ if (!IS_PURE && DESCRIPTORS && values.name !== 'values') try {
|
|
|
8011
8082
|
defineProperty(values, 'name', { value: 'values' });
|
|
8012
8083
|
} catch (error) { /* empty */ }
|
|
8013
8084
|
|
|
8014
|
-
},{"../internals/add-to-unscopables":22,"../internals/descriptors":59,"../internals/internal-state":
|
|
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){
|
|
8015
8086
|
'use strict';
|
|
8016
8087
|
var $ = _dereq_('../internals/export');
|
|
8017
8088
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
@@ -8032,7 +8103,7 @@ $({ target: 'Array', proto: true, forced: ES3_STRINGS || !STRICT_METHOD }, {
|
|
|
8032
8103
|
}
|
|
8033
8104
|
});
|
|
8034
8105
|
|
|
8035
|
-
},{"../internals/array-method-is-strict":38,"../internals/export":
|
|
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){
|
|
8036
8107
|
'use strict';
|
|
8037
8108
|
var $ = _dereq_('../internals/export');
|
|
8038
8109
|
var isArray = _dereq_('../internals/is-array');
|
|
@@ -8083,7 +8154,7 @@ $({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {
|
|
|
8083
8154
|
}
|
|
8084
8155
|
});
|
|
8085
8156
|
|
|
8086
|
-
},{"../internals/array-method-has-species-support":37,"../internals/array-slice":41,"../internals/create-property":53,"../internals/export":
|
|
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){
|
|
8087
8158
|
'use strict';
|
|
8088
8159
|
var $ = _dereq_('../internals/export');
|
|
8089
8160
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
@@ -8216,7 +8287,7 @@ $({ target: 'Number', proto: true, forced: FORCED }, {
|
|
|
8216
8287
|
}
|
|
8217
8288
|
});
|
|
8218
8289
|
|
|
8219
|
-
},{"../internals/export":
|
|
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){
|
|
8220
8291
|
var $ = _dereq_('../internals/export');
|
|
8221
8292
|
var DESCRIPTORS = _dereq_('../internals/descriptors');
|
|
8222
8293
|
var defineProperty = _dereq_('../internals/object-define-property').f;
|
|
@@ -8228,7 +8299,7 @@ $({ target: 'Object', stat: true, forced: Object.defineProperty !== defineProper
|
|
|
8228
8299
|
defineProperty: defineProperty
|
|
8229
8300
|
});
|
|
8230
8301
|
|
|
8231
|
-
},{"../internals/descriptors":59,"../internals/export":
|
|
8302
|
+
},{"../internals/descriptors":59,"../internals/export":76,"../internals/object-define-property":127}],205:[function(_dereq_,module,exports){
|
|
8232
8303
|
var $ = _dereq_('../internals/export');
|
|
8233
8304
|
var fails = _dereq_('../internals/fails');
|
|
8234
8305
|
var getOwnPropertyNames = _dereq_('../internals/object-get-own-property-names-external').f;
|
|
@@ -8242,7 +8313,7 @@ $({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {
|
|
|
8242
8313
|
getOwnPropertyNames: getOwnPropertyNames
|
|
8243
8314
|
});
|
|
8244
8315
|
|
|
8245
|
-
},{"../internals/export":
|
|
8316
|
+
},{"../internals/export":76,"../internals/fails":77,"../internals/object-get-own-property-names-external":129}],206:[function(_dereq_,module,exports){
|
|
8246
8317
|
var $ = _dereq_('../internals/export');
|
|
8247
8318
|
var toObject = _dereq_('../internals/to-object');
|
|
8248
8319
|
var nativeKeys = _dereq_('../internals/object-keys');
|
|
@@ -8258,7 +8329,7 @@ $({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {
|
|
|
8258
8329
|
}
|
|
8259
8330
|
});
|
|
8260
8331
|
|
|
8261
|
-
},{"../internals/export":
|
|
8332
|
+
},{"../internals/export":76,"../internals/fails":77,"../internals/object-keys":135,"../internals/to-object":174}],207:[function(_dereq_,module,exports){
|
|
8262
8333
|
var TO_STRING_TAG_SUPPORT = _dereq_('../internals/to-string-tag-support');
|
|
8263
8334
|
var defineBuiltIn = _dereq_('../internals/define-built-in');
|
|
8264
8335
|
var toString = _dereq_('../internals/object-to-string');
|
|
@@ -8269,7 +8340,7 @@ if (!TO_STRING_TAG_SUPPORT) {
|
|
|
8269
8340
|
defineBuiltIn(Object.prototype, 'toString', toString, { unsafe: true });
|
|
8270
8341
|
}
|
|
8271
8342
|
|
|
8272
|
-
},{"../internals/define-built-in":55,"../internals/object-to-string":
|
|
8343
|
+
},{"../internals/define-built-in":55,"../internals/object-to-string":138,"../internals/to-string-tag-support":179}],208:[function(_dereq_,module,exports){
|
|
8273
8344
|
var $ = _dereq_('../internals/export');
|
|
8274
8345
|
var $parseFloat = _dereq_('../internals/number-parse-float');
|
|
8275
8346
|
|
|
@@ -8279,7 +8350,7 @@ $({ global: true, forced: parseFloat != $parseFloat }, {
|
|
|
8279
8350
|
parseFloat: $parseFloat
|
|
8280
8351
|
});
|
|
8281
8352
|
|
|
8282
|
-
},{"../internals/export":
|
|
8353
|
+
},{"../internals/export":76,"../internals/number-parse-float":122}],209:[function(_dereq_,module,exports){
|
|
8283
8354
|
var $ = _dereq_('../internals/export');
|
|
8284
8355
|
var $parseInt = _dereq_('../internals/number-parse-int');
|
|
8285
8356
|
|
|
@@ -8289,7 +8360,7 @@ $({ global: true, forced: parseInt != $parseInt }, {
|
|
|
8289
8360
|
parseInt: $parseInt
|
|
8290
8361
|
});
|
|
8291
8362
|
|
|
8292
|
-
},{"../internals/export":
|
|
8363
|
+
},{"../internals/export":76,"../internals/number-parse-int":123}],210:[function(_dereq_,module,exports){
|
|
8293
8364
|
'use strict';
|
|
8294
8365
|
var $ = _dereq_('../internals/export');
|
|
8295
8366
|
var call = _dereq_('../internals/function-call');
|
|
@@ -8330,7 +8401,7 @@ $({ target: 'Promise', stat: true, forced: PROMISE_STATICS_INCORRECT_ITERATION }
|
|
|
8330
8401
|
}
|
|
8331
8402
|
});
|
|
8332
8403
|
|
|
8333
|
-
},{"../internals/a-callable":19,"../internals/export":
|
|
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){
|
|
8334
8405
|
'use strict';
|
|
8335
8406
|
var $ = _dereq_('../internals/export');
|
|
8336
8407
|
var IS_PURE = _dereq_('../internals/is-pure');
|
|
@@ -8358,7 +8429,7 @@ if (!IS_PURE && isCallable(NativePromiseConstructor)) {
|
|
|
8358
8429
|
}
|
|
8359
8430
|
}
|
|
8360
8431
|
|
|
8361
|
-
},{"../internals/define-built-in":55,"../internals/export":
|
|
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){
|
|
8362
8433
|
'use strict';
|
|
8363
8434
|
var $ = _dereq_('../internals/export');
|
|
8364
8435
|
var IS_PURE = _dereq_('../internals/is-pure');
|
|
@@ -8648,7 +8719,7 @@ $({ global: true, constructor: true, wrap: true, forced: FORCED_PROMISE_CONSTRUC
|
|
|
8648
8719
|
setToStringTag(PromiseConstructor, PROMISE, false, true);
|
|
8649
8720
|
setSpecies(PROMISE);
|
|
8650
8721
|
|
|
8651
|
-
},{"../internals/a-callable":19,"../internals/an-instance":24,"../internals/define-built-in":55,"../internals/engine-is-node":
|
|
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){
|
|
8652
8723
|
// TODO: Remove this module from `core-js@4` since it's split to modules listed below
|
|
8653
8724
|
_dereq_('../modules/es.promise.constructor');
|
|
8654
8725
|
_dereq_('../modules/es.promise.all');
|
|
@@ -8657,7 +8728,7 @@ _dereq_('../modules/es.promise.race');
|
|
|
8657
8728
|
_dereq_('../modules/es.promise.reject');
|
|
8658
8729
|
_dereq_('../modules/es.promise.resolve');
|
|
8659
8730
|
|
|
8660
|
-
},{"../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){
|
|
8661
8732
|
'use strict';
|
|
8662
8733
|
var $ = _dereq_('../internals/export');
|
|
8663
8734
|
var call = _dereq_('../internals/function-call');
|
|
@@ -8685,7 +8756,7 @@ $({ target: 'Promise', stat: true, forced: PROMISE_STATICS_INCORRECT_ITERATION }
|
|
|
8685
8756
|
}
|
|
8686
8757
|
});
|
|
8687
8758
|
|
|
8688
|
-
},{"../internals/a-callable":19,"../internals/export":
|
|
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){
|
|
8689
8760
|
'use strict';
|
|
8690
8761
|
var $ = _dereq_('../internals/export');
|
|
8691
8762
|
var call = _dereq_('../internals/function-call');
|
|
@@ -8702,7 +8773,7 @@ $({ target: 'Promise', stat: true, forced: FORCED_PROMISE_CONSTRUCTOR }, {
|
|
|
8702
8773
|
}
|
|
8703
8774
|
});
|
|
8704
8775
|
|
|
8705
|
-
},{"../internals/export":
|
|
8776
|
+
},{"../internals/export":76,"../internals/function-call":82,"../internals/new-promise-capability":121,"../internals/promise-constructor-detection":142}],216:[function(_dereq_,module,exports){
|
|
8706
8777
|
'use strict';
|
|
8707
8778
|
var $ = _dereq_('../internals/export');
|
|
8708
8779
|
var getBuiltIn = _dereq_('../internals/get-built-in');
|
|
@@ -8722,7 +8793,7 @@ $({ target: 'Promise', stat: true, forced: IS_PURE || FORCED_PROMISE_CONSTRUCTOR
|
|
|
8722
8793
|
}
|
|
8723
8794
|
});
|
|
8724
8795
|
|
|
8725
|
-
},{"../internals/export":
|
|
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){
|
|
8726
8797
|
'use strict';
|
|
8727
8798
|
var $ = _dereq_('../internals/export');
|
|
8728
8799
|
var exec = _dereq_('../internals/regexp-exec');
|
|
@@ -8733,7 +8804,7 @@ $({ target: 'RegExp', proto: true, forced: /./.exec !== exec }, {
|
|
|
8733
8804
|
exec: exec
|
|
8734
8805
|
});
|
|
8735
8806
|
|
|
8736
|
-
},{"../internals/export":
|
|
8807
|
+
},{"../internals/export":76,"../internals/regexp-exec":148}],218:[function(_dereq_,module,exports){
|
|
8737
8808
|
'use strict';
|
|
8738
8809
|
var PROPER_FUNCTION_NAME = _dereq_('../internals/function-name').PROPER;
|
|
8739
8810
|
var defineBuiltIn = _dereq_('../internals/define-built-in');
|
|
@@ -8761,7 +8832,7 @@ if (NOT_GENERIC || INCORRECT_NAME) {
|
|
|
8761
8832
|
}, { unsafe: true });
|
|
8762
8833
|
}
|
|
8763
8834
|
|
|
8764
|
-
},{"../internals/an-object":25,"../internals/define-built-in":55,"../internals/fails":
|
|
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){
|
|
8765
8836
|
'use strict';
|
|
8766
8837
|
var charAt = _dereq_('../internals/string-multibyte').charAt;
|
|
8767
8838
|
var toString = _dereq_('../internals/to-string');
|
|
@@ -8793,7 +8864,7 @@ defineIterator(String, 'String', function (iterated) {
|
|
|
8793
8864
|
return { value: point, done: false };
|
|
8794
8865
|
});
|
|
8795
8866
|
|
|
8796
|
-
},{"../internals/internal-state":
|
|
8867
|
+
},{"../internals/internal-state":100,"../internals/iterator-define":114,"../internals/string-multibyte":161,"../internals/to-string":180}],220:[function(_dereq_,module,exports){
|
|
8797
8868
|
'use strict';
|
|
8798
8869
|
var apply = _dereq_('../internals/function-apply');
|
|
8799
8870
|
var call = _dereq_('../internals/function-call');
|
|
@@ -8932,7 +9003,7 @@ fixRegExpWellKnownSymbolLogic('replace', function (_, nativeReplace, maybeCallNa
|
|
|
8932
9003
|
];
|
|
8933
9004
|
}, !REPLACE_SUPPORTS_NAMED_GROUPS || !REPLACE_KEEPS_$0 || REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE);
|
|
8934
9005
|
|
|
8935
|
-
},{"../internals/advance-string-index":23,"../internals/an-object":25,"../internals/fails":
|
|
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){
|
|
8936
9007
|
'use strict';
|
|
8937
9008
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
8938
9009
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
@@ -8948,7 +9019,7 @@ exportTypedArrayMethod('copyWithin', function copyWithin(target, start /* , end
|
|
|
8948
9019
|
return u$ArrayCopyWithin(aTypedArray(this), target, start, arguments.length > 2 ? arguments[2] : undefined);
|
|
8949
9020
|
});
|
|
8950
9021
|
|
|
8951
|
-
},{"../internals/array-buffer-view-core":27,"../internals/array-copy-within":29,"../internals/function-uncurry-this":
|
|
9022
|
+
},{"../internals/array-buffer-view-core":27,"../internals/array-copy-within":29,"../internals/function-uncurry-this":84}],222:[function(_dereq_,module,exports){
|
|
8952
9023
|
'use strict';
|
|
8953
9024
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
8954
9025
|
var $every = _dereq_('../internals/array-iteration').every;
|
|
@@ -8962,7 +9033,7 @@ exportTypedArrayMethod('every', function every(callbackfn /* , thisArg */) {
|
|
|
8962
9033
|
return $every(aTypedArray(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined);
|
|
8963
9034
|
});
|
|
8964
9035
|
|
|
8965
|
-
},{"../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){
|
|
8966
9037
|
'use strict';
|
|
8967
9038
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
8968
9039
|
var $fill = _dereq_('../internals/array-fill');
|
|
@@ -8993,7 +9064,7 @@ exportTypedArrayMethod('fill', function fill(value /* , start, end */) {
|
|
|
8993
9064
|
return call($fill, this, actualValue, length > 1 ? arguments[1] : undefined, length > 2 ? arguments[2] : undefined);
|
|
8994
9065
|
}, CONVERSION_BUG);
|
|
8995
9066
|
|
|
8996
|
-
},{"../internals/array-buffer-view-core":27,"../internals/array-fill":30,"../internals/classof":48,"../internals/fails":
|
|
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){
|
|
8997
9068
|
'use strict';
|
|
8998
9069
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
8999
9070
|
var $filter = _dereq_('../internals/array-iteration').filter;
|
|
@@ -9009,7 +9080,7 @@ exportTypedArrayMethod('filter', function filter(callbackfn /* , thisArg */) {
|
|
|
9009
9080
|
return fromSpeciesAndList(this, list);
|
|
9010
9081
|
});
|
|
9011
9082
|
|
|
9012
|
-
},{"../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){
|
|
9013
9084
|
'use strict';
|
|
9014
9085
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
9015
9086
|
var $findIndex = _dereq_('../internals/array-iteration').findIndex;
|
|
@@ -9023,7 +9094,7 @@ exportTypedArrayMethod('findIndex', function findIndex(predicate /* , thisArg */
|
|
|
9023
9094
|
return $findIndex(aTypedArray(this), predicate, arguments.length > 1 ? arguments[1] : undefined);
|
|
9024
9095
|
});
|
|
9025
9096
|
|
|
9026
|
-
},{"../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){
|
|
9027
9098
|
'use strict';
|
|
9028
9099
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
9029
9100
|
var $find = _dereq_('../internals/array-iteration').find;
|
|
@@ -9037,7 +9108,7 @@ exportTypedArrayMethod('find', function find(predicate /* , thisArg */) {
|
|
|
9037
9108
|
return $find(aTypedArray(this), predicate, arguments.length > 1 ? arguments[1] : undefined);
|
|
9038
9109
|
});
|
|
9039
9110
|
|
|
9040
|
-
},{"../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){
|
|
9041
9112
|
'use strict';
|
|
9042
9113
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
9043
9114
|
var $forEach = _dereq_('../internals/array-iteration').forEach;
|
|
@@ -9051,7 +9122,7 @@ exportTypedArrayMethod('forEach', function forEach(callbackfn /* , thisArg */) {
|
|
|
9051
9122
|
$forEach(aTypedArray(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined);
|
|
9052
9123
|
});
|
|
9053
9124
|
|
|
9054
|
-
},{"../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){
|
|
9055
9126
|
'use strict';
|
|
9056
9127
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
9057
9128
|
var $includes = _dereq_('../internals/array-includes').includes;
|
|
@@ -9065,7 +9136,7 @@ exportTypedArrayMethod('includes', function includes(searchElement /* , fromInde
|
|
|
9065
9136
|
return $includes(aTypedArray(this), searchElement, arguments.length > 1 ? arguments[1] : undefined);
|
|
9066
9137
|
});
|
|
9067
9138
|
|
|
9068
|
-
},{"../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){
|
|
9069
9140
|
'use strict';
|
|
9070
9141
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
9071
9142
|
var $indexOf = _dereq_('../internals/array-includes').indexOf;
|
|
@@ -9079,7 +9150,7 @@ exportTypedArrayMethod('indexOf', function indexOf(searchElement /* , fromIndex
|
|
|
9079
9150
|
return $indexOf(aTypedArray(this), searchElement, arguments.length > 1 ? arguments[1] : undefined);
|
|
9080
9151
|
});
|
|
9081
9152
|
|
|
9082
|
-
},{"../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){
|
|
9083
9154
|
'use strict';
|
|
9084
9155
|
var global = _dereq_('../internals/global');
|
|
9085
9156
|
var fails = _dereq_('../internals/fails');
|
|
@@ -9127,7 +9198,7 @@ exportTypedArrayMethod('values', typedArrayValues, GENERIC || !ITERATOR_IS_VALUE
|
|
|
9127
9198
|
// https://tc39.es/ecma262/#sec-%typedarray%.prototype-@@iterator
|
|
9128
9199
|
exportTypedArrayMethod(ITERATOR, typedArrayValues, GENERIC || !ITERATOR_IS_VALUES, { name: 'values' });
|
|
9129
9200
|
|
|
9130
|
-
},{"../internals/array-buffer-view-core":27,"../internals/fails":
|
|
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){
|
|
9131
9202
|
'use strict';
|
|
9132
9203
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
9133
9204
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
@@ -9142,7 +9213,7 @@ exportTypedArrayMethod('join', function join(separator) {
|
|
|
9142
9213
|
return $join(aTypedArray(this), separator);
|
|
9143
9214
|
});
|
|
9144
9215
|
|
|
9145
|
-
},{"../internals/array-buffer-view-core":27,"../internals/function-uncurry-this":
|
|
9216
|
+
},{"../internals/array-buffer-view-core":27,"../internals/function-uncurry-this":84}],232:[function(_dereq_,module,exports){
|
|
9146
9217
|
'use strict';
|
|
9147
9218
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
9148
9219
|
var apply = _dereq_('../internals/function-apply');
|
|
@@ -9158,7 +9229,7 @@ exportTypedArrayMethod('lastIndexOf', function lastIndexOf(searchElement /* , fr
|
|
|
9158
9229
|
return apply($lastIndexOf, aTypedArray(this), length > 1 ? [searchElement, arguments[1]] : [searchElement]);
|
|
9159
9230
|
});
|
|
9160
9231
|
|
|
9161
|
-
},{"../internals/array-buffer-view-core":27,"../internals/array-last-index-of":36,"../internals/function-apply":
|
|
9232
|
+
},{"../internals/array-buffer-view-core":27,"../internals/array-last-index-of":36,"../internals/function-apply":79}],233:[function(_dereq_,module,exports){
|
|
9162
9233
|
'use strict';
|
|
9163
9234
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
9164
9235
|
var $map = _dereq_('../internals/array-iteration').map;
|
|
@@ -9175,7 +9246,7 @@ exportTypedArrayMethod('map', function map(mapfn /* , thisArg */) {
|
|
|
9175
9246
|
});
|
|
9176
9247
|
});
|
|
9177
9248
|
|
|
9178
|
-
},{"../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){
|
|
9179
9250
|
'use strict';
|
|
9180
9251
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
9181
9252
|
var $reduceRight = _dereq_('../internals/array-reduce').right;
|
|
@@ -9190,7 +9261,7 @@ exportTypedArrayMethod('reduceRight', function reduceRight(callbackfn /* , initi
|
|
|
9190
9261
|
return $reduceRight(aTypedArray(this), callbackfn, length, length > 1 ? arguments[1] : undefined);
|
|
9191
9262
|
});
|
|
9192
9263
|
|
|
9193
|
-
},{"../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){
|
|
9194
9265
|
'use strict';
|
|
9195
9266
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
9196
9267
|
var $reduce = _dereq_('../internals/array-reduce').left;
|
|
@@ -9205,7 +9276,7 @@ exportTypedArrayMethod('reduce', function reduce(callbackfn /* , initialValue */
|
|
|
9205
9276
|
return $reduce(aTypedArray(this), callbackfn, length, length > 1 ? arguments[1] : undefined);
|
|
9206
9277
|
});
|
|
9207
9278
|
|
|
9208
|
-
},{"../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){
|
|
9209
9280
|
'use strict';
|
|
9210
9281
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
9211
9282
|
|
|
@@ -9228,7 +9299,7 @@ exportTypedArrayMethod('reverse', function reverse() {
|
|
|
9228
9299
|
} return that;
|
|
9229
9300
|
});
|
|
9230
9301
|
|
|
9231
|
-
},{"../internals/array-buffer-view-core":27}],
|
|
9302
|
+
},{"../internals/array-buffer-view-core":27}],237:[function(_dereq_,module,exports){
|
|
9232
9303
|
'use strict';
|
|
9233
9304
|
var global = _dereq_('../internals/global');
|
|
9234
9305
|
var call = _dereq_('../internals/function-call');
|
|
@@ -9274,7 +9345,7 @@ exportTypedArrayMethod('set', function set(arrayLike /* , offset */) {
|
|
|
9274
9345
|
while (index < len) this[offset + index] = src[index++];
|
|
9275
9346
|
}, !WORKS_WITH_OBJECTS_AND_GEERIC_ON_TYPED_ARRAYS || TO_OBJECT_BUG);
|
|
9276
9347
|
|
|
9277
|
-
},{"../internals/array-buffer-view-core":27,"../internals/fails":
|
|
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){
|
|
9278
9349
|
'use strict';
|
|
9279
9350
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
9280
9351
|
var typedArraySpeciesConstructor = _dereq_('../internals/typed-array-species-constructor');
|
|
@@ -9301,7 +9372,7 @@ exportTypedArrayMethod('slice', function slice(start, end) {
|
|
|
9301
9372
|
return result;
|
|
9302
9373
|
}, FORCED);
|
|
9303
9374
|
|
|
9304
|
-
},{"../internals/array-buffer-view-core":27,"../internals/array-slice":41,"../internals/fails":
|
|
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){
|
|
9305
9376
|
'use strict';
|
|
9306
9377
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
9307
9378
|
var $some = _dereq_('../internals/array-iteration').some;
|
|
@@ -9315,7 +9386,7 @@ exportTypedArrayMethod('some', function some(callbackfn /* , thisArg */) {
|
|
|
9315
9386
|
return $some(aTypedArray(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined);
|
|
9316
9387
|
});
|
|
9317
9388
|
|
|
9318
|
-
},{"../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){
|
|
9319
9390
|
'use strict';
|
|
9320
9391
|
var global = _dereq_('../internals/global');
|
|
9321
9392
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
@@ -9387,7 +9458,7 @@ exportTypedArrayMethod('sort', function sort(comparefn) {
|
|
|
9387
9458
|
return internalSort(aTypedArray(this), getSortCompare(comparefn));
|
|
9388
9459
|
}, !STABLE_SORT || ACCEPT_INCORRECT_ARGUMENTS);
|
|
9389
9460
|
|
|
9390
|
-
},{"../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){
|
|
9391
9462
|
'use strict';
|
|
9392
9463
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
9393
9464
|
var toLength = _dereq_('../internals/to-length');
|
|
@@ -9411,7 +9482,7 @@ exportTypedArrayMethod('subarray', function subarray(begin, end) {
|
|
|
9411
9482
|
);
|
|
9412
9483
|
});
|
|
9413
9484
|
|
|
9414
|
-
},{"../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){
|
|
9415
9486
|
'use strict';
|
|
9416
9487
|
var global = _dereq_('../internals/global');
|
|
9417
9488
|
var apply = _dereq_('../internals/function-apply');
|
|
@@ -9445,7 +9516,7 @@ exportTypedArrayMethod('toLocaleString', function toLocaleString() {
|
|
|
9445
9516
|
);
|
|
9446
9517
|
}, FORCED);
|
|
9447
9518
|
|
|
9448
|
-
},{"../internals/array-buffer-view-core":27,"../internals/array-slice":41,"../internals/fails":
|
|
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){
|
|
9449
9520
|
'use strict';
|
|
9450
9521
|
var exportTypedArrayMethod = _dereq_('../internals/array-buffer-view-core').exportTypedArrayMethod;
|
|
9451
9522
|
var fails = _dereq_('../internals/fails');
|
|
@@ -9469,7 +9540,7 @@ var IS_NOT_ARRAY_METHOD = Uint8ArrayPrototype.toString != arrayToString;
|
|
|
9469
9540
|
// https://tc39.es/ecma262/#sec-%typedarray%.prototype.tostring
|
|
9470
9541
|
exportTypedArrayMethod('toString', arrayToString, IS_NOT_ARRAY_METHOD);
|
|
9471
9542
|
|
|
9472
|
-
},{"../internals/array-buffer-view-core":27,"../internals/fails":
|
|
9543
|
+
},{"../internals/array-buffer-view-core":27,"../internals/fails":77,"../internals/function-uncurry-this":84,"../internals/global":90}],244:[function(_dereq_,module,exports){
|
|
9473
9544
|
var createTypedArrayConstructor = _dereq_('../internals/typed-array-constructor');
|
|
9474
9545
|
|
|
9475
9546
|
// `Uint8Array` constructor
|
|
@@ -9480,7 +9551,7 @@ createTypedArrayConstructor('Uint8', function (init) {
|
|
|
9480
9551
|
};
|
|
9481
9552
|
});
|
|
9482
9553
|
|
|
9483
|
-
},{"../internals/typed-array-constructor":
|
|
9554
|
+
},{"../internals/typed-array-constructor":182}],245:[function(_dereq_,module,exports){
|
|
9484
9555
|
var global = _dereq_('../internals/global');
|
|
9485
9556
|
var DOMIterables = _dereq_('../internals/dom-iterables');
|
|
9486
9557
|
var DOMTokenListPrototype = _dereq_('../internals/dom-token-list-prototype');
|
|
@@ -9504,7 +9575,7 @@ for (var COLLECTION_NAME in DOMIterables) {
|
|
|
9504
9575
|
|
|
9505
9576
|
handlePrototype(DOMTokenListPrototype);
|
|
9506
9577
|
|
|
9507
|
-
},{"../internals/array-for-each":31,"../internals/create-non-enumerable-property":51,"../internals/dom-iterables":
|
|
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){
|
|
9508
9579
|
var global = _dereq_('../internals/global');
|
|
9509
9580
|
var DOMIterables = _dereq_('../internals/dom-iterables');
|
|
9510
9581
|
var DOMTokenListPrototype = _dereq_('../internals/dom-token-list-prototype');
|
|
@@ -9544,7 +9615,7 @@ for (var COLLECTION_NAME in DOMIterables) {
|
|
|
9544
9615
|
|
|
9545
9616
|
handlePrototype(DOMTokenListPrototype, 'DOMTokenList');
|
|
9546
9617
|
|
|
9547
|
-
},{"../internals/create-non-enumerable-property":51,"../internals/dom-iterables":
|
|
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){
|
|
9548
9619
|
'use strict';
|
|
9549
9620
|
// TODO: in core-js@4, move /modules/ dependencies to public entries for better optimization by tools like `preset-env`
|
|
9550
9621
|
_dereq_('../modules/es.array.iterator');
|
|
@@ -9938,11 +10009,11 @@ module.exports = {
|
|
|
9938
10009
|
getState: getInternalParamsState
|
|
9939
10010
|
};
|
|
9940
10011
|
|
|
9941
|
-
},{"../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":
|
|
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){
|
|
9942
10013
|
// TODO: Remove this module from `core-js@4` since it's replaced to module below
|
|
9943
10014
|
_dereq_('../modules/web.url-search-params.constructor');
|
|
9944
10015
|
|
|
9945
|
-
},{"../modules/web.url-search-params.constructor":
|
|
10016
|
+
},{"../modules/web.url-search-params.constructor":247}],249:[function(_dereq_,module,exports){
|
|
9946
10017
|
'use strict';
|
|
9947
10018
|
// TODO: in core-js@4, move /modules/ dependencies to public entries for better optimization by tools like `preset-env`
|
|
9948
10019
|
_dereq_('../modules/es.string.iterator');
|
|
@@ -10986,11 +11057,11 @@ $({ global: true, constructor: true, forced: !USE_NATIVE_URL, sham: !DESCRIPTORS
|
|
|
10986
11057
|
URL: URLConstructor
|
|
10987
11058
|
});
|
|
10988
11059
|
|
|
10989
|
-
},{"../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":
|
|
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){
|
|
10990
11061
|
// TODO: Remove this module from `core-js@4` since it's replaced to module below
|
|
10991
11062
|
_dereq_('../modules/web.url.constructor');
|
|
10992
11063
|
|
|
10993
|
-
},{"../modules/web.url.constructor":
|
|
11064
|
+
},{"../modules/web.url.constructor":249}],251:[function(_dereq_,module,exports){
|
|
10994
11065
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
10995
11066
|
//
|
|
10996
11067
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -11099,7 +11170,7 @@ function objectToString(o) {
|
|
|
11099
11170
|
return Object.prototype.toString.call(o);
|
|
11100
11171
|
}
|
|
11101
11172
|
|
|
11102
|
-
},{"buffer":11}],
|
|
11173
|
+
},{"buffer":11}],252:[function(_dereq_,module,exports){
|
|
11103
11174
|
// create-error.js 0.3.1
|
|
11104
11175
|
// (c) 2013 Tim Griesser
|
|
11105
11176
|
// This source may be freely distributed under the MIT license.
|
|
@@ -11219,7 +11290,7 @@ function clone(target) {
|
|
|
11219
11290
|
}
|
|
11220
11291
|
});
|
|
11221
11292
|
|
|
11222
|
-
},{}],
|
|
11293
|
+
},{}],253:[function(_dereq_,module,exports){
|
|
11223
11294
|
'use strict';
|
|
11224
11295
|
|
|
11225
11296
|
var isMergeableObject = function isMergeableObject(value) {
|
|
@@ -11354,14 +11425,14 @@ var deepmerge_1 = deepmerge;
|
|
|
11354
11425
|
|
|
11355
11426
|
module.exports = deepmerge_1;
|
|
11356
11427
|
|
|
11357
|
-
},{}],
|
|
11428
|
+
},{}],254:[function(_dereq_,module,exports){
|
|
11358
11429
|
module.exports = function () {
|
|
11359
11430
|
for (var i = 0; i < arguments.length; i++) {
|
|
11360
11431
|
if (arguments[i] !== undefined) return arguments[i];
|
|
11361
11432
|
}
|
|
11362
11433
|
};
|
|
11363
11434
|
|
|
11364
|
-
},{}],
|
|
11435
|
+
},{}],255:[function(_dereq_,module,exports){
|
|
11365
11436
|
var util = _dereq_('util')
|
|
11366
11437
|
var global = _dereq_('global')
|
|
11367
11438
|
var EventEmitter = _dereq_('events')
|
|
@@ -11383,7 +11454,7 @@ var makeDespot = function () {
|
|
|
11383
11454
|
|
|
11384
11455
|
module.exports = makeDespot()
|
|
11385
11456
|
|
|
11386
|
-
},{"events":
|
|
11457
|
+
},{"events":261,"global":272,"util":334}],256:[function(_dereq_,module,exports){
|
|
11387
11458
|
'use strict'
|
|
11388
11459
|
|
|
11389
11460
|
var document = _dereq_('global/document')
|
|
@@ -11423,7 +11494,7 @@ function noopShim () {
|
|
|
11423
11494
|
|
|
11424
11495
|
function noop () {}
|
|
11425
11496
|
|
|
11426
|
-
},{"./keys":
|
|
11497
|
+
},{"./keys":257,"geval":270,"global/document":271}],257:[function(_dereq_,module,exports){
|
|
11427
11498
|
'use strict'
|
|
11428
11499
|
|
|
11429
11500
|
module.exports = keys
|
|
@@ -11448,7 +11519,7 @@ function lowercaseFirst (string) {
|
|
|
11448
11519
|
return string.substring(0, 1).toLowerCase() + string.substring(1)
|
|
11449
11520
|
}
|
|
11450
11521
|
|
|
11451
|
-
},{}],
|
|
11522
|
+
},{}],258:[function(_dereq_,module,exports){
|
|
11452
11523
|
function polyfill(window) {
|
|
11453
11524
|
var ElementPrototype = window.Element.prototype;
|
|
11454
11525
|
|
|
@@ -11486,7 +11557,7 @@ function polyfill(window) {
|
|
|
11486
11557
|
module.exports = polyfill;
|
|
11487
11558
|
|
|
11488
11559
|
|
|
11489
|
-
},{}],
|
|
11560
|
+
},{}],259:[function(_dereq_,module,exports){
|
|
11490
11561
|
(function (process){(function (){
|
|
11491
11562
|
var once = _dereq_('once');
|
|
11492
11563
|
|
|
@@ -11584,7 +11655,7 @@ var eos = function(stream, opts, callback) {
|
|
|
11584
11655
|
module.exports = eos;
|
|
11585
11656
|
|
|
11586
11657
|
}).call(this)}).call(this,_dereq_('_process'))
|
|
11587
|
-
},{"_process":
|
|
11658
|
+
},{"_process":298,"once":295}],260:[function(_dereq_,module,exports){
|
|
11588
11659
|
'use strict';
|
|
11589
11660
|
|
|
11590
11661
|
var GetIntrinsic = _dereq_('get-intrinsic');
|
|
@@ -11601,7 +11672,7 @@ if ($gOPD) {
|
|
|
11601
11672
|
|
|
11602
11673
|
module.exports = $gOPD;
|
|
11603
11674
|
|
|
11604
|
-
},{"get-intrinsic":
|
|
11675
|
+
},{"get-intrinsic":268}],261:[function(_dereq_,module,exports){
|
|
11605
11676
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
11606
11677
|
//
|
|
11607
11678
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -12100,7 +12171,7 @@ function eventTargetAgnosticAddListener(emitter, name, listener, flags) {
|
|
|
12100
12171
|
}
|
|
12101
12172
|
}
|
|
12102
12173
|
|
|
12103
|
-
},{}],
|
|
12174
|
+
},{}],262:[function(_dereq_,module,exports){
|
|
12104
12175
|
module.exports = stringify
|
|
12105
12176
|
stringify.default = stringify
|
|
12106
12177
|
stringify.stable = deterministicStringify
|
|
@@ -12331,7 +12402,7 @@ function replaceGetterValues (replacer) {
|
|
|
12331
12402
|
}
|
|
12332
12403
|
}
|
|
12333
12404
|
|
|
12334
|
-
},{}],
|
|
12405
|
+
},{}],263:[function(_dereq_,module,exports){
|
|
12335
12406
|
/*!
|
|
12336
12407
|
2022 Jason Mulligan <jason.mulligan@avoidwork.com>
|
|
12337
12408
|
@version 9.0.11
|
|
@@ -12339,7 +12410,7 @@ function replaceGetterValues (replacer) {
|
|
|
12339
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}));
|
|
12340
12411
|
|
|
12341
12412
|
|
|
12342
|
-
},{}],
|
|
12413
|
+
},{}],264:[function(_dereq_,module,exports){
|
|
12343
12414
|
|
|
12344
12415
|
var hasOwn = Object.prototype.hasOwnProperty;
|
|
12345
12416
|
var toString = Object.prototype.toString;
|
|
@@ -12363,7 +12434,7 @@ module.exports = function forEach (obj, fn, ctx) {
|
|
|
12363
12434
|
};
|
|
12364
12435
|
|
|
12365
12436
|
|
|
12366
|
-
},{}],
|
|
12437
|
+
},{}],265:[function(_dereq_,module,exports){
|
|
12367
12438
|
'use strict';
|
|
12368
12439
|
|
|
12369
12440
|
/* eslint no-invalid-this: 1 */
|
|
@@ -12417,14 +12488,14 @@ module.exports = function bind(that) {
|
|
|
12417
12488
|
return bound;
|
|
12418
12489
|
};
|
|
12419
12490
|
|
|
12420
|
-
},{}],
|
|
12491
|
+
},{}],266:[function(_dereq_,module,exports){
|
|
12421
12492
|
'use strict';
|
|
12422
12493
|
|
|
12423
12494
|
var implementation = _dereq_('./implementation');
|
|
12424
12495
|
|
|
12425
12496
|
module.exports = Function.prototype.bind || implementation;
|
|
12426
12497
|
|
|
12427
|
-
},{"./implementation":
|
|
12498
|
+
},{"./implementation":265}],267:[function(_dereq_,module,exports){
|
|
12428
12499
|
"use strict";
|
|
12429
12500
|
|
|
12430
12501
|
exports.__esModule = true;
|
|
@@ -12631,7 +12702,7 @@ function getFormElementValue(element, trim) {
|
|
|
12631
12702
|
|
|
12632
12703
|
|
|
12633
12704
|
getFormData.getFieldData = getFieldData;
|
|
12634
|
-
},{}],
|
|
12705
|
+
},{}],268:[function(_dereq_,module,exports){
|
|
12635
12706
|
'use strict';
|
|
12636
12707
|
|
|
12637
12708
|
var undefined;
|
|
@@ -12963,7 +13034,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
|
|
|
12963
13034
|
return value;
|
|
12964
13035
|
};
|
|
12965
13036
|
|
|
12966
|
-
},{"function-bind":
|
|
13037
|
+
},{"function-bind":266,"has":276,"has-symbols":273}],269:[function(_dereq_,module,exports){
|
|
12967
13038
|
module.exports = Event
|
|
12968
13039
|
|
|
12969
13040
|
function Event() {
|
|
@@ -12991,7 +13062,7 @@ function Event() {
|
|
|
12991
13062
|
}
|
|
12992
13063
|
}
|
|
12993
13064
|
|
|
12994
|
-
},{}],
|
|
13065
|
+
},{}],270:[function(_dereq_,module,exports){
|
|
12995
13066
|
var Event = _dereq_('./event.js')
|
|
12996
13067
|
|
|
12997
13068
|
module.exports = Source
|
|
@@ -13004,7 +13075,7 @@ function Source(broadcaster) {
|
|
|
13004
13075
|
return tuple.listen
|
|
13005
13076
|
}
|
|
13006
13077
|
|
|
13007
|
-
},{"./event.js":
|
|
13078
|
+
},{"./event.js":269}],271:[function(_dereq_,module,exports){
|
|
13008
13079
|
(function (global){(function (){
|
|
13009
13080
|
var topLevel = typeof global !== 'undefined' ? global :
|
|
13010
13081
|
typeof window !== 'undefined' ? window : {}
|
|
@@ -13025,7 +13096,7 @@ if (typeof document !== 'undefined') {
|
|
|
13025
13096
|
module.exports = doccy;
|
|
13026
13097
|
|
|
13027
13098
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
13028
|
-
},{"min-document":9}],
|
|
13099
|
+
},{"min-document":9}],272:[function(_dereq_,module,exports){
|
|
13029
13100
|
(function (global){(function (){
|
|
13030
13101
|
var win;
|
|
13031
13102
|
|
|
@@ -13042,7 +13113,7 @@ if (typeof window !== "undefined") {
|
|
|
13042
13113
|
module.exports = win;
|
|
13043
13114
|
|
|
13044
13115
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
13045
|
-
},{}],
|
|
13116
|
+
},{}],273:[function(_dereq_,module,exports){
|
|
13046
13117
|
'use strict';
|
|
13047
13118
|
|
|
13048
13119
|
var origSymbol = typeof Symbol !== 'undefined' && Symbol;
|
|
@@ -13057,7 +13128,7 @@ module.exports = function hasNativeSymbols() {
|
|
|
13057
13128
|
return hasSymbolSham();
|
|
13058
13129
|
};
|
|
13059
13130
|
|
|
13060
|
-
},{"./shams":
|
|
13131
|
+
},{"./shams":274}],274:[function(_dereq_,module,exports){
|
|
13061
13132
|
'use strict';
|
|
13062
13133
|
|
|
13063
13134
|
/* eslint complexity: [2, 18], max-statements: [2, 33] */
|
|
@@ -13101,7 +13172,7 @@ module.exports = function hasSymbols() {
|
|
|
13101
13172
|
return true;
|
|
13102
13173
|
};
|
|
13103
13174
|
|
|
13104
|
-
},{}],
|
|
13175
|
+
},{}],275:[function(_dereq_,module,exports){
|
|
13105
13176
|
'use strict';
|
|
13106
13177
|
|
|
13107
13178
|
var hasSymbols = _dereq_('has-symbols/shams');
|
|
@@ -13110,14 +13181,14 @@ module.exports = function hasToStringTagShams() {
|
|
|
13110
13181
|
return hasSymbols() && !!Symbol.toStringTag;
|
|
13111
13182
|
};
|
|
13112
13183
|
|
|
13113
|
-
},{"has-symbols/shams":
|
|
13184
|
+
},{"has-symbols/shams":274}],276:[function(_dereq_,module,exports){
|
|
13114
13185
|
'use strict';
|
|
13115
13186
|
|
|
13116
13187
|
var bind = _dereq_('function-bind');
|
|
13117
13188
|
|
|
13118
13189
|
module.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);
|
|
13119
13190
|
|
|
13120
|
-
},{"function-bind":
|
|
13191
|
+
},{"function-bind":266}],277:[function(_dereq_,module,exports){
|
|
13121
13192
|
module.exports = shim
|
|
13122
13193
|
|
|
13123
13194
|
function shim (element, value) {
|
|
@@ -13128,7 +13199,7 @@ function shim (element, value) {
|
|
|
13128
13199
|
element.style.display = value ? 'none' : ''
|
|
13129
13200
|
}
|
|
13130
13201
|
|
|
13131
|
-
},{}],
|
|
13202
|
+
},{}],278:[function(_dereq_,module,exports){
|
|
13132
13203
|
// HumanizeDuration.js - https://git.io/j0HgmQ
|
|
13133
13204
|
|
|
13134
13205
|
/* global define, module */
|
|
@@ -14441,7 +14512,8 @@ function shim (element, value) {
|
|
|
14441
14512
|
m: "dakika",
|
|
14442
14513
|
s: "sekunde",
|
|
14443
14514
|
ms: "milisekunde",
|
|
14444
|
-
decimal: "."
|
|
14515
|
+
decimal: ".",
|
|
14516
|
+
_numberFirst: true
|
|
14445
14517
|
},
|
|
14446
14518
|
tr: {
|
|
14447
14519
|
y: "yıl",
|
|
@@ -14709,6 +14781,9 @@ function shim (element, value) {
|
|
|
14709
14781
|
word = dictionaryValue;
|
|
14710
14782
|
}
|
|
14711
14783
|
|
|
14784
|
+
if (dictionary._numberFirst) {
|
|
14785
|
+
return word + options.spacer + countStr;
|
|
14786
|
+
}
|
|
14712
14787
|
return countStr + options.spacer + word;
|
|
14713
14788
|
}
|
|
14714
14789
|
|
|
@@ -14833,7 +14908,7 @@ function shim (element, value) {
|
|
|
14833
14908
|
}
|
|
14834
14909
|
})();
|
|
14835
14910
|
|
|
14836
|
-
},{}],
|
|
14911
|
+
},{}],279:[function(_dereq_,module,exports){
|
|
14837
14912
|
var split = _dereq_('browser-split')
|
|
14838
14913
|
var ClassList = _dereq_('class-list')
|
|
14839
14914
|
|
|
@@ -14995,7 +15070,7 @@ function isArray (arr) {
|
|
|
14995
15070
|
|
|
14996
15071
|
|
|
14997
15072
|
|
|
14998
|
-
},{"browser-split":10,"class-list":15,"html-element":9}],
|
|
15073
|
+
},{"browser-split":10,"class-list":15,"html-element":9}],280:[function(_dereq_,module,exports){
|
|
14999
15074
|
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
15000
15075
|
exports.read = function (buffer, offset, isLE, mLen, nBytes) {
|
|
15001
15076
|
var e, m
|
|
@@ -15082,7 +15157,7 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
|
|
|
15082
15157
|
buffer[offset + i - d] |= s * 128
|
|
15083
15158
|
}
|
|
15084
15159
|
|
|
15085
|
-
},{}],
|
|
15160
|
+
},{}],281:[function(_dereq_,module,exports){
|
|
15086
15161
|
|
|
15087
15162
|
var indexOf = [].indexOf;
|
|
15088
15163
|
|
|
@@ -15093,7 +15168,7 @@ module.exports = function(arr, obj){
|
|
|
15093
15168
|
}
|
|
15094
15169
|
return -1;
|
|
15095
15170
|
};
|
|
15096
|
-
},{}],
|
|
15171
|
+
},{}],282:[function(_dereq_,module,exports){
|
|
15097
15172
|
if (typeof Object.create === 'function') {
|
|
15098
15173
|
// implementation from standard node.js 'util' module
|
|
15099
15174
|
module.exports = function inherits(ctor, superCtor) {
|
|
@@ -15122,7 +15197,7 @@ if (typeof Object.create === 'function') {
|
|
|
15122
15197
|
}
|
|
15123
15198
|
}
|
|
15124
15199
|
|
|
15125
|
-
},{}],
|
|
15200
|
+
},{}],283:[function(_dereq_,module,exports){
|
|
15126
15201
|
var containers = []; // will store container HTMLElement references
|
|
15127
15202
|
var styleElements = []; // will store {prepend: HTMLElement, append: HTMLElement}
|
|
15128
15203
|
|
|
@@ -15182,7 +15257,7 @@ function createStyleElement() {
|
|
|
15182
15257
|
module.exports = insertCss;
|
|
15183
15258
|
module.exports.insertCss = insertCss;
|
|
15184
15259
|
|
|
15185
|
-
},{}],
|
|
15260
|
+
},{}],284:[function(_dereq_,module,exports){
|
|
15186
15261
|
/*! npm.im/intervalometer */
|
|
15187
15262
|
'use strict';
|
|
15188
15263
|
|
|
@@ -15226,7 +15301,7 @@ function timerIntervalometer(cb, delay) {
|
|
|
15226
15301
|
exports.intervalometer = intervalometer;
|
|
15227
15302
|
exports.frameIntervalometer = frameIntervalometer;
|
|
15228
15303
|
exports.timerIntervalometer = timerIntervalometer;
|
|
15229
|
-
},{}],
|
|
15304
|
+
},{}],285:[function(_dereq_,module,exports){
|
|
15230
15305
|
/*! npm.im/iphone-inline-video 2.2.2 */
|
|
15231
15306
|
'use strict';
|
|
15232
15307
|
|
|
@@ -15594,7 +15669,7 @@ function enableInlineVideo(video, opts) {
|
|
|
15594
15669
|
|
|
15595
15670
|
module.exports = enableInlineVideo;
|
|
15596
15671
|
|
|
15597
|
-
},{"intervalometer":
|
|
15672
|
+
},{"intervalometer":284}],286:[function(_dereq_,module,exports){
|
|
15598
15673
|
'use strict';
|
|
15599
15674
|
|
|
15600
15675
|
var hasToStringTag = _dereq_('has-tostringtag/shams')();
|
|
@@ -15629,14 +15704,14 @@ isStandardArguments.isLegacyArguments = isLegacyArguments; // for tests
|
|
|
15629
15704
|
|
|
15630
15705
|
module.exports = supportsStandardArguments ? isStandardArguments : isLegacyArguments;
|
|
15631
15706
|
|
|
15632
|
-
},{"call-bind/callBound":12,"has-tostringtag/shams":
|
|
15707
|
+
},{"call-bind/callBound":12,"has-tostringtag/shams":275}],287:[function(_dereq_,module,exports){
|
|
15633
15708
|
'use strict';
|
|
15634
15709
|
|
|
15635
15710
|
module.exports = Number.isFinite || function (value) {
|
|
15636
15711
|
return !(typeof value !== 'number' || value !== value || value === Infinity || value === -Infinity);
|
|
15637
15712
|
};
|
|
15638
15713
|
|
|
15639
|
-
},{}],
|
|
15714
|
+
},{}],288:[function(_dereq_,module,exports){
|
|
15640
15715
|
'use strict';
|
|
15641
15716
|
|
|
15642
15717
|
var toStr = Object.prototype.toString;
|
|
@@ -15676,13 +15751,13 @@ module.exports = function isGeneratorFunction(fn) {
|
|
|
15676
15751
|
return getProto(fn) === GeneratorFunction;
|
|
15677
15752
|
};
|
|
15678
15753
|
|
|
15679
|
-
},{"has-tostringtag/shams":
|
|
15754
|
+
},{"has-tostringtag/shams":275}],289:[function(_dereq_,module,exports){
|
|
15680
15755
|
module.exports = isPowerOfTwo
|
|
15681
15756
|
|
|
15682
15757
|
function isPowerOfTwo(n) {
|
|
15683
15758
|
return n !== 0 && (n & (n - 1)) === 0
|
|
15684
15759
|
}
|
|
15685
|
-
},{}],
|
|
15760
|
+
},{}],290:[function(_dereq_,module,exports){
|
|
15686
15761
|
(function (global){(function (){
|
|
15687
15762
|
'use strict';
|
|
15688
15763
|
|
|
@@ -15746,14 +15821,14 @@ module.exports = function isTypedArray(value) {
|
|
|
15746
15821
|
};
|
|
15747
15822
|
|
|
15748
15823
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
15749
|
-
},{"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){
|
|
15750
15825
|
var toString = {}.toString;
|
|
15751
15826
|
|
|
15752
15827
|
module.exports = Array.isArray || function (arr) {
|
|
15753
15828
|
return toString.call(arr) == '[object Array]';
|
|
15754
15829
|
};
|
|
15755
15830
|
|
|
15756
|
-
},{}],
|
|
15831
|
+
},{}],292:[function(_dereq_,module,exports){
|
|
15757
15832
|
/**
|
|
15758
15833
|
* Copyright 2013-2014 Facebook, Inc.
|
|
15759
15834
|
*
|
|
@@ -15808,7 +15883,7 @@ var keyMirror = function(obj) {
|
|
|
15808
15883
|
|
|
15809
15884
|
module.exports = keyMirror;
|
|
15810
15885
|
|
|
15811
|
-
},{}],
|
|
15886
|
+
},{}],293:[function(_dereq_,module,exports){
|
|
15812
15887
|
'use strict';
|
|
15813
15888
|
var numberIsFinite = _dereq_('is-finite');
|
|
15814
15889
|
|
|
@@ -15816,7 +15891,7 @@ module.exports = Number.isInteger || function (x) {
|
|
|
15816
15891
|
return numberIsFinite(x) && Math.floor(x) === x;
|
|
15817
15892
|
};
|
|
15818
15893
|
|
|
15819
|
-
},{"is-finite":
|
|
15894
|
+
},{"is-finite":287}],294:[function(_dereq_,module,exports){
|
|
15820
15895
|
var hasMap = typeof Map === 'function' && Map.prototype;
|
|
15821
15896
|
var mapSizeDescriptor = Object.getOwnPropertyDescriptor && hasMap ? Object.getOwnPropertyDescriptor(Map.prototype, 'size') : null;
|
|
15822
15897
|
var mapSize = hasMap && mapSizeDescriptor && typeof mapSizeDescriptor.get === 'function' ? mapSizeDescriptor.get : null;
|
|
@@ -16330,7 +16405,7 @@ function arrObjKeys(obj, inspect) {
|
|
|
16330
16405
|
return xs;
|
|
16331
16406
|
}
|
|
16332
16407
|
|
|
16333
|
-
},{"./util.inspect":9}],
|
|
16408
|
+
},{"./util.inspect":9}],295:[function(_dereq_,module,exports){
|
|
16334
16409
|
var wrappy = _dereq_('wrappy')
|
|
16335
16410
|
module.exports = wrappy(once)
|
|
16336
16411
|
module.exports.strict = wrappy(onceStrict)
|
|
@@ -16374,7 +16449,7 @@ function onceStrict (fn) {
|
|
|
16374
16449
|
return f
|
|
16375
16450
|
}
|
|
16376
16451
|
|
|
16377
|
-
},{"wrappy":
|
|
16452
|
+
},{"wrappy":340}],296:[function(_dereq_,module,exports){
|
|
16378
16453
|
(function (process){(function (){
|
|
16379
16454
|
// Generated by CoffeeScript 1.12.2
|
|
16380
16455
|
(function() {
|
|
@@ -16414,7 +16489,7 @@ function onceStrict (fn) {
|
|
|
16414
16489
|
|
|
16415
16490
|
|
|
16416
16491
|
}).call(this)}).call(this,_dereq_('_process'))
|
|
16417
|
-
},{"_process":
|
|
16492
|
+
},{"_process":298}],297:[function(_dereq_,module,exports){
|
|
16418
16493
|
(function (process){(function (){
|
|
16419
16494
|
'use strict';
|
|
16420
16495
|
|
|
@@ -16463,7 +16538,7 @@ function nextTick(fn, arg1, arg2, arg3) {
|
|
|
16463
16538
|
|
|
16464
16539
|
|
|
16465
16540
|
}).call(this)}).call(this,_dereq_('_process'))
|
|
16466
|
-
},{"_process":
|
|
16541
|
+
},{"_process":298}],298:[function(_dereq_,module,exports){
|
|
16467
16542
|
// shim for using process in browser
|
|
16468
16543
|
var process = module.exports = {};
|
|
16469
16544
|
|
|
@@ -16649,7 +16724,7 @@ process.chdir = function (dir) {
|
|
|
16649
16724
|
};
|
|
16650
16725
|
process.umask = function() { return 0; };
|
|
16651
16726
|
|
|
16652
|
-
},{}],
|
|
16727
|
+
},{}],299:[function(_dereq_,module,exports){
|
|
16653
16728
|
'use strict';
|
|
16654
16729
|
|
|
16655
16730
|
var replace = String.prototype.replace;
|
|
@@ -16674,7 +16749,7 @@ module.exports = {
|
|
|
16674
16749
|
RFC3986: Format.RFC3986
|
|
16675
16750
|
};
|
|
16676
16751
|
|
|
16677
|
-
},{}],
|
|
16752
|
+
},{}],300:[function(_dereq_,module,exports){
|
|
16678
16753
|
'use strict';
|
|
16679
16754
|
|
|
16680
16755
|
var stringify = _dereq_('./stringify');
|
|
@@ -16687,7 +16762,7 @@ module.exports = {
|
|
|
16687
16762
|
stringify: stringify
|
|
16688
16763
|
};
|
|
16689
16764
|
|
|
16690
|
-
},{"./formats":
|
|
16765
|
+
},{"./formats":299,"./parse":301,"./stringify":302}],301:[function(_dereq_,module,exports){
|
|
16691
16766
|
'use strict';
|
|
16692
16767
|
|
|
16693
16768
|
var utils = _dereq_('./utils');
|
|
@@ -16952,7 +17027,7 @@ module.exports = function (str, opts) {
|
|
|
16952
17027
|
return utils.compact(obj);
|
|
16953
17028
|
};
|
|
16954
17029
|
|
|
16955
|
-
},{"./utils":
|
|
17030
|
+
},{"./utils":303}],302:[function(_dereq_,module,exports){
|
|
16956
17031
|
'use strict';
|
|
16957
17032
|
|
|
16958
17033
|
var getSideChannel = _dereq_('side-channel');
|
|
@@ -17271,7 +17346,7 @@ module.exports = function (object, opts) {
|
|
|
17271
17346
|
return joined.length > 0 ? prefix + joined : '';
|
|
17272
17347
|
};
|
|
17273
17348
|
|
|
17274
|
-
},{"./formats":
|
|
17349
|
+
},{"./formats":299,"./utils":303,"side-channel":321}],303:[function(_dereq_,module,exports){
|
|
17275
17350
|
'use strict';
|
|
17276
17351
|
|
|
17277
17352
|
var formats = _dereq_('./formats');
|
|
@@ -17525,7 +17600,7 @@ module.exports = {
|
|
|
17525
17600
|
merge: merge
|
|
17526
17601
|
};
|
|
17527
17602
|
|
|
17528
|
-
},{"./formats":
|
|
17603
|
+
},{"./formats":299}],304:[function(_dereq_,module,exports){
|
|
17529
17604
|
(function (global){(function (){
|
|
17530
17605
|
var now = _dereq_('performance-now')
|
|
17531
17606
|
, root = typeof window === 'undefined' ? global : window
|
|
@@ -17604,7 +17679,7 @@ module.exports.polyfill = function(object) {
|
|
|
17604
17679
|
}
|
|
17605
17680
|
|
|
17606
17681
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
17607
|
-
},{"performance-now":
|
|
17682
|
+
},{"performance-now":296}],305:[function(_dereq_,module,exports){
|
|
17608
17683
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
17609
17684
|
//
|
|
17610
17685
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -17736,7 +17811,7 @@ Duplex.prototype._destroy = function (err, cb) {
|
|
|
17736
17811
|
|
|
17737
17812
|
pna.nextTick(cb, err);
|
|
17738
17813
|
};
|
|
17739
|
-
},{"./_stream_readable":
|
|
17814
|
+
},{"./_stream_readable":307,"./_stream_writable":309,"core-util-is":251,"inherits":282,"process-nextick-args":297}],306:[function(_dereq_,module,exports){
|
|
17740
17815
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
17741
17816
|
//
|
|
17742
17817
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -17784,7 +17859,7 @@ function PassThrough(options) {
|
|
|
17784
17859
|
PassThrough.prototype._transform = function (chunk, encoding, cb) {
|
|
17785
17860
|
cb(null, chunk);
|
|
17786
17861
|
};
|
|
17787
|
-
},{"./_stream_transform":
|
|
17862
|
+
},{"./_stream_transform":308,"core-util-is":251,"inherits":282}],307:[function(_dereq_,module,exports){
|
|
17788
17863
|
(function (process,global){(function (){
|
|
17789
17864
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
17790
17865
|
//
|
|
@@ -18806,7 +18881,7 @@ function indexOf(xs, x) {
|
|
|
18806
18881
|
return -1;
|
|
18807
18882
|
}
|
|
18808
18883
|
}).call(this)}).call(this,_dereq_('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
18809
|
-
},{"./_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){
|
|
18810
18885
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
18811
18886
|
//
|
|
18812
18887
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -19021,7 +19096,7 @@ function done(stream, er, data) {
|
|
|
19021
19096
|
|
|
19022
19097
|
return stream.push(null);
|
|
19023
19098
|
}
|
|
19024
|
-
},{"./_stream_duplex":
|
|
19099
|
+
},{"./_stream_duplex":305,"core-util-is":251,"inherits":282}],309:[function(_dereq_,module,exports){
|
|
19025
19100
|
(function (process,global,setImmediate){(function (){
|
|
19026
19101
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
19027
19102
|
//
|
|
@@ -19711,7 +19786,7 @@ Writable.prototype._destroy = function (err, cb) {
|
|
|
19711
19786
|
cb(err);
|
|
19712
19787
|
};
|
|
19713
19788
|
}).call(this)}).call(this,_dereq_('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {},_dereq_("timers").setImmediate)
|
|
19714
|
-
},{"./_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){
|
|
19715
19790
|
'use strict';
|
|
19716
19791
|
|
|
19717
19792
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
@@ -19791,7 +19866,7 @@ if (util && util.inspect && util.inspect.custom) {
|
|
|
19791
19866
|
return this.constructor.name + ' ' + obj;
|
|
19792
19867
|
};
|
|
19793
19868
|
}
|
|
19794
|
-
},{"safe-buffer":
|
|
19869
|
+
},{"safe-buffer":313,"util":9}],311:[function(_dereq_,module,exports){
|
|
19795
19870
|
'use strict';
|
|
19796
19871
|
|
|
19797
19872
|
/*<replacement>*/
|
|
@@ -19866,10 +19941,10 @@ module.exports = {
|
|
|
19866
19941
|
destroy: destroy,
|
|
19867
19942
|
undestroy: undestroy
|
|
19868
19943
|
};
|
|
19869
|
-
},{"process-nextick-args":
|
|
19944
|
+
},{"process-nextick-args":297}],312:[function(_dereq_,module,exports){
|
|
19870
19945
|
module.exports = _dereq_('events').EventEmitter;
|
|
19871
19946
|
|
|
19872
|
-
},{"events":
|
|
19947
|
+
},{"events":261}],313:[function(_dereq_,module,exports){
|
|
19873
19948
|
/* eslint-disable node/no-deprecated-api */
|
|
19874
19949
|
var buffer = _dereq_('buffer')
|
|
19875
19950
|
var Buffer = buffer.Buffer
|
|
@@ -19933,7 +20008,7 @@ SafeBuffer.allocUnsafeSlow = function (size) {
|
|
|
19933
20008
|
return buffer.SlowBuffer(size)
|
|
19934
20009
|
}
|
|
19935
20010
|
|
|
19936
|
-
},{"buffer":11}],
|
|
20011
|
+
},{"buffer":11}],314:[function(_dereq_,module,exports){
|
|
19937
20012
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
19938
20013
|
//
|
|
19939
20014
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -20230,7 +20305,7 @@ function simpleWrite(buf) {
|
|
|
20230
20305
|
function simpleEnd(buf) {
|
|
20231
20306
|
return buf && buf.length ? this.write(buf) : '';
|
|
20232
20307
|
}
|
|
20233
|
-
},{"safe-buffer":
|
|
20308
|
+
},{"safe-buffer":313}],315:[function(_dereq_,module,exports){
|
|
20234
20309
|
exports = module.exports = _dereq_('./lib/_stream_readable.js');
|
|
20235
20310
|
exports.Stream = exports;
|
|
20236
20311
|
exports.Readable = exports;
|
|
@@ -20239,7 +20314,7 @@ exports.Duplex = _dereq_('./lib/_stream_duplex.js');
|
|
|
20239
20314
|
exports.Transform = _dereq_('./lib/_stream_transform.js');
|
|
20240
20315
|
exports.PassThrough = _dereq_('./lib/_stream_passthrough.js');
|
|
20241
20316
|
|
|
20242
|
-
},{"./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){
|
|
20243
20318
|
'use strict';
|
|
20244
20319
|
|
|
20245
20320
|
var readystate = module.exports = _dereq_('./readystate')
|
|
@@ -20314,7 +20389,7 @@ var readystate = module.exports = _dereq_('./readystate')
|
|
|
20314
20389
|
win[on](prefix +'load', change, false);
|
|
20315
20390
|
} ());
|
|
20316
20391
|
|
|
20317
|
-
},{"./readystate":
|
|
20392
|
+
},{"./readystate":317}],317:[function(_dereq_,module,exports){
|
|
20318
20393
|
'use strict';
|
|
20319
20394
|
|
|
20320
20395
|
/**
|
|
@@ -20468,7 +20543,7 @@ RS.prototype.removeAllListeners = function removeAllListeners() {
|
|
|
20468
20543
|
//
|
|
20469
20544
|
module.exports = new RS();
|
|
20470
20545
|
|
|
20471
|
-
},{}],
|
|
20546
|
+
},{}],318:[function(_dereq_,module,exports){
|
|
20472
20547
|
/**
|
|
20473
20548
|
* request-frame - requestAnimationFrame & cancelAnimationFrame polyfill for optimal cross-browser development.
|
|
20474
20549
|
* @version v1.5.3
|
|
@@ -20699,7 +20774,7 @@ return requestFrame;
|
|
|
20699
20774
|
|
|
20700
20775
|
})));
|
|
20701
20776
|
|
|
20702
|
-
},{}],
|
|
20777
|
+
},{}],319:[function(_dereq_,module,exports){
|
|
20703
20778
|
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
20704
20779
|
/* eslint-disable node/no-deprecated-api */
|
|
20705
20780
|
var buffer = _dereq_('buffer')
|
|
@@ -20766,7 +20841,7 @@ SafeBuffer.allocUnsafeSlow = function (size) {
|
|
|
20766
20841
|
return buffer.SlowBuffer(size)
|
|
20767
20842
|
}
|
|
20768
20843
|
|
|
20769
|
-
},{"buffer":11}],
|
|
20844
|
+
},{"buffer":11}],320:[function(_dereq_,module,exports){
|
|
20770
20845
|
var hasProp = Object.prototype.hasOwnProperty;
|
|
20771
20846
|
|
|
20772
20847
|
function throwsMessage(err) {
|
|
@@ -20833,7 +20908,7 @@ module.exports = function(data, replacer, space) {
|
|
|
20833
20908
|
|
|
20834
20909
|
module.exports.ensureProperties = ensureProperties;
|
|
20835
20910
|
|
|
20836
|
-
},{}],
|
|
20911
|
+
},{}],321:[function(_dereq_,module,exports){
|
|
20837
20912
|
'use strict';
|
|
20838
20913
|
|
|
20839
20914
|
var GetIntrinsic = _dereq_('get-intrinsic');
|
|
@@ -20959,7 +21034,7 @@ module.exports = function getSideChannel() {
|
|
|
20959
21034
|
return channel;
|
|
20960
21035
|
};
|
|
20961
21036
|
|
|
20962
|
-
},{"call-bind/callBound":12,"get-intrinsic":
|
|
21037
|
+
},{"call-bind/callBound":12,"get-intrinsic":268,"object-inspect":294}],322:[function(_dereq_,module,exports){
|
|
20963
21038
|
module.exports = shift
|
|
20964
21039
|
|
|
20965
21040
|
function shift (stream) {
|
|
@@ -20981,7 +21056,7 @@ function getStateLength (state) {
|
|
|
20981
21056
|
return state.length
|
|
20982
21057
|
}
|
|
20983
21058
|
|
|
20984
|
-
},{}],
|
|
21059
|
+
},{}],323:[function(_dereq_,module,exports){
|
|
20985
21060
|
"use strict";
|
|
20986
21061
|
|
|
20987
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; } } }; }
|
|
@@ -21030,7 +21105,7 @@ Agent.prototype._setDefaults = function (request) {
|
|
|
21030
21105
|
|
|
21031
21106
|
module.exports = Agent;
|
|
21032
21107
|
|
|
21033
|
-
},{}],
|
|
21108
|
+
},{}],324:[function(_dereq_,module,exports){
|
|
21034
21109
|
"use strict";
|
|
21035
21110
|
|
|
21036
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; } } }; }
|
|
@@ -22046,7 +22121,7 @@ request.put = (url, data, fn) => {
|
|
|
22046
22121
|
return request_;
|
|
22047
22122
|
};
|
|
22048
22123
|
|
|
22049
|
-
},{"./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){
|
|
22050
22125
|
(function (process){(function (){
|
|
22051
22126
|
"use strict";
|
|
22052
22127
|
|
|
@@ -22838,7 +22913,7 @@ RequestBase.prototype._setTimeouts = function () {
|
|
|
22838
22913
|
};
|
|
22839
22914
|
|
|
22840
22915
|
}).call(this)}).call(this,_dereq_('_process'))
|
|
22841
|
-
},{"./utils":
|
|
22916
|
+
},{"./utils":327,"_process":298,"semver":9}],326:[function(_dereq_,module,exports){
|
|
22842
22917
|
"use strict";
|
|
22843
22918
|
|
|
22844
22919
|
/**
|
|
@@ -22952,7 +23027,7 @@ ResponseBase.prototype._setStatusProperties = function (status) {
|
|
|
22952
23027
|
this.unprocessableEntity = status === 422;
|
|
22953
23028
|
};
|
|
22954
23029
|
|
|
22955
|
-
},{"./utils":
|
|
23030
|
+
},{"./utils":327}],327:[function(_dereq_,module,exports){
|
|
22956
23031
|
"use strict";
|
|
22957
23032
|
|
|
22958
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; } } }; }
|
|
@@ -23089,7 +23164,7 @@ exports.mixin = (target, source) => {
|
|
|
23089
23164
|
}
|
|
23090
23165
|
};
|
|
23091
23166
|
|
|
23092
|
-
},{}],
|
|
23167
|
+
},{}],328:[function(_dereq_,module,exports){
|
|
23093
23168
|
(function (setImmediate,clearImmediate){(function (){
|
|
23094
23169
|
var nextTick = _dereq_('process/browser.js').nextTick;
|
|
23095
23170
|
var apply = Function.prototype.apply;
|
|
@@ -23168,7 +23243,7 @@ exports.clearImmediate = typeof clearImmediate === "function" ? clearImmediate :
|
|
|
23168
23243
|
delete immediateIds[id];
|
|
23169
23244
|
};
|
|
23170
23245
|
}).call(this)}).call(this,_dereq_("timers").setImmediate,_dereq_("timers").clearImmediate)
|
|
23171
|
-
},{"process/browser.js":
|
|
23246
|
+
},{"process/browser.js":298,"timers":328}],329:[function(_dereq_,module,exports){
|
|
23172
23247
|
(function (Buffer){(function (){
|
|
23173
23248
|
/*! typedarray-to-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
23174
23249
|
/**
|
|
@@ -23190,7 +23265,7 @@ module.exports = function typedarrayToBuffer (arr) {
|
|
|
23190
23265
|
}
|
|
23191
23266
|
|
|
23192
23267
|
}).call(this)}).call(this,_dereq_("buffer").Buffer)
|
|
23193
|
-
},{"buffer":11}],
|
|
23268
|
+
},{"buffer":11}],330:[function(_dereq_,module,exports){
|
|
23194
23269
|
/////////////////////////////////////////////////////////////////////////////////
|
|
23195
23270
|
/* UAParser.js v0.7.31
|
|
23196
23271
|
Copyright © 2012-2021 Faisal Salman <f@faisalman.com>
|
|
@@ -24066,7 +24141,7 @@ module.exports = function typedarrayToBuffer (arr) {
|
|
|
24066
24141
|
|
|
24067
24142
|
})(typeof window === 'object' ? window : this);
|
|
24068
24143
|
|
|
24069
|
-
},{}],
|
|
24144
|
+
},{}],331:[function(_dereq_,module,exports){
|
|
24070
24145
|
(function (global){(function (){
|
|
24071
24146
|
|
|
24072
24147
|
/**
|
|
@@ -24137,14 +24212,14 @@ function config (name) {
|
|
|
24137
24212
|
}
|
|
24138
24213
|
|
|
24139
24214
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
24140
|
-
},{}],
|
|
24215
|
+
},{}],332:[function(_dereq_,module,exports){
|
|
24141
24216
|
module.exports = function isBuffer(arg) {
|
|
24142
24217
|
return arg && typeof arg === 'object'
|
|
24143
24218
|
&& typeof arg.copy === 'function'
|
|
24144
24219
|
&& typeof arg.fill === 'function'
|
|
24145
24220
|
&& typeof arg.readUInt8 === 'function';
|
|
24146
24221
|
}
|
|
24147
|
-
},{}],
|
|
24222
|
+
},{}],333:[function(_dereq_,module,exports){
|
|
24148
24223
|
// Currently in sync with Node.js lib/internal/util/types.js
|
|
24149
24224
|
// https://github.com/nodejs/node/commit/112cc7c27551254aa2b17098fb774867f05ed0d9
|
|
24150
24225
|
|
|
@@ -24480,7 +24555,7 @@ exports.isAnyArrayBuffer = isAnyArrayBuffer;
|
|
|
24480
24555
|
});
|
|
24481
24556
|
});
|
|
24482
24557
|
|
|
24483
|
-
},{"is-arguments":
|
|
24558
|
+
},{"is-arguments":286,"is-generator-function":288,"is-typed-array":290,"which-typed-array":339}],334:[function(_dereq_,module,exports){
|
|
24484
24559
|
(function (process){(function (){
|
|
24485
24560
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
24486
24561
|
//
|
|
@@ -25199,7 +25274,7 @@ function callbackify(original) {
|
|
|
25199
25274
|
exports.callbackify = callbackify;
|
|
25200
25275
|
|
|
25201
25276
|
}).call(this)}).call(this,_dereq_('_process'))
|
|
25202
|
-
},{"./support/isBuffer":
|
|
25277
|
+
},{"./support/isBuffer":332,"./support/types":333,"_process":298,"inherits":282}],335:[function(_dereq_,module,exports){
|
|
25203
25278
|
'use strict';
|
|
25204
25279
|
|
|
25205
25280
|
// FUNCTIONS //
|
|
@@ -25225,7 +25300,7 @@ function isFloat32Array( value ) {
|
|
|
25225
25300
|
|
|
25226
25301
|
module.exports = isFloat32Array;
|
|
25227
25302
|
|
|
25228
|
-
},{}],
|
|
25303
|
+
},{}],336:[function(_dereq_,module,exports){
|
|
25229
25304
|
(function (process,Buffer){(function (){
|
|
25230
25305
|
var stream = _dereq_('readable-stream')
|
|
25231
25306
|
var eos = _dereq_('end-of-stream')
|
|
@@ -25463,7 +25538,7 @@ Duplexify.prototype.end = function(data, enc, cb) {
|
|
|
25463
25538
|
module.exports = Duplexify
|
|
25464
25539
|
|
|
25465
25540
|
}).call(this)}).call(this,_dereq_('_process'),_dereq_("buffer").Buffer)
|
|
25466
|
-
},{"_process":
|
|
25541
|
+
},{"_process":298,"buffer":11,"end-of-stream":259,"inherits":282,"readable-stream":315,"stream-shift":322}],337:[function(_dereq_,module,exports){
|
|
25467
25542
|
(function (process,global){(function (){
|
|
25468
25543
|
'use strict'
|
|
25469
25544
|
|
|
@@ -25656,7 +25731,7 @@ function WebSocketStream(target, protocols, options) {
|
|
|
25656
25731
|
}
|
|
25657
25732
|
|
|
25658
25733
|
}).call(this)}).call(this,_dereq_('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
25659
|
-
},{"_process":
|
|
25734
|
+
},{"_process":298,"duplexify":336,"readable-stream":315,"safe-buffer":319,"ws":338}],338:[function(_dereq_,module,exports){
|
|
25660
25735
|
|
|
25661
25736
|
var ws = null
|
|
25662
25737
|
|
|
@@ -25670,7 +25745,7 @@ if (typeof WebSocket !== 'undefined') {
|
|
|
25670
25745
|
|
|
25671
25746
|
module.exports = ws
|
|
25672
25747
|
|
|
25673
|
-
},{}],
|
|
25748
|
+
},{}],339:[function(_dereq_,module,exports){
|
|
25674
25749
|
(function (global){(function (){
|
|
25675
25750
|
'use strict';
|
|
25676
25751
|
|
|
@@ -25729,7 +25804,7 @@ module.exports = function whichTypedArray(value) {
|
|
|
25729
25804
|
};
|
|
25730
25805
|
|
|
25731
25806
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
25732
|
-
},{"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){
|
|
25733
25808
|
// Returns a wrapper function that returns a wrapped callback
|
|
25734
25809
|
// The wrapper function should do some stuff, and return a
|
|
25735
25810
|
// presumably different callback function.
|
|
@@ -25764,10 +25839,10 @@ function wrappy (fn, cb) {
|
|
|
25764
25839
|
}
|
|
25765
25840
|
}
|
|
25766
25841
|
|
|
25767
|
-
},{}],
|
|
25842
|
+
},{}],341:[function(_dereq_,module,exports){
|
|
25768
25843
|
module.exports={
|
|
25769
25844
|
"name": "videomail-client",
|
|
25770
|
-
"version": "
|
|
25845
|
+
"version": "3.0.0",
|
|
25771
25846
|
"description": "A wicked npm package to record videos directly in the browser, wohooo!",
|
|
25772
25847
|
"author": "Michael Heuberger <michael.heuberger@binarykitchen.com>",
|
|
25773
25848
|
"contributors": [
|
|
@@ -25842,7 +25917,7 @@ module.exports={
|
|
|
25842
25917
|
"filesize": "9.0.11",
|
|
25843
25918
|
"get-form-data": "3.0.0",
|
|
25844
25919
|
"hidden": "1.1.1",
|
|
25845
|
-
"humanize-duration": "3.27.
|
|
25920
|
+
"humanize-duration": "3.27.3",
|
|
25846
25921
|
"hyperscript": "2.0.2",
|
|
25847
25922
|
"insert-css": "2.0.0",
|
|
25848
25923
|
"iphone-inline-video": "2.2.2",
|
|
@@ -25869,7 +25944,7 @@ module.exports={
|
|
|
25869
25944
|
"connect-send-json": "1.0.0",
|
|
25870
25945
|
"cssnano": "5.1.13",
|
|
25871
25946
|
"del": "6.1.1",
|
|
25872
|
-
"eslint": "8.
|
|
25947
|
+
"eslint": "8.23.0",
|
|
25873
25948
|
"eslint-config-prettier": "8.5.0",
|
|
25874
25949
|
"eslint-plugin-import": "2.26.0",
|
|
25875
25950
|
"eslint-plugin-node": "11.1.0",
|
|
@@ -25884,7 +25959,7 @@ module.exports={
|
|
|
25884
25959
|
"gulp-derequire": "3.0.0",
|
|
25885
25960
|
"gulp-if": "3.0.0",
|
|
25886
25961
|
"gulp-inject-string": "1.1.2",
|
|
25887
|
-
"gulp-load-plugins": "2.0.
|
|
25962
|
+
"gulp-load-plugins": "2.0.8",
|
|
25888
25963
|
"gulp-plumber": "1.2.1",
|
|
25889
25964
|
"gulp-postcss": "9.0.1",
|
|
25890
25965
|
"gulp-rename": "2.0.0",
|
|
@@ -25906,7 +25981,7 @@ module.exports={
|
|
|
25906
25981
|
}
|
|
25907
25982
|
}
|
|
25908
25983
|
|
|
25909
|
-
},{}],
|
|
25984
|
+
},{}],342:[function(_dereq_,module,exports){
|
|
25910
25985
|
"use strict";
|
|
25911
25986
|
|
|
25912
25987
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -26136,7 +26211,7 @@ VideomailClient.events = _events.default;
|
|
|
26136
26211
|
var _default = VideomailClient;
|
|
26137
26212
|
exports.default = _default;
|
|
26138
26213
|
|
|
26139
|
-
},{"./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){
|
|
26140
26215
|
"use strict";
|
|
26141
26216
|
|
|
26142
26217
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -26156,7 +26231,7 @@ var _default = {
|
|
|
26156
26231
|
};
|
|
26157
26232
|
exports.default = _default;
|
|
26158
26233
|
|
|
26159
|
-
},{"core-js/modules/es.object.define-property.js":
|
|
26234
|
+
},{"core-js/modules/es.object.define-property.js":204}],344:[function(_dereq_,module,exports){
|
|
26160
26235
|
"use strict";
|
|
26161
26236
|
|
|
26162
26237
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -26255,7 +26330,7 @@ var _default = (0, _keymirror.default)({
|
|
|
26255
26330
|
|
|
26256
26331
|
exports.default = _default;
|
|
26257
26332
|
|
|
26258
|
-
},{"@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){
|
|
26259
26334
|
(function (process){(function (){
|
|
26260
26335
|
"use strict";
|
|
26261
26336
|
|
|
@@ -26449,7 +26524,7 @@ var _default = {
|
|
|
26449
26524
|
exports.default = _default;
|
|
26450
26525
|
|
|
26451
26526
|
}).call(this)}).call(this,_dereq_('_process'))
|
|
26452
|
-
},{"../../package.json":
|
|
26527
|
+
},{"../../package.json":341,"_process":298,"core-js/modules/es.object.define-property.js":204}],346:[function(_dereq_,module,exports){
|
|
26453
26528
|
"use strict";
|
|
26454
26529
|
|
|
26455
26530
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -26635,7 +26710,7 @@ function _default(options) {
|
|
|
26635
26710
|
};
|
|
26636
26711
|
}
|
|
26637
26712
|
|
|
26638
|
-
},{"./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){
|
|
26639
26714
|
"use strict";
|
|
26640
26715
|
|
|
26641
26716
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -26783,7 +26858,7 @@ function _default(userMedia, options) {
|
|
|
26783
26858
|
};
|
|
26784
26859
|
}
|
|
26785
26860
|
|
|
26786
|
-
},{"./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){
|
|
26787
26862
|
"use strict";
|
|
26788
26863
|
|
|
26789
26864
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -27159,7 +27234,7 @@ var Browser = function Browser(options) {
|
|
|
27159
27234
|
var _default = Browser;
|
|
27160
27235
|
exports.default = _default;
|
|
27161
27236
|
|
|
27162
|
-
},{"./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){
|
|
27163
27238
|
"use strict";
|
|
27164
27239
|
|
|
27165
27240
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -27240,7 +27315,7 @@ function _default() {
|
|
|
27240
27315
|
};
|
|
27241
27316
|
}
|
|
27242
27317
|
|
|
27243
|
-
},{"./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){
|
|
27244
27319
|
"use strict";
|
|
27245
27320
|
|
|
27246
27321
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -27321,7 +27396,7 @@ function _default(options, name) {
|
|
|
27321
27396
|
};
|
|
27322
27397
|
}
|
|
27323
27398
|
|
|
27324
|
-
},{"./../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){
|
|
27325
27400
|
"use strict";
|
|
27326
27401
|
|
|
27327
27402
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -27350,7 +27425,7 @@ var _default = {
|
|
|
27350
27425
|
};
|
|
27351
27426
|
exports.default = _default;
|
|
27352
27427
|
|
|
27353
|
-
},{"@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){
|
|
27354
27429
|
"use strict";
|
|
27355
27430
|
|
|
27356
27431
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -27427,7 +27502,7 @@ var _default = [// The user agent begins looking for media data, as part of
|
|
|
27427
27502
|
];
|
|
27428
27503
|
exports.default = _default;
|
|
27429
27504
|
|
|
27430
|
-
},{"core-js/modules/es.object.define-property.js":
|
|
27505
|
+
},{"core-js/modules/es.object.define-property.js":204}],353:[function(_dereq_,module,exports){
|
|
27431
27506
|
"use strict";
|
|
27432
27507
|
|
|
27433
27508
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -27520,7 +27595,7 @@ function _default(anything, options) {
|
|
|
27520
27595
|
return anything.toString();
|
|
27521
27596
|
}
|
|
27522
27597
|
|
|
27523
|
-
},{"@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){
|
|
27524
27599
|
"use strict";
|
|
27525
27600
|
|
|
27526
27601
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -27588,7 +27663,7 @@ function _default() {
|
|
|
27588
27663
|
}
|
|
27589
27664
|
}
|
|
27590
27665
|
|
|
27591
|
-
},{"@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){
|
|
27592
27667
|
"use strict";
|
|
27593
27668
|
|
|
27594
27669
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -28024,7 +28099,7 @@ VideomailError.create = function (err, explanation, options, parameters) {
|
|
|
28024
28099
|
var _default = VideomailError;
|
|
28025
28100
|
exports.default = _default;
|
|
28026
28101
|
|
|
28027
|
-
},{"./../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){
|
|
28028
28103
|
"use strict";
|
|
28029
28104
|
|
|
28030
28105
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -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");
|
|
@@ -29350,7 +29425,7 @@ _util.default.inherits(Container, _eventEmitter.default);
|
|
|
29350
29425
|
var _default = Container;
|
|
29351
29426
|
exports.default = _default;
|
|
29352
29427
|
|
|
29353
|
-
},{"../../styles/css/main.min.css.js":
|
|
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){
|
|
29354
29429
|
"use strict";
|
|
29355
29430
|
|
|
29356
29431
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -29486,7 +29561,7 @@ var _default = {
|
|
|
29486
29561
|
};
|
|
29487
29562
|
exports.default = _default;
|
|
29488
29563
|
|
|
29489
|
-
},{"./../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){
|
|
29490
29565
|
"use strict";
|
|
29491
29566
|
|
|
29492
29567
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -29735,7 +29810,7 @@ _util.default.inherits(Form, _eventEmitter.default);
|
|
|
29735
29810
|
var _default = Form;
|
|
29736
29811
|
exports.default = _default;
|
|
29737
29812
|
|
|
29738
|
-
},{"./../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){
|
|
29739
29814
|
"use strict";
|
|
29740
29815
|
|
|
29741
29816
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -29822,7 +29897,7 @@ var _default = {
|
|
|
29822
29897
|
};
|
|
29823
29898
|
exports.default = _default;
|
|
29824
29899
|
|
|
29825
|
-
},{"@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){
|
|
29826
29901
|
"use strict";
|
|
29827
29902
|
|
|
29828
29903
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -30210,7 +30285,7 @@ _util.default.inherits(Visuals, _eventEmitter.default);
|
|
|
30210
30285
|
var _default = Visuals;
|
|
30211
30286
|
exports.default = _default;
|
|
30212
30287
|
|
|
30213
|
-
},{"../events":
|
|
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){
|
|
30214
30289
|
"use strict";
|
|
30215
30290
|
|
|
30216
30291
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -30301,7 +30376,7 @@ function _default(visuals, options) {
|
|
|
30301
30376
|
};
|
|
30302
30377
|
}
|
|
30303
30378
|
|
|
30304
|
-
},{"@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){
|
|
30305
30380
|
"use strict";
|
|
30306
30381
|
|
|
30307
30382
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -30368,7 +30443,7 @@ function _default(visuals, options) {
|
|
|
30368
30443
|
};
|
|
30369
30444
|
}
|
|
30370
30445
|
|
|
30371
|
-
},{"./../../../../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){
|
|
30372
30447
|
"use strict";
|
|
30373
30448
|
|
|
30374
30449
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -30437,7 +30512,7 @@ function _default(visuals, options) {
|
|
|
30437
30512
|
};
|
|
30438
30513
|
}
|
|
30439
30514
|
|
|
30440
|
-
},{"./../../../../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){
|
|
30441
30516
|
"use strict";
|
|
30442
30517
|
|
|
30443
30518
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -30491,7 +30566,7 @@ function _default(visuals) {
|
|
|
30491
30566
|
};
|
|
30492
30567
|
}
|
|
30493
30568
|
|
|
30494
|
-
},{"@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){
|
|
30495
30570
|
"use strict";
|
|
30496
30571
|
|
|
30497
30572
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -30642,7 +30717,7 @@ function _default(visuals, recordNote, options) {
|
|
|
30642
30717
|
};
|
|
30643
30718
|
}
|
|
30644
30719
|
|
|
30645
|
-
},{"@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){
|
|
30646
30721
|
"use strict";
|
|
30647
30722
|
|
|
30648
30723
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -30791,7 +30866,7 @@ _util.default.inherits(RecorderInsides, _eventEmitter.default);
|
|
|
30791
30866
|
var _default = RecorderInsides;
|
|
30792
30867
|
exports.default = _default;
|
|
30793
30868
|
|
|
30794
|
-
},{"./../../../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){
|
|
30795
30870
|
"use strict";
|
|
30796
30871
|
|
|
30797
30872
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -31107,7 +31182,7 @@ _util.default.inherits(Notifier, _eventEmitter.default);
|
|
|
31107
31182
|
var _default = Notifier;
|
|
31108
31183
|
exports.default = _default;
|
|
31109
31184
|
|
|
31110
|
-
},{"./../../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){
|
|
31111
31186
|
(function (Buffer){(function (){
|
|
31112
31187
|
"use strict";
|
|
31113
31188
|
|
|
@@ -31126,6 +31201,8 @@ _dereq_("core-js/modules/es.object.to-string.js");
|
|
|
31126
31201
|
|
|
31127
31202
|
_dereq_("core-js/modules/es.regexp.to-string.js");
|
|
31128
31203
|
|
|
31204
|
+
_dereq_("core-js/modules/es.array.concat.js");
|
|
31205
|
+
|
|
31129
31206
|
var _animitter = _interopRequireDefault(_dereq_("animitter"));
|
|
31130
31207
|
|
|
31131
31208
|
var _canvasToBuffer = _interopRequireDefault(_dereq_("canvas-to-buffer"));
|
|
@@ -31935,6 +32012,7 @@ var Recorder = function Recorder(visuals, replay) {
|
|
|
31935
32012
|
|
|
31936
32013
|
framesCount++;
|
|
31937
32014
|
ctx.drawImage(userMedia.getRawVisuals(), 0, 0, canvas.width, canvas.height);
|
|
32015
|
+
var nanoseconds = Math.round(window.performance.now() * 1000000);
|
|
31938
32016
|
recordingBuffer = frame.toBuffer();
|
|
31939
32017
|
recordingBufferLength = recordingBuffer.length;
|
|
31940
32018
|
|
|
@@ -31943,7 +32021,12 @@ var Recorder = function Recorder(visuals, replay) {
|
|
|
31943
32021
|
}
|
|
31944
32022
|
|
|
31945
32023
|
bytesSum += recordingBufferLength;
|
|
31946
|
-
|
|
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, {
|
|
31947
32030
|
frameNumber: framesCount,
|
|
31948
32031
|
onFlushedCallback: onFlushed
|
|
31949
32032
|
}); // if (options.verbose) {
|
|
@@ -32283,7 +32366,7 @@ var _default = Recorder;
|
|
|
32283
32366
|
exports.default = _default;
|
|
32284
32367
|
|
|
32285
32368
|
}).call(this)}).call(this,_dereq_("buffer").Buffer)
|
|
32286
|
-
},{"../../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){
|
|
32287
32370
|
"use strict";
|
|
32288
32371
|
|
|
32289
32372
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -32636,7 +32719,7 @@ _util.default.inherits(Replay, _eventEmitter.default);
|
|
|
32636
32719
|
var _default = Replay;
|
|
32637
32720
|
exports.default = _default;
|
|
32638
32721
|
|
|
32639
|
-
},{"./../../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){
|
|
32640
32723
|
"use strict";
|
|
32641
32724
|
|
|
32642
32725
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -33137,7 +33220,7 @@ function _default(recorder, options) {
|
|
|
33137
33220
|
};
|
|
33138
33221
|
}
|
|
33139
33222
|
|
|
33140
|
-
},{"./../../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){
|
|
33141
33224
|
"use strict";
|
|
33142
33225
|
|
|
33143
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}';
|
|
@@ -33170,5 +33253,5 @@ var _default = _client.default; // also add that so that we can require() it the
|
|
|
33170
33253
|
exports.default = _default;
|
|
33171
33254
|
module.exports = _client.default;
|
|
33172
33255
|
|
|
33173
|
-
},{"./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")
|
|
33174
33257
|
});
|