dot-prop
Dot accessor
A library to access properties within nested objects using a dot notation
Get, set, or delete a property from a nested object using a dot path
817 stars
14 watching
80 forks
Language: JavaScript
last commit: 7 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
sindresorhus/hash-object | A library that generates a unique digital fingerprint of an object | 134 |
jonschlinkert/get-value | A utility library that provides a simple way to access nested properties of objects using dot notation. | 247 |
simonepri/env-dot-prop | A package that allows accessing environment variables as if they were JavaScript objects | 33 |
jonschlinkert/set-value | A library that allows you to set nested properties on an object using dot notation. | 272 |
sindresorhus/hook-std | A library to capture and modify output from the standard streams in Node.js applications. | 54 |
sindresorhus/get-stdin | A utility module to retrieve input from standard input as a string or buffer | 337 |
sindresorhus/uint8array-extras | A utility library for working with binary data in JavaScript | 213 |
sindresorhus/public-ip | A Node.js module that fetches and returns your public IP address from various sources with customizable options for fallbacks and timeout settings. | 1,026 |
sindresorhus/get-port | A utility function to retrieve an available TCP port number | 874 |
sindresorhus/pokemon | A module that provides access to Pokémon names and IDs in various languages. | 490 |
sindresorhus/indent-string | A utility function to insert consistent indentation into a string | 112 |
sindresorhus/windows-cli | Tools for querying metadata about the active window on various platforms. | 65 |
sindresorhus/ansi-escapes | A collection of functions for manipulating the terminal screen in various ways | 496 |
sindresorhus/p-reduce | Transforms an asynchronous list into a single value by applying a reduction function | 68 |
sindresorhus/strip-indent | Removes redundant indentation from a string by finding the minimum leading whitespace across all lines. | 135 |