Recursively merge values in a JavaScript object.
☆112Sep 8, 2022Updated 3 years ago
Alternatives and similar repositories for merge-deep
Users that are interested in merge-deep are comparing it to the libraries listed below
Sorting:
- Extend object A with the properties of object B. node.js/javascript util.☆33Aug 7, 2021Updated 4 years ago
- Define a non-enumerable property on an object.☆21Mar 14, 2023Updated 2 years ago
- Like `extend` but recursively copies only the missing properties/values to the target object.☆25Aug 25, 2019Updated 6 years ago
- Create an object path (dot notation) from a list or array of strings.☆16Dec 31, 2020Updated 5 years ago
- Get the repository name from the git remote origin URL☆23Jul 28, 2023Updated 2 years ago
- Delete nested properties from an object using dot notation.☆35Feb 11, 2022Updated 4 years ago
- Map `visit` over an array of objects.☆17Jun 27, 2022Updated 3 years ago
- Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notati…☆24Jan 25, 2022Updated 4 years ago
- Return true if a file path contains the given path.☆17May 18, 2021Updated 4 years ago
- Deeply assign the enumerable properties of source objects to a destination object.☆78Feb 24, 2022Updated 4 years ago
- Copy static properties, prototype properties, and descriptors from one object to another☆15Dec 16, 2020Updated 5 years ago
- Call the given method on each value in the given object.☆20Mar 14, 2023Updated 2 years ago
- Wraps templates with layouts. Layouts can use other layouts and be nested to any depth. This can be used 100% standalone to wrap any kind…☆28Apr 11, 2019Updated 6 years ago
- Regular expression for matching punctuation characters.☆10Jul 1, 2017Updated 8 years ago
- Like `extend` but only copies missing properties/values to the target object.☆17Apr 26, 2017Updated 8 years ago
- Easily add plugin support to your node.js application.☆26Dec 14, 2020Updated 5 years ago
- Deeply mix the properties of objects into the first object, while also mixing-in child objects.☆80Aug 23, 2023Updated 2 years ago
- Loop over each item in an array and call the given function on every element.☆14Feb 27, 2017Updated 9 years ago
- Resolve a directory that is either local, global or in the user's home directory.☆14Aug 5, 2017Updated 8 years ago
- Recursively expands property keys with dot-notation into objects.☆24May 15, 2018Updated 7 years ago
- Returns an array of unique values using strict equality for comparisons, maintaining the same order as the provided arrays.☆24Nov 5, 2020Updated 5 years ago
- Get the npm global path prefix. Same code used internally by npm.☆29Aug 17, 2024Updated last year
- Uses a breadth-first search, when necessary, to resolve the file path using the correct casing, and verify that the file actually exists.…☆12Sep 1, 2017Updated 8 years ago
- Render templates from any engine. Make custom template types, use layouts on pages, partials or any custom template type, custom delimite…☆52Dec 12, 2016Updated 9 years ago
- Adds an `option` method to base-methods.☆13Nov 6, 2019Updated 6 years ago
- base plugin that provides a very thin wrapper around composer for adding task methods to your application.☆14Nov 22, 2018Updated 7 years ago
- Returns true if a filepath is absolute. The original path-is-absolute.☆22Jul 13, 2017Updated 8 years ago
- base-methods plugin that adds vinyl-fs methods to your 'base' application for working with the file system, like src, dest, copy and syml…☆14May 28, 2016Updated 9 years ago
- System for creating and managing view collections, rendering, engines, routes and more. See the "dev" branch for most recent updates.☆59Sep 4, 2020Updated 5 years ago
- Recursively omit specified keys from an object.☆79Jun 8, 2022Updated 3 years ago
- Base plugin for adding a `pkg` object with get/set methods for getting data from package.json or setting data to package.json.☆13Dec 21, 2017Updated 8 years ago
- Visit a method over the items in an object, or map visit over the objects in an array. This is an alternative approach to using extend or…☆20Dec 15, 2020Updated 5 years ago
- Returns true if a value exists, false if empty. Works with deeply nested values using object paths.☆26Mar 3, 2018Updated 8 years ago
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Dec 30, 2025Updated 2 months ago
- Plugin for getting and persisting config values with your base-methods application. Adds a 'store' object that exposes all of the methods…☆20May 19, 2016Updated 9 years ago
- Make a shallow clone of an object, array or primitive.☆31Sep 4, 2025Updated 6 months ago
- Merge Option Objects☆69Dec 30, 2023Updated 2 years ago
- Dry is a new template engine and language, and is a superset of Shopify's Liquid, with first-class support for advanced inheritance featu…☆79Feb 13, 2025Updated last year
- Utils for working with JavaScript classes and prototype methods.☆19Mar 14, 2023Updated 2 years ago