You are here: Home / LBN / Up2date / Core Linux / BastionLinux 19 / nodejs-stringmap-0.2.2-2.lbn19.noarch

nodejs-stringmap-0.2.2-2.lbn19.noarch

Package Attributes
RPM  nodejs-stringmap-0.2.2-2.lbn19.noarch.rpm Architecture  noarch Size  12151 Created  2019/09/30 06:53:51 UTC
Package Specification
Summary Fast and robust stringmap
Group Development/Libraries
License MIT
Home Page https://www.npmjs.org/package/stringmap
Description

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

Requires
rpmlib(FileDigests)  
rpmlib(PayloadIsXz)  
rpmlib(PayloadFilesHavePrefix)  
rpmlib(CompressedFileNames)  
Provides
nodejs-stringmap
npm(stringmap)

Document Actions