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 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
- 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
- ECMAScript "ToPrimitive" algorithm. Provides ES5 and ES6/ES2015 versions.☆22Updated last year
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆58Updated last year
- Use node's fs.realpath, but fall back to the JS implementation if the native one fails☆25Updated last month
- Determine if the JS environment has Symbol support. Supports spec, or shams.☆17Updated last year
- Expand POSIX bracket expressions (character classes) in glob patterns.☆27Updated 4 years ago
- Extend object A with the properties of object B. node.js/javascript util.☆33Updated 4 years ago
- Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.☆41Updated 3 years ago
- Make a shallow clone of an object, array or primitive.☆30Updated 3 months ago
- Create a Vinyl file from an actual file☆43Updated 3 years ago
- Track the list of currently unhandled promise rejections☆24Updated 7 years ago
- Check if the character represented by a given Unicode code point is fullwidth☆51Updated 3 months ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 7 years ago
- One promise for multiple requests in flight to avoid async duplication☆16Updated 5 years ago
- Give me a string and I'll tell you if it's a valid npm package license string☆27Updated 4 years ago
- Gracefully restore the CLI cursor on exit☆40Updated last year
- Get the auth token set for an npm registry☆34Updated 2 weeks ago
- Search & replace tokens during the linking stage of ICSS loading☆22Updated 2 years ago
- A module which will endeavor to guess your terminal's level of color support.☆23Updated 7 years ago
- Get the command from a shebang☆24Updated 4 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
- (object pick) returns a filtered copy of an object with only the specified keys, exactly like `pick` from lo-dash / underscore.☆41Updated 4 years ago
- Node.js 0.12 path.isAbsolute() ponyfill☆43Updated 4 years ago
- Repeat the given string n times. Fastest implementation for repeating a string (2x faster than the native method)☆50Updated 3 years ago
- Modern Buffer API polyfill without footguns☆27Updated 4 years ago
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆46Updated 3 years ago
- Is this an ES6 Symbol value?☆19Updated 11 months ago