# drabs

> Drips and drabs of helper utilities.

Latest version **0.0.5** (published 2017-11-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install drabs
pnpm add drabs
yarn add drabs
bun add drabs
```

## 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.5 |
| Published | 2017-11-10 |
| First published | 2017-10-27 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Yannick Stachelscheid |
| Maintainers | yss14 |

## Links

- npm: https://www.npmjs.com/package/drabs
- Repository: https://github.com/yss14/drabs
- Issues: https://github.com/yss14/drabs/issues
- npm.io page: https://npm.io/package/drabs

## Recent versions

- 0.0.5 (latest) — 2017-11-10
- 0.0.4 — 2017-10-27
- 0.0.3 — 2017-10-27
- 0.0.2 — 2017-10-27

## README

# drabs.js - NPM ready

Original code by [joshuacc](https://github.com/joshuacc/drabs)

Drabs is a collection of little JavaScript utilities that have their origin in the weekly [A Drip of JavaScript newsletter][drip].

The name is a pun on the ([incorrect][phrase]) phrase "drips and drabs", meaning little by little.

In addition to GitHub issues, discussion of Drabs is also welcome on the [JS Drip Google Group][group].

## How to use
Install via `npm install drabs` or `yarn add drabs`

```
import {deepGet} from 'drabs';

let val = deepGet(obj, ["Viola", "Harry", "Sally"], {});

//or

let val = deepGet(obj, ["Viola.Harry.Sally"], {});
```

## License

Drabs is released under the MIT license.

## Books by the Author

[![A Drip of JavaScript - The Complete Collection](https://s3.amazonaws.com/titlepages.leanpub.com/a-drip-of-javascript-book/bookpage?1365940791)][dripbook] [![Jasmine Testing - A Cloak & Dagger Guide](https://s3.amazonaws.com/titlepages.leanpub.com/jasmine-testing/bookpage?1363557125)][jasminebook]

[drip]:http://adripofjavascript.com
[phrase]:http://grammarist.com/usage/dribs-and-drabs/
[group]:https://groups.google.com/forum/?fromgroups#!forum/js-drip-discussions
[dripbook]:https://leanpub.com/a-drip-of-javascript-book/
[jasminebook]:https://leanpub.com/jasmine-testing/

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