@voidzero-dev/vite-plus-cli-linux-arm64-gnu 0.0.0-569bd560c8521f4cacc62e99477f14c99ca44a38

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 ADDED
@@ -0,0 +1,3 @@
1
+ # `@voidzero-dev/vite-plus-cli-linux-arm64-gnu`
2
+
3
+ This is the **aarch64-unknown-linux-gnu** binary for `@voidzero-dev/vite-plus-cli`
package/package.json ADDED
@@ -0,0 +1,24 @@
1
+ {
2
+ "name": "@voidzero-dev/vite-plus-cli-linux-arm64-gnu",
3
+ "version": "0.0.0-569bd560c8521f4cacc62e99477f14c99ca44a38",
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
+ ],
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
+ }