vlt 0.0.0-0.1730226262115 → 0.0.0-0.1730235709648

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.
@@ -1,15 +1,15 @@
1
- import {resolve as bundle_path_resolve_130675} from "node:path"
2
- import {pathToFileURL as bundle_url_pathToFileURL_9d2268} from "node:url"
3
- import {createRequire as bundle_module_createRequire_1f3e8f} from "node:module"
1
+ import {resolve as bundle_path_resolve_5fcf2e} from "node:path"
2
+ import {pathToFileURL as bundle_url_pathToFileURL_d287af} from "node:url"
3
+ import {createRequire as bundle_module_createRequire_7bc04f} from "node:module"
4
4
  var global = globalThis
5
5
  import process from "node:process"
6
6
  import {Buffer} from "node:buffer"
7
7
  import {setImmediate, clearImmediate} from "node:timers"
8
- var bundle_import_meta_dirname_73c88c = bundle_path_resolve_130675(import.meta.dirname, "..")
9
- var bundle_import_meta_filename_4fd5d2 = bundle_path_resolve_130675(bundle_import_meta_dirname_73c88c, "unzip.js")
10
- var bundle_import_meta_url_9a9636 = bundle_url_pathToFileURL_9d2268(bundle_import_meta_filename_4fd5d2).toString()
11
- var bundle_import_meta_resolve_b55488 = (_61bb76) => bundle_url_pathToFileURL_9d2268(bundle_path_resolve_130675(bundle_import_meta_dirname_73c88c, _61bb76))
12
- var require = bundle_module_createRequire_1f3e8f(bundle_import_meta_filename_4fd5d2)
8
+ var bundle_import_meta_dirname_978bba = bundle_path_resolve_5fcf2e(import.meta.dirname, "..")
9
+ var bundle_import_meta_filename_e64f6a = bundle_path_resolve_5fcf2e(bundle_import_meta_dirname_978bba, "unzip.js")
10
+ var bundle_import_meta_url_88e40e = bundle_url_pathToFileURL_d287af(bundle_import_meta_filename_e64f6a).toString()
11
+ var bundle_import_meta_resolve_87bb4e = (_cf9a14) => bundle_url_pathToFileURL_d287af(bundle_path_resolve_5fcf2e(bundle_import_meta_dirname_978bba, _cf9a14))
12
+ var require = bundle_module_createRequire_7bc04f(bundle_import_meta_filename_e64f6a)
13
13
  var __create = Object.create;
14
14
  var __defProp = Object.defineProperty;
15
15
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -36,9 +36,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
36
36
  mod
37
37
  ));
38
38
 
