@thebushidocollective/han-linux-arm64 1.56.4 → 3.4.1
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 +3 -5
- package/han +0 -0
- package/package.json +7 -15
- package/han-native.node +0 -0
package/README.md
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Han CLI - linux-arm64
|
|
2
2
|
|
|
3
|
-
Platform-specific binary for Han
|
|
3
|
+
Platform-specific binary for [Han](https://han.guru), a Claude Code plugin marketplace.
|
|
4
4
|
|
|
5
|
-
This package is installed
|
|
6
|
-
|
|
7
|
-
For more information, see https://han.guru
|
|
5
|
+
This package is automatically installed as a fallback when GitHub releases are unavailable.
|
package/han
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,21 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thebushidocollective/han-linux-arm64",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "Han CLI binary for linux
|
|
3
|
+
"version": "3.4.1",
|
|
4
|
+
"description": "Han CLI binary for linux-arm64",
|
|
5
|
+
"homepage": "https://han.guru",
|
|
6
|
+
"license": "MIT",
|
|
5
7
|
"repository": {
|
|
6
8
|
"type": "git",
|
|
7
|
-
"url": "
|
|
9
|
+
"url": "https://github.com/TheBushidoCollective/han"
|
|
8
10
|
},
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"os": [
|
|
12
|
-
"linux"
|
|
13
|
-
],
|
|
14
|
-
"cpu": [
|
|
15
|
-
"arm64"
|
|
16
|
-
],
|
|
17
|
-
"files": [
|
|
18
|
-
"han",
|
|
19
|
-
"han-native.node"
|
|
20
|
-
]
|
|
11
|
+
"os": ["linux"],
|
|
12
|
+
"cpu": ["arm64"]
|
|
21
13
|
}
|
package/han-native.node
DELETED
|
Binary file
|