@lifo-sh/core 0.3.0 → 0.4.1
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/{awk-B6L8oRkp.js → awk-CI8X5kVy.js} +1 -1
- package/dist/{basename-CgA_lsvv.js → basename-D8VowKZK.js} +1 -1
- package/dist/{cat-UKg6GIpI.js → cat-BPj_LHfi.js} +1 -1
- package/dist/{chmod-DHB58pfa.js → chmod-pNQSdBnq.js} +1 -1
- package/dist/{chown-D1bGwvZd.js → chown-BzpeyVqg.js} +1 -1
- package/dist/commands/registry.d.ts.map +1 -1
- package/dist/commands/system/lifo.d.ts +11 -0
- package/dist/commands/system/lifo.d.ts.map +1 -0
- package/dist/commands/system/node.d.ts.map +1 -1
- package/dist/commands/system/npm.d.ts +5 -0
- package/dist/commands/system/npm.d.ts.map +1 -0
- package/dist/{cp-hsOMjGjb.js → cp-_rhci8W9.js} +1 -1
- package/dist/{cut-BxA2sLod.js → cut-Q5nQyrUo.js} +1 -1
- package/dist/{diff-BgH1-ECz.js → diff-Dvc96Xgm.js} +1 -1
- package/dist/{dirname-BsNcj76E.js → dirname-B9Rm-O9I.js} +1 -1
- package/dist/{du-Dz7i5Bf4.js → du-Cv4zAsqm.js} +1 -1
- package/dist/{file-CiWscEov.js → file-Cxgmm1Vo.js} +1 -1
- package/dist/{find-CWXxOQ3D.js → find-BJNOna6S.js} +1 -1
- package/dist/{grep-BQsxs32R.js → grep-vdjjGK6g.js} +1 -1
- package/dist/{gunzip-DF-BdBEb.js → gunzip-AmY9PUj2.js} +1 -1
- package/dist/{gzip-lYiTGRe_.js → gzip-C_08tX3p.js} +1 -1
- package/dist/{head-BtcClCUM.js → head-DGXxKqPE.js} +1 -1
- package/dist/{index-Do_xqri5.js → index-CvsPTm3-.js} +3288 -2137
- package/dist/index.d.ts +8 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +66 -54
- package/dist/{ls-BX03h4IP.js → ls-BOMe19Ls.js} +1 -1
- package/dist/{mkdir-DGGZuAyh.js → mkdir-DE5ZBdl1.js} +1 -1
- package/dist/{mktemp-C537o9DE.js → mktemp-De1K5WCb.js} +1 -1
- package/dist/{mv-46W3dEtX.js → mv-Cw8pg9wR.js} +1 -1
- package/dist/{nl-vZH6hOSG.js → nl-C-osPl2N.js} +1 -1
- package/dist/node-compat/index.d.ts.map +1 -1
- package/dist/node-compat/string_decoder.d.ts +11 -0
- package/dist/node-compat/string_decoder.d.ts.map +1 -0
- package/dist/node-compat/zlib.d.ts +66 -0
- package/dist/node-compat/zlib.d.ts.map +1 -0
- package/dist/pkg/lifo-dev.d.ts +32 -0
- package/dist/pkg/lifo-dev.d.ts.map +1 -0
- package/dist/pkg/lifo-runtime.d.ts +35 -0
- package/dist/pkg/lifo-runtime.d.ts.map +1 -0
- package/dist/{realpath-Ubp4BElh.js → realpath-BSWdZLjf.js} +1 -1
- package/dist/{rev-Dqg_gF2D.js → rev-3C5MtCkc.js} +1 -1
- package/dist/{rm-FnbVRwGK.js → rm-CR560cHz.js} +1 -1
- package/dist/{rmdir-B2a-CeUJ.js → rmdir-BO4Jz3r5.js} +1 -1
- package/dist/sandbox/Sandbox.d.ts.map +1 -1
- package/dist/{sed-BHijDEOD.js → sed-DCUgJWcA.js} +1 -1
- package/dist/{sort-CheGhnUV.js → sort-or-F_iEY.js} +1 -1
- package/dist/{stat-YSBnw2tJ.js → stat-MGHvbiS7.js} +1 -1
- package/dist/{tail-9Z1OE7L7.js → tail-DheqHGe2.js} +1 -1
- package/dist/{tar-Dc-wpdQT.js → tar-DhLtWtBV.js} +1 -1
- package/dist/{tee-C4QkabXH.js → tee-D47GOzfR.js} +1 -1
- package/dist/{touch-BeFpZeqv.js → touch-D7Xd2vNM.js} +1 -1
- package/dist/{tree-BiBsUSQR.js → tree-CRpLFDhe.js} +1 -1
- package/dist/{uniq-BeGU0UTU.js → uniq-DwHCe--v.js} +1 -1
- package/dist/{unzip-SUXLk4bS.js → unzip-DPEg74Aq.js} +1 -1
- package/dist/{wc-BLupYdzi.js → wc-BUIoLfSN.js} +1 -1
- package/dist/{wget-ALEPUtGk.js → wget-BwmpusXQ.js} +1 -1
- package/dist/{zip-V6SMbx7b.js → zip-B4jRyQ7B.js} +1 -1
- package/package.json +3 -5
- package/dist/commands/vcs/git.d.ts +0 -4
- package/dist/commands/vcs/git.d.ts.map +0 -1
- package/dist/git-mHSHRpnj.js +0 -603
package/dist/index.d.ts
CHANGED
|
@@ -14,7 +14,6 @@ export { IndexedDBPersistenceBackend, MemoryPersistenceBackend } from './kernel/
|
|
|
14
14
|
export type { PersistenceBackend } from './kernel/persistence/index.js';
|
|
15
15
|
export { CommandRegistry, createDefaultRegistry } from './commands/registry.js';
|
|
16
16
|
export type { Command, CommandContext, CommandOutputStream, CommandInputStream, } from './commands/types.js';
|
|
17
|
-
export { createPkgCommand } from './commands/system/pkg.js';
|
|
18
17
|
export { createPsCommand } from './commands/system/ps.js';
|
|
19
18
|
export { createTopCommand } from './commands/system/top.js';
|
|
20
19
|
export { createKillCommand } from './commands/system/kill.js';
|
|
@@ -22,13 +21,19 @@ export { createWatchCommand } from './commands/system/watch.js';
|
|
|
22
21
|
export { createHelpCommand } from './commands/system/help.js';
|
|
23
22
|
export { createNodeCommand } from './commands/system/node.js';
|
|
24
23
|
export { createCurlCommand } from './commands/net/curl.js';
|
|
24
|
+
export { createLifoPkgCommand, bootLifoPackages } from './commands/system/lifo.js';
|
|
25
|
+
export { createNpmCommand } from './commands/system/npm.js';
|
|
25
26
|
export { Shell } from './shell/Shell.js';
|
|
26
27
|
export { JobTable } from './shell/jobs.js';
|
|
27
28
|
export type { ITerminal } from './terminal/ITerminal.js';
|
|
28
29
|
export { HeadlessTerminal } from './sandbox/HeadlessTerminal.js';
|
|
29
|
-
export {
|
|
30
|
-
export {
|
|
30
|
+
export { createLifoCommand, readLifoManifest } from './pkg/lifo-runtime.js';
|
|
31
|
+
export type { LifoAPI, LifoPackageManifest } from './pkg/lifo-runtime.js';
|
|
32
|
+
export { linkPackage, unlinkPackage, loadDevLinks } from './pkg/lifo-dev.js';
|
|
33
|
+
export type { DevLink, DevLinksMap } from './pkg/lifo-dev.js';
|
|
31
34
|
export { createModuleMap, ProcessExitError } from './node-compat/index.js';
|
|
32
35
|
export type { NodeContext } from './node-compat/index.js';
|
|
36
|
+
export { Buffer } from './node-compat/buffer.js';
|
|
37
|
+
export { resolve, dirname, join, normalize, basename, extname } from './utils/path.js';
|
|
33
38
|
export { RESET, BOLD, DIM, ITALIC, UNDERLINE, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE, BRIGHT_RED, BRIGHT_GREEN, BRIGHT_YELLOW, BRIGHT_BLUE, BRIGHT_MAGENTA, BRIGHT_CYAN, red, green, yellow, blue, magenta, cyan, bold, dim, } from './utils/colors.js';
|
|
34
39
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAC7C,YAAY,EACV,cAAc,EACd,UAAU,EACV,aAAa,EACb,eAAe,EACf,SAAS,GACV,MAAM,oBAAoB,CAAC;AAG5B,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAC3C,YAAY,EAAE,cAAc,EAAE,eAAe,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAGhG,OAAO,EAAE,GAAG,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACnF,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,YAAY,EACV,KAAK,EACL,IAAI,EACJ,MAAM,EACN,QAAQ,EACR,aAAa,EACb,eAAe,EACf,aAAa,EACb,cAAc,EACd,aAAa,EACb,gBAAgB,EAChB,YAAY,GACb,MAAM,uBAAuB,CAAC;AAG/B,OAAO,EAAE,eAAe,EAAE,kBAAkB,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAC3F,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AACtF,YAAY,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAG3D,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AACnE,OAAO,EAAE,2BAA2B,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACtG,YAAY,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AAGxE,OAAO,EAAE,eAAe,EAAE,qBAAqB,EAAE,MAAM,wBAAwB,CAAC;AAChF,YAAY,EACV,OAAO,EACP,cAAc,EACd,mBAAmB,EACnB,kBAAkB,GACnB,MAAM,qBAAqB,CAAC;AAG7B,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAC5D,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
package/dist/index.js
CHANGED
|
@@ -1,64 +1,76 @@
|
|
|
1
|
-
import { a as e, B as r, o, q as
|
|
1
|
+
import { a as e, B as r, n as o, o as n, q as m, s as t, t as d, u as i, v as c, C as l, w as E, x as C, y as B, z as T, D as L, E as R, G as I, H, I as N, A as g, F as M, J as b, K as k, M as y, L as D, N as G, O as P, P as S, Q as f, S as _, R as A, T as p, U as u, W as x, X as U, V as h, Y as v, Z as F, b as K, _ as O, $ as W, a0 as Y, a1 as V, a2 as j, a3 as q, a4 as w, a5 as z, a6 as J, a7 as Z, a8 as Q, a9 as X, aa as $, ab as aa, ac as sa, ad as ea, ae as ra, k as oa, e as na, af as ma, c as ta, ag as da, ah as ia, i as ca, ai as la, aj as Ea, ak as Ca, al as Ba, am as Ta, an as La, ao as Ra, r as Ia, ap as Ha, aq as Na } from "./index-CvsPTm3-.js";
|
|
2
2
|
export {
|
|
3
3
|
e as BLUE,
|
|
4
4
|
r as BOLD,
|
|
5
5
|
o as BRIGHT_BLUE,
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
c as
|
|
12
|
-
l as
|
|
6
|
+
n as BRIGHT_CYAN,
|
|
7
|
+
m as BRIGHT_GREEN,
|
|
8
|
+
t as BRIGHT_MAGENTA,
|
|
9
|
+
d as BRIGHT_RED,
|
|
10
|
+
i as BRIGHT_YELLOW,
|
|
11
|
+
c as Buffer,
|
|
12
|
+
l as CHUNK_SIZE,
|
|
13
|
+
E as CHUNK_THRESHOLD,
|
|
13
14
|
C as CYAN,
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
15
|
+
B as CommandRegistry,
|
|
16
|
+
T as ContentStore,
|
|
17
|
+
L as DIM,
|
|
18
|
+
R as ErrorCode,
|
|
19
|
+
I as GREEN,
|
|
19
20
|
H as HeadlessTerminal,
|
|
20
|
-
|
|
21
|
-
|
|
21
|
+
N as ITALIC,
|
|
22
|
+
g as IndexedDBBlobStore,
|
|
22
23
|
M as IndexedDBPersistenceBackend,
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
24
|
+
b as JobTable,
|
|
25
|
+
k as Kernel,
|
|
26
|
+
y as MAGENTA,
|
|
27
|
+
D as MemoryBlobStore,
|
|
28
|
+
G as MemoryPersistenceBackend,
|
|
28
29
|
P as NativeFsProvider,
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
30
|
+
S as PersistenceManager,
|
|
31
|
+
f as ProcessExitError,
|
|
32
|
+
_ as RED,
|
|
33
|
+
A as RESET,
|
|
34
|
+
p as Sandbox,
|
|
35
|
+
u as Shell,
|
|
36
|
+
x as UNDERLINE,
|
|
37
|
+
U as VFS,
|
|
38
|
+
h as VFSError,
|
|
39
|
+
v as WHITE,
|
|
40
|
+
F as YELLOW,
|
|
41
|
+
K as basename,
|
|
42
|
+
O as blue,
|
|
43
|
+
W as bold,
|
|
44
|
+
Y as bootLifoPackages,
|
|
45
|
+
V as createCurlCommand,
|
|
46
|
+
j as createDefaultRegistry,
|
|
47
|
+
q as createHelpCommand,
|
|
46
48
|
w as createKillCommand,
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
ta as
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
49
|
+
z as createLifoCommand,
|
|
50
|
+
J as createLifoPkgCommand,
|
|
51
|
+
Z as createModuleMap,
|
|
52
|
+
Q as createNodeCommand,
|
|
53
|
+
X as createNpmCommand,
|
|
54
|
+
$ as createPsCommand,
|
|
55
|
+
aa as createTopCommand,
|
|
56
|
+
sa as createWatchCommand,
|
|
57
|
+
ea as cyan,
|
|
58
|
+
ra as dim,
|
|
59
|
+
oa as dirname,
|
|
60
|
+
na as extname,
|
|
61
|
+
ma as getFileCategory,
|
|
62
|
+
ta as getMimeType,
|
|
63
|
+
da as green,
|
|
64
|
+
ia as hashBytes,
|
|
65
|
+
ca as isBinaryMime,
|
|
66
|
+
la as join,
|
|
67
|
+
Ea as linkPackage,
|
|
68
|
+
Ca as loadDevLinks,
|
|
69
|
+
Ba as magenta,
|
|
70
|
+
Ta as normalize,
|
|
71
|
+
La as readLifoManifest,
|
|
72
|
+
Ra as red,
|
|
73
|
+
Ia as resolve,
|
|
74
|
+
Ha as unlinkPackage,
|
|
75
|
+
Na as yellow
|
|
64
76
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { p as h } from "./args-CG6b9cZt.js";
|
|
2
|
-
import { r as m, V as d, B as w, a as y, R as $ } from "./index-
|
|
2
|
+
import { r as m, V as d, B as w, a as y, R as $ } from "./index-CvsPTm3-.js";
|
|
3
3
|
const S = {
|
|
4
4
|
long: { type: "boolean", short: "l" },
|
|
5
5
|
all: { type: "boolean", short: "a" },
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { p } from "./args-CG6b9cZt.js";
|
|
2
|
-
import { r as m, i as u, c as h, V as f } from "./index-
|
|
2
|
+
import { r as m, i as u, c as h, V as f } from "./index-CvsPTm3-.js";
|
|
3
3
|
const w = {
|
|
4
4
|
"body-numbering": { type: "string", short: "b" },
|
|
5
5
|
"number-width": { type: "string", short: "w" }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/node-compat/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,wBAAwB,CAAC;AAClD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAShE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/node-compat/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,wBAAwB,CAAC;AAClD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAShE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAShE,MAAM,WAAW,WAAW;IAC1B,GAAG,EAAE,GAAG,CAAC;IACT,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC5B,MAAM,EAAE,mBAAmB,CAAC;IAC5B,MAAM,EAAE,mBAAmB,CAAC;IAC5B,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,WAAW,CAAC;IACpB,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,OAAO,CAAC,MAAM,CAAC,CAAC;IACpD,YAAY,CAAC,EAAE,GAAG,CAAC,MAAM,EAAE,qBAAqB,CAAC,CAAC;CACnD;AAED,wBAAgB,eAAe,CAAC,GAAG,EAAE,WAAW,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,OAAO,CAAC,CAiD/E;AAED,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare class StringDecoder {
|
|
2
|
+
private decoder;
|
|
3
|
+
constructor(encoding?: string);
|
|
4
|
+
write(buffer: Uint8Array): string;
|
|
5
|
+
end(buffer?: Uint8Array): string;
|
|
6
|
+
}
|
|
7
|
+
declare const _default: {
|
|
8
|
+
StringDecoder: typeof StringDecoder;
|
|
9
|
+
};
|
|
10
|
+
export default _default;
|
|
11
|
+
//# sourceMappingURL=string_decoder.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"string_decoder.d.ts","sourceRoot":"","sources":["../../src/node-compat/string_decoder.ts"],"names":[],"mappings":"AAAA,qBAAa,aAAa;IACxB,OAAO,CAAC,OAAO,CAAc;gBAEjB,QAAQ,CAAC,EAAE,MAAM;IAY7B,KAAK,CAAC,MAAM,EAAE,UAAU,GAAG,MAAM;IAIjC,GAAG,CAAC,MAAM,CAAC,EAAE,UAAU,GAAG,MAAM;CAIjC;;;;AAED,wBAAiC"}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import { Buffer } from './buffer.js';
|
|
2
|
+
type ZlibCallback = (err: Error | null, result?: Buffer) => void;
|
|
3
|
+
export declare const gzip: (data: Uint8Array | string, optionsOrCb: unknown, cb?: ZlibCallback) => void;
|
|
4
|
+
export declare const gunzip: (data: Uint8Array | string, optionsOrCb: unknown, cb?: ZlibCallback) => void;
|
|
5
|
+
export declare const deflate: (data: Uint8Array | string, optionsOrCb: unknown, cb?: ZlibCallback) => void;
|
|
6
|
+
export declare const inflate: (data: Uint8Array | string, optionsOrCb: unknown, cb?: ZlibCallback) => void;
|
|
7
|
+
export declare const deflateRaw: (data: Uint8Array | string, optionsOrCb: unknown, cb?: ZlibCallback) => void;
|
|
8
|
+
export declare const inflateRaw: (data: Uint8Array | string, optionsOrCb: unknown, cb?: ZlibCallback) => void;
|
|
9
|
+
export declare const unzip: (data: Uint8Array | string, optionsOrCb: unknown, cb?: ZlibCallback) => void;
|
|
10
|
+
export declare function gzipSync(): never;
|
|
11
|
+
export declare function gunzipSync(): never;
|
|
12
|
+
export declare function deflateSync(): never;
|
|
13
|
+
export declare function inflateSync(): never;
|
|
14
|
+
export declare const constants: {
|
|
15
|
+
Z_NO_FLUSH: number;
|
|
16
|
+
Z_PARTIAL_FLUSH: number;
|
|
17
|
+
Z_SYNC_FLUSH: number;
|
|
18
|
+
Z_FULL_FLUSH: number;
|
|
19
|
+
Z_FINISH: number;
|
|
20
|
+
Z_OK: number;
|
|
21
|
+
Z_STREAM_END: number;
|
|
22
|
+
Z_NEED_DICT: number;
|
|
23
|
+
Z_ERRNO: number;
|
|
24
|
+
Z_STREAM_ERROR: number;
|
|
25
|
+
Z_DATA_ERROR: number;
|
|
26
|
+
Z_MEM_ERROR: number;
|
|
27
|
+
Z_BUF_ERROR: number;
|
|
28
|
+
Z_NO_COMPRESSION: number;
|
|
29
|
+
Z_BEST_SPEED: number;
|
|
30
|
+
Z_BEST_COMPRESSION: number;
|
|
31
|
+
Z_DEFAULT_COMPRESSION: number;
|
|
32
|
+
};
|
|
33
|
+
declare const _default: {
|
|
34
|
+
gzip: (data: Uint8Array | string, optionsOrCb: unknown, cb?: ZlibCallback) => void;
|
|
35
|
+
gunzip: (data: Uint8Array | string, optionsOrCb: unknown, cb?: ZlibCallback) => void;
|
|
36
|
+
deflate: (data: Uint8Array | string, optionsOrCb: unknown, cb?: ZlibCallback) => void;
|
|
37
|
+
inflate: (data: Uint8Array | string, optionsOrCb: unknown, cb?: ZlibCallback) => void;
|
|
38
|
+
deflateRaw: (data: Uint8Array | string, optionsOrCb: unknown, cb?: ZlibCallback) => void;
|
|
39
|
+
inflateRaw: (data: Uint8Array | string, optionsOrCb: unknown, cb?: ZlibCallback) => void;
|
|
40
|
+
unzip: (data: Uint8Array | string, optionsOrCb: unknown, cb?: ZlibCallback) => void;
|
|
41
|
+
gzipSync: typeof gzipSync;
|
|
42
|
+
gunzipSync: typeof gunzipSync;
|
|
43
|
+
deflateSync: typeof deflateSync;
|
|
44
|
+
inflateSync: typeof inflateSync;
|
|
45
|
+
constants: {
|
|
46
|
+
Z_NO_FLUSH: number;
|
|
47
|
+
Z_PARTIAL_FLUSH: number;
|
|
48
|
+
Z_SYNC_FLUSH: number;
|
|
49
|
+
Z_FULL_FLUSH: number;
|
|
50
|
+
Z_FINISH: number;
|
|
51
|
+
Z_OK: number;
|
|
52
|
+
Z_STREAM_END: number;
|
|
53
|
+
Z_NEED_DICT: number;
|
|
54
|
+
Z_ERRNO: number;
|
|
55
|
+
Z_STREAM_ERROR: number;
|
|
56
|
+
Z_DATA_ERROR: number;
|
|
57
|
+
Z_MEM_ERROR: number;
|
|
58
|
+
Z_BUF_ERROR: number;
|
|
59
|
+
Z_NO_COMPRESSION: number;
|
|
60
|
+
Z_BEST_SPEED: number;
|
|
61
|
+
Z_BEST_COMPRESSION: number;
|
|
62
|
+
Z_DEFAULT_COMPRESSION: number;
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
export default _default;
|
|
66
|
+
//# sourceMappingURL=zlib.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"zlib.d.ts","sourceRoot":"","sources":["../../src/node-compat/zlib.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAErC,KAAK,YAAY,GAAG,CAAC,GAAG,EAAE,KAAK,GAAG,IAAI,EAAE,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;AA8CjE,eAAO,MAAM,IAAI,SAVQ,UAAU,GAAG,MAAM,eAAe,OAAO,OAAO,YAAY,KAAG,IAUvC,CAAC;AAClD,eAAO,MAAM,MAAM,SAXM,UAAU,GAAG,MAAM,eAAe,OAAO,OAAO,YAAY,KAAG,IAWnC,CAAC;AACtD,eAAO,MAAM,OAAO,SAZK,UAAU,GAAG,MAAM,eAAe,OAAO,OAAO,YAAY,KAAG,IAYjC,CAAC;AACxD,eAAO,MAAM,OAAO,SAbK,UAAU,GAAG,MAAM,eAAe,OAAO,OAAO,YAAY,KAAG,IAa/B,CAAC;AAC1D,eAAO,MAAM,UAAU,SAdE,UAAU,GAAG,MAAM,eAAe,OAAO,OAAO,YAAY,KAAG,IAc1B,CAAC;AAC/D,eAAO,MAAM,UAAU,SAfE,UAAU,GAAG,MAAM,eAAe,OAAO,OAAO,YAAY,KAAG,IAexB,CAAC;AACjE,eAAO,MAAM,KAAK,SAhBO,UAAU,GAAG,MAAM,eAAe,OAAO,OAAO,YAAY,KAAG,IAgBpC,CAAC;AAGrD,wBAAgB,QAAQ,IAAI,KAAK,CAEhC;AACD,wBAAgB,UAAU,IAAI,KAAK,CAElC;AACD,wBAAgB,WAAW,IAAI,KAAK,CAEnC;AACD,wBAAgB,WAAW,IAAI,KAAK,CAEnC;AAED,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;CAkBrB,CAAC;;iBAlDuB,UAAU,GAAG,MAAM,eAAe,OAAO,OAAO,YAAY,KAAG,IAAI;mBAAnE,UAAU,GAAG,MAAM,eAAe,OAAO,OAAO,YAAY,KAAG,IAAI;oBAAnE,UAAU,GAAG,MAAM,eAAe,OAAO,OAAO,YAAY,KAAG,IAAI;oBAAnE,UAAU,GAAG,MAAM,eAAe,OAAO,OAAO,YAAY,KAAG,IAAI;uBAAnE,UAAU,GAAG,MAAM,eAAe,OAAO,OAAO,YAAY,KAAG,IAAI;uBAAnE,UAAU,GAAG,MAAM,eAAe,OAAO,OAAO,YAAY,KAAG,IAAI;kBAAnE,UAAU,GAAG,MAAM,eAAe,OAAO,OAAO,YAAY,KAAG,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;AAoD5F,wBAGE"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { VFS } from '../kernel/vfs/index.js';
|
|
2
|
+
import { CommandRegistry } from '../commands/registry.js';
|
|
3
|
+
export interface DevLink {
|
|
4
|
+
/** Absolute VFS path to the package root. */
|
|
5
|
+
path: string;
|
|
6
|
+
/** command name -> relative entry path (from lifo.commands). */
|
|
7
|
+
commands: Record<string, string>;
|
|
8
|
+
}
|
|
9
|
+
export type DevLinksMap = Record<string, DevLink>;
|
|
10
|
+
export declare function readDevLinks(vfs: VFS): DevLinksMap;
|
|
11
|
+
export declare function writeDevLinks(vfs: VFS, links: DevLinksMap): void;
|
|
12
|
+
/**
|
|
13
|
+
* Link a local package directory for development.
|
|
14
|
+
* Reads the lifo manifest from the directory's package.json and registers
|
|
15
|
+
* all declared commands.
|
|
16
|
+
*
|
|
17
|
+
* Returns the list of command names registered.
|
|
18
|
+
*/
|
|
19
|
+
export declare function linkPackage(vfs: VFS, registry: CommandRegistry, pkgDir: string): string[];
|
|
20
|
+
/**
|
|
21
|
+
* Unlink a previously dev-linked package.
|
|
22
|
+
* Note: we cannot truly un-register commands from the registry, but we
|
|
23
|
+
* remove the dev-link entry so they won't be restored on next boot.
|
|
24
|
+
*
|
|
25
|
+
* Returns the command names that were linked, or null if not found.
|
|
26
|
+
*/
|
|
27
|
+
export declare function unlinkPackage(vfs: VFS, pkgName: string): string[] | null;
|
|
28
|
+
/**
|
|
29
|
+
* Restore all dev-linked commands at boot time.
|
|
30
|
+
*/
|
|
31
|
+
export declare function loadDevLinks(vfs: VFS, registry: CommandRegistry): void;
|
|
32
|
+
//# sourceMappingURL=lifo-dev.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lifo-dev.d.ts","sourceRoot":"","sources":["../../src/pkg/lifo-dev.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,wBAAwB,CAAC;AAClD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAQ/D,MAAM,WAAW,OAAO;IACtB,6CAA6C;IAC7C,IAAI,EAAE,MAAM,CAAC;IACb,gEAAgE;IAChE,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAClC;AAED,MAAM,MAAM,WAAW,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;AAIlD,wBAAgB,YAAY,CAAC,GAAG,EAAE,GAAG,GAAG,WAAW,CAMlD;AAED,wBAAgB,aAAa,CAAC,GAAG,EAAE,GAAG,EAAE,KAAK,EAAE,WAAW,GAAG,IAAI,CAGhE;AAID;;;;;;GAMG;AACH,wBAAgB,WAAW,CACzB,GAAG,EAAE,GAAG,EACR,QAAQ,EAAE,eAAe,EACzB,MAAM,EAAE,MAAM,GACb,MAAM,EAAE,CAkCV;AAED;;;;;;GAMG;AACH,wBAAgB,aAAa,CAC3B,GAAG,EAAE,GAAG,EACR,OAAO,EAAE,MAAM,GACd,MAAM,EAAE,GAAG,IAAI,CAUjB;AAED;;GAEG;AACH,wBAAgB,YAAY,CAAC,GAAG,EAAE,GAAG,EAAE,QAAQ,EAAE,eAAe,GAAG,IAAI,CAetE"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command } from '../commands/types.js';
|
|
2
|
+
import { VFS } from '../kernel/vfs/index.js';
|
|
3
|
+
export interface LifoPackageManifest {
|
|
4
|
+
commands: Record<string, string>;
|
|
5
|
+
}
|
|
6
|
+
export interface LifoAPI {
|
|
7
|
+
/** Import an ESM module from CDN. Cached after first load. */
|
|
8
|
+
import(specifier: string): Promise<unknown>;
|
|
9
|
+
/** Fetch, compile and cache a WebAssembly module from a URL. */
|
|
10
|
+
loadWasm(url: string): Promise<WebAssembly.Module>;
|
|
11
|
+
/** Resolve a path relative to the command's cwd. */
|
|
12
|
+
resolve(path: string): string;
|
|
13
|
+
/** The CDN base URL currently in use. */
|
|
14
|
+
readonly cdn: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* Create a Command that executes a lifo-native package entry.
|
|
18
|
+
*
|
|
19
|
+
* The entry file is a CJS module that exports a function:
|
|
20
|
+
* module.exports = async function(ctx, lifo) { ... return exitCode; }
|
|
21
|
+
*
|
|
22
|
+
* It receives the standard CommandContext plus the LifoAPI.
|
|
23
|
+
*/
|
|
24
|
+
export declare function createLifoCommand(entryPath: string, vfs: VFS): Command;
|
|
25
|
+
export interface LifoPackageJson {
|
|
26
|
+
name?: string;
|
|
27
|
+
version?: string;
|
|
28
|
+
lifo?: LifoPackageManifest;
|
|
29
|
+
bin?: string | Record<string, string>;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Read a package.json and return the lifo manifest if present.
|
|
33
|
+
*/
|
|
34
|
+
export declare function readLifoManifest(vfs: VFS, pkgDir: string): LifoPackageManifest | null;
|
|
35
|
+
//# sourceMappingURL=lifo-runtime.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lifo-runtime.d.ts","sourceRoot":"","sources":["../../src/pkg/lifo-runtime.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAE,OAAO,EAAkB,MAAM,sBAAsB,CAAC;AACpE,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,wBAAwB,CAAC;AAWlD,MAAM,WAAW,mBAAmB;IAClC,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAClC;AAED,MAAM,WAAW,OAAO;IACtB,+DAA+D;IAC/D,MAAM,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;IAE5C,gEAAgE;IAChE,QAAQ,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC;IAEnD,oDAAoD;IACpD,OAAO,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAAC;IAE9B,yCAAyC;IACzC,QAAQ,CAAC,GAAG,EAAE,MAAM,CAAC;CACtB;AAqED;;;;;;;GAOG;AACH,wBAAgB,iBAAiB,CAC/B,SAAS,EAAE,MAAM,EACjB,GAAG,EAAE,GAAG,GACP,OAAO,CAkQT;AAID,MAAM,WAAW,eAAe;IAC9B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,mBAAmB,CAAC;IAC3B,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACvC;AAED;;GAEG;AACH,wBAAgB,gBAAgB,CAAC,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,MAAM,GAAG,mBAAmB,GAAG,IAAI,CAQrF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Sandbox.d.ts","sourceRoot":"","sources":["../../src/sandbox/Sandbox.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAe1C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,6CAA6C,CAAC;AAElF,OAAO,KAAK,EAAE,cAAc,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAK7E,qBAAa,OAAO;IAClB,qCAAqC;IACrC,QAAQ,CAAC,QAAQ,EAAE,eAAe,CAAC;IACnC,4BAA4B;IAC5B,QAAQ,CAAC,EAAE,EAAE,SAAS,CAAC;IACvB,4BAA4B;IAC5B,QAAQ,CAAC,GAAG,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAGrC,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,KAAK,EAAE,KAAK,CAAC;IAEtB,OAAO,CAAC,UAAU,CAAS;IAE3B,OAAO;IAcP,gCAAgC;IAChC,IAAI,GAAG,IAAI,MAAM,CAEhB;IAED,IAAI,GAAG,CAAC,IAAI,EAAE,MAAM,EAEnB;IAED;;;OAGG;WACU,MAAM,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,OAAO,CAAC,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Sandbox.d.ts","sourceRoot":"","sources":["../../src/sandbox/Sandbox.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAe1C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,6CAA6C,CAAC;AAElF,OAAO,KAAK,EAAE,cAAc,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAK7E,qBAAa,OAAO;IAClB,qCAAqC;IACrC,QAAQ,CAAC,QAAQ,EAAE,eAAe,CAAC;IACnC,4BAA4B;IAC5B,QAAQ,CAAC,EAAE,EAAE,SAAS,CAAC;IACvB,4BAA4B;IAC5B,QAAQ,CAAC,GAAG,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAGrC,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,KAAK,EAAE,KAAK,CAAC;IAEtB,OAAO,CAAC,UAAU,CAAS;IAE3B,OAAO;IAcP,gCAAgC;IAChC,IAAI,GAAG,IAAI,MAAM,CAEhB;IAED,IAAI,GAAG,CAAC,IAAI,EAAE,MAAM,EAEnB;IAED;;;OAGG;WACU,MAAM,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,OAAO,CAAC,OAAO,CAAC;IA6G/D;;;;;;;;;;;OAWG;IACH,WAAW,CAAC,WAAW,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE;QAAE,QAAQ,CAAC,EAAE,OAAO,CAAC;QAAC,QAAQ,CAAC,EAAE,cAAc,CAAA;KAAE,GAAG,IAAI;IAgCrH;;;;OAIG;IACH,aAAa,CAAC,WAAW,EAAE,MAAM,GAAG,IAAI;IAKxC;;OAEG;IACG,MAAM,CAAC,SAAS,EAAE,WAAW,GAAG,OAAO,CAAC,IAAI,CAAC;IAUnD;;OAEG;IACH,MAAM,IAAI,IAAI;IAId;;OAEG;IACG,cAAc,IAAI,OAAO,CAAC,UAAU,CAAC;IAI3C;;OAEG;IACG,cAAc,CAAC,IAAI,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;IAIrD;;OAEG;IACH,OAAO,IAAI,IAAI;CAGhB"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as p, d as b, f as F, h as z, j as y, p as m, k as $, V as C } from "./index-
|
|
1
|
+
import { r as p, d as b, f as F, h as z, j as y, p as m, k as $, V as C } from "./index-CvsPTm3-.js";
|
|
2
2
|
const D = async (e) => {
|
|
3
3
|
let f = !1, l = !1, c = !1, n = !1, d = !1, u = "", o = "";
|
|
4
4
|
const h = [];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as d, d as c, l as f, V as h } from "./index-
|
|
1
|
+
import { r as d, d as c, l as f, V as h } from "./index-CvsPTm3-.js";
|
|
2
2
|
const g = async (r) => {
|
|
3
3
|
if (r.args.length === 0 || r.args[0] === "--help")
|
|
4
4
|
return r.stdout.write(`Usage: zip archive.zip file1 [file2 ...]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lifo-sh/core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "Linux-like OS engine for JavaScript -- kernel, shell, VFS, and 60+ commands",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -35,11 +35,9 @@
|
|
|
35
35
|
"publishConfig": {
|
|
36
36
|
"access": "public"
|
|
37
37
|
},
|
|
38
|
-
"dependencies": {
|
|
39
|
-
"isomorphic-git": "^1.37.2"
|
|
40
|
-
},
|
|
38
|
+
"dependencies": {},
|
|
41
39
|
"peerDependencies": {
|
|
42
|
-
"@lifo-sh/ui": "0.
|
|
40
|
+
"@lifo-sh/ui": "0.4.1"
|
|
43
41
|
},
|
|
44
42
|
"peerDependenciesMeta": {
|
|
45
43
|
"@lifo-sh/ui": {
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"git.d.ts","sourceRoot":"","sources":["../../../src/commands/vcs/git.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAkB,MAAM,aAAa,CAAC;AAu0B3D,QAAA,MAAM,UAAU,EAAE,OA2CjB,CAAC;AAEF,eAAe,UAAU,CAAC"}
|