# dotpather

> dotpath lookup module

Latest version **1.0.0** (published 2016-01-01) · MIT license · 0 weekly downloads

## Install

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

## 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.0 |
| Published | 2016-01-01 |
| First published | 2013-06-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 15 |
| Author | jesse keane |
| Maintainers | jarofghosts |
| Keywords | dotpath, utility |

## Links

- npm: https://www.npmjs.com/package/dotpather
- Repository: https://github.com/jarofghosts/dotpather
- Homepage: https://github.com/jarofghosts/dotpather#readme
- Issues: https://github.com/jarofghosts/dotpather/issues
- npm.io page: https://npm.io/package/dotpather

## Alternatives

- [base64url](https://npm.io/package/base64url.md) — 6.1M weekly downloads
- [get-installed-path](https://npm.io/package/get-installed-path.md) — 502.9K weekly downloads
- [@uppy/url](https://npm.io/package/@uppy/url.md) — 185.8K weekly downloads
- [@d3fc/d3fc-shape](https://npm.io/package/@d3fc/d3fc-shape.md) — 16.2K weekly downloads
- [localizer](https://npm.io/package/localizer.md) — 226 weekly downloads

## Recent versions

- 1.0.0 (latest) — 2016-01-01
- 0.1.4 — 2015-02-13
- 0.1.3 — 2014-03-01
- 0.1.2 — 2014-03-01
- 0.1.1 — 2014-03-01
- 0.1.0 — 2014-01-25
- 0.0.2 — 2013-09-15
- 0.0.1 — 2013-06-19

## README

# dotpather

[![Build Status](http://img.shields.io/travis/jarofghosts/dotpather.svg?style=flat-square)](https://travis-ci.org/jarofghosts/dotpather)
[![npm install](http://img.shields.io/npm/dm/dotpather.svg?style=flat-square)](https://www.npmjs.org/package/dotpather)
[![npm version](https://img.shields.io/npm/v/dotpather.svg?style=flat-square)](https://www.npmjs.org/package/dotpather)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard)
[![License](https://img.shields.io/npm/l/dotpather.svg?style=flat-square)](https://github.com/jarofghosts/dotpather/blob/master/LICENSE)

Utility for looking up object properties based on dot-paths

## usage

```js
var dotpather = require('dotpather')

var lookup = dotpather('whatever.route.you.want')

var result = lookup({whatever: {route: {you: {want: 'bingo'}}}})

console.log(result) // "bingo"

var badResults = renderer({}) || renderer() || renderer(null)

console.log(badResults) // undefined
```

## license

MIT

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