node-minimatch 3.0.5+~3.0.5-1 source package in Ubuntu

Changelog

node-minimatch (3.0.5+~3.0.5-1) unstable; urgency=medium

  * Team upload
  * New upstream version 3.0.5+~3.0.5

 -- Yadd <email address hidden>  Wed, 09 Feb 2022 17:06:14 +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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-minimatch_3.0.5+~3.0.5-1.dsc 2.4 KiB 8518b57c832747a779742425afc4c1d488abedd058f38dc14143c0998bf95414
node-minimatch_3.0.5+~3.0.5.orig-types-minimatch.tar.gz 2.9 KiB 79866e26cfc3fc660bb79144243c344c5df5e5b64f8b022c9e07dfa3fcb66f24
node-minimatch_3.0.5+~3.0.5.orig.tar.gz 72.4 KiB ed6dc64440706f25626785c06639e67d3ab87b57a021c924b9be6361c9c81b37
node-minimatch_3.0.5+~3.0.5-1.debian.tar.xz 4.0 KiB 104f442ba0a6642f27e66f4e3b79837d29d3d3596b45f3779af286014d2fbe1d

Available diffs

No changes file available.

Binary packages built by this source

node-minimatch: Convert glob expressions into RegExp objects for Node.js

 A pure javascript, not strictly compatible, implementation of fnmatch/glob.
 Supports negation, comment, double-star, brace expansion.
 .
 Node.js is an event-based server-side javascript engine.