UTILITY Packages
metallic-ratio
Calculate Metallic Ratio.
@tmorin/udom
Set of utilities around the DOM.
atlas-basic-logger
A very simple debug logger.
atlas-basic-timer
A basic timer for performance testing which uses high resolution time and falls back to low resolution if required.
atlas-git-identity
A CLI tool which sets a git repository's author based on package.json or arguments.
atlas-npm-init
A CLI tool for generating npm projects and necessary boilerplate.
atlas-parallel
Run async functions in parallel with an onDone callback.
atlas-query-stream
A query engine for atlas-html-stream which captures information from an html stream without using a DOM.
atlas-random
A set of math utilities for working with random numbers/arrays.
atlas-recursive-auth
Ensures requests from CLI tool are using up-to-date credentials by re-prompting user for credentials when authorization is lost.
atlas-cleanup-tests
Seamlessly wrap sync mocha tests with your cleanup script. Supports 'done' callback.
atlas-concurrent-queue
Async job queue that limits the number of concurrent jobs.
atlas-cubic-smoothing
A commonly used cubic smoothing function for values in the domain [0,1].
atlas-dot
Calculates the inner product between two sets of data points.
atlas-mad
Calculates the median absolute deviation of a set of data points in-place.
atlas-mean
Calculates the expectation value of a set of data points.
atlas-mean-square
Calculates the squared quadratic mean of a set of data points.
atlas-median
Calculates the median of a set of data points in-place.
atlas-dataset
Calculate mean, standard deviation, sum for a set of data points.