@nomoreide/cli-linux-arm64 0.0.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 +5 -0
- package/package.json +20 -0
package/README.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
# @nomoreide/cli-linux-arm64
|
|
2
|
+
|
|
3
|
+
Placeholder. This name will carry the prebuilt NoMoreIDE binary for linux arm64.
|
|
4
|
+
|
|
5
|
+
Do not depend on it directly — install [`nomoreide`](https://www.npmjs.com/package/nomoreide), whose optional dependencies resolve to exactly one of these for your platform.
|
package/package.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@nomoreide/cli-linux-arm64",
|
|
3
|
+
"version": "0.0.0",
|
|
4
|
+
"description": "Placeholder reserving the NoMoreIDE linux arm64 binary package. Replaced by the first real release.",
|
|
5
|
+
"license": "AGPL-3.0-only",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git+https://github.com/Rorogogogo/nomoreide.git"
|
|
9
|
+
},
|
|
10
|
+
"homepage": "https://www.nomoreide.com",
|
|
11
|
+
"os": [
|
|
12
|
+
"linux"
|
|
13
|
+
],
|
|
14
|
+
"cpu": [
|
|
15
|
+
"arm64"
|
|
16
|
+
],
|
|
17
|
+
"files": [
|
|
18
|
+
"README.md"
|
|
19
|
+
]
|
|
20
|
+
}
|