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