@sphereon/ssi-sdk-ext.mnemonic-seed-manager 0.28.1-feature.esm.cjs.8 → 0.28.1-feature.esm.cjs.9
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/index.cjs +241 -243
- package/dist/index.cjs.map +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -1,21 +1,22 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __create = Object.create;
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; } var _class; var _class2; var _class3;var __create = Object.create;
|
|
3
2
|
var __defProp = Object.defineProperty;
|
|
4
3
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
4
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
5
|
var __getProtoOf = Object.getPrototypeOf;
|
|
7
6
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
7
|
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
8
|
+
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
|
|
9
|
+
get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
|
|
10
|
+
}) : x)(function(x) {
|
|
11
|
+
if (typeof require !== "undefined") return require.apply(this, arguments);
|
|
12
|
+
throw Error('Dynamic require of "' + x + '" is not supported');
|
|
13
|
+
});
|
|
9
14
|
var __esm = (fn, res) => function __init() {
|
|
10
15
|
return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
|
|
11
16
|
};
|
|
12
|
-
var __commonJS = (cb, mod) => function
|
|
17
|
+
var __commonJS = (cb, mod) => function __require2() {
|
|
13
18
|
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
14
19
|
};
|
|
15
|
-
var __export = (target, all) => {
|
|
16
|
-
for (var name in all)
|
|
17
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
18
|
-
};
|
|
19
20
|
var __copyProps = (to, from, except, desc) => {
|
|
20
21
|
if (from && typeof from === "object" || typeof from === "function") {
|
|
21
22
|
for (let key of __getOwnPropNames(from))
|
|
@@ -32,7 +33,6 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
32
33
|
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
33
34
|
mod
|
|
34
35
|
));
|
|
35
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
36
36
|
|
|
37
37
|
// ../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.3_@types+node@20.17.30__@swc+core@1.11.21_@swc_24fede13dc62b04076fac5aa06ffd471/node_modules/tsup/assets/cjs_shims.js
|
|
38
38
|
var init_cjs_shims = __esm({
|
|
@@ -43,11 +43,11 @@ var init_cjs_shims = __esm({
|
|
|
43
43
|
|
|
44
44
|
// ../../node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits_browser.js
|
|
45
45
|
var require_inherits_browser = __commonJS({
|
|
46
|
-
"../../node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits_browser.js"(exports,
|
|
46
|
+
"../../node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits_browser.js"(exports, module) {
|
|
47
47
|
"use strict";
|
|
48
48
|
init_cjs_shims();
|
|
49
49
|
if (typeof Object.create === "function") {
|
|
50
|
-
|
|
50
|
+
module.exports = /* @__PURE__ */ __name(function inherits(ctor, superCtor) {
|
|
51
51
|
if (superCtor) {
|
|
52
52
|
ctor.super_ = superCtor;
|
|
53
53
|
ctor.prototype = Object.create(superCtor.prototype, {
|
|
@@ -61,7 +61,7 @@ var require_inherits_browser = __commonJS({
|
|
|
61
61
|
}
|
|
62
62
|
}, "inherits");
|
|
63
63
|
} else {
|
|
64
|
-
|
|
64
|
+
module.exports = /* @__PURE__ */ __name(function inherits(ctor, superCtor) {
|
|
65
65
|
if (superCtor) {
|
|
66
66
|
ctor.super_ = superCtor;
|
|
67
67
|
var TempCtor = /* @__PURE__ */ __name(function() {
|
|
@@ -1868,7 +1868,7 @@ var require_buffer = __commonJS({
|
|
|
1868
1868
|
|
|
1869
1869
|
// ../../node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer/index.js
|
|
1870
1870
|
var require_safe_buffer = __commonJS({
|
|
1871
|
-
"../../node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer/index.js"(exports,
|
|
1871
|
+
"../../node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer/index.js"(exports, module) {
|
|
1872
1872
|
"use strict";
|
|
1873
1873
|
init_cjs_shims();
|
|
1874
1874
|
var buffer = require_buffer();
|
|
@@ -1880,7 +1880,7 @@ var require_safe_buffer = __commonJS({
|
|
|
1880
1880
|
}
|
|
1881
1881
|
__name(copyProps, "copyProps");
|
|
1882
1882
|
if (Buffer2.from && Buffer2.alloc && Buffer2.allocUnsafe && Buffer2.allocUnsafeSlow) {
|
|
1883
|
-
|
|
1883
|
+
module.exports = buffer;
|
|
1884
1884
|
} else {
|
|
1885
1885
|
copyProps(buffer, exports);
|
|
1886
1886
|
exports.Buffer = SafeBuffer;
|
|
@@ -2073,11 +2073,11 @@ var require_string_decoder = __commonJS({
|
|
|
2073
2073
|
|
|
2074
2074
|
// ../../node_modules/.pnpm/cipher-base@1.0.6/node_modules/cipher-base/index.js
|
|
2075
2075
|
var require_cipher_base = __commonJS({
|
|
2076
|
-
"../../node_modules/.pnpm/cipher-base@1.0.6/node_modules/cipher-base/index.js"(exports,
|
|
2076
|
+
"../../node_modules/.pnpm/cipher-base@1.0.6/node_modules/cipher-base/index.js"(exports, module) {
|
|
2077
2077
|
"use strict";
|
|
2078
2078
|
init_cjs_shims();
|
|
2079
2079
|
var Buffer2 = require_safe_buffer().Buffer;
|
|
2080
|
-
var Transform =
|
|
2080
|
+
var Transform = __require("stream").Transform;
|
|
2081
2081
|
var StringDecoder = require_string_decoder().StringDecoder;
|
|
2082
2082
|
var inherits = require_inherits_browser();
|
|
2083
2083
|
function CipherBase(hashMode) {
|
|
@@ -2190,13 +2190,13 @@ var require_cipher_base = __commonJS({
|
|
|
2190
2190
|
}
|
|
2191
2191
|
return out;
|
|
2192
2192
|
};
|
|
2193
|
-
|
|
2193
|
+
module.exports = CipherBase;
|
|
2194
2194
|
}
|
|
2195
2195
|
});
|
|
2196
2196
|
|
|
2197
2197
|
// ../../node_modules/.pnpm/create-hmac@1.1.7/node_modules/create-hmac/legacy.js
|
|
2198
2198
|
var require_legacy = __commonJS({
|
|
2199
|
-
"../../node_modules/.pnpm/create-hmac@1.1.7/node_modules/create-hmac/legacy.js"(exports,
|
|
2199
|
+
"../../node_modules/.pnpm/create-hmac@1.1.7/node_modules/create-hmac/legacy.js"(exports, module) {
|
|
2200
2200
|
"use strict";
|
|
2201
2201
|
init_cjs_shims();
|
|
2202
2202
|
var inherits = require_inherits_browser();
|
|
@@ -2241,13 +2241,13 @@ var require_legacy = __commonJS({
|
|
|
2241
2241
|
h
|
|
2242
2242
|
]));
|
|
2243
2243
|
};
|
|
2244
|
-
|
|
2244
|
+
module.exports = Hmac;
|
|
2245
2245
|
}
|
|
2246
2246
|
});
|
|
2247
2247
|
|
|
2248
2248
|
// ../../node_modules/.pnpm/events@3.3.0/node_modules/events/events.js
|
|
2249
2249
|
var require_events = __commonJS({
|
|
2250
|
-
"../../node_modules/.pnpm/events@3.3.0/node_modules/events/events.js"(exports,
|
|
2250
|
+
"../../node_modules/.pnpm/events@3.3.0/node_modules/events/events.js"(exports, module) {
|
|
2251
2251
|
"use strict";
|
|
2252
2252
|
init_cjs_shims();
|
|
2253
2253
|
var R = typeof Reflect === "object" ? Reflect : null;
|
|
@@ -2277,8 +2277,8 @@ var require_events = __commonJS({
|
|
|
2277
2277
|
EventEmitter.init.call(this);
|
|
2278
2278
|
}
|
|
2279
2279
|
__name(EventEmitter, "EventEmitter");
|
|
2280
|
-
|
|
2281
|
-
|
|
2280
|
+
module.exports = EventEmitter;
|
|
2281
|
+
module.exports.once = once;
|
|
2282
2282
|
EventEmitter.EventEmitter = EventEmitter;
|
|
2283
2283
|
EventEmitter.prototype._events = void 0;
|
|
2284
2284
|
EventEmitter.prototype._eventsCount = 0;
|
|
@@ -2627,19 +2627,19 @@ var require_events = __commonJS({
|
|
|
2627
2627
|
|
|
2628
2628
|
// ../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/stream.js
|
|
2629
2629
|
var require_stream = __commonJS({
|
|
2630
|
-
"../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/stream.js"(exports,
|
|
2630
|
+
"../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/stream.js"(exports, module) {
|
|
2631
2631
|
"use strict";
|
|
2632
2632
|
init_cjs_shims();
|
|
2633
|
-
|
|
2633
|
+
module.exports = __require("stream");
|
|
2634
2634
|
}
|
|
2635
2635
|
});
|
|
2636
2636
|
|
|
2637
2637
|
// ../../node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols/shams.js
|
|
2638
2638
|
var require_shams = __commonJS({
|
|
2639
|
-
"../../node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols/shams.js"(exports,
|
|
2639
|
+
"../../node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols/shams.js"(exports, module) {
|
|
2640
2640
|
"use strict";
|
|
2641
2641
|
init_cjs_shims();
|
|
2642
|
-
|
|
2642
|
+
module.exports = /* @__PURE__ */ __name(function hasSymbols() {
|
|
2643
2643
|
if (typeof Symbol !== "function" || typeof Object.getOwnPropertySymbols !== "function") {
|
|
2644
2644
|
return false;
|
|
2645
2645
|
}
|
|
@@ -2692,11 +2692,11 @@ var require_shams = __commonJS({
|
|
|
2692
2692
|
|
|
2693
2693
|
// ../../node_modules/.pnpm/has-tostringtag@1.0.2/node_modules/has-tostringtag/shams.js
|
|
2694
2694
|
var require_shams2 = __commonJS({
|
|
2695
|
-
"../../node_modules/.pnpm/has-tostringtag@1.0.2/node_modules/has-tostringtag/shams.js"(exports,
|
|
2695
|
+
"../../node_modules/.pnpm/has-tostringtag@1.0.2/node_modules/has-tostringtag/shams.js"(exports, module) {
|
|
2696
2696
|
"use strict";
|
|
2697
2697
|
init_cjs_shims();
|
|
2698
2698
|
var hasSymbols = require_shams();
|
|
2699
|
-
|
|
2699
|
+
module.exports = /* @__PURE__ */ __name(function hasToStringTagShams() {
|
|
2700
2700
|
return hasSymbols() && !!Symbol.toStringTag;
|
|
2701
2701
|
}, "hasToStringTagShams");
|
|
2702
2702
|
}
|
|
@@ -2704,136 +2704,136 @@ var require_shams2 = __commonJS({
|
|
|
2704
2704
|
|
|
2705
2705
|
// ../../node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms/index.js
|
|
2706
2706
|
var require_es_object_atoms = __commonJS({
|
|
2707
|
-
"../../node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms/index.js"(exports,
|
|
2707
|
+
"../../node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms/index.js"(exports, module) {
|
|
2708
2708
|
"use strict";
|
|
2709
2709
|
init_cjs_shims();
|
|
2710
|
-
|
|
2710
|
+
module.exports = Object;
|
|
2711
2711
|
}
|
|
2712
2712
|
});
|
|
2713
2713
|
|
|
2714
2714
|
// ../../node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/index.js
|
|
2715
2715
|
var require_es_errors = __commonJS({
|
|
2716
|
-
"../../node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/index.js"(exports,
|
|
2716
|
+
"../../node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/index.js"(exports, module) {
|
|
2717
2717
|
"use strict";
|
|
2718
2718
|
init_cjs_shims();
|
|
2719
|
-
|
|
2719
|
+
module.exports = Error;
|
|
2720
2720
|
}
|
|
2721
2721
|
});
|
|
2722
2722
|
|
|
2723
2723
|
// ../../node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/eval.js
|
|
2724
2724
|
var require_eval = __commonJS({
|
|
2725
|
-
"../../node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/eval.js"(exports,
|
|
2725
|
+
"../../node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/eval.js"(exports, module) {
|
|
2726
2726
|
"use strict";
|
|
2727
2727
|
init_cjs_shims();
|
|
2728
|
-
|
|
2728
|
+
module.exports = EvalError;
|
|
2729
2729
|
}
|
|
2730
2730
|
});
|
|
2731
2731
|
|
|
2732
2732
|
// ../../node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/range.js
|
|
2733
2733
|
var require_range = __commonJS({
|
|
2734
|
-
"../../node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/range.js"(exports,
|
|
2734
|
+
"../../node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/range.js"(exports, module) {
|
|
2735
2735
|
"use strict";
|
|
2736
2736
|
init_cjs_shims();
|
|
2737
|
-
|
|
2737
|
+
module.exports = RangeError;
|
|
2738
2738
|
}
|
|
2739
2739
|
});
|
|
2740
2740
|
|
|
2741
2741
|
// ../../node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/ref.js
|
|
2742
2742
|
var require_ref = __commonJS({
|
|
2743
|
-
"../../node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/ref.js"(exports,
|
|
2743
|
+
"../../node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/ref.js"(exports, module) {
|
|
2744
2744
|
"use strict";
|
|
2745
2745
|
init_cjs_shims();
|
|
2746
|
-
|
|
2746
|
+
module.exports = ReferenceError;
|
|
2747
2747
|
}
|
|
2748
2748
|
});
|
|
2749
2749
|
|
|
2750
2750
|
// ../../node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/syntax.js
|
|
2751
2751
|
var require_syntax = __commonJS({
|
|
2752
|
-
"../../node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/syntax.js"(exports,
|
|
2752
|
+
"../../node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/syntax.js"(exports, module) {
|
|
2753
2753
|
"use strict";
|
|
2754
2754
|
init_cjs_shims();
|
|
2755
|
-
|
|
2755
|
+
module.exports = SyntaxError;
|
|
2756
2756
|
}
|
|
2757
2757
|
});
|
|
2758
2758
|
|
|
2759
2759
|
// ../../node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/type.js
|
|
2760
2760
|
var require_type = __commonJS({
|
|
2761
|
-
"../../node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/type.js"(exports,
|
|
2761
|
+
"../../node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/type.js"(exports, module) {
|
|
2762
2762
|
"use strict";
|
|
2763
2763
|
init_cjs_shims();
|
|
2764
|
-
|
|
2764
|
+
module.exports = TypeError;
|
|
2765
2765
|
}
|
|
2766
2766
|
});
|
|
2767
2767
|
|
|
2768
2768
|
// ../../node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/uri.js
|
|
2769
2769
|
var require_uri = __commonJS({
|
|
2770
|
-
"../../node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/uri.js"(exports,
|
|
2770
|
+
"../../node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/uri.js"(exports, module) {
|
|
2771
2771
|
"use strict";
|
|
2772
2772
|
init_cjs_shims();
|
|
2773
|
-
|
|
2773
|
+
module.exports = URIError;
|
|
2774
2774
|
}
|
|
2775
2775
|
});
|
|
2776
2776
|
|
|
2777
2777
|
// ../../node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/abs.js
|
|
2778
2778
|
var require_abs = __commonJS({
|
|
2779
|
-
"../../node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/abs.js"(exports,
|
|
2779
|
+
"../../node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/abs.js"(exports, module) {
|
|
2780
2780
|
"use strict";
|
|
2781
2781
|
init_cjs_shims();
|
|
2782
|
-
|
|
2782
|
+
module.exports = Math.abs;
|
|
2783
2783
|
}
|
|
2784
2784
|
});
|
|
2785
2785
|
|
|
2786
2786
|
// ../../node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/floor.js
|
|
2787
2787
|
var require_floor = __commonJS({
|
|
2788
|
-
"../../node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/floor.js"(exports,
|
|
2788
|
+
"../../node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/floor.js"(exports, module) {
|
|
2789
2789
|
"use strict";
|
|
2790
2790
|
init_cjs_shims();
|
|
2791
|
-
|
|
2791
|
+
module.exports = Math.floor;
|
|
2792
2792
|
}
|
|
2793
2793
|
});
|
|
2794
2794
|
|
|
2795
2795
|
// ../../node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/max.js
|
|
2796
2796
|
var require_max = __commonJS({
|
|
2797
|
-
"../../node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/max.js"(exports,
|
|
2797
|
+
"../../node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/max.js"(exports, module) {
|
|
2798
2798
|
"use strict";
|
|
2799
2799
|
init_cjs_shims();
|
|
2800
|
-
|
|
2800
|
+
module.exports = Math.max;
|
|
2801
2801
|
}
|
|
2802
2802
|
});
|
|
2803
2803
|
|
|
2804
2804
|
// ../../node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/min.js
|
|
2805
2805
|
var require_min = __commonJS({
|
|
2806
|
-
"../../node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/min.js"(exports,
|
|
2806
|
+
"../../node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/min.js"(exports, module) {
|
|
2807
2807
|
"use strict";
|
|
2808
2808
|
init_cjs_shims();
|
|
2809
|
-
|
|
2809
|
+
module.exports = Math.min;
|
|
2810
2810
|
}
|
|
2811
2811
|
});
|
|
2812
2812
|
|
|
2813
2813
|
// ../../node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/pow.js
|
|
2814
2814
|
var require_pow = __commonJS({
|
|
2815
|
-
"../../node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/pow.js"(exports,
|
|
2815
|
+
"../../node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/pow.js"(exports, module) {
|
|
2816
2816
|
"use strict";
|
|
2817
2817
|
init_cjs_shims();
|
|
2818
|
-
|
|
2818
|
+
module.exports = Math.pow;
|
|
2819
2819
|
}
|
|
2820
2820
|
});
|
|
2821
2821
|
|
|
2822
2822
|
// ../../node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/round.js
|
|
2823
2823
|
var require_round = __commonJS({
|
|
2824
|
-
"../../node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/round.js"(exports,
|
|
2824
|
+
"../../node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/round.js"(exports, module) {
|
|
2825
2825
|
"use strict";
|
|
2826
2826
|
init_cjs_shims();
|
|
2827
|
-
|
|
2827
|
+
module.exports = Math.round;
|
|
2828
2828
|
}
|
|
2829
2829
|
});
|
|
2830
2830
|
|
|
2831
2831
|
// ../../node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/isNaN.js
|
|
2832
2832
|
var require_isNaN = __commonJS({
|
|
2833
|
-
"../../node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/isNaN.js"(exports,
|
|
2833
|
+
"../../node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/isNaN.js"(exports, module) {
|
|
2834
2834
|
"use strict";
|
|
2835
2835
|
init_cjs_shims();
|
|
2836
|
-
|
|
2836
|
+
module.exports = Number.isNaN || /* @__PURE__ */ __name(function isNaN2(a) {
|
|
2837
2837
|
return a !== a;
|
|
2838
2838
|
}, "isNaN");
|
|
2839
2839
|
}
|
|
@@ -2841,11 +2841,11 @@ var require_isNaN = __commonJS({
|
|
|
2841
2841
|
|
|
2842
2842
|
// ../../node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/sign.js
|
|
2843
2843
|
var require_sign = __commonJS({
|
|
2844
|
-
"../../node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/sign.js"(exports,
|
|
2844
|
+
"../../node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/sign.js"(exports, module) {
|
|
2845
2845
|
"use strict";
|
|
2846
2846
|
init_cjs_shims();
|
|
2847
2847
|
var $isNaN = require_isNaN();
|
|
2848
|
-
|
|
2848
|
+
module.exports = /* @__PURE__ */ __name(function sign(number) {
|
|
2849
2849
|
if ($isNaN(number) || number === 0) {
|
|
2850
2850
|
return number;
|
|
2851
2851
|
}
|
|
@@ -2856,16 +2856,16 @@ var require_sign = __commonJS({
|
|
|
2856
2856
|
|
|
2857
2857
|
// ../../node_modules/.pnpm/gopd@1.2.0/node_modules/gopd/gOPD.js
|
|
2858
2858
|
var require_gOPD = __commonJS({
|
|
2859
|
-
"../../node_modules/.pnpm/gopd@1.2.0/node_modules/gopd/gOPD.js"(exports,
|
|
2859
|
+
"../../node_modules/.pnpm/gopd@1.2.0/node_modules/gopd/gOPD.js"(exports, module) {
|
|
2860
2860
|
"use strict";
|
|
2861
2861
|
init_cjs_shims();
|
|
2862
|
-
|
|
2862
|
+
module.exports = Object.getOwnPropertyDescriptor;
|
|
2863
2863
|
}
|
|
2864
2864
|
});
|
|
2865
2865
|
|
|
2866
2866
|
// ../../node_modules/.pnpm/gopd@1.2.0/node_modules/gopd/index.js
|
|
2867
2867
|
var require_gopd = __commonJS({
|
|
2868
|
-
"../../node_modules/.pnpm/gopd@1.2.0/node_modules/gopd/index.js"(exports,
|
|
2868
|
+
"../../node_modules/.pnpm/gopd@1.2.0/node_modules/gopd/index.js"(exports, module) {
|
|
2869
2869
|
"use strict";
|
|
2870
2870
|
init_cjs_shims();
|
|
2871
2871
|
var $gOPD = require_gOPD();
|
|
@@ -2876,13 +2876,13 @@ var require_gopd = __commonJS({
|
|
|
2876
2876
|
$gOPD = null;
|
|
2877
2877
|
}
|
|
2878
2878
|
}
|
|
2879
|
-
|
|
2879
|
+
module.exports = $gOPD;
|
|
2880
2880
|
}
|
|
2881
2881
|
});
|
|
2882
2882
|
|
|
2883
2883
|
// ../../node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property/index.js
|
|
2884
2884
|
var require_es_define_property = __commonJS({
|
|
2885
|
-
"../../node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property/index.js"(exports,
|
|
2885
|
+
"../../node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property/index.js"(exports, module) {
|
|
2886
2886
|
"use strict";
|
|
2887
2887
|
init_cjs_shims();
|
|
2888
2888
|
var $defineProperty = Object.defineProperty || false;
|
|
@@ -2895,18 +2895,18 @@ var require_es_define_property = __commonJS({
|
|
|
2895
2895
|
$defineProperty = false;
|
|
2896
2896
|
}
|
|
2897
2897
|
}
|
|
2898
|
-
|
|
2898
|
+
module.exports = $defineProperty;
|
|
2899
2899
|
}
|
|
2900
2900
|
});
|
|
2901
2901
|
|
|
2902
2902
|
// ../../node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols/index.js
|
|
2903
2903
|
var require_has_symbols = __commonJS({
|
|
2904
|
-
"../../node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols/index.js"(exports,
|
|
2904
|
+
"../../node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols/index.js"(exports, module) {
|
|
2905
2905
|
"use strict";
|
|
2906
2906
|
init_cjs_shims();
|
|
2907
2907
|
var origSymbol = typeof Symbol !== "undefined" && Symbol;
|
|
2908
2908
|
var hasSymbolSham = require_shams();
|
|
2909
|
-
|
|
2909
|
+
module.exports = /* @__PURE__ */ __name(function hasNativeSymbols() {
|
|
2910
2910
|
if (typeof origSymbol !== "function") {
|
|
2911
2911
|
return false;
|
|
2912
2912
|
}
|
|
@@ -2926,26 +2926,26 @@ var require_has_symbols = __commonJS({
|
|
|
2926
2926
|
|
|
2927
2927
|
// ../../node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto/Reflect.getPrototypeOf.js
|
|
2928
2928
|
var require_Reflect_getPrototypeOf = __commonJS({
|
|
2929
|
-
"../../node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto/Reflect.getPrototypeOf.js"(exports,
|
|
2929
|
+
"../../node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto/Reflect.getPrototypeOf.js"(exports, module) {
|
|
2930
2930
|
"use strict";
|
|
2931
2931
|
init_cjs_shims();
|
|
2932
|
-
|
|
2932
|
+
module.exports = typeof Reflect !== "undefined" && Reflect.getPrototypeOf || null;
|
|
2933
2933
|
}
|
|
2934
2934
|
});
|
|
2935
2935
|
|
|
2936
2936
|
// ../../node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto/Object.getPrototypeOf.js
|
|
2937
2937
|
var require_Object_getPrototypeOf = __commonJS({
|
|
2938
|
-
"../../node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto/Object.getPrototypeOf.js"(exports,
|
|
2938
|
+
"../../node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto/Object.getPrototypeOf.js"(exports, module) {
|
|
2939
2939
|
"use strict";
|
|
2940
2940
|
init_cjs_shims();
|
|
2941
2941
|
var $Object = require_es_object_atoms();
|
|
2942
|
-
|
|
2942
|
+
module.exports = $Object.getPrototypeOf || null;
|
|
2943
2943
|
}
|
|
2944
2944
|
});
|
|
2945
2945
|
|
|
2946
2946
|
// ../../node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/implementation.js
|
|
2947
2947
|
var require_implementation = __commonJS({
|
|
2948
|
-
"../../node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/implementation.js"(exports,
|
|
2948
|
+
"../../node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/implementation.js"(exports, module) {
|
|
2949
2949
|
"use strict";
|
|
2950
2950
|
init_cjs_shims();
|
|
2951
2951
|
var ERROR_MESSAGE = "Function.prototype.bind called on incompatible ";
|
|
@@ -2979,7 +2979,7 @@ var require_implementation = __commonJS({
|
|
|
2979
2979
|
}
|
|
2980
2980
|
return str;
|
|
2981
2981
|
}, "joiny");
|
|
2982
|
-
|
|
2982
|
+
module.exports = /* @__PURE__ */ __name(function bind(that) {
|
|
2983
2983
|
var target = this;
|
|
2984
2984
|
if (typeof target !== "function" || toStr.apply(target) !== funcType) {
|
|
2985
2985
|
throw new TypeError(ERROR_MESSAGE + target);
|
|
@@ -3016,64 +3016,64 @@ var require_implementation = __commonJS({
|
|
|
3016
3016
|
|
|
3017
3017
|
// ../../node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/index.js
|
|
3018
3018
|
var require_function_bind = __commonJS({
|
|
3019
|
-
"../../node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/index.js"(exports,
|
|
3019
|
+
"../../node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/index.js"(exports, module) {
|
|
3020
3020
|
"use strict";
|
|
3021
3021
|
init_cjs_shims();
|
|
3022
3022
|
var implementation = require_implementation();
|
|
3023
|
-
|
|
3023
|
+
module.exports = Function.prototype.bind || implementation;
|
|
3024
3024
|
}
|
|
3025
3025
|
});
|
|
3026
3026
|
|
|
3027
3027
|
// ../../node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/functionCall.js
|
|
3028
3028
|
var require_functionCall = __commonJS({
|
|
3029
|
-
"../../node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/functionCall.js"(exports,
|
|
3029
|
+
"../../node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/functionCall.js"(exports, module) {
|
|
3030
3030
|
"use strict";
|
|
3031
3031
|
init_cjs_shims();
|
|
3032
|
-
|
|
3032
|
+
module.exports = Function.prototype.call;
|
|
3033
3033
|
}
|
|
3034
3034
|
});
|
|
3035
3035
|
|
|
3036
3036
|
// ../../node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/functionApply.js
|
|
3037
3037
|
var require_functionApply = __commonJS({
|
|
3038
|
-
"../../node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/functionApply.js"(exports,
|
|
3038
|
+
"../../node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/functionApply.js"(exports, module) {
|
|
3039
3039
|
"use strict";
|
|
3040
3040
|
init_cjs_shims();
|
|
3041
|
-
|
|
3041
|
+
module.exports = Function.prototype.apply;
|
|
3042
3042
|
}
|
|
3043
3043
|
});
|
|
3044
3044
|
|
|
3045
3045
|
// ../../node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/reflectApply.js
|
|
3046
3046
|
var require_reflectApply = __commonJS({
|
|
3047
|
-
"../../node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/reflectApply.js"(exports,
|
|
3047
|
+
"../../node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/reflectApply.js"(exports, module) {
|
|
3048
3048
|
"use strict";
|
|
3049
3049
|
init_cjs_shims();
|
|
3050
|
-
|
|
3050
|
+
module.exports = typeof Reflect !== "undefined" && Reflect && Reflect.apply;
|
|
3051
3051
|
}
|
|
3052
3052
|
});
|
|
3053
3053
|
|
|
3054
3054
|
// ../../node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/actualApply.js
|
|
3055
3055
|
var require_actualApply = __commonJS({
|
|
3056
|
-
"../../node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/actualApply.js"(exports,
|
|
3056
|
+
"../../node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/actualApply.js"(exports, module) {
|
|
3057
3057
|
"use strict";
|
|
3058
3058
|
init_cjs_shims();
|
|
3059
3059
|
var bind = require_function_bind();
|
|
3060
3060
|
var $apply = require_functionApply();
|
|
3061
3061
|
var $call = require_functionCall();
|
|
3062
3062
|
var $reflectApply = require_reflectApply();
|
|
3063
|
-
|
|
3063
|
+
module.exports = $reflectApply || bind.call($call, $apply);
|
|
3064
3064
|
}
|
|
3065
3065
|
});
|
|
3066
3066
|
|
|
3067
3067
|
// ../../node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/index.js
|
|
3068
3068
|
var require_call_bind_apply_helpers = __commonJS({
|
|
3069
|
-
"../../node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/index.js"(exports,
|
|
3069
|
+
"../../node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/index.js"(exports, module) {
|
|
3070
3070
|
"use strict";
|
|
3071
3071
|
init_cjs_shims();
|
|
3072
3072
|
var bind = require_function_bind();
|
|
3073
3073
|
var $TypeError = require_type();
|
|
3074
3074
|
var $call = require_functionCall();
|
|
3075
3075
|
var $actualApply = require_actualApply();
|
|
3076
|
-
|
|
3076
|
+
module.exports = /* @__PURE__ */ __name(function callBindBasic(args) {
|
|
3077
3077
|
if (args.length < 1 || typeof args[0] !== "function") {
|
|
3078
3078
|
throw new $TypeError("a function is required");
|
|
3079
3079
|
}
|
|
@@ -3084,7 +3084,7 @@ var require_call_bind_apply_helpers = __commonJS({
|
|
|
3084
3084
|
|
|
3085
3085
|
// ../../node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto/get.js
|
|
3086
3086
|
var require_get = __commonJS({
|
|
3087
|
-
"../../node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto/get.js"(exports,
|
|
3087
|
+
"../../node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto/get.js"(exports, module) {
|
|
3088
3088
|
"use strict";
|
|
3089
3089
|
init_cjs_shims();
|
|
3090
3090
|
var callBind = require_call_bind_apply_helpers();
|
|
@@ -3105,7 +3105,7 @@ var require_get = __commonJS({
|
|
|
3105
3105
|
);
|
|
3106
3106
|
var $Object = Object;
|
|
3107
3107
|
var $getPrototypeOf = $Object.getPrototypeOf;
|
|
3108
|
-
|
|
3108
|
+
module.exports = desc && typeof desc.get === "function" ? callBind([
|
|
3109
3109
|
desc.get
|
|
3110
3110
|
]) : typeof $getPrototypeOf === "function" ? (
|
|
3111
3111
|
/** @type {import('./get')} */
|
|
@@ -3118,13 +3118,13 @@ var require_get = __commonJS({
|
|
|
3118
3118
|
|
|
3119
3119
|
// ../../node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto/index.js
|
|
3120
3120
|
var require_get_proto = __commonJS({
|
|
3121
|
-
"../../node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto/index.js"(exports,
|
|
3121
|
+
"../../node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto/index.js"(exports, module) {
|
|
3122
3122
|
"use strict";
|
|
3123
3123
|
init_cjs_shims();
|
|
3124
3124
|
var reflectGetProto = require_Reflect_getPrototypeOf();
|
|
3125
3125
|
var originalGetProto = require_Object_getPrototypeOf();
|
|
3126
3126
|
var getDunderProto = require_get();
|
|
3127
|
-
|
|
3127
|
+
module.exports = reflectGetProto ? /* @__PURE__ */ __name(function getProto(O) {
|
|
3128
3128
|
return reflectGetProto(O);
|
|
3129
3129
|
}, "getProto") : originalGetProto ? /* @__PURE__ */ __name(function getProto(O) {
|
|
3130
3130
|
if (!O || typeof O !== "object" && typeof O !== "function") {
|
|
@@ -3139,19 +3139,19 @@ var require_get_proto = __commonJS({
|
|
|
3139
3139
|
|
|
3140
3140
|
// ../../node_modules/.pnpm/hasown@2.0.2/node_modules/hasown/index.js
|
|
3141
3141
|
var require_hasown = __commonJS({
|
|
3142
|
-
"../../node_modules/.pnpm/hasown@2.0.2/node_modules/hasown/index.js"(exports,
|
|
3142
|
+
"../../node_modules/.pnpm/hasown@2.0.2/node_modules/hasown/index.js"(exports, module) {
|
|
3143
3143
|
"use strict";
|
|
3144
3144
|
init_cjs_shims();
|
|
3145
3145
|
var call = Function.prototype.call;
|
|
3146
3146
|
var $hasOwn = Object.prototype.hasOwnProperty;
|
|
3147
3147
|
var bind = require_function_bind();
|
|
3148
|
-
|
|
3148
|
+
module.exports = bind.call(call, $hasOwn);
|
|
3149
3149
|
}
|
|
3150
3150
|
});
|
|
3151
3151
|
|
|
3152
3152
|
// ../../node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic/index.js
|
|
3153
3153
|
var require_get_intrinsic = __commonJS({
|
|
3154
|
-
"../../node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic/index.js"(exports,
|
|
3154
|
+
"../../node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic/index.js"(exports, module) {
|
|
3155
3155
|
"use strict";
|
|
3156
3156
|
init_cjs_shims();
|
|
3157
3157
|
var undefined2;
|
|
@@ -3578,7 +3578,7 @@ var require_get_intrinsic = __commonJS({
|
|
|
3578
3578
|
}
|
|
3579
3579
|
throw new $SyntaxError("intrinsic " + name + " does not exist!");
|
|
3580
3580
|
}, "getBaseIntrinsic");
|
|
3581
|
-
|
|
3581
|
+
module.exports = /* @__PURE__ */ __name(function GetIntrinsic(name, allowMissing) {
|
|
3582
3582
|
if (typeof name !== "string" || name.length === 0) {
|
|
3583
3583
|
throw new $TypeError("intrinsic name must be a non-empty string");
|
|
3584
3584
|
}
|
|
@@ -3647,7 +3647,7 @@ var require_get_intrinsic = __commonJS({
|
|
|
3647
3647
|
|
|
3648
3648
|
// ../../node_modules/.pnpm/call-bound@1.0.4/node_modules/call-bound/index.js
|
|
3649
3649
|
var require_call_bound = __commonJS({
|
|
3650
|
-
"../../node_modules/.pnpm/call-bound@1.0.4/node_modules/call-bound/index.js"(exports,
|
|
3650
|
+
"../../node_modules/.pnpm/call-bound@1.0.4/node_modules/call-bound/index.js"(exports, module) {
|
|
3651
3651
|
"use strict";
|
|
3652
3652
|
init_cjs_shims();
|
|
3653
3653
|
var GetIntrinsic = require_get_intrinsic();
|
|
@@ -3655,7 +3655,7 @@ var require_call_bound = __commonJS({
|
|
|
3655
3655
|
var $indexOf = callBindBasic([
|
|
3656
3656
|
GetIntrinsic("%String.prototype.indexOf%")
|
|
3657
3657
|
]);
|
|
3658
|
-
|
|
3658
|
+
module.exports = /* @__PURE__ */ __name(function callBoundIntrinsic(name, allowMissing) {
|
|
3659
3659
|
var intrinsic = (
|
|
3660
3660
|
/** @type {(this: unknown, ...args: unknown[]) => unknown} */
|
|
3661
3661
|
GetIntrinsic(name, !!allowMissing)
|
|
@@ -3675,7 +3675,7 @@ var require_call_bound = __commonJS({
|
|
|
3675
3675
|
|
|
3676
3676
|
// ../../node_modules/.pnpm/is-arguments@1.2.0/node_modules/is-arguments/index.js
|
|
3677
3677
|
var require_is_arguments = __commonJS({
|
|
3678
|
-
"../../node_modules/.pnpm/is-arguments@1.2.0/node_modules/is-arguments/index.js"(exports,
|
|
3678
|
+
"../../node_modules/.pnpm/is-arguments@1.2.0/node_modules/is-arguments/index.js"(exports, module) {
|
|
3679
3679
|
"use strict";
|
|
3680
3680
|
init_cjs_shims();
|
|
3681
3681
|
var hasToStringTag = require_shams2()();
|
|
@@ -3697,13 +3697,13 @@ var require_is_arguments = __commonJS({
|
|
|
3697
3697
|
return isStandardArguments(arguments);
|
|
3698
3698
|
}();
|
|
3699
3699
|
isStandardArguments.isLegacyArguments = isLegacyArguments;
|
|
3700
|
-
|
|
3700
|
+
module.exports = supportsStandardArguments ? isStandardArguments : isLegacyArguments;
|
|
3701
3701
|
}
|
|
3702
3702
|
});
|
|
3703
3703
|
|
|
3704
3704
|
// ../../node_modules/.pnpm/is-regex@1.2.1/node_modules/is-regex/index.js
|
|
3705
3705
|
var require_is_regex = __commonJS({
|
|
3706
|
-
"../../node_modules/.pnpm/is-regex@1.2.1/node_modules/is-regex/index.js"(exports,
|
|
3706
|
+
"../../node_modules/.pnpm/is-regex@1.2.1/node_modules/is-regex/index.js"(exports, module) {
|
|
3707
3707
|
"use strict";
|
|
3708
3708
|
init_cjs_shims();
|
|
3709
3709
|
var callBound = require_call_bound();
|
|
@@ -3766,20 +3766,20 @@ var require_is_regex = __commonJS({
|
|
|
3766
3766
|
var badStringifier;
|
|
3767
3767
|
var $toString;
|
|
3768
3768
|
var regexClass;
|
|
3769
|
-
|
|
3769
|
+
module.exports = fn;
|
|
3770
3770
|
}
|
|
3771
3771
|
});
|
|
3772
3772
|
|
|
3773
3773
|
// ../../node_modules/.pnpm/safe-regex-test@1.1.0/node_modules/safe-regex-test/index.js
|
|
3774
3774
|
var require_safe_regex_test = __commonJS({
|
|
3775
|
-
"../../node_modules/.pnpm/safe-regex-test@1.1.0/node_modules/safe-regex-test/index.js"(exports,
|
|
3775
|
+
"../../node_modules/.pnpm/safe-regex-test@1.1.0/node_modules/safe-regex-test/index.js"(exports, module) {
|
|
3776
3776
|
"use strict";
|
|
3777
3777
|
init_cjs_shims();
|
|
3778
3778
|
var callBound = require_call_bound();
|
|
3779
3779
|
var isRegex = require_is_regex();
|
|
3780
3780
|
var $exec = callBound("RegExp.prototype.exec");
|
|
3781
3781
|
var $TypeError = require_type();
|
|
3782
|
-
|
|
3782
|
+
module.exports = /* @__PURE__ */ __name(function regexTester(regex) {
|
|
3783
3783
|
if (!isRegex(regex)) {
|
|
3784
3784
|
throw new $TypeError("`regex` must be a RegExp");
|
|
3785
3785
|
}
|
|
@@ -3792,7 +3792,7 @@ var require_safe_regex_test = __commonJS({
|
|
|
3792
3792
|
|
|
3793
3793
|
// ../../node_modules/.pnpm/is-generator-function@1.1.0/node_modules/is-generator-function/index.js
|
|
3794
3794
|
var require_is_generator_function = __commonJS({
|
|
3795
|
-
"../../node_modules/.pnpm/is-generator-function@1.1.0/node_modules/is-generator-function/index.js"(exports,
|
|
3795
|
+
"../../node_modules/.pnpm/is-generator-function@1.1.0/node_modules/is-generator-function/index.js"(exports, module) {
|
|
3796
3796
|
"use strict";
|
|
3797
3797
|
init_cjs_shims();
|
|
3798
3798
|
var callBound = require_call_bound();
|
|
@@ -3812,7 +3812,7 @@ var require_is_generator_function = __commonJS({
|
|
|
3812
3812
|
}
|
|
3813
3813
|
}, "getGeneratorFunc");
|
|
3814
3814
|
var GeneratorFunction;
|
|
3815
|
-
|
|
3815
|
+
module.exports = /* @__PURE__ */ __name(function isGeneratorFunction(fn) {
|
|
3816
3816
|
if (typeof fn !== "function") {
|
|
3817
3817
|
return false;
|
|
3818
3818
|
}
|
|
@@ -3840,7 +3840,7 @@ var require_is_generator_function = __commonJS({
|
|
|
3840
3840
|
|
|
3841
3841
|
// ../../node_modules/.pnpm/is-callable@1.2.7/node_modules/is-callable/index.js
|
|
3842
3842
|
var require_is_callable = __commonJS({
|
|
3843
|
-
"../../node_modules/.pnpm/is-callable@1.2.7/node_modules/is-callable/index.js"(exports,
|
|
3843
|
+
"../../node_modules/.pnpm/is-callable@1.2.7/node_modules/is-callable/index.js"(exports, module) {
|
|
3844
3844
|
"use strict";
|
|
3845
3845
|
init_cjs_shims();
|
|
3846
3846
|
var fnToStr = Function.prototype.toString;
|
|
@@ -3916,7 +3916,7 @@ var require_is_callable = __commonJS({
|
|
|
3916
3916
|
}
|
|
3917
3917
|
}
|
|
3918
3918
|
var all;
|
|
3919
|
-
|
|
3919
|
+
module.exports = reflectApply ? /* @__PURE__ */ __name(function isCallable(value) {
|
|
3920
3920
|
if (isDDA(value)) {
|
|
3921
3921
|
return true;
|
|
3922
3922
|
}
|
|
@@ -3961,7 +3961,7 @@ var require_is_callable = __commonJS({
|
|
|
3961
3961
|
|
|
3962
3962
|
// ../../node_modules/.pnpm/for-each@0.3.5/node_modules/for-each/index.js
|
|
3963
3963
|
var require_for_each = __commonJS({
|
|
3964
|
-
"../../node_modules/.pnpm/for-each@0.3.5/node_modules/for-each/index.js"(exports,
|
|
3964
|
+
"../../node_modules/.pnpm/for-each@0.3.5/node_modules/for-each/index.js"(exports, module) {
|
|
3965
3965
|
"use strict";
|
|
3966
3966
|
init_cjs_shims();
|
|
3967
3967
|
var isCallable = require_is_callable();
|
|
@@ -4002,7 +4002,7 @@ var require_for_each = __commonJS({
|
|
|
4002
4002
|
return toStr.call(x) === "[object Array]";
|
|
4003
4003
|
}
|
|
4004
4004
|
__name(isArray, "isArray");
|
|
4005
|
-
|
|
4005
|
+
module.exports = /* @__PURE__ */ __name(function forEach(list, iterator, thisArg) {
|
|
4006
4006
|
if (!isCallable(iterator)) {
|
|
4007
4007
|
throw new TypeError("iterator must be a function");
|
|
4008
4008
|
}
|
|
@@ -4023,10 +4023,10 @@ var require_for_each = __commonJS({
|
|
|
4023
4023
|
|
|
4024
4024
|
// ../../node_modules/.pnpm/possible-typed-array-names@1.1.0/node_modules/possible-typed-array-names/index.js
|
|
4025
4025
|
var require_possible_typed_array_names = __commonJS({
|
|
4026
|
-
"../../node_modules/.pnpm/possible-typed-array-names@1.1.0/node_modules/possible-typed-array-names/index.js"(exports,
|
|
4026
|
+
"../../node_modules/.pnpm/possible-typed-array-names@1.1.0/node_modules/possible-typed-array-names/index.js"(exports, module) {
|
|
4027
4027
|
"use strict";
|
|
4028
4028
|
init_cjs_shims();
|
|
4029
|
-
|
|
4029
|
+
module.exports = [
|
|
4030
4030
|
"Float16Array",
|
|
4031
4031
|
"Float32Array",
|
|
4032
4032
|
"Float64Array",
|
|
@@ -4045,12 +4045,12 @@ var require_possible_typed_array_names = __commonJS({
|
|
|
4045
4045
|
|
|
4046
4046
|
// ../../node_modules/.pnpm/available-typed-arrays@1.0.7/node_modules/available-typed-arrays/index.js
|
|
4047
4047
|
var require_available_typed_arrays = __commonJS({
|
|
4048
|
-
"../../node_modules/.pnpm/available-typed-arrays@1.0.7/node_modules/available-typed-arrays/index.js"(exports,
|
|
4048
|
+
"../../node_modules/.pnpm/available-typed-arrays@1.0.7/node_modules/available-typed-arrays/index.js"(exports, module) {
|
|
4049
4049
|
"use strict";
|
|
4050
4050
|
init_cjs_shims();
|
|
4051
4051
|
var possibleNames = require_possible_typed_array_names();
|
|
4052
4052
|
var g = typeof globalThis === "undefined" ? global : globalThis;
|
|
4053
|
-
|
|
4053
|
+
module.exports = /* @__PURE__ */ __name(function availableTypedArrays() {
|
|
4054
4054
|
var out = [];
|
|
4055
4055
|
for (var i = 0; i < possibleNames.length; i++) {
|
|
4056
4056
|
if (typeof g[possibleNames[i]] === "function") {
|
|
@@ -4064,14 +4064,14 @@ var require_available_typed_arrays = __commonJS({
|
|
|
4064
4064
|
|
|
4065
4065
|
// ../../node_modules/.pnpm/define-data-property@1.1.4/node_modules/define-data-property/index.js
|
|
4066
4066
|
var require_define_data_property = __commonJS({
|
|
4067
|
-
"../../node_modules/.pnpm/define-data-property@1.1.4/node_modules/define-data-property/index.js"(exports,
|
|
4067
|
+
"../../node_modules/.pnpm/define-data-property@1.1.4/node_modules/define-data-property/index.js"(exports, module) {
|
|
4068
4068
|
"use strict";
|
|
4069
4069
|
init_cjs_shims();
|
|
4070
4070
|
var $defineProperty = require_es_define_property();
|
|
4071
4071
|
var $SyntaxError = require_syntax();
|
|
4072
4072
|
var $TypeError = require_type();
|
|
4073
4073
|
var gopd = require_gopd();
|
|
4074
|
-
|
|
4074
|
+
module.exports = /* @__PURE__ */ __name(function defineDataProperty(obj, property, value) {
|
|
4075
4075
|
if (!obj || typeof obj !== "object" && typeof obj !== "function") {
|
|
4076
4076
|
throw new $TypeError("`obj` must be an object or a function`");
|
|
4077
4077
|
}
|
|
@@ -4113,7 +4113,7 @@ var require_define_data_property = __commonJS({
|
|
|
4113
4113
|
|
|
4114
4114
|
// ../../node_modules/.pnpm/has-property-descriptors@1.0.2/node_modules/has-property-descriptors/index.js
|
|
4115
4115
|
var require_has_property_descriptors = __commonJS({
|
|
4116
|
-
"../../node_modules/.pnpm/has-property-descriptors@1.0.2/node_modules/has-property-descriptors/index.js"(exports,
|
|
4116
|
+
"../../node_modules/.pnpm/has-property-descriptors@1.0.2/node_modules/has-property-descriptors/index.js"(exports, module) {
|
|
4117
4117
|
"use strict";
|
|
4118
4118
|
init_cjs_shims();
|
|
4119
4119
|
var $defineProperty = require_es_define_property();
|
|
@@ -4132,13 +4132,13 @@ var require_has_property_descriptors = __commonJS({
|
|
|
4132
4132
|
return true;
|
|
4133
4133
|
}
|
|
4134
4134
|
}, "hasArrayLengthDefineBug");
|
|
4135
|
-
|
|
4135
|
+
module.exports = hasPropertyDescriptors;
|
|
4136
4136
|
}
|
|
4137
4137
|
});
|
|
4138
4138
|
|
|
4139
4139
|
// ../../node_modules/.pnpm/set-function-length@1.2.2/node_modules/set-function-length/index.js
|
|
4140
4140
|
var require_set_function_length = __commonJS({
|
|
4141
|
-
"../../node_modules/.pnpm/set-function-length@1.2.2/node_modules/set-function-length/index.js"(exports,
|
|
4141
|
+
"../../node_modules/.pnpm/set-function-length@1.2.2/node_modules/set-function-length/index.js"(exports, module) {
|
|
4142
4142
|
"use strict";
|
|
4143
4143
|
init_cjs_shims();
|
|
4144
4144
|
var GetIntrinsic = require_get_intrinsic();
|
|
@@ -4147,7 +4147,7 @@ var require_set_function_length = __commonJS({
|
|
|
4147
4147
|
var gOPD = require_gopd();
|
|
4148
4148
|
var $TypeError = require_type();
|
|
4149
4149
|
var $floor = GetIntrinsic("%Math.floor%");
|
|
4150
|
-
|
|
4150
|
+
module.exports = /* @__PURE__ */ __name(function setFunctionLength(fn, length) {
|
|
4151
4151
|
if (typeof fn !== "function") {
|
|
4152
4152
|
throw new $TypeError("`fn` is not a function");
|
|
4153
4153
|
}
|
|
@@ -4192,13 +4192,13 @@ var require_set_function_length = __commonJS({
|
|
|
4192
4192
|
|
|
4193
4193
|
// ../../node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/applyBind.js
|
|
4194
4194
|
var require_applyBind = __commonJS({
|
|
4195
|
-
"../../node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/applyBind.js"(exports,
|
|
4195
|
+
"../../node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/applyBind.js"(exports, module) {
|
|
4196
4196
|
"use strict";
|
|
4197
4197
|
init_cjs_shims();
|
|
4198
4198
|
var bind = require_function_bind();
|
|
4199
4199
|
var $apply = require_functionApply();
|
|
4200
4200
|
var actualApply = require_actualApply();
|
|
4201
|
-
|
|
4201
|
+
module.exports = /* @__PURE__ */ __name(function applyBind() {
|
|
4202
4202
|
return actualApply(bind, $apply, arguments);
|
|
4203
4203
|
}, "applyBind");
|
|
4204
4204
|
}
|
|
@@ -4206,31 +4206,31 @@ var require_applyBind = __commonJS({
|
|
|
4206
4206
|
|
|
4207
4207
|
// ../../node_modules/.pnpm/call-bind@1.0.8/node_modules/call-bind/index.js
|
|
4208
4208
|
var require_call_bind = __commonJS({
|
|
4209
|
-
"../../node_modules/.pnpm/call-bind@1.0.8/node_modules/call-bind/index.js"(exports,
|
|
4209
|
+
"../../node_modules/.pnpm/call-bind@1.0.8/node_modules/call-bind/index.js"(exports, module) {
|
|
4210
4210
|
"use strict";
|
|
4211
4211
|
init_cjs_shims();
|
|
4212
4212
|
var setFunctionLength = require_set_function_length();
|
|
4213
4213
|
var $defineProperty = require_es_define_property();
|
|
4214
4214
|
var callBindBasic = require_call_bind_apply_helpers();
|
|
4215
4215
|
var applyBind = require_applyBind();
|
|
4216
|
-
|
|
4216
|
+
module.exports = /* @__PURE__ */ __name(function callBind(originalFunction) {
|
|
4217
4217
|
var func = callBindBasic(arguments);
|
|
4218
4218
|
var adjustedLength = originalFunction.length - (arguments.length - 1);
|
|
4219
4219
|
return setFunctionLength(func, 1 + (adjustedLength > 0 ? adjustedLength : 0), true);
|
|
4220
4220
|
}, "callBind");
|
|
4221
4221
|
if ($defineProperty) {
|
|
4222
|
-
$defineProperty(
|
|
4222
|
+
$defineProperty(module.exports, "apply", {
|
|
4223
4223
|
value: applyBind
|
|
4224
4224
|
});
|
|
4225
4225
|
} else {
|
|
4226
|
-
|
|
4226
|
+
module.exports.apply = applyBind;
|
|
4227
4227
|
}
|
|
4228
4228
|
}
|
|
4229
4229
|
});
|
|
4230
4230
|
|
|
4231
4231
|
// ../../node_modules/.pnpm/which-typed-array@1.1.19/node_modules/which-typed-array/index.js
|
|
4232
4232
|
var require_which_typed_array = __commonJS({
|
|
4233
|
-
"../../node_modules/.pnpm/which-typed-array@1.1.19/node_modules/which-typed-array/index.js"(exports,
|
|
4233
|
+
"../../node_modules/.pnpm/which-typed-array@1.1.19/node_modules/which-typed-array/index.js"(exports, module) {
|
|
4234
4234
|
"use strict";
|
|
4235
4235
|
init_cjs_shims();
|
|
4236
4236
|
var forEach = require_for_each();
|
|
@@ -4321,7 +4321,7 @@ var require_which_typed_array = __commonJS({
|
|
|
4321
4321
|
);
|
|
4322
4322
|
return found;
|
|
4323
4323
|
}, "tryAllSlices");
|
|
4324
|
-
|
|
4324
|
+
module.exports = /* @__PURE__ */ __name(function whichTypedArray(value) {
|
|
4325
4325
|
if (!value || typeof value !== "object") {
|
|
4326
4326
|
return false;
|
|
4327
4327
|
}
|
|
@@ -4345,11 +4345,11 @@ var require_which_typed_array = __commonJS({
|
|
|
4345
4345
|
|
|
4346
4346
|
// ../../node_modules/.pnpm/is-typed-array@1.1.15/node_modules/is-typed-array/index.js
|
|
4347
4347
|
var require_is_typed_array = __commonJS({
|
|
4348
|
-
"../../node_modules/.pnpm/is-typed-array@1.1.15/node_modules/is-typed-array/index.js"(exports,
|
|
4348
|
+
"../../node_modules/.pnpm/is-typed-array@1.1.15/node_modules/is-typed-array/index.js"(exports, module) {
|
|
4349
4349
|
"use strict";
|
|
4350
4350
|
init_cjs_shims();
|
|
4351
4351
|
var whichTypedArray = require_which_typed_array();
|
|
4352
|
-
|
|
4352
|
+
module.exports = /* @__PURE__ */ __name(function isTypedArray(value) {
|
|
4353
4353
|
return !!whichTypedArray(value);
|
|
4354
4354
|
}, "isTypedArray");
|
|
4355
4355
|
}
|
|
@@ -4633,10 +4633,10 @@ var require_types = __commonJS({
|
|
|
4633
4633
|
|
|
4634
4634
|
// ../../node_modules/.pnpm/util@0.12.5/node_modules/util/support/isBuffer.js
|
|
4635
4635
|
var require_isBuffer = __commonJS({
|
|
4636
|
-
"../../node_modules/.pnpm/util@0.12.5/node_modules/util/support/isBuffer.js"(exports,
|
|
4636
|
+
"../../node_modules/.pnpm/util@0.12.5/node_modules/util/support/isBuffer.js"(exports, module) {
|
|
4637
4637
|
"use strict";
|
|
4638
4638
|
init_cjs_shims();
|
|
4639
|
-
|
|
4639
|
+
module.exports = /* @__PURE__ */ __name(function isBuffer(arg) {
|
|
4640
4640
|
return arg instanceof Buffer;
|
|
4641
4641
|
}, "isBuffer");
|
|
4642
4642
|
}
|
|
@@ -5261,7 +5261,7 @@ var require_util = __commonJS({
|
|
|
5261
5261
|
|
|
5262
5262
|
// ../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/buffer_list.js
|
|
5263
5263
|
var require_buffer_list = __commonJS({
|
|
5264
|
-
"../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/buffer_list.js"(exports,
|
|
5264
|
+
"../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/buffer_list.js"(exports, module) {
|
|
5265
5265
|
"use strict";
|
|
5266
5266
|
init_cjs_shims();
|
|
5267
5267
|
function ownKeys(object, enumerableOnly) {
|
|
@@ -5352,7 +5352,7 @@ var require_buffer_list = __commonJS({
|
|
|
5352
5352
|
Buffer2.prototype.copy.call(src, target, offset);
|
|
5353
5353
|
}
|
|
5354
5354
|
__name(copyBuffer, "copyBuffer");
|
|
5355
|
-
|
|
5355
|
+
module.exports = /* @__PURE__ */ function() {
|
|
5356
5356
|
function BufferList() {
|
|
5357
5357
|
_classCallCheck(this, BufferList);
|
|
5358
5358
|
this.head = null;
|
|
@@ -5529,7 +5529,7 @@ var require_buffer_list = __commonJS({
|
|
|
5529
5529
|
|
|
5530
5530
|
// ../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/destroy.js
|
|
5531
5531
|
var require_destroy = __commonJS({
|
|
5532
|
-
"../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/destroy.js"(exports,
|
|
5532
|
+
"../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/destroy.js"(exports, module) {
|
|
5533
5533
|
"use strict";
|
|
5534
5534
|
init_cjs_shims();
|
|
5535
5535
|
function destroy(err, cb) {
|
|
@@ -5615,7 +5615,7 @@ var require_destroy = __commonJS({
|
|
|
5615
5615
|
else stream.emit("error", err);
|
|
5616
5616
|
}
|
|
5617
5617
|
__name(errorOrDestroy, "errorOrDestroy");
|
|
5618
|
-
|
|
5618
|
+
module.exports = {
|
|
5619
5619
|
destroy,
|
|
5620
5620
|
undestroy,
|
|
5621
5621
|
errorOrDestroy
|
|
@@ -5625,7 +5625,7 @@ var require_destroy = __commonJS({
|
|
|
5625
5625
|
|
|
5626
5626
|
// ../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/errors.js
|
|
5627
5627
|
var require_errors = __commonJS({
|
|
5628
|
-
"../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/errors.js"(exports,
|
|
5628
|
+
"../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/errors.js"(exports, module) {
|
|
5629
5629
|
"use strict";
|
|
5630
5630
|
init_cjs_shims();
|
|
5631
5631
|
var codes = {};
|
|
@@ -5729,13 +5729,13 @@ var require_errors = __commonJS({
|
|
|
5729
5729
|
return "Unknown encoding: " + arg;
|
|
5730
5730
|
}, TypeError);
|
|
5731
5731
|
createErrorType("ERR_STREAM_UNSHIFT_AFTER_END_EVENT", "stream.unshift() after end event");
|
|
5732
|
-
|
|
5732
|
+
module.exports.codes = codes;
|
|
5733
5733
|
}
|
|
5734
5734
|
});
|
|
5735
5735
|
|
|
5736
5736
|
// ../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/state.js
|
|
5737
5737
|
var require_state = __commonJS({
|
|
5738
|
-
"../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/state.js"(exports,
|
|
5738
|
+
"../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/state.js"(exports, module) {
|
|
5739
5739
|
"use strict";
|
|
5740
5740
|
init_cjs_shims();
|
|
5741
5741
|
var ERR_INVALID_OPT_VALUE = require_errors().codes.ERR_INVALID_OPT_VALUE;
|
|
@@ -5755,7 +5755,7 @@ var require_state = __commonJS({
|
|
|
5755
5755
|
return state.objectMode ? 16 : 16 * 1024;
|
|
5756
5756
|
}
|
|
5757
5757
|
__name(getHighWaterMark, "getHighWaterMark");
|
|
5758
|
-
|
|
5758
|
+
module.exports = {
|
|
5759
5759
|
getHighWaterMark
|
|
5760
5760
|
};
|
|
5761
5761
|
}
|
|
@@ -5763,10 +5763,10 @@ var require_state = __commonJS({
|
|
|
5763
5763
|
|
|
5764
5764
|
// ../../node_modules/.pnpm/util-deprecate@1.0.2/node_modules/util-deprecate/browser.js
|
|
5765
5765
|
var require_browser = __commonJS({
|
|
5766
|
-
"../../node_modules/.pnpm/util-deprecate@1.0.2/node_modules/util-deprecate/browser.js"(exports,
|
|
5766
|
+
"../../node_modules/.pnpm/util-deprecate@1.0.2/node_modules/util-deprecate/browser.js"(exports, module) {
|
|
5767
5767
|
"use strict";
|
|
5768
5768
|
init_cjs_shims();
|
|
5769
|
-
|
|
5769
|
+
module.exports = deprecate;
|
|
5770
5770
|
function deprecate(fn, msg) {
|
|
5771
5771
|
if (config("noDeprecation")) {
|
|
5772
5772
|
return fn;
|
|
@@ -5805,10 +5805,10 @@ var require_browser = __commonJS({
|
|
|
5805
5805
|
|
|
5806
5806
|
// ../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_writable.js
|
|
5807
5807
|
var require_stream_writable = __commonJS({
|
|
5808
|
-
"../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_writable.js"(exports,
|
|
5808
|
+
"../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_writable.js"(exports, module) {
|
|
5809
5809
|
"use strict";
|
|
5810
5810
|
init_cjs_shims();
|
|
5811
|
-
|
|
5811
|
+
module.exports = Writable;
|
|
5812
5812
|
function CorkedRequest(state) {
|
|
5813
5813
|
var _this = this;
|
|
5814
5814
|
this.next = null;
|
|
@@ -6315,7 +6315,7 @@ var require_stream_writable = __commonJS({
|
|
|
6315
6315
|
|
|
6316
6316
|
// ../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_duplex.js
|
|
6317
6317
|
var require_stream_duplex = __commonJS({
|
|
6318
|
-
"../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_duplex.js"(exports,
|
|
6318
|
+
"../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_duplex.js"(exports, module) {
|
|
6319
6319
|
"use strict";
|
|
6320
6320
|
init_cjs_shims();
|
|
6321
6321
|
var objectKeys = Object.keys || function(obj) {
|
|
@@ -6323,7 +6323,7 @@ var require_stream_duplex = __commonJS({
|
|
|
6323
6323
|
for (var key in obj) keys2.push(key);
|
|
6324
6324
|
return keys2;
|
|
6325
6325
|
};
|
|
6326
|
-
|
|
6326
|
+
module.exports = Duplex;
|
|
6327
6327
|
var Readable = require_stream_readable();
|
|
6328
6328
|
var Writable = require_stream_writable();
|
|
6329
6329
|
require_inherits_browser()(Duplex, Readable);
|
|
@@ -6666,7 +6666,7 @@ var require_string_decoder2 = __commonJS({
|
|
|
6666
6666
|
|
|
6667
6667
|
// ../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/end-of-stream.js
|
|
6668
6668
|
var require_end_of_stream = __commonJS({
|
|
6669
|
-
"../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/end-of-stream.js"(exports,
|
|
6669
|
+
"../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/end-of-stream.js"(exports, module) {
|
|
6670
6670
|
"use strict";
|
|
6671
6671
|
init_cjs_shims();
|
|
6672
6672
|
var ERR_STREAM_PREMATURE_CLOSE = require_errors().codes.ERR_STREAM_PREMATURE_CLOSE;
|
|
@@ -6754,13 +6754,13 @@ var require_end_of_stream = __commonJS({
|
|
|
6754
6754
|
};
|
|
6755
6755
|
}
|
|
6756
6756
|
__name(eos, "eos");
|
|
6757
|
-
|
|
6757
|
+
module.exports = eos;
|
|
6758
6758
|
}
|
|
6759
6759
|
});
|
|
6760
6760
|
|
|
6761
6761
|
// ../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/async_iterator.js
|
|
6762
6762
|
var require_async_iterator = __commonJS({
|
|
6763
|
-
"../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/async_iterator.js"(exports,
|
|
6763
|
+
"../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/async_iterator.js"(exports, module) {
|
|
6764
6764
|
"use strict";
|
|
6765
6765
|
init_cjs_shims();
|
|
6766
6766
|
var _Object$setPrototypeO;
|
|
@@ -6950,13 +6950,13 @@ var require_async_iterator = __commonJS({
|
|
|
6950
6950
|
stream.on("readable", onReadable.bind(null, iterator));
|
|
6951
6951
|
return iterator;
|
|
6952
6952
|
}, "createReadableStreamAsyncIterator");
|
|
6953
|
-
|
|
6953
|
+
module.exports = createReadableStreamAsyncIterator;
|
|
6954
6954
|
}
|
|
6955
6955
|
});
|
|
6956
6956
|
|
|
6957
6957
|
// ../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/from.js
|
|
6958
6958
|
var require_from = __commonJS({
|
|
6959
|
-
"../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/from.js"(exports,
|
|
6959
|
+
"../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/from.js"(exports, module) {
|
|
6960
6960
|
"use strict";
|
|
6961
6961
|
init_cjs_shims();
|
|
6962
6962
|
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
|
|
@@ -7091,16 +7091,16 @@ var require_from = __commonJS({
|
|
|
7091
7091
|
return readable;
|
|
7092
7092
|
}
|
|
7093
7093
|
__name(from, "from");
|
|
7094
|
-
|
|
7094
|
+
module.exports = from;
|
|
7095
7095
|
}
|
|
7096
7096
|
});
|
|
7097
7097
|
|
|
7098
7098
|
// ../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_readable.js
|
|
7099
7099
|
var require_stream_readable = __commonJS({
|
|
7100
|
-
"../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_readable.js"(exports,
|
|
7100
|
+
"../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_readable.js"(exports, module) {
|
|
7101
7101
|
"use strict";
|
|
7102
7102
|
init_cjs_shims();
|
|
7103
|
-
|
|
7103
|
+
module.exports = Readable;
|
|
7104
7104
|
var Duplex;
|
|
7105
7105
|
Readable.ReadableState = ReadableState;
|
|
7106
7106
|
var EE = require_events().EventEmitter;
|
|
@@ -7879,10 +7879,10 @@ var require_stream_readable = __commonJS({
|
|
|
7879
7879
|
|
|
7880
7880
|
// ../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_transform.js
|
|
7881
7881
|
var require_stream_transform = __commonJS({
|
|
7882
|
-
"../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_transform.js"(exports,
|
|
7882
|
+
"../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_transform.js"(exports, module) {
|
|
7883
7883
|
"use strict";
|
|
7884
7884
|
init_cjs_shims();
|
|
7885
|
-
|
|
7885
|
+
module.exports = Transform;
|
|
7886
7886
|
var _require$codes = require_errors().codes;
|
|
7887
7887
|
var ERR_METHOD_NOT_IMPLEMENTED = _require$codes.ERR_METHOD_NOT_IMPLEMENTED;
|
|
7888
7888
|
var ERR_MULTIPLE_CALLBACK = _require$codes.ERR_MULTIPLE_CALLBACK;
|
|
@@ -7985,10 +7985,10 @@ var require_stream_transform = __commonJS({
|
|
|
7985
7985
|
|
|
7986
7986
|
// ../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_passthrough.js
|
|
7987
7987
|
var require_stream_passthrough = __commonJS({
|
|
7988
|
-
"../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_passthrough.js"(exports,
|
|
7988
|
+
"../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_passthrough.js"(exports, module) {
|
|
7989
7989
|
"use strict";
|
|
7990
7990
|
init_cjs_shims();
|
|
7991
|
-
|
|
7991
|
+
module.exports = PassThrough;
|
|
7992
7992
|
var Transform = require_stream_transform();
|
|
7993
7993
|
require_inherits_browser()(PassThrough, Transform);
|
|
7994
7994
|
function PassThrough(options) {
|
|
@@ -8004,7 +8004,7 @@ var require_stream_passthrough = __commonJS({
|
|
|
8004
8004
|
|
|
8005
8005
|
// ../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/pipeline.js
|
|
8006
8006
|
var require_pipeline = __commonJS({
|
|
8007
|
-
"../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/pipeline.js"(exports,
|
|
8007
|
+
"../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/pipeline.js"(exports, module) {
|
|
8008
8008
|
"use strict";
|
|
8009
8009
|
init_cjs_shims();
|
|
8010
8010
|
var eos;
|
|
@@ -8092,22 +8092,22 @@ var require_pipeline = __commonJS({
|
|
|
8092
8092
|
return streams.reduce(pipe);
|
|
8093
8093
|
}
|
|
8094
8094
|
__name(pipeline, "pipeline");
|
|
8095
|
-
|
|
8095
|
+
module.exports = pipeline;
|
|
8096
8096
|
}
|
|
8097
8097
|
});
|
|
8098
8098
|
|
|
8099
8099
|
// ../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/readable.js
|
|
8100
8100
|
var require_readable = __commonJS({
|
|
8101
|
-
"../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/readable.js"(exports,
|
|
8101
|
+
"../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/readable.js"(exports, module) {
|
|
8102
8102
|
"use strict";
|
|
8103
8103
|
init_cjs_shims();
|
|
8104
|
-
var Stream =
|
|
8104
|
+
var Stream = __require("stream");
|
|
8105
8105
|
if (process.env.READABLE_STREAM === "disable" && Stream) {
|
|
8106
|
-
|
|
8107
|
-
Object.assign(
|
|
8108
|
-
|
|
8106
|
+
module.exports = Stream.Readable;
|
|
8107
|
+
Object.assign(module.exports, Stream);
|
|
8108
|
+
module.exports.Stream = Stream;
|
|
8109
8109
|
} else {
|
|
8110
|
-
exports =
|
|
8110
|
+
exports = module.exports = require_stream_readable();
|
|
8111
8111
|
exports.Stream = Stream || exports;
|
|
8112
8112
|
exports.Readable = exports;
|
|
8113
8113
|
exports.Writable = require_stream_writable();
|
|
@@ -8122,7 +8122,7 @@ var require_readable = __commonJS({
|
|
|
8122
8122
|
|
|
8123
8123
|
// ../../node_modules/.pnpm/hash-base@3.1.0/node_modules/hash-base/index.js
|
|
8124
8124
|
var require_hash_base = __commonJS({
|
|
8125
|
-
"../../node_modules/.pnpm/hash-base@3.1.0/node_modules/hash-base/index.js"(exports,
|
|
8125
|
+
"../../node_modules/.pnpm/hash-base@3.1.0/node_modules/hash-base/index.js"(exports, module) {
|
|
8126
8126
|
"use strict";
|
|
8127
8127
|
init_cjs_shims();
|
|
8128
8128
|
var Buffer2 = require_safe_buffer().Buffer;
|
|
@@ -8202,13 +8202,13 @@ var require_hash_base = __commonJS({
|
|
|
8202
8202
|
HashBase.prototype._digest = function() {
|
|
8203
8203
|
throw new Error("_digest is not implemented");
|
|
8204
8204
|
};
|
|
8205
|
-
|
|
8205
|
+
module.exports = HashBase;
|
|
8206
8206
|
}
|
|
8207
8207
|
});
|
|
8208
8208
|
|
|
8209
8209
|
// ../../node_modules/.pnpm/md5.js@1.3.5/node_modules/md5.js/index.js
|
|
8210
8210
|
var require_md5 = __commonJS({
|
|
8211
|
-
"../../node_modules/.pnpm/md5.js@1.3.5/node_modules/md5.js/index.js"(exports,
|
|
8211
|
+
"../../node_modules/.pnpm/md5.js@1.3.5/node_modules/md5.js/index.js"(exports, module) {
|
|
8212
8212
|
"use strict";
|
|
8213
8213
|
init_cjs_shims();
|
|
8214
8214
|
var inherits = require_inherits_browser();
|
|
@@ -8338,17 +8338,17 @@ var require_md5 = __commonJS({
|
|
|
8338
8338
|
return rotl(a + (c ^ (b | ~d)) + m + k | 0, s) + b | 0;
|
|
8339
8339
|
}
|
|
8340
8340
|
__name(fnI, "fnI");
|
|
8341
|
-
|
|
8341
|
+
module.exports = MD5;
|
|
8342
8342
|
}
|
|
8343
8343
|
});
|
|
8344
8344
|
|
|
8345
8345
|
// ../../node_modules/.pnpm/create-hash@1.2.0/node_modules/create-hash/md5.js
|
|
8346
8346
|
var require_md52 = __commonJS({
|
|
8347
|
-
"../../node_modules/.pnpm/create-hash@1.2.0/node_modules/create-hash/md5.js"(exports,
|
|
8347
|
+
"../../node_modules/.pnpm/create-hash@1.2.0/node_modules/create-hash/md5.js"(exports, module) {
|
|
8348
8348
|
"use strict";
|
|
8349
8349
|
init_cjs_shims();
|
|
8350
8350
|
var MD5 = require_md5();
|
|
8351
|
-
|
|
8351
|
+
module.exports = function(buffer) {
|
|
8352
8352
|
return new MD5().update(buffer).digest();
|
|
8353
8353
|
};
|
|
8354
8354
|
}
|
|
@@ -8356,7 +8356,7 @@ var require_md52 = __commonJS({
|
|
|
8356
8356
|
|
|
8357
8357
|
// ../../node_modules/.pnpm/ripemd160@2.0.2/node_modules/ripemd160/index.js
|
|
8358
8358
|
var require_ripemd160 = __commonJS({
|
|
8359
|
-
"../../node_modules/.pnpm/ripemd160@2.0.2/node_modules/ripemd160/index.js"(exports,
|
|
8359
|
+
"../../node_modules/.pnpm/ripemd160@2.0.2/node_modules/ripemd160/index.js"(exports, module) {
|
|
8360
8360
|
"use strict";
|
|
8361
8361
|
init_cjs_shims();
|
|
8362
8362
|
var Buffer2 = require_buffer().Buffer;
|
|
@@ -8808,13 +8808,13 @@ var require_ripemd160 = __commonJS({
|
|
|
8808
8808
|
return rotl(a + (b ^ (c | ~d)) + m + k | 0, s) + e | 0;
|
|
8809
8809
|
}
|
|
8810
8810
|
__name(fn5, "fn5");
|
|
8811
|
-
|
|
8811
|
+
module.exports = RIPEMD160;
|
|
8812
8812
|
}
|
|
8813
8813
|
});
|
|
8814
8814
|
|
|
8815
8815
|
// ../../node_modules/.pnpm/sha.js@2.4.11/node_modules/sha.js/hash.js
|
|
8816
8816
|
var require_hash = __commonJS({
|
|
8817
|
-
"../../node_modules/.pnpm/sha.js@2.4.11/node_modules/sha.js/hash.js"(exports,
|
|
8817
|
+
"../../node_modules/.pnpm/sha.js@2.4.11/node_modules/sha.js/hash.js"(exports, module) {
|
|
8818
8818
|
"use strict";
|
|
8819
8819
|
init_cjs_shims();
|
|
8820
8820
|
var Buffer2 = require_safe_buffer().Buffer;
|
|
@@ -8873,13 +8873,13 @@ var require_hash = __commonJS({
|
|
|
8873
8873
|
Hash.prototype._update = function() {
|
|
8874
8874
|
throw new Error("_update must be implemented by subclass");
|
|
8875
8875
|
};
|
|
8876
|
-
|
|
8876
|
+
module.exports = Hash;
|
|
8877
8877
|
}
|
|
8878
8878
|
});
|
|
8879
8879
|
|
|
8880
8880
|
// ../../node_modules/.pnpm/sha.js@2.4.11/node_modules/sha.js/sha.js
|
|
8881
8881
|
var require_sha = __commonJS({
|
|
8882
|
-
"../../node_modules/.pnpm/sha.js@2.4.11/node_modules/sha.js/sha.js"(exports,
|
|
8882
|
+
"../../node_modules/.pnpm/sha.js@2.4.11/node_modules/sha.js/sha.js"(exports, module) {
|
|
8883
8883
|
"use strict";
|
|
8884
8884
|
init_cjs_shims();
|
|
8885
8885
|
var inherits = require_inherits_browser();
|
|
@@ -8954,13 +8954,13 @@ var require_sha = __commonJS({
|
|
|
8954
8954
|
H.writeInt32BE(this._e | 0, 16);
|
|
8955
8955
|
return H;
|
|
8956
8956
|
};
|
|
8957
|
-
|
|
8957
|
+
module.exports = Sha;
|
|
8958
8958
|
}
|
|
8959
8959
|
});
|
|
8960
8960
|
|
|
8961
8961
|
// ../../node_modules/.pnpm/sha.js@2.4.11/node_modules/sha.js/sha1.js
|
|
8962
8962
|
var require_sha1 = __commonJS({
|
|
8963
|
-
"../../node_modules/.pnpm/sha.js@2.4.11/node_modules/sha.js/sha1.js"(exports,
|
|
8963
|
+
"../../node_modules/.pnpm/sha.js@2.4.11/node_modules/sha.js/sha1.js"(exports, module) {
|
|
8964
8964
|
"use strict";
|
|
8965
8965
|
init_cjs_shims();
|
|
8966
8966
|
var inherits = require_inherits_browser();
|
|
@@ -9039,13 +9039,13 @@ var require_sha1 = __commonJS({
|
|
|
9039
9039
|
H.writeInt32BE(this._e | 0, 16);
|
|
9040
9040
|
return H;
|
|
9041
9041
|
};
|
|
9042
|
-
|
|
9042
|
+
module.exports = Sha1;
|
|
9043
9043
|
}
|
|
9044
9044
|
});
|
|
9045
9045
|
|
|
9046
9046
|
// ../../node_modules/.pnpm/sha.js@2.4.11/node_modules/sha.js/sha256.js
|
|
9047
9047
|
var require_sha256 = __commonJS({
|
|
9048
|
-
"../../node_modules/.pnpm/sha.js@2.4.11/node_modules/sha.js/sha256.js"(exports,
|
|
9048
|
+
"../../node_modules/.pnpm/sha.js@2.4.11/node_modules/sha.js/sha256.js"(exports, module) {
|
|
9049
9049
|
"use strict";
|
|
9050
9050
|
init_cjs_shims();
|
|
9051
9051
|
var inherits = require_inherits_browser();
|
|
@@ -9205,13 +9205,13 @@ var require_sha256 = __commonJS({
|
|
|
9205
9205
|
H.writeInt32BE(this._h, 28);
|
|
9206
9206
|
return H;
|
|
9207
9207
|
};
|
|
9208
|
-
|
|
9208
|
+
module.exports = Sha256;
|
|
9209
9209
|
}
|
|
9210
9210
|
});
|
|
9211
9211
|
|
|
9212
9212
|
// ../../node_modules/.pnpm/sha.js@2.4.11/node_modules/sha.js/sha224.js
|
|
9213
9213
|
var require_sha224 = __commonJS({
|
|
9214
|
-
"../../node_modules/.pnpm/sha.js@2.4.11/node_modules/sha.js/sha224.js"(exports,
|
|
9214
|
+
"../../node_modules/.pnpm/sha.js@2.4.11/node_modules/sha.js/sha224.js"(exports, module) {
|
|
9215
9215
|
"use strict";
|
|
9216
9216
|
init_cjs_shims();
|
|
9217
9217
|
var inherits = require_inherits_browser();
|
|
@@ -9248,13 +9248,13 @@ var require_sha224 = __commonJS({
|
|
|
9248
9248
|
H.writeInt32BE(this._g, 24);
|
|
9249
9249
|
return H;
|
|
9250
9250
|
};
|
|
9251
|
-
|
|
9251
|
+
module.exports = Sha224;
|
|
9252
9252
|
}
|
|
9253
9253
|
});
|
|
9254
9254
|
|
|
9255
9255
|
// ../../node_modules/.pnpm/sha.js@2.4.11/node_modules/sha.js/sha512.js
|
|
9256
9256
|
var require_sha512 = __commonJS({
|
|
9257
|
-
"../../node_modules/.pnpm/sha.js@2.4.11/node_modules/sha.js/sha512.js"(exports,
|
|
9257
|
+
"../../node_modules/.pnpm/sha.js@2.4.11/node_modules/sha.js/sha512.js"(exports, module) {
|
|
9258
9258
|
"use strict";
|
|
9259
9259
|
init_cjs_shims();
|
|
9260
9260
|
var inherits = require_inherits_browser();
|
|
@@ -9603,13 +9603,13 @@ var require_sha512 = __commonJS({
|
|
|
9603
9603
|
writeInt64BE(this._hh, this._hl, 56);
|
|
9604
9604
|
return H;
|
|
9605
9605
|
};
|
|
9606
|
-
|
|
9606
|
+
module.exports = Sha512;
|
|
9607
9607
|
}
|
|
9608
9608
|
});
|
|
9609
9609
|
|
|
9610
9610
|
// ../../node_modules/.pnpm/sha.js@2.4.11/node_modules/sha.js/sha384.js
|
|
9611
9611
|
var require_sha384 = __commonJS({
|
|
9612
|
-
"../../node_modules/.pnpm/sha.js@2.4.11/node_modules/sha.js/sha384.js"(exports,
|
|
9612
|
+
"../../node_modules/.pnpm/sha.js@2.4.11/node_modules/sha.js/sha384.js"(exports, module) {
|
|
9613
9613
|
"use strict";
|
|
9614
9614
|
init_cjs_shims();
|
|
9615
9615
|
var inherits = require_inherits_browser();
|
|
@@ -9658,16 +9658,16 @@ var require_sha384 = __commonJS({
|
|
|
9658
9658
|
writeInt64BE(this._fh, this._fl, 40);
|
|
9659
9659
|
return H;
|
|
9660
9660
|
};
|
|
9661
|
-
|
|
9661
|
+
module.exports = Sha384;
|
|
9662
9662
|
}
|
|
9663
9663
|
});
|
|
9664
9664
|
|
|
9665
9665
|
// ../../node_modules/.pnpm/sha.js@2.4.11/node_modules/sha.js/index.js
|
|
9666
9666
|
var require_sha2 = __commonJS({
|
|
9667
|
-
"../../node_modules/.pnpm/sha.js@2.4.11/node_modules/sha.js/index.js"(exports,
|
|
9667
|
+
"../../node_modules/.pnpm/sha.js@2.4.11/node_modules/sha.js/index.js"(exports, module) {
|
|
9668
9668
|
"use strict";
|
|
9669
9669
|
init_cjs_shims();
|
|
9670
|
-
var exports =
|
|
9670
|
+
var exports = module.exports = /* @__PURE__ */ __name(function SHA(algorithm) {
|
|
9671
9671
|
algorithm = algorithm.toLowerCase();
|
|
9672
9672
|
var Algorithm = exports[algorithm];
|
|
9673
9673
|
if (!Algorithm) throw new Error(algorithm + " is not supported (we accept pull requests)");
|
|
@@ -9684,7 +9684,7 @@ var require_sha2 = __commonJS({
|
|
|
9684
9684
|
|
|
9685
9685
|
// ../../node_modules/.pnpm/create-hmac@1.1.7/node_modules/create-hmac/browser.js
|
|
9686
9686
|
var require_browser2 = __commonJS({
|
|
9687
|
-
"../../node_modules/.pnpm/create-hmac@1.1.7/node_modules/create-hmac/browser.js"(exports,
|
|
9687
|
+
"../../node_modules/.pnpm/create-hmac@1.1.7/node_modules/create-hmac/browser.js"(exports, module) {
|
|
9688
9688
|
"use strict";
|
|
9689
9689
|
init_cjs_shims();
|
|
9690
9690
|
var inherits = require_inherits_browser();
|
|
@@ -9731,7 +9731,7 @@ var require_browser2 = __commonJS({
|
|
|
9731
9731
|
var hash = this._alg === "rmd160" ? new RIPEMD160() : sha(this._alg);
|
|
9732
9732
|
return hash.update(this._opad).update(h).digest();
|
|
9733
9733
|
};
|
|
9734
|
-
|
|
9734
|
+
module.exports = /* @__PURE__ */ __name(function createHmac(alg, key) {
|
|
9735
9735
|
alg = alg.toLowerCase();
|
|
9736
9736
|
if (alg === "rmd160" || alg === "ripemd160") {
|
|
9737
9737
|
return new Hmac("rmd160", key);
|
|
@@ -9746,7 +9746,7 @@ var require_browser2 = __commonJS({
|
|
|
9746
9746
|
|
|
9747
9747
|
// ../../node_modules/.pnpm/tweetnacl@1.0.3/node_modules/tweetnacl/nacl-fast.js
|
|
9748
9748
|
var require_nacl_fast = __commonJS({
|
|
9749
|
-
"../../node_modules/.pnpm/tweetnacl@1.0.3/node_modules/tweetnacl/nacl-fast.js"(exports,
|
|
9749
|
+
"../../node_modules/.pnpm/tweetnacl@1.0.3/node_modules/tweetnacl/nacl-fast.js"(exports, module) {
|
|
9750
9750
|
"use strict";
|
|
9751
9751
|
init_cjs_shims();
|
|
9752
9752
|
(function(nacl) {
|
|
@@ -12175,8 +12175,8 @@ var require_nacl_fast = __commonJS({
|
|
|
12175
12175
|
for (i = 0; i < n; i++) x[i] = v[i];
|
|
12176
12176
|
cleanup(v);
|
|
12177
12177
|
});
|
|
12178
|
-
} else if (typeof
|
|
12179
|
-
crypto =
|
|
12178
|
+
} else if (typeof __require !== "undefined") {
|
|
12179
|
+
crypto = __require("crypto");
|
|
12180
12180
|
if (crypto && crypto.randomBytes) {
|
|
12181
12181
|
nacl.setPRNG(function(x, n) {
|
|
12182
12182
|
var i, v = crypto.randomBytes(n);
|
|
@@ -12186,7 +12186,7 @@ var require_nacl_fast = __commonJS({
|
|
|
12186
12186
|
}
|
|
12187
12187
|
}
|
|
12188
12188
|
})();
|
|
12189
|
-
})(typeof
|
|
12189
|
+
})(typeof module !== "undefined" && module.exports ? module.exports : self.nacl = self.nacl || {});
|
|
12190
12190
|
}
|
|
12191
12191
|
});
|
|
12192
12192
|
|
|
@@ -12275,8 +12275,8 @@ var require_dist = __commonJS({
|
|
|
12275
12275
|
|
|
12276
12276
|
// plugin.schema.json
|
|
12277
12277
|
var require_plugin_schema = __commonJS({
|
|
12278
|
-
"plugin.schema.json"(exports,
|
|
12279
|
-
|
|
12278
|
+
"plugin.schema.json"(exports, module) {
|
|
12279
|
+
module.exports = {
|
|
12280
12280
|
IMnemonicSeedManager: {
|
|
12281
12281
|
components: {
|
|
12282
12282
|
schemas: {
|
|
@@ -12639,20 +12639,12 @@ var require_plugin_schema = __commonJS({
|
|
|
12639
12639
|
});
|
|
12640
12640
|
|
|
12641
12641
|
// src/index.ts
|
|
12642
|
-
var index_exports = {};
|
|
12643
|
-
__export(index_exports, {
|
|
12644
|
-
MnemonicSeedManager: () => MnemonicSeedManager,
|
|
12645
|
-
MnemonicSeedManagerEntities: () => MnemonicSeedManagerEntities,
|
|
12646
|
-
MnemonicSeedManagerMigrations: () => MnemonicSeedManagerMigrations,
|
|
12647
|
-
schema: () => schema
|
|
12648
|
-
});
|
|
12649
|
-
module.exports = __toCommonJS(index_exports);
|
|
12650
12642
|
init_cjs_shims();
|
|
12651
|
-
|
|
12643
|
+
require('reflect-metadata');
|
|
12652
12644
|
|
|
12653
12645
|
// src/entities/MnemonicEntity.ts
|
|
12654
12646
|
init_cjs_shims();
|
|
12655
|
-
var
|
|
12647
|
+
var _typeorm = require('typeorm');
|
|
12656
12648
|
function _ts_decorate(decorators, target, key, desc) {
|
|
12657
12649
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
12658
12650
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -12664,25 +12656,25 @@ function _ts_metadata(k, v) {
|
|
|
12664
12656
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
12665
12657
|
}
|
|
12666
12658
|
__name(_ts_metadata, "_ts_metadata");
|
|
12667
|
-
var MnemonicEntity = class extends
|
|
12659
|
+
var MnemonicEntity = class extends _typeorm.BaseEntity {
|
|
12668
12660
|
static {
|
|
12669
12661
|
__name(this, "MnemonicEntity");
|
|
12670
12662
|
}
|
|
12671
|
-
|
|
12672
|
-
|
|
12673
|
-
|
|
12674
|
-
|
|
12675
|
-
|
|
12663
|
+
|
|
12664
|
+
|
|
12665
|
+
|
|
12666
|
+
|
|
12667
|
+
|
|
12676
12668
|
};
|
|
12677
12669
|
_ts_decorate([
|
|
12678
|
-
(0,
|
|
12670
|
+
_typeorm.PrimaryColumn.call(void 0, {
|
|
12679
12671
|
name: "id",
|
|
12680
12672
|
type: "varchar"
|
|
12681
12673
|
}),
|
|
12682
12674
|
_ts_metadata("design:type", String)
|
|
12683
12675
|
], MnemonicEntity.prototype, "id", void 0);
|
|
12684
12676
|
_ts_decorate([
|
|
12685
|
-
(0,
|
|
12677
|
+
_typeorm.Column.call(void 0, {
|
|
12686
12678
|
name: "hash",
|
|
12687
12679
|
unique: true,
|
|
12688
12680
|
type: "varchar"
|
|
@@ -12690,7 +12682,7 @@ _ts_decorate([
|
|
|
12690
12682
|
_ts_metadata("design:type", String)
|
|
12691
12683
|
], MnemonicEntity.prototype, "hash", void 0);
|
|
12692
12684
|
_ts_decorate([
|
|
12693
|
-
(0,
|
|
12685
|
+
_typeorm.Column.call(void 0, {
|
|
12694
12686
|
name: "mnemonic",
|
|
12695
12687
|
unique: true,
|
|
12696
12688
|
type: "varchar"
|
|
@@ -12698,7 +12690,7 @@ _ts_decorate([
|
|
|
12698
12690
|
_ts_metadata("design:type", String)
|
|
12699
12691
|
], MnemonicEntity.prototype, "mnemonic", void 0);
|
|
12700
12692
|
_ts_decorate([
|
|
12701
|
-
(0,
|
|
12693
|
+
_typeorm.Column.call(void 0, {
|
|
12702
12694
|
name: "master_key",
|
|
12703
12695
|
default: null,
|
|
12704
12696
|
type: "varchar"
|
|
@@ -12706,7 +12698,7 @@ _ts_decorate([
|
|
|
12706
12698
|
_ts_metadata("design:type", String)
|
|
12707
12699
|
], MnemonicEntity.prototype, "masterKey", void 0);
|
|
12708
12700
|
_ts_decorate([
|
|
12709
|
-
(0,
|
|
12701
|
+
_typeorm.Column.call(void 0, {
|
|
12710
12702
|
name: "chain_code",
|
|
12711
12703
|
default: null,
|
|
12712
12704
|
type: "varchar"
|
|
@@ -12714,23 +12706,23 @@ _ts_decorate([
|
|
|
12714
12706
|
_ts_metadata("design:type", String)
|
|
12715
12707
|
], MnemonicEntity.prototype, "chainCode", void 0);
|
|
12716
12708
|
MnemonicEntity = _ts_decorate([
|
|
12717
|
-
(0,
|
|
12709
|
+
_typeorm.Entity.call(void 0, "Mnemonic")
|
|
12718
12710
|
], MnemonicEntity);
|
|
12719
12711
|
|
|
12720
12712
|
// src/agent/MnemonicSeedManager.ts
|
|
12721
12713
|
init_cjs_shims();
|
|
12722
|
-
var import_utils = require("@noble/hashes/utils");
|
|
12723
|
-
var import_ssi_sdk_ext = require("@sphereon/ssi-sdk-ext.key-utils");
|
|
12724
12714
|
var import_ed25519_hd_key = __toESM(require_dist(), 1);
|
|
12725
|
-
var
|
|
12715
|
+
var _utils = require('@noble/hashes/utils');
|
|
12716
|
+
var _ssisdkextkeyutils = require('@sphereon/ssi-sdk-ext.key-utils');
|
|
12717
|
+
var _bip39 = require('bip39'); var bip39 = _interopRequireWildcard(_bip39);
|
|
12726
12718
|
var MnemonicSeedManager = class {
|
|
12727
12719
|
static {
|
|
12728
12720
|
__name(this, "MnemonicSeedManager");
|
|
12729
12721
|
}
|
|
12730
|
-
|
|
12731
|
-
|
|
12732
|
-
|
|
12733
|
-
|
|
12722
|
+
|
|
12723
|
+
|
|
12724
|
+
|
|
12725
|
+
|
|
12734
12726
|
constructor(dbConnection, secretBox) {
|
|
12735
12727
|
this.dbConnection = dbConnection;
|
|
12736
12728
|
this.secretBox = secretBox;
|
|
@@ -12767,9 +12759,9 @@ var MnemonicSeedManager = class {
|
|
|
12767
12759
|
id: args.id,
|
|
12768
12760
|
hash: args.hash
|
|
12769
12761
|
});
|
|
12770
|
-
if (mnemonicInfo
|
|
12762
|
+
if (_optionalChain([mnemonicInfo, 'optionalAccess', _2 => _2.mnemonic])) {
|
|
12771
12763
|
return {
|
|
12772
|
-
succeeded: mnemonicInfo.mnemonic.join(" ") === args.wordList
|
|
12764
|
+
succeeded: mnemonicInfo.mnemonic.join(" ") === _optionalChain([args, 'access', _3 => _3.wordList, 'optionalAccess', _4 => _4.join, 'call', _5 => _5(" ")])
|
|
12773
12765
|
};
|
|
12774
12766
|
}
|
|
12775
12767
|
throw new Error("Mnemonic not found");
|
|
@@ -12779,9 +12771,9 @@ var MnemonicSeedManager = class {
|
|
|
12779
12771
|
id: args.id,
|
|
12780
12772
|
hash: args.hash
|
|
12781
12773
|
});
|
|
12782
|
-
if (mnemonicInfo
|
|
12774
|
+
if (_optionalChain([mnemonicInfo, 'optionalAccess', _6 => _6.mnemonic])) {
|
|
12783
12775
|
return {
|
|
12784
|
-
succeeded: args.indexedWordList.every((indexedWord) => mnemonicInfo.mnemonic
|
|
12776
|
+
succeeded: args.indexedWordList.every((indexedWord) => _optionalChain([mnemonicInfo, 'access', _7 => _7.mnemonic, 'optionalAccess', _8 => _8.indexOf, 'call', _10 => _10(indexedWord[1])]) === indexedWord[0])
|
|
12785
12777
|
};
|
|
12786
12778
|
}
|
|
12787
12779
|
throw new Error("Mnemonic not found");
|
|
@@ -12794,7 +12786,7 @@ var MnemonicSeedManager = class {
|
|
|
12794
12786
|
async saveMnemonicInfo(args) {
|
|
12795
12787
|
if (args.mnemonic && this.secretBox) {
|
|
12796
12788
|
const mnemonic = args.mnemonic.join(" ");
|
|
12797
|
-
const hash = (0,
|
|
12789
|
+
const hash = _utils.bytesToHex.call(void 0, _ssisdkextkeyutils.shaHasher.call(void 0, mnemonic, "sha256"));
|
|
12798
12790
|
const mnemonicInfo = new MnemonicEntity();
|
|
12799
12791
|
mnemonicInfo.id = args.id ? args.id : hash;
|
|
12800
12792
|
mnemonicInfo.hash = hash;
|
|
@@ -12815,12 +12807,12 @@ var MnemonicSeedManager = class {
|
|
|
12815
12807
|
}).orWhere("hash = :hash", {
|
|
12816
12808
|
hash: args.hash
|
|
12817
12809
|
}).getOne();
|
|
12818
|
-
if (mnemonicInfo
|
|
12819
|
-
const mnemonicStr = await this.secretBox
|
|
12810
|
+
if (_optionalChain([mnemonicInfo, 'optionalAccess', _11 => _11.mnemonic])) {
|
|
12811
|
+
const mnemonicStr = await _optionalChain([this, 'access', _12 => _12.secretBox, 'optionalAccess', _13 => _13.decrypt, 'call', _14 => _14(mnemonicInfo.mnemonic)]);
|
|
12820
12812
|
return {
|
|
12821
12813
|
id: mnemonicInfo.id,
|
|
12822
12814
|
hash: mnemonicInfo.hash,
|
|
12823
|
-
mnemonic: mnemonicStr
|
|
12815
|
+
mnemonic: _optionalChain([mnemonicStr, 'optionalAccess', _15 => _15.split, 'call', _16 => _16(" ")])
|
|
12824
12816
|
};
|
|
12825
12817
|
}
|
|
12826
12818
|
return {};
|
|
@@ -12911,45 +12903,45 @@ init_cjs_shims();
|
|
|
12911
12903
|
|
|
12912
12904
|
// src/migrations/generic/1-CreateMnemonics.ts
|
|
12913
12905
|
init_cjs_shims();
|
|
12914
|
-
var
|
|
12906
|
+
var _debug = require('debug'); var _debug2 = _interopRequireDefault(_debug);
|
|
12915
12907
|
|
|
12916
12908
|
// src/migrations/postgres/1659566636105-CreateMnemonics.ts
|
|
12917
12909
|
init_cjs_shims();
|
|
12918
|
-
var CreateMnemonics1659566636105 = class {
|
|
12910
|
+
var CreateMnemonics1659566636105 = (_class = class {constructor() { _class.prototype.__init2.call(this); }
|
|
12919
12911
|
static {
|
|
12920
12912
|
__name(this, "CreateMnemonics1659566636105");
|
|
12921
12913
|
}
|
|
12922
|
-
name = "CreateMnemonics1659566636105"
|
|
12914
|
+
__init2() {this.name = "CreateMnemonics1659566636105"}
|
|
12923
12915
|
async up(queryRunner) {
|
|
12924
12916
|
await queryRunner.query(`CREATE TABLE "Mnemonic" ("id" character varying NOT NULL, "hash" character varying NOT NULL, "mnemonic" character varying NOT NULL, "master_key" character varying, "chain_code" character varying, CONSTRAINT "UQ_hash" UNIQUE ("hash"), CONSTRAINT "UQ_mnemonic" UNIQUE ("mnemonic"), CONSTRAINT "PK_mnemonic_id" PRIMARY KEY ("id"))`);
|
|
12925
12917
|
}
|
|
12926
12918
|
async down(queryRunner) {
|
|
12927
12919
|
await queryRunner.query(`DROP TABLE "Mnemonic"`);
|
|
12928
12920
|
}
|
|
12929
|
-
};
|
|
12921
|
+
}, _class);
|
|
12930
12922
|
|
|
12931
12923
|
// src/migrations/sqlite/1659566622817-CreateMnemonics.ts
|
|
12932
12924
|
init_cjs_shims();
|
|
12933
|
-
var CreateMnemonics1659566622817 = class {
|
|
12925
|
+
var CreateMnemonics1659566622817 = (_class2 = class {constructor() { _class2.prototype.__init3.call(this); }
|
|
12934
12926
|
static {
|
|
12935
12927
|
__name(this, "CreateMnemonics1659566622817");
|
|
12936
12928
|
}
|
|
12937
|
-
name = "CreateMnemonics1659566622817"
|
|
12929
|
+
__init3() {this.name = "CreateMnemonics1659566622817"}
|
|
12938
12930
|
async up(queryRunner) {
|
|
12939
12931
|
await queryRunner.query(`CREATE TABLE "Mnemonic" ("id" varchar PRIMARY KEY NOT NULL, "hash" varchar NOT NULL, "mnemonic" varchar NOT NULL, "master_key" varchar, "chain_code" varchar, CONSTRAINT "UQ_hash" UNIQUE ("hash"), CONSTRAINT "UQ_mnemonic" UNIQUE ("mnemonic"))`);
|
|
12940
12932
|
}
|
|
12941
12933
|
async down(queryRunner) {
|
|
12942
12934
|
await queryRunner.query(`DROP TABLE "Mnemonic"`);
|
|
12943
12935
|
}
|
|
12944
|
-
};
|
|
12936
|
+
}, _class2);
|
|
12945
12937
|
|
|
12946
12938
|
// src/migrations/generic/1-CreateMnemonics.ts
|
|
12947
|
-
var debug = (0,
|
|
12948
|
-
var CreateMnemonics1659567079429 = class {
|
|
12939
|
+
var debug = _debug2.default.call(void 0, "sphereon:ssi-sdk:migrations");
|
|
12940
|
+
var CreateMnemonics1659567079429 = (_class3 = class {constructor() { _class3.prototype.__init4.call(this); }
|
|
12949
12941
|
static {
|
|
12950
12942
|
__name(this, "CreateMnemonics1659567079429");
|
|
12951
12943
|
}
|
|
12952
|
-
name = "CreateMnemonics1659567079429"
|
|
12944
|
+
__init4() {this.name = "CreateMnemonics1659567079429"}
|
|
12953
12945
|
async up(queryRunner) {
|
|
12954
12946
|
debug("migration: creating mnemonic tables");
|
|
12955
12947
|
const dbType = queryRunner.connection.driver.options.type;
|
|
@@ -12988,7 +12980,7 @@ var CreateMnemonics1659567079429 = class {
|
|
|
12988
12980
|
return Promise.reject("Migrations are currently only supported for sqlite, react-native and postgres. Please run your database without migrations and with 'migrationsRun: false' and 'synchronize: true' for now");
|
|
12989
12981
|
}
|
|
12990
12982
|
}
|
|
12991
|
-
};
|
|
12983
|
+
}, _class3);
|
|
12992
12984
|
|
|
12993
12985
|
// src/migrations/generic/index.ts
|
|
12994
12986
|
var MnemonicSeedManagerMigrations = [
|
|
@@ -13000,6 +12992,12 @@ var schema = require_plugin_schema();
|
|
|
13000
12992
|
var MnemonicSeedManagerEntities = [
|
|
13001
12993
|
MnemonicEntity
|
|
13002
12994
|
];
|
|
12995
|
+
|
|
12996
|
+
|
|
12997
|
+
|
|
12998
|
+
|
|
12999
|
+
|
|
13000
|
+
exports.MnemonicSeedManager = MnemonicSeedManager; exports.MnemonicSeedManagerEntities = MnemonicSeedManagerEntities; exports.MnemonicSeedManagerMigrations = MnemonicSeedManagerMigrations; exports.schema = schema;
|
|
13003
13001
|
/*! Bundled license information:
|
|
13004
13002
|
|
|
13005
13003
|
ieee754/index.js:
|