File: control

package info (click to toggle)
node-tar-stream 2.2.0%2B~cs3.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 8,760 kB
  • sloc: javascript: 1,534; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,220 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
Source: node-tar-stream
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Paolo Greppi <paolo.greppi@libpf.com>
Build-Depends: debhelper-compat (= 13)
 , node-bl <!nocheck>
 , node-concat-stream <!nocheck>
 , node-end-of-stream <!nocheck>
 , node-tape <!nocheck>
 , node-inherits <!nocheck>
 , node-readable-stream <!nocheck>
 , dh-sequence-nodejs
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-tar-stream
Vcs-Git: https://salsa.debian.org/js-team/node-tar-stream.git
Homepage: https://github.com/mafintosh/tar-stream
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-tar-stream
Architecture: all
Depends: ${misc:Depends}
 , node-bl
 , node-end-of-stream
 , node-inherits
 , node-readable-stream
Provides: ${nodejs:Provides}
Description: streaming tar parser and generator - Node.js module
 tar-stream is a Node.js module which provides a streaming API to parse and
 generate tar files. It is streams2 and operates purely using streams which
 means you can extract/parse tarballs without ever hitting the file system.
 .
 Node.js is an event-based server-side JavaScript engine.