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
|
Source: node-zipfile
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: David Paleino <dapal@debian.org>,
Jérémy Lal <kapouer@melix.org>
Build-Depends:
debhelper (>= 11~)
, node-gyp (>= 3.8.0-2)
, node-pre-gyp (>= 0.10.2~)
, node-nan
, libnode-dev
, mocha
, libzip-dev
, pkg-config
Standards-Version: 4.3.0
Homepage: https://github.com/springmeyer/node-zipfile
Vcs-Git: https://salsa.debian.org/js-team/node-zipfile.git
Vcs-Browser: https://salsa.debian.org/js-team/node-zipfile
Package: node-zipfile
Architecture: any
Depends:
${shlibs:Depends}
, ${misc:Depends}
, node-pre-gyp (>= 0.10.2~)
, nodejs
Description: library for handling zipfiles in Node.js
node-zipfile is a C++ module for handling zipfiles in Node.js. It provides
bindings to libzip, whis is a C library for reading, creating, and modifying
zip archives..
.
Node.js is an event-based server-side javascript engine.
|