node-globby 11.0.2+~cs16.20.37-1 source package in Ubuntu

Changelog

node-globby (11.0.2+~cs16.20.37-1) unstable; urgency=medium

  * Team upload
  * Declare compliance with policy 4.5.1
  * Add ctype=nodejs to component(s)
  * New upstream version 11.0.2+~cs16.20.37
    Updates:
    + fastq 1.10.0
    + globby 11.0.2
    + @nodelib/fs.macchiato 1.0.3
    + @nodelib/fs.scandir 2.1.4
    + @nodelib/fs.stat 2.1.4
    + @nodelib/fs.walk 1.2.6
  * Refresh patches and autopkgtest
  * Replace deprecated build dependency to node-typescript-types by
    node-types-node (Closes: #979772)

 -- Xavier Guimard <email address hidden>  Sat, 16 Jan 2021 00:20:27 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-globby_11.0.2+~cs16.20.37-1.dsc 5.6 KiB 019bda56355483675efd2d48c986e9a84d0e124409b5aa44655f21498a2fc564
node-globby_11.0.2+~cs16.20.37.orig-dir-glob.tar.gz 3.2 KiB 2fb531e89d897c96434d19726ff69117ce5780e398f80b2e69730cdde52ab551
node-globby_11.0.2+~cs16.20.37.orig-fast-glob.tar.gz 43.9 KiB 26981c0829e08f4a3f15564917b4797125708fe399b100bf5988a3c4fe019b46
node-globby_11.0.2+~cs16.20.37.orig-fastq.tar.gz 6.9 KiB 587c47278e66d5ca6d35e8233175827b0bd7ee526d952f4b3b81f13643f9558a
node-globby_11.0.2+~cs16.20.37.orig-merge2.tar.gz 27.6 KiB 088488760ba8b494e22e5c26c2e5e1c7505859f2515c77fdee611da3cd2ac747
node-globby_11.0.2+~cs16.20.37.orig-nodelib-fs-macchiato.tar.gz 15.1 KiB bbbf4f2d6df332e19e78f0d67089ec36fcd3bb096312b07f24edc651fca3ace9
node-globby_11.0.2+~cs16.20.37.orig-nodelib-fsscandir.tar.gz 27.5 KiB 082bd57607938e3ce84f95bc084804abf2c01bfcf1e0a1e8944e765833350abd
node-globby_11.0.2+~cs16.20.37.orig-nodelib-fsstat.tar.gz 18.8 KiB 8f9ac127930080ab3da2fd124eeefe9136d312b195bfc082600d623a73fc7527
node-globby_11.0.2+~cs16.20.37.orig-nodelib-fswalk.tar.gz 33.0 KiB 1cd8bfc24c4fe6e86e185acb15fa62e0eae96933ce6270880a9fff3a3b35413d
node-globby_11.0.2+~cs16.20.37.orig-reusify.tar.gz 4.4 KiB cfffd2e3daea789780b72dff4f8b3234d70fe218eb274b04576063f012794770
node-globby_11.0.2+~cs16.20.37.orig-run-parallel.tar.gz 5.8 KiB 6bd6dcae6d6f349ae3be39854ab9cc9de05ac1372831ab4e1104d8c31ba82e83
node-globby_11.0.2+~cs16.20.37.orig.tar.gz 10.7 KiB 93100eaa7bb6e5e6f51184f14a6d2510cd8f509487e825dfa0f7c9d47878969c
node-globby_11.0.2+~cs16.20.37-1.debian.tar.xz 10.2 KiB 37043866aeba03a5316e798c88e799db44362ee1f2bf3b22dbd4f470fa54a39e

No changes file available.

Binary packages built by this source

node-globby: Extends glob with promise API

 Extends glob with support for multiple patterns and exposes a Promise API.
 .
 Related projects includes multimatch which can match against a list instead of
 the filesystem and then glob-stream which is a streaming alternative finally
 matcher is simple wildcard matching.
 .
 Node.js is an event-based server-side JavaScript engine.