sindresorhus / dot-propLinks
Get, set, or delete a property from a nested object using a dot path
☆840Updated last year
Alternatives and similar repositories for dot-prop
Users that are interested in dot-prop are comparing it to the libraries listed below
Sorting:
- Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical i…☆1,125Updated 5 months ago
- Get an available TCP port☆910Updated last year
- Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`☆1,167Updated 8 months ago
- Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc.☆1,108Updated 4 months ago
- Convert bytes to a human readable string: 1337 → 1.34 kB☆1,215Updated 3 months ago
- Find a file or directory by walking up parent directories☆620Updated last month
- Delay a promise a specified amount of time☆619Updated 2 years ago
- Type check values☆1,722Updated last month
- Easily load and persist config without having to think about where and how☆879Updated 7 months ago
- Get a random temporary file or directory path☆434Updated 2 years ago
- Retry a promise-returning or async function☆895Updated last week
- Simple “Least Recently Used” (LRU) cache☆712Updated 3 months ago
- Parse JSON with more helpful errors☆366Updated 3 months ago
- Simple micro templating☆364Updated 2 years ago
- Promisify a callback-style function☆1,506Updated 2 years ago
- Memoize promise-returning & async functions☆407Updated 2 years ago
- Copy files☆429Updated last year
- Better file system API for Node.js☆777Updated last year
- Simple and modern async event emitter☆1,963Updated last month
- Unicode symbols with fallbacks for older terminals☆605Updated 9 months ago
- Normalize a URL☆857Updated last month
- Simple argument parsing☆1,285Updated last year
- Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!☆354Updated last year
- Measure the difference between two strings with the fastest JS implementation of the Levenshtein distance algorithm☆728Updated 3 months ago
- Simple config handling for your app or module☆1,296Updated last month
- Colored symbols for various log levels☆757Updated 2 months ago
- Map over promises concurrently☆1,442Updated 7 months ago
- Serialize/deserialize an error into a plain object☆557Updated 7 months ago
- Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar☆695Updated last year
- Hashing made simple. Get the hash of a buffer/string/stream/file.☆957Updated last year