uidiff-darwin-arm64 0.0.1-rc.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.
Files changed (3) hide show
  1. package/README.md +3 -0
  2. package/package.json +20 -0
  3. package/uidiff +0 -0
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # uidiff-darwin-arm64
2
+
3
+ Platform binary for [uidiff](https://github.com/aidenybai/uidiff). Installed automatically as an optional dependency of `uidiff`; do not depend on it directly.
package/package.json ADDED
@@ -0,0 +1,20 @@
1
+ {
2
+ "name": "uidiff-darwin-arm64",
3
+ "version": "0.0.1-rc.0",
4
+ "description": "Prebuilt uidiff binary for darwin arm64.",
5
+ "homepage": "https://github.com/aidenybai/uidiff#readme",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/aidenybai/uidiff.git"
9
+ },
10
+ "license": "MIT",
11
+ "os": [
12
+ "darwin"
13
+ ],
14
+ "cpu": [
15
+ "arm64"
16
+ ],
17
+ "files": [
18
+ "uidiff"
19
+ ]
20
+ }
package/uidiff ADDED
Binary file