home-or-tmp
Get the user home directory with fallback to the system temp directory
Updated by @sindresorhus
@fujia/user-home
Obtain the user home directory and fallback to the system temp directory if don't exist.
Updated by @sunnyfu
secretfileclient
A node flie client which allows setting limits in terms of (file age in ms, number of times the file may be downloaded, and number of errors the file is allowed to experience). …
Updated by @ocean_rey
file-scratch-pad
Temporary file you can easily dump any v8 serializer compatible object to, exchanging it for a function, which when called, loads the object back in to memory. Utility for …
Updated by @bluebie
with-local-tmp-dir
Creates a temporary folder inside cwd, cds inside the folder, runs a function, and removes the folder. Especially useful for testing.
Updated by @dword-design