Source: node-debug Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: David Paleino , Leo Iannacone , Paolo Greppi Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , mocha (>= 4) , node-ms , nodejs (>= 6) Standards-Version: 4.5.1 Homepage: https://github.com/visionmedia/debug Vcs-Git: https://salsa.debian.org/js-team/node-debug.git Vcs-Browser: https://salsa.debian.org/js-team/node-debug Rules-Requires-Root: no Package: node-debug Architecture: all Depends: ${misc:Depends} , node-ms , nodejs Provides: ${nodejs:Provides} Description: 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. Package: libjs-debug Architecture: all Depends: ${misc:Depends} Multi-Arch: foreign Description: 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.