Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.nycrc « object-inspect « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 84c1894c68fb7b93fd88ce8f621b5f3d07a62a9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "all": true,
  "check-coverage": false,
  "instrumentation": false,
  "sourceMap": false,
  "reporter": ["text-summary", "text", "html", "json"],
  "lines": 93,
  "statements": 93,
  "functions": 96,
  "branches": 89,
  "exclude": [
    "coverage",
    "example",
    "test",
    "test-core-js.js"
  ]
}