File: control

package info (click to toggle)
node-tar-stream 1.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 308 kB
  • ctags: 64
  • sloc: makefile: 2; sh: 2
file content (31 lines) | stat: -rw-r--r-- 1,073 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
Source: node-tar-stream
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Paolo Greppi <paolo.greppi@libpf.com>
Build-Depends:
 debhelper (>= 9)
 , dh-buildinfo
 , node-bl (>= 1.0.0)
 , node-end-of-stream (>= 1.0.0)
 , node-xtend (>= 4.0.0)
 , nodejs
Standards-Version: 3.9.8
Homepage: https://github.com/mafintosh/tar-stream
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-tar-stream.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-javascript/node-tar-stream.git

Package: node-tar-stream
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-bl (>= 1.0.0)
 , node-end-of-stream (>= 1.0.0)
 , node-xtend (>= 4.0.0)
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.