# config-lookuper

> Tool for searching configs files and joining it or choosing more specified config.

Latest version **1.1.1** (published 2018-02-22) · MIT license · 0 weekly downloads

## Install

```sh
npm install config-lookuper
pnpm add config-lookuper
yarn add config-lookuper
bun add config-lookuper
```

## 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.1.1 |
| Published | 2018-02-22 |
| First published | 2018-02-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 6.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Nadezhda Grin |
| Maintainers | air-breathing |

## Links

- npm: https://www.npmjs.com/package/config-lookuper
- Repository: https://github.com/air-breathing/lookup
- Homepage: https://github.com/air-breathing/lookup#readme
- Issues: https://github.com/air-breathing/lookup/issues
- npm.io page: https://npm.io/package/config-lookuper

## Dependencies (1)

- [lodash.defaultsdeep](https://npm.io/package/lodash.defaultsdeep.md) ^4.6.0

## Recent versions

- 1.1.1 (latest) — 2018-02-22
- 1.1.0 — 2018-02-21
- 1.0.1 — 2018-02-19

## README

# lookup
[![Build Status](https://travis-ci.org/air-breathing/lookup.svg?branch=master)](https://travis-ci.org/air-breathing/lookup)
Tool for searching configs files and joining it or choosing more specified config.

Using:

```bash
npm i config-lookuper --save
```

```javascript
'use strict'

const lookuper = new Lookuper(configName, isMixedConfigs, parsingTyper);
const result = lookuper.lookup();

```

`configName` - String, name of config which we look up.

`isMixedConfigs` - Boolean, configs should or not should be mixed.

`parsingTyper` - String, have two values: `'json'` or `'js'`, by default it has `'js'` value.

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