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
|
Source: node-pako
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Build-Depends:
debhelper (>= 11)
, dh-buildinfo
, dpkg-dev (>= 1.17.14)
, nodejs (>= 4.7)
, mocha (>= 4) <!nocheck>
, node-assert (>= 1.0) <!nocheck>
, node-lodash (>= 4.16.6+dfsg) <!nocheck>
, node-async(>= 0.8) <!nocheck>
Standards-Version: 4.3.0
Homepage: https://github.com/nodeca/pako
Vcs-Git: https://salsa.debian.org/js-team/node-pako.git
Vcs-Browser: https://salsa.debian.org/js-team/node-pako
Package: node-pako
Architecture: all
Depends:
${misc:Depends}
, nodejs (>= 4.7)
Description: fast zlib port to pure javascript
This module is a port of zlib to pure javascript optimized for speed.
.
Pako could compress stream and string using well known zlib API.
.
Node.js is an event-based server-side JavaScript engine.
|