cloach-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/README.md +5 -0
- package/bin/cloach +0 -0
- package/package.json +20 -0
package/README.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
# cloach-darwin-x64
|
|
2
|
+
|
|
3
|
+
Native binary for [`cloach`](https://www.npmjs.com/package/cloach) on `darwin-x64`.
|
|
4
|
+
|
|
5
|
+
This package is an implementation detail. Install [`cloach`](https://www.npmjs.com/package/cloach) instead — npm will fetch the matching binary package for your platform automatically.
|
package/bin/cloach
ADDED
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "cloach-darwin-x64",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "Cloach native binary for darwin-x64. Installed automatically by the `cloach` package; do not install directly.",
|
|
5
|
+
"os": ["darwin"],
|
|
6
|
+
"cpu": ["x64"],
|
|
7
|
+
"files": [
|
|
8
|
+
"bin/cloach"
|
|
9
|
+
],
|
|
10
|
+
"homepage": "https://github.com/roihala/coach",
|
|
11
|
+
"repository": {
|
|
12
|
+
"type": "git",
|
|
13
|
+
"url": "git+https://github.com/roihala/coach.git"
|
|
14
|
+
},
|
|
15
|
+
"bugs": {
|
|
16
|
+
"url": "https://github.com/roihala/coach/issues"
|
|
17
|
+
},
|
|
18
|
+
"author": "roihala",
|
|
19
|
+
"license": "MIT"
|
|
20
|
+
}
|