node-cached-iterable 0.3.0-1
Package Information
| 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. |
|---|---|
| Maintainer | Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org> |
| Changed By | Emfox Zhou <emfox@debian.org> |
| Sponsor | emfox@debian.org |
| Distribution | unstable |
| Architecture | all |
| VCS | git: https://salsa.debian.org/js-team/node-cached-iterable.git (browse) |
| Closes | #1148575 |
| Tracker | https://tracker.debian.org/pkg/node-cached-iterable |
| Uploaded | 5 hours ago |
New Package Report
.changes
| Source | node-cached-iterable |
|---|---|
| Version | 0.3.0-1 |
| Changed-By | Emfox Zhou |
| Architecture | source all |
| Distribution | unstable |
| Date | Mon, 21 Sep 2026 14:06:33 +0800 |
Changelog
node-cached-iterable (0.3.0-1) unstable; urgency=medium . * Initial release (Closes: #1148575)
.dsc
| Priority | optional |
|---|---|
| Component | main |
| Package-List | node-cached-iterable deb javascript optional arch=all |
| Section | javascript |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: cached-iterable
Upstream-Contact: Mozilla <l10n-drivers@mozilla.org>
Source: https://github.com/projectfluent/cached-iterable
Files: *
Copyright: 2018 Mozilla Foundation
License: Apache-2.0
Files: debian/*
Copyright: 2026 Emfox Zhou <emfox@debian.org>
License: Apache-2.0
License: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
.
http://www.apache.org/licenses/LICENSE-2.0
.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
.
On Debian systems, the complete text of the Apache License 2.0 can be
found in "/usr/share/common-licenses/Apache-2.0".