node-glob 7.1.6+~7.1.3-1 source package in Ubuntu

Changelog

node-glob (7.1.6+~7.1.3-1) unstable; urgency=medium

  * Team upload
  * Embed @types/glob and repack
  * Add a break against node-typescript-types < 20201105-1~

 -- Xavier Guimard <email address hidden>  Thu, 05 Nov 2020 11:08:51 +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

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-glob_7.1.6+~7.1.3-1.dsc 2.6 KiB a01fd242a8c58bc5e63d89e499de102fcad4c44aa7fa9eded3aa66fb909b7e3e
node-glob_7.1.6+~7.1.3.orig-types-glob.tar.gz 2.3 KiB fb8041194273fde85c003c6318fdcfdd7f448d042e9c5af1452aa2fbe6353881
node-glob_7.1.6+~7.1.3.orig.tar.gz 922.8 KiB a02a3f300f8586e999a37c578fdf37be2750f8bd14532bd4d927cb107a839d40
node-glob_7.1.6+~7.1.3-1.debian.tar.xz 10.5 KiB fd0b5570345c5990f44d0df3e89bd550ceb438c2fd853bc1fe9dd9f7b8b66db1

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.