cloach-linux-arm64 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.
Files changed (3) hide show
  1. package/README.md +5 -0
  2. package/bin/cloach +0 -0
  3. package/package.json +20 -0
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # cloach-linux-arm64
2
+
3
+ Native binary for [`cloach`](https://www.npmjs.com/package/cloach) on `linux-arm64`.
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-linux-arm64",
3
+ "version": "0.1.0",
4
+ "description": "Cloach native binary for linux-arm64. Installed automatically by the `cloach` package; do not install directly.",
5
+ "os": ["linux"],
6
+ "cpu": ["arm64"],
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
+ }