Shows all packages without their dependencies (only top level)
npm list --depth 0
Shows all packages with only their dependencies (one level deep)
npm list --depth 1
by Valeri Tandilashvili
4 years ago
NPM
NPM Crash Course
0
Pro tip: use ```triple backticks around text``` to write in code fences