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
|
Source: node-css-what
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
debhelper-compat (= 13)
# , node-diff <!nocheck>
# , node-source-map-support <!nocheck>
, node-typescript
, node-typescript-types
# , node-yn <!nocheck>
, dh-sequence-nodejs
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/js-team/node-css-what
Vcs-Git: https://salsa.debian.org/js-team/node-css-what.git
Homepage: https://github.com/fb55/css-what
Rules-Requires-Root: no
Package: node-css-what
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends}
, nodejs
Breaks: node-css-select (<< 3.1.2~)
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.
|