node-parents 1.0.1-6 source package in Ubuntu

Changelog

node-parents (1.0.1-6) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.5.0, no changes needed.
  * Apply multi-arch hints.
    + node-parents: Add Multi-Arch: foreign.
  * Remove constraints unnecessary since stretch:
    + Build-Depends: Drop versioned constraint on node-tap.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

  [ Yadd ]
  * Update standards version to 4.6.0, no changes needed.
  * Add "Rules-Requires-Root: no"
  * Add debian/gbp.conf
  * Fix filenamemangle
  * Fix GitHub tags regex
  * Update nodejs dependency => nodejs:any
  * Use dh-sequence-nodejs auto test & install

 -- Yadd <email address hidden>  Fri, 12 Nov 2021 10:41:14 +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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-parents_1.0.1-6.dsc 2.0 KiB 91dd5290e7559f325a8b3e2b4c0cc2f00c1cd2101a382812d6221efd7f128291
node-parents_1.0.1.orig.tar.gz 2.8 KiB b3df888116bcd6449f01a8e32ad5bdb824888ce0a4fb86707667b1338632cfef
node-parents_1.0.1-6.debian.tar.xz 3.5 KiB 6dfae66f81c157a7892dafab64033395c03115319daf16968562739a421913f3

Available diffs

No changes file available.

Binary packages built by this source

node-parents: Node.js module returning all the parent directories

 This module return a list of all parent directories of
 a given directory.
 .
 This modules is useful for creating find(1) clone in pure
 javascript.
 .
 This module is a dependency of browserify, a tool that allows one
 to write Node.js-style modules that compile for use in the browser.
 .
 Node.js is an event-based server-side JavaScript engine.