@shotkit/shotium-linux-x64 0.0.1 → 0.1.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 +8 -1
- package/libshotium.so +0 -0
- package/package.json +23 -3
- package/shotium +0 -0
- package/shotium.node +0 -0
- package/shotium_data.pak +0 -0
- package/shotium_strings.pak +0 -0
package/README.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
1
|
# @shotkit/shotium-linux-x64
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
The shotium engine built for linux-x64.
|
|
4
|
+
|
|
5
|
+
This package is one of six, and holds bytes rather than code: the
|
|
6
|
+
engine executable, the shared library behind the C ABI, the two
|
|
7
|
+
resource packs they both read, and the node addon.
|
|
8
|
+
|
|
9
|
+
Install [`@shotkit/shotium`](https://www.npmjs.com/package/@shotkit/shotium) instead. It depends on all six and npm installs
|
|
10
|
+
whichever matches the machine.
|
package/libshotium.so
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shotkit/shotium-linux-x64",
|
|
3
|
-
"version": "0.0
|
|
4
|
-
"description": "
|
|
5
|
-
"
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "The shotium engine for linux-x64. Installed by @shotkit/shotium; not useful on its own.",
|
|
5
|
+
"os": [
|
|
6
|
+
"linux"
|
|
7
|
+
],
|
|
8
|
+
"cpu": [
|
|
9
|
+
"x64"
|
|
10
|
+
],
|
|
11
|
+
"files": [
|
|
12
|
+
"libshotium.so",
|
|
13
|
+
"shotium",
|
|
14
|
+
"shotium.node",
|
|
15
|
+
"shotium_data.pak",
|
|
16
|
+
"shotium_strings.pak"
|
|
17
|
+
],
|
|
18
|
+
"license": "BSD-3-Clause",
|
|
19
|
+
"engines": {
|
|
20
|
+
"node": ">=18"
|
|
21
|
+
},
|
|
22
|
+
"repository": {
|
|
23
|
+
"type": "git",
|
|
24
|
+
"url": "git+https://github.com/sj817/shotium.git"
|
|
25
|
+
}
|
|
6
26
|
}
|
package/shotium
ADDED
|
Binary file
|
package/shotium.node
ADDED
|
Binary file
|
package/shotium_data.pak
ADDED
|
Binary file
|
|
Binary file
|