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:
- Compile and resolve template strings notation as specified in ES6☆80Updated 3 years ago
- Recursively omit empty properties from an object. Omits empty objects, arrays, strings, and optionally zero. Similar results to what you …☆73Updated 6 years ago
- Make a shallow clone of an object, array or primitive.☆31Updated 4 months ago
- Convert HTML entities to HTML characters, e.g. `>` => `>`.☆39Updated 4 years ago
- Check if a URL is absolute☆80Updated 4 months 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
- Split a string on a given character or characters, with support for escaping.☆60Updated 3 years ago
- A stricter URI encode adhering to RFC 3986☆59Updated 6 years ago
- Generate a regex from a string or array of strings.☆60Updated 5 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 4 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 4 years ago
- 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
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆57Updated last year
- Easily format the time from node.js `process.hrtime`. Works with timescales ranging from weeks to nanoseconds.☆53Updated 6 years ago
- [OBSOLUTE] Concatenate a readable stream's data into a single array.☆101Updated last year
- Prepend data to a file.☆36Updated 2 years ago
- Parse HTTP X-Forwarded-For header☆58Updated 3 weeks ago
- Better inspect formatting, using prettier for arrays, objects and functions, and util.inspect for everything else.☆13Updated 8 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
- Make a promise always fulfill with its actual fulfillment value or rejection reason☆56Updated 4 months ago
- Get the path of the parent module☆79Updated 4 months ago
- Replace all substring matches in a string☆90Updated 4 years ago
- ☆41Updated 7 years ago
- A list of directories you should ignore by default☆23Updated 3 years ago
- Create an array with values that are present in the first input array but not additional ones☆40Updated 4 years ago
- Overrides Node.js module resolution logic.☆18Updated 5 years ago
- Convert a string/Buffer/Uint8Array to a readable stream☆94Updated 3 years ago
- Run a piece of code when the javascript process stops. Works in all environments (browsers, nodejs..)☆57Updated last week
- Write data to a random temporary file☆108Updated last week
- Import a module like with `require()` but from a given path☆86Updated 3 years ago