1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
Source: node-postcss-cli
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
debhelper-compat (= 13)
, dh-sequence-nodejs
, ava <!nocheck>
, help2man
, node-chokidar (>= 3.3.0)
, node-fs-extra (>= 10.0.0)
, node-get-stdin
, node-globby (>= 12.0.0)
, node-picocolors
, node-postcss
, node-postcss-load-config
, node-postcss-reporter
, node-postcss-value-parser <!nocheck>
, node-pretty-hrtime
, node-resolve <!nocheck>
, node-slash (>= 4.0.0)
, node-uuid <!nocheck>
, node-yargs
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-postcss-cli
Vcs-Git: https://salsa.debian.org/js-team/node-postcss-cli.git
Homepage: https://github.com/postcss/postcss-cli#readme
Rules-Requires-Root: no
Package: node-postcss-cli
Architecture: all
Depends:
${misc:Depends}
, node-chokidar (>= 3.3.0)
, node-fs-extra (>= 10.0.0)
, node-get-stdin
, node-globby (>= 12.0.0)
, node-picocolors
, node-postcss
, node-postcss-load-config
, node-postcss-reporter
, node-postcss-value-parser
, node-pretty-hrtime
, node-resolve
, node-slash (>= 4.0.0)
, node-yargs
, nodejs:any
Provides: ${nodejs:Provides}
, postcss
Description: Command-line client for node-postcss
node-postcss provides plugins that can lint CSS, support variables and
mixins, transpile, future CSS syntax, inline images, and more.
.
node-postcss-cli provides a command-line client for node-postcss.
|