7.0.0 • Published 5 years ago

@aureooms/js-tape v7.0.0

Weekly downloads
1
License
AGPL-3.0
Repository
github
Last release
5 years ago

@aureooms/js-tape

Tape library for JavaScript. Served with asynchronous goodness. See docs.

:warning: The code needs a ES2015+ polyfill to work (regeneratorRuntime), for instance @babel/polyfill.

const stdin = fs.createReadStream( '/dev/stdin' , { encoding : 'utf8'} ) ;
const myTape = tape.fromReadStream( stdin ) ;
for await ( const character of myTape ) ... ;

License Version Build Dependencies Dev dependencies GitHub issues Downloads

Code issues Code maintainability Code coverage (cov) Code coverage (clim) Code technical debt Documentation

7.0.0

5 years ago

5.0.1

6 years ago

5.0.0

6 years ago

4.0.1

6 years ago

4.0.0

6 years ago

3.0.0

6 years ago

2.2.0

6 years ago

2.1.0

6 years ago

2.0.0

6 years ago