You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage nodejs-stylus-0.50.0-2.lbn19.noarch
Robust, expressive, and feature-rich CSS superset
RPMPackage nodejs-styled_string-0.0.1-1.lbn19.noarch
Print styled text with a StyledString object that has an interface similar to String.
RPMPackage nodejs-style-loader-0.13.0-1.lbn19.noarch
style loader module for webpack
RPMPackage nodejs-strip-json-comments-2.0.0-1.lbn19.noarch
Strip comments from JSON. Lets you use comments in your JSON files!
RPMPackage nodejs-strip-indent-1.0.1-1.lbn19.noarch
Strip leading whitespace from every line in a string
RPMPackage nodejs-strip-dirs-2.0.0-1.lbn19.noarch
Remove leading directory components from a path, like tar's --strip-components option
RPMPackage nodejs-strip-bom-stream-1.0.0-1.lbn19.noarch
Strip UTF-8 byte order mark (BOM) from a stream
RPMPackage nodejs-strip-bom-2.0.0-1.lbn19.noarch
Strip UTF-8 byte order mark (BOM) from a string/buffer/stream
RPMPackage nodejs-strip-ansi-3.0.1-1.lbn19.noarch
Strip ANSI escape codes
RPMPackage nodejs-stringstream-0.0.5-1.lbn19.noarch
Encode and decode streams into string streams
RPMPackage nodejs-stringset-0.2.1-2.lbn19.noarch
A fast and robust stringset implementation that can hold any string items, 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 Set API as possible. Prefer ss.remove("key") for deleting a key. ES6 Set uses set.delete("key") instead and for that reason ss['delete']("key") is available as a stringset alias as well. Never do ss.delete("key") unless you're certain to be in the land of ES5 or later.
RPMPackage nodejs-stringmap-0.2.2-2.lbn19.noarch
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.
RPMPackage nodejs-stringify-object-1.0.1-1.lbn19.noarch
Stringify an object/array like JSON.stringify just without all the double-quotes
RPMPackage nodejs-stringifier-1.3.0-1.lbn19.noarch
Yet another stringify function
RPMPackage nodejs-string_decoder-0.10.31-1.lbn19.noarch
The string_decoder module from Node core
RPMPackage nodejs-string.prototype.trim-1.1.2-1.lbn19.noarch
ES5 spec-compliant shim for String.prototype.trim
RPMPackage nodejs-string-width-1.0.1-1.lbn19.noarch
Get the visual width of a string - the number of columns required to display it
RPMPackage nodejs-string-length-1.0.1-1.lbn19.noarch
Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codes
RPMPackage nodejs-streamsearch-0.1.2-1.lbn19.noarch
Streaming Boyer-Moore-Horspool searching for node.js
RPMPackage nodejs-streamline-streams-0.1.5-1.lbn19.noarch
simple streams for streamline.js