snapback4-darwin-arm64 0.0.2
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/package.json +10 -0
- package/snapback4 +0 -0
package/package.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "snapback4-darwin-arm64",
|
|
3
|
+
"version": "0.0.2",
|
|
4
|
+
"description": "The snapback4 binary for macOS on Apple silicon; installed by the snapback4 package.",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"os": ["darwin"],
|
|
7
|
+
"cpu": ["arm64"],
|
|
8
|
+
"files": ["snapback4"],
|
|
9
|
+
"repository": { "type": "git", "url": "https://github.com/ccheever/snapback", "directory": "snapback4/packages/snapback4-darwin-arm64" }
|
|
10
|
+
}
|
package/snapback4
ADDED
|
Binary file
|