# lowercase-first-keys

> Lowercase the first letter of the keys in an object

Latest version **1.0.1** (published 2015-10-09) · MIT license · 0 weekly downloads

## Install

```sh
npm install lowercase-first-keys
pnpm add lowercase-first-keys
yarn add lowercase-first-keys
bun add lowercase-first-keys
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2015-10-09 |
| First published | 2015-10-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.10.0 |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Andreas Gillström |
| Maintainers | gillstrom |
| Keywords | case, char, character, first, key, keys, letter, lower, lowercase, obj, object |

## Links

- npm: https://www.npmjs.com/package/lowercase-first-keys
- Repository: https://github.com/gillstrom/lowercase-first-keys
- Homepage: https://github.com/gillstrom/lowercase-first-keys#readme
- Issues: https://github.com/gillstrom/lowercase-first-keys/issues
- npm.io page: https://npm.io/package/lowercase-first-keys

## 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

- 1.0.1 (latest) — 2015-10-09
- 1.0.0 — 2015-10-08

## README

# lowercase-first-keys [![Build Status](https://travis-ci.org/gillstrom/lowercase-first-keys.svg?branch=master)](https://travis-ci.org/gillstrom/lowercase-first-keys)

> Lowercase the first letter of the keys in an object


## Install

```
$ npm install --save lowercase-first-keys
```


## Usage

```js
const lowercaseFirstKeys = require('lowercase-first-keys');

lowercaseFirstKeys({FooBar: 'bar'});
//=> {fooBar: 'baz'}
```


## License

MIT © [Andreas Gillström](http://github.com/gillstrom)

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