@gmb/bitmark-parser-darwin-arm64 6.1.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/bin/.gitkeep ADDED
@@ -0,0 +1,2 @@
1
+ # Keeps the bin/ dir tracked; the native binary is staged in at release
2
+ # (built by CI) and is gitignored.
package/bin/bitmark ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,19 @@
1
+ {
2
+ "name": "@gmb/bitmark-parser-darwin-arm64",
3
+ "version": "6.1.2",
4
+ "description": "Prebuilt bitmark CLI binary for darwin-arm64.",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/getMoreBrain/bitmark-parser.git"
8
+ },
9
+ "os": [
10
+ "darwin"
11
+ ],
12
+ "cpu": [
13
+ "arm64"
14
+ ],
15
+ "files": [
16
+ "bin/"
17
+ ],
18
+ "license": "ISC"
19
+ }