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
- Delete nested properties from an object using dot notation.☆35Updated 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
- Generate a unique filename for use in temporary directories or caches.☆45Updated 3 weeks ago
- Detects the casing of the input string (camelcase, lowercase, snakecase, kebabcase, snakecase, uppercase etc).☆18Updated 8 months ago
- Filter object keys and values into a new object☆104Updated last year
- Check whether a request can be retried based on the `error.code`☆81Updated 3 years ago
- Get a random item from an array☆56Updated 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
- Parse HTTP X-Forwarded-For header☆58Updated last week
- Detect the dominant newline character of a string☆56Updated 2 years ago
- Make a shallow clone of an object, array or primitive.☆29Updated last month
- Check if your package was installed globally☆69Updated last year
- Check if a path is a file, directory, or symlink☆79Updated last year
- Check if a string matches the name of a Node.js builtin module☆61Updated 7 months ago
- Easily handle defaults for your options☆75Updated last year
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆46Updated 3 years ago
- Wait for any promise to be fulfilled☆56Updated 3 years ago
- Start a promise chain☆60Updated 3 weeks ago
- Is the value an object, and not an array or null?☆107Updated last year
- Define a non-enumerable property on an object.☆21Updated 2 years ago
- Check if a value is a plain object☆103Updated last year
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- Copy static properties, prototype properties, and descriptors from one object to another☆15Updated 4 years ago
- Convert directories to glob compatible strings☆44Updated 6 years ago
- Extend object A with the properties of object B. node.js/javascript util.☆33Updated 4 years ago
- Write a package.json file☆89Updated last month
- Create a Vinyl file from an actual file☆42Updated 2 years ago
- Repeat the given string n times. Fastest implementation for repeating a string (2x faster than the native method)☆50Updated 3 years ago
- Convert a string/Buffer/Uint8Array to a readable stream☆91Updated 2 years ago