# lstream

> stream comes in, string per line comes out

Latest version **0.0.4** (published 2014-01-09) · 0 weekly downloads

## Install

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

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 0.0.4 |
| Published | 2014-01-09 |
| First published | 2013-07-05 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 0.10.0 |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 9 |
| Author | Timothy J Fontaine |
| Maintainers | tjfontaine |
| Keywords | line, stream, transform |

## Links

- npm: https://www.npmjs.com/package/lstream
- Repository: http://github.com/tjfontaine/node-lstream
- Issues: http://github.com/tjfontaine/node-lstream/issues
- npm.io page: https://npm.io/package/lstream

## Dependencies (1)

- [readable-stream](https://npm.io/package/readable-stream.md) >= 1.0.2

## Alternatives

- [byte-size](https://npm.io/package/byte-size.md) — 2.1M weekly downloads
- [speed-limiter](https://npm.io/package/speed-limiter.md) — 16.0K weekly downloads
- [@powersync/node](https://npm.io/package/@powersync/node.md) — 10.9K weekly downloads
- [@ledgerhq/coin-cardano](https://npm.io/package/@ledgerhq/coin-cardano.md) — 1.0K weekly downloads
- [@jayesol/jayeson.lib.streamfinder](https://npm.io/package/@jayesol/jayeson.lib.streamfinder.md) — 1.0K weekly downloads

## Recent versions

- 0.0.4 (latest) — 2014-01-09
- 0.0.3 — 2013-09-22
- 0.0.2 — 2013-07-05
- 0.0.1 — 2013-07-05

## README

# lstream

This is a very thin Transform for streams2

you `.pipe(new lstream()).pipe(someOtherConsumable)` and that consumable only
gets the results on a per line basis

still very young

LICENSE MIT

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