# lodash.camelcase

> The lodash method `_.camelCase` exported as a module.

Latest version **4.3.0** (published 2016-08-13) · MIT license · 0 weekly downloads

> **Better alternative:** See documentation for alternatives (https://github.com/AikidoSec/module-replacements/blob/main/docs/lodash-underscore)

## Install

```sh
npm install lodash.camelcase
pnpm add lodash.camelcase
yarn add lodash.camelcase
bun add lodash.camelcase
```

## Health

**Score 48/100 (D)** — status: abandoned.

Positive: has types package; no vulnerabilities; high maintenance score; high quality score; popular repo; extremely popular.

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 4.3.0 |
| Published | 2016-08-13 |
| First published | 2015-01-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | separate (@types/lodash.camelcase) |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 61273 |
| Author | John-David Dalton |
| Maintainers | jdalton, mathias, phated |
| Keywords | lodash-modularized, camelcase |

## Links

- npm: https://www.npmjs.com/package/lodash.camelcase
- Repository: https://github.com/lodash/lodash
- Homepage: https://lodash.com/
- Issues: https://github.com/lodash/lodash/issues
- npm.io page: https://npm.io/package/lodash.camelcase

## Alternatives

- [@mce/gif](https://npm.io/package/@mce/gif.md) — 2.6K weekly downloads
- [cleanse](https://npm.io/package/cleanse.md) — 173 weekly downloads
- [str](https://npm.io/package/str.md) — 127 weekly downloads
- [naming](https://npm.io/package/naming.md) — 95 weekly downloads
- [tap-telco-api](https://npm.io/package/tap-telco-api.md) — 19 weekly downloads

## Recent versions

- 4.3.0 (latest) — 2016-08-13
- 4.2.0 — 2016-07-25
- 4.1.1 — 2016-04-13
- 4.1.0 — 2016-02-16
- 4.0.1 — 2016-01-26
- 4.0.0 — 2016-01-13
- 3.0.1 — 2015-02-03
- 3.0.0 — 2015-01-26

## README

# lodash.camelcase v4.3.0

The [lodash](https://lodash.com/) method `_.camelCase` exported as a [Node.js](https://nodejs.org/) module.

## Installation

Using npm:
```bash
$ {sudo -H} npm i -g npm
$ npm i --save lodash.camelcase
```

In Node.js:
```js
var camelCase = require('lodash.camelcase');
```

See the [documentation](https://lodash.com/docs#camelCase) or [package source](https://github.com/lodash/lodash/blob/4.3.0-npm-packages/lodash.camelcase) for more details.

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