We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 919e477 commit 7c1c80cCopy full SHA for 7c1c80c
npm/win32-x64-msvc/README.md
@@ -0,0 +1,3 @@
1
+# `node-unix-socket-win32-x64-msvc`
2
+
3
+This is the **x86_64-pc-windows-msvc** binary for `node-unix-socket`
npm/win32-x64-msvc/package.json
@@ -0,0 +1,18 @@
+{
+ "name": "node-unix-socket-win32-x64-msvc",
+ "version": "0.0.0",
4
+ "os": [
5
+ "win32"
6
+ ],
7
+ "cpu": [
8
+ "x64"
9
10
+ "main": "node-unix-socket.win32-x64-msvc.node",
11
+ "files": [
12
+ "node-unix-socket.win32-x64-msvc.node"
13
14
+ "license": "MIT",
15
+ "engines": {
16
+ "node": ">= 10"
17
+ }
18
+}
0 commit comments