This snippet helps understanding packages dependencies and versions across different projects/folders.
You can pass 2 or more folders to compare their package.json
You can also pass just one fodler to check all modules in it (example: a node_modules folder)
You can pass nothing to analize the current list of packages.
#!/usr/bin/env node