-
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
-
nodejs-strip-bom-stream-1.0.0-1.lbn19.noarch
Strip UTF-8 byte order mark (BOM) from a stream
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
nodejs-strip-dirs-2.0.0-1.lbn19.noarch
Remove leading directory components from a path, like tar's --strip-components option
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
nodejs-strip-indent-1.0.1-1.lbn19.noarch
Strip leading whitespace from every line in a string
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19