node-postcss-reporter 7.0.5+~7.0.1-1 source package in Ubuntu

Changelog

node-postcss-reporter (7.0.5+~7.0.1-1) unstable; urgency=medium

  * Team upload
  * New upstream version 7.0.5+~7.0.1
  * Dependencies:
    + drop node-colorette and node-lodash-packages
    + add node-picocolors and node-thenby

 -- Yadd <email address hidden>  Mon, 17 Jan 2022 14:47:19 +0100

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-postcss-reporter_7.0.5+~7.0.1-1.dsc 2.6 KiB e2a0eb86573cd5a75d35b4261c454118c1bbf7a7cce54da31492d7496b105830
node-postcss-reporter_7.0.5+~7.0.1.orig-types-postcss-reporter.tar.gz 2.5 KiB 6ad9db22c881449ee1cf9b62c59fb5350469bf1f4f30875412169d2a81609308
node-postcss-reporter_7.0.5+~7.0.1.orig.tar.gz 92.9 KiB e7132eae7cba2c3d39fd7f523d59c641d2a059eb74871f7df079b9e2dc4ef083
node-postcss-reporter_7.0.5+~7.0.1-1.debian.tar.xz 6.0 KiB 8df31e8ebed54c30d8d6c76a57e95eb4e5a71c80d0308fb3e6bf340e4d58de58

No changes file available.

Binary packages built by this source

node-postcss-reporter: Log PostCSS messages in the console

 A PostCSS plugin to `console.log()` the messages (warnings, etc.) registered
 by other PostCSS plugins.
 .
 As of PostCSS 4.1, a single PostCSS process can accumulate messages from all
 of the plugins it uses. Most of these messages are warnings. Presumably,
 plugin authors want you to see those messages. So this plugin exists to read
 the accumulated messages (or messages from only the plugins you've specified),
 format them, and print them to the console.
 .
 Node.js is an event-based server-side JavaScript engine.