File: control

package info (click to toggle)
node-npmlog 7.0.1%2B~4.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 260 kB
  • sloc: javascript: 1,057; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,086 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
Source: node-npmlog
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-are-we-there-yet <!nocheck>
 , node-console-control-strings <!nocheck>
 , node-gauge (>= 4) <!nocheck>
 , node-set-blocking <!nocheck>
 , node-tap <!nocheck>
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-npmlog
Vcs-Git: https://salsa.debian.org/js-team/node-npmlog.git
Homepage: https://github.com/npm/npmlog
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-npmlog
Architecture: all
Depends: ${misc:Depends}
 , node-are-we-there-yet
 , node-console-control-strings
 , node-gauge (>= 4)
 , node-set-blocking
Provides: ${nodejs:Provides}
Description: Logger with custom levels and colored output for Node.js
 node-npmlog is a basic logger module used by npm.
 .
 npm is the package manager bundled with Node.js.
 .
 Node.js is an event-based server-side javascript engine.