@ziuchen/monitor-go-bin 0.0.0-2128779

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-2128779",
3
+ "binaries": {
4
+ "darwin-arm64": {
5
+ "path": "bin/darwin-arm64/clipboard-monitor",
6
+ "integrity": "sha256-4db2be408d0d156ac14ede472c6ef3b9b40db9acfe5981d2cc60d391abd12511",
7
+ "size": 3693442
8
+ },
9
+ "darwin-amd64": {
10
+ "path": "bin/darwin-amd64/clipboard-monitor",
11
+ "integrity": "sha256-b43846542301afbda42a79fa8b6315d7a81821af90138ca3fbea322f8fceb072",
12
+ "size": 3864608
13
+ },
14
+ "linux-amd64": {
15
+ "path": "bin/linux-amd64/clipboard-monitor",
16
+ "integrity": "sha256-0eb24f11bb31b4e8328e7ce166c41536bd87cfb263ec6a54125974e6318b4729",
17
+ "size": 3711448
18
+ },
19
+ "win32-amd64": {
20
+ "path": "bin/win32-amd64/clipboard-monitor.exe",
21
+ "integrity": "sha256-3eff430d73a9361d538655fd60c68619660be57cc1d47b1c72e9d6c9fe43818e",
22
+ "size": 4148224
23
+ },
24
+ "win32-arm64": {
25
+ "path": "bin/win32-arm64/clipboard-monitor.exe",
26
+ "integrity": "sha256-9eac30178d267d37755a414a8bbda84e7037785e99be03bb6de160f27963651d",
27
+ "size": 3850240
28
+ }
29
+ }
30
+ }
package/package.json ADDED
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "@ziuchen/monitor-go-bin",
3
+ "version": "0.0.0-2128779",
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
+ }