node-bytes 3.1.0-1 source package in Ubuntu

Changelog

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

  * Team upload

  [ Jelmer Vernooij ]
  * Use secure copyright file specification URI.

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.

  [ Xavier Guimard ]
  * Declare compliance with policy 4.5.0
  * Use pkg-js-tools auto test & install
  * Add "Rules-Requires-Root: no"
  * Add debian/gbp.conf
  * New upstream version 3.1.0

 -- Xavier Guimard <email address hidden>  Mon, 27 Apr 2020 15:14:23 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-bytes_3.1.0-1.dsc 2.0 KiB 4c2d9a39185ec2cbd2891dc971bb684065bfba09c97f8c36ea5e2e417542411e
node-bytes_3.1.0.orig.tar.gz 6.7 KiB 3170980c58c9fac4c2326bd6ab8df4a1cb5da81cf611387336ec975f42663361
node-bytes_3.1.0-1.debian.tar.xz 2.9 KiB 283eba074756c7ffa05ebb21522931ba8fc62e7d047b4447703686e7e9fb925b

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.