# parser-factory

> Helps you construct a custom string parser, for times when you need something more procedural than regex.

Latest version **1.1.1** (published 2019-12-08) · MIT license · 0 weekly downloads

## Install

```sh
npm install parser-factory
pnpm add parser-factory
yarn add parser-factory
bun add parser-factory
```

## 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 | 2019-12-08 |
| First published | 2018-10-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=8.3.0 |
| Dependencies | 7 |
| Unpacked size | 7.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Fr. John Lamansky |
| Maintainers | lamansky |
| Keywords | build, custom, string, parser |

## Links

- npm: https://www.npmjs.com/package/parser-factory
- Repository: https://github.com/lamansky/parser-factory
- Issues: https://github.com/lamansky/parser-factory/issues
- npm.io page: https://npm.io/package/parser-factory

## Dependencies (7)

- [m-o](https://npm.io/package/m-o.md) ^2.2.0
- [vfn](https://npm.io/package/vfn.md) ^1.1.0
- [arrify](https://npm.io/package/arrify.md) ^2.0.1
- [enforce-range](https://npm.io/package/enforce-range.md) ^1.0.0
- [longest-first](https://npm.io/package/longest-first.md) ^1.0.0
- [is-instance-of](https://npm.io/package/is-instance-of.md) ^1.0.2
- [case-insensitive](https://npm.io/package/case-insensitive.md) ^1.0.0

## Alternatives

- [babylon](https://npm.io/package/babylon.md) — 5.1M weekly downloads
- [csscolorparser](https://npm.io/package/csscolorparser.md) — 3.7M weekly downloads
- [expr-eval-fork](https://npm.io/package/expr-eval-fork.md) — 1.5M weekly downloads
- [@leeoniya/ufuzzy](https://npm.io/package/@leeoniya/ufuzzy.md) — 247.7K weekly downloads
- [xml-parser](https://npm.io/package/xml-parser.md) — 78.4K weekly downloads

## Recent versions

- 1.1.1 (latest) — 2019-12-08
- 1.1.0 — 2019-11-15
- 0.0.0 — 2018-10-29

## README

# parser-factory

Helps you construct a custom string parser, for times when you need something more procedural than regex.

## Installation

Requires [Node.js](https://nodejs.org/) 8.3.0 or above.

```bash
npm i parser-factory
```

## Example

To see this module in action, check out the [conscript](https://github.com/lamansky/conscript.js) module.

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