@ziuchen/monitor-go-bin 0.0.0-749710a

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/manifest.json ADDED
@@ -0,0 +1,30 @@
1
+ {
2
+ "version": "0.0.0-749710a",
3
+ "binaries": {
4
+ "darwin-arm64": {
5
+ "path": "bin/darwin-arm64/clipboard-monitor",
6
+ "integrity": "sha256-97a05162f56fee276d358ba3aa598615ea7771b9944aa0a1b513b6e4121a931c",
7
+ "size": 3640130
8
+ },
9
+ "darwin-amd64": {
10
+ "path": "bin/darwin-amd64/clipboard-monitor",
11
+ "integrity": "sha256-3f5e5edc3fe7d42fde2ff97045b11b31472cbab68cdc2f4d9d767e510bfd34dd",
12
+ "size": 3832968
13
+ },
14
+ "linux-amd64": {
15
+ "path": "bin/linux-amd64/clipboard-monitor",
16
+ "integrity": "sha256-3c62e6d59edadfec38b7ef0cca36cbc0c0d2b88544b7dbf9a385f559607e14ba",
17
+ "size": 3692824
18
+ },
19
+ "win32-amd64": {
20
+ "path": "bin/win32-amd64/clipboard-monitor.exe",
21
+ "integrity": "sha256-13de9d19302fe780a068354e373d577c37784e56c4f6dea9f084b620a43ffa3d",
22
+ "size": 4123648
23
+ },
24
+ "win32-arm64": {
25
+ "path": "bin/win32-arm64/clipboard-monitor.exe",
26
+ "integrity": "sha256-d072c37682f54a9fbdd1d5b4cefb5a69b307a893dd95e5f6ac944534f3e5808a",
27
+ "size": 3826688
28
+ }
29
+ }
30
+ }
package/package.json ADDED
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "@ziuchen/monitor-go-bin",
3
+ "version": "0.0.0-749710a",
4
+ "description": "Clipboard monitor binaries for super-clipboard",
5
+ "private": false,
6
+ "publishConfig": {
7
+ "registry": "https://registry.npmjs.org",
8
+ "access": "public",
9
+ "tag": "next"
10
+ },
11
+ "files": [
12
+ "bin",
13
+ "manifest.json"
14
+ ],
15
+ "license": "UNLICENSED"
16
+ }