Source: node-colormin Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Pirate Praveen Build-Depends: debhelper (>= 11~) , dh-buildinfo , nodejs , node-babel-cli , node-babel-preset-es2015-loose , node-babel-preset-es2015 , node-babel-preset-stage-0 , node-babel-plugin-add-module-exports Standards-Version: 4.1.4 Homepage: https://github.com/ben-eb/colormin Vcs-Git: https://salsa.debian.org/js-team/node-colormin.git Vcs-Browser: https://salsa.debian.org/js-team/node-colormin Package: node-colormin Architecture: all Depends: ${misc:Depends} , nodejs , node-color (>= 0.11.0) , node-css-color-names (>= 0.0.4) , node-has (>= 1.0.1) Description: Turn a CSS color into its smallest representation colormin works for rgb, rgba, hsl, hsla, hex & css color keywords. Note that colormin does not convert invalid CSS colors, as it is not a color validator. . For example, 'rgba(255, 0, 0, 1)' will be turned to 'red'. . Node.js is an event-based server-side JavaScript engine.