@boxlite-ai/boxlite-darwin-arm64 0.1.6 → 0.2.2
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/README.md +3 -0
- package/{index.darwin-arm64.node → boxlite.darwin-arm64.node} +0 -0
- package/package.json +29 -10
- package/runtime/boxlite-guest +0 -0
- package/runtime/boxlite-shim +0 -0
- package/runtime/debugfs +0 -0
- package/runtime/libgvproxy.dylib +0 -0
- package/runtime/libkrun.1.16.0.dylib +0 -0
- package/runtime/libkrunfw.5.dylib +0 -0
- package/runtime/mke2fs +0 -0
package/README.md
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,22 +1,41 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@boxlite-ai/boxlite-darwin-arm64",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
"main": "
|
|
3
|
+
"version": "0.2.2",
|
|
4
|
+
"cpu": [
|
|
5
|
+
"arm64"
|
|
6
|
+
],
|
|
7
|
+
"main": "boxlite.darwin-arm64.node",
|
|
8
8
|
"files": [
|
|
9
|
-
"
|
|
9
|
+
"boxlite.darwin-arm64.node",
|
|
10
10
|
"runtime"
|
|
11
11
|
],
|
|
12
|
-
"description": "BoxLite
|
|
12
|
+
"description": "BoxLite - Embeddable micro-VM runtime for secure, isolated code execution",
|
|
13
|
+
"keywords": [
|
|
14
|
+
"boxlite",
|
|
15
|
+
"sandbox",
|
|
16
|
+
"container",
|
|
17
|
+
"virtualization",
|
|
18
|
+
"vm",
|
|
19
|
+
"kvm",
|
|
20
|
+
"hypervisor",
|
|
21
|
+
"isolation",
|
|
22
|
+
"security",
|
|
23
|
+
"code-execution"
|
|
24
|
+
],
|
|
25
|
+
"author": "Dorian Zheng <xingzhengde72@gmail.com>",
|
|
13
26
|
"license": "Apache-2.0",
|
|
27
|
+
"engines": {
|
|
28
|
+
"node": ">=18.0.0"
|
|
29
|
+
},
|
|
14
30
|
"repository": {
|
|
15
31
|
"type": "git",
|
|
16
32
|
"url": "https://github.com/boxlite-ai/boxlite.git",
|
|
17
33
|
"directory": "sdks/node"
|
|
18
34
|
},
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
}
|
|
35
|
+
"bugs": {
|
|
36
|
+
"url": "https://github.com/boxlite-ai/boxlite/issues"
|
|
37
|
+
},
|
|
38
|
+
"os": [
|
|
39
|
+
"darwin"
|
|
40
|
+
]
|
|
22
41
|
}
|
package/runtime/boxlite-guest
CHANGED
|
Binary file
|
package/runtime/boxlite-shim
CHANGED
|
Binary file
|
package/runtime/debugfs
CHANGED
|
Binary file
|
package/runtime/libgvproxy.dylib
CHANGED
|
Binary file
|
|
Binary file
|
|
File without changes
|
package/runtime/mke2fs
CHANGED
|
Binary file
|