Codebase list node-nth-check / 1fd4636a-f57d-4369-92b1-c59c627f5ad4/main debian / control
1fd4636a-f57d-4369-92b1-c59c627f5ad4/main

Tree @1fd4636a-f57d-4369-92b1-c59c627f5ad4/main (Download .tar.gz)

control @1fd4636a-f57d-4369-92b1-c59c627f5ad4/main

6c57180
1e308a0
6c57180
 
 
8bf7772
 
62bc206
6d8405d
8bf7772
62bc206
 
 
8fc46e3
963b675
8bf7772
 
 
a7ff516
6c57180
 
 
8bf7772
 
e71414d
6c57180
 
 
 
76c1af8
6c57180
 
 
Source: node-nth-check
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , mocha <!nocheck>
 , node-assert <!nocheck>
 , node-boolbase <!nocheck>
 , node-expect.js <!nocheck>
 , node-typescript
 , node-typescript-types
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/js-team/node-nth-check
Vcs-Git: https://salsa.debian.org/js-team/node-nth-check.git
Homepage: https://github.com/fb55/nth-check
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-nth-check
Architecture: all
Depends: ${misc:Depends}
 , node-boolbase
Breaks: node-css-select (<< 2.1.0+dfsg-3~)
Description: performant nth-check parser & compiler
 This module can be used to parse & compile nth-checks, as they are found
 in CSS 3's nth-child() and nth-last-of-type().
 .
 nth-check focusses on speed, providing optimized functions for different
 kinds of nth-child formulas, while still following the spec.
 .
 Node.js is an event-based server-side JavaScript engine.