File: control

package info (click to toggle)
node-postcss-load-options 1.2.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 212 kB
  • sloc: javascript: 152; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,073 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-load-options
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: javascript
Priority: optional
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper-compat (= 13)
 , dh-buildinfo
 , dh-sequence-nodejs
 , node-cosmiconfig <!nocheck>
 , node-object-assign <!nocheck>
 , nodejs
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-postcss-load-options
Vcs-Git: https://salsa.debian.org/js-team/node-postcss-load-options.git
Homepage: https://github.com/michael-ciniawsky/postcss-load-options#readme
Rules-Requires-Root: no

Package: node-postcss-load-options
Architecture: all
Depends: ${misc:Depends}
 , node-cosmiconfig
 , node-object-assign
Description: Autoload Options for PostCSS
 PostCSS is a tool for transforming styles with JS plugins.  These plugins can
 lint your CSS, support variables and mixins, transpile future CSS syntax,
 inline images, and more.
 .
 Node.js is an event-based server-side JavaScript engine.