@pixel.js/shotium-darwin-arm64 0.0.1 → 0.7.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.
- package/README.md +8 -1
- 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
|
# @pixel.js/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
|
+
Node addon and the two resource packs it reads. The standalone CLI
|
|
7
|
+
and the C ABI library are on the GitHub releases page, not here.
|
|
8
|
+
|
|
9
|
+
Install [`@pixel.js/shotium`](https://www.npmjs.com/package/@pixel.js/shotium) instead. It depends on all six and pnpm installs
|
|
10
|
+
whichever matches the machine.
|
package/package.json
CHANGED
|
@@ -1,6 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pixel.js/shotium-darwin-arm64",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "
|
|
5
|
-
"
|
|
3
|
+
"version": "0.7.3",
|
|
4
|
+
"description": "The shotium engine for mac-arm64. Installed by @pixel.js/shotium; not useful on its own.",
|
|
5
|
+
"os": [
|
|
6
|
+
"darwin"
|
|
7
|
+
],
|
|
8
|
+
"cpu": [
|
|
9
|
+
"arm64"
|
|
10
|
+
],
|
|
11
|
+
"files": [
|
|
12
|
+
"shotium.node",
|
|
13
|
+
"shotium_data.pak",
|
|
14
|
+
"shotium_strings.pak"
|
|
15
|
+
],
|
|
16
|
+
"license": "BSD-3-Clause",
|
|
17
|
+
"engines": {
|
|
18
|
+
"node": ">=18"
|
|
19
|
+
},
|
|
20
|
+
"repository": {
|
|
21
|
+
"type": "git",
|
|
22
|
+
"url": "git+https://github.com/sj817/shotium.git",
|
|
23
|
+
"directory": "apps/typescript"
|
|
24
|
+
}
|
|
6
25
|
}
|
package/shotium.node
ADDED
|
Binary file
|
package/shotium_data.pak
ADDED
|
Binary file
|
|
Binary file
|