- fb3b72a chore: configure travis to run on node 6,8 and 9 (not 7 anymore) - Nils Knappmeier
- d6b2d6f feat: support for missing modules with existing dependls Knappmeier
- 414ada7 fix: Handle dependency cycles gracefully - Nils Knappmeier
- fb80e13 fix: Reserve more space for the dependency count in the progress bar - Nils Knappmeier
- 282d1fa fix: handle NaN-blocksize on windows file-system (#5) - Nils Knappmeier
- 60dc68f Make lodash.sortby a regular dependency - Nils Knappmeier
- 92c0493 Revert: Sort tree-nodes of the same size by name - Nils Knappmeier
- e4f8fb2 Sort tree-nodes of the same size by name - Nils Knappmeier
- cefa825 Support for scoped packages - Nils Knappmeier
- 7584946 More documentation - Nils Knappmeier
- 59b48f4 Reduce package size by using "p-map" rather than "bluebird" - Nils Knappmeier
- f820acb New option "-d, depth " to cut off the dependency tree display - Nils Knappmeier
- cc9677b Check for cycles when traversing the dependency tree - Nils Knappmeier
- be3a3e4 Progress-Bar refactoring - Nils Knappmeier
- bc3c191 Add progress-bar when loading dependencies - Nils Knappmeier
- f751bd6 Add test for "depth"-parameter - Nils Knappmeier
- 73788b7 Include .dot-files in the statistics - Nils Knappmeier