68 packages
admesh-parser
Runs admesh on an stl file, and calls back with the parsed output.
array-math
Do math on arrays: find divisors or factors of a number, sum or multiply an array, and much more!
array-step
Takes an array of arrays, returns the first element of the first array after moving it to the end.
bitrate
Calculates the bitrate given a file's size and duration
bmi-calc
Calculates Body Mass Index
cloudworker-tls-no-crypto
node.js runner for Cloudflare Workers with TLS, but without crypto
create-temp-file
Creates a temporary file, returns a write stream, a path, and cleanup functions
datauri-stream
Lightweight data -> data URI transform stream
debouncer
Checks if it was called too recently. Useful for not allowing the same action in too close succession. The time delay can be lengthened on each successful call.
disable-oom-killer
Disable the OOM (Out Of Memory) Killer for a process (linux only)
downstream
A multi-platform and real-time social media aggregation framework.
dupe
Function to check for, or remove duplicate array items
filetran
Simple command-line file transfer tool
hash-to-array
Turns an arg hash into an array of arguments. Useful when running command line apps with child_process.
just-login-bypass
When developing an application that uses Just Login, use this to bypass authentication in dev
just-login-client
Browser code for the just-login-core and just-login-emailer
just-login-core
Handles the authentication at the database level for other just login modules
just-login-debouncer
Doesn't allow too many emails to be sent in a short amount of time.
just-login-emailer
Sends emails to folks who want to log in!
just-login-example
Browser code for the just-login-core and just-login-emailer
just-login-example-session-manager
Server code for the Just Login module
just-login-server-api
Server code for the Just Login module
just-login-session-state
Handles the session state for just-login
justlogin.xyz-client
An example client for the just-login-core
leading-chars
Creates leading characters for a string or number