@socketsecurity/sdk 3.0.31 → 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -1,19 +1,18 @@
1
- /* Socket SDK ESM - Built with esbuild */
1
+ /* Socket SDK CJS - Built with esbuild */
2
+ "use strict";
2
3
  var __create = Object.create;
3
4
  var __defProp = Object.defineProperty;
4
5
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
6
  var __getOwnPropNames = Object.getOwnPropertyNames;
6
7
  var __getProtoOf = Object.getPrototypeOf;
7
8
  var __hasOwnProp = Object.prototype.hasOwnProperty;
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
- });
14
- var __commonJS = (cb, mod) => function __require2() {
9
+ var __commonJS = (cb, mod) => function __require() {
15
10
  return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
16
11
  };
12
+ var __export = (target, all) => {
13
+ for (var name in all)
14
+ __defProp(target, name, { get: all[name], enumerable: true });
15
+ };
17
16
  var __copyProps = (to, from, except, desc) => {
18
17
  if (from && typeof from === "object" || typeof from === "function") {
19
18
  for (let key of __getOwnPropNames(from))
@@ -30,16 +29,17 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
30
29
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
31
30
  mod
32
31
  ));
32
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
33
33
 
34
34
  // @socketsecurity/lib/dist/constants/socket.js
35
35
  var require_socket = __commonJS({
36
- "@socketsecurity/lib/dist/constants/socket.js"(exports, module) {
36
+ "@socketsecurity/lib/dist/constants/socket.js"(exports2, module2) {
37
37
  "use strict";
38
38
  var __defProp2 = Object.defineProperty;
39
39
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
40
40
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
41
41
  var __hasOwnProp2 = Object.prototype.hasOwnProperty;
42
- var __export = (target, all) => {
42
+ var __export2 = (target, all) => {
43
43
  for (var name in all)
44
44
  __defProp2(target, name, { get: all[name], enumerable: true });
45
45
  };
@@ -51,9 +51,9 @@ var require_socket = __commonJS({
51
51
  }
52
52
  return to;
53
53
  };
54
- var __toCommonJS = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
54
+ var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
55
55
  var socket_exports = {};
56
- __export(socket_exports, {
56
+ __export2(socket_exports, {
57
57
  CACHE_SOCKET_API_DIR: () => CACHE_SOCKET_API_DIR,
58
58
  REGISTRY: () => REGISTRY,
59
59
  REGISTRY_SCOPE_DELIMITER: () => REGISTRY_SCOPE_DELIMITER,
@@ -81,7 +81,7 @@ var require_socket = __commonJS({
81
81
  SOCKET_STATUS_URL: () => SOCKET_STATUS_URL,
82
82
  SOCKET_WEBSITE_URL: () => SOCKET_WEBSITE_URL
83
83
  });
84
- module.exports = __toCommonJS(socket_exports);
84
+ module2.exports = __toCommonJS2(socket_exports);
85
85
  var SOCKET_API_BASE_URL = "https://api.socket.dev/v0";
86
86
  var SOCKET_PUBLIC_API_KEY = "sktsec_t_--RAN5U4ivauy4w37-6aoKyYPDt5ZbaT5JBVMqiwKo_api";
87
87
  var SOCKET_PUBLIC_API_TOKEN2 = SOCKET_PUBLIC_API_KEY;
@@ -113,13 +113,13 @@ var require_socket = __commonJS({
113
113
 
114
114
  // @socketsecurity/lib/dist/constants/process.js
115
115
  var require_process = __commonJS({
116
- "@socketsecurity/lib/dist/constants/process.js"(exports, module) {
116
+ "@socketsecurity/lib/dist/constants/process.js"(exports2, module2) {
117
117
  "use strict";
118
118
  var __defProp2 = Object.defineProperty;
119
119
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
120
120
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
121
121
  var __hasOwnProp2 = Object.prototype.hasOwnProperty;
122
- var __export = (target, all) => {
122
+ var __export2 = (target, all) => {
123
123
  for (var name in all)
124
124
  __defProp2(target, name, { get: all[name], enumerable: true });
125
125
  };
@@ -131,14 +131,14 @@ var require_process = __commonJS({
131
131
  }
132
132
  return to;
133
133
  };
134
- var __toCommonJS = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
134
+ var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
135
135
  var process_exports = {};
136
- __export(process_exports, {
136
+ __export2(process_exports, {
137
137
  getAbortController: () => getAbortController,
138
138
  getAbortSignal: () => getAbortSignal2,
139
139
  getSpinner: () => getSpinner
140
140
  });
141
- module.exports = __toCommonJS(process_exports);
141
+ module2.exports = __toCommonJS2(process_exports);
142
142
  var _abortController;
143
143
  function getAbortController() {
144
144
  if (_abortController === void 0) {
@@ -153,7 +153,7 @@ var require_process = __commonJS({
153
153
  function getSpinner() {
154
154
  if (_spinner === void 0) {
155
155
  try {
156
- const { Spinner: SpinnerFn } = __require("../lib/spinner");
156
+ const { Spinner: SpinnerFn } = require("../lib/spinner");
157
157
  _spinner = SpinnerFn() ?? null;
158
158
  } catch {
159
159
  _spinner = null;
@@ -166,13 +166,13 @@ var require_process = __commonJS({
166
166
 
167
167
  // @socketsecurity/lib/dist/env/rewire.js
168
168
  var require_rewire = __commonJS({
169
- "@socketsecurity/lib/dist/env/rewire.js"(exports, module) {
169
+ "@socketsecurity/lib/dist/env/rewire.js"(exports2, module2) {
170
170
  "use strict";
171
171
  var __defProp2 = Object.defineProperty;
172
172
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
173
173
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
174
174
  var __hasOwnProp2 = Object.prototype.hasOwnProperty;
175
- var __export = (target, all) => {
175
+ var __export2 = (target, all) => {
176
176
  for (var name in all)
177
177
  __defProp2(target, name, { get: all[name], enumerable: true });
178
178
  };
@@ -184,9 +184,9 @@ var require_rewire = __commonJS({
184
184
  }
185
185
  return to;
186
186
  };
187
- var __toCommonJS = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
187
+ var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
188
188
  var rewire_exports = {};
189
- __export(rewire_exports, {
189
+ __export2(rewire_exports, {
190
190
  clearEnv: () => clearEnv,
191
191
  getEnvValue: () => getEnvValue,
192
192
  hasOverride: () => hasOverride,
@@ -195,8 +195,8 @@ var require_rewire = __commonJS({
195
195
  withEnv: () => withEnv,
196
196
  withEnvSync: () => withEnvSync
197
197
  });
198
- module.exports = __toCommonJS(rewire_exports);
199
- var import_async_hooks = __require("async_hooks");
198
+ module2.exports = __toCommonJS2(rewire_exports);
199
+ var import_async_hooks = require("async_hooks");
200
200
  var envStorage = new import_async_hooks.AsyncLocalStorage();
201
201
  var testOverrides = /* @__PURE__ */ new Map();
202
202
  function getEnvValue(key) {
@@ -235,13 +235,13 @@ var require_rewire = __commonJS({
235
235
 
236
236
  // @socketsecurity/lib/dist/env/debug.js
237
237
  var require_debug = __commonJS({
238
- "@socketsecurity/lib/dist/env/debug.js"(exports, module) {
238
+ "@socketsecurity/lib/dist/env/debug.js"(exports2, module2) {
239
239
  "use strict";
240
240
  var __defProp2 = Object.defineProperty;
241
241
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
242
242
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
243
243
  var __hasOwnProp2 = Object.prototype.hasOwnProperty;
244
- var __export = (target, all) => {
244
+ var __export2 = (target, all) => {
245
245
  for (var name in all)
246
246
  __defProp2(target, name, { get: all[name], enumerable: true });
247
247
  };
@@ -253,12 +253,12 @@ var require_debug = __commonJS({
253
253
  }
254
254
  return to;
255
255
  };
256
- var __toCommonJS = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
256
+ var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
257
257
  var debug_exports = {};
258
- __export(debug_exports, {
258
+ __export2(debug_exports, {
259
259
  getDebug: () => getDebug
260
260
  });
261
- module.exports = __toCommonJS(debug_exports);
261
+ module2.exports = __toCommonJS2(debug_exports);
262
262
  var import_rewire = require_rewire();
263
263
  function getDebug() {
264
264
  return (0, import_rewire.getEnvValue)("DEBUG");
@@ -268,13 +268,13 @@ var require_debug = __commonJS({
268
268
 
269
269
  // @socketsecurity/lib/dist/env/helpers.js
270
270
  var require_helpers = __commonJS({
271
- "@socketsecurity/lib/dist/env/helpers.js"(exports, module) {
271
+ "@socketsecurity/lib/dist/env/helpers.js"(exports2, module2) {
272
272
  "use strict";
273
273
  var __defProp2 = Object.defineProperty;
274
274
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
275
275
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
276
276
  var __hasOwnProp2 = Object.prototype.hasOwnProperty;
277
- var __export = (target, all) => {
277
+ var __export2 = (target, all) => {
278
278
  for (var name in all)
279
279
  __defProp2(target, name, { get: all[name], enumerable: true });
280
280
  };
@@ -286,14 +286,14 @@ var require_helpers = __commonJS({
286
286
  }
287
287
  return to;
288
288
  };
289
- var __toCommonJS = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
289
+ var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
290
290
  var helpers_exports = {};
291
- __export(helpers_exports, {
291
+ __export2(helpers_exports, {
292
292
  envAsBoolean: () => envAsBoolean,
293
293
  envAsNumber: () => envAsNumber,
294
294
  envAsString: () => envAsString
295
295
  });
296
- module.exports = __toCommonJS(helpers_exports);
296
+ module2.exports = __toCommonJS2(helpers_exports);
297
297
  function envAsBoolean(value) {
298
298
  if (!value) {
299
299
  return false;
@@ -316,13 +316,13 @@ var require_helpers = __commonJS({
316
316
 
317
317
  // @socketsecurity/lib/dist/env/socket.js
318
318
  var require_socket2 = __commonJS({
319
- "@socketsecurity/lib/dist/env/socket.js"(exports, module) {
319
+ "@socketsecurity/lib/dist/env/socket.js"(exports2, module2) {
320
320
  "use strict";
321
321
  var __defProp2 = Object.defineProperty;
322
322
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
323
323
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
324
324
  var __hasOwnProp2 = Object.prototype.hasOwnProperty;
325
- var __export = (target, all) => {
325
+ var __export2 = (target, all) => {
326
326
  for (var name in all)
327
327
  __defProp2(target, name, { get: all[name], enumerable: true });
328
328
  };
@@ -334,9 +334,9 @@ var require_socket2 = __commonJS({
334
334
  }
335
335
  return to;
336
336
  };
337
- var __toCommonJS = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
337
+ var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
338
338
  var socket_exports = {};
339
- __export(socket_exports, {
339
+ __export2(socket_exports, {
340
340
  getSocketAcceptRisks: () => getSocketAcceptRisks,
341
341
  getSocketApiBaseUrl: () => getSocketApiBaseUrl,
342
342
  getSocketApiProxy: () => getSocketApiProxy,
@@ -353,7 +353,7 @@ var require_socket2 = __commonJS({
353
353
  getSocketRegistryUrl: () => getSocketRegistryUrl,
354
354
  getSocketViewAllRisks: () => getSocketViewAllRisks
355
355
  });
356
- module.exports = __toCommonJS(socket_exports);
356
+ module2.exports = __toCommonJS2(socket_exports);
357
357
  var import_helpers = require_helpers();
358
358
  var import_rewire = require_rewire();
359
359
  function getSocketAcceptRisks() {
@@ -406,7 +406,7 @@ var require_socket2 = __commonJS({
406
406
 
407
407
  // @socketsecurity/lib/dist/external/@socketregistry/is-unicode-supported.js
408
408
  var require_is_unicode_supported = __commonJS({
409
- "@socketsecurity/lib/dist/external/@socketregistry/is-unicode-supported.js"(exports, module) {
409
+ "@socketsecurity/lib/dist/external/@socketregistry/is-unicode-supported.js"(exports2, module2) {
410
410
  "use strict";
411
411
  var m = Object.create;
412
412
  var u = Object.defineProperty;
@@ -429,7 +429,7 @@ var require_is_unicode_supported = __commonJS({
429
429
  "use strict";
430
430
  var c;
431
431
  function v() {
432
- return c === void 0 && (c = __require("process")), c;
432
+ return c === void 0 && (c = require("process")), c;
433
433
  }
434
434
  s(v, "getProcess");
435
435
  f.exports = s(function() {
@@ -443,14 +443,14 @@ var require_is_unicode_supported = __commonJS({
443
443
  });
444
444
  var _ = {};
445
445
  R(_, { default: () => i.default, "module.exports": () => i.default });
446
- module.exports = S(_);
446
+ module2.exports = S(_);
447
447
  var i = x(l(), 1);
448
448
  }
449
449
  });
450
450
 
451
451
  // @socketsecurity/lib/dist/external/debug.js
452
452
  var require_debug2 = __commonJS({
453
- "@socketsecurity/lib/dist/external/debug.js"(exports, module) {
453
+ "@socketsecurity/lib/dist/external/debug.js"(exports2, module2) {
454
454
  "use strict";
455
455
  var ee = Object.defineProperty;
456
456
  var n = (e, r) => ee(e, "name", { value: r, configurable: true });
@@ -679,7 +679,7 @@ var require_debug2 = __commonJS({
679
679
  });
680
680
  var $ = O((_e, z) => {
681
681
  "use strict";
682
- var de = __require("os"), U = __require("tty"), h = P(), { env: u } = process, m;
682
+ var de = require("os"), U = require("tty"), h = P(), { env: u } = process, m;
683
683
  h("no-color") || h("no-colors") || h("color=false") || h("color=never") ? m = 0 : (h("color") || h("colors") || h("color=true") || h("color=always")) && (m = 1);
684
684
  "FORCE_COLOR" in u && (u.FORCE_COLOR === "true" ? m = 1 : u.FORCE_COLOR === "false" ? m = 0 : m = u.FORCE_COLOR.length === 0 ? 1 : Math.min(parseInt(u.FORCE_COLOR, 10), 3));
685
685
  function k(e) {
@@ -720,7 +720,7 @@ var require_debug2 = __commonJS({
720
720
  z.exports = { supportsColor: pe, stdout: k(B(true, U.isatty(1))), stderr: k(B(true, U.isatty(2))) };
721
721
  });
722
722
  var Y = O((a, T) => {
723
- var he = __require("tty"), M = __require("util");
723
+ var he = require("tty"), M = require("util");
724
724
  a.init = we;
725
725
  a.log = ye;
726
726
  a.formatArgs = Fe;
@@ -785,17 +785,17 @@ var require_debug2 = __commonJS({
785
785
  return this.inspectOpts.colors = this.useColors, M.inspect(e, this.inspectOpts);
786
786
  };
787
787
  });
788
- typeof process > "u" || process.type === "renderer" || process.__nwjs ? module.exports = q() : module.exports = Y();
788
+ typeof process > "u" || process.type === "renderer" || process.__nwjs ? module2.exports = q() : module2.exports = Y();
789
789
  }
790
790
  });
791
791
 
792
792
  // @socketsecurity/lib/dist/external/yoctocolors-cjs.js
793
793
  var require_yoctocolors_cjs = __commonJS({
794
- "@socketsecurity/lib/dist/external/yoctocolors-cjs.js"(exports, module) {
794
+ "@socketsecurity/lib/dist/external/yoctocolors-cjs.js"(exports2, module2) {
795
795
  "use strict";
796
796
  var c = Object.defineProperty;
797
797
  var b = (o, i) => c(o, "name", { value: i, configurable: true });
798
- var d = __require("node:tty");
798
+ var d = require("node:tty");
799
799
  var u = d?.WriteStream?.prototype?.hasColors?.() ?? false;
800
800
  var t = b((o, i) => {
801
801
  if (!u) return (h) => h;
@@ -850,19 +850,19 @@ var require_yoctocolors_cjs = __commonJS({
850
850
  e.bgMagentaBright = t(105, 49);
851
851
  e.bgCyanBright = t(106, 49);
852
852
  e.bgWhiteBright = t(107, 49);
853
- module.exports = e;
853
+ module2.exports = e;
854
854
  }
855
855
  });
856
856
 
857
857
  // @socketsecurity/lib/dist/ansi.js
858
858
  var require_ansi = __commonJS({
859
- "@socketsecurity/lib/dist/ansi.js"(exports, module) {
859
+ "@socketsecurity/lib/dist/ansi.js"(exports2, module2) {
860
860
  "use strict";
861
861
  var __defProp2 = Object.defineProperty;
862
862
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
863
863
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
864
864
  var __hasOwnProp2 = Object.prototype.hasOwnProperty;
865
- var __export = (target, all) => {
865
+ var __export2 = (target, all) => {
866
866
  for (var name in all)
867
867
  __defProp2(target, name, { get: all[name], enumerable: true });
868
868
  };
@@ -874,9 +874,9 @@ var require_ansi = __commonJS({
874
874
  }
875
875
  return to;
876
876
  };
877
- var __toCommonJS = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
877
+ var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
878
878
  var ansi_exports = {};
879
- __export(ansi_exports, {
879
+ __export2(ansi_exports, {
880
880
  ANSI_BOLD: () => ANSI_BOLD,
881
881
  ANSI_DIM: () => ANSI_DIM,
882
882
  ANSI_ITALIC: () => ANSI_ITALIC,
@@ -886,7 +886,7 @@ var require_ansi = __commonJS({
886
886
  ansiRegex: () => ansiRegex2,
887
887
  stripAnsi: () => stripAnsi2
888
888
  });
889
- module.exports = __toCommonJS(ansi_exports);
889
+ module2.exports = __toCommonJS2(ansi_exports);
890
890
  var ANSI_RESET = "\x1B[0m";
891
891
  var ANSI_BOLD = "\x1B[1m";
892
892
  var ANSI_DIM = "\x1B[2m";
@@ -912,7 +912,7 @@ var require_ansi = __commonJS({
912
912
 
913
913
  // @socketsecurity/lib/dist/external/get-east-asian-width.js
914
914
  var require_get_east_asian_width = __commonJS({
915
- "@socketsecurity/lib/dist/external/get-east-asian-width.js"(exports, module) {
915
+ "@socketsecurity/lib/dist/external/get-east-asian-width.js"(exports2, module2) {
916
916
  "use strict";
917
917
  var D = Object.defineProperty;
918
918
  var f = Object.getOwnPropertyDescriptor;
@@ -929,7 +929,7 @@ var require_get_east_asian_width = __commonJS({
929
929
  var p = (F) => l(D({}, "__esModule", { value: true }), F);
930
930
  var w = {};
931
931
  o(w, { _isNarrowWidth: () => d, eastAsianWidth: () => h, eastAsianWidthType: () => g });
932
- module.exports = p(w);
932
+ module2.exports = p(w);
933
933
  function i(F) {
934
934
  return F === 161 || F === 164 || F === 167 || F === 168 || F === 170 || F === 173 || F === 174 || F >= 176 && F <= 180 || F >= 182 && F <= 186 || F >= 188 && F <= 191 || F === 198 || F === 208 || F === 215 || F === 216 || F >= 222 && F <= 225 || F === 230 || F >= 232 && F <= 234 || F === 236 || F === 237 || F === 240 || F === 242 || F === 243 || F >= 247 && F <= 250 || F === 252 || F === 254 || F === 257 || F === 273 || F === 275 || F === 283 || F === 294 || F === 295 || F === 299 || F >= 305 && F <= 307 || F === 312 || F >= 319 && F <= 322 || F === 324 || F >= 328 && F <= 331 || F === 333 || F === 338 || F === 339 || F === 358 || F === 359 || F === 363 || F === 462 || F === 464 || F === 466 || F === 468 || F === 470 || F === 472 || F === 474 || F === 476 || F === 593 || F === 609 || F === 708 || F === 711 || F >= 713 && F <= 715 || F === 717 || F === 720 || F >= 728 && F <= 731 || F === 733 || F === 735 || F >= 768 && F <= 879 || F >= 913 && F <= 929 || F >= 931 && F <= 937 || F >= 945 && F <= 961 || F >= 963 && F <= 969 || F === 1025 || F >= 1040 && F <= 1103 || F === 1105 || F === 8208 || F >= 8211 && F <= 8214 || F === 8216 || F === 8217 || F === 8220 || F === 8221 || F >= 8224 && F <= 8226 || F >= 8228 && F <= 8231 || F === 8240 || F === 8242 || F === 8243 || F === 8245 || F === 8251 || F === 8254 || F === 8308 || F === 8319 || F >= 8321 && F <= 8324 || F === 8364 || F === 8451 || F === 8453 || F === 8457 || F === 8467 || F === 8470 || F === 8481 || F === 8482 || F === 8486 || F === 8491 || F === 8531 || F === 8532 || F >= 8539 && F <= 8542 || F >= 8544 && F <= 8555 || F >= 8560 && F <= 8569 || F === 8585 || F >= 8592 && F <= 8601 || F === 8632 || F === 8633 || F === 8658 || F === 8660 || F === 8679 || F === 8704 || F === 8706 || F === 8707 || F === 8711 || F === 8712 || F === 8715 || F === 8719 || F === 8721 || F === 8725 || F === 8730 || F >= 8733 && F <= 8736 || F === 8739 || F === 8741 || F >= 8743 && F <= 8748 || F === 8750 || F >= 8756 && F <= 8759 || F === 8764 || F === 8765 || F === 8776 || F === 8780 || F === 8786 || F === 8800 || F === 8801 || F >= 8804 && F <= 8807 || F === 8810 || F === 8811 || F === 8814 || F === 8815 || F === 8834 || F === 8835 || F === 8838 || F === 8839 || F === 8853 || F === 8857 || F === 8869 || F === 8895 || F === 8978 || F >= 9312 && F <= 9449 || F >= 9451 && F <= 9547 || F >= 9552 && F <= 9587 || F >= 9600 && F <= 9615 || F >= 9618 && F <= 9621 || F === 9632 || F === 9633 || F >= 9635 && F <= 9641 || F === 9650 || F === 9651 || F === 9654 || F === 9655 || F === 9660 || F === 9661 || F === 9664 || F === 9665 || F >= 9670 && F <= 9672 || F === 9675 || F >= 9678 && F <= 9681 || F >= 9698 && F <= 9701 || F === 9711 || F === 9733 || F === 9734 || F === 9737 || F === 9742 || F === 9743 || F === 9756 || F === 9758 || F === 9792 || F === 9794 || F === 9824 || F === 9825 || F >= 9827 && F <= 9829 || F >= 9831 && F <= 9834 || F === 9836 || F === 9837 || F === 9839 || F === 9886 || F === 9887 || F === 9919 || F >= 9926 && F <= 9933 || F >= 9935 && F <= 9939 || F >= 9941 && F <= 9953 || F === 9955 || F === 9960 || F === 9961 || F >= 9963 && F <= 9969 || F === 9972 || F >= 9974 && F <= 9977 || F === 9979 || F === 9980 || F === 9982 || F === 9983 || F === 10045 || F >= 10102 && F <= 10111 || F >= 11094 && F <= 11097 || F >= 12872 && F <= 12879 || F >= 57344 && F <= 63743 || F >= 65024 && F <= 65039 || F === 65533 || F >= 127232 && F <= 127242 || F >= 127248 && F <= 127277 || F >= 127280 && F <= 127337 || F >= 127344 && F <= 127373 || F === 127375 || F === 127376 || F >= 127387 && F <= 127404 || F >= 917760 && F <= 917999 || F >= 983040 && F <= 1048573 || F >= 1048576 && F <= 1114109;
935
935
  }
@@ -964,13 +964,13 @@ var require_get_east_asian_width = __commonJS({
964
964
 
965
965
  // @socketsecurity/lib/dist/strings.js
966
966
  var require_strings = __commonJS({
967
- "@socketsecurity/lib/dist/strings.js"(exports, module) {
967
+ "@socketsecurity/lib/dist/strings.js"(exports2, module2) {
968
968
  "use strict";
969
969
  var __defProp2 = Object.defineProperty;
970
970
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
971
971
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
972
972
  var __hasOwnProp2 = Object.prototype.hasOwnProperty;
973
- var __export = (target, all) => {
973
+ var __export2 = (target, all) => {
974
974
  for (var name in all)
975
975
  __defProp2(target, name, { get: all[name], enumerable: true });
976
976
  };
@@ -982,9 +982,9 @@ var require_strings = __commonJS({
982
982
  }
983
983
  return to;
984
984
  };
985
- var __toCommonJS = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
985
+ var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
986
986
  var strings_exports = {};
987
- __export(strings_exports, {
987
+ __export2(strings_exports, {
988
988
  ansiRegex: () => import_ansi.ansiRegex,
989
989
  applyLinePrefix: () => applyLinePrefix,
990
990
  camelToKebab: () => camelToKebab,
@@ -1001,7 +1001,7 @@ var require_strings = __commonJS({
1001
1001
  toKebabCase: () => toKebabCase,
1002
1002
  trimNewlines: () => trimNewlines
1003
1003
  });
1004
- module.exports = __toCommonJS(strings_exports);
1004
+ module2.exports = __toCommonJS2(strings_exports);
1005
1005
  var import_ansi = require_ansi();
1006
1006
  var import_get_east_asian_width = require_get_east_asian_width();
1007
1007
  var fromCharCode = String.fromCharCode;
@@ -1204,13 +1204,13 @@ ${prefix}`) : str}` : str;
1204
1204
 
1205
1205
  // @socketsecurity/lib/dist/themes/themes.js
1206
1206
  var require_themes = __commonJS({
1207
- "@socketsecurity/lib/dist/themes/themes.js"(exports, module) {
1207
+ "@socketsecurity/lib/dist/themes/themes.js"(exports2, module2) {
1208
1208
  "use strict";
1209
1209
  var __defProp2 = Object.defineProperty;
1210
1210
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
1211
1211
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
1212
1212
  var __hasOwnProp2 = Object.prototype.hasOwnProperty;
1213
- var __export = (target, all) => {
1213
+ var __export2 = (target, all) => {
1214
1214
  for (var name in all)
1215
1215
  __defProp2(target, name, { get: all[name], enumerable: true });
1216
1216
  };
@@ -1222,9 +1222,9 @@ var require_themes = __commonJS({
1222
1222
  }
1223
1223
  return to;
1224
1224
  };
1225
- var __toCommonJS = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
1225
+ var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
1226
1226
  var themes_exports = {};
1227
- __export(themes_exports, {
1227
+ __export2(themes_exports, {
1228
1228
  LUSH_THEME: () => LUSH_THEME,
1229
1229
  SOCKET_THEME: () => SOCKET_THEME,
1230
1230
  SUNSET_THEME: () => SUNSET_THEME,
@@ -1232,7 +1232,7 @@ var require_themes = __commonJS({
1232
1232
  THEMES: () => THEMES,
1233
1233
  ULTRA_THEME: () => ULTRA_THEME
1234
1234
  });
1235
- module.exports = __toCommonJS(themes_exports);
1235
+ module2.exports = __toCommonJS2(themes_exports);
1236
1236
  var SOCKET_THEME = {
1237
1237
  name: "socket",
1238
1238
  displayName: "Socket Security",
@@ -1406,13 +1406,13 @@ var require_themes = __commonJS({
1406
1406
 
1407
1407
  // @socketsecurity/lib/dist/themes/context.js
1408
1408
  var require_context = __commonJS({
1409
- "@socketsecurity/lib/dist/themes/context.js"(exports, module) {
1409
+ "@socketsecurity/lib/dist/themes/context.js"(exports2, module2) {
1410
1410
  "use strict";
1411
1411
  var __defProp2 = Object.defineProperty;
1412
1412
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
1413
1413
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
1414
1414
  var __hasOwnProp2 = Object.prototype.hasOwnProperty;
1415
- var __export = (target, all) => {
1415
+ var __export2 = (target, all) => {
1416
1416
  for (var name in all)
1417
1417
  __defProp2(target, name, { get: all[name], enumerable: true });
1418
1418
  };
@@ -1424,17 +1424,17 @@ var require_context = __commonJS({
1424
1424
  }
1425
1425
  return to;
1426
1426
  };
1427
- var __toCommonJS = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
1427
+ var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
1428
1428
  var context_exports = {};
1429
- __export(context_exports, {
1429
+ __export2(context_exports, {
1430
1430
  getTheme: () => getTheme,
1431
1431
  onThemeChange: () => onThemeChange,
1432
1432
  setTheme: () => setTheme,
1433
1433
  withTheme: () => withTheme,
1434
1434
  withThemeSync: () => withThemeSync
1435
1435
  });
1436
- module.exports = __toCommonJS(context_exports);
1437
- var import_node_async_hooks = __require("node:async_hooks");
1436
+ module2.exports = __toCommonJS2(context_exports);
1437
+ var import_node_async_hooks = require("node:async_hooks");
1438
1438
  var import_themes = require_themes();
1439
1439
  var themeStorage = new import_node_async_hooks.AsyncLocalStorage();
1440
1440
  var fallbackTheme = import_themes.SOCKET_THEME;
@@ -1476,7 +1476,7 @@ var require_context = __commonJS({
1476
1476
 
1477
1477
  // @socketsecurity/lib/dist/logger.js
1478
1478
  var require_logger = __commonJS({
1479
- "@socketsecurity/lib/dist/logger.js"(exports, module) {
1479
+ "@socketsecurity/lib/dist/logger.js"(exports2, module2) {
1480
1480
  "use strict";
1481
1481
  var __create2 = Object.create;
1482
1482
  var __defProp2 = Object.defineProperty;
@@ -1484,7 +1484,7 @@ var require_logger = __commonJS({
1484
1484
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
1485
1485
  var __getProtoOf2 = Object.getPrototypeOf;
1486
1486
  var __hasOwnProp2 = Object.prototype.hasOwnProperty;
1487
- var __export = (target, all) => {
1487
+ var __export2 = (target, all) => {
1488
1488
  for (var name in all)
1489
1489
  __defProp2(target, name, { get: all[name], enumerable: true });
1490
1490
  };
@@ -1504,16 +1504,16 @@ var require_logger = __commonJS({
1504
1504
  isNodeMode || !mod || !mod.__esModule ? __defProp2(target, "default", { value: mod, enumerable: true }) : target,
1505
1505
  mod
1506
1506
  ));
1507
- var __toCommonJS = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
1507
+ var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
1508
1508
  var logger_exports = {};
1509
- __export(logger_exports, {
1509
+ __export2(logger_exports, {
1510
1510
  LOG_SYMBOLS: () => LOG_SYMBOLS,
1511
1511
  Logger: () => Logger,
1512
1512
  getDefaultLogger: () => getDefaultLogger,
1513
1513
  incLogCallCountSymbol: () => incLogCallCountSymbol,
1514
1514
  lastWasBlankSymbol: () => lastWasBlankSymbol
1515
1515
  });
1516
- module.exports = __toCommonJS(logger_exports);
1516
+ module2.exports = __toCommonJS2(logger_exports);
1517
1517
  var import_is_unicode_supported = __toESM2(require_is_unicode_supported());
1518
1518
  var import_yoctocolors_cjs = __toESM2(require_yoctocolors_cjs());
1519
1519
  var import_strings = require_strings();
@@ -1526,7 +1526,7 @@ var require_logger = __commonJS({
1526
1526
  // @__NO_SIDE_EFFECTS__
1527
1527
  function constructConsole(...args) {
1528
1528
  if (_Console === void 0) {
1529
- const nodeConsole = __require("node:console");
1529
+ const nodeConsole = require("node:console");
1530
1530
  _Console = nodeConsole.Console;
1531
1531
  }
1532
1532
  return ReflectConstruct(
@@ -2898,13 +2898,13 @@ var require_logger = __commonJS({
2898
2898
 
2899
2899
  // @socketsecurity/lib/dist/constants/core.js
2900
2900
  var require_core = __commonJS({
2901
- "@socketsecurity/lib/dist/constants/core.js"(exports, module) {
2901
+ "@socketsecurity/lib/dist/constants/core.js"(exports2, module2) {
2902
2902
  "use strict";
2903
2903
  var __defProp2 = Object.defineProperty;
2904
2904
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
2905
2905
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
2906
2906
  var __hasOwnProp2 = Object.prototype.hasOwnProperty;
2907
- var __export = (target, all) => {
2907
+ var __export2 = (target, all) => {
2908
2908
  for (var name in all)
2909
2909
  __defProp2(target, name, { get: all[name], enumerable: true });
2910
2910
  };
@@ -2916,9 +2916,9 @@ var require_core = __commonJS({
2916
2916
  }
2917
2917
  return to;
2918
2918
  };
2919
- var __toCommonJS = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
2919
+ var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
2920
2920
  var core_exports = {};
2921
- __export(core_exports, {
2921
+ __export2(core_exports, {
2922
2922
  COLUMN_LIMIT: () => COLUMN_LIMIT,
2923
2923
  EMPTY_FILE: () => EMPTY_FILE,
2924
2924
  EMPTY_VALUE: () => EMPTY_VALUE,
@@ -2931,7 +2931,7 @@ var require_core = __commonJS({
2931
2931
  V: () => V,
2932
2932
  kInternalsSymbol: () => kInternalsSymbol
2933
2933
  });
2934
- module.exports = __toCommonJS(core_exports);
2934
+ module2.exports = __toCommonJS2(core_exports);
2935
2935
  var kInternalsSymbol = Symbol("@socketregistry.constants.internals");
2936
2936
  var LOOP_SENTINEL = 1e6;
2937
2937
  var UNKNOWN_ERROR2 = "Unknown error";
@@ -2948,13 +2948,13 @@ var require_core = __commonJS({
2948
2948
 
2949
2949
  // @socketsecurity/lib/dist/arrays.js
2950
2950
  var require_arrays = __commonJS({
2951
- "@socketsecurity/lib/dist/arrays.js"(exports, module) {
2951
+ "@socketsecurity/lib/dist/arrays.js"(exports2, module2) {
2952
2952
  "use strict";
2953
2953
  var __defProp2 = Object.defineProperty;
2954
2954
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
2955
2955
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
2956
2956
  var __hasOwnProp2 = Object.prototype.hasOwnProperty;
2957
- var __export = (target, all) => {
2957
+ var __export2 = (target, all) => {
2958
2958
  for (var name in all)
2959
2959
  __defProp2(target, name, { get: all[name], enumerable: true });
2960
2960
  };
@@ -2966,16 +2966,16 @@ var require_arrays = __commonJS({
2966
2966
  }
2967
2967
  return to;
2968
2968
  };
2969
- var __toCommonJS = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
2969
+ var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
2970
2970
  var arrays_exports = {};
2971
- __export(arrays_exports, {
2971
+ __export2(arrays_exports, {
2972
2972
  arrayChunk: () => arrayChunk,
2973
2973
  arrayUnique: () => arrayUnique,
2974
2974
  isArray: () => isArray,
2975
2975
  joinAnd: () => joinAnd,
2976
2976
  joinOr: () => joinOr
2977
2977
  });
2978
- module.exports = __toCommonJS(arrays_exports);
2978
+ module2.exports = __toCommonJS2(arrays_exports);
2979
2979
  var _conjunctionFormatter;
2980
2980
  // @__NO_SIDE_EFFECTS__
2981
2981
  function getConjunctionFormatter() {
@@ -3032,11 +3032,11 @@ var require_arrays = __commonJS({
3032
3032
 
3033
3033
  // @socketsecurity/lib/dist/external/fast-sort.js
3034
3034
  var require_fast_sort = __commonJS({
3035
- "@socketsecurity/lib/dist/external/fast-sort.js"(exports) {
3035
+ "@socketsecurity/lib/dist/external/fast-sort.js"(exports2) {
3036
3036
  "use strict";
3037
3037
  var I = Object.defineProperty;
3038
3038
  var a = (r, n) => I(r, "name", { value: n, configurable: true });
3039
- Object.defineProperty(exports, "__esModule", { value: true });
3039
+ Object.defineProperty(exports2, "__esModule", { value: true });
3040
3040
  var A = a(function(r) {
3041
3041
  return function(n, e, u) {
3042
3042
  return r(n, e, u) * u;
@@ -3107,16 +3107,16 @@ var require_fast_sort = __commonJS({
3107
3107
  }, "defaultComparer");
3108
3108
  var C = s({ comparer: m });
3109
3109
  var E = s({ comparer: m, inPlaceSorting: true });
3110
- exports.createNewSortInstance = s;
3111
- exports.defaultComparer = m;
3112
- exports.inPlaceSort = E;
3113
- exports.sort = C;
3110
+ exports2.createNewSortInstance = s;
3111
+ exports2.defaultComparer = m;
3112
+ exports2.inPlaceSort = E;
3113
+ exports2.sort = C;
3114
3114
  }
3115
3115
  });
3116
3116
 
3117
3117
  // @socketsecurity/lib/dist/external/semver.js
3118
3118
  var require_semver = __commonJS({
3119
- "@socketsecurity/lib/dist/external/semver.js"(exports, module) {
3119
+ "@socketsecurity/lib/dist/external/semver.js"(exports2, module2) {
3120
3120
  "use strict";
3121
3121
  var rt = Object.defineProperty;
3122
3122
  var o = (t, e) => rt(t, "name", { value: e, configurable: true });
@@ -3948,19 +3948,19 @@ var require_semver = __commonJS({
3948
3948
  var Bi = Hr();
3949
3949
  var zi = Mr();
3950
3950
  var Ki = Zr();
3951
- module.exports = { parse: pi, valid: Ri, clean: $i, inc: mi, diff: Ii, major: Li, minor: Ni, patch: Oi, prerelease: Si, compare: di, rcompare: Ai, compareLoose: Ti, compareBuild: qi, sort: wi, rsort: gi, gt: Pi, lt: vi, eq: xi, neq: Ci, gte: Di, lte: Gi, cmp: yi, coerce: Fi, Comparator: ji, Range: Xi, satisfies: Ui, toComparators: Vi, maxSatisfying: _i, minSatisfying: bi, minVersion: Hi, validRange: ki, outside: Mi, gtr: Yi, ltr: Wi, intersects: Bi, simplifyRange: zi, subset: Ki, SemVer: hi, re: fe.re, src: fe.src, tokens: fe.t, SEMVER_SPEC_VERSION: Jr.SEMVER_SPEC_VERSION, RELEASE_TYPES: Jr.RELEASE_TYPES, compareIdentifiers: Qr.compareIdentifiers, rcompareIdentifiers: Qr.rcompareIdentifiers };
3951
+ module2.exports = { parse: pi, valid: Ri, clean: $i, inc: mi, diff: Ii, major: Li, minor: Ni, patch: Oi, prerelease: Si, compare: di, rcompare: Ai, compareLoose: Ti, compareBuild: qi, sort: wi, rsort: gi, gt: Pi, lt: vi, eq: xi, neq: Ci, gte: Di, lte: Gi, cmp: yi, coerce: Fi, Comparator: ji, Range: Xi, satisfies: Ui, toComparators: Vi, maxSatisfying: _i, minSatisfying: bi, minVersion: Hi, validRange: ki, outside: Mi, gtr: Yi, ltr: Wi, intersects: Bi, simplifyRange: zi, subset: Ki, SemVer: hi, re: fe.re, src: fe.src, tokens: fe.t, SEMVER_SPEC_VERSION: Jr.SEMVER_SPEC_VERSION, RELEASE_TYPES: Jr.RELEASE_TYPES, compareIdentifiers: Qr.compareIdentifiers, rcompareIdentifiers: Qr.rcompareIdentifiers };
3952
3952
  }
3953
3953
  });
3954
3954
 
3955
3955
  // @socketsecurity/lib/dist/sorts.js
3956
3956
  var require_sorts = __commonJS({
3957
- "@socketsecurity/lib/dist/sorts.js"(exports, module) {
3957
+ "@socketsecurity/lib/dist/sorts.js"(exports2, module2) {
3958
3958
  "use strict";
3959
3959
  var __defProp2 = Object.defineProperty;
3960
3960
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
3961
3961
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
3962
3962
  var __hasOwnProp2 = Object.prototype.hasOwnProperty;
3963
- var __export = (target, all) => {
3963
+ var __export2 = (target, all) => {
3964
3964
  for (var name in all)
3965
3965
  __defProp2(target, name, { get: all[name], enumerable: true });
3966
3966
  };
@@ -3972,16 +3972,16 @@ var require_sorts = __commonJS({
3972
3972
  }
3973
3973
  return to;
3974
3974
  };
3975
- var __toCommonJS = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
3975
+ var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
3976
3976
  var sorts_exports = {};
3977
- __export(sorts_exports, {
3977
+ __export2(sorts_exports, {
3978
3978
  compareSemver: () => compareSemver,
3979
3979
  compareStr: () => compareStr,
3980
3980
  localeCompare: () => localeCompare,
3981
3981
  naturalCompare: () => naturalCompare,
3982
3982
  naturalSorter: () => naturalSorter
3983
3983
  });
3984
- module.exports = __toCommonJS(sorts_exports);
3984
+ module2.exports = __toCommonJS2(sorts_exports);
3985
3985
  var _localeCompare;
3986
3986
  // @__NO_SIDE_EFFECTS__
3987
3987
  function localeCompare(x, y) {
@@ -4047,13 +4047,13 @@ var require_sorts = __commonJS({
4047
4047
 
4048
4048
  // @socketsecurity/lib/dist/objects.js
4049
4049
  var require_objects = __commonJS({
4050
- "@socketsecurity/lib/dist/objects.js"(exports, module) {
4050
+ "@socketsecurity/lib/dist/objects.js"(exports2, module2) {
4051
4051
  "use strict";
4052
4052
  var __defProp2 = Object.defineProperty;
4053
4053
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
4054
4054
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
4055
4055
  var __hasOwnProp2 = Object.prototype.hasOwnProperty;
4056
- var __export = (target, all) => {
4056
+ var __export2 = (target, all) => {
4057
4057
  for (var name in all)
4058
4058
  __defProp2(target, name, { get: all[name], enumerable: true });
4059
4059
  };
@@ -4065,9 +4065,9 @@ var require_objects = __commonJS({
4065
4065
  }
4066
4066
  return to;
4067
4067
  };
4068
- var __toCommonJS = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
4068
+ var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
4069
4069
  var objects_exports = {};
4070
- __export(objects_exports, {
4070
+ __export2(objects_exports, {
4071
4071
  createConstantsObject: () => createConstantsObject,
4072
4072
  createLazyGetter: () => createLazyGetter,
4073
4073
  defineGetter: () => defineGetter,
@@ -4088,7 +4088,7 @@ var require_objects = __commonJS({
4088
4088
  toSortedObject: () => toSortedObject,
4089
4089
  toSortedObjectFromEntries: () => toSortedObjectFromEntries
4090
4090
  });
4091
- module.exports = __toCommonJS(objects_exports);
4091
+ module2.exports = __toCommonJS2(objects_exports);
4092
4092
  var import_core2 = require_core();
4093
4093
  var import_arrays = require_arrays();
4094
4094
  var import_sorts = require_sorts();
@@ -4343,7 +4343,7 @@ var require_objects = __commonJS({
4343
4343
 
4344
4344
  // @socketsecurity/lib/dist/debug.js
4345
4345
  var require_debug3 = __commonJS({
4346
- "@socketsecurity/lib/dist/debug.js"(exports, module) {
4346
+ "@socketsecurity/lib/dist/debug.js"(exports2, module2) {
4347
4347
  "use strict";
4348
4348
  var __create2 = Object.create;
4349
4349
  var __defProp2 = Object.defineProperty;
@@ -4351,7 +4351,7 @@ var require_debug3 = __commonJS({
4351
4351
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
4352
4352
  var __getProtoOf2 = Object.getPrototypeOf;
4353
4353
  var __hasOwnProp2 = Object.prototype.hasOwnProperty;
4354
- var __export = (target, all) => {
4354
+ var __export2 = (target, all) => {
4355
4355
  for (var name in all)
4356
4356
  __defProp2(target, name, { get: all[name], enumerable: true });
4357
4357
  };
@@ -4371,9 +4371,9 @@ var require_debug3 = __commonJS({
4371
4371
  isNodeMode || !mod || !mod.__esModule ? __defProp2(target, "default", { value: mod, enumerable: true }) : target,
4372
4372
  mod
4373
4373
  ));
4374
- var __toCommonJS = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
4374
+ var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
4375
4375
  var debug_exports = {};
4376
- __export(debug_exports, {
4376
+ __export2(debug_exports, {
4377
4377
  debug: () => debug,
4378
4378
  debugCache: () => debugCache,
4379
4379
  debugCacheNs: () => debugCacheNs,
@@ -4387,7 +4387,7 @@ var require_debug3 = __commonJS({
4387
4387
  isDebug: () => isDebug,
4388
4388
  isDebugNs: () => isDebugNs2
4389
4389
  });
4390
- module.exports = __toCommonJS(debug_exports);
4390
+ module2.exports = __toCommonJS2(debug_exports);
4391
4391
  var import_process2 = require_process();
4392
4392
  var import_debug3 = require_debug();
4393
4393
  var import_socket3 = require_socket2();
@@ -4417,7 +4417,7 @@ var require_debug3 = __commonJS({
4417
4417
  // @__NO_SIDE_EFFECTS__
4418
4418
  function getUtil() {
4419
4419
  if (_util === void 0) {
4420
- _util = __require("node:util");
4420
+ _util = require("node:util");
4421
4421
  }
4422
4422
  return _util;
4423
4423
  }
@@ -4672,13 +4672,13 @@ var require_debug3 = __commonJS({
4672
4672
 
4673
4673
  // @socketsecurity/lib/dist/memoization.js
4674
4674
  var require_memoization = __commonJS({
4675
- "@socketsecurity/lib/dist/memoization.js"(exports, module) {
4675
+ "@socketsecurity/lib/dist/memoization.js"(exports2, module2) {
4676
4676
  "use strict";
4677
4677
  var __defProp2 = Object.defineProperty;
4678
4678
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
4679
4679
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
4680
4680
  var __hasOwnProp2 = Object.prototype.hasOwnProperty;
4681
- var __export = (target, all) => {
4681
+ var __export2 = (target, all) => {
4682
4682
  for (var name in all)
4683
4683
  __defProp2(target, name, { get: all[name], enumerable: true });
4684
4684
  };
@@ -4690,9 +4690,9 @@ var require_memoization = __commonJS({
4690
4690
  }
4691
4691
  return to;
4692
4692
  };
4693
- var __toCommonJS = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
4693
+ var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
4694
4694
  var memoization_exports = {};
4695
- __export(memoization_exports, {
4695
+ __export2(memoization_exports, {
4696
4696
  Memoize: () => Memoize,
4697
4697
  clearAllMemoizationCaches: () => clearAllMemoizationCaches,
4698
4698
  memoize: () => memoize3,
@@ -4701,7 +4701,7 @@ var require_memoization = __commonJS({
4701
4701
  memoizeWeak: () => memoizeWeak,
4702
4702
  once: () => once2
4703
4703
  });
4704
- module.exports = __toCommonJS(memoization_exports);
4704
+ module2.exports = __toCommonJS2(memoization_exports);
4705
4705
  var import_debug3 = require_debug3();
4706
4706
  function memoize3(fn, options = {}) {
4707
4707
  const {
@@ -4879,13 +4879,13 @@ var require_memoization = __commonJS({
4879
4879
 
4880
4880
  // @socketsecurity/lib/dist/constants/platform.js
4881
4881
  var require_platform = __commonJS({
4882
- "@socketsecurity/lib/dist/constants/platform.js"(exports, module) {
4882
+ "@socketsecurity/lib/dist/constants/platform.js"(exports2, module2) {
4883
4883
  "use strict";
4884
4884
  var __defProp2 = Object.defineProperty;
4885
4885
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
4886
4886
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
4887
4887
  var __hasOwnProp2 = Object.prototype.hasOwnProperty;
4888
- var __export = (target, all) => {
4888
+ var __export2 = (target, all) => {
4889
4889
  for (var name in all)
4890
4890
  __defProp2(target, name, { get: all[name], enumerable: true });
4891
4891
  };
@@ -4897,17 +4897,17 @@ var require_platform = __commonJS({
4897
4897
  }
4898
4898
  return to;
4899
4899
  };
4900
- var __toCommonJS = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
4900
+ var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
4901
4901
  var platform_exports = {};
4902
- __export(platform_exports, {
4902
+ __export2(platform_exports, {
4903
4903
  DARWIN: () => DARWIN,
4904
4904
  S_IXGRP: () => S_IXGRP,
4905
4905
  S_IXOTH: () => S_IXOTH,
4906
4906
  S_IXUSR: () => S_IXUSR,
4907
4907
  WIN32: () => WIN32
4908
4908
  });
4909
- module.exports = __toCommonJS(platform_exports);
4910
- var import_os = __require("os");
4909
+ module2.exports = __toCommonJS2(platform_exports);
4910
+ var import_os = require("os");
4911
4911
  var _platform = (0, import_os.platform)();
4912
4912
  var DARWIN = _platform === "darwin";
4913
4913
  var WIN32 = _platform === "win32";
@@ -4919,13 +4919,13 @@ var require_platform = __commonJS({
4919
4919
 
4920
4920
  // @socketsecurity/lib/dist/path.js
4921
4921
  var require_path = __commonJS({
4922
- "@socketsecurity/lib/dist/path.js"(exports, module) {
4922
+ "@socketsecurity/lib/dist/path.js"(exports2, module2) {
4923
4923
  "use strict";
4924
4924
  var __defProp2 = Object.defineProperty;
4925
4925
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
4926
4926
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
4927
4927
  var __hasOwnProp2 = Object.prototype.hasOwnProperty;
4928
- var __export = (target, all) => {
4928
+ var __export2 = (target, all) => {
4929
4929
  for (var name in all)
4930
4930
  __defProp2(target, name, { get: all[name], enumerable: true });
4931
4931
  };
@@ -4937,9 +4937,9 @@ var require_path = __commonJS({
4937
4937
  }
4938
4938
  return to;
4939
4939
  };
4940
- var __toCommonJS = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
4940
+ var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
4941
4941
  var path_exports = {};
4942
- __export(path_exports, {
4942
+ __export2(path_exports, {
4943
4943
  isAbsolute: () => isAbsolute,
4944
4944
  isNodeModules: () => isNodeModules,
4945
4945
  isPath: () => isPath,
@@ -4950,7 +4950,7 @@ var require_path = __commonJS({
4950
4950
  splitPath: () => splitPath,
4951
4951
  trimLeadingDotSlash: () => trimLeadingDotSlash
4952
4952
  });
4953
- module.exports = __toCommonJS(path_exports);
4953
+ module2.exports = __toCommonJS2(path_exports);
4954
4954
  var import_platform = require_platform();
4955
4955
  var import_strings = require_strings();
4956
4956
  var CHAR_BACKWARD_SLASH = 92;
@@ -4974,7 +4974,7 @@ var require_path = __commonJS({
4974
4974
  // @__NO_SIDE_EFFECTS__
4975
4975
  function getBuffer() {
4976
4976
  if (_buffer === void 0) {
4977
- _buffer = __require("node:buffer");
4977
+ _buffer = require("node:buffer");
4978
4978
  }
4979
4979
  return _buffer;
4980
4980
  }
@@ -4982,7 +4982,7 @@ var require_path = __commonJS({
4982
4982
  // @__NO_SIDE_EFFECTS__
4983
4983
  function getUrl() {
4984
4984
  if (_url === void 0) {
4985
- _url = __require("node:url");
4985
+ _url = require("node:url");
4986
4986
  }
4987
4987
  return _url;
4988
4988
  }
@@ -5271,7 +5271,7 @@ var require_path = __commonJS({
5271
5271
  resolvedAbsolute = /* @__PURE__ */ isAbsolute(segment);
5272
5272
  }
5273
5273
  if (!resolvedAbsolute) {
5274
- const cwd = /* @__PURE__ */ __require("node:process").cwd();
5274
+ const cwd = /* @__PURE__ */ require("node:process").cwd();
5275
5275
  resolvedPath = cwd + (resolvedPath.length === 0 ? "" : `/${resolvedPath}`);
5276
5276
  }
5277
5277
  return /* @__PURE__ */ normalizePath3(resolvedPath);
@@ -5360,13 +5360,13 @@ var require_path = __commonJS({
5360
5360
 
5361
5361
  // @socketsecurity/lib/dist/json.js
5362
5362
  var require_json = __commonJS({
5363
- "@socketsecurity/lib/dist/json.js"(exports, module) {
5363
+ "@socketsecurity/lib/dist/json.js"(exports2, module2) {
5364
5364
  "use strict";
5365
5365
  var __defProp2 = Object.defineProperty;
5366
5366
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
5367
5367
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
5368
5368
  var __hasOwnProp2 = Object.prototype.hasOwnProperty;
5369
- var __export = (target, all) => {
5369
+ var __export2 = (target, all) => {
5370
5370
  for (var name in all)
5371
5371
  __defProp2(target, name, { get: all[name], enumerable: true });
5372
5372
  };
@@ -5378,13 +5378,13 @@ var require_json = __commonJS({
5378
5378
  }
5379
5379
  return to;
5380
5380
  };
5381
- var __toCommonJS = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
5381
+ var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
5382
5382
  var json_exports = {};
5383
- __export(json_exports, {
5383
+ __export2(json_exports, {
5384
5384
  isJsonPrimitive: () => isJsonPrimitive,
5385
5385
  jsonParse: () => jsonParse3
5386
5386
  });
5387
- module.exports = __toCommonJS(json_exports);
5387
+ module2.exports = __toCommonJS2(json_exports);
5388
5388
  var import_strings = require_strings();
5389
5389
  var JSONParse = JSON.parse;
5390
5390
  // @__NO_SIDE_EFFECTS__
@@ -5435,13 +5435,13 @@ var require_json = __commonJS({
5435
5435
 
5436
5436
  // @socketsecurity/lib/dist/performance.js
5437
5437
  var require_performance = __commonJS({
5438
- "@socketsecurity/lib/dist/performance.js"(exports, module) {
5438
+ "@socketsecurity/lib/dist/performance.js"(exports2, module2) {
5439
5439
  "use strict";
5440
5440
  var __defProp2 = Object.defineProperty;
5441
5441
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
5442
5442
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
5443
5443
  var __hasOwnProp2 = Object.prototype.hasOwnProperty;
5444
- var __export = (target, all) => {
5444
+ var __export2 = (target, all) => {
5445
5445
  for (var name in all)
5446
5446
  __defProp2(target, name, { get: all[name], enumerable: true });
5447
5447
  };
@@ -5453,9 +5453,9 @@ var require_performance = __commonJS({
5453
5453
  }
5454
5454
  return to;
5455
5455
  };
5456
- var __toCommonJS = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
5456
+ var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
5457
5457
  var performance_exports = {};
5458
- __export(performance_exports, {
5458
+ __export2(performance_exports, {
5459
5459
  clearPerformanceMetrics: () => clearPerformanceMetrics,
5460
5460
  generatePerformanceReport: () => generatePerformanceReport,
5461
5461
  getPerformanceMetrics: () => getPerformanceMetrics,
@@ -5467,7 +5467,7 @@ var require_performance = __commonJS({
5467
5467
  printPerformanceSummary: () => printPerformanceSummary,
5468
5468
  trackMemory: () => trackMemory
5469
5469
  });
5470
- module.exports = __toCommonJS(performance_exports);
5470
+ module2.exports = __toCommonJS2(performance_exports);
5471
5471
  var import_debug3 = require_debug3();
5472
5472
  var performanceMetrics = [];
5473
5473
  function isPerfEnabled() {
@@ -5646,13 +5646,13 @@ var require_performance = __commonJS({
5646
5646
 
5647
5647
  // @socketsecurity/lib/dist/env/home.js
5648
5648
  var require_home = __commonJS({
5649
- "@socketsecurity/lib/dist/env/home.js"(exports, module) {
5649
+ "@socketsecurity/lib/dist/env/home.js"(exports2, module2) {
5650
5650
  "use strict";
5651
5651
  var __defProp2 = Object.defineProperty;
5652
5652
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
5653
5653
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
5654
5654
  var __hasOwnProp2 = Object.prototype.hasOwnProperty;
5655
- var __export = (target, all) => {
5655
+ var __export2 = (target, all) => {
5656
5656
  for (var name in all)
5657
5657
  __defProp2(target, name, { get: all[name], enumerable: true });
5658
5658
  };
@@ -5664,12 +5664,12 @@ var require_home = __commonJS({
5664
5664
  }
5665
5665
  return to;
5666
5666
  };
5667
- var __toCommonJS = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
5667
+ var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
5668
5668
  var home_exports = {};
5669
- __export(home_exports, {
5669
+ __export2(home_exports, {
5670
5670
  getHome: () => getHome
5671
5671
  });
5672
- module.exports = __toCommonJS(home_exports);
5672
+ module2.exports = __toCommonJS2(home_exports);
5673
5673
  var import_rewire = require_rewire();
5674
5674
  function getHome() {
5675
5675
  return (0, import_rewire.getEnvValue)("HOME");
@@ -5679,13 +5679,13 @@ var require_home = __commonJS({
5679
5679
 
5680
5680
  // @socketsecurity/lib/dist/env/windows.js
5681
5681
  var require_windows = __commonJS({
5682
- "@socketsecurity/lib/dist/env/windows.js"(exports, module) {
5682
+ "@socketsecurity/lib/dist/env/windows.js"(exports2, module2) {
5683
5683
  "use strict";
5684
5684
  var __defProp2 = Object.defineProperty;
5685
5685
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
5686
5686
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
5687
5687
  var __hasOwnProp2 = Object.prototype.hasOwnProperty;
5688
- var __export = (target, all) => {
5688
+ var __export2 = (target, all) => {
5689
5689
  for (var name in all)
5690
5690
  __defProp2(target, name, { get: all[name], enumerable: true });
5691
5691
  };
@@ -5697,15 +5697,15 @@ var require_windows = __commonJS({
5697
5697
  }
5698
5698
  return to;
5699
5699
  };
5700
- var __toCommonJS = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
5700
+ var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
5701
5701
  var windows_exports = {};
5702
- __export(windows_exports, {
5702
+ __export2(windows_exports, {
5703
5703
  getAppdata: () => getAppdata,
5704
5704
  getComspec: () => getComspec,
5705
5705
  getLocalappdata: () => getLocalappdata,
5706
5706
  getUserprofile: () => getUserprofile
5707
5707
  });
5708
- module.exports = __toCommonJS(windows_exports);
5708
+ module2.exports = __toCommonJS2(windows_exports);
5709
5709
  var import_rewire = require_rewire();
5710
5710
  function getAppdata() {
5711
5711
  return (0, import_rewire.getEnvValue)("APPDATA");
@@ -5724,13 +5724,13 @@ var require_windows = __commonJS({
5724
5724
 
5725
5725
  // @socketsecurity/lib/dist/paths/rewire.js
5726
5726
  var require_rewire2 = __commonJS({
5727
- "@socketsecurity/lib/dist/paths/rewire.js"(exports, module) {
5727
+ "@socketsecurity/lib/dist/paths/rewire.js"(exports2, module2) {
5728
5728
  "use strict";
5729
5729
  var __defProp2 = Object.defineProperty;
5730
5730
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
5731
5731
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
5732
5732
  var __hasOwnProp2 = Object.prototype.hasOwnProperty;
5733
- var __export = (target, all) => {
5733
+ var __export2 = (target, all) => {
5734
5734
  for (var name in all)
5735
5735
  __defProp2(target, name, { get: all[name], enumerable: true });
5736
5736
  };
@@ -5742,9 +5742,9 @@ var require_rewire2 = __commonJS({
5742
5742
  }
5743
5743
  return to;
5744
5744
  };
5745
- var __toCommonJS = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
5745
+ var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
5746
5746
  var rewire_exports = {};
5747
- __export(rewire_exports, {
5747
+ __export2(rewire_exports, {
5748
5748
  clearPath: () => clearPath,
5749
5749
  getPathValue: () => getPathValue,
5750
5750
  hasOverride: () => hasOverride,
@@ -5753,7 +5753,7 @@ var require_rewire2 = __commonJS({
5753
5753
  resetPaths: () => resetPaths,
5754
5754
  setPath: () => setPath
5755
5755
  });
5756
- module.exports = __toCommonJS(rewire_exports);
5756
+ module2.exports = __toCommonJS2(rewire_exports);
5757
5757
  var testOverrides = /* @__PURE__ */ new Map();
5758
5758
  var valueCache = /* @__PURE__ */ new Map();
5759
5759
  var cacheInvalidationCallbacks = [];
@@ -5800,13 +5800,13 @@ var require_rewire2 = __commonJS({
5800
5800
 
5801
5801
  // @socketsecurity/lib/dist/constants/paths.js
5802
5802
  var require_paths = __commonJS({
5803
- "@socketsecurity/lib/dist/constants/paths.js"(exports, module) {
5803
+ "@socketsecurity/lib/dist/constants/paths.js"(exports2, module2) {
5804
5804
  "use strict";
5805
5805
  var __defProp2 = Object.defineProperty;
5806
5806
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
5807
5807
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
5808
5808
  var __hasOwnProp2 = Object.prototype.hasOwnProperty;
5809
- var __export = (target, all) => {
5809
+ var __export2 = (target, all) => {
5810
5810
  for (var name in all)
5811
5811
  __defProp2(target, name, { get: all[name], enumerable: true });
5812
5812
  };
@@ -5818,9 +5818,9 @@ var require_paths = __commonJS({
5818
5818
  }
5819
5819
  return to;
5820
5820
  };
5821
- var __toCommonJS = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
5821
+ var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
5822
5822
  var paths_exports = {};
5823
- __export(paths_exports, {
5823
+ __export2(paths_exports, {
5824
5824
  CACHE_DIR: () => CACHE_DIR,
5825
5825
  CACHE_TTL_DIR: () => CACHE_TTL_DIR,
5826
5826
  CHANGELOG_MD: () => CHANGELOG_MD,
@@ -5864,7 +5864,7 @@ var require_paths = __commonJS({
5864
5864
  SLASH_NODE_MODULES_SLASH: () => SLASH_NODE_MODULES_SLASH,
5865
5865
  TSCONFIG_JSON: () => TSCONFIG_JSON
5866
5866
  });
5867
- module.exports = __toCommonJS(paths_exports);
5867
+ module2.exports = __toCommonJS2(paths_exports);
5868
5868
  var PACKAGE_JSON = "package.json";
5869
5869
  var TSCONFIG_JSON = "tsconfig.json";
5870
5870
  var LICENSE = "LICENSE";
@@ -5912,13 +5912,13 @@ var require_paths = __commonJS({
5912
5912
 
5913
5913
  // @socketsecurity/lib/dist/constants/github.js
5914
5914
  var require_github = __commonJS({
5915
- "@socketsecurity/lib/dist/constants/github.js"(exports, module) {
5915
+ "@socketsecurity/lib/dist/constants/github.js"(exports2, module2) {
5916
5916
  "use strict";
5917
5917
  var __defProp2 = Object.defineProperty;
5918
5918
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
5919
5919
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
5920
5920
  var __hasOwnProp2 = Object.prototype.hasOwnProperty;
5921
- var __export = (target, all) => {
5921
+ var __export2 = (target, all) => {
5922
5922
  for (var name in all)
5923
5923
  __defProp2(target, name, { get: all[name], enumerable: true });
5924
5924
  };
@@ -5930,13 +5930,13 @@ var require_github = __commonJS({
5930
5930
  }
5931
5931
  return to;
5932
5932
  };
5933
- var __toCommonJS = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
5933
+ var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
5934
5934
  var github_exports = {};
5935
- __export(github_exports, {
5935
+ __export2(github_exports, {
5936
5936
  CACHE_GITHUB_DIR: () => CACHE_GITHUB_DIR,
5937
5937
  GITHUB_API_BASE_URL: () => GITHUB_API_BASE_URL
5938
5938
  });
5939
- module.exports = __toCommonJS(github_exports);
5939
+ module2.exports = __toCommonJS2(github_exports);
5940
5940
  var GITHUB_API_BASE_URL = "https://api.github.com";
5941
5941
  var CACHE_GITHUB_DIR = "github";
5942
5942
  }
@@ -5944,7 +5944,7 @@ var require_github = __commonJS({
5944
5944
 
5945
5945
  // @socketsecurity/lib/dist/paths.js
5946
5946
  var require_paths2 = __commonJS({
5947
- "@socketsecurity/lib/dist/paths.js"(exports, module) {
5947
+ "@socketsecurity/lib/dist/paths.js"(exports2, module2) {
5948
5948
  "use strict";
5949
5949
  var __create2 = Object.create;
5950
5950
  var __defProp2 = Object.defineProperty;
@@ -5952,7 +5952,7 @@ var require_paths2 = __commonJS({
5952
5952
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
5953
5953
  var __getProtoOf2 = Object.getPrototypeOf;
5954
5954
  var __hasOwnProp2 = Object.prototype.hasOwnProperty;
5955
- var __export = (target, all) => {
5955
+ var __export2 = (target, all) => {
5956
5956
  for (var name in all)
5957
5957
  __defProp2(target, name, { get: all[name], enumerable: true });
5958
5958
  };
@@ -5972,9 +5972,9 @@ var require_paths2 = __commonJS({
5972
5972
  isNodeMode || !mod || !mod.__esModule ? __defProp2(target, "default", { value: mod, enumerable: true }) : target,
5973
5973
  mod
5974
5974
  ));
5975
- var __toCommonJS = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
5975
+ var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
5976
5976
  var paths_exports = {};
5977
- __export(paths_exports, {
5977
+ __export2(paths_exports, {
5978
5978
  getOsHomeDir: () => getOsHomeDir,
5979
5979
  getOsTmpDir: () => getOsTmpDir,
5980
5980
  getSocketAppCacheDir: () => getSocketAppCacheDir,
@@ -5990,9 +5990,9 @@ var require_paths2 = __commonJS({
5990
5990
  getUserHomeDir: () => getUserHomeDir,
5991
5991
  invalidateCache: () => invalidateCache
5992
5992
  });
5993
- module.exports = __toCommonJS(paths_exports);
5994
- var os = __toESM2(__require("os"));
5995
- var path3 = __toESM2(__require("path"));
5993
+ module2.exports = __toCommonJS2(paths_exports);
5994
+ var os = __toESM2(require("os"));
5995
+ var path3 = __toESM2(require("path"));
5996
5996
  var import_home = require_home();
5997
5997
  var import_socket3 = require_socket2();
5998
5998
  var import_windows = require_windows();
@@ -6124,7 +6124,7 @@ var require_paths2 = __commonJS({
6124
6124
 
6125
6125
  // @socketsecurity/lib/dist/external/cacache.js
6126
6126
  var require_cacache = __commonJS({
6127
- "@socketsecurity/lib/dist/external/cacache.js"(exports, module) {
6127
+ "@socketsecurity/lib/dist/external/cacache.js"(exports2, module2) {
6128
6128
  "use strict";
6129
6129
  var Ln = Object.defineProperty;
6130
6130
  var o = (i, t) => Ln(i, "name", { value: t, configurable: true });
@@ -6140,7 +6140,7 @@ var require_cacache = __commonJS({
6140
6140
  };
6141
6141
  Object.defineProperty(W, "__esModule", { value: true });
6142
6142
  W.Minipass = W.isWritable = W.isReadable = W.isStream = void 0;
6143
- var qn = typeof process == "object" && process ? process : { stdout: null, stderr: null }, ji = __require("node:events"), kn = Ol(__require("node:stream")), Il = __require("node:string_decoder"), Nl = o((i) => !!i && typeof i == "object" && (i instanceof Es || i instanceof kn.default || (0, W.isReadable)(i) || (0, W.isWritable)(i)), "isStream");
6143
+ var qn = typeof process == "object" && process ? process : { stdout: null, stderr: null }, ji = require("node:events"), kn = Ol(require("node:stream")), Il = require("node:string_decoder"), Nl = o((i) => !!i && typeof i == "object" && (i instanceof Es || i instanceof kn.default || (0, W.isReadable)(i) || (0, W.isWritable)(i)), "isStream");
6144
6144
  W.isStream = Nl;
6145
6145
  var Al = o((i) => !!i && typeof i == "object" && i instanceof ji.EventEmitter && typeof i.pipe == "function" && i.pipe !== kn.default.Writable.prototype.pipe, "isReadable");
6146
6146
  W.isReadable = Al;
@@ -6492,7 +6492,7 @@ var require_cacache = __commonJS({
6492
6492
  });
6493
6493
  var Xi = m((Jy, Kn) => {
6494
6494
  "use strict";
6495
- var Gn = typeof process == "object" && process ? process : { stdout: null, stderr: null }, jl = __require("events"), Bn = __require("stream"), Wn = __require("string_decoder").StringDecoder, bt = Symbol("EOF"), Rt = Symbol("maybeEmitEnd"), Pt = Symbol("emittedEnd"), Ss = Symbol("emittingEnd"), _e = Symbol("emittedError"), bs = Symbol("closed"), Un = Symbol("read"), Rs = Symbol("flush"), Hn = Symbol("flushChunk"), X = Symbol("encoding"), xt = Symbol("decoder"), xs = Symbol("flowing"), ve = Symbol("paused"), re = Symbol("resume"), q = Symbol("bufferLength"), Bi = Symbol("bufferPush"), Wi = Symbol("bufferShift"), k = Symbol("objectMode"), z = Symbol("destroyed"), Ui = Symbol("emitData"), Vn = Symbol("emitEnd"), Hi = Symbol("emitEnd2"), Tt = Symbol("async"), Oe = o((i) => Promise.resolve().then(i), "defer"), Xn = global._MP_NO_ITERATOR_SYMBOLS_ !== "1", Ml = Xn && Symbol.asyncIterator || Symbol("asyncIterator not implemented"), kl = Xn && Symbol.iterator || Symbol("iterator not implemented"), zl = o((i) => i === "end" || i === "finish" || i === "prefinish", "isEndish"), Gl = o((i) => i instanceof ArrayBuffer || typeof i == "object" && i.constructor && i.constructor.name === "ArrayBuffer" && i.byteLength >= 0, "isArrayBuffer"), Bl = o((i) => !Buffer.isBuffer(i) && ArrayBuffer.isView(i), "isArrayBufferView"), Ts = class {
6495
+ var Gn = typeof process == "object" && process ? process : { stdout: null, stderr: null }, jl = require("events"), Bn = require("stream"), Wn = require("string_decoder").StringDecoder, bt = Symbol("EOF"), Rt = Symbol("maybeEmitEnd"), Pt = Symbol("emittedEnd"), Ss = Symbol("emittingEnd"), _e = Symbol("emittedError"), bs = Symbol("closed"), Un = Symbol("read"), Rs = Symbol("flush"), Hn = Symbol("flushChunk"), X = Symbol("encoding"), xt = Symbol("decoder"), xs = Symbol("flowing"), ve = Symbol("paused"), re = Symbol("resume"), q = Symbol("bufferLength"), Bi = Symbol("bufferPush"), Wi = Symbol("bufferShift"), k = Symbol("objectMode"), z = Symbol("destroyed"), Ui = Symbol("emitData"), Vn = Symbol("emitEnd"), Hi = Symbol("emitEnd2"), Tt = Symbol("async"), Oe = o((i) => Promise.resolve().then(i), "defer"), Xn = global._MP_NO_ITERATOR_SYMBOLS_ !== "1", Ml = Xn && Symbol.asyncIterator || Symbol("asyncIterator not implemented"), kl = Xn && Symbol.iterator || Symbol("iterator not implemented"), zl = o((i) => i === "end" || i === "finish" || i === "prefinish", "isEndish"), Gl = o((i) => i instanceof ArrayBuffer || typeof i == "object" && i.constructor && i.constructor.name === "ArrayBuffer" && i.byteLength >= 0, "isArrayBuffer"), Bl = o((i) => !Buffer.isBuffer(i) && ArrayBuffer.isView(i), "isArrayBufferView"), Ts = class {
6496
6496
  static {
6497
6497
  o(this, "Pipe");
6498
6498
  }
@@ -6716,7 +6716,7 @@ var require_cacache = __commonJS({
6716
6716
  };
6717
6717
  });
6718
6718
  var Ie = m((tE, to) => {
6719
- var Wl = Xi(), Ul = __require("events"), Hl = o((i) => i && i instanceof Ul && (typeof i.pipe == "function" || typeof i.write == "function" && typeof i.end == "function"), "isStream"), Gt = Symbol("_head"), J = Symbol("_tail"), Yi = Symbol("_linkStreams"), Ki = Symbol("_setHead"), Zi = Symbol("_setTail"), Zn = Symbol("_onError"), Jn = Symbol("_onData"), Ji = Symbol("_onEnd"), Qn = Symbol("_onDrain"), _s = Symbol("_streams"), Qi = class extends Wl {
6719
+ var Wl = Xi(), Ul = require("events"), Hl = o((i) => i && i instanceof Ul && (typeof i.pipe == "function" || typeof i.write == "function" && typeof i.end == "function"), "isStream"), Gt = Symbol("_head"), J = Symbol("_tail"), Yi = Symbol("_linkStreams"), Ki = Symbol("_setHead"), Zi = Symbol("_setTail"), Zn = Symbol("_onError"), Jn = Symbol("_onData"), Ji = Symbol("_onEnd"), Qn = Symbol("_onDrain"), _s = Symbol("_streams"), Qi = class extends Wl {
6720
6720
  static {
6721
6721
  o(this, "Pipeline");
6722
6722
  }
@@ -6774,7 +6774,7 @@ var require_cacache = __commonJS({
6774
6774
  });
6775
6775
  var ne = m((sE, ut) => {
6776
6776
  "use strict";
6777
- var Ae = __require("crypto"), { Minipass: Vl } = St(), er = ["sha512", "sha384", "sha256"], ir = ["sha512"], Xl = /^[a-z0-9+/]+(?:=?=?)$/i, Yl = /^([a-z0-9]+)-([^?]+)([?\S*]*)$/, Kl = /^([a-z0-9]+)-([A-Za-z0-9+/=]{44,88})(\?[\x21-\x7E]*)?$/, Zl = /^[\x21-\x7E]+$/, $e = o((i) => i?.length ? `?${i.join("?")}` : "", "getOptString"), sr = class extends Vl {
6777
+ var Ae = require("crypto"), { Minipass: Vl } = St(), er = ["sha512", "sha384", "sha256"], ir = ["sha512"], Xl = /^[a-z0-9+/]+(?:=?=?)$/i, Yl = /^([a-z0-9]+)-([^?]+)([?\S*]*)$/, Kl = /^([a-z0-9]+)-([A-Za-z0-9+/=]{44,88})(\?[\x21-\x7E]*)?$/, Zl = /^[\x21-\x7E]+$/, $e = o((i) => i?.length ? `?${i.join("?")}` : "", "getOptString"), sr = class extends Vl {
6778
6778
  static {
6779
6779
  o(this, "IntegrityStream");
6780
6780
  }
@@ -7071,7 +7071,7 @@ var require_cacache = __commonJS({
7071
7071
  };
7072
7072
  });
7073
7073
  var or = m((aE, oo) => {
7074
- var au = __require("path"), hu = no();
7074
+ var au = require("path"), hu = no();
7075
7075
  oo.exports = function(i, t, e) {
7076
7076
  return au.join(i, (t ? t + "-" : "") + hu(e));
7077
7077
  };
@@ -7089,7 +7089,7 @@ var require_cacache = __commonJS({
7089
7089
  });
7090
7090
  var oe = m((uE, cr) => {
7091
7091
  "use strict";
7092
- var uu = ar()["cache-version"].content, fu = hr(), ho = __require("path"), du = ne();
7092
+ var uu = ar()["cache-version"].content, fu = hr(), ho = require("path"), du = ne();
7093
7093
  cr.exports = pu;
7094
7094
  function pu(i, t) {
7095
7095
  let e = du.parse(t, { single: true });
@@ -7908,7 +7908,7 @@ var require_cacache = __commonJS({
7908
7908
  });
7909
7909
  var ih = m((KS, Ar) => {
7910
7910
  "use strict";
7911
- var { inspect: pp } = __require("util"), Nr = class {
7911
+ var { inspect: pp } = require("util"), Nr = class {
7912
7912
  static {
7913
7913
  o(this, "SystemError");
7914
7914
  }
@@ -7970,7 +7970,7 @@ var require_cacache = __commonJS({
7970
7970
  });
7971
7971
  var Rh = m((JS, bh) => {
7972
7972
  "use strict";
7973
- var { ERR_FS_CP_DIR_TO_NON_DIR: mp, ERR_FS_CP_EEXIST: gp, ERR_FS_CP_EINVAL: js, ERR_FS_CP_FIFO_PIPE: wp, ERR_FS_CP_NON_DIR_TO_DIR: yp, ERR_FS_CP_SOCKET: Ep, ERR_FS_CP_SYMLINK_TO_SUBDIRECTORY: Sp, ERR_FS_CP_UNKNOWN: bp, ERR_FS_EISDIR: Rp, ERR_INVALID_ARG_TYPE: xp } = ih(), { constants: { errno: { EEXIST: Tp, EISDIR: _p, EINVAL: Ot, ENOTDIR: vp } } } = __require("os"), { chmod: Op, copyFile: Ip, lstat: fh, mkdir: dh, readdir: Np, readlink: rh, stat: ce, symlink: $r, unlink: ph, utimes: Ap } = __require("fs/promises"), { dirname: Me, isAbsolute: nh, join: oh, parse: $p, resolve: ke, sep: Cp, toNamespacedPath: ah } = __require("path"), { fileURLToPath: Pp } = __require("url"), Dp = { dereference: false, errorOnExist: false, filter: void 0, force: true, preserveTimestamps: false, recursive: false };
7973
+ var { ERR_FS_CP_DIR_TO_NON_DIR: mp, ERR_FS_CP_EEXIST: gp, ERR_FS_CP_EINVAL: js, ERR_FS_CP_FIFO_PIPE: wp, ERR_FS_CP_NON_DIR_TO_DIR: yp, ERR_FS_CP_SOCKET: Ep, ERR_FS_CP_SYMLINK_TO_SUBDIRECTORY: Sp, ERR_FS_CP_UNKNOWN: bp, ERR_FS_EISDIR: Rp, ERR_INVALID_ARG_TYPE: xp } = ih(), { constants: { errno: { EEXIST: Tp, EISDIR: _p, EINVAL: Ot, ENOTDIR: vp } } } = require("os"), { chmod: Op, copyFile: Ip, lstat: fh, mkdir: dh, readdir: Np, readlink: rh, stat: ce, symlink: $r, unlink: ph, utimes: Ap } = require("fs/promises"), { dirname: Me, isAbsolute: nh, join: oh, parse: $p, resolve: ke, sep: Cp, toNamespacedPath: ah } = require("path"), { fileURLToPath: Pp } = require("url"), Dp = { dereference: false, errorOnExist: false, filter: void 0, force: true, preserveTimestamps: false, recursive: false };
7974
7974
  async function Lp(i, t, e) {
7975
7975
  if (e != null && typeof e != "object") throw new xp("options", ["Object"], e);
7976
7976
  return qp(ah(hh(i)), ah(hh(t)), { ...Dp, ...e });
@@ -8131,14 +8131,14 @@ var require_cacache = __commonJS({
8131
8131
  bh.exports = Lp;
8132
8132
  });
8133
8133
  var Th = m((t0, xh) => {
8134
- var Kp = __require("fs/promises"), Zp = lr(), Jp = sh(), Qp = Rh(), tm = Jp.satisfies(">=16.7.0"), em = o(async (i, t, e) => {
8134
+ var Kp = require("fs/promises"), Zp = lr(), Jp = sh(), Qp = Rh(), tm = Jp.satisfies(">=16.7.0"), em = o(async (i, t, e) => {
8135
8135
  let s = Zp(e, { copy: ["dereference", "errorOnExist", "filter", "force", "preserveTimestamps", "recursive"] });
8136
8136
  return tm ? Kp.cp(i, t, s) : Qp(i, t, s);
8137
8137
  }, "cp");
8138
8138
  xh.exports = em;
8139
8139
  });
8140
8140
  var vh = m((s0, _h) => {
8141
- var { join: sm, sep: im } = __require("path"), rm = lr(), { mkdir: nm, mkdtemp: om, rm: am } = __require("fs/promises"), hm = o(async (i, t, e) => {
8141
+ var { join: sm, sep: im } = require("path"), rm = lr(), { mkdir: nm, mkdtemp: om, rm: am } = require("fs/promises"), hm = o(async (i, t, e) => {
8142
8142
  let s = rm(e, { copy: ["tmpPrefix"] });
8143
8143
  await nm(i, { recursive: true });
8144
8144
  let r = await om(sm(`${i}${im}`, s.tmpPrefix || "")), n, a;
@@ -8157,7 +8157,7 @@ var require_cacache = __commonJS({
8157
8157
  _h.exports = hm;
8158
8158
  });
8159
8159
  var Ah = m((r0, Nh) => {
8160
- var { readdir: Oh } = __require("fs/promises"), { join: Ih } = __require("path"), cm = o(async (i) => {
8160
+ var { readdir: Oh } = require("fs/promises"), { join: Ih } = require("path"), cm = o(async (i) => {
8161
8161
  let t = [];
8162
8162
  for (let e of await Oh(i)) if (e.startsWith("@")) for (let s of await Oh(Ih(i, e))) t.push(Ih(e, s));
8163
8163
  else t.push(e);
@@ -8166,7 +8166,7 @@ var require_cacache = __commonJS({
8166
8166
  Nh.exports = cm;
8167
8167
  });
8168
8168
  var qh = m((o0, Lh) => {
8169
- var { dirname: $h, join: Ch, resolve: Ph, relative: lm, isAbsolute: um } = __require("path"), dt = __require("fs/promises"), fm = o(async (i) => {
8169
+ var { dirname: $h, join: Ch, resolve: Ph, relative: lm, isAbsolute: um } = require("path"), dt = require("fs/promises"), fm = o(async (i) => {
8170
8170
  try {
8171
8171
  return await dt.access(i), true;
8172
8172
  } catch (t) {
@@ -8315,7 +8315,7 @@ var require_cacache = __commonJS({
8315
8315
  });
8316
8316
  var le = m((u0, tt) => {
8317
8317
  "use strict";
8318
- var ym = __require("crypto"), { appendFile: Em, mkdir: Lr, readFile: Sm, readdir: bm, rm: Mh, writeFile: Rm } = __require("fs/promises"), { Minipass: xm } = St(), pt = __require("path"), Tm = ne(), _m = or(), vm = oe(), Om = hr(), Im = ar()["cache-version"].index, { moveFile: Nm } = zs(), Pr = 5;
8318
+ var ym = require("crypto"), { appendFile: Em, mkdir: Lr, readFile: Sm, readdir: bm, rm: Mh, writeFile: Rm } = require("fs/promises"), { Minipass: xm } = St(), pt = require("path"), Tm = ne(), _m = or(), vm = oe(), Om = hr(), Im = ar()["cache-version"].index, { moveFile: Nm } = zs(), Pr = 5;
8319
8319
  tt.exports.NotFoundError = class extends Error {
8320
8320
  static {
8321
8321
  o(this, "NotFoundError");
@@ -9073,7 +9073,7 @@ ${Us(l)} ${l}`);
9073
9073
  });
9074
9074
  var ri = m((Ue) => {
9075
9075
  "use strict";
9076
- var { Minipass: Gm } = St(), Bm = __require("events").EventEmitter, K = __require("fs"), Wm = K.writev, we = Symbol("_autoClose"), ht = Symbol("_close"), We = Symbol("_ended"), A = Symbol("_fd"), Yh = Symbol("_finished"), qt = Symbol("_flags"), Gr = Symbol("_flush"), Wr = Symbol("_handleChunk"), Ur = Symbol("_makeBuf"), ei = Symbol("_mode"), Zs = Symbol("_needDrain"), me = Symbol("_onerror"), ye = Symbol("_onopen"), Br = Symbol("_onread"), de = Symbol("_onwrite"), Ft = Symbol("_open"), It = Symbol("_path"), Ht = Symbol("_pos"), mt = Symbol("_queue"), pe = Symbol("_read"), Kh = Symbol("_readSize"), Lt = Symbol("_reading"), Js = Symbol("_remain"), Zh = Symbol("_size"), Qs = Symbol("_write"), Ut = Symbol("_writing"), ti = Symbol("_defaultFlag"), ge = Symbol("_errored"), si = class extends Gm {
9076
+ var { Minipass: Gm } = St(), Bm = require("events").EventEmitter, K = require("fs"), Wm = K.writev, we = Symbol("_autoClose"), ht = Symbol("_close"), We = Symbol("_ended"), A = Symbol("_fd"), Yh = Symbol("_finished"), qt = Symbol("_flags"), Gr = Symbol("_flush"), Wr = Symbol("_handleChunk"), Ur = Symbol("_makeBuf"), ei = Symbol("_mode"), Zs = Symbol("_needDrain"), me = Symbol("_onerror"), ye = Symbol("_onopen"), Br = Symbol("_onread"), de = Symbol("_onwrite"), Ft = Symbol("_open"), It = Symbol("_path"), Ht = Symbol("_pos"), mt = Symbol("_queue"), pe = Symbol("_read"), Kh = Symbol("_readSize"), Lt = Symbol("_reading"), Js = Symbol("_remain"), Zh = Symbol("_size"), Qs = Symbol("_write"), Ut = Symbol("_writing"), ti = Symbol("_defaultFlag"), ge = Symbol("_errored"), si = class extends Gm {
9077
9077
  static {
9078
9078
  o(this, "ReadStream");
9079
9079
  }
@@ -9271,7 +9271,7 @@ ${Us(l)} ${l}`);
9271
9271
  });
9272
9272
  var Yr = m((R0, Ee) => {
9273
9273
  "use strict";
9274
- var He = __require("fs/promises"), Um = ri(), Xr = ne(), Hm = oe(), Jh = Ie();
9274
+ var He = require("fs/promises"), Um = ri(), Xr = ne(), Hm = oe(), Jh = Ie();
9275
9275
  Ee.exports = Vm;
9276
9276
  var Qh = 64 * 1024 * 1024;
9277
9277
  async function Vm(i, t, e = {}) {
@@ -9450,7 +9450,7 @@ ${Us(l)} ${l}`);
9450
9450
  });
9451
9451
  var pc = m((I0, en) => {
9452
9452
  "use strict";
9453
- var lc = __require("events"), ag = oe(), Ye = __require("fs/promises"), { moveFile: hg } = zs(), { Minipass: cg } = St(), uc = Ie(), lg = Zr(), Jr = __require("path"), Qr = ne(), ug = or(), fg = ri();
9453
+ var lc = require("events"), ag = oe(), Ye = require("fs/promises"), { moveFile: hg } = zs(), { Minipass: cg } = St(), uc = Ie(), lg = Zr(), Jr = require("path"), Qr = ne(), ug = or(), fg = ri();
9454
9454
  en.exports = dg;
9455
9455
  var Xe = /* @__PURE__ */ new Map();
9456
9456
  async function dg(i, t, e = {}) {
@@ -10390,7 +10390,7 @@ globstar while`, t, p, e, d, E), this.matchOne(t.slice(p), e.slice(d), s)) retur
10390
10390
  };
10391
10391
  Object.defineProperty(N, "__esModule", { value: true });
10392
10392
  N.PathScurry = N.Path = N.PathScurryDarwin = N.PathScurryPosix = N.PathScurryWin32 = N.PathScurryBase = N.PathPosix = N.PathWin32 = N.PathBase = N.ChildrenCache = N.ResolveCache = void 0;
10393
- var Hc = kr(), yi = __require("node:path"), zw = __require("node:url"), Qe = __require("fs"), Gw = kw(__require("node:fs")), Bw = Qe.realpathSync.native, pi = __require("node:fs/promises"), zc = St(), ts = { lstatSync: Qe.lstatSync, readdir: Qe.readdir, readdirSync: Qe.readdirSync, readlinkSync: Qe.readlinkSync, realpathSync: Bw, promises: { lstat: pi.lstat, readdir: pi.readdir, readlink: pi.readlink, realpath: pi.realpath } }, Vc = o((i) => !i || i === ts || i === Gw ? ts : { ...ts, ...i, promises: { ...ts.promises, ...i.promises || {} } }, "fsFromOption"), Xc = /^\\\\\?\\([a-z]:)\\?$/i, Ww = o((i) => i.replace(/\//g, "\\").replace(Xc, "$1\\"), "uncToDrive"), Uw = /[\\\/]/, ot = 0, Yc = 1, Kc = 2, gt = 4, Zc = 6, Jc = 8, Zt = 10, Qc = 12, nt = 15, Je = ~nt, un = 16, Gc = 32, es = 64, ct = 128, mi = 256, wi = 512, Bc = es | ct | wi, Hw = 1023, fn = o((i) => i.isFile() ? Jc : i.isDirectory() ? gt : i.isSymbolicLink() ? Zt : i.isCharacterDevice() ? Kc : i.isBlockDevice() ? Zc : i.isSocket() ? Qc : i.isFIFO() ? Yc : ot, "entToType"), Wc = /* @__PURE__ */ new Map(), ss = o((i) => {
10393
+ var Hc = kr(), yi = require("node:path"), zw = require("node:url"), Qe = require("fs"), Gw = kw(require("node:fs")), Bw = Qe.realpathSync.native, pi = require("node:fs/promises"), zc = St(), ts = { lstatSync: Qe.lstatSync, readdir: Qe.readdir, readdirSync: Qe.readdirSync, readlinkSync: Qe.readlinkSync, realpathSync: Bw, promises: { lstat: pi.lstat, readdir: pi.readdir, readlink: pi.readlink, realpath: pi.realpath } }, Vc = o((i) => !i || i === ts || i === Gw ? ts : { ...ts, ...i, promises: { ...ts.promises, ...i.promises || {} } }, "fsFromOption"), Xc = /^\\\\\?\\([a-z]:)\\?$/i, Ww = o((i) => i.replace(/\//g, "\\").replace(Xc, "$1\\"), "uncToDrive"), Uw = /[\\\/]/, ot = 0, Yc = 1, Kc = 2, gt = 4, Zc = 6, Jc = 8, Zt = 10, Qc = 12, nt = 15, Je = ~nt, un = 16, Gc = 32, es = 64, ct = 128, mi = 256, wi = 512, Bc = es | ct | wi, Hw = 1023, fn = o((i) => i.isFile() ? Jc : i.isDirectory() ? gt : i.isSymbolicLink() ? Zt : i.isCharacterDevice() ? Kc : i.isBlockDevice() ? Zc : i.isSocket() ? Qc : i.isFIFO() ? Yc : ot, "entToType"), Wc = /* @__PURE__ */ new Map(), ss = o((i) => {
10394
10394
  let t = Wc.get(i);
10395
10395
  if (t) return t;
10396
10396
  let e = i.normalize("NFKD");
@@ -11672,7 +11672,7 @@ globstar while`, t, p, e, d, E), this.matchOne(t.slice(p), e.slice(d), s)) retur
11672
11672
  "use strict";
11673
11673
  Object.defineProperty(Ii, "__esModule", { value: true });
11674
11674
  Ii.Glob = void 0;
11675
- var ty = jt(), ey = __require("node:url"), vi = el(), sy = pn(), Oi = al(), iy = typeof process == "object" && process && typeof process.platform == "string" ? process.platform : "linux", Sn = class {
11675
+ var ty = jt(), ey = require("node:url"), vi = el(), sy = pn(), Oi = al(), iy = typeof process == "object" && process && typeof process.platform == "string" ? process.platform : "linux", Sn = class {
11676
11676
  static {
11677
11677
  o(this, "Glob");
11678
11678
  }
@@ -11824,12 +11824,12 @@ globstar while`, t, p, e, d, E), this.matchOne(t.slice(p), e.slice(d), s)) retur
11824
11824
  });
11825
11825
  var vn = m((fb, dl) => {
11826
11826
  "use strict";
11827
- var { glob: ly } = ul(), fl = __require("path"), uy = o((i) => i.split(fl.win32.sep).join(fl.posix.sep), "globify");
11827
+ var { glob: ly } = ul(), fl = require("path"), uy = o((i) => i.split(fl.win32.sep).join(fl.posix.sep), "globify");
11828
11828
  dl.exports = (i, t) => ly(uy(i), t);
11829
11829
  });
11830
11830
  var ml = m((pb, pl) => {
11831
11831
  "use strict";
11832
- var fy = __require("fs/promises"), dy = oe(), { hasContent: py } = Yr();
11832
+ var fy = require("fs/promises"), dy = oe(), { hasContent: py } = Yr();
11833
11833
  pl.exports = my;
11834
11834
  async function my(i, t) {
11835
11835
  let e = await py(i, t);
@@ -11839,7 +11839,7 @@ globstar while`, t, p, e, d, E), this.matchOne(t.slice(p), e.slice(d), s)) retur
11839
11839
  });
11840
11840
  var wl = m((gb, fs) => {
11841
11841
  "use strict";
11842
- var { rm: gy } = __require("fs/promises"), wy = vn(), yy = le(), On = Be(), Ey = __require("path"), Sy = ml();
11842
+ var { rm: gy } = require("fs/promises"), wy = vn(), yy = le(), On = Be(), Ey = require("path"), Sy = ml();
11843
11843
  fs.exports = gl;
11844
11844
  fs.exports.entry = gl;
11845
11845
  function gl(i, t, e) {
@@ -11861,7 +11861,7 @@ globstar while`, t, p, e, d, E), this.matchOne(t.slice(p), e.slice(d), s)) retur
11861
11861
  });
11862
11862
  var El = m((yb, $n) => {
11863
11863
  "use strict";
11864
- var { mkdir: xy, readFile: Ty, rm: Nn, stat: An, truncate: _y, writeFile: vy } = __require("fs/promises"), yl = oe(), Oy = ri(), Iy = vn(), Se = le(), Ai = __require("path"), In = ne(), Ny = o((i, t) => Object.prototype.hasOwnProperty.call(i, t), "hasOwnProperty"), Ay = o((i) => ({ concurrency: 20, log: { silly() {
11864
+ var { mkdir: xy, readFile: Ty, rm: Nn, stat: An, truncate: _y, writeFile: vy } = require("fs/promises"), yl = oe(), Oy = ri(), Iy = vn(), Se = le(), Ai = require("path"), In = ne(), Ny = o((i, t) => Object.prototype.hasOwnProperty.call(i, t), "hasOwnProperty"), Ay = o((i) => ({ concurrency: 20, log: { silly() {
11865
11865
  } }, ...i }), "verifyOpts");
11866
11866
  $n.exports = $y;
11867
11867
  async function $y(i, t) {
@@ -11969,7 +11969,7 @@ globstar while`, t, p, e, d, E), this.matchOne(t.slice(p), e.slice(d), s)) retur
11969
11969
  });
11970
11970
  var bl = m((Sb, Pn) => {
11971
11971
  "use strict";
11972
- var { withTempDir: Gy } = zs(), Sl = __require("fs/promises"), Cn = __require("path");
11972
+ var { withTempDir: Gy } = zs(), Sl = require("fs/promises"), Cn = require("path");
11973
11973
  Pn.exports.mkdir = By;
11974
11974
  async function By(i, t = {}) {
11975
11975
  let { tmpPrefix: e } = t, s = Cn.join(i, "tmp");
@@ -11991,43 +11991,43 @@ globstar while`, t, p, e, d, E), this.matchOne(t.slice(p), e.slice(d), s)) retur
11991
11991
  var { clearMemoized: Uy } = Be();
11992
11992
  var Tl = bl();
11993
11993
  var $i = le();
11994
- module.exports.index = {};
11995
- module.exports.index.compact = $i.compact;
11996
- module.exports.index.insert = $i.insert;
11997
- module.exports.ls = $i.ls;
11998
- module.exports.ls.stream = $i.lsStream;
11999
- module.exports.get = kt;
12000
- module.exports.get.byDigest = kt.byDigest;
12001
- module.exports.get.stream = kt.stream;
12002
- module.exports.get.stream.byDigest = kt.stream.byDigest;
12003
- module.exports.get.copy = kt.copy;
12004
- module.exports.get.copy.byDigest = kt.copy.byDigest;
12005
- module.exports.get.info = kt.info;
12006
- module.exports.get.hasContent = kt.hasContent;
12007
- module.exports.put = Rl;
12008
- module.exports.put.stream = Rl.stream;
12009
- module.exports.rm = Dn.entry;
12010
- module.exports.rm.all = Dn.all;
12011
- module.exports.rm.entry = module.exports.rm;
12012
- module.exports.rm.content = Dn.content;
12013
- module.exports.clearMemoized = Uy;
12014
- module.exports.tmp = {};
12015
- module.exports.tmp.mkdir = Tl.mkdir;
12016
- module.exports.tmp.withTmp = Tl.withTmp;
12017
- module.exports.verify = xl;
12018
- module.exports.verify.lastRun = xl.lastRun;
11994
+ module2.exports.index = {};
11995
+ module2.exports.index.compact = $i.compact;
11996
+ module2.exports.index.insert = $i.insert;
11997
+ module2.exports.ls = $i.ls;
11998
+ module2.exports.ls.stream = $i.lsStream;
11999
+ module2.exports.get = kt;
12000
+ module2.exports.get.byDigest = kt.byDigest;
12001
+ module2.exports.get.stream = kt.stream;
12002
+ module2.exports.get.stream.byDigest = kt.stream.byDigest;
12003
+ module2.exports.get.copy = kt.copy;
12004
+ module2.exports.get.copy.byDigest = kt.copy.byDigest;
12005
+ module2.exports.get.info = kt.info;
12006
+ module2.exports.get.hasContent = kt.hasContent;
12007
+ module2.exports.put = Rl;
12008
+ module2.exports.put.stream = Rl.stream;
12009
+ module2.exports.rm = Dn.entry;
12010
+ module2.exports.rm.all = Dn.all;
12011
+ module2.exports.rm.entry = module2.exports.rm;
12012
+ module2.exports.rm.content = Dn.content;
12013
+ module2.exports.clearMemoized = Uy;
12014
+ module2.exports.tmp = {};
12015
+ module2.exports.tmp.mkdir = Tl.mkdir;
12016
+ module2.exports.tmp.withTmp = Tl.withTmp;
12017
+ module2.exports.verify = xl;
12018
+ module2.exports.verify.lastRun = xl.lastRun;
12019
12019
  }
12020
12020
  });
12021
12021
 
12022
12022
  // @socketsecurity/lib/dist/cacache.js
12023
12023
  var require_cacache2 = __commonJS({
12024
- "@socketsecurity/lib/dist/cacache.js"(exports, module) {
12024
+ "@socketsecurity/lib/dist/cacache.js"(exports2, module2) {
12025
12025
  "use strict";
12026
12026
  var __defProp2 = Object.defineProperty;
12027
12027
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
12028
12028
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
12029
12029
  var __hasOwnProp2 = Object.prototype.hasOwnProperty;
12030
- var __export = (target, all) => {
12030
+ var __export2 = (target, all) => {
12031
12031
  for (var name in all)
12032
12032
  __defProp2(target, name, { get: all[name], enumerable: true });
12033
12033
  };
@@ -12039,9 +12039,9 @@ var require_cacache2 = __commonJS({
12039
12039
  }
12040
12040
  return to;
12041
12041
  };
12042
- var __toCommonJS = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
12042
+ var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
12043
12043
  var cacache_exports = {};
12044
- __export(cacache_exports, {
12044
+ __export2(cacache_exports, {
12045
12045
  clear: () => clear,
12046
12046
  get: () => get,
12047
12047
  getCacache: () => getCacache,
@@ -12050,7 +12050,7 @@ var require_cacache2 = __commonJS({
12050
12050
  safeGet: () => safeGet,
12051
12051
  withTmp: () => withTmp
12052
12052
  });
12053
- module.exports = __toCommonJS(cacache_exports);
12053
+ module2.exports = __toCommonJS2(cacache_exports);
12054
12054
  var import_paths = require_paths2();
12055
12055
  function getCacache() {
12056
12056
  return require_cacache();
@@ -12157,7 +12157,7 @@ var require_cacache2 = __commonJS({
12157
12157
 
12158
12158
  // @socketsecurity/lib/dist/cache-with-ttl.js
12159
12159
  var require_cache_with_ttl = __commonJS({
12160
- "@socketsecurity/lib/dist/cache-with-ttl.js"(exports, module) {
12160
+ "@socketsecurity/lib/dist/cache-with-ttl.js"(exports2, module2) {
12161
12161
  "use strict";
12162
12162
  var __create2 = Object.create;
12163
12163
  var __defProp2 = Object.defineProperty;
@@ -12165,7 +12165,7 @@ var require_cache_with_ttl = __commonJS({
12165
12165
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
12166
12166
  var __getProtoOf2 = Object.getPrototypeOf;
12167
12167
  var __hasOwnProp2 = Object.prototype.hasOwnProperty;
12168
- var __export = (target, all) => {
12168
+ var __export2 = (target, all) => {
12169
12169
  for (var name in all)
12170
12170
  __defProp2(target, name, { get: all[name], enumerable: true });
12171
12171
  };
@@ -12185,12 +12185,12 @@ var require_cache_with_ttl = __commonJS({
12185
12185
  isNodeMode || !mod || !mod.__esModule ? __defProp2(target, "default", { value: mod, enumerable: true }) : target,
12186
12186
  mod
12187
12187
  ));
12188
- var __toCommonJS = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
12188
+ var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
12189
12189
  var cache_with_ttl_exports = {};
12190
- __export(cache_with_ttl_exports, {
12190
+ __export2(cache_with_ttl_exports, {
12191
12191
  createTtlCache: () => createTtlCache2
12192
12192
  });
12193
- module.exports = __toCommonJS(cache_with_ttl_exports);
12193
+ module2.exports = __toCommonJS2(cache_with_ttl_exports);
12194
12194
  var cacache = __toESM2(require_cacache2());
12195
12195
  var DEFAULT_TTL_MS = 5 * 60 * 1e3;
12196
12196
  var DEFAULT_PREFIX = "ttl-cache";
@@ -12386,14 +12386,14 @@ var require_cache_with_ttl = __commonJS({
12386
12386
 
12387
12387
  // @socketsecurity/lib/dist/external/picomatch.js
12388
12388
  var require_picomatch = __commonJS({
12389
- "@socketsecurity/lib/dist/external/picomatch.js"(exports, module) {
12389
+ "@socketsecurity/lib/dist/external/picomatch.js"(exports2, module2) {
12390
12390
  "use strict";
12391
12391
  var Ut = Object.defineProperty;
12392
12392
  var _ = (t, a) => Ut(t, "name", { value: a, configurable: true });
12393
12393
  var tt = (t, a) => () => (a || t((a = { exports: {} }).exports, a), a.exports);
12394
12394
  var et = tt(($e, Ht) => {
12395
12395
  "use strict";
12396
- var qt = __require("path"), Q = "\\\\/", St = `[^${Q}]`, Z = "\\.", Xt = "\\+", Ft = "\\?", at = "\\/", Wt = "(?=.)", $t = "[^/]", ft = `(?:${at}|$)`, yt = `(?:^|${at})`, At = `${Z}{1,2}${ft}`, Qt = `(?!${Z})`, Zt = `(?!${yt}${At})`, jt = `(?!${Z}{0,1}${ft})`, Vt = `(?!${At})`, Yt = `[^.${at}]`, zt = `${$t}*?`, dt = { DOT_LITERAL: Z, PLUS_LITERAL: Xt, QMARK_LITERAL: Ft, SLASH_LITERAL: at, ONE_CHAR: Wt, QMARK: $t, END_ANCHOR: ft, DOTS_SLASH: At, NO_DOT: Qt, NO_DOTS: Zt, NO_DOT_SLASH: jt, NO_DOTS_SLASH: Vt, QMARK_NO_DOT: Yt, STAR: zt, START_ANCHOR: yt }, Jt = { ...dt, SLASH_LITERAL: `[${Q}]`, QMARK: St, STAR: `${St}*?`, DOTS_SLASH: `${Z}{1,2}(?:[${Q}]|$)`, NO_DOT: `(?!${Z})`, NO_DOTS: `(?!(?:^|[${Q}])${Z}{1,2}(?:[${Q}]|$))`, NO_DOT_SLASH: `(?!${Z}{0,1}(?:[${Q}]|$))`, NO_DOTS_SLASH: `(?!${Z}{1,2}(?:[${Q}]|$))`, QMARK_NO_DOT: `[^.${Q}]`, START_ANCHOR: `(?:^|[${Q}])`, END_ANCHOR: `(?:[${Q}]|$)` }, te = { alnum: "a-zA-Z0-9", alpha: "a-zA-Z", ascii: "\\x00-\\x7F", blank: " \\t", cntrl: "\\x00-\\x1F\\x7F", digit: "0-9", graph: "\\x21-\\x7E", lower: "a-z", print: "\\x20-\\x7E ", punct: "\\-!\"#$%&'()\\*+,./:;<=>?@[\\]^_`{|}~", space: " \\t\\r\\n\\v\\f", upper: "A-Z", word: "A-Za-z0-9_", xdigit: "A-Fa-f0-9" };
12396
+ var qt = require("path"), Q = "\\\\/", St = `[^${Q}]`, Z = "\\.", Xt = "\\+", Ft = "\\?", at = "\\/", Wt = "(?=.)", $t = "[^/]", ft = `(?:${at}|$)`, yt = `(?:^|${at})`, At = `${Z}{1,2}${ft}`, Qt = `(?!${Z})`, Zt = `(?!${yt}${At})`, jt = `(?!${Z}{0,1}${ft})`, Vt = `(?!${At})`, Yt = `[^.${at}]`, zt = `${$t}*?`, dt = { DOT_LITERAL: Z, PLUS_LITERAL: Xt, QMARK_LITERAL: Ft, SLASH_LITERAL: at, ONE_CHAR: Wt, QMARK: $t, END_ANCHOR: ft, DOTS_SLASH: At, NO_DOT: Qt, NO_DOTS: Zt, NO_DOT_SLASH: jt, NO_DOTS_SLASH: Vt, QMARK_NO_DOT: Yt, STAR: zt, START_ANCHOR: yt }, Jt = { ...dt, SLASH_LITERAL: `[${Q}]`, QMARK: St, STAR: `${St}*?`, DOTS_SLASH: `${Z}{1,2}(?:[${Q}]|$)`, NO_DOT: `(?!${Z})`, NO_DOTS: `(?!(?:^|[${Q}])${Z}{1,2}(?:[${Q}]|$))`, NO_DOT_SLASH: `(?!${Z}{0,1}(?:[${Q}]|$))`, NO_DOTS_SLASH: `(?!${Z}{1,2}(?:[${Q}]|$))`, QMARK_NO_DOT: `[^.${Q}]`, START_ANCHOR: `(?:^|[${Q}])`, END_ANCHOR: `(?:[${Q}]|$)` }, te = { alnum: "a-zA-Z0-9", alpha: "a-zA-Z", ascii: "\\x00-\\x7F", blank: " \\t", cntrl: "\\x00-\\x1F\\x7F", digit: "0-9", graph: "\\x21-\\x7E", lower: "a-z", print: "\\x20-\\x7E ", punct: "\\-!\"#$%&'()\\*+,./:;<=>?@[\\]^_`{|}~", space: " \\t\\r\\n\\v\\f", upper: "A-Z", word: "A-Za-z0-9_", xdigit: "A-Fa-f0-9" };
12397
12397
  Ht.exports = { MAX_LENGTH: 1024 * 64, POSIX_REGEX_SOURCE: te, REGEX_BACKSLASH: /\\(?![*+?^${}(|)[\]])/g, REGEX_NON_SPECIAL_CHARS: /^[^@![\].,$*+?^{}()|\\/]+/, REGEX_SPECIAL_CHARS: /[-*+?.^${}(|)[\]]/, REGEX_SPECIAL_CHARS_BACKREF: /(\\?)((\W)(\3*))/g, REGEX_SPECIAL_CHARS_GLOBAL: /([-*+?.^${}(|)[\]])/g, REGEX_REMOVE_BACKSLASH: /(?:\[.*?[^\\]\]|\\(?=.))/g, REPLACEMENTS: { "***": "*", "**/**": "**", "**/**/**": "**" }, CHAR_0: 48, CHAR_9: 57, CHAR_UPPERCASE_A: 65, CHAR_LOWERCASE_A: 97, CHAR_UPPERCASE_Z: 90, CHAR_LOWERCASE_Z: 122, CHAR_LEFT_PARENTHESES: 40, CHAR_RIGHT_PARENTHESES: 41, CHAR_ASTERISK: 42, CHAR_AMPERSAND: 38, CHAR_AT: 64, CHAR_BACKWARD_SLASH: 92, CHAR_CARRIAGE_RETURN: 13, CHAR_CIRCUMFLEX_ACCENT: 94, CHAR_COLON: 58, CHAR_COMMA: 44, CHAR_DOT: 46, CHAR_DOUBLE_QUOTE: 34, CHAR_EQUAL: 61, CHAR_EXCLAMATION_MARK: 33, CHAR_FORM_FEED: 12, CHAR_FORWARD_SLASH: 47, CHAR_GRAVE_ACCENT: 96, CHAR_HASH: 35, CHAR_HYPHEN_MINUS: 45, CHAR_LEFT_ANGLE_BRACKET: 60, CHAR_LEFT_CURLY_BRACE: 123, CHAR_LEFT_SQUARE_BRACKET: 91, CHAR_LINE_FEED: 10, CHAR_NO_BREAK_SPACE: 160, CHAR_PERCENT: 37, CHAR_PLUS: 43, CHAR_QUESTION_MARK: 63, CHAR_RIGHT_ANGLE_BRACKET: 62, CHAR_RIGHT_CURLY_BRACE: 125, CHAR_RIGHT_SQUARE_BRACKET: 93, CHAR_SEMICOLON: 59, CHAR_SINGLE_QUOTE: 39, CHAR_SPACE: 32, CHAR_TAB: 9, CHAR_UNDERSCORE: 95, CHAR_VERTICAL_LINE: 124, CHAR_ZERO_WIDTH_NOBREAK_SPACE: 65279, SEP: qt.sep, extglobChars(t) {
12398
12398
  return { "!": { type: "negate", open: "(?:(?!(?:", close: `))${t.STAR})` }, "?": { type: "qmark", open: "(?:", close: ")?" }, "+": { type: "plus", open: "(?:", close: ")+" }, "*": { type: "star", open: "(?:", close: ")*" }, "@": { type: "at", open: "(?:", close: ")" } };
12399
12399
  }, globChars(t) {
@@ -12402,7 +12402,7 @@ var require_picomatch = __commonJS({
12402
12402
  });
12403
12403
  var ct = tt((M) => {
12404
12404
  "use strict";
12405
- var ee = __require("path"), se = process.platform === "win32", { REGEX_BACKSLASH: re, REGEX_REMOVE_BACKSLASH: ue, REGEX_SPECIAL_CHARS: ne, REGEX_SPECIAL_CHARS_GLOBAL: oe } = et();
12405
+ var ee = require("path"), se = process.platform === "win32", { REGEX_BACKSLASH: re, REGEX_REMOVE_BACKSLASH: ue, REGEX_SPECIAL_CHARS: ne, REGEX_SPECIAL_CHARS_GLOBAL: oe } = et();
12406
12406
  M.isObject = (t) => t !== null && typeof t == "object" && !Array.isArray(t);
12407
12407
  M.hasRegexChars = (t) => ne.test(t);
12408
12408
  M.isRegexChar = (t) => t.length === 1 && M.hasRegexChars(t);
@@ -12933,7 +12933,7 @@ var require_picomatch = __commonJS({
12933
12933
  });
12934
12934
  var Mt = tt((Oe, Dt) => {
12935
12935
  "use strict";
12936
- var xe = __require("path"), ge = wt(), bt = Gt(), Ct = ct(), be = et(), Ce = _((t) => t && typeof t == "object" && !Array.isArray(t), "isObject"), T = _((t, a, e = false) => {
12936
+ var xe = require("path"), ge = wt(), bt = Gt(), Ct = ct(), be = et(), Ce = _((t) => t && typeof t == "object" && !Array.isArray(t), "isObject"), T = _((t, a, e = false) => {
12937
12937
  if (Array.isArray(t)) {
12938
12938
  let b = t.map((k) => T(k, a, e));
12939
12939
  return _((k) => {
@@ -12993,13 +12993,13 @@ var require_picomatch = __commonJS({
12993
12993
  T.constants = be;
12994
12994
  Dt.exports = T;
12995
12995
  });
12996
- module.exports = Mt();
12996
+ module2.exports = Mt();
12997
12997
  }
12998
12998
  });
12999
12999
 
13000
13000
  // @socketsecurity/lib/dist/external/fast-glob.js
13001
13001
  var require_fast_glob = __commonJS({
13002
- "@socketsecurity/lib/dist/external/fast-glob.js"(exports, module) {
13002
+ "@socketsecurity/lib/dist/external/fast-glob.js"(exports2, module2) {
13003
13003
  "use strict";
13004
13004
  var Ui = Object.defineProperty;
13005
13005
  var s = (t, e) => Ui(t, "name", { value: e, configurable: true });
@@ -13053,7 +13053,7 @@ var require_fast_glob = __commonJS({
13053
13053
  "use strict";
13054
13054
  Object.defineProperty(F, "__esModule", { value: true });
13055
13055
  F.convertPosixPathToPattern = F.convertWindowsPathToPattern = F.convertPathToPattern = F.escapePosixPath = F.escapeWindowsPath = F.escape = F.removeLeadingDotSegment = F.makeAbsolute = F.unixify = void 0;
13056
- var Xi = __require("os"), Zi = __require("path"), nn = Xi.platform() === "win32", zi = 2, Ji = /(\\?)([()*?[\]{|}]|^!|[!+@](?=\()|\\(?![!()*+?@[\]{|}]))/g, ea = /(\\?)([()[\]{}]|^!|[!+@](?=\())/g, ta = /^\\\\([.?])/, ra = /\\(?![!()+@[\]{}])/g;
13056
+ var Xi = require("os"), Zi = require("path"), nn = Xi.platform() === "win32", zi = 2, Ji = /(\\?)([()*?[\]{|}]|^!|[!+@](?=\()|\\(?![!()*+?@[\]{|}]))/g, ea = /(\\?)([()[\]{}]|^!|[!+@](?=\())/g, ta = /^\\\\([.?])/, ra = /\\(?![!()+@[\]{}])/g;
13057
13057
  function na(t) {
13058
13058
  return t.replace(/\\/g, "/");
13059
13059
  }
@@ -13149,7 +13149,7 @@ var require_fast_glob = __commonJS({
13149
13149
  });
13150
13150
  var dn = E((fl, pn) => {
13151
13151
  "use strict";
13152
- var ca = hn(), la = __require("path").posix.dirname, fa = __require("os").platform() === "win32", Et = "/", ha = /\\/g, pa = /[\{\[].*[\}\]]$/, da = /(^|[^\\])([\{\[]|\([^\)]+$)/, _a = /\\([\!\*\?\|\[\]\(\)\{\}])/g;
13152
+ var ca = hn(), la = require("path").posix.dirname, fa = require("os").platform() === "win32", Et = "/", ha = /\\/g, pa = /[\{\[].*[\}\]]$/, da = /(^|[^\\])([\{\[]|\([^\)]+$)/, _a = /\\([\!\*\?\|\[\]\(\)\{\}])/g;
13153
13153
  pn.exports = s(function(e, r) {
13154
13154
  var n = Object.assign({ flipBackslashes: true }, r);
13155
13155
  n.flipBackslashes && fa && e.indexOf(Et) < 0 && (e = e.replace(ha, Et)), pa.test(e) && (e += Et), e += "a";
@@ -13329,7 +13329,7 @@ var require_fast_glob = __commonJS({
13329
13329
  });
13330
13330
  var bt = E((El, Mn) => {
13331
13331
  "use strict";
13332
- var va = __require("util"), On = Cn(), Tn = s((t) => t !== null && typeof t == "object" && !Array.isArray(t), "isObject"), ba = s((t) => (e) => t === true ? Number(e) : String(e), "transform"), Rt = s((t) => typeof t == "number" || typeof t == "string" && t !== "", "isValidValue"), ke = s((t) => Number.isInteger(+t), "isNumber"), vt = s((t) => {
13332
+ var va = require("util"), On = Cn(), Tn = s((t) => t !== null && typeof t == "object" && !Array.isArray(t), "isObject"), ba = s((t) => (e) => t === true ? Number(e) : String(e), "transform"), Rt = s((t) => typeof t == "number" || typeof t == "string" && t !== "", "isValidValue"), ke = s((t) => Number.isInteger(+t), "isNumber"), vt = s((t) => {
13333
13333
  let e = `${t}`, r = -1;
13334
13334
  if (e[0] === "-" && (e = e.slice(1)), e === "0") return false;
13335
13335
  for (; e[++r] === "0"; ) ;
@@ -13629,7 +13629,7 @@ var require_fast_glob = __commonJS({
13629
13629
  });
13630
13630
  var He = E((Ll, ts) => {
13631
13631
  "use strict";
13632
- var Za = __require("path"), oe = "\\\\/", Zn = `[^${oe}]`, fe = "\\.", za = "\\+", Ja = "\\?", Ke = "\\/", eo = "(?=.)", zn = "[^/]", xt = `(?:${Ke}|$)`, Jn = `(?:^|${Ke})`, Ct = `${fe}{1,2}${xt}`, to = `(?!${fe})`, ro = `(?!${Jn}${Ct})`, no = `(?!${fe}{0,1}${xt})`, so = `(?!${Ct})`, io = `[^.${Ke}]`, ao = `${zn}*?`, es = { DOT_LITERAL: fe, PLUS_LITERAL: za, QMARK_LITERAL: Ja, SLASH_LITERAL: Ke, ONE_CHAR: eo, QMARK: zn, END_ANCHOR: xt, DOTS_SLASH: Ct, NO_DOT: to, NO_DOTS: ro, NO_DOT_SLASH: no, NO_DOTS_SLASH: so, QMARK_NO_DOT: io, STAR: ao, START_ANCHOR: Jn }, oo = { ...es, SLASH_LITERAL: `[${oe}]`, QMARK: Zn, STAR: `${Zn}*?`, DOTS_SLASH: `${fe}{1,2}(?:[${oe}]|$)`, NO_DOT: `(?!${fe})`, NO_DOTS: `(?!(?:^|[${oe}])${fe}{1,2}(?:[${oe}]|$))`, NO_DOT_SLASH: `(?!${fe}{0,1}(?:[${oe}]|$))`, NO_DOTS_SLASH: `(?!${fe}{1,2}(?:[${oe}]|$))`, QMARK_NO_DOT: `[^.${oe}]`, START_ANCHOR: `(?:^|[${oe}])`, END_ANCHOR: `(?:[${oe}]|$)` }, uo = { alnum: "a-zA-Z0-9", alpha: "a-zA-Z", ascii: "\\x00-\\x7F", blank: " \\t", cntrl: "\\x00-\\x1F\\x7F", digit: "0-9", graph: "\\x21-\\x7E", lower: "a-z", print: "\\x20-\\x7E ", punct: "\\-!\"#$%&'()\\*+,./:;<=>?@[\\]^_`{|}~", space: " \\t\\r\\n\\v\\f", upper: "A-Z", word: "A-Za-z0-9_", xdigit: "A-Fa-f0-9" };
13632
+ var Za = require("path"), oe = "\\\\/", Zn = `[^${oe}]`, fe = "\\.", za = "\\+", Ja = "\\?", Ke = "\\/", eo = "(?=.)", zn = "[^/]", xt = `(?:${Ke}|$)`, Jn = `(?:^|${Ke})`, Ct = `${fe}{1,2}${xt}`, to = `(?!${fe})`, ro = `(?!${Jn}${Ct})`, no = `(?!${fe}{0,1}${xt})`, so = `(?!${Ct})`, io = `[^.${Ke}]`, ao = `${zn}*?`, es = { DOT_LITERAL: fe, PLUS_LITERAL: za, QMARK_LITERAL: Ja, SLASH_LITERAL: Ke, ONE_CHAR: eo, QMARK: zn, END_ANCHOR: xt, DOTS_SLASH: Ct, NO_DOT: to, NO_DOTS: ro, NO_DOT_SLASH: no, NO_DOTS_SLASH: so, QMARK_NO_DOT: io, STAR: ao, START_ANCHOR: Jn }, oo = { ...es, SLASH_LITERAL: `[${oe}]`, QMARK: Zn, STAR: `${Zn}*?`, DOTS_SLASH: `${fe}{1,2}(?:[${oe}]|$)`, NO_DOT: `(?!${fe})`, NO_DOTS: `(?!(?:^|[${oe}])${fe}{1,2}(?:[${oe}]|$))`, NO_DOT_SLASH: `(?!${fe}{0,1}(?:[${oe}]|$))`, NO_DOTS_SLASH: `(?!${fe}{1,2}(?:[${oe}]|$))`, QMARK_NO_DOT: `[^.${oe}]`, START_ANCHOR: `(?:^|[${oe}])`, END_ANCHOR: `(?:[${oe}]|$)` }, uo = { alnum: "a-zA-Z0-9", alpha: "a-zA-Z", ascii: "\\x00-\\x7F", blank: " \\t", cntrl: "\\x00-\\x1F\\x7F", digit: "0-9", graph: "\\x21-\\x7E", lower: "a-z", print: "\\x20-\\x7E ", punct: "\\-!\"#$%&'()\\*+,./:;<=>?@[\\]^_`{|}~", space: " \\t\\r\\n\\v\\f", upper: "A-Z", word: "A-Za-z0-9_", xdigit: "A-Fa-f0-9" };
13633
13633
  ts.exports = { MAX_LENGTH: 1024 * 64, POSIX_REGEX_SOURCE: uo, REGEX_BACKSLASH: /\\(?![*+?^${}(|)[\]])/g, REGEX_NON_SPECIAL_CHARS: /^[^@![\].,$*+?^{}()|\\/]+/, REGEX_SPECIAL_CHARS: /[-*+?.^${}(|)[\]]/, REGEX_SPECIAL_CHARS_BACKREF: /(\\?)((\W)(\3*))/g, REGEX_SPECIAL_CHARS_GLOBAL: /([-*+?.^${}(|)[\]])/g, REGEX_REMOVE_BACKSLASH: /(?:\[.*?[^\\]\]|\\(?=.))/g, REPLACEMENTS: { "***": "*", "**/**": "**", "**/**/**": "**" }, CHAR_0: 48, CHAR_9: 57, CHAR_UPPERCASE_A: 65, CHAR_LOWERCASE_A: 97, CHAR_UPPERCASE_Z: 90, CHAR_LOWERCASE_Z: 122, CHAR_LEFT_PARENTHESES: 40, CHAR_RIGHT_PARENTHESES: 41, CHAR_ASTERISK: 42, CHAR_AMPERSAND: 38, CHAR_AT: 64, CHAR_BACKWARD_SLASH: 92, CHAR_CARRIAGE_RETURN: 13, CHAR_CIRCUMFLEX_ACCENT: 94, CHAR_COLON: 58, CHAR_COMMA: 44, CHAR_DOT: 46, CHAR_DOUBLE_QUOTE: 34, CHAR_EQUAL: 61, CHAR_EXCLAMATION_MARK: 33, CHAR_FORM_FEED: 12, CHAR_FORWARD_SLASH: 47, CHAR_GRAVE_ACCENT: 96, CHAR_HASH: 35, CHAR_HYPHEN_MINUS: 45, CHAR_LEFT_ANGLE_BRACKET: 60, CHAR_LEFT_CURLY_BRACE: 123, CHAR_LEFT_SQUARE_BRACKET: 91, CHAR_LINE_FEED: 10, CHAR_NO_BREAK_SPACE: 160, CHAR_PERCENT: 37, CHAR_PLUS: 43, CHAR_QUESTION_MARK: 63, CHAR_RIGHT_ANGLE_BRACKET: 62, CHAR_RIGHT_CURLY_BRACE: 125, CHAR_RIGHT_SQUARE_BRACKET: 93, CHAR_SEMICOLON: 59, CHAR_SINGLE_QUOTE: 39, CHAR_SPACE: 32, CHAR_TAB: 9, CHAR_UNDERSCORE: 95, CHAR_VERTICAL_LINE: 124, CHAR_ZERO_WIDTH_NOBREAK_SPACE: 65279, SEP: Za.sep, extglobChars(t) {
13634
13634
  return { "!": { type: "negate", open: "(?:(?!(?:", close: `))${t.STAR})` }, "?": { type: "qmark", open: "(?:", close: ")?" }, "+": { type: "plus", open: "(?:", close: ")+" }, "*": { type: "star", open: "(?:", close: ")*" }, "@": { type: "at", open: "(?:", close: ")" } };
13635
13635
  }, globChars(t) {
@@ -13638,7 +13638,7 @@ var require_fast_glob = __commonJS({
13638
13638
  });
13639
13639
  var Me = E((Y) => {
13640
13640
  "use strict";
13641
- var co = __require("path"), lo = process.platform === "win32", { REGEX_BACKSLASH: fo, REGEX_REMOVE_BACKSLASH: ho, REGEX_SPECIAL_CHARS: po, REGEX_SPECIAL_CHARS_GLOBAL: _o } = He();
13641
+ var co = require("path"), lo = process.platform === "win32", { REGEX_BACKSLASH: fo, REGEX_REMOVE_BACKSLASH: ho, REGEX_SPECIAL_CHARS: po, REGEX_SPECIAL_CHARS_GLOBAL: _o } = He();
13642
13642
  Y.isObject = (t) => t !== null && typeof t == "object" && !Array.isArray(t);
13643
13643
  Y.hasRegexChars = (t) => po.test(t);
13644
13644
  Y.isRegexChar = (t) => t.length === 1 && Y.hasRegexChars(t);
@@ -14169,7 +14169,7 @@ var require_fast_glob = __commonJS({
14169
14169
  });
14170
14170
  var ds = E(($l, ps) => {
14171
14171
  "use strict";
14172
- var Co = __require("path"), To = cs(), Mt = hs(), Dt = Me(), Oo = He(), wo = s((t) => t && typeof t == "object" && !Array.isArray(t), "isObject"), B = s((t, e, r = false) => {
14172
+ var Co = require("path"), To = cs(), Mt = hs(), Dt = Me(), Oo = He(), wo = s((t) => t && typeof t == "object" && !Array.isArray(t), "isObject"), B = s((t, e, r = false) => {
14173
14173
  if (Array.isArray(t)) {
14174
14174
  let c = t.map((l) => B(l, e, r));
14175
14175
  return s((l) => {
@@ -14235,7 +14235,7 @@ var require_fast_glob = __commonJS({
14235
14235
  });
14236
14236
  var Rs = E((Bl, As) => {
14237
14237
  "use strict";
14238
- var Ss = __require("util"), ms = Xn(), ue = gs(), Nt = Me(), ys = s((t) => t === "" || t === "./", "isEmptyString"), Es = s((t) => {
14238
+ var Ss = require("util"), ms = Xn(), ue = gs(), Nt = Me(), ys = s((t) => t === "" || t === "./", "isEmptyString"), Es = s((t) => {
14239
14239
  let e = t.indexOf("{");
14240
14240
  return e > -1 && t.indexOf("}", e) > -1;
14241
14241
  }, "hasBraces"), D = s((t, e, r) => {
@@ -14331,7 +14331,7 @@ var require_fast_glob = __commonJS({
14331
14331
  "use strict";
14332
14332
  Object.defineProperty(R, "__esModule", { value: true });
14333
14333
  R.isAbsolute = R.partitionAbsoluteAndRelative = R.removeDuplicateSlashes = R.matchAny = R.convertPatternsToRe = R.makeRe = R.getPatternParts = R.expandBraceExpansion = R.expandPatternsWithBraceExpansion = R.isAffectDepthOfReadingPattern = R.endsWithSlashGlobStar = R.hasGlobStar = R.getBaseDirectory = R.isPatternRelatedToParentDirectory = R.getPatternsOutsideCurrentDirectory = R.getPatternsInsideCurrentDirectory = R.getPositivePatterns = R.getNegativePatterns = R.isPositivePattern = R.isNegativePattern = R.convertToNegativePattern = R.convertToPositivePattern = R.isDynamicPattern = R.isStaticPattern = void 0;
14334
- var vs = __require("path"), Lo = dn(), $t = Rs(), bs = "**", ko = "\\", Ho = /[*?]|^!/, Mo = /\[[^[]*]/, Do = /(?:^|[^!*+?@])\([^(]*\|[^|]*\)/, No = /[!*+?@]\([^(]*\)/, $o = /,|\.\./, Io = /(?!^)\/{2,}/g;
14334
+ var vs = require("path"), Lo = dn(), $t = Rs(), bs = "**", ko = "\\", Ho = /[*?]|^!/, Mo = /\[[^[]*]/, Do = /(?:^|[^!*+?@])\([^(]*\|[^|]*\)/, No = /[!*+?@]\([^(]*\)/, $o = /,|\.\./, Io = /(?!^)\/{2,}/g;
14335
14335
  function Ps(t, e = {}) {
14336
14336
  return !xs(t, e);
14337
14337
  }
@@ -14469,7 +14469,7 @@ var require_fast_glob = __commonJS({
14469
14469
  });
14470
14470
  var Ns = E((Gl, Ds) => {
14471
14471
  "use strict";
14472
- var tu = __require("stream"), Hs = tu.PassThrough, ru = Array.prototype.slice;
14472
+ var tu = require("stream"), Hs = tu.PassThrough, ru = Array.prototype.slice;
14473
14473
  Ds.exports = nu;
14474
14474
  function nu() {
14475
14475
  let t = [], e = ru.call(arguments), r = false, n = e[e.length - 1];
@@ -14694,7 +14694,7 @@ var require_fast_glob = __commonJS({
14694
14694
  "use strict";
14695
14695
  Object.defineProperty(de, "__esModule", { value: true });
14696
14696
  de.createFileSystemAdapter = de.FILE_SYSTEM_ADAPTER = void 0;
14697
- var et = __require("fs");
14697
+ var et = require("fs");
14698
14698
  de.FILE_SYSTEM_ADAPTER = { lstat: et.lstat, stat: et.stat, lstatSync: et.lstatSync, statSync: et.statSync };
14699
14699
  function Su(t) {
14700
14700
  return t === void 0 ? de.FILE_SYSTEM_ADAPTER : Object.assign(Object.assign({}, de.FILE_SYSTEM_ADAPTER), t);
@@ -14955,7 +14955,7 @@ var require_fast_glob = __commonJS({
14955
14955
  "use strict";
14956
14956
  Object.defineProperty(Se, "__esModule", { value: true });
14957
14957
  Se.createFileSystemAdapter = Se.FILE_SYSTEM_ADAPTER = void 0;
14958
- var Oe = __require("fs");
14958
+ var Oe = require("fs");
14959
14959
  Se.FILE_SYSTEM_ADAPTER = { lstat: Oe.lstat, stat: Oe.stat, lstatSync: Oe.lstatSync, statSync: Oe.statSync, readdir: Oe.readdir, readdirSync: Oe.readdirSync };
14960
14960
  function qu(t) {
14961
14961
  return t === void 0 ? Se.FILE_SYSTEM_ADAPTER : Object.assign(Object.assign({}, Se.FILE_SYSTEM_ADAPTER), t);
@@ -14966,7 +14966,7 @@ var require_fast_glob = __commonJS({
14966
14966
  var gi = E((er) => {
14967
14967
  "use strict";
14968
14968
  Object.defineProperty(er, "__esModule", { value: true });
14969
- var Bu = __require("path"), Fu = be(), ju = _i(), Jt = class {
14969
+ var Bu = require("path"), Fu = be(), ju = _i(), Jt = class {
14970
14970
  static {
14971
14971
  s(this, "Settings");
14972
14972
  }
@@ -15193,7 +15193,7 @@ var require_fast_glob = __commonJS({
15193
15193
  var cr = E((ur) => {
15194
15194
  "use strict";
15195
15195
  Object.defineProperty(ur, "__esModule", { value: true });
15196
- var tc = __require("events"), rc = ot(), nc = Ai(), ct = ut(), sc = ar(), or = class extends sc.default {
15196
+ var tc = require("events"), rc = ot(), nc = Ai(), ct = ut(), sc = ar(), or = class extends sc.default {
15197
15197
  static {
15198
15198
  s(this, "AsyncReader");
15199
15199
  }
@@ -15286,7 +15286,7 @@ var require_fast_glob = __commonJS({
15286
15286
  var vi = E((pr) => {
15287
15287
  "use strict";
15288
15288
  Object.defineProperty(pr, "__esModule", { value: true });
15289
- var uc = __require("stream"), cc = cr(), hr = class {
15289
+ var uc = require("stream"), cc = cr(), hr = class {
15290
15290
  static {
15291
15291
  s(this, "StreamProvider");
15292
15292
  }
@@ -15367,7 +15367,7 @@ var require_fast_glob = __commonJS({
15367
15367
  var xi = E((mr) => {
15368
15368
  "use strict";
15369
15369
  Object.defineProperty(mr, "__esModule", { value: true });
15370
- var pc = __require("path"), dc = ot(), Sr = class {
15370
+ var pc = require("path"), dc = ot(), Sr = class {
15371
15371
  static {
15372
15372
  s(this, "Settings");
15373
15373
  }
@@ -15415,7 +15415,7 @@ var require_fast_glob = __commonJS({
15415
15415
  var pt = E((Rr) => {
15416
15416
  "use strict";
15417
15417
  Object.defineProperty(Rr, "__esModule", { value: true });
15418
- var Ec = __require("path"), Ac = be(), Ti = he(), Ar = class {
15418
+ var Ec = require("path"), Ac = be(), Ti = he(), Ar = class {
15419
15419
  static {
15420
15420
  s(this, "Reader");
15421
15421
  }
@@ -15438,7 +15438,7 @@ var require_fast_glob = __commonJS({
15438
15438
  var Pr = E((br) => {
15439
15439
  "use strict";
15440
15440
  Object.defineProperty(br, "__esModule", { value: true });
15441
- var Rc = __require("stream"), vc = be(), bc = ht(), Pc = pt(), vr = class extends Pc.default {
15441
+ var Rc = require("stream"), vc = be(), bc = ht(), Pc = pt(), vr = class extends Pc.default {
15442
15442
  static {
15443
15443
  s(this, "ReaderStream");
15444
15444
  }
@@ -15679,7 +15679,7 @@ var require_fast_glob = __commonJS({
15679
15679
  var _t = E((Fr) => {
15680
15680
  "use strict";
15681
15681
  Object.defineProperty(Fr, "__esModule", { value: true });
15682
- var kc = __require("path"), Hc = ki(), Mc = Hi(), Dc = Mi(), Nc = Ni(), Br = class {
15682
+ var kc = require("path"), Hc = ki(), Mc = Hi(), Dc = Mi(), Nc = Ni(), Br = class {
15683
15683
  static {
15684
15684
  s(this, "Provider");
15685
15685
  }
@@ -15722,7 +15722,7 @@ var require_fast_glob = __commonJS({
15722
15722
  var Ii = E((Ur) => {
15723
15723
  "use strict";
15724
15724
  Object.defineProperty(Ur, "__esModule", { value: true });
15725
- var qc = __require("stream"), Bc = Pr(), Fc = _t(), Gr = class extends Fc.default {
15725
+ var qc = require("stream"), Bc = Pr(), Fc = _t(), Gr = class extends Fc.default {
15726
15726
  static {
15727
15727
  s(this, "ProviderStream");
15728
15728
  }
@@ -15800,7 +15800,7 @@ var require_fast_glob = __commonJS({
15800
15800
  "use strict";
15801
15801
  Object.defineProperty(Le, "__esModule", { value: true });
15802
15802
  Le.DEFAULT_FILE_SYSTEM_ADAPTER = void 0;
15803
- var we = __require("fs"), Kc = __require("os"), Qc = Math.max(Kc.cpus().length, 1);
15803
+ var we = require("fs"), Kc = require("os"), Qc = Math.max(Kc.cpus().length, 1);
15804
15804
  Le.DEFAULT_FILE_SYSTEM_ADAPTER = { lstat: we.lstat, lstatSync: we.lstatSync, stat: we.stat, statSync: we.statSync, readdir: we.readdir, readdirSync: we.readdirSync };
15805
15805
  var Xr = class {
15806
15806
  static {
@@ -15896,19 +15896,19 @@ var require_fast_glob = __commonJS({
15896
15896
  if (![].concat(t).every((n) => re.string.isString(n) && !re.string.isEmpty(n))) throw new TypeError("Patterns must be a string (non empty) or an array of strings");
15897
15897
  }
15898
15898
  s(se, "assertPatternsInput");
15899
- module.exports = zr;
15899
+ module2.exports = zr;
15900
15900
  }
15901
15901
  });
15902
15902
 
15903
15903
  // @socketsecurity/lib/dist/globs.js
15904
15904
  var require_globs = __commonJS({
15905
- "@socketsecurity/lib/dist/globs.js"(exports, module) {
15905
+ "@socketsecurity/lib/dist/globs.js"(exports2, module2) {
15906
15906
  "use strict";
15907
15907
  var __defProp2 = Object.defineProperty;
15908
15908
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
15909
15909
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
15910
15910
  var __hasOwnProp2 = Object.prototype.hasOwnProperty;
15911
- var __export = (target, all) => {
15911
+ var __export2 = (target, all) => {
15912
15912
  for (var name in all)
15913
15913
  __defProp2(target, name, { get: all[name], enumerable: true });
15914
15914
  };
@@ -15920,14 +15920,14 @@ var require_globs = __commonJS({
15920
15920
  }
15921
15921
  return to;
15922
15922
  };
15923
- var __toCommonJS = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
15923
+ var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
15924
15924
  var globs_exports = {};
15925
- __export(globs_exports, {
15925
+ __export2(globs_exports, {
15926
15926
  defaultIgnore: () => defaultIgnore,
15927
15927
  getGlobMatcher: () => getGlobMatcher,
15928
15928
  globStreamLicenses: () => globStreamLicenses
15929
15929
  });
15930
- module.exports = __toCommonJS(globs_exports);
15930
+ module2.exports = __toCommonJS2(globs_exports);
15931
15931
  var import_objects2 = require_objects();
15932
15932
  var defaultIgnore = (0, import_objects2.objectFreeze)([
15933
15933
  // Most of these ignored files can be included specifically if included in the
@@ -16052,7 +16052,7 @@ var require_globs = __commonJS({
16052
16052
 
16053
16053
  // @socketsecurity/lib/dist/external/del.js
16054
16054
  var require_del = __commonJS({
16055
- "@socketsecurity/lib/dist/external/del.js"(exports, module) {
16055
+ "@socketsecurity/lib/dist/external/del.js"(exports2, module2) {
16056
16056
  "use strict";
16057
16057
  var qa = Object.create;
16058
16058
  var qe = Object.defineProperty;
@@ -16120,7 +16120,7 @@ var require_del = __commonJS({
16120
16120
  "use strict";
16121
16121
  Object.defineProperty(G, "__esModule", { value: true });
16122
16122
  G.convertPosixPathToPattern = G.convertWindowsPathToPattern = G.convertPathToPattern = G.escapePosixPath = G.escapeWindowsPath = G.escape = G.removeLeadingDotSegment = G.makeAbsolute = G.unixify = void 0;
16123
- var ou = __require("os"), au = __require("path"), ss = ou.platform() === "win32", uu = 2, cu = /(\\?)([()*?[\]{|}]|^!|[!+@](?=\()|\\(?![!()*+?@[\]{|}]))/g, lu = /(\\?)([()[\]{}]|^!|[!+@](?=\())/g, fu = /^\\\\([.?])/, pu = /\\(?![!()+@[\]{}])/g;
16123
+ var ou = require("os"), au = require("path"), ss = ou.platform() === "win32", uu = 2, cu = /(\\?)([()*?[\]{|}]|^!|[!+@](?=\()|\\(?![!()*+?@[\]{|}]))/g, lu = /(\\?)([()[\]{}]|^!|[!+@](?=\())/g, fu = /^\\\\([.?])/, pu = /\\(?![!()+@[\]{}])/g;
16124
16124
  function hu(e) {
16125
16125
  return e.replace(/\\/g, "/");
16126
16126
  }
@@ -16216,7 +16216,7 @@ var require_del = __commonJS({
16216
16216
  });
16217
16217
  var hs = E((eh, ps) => {
16218
16218
  "use strict";
16219
- var Su = Vt(), Eu = __require("path").posix.dirname, Au = __require("os").platform() === "win32", Kt = "/", bu = /\\/g, Ru = /[\{\[].*[\}\]]$/, vu = /(^|[^\\])([\{\[]|\([^\)]+$)/, xu = /\\([\!\*\?\|\[\]\(\)\{\}])/g;
16219
+ var Su = Vt(), Eu = require("path").posix.dirname, Au = require("os").platform() === "win32", Kt = "/", bu = /\\/g, Ru = /[\{\[].*[\}\]]$/, vu = /(^|[^\\])([\{\[]|\([^\)]+$)/, xu = /\\([\!\*\?\|\[\]\(\)\{\}])/g;
16220
16220
  ps.exports = s(function(t, r) {
16221
16221
  var n = Object.assign({ flipBackslashes: true }, r);
16222
16222
  n.flipBackslashes && Au && t.indexOf(Kt) < 0 && (t = t.replace(bu, Kt)), Ru.test(t) && (t += Kt), t += "a";
@@ -16396,7 +16396,7 @@ var require_del = __commonJS({
16396
16396
  });
16397
16397
  var zt = E((ch, ks) => {
16398
16398
  "use strict";
16399
- var ku = __require("util"), Ts = Ps(), ws = s((e) => e !== null && typeof e == "object" && !Array.isArray(e), "isObject"), Nu = s((e) => (t) => e === true ? Number(t) : String(t), "transform"), Xt = s((e) => typeof e == "number" || typeof e == "string" && e !== "", "isValidValue"), Be = s((e) => Number.isInteger(+e), "isNumber"), Qt = s((e) => {
16399
+ var ku = require("util"), Ts = Ps(), ws = s((e) => e !== null && typeof e == "object" && !Array.isArray(e), "isObject"), Nu = s((e) => (t) => e === true ? Number(t) : String(t), "transform"), Xt = s((e) => typeof e == "number" || typeof e == "string" && e !== "", "isValidValue"), Be = s((e) => Number.isInteger(+e), "isNumber"), Qt = s((e) => {
16400
16400
  let t = `${e}`, r = -1;
16401
16401
  if (t[0] === "-" && (t = t.slice(1)), t === "0") return false;
16402
16402
  for (; t[++r] === "0"; ) ;
@@ -16696,7 +16696,7 @@ var require_del = __commonJS({
16696
16696
  });
16697
16697
  var Ge = E((Eh, ei) => {
16698
16698
  "use strict";
16699
- var ac = __require("path"), ue = "\\\\/", Qs = `[^${ue}]`, pe = "\\.", uc = "\\+", cc = "\\?", ut = "\\/", lc = "(?=.)", zs = "[^/]", Jt = `(?:${ut}|$)`, Zs = `(?:^|${ut})`, er = `${pe}{1,2}${Jt}`, fc = `(?!${pe})`, pc = `(?!${Zs}${er})`, hc = `(?!${pe}{0,1}${Jt})`, dc = `(?!${er})`, _c = `[^.${ut}]`, gc = `${zs}*?`, Js = { DOT_LITERAL: pe, PLUS_LITERAL: uc, QMARK_LITERAL: cc, SLASH_LITERAL: ut, ONE_CHAR: lc, QMARK: zs, END_ANCHOR: Jt, DOTS_SLASH: er, NO_DOT: fc, NO_DOTS: pc, NO_DOT_SLASH: hc, NO_DOTS_SLASH: dc, QMARK_NO_DOT: _c, STAR: gc, START_ANCHOR: Zs }, yc = { ...Js, SLASH_LITERAL: `[${ue}]`, QMARK: Qs, STAR: `${Qs}*?`, DOTS_SLASH: `${pe}{1,2}(?:[${ue}]|$)`, NO_DOT: `(?!${pe})`, NO_DOTS: `(?!(?:^|[${ue}])${pe}{1,2}(?:[${ue}]|$))`, NO_DOT_SLASH: `(?!${pe}{0,1}(?:[${ue}]|$))`, NO_DOTS_SLASH: `(?!${pe}{1,2}(?:[${ue}]|$))`, QMARK_NO_DOT: `[^.${ue}]`, START_ANCHOR: `(?:^|[${ue}])`, END_ANCHOR: `(?:[${ue}]|$)` }, mc = { alnum: "a-zA-Z0-9", alpha: "a-zA-Z", ascii: "\\x00-\\x7F", blank: " \\t", cntrl: "\\x00-\\x1F\\x7F", digit: "0-9", graph: "\\x21-\\x7E", lower: "a-z", print: "\\x20-\\x7E ", punct: "\\-!\"#$%&'()\\*+,./:;<=>?@[\\]^_`{|}~", space: " \\t\\r\\n\\v\\f", upper: "A-Z", word: "A-Za-z0-9_", xdigit: "A-Fa-f0-9" };
16699
+ var ac = require("path"), ue = "\\\\/", Qs = `[^${ue}]`, pe = "\\.", uc = "\\+", cc = "\\?", ut = "\\/", lc = "(?=.)", zs = "[^/]", Jt = `(?:${ut}|$)`, Zs = `(?:^|${ut})`, er = `${pe}{1,2}${Jt}`, fc = `(?!${pe})`, pc = `(?!${Zs}${er})`, hc = `(?!${pe}{0,1}${Jt})`, dc = `(?!${er})`, _c = `[^.${ut}]`, gc = `${zs}*?`, Js = { DOT_LITERAL: pe, PLUS_LITERAL: uc, QMARK_LITERAL: cc, SLASH_LITERAL: ut, ONE_CHAR: lc, QMARK: zs, END_ANCHOR: Jt, DOTS_SLASH: er, NO_DOT: fc, NO_DOTS: pc, NO_DOT_SLASH: hc, NO_DOTS_SLASH: dc, QMARK_NO_DOT: _c, STAR: gc, START_ANCHOR: Zs }, yc = { ...Js, SLASH_LITERAL: `[${ue}]`, QMARK: Qs, STAR: `${Qs}*?`, DOTS_SLASH: `${pe}{1,2}(?:[${ue}]|$)`, NO_DOT: `(?!${pe})`, NO_DOTS: `(?!(?:^|[${ue}])${pe}{1,2}(?:[${ue}]|$))`, NO_DOT_SLASH: `(?!${pe}{0,1}(?:[${ue}]|$))`, NO_DOTS_SLASH: `(?!${pe}{1,2}(?:[${ue}]|$))`, QMARK_NO_DOT: `[^.${ue}]`, START_ANCHOR: `(?:^|[${ue}])`, END_ANCHOR: `(?:[${ue}]|$)` }, mc = { alnum: "a-zA-Z0-9", alpha: "a-zA-Z", ascii: "\\x00-\\x7F", blank: " \\t", cntrl: "\\x00-\\x1F\\x7F", digit: "0-9", graph: "\\x21-\\x7E", lower: "a-z", print: "\\x20-\\x7E ", punct: "\\-!\"#$%&'()\\*+,./:;<=>?@[\\]^_`{|}~", space: " \\t\\r\\n\\v\\f", upper: "A-Z", word: "A-Za-z0-9_", xdigit: "A-Fa-f0-9" };
16700
16700
  ei.exports = { MAX_LENGTH: 1024 * 64, POSIX_REGEX_SOURCE: mc, REGEX_BACKSLASH: /\\(?![*+?^${}(|)[\]])/g, REGEX_NON_SPECIAL_CHARS: /^[^@![\].,$*+?^{}()|\\/]+/, REGEX_SPECIAL_CHARS: /[-*+?.^${}(|)[\]]/, REGEX_SPECIAL_CHARS_BACKREF: /(\\?)((\W)(\3*))/g, REGEX_SPECIAL_CHARS_GLOBAL: /([-*+?.^${}(|)[\]])/g, REGEX_REMOVE_BACKSLASH: /(?:\[.*?[^\\]\]|\\(?=.))/g, REPLACEMENTS: { "***": "*", "**/**": "**", "**/**/**": "**" }, CHAR_0: 48, CHAR_9: 57, CHAR_UPPERCASE_A: 65, CHAR_LOWERCASE_A: 97, CHAR_UPPERCASE_Z: 90, CHAR_LOWERCASE_Z: 122, CHAR_LEFT_PARENTHESES: 40, CHAR_RIGHT_PARENTHESES: 41, CHAR_ASTERISK: 42, CHAR_AMPERSAND: 38, CHAR_AT: 64, CHAR_BACKWARD_SLASH: 92, CHAR_CARRIAGE_RETURN: 13, CHAR_CIRCUMFLEX_ACCENT: 94, CHAR_COLON: 58, CHAR_COMMA: 44, CHAR_DOT: 46, CHAR_DOUBLE_QUOTE: 34, CHAR_EQUAL: 61, CHAR_EXCLAMATION_MARK: 33, CHAR_FORM_FEED: 12, CHAR_FORWARD_SLASH: 47, CHAR_GRAVE_ACCENT: 96, CHAR_HASH: 35, CHAR_HYPHEN_MINUS: 45, CHAR_LEFT_ANGLE_BRACKET: 60, CHAR_LEFT_CURLY_BRACE: 123, CHAR_LEFT_SQUARE_BRACKET: 91, CHAR_LINE_FEED: 10, CHAR_NO_BREAK_SPACE: 160, CHAR_PERCENT: 37, CHAR_PLUS: 43, CHAR_QUESTION_MARK: 63, CHAR_RIGHT_ANGLE_BRACKET: 62, CHAR_RIGHT_CURLY_BRACE: 125, CHAR_RIGHT_SQUARE_BRACKET: 93, CHAR_SEMICOLON: 59, CHAR_SINGLE_QUOTE: 39, CHAR_SPACE: 32, CHAR_TAB: 9, CHAR_UNDERSCORE: 95, CHAR_VERTICAL_LINE: 124, CHAR_ZERO_WIDTH_NOBREAK_SPACE: 65279, SEP: ac.sep, extglobChars(e) {
16701
16701
  return { "!": { type: "negate", open: "(?:(?!(?:", close: `))${e.STAR})` }, "?": { type: "qmark", open: "(?:", close: ")?" }, "+": { type: "plus", open: "(?:", close: ")+" }, "*": { type: "star", open: "(?:", close: ")*" }, "@": { type: "at", open: "(?:", close: ")" } };
16702
16702
  }, globChars(e) {
@@ -16705,7 +16705,7 @@ var require_del = __commonJS({
16705
16705
  });
16706
16706
  var je = E((z) => {
16707
16707
  "use strict";
16708
- var Sc = __require("path"), Ec = process.platform === "win32", { REGEX_BACKSLASH: Ac, REGEX_REMOVE_BACKSLASH: bc, REGEX_SPECIAL_CHARS: Rc, REGEX_SPECIAL_CHARS_GLOBAL: vc } = Ge();
16708
+ var Sc = require("path"), Ec = process.platform === "win32", { REGEX_BACKSLASH: Ac, REGEX_REMOVE_BACKSLASH: bc, REGEX_SPECIAL_CHARS: Rc, REGEX_SPECIAL_CHARS_GLOBAL: vc } = Ge();
16709
16709
  z.isObject = (e) => e !== null && typeof e == "object" && !Array.isArray(e);
16710
16710
  z.hasRegexChars = (e) => Rc.test(e);
16711
16711
  z.isRegexChar = (e) => e.length === 1 && z.hasRegexChars(e);
@@ -17236,7 +17236,7 @@ var require_del = __commonJS({
17236
17236
  });
17237
17237
  var hi = E((Ph, pi) => {
17238
17238
  "use strict";
17239
- var Mc = __require("path"), Hc = ui(), ar = fi(), ur = je(), Dc = Ge(), Fc = s((e) => e && typeof e == "object" && !Array.isArray(e), "isObject"), B = s((e, t, r = false) => {
17239
+ var Mc = require("path"), Hc = ui(), ar = fi(), ur = je(), Dc = Ge(), Fc = s((e) => e && typeof e == "object" && !Array.isArray(e), "isObject"), B = s((e, t, r = false) => {
17240
17240
  if (Array.isArray(e)) {
17241
17241
  let l = e.map((f) => B(f, t, r));
17242
17242
  return s((f) => {
@@ -17302,7 +17302,7 @@ var require_del = __commonJS({
17302
17302
  });
17303
17303
  var Ai = E((Ch, Ei) => {
17304
17304
  "use strict";
17305
- var yi = __require("util"), mi = Xs(), ce = _i(), cr = je(), gi = s((e) => e === "" || e === "./", "isEmptyString"), Si = s((e) => {
17305
+ var yi = require("util"), mi = Xs(), ce = _i(), cr = je(), gi = s((e) => e === "" || e === "./", "isEmptyString"), Si = s((e) => {
17306
17306
  let t = e.indexOf("{");
17307
17307
  return t > -1 && e.indexOf("}", t) > -1;
17308
17308
  }, "hasBraces"), H = s((e, t, r) => {
@@ -17398,7 +17398,7 @@ var require_del = __commonJS({
17398
17398
  "use strict";
17399
17399
  Object.defineProperty(R, "__esModule", { value: true });
17400
17400
  R.isAbsolute = R.partitionAbsoluteAndRelative = R.removeDuplicateSlashes = R.matchAny = R.convertPatternsToRe = R.makeRe = R.getPatternParts = R.expandBraceExpansion = R.expandPatternsWithBraceExpansion = R.isAffectDepthOfReadingPattern = R.endsWithSlashGlobStar = R.hasGlobStar = R.getBaseDirectory = R.isPatternRelatedToParentDirectory = R.getPatternsOutsideCurrentDirectory = R.getPatternsInsideCurrentDirectory = R.getPositivePatterns = R.getNegativePatterns = R.isPositivePattern = R.isNegativePattern = R.convertToNegativePattern = R.convertToPositivePattern = R.isDynamicPattern = R.isStaticPattern = void 0;
17401
- var bi = __require("path"), qc = hs(), lr = Ai(), Ri = "**", Bc = "\\", Gc = /[*?]|^!/, jc = /\[[^[]*]/, Wc = /(?:^|[^!*+?@])\([^(]*\|[^|]*\)/, Uc = /[!*+?@]\([^(]*\)/, Vc = /,|\.\./, Kc = /(?!^)\/{2,}/g;
17401
+ var bi = require("path"), qc = hs(), lr = Ai(), Ri = "**", Bc = "\\", Gc = /[*?]|^!/, jc = /\[[^[]*]/, Wc = /(?:^|[^!*+?@])\([^(]*\|[^|]*\)/, Uc = /[!*+?@]\([^(]*\)/, Vc = /,|\.\./, Kc = /(?!^)\/{2,}/g;
17402
17402
  function vi(e, t = {}) {
17403
17403
  return !xi(e, t);
17404
17404
  }
@@ -17536,7 +17536,7 @@ var require_del = __commonJS({
17536
17536
  });
17537
17537
  var $i = E((kh, Ni) => {
17538
17538
  "use strict";
17539
- var ll = __require("stream"), Ii = ll.PassThrough, fl = Array.prototype.slice;
17539
+ var ll = require("stream"), Ii = ll.PassThrough, fl = Array.prototype.slice;
17540
17540
  Ni.exports = pl;
17541
17541
  function pl() {
17542
17542
  let e = [], t = fl.call(arguments), r = false, n = t[t.length - 1];
@@ -17761,7 +17761,7 @@ var require_del = __commonJS({
17761
17761
  "use strict";
17762
17762
  Object.defineProperty(ge, "__esModule", { value: true });
17763
17763
  ge.createFileSystemAdapter = ge.FILE_SYSTEM_ADAPTER = void 0;
17764
- var _t = __require("fs");
17764
+ var _t = require("fs");
17765
17765
  ge.FILE_SYSTEM_ADAPTER = { lstat: _t.lstat, stat: _t.stat, lstatSync: _t.lstatSync, statSync: _t.statSync };
17766
17766
  function wl(e) {
17767
17767
  return e === void 0 ? ge.FILE_SYSTEM_ADAPTER : Object.assign(Object.assign({}, ge.FILE_SYSTEM_ADAPTER), e);
@@ -18022,7 +18022,7 @@ var require_del = __commonJS({
18022
18022
  "use strict";
18023
18023
  Object.defineProperty(Ee, "__esModule", { value: true });
18024
18024
  Ee.createFileSystemAdapter = Ee.FILE_SYSTEM_ADAPTER = void 0;
18025
- var Ne = __require("fs");
18025
+ var Ne = require("fs");
18026
18026
  Ee.FILE_SYSTEM_ADAPTER = { lstat: Ne.lstat, stat: Ne.stat, lstatSync: Ne.lstatSync, statSync: Ne.statSync, readdir: Ne.readdir, readdirSync: Ne.readdirSync };
18027
18027
  function Yl(e) {
18028
18028
  return e === void 0 ? Ee.FILE_SYSTEM_ADAPTER : Object.assign(Object.assign({}, Ee.FILE_SYSTEM_ADAPTER), e);
@@ -18033,7 +18033,7 @@ var require_del = __commonJS({
18033
18033
  var go = E((wr) => {
18034
18034
  "use strict";
18035
18035
  Object.defineProperty(wr, "__esModule", { value: true });
18036
- var Xl = __require("path"), Ql = we(), zl = _o(), Pr = class {
18036
+ var Xl = require("path"), Ql = we(), zl = _o(), Pr = class {
18037
18037
  static {
18038
18038
  s(this, "Settings");
18039
18039
  }
@@ -18260,7 +18260,7 @@ var require_del = __commonJS({
18260
18260
  var Mr = E(($r) => {
18261
18261
  "use strict";
18262
18262
  Object.defineProperty($r, "__esModule", { value: true });
18263
- var ff = __require("events"), pf = bt(), hf = Ao(), vt = Rt(), df = kr(), Nr = class extends df.default {
18263
+ var ff = require("events"), pf = bt(), hf = Ao(), vt = Rt(), df = kr(), Nr = class extends df.default {
18264
18264
  static {
18265
18265
  s(this, "AsyncReader");
18266
18266
  }
@@ -18353,7 +18353,7 @@ var require_del = __commonJS({
18353
18353
  var Ro = E((qr) => {
18354
18354
  "use strict";
18355
18355
  Object.defineProperty(qr, "__esModule", { value: true });
18356
- var mf = __require("stream"), Sf = Mr(), Fr = class {
18356
+ var mf = require("stream"), Sf = Mr(), Fr = class {
18357
18357
  static {
18358
18358
  s(this, "StreamProvider");
18359
18359
  }
@@ -18434,7 +18434,7 @@ var require_del = __commonJS({
18434
18434
  var Po = E((Vr) => {
18435
18435
  "use strict";
18436
18436
  Object.defineProperty(Vr, "__esModule", { value: true });
18437
- var Rf = __require("path"), vf = bt(), Ur = class {
18437
+ var Rf = require("path"), vf = bt(), Ur = class {
18438
18438
  static {
18439
18439
  s(this, "Settings");
18440
18440
  }
@@ -18482,7 +18482,7 @@ var require_del = __commonJS({
18482
18482
  var Tt = E((Xr) => {
18483
18483
  "use strict";
18484
18484
  Object.defineProperty(Xr, "__esModule", { value: true });
18485
- var Of = __require("path"), Lf = we(), To = he(), Yr = class {
18485
+ var Of = require("path"), Lf = we(), To = he(), Yr = class {
18486
18486
  static {
18487
18487
  s(this, "Reader");
18488
18488
  }
@@ -18505,7 +18505,7 @@ var require_del = __commonJS({
18505
18505
  var Zr = E((zr) => {
18506
18506
  "use strict";
18507
18507
  Object.defineProperty(zr, "__esModule", { value: true });
18508
- var If = __require("stream"), kf = we(), Nf = wt(), $f = Tt(), Qr = class extends $f.default {
18508
+ var If = require("stream"), kf = we(), Nf = wt(), $f = Tt(), Qr = class extends $f.default {
18509
18509
  static {
18510
18510
  s(this, "ReaderStream");
18511
18511
  }
@@ -18746,7 +18746,7 @@ var require_del = __commonJS({
18746
18746
  var Ot = E((_n) => {
18747
18747
  "use strict";
18748
18748
  Object.defineProperty(_n, "__esModule", { value: true });
18749
- var Gf = __require("path"), jf = Io(), Wf = ko(), Uf = No(), Vf = Mo(), dn = class {
18749
+ var Gf = require("path"), jf = Io(), Wf = ko(), Uf = No(), Vf = Mo(), dn = class {
18750
18750
  static {
18751
18751
  s(this, "Provider");
18752
18752
  }
@@ -18789,7 +18789,7 @@ var require_del = __commonJS({
18789
18789
  var Do = E((Sn) => {
18790
18790
  "use strict";
18791
18791
  Object.defineProperty(Sn, "__esModule", { value: true });
18792
- var Xf = __require("stream"), Qf = Zr(), zf = Ot(), mn = class extends zf.default {
18792
+ var Xf = require("stream"), Qf = Zr(), zf = Ot(), mn = class extends zf.default {
18793
18793
  static {
18794
18794
  s(this, "ProviderStream");
18795
18795
  }
@@ -18867,7 +18867,7 @@ var require_del = __commonJS({
18867
18867
  "use strict";
18868
18868
  Object.defineProperty(Me, "__esModule", { value: true });
18869
18869
  Me.DEFAULT_FILE_SYSTEM_ADAPTER = void 0;
18870
- var $e = __require("fs"), np = __require("os"), sp = Math.max(np.cpus().length, 1);
18870
+ var $e = require("fs"), np = require("os"), sp = Math.max(np.cpus().length, 1);
18871
18871
  Me.DEFAULT_FILE_SYSTEM_ADAPTER = { lstat: $e.lstat, lstatSync: $e.lstatSync, stat: $e.stat, statSync: $e.statSync, readdir: $e.readdir, readdirSync: $e.readdirSync };
18872
18872
  var vn = class {
18873
18873
  static {
@@ -19103,17 +19103,17 @@ var require_del = __commonJS({
19103
19103
  });
19104
19104
  var Dp = {};
19105
19105
  Ua(Dp, { deleteAsync: () => Mp, deleteSync: () => Hp });
19106
- module.exports = Va(Dp);
19107
- var ka = q(__require("node:fs"), 1);
19108
- var Na = q(__require("node:fs/promises"), 1);
19109
- var Vn = q(__require("node:path"), 1);
19110
- var Mt = q(__require("node:process"), 1);
19111
- var Fn = q(__require("node:process"), 1);
19112
- var ya = q(__require("node:fs"), 1);
19113
- var Ce = q(__require("node:path"), 1);
19114
- var tt = __require("node:events");
19115
- var Qn = __require("node:stream");
19116
- var Bt = __require("node:stream/promises");
19106
+ module2.exports = Va(Dp);
19107
+ var ka = q(require("node:fs"), 1);
19108
+ var Na = q(require("node:fs/promises"), 1);
19109
+ var Vn = q(require("node:path"), 1);
19110
+ var Mt = q(require("node:process"), 1);
19111
+ var Fn = q(require("node:process"), 1);
19112
+ var ya = q(require("node:fs"), 1);
19113
+ var Ce = q(require("node:path"), 1);
19114
+ var tt = require("node:events");
19115
+ var Qn = require("node:stream");
19116
+ var Bt = require("node:stream/promises");
19117
19117
  function Gt(e) {
19118
19118
  if (!Array.isArray(e)) throw new TypeError(`Expected an array, got \`${typeof e}\`.`);
19119
19119
  for (let i of e) Ft(i);
@@ -19208,8 +19208,8 @@ var require_del = __commonJS({
19208
19208
  var Yn = 2;
19209
19209
  var Xn = 1;
19210
19210
  var Fe = q(Tn(), 1);
19211
- var Wo = q(__require("node:fs"), 1);
19212
- var Uo = q(__require("node:fs/promises"), 1);
19211
+ var Wo = q(require("node:fs"), 1);
19212
+ var Uo = q(require("node:fs/promises"), 1);
19213
19213
  async function Cn(e, t, r) {
19214
19214
  if (typeof r != "string") throw new TypeError(`Expected a string, got ${typeof r}`);
19215
19215
  try {
@@ -19236,20 +19236,20 @@ var require_del = __commonJS({
19236
19236
  var S_ = On.bind(void 0, "statSync", "isFile");
19237
19237
  var Ko = On.bind(void 0, "statSync", "isDirectory");
19238
19238
  var E_ = On.bind(void 0, "lstatSync", "isSymbolicLink");
19239
- var Yo = __require("node:util");
19240
- var Ln = __require("node:child_process");
19241
- var up = q(__require("node:path"), 1);
19242
- var Xo = __require("node:url");
19239
+ var Yo = require("node:util");
19240
+ var Ln = require("node:child_process");
19241
+ var up = q(require("node:path"), 1);
19242
+ var Xo = require("node:url");
19243
19243
  var R_ = (0, Yo.promisify)(Ln.execFile);
19244
19244
  function Ve(e) {
19245
19245
  return e instanceof URL ? (0, Xo.fileURLToPath)(e) : e;
19246
19246
  }
19247
19247
  s(Ve, "toPath");
19248
19248
  var v_ = 10 * 1024 * 1024;
19249
- var ia = q(__require("node:process"), 1);
19250
- var oa = q(__require("node:fs"), 1);
19251
- var aa = q(__require("node:fs/promises"), 1);
19252
- var Te = q(__require("node:path"), 1);
19249
+ var ia = q(require("node:process"), 1);
19250
+ var oa = q(require("node:fs"), 1);
19251
+ var aa = q(require("node:fs/promises"), 1);
19252
+ var Te = q(require("node:path"), 1);
19253
19253
  var Dn = q(Tn(), 1);
19254
19254
  var ua = q(sa(), 1);
19255
19255
  function Re(e) {
@@ -19382,14 +19382,14 @@ var require_del = __commonJS({
19382
19382
  var K_ = Nt(Bn);
19383
19383
  var { convertPathToPattern: Y_ } = Fe.default;
19384
19384
  var $a = q(Vt(), 1);
19385
- var Gn = q(__require("node:process"), 1);
19386
- var La = q(__require("node:path"), 1);
19385
+ var Gn = q(require("node:process"), 1);
19386
+ var La = q(require("node:path"), 1);
19387
19387
  function jn(e) {
19388
19388
  let t = Gn.default.cwd();
19389
19389
  return e = La.default.resolve(e), Gn.default.platform === "win32" && (t = t.toLowerCase(), e = e.toLowerCase()), e === t;
19390
19390
  }
19391
19391
  s(jn, "isPathCwd");
19392
- var $t = q(__require("node:path"), 1);
19392
+ var $t = q(require("node:path"), 1);
19393
19393
  function Wn(e, t) {
19394
19394
  let r = $t.default.relative(t, e);
19395
19395
  return !!(r && r !== ".." && !r.startsWith(`..${$t.default.sep}`) && r !== $t.default.resolve(e));
@@ -19506,13 +19506,13 @@ var require_del = __commonJS({
19506
19506
 
19507
19507
  // @socketsecurity/lib/dist/fs.js
19508
19508
  var require_fs = __commonJS({
19509
- "@socketsecurity/lib/dist/fs.js"(exports, module) {
19509
+ "@socketsecurity/lib/dist/fs.js"(exports2, module2) {
19510
19510
  "use strict";
19511
19511
  var __defProp2 = Object.defineProperty;
19512
19512
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
19513
19513
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
19514
19514
  var __hasOwnProp2 = Object.prototype.hasOwnProperty;
19515
- var __export = (target, all) => {
19515
+ var __export2 = (target, all) => {
19516
19516
  for (var name in all)
19517
19517
  __defProp2(target, name, { get: all[name], enumerable: true });
19518
19518
  };
@@ -19524,9 +19524,9 @@ var require_fs = __commonJS({
19524
19524
  }
19525
19525
  return to;
19526
19526
  };
19527
- var __toCommonJS = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
19527
+ var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
19528
19528
  var fs_exports = {};
19529
- __export(fs_exports, {
19529
+ __export2(fs_exports, {
19530
19530
  findUp: () => findUp,
19531
19531
  findUpSync: () => findUpSync,
19532
19532
  invalidatePathCache: () => invalidatePathCache,
@@ -19555,7 +19555,7 @@ var require_fs = __commonJS({
19555
19555
  writeJson: () => writeJson,
19556
19556
  writeJsonSync: () => writeJsonSync
19557
19557
  });
19558
- module.exports = __toCommonJS(fs_exports);
19558
+ module2.exports = __toCommonJS2(fs_exports);
19559
19559
  var import_process2 = require_process();
19560
19560
  var import_arrays = require_arrays();
19561
19561
  var import_globs = require_globs();
@@ -19576,7 +19576,7 @@ var require_fs = __commonJS({
19576
19576
  // @__NO_SIDE_EFFECTS__
19577
19577
  function getFs() {
19578
19578
  if (_fs === void 0) {
19579
- _fs = __require("node:fs");
19579
+ _fs = require("node:fs");
19580
19580
  }
19581
19581
  return _fs;
19582
19582
  }
@@ -19584,7 +19584,7 @@ var require_fs = __commonJS({
19584
19584
  // @__NO_SIDE_EFFECTS__
19585
19585
  function getPath() {
19586
19586
  if (_path === void 0) {
19587
- _path = __require("node:path");
19587
+ _path = require("node:path");
19588
19588
  }
19589
19589
  return _path;
19590
19590
  }
@@ -20155,13 +20155,13 @@ Check file permissions or run with appropriate access.`,
20155
20155
 
20156
20156
  // @socketsecurity/lib/dist/promises.js
20157
20157
  var require_promises = __commonJS({
20158
- "@socketsecurity/lib/dist/promises.js"(exports, module) {
20158
+ "@socketsecurity/lib/dist/promises.js"(exports2, module2) {
20159
20159
  "use strict";
20160
20160
  var __defProp2 = Object.defineProperty;
20161
20161
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
20162
20162
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
20163
20163
  var __hasOwnProp2 = Object.prototype.hasOwnProperty;
20164
- var __export = (target, all) => {
20164
+ var __export2 = (target, all) => {
20165
20165
  for (var name in all)
20166
20166
  __defProp2(target, name, { get: all[name], enumerable: true });
20167
20167
  };
@@ -20173,9 +20173,9 @@ var require_promises = __commonJS({
20173
20173
  }
20174
20174
  return to;
20175
20175
  };
20176
- var __toCommonJS = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
20176
+ var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
20177
20177
  var promises_exports = {};
20178
- __export(promises_exports, {
20178
+ __export2(promises_exports, {
20179
20179
  normalizeIterationOptions: () => normalizeIterationOptions,
20180
20180
  normalizeRetryOptions: () => normalizeRetryOptions,
20181
20181
  pEach: () => pEach,
@@ -20185,7 +20185,7 @@ var require_promises = __commonJS({
20185
20185
  pRetry: () => pRetry2,
20186
20186
  resolveRetryOptions: () => resolveRetryOptions
20187
20187
  });
20188
- module.exports = __toCommonJS(promises_exports);
20188
+ module2.exports = __toCommonJS2(promises_exports);
20189
20189
  var import_core2 = require_core();
20190
20190
  var import_process2 = require_process();
20191
20191
  var import_arrays = require_arrays();
@@ -20194,7 +20194,7 @@ var require_promises = __commonJS({
20194
20194
  // @__NO_SIDE_EFFECTS__
20195
20195
  function getTimers() {
20196
20196
  if (_timers === void 0) {
20197
- _timers = __require("node:timers/promises");
20197
+ _timers = require("node:timers/promises");
20198
20198
  }
20199
20199
  return _timers;
20200
20200
  }
@@ -20418,13 +20418,13 @@ var require_promises = __commonJS({
20418
20418
 
20419
20419
  // @socketsecurity/lib/dist/suppress-warnings.js
20420
20420
  var require_suppress_warnings = __commonJS({
20421
- "@socketsecurity/lib/dist/suppress-warnings.js"(exports, module) {
20421
+ "@socketsecurity/lib/dist/suppress-warnings.js"(exports2, module2) {
20422
20422
  "use strict";
20423
20423
  var __defProp2 = Object.defineProperty;
20424
20424
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
20425
20425
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
20426
20426
  var __hasOwnProp2 = Object.prototype.hasOwnProperty;
20427
- var __export = (target, all) => {
20427
+ var __export2 = (target, all) => {
20428
20428
  for (var name in all)
20429
20429
  __defProp2(target, name, { get: all[name], enumerable: true });
20430
20430
  };
@@ -20436,16 +20436,16 @@ var require_suppress_warnings = __commonJS({
20436
20436
  }
20437
20437
  return to;
20438
20438
  };
20439
- var __toCommonJS = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
20439
+ var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
20440
20440
  var suppress_warnings_exports = {};
20441
- __export(suppress_warnings_exports, {
20441
+ __export2(suppress_warnings_exports, {
20442
20442
  restoreWarnings: () => restoreWarnings,
20443
20443
  setMaxEventTargetListeners: () => setMaxEventTargetListeners2,
20444
20444
  suppressMaxListenersWarning: () => suppressMaxListenersWarning,
20445
20445
  suppressWarningType: () => suppressWarningType,
20446
20446
  withSuppressedWarnings: () => withSuppressedWarnings
20447
20447
  });
20448
- module.exports = __toCommonJS(suppress_warnings_exports);
20448
+ module2.exports = __toCommonJS2(suppress_warnings_exports);
20449
20449
  var { apply: ReflectApply } = Reflect;
20450
20450
  var originalEmitWarning;
20451
20451
  var suppressedWarnings = /* @__PURE__ */ new Set();
@@ -20515,13 +20515,13 @@ var require_suppress_warnings = __commonJS({
20515
20515
 
20516
20516
  // @socketsecurity/lib/dist/url.js
20517
20517
  var require_url = __commonJS({
20518
- "@socketsecurity/lib/dist/url.js"(exports, module) {
20518
+ "@socketsecurity/lib/dist/url.js"(exports2, module2) {
20519
20519
  "use strict";
20520
20520
  var __defProp2 = Object.defineProperty;
20521
20521
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
20522
20522
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
20523
20523
  var __hasOwnProp2 = Object.prototype.hasOwnProperty;
20524
- var __export = (target, all) => {
20524
+ var __export2 = (target, all) => {
20525
20525
  for (var name in all)
20526
20526
  __defProp2(target, name, { get: all[name], enumerable: true });
20527
20527
  };
@@ -20533,9 +20533,9 @@ var require_url = __commonJS({
20533
20533
  }
20534
20534
  return to;
20535
20535
  };
20536
- var __toCommonJS = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
20536
+ var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
20537
20537
  var url_exports = {};
20538
- __export(url_exports, {
20538
+ __export2(url_exports, {
20539
20539
  createRelativeUrl: () => createRelativeUrl,
20540
20540
  isUrl: () => isUrl,
20541
20541
  parseUrl: () => parseUrl,
@@ -20546,7 +20546,7 @@ var require_url = __commonJS({
20546
20546
  urlSearchParamsGetArray: () => urlSearchParamsGetArray,
20547
20547
  urlSearchParamsGetBoolean: () => urlSearchParamsGetBoolean
20548
20548
  });
20549
- module.exports = __toCommonJS(url_exports);
20549
+ module2.exports = __toCommonJS2(url_exports);
20550
20550
  var BooleanCtor = Boolean;
20551
20551
  var UrlCtor = URL;
20552
20552
  // @__NO_SIDE_EFFECTS__
@@ -20650,10 +20650,48 @@ var require_url = __commonJS({
20650
20650
  }
20651
20651
  });
20652
20652
 
20653
+ // src/index.ts
20654
+ var index_exports = {};
20655
+ __export(index_exports, {
20656
+ DEFAULT_USER_AGENT: () => DEFAULT_USER_AGENT,
20657
+ ResponseError: () => ResponseError,
20658
+ SocketSdk: () => SocketSdk,
20659
+ calculateTotalQuotaCost: () => calculateTotalQuotaCost,
20660
+ createDeleteRequest: () => createDeleteRequest,
20661
+ createGetRequest: () => createGetRequest,
20662
+ createRequestBodyForFilepaths: () => createRequestBodyForFilepaths,
20663
+ createRequestBodyForJson: () => createRequestBodyForJson,
20664
+ createRequestWithJson: () => createRequestWithJson,
20665
+ createUploadRequest: () => createUploadRequest,
20666
+ createUserAgentFromPkgJson: () => createUserAgentFromPkgJson,
20667
+ getAllMethodRequirements: () => getAllMethodRequirements,
20668
+ getErrorResponseBody: () => getErrorResponseBody,
20669
+ getHttpModule: () => getHttpModule,
20670
+ getMethodRequirements: () => getMethodRequirements,
20671
+ getMethodsByPermissions: () => getMethodsByPermissions,
20672
+ getMethodsByQuotaCost: () => getMethodsByQuotaCost,
20673
+ getQuotaCost: () => getQuotaCost,
20674
+ getQuotaUsageSummary: () => getQuotaUsageSummary,
20675
+ getRequiredPermissions: () => getRequiredPermissions,
20676
+ getResponse: () => getResponse,
20677
+ getResponseJson: () => getResponseJson,
20678
+ hasQuotaForMethods: () => hasQuotaForMethods,
20679
+ httpAgentNames: () => httpAgentNames,
20680
+ isResponseOk: () => isResponseOk,
20681
+ normalizeBaseUrl: () => normalizeBaseUrl,
20682
+ promiseWithResolvers: () => promiseWithResolvers,
20683
+ publicPolicy: () => publicPolicy,
20684
+ queryToSearchParams: () => queryToSearchParams,
20685
+ reshapeArtifactForPublicPolicy: () => reshapeArtifactForPublicPolicy,
20686
+ resolveAbsPaths: () => resolveAbsPaths,
20687
+ resolveBasePath: () => resolveBasePath
20688
+ });
20689
+ module.exports = __toCommonJS(index_exports);
20690
+
20653
20691
  // package.json
20654
20692
  var package_default = {
20655
20693
  name: "@socketsecurity/sdk",
20656
- version: "3.0.31",
20694
+ version: "3.1.0",
20657
20695
  license: "MIT",
20658
20696
  description: "SDK for the Socket API client",
20659
20697
  author: {
@@ -20707,6 +20745,7 @@ var package_default = {
20707
20745
  update: "node scripts/update.mjs"
20708
20746
  },
20709
20747
  devDependencies: {
20748
+ "@babel/generator": "7.28.5",
20710
20749
  "@babel/parser": "7.26.3",
20711
20750
  "@babel/traverse": "7.26.4",
20712
20751
  "@babel/types": "7.26.3",
@@ -20907,9 +20946,9 @@ var publicPolicy = /* @__PURE__ */ new Map([
20907
20946
  ]);
20908
20947
 
20909
20948
  // src/utils.ts
20949
+ var import_node_path = __toESM(require("node:path"), 1);
20910
20950
  var import_memoization = __toESM(require_memoization(), 1);
20911
20951
  var import_path = __toESM(require_path(), 1);
20912
- import path from "node:path";
20913
20952
  var normalizeBaseUrl = (0, import_memoization.memoize)(
20914
20953
  (baseUrl) => {
20915
20954
  return baseUrl.endsWith("/") ? baseUrl : `${baseUrl}/`;
@@ -20949,25 +20988,25 @@ function queryToSearchParams(init) {
20949
20988
  }
20950
20989
  function resolveAbsPaths(filepaths, pathsRelativeTo) {
20951
20990
  const basePath = resolveBasePath(pathsRelativeTo);
20952
- return filepaths.map((p) => (0, import_path.normalizePath)(path.resolve(basePath, p)));
20991
+ return filepaths.map((p) => (0, import_path.normalizePath)(import_node_path.default.resolve(basePath, p)));
20953
20992
  }
20954
20993
  function resolveBasePath(pathsRelativeTo = ".") {
20955
- return (0, import_path.normalizePath)(path.resolve(process.cwd(), pathsRelativeTo));
20994
+ return (0, import_path.normalizePath)(import_node_path.default.resolve(process.cwd(), pathsRelativeTo));
20956
20995
  }
20957
20996
 
20958
20997
  // src/file-upload.ts
20998
+ var import_node_events = __toESM(require("node:events"), 1);
20999
+ var import_node_fs = require("node:fs");
21000
+ var import_node_path2 = __toESM(require("node:path"), 1);
21001
+ var import_node_stream = require("node:stream");
20959
21002
  var import_path2 = __toESM(require_path(), 1);
20960
- import events from "node:events";
20961
- import { createReadStream } from "node:fs";
20962
- import path2 from "node:path";
20963
- import { Readable } from "node:stream";
20964
21003
 
20965
21004
  // src/http-client.ts
21005
+ var import_node_http = __toESM(require("node:http"), 1);
21006
+ var import_node_https = __toESM(require("node:https"), 1);
20966
21007
  var import_debug = __toESM(require_debug3(), 1);
20967
21008
  var import_json = __toESM(require_json(), 1);
20968
21009
  var import_performance = __toESM(require_performance(), 1);
20969
- import http from "node:http";
20970
- import https from "node:https";
20971
21010
  var ResponseError = class _ResponseError extends Error {
20972
21011
  response;
20973
21012
  /**
@@ -21062,7 +21101,7 @@ async function getErrorResponseBody(response) {
21062
21101
  });
21063
21102
  }
21064
21103
  function getHttpModule(url) {
21065
- return url.startsWith("https:") ? https : http;
21104
+ return url.startsWith("https:") ? import_node_https.default : import_node_http.default;
21066
21105
  }
21067
21106
  async function getResponse(req) {
21068
21107
  return await new Promise((resolve, reject) => {
@@ -21268,11 +21307,11 @@ function reshapeArtifactForPublicPolicy(data, isAuthenticated, actions) {
21268
21307
  function createRequestBodyForFilepaths(filepaths, basePath) {
21269
21308
  const requestBody = [];
21270
21309
  for (const absPath of filepaths) {
21271
- const relPath = (0, import_path2.normalizePath)(path2.relative(basePath, absPath));
21272
- const filename = path2.basename(absPath);
21310
+ const relPath = (0, import_path2.normalizePath)(import_node_path2.default.relative(basePath, absPath));
21311
+ const filename = import_node_path2.default.basename(absPath);
21273
21312
  let stream;
21274
21313
  try {
21275
- stream = createReadStream(absPath, { highWaterMark: 1024 * 1024 });
21314
+ stream = (0, import_node_fs.createReadStream)(absPath, { highWaterMark: 1024 * 1024 });
21276
21315
  } catch (error) {
21277
21316
  const err = error;
21278
21317
  let message = `Failed to read file: ${absPath}`;
@@ -21299,14 +21338,14 @@ function createRequestBodyForFilepaths(filepaths, basePath) {
21299
21338
  return requestBody;
21300
21339
  }
21301
21340
  function createRequestBodyForJson(jsonData, basename = "data.json") {
21302
- const ext = path2.extname(basename);
21303
- const name = path2.basename(basename, ext);
21341
+ const ext = import_node_path2.default.extname(basename);
21342
+ const name = import_node_path2.default.basename(basename, ext);
21304
21343
  return [
21305
21344
  `Content-Disposition: form-data; name="${name}"; filename="${basename}"\r
21306
21345
  Content-Type: application/json\r
21307
21346
  \r
21308
21347
  `,
21309
- Readable.from(JSON.stringify(jsonData), { highWaterMark: 1024 * 1024 }),
21348
+ import_node_stream.Readable.from(JSON.stringify(jsonData), { highWaterMark: 1024 * 1024 }),
21310
21349
  "\r\n"
21311
21350
  ];
21312
21351
  }
@@ -21346,7 +21385,7 @@ async function createUploadRequest(baseUrl, urlPath, requestBodyNoBoundaries, op
21346
21385
  }
21347
21386
  if (typeof part === "string") {
21348
21387
  if (!req.write(part)) {
21349
- await events.once(req, "drain");
21388
+ await import_node_events.default.once(req, "drain");
21350
21389
  }
21351
21390
  } else if (typeof part?.pipe === "function") {
21352
21391
  const stream = part;
@@ -21356,7 +21395,7 @@ async function createUploadRequest(baseUrl, urlPath, requestBodyNoBoundaries, op
21356
21395
  break;
21357
21396
  }
21358
21397
  if (!req.write(chunk)) {
21359
- await events.once(req, "drain");
21398
+ await import_node_events.default.once(req, "drain");
21360
21399
  }
21361
21400
  }
21362
21401
  } catch (streamError) {
@@ -21373,7 +21412,7 @@ async function createUploadRequest(baseUrl, urlPath, requestBodyNoBoundaries, op
21373
21412
  throw new Error(message, { cause: streamError });
21374
21413
  }
21375
21414
  if (!aborted && !req.write("\r\n")) {
21376
- await events.once(req, "drain");
21415
+ await import_node_events.default.once(req, "drain");
21377
21416
  }
21378
21417
  if (typeof part.destroy === "function") {
21379
21418
  part.destroy();
@@ -21394,21 +21433,21 @@ async function createUploadRequest(baseUrl, urlPath, requestBodyNoBoundaries, op
21394
21433
  }
21395
21434
 
21396
21435
  // src/quota-utils.ts
21436
+ var import_node_fs2 = require("node:fs");
21437
+ var import_node_path3 = require("node:path");
21397
21438
  var import_memoization2 = __toESM(require_memoization(), 1);
21398
- import { existsSync, readFileSync } from "node:fs";
21399
- import { join } from "node:path";
21400
21439
  var loadRequirements = (0, import_memoization2.once)(() => {
21401
21440
  try {
21402
- const requirementsPath = join(
21441
+ const requirementsPath = (0, import_node_path3.join)(
21403
21442
  __dirname,
21404
21443
  "..",
21405
21444
  "data",
21406
21445
  "api-method-quota-and-permissions.json"
21407
21446
  );
21408
- if (!existsSync(requirementsPath)) {
21447
+ if (!(0, import_node_fs2.existsSync)(requirementsPath)) {
21409
21448
  throw new Error(`Requirements file not found at: ${requirementsPath}`);
21410
21449
  }
21411
- const data = readFileSync(requirementsPath, "utf8");
21450
+ const data = (0, import_node_fs2.readFileSync)(requirementsPath, "utf8");
21412
21451
  return JSON.parse(data);
21413
21452
  } catch (e) {
21414
21453
  throw new Error("Failed to load SDK method requirements", { cause: e });
@@ -21508,6 +21547,8 @@ function hasQuotaForMethods(availableQuota, methodNames) {
21508
21547
  }
21509
21548
 
21510
21549
  // src/socket-sdk-class.ts
21550
+ var import_node_fs3 = require("node:fs");
21551
+ var import_node_readline = __toESM(require("node:readline"), 1);
21511
21552
  var import_cache_with_ttl = __toESM(require_cache_with_ttl(), 1);
21512
21553
  var import_core = __toESM(require_core(), 1);
21513
21554
  var import_process = __toESM(require_process(), 1);
@@ -21519,8 +21560,6 @@ var import_objects = __toESM(require_objects(), 1);
21519
21560
  var import_promises = __toESM(require_promises(), 1);
21520
21561
  var import_suppress_warnings = __toESM(require_suppress_warnings(), 1);
21521
21562
  var import_url = __toESM(require_url(), 1);
21522
- import { createWriteStream } from "node:fs";
21523
- import readline from "node:readline";
21524
21563
  var abortSignal = (0, import_process.getAbortSignal)();
21525
21564
  var SocketSdk = class {
21526
21565
  #apiToken;
@@ -21683,7 +21722,7 @@ var SocketSdk = class {
21683
21722
  if (!res) {
21684
21723
  throw new Error("Failed to get response from batch PURL request");
21685
21724
  }
21686
- const rli = readline.createInterface({
21725
+ const rli = import_node_readline.default.createInterface({
21687
21726
  input: res,
21688
21727
  crlfDelay: Number.POSITIVE_INFINITY,
21689
21728
  signal: abortSignal
@@ -21910,7 +21949,7 @@ var SocketSdk = class {
21910
21949
  if (!res) {
21911
21950
  throw new Error("Failed to get response from batch PURL request");
21912
21951
  }
21913
- const rli = readline.createInterface({
21952
+ const rli = import_node_readline.default.createInterface({
21914
21953
  input: res,
21915
21954
  crlfDelay: Number.POSITIVE_INFINITY,
21916
21955
  signal: abortSignal
@@ -23676,7 +23715,7 @@ var SocketSdk = class {
23676
23715
  throw new ResponseError(res);
23677
23716
  }
23678
23717
  if (typeof output === "string") {
23679
- const writeStream = createWriteStream(output);
23718
+ const writeStream = (0, import_node_fs3.createWriteStream)(output);
23680
23719
  let bytesWritten = 0;
23681
23720
  res.on("data", (chunk) => {
23682
23721
  bytesWritten += chunk.length;
@@ -23734,7 +23773,7 @@ var SocketSdk = class {
23734
23773
  if (!isResponseOk(response)) {
23735
23774
  throw new ResponseError(response, "GET Request failed");
23736
23775
  }
23737
- const rli = readline.createInterface({
23776
+ const rli = import_node_readline.default.createInterface({
23738
23777
  input: response,
23739
23778
  crlfDelay: Number.POSITIVE_INFINITY
23740
23779
  });
@@ -24146,7 +24185,8 @@ if ((0, import_debug2.isDebugNs)("heap")) {
24146
24185
  const used = process.memoryUsage();
24147
24186
  (0, import_debug2.debugLog)("heap", `heap used: ${Math.round(used.heapUsed / 1024 / 1024)}MB`);
24148
24187
  }
24149
- export {
24188
+ // Annotate the CommonJS export names for ESM import in node:
24189
+ 0 && (module.exports = {
24150
24190
  DEFAULT_USER_AGENT,
24151
24191
  ResponseError,
24152
24192
  SocketSdk,
@@ -24179,7 +24219,7 @@ export {
24179
24219
  reshapeArtifactForPublicPolicy,
24180
24220
  resolveAbsPaths,
24181
24221
  resolveBasePath
24182
- };
24222
+ });
24183
24223
  /*! Bundled license information:
24184
24224
 
24185
24225
  @socketsecurity/lib/dist/external/cacache.js: