@incajs/host-linux-x64 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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +28 -0
package/README.md ADDED
@@ -0,0 +1,2 @@
1
+ Name reservation for `@incajs/host-linux-x64`; the real prebuilt
2
+ binary is still in development. See https://github.com/tom96da/incajs.
package/package.json ADDED
@@ -0,0 +1,28 @@
1
+ {
2
+ "name": "@incajs/host-linux-x64",
3
+ "version": "0.0.0",
4
+ "description": "Incarnative.js — prebuilt inca-host binary for Linux on x64. 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-x64"
18
+ },
19
+ "os": [
20
+ "linux"
21
+ ],
22
+ "cpu": [
23
+ "x64"
24
+ ],
25
+ "publishConfig": {
26
+ "access": "public"
27
+ }
28
+ }