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 11 months ago
- Check if a file path is a binary file☆46Updated last year
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- Use node's fs.realpath, but fall back to the JS implementation if the native one fails☆26Updated last year
- Create error instances with a code☆20Updated 3 years ago
- Detect the dominant newline character of a string☆55Updated last year
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆58Updated 11 months ago
- Check if a protocol requires a certain port number to be added to an URL.☆11Updated last year
- Give me a string and I'll tell you if it's a valid npm package license string☆27Updated 4 years ago
- Extend object A with the properties of object B. node.js/javascript util.☆33Updated 3 years ago
- Expand POSIX bracket expressions (character classes) in glob patterns.☆27Updated 3 years ago
- Check if the character represented by a given Unicode code point is fullwidth☆49Updated last year
- Check if a path is a file, directory, or symlink☆78Updated 11 months ago
- Delete nested properties from an object using dot notation.☆35Updated 3 years ago
- Parse HTTP X-Forwarded-For header☆57Updated last week
- Get the npm global path prefix. Same code used internally by npm.☆29Updated 10 months ago
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆47Updated 3 years 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
- Check whether a request can be retried based on the `error.code`☆81Updated 3 years ago
- Fallback to a default if `process.stdout.getWindowSize` doesn't exist☆24Updated last year
- Minimal module to check if a file is executable.☆49Updated 10 months ago
- Create ansi colors by passing open and close codes.☆19Updated last year
- Is this an ES6 Symbol value?☆19Updated 6 months ago
- Check if a string matches the name of a Node.js builtin module☆59Updated 4 months ago
- Node.js 0.12 path.isAbsolute() ponyfill☆43Updated 4 years ago
- Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.☆41Updated 2 years ago
- ECMAScript "ToPrimitive" algorithm. Provides ES5 and ES6/ES2015 versions.☆22Updated 7 months ago
- Callback wrapping utility☆56Updated last year
- Get the command from a shebang☆24Updated 3 years ago
- Extended globs. Add (almost) the expressive power of regular expressions to glob patterns.☆32Updated 4 years ago