@voidzero-dev/vite-plus-cli-linux-x64-gnu 0.0.0-40918e094cfc5866505c7c99ca8187c4793b88f6
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 +24 -0
- package/vite-plus-cli.linux-x64-gnu.node +0 -0
package/README.md
ADDED
package/package.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@voidzero-dev/vite-plus-cli-linux-x64-gnu",
|
|
3
|
+
"version": "0.0.0-40918e094cfc5866505c7c99ca8187c4793b88f6",
|
|
4
|
+
"cpu": [
|
|
5
|
+
"x64"
|
|
6
|
+
],
|
|
7
|
+
"main": "vite-plus-cli.linux-x64-gnu.node",
|
|
8
|
+
"files": [
|
|
9
|
+
"vite-plus-cli.linux-x64-gnu.node"
|
|
10
|
+
],
|
|
11
|
+
"engines": {
|
|
12
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
13
|
+
},
|
|
14
|
+
"repository": {
|
|
15
|
+
"type": "git",
|
|
16
|
+
"url": "https://github.com/voidzero-dev/vite-plus.git"
|
|
17
|
+
},
|
|
18
|
+
"os": [
|
|
19
|
+
"linux"
|
|
20
|
+
],
|
|
21
|
+
"libc": [
|
|
22
|
+
"glibc"
|
|
23
|
+
]
|
|
24
|
+
}
|
|
Binary file
|