jonschlinkert / mixin-deepLinks
Deeply mix the properties of objects into the first object, while also mixing-in child objects.
☆80Updated 2 years ago
Alternatives and similar repositories for mixin-deep
Users that are interested in mixin-deep are comparing it to the libraries listed below
Sorting:
- Manipulate the HTTP Vary header☆61Updated 2 weeks ago
- Detect the dominant newline character of a string☆55Updated last year
- Is the value an object, and not an array or null?☆107Updated last year
- Make a shallow clone of an object, array or primitive.☆29Updated last week
- Check if a string or buffer is SVG☆141Updated 2 months ago
- Traverse JSON Schema passing each schema object to callback☆103Updated 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
- Create error instances with a code☆20Updated 3 years ago
- Check if a string matches the name of a Node.js builtin module☆61Updated 6 months ago
- Get a directory for your caching needs☆26Updated 2 years ago
- Parse a gitignore file into an array of patterns. Comments and empty lines are stripped.☆64Updated 2 years ago
- npm lifecycle script runner☆36Updated 4 years ago
- Faster brace expansion for node.js. Besides being faster, braces is not subject to DoS attacks like minimatch, is more accurate, and has …☆241Updated 7 months ago
- Check whether a request can be retried based on the `error.code`☆81Updated 3 years ago
- Delete nested properties from an object using dot notation.☆35Updated 3 years ago
- Make a callback- or promise-based function support both promises and callbacks.☆111Updated last year
- Constants and utilities about visitor keys to traverse AST.☆43Updated last year
- Get the diff type of two semver versions: 0.0.1 0.0.2 → patch☆69Updated 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 4 years ago
- A simple Node.js module to check if a TCP port is already bound.☆65Updated 4 years ago
- Start a promise chain☆58Updated this week
- process information for node.js and browsers☆126Updated 5 years ago
- Determine if an object is a Buffer☆90Updated 4 years ago
- Detects if a file is binary in Node.js. Similar to Perl's -B☆167Updated last week
- Strip UTF-8 byte order mark (BOM) from a string☆111Updated 4 years ago
- Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but without support for extended globs (extglobs…☆97Updated 2 years ago
- Deeply assign the enumerable properties of source objects to a destination object.☆78Updated 3 years ago
- Parse data: URLs☆74Updated last year
- Is the typeof value a javascript primitive?☆37Updated 4 years ago
- Find the first file matching a given pattern in the current directory or the nearest ancestor directory.☆98Updated last year