node-anymatch 3.0.3+~2.0.7-3 source package in Ubuntu

Changelog

node-anymatch (3.0.3+~2.0.7-3) unstable; urgency=medium

  * Team upload
  * Switch install to pkg-js-tools

 -- Xavier Guimard <email address hidden>  Sat, 03 Aug 2019 15:42:07 +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

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-anymatch_3.0.3+~2.0.7-3.dsc 2.4 KiB bdccd8582a14a6fe701c63ed1198331de14e28c575184b156dfe97f365b9ab19
node-anymatch_3.0.3+~2.0.7.orig-picomatch.tar.gz 86.0 KiB e16e6fbe16862ca9eabca2d9a59dc8372e8b22181988315186a47d8de4d77dac
node-anymatch_3.0.3+~2.0.7.orig.tar.gz 5.3 KiB 8e6e0d9fd4b24af0576742bf18cb4ffe27af770b47bc0f58a61b86ceadc827cd
node-anymatch_3.0.3+~2.0.7-3.debian.tar.xz 3.3 KiB f85c942435fe1c88eb5555cf78660b51f6be46798edaf6666f154b6b71114b26

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.