compression-rspack-plugin-linux-x64-gnu 0.1.0
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
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "compression-rspack-plugin-linux-x64-gnu",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"cpu": [
|
|
5
|
+
"x64"
|
|
6
|
+
],
|
|
7
|
+
"main": "compression-rspack-plugin.linux-x64-gnu.node",
|
|
8
|
+
"files": [
|
|
9
|
+
"compression-rspack-plugin.linux-x64-gnu.node"
|
|
10
|
+
],
|
|
11
|
+
"description": "Rust-native parallel compression plugin for Rspack. Drop-in replacement for compression-webpack-plugin with gzip, brotli, deflate, and deflateRaw — all parallelized across CPU cores via Rust + rayon.",
|
|
12
|
+
"keywords": [
|
|
13
|
+
"rspack",
|
|
14
|
+
"rspack-plugin",
|
|
15
|
+
"compression",
|
|
16
|
+
"gzip",
|
|
17
|
+
"brotli",
|
|
18
|
+
"deflate",
|
|
19
|
+
"rust",
|
|
20
|
+
"napi",
|
|
21
|
+
"parallel",
|
|
22
|
+
"performance"
|
|
23
|
+
],
|
|
24
|
+
"author": "ramon-villain",
|
|
25
|
+
"license": "MIT",
|
|
26
|
+
"engines": {
|
|
27
|
+
"node": ">=24"
|
|
28
|
+
},
|
|
29
|
+
"repository": {
|
|
30
|
+
"type": "git",
|
|
31
|
+
"url": "https://github.com/ramon-villain/compression-rspack-plugin.git"
|
|
32
|
+
},
|
|
33
|
+
"os": [
|
|
34
|
+
"linux"
|
|
35
|
+
],
|
|
36
|
+
"libc": [
|
|
37
|
+
"glibc"
|
|
38
|
+
]
|
|
39
|
+
}
|