vlt 0.0.0-0.1727464479666 → 0.0.0-0.1727821659739
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/LICENSE +3 -3
- package/cache-unzip/unzip.js +13 -8
- package/cache-unzip/unzip.js.map +1 -1
- package/commands/config.js +11 -6
- package/commands/config.js.map +1 -1
- package/commands/exec.js +11 -6
- package/commands/exec.js.map +1 -1
- package/commands/help.js +11 -6
- package/commands/help.js.map +1 -1
- package/commands/install-exec.js +11 -6
- package/commands/install-exec.js.map +1 -1
- package/commands/install.js +15 -10
- package/commands/install.js.map +1 -1
- package/commands/pkg.js +11 -6
- package/commands/pkg.js.map +1 -1
- package/commands/run-exec.js +11 -6
- package/commands/run-exec.js.map +1 -1
- package/commands/run.js +11 -6
- package/commands/run.js.map +1 -1
- package/commands/uninstall.js +15 -10
- package/commands/uninstall.js.map +1 -1
- package/package.json +23 -6
- package/rollback-remove/remove.js +13 -8
- package/rollback-remove/remove.js.map +1 -1
- package/tar/worker.js +12 -7
- package/tar/worker.js.map +1 -1
- package/vlix.js +13 -8
- package/vlix.js.map +1 -1
- package/vlr.js +13 -8
- package/vlr.js.map +1 -1
- package/vlrx.js +13 -8
- package/vlrx.js.map +1 -1
- package/vlt.js +13 -8
- package/vlt.js.map +1 -1
- package/vlx.js +13 -8
- package/vlx.js.map +1 -1
package/LICENSE
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
Copyright (c)
|
|
1
|
+
Copyright (c) vlt technology, Inc.
|
|
2
2
|
|
|
3
3
|
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
4
4
|
|
|
5
5
|
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
6
6
|
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
7
|
-
Subject to the terms and conditions of this license, each copyright holder and contributor hereby grants to those receiving rights under this license a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except for failure to satisfy the conditions of this license) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer this software, where such license applies only to those patent claims, already acquired or hereafter acquired, licensable by such copyright holder or contributor that are necessarily infringed by:
|
|
7
|
+
Subject to the terms and conditions of this license, each copyright holder and contributor hereby grants to those receiving rights under this license a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except for failure to satisfy the conditions of this license) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer this software, where such license applies only to those patent claims, already acquired or hereafter acquired, licensable by such copyright holder or contributor that are necessarily infringed by:
|
|
8
8
|
|
|
9
9
|
(a) their Contribution(s) (the licensed copyrights of copyright holders and non-copyrightable additions of contributors, in source or binary form) alone; or
|
|
10
10
|
(b) combination of their Contribution(s) with the work of authorship to which such Contribution(s) was added by such copyright holder or contributor, if, at the time the Contribution is added, such addition causes such combination to be necessarily infringed. The patent license shall not apply to any other combinations which include the Contribution.
|
|
@@ -12,4 +12,4 @@ Except as expressly stated above, no rights or licenses from any copyright holde
|
|
|
12
12
|
|
|
13
13
|
DISCLAIMER
|
|
14
14
|
|
|
15
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
15
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
package/cache-unzip/unzip.js
CHANGED
|
@@ -1,9 +1,14 @@
|
|
|
1
|
-
import process from
|
|
2
|
-
import {Buffer} from
|
|
3
|
-
import {setImmediate,clearImmediate} from
|
|
4
|
-
import {
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import process from"node:process"
|
|
2
|
+
import {Buffer} from"node:buffer"
|
|
3
|
+
import {setImmediate, clearImmediate} from"node:timers"
|
|
4
|
+
import {resolve as resolve_2ff70ae19abc} from"node:path"
|
|
5
|
+
import {pathToFileURL as pathToFileURL_2ff70ae19abc} from"node:url"
|
|
6
|
+
import {createRequire as createRequire_2ff70ae19abc} from"node:module"
|
|
7
|
+
var global = globalThis
|
|
8
|
+
var __bundleDirname_2ff70ae19abc = resolve_2ff70ae19abc(import.meta.dirname, "..")
|
|
9
|
+
var __bundleFilename_2ff70ae19abc = resolve_2ff70ae19abc(__bundleDirname_2ff70ae19abc, "unzip.js")
|
|
10
|
+
var __bundleUrl_2ff70ae19abc = pathToFileURL_2ff70ae19abc(__bundleFilename_2ff70ae19abc).toString()
|
|
11
|
+
var require = createRequire_2ff70ae19abc(__bundleFilename_2ff70ae19abc)
|
|
7
12
|
var __create = Object.create;
|
|
8
13
|
var __defProp = Object.defineProperty;
|
|
9
14
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
@@ -7721,7 +7726,7 @@ var Cache = class _Cache extends LRUCache {
|
|
|
7721
7726
|
|
|
7722
7727
|
// ../../src/cache-unzip/dist/esm/unzip.js
|
|
7723
7728
|
import { gunzipSync } from "node:zlib";
|
|
7724
|
-
var __CODE_SPLIT_SCRIPT_NAME =
|
|
7729
|
+
var __CODE_SPLIT_SCRIPT_NAME = __bundleFilename_2ff70ae19abc.replace(/\.ts$/, ".js");
|
|
7725
7730
|
var main = async () => {
|
|
7726
7731
|
process.title = "vlt-cache-unzip";
|
|
7727
7732
|
const path3 = process.argv[2];
|
|
@@ -7821,7 +7826,7 @@ var main = async () => {
|
|
|
7821
7826
|
if (!didSomething)
|
|
7822
7827
|
process.exit(1);
|
|
7823
7828
|
};
|
|
7824
|
-
if (process.argv[1] ===
|
|
7829
|
+
if (process.argv[1] === __bundleFilename_2ff70ae19abc) {
|
|
7825
7830
|
void main();
|
|
7826
7831
|
}
|
|
7827
7832
|
export {
|