# whatwg-streams

> An implementation of the whatwg/streams spec

Latest version **0.1.1** (published 2014-01-20) · 0 weekly downloads

## Install

```sh
npm install whatwg-streams
pnpm add whatwg-streams
yarn add whatwg-streams
bun add whatwg-streams
```

## Health

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

Positive: has types package; no vulnerabilities.

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.1 |
| Published | 2014-01-20 |
| First published | 2014-01-20 |
| Weekly downloads | 0 |
| TypeScript types | separate (@types/whatwg-streams) |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 18 |
| Author | Raynos |
| Maintainers | raynos |

## Links

- npm: https://www.npmjs.com/package/whatwg-streams
- Repository: https://github.com/Raynos/whatwg-streams
- Issues: https://github.com/Raynos/whatwg-streams/issues
- npm.io page: https://npm.io/package/whatwg-streams

## Dependencies (2)

- [tape](https://npm.io/package/tape.md) ~2.3.2
- [bluebird](https://npm.io/package/bluebird.md) ~1.0.0

## Recent versions

- 0.1.1 (latest) — 2014-01-20
- 0.1.0 — 2014-01-20

## README

# whatwg-streams

[![build status][1]][2] [![NPM version][3]][4] [![Coverage Status][5]][6] [![Davis Dependency status][9]][10]

[![browser support][11]][12]

An implementation of the whatwg/streams spec

## Example

```js
var whatwgStreams = require("whatwg-streams")

// TODO. Show example
```

## Installation

`npm install whatwg-streams`

## Contributors

 - Raynos

## MIT Licenced

  [1]: https://secure.travis-ci.org/Raynos/whatwg-streams.png
  [2]: https://travis-ci.org/Raynos/whatwg-streams
  [3]: https://badge.fury.io/js/whatwg-streams.png
  [4]: https://badge.fury.io/js/whatwg-streams
  [5]: https://coveralls.io/repos/Raynos/whatwg-streams/badge.png
  [6]: https://coveralls.io/r/Raynos/whatwg-streams
  [7]: https://gemnasium.com/Raynos/whatwg-streams.png
  [8]: https://gemnasium.com/Raynos/whatwg-streams
  [9]: https://david-dm.org/Raynos/whatwg-streams.png
  [10]: https://david-dm.org/Raynos/whatwg-streams
  [11]: https://ci.testling.com/Raynos/whatwg-streams.png
  [12]: https://ci.testling.com/Raynos/whatwg-streams

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