{
    "content": [
        {
            "type": "text",
            "text": "# ISTANBUL (man)\n\n## NAME\n\nistanbul - a JS code coverage tool written in JS\n\n## SYNOPSIS\n\nistanbul help config | <command>\n\n## DESCRIPTION\n\nAvailable commands are:\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "ISTANBUL",
        "section": "",
        "mode": "man",
        "summary": "istanbul - a JS code coverage tool written in JS",
        "synopsis": "istanbul help config | <command>",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "tap",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/tap/1/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 32,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 3,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "istanbul - a JS code coverage tool written in JS\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "istanbul help config | <command>\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Available commands are:\n\ncheck-coverage\n\nchecks  overall/per-file coverage against thresholds from coverage JSON files. Exits 1\nif thresholds are not met, 0 otherwise\n\ncover\n\ntransparently adds coverage information to a node command. Saves coverage.json and re‐\nports at the end of execution\n\nhelp\n\nshows help\n\ninstrument\n\ninstruments a file or a directory tree and writes the instrumented code to the desired\noutput location\n\nreport\n\nwrites reports for coverage JSON objects produced in a previous run\n\ntest\n\ncover a node command only when npmconfigcoverage is set. Use in an `npm test` script\nfor conditional coverage\n\nCommand names can be abbreviated as long as the abbreviation is unambiguous.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "tap(1)\n\na JS code coverage tool written in JS         June 2018                                  ISTANBUL(1)",
                "subsections": []
            }
        }
    }
}