# pluck-keys

> pick keys of object

Latest version **0.0.4** (published 2014-09-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install pluck-keys
pnpm add pluck-keys
yarn add pluck-keys
bun add pluck-keys
```

Provides the command `pluck`.

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.4 |
| Published | 2014-09-10 |
| First published | 2013-04-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Karl Böhlmark |
| Maintainers | karboh |

## Links

- npm: https://www.npmjs.com/package/pluck-keys
- Repository: git@github.com:karlbohlmark/pluck-keys
- Homepage: https://github.com/karlbohlmark/pluck-keys
- Issues: https://github.com/karlbohlmark/pluck-keys/issues
- npm.io page: https://npm.io/package/pluck-keys

## Recent versions

- 0.0.4 (latest) — 2014-09-10
- 0.0.3 — 2014-02-05
- 0.0.2 — 2013-04-09
- 0.0.1 — 2013-04-09

## README

# pluck-keys

  pick keys of object

## Installation

    // component
    $ component install karlbohlmark/pluck-keys
    
    // npm
    $ npm install pluck-keys


## API

  ```javascript
  pluckKeys = require('pluck-keys')

  var user = {
    email: "user@domain.com",
    firstname: "Azealia",
    lastname: "Banks",
    password: "yungrapunxel"
  }

  var nameProps = pluckKeys(['firstname', 'lastname'], user) // { firstname: "Azealia", lastname: "Banks" }
  ```

## License

  MIT

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