stefanpenner / get-caller-fileLinks
☆37Updated 2 years ago
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:
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 2 weeks ago
- Extend object A with the properties of object B. node.js/javascript util.☆33Updated 4 years ago
- Expand POSIX bracket expressions (character classes) in glob patterns.☆27Updated 4 years ago
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆57Updated last year
- Fallback to a default if `process.stdout.getWindowSize` doesn't exist☆24Updated last month
- Delete nested properties from an object using dot notation.☆35Updated 3 years ago
- Create error instances with a code☆20Updated 3 years ago
- Modern Buffer API polyfill without footguns☆27Updated 4 years ago
- Make a shallow clone of an object, array or primitive.☆30Updated 4 months ago
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆46Updated 4 years ago
- ECMAScript "ToPrimitive" algorithm. Provides ES5 and ES6/ES2015 versions.☆22Updated 2 weeks ago
- Detect the dominant newline character of a string☆56Updated 2 years ago
- Extended globs. Add (almost) the expressive power of regular expressions to glob patterns.☆32Updated 5 years ago
- Gracefully restore the CLI cursor on exit☆41Updated last year
- A library of cross-platform tested terminal/console command strings for doing things like color and cursor positioning. This is a subset…☆31Updated 5 years ago
- A module which will endeavor to guess your terminal's level of color support.☆23Updated 7 years ago
- Recursively flatten an array or arrays. This is the fastest implementation of array flatten.☆59Updated 4 years ago
- Constants and utilities about visitor keys to traverse AST.☆43Updated last year
- Use node's fs.realpath, but fall back to the JS implementation if the native one fails☆25Updated 2 months ago
- Get the command from a shebang☆24Updated 4 years ago
- Define a non-enumerable property on an object.☆21Updated 2 years ago
- ☆20Updated 4 years ago
- Repeat the given string n times. Fastest implementation for repeating a string (2x faster than the native method)☆50Updated 4 years ago
- Mapping between standard locale identifiers and Windows locale identifiers (LCID)☆39Updated last year
- Start a promise chain☆60Updated 4 months ago
- If you use globs, this will make your code faster. Returns `true` if the given string looks like a glob pattern or an extglob pattern. Th…☆95Updated 3 years ago
- Get the npm global path prefix. Same code used internally by npm.☆29Updated last year
- Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible☆85Updated 2 years ago
- One promise for multiple requests in flight to avoid async duplication☆17Updated 5 years ago
- Minimal module to check if a file is executable.☆51Updated 2 months ago