# @11ty/lodash-custom

> A custom, focused build of lodash exclusively for use internally in Eleventy.

Latest version **4.17.21** (published 2023-03-22) · MIT license · 0 weekly downloads

## Install

```sh
npm install @11ty/lodash-custom
pnpm add @11ty/lodash-custom
yarn add @11ty/lodash-custom
bun add @11ty/lodash-custom
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 4.17.21 |
| Published | 2023-03-22 |
| First published | 2023-03-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=14 |
| Dependencies | 0 |
| Unpacked size | 50 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Author | Zach Leatherman |
| Maintainers | zachleat |

## Links

- npm: https://www.npmjs.com/package/@11ty/lodash-custom
- Repository: https://github.com/11ty/lodash-custom
- Homepage: https://github.com/11ty/lodash-custom/
- Issues: https://github.com/11ty/lodash-custom/issues
- Funding: https://opencollective.com/11ty
- npm.io page: https://npm.io/package/@11ty/lodash-custom

## Recent versions

- 4.17.21 (latest) — 2023-03-22

## README

# @11ty/lodash-custom

Eleventy uses 3 small `lodash` functions:

* [`get`](https://lodash.com/docs/4#get)
* [`set`](https://lodash.com/docs/4#set)
* [`chunk`](https://lodash.com/docs/4#chunk)

## Why?

1. The top level `lodash` package includes all of `lodash` and is a hefty 5 MB.
1. Using the individual, modularized `lodash.get`, `lodash.set`, `lodash.chunk` packages are a much smaller 106 KB but do contain duplicated code. More problematically, these are not being maintained/updated with the newest versions of `lodash`.

This package creates one focused custom dependency using the tools that `lodash` provides to do custom builds ([`lodash-cli`](https://lodash.com/custom-builds)) for these three `lodash` functions with updated versions of `lodash`.

---
_Source: https://npm.io/package/@11ty/lodash-custom · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
