jonschlinkert / rename-keysLinks
Modify/rename the keys of the own enumerable properties of an object.
☆27Updated 5 years ago
Alternatives and similar repositories for rename-keys
Users that are interested in rename-keys are comparing it to the libraries listed below
Sorting:
- A port of the browser's `atob` function☆25Updated 7 years ago
- Very thin wrapper around js-yaml for directly reading in YAML files.☆26Updated 6 years ago
- Generate strong pseudo-random bytes☆29Updated 4 years ago
- Basic object store with methods like get/set/extend/omit☆57Updated 3 years ago
- Get the directory of globally installed packages and binaries☆77Updated 2 years ago
- Lowercase the keys of an object☆41Updated 2 years ago
- Generate a starter CHANGELOG.md file, using conventions from keep-a-changelog. Use from the command line when Generate's CLI is installed…☆18Updated 9 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
- Use as a sub-generator or plugin in your generator to create a package.json for a project. Or install globally and run with Generate's CL…☆18Updated 4 years ago
- Strip the final newline character from a string/buffer☆38Updated last year
- Get the version of a binary in semver format☆36Updated last year
- Check if a string is a valid filename☆62Updated 4 years ago
- Extract the article title of a HTML document☆56Updated 4 months ago
- 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
- A simple function for computing the hash of the contents of a set of files.☆30Updated 8 years ago
- Emulate console for all the browsers☆33Updated last year
- Returns an array of unique values using strict equality for comparisons, maintaining the same order as the provided arrays.☆24Updated 5 years ago
- CSV parser for node.js☆15Updated 6 years ago
- Get a Gravatar image from an identifier, such as an email☆42Updated 4 years ago
- Parse HTTP X-Forwarded-For header☆58Updated last week
- Extend object A with the properties of object B. node.js/javascript util.☆33Updated 4 years ago
- Delete nested properties from an object using dot notation.☆35Updated 3 years ago
- Check if a string has ANSI escape codes☆50Updated 4 months ago
- Regular expression for matching a shebang line☆48Updated 4 years ago
- Parse a filepath and return an object of path parts. Falls back on native node.js `path.parse` if it exists☆30Updated 8 years ago
- Alternative to Lo-Dash template with support for helpers.☆18Updated 5 years ago
- Create an array with values that are present in the first input array but not additional ones☆41Updated 4 years ago
- Get the user home directory with fallback to the system temp directory☆30Updated 4 years ago
- Convert a file path to a file URL: `unicorn.jpg` → `file:///Users/sindresorhus/unicorn.jpg`☆63Updated last year
- Like `chown -R`☆30Updated last month