isaacs / isexeLinks
Minimal module to check if a file is executable.
☆49Updated last month
Alternatives and similar repositories for isexe
Users that are interested in isexe are comparing it to the libraries listed below
Sorting:
- Repeat a string - fast☆35Updated 4 years ago
- Node.js 0.12 path.isAbsolute() ponyfill☆43Updated 4 years ago
- Use node's fs.realpath, but fall back to the JS implementation if the native one fails☆25Updated last month
- [DEPRECATED] Node.js os.tmpdir() ponyfill☆37Updated 4 years ago
- Strip redundant indentation and indent the string☆55Updated 4 years ago
- Slice a string with ANSI escape codes☆50Updated 2 months ago
- Check if the character represented by a given Unicode code point is fullwidth☆51Updated 3 months ago
- Check if a file path is a binary file☆49Updated last year
- A replacement for process.exit that ensures stdio are fully drained before exiting.☆67Updated 9 months ago
- List of node.js builtin modules☆37Updated last week
- Add callbacks to requests in flight to avoid async duplication☆74Updated last year
- Expand POSIX bracket expressions (character classes) in glob patterns.☆27Updated 4 years ago
- Extended globs. Add (almost) the expressive power of regular expressions to glob patterns.☆32Updated 5 years ago
- Check if a path is a file, directory, or symlink☆80Updated last year
- Create an array without duplicates☆74Updated 4 years ago
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆46Updated 3 years ago
- Get the first path that exists on disk of multiple paths☆62Updated 2 months ago
- Strip the final newline character from a string/buffer☆37Updated last year
- Callback wrapping utility☆56Updated last year
- Timeout HTTP/HTTPS requests☆51Updated 2 months ago
- Object.keys shim☆45Updated 7 months ago
- Unpipe a stream from all destinations☆22Updated 4 years ago
- Check if the process is running as root user, for example, one started with `sudo`☆79Updated 3 years ago
- Check if something is a Node.js stream☆115Updated last year
- Returns an array of unique values using strict equality for comparisons, maintaining the same order as the provided arrays.☆24Updated 5 years ago
- Repeat the given string n times. Fastest implementation for repeating a string (2x faster than the native method)☆50Updated 3 years ago
- Center-align the text in a string.☆23Updated 8 years ago
- Convert directories to glob compatible strings☆44Updated 6 years ago
- Utility method to run function either synchronously or asynchronously using the common `this.async()` style.☆25Updated 3 months ago
- Returns true if a filepath is absolute. The original path-is-absolute.☆22Updated 8 years ago