aboutsummaryrefslogtreecommitdiff
path: root/node_modules/@types/istanbul-lib-report/package.json
blob: c3a619f9b6ef41c85442e7653f51d06b16b9c379 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
    "name": "@types/istanbul-lib-report",
    "version": "3.0.0",
    "description": "TypeScript definitions for istanbul-lib-report",
    "license": "MIT",
    "contributors": [
        {
            "name": "Jason Cheatham",
            "url": "https://github.com/jason0x43",
            "githubUsername": "jason0x43"
        },
        {
            "name": "Zacharias Björngren",
            "url": "https://github.com/zache",
            "githubUsername": "zache"
        }
    ],
    "main": "",
    "types": "index.d.ts",
    "repository": {
        "type": "git",
        "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
        "directory": "types/istanbul-lib-report"
    },
    "scripts": {},
    "dependencies": {
        "@types/istanbul-lib-coverage": "*"
    },
    "typesPublisherContentHash": "f8b2f5e15a24d9f52a96c5cfadb0f582bf6200ce8643e15422c3c8f1a2bb1c63",
    "typeScriptVersion": "2.8"
}