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.
- package/cache-unzip/unzip.js +59 -59
- package/cache-unzip/unzip.js.map +1 -1
- package/commands/config.js +64 -64
- package/commands/config.js.map +1 -1
- package/commands/exec.js +105 -105
- package/commands/exec.js.map +1 -1
- package/commands/gui.js +165 -165
- package/commands/gui.js.map +1 -1
- package/commands/help.js +76 -76
- package/commands/help.js.map +1 -1
- package/commands/install-exec.js +9 -9
- package/commands/install-exec.js.map +1 -1
- package/commands/install.js +460 -460
- package/commands/install.js.map +1 -1
- package/commands/list.js +209 -209
- package/commands/list.js.map +1 -1
- package/commands/pkg.js +15 -15
- package/commands/pkg.js.map +1 -1
- package/commands/query.js +209 -209
- package/commands/query.js.map +1 -1
- package/commands/run-exec.js +105 -105
- package/commands/run-exec.js.map +1 -1
- package/commands/run.js +105 -105
- package/commands/run.js.map +1 -1
- package/commands/uninstall.js +460 -460
- package/commands/uninstall.js.map +1 -1
- package/gui/index.js +89 -9
- package/gui/index.js.map +4 -4
- package/gui/main.css +1 -1
- package/package.json +1 -1
- package/rollback-remove/remove.js +54 -54
- package/rollback-remove/remove.js.map +1 -1
- package/vlix.js +117 -117
- package/vlix.js.map +1 -1
- package/vlr.js +117 -117
- package/vlr.js.map +1 -1
- package/vlrx.js +117 -117
- package/vlrx.js.map +1 -1
- package/vlt.js +117 -117
- package/vlt.js.map +1 -1
- package/vlx.js +117 -117
- package/vlx.js.map +1 -1
package/commands/install-exec.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import {resolve as
|
|
2
|
-
import {pathToFileURL as
|
|
3
|
-
import {createRequire as
|
|
1
|
+
import {resolve as bundle_path_resolve_17ee79} from "node:path"
|
|
2
|
+
import {pathToFileURL as bundle_url_pathToFileURL_ed71e4} from "node:url"
|
|
3
|
+
import {createRequire as bundle_module_createRequire_fa0e61} 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
|
|
9
|
-
var
|
|
10
|
-
var
|
|
11
|
-
var
|
|
12
|
-
var require =
|
|
8
|
+
var bundle_import_meta_dirname_f92c67 = bundle_path_resolve_17ee79(import.meta.dirname, "..")
|
|
9
|
+
var bundle_import_meta_filename_d6347d = bundle_path_resolve_17ee79(bundle_import_meta_dirname_f92c67, "install-exec.js")
|
|
10
|
+
var bundle_import_meta_url_7699da = bundle_url_pathToFileURL_ed71e4(bundle_import_meta_filename_d6347d).toString()
|
|
11
|
+
var bundle_import_meta_resolve_2fc084 = (_49e9c4) => bundle_url_pathToFileURL_ed71e4(bundle_path_resolve_17ee79(bundle_import_meta_dirname_f92c67, _49e9c4))
|
|
12
|
+
var require = bundle_module_createRequire_fa0e61(bundle_import_meta_filename_d6347d)
|
|
13
13
|
|
|
14
|
-
// src/vlt/dist/esm/commands/install-exec.js
|
|
14
|
+
// ../../src/vlt/dist/esm/commands/install-exec.js
|
|
15
15
|
var usage = `vlt install-exec [--package=<pkg>] [command...]
|
|
16
16
|
Run a command defined by a package, installing it if necessary`;
|
|
17
17
|
var command = async (conf) => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
|
-
"sources": ["
|
|
3
|
+
"sources": ["../../../../../src/vlt/src/commands/install-exec.ts"],
|
|
4
4
|
"sourcesContent": ["import { LoadedConfig } from '../config/index.js'\n\nexport const usage = `vlt install-exec [--package=<pkg>] [command...]\nRun a command defined by a package, installing it if necessary`\n\nexport const command = async (conf: LoadedConfig) => {\n console.log('todo: exec, but install if not present')\n console.error(conf.positionals)\n}\n"],
|
|
5
5
|
"mappings": ";;;;;;;;;;;;;;AAEO,IAAM,QAAQ;;AAGd,IAAM,UAAU,OAAO,SAAsB;AAClD,UAAQ,IAAI,wCAAwC;AACpD,UAAQ,MAAM,KAAK,WAAW;AAChC;",
|
|
6
6
|
"names": []
|