node-nth-check 2.0.0-1 source package in Ubuntu

Changelog

node-nth-check (2.0.0-1) unstable; urgency=medium

  * Team upload
  * Declare compliance with policy 4.5.1
  * New upstream version 2.0.0
  * Build with typescript
  * Update test
  * Add a "Breaks" against node-css-select < 2.1.0+dfsg-3~

 -- Xavier Guimard <email address hidden>  Wed, 16 Dec 2020 11:34:58 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-nth-check_2.0.0-1.dsc 2.1 KiB 53c9b2f8b8fd0bbd2368530d8a99e4cbcc1342647d67fc0e8c98e217aa94ef20
node-nth-check_2.0.0.orig.tar.gz 123.3 KiB 7c7d08d441d43532fa2170b922f7a911eaa490fed796c64dc2e0a73616d07d20
node-nth-check_2.0.0-1.debian.tar.xz 3.9 KiB aa577e6d939243c730c37e79ed8e23a1f71948aaf832d2c2656cd3e20b5d7964

Available diffs

No changes file available.

Binary packages built by this source

node-nth-check: 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.