jonschlinkert / cache-baseLinks
Basic object store with methods like get/set/extend/omit
☆58Updated 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:
- Delete nested properties from an object using dot notation.☆35Updated 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
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆58Updated 11 months ago
- Split a string on a given character or characters, with support for escaping.☆58Updated 3 years ago
- Make a shallow clone of an object, array or primitive.☆29Updated 5 years ago
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆47Updated 3 years ago
- Detect the dominant newline character of a string☆55Updated last year
- Define a non-enumerable property on an object.☆21Updated 2 years ago
- Create an array with values that are present in the first input array but not additional ones☆38Updated 3 years ago
- Detects the casing of the input string (camelcase, lowercase, snakecase, kebabcase, snakecase, uppercase etc).☆18Updated 5 months ago
- Repeat the given string n times. Fastest implementation for repeating a string (2x faster than the native method)☆50Updated 3 years ago
- Check if a string matches the name of a Node.js builtin module☆59Updated 4 months ago
- Extend object A with the properties of object B. node.js/javascript util.☆33Updated 3 years ago
- Check whether a request can be retried based on the `error.code`☆81Updated 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!☆83Updated 5 years ago
- Generate a unique filename for use in temporary directories or caches.☆45Updated last week
- Copy static properties, prototype properties, and descriptors from one object to another☆15Updated 4 years ago
- Check if a value is an object☆40Updated 4 years ago
- Filter object keys and values into a new object☆102Updated last year
- Strip the final newline character from a string/buffer☆36Updated 8 months ago
- Utils for working with JavaScript classes and prototype methods.☆19Updated 2 years ago
- Operating systems commonly add a trailing increment, or the word 'copy', or something similar to duplicate files. This strips those incre…☆10Updated 5 years ago
- Import a module like with `require()` but from the current working directory☆52Updated 3 years ago
- Returns the directory used by NPM for globally installed NPM packages.☆35Updated 6 years ago
- Parse HTTP X-Forwarded-For header☆57Updated 2 weeks ago
- Start a promise chain☆58Updated 3 years ago
- Get the first path that exists on disk of multiple paths☆59Updated 2 years ago
- Import a module like with `require()` but from a given path☆85Updated 3 years ago
- Call the given method on each value in the given object.☆20Updated 2 years ago
- Get a random item from an array☆57Updated 3 years ago