isaacs / isexe
Minimal module to check if a file is executable.
☆48Updated 3 months ago
Related projects ⓘ
Alternatives and complementary repositories for isexe
- Strip redundant indentation and indent the string☆54Updated 3 years ago
- Use node's fs.realpath, but fall back to the JS implementation if the native one fails☆26Updated last year
- A replacement for process.exit that ensures stdio are fully drained before exiting.☆65Updated 3 years ago
- Node.js 0.12 path.isAbsolute() ponyfill☆43Updated 3 years ago
- Repeat a string - fast☆34Updated 3 years ago
- Check if a file path is a binary file☆43Updated 6 months ago
- Strip the final newline character from a string/buffer☆35Updated 3 weeks ago
- List of node.js builtin modules☆38Updated 7 months ago
- Slice a string with ANSI escape codes☆47Updated 6 months ago
- Timeout HTTP/HTTPS requests☆52Updated 3 years ago
- Check if a protocol requires a certain port number to be added to an URL.☆11Updated last year
- Check if an object can be used like an Array☆16Updated 3 years ago
- ES spec-compliant shim for String.prototype.padStart☆23Updated 8 months ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- Define a non-enumerable property on an object.☆21Updated last year
- Get the first path that exists on disk of multiple paths☆58Updated last year
- Returns an array filled with the specified input☆43Updated 2 years ago
- Unpipe a stream from all destinations☆23Updated 3 years ago
- Track the list of currently unhandled promise rejections☆24Updated 5 years ago
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 3 months ago
- [DEPRECATED] Node.js os.tmpdir() ponyfill☆34Updated 3 years ago
- Get the visual width of the widest line in a string - the number of columns required to display it☆36Updated last year
- Check if a path is a file, directory, or symlink☆75Updated 3 months ago
- Find the module object for something that was require()d☆26Updated last year
- List of archive file extensions☆12Updated 6 months ago
- Give me a string and I'll tell you if it's a valid npm package license string☆24Updated 3 years ago
- A module which will endeavor to guess your terminal's level of color support.☆24Updated 6 years ago
- Global logging utility.☆18Updated 7 months ago
- Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Ex…☆23Updated 7 years ago