@youdie006/swapdex-linux-arm64 0.31.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/bin/swapdex +0 -0
- package/package.json +20 -0
package/bin/swapdex
ADDED
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@youdie006/swapdex-linux-arm64",
|
|
3
|
+
"version": "0.31.0",
|
|
4
|
+
"description": "Prebuilt swapdex binary for linux-arm64. Installed automatically by @youdie006/swapdex; do not depend on it directly.",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git+https://github.com/youdie006/swapdex.git"
|
|
9
|
+
},
|
|
10
|
+
"homepage": "https://github.com/youdie006/swapdex#readme",
|
|
11
|
+
"os": [
|
|
12
|
+
"linux"
|
|
13
|
+
],
|
|
14
|
+
"cpu": [
|
|
15
|
+
"arm64"
|
|
16
|
+
],
|
|
17
|
+
"files": [
|
|
18
|
+
"bin/swapdex"
|
|
19
|
+
]
|
|
20
|
+
}
|