@nano-apps/cas 0.0.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.
@@ -0,0 +1,61 @@
1
+ {
2
+ "name": "node",
3
+ "version": "25.4.0",
4
+ "abi": "riscv64gc-linux-musl",
5
+ "entrypoint": {
6
+ "argv": [
7
+ "node"
8
+ ],
9
+ "env": {}
10
+ },
11
+ "files": [
12
+ {
13
+ "path": "/usr/bin/node",
14
+ "mode": "0755",
15
+ "compression": "gzip",
16
+ "size": 54244200,
17
+ "sha256": "4046db9a2b1f13f41fbc7f0a5c99a0bc35f05d80e0943a6b05a27a3e59caf52b",
18
+ "chunks": [
19
+ "c003fc083990c65663429616f73c2decf21f80c66cb3d4ddabbde70c3d2a2a3a",
20
+ "65c4a0178ad4e6c1f663b8c4f152f10bacd18891c4278b5a43317511b64b8733",
21
+ "a86cabd22f18848616f0185753490976052c4f8babe23519b4716e76f9205d02",
22
+ "f6f02975e14cbe823733e76dd98485a603a41abb692fc3fef3c82dee4988a8ee",
23
+ "b4459ba1a5a77fc5e58700ba0004ac850c8c5ca0216f36c19ff5ac4cee982507",
24
+ "f4eaf27d72eaee43d46c3d859cd6c43ffa75e6d383e5ad8634514718d4779e2b",
25
+ "b97593800ccb147e2db9c4f88a081cc4d64a91141c0251abe5eb2b3ec8a12430",
26
+ "b419f19511031f812220ac2363fff7be32ee6a03bb13f9dccfdd4ebc9fde6659",
27
+ "aebb8c8d5b0e1a7c63c41d3fa42bd240e0716babe174fadebd8f317ea4298384"
28
+ ]
29
+ }
30
+ ],
31
+ "conformance": {
32
+ "nano_min_version": "0.1.0",
33
+ "syscalls_used": [
34
+ 25,
35
+ 29,
36
+ 66,
37
+ 80,
38
+ 90,
39
+ 94,
40
+ 96,
41
+ 113,
42
+ 134,
43
+ 135,
44
+ 172,
45
+ 174,
46
+ 175,
47
+ 176,
48
+ 177,
49
+ 214,
50
+ 215,
51
+ 222,
52
+ 261
53
+ ],
54
+ "golden_sha256": "e17186780013ef7a6b84a3522ded31b41d076c9bb2e8856f5e0b0819416f1069",
55
+ "instructions": 17202299,
56
+ "tested": true
57
+ },
58
+ "size": 22858027,
59
+ "sha256": "8348cee70842032355a48e8b51d51624e074e603c4f8a8c0a7fcba7c67a0fbbd",
60
+ "signature": "uFEs6Isw5JLaD/2Qsf6fDb9nhEPQOP+h5+fJ1QujS9bdjfkHYpMVfPKE9C8tGsmR1SGO+c112Fx/WGL8u5CnAw=="
61
+ }
@@ -0,0 +1,41 @@
1
+ {
2
+ "name": "busybox",
3
+ "version": "1.36.1",
4
+ "abi": "riscv64gc-linux-musl",
5
+ "entrypoint": {
6
+ "argv": [
7
+ "busybox"
8
+ ],
9
+ "env": {}
10
+ },
11
+ "files": [
12
+ {
13
+ "path": "/bin/busybox",
14
+ "mode": "0755",
15
+ "compression": "gzip",
16
+ "size": 1149392,
17
+ "sha256": "c2de8554f3e1a22d34aef8b20f4e1428f9dcb3b9f0f6b25102a25ddf0272e0e4",
18
+ "chunks": [
19
+ "c2de8554f3e1a22d34aef8b20f4e1428f9dcb3b9f0f6b25102a25ddf0272e0e4"
20
+ ]
21
+ }
22
+ ],
23
+ "conformance": {
24
+ "nano_min_version": "0.1.0",
25
+ "syscalls_used": [
26
+ 64,
27
+ 94,
28
+ 96,
29
+ 174,
30
+ 214,
31
+ 215,
32
+ 222
33
+ ],
34
+ "golden_sha256": "aec26d77667be59247ac398e8fb9f6497c957c8d93f0c022b3a2084c772eb1bd",
35
+ "instructions": 34227,
36
+ "tested": true
37
+ },
38
+ "size": 780431,
39
+ "sha256": "cf791724e937f5998798b29fc2aa4103b1bc4d6e69b3f9f30da3e6ea54a55850",
40
+ "signature": "IhRxNGLFpXZRzXdjYiJgdMlA/5MU6YlVcHdi0fqpwgyzY5bJ7Bc/dFV9sSyT3W7YVI4dthMvrx+JSwv7UvV4DQ=="
41
+ }
package/package.json ADDED
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "@nano-apps/cas",
3
+ "version": "0.0.1",
4
+ "description": "Content-addressed nano app chunks + manifests (served via jsDelivr).",
5
+ "license": "AGPL-3.0-only OR LicenseRef-UEL",
6
+ "files": [
7
+ "cas"
8
+ ],
9
+ "publishConfig": {
10
+ "access": "public"
11
+ }
12
+ }