node-anymatch 3.1.1+~2.2.2-1 source package in Ubuntu

Changelog

node-anymatch (3.1.1+~2.2.2-1) unstable; urgency=medium

  * Team upload
  * Declare compliance with policy 4.5.0
  * New upstream version 3.1.1+~2.2.2
  * Update lintian overrides
  * Install picomatch docs

 -- Xavier Guimard <email address hidden>  Fri, 22 May 2020 00:12:33 +0200

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

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-anymatch_3.1.1+~2.2.2-1.dsc 2.4 KiB f8abdda378e8127fab1c01c6555198ebeb7bdc4713f276e0b117d8585cef7ccf
node-anymatch_3.1.1+~2.2.2.orig-picomatch.tar.gz 93.8 KiB 09af6da1267d485fff09e48099ef3f1f152ba1fdeada561e7275576fb1150aa8
node-anymatch_3.1.1+~2.2.2.orig.tar.gz 5.5 KiB 409b72940c53dd484b7a56457ba13a0ba04bde3b9ac643f711ac018a50c2c4b4
node-anymatch_3.1.1+~2.2.2-1.debian.tar.xz 3.5 KiB eda8118a30676a740f682980c756236fbcefde8f6ef69d6481b3fc6c4fe457fe

Available diffs

No changes file available.

Binary packages built by this source

node-anymatch: Matches strings against configurable strings

 Javascript module to match a string against a regular expression, glob, string,
 or function that takes the string as an argument and returns a truthy or falsy
 value. The matcher can also be an array of any or all of these. Useful for
 allowing a very flexible user-defined config to define things like file paths.
 .
 It is a dependency for ava, a futuristic test-runner
 .
 Node.js is an event-based server-side JavaScript engine.