1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
Source: node-debug
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
David Paleino <dapal@debian.org>,
Leo Iannacone <l3on@ubuntu.com>,
Daniel Pocock <daniel@pocock.pro>,
Paolo Greppi <paolo.greppi@libpf.com>
Build-Depends: debhelper (>= 11)
, dh-buildinfo
, mocha (>= 4) <!nocheck>
, chai <!nocheck>
, node-browserify-lite
, node-ms <!nocheck>
, node-sinon <!nocheck>
, node-sinon-chai <!nocheck>
, node-uglify
, node-source-map
, nodejs (>= 6)
Standards-Version: 4.1.4
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
Package: node-debug
Architecture: all
Depends:
${misc:Depends}
, node-ms
, nodejs
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}
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.
|