jonschlinkert / cache-base
Basic object store with methods like get/set/extend/omit
☆56Updated 2 years ago
Related projects ⓘ
Alternatives and complementary repositories for cache-base
- Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notati…☆24Updated 2 years ago
- Generate a unique filename for use in temporary directories or caches.☆43Updated last month
- Convert a string/Buffer/Uint8Array to a readable stream☆90Updated 2 years ago
- Delete nested properties from an object using dot notation.☆34Updated 2 years ago
- Make a shallow clone of an object, array or primitive.☆29Updated 4 years ago
- Wait for any promise to be fulfilled☆55Updated 2 years ago
- Write data to a random temporary file☆104Updated 3 months ago
- Define a non-enumerable property on an object.☆21Updated last year
- Fallback to a default if `process.stdout.getWindowSize` doesn't exist☆24Updated 4 months ago
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆93Updated 2 years ago
- Get a random item from an array☆57Updated 2 years ago
- Get the path of the parent module☆77Updated last year
- Split a string on a given character or characters, with support for escaping.☆57Updated 2 years ago
- Create a Vinyl file from an actual file☆41Updated last year
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆54Updated 3 months ago
- Detect the dominant newline character of a string☆55Updated last year
- Start a promise chain☆57Updated 3 years ago
- Check if a string matches the name of a Node.js builtin module☆58Updated 6 months ago
- Is the typeof value a javascript primitive?☆37Updated 3 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 last year
- Run a piece of code when the javascript process stops. Works in all environments (browsers, nodejs..)☆55Updated this week
- Import a module like with `require()` but from a given path☆86Updated 2 years ago
- Strip redundant indentation and indent the string☆54Updated 3 years ago
- Filter object keys and values into a new object☆100Updated 5 months ago
- Check if your package was installed globally☆70Updated last year
- Get the directory of globally installed packages and binaries☆75Updated last year
- Get the first path that exists on disk of multiple paths☆58Updated last year
- Check if a value is a plain object☆102Updated 6 months ago
- Run promise-returning & async functions a specific number of times concurrently☆38Updated 3 years ago
- Map over promises serially☆47Updated 3 years ago