package.json

  • 版本号
    • 指定版本:1.2.3
    • 最新minor、patch:^1.2.3
    • 最新patch:~1.2.3
    • 版本范围:>=1.2.3 <2.0.0