This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Description
There's a way to require separate files from modules in node_modules, via require('moduleName/path/to/file') syntax, but I couldn't find any reference on http://nodejs.org/api/modules.html. Is it not documented because it can be deprecated in the future or there wasn't just a PR / enough cycles to do that?