node-debug 2.5.1-2 source package in Ubuntu

Changelog

node-debug (2.5.1-2) unstable; urgency=medium

  * Team upload.
  * Install node.js file

 -- Pirate Praveen <email address hidden>  Fri, 23 Jun 2017 00:27:25 +0530

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

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-debug_2.5.1-2.dsc 2.1 KiB 2eaed18e2590b3a1df6bd7b62d5e94cd9dcefcf863f468979593e215e5ce673d
node-debug_2.5.1.orig.tar.gz 15.6 KiB 273f86512cafaec7ddcf4023f78520f456cfabc54e54ddbf106632b11a6f83a5
node-debug_2.5.1-2.debian.tar.xz 6.2 KiB 935a3af213c79c81b05034cce303914951dcf4a80020437e74dc5319a0259465

Available diffs

No changes file available.

Binary packages built by this source

node-debug: small debugging utility for Node.js

 node-debug provides a small debugging utility for Node.js modules.
 .
 With this module you simply invoke the exported function to generate
 your debug function, passing it a name which will determine if a
 noop function is returned, or a decorated console.error, so all of the
 console format string goodies you're used to work fine.
 A unique color is selected per-function for visibility.
 .
 Node.js is an event-based server-side JavaScript engine.