This package has been deprecated

Author message:

This package has moved to @async-abstraction/tape.

@aureooms/js-tape

7.0.0 • Public • Published

@aureooms/js-tape

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

⚠️ 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

/@aureooms/js-tape/

    Package Sidebar

    Install

    npm i @aureooms/js-tape

    Weekly Downloads

    0

    Version

    7.0.0

    License

    AGPL-3.0

    Unpacked Size

    132 kB

    Total Files

    29

    Last publish

    Collaborators

    • aureooms