sindresorhus / is-archive
Check if a file path is an archive file
☆14Updated 10 months ago
Alternatives and similar repositories for is-archive:
Users that are interested in is-archive are comparing it to the libraries listed below
- Regular expression for matching scoped npm package names☆26Updated 2 years ago
- Check if a file path is a compressed file☆17Updated 10 months ago
- Check if a file path is a text file☆18Updated 10 months ago
- Convert matching single-quotes to double-quotes: `I 'love' unicorns` → `I "love" unicorns`☆22Updated 2 years ago
- Prepend `https://` to humanized URLs like `sindresorhus.com` and `file://` to file paths☆24Updated 2 years ago
- Get all emails in a text file or stdin☆24Updated 3 years ago
- List of archive file extensions☆14Updated 10 months ago
- Get the system default UID☆11Updated last year
- Get the version of a binary in semver format☆42Updated 11 months ago
- Get the passwd user entry from a username or uid☆27Updated 2 years ago
- Check if a value is an error constructor☆13Updated 3 years ago
- Lowercase the keys of an object☆40Updated last year
- Get the version of a binary in semver format☆35Updated 11 months ago
- Check if a filepath is a video file☆31Updated 10 months ago
- Modify the keys of an object☆15Updated 3 years ago
- Strip shebang (eg. #!/bin/sh) from a string☆11Updated 3 years ago
- Strip the authentication part of a URL☆17Updated 2 years ago
- Get the first path that exists on disk of multiple paths☆58Updated 2 years ago
- Prepend `<br>` to newlines in a string☆12Updated 3 years ago
- Convert a path to a file url: `unicorn.jpg` → `file:///Users/sindresorhus/unicorn.jpg`☆28Updated 3 years ago
- Check if your code is running in a JXA environment☆31Updated 3 years ago
- Regular expression for matching a shebang line☆46Updated 3 years ago
- Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`☆18Updated 11 months ago
- Check if a file path is a binary file☆44Updated 10 months ago
- Node's default require extensions as a separate module☆9Updated 2 years ago
- Strip UTF-8 byte order mark (BOM) from a buffer☆19Updated last year
- Get the path to the user home directory☆13Updated 3 years ago
- ES2015 Number.isFinite() ponyfill☆19Updated 3 years ago
- Convert a time string to seconds: '0017' → 1337☆35Updated 3 years ago
- Visit a method over the items in an object, or map visit over the objects in an array. This is an alternative approach to using extend or…☆20Updated 4 years ago