Appearance
find-cache-dir
empathic
empathic provides a more generic way to find files and directories upwards.
Example:
import * as pkg from 'empathic' import findCacheDirectory from 'find-cache-dir' findCacheDirectory({ name: 'foo' }) pkg.cache('foo')