@librefang/cli-darwin-x64 2026.3.2201 → 2026.3.2314-rc1
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/librefang +0 -0
- package/package.json +15 -9
package/bin/librefang
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,16 +1,22 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
|
|
2
|
+
"bin": {
|
|
3
|
+
"librefang": "./bin/librefang"
|
|
4
|
+
},
|
|
5
|
+
"cpu": [
|
|
6
|
+
"x64"
|
|
7
|
+
],
|
|
4
8
|
"description": "LibreFang CLI binary for darwin-x64",
|
|
9
|
+
"files": [
|
|
10
|
+
"bin/librefang"
|
|
11
|
+
],
|
|
5
12
|
"license": "MIT",
|
|
13
|
+
"name": "@librefang/cli-darwin-x64",
|
|
14
|
+
"os": [
|
|
15
|
+
"darwin"
|
|
16
|
+
],
|
|
6
17
|
"repository": {
|
|
7
18
|
"type": "git",
|
|
8
19
|
"url": "https://github.com/librefang/librefang"
|
|
9
20
|
},
|
|
10
|
-
"
|
|
11
|
-
|
|
12
|
-
"bin": {
|
|
13
|
-
"librefang": "./bin/librefang"
|
|
14
|
-
},
|
|
15
|
-
"files": ["bin/librefang"]
|
|
16
|
-
}
|
|
21
|
+
"version": "2026.3.2314-rc1"
|
|
22
|
+
}
|