stefanpenner / get-caller-fileLinks
☆36Updated 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:
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated last year
- Detect the dominant newline character of a string☆55Updated last year
- Check if the character represented by a given Unicode code point is fullwidth☆49Updated last year
- 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
- Constants and utilities about visitor keys to traverse AST.☆43Updated last year
- Extended globs. Add (almost) the expressive power of regular expressions to glob patterns.☆32Updated 4 years ago
- Fallback to a default if `process.stdout.getWindowSize` doesn't exist☆24Updated last year
- Give me a string and I'll tell you if it's a valid npm package license string☆26Updated 4 years ago
- Tests whether one path is inside another path☆42Updated 5 years 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 2 years ago
- Extend object A with the properties of object B. node.js/javascript util.☆33Updated 4 years ago
- Get the npm global path prefix. Same code used internally by npm.☆29Updated last year
- One promise for multiple requests in flight to avoid async duplication☆16Updated 5 years ago
- Gracefully restore the CLI cursor on exit☆38Updated last year
- Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.☆41Updated 2 years ago
- Is this an ES6 Symbol value?☆19Updated 8 months ago
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆58Updated last year
- Make a shallow clone of an object, array or primitive.☆29Updated 5 years ago
- Minimal module to check if a file is executable.☆49Updated last year
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- Expand POSIX bracket expressions (character classes) in glob patterns.☆27Updated 3 years ago
- Check if a string matches the name of a Node.js builtin module☆59Updated 5 months ago
- Object.keys shim☆45Updated 4 months 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
- Try to guess if your terminal supports unicode☆17Updated 4 years ago
- Determine if the JS environment has Symbol support. Supports spec, or shams.☆16Updated 8 months ago
- Get the first path that exists on disk of multiple paths☆59Updated 2 years ago
- Repeat the given string n times. Fastest implementation for repeating a string (2x faster than the native method)☆50Updated 3 years ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago