node-bytes 0.2.1-1 source package in Ubuntu
Changelog
node-bytes (0.2.1-1) unstable; urgency=low * Initial release (Closes: #727833) -- Jérémy Lal <email address hidden> Sun, 27 Oct 2013 15:44:30 +0100
Upload details
- Uploaded by:
- Debian Javascript Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Javascript Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
node-bytes_0.2.1-1.dsc | 1.9 KiB | 92c51097e9a8e04dfe7abaa0fec1c58805f1a4595c64a83a0ff2279ec33eb3cf |
node-bytes_0.2.1.orig.tar.gz | 2.3 KiB | c63f85fb9dc0634dc0456ee5f556edddfd9a050f2a7a7c7a7ea1ab4589fe80f8 |
node-bytes_0.2.1-1.debian.tar.gz | 1.9 KiB | 6a0cb084f1c55e10ea358e6ab5f6bf35f71fceb1554940a03c81f9992fd48314 |
No changes file available.
Binary packages built by this source
- node-bytes: 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.