node-matcher 2.1.0-1 source package in Ubuntu

Changelog

node-matcher (2.1.0-1) unstable; urgency=medium

  * Team upload
  * Bump debhelper compatibility level to 12
  * Add debian/gbp.conf
  * Declare compliance with policy 4.4.1
  * Add "Rules-Requires-Root: no"
  * New upstream version 2.1.0
  * Update patch: use tape for test

 -- Xavier Guimard <email address hidden>  Wed, 18 Dec 2019 06:58:50 +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-matcher_2.1.0-1.dsc 2.1 KiB b62b9017bbf8109e98232c532d6e69b7508050b987b4681cb12b0162161344c6
node-matcher_2.1.0.orig.tar.gz 15.3 KiB 1f9efa38bbab381d7ed4c3d775175645a9a89c671a7cf8296be1daa47c2b98c0
node-matcher_2.1.0-1.debian.tar.xz 3.1 KiB a190597af99d7c512bb756cfdc3e310cf3daac0e7559e4f9f8a83c591bac55aa

Available diffs

No changes file available.

Binary packages built by this source

node-matcher: Simple wildcard matching

 Useful when you want to accept loose string input and regexes/globs are too
 convoluted.
 .
 This module can be used in different ways. It can accept an array of input's
 and pattern's and returns an array of inputs filtered based on the patterns.
 Or it returns a boolean of whether if the input matches the pattern.
 .
 Node.js is an event-based server-side JavaScript engine.