It is definitely not installing multiple packages
Why? You're installing package1 and package2 and marking them as devDependencies
with --save-dev
.
As stated in the documentation, you may combine multiple arguments, and even multiple types of arguments. In your case, you're combining 2 package names published on the registry.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…