if i depend on 3rdPartyA and 3rdPartyB, and 3rdPar...
# general
b
if i depend on 3rdPartyA and 3rdPartyB, and 3rdPartyB -> 3rdPartyA (with a version compatibility match), then npm install will only install 3rdPartyA and 3rdPartyB, and not put another copy of 3rdPartyA under 3rdPartyB, as it would if i depended on 3rdPartyB only