node-debug 3.1.0-2 source package in Ubuntu

Changelog

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

  * Team upload
  [ Paolo Greppi ]
  * Update Vcs fields for migration to https://salsa.debian.org/

  [ Bastien Roucariès ]
  * Bug fix: "FTBFS on sid", thanks to Zebulon McCorkle (Closes: #899417).
  * Bump compat and policy (no changes)

 -- Bastien Roucariès <email address hidden>  Thu, 24 May 2018 11:22:43 +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

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-debug_3.1.0-2.dsc 2.3 KiB 7e60be374092bd58d3b1913e4582120e031d5b3edac4515ec9b3b2dec7d8ff09
node-debug_3.1.0.orig.tar.gz 18.4 KiB ae2abd04f64a33f847ee1e480da234d4c985511584b86025f27e42eb691cd1f0
node-debug_3.1.0-2.debian.tar.xz 4.5 KiB fa094588d74f0b32ad8c45d8bdcfd43a06f3eeaf8fea09e8383a5abdd5bb54d6

Available diffs

No changes file available.

Binary packages built by this source

libjs-debug: small debugging utility

 libjs-debug provides a small debugging utility for the browser.
 .
 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.
 .
 The enable state is persisted in the localStorage.

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.