File: control

package info (click to toggle)
node-css 2.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 1,580 kB
  • ctags: 123
  • sloc: makefile: 10; sh: 4
file content (34 lines) | stat: -rw-r--r-- 1,007 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
Source: node-css
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Leo Iannacone <l3on@ubuntu.com>
Build-Depends:
 debhelper (>= 8)
 , dh-buildinfo
 , nodejs
 , node-inherits
 , node-source-map
 , mocha
 , node-should
 , node-expect.js
Standards-Version: 3.9.6
Homepage: https://github.com/reworkcss/css
XS-Testsuite: autopkgtest
Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-css.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-css.git

Package: node-css
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-inherits
 , node-source-map
Description: JavaScript CSS parser and stringifier - Node.js module
 This module provides a CSS parser in JavaScript, able to make
 stylesheet rules available as JavaScript object, and a CSS
 stringifier which takes an abstract syntax tree from parser and
 outputs a CSS-formatted string.
 .
 Node.js is an event-based server-side JavaScript engine.