File: control

package info (click to toggle)
node-css-what 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 372 kB
  • ctags: 20
  • sloc: makefile: 2; sh: 2
file content (27 lines) | stat: -rw-r--r-- 878 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
Source: node-css-what
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends:
 debhelper (>= 9)
 , dh-buildinfo
 , nodejs
Standards-Version: 3.9.6
Homepage: https://github.com/fb55/css-what
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-css-what.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-javascript/node-css-what.git

Package: node-css-what
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Description: CSS selector parser
 This module contains a CSS selector parser.
 .
 The function returns a two-dimensional array. The first array represents 
 selectors separated by commas (eg. sub1, sub2), the second contains the 
 relevant tokens for that selector.
 .
 Node.js is an event-based server-side JavaScript engine.