套件:minify(2.20.37-1) [debports]
CLI implementation of the Go minify library package
/usr/bin/minify is a CLI implementation of the github.com/tdewolff/minify Go library package.
It provides HTML5, CSS3, JS, JSON, SVG and XML minifiers.
Minification is the process of removing bytes from a file (such as whitespace) without changing its output and therefore shrinking its size and speeding up transmission over the Internet and possibly parsing. The implemented minifiers are high performance and streaming, which implies O(n).
其他與 minify 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.38)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libgcc-s1 (>= 3.4)
- GCC 支援函式庫
-
- dep: libgo23
- Runtime library for GNU Go applications