A small command-line utility for inspecting the contents of package.json files.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

package-lock.json 73B

12345
  1. {
  2. "name": "pajama-cli",
  3. "version": "0.1.1",
  4. "lockfileVersion": 1
  5. }