node-debug 4.3.2+~cs4.1.7-1 source package in Ubuntu

Changelog

node-debug (4.3.2+~cs4.1.7-1) unstable; urgency=medium

  * Team upload

  [ Yadd ]
  * Add ctype=nodejs to component(s)
  * Fix GitHub tags regex
  * Uploaders: replace Leo Iannacone by myself, thanks for your work!

  [ Debian Janitor ]
  * Apply multi-arch hints. + node-debug: Add Multi-Arch: foreign.
  * Remove constraints unnecessary since buster

  [ Ayoyimika Ajibade ]
  * New upstream version 4.3.2+~cs4.1.7

  [ Yadd ]
  * Declare compliance with policy 4.6.0
  * Fix filenamemangle

 -- Ayoyimika Ajibade <email address hidden>  Tue, 02 Nov 2021 14:57:47 +0100

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
Jammy release universe web

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-debug_4.3.2+~cs4.1.7-1.dsc 2.5 KiB 8163d857492972e9657ee65542170ff67829c4832c069e65d7fc102d247388cf
node-debug_4.3.2+~cs4.1.7.orig-typesdebug.tar.gz 2.1 KiB 5fd1a4c817ca3f593b45e216b06f75ecc2e716dc4f2b244a8e7c46e61be6a9db
node-debug_4.3.2+~cs4.1.7.orig.tar.gz 14.7 KiB edadf00f2393eafff1d219a574eb306c25ad8cf6b5e069e555ef08215f5384df
node-debug_4.3.2+~cs4.1.7-1.debian.tar.xz 4.5 KiB 095aea775634377d555def125ee099bfbd521ccd7507fe18857b92219786d63d

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.