Source: node-postcss-reporter
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
 debhelper-compat (= 12)
 , dh-sequence-nodejs
 , nodejs
 , node-colorette (>= 1.2.1~) <!nocheck>
 , node-lodash-packages (>= 4.17.4) <!nocheck>
 , node-postcss (>= 8.1~) <!nocheck>
 , node-tape <!nocheck>
 , node-lodash (>= 4.17.4) <!nocheck>
# for embedded log-symbols
 , node-chalk (>= 2.0.1~) <!nocheck>
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/js-team/node-postcss-reporter
Vcs-Git: https://salsa.debian.org/js-team/node-postcss-reporter.git
Homepage: https://github.com/postcss/postcss-reporter
Rules-Requires-Root: no

Package: node-postcss-reporter
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-colorette (>= 1.2.1~)
 , node-lodash-packages (>= 4.17.4)
 , node-postcss (>= 8.1~)
Description: 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.
