When running the command
Get-Package -Remote StructureMap-MVC3
In the Package Manager Console for NuGet, it returns the following with the des
You can get the standard output, with the first column sized to fit like this:
Get-Package | ft -AutoSize
It will ensure all the information you need is visible.