node-archy 1.0.0-1 source package in Ubuntu

Changelog

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

  * New upstream version 1.0.0 (Closes: #848644)
  * Patch to run tests using tap instead of tape
  * Install package.json
  * dh9
  * Secure Vcs Url
  * Standards-Version 3.9.8
  * Build-Depends node-tap
  * Add autopkgtest control
  * Enable tests during build

 -- Jérémy Lal <email address hidden>  Mon, 19 Dec 2016 12:10:04 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-archy_1.0.0-1.dsc 2.0 KiB c7e6e868514c214c56206dd69a6e575a76bac5b8cc3c4aef1c9c094eb48c7be3
node-archy_1.0.0.orig.tar.gz 2.9 KiB 2ccb1751986471628a55454c52ba749fbc4334ccd4ce02175e71917f7c222c79
node-archy_1.0.0-1.debian.tar.xz 2.4 KiB 233f507846e66c5003b14758c572d78df682a2d67565366ded3695e9bf12aa4c

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.