File: control

package info (click to toggle)
node-autoprefixer 8.6.5-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,532 kB
  • sloc: sh: 28; makefile: 13
file content (69 lines) | stat: -rw-r--r-- 2,221 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Source: node-autoprefixer
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~)
 , pkg-components (>= 0.10~)
 , nodejs
 , gulp
 , node-gulp-babel
 , node-babel-core
 , node-browserslist (>= 2.5.1)
 , node-caniuse-lite (>= 1.0.30000926+dfsg-2~)
 , node-normalize-range (>= 0.1.2)
# num2fraction is in debian/components
 , node-postcss (>= 6.0.11)
 , node-postcss-value-parser (>= 3.2.3)
 , node-fs-extra
 , node-babel-plugin-transform-proto-to-assign
 , node-babel-plugin-transform-class-properties
 , node-babel-preset-env
 , node-rollup-plugin-babel
 , node-rollup-plugin-commonjs
 , node-rollup-plugin-node-resolve
 , node-js-beautify
 , rollup
Standards-Version: 4.3.0
Homepage: https://github.com/postcss/autoprefixer#readme
Vcs-Git: https://salsa.debian.org/js-team/node-autoprefixer.git
Vcs-Browser: https://salsa.debian.org/js-team/node-autoprefixer

Package: node-autoprefixer
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-browserslist (>= 2.5.1)
 , node-caniuse-lite (>= 1.0.30000926+dfsg-2~)
 , node-normalize-range (>= 0.1.2)
# num2fraction is in debian/components
 , ${num2fraction:Depends}
 , node-postcss (>= 6.0.11)
 , node-postcss-value-parser (>= 3.2.3)
Description: add vendor prefixes to CSS rules
 PostCSS plugin to parse CSS and add vendor prefixes to CSS rules using values
 from the Can I Use website. It is recommended by Google and used in Twitter
 and Taobao.
 .
 Write your CSS rules without vendor prefixes (in fact, forget about them
 entirely).
 .
 Node.js is an event-based server-side JavaScript engine.

Package: libjs-autoprefixer
Architecture: all
Depends:
 ${misc:Depends}
Recommends: javascript-common
Description: add vendor prefixes to CSS rules - browser bundle
 PostCSS plugin to parse CSS and add vendor prefixes to CSS rules using values
 from the Can I Use website. It is recommended by Google and used in Twitter
 and Taobao.
 .
 Write your CSS rules without vendor prefixes (in fact, forget about them
 entirely).
 .
 This package provides autoprefixer.js as a standalone library targeting
 browsers.