JsCommunity / human-formatLinks
Converts a number to/from a human readable string: `1337` ↔ `1.34kB`
☆100Updated 11 months ago
Alternatives and similar repositories for human-format
Users that are interested in human-format are comparing it to the libraries listed below
Sorting:
- Strip leading whitespace from each line in a string☆142Updated 2 weeks ago
- Convert a camelized/dasherized/underscored string into a humanized one: fooBar-Baz_Faz → Foo bar baz faz☆110Updated last month
- Parse milliseconds into an object☆121Updated last year
- fs.readdir() with filter, recursion, absolute paths, promises, streams, and more!☆86Updated 5 years ago
- Determine if a filename and/or buffer is text or binary. Smarter detection than the other solutions.☆156Updated last week
- Compose promise-returning & async functions into a reusable pipeline☆124Updated 4 years ago
- Detects if a file is binary in Node.js. Similar to Perl's -B☆167Updated last week
- Recursively merge values in a JavaScript object.☆111Updated 3 years ago
- Loosely validate a URL.☆167Updated 2 years ago
- Parses every stack trace into a nicely formatted array of hashes.☆114Updated 8 months ago
- Check if a string or buffer is SVG☆142Updated 3 months ago
- Compare strings containing a mix of letters and numbers in the way a human being would in sort order.☆113Updated last year
- 📂 Lightweight filesize to human-readable / proportions w/o dependencies for node.js & browsers.☆232Updated 5 years ago
- Filter out OS junk files like .DS_Store and Thumbs.db☆243Updated 2 years ago
- A library for colorizing JSON strings☆86Updated last year
- A Node.js module for the optimized JavaScript implementation of the MurmurHash algorithms.☆100Updated last year
- Read a chunk from a file☆124Updated last year
- Create a hash checksum over a folder or a file☆116Updated this week
- Wrap words to a specified length.☆206Updated last year
- Check whether a request can be retried based on the `error.code`☆81Updated 3 years ago
- Get the gzipped size of a string or buffer☆172Updated 3 years ago
- Round a number to a specific number of decimal places: 1.234 → 1.2☆160Updated last month
- Remove falsy, empty or nullable values from objects☆153Updated last year
- Use property paths (`a.b.c`) get a nested value from an object.☆291Updated 8 months ago
- Convert a string/Buffer/Uint8Array to a readable stream☆91Updated 3 years ago
- Sort the keys of an object☆105Updated 2 months ago
- Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`☆146Updated last year
- Check if a string is HTML☆95Updated last month
- Faster brace expansion for node.js. Besides being faster, braces is not subject to DoS attacks like minimatch, is more accurate, and has …☆242Updated 9 months ago
- Delay a promise a minimum amount of time☆173Updated last month