node-archy 1.0.0-5 source package in Ubuntu

Changelog

node-archy (1.0.0-5) unstable; urgency=medium

  * Team upload
  * Fix filenamemangle
  * Fix test for tap >= 15 (--no-cov) (Closes: #1009503)

 -- Yadd <email address hidden>  Tue, 19 Apr 2022 07:55:51 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-archy_1.0.0-5.dsc 2.0 KiB 79fcf1eb54ca3cc237fd9f465c757c159b852f7384335c5c48ead517801f63c7
node-archy_1.0.0.orig.tar.gz 2.9 KiB 2ccb1751986471628a55454c52ba749fbc4334ccd4ce02175e71917f7c222c79
node-archy_1.0.0-5.debian.tar.xz 3.0 KiB fd3a5d7bc682093ec5d8d1ed9c23ee1364ea53c6c07fc260171ebce20cee0ee2

Available diffs

No changes file available.

Binary packages built by this source

node-archy: Pretty-print nested hierarchies module for Node.js

 Given a tree of nested objects with 'label' and 'nodes' fields,
 node-archy returns a string representation of that tree with unicode
 pipe characters.
 .
 Node.js is an event-based server-side javascript engine.