{"library":"lodash._basefind","type":"library","category":null,"description":"lodash._basefind is an npm package exporting the internal `baseFind` utility function from the Lodash v3 codebase. This package was part of an older modularization strategy for Lodash, allowing developers to import specific internal functions as standalone Node.js/io.js modules. The `baseFind` function is a core internal utility responsible for iterating over collections to find the first element that satisfies a given predicate, forming the basis for higher-level functions like `_.find`. While the main Lodash library has advanced significantly to version 4.x (currently 4.18.x), this specific package remains at version 3.0.0. Its original purpose has largely been superseded by modern tree-shaking capabilities in bundlers and direct imports from `lodash-es` for ESM environments, rendering this package effectively abandoned and no longer actively maintained.","language":"javascript","status":"abandoned","version":"3.0.0","tags":["javascript"],"install":[{"cmd":"npm install lodash._basefind","imports":["const baseFind = require('lodash._basefind');","const baseFind = require('lodash._basefind');\n// Usage:\nbaseFind(collection, predicate);","import { find as baseFind } from 'lodash'; // Accessing the type definition for `find`"]},{"cmd":"yarn add lodash._basefind","imports":[]},{"cmd":"pnpm add lodash._basefind","imports":[]}],"homepage":"https://lodash.com/","github":"https://github.com/lodash/lodash","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/lodash._basefind","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/lodash._basefind/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Mon Jul 20","install_tag":null}}