Skip to content

Commit 7c1c80c

Browse files
committed
0.1.0
1 parent 919e477 commit 7c1c80c

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

npm/win32-x64-msvc/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "node-unix-socket-win32-x64-msvc",
3+
"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

Comments
 (0)