@ckanner/flywheel-linux-arm64 0.22.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/flywheel +0 -0
- package/package.json +14 -0
package/flywheel
ADDED
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@ckanner/flywheel-linux-arm64",
|
|
3
|
+
"version": "0.22.0",
|
|
4
|
+
"description": "Flywheel platform binary \u2014 linux-arm64 (auto-selected via optionalDependencies; do not install directly)",
|
|
5
|
+
"os": [
|
|
6
|
+
"linux"
|
|
7
|
+
],
|
|
8
|
+
"cpu": [
|
|
9
|
+
"arm64"
|
|
10
|
+
],
|
|
11
|
+
"files": [
|
|
12
|
+
"flywheel"
|
|
13
|
+
]
|
|
14
|
+
}
|