@shipengine/alchemy 6.0.85 → 6.0.86-next.1

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 +228 -204
  2. package/index.mjs +228 -204
  3. package/package.json +1 -1
package/index.mjs CHANGED
@@ -2266,7 +2266,7 @@ var syncFallback = function syncFallback(create) {
2266
2266
  var useInsertionEffect = React['useInsertion' + 'Effect'] ? React['useInsertion' + 'Effect'] : false;
2267
2267
  var useInsertionEffectAlwaysWithSyncFallback = useInsertionEffect || syncFallback;
2268
2268
 
2269
- var hasOwnProperty$c = {}.hasOwnProperty;
2269
+ var hasOwnProperty$b = {}.hasOwnProperty;
2270
2270
 
2271
2271
  var EmotionCacheContext = /* #__PURE__ */createContext( // we're doing this to avoid preconstruct's dead code elimination in this one case
2272
2272
  // because this module is primarily intended for the browser and node
@@ -2353,7 +2353,7 @@ var createEmotionProps = function createEmotionProps(type, props) {
2353
2353
  var newProps = {};
2354
2354
 
2355
2355
  for (var key in props) {
2356
- if (hasOwnProperty$c.call(props, key)) {
2356
+ if (hasOwnProperty$b.call(props, key)) {
2357
2357
  newProps[key] = props[key];
2358
2358
  }
2359
2359
  }
@@ -2414,7 +2414,7 @@ var Emotion = /* #__PURE__ */withEmotionCache(function (props, cache, ref) {
2414
2414
  var newProps = {};
2415
2415
 
2416
2416
  for (var key in props) {
2417
- if (hasOwnProperty$c.call(props, key) && key !== 'css' && key !== typePropName && (process.env.NODE_ENV === 'production' || key !== labelPropName)) {
2417
+ if (hasOwnProperty$b.call(props, key) && key !== 'css' && key !== typePropName && (process.env.NODE_ENV === 'production' || key !== labelPropName)) {
2418
2418
  newProps[key] = props[key];
2419
2419
  }
2420
2420
  }
@@ -2433,7 +2433,7 @@ if (process.env.NODE_ENV !== 'production') {
2433
2433
  }
2434
2434
 
2435
2435
  function jsx(type, props, key) {
2436
- if (!hasOwnProperty$c.call(props, 'css')) {
2436
+ if (!hasOwnProperty$b.call(props, 'css')) {
2437
2437
  return jsx$1(type, props, key);
2438
2438
  }
2439
2439
 
@@ -3445,17 +3445,17 @@ var _Symbol = Symbol$7;
3445
3445
  var Symbol$6 = _Symbol;
3446
3446
 
3447
3447
  /** Used for built-in method references. */
3448
- var objectProto$e = Object.prototype;
3448
+ var objectProto$d = Object.prototype;
3449
3449
 
3450
3450
  /** Used to check objects for own properties. */
3451
- var hasOwnProperty$b = objectProto$e.hasOwnProperty;
3451
+ var hasOwnProperty$a = objectProto$d.hasOwnProperty;
3452
3452
 
3453
3453
  /**
3454
3454
  * Used to resolve the
3455
3455
  * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)
3456
3456
  * of values.
3457
3457
  */
3458
- var nativeObjectToString$1 = objectProto$e.toString;
3458
+ var nativeObjectToString$1 = objectProto$d.toString;
3459
3459
 
3460
3460
  /** Built-in value references. */
3461
3461
  var symToStringTag$1 = Symbol$6 ? Symbol$6.toStringTag : undefined;
@@ -3468,7 +3468,7 @@ var symToStringTag$1 = Symbol$6 ? Symbol$6.toStringTag : undefined;
3468
3468
  * @returns {string} Returns the raw `toStringTag`.
3469
3469
  */
3470
3470
  function getRawTag$1(value) {
3471
- var isOwn = hasOwnProperty$b.call(value, symToStringTag$1),
3471
+ var isOwn = hasOwnProperty$a.call(value, symToStringTag$1),
3472
3472
  tag = value[symToStringTag$1];
3473
3473
 
3474
3474
  try {
@@ -3491,14 +3491,14 @@ var _getRawTag = getRawTag$1;
3491
3491
 
3492
3492
  /** Used for built-in method references. */
3493
3493
 
3494
- var objectProto$d = Object.prototype;
3494
+ var objectProto$c = Object.prototype;
3495
3495
 
3496
3496
  /**
3497
3497
  * Used to resolve the
3498
3498
  * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)
3499
3499
  * of values.
3500
3500
  */
3501
- var nativeObjectToString = objectProto$d.toString;
3501
+ var nativeObjectToString = objectProto$c.toString;
3502
3502
 
3503
3503
  /**
3504
3504
  * Converts `value` to a string using `Object.prototype.toString`.
@@ -3531,7 +3531,7 @@ var symToStringTag = Symbol$5 ? Symbol$5.toStringTag : undefined;
3531
3531
  * @param {*} value The value to query.
3532
3532
  * @returns {string} Returns the `toStringTag`.
3533
3533
  */
3534
- function baseGetTag$7(value) {
3534
+ function baseGetTag$5(value) {
3535
3535
  if (value == null) {
3536
3536
  return value === undefined ? undefinedTag : nullTag;
3537
3537
  }
@@ -3540,7 +3540,7 @@ function baseGetTag$7(value) {
3540
3540
  : objectToString$1(value);
3541
3541
  }
3542
3542
 
3543
- var _baseGetTag = baseGetTag$7;
3543
+ var _baseGetTag = baseGetTag$5;
3544
3544
 
3545
3545
  /**
3546
3546
  * Checks if `value` is the
@@ -3575,12 +3575,12 @@ function isObject$8(value) {
3575
3575
 
3576
3576
  var isObject_1 = isObject$8;
3577
3577
 
3578
- var baseGetTag$6 = _baseGetTag,
3578
+ var baseGetTag$4 = _baseGetTag,
3579
3579
  isObject$7 = isObject_1;
3580
3580
 
3581
3581
  /** `Object#toString` result references. */
3582
3582
  var asyncTag = '[object AsyncFunction]',
3583
- funcTag$2 = '[object Function]',
3583
+ funcTag$1 = '[object Function]',
3584
3584
  genTag$1 = '[object GeneratorFunction]',
3585
3585
  proxyTag = '[object Proxy]';
3586
3586
 
@@ -3607,8 +3607,8 @@ function isFunction$3(value) {
3607
3607
  }
3608
3608
  // The use of `Object#toString` avoids issues with the `typeof` operator
3609
3609
  // in Safari 9 which returns 'object' for typed arrays and other constructors.
3610
- var tag = baseGetTag$6(value);
3611
- return tag == funcTag$2 || tag == genTag$1 || tag == asyncTag || tag == proxyTag;
3610
+ var tag = baseGetTag$4(value);
3611
+ return tag == funcTag$1 || tag == genTag$1 || tag == asyncTag || tag == proxyTag;
3612
3612
  }
3613
3613
 
3614
3614
  var isFunction_1 = isFunction$3;
@@ -3685,17 +3685,17 @@ var reIsHostCtor = /^\[object .+?Constructor\]$/;
3685
3685
 
3686
3686
  /** Used for built-in method references. */
3687
3687
  var funcProto$1 = Function.prototype,
3688
- objectProto$c = Object.prototype;
3688
+ objectProto$b = Object.prototype;
3689
3689
 
3690
3690
  /** Used to resolve the decompiled source of functions. */
3691
3691
  var funcToString$1 = funcProto$1.toString;
3692
3692
 
3693
3693
  /** Used to check objects for own properties. */
3694
- var hasOwnProperty$a = objectProto$c.hasOwnProperty;
3694
+ var hasOwnProperty$9 = objectProto$b.hasOwnProperty;
3695
3695
 
3696
3696
  /** Used to detect if a method is native. */
3697
3697
  var reIsNative = RegExp('^' +
3698
- funcToString$1.call(hasOwnProperty$a).replace(reRegExpChar, '\\$&')
3698
+ funcToString$1.call(hasOwnProperty$9).replace(reRegExpChar, '\\$&')
3699
3699
  .replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, '$1.*?') + '$'
3700
3700
  );
3701
3701
 
@@ -4096,10 +4096,10 @@ var _realNames = realNames$1;
4096
4096
  var realNames = _realNames;
4097
4097
 
4098
4098
  /** Used for built-in method references. */
4099
- var objectProto$b = Object.prototype;
4099
+ var objectProto$a = Object.prototype;
4100
4100
 
4101
4101
  /** Used to check objects for own properties. */
4102
- var hasOwnProperty$9 = objectProto$b.hasOwnProperty;
4102
+ var hasOwnProperty$8 = objectProto$a.hasOwnProperty;
4103
4103
 
4104
4104
  /**
4105
4105
  * Gets the name of `func`.
@@ -4111,7 +4111,7 @@ var hasOwnProperty$9 = objectProto$b.hasOwnProperty;
4111
4111
  function getFuncName$1(func) {
4112
4112
  var result = (func.name + ''),
4113
4113
  array = realNames[result],
4114
- length = hasOwnProperty$9.call(realNames, result) ? array.length : 0;
4114
+ length = hasOwnProperty$8.call(realNames, result) ? array.length : 0;
4115
4115
 
4116
4116
  while (length--) {
4117
4117
  var data = array[length],
@@ -4201,11 +4201,11 @@ var isArray_1 = isArray$h;
4201
4201
  * // => false
4202
4202
  */
4203
4203
 
4204
- function isObjectLike$b(value) {
4204
+ function isObjectLike$8(value) {
4205
4205
  return value != null && typeof value == 'object';
4206
4206
  }
4207
4207
 
4208
- var isObjectLike_1 = isObjectLike$b;
4208
+ var isObjectLike_1 = isObjectLike$8;
4209
4209
 
4210
4210
  /**
4211
4211
  * Copies the values of `source` to `array`.
@@ -4257,14 +4257,14 @@ var LazyWrapper$1 = _LazyWrapper,
4257
4257
  LodashWrapper = _LodashWrapper,
4258
4258
  baseLodash = _baseLodash,
4259
4259
  isArray$g = isArray_1,
4260
- isObjectLike$a = isObjectLike_1,
4260
+ isObjectLike$7 = isObjectLike_1,
4261
4261
  wrapperClone = _wrapperClone;
4262
4262
 
4263
4263
  /** Used for built-in method references. */
4264
- var objectProto$a = Object.prototype;
4264
+ var objectProto$9 = Object.prototype;
4265
4265
 
4266
4266
  /** Used to check objects for own properties. */
4267
- var hasOwnProperty$8 = objectProto$a.hasOwnProperty;
4267
+ var hasOwnProperty$7 = objectProto$9.hasOwnProperty;
4268
4268
 
4269
4269
  /**
4270
4270
  * Creates a `lodash` object which wraps `value` to enable implicit method
@@ -4384,11 +4384,11 @@ var hasOwnProperty$8 = objectProto$a.hasOwnProperty;
4384
4384
  * // => true
4385
4385
  */
4386
4386
  function lodash$2(value) {
4387
- if (isObjectLike$a(value) && !isArray$g(value) && !(value instanceof LazyWrapper$1)) {
4387
+ if (isObjectLike$7(value) && !isArray$g(value) && !(value instanceof LazyWrapper$1)) {
4388
4388
  if (value instanceof LodashWrapper) {
4389
4389
  return value;
4390
4390
  }
4391
- if (hasOwnProperty$8.call(value, '__wrapped__')) {
4391
+ if (hasOwnProperty$7.call(value, '__wrapped__')) {
4392
4392
  return wrapperClone(value);
4393
4393
  }
4394
4394
  }
@@ -4883,41 +4883,33 @@ var _getHolder = getHolder$2;
4883
4883
 
4884
4884
  /** Used as references for various `Number` constants. */
4885
4885
 
4886
- var _isIndex;
4887
- var hasRequired_isIndex;
4886
+ var MAX_SAFE_INTEGER$1 = 9007199254740991;
4888
4887
 
4889
- function require_isIndex () {
4890
- if (hasRequired_isIndex) return _isIndex;
4891
- hasRequired_isIndex = 1;
4892
- var MAX_SAFE_INTEGER = 9007199254740991;
4888
+ /** Used to detect unsigned integer values. */
4889
+ var reIsUint = /^(?:0|[1-9]\d*)$/;
4893
4890
 
4894
- /** Used to detect unsigned integer values. */
4895
- var reIsUint = /^(?:0|[1-9]\d*)$/;
4896
-
4897
- /**
4898
- * Checks if `value` is a valid array-like index.
4899
- *
4900
- * @private
4901
- * @param {*} value The value to check.
4902
- * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index.
4903
- * @returns {boolean} Returns `true` if `value` is a valid index, else `false`.
4904
- */
4905
- function isIndex(value, length) {
4906
- var type = typeof value;
4907
- length = length == null ? MAX_SAFE_INTEGER : length;
4908
-
4909
- return !!length &&
4910
- (type == 'number' ||
4911
- (type != 'symbol' && reIsUint.test(value))) &&
4912
- (value > -1 && value % 1 == 0 && value < length);
4913
- }
4891
+ /**
4892
+ * Checks if `value` is a valid array-like index.
4893
+ *
4894
+ * @private
4895
+ * @param {*} value The value to check.
4896
+ * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index.
4897
+ * @returns {boolean} Returns `true` if `value` is a valid index, else `false`.
4898
+ */
4899
+ function isIndex$3(value, length) {
4900
+ var type = typeof value;
4901
+ length = length == null ? MAX_SAFE_INTEGER$1 : length;
4914
4902
 
4915
- _isIndex = isIndex;
4916
- return _isIndex;
4903
+ return !!length &&
4904
+ (type == 'number' ||
4905
+ (type != 'symbol' && reIsUint.test(value))) &&
4906
+ (value > -1 && value % 1 == 0 && value < length);
4917
4907
  }
4918
4908
 
4909
+ var _isIndex = isIndex$3;
4910
+
4919
4911
  var copyArray$2 = _copyArray,
4920
- isIndex$2 = require_isIndex();
4912
+ isIndex$2 = _isIndex;
4921
4913
 
4922
4914
  /* Built-in method references for those with the same name as other `lodash` methods. */
4923
4915
  var nativeMin$1 = Math.min;
@@ -5293,8 +5285,8 @@ function baseTrim$1(string) {
5293
5285
 
5294
5286
  var _baseTrim = baseTrim$1;
5295
5287
 
5296
- var baseGetTag$5 = _baseGetTag,
5297
- isObjectLike$9 = isObjectLike_1;
5288
+ var baseGetTag$3 = _baseGetTag,
5289
+ isObjectLike$6 = isObjectLike_1;
5298
5290
 
5299
5291
  /** `Object#toString` result references. */
5300
5292
  var symbolTag$3 = '[object Symbol]';
@@ -5318,7 +5310,7 @@ var symbolTag$3 = '[object Symbol]';
5318
5310
  */
5319
5311
  function isSymbol$6(value) {
5320
5312
  return typeof value == 'symbol' ||
5321
- (isObjectLike$9(value) && baseGetTag$5(value) == symbolTag$3);
5313
+ (isObjectLike$6(value) && baseGetTag$3(value) == symbolTag$3);
5322
5314
  }
5323
5315
 
5324
5316
  var isSymbol_1 = isSymbol$6;
@@ -5682,10 +5674,10 @@ var baseAssignValue$1 = _baseAssignValue,
5682
5674
  eq$1 = requireEq();
5683
5675
 
5684
5676
  /** Used for built-in method references. */
5685
- var objectProto$9 = Object.prototype;
5677
+ var objectProto$8 = Object.prototype;
5686
5678
 
5687
5679
  /** Used to check objects for own properties. */
5688
- var hasOwnProperty$7 = objectProto$9.hasOwnProperty;
5680
+ var hasOwnProperty$6 = objectProto$8.hasOwnProperty;
5689
5681
 
5690
5682
  /**
5691
5683
  * Assigns `value` to `key` of `object` if the existing value is not equivalent
@@ -5699,7 +5691,7 @@ var hasOwnProperty$7 = objectProto$9.hasOwnProperty;
5699
5691
  */
5700
5692
  function assignValue$2(object, key, value) {
5701
5693
  var objValue = object[key];
5702
- if (!(hasOwnProperty$7.call(object, key) && eq$1(objValue, value)) ||
5694
+ if (!(hasOwnProperty$6.call(object, key) && eq$1(objValue, value)) ||
5703
5695
  (value === undefined && !(key in object))) {
5704
5696
  baseAssignValue$1(object, key, value);
5705
5697
  }
@@ -5770,61 +5762,77 @@ function baseTimes$1(n, iteratee) {
5770
5762
 
5771
5763
  var _baseTimes = baseTimes$1;
5772
5764
 
5773
- var baseGetTag$4 = _baseGetTag,
5774
- isObjectLike$8 = isObjectLike_1;
5765
+ var _baseIsArguments;
5766
+ var hasRequired_baseIsArguments;
5775
5767
 
5776
- /** `Object#toString` result references. */
5777
- var argsTag$3 = '[object Arguments]';
5768
+ function require_baseIsArguments () {
5769
+ if (hasRequired_baseIsArguments) return _baseIsArguments;
5770
+ hasRequired_baseIsArguments = 1;
5771
+ var baseGetTag = _baseGetTag,
5772
+ isObjectLike = isObjectLike_1;
5778
5773
 
5779
- /**
5780
- * The base implementation of `_.isArguments`.
5781
- *
5782
- * @private
5783
- * @param {*} value The value to check.
5784
- * @returns {boolean} Returns `true` if `value` is an `arguments` object,
5785
- */
5786
- function baseIsArguments$1(value) {
5787
- return isObjectLike$8(value) && baseGetTag$4(value) == argsTag$3;
5774
+ /** `Object#toString` result references. */
5775
+ var argsTag = '[object Arguments]';
5776
+
5777
+ /**
5778
+ * The base implementation of `_.isArguments`.
5779
+ *
5780
+ * @private
5781
+ * @param {*} value The value to check.
5782
+ * @returns {boolean} Returns `true` if `value` is an `arguments` object,
5783
+ */
5784
+ function baseIsArguments(value) {
5785
+ return isObjectLike(value) && baseGetTag(value) == argsTag;
5786
+ }
5787
+
5788
+ _baseIsArguments = baseIsArguments;
5789
+ return _baseIsArguments;
5788
5790
  }
5789
5791
 
5790
- var _baseIsArguments = baseIsArguments$1;
5792
+ var isArguments_1;
5793
+ var hasRequiredIsArguments;
5791
5794
 
5792
- var baseIsArguments = _baseIsArguments,
5793
- isObjectLike$7 = isObjectLike_1;
5795
+ function requireIsArguments () {
5796
+ if (hasRequiredIsArguments) return isArguments_1;
5797
+ hasRequiredIsArguments = 1;
5798
+ var baseIsArguments = require_baseIsArguments(),
5799
+ isObjectLike = isObjectLike_1;
5794
5800
 
5795
- /** Used for built-in method references. */
5796
- var objectProto$8 = Object.prototype;
5801
+ /** Used for built-in method references. */
5802
+ var objectProto = Object.prototype;
5797
5803
 
5798
- /** Used to check objects for own properties. */
5799
- var hasOwnProperty$6 = objectProto$8.hasOwnProperty;
5804
+ /** Used to check objects for own properties. */
5805
+ var hasOwnProperty = objectProto.hasOwnProperty;
5800
5806
 
5801
- /** Built-in value references. */
5802
- var propertyIsEnumerable$1 = objectProto$8.propertyIsEnumerable;
5807
+ /** Built-in value references. */
5808
+ var propertyIsEnumerable = objectProto.propertyIsEnumerable;
5803
5809
 
5804
- /**
5805
- * Checks if `value` is likely an `arguments` object.
5806
- *
5807
- * @static
5808
- * @memberOf _
5809
- * @since 0.1.0
5810
- * @category Lang
5811
- * @param {*} value The value to check.
5812
- * @returns {boolean} Returns `true` if `value` is an `arguments` object,
5813
- * else `false`.
5814
- * @example
5815
- *
5816
- * _.isArguments(function() { return arguments; }());
5817
- * // => true
5818
- *
5819
- * _.isArguments([1, 2, 3]);
5820
- * // => false
5821
- */
5822
- var isArguments$3 = baseIsArguments(function() { return arguments; }()) ? baseIsArguments : function(value) {
5823
- return isObjectLike$7(value) && hasOwnProperty$6.call(value, 'callee') &&
5824
- !propertyIsEnumerable$1.call(value, 'callee');
5825
- };
5810
+ /**
5811
+ * Checks if `value` is likely an `arguments` object.
5812
+ *
5813
+ * @static
5814
+ * @memberOf _
5815
+ * @since 0.1.0
5816
+ * @category Lang
5817
+ * @param {*} value The value to check.
5818
+ * @returns {boolean} Returns `true` if `value` is an `arguments` object,
5819
+ * else `false`.
5820
+ * @example
5821
+ *
5822
+ * _.isArguments(function() { return arguments; }());
5823
+ * // => true
5824
+ *
5825
+ * _.isArguments([1, 2, 3]);
5826
+ * // => false
5827
+ */
5828
+ var isArguments = baseIsArguments(function() { return arguments; }()) ? baseIsArguments : function(value) {
5829
+ return isObjectLike(value) && hasOwnProperty.call(value, 'callee') &&
5830
+ !propertyIsEnumerable.call(value, 'callee');
5831
+ };
5826
5832
 
5827
- var isArguments_1 = isArguments$3;
5833
+ isArguments_1 = isArguments;
5834
+ return isArguments_1;
5835
+ }
5828
5836
 
5829
5837
  var isBufferExports = {};
5830
5838
  var isBuffer$5 = {
@@ -5923,73 +5931,81 @@ var MAX_SAFE_INTEGER = 9007199254740991;
5923
5931
  * _.isLength('3');
5924
5932
  * // => false
5925
5933
  */
5926
- function isLength$3(value) {
5934
+ function isLength$2(value) {
5927
5935
  return typeof value == 'number' &&
5928
5936
  value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER;
5929
5937
  }
5930
5938
 
5931
- var isLength_1 = isLength$3;
5939
+ var isLength_1 = isLength$2;
5932
5940
 
5933
- var baseGetTag$3 = _baseGetTag,
5934
- isLength$2 = isLength_1,
5935
- isObjectLike$6 = isObjectLike_1;
5941
+ var _baseIsTypedArray;
5942
+ var hasRequired_baseIsTypedArray;
5936
5943
 
5937
- /** `Object#toString` result references. */
5938
- var argsTag$2 = '[object Arguments]',
5939
- arrayTag$2 = '[object Array]',
5940
- boolTag$3 = '[object Boolean]',
5941
- dateTag$3 = '[object Date]',
5942
- errorTag$3 = '[object Error]',
5943
- funcTag$1 = '[object Function]',
5944
- mapTag$5 = '[object Map]',
5945
- numberTag$3 = '[object Number]',
5946
- objectTag$4 = '[object Object]',
5947
- regexpTag$3 = '[object RegExp]',
5948
- setTag$5 = '[object Set]',
5949
- stringTag$3 = '[object String]',
5950
- weakMapTag$3 = '[object WeakMap]';
5951
-
5952
- var arrayBufferTag$3 = '[object ArrayBuffer]',
5953
- dataViewTag$4 = '[object DataView]',
5954
- float32Tag$2 = '[object Float32Array]',
5955
- float64Tag$2 = '[object Float64Array]',
5956
- int8Tag$2 = '[object Int8Array]',
5957
- int16Tag$2 = '[object Int16Array]',
5958
- int32Tag$2 = '[object Int32Array]',
5959
- uint8Tag$2 = '[object Uint8Array]',
5960
- uint8ClampedTag$2 = '[object Uint8ClampedArray]',
5961
- uint16Tag$2 = '[object Uint16Array]',
5962
- uint32Tag$2 = '[object Uint32Array]';
5963
-
5964
- /** Used to identify `toStringTag` values of typed arrays. */
5965
- var typedArrayTags = {};
5966
- typedArrayTags[float32Tag$2] = typedArrayTags[float64Tag$2] =
5967
- typedArrayTags[int8Tag$2] = typedArrayTags[int16Tag$2] =
5968
- typedArrayTags[int32Tag$2] = typedArrayTags[uint8Tag$2] =
5969
- typedArrayTags[uint8ClampedTag$2] = typedArrayTags[uint16Tag$2] =
5970
- typedArrayTags[uint32Tag$2] = true;
5971
- typedArrayTags[argsTag$2] = typedArrayTags[arrayTag$2] =
5972
- typedArrayTags[arrayBufferTag$3] = typedArrayTags[boolTag$3] =
5973
- typedArrayTags[dataViewTag$4] = typedArrayTags[dateTag$3] =
5974
- typedArrayTags[errorTag$3] = typedArrayTags[funcTag$1] =
5975
- typedArrayTags[mapTag$5] = typedArrayTags[numberTag$3] =
5976
- typedArrayTags[objectTag$4] = typedArrayTags[regexpTag$3] =
5977
- typedArrayTags[setTag$5] = typedArrayTags[stringTag$3] =
5978
- typedArrayTags[weakMapTag$3] = false;
5944
+ function require_baseIsTypedArray () {
5945
+ if (hasRequired_baseIsTypedArray) return _baseIsTypedArray;
5946
+ hasRequired_baseIsTypedArray = 1;
5947
+ var baseGetTag = _baseGetTag,
5948
+ isLength = isLength_1,
5949
+ isObjectLike = isObjectLike_1;
5979
5950
 
5980
- /**
5981
- * The base implementation of `_.isTypedArray` without Node.js optimizations.
5982
- *
5983
- * @private
5984
- * @param {*} value The value to check.
5985
- * @returns {boolean} Returns `true` if `value` is a typed array, else `false`.
5986
- */
5987
- function baseIsTypedArray$1(value) {
5988
- return isObjectLike$6(value) &&
5989
- isLength$2(value.length) && !!typedArrayTags[baseGetTag$3(value)];
5990
- }
5951
+ /** `Object#toString` result references. */
5952
+ var argsTag = '[object Arguments]',
5953
+ arrayTag = '[object Array]',
5954
+ boolTag = '[object Boolean]',
5955
+ dateTag = '[object Date]',
5956
+ errorTag = '[object Error]',
5957
+ funcTag = '[object Function]',
5958
+ mapTag = '[object Map]',
5959
+ numberTag = '[object Number]',
5960
+ objectTag = '[object Object]',
5961
+ regexpTag = '[object RegExp]',
5962
+ setTag = '[object Set]',
5963
+ stringTag = '[object String]',
5964
+ weakMapTag = '[object WeakMap]';
5965
+
5966
+ var arrayBufferTag = '[object ArrayBuffer]',
5967
+ dataViewTag = '[object DataView]',
5968
+ float32Tag = '[object Float32Array]',
5969
+ float64Tag = '[object Float64Array]',
5970
+ int8Tag = '[object Int8Array]',
5971
+ int16Tag = '[object Int16Array]',
5972
+ int32Tag = '[object Int32Array]',
5973
+ uint8Tag = '[object Uint8Array]',
5974
+ uint8ClampedTag = '[object Uint8ClampedArray]',
5975
+ uint16Tag = '[object Uint16Array]',
5976
+ uint32Tag = '[object Uint32Array]';
5977
+
5978
+ /** Used to identify `toStringTag` values of typed arrays. */
5979
+ var typedArrayTags = {};
5980
+ typedArrayTags[float32Tag] = typedArrayTags[float64Tag] =
5981
+ typedArrayTags[int8Tag] = typedArrayTags[int16Tag] =
5982
+ typedArrayTags[int32Tag] = typedArrayTags[uint8Tag] =
5983
+ typedArrayTags[uint8ClampedTag] = typedArrayTags[uint16Tag] =
5984
+ typedArrayTags[uint32Tag] = true;
5985
+ typedArrayTags[argsTag] = typedArrayTags[arrayTag] =
5986
+ typedArrayTags[arrayBufferTag] = typedArrayTags[boolTag] =
5987
+ typedArrayTags[dataViewTag] = typedArrayTags[dateTag] =
5988
+ typedArrayTags[errorTag] = typedArrayTags[funcTag] =
5989
+ typedArrayTags[mapTag] = typedArrayTags[numberTag] =
5990
+ typedArrayTags[objectTag] = typedArrayTags[regexpTag] =
5991
+ typedArrayTags[setTag] = typedArrayTags[stringTag] =
5992
+ typedArrayTags[weakMapTag] = false;
5991
5993
 
5992
- var _baseIsTypedArray = baseIsTypedArray$1;
5994
+ /**
5995
+ * The base implementation of `_.isTypedArray` without Node.js optimizations.
5996
+ *
5997
+ * @private
5998
+ * @param {*} value The value to check.
5999
+ * @returns {boolean} Returns `true` if `value` is a typed array, else `false`.
6000
+ */
6001
+ function baseIsTypedArray(value) {
6002
+ return isObjectLike(value) &&
6003
+ isLength(value.length) && !!typedArrayTags[baseGetTag(value)];
6004
+ }
6005
+
6006
+ _baseIsTypedArray = baseIsTypedArray;
6007
+ return _baseIsTypedArray;
6008
+ }
5993
6009
 
5994
6010
  /**
5995
6011
  * The base implementation of `_.unary` without support for storing metadata.
@@ -5999,13 +6015,13 @@ var _baseIsTypedArray = baseIsTypedArray$1;
5999
6015
  * @returns {Function} Returns the new capped function.
6000
6016
  */
6001
6017
 
6002
- function baseUnary$3(func) {
6018
+ function baseUnary$2(func) {
6003
6019
  return function(value) {
6004
6020
  return func(value);
6005
6021
  };
6006
6022
  }
6007
6023
 
6008
- var _baseUnary = baseUnary$3;
6024
+ var _baseUnary = baseUnary$2;
6009
6025
 
6010
6026
  var _nodeUtilExports = {};
6011
6027
  var _nodeUtil = {
@@ -6046,40 +6062,48 @@ var _nodeUtil = {
6046
6062
  module.exports = nodeUtil;
6047
6063
  } (_nodeUtil, _nodeUtilExports));
6048
6064
 
6049
- var baseIsTypedArray = _baseIsTypedArray,
6050
- baseUnary$2 = _baseUnary,
6051
- nodeUtil$2 = _nodeUtilExports;
6065
+ var isTypedArray_1;
6066
+ var hasRequiredIsTypedArray;
6052
6067
 
6053
- /* Node.js helper references. */
6054
- var nodeIsTypedArray = nodeUtil$2 && nodeUtil$2.isTypedArray;
6068
+ function requireIsTypedArray () {
6069
+ if (hasRequiredIsTypedArray) return isTypedArray_1;
6070
+ hasRequiredIsTypedArray = 1;
6071
+ var baseIsTypedArray = require_baseIsTypedArray(),
6072
+ baseUnary = _baseUnary,
6073
+ nodeUtil = _nodeUtilExports;
6055
6074
 
6056
- /**
6057
- * Checks if `value` is classified as a typed array.
6058
- *
6059
- * @static
6060
- * @memberOf _
6061
- * @since 3.0.0
6062
- * @category Lang
6063
- * @param {*} value The value to check.
6064
- * @returns {boolean} Returns `true` if `value` is a typed array, else `false`.
6065
- * @example
6066
- *
6067
- * _.isTypedArray(new Uint8Array);
6068
- * // => true
6069
- *
6070
- * _.isTypedArray([]);
6071
- * // => false
6072
- */
6073
- var isTypedArray$2 = nodeIsTypedArray ? baseUnary$2(nodeIsTypedArray) : baseIsTypedArray;
6075
+ /* Node.js helper references. */
6076
+ var nodeIsTypedArray = nodeUtil && nodeUtil.isTypedArray;
6074
6077
 
6075
- var isTypedArray_1 = isTypedArray$2;
6078
+ /**
6079
+ * Checks if `value` is classified as a typed array.
6080
+ *
6081
+ * @static
6082
+ * @memberOf _
6083
+ * @since 3.0.0
6084
+ * @category Lang
6085
+ * @param {*} value The value to check.
6086
+ * @returns {boolean} Returns `true` if `value` is a typed array, else `false`.
6087
+ * @example
6088
+ *
6089
+ * _.isTypedArray(new Uint8Array);
6090
+ * // => true
6091
+ *
6092
+ * _.isTypedArray([]);
6093
+ * // => false
6094
+ */
6095
+ var isTypedArray = nodeIsTypedArray ? baseUnary(nodeIsTypedArray) : baseIsTypedArray;
6096
+
6097
+ isTypedArray_1 = isTypedArray;
6098
+ return isTypedArray_1;
6099
+ }
6076
6100
 
6077
6101
  var baseTimes = _baseTimes,
6078
- isArguments$2 = isArguments_1,
6102
+ isArguments$2 = requireIsArguments(),
6079
6103
  isArray$f = isArray_1,
6080
6104
  isBuffer$4 = isBufferExports,
6081
- isIndex$1 = require_isIndex(),
6082
- isTypedArray$1 = isTypedArray_1;
6105
+ isIndex$1 = _isIndex,
6106
+ isTypedArray$1 = requireIsTypedArray();
6083
6107
 
6084
6108
  /** Used for built-in method references. */
6085
6109
  var objectProto$7 = Object.prototype;
@@ -8784,7 +8808,7 @@ var Stack$1 = require_Stack(),
8784
8808
  getTag = _getTag,
8785
8809
  isArray$c = isArray_1,
8786
8810
  isBuffer$2 = isBufferExports,
8787
- isTypedArray = isTypedArray_1;
8811
+ isTypedArray = requireIsTypedArray();
8788
8812
 
8789
8813
  /** Used to compose bitmasks for value comparisons. */
8790
8814
  var COMPARE_PARTIAL_FLAG$2 = 1;
@@ -9407,9 +9431,9 @@ function baseHasIn$1(object, key) {
9407
9431
  var _baseHasIn = baseHasIn$1;
9408
9432
 
9409
9433
  var castPath = _castPath,
9410
- isArguments$1 = isArguments_1,
9434
+ isArguments$1 = requireIsArguments(),
9411
9435
  isArray$8 = isArray_1,
9412
- isIndex = require_isIndex(),
9436
+ isIndex = _isIndex,
9413
9437
  isLength = isLength_1,
9414
9438
  toKey$3 = _toKey;
9415
9439
 
@@ -9668,7 +9692,7 @@ function iteratee(func) {
9668
9692
  var iteratee_1 = iteratee;
9669
9693
 
9670
9694
  var Symbol$1 = _Symbol,
9671
- isArguments = isArguments_1,
9695
+ isArguments = requireIsArguments(),
9672
9696
  isArray$6 = isArray_1;
9673
9697
 
9674
9698
  /** Built-in value references. */
@@ -10122,14 +10146,14 @@ function require_baseMergeDeep () {
10122
10146
  cloneTypedArray = require_cloneTypedArray(),
10123
10147
  copyArray = _copyArray,
10124
10148
  initCloneObject = _initCloneObject,
10125
- isArguments = isArguments_1,
10149
+ isArguments = requireIsArguments(),
10126
10150
  isArray = isArray_1,
10127
10151
  isArrayLikeObject = requireIsArrayLikeObject(),
10128
10152
  isBuffer = isBufferExports,
10129
10153
  isFunction = isFunction_1,
10130
10154
  isObject = isObject_1,
10131
10155
  isPlainObject = isPlainObject_1,
10132
- isTypedArray = isTypedArray_1,
10156
+ isTypedArray = requireIsTypedArray(),
10133
10157
  safeGet = require_safeGet(),
10134
10158
  toPlainObject = requireToPlainObject();
10135
10159
 
@@ -10299,7 +10323,7 @@ function require_isIterateeCall () {
10299
10323
  hasRequired_isIterateeCall = 1;
10300
10324
  var eq = requireEq(),
10301
10325
  isArrayLike = isArrayLike_1,
10302
- isIndex = require_isIndex(),
10326
+ isIndex = _isIndex,
10303
10327
  isObject = isObject_1;
10304
10328
 
10305
10329
  /**