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:
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated last year
- ECMAScript "ToPrimitive" algorithm. Provides ES5 and ES6/ES2015 versions.☆22Updated 8 months ago
- Check if the character represented by a given Unicode code point is fullwidth☆49Updated 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
- Use node's fs.realpath, but fall back to the JS implementation if the native one fails☆26Updated last year
- Detect the dominant newline character of a string☆55Updated last year
- Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.☆41Updated 2 years ago
- Is this value a JS regex?☆24Updated 7 months ago
- Give me a string and I'll tell you if it's a valid npm package license string☆27Updated 4 years ago
- Fallback to a default if `process.stdout.getWindowSize` doesn't exist☆24Updated last year
- Recursively flatten an array or arrays. This is the fastest implementation of array flatten.☆59Updated 3 years ago
- Expand POSIX bracket expressions (character classes) in glob patterns.☆27Updated 3 years ago
- Tests whether one path is inside another path☆42Updated 5 years ago
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆58Updated last year
- Get the auth token set for an npm registry☆34Updated 5 months ago
- Gracefully restore the CLI cursor on exit☆38Updated last year
- The map of HTTP status codes from the builtin http module☆19Updated 3 years ago
- Try to guess if your terminal supports unicode☆17Updated 4 years ago
- (object pick) returns a filtered copy of an object with only the specified keys, exactly like `pick` from lo-dash / underscore.☆41Updated 3 years ago
- Get the npm global path prefix. Same code used internally by npm.☆29Updated 11 months ago
- Extended globs. Add (almost) the expressive power of regular expressions to glob patterns.☆32Updated 4 years ago
- Determine if the JS environment has Symbol support. Supports spec, or shams.☆16Updated 8 months ago
- Parse HTTP X-Forwarded-For header☆59Updated last week
- A module which will endeavor to guess your terminal's level of color support.☆23Updated 6 years ago
- Minimal module to check if a file is executable.☆49Updated 11 months ago
- Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.☆21Updated 7 months ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- Is this an ES6 Symbol value?☆19Updated 7 months ago
- Constants and utilities about visitor keys to traverse AST.☆43Updated 11 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 2 years ago