node-extglob 3.0.0-3 source package in Ubuntu

Changelog

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

  * Team upload
  * Bump debhelper compatibility level to 13
  * Modernize debian/watch
    * Fix GitHub tags regex
    * Fix filenamemangle
  * Use dh-sequence-nodejs
  * Update standards version to 4.6.0, no changes needed.
  * Drop nodejs dependency
  * Mark test dependencies with <!nocheck>
  * Drop unneeded dependency version constraints

 -- Yadd <email address hidden>  Fri, 10 Dec 2021 06:25:53 +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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-extglob_3.0.0-3.dsc 2.4 KiB d14a2d62f907f3044ef58ced2506456bcbb7d4dcd575c3d6e368d5bbf0d4efad
node-extglob_3.0.0.orig.tar.gz 25.3 KiB c6c74557d8103eeab0e74f3aa8997f6412fe759c406a9d29202e8cdebb81af4b
node-extglob_3.0.0-3.debian.tar.xz 3.0 KiB 2dfee46e03cecf92e106ead82fb4c46b07dd681a31877cc9a98ba3f81823f359

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.