File: control

package info (click to toggle)
node-cssom 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 356 kB
  • ctags: 372
  • sloc: makefile: 5
file content (29 lines) | stat: -rw-r--r-- 1,091 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-cssom
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Laszlo Boszormenyi (GCS) <gcs@debian.org>, David Paleino <dapal@debian.org>
Build-Depends: debhelper (>= 9), node-jake
Standards-Version: 3.9.5
Homepage: https://github.com/NV/CSSOM
Vcs-Git: git://git.debian.org/collab-maint/node-cssom.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/node-cssom.git;a=summary

Package: node-cssom
Architecture: all
Depends: ${misc:Depends}, nodejs
Description: CSS parser written in pure JavaScript - NodeJS module
 CSSOM.js is a CSS parser written in pure JavaScript. It is also a partial
 implementation of the CSS Object Model.
 .
 This package contains the NodeJS module.

Package: libjs-cssom
Architecture: all
Depends: ${misc:Depends}
Recommends: javascript-common
Description: CSS parser written in pure JavaScript
 CSSOM.js is a CSS parser written in pure JavaScript. It is also a partial
 implementation of the CSS Object Model.
 .
 This package contains the javascript files for web browsers.