getModulePath
Return
the absolute filesystem path of the module's package root, as resolved by Node via require.resolve('<module>/package.json'). Reflects the same resolution rules Quarkdown uses at runtime (NODE_PATH, local node_modules, etc.).
Parameters
module
the Node.js module to look up
Throws
if the module cannot be resolved (not installed, or not on the resolution path)