File: control

package info (click to toggle)
node-gulp-postcss 10.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 128 kB
  • sloc: javascript: 556; makefile: 2
file content (41 lines) | stat: -rw-r--r-- 1,423 bytes parent folder | download
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
Source: node-gulp-postcss
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Mathias Gibbens <gibmat@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , gulp
 , mocha
 , node-fancy-log (>= 1.3.3)
 , node-gulp-sourcemaps
 , node-plugin-error (>= 1.0.1)
 , node-postcss (>= 8.0.0)
# upstream lists node-postcss-load-config >= 3.0.0, but that's not yet been packaged for Debian
 , node-postcss-load-config (>= 2.1.2)
 , node-proxyquire
 , node-sinon
 , node-vinyl-sourcemaps-apply (>= 0.2.1)
Standards-Version: 4.7.0
Homepage: https://github.com/postcss/gulp-postcss
Vcs-Git: https://salsa.debian.org/js-team/node-gulp-postcss.git
Vcs-Browser: https://salsa.debian.org/js-team/node-gulp-postcss
Rules-Requires-Root: no

Package: node-gulp-postcss
Architecture: all
Depends:
 ${misc:Depends}
 , node-fancy-log (>= 1.3.3)
 , node-plugin-error (>= 1.0.1)
 , node-postcss (>= 8.0.0)
 , node-postcss-load-config (>= 2.1.2)
 , node-vinyl-sourcemaps-apply (>= 0.2.1)
Description: gulp plugin to pipe CSS through several plugins, but parse CSS only once
 gulp-postcss is a plugin that can pipe CSS through several plugins, parsing
 the CSS only once. You must install any desired postcss plugins in addition
 to this package.
 .
 Node.js is an event-based server-side JavaScript engine.