File: control

package info (click to toggle)
node-peek-readable 3.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 316 kB
  • sloc: makefile: 2
file content (32 lines) | stat: -rw-r--r-- 974 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
Source: node-peek-readable
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Vivek K J <vivekkj@protonmail.com>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-typescript
 , mocha
 , ts-node
 , chai
Standards-Version: 4.6.1
Homepage: https://github.com/Borewit/peek-readable#readme
Vcs-Git: https://salsa.debian.org/js-team/node-peek-readable.git
Vcs-Browser: https://salsa.debian.org/js-team/node-peek-readable
Rules-Requires-Root: no

Package: node-peek-readable
Architecture: all
Depends:
 ${misc:Depends},
 node-typescript (>= 4.1.3)
Provides: ${nodejs:Provides}
Description: Read and peek from a readable stream
 A promise based asynchronous stream reader, which makes reading from a stream
 easy.
 .
 Allows one to read and peek from a Readable Stream
 .
 Note that peek-readable was formally released as then-read-stream.