add new chinese translations
This commit is contained in:
32
pages.zh/common/npm-view.md
Normal file
32
pages.zh/common/npm-view.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# npm view
|
||||
|
||||
> 查看有关软件包的注册信息。
|
||||
> 更多信息:<https://docs.npmjs.com/cli/commands/npm-view>。
|
||||
|
||||
- 查看软件包最新版本的信息:
|
||||
|
||||
`npm view {{package}}`
|
||||
|
||||
- 查看软件包特定版本的信息:
|
||||
|
||||
`npm view {{package}}@{{version}}`
|
||||
|
||||
- 查看软件包所有可用版本:
|
||||
|
||||
`npm view {{package}} versions`
|
||||
|
||||
- 查看软件包的描述:
|
||||
|
||||
`npm view {{package}} description`
|
||||
|
||||
- 查看软件包最新版本的依赖项:
|
||||
|
||||
`npm view {{package}} dependencies`
|
||||
|
||||
- 查看软件包的仓库 URL:
|
||||
|
||||
`npm view {{package}} repository`
|
||||
|
||||
- 查看软件包的维护者:
|
||||
|
||||
`npm view {{package}} maintainers`
|
Reference in New Issue
Block a user