@incajs/host-linux-arm64 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.
- package/README.md +2 -0
- package/package.json +28 -0
package/README.md
ADDED
package/package.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@incajs/host-linux-arm64",
|
|
3
|
+
"version": "0.0.0",
|
|
4
|
+
"description": "Incarnative.js — prebuilt inca-host binary for Linux on arm64. Name reservation; the real implementation is still in development.",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"desktop-app",
|
|
7
|
+
"gpui",
|
|
8
|
+
"gui",
|
|
9
|
+
"incajs",
|
|
10
|
+
"incarnative.js",
|
|
11
|
+
"quickjs"
|
|
12
|
+
],
|
|
13
|
+
"license": "(MIT OR Apache-2.0)",
|
|
14
|
+
"repository": {
|
|
15
|
+
"type": "git",
|
|
16
|
+
"url": "git+https://github.com/tom96da/incajs.git",
|
|
17
|
+
"directory": "npm/linux-arm64"
|
|
18
|
+
},
|
|
19
|
+
"os": [
|
|
20
|
+
"linux"
|
|
21
|
+
],
|
|
22
|
+
"cpu": [
|
|
23
|
+
"arm64"
|
|
24
|
+
],
|
|
25
|
+
"publishConfig": {
|
|
26
|
+
"access": "public"
|
|
27
|
+
}
|
|
28
|
+
}
|