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

Changelog

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

  * Team upload
  * Rebuild with node-wrap-ansi >= 8.0.1+~8.0.1-3~

 -- Yadd <email address hidden>  Mon, 28 Nov 2022 06:42:34 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-anymatch_3.1.3+~cs4.6.1-2.dsc 2.8 KiB ab83207e5bffb56dc05cd659101cf930f2ed934f8979bdd4fd84b2916fd03401
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-2.debian.tar.xz 4.1 KiB a96248f72c08e969515e23c39bbf2105ff28906b44d2cc452d9f50ab9b2d41c9

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.