@shipengine/alchemy 4.2.1 → 4.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/index.js +702 -537
  2. package/index.mjs +702 -537
  3. package/package.json +2 -2
package/index.mjs CHANGED
@@ -2266,7 +2266,7 @@ var syncFallback = function syncFallback(create) {
2266
2266
  var useInsertionEffect = React['useInsertion' + 'Effect'] ? React['useInsertion' + 'Effect'] : false;
2267
2267
  var useInsertionEffectAlwaysWithSyncFallback = useInsertionEffect || syncFallback;
2268
2268
 
2269
- var hasOwnProperty$b = {}.hasOwnProperty;
2269
+ var hasOwnProperty$a = {}.hasOwnProperty;
2270
2270
 
2271
2271
  var EmotionCacheContext = /* #__PURE__ */createContext( // we're doing this to avoid preconstruct's dead code elimination in this one case
2272
2272
  // because this module is primarily intended for the browser and node
@@ -2353,7 +2353,7 @@ var createEmotionProps = function createEmotionProps(type, props) {
2353
2353
  var newProps = {};
2354
2354
 
2355
2355
  for (var key in props) {
2356
- if (hasOwnProperty$b.call(props, key)) {
2356
+ if (hasOwnProperty$a.call(props, key)) {
2357
2357
  newProps[key] = props[key];
2358
2358
  }
2359
2359
  }
@@ -2414,7 +2414,7 @@ var Emotion = /* #__PURE__ */withEmotionCache(function (props, cache, ref) {
2414
2414
  var newProps = {};
2415
2415
 
2416
2416
  for (var key in props) {
2417
- if (hasOwnProperty$b.call(props, key) && key !== 'css' && key !== typePropName && (process.env.NODE_ENV === 'production' || key !== labelPropName)) {
2417
+ if (hasOwnProperty$a.call(props, key) && key !== 'css' && key !== typePropName && (process.env.NODE_ENV === 'production' || key !== labelPropName)) {
2418
2418
  newProps[key] = props[key];
2419
2419
  }
2420
2420
  }
@@ -2433,7 +2433,7 @@ if (process.env.NODE_ENV !== 'production') {
2433
2433
  }
2434
2434
 
2435
2435
  function jsx(type, props, key) {
2436
- if (!hasOwnProperty$b.call(props, 'css')) {
2436
+ if (!hasOwnProperty$a.call(props, 'css')) {
2437
2437
  return jsx$1(type, props, key);
2438
2438
  }
2439
2439
 
@@ -3413,11 +3413,11 @@ var _baseConvert = baseConvert$1;
3413
3413
  * // => true
3414
3414
  */
3415
3415
 
3416
- function identity$3(value) {
3416
+ function identity$2(value) {
3417
3417
  return value;
3418
3418
  }
3419
3419
 
3420
- var identity_1 = identity$3;
3420
+ var identity_1 = identity$2;
3421
3421
 
3422
3422
  /** Detect free variable `global` from Node.js. */
3423
3423
 
@@ -3431,31 +3431,31 @@ var freeGlobal = _freeGlobal;
3431
3431
  var freeSelf = typeof self == 'object' && self && self.Object === Object && self;
3432
3432
 
3433
3433
  /** Used as a reference to the global object. */
3434
- var root$c = freeGlobal || freeSelf || Function('return this')();
3434
+ var root$b = freeGlobal || freeSelf || Function('return this')();
3435
3435
 
3436
- var _root = root$c;
3436
+ var _root = root$b;
3437
3437
 
3438
- var root$b = _root;
3438
+ var root$a = _root;
3439
3439
 
3440
3440
  /** Built-in value references. */
3441
- var Symbol$7 = root$b.Symbol;
3441
+ var Symbol$7 = root$a.Symbol;
3442
3442
 
3443
3443
  var _Symbol = Symbol$7;
3444
3444
 
3445
3445
  var Symbol$6 = _Symbol;
3446
3446
 
3447
3447
  /** Used for built-in method references. */
3448
- var objectProto$d = Object.prototype;
3448
+ var objectProto$c = Object.prototype;
3449
3449
 
3450
3450
  /** Used to check objects for own properties. */
3451
- var hasOwnProperty$a = objectProto$d.hasOwnProperty;
3451
+ var hasOwnProperty$9 = objectProto$c.hasOwnProperty;
3452
3452
 
3453
3453
  /**
3454
3454
  * Used to resolve the
3455
3455
  * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)
3456
3456
  * of values.
3457
3457
  */
3458
- var nativeObjectToString$1 = objectProto$d.toString;
3458
+ var nativeObjectToString$1 = objectProto$c.toString;
3459
3459
 
3460
3460
  /** Built-in value references. */
3461
3461
  var symToStringTag$1 = Symbol$6 ? Symbol$6.toStringTag : undefined;
@@ -3468,7 +3468,7 @@ var symToStringTag$1 = Symbol$6 ? Symbol$6.toStringTag : undefined;
3468
3468
  * @returns {string} Returns the raw `toStringTag`.
3469
3469
  */
3470
3470
  function getRawTag$1(value) {
3471
- var isOwn = hasOwnProperty$a.call(value, symToStringTag$1),
3471
+ var isOwn = hasOwnProperty$9.call(value, symToStringTag$1),
3472
3472
  tag = value[symToStringTag$1];
3473
3473
 
3474
3474
  try {
@@ -3491,14 +3491,14 @@ var _getRawTag = getRawTag$1;
3491
3491
 
3492
3492
  /** Used for built-in method references. */
3493
3493
 
3494
- var objectProto$c = Object.prototype;
3494
+ var objectProto$b = Object.prototype;
3495
3495
 
3496
3496
  /**
3497
3497
  * Used to resolve the
3498
3498
  * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)
3499
3499
  * of values.
3500
3500
  */
3501
- var nativeObjectToString = objectProto$c.toString;
3501
+ var nativeObjectToString = objectProto$b.toString;
3502
3502
 
3503
3503
  /**
3504
3504
  * Converts `value` to a string using `Object.prototype.toString`.
@@ -3568,15 +3568,23 @@ var _baseGetTag = baseGetTag$5;
3568
3568
  * // => false
3569
3569
  */
3570
3570
 
3571
- function isObject$8(value) {
3572
- var type = typeof value;
3573
- return value != null && (type == 'object' || type == 'function');
3574
- }
3571
+ var isObject_1;
3572
+ var hasRequiredIsObject;
3573
+
3574
+ function requireIsObject () {
3575
+ if (hasRequiredIsObject) return isObject_1;
3576
+ hasRequiredIsObject = 1;
3577
+ function isObject(value) {
3578
+ var type = typeof value;
3579
+ return value != null && (type == 'object' || type == 'function');
3580
+ }
3575
3581
 
3576
- var isObject_1 = isObject$8;
3582
+ isObject_1 = isObject;
3583
+ return isObject_1;
3584
+ }
3577
3585
 
3578
3586
  var baseGetTag$4 = _baseGetTag,
3579
- isObject$7 = isObject_1;
3587
+ isObject$6 = requireIsObject();
3580
3588
 
3581
3589
  /** `Object#toString` result references. */
3582
3590
  var asyncTag = '[object AsyncFunction]',
@@ -3601,8 +3609,8 @@ var asyncTag = '[object AsyncFunction]',
3601
3609
  * _.isFunction(/abc/);
3602
3610
  * // => false
3603
3611
  */
3604
- function isFunction$3(value) {
3605
- if (!isObject$7(value)) {
3612
+ function isFunction$2(value) {
3613
+ if (!isObject$6(value)) {
3606
3614
  return false;
3607
3615
  }
3608
3616
  // The use of `Object#toString` avoids issues with the `typeof` operator
@@ -3611,12 +3619,12 @@ function isFunction$3(value) {
3611
3619
  return tag == funcTag$1 || tag == genTag$1 || tag == asyncTag || tag == proxyTag;
3612
3620
  }
3613
3621
 
3614
- var isFunction_1 = isFunction$3;
3622
+ var isFunction_1 = isFunction$2;
3615
3623
 
3616
- var root$a = _root;
3624
+ var root$9 = _root;
3617
3625
 
3618
3626
  /** Used to detect overreaching core-js shims. */
3619
- var coreJsData$1 = root$a['__core-js_shared__'];
3627
+ var coreJsData$1 = root$9['__core-js_shared__'];
3620
3628
 
3621
3629
  var _coreJsData = coreJsData$1;
3622
3630
 
@@ -3669,9 +3677,9 @@ function toSource$2(func) {
3669
3677
 
3670
3678
  var _toSource = toSource$2;
3671
3679
 
3672
- var isFunction$2 = isFunction_1,
3680
+ var isFunction$1 = isFunction_1,
3673
3681
  isMasked = _isMasked,
3674
- isObject$6 = isObject_1,
3682
+ isObject$5 = requireIsObject(),
3675
3683
  toSource$1 = _toSource;
3676
3684
 
3677
3685
  /**
@@ -3685,17 +3693,17 @@ var reIsHostCtor = /^\[object .+?Constructor\]$/;
3685
3693
 
3686
3694
  /** Used for built-in method references. */
3687
3695
  var funcProto$1 = Function.prototype,
3688
- objectProto$b = Object.prototype;
3696
+ objectProto$a = Object.prototype;
3689
3697
 
3690
3698
  /** Used to resolve the decompiled source of functions. */
3691
3699
  var funcToString$1 = funcProto$1.toString;
3692
3700
 
3693
3701
  /** Used to check objects for own properties. */
3694
- var hasOwnProperty$9 = objectProto$b.hasOwnProperty;
3702
+ var hasOwnProperty$8 = objectProto$a.hasOwnProperty;
3695
3703
 
3696
3704
  /** Used to detect if a method is native. */
3697
3705
  var reIsNative = RegExp('^' +
3698
- funcToString$1.call(hasOwnProperty$9).replace(reRegExpChar, '\\$&')
3706
+ funcToString$1.call(hasOwnProperty$8).replace(reRegExpChar, '\\$&')
3699
3707
  .replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, '$1.*?') + '$'
3700
3708
  );
3701
3709
 
@@ -3708,10 +3716,10 @@ var reIsNative = RegExp('^' +
3708
3716
  * else `false`.
3709
3717
  */
3710
3718
  function baseIsNative$1(value) {
3711
- if (!isObject$6(value) || isMasked(value)) {
3719
+ if (!isObject$5(value) || isMasked(value)) {
3712
3720
  return false;
3713
3721
  }
3714
- var pattern = isFunction$2(value) ? reIsNative : reIsHostCtor;
3722
+ var pattern = isFunction$1(value) ? reIsNative : reIsHostCtor;
3715
3723
  return pattern.test(toSource$1(value));
3716
3724
  }
3717
3725
 
@@ -3743,18 +3751,18 @@ var baseIsNative = _baseIsNative,
3743
3751
  * @param {string} key The key of the method to get.
3744
3752
  * @returns {*} Returns the function if it's native, else `undefined`.
3745
3753
  */
3746
- function getNative$6(object, key) {
3754
+ function getNative$5(object, key) {
3747
3755
  var value = getValue(object, key);
3748
3756
  return baseIsNative(value) ? value : undefined;
3749
3757
  }
3750
3758
 
3751
- var _getNative = getNative$6;
3759
+ var _getNative = getNative$5;
3752
3760
 
3753
- var getNative$5 = _getNative,
3754
- root$9 = _root;
3761
+ var getNative$4 = _getNative,
3762
+ root$8 = _root;
3755
3763
 
3756
3764
  /* Built-in method references that are verified to be native. */
3757
- var WeakMap$3 = getNative$5(root$9, 'WeakMap');
3765
+ var WeakMap$3 = getNative$4(root$8, 'WeakMap');
3758
3766
 
3759
3767
  var _WeakMap = WeakMap$3;
3760
3768
 
@@ -3765,7 +3773,7 @@ var metaMap$2 = WeakMap$2 && new WeakMap$2;
3765
3773
 
3766
3774
  var _metaMap = metaMap$2;
3767
3775
 
3768
- var identity$2 = identity_1,
3776
+ var identity$1 = identity_1,
3769
3777
  metaMap$1 = _metaMap;
3770
3778
 
3771
3779
  /**
@@ -3776,46 +3784,54 @@ var identity$2 = identity_1,
3776
3784
  * @param {*} data The metadata.
3777
3785
  * @returns {Function} Returns `func`.
3778
3786
  */
3779
- var baseSetData$2 = !metaMap$1 ? identity$2 : function(func, data) {
3787
+ var baseSetData$2 = !metaMap$1 ? identity$1 : function(func, data) {
3780
3788
  metaMap$1.set(func, data);
3781
3789
  return func;
3782
3790
  };
3783
3791
 
3784
3792
  var _baseSetData = baseSetData$2;
3785
3793
 
3786
- var isObject$5 = isObject_1;
3794
+ var _baseCreate;
3795
+ var hasRequired_baseCreate;
3787
3796
 
3788
- /** Built-in value references. */
3789
- var objectCreate = Object.create;
3797
+ function require_baseCreate () {
3798
+ if (hasRequired_baseCreate) return _baseCreate;
3799
+ hasRequired_baseCreate = 1;
3800
+ var isObject = requireIsObject();
3790
3801
 
3791
- /**
3792
- * The base implementation of `_.create` without support for assigning
3793
- * properties to the created object.
3794
- *
3795
- * @private
3796
- * @param {Object} proto The object to inherit from.
3797
- * @returns {Object} Returns the new object.
3798
- */
3799
- var baseCreate$4 = (function() {
3800
- function object() {}
3801
- return function(proto) {
3802
- if (!isObject$5(proto)) {
3803
- return {};
3804
- }
3805
- if (objectCreate) {
3806
- return objectCreate(proto);
3807
- }
3808
- object.prototype = proto;
3809
- var result = new object;
3810
- object.prototype = undefined;
3811
- return result;
3812
- };
3813
- }());
3802
+ /** Built-in value references. */
3803
+ var objectCreate = Object.create;
3814
3804
 
3815
- var _baseCreate = baseCreate$4;
3805
+ /**
3806
+ * The base implementation of `_.create` without support for assigning
3807
+ * properties to the created object.
3808
+ *
3809
+ * @private
3810
+ * @param {Object} proto The object to inherit from.
3811
+ * @returns {Object} Returns the new object.
3812
+ */
3813
+ var baseCreate = (function() {
3814
+ function object() {}
3815
+ return function(proto) {
3816
+ if (!isObject(proto)) {
3817
+ return {};
3818
+ }
3819
+ if (objectCreate) {
3820
+ return objectCreate(proto);
3821
+ }
3822
+ object.prototype = proto;
3823
+ var result = new object;
3824
+ object.prototype = undefined;
3825
+ return result;
3826
+ };
3827
+ }());
3816
3828
 
3817
- var baseCreate$3 = _baseCreate,
3818
- isObject$4 = isObject_1;
3829
+ _baseCreate = baseCreate;
3830
+ return _baseCreate;
3831
+ }
3832
+
3833
+ var baseCreate$2 = require_baseCreate(),
3834
+ isObject$4 = requireIsObject();
3819
3835
 
3820
3836
  /**
3821
3837
  * Creates a function that produces an instance of `Ctor` regardless of
@@ -3841,7 +3857,7 @@ function createCtor$4(Ctor) {
3841
3857
  case 6: return new Ctor(args[0], args[1], args[2], args[3], args[4], args[5]);
3842
3858
  case 7: return new Ctor(args[0], args[1], args[2], args[3], args[4], args[5], args[6]);
3843
3859
  }
3844
- var thisBinding = baseCreate$3(Ctor.prototype),
3860
+ var thisBinding = baseCreate$2(Ctor.prototype),
3845
3861
  result = Ctor.apply(thisBinding, args);
3846
3862
 
3847
3863
  // Mimic the constructor's `return` behavior.
@@ -3853,7 +3869,7 @@ function createCtor$4(Ctor) {
3853
3869
  var _createCtor = createCtor$4;
3854
3870
 
3855
3871
  var createCtor$3 = _createCtor,
3856
- root$8 = _root;
3872
+ root$7 = _root;
3857
3873
 
3858
3874
  /** Used to compose bitmasks for function metadata. */
3859
3875
  var WRAP_BIND_FLAG$6 = 1;
@@ -3873,7 +3889,7 @@ function createBind$1(func, bitmask, thisArg) {
3873
3889
  Ctor = createCtor$3(func);
3874
3890
 
3875
3891
  function wrapper() {
3876
- var fn = (this && this !== root$8 && this instanceof wrapper) ? Ctor : func;
3892
+ var fn = (this && this !== root$7 && this instanceof wrapper) ? Ctor : func;
3877
3893
  return fn.apply(isBind ? thisArg : this, arguments);
3878
3894
  }
3879
3895
  return wrapper;
@@ -3892,7 +3908,7 @@ var _createBind = createBind$1;
3892
3908
  * @returns {*} Returns the result of `func`.
3893
3909
  */
3894
3910
 
3895
- function apply$3(func, thisArg, args) {
3911
+ function apply$2(func, thisArg, args) {
3896
3912
  switch (args.length) {
3897
3913
  case 0: return func.call(thisArg);
3898
3914
  case 1: return func.call(thisArg, args[0]);
@@ -3902,11 +3918,11 @@ function apply$3(func, thisArg, args) {
3902
3918
  return func.apply(thisArg, args);
3903
3919
  }
3904
3920
 
3905
- var _apply = apply$3;
3921
+ var _apply = apply$2;
3906
3922
 
3907
3923
  /* Built-in method references for those with the same name as other `lodash` methods. */
3908
3924
 
3909
- var nativeMax$3 = Math.max;
3925
+ var nativeMax$2 = Math.max;
3910
3926
 
3911
3927
  /**
3912
3928
  * Creates an array that is the composition of partially applied arguments,
@@ -3925,7 +3941,7 @@ function composeArgs$2(args, partials, holders, isCurried) {
3925
3941
  holdersLength = holders.length,
3926
3942
  leftIndex = -1,
3927
3943
  leftLength = partials.length,
3928
- rangeLength = nativeMax$3(argsLength - holdersLength, 0),
3944
+ rangeLength = nativeMax$2(argsLength - holdersLength, 0),
3929
3945
  result = Array(leftLength + rangeLength),
3930
3946
  isUncurried = !isCurried;
3931
3947
 
@@ -3947,7 +3963,7 @@ var _composeArgs = composeArgs$2;
3947
3963
 
3948
3964
  /* Built-in method references for those with the same name as other `lodash` methods. */
3949
3965
 
3950
- var nativeMax$2 = Math.max;
3966
+ var nativeMax$1 = Math.max;
3951
3967
 
3952
3968
  /**
3953
3969
  * This function is like `composeArgs` except that the arguments composition
@@ -3967,7 +3983,7 @@ function composeArgsRight$2(args, partials, holders, isCurried) {
3967
3983
  holdersLength = holders.length,
3968
3984
  rightIndex = -1,
3969
3985
  rightLength = partials.length,
3970
- rangeLength = nativeMax$2(argsLength - holdersLength, 0),
3986
+ rangeLength = nativeMax$1(argsLength - holdersLength, 0),
3971
3987
  result = Array(rangeLength + rightLength),
3972
3988
  isUncurried = !isCurried;
3973
3989
 
@@ -4023,7 +4039,7 @@ function baseLodash$3() {
4023
4039
 
4024
4040
  var _baseLodash = baseLodash$3;
4025
4041
 
4026
- var baseCreate$2 = _baseCreate,
4042
+ var baseCreate$1 = require_baseCreate(),
4027
4043
  baseLodash$2 = _baseLodash;
4028
4044
 
4029
4045
  /** Used as references for the maximum length and index of an array. */
@@ -4047,7 +4063,7 @@ function LazyWrapper$3(value) {
4047
4063
  }
4048
4064
 
4049
4065
  // Ensure `LazyWrapper` is an instance of `baseLodash`.
4050
- LazyWrapper$3.prototype = baseCreate$2(baseLodash$2.prototype);
4066
+ LazyWrapper$3.prototype = baseCreate$1(baseLodash$2.prototype);
4051
4067
  LazyWrapper$3.prototype.constructor = LazyWrapper$3;
4052
4068
 
4053
4069
  var _LazyWrapper = LazyWrapper$3;
@@ -4096,10 +4112,10 @@ var _realNames = realNames$1;
4096
4112
  var realNames = _realNames;
4097
4113
 
4098
4114
  /** Used for built-in method references. */
4099
- var objectProto$a = Object.prototype;
4115
+ var objectProto$9 = Object.prototype;
4100
4116
 
4101
4117
  /** Used to check objects for own properties. */
4102
- var hasOwnProperty$8 = objectProto$a.hasOwnProperty;
4118
+ var hasOwnProperty$7 = objectProto$9.hasOwnProperty;
4103
4119
 
4104
4120
  /**
4105
4121
  * Gets the name of `func`.
@@ -4111,7 +4127,7 @@ var hasOwnProperty$8 = objectProto$a.hasOwnProperty;
4111
4127
  function getFuncName$1(func) {
4112
4128
  var result = (func.name + ''),
4113
4129
  array = realNames[result],
4114
- length = hasOwnProperty$8.call(realNames, result) ? array.length : 0;
4130
+ length = hasOwnProperty$7.call(realNames, result) ? array.length : 0;
4115
4131
 
4116
4132
  while (length--) {
4117
4133
  var data = array[length],
@@ -4125,7 +4141,7 @@ function getFuncName$1(func) {
4125
4141
 
4126
4142
  var _getFuncName = getFuncName$1;
4127
4143
 
4128
- var baseCreate$1 = _baseCreate,
4144
+ var baseCreate = require_baseCreate(),
4129
4145
  baseLodash$1 = _baseLodash;
4130
4146
 
4131
4147
  /**
@@ -4143,7 +4159,7 @@ function LodashWrapper$2(value, chainAll) {
4143
4159
  this.__values__ = undefined;
4144
4160
  }
4145
4161
 
4146
- LodashWrapper$2.prototype = baseCreate$1(baseLodash$1.prototype);
4162
+ LodashWrapper$2.prototype = baseCreate(baseLodash$1.prototype);
4147
4163
  LodashWrapper$2.prototype.constructor = LodashWrapper$2;
4148
4164
 
4149
4165
  var _LodashWrapper = LodashWrapper$2;
@@ -4172,9 +4188,9 @@ var _LodashWrapper = LodashWrapper$2;
4172
4188
  * // => false
4173
4189
  */
4174
4190
 
4175
- var isArray$h = Array.isArray;
4191
+ var isArray$g = Array.isArray;
4176
4192
 
4177
- var isArray_1 = isArray$h;
4193
+ var isArray_1 = isArray$g;
4178
4194
 
4179
4195
  /**
4180
4196
  * Checks if `value` is object-like. A value is object-like if it's not `null`
@@ -4256,15 +4272,15 @@ var _wrapperClone = wrapperClone$1;
4256
4272
  var LazyWrapper$1 = _LazyWrapper,
4257
4273
  LodashWrapper = _LodashWrapper,
4258
4274
  baseLodash = _baseLodash,
4259
- isArray$g = isArray_1,
4275
+ isArray$f = isArray_1,
4260
4276
  isObjectLike$7 = isObjectLike_1,
4261
4277
  wrapperClone = _wrapperClone;
4262
4278
 
4263
4279
  /** Used for built-in method references. */
4264
- var objectProto$9 = Object.prototype;
4280
+ var objectProto$8 = Object.prototype;
4265
4281
 
4266
4282
  /** Used to check objects for own properties. */
4267
- var hasOwnProperty$7 = objectProto$9.hasOwnProperty;
4283
+ var hasOwnProperty$6 = objectProto$8.hasOwnProperty;
4268
4284
 
4269
4285
  /**
4270
4286
  * Creates a `lodash` object which wraps `value` to enable implicit method
@@ -4384,11 +4400,11 @@ var hasOwnProperty$7 = objectProto$9.hasOwnProperty;
4384
4400
  * // => true
4385
4401
  */
4386
4402
  function lodash$1(value) {
4387
- if (isObjectLike$7(value) && !isArray$g(value) && !(value instanceof LazyWrapper$1)) {
4403
+ if (isObjectLike$7(value) && !isArray$f(value) && !(value instanceof LazyWrapper$1)) {
4388
4404
  if (value instanceof LodashWrapper) {
4389
4405
  return value;
4390
4406
  }
4391
- if (hasOwnProperty$7.call(value, '__wrapped__')) {
4407
+ if (hasOwnProperty$6.call(value, '__wrapped__')) {
4392
4408
  return wrapperClone(value);
4393
4409
  }
4394
4410
  }
@@ -4447,7 +4463,7 @@ var nativeNow = Date.now;
4447
4463
  * @param {Function} func The function to restrict.
4448
4464
  * @returns {Function} Returns the new shortable function.
4449
4465
  */
4450
- function shortOut$2(func) {
4466
+ function shortOut$1(func) {
4451
4467
  var count = 0,
4452
4468
  lastCalled = 0;
4453
4469
 
@@ -4467,10 +4483,10 @@ function shortOut$2(func) {
4467
4483
  };
4468
4484
  }
4469
4485
 
4470
- var _shortOut = shortOut$2;
4486
+ var _shortOut = shortOut$1;
4471
4487
 
4472
4488
  var baseSetData$1 = _baseSetData,
4473
- shortOut$1 = _shortOut;
4489
+ shortOut = _shortOut;
4474
4490
 
4475
4491
  /**
4476
4492
  * Sets metadata for `func`.
@@ -4486,7 +4502,7 @@ var baseSetData$1 = _baseSetData,
4486
4502
  * @param {*} data The metadata.
4487
4503
  * @returns {Function} Returns `func`.
4488
4504
  */
4489
- var setData$2 = shortOut$1(baseSetData$1);
4505
+ var setData$2 = shortOut(baseSetData$1);
4490
4506
 
4491
4507
  var _setData = setData$2;
4492
4508
 
@@ -4554,63 +4570,95 @@ var _insertWrapDetails = insertWrapDetails$1;
4554
4570
  * // => true
4555
4571
  */
4556
4572
 
4557
- function constant$1(value) {
4558
- return function() {
4559
- return value;
4560
- };
4573
+ var constant_1;
4574
+ var hasRequiredConstant;
4575
+
4576
+ function requireConstant () {
4577
+ if (hasRequiredConstant) return constant_1;
4578
+ hasRequiredConstant = 1;
4579
+ function constant(value) {
4580
+ return function() {
4581
+ return value;
4582
+ };
4583
+ }
4584
+
4585
+ constant_1 = constant;
4586
+ return constant_1;
4561
4587
  }
4562
4588
 
4563
- var constant_1 = constant$1;
4589
+ var _defineProperty;
4590
+ var hasRequired_defineProperty;
4564
4591
 
4565
- var getNative$4 = _getNative;
4592
+ function require_defineProperty () {
4593
+ if (hasRequired_defineProperty) return _defineProperty;
4594
+ hasRequired_defineProperty = 1;
4595
+ var getNative = _getNative;
4566
4596
 
4567
- var defineProperty$2 = (function() {
4568
- try {
4569
- var func = getNative$4(Object, 'defineProperty');
4570
- func({}, '', {});
4571
- return func;
4572
- } catch (e) {}
4573
- }());
4597
+ var defineProperty = (function() {
4598
+ try {
4599
+ var func = getNative(Object, 'defineProperty');
4600
+ func({}, '', {});
4601
+ return func;
4602
+ } catch (e) {}
4603
+ }());
4574
4604
 
4575
- var _defineProperty = defineProperty$2;
4605
+ _defineProperty = defineProperty;
4606
+ return _defineProperty;
4607
+ }
4576
4608
 
4577
- var constant = constant_1,
4578
- defineProperty$1 = _defineProperty,
4579
- identity$1 = identity_1;
4609
+ var _baseSetToString;
4610
+ var hasRequired_baseSetToString;
4580
4611
 
4581
- /**
4582
- * The base implementation of `setToString` without support for hot loop shorting.
4583
- *
4584
- * @private
4585
- * @param {Function} func The function to modify.
4586
- * @param {Function} string The `toString` result.
4587
- * @returns {Function} Returns `func`.
4588
- */
4589
- var baseSetToString$1 = !defineProperty$1 ? identity$1 : function(func, string) {
4590
- return defineProperty$1(func, 'toString', {
4591
- 'configurable': true,
4592
- 'enumerable': false,
4593
- 'value': constant(string),
4594
- 'writable': true
4595
- });
4596
- };
4612
+ function require_baseSetToString () {
4613
+ if (hasRequired_baseSetToString) return _baseSetToString;
4614
+ hasRequired_baseSetToString = 1;
4615
+ var constant = requireConstant(),
4616
+ defineProperty = require_defineProperty(),
4617
+ identity = identity_1;
4597
4618
 
4598
- var _baseSetToString = baseSetToString$1;
4619
+ /**
4620
+ * The base implementation of `setToString` without support for hot loop shorting.
4621
+ *
4622
+ * @private
4623
+ * @param {Function} func The function to modify.
4624
+ * @param {Function} string The `toString` result.
4625
+ * @returns {Function} Returns `func`.
4626
+ */
4627
+ var baseSetToString = !defineProperty ? identity : function(func, string) {
4628
+ return defineProperty(func, 'toString', {
4629
+ 'configurable': true,
4630
+ 'enumerable': false,
4631
+ 'value': constant(string),
4632
+ 'writable': true
4633
+ });
4634
+ };
4599
4635
 
4600
- var baseSetToString = _baseSetToString,
4601
- shortOut = _shortOut;
4636
+ _baseSetToString = baseSetToString;
4637
+ return _baseSetToString;
4638
+ }
4602
4639
 
4603
- /**
4604
- * Sets the `toString` method of `func` to return `string`.
4605
- *
4606
- * @private
4607
- * @param {Function} func The function to modify.
4608
- * @param {Function} string The `toString` result.
4609
- * @returns {Function} Returns `func`.
4610
- */
4611
- var setToString$2 = shortOut(baseSetToString);
4640
+ var _setToString;
4641
+ var hasRequired_setToString;
4642
+
4643
+ function require_setToString () {
4644
+ if (hasRequired_setToString) return _setToString;
4645
+ hasRequired_setToString = 1;
4646
+ var baseSetToString = require_baseSetToString(),
4647
+ shortOut = _shortOut;
4612
4648
 
4613
- var _setToString = setToString$2;
4649
+ /**
4650
+ * Sets the `toString` method of `func` to return `string`.
4651
+ *
4652
+ * @private
4653
+ * @param {Function} func The function to modify.
4654
+ * @param {Function} string The `toString` result.
4655
+ * @returns {Function} Returns `func`.
4656
+ */
4657
+ var setToString = shortOut(baseSetToString);
4658
+
4659
+ _setToString = setToString;
4660
+ return _setToString;
4661
+ }
4614
4662
 
4615
4663
  /**
4616
4664
  * A specialized version of `_.forEach` for arrays without support for
@@ -4789,7 +4837,7 @@ var _updateWrapDetails = updateWrapDetails$1;
4789
4837
 
4790
4838
  var getWrapDetails = _getWrapDetails,
4791
4839
  insertWrapDetails = _insertWrapDetails,
4792
- setToString$1 = _setToString,
4840
+ setToString$1 = require_setToString(),
4793
4841
  updateWrapDetails = _updateWrapDetails;
4794
4842
 
4795
4843
  /**
@@ -4883,33 +4931,41 @@ var _getHolder = getHolder$2;
4883
4931
 
4884
4932
  /** Used as references for various `Number` constants. */
4885
4933
 
4886
- var MAX_SAFE_INTEGER$1 = 9007199254740991;
4934
+ var _isIndex;
4935
+ var hasRequired_isIndex;
4887
4936
 
4888
- /** Used to detect unsigned integer values. */
4889
- var reIsUint = /^(?:0|[1-9]\d*)$/;
4937
+ function require_isIndex () {
4938
+ if (hasRequired_isIndex) return _isIndex;
4939
+ hasRequired_isIndex = 1;
4940
+ var MAX_SAFE_INTEGER = 9007199254740991;
4890
4941
 
4891
- /**
4892
- * Checks if `value` is a valid array-like index.
4893
- *
4894
- * @private
4895
- * @param {*} value The value to check.
4896
- * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index.
4897
- * @returns {boolean} Returns `true` if `value` is a valid index, else `false`.
4898
- */
4899
- function isIndex$3(value, length) {
4900
- var type = typeof value;
4901
- length = length == null ? MAX_SAFE_INTEGER$1 : length;
4942
+ /** Used to detect unsigned integer values. */
4943
+ var reIsUint = /^(?:0|[1-9]\d*)$/;
4902
4944
 
4903
- return !!length &&
4904
- (type == 'number' ||
4905
- (type != 'symbol' && reIsUint.test(value))) &&
4906
- (value > -1 && value % 1 == 0 && value < length);
4907
- }
4945
+ /**
4946
+ * Checks if `value` is a valid array-like index.
4947
+ *
4948
+ * @private
4949
+ * @param {*} value The value to check.
4950
+ * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index.
4951
+ * @returns {boolean} Returns `true` if `value` is a valid index, else `false`.
4952
+ */
4953
+ function isIndex(value, length) {
4954
+ var type = typeof value;
4955
+ length = length == null ? MAX_SAFE_INTEGER : length;
4956
+
4957
+ return !!length &&
4958
+ (type == 'number' ||
4959
+ (type != 'symbol' && reIsUint.test(value))) &&
4960
+ (value > -1 && value % 1 == 0 && value < length);
4961
+ }
4908
4962
 
4909
- var _isIndex = isIndex$3;
4963
+ _isIndex = isIndex;
4964
+ return _isIndex;
4965
+ }
4910
4966
 
4911
4967
  var copyArray$2 = _copyArray,
4912
- isIndex$2 = _isIndex;
4968
+ isIndex$1 = require_isIndex();
4913
4969
 
4914
4970
  /* Built-in method references for those with the same name as other `lodash` methods. */
4915
4971
  var nativeMin$1 = Math.min;
@@ -4931,7 +4987,7 @@ function reorder$1(array, indexes) {
4931
4987
 
4932
4988
  while (length--) {
4933
4989
  var index = indexes[length];
4934
- array[length] = isIndex$2(index, arrLength) ? oldArray[index] : undefined;
4990
+ array[length] = isIndex$1(index, arrLength) ? oldArray[index] : undefined;
4935
4991
  }
4936
4992
  return array;
4937
4993
  }
@@ -4977,7 +5033,7 @@ var composeArgs$1 = _composeArgs,
4977
5033
  getHolder$1 = _getHolder,
4978
5034
  reorder = _reorder,
4979
5035
  replaceHolders$2 = _replaceHolders,
4980
- root$7 = _root;
5036
+ root$6 = _root;
4981
5037
 
4982
5038
  /** Used to compose bitmasks for function metadata. */
4983
5039
  var WRAP_BIND_FLAG$3 = 1,
@@ -5052,7 +5108,7 @@ function createHybrid$2(func, bitmask, thisArg, partials, holders, partialsRight
5052
5108
  if (isAry && ary < length) {
5053
5109
  args.length = ary;
5054
5110
  }
5055
- if (this && this !== root$7 && this instanceof wrapper) {
5111
+ if (this && this !== root$6 && this instanceof wrapper) {
5056
5112
  fn = Ctor || createCtor$2(fn);
5057
5113
  }
5058
5114
  return fn.apply(thisBinding, args);
@@ -5062,13 +5118,13 @@ function createHybrid$2(func, bitmask, thisArg, partials, holders, partialsRight
5062
5118
 
5063
5119
  var _createHybrid = createHybrid$2;
5064
5120
 
5065
- var apply$2 = _apply,
5121
+ var apply$1 = _apply,
5066
5122
  createCtor$1 = _createCtor,
5067
5123
  createHybrid$1 = _createHybrid,
5068
5124
  createRecurry = _createRecurry,
5069
5125
  getHolder = _getHolder,
5070
5126
  replaceHolders$1 = _replaceHolders,
5071
- root$6 = _root;
5127
+ root$5 = _root;
5072
5128
 
5073
5129
  /**
5074
5130
  * Creates a function that wraps `func` to enable currying.
@@ -5101,17 +5157,17 @@ function createCurry$1(func, bitmask, arity) {
5101
5157
  func, bitmask, createHybrid$1, wrapper.placeholder, undefined,
5102
5158
  args, holders, undefined, undefined, arity - length);
5103
5159
  }
5104
- var fn = (this && this !== root$6 && this instanceof wrapper) ? Ctor : func;
5105
- return apply$2(fn, this, args);
5160
+ var fn = (this && this !== root$5 && this instanceof wrapper) ? Ctor : func;
5161
+ return apply$1(fn, this, args);
5106
5162
  }
5107
5163
  return wrapper;
5108
5164
  }
5109
5165
 
5110
5166
  var _createCurry = createCurry$1;
5111
5167
 
5112
- var apply$1 = _apply,
5168
+ var apply = _apply,
5113
5169
  createCtor = _createCtor,
5114
- root$5 = _root;
5170
+ root$4 = _root;
5115
5171
 
5116
5172
  /** Used to compose bitmasks for function metadata. */
5117
5173
  var WRAP_BIND_FLAG$2 = 1;
@@ -5138,7 +5194,7 @@ function createPartial$1(func, bitmask, thisArg, partials) {
5138
5194
  leftIndex = -1,
5139
5195
  leftLength = partials.length,
5140
5196
  args = Array(leftLength + argsLength),
5141
- fn = (this && this !== root$5 && this instanceof wrapper) ? Ctor : func;
5197
+ fn = (this && this !== root$4 && this instanceof wrapper) ? Ctor : func;
5142
5198
 
5143
5199
  while (++leftIndex < leftLength) {
5144
5200
  args[leftIndex] = partials[leftIndex];
@@ -5146,7 +5202,7 @@ function createPartial$1(func, bitmask, thisArg, partials) {
5146
5202
  while (argsLength--) {
5147
5203
  args[leftIndex++] = arguments[++argsIndex];
5148
5204
  }
5149
- return apply$1(fn, isBind ? thisArg : this, args);
5205
+ return apply(fn, isBind ? thisArg : this, args);
5150
5206
  }
5151
5207
  return wrapper;
5152
5208
  }
@@ -5316,7 +5372,7 @@ function isSymbol$6(value) {
5316
5372
  var isSymbol_1 = isSymbol$6;
5317
5373
 
5318
5374
  var baseTrim = _baseTrim,
5319
- isObject$3 = isObject_1,
5375
+ isObject$3 = requireIsObject(),
5320
5376
  isSymbol$5 = isSymbol_1;
5321
5377
 
5322
5378
  /** Used as references for various `Number` constants. */
@@ -5483,7 +5539,7 @@ var WRAP_BIND_FLAG = 1,
5483
5539
  WRAP_PARTIAL_RIGHT_FLAG = 64;
5484
5540
 
5485
5541
  /* Built-in method references for those with the same name as other `lodash` methods. */
5486
- var nativeMax$1 = Math.max;
5542
+ var nativeMax = Math.max;
5487
5543
 
5488
5544
  /**
5489
5545
  * Creates a function that either curries or invokes `func` with optional
@@ -5520,7 +5576,7 @@ function createWrap$3(func, bitmask, thisArg, partials, holders, argPos, ary, ar
5520
5576
  bitmask &= ~(WRAP_PARTIAL_FLAG | WRAP_PARTIAL_RIGHT_FLAG);
5521
5577
  partials = holders = undefined;
5522
5578
  }
5523
- ary = ary === undefined ? ary : nativeMax$1(toInteger(ary), 0);
5579
+ ary = ary === undefined ? ary : nativeMax(toInteger(ary), 0);
5524
5580
  arity = arity === undefined ? arity : toInteger(arity);
5525
5581
  length -= holders ? holders.length : 0;
5526
5582
 
@@ -5547,7 +5603,7 @@ function createWrap$3(func, bitmask, thisArg, partials, holders, argPos, ary, ar
5547
5603
  holders = newData[4];
5548
5604
  arity = newData[9] = newData[9] === undefined
5549
5605
  ? (isBindKey ? 0 : func.length)
5550
- : nativeMax$1(newData[9] - length, 0);
5606
+ : nativeMax(newData[9] - length, 0);
5551
5607
 
5552
5608
  if (!arity && bitmask & (WRAP_CURRY_FLAG$1 | WRAP_CURRY_RIGHT_FLAG)) {
5553
5609
  bitmask &= ~(WRAP_CURRY_FLAG$1 | WRAP_CURRY_RIGHT_FLAG);
@@ -5597,31 +5653,39 @@ function ary(func, n, guard) {
5597
5653
 
5598
5654
  var ary_1 = ary;
5599
5655
 
5600
- var defineProperty = _defineProperty;
5656
+ var _baseAssignValue;
5657
+ var hasRequired_baseAssignValue;
5601
5658
 
5602
- /**
5603
- * The base implementation of `assignValue` and `assignMergeValue` without
5604
- * value checks.
5605
- *
5606
- * @private
5607
- * @param {Object} object The object to modify.
5608
- * @param {string} key The key of the property to assign.
5609
- * @param {*} value The value to assign.
5610
- */
5611
- function baseAssignValue$2(object, key, value) {
5612
- if (key == '__proto__' && defineProperty) {
5613
- defineProperty(object, key, {
5614
- 'configurable': true,
5615
- 'enumerable': true,
5616
- 'value': value,
5617
- 'writable': true
5618
- });
5619
- } else {
5620
- object[key] = value;
5621
- }
5622
- }
5659
+ function require_baseAssignValue () {
5660
+ if (hasRequired_baseAssignValue) return _baseAssignValue;
5661
+ hasRequired_baseAssignValue = 1;
5662
+ var defineProperty = require_defineProperty();
5623
5663
 
5624
- var _baseAssignValue = baseAssignValue$2;
5664
+ /**
5665
+ * The base implementation of `assignValue` and `assignMergeValue` without
5666
+ * value checks.
5667
+ *
5668
+ * @private
5669
+ * @param {Object} object The object to modify.
5670
+ * @param {string} key The key of the property to assign.
5671
+ * @param {*} value The value to assign.
5672
+ */
5673
+ function baseAssignValue(object, key, value) {
5674
+ if (key == '__proto__' && defineProperty) {
5675
+ defineProperty(object, key, {
5676
+ 'configurable': true,
5677
+ 'enumerable': true,
5678
+ 'value': value,
5679
+ 'writable': true
5680
+ });
5681
+ } else {
5682
+ object[key] = value;
5683
+ }
5684
+ }
5685
+
5686
+ _baseAssignValue = baseAssignValue;
5687
+ return _baseAssignValue;
5688
+ }
5625
5689
 
5626
5690
  /**
5627
5691
  * Performs a
@@ -5670,14 +5734,14 @@ function requireEq () {
5670
5734
  return eq_1;
5671
5735
  }
5672
5736
 
5673
- var baseAssignValue$1 = _baseAssignValue,
5737
+ var baseAssignValue$1 = require_baseAssignValue(),
5674
5738
  eq$1 = requireEq();
5675
5739
 
5676
5740
  /** Used for built-in method references. */
5677
- var objectProto$8 = Object.prototype;
5741
+ var objectProto$7 = Object.prototype;
5678
5742
 
5679
5743
  /** Used to check objects for own properties. */
5680
- var hasOwnProperty$6 = objectProto$8.hasOwnProperty;
5744
+ var hasOwnProperty$5 = objectProto$7.hasOwnProperty;
5681
5745
 
5682
5746
  /**
5683
5747
  * Assigns `value` to `key` of `object` if the existing value is not equivalent
@@ -5691,7 +5755,7 @@ var hasOwnProperty$6 = objectProto$8.hasOwnProperty;
5691
5755
  */
5692
5756
  function assignValue$2(object, key, value) {
5693
5757
  var objValue = object[key];
5694
- if (!(hasOwnProperty$6.call(object, key) && eq$1(objValue, value)) ||
5758
+ if (!(hasOwnProperty$5.call(object, key) && eq$1(objValue, value)) ||
5695
5759
  (value === undefined && !(key in object))) {
5696
5760
  baseAssignValue$1(object, key, value);
5697
5761
  }
@@ -5700,7 +5764,7 @@ function assignValue$2(object, key, value) {
5700
5764
  var _assignValue = assignValue$2;
5701
5765
 
5702
5766
  var assignValue$1 = _assignValue,
5703
- baseAssignValue = _baseAssignValue;
5767
+ baseAssignValue = require_baseAssignValue();
5704
5768
 
5705
5769
  /**
5706
5770
  * Copies properties of `source` to `object`.
@@ -5750,17 +5814,25 @@ var _copyObject = copyObject$4;
5750
5814
  * @returns {Array} Returns the array of results.
5751
5815
  */
5752
5816
 
5753
- function baseTimes$1(n, iteratee) {
5754
- var index = -1,
5755
- result = Array(n);
5817
+ var _baseTimes;
5818
+ var hasRequired_baseTimes;
5756
5819
 
5757
- while (++index < n) {
5758
- result[index] = iteratee(index);
5759
- }
5760
- return result;
5761
- }
5820
+ function require_baseTimes () {
5821
+ if (hasRequired_baseTimes) return _baseTimes;
5822
+ hasRequired_baseTimes = 1;
5823
+ function baseTimes(n, iteratee) {
5824
+ var index = -1,
5825
+ result = Array(n);
5762
5826
 
5763
- var _baseTimes = baseTimes$1;
5827
+ while (++index < n) {
5828
+ result[index] = iteratee(index);
5829
+ }
5830
+ return result;
5831
+ }
5832
+
5833
+ _baseTimes = baseTimes;
5834
+ return _baseTimes;
5835
+ }
5764
5836
 
5765
5837
  var _baseIsArguments;
5766
5838
  var hasRequired_baseIsArguments;
@@ -5835,7 +5907,7 @@ function requireIsArguments () {
5835
5907
  }
5836
5908
 
5837
5909
  var isBufferExports = {};
5838
- var isBuffer$5 = {
5910
+ var isBuffer$4 = {
5839
5911
  get exports(){ return isBufferExports; },
5840
5912
  set exports(v){ isBufferExports = v; },
5841
5913
  };
@@ -5854,90 +5926,113 @@ var isBuffer$5 = {
5854
5926
  * // => [false, false]
5855
5927
  */
5856
5928
 
5857
- function stubFalse() {
5858
- return false;
5929
+ var stubFalse_1;
5930
+ var hasRequiredStubFalse;
5931
+
5932
+ function requireStubFalse () {
5933
+ if (hasRequiredStubFalse) return stubFalse_1;
5934
+ hasRequiredStubFalse = 1;
5935
+ function stubFalse() {
5936
+ return false;
5937
+ }
5938
+
5939
+ stubFalse_1 = stubFalse;
5940
+ return stubFalse_1;
5859
5941
  }
5860
5942
 
5861
- var stubFalse_1 = stubFalse;
5943
+ var hasRequiredIsBuffer;
5862
5944
 
5863
- (function (module, exports) {
5864
- var root = _root,
5865
- stubFalse = stubFalse_1;
5945
+ function requireIsBuffer () {
5946
+ if (hasRequiredIsBuffer) return isBufferExports;
5947
+ hasRequiredIsBuffer = 1;
5948
+ (function (module, exports) {
5949
+ var root = _root,
5950
+ stubFalse = requireStubFalse();
5866
5951
 
5867
- /** Detect free variable `exports`. */
5868
- var freeExports = exports && !exports.nodeType && exports;
5952
+ /** Detect free variable `exports`. */
5953
+ var freeExports = exports && !exports.nodeType && exports;
5869
5954
 
5870
- /** Detect free variable `module`. */
5871
- var freeModule = freeExports && 'object' == 'object' && module && !module.nodeType && module;
5955
+ /** Detect free variable `module`. */
5956
+ var freeModule = freeExports && 'object' == 'object' && module && !module.nodeType && module;
5872
5957
 
5873
- /** Detect the popular CommonJS extension `module.exports`. */
5874
- var moduleExports = freeModule && freeModule.exports === freeExports;
5958
+ /** Detect the popular CommonJS extension `module.exports`. */
5959
+ var moduleExports = freeModule && freeModule.exports === freeExports;
5875
5960
 
5876
- /** Built-in value references. */
5877
- var Buffer = moduleExports ? root.Buffer : undefined;
5961
+ /** Built-in value references. */
5962
+ var Buffer = moduleExports ? root.Buffer : undefined;
5878
5963
 
5879
- /* Built-in method references for those with the same name as other `lodash` methods. */
5880
- var nativeIsBuffer = Buffer ? Buffer.isBuffer : undefined;
5964
+ /* Built-in method references for those with the same name as other `lodash` methods. */
5965
+ var nativeIsBuffer = Buffer ? Buffer.isBuffer : undefined;
5966
+
5967
+ /**
5968
+ * Checks if `value` is a buffer.
5969
+ *
5970
+ * @static
5971
+ * @memberOf _
5972
+ * @since 4.3.0
5973
+ * @category Lang
5974
+ * @param {*} value The value to check.
5975
+ * @returns {boolean} Returns `true` if `value` is a buffer, else `false`.
5976
+ * @example
5977
+ *
5978
+ * _.isBuffer(new Buffer(2));
5979
+ * // => true
5980
+ *
5981
+ * _.isBuffer(new Uint8Array(2));
5982
+ * // => false
5983
+ */
5984
+ var isBuffer = nativeIsBuffer || stubFalse;
5985
+
5986
+ module.exports = isBuffer;
5987
+ } (isBuffer$4, isBufferExports));
5988
+ return isBufferExports;
5989
+ }
5990
+
5991
+ /** Used as references for various `Number` constants. */
5992
+
5993
+ var isLength_1;
5994
+ var hasRequiredIsLength;
5995
+
5996
+ function requireIsLength () {
5997
+ if (hasRequiredIsLength) return isLength_1;
5998
+ hasRequiredIsLength = 1;
5999
+ var MAX_SAFE_INTEGER = 9007199254740991;
5881
6000
 
5882
6001
  /**
5883
- * Checks if `value` is a buffer.
6002
+ * Checks if `value` is a valid array-like length.
6003
+ *
6004
+ * **Note:** This method is loosely based on
6005
+ * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength).
5884
6006
  *
5885
6007
  * @static
5886
6008
  * @memberOf _
5887
- * @since 4.3.0
6009
+ * @since 4.0.0
5888
6010
  * @category Lang
5889
6011
  * @param {*} value The value to check.
5890
- * @returns {boolean} Returns `true` if `value` is a buffer, else `false`.
6012
+ * @returns {boolean} Returns `true` if `value` is a valid length, else `false`.
5891
6013
  * @example
5892
6014
  *
5893
- * _.isBuffer(new Buffer(2));
6015
+ * _.isLength(3);
5894
6016
  * // => true
5895
6017
  *
5896
- * _.isBuffer(new Uint8Array(2));
6018
+ * _.isLength(Number.MIN_VALUE);
6019
+ * // => false
6020
+ *
6021
+ * _.isLength(Infinity);
6022
+ * // => false
6023
+ *
6024
+ * _.isLength('3');
5897
6025
  * // => false
5898
6026
  */
5899
- var isBuffer = nativeIsBuffer || stubFalse;
5900
-
5901
- module.exports = isBuffer;
5902
- } (isBuffer$5, isBufferExports));
5903
-
5904
- /** Used as references for various `Number` constants. */
5905
-
5906
- var MAX_SAFE_INTEGER = 9007199254740991;
6027
+ function isLength(value) {
6028
+ return typeof value == 'number' &&
6029
+ value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER;
6030
+ }
5907
6031
 
5908
- /**
5909
- * Checks if `value` is a valid array-like length.
5910
- *
5911
- * **Note:** This method is loosely based on
5912
- * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength).
5913
- *
5914
- * @static
5915
- * @memberOf _
5916
- * @since 4.0.0
5917
- * @category Lang
5918
- * @param {*} value The value to check.
5919
- * @returns {boolean} Returns `true` if `value` is a valid length, else `false`.
5920
- * @example
5921
- *
5922
- * _.isLength(3);
5923
- * // => true
5924
- *
5925
- * _.isLength(Number.MIN_VALUE);
5926
- * // => false
5927
- *
5928
- * _.isLength(Infinity);
5929
- * // => false
5930
- *
5931
- * _.isLength('3');
5932
- * // => false
5933
- */
5934
- function isLength$2(value) {
5935
- return typeof value == 'number' &&
5936
- value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER;
6032
+ isLength_1 = isLength;
6033
+ return isLength_1;
5937
6034
  }
5938
6035
 
5939
- var isLength_1 = isLength$2;
5940
-
5941
6036
  var _baseIsTypedArray;
5942
6037
  var hasRequired_baseIsTypedArray;
5943
6038
 
@@ -5945,7 +6040,7 @@ function require_baseIsTypedArray () {
5945
6040
  if (hasRequired_baseIsTypedArray) return _baseIsTypedArray;
5946
6041
  hasRequired_baseIsTypedArray = 1;
5947
6042
  var baseGetTag = _baseGetTag,
5948
- isLength = isLength_1,
6043
+ isLength = requireIsLength(),
5949
6044
  isObjectLike = isObjectLike_1;
5950
6045
 
5951
6046
  /** `Object#toString` result references. */
@@ -6015,13 +6110,21 @@ function require_baseIsTypedArray () {
6015
6110
  * @returns {Function} Returns the new capped function.
6016
6111
  */
6017
6112
 
6018
- function baseUnary$2(func) {
6019
- return function(value) {
6020
- return func(value);
6021
- };
6022
- }
6113
+ var _baseUnary;
6114
+ var hasRequired_baseUnary;
6115
+
6116
+ function require_baseUnary () {
6117
+ if (hasRequired_baseUnary) return _baseUnary;
6118
+ hasRequired_baseUnary = 1;
6119
+ function baseUnary(func) {
6120
+ return function(value) {
6121
+ return func(value);
6122
+ };
6123
+ }
6023
6124
 
6024
- var _baseUnary = baseUnary$2;
6125
+ _baseUnary = baseUnary;
6126
+ return _baseUnary;
6127
+ }
6025
6128
 
6026
6129
  var _nodeUtilExports = {};
6027
6130
  var _nodeUtil = {
@@ -6029,38 +6132,45 @@ var _nodeUtil = {
6029
6132
  set exports(v){ _nodeUtilExports = v; },
6030
6133
  };
6031
6134
 
6032
- (function (module, exports) {
6033
- var freeGlobal = _freeGlobal;
6135
+ var hasRequired_nodeUtil;
6034
6136
 
6035
- /** Detect free variable `exports`. */
6036
- var freeExports = exports && !exports.nodeType && exports;
6137
+ function require_nodeUtil () {
6138
+ if (hasRequired_nodeUtil) return _nodeUtilExports;
6139
+ hasRequired_nodeUtil = 1;
6140
+ (function (module, exports) {
6141
+ var freeGlobal = _freeGlobal;
6037
6142
 
6038
- /** Detect free variable `module`. */
6039
- var freeModule = freeExports && 'object' == 'object' && module && !module.nodeType && module;
6143
+ /** Detect free variable `exports`. */
6144
+ var freeExports = exports && !exports.nodeType && exports;
6040
6145
 
6041
- /** Detect the popular CommonJS extension `module.exports`. */
6042
- var moduleExports = freeModule && freeModule.exports === freeExports;
6146
+ /** Detect free variable `module`. */
6147
+ var freeModule = freeExports && 'object' == 'object' && module && !module.nodeType && module;
6043
6148
 
6044
- /** Detect free variable `process` from Node.js. */
6045
- var freeProcess = moduleExports && freeGlobal.process;
6149
+ /** Detect the popular CommonJS extension `module.exports`. */
6150
+ var moduleExports = freeModule && freeModule.exports === freeExports;
6046
6151
 
6047
- /** Used to access faster Node.js helpers. */
6048
- var nodeUtil = (function() {
6049
- try {
6050
- // Use `util.types` for Node.js 10+.
6051
- var types = freeModule && freeModule.require && freeModule.require('util').types;
6152
+ /** Detect free variable `process` from Node.js. */
6153
+ var freeProcess = moduleExports && freeGlobal.process;
6052
6154
 
6053
- if (types) {
6054
- return types;
6055
- }
6155
+ /** Used to access faster Node.js helpers. */
6156
+ var nodeUtil = (function() {
6157
+ try {
6158
+ // Use `util.types` for Node.js 10+.
6159
+ var types = freeModule && freeModule.require && freeModule.require('util').types;
6056
6160
 
6057
- // Legacy `process.binding('util')` for Node.js < 10.
6058
- return freeProcess && freeProcess.binding && freeProcess.binding('util');
6059
- } catch (e) {}
6060
- }());
6161
+ if (types) {
6162
+ return types;
6163
+ }
6164
+
6165
+ // Legacy `process.binding('util')` for Node.js < 10.
6166
+ return freeProcess && freeProcess.binding && freeProcess.binding('util');
6167
+ } catch (e) {}
6168
+ }());
6061
6169
 
6062
- module.exports = nodeUtil;
6170
+ module.exports = nodeUtil;
6063
6171
  } (_nodeUtil, _nodeUtilExports));
6172
+ return _nodeUtilExports;
6173
+ }
6064
6174
 
6065
6175
  var isTypedArray_1;
6066
6176
  var hasRequiredIsTypedArray;
@@ -6069,8 +6179,8 @@ function requireIsTypedArray () {
6069
6179
  if (hasRequiredIsTypedArray) return isTypedArray_1;
6070
6180
  hasRequiredIsTypedArray = 1;
6071
6181
  var baseIsTypedArray = require_baseIsTypedArray(),
6072
- baseUnary = _baseUnary,
6073
- nodeUtil = _nodeUtilExports;
6182
+ baseUnary = require_baseUnary(),
6183
+ nodeUtil = require_nodeUtil();
6074
6184
 
6075
6185
  /* Node.js helper references. */
6076
6186
  var nodeIsTypedArray = nodeUtil && nodeUtil.isTypedArray;
@@ -6098,55 +6208,63 @@ function requireIsTypedArray () {
6098
6208
  return isTypedArray_1;
6099
6209
  }
6100
6210
 
6101
- var baseTimes = _baseTimes,
6102
- isArguments$2 = requireIsArguments(),
6103
- isArray$f = isArray_1,
6104
- isBuffer$4 = isBufferExports,
6105
- isIndex$1 = _isIndex,
6106
- isTypedArray$1 = requireIsTypedArray();
6211
+ var _arrayLikeKeys;
6212
+ var hasRequired_arrayLikeKeys;
6107
6213
 
6108
- /** Used for built-in method references. */
6109
- var objectProto$7 = Object.prototype;
6214
+ function require_arrayLikeKeys () {
6215
+ if (hasRequired_arrayLikeKeys) return _arrayLikeKeys;
6216
+ hasRequired_arrayLikeKeys = 1;
6217
+ var baseTimes = require_baseTimes(),
6218
+ isArguments = requireIsArguments(),
6219
+ isArray = isArray_1,
6220
+ isBuffer = requireIsBuffer(),
6221
+ isIndex = require_isIndex(),
6222
+ isTypedArray = requireIsTypedArray();
6110
6223
 
6111
- /** Used to check objects for own properties. */
6112
- var hasOwnProperty$5 = objectProto$7.hasOwnProperty;
6224
+ /** Used for built-in method references. */
6225
+ var objectProto = Object.prototype;
6113
6226
 
6114
- /**
6115
- * Creates an array of the enumerable property names of the array-like `value`.
6116
- *
6117
- * @private
6118
- * @param {*} value The value to query.
6119
- * @param {boolean} inherited Specify returning inherited property names.
6120
- * @returns {Array} Returns the array of property names.
6121
- */
6122
- function arrayLikeKeys$1(value, inherited) {
6123
- var isArr = isArray$f(value),
6124
- isArg = !isArr && isArguments$2(value),
6125
- isBuff = !isArr && !isArg && isBuffer$4(value),
6126
- isType = !isArr && !isArg && !isBuff && isTypedArray$1(value),
6127
- skipIndexes = isArr || isArg || isBuff || isType,
6128
- result = skipIndexes ? baseTimes(value.length, String) : [],
6129
- length = result.length;
6227
+ /** Used to check objects for own properties. */
6228
+ var hasOwnProperty = objectProto.hasOwnProperty;
6130
6229
 
6131
- for (var key in value) {
6132
- if ((inherited || hasOwnProperty$5.call(value, key)) &&
6133
- !(skipIndexes && (
6134
- // Safari 9 has enumerable `arguments.length` in strict mode.
6135
- key == 'length' ||
6136
- // Node.js 0.10 has enumerable non-index properties on buffers.
6137
- (isBuff && (key == 'offset' || key == 'parent')) ||
6138
- // PhantomJS 2 has enumerable non-index properties on typed arrays.
6139
- (isType && (key == 'buffer' || key == 'byteLength' || key == 'byteOffset')) ||
6140
- // Skip index properties.
6141
- isIndex$1(key, length)
6142
- ))) {
6143
- result.push(key);
6144
- }
6145
- }
6146
- return result;
6147
- }
6230
+ /**
6231
+ * Creates an array of the enumerable property names of the array-like `value`.
6232
+ *
6233
+ * @private
6234
+ * @param {*} value The value to query.
6235
+ * @param {boolean} inherited Specify returning inherited property names.
6236
+ * @returns {Array} Returns the array of property names.
6237
+ */
6238
+ function arrayLikeKeys(value, inherited) {
6239
+ var isArr = isArray(value),
6240
+ isArg = !isArr && isArguments(value),
6241
+ isBuff = !isArr && !isArg && isBuffer(value),
6242
+ isType = !isArr && !isArg && !isBuff && isTypedArray(value),
6243
+ skipIndexes = isArr || isArg || isBuff || isType,
6244
+ result = skipIndexes ? baseTimes(value.length, String) : [],
6245
+ length = result.length;
6246
+
6247
+ for (var key in value) {
6248
+ if ((inherited || hasOwnProperty.call(value, key)) &&
6249
+ !(skipIndexes && (
6250
+ // Safari 9 has enumerable `arguments.length` in strict mode.
6251
+ key == 'length' ||
6252
+ // Node.js 0.10 has enumerable non-index properties on buffers.
6253
+ (isBuff && (key == 'offset' || key == 'parent')) ||
6254
+ // PhantomJS 2 has enumerable non-index properties on typed arrays.
6255
+ (isType && (key == 'buffer' || key == 'byteLength' || key == 'byteOffset')) ||
6256
+ // Skip index properties.
6257
+ isIndex(key, length)
6258
+ ))) {
6259
+ result.push(key);
6260
+ }
6261
+ }
6262
+ return result;
6263
+ }
6148
6264
 
6149
- var _arrayLikeKeys = arrayLikeKeys$1;
6265
+ _arrayLikeKeys = arrayLikeKeys;
6266
+ return _arrayLikeKeys;
6267
+ }
6150
6268
 
6151
6269
  /** Used for built-in method references. */
6152
6270
 
@@ -6159,14 +6277,14 @@ var objectProto$6 = Object.prototype;
6159
6277
  * @param {*} value The value to check.
6160
6278
  * @returns {boolean} Returns `true` if `value` is a prototype, else `false`.
6161
6279
  */
6162
- function isPrototype$2(value) {
6280
+ function isPrototype$1(value) {
6163
6281
  var Ctor = value && value.constructor,
6164
6282
  proto = (typeof Ctor == 'function' && Ctor.prototype) || objectProto$6;
6165
6283
 
6166
6284
  return value === proto;
6167
6285
  }
6168
6286
 
6169
- var _isPrototype = isPrototype$2;
6287
+ var _isPrototype = isPrototype$1;
6170
6288
 
6171
6289
  /**
6172
6290
  * Creates a unary function that invokes `func` with its argument transformed.
@@ -6192,7 +6310,7 @@ var nativeKeys$1 = overArg$1(Object.keys, Object);
6192
6310
 
6193
6311
  var _nativeKeys = nativeKeys$1;
6194
6312
 
6195
- var isPrototype$1 = _isPrototype,
6313
+ var isPrototype = _isPrototype,
6196
6314
  nativeKeys = _nativeKeys;
6197
6315
 
6198
6316
  /** Used for built-in method references. */
@@ -6209,7 +6327,7 @@ var hasOwnProperty$4 = objectProto$5.hasOwnProperty;
6209
6327
  * @returns {Array} Returns the array of property names.
6210
6328
  */
6211
6329
  function baseKeys$1(object) {
6212
- if (!isPrototype$1(object)) {
6330
+ if (!isPrototype(object)) {
6213
6331
  return nativeKeys(object);
6214
6332
  }
6215
6333
  var result = [];
@@ -6223,43 +6341,51 @@ function baseKeys$1(object) {
6223
6341
 
6224
6342
  var _baseKeys = baseKeys$1;
6225
6343
 
6226
- var isFunction$1 = isFunction_1,
6227
- isLength$1 = isLength_1;
6344
+ var isArrayLike_1;
6345
+ var hasRequiredIsArrayLike;
6228
6346
 
6229
- /**
6230
- * Checks if `value` is array-like. A value is considered array-like if it's
6231
- * not a function and has a `value.length` that's an integer greater than or
6232
- * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`.
6233
- *
6234
- * @static
6235
- * @memberOf _
6236
- * @since 4.0.0
6237
- * @category Lang
6238
- * @param {*} value The value to check.
6239
- * @returns {boolean} Returns `true` if `value` is array-like, else `false`.
6240
- * @example
6241
- *
6242
- * _.isArrayLike([1, 2, 3]);
6243
- * // => true
6244
- *
6245
- * _.isArrayLike(document.body.children);
6246
- * // => true
6247
- *
6248
- * _.isArrayLike('abc');
6249
- * // => true
6250
- *
6251
- * _.isArrayLike(_.noop);
6252
- * // => false
6253
- */
6254
- function isArrayLike$1(value) {
6255
- return value != null && isLength$1(value.length) && !isFunction$1(value);
6256
- }
6347
+ function requireIsArrayLike () {
6348
+ if (hasRequiredIsArrayLike) return isArrayLike_1;
6349
+ hasRequiredIsArrayLike = 1;
6350
+ var isFunction = isFunction_1,
6351
+ isLength = requireIsLength();
6257
6352
 
6258
- var isArrayLike_1 = isArrayLike$1;
6353
+ /**
6354
+ * Checks if `value` is array-like. A value is considered array-like if it's
6355
+ * not a function and has a `value.length` that's an integer greater than or
6356
+ * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`.
6357
+ *
6358
+ * @static
6359
+ * @memberOf _
6360
+ * @since 4.0.0
6361
+ * @category Lang
6362
+ * @param {*} value The value to check.
6363
+ * @returns {boolean} Returns `true` if `value` is array-like, else `false`.
6364
+ * @example
6365
+ *
6366
+ * _.isArrayLike([1, 2, 3]);
6367
+ * // => true
6368
+ *
6369
+ * _.isArrayLike(document.body.children);
6370
+ * // => true
6371
+ *
6372
+ * _.isArrayLike('abc');
6373
+ * // => true
6374
+ *
6375
+ * _.isArrayLike(_.noop);
6376
+ * // => false
6377
+ */
6378
+ function isArrayLike(value) {
6379
+ return value != null && isLength(value.length) && !isFunction(value);
6380
+ }
6381
+
6382
+ isArrayLike_1 = isArrayLike;
6383
+ return isArrayLike_1;
6384
+ }
6259
6385
 
6260
- var arrayLikeKeys = _arrayLikeKeys,
6386
+ var arrayLikeKeys = require_arrayLikeKeys(),
6261
6387
  baseKeys = _baseKeys,
6262
- isArrayLike = isArrayLike_1;
6388
+ isArrayLike = requireIsArrayLike();
6263
6389
 
6264
6390
  /**
6265
6391
  * Creates an array of the own enumerable property names of `object`.
@@ -6640,10 +6766,10 @@ function require_stackHas () {
6640
6766
  }
6641
6767
 
6642
6768
  var getNative$3 = _getNative,
6643
- root$4 = _root;
6769
+ root$3 = _root;
6644
6770
 
6645
6771
  /* Built-in method references that are verified to be native. */
6646
- var Map$2 = getNative$3(root$4, 'Map');
6772
+ var Map$2 = getNative$3(root$3, 'Map');
6647
6773
 
6648
6774
  var _Map = Map$2;
6649
6775
 
@@ -7203,7 +7329,7 @@ var hasRequired_baseKeysIn;
7203
7329
  function require_baseKeysIn () {
7204
7330
  if (hasRequired_baseKeysIn) return _baseKeysIn;
7205
7331
  hasRequired_baseKeysIn = 1;
7206
- var isObject = isObject_1,
7332
+ var isObject = requireIsObject(),
7207
7333
  isPrototype = _isPrototype,
7208
7334
  nativeKeysIn = require_nativeKeysIn();
7209
7335
 
@@ -7245,9 +7371,9 @@ var hasRequiredKeysIn;
7245
7371
  function requireKeysIn () {
7246
7372
  if (hasRequiredKeysIn) return keysIn_1;
7247
7373
  hasRequiredKeysIn = 1;
7248
- var arrayLikeKeys = _arrayLikeKeys,
7374
+ var arrayLikeKeys = require_arrayLikeKeys(),
7249
7375
  baseKeysIn = require_baseKeysIn(),
7250
- isArrayLike = isArrayLike_1;
7376
+ isArrayLike = requireIsArrayLike();
7251
7377
 
7252
7378
  /**
7253
7379
  * Creates an array of the own and inherited enumerable property names of `object`.
@@ -7304,43 +7430,50 @@ var _cloneBuffer = {
7304
7430
  set exports(v){ _cloneBufferExports = v; },
7305
7431
  };
7306
7432
 
7307
- (function (module, exports) {
7308
- var root = _root;
7309
-
7310
- /** Detect free variable `exports`. */
7311
- var freeExports = exports && !exports.nodeType && exports;
7312
-
7313
- /** Detect free variable `module`. */
7314
- var freeModule = freeExports && 'object' == 'object' && module && !module.nodeType && module;
7315
-
7316
- /** Detect the popular CommonJS extension `module.exports`. */
7317
- var moduleExports = freeModule && freeModule.exports === freeExports;
7318
-
7319
- /** Built-in value references. */
7320
- var Buffer = moduleExports ? root.Buffer : undefined,
7321
- allocUnsafe = Buffer ? Buffer.allocUnsafe : undefined;
7322
-
7323
- /**
7324
- * Creates a clone of `buffer`.
7325
- *
7326
- * @private
7327
- * @param {Buffer} buffer The buffer to clone.
7328
- * @param {boolean} [isDeep] Specify a deep clone.
7329
- * @returns {Buffer} Returns the cloned buffer.
7330
- */
7331
- function cloneBuffer(buffer, isDeep) {
7332
- if (isDeep) {
7333
- return buffer.slice();
7334
- }
7335
- var length = buffer.length,
7336
- result = allocUnsafe ? allocUnsafe(length) : new buffer.constructor(length);
7337
-
7338
- buffer.copy(result);
7339
- return result;
7340
- }
7433
+ var hasRequired_cloneBuffer;
7434
+
7435
+ function require_cloneBuffer () {
7436
+ if (hasRequired_cloneBuffer) return _cloneBufferExports;
7437
+ hasRequired_cloneBuffer = 1;
7438
+ (function (module, exports) {
7439
+ var root = _root;
7440
+
7441
+ /** Detect free variable `exports`. */
7442
+ var freeExports = exports && !exports.nodeType && exports;
7443
+
7444
+ /** Detect free variable `module`. */
7445
+ var freeModule = freeExports && 'object' == 'object' && module && !module.nodeType && module;
7446
+
7447
+ /** Detect the popular CommonJS extension `module.exports`. */
7448
+ var moduleExports = freeModule && freeModule.exports === freeExports;
7449
+
7450
+ /** Built-in value references. */
7451
+ var Buffer = moduleExports ? root.Buffer : undefined,
7452
+ allocUnsafe = Buffer ? Buffer.allocUnsafe : undefined;
7453
+
7454
+ /**
7455
+ * Creates a clone of `buffer`.
7456
+ *
7457
+ * @private
7458
+ * @param {Buffer} buffer The buffer to clone.
7459
+ * @param {boolean} [isDeep] Specify a deep clone.
7460
+ * @returns {Buffer} Returns the cloned buffer.
7461
+ */
7462
+ function cloneBuffer(buffer, isDeep) {
7463
+ if (isDeep) {
7464
+ return buffer.slice();
7465
+ }
7466
+ var length = buffer.length,
7467
+ result = allocUnsafe ? allocUnsafe(length) : new buffer.constructor(length);
7468
+
7469
+ buffer.copy(result);
7470
+ return result;
7471
+ }
7341
7472
 
7342
- module.exports = cloneBuffer;
7473
+ module.exports = cloneBuffer;
7343
7474
  } (_cloneBuffer, _cloneBufferExports));
7475
+ return _cloneBufferExports;
7476
+ }
7344
7477
 
7345
7478
  /**
7346
7479
  * A specialized version of `_.filter` for arrays without support for
@@ -7467,12 +7600,12 @@ var _arrayPush = arrayPush$3;
7467
7600
  var overArg = _overArg;
7468
7601
 
7469
7602
  /** Built-in value references. */
7470
- var getPrototype$3 = overArg(Object.getPrototypeOf, Object);
7603
+ var getPrototype$2 = overArg(Object.getPrototypeOf, Object);
7471
7604
 
7472
- var _getPrototype = getPrototype$3;
7605
+ var _getPrototype = getPrototype$2;
7473
7606
 
7474
7607
  var arrayPush$2 = _arrayPush,
7475
- getPrototype$2 = _getPrototype,
7608
+ getPrototype$1 = _getPrototype,
7476
7609
  getSymbols$1 = _getSymbols,
7477
7610
  stubArray = stubArray_1;
7478
7611
 
@@ -7490,7 +7623,7 @@ var getSymbolsIn$2 = !nativeGetSymbols ? stubArray : function(object) {
7490
7623
  var result = [];
7491
7624
  while (object) {
7492
7625
  arrayPush$2(result, getSymbols$1(object));
7493
- object = getPrototype$2(object);
7626
+ object = getPrototype$1(object);
7494
7627
  }
7495
7628
  return result;
7496
7629
  };
@@ -7571,26 +7704,26 @@ function getAllKeysIn$1(object) {
7571
7704
  var _getAllKeysIn = getAllKeysIn$1;
7572
7705
 
7573
7706
  var getNative$2 = _getNative,
7574
- root$3 = _root;
7707
+ root$2 = _root;
7575
7708
 
7576
7709
  /* Built-in method references that are verified to be native. */
7577
- var DataView$2 = getNative$2(root$3, 'DataView');
7710
+ var DataView$2 = getNative$2(root$2, 'DataView');
7578
7711
 
7579
7712
  var _DataView = DataView$2;
7580
7713
 
7581
7714
  var getNative$1 = _getNative,
7582
- root$2 = _root;
7715
+ root$1 = _root;
7583
7716
 
7584
7717
  /* Built-in method references that are verified to be native. */
7585
- var Promise$2 = getNative$1(root$2, 'Promise');
7718
+ var Promise$2 = getNative$1(root$1, 'Promise');
7586
7719
 
7587
7720
  var _Promise = Promise$2;
7588
7721
 
7589
7722
  var getNative = _getNative,
7590
- root$1 = _root;
7723
+ root = _root;
7591
7724
 
7592
7725
  /* Built-in method references that are verified to be native. */
7593
- var Set$2 = getNative(root$1, 'Set');
7726
+ var Set$2 = getNative(root, 'Set');
7594
7727
 
7595
7728
  var _Set = Set$2;
7596
7729
 
@@ -7681,31 +7814,47 @@ function initCloneArray$1(array) {
7681
7814
 
7682
7815
  var _initCloneArray = initCloneArray$1;
7683
7816
 
7684
- var root = _root;
7817
+ var _Uint8Array;
7818
+ var hasRequired_Uint8Array;
7685
7819
 
7686
- /** Built-in value references. */
7687
- var Uint8Array$3 = root.Uint8Array;
7688
-
7689
- var _Uint8Array = Uint8Array$3;
7820
+ function require_Uint8Array () {
7821
+ if (hasRequired_Uint8Array) return _Uint8Array;
7822
+ hasRequired_Uint8Array = 1;
7823
+ var root = _root;
7690
7824
 
7691
- var Uint8Array$2 = _Uint8Array;
7825
+ /** Built-in value references. */
7826
+ var Uint8Array = root.Uint8Array;
7692
7827
 
7693
- /**
7694
- * Creates a clone of `arrayBuffer`.
7695
- *
7696
- * @private
7697
- * @param {ArrayBuffer} arrayBuffer The array buffer to clone.
7698
- * @returns {ArrayBuffer} Returns the cloned array buffer.
7699
- */
7700
- function cloneArrayBuffer$2(arrayBuffer) {
7701
- var result = new arrayBuffer.constructor(arrayBuffer.byteLength);
7702
- new Uint8Array$2(result).set(new Uint8Array$2(arrayBuffer));
7703
- return result;
7828
+ _Uint8Array = Uint8Array;
7829
+ return _Uint8Array;
7704
7830
  }
7705
7831
 
7706
- var _cloneArrayBuffer = cloneArrayBuffer$2;
7832
+ var _cloneArrayBuffer;
7833
+ var hasRequired_cloneArrayBuffer;
7707
7834
 
7708
- var cloneArrayBuffer$1 = _cloneArrayBuffer;
7835
+ function require_cloneArrayBuffer () {
7836
+ if (hasRequired_cloneArrayBuffer) return _cloneArrayBuffer;
7837
+ hasRequired_cloneArrayBuffer = 1;
7838
+ var Uint8Array = require_Uint8Array();
7839
+
7840
+ /**
7841
+ * Creates a clone of `arrayBuffer`.
7842
+ *
7843
+ * @private
7844
+ * @param {ArrayBuffer} arrayBuffer The array buffer to clone.
7845
+ * @returns {ArrayBuffer} Returns the cloned array buffer.
7846
+ */
7847
+ function cloneArrayBuffer(arrayBuffer) {
7848
+ var result = new arrayBuffer.constructor(arrayBuffer.byteLength);
7849
+ new Uint8Array(result).set(new Uint8Array(arrayBuffer));
7850
+ return result;
7851
+ }
7852
+
7853
+ _cloneArrayBuffer = cloneArrayBuffer;
7854
+ return _cloneArrayBuffer;
7855
+ }
7856
+
7857
+ var cloneArrayBuffer$1 = require_cloneArrayBuffer();
7709
7858
 
7710
7859
  /**
7711
7860
  * Creates a clone of `dataView`.
@@ -7766,7 +7915,7 @@ var hasRequired_cloneTypedArray;
7766
7915
  function require_cloneTypedArray () {
7767
7916
  if (hasRequired_cloneTypedArray) return _cloneTypedArray;
7768
7917
  hasRequired_cloneTypedArray = 1;
7769
- var cloneArrayBuffer = _cloneArrayBuffer;
7918
+ var cloneArrayBuffer = require_cloneArrayBuffer();
7770
7919
 
7771
7920
  /**
7772
7921
  * Creates a clone of `typedArray`.
@@ -7785,7 +7934,7 @@ function require_cloneTypedArray () {
7785
7934
  return _cloneTypedArray;
7786
7935
  }
7787
7936
 
7788
- var cloneArrayBuffer = _cloneArrayBuffer,
7937
+ var cloneArrayBuffer = require_cloneArrayBuffer(),
7789
7938
  cloneDataView = _cloneDataView,
7790
7939
  cloneRegExp = _cloneRegExp,
7791
7940
  cloneSymbol = _cloneSymbol,
@@ -7863,24 +8012,32 @@ function initCloneByTag$1(object, tag, isDeep) {
7863
8012
 
7864
8013
  var _initCloneByTag = initCloneByTag$1;
7865
8014
 
7866
- var baseCreate = _baseCreate,
7867
- getPrototype$1 = _getPrototype,
7868
- isPrototype = _isPrototype;
8015
+ var _initCloneObject;
8016
+ var hasRequired_initCloneObject;
7869
8017
 
7870
- /**
7871
- * Initializes an object clone.
7872
- *
7873
- * @private
7874
- * @param {Object} object The object to clone.
7875
- * @returns {Object} Returns the initialized clone.
7876
- */
7877
- function initCloneObject$1(object) {
7878
- return (typeof object.constructor == 'function' && !isPrototype(object))
7879
- ? baseCreate(getPrototype$1(object))
7880
- : {};
7881
- }
8018
+ function require_initCloneObject () {
8019
+ if (hasRequired_initCloneObject) return _initCloneObject;
8020
+ hasRequired_initCloneObject = 1;
8021
+ var baseCreate = require_baseCreate(),
8022
+ getPrototype = _getPrototype,
8023
+ isPrototype = _isPrototype;
7882
8024
 
7883
- var _initCloneObject = initCloneObject$1;
8025
+ /**
8026
+ * Initializes an object clone.
8027
+ *
8028
+ * @private
8029
+ * @param {Object} object The object to clone.
8030
+ * @returns {Object} Returns the initialized clone.
8031
+ */
8032
+ function initCloneObject(object) {
8033
+ return (typeof object.constructor == 'function' && !isPrototype(object))
8034
+ ? baseCreate(getPrototype(object))
8035
+ : {};
8036
+ }
8037
+
8038
+ _initCloneObject = initCloneObject;
8039
+ return _initCloneObject;
8040
+ }
7884
8041
 
7885
8042
  var getTag$4 = _getTag,
7886
8043
  isObjectLike$5 = isObjectLike_1;
@@ -7902,8 +8059,8 @@ function baseIsMap$1(value) {
7902
8059
  var _baseIsMap = baseIsMap$1;
7903
8060
 
7904
8061
  var baseIsMap = _baseIsMap,
7905
- baseUnary$1 = _baseUnary,
7906
- nodeUtil$1 = _nodeUtilExports;
8062
+ baseUnary$1 = require_baseUnary(),
8063
+ nodeUtil$1 = require_nodeUtil();
7907
8064
 
7908
8065
  /* Node.js helper references. */
7909
8066
  var nodeIsMap = nodeUtil$1 && nodeUtil$1.isMap;
@@ -7949,8 +8106,8 @@ function baseIsSet$1(value) {
7949
8106
  var _baseIsSet = baseIsSet$1;
7950
8107
 
7951
8108
  var baseIsSet = _baseIsSet,
7952
- baseUnary = _baseUnary,
7953
- nodeUtil = _nodeUtilExports;
8109
+ baseUnary = require_baseUnary(),
8110
+ nodeUtil = require_nodeUtil();
7954
8111
 
7955
8112
  /* Node.js helper references. */
7956
8113
  var nodeIsSet = nodeUtil && nodeUtil.isSet;
@@ -7981,7 +8138,7 @@ var Stack$2 = require_Stack(),
7981
8138
  assignValue = _assignValue,
7982
8139
  baseAssign = _baseAssign,
7983
8140
  baseAssignIn = _baseAssignIn,
7984
- cloneBuffer = _cloneBufferExports,
8141
+ cloneBuffer = require_cloneBuffer(),
7985
8142
  copyArray$1 = _copyArray,
7986
8143
  copySymbols = _copySymbols,
7987
8144
  copySymbolsIn = _copySymbolsIn,
@@ -7990,11 +8147,11 @@ var Stack$2 = require_Stack(),
7990
8147
  getTag$2 = _getTag,
7991
8148
  initCloneArray = _initCloneArray,
7992
8149
  initCloneByTag = _initCloneByTag,
7993
- initCloneObject = _initCloneObject,
8150
+ initCloneObject = require_initCloneObject(),
7994
8151
  isArray$d = isArray_1,
7995
- isBuffer$3 = isBufferExports,
8152
+ isBuffer$3 = requireIsBuffer(),
7996
8153
  isMap$1 = isMap_1,
7997
- isObject$2 = isObject_1,
8154
+ isObject$2 = requireIsObject(),
7998
8155
  isSet$1 = isSet_1,
7999
8156
  keys$1 = keys_1,
8000
8157
  keysIn = requireKeysIn();
@@ -8598,7 +8755,7 @@ function setToArray$1(set) {
8598
8755
  var _setToArray = setToArray$1;
8599
8756
 
8600
8757
  var Symbol$3 = _Symbol,
8601
- Uint8Array$1 = _Uint8Array,
8758
+ Uint8Array$1 = require_Uint8Array(),
8602
8759
  eq = requireEq(),
8603
8760
  equalArrays$1 = _equalArrays,
8604
8761
  mapToArray = _mapToArray,
@@ -8807,7 +8964,7 @@ var Stack$1 = require_Stack(),
8807
8964
  equalObjects = _equalObjects,
8808
8965
  getTag = _getTag,
8809
8966
  isArray$c = isArray_1,
8810
- isBuffer$2 = isBufferExports,
8967
+ isBuffer$2 = requireIsBuffer(),
8811
8968
  isTypedArray = requireIsTypedArray();
8812
8969
 
8813
8970
  /** Used to compose bitmasks for value comparisons. */
@@ -8977,7 +9134,7 @@ function baseIsMatch$1(object, source, matchData, customizer) {
8977
9134
 
8978
9135
  var _baseIsMatch = baseIsMatch$1;
8979
9136
 
8980
- var isObject$1 = isObject_1;
9137
+ var isObject$1 = requireIsObject();
8981
9138
 
8982
9139
  /**
8983
9140
  * Checks if `value` is suitable for strict equality comparisons, i.e. `===`.
@@ -9433,8 +9590,8 @@ var _baseHasIn = baseHasIn$1;
9433
9590
  var castPath = _castPath,
9434
9591
  isArguments$1 = requireIsArguments(),
9435
9592
  isArray$8 = isArray_1,
9436
- isIndex = _isIndex,
9437
- isLength = isLength_1,
9593
+ isIndex = require_isIndex(),
9594
+ isLength = requireIsLength(),
9438
9595
  toKey$3 = _toKey;
9439
9596
 
9440
9597
  /**
@@ -9774,46 +9931,54 @@ function flatten$1(array) {
9774
9931
 
9775
9932
  var flatten_1 = flatten$1;
9776
9933
 
9777
- var apply = _apply;
9934
+ var _overRest;
9935
+ var hasRequired_overRest;
9778
9936
 
9779
- /* Built-in method references for those with the same name as other `lodash` methods. */
9780
- var nativeMax = Math.max;
9937
+ function require_overRest () {
9938
+ if (hasRequired_overRest) return _overRest;
9939
+ hasRequired_overRest = 1;
9940
+ var apply = _apply;
9781
9941
 
9782
- /**
9783
- * A specialized version of `baseRest` which transforms the rest array.
9784
- *
9785
- * @private
9786
- * @param {Function} func The function to apply a rest parameter to.
9787
- * @param {number} [start=func.length-1] The start position of the rest parameter.
9788
- * @param {Function} transform The rest array transform.
9789
- * @returns {Function} Returns the new function.
9790
- */
9791
- function overRest$1(func, start, transform) {
9792
- start = nativeMax(start === undefined ? (func.length - 1) : start, 0);
9793
- return function() {
9794
- var args = arguments,
9795
- index = -1,
9796
- length = nativeMax(args.length - start, 0),
9797
- array = Array(length);
9942
+ /* Built-in method references for those with the same name as other `lodash` methods. */
9943
+ var nativeMax = Math.max;
9798
9944
 
9799
- while (++index < length) {
9800
- array[index] = args[start + index];
9801
- }
9802
- index = -1;
9803
- var otherArgs = Array(start + 1);
9804
- while (++index < start) {
9805
- otherArgs[index] = args[index];
9806
- }
9807
- otherArgs[start] = transform(array);
9808
- return apply(func, this, otherArgs);
9809
- };
9810
- }
9945
+ /**
9946
+ * A specialized version of `baseRest` which transforms the rest array.
9947
+ *
9948
+ * @private
9949
+ * @param {Function} func The function to apply a rest parameter to.
9950
+ * @param {number} [start=func.length-1] The start position of the rest parameter.
9951
+ * @param {Function} transform The rest array transform.
9952
+ * @returns {Function} Returns the new function.
9953
+ */
9954
+ function overRest(func, start, transform) {
9955
+ start = nativeMax(start === undefined ? (func.length - 1) : start, 0);
9956
+ return function() {
9957
+ var args = arguments,
9958
+ index = -1,
9959
+ length = nativeMax(args.length - start, 0),
9960
+ array = Array(length);
9811
9961
 
9812
- var _overRest = overRest$1;
9962
+ while (++index < length) {
9963
+ array[index] = args[start + index];
9964
+ }
9965
+ index = -1;
9966
+ var otherArgs = Array(start + 1);
9967
+ while (++index < start) {
9968
+ otherArgs[index] = args[index];
9969
+ }
9970
+ otherArgs[start] = transform(array);
9971
+ return apply(func, this, otherArgs);
9972
+ };
9973
+ }
9974
+
9975
+ _overRest = overRest;
9976
+ return _overRest;
9977
+ }
9813
9978
 
9814
9979
  var flatten = flatten_1,
9815
- overRest = _overRest,
9816
- setToString = _setToString;
9980
+ overRest = require_overRest(),
9981
+ setToString = require_setToString();
9817
9982
 
9818
9983
  /**
9819
9984
  * A specialized version of `baseRest` which flattens the rest array.
@@ -9938,7 +10103,7 @@ var hasRequired_assignMergeValue;
9938
10103
  function require_assignMergeValue () {
9939
10104
  if (hasRequired_assignMergeValue) return _assignMergeValue;
9940
10105
  hasRequired_assignMergeValue = 1;
9941
- var baseAssignValue = _baseAssignValue,
10106
+ var baseAssignValue = require_baseAssignValue(),
9942
10107
  eq = requireEq();
9943
10108
 
9944
10109
  /**
@@ -10027,7 +10192,7 @@ var hasRequiredIsArrayLikeObject;
10027
10192
  function requireIsArrayLikeObject () {
10028
10193
  if (hasRequiredIsArrayLikeObject) return isArrayLikeObject_1;
10029
10194
  hasRequiredIsArrayLikeObject = 1;
10030
- var isArrayLike = isArrayLike_1,
10195
+ var isArrayLike = requireIsArrayLike(),
10031
10196
  isObjectLike = isObjectLike_1;
10032
10197
 
10033
10198
  /**
@@ -10142,16 +10307,16 @@ function require_baseMergeDeep () {
10142
10307
  if (hasRequired_baseMergeDeep) return _baseMergeDeep;
10143
10308
  hasRequired_baseMergeDeep = 1;
10144
10309
  var assignMergeValue = require_assignMergeValue(),
10145
- cloneBuffer = _cloneBufferExports,
10310
+ cloneBuffer = require_cloneBuffer(),
10146
10311
  cloneTypedArray = require_cloneTypedArray(),
10147
10312
  copyArray = _copyArray,
10148
- initCloneObject = _initCloneObject,
10313
+ initCloneObject = require_initCloneObject(),
10149
10314
  isArguments = requireIsArguments(),
10150
10315
  isArray = isArray_1,
10151
10316
  isArrayLikeObject = requireIsArrayLikeObject(),
10152
- isBuffer = isBufferExports,
10317
+ isBuffer = requireIsBuffer(),
10153
10318
  isFunction = isFunction_1,
10154
- isObject = isObject_1,
10319
+ isObject = requireIsObject(),
10155
10320
  isPlainObject = isPlainObject_1,
10156
10321
  isTypedArray = requireIsTypedArray(),
10157
10322
  safeGet = require_safeGet(),
@@ -10248,7 +10413,7 @@ function require_baseMerge () {
10248
10413
  assignMergeValue = require_assignMergeValue(),
10249
10414
  baseFor = require_baseFor(),
10250
10415
  baseMergeDeep = require_baseMergeDeep(),
10251
- isObject = isObject_1,
10416
+ isObject = requireIsObject(),
10252
10417
  keysIn = requireKeysIn(),
10253
10418
  safeGet = require_safeGet();
10254
10419
 
@@ -10296,8 +10461,8 @@ function require_baseRest () {
10296
10461
  if (hasRequired_baseRest) return _baseRest;
10297
10462
  hasRequired_baseRest = 1;
10298
10463
  var identity = identity_1,
10299
- overRest = _overRest,
10300
- setToString = _setToString;
10464
+ overRest = require_overRest(),
10465
+ setToString = require_setToString();
10301
10466
 
10302
10467
  /**
10303
10468
  * The base implementation of `_.rest` which doesn't validate or coerce arguments.
@@ -10322,9 +10487,9 @@ function require_isIterateeCall () {
10322
10487
  if (hasRequired_isIterateeCall) return _isIterateeCall;
10323
10488
  hasRequired_isIterateeCall = 1;
10324
10489
  var eq = requireEq(),
10325
- isArrayLike = isArrayLike_1,
10326
- isIndex = _isIndex,
10327
- isObject = isObject_1;
10490
+ isArrayLike = requireIsArrayLike(),
10491
+ isIndex = require_isIndex(),
10492
+ isObject = requireIsObject();
10328
10493
 
10329
10494
  /**
10330
10495
  * Checks if the given arguments are from an iteratee call.