You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage nodejs-strip-json-comments-2.0.1-1.fc25.noarch
Strip comments from JSON. Lets you use comments in your JSON files!
RPMPackage nodejs-strip-indent-2.0.0-1.lbn25.noarch
Strip leading whitespace from every line in a string
RPMPackage nodejs-strip-dirs-2.0.0-1.lbn25.noarch
Remove leading directory components from a path, like tar's --strip-components option
RPMPackage nodejs-strip-bom-stream-3.0.0-1.lbn25.noarch
Strip UTF-8 byte order mark (BOM) from a stream
RPMPackage nodejs-strip-bom-4.0.0-1.lbn25.noarch
Strip UTF-8 byte order mark (BOM) from a string
RPMPackage nodejs-strip-ansi-7.0.0-1.lbn25.noarch
Strip ANSI escape codes
RPMPackage nodejs-stringstream-0.0.5-1.lbn25.noarch
Encode and decode streams into string streams
RPMPackage nodejs-stringset-0.2.1-2.lbn25.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.lbn25.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.lbn25.noarch
Stringify an object/array like JSON.stringify just without all the double-quotes
RPMPackage nodejs-stringifier-1.3.0-1.lbn25.noarch
Yet another stringify function
RPMPackage nodejs-string_decoder-1.1.1-1.lbn25.noarch
The string_decoder module from Node core
RPMPackage nodejs-string.prototype.trim-1.1.2-1.lbn25.noarch
ES5 spec-compliant shim for String.prototype.trim
RPMPackage nodejs-string-width-5.0.0-2.lbn25.noarch
Get the visual width of a string - the number of columns required to display it
RPMPackage nodejs-string-length-4.0.2-1.lbn25.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.lbn25.noarch
Streaming Boyer-Moore-Horspool searching for node.js
RPMPackage nodejs-streamline-streams-0.1.5-1.lbn25.noarch
simple streams for streamline.js
RPMPackage nodejs-streamline-2.1.0-2.lbn25.noarch
Asynchronous Javascript for dummies
RPMPackage nodejs-stream-transform-0.1.1-1.lbn25.noarch
Object transformations implementing the Node.js `stream.Transform` API
RPMPackage nodejs-stream-splicer-2.0.0-2.lbn25.noarch
streaming pipeline with a mutable configuration