Source: node-cached-iterable
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Emfox Zhou <emfox@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , dh-nodejs
 , mocha <!nocheck>
 , nodejs <!nocheck>
 , rollup
Standards-Version: 4.7.4.1
Homepage: https://github.com/projectfluent/cached-iterable
Vcs-Git: https://salsa.debian.org/js-team/node-cached-iterable.git
Vcs-Browser: https://salsa.debian.org/js-team/node-cached-iterable

Package: node-cached-iterable
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: iterables which cache the values they yield
 cached-iterable implements the two classes CachedSyncIterable and
 CachedAsyncIterable, which wrap an iterable and cache the elements they
 yield, so that it can be walked over several times without being depleted.
 .
 It is part of Project Fluent and is used by its React bindings to look up
 the messages of a bundle while rendering.
 .
 Node.js is an event-based server-side JavaScript engine.
