node-is-glob 4.0.3-2 source package in Ubuntu

Changelog

node-is-glob (4.0.3-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + node-is-glob: Add :any qualifier for nodejs dependency.

 -- Jelmer Vernooij <email address hidden>  Thu, 08 Dec 2022 00:42:32 +0000

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-is-glob_4.0.3-2.dsc 2.0 KiB 047bfadca7ae16149b624c201eac6ac13553b9faa1f64d247642c96aa30ed5a1
node-is-glob_4.0.3.orig.tar.gz 8.1 KiB 9b4dccf01dba9058854dd4d690f99b1ff7fe5f15c453c6fffbf4f568d2c66542
node-is-glob_4.0.3-2.debian.tar.xz 2.6 KiB c9337666458d9e4e87c1f178cc83108fa46431fbecf807f5375b198c2f129b60

Available diffs

No changes file available.

Binary packages built by this source

node-is-glob: Node module to return true if a string is a glob or extglob

 Node module providing a function that returns true if a string contains
 a glob or extglob. Extglobs add the expressive power of regular expressions
 to globs patterns.
 .
 Node.js is an event-based server-side JavaScript engine.