@voidzero-dev/vite-plus-win32-x64-msvc 0.0.0-6bf6b4c1b360fa4f7f1cee975103c16c21053c72
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 +3 -0
- package/package.json +17 -0
- package/vite-plus.win32-x64-msvc.node +0 -0
package/README.md
ADDED
package/package.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@voidzero-dev/vite-plus-win32-x64-msvc",
|
|
3
|
+
"version": "0.0.0-6bf6b4c1b360fa4f7f1cee975103c16c21053c72",
|
|
4
|
+
"cpu": [
|
|
5
|
+
"x64"
|
|
6
|
+
],
|
|
7
|
+
"main": "vite-plus.win32-x64-msvc.node",
|
|
8
|
+
"files": [
|
|
9
|
+
"vite-plus.win32-x64-msvc.node"
|
|
10
|
+
],
|
|
11
|
+
"engines": {
|
|
12
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
13
|
+
},
|
|
14
|
+
"os": [
|
|
15
|
+
"win32"
|
|
16
|
+
]
|
|
17
|
+
}
|
|
Binary file
|