File: control

package info (click to toggle)
node-autoprefixer 10.4.19.0%2Bdfsg1%2B~cs24.8.24-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,080 kB
  • sloc: javascript: 9,429; ruby: 509; makefile: 12; sh: 3
file content (73 lines) | stat: -rw-r--r-- 2,296 bytes parent folder | download | duplicates (2)
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
70
71
72
73
Source: node-autoprefixer
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
 , gem2deb
 , node-browserslist (>= 4.23.4~)
 , node-caniuse-lite (>= 1.0.30001701~)
 , node-normalize-range (>= 0.1.2-2~)
 , node-picocolors
 , node-postcss (>= 8.0~)
 , node-postcss-value-parser (>= 4.1~)
 , node-rollup-plugin-alias
 , node-rollup-plugin-commonjs (>= 15.0~)
 , node-rollup-plugin-json (>= 4.1~)
 , node-rollup-plugin-node-polyfills
 , node-rollup-plugin-node-resolve (>= 11~)
 , node-rollup-plugin-replace (>= 2.3.3~)
 , node-text-encoding
 , node-whatwg-url
 , rake
 , rollup
 , ruby-execjs (>= 2.7~)
 , ruby-json
 , ruby-rspec
 , uvu <!nocheck>
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/js-team/node-autoprefixer
Vcs-Git: https://salsa.debian.org/js-team/node-autoprefixer.git
Homepage: https://github.com/postcss/autoprefixer
Rules-Requires-Root: no
XS-Ruby-Versions: all

Package: ruby-autoprefixer-rails
Section: ruby
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${misc:Depends}
 , ${shlibs:Depends}
 , ruby
 , ruby-execjs (>= 2.7~)
 , ruby-json
Description: Rails integration for the autoprefixer tool
 autoprefixer parse CSS and adds vendor prefixes to CSS rules based on browser
 support for different features, by using data from "Can I Use" website.
 .
 This package integrates autoprefixer into the Rails asset pipeline.

Package: node-autoprefixer
Architecture: all
Depends: ${misc:Depends}
 , ${num2fraction:Depends}
 , node-browserslist (>= 4.19.1~)
 , node-caniuse-lite (>= 1.0.30001297~)
 , node-normalize-range
 , node-picocolors
 , node-postcss (>= 8.0~)
 , node-postcss-value-parser (>= 4.1~)
 , nodejs:any
Provides: ${nodejs:Provides}
Multi-Arch: foreign
Description: add vendor prefixes to CSS rules
 PostCSS plugin to parse CSS and add vendor prefixes to CSS rules using values
 from the Can One 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.