isaacs / isexe
Minimal module to check if a file is executable.
☆48Updated 7 months ago
Alternatives and similar repositories for isexe:
Users that are interested in isexe are comparing it to the libraries listed below
- Strip redundant indentation and indent the string☆54Updated 3 years ago
- Repeat a string - fast☆34Updated 3 years ago
- Callback wrapping utility☆55Updated last year
- Check if a file path is a binary file☆44Updated 11 months ago
- Check if a protocol requires a certain port number to be added to an URL.☆11Updated last year
- Node.js 0.12 path.isAbsolute() ponyfill☆43Updated 4 years ago
- [DEPRECATED] Node.js os.tmpdir() ponyfill☆35Updated 4 years ago
- Get the first path that exists on disk of multiple paths☆58Updated 2 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
- Object.keys shim☆45Updated 2 years ago
- Check if an object can be used like an Array☆16Updated 3 years ago
- Strip the final newline character from a string/buffer☆36Updated 5 months ago
- Add callbacks to requests in flight to avoid async duplication☆73Updated 10 months ago
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 8 months ago
- Rename a function☆46Updated last year
- A module which will endeavor to guess your terminal's level of color support.☆24Updated 6 years ago
- List of node.js builtin modules☆38Updated last year
- 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.☆66Updated last month
- Find multiple RegExp matches in a string☆92Updated 2 years ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆37Updated 3 years ago
- Check if the process is running as root user, for example, one started with `sudo`☆78Updated 2 years ago
- ECMAScript "ToPrimitive" algorithm. Provides ES5 and ES6/ES2015 versions.☆22Updated 4 months ago
- Determine if a function is an ES6 arrow function or not.☆22Updated 11 months ago
- Returns an array filled with the specified input☆42Updated 2 years ago
- Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.☆41Updated 2 years ago
- Track the list of currently unhandled promise rejections☆24Updated 6 years 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
- Return true if a value is a valid glob pattern string, or array of glob patterns.☆24Updated 5 years ago