Source: node-csso
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Emfox Zhou <emfox@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 14)
 , dh-sequence-nodejs
 , dh-sequence-single-binary
 , esbuild
 , node-css-tree (>= 2.2.0~)
 , rollup
Standards-Version: 4.7.4
Homepage: https://github.com/css/csso
Vcs-Git: https://salsa.debian.org/js-team/node-csso.git
Vcs-Browser: https://salsa.debian.org/js-team/node-csso

Package: node-csso
Architecture: all
Depends: ${misc:Depends}
 , node-css-tree (>= 2.2.0~)
Description: CSS minifier with structural optimisations
 csso minifies CSS and performs structural optimisations on it, such as
 merging adjacent rulesets and restructuring shorthands.
 .
 Node.js is an event-based server-side JavaScript engine.
