package.json
3.8 KB
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"_args": [
[
{
"raw": "istanbul-lib-instrument@^1.4.2",
"scope": null,
"escapedName": "istanbul-lib-instrument",
"name": "istanbul-lib-instrument",
"rawSpec": "^1.4.2",
"spec": ">=1.4.2 <2.0.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming/node_modules/babel-plugin-istanbul"
]
],
"_from": "istanbul-lib-instrument@>=1.4.2 <2.0.0",
"_id": "istanbul-lib-instrument@1.4.2",
"_inCache": true,
"_location": "/istanbul-lib-instrument",
"_nodeVersion": "7.1.0",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/istanbul-lib-instrument-1.4.2.tgz_1483525376896_0.3232681602239609"
},
"_npmUser": {
"name": "bcoe",
"email": "ben@npmjs.com"
},
"_npmVersion": "3.10.9",
"_phantomChildren": {},
"_requested": {
"raw": "istanbul-lib-instrument@^1.4.2",
"scope": null,
"escapedName": "istanbul-lib-instrument",
"name": "istanbul-lib-instrument",
"rawSpec": "^1.4.2",
"spec": ">=1.4.2 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/babel-plugin-istanbul"
],
"_resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-1.4.2.tgz",
"_shasum": "0e2fdfac93c1dabf2e31578637dc78a19089f43e",
"_shrinkwrap": null,
"_spec": "istanbul-lib-instrument@^1.4.2",
"_where": "/Users/admin/Documents/workspace/programming/node_modules/babel-plugin-istanbul",
"author": {
"name": "Krishnan Anantheswaran",
"email": "kananthmail-github@yahoo.com"
},
"bugs": {
"url": "https://github.com/istanbuljs/istanbul-lib-instrument/issues"
},
"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.0.0",
"semver": "^5.3.0"
},
"description": "Core istanbul API for JS code coverage",
"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",
"nyc": "^8.3.1",
"standard-version": "^3.0.0"
},
"directories": {},
"dist": {
"shasum": "0e2fdfac93c1dabf2e31578637dc78a19089f43e",
"tarball": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-1.4.2.tgz"
},
"gitHead": "a2e013d72e3216bc460816ba9404be02ec38a2d5",
"homepage": "https://github.com/istanbuljs/istanbul-lib-instrument",
"keywords": [
"coverage",
"istanbul",
"js",
"instrumentation"
],
"license": "BSD-3-Clause",
"main": "dist/index.js",
"maintainers": [
{
"name": "bcoe",
"email": "ben@npmjs.com"
},
{
"name": "gotwarlost",
"email": "kananthmail-github@yahoo.com"
}
],
"name": "istanbul-lib-instrument",
"nyc": {
"include": [
"src/**/*.js"
],
"require": [
"babel-register"
],
"sourceMap": false,
"instrument": false
},
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/istanbuljs/istanbul-lib-instrument.git"
},
"scripts": {
"coverage": "nyc report --reporter=text-lcov | coveralls",
"prepublish": "npm test && npm run release",
"pretest": "jshint src/ test/",
"release": "babel src --out-dir dist && documentation build -f md -o api.md src",
"test": "cross-env NODE_ENV=test nyc --check-coverage --statements 90 --branches 80 mocha --recursive test/",
"version": "standard-version"
},
"version": "1.4.2"
}