File: control

package info (click to toggle)
node-debug 2.1.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 212 kB
  • ctags: 51
  • sloc: makefile: 31; sh: 3
file content (29 lines) | stat: -rw-r--r-- 1,092 bytes parent folder | download
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
Source: node-debug
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: David Paleino <dapal@debian.org>, Leo Iannacone <l3on@ubuntu.com>
Build-Depends: debhelper (>= 8~)
 , dh-buildinfo
 , nodejs
Standards-Version: 3.9.6
Homepage: https://github.com/visionmedia/debug
Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-debug.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-debug.git
XS-Testsuite: autopkgtest

Package: node-debug
Architecture: all
Depends:
 ${misc:Depends}
 , 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.