File: control

package info (click to toggle)
node-postcss-convert-values 2.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 124 kB
  • sloc: makefile: 7; sh: 2
file content (33 lines) | stat: -rw-r--r-- 1,188 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
Source: node-postcss-convert-values
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends:
 debhelper (>= 11~)
 , nodejs
 , node-babel-cli
 , node-babel-preset-es2015-loose
 , node-babel-preset-es2015
 , node-babel-preset-stage-0
 , node-babel-plugin-add-module-exports
Standards-Version: 4.2.1
Homepage: https://github.com/ben-eb/postcss-convert-values
Vcs-Git: https://salsa.debian.org/js-team/node-postcss-convert-values.git
Vcs-Browser: https://salsa.debian.org/js-team/node-postcss-convert-values

Package: node-postcss-convert-values
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-postcss (>= 5.0.11)
 , node-postcss-value-parser (>= 3.1.2)
Description: Convert values with PostCSS (e.g. ms -> s)
 This plugin reduces CSS size by converting values to use different units where
 possible; for example, 500ms can be represented as .5s.
 .
 Note that this plugin only covers conversions for duration and absolute length
 values. For color conversions, use postcss-colormin.
 .
 Node.js is an event-based server-side JavaScript engine.