videomail-client 2.18.4 → 2.18.5
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.
|
@@ -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":104,"../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":105,"../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":104}],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":126,"../internals/object-define-property":128,"../internals/well-known-symbol":191}],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":162}],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":134}],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-native":26,"../internals/classof":48,"../internals/create-non-enumerable-property":52,"../internals/define-built-in":56,"../internals/descriptors":61,"../internals/global":
|
|
3604
|
+
},{"../internals/array-buffer-native":26,"../internals/classof":48,"../internals/create-non-enumerable-property":52,"../internals/define-built-in":56,"../internals/descriptors":61,"../internals/global":91,"../internals/has-own-property":92,"../internals/internal-state":101,"../internals/is-callable":104,"../internals/is-object":108,"../internals/object-define-property":128,"../internals/object-get-prototype-of":133,"../internals/object-is-prototype-of":134,"../internals/object-set-prototype-of":138,"../internals/try-to-string":181,"../internals/uid":187,"../internals/well-known-symbol":191}],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-native":26,"../internals/array-fill":30,"../internals/array-slice-simple":40,"../internals/create-non-enumerable-property":52,"../internals/define-built-ins":57,"../internals/descriptors":61,"../internals/fails":
|
|
3853
|
+
},{"../internals/an-instance":24,"../internals/array-buffer-native":26,"../internals/array-fill":30,"../internals/array-slice-simple":40,"../internals/create-non-enumerable-property":52,"../internals/define-built-ins":57,"../internals/descriptors":61,"../internals/fails":78,"../internals/function-name":84,"../internals/function-uncurry-this":85,"../internals/global":91,"../internals/ieee754":97,"../internals/internal-state":101,"../internals/object-define-property":128,"../internals/object-get-own-property-names":131,"../internals/object-get-prototype-of":133,"../internals/object-set-prototype-of":138,"../internals/set-to-string-tag":157,"../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":60,"../internals/length-of-array-like":
|
|
3886
|
+
},{"../internals/delete-property-or-throw":60,"../internals/length-of-array-like":115,"../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":115,"../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":115}],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":54,"../internals/function-bind-context":
|
|
3978
|
+
},{"../internals/call-with-safe-iteration-closing":45,"../internals/create-property":54,"../internals/function-bind-context":81,"../internals/function-call":83,"../internals/get-iterator":88,"../internals/get-iterator-method":87,"../internals/is-array-iterator-method":102,"../internals/is-constructor":105,"../internals/length-of-array-like":115,"../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":115,"../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":81,"../internals/function-uncurry-this":85,"../internals/indexed-object":98,"../internals/length-of-array-like":115,"../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":80,"../internals/length-of-array-like":115,"../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":74,"../internals/fails":78,"../internals/well-known-symbol":191}],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":78}],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":98,"../internals/length-of-array-like":115,"../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":54,"../internals/length-of-array-like":
|
|
4211
|
+
},{"../internals/create-property":54,"../internals/length-of-array-like":115,"../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":85}],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":103,"../internals/is-constructor":105,"../internals/is-object":108,"../internals/well-known-symbol":191}],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":191}],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":85}],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":104,"../internals/to-string-tag-support":179,"../internals/well-known-symbol":191}],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":92,"../internals/object-define-property":128,"../internals/object-get-own-property-descriptor":129,"../internals/own-keys":141}],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":78}],51:[function(_dereq_,module,exports){
|
|
4418
4418
|
'use strict';
|
|
4419
4419
|
var IteratorPrototype = _dereq_('../internals/iterators-core').IteratorPrototype;
|
|
4420
4420
|
var create = _dereq_('../internals/object-create');
|
|
@@ -4432,7 +4432,7 @@ module.exports = function (IteratorConstructor, NAME, next, ENUMERABLE_NEXT) {
|
|
|
4432
4432
|
return IteratorConstructor;
|
|
4433
4433
|
};
|
|
4434
4434
|
|
|
4435
|
-
},{"../internals/create-property-descriptor":53,"../internals/iterators":
|
|
4435
|
+
},{"../internals/create-property-descriptor":53,"../internals/iterators":114,"../internals/iterators-core":113,"../internals/object-create":126,"../internals/set-to-string-tag":157}],52:[function(_dereq_,module,exports){
|
|
4436
4436
|
var DESCRIPTORS = _dereq_('../internals/descriptors');
|
|
4437
4437
|
var definePropertyModule = _dereq_('../internals/object-define-property');
|
|
4438
4438
|
var createPropertyDescriptor = _dereq_('../internals/create-property-descriptor');
|
|
@@ -4444,7 +4444,7 @@ module.exports = DESCRIPTORS ? function (object, key, value) {
|
|
|
4444
4444
|
return object;
|
|
4445
4445
|
};
|
|
4446
4446
|
|
|
4447
|
-
},{"../internals/create-property-descriptor":53,"../internals/descriptors":61,"../internals/object-define-property":
|
|
4447
|
+
},{"../internals/create-property-descriptor":53,"../internals/descriptors":61,"../internals/object-define-property":128}],53:[function(_dereq_,module,exports){
|
|
4448
4448
|
module.exports = function (bitmap, value) {
|
|
4449
4449
|
return {
|
|
4450
4450
|
enumerable: !(bitmap & 1),
|
|
@@ -4466,7 +4466,7 @@ module.exports = function (object, key, value) {
|
|
|
4466
4466
|
else object[propertyKey] = value;
|
|
4467
4467
|
};
|
|
4468
4468
|
|
|
4469
|
-
},{"../internals/create-property-descriptor":53,"../internals/object-define-property":
|
|
4469
|
+
},{"../internals/create-property-descriptor":53,"../internals/object-define-property":128,"../internals/to-property-key":178}],55:[function(_dereq_,module,exports){
|
|
4470
4470
|
var makeBuiltIn = _dereq_('../internals/make-built-in');
|
|
4471
4471
|
var defineProperty = _dereq_('../internals/object-define-property');
|
|
4472
4472
|
|
|
@@ -4476,7 +4476,7 @@ module.exports = function (target, name, descriptor) {
|
|
|
4476
4476
|
return defineProperty.f(target, name, descriptor);
|
|
4477
4477
|
};
|
|
4478
4478
|
|
|
4479
|
-
},{"../internals/make-built-in":
|
|
4479
|
+
},{"../internals/make-built-in":116,"../internals/object-define-property":128}],56:[function(_dereq_,module,exports){
|
|
4480
4480
|
var isCallable = _dereq_('../internals/is-callable');
|
|
4481
4481
|
var definePropertyModule = _dereq_('../internals/object-define-property');
|
|
4482
4482
|
var makeBuiltIn = _dereq_('../internals/make-built-in');
|
|
@@ -4505,7 +4505,7 @@ module.exports = function (O, key, value, options) {
|
|
|
4505
4505
|
} return O;
|
|
4506
4506
|
};
|
|
4507
4507
|
|
|
4508
|
-
},{"../internals/define-global-property":58,"../internals/is-callable":
|
|
4508
|
+
},{"../internals/define-global-property":58,"../internals/is-callable":104,"../internals/make-built-in":116,"../internals/object-define-property":128}],57:[function(_dereq_,module,exports){
|
|
4509
4509
|
var defineBuiltIn = _dereq_('../internals/define-built-in');
|
|
4510
4510
|
|
|
4511
4511
|
module.exports = function (target, src, options) {
|
|
@@ -4527,7 +4527,7 @@ module.exports = function (key, value) {
|
|
|
4527
4527
|
} return value;
|
|
4528
4528
|
};
|
|
4529
4529
|
|
|
4530
|
-
},{"../internals/global":
|
|
4530
|
+
},{"../internals/global":91}],59:[function(_dereq_,module,exports){
|
|
4531
4531
|
'use strict';
|
|
4532
4532
|
var $ = _dereq_('../internals/export');
|
|
4533
4533
|
var call = _dereq_('../internals/function-call');
|
|
@@ -4628,7 +4628,7 @@ module.exports = function (Iterable, NAME, IteratorConstructor, next, DEFAULT, I
|
|
|
4628
4628
|
return methods;
|
|
4629
4629
|
};
|
|
4630
4630
|
|
|
4631
|
-
},{"../internals/create-iterator-constructor":51,"../internals/create-non-enumerable-property":52,"../internals/define-built-in":56,"../internals/export":
|
|
4631
|
+
},{"../internals/create-iterator-constructor":51,"../internals/create-non-enumerable-property":52,"../internals/define-built-in":56,"../internals/export":77,"../internals/function-call":83,"../internals/function-name":84,"../internals/is-callable":104,"../internals/is-pure":109,"../internals/iterators":114,"../internals/iterators-core":113,"../internals/object-get-prototype-of":133,"../internals/object-set-prototype-of":138,"../internals/set-to-string-tag":157,"../internals/well-known-symbol":191}],60:[function(_dereq_,module,exports){
|
|
4632
4632
|
'use strict';
|
|
4633
4633
|
var tryToString = _dereq_('../internals/try-to-string');
|
|
4634
4634
|
|
|
@@ -4638,7 +4638,7 @@ module.exports = function (O, P) {
|
|
|
4638
4638
|
if (!delete O[P]) throw $TypeError('Cannot delete property ' + tryToString(P) + ' of ' + tryToString(O));
|
|
4639
4639
|
};
|
|
4640
4640
|
|
|
4641
|
-
},{"../internals/try-to-string":
|
|
4641
|
+
},{"../internals/try-to-string":181}],61:[function(_dereq_,module,exports){
|
|
4642
4642
|
var fails = _dereq_('../internals/fails');
|
|
4643
4643
|
|
|
4644
4644
|
// Detect IE8's incomplete defineProperty implementation
|
|
@@ -4647,7 +4647,7 @@ module.exports = !fails(function () {
|
|
|
4647
4647
|
return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;
|
|
4648
4648
|
});
|
|
4649
4649
|
|
|
4650
|
-
},{"../internals/fails":
|
|
4650
|
+
},{"../internals/fails":78}],62:[function(_dereq_,module,exports){
|
|
4651
4651
|
var global = _dereq_('../internals/global');
|
|
4652
4652
|
var isObject = _dereq_('../internals/is-object');
|
|
4653
4653
|
|
|
@@ -4659,7 +4659,7 @@ module.exports = function (it) {
|
|
|
4659
4659
|
return EXISTS ? document.createElement(it) : {};
|
|
4660
4660
|
};
|
|
4661
4661
|
|
|
4662
|
-
},{"../internals/global":
|
|
4662
|
+
},{"../internals/global":91,"../internals/is-object":108}],63:[function(_dereq_,module,exports){
|
|
4663
4663
|
// iterable DOM collections
|
|
4664
4664
|
// flag - `iterable` interface - 'entries', 'keys', 'values', 'forEach' methods
|
|
4665
4665
|
module.exports = {
|
|
@@ -4712,42 +4712,51 @@ var firefox = userAgent.match(/firefox\/(\d+)/i);
|
|
|
4712
4712
|
|
|
4713
4713
|
module.exports = !!firefox && +firefox[1];
|
|
4714
4714
|
|
|
4715
|
-
},{"../internals/engine-user-agent":
|
|
4716
|
-
|
|
4715
|
+
},{"../internals/engine-user-agent":73}],66:[function(_dereq_,module,exports){
|
|
4716
|
+
var IS_DENO = _dereq_('../internals/engine-is-deno');
|
|
4717
|
+
var IS_NODE = _dereq_('../internals/engine-is-node');
|
|
4718
|
+
|
|
4719
|
+
module.exports = !IS_DENO && !IS_NODE
|
|
4720
|
+
&& typeof window == 'object'
|
|
4721
|
+
&& typeof document == 'object';
|
|
4717
4722
|
|
|
4718
|
-
},{}],67:[function(_dereq_,module,exports){
|
|
4723
|
+
},{"../internals/engine-is-deno":67,"../internals/engine-is-node":71}],67:[function(_dereq_,module,exports){
|
|
4724
|
+
/* global Deno -- Deno case */
|
|
4725
|
+
module.exports = typeof Deno == 'object' && Deno && typeof Deno.version == 'object';
|
|
4726
|
+
|
|
4727
|
+
},{}],68:[function(_dereq_,module,exports){
|
|
4719
4728
|
var UA = _dereq_('../internals/engine-user-agent');
|
|
4720
4729
|
|
|
4721
4730
|
module.exports = /MSIE|Trident/.test(UA);
|
|
4722
4731
|
|
|
4723
|
-
},{"../internals/engine-user-agent":
|
|
4732
|
+
},{"../internals/engine-user-agent":73}],69:[function(_dereq_,module,exports){
|
|
4724
4733
|
var userAgent = _dereq_('../internals/engine-user-agent');
|
|
4725
4734
|
var global = _dereq_('../internals/global');
|
|
4726
4735
|
|
|
4727
4736
|
module.exports = /ipad|iphone|ipod/i.test(userAgent) && global.Pebble !== undefined;
|
|
4728
4737
|
|
|
4729
|
-
},{"../internals/engine-user-agent":
|
|
4738
|
+
},{"../internals/engine-user-agent":73,"../internals/global":91}],70:[function(_dereq_,module,exports){
|
|
4730
4739
|
var userAgent = _dereq_('../internals/engine-user-agent');
|
|
4731
4740
|
|
|
4732
4741
|
module.exports = /(?:ipad|iphone|ipod).*applewebkit/i.test(userAgent);
|
|
4733
4742
|
|
|
4734
|
-
},{"../internals/engine-user-agent":
|
|
4743
|
+
},{"../internals/engine-user-agent":73}],71:[function(_dereq_,module,exports){
|
|
4735
4744
|
var classof = _dereq_('../internals/classof-raw');
|
|
4736
4745
|
var global = _dereq_('../internals/global');
|
|
4737
4746
|
|
|
4738
4747
|
module.exports = classof(global.process) == 'process';
|
|
4739
4748
|
|
|
4740
|
-
},{"../internals/classof-raw":47,"../internals/global":
|
|
4749
|
+
},{"../internals/classof-raw":47,"../internals/global":91}],72:[function(_dereq_,module,exports){
|
|
4741
4750
|
var userAgent = _dereq_('../internals/engine-user-agent');
|
|
4742
4751
|
|
|
4743
4752
|
module.exports = /web0s(?!.*chrome)/i.test(userAgent);
|
|
4744
4753
|
|
|
4745
|
-
},{"../internals/engine-user-agent":
|
|
4754
|
+
},{"../internals/engine-user-agent":73}],73:[function(_dereq_,module,exports){
|
|
4746
4755
|
var getBuiltIn = _dereq_('../internals/get-built-in');
|
|
4747
4756
|
|
|
4748
4757
|
module.exports = getBuiltIn('navigator', 'userAgent') || '';
|
|
4749
4758
|
|
|
4750
|
-
},{"../internals/get-built-in":
|
|
4759
|
+
},{"../internals/get-built-in":86}],74:[function(_dereq_,module,exports){
|
|
4751
4760
|
var global = _dereq_('../internals/global');
|
|
4752
4761
|
var userAgent = _dereq_('../internals/engine-user-agent');
|
|
4753
4762
|
|
|
@@ -4776,14 +4785,14 @@ if (!version && userAgent) {
|
|
|
4776
4785
|
|
|
4777
4786
|
module.exports = version;
|
|
4778
4787
|
|
|
4779
|
-
},{"../internals/engine-user-agent":
|
|
4788
|
+
},{"../internals/engine-user-agent":73,"../internals/global":91}],75:[function(_dereq_,module,exports){
|
|
4780
4789
|
var userAgent = _dereq_('../internals/engine-user-agent');
|
|
4781
4790
|
|
|
4782
4791
|
var webkit = userAgent.match(/AppleWebKit\/(\d+)\./);
|
|
4783
4792
|
|
|
4784
4793
|
module.exports = !!webkit && +webkit[1];
|
|
4785
4794
|
|
|
4786
|
-
},{"../internals/engine-user-agent":
|
|
4795
|
+
},{"../internals/engine-user-agent":73}],76:[function(_dereq_,module,exports){
|
|
4787
4796
|
// IE8- don't enum bug keys
|
|
4788
4797
|
module.exports = [
|
|
4789
4798
|
'constructor',
|
|
@@ -4795,7 +4804,7 @@ module.exports = [
|
|
|
4795
4804
|
'valueOf'
|
|
4796
4805
|
];
|
|
4797
4806
|
|
|
4798
|
-
},{}],
|
|
4807
|
+
},{}],77:[function(_dereq_,module,exports){
|
|
4799
4808
|
var global = _dereq_('../internals/global');
|
|
4800
4809
|
var getOwnPropertyDescriptor = _dereq_('../internals/object-get-own-property-descriptor').f;
|
|
4801
4810
|
var createNonEnumerableProperty = _dereq_('../internals/create-non-enumerable-property');
|
|
@@ -4851,7 +4860,7 @@ module.exports = function (options, source) {
|
|
|
4851
4860
|
}
|
|
4852
4861
|
};
|
|
4853
4862
|
|
|
4854
|
-
},{"../internals/copy-constructor-properties":49,"../internals/create-non-enumerable-property":52,"../internals/define-built-in":56,"../internals/define-global-property":58,"../internals/global":
|
|
4863
|
+
},{"../internals/copy-constructor-properties":49,"../internals/create-non-enumerable-property":52,"../internals/define-built-in":56,"../internals/define-global-property":58,"../internals/global":91,"../internals/is-forced":106,"../internals/object-get-own-property-descriptor":129}],78:[function(_dereq_,module,exports){
|
|
4855
4864
|
module.exports = function (exec) {
|
|
4856
4865
|
try {
|
|
4857
4866
|
return !!exec();
|
|
@@ -4860,7 +4869,7 @@ module.exports = function (exec) {
|
|
|
4860
4869
|
}
|
|
4861
4870
|
};
|
|
4862
4871
|
|
|
4863
|
-
},{}],
|
|
4872
|
+
},{}],79:[function(_dereq_,module,exports){
|
|
4864
4873
|
'use strict';
|
|
4865
4874
|
// TODO: Remove from `core-js@4` since it's moved to entry points
|
|
4866
4875
|
_dereq_('../modules/es.regexp.exec');
|
|
@@ -4936,7 +4945,7 @@ module.exports = function (KEY, exec, FORCED, SHAM) {
|
|
|
4936
4945
|
if (SHAM) createNonEnumerableProperty(RegExpPrototype[SYMBOL], 'sham', true);
|
|
4937
4946
|
};
|
|
4938
4947
|
|
|
4939
|
-
},{"../internals/create-non-enumerable-property":52,"../internals/define-built-in":56,"../internals/fails":
|
|
4948
|
+
},{"../internals/create-non-enumerable-property":52,"../internals/define-built-in":56,"../internals/fails":78,"../internals/function-uncurry-this":85,"../internals/regexp-exec":149,"../internals/well-known-symbol":191,"../modules/es.regexp.exec":214}],80:[function(_dereq_,module,exports){
|
|
4940
4949
|
var NATIVE_BIND = _dereq_('../internals/function-bind-native');
|
|
4941
4950
|
|
|
4942
4951
|
var FunctionPrototype = Function.prototype;
|
|
@@ -4948,7 +4957,7 @@ module.exports = typeof Reflect == 'object' && Reflect.apply || (NATIVE_BIND ? c
|
|
|
4948
4957
|
return call.apply(apply, arguments);
|
|
4949
4958
|
});
|
|
4950
4959
|
|
|
4951
|
-
},{"../internals/function-bind-native":
|
|
4960
|
+
},{"../internals/function-bind-native":82}],81:[function(_dereq_,module,exports){
|
|
4952
4961
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
4953
4962
|
var aCallable = _dereq_('../internals/a-callable');
|
|
4954
4963
|
var NATIVE_BIND = _dereq_('../internals/function-bind-native');
|
|
@@ -4963,7 +4972,7 @@ module.exports = function (fn, that) {
|
|
|
4963
4972
|
};
|
|
4964
4973
|
};
|
|
4965
4974
|
|
|
4966
|
-
},{"../internals/a-callable":19,"../internals/function-bind-native":
|
|
4975
|
+
},{"../internals/a-callable":19,"../internals/function-bind-native":82,"../internals/function-uncurry-this":85}],82:[function(_dereq_,module,exports){
|
|
4967
4976
|
var fails = _dereq_('../internals/fails');
|
|
4968
4977
|
|
|
4969
4978
|
module.exports = !fails(function () {
|
|
@@ -4973,7 +4982,7 @@ module.exports = !fails(function () {
|
|
|
4973
4982
|
return typeof test != 'function' || test.hasOwnProperty('prototype');
|
|
4974
4983
|
});
|
|
4975
4984
|
|
|
4976
|
-
},{"../internals/fails":
|
|
4985
|
+
},{"../internals/fails":78}],83:[function(_dereq_,module,exports){
|
|
4977
4986
|
var NATIVE_BIND = _dereq_('../internals/function-bind-native');
|
|
4978
4987
|
|
|
4979
4988
|
var call = Function.prototype.call;
|
|
@@ -4982,7 +4991,7 @@ module.exports = NATIVE_BIND ? call.bind(call) : function () {
|
|
|
4982
4991
|
return call.apply(call, arguments);
|
|
4983
4992
|
};
|
|
4984
4993
|
|
|
4985
|
-
},{"../internals/function-bind-native":
|
|
4994
|
+
},{"../internals/function-bind-native":82}],84:[function(_dereq_,module,exports){
|
|
4986
4995
|
var DESCRIPTORS = _dereq_('../internals/descriptors');
|
|
4987
4996
|
var hasOwn = _dereq_('../internals/has-own-property');
|
|
4988
4997
|
|
|
@@ -5001,7 +5010,7 @@ module.exports = {
|
|
|
5001
5010
|
CONFIGURABLE: CONFIGURABLE
|
|
5002
5011
|
};
|
|
5003
5012
|
|
|
5004
|
-
},{"../internals/descriptors":61,"../internals/has-own-property":
|
|
5013
|
+
},{"../internals/descriptors":61,"../internals/has-own-property":92}],85:[function(_dereq_,module,exports){
|
|
5005
5014
|
var NATIVE_BIND = _dereq_('../internals/function-bind-native');
|
|
5006
5015
|
|
|
5007
5016
|
var FunctionPrototype = Function.prototype;
|
|
@@ -5017,7 +5026,7 @@ module.exports = NATIVE_BIND ? function (fn) {
|
|
|
5017
5026
|
};
|
|
5018
5027
|
};
|
|
5019
5028
|
|
|
5020
|
-
},{"../internals/function-bind-native":
|
|
5029
|
+
},{"../internals/function-bind-native":82}],86:[function(_dereq_,module,exports){
|
|
5021
5030
|
var global = _dereq_('../internals/global');
|
|
5022
5031
|
var isCallable = _dereq_('../internals/is-callable');
|
|
5023
5032
|
|
|
@@ -5029,7 +5038,7 @@ module.exports = function (namespace, method) {
|
|
|
5029
5038
|
return arguments.length < 2 ? aFunction(global[namespace]) : global[namespace] && global[namespace][method];
|
|
5030
5039
|
};
|
|
5031
5040
|
|
|
5032
|
-
},{"../internals/global":
|
|
5041
|
+
},{"../internals/global":91,"../internals/is-callable":104}],87:[function(_dereq_,module,exports){
|
|
5033
5042
|
var classof = _dereq_('../internals/classof');
|
|
5034
5043
|
var getMethod = _dereq_('../internals/get-method');
|
|
5035
5044
|
var Iterators = _dereq_('../internals/iterators');
|
|
@@ -5043,7 +5052,7 @@ module.exports = function (it) {
|
|
|
5043
5052
|
|| Iterators[classof(it)];
|
|
5044
5053
|
};
|
|
5045
5054
|
|
|
5046
|
-
},{"../internals/classof":48,"../internals/get-method":
|
|
5055
|
+
},{"../internals/classof":48,"../internals/get-method":89,"../internals/iterators":114,"../internals/well-known-symbol":191}],88:[function(_dereq_,module,exports){
|
|
5047
5056
|
var call = _dereq_('../internals/function-call');
|
|
5048
5057
|
var aCallable = _dereq_('../internals/a-callable');
|
|
5049
5058
|
var anObject = _dereq_('../internals/an-object');
|
|
@@ -5058,7 +5067,7 @@ module.exports = function (argument, usingIterator) {
|
|
|
5058
5067
|
throw $TypeError(tryToString(argument) + ' is not iterable');
|
|
5059
5068
|
};
|
|
5060
5069
|
|
|
5061
|
-
},{"../internals/a-callable":19,"../internals/an-object":25,"../internals/function-call":
|
|
5070
|
+
},{"../internals/a-callable":19,"../internals/an-object":25,"../internals/function-call":83,"../internals/get-iterator-method":87,"../internals/try-to-string":181}],89:[function(_dereq_,module,exports){
|
|
5062
5071
|
var aCallable = _dereq_('../internals/a-callable');
|
|
5063
5072
|
|
|
5064
5073
|
// `GetMethod` abstract operation
|
|
@@ -5068,7 +5077,7 @@ module.exports = function (V, P) {
|
|
|
5068
5077
|
return func == null ? undefined : aCallable(func);
|
|
5069
5078
|
};
|
|
5070
5079
|
|
|
5071
|
-
},{"../internals/a-callable":19}],
|
|
5080
|
+
},{"../internals/a-callable":19}],90:[function(_dereq_,module,exports){
|
|
5072
5081
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
5073
5082
|
var toObject = _dereq_('../internals/to-object');
|
|
5074
5083
|
|
|
@@ -5114,7 +5123,7 @@ module.exports = function (matched, str, position, captures, namedCaptures, repl
|
|
|
5114
5123
|
});
|
|
5115
5124
|
};
|
|
5116
5125
|
|
|
5117
|
-
},{"../internals/function-uncurry-this":
|
|
5126
|
+
},{"../internals/function-uncurry-this":85,"../internals/to-object":174}],91:[function(_dereq_,module,exports){
|
|
5118
5127
|
(function (global){(function (){
|
|
5119
5128
|
var check = function (it) {
|
|
5120
5129
|
return it && it.Math == Math && it;
|
|
@@ -5132,7 +5141,7 @@ module.exports =
|
|
|
5132
5141
|
(function () { return this; })() || Function('return this')();
|
|
5133
5142
|
|
|
5134
5143
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
5135
|
-
},{}],
|
|
5144
|
+
},{}],92:[function(_dereq_,module,exports){
|
|
5136
5145
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
5137
5146
|
var toObject = _dereq_('../internals/to-object');
|
|
5138
5147
|
|
|
@@ -5145,10 +5154,10 @@ module.exports = Object.hasOwn || function hasOwn(it, key) {
|
|
|
5145
5154
|
return hasOwnProperty(toObject(it), key);
|
|
5146
5155
|
};
|
|
5147
5156
|
|
|
5148
|
-
},{"../internals/function-uncurry-this":
|
|
5157
|
+
},{"../internals/function-uncurry-this":85,"../internals/to-object":174}],93:[function(_dereq_,module,exports){
|
|
5149
5158
|
module.exports = {};
|
|
5150
5159
|
|
|
5151
|
-
},{}],
|
|
5160
|
+
},{}],94:[function(_dereq_,module,exports){
|
|
5152
5161
|
var global = _dereq_('../internals/global');
|
|
5153
5162
|
|
|
5154
5163
|
module.exports = function (a, b) {
|
|
@@ -5158,12 +5167,12 @@ module.exports = function (a, b) {
|
|
|
5158
5167
|
}
|
|
5159
5168
|
};
|
|
5160
5169
|
|
|
5161
|
-
},{"../internals/global":
|
|
5170
|
+
},{"../internals/global":91}],95:[function(_dereq_,module,exports){
|
|
5162
5171
|
var getBuiltIn = _dereq_('../internals/get-built-in');
|
|
5163
5172
|
|
|
5164
5173
|
module.exports = getBuiltIn('document', 'documentElement');
|
|
5165
5174
|
|
|
5166
|
-
},{"../internals/get-built-in":
|
|
5175
|
+
},{"../internals/get-built-in":86}],96:[function(_dereq_,module,exports){
|
|
5167
5176
|
var DESCRIPTORS = _dereq_('../internals/descriptors');
|
|
5168
5177
|
var fails = _dereq_('../internals/fails');
|
|
5169
5178
|
var createElement = _dereq_('../internals/document-create-element');
|
|
@@ -5176,7 +5185,7 @@ module.exports = !DESCRIPTORS && !fails(function () {
|
|
|
5176
5185
|
}).a != 7;
|
|
5177
5186
|
});
|
|
5178
5187
|
|
|
5179
|
-
},{"../internals/descriptors":61,"../internals/document-create-element":62,"../internals/fails":
|
|
5188
|
+
},{"../internals/descriptors":61,"../internals/document-create-element":62,"../internals/fails":78}],97:[function(_dereq_,module,exports){
|
|
5180
5189
|
// IEEE754 conversions based on https://github.com/feross/ieee754
|
|
5181
5190
|
var $Array = Array;
|
|
5182
5191
|
var abs = Math.abs;
|
|
@@ -5280,7 +5289,7 @@ module.exports = {
|
|
|
5280
5289
|
unpack: unpack
|
|
5281
5290
|
};
|
|
5282
5291
|
|
|
5283
|
-
},{}],
|
|
5292
|
+
},{}],98:[function(_dereq_,module,exports){
|
|
5284
5293
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
5285
5294
|
var fails = _dereq_('../internals/fails');
|
|
5286
5295
|
var classof = _dereq_('../internals/classof-raw');
|
|
@@ -5297,7 +5306,7 @@ module.exports = fails(function () {
|
|
|
5297
5306
|
return classof(it) == 'String' ? split(it, '') : $Object(it);
|
|
5298
5307
|
} : $Object;
|
|
5299
5308
|
|
|
5300
|
-
},{"../internals/classof-raw":47,"../internals/fails":
|
|
5309
|
+
},{"../internals/classof-raw":47,"../internals/fails":78,"../internals/function-uncurry-this":85}],99:[function(_dereq_,module,exports){
|
|
5301
5310
|
var isCallable = _dereq_('../internals/is-callable');
|
|
5302
5311
|
var isObject = _dereq_('../internals/is-object');
|
|
5303
5312
|
var setPrototypeOf = _dereq_('../internals/object-set-prototype-of');
|
|
@@ -5317,7 +5326,7 @@ module.exports = function ($this, dummy, Wrapper) {
|
|
|
5317
5326
|
return $this;
|
|
5318
5327
|
};
|
|
5319
5328
|
|
|
5320
|
-
},{"../internals/is-callable":
|
|
5329
|
+
},{"../internals/is-callable":104,"../internals/is-object":108,"../internals/object-set-prototype-of":138}],100:[function(_dereq_,module,exports){
|
|
5321
5330
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
5322
5331
|
var isCallable = _dereq_('../internals/is-callable');
|
|
5323
5332
|
var store = _dereq_('../internals/shared-store');
|
|
@@ -5333,7 +5342,7 @@ if (!isCallable(store.inspectSource)) {
|
|
|
5333
5342
|
|
|
5334
5343
|
module.exports = store.inspectSource;
|
|
5335
5344
|
|
|
5336
|
-
},{"../internals/function-uncurry-this":
|
|
5345
|
+
},{"../internals/function-uncurry-this":85,"../internals/is-callable":104,"../internals/shared-store":159}],101:[function(_dereq_,module,exports){
|
|
5337
5346
|
var NATIVE_WEAK_MAP = _dereq_('../internals/native-weak-map');
|
|
5338
5347
|
var global = _dereq_('../internals/global');
|
|
5339
5348
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
@@ -5404,7 +5413,7 @@ module.exports = {
|
|
|
5404
5413
|
getterFor: getterFor
|
|
5405
5414
|
};
|
|
5406
5415
|
|
|
5407
|
-
},{"../internals/create-non-enumerable-property":52,"../internals/function-uncurry-this":
|
|
5416
|
+
},{"../internals/create-non-enumerable-property":52,"../internals/function-uncurry-this":85,"../internals/global":91,"../internals/has-own-property":92,"../internals/hidden-keys":93,"../internals/is-object":108,"../internals/native-weak-map":121,"../internals/shared-key":158,"../internals/shared-store":159}],102:[function(_dereq_,module,exports){
|
|
5408
5417
|
var wellKnownSymbol = _dereq_('../internals/well-known-symbol');
|
|
5409
5418
|
var Iterators = _dereq_('../internals/iterators');
|
|
5410
5419
|
|
|
@@ -5416,7 +5425,7 @@ module.exports = function (it) {
|
|
|
5416
5425
|
return it !== undefined && (Iterators.Array === it || ArrayPrototype[ITERATOR] === it);
|
|
5417
5426
|
};
|
|
5418
5427
|
|
|
5419
|
-
},{"../internals/iterators":
|
|
5428
|
+
},{"../internals/iterators":114,"../internals/well-known-symbol":191}],103:[function(_dereq_,module,exports){
|
|
5420
5429
|
var classof = _dereq_('../internals/classof-raw');
|
|
5421
5430
|
|
|
5422
5431
|
// `IsArray` abstract operation
|
|
@@ -5426,14 +5435,14 @@ module.exports = Array.isArray || function isArray(argument) {
|
|
|
5426
5435
|
return classof(argument) == 'Array';
|
|
5427
5436
|
};
|
|
5428
5437
|
|
|
5429
|
-
},{"../internals/classof-raw":47}],
|
|
5438
|
+
},{"../internals/classof-raw":47}],104:[function(_dereq_,module,exports){
|
|
5430
5439
|
// `IsCallable` abstract operation
|
|
5431
5440
|
// https://tc39.es/ecma262/#sec-iscallable
|
|
5432
5441
|
module.exports = function (argument) {
|
|
5433
5442
|
return typeof argument == 'function';
|
|
5434
5443
|
};
|
|
5435
5444
|
|
|
5436
|
-
},{}],
|
|
5445
|
+
},{}],105:[function(_dereq_,module,exports){
|
|
5437
5446
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
5438
5447
|
var fails = _dereq_('../internals/fails');
|
|
5439
5448
|
var isCallable = _dereq_('../internals/is-callable');
|
|
@@ -5487,7 +5496,7 @@ module.exports = !construct || fails(function () {
|
|
|
5487
5496
|
|| called;
|
|
5488
5497
|
}) ? isConstructorLegacy : isConstructorModern;
|
|
5489
5498
|
|
|
5490
|
-
},{"../internals/classof":48,"../internals/fails":
|
|
5499
|
+
},{"../internals/classof":48,"../internals/fails":78,"../internals/function-uncurry-this":85,"../internals/get-built-in":86,"../internals/inspect-source":100,"../internals/is-callable":104}],106:[function(_dereq_,module,exports){
|
|
5491
5500
|
var fails = _dereq_('../internals/fails');
|
|
5492
5501
|
var isCallable = _dereq_('../internals/is-callable');
|
|
5493
5502
|
|
|
@@ -5511,7 +5520,7 @@ var POLYFILL = isForced.POLYFILL = 'P';
|
|
|
5511
5520
|
|
|
5512
5521
|
module.exports = isForced;
|
|
5513
5522
|
|
|
5514
|
-
},{"../internals/fails":
|
|
5523
|
+
},{"../internals/fails":78,"../internals/is-callable":104}],107:[function(_dereq_,module,exports){
|
|
5515
5524
|
var isObject = _dereq_('../internals/is-object');
|
|
5516
5525
|
|
|
5517
5526
|
var floor = Math.floor;
|
|
@@ -5523,17 +5532,17 @@ module.exports = Number.isInteger || function isInteger(it) {
|
|
|
5523
5532
|
return !isObject(it) && isFinite(it) && floor(it) === it;
|
|
5524
5533
|
};
|
|
5525
5534
|
|
|
5526
|
-
},{"../internals/is-object":
|
|
5535
|
+
},{"../internals/is-object":108}],108:[function(_dereq_,module,exports){
|
|
5527
5536
|
var isCallable = _dereq_('../internals/is-callable');
|
|
5528
5537
|
|
|
5529
5538
|
module.exports = function (it) {
|
|
5530
5539
|
return typeof it == 'object' ? it !== null : isCallable(it);
|
|
5531
5540
|
};
|
|
5532
5541
|
|
|
5533
|
-
},{"../internals/is-callable":
|
|
5542
|
+
},{"../internals/is-callable":104}],109:[function(_dereq_,module,exports){
|
|
5534
5543
|
module.exports = false;
|
|
5535
5544
|
|
|
5536
|
-
},{}],
|
|
5545
|
+
},{}],110:[function(_dereq_,module,exports){
|
|
5537
5546
|
var getBuiltIn = _dereq_('../internals/get-built-in');
|
|
5538
5547
|
var isCallable = _dereq_('../internals/is-callable');
|
|
5539
5548
|
var isPrototypeOf = _dereq_('../internals/object-is-prototype-of');
|
|
@@ -5548,7 +5557,7 @@ module.exports = USE_SYMBOL_AS_UID ? function (it) {
|
|
|
5548
5557
|
return isCallable($Symbol) && isPrototypeOf($Symbol.prototype, $Object(it));
|
|
5549
5558
|
};
|
|
5550
5559
|
|
|
5551
|
-
},{"../internals/get-built-in":
|
|
5560
|
+
},{"../internals/get-built-in":86,"../internals/is-callable":104,"../internals/object-is-prototype-of":134,"../internals/use-symbol-as-uid":188}],111:[function(_dereq_,module,exports){
|
|
5552
5561
|
var bind = _dereq_('../internals/function-bind-context');
|
|
5553
5562
|
var call = _dereq_('../internals/function-call');
|
|
5554
5563
|
var anObject = _dereq_('../internals/an-object');
|
|
@@ -5618,7 +5627,7 @@ module.exports = function (iterable, unboundFunction, options) {
|
|
|
5618
5627
|
} return new Result(false);
|
|
5619
5628
|
};
|
|
5620
5629
|
|
|
5621
|
-
},{"../internals/an-object":25,"../internals/function-bind-context":
|
|
5630
|
+
},{"../internals/an-object":25,"../internals/function-bind-context":81,"../internals/function-call":83,"../internals/get-iterator":88,"../internals/get-iterator-method":87,"../internals/is-array-iterator-method":102,"../internals/iterator-close":112,"../internals/length-of-array-like":115,"../internals/object-is-prototype-of":134,"../internals/try-to-string":181}],112:[function(_dereq_,module,exports){
|
|
5622
5631
|
var call = _dereq_('../internals/function-call');
|
|
5623
5632
|
var anObject = _dereq_('../internals/an-object');
|
|
5624
5633
|
var getMethod = _dereq_('../internals/get-method');
|
|
@@ -5643,7 +5652,7 @@ module.exports = function (iterator, kind, value) {
|
|
|
5643
5652
|
return value;
|
|
5644
5653
|
};
|
|
5645
5654
|
|
|
5646
|
-
},{"../internals/an-object":25,"../internals/function-call":
|
|
5655
|
+
},{"../internals/an-object":25,"../internals/function-call":83,"../internals/get-method":89}],113:[function(_dereq_,module,exports){
|
|
5647
5656
|
'use strict';
|
|
5648
5657
|
var fails = _dereq_('../internals/fails');
|
|
5649
5658
|
var isCallable = _dereq_('../internals/is-callable');
|
|
@@ -5693,9 +5702,9 @@ module.exports = {
|
|
|
5693
5702
|
BUGGY_SAFARI_ITERATORS: BUGGY_SAFARI_ITERATORS
|
|
5694
5703
|
};
|
|
5695
5704
|
|
|
5696
|
-
},{"../internals/define-built-in":56,"../internals/fails":
|
|
5697
|
-
arguments[4][
|
|
5698
|
-
},{"dup":
|
|
5705
|
+
},{"../internals/define-built-in":56,"../internals/fails":78,"../internals/is-callable":104,"../internals/is-pure":109,"../internals/object-create":126,"../internals/object-get-prototype-of":133,"../internals/well-known-symbol":191}],114:[function(_dereq_,module,exports){
|
|
5706
|
+
arguments[4][93][0].apply(exports,arguments)
|
|
5707
|
+
},{"dup":93}],115:[function(_dereq_,module,exports){
|
|
5699
5708
|
var toLength = _dereq_('../internals/to-length');
|
|
5700
5709
|
|
|
5701
5710
|
// `LengthOfArrayLike` abstract operation
|
|
@@ -5704,7 +5713,7 @@ module.exports = function (obj) {
|
|
|
5704
5713
|
return toLength(obj.length);
|
|
5705
5714
|
};
|
|
5706
5715
|
|
|
5707
|
-
},{"../internals/to-length":
|
|
5716
|
+
},{"../internals/to-length":173}],116:[function(_dereq_,module,exports){
|
|
5708
5717
|
var fails = _dereq_('../internals/fails');
|
|
5709
5718
|
var isCallable = _dereq_('../internals/is-callable');
|
|
5710
5719
|
var hasOwn = _dereq_('../internals/has-own-property');
|
|
@@ -5755,7 +5764,7 @@ Function.prototype.toString = makeBuiltIn(function toString() {
|
|
|
5755
5764
|
return isCallable(this) && getInternalState(this).source || inspectSource(this);
|
|
5756
5765
|
}, 'toString');
|
|
5757
5766
|
|
|
5758
|
-
},{"../internals/descriptors":61,"../internals/fails":
|
|
5767
|
+
},{"../internals/descriptors":61,"../internals/fails":78,"../internals/function-name":84,"../internals/has-own-property":92,"../internals/inspect-source":100,"../internals/internal-state":101,"../internals/is-callable":104}],117:[function(_dereq_,module,exports){
|
|
5759
5768
|
var ceil = Math.ceil;
|
|
5760
5769
|
var floor = Math.floor;
|
|
5761
5770
|
|
|
@@ -5767,7 +5776,7 @@ module.exports = Math.trunc || function trunc(x) {
|
|
|
5767
5776
|
return (n > 0 ? floor : ceil)(n);
|
|
5768
5777
|
};
|
|
5769
5778
|
|
|
5770
|
-
},{}],
|
|
5779
|
+
},{}],118:[function(_dereq_,module,exports){
|
|
5771
5780
|
var global = _dereq_('../internals/global');
|
|
5772
5781
|
var bind = _dereq_('../internals/function-bind-context');
|
|
5773
5782
|
var getOwnPropertyDescriptor = _dereq_('../internals/object-get-own-property-descriptor').f;
|
|
@@ -5854,7 +5863,7 @@ module.exports = queueMicrotask || function (fn) {
|
|
|
5854
5863
|
} last = task;
|
|
5855
5864
|
};
|
|
5856
5865
|
|
|
5857
|
-
},{"../internals/engine-is-ios":
|
|
5866
|
+
},{"../internals/engine-is-ios":70,"../internals/engine-is-ios-pebble":69,"../internals/engine-is-node":71,"../internals/engine-is-webos-webkit":72,"../internals/function-bind-context":81,"../internals/global":91,"../internals/object-get-own-property-descriptor":129,"../internals/task":166}],119:[function(_dereq_,module,exports){
|
|
5858
5867
|
/* eslint-disable es-x/no-symbol -- required for testing */
|
|
5859
5868
|
var V8_VERSION = _dereq_('../internals/engine-v8-version');
|
|
5860
5869
|
var fails = _dereq_('../internals/fails');
|
|
@@ -5869,7 +5878,7 @@ module.exports = !!Object.getOwnPropertySymbols && !fails(function () {
|
|
|
5869
5878
|
!Symbol.sham && V8_VERSION && V8_VERSION < 41;
|
|
5870
5879
|
});
|
|
5871
5880
|
|
|
5872
|
-
},{"../internals/engine-v8-version":
|
|
5881
|
+
},{"../internals/engine-v8-version":74,"../internals/fails":78}],120:[function(_dereq_,module,exports){
|
|
5873
5882
|
var fails = _dereq_('../internals/fails');
|
|
5874
5883
|
var wellKnownSymbol = _dereq_('../internals/well-known-symbol');
|
|
5875
5884
|
var IS_PURE = _dereq_('../internals/is-pure');
|
|
@@ -5905,7 +5914,7 @@ module.exports = !fails(function () {
|
|
|
5905
5914
|
|| new URL('http://x', undefined).host !== 'x';
|
|
5906
5915
|
});
|
|
5907
5916
|
|
|
5908
|
-
},{"../internals/fails":
|
|
5917
|
+
},{"../internals/fails":78,"../internals/is-pure":109,"../internals/well-known-symbol":191}],121:[function(_dereq_,module,exports){
|
|
5909
5918
|
var global = _dereq_('../internals/global');
|
|
5910
5919
|
var isCallable = _dereq_('../internals/is-callable');
|
|
5911
5920
|
var inspectSource = _dereq_('../internals/inspect-source');
|
|
@@ -5914,7 +5923,7 @@ var WeakMap = global.WeakMap;
|
|
|
5914
5923
|
|
|
5915
5924
|
module.exports = isCallable(WeakMap) && /native code/.test(inspectSource(WeakMap));
|
|
5916
5925
|
|
|
5917
|
-
},{"../internals/global":
|
|
5926
|
+
},{"../internals/global":91,"../internals/inspect-source":100,"../internals/is-callable":104}],122:[function(_dereq_,module,exports){
|
|
5918
5927
|
'use strict';
|
|
5919
5928
|
var aCallable = _dereq_('../internals/a-callable');
|
|
5920
5929
|
|
|
@@ -5935,7 +5944,7 @@ module.exports.f = function (C) {
|
|
|
5935
5944
|
return new PromiseCapability(C);
|
|
5936
5945
|
};
|
|
5937
5946
|
|
|
5938
|
-
},{"../internals/a-callable":19}],
|
|
5947
|
+
},{"../internals/a-callable":19}],123:[function(_dereq_,module,exports){
|
|
5939
5948
|
var global = _dereq_('../internals/global');
|
|
5940
5949
|
var fails = _dereq_('../internals/fails');
|
|
5941
5950
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
@@ -5959,7 +5968,7 @@ module.exports = FORCED ? function parseFloat(string) {
|
|
|
5959
5968
|
return result === 0 && charAt(trimmedString, 0) == '-' ? -0 : result;
|
|
5960
5969
|
} : n$ParseFloat;
|
|
5961
5970
|
|
|
5962
|
-
},{"../internals/fails":
|
|
5971
|
+
},{"../internals/fails":78,"../internals/function-uncurry-this":85,"../internals/global":91,"../internals/string-trim":165,"../internals/to-string":180,"../internals/whitespaces":192}],124:[function(_dereq_,module,exports){
|
|
5963
5972
|
var global = _dereq_('../internals/global');
|
|
5964
5973
|
var fails = _dereq_('../internals/fails');
|
|
5965
5974
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
@@ -5983,7 +5992,7 @@ module.exports = FORCED ? function parseInt(string, radix) {
|
|
|
5983
5992
|
return $parseInt(S, (radix >>> 0) || (exec(hex, S) ? 16 : 10));
|
|
5984
5993
|
} : $parseInt;
|
|
5985
5994
|
|
|
5986
|
-
},{"../internals/fails":
|
|
5995
|
+
},{"../internals/fails":78,"../internals/function-uncurry-this":85,"../internals/global":91,"../internals/string-trim":165,"../internals/to-string":180,"../internals/whitespaces":192}],125:[function(_dereq_,module,exports){
|
|
5987
5996
|
'use strict';
|
|
5988
5997
|
var DESCRIPTORS = _dereq_('../internals/descriptors');
|
|
5989
5998
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
@@ -6042,7 +6051,7 @@ module.exports = !$assign || fails(function () {
|
|
|
6042
6051
|
} return T;
|
|
6043
6052
|
} : $assign;
|
|
6044
6053
|
|
|
6045
|
-
},{"../internals/descriptors":61,"../internals/fails":
|
|
6054
|
+
},{"../internals/descriptors":61,"../internals/fails":78,"../internals/function-call":83,"../internals/function-uncurry-this":85,"../internals/indexed-object":98,"../internals/object-get-own-property-symbols":132,"../internals/object-keys":136,"../internals/object-property-is-enumerable":137,"../internals/to-object":174}],126:[function(_dereq_,module,exports){
|
|
6046
6055
|
/* global ActiveXObject -- old IE, WSH */
|
|
6047
6056
|
var anObject = _dereq_('../internals/an-object');
|
|
6048
6057
|
var definePropertiesModule = _dereq_('../internals/object-define-properties');
|
|
@@ -6127,7 +6136,7 @@ module.exports = Object.create || function create(O, Properties) {
|
|
|
6127
6136
|
return Properties === undefined ? result : definePropertiesModule.f(result, Properties);
|
|
6128
6137
|
};
|
|
6129
6138
|
|
|
6130
|
-
},{"../internals/an-object":25,"../internals/document-create-element":62,"../internals/enum-bug-keys":
|
|
6139
|
+
},{"../internals/an-object":25,"../internals/document-create-element":62,"../internals/enum-bug-keys":76,"../internals/hidden-keys":93,"../internals/html":95,"../internals/object-define-properties":127,"../internals/shared-key":158}],127:[function(_dereq_,module,exports){
|
|
6131
6140
|
var DESCRIPTORS = _dereq_('../internals/descriptors');
|
|
6132
6141
|
var V8_PROTOTYPE_DEFINE_BUG = _dereq_('../internals/v8-prototype-define-bug');
|
|
6133
6142
|
var definePropertyModule = _dereq_('../internals/object-define-property');
|
|
@@ -6149,7 +6158,7 @@ exports.f = DESCRIPTORS && !V8_PROTOTYPE_DEFINE_BUG ? Object.defineProperties :
|
|
|
6149
6158
|
return O;
|
|
6150
6159
|
};
|
|
6151
6160
|
|
|
6152
|
-
},{"../internals/an-object":25,"../internals/descriptors":61,"../internals/object-define-property":
|
|
6161
|
+
},{"../internals/an-object":25,"../internals/descriptors":61,"../internals/object-define-property":128,"../internals/object-keys":136,"../internals/to-indexed-object":171,"../internals/v8-prototype-define-bug":189}],128:[function(_dereq_,module,exports){
|
|
6153
6162
|
var DESCRIPTORS = _dereq_('../internals/descriptors');
|
|
6154
6163
|
var IE8_DOM_DEFINE = _dereq_('../internals/ie8-dom-define');
|
|
6155
6164
|
var V8_PROTOTYPE_DEFINE_BUG = _dereq_('../internals/v8-prototype-define-bug');
|
|
@@ -6194,7 +6203,7 @@ exports.f = DESCRIPTORS ? V8_PROTOTYPE_DEFINE_BUG ? function defineProperty(O, P
|
|
|
6194
6203
|
return O;
|
|
6195
6204
|
};
|
|
6196
6205
|
|
|
6197
|
-
},{"../internals/an-object":25,"../internals/descriptors":61,"../internals/ie8-dom-define":
|
|
6206
|
+
},{"../internals/an-object":25,"../internals/descriptors":61,"../internals/ie8-dom-define":96,"../internals/to-property-key":178,"../internals/v8-prototype-define-bug":189}],129:[function(_dereq_,module,exports){
|
|
6198
6207
|
var DESCRIPTORS = _dereq_('../internals/descriptors');
|
|
6199
6208
|
var call = _dereq_('../internals/function-call');
|
|
6200
6209
|
var propertyIsEnumerableModule = _dereq_('../internals/object-property-is-enumerable');
|
|
@@ -6218,7 +6227,7 @@ exports.f = DESCRIPTORS ? $getOwnPropertyDescriptor : function getOwnPropertyDes
|
|
|
6218
6227
|
if (hasOwn(O, P)) return createPropertyDescriptor(!call(propertyIsEnumerableModule.f, O, P), O[P]);
|
|
6219
6228
|
};
|
|
6220
6229
|
|
|
6221
|
-
},{"../internals/create-property-descriptor":53,"../internals/descriptors":61,"../internals/function-call":
|
|
6230
|
+
},{"../internals/create-property-descriptor":53,"../internals/descriptors":61,"../internals/function-call":83,"../internals/has-own-property":92,"../internals/ie8-dom-define":96,"../internals/object-property-is-enumerable":137,"../internals/to-indexed-object":171,"../internals/to-property-key":178}],130:[function(_dereq_,module,exports){
|
|
6222
6231
|
/* eslint-disable es-x/no-object-getownpropertynames -- safe */
|
|
6223
6232
|
var classof = _dereq_('../internals/classof-raw');
|
|
6224
6233
|
var toIndexedObject = _dereq_('../internals/to-indexed-object');
|
|
@@ -6243,7 +6252,7 @@ module.exports.f = function getOwnPropertyNames(it) {
|
|
|
6243
6252
|
: $getOwnPropertyNames(toIndexedObject(it));
|
|
6244
6253
|
};
|
|
6245
6254
|
|
|
6246
|
-
},{"../internals/array-slice-simple":40,"../internals/classof-raw":47,"../internals/object-get-own-property-names":
|
|
6255
|
+
},{"../internals/array-slice-simple":40,"../internals/classof-raw":47,"../internals/object-get-own-property-names":131,"../internals/to-indexed-object":171}],131:[function(_dereq_,module,exports){
|
|
6247
6256
|
var internalObjectKeys = _dereq_('../internals/object-keys-internal');
|
|
6248
6257
|
var enumBugKeys = _dereq_('../internals/enum-bug-keys');
|
|
6249
6258
|
|
|
@@ -6256,11 +6265,11 @@ exports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
|
|
|
6256
6265
|
return internalObjectKeys(O, hiddenKeys);
|
|
6257
6266
|
};
|
|
6258
6267
|
|
|
6259
|
-
},{"../internals/enum-bug-keys":
|
|
6268
|
+
},{"../internals/enum-bug-keys":76,"../internals/object-keys-internal":135}],132:[function(_dereq_,module,exports){
|
|
6260
6269
|
// eslint-disable-next-line es-x/no-object-getownpropertysymbols -- safe
|
|
6261
6270
|
exports.f = Object.getOwnPropertySymbols;
|
|
6262
6271
|
|
|
6263
|
-
},{}],
|
|
6272
|
+
},{}],133:[function(_dereq_,module,exports){
|
|
6264
6273
|
var hasOwn = _dereq_('../internals/has-own-property');
|
|
6265
6274
|
var isCallable = _dereq_('../internals/is-callable');
|
|
6266
6275
|
var toObject = _dereq_('../internals/to-object');
|
|
@@ -6283,12 +6292,12 @@ module.exports = CORRECT_PROTOTYPE_GETTER ? $Object.getPrototypeOf : function (O
|
|
|
6283
6292
|
} return object instanceof $Object ? ObjectPrototype : null;
|
|
6284
6293
|
};
|
|
6285
6294
|
|
|
6286
|
-
},{"../internals/correct-prototype-getter":50,"../internals/has-own-property":
|
|
6295
|
+
},{"../internals/correct-prototype-getter":50,"../internals/has-own-property":92,"../internals/is-callable":104,"../internals/shared-key":158,"../internals/to-object":174}],134:[function(_dereq_,module,exports){
|
|
6287
6296
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
6288
6297
|
|
|
6289
6298
|
module.exports = uncurryThis({}.isPrototypeOf);
|
|
6290
6299
|
|
|
6291
|
-
},{"../internals/function-uncurry-this":
|
|
6300
|
+
},{"../internals/function-uncurry-this":85}],135:[function(_dereq_,module,exports){
|
|
6292
6301
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
6293
6302
|
var hasOwn = _dereq_('../internals/has-own-property');
|
|
6294
6303
|
var toIndexedObject = _dereq_('../internals/to-indexed-object');
|
|
@@ -6310,7 +6319,7 @@ module.exports = function (object, names) {
|
|
|
6310
6319
|
return result;
|
|
6311
6320
|
};
|
|
6312
6321
|
|
|
6313
|
-
},{"../internals/array-includes":34,"../internals/function-uncurry-this":
|
|
6322
|
+
},{"../internals/array-includes":34,"../internals/function-uncurry-this":85,"../internals/has-own-property":92,"../internals/hidden-keys":93,"../internals/to-indexed-object":171}],136:[function(_dereq_,module,exports){
|
|
6314
6323
|
var internalObjectKeys = _dereq_('../internals/object-keys-internal');
|
|
6315
6324
|
var enumBugKeys = _dereq_('../internals/enum-bug-keys');
|
|
6316
6325
|
|
|
@@ -6321,7 +6330,7 @@ module.exports = Object.keys || function keys(O) {
|
|
|
6321
6330
|
return internalObjectKeys(O, enumBugKeys);
|
|
6322
6331
|
};
|
|
6323
6332
|
|
|
6324
|
-
},{"../internals/enum-bug-keys":
|
|
6333
|
+
},{"../internals/enum-bug-keys":76,"../internals/object-keys-internal":135}],137:[function(_dereq_,module,exports){
|
|
6325
6334
|
'use strict';
|
|
6326
6335
|
var $propertyIsEnumerable = {}.propertyIsEnumerable;
|
|
6327
6336
|
// eslint-disable-next-line es-x/no-object-getownpropertydescriptor -- safe
|
|
@@ -6337,7 +6346,7 @@ exports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {
|
|
|
6337
6346
|
return !!descriptor && descriptor.enumerable;
|
|
6338
6347
|
} : $propertyIsEnumerable;
|
|
6339
6348
|
|
|
6340
|
-
},{}],
|
|
6349
|
+
},{}],138:[function(_dereq_,module,exports){
|
|
6341
6350
|
/* eslint-disable no-proto -- safe */
|
|
6342
6351
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
6343
6352
|
var anObject = _dereq_('../internals/an-object');
|
|
@@ -6366,7 +6375,7 @@ module.exports = Object.setPrototypeOf || ('__proto__' in {} ? function () {
|
|
|
6366
6375
|
};
|
|
6367
6376
|
}() : undefined);
|
|
6368
6377
|
|
|
6369
|
-
},{"../internals/a-possible-prototype":21,"../internals/an-object":25,"../internals/function-uncurry-this":
|
|
6378
|
+
},{"../internals/a-possible-prototype":21,"../internals/an-object":25,"../internals/function-uncurry-this":85}],139:[function(_dereq_,module,exports){
|
|
6370
6379
|
'use strict';
|
|
6371
6380
|
var TO_STRING_TAG_SUPPORT = _dereq_('../internals/to-string-tag-support');
|
|
6372
6381
|
var classof = _dereq_('../internals/classof');
|
|
@@ -6377,7 +6386,7 @@ module.exports = TO_STRING_TAG_SUPPORT ? {}.toString : function toString() {
|
|
|
6377
6386
|
return '[object ' + classof(this) + ']';
|
|
6378
6387
|
};
|
|
6379
6388
|
|
|
6380
|
-
},{"../internals/classof":48,"../internals/to-string-tag-support":
|
|
6389
|
+
},{"../internals/classof":48,"../internals/to-string-tag-support":179}],140:[function(_dereq_,module,exports){
|
|
6381
6390
|
var call = _dereq_('../internals/function-call');
|
|
6382
6391
|
var isCallable = _dereq_('../internals/is-callable');
|
|
6383
6392
|
var isObject = _dereq_('../internals/is-object');
|
|
@@ -6394,7 +6403,7 @@ module.exports = function (input, pref) {
|
|
|
6394
6403
|
throw $TypeError("Can't convert object to primitive value");
|
|
6395
6404
|
};
|
|
6396
6405
|
|
|
6397
|
-
},{"../internals/function-call":
|
|
6406
|
+
},{"../internals/function-call":83,"../internals/is-callable":104,"../internals/is-object":108}],141:[function(_dereq_,module,exports){
|
|
6398
6407
|
var getBuiltIn = _dereq_('../internals/get-built-in');
|
|
6399
6408
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
6400
6409
|
var getOwnPropertyNamesModule = _dereq_('../internals/object-get-own-property-names');
|
|
@@ -6410,7 +6419,7 @@ module.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {
|
|
|
6410
6419
|
return getOwnPropertySymbols ? concat(keys, getOwnPropertySymbols(it)) : keys;
|
|
6411
6420
|
};
|
|
6412
6421
|
|
|
6413
|
-
},{"../internals/an-object":25,"../internals/function-uncurry-this":
|
|
6422
|
+
},{"../internals/an-object":25,"../internals/function-uncurry-this":85,"../internals/get-built-in":86,"../internals/object-get-own-property-names":131,"../internals/object-get-own-property-symbols":132}],142:[function(_dereq_,module,exports){
|
|
6414
6423
|
module.exports = function (exec) {
|
|
6415
6424
|
try {
|
|
6416
6425
|
return { error: false, value: exec() };
|
|
@@ -6419,7 +6428,7 @@ module.exports = function (exec) {
|
|
|
6419
6428
|
}
|
|
6420
6429
|
};
|
|
6421
6430
|
|
|
6422
|
-
},{}],
|
|
6431
|
+
},{}],143:[function(_dereq_,module,exports){
|
|
6423
6432
|
var global = _dereq_('../internals/global');
|
|
6424
6433
|
var NativePromiseConstructor = _dereq_('../internals/promise-native-constructor');
|
|
6425
6434
|
var isCallable = _dereq_('../internals/is-callable');
|
|
@@ -6427,6 +6436,7 @@ var isForced = _dereq_('../internals/is-forced');
|
|
|
6427
6436
|
var inspectSource = _dereq_('../internals/inspect-source');
|
|
6428
6437
|
var wellKnownSymbol = _dereq_('../internals/well-known-symbol');
|
|
6429
6438
|
var IS_BROWSER = _dereq_('../internals/engine-is-browser');
|
|
6439
|
+
var IS_DENO = _dereq_('../internals/engine-is-deno');
|
|
6430
6440
|
var IS_PURE = _dereq_('../internals/is-pure');
|
|
6431
6441
|
var V8_VERSION = _dereq_('../internals/engine-v8-version');
|
|
6432
6442
|
|
|
@@ -6447,18 +6457,18 @@ var FORCED_PROMISE_CONSTRUCTOR = isForced('Promise', function () {
|
|
|
6447
6457
|
// We can't use @@species feature detection in V8 since it causes
|
|
6448
6458
|
// deoptimization and performance degradation
|
|
6449
6459
|
// https://github.com/zloirock/core-js/issues/679
|
|
6450
|
-
if (V8_VERSION
|
|
6451
|
-
|
|
6452
|
-
|
|
6453
|
-
|
|
6454
|
-
|
|
6455
|
-
|
|
6456
|
-
|
|
6457
|
-
|
|
6458
|
-
|
|
6459
|
-
|
|
6460
|
+
if (!V8_VERSION || V8_VERSION < 51 || !/native code/.test(PROMISE_CONSTRUCTOR_SOURCE)) {
|
|
6461
|
+
// Detect correctness of subclassing with @@species support
|
|
6462
|
+
var promise = new NativePromiseConstructor(function (resolve) { resolve(1); });
|
|
6463
|
+
var FakePromise = function (exec) {
|
|
6464
|
+
exec(function () { /* empty */ }, function () { /* empty */ });
|
|
6465
|
+
};
|
|
6466
|
+
var constructor = promise.constructor = {};
|
|
6467
|
+
constructor[SPECIES] = FakePromise;
|
|
6468
|
+
SUBCLASSING = promise.then(function () { /* empty */ }) instanceof FakePromise;
|
|
6469
|
+
if (!SUBCLASSING) return true;
|
|
6460
6470
|
// Unhandled rejections tracking support, NodeJS Promise without it fails @@species test
|
|
6461
|
-
return !GLOBAL_CORE_JS_PROMISE && IS_BROWSER && !NATIVE_PROMISE_REJECTION_EVENT;
|
|
6471
|
+
} return !GLOBAL_CORE_JS_PROMISE && (IS_BROWSER || IS_DENO) && !NATIVE_PROMISE_REJECTION_EVENT;
|
|
6462
6472
|
});
|
|
6463
6473
|
|
|
6464
6474
|
module.exports = {
|
|
@@ -6467,12 +6477,12 @@ module.exports = {
|
|
|
6467
6477
|
SUBCLASSING: SUBCLASSING
|
|
6468
6478
|
};
|
|
6469
6479
|
|
|
6470
|
-
},{"../internals/engine-is-browser":66,"../internals/engine-v8-version":
|
|
6480
|
+
},{"../internals/engine-is-browser":66,"../internals/engine-is-deno":67,"../internals/engine-v8-version":74,"../internals/global":91,"../internals/inspect-source":100,"../internals/is-callable":104,"../internals/is-forced":106,"../internals/is-pure":109,"../internals/promise-native-constructor":144,"../internals/well-known-symbol":191}],144:[function(_dereq_,module,exports){
|
|
6471
6481
|
var global = _dereq_('../internals/global');
|
|
6472
6482
|
|
|
6473
6483
|
module.exports = global.Promise;
|
|
6474
6484
|
|
|
6475
|
-
},{"../internals/global":
|
|
6485
|
+
},{"../internals/global":91}],145:[function(_dereq_,module,exports){
|
|
6476
6486
|
var anObject = _dereq_('../internals/an-object');
|
|
6477
6487
|
var isObject = _dereq_('../internals/is-object');
|
|
6478
6488
|
var newPromiseCapability = _dereq_('../internals/new-promise-capability');
|
|
@@ -6486,7 +6496,7 @@ module.exports = function (C, x) {
|
|
|
6486
6496
|
return promiseCapability.promise;
|
|
6487
6497
|
};
|
|
6488
6498
|
|
|
6489
|
-
},{"../internals/an-object":25,"../internals/is-object":
|
|
6499
|
+
},{"../internals/an-object":25,"../internals/is-object":108,"../internals/new-promise-capability":122}],146:[function(_dereq_,module,exports){
|
|
6490
6500
|
var NativePromiseConstructor = _dereq_('../internals/promise-native-constructor');
|
|
6491
6501
|
var checkCorrectnessOfIteration = _dereq_('../internals/check-correctness-of-iteration');
|
|
6492
6502
|
var FORCED_PROMISE_CONSTRUCTOR = _dereq_('../internals/promise-constructor-detection').CONSTRUCTOR;
|
|
@@ -6495,7 +6505,7 @@ module.exports = FORCED_PROMISE_CONSTRUCTOR || !checkCorrectnessOfIteration(func
|
|
|
6495
6505
|
NativePromiseConstructor.all(iterable).then(undefined, function () { /* empty */ });
|
|
6496
6506
|
});
|
|
6497
6507
|
|
|
6498
|
-
},{"../internals/check-correctness-of-iteration":46,"../internals/promise-constructor-detection":
|
|
6508
|
+
},{"../internals/check-correctness-of-iteration":46,"../internals/promise-constructor-detection":143,"../internals/promise-native-constructor":144}],147:[function(_dereq_,module,exports){
|
|
6499
6509
|
var Queue = function () {
|
|
6500
6510
|
this.head = null;
|
|
6501
6511
|
this.tail = null;
|
|
@@ -6520,7 +6530,7 @@ Queue.prototype = {
|
|
|
6520
6530
|
|
|
6521
6531
|
module.exports = Queue;
|
|
6522
6532
|
|
|
6523
|
-
},{}],
|
|
6533
|
+
},{}],148:[function(_dereq_,module,exports){
|
|
6524
6534
|
var call = _dereq_('../internals/function-call');
|
|
6525
6535
|
var anObject = _dereq_('../internals/an-object');
|
|
6526
6536
|
var isCallable = _dereq_('../internals/is-callable');
|
|
@@ -6542,7 +6552,7 @@ module.exports = function (R, S) {
|
|
|
6542
6552
|
throw $TypeError('RegExp#exec called on incompatible receiver');
|
|
6543
6553
|
};
|
|
6544
6554
|
|
|
6545
|
-
},{"../internals/an-object":25,"../internals/classof-raw":47,"../internals/function-call":
|
|
6555
|
+
},{"../internals/an-object":25,"../internals/classof-raw":47,"../internals/function-call":83,"../internals/is-callable":104,"../internals/regexp-exec":149}],149:[function(_dereq_,module,exports){
|
|
6546
6556
|
'use strict';
|
|
6547
6557
|
/* eslint-disable regexp/no-empty-capturing-group, regexp/no-empty-group, regexp/no-lazy-ends -- testing */
|
|
6548
6558
|
/* eslint-disable regexp/no-useless-quantifier -- testing */
|
|
@@ -6661,7 +6671,7 @@ if (PATCH) {
|
|
|
6661
6671
|
|
|
6662
6672
|
module.exports = patchedExec;
|
|
6663
6673
|
|
|
6664
|
-
},{"../internals/function-call":
|
|
6674
|
+
},{"../internals/function-call":83,"../internals/function-uncurry-this":85,"../internals/internal-state":101,"../internals/object-create":126,"../internals/regexp-flags":150,"../internals/regexp-sticky-helpers":152,"../internals/regexp-unsupported-dot-all":153,"../internals/regexp-unsupported-ncg":154,"../internals/shared":160,"../internals/to-string":180}],150:[function(_dereq_,module,exports){
|
|
6665
6675
|
'use strict';
|
|
6666
6676
|
var anObject = _dereq_('../internals/an-object');
|
|
6667
6677
|
|
|
@@ -6681,7 +6691,7 @@ module.exports = function () {
|
|
|
6681
6691
|
return result;
|
|
6682
6692
|
};
|
|
6683
6693
|
|
|
6684
|
-
},{"../internals/an-object":25}],
|
|
6694
|
+
},{"../internals/an-object":25}],151:[function(_dereq_,module,exports){
|
|
6685
6695
|
var call = _dereq_('../internals/function-call');
|
|
6686
6696
|
var hasOwn = _dereq_('../internals/has-own-property');
|
|
6687
6697
|
var isPrototypeOf = _dereq_('../internals/object-is-prototype-of');
|
|
@@ -6695,7 +6705,7 @@ module.exports = function (R) {
|
|
|
6695
6705
|
? call(regExpFlags, R) : flags;
|
|
6696
6706
|
};
|
|
6697
6707
|
|
|
6698
|
-
},{"../internals/function-call":
|
|
6708
|
+
},{"../internals/function-call":83,"../internals/has-own-property":92,"../internals/object-is-prototype-of":134,"../internals/regexp-flags":150}],152:[function(_dereq_,module,exports){
|
|
6699
6709
|
var fails = _dereq_('../internals/fails');
|
|
6700
6710
|
var global = _dereq_('../internals/global');
|
|
6701
6711
|
|
|
@@ -6727,7 +6737,7 @@ module.exports = {
|
|
|
6727
6737
|
UNSUPPORTED_Y: UNSUPPORTED_Y
|
|
6728
6738
|
};
|
|
6729
6739
|
|
|
6730
|
-
},{"../internals/fails":
|
|
6740
|
+
},{"../internals/fails":78,"../internals/global":91}],153:[function(_dereq_,module,exports){
|
|
6731
6741
|
var fails = _dereq_('../internals/fails');
|
|
6732
6742
|
var global = _dereq_('../internals/global');
|
|
6733
6743
|
|
|
@@ -6739,7 +6749,7 @@ module.exports = fails(function () {
|
|
|
6739
6749
|
return !(re.dotAll && re.exec('\n') && re.flags === 's');
|
|
6740
6750
|
});
|
|
6741
6751
|
|
|
6742
|
-
},{"../internals/fails":
|
|
6752
|
+
},{"../internals/fails":78,"../internals/global":91}],154:[function(_dereq_,module,exports){
|
|
6743
6753
|
var fails = _dereq_('../internals/fails');
|
|
6744
6754
|
var global = _dereq_('../internals/global');
|
|
6745
6755
|
|
|
@@ -6752,7 +6762,7 @@ module.exports = fails(function () {
|
|
|
6752
6762
|
'b'.replace(re, '$<a>c') !== 'bc';
|
|
6753
6763
|
});
|
|
6754
6764
|
|
|
6755
|
-
},{"../internals/fails":
|
|
6765
|
+
},{"../internals/fails":78,"../internals/global":91}],155:[function(_dereq_,module,exports){
|
|
6756
6766
|
var $TypeError = TypeError;
|
|
6757
6767
|
|
|
6758
6768
|
// `RequireObjectCoercible` abstract operation
|
|
@@ -6762,7 +6772,7 @@ module.exports = function (it) {
|
|
|
6762
6772
|
return it;
|
|
6763
6773
|
};
|
|
6764
6774
|
|
|
6765
|
-
},{}],
|
|
6775
|
+
},{}],156:[function(_dereq_,module,exports){
|
|
6766
6776
|
'use strict';
|
|
6767
6777
|
var getBuiltIn = _dereq_('../internals/get-built-in');
|
|
6768
6778
|
var definePropertyModule = _dereq_('../internals/object-define-property');
|
|
@@ -6783,7 +6793,7 @@ module.exports = function (CONSTRUCTOR_NAME) {
|
|
|
6783
6793
|
}
|
|
6784
6794
|
};
|
|
6785
6795
|
|
|
6786
|
-
},{"../internals/descriptors":61,"../internals/get-built-in":
|
|
6796
|
+
},{"../internals/descriptors":61,"../internals/get-built-in":86,"../internals/object-define-property":128,"../internals/well-known-symbol":191}],157:[function(_dereq_,module,exports){
|
|
6787
6797
|
var defineProperty = _dereq_('../internals/object-define-property').f;
|
|
6788
6798
|
var hasOwn = _dereq_('../internals/has-own-property');
|
|
6789
6799
|
var wellKnownSymbol = _dereq_('../internals/well-known-symbol');
|
|
@@ -6797,7 +6807,7 @@ module.exports = function (target, TAG, STATIC) {
|
|
|
6797
6807
|
}
|
|
6798
6808
|
};
|
|
6799
6809
|
|
|
6800
|
-
},{"../internals/has-own-property":
|
|
6810
|
+
},{"../internals/has-own-property":92,"../internals/object-define-property":128,"../internals/well-known-symbol":191}],158:[function(_dereq_,module,exports){
|
|
6801
6811
|
var shared = _dereq_('../internals/shared');
|
|
6802
6812
|
var uid = _dereq_('../internals/uid');
|
|
6803
6813
|
|
|
@@ -6807,7 +6817,7 @@ module.exports = function (key) {
|
|
|
6807
6817
|
return keys[key] || (keys[key] = uid(key));
|
|
6808
6818
|
};
|
|
6809
6819
|
|
|
6810
|
-
},{"../internals/shared":
|
|
6820
|
+
},{"../internals/shared":160,"../internals/uid":187}],159:[function(_dereq_,module,exports){
|
|
6811
6821
|
var global = _dereq_('../internals/global');
|
|
6812
6822
|
var defineGlobalProperty = _dereq_('../internals/define-global-property');
|
|
6813
6823
|
|
|
@@ -6816,21 +6826,21 @@ var store = global[SHARED] || defineGlobalProperty(SHARED, {});
|
|
|
6816
6826
|
|
|
6817
6827
|
module.exports = store;
|
|
6818
6828
|
|
|
6819
|
-
},{"../internals/define-global-property":58,"../internals/global":
|
|
6829
|
+
},{"../internals/define-global-property":58,"../internals/global":91}],160:[function(_dereq_,module,exports){
|
|
6820
6830
|
var IS_PURE = _dereq_('../internals/is-pure');
|
|
6821
6831
|
var store = _dereq_('../internals/shared-store');
|
|
6822
6832
|
|
|
6823
6833
|
(module.exports = function (key, value) {
|
|
6824
6834
|
return store[key] || (store[key] = value !== undefined ? value : {});
|
|
6825
6835
|
})('versions', []).push({
|
|
6826
|
-
version: '3.
|
|
6836
|
+
version: '3.24.1',
|
|
6827
6837
|
mode: IS_PURE ? 'pure' : 'global',
|
|
6828
6838
|
copyright: '© 2014-2022 Denis Pushkarev (zloirock.ru)',
|
|
6829
|
-
license: 'https://github.com/zloirock/core-js/blob/v3.
|
|
6839
|
+
license: 'https://github.com/zloirock/core-js/blob/v3.24.1/LICENSE',
|
|
6830
6840
|
source: 'https://github.com/zloirock/core-js'
|
|
6831
6841
|
});
|
|
6832
6842
|
|
|
6833
|
-
},{"../internals/is-pure":
|
|
6843
|
+
},{"../internals/is-pure":109,"../internals/shared-store":159}],161:[function(_dereq_,module,exports){
|
|
6834
6844
|
var anObject = _dereq_('../internals/an-object');
|
|
6835
6845
|
var aConstructor = _dereq_('../internals/a-constructor');
|
|
6836
6846
|
var wellKnownSymbol = _dereq_('../internals/well-known-symbol');
|
|
@@ -6845,7 +6855,7 @@ module.exports = function (O, defaultConstructor) {
|
|
|
6845
6855
|
return C === undefined || (S = anObject(C)[SPECIES]) == undefined ? defaultConstructor : aConstructor(S);
|
|
6846
6856
|
};
|
|
6847
6857
|
|
|
6848
|
-
},{"../internals/a-constructor":20,"../internals/an-object":25,"../internals/well-known-symbol":
|
|
6858
|
+
},{"../internals/a-constructor":20,"../internals/an-object":25,"../internals/well-known-symbol":191}],162:[function(_dereq_,module,exports){
|
|
6849
6859
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
6850
6860
|
var toIntegerOrInfinity = _dereq_('../internals/to-integer-or-infinity');
|
|
6851
6861
|
var toString = _dereq_('../internals/to-string');
|
|
@@ -6883,7 +6893,7 @@ module.exports = {
|
|
|
6883
6893
|
charAt: createMethod(true)
|
|
6884
6894
|
};
|
|
6885
6895
|
|
|
6886
|
-
},{"../internals/function-uncurry-this":
|
|
6896
|
+
},{"../internals/function-uncurry-this":85,"../internals/require-object-coercible":155,"../internals/to-integer-or-infinity":172,"../internals/to-string":180}],163:[function(_dereq_,module,exports){
|
|
6887
6897
|
'use strict';
|
|
6888
6898
|
// based on https://github.com/bestiejs/punycode.js/blob/master/punycode.js
|
|
6889
6899
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
@@ -7066,7 +7076,7 @@ module.exports = function (input) {
|
|
|
7066
7076
|
return join(encoded, '.');
|
|
7067
7077
|
};
|
|
7068
7078
|
|
|
7069
|
-
},{"../internals/function-uncurry-this":
|
|
7079
|
+
},{"../internals/function-uncurry-this":85}],164:[function(_dereq_,module,exports){
|
|
7070
7080
|
'use strict';
|
|
7071
7081
|
var toIntegerOrInfinity = _dereq_('../internals/to-integer-or-infinity');
|
|
7072
7082
|
var toString = _dereq_('../internals/to-string');
|
|
@@ -7085,7 +7095,7 @@ module.exports = function repeat(count) {
|
|
|
7085
7095
|
return result;
|
|
7086
7096
|
};
|
|
7087
7097
|
|
|
7088
|
-
},{"../internals/require-object-coercible":
|
|
7098
|
+
},{"../internals/require-object-coercible":155,"../internals/to-integer-or-infinity":172,"../internals/to-string":180}],165:[function(_dereq_,module,exports){
|
|
7089
7099
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
7090
7100
|
var requireObjectCoercible = _dereq_('../internals/require-object-coercible');
|
|
7091
7101
|
var toString = _dereq_('../internals/to-string');
|
|
@@ -7118,7 +7128,7 @@ module.exports = {
|
|
|
7118
7128
|
trim: createMethod(3)
|
|
7119
7129
|
};
|
|
7120
7130
|
|
|
7121
|
-
},{"../internals/function-uncurry-this":
|
|
7131
|
+
},{"../internals/function-uncurry-this":85,"../internals/require-object-coercible":155,"../internals/to-string":180,"../internals/whitespaces":192}],166:[function(_dereq_,module,exports){
|
|
7122
7132
|
var global = _dereq_('../internals/global');
|
|
7123
7133
|
var apply = _dereq_('../internals/function-apply');
|
|
7124
7134
|
var bind = _dereq_('../internals/function-bind-context');
|
|
@@ -7236,14 +7246,14 @@ module.exports = {
|
|
|
7236
7246
|
clear: clear
|
|
7237
7247
|
};
|
|
7238
7248
|
|
|
7239
|
-
},{"../internals/array-slice":41,"../internals/document-create-element":62,"../internals/engine-is-ios":
|
|
7249
|
+
},{"../internals/array-slice":41,"../internals/document-create-element":62,"../internals/engine-is-ios":70,"../internals/engine-is-node":71,"../internals/fails":78,"../internals/function-apply":80,"../internals/function-bind-context":81,"../internals/global":91,"../internals/has-own-property":92,"../internals/html":95,"../internals/is-callable":104,"../internals/validate-arguments-length":190}],167:[function(_dereq_,module,exports){
|
|
7240
7250
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
7241
7251
|
|
|
7242
7252
|
// `thisNumberValue` abstract operation
|
|
7243
7253
|
// https://tc39.es/ecma262/#sec-thisnumbervalue
|
|
7244
7254
|
module.exports = uncurryThis(1.0.valueOf);
|
|
7245
7255
|
|
|
7246
|
-
},{"../internals/function-uncurry-this":
|
|
7256
|
+
},{"../internals/function-uncurry-this":85}],168:[function(_dereq_,module,exports){
|
|
7247
7257
|
var toIntegerOrInfinity = _dereq_('../internals/to-integer-or-infinity');
|
|
7248
7258
|
|
|
7249
7259
|
var max = Math.max;
|
|
@@ -7257,7 +7267,7 @@ module.exports = function (index, length) {
|
|
|
7257
7267
|
return integer < 0 ? max(integer + length, 0) : min(integer, length);
|
|
7258
7268
|
};
|
|
7259
7269
|
|
|
7260
|
-
},{"../internals/to-integer-or-infinity":
|
|
7270
|
+
},{"../internals/to-integer-or-infinity":172}],169:[function(_dereq_,module,exports){
|
|
7261
7271
|
var toPrimitive = _dereq_('../internals/to-primitive');
|
|
7262
7272
|
|
|
7263
7273
|
var $TypeError = TypeError;
|
|
@@ -7271,7 +7281,7 @@ module.exports = function (argument) {
|
|
|
7271
7281
|
return BigInt(prim);
|
|
7272
7282
|
};
|
|
7273
7283
|
|
|
7274
|
-
},{"../internals/to-primitive":
|
|
7284
|
+
},{"../internals/to-primitive":177}],170:[function(_dereq_,module,exports){
|
|
7275
7285
|
var toIntegerOrInfinity = _dereq_('../internals/to-integer-or-infinity');
|
|
7276
7286
|
var toLength = _dereq_('../internals/to-length');
|
|
7277
7287
|
|
|
@@ -7287,7 +7297,7 @@ module.exports = function (it) {
|
|
|
7287
7297
|
return length;
|
|
7288
7298
|
};
|
|
7289
7299
|
|
|
7290
|
-
},{"../internals/to-integer-or-infinity":
|
|
7300
|
+
},{"../internals/to-integer-or-infinity":172,"../internals/to-length":173}],171:[function(_dereq_,module,exports){
|
|
7291
7301
|
// toObject with fallback for non-array-like ES3 strings
|
|
7292
7302
|
var IndexedObject = _dereq_('../internals/indexed-object');
|
|
7293
7303
|
var requireObjectCoercible = _dereq_('../internals/require-object-coercible');
|
|
@@ -7296,7 +7306,7 @@ module.exports = function (it) {
|
|
|
7296
7306
|
return IndexedObject(requireObjectCoercible(it));
|
|
7297
7307
|
};
|
|
7298
7308
|
|
|
7299
|
-
},{"../internals/indexed-object":
|
|
7309
|
+
},{"../internals/indexed-object":98,"../internals/require-object-coercible":155}],172:[function(_dereq_,module,exports){
|
|
7300
7310
|
var trunc = _dereq_('../internals/math-trunc');
|
|
7301
7311
|
|
|
7302
7312
|
// `ToIntegerOrInfinity` abstract operation
|
|
@@ -7307,7 +7317,7 @@ module.exports = function (argument) {
|
|
|
7307
7317
|
return number !== number || number === 0 ? 0 : trunc(number);
|
|
7308
7318
|
};
|
|
7309
7319
|
|
|
7310
|
-
},{"../internals/math-trunc":
|
|
7320
|
+
},{"../internals/math-trunc":117}],173:[function(_dereq_,module,exports){
|
|
7311
7321
|
var toIntegerOrInfinity = _dereq_('../internals/to-integer-or-infinity');
|
|
7312
7322
|
|
|
7313
7323
|
var min = Math.min;
|
|
@@ -7318,7 +7328,7 @@ module.exports = function (argument) {
|
|
|
7318
7328
|
return argument > 0 ? min(toIntegerOrInfinity(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991
|
|
7319
7329
|
};
|
|
7320
7330
|
|
|
7321
|
-
},{"../internals/to-integer-or-infinity":
|
|
7331
|
+
},{"../internals/to-integer-or-infinity":172}],174:[function(_dereq_,module,exports){
|
|
7322
7332
|
var requireObjectCoercible = _dereq_('../internals/require-object-coercible');
|
|
7323
7333
|
|
|
7324
7334
|
var $Object = Object;
|
|
@@ -7329,7 +7339,7 @@ module.exports = function (argument) {
|
|
|
7329
7339
|
return $Object(requireObjectCoercible(argument));
|
|
7330
7340
|
};
|
|
7331
7341
|
|
|
7332
|
-
},{"../internals/require-object-coercible":
|
|
7342
|
+
},{"../internals/require-object-coercible":155}],175:[function(_dereq_,module,exports){
|
|
7333
7343
|
var toPositiveInteger = _dereq_('../internals/to-positive-integer');
|
|
7334
7344
|
|
|
7335
7345
|
var $RangeError = RangeError;
|
|
@@ -7340,7 +7350,7 @@ module.exports = function (it, BYTES) {
|
|
|
7340
7350
|
return offset;
|
|
7341
7351
|
};
|
|
7342
7352
|
|
|
7343
|
-
},{"../internals/to-positive-integer":
|
|
7353
|
+
},{"../internals/to-positive-integer":176}],176:[function(_dereq_,module,exports){
|
|
7344
7354
|
var toIntegerOrInfinity = _dereq_('../internals/to-integer-or-infinity');
|
|
7345
7355
|
|
|
7346
7356
|
var $RangeError = RangeError;
|
|
@@ -7351,7 +7361,7 @@ module.exports = function (it) {
|
|
|
7351
7361
|
return result;
|
|
7352
7362
|
};
|
|
7353
7363
|
|
|
7354
|
-
},{"../internals/to-integer-or-infinity":
|
|
7364
|
+
},{"../internals/to-integer-or-infinity":172}],177:[function(_dereq_,module,exports){
|
|
7355
7365
|
var call = _dereq_('../internals/function-call');
|
|
7356
7366
|
var isObject = _dereq_('../internals/is-object');
|
|
7357
7367
|
var isSymbol = _dereq_('../internals/is-symbol');
|
|
@@ -7378,7 +7388,7 @@ module.exports = function (input, pref) {
|
|
|
7378
7388
|
return ordinaryToPrimitive(input, pref);
|
|
7379
7389
|
};
|
|
7380
7390
|
|
|
7381
|
-
},{"../internals/function-call":
|
|
7391
|
+
},{"../internals/function-call":83,"../internals/get-method":89,"../internals/is-object":108,"../internals/is-symbol":110,"../internals/ordinary-to-primitive":140,"../internals/well-known-symbol":191}],178:[function(_dereq_,module,exports){
|
|
7382
7392
|
var toPrimitive = _dereq_('../internals/to-primitive');
|
|
7383
7393
|
var isSymbol = _dereq_('../internals/is-symbol');
|
|
7384
7394
|
|
|
@@ -7389,7 +7399,7 @@ module.exports = function (argument) {
|
|
|
7389
7399
|
return isSymbol(key) ? key : key + '';
|
|
7390
7400
|
};
|
|
7391
7401
|
|
|
7392
|
-
},{"../internals/is-symbol":
|
|
7402
|
+
},{"../internals/is-symbol":110,"../internals/to-primitive":177}],179:[function(_dereq_,module,exports){
|
|
7393
7403
|
var wellKnownSymbol = _dereq_('../internals/well-known-symbol');
|
|
7394
7404
|
|
|
7395
7405
|
var TO_STRING_TAG = wellKnownSymbol('toStringTag');
|
|
@@ -7399,7 +7409,7 @@ test[TO_STRING_TAG] = 'z';
|
|
|
7399
7409
|
|
|
7400
7410
|
module.exports = String(test) === '[object z]';
|
|
7401
7411
|
|
|
7402
|
-
},{"../internals/well-known-symbol":
|
|
7412
|
+
},{"../internals/well-known-symbol":191}],180:[function(_dereq_,module,exports){
|
|
7403
7413
|
var classof = _dereq_('../internals/classof');
|
|
7404
7414
|
|
|
7405
7415
|
var $String = String;
|
|
@@ -7409,7 +7419,7 @@ module.exports = function (argument) {
|
|
|
7409
7419
|
return $String(argument);
|
|
7410
7420
|
};
|
|
7411
7421
|
|
|
7412
|
-
},{"../internals/classof":48}],
|
|
7422
|
+
},{"../internals/classof":48}],181:[function(_dereq_,module,exports){
|
|
7413
7423
|
var $String = String;
|
|
7414
7424
|
|
|
7415
7425
|
module.exports = function (argument) {
|
|
@@ -7420,7 +7430,7 @@ module.exports = function (argument) {
|
|
|
7420
7430
|
}
|
|
7421
7431
|
};
|
|
7422
7432
|
|
|
7423
|
-
},{}],
|
|
7433
|
+
},{}],182:[function(_dereq_,module,exports){
|
|
7424
7434
|
'use strict';
|
|
7425
7435
|
var $ = _dereq_('../internals/export');
|
|
7426
7436
|
var global = _dereq_('../internals/global');
|
|
@@ -7664,7 +7674,7 @@ if (DESCRIPTORS) {
|
|
|
7664
7674
|
};
|
|
7665
7675
|
} else module.exports = function () { /* empty */ };
|
|
7666
7676
|
|
|
7667
|
-
},{"../internals/an-instance":24,"../internals/array-buffer":28,"../internals/array-buffer-view-core":27,"../internals/array-iteration":35,"../internals/classof":48,"../internals/create-non-enumerable-property":52,"../internals/create-property-descriptor":53,"../internals/descriptors":61,"../internals/export":
|
|
7677
|
+
},{"../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":52,"../internals/create-property-descriptor":53,"../internals/descriptors":61,"../internals/export":77,"../internals/function-call":83,"../internals/global":91,"../internals/has-own-property":92,"../internals/inherit-if-required":99,"../internals/internal-state":101,"../internals/is-integral-number":107,"../internals/is-object":108,"../internals/is-symbol":110,"../internals/object-create":126,"../internals/object-define-property":128,"../internals/object-get-own-property-descriptor":129,"../internals/object-get-own-property-names":131,"../internals/object-is-prototype-of":134,"../internals/object-set-prototype-of":138,"../internals/set-species":156,"../internals/to-index":170,"../internals/to-length":173,"../internals/to-offset":175,"../internals/to-property-key":178,"../internals/typed-array-constructors-require-wrappers":183,"../internals/typed-array-from":185}],183:[function(_dereq_,module,exports){
|
|
7668
7678
|
/* eslint-disable no-new -- required for testing */
|
|
7669
7679
|
var global = _dereq_('../internals/global');
|
|
7670
7680
|
var fails = _dereq_('../internals/fails');
|
|
@@ -7688,7 +7698,7 @@ module.exports = !NATIVE_ARRAY_BUFFER_VIEWS || !fails(function () {
|
|
|
7688
7698
|
return new Int8Array(new ArrayBuffer(2), 1, undefined).length !== 1;
|
|
7689
7699
|
});
|
|
7690
7700
|
|
|
7691
|
-
},{"../internals/array-buffer-view-core":27,"../internals/check-correctness-of-iteration":46,"../internals/fails":
|
|
7701
|
+
},{"../internals/array-buffer-view-core":27,"../internals/check-correctness-of-iteration":46,"../internals/fails":78,"../internals/global":91}],184:[function(_dereq_,module,exports){
|
|
7692
7702
|
var arrayFromConstructorAndList = _dereq_('../internals/array-from-constructor-and-list');
|
|
7693
7703
|
var typedArraySpeciesConstructor = _dereq_('../internals/typed-array-species-constructor');
|
|
7694
7704
|
|
|
@@ -7696,7 +7706,7 @@ module.exports = function (instance, list) {
|
|
|
7696
7706
|
return arrayFromConstructorAndList(typedArraySpeciesConstructor(instance), list);
|
|
7697
7707
|
};
|
|
7698
7708
|
|
|
7699
|
-
},{"../internals/array-from-constructor-and-list":32,"../internals/typed-array-species-constructor":
|
|
7709
|
+
},{"../internals/array-from-constructor-and-list":32,"../internals/typed-array-species-constructor":186}],185:[function(_dereq_,module,exports){
|
|
7700
7710
|
var bind = _dereq_('../internals/function-bind-context');
|
|
7701
7711
|
var call = _dereq_('../internals/function-call');
|
|
7702
7712
|
var aConstructor = _dereq_('../internals/a-constructor');
|
|
@@ -7734,7 +7744,7 @@ module.exports = function from(source /* , mapfn, thisArg */) {
|
|
|
7734
7744
|
return result;
|
|
7735
7745
|
};
|
|
7736
7746
|
|
|
7737
|
-
},{"../internals/a-constructor":20,"../internals/array-buffer-view-core":27,"../internals/function-bind-context":
|
|
7747
|
+
},{"../internals/a-constructor":20,"../internals/array-buffer-view-core":27,"../internals/function-bind-context":81,"../internals/function-call":83,"../internals/get-iterator":88,"../internals/get-iterator-method":87,"../internals/is-array-iterator-method":102,"../internals/length-of-array-like":115,"../internals/to-object":174}],186:[function(_dereq_,module,exports){
|
|
7738
7748
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
7739
7749
|
var speciesConstructor = _dereq_('../internals/species-constructor');
|
|
7740
7750
|
|
|
@@ -7747,7 +7757,7 @@ module.exports = function (originalArray) {
|
|
|
7747
7757
|
return aTypedArrayConstructor(speciesConstructor(originalArray, getTypedArrayConstructor(originalArray)));
|
|
7748
7758
|
};
|
|
7749
7759
|
|
|
7750
|
-
},{"../internals/array-buffer-view-core":27,"../internals/species-constructor":
|
|
7760
|
+
},{"../internals/array-buffer-view-core":27,"../internals/species-constructor":161}],187:[function(_dereq_,module,exports){
|
|
7751
7761
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
7752
7762
|
|
|
7753
7763
|
var id = 0;
|
|
@@ -7758,7 +7768,7 @@ module.exports = function (key) {
|
|
|
7758
7768
|
return 'Symbol(' + (key === undefined ? '' : key) + ')_' + toString(++id + postfix, 36);
|
|
7759
7769
|
};
|
|
7760
7770
|
|
|
7761
|
-
},{"../internals/function-uncurry-this":
|
|
7771
|
+
},{"../internals/function-uncurry-this":85}],188:[function(_dereq_,module,exports){
|
|
7762
7772
|
/* eslint-disable es-x/no-symbol -- required for testing */
|
|
7763
7773
|
var NATIVE_SYMBOL = _dereq_('../internals/native-symbol');
|
|
7764
7774
|
|
|
@@ -7766,7 +7776,7 @@ module.exports = NATIVE_SYMBOL
|
|
|
7766
7776
|
&& !Symbol.sham
|
|
7767
7777
|
&& typeof Symbol.iterator == 'symbol';
|
|
7768
7778
|
|
|
7769
|
-
},{"../internals/native-symbol":
|
|
7779
|
+
},{"../internals/native-symbol":119}],189:[function(_dereq_,module,exports){
|
|
7770
7780
|
var DESCRIPTORS = _dereq_('../internals/descriptors');
|
|
7771
7781
|
var fails = _dereq_('../internals/fails');
|
|
7772
7782
|
|
|
@@ -7780,7 +7790,7 @@ module.exports = DESCRIPTORS && fails(function () {
|
|
|
7780
7790
|
}).prototype != 42;
|
|
7781
7791
|
});
|
|
7782
7792
|
|
|
7783
|
-
},{"../internals/descriptors":61,"../internals/fails":
|
|
7793
|
+
},{"../internals/descriptors":61,"../internals/fails":78}],190:[function(_dereq_,module,exports){
|
|
7784
7794
|
var $TypeError = TypeError;
|
|
7785
7795
|
|
|
7786
7796
|
module.exports = function (passed, required) {
|
|
@@ -7788,7 +7798,7 @@ module.exports = function (passed, required) {
|
|
|
7788
7798
|
return passed;
|
|
7789
7799
|
};
|
|
7790
7800
|
|
|
7791
|
-
},{}],
|
|
7801
|
+
},{}],191:[function(_dereq_,module,exports){
|
|
7792
7802
|
var global = _dereq_('../internals/global');
|
|
7793
7803
|
var shared = _dereq_('../internals/shared');
|
|
7794
7804
|
var hasOwn = _dereq_('../internals/has-own-property');
|
|
@@ -7814,12 +7824,12 @@ module.exports = function (name) {
|
|
|
7814
7824
|
} return WellKnownSymbolsStore[name];
|
|
7815
7825
|
};
|
|
7816
7826
|
|
|
7817
|
-
},{"../internals/global":
|
|
7827
|
+
},{"../internals/global":91,"../internals/has-own-property":92,"../internals/native-symbol":119,"../internals/shared":160,"../internals/uid":187,"../internals/use-symbol-as-uid":188}],192:[function(_dereq_,module,exports){
|
|
7818
7828
|
// a string of all valid unicode whitespaces
|
|
7819
7829
|
module.exports = '\u0009\u000A\u000B\u000C\u000D\u0020\u00A0\u1680\u2000\u2001\u2002' +
|
|
7820
7830
|
'\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF';
|
|
7821
7831
|
|
|
7822
|
-
},{}],
|
|
7832
|
+
},{}],193:[function(_dereq_,module,exports){
|
|
7823
7833
|
'use strict';
|
|
7824
7834
|
var $ = _dereq_('../internals/export');
|
|
7825
7835
|
var global = _dereq_('../internals/global');
|
|
@@ -7838,7 +7848,7 @@ $({ global: true, constructor: true, forced: NativeArrayBuffer !== ArrayBuffer }
|
|
|
7838
7848
|
|
|
7839
7849
|
setSpecies(ARRAY_BUFFER);
|
|
7840
7850
|
|
|
7841
|
-
},{"../internals/array-buffer":28,"../internals/export":
|
|
7851
|
+
},{"../internals/array-buffer":28,"../internals/export":77,"../internals/global":91,"../internals/set-species":156}],194:[function(_dereq_,module,exports){
|
|
7842
7852
|
'use strict';
|
|
7843
7853
|
var $ = _dereq_('../internals/export');
|
|
7844
7854
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
@@ -7880,7 +7890,7 @@ $({ target: 'ArrayBuffer', proto: true, unsafe: true, forced: INCORRECT_SLICE },
|
|
|
7880
7890
|
}
|
|
7881
7891
|
});
|
|
7882
7892
|
|
|
7883
|
-
},{"../internals/an-object":25,"../internals/array-buffer":28,"../internals/export":
|
|
7893
|
+
},{"../internals/an-object":25,"../internals/array-buffer":28,"../internals/export":77,"../internals/fails":78,"../internals/function-uncurry-this":85,"../internals/species-constructor":161,"../internals/to-absolute-index":168,"../internals/to-length":173}],195:[function(_dereq_,module,exports){
|
|
7884
7894
|
'use strict';
|
|
7885
7895
|
var $ = _dereq_('../internals/export');
|
|
7886
7896
|
var forEach = _dereq_('../internals/array-for-each');
|
|
@@ -7892,7 +7902,7 @@ $({ target: 'Array', proto: true, forced: [].forEach != forEach }, {
|
|
|
7892
7902
|
forEach: forEach
|
|
7893
7903
|
});
|
|
7894
7904
|
|
|
7895
|
-
},{"../internals/array-for-each":31,"../internals/export":
|
|
7905
|
+
},{"../internals/array-for-each":31,"../internals/export":77}],196:[function(_dereq_,module,exports){
|
|
7896
7906
|
'use strict';
|
|
7897
7907
|
/* eslint-disable es-x/no-array-prototype-indexof -- required for testing */
|
|
7898
7908
|
var $ = _dereq_('../internals/export');
|
|
@@ -7917,7 +7927,7 @@ $({ target: 'Array', proto: true, forced: NEGATIVE_ZERO || !STRICT_METHOD }, {
|
|
|
7917
7927
|
}
|
|
7918
7928
|
});
|
|
7919
7929
|
|
|
7920
|
-
},{"../internals/array-includes":34,"../internals/array-method-is-strict":38,"../internals/export":
|
|
7930
|
+
},{"../internals/array-includes":34,"../internals/array-method-is-strict":38,"../internals/export":77,"../internals/function-uncurry-this":85}],197:[function(_dereq_,module,exports){
|
|
7921
7931
|
'use strict';
|
|
7922
7932
|
var toIndexedObject = _dereq_('../internals/to-indexed-object');
|
|
7923
7933
|
var addToUnscopables = _dereq_('../internals/add-to-unscopables');
|
|
@@ -7980,7 +7990,7 @@ if (!IS_PURE && DESCRIPTORS && values.name !== 'values') try {
|
|
|
7980
7990
|
defineProperty(values, 'name', { value: 'values' });
|
|
7981
7991
|
} catch (error) { /* empty */ }
|
|
7982
7992
|
|
|
7983
|
-
},{"../internals/add-to-unscopables":22,"../internals/define-iterator":59,"../internals/descriptors":61,"../internals/internal-state":
|
|
7993
|
+
},{"../internals/add-to-unscopables":22,"../internals/define-iterator":59,"../internals/descriptors":61,"../internals/internal-state":101,"../internals/is-pure":109,"../internals/iterators":114,"../internals/object-define-property":128,"../internals/to-indexed-object":171}],198:[function(_dereq_,module,exports){
|
|
7984
7994
|
'use strict';
|
|
7985
7995
|
var $ = _dereq_('../internals/export');
|
|
7986
7996
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
@@ -8001,7 +8011,7 @@ $({ target: 'Array', proto: true, forced: ES3_STRINGS || !STRICT_METHOD }, {
|
|
|
8001
8011
|
}
|
|
8002
8012
|
});
|
|
8003
8013
|
|
|
8004
|
-
},{"../internals/array-method-is-strict":38,"../internals/export":
|
|
8014
|
+
},{"../internals/array-method-is-strict":38,"../internals/export":77,"../internals/function-uncurry-this":85,"../internals/indexed-object":98,"../internals/to-indexed-object":171}],199:[function(_dereq_,module,exports){
|
|
8005
8015
|
'use strict';
|
|
8006
8016
|
var $ = _dereq_('../internals/export');
|
|
8007
8017
|
var isArray = _dereq_('../internals/is-array');
|
|
@@ -8052,34 +8062,7 @@ $({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {
|
|
|
8052
8062
|
}
|
|
8053
8063
|
});
|
|
8054
8064
|
|
|
8055
|
-
},{"../internals/array-method-has-species-support":37,"../internals/array-slice":41,"../internals/create-property":54,"../internals/export":
|
|
8056
|
-
var DESCRIPTORS = _dereq_('../internals/descriptors');
|
|
8057
|
-
var FUNCTION_NAME_EXISTS = _dereq_('../internals/function-name').EXISTS;
|
|
8058
|
-
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
8059
|
-
var defineProperty = _dereq_('../internals/object-define-property').f;
|
|
8060
|
-
|
|
8061
|
-
var FunctionPrototype = Function.prototype;
|
|
8062
|
-
var functionToString = uncurryThis(FunctionPrototype.toString);
|
|
8063
|
-
var nameRE = /function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/;
|
|
8064
|
-
var regExpExec = uncurryThis(nameRE.exec);
|
|
8065
|
-
var NAME = 'name';
|
|
8066
|
-
|
|
8067
|
-
// Function instances `.name` property
|
|
8068
|
-
// https://tc39.es/ecma262/#sec-function-instances-name
|
|
8069
|
-
if (DESCRIPTORS && !FUNCTION_NAME_EXISTS) {
|
|
8070
|
-
defineProperty(FunctionPrototype, NAME, {
|
|
8071
|
-
configurable: true,
|
|
8072
|
-
get: function () {
|
|
8073
|
-
try {
|
|
8074
|
-
return regExpExec(nameRE, functionToString(this))[1];
|
|
8075
|
-
} catch (error) {
|
|
8076
|
-
return '';
|
|
8077
|
-
}
|
|
8078
|
-
}
|
|
8079
|
-
});
|
|
8080
|
-
}
|
|
8081
|
-
|
|
8082
|
-
},{"../internals/descriptors":61,"../internals/function-name":83,"../internals/function-uncurry-this":84,"../internals/object-define-property":127}],200:[function(_dereq_,module,exports){
|
|
8065
|
+
},{"../internals/array-method-has-species-support":37,"../internals/array-slice":41,"../internals/create-property":54,"../internals/export":77,"../internals/is-array":103,"../internals/is-constructor":105,"../internals/is-object":108,"../internals/length-of-array-like":115,"../internals/to-absolute-index":168,"../internals/to-indexed-object":171,"../internals/well-known-symbol":191}],200:[function(_dereq_,module,exports){
|
|
8083
8066
|
'use strict';
|
|
8084
8067
|
var $ = _dereq_('../internals/export');
|
|
8085
8068
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
@@ -8212,7 +8195,7 @@ $({ target: 'Number', proto: true, forced: FORCED }, {
|
|
|
8212
8195
|
}
|
|
8213
8196
|
});
|
|
8214
8197
|
|
|
8215
|
-
},{"../internals/export":
|
|
8198
|
+
},{"../internals/export":77,"../internals/fails":78,"../internals/function-uncurry-this":85,"../internals/string-repeat":164,"../internals/this-number-value":167,"../internals/to-integer-or-infinity":172}],201:[function(_dereq_,module,exports){
|
|
8216
8199
|
var $ = _dereq_('../internals/export');
|
|
8217
8200
|
var DESCRIPTORS = _dereq_('../internals/descriptors');
|
|
8218
8201
|
var defineProperty = _dereq_('../internals/object-define-property').f;
|
|
@@ -8224,7 +8207,7 @@ $({ target: 'Object', stat: true, forced: Object.defineProperty !== defineProper
|
|
|
8224
8207
|
defineProperty: defineProperty
|
|
8225
8208
|
});
|
|
8226
8209
|
|
|
8227
|
-
},{"../internals/descriptors":61,"../internals/export":
|
|
8210
|
+
},{"../internals/descriptors":61,"../internals/export":77,"../internals/object-define-property":128}],202:[function(_dereq_,module,exports){
|
|
8228
8211
|
var $ = _dereq_('../internals/export');
|
|
8229
8212
|
var fails = _dereq_('../internals/fails');
|
|
8230
8213
|
var getOwnPropertyNames = _dereq_('../internals/object-get-own-property-names-external').f;
|
|
@@ -8238,7 +8221,7 @@ $({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {
|
|
|
8238
8221
|
getOwnPropertyNames: getOwnPropertyNames
|
|
8239
8222
|
});
|
|
8240
8223
|
|
|
8241
|
-
},{"../internals/export":
|
|
8224
|
+
},{"../internals/export":77,"../internals/fails":78,"../internals/object-get-own-property-names-external":130}],203:[function(_dereq_,module,exports){
|
|
8242
8225
|
var $ = _dereq_('../internals/export');
|
|
8243
8226
|
var toObject = _dereq_('../internals/to-object');
|
|
8244
8227
|
var nativeKeys = _dereq_('../internals/object-keys');
|
|
@@ -8254,7 +8237,7 @@ $({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {
|
|
|
8254
8237
|
}
|
|
8255
8238
|
});
|
|
8256
8239
|
|
|
8257
|
-
},{"../internals/export":
|
|
8240
|
+
},{"../internals/export":77,"../internals/fails":78,"../internals/object-keys":136,"../internals/to-object":174}],204:[function(_dereq_,module,exports){
|
|
8258
8241
|
var TO_STRING_TAG_SUPPORT = _dereq_('../internals/to-string-tag-support');
|
|
8259
8242
|
var defineBuiltIn = _dereq_('../internals/define-built-in');
|
|
8260
8243
|
var toString = _dereq_('../internals/object-to-string');
|
|
@@ -8265,7 +8248,7 @@ if (!TO_STRING_TAG_SUPPORT) {
|
|
|
8265
8248
|
defineBuiltIn(Object.prototype, 'toString', toString, { unsafe: true });
|
|
8266
8249
|
}
|
|
8267
8250
|
|
|
8268
|
-
},{"../internals/define-built-in":56,"../internals/object-to-string":
|
|
8251
|
+
},{"../internals/define-built-in":56,"../internals/object-to-string":139,"../internals/to-string-tag-support":179}],205:[function(_dereq_,module,exports){
|
|
8269
8252
|
var $ = _dereq_('../internals/export');
|
|
8270
8253
|
var $parseFloat = _dereq_('../internals/number-parse-float');
|
|
8271
8254
|
|
|
@@ -8275,7 +8258,7 @@ $({ global: true, forced: parseFloat != $parseFloat }, {
|
|
|
8275
8258
|
parseFloat: $parseFloat
|
|
8276
8259
|
});
|
|
8277
8260
|
|
|
8278
|
-
},{"../internals/export":
|
|
8261
|
+
},{"../internals/export":77,"../internals/number-parse-float":123}],206:[function(_dereq_,module,exports){
|
|
8279
8262
|
var $ = _dereq_('../internals/export');
|
|
8280
8263
|
var $parseInt = _dereq_('../internals/number-parse-int');
|
|
8281
8264
|
|
|
@@ -8285,7 +8268,7 @@ $({ global: true, forced: parseInt != $parseInt }, {
|
|
|
8285
8268
|
parseInt: $parseInt
|
|
8286
8269
|
});
|
|
8287
8270
|
|
|
8288
|
-
},{"../internals/export":
|
|
8271
|
+
},{"../internals/export":77,"../internals/number-parse-int":124}],207:[function(_dereq_,module,exports){
|
|
8289
8272
|
'use strict';
|
|
8290
8273
|
var $ = _dereq_('../internals/export');
|
|
8291
8274
|
var call = _dereq_('../internals/function-call');
|
|
@@ -8326,7 +8309,7 @@ $({ target: 'Promise', stat: true, forced: PROMISE_STATICS_INCORRECT_ITERATION }
|
|
|
8326
8309
|
}
|
|
8327
8310
|
});
|
|
8328
8311
|
|
|
8329
|
-
},{"../internals/a-callable":19,"../internals/export":
|
|
8312
|
+
},{"../internals/a-callable":19,"../internals/export":77,"../internals/function-call":83,"../internals/iterate":111,"../internals/new-promise-capability":122,"../internals/perform":142,"../internals/promise-statics-incorrect-iteration":146}],208:[function(_dereq_,module,exports){
|
|
8330
8313
|
'use strict';
|
|
8331
8314
|
var $ = _dereq_('../internals/export');
|
|
8332
8315
|
var IS_PURE = _dereq_('../internals/is-pure');
|
|
@@ -8354,7 +8337,7 @@ if (!IS_PURE && isCallable(NativePromiseConstructor)) {
|
|
|
8354
8337
|
}
|
|
8355
8338
|
}
|
|
8356
8339
|
|
|
8357
|
-
},{"../internals/define-built-in":56,"../internals/export":
|
|
8340
|
+
},{"../internals/define-built-in":56,"../internals/export":77,"../internals/get-built-in":86,"../internals/is-callable":104,"../internals/is-pure":109,"../internals/promise-constructor-detection":143,"../internals/promise-native-constructor":144}],209:[function(_dereq_,module,exports){
|
|
8358
8341
|
'use strict';
|
|
8359
8342
|
var $ = _dereq_('../internals/export');
|
|
8360
8343
|
var IS_PURE = _dereq_('../internals/is-pure');
|
|
@@ -8644,7 +8627,7 @@ $({ global: true, constructor: true, wrap: true, forced: FORCED_PROMISE_CONSTRUC
|
|
|
8644
8627
|
setToStringTag(PromiseConstructor, PROMISE, false, true);
|
|
8645
8628
|
setSpecies(PROMISE);
|
|
8646
8629
|
|
|
8647
|
-
},{"../internals/a-callable":19,"../internals/an-instance":24,"../internals/define-built-in":56,"../internals/engine-is-node":
|
|
8630
|
+
},{"../internals/a-callable":19,"../internals/an-instance":24,"../internals/define-built-in":56,"../internals/engine-is-node":71,"../internals/export":77,"../internals/function-call":83,"../internals/global":91,"../internals/host-report-errors":94,"../internals/internal-state":101,"../internals/is-callable":104,"../internals/is-object":108,"../internals/is-pure":109,"../internals/microtask":118,"../internals/new-promise-capability":122,"../internals/object-set-prototype-of":138,"../internals/perform":142,"../internals/promise-constructor-detection":143,"../internals/promise-native-constructor":144,"../internals/queue":147,"../internals/set-species":156,"../internals/set-to-string-tag":157,"../internals/species-constructor":161,"../internals/task":166}],210:[function(_dereq_,module,exports){
|
|
8648
8631
|
// TODO: Remove this module from `core-js@4` since it's split to modules listed below
|
|
8649
8632
|
_dereq_('../modules/es.promise.constructor');
|
|
8650
8633
|
_dereq_('../modules/es.promise.all');
|
|
@@ -8681,7 +8664,7 @@ $({ target: 'Promise', stat: true, forced: PROMISE_STATICS_INCORRECT_ITERATION }
|
|
|
8681
8664
|
}
|
|
8682
8665
|
});
|
|
8683
8666
|
|
|
8684
|
-
},{"../internals/a-callable":19,"../internals/export":
|
|
8667
|
+
},{"../internals/a-callable":19,"../internals/export":77,"../internals/function-call":83,"../internals/iterate":111,"../internals/new-promise-capability":122,"../internals/perform":142,"../internals/promise-statics-incorrect-iteration":146}],212:[function(_dereq_,module,exports){
|
|
8685
8668
|
'use strict';
|
|
8686
8669
|
var $ = _dereq_('../internals/export');
|
|
8687
8670
|
var call = _dereq_('../internals/function-call');
|
|
@@ -8698,7 +8681,7 @@ $({ target: 'Promise', stat: true, forced: FORCED_PROMISE_CONSTRUCTOR }, {
|
|
|
8698
8681
|
}
|
|
8699
8682
|
});
|
|
8700
8683
|
|
|
8701
|
-
},{"../internals/export":
|
|
8684
|
+
},{"../internals/export":77,"../internals/function-call":83,"../internals/new-promise-capability":122,"../internals/promise-constructor-detection":143}],213:[function(_dereq_,module,exports){
|
|
8702
8685
|
'use strict';
|
|
8703
8686
|
var $ = _dereq_('../internals/export');
|
|
8704
8687
|
var getBuiltIn = _dereq_('../internals/get-built-in');
|
|
@@ -8718,7 +8701,7 @@ $({ target: 'Promise', stat: true, forced: IS_PURE || FORCED_PROMISE_CONSTRUCTOR
|
|
|
8718
8701
|
}
|
|
8719
8702
|
});
|
|
8720
8703
|
|
|
8721
|
-
},{"../internals/export":
|
|
8704
|
+
},{"../internals/export":77,"../internals/get-built-in":86,"../internals/is-pure":109,"../internals/promise-constructor-detection":143,"../internals/promise-native-constructor":144,"../internals/promise-resolve":145}],214:[function(_dereq_,module,exports){
|
|
8722
8705
|
'use strict';
|
|
8723
8706
|
var $ = _dereq_('../internals/export');
|
|
8724
8707
|
var exec = _dereq_('../internals/regexp-exec');
|
|
@@ -8729,7 +8712,7 @@ $({ target: 'RegExp', proto: true, forced: /./.exec !== exec }, {
|
|
|
8729
8712
|
exec: exec
|
|
8730
8713
|
});
|
|
8731
8714
|
|
|
8732
|
-
},{"../internals/export":
|
|
8715
|
+
},{"../internals/export":77,"../internals/regexp-exec":149}],215:[function(_dereq_,module,exports){
|
|
8733
8716
|
'use strict';
|
|
8734
8717
|
var PROPER_FUNCTION_NAME = _dereq_('../internals/function-name').PROPER;
|
|
8735
8718
|
var defineBuiltIn = _dereq_('../internals/define-built-in');
|
|
@@ -8757,7 +8740,7 @@ if (NOT_GENERIC || INCORRECT_NAME) {
|
|
|
8757
8740
|
}, { unsafe: true });
|
|
8758
8741
|
}
|
|
8759
8742
|
|
|
8760
|
-
},{"../internals/an-object":25,"../internals/define-built-in":56,"../internals/fails":
|
|
8743
|
+
},{"../internals/an-object":25,"../internals/define-built-in":56,"../internals/fails":78,"../internals/function-name":84,"../internals/regexp-get-flags":151,"../internals/to-string":180}],216:[function(_dereq_,module,exports){
|
|
8761
8744
|
'use strict';
|
|
8762
8745
|
var charAt = _dereq_('../internals/string-multibyte').charAt;
|
|
8763
8746
|
var toString = _dereq_('../internals/to-string');
|
|
@@ -8789,7 +8772,7 @@ defineIterator(String, 'String', function (iterated) {
|
|
|
8789
8772
|
return { value: point, done: false };
|
|
8790
8773
|
});
|
|
8791
8774
|
|
|
8792
|
-
},{"../internals/define-iterator":59,"../internals/internal-state":
|
|
8775
|
+
},{"../internals/define-iterator":59,"../internals/internal-state":101,"../internals/string-multibyte":162,"../internals/to-string":180}],217:[function(_dereq_,module,exports){
|
|
8793
8776
|
'use strict';
|
|
8794
8777
|
var apply = _dereq_('../internals/function-apply');
|
|
8795
8778
|
var call = _dereq_('../internals/function-call');
|
|
@@ -8927,7 +8910,7 @@ fixRegExpWellKnownSymbolLogic('replace', function (_, nativeReplace, maybeCallNa
|
|
|
8927
8910
|
];
|
|
8928
8911
|
}, !REPLACE_SUPPORTS_NAMED_GROUPS || !REPLACE_KEEPS_$0 || REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE);
|
|
8929
8912
|
|
|
8930
|
-
},{"../internals/advance-string-index":23,"../internals/an-object":25,"../internals/fails":
|
|
8913
|
+
},{"../internals/advance-string-index":23,"../internals/an-object":25,"../internals/fails":78,"../internals/fix-regexp-well-known-symbol-logic":79,"../internals/function-apply":80,"../internals/function-call":83,"../internals/function-uncurry-this":85,"../internals/get-method":89,"../internals/get-substitution":90,"../internals/is-callable":104,"../internals/regexp-exec-abstract":148,"../internals/require-object-coercible":155,"../internals/to-integer-or-infinity":172,"../internals/to-length":173,"../internals/to-string":180,"../internals/well-known-symbol":191}],218:[function(_dereq_,module,exports){
|
|
8931
8914
|
'use strict';
|
|
8932
8915
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
8933
8916
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
@@ -8943,7 +8926,7 @@ exportTypedArrayMethod('copyWithin', function copyWithin(target, start /* , end
|
|
|
8943
8926
|
return u$ArrayCopyWithin(aTypedArray(this), target, start, arguments.length > 2 ? arguments[2] : undefined);
|
|
8944
8927
|
});
|
|
8945
8928
|
|
|
8946
|
-
},{"../internals/array-buffer-view-core":27,"../internals/array-copy-within":29,"../internals/function-uncurry-this":
|
|
8929
|
+
},{"../internals/array-buffer-view-core":27,"../internals/array-copy-within":29,"../internals/function-uncurry-this":85}],219:[function(_dereq_,module,exports){
|
|
8947
8930
|
'use strict';
|
|
8948
8931
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
8949
8932
|
var $every = _dereq_('../internals/array-iteration').every;
|
|
@@ -8988,7 +8971,7 @@ exportTypedArrayMethod('fill', function fill(value /* , start, end */) {
|
|
|
8988
8971
|
return call($fill, this, actualValue, length > 1 ? arguments[1] : undefined, length > 2 ? arguments[2] : undefined);
|
|
8989
8972
|
}, CONVERSION_BUG);
|
|
8990
8973
|
|
|
8991
|
-
},{"../internals/array-buffer-view-core":27,"../internals/array-fill":30,"../internals/classof":48,"../internals/fails":
|
|
8974
|
+
},{"../internals/array-buffer-view-core":27,"../internals/array-fill":30,"../internals/classof":48,"../internals/fails":78,"../internals/function-call":83,"../internals/function-uncurry-this":85,"../internals/to-big-int":169}],221:[function(_dereq_,module,exports){
|
|
8992
8975
|
'use strict';
|
|
8993
8976
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
8994
8977
|
var $filter = _dereq_('../internals/array-iteration').filter;
|
|
@@ -9004,7 +8987,7 @@ exportTypedArrayMethod('filter', function filter(callbackfn /* , thisArg */) {
|
|
|
9004
8987
|
return fromSpeciesAndList(this, list);
|
|
9005
8988
|
});
|
|
9006
8989
|
|
|
9007
|
-
},{"../internals/array-buffer-view-core":27,"../internals/array-iteration":35,"../internals/typed-array-from-species-and-list":
|
|
8990
|
+
},{"../internals/array-buffer-view-core":27,"../internals/array-iteration":35,"../internals/typed-array-from-species-and-list":184}],222:[function(_dereq_,module,exports){
|
|
9008
8991
|
'use strict';
|
|
9009
8992
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
9010
8993
|
var $findIndex = _dereq_('../internals/array-iteration').findIndex;
|
|
@@ -9122,7 +9105,7 @@ exportTypedArrayMethod('values', typedArrayValues, GENERIC || !ITERATOR_IS_VALUE
|
|
|
9122
9105
|
// https://tc39.es/ecma262/#sec-%typedarray%.prototype-@@iterator
|
|
9123
9106
|
exportTypedArrayMethod(ITERATOR, typedArrayValues, GENERIC || !ITERATOR_IS_VALUES, { name: 'values' });
|
|
9124
9107
|
|
|
9125
|
-
},{"../internals/array-buffer-view-core":27,"../internals/fails":
|
|
9108
|
+
},{"../internals/array-buffer-view-core":27,"../internals/fails":78,"../internals/function-uncurry-this":85,"../internals/global":91,"../internals/well-known-symbol":191,"../modules/es.array.iterator":197}],228:[function(_dereq_,module,exports){
|
|
9126
9109
|
'use strict';
|
|
9127
9110
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
9128
9111
|
var uncurryThis = _dereq_('../internals/function-uncurry-this');
|
|
@@ -9137,7 +9120,7 @@ exportTypedArrayMethod('join', function join(separator) {
|
|
|
9137
9120
|
return $join(aTypedArray(this), separator);
|
|
9138
9121
|
});
|
|
9139
9122
|
|
|
9140
|
-
},{"../internals/array-buffer-view-core":27,"../internals/function-uncurry-this":
|
|
9123
|
+
},{"../internals/array-buffer-view-core":27,"../internals/function-uncurry-this":85}],229:[function(_dereq_,module,exports){
|
|
9141
9124
|
'use strict';
|
|
9142
9125
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
9143
9126
|
var apply = _dereq_('../internals/function-apply');
|
|
@@ -9153,7 +9136,7 @@ exportTypedArrayMethod('lastIndexOf', function lastIndexOf(searchElement /* , fr
|
|
|
9153
9136
|
return apply($lastIndexOf, aTypedArray(this), length > 1 ? [searchElement, arguments[1]] : [searchElement]);
|
|
9154
9137
|
});
|
|
9155
9138
|
|
|
9156
|
-
},{"../internals/array-buffer-view-core":27,"../internals/array-last-index-of":36,"../internals/function-apply":
|
|
9139
|
+
},{"../internals/array-buffer-view-core":27,"../internals/array-last-index-of":36,"../internals/function-apply":80}],230:[function(_dereq_,module,exports){
|
|
9157
9140
|
'use strict';
|
|
9158
9141
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
9159
9142
|
var $map = _dereq_('../internals/array-iteration').map;
|
|
@@ -9170,7 +9153,7 @@ exportTypedArrayMethod('map', function map(mapfn /* , thisArg */) {
|
|
|
9170
9153
|
});
|
|
9171
9154
|
});
|
|
9172
9155
|
|
|
9173
|
-
},{"../internals/array-buffer-view-core":27,"../internals/array-iteration":35,"../internals/typed-array-species-constructor":
|
|
9156
|
+
},{"../internals/array-buffer-view-core":27,"../internals/array-iteration":35,"../internals/typed-array-species-constructor":186}],231:[function(_dereq_,module,exports){
|
|
9174
9157
|
'use strict';
|
|
9175
9158
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
9176
9159
|
var $reduceRight = _dereq_('../internals/array-reduce').right;
|
|
@@ -9269,7 +9252,7 @@ exportTypedArrayMethod('set', function set(arrayLike /* , offset */) {
|
|
|
9269
9252
|
while (index < len) this[offset + index] = src[index++];
|
|
9270
9253
|
}, !WORKS_WITH_OBJECTS_AND_GEERIC_ON_TYPED_ARRAYS || TO_OBJECT_BUG);
|
|
9271
9254
|
|
|
9272
|
-
},{"../internals/array-buffer-view-core":27,"../internals/fails":
|
|
9255
|
+
},{"../internals/array-buffer-view-core":27,"../internals/fails":78,"../internals/function-call":83,"../internals/global":91,"../internals/length-of-array-like":115,"../internals/to-object":174,"../internals/to-offset":175}],235:[function(_dereq_,module,exports){
|
|
9273
9256
|
'use strict';
|
|
9274
9257
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
9275
9258
|
var typedArraySpeciesConstructor = _dereq_('../internals/typed-array-species-constructor');
|
|
@@ -9296,7 +9279,7 @@ exportTypedArrayMethod('slice', function slice(start, end) {
|
|
|
9296
9279
|
return result;
|
|
9297
9280
|
}, FORCED);
|
|
9298
9281
|
|
|
9299
|
-
},{"../internals/array-buffer-view-core":27,"../internals/array-slice":41,"../internals/fails":
|
|
9282
|
+
},{"../internals/array-buffer-view-core":27,"../internals/array-slice":41,"../internals/fails":78,"../internals/typed-array-species-constructor":186}],236:[function(_dereq_,module,exports){
|
|
9300
9283
|
'use strict';
|
|
9301
9284
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
9302
9285
|
var $some = _dereq_('../internals/array-iteration').some;
|
|
@@ -9382,7 +9365,7 @@ exportTypedArrayMethod('sort', function sort(comparefn) {
|
|
|
9382
9365
|
return internalSort(aTypedArray(this), getSortCompare(comparefn));
|
|
9383
9366
|
}, !STABLE_SORT || ACCEPT_INCORRECT_ARGUMENTS);
|
|
9384
9367
|
|
|
9385
|
-
},{"../internals/a-callable":19,"../internals/array-buffer-view-core":27,"../internals/array-sort":42,"../internals/engine-ff-version":65,"../internals/engine-is-ie-or-edge":
|
|
9368
|
+
},{"../internals/a-callable":19,"../internals/array-buffer-view-core":27,"../internals/array-sort":42,"../internals/engine-ff-version":65,"../internals/engine-is-ie-or-edge":68,"../internals/engine-v8-version":74,"../internals/engine-webkit-version":75,"../internals/fails":78,"../internals/function-uncurry-this":85,"../internals/global":91}],238:[function(_dereq_,module,exports){
|
|
9386
9369
|
'use strict';
|
|
9387
9370
|
var ArrayBufferViewCore = _dereq_('../internals/array-buffer-view-core');
|
|
9388
9371
|
var toLength = _dereq_('../internals/to-length');
|
|
@@ -9406,7 +9389,7 @@ exportTypedArrayMethod('subarray', function subarray(begin, end) {
|
|
|
9406
9389
|
);
|
|
9407
9390
|
});
|
|
9408
9391
|
|
|
9409
|
-
},{"../internals/array-buffer-view-core":27,"../internals/to-absolute-index":
|
|
9392
|
+
},{"../internals/array-buffer-view-core":27,"../internals/to-absolute-index":168,"../internals/to-length":173,"../internals/typed-array-species-constructor":186}],239:[function(_dereq_,module,exports){
|
|
9410
9393
|
'use strict';
|
|
9411
9394
|
var global = _dereq_('../internals/global');
|
|
9412
9395
|
var apply = _dereq_('../internals/function-apply');
|
|
@@ -9440,7 +9423,7 @@ exportTypedArrayMethod('toLocaleString', function toLocaleString() {
|
|
|
9440
9423
|
);
|
|
9441
9424
|
}, FORCED);
|
|
9442
9425
|
|
|
9443
|
-
},{"../internals/array-buffer-view-core":27,"../internals/array-slice":41,"../internals/fails":
|
|
9426
|
+
},{"../internals/array-buffer-view-core":27,"../internals/array-slice":41,"../internals/fails":78,"../internals/function-apply":80,"../internals/global":91}],240:[function(_dereq_,module,exports){
|
|
9444
9427
|
'use strict';
|
|
9445
9428
|
var exportTypedArrayMethod = _dereq_('../internals/array-buffer-view-core').exportTypedArrayMethod;
|
|
9446
9429
|
var fails = _dereq_('../internals/fails');
|
|
@@ -9464,7 +9447,7 @@ var IS_NOT_ARRAY_METHOD = Uint8ArrayPrototype.toString != arrayToString;
|
|
|
9464
9447
|
// https://tc39.es/ecma262/#sec-%typedarray%.prototype.tostring
|
|
9465
9448
|
exportTypedArrayMethod('toString', arrayToString, IS_NOT_ARRAY_METHOD);
|
|
9466
9449
|
|
|
9467
|
-
},{"../internals/array-buffer-view-core":27,"../internals/fails":
|
|
9450
|
+
},{"../internals/array-buffer-view-core":27,"../internals/fails":78,"../internals/function-uncurry-this":85,"../internals/global":91}],241:[function(_dereq_,module,exports){
|
|
9468
9451
|
var createTypedArrayConstructor = _dereq_('../internals/typed-array-constructor');
|
|
9469
9452
|
|
|
9470
9453
|
// `Uint8Array` constructor
|
|
@@ -9475,7 +9458,7 @@ createTypedArrayConstructor('Uint8', function (init) {
|
|
|
9475
9458
|
};
|
|
9476
9459
|
});
|
|
9477
9460
|
|
|
9478
|
-
},{"../internals/typed-array-constructor":
|
|
9461
|
+
},{"../internals/typed-array-constructor":182}],242:[function(_dereq_,module,exports){
|
|
9479
9462
|
var global = _dereq_('../internals/global');
|
|
9480
9463
|
var DOMIterables = _dereq_('../internals/dom-iterables');
|
|
9481
9464
|
var DOMTokenListPrototype = _dereq_('../internals/dom-token-list-prototype');
|
|
@@ -9499,7 +9482,7 @@ for (var COLLECTION_NAME in DOMIterables) {
|
|
|
9499
9482
|
|
|
9500
9483
|
handlePrototype(DOMTokenListPrototype);
|
|
9501
9484
|
|
|
9502
|
-
},{"../internals/array-for-each":31,"../internals/create-non-enumerable-property":52,"../internals/dom-iterables":63,"../internals/dom-token-list-prototype":64,"../internals/global":
|
|
9485
|
+
},{"../internals/array-for-each":31,"../internals/create-non-enumerable-property":52,"../internals/dom-iterables":63,"../internals/dom-token-list-prototype":64,"../internals/global":91}],243:[function(_dereq_,module,exports){
|
|
9503
9486
|
var global = _dereq_('../internals/global');
|
|
9504
9487
|
var DOMIterables = _dereq_('../internals/dom-iterables');
|
|
9505
9488
|
var DOMTokenListPrototype = _dereq_('../internals/dom-token-list-prototype');
|
|
@@ -9539,7 +9522,7 @@ for (var COLLECTION_NAME in DOMIterables) {
|
|
|
9539
9522
|
|
|
9540
9523
|
handlePrototype(DOMTokenListPrototype, 'DOMTokenList');
|
|
9541
9524
|
|
|
9542
|
-
},{"../internals/create-non-enumerable-property":52,"../internals/dom-iterables":63,"../internals/dom-token-list-prototype":64,"../internals/global":
|
|
9525
|
+
},{"../internals/create-non-enumerable-property":52,"../internals/dom-iterables":63,"../internals/dom-token-list-prototype":64,"../internals/global":91,"../internals/well-known-symbol":191,"../modules/es.array.iterator":197}],244:[function(_dereq_,module,exports){
|
|
9543
9526
|
'use strict';
|
|
9544
9527
|
// TODO: in core-js@4, move /modules/ dependencies to public entries for better optimization by tools like `preset-env`
|
|
9545
9528
|
_dereq_('../modules/es.array.iterator');
|
|
@@ -9933,7 +9916,7 @@ module.exports = {
|
|
|
9933
9916
|
getState: getInternalParamsState
|
|
9934
9917
|
};
|
|
9935
9918
|
|
|
9936
|
-
},{"../internals/an-instance":24,"../internals/an-object":25,"../internals/array-sort":42,"../internals/classof":48,"../internals/create-iterator-constructor":51,"../internals/create-property-descriptor":53,"../internals/define-built-in":56,"../internals/define-built-ins":57,"../internals/descriptors":61,"../internals/export":
|
|
9919
|
+
},{"../internals/an-instance":24,"../internals/an-object":25,"../internals/array-sort":42,"../internals/classof":48,"../internals/create-iterator-constructor":51,"../internals/create-property-descriptor":53,"../internals/define-built-in":56,"../internals/define-built-ins":57,"../internals/descriptors":61,"../internals/export":77,"../internals/function-bind-context":81,"../internals/function-call":83,"../internals/function-uncurry-this":85,"../internals/get-iterator":88,"../internals/get-iterator-method":87,"../internals/global":91,"../internals/has-own-property":92,"../internals/internal-state":101,"../internals/is-callable":104,"../internals/is-object":108,"../internals/native-url":120,"../internals/object-create":126,"../internals/set-to-string-tag":157,"../internals/to-string":180,"../internals/validate-arguments-length":190,"../internals/well-known-symbol":191,"../modules/es.array.iterator":197}],245:[function(_dereq_,module,exports){
|
|
9937
9920
|
// TODO: Remove this module from `core-js@4` since it's replaced to module below
|
|
9938
9921
|
_dereq_('../modules/web.url-search-params.constructor');
|
|
9939
9922
|
|
|
@@ -10981,7 +10964,7 @@ $({ global: true, constructor: true, forced: !USE_NATIVE_URL, sham: !DESCRIPTORS
|
|
|
10981
10964
|
URL: URLConstructor
|
|
10982
10965
|
});
|
|
10983
10966
|
|
|
10984
|
-
},{"../internals/an-instance":24,"../internals/array-from":33,"../internals/array-slice-simple":40,"../internals/define-built-in":56,"../internals/define-built-in-accessor":55,"../internals/descriptors":61,"../internals/export":
|
|
10967
|
+
},{"../internals/an-instance":24,"../internals/array-from":33,"../internals/array-slice-simple":40,"../internals/define-built-in":56,"../internals/define-built-in-accessor":55,"../internals/descriptors":61,"../internals/export":77,"../internals/function-bind-context":81,"../internals/function-uncurry-this":85,"../internals/global":91,"../internals/has-own-property":92,"../internals/internal-state":101,"../internals/native-url":120,"../internals/object-assign":125,"../internals/set-to-string-tag":157,"../internals/string-multibyte":162,"../internals/string-punycode-to-ascii":163,"../internals/to-string":180,"../internals/validate-arguments-length":190,"../modules/es.string.iterator":216,"../modules/web.url-search-params.constructor":244}],247:[function(_dereq_,module,exports){
|
|
10985
10968
|
// TODO: Remove this module from `core-js@4` since it's replaced to module below
|
|
10986
10969
|
_dereq_('../modules/web.url.constructor');
|
|
10987
10970
|
|
|
@@ -15879,8 +15862,9 @@ function addNumericSeparator(num, str) {
|
|
|
15879
15862
|
return $replace.call(str, sepRegex, '$&_');
|
|
15880
15863
|
}
|
|
15881
15864
|
|
|
15882
|
-
var
|
|
15883
|
-
var
|
|
15865
|
+
var utilInspect = _dereq_('./util.inspect');
|
|
15866
|
+
var inspectCustom = utilInspect.custom;
|
|
15867
|
+
var inspectSymbol = isSymbol(inspectCustom) ? inspectCustom : null;
|
|
15884
15868
|
|
|
15885
15869
|
module.exports = function inspect_(obj, options, depth, seen) {
|
|
15886
15870
|
var opts = options || {};
|
|
@@ -15970,7 +15954,7 @@ module.exports = function inspect_(obj, options, depth, seen) {
|
|
|
15970
15954
|
return inspect_(value, opts, depth + 1, seen);
|
|
15971
15955
|
}
|
|
15972
15956
|
|
|
15973
|
-
if (typeof obj === 'function') {
|
|
15957
|
+
if (typeof obj === 'function' && !isRegExp(obj)) { // in older engines, regexes are callable
|
|
15974
15958
|
var name = nameOf(obj);
|
|
15975
15959
|
var keys = arrObjKeys(obj, inspect);
|
|
15976
15960
|
return '[Function' + (name ? ': ' + name : ' (anonymous)') + ']' + (keys.length > 0 ? ' { ' + $join.call(keys, ', ') + ' }' : '');
|
|
@@ -16000,15 +15984,15 @@ module.exports = function inspect_(obj, options, depth, seen) {
|
|
|
16000
15984
|
}
|
|
16001
15985
|
if (isError(obj)) {
|
|
16002
15986
|
var parts = arrObjKeys(obj, inspect);
|
|
16003
|
-
if ('cause' in obj && !isEnumerable.call(obj, 'cause')) {
|
|
15987
|
+
if (!('cause' in Error.prototype) && 'cause' in obj && !isEnumerable.call(obj, 'cause')) {
|
|
16004
15988
|
return '{ [' + String(obj) + '] ' + $join.call($concat.call('[cause]: ' + inspect(obj.cause), parts), ', ') + ' }';
|
|
16005
15989
|
}
|
|
16006
15990
|
if (parts.length === 0) { return '[' + String(obj) + ']'; }
|
|
16007
15991
|
return '{ [' + String(obj) + '] ' + $join.call(parts, ', ') + ' }';
|
|
16008
15992
|
}
|
|
16009
15993
|
if (typeof obj === 'object' && customInspect) {
|
|
16010
|
-
if (inspectSymbol && typeof obj[inspectSymbol] === 'function') {
|
|
16011
|
-
return obj
|
|
15994
|
+
if (inspectSymbol && typeof obj[inspectSymbol] === 'function' && utilInspect) {
|
|
15995
|
+
return utilInspect(obj, { depth: maxDepth - depth });
|
|
16012
15996
|
} else if (customInspect !== 'symbol' && typeof obj.inspect === 'function') {
|
|
16013
15997
|
return obj.inspect();
|
|
16014
15998
|
}
|
|
@@ -25761,7 +25745,7 @@ function wrappy (fn, cb) {
|
|
|
25761
25745
|
},{}],338:[function(_dereq_,module,exports){
|
|
25762
25746
|
module.exports={
|
|
25763
25747
|
"name": "videomail-client",
|
|
25764
|
-
"version": "2.18.
|
|
25748
|
+
"version": "2.18.5",
|
|
25765
25749
|
"description": "A wicked npm package to record videos directly in the browser, wohooo!",
|
|
25766
25750
|
"author": "Michael Heuberger <michael.heuberger@binarykitchen.com>",
|
|
25767
25751
|
"contributors": [
|
|
@@ -25826,7 +25810,7 @@ module.exports={
|
|
|
25826
25810
|
"canvas-to-buffer": "2.0.0",
|
|
25827
25811
|
"classlist.js": "1.1.20150312",
|
|
25828
25812
|
"contains": "0.1.1",
|
|
25829
|
-
"core-js": "3.
|
|
25813
|
+
"core-js": "3.24.1",
|
|
25830
25814
|
"create-error": "0.3.1",
|
|
25831
25815
|
"deepmerge": "4.2.2",
|
|
25832
25816
|
"defined": "1.0.0",
|
|
@@ -25851,19 +25835,19 @@ module.exports={
|
|
|
25851
25835
|
"websocket-stream": "5.5.2"
|
|
25852
25836
|
},
|
|
25853
25837
|
"devDependencies": {
|
|
25854
|
-
"@babel/core": "7.18.
|
|
25838
|
+
"@babel/core": "7.18.13",
|
|
25855
25839
|
"@babel/eslint-parser": "7.18.9",
|
|
25856
|
-
"@babel/plugin-transform-runtime": "7.18.
|
|
25857
|
-
"@babel/preset-env": "7.18.
|
|
25840
|
+
"@babel/plugin-transform-runtime": "7.18.10",
|
|
25841
|
+
"@babel/preset-env": "7.18.10",
|
|
25858
25842
|
"audit-ci": "6.3.0",
|
|
25859
|
-
"autoprefixer": "10.4.
|
|
25843
|
+
"autoprefixer": "10.4.8",
|
|
25860
25844
|
"babelify": "10.0.0",
|
|
25861
25845
|
"body-parser": "1.20.0",
|
|
25862
25846
|
"browserify": "17.0.0",
|
|
25863
25847
|
"connect-send-json": "1.0.0",
|
|
25864
|
-
"cssnano": "5.1.
|
|
25848
|
+
"cssnano": "5.1.13",
|
|
25865
25849
|
"del": "6.1.1",
|
|
25866
|
-
"eslint": "8.
|
|
25850
|
+
"eslint": "8.22.0",
|
|
25867
25851
|
"eslint-config-prettier": "8.5.0",
|
|
25868
25852
|
"eslint-plugin-import": "2.26.0",
|
|
25869
25853
|
"eslint-plugin-node": "11.1.0",
|
|
@@ -25888,10 +25872,10 @@ module.exports={
|
|
|
25888
25872
|
"gulp-todo": "7.1.1",
|
|
25889
25873
|
"minimist": "1.2.6",
|
|
25890
25874
|
"nib": "1.2.0",
|
|
25891
|
-
"postcss": "8.4.
|
|
25875
|
+
"postcss": "8.4.16",
|
|
25892
25876
|
"prettier": "2.7.1",
|
|
25893
25877
|
"router": "1.3.7",
|
|
25894
|
-
"tape": "5.
|
|
25878
|
+
"tape": "5.6.0",
|
|
25895
25879
|
"tape-catch": "1.0.6",
|
|
25896
25880
|
"tape-run": "10.0.0",
|
|
25897
25881
|
"vinyl-buffer": "1.0.1",
|
|
@@ -26130,7 +26114,7 @@ VideomailClient.events = _events.default;
|
|
|
26130
26114
|
var _default = VideomailClient;
|
|
26131
26115
|
exports.default = _default;
|
|
26132
26116
|
|
|
26133
|
-
},{"./constants":340,"./events":341,"./options":342,"./resource":343,"./util/browser":345,"./util/collectLogger":346,"./util/eventEmitter":347,"./wrappers/container":354,"./wrappers/optionsWrapper":357,"./wrappers/visuals/replay":367,"@babel/runtime/helpers/interopRequireDefault":1,"core-js/modules/es.array.for-each.js":
|
|
26117
|
+
},{"./constants":340,"./events":341,"./options":342,"./resource":343,"./util/browser":345,"./util/collectLogger":346,"./util/eventEmitter":347,"./wrappers/container":354,"./wrappers/optionsWrapper":357,"./wrappers/visuals/replay":367,"@babel/runtime/helpers/interopRequireDefault":1,"core-js/modules/es.array.for-each.js":195,"core-js/modules/es.object.define-property.js":201,"core-js/modules/es.object.keys.js":203,"core-js/modules/es.object.to-string.js":204,"core-js/modules/web.dom-collections.for-each.js":242,"deepmerge":250,"readystate":313,"util":331}],340:[function(_dereq_,module,exports){
|
|
26134
26118
|
"use strict";
|
|
26135
26119
|
|
|
26136
26120
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -26791,8 +26775,6 @@ exports.default = void 0;
|
|
|
26791
26775
|
|
|
26792
26776
|
var _typeof2 = _interopRequireDefault(_dereq_("@babel/runtime/helpers/typeof"));
|
|
26793
26777
|
|
|
26794
|
-
_dereq_("core-js/modules/es.function.name.js");
|
|
26795
|
-
|
|
26796
26778
|
_dereq_("core-js/modules/es.parse-float.js");
|
|
26797
26779
|
|
|
26798
26780
|
_dereq_("core-js/modules/es.regexp.exec.js");
|
|
@@ -27155,7 +27137,7 @@ var Browser = function Browser(options) {
|
|
|
27155
27137
|
var _default = Browser;
|
|
27156
27138
|
exports.default = _default;
|
|
27157
27139
|
|
|
27158
|
-
},{"./videomailError":352,"@babel/runtime/helpers/interopRequireDefault":1,"@babel/runtime/helpers/typeof":2,"core-js/modules/es.array-buffer.constructor.js":
|
|
27140
|
+
},{"./videomailError":352,"@babel/runtime/helpers/interopRequireDefault":1,"@babel/runtime/helpers/typeof":2,"core-js/modules/es.array-buffer.constructor.js":193,"core-js/modules/es.array-buffer.slice.js":194,"core-js/modules/es.array.iterator.js":197,"core-js/modules/es.object.define-property.js":201,"core-js/modules/es.object.to-string.js":204,"core-js/modules/es.parse-float.js":205,"core-js/modules/es.regexp.exec.js":214,"core-js/modules/es.typed-array.copy-within.js":218,"core-js/modules/es.typed-array.every.js":219,"core-js/modules/es.typed-array.fill.js":220,"core-js/modules/es.typed-array.filter.js":221,"core-js/modules/es.typed-array.find-index.js":222,"core-js/modules/es.typed-array.find.js":223,"core-js/modules/es.typed-array.for-each.js":224,"core-js/modules/es.typed-array.includes.js":225,"core-js/modules/es.typed-array.index-of.js":226,"core-js/modules/es.typed-array.iterator.js":227,"core-js/modules/es.typed-array.join.js":228,"core-js/modules/es.typed-array.last-index-of.js":229,"core-js/modules/es.typed-array.map.js":230,"core-js/modules/es.typed-array.reduce-right.js":231,"core-js/modules/es.typed-array.reduce.js":232,"core-js/modules/es.typed-array.reverse.js":233,"core-js/modules/es.typed-array.set.js":234,"core-js/modules/es.typed-array.slice.js":235,"core-js/modules/es.typed-array.some.js":236,"core-js/modules/es.typed-array.sort.js":237,"core-js/modules/es.typed-array.subarray.js":238,"core-js/modules/es.typed-array.to-locale-string.js":239,"core-js/modules/es.typed-array.to-string.js":240,"core-js/modules/es.typed-array.uint8-array.js":241,"defined":251,"ua-parser-js":327}],346:[function(_dereq_,module,exports){
|
|
27159
27141
|
"use strict";
|
|
27160
27142
|
|
|
27161
27143
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -27236,7 +27218,7 @@ function _default() {
|
|
|
27236
27218
|
};
|
|
27237
27219
|
}
|
|
27238
27220
|
|
|
27239
|
-
},{"./browser":345,"@babel/runtime/helpers/interopRequireDefault":1,"core-js/modules/es.array.slice.js":
|
|
27221
|
+
},{"./browser":345,"@babel/runtime/helpers/interopRequireDefault":1,"core-js/modules/es.array.slice.js":199,"core-js/modules/es.object.define-property.js":201,"util":331}],347:[function(_dereq_,module,exports){
|
|
27240
27222
|
"use strict";
|
|
27241
27223
|
|
|
27242
27224
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -27317,7 +27299,7 @@ function _default(options, name) {
|
|
|
27317
27299
|
};
|
|
27318
27300
|
}
|
|
27319
27301
|
|
|
27320
|
-
},{"./../events":341,"./videomailError":352,"@babel/runtime/helpers/interopRequireDefault":1,"core-js/modules/es.array.slice.js":
|
|
27302
|
+
},{"./../events":341,"./videomailError":352,"@babel/runtime/helpers/interopRequireDefault":1,"core-js/modules/es.array.slice.js":199,"core-js/modules/es.object.define-property.js":201,"despot":252}],348:[function(_dereq_,module,exports){
|
|
27321
27303
|
"use strict";
|
|
27322
27304
|
|
|
27323
27305
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -27516,7 +27498,7 @@ function _default(anything, options) {
|
|
|
27516
27498
|
return anything.toString();
|
|
27517
27499
|
}
|
|
27518
27500
|
|
|
27519
|
-
},{"@babel/runtime/helpers/interopRequireDefault":1,"@babel/runtime/helpers/typeof":2,"core-js/modules/es.array.for-each.js":
|
|
27501
|
+
},{"@babel/runtime/helpers/interopRequireDefault":1,"@babel/runtime/helpers/typeof":2,"core-js/modules/es.array.for-each.js":195,"core-js/modules/es.array.index-of.js":196,"core-js/modules/es.array.join.js":198,"core-js/modules/es.object.define-property.js":201,"core-js/modules/es.object.get-own-property-names.js":202,"core-js/modules/es.object.to-string.js":204,"core-js/modules/es.regexp.to-string.js":215,"core-js/modules/web.dom-collections.for-each.js":242,"safe-json-stringify":317}],351:[function(_dereq_,module,exports){
|
|
27520
27502
|
"use strict";
|
|
27521
27503
|
|
|
27522
27504
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -27596,16 +27578,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
27596
27578
|
});
|
|
27597
27579
|
exports.default = void 0;
|
|
27598
27580
|
|
|
27599
|
-
var _typeof2 = _interopRequireDefault(_dereq_("@babel/runtime/helpers/typeof"));
|
|
27600
|
-
|
|
27601
|
-
_dereq_("core-js/modules/es.function.name.js");
|
|
27602
|
-
|
|
27603
27581
|
_dereq_("core-js/modules/es.object.to-string.js");
|
|
27604
27582
|
|
|
27605
27583
|
_dereq_("core-js/modules/es.regexp.to-string.js");
|
|
27606
27584
|
|
|
27607
27585
|
_dereq_("core-js/modules/es.array.index-of.js");
|
|
27608
27586
|
|
|
27587
|
+
var _typeof2 = _interopRequireDefault(_dereq_("@babel/runtime/helpers/typeof"));
|
|
27588
|
+
|
|
27609
27589
|
var _resource = _interopRequireDefault(_dereq_("./../resource"));
|
|
27610
27590
|
|
|
27611
27591
|
var _createError = _interopRequireDefault(_dereq_("create-error"));
|
|
@@ -28022,7 +28002,7 @@ VideomailError.create = function (err, explanation, options, parameters) {
|
|
|
28022
28002
|
var _default = VideomailError;
|
|
28023
28003
|
exports.default = _default;
|
|
28024
28004
|
|
|
28025
|
-
},{"./../resource":343,"./browser":345,"./pretty":350,"@babel/runtime/helpers/interopRequireDefault":1,"@babel/runtime/helpers/typeof":2,"core-js/modules/es.array.index-of.js":
|
|
28005
|
+
},{"./../resource":343,"./browser":345,"./pretty":350,"@babel/runtime/helpers/interopRequireDefault":1,"@babel/runtime/helpers/typeof":2,"core-js/modules/es.array.index-of.js":196,"core-js/modules/es.object.define-property.js":201,"core-js/modules/es.object.to-string.js":204,"core-js/modules/es.regexp.to-string.js":215,"create-error":249,"util":331}],353:[function(_dereq_,module,exports){
|
|
28026
28006
|
"use strict";
|
|
28027
28007
|
|
|
28028
28008
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -28040,8 +28020,6 @@ _dereq_("core-js/modules/es.object.to-string.js");
|
|
|
28040
28020
|
|
|
28041
28021
|
_dereq_("core-js/modules/web.dom-collections.for-each.js");
|
|
28042
28022
|
|
|
28043
|
-
_dereq_("core-js/modules/es.function.name.js");
|
|
28044
|
-
|
|
28045
28023
|
var _util = _interopRequireDefault(_dereq_("util"));
|
|
28046
28024
|
|
|
28047
28025
|
var _hyperscript = _interopRequireDefault(_dereq_("hyperscript"));
|
|
@@ -28606,7 +28584,7 @@ _util.default.inherits(Buttons, _eventEmitter.default);
|
|
|
28606
28584
|
var _default = Buttons;
|
|
28607
28585
|
exports.default = _default;
|
|
28608
28586
|
|
|
28609
|
-
},{"./../events":341,"./../util/eventEmitter":347,"@babel/runtime/helpers/interopRequireDefault":1,"contains":18,"core-js/modules/es.array.for-each.js":
|
|
28587
|
+
},{"./../events":341,"./../util/eventEmitter":347,"@babel/runtime/helpers/interopRequireDefault":1,"contains":18,"core-js/modules/es.array.for-each.js":195,"core-js/modules/es.object.define-property.js":201,"core-js/modules/es.object.to-string.js":204,"core-js/modules/web.dom-collections.for-each.js":242,"hidden":274,"hyperscript":276,"util":331}],354:[function(_dereq_,module,exports){
|
|
28610
28588
|
"use strict";
|
|
28611
28589
|
|
|
28612
28590
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -28630,8 +28608,6 @@ _dereq_("core-js/modules/web.dom-collections.for-each.js");
|
|
|
28630
28608
|
|
|
28631
28609
|
_dereq_("core-js/modules/es.object.keys.js");
|
|
28632
28610
|
|
|
28633
|
-
_dereq_("core-js/modules/es.function.name.js");
|
|
28634
|
-
|
|
28635
28611
|
var _buttons = _interopRequireDefault(_dereq_("./buttons"));
|
|
28636
28612
|
|
|
28637
28613
|
var _dimension = _interopRequireDefault(_dereq_("./dimension"));
|
|
@@ -29352,7 +29328,7 @@ _util.default.inherits(Container, _eventEmitter.default);
|
|
|
29352
29328
|
var _default = Container;
|
|
29353
29329
|
exports.default = _default;
|
|
29354
29330
|
|
|
29355
|
-
},{"./../../styles/css/main.min.css.js":369,"./../events":341,"./../resource":343,"./../util/eventEmitter":347,"./../util/videomailError":352,"./buttons":353,"./dimension":355,"./form":356,"./optionsWrapper":357,"./visuals":358,"@babel/runtime/helpers/interopRequireDefault":1,"core-js/modules/es.array.for-each.js":
|
|
29331
|
+
},{"./../../styles/css/main.min.css.js":369,"./../events":341,"./../resource":343,"./../util/eventEmitter":347,"./../util/videomailError":352,"./buttons":353,"./dimension":355,"./form":356,"./optionsWrapper":357,"./visuals":358,"@babel/runtime/helpers/interopRequireDefault":1,"core-js/modules/es.array.for-each.js":195,"core-js/modules/es.object.define-property.js":201,"core-js/modules/es.object.keys.js":203,"core-js/modules/es.object.to-string.js":204,"core-js/modules/es.regexp.exec.js":214,"core-js/modules/es.string.replace.js":217,"core-js/modules/web.dom-collections.for-each.js":242,"document-visibility":253,"element-closest":255,"hidden":274,"insert-css":280,"util":331}],355:[function(_dereq_,module,exports){
|
|
29356
29332
|
"use strict";
|
|
29357
29333
|
|
|
29358
29334
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -29500,8 +29476,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
29500
29476
|
});
|
|
29501
29477
|
exports.default = void 0;
|
|
29502
29478
|
|
|
29503
|
-
_dereq_("core-js/modules/es.function.name.js");
|
|
29504
|
-
|
|
29505
29479
|
var _eventEmitter = _interopRequireDefault(_dereq_("./../util/eventEmitter"));
|
|
29506
29480
|
|
|
29507
29481
|
var _events = _interopRequireDefault(_dereq_("./../events"));
|
|
@@ -29739,7 +29713,7 @@ _util.default.inherits(Form, _eventEmitter.default);
|
|
|
29739
29713
|
var _default = Form;
|
|
29740
29714
|
exports.default = _default;
|
|
29741
29715
|
|
|
29742
|
-
},{"./../events":341,"./../util/eventEmitter":347,"./../util/videomailError":352,"@babel/runtime/helpers/interopRequireDefault":1,"core-js/modules/es.
|
|
29716
|
+
},{"./../events":341,"./../util/eventEmitter":347,"./../util/videomailError":352,"@babel/runtime/helpers/interopRequireDefault":1,"core-js/modules/es.object.define-property.js":201,"get-form-data":264,"hidden":274,"hyperscript":276,"util":331}],357:[function(_dereq_,module,exports){
|
|
29743
29717
|
"use strict";
|
|
29744
29718
|
|
|
29745
29719
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -31111,7 +31085,7 @@ _util.default.inherits(Notifier, _eventEmitter.default);
|
|
|
31111
31085
|
var _default = Notifier;
|
|
31112
31086
|
exports.default = _default;
|
|
31113
31087
|
|
|
31114
|
-
},{"./../../events":341,"./../../util/eventEmitter":347,"@babel/runtime/helpers/interopRequireDefault":1,"core-js/modules/es.array.for-each.js":
|
|
31088
|
+
},{"./../../events":341,"./../../util/eventEmitter":347,"@babel/runtime/helpers/interopRequireDefault":1,"core-js/modules/es.array.for-each.js":195,"core-js/modules/es.object.define-property.js":201,"core-js/modules/es.object.to-string.js":204,"core-js/modules/es.regexp.to-string.js":215,"core-js/modules/web.dom-collections.for-each.js":242,"hidden":274,"hyperscript":276,"util":331}],366:[function(_dereq_,module,exports){
|
|
31115
31089
|
(function (Buffer){(function (){
|
|
31116
31090
|
"use strict";
|
|
31117
31091
|
|
|
@@ -31130,8 +31104,6 @@ _dereq_("core-js/modules/es.object.to-string.js");
|
|
|
31130
31104
|
|
|
31131
31105
|
_dereq_("core-js/modules/es.regexp.to-string.js");
|
|
31132
31106
|
|
|
31133
|
-
_dereq_("core-js/modules/es.function.name.js");
|
|
31134
|
-
|
|
31135
31107
|
var _animitter = _interopRequireDefault(_dereq_("animitter"));
|
|
31136
31108
|
|
|
31137
31109
|
var _canvasToBuffer = _interopRequireDefault(_dereq_("canvas-to-buffer"));
|
|
@@ -32289,7 +32261,7 @@ var _default = Recorder;
|
|
|
32289
32261
|
exports.default = _default;
|
|
32290
32262
|
|
|
32291
32263
|
}).call(this)}).call(this,_dereq_("buffer").Buffer)
|
|
32292
|
-
},{"../../constants":340,"../../events":341,"../../util/browser":345,"../../util/eventEmitter":347,"../../util/humanize":348,"../../util/pretty":350,"../../util/videomailError":352,"./userMedia":368,"@babel/runtime/helpers/interopRequireDefault":1,"animitter":4,"buffer":11,"canvas-to-buffer":14,"core-js/modules/es.
|
|
32264
|
+
},{"../../constants":340,"../../events":341,"../../util/browser":345,"../../util/eventEmitter":347,"../../util/humanize":348,"../../util/pretty":350,"../../util/videomailError":352,"./userMedia":368,"@babel/runtime/helpers/interopRequireDefault":1,"animitter":4,"buffer":11,"canvas-to-buffer":14,"core-js/modules/es.number.to-fixed.js":200,"core-js/modules/es.object.define-property.js":201,"core-js/modules/es.object.to-string.js":204,"core-js/modules/es.regexp.to-string.js":215,"deepmerge":250,"hidden":274,"hyperscript":276,"safe-json-stringify":317,"util":331,"websocket-stream":334}],367:[function(_dereq_,module,exports){
|
|
32293
32265
|
"use strict";
|
|
32294
32266
|
|
|
32295
32267
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -32301,8 +32273,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
32301
32273
|
});
|
|
32302
32274
|
exports.default = void 0;
|
|
32303
32275
|
|
|
32304
|
-
_dereq_("core-js/modules/es.function.name.js");
|
|
32305
|
-
|
|
32306
32276
|
_dereq_("core-js/modules/es.array.for-each.js");
|
|
32307
32277
|
|
|
32308
32278
|
_dereq_("core-js/modules/es.object.to-string.js");
|
|
@@ -32644,7 +32614,7 @@ _util.default.inherits(Replay, _eventEmitter.default);
|
|
|
32644
32614
|
var _default = Replay;
|
|
32645
32615
|
exports.default = _default;
|
|
32646
32616
|
|
|
32647
|
-
},{"./../../events":341,"./../../util/browser":345,"./../../util/eventEmitter":347,"./../../util/videomailError":352,"@babel/runtime/helpers/interopRequireDefault":1,"add-eventlistener-with-options":3,"core-js/modules/es.array.for-each.js":
|
|
32617
|
+
},{"./../../events":341,"./../../util/browser":345,"./../../util/eventEmitter":347,"./../../util/videomailError":352,"@babel/runtime/helpers/interopRequireDefault":1,"add-eventlistener-with-options":3,"core-js/modules/es.array.for-each.js":195,"core-js/modules/es.object.define-property.js":201,"core-js/modules/es.object.keys.js":203,"core-js/modules/es.object.to-string.js":204,"core-js/modules/es.promise.js":210,"core-js/modules/web.dom-collections.for-each.js":242,"hidden":274,"hyperscript":276,"iphone-inline-video":282,"util":331}],368:[function(_dereq_,module,exports){
|
|
32648
32618
|
"use strict";
|
|
32649
32619
|
|
|
32650
32620
|
_dereq_("core-js/modules/es.object.define-property.js");
|
|
@@ -33145,7 +33115,7 @@ function _default(recorder, options) {
|
|
|
33145
33115
|
};
|
|
33146
33116
|
}
|
|
33147
33117
|
|
|
33148
|
-
},{"./../../events":341,"./../../util/audioRecorder":344,"./../../util/browser":345,"./../../util/eventEmitter":347,"./../../util/mediaEvents":349,"./../../util/pretty":350,"./../../util/videomailError":352,"@babel/runtime/helpers/interopRequireDefault":1,"core-js/modules/es.array.for-each.js":
|
|
33118
|
+
},{"./../../events":341,"./../../util/audioRecorder":344,"./../../util/browser":345,"./../../util/eventEmitter":347,"./../../util/mediaEvents":349,"./../../util/pretty":350,"./../../util/videomailError":352,"@babel/runtime/helpers/interopRequireDefault":1,"core-js/modules/es.array.for-each.js":195,"core-js/modules/es.array.iterator.js":197,"core-js/modules/es.object.define-property.js":201,"core-js/modules/es.object.to-string.js":204,"core-js/modules/es.promise.js":210,"core-js/modules/es.regexp.to-string.js":215,"core-js/modules/es.string.iterator.js":216,"core-js/modules/web.dom-collections.for-each.js":242,"core-js/modules/web.dom-collections.iterator.js":243,"core-js/modules/web.url-search-params.js":245,"core-js/modules/web.url.js":247,"hyperscript":276,"safe-json-stringify":317}],369:[function(_dereq_,module,exports){
|
|
33149
33119
|
"use strict";
|
|
33150
33120
|
|
|
33151
33121
|
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}';
|