Source: node-tar Maintainer: Debian Javascript Maintainers Uploaders: Jérémy Lal Section: javascript Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , dh-nodejs , node-chownr (>= 3) , node-minipass (>= 7~) , node-tshy , node-yallist (>= 5.0~) Standards-Version: 4.7.4 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/isaacs/node-tar Package: node-tar Architecture: all Depends: ${misc:Depends} , node-chownr (>= 3) , node-minipass (>= 7~) , node-yallist (>= 5~) Provides: ${nodejs:Provides} Multi-Arch: foreign 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. . Node.js is an event-based server-side javascript engine.