@smithy/signature-v4a 3.1.11 → 3.1.13
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.
- package/dist-cjs/index.js +183 -183
- package/package.json +10 -11
- package/dist-types/ts3.4/SignatureV4a.d.ts +0 -41
- package/dist-types/ts3.4/constants.d.ts +0 -16
- package/dist-types/ts3.4/credentialDerivation.d.ts +0 -32
- package/dist-types/ts3.4/elliptic/Ec.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -1
package/dist-cjs/index.js
CHANGED
|
@@ -106,7 +106,7 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
106
106
|
var __toESM = (mod, isNodeMode, target) => ((target = mod != null ? __create(__getProtoOf(mod)) : {}),
|
|
107
107
|
__copyProps(!mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, mod));
|
|
108
108
|
var require_package = __commonJS({
|
|
109
|
-
"../../node_modules/elliptic/package.json"(exports, module) {
|
|
109
|
+
"../../node_modules/elliptic/package.json"(exports$1, module) {
|
|
110
110
|
module.exports = {
|
|
111
111
|
name: "elliptic",
|
|
112
112
|
version: "6.5.5",
|
|
@@ -162,7 +162,7 @@ var require_buffer = __commonJS({
|
|
|
162
162
|
"(disabled):../../node_modules/buffer/index.js"() { },
|
|
163
163
|
});
|
|
164
164
|
var require_bn = __commonJS({
|
|
165
|
-
"../../node_modules/bn.js/lib/bn.js"(exports, module) {
|
|
165
|
+
"../../node_modules/bn.js/lib/bn.js"(exports$1, module) {
|
|
166
166
|
(function (module2, exports2) {
|
|
167
167
|
function assert(val, msg) {
|
|
168
168
|
if (!val)
|
|
@@ -2976,11 +2976,11 @@ var require_bn = __commonJS({
|
|
|
2976
2976
|
var res = this.imod(a._invmp(this.m).mul(this.r2));
|
|
2977
2977
|
return res._forceRed(this);
|
|
2978
2978
|
};
|
|
2979
|
-
})(typeof module === "undefined" || module, exports);
|
|
2979
|
+
})(typeof module === "undefined" || module, exports$1);
|
|
2980
2980
|
},
|
|
2981
2981
|
});
|
|
2982
2982
|
var require_minimalistic_assert = __commonJS({
|
|
2983
|
-
"../../node_modules/minimalistic-assert/index.js"(exports, module) {
|
|
2983
|
+
"../../node_modules/minimalistic-assert/index.js"(exports$1, module) {
|
|
2984
2984
|
module.exports = assert;
|
|
2985
2985
|
function assert(val, msg) {
|
|
2986
2986
|
if (!val)
|
|
@@ -2993,8 +2993,8 @@ var require_minimalistic_assert = __commonJS({
|
|
|
2993
2993
|
},
|
|
2994
2994
|
});
|
|
2995
2995
|
var require_utils = __commonJS({
|
|
2996
|
-
"../../node_modules/minimalistic-crypto-utils/lib/utils.js"(exports) {
|
|
2997
|
-
var utils = exports;
|
|
2996
|
+
"../../node_modules/minimalistic-crypto-utils/lib/utils.js"(exports$1) {
|
|
2997
|
+
var utils = exports$1;
|
|
2998
2998
|
function toArray(msg, enc) {
|
|
2999
2999
|
if (Array.isArray(msg))
|
|
3000
3000
|
return msg.slice();
|
|
@@ -3050,8 +3050,8 @@ var require_utils = __commonJS({
|
|
|
3050
3050
|
},
|
|
3051
3051
|
});
|
|
3052
3052
|
var require_utils2 = __commonJS({
|
|
3053
|
-
"../../node_modules/elliptic/lib/elliptic/utils.js"(exports) {
|
|
3054
|
-
var utils = exports;
|
|
3053
|
+
"../../node_modules/elliptic/lib/elliptic/utils.js"(exports$1) {
|
|
3054
|
+
var utils = exports$1;
|
|
3055
3055
|
var BN = require_bn();
|
|
3056
3056
|
var minAssert = require_minimalistic_assert();
|
|
3057
3057
|
var minUtils = require_utils();
|
|
@@ -3156,7 +3156,7 @@ var require_crypto = __commonJS({
|
|
|
3156
3156
|
"(disabled):crypto"() { },
|
|
3157
3157
|
});
|
|
3158
3158
|
var require_brorand = __commonJS({
|
|
3159
|
-
"../../node_modules/brorand/index.js"(exports, module) {
|
|
3159
|
+
"../../node_modules/brorand/index.js"(exports$1, module) {
|
|
3160
3160
|
var r;
|
|
3161
3161
|
module.exports = function rand(len) {
|
|
3162
3162
|
if (!r)
|
|
@@ -3214,7 +3214,7 @@ var require_brorand = __commonJS({
|
|
|
3214
3214
|
},
|
|
3215
3215
|
});
|
|
3216
3216
|
var require_base = __commonJS({
|
|
3217
|
-
"../../node_modules/elliptic/lib/elliptic/curve/base.js"(exports, module) {
|
|
3217
|
+
"../../node_modules/elliptic/lib/elliptic/curve/base.js"(exports$1, module) {
|
|
3218
3218
|
var BN = require_bn();
|
|
3219
3219
|
var utils = require_utils2();
|
|
3220
3220
|
var getNAF = utils.getNAF;
|
|
@@ -3514,7 +3514,7 @@ var require_base = __commonJS({
|
|
|
3514
3514
|
},
|
|
3515
3515
|
});
|
|
3516
3516
|
var require_shams = __commonJS({
|
|
3517
|
-
"../../node_modules/has-symbols/shams.js"(exports, module) {
|
|
3517
|
+
"../../node_modules/has-symbols/shams.js"(exports$1, module) {
|
|
3518
3518
|
module.exports = function hasSymbols() {
|
|
3519
3519
|
if (typeof Symbol !== "function" || typeof Object.getOwnPropertySymbols !== "function") {
|
|
3520
3520
|
return false;
|
|
@@ -3563,7 +3563,7 @@ var require_shams = __commonJS({
|
|
|
3563
3563
|
},
|
|
3564
3564
|
});
|
|
3565
3565
|
var require_shams2 = __commonJS({
|
|
3566
|
-
"../../node_modules/has-tostringtag/shams.js"(exports, module) {
|
|
3566
|
+
"../../node_modules/has-tostringtag/shams.js"(exports$1, module) {
|
|
3567
3567
|
var hasSymbols = require_shams();
|
|
3568
3568
|
module.exports = function hasToStringTagShams() {
|
|
3569
3569
|
return hasSymbols() && !!Symbol.toStringTag;
|
|
@@ -3571,7 +3571,7 @@ var require_shams2 = __commonJS({
|
|
|
3571
3571
|
},
|
|
3572
3572
|
});
|
|
3573
3573
|
var require_has_symbols = __commonJS({
|
|
3574
|
-
"../../node_modules/has-symbols/index.js"(exports, module) {
|
|
3574
|
+
"../../node_modules/has-symbols/index.js"(exports$1, module) {
|
|
3575
3575
|
var origSymbol = typeof Symbol !== "undefined" && Symbol;
|
|
3576
3576
|
var hasSymbolSham = require_shams();
|
|
3577
3577
|
module.exports = function hasNativeSymbols() {
|
|
@@ -3592,7 +3592,7 @@ var require_has_symbols = __commonJS({
|
|
|
3592
3592
|
},
|
|
3593
3593
|
});
|
|
3594
3594
|
var require_implementation = __commonJS({
|
|
3595
|
-
"../../node_modules/is-arguments/node_modules/function-bind/implementation.js"(exports, module) {
|
|
3595
|
+
"../../node_modules/is-arguments/node_modules/function-bind/implementation.js"(exports$1, module) {
|
|
3596
3596
|
var ERROR_MESSAGE = "Function.prototype.bind called on incompatible ";
|
|
3597
3597
|
var slice = Array.prototype.slice;
|
|
3598
3598
|
var toStr = Object.prototype.toString;
|
|
@@ -3633,13 +3633,13 @@ var require_implementation = __commonJS({
|
|
|
3633
3633
|
},
|
|
3634
3634
|
});
|
|
3635
3635
|
var require_function_bind = __commonJS({
|
|
3636
|
-
"../../node_modules/is-arguments/node_modules/function-bind/index.js"(exports, module) {
|
|
3636
|
+
"../../node_modules/is-arguments/node_modules/function-bind/index.js"(exports$1, module) {
|
|
3637
3637
|
var implementation = require_implementation();
|
|
3638
3638
|
module.exports = Function.prototype.bind || implementation;
|
|
3639
3639
|
},
|
|
3640
3640
|
});
|
|
3641
3641
|
var require_implementation2 = __commonJS({
|
|
3642
|
-
"../../node_modules/has/node_modules/function-bind/implementation.js"(exports, module) {
|
|
3642
|
+
"../../node_modules/has/node_modules/function-bind/implementation.js"(exports$1, module) {
|
|
3643
3643
|
var ERROR_MESSAGE = "Function.prototype.bind called on incompatible ";
|
|
3644
3644
|
var slice = Array.prototype.slice;
|
|
3645
3645
|
var toStr = Object.prototype.toString;
|
|
@@ -3680,19 +3680,19 @@ var require_implementation2 = __commonJS({
|
|
|
3680
3680
|
},
|
|
3681
3681
|
});
|
|
3682
3682
|
var require_function_bind2 = __commonJS({
|
|
3683
|
-
"../../node_modules/has/node_modules/function-bind/index.js"(exports, module) {
|
|
3683
|
+
"../../node_modules/has/node_modules/function-bind/index.js"(exports$1, module) {
|
|
3684
3684
|
var implementation = require_implementation2();
|
|
3685
3685
|
module.exports = Function.prototype.bind || implementation;
|
|
3686
3686
|
},
|
|
3687
3687
|
});
|
|
3688
3688
|
var require_src = __commonJS({
|
|
3689
|
-
"../../node_modules/has/src/index.js"(exports, module) {
|
|
3689
|
+
"../../node_modules/has/src/index.js"(exports$1, module) {
|
|
3690
3690
|
var bind = require_function_bind2();
|
|
3691
3691
|
module.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);
|
|
3692
3692
|
},
|
|
3693
3693
|
});
|
|
3694
3694
|
var require_get_intrinsic = __commonJS({
|
|
3695
|
-
"../../node_modules/is-arguments/node_modules/get-intrinsic/index.js"(exports, module) {
|
|
3695
|
+
"../../node_modules/is-arguments/node_modules/get-intrinsic/index.js"(exports$1, module) {
|
|
3696
3696
|
var undefined2;
|
|
3697
3697
|
var $SyntaxError = SyntaxError;
|
|
3698
3698
|
var $Function = Function;
|
|
@@ -4008,7 +4008,7 @@ var require_get_intrinsic = __commonJS({
|
|
|
4008
4008
|
},
|
|
4009
4009
|
});
|
|
4010
4010
|
var require_call_bind = __commonJS({
|
|
4011
|
-
"../../node_modules/is-arguments/node_modules/call-bind/index.js"(exports, module) {
|
|
4011
|
+
"../../node_modules/is-arguments/node_modules/call-bind/index.js"(exports$1, module) {
|
|
4012
4012
|
var bind = require_function_bind();
|
|
4013
4013
|
var GetIntrinsic = require_get_intrinsic();
|
|
4014
4014
|
var $apply = GetIntrinsic("%Function.prototype.apply%");
|
|
@@ -4047,7 +4047,7 @@ var require_call_bind = __commonJS({
|
|
|
4047
4047
|
},
|
|
4048
4048
|
});
|
|
4049
4049
|
var require_callBound = __commonJS({
|
|
4050
|
-
"../../node_modules/is-arguments/node_modules/call-bind/callBound.js"(exports, module) {
|
|
4050
|
+
"../../node_modules/is-arguments/node_modules/call-bind/callBound.js"(exports$1, module) {
|
|
4051
4051
|
var GetIntrinsic = require_get_intrinsic();
|
|
4052
4052
|
var callBind = require_call_bind();
|
|
4053
4053
|
var $indexOf = callBind(GetIntrinsic("String.prototype.indexOf"));
|
|
@@ -4061,7 +4061,7 @@ var require_callBound = __commonJS({
|
|
|
4061
4061
|
},
|
|
4062
4062
|
});
|
|
4063
4063
|
var require_is_arguments = __commonJS({
|
|
4064
|
-
"../../node_modules/is-arguments/index.js"(exports, module) {
|
|
4064
|
+
"../../node_modules/is-arguments/index.js"(exports$1, module) {
|
|
4065
4065
|
var hasToStringTag = require_shams2()();
|
|
4066
4066
|
var callBound = require_callBound();
|
|
4067
4067
|
var $toString = callBound("Object.prototype.toString");
|
|
@@ -4090,7 +4090,7 @@ var require_is_arguments = __commonJS({
|
|
|
4090
4090
|
},
|
|
4091
4091
|
});
|
|
4092
4092
|
var require_is_generator_function = __commonJS({
|
|
4093
|
-
"../../node_modules/is-generator-function/index.js"(exports, module) {
|
|
4093
|
+
"../../node_modules/is-generator-function/index.js"(exports$1, module) {
|
|
4094
4094
|
var toStr = Object.prototype.toString;
|
|
4095
4095
|
var fnToStr = Function.prototype.toString;
|
|
4096
4096
|
var isFnRegex = /^\s*(?:function)?\*/;
|
|
@@ -4129,7 +4129,7 @@ var require_is_generator_function = __commonJS({
|
|
|
4129
4129
|
},
|
|
4130
4130
|
});
|
|
4131
4131
|
var require_is_callable = __commonJS({
|
|
4132
|
-
"../../node_modules/is-callable/index.js"(exports, module) {
|
|
4132
|
+
"../../node_modules/is-callable/index.js"(exports$1, module) {
|
|
4133
4133
|
var fnToStr = Function.prototype.toString;
|
|
4134
4134
|
var reflectApply = typeof Reflect === "object" && Reflect !== null && Reflect.apply;
|
|
4135
4135
|
var badArrayLike;
|
|
@@ -4251,7 +4251,7 @@ var require_is_callable = __commonJS({
|
|
|
4251
4251
|
},
|
|
4252
4252
|
});
|
|
4253
4253
|
var require_for_each = __commonJS({
|
|
4254
|
-
"../../node_modules/for-each/index.js"(exports, module) {
|
|
4254
|
+
"../../node_modules/for-each/index.js"(exports$1, module) {
|
|
4255
4255
|
var isCallable = require_is_callable();
|
|
4256
4256
|
var toStr = Object.prototype.toString;
|
|
4257
4257
|
var hasOwnProperty = Object.prototype.hasOwnProperty;
|
|
@@ -4311,7 +4311,7 @@ var require_for_each = __commonJS({
|
|
|
4311
4311
|
},
|
|
4312
4312
|
});
|
|
4313
4313
|
var require_available_typed_arrays = __commonJS({
|
|
4314
|
-
"../../node_modules/util/node_modules/available-typed-arrays/index.js"(exports, module) {
|
|
4314
|
+
"../../node_modules/util/node_modules/available-typed-arrays/index.js"(exports$1, module) {
|
|
4315
4315
|
var possibleNames = [
|
|
4316
4316
|
"BigInt64Array",
|
|
4317
4317
|
"BigUint64Array",
|
|
@@ -4338,7 +4338,7 @@ var require_available_typed_arrays = __commonJS({
|
|
|
4338
4338
|
},
|
|
4339
4339
|
});
|
|
4340
4340
|
var require_implementation3 = __commonJS({
|
|
4341
|
-
"../../node_modules/util/node_modules/function-bind/implementation.js"(exports, module) {
|
|
4341
|
+
"../../node_modules/util/node_modules/function-bind/implementation.js"(exports$1, module) {
|
|
4342
4342
|
var ERROR_MESSAGE = "Function.prototype.bind called on incompatible ";
|
|
4343
4343
|
var slice = Array.prototype.slice;
|
|
4344
4344
|
var toStr = Object.prototype.toString;
|
|
@@ -4379,13 +4379,13 @@ var require_implementation3 = __commonJS({
|
|
|
4379
4379
|
},
|
|
4380
4380
|
});
|
|
4381
4381
|
var require_function_bind3 = __commonJS({
|
|
4382
|
-
"../../node_modules/util/node_modules/function-bind/index.js"(exports, module) {
|
|
4382
|
+
"../../node_modules/util/node_modules/function-bind/index.js"(exports$1, module) {
|
|
4383
4383
|
var implementation = require_implementation3();
|
|
4384
4384
|
module.exports = Function.prototype.bind || implementation;
|
|
4385
4385
|
},
|
|
4386
4386
|
});
|
|
4387
4387
|
var require_get_intrinsic2 = __commonJS({
|
|
4388
|
-
"../../node_modules/util/node_modules/get-intrinsic/index.js"(exports, module) {
|
|
4388
|
+
"../../node_modules/util/node_modules/get-intrinsic/index.js"(exports$1, module) {
|
|
4389
4389
|
var undefined2;
|
|
4390
4390
|
var $SyntaxError = SyntaxError;
|
|
4391
4391
|
var $Function = Function;
|
|
@@ -4701,7 +4701,7 @@ var require_get_intrinsic2 = __commonJS({
|
|
|
4701
4701
|
},
|
|
4702
4702
|
});
|
|
4703
4703
|
var require_call_bind2 = __commonJS({
|
|
4704
|
-
"../../node_modules/util/node_modules/call-bind/index.js"(exports, module) {
|
|
4704
|
+
"../../node_modules/util/node_modules/call-bind/index.js"(exports$1, module) {
|
|
4705
4705
|
var bind = require_function_bind3();
|
|
4706
4706
|
var GetIntrinsic = require_get_intrinsic2();
|
|
4707
4707
|
var $apply = GetIntrinsic("%Function.prototype.apply%");
|
|
@@ -4740,7 +4740,7 @@ var require_call_bind2 = __commonJS({
|
|
|
4740
4740
|
},
|
|
4741
4741
|
});
|
|
4742
4742
|
var require_callBound2 = __commonJS({
|
|
4743
|
-
"../../node_modules/util/node_modules/call-bind/callBound.js"(exports, module) {
|
|
4743
|
+
"../../node_modules/util/node_modules/call-bind/callBound.js"(exports$1, module) {
|
|
4744
4744
|
var GetIntrinsic = require_get_intrinsic2();
|
|
4745
4745
|
var callBind = require_call_bind2();
|
|
4746
4746
|
var $indexOf = callBind(GetIntrinsic("String.prototype.indexOf"));
|
|
@@ -4754,7 +4754,7 @@ var require_callBound2 = __commonJS({
|
|
|
4754
4754
|
},
|
|
4755
4755
|
});
|
|
4756
4756
|
var require_implementation4 = __commonJS({
|
|
4757
|
-
"../../node_modules/gopd/node_modules/function-bind/implementation.js"(exports, module) {
|
|
4757
|
+
"../../node_modules/gopd/node_modules/function-bind/implementation.js"(exports$1, module) {
|
|
4758
4758
|
var ERROR_MESSAGE = "Function.prototype.bind called on incompatible ";
|
|
4759
4759
|
var slice = Array.prototype.slice;
|
|
4760
4760
|
var toStr = Object.prototype.toString;
|
|
@@ -4795,13 +4795,13 @@ var require_implementation4 = __commonJS({
|
|
|
4795
4795
|
},
|
|
4796
4796
|
});
|
|
4797
4797
|
var require_function_bind4 = __commonJS({
|
|
4798
|
-
"../../node_modules/gopd/node_modules/function-bind/index.js"(exports, module) {
|
|
4798
|
+
"../../node_modules/gopd/node_modules/function-bind/index.js"(exports$1, module) {
|
|
4799
4799
|
var implementation = require_implementation4();
|
|
4800
4800
|
module.exports = Function.prototype.bind || implementation;
|
|
4801
4801
|
},
|
|
4802
4802
|
});
|
|
4803
4803
|
var require_get_intrinsic3 = __commonJS({
|
|
4804
|
-
"../../node_modules/gopd/node_modules/get-intrinsic/index.js"(exports, module) {
|
|
4804
|
+
"../../node_modules/gopd/node_modules/get-intrinsic/index.js"(exports$1, module) {
|
|
4805
4805
|
var undefined2;
|
|
4806
4806
|
var $SyntaxError = SyntaxError;
|
|
4807
4807
|
var $Function = Function;
|
|
@@ -5117,7 +5117,7 @@ var require_get_intrinsic3 = __commonJS({
|
|
|
5117
5117
|
},
|
|
5118
5118
|
});
|
|
5119
5119
|
var require_gopd = __commonJS({
|
|
5120
|
-
"../../node_modules/gopd/index.js"(exports, module) {
|
|
5120
|
+
"../../node_modules/gopd/index.js"(exports$1, module) {
|
|
5121
5121
|
var GetIntrinsic = require_get_intrinsic3();
|
|
5122
5122
|
var $gOPD = GetIntrinsic("%Object.getOwnPropertyDescriptor%", true);
|
|
5123
5123
|
if ($gOPD) {
|
|
@@ -5132,7 +5132,7 @@ var require_gopd = __commonJS({
|
|
|
5132
5132
|
},
|
|
5133
5133
|
});
|
|
5134
5134
|
var require_is_typed_array = __commonJS({
|
|
5135
|
-
"../../node_modules/util/node_modules/is-typed-array/index.js"(exports, module) {
|
|
5135
|
+
"../../node_modules/util/node_modules/is-typed-array/index.js"(exports$1, module) {
|
|
5136
5136
|
var forEach = require_for_each();
|
|
5137
5137
|
var availableTypedArrays = require_available_typed_arrays();
|
|
5138
5138
|
var callBound = require_callBound2();
|
|
@@ -5195,7 +5195,7 @@ var require_is_typed_array = __commonJS({
|
|
|
5195
5195
|
},
|
|
5196
5196
|
});
|
|
5197
5197
|
var require_which_typed_array = __commonJS({
|
|
5198
|
-
"../../node_modules/util/node_modules/which-typed-array/index.js"(exports, module) {
|
|
5198
|
+
"../../node_modules/util/node_modules/which-typed-array/index.js"(exports$1, module) {
|
|
5199
5199
|
var forEach = require_for_each();
|
|
5200
5200
|
var availableTypedArrays = require_available_typed_arrays();
|
|
5201
5201
|
var callBound = require_callBound2();
|
|
@@ -5251,7 +5251,7 @@ var require_which_typed_array = __commonJS({
|
|
|
5251
5251
|
},
|
|
5252
5252
|
});
|
|
5253
5253
|
var require_types = __commonJS({
|
|
5254
|
-
"../../node_modules/util/support/types.js"(exports) {
|
|
5254
|
+
"../../node_modules/util/support/types.js"(exports$1) {
|
|
5255
5255
|
var isArgumentsObject = require_is_arguments();
|
|
5256
5256
|
var isGeneratorFunction = require_is_generator_function();
|
|
5257
5257
|
var whichTypedArray = require_which_typed_array();
|
|
@@ -5285,9 +5285,9 @@ var require_types = __commonJS({
|
|
|
5285
5285
|
return false;
|
|
5286
5286
|
}
|
|
5287
5287
|
}
|
|
5288
|
-
exports.isArgumentsObject = isArgumentsObject;
|
|
5289
|
-
exports.isGeneratorFunction = isGeneratorFunction;
|
|
5290
|
-
exports.isTypedArray = isTypedArray;
|
|
5288
|
+
exports$1.isArgumentsObject = isArgumentsObject;
|
|
5289
|
+
exports$1.isGeneratorFunction = isGeneratorFunction;
|
|
5290
|
+
exports$1.isTypedArray = isTypedArray;
|
|
5291
5291
|
function isPromise(input) {
|
|
5292
5292
|
return ((typeof Promise !== "undefined" && input instanceof Promise) ||
|
|
5293
5293
|
(input !== null &&
|
|
@@ -5295,58 +5295,58 @@ var require_types = __commonJS({
|
|
|
5295
5295
|
typeof input.then === "function" &&
|
|
5296
5296
|
typeof input.catch === "function"));
|
|
5297
5297
|
}
|
|
5298
|
-
exports.isPromise = isPromise;
|
|
5298
|
+
exports$1.isPromise = isPromise;
|
|
5299
5299
|
function isArrayBufferView(value) {
|
|
5300
5300
|
if (typeof ArrayBuffer !== "undefined" && ArrayBuffer.isView) {
|
|
5301
5301
|
return ArrayBuffer.isView(value);
|
|
5302
5302
|
}
|
|
5303
5303
|
return isTypedArray(value) || isDataView(value);
|
|
5304
5304
|
}
|
|
5305
|
-
exports.isArrayBufferView = isArrayBufferView;
|
|
5305
|
+
exports$1.isArrayBufferView = isArrayBufferView;
|
|
5306
5306
|
function isUint8Array(value) {
|
|
5307
5307
|
return whichTypedArray(value) === "Uint8Array";
|
|
5308
5308
|
}
|
|
5309
|
-
exports.isUint8Array = isUint8Array;
|
|
5309
|
+
exports$1.isUint8Array = isUint8Array;
|
|
5310
5310
|
function isUint8ClampedArray(value) {
|
|
5311
5311
|
return whichTypedArray(value) === "Uint8ClampedArray";
|
|
5312
5312
|
}
|
|
5313
|
-
exports.isUint8ClampedArray = isUint8ClampedArray;
|
|
5313
|
+
exports$1.isUint8ClampedArray = isUint8ClampedArray;
|
|
5314
5314
|
function isUint16Array(value) {
|
|
5315
5315
|
return whichTypedArray(value) === "Uint16Array";
|
|
5316
5316
|
}
|
|
5317
|
-
exports.isUint16Array = isUint16Array;
|
|
5317
|
+
exports$1.isUint16Array = isUint16Array;
|
|
5318
5318
|
function isUint32Array(value) {
|
|
5319
5319
|
return whichTypedArray(value) === "Uint32Array";
|
|
5320
5320
|
}
|
|
5321
|
-
exports.isUint32Array = isUint32Array;
|
|
5321
|
+
exports$1.isUint32Array = isUint32Array;
|
|
5322
5322
|
function isInt8Array(value) {
|
|
5323
5323
|
return whichTypedArray(value) === "Int8Array";
|
|
5324
5324
|
}
|
|
5325
|
-
exports.isInt8Array = isInt8Array;
|
|
5325
|
+
exports$1.isInt8Array = isInt8Array;
|
|
5326
5326
|
function isInt16Array(value) {
|
|
5327
5327
|
return whichTypedArray(value) === "Int16Array";
|
|
5328
5328
|
}
|
|
5329
|
-
exports.isInt16Array = isInt16Array;
|
|
5329
|
+
exports$1.isInt16Array = isInt16Array;
|
|
5330
5330
|
function isInt32Array(value) {
|
|
5331
5331
|
return whichTypedArray(value) === "Int32Array";
|
|
5332
5332
|
}
|
|
5333
|
-
exports.isInt32Array = isInt32Array;
|
|
5333
|
+
exports$1.isInt32Array = isInt32Array;
|
|
5334
5334
|
function isFloat32Array(value) {
|
|
5335
5335
|
return whichTypedArray(value) === "Float32Array";
|
|
5336
5336
|
}
|
|
5337
|
-
exports.isFloat32Array = isFloat32Array;
|
|
5337
|
+
exports$1.isFloat32Array = isFloat32Array;
|
|
5338
5338
|
function isFloat64Array(value) {
|
|
5339
5339
|
return whichTypedArray(value) === "Float64Array";
|
|
5340
5340
|
}
|
|
5341
|
-
exports.isFloat64Array = isFloat64Array;
|
|
5341
|
+
exports$1.isFloat64Array = isFloat64Array;
|
|
5342
5342
|
function isBigInt64Array(value) {
|
|
5343
5343
|
return whichTypedArray(value) === "BigInt64Array";
|
|
5344
5344
|
}
|
|
5345
|
-
exports.isBigInt64Array = isBigInt64Array;
|
|
5345
|
+
exports$1.isBigInt64Array = isBigInt64Array;
|
|
5346
5346
|
function isBigUint64Array(value) {
|
|
5347
5347
|
return whichTypedArray(value) === "BigUint64Array";
|
|
5348
5348
|
}
|
|
5349
|
-
exports.isBigUint64Array = isBigUint64Array;
|
|
5349
|
+
exports$1.isBigUint64Array = isBigUint64Array;
|
|
5350
5350
|
function isMapToString(value) {
|
|
5351
5351
|
return ObjectToString(value) === "[object Map]";
|
|
5352
5352
|
}
|
|
@@ -5357,7 +5357,7 @@ var require_types = __commonJS({
|
|
|
5357
5357
|
}
|
|
5358
5358
|
return isMapToString.working ? isMapToString(value) : value instanceof Map;
|
|
5359
5359
|
}
|
|
5360
|
-
exports.isMap = isMap;
|
|
5360
|
+
exports$1.isMap = isMap;
|
|
5361
5361
|
function isSetToString(value) {
|
|
5362
5362
|
return ObjectToString(value) === "[object Set]";
|
|
5363
5363
|
}
|
|
@@ -5368,7 +5368,7 @@ var require_types = __commonJS({
|
|
|
5368
5368
|
}
|
|
5369
5369
|
return isSetToString.working ? isSetToString(value) : value instanceof Set;
|
|
5370
5370
|
}
|
|
5371
|
-
exports.isSet = isSet;
|
|
5371
|
+
exports$1.isSet = isSet;
|
|
5372
5372
|
function isWeakMapToString(value) {
|
|
5373
5373
|
return ObjectToString(value) === "[object WeakMap]";
|
|
5374
5374
|
}
|
|
@@ -5379,7 +5379,7 @@ var require_types = __commonJS({
|
|
|
5379
5379
|
}
|
|
5380
5380
|
return isWeakMapToString.working ? isWeakMapToString(value) : value instanceof WeakMap;
|
|
5381
5381
|
}
|
|
5382
|
-
exports.isWeakMap = isWeakMap;
|
|
5382
|
+
exports$1.isWeakMap = isWeakMap;
|
|
5383
5383
|
function isWeakSetToString(value) {
|
|
5384
5384
|
return ObjectToString(value) === "[object WeakSet]";
|
|
5385
5385
|
}
|
|
@@ -5387,7 +5387,7 @@ var require_types = __commonJS({
|
|
|
5387
5387
|
function isWeakSet(value) {
|
|
5388
5388
|
return isWeakSetToString(value);
|
|
5389
5389
|
}
|
|
5390
|
-
exports.isWeakSet = isWeakSet;
|
|
5390
|
+
exports$1.isWeakSet = isWeakSet;
|
|
5391
5391
|
function isArrayBufferToString(value) {
|
|
5392
5392
|
return ObjectToString(value) === "[object ArrayBuffer]";
|
|
5393
5393
|
}
|
|
@@ -5398,7 +5398,7 @@ var require_types = __commonJS({
|
|
|
5398
5398
|
}
|
|
5399
5399
|
return isArrayBufferToString.working ? isArrayBufferToString(value) : value instanceof ArrayBuffer;
|
|
5400
5400
|
}
|
|
5401
|
-
exports.isArrayBuffer = isArrayBuffer;
|
|
5401
|
+
exports$1.isArrayBuffer = isArrayBuffer;
|
|
5402
5402
|
function isDataViewToString(value) {
|
|
5403
5403
|
return ObjectToString(value) === "[object DataView]";
|
|
5404
5404
|
}
|
|
@@ -5412,7 +5412,7 @@ var require_types = __commonJS({
|
|
|
5412
5412
|
}
|
|
5413
5413
|
return isDataViewToString.working ? isDataViewToString(value) : value instanceof DataView;
|
|
5414
5414
|
}
|
|
5415
|
-
exports.isDataView = isDataView;
|
|
5415
|
+
exports$1.isDataView = isDataView;
|
|
5416
5416
|
var SharedArrayBufferCopy = typeof SharedArrayBuffer !== "undefined" ? SharedArrayBuffer : void 0;
|
|
5417
5417
|
function isSharedArrayBufferToString(value) {
|
|
5418
5418
|
return ObjectToString(value) === "[object SharedArrayBuffer]";
|
|
@@ -5428,47 +5428,47 @@ var require_types = __commonJS({
|
|
|
5428
5428
|
? isSharedArrayBufferToString(value)
|
|
5429
5429
|
: value instanceof SharedArrayBufferCopy;
|
|
5430
5430
|
}
|
|
5431
|
-
exports.isSharedArrayBuffer = isSharedArrayBuffer;
|
|
5431
|
+
exports$1.isSharedArrayBuffer = isSharedArrayBuffer;
|
|
5432
5432
|
function isAsyncFunction(value) {
|
|
5433
5433
|
return ObjectToString(value) === "[object AsyncFunction]";
|
|
5434
5434
|
}
|
|
5435
|
-
exports.isAsyncFunction = isAsyncFunction;
|
|
5435
|
+
exports$1.isAsyncFunction = isAsyncFunction;
|
|
5436
5436
|
function isMapIterator(value) {
|
|
5437
5437
|
return ObjectToString(value) === "[object Map Iterator]";
|
|
5438
5438
|
}
|
|
5439
|
-
exports.isMapIterator = isMapIterator;
|
|
5439
|
+
exports$1.isMapIterator = isMapIterator;
|
|
5440
5440
|
function isSetIterator(value) {
|
|
5441
5441
|
return ObjectToString(value) === "[object Set Iterator]";
|
|
5442
5442
|
}
|
|
5443
|
-
exports.isSetIterator = isSetIterator;
|
|
5443
|
+
exports$1.isSetIterator = isSetIterator;
|
|
5444
5444
|
function isGeneratorObject(value) {
|
|
5445
5445
|
return ObjectToString(value) === "[object Generator]";
|
|
5446
5446
|
}
|
|
5447
|
-
exports.isGeneratorObject = isGeneratorObject;
|
|
5447
|
+
exports$1.isGeneratorObject = isGeneratorObject;
|
|
5448
5448
|
function isWebAssemblyCompiledModule(value) {
|
|
5449
5449
|
return ObjectToString(value) === "[object WebAssembly.Module]";
|
|
5450
5450
|
}
|
|
5451
|
-
exports.isWebAssemblyCompiledModule = isWebAssemblyCompiledModule;
|
|
5451
|
+
exports$1.isWebAssemblyCompiledModule = isWebAssemblyCompiledModule;
|
|
5452
5452
|
function isNumberObject(value) {
|
|
5453
5453
|
return checkBoxedPrimitive(value, numberValue);
|
|
5454
5454
|
}
|
|
5455
|
-
exports.isNumberObject = isNumberObject;
|
|
5455
|
+
exports$1.isNumberObject = isNumberObject;
|
|
5456
5456
|
function isStringObject(value) {
|
|
5457
5457
|
return checkBoxedPrimitive(value, stringValue);
|
|
5458
5458
|
}
|
|
5459
|
-
exports.isStringObject = isStringObject;
|
|
5459
|
+
exports$1.isStringObject = isStringObject;
|
|
5460
5460
|
function isBooleanObject(value) {
|
|
5461
5461
|
return checkBoxedPrimitive(value, booleanValue);
|
|
5462
5462
|
}
|
|
5463
|
-
exports.isBooleanObject = isBooleanObject;
|
|
5463
|
+
exports$1.isBooleanObject = isBooleanObject;
|
|
5464
5464
|
function isBigIntObject(value) {
|
|
5465
5465
|
return BigIntSupported && checkBoxedPrimitive(value, bigIntValue);
|
|
5466
5466
|
}
|
|
5467
|
-
exports.isBigIntObject = isBigIntObject;
|
|
5467
|
+
exports$1.isBigIntObject = isBigIntObject;
|
|
5468
5468
|
function isSymbolObject(value) {
|
|
5469
5469
|
return SymbolSupported && checkBoxedPrimitive(value, symbolValue);
|
|
5470
5470
|
}
|
|
5471
|
-
exports.isSymbolObject = isSymbolObject;
|
|
5471
|
+
exports$1.isSymbolObject = isSymbolObject;
|
|
5472
5472
|
function isBoxedPrimitive(value) {
|
|
5473
5473
|
return (isNumberObject(value) ||
|
|
5474
5474
|
isStringObject(value) ||
|
|
@@ -5476,13 +5476,13 @@ var require_types = __commonJS({
|
|
|
5476
5476
|
isBigIntObject(value) ||
|
|
5477
5477
|
isSymbolObject(value));
|
|
5478
5478
|
}
|
|
5479
|
-
exports.isBoxedPrimitive = isBoxedPrimitive;
|
|
5479
|
+
exports$1.isBoxedPrimitive = isBoxedPrimitive;
|
|
5480
5480
|
function isAnyArrayBuffer(value) {
|
|
5481
5481
|
return typeof Uint8Array !== "undefined" && (isArrayBuffer(value) || isSharedArrayBuffer(value));
|
|
5482
5482
|
}
|
|
5483
|
-
exports.isAnyArrayBuffer = isAnyArrayBuffer;
|
|
5483
|
+
exports$1.isAnyArrayBuffer = isAnyArrayBuffer;
|
|
5484
5484
|
["isProxy", "isExternal", "isModuleNamespaceObject"].forEach(function (method) {
|
|
5485
|
-
Object.defineProperty(exports, method, {
|
|
5485
|
+
Object.defineProperty(exports$1, method, {
|
|
5486
5486
|
enumerable: false,
|
|
5487
5487
|
value: function () {
|
|
5488
5488
|
throw new Error(method + " is not supported in userland");
|
|
@@ -5492,7 +5492,7 @@ var require_types = __commonJS({
|
|
|
5492
5492
|
},
|
|
5493
5493
|
});
|
|
5494
5494
|
var require_isBufferBrowser = __commonJS({
|
|
5495
|
-
"../../node_modules/util/support/isBufferBrowser.js"(exports, module) {
|
|
5495
|
+
"../../node_modules/util/support/isBufferBrowser.js"(exports$1, module) {
|
|
5496
5496
|
module.exports = function isBuffer(arg) {
|
|
5497
5497
|
return (arg &&
|
|
5498
5498
|
typeof arg === "object" &&
|
|
@@ -5503,7 +5503,7 @@ var require_isBufferBrowser = __commonJS({
|
|
|
5503
5503
|
},
|
|
5504
5504
|
});
|
|
5505
5505
|
var require_util = __commonJS({
|
|
5506
|
-
"../../node_modules/util/util.js"(exports) {
|
|
5506
|
+
"../../node_modules/util/util.js"(exports$1) {
|
|
5507
5507
|
var getOwnPropertyDescriptors = Object.getOwnPropertyDescriptors ||
|
|
5508
5508
|
function getOwnPropertyDescriptors2(obj) {
|
|
5509
5509
|
var keys = Object.keys(obj);
|
|
@@ -5514,7 +5514,7 @@ var require_util = __commonJS({
|
|
|
5514
5514
|
return descriptors;
|
|
5515
5515
|
};
|
|
5516
5516
|
var formatRegExp = /%[sdj%]/g;
|
|
5517
|
-
exports.format = function (f) {
|
|
5517
|
+
exports$1.format = function (f) {
|
|
5518
5518
|
if (!isString(f)) {
|
|
5519
5519
|
var objects = [];
|
|
5520
5520
|
for (var i = 0; i < arguments.length; i++) {
|
|
@@ -5556,13 +5556,13 @@ var require_util = __commonJS({
|
|
|
5556
5556
|
}
|
|
5557
5557
|
return str;
|
|
5558
5558
|
};
|
|
5559
|
-
exports.deprecate = function (fn, msg) {
|
|
5559
|
+
exports$1.deprecate = function (fn, msg) {
|
|
5560
5560
|
if (typeof process !== "undefined" && process.noDeprecation === true) {
|
|
5561
5561
|
return fn;
|
|
5562
5562
|
}
|
|
5563
5563
|
if (typeof process === "undefined") {
|
|
5564
5564
|
return function () {
|
|
5565
|
-
return exports.deprecate(fn, msg).apply(this, arguments);
|
|
5565
|
+
return exports$1.deprecate(fn, msg).apply(this, arguments);
|
|
5566
5566
|
};
|
|
5567
5567
|
}
|
|
5568
5568
|
var warned = false;
|
|
@@ -5595,13 +5595,13 @@ var require_util = __commonJS({
|
|
|
5595
5595
|
debugEnvRegex = new RegExp("^" + debugEnv + "$", "i");
|
|
5596
5596
|
}
|
|
5597
5597
|
var debugEnv;
|
|
5598
|
-
exports.debuglog = function (set) {
|
|
5598
|
+
exports$1.debuglog = function (set) {
|
|
5599
5599
|
set = set.toUpperCase();
|
|
5600
5600
|
if (!debugs[set]) {
|
|
5601
5601
|
if (debugEnvRegex.test(set)) {
|
|
5602
5602
|
var pid = process.pid;
|
|
5603
5603
|
debugs[set] = function () {
|
|
5604
|
-
var msg = exports.format.apply(exports, arguments);
|
|
5604
|
+
var msg = exports$1.format.apply(exports$1, arguments);
|
|
5605
5605
|
console.error("%s %d: %s", set, pid, msg);
|
|
5606
5606
|
};
|
|
5607
5607
|
}
|
|
@@ -5624,7 +5624,7 @@ var require_util = __commonJS({
|
|
|
5624
5624
|
ctx.showHidden = opts;
|
|
5625
5625
|
}
|
|
5626
5626
|
else if (opts) {
|
|
5627
|
-
exports._extend(ctx, opts);
|
|
5627
|
+
exports$1._extend(ctx, opts);
|
|
5628
5628
|
}
|
|
5629
5629
|
if (isUndefined(ctx.showHidden))
|
|
5630
5630
|
ctx.showHidden = false;
|
|
@@ -5638,7 +5638,7 @@ var require_util = __commonJS({
|
|
|
5638
5638
|
ctx.stylize = stylizeWithColor;
|
|
5639
5639
|
return formatValue(ctx, obj, ctx.depth);
|
|
5640
5640
|
}
|
|
5641
|
-
exports.inspect = inspect;
|
|
5641
|
+
exports$1.inspect = inspect;
|
|
5642
5642
|
inspect.colors = {
|
|
5643
5643
|
bold: [1, 22],
|
|
5644
5644
|
italic: [3, 23],
|
|
@@ -5687,7 +5687,7 @@ var require_util = __commonJS({
|
|
|
5687
5687
|
if (ctx.customInspect &&
|
|
5688
5688
|
value &&
|
|
5689
5689
|
isFunction(value.inspect) &&
|
|
5690
|
-
value.inspect !== exports.inspect &&
|
|
5690
|
+
value.inspect !== exports$1.inspect &&
|
|
5691
5691
|
!(value.constructor && value.constructor.prototype === value)) {
|
|
5692
5692
|
var ret = value.inspect(recurseTimes, ctx);
|
|
5693
5693
|
if (!isString(ret)) {
|
|
@@ -5881,62 +5881,62 @@ var require_util = __commonJS({
|
|
|
5881
5881
|
}
|
|
5882
5882
|
return braces[0] + base + " " + output.join(", ") + " " + braces[1];
|
|
5883
5883
|
}
|
|
5884
|
-
exports.types = require_types();
|
|
5884
|
+
exports$1.types = require_types();
|
|
5885
5885
|
function isArray(ar) {
|
|
5886
5886
|
return Array.isArray(ar);
|
|
5887
5887
|
}
|
|
5888
|
-
exports.isArray = isArray;
|
|
5888
|
+
exports$1.isArray = isArray;
|
|
5889
5889
|
function isBoolean(arg) {
|
|
5890
5890
|
return typeof arg === "boolean";
|
|
5891
5891
|
}
|
|
5892
|
-
exports.isBoolean = isBoolean;
|
|
5892
|
+
exports$1.isBoolean = isBoolean;
|
|
5893
5893
|
function isNull(arg) {
|
|
5894
5894
|
return arg === null;
|
|
5895
5895
|
}
|
|
5896
|
-
exports.isNull = isNull;
|
|
5896
|
+
exports$1.isNull = isNull;
|
|
5897
5897
|
function isNullOrUndefined(arg) {
|
|
5898
5898
|
return arg == null;
|
|
5899
5899
|
}
|
|
5900
|
-
exports.isNullOrUndefined = isNullOrUndefined;
|
|
5900
|
+
exports$1.isNullOrUndefined = isNullOrUndefined;
|
|
5901
5901
|
function isNumber(arg) {
|
|
5902
5902
|
return typeof arg === "number";
|
|
5903
5903
|
}
|
|
5904
|
-
exports.isNumber = isNumber;
|
|
5904
|
+
exports$1.isNumber = isNumber;
|
|
5905
5905
|
function isString(arg) {
|
|
5906
5906
|
return typeof arg === "string";
|
|
5907
5907
|
}
|
|
5908
|
-
exports.isString = isString;
|
|
5908
|
+
exports$1.isString = isString;
|
|
5909
5909
|
function isSymbol(arg) {
|
|
5910
5910
|
return typeof arg === "symbol";
|
|
5911
5911
|
}
|
|
5912
|
-
exports.isSymbol = isSymbol;
|
|
5912
|
+
exports$1.isSymbol = isSymbol;
|
|
5913
5913
|
function isUndefined(arg) {
|
|
5914
5914
|
return arg === void 0;
|
|
5915
5915
|
}
|
|
5916
|
-
exports.isUndefined = isUndefined;
|
|
5916
|
+
exports$1.isUndefined = isUndefined;
|
|
5917
5917
|
function isRegExp(re) {
|
|
5918
5918
|
return isObject(re) && objectToString(re) === "[object RegExp]";
|
|
5919
5919
|
}
|
|
5920
|
-
exports.isRegExp = isRegExp;
|
|
5921
|
-
exports.types.isRegExp = isRegExp;
|
|
5920
|
+
exports$1.isRegExp = isRegExp;
|
|
5921
|
+
exports$1.types.isRegExp = isRegExp;
|
|
5922
5922
|
function isObject(arg) {
|
|
5923
5923
|
return typeof arg === "object" && arg !== null;
|
|
5924
5924
|
}
|
|
5925
|
-
exports.isObject = isObject;
|
|
5925
|
+
exports$1.isObject = isObject;
|
|
5926
5926
|
function isDate(d) {
|
|
5927
5927
|
return isObject(d) && objectToString(d) === "[object Date]";
|
|
5928
5928
|
}
|
|
5929
|
-
exports.isDate = isDate;
|
|
5930
|
-
exports.types.isDate = isDate;
|
|
5929
|
+
exports$1.isDate = isDate;
|
|
5930
|
+
exports$1.types.isDate = isDate;
|
|
5931
5931
|
function isError(e) {
|
|
5932
5932
|
return isObject(e) && (objectToString(e) === "[object Error]" || e instanceof Error);
|
|
5933
5933
|
}
|
|
5934
|
-
exports.isError = isError;
|
|
5935
|
-
exports.types.isNativeError = isError;
|
|
5934
|
+
exports$1.isError = isError;
|
|
5935
|
+
exports$1.types.isNativeError = isError;
|
|
5936
5936
|
function isFunction(arg) {
|
|
5937
5937
|
return typeof arg === "function";
|
|
5938
5938
|
}
|
|
5939
|
-
exports.isFunction = isFunction;
|
|
5939
|
+
exports$1.isFunction = isFunction;
|
|
5940
5940
|
function isPrimitive(arg) {
|
|
5941
5941
|
return (arg === null ||
|
|
5942
5942
|
typeof arg === "boolean" ||
|
|
@@ -5945,8 +5945,8 @@ var require_util = __commonJS({
|
|
|
5945
5945
|
typeof arg === "symbol" ||
|
|
5946
5946
|
typeof arg === "undefined");
|
|
5947
5947
|
}
|
|
5948
|
-
exports.isPrimitive = isPrimitive;
|
|
5949
|
-
exports.isBuffer = require_isBufferBrowser();
|
|
5948
|
+
exports$1.isPrimitive = isPrimitive;
|
|
5949
|
+
exports$1.isBuffer = require_isBufferBrowser();
|
|
5950
5950
|
function objectToString(o) {
|
|
5951
5951
|
return Object.prototype.toString.call(o);
|
|
5952
5952
|
}
|
|
@@ -5959,11 +5959,11 @@ var require_util = __commonJS({
|
|
|
5959
5959
|
var time = [pad(d.getHours()), pad(d.getMinutes()), pad(d.getSeconds())].join(":");
|
|
5960
5960
|
return [d.getDate(), months[d.getMonth()], time].join(" ");
|
|
5961
5961
|
}
|
|
5962
|
-
exports.log = function () {
|
|
5963
|
-
console.log("%s - %s", timestamp(), exports.format.apply(exports, arguments));
|
|
5962
|
+
exports$1.log = function () {
|
|
5963
|
+
console.log("%s - %s", timestamp(), exports$1.format.apply(exports$1, arguments));
|
|
5964
5964
|
};
|
|
5965
|
-
exports.inherits = require_inherits();
|
|
5966
|
-
exports._extend = function (origin, add) {
|
|
5965
|
+
exports$1.inherits = require_inherits();
|
|
5966
|
+
exports$1._extend = function (origin, add) {
|
|
5967
5967
|
if (!add || !isObject(add))
|
|
5968
5968
|
return origin;
|
|
5969
5969
|
var keys = Object.keys(add);
|
|
@@ -5977,7 +5977,7 @@ var require_util = __commonJS({
|
|
|
5977
5977
|
return Object.prototype.hasOwnProperty.call(obj, prop);
|
|
5978
5978
|
}
|
|
5979
5979
|
var kCustomPromisifiedSymbol = typeof Symbol !== "undefined" ? Symbol("util.promisify.custom") : void 0;
|
|
5980
|
-
exports.promisify = function promisify(original) {
|
|
5980
|
+
exports$1.promisify = function promisify(original) {
|
|
5981
5981
|
if (typeof original !== "function")
|
|
5982
5982
|
throw new TypeError('The "original" argument must be of type Function');
|
|
5983
5983
|
if (kCustomPromisifiedSymbol && original[kCustomPromisifiedSymbol]) {
|
|
@@ -6029,7 +6029,7 @@ var require_util = __commonJS({
|
|
|
6029
6029
|
});
|
|
6030
6030
|
return Object.defineProperties(fn, getOwnPropertyDescriptors(original));
|
|
6031
6031
|
};
|
|
6032
|
-
exports.promisify.custom = kCustomPromisifiedSymbol;
|
|
6032
|
+
exports$1.promisify.custom = kCustomPromisifiedSymbol;
|
|
6033
6033
|
function callbackifyOnRejected(reason, cb) {
|
|
6034
6034
|
if (!reason) {
|
|
6035
6035
|
var newReason = new Error("Promise was rejected with a falsy value");
|
|
@@ -6065,11 +6065,11 @@ var require_util = __commonJS({
|
|
|
6065
6065
|
Object.defineProperties(callbackified, getOwnPropertyDescriptors(original));
|
|
6066
6066
|
return callbackified;
|
|
6067
6067
|
}
|
|
6068
|
-
exports.callbackify = callbackify;
|
|
6068
|
+
exports$1.callbackify = callbackify;
|
|
6069
6069
|
},
|
|
6070
6070
|
});
|
|
6071
6071
|
var require_inherits_browser = __commonJS({
|
|
6072
|
-
"../../node_modules/inherits/inherits_browser.js"(exports, module) {
|
|
6072
|
+
"../../node_modules/inherits/inherits_browser.js"(exports$1, module) {
|
|
6073
6073
|
if (typeof Object.create === "function") {
|
|
6074
6074
|
module.exports = function inherits(ctor, superCtor) {
|
|
6075
6075
|
if (superCtor) {
|
|
@@ -6099,7 +6099,7 @@ var require_inherits_browser = __commonJS({
|
|
|
6099
6099
|
},
|
|
6100
6100
|
});
|
|
6101
6101
|
var require_inherits = __commonJS({
|
|
6102
|
-
"../../node_modules/inherits/inherits.js"(exports, module) {
|
|
6102
|
+
"../../node_modules/inherits/inherits.js"(exports$1, module) {
|
|
6103
6103
|
try {
|
|
6104
6104
|
util = require_util();
|
|
6105
6105
|
if (typeof util.inherits !== "function")
|
|
@@ -6113,7 +6113,7 @@ var require_inherits = __commonJS({
|
|
|
6113
6113
|
},
|
|
6114
6114
|
});
|
|
6115
6115
|
var require_short = __commonJS({
|
|
6116
|
-
"../../node_modules/elliptic/lib/elliptic/curve/short.js"(exports, module) {
|
|
6116
|
+
"../../node_modules/elliptic/lib/elliptic/curve/short.js"(exports$1, module) {
|
|
6117
6117
|
var utils = require_utils2();
|
|
6118
6118
|
var BN = require_bn();
|
|
6119
6119
|
var inherits = require_inherits();
|
|
@@ -6827,7 +6827,7 @@ var require_short = __commonJS({
|
|
|
6827
6827
|
},
|
|
6828
6828
|
});
|
|
6829
6829
|
var require_mont = __commonJS({
|
|
6830
|
-
"../../node_modules/elliptic/lib/elliptic/curve/mont.js"(exports, module) {
|
|
6830
|
+
"../../node_modules/elliptic/lib/elliptic/curve/mont.js"(exports$1, module) {
|
|
6831
6831
|
var BN = require_bn();
|
|
6832
6832
|
var inherits = require_inherits();
|
|
6833
6833
|
var Base = require_base();
|
|
@@ -6953,7 +6953,7 @@ var require_mont = __commonJS({
|
|
|
6953
6953
|
},
|
|
6954
6954
|
});
|
|
6955
6955
|
var require_edwards = __commonJS({
|
|
6956
|
-
"../../node_modules/elliptic/lib/elliptic/curve/edwards.js"(exports, module) {
|
|
6956
|
+
"../../node_modules/elliptic/lib/elliptic/curve/edwards.js"(exports$1, module) {
|
|
6957
6957
|
var utils = require_utils2();
|
|
6958
6958
|
var BN = require_bn();
|
|
6959
6959
|
var inherits = require_inherits();
|
|
@@ -7256,8 +7256,8 @@ var require_edwards = __commonJS({
|
|
|
7256
7256
|
},
|
|
7257
7257
|
});
|
|
7258
7258
|
var require_curve = __commonJS({
|
|
7259
|
-
"../../node_modules/elliptic/lib/elliptic/curve/index.js"(exports) {
|
|
7260
|
-
var curve = exports;
|
|
7259
|
+
"../../node_modules/elliptic/lib/elliptic/curve/index.js"(exports$1) {
|
|
7260
|
+
var curve = exports$1;
|
|
7261
7261
|
curve.base = require_base();
|
|
7262
7262
|
curve.short = require_short();
|
|
7263
7263
|
curve.mont = require_mont();
|
|
@@ -7265,10 +7265,10 @@ var require_curve = __commonJS({
|
|
|
7265
7265
|
},
|
|
7266
7266
|
});
|
|
7267
7267
|
var require_utils3 = __commonJS({
|
|
7268
|
-
"../../node_modules/hash.js/lib/hash/utils.js"(exports) {
|
|
7268
|
+
"../../node_modules/hash.js/lib/hash/utils.js"(exports$1) {
|
|
7269
7269
|
var assert = require_minimalistic_assert();
|
|
7270
7270
|
var inherits = require_inherits();
|
|
7271
|
-
exports.inherits = inherits;
|
|
7271
|
+
exports$1.inherits = inherits;
|
|
7272
7272
|
function isSurrogatePair(msg, i) {
|
|
7273
7273
|
if ((msg.charCodeAt(i) & 64512) !== 55296) {
|
|
7274
7274
|
return false;
|
|
@@ -7324,19 +7324,19 @@ var require_utils3 = __commonJS({
|
|
|
7324
7324
|
}
|
|
7325
7325
|
return res;
|
|
7326
7326
|
}
|
|
7327
|
-
exports.toArray = toArray;
|
|
7327
|
+
exports$1.toArray = toArray;
|
|
7328
7328
|
function toHex(msg) {
|
|
7329
7329
|
var res = "";
|
|
7330
7330
|
for (var i = 0; i < msg.length; i++)
|
|
7331
7331
|
res += zero2(msg[i].toString(16));
|
|
7332
7332
|
return res;
|
|
7333
7333
|
}
|
|
7334
|
-
exports.toHex = toHex;
|
|
7334
|
+
exports$1.toHex = toHex;
|
|
7335
7335
|
function htonl(w) {
|
|
7336
7336
|
var res = (w >>> 24) | ((w >>> 8) & 65280) | ((w << 8) & 16711680) | ((w & 255) << 24);
|
|
7337
7337
|
return res >>> 0;
|
|
7338
7338
|
}
|
|
7339
|
-
exports.htonl = htonl;
|
|
7339
|
+
exports$1.htonl = htonl;
|
|
7340
7340
|
function toHex32(msg, endian) {
|
|
7341
7341
|
var res = "";
|
|
7342
7342
|
for (var i = 0; i < msg.length; i++) {
|
|
@@ -7347,14 +7347,14 @@ var require_utils3 = __commonJS({
|
|
|
7347
7347
|
}
|
|
7348
7348
|
return res;
|
|
7349
7349
|
}
|
|
7350
|
-
exports.toHex32 = toHex32;
|
|
7350
|
+
exports$1.toHex32 = toHex32;
|
|
7351
7351
|
function zero2(word) {
|
|
7352
7352
|
if (word.length === 1)
|
|
7353
7353
|
return "0" + word;
|
|
7354
7354
|
else
|
|
7355
7355
|
return word;
|
|
7356
7356
|
}
|
|
7357
|
-
exports.zero2 = zero2;
|
|
7357
|
+
exports$1.zero2 = zero2;
|
|
7358
7358
|
function zero8(word) {
|
|
7359
7359
|
if (word.length === 7)
|
|
7360
7360
|
return "0" + word;
|
|
@@ -7373,7 +7373,7 @@ var require_utils3 = __commonJS({
|
|
|
7373
7373
|
else
|
|
7374
7374
|
return word;
|
|
7375
7375
|
}
|
|
7376
|
-
exports.zero8 = zero8;
|
|
7376
|
+
exports$1.zero8 = zero8;
|
|
7377
7377
|
function join32(msg, start, end, endian) {
|
|
7378
7378
|
var len = end - start;
|
|
7379
7379
|
assert(len % 4 === 0);
|
|
@@ -7388,7 +7388,7 @@ var require_utils3 = __commonJS({
|
|
|
7388
7388
|
}
|
|
7389
7389
|
return res;
|
|
7390
7390
|
}
|
|
7391
|
-
exports.join32 = join32;
|
|
7391
|
+
exports$1.join32 = join32;
|
|
7392
7392
|
function split32(msg, endian) {
|
|
7393
7393
|
var res = new Array(msg.length * 4);
|
|
7394
7394
|
for (var i = 0, k = 0; i < msg.length; i++, k += 4) {
|
|
@@ -7408,31 +7408,31 @@ var require_utils3 = __commonJS({
|
|
|
7408
7408
|
}
|
|
7409
7409
|
return res;
|
|
7410
7410
|
}
|
|
7411
|
-
exports.split32 = split32;
|
|
7411
|
+
exports$1.split32 = split32;
|
|
7412
7412
|
function rotr32(w, b) {
|
|
7413
7413
|
return (w >>> b) | (w << (32 - b));
|
|
7414
7414
|
}
|
|
7415
|
-
exports.rotr32 = rotr32;
|
|
7415
|
+
exports$1.rotr32 = rotr32;
|
|
7416
7416
|
function rotl32(w, b) {
|
|
7417
7417
|
return (w << b) | (w >>> (32 - b));
|
|
7418
7418
|
}
|
|
7419
|
-
exports.rotl32 = rotl32;
|
|
7419
|
+
exports$1.rotl32 = rotl32;
|
|
7420
7420
|
function sum32(a, b) {
|
|
7421
7421
|
return (a + b) >>> 0;
|
|
7422
7422
|
}
|
|
7423
|
-
exports.sum32 = sum32;
|
|
7423
|
+
exports$1.sum32 = sum32;
|
|
7424
7424
|
function sum32_3(a, b, c) {
|
|
7425
7425
|
return (a + b + c) >>> 0;
|
|
7426
7426
|
}
|
|
7427
|
-
exports.sum32_3 = sum32_3;
|
|
7427
|
+
exports$1.sum32_3 = sum32_3;
|
|
7428
7428
|
function sum32_4(a, b, c, d) {
|
|
7429
7429
|
return (a + b + c + d) >>> 0;
|
|
7430
7430
|
}
|
|
7431
|
-
exports.sum32_4 = sum32_4;
|
|
7431
|
+
exports$1.sum32_4 = sum32_4;
|
|
7432
7432
|
function sum32_5(a, b, c, d, e) {
|
|
7433
7433
|
return (a + b + c + d + e) >>> 0;
|
|
7434
7434
|
}
|
|
7435
|
-
exports.sum32_5 = sum32_5;
|
|
7435
|
+
exports$1.sum32_5 = sum32_5;
|
|
7436
7436
|
function sum64(buf, pos, ah, al) {
|
|
7437
7437
|
var bh = buf[pos];
|
|
7438
7438
|
var bl = buf[pos + 1];
|
|
@@ -7441,18 +7441,18 @@ var require_utils3 = __commonJS({
|
|
|
7441
7441
|
buf[pos] = hi >>> 0;
|
|
7442
7442
|
buf[pos + 1] = lo;
|
|
7443
7443
|
}
|
|
7444
|
-
exports.sum64 = sum64;
|
|
7444
|
+
exports$1.sum64 = sum64;
|
|
7445
7445
|
function sum64_hi(ah, al, bh, bl) {
|
|
7446
7446
|
var lo = (al + bl) >>> 0;
|
|
7447
7447
|
var hi = (lo < al ? 1 : 0) + ah + bh;
|
|
7448
7448
|
return hi >>> 0;
|
|
7449
7449
|
}
|
|
7450
|
-
exports.sum64_hi = sum64_hi;
|
|
7450
|
+
exports$1.sum64_hi = sum64_hi;
|
|
7451
7451
|
function sum64_lo(ah, al, bh, bl) {
|
|
7452
7452
|
var lo = al + bl;
|
|
7453
7453
|
return lo >>> 0;
|
|
7454
7454
|
}
|
|
7455
|
-
exports.sum64_lo = sum64_lo;
|
|
7455
|
+
exports$1.sum64_lo = sum64_lo;
|
|
7456
7456
|
function sum64_4_hi(ah, al, bh, bl, ch, cl, dh, dl) {
|
|
7457
7457
|
var carry = 0;
|
|
7458
7458
|
var lo = al;
|
|
@@ -7465,12 +7465,12 @@ var require_utils3 = __commonJS({
|
|
|
7465
7465
|
var hi = ah + bh + ch + dh + carry;
|
|
7466
7466
|
return hi >>> 0;
|
|
7467
7467
|
}
|
|
7468
|
-
exports.sum64_4_hi = sum64_4_hi;
|
|
7468
|
+
exports$1.sum64_4_hi = sum64_4_hi;
|
|
7469
7469
|
function sum64_4_lo(ah, al, bh, bl, ch, cl, dh, dl) {
|
|
7470
7470
|
var lo = al + bl + cl + dl;
|
|
7471
7471
|
return lo >>> 0;
|
|
7472
7472
|
}
|
|
7473
|
-
exports.sum64_4_lo = sum64_4_lo;
|
|
7473
|
+
exports$1.sum64_4_lo = sum64_4_lo;
|
|
7474
7474
|
function sum64_5_hi(ah, al, bh, bl, ch, cl, dh, dl, eh, el) {
|
|
7475
7475
|
var carry = 0;
|
|
7476
7476
|
var lo = al;
|
|
@@ -7485,35 +7485,35 @@ var require_utils3 = __commonJS({
|
|
|
7485
7485
|
var hi = ah + bh + ch + dh + eh + carry;
|
|
7486
7486
|
return hi >>> 0;
|
|
7487
7487
|
}
|
|
7488
|
-
exports.sum64_5_hi = sum64_5_hi;
|
|
7488
|
+
exports$1.sum64_5_hi = sum64_5_hi;
|
|
7489
7489
|
function sum64_5_lo(ah, al, bh, bl, ch, cl, dh, dl, eh, el) {
|
|
7490
7490
|
var lo = al + bl + cl + dl + el;
|
|
7491
7491
|
return lo >>> 0;
|
|
7492
7492
|
}
|
|
7493
|
-
exports.sum64_5_lo = sum64_5_lo;
|
|
7493
|
+
exports$1.sum64_5_lo = sum64_5_lo;
|
|
7494
7494
|
function rotr64_hi(ah, al, num) {
|
|
7495
7495
|
var r = (al << (32 - num)) | (ah >>> num);
|
|
7496
7496
|
return r >>> 0;
|
|
7497
7497
|
}
|
|
7498
|
-
exports.rotr64_hi = rotr64_hi;
|
|
7498
|
+
exports$1.rotr64_hi = rotr64_hi;
|
|
7499
7499
|
function rotr64_lo(ah, al, num) {
|
|
7500
7500
|
var r = (ah << (32 - num)) | (al >>> num);
|
|
7501
7501
|
return r >>> 0;
|
|
7502
7502
|
}
|
|
7503
|
-
exports.rotr64_lo = rotr64_lo;
|
|
7503
|
+
exports$1.rotr64_lo = rotr64_lo;
|
|
7504
7504
|
function shr64_hi(ah, al, num) {
|
|
7505
7505
|
return ah >>> num;
|
|
7506
7506
|
}
|
|
7507
|
-
exports.shr64_hi = shr64_hi;
|
|
7507
|
+
exports$1.shr64_hi = shr64_hi;
|
|
7508
7508
|
function shr64_lo(ah, al, num) {
|
|
7509
7509
|
var r = (ah << (32 - num)) | (al >>> num);
|
|
7510
7510
|
return r >>> 0;
|
|
7511
7511
|
}
|
|
7512
|
-
exports.shr64_lo = shr64_lo;
|
|
7512
|
+
exports$1.shr64_lo = shr64_lo;
|
|
7513
7513
|
},
|
|
7514
7514
|
});
|
|
7515
7515
|
var require_common = __commonJS({
|
|
7516
|
-
"../../node_modules/hash.js/lib/hash/common.js"(exports) {
|
|
7516
|
+
"../../node_modules/hash.js/lib/hash/common.js"(exports$1) {
|
|
7517
7517
|
var utils = require_utils3();
|
|
7518
7518
|
var assert = require_minimalistic_assert();
|
|
7519
7519
|
function BlockHash() {
|
|
@@ -7527,7 +7527,7 @@ var require_common = __commonJS({
|
|
|
7527
7527
|
this._delta8 = this.blockSize / 8;
|
|
7528
7528
|
this._delta32 = this.blockSize / 32;
|
|
7529
7529
|
}
|
|
7530
|
-
exports.BlockHash = BlockHash;
|
|
7530
|
+
exports$1.BlockHash = BlockHash;
|
|
7531
7531
|
BlockHash.prototype.update = function update(msg, enc) {
|
|
7532
7532
|
msg = utils.toArray(msg, enc);
|
|
7533
7533
|
if (!this.pending)
|
|
@@ -7590,7 +7590,7 @@ var require_common = __commonJS({
|
|
|
7590
7590
|
},
|
|
7591
7591
|
});
|
|
7592
7592
|
var require_common2 = __commonJS({
|
|
7593
|
-
"../../node_modules/hash.js/lib/hash/sha/common.js"(exports) {
|
|
7593
|
+
"../../node_modules/hash.js/lib/hash/sha/common.js"(exports$1) {
|
|
7594
7594
|
var utils = require_utils3();
|
|
7595
7595
|
var rotr32 = utils.rotr32;
|
|
7596
7596
|
function ft_1(s, x, y, z) {
|
|
@@ -7601,39 +7601,39 @@ var require_common2 = __commonJS({
|
|
|
7601
7601
|
if (s === 2)
|
|
7602
7602
|
return maj32(x, y, z);
|
|
7603
7603
|
}
|
|
7604
|
-
exports.ft_1 = ft_1;
|
|
7604
|
+
exports$1.ft_1 = ft_1;
|
|
7605
7605
|
function ch32(x, y, z) {
|
|
7606
7606
|
return (x & y) ^ (~x & z);
|
|
7607
7607
|
}
|
|
7608
|
-
exports.ch32 = ch32;
|
|
7608
|
+
exports$1.ch32 = ch32;
|
|
7609
7609
|
function maj32(x, y, z) {
|
|
7610
7610
|
return (x & y) ^ (x & z) ^ (y & z);
|
|
7611
7611
|
}
|
|
7612
|
-
exports.maj32 = maj32;
|
|
7612
|
+
exports$1.maj32 = maj32;
|
|
7613
7613
|
function p32(x, y, z) {
|
|
7614
7614
|
return x ^ y ^ z;
|
|
7615
7615
|
}
|
|
7616
|
-
exports.p32 = p32;
|
|
7616
|
+
exports$1.p32 = p32;
|
|
7617
7617
|
function s0_256(x) {
|
|
7618
7618
|
return rotr32(x, 2) ^ rotr32(x, 13) ^ rotr32(x, 22);
|
|
7619
7619
|
}
|
|
7620
|
-
exports.s0_256 = s0_256;
|
|
7620
|
+
exports$1.s0_256 = s0_256;
|
|
7621
7621
|
function s1_256(x) {
|
|
7622
7622
|
return rotr32(x, 6) ^ rotr32(x, 11) ^ rotr32(x, 25);
|
|
7623
7623
|
}
|
|
7624
|
-
exports.s1_256 = s1_256;
|
|
7624
|
+
exports$1.s1_256 = s1_256;
|
|
7625
7625
|
function g0_256(x) {
|
|
7626
7626
|
return rotr32(x, 7) ^ rotr32(x, 18) ^ (x >>> 3);
|
|
7627
7627
|
}
|
|
7628
|
-
exports.g0_256 = g0_256;
|
|
7628
|
+
exports$1.g0_256 = g0_256;
|
|
7629
7629
|
function g1_256(x) {
|
|
7630
7630
|
return rotr32(x, 17) ^ rotr32(x, 19) ^ (x >>> 10);
|
|
7631
7631
|
}
|
|
7632
|
-
exports.g1_256 = g1_256;
|
|
7632
|
+
exports$1.g1_256 = g1_256;
|
|
7633
7633
|
},
|
|
7634
7634
|
});
|
|
7635
7635
|
var require__ = __commonJS({
|
|
7636
|
-
"../../node_modules/hash.js/lib/hash/sha/1.js"(exports, module) {
|
|
7636
|
+
"../../node_modules/hash.js/lib/hash/sha/1.js"(exports$1, module) {
|
|
7637
7637
|
var utils = require_utils3();
|
|
7638
7638
|
var common = require_common();
|
|
7639
7639
|
var shaCommon = require_common2();
|
|
@@ -7691,7 +7691,7 @@ var require__ = __commonJS({
|
|
|
7691
7691
|
},
|
|
7692
7692
|
});
|
|
7693
7693
|
var require__2 = __commonJS({
|
|
7694
|
-
"../../node_modules/hash.js/lib/hash/sha/256.js"(exports, module) {
|
|
7694
|
+
"../../node_modules/hash.js/lib/hash/sha/256.js"(exports$1, module) {
|
|
7695
7695
|
var utils = require_utils3();
|
|
7696
7696
|
var common = require_common();
|
|
7697
7697
|
var shaCommon = require_common2();
|
|
@@ -7774,7 +7774,7 @@ var require__2 = __commonJS({
|
|
|
7774
7774
|
},
|
|
7775
7775
|
});
|
|
7776
7776
|
var require__3 = __commonJS({
|
|
7777
|
-
"../../node_modules/hash.js/lib/hash/sha/224.js"(exports, module) {
|
|
7777
|
+
"../../node_modules/hash.js/lib/hash/sha/224.js"(exports$1, module) {
|
|
7778
7778
|
var utils = require_utils3();
|
|
7779
7779
|
var SHA256 = require__2();
|
|
7780
7780
|
function SHA224() {
|
|
@@ -7798,7 +7798,7 @@ var require__3 = __commonJS({
|
|
|
7798
7798
|
},
|
|
7799
7799
|
});
|
|
7800
7800
|
var require__4 = __commonJS({
|
|
7801
|
-
"../../node_modules/hash.js/lib/hash/sha/512.js"(exports, module) {
|
|
7801
|
+
"../../node_modules/hash.js/lib/hash/sha/512.js"(exports$1, module) {
|
|
7802
7802
|
var utils = require_utils3();
|
|
7803
7803
|
var common = require_common();
|
|
7804
7804
|
var assert = require_minimalistic_assert();
|
|
@@ -8038,7 +8038,7 @@ var require__4 = __commonJS({
|
|
|
8038
8038
|
},
|
|
8039
8039
|
});
|
|
8040
8040
|
var require__5 = __commonJS({
|
|
8041
|
-
"../../node_modules/hash.js/lib/hash/sha/384.js"(exports, module) {
|
|
8041
|
+
"../../node_modules/hash.js/lib/hash/sha/384.js"(exports$1, module) {
|
|
8042
8042
|
var utils = require_utils3();
|
|
8043
8043
|
var SHA512 = require__4();
|
|
8044
8044
|
function SHA384() {
|
|
@@ -8065,16 +8065,16 @@ var require__5 = __commonJS({
|
|
|
8065
8065
|
},
|
|
8066
8066
|
});
|
|
8067
8067
|
var require_sha = __commonJS({
|
|
8068
|
-
"../../node_modules/hash.js/lib/hash/sha.js"(exports) {
|
|
8069
|
-
exports.sha1 = require__();
|
|
8070
|
-
exports.sha224 = require__3();
|
|
8071
|
-
exports.sha256 = require__2();
|
|
8072
|
-
exports.sha384 = require__5();
|
|
8073
|
-
exports.sha512 = require__4();
|
|
8068
|
+
"../../node_modules/hash.js/lib/hash/sha.js"(exports$1) {
|
|
8069
|
+
exports$1.sha1 = require__();
|
|
8070
|
+
exports$1.sha224 = require__3();
|
|
8071
|
+
exports$1.sha256 = require__2();
|
|
8072
|
+
exports$1.sha384 = require__5();
|
|
8073
|
+
exports$1.sha512 = require__4();
|
|
8074
8074
|
},
|
|
8075
8075
|
});
|
|
8076
8076
|
var require_ripemd = __commonJS({
|
|
8077
|
-
"../../node_modules/hash.js/lib/hash/ripemd.js"(exports) {
|
|
8077
|
+
"../../node_modules/hash.js/lib/hash/ripemd.js"(exports$1) {
|
|
8078
8078
|
var utils = require_utils3();
|
|
8079
8079
|
var common = require_common();
|
|
8080
8080
|
var rotl32 = utils.rotl32;
|
|
@@ -8090,7 +8090,7 @@ var require_ripemd = __commonJS({
|
|
|
8090
8090
|
this.endian = "little";
|
|
8091
8091
|
}
|
|
8092
8092
|
utils.inherits(RIPEMD160, BlockHash);
|
|
8093
|
-
exports.ripemd160 = RIPEMD160;
|
|
8093
|
+
exports$1.ripemd160 = RIPEMD160;
|
|
8094
8094
|
RIPEMD160.blockSize = 512;
|
|
8095
8095
|
RIPEMD160.outSize = 160;
|
|
8096
8096
|
RIPEMD160.hmacStrength = 192;
|
|
@@ -8192,7 +8192,7 @@ var require_ripemd = __commonJS({
|
|
|
8192
8192
|
},
|
|
8193
8193
|
});
|
|
8194
8194
|
var require_hmac = __commonJS({
|
|
8195
|
-
"../../node_modules/hash.js/lib/hash/hmac.js"(exports, module) {
|
|
8195
|
+
"../../node_modules/hash.js/lib/hash/hmac.js"(exports$1, module) {
|
|
8196
8196
|
var utils = require_utils3();
|
|
8197
8197
|
var assert = require_minimalistic_assert();
|
|
8198
8198
|
function Hmac(hash, key, enc) {
|
|
@@ -8230,8 +8230,8 @@ var require_hmac = __commonJS({
|
|
|
8230
8230
|
},
|
|
8231
8231
|
});
|
|
8232
8232
|
var require_hash = __commonJS({
|
|
8233
|
-
"../../node_modules/hash.js/lib/hash.js"(exports) {
|
|
8234
|
-
var hash = exports;
|
|
8233
|
+
"../../node_modules/hash.js/lib/hash.js"(exports$1) {
|
|
8234
|
+
var hash = exports$1;
|
|
8235
8235
|
hash.utils = require_utils3();
|
|
8236
8236
|
hash.common = require_common();
|
|
8237
8237
|
hash.sha = require_sha();
|
|
@@ -8246,7 +8246,7 @@ var require_hash = __commonJS({
|
|
|
8246
8246
|
},
|
|
8247
8247
|
});
|
|
8248
8248
|
var require_secp256k1 = __commonJS({
|
|
8249
|
-
"../../node_modules/elliptic/lib/elliptic/precomputed/secp256k1.js"(exports, module) {
|
|
8249
|
+
"../../node_modules/elliptic/lib/elliptic/precomputed/secp256k1.js"(exports$1, module) {
|
|
8250
8250
|
module.exports = {
|
|
8251
8251
|
doubles: {
|
|
8252
8252
|
step: 4,
|
|
@@ -9030,8 +9030,8 @@ var require_secp256k1 = __commonJS({
|
|
|
9030
9030
|
},
|
|
9031
9031
|
});
|
|
9032
9032
|
var require_curves = __commonJS({
|
|
9033
|
-
"../../node_modules/elliptic/lib/elliptic/curves.js"(exports) {
|
|
9034
|
-
var curves = exports;
|
|
9033
|
+
"../../node_modules/elliptic/lib/elliptic/curves.js"(exports$1) {
|
|
9034
|
+
var curves = exports$1;
|
|
9035
9035
|
var hash = require_hash();
|
|
9036
9036
|
var curve = require_curve();
|
|
9037
9037
|
var utils = require_utils2();
|
|
@@ -9199,7 +9199,7 @@ var require_curves = __commonJS({
|
|
|
9199
9199
|
},
|
|
9200
9200
|
});
|
|
9201
9201
|
var require_hmac_drbg = __commonJS({
|
|
9202
|
-
"../../node_modules/hmac-drbg/lib/hmac-drbg.js"(exports, module) {
|
|
9202
|
+
"../../node_modules/hmac-drbg/lib/hmac-drbg.js"(exports$1, module) {
|
|
9203
9203
|
var hash = require_hash();
|
|
9204
9204
|
var utils = require_utils();
|
|
9205
9205
|
var assert = require_minimalistic_assert();
|
|
@@ -9284,7 +9284,7 @@ var require_hmac_drbg = __commonJS({
|
|
|
9284
9284
|
},
|
|
9285
9285
|
});
|
|
9286
9286
|
var require_key = __commonJS({
|
|
9287
|
-
"../../node_modules/elliptic/lib/elliptic/ec/key.js"(exports, module) {
|
|
9287
|
+
"../../node_modules/elliptic/lib/elliptic/ec/key.js"(exports$1, module) {
|
|
9288
9288
|
var BN = require_bn();
|
|
9289
9289
|
var utils = require_utils2();
|
|
9290
9290
|
var assert = utils.assert;
|
|
@@ -9376,7 +9376,7 @@ var require_key = __commonJS({
|
|
|
9376
9376
|
},
|
|
9377
9377
|
});
|
|
9378
9378
|
var require_signature = __commonJS({
|
|
9379
|
-
"../../node_modules/elliptic/lib/elliptic/ec/signature.js"(exports, module) {
|
|
9379
|
+
"../../node_modules/elliptic/lib/elliptic/ec/signature.js"(exports$1, module) {
|
|
9380
9380
|
var BN = require_bn();
|
|
9381
9381
|
var utils = require_utils2();
|
|
9382
9382
|
var assert = utils.assert;
|
|
@@ -9521,7 +9521,7 @@ var require_signature = __commonJS({
|
|
|
9521
9521
|
},
|
|
9522
9522
|
});
|
|
9523
9523
|
var require_ec = __commonJS({
|
|
9524
|
-
"../../node_modules/elliptic/lib/elliptic/ec/index.js"(exports, module) {
|
|
9524
|
+
"../../node_modules/elliptic/lib/elliptic/ec/index.js"(exports$1, module) {
|
|
9525
9525
|
var BN = require_bn();
|
|
9526
9526
|
var HmacDRBG = require_hmac_drbg();
|
|
9527
9527
|
var utils = require_utils2();
|
|
@@ -9696,7 +9696,7 @@ var require_ec = __commonJS({
|
|
|
9696
9696
|
},
|
|
9697
9697
|
});
|
|
9698
9698
|
var require_key2 = __commonJS({
|
|
9699
|
-
"../../node_modules/elliptic/lib/elliptic/eddsa/key.js"(exports, module) {
|
|
9699
|
+
"../../node_modules/elliptic/lib/elliptic/eddsa/key.js"(exports$1, module) {
|
|
9700
9700
|
var utils = require_utils2();
|
|
9701
9701
|
var assert = utils.assert;
|
|
9702
9702
|
var parseBytes = utils.parseBytes;
|
|
@@ -9767,7 +9767,7 @@ var require_key2 = __commonJS({
|
|
|
9767
9767
|
},
|
|
9768
9768
|
});
|
|
9769
9769
|
var require_signature2 = __commonJS({
|
|
9770
|
-
"../../node_modules/elliptic/lib/elliptic/eddsa/signature.js"(exports, module) {
|
|
9770
|
+
"../../node_modules/elliptic/lib/elliptic/eddsa/signature.js"(exports$1, module) {
|
|
9771
9771
|
var BN = require_bn();
|
|
9772
9772
|
var utils = require_utils2();
|
|
9773
9773
|
var assert = utils.assert;
|
|
@@ -9813,7 +9813,7 @@ var require_signature2 = __commonJS({
|
|
|
9813
9813
|
},
|
|
9814
9814
|
});
|
|
9815
9815
|
var require_eddsa = __commonJS({
|
|
9816
|
-
"../../node_modules/elliptic/lib/elliptic/eddsa/index.js"(exports, module) {
|
|
9816
|
+
"../../node_modules/elliptic/lib/elliptic/eddsa/index.js"(exports$1, module) {
|
|
9817
9817
|
var hash = require_hash();
|
|
9818
9818
|
var curves = require_curves();
|
|
9819
9819
|
var utils = require_utils2();
|
|
@@ -9895,8 +9895,8 @@ var require_eddsa = __commonJS({
|
|
|
9895
9895
|
},
|
|
9896
9896
|
});
|
|
9897
9897
|
var require_elliptic = __commonJS({
|
|
9898
|
-
"../../node_modules/elliptic/lib/elliptic.js"(exports) {
|
|
9899
|
-
var elliptic = exports;
|
|
9898
|
+
"../../node_modules/elliptic/lib/elliptic.js"(exports$1) {
|
|
9899
|
+
var elliptic = exports$1;
|
|
9900
9900
|
elliptic.version = require_package().version;
|
|
9901
9901
|
elliptic.utils = require_utils2();
|
|
9902
9902
|
elliptic.rand = require_brorand();
|