node-glob 8.1.0+~cs8.5.15-1 source package in Ubuntu

Changelog

node-glob (8.1.0+~cs8.5.15-1) unstable; urgency=medium

  * Team upload
  * New upstream version 8.1.0+~cs8.5.15
  * Unfuzz patches

 -- Yadd <email address hidden>  Fri, 22 Dec 2023 14:13:24 +0400

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 devel
Noble release universe devel

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-glob_8.1.0+~cs8.5.15-1.dsc 3.5 KiB db434dfde618d739a0c24b76d1e8dcf52911ed27b9c9cfa41a65d2a95e2cdffb
node-glob_8.1.0+~cs8.5.15.orig-globalyzer.tar.gz 9.9 KiB 16d1cbc2518f9d2caa8827078e3a82aeec98563609059ddb4e164965e92a2722
node-glob_8.1.0+~cs8.5.15.orig-globrex.tar.gz 29.6 KiB b39debaf5d90ec0a23aac5c2db0eae11bde8c167761be007bd31bd80c59feb0c
node-glob_8.1.0+~cs8.5.15.orig-tiny-glob.tar.gz 28.8 KiB 26837f51b3d5bad0b8b235f0fbaa800d4b18069de4b6280164422eba9ce76a78
node-glob_8.1.0+~cs8.5.15.orig-types-glob.tar.gz 2.4 KiB 15aaa9f5b0e393fbdeb85651c8bbaf694970f6f82615c7d5302e7c15f5e4270c
node-glob_8.1.0+~cs8.5.15.orig.tar.gz 968.2 KiB 8d76d3374eefb4806ba397b40294013afd42045bc42976dad1e25b46a1c8d826
node-glob_8.1.0+~cs8.5.15-1.debian.tar.xz 11.6 KiB 9e7b233309923a2b079099188d61fe0514185deb7a6dc6f3f52d15efc6003c4e

No changes file available.

Binary packages built by this source

node-glob: glob functionality for Node.js

 node-glob is a glob implementation for Node.js
 .
 It features brace expansion, extended glob matching, globstar matching,
 and can be invoked synchronously as well as asynchronously.
 It uses minimatch for pattern matching.
 .
 Node.js is an event-based server-side javascript engine.