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
|
Source: node-postcss
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 (= 13)
, dh-sequence-nodejs
, node-chalk <!nocheck>
, node-cli-cursor <!nocheck>
, node-concat-with-sourcemaps <!nocheck>
, node-fs-extra <!nocheck>
, node-isarray <!nocheck>
, node-isobject <!nocheck>
, node-picocolors <!nocheck>
, node-strip-ansi <!nocheck>
, node-typescript <!nocheck>
, rollup
, ts-node <!nocheck>
, uvu <!nocheck>
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/js-team/node-postcss
Vcs-Git: https://salsa.debian.org/js-team/node-postcss.git
Homepage: https://postcss.org/
Rules-Requires-Root: no
Package: node-postcss
Architecture: all
Depends:
${misc:Depends}
, node-isarray
, node-isobject
, node-picocolors
, nodejs:any
Provides:
${nodejs:Provides}
X-Javascript-Built-Using: ${nodejs:Built-Using}
Breaks:
node-autoprefixer (<< 10.0~)
, node-css-loader (<< 5.0.1+~cs14.0.5-1~)
, node-postcss-modules-extract-imports (<< 3.0.0-1~)
, node-postcss-modules-values (<< 4.0.0-1~)
Description: Tool for transforming styles with JS plugins
These plugins can lint your CSS, support variables and mixins, transpile
future CSS syntax, inline images, and more.
.
PostCSS is used by industry leaders including Wikipedia, Twitter, Alibaba,
and JetBrains. The [Autoprefixer] PostCSS plugin is one of the most popular
CSS processors.
.
Node.js is an event-based server-side JavaScript engine.
|