@amont-hooks/linux-arm64-gnu 1.20.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/bin/amont ADDED
Binary file
Binary file
package/package.json ADDED
@@ -0,0 +1,29 @@
1
+ {
2
+ "name": "@amont-hooks/linux-arm64-gnu",
3
+ "version": "1.20.0",
4
+ "description": "The amont binary for linux/arm64",
5
+ "homepage": "https://github.com/fredericrous/amont#readme",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/fredericrous/amont.git"
9
+ },
10
+ "license": "MIT",
11
+ "author": "Frederic Rousseau",
12
+ "preferUnplugged": true,
13
+ "_comment_access": "Scoped packages default to RESTRICTED. The workflow passes --access public, and this says the same thing in the manifest so a hand-run `npm publish` from dist/ cannot quietly publish six private packages the root then cannot resolve.",
14
+ "publishConfig": {
15
+ "access": "public"
16
+ },
17
+ "os": [
18
+ "linux"
19
+ ],
20
+ "cpu": [
21
+ "arm64"
22
+ ],
23
+ "libc": [
24
+ "glibc"
25
+ ],
26
+ "files": [
27
+ "bin/"
28
+ ]
29
+ }