# tap-line-parsers

> Functions for each type of TAP line that parse lines into objects.

Latest version **1.0.2** (published 2017-02-09) · CC0-1.0 license · 0 weekly downloads

## Install

```sh
npm install tap-line-parsers
pnpm add tap-line-parsers
yarn add tap-line-parsers
bun add tap-line-parsers
```

## 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.2 |
| Published | 2017-02-09 |
| First published | 2016-07-08 |
| Weekly downloads | 0 |
| License | CC0-1.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Johnny Hauser |
| Maintainers | m59 |
| Keywords | tap, line, parsers, object |

## Links

- npm: https://www.npmjs.com/package/tap-line-parsers
- Repository: https://github.com/m59peacemaker/node-tap-line-parsers
- Homepage: https://github.com/m59peacemaker/node-tap-line-parsers#readme
- Issues: https://github.com/m59peacemaker/node-tap-line-parsers/issues
- npm.io page: https://npm.io/package/tap-line-parsers

## Alternatives

- [localforage](https://npm.io/package/localforage.md) — 6.2M weekly downloads
- [localforage-observable](https://npm.io/package/localforage-observable.md) — 30.8K weekly downloads
- [@y/y](https://npm.io/package/@y/y.md) — 30.1K weekly downloads
- [@metaobjectsdev/render](https://npm.io/package/@metaobjectsdev/render.md) — 3.5K weekly downloads
- [@ledgerhq/coin-algorand](https://npm.io/package/@ledgerhq/coin-algorand.md) — 1.1K weekly downloads

## Recent versions

- 1.0.2 (latest) — 2017-02-09
- 1.0.1 — 2016-10-24
- 1.0.0 — 2016-07-08

## README

# tap-line-parsers

Functions for each type of TAP line that parse lines into objects.

## Install

```sh
npm install tap-line-parsers
```

## Usage

```js
const parsers = require('tap-line-parsers')
const parsePlan = require('tap-line-parsers/plan')

parse.version('TAP version 13') // -> {version: '13'}
parsePlan('TAP version 13')  // -> {version: '13'}
```

## API

See tests for sample input/output.

### `version(line)`
### `plan(line)`
### `test(line)`
### `bailout(line)`
### `diagnostic(line)`

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