node-colormin 1.1.2-6 source package in Ubuntu

Changelog

node-colormin (1.1.2-6) unstable; urgency=medium

  * Team upload
  * Back to unstable

 -- Yadd <email address hidden>  Sun, 15 Aug 2021 10:53:31 +0200

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-colormin_1.1.2-6.dsc 2.2 KiB 7707b46d8e466cdf5be9dae036f0a9d9e0a9174a7c1b33f55be2c6653b73a5f8
node-colormin_1.1.2.orig.tar.gz 4.8 KiB 6031f44fc5ef085c91922bd77260c09203d1f02a22b48c5ae273443a933e8c8f
node-colormin_1.1.2-6.debian.tar.xz 10.7 KiB cee9991f2d0436af0c29b9a1e06d5a922f16f599dc131606f487eafe5db139dc

Available diffs

No changes file available.

Binary packages built by this source

node-colormin: 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.