UNPKG

972 BJSONView Raw
1{
2 "name": "istanbul-lib-report",
3 "version": "2.0.1",
4 "description": "Base reporting library for istanbul",
5 "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
6 "main": "index.js",
7 "files": [
8 "lib",
9 "index.js"
10 ],
11 "scripts": {
12 "pretest": "jshint index.js lib/ test/",
13 "test": "mocha"
14 },
15 "dependencies": {
16 "istanbul-lib-coverage": "^2.0.1",
17 "make-dir": "^1.3.0",
18 "supports-color": "^5.4.0"
19 },
20 "devDependencies": {
21 "chai": "^4.1.2",
22 "istanbul": "^0.4.5",
23 "jshint": "^2.9.5",
24 "mocha": "^5.2.0",
25 "rimraf": "^2.6.2"
26 },
27 "license": "BSD-3-Clause",
28 "bugs": {
29 "url": "https://github.com/istanbuljs/istanbuljs/issues"
30 },
31 "homepage": "https://github.com/istanbuljs/istanbuljs",
32 "repository": {
33 "type": "git",
34 "url": "git@github.com:istanbuljs/istanbuljs.git"
35 },
36 "keywords": [
37 "istanbul",
38 "report",
39 "api",
40 "lib"
41 ],
42 "engines": {
43 "node": ">=6"
44 }
45}