node-filesize 3.5.11+dfsg-2 source package in Ubuntu

Changelog

node-filesize (3.5.11+dfsg-2) unstable; urgency=medium

  * Team upload
  * Bump debhelper compatibility level to 12
  * Declare compliance with policy 4.5.0
  * Add "Rules-Requires-Root: no"
  * Add debian/gbp.conf
  * Add upstream/metadata
  * Use pkg-js-tools auto test & install
  * Add patch description
  * Update VCS fields to salsa
  * Update copyright

 -- Xavier Guimard <email address hidden>  Sat, 22 Feb 2020 15:36:25 +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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-filesize_3.5.11+dfsg-2.dsc 2.2 KiB b8f0e338c746cfa6e66caa876fbd0aa924174b04213162b0ad0e3251e67b0706
node-filesize_3.5.11+dfsg.orig.tar.xz 35.5 KiB abece45e689c5c73bfd4755e6403776bfe4a28e85694996e98b08f877d6bce95
node-filesize_3.5.11+dfsg-2.debian.tar.xz 3.1 KiB 3c157ee8fa9743c239c01bc784b6e79722208e20a033babcbac5d6218a1de598

Available diffs

No changes file available.

Binary packages built by this source

node-filesize: generate a human readable String describing the file size

 filesize.js provides a simple way to get a human readable file size string
 from a number (float or integer) or string.
 .
 For example, filesize(265318) produces 259.1 KB.
 .
 Node.js is an event-based server-side JavaScript engine.