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

Changelog

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

  * New upstream version 4.3.4+~cs4.1.7

 -- Yadd <email address hidden>  Sun, 20 Mar 2022 15:51:33 +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
Oracular release universe web
Noble release universe web
Mantic release universe web
Lunar release universe web

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-debug_4.3.4+~cs4.1.7-1.dsc 2.5 KiB 6c6bb67f22710525d8fcfebab31d4d07b158ae68caba84870d0512bf88c14bc1
node-debug_4.3.4+~cs4.1.7.orig-typesdebug.tar.gz 2.1 KiB 5fd1a4c817ca3f593b45e216b06f75ecc2e716dc4f2b244a8e7c46e61be6a9db
node-debug_4.3.4+~cs4.1.7.orig.tar.gz 15.1 KiB a2e4aa61c5bea3ec5435e066bf7f2c4e706007e0e7c91d3cb68079c1d1055ab9
node-debug_4.3.4+~cs4.1.7-1.debian.tar.xz 4.6 KiB d95d5d255ba5ff74b84889cf8dc420e07c8b8a8ad2ca3f21cd4009c4aec4709d

No changes file available.

Binary packages built by this source

libjs-debug: No summary available for libjs-debug in ubuntu kinetic.

No description available for libjs-debug in ubuntu kinetic.

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.