@shotkit/shotium-darwin-arm64 0.0.1 → 0.2.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.dylib +0 -0
- package/package.json +22 -3
- 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-darwin-arm64
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
The shotium engine built for mac-arm64.
|
|
4
|
+
|
|
5
|
+
This package is one of six, and holds bytes rather than code: the
|
|
6
|
+
shared library behind the C ABI, the node addon linked against it,
|
|
7
|
+
and the two resource packs it reads.
|
|
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.dylib
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shotkit/shotium-darwin-arm64",
|
|
3
|
-
"version": "0.0
|
|
4
|
-
"description": "
|
|
5
|
-
"
|
|
3
|
+
"version": "0.2.0",
|
|
4
|
+
"description": "The shotium engine for mac-arm64. Installed by @shotkit/shotium; not useful on its own.",
|
|
5
|
+
"os": [
|
|
6
|
+
"darwin"
|
|
7
|
+
],
|
|
8
|
+
"cpu": [
|
|
9
|
+
"arm64"
|
|
10
|
+
],
|
|
11
|
+
"files": [
|
|
12
|
+
"libshotium.dylib",
|
|
13
|
+
"shotium.node",
|
|
14
|
+
"shotium_data.pak",
|
|
15
|
+
"shotium_strings.pak"
|
|
16
|
+
],
|
|
17
|
+
"license": "BSD-3-Clause",
|
|
18
|
+
"engines": {
|
|
19
|
+
"node": ">=18"
|
|
20
|
+
},
|
|
21
|
+
"repository": {
|
|
22
|
+
"type": "git",
|
|
23
|
+
"url": "git+https://github.com/sj817/shotium.git"
|
|
24
|
+
}
|
|
6
25
|
}
|
package/shotium.node
ADDED
|
Binary file
|
package/shotium_data.pak
ADDED
|
Binary file
|
|
Binary file
|