{"library":"lodash._baseget","title":"lodash internal baseGet (v3)","description":"This package is an internal module of lodash version 3, specifically the `baseGet` function used for deep property access. It was published as a standalone package for modular consumption but is deprecated and no longer maintained. The current stable version is 3.7.2, part of the lodash v3 line (2015–2016). It should not be used in new projects; instead, use the full lodash library (v4+) or native ES6+ features. The package only supports CommonJS and is not compatible with ESM or lodash v4.","language":"javascript","status":"deprecated","last_verified":"Sat Apr 25","install":{"commands":["npm install lodash._baseget"],"cli":null},"imports":["const baseGet = require('lodash._baseget');","const baseGet = require('lodash._baseget');","import { get } from 'lodash';"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"const baseGet = require('lodash._baseget');\nconst object = { a: [{ b: { c: 3 } }] };\nconst result = baseGet(object, ['a', '0', 'b', 'c']);\nconsole.log(result); // => 3","lang":"javascript","description":"Demonstrates deep property access using baseGet with an array path.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}