node-is-valid-glob 1.0.0-2 source package in Ubuntu

Changelog

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

  * Team upload
  * Back to unstable after successful tests
  * Bump debhelper compatibility level to 12
  * Declare compliance with policy 4.4.1
  * Add "Rules-Requires-Root: no"
  * Add debian/gbp.conf
  * Add upstream/metadata
  * Fix copyright
  * Switch test and install to pkg-js-tools

 -- Xavier Guimard <email address hidden>  Tue, 19 Nov 2019 21:45:04 +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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-is-valid-glob_1.0.0-2.dsc 2.1 KiB 5c180d5a8ecfa305a4effe8d3f4652248151550af9a31ef29d222e0060f887bb
node-is-valid-glob_1.0.0.orig.tar.gz 4.9 KiB 60298e5406e0d05ee697141688a4a878f9de3ee9fe812b09c26b4fec99f7fb4c
node-is-valid-glob_1.0.0-2.debian.tar.xz 2.4 KiB c21f97a63ed1fc2947bdf54d7baeb4baeb3332acb210d66bf1b08e84a5a2eadd

Available diffs

No changes file available.

Binary packages built by this source

node-is-valid-glob: Return true if a value is a valid glob pattern or patterns

 This really just checks to make sure that a pattern is either a string or
 array, and if it's an array it's either empty or consists of only strings.
 .
 Node.js is an event-based server-side JavaScript engine.