-
nodejs-string-width-1.0.1-1.lbn19.noarch
Get the visual width of a string - the number of columns required to display it
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
nodejs-string.prototype.trim-1.1.2-1.lbn19.noarch
ES5 spec-compliant shim for String.prototype.trim
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
nodejs-string_decoder-0.10.31-1.lbn19.noarch
The string_decoder module from Node core
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
nodejs-stringifier-1.3.0-1.lbn19.noarch
Yet another stringify function
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
nodejs-stringify-object-1.0.1-1.lbn19.noarch
Stringify an object/array like JSON.stringify just without all the double-quotes
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
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.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
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.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
nodejs-stringstream-0.0.5-1.lbn19.noarch
Encode and decode streams into string streams
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
nodejs-strip-ansi-3.0.1-1.lbn19.noarch
Strip ANSI escape codes
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
nodejs-strip-bom-2.0.0-1.lbn19.noarch
Strip UTF-8 byte order mark (BOM) from a string/buffer/stream
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19