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:
- Parse a filepath and return an object of path parts. Falls back on native node.js `path.parse` if it exists☆30Updated 7 years 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
- CSV parser for node.js☆15Updated 6 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
- Sort the keys in an object.☆37Updated 6 years ago
- Check if a string has ANSI escape codes☆50Updated last month
- Get the directory of globally installed packages and binaries☆76Updated last year
- Lowercase the keys of an object☆40Updated 2 years ago
- Alternative to Lo-Dash template with support for helpers.☆17Updated 5 years ago
- Generate strong pseudo-random bytes☆29Updated 4 years ago
- Get the npm config☆37Updated last year
- A stricter URI encode adhering to RFC 3986☆59Updated 5 years ago
- Returns true if a filepath is absolute. The original path-is-absolute.☆22Updated 8 years ago
- Convert directories to glob compatible strings☆44Updated 6 years ago
- Regular expression for matching a shebang line☆47Updated 4 years ago
- A port of the browser's `atob` function☆25Updated 7 years ago
- Simple wildcard matching☆34Updated 3 weeks ago
- Check if your code is running in a JXA environment☆31Updated 4 years ago
- Very thin wrapper around js-yaml for directly reading in YAML files.☆26Updated 5 years ago
- Expand placeholders in a template string☆18Updated 4 years ago
- Emulate console for all the browsers☆33Updated 9 months ago
- Get the version of a binary in semver format☆35Updated last year
- Check if a file is executable☆29Updated 7 years ago
- Repeat the given string n times. Fastest implementation for repeating a string (2x faster than the native method)☆50Updated 3 years ago
- Convert a username/group name to a uid/gid number☆18Updated 10 years ago
- Create an array with values that are present in the first input array but not additional ones☆40Updated 4 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
- Get the user home directory with fallback to the system temp directory☆30Updated 4 years ago
- Get the visual width of the widest line in a string - the number of columns required to display it☆39Updated last year
- Iterate over the enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit e…☆35Updated 8 years ago