jonschlinkert / cache-baseLinks
Basic object store with methods like get/set/extend/omit
☆57Updated 3 years ago
Alternatives and similar repositories for cache-base
Users that are interested in cache-base are comparing it to the libraries listed below
Sorting:
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆58Updated last year
- Check whether a request can be retried based on the `error.code`☆81Updated 3 years ago
- Split a string on a given character or characters, with support for escaping.☆59Updated 3 years ago
- Delete nested properties from an object using dot notation.☆35Updated 3 years ago
- Filter object keys and values into a new object☆104Updated last year
- Generate a unique filename for use in temporary directories or caches.☆45Updated this week
- 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
- Detect the dominant newline character of a string☆55Updated 2 years ago
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆46Updated 3 years ago
- Repeat the given string n times. Fastest implementation for repeating a string (2x faster than the native method)☆50Updated 3 years ago
- Parse HTTP X-Forwarded-For header☆58Updated 3 weeks ago
- Detects the casing of the input string (camelcase, lowercase, snakecase, kebabcase, snakecase, uppercase etc).☆18Updated 7 months ago
- Start a promise chain☆58Updated last week
- Make a shallow clone of an object, array or primitive.☆29Updated 2 weeks ago
- Get the first path that exists on disk of multiple paths☆59Updated last week
- Check if your package was installed globally☆70Updated last year
- Check if a path is a file, directory, or symlink☆78Updated last year
- Create an array with values that are present in the first input array but not additional ones☆38Updated 4 years ago
- Check if a string matches the name of a Node.js builtin module☆61Updated 6 months ago
- Get a random item from an array☆56Updated 3 years ago
- Parse `.git/config` into a JavaScript object. sync or async.☆62Updated 6 years ago
- Wait for any promise to be fulfilled☆54Updated 3 years ago
- Returns the directory used by NPM for globally installed NPM packages.☆35Updated 6 years ago
- Get the real path of the system temp directory☆81Updated 2 years ago
- Sort the keys of an object☆105Updated 3 weeks ago
- Create an array of unique values, in order, from the input arrays☆76Updated 4 years ago
- Displays the execution time for Node.js modules loading by hooking require() calls☆23Updated 3 years ago
- Get the directory of globally installed packages and binaries☆76Updated last year
- Modern Buffer API polyfill without footguns☆26Updated 4 years ago
- Extend object A with the properties of object B. node.js/javascript util.☆33Updated 4 years ago