@boxlite-ai/boxlite-linux-x64-gnu 0.1.3

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.
Binary file
package/package.json ADDED
@@ -0,0 +1,22 @@
1
+ {
2
+ "name": "@boxlite-ai/boxlite-linux-x64-gnu",
3
+ "version": "0.1.3",
4
+ "os": ["linux"],
5
+ "cpu": ["x64"],
6
+ "libc": ["glibc"],
7
+ "main": "index.linux-x64-gnu.node",
8
+ "files": [
9
+ "index.linux-x64-gnu.node",
10
+ "runtime"
11
+ ],
12
+ "description": "BoxLite native bindings for linux-x64-gnu",
13
+ "license": "Apache-2.0",
14
+ "repository": {
15
+ "type": "git",
16
+ "url": "https://github.com/boxlite-ai/boxlite.git",
17
+ "directory": "sdks/node"
18
+ },
19
+ "engines": {
20
+ "node": ">=18.0.0"
21
+ }
22
+ }
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/runtime/mke2fs ADDED
Binary file