summaryrefslogtreecommitdiff
path: root/tests/specs/npm/info_cli_chalk_json/__test__.jsonc
blob: b5173fd93fbec217a023153c8d91df884d85b234 (plain)
1
2
3
4
5
6
7
8
9
{
  "args": "info --quiet --json npm:chalk@4",
  "output": "info/chalk_json.out",
  "exitCode": 0,
  "envs": {
    "NO_COLOR": "1",
    "NPM_CONFIG_REGISTRY": "http://localhost:4260/"
  }
}