jonschlinkert / deep-rename-keysLinks
Recursively rename the keys in an object.
☆35Updated 5 years ago
Alternatives and similar repositories for deep-rename-keys
Users that are interested in deep-rename-keys are comparing it to the libraries listed below
Sorting:
- Make a shallow clone of an object, array or primitive.☆29Updated 3 weeks ago
- Split a string on a given character or characters, with support for escaping.☆59Updated 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…☆24Updated 3 years ago
- Automatic guid for Objection.js☆35Updated 3 years ago
- Compile and resolve template strings notation as specified in ES6☆79Updated 3 years ago
- file globbing for node.js. speedy and powerful alternative to node-glob. This library is experimental and does not work on windows!☆56Updated 3 years ago
- Write data to the file system, creating any intermediate directories if they don't already exist. Used by flat-cache and many others!☆82Updated 6 years ago
- Recursively omit empty properties from an object. Omits empty objects, arrays, strings, and optionally zero. Similar results to what you …☆73Updated 5 years ago
- Convert HTML entities to HTML characters, e.g. `>` => `>`.☆39Updated 4 years ago
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆58Updated last year
- Cache requires to be lazy-loaded when needed. Uses node's own require system with tried and true, plain-vanilla JavaScript getters.☆51Updated 2 years ago
- Check if a URL is absolute☆79Updated last week
- node.js utility for exporting a directory of files as modules.☆21Updated 4 years ago
- [OBSOLUTE] Concatenate a readable stream's data into a single array.☆100Updated last year
- Basic object store with methods like get/set/extend/omit☆57Updated 3 years ago
- Merge Option Objects☆68Updated last year
- Compose promise-returning & async functions into a reusable pipeline☆123Updated 4 years ago
- Strip leading whitespace from each line in a string☆142Updated 2 weeks ago
- A list of directories you should ignore by default☆23Updated 3 years ago
- Create a Vinyl file from an actual file☆41Updated 2 years ago
- Get locally or globally installation path of given package name.☆43Updated 2 years ago
- Extend the properties from any number of objects onto the first object. Pass an empty object as the first arg to create a new object.☆14Updated 7 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
- ☆41Updated 6 years ago
- A fast, lightweight an modular library to interact with docker daemons.☆42Updated 3 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
- Import a module like with `require()` but from a given path☆85Updated 3 years ago
- Get the user home directory with fallback to the system temp directory☆30Updated 4 years ago
- Create a javascript regular expression for matching everything except for the given string.☆31Updated 7 years ago
- A replacement for process.exit that ensures stdio are fully drained before exiting.☆67Updated 6 months ago