Package: node-css-what Version: 4.0.0 Revision: 3.1 ### BuildDepends: << fink (>= 0.32), node-typescript << Depends: << nodejs << ### Source: mirror:debian:/pool/main/n/%n/%n_%v.orig.tar.gz Source-Checksum: SHA256(3c7438f73906efc718f6ade070795c12117d7ed000cb7dd7a33bcff4cc605a96) SourceDirectory: css-what-%v Source2: mirror:debian:pool/main/n/%n/%n_%v-3.debian.tar.xz Source2-Checksum: SHA256(ce4ca013cdcea21ea88d6778e5716cdb9ec0a8ca3537cf654fe5db463efa207c) Source2ExtractDir: css-what-%v ### DocFiles: readme.md LICENSE ### CompileScript: << tsc --lib es6 << InstallScript: << install -d -m0755 %i/share/nodejs/css-what install -m0644 package.json %i/share/nodejs/css-what/ cp -R lib %i/share/nodejs/css-what/ << ### Description: CSS selector parser DescDetail: << 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. << ### License: BSD Homepage: https://github.com/fb55/css-what Maintainer: Justin F. Hallett