remove cli-columns by wraithgar · Pull Request #8993 · npm/cli

We were using cli-columns in two places: "npm team" and "npm view".

We were really only using it meaningfully in "npm view" for dependency and dist tag listing. This was not worth the tradeoff in having this outdated dependency around.

Dependencies are now just listed as a comma separated list. Fewer dist tags are shown, and they are one per line.