Skip to content

Replacements for find-pkg

empathic

empathic provides a more generic way to find files and directories upwards.

The main difference is that empathic is synchronous, so you should no longer await the result.

Example:

ts
import * as pkg from 'empathic/package'
import findPkg from 'find-pkg'

await findPkg(path) 
pkg.up(path) 

Released under the MIT License. (a44cbf10)