Source: node-fflate Section: javascript Maintainer: Debian Javascript Maintainers Uploaders: Emfox Zhou Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , dh-nodejs , node-typescript , nodejs Standards-Version: 4.7.4.1 Homepage: https://github.com/101arrowz/fflate Vcs-Git: https://salsa.debian.org/js-team/node-fflate.git Vcs-Browser: https://salsa.debian.org/js-team/node-fflate Package: node-fflate Architecture: all Multi-Arch: foreign Depends: ${misc:Depends} Description: high performance (de)compression in an 8kB package fflate is a high performance JavaScript library for compressing and decompressing binary data. It supports the DEFLATE, GZIP, Zlib and ZIP formats, both synchronously and asynchronously (the asynchronous API offloads the work to a worker), and runs in Node.js as well as in browsers. . Node.js is an event-based server-side JavaScript engine.