aboutsummaryrefslogtreecommitdiff
path: root/node_modules/istanbul-lib-instrument/package.json
blob: 7a80834754eb3dd4a66e4df4b90eddc4876ad631 (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
{
  "name": "istanbul-lib-instrument",
  "version": "1.7.1",
  "description": "Core istanbul API for JS code coverage",
  "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "release": "babel src --out-dir dist && documentation build -f md -o api.md src",
    "test": "mocha --require=babel-register",
    "pretest": "jshint src/ test/",
    "prepublish": "npm run release"
  },
  "dependencies": {
    "babel-generator": "^6.18.0",
    "babel-template": "^6.16.0",
    "babel-traverse": "^6.18.0",
    "babel-types": "^6.18.0",
    "babylon": "^6.13.0",
    "istanbul-lib-coverage": "^1.1.0",
    "semver": "^5.3.0"
  },
  "devDependencies": {
    "babel-cli": "^6.3.17",
    "babel-plugin-istanbul": "^2.0.3",
    "babel-preset-es2015": "^6.3.13",
    "babel-register": "^6.16.3",
    "chai": "^3.0.0",
    "clone": "^2.0.0",
    "coveralls": "^2.11.4",
    "cross-env": "^2.0.1",
    "documentation": "^4.0.0-beta9",
    "js-yaml": "^3.3.1",
    "jshint": "^2.8.0",
    "mocha": "^3.1.2",
    "nopt": "^3.0.6"
  },
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/istanbuljs/istanbul-lib-instrument/issues"
  },
  "homepage": "https://github.com/istanbuljs/istanbul-lib-instrument",
  "repository": {
    "type": "git",
    "url": "git@github.com:istanbuljs/istanbul-lib-instrument.git"
  },
  "keywords": [
    "coverage",
    "istanbul",
    "js",
    "instrumentation"
  ]
}