File: control

package info (click to toggle)
node-bunyan 2.0.5%2B~cs4.4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,484 kB
  • sloc: javascript: 4,299; perl: 672; python: 396; makefile: 120
file content (37 lines) | stat: -rw-r--r-- 1,058 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
30
31
32
33
34
35
36
37
Source: node-bunyan
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-mkdirp <!nocheck>
 , node-moment <!nocheck>
 , node-ncp <!nocheck>
 , node-rimraf <!nocheck>
 , node-tap <!nocheck>
 , node-vasync <!nocheck>
 , node-verror <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-bunyan
Vcs-Git: https://salsa.debian.org/js-team/node-bunyan.git
Homepage: https://github.com/trentm/node-bunyan#readme
Rules-Requires-Root: no

Package: node-bunyan
Architecture: all
Depends:
 ${misc:Depends}
 , node-dtrace-provider
 , node-mkdirp (>= 1)
 , node-moment
 , node-ncp
 , node-rimraf
 , nodejs:any
Provides: bunyan, ${nodejs:Provides}
Description: simple and fast JSON logging library for node.js services
 bunyan structures server logs in JSON format.
 .
 Node.js is an event-based server-side JavaScript engine.