sindresorhus / dot-prop
Get, set, or delete a property from a nested object using a dot path
☆817Updated 6 months ago
Related projects ⓘ
Alternatives and complementary repositories for dot-prop
- Get an available TCP port☆869Updated 7 months ago
- Easily load and persist config without having to think about where and how☆868Updated 3 months ago
- Find a file or directory by walking up parent directories☆582Updated 4 months ago
- Convert bytes to a human readable string: 1337 → 1.34 kB☆1,112Updated last year
- Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc.☆1,096Updated 3 months ago
- Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical i…☆1,086Updated 2 months ago
- Copy files☆425Updated 3 months ago
- Hashing made simple. Get the hash of a buffer/string/stream/file.☆956Updated 11 months ago
- Unicode symbols with fallbacks for older terminals☆593Updated last week
- See node.js errors with less clutter☆1,520Updated 4 months ago
- A port of inflection-js to node.js module☆554Updated last month
- Simple and modern async event emitter☆1,744Updated 8 months ago
- Colored symbols for various log levels☆744Updated 2 months ago
- Delay a promise a specified amount of time☆608Updated last year
- Simple config handling for your app or module☆1,233Updated 2 months ago
- Type check values☆1,681Updated 2 months ago
- Update notifications for your CLI app☆1,763Updated 2 months ago
- Memoize promise-returning & async functions☆396Updated last year
- Promisify a callback-style function☆1,505Updated 2 years ago
- Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar☆682Updated last year
- Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`☆1,074Updated 3 months ago
- Create text-based columns suitable for console output. Supports cell wrapping.☆429Updated last year
- Convert a string to a valid safe filename☆489Updated last year
- Measure the difference between two strings with the fastest JS implementation of the Levenshtein distance algorithm☆715Updated 3 years ago
- Simple micro templating☆362Updated last year
- User-friendly glob matching☆2,534Updated 4 months ago
- Run promise-returning & async functions concurrently with optional limited concurrency☆314Updated last year
- Get stdin as a string or buffer☆337Updated last year
- Create a promise that can be canceled☆441Updated 2 years ago
- Parse yes/no like values☆266Updated 2 years ago