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 35 36 37 38 39 40 41 42
|
Source: node-tar
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>
Section: javascript
Priority: optional
Build-Depends:
debhelper (>= 11~),
pkg-components (>= 0.10~),
node-chownr,
node-mutate-fs,
node-end-of-stream,
node-tar-stream,
node-tap,
node-rimraf
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/js-team/node-tar
Vcs-Git: https://salsa.debian.org/js-team/node-tar.git
Homepage: https://github.com/npm/node-tar
Package: node-tar
Architecture: all
Depends:
${misc:Depends},
nodejs,
node-chownr (>= 1.0.1~),
${fs-minipass:Depends},
${minipass:Depends},
${minizlib:Depends},
node-mkdirp (>= 0.5~),
node-safe-buffer (>= 5.1.2~),
node-yallist (>= 3.0.2~)
Description: read and write portable tar archives module for Node.js
node-tar is able to read and write tar archives generated by
bsdtar, gnutar, solaris posix tar, and "Schilly" tar.
node-tar is a well-tested essential piece of software for npm,
the Node.js package manager.
.
This package includes components: chownr, minipass, fs-minipass,
minizlib.
.
Node.js is an event-based server-side javascript engine.
|