Source: node-debug
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 David Paleino <dapal@debian.org>,
 Yadd <yadd@debian.org>,
 Paolo Greppi <paolo.greppi@libpf.com>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , mocha <!nocheck>
 , node-ms <!nocheck>
 , node-sinon <!nocheck>
Standards-Version: 4.7.2
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
Provides: ${nodejs:Provides}
Multi-Arch: foreign
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.
