node-anymatch 3.1.3+~cs4.6.1-1 source package in Ubuntu

Changelog

node-anymatch (3.1.3+~cs4.6.1-1) unstable; urgency=medium

  * Team upload
  * Update standards version to 4.6.1, no changes needed.
  * Replace /releases by /tags in GitHub urls
  * New upstream version 3.1.3+~cs4.6.1

 -- Yadd <email address hidden>  Sat, 26 Nov 2022 18:31:37 +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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-anymatch_3.1.3+~cs4.6.1-1.dsc 2.8 KiB effe7ddb61840b8c8f0962ee0a02549c22be9f97ac2a63fdb6ae41fa9af43128
node-anymatch_3.1.3+~cs4.6.1.orig-picomatch.tar.gz 97.8 KiB ec1c00df527993fd98504f079036587574a3f5e3c3cef2edaa97beb9484fc94f
node-anymatch_3.1.3+~cs4.6.1.orig-types-picomatch.tar.gz 5.7 KiB 50a6f2b2aaabc78ae84b3d698cf5533d3093a5a0d61a38073744d21d17b9b21a
node-anymatch_3.1.3+~cs4.6.1.orig.tar.gz 5.6 KiB 46e8526b16c2909b1b1f32709ca43a8983bb0c11cea67f9a4b7481eff7757a6b
node-anymatch_3.1.3+~cs4.6.1-1.debian.tar.xz 4.0 KiB b7f1db14ebe3b9e8e2564abeca7e232c547efe9058b4aa5246e3bdb498661b6e

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.