File: control

package info (click to toggle)
node-stylus 0.54.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 5,392 kB
  • ctags: 913
  • sloc: makefile: 38
file content (38 lines) | stat: -rw-r--r-- 1,135 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
Source: node-stylus
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Andrew Kelley <superjoe30@gmail.com>
Build-Depends:
 debhelper (>= 9)
 , dh-buildinfo
 , mocha
 , node-should
 , node-sax (>= 0.5.0)
 , node-glob  (>= 3.2.0)
 , node-css (>= 2.0.0)
 , node-mkdirp (>= 0.3.0)
 , node-source-map (>= 0.1.0)
 , nodejs
 , help2man
Standards-Version: 3.9.8
Homepage: https://github.com/stylus/stylus
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-stylus.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-javascript/node-stylus.git

Package: node-stylus
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-debug
 , node-glob (>= 3.2.0)
 , node-css (>= 2.0.0)
 , node-sax (>= 0.5.0)
 , node-mkdirp (>= 0.3.0)
 , node-source-map (>= 0.1.0)
Description: Robust, expressive, and feature-rich CSS superset - Node.js module
 Stylus is a language which provides an efficient, dynamic, and expressive way
 to generate CSS. It supports both an indented syntax and regular CSS style.
 .
 Node.js is an event-based server-side JavaScript engine.