sindresorhus / maxminLinks
Get a pretty output of the original, minified, gzipped size of a string or buffer: 130 B → 91 B → 53 B (gzip)
☆55Updated 11 months ago
Alternatives and similar repositories for maxmin
Users that are interested in maxmin are comparing it to the libraries listed below
Sorting:
- Returns a promise resolved in the next event loop - think `setImmediate()`☆70Updated 4 years ago
- Get a list of npm packages with keywords☆52Updated last year
- API for combining call site modifiers☆41Updated 5 years ago
- Check if a value is a function☆27Updated 4 years ago
- Get the user agent of a recent Chrome version to pretend to be a browser in network requests☆36Updated last year
- Convert a time string to seconds: '0017' → 1337☆35Updated 4 years ago
- The simplest API for running code inside electron☆25Updated 6 years ago
- Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`☆45Updated last year
- Pretty time zone: +2 or -9:30☆57Updated 2 years ago
- Get the version numbers of a package from the npm registry☆30Updated last year
- ES2015 Number.isSafeInteger() ponyfill☆18Updated 4 years ago
- Test your Markdown files for Standard JavaScript Style™☆76Updated 2 years ago
- Display a notification (macOS 10.9+)☆87Updated 4 years ago
- Create a Vinyl file from an actual file☆41Updated 2 years ago
- Get an array of parent directories including itself☆27Updated last year
- Scaffold out a Gulp plugin boilerplate☆50Updated last year
- Get the number of days in a year☆23Updated 4 years ago
- Clone and modify a RegExp instance☆22Updated 2 years ago
- url.parse() with support for protocol-less URLs & IPs☆53Updated 3 years ago
- Get the revved file path of a file☆33Updated 3 years ago
- Easily format the time from node.js `process.hrtime`. Works with timescales ranging from weeks to nanoseconds.☆52Updated 5 years ago
- Put a little spinner on process.stderr, as unobtrusively as possible.☆43Updated 5 years ago
- Node.js 0.12 path.isAbsolute() ponyfill☆43Updated 4 years ago
- Create streams from promises☆15Updated 9 years ago
- Display an error in a GUI dialog☆22Updated 4 years ago
- Get the user home directory with fallback to the system temp directory☆30Updated 4 years ago
- Conditional promise catch handler