Source: node-bytes Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Jérémy Lal Build-Depends: debhelper (>= 9.0.0) , mocha , dh-buildinfo , nodejs Standards-Version: 4.1.1 Homepage: https://github.com/visionmedia/bytes.js Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-bytes.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-bytes.git Package: node-bytes Architecture: all Depends: ${misc:Depends} , nodejs Description: Byte string parser and formatter - Node.js module This module parses strings representing an amount of bytes, like 1kb, 2mb, 1gb; and inversely converts positive integers to a readable format representing an amount of bytes. It is useful for parsing or writing log files. . Node.js is an event-based server-side javascript engine.