DFSG NEW Queue

DFSG, Licensing & New Packages Team

node-cached-iterable 0.3.0-1

Package Information

Descriptioniterables 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.

MaintainerDebian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Changed ByEmfox Zhou <emfox@debian.org>
Sponsoremfox@debian.org
Distributionunstable
Architectureall
VCSgit: https://salsa.debian.org/js-team/node-cached-iterable.git (browse)
Closes#1148575
Trackerhttps://tracker.debian.org/pkg/node-cached-iterable
Uploaded5 hours ago

New Package Report

.changes
Sourcenode-cached-iterable
Version0.3.0-1
Changed-ByEmfox Zhou
Architecturesource all
Distributionunstable
DateMon, 21 Sep 2026 14:06:33 +0800
Changelog
node-cached-iterable (0.3.0-1) unstable; urgency=medium
 .
   * Initial release (Closes: #1148575)
.dsc
Priorityoptional
Componentmain
Package-Listnode-cached-iterable deb javascript optional arch=all
Sectionjavascript
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".

Back to Dashboard | View all reviews for this package