Overview of empathic submodules
mainEmpathic is organized into specialized submodules, each focusing on a specific pathing task:
empathic/access: Shortcuts for checking file access and permissions (based onfs.accessSync).empathic/find: Utilities to find files or directories by walking up the parent directory tree.empathic/package: Helpers for interacting withpackage.jsonfiles andnode_modulespackages.empathic/resolve: Resolves absolute paths to package identifiers, relative paths, file URLs, or from other root directories.empathic/walk: Collects all parent directories of a target, configurable viacwdandlastoptions.