@tplog/zendcli-linux-x64 1.4.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/package.json +16 -0
- package/zend +0 -0
package/package.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@tplog/zendcli-linux-x64",
|
|
3
|
+
"version": "1.4.0",
|
|
4
|
+
"description": "zendcli binary for Linux x64",
|
|
5
|
+
"os": ["linux"],
|
|
6
|
+
"cpu": ["x64"],
|
|
7
|
+
"bin": {
|
|
8
|
+
"zend": "zend"
|
|
9
|
+
},
|
|
10
|
+
"files": ["zend"],
|
|
11
|
+
"repository": {
|
|
12
|
+
"type": "git",
|
|
13
|
+
"url": "git+https://github.com/tplog/zendcli.git"
|
|
14
|
+
},
|
|
15
|
+
"license": "MIT"
|
|
16
|
+
}
|
package/zend
ADDED
|
Binary file
|