File: control

package info (click to toggle)
node-css-select 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 432 kB
  • ctags: 253
  • sloc: makefile: 4; sh: 2; xml: 1
file content (38 lines) | stat: -rw-r--r-- 1,169 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-css-select
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Paolo Greppi <paolo.greppi@libpf.com>
Build-Depends:
 debhelper (>= 9)
 , dh-buildinfo
 , node-css-what (>= 2.1)
 , node-boolbase (>= 1.0.0)
 , node-domutils (>= 1.5.1)
 , node-domhandler
 , node-htmlparser2
 , node-expect.js
 , node-nth-check (>= 1.0.1)
 , mocha
 , nodejs
Standards-Version: 3.9.8
Homepage: https://github.com/fb55/css-select#readme
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-css-select.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-css-select.git

Package: node-css-select
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-css-what (>= 2.1)
 , node-boolbase (>= 1.0.0)
 , node-domutils (>= 1.5.1)
 , node-nth-check (>= 1.0.1)
Description: CSS selector compiler/engine
 Node.js module that turns CSS selectors into functions that test
 if DOM elements match them. Provides an efficient and complete
 implementation of CSS3 and a partial implementation of jQuery/Sizzle
 extensions.
 .
 Node.js is an event-based server-side JavaScript engine.