jonschlinkert / get-valueLinks
Use property paths (`a.b.c`) get a nested value from an object.
☆291Updated 9 months ago
Alternatives and similar repositories for get-value
Users that are interested in get-value are comparing it to the libraries listed below
Sorting:
- Set nested properties on an object using dot-notation.☆275Updated 2 years ago
- Timeout a promise after a specified amount of time☆297Updated last month
- Find the root directory of a Node.js project or npm package☆247Updated 5 months ago
- Safely and quickly serialize JavaScript objects☆355Updated 10 months ago
- Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!☆355Updated last year
- Stringify an object/array like JSON.stringify just without all the double-quotes☆319Updated 2 months ago
- Clear a module from the cache☆184Updated 4 years ago
- Find a file or directory by walking up parent directories☆627Updated 2 months ago
- Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow☆241Updated 3 months ago
- A proxy to `path`, replacing `\` with `/` for all results & methods to add, change, default, trim file extensions.☆154Updated 2 years ago
- Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`☆146Updated last year
- Parse yes/no like values☆271Updated 2 months ago
- Get a random temporary file or directory path☆437Updated 2 years ago
- Create a hash checksum over a folder or a file☆116Updated last week
- Run some code when the process exits☆297Updated last month
- Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives. Used by superstruct, merge-deep…☆319Updated last year
- Extends minimatch.match() with support for multiple patterns☆306Updated 2 years ago
- Detect the image type of a Buffer/Uint8Array☆417Updated 6 months ago
- Import a module while bypassing the cache☆285Updated 9 months ago
- Regular expression for matching IP addresses☆198Updated 2 years ago
- Get metadata of a package from the npm registry☆245Updated last year
- Write files in an atomic fashion w/configurable ownership☆242Updated 2 weeks ago
- Get a stream as a string, Buffer, ArrayBuffer or array☆357Updated last year
- Simple micro templating☆372Updated 2 months ago
- Parse JSON with more helpful errors☆368Updated 7 months ago
- Memoize promise-returning & async functions☆430Updated last month
- Run promise-returning & async functions concurrently with optional limited concurrency☆343Updated 2 months ago
- Sort the keys of an object☆105Updated 2 months ago
- Delay a promise a specified amount of time☆625Updated 2 weeks ago
- Detects if a file is binary in Node.js. Similar to Perl's -B☆168Updated last week