transfer humanize size to byte
transform humanize time to ms
Convert millisecond durations to English and many other languages.
Humanize a URL: `https://sindresorhus.com` → `sindresorhus.com`
TypeScript definitions for humanize-duration
Convert a camelized/dasherized/underscored string into a humanized one: `fooBar-Baz_Faz` → `Foo bar baz faz`
Javascript string formatter for human readability
Humanize a number (1000000 -> 1,000,000)
Comma delimit an array for human readability, the Oxford comma is optional.
A simple utility library for making the web more humane.
Utility to parse a string bytes to bytes and vice-versa
Various operations on Uint8Array data
TypeScript definitions for humanize-plus
An iteration of the Node.js core streams with a series of improvements
Sniff the encoding from a HTML byte stream
URL and cookie safe UIDs
Convert bytes to a human readable string: 1337 → 1.34 kB
Transforms the input into a human friendly string.
A minimal UTF8 implementation for number arrays.
> Even though this module is publicly accessible, we do not recommend using it in projects outside of [Transloadit](https://transloadit.com). We won't make any guarantees about its workings and can change things at any time, we won't adhere strictly to Se
Truncate string to given length in bytes
Detect Filetype by bytes
Detects if a file is binary in Node.js. Similar to Perl's -B.
Byte buffer specialized for data in chunks with special cases for dropping bytes in the front, merging bytes in to various integer types and abandoning buffer without penalty for previous chunk merges.
Format byte sizes in human readable form
GCPF archive compression and decompression library
Convert Byte, KByte, MByte, GByte, TByte, PByte, EByte, ZByte and YByte into each other
A ruby port of github.com/cloudfoundry/bytefmt.
Convert or create human readable byte strings in either binary (1024) or decimal (1000) unit abbreviations.
This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program
ByteSize is a simple Ruby object that stores a size in bytes, while providing human-readible string output with apropriate SI or IEC suffixes. Ample convenience methods are also supplied for quick shorthand.
Sorts lines by human-readable byte size (like the output of `du -h`)
Human Size is a simple ruby gem to convert a number of bytes into a more human readable form.
Helps make bytes more human readable in ruby code.
Convert bytes to a human readable string: 1337 → 1.34 kB
Format byte counts as human-readable strings (1.5 MB) and parse them back. Supports SI units (KB, MB, GB) and binary units (KiB, MiB, GiB) with configurable precision.
Unit conversion library supporting length, weight, temperature, volume, speed, pressure, energy, and data categories with a simple convert API, string parsing, byte humanization, unit abbreviations, and formatted output.
Convert bytesizes into a human-readable format Either uses decimal byte prefixes or prefixes based on powers of 2 (Ki, Mi, etc.).