vlt 0.0.0-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.
@@ -0,0 +1,19 @@
1
+ import process from 'node:process'
2
+ import {Buffer} from 'node:buffer'
3
+ import {setImmediate,clearImmediate} from 'node:timers'
4
+ import {createRequire as createRequire_055fdfe7bd7e} from 'node:module'
5
+ const require = createRequire_055fdfe7bd7e(import.meta.filename)
6
+ const global = globalThis
7
+
8
+ // ../../src/vlt/dist/esm/commands/install-exec.js
9
+ var usage = `vlt install-exec [--package=<pkg>] [command...]
10
+ Run a command defined by a package, installing it if necessary`;
11
+ var command = async (conf) => {
12
+ console.log("todo: exec, but install if not present");
13
+ console.error(conf.positionals);
14
+ };
15
+ export {
16
+ command,
17
+ usage
18
+ };
19
+ //# sourceMappingURL=install-exec.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../../../src/vlt/src/commands/install-exec.ts"],
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
+ "mappings": ";;;;;;;;AAEO,IAAM,QAAQ;;AAGd,IAAM,UAAU,OAAO,SAAsB;AAClD,UAAQ,IAAI,wCAAwC;AACpD,UAAQ,MAAM,KAAK,WAAW;AAChC;",
6
+ "names": []
7
+ }