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:
- Delete nested properties from an object using dot notation.☆35Updated 3 years ago
- Split a string on a given character or characters, with support for escaping.☆60Updated 3 years ago
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆58Updated last year
- 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
- Detects the casing of the input string (camelcase, lowercase, snakecase, kebabcase, snakecase, uppercase etc).☆18Updated 9 months ago
- Make a shallow clone of an object, array or primitive.☆30Updated 2 months ago
- Generate a unique filename for use in temporary directories or caches.☆45Updated 3 weeks ago
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆46Updated 3 years ago
- Filter object keys and values into a new object☆104Updated last year
- Copy static properties, prototype properties, and descriptors from one object to another☆15Updated 4 years ago
- Define a non-enumerable property on an object.☆21Updated 2 years ago
- Check whether a request can be retried based on the `error.code`☆81Updated 3 years ago
- Extend object A with the properties of object B. node.js/javascript util.☆33Updated 4 years ago
- Parse HTTP X-Forwarded-For header☆58Updated 3 weeks ago
- Call the given method on each value in the given object.☆20Updated 2 years ago
- Detect the dominant newline character of a string☆56Updated 2 years ago
- Return true if a file path contains the given path.☆17Updated 4 years ago
- Returns an array of unique values using strict equality for comparisons, maintaining the same order as the provided arrays.☆24Updated 5 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
- Utility method to run function either synchronously or asynchronously using the common `this.async()` style.☆25Updated 3 months ago
- Repeat the given string n times. Fastest implementation for repeating a string (2x faster than the native method)☆50Updated 3 years ago
- Visit a method over the items in an object, or map visit over the objects in an array. This is an alternative approach to using extend or…☆20Updated 4 years ago
- Generate a regex from a string or array of strings.☆60Updated 4 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
- Get a random item from an array☆57Updated 3 years ago
- Map `visit` over an array of objects.☆17Updated 3 years ago
- all the types of nodes in htmlparser2's dom☆29Updated last week
- Check if a string matches the name of a Node.js builtin module☆61Updated 8 months ago
- Returns true if a string has an extglob☆23Updated 6 years ago
- Minimal async jobs utility library, with streams support☆25Updated 7 years ago