@gitlayzer/sealtun-win32-x64 0.0.13

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,3 @@
1
+ # @gitlayzer/sealtun-win32-x64
2
+
3
+ This package contains the prebuilt Sealtun binary for Windows x64. It is installed automatically as an optional dependency of sealtun.
Binary file
package/package.json ADDED
@@ -0,0 +1,25 @@
1
+ {
2
+ "name": "@gitlayzer/sealtun-win32-x64",
3
+ "version": "0.0.13",
4
+ "description": "Prebuilt sealtun binary for Windows x64",
5
+ "homepage": "https://github.com/gitlayzer/sealtun#readme",
6
+ "bugs": {
7
+ "url": "https://github.com/gitlayzer/sealtun/issues"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/gitlayzer/sealtun.git"
12
+ },
13
+ "license": "MIT",
14
+ "author": "gitlayzer",
15
+ "preferUnplugged": true,
16
+ "os": [
17
+ "win32"
18
+ ],
19
+ "cpu": [
20
+ "x64"
21
+ ],
22
+ "files": [
23
+ "bin"
24
+ ]
25
+ }