node-bytes 2.1.0-1 source package in Ubuntu

Changelog

node-bytes (2.1.0-1) unstable; urgency=medium

  * Imported Upstream version 2.1.0
  * Add new copyright holder
  * Run tests
  * Standards-Version 3.9.6

 -- Jérémy Lal <email address hidden>  Mon, 26 Oct 2015 18:28:13 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-bytes_2.1.0-1.dsc 1.9 KiB e462ba82a86941254a4173e270f8aed31a3cbbfcc76a6e8e1da977a2370bfb96
node-bytes_2.1.0.orig.tar.gz 5.6 KiB e25c65ea4eee07a79f641193d420a9eb2e0b7b5b223a0dd1c8276c08ced84d8e
node-bytes_2.1.0-1.debian.tar.xz 2.0 KiB 441235b52b2c9fa5461bdc287de2b8d72f00a8f619327ded7a4b4faaf01d2afd

Available diffs

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.