node-extglob 3.0.0-2 source package in Ubuntu

Changelog

node-extglob (3.0.0-2) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Submit.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Update standards version to 4.4.1, no changes needed.

  [ Xavier Guimard ]
  * Back to unstable after successful tests
  * Add "Rules-Requires-Root: no"
  * Add debian/gbp.conf
  * Use pkg-js-tools auto install

 -- Xavier Guimard <email address hidden>  Sat, 21 Dec 2019 09:45:22 +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-extglob_3.0.0-2.dsc 2.3 KiB b05d8ec8d28408e6302909a02a458927a27a78b77f807e9c95d4c0031c6732e6
node-extglob_3.0.0.orig.tar.gz 25.3 KiB c6c74557d8103eeab0e74f3aa8997f6412fe759c406a9d29202e8cdebb81af4b
node-extglob_3.0.0-2.debian.tar.xz 2.8 KiB 7102c90553e51f5556238917fc3c078cff93740e9cb39eb3f6f6d0adb672c6b4

Available diffs

No changes file available.

Binary packages built by this source

node-extglob: Extended glob support for JavaScript

 Node.js module that exports a function that takes a glob pattern as a string
 plus some options and returns an object with the parsed AST and the compiled
 output, which is a regex-compatible string that can be used for matching.
 .
 It handles negation patterns and nested patterns, and is compatible with
 globbing in Bash 4.3.
 .
 Node.js is an event-based server-side JavaScript engine.