@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.js CHANGED
@@ -2288,7 +2288,7 @@ var syncFallback = function syncFallback(create) {
2288
2288
  var useInsertionEffect = React__namespace['useInsertion' + 'Effect'] ? React__namespace['useInsertion' + 'Effect'] : false;
2289
2289
  var useInsertionEffectAlwaysWithSyncFallback = useInsertionEffect || syncFallback;
2290
2290
 
2291
- var hasOwnProperty$b = {}.hasOwnProperty;
2291
+ var hasOwnProperty$a = {}.hasOwnProperty;
2292
2292
 
2293
2293
  var EmotionCacheContext = /* #__PURE__ */React.createContext( // we're doing this to avoid preconstruct's dead code elimination in this one case
2294
2294
  // because this module is primarily intended for the browser and node
@@ -2375,7 +2375,7 @@ var createEmotionProps = function createEmotionProps(type, props) {
2375
2375
  var newProps = {};
2376
2376
 
2377
2377
  for (var key in props) {
2378
- if (hasOwnProperty$b.call(props, key)) {
2378
+ if (hasOwnProperty$a.call(props, key)) {
2379
2379
  newProps[key] = props[key];
2380
2380
  }
2381
2381
  }
@@ -2436,7 +2436,7 @@ var Emotion = /* #__PURE__ */withEmotionCache(function (props, cache, ref) {
2436
2436
  var newProps = {};
2437
2437
 
2438
2438
  for (var key in props) {
2439
- if (hasOwnProperty$b.call(props, key) && key !== 'css' && key !== typePropName && (process.env.NODE_ENV === 'production' || key !== labelPropName)) {
2439
+ if (hasOwnProperty$a.call(props, key) && key !== 'css' && key !== typePropName && (process.env.NODE_ENV === 'production' || key !== labelPropName)) {
2440
2440
  newProps[key] = props[key];
2441
2441
  }
2442
2442
  }
@@ -2455,7 +2455,7 @@ if (process.env.NODE_ENV !== 'production') {
2455
2455
  }
2456
2456
 
2457
2457
  function jsx(type, props, key) {
2458
- if (!hasOwnProperty$b.call(props, 'css')) {
2458
+ if (!hasOwnProperty$a.call(props, 'css')) {
2459
2459
  return jsxRuntime.jsx(type, props, key);
2460
2460
  }
2461
2461
 
@@ -3435,11 +3435,11 @@ var _baseConvert = baseConvert$1;
3435
3435
  * // => true
3436
3436
  */
3437
3437
 
3438
- function identity$3(value) {
3438
+ function identity$2(value) {
3439
3439
  return value;
3440
3440
  }
3441
3441
 
3442
- var identity_1 = identity$3;
3442
+ var identity_1 = identity$2;
3443
3443
 
3444
3444
  /** Detect free variable `global` from Node.js. */
3445
3445
 
@@ -3453,31 +3453,31 @@ var freeGlobal = _freeGlobal;
3453
3453
  var freeSelf = typeof self == 'object' && self && self.Object === Object && self;
3454
3454
 
3455
3455
  /** Used as a reference to the global object. */
3456
- var root$c = freeGlobal || freeSelf || Function('return this')();
3456
+ var root$b = freeGlobal || freeSelf || Function('return this')();
3457
3457
 
3458
- var _root = root$c;
3458
+ var _root = root$b;
3459
3459
 
3460
- var root$b = _root;
3460
+ var root$a = _root;
3461
3461
 
3462
3462
  /** Built-in value references. */
3463
- var Symbol$7 = root$b.Symbol;
3463
+ var Symbol$7 = root$a.Symbol;
3464
3464
 
3465
3465
  var _Symbol = Symbol$7;
3466
3466
 
3467
3467
  var Symbol$6 = _Symbol;
3468
3468
 
3469
3469
  /** Used for built-in method references. */
3470
- var objectProto$d = Object.prototype;
3470
+ var objectProto$c = Object.prototype;
3471
3471
 
3472
3472
  /** Used to check objects for own properties. */
3473
- var hasOwnProperty$a = objectProto$d.hasOwnProperty;
3473
+ var hasOwnProperty$9 = objectProto$c.hasOwnProperty;
3474
3474
 
3475
3475
  /**
3476
3476
  * Used to resolve the
3477
3477
  * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)
3478
3478
  * of values.
3479
3479
  */
3480
- var nativeObjectToString$1 = objectProto$d.toString;
3480
+ var nativeObjectToString$1 = objectProto$c.toString;
3481
3481
 
3482
3482
  /** Built-in value references. */
3483
3483
  var symToStringTag$1 = Symbol$6 ? Symbol$6.toStringTag : undefined;
@@ -3490,7 +3490,7 @@ var symToStringTag$1 = Symbol$6 ? Symbol$6.toStringTag : undefined;
3490
3490
  * @returns {string} Returns the raw `toStringTag`.
3491
3491
  */
3492
3492
  function getRawTag$1(value) {
3493
- var isOwn = hasOwnProperty$a.call(value, symToStringTag$1),
3493
+ var isOwn = hasOwnProperty$9.call(value, symToStringTag$1),
3494
3494
  tag = value[symToStringTag$1];
3495
3495
 
3496
3496
  try {
@@ -3513,14 +3513,14 @@ var _getRawTag = getRawTag$1;
3513
3513
 
3514
3514
  /** Used for built-in method references. */
3515
3515
 
3516
- var objectProto$c = Object.prototype;
3516
+ var objectProto$b = Object.prototype;
3517
3517
 
3518
3518
  /**
3519
3519
  * Used to resolve the
3520
3520
  * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)
3521
3521
  * of values.
3522
3522
  */
3523
- var nativeObjectToString = objectProto$c.toString;
3523
+ var nativeObjectToString = objectProto$b.toString;
3524
3524
 
3525
3525
  /**
3526
3526
  * Converts `value` to a string using `Object.prototype.toString`.
@@ -3590,15 +3590,23 @@ var _baseGetTag = baseGetTag$5;
3590
3590
  * // => false
3591
3591
  */
3592
3592
 
3593
- function isObject$8(value) {
3594
- var type = typeof value;
3595
- return value != null && (type == 'object' || type == 'function');
3596
- }
3593
+ var isObject_1;
3594
+ var hasRequiredIsObject;
3595
+
3596
+ function requireIsObject () {
3597
+ if (hasRequiredIsObject) return isObject_1;
3598
+ hasRequiredIsObject = 1;
3599
+ function isObject(value) {
3600
+ var type = typeof value;
3601
+ return value != null && (type == 'object' || type == 'function');
3602
+ }
3597
3603
 
3598
- var isObject_1 = isObject$8;
3604
+ isObject_1 = isObject;
3605
+ return isObject_1;
3606
+ }
3599
3607
 
3600
3608
  var baseGetTag$4 = _baseGetTag,
3601
- isObject$7 = isObject_1;
3609
+ isObject$6 = requireIsObject();
3602
3610
 
3603
3611
  /** `Object#toString` result references. */
3604
3612
  var asyncTag = '[object AsyncFunction]',
@@ -3623,8 +3631,8 @@ var asyncTag = '[object AsyncFunction]',
3623
3631
  * _.isFunction(/abc/);
3624
3632
  * // => false
3625
3633
  */
3626
- function isFunction$3(value) {
3627
- if (!isObject$7(value)) {
3634
+ function isFunction$2(value) {
3635
+ if (!isObject$6(value)) {
3628
3636
  return false;
3629
3637
  }
3630
3638
  // The use of `Object#toString` avoids issues with the `typeof` operator
@@ -3633,12 +3641,12 @@ function isFunction$3(value) {
3633
3641
  return tag == funcTag$1 || tag == genTag$1 || tag == asyncTag || tag == proxyTag;
3634
3642
  }
3635
3643
 
3636
- var isFunction_1 = isFunction$3;
3644
+ var isFunction_1 = isFunction$2;
3637
3645
 
3638
- var root$a = _root;
3646
+ var root$9 = _root;
3639
3647
 
3640
3648
  /** Used to detect overreaching core-js shims. */
3641
- var coreJsData$1 = root$a['__core-js_shared__'];
3649
+ var coreJsData$1 = root$9['__core-js_shared__'];
3642
3650
 
3643
3651
  var _coreJsData = coreJsData$1;
3644
3652
 
@@ -3691,9 +3699,9 @@ function toSource$2(func) {
3691
3699
 
3692
3700
  var _toSource = toSource$2;
3693
3701
 
3694
- var isFunction$2 = isFunction_1,
3702
+ var isFunction$1 = isFunction_1,
3695
3703
  isMasked = _isMasked,
3696
- isObject$6 = isObject_1,
3704
+ isObject$5 = requireIsObject(),
3697
3705
  toSource$1 = _toSource;
3698
3706
 
3699
3707
  /**
@@ -3707,17 +3715,17 @@ var reIsHostCtor = /^\[object .+?Constructor\]$/;
3707
3715
 
3708
3716
  /** Used for built-in method references. */
3709
3717
  var funcProto$1 = Function.prototype,
3710
- objectProto$b = Object.prototype;
3718
+ objectProto$a = Object.prototype;
3711
3719
 
3712
3720
  /** Used to resolve the decompiled source of functions. */
3713
3721
  var funcToString$1 = funcProto$1.toString;
3714
3722
 
3715
3723
  /** Used to check objects for own properties. */
3716
- var hasOwnProperty$9 = objectProto$b.hasOwnProperty;
3724
+ var hasOwnProperty$8 = objectProto$a.hasOwnProperty;
3717
3725
 
3718
3726
  /** Used to detect if a method is native. */
3719
3727
  var reIsNative = RegExp('^' +
3720
- funcToString$1.call(hasOwnProperty$9).replace(reRegExpChar, '\\$&')
3728
+ funcToString$1.call(hasOwnProperty$8).replace(reRegExpChar, '\\$&')
3721
3729
  .replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, '$1.*?') + '$'
3722
3730
  );
3723
3731
 
@@ -3730,10 +3738,10 @@ var reIsNative = RegExp('^' +
3730
3738
  * else `false`.
3731
3739
  */
3732
3740
  function baseIsNative$1(value) {
3733
- if (!isObject$6(value) || isMasked(value)) {
3741
+ if (!isObject$5(value) || isMasked(value)) {
3734
3742
  return false;
3735
3743
  }
3736
- var pattern = isFunction$2(value) ? reIsNative : reIsHostCtor;
3744
+ var pattern = isFunction$1(value) ? reIsNative : reIsHostCtor;
3737
3745
  return pattern.test(toSource$1(value));
3738
3746
  }
3739
3747
 
@@ -3765,18 +3773,18 @@ var baseIsNative = _baseIsNative,
3765
3773
  * @param {string} key The key of the method to get.
3766
3774
  * @returns {*} Returns the function if it's native, else `undefined`.
3767
3775
  */
3768
- function getNative$6(object, key) {
3776
+ function getNative$5(object, key) {
3769
3777
  var value = getValue(object, key);
3770
3778
  return baseIsNative(value) ? value : undefined;
3771
3779
  }
3772
3780
 
3773
- var _getNative = getNative$6;
3781
+ var _getNative = getNative$5;
3774
3782
 
3775
- var getNative$5 = _getNative,
3776
- root$9 = _root;
3783
+ var getNative$4 = _getNative,
3784
+ root$8 = _root;
3777
3785
 
3778
3786
  /* Built-in method references that are verified to be native. */
3779
- var WeakMap$3 = getNative$5(root$9, 'WeakMap');
3787
+ var WeakMap$3 = getNative$4(root$8, 'WeakMap');
3780
3788
 
3781
3789
  var _WeakMap = WeakMap$3;
3782
3790
 
@@ -3787,7 +3795,7 @@ var metaMap$2 = WeakMap$2 && new WeakMap$2;
3787
3795
 
3788
3796
  var _metaMap = metaMap$2;
3789
3797
 
3790
- var identity$2 = identity_1,
3798
+ var identity$1 = identity_1,
3791
3799
  metaMap$1 = _metaMap;
3792
3800
 
3793
3801
  /**
@@ -3798,46 +3806,54 @@ var identity$2 = identity_1,
3798
3806
  * @param {*} data The metadata.
3799
3807
  * @returns {Function} Returns `func`.
3800
3808
  */
3801
- var baseSetData$2 = !metaMap$1 ? identity$2 : function(func, data) {
3809
+ var baseSetData$2 = !metaMap$1 ? identity$1 : function(func, data) {
3802
3810
  metaMap$1.set(func, data);
3803
3811
  return func;
3804
3812
  };
3805
3813
 
3806
3814
  var _baseSetData = baseSetData$2;
3807
3815
 
3808
- var isObject$5 = isObject_1;
3816
+ var _baseCreate;
3817
+ var hasRequired_baseCreate;
3809
3818
 
3810
- /** Built-in value references. */
3811
- var objectCreate = Object.create;
3819
+ function require_baseCreate () {
3820
+ if (hasRequired_baseCreate) return _baseCreate;
3821
+ hasRequired_baseCreate = 1;
3822
+ var isObject = requireIsObject();
3812
3823
 
3813
- /**
3814
- * The base implementation of `_.create` without support for assigning
3815
- * properties to the created object.
3816
- *
3817
- * @private
3818
- * @param {Object} proto The object to inherit from.
3819
- * @returns {Object} Returns the new object.
3820
- */
3821
- var baseCreate$4 = (function() {
3822
- function object() {}
3823
- return function(proto) {
3824
- if (!isObject$5(proto)) {
3825
- return {};
3826
- }
3827
- if (objectCreate) {
3828
- return objectCreate(proto);
3829
- }
3830
- object.prototype = proto;
3831
- var result = new object;
3832
- object.prototype = undefined;
3833
- return result;
3834
- };
3835
- }());
3824
+ /** Built-in value references. */
3825
+ var objectCreate = Object.create;
3836
3826
 
3837
- var _baseCreate = baseCreate$4;
3827
+ /**
3828
+ * The base implementation of `_.create` without support for assigning
3829
+ * properties to the created object.
3830
+ *
3831
+ * @private
3832
+ * @param {Object} proto The object to inherit from.
3833
+ * @returns {Object} Returns the new object.
3834
+ */
3835
+ var baseCreate = (function() {
3836
+ function object() {}
3837
+ return function(proto) {
3838
+ if (!isObject(proto)) {
3839
+ return {};
3840
+ }
3841
+ if (objectCreate) {
3842
+ return objectCreate(proto);
3843
+ }
3844
+ object.prototype = proto;
3845
+ var result = new object;
3846
+ object.prototype = undefined;
3847
+ return result;
3848
+ };
3849
+ }());
3838
3850
 
3839
- var baseCreate$3 = _baseCreate,
3840
- isObject$4 = isObject_1;
3851
+ _baseCreate = baseCreate;
3852
+ return _baseCreate;
3853
+ }
3854
+
3855
+ var baseCreate$2 = require_baseCreate(),
3856
+ isObject$4 = requireIsObject();
3841
3857
 
3842
3858
  /**
3843
3859
  * Creates a function that produces an instance of `Ctor` regardless of
@@ -3863,7 +3879,7 @@ function createCtor$4(Ctor) {
3863
3879
  case 6: return new Ctor(args[0], args[1], args[2], args[3], args[4], args[5]);
3864
3880
  case 7: return new Ctor(args[0], args[1], args[2], args[3], args[4], args[5], args[6]);
3865
3881
  }
3866
- var thisBinding = baseCreate$3(Ctor.prototype),
3882
+ var thisBinding = baseCreate$2(Ctor.prototype),
3867
3883
  result = Ctor.apply(thisBinding, args);
3868
3884
 
3869
3885
  // Mimic the constructor's `return` behavior.
@@ -3875,7 +3891,7 @@ function createCtor$4(Ctor) {
3875
3891
  var _createCtor = createCtor$4;
3876
3892
 
3877
3893
  var createCtor$3 = _createCtor,
3878
- root$8 = _root;
3894
+ root$7 = _root;
3879
3895
 
3880
3896
  /** Used to compose bitmasks for function metadata. */
3881
3897
  var WRAP_BIND_FLAG$6 = 1;
@@ -3895,7 +3911,7 @@ function createBind$1(func, bitmask, thisArg) {
3895
3911
  Ctor = createCtor$3(func);
3896
3912
 
3897
3913
  function wrapper() {
3898
- var fn = (this && this !== root$8 && this instanceof wrapper) ? Ctor : func;
3914
+ var fn = (this && this !== root$7 && this instanceof wrapper) ? Ctor : func;
3899
3915
  return fn.apply(isBind ? thisArg : this, arguments);
3900
3916
  }
3901
3917
  return wrapper;
@@ -3914,7 +3930,7 @@ var _createBind = createBind$1;
3914
3930
  * @returns {*} Returns the result of `func`.
3915
3931
  */
3916
3932
 
3917
- function apply$3(func, thisArg, args) {
3933
+ function apply$2(func, thisArg, args) {
3918
3934
  switch (args.length) {
3919
3935
  case 0: return func.call(thisArg);
3920
3936
  case 1: return func.call(thisArg, args[0]);
@@ -3924,11 +3940,11 @@ function apply$3(func, thisArg, args) {
3924
3940
  return func.apply(thisArg, args);
3925
3941
  }
3926
3942
 
3927
- var _apply = apply$3;
3943
+ var _apply = apply$2;
3928
3944
 
3929
3945
  /* Built-in method references for those with the same name as other `lodash` methods. */
3930
3946
 
3931
- var nativeMax$3 = Math.max;
3947
+ var nativeMax$2 = Math.max;
3932
3948
 
3933
3949
  /**
3934
3950
  * Creates an array that is the composition of partially applied arguments,
@@ -3947,7 +3963,7 @@ function composeArgs$2(args, partials, holders, isCurried) {
3947
3963
  holdersLength = holders.length,
3948
3964
  leftIndex = -1,
3949
3965
  leftLength = partials.length,
3950
- rangeLength = nativeMax$3(argsLength - holdersLength, 0),
3966
+ rangeLength = nativeMax$2(argsLength - holdersLength, 0),
3951
3967
  result = Array(leftLength + rangeLength),
3952
3968
  isUncurried = !isCurried;
3953
3969
 
@@ -3969,7 +3985,7 @@ var _composeArgs = composeArgs$2;
3969
3985
 
3970
3986
  /* Built-in method references for those with the same name as other `lodash` methods. */
3971
3987
 
3972
- var nativeMax$2 = Math.max;
3988
+ var nativeMax$1 = Math.max;
3973
3989
 
3974
3990
  /**
3975
3991
  * This function is like `composeArgs` except that the arguments composition
@@ -3989,7 +4005,7 @@ function composeArgsRight$2(args, partials, holders, isCurried) {
3989
4005
  holdersLength = holders.length,
3990
4006
  rightIndex = -1,
3991
4007
  rightLength = partials.length,
3992
- rangeLength = nativeMax$2(argsLength - holdersLength, 0),
4008
+ rangeLength = nativeMax$1(argsLength - holdersLength, 0),
3993
4009
  result = Array(rangeLength + rightLength),
3994
4010
  isUncurried = !isCurried;
3995
4011
 
@@ -4045,7 +4061,7 @@ function baseLodash$3() {
4045
4061
 
4046
4062
  var _baseLodash = baseLodash$3;
4047
4063
 
4048
- var baseCreate$2 = _baseCreate,
4064
+ var baseCreate$1 = require_baseCreate(),
4049
4065
  baseLodash$2 = _baseLodash;
4050
4066
 
4051
4067
  /** Used as references for the maximum length and index of an array. */
@@ -4069,7 +4085,7 @@ function LazyWrapper$3(value) {
4069
4085
  }
4070
4086
 
4071
4087
  // Ensure `LazyWrapper` is an instance of `baseLodash`.
4072
- LazyWrapper$3.prototype = baseCreate$2(baseLodash$2.prototype);
4088
+ LazyWrapper$3.prototype = baseCreate$1(baseLodash$2.prototype);
4073
4089
  LazyWrapper$3.prototype.constructor = LazyWrapper$3;
4074
4090
 
4075
4091
  var _LazyWrapper = LazyWrapper$3;
@@ -4118,10 +4134,10 @@ var _realNames = realNames$1;
4118
4134
  var realNames = _realNames;
4119
4135
 
4120
4136
  /** Used for built-in method references. */
4121
- var objectProto$a = Object.prototype;
4137
+ var objectProto$9 = Object.prototype;
4122
4138
 
4123
4139
  /** Used to check objects for own properties. */
4124
- var hasOwnProperty$8 = objectProto$a.hasOwnProperty;
4140
+ var hasOwnProperty$7 = objectProto$9.hasOwnProperty;
4125
4141
 
4126
4142
  /**
4127
4143
  * Gets the name of `func`.
@@ -4133,7 +4149,7 @@ var hasOwnProperty$8 = objectProto$a.hasOwnProperty;
4133
4149
  function getFuncName$1(func) {
4134
4150
  var result = (func.name + ''),
4135
4151
  array = realNames[result],
4136
- length = hasOwnProperty$8.call(realNames, result) ? array.length : 0;
4152
+ length = hasOwnProperty$7.call(realNames, result) ? array.length : 0;
4137
4153
 
4138
4154
  while (length--) {
4139
4155
  var data = array[length],
@@ -4147,7 +4163,7 @@ function getFuncName$1(func) {
4147
4163
 
4148
4164
  var _getFuncName = getFuncName$1;
4149
4165
 
4150
- var baseCreate$1 = _baseCreate,
4166
+ var baseCreate = require_baseCreate(),
4151
4167
  baseLodash$1 = _baseLodash;
4152
4168
 
4153
4169
  /**
@@ -4165,7 +4181,7 @@ function LodashWrapper$2(value, chainAll) {
4165
4181
  this.__values__ = undefined;
4166
4182
  }
4167
4183
 
4168
- LodashWrapper$2.prototype = baseCreate$1(baseLodash$1.prototype);
4184
+ LodashWrapper$2.prototype = baseCreate(baseLodash$1.prototype);
4169
4185
  LodashWrapper$2.prototype.constructor = LodashWrapper$2;
4170
4186
 
4171
4187
  var _LodashWrapper = LodashWrapper$2;
@@ -4194,9 +4210,9 @@ var _LodashWrapper = LodashWrapper$2;
4194
4210
  * // => false
4195
4211
  */
4196
4212
 
4197
- var isArray$h = Array.isArray;
4213
+ var isArray$g = Array.isArray;
4198
4214
 
4199
- var isArray_1 = isArray$h;
4215
+ var isArray_1 = isArray$g;
4200
4216
 
4201
4217
  /**
4202
4218
  * Checks if `value` is object-like. A value is object-like if it's not `null`
@@ -4278,15 +4294,15 @@ var _wrapperClone = wrapperClone$1;
4278
4294
  var LazyWrapper$1 = _LazyWrapper,
4279
4295
  LodashWrapper = _LodashWrapper,
4280
4296
  baseLodash = _baseLodash,
4281
- isArray$g = isArray_1,
4297
+ isArray$f = isArray_1,
4282
4298
  isObjectLike$7 = isObjectLike_1,
4283
4299
  wrapperClone = _wrapperClone;
4284
4300
 
4285
4301
  /** Used for built-in method references. */
4286
- var objectProto$9 = Object.prototype;
4302
+ var objectProto$8 = Object.prototype;
4287
4303
 
4288
4304
  /** Used to check objects for own properties. */
4289
- var hasOwnProperty$7 = objectProto$9.hasOwnProperty;
4305
+ var hasOwnProperty$6 = objectProto$8.hasOwnProperty;
4290
4306
 
4291
4307
  /**
4292
4308
  * Creates a `lodash` object which wraps `value` to enable implicit method
@@ -4406,11 +4422,11 @@ var hasOwnProperty$7 = objectProto$9.hasOwnProperty;
4406
4422
  * // => true
4407
4423
  */
4408
4424
  function lodash$1(value) {
4409
- if (isObjectLike$7(value) && !isArray$g(value) && !(value instanceof LazyWrapper$1)) {
4425
+ if (isObjectLike$7(value) && !isArray$f(value) && !(value instanceof LazyWrapper$1)) {
4410
4426
  if (value instanceof LodashWrapper) {
4411
4427
  return value;
4412
4428
  }
4413
- if (hasOwnProperty$7.call(value, '__wrapped__')) {
4429
+ if (hasOwnProperty$6.call(value, '__wrapped__')) {
4414
4430
  return wrapperClone(value);
4415
4431
  }
4416
4432
  }
@@ -4469,7 +4485,7 @@ var nativeNow = Date.now;
4469
4485
  * @param {Function} func The function to restrict.
4470
4486
  * @returns {Function} Returns the new shortable function.
4471
4487
  */
4472
- function shortOut$2(func) {
4488
+ function shortOut$1(func) {
4473
4489
  var count = 0,
4474
4490
  lastCalled = 0;
4475
4491
 
@@ -4489,10 +4505,10 @@ function shortOut$2(func) {
4489
4505
  };
4490
4506
  }
4491
4507
 
4492
- var _shortOut = shortOut$2;
4508
+ var _shortOut = shortOut$1;
4493
4509
 
4494
4510
  var baseSetData$1 = _baseSetData,
4495
- shortOut$1 = _shortOut;
4511
+ shortOut = _shortOut;
4496
4512
 
4497
4513
  /**
4498
4514
  * Sets metadata for `func`.
@@ -4508,7 +4524,7 @@ var baseSetData$1 = _baseSetData,
4508
4524
  * @param {*} data The metadata.
4509
4525
  * @returns {Function} Returns `func`.
4510
4526
  */
4511
- var setData$2 = shortOut$1(baseSetData$1);
4527
+ var setData$2 = shortOut(baseSetData$1);
4512
4528
 
4513
4529
  var _setData = setData$2;
4514
4530
 
@@ -4576,63 +4592,95 @@ var _insertWrapDetails = insertWrapDetails$1;
4576
4592
  * // => true
4577
4593
  */
4578
4594
 
4579
- function constant$1(value) {
4580
- return function() {
4581
- return value;
4582
- };
4595
+ var constant_1;
4596
+ var hasRequiredConstant;
4597
+
4598
+ function requireConstant () {
4599
+ if (hasRequiredConstant) return constant_1;
4600
+ hasRequiredConstant = 1;
4601
+ function constant(value) {
4602
+ return function() {
4603
+ return value;
4604
+ };
4605
+ }
4606
+
4607
+ constant_1 = constant;
4608
+ return constant_1;
4583
4609
  }
4584
4610
 
4585
- var constant_1 = constant$1;
4611
+ var _defineProperty;
4612
+ var hasRequired_defineProperty;
4586
4613
 
4587
- var getNative$4 = _getNative;
4614
+ function require_defineProperty () {
4615
+ if (hasRequired_defineProperty) return _defineProperty;
4616
+ hasRequired_defineProperty = 1;
4617
+ var getNative = _getNative;
4588
4618
 
4589
- var defineProperty$2 = (function() {
4590
- try {
4591
- var func = getNative$4(Object, 'defineProperty');
4592
- func({}, '', {});
4593
- return func;
4594
- } catch (e) {}
4595
- }());
4619
+ var defineProperty = (function() {
4620
+ try {
4621
+ var func = getNative(Object, 'defineProperty');
4622
+ func({}, '', {});
4623
+ return func;
4624
+ } catch (e) {}
4625
+ }());
4596
4626
 
4597
- var _defineProperty = defineProperty$2;
4627
+ _defineProperty = defineProperty;
4628
+ return _defineProperty;
4629
+ }
4598
4630
 
4599
- var constant = constant_1,
4600
- defineProperty$1 = _defineProperty,
4601
- identity$1 = identity_1;
4631
+ var _baseSetToString;
4632
+ var hasRequired_baseSetToString;
4602
4633
 
4603
- /**
4604
- * The base implementation of `setToString` without support for hot loop shorting.
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 baseSetToString$1 = !defineProperty$1 ? identity$1 : function(func, string) {
4612
- return defineProperty$1(func, 'toString', {
4613
- 'configurable': true,
4614
- 'enumerable': false,
4615
- 'value': constant(string),
4616
- 'writable': true
4617
- });
4618
- };
4634
+ function require_baseSetToString () {
4635
+ if (hasRequired_baseSetToString) return _baseSetToString;
4636
+ hasRequired_baseSetToString = 1;
4637
+ var constant = requireConstant(),
4638
+ defineProperty = require_defineProperty(),
4639
+ identity = identity_1;
4619
4640
 
4620
- var _baseSetToString = baseSetToString$1;
4641
+ /**
4642
+ * The base implementation of `setToString` without support for hot loop shorting.
4643
+ *
4644
+ * @private
4645
+ * @param {Function} func The function to modify.
4646
+ * @param {Function} string The `toString` result.
4647
+ * @returns {Function} Returns `func`.
4648
+ */
4649
+ var baseSetToString = !defineProperty ? identity : function(func, string) {
4650
+ return defineProperty(func, 'toString', {
4651
+ 'configurable': true,
4652
+ 'enumerable': false,
4653
+ 'value': constant(string),
4654
+ 'writable': true
4655
+ });
4656
+ };
4621
4657
 
4622
- var baseSetToString = _baseSetToString,
4623
- shortOut = _shortOut;
4658
+ _baseSetToString = baseSetToString;
4659
+ return _baseSetToString;
4660
+ }
4624
4661
 
4625
- /**
4626
- * Sets the `toString` method of `func` to return `string`.
4627
- *
4628
- * @private
4629
- * @param {Function} func The function to modify.
4630
- * @param {Function} string The `toString` result.
4631
- * @returns {Function} Returns `func`.
4632
- */
4633
- var setToString$2 = shortOut(baseSetToString);
4662
+ var _setToString;
4663
+ var hasRequired_setToString;
4664
+
4665
+ function require_setToString () {
4666
+ if (hasRequired_setToString) return _setToString;
4667
+ hasRequired_setToString = 1;
4668
+ var baseSetToString = require_baseSetToString(),
4669
+ shortOut = _shortOut;
4634
4670
 
4635
- var _setToString = setToString$2;
4671
+ /**
4672
+ * Sets the `toString` method of `func` to return `string`.
4673
+ *
4674
+ * @private
4675
+ * @param {Function} func The function to modify.
4676
+ * @param {Function} string The `toString` result.
4677
+ * @returns {Function} Returns `func`.
4678
+ */
4679
+ var setToString = shortOut(baseSetToString);
4680
+
4681
+ _setToString = setToString;
4682
+ return _setToString;
4683
+ }
4636
4684
 
4637
4685
  /**
4638
4686
  * A specialized version of `_.forEach` for arrays without support for
@@ -4811,7 +4859,7 @@ var _updateWrapDetails = updateWrapDetails$1;
4811
4859
 
4812
4860
  var getWrapDetails = _getWrapDetails,
4813
4861
  insertWrapDetails = _insertWrapDetails,
4814
- setToString$1 = _setToString,
4862
+ setToString$1 = require_setToString(),
4815
4863
  updateWrapDetails = _updateWrapDetails;
4816
4864
 
4817
4865
  /**
@@ -4905,33 +4953,41 @@ var _getHolder = getHolder$2;
4905
4953
 
4906
4954
  /** Used as references for various `Number` constants. */
4907
4955
 
4908
- var MAX_SAFE_INTEGER$1 = 9007199254740991;
4956
+ var _isIndex;
4957
+ var hasRequired_isIndex;
4909
4958
 
4910
- /** Used to detect unsigned integer values. */
4911
- var reIsUint = /^(?:0|[1-9]\d*)$/;
4959
+ function require_isIndex () {
4960
+ if (hasRequired_isIndex) return _isIndex;
4961
+ hasRequired_isIndex = 1;
4962
+ var MAX_SAFE_INTEGER = 9007199254740991;
4912
4963
 
4913
- /**
4914
- * Checks if `value` is a valid array-like index.
4915
- *
4916
- * @private
4917
- * @param {*} value The value to check.
4918
- * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index.
4919
- * @returns {boolean} Returns `true` if `value` is a valid index, else `false`.
4920
- */
4921
- function isIndex$3(value, length) {
4922
- var type = typeof value;
4923
- length = length == null ? MAX_SAFE_INTEGER$1 : length;
4964
+ /** Used to detect unsigned integer values. */
4965
+ var reIsUint = /^(?:0|[1-9]\d*)$/;
4924
4966
 
4925
- return !!length &&
4926
- (type == 'number' ||
4927
- (type != 'symbol' && reIsUint.test(value))) &&
4928
- (value > -1 && value % 1 == 0 && value < length);
4929
- }
4967
+ /**
4968
+ * Checks if `value` is a valid array-like index.
4969
+ *
4970
+ * @private
4971
+ * @param {*} value The value to check.
4972
+ * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index.
4973
+ * @returns {boolean} Returns `true` if `value` is a valid index, else `false`.
4974
+ */
4975
+ function isIndex(value, length) {
4976
+ var type = typeof value;
4977
+ length = length == null ? MAX_SAFE_INTEGER : length;
4978
+
4979
+ return !!length &&
4980
+ (type == 'number' ||
4981
+ (type != 'symbol' && reIsUint.test(value))) &&
4982
+ (value > -1 && value % 1 == 0 && value < length);
4983
+ }
4930
4984
 
4931
- var _isIndex = isIndex$3;
4985
+ _isIndex = isIndex;
4986
+ return _isIndex;
4987
+ }
4932
4988
 
4933
4989
  var copyArray$2 = _copyArray,
4934
- isIndex$2 = _isIndex;
4990
+ isIndex$1 = require_isIndex();
4935
4991
 
4936
4992
  /* Built-in method references for those with the same name as other `lodash` methods. */
4937
4993
  var nativeMin$1 = Math.min;
@@ -4953,7 +5009,7 @@ function reorder$1(array, indexes) {
4953
5009
 
4954
5010
  while (length--) {
4955
5011
  var index = indexes[length];
4956
- array[length] = isIndex$2(index, arrLength) ? oldArray[index] : undefined;
5012
+ array[length] = isIndex$1(index, arrLength) ? oldArray[index] : undefined;
4957
5013
  }
4958
5014
  return array;
4959
5015
  }
@@ -4999,7 +5055,7 @@ var composeArgs$1 = _composeArgs,
4999
5055
  getHolder$1 = _getHolder,
5000
5056
  reorder = _reorder,
5001
5057
  replaceHolders$2 = _replaceHolders,
5002
- root$7 = _root;
5058
+ root$6 = _root;
5003
5059
 
5004
5060
  /** Used to compose bitmasks for function metadata. */
5005
5061
  var WRAP_BIND_FLAG$3 = 1,
@@ -5074,7 +5130,7 @@ function createHybrid$2(func, bitmask, thisArg, partials, holders, partialsRight
5074
5130
  if (isAry && ary < length) {
5075
5131
  args.length = ary;
5076
5132
  }
5077
- if (this && this !== root$7 && this instanceof wrapper) {
5133
+ if (this && this !== root$6 && this instanceof wrapper) {
5078
5134
  fn = Ctor || createCtor$2(fn);
5079
5135
  }
5080
5136
  return fn.apply(thisBinding, args);
@@ -5084,13 +5140,13 @@ function createHybrid$2(func, bitmask, thisArg, partials, holders, partialsRight
5084
5140
 
5085
5141
  var _createHybrid = createHybrid$2;
5086
5142
 
5087
- var apply$2 = _apply,
5143
+ var apply$1 = _apply,
5088
5144
  createCtor$1 = _createCtor,
5089
5145
  createHybrid$1 = _createHybrid,
5090
5146
  createRecurry = _createRecurry,
5091
5147
  getHolder = _getHolder,
5092
5148
  replaceHolders$1 = _replaceHolders,
5093
- root$6 = _root;
5149
+ root$5 = _root;
5094
5150
 
5095
5151
  /**
5096
5152
  * Creates a function that wraps `func` to enable currying.
@@ -5123,17 +5179,17 @@ function createCurry$1(func, bitmask, arity) {
5123
5179
  func, bitmask, createHybrid$1, wrapper.placeholder, undefined,
5124
5180
  args, holders, undefined, undefined, arity - length);
5125
5181
  }
5126
- var fn = (this && this !== root$6 && this instanceof wrapper) ? Ctor : func;
5127
- return apply$2(fn, this, args);
5182
+ var fn = (this && this !== root$5 && this instanceof wrapper) ? Ctor : func;
5183
+ return apply$1(fn, this, args);
5128
5184
  }
5129
5185
  return wrapper;
5130
5186
  }
5131
5187
 
5132
5188
  var _createCurry = createCurry$1;
5133
5189
 
5134
- var apply$1 = _apply,
5190
+ var apply = _apply,
5135
5191
  createCtor = _createCtor,
5136
- root$5 = _root;
5192
+ root$4 = _root;
5137
5193
 
5138
5194
  /** Used to compose bitmasks for function metadata. */
5139
5195
  var WRAP_BIND_FLAG$2 = 1;
@@ -5160,7 +5216,7 @@ function createPartial$1(func, bitmask, thisArg, partials) {
5160
5216
  leftIndex = -1,
5161
5217
  leftLength = partials.length,
5162
5218
  args = Array(leftLength + argsLength),
5163
- fn = (this && this !== root$5 && this instanceof wrapper) ? Ctor : func;
5219
+ fn = (this && this !== root$4 && this instanceof wrapper) ? Ctor : func;
5164
5220
 
5165
5221
  while (++leftIndex < leftLength) {
5166
5222
  args[leftIndex] = partials[leftIndex];
@@ -5168,7 +5224,7 @@ function createPartial$1(func, bitmask, thisArg, partials) {
5168
5224
  while (argsLength--) {
5169
5225
  args[leftIndex++] = arguments[++argsIndex];
5170
5226
  }
5171
- return apply$1(fn, isBind ? thisArg : this, args);
5227
+ return apply(fn, isBind ? thisArg : this, args);
5172
5228
  }
5173
5229
  return wrapper;
5174
5230
  }
@@ -5338,7 +5394,7 @@ function isSymbol$6(value) {
5338
5394
  var isSymbol_1 = isSymbol$6;
5339
5395
 
5340
5396
  var baseTrim = _baseTrim,
5341
- isObject$3 = isObject_1,
5397
+ isObject$3 = requireIsObject(),
5342
5398
  isSymbol$5 = isSymbol_1;
5343
5399
 
5344
5400
  /** Used as references for various `Number` constants. */
@@ -5505,7 +5561,7 @@ var WRAP_BIND_FLAG = 1,
5505
5561
  WRAP_PARTIAL_RIGHT_FLAG = 64;
5506
5562
 
5507
5563
  /* Built-in method references for those with the same name as other `lodash` methods. */
5508
- var nativeMax$1 = Math.max;
5564
+ var nativeMax = Math.max;
5509
5565
 
5510
5566
  /**
5511
5567
  * Creates a function that either curries or invokes `func` with optional
@@ -5542,7 +5598,7 @@ function createWrap$3(func, bitmask, thisArg, partials, holders, argPos, ary, ar
5542
5598
  bitmask &= ~(WRAP_PARTIAL_FLAG | WRAP_PARTIAL_RIGHT_FLAG);
5543
5599
  partials = holders = undefined;
5544
5600
  }
5545
- ary = ary === undefined ? ary : nativeMax$1(toInteger(ary), 0);
5601
+ ary = ary === undefined ? ary : nativeMax(toInteger(ary), 0);
5546
5602
  arity = arity === undefined ? arity : toInteger(arity);
5547
5603
  length -= holders ? holders.length : 0;
5548
5604
 
@@ -5569,7 +5625,7 @@ function createWrap$3(func, bitmask, thisArg, partials, holders, argPos, ary, ar
5569
5625
  holders = newData[4];
5570
5626
  arity = newData[9] = newData[9] === undefined
5571
5627
  ? (isBindKey ? 0 : func.length)
5572
- : nativeMax$1(newData[9] - length, 0);
5628
+ : nativeMax(newData[9] - length, 0);
5573
5629
 
5574
5630
  if (!arity && bitmask & (WRAP_CURRY_FLAG$1 | WRAP_CURRY_RIGHT_FLAG)) {
5575
5631
  bitmask &= ~(WRAP_CURRY_FLAG$1 | WRAP_CURRY_RIGHT_FLAG);
@@ -5619,31 +5675,39 @@ function ary(func, n, guard) {
5619
5675
 
5620
5676
  var ary_1 = ary;
5621
5677
 
5622
- var defineProperty = _defineProperty;
5678
+ var _baseAssignValue;
5679
+ var hasRequired_baseAssignValue;
5623
5680
 
5624
- /**
5625
- * The base implementation of `assignValue` and `assignMergeValue` without
5626
- * value checks.
5627
- *
5628
- * @private
5629
- * @param {Object} object The object to modify.
5630
- * @param {string} key The key of the property to assign.
5631
- * @param {*} value The value to assign.
5632
- */
5633
- function baseAssignValue$2(object, key, value) {
5634
- if (key == '__proto__' && defineProperty) {
5635
- defineProperty(object, key, {
5636
- 'configurable': true,
5637
- 'enumerable': true,
5638
- 'value': value,
5639
- 'writable': true
5640
- });
5641
- } else {
5642
- object[key] = value;
5643
- }
5644
- }
5681
+ function require_baseAssignValue () {
5682
+ if (hasRequired_baseAssignValue) return _baseAssignValue;
5683
+ hasRequired_baseAssignValue = 1;
5684
+ var defineProperty = require_defineProperty();
5645
5685
 
5646
- var _baseAssignValue = baseAssignValue$2;
5686
+ /**
5687
+ * The base implementation of `assignValue` and `assignMergeValue` without
5688
+ * value checks.
5689
+ *
5690
+ * @private
5691
+ * @param {Object} object The object to modify.
5692
+ * @param {string} key The key of the property to assign.
5693
+ * @param {*} value The value to assign.
5694
+ */
5695
+ function baseAssignValue(object, key, value) {
5696
+ if (key == '__proto__' && defineProperty) {
5697
+ defineProperty(object, key, {
5698
+ 'configurable': true,
5699
+ 'enumerable': true,
5700
+ 'value': value,
5701
+ 'writable': true
5702
+ });
5703
+ } else {
5704
+ object[key] = value;
5705
+ }
5706
+ }
5707
+
5708
+ _baseAssignValue = baseAssignValue;
5709
+ return _baseAssignValue;
5710
+ }
5647
5711
 
5648
5712
  /**
5649
5713
  * Performs a
@@ -5692,14 +5756,14 @@ function requireEq () {
5692
5756
  return eq_1;
5693
5757
  }
5694
5758
 
5695
- var baseAssignValue$1 = _baseAssignValue,
5759
+ var baseAssignValue$1 = require_baseAssignValue(),
5696
5760
  eq$1 = requireEq();
5697
5761
 
5698
5762
  /** Used for built-in method references. */
5699
- var objectProto$8 = Object.prototype;
5763
+ var objectProto$7 = Object.prototype;
5700
5764
 
5701
5765
  /** Used to check objects for own properties. */
5702
- var hasOwnProperty$6 = objectProto$8.hasOwnProperty;
5766
+ var hasOwnProperty$5 = objectProto$7.hasOwnProperty;
5703
5767
 
5704
5768
  /**
5705
5769
  * Assigns `value` to `key` of `object` if the existing value is not equivalent
@@ -5713,7 +5777,7 @@ var hasOwnProperty$6 = objectProto$8.hasOwnProperty;
5713
5777
  */
5714
5778
  function assignValue$2(object, key, value) {
5715
5779
  var objValue = object[key];
5716
- if (!(hasOwnProperty$6.call(object, key) && eq$1(objValue, value)) ||
5780
+ if (!(hasOwnProperty$5.call(object, key) && eq$1(objValue, value)) ||
5717
5781
  (value === undefined && !(key in object))) {
5718
5782
  baseAssignValue$1(object, key, value);
5719
5783
  }
@@ -5722,7 +5786,7 @@ function assignValue$2(object, key, value) {
5722
5786
  var _assignValue = assignValue$2;
5723
5787
 
5724
5788
  var assignValue$1 = _assignValue,
5725
- baseAssignValue = _baseAssignValue;
5789
+ baseAssignValue = require_baseAssignValue();
5726
5790
 
5727
5791
  /**
5728
5792
  * Copies properties of `source` to `object`.
@@ -5772,17 +5836,25 @@ var _copyObject = copyObject$4;
5772
5836
  * @returns {Array} Returns the array of results.
5773
5837
  */
5774
5838
 
5775
- function baseTimes$1(n, iteratee) {
5776
- var index = -1,
5777
- result = Array(n);
5839
+ var _baseTimes;
5840
+ var hasRequired_baseTimes;
5778
5841
 
5779
- while (++index < n) {
5780
- result[index] = iteratee(index);
5781
- }
5782
- return result;
5783
- }
5842
+ function require_baseTimes () {
5843
+ if (hasRequired_baseTimes) return _baseTimes;
5844
+ hasRequired_baseTimes = 1;
5845
+ function baseTimes(n, iteratee) {
5846
+ var index = -1,
5847
+ result = Array(n);
5784
5848
 
5785
- var _baseTimes = baseTimes$1;
5849
+ while (++index < n) {
5850
+ result[index] = iteratee(index);
5851
+ }
5852
+ return result;
5853
+ }
5854
+
5855
+ _baseTimes = baseTimes;
5856
+ return _baseTimes;
5857
+ }
5786
5858
 
5787
5859
  var _baseIsArguments;
5788
5860
  var hasRequired_baseIsArguments;
@@ -5857,7 +5929,7 @@ function requireIsArguments () {
5857
5929
  }
5858
5930
 
5859
5931
  var isBufferExports = {};
5860
- var isBuffer$5 = {
5932
+ var isBuffer$4 = {
5861
5933
  get exports(){ return isBufferExports; },
5862
5934
  set exports(v){ isBufferExports = v; },
5863
5935
  };
@@ -5876,90 +5948,113 @@ var isBuffer$5 = {
5876
5948
  * // => [false, false]
5877
5949
  */
5878
5950
 
5879
- function stubFalse() {
5880
- return false;
5951
+ var stubFalse_1;
5952
+ var hasRequiredStubFalse;
5953
+
5954
+ function requireStubFalse () {
5955
+ if (hasRequiredStubFalse) return stubFalse_1;
5956
+ hasRequiredStubFalse = 1;
5957
+ function stubFalse() {
5958
+ return false;
5959
+ }
5960
+
5961
+ stubFalse_1 = stubFalse;
5962
+ return stubFalse_1;
5881
5963
  }
5882
5964
 
5883
- var stubFalse_1 = stubFalse;
5965
+ var hasRequiredIsBuffer;
5884
5966
 
5885
- (function (module, exports) {
5886
- var root = _root,
5887
- stubFalse = stubFalse_1;
5967
+ function requireIsBuffer () {
5968
+ if (hasRequiredIsBuffer) return isBufferExports;
5969
+ hasRequiredIsBuffer = 1;
5970
+ (function (module, exports) {
5971
+ var root = _root,
5972
+ stubFalse = requireStubFalse();
5888
5973
 
5889
- /** Detect free variable `exports`. */
5890
- var freeExports = exports && !exports.nodeType && exports;
5974
+ /** Detect free variable `exports`. */
5975
+ var freeExports = exports && !exports.nodeType && exports;
5891
5976
 
5892
- /** Detect free variable `module`. */
5893
- var freeModule = freeExports && 'object' == 'object' && module && !module.nodeType && module;
5977
+ /** Detect free variable `module`. */
5978
+ var freeModule = freeExports && 'object' == 'object' && module && !module.nodeType && module;
5894
5979
 
5895
- /** Detect the popular CommonJS extension `module.exports`. */
5896
- var moduleExports = freeModule && freeModule.exports === freeExports;
5980
+ /** Detect the popular CommonJS extension `module.exports`. */
5981
+ var moduleExports = freeModule && freeModule.exports === freeExports;
5897
5982
 
5898
- /** Built-in value references. */
5899
- var Buffer = moduleExports ? root.Buffer : undefined;
5983
+ /** Built-in value references. */
5984
+ var Buffer = moduleExports ? root.Buffer : undefined;
5900
5985
 
5901
- /* Built-in method references for those with the same name as other `lodash` methods. */
5902
- var nativeIsBuffer = Buffer ? Buffer.isBuffer : undefined;
5986
+ /* Built-in method references for those with the same name as other `lodash` methods. */
5987
+ var nativeIsBuffer = Buffer ? Buffer.isBuffer : undefined;
5988
+
5989
+ /**
5990
+ * Checks if `value` is a buffer.
5991
+ *
5992
+ * @static
5993
+ * @memberOf _
5994
+ * @since 4.3.0
5995
+ * @category Lang
5996
+ * @param {*} value The value to check.
5997
+ * @returns {boolean} Returns `true` if `value` is a buffer, else `false`.
5998
+ * @example
5999
+ *
6000
+ * _.isBuffer(new Buffer(2));
6001
+ * // => true
6002
+ *
6003
+ * _.isBuffer(new Uint8Array(2));
6004
+ * // => false
6005
+ */
6006
+ var isBuffer = nativeIsBuffer || stubFalse;
6007
+
6008
+ module.exports = isBuffer;
6009
+ } (isBuffer$4, isBufferExports));
6010
+ return isBufferExports;
6011
+ }
6012
+
6013
+ /** Used as references for various `Number` constants. */
6014
+
6015
+ var isLength_1;
6016
+ var hasRequiredIsLength;
6017
+
6018
+ function requireIsLength () {
6019
+ if (hasRequiredIsLength) return isLength_1;
6020
+ hasRequiredIsLength = 1;
6021
+ var MAX_SAFE_INTEGER = 9007199254740991;
5903
6022
 
5904
6023
  /**
5905
- * Checks if `value` is a buffer.
6024
+ * Checks if `value` is a valid array-like length.
6025
+ *
6026
+ * **Note:** This method is loosely based on
6027
+ * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength).
5906
6028
  *
5907
6029
  * @static
5908
6030
  * @memberOf _
5909
- * @since 4.3.0
6031
+ * @since 4.0.0
5910
6032
  * @category Lang
5911
6033
  * @param {*} value The value to check.
5912
- * @returns {boolean} Returns `true` if `value` is a buffer, else `false`.
6034
+ * @returns {boolean} Returns `true` if `value` is a valid length, else `false`.
5913
6035
  * @example
5914
6036
  *
5915
- * _.isBuffer(new Buffer(2));
6037
+ * _.isLength(3);
5916
6038
  * // => true
5917
6039
  *
5918
- * _.isBuffer(new Uint8Array(2));
6040
+ * _.isLength(Number.MIN_VALUE);
6041
+ * // => false
6042
+ *
6043
+ * _.isLength(Infinity);
6044
+ * // => false
6045
+ *
6046
+ * _.isLength('3');
5919
6047
  * // => false
5920
6048
  */
5921
- var isBuffer = nativeIsBuffer || stubFalse;
5922
-
5923
- module.exports = isBuffer;
5924
- } (isBuffer$5, isBufferExports));
5925
-
5926
- /** Used as references for various `Number` constants. */
5927
-
5928
- var MAX_SAFE_INTEGER = 9007199254740991;
6049
+ function isLength(value) {
6050
+ return typeof value == 'number' &&
6051
+ value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER;
6052
+ }
5929
6053
 
5930
- /**
5931
- * Checks if `value` is a valid array-like length.
5932
- *
5933
- * **Note:** This method is loosely based on
5934
- * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength).
5935
- *
5936
- * @static
5937
- * @memberOf _
5938
- * @since 4.0.0
5939
- * @category Lang
5940
- * @param {*} value The value to check.
5941
- * @returns {boolean} Returns `true` if `value` is a valid length, else `false`.
5942
- * @example
5943
- *
5944
- * _.isLength(3);
5945
- * // => true
5946
- *
5947
- * _.isLength(Number.MIN_VALUE);
5948
- * // => false
5949
- *
5950
- * _.isLength(Infinity);
5951
- * // => false
5952
- *
5953
- * _.isLength('3');
5954
- * // => false
5955
- */
5956
- function isLength$2(value) {
5957
- return typeof value == 'number' &&
5958
- value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER;
6054
+ isLength_1 = isLength;
6055
+ return isLength_1;
5959
6056
  }
5960
6057
 
5961
- var isLength_1 = isLength$2;
5962
-
5963
6058
  var _baseIsTypedArray;
5964
6059
  var hasRequired_baseIsTypedArray;
5965
6060
 
@@ -5967,7 +6062,7 @@ function require_baseIsTypedArray () {
5967
6062
  if (hasRequired_baseIsTypedArray) return _baseIsTypedArray;
5968
6063
  hasRequired_baseIsTypedArray = 1;
5969
6064
  var baseGetTag = _baseGetTag,
5970
- isLength = isLength_1,
6065
+ isLength = requireIsLength(),
5971
6066
  isObjectLike = isObjectLike_1;
5972
6067
 
5973
6068
  /** `Object#toString` result references. */
@@ -6037,13 +6132,21 @@ function require_baseIsTypedArray () {
6037
6132
  * @returns {Function} Returns the new capped function.
6038
6133
  */
6039
6134
 
6040
- function baseUnary$2(func) {
6041
- return function(value) {
6042
- return func(value);
6043
- };
6044
- }
6135
+ var _baseUnary;
6136
+ var hasRequired_baseUnary;
6137
+
6138
+ function require_baseUnary () {
6139
+ if (hasRequired_baseUnary) return _baseUnary;
6140
+ hasRequired_baseUnary = 1;
6141
+ function baseUnary(func) {
6142
+ return function(value) {
6143
+ return func(value);
6144
+ };
6145
+ }
6045
6146
 
6046
- var _baseUnary = baseUnary$2;
6147
+ _baseUnary = baseUnary;
6148
+ return _baseUnary;
6149
+ }
6047
6150
 
6048
6151
  var _nodeUtilExports = {};
6049
6152
  var _nodeUtil = {
@@ -6051,38 +6154,45 @@ var _nodeUtil = {
6051
6154
  set exports(v){ _nodeUtilExports = v; },
6052
6155
  };
6053
6156
 
6054
- (function (module, exports) {
6055
- var freeGlobal = _freeGlobal;
6157
+ var hasRequired_nodeUtil;
6056
6158
 
6057
- /** Detect free variable `exports`. */
6058
- var freeExports = exports && !exports.nodeType && exports;
6159
+ function require_nodeUtil () {
6160
+ if (hasRequired_nodeUtil) return _nodeUtilExports;
6161
+ hasRequired_nodeUtil = 1;
6162
+ (function (module, exports) {
6163
+ var freeGlobal = _freeGlobal;
6059
6164
 
6060
- /** Detect free variable `module`. */
6061
- var freeModule = freeExports && 'object' == 'object' && module && !module.nodeType && module;
6165
+ /** Detect free variable `exports`. */
6166
+ var freeExports = exports && !exports.nodeType && exports;
6062
6167
 
6063
- /** Detect the popular CommonJS extension `module.exports`. */
6064
- var moduleExports = freeModule && freeModule.exports === freeExports;
6168
+ /** Detect free variable `module`. */
6169
+ var freeModule = freeExports && 'object' == 'object' && module && !module.nodeType && module;
6065
6170
 
6066
- /** Detect free variable `process` from Node.js. */
6067
- var freeProcess = moduleExports && freeGlobal.process;
6171
+ /** Detect the popular CommonJS extension `module.exports`. */
6172
+ var moduleExports = freeModule && freeModule.exports === freeExports;
6068
6173
 
6069
- /** Used to access faster Node.js helpers. */
6070
- var nodeUtil = (function() {
6071
- try {
6072
- // Use `util.types` for Node.js 10+.
6073
- var types = freeModule && freeModule.require && freeModule.require('util').types;
6174
+ /** Detect free variable `process` from Node.js. */
6175
+ var freeProcess = moduleExports && freeGlobal.process;
6074
6176
 
6075
- if (types) {
6076
- return types;
6077
- }
6177
+ /** Used to access faster Node.js helpers. */
6178
+ var nodeUtil = (function() {
6179
+ try {
6180
+ // Use `util.types` for Node.js 10+.
6181
+ var types = freeModule && freeModule.require && freeModule.require('util').types;
6078
6182
 
6079
- // Legacy `process.binding('util')` for Node.js < 10.
6080
- return freeProcess && freeProcess.binding && freeProcess.binding('util');
6081
- } catch (e) {}
6082
- }());
6183
+ if (types) {
6184
+ return types;
6185
+ }
6186
+
6187
+ // Legacy `process.binding('util')` for Node.js < 10.
6188
+ return freeProcess && freeProcess.binding && freeProcess.binding('util');
6189
+ } catch (e) {}
6190
+ }());
6083
6191
 
6084
- module.exports = nodeUtil;
6192
+ module.exports = nodeUtil;
6085
6193
  } (_nodeUtil, _nodeUtilExports));
6194
+ return _nodeUtilExports;
6195
+ }
6086
6196
 
6087
6197
  var isTypedArray_1;
6088
6198
  var hasRequiredIsTypedArray;
@@ -6091,8 +6201,8 @@ function requireIsTypedArray () {
6091
6201
  if (hasRequiredIsTypedArray) return isTypedArray_1;
6092
6202
  hasRequiredIsTypedArray = 1;
6093
6203
  var baseIsTypedArray = require_baseIsTypedArray(),
6094
- baseUnary = _baseUnary,
6095
- nodeUtil = _nodeUtilExports;
6204
+ baseUnary = require_baseUnary(),
6205
+ nodeUtil = require_nodeUtil();
6096
6206
 
6097
6207
  /* Node.js helper references. */
6098
6208
  var nodeIsTypedArray = nodeUtil && nodeUtil.isTypedArray;
@@ -6120,55 +6230,63 @@ function requireIsTypedArray () {
6120
6230
  return isTypedArray_1;
6121
6231
  }
6122
6232
 
6123
- var baseTimes = _baseTimes,
6124
- isArguments$2 = requireIsArguments(),
6125
- isArray$f = isArray_1,
6126
- isBuffer$4 = isBufferExports,
6127
- isIndex$1 = _isIndex,
6128
- isTypedArray$1 = requireIsTypedArray();
6233
+ var _arrayLikeKeys;
6234
+ var hasRequired_arrayLikeKeys;
6129
6235
 
6130
- /** Used for built-in method references. */
6131
- var objectProto$7 = Object.prototype;
6236
+ function require_arrayLikeKeys () {
6237
+ if (hasRequired_arrayLikeKeys) return _arrayLikeKeys;
6238
+ hasRequired_arrayLikeKeys = 1;
6239
+ var baseTimes = require_baseTimes(),
6240
+ isArguments = requireIsArguments(),
6241
+ isArray = isArray_1,
6242
+ isBuffer = requireIsBuffer(),
6243
+ isIndex = require_isIndex(),
6244
+ isTypedArray = requireIsTypedArray();
6132
6245
 
6133
- /** Used to check objects for own properties. */
6134
- var hasOwnProperty$5 = objectProto$7.hasOwnProperty;
6246
+ /** Used for built-in method references. */
6247
+ var objectProto = Object.prototype;
6135
6248
 
6136
- /**
6137
- * Creates an array of the enumerable property names of the array-like `value`.
6138
- *
6139
- * @private
6140
- * @param {*} value The value to query.
6141
- * @param {boolean} inherited Specify returning inherited property names.
6142
- * @returns {Array} Returns the array of property names.
6143
- */
6144
- function arrayLikeKeys$1(value, inherited) {
6145
- var isArr = isArray$f(value),
6146
- isArg = !isArr && isArguments$2(value),
6147
- isBuff = !isArr && !isArg && isBuffer$4(value),
6148
- isType = !isArr && !isArg && !isBuff && isTypedArray$1(value),
6149
- skipIndexes = isArr || isArg || isBuff || isType,
6150
- result = skipIndexes ? baseTimes(value.length, String) : [],
6151
- length = result.length;
6249
+ /** Used to check objects for own properties. */
6250
+ var hasOwnProperty = objectProto.hasOwnProperty;
6152
6251
 
6153
- for (var key in value) {
6154
- if ((inherited || hasOwnProperty$5.call(value, key)) &&
6155
- !(skipIndexes && (
6156
- // Safari 9 has enumerable `arguments.length` in strict mode.
6157
- key == 'length' ||
6158
- // Node.js 0.10 has enumerable non-index properties on buffers.
6159
- (isBuff && (key == 'offset' || key == 'parent')) ||
6160
- // PhantomJS 2 has enumerable non-index properties on typed arrays.
6161
- (isType && (key == 'buffer' || key == 'byteLength' || key == 'byteOffset')) ||
6162
- // Skip index properties.
6163
- isIndex$1(key, length)
6164
- ))) {
6165
- result.push(key);
6166
- }
6167
- }
6168
- return result;
6169
- }
6252
+ /**
6253
+ * Creates an array of the enumerable property names of the array-like `value`.
6254
+ *
6255
+ * @private
6256
+ * @param {*} value The value to query.
6257
+ * @param {boolean} inherited Specify returning inherited property names.
6258
+ * @returns {Array} Returns the array of property names.
6259
+ */
6260
+ function arrayLikeKeys(value, inherited) {
6261
+ var isArr = isArray(value),
6262
+ isArg = !isArr && isArguments(value),
6263
+ isBuff = !isArr && !isArg && isBuffer(value),
6264
+ isType = !isArr && !isArg && !isBuff && isTypedArray(value),
6265
+ skipIndexes = isArr || isArg || isBuff || isType,
6266
+ result = skipIndexes ? baseTimes(value.length, String) : [],
6267
+ length = result.length;
6268
+
6269
+ for (var key in value) {
6270
+ if ((inherited || hasOwnProperty.call(value, key)) &&
6271
+ !(skipIndexes && (
6272
+ // Safari 9 has enumerable `arguments.length` in strict mode.
6273
+ key == 'length' ||
6274
+ // Node.js 0.10 has enumerable non-index properties on buffers.
6275
+ (isBuff && (key == 'offset' || key == 'parent')) ||
6276
+ // PhantomJS 2 has enumerable non-index properties on typed arrays.
6277
+ (isType && (key == 'buffer' || key == 'byteLength' || key == 'byteOffset')) ||
6278
+ // Skip index properties.
6279
+ isIndex(key, length)
6280
+ ))) {
6281
+ result.push(key);
6282
+ }
6283
+ }
6284
+ return result;
6285
+ }
6170
6286
 
6171
- var _arrayLikeKeys = arrayLikeKeys$1;
6287
+ _arrayLikeKeys = arrayLikeKeys;
6288
+ return _arrayLikeKeys;
6289
+ }
6172
6290
 
6173
6291
  /** Used for built-in method references. */
6174
6292
 
@@ -6181,14 +6299,14 @@ var objectProto$6 = Object.prototype;
6181
6299
  * @param {*} value The value to check.
6182
6300
  * @returns {boolean} Returns `true` if `value` is a prototype, else `false`.
6183
6301
  */
6184
- function isPrototype$2(value) {
6302
+ function isPrototype$1(value) {
6185
6303
  var Ctor = value && value.constructor,
6186
6304
  proto = (typeof Ctor == 'function' && Ctor.prototype) || objectProto$6;
6187
6305
 
6188
6306
  return value === proto;
6189
6307
  }
6190
6308
 
6191
- var _isPrototype = isPrototype$2;
6309
+ var _isPrototype = isPrototype$1;
6192
6310
 
6193
6311
  /**
6194
6312
  * Creates a unary function that invokes `func` with its argument transformed.
@@ -6214,7 +6332,7 @@ var nativeKeys$1 = overArg$1(Object.keys, Object);
6214
6332
 
6215
6333
  var _nativeKeys = nativeKeys$1;
6216
6334
 
6217
- var isPrototype$1 = _isPrototype,
6335
+ var isPrototype = _isPrototype,
6218
6336
  nativeKeys = _nativeKeys;
6219
6337
 
6220
6338
  /** Used for built-in method references. */
@@ -6231,7 +6349,7 @@ var hasOwnProperty$4 = objectProto$5.hasOwnProperty;
6231
6349
  * @returns {Array} Returns the array of property names.
6232
6350
  */
6233
6351
  function baseKeys$1(object) {
6234
- if (!isPrototype$1(object)) {
6352
+ if (!isPrototype(object)) {
6235
6353
  return nativeKeys(object);
6236
6354
  }
6237
6355
  var result = [];
@@ -6245,43 +6363,51 @@ function baseKeys$1(object) {
6245
6363
 
6246
6364
  var _baseKeys = baseKeys$1;
6247
6365
 
6248
- var isFunction$1 = isFunction_1,
6249
- isLength$1 = isLength_1;
6366
+ var isArrayLike_1;
6367
+ var hasRequiredIsArrayLike;
6250
6368
 
6251
- /**
6252
- * Checks if `value` is array-like. A value is considered array-like if it's
6253
- * not a function and has a `value.length` that's an integer greater than or
6254
- * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`.
6255
- *
6256
- * @static
6257
- * @memberOf _
6258
- * @since 4.0.0
6259
- * @category Lang
6260
- * @param {*} value The value to check.
6261
- * @returns {boolean} Returns `true` if `value` is array-like, else `false`.
6262
- * @example
6263
- *
6264
- * _.isArrayLike([1, 2, 3]);
6265
- * // => true
6266
- *
6267
- * _.isArrayLike(document.body.children);
6268
- * // => true
6269
- *
6270
- * _.isArrayLike('abc');
6271
- * // => true
6272
- *
6273
- * _.isArrayLike(_.noop);
6274
- * // => false
6275
- */
6276
- function isArrayLike$1(value) {
6277
- return value != null && isLength$1(value.length) && !isFunction$1(value);
6278
- }
6369
+ function requireIsArrayLike () {
6370
+ if (hasRequiredIsArrayLike) return isArrayLike_1;
6371
+ hasRequiredIsArrayLike = 1;
6372
+ var isFunction = isFunction_1,
6373
+ isLength = requireIsLength();
6279
6374
 
6280
- var isArrayLike_1 = isArrayLike$1;
6375
+ /**
6376
+ * Checks if `value` is array-like. A value is considered array-like if it's
6377
+ * not a function and has a `value.length` that's an integer greater than or
6378
+ * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`.
6379
+ *
6380
+ * @static
6381
+ * @memberOf _
6382
+ * @since 4.0.0
6383
+ * @category Lang
6384
+ * @param {*} value The value to check.
6385
+ * @returns {boolean} Returns `true` if `value` is array-like, else `false`.
6386
+ * @example
6387
+ *
6388
+ * _.isArrayLike([1, 2, 3]);
6389
+ * // => true
6390
+ *
6391
+ * _.isArrayLike(document.body.children);
6392
+ * // => true
6393
+ *
6394
+ * _.isArrayLike('abc');
6395
+ * // => true
6396
+ *
6397
+ * _.isArrayLike(_.noop);
6398
+ * // => false
6399
+ */
6400
+ function isArrayLike(value) {
6401
+ return value != null && isLength(value.length) && !isFunction(value);
6402
+ }
6403
+
6404
+ isArrayLike_1 = isArrayLike;
6405
+ return isArrayLike_1;
6406
+ }
6281
6407
 
6282
- var arrayLikeKeys = _arrayLikeKeys,
6408
+ var arrayLikeKeys = require_arrayLikeKeys(),
6283
6409
  baseKeys = _baseKeys,
6284
- isArrayLike = isArrayLike_1;
6410
+ isArrayLike = requireIsArrayLike();
6285
6411
 
6286
6412
  /**
6287
6413
  * Creates an array of the own enumerable property names of `object`.
@@ -6662,10 +6788,10 @@ function require_stackHas () {
6662
6788
  }
6663
6789
 
6664
6790
  var getNative$3 = _getNative,
6665
- root$4 = _root;
6791
+ root$3 = _root;
6666
6792
 
6667
6793
  /* Built-in method references that are verified to be native. */
6668
- var Map$2 = getNative$3(root$4, 'Map');
6794
+ var Map$2 = getNative$3(root$3, 'Map');
6669
6795
 
6670
6796
  var _Map = Map$2;
6671
6797
 
@@ -7225,7 +7351,7 @@ var hasRequired_baseKeysIn;
7225
7351
  function require_baseKeysIn () {
7226
7352
  if (hasRequired_baseKeysIn) return _baseKeysIn;
7227
7353
  hasRequired_baseKeysIn = 1;
7228
- var isObject = isObject_1,
7354
+ var isObject = requireIsObject(),
7229
7355
  isPrototype = _isPrototype,
7230
7356
  nativeKeysIn = require_nativeKeysIn();
7231
7357
 
@@ -7267,9 +7393,9 @@ var hasRequiredKeysIn;
7267
7393
  function requireKeysIn () {
7268
7394
  if (hasRequiredKeysIn) return keysIn_1;
7269
7395
  hasRequiredKeysIn = 1;
7270
- var arrayLikeKeys = _arrayLikeKeys,
7396
+ var arrayLikeKeys = require_arrayLikeKeys(),
7271
7397
  baseKeysIn = require_baseKeysIn(),
7272
- isArrayLike = isArrayLike_1;
7398
+ isArrayLike = requireIsArrayLike();
7273
7399
 
7274
7400
  /**
7275
7401
  * Creates an array of the own and inherited enumerable property names of `object`.
@@ -7326,43 +7452,50 @@ var _cloneBuffer = {
7326
7452
  set exports(v){ _cloneBufferExports = v; },
7327
7453
  };
7328
7454
 
7329
- (function (module, exports) {
7330
- var root = _root;
7331
-
7332
- /** Detect free variable `exports`. */
7333
- var freeExports = exports && !exports.nodeType && exports;
7334
-
7335
- /** Detect free variable `module`. */
7336
- var freeModule = freeExports && 'object' == 'object' && module && !module.nodeType && module;
7337
-
7338
- /** Detect the popular CommonJS extension `module.exports`. */
7339
- var moduleExports = freeModule && freeModule.exports === freeExports;
7340
-
7341
- /** Built-in value references. */
7342
- var Buffer = moduleExports ? root.Buffer : undefined,
7343
- allocUnsafe = Buffer ? Buffer.allocUnsafe : undefined;
7344
-
7345
- /**
7346
- * Creates a clone of `buffer`.
7347
- *
7348
- * @private
7349
- * @param {Buffer} buffer The buffer to clone.
7350
- * @param {boolean} [isDeep] Specify a deep clone.
7351
- * @returns {Buffer} Returns the cloned buffer.
7352
- */
7353
- function cloneBuffer(buffer, isDeep) {
7354
- if (isDeep) {
7355
- return buffer.slice();
7356
- }
7357
- var length = buffer.length,
7358
- result = allocUnsafe ? allocUnsafe(length) : new buffer.constructor(length);
7359
-
7360
- buffer.copy(result);
7361
- return result;
7362
- }
7455
+ var hasRequired_cloneBuffer;
7456
+
7457
+ function require_cloneBuffer () {
7458
+ if (hasRequired_cloneBuffer) return _cloneBufferExports;
7459
+ hasRequired_cloneBuffer = 1;
7460
+ (function (module, exports) {
7461
+ var root = _root;
7462
+
7463
+ /** Detect free variable `exports`. */
7464
+ var freeExports = exports && !exports.nodeType && exports;
7465
+
7466
+ /** Detect free variable `module`. */
7467
+ var freeModule = freeExports && 'object' == 'object' && module && !module.nodeType && module;
7468
+
7469
+ /** Detect the popular CommonJS extension `module.exports`. */
7470
+ var moduleExports = freeModule && freeModule.exports === freeExports;
7471
+
7472
+ /** Built-in value references. */
7473
+ var Buffer = moduleExports ? root.Buffer : undefined,
7474
+ allocUnsafe = Buffer ? Buffer.allocUnsafe : undefined;
7475
+
7476
+ /**
7477
+ * Creates a clone of `buffer`.
7478
+ *
7479
+ * @private
7480
+ * @param {Buffer} buffer The buffer to clone.
7481
+ * @param {boolean} [isDeep] Specify a deep clone.
7482
+ * @returns {Buffer} Returns the cloned buffer.
7483
+ */
7484
+ function cloneBuffer(buffer, isDeep) {
7485
+ if (isDeep) {
7486
+ return buffer.slice();
7487
+ }
7488
+ var length = buffer.length,
7489
+ result = allocUnsafe ? allocUnsafe(length) : new buffer.constructor(length);
7490
+
7491
+ buffer.copy(result);
7492
+ return result;
7493
+ }
7363
7494
 
7364
- module.exports = cloneBuffer;
7495
+ module.exports = cloneBuffer;
7365
7496
  } (_cloneBuffer, _cloneBufferExports));
7497
+ return _cloneBufferExports;
7498
+ }
7366
7499
 
7367
7500
  /**
7368
7501
  * A specialized version of `_.filter` for arrays without support for
@@ -7489,12 +7622,12 @@ var _arrayPush = arrayPush$3;
7489
7622
  var overArg = _overArg;
7490
7623
 
7491
7624
  /** Built-in value references. */
7492
- var getPrototype$3 = overArg(Object.getPrototypeOf, Object);
7625
+ var getPrototype$2 = overArg(Object.getPrototypeOf, Object);
7493
7626
 
7494
- var _getPrototype = getPrototype$3;
7627
+ var _getPrototype = getPrototype$2;
7495
7628
 
7496
7629
  var arrayPush$2 = _arrayPush,
7497
- getPrototype$2 = _getPrototype,
7630
+ getPrototype$1 = _getPrototype,
7498
7631
  getSymbols$1 = _getSymbols,
7499
7632
  stubArray = stubArray_1;
7500
7633
 
@@ -7512,7 +7645,7 @@ var getSymbolsIn$2 = !nativeGetSymbols ? stubArray : function(object) {
7512
7645
  var result = [];
7513
7646
  while (object) {
7514
7647
  arrayPush$2(result, getSymbols$1(object));
7515
- object = getPrototype$2(object);
7648
+ object = getPrototype$1(object);
7516
7649
  }
7517
7650
  return result;
7518
7651
  };
@@ -7593,26 +7726,26 @@ function getAllKeysIn$1(object) {
7593
7726
  var _getAllKeysIn = getAllKeysIn$1;
7594
7727
 
7595
7728
  var getNative$2 = _getNative,
7596
- root$3 = _root;
7729
+ root$2 = _root;
7597
7730
 
7598
7731
  /* Built-in method references that are verified to be native. */
7599
- var DataView$2 = getNative$2(root$3, 'DataView');
7732
+ var DataView$2 = getNative$2(root$2, 'DataView');
7600
7733
 
7601
7734
  var _DataView = DataView$2;
7602
7735
 
7603
7736
  var getNative$1 = _getNative,
7604
- root$2 = _root;
7737
+ root$1 = _root;
7605
7738
 
7606
7739
  /* Built-in method references that are verified to be native. */
7607
- var Promise$2 = getNative$1(root$2, 'Promise');
7740
+ var Promise$2 = getNative$1(root$1, 'Promise');
7608
7741
 
7609
7742
  var _Promise = Promise$2;
7610
7743
 
7611
7744
  var getNative = _getNative,
7612
- root$1 = _root;
7745
+ root = _root;
7613
7746
 
7614
7747
  /* Built-in method references that are verified to be native. */
7615
- var Set$2 = getNative(root$1, 'Set');
7748
+ var Set$2 = getNative(root, 'Set');
7616
7749
 
7617
7750
  var _Set = Set$2;
7618
7751
 
@@ -7703,31 +7836,47 @@ function initCloneArray$1(array) {
7703
7836
 
7704
7837
  var _initCloneArray = initCloneArray$1;
7705
7838
 
7706
- var root = _root;
7839
+ var _Uint8Array;
7840
+ var hasRequired_Uint8Array;
7707
7841
 
7708
- /** Built-in value references. */
7709
- var Uint8Array$3 = root.Uint8Array;
7710
-
7711
- var _Uint8Array = Uint8Array$3;
7842
+ function require_Uint8Array () {
7843
+ if (hasRequired_Uint8Array) return _Uint8Array;
7844
+ hasRequired_Uint8Array = 1;
7845
+ var root = _root;
7712
7846
 
7713
- var Uint8Array$2 = _Uint8Array;
7847
+ /** Built-in value references. */
7848
+ var Uint8Array = root.Uint8Array;
7714
7849
 
7715
- /**
7716
- * Creates a clone of `arrayBuffer`.
7717
- *
7718
- * @private
7719
- * @param {ArrayBuffer} arrayBuffer The array buffer to clone.
7720
- * @returns {ArrayBuffer} Returns the cloned array buffer.
7721
- */
7722
- function cloneArrayBuffer$2(arrayBuffer) {
7723
- var result = new arrayBuffer.constructor(arrayBuffer.byteLength);
7724
- new Uint8Array$2(result).set(new Uint8Array$2(arrayBuffer));
7725
- return result;
7850
+ _Uint8Array = Uint8Array;
7851
+ return _Uint8Array;
7726
7852
  }
7727
7853
 
7728
- var _cloneArrayBuffer = cloneArrayBuffer$2;
7854
+ var _cloneArrayBuffer;
7855
+ var hasRequired_cloneArrayBuffer;
7729
7856
 
7730
- var cloneArrayBuffer$1 = _cloneArrayBuffer;
7857
+ function require_cloneArrayBuffer () {
7858
+ if (hasRequired_cloneArrayBuffer) return _cloneArrayBuffer;
7859
+ hasRequired_cloneArrayBuffer = 1;
7860
+ var Uint8Array = require_Uint8Array();
7861
+
7862
+ /**
7863
+ * Creates a clone of `arrayBuffer`.
7864
+ *
7865
+ * @private
7866
+ * @param {ArrayBuffer} arrayBuffer The array buffer to clone.
7867
+ * @returns {ArrayBuffer} Returns the cloned array buffer.
7868
+ */
7869
+ function cloneArrayBuffer(arrayBuffer) {
7870
+ var result = new arrayBuffer.constructor(arrayBuffer.byteLength);
7871
+ new Uint8Array(result).set(new Uint8Array(arrayBuffer));
7872
+ return result;
7873
+ }
7874
+
7875
+ _cloneArrayBuffer = cloneArrayBuffer;
7876
+ return _cloneArrayBuffer;
7877
+ }
7878
+
7879
+ var cloneArrayBuffer$1 = require_cloneArrayBuffer();
7731
7880
 
7732
7881
  /**
7733
7882
  * Creates a clone of `dataView`.
@@ -7788,7 +7937,7 @@ var hasRequired_cloneTypedArray;
7788
7937
  function require_cloneTypedArray () {
7789
7938
  if (hasRequired_cloneTypedArray) return _cloneTypedArray;
7790
7939
  hasRequired_cloneTypedArray = 1;
7791
- var cloneArrayBuffer = _cloneArrayBuffer;
7940
+ var cloneArrayBuffer = require_cloneArrayBuffer();
7792
7941
 
7793
7942
  /**
7794
7943
  * Creates a clone of `typedArray`.
@@ -7807,7 +7956,7 @@ function require_cloneTypedArray () {
7807
7956
  return _cloneTypedArray;
7808
7957
  }
7809
7958
 
7810
- var cloneArrayBuffer = _cloneArrayBuffer,
7959
+ var cloneArrayBuffer = require_cloneArrayBuffer(),
7811
7960
  cloneDataView = _cloneDataView,
7812
7961
  cloneRegExp = _cloneRegExp,
7813
7962
  cloneSymbol = _cloneSymbol,
@@ -7885,24 +8034,32 @@ function initCloneByTag$1(object, tag, isDeep) {
7885
8034
 
7886
8035
  var _initCloneByTag = initCloneByTag$1;
7887
8036
 
7888
- var baseCreate = _baseCreate,
7889
- getPrototype$1 = _getPrototype,
7890
- isPrototype = _isPrototype;
8037
+ var _initCloneObject;
8038
+ var hasRequired_initCloneObject;
7891
8039
 
7892
- /**
7893
- * Initializes an object clone.
7894
- *
7895
- * @private
7896
- * @param {Object} object The object to clone.
7897
- * @returns {Object} Returns the initialized clone.
7898
- */
7899
- function initCloneObject$1(object) {
7900
- return (typeof object.constructor == 'function' && !isPrototype(object))
7901
- ? baseCreate(getPrototype$1(object))
7902
- : {};
7903
- }
8040
+ function require_initCloneObject () {
8041
+ if (hasRequired_initCloneObject) return _initCloneObject;
8042
+ hasRequired_initCloneObject = 1;
8043
+ var baseCreate = require_baseCreate(),
8044
+ getPrototype = _getPrototype,
8045
+ isPrototype = _isPrototype;
7904
8046
 
7905
- var _initCloneObject = initCloneObject$1;
8047
+ /**
8048
+ * Initializes an object clone.
8049
+ *
8050
+ * @private
8051
+ * @param {Object} object The object to clone.
8052
+ * @returns {Object} Returns the initialized clone.
8053
+ */
8054
+ function initCloneObject(object) {
8055
+ return (typeof object.constructor == 'function' && !isPrototype(object))
8056
+ ? baseCreate(getPrototype(object))
8057
+ : {};
8058
+ }
8059
+
8060
+ _initCloneObject = initCloneObject;
8061
+ return _initCloneObject;
8062
+ }
7906
8063
 
7907
8064
  var getTag$4 = _getTag,
7908
8065
  isObjectLike$5 = isObjectLike_1;
@@ -7924,8 +8081,8 @@ function baseIsMap$1(value) {
7924
8081
  var _baseIsMap = baseIsMap$1;
7925
8082
 
7926
8083
  var baseIsMap = _baseIsMap,
7927
- baseUnary$1 = _baseUnary,
7928
- nodeUtil$1 = _nodeUtilExports;
8084
+ baseUnary$1 = require_baseUnary(),
8085
+ nodeUtil$1 = require_nodeUtil();
7929
8086
 
7930
8087
  /* Node.js helper references. */
7931
8088
  var nodeIsMap = nodeUtil$1 && nodeUtil$1.isMap;
@@ -7971,8 +8128,8 @@ function baseIsSet$1(value) {
7971
8128
  var _baseIsSet = baseIsSet$1;
7972
8129
 
7973
8130
  var baseIsSet = _baseIsSet,
7974
- baseUnary = _baseUnary,
7975
- nodeUtil = _nodeUtilExports;
8131
+ baseUnary = require_baseUnary(),
8132
+ nodeUtil = require_nodeUtil();
7976
8133
 
7977
8134
  /* Node.js helper references. */
7978
8135
  var nodeIsSet = nodeUtil && nodeUtil.isSet;
@@ -8003,7 +8160,7 @@ var Stack$2 = require_Stack(),
8003
8160
  assignValue = _assignValue,
8004
8161
  baseAssign = _baseAssign,
8005
8162
  baseAssignIn = _baseAssignIn,
8006
- cloneBuffer = _cloneBufferExports,
8163
+ cloneBuffer = require_cloneBuffer(),
8007
8164
  copyArray$1 = _copyArray,
8008
8165
  copySymbols = _copySymbols,
8009
8166
  copySymbolsIn = _copySymbolsIn,
@@ -8012,11 +8169,11 @@ var Stack$2 = require_Stack(),
8012
8169
  getTag$2 = _getTag,
8013
8170
  initCloneArray = _initCloneArray,
8014
8171
  initCloneByTag = _initCloneByTag,
8015
- initCloneObject = _initCloneObject,
8172
+ initCloneObject = require_initCloneObject(),
8016
8173
  isArray$d = isArray_1,
8017
- isBuffer$3 = isBufferExports,
8174
+ isBuffer$3 = requireIsBuffer(),
8018
8175
  isMap$1 = isMap_1,
8019
- isObject$2 = isObject_1,
8176
+ isObject$2 = requireIsObject(),
8020
8177
  isSet$1 = isSet_1,
8021
8178
  keys$1 = keys_1,
8022
8179
  keysIn = requireKeysIn();
@@ -8620,7 +8777,7 @@ function setToArray$1(set) {
8620
8777
  var _setToArray = setToArray$1;
8621
8778
 
8622
8779
  var Symbol$3 = _Symbol,
8623
- Uint8Array$1 = _Uint8Array,
8780
+ Uint8Array$1 = require_Uint8Array(),
8624
8781
  eq = requireEq(),
8625
8782
  equalArrays$1 = _equalArrays,
8626
8783
  mapToArray = _mapToArray,
@@ -8829,7 +8986,7 @@ var Stack$1 = require_Stack(),
8829
8986
  equalObjects = _equalObjects,
8830
8987
  getTag = _getTag,
8831
8988
  isArray$c = isArray_1,
8832
- isBuffer$2 = isBufferExports,
8989
+ isBuffer$2 = requireIsBuffer(),
8833
8990
  isTypedArray = requireIsTypedArray();
8834
8991
 
8835
8992
  /** Used to compose bitmasks for value comparisons. */
@@ -8999,7 +9156,7 @@ function baseIsMatch$1(object, source, matchData, customizer) {
8999
9156
 
9000
9157
  var _baseIsMatch = baseIsMatch$1;
9001
9158
 
9002
- var isObject$1 = isObject_1;
9159
+ var isObject$1 = requireIsObject();
9003
9160
 
9004
9161
  /**
9005
9162
  * Checks if `value` is suitable for strict equality comparisons, i.e. `===`.
@@ -9455,8 +9612,8 @@ var _baseHasIn = baseHasIn$1;
9455
9612
  var castPath = _castPath,
9456
9613
  isArguments$1 = requireIsArguments(),
9457
9614
  isArray$8 = isArray_1,
9458
- isIndex = _isIndex,
9459
- isLength = isLength_1,
9615
+ isIndex = require_isIndex(),
9616
+ isLength = requireIsLength(),
9460
9617
  toKey$3 = _toKey;
9461
9618
 
9462
9619
  /**
@@ -9796,46 +9953,54 @@ function flatten$1(array) {
9796
9953
 
9797
9954
  var flatten_1 = flatten$1;
9798
9955
 
9799
- var apply = _apply;
9956
+ var _overRest;
9957
+ var hasRequired_overRest;
9800
9958
 
9801
- /* Built-in method references for those with the same name as other `lodash` methods. */
9802
- var nativeMax = Math.max;
9959
+ function require_overRest () {
9960
+ if (hasRequired_overRest) return _overRest;
9961
+ hasRequired_overRest = 1;
9962
+ var apply = _apply;
9803
9963
 
9804
- /**
9805
- * A specialized version of `baseRest` which transforms the rest array.
9806
- *
9807
- * @private
9808
- * @param {Function} func The function to apply a rest parameter to.
9809
- * @param {number} [start=func.length-1] The start position of the rest parameter.
9810
- * @param {Function} transform The rest array transform.
9811
- * @returns {Function} Returns the new function.
9812
- */
9813
- function overRest$1(func, start, transform) {
9814
- start = nativeMax(start === undefined ? (func.length - 1) : start, 0);
9815
- return function() {
9816
- var args = arguments,
9817
- index = -1,
9818
- length = nativeMax(args.length - start, 0),
9819
- array = Array(length);
9964
+ /* Built-in method references for those with the same name as other `lodash` methods. */
9965
+ var nativeMax = Math.max;
9820
9966
 
9821
- while (++index < length) {
9822
- array[index] = args[start + index];
9823
- }
9824
- index = -1;
9825
- var otherArgs = Array(start + 1);
9826
- while (++index < start) {
9827
- otherArgs[index] = args[index];
9828
- }
9829
- otherArgs[start] = transform(array);
9830
- return apply(func, this, otherArgs);
9831
- };
9832
- }
9967
+ /**
9968
+ * A specialized version of `baseRest` which transforms the rest array.
9969
+ *
9970
+ * @private
9971
+ * @param {Function} func The function to apply a rest parameter to.
9972
+ * @param {number} [start=func.length-1] The start position of the rest parameter.
9973
+ * @param {Function} transform The rest array transform.
9974
+ * @returns {Function} Returns the new function.
9975
+ */
9976
+ function overRest(func, start, transform) {
9977
+ start = nativeMax(start === undefined ? (func.length - 1) : start, 0);
9978
+ return function() {
9979
+ var args = arguments,
9980
+ index = -1,
9981
+ length = nativeMax(args.length - start, 0),
9982
+ array = Array(length);
9833
9983
 
9834
- var _overRest = overRest$1;
9984
+ while (++index < length) {
9985
+ array[index] = args[start + index];
9986
+ }
9987
+ index = -1;
9988
+ var otherArgs = Array(start + 1);
9989
+ while (++index < start) {
9990
+ otherArgs[index] = args[index];
9991
+ }
9992
+ otherArgs[start] = transform(array);
9993
+ return apply(func, this, otherArgs);
9994
+ };
9995
+ }
9996
+
9997
+ _overRest = overRest;
9998
+ return _overRest;
9999
+ }
9835
10000
 
9836
10001
  var flatten = flatten_1,
9837
- overRest = _overRest,
9838
- setToString = _setToString;
10002
+ overRest = require_overRest(),
10003
+ setToString = require_setToString();
9839
10004
 
9840
10005
  /**
9841
10006
  * A specialized version of `baseRest` which flattens the rest array.
@@ -9960,7 +10125,7 @@ var hasRequired_assignMergeValue;
9960
10125
  function require_assignMergeValue () {
9961
10126
  if (hasRequired_assignMergeValue) return _assignMergeValue;
9962
10127
  hasRequired_assignMergeValue = 1;
9963
- var baseAssignValue = _baseAssignValue,
10128
+ var baseAssignValue = require_baseAssignValue(),
9964
10129
  eq = requireEq();
9965
10130
 
9966
10131
  /**
@@ -10049,7 +10214,7 @@ var hasRequiredIsArrayLikeObject;
10049
10214
  function requireIsArrayLikeObject () {
10050
10215
  if (hasRequiredIsArrayLikeObject) return isArrayLikeObject_1;
10051
10216
  hasRequiredIsArrayLikeObject = 1;
10052
- var isArrayLike = isArrayLike_1,
10217
+ var isArrayLike = requireIsArrayLike(),
10053
10218
  isObjectLike = isObjectLike_1;
10054
10219
 
10055
10220
  /**
@@ -10164,16 +10329,16 @@ function require_baseMergeDeep () {
10164
10329
  if (hasRequired_baseMergeDeep) return _baseMergeDeep;
10165
10330
  hasRequired_baseMergeDeep = 1;
10166
10331
  var assignMergeValue = require_assignMergeValue(),
10167
- cloneBuffer = _cloneBufferExports,
10332
+ cloneBuffer = require_cloneBuffer(),
10168
10333
  cloneTypedArray = require_cloneTypedArray(),
10169
10334
  copyArray = _copyArray,
10170
- initCloneObject = _initCloneObject,
10335
+ initCloneObject = require_initCloneObject(),
10171
10336
  isArguments = requireIsArguments(),
10172
10337
  isArray = isArray_1,
10173
10338
  isArrayLikeObject = requireIsArrayLikeObject(),
10174
- isBuffer = isBufferExports,
10339
+ isBuffer = requireIsBuffer(),
10175
10340
  isFunction = isFunction_1,
10176
- isObject = isObject_1,
10341
+ isObject = requireIsObject(),
10177
10342
  isPlainObject = isPlainObject_1,
10178
10343
  isTypedArray = requireIsTypedArray(),
10179
10344
  safeGet = require_safeGet(),
@@ -10270,7 +10435,7 @@ function require_baseMerge () {
10270
10435
  assignMergeValue = require_assignMergeValue(),
10271
10436
  baseFor = require_baseFor(),
10272
10437
  baseMergeDeep = require_baseMergeDeep(),
10273
- isObject = isObject_1,
10438
+ isObject = requireIsObject(),
10274
10439
  keysIn = requireKeysIn(),
10275
10440
  safeGet = require_safeGet();
10276
10441
 
@@ -10318,8 +10483,8 @@ function require_baseRest () {
10318
10483
  if (hasRequired_baseRest) return _baseRest;
10319
10484
  hasRequired_baseRest = 1;
10320
10485
  var identity = identity_1,
10321
- overRest = _overRest,
10322
- setToString = _setToString;
10486
+ overRest = require_overRest(),
10487
+ setToString = require_setToString();
10323
10488
 
10324
10489
  /**
10325
10490
  * The base implementation of `_.rest` which doesn't validate or coerce arguments.
@@ -10344,9 +10509,9 @@ function require_isIterateeCall () {
10344
10509
  if (hasRequired_isIterateeCall) return _isIterateeCall;
10345
10510
  hasRequired_isIterateeCall = 1;
10346
10511
  var eq = requireEq(),
10347
- isArrayLike = isArrayLike_1,
10348
- isIndex = _isIndex,
10349
- isObject = isObject_1;
10512
+ isArrayLike = requireIsArrayLike(),
10513
+ isIndex = require_isIndex(),
10514
+ isObject = requireIsObject();
10350
10515
 
10351
10516
  /**
10352
10517
  * Checks if the given arguments are from an iteratee call.