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
|
Source: node-stylus
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Build-Depends: chai <!nocheck>
, debhelper-compat (= 13)
, dh-sequence-nodejs
, help2man
, mocha <!nocheck>
, node-css <!nocheck>
, node-debug <!nocheck>
, node-glob <!nocheck>
, node-mkdirp <!nocheck>
, node-safe-buffer (>= 5.2.1+~cs2.1.2) <!nocheck>
, node-sax <!nocheck>
, node-semver <!nocheck>
, node-source-map <!nocheck>
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-stylus
Vcs-Git: https://salsa.debian.org/js-team/node-stylus.git
Homepage: https://github.com/stylus/stylus
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no
Package: node-stylus
Architecture: all
Depends: ${misc:Depends}
, node-css
, node-debug
, node-glob
, node-mkdirp
, node-safe-buffer (>= 5.2.1+~cs2.1.2)
, node-sax
, node-semver
, node-source-map
, nodejs:any
Provides: ${nodejs:Provides}
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.
|