Package: wnpp Severity: wishlist Owner: Emfox Zhou <[email protected]>
* Package name : node-cached-iterable Version : 0.3.0 Upstream Author : Mozilla <[email protected]> * URL : https://github.com/projectfluent/cached-iterable * License : Apache-2.0 Programming Lang: JavaScript Description : iterables which cache the values they yield A cached iterable wraps another iterable and remembers the values it has already produced, so that a second traversal does not have to evaluate the source again. It is part of Project Fluent and is used by @fluent/react to walk over the messages of a bundle while rendering. . The module has no dependencies of its own. Upstream ships a UMD build and an ES module source, both complete, so no patch for the module syntax should be needed. . Needed by node-fluent-react (#1148541), which is in turn needed by the note editor of Zotero (#1125955). . Node.js is an event-based server-side JavaScript engine.

