@clawgrep/clawgrep-darwin-arm64 0.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/README.md ADDED
@@ -0,0 +1,4 @@
1
+ # clawgrep-darwin-arm64
2
+
3
+ Platform-specific native binding for clawgrep on macOS ARM64.
4
+ Installed automatically as an optional dependency of `clawgrep`.
package/clawgrep ADDED
Binary file
Binary file
package/package.json ADDED
@@ -0,0 +1,23 @@
1
+ {
2
+ "name": "@clawgrep/clawgrep-darwin-arm64",
3
+ "version": "0.1.2",
4
+ "os": [
5
+ "darwin"
6
+ ],
7
+ "cpu": [
8
+ "arm64"
9
+ ],
10
+ "main": "clawgrep.darwin-arm64.node",
11
+ "files": [
12
+ "clawgrep.darwin-arm64.node",
13
+ "clawgrep"
14
+ ],
15
+ "description": "clawgrep native binding - darwin arm64",
16
+ "license": "(MIT OR Apache-2.0)",
17
+ "publishConfig": {
18
+ "access": "public"
19
+ },
20
+ "engines": {
21
+ "node": ">= 10"
22
+ }
23
+ }