SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

nodejs-stringmap rpm build for : Rawhide. For other distributions click nodejs-stringmap.

Name : nodejs-stringmap
Version : 0.2.2 Vendor : Fedora Project
Release : 7.fc29 Date : 2018-07-14 20:36:56
Group : Development/Libraries Source RPM : nodejs-stringmap-0.2.2-7.fc29.src.rpm
Size : 0.01 MB
Packager : Fedora Project
Summary : Fast and robust 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.

RPM found in directory: /vol/rzm3/linux-fedora-buffet/alt/risc-v/repo/fedora/rawhide/25835/riscv64/Packages/n

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  nodejs-stringmap-0.2.2-7.fc29.noarch.rpm
ftp.icm.edu.pl  nodejs-stringmap-0.2.2-7.fc29.noarch.rpm
     

Provides :
nodejs-stringmap
npm(stringmap)

Requires :
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/node_modules/stringmap
/usr/lib/node_modules/stringmap/examples.js
/usr/lib/node_modules/stringmap/node_modules
/usr/lib/node_modules/stringmap/package.json
/usr/lib/node_modules/stringmap/stringmap.js
/usr/share/doc/nodejs-stringmap
/usr/share/doc/nodejs-stringmap/LICENSE
/usr/share/doc/nodejs-stringmap/README.md

 
ICM