arccode-windows-x64 2.1.87

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,8 @@
1
+ # arccode-windows-x64
2
+
3
+ Prebuilt `arccode` binary package for:
4
+
5
+ - OS: `win32`
6
+ - CPU: `x64`
7
+
8
+ This package is intended to be installed automatically via the main `arccode` package.
Binary file
package/package.json ADDED
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "arccode-windows-x64",
3
+ "version": "2.1.87",
4
+ "private": false,
5
+ "description": "ArcCode CLI (win32/x64 prebuilt binary)",
6
+ "license": "SEE LICENSE IN README.md",
7
+ "os": [
8
+ "win32"
9
+ ],
10
+ "cpu": [
11
+ "x64"
12
+ ],
13
+ "files": [
14
+ "bin"
15
+ ]
16
+ }