- CLI binary: bin/gniza -> bin/gniza4cp - Install path: /usr/local/gniza4cp/ - Config path: /etc/gniza4cp/ - Log path: /var/log/gniza4cp/ - WHM plugin: gniza4cp-whm/ - cPanel plugin: cpanel/gniza4cp/ - AdminBin: Gniza4cp::Restore - Perl modules: Gniza4cpWHM::*, Gniza4cpCPanel::* - DaisyUI theme: gniza4cp - All internal references, branding, paths updated - Git remote updated to gniza4cp repo
38 lines
747 B
JSON
38 lines
747 B
JSON
{
|
|
"name": "lightningcss-linux-x64-musl",
|
|
"version": "1.31.1",
|
|
"license": "MPL-2.0",
|
|
"description": "A CSS parser, transformer, and minifier written in Rust",
|
|
"main": "lightningcss.linux-x64-musl.node",
|
|
"browserslist": "last 2 versions, not dead",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/parcel"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/parcel-bundler/lightningcss.git"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12.0.0"
|
|
},
|
|
"files": [
|
|
"lightningcss.linux-x64-musl.node"
|
|
],
|
|
"resolutions": {
|
|
"lightningcss": "link:."
|
|
},
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"libc": [
|
|
"musl"
|
|
]
|
|
}
|