stefanpenner / get-caller-fileLinks
☆37Updated last year
Alternatives and similar repositories for get-caller-file
Users that are interested in get-caller-file are comparing it to the libraries listed below
Sorting:
- Check if a file path is a binary file☆44Updated last year
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 10 months ago
- Detect the dominant newline character of a string☆55Updated last year
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- set blocking stdio and stderr ensuring that terminal output does not truncate☆38Updated last year
- List of node.js builtin modules☆38Updated last year
- 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
- Return true if a value is a valid glob pattern string, or array of glob patterns.☆24Updated 5 years ago
- Gracefully restore the CLI cursor on exit☆38Updated 10 months ago
- Fallback to a default if `process.stdout.getWindowSize` doesn't exist☆24Updated 11 months ago
- Check if a path is a file, directory, or symlink☆78Updated 10 months ago
- Create a MD5 hash with hex encoding☆45Updated last year
- Track the list of currently unhandled promise rejections☆24Updated 6 years ago
- A replacement for process.exit that ensures stdio are fully drained before exiting.☆66Updated 2 months ago
- Check if the character represented by a given Unicode code point is fullwidth☆49Updated last year
- Get the npm global path prefix. Same code used internally by npm.☆29Updated 9 months ago
- Minimal module to check if a file is executable.☆48Updated 9 months ago
- Create error instances with a code☆20Updated 2 years ago
- ECMAScript "ToPrimitive" algorithm. Provides ES5 and ES6/ES2015 versions.☆22Updated 6 months ago
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆60Updated 10 months ago
- Give me a string and I'll tell you if it's a valid npm package license string☆27Updated 4 years ago
- Returns the directory used by NPM for globally installed NPM packages.☆35Updated 6 years ago
- Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.☆41Updated 2 years ago
- Callback wrapping utility☆56Updated last year
- ☆45Updated 2 years ago
- A module which will endeavor to guess your terminal's level of color support.☆24Updated 6 years ago
- Expand POSIX bracket expressions (character classes) in glob patterns.☆27Updated 3 years ago
- Create ansi colors by passing open and close codes.☆19Updated last year
- Get the path of the caller module