davglass / prettysizeLinks
Helper utility to provide pretty printed file sizes
☆65Updated 3 years ago
Alternatives and similar repositories for prettysize
Users that are interested in prettysize are comparing it to the libraries listed below
Sorting:
- Device type detection library based on the useragent string. Refactored from my express-device repo.☆79Updated last year
- Virtual async fileds for mongoose.js☆62Updated 7 years ago
- Convert a string/Buffer/Uint8Array to a readable stream☆94Updated 3 years ago
- Write data to a random temporary file☆108Updated 2 weeks ago
- Convert the result of `process.hrtime()` to seconds, milliseconds, nanoseconds☆55Updated 3 years ago
- Run promise-returning & async functions in series, each passing its result to the next☆78Updated 5 months ago
- Resize images in memory☆65Updated 4 years ago
- ☆41Updated 7 years ago
- Check if a string is HTML☆95Updated 5 months ago
- Get the extension of a given filename or path☆30Updated 7 years ago
- Truncate text and keeps urls safe.☆54Updated 2 years ago
- Easily format the time from node.js `process.hrtime`. Works with timescales ranging from weeks to nanoseconds.☆53Updated 6 years ago
- Replace all substring matches in a string☆90Updated 4 years ago
- Fuzzy match a command from a list (typo-safety)☆67Updated 10 years ago
- Get locally or globally installation path of given package name.☆43Updated 3 years ago
- Convert a string into a stream (streams2)☆82Updated 5 years ago
- Round a number to a specific number of decimal places: 1.234 → 1.2☆160Updated 4 months ago
- Lazy number range generator☆83Updated 2 years ago
- Simplify npm scripts with `if-env ... && npm run this || npm run that`☆98Updated 6 months ago
- Measure the time a promise takes to resolve