sindresorhus / gzip-sizeView external linksLinks
Get the gzipped size of a string or buffer
☆173Nov 23, 2021Updated 4 years ago
Alternatives and similar repositories for gzip-size
Users that are interested in gzip-size are comparing it to the libraries listed below
Sorting:
- Get the gzipped size of a file or stdin☆194Nov 23, 2021Updated 4 years ago
- Resolve the path of a module like require.resolve() but from a given path☆144Jan 23, 2021Updated 5 years ago
- Check if a file path is a text file☆21Apr 30, 2024Updated last year
- ES2015 Number.isFinite() ponyfill☆20Apr 7, 2021Updated 4 years ago
- Check if a path is the current working directory☆22May 10, 2025Updated 9 months ago
- Parse and stringify file paths with line and column like `unicorn.js14`☆24Nov 22, 2025Updated 2 months ago
- Check if a path is in the current working directory☆23May 3, 2021Updated 4 years ago
- Get the name of a named function☆34Apr 7, 2021Updated 4 years ago
- Check if a value is a regular expression☆26Oct 31, 2021Updated 4 years ago
- Create a noop process and get the PID☆14Aug 10, 2021Updated 4 years ago
- ES2015 Number.isNaN() ponyfill☆29May 2, 2024Updated last year
- Indent each line in a string☆115Jun 5, 2022Updated 3 years ago
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆37Feb 26, 2022Updated 3 years ago
- Lowercase the keys of an object☆41Feb 2, 2026Updated last week
- Get bundle identifier from a bundle name (macOS): Safari → com.apple.Safari☆18Aug 9, 2021Updated 4 years ago
- Similar to String#trim() but removes only whitespace on the right☆22Jul 9, 2021Updated 4 years ago
- Check if a number is a redirect HTTP status code☆25Apr 17, 2021Updated 4 years ago
- Regular expression for matching mapcodes☆19Jul 24, 2022Updated 3 years ago
- Check if the process is running as root user, for example, one started with `sudo`☆79Jul 8, 2022Updated 3 years ago
- Check whether a binary version satisfies a semver range☆24Apr 3, 2024Updated last year
- Parse a glob pattern into an object of path parts.☆25Apr 14, 2020Updated 5 years ago
- An implementation of the W3C High Resolution Time Level 2 specification.☆11Oct 16, 2022Updated 3 years ago
- Get the iTerm2 version☆11Jan 5, 2026Updated last month
- Check if a file path is a binary file☆49Apr 30, 2024Updated last year
- Get the first path that exists on disk of multiple paths☆62Sep 15, 2025Updated 4 months ago
- Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`☆46Apr 3, 2024Updated last year
- Modify the values of an object☆29Sep 10, 2021Updated 4 years ago
- `Promise.all`, but it waits for all promises to settle even if one of them rejected☆15Apr 29, 2021Updated 4 years ago
- Simple `setImmediate` shim☆29Sep 13, 2025Updated 5 months ago
- Clone and modify a RegExp instance☆24Jul 8, 2022Updated 3 years ago
- A safer `.hasOwnProperty()`☆29Jun 21, 2023Updated 2 years ago
- Check if the character represented by a given Unicode code point is fullwidth☆51Aug 31, 2025Updated 5 months ago
- Check if a string matches the name of a Node.js builtin module☆63Feb 27, 2025Updated 11 months ago
- Get the passwd user entry from a username or uid☆30Jul 9, 2022Updated 3 years ago
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆96Jul 8, 2022Updated 3 years ago
- Check if a path is inside another path☆40Sep 11, 2025Updated 5 months ago
- Get the latest version of an npm package☆177Feb 27, 2024Updated last year
- The Node.js `util.deprecate()` function with browser support☆38Nov 11, 2018Updated 7 years ago
- Create an array with values that are present in the first input array but not additional ones☆40Sep 14, 2021Updated 4 years ago