isaacs / isexeLinks
Minimal module to check if a file is executable.
☆49Updated last year
Alternatives and similar repositories for isexe
Users that are interested in isexe are comparing it to the libraries listed below
Sorting:
- 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 year
- [DEPRECATED] Node.js os.tmpdir() ponyfill☆35Updated 4 years ago
- Check if an object can be used like an Array☆16Updated 4 years ago
- Repeat a string - fast☆34Updated 4 years ago
- A replacement for process.exit that ensures stdio are fully drained before exiting.☆67Updated 6 months ago
- Returns an array of unique values using strict equality for comparisons, maintaining the same order as the provided arrays.☆24Updated 4 years ago
- Mapping between standard locale identifiers and Windows locale identifiers (LCID)☆38Updated last year
- WeakMap collection as specified in ECMAScript6☆30Updated 4 years ago
- List of node.js builtin modules☆37Updated last year
- Add callbacks to requests in flight to avoid async duplication☆74Updated last year
- Callback wrapping utility☆56Updated last year
- Slice a string with ANSI escape codes☆50Updated this week
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- A library of cross-platform tested terminal/console command strings for doing things like color and cursor positioning. This is a subset…☆30Updated 4 years ago
- Check if the character represented by a given Unicode code point is fullwidth☆49Updated last week
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- Repeat the given string n times. Fastest implementation for repeating a string (2x faster than the native method)☆50Updated 3 years ago
- Get the command from a shebang☆24Updated 4 years ago
- Get the user home directory with fallback to the system temp directory☆30Updated 4 years ago
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated last year
- Utility method to run function either synchronously or asynchronously using the common `this.async()` style.☆25Updated last month
- Extended globs. Add (almost) the expressive power of regular expressions to glob patterns.☆32Updated 4 years ago
- Center-align the text in a string.☆23Updated 8 years ago
- Get the first path that exists on disk of multiple paths☆59Updated 2 years ago
- Strip the final newline character from a string/buffer☆36Updated 10 months ago
- ES spec-compliant shim for String.prototype.padStart☆23Updated 5 months ago
- timers module for browserify☆24Updated 8 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 8 years ago
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆58Updated last year