File: control

package info (click to toggle)
node-hook-std 2.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 144 kB
  • sloc: javascript: 510; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 771 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
Source: node-hook-std
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@disroot.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , jest <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-hook-std
Vcs-Git: https://salsa.debian.org/js-team/node-hook-std.git
Homepage: https://github.com/sindresorhus/hook-std
Rules-Requires-Root: no

Package: node-hook-std
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Hook and modify stdout/stderr
 node-hook-std permits one to modify stdout and/or stderr. It returns a
 promise but can also take a callback.