@rodat.dev/wit-win32-x64 0.1.11

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 +5 -0
  2. package/bin/wit.exe +0 -0
  3. package/package.json +19 -0
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # @rodat.dev/wit-win32-x64
2
+
3
+ Prebuilt wit binary package for win32-x64.
4
+
5
+ This package is published for platform resolution by `@rodat.dev/wit`.
package/bin/wit.exe ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,19 @@
1
+ {
2
+ "name": "@rodat.dev/wit-win32-x64",
3
+ "version": "0.1.11",
4
+ "description": "Prebuilt wit binary for win32-x64",
5
+ "license": "UNLICENSED",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/thehumanworks/wit.git"
9
+ },
10
+ "os": [
11
+ "win32"
12
+ ],
13
+ "cpu": [
14
+ "x64"
15
+ ],
16
+ "files": [
17
+ "bin/wit.exe"
18
+ ]
19
+ }