@ziuchen/monitor-go-bin 0.0.0-0632a0a

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-0632a0a",
3
+ "binaries": {
4
+ "darwin-arm64": {
5
+ "path": "bin/darwin-arm64/clipboard-monitor",
6
+ "integrity": "sha256-d93b5488eca53c07ba5d4b2998c6e8439978887efd7dc70aadd00896afb26815",
7
+ "size": 3712242
8
+ },
9
+ "darwin-amd64": {
10
+ "path": "bin/darwin-amd64/clipboard-monitor",
11
+ "integrity": "sha256-0c2b2c7eb4b88aeeca7083397d89703612ee98932c72f5528a376a342cd57a0d",
12
+ "size": 3870480
13
+ },
14
+ "linux-amd64": {
15
+ "path": "bin/linux-amd64/clipboard-monitor",
16
+ "integrity": "sha256-659a7671aac4e24cdfff95fc2c48c2ac32715f49a68f66e3adfabf93a2646cd3",
17
+ "size": 3725344
18
+ },
19
+ "win32-amd64": {
20
+ "path": "bin/win32-amd64/clipboard-monitor.exe",
21
+ "integrity": "sha256-877f69ee8f2183469510da16d4dc78451eed5b933399d144e4a994080b2cf6f9",
22
+ "size": 4147712
23
+ },
24
+ "win32-arm64": {
25
+ "path": "bin/win32-arm64/clipboard-monitor.exe",
26
+ "integrity": "sha256-29669f96d547374f83d9faaf99088d3b4bbae8e34ca012f93211ae1def48972d",
27
+ "size": 3850752
28
+ }
29
+ }
30
+ }
package/package.json ADDED
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "@ziuchen/monitor-go-bin",
3
+ "version": "0.0.0-0632a0a",
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
+ }