node-archy 1.0.0-6 source package in Ubuntu

Changelog

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

  [ Debian Janitor ]
  * Apply multi-arch hints. + node-archy: Add :any qualifier for nodejs dependency.

  [ Yadd ]
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Thu, 01 Dec 2022 21:23:02 +0000

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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-archy_1.0.0-6.dsc 2.0 KiB 5fbbfc19f1c89694b1c81e228a8dac322751d473628480207306823bd602d895
node-archy_1.0.0.orig.tar.gz 2.9 KiB 2ccb1751986471628a55454c52ba749fbc4334ccd4ce02175e71917f7c222c79
node-archy_1.0.0-6.debian.tar.xz 3.1 KiB 8e24b345dd2e61b85fdf36a6b037d846cf8e2e418bc1b1089dab2dbb68e2c6dd

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.