@amont-hooks/darwin-x64 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 +0 -0
- package/bin/amont-fleet +0 -0
- package/package.json +26 -0
package/bin/amont
ADDED
|
Binary file
|
package/bin/amont-fleet
ADDED
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@amont-hooks/darwin-x64",
|
|
3
|
+
"version": "1.20.0",
|
|
4
|
+
"description": "The amont binary for darwin/x64",
|
|
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
|
+
"darwin"
|
|
19
|
+
],
|
|
20
|
+
"cpu": [
|
|
21
|
+
"x64"
|
|
22
|
+
],
|
|
23
|
+
"files": [
|
|
24
|
+
"bin/"
|
|
25
|
+
]
|
|
26
|
+
}
|