126 packages
ansi-colors-nestable
Enables nested coloring of texts
ansi-colors-prioritized
Enables prioritized and nested coloring of texts
benchmark-tester
Benchmark test runner with package loading and result printing functions.
class-config-base
The base class of a configuration class for a interfacial class.
copy-props
Copy properties deeply between two objects.
customizer
Load customizing files in which chain style options are written.
default-number
Get a default number when a number is a non-number, a NaN or out of range.
default-val
Get a default value when a value is nullish or invalid type
each-props
Processes each properties of an object deeply.
emit-mapper
Re-emit events while mapping them to new names.
evented-require
Require modules and receive events.
fancy-log
Log things, prefixed with a timestamp.
@fav/arith
Calculates accurate arithmetics.
@fav/arith.add
Calculates a accurate sum of two numbers.
@fav/arith.divide
Calculates an accurate quotient of two numbers.
@fav/arith.multiply
Calculates an accurate product of two numbers.
@fav/arith.number
Creates a number for accurate arithmetics.
@fav/arith.reduce
Reduces a number for accurate arithmetics.
@fav/arith.subtract
Calculates an accurate difference of two numbers.
@fav/cli.get-color-depth
Determine what colors the terminal supports
@fav/cli.parse-argv
Parses command line arguments.
@fav/cli.text-style
Decorate terminal text with ANSI escape code
@fav/json
Creates a JSON converter which supports not only primitive types but also any object types.
@fav/math.gcd
Calculates the greatest common divisor of two integers.
@fav/math.lcm
Calculates the least common multiple of two integers.