get

中英双语
npm config get [key ...]
npm get [key ...]

将配置值回显到标准输出。

如果提供了多个键,则值将以键名作为前缀。

如果未提供任何键,则此命令的行为与 npm config list 相同。