@dpeluche/trs-cli-darwin-x64 0.5.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 +1 -0
- package/package.json +19 -0
- package/trs +0 -0
package/README.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Platform binary package for trs (darwin-x64). Install via: npm install -g @dpeluche/trs
|
package/package.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@dpeluche/trs-cli-darwin-x64",
|
|
3
|
+
"version": "0.5.0",
|
|
4
|
+
"description": "trs binary for darwin x64",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "https://github.com/dPeluChe/trs"
|
|
9
|
+
},
|
|
10
|
+
"os": [
|
|
11
|
+
"darwin"
|
|
12
|
+
],
|
|
13
|
+
"cpu": [
|
|
14
|
+
"x64"
|
|
15
|
+
],
|
|
16
|
+
"files": [
|
|
17
|
+
"trs"
|
|
18
|
+
]
|
|
19
|
+
}
|
package/trs
ADDED
|
Binary file
|