39
- // node_modules/.pnpm/balanced-match@1.0.2/node_modules/balanced-match/index.js
39
+ // ../../node_modules/.pnpm/balanced-match@1.0.2/node_modules/balanced-match/index.js
40
40
  var require_balanced_match = __commonJS({
41
- "node_modules/.pnpm/balanced-match@1.0.2/node_modules/balanced-match/index.js"(exports, module) {
41
+ "../../node_modules/.pnpm/balanced-match@1.0.2/node_modules/balanced-match/index.js"(exports, module) {
42
42
  "use strict";
43
43
  module.exports = balanced;
44
44
  function balanced(a, b, str) {
@@ -94,9 +94,9 @@ var require_balanced_match = __commonJS({
94
94
  }
95
95
  });
96
96
 
97
- // node_modules/.pnpm/brace-expansion@2.0.1/node_modules/brace-expansion/index.js
97
+ // ../../node_modules/.pnpm/brace-expansion@2.0.1/node_modules/brace-expansion/index.js
98
98
  var require_brace_expansion = __commonJS({
99
- "node_modules/.pnpm/brace-expansion@2.0.1/node_modules/brace-expansion/index.js"(exports, module) {
99
+ "../../node_modules/.pnpm/brace-expansion@2.0.1/node_modules/brace-expansion/index.js"(exports, module) {
100
100
  var balanced = require_balanced_match();
101
101
  module.exports = expandTop;
102
102
  var escSlash = "\0SLASH" + Math.random() + "\0";
@@ -244,7 +244,7 @@ var require_brace_expansion = __commonJS({
244
244
  }
245
245
  });
246
246
 
247
- // src/error-cause/dist/esm/index.js
247
+ // ../../src/error-cause/dist/esm/index.js
248
248
  var create = (cls, defaultFrom, message, cause, from = defaultFrom) => {
249
249
  const er = new cls(message, cause ? { cause } : void 0);
250
250
  Error.captureStackTrace?.(er, from);
@@ -252,7 +252,7 @@ var create = (cls, defaultFrom, message, cause, from = defaultFrom) => {
252
252
  };
253
253
  var error = (message, cause, from) => create(Error, error, message, cause, from);
254
254
 
255
- // src/xdg/dist/esm/index.js
255
+ // ../../src/xdg/dist/esm/index.js
256
256
  import { homedir, tmpdir } from "node:os";
257
257
  import { resolve } from "node:path";
258
258
  var root = homedir();
@@ -339,12 +339,12 @@ var XDG = class {
339
339
  }
340
340
  };
341
341
 
342
- // src/cache/dist/esm/index.js
342
+ // ../../src/cache/dist/esm/index.js
343
343
  import { createHash, randomBytes } from "node:crypto";
344
344
  import { opendirSync, readFileSync } from "node:fs";
345
345
  import { link, mkdir as mkdir2, opendir, readFile, rename as rename3, writeFile } from "node:fs/promises";
346
346
 
347
- // node_modules/.pnpm/lru-cache@11.0.0/node_modules/lru-cache/dist/esm/index.js
347
+ // ../../node_modules/.pnpm/lru-cache@11.0.0/node_modules/lru-cache/dist/esm/index.js
348
348
  var perf = typeof performance === "object" && performance && typeof performance.now === "function" ? performance : Date;
349
349
  var warned = /* @__PURE__ */ new Set();
350
350
  var PROCESS = typeof process === "object" && !!process ? process : {};
@@ -1713,14 +1713,14 @@ var LRUCache = class _LRUCache {
1713
1713
  }
1714
1714
  };
1715
1715
 
1716
- // src/cache/dist/esm/index.js
1716
+ // ../../src/cache/dist/esm/index.js
1717
1717
  import { resolve as resolve7 } from "node:path";
1718
1718
  import { basename as basename2, dirname } from "node:path";
1719
1719
 
1720
- // node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/index.js
1720
+ // ../../node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/index.js
1721
1721
  var import_brace_expansion = __toESM(require_brace_expansion(), 1);
1722
1722
 
1723
- // node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/assert-valid-pattern.js
1723
+ // ../../node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/assert-valid-pattern.js
1724
1724
  var MAX_PATTERN_LENGTH = 1024 * 64;
1725
1725
  var assertValidPattern = (pattern) => {
1726
1726
  if (typeof pattern !== "string") {
@@ -1731,7 +1731,7 @@ var assertValidPattern = (pattern) => {
1731
1731
  }
1732
1732
  };
1733
1733
 
1734
- // node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/brace-expressions.js
1734
+ // ../../node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/brace-expressions.js
1735
1735
  var posixClasses = {
1736
1736
  "[:alnum:]": ["\\p{L}\\p{Nl}\\p{Nd}", true],
1737
1737
  "[:alpha:]": ["\\p{L}\\p{Nl}", true],
@@ -1840,12 +1840,12 @@ var parseClass = (glob2, position) => {
1840
1840
  return [comb, uflag, endPos - pos, true];
1841
1841
  };
1842
1842
 
1843
- // node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/unescape.js
1843
+ // ../../node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/unescape.js
1844
1844
  var unescape = (s, { windowsPathsNoEscape = false } = {}) => {
1845
1845
  return windowsPathsNoEscape ? s.replace(/\[([^\/\\])\]/g, "$1") : s.replace(/((?!\\).|^)\[([^\/\\])\]/g, "$1$2").replace(/\\([^\/])/g, "$1");
1846
1846
  };
1847
1847
 
1848
- // node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/ast.js
1848
+ // ../../node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/ast.js
1849
1849
  var types = /* @__PURE__ */ new Set(["!", "?", "+", "*", "@"]);
1850
1850
  var isExtglobType = (c) => types.has(c);
1851
1851
  var startNoTraversal = "(?!(?:^|/)\\.\\.?(?:$|/))";
@@ -2324,12 +2324,12 @@ var AST = class _AST {
2324
2324
  }
2325
2325
  };
2326
2326
 
2327
- // node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/escape.js
2327
+ // ../../node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/escape.js
2328
2328
  var escape = (s, { windowsPathsNoEscape = false } = {}) => {
2329
2329
  return windowsPathsNoEscape ? s.replace(/[?*()[\]]/g, "[$&]") : s.replace(/[?*()[\]\\]/g, "\\$&");
2330
2330
  };
2331
2331
 
2332
- // node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/index.js
2332
+ // ../../node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/index.js
2333
2333
  var minimatch = (p, pattern, options = {}) => {
2334
2334
  assertValidPattern(pattern);
2335
2335
  if (!options.nocomment && pattern.charAt(0) === "#") {
@@ -3047,17 +3047,17 @@ minimatch.Minimatch = Minimatch;
3047
3047
  minimatch.escape = escape;
3048
3048
  minimatch.unescape = unescape;
3049
3049
 
3050
- // node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/glob.js
3050
+ // ../../node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/glob.js
3051
3051
  import { fileURLToPath as fileURLToPath2 } from "node:url";
3052
3052
 
3053
- // node_modules/.pnpm/path-scurry@2.0.0/node_modules/path-scurry/dist/esm/index.js
3053
+ // ../../node_modules/.pnpm/path-scurry@2.0.0/node_modules/path-scurry/dist/esm/index.js
3054
3054
  import { posix, win32 } from "node:path";
3055
3055
  import { fileURLToPath } from "node:url";
3056
3056
  import { lstatSync, readdir as readdirCB, readdirSync, readlinkSync, realpathSync as rps } from "node:fs";
3057
3057
  import * as actualFS from "node:fs";
3058
3058
  import { lstat, readdir, readlink, realpath } from "node:fs/promises";
3059
3059
 
3060
- // node_modules/.pnpm/minipass@7.1.2/node_modules/minipass/dist/esm/index.js
3060
+ // ../../node_modules/.pnpm/minipass@7.1.2/node_modules/minipass/dist/esm/index.js
3061
3061
  import { EventEmitter } from "node:events";
3062
3062
  import Stream from "node:stream";
3063
3063
  import { StringDecoder } from "node:string_decoder";
@@ -3935,7 +3935,7 @@ var Minipass = class extends EventEmitter {
3935
3935
  }
3936
3936
  };
3937
3937
 
3938
- // node_modules/.pnpm/path-scurry@2.0.0/node_modules/path-scurry/dist/esm/index.js
3938
+ // ../../node_modules/.pnpm/path-scurry@2.0.0/node_modules/path-scurry/dist/esm/index.js
3939
3939
  var realpathSync = rps.native;
3940
3940
  var defaultFS = {
3941
3941
  lstatSync,
@@ -5661,7 +5661,7 @@ var PathScurryDarwin = class extends PathScurryPosix {
5661
5661
  var Path = process.platform === "win32" ? PathWin32 : PathPosix;
5662
5662
  var PathScurry = process.platform === "win32" ? PathScurryWin32 : process.platform === "darwin" ? PathScurryDarwin : PathScurryPosix;
5663
5663
 
5664
- // node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/pattern.js
5664
+ // ../../node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/pattern.js
5665
5665
  var isPatternList = (pl) => pl.length >= 1;
5666
5666
  var isGlobList = (gl) => gl.length >= 1;
5667
5667
  var Pattern = class _Pattern {
@@ -5826,7 +5826,7 @@ var Pattern = class _Pattern {
5826
5826
  }
5827
5827
  };
5828
5828
 
5829
- // node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/ignore.js
5829
+ // ../../node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/ignore.js
5830
5830
  var defaultPlatform2 = typeof process === "object" && process && typeof process.platform === "string" ? process.platform : "linux";
5831
5831
  var Ignore = class {
5832
5832
  relative;
@@ -5913,7 +5913,7 @@ var Ignore = class {
5913
5913
  }
5914
5914
  };
5915
5915
 
5916
- // node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/processor.js
5916
+ // ../../node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/processor.js
5917
5917
  var HasWalkedCache = class _HasWalkedCache {
5918
5918
  store;
5919
5919
  constructor(store = /* @__PURE__ */ new Map()) {
@@ -6134,7 +6134,7 @@ var Processor = class _Processor {
6134
6134
  }
6135
6135
  };
6136
6136
 
6137
- // node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/walker.js
6137
+ // ../../node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/walker.js
6138
6138
  var makeIgnore = (ignore, opts) => typeof ignore === "string" ? new Ignore([ignore], opts) : Array.isArray(ignore) ? new Ignore(ignore, opts) : ignore;
6139
6139
  var GlobUtil = class {
6140
6140
  path;
@@ -6461,7 +6461,7 @@ var GlobStream = class extends GlobUtil {
6461
6461
  }
6462
6462
  };
6463
6463
 
6464
- // node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/glob.js
6464
+ // ../../node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/glob.js
6465
6465
  var defaultPlatform3 = typeof process === "object" && process && typeof process.platform === "string" ? process.platform : "linux";
6466
6466
  var Glob = class {
6467
6467
  absolute;
@@ -6661,7 +6661,7 @@ var Glob = class {
6661
6661
  }
6662
6662
  };
6663
6663
 
6664
- // node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/has-magic.js
6664
+ // ../../node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/has-magic.js
6665
6665
  var hasMagic = (pattern, options = {}) => {
6666
6666
  if (!Array.isArray(pattern)) {
6667
6667
  pattern = [pattern];
@@ -6673,7 +6673,7 @@ var hasMagic = (pattern, options = {}) => {
6673
6673
  return false;
6674
6674
  };
6675
6675
 
6676
- // node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/index.js
6676
+ // ../../node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/index.js
6677
6677
  function globStreamSync(pattern, options = {}) {
6678
6678
  return new Glob(pattern, options).streamSync();
6679
6679
  }
@@ -6721,7 +6721,7 @@ var glob = Object.assign(glob_, {
6721
6721
  });
6722
6722
  glob.glob = glob;
6723
6723
 
6724
- // node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/opt-arg.js
6724
+ // ../../node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/opt-arg.js
6725
6725
  var typeOrUndef = (val, t) => typeof val === "undefined" || typeof val === t;
6726
6726
  var isRimrafOptions = (o) => !!o && typeof o === "object" && typeOrUndef(o.preserveRoot, "boolean") && typeOrUndef(o.tmp, "string") && typeOrUndef(o.maxRetries, "number") && typeOrUndef(o.retryDelay, "number") && typeOrUndef(o.backoff, "number") && typeOrUndef(o.maxBackoff, "number") && (typeOrUndef(o.glob, "boolean") || o.glob && typeof o.glob === "object") && typeOrUndef(o.filter, "function");
6727
6727
  var assertRimrafOptions = (o) => {
@@ -6753,14 +6753,14 @@ var optArgT = (opt) => {
6753
6753
  var optArg = (opt = {}) => optArgT(opt);
6754
6754
  var optArgSync = (opt = {}) => optArgT(opt);
6755
6755
 
6756
- // node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/path-arg.js
6756
+ // ../../node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/path-arg.js
6757
6757
  import { parse, resolve as resolve2 } from "node:path";
6758
6758
  import { inspect } from "node:util";
6759
6759
 
6760
- // node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/platform.js
6760
+ // ../../node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/platform.js
6761
6761
  var platform_default = process.env.__TESTING_RIMRAF_PLATFORM__ || process.platform;
6762
6762
 
6763
- // node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/path-arg.js
6763
+ // ../../node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/path-arg.js
6764
6764
  var pathArg = (path3, opt = {}) => {
6765
6765
  const type = typeof path3;
6766
6766
  if (type !== "string") {
@@ -6802,7 +6802,7 @@ var pathArg = (path3, opt = {}) => {
6802
6802
  };
6803
6803
  var path_arg_default = pathArg;
6804
6804
 
6805
- // node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/fs.js
6805
+ // ../../node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/fs.js
6806
6806
  import fs from "node:fs";
6807
6807
  import { chmodSync, mkdirSync, renameSync, rmdirSync, rmSync, statSync, lstatSync as lstatSync2, unlinkSync } from "node:fs";
6808
6808
  import { readdirSync as rdSync } from "node:fs";
@@ -6828,10 +6828,10 @@ var promises = {
6828
6828
  unlink
6829
6829
  };
6830
6830
 
6831
- // node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/rimraf-posix.js
6831
+ // ../../node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/rimraf-posix.js
6832
6832
  import { parse as parse2, resolve as resolve3 } from "node:path";
6833
6833
 
6834
- // node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/readdir-or-error.js
6834
+ // ../../node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/readdir-or-error.js
6835
6835
  var { readdir: readdir3 } = promises;
6836
6836
  var readdirOrError = (path3) => readdir3(path3).catch((er) => er);
6837
6837
  var readdirOrErrorSync = (path3) => {
@@ -6842,7 +6842,7 @@ var readdirOrErrorSync = (path3) => {
6842
6842
  }
6843
6843
  };
6844
6844
 
6845
- // node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/ignore-enoent.js
6845
+ // ../../node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/ignore-enoent.js
6846
6846
  var ignoreENOENT = async (p) => p.catch((er) => {
6847
6847
  if (er.code !== "ENOENT") {
6848
6848
  throw er;
@@ -6858,7 +6858,7 @@ var ignoreENOENTSync = (fn) => {
6858
6858
  }
6859
6859
  };
6860
6860
 
6861
- // node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/rimraf-posix.js
6861
+ // ../../node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/rimraf-posix.js
6862
6862
  var { lstat: lstat3, rmdir: rmdir2, unlink: unlink2 } = promises;
6863
6863
  var rimrafPosix = async (path3, opt) => {
6864
6864
  if (opt?.signal?.aborted) {
@@ -6955,10 +6955,10 @@ var rimrafPosixDirSync = (path3, opt, ent) => {
6955
6955
  return true;
6956
6956
  };
6957
6957
 
6958
- // node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/rimraf-windows.js
6958
+ // ../../node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/rimraf-windows.js
6959
6959
  import { parse as parse5, resolve as resolve6 } from "node:path";
6960
6960
 
6961
- // node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/fix-eperm.js
6961
+ // ../../node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/fix-eperm.js
6962
6962
  var { chmod: chmod2 } = promises;
6963
6963
  var fixEPERM = (fn) => async (path3) => {
6964
6964
  try {
@@ -7007,7 +7007,7 @@ var fixEPERMSync = (fn) => (path3) => {
7007
7007
  }
7008
7008
  };
7009
7009
 
7010
- // node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/retry-busy.js
7010
+ // ../../node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/retry-busy.js
7011
7011
  var MAXBACKOFF = 200;
7012
7012
  var RATE = 1.2;
7013
7013
  var MAXRETRIES = 10;
@@ -7064,10 +7064,10 @@ var retryBusySync = (fn) => {
7064
7064
  return method;
7065
7065
  };
7066
7066
 
7067
- // node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/rimraf-move-remove.js
7067
+ // ../../node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/rimraf-move-remove.js
7068
7068
  import { basename, parse as parse4, resolve as resolve5 } from "node:path";
7069
7069
 
7070
- // node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/default-tmp.js
7070
+ // ../../node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/default-tmp.js
7071
7071
  import { tmpdir as tmpdir2 } from "node:os";
7072
7072
  import { parse as parse3, resolve as resolve4 } from "node:path";
7073
7073
  var { stat: stat2 } = promises;
@@ -7110,7 +7110,7 @@ var posixDefaultTmpSync = () => tmpdir2();
7110
7110
  var defaultTmp = platform_default === "win32" ? win32DefaultTmp : posixDefaultTmp;
7111
7111
  var defaultTmpSync = platform_default === "win32" ? win32DefaultTmpSync : posixDefaultTmpSync;
7112
7112
 
7113
- // node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/rimraf-move-remove.js
7113
+ // ../../node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/rimraf-move-remove.js
7114
7114
  var { lstat: lstat4, rename: rename2, unlink: unlink3, rmdir: rmdir3, chmod: chmod3 } = promises;
7115
7115
  var uniqueFilename = (path3) => `.${basename(path3)}.${Math.random()}`;
7116
7116
  var unlinkFixEPERM = async (path3) => unlink3(path3).catch((er) => {
@@ -7263,7 +7263,7 @@ var tmpUnlinkSync = (path3, tmp, rmSync2) => {
7263
7263
  return rmSync2(tmpFile);
7264
7264
  };
7265
7265
 
7266
- // node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/rimraf-windows.js
7266
+ // ../../node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/rimraf-windows.js
7267
7267
  var { unlink: unlink4, rmdir: rmdir4, lstat: lstat5 } = promises;
7268
7268
  var rimrafWindowsFile = retryBusy(fixEPERM(unlink4));
7269
7269
  var rimrafWindowsFileSync = retryBusySync(fixEPERMSync(unlinkSync));
@@ -7405,11 +7405,11 @@ var rimrafWindowsDirSync = (path3, opt, ent, state = START) => {
7405
7405
  return true;
7406
7406
  };
7407
7407
 
7408
- // node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/rimraf-manual.js
7408
+ // ../../node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/rimraf-manual.js
7409
7409
  var rimrafManual = platform_default === "win32" ? rimrafWindows : rimrafPosix;
7410
7410
  var rimrafManualSync = platform_default === "win32" ? rimrafWindowsSync : rimrafPosixSync;
7411
7411
 
7412
- // node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/rimraf-native.js
7412
+ // ../../node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/rimraf-native.js
7413
7413
  var { rm: rm2 } = promises;
7414
7414
  var rimrafNative = async (path3, opt) => {
7415
7415
  await rm2(path3, {
@@ -7428,7 +7428,7 @@ var rimrafNativeSync = (path3, opt) => {
7428
7428
  return true;
7429
7429
  };
7430
7430
 
7431
- // node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/use-native.js
7431
+ // ../../node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/use-native.js
7432
7432
  var version = process.env.__TESTING_RIMRAF_NODE_VERSION__ || process.version;
7433
7433
  var versArr = version.replace(/^v/, "").split(".");
7434
7434
  var [major = 0, minor = 0] = versArr.map((v) => parseInt(v, 10));
@@ -7436,7 +7436,7 @@ var hasNative = major > 14 || major === 14 && minor >= 14;
7436
7436
  var useNative = !hasNative || platform_default === "win32" ? () => false : (opt) => !opt?.signal && !opt?.filter;
7437
7437
  var useNativeSync = !hasNative || platform_default === "win32" ? () => false : (opt) => !opt?.signal && !opt?.filter;
7438
7438
 
7439
- // node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/index.js
7439
+ // ../../node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/index.js
7440
7440
  var wrap = (fn) => async (path3, opt) => {
7441
7441
  const options = optArg(opt);
7442
7442
  if (options.glob) {
@@ -7490,7 +7490,7 @@ var rimraf = Object.assign(rimraf_, {
7490
7490
  });
7491
7491
  rimraf.rimraf = rimraf;
7492
7492
 
7493
- // src/cache/dist/esm/index.js
7493
+ // ../../src/cache/dist/esm/index.js
7494
7494
  var hash = (s) => createHash("sha512").update(s).digest("hex");
7495
7495
  var Cache = class _Cache extends LRUCache {
7496
7496
  #path;
@@ -7734,9 +7734,9 @@ var Cache = class _Cache extends LRUCache {
7734
7734
  }
7735
7735
  };
7736
7736
 
7737
- // src/cache-unzip/dist/esm/unzip.js
7737
+ // ../../src/cache-unzip/dist/esm/unzip.js
7738
7738
  import { gunzipSync } from "node:zlib";
7739
- var __CODE_SPLIT_SCRIPT_NAME = bundle_import_meta_filename_4fd5d2.replace(/\.ts$/, ".js");
7739
+ var __CODE_SPLIT_SCRIPT_NAME = bundle_import_meta_filename_e64f6a.replace(/\.ts$/, ".js");
7740
7740
  var main = async (path3, input = process.stdin) => {
7741
7741
  if (!path3)
7742
7742
  process.exit(1);
@@ -7844,7 +7844,7 @@ var main = async (path3, input = process.stdin) => {
7844
7844
  if (!didSomething)
7845
7845
  process.exit(1);
7846
7846
  };
7847
- if (process.argv[1] === bundle_import_meta_filename_4fd5d2) {
7847
+ if (process.argv[1] === bundle_import_meta_filename_e64f6a) {
7848
7848
  process.title = "vlt-cache-unzip";
7849
7849
  void main(process.argv[2], process.stdin);
7850
7850
  }