Fri, 28 Jun 2024 14:50:26 UTC | login

Information for build nodejs-stringmap-0.2.2-3.fc24

ID10253
Package Namenodejs-stringmap
Version0.2.2
Release3.fc24
Epoch
SummaryFast and robust stringmap
DescriptionA fast and robust stringmap implementation that can hold any string keys, including __proto__, with minimal overhead compared to a plain object. Works in node and browsers. The API is created to be as close to the ES6 Map API as possible. Prefer sm.remove("key") for deleting a key. ES6 Map uses map.delete("key") instead and for that reason sm['delete']("key") is available as a stringmap alias as well. Never do sm.delete("key") unless you're certain to be in the land of ES5 or later.
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 20:14:47 UTC
CompletedSat, 14 Apr 2018 20:14:47 UTC
Tags
f28
f29
RPMs
src
nodejs-stringmap-0.2.2-3.fc24.src.rpm (info) (download)
noarch
nodejs-stringmap-0.2.2-3.fc24.noarch.rpm (info) (download)
Changelog * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Tue Jul 22 2014 Ralph Bean <rbean@redhat.com> - 0.2.2-1 - Initial packaging for Fedora.