File: control

package info (click to toggle)
node-postcss-modules-values 4.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 300 kB
  • sloc: javascript: 311; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,088 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
Source: node-postcss-modules-values
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
 , jest <!nocheck>
 , node-icss-utils (>= 5.0~) <!nocheck>
 , node-postcss (>= 8.1~) <!nocheck>
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/js-team/node-postcss-modules-values
Vcs-Git: https://salsa.debian.org/js-team/node-postcss-modules-values.git
Homepage: https://github.com/css-modules/postcss-modules-values#readme
Rules-Requires-Root: no

Package: node-postcss-modules-values
Architecture: all
Depends: ${misc:Depends}
 , node-icss-utils (>= 5.0~)
 , node-postcss (>= 8.1~)
Description: pass arbitrary values between your module files
 This module is a PostCSS plugin for CSS Modules to pass arbitrary values
 between module files.
 .
 PostCSS is a tool for transforming styles with JS plugins.
 .
 Node.js is an event-based server-side JavaScript engine.