node-parents 1.0.1+~1.0.1-1 source package in Ubuntu

Changelog

node-parents (1.0.1+~1.0.1-1) unstable; urgency=medium

  * Team upload
  * Embed typescript declarations and repack
  * Fix test for tap >= 15 (Closes: #1009520)

 -- Yadd <email address hidden>  Mon, 18 Apr 2022 08:10:38 +0200

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-parents_1.0.1+~1.0.1-1.dsc 2.3 KiB c8c8a71a61255961178ac817d5ab4e9d405bb9574de8a6940c0a8ccdc1d52692
node-parents_1.0.1+~1.0.1.orig-types-parents.tar.gz 1.8 KiB 26ffd40b1376d98cb9f0773c53f0ee15b07e83722f81dbe5e7154251272a7c37
node-parents_1.0.1+~1.0.1.orig.tar.gz 2.8 KiB b3df888116bcd6449f01a8e32ad5bdb824888ce0a4fb86707667b1338632cfef
node-parents_1.0.1+~1.0.1-1.debian.tar.xz 3.9 KiB ea0753205bd86d31d505fc488c2eefb9a6e74acfb90e73f9f3975041800d2575

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.