# streammer

> Using stream method for reading and writing JSON file.

Latest version **1.1.7** (published 2022-08-17) · ISC license · 0 weekly downloads

## Install

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

## 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.7 |
| Published | 2022-08-17 |
| First published | 2021-12-27 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 4.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | virgaux |
| Maintainers | virgaux |
| Keywords | stream, readstream, writestream |

## Links

- npm: https://www.npmjs.com/package/streammer
- npm.io page: https://npm.io/package/streammer

## Dependencies (2)

- [bluebird](https://npm.io/package/bluebird.md) ^3.7.2
- [fs-extra](https://npm.io/package/fs-extra.md) ^10.0.0

## 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

- 1.1.7 (latest) — 2022-08-17
- 1.1.6 — 2022-08-17
- 1.1.5 — 2022-08-16
- 1.1.4 — 2022-08-16
- 1.1.3 — 2022-08-15
- 1.1.2 — 2022-07-25
- 1.1.1 — 2022-01-25
- 1.1.0 — 2022-01-24
- 1.0.10 — 2022-01-19
- 1.0.9 — 2022-01-19
- 1.0.8 — 2022-01-05
- 1.0.7 — 2021-12-28
- 1.0.6 — 2021-12-27
- 1.0.5 — 2021-12-27
- 1.0.4 — 2021-12-27
- … 4 more at https://npm.io/package/streammer/versions

## README

# streammer
Using stream method for reading and writing file into readable string/array. 



- # Application:
```js
const stmr = require("streammer") 

data = stmr.read(path,option) // to read as json file from stream method into readable string/array

//your code here   

stmr.write(path,data,option)// to write string/array to json file 

```

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