@molinliu/cord-darwin-x64 0.6.0-rc.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/bin/cord +0 -0
- package/package.json +17 -0
package/bin/cord
ADDED
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@molinliu/cord-darwin-x64",
|
|
3
|
+
"version": "0.6.0-rc.1",
|
|
4
|
+
"description": "cord binary for darwin x64 (x86_64-apple-darwin)",
|
|
5
|
+
"repository": "github:Molin-L/cord",
|
|
6
|
+
"license": "SEE LICENSE IN https://github.com/Molin-L/cord",
|
|
7
|
+
"os": [
|
|
8
|
+
"darwin"
|
|
9
|
+
],
|
|
10
|
+
"cpu": [
|
|
11
|
+
"x64"
|
|
12
|
+
],
|
|
13
|
+
"files": [
|
|
14
|
+
"bin/cord"
|
|
15
|
+
],
|
|
16
|
+
"preferUnplugged": true
|
|
17
|
+
}
|