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:
- 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.☆57Updated last year
- Delete nested properties from an object using dot notation.☆35Updated 3 years ago
- Make a shallow clone of an object, array or primitive.☆31Updated 4 months ago
- Generate a unique filename for use in temporary directories or caches.☆45Updated 2 weeks ago
- Filter object keys and values into a new object☆105Updated 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 4 years ago
- Repeat the given string n times. Fastest implementation for repeating a string (2x faster than the native method)☆50Updated 4 years ago
- Detects the casing of the input string (camelcase, lowercase, snakecase, kebabcase, snakecase, uppercase etc).☆18Updated 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
- Copy static properties, prototype properties, and descriptors from one object to another☆15Updated 5 years ago
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆45Updated 4 years ago
- Define a non-enumerable property on an object.☆21Updated 2 years ago
- Extend object A with the properties of object B. node.js/javascript util.☆33Updated 4 years ago
- Call the given method on each value in the given object.☆20Updated 2 years ago
- Parse HTTP X-Forwarded-For header☆58Updated 3 weeks ago
- Is the value an object, and not an array or null?☆108Updated last year
- Detect the dominant newline character of a string☆56Updated 2 years ago
- Returns the directory used by NPM for globally installed NPM packages.☆35Updated 7 years ago
- Get a random item from an array☆58Updated 3 years ago
- Start a promise chain☆60Updated 4 months ago
- Utility method to run function either synchronously or asynchronously using the common `this.async()` style.☆25Updated 5 months ago
- Get a random temporary file path☆81Updated last week
- Get the first path that exists on disk of multiple paths☆62Updated 4 months ago
- Expand deeply nested values from an object, with support for advanced features☆19Updated last month
- Regular expression for matching file names, with or without extension.☆33Updated 8 years ago
- Get the auth token set for an npm registry☆34Updated last week
- Strip the final newline character from a string/buffer☆38Updated last year
- fs read and write streams based on minipass☆20Updated 3 months 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