@ganhaiapp/cli-darwin-x64 0.1.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/ganhai +0 -0
- package/package.json +18 -0
package/bin/ganhai
ADDED
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@ganhaiapp/cli-darwin-x64",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "赶海 GanHai CLI 平台二进制(macOS x64)——勿直接安装,由 @ganhaiapp/cli 自动引入",
|
|
5
|
+
"os": [
|
|
6
|
+
"darwin"
|
|
7
|
+
],
|
|
8
|
+
"cpu": [
|
|
9
|
+
"x64"
|
|
10
|
+
],
|
|
11
|
+
"files": [
|
|
12
|
+
"bin"
|
|
13
|
+
],
|
|
14
|
+
"publishConfig": {
|
|
15
|
+
"access": "public"
|
|
16
|
+
},
|
|
17
|
+
"license": "UNLICENSED"
|
|
18
|
+
}
|