isaacs / util-extendLinks
Node's internal object extension function, for you!
☆28Updated 2 years ago
Alternatives and similar repositories for util-extend
Users that are interested in util-extend are comparing it to the libraries listed below
Sorting:
- Expand POSIX bracket expressions (character classes) in glob patterns.☆27Updated 4 years ago
- Get the npm global path prefix. Same code used internally by npm.☆29Updated last year
- Returns an object with the base path and the actual pattern from a glob.☆17Updated 8 years ago
- Return true if a value is a valid glob pattern string, or array of glob patterns.☆24Updated 6 years ago
- Try to guess if your terminal supports unicode☆17Updated 4 years ago
- Returns true if a string has an extglob☆23Updated 6 years ago
- Use node's fs.realpath, but fall back to the JS implementation if the native one fails☆25Updated last month
- set blocking stdio and stderr ensuring that terminal output does not truncate☆39Updated last year
- A list of objects bound by prototype chain☆20Updated last month
- timers module for browserify☆24Updated 11 months ago
- Map `visit` over an array of objects.☆17Updated 3 years ago
- One promise for multiple requests in flight to avoid async duplication☆16Updated 5 years ago
- Create an object path (dot notation) from a list or array of strings.☆16Updated 4 years ago
- WeakMap collection as specified in ECMAScript6☆30Updated 4 years ago
- [DEPRECATED] Node.js os.tmpdir() ponyfill☆37Updated 4 years ago
- Extends `stats.isDirectory()`, returns `true` if a filepath is a directory.☆27Updated 9 years ago
- Node.js 0.12 path.isAbsolute() ponyfill☆43Updated 4 years ago
- ES6 spec-compliant Function.prototype.name sham.☆12Updated 11 months ago
- list of SPDX standard license exceptions☆16Updated last year
- Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.☆18Updated 3 years ago
- Extend object A with the properties of object B. node.js/javascript util.☆33Updated 4 years ago
- Create error instances with a code☆20Updated 3 years ago
- Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Ex…☆23Updated 8 years ago
- Module to wrap try-catch for better performance and cleaner API.☆22Updated 9 years ago
- Global logging utility.☆19Updated last year
- Bash-like tilde expansion for node.js. Expands a leading tilde in a file path to the user home directory, or `~+` to the cwd.☆24Updated 3 years ago
- Returns an array of unique values using strict equality for comparisons, maintaining the same order as the provided arrays.☆24Updated 5 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
- Resolve a directory that is either local, global or in the user's home directory.☆14Updated 8 years ago
- Wrap all spawned Node.js child processes by adding environs and arguments ahead of the main JavaScript file argument.☆38Updated last month