@shipengine/alchemy 4.2.2 → 5.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/index.js +537 -702
  2. package/index.mjs +537 -702
  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$a = {}.hasOwnProperty;
2291
+ var hasOwnProperty$b = {}.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$a.call(props, key)) {
2378
+ if (hasOwnProperty$b.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$a.call(props, key) && key !== 'css' && key !== typePropName && (process.env.NODE_ENV === 'production' || key !== labelPropName)) {
2439
+ if (hasOwnProperty$b.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$a.call(props, 'css')) {
2458
+ if (!hasOwnProperty$b.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$2(value) {
3438
+ function identity$3(value) {
3439
3439
  return value;
3440
3440
  }
3441
3441
 
3442
- var identity_1 = identity$2;
3442
+ var identity_1 = identity$3;
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$b = freeGlobal || freeSelf || Function('return this')();
3456
+ var root$c = freeGlobal || freeSelf || Function('return this')();
3457
3457
 
3458
- var _root = root$b;
3458
+ var _root = root$c;
3459
3459
 
3460
- var root$a = _root;
3460
+ var root$b = _root;
3461
3461
 
3462
3462
  /** Built-in value references. */
3463
- var Symbol$7 = root$a.Symbol;
3463
+ var Symbol$7 = root$b.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$c = Object.prototype;
3470
+ var objectProto$d = Object.prototype;
3471
3471
 
3472
3472
  /** Used to check objects for own properties. */
3473
- var hasOwnProperty$9 = objectProto$c.hasOwnProperty;
3473
+ var hasOwnProperty$a = objectProto$d.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$c.toString;
3480
+ var nativeObjectToString$1 = objectProto$d.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$9.call(value, symToStringTag$1),
3493
+ var isOwn = hasOwnProperty$a.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$b = Object.prototype;
3516
+ var objectProto$c = 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$b.toString;
3523
+ var nativeObjectToString = objectProto$c.toString;
3524
3524
 
3525
3525
  /**
3526
3526
  * Converts `value` to a string using `Object.prototype.toString`.
@@ -3590,23 +3590,15 @@ var _baseGetTag = baseGetTag$5;
3590
3590
  * // => false
3591
3591
  */
3592
3592
 
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
- }
3603
-
3604
- isObject_1 = isObject;
3605
- return isObject_1;
3593
+ function isObject$8(value) {
3594
+ var type = typeof value;
3595
+ return value != null && (type == 'object' || type == 'function');
3606
3596
  }
3607
3597
 
3598
+ var isObject_1 = isObject$8;
3599
+
3608
3600
  var baseGetTag$4 = _baseGetTag,
3609
- isObject$6 = requireIsObject();
3601
+ isObject$7 = isObject_1;
3610
3602
 
3611
3603
  /** `Object#toString` result references. */
3612
3604
  var asyncTag = '[object AsyncFunction]',
@@ -3631,8 +3623,8 @@ var asyncTag = '[object AsyncFunction]',
3631
3623
  * _.isFunction(/abc/);
3632
3624
  * // => false
3633
3625
  */
3634
- function isFunction$2(value) {
3635
- if (!isObject$6(value)) {
3626
+ function isFunction$3(value) {
3627
+ if (!isObject$7(value)) {
3636
3628
  return false;
3637
3629
  }
3638
3630
  // The use of `Object#toString` avoids issues with the `typeof` operator
@@ -3641,12 +3633,12 @@ function isFunction$2(value) {
3641
3633
  return tag == funcTag$1 || tag == genTag$1 || tag == asyncTag || tag == proxyTag;
3642
3634
  }
3643
3635
 
3644
- var isFunction_1 = isFunction$2;
3636
+ var isFunction_1 = isFunction$3;
3645
3637
 
3646
- var root$9 = _root;
3638
+ var root$a = _root;
3647
3639
 
3648
3640
  /** Used to detect overreaching core-js shims. */
3649
- var coreJsData$1 = root$9['__core-js_shared__'];
3641
+ var coreJsData$1 = root$a['__core-js_shared__'];
3650
3642
 
3651
3643
  var _coreJsData = coreJsData$1;
3652
3644
 
@@ -3699,9 +3691,9 @@ function toSource$2(func) {
3699
3691
 
3700
3692
  var _toSource = toSource$2;
3701
3693
 
3702
- var isFunction$1 = isFunction_1,
3694
+ var isFunction$2 = isFunction_1,
3703
3695
  isMasked = _isMasked,
3704
- isObject$5 = requireIsObject(),
3696
+ isObject$6 = isObject_1,
3705
3697
  toSource$1 = _toSource;
3706
3698
 
3707
3699
  /**
@@ -3715,17 +3707,17 @@ var reIsHostCtor = /^\[object .+?Constructor\]$/;
3715
3707
 
3716
3708
  /** Used for built-in method references. */
3717
3709
  var funcProto$1 = Function.prototype,
3718
- objectProto$a = Object.prototype;
3710
+ objectProto$b = Object.prototype;
3719
3711
 
3720
3712
  /** Used to resolve the decompiled source of functions. */
3721
3713
  var funcToString$1 = funcProto$1.toString;
3722
3714
 
3723
3715
  /** Used to check objects for own properties. */
3724
- var hasOwnProperty$8 = objectProto$a.hasOwnProperty;
3716
+ var hasOwnProperty$9 = objectProto$b.hasOwnProperty;
3725
3717
 
3726
3718
  /** Used to detect if a method is native. */
3727
3719
  var reIsNative = RegExp('^' +
3728
- funcToString$1.call(hasOwnProperty$8).replace(reRegExpChar, '\\$&')
3720
+ funcToString$1.call(hasOwnProperty$9).replace(reRegExpChar, '\\$&')
3729
3721
  .replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, '$1.*?') + '$'
3730
3722
  );
3731
3723
 
@@ -3738,10 +3730,10 @@ var reIsNative = RegExp('^' +
3738
3730
  * else `false`.
3739
3731
  */
3740
3732
  function baseIsNative$1(value) {
3741
- if (!isObject$5(value) || isMasked(value)) {
3733
+ if (!isObject$6(value) || isMasked(value)) {
3742
3734
  return false;
3743
3735
  }
3744
- var pattern = isFunction$1(value) ? reIsNative : reIsHostCtor;
3736
+ var pattern = isFunction$2(value) ? reIsNative : reIsHostCtor;
3745
3737
  return pattern.test(toSource$1(value));
3746
3738
  }
3747
3739
 
@@ -3773,18 +3765,18 @@ var baseIsNative = _baseIsNative,
3773
3765
  * @param {string} key The key of the method to get.
3774
3766
  * @returns {*} Returns the function if it's native, else `undefined`.
3775
3767
  */
3776
- function getNative$5(object, key) {
3768
+ function getNative$6(object, key) {
3777
3769
  var value = getValue(object, key);
3778
3770
  return baseIsNative(value) ? value : undefined;
3779
3771
  }
3780
3772
 
3781
- var _getNative = getNative$5;
3773
+ var _getNative = getNative$6;
3782
3774
 
3783
- var getNative$4 = _getNative,
3784
- root$8 = _root;
3775
+ var getNative$5 = _getNative,
3776
+ root$9 = _root;
3785
3777
 
3786
3778
  /* Built-in method references that are verified to be native. */
3787
- var WeakMap$3 = getNative$4(root$8, 'WeakMap');
3779
+ var WeakMap$3 = getNative$5(root$9, 'WeakMap');
3788
3780
 
3789
3781
  var _WeakMap = WeakMap$3;
3790
3782
 
@@ -3795,7 +3787,7 @@ var metaMap$2 = WeakMap$2 && new WeakMap$2;
3795
3787
 
3796
3788
  var _metaMap = metaMap$2;
3797
3789
 
3798
- var identity$1 = identity_1,
3790
+ var identity$2 = identity_1,
3799
3791
  metaMap$1 = _metaMap;
3800
3792
 
3801
3793
  /**
@@ -3806,54 +3798,46 @@ var identity$1 = identity_1,
3806
3798
  * @param {*} data The metadata.
3807
3799
  * @returns {Function} Returns `func`.
3808
3800
  */
3809
- var baseSetData$2 = !metaMap$1 ? identity$1 : function(func, data) {
3801
+ var baseSetData$2 = !metaMap$1 ? identity$2 : function(func, data) {
3810
3802
  metaMap$1.set(func, data);
3811
3803
  return func;
3812
3804
  };
3813
3805
 
3814
3806
  var _baseSetData = baseSetData$2;
3815
3807
 
3816
- var _baseCreate;
3817
- var hasRequired_baseCreate;
3818
-
3819
- function require_baseCreate () {
3820
- if (hasRequired_baseCreate) return _baseCreate;
3821
- hasRequired_baseCreate = 1;
3822
- var isObject = requireIsObject();
3808
+ var isObject$5 = isObject_1;
3823
3809
 
3824
- /** Built-in value references. */
3825
- var objectCreate = Object.create;
3810
+ /** Built-in value references. */
3811
+ var objectCreate = Object.create;
3826
3812
 
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
- }());
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
+ }());
3850
3836
 
3851
- _baseCreate = baseCreate;
3852
- return _baseCreate;
3853
- }
3837
+ var _baseCreate = baseCreate$4;
3854
3838
 
3855
- var baseCreate$2 = require_baseCreate(),
3856
- isObject$4 = requireIsObject();
3839
+ var baseCreate$3 = _baseCreate,
3840
+ isObject$4 = isObject_1;
3857
3841
 
3858
3842
  /**
3859
3843
  * Creates a function that produces an instance of `Ctor` regardless of
@@ -3879,7 +3863,7 @@ function createCtor$4(Ctor) {
3879
3863
  case 6: return new Ctor(args[0], args[1], args[2], args[3], args[4], args[5]);
3880
3864
  case 7: return new Ctor(args[0], args[1], args[2], args[3], args[4], args[5], args[6]);
3881
3865
  }
3882
- var thisBinding = baseCreate$2(Ctor.prototype),
3866
+ var thisBinding = baseCreate$3(Ctor.prototype),
3883
3867
  result = Ctor.apply(thisBinding, args);
3884
3868
 
3885
3869
  // Mimic the constructor's `return` behavior.
@@ -3891,7 +3875,7 @@ function createCtor$4(Ctor) {
3891
3875
  var _createCtor = createCtor$4;
3892
3876
 
3893
3877
  var createCtor$3 = _createCtor,
3894
- root$7 = _root;
3878
+ root$8 = _root;
3895
3879
 
3896
3880
  /** Used to compose bitmasks for function metadata. */
3897
3881
  var WRAP_BIND_FLAG$6 = 1;
@@ -3911,7 +3895,7 @@ function createBind$1(func, bitmask, thisArg) {
3911
3895
  Ctor = createCtor$3(func);
3912
3896
 
3913
3897
  function wrapper() {
3914
- var fn = (this && this !== root$7 && this instanceof wrapper) ? Ctor : func;
3898
+ var fn = (this && this !== root$8 && this instanceof wrapper) ? Ctor : func;
3915
3899
  return fn.apply(isBind ? thisArg : this, arguments);
3916
3900
  }
3917
3901
  return wrapper;
@@ -3930,7 +3914,7 @@ var _createBind = createBind$1;
3930
3914
  * @returns {*} Returns the result of `func`.
3931
3915
  */
3932
3916
 
3933
- function apply$2(func, thisArg, args) {
3917
+ function apply$3(func, thisArg, args) {
3934
3918
  switch (args.length) {
3935
3919
  case 0: return func.call(thisArg);
3936
3920
  case 1: return func.call(thisArg, args[0]);
@@ -3940,11 +3924,11 @@ function apply$2(func, thisArg, args) {
3940
3924
  return func.apply(thisArg, args);
3941
3925
  }
3942
3926
 
3943
- var _apply = apply$2;
3927
+ var _apply = apply$3;
3944
3928
 
3945
3929
  /* Built-in method references for those with the same name as other `lodash` methods. */
3946
3930
 
3947
- var nativeMax$2 = Math.max;
3931
+ var nativeMax$3 = Math.max;
3948
3932
 
3949
3933
  /**
3950
3934
  * Creates an array that is the composition of partially applied arguments,
@@ -3963,7 +3947,7 @@ function composeArgs$2(args, partials, holders, isCurried) {
3963
3947
  holdersLength = holders.length,
3964
3948
  leftIndex = -1,
3965
3949
  leftLength = partials.length,
3966
- rangeLength = nativeMax$2(argsLength - holdersLength, 0),
3950
+ rangeLength = nativeMax$3(argsLength - holdersLength, 0),
3967
3951
  result = Array(leftLength + rangeLength),
3968
3952
  isUncurried = !isCurried;
3969
3953
 
@@ -3985,7 +3969,7 @@ var _composeArgs = composeArgs$2;
3985
3969
 
3986
3970
  /* Built-in method references for those with the same name as other `lodash` methods. */
3987
3971
 
3988
- var nativeMax$1 = Math.max;
3972
+ var nativeMax$2 = Math.max;
3989
3973
 
3990
3974
  /**
3991
3975
  * This function is like `composeArgs` except that the arguments composition
@@ -4005,7 +3989,7 @@ function composeArgsRight$2(args, partials, holders, isCurried) {
4005
3989
  holdersLength = holders.length,
4006
3990
  rightIndex = -1,
4007
3991
  rightLength = partials.length,
4008
- rangeLength = nativeMax$1(argsLength - holdersLength, 0),
3992
+ rangeLength = nativeMax$2(argsLength - holdersLength, 0),
4009
3993
  result = Array(rangeLength + rightLength),
4010
3994
  isUncurried = !isCurried;
4011
3995
 
@@ -4061,7 +4045,7 @@ function baseLodash$3() {
4061
4045
 
4062
4046
  var _baseLodash = baseLodash$3;
4063
4047
 
4064
- var baseCreate$1 = require_baseCreate(),
4048
+ var baseCreate$2 = _baseCreate,
4065
4049
  baseLodash$2 = _baseLodash;
4066
4050
 
4067
4051
  /** Used as references for the maximum length and index of an array. */
@@ -4085,7 +4069,7 @@ function LazyWrapper$3(value) {
4085
4069
  }
4086
4070
 
4087
4071
  // Ensure `LazyWrapper` is an instance of `baseLodash`.
4088
- LazyWrapper$3.prototype = baseCreate$1(baseLodash$2.prototype);
4072
+ LazyWrapper$3.prototype = baseCreate$2(baseLodash$2.prototype);
4089
4073
  LazyWrapper$3.prototype.constructor = LazyWrapper$3;
4090
4074
 
4091
4075
  var _LazyWrapper = LazyWrapper$3;
@@ -4134,10 +4118,10 @@ var _realNames = realNames$1;
4134
4118
  var realNames = _realNames;
4135
4119
 
4136
4120
  /** Used for built-in method references. */
4137
- var objectProto$9 = Object.prototype;
4121
+ var objectProto$a = Object.prototype;
4138
4122
 
4139
4123
  /** Used to check objects for own properties. */
4140
- var hasOwnProperty$7 = objectProto$9.hasOwnProperty;
4124
+ var hasOwnProperty$8 = objectProto$a.hasOwnProperty;
4141
4125
 
4142
4126
  /**
4143
4127
  * Gets the name of `func`.
@@ -4149,7 +4133,7 @@ var hasOwnProperty$7 = objectProto$9.hasOwnProperty;
4149
4133
  function getFuncName$1(func) {
4150
4134
  var result = (func.name + ''),
4151
4135
  array = realNames[result],
4152
- length = hasOwnProperty$7.call(realNames, result) ? array.length : 0;
4136
+ length = hasOwnProperty$8.call(realNames, result) ? array.length : 0;
4153
4137
 
4154
4138
  while (length--) {
4155
4139
  var data = array[length],
@@ -4163,7 +4147,7 @@ function getFuncName$1(func) {
4163
4147
 
4164
4148
  var _getFuncName = getFuncName$1;
4165
4149
 
4166
- var baseCreate = require_baseCreate(),
4150
+ var baseCreate$1 = _baseCreate,
4167
4151
  baseLodash$1 = _baseLodash;
4168
4152
 
4169
4153
  /**
@@ -4181,7 +4165,7 @@ function LodashWrapper$2(value, chainAll) {
4181
4165
  this.__values__ = undefined;
4182
4166
  }
4183
4167
 
4184
- LodashWrapper$2.prototype = baseCreate(baseLodash$1.prototype);
4168
+ LodashWrapper$2.prototype = baseCreate$1(baseLodash$1.prototype);
4185
4169
  LodashWrapper$2.prototype.constructor = LodashWrapper$2;
4186
4170
 
4187
4171
  var _LodashWrapper = LodashWrapper$2;
@@ -4210,9 +4194,9 @@ var _LodashWrapper = LodashWrapper$2;
4210
4194
  * // => false
4211
4195
  */
4212
4196
 
4213
- var isArray$g = Array.isArray;
4197
+ var isArray$h = Array.isArray;
4214
4198
 
4215
- var isArray_1 = isArray$g;
4199
+ var isArray_1 = isArray$h;
4216
4200
 
4217
4201
  /**
4218
4202
  * Checks if `value` is object-like. A value is object-like if it's not `null`
@@ -4294,15 +4278,15 @@ var _wrapperClone = wrapperClone$1;
4294
4278
  var LazyWrapper$1 = _LazyWrapper,
4295
4279
  LodashWrapper = _LodashWrapper,
4296
4280
  baseLodash = _baseLodash,
4297
- isArray$f = isArray_1,
4281
+ isArray$g = isArray_1,
4298
4282
  isObjectLike$7 = isObjectLike_1,
4299
4283
  wrapperClone = _wrapperClone;
4300
4284
 
4301
4285
  /** Used for built-in method references. */
4302
- var objectProto$8 = Object.prototype;
4286
+ var objectProto$9 = Object.prototype;
4303
4287
 
4304
4288
  /** Used to check objects for own properties. */
4305
- var hasOwnProperty$6 = objectProto$8.hasOwnProperty;
4289
+ var hasOwnProperty$7 = objectProto$9.hasOwnProperty;
4306
4290
 
4307
4291
  /**
4308
4292
  * Creates a `lodash` object which wraps `value` to enable implicit method
@@ -4422,11 +4406,11 @@ var hasOwnProperty$6 = objectProto$8.hasOwnProperty;
4422
4406
  * // => true
4423
4407
  */
4424
4408
  function lodash$1(value) {
4425
- if (isObjectLike$7(value) && !isArray$f(value) && !(value instanceof LazyWrapper$1)) {
4409
+ if (isObjectLike$7(value) && !isArray$g(value) && !(value instanceof LazyWrapper$1)) {
4426
4410
  if (value instanceof LodashWrapper) {
4427
4411
  return value;
4428
4412
  }
4429
- if (hasOwnProperty$6.call(value, '__wrapped__')) {
4413
+ if (hasOwnProperty$7.call(value, '__wrapped__')) {
4430
4414
  return wrapperClone(value);
4431
4415
  }
4432
4416
  }
@@ -4485,7 +4469,7 @@ var nativeNow = Date.now;
4485
4469
  * @param {Function} func The function to restrict.
4486
4470
  * @returns {Function} Returns the new shortable function.
4487
4471
  */
4488
- function shortOut$1(func) {
4472
+ function shortOut$2(func) {
4489
4473
  var count = 0,
4490
4474
  lastCalled = 0;
4491
4475
 
@@ -4505,10 +4489,10 @@ function shortOut$1(func) {
4505
4489
  };
4506
4490
  }
4507
4491
 
4508
- var _shortOut = shortOut$1;
4492
+ var _shortOut = shortOut$2;
4509
4493
 
4510
4494
  var baseSetData$1 = _baseSetData,
4511
- shortOut = _shortOut;
4495
+ shortOut$1 = _shortOut;
4512
4496
 
4513
4497
  /**
4514
4498
  * Sets metadata for `func`.
@@ -4524,7 +4508,7 @@ var baseSetData$1 = _baseSetData,
4524
4508
  * @param {*} data The metadata.
4525
4509
  * @returns {Function} Returns `func`.
4526
4510
  */
4527
- var setData$2 = shortOut(baseSetData$1);
4511
+ var setData$2 = shortOut$1(baseSetData$1);
4528
4512
 
4529
4513
  var _setData = setData$2;
4530
4514
 
@@ -4592,95 +4576,63 @@ var _insertWrapDetails = insertWrapDetails$1;
4592
4576
  * // => true
4593
4577
  */
4594
4578
 
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;
4579
+ function constant$1(value) {
4580
+ return function() {
4581
+ return value;
4582
+ };
4609
4583
  }
4610
4584
 
4611
- var _defineProperty;
4612
- var hasRequired_defineProperty;
4613
-
4614
- function require_defineProperty () {
4615
- if (hasRequired_defineProperty) return _defineProperty;
4616
- hasRequired_defineProperty = 1;
4617
- var getNative = _getNative;
4585
+ var constant_1 = constant$1;
4618
4586
 
4619
- var defineProperty = (function() {
4620
- try {
4621
- var func = getNative(Object, 'defineProperty');
4622
- func({}, '', {});
4623
- return func;
4624
- } catch (e) {}
4625
- }());
4587
+ var getNative$4 = _getNative;
4626
4588
 
4627
- _defineProperty = defineProperty;
4628
- return _defineProperty;
4629
- }
4589
+ var defineProperty$2 = (function() {
4590
+ try {
4591
+ var func = getNative$4(Object, 'defineProperty');
4592
+ func({}, '', {});
4593
+ return func;
4594
+ } catch (e) {}
4595
+ }());
4630
4596
 
4631
- var _baseSetToString;
4632
- var hasRequired_baseSetToString;
4597
+ var _defineProperty = defineProperty$2;
4633
4598
 
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;
4599
+ var constant = constant_1,
4600
+ defineProperty$1 = _defineProperty,
4601
+ identity$1 = identity_1;
4640
4602
 
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
- };
4657
-
4658
- _baseSetToString = baseSetToString;
4659
- return _baseSetToString;
4660
- }
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
+ };
4661
4619
 
4662
- var _setToString;
4663
- var hasRequired_setToString;
4620
+ var _baseSetToString = baseSetToString$1;
4664
4621
 
4665
- function require_setToString () {
4666
- if (hasRequired_setToString) return _setToString;
4667
- hasRequired_setToString = 1;
4668
- var baseSetToString = require_baseSetToString(),
4669
- shortOut = _shortOut;
4622
+ var baseSetToString = _baseSetToString,
4623
+ shortOut = _shortOut;
4670
4624
 
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);
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);
4680
4634
 
4681
- _setToString = setToString;
4682
- return _setToString;
4683
- }
4635
+ var _setToString = setToString$2;
4684
4636
 
4685
4637
  /**
4686
4638
  * A specialized version of `_.forEach` for arrays without support for
@@ -4859,7 +4811,7 @@ var _updateWrapDetails = updateWrapDetails$1;
4859
4811
 
4860
4812
  var getWrapDetails = _getWrapDetails,
4861
4813
  insertWrapDetails = _insertWrapDetails,
4862
- setToString$1 = require_setToString(),
4814
+ setToString$1 = _setToString,
4863
4815
  updateWrapDetails = _updateWrapDetails;
4864
4816
 
4865
4817
  /**
@@ -4953,41 +4905,33 @@ var _getHolder = getHolder$2;
4953
4905
 
4954
4906
  /** Used as references for various `Number` constants. */
4955
4907
 
4956
- var _isIndex;
4957
- var hasRequired_isIndex;
4958
-
4959
- function require_isIndex () {
4960
- if (hasRequired_isIndex) return _isIndex;
4961
- hasRequired_isIndex = 1;
4962
- var MAX_SAFE_INTEGER = 9007199254740991;
4908
+ var MAX_SAFE_INTEGER$1 = 9007199254740991;
4963
4909
 
4964
- /** Used to detect unsigned integer values. */
4965
- var reIsUint = /^(?:0|[1-9]\d*)$/;
4910
+ /** Used to detect unsigned integer values. */
4911
+ var reIsUint = /^(?:0|[1-9]\d*)$/;
4966
4912
 
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
- }
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;
4984
4924
 
4985
- _isIndex = isIndex;
4986
- return _isIndex;
4925
+ return !!length &&
4926
+ (type == 'number' ||
4927
+ (type != 'symbol' && reIsUint.test(value))) &&
4928
+ (value > -1 && value % 1 == 0 && value < length);
4987
4929
  }
4988
4930
 
4931
+ var _isIndex = isIndex$3;
4932
+
4989
4933
  var copyArray$2 = _copyArray,
4990
- isIndex$1 = require_isIndex();
4934
+ isIndex$2 = _isIndex;
4991
4935
 
4992
4936
  /* Built-in method references for those with the same name as other `lodash` methods. */
4993
4937
  var nativeMin$1 = Math.min;
@@ -5009,7 +4953,7 @@ function reorder$1(array, indexes) {
5009
4953
 
5010
4954
  while (length--) {
5011
4955
  var index = indexes[length];
5012
- array[length] = isIndex$1(index, arrLength) ? oldArray[index] : undefined;
4956
+ array[length] = isIndex$2(index, arrLength) ? oldArray[index] : undefined;
5013
4957
  }
5014
4958
  return array;
5015
4959
  }
@@ -5055,7 +4999,7 @@ var composeArgs$1 = _composeArgs,
5055
4999
  getHolder$1 = _getHolder,
5056
5000
  reorder = _reorder,
5057
5001
  replaceHolders$2 = _replaceHolders,
5058
- root$6 = _root;
5002
+ root$7 = _root;
5059
5003
 
5060
5004
  /** Used to compose bitmasks for function metadata. */
5061
5005
  var WRAP_BIND_FLAG$3 = 1,
@@ -5130,7 +5074,7 @@ function createHybrid$2(func, bitmask, thisArg, partials, holders, partialsRight
5130
5074
  if (isAry && ary < length) {
5131
5075
  args.length = ary;
5132
5076
  }
5133
- if (this && this !== root$6 && this instanceof wrapper) {
5077
+ if (this && this !== root$7 && this instanceof wrapper) {
5134
5078
  fn = Ctor || createCtor$2(fn);
5135
5079
  }
5136
5080
  return fn.apply(thisBinding, args);
@@ -5140,13 +5084,13 @@ function createHybrid$2(func, bitmask, thisArg, partials, holders, partialsRight
5140
5084
 
5141
5085
  var _createHybrid = createHybrid$2;
5142
5086
 
5143
- var apply$1 = _apply,
5087
+ var apply$2 = _apply,
5144
5088
  createCtor$1 = _createCtor,
5145
5089
  createHybrid$1 = _createHybrid,
5146
5090
  createRecurry = _createRecurry,
5147
5091
  getHolder = _getHolder,
5148
5092
  replaceHolders$1 = _replaceHolders,
5149
- root$5 = _root;
5093
+ root$6 = _root;
5150
5094
 
5151
5095
  /**
5152
5096
  * Creates a function that wraps `func` to enable currying.
@@ -5179,17 +5123,17 @@ function createCurry$1(func, bitmask, arity) {
5179
5123
  func, bitmask, createHybrid$1, wrapper.placeholder, undefined,
5180
5124
  args, holders, undefined, undefined, arity - length);
5181
5125
  }
5182
- var fn = (this && this !== root$5 && this instanceof wrapper) ? Ctor : func;
5183
- return apply$1(fn, this, args);
5126
+ var fn = (this && this !== root$6 && this instanceof wrapper) ? Ctor : func;
5127
+ return apply$2(fn, this, args);
5184
5128
  }
5185
5129
  return wrapper;
5186
5130
  }
5187
5131
 
5188
5132
  var _createCurry = createCurry$1;
5189
5133
 
5190
- var apply = _apply,
5134
+ var apply$1 = _apply,
5191
5135
  createCtor = _createCtor,
5192
- root$4 = _root;
5136
+ root$5 = _root;
5193
5137
 
5194
5138
  /** Used to compose bitmasks for function metadata. */
5195
5139
  var WRAP_BIND_FLAG$2 = 1;
@@ -5216,7 +5160,7 @@ function createPartial$1(func, bitmask, thisArg, partials) {
5216
5160
  leftIndex = -1,
5217
5161
  leftLength = partials.length,
5218
5162
  args = Array(leftLength + argsLength),
5219
- fn = (this && this !== root$4 && this instanceof wrapper) ? Ctor : func;
5163
+ fn = (this && this !== root$5 && this instanceof wrapper) ? Ctor : func;
5220
5164
 
5221
5165
  while (++leftIndex < leftLength) {
5222
5166
  args[leftIndex] = partials[leftIndex];
@@ -5224,7 +5168,7 @@ function createPartial$1(func, bitmask, thisArg, partials) {
5224
5168
  while (argsLength--) {
5225
5169
  args[leftIndex++] = arguments[++argsIndex];
5226
5170
  }
5227
- return apply(fn, isBind ? thisArg : this, args);
5171
+ return apply$1(fn, isBind ? thisArg : this, args);
5228
5172
  }
5229
5173
  return wrapper;
5230
5174
  }
@@ -5394,7 +5338,7 @@ function isSymbol$6(value) {
5394
5338
  var isSymbol_1 = isSymbol$6;
5395
5339
 
5396
5340
  var baseTrim = _baseTrim,
5397
- isObject$3 = requireIsObject(),
5341
+ isObject$3 = isObject_1,
5398
5342
  isSymbol$5 = isSymbol_1;
5399
5343
 
5400
5344
  /** Used as references for various `Number` constants. */
@@ -5561,7 +5505,7 @@ var WRAP_BIND_FLAG = 1,
5561
5505
  WRAP_PARTIAL_RIGHT_FLAG = 64;
5562
5506
 
5563
5507
  /* Built-in method references for those with the same name as other `lodash` methods. */
5564
- var nativeMax = Math.max;
5508
+ var nativeMax$1 = Math.max;
5565
5509
 
5566
5510
  /**
5567
5511
  * Creates a function that either curries or invokes `func` with optional
@@ -5598,7 +5542,7 @@ function createWrap$3(func, bitmask, thisArg, partials, holders, argPos, ary, ar
5598
5542
  bitmask &= ~(WRAP_PARTIAL_FLAG | WRAP_PARTIAL_RIGHT_FLAG);
5599
5543
  partials = holders = undefined;
5600
5544
  }
5601
- ary = ary === undefined ? ary : nativeMax(toInteger(ary), 0);
5545
+ ary = ary === undefined ? ary : nativeMax$1(toInteger(ary), 0);
5602
5546
  arity = arity === undefined ? arity : toInteger(arity);
5603
5547
  length -= holders ? holders.length : 0;
5604
5548
 
@@ -5625,7 +5569,7 @@ function createWrap$3(func, bitmask, thisArg, partials, holders, argPos, ary, ar
5625
5569
  holders = newData[4];
5626
5570
  arity = newData[9] = newData[9] === undefined
5627
5571
  ? (isBindKey ? 0 : func.length)
5628
- : nativeMax(newData[9] - length, 0);
5572
+ : nativeMax$1(newData[9] - length, 0);
5629
5573
 
5630
5574
  if (!arity && bitmask & (WRAP_CURRY_FLAG$1 | WRAP_CURRY_RIGHT_FLAG)) {
5631
5575
  bitmask &= ~(WRAP_CURRY_FLAG$1 | WRAP_CURRY_RIGHT_FLAG);
@@ -5675,40 +5619,32 @@ function ary(func, n, guard) {
5675
5619
 
5676
5620
  var ary_1 = ary;
5677
5621
 
5678
- var _baseAssignValue;
5679
- var hasRequired_baseAssignValue;
5680
-
5681
- function require_baseAssignValue () {
5682
- if (hasRequired_baseAssignValue) return _baseAssignValue;
5683
- hasRequired_baseAssignValue = 1;
5684
- var defineProperty = require_defineProperty();
5622
+ var defineProperty = _defineProperty;
5685
5623
 
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;
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
+ }
5710
5644
  }
5711
5645
 
5646
+ var _baseAssignValue = baseAssignValue$2;
5647
+
5712
5648
  /**
5713
5649
  * Performs a
5714
5650
  * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)
@@ -5756,14 +5692,14 @@ function requireEq () {
5756
5692
  return eq_1;
5757
5693
  }
5758
5694
 
5759
- var baseAssignValue$1 = require_baseAssignValue(),
5695
+ var baseAssignValue$1 = _baseAssignValue,
5760
5696
  eq$1 = requireEq();
5761
5697
 
5762
5698
  /** Used for built-in method references. */
5763
- var objectProto$7 = Object.prototype;
5699
+ var objectProto$8 = Object.prototype;
5764
5700
 
5765
5701
  /** Used to check objects for own properties. */
5766
- var hasOwnProperty$5 = objectProto$7.hasOwnProperty;
5702
+ var hasOwnProperty$6 = objectProto$8.hasOwnProperty;
5767
5703
 
5768
5704
  /**
5769
5705
  * Assigns `value` to `key` of `object` if the existing value is not equivalent
@@ -5777,7 +5713,7 @@ var hasOwnProperty$5 = objectProto$7.hasOwnProperty;
5777
5713
  */
5778
5714
  function assignValue$2(object, key, value) {
5779
5715
  var objValue = object[key];
5780
- if (!(hasOwnProperty$5.call(object, key) && eq$1(objValue, value)) ||
5716
+ if (!(hasOwnProperty$6.call(object, key) && eq$1(objValue, value)) ||
5781
5717
  (value === undefined && !(key in object))) {
5782
5718
  baseAssignValue$1(object, key, value);
5783
5719
  }
@@ -5786,7 +5722,7 @@ function assignValue$2(object, key, value) {
5786
5722
  var _assignValue = assignValue$2;
5787
5723
 
5788
5724
  var assignValue$1 = _assignValue,
5789
- baseAssignValue = require_baseAssignValue();
5725
+ baseAssignValue = _baseAssignValue;
5790
5726
 
5791
5727
  /**
5792
5728
  * Copies properties of `source` to `object`.
@@ -5836,26 +5772,18 @@ var _copyObject = copyObject$4;
5836
5772
  * @returns {Array} Returns the array of results.
5837
5773
  */
5838
5774
 
5839
- var _baseTimes;
5840
- var hasRequired_baseTimes;
5841
-
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);
5848
-
5849
- while (++index < n) {
5850
- result[index] = iteratee(index);
5851
- }
5852
- return result;
5853
- }
5775
+ function baseTimes$1(n, iteratee) {
5776
+ var index = -1,
5777
+ result = Array(n);
5854
5778
 
5855
- _baseTimes = baseTimes;
5856
- return _baseTimes;
5779
+ while (++index < n) {
5780
+ result[index] = iteratee(index);
5781
+ }
5782
+ return result;
5857
5783
  }
5858
5784
 
5785
+ var _baseTimes = baseTimes$1;
5786
+
5859
5787
  var _baseIsArguments;
5860
5788
  var hasRequired_baseIsArguments;
5861
5789
 
@@ -5929,7 +5857,7 @@ function requireIsArguments () {
5929
5857
  }
5930
5858
 
5931
5859
  var isBufferExports = {};
5932
- var isBuffer$4 = {
5860
+ var isBuffer$5 = {
5933
5861
  get exports(){ return isBufferExports; },
5934
5862
  set exports(v){ isBufferExports = v; },
5935
5863
  };
@@ -5948,113 +5876,90 @@ var isBuffer$4 = {
5948
5876
  * // => [false, false]
5949
5877
  */
5950
5878
 
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;
5879
+ function stubFalse() {
5880
+ return false;
5963
5881
  }
5964
5882
 
5965
- var hasRequiredIsBuffer;
5966
-
5967
- function requireIsBuffer () {
5968
- if (hasRequiredIsBuffer) return isBufferExports;
5969
- hasRequiredIsBuffer = 1;
5970
- (function (module, exports) {
5971
- var root = _root,
5972
- stubFalse = requireStubFalse();
5973
-
5974
- /** Detect free variable `exports`. */
5975
- var freeExports = exports && !exports.nodeType && exports;
5976
-
5977
- /** Detect free variable `module`. */
5978
- var freeModule = freeExports && 'object' == 'object' && module && !module.nodeType && module;
5979
-
5980
- /** Detect the popular CommonJS extension `module.exports`. */
5981
- var moduleExports = freeModule && freeModule.exports === freeExports;
5883
+ var stubFalse_1 = stubFalse;
5982
5884
 
5983
- /** Built-in value references. */
5984
- var Buffer = moduleExports ? root.Buffer : undefined;
5885
+ (function (module, exports) {
5886
+ var root = _root,
5887
+ stubFalse = stubFalse_1;
5985
5888
 
5986
- /* Built-in method references for those with the same name as other `lodash` methods. */
5987
- var nativeIsBuffer = Buffer ? Buffer.isBuffer : undefined;
5889
+ /** Detect free variable `exports`. */
5890
+ var freeExports = exports && !exports.nodeType && exports;
5988
5891
 
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;
5892
+ /** Detect free variable `module`. */
5893
+ var freeModule = freeExports && 'object' == 'object' && module && !module.nodeType && module;
6007
5894
 
6008
- module.exports = isBuffer;
6009
- } (isBuffer$4, isBufferExports));
6010
- return isBufferExports;
6011
- }
6012
-
6013
- /** Used as references for various `Number` constants. */
5895
+ /** Detect the popular CommonJS extension `module.exports`. */
5896
+ var moduleExports = freeModule && freeModule.exports === freeExports;
6014
5897
 
6015
- var isLength_1;
6016
- var hasRequiredIsLength;
5898
+ /** Built-in value references. */
5899
+ var Buffer = moduleExports ? root.Buffer : undefined;
6017
5900
 
6018
- function requireIsLength () {
6019
- if (hasRequiredIsLength) return isLength_1;
6020
- hasRequiredIsLength = 1;
6021
- var MAX_SAFE_INTEGER = 9007199254740991;
5901
+ /* Built-in method references for those with the same name as other `lodash` methods. */
5902
+ var nativeIsBuffer = Buffer ? Buffer.isBuffer : undefined;
6022
5903
 
6023
5904
  /**
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).
5905
+ * Checks if `value` is a buffer.
6028
5906
  *
6029
5907
  * @static
6030
5908
  * @memberOf _
6031
- * @since 4.0.0
5909
+ * @since 4.3.0
6032
5910
  * @category Lang
6033
5911
  * @param {*} value The value to check.
6034
- * @returns {boolean} Returns `true` if `value` is a valid length, else `false`.
5912
+ * @returns {boolean} Returns `true` if `value` is a buffer, else `false`.
6035
5913
  * @example
6036
5914
  *
6037
- * _.isLength(3);
5915
+ * _.isBuffer(new Buffer(2));
6038
5916
  * // => true
6039
5917
  *
6040
- * _.isLength(Number.MIN_VALUE);
6041
- * // => false
6042
- *
6043
- * _.isLength(Infinity);
6044
- * // => false
6045
- *
6046
- * _.isLength('3');
5918
+ * _.isBuffer(new Uint8Array(2));
6047
5919
  * // => false
6048
5920
  */
6049
- function isLength(value) {
6050
- return typeof value == 'number' &&
6051
- value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER;
6052
- }
5921
+ var isBuffer = nativeIsBuffer || stubFalse;
6053
5922
 
6054
- isLength_1 = isLength;
6055
- return isLength_1;
5923
+ module.exports = isBuffer;
5924
+ } (isBuffer$5, isBufferExports));
5925
+
5926
+ /** Used as references for various `Number` constants. */
5927
+
5928
+ var MAX_SAFE_INTEGER = 9007199254740991;
5929
+
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;
6056
5959
  }
6057
5960
 
5961
+ var isLength_1 = isLength$2;
5962
+
6058
5963
  var _baseIsTypedArray;
6059
5964
  var hasRequired_baseIsTypedArray;
6060
5965
 
@@ -6062,7 +5967,7 @@ function require_baseIsTypedArray () {
6062
5967
  if (hasRequired_baseIsTypedArray) return _baseIsTypedArray;
6063
5968
  hasRequired_baseIsTypedArray = 1;
6064
5969
  var baseGetTag = _baseGetTag,
6065
- isLength = requireIsLength(),
5970
+ isLength = isLength_1,
6066
5971
  isObjectLike = isObjectLike_1;
6067
5972
 
6068
5973
  /** `Object#toString` result references. */
@@ -6132,67 +6037,52 @@ function require_baseIsTypedArray () {
6132
6037
  * @returns {Function} Returns the new capped function.
6133
6038
  */
6134
6039
 
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
- }
6146
-
6147
- _baseUnary = baseUnary;
6148
- return _baseUnary;
6040
+ function baseUnary$2(func) {
6041
+ return function(value) {
6042
+ return func(value);
6043
+ };
6149
6044
  }
6150
6045
 
6046
+ var _baseUnary = baseUnary$2;
6047
+
6151
6048
  var _nodeUtilExports = {};
6152
6049
  var _nodeUtil = {
6153
6050
  get exports(){ return _nodeUtilExports; },
6154
6051
  set exports(v){ _nodeUtilExports = v; },
6155
6052
  };
6156
6053
 
6157
- var hasRequired_nodeUtil;
6158
-
6159
- function require_nodeUtil () {
6160
- if (hasRequired_nodeUtil) return _nodeUtilExports;
6161
- hasRequired_nodeUtil = 1;
6162
- (function (module, exports) {
6163
- var freeGlobal = _freeGlobal;
6054
+ (function (module, exports) {
6055
+ var freeGlobal = _freeGlobal;
6164
6056
 
6165
- /** Detect free variable `exports`. */
6166
- var freeExports = exports && !exports.nodeType && exports;
6057
+ /** Detect free variable `exports`. */
6058
+ var freeExports = exports && !exports.nodeType && exports;
6167
6059
 
6168
- /** Detect free variable `module`. */
6169
- var freeModule = freeExports && 'object' == 'object' && module && !module.nodeType && module;
6060
+ /** Detect free variable `module`. */
6061
+ var freeModule = freeExports && 'object' == 'object' && module && !module.nodeType && module;
6170
6062
 
6171
- /** Detect the popular CommonJS extension `module.exports`. */
6172
- var moduleExports = freeModule && freeModule.exports === freeExports;
6063
+ /** Detect the popular CommonJS extension `module.exports`. */
6064
+ var moduleExports = freeModule && freeModule.exports === freeExports;
6173
6065
 
6174
- /** Detect free variable `process` from Node.js. */
6175
- var freeProcess = moduleExports && freeGlobal.process;
6066
+ /** Detect free variable `process` from Node.js. */
6067
+ var freeProcess = moduleExports && freeGlobal.process;
6176
6068
 
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;
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;
6182
6074
 
6183
- if (types) {
6184
- return types;
6185
- }
6075
+ if (types) {
6076
+ return types;
6077
+ }
6186
6078
 
6187
- // Legacy `process.binding('util')` for Node.js < 10.
6188
- return freeProcess && freeProcess.binding && freeProcess.binding('util');
6189
- } catch (e) {}
6190
- }());
6079
+ // Legacy `process.binding('util')` for Node.js < 10.
6080
+ return freeProcess && freeProcess.binding && freeProcess.binding('util');
6081
+ } catch (e) {}
6082
+ }());
6191
6083
 
6192
- module.exports = nodeUtil;
6084
+ module.exports = nodeUtil;
6193
6085
  } (_nodeUtil, _nodeUtilExports));
6194
- return _nodeUtilExports;
6195
- }
6196
6086
 
6197
6087
  var isTypedArray_1;
6198
6088
  var hasRequiredIsTypedArray;
@@ -6201,8 +6091,8 @@ function requireIsTypedArray () {
6201
6091
  if (hasRequiredIsTypedArray) return isTypedArray_1;
6202
6092
  hasRequiredIsTypedArray = 1;
6203
6093
  var baseIsTypedArray = require_baseIsTypedArray(),
6204
- baseUnary = require_baseUnary(),
6205
- nodeUtil = require_nodeUtil();
6094
+ baseUnary = _baseUnary,
6095
+ nodeUtil = _nodeUtilExports;
6206
6096
 
6207
6097
  /* Node.js helper references. */
6208
6098
  var nodeIsTypedArray = nodeUtil && nodeUtil.isTypedArray;
@@ -6230,64 +6120,56 @@ function requireIsTypedArray () {
6230
6120
  return isTypedArray_1;
6231
6121
  }
6232
6122
 
6233
- var _arrayLikeKeys;
6234
- var hasRequired_arrayLikeKeys;
6235
-
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();
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();
6245
6129
 
6246
- /** Used for built-in method references. */
6247
- var objectProto = Object.prototype;
6130
+ /** Used for built-in method references. */
6131
+ var objectProto$7 = Object.prototype;
6248
6132
 
6249
- /** Used to check objects for own properties. */
6250
- var hasOwnProperty = objectProto.hasOwnProperty;
6133
+ /** Used to check objects for own properties. */
6134
+ var hasOwnProperty$5 = objectProto$7.hasOwnProperty;
6251
6135
 
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
- }
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;
6286
6152
 
6287
- _arrayLikeKeys = arrayLikeKeys;
6288
- return _arrayLikeKeys;
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;
6289
6169
  }
6290
6170
 
6171
+ var _arrayLikeKeys = arrayLikeKeys$1;
6172
+
6291
6173
  /** Used for built-in method references. */
6292
6174
 
6293
6175
  var objectProto$6 = Object.prototype;
@@ -6299,14 +6181,14 @@ var objectProto$6 = Object.prototype;
6299
6181
  * @param {*} value The value to check.
6300
6182
  * @returns {boolean} Returns `true` if `value` is a prototype, else `false`.
6301
6183
  */
6302
- function isPrototype$1(value) {
6184
+ function isPrototype$2(value) {
6303
6185
  var Ctor = value && value.constructor,
6304
6186
  proto = (typeof Ctor == 'function' && Ctor.prototype) || objectProto$6;
6305
6187
 
6306
6188
  return value === proto;
6307
6189
  }
6308
6190
 
6309
- var _isPrototype = isPrototype$1;
6191
+ var _isPrototype = isPrototype$2;
6310
6192
 
6311
6193
  /**
6312
6194
  * Creates a unary function that invokes `func` with its argument transformed.
@@ -6332,7 +6214,7 @@ var nativeKeys$1 = overArg$1(Object.keys, Object);
6332
6214
 
6333
6215
  var _nativeKeys = nativeKeys$1;
6334
6216
 
6335
- var isPrototype = _isPrototype,
6217
+ var isPrototype$1 = _isPrototype,
6336
6218
  nativeKeys = _nativeKeys;
6337
6219
 
6338
6220
  /** Used for built-in method references. */
@@ -6349,7 +6231,7 @@ var hasOwnProperty$4 = objectProto$5.hasOwnProperty;
6349
6231
  * @returns {Array} Returns the array of property names.
6350
6232
  */
6351
6233
  function baseKeys$1(object) {
6352
- if (!isPrototype(object)) {
6234
+ if (!isPrototype$1(object)) {
6353
6235
  return nativeKeys(object);
6354
6236
  }
6355
6237
  var result = [];
@@ -6363,51 +6245,43 @@ function baseKeys$1(object) {
6363
6245
 
6364
6246
  var _baseKeys = baseKeys$1;
6365
6247
 
6366
- var isArrayLike_1;
6367
- var hasRequiredIsArrayLike;
6368
-
6369
- function requireIsArrayLike () {
6370
- if (hasRequiredIsArrayLike) return isArrayLike_1;
6371
- hasRequiredIsArrayLike = 1;
6372
- var isFunction = isFunction_1,
6373
- isLength = requireIsLength();
6374
-
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
- }
6248
+ var isFunction$1 = isFunction_1,
6249
+ isLength$1 = isLength_1;
6403
6250
 
6404
- isArrayLike_1 = isArrayLike;
6405
- return isArrayLike_1;
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);
6406
6278
  }
6407
6279
 
6408
- var arrayLikeKeys = require_arrayLikeKeys(),
6280
+ var isArrayLike_1 = isArrayLike$1;
6281
+
6282
+ var arrayLikeKeys = _arrayLikeKeys,
6409
6283
  baseKeys = _baseKeys,
6410
- isArrayLike = requireIsArrayLike();
6284
+ isArrayLike = isArrayLike_1;
6411
6285
 
6412
6286
  /**
6413
6287
  * Creates an array of the own enumerable property names of `object`.
@@ -6788,10 +6662,10 @@ function require_stackHas () {
6788
6662
  }
6789
6663
 
6790
6664
  var getNative$3 = _getNative,
6791
- root$3 = _root;
6665
+ root$4 = _root;
6792
6666
 
6793
6667
  /* Built-in method references that are verified to be native. */
6794
- var Map$2 = getNative$3(root$3, 'Map');
6668
+ var Map$2 = getNative$3(root$4, 'Map');
6795
6669
 
6796
6670
  var _Map = Map$2;
6797
6671
 
@@ -7351,7 +7225,7 @@ var hasRequired_baseKeysIn;
7351
7225
  function require_baseKeysIn () {
7352
7226
  if (hasRequired_baseKeysIn) return _baseKeysIn;
7353
7227
  hasRequired_baseKeysIn = 1;
7354
- var isObject = requireIsObject(),
7228
+ var isObject = isObject_1,
7355
7229
  isPrototype = _isPrototype,
7356
7230
  nativeKeysIn = require_nativeKeysIn();
7357
7231
 
@@ -7393,9 +7267,9 @@ var hasRequiredKeysIn;
7393
7267
  function requireKeysIn () {
7394
7268
  if (hasRequiredKeysIn) return keysIn_1;
7395
7269
  hasRequiredKeysIn = 1;
7396
- var arrayLikeKeys = require_arrayLikeKeys(),
7270
+ var arrayLikeKeys = _arrayLikeKeys,
7397
7271
  baseKeysIn = require_baseKeysIn(),
7398
- isArrayLike = requireIsArrayLike();
7272
+ isArrayLike = isArrayLike_1;
7399
7273
 
7400
7274
  /**
7401
7275
  * Creates an array of the own and inherited enumerable property names of `object`.
@@ -7452,50 +7326,43 @@ var _cloneBuffer = {
7452
7326
  set exports(v){ _cloneBufferExports = v; },
7453
7327
  };
7454
7328
 
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
- }
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
+ }
7494
7363
 
7495
- module.exports = cloneBuffer;
7364
+ module.exports = cloneBuffer;
7496
7365
  } (_cloneBuffer, _cloneBufferExports));
7497
- return _cloneBufferExports;
7498
- }
7499
7366
 
7500
7367
  /**
7501
7368
  * A specialized version of `_.filter` for arrays without support for
@@ -7622,12 +7489,12 @@ var _arrayPush = arrayPush$3;
7622
7489
  var overArg = _overArg;
7623
7490
 
7624
7491
  /** Built-in value references. */
7625
- var getPrototype$2 = overArg(Object.getPrototypeOf, Object);
7492
+ var getPrototype$3 = overArg(Object.getPrototypeOf, Object);
7626
7493
 
7627
- var _getPrototype = getPrototype$2;
7494
+ var _getPrototype = getPrototype$3;
7628
7495
 
7629
7496
  var arrayPush$2 = _arrayPush,
7630
- getPrototype$1 = _getPrototype,
7497
+ getPrototype$2 = _getPrototype,
7631
7498
  getSymbols$1 = _getSymbols,
7632
7499
  stubArray = stubArray_1;
7633
7500
 
@@ -7645,7 +7512,7 @@ var getSymbolsIn$2 = !nativeGetSymbols ? stubArray : function(object) {
7645
7512
  var result = [];
7646
7513
  while (object) {
7647
7514
  arrayPush$2(result, getSymbols$1(object));
7648
- object = getPrototype$1(object);
7515
+ object = getPrototype$2(object);
7649
7516
  }
7650
7517
  return result;
7651
7518
  };
@@ -7726,26 +7593,26 @@ function getAllKeysIn$1(object) {
7726
7593
  var _getAllKeysIn = getAllKeysIn$1;
7727
7594
 
7728
7595
  var getNative$2 = _getNative,
7729
- root$2 = _root;
7596
+ root$3 = _root;
7730
7597
 
7731
7598
  /* Built-in method references that are verified to be native. */
7732
- var DataView$2 = getNative$2(root$2, 'DataView');
7599
+ var DataView$2 = getNative$2(root$3, 'DataView');
7733
7600
 
7734
7601
  var _DataView = DataView$2;
7735
7602
 
7736
7603
  var getNative$1 = _getNative,
7737
- root$1 = _root;
7604
+ root$2 = _root;
7738
7605
 
7739
7606
  /* Built-in method references that are verified to be native. */
7740
- var Promise$2 = getNative$1(root$1, 'Promise');
7607
+ var Promise$2 = getNative$1(root$2, 'Promise');
7741
7608
 
7742
7609
  var _Promise = Promise$2;
7743
7610
 
7744
7611
  var getNative = _getNative,
7745
- root = _root;
7612
+ root$1 = _root;
7746
7613
 
7747
7614
  /* Built-in method references that are verified to be native. */
7748
- var Set$2 = getNative(root, 'Set');
7615
+ var Set$2 = getNative(root$1, 'Set');
7749
7616
 
7750
7617
  var _Set = Set$2;
7751
7618
 
@@ -7836,47 +7703,31 @@ function initCloneArray$1(array) {
7836
7703
 
7837
7704
  var _initCloneArray = initCloneArray$1;
7838
7705
 
7839
- var _Uint8Array;
7840
- var hasRequired_Uint8Array;
7841
-
7842
- function require_Uint8Array () {
7843
- if (hasRequired_Uint8Array) return _Uint8Array;
7844
- hasRequired_Uint8Array = 1;
7845
- var root = _root;
7846
-
7847
- /** Built-in value references. */
7848
- var Uint8Array = root.Uint8Array;
7849
-
7850
- _Uint8Array = Uint8Array;
7851
- return _Uint8Array;
7852
- }
7706
+ var root = _root;
7853
7707
 
7854
- var _cloneArrayBuffer;
7855
- var hasRequired_cloneArrayBuffer;
7708
+ /** Built-in value references. */
7709
+ var Uint8Array$3 = root.Uint8Array;
7856
7710
 
7857
- function require_cloneArrayBuffer () {
7858
- if (hasRequired_cloneArrayBuffer) return _cloneArrayBuffer;
7859
- hasRequired_cloneArrayBuffer = 1;
7860
- var Uint8Array = require_Uint8Array();
7711
+ var _Uint8Array = Uint8Array$3;
7861
7712
 
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
- }
7713
+ var Uint8Array$2 = _Uint8Array;
7874
7714
 
7875
- _cloneArrayBuffer = cloneArrayBuffer;
7876
- return _cloneArrayBuffer;
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;
7877
7726
  }
7878
7727
 
7879
- var cloneArrayBuffer$1 = require_cloneArrayBuffer();
7728
+ var _cloneArrayBuffer = cloneArrayBuffer$2;
7729
+
7730
+ var cloneArrayBuffer$1 = _cloneArrayBuffer;
7880
7731
 
7881
7732
  /**
7882
7733
  * Creates a clone of `dataView`.
@@ -7937,7 +7788,7 @@ var hasRequired_cloneTypedArray;
7937
7788
  function require_cloneTypedArray () {
7938
7789
  if (hasRequired_cloneTypedArray) return _cloneTypedArray;
7939
7790
  hasRequired_cloneTypedArray = 1;
7940
- var cloneArrayBuffer = require_cloneArrayBuffer();
7791
+ var cloneArrayBuffer = _cloneArrayBuffer;
7941
7792
 
7942
7793
  /**
7943
7794
  * Creates a clone of `typedArray`.
@@ -7956,7 +7807,7 @@ function require_cloneTypedArray () {
7956
7807
  return _cloneTypedArray;
7957
7808
  }
7958
7809
 
7959
- var cloneArrayBuffer = require_cloneArrayBuffer(),
7810
+ var cloneArrayBuffer = _cloneArrayBuffer,
7960
7811
  cloneDataView = _cloneDataView,
7961
7812
  cloneRegExp = _cloneRegExp,
7962
7813
  cloneSymbol = _cloneSymbol,
@@ -8034,33 +7885,25 @@ function initCloneByTag$1(object, tag, isDeep) {
8034
7885
 
8035
7886
  var _initCloneByTag = initCloneByTag$1;
8036
7887
 
8037
- var _initCloneObject;
8038
- var hasRequired_initCloneObject;
8039
-
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;
8046
-
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
- }
7888
+ var baseCreate = _baseCreate,
7889
+ getPrototype$1 = _getPrototype,
7890
+ isPrototype = _isPrototype;
8059
7891
 
8060
- _initCloneObject = initCloneObject;
8061
- return _initCloneObject;
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
+ : {};
8062
7903
  }
8063
7904
 
7905
+ var _initCloneObject = initCloneObject$1;
7906
+
8064
7907
  var getTag$4 = _getTag,
8065
7908
  isObjectLike$5 = isObjectLike_1;
8066
7909
 
@@ -8081,8 +7924,8 @@ function baseIsMap$1(value) {
8081
7924
  var _baseIsMap = baseIsMap$1;
8082
7925
 
8083
7926
  var baseIsMap = _baseIsMap,
8084
- baseUnary$1 = require_baseUnary(),
8085
- nodeUtil$1 = require_nodeUtil();
7927
+ baseUnary$1 = _baseUnary,
7928
+ nodeUtil$1 = _nodeUtilExports;
8086
7929
 
8087
7930
  /* Node.js helper references. */
8088
7931
  var nodeIsMap = nodeUtil$1 && nodeUtil$1.isMap;
@@ -8128,8 +7971,8 @@ function baseIsSet$1(value) {
8128
7971
  var _baseIsSet = baseIsSet$1;
8129
7972
 
8130
7973
  var baseIsSet = _baseIsSet,
8131
- baseUnary = require_baseUnary(),
8132
- nodeUtil = require_nodeUtil();
7974
+ baseUnary = _baseUnary,
7975
+ nodeUtil = _nodeUtilExports;
8133
7976
 
8134
7977
  /* Node.js helper references. */
8135
7978
  var nodeIsSet = nodeUtil && nodeUtil.isSet;
@@ -8160,7 +8003,7 @@ var Stack$2 = require_Stack(),
8160
8003
  assignValue = _assignValue,
8161
8004
  baseAssign = _baseAssign,
8162
8005
  baseAssignIn = _baseAssignIn,
8163
- cloneBuffer = require_cloneBuffer(),
8006
+ cloneBuffer = _cloneBufferExports,
8164
8007
  copyArray$1 = _copyArray,
8165
8008
  copySymbols = _copySymbols,
8166
8009
  copySymbolsIn = _copySymbolsIn,
@@ -8169,11 +8012,11 @@ var Stack$2 = require_Stack(),
8169
8012
  getTag$2 = _getTag,
8170
8013
  initCloneArray = _initCloneArray,
8171
8014
  initCloneByTag = _initCloneByTag,
8172
- initCloneObject = require_initCloneObject(),
8015
+ initCloneObject = _initCloneObject,
8173
8016
  isArray$d = isArray_1,
8174
- isBuffer$3 = requireIsBuffer(),
8017
+ isBuffer$3 = isBufferExports,
8175
8018
  isMap$1 = isMap_1,
8176
- isObject$2 = requireIsObject(),
8019
+ isObject$2 = isObject_1,
8177
8020
  isSet$1 = isSet_1,
8178
8021
  keys$1 = keys_1,
8179
8022
  keysIn = requireKeysIn();
@@ -8777,7 +8620,7 @@ function setToArray$1(set) {
8777
8620
  var _setToArray = setToArray$1;
8778
8621
 
8779
8622
  var Symbol$3 = _Symbol,
8780
- Uint8Array$1 = require_Uint8Array(),
8623
+ Uint8Array$1 = _Uint8Array,
8781
8624
  eq = requireEq(),
8782
8625
  equalArrays$1 = _equalArrays,
8783
8626
  mapToArray = _mapToArray,
@@ -8986,7 +8829,7 @@ var Stack$1 = require_Stack(),
8986
8829
  equalObjects = _equalObjects,
8987
8830
  getTag = _getTag,
8988
8831
  isArray$c = isArray_1,
8989
- isBuffer$2 = requireIsBuffer(),
8832
+ isBuffer$2 = isBufferExports,
8990
8833
  isTypedArray = requireIsTypedArray();
8991
8834
 
8992
8835
  /** Used to compose bitmasks for value comparisons. */
@@ -9156,7 +8999,7 @@ function baseIsMatch$1(object, source, matchData, customizer) {
9156
8999
 
9157
9000
  var _baseIsMatch = baseIsMatch$1;
9158
9001
 
9159
- var isObject$1 = requireIsObject();
9002
+ var isObject$1 = isObject_1;
9160
9003
 
9161
9004
  /**
9162
9005
  * Checks if `value` is suitable for strict equality comparisons, i.e. `===`.
@@ -9612,8 +9455,8 @@ var _baseHasIn = baseHasIn$1;
9612
9455
  var castPath = _castPath,
9613
9456
  isArguments$1 = requireIsArguments(),
9614
9457
  isArray$8 = isArray_1,
9615
- isIndex = require_isIndex(),
9616
- isLength = requireIsLength(),
9458
+ isIndex = _isIndex,
9459
+ isLength = isLength_1,
9617
9460
  toKey$3 = _toKey;
9618
9461
 
9619
9462
  /**
@@ -9953,54 +9796,46 @@ function flatten$1(array) {
9953
9796
 
9954
9797
  var flatten_1 = flatten$1;
9955
9798
 
9956
- var _overRest;
9957
- var hasRequired_overRest;
9958
-
9959
- function require_overRest () {
9960
- if (hasRequired_overRest) return _overRest;
9961
- hasRequired_overRest = 1;
9962
- var apply = _apply;
9799
+ var apply = _apply;
9963
9800
 
9964
- /* Built-in method references for those with the same name as other `lodash` methods. */
9965
- var nativeMax = Math.max;
9966
-
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);
9801
+ /* Built-in method references for those with the same name as other `lodash` methods. */
9802
+ var nativeMax = Math.max;
9983
9803
 
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
- }
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);
9996
9820
 
9997
- _overRest = overRest;
9998
- return _overRest;
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
+ };
9999
9832
  }
10000
9833
 
9834
+ var _overRest = overRest$1;
9835
+
10001
9836
  var flatten = flatten_1,
10002
- overRest = require_overRest(),
10003
- setToString = require_setToString();
9837
+ overRest = _overRest,
9838
+ setToString = _setToString;
10004
9839
 
10005
9840
  /**
10006
9841
  * A specialized version of `baseRest` which flattens the rest array.
@@ -10125,7 +9960,7 @@ var hasRequired_assignMergeValue;
10125
9960
  function require_assignMergeValue () {
10126
9961
  if (hasRequired_assignMergeValue) return _assignMergeValue;
10127
9962
  hasRequired_assignMergeValue = 1;
10128
- var baseAssignValue = require_baseAssignValue(),
9963
+ var baseAssignValue = _baseAssignValue,
10129
9964
  eq = requireEq();
10130
9965
 
10131
9966
  /**
@@ -10214,7 +10049,7 @@ var hasRequiredIsArrayLikeObject;
10214
10049
  function requireIsArrayLikeObject () {
10215
10050
  if (hasRequiredIsArrayLikeObject) return isArrayLikeObject_1;
10216
10051
  hasRequiredIsArrayLikeObject = 1;
10217
- var isArrayLike = requireIsArrayLike(),
10052
+ var isArrayLike = isArrayLike_1,
10218
10053
  isObjectLike = isObjectLike_1;
10219
10054
 
10220
10055
  /**
@@ -10329,16 +10164,16 @@ function require_baseMergeDeep () {
10329
10164
  if (hasRequired_baseMergeDeep) return _baseMergeDeep;
10330
10165
  hasRequired_baseMergeDeep = 1;
10331
10166
  var assignMergeValue = require_assignMergeValue(),
10332
- cloneBuffer = require_cloneBuffer(),
10167
+ cloneBuffer = _cloneBufferExports,
10333
10168
  cloneTypedArray = require_cloneTypedArray(),
10334
10169
  copyArray = _copyArray,
10335
- initCloneObject = require_initCloneObject(),
10170
+ initCloneObject = _initCloneObject,
10336
10171
  isArguments = requireIsArguments(),
10337
10172
  isArray = isArray_1,
10338
10173
  isArrayLikeObject = requireIsArrayLikeObject(),
10339
- isBuffer = requireIsBuffer(),
10174
+ isBuffer = isBufferExports,
10340
10175
  isFunction = isFunction_1,
10341
- isObject = requireIsObject(),
10176
+ isObject = isObject_1,
10342
10177
  isPlainObject = isPlainObject_1,
10343
10178
  isTypedArray = requireIsTypedArray(),
10344
10179
  safeGet = require_safeGet(),
@@ -10435,7 +10270,7 @@ function require_baseMerge () {
10435
10270
  assignMergeValue = require_assignMergeValue(),
10436
10271
  baseFor = require_baseFor(),
10437
10272
  baseMergeDeep = require_baseMergeDeep(),
10438
- isObject = requireIsObject(),
10273
+ isObject = isObject_1,
10439
10274
  keysIn = requireKeysIn(),
10440
10275
  safeGet = require_safeGet();
10441
10276
 
@@ -10483,8 +10318,8 @@ function require_baseRest () {
10483
10318
  if (hasRequired_baseRest) return _baseRest;
10484
10319
  hasRequired_baseRest = 1;
10485
10320
  var identity = identity_1,
10486
- overRest = require_overRest(),
10487
- setToString = require_setToString();
10321
+ overRest = _overRest,
10322
+ setToString = _setToString;
10488
10323
 
10489
10324
  /**
10490
10325
  * The base implementation of `_.rest` which doesn't validate or coerce arguments.
@@ -10509,9 +10344,9 @@ function require_isIterateeCall () {
10509
10344
  if (hasRequired_isIterateeCall) return _isIterateeCall;
10510
10345
  hasRequired_isIterateeCall = 1;
10511
10346
  var eq = requireEq(),
10512
- isArrayLike = requireIsArrayLike(),
10513
- isIndex = require_isIndex(),
10514
- isObject = requireIsObject();
10347
+ isArrayLike = isArrayLike_1,
10348
+ isIndex = _isIndex,
10349
+ isObject = isObject_1;
10515
10350
 
10516
10351
  /**
10517
10352
  * Checks if the given arguments are from an iteratee call.