node-css-selector-tokenizer 0.7.1-1 source package in Ubuntu

Changelog

node-css-selector-tokenizer (0.7.1-1) unstable; urgency=medium

  * Team upload
  * Bump debhelper compatibility level to 12
  * Declare compliance with policy 4.4.1
  * Add "Rules-Requires-Root: no"
  * Add debian/gbp.conf
  * Add upstream/metadata
  * New upstream version 0.7.1
  * Require node-regexpu-core ≥ 4.6.0+ds-2
  * Add patch to fix test for regjsparser ≥ 0.6
  * Update copyright

 -- Xavier Guimard <email address hidden>  Sun, 05 Jan 2020 07:18:43 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-css-selector-tokenizer_0.7.1-1.dsc 2.8 KiB eb25ef22c7cc53a5fcbf80e7521825f810dc048abc0a9de71dc8bc39650e595c
node-css-selector-tokenizer_0.7.1.orig-cssesc.tar.gz 8.5 KiB 6147400a9cef419704866d751d3112f3d124ae863cdc6489bd41a40c12816c93
node-css-selector-tokenizer_0.7.1.orig-fastparse.tar.gz 4.5 KiB ed4a8c4367ba0738d5d66acbeb3bc1aaf3f96633ea2b098e76762dfce13ef4df
node-css-selector-tokenizer_0.7.1.orig.tar.gz 8.0 KiB 42f61fbf78ac0ed1f2cc219fe7139df56c80de1bec7491a368e9ecc9f4b31eca
node-css-selector-tokenizer_0.7.1-1.debian.tar.xz 2.9 KiB 8894fb5a8305ddfa3a69e3ed7c0c7f8a133e09ccaca57e0f581b465f1bcdebe6

Available diffs

No changes file available.

Binary packages built by this source

node-css-selector-tokenizer: Parses and stringifies CSS selectors

 This library is a dependency of css-loader webpack plugin. Webpack takes code
 targeted at node.js and makes it run in the browser. Node.js comes with API of
 its own that is not available in the browsers. Webpack exposes this code to
 programs that are unaware they are running in a browser.
 .
 Node.js is an event-based server-side JavaScript engine.