node-dependency-tree
node-dependency-tree copied to clipboard
Add `includeCore` and `includeNonExisting` options
- Added includeNonExisting if true include unresolved dependencies, they will be prefixed with ':!EXISTS: '
- Added includeCore to include core modules (for example: "fs"), they will also be prefixed with ':!EXISTS: ' (because they don't really exist in filesystem)
The WHY:
- Because I want to know which of dependend packages use Node.js core modules and thus require polyfilling or can't be used inside browser.