UNPKG

1.15 kBJSONView Raw
1{
2 "name": "istanbul-lib-instrument",
3 "version": "5.1.0",
4 "description": "Core istanbul API for JS code coverage",
5 "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
6 "main": "src/index.js",
7 "files": [
8 "src"
9 ],
10 "scripts": {
11 "test": "nyc mocha"
12 },
13 "dependencies": {
14 "@babel/core": "^7.12.3",
15 "@babel/parser": "^7.14.7",
16 "@istanbuljs/schema": "^0.1.2",
17 "istanbul-lib-coverage": "^3.2.0",
18 "semver": "^6.3.0"
19 },
20 "devDependencies": {
21 "@babel/cli": "^7.7.5",
22 "chai": "^4.2.0",
23 "clone": "^2.1.2",
24 "debug": "^4.1.1",
25 "documentation": "^12.1.4",
26 "js-yaml": "^3.13.1",
27 "mocha": "^6.2.3",
28 "nopt": "^4.0.1",
29 "nyc": "^15.1.0"
30 },
31 "license": "BSD-3-Clause",
32 "bugs": {
33 "url": "https://github.com/istanbuljs/istanbuljs/issues"
34 },
35 "homepage": "https://istanbul.js.org/",
36 "repository": {
37 "type": "git",
38 "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git",
39 "directory": "packages/istanbul-lib-instrument"
40 },
41 "keywords": [
42 "coverage",
43 "istanbul",
44 "js",
45 "instrumentation"
46 ],
47 "engines": {
48 "node": ">=8"
49 }
50}