Source: node-pako Maintainer: Debian Javascript Maintainers Uploaders: Bastien Roucariès Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , mocha (>= 4) , node-assert , node-async , node-babel7 , node-lodash (>= 4.16.6+dfsg) , node-rollup-plugin-babel , node-rollup-plugin-commonjs , node-rollup-plugin-node-resolve , node-rollup-plugin-terser , nodejs (>= 10) , rollup Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/js-team/node-pako Vcs-Git: https://salsa.debian.org/js-team/node-pako.git Homepage: https://github.com/nodeca/pako Rules-Requires-Root: no Package: node-pako Architecture: all Depends: ${misc:Depends} Multi-Arch: foreign Breaks: node-browserify-zlib (<< 0.2.0+20170820git8b3f0a862f6b+dfsg-5~) Provides: libjs-pako (= ${source:Version}) Recommends: javascript-common 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.