Source: node-dabh-diagnostics
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Roland Mas <lolando@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 11)
 , nodejs (>= 6)
 , pkg-js-tools (>= 0.9.35)
 , node-colorspace (>= 1.1.0)
 , node-kuler (>= 2.0.0)
 , node-enabled (>= 2.0.0),
 , mocha
Standards-Version: 4.5.1
Homepage: https://github.com/3rd-Eden/diagnostics
Vcs-Git: https://salsa.debian.org/js-team/node-dabh-diagnostics.git
Vcs-Browser: https://salsa.debian.org/js-team/node-dabh-diagnostics

Package: node-dabh-diagnostics
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs (>= 6)
 , node-colorspace (>= 1.1.0)
 , node-enabled (>= 2.0.0)
 , node-kuler (>= 2.0.0)
Provides: ${nodejs:Provides}
Description: Tools for debugging your node.js modules and event loop
 Diagnostics in the evolution of debug pattern that is used in the
 Node.js core, this extremely small but powerful technique can best be
 compared as feature flags for loggers. The created debug logger is
 disabled by default but can be enabled without changing a line of
 code, using flags.
 .
 Node.js is an event-based server-side JavaScript engine.
