-
nodejs-stringify-object-1.0.1-1.lbn25.noarch
Stringify an object/array like JSON.stringify just without all the double-quotes
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
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.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
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.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
nodejs-stringstream-0.0.5-1.lbn25.noarch
Encode and decode streams into string streams
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
nodejs-strip-ansi-7.0.0-1.lbn25.noarch
Strip ANSI escape codes
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
nodejs-strip-bom-4.0.0-1.lbn25.noarch
Strip UTF-8 byte order mark (BOM) from a string
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
nodejs-strip-bom-stream-3.0.0-1.lbn25.noarch
Strip UTF-8 byte order mark (BOM) from a stream
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
nodejs-strip-dirs-2.0.0-1.lbn25.noarch
Remove leading directory components from a path, like tar's --strip-components option
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
nodejs-strip-indent-2.0.0-1.lbn25.noarch
Strip leading whitespace from every line in a string
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
nodejs-strip-json-comments-2.0.1-1.fc25.noarch
Strip comments from JSON. Lets you use comments in your JSON files!
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25