Locate and bundle third-party dependencies in node_modules
list things in node_modules that are bundledDependencies, or transitive dependencies thereof
Get the list of files installed in a package in node_modules, including bundled dependencies
Easily exclude node_modules in Webpack bundle
Determine an app's root path from anywhere inside the app