Source: node-pixl-logger
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Joseph Nahmias <jello@debian.org>,
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13),
 dh-nodejs,
 dh-sequence-nodejs,
 node-approximate-now <!nocheck>,
 node-chalk <!nocheck>,
 node-class-plus <!nocheck>,
 node-pixl-tools <!nocheck>,
 node-pixl-unit <!nocheck>,
 node-uncatch <!nocheck>,
Standards-Version: 4.7.4
Homepage: https://github.com/jhuckaby/pixl-logger
Vcs-Git: https://salsa.debian.org/js-team/node-pixl-logger.git
Vcs-Browser: https://salsa.debian.org/js-team/node-pixl-logger

Package: node-pixl-logger
Architecture: all
Multi-Arch: foreign
Depends:
 node-approximate-now,
 node-chalk,
 node-class-plus,
 node-pixl-tools,
 node-uncatch,
 ${misc:Depends},
Description: logging for Node.js using bracket-delimited columns
 This module provides a simple logging class, which appends to a text log
 file with bracket-delimited columns. You can define any number of columns
 you want, or use some of the built-in auto-populated columns. You can
 populate columns by name, or by using one of the shortcut methods:
 debug(), error(), or transaction().
 .
 Node.js is an event-based server-side JavaScript engine.
