aboutsummaryrefslogtreecommitdiff
path: root/node_modules/istanbul-lib-coverage/package.json
blob: e70e6fab6231ea30ca80ea15079677848613f7ea (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
  "_args": [
    [
      {
        "raw": "istanbul-lib-coverage@^1.0.0",
        "scope": null,
        "escapedName": "istanbul-lib-coverage",
        "name": "istanbul-lib-coverage",
        "rawSpec": "^1.0.0",
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "/home/dold/repos/taler/wallet-webex/node_modules/istanbul-lib-instrument"
    ]
  ],
  "_from": "istanbul-lib-coverage@>=1.0.0 <2.0.0",
  "_id": "istanbul-lib-coverage@1.0.0",
  "_inCache": true,
  "_location": "/istanbul-lib-coverage",
  "_nodeVersion": "5.1.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/istanbul-lib-coverage-1.0.0.tgz_1470979978048_0.6411592594813555"
  },
  "_npmUser": {
    "name": "bcoe",
    "email": "ben@npmjs.com"
  },
  "_npmVersion": "3.10.6",
  "_phantomChildren": {},
  "_requested": {
    "raw": "istanbul-lib-coverage@^1.0.0",
    "scope": null,
    "escapedName": "istanbul-lib-coverage",
    "name": "istanbul-lib-coverage",
    "rawSpec": "^1.0.0",
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/istanbul-lib-instrument"
  ],
  "_resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-1.0.0.tgz",
  "_shasum": "c3f9b6d226da12424064cce87fce0fb57fdfa7a2",
  "_shrinkwrap": null,
  "_spec": "istanbul-lib-coverage@^1.0.0",
  "_where": "/home/dold/repos/taler/wallet-webex/node_modules/istanbul-lib-instrument",
  "author": {
    "name": "Krishnan Anantheswaran",
    "email": "kananthmail-github@yahoo.com"
  },
  "bugs": {
    "url": "https://github.com/istanbuljs/istanbul-lib-coverage/issues"
  },
  "dependencies": {},
  "description": "Data library for istanbul coverage objects",
  "devDependencies": {
    "chai": "^3.0.0",
    "coveralls": "^2.11.4",
    "istanbul": "^0.4.0",
    "jshint": "^2.8.0",
    "mocha": "^2.2.5",
    "standard-version": "^2.4.0"
  },
  "directories": {},
  "dist": {
    "shasum": "c3f9b6d226da12424064cce87fce0fb57fdfa7a2",
    "tarball": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-1.0.0.tgz"
  },
  "gitHead": "6c9c65ed81ce7c0e8b4efa8a4f5d96f02349c5ea",
  "homepage": "https://github.com/istanbuljs/istanbul-lib-coverage",
  "karmaDeps": {
    "browserify-istanbul": "^0.2.1",
    "karma": "^0.13.10",
    "karma-browserify": "^4.2.1",
    "karma-chrome-launcher": "^0.2.0",
    "karma-coverage": "^0.4.2",
    "karma-mocha": "^0.2.0",
    "karma-phantomjs-launcher": "^0.2.0",
    "phantomjs": "^1.9.17"
  },
  "keywords": [
    "istanbul",
    "coverage",
    "data"
  ],
  "license": "BSD-3-Clause",
  "main": "index.js",
  "maintainers": [
    {
      "name": "bcoe",
      "email": "ben@npmjs.com"
    },
    {
      "name": "gotwarlost",
      "email": "kananthmail-github@yahoo.com"
    }
  ],
  "name": "istanbul-lib-coverage",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/istanbuljs/istanbul-lib-coverage.git"
  },
  "scripts": {
    "fast": "mocha test/",
    "posttest": "istanbul check-coverage --statements 95 --branches 80",
    "pretest": "jshint index.js lib/ test/",
    "release": "standard-version",
    "test": "istanbul cover -x 'docs/**' --include-all-sources --print=both _mocha --  test/"
  },
  "version": "1.0.0"
}