包和模块
- 介绍
- 发布一个公共包
- Creating a package.json file
- Creating Node.js modules
- About package README files
- Creating and publishing unscoped public packages
- Creating and publishing scoped public packages
- Creating and publishing private packages
- Package name guidelines
- Specifying dependencies and devDependencies in a package.json file
- About semantic versioning
- Adding dist-tags to packages
- 修改、管理已发布的包
- Changing package visibility
- Adding collaborators to private packages owned by a user account
- Updating your published package version number
- Deprecating and undeprecating packages or package versions
- Transferring a package from a user account to another user account
- Unpublishing packages from the registry
- 获取和使用公共包
- Searching for and choosing packages to download
- Downloading and installing packages locally
- Downloading and installing packages globally
- Resolving EACCES permissions errors when installing packages globally
- Updating packages downloaded from the registry
- Using npm packages in your projects
- Using deprecated packages
- Uninstalling packages and dependencies
- 代码安全