package.json
3.68 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
134
135
136
137
138
139
140
141
{
"_args": [
[
{
"raw": "babel-plugin-istanbul@^3.1.2",
"scope": null,
"escapedName": "babel-plugin-istanbul",
"name": "babel-plugin-istanbul",
"rawSpec": "^3.1.2",
"spec": ">=3.1.2 <4.0.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming"
]
],
"_from": "babel-plugin-istanbul@>=3.1.2 <4.0.0",
"_id": "babel-plugin-istanbul@3.1.2",
"_inCache": true,
"_location": "/babel-plugin-istanbul",
"_nodeVersion": "7.1.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/babel-plugin-istanbul-3.1.2.tgz_1483526040664_0.4630613827612251"
},
"_npmUser": {
"name": "bcoe",
"email": "ben@npmjs.com"
},
"_npmVersion": "3.10.9",
"_phantomChildren": {},
"_requested": {
"raw": "babel-plugin-istanbul@^3.1.2",
"scope": null,
"escapedName": "babel-plugin-istanbul",
"name": "babel-plugin-istanbul",
"rawSpec": "^3.1.2",
"spec": ">=3.1.2 <4.0.0",
"type": "range"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-3.1.2.tgz",
"_shasum": "11d5abde18425ec24b5d648c7e0b5d25cd354a22",
"_shrinkwrap": null,
"_spec": "babel-plugin-istanbul@^3.1.2",
"_where": "/Users/admin/Documents/workspace/programming",
"author": {
"name": "Thai Pangsakulyanont @dtinth"
},
"bugs": {
"url": "https://github.com/istanbuljs/babel-plugin-istanbul/issues"
},
"dependencies": {
"find-up": "^1.1.2",
"istanbul-lib-instrument": "^1.4.2",
"object-assign": "^4.1.0",
"test-exclude": "^3.3.0"
},
"description": "A babel plugin that adds istanbul instrumentation to ES6 code",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"babel-preset-es2015": "^6.18.0",
"chai": "^3.5.0",
"coveralls": "^2.11.15",
"cross-env": "^2.0.1",
"mocha": "^3.2.0",
"mock-fs": "^3.12.1",
"nyc": "^10.0.0",
"pmock": "^0.2.3",
"standard": "^8.6.0",
"standard-version": "^4.0.0"
},
"directories": {},
"dist": {
"shasum": "11d5abde18425ec24b5d648c7e0b5d25cd354a22",
"tarball": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-3.1.2.tgz"
},
"files": [
"lib"
],
"gitHead": "86c1c0968ddea451179c4f164ce92d1f9ea29317",
"greenkeeper": {
"ignore": [
"find-up",
"cross-env"
]
},
"homepage": "https://github.com/istanbuljs/babel-plugin-istanbul#readme",
"keywords": [
"istanbul",
"babel",
"plugin",
"instrumentation"
],
"license": "BSD-3-Clause",
"main": "lib/index.js",
"maintainers": [
{
"name": "bcoe",
"email": "ben@npmjs.com"
},
{
"name": "gotwarlost",
"email": "kananthmail-github@yahoo.com"
}
],
"name": "babel-plugin-istanbul",
"nyc": {
"include": [
"src/*.js",
"fixtures/should-cover.js"
],
"require": [
"babel-core/register"
],
"sourceMap": false,
"instrument": false
},
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/istanbuljs/babel-plugin-istanbul.git"
},
"scripts": {
"coverage": "nyc report --reporter=text-lcov | coveralls",
"prepublish": "npm test && npm run release",
"pretest": "standard && npm run release",
"release": "babel src --out-dir lib",
"test": "cross-env NODE_ENV=test nyc --reporter=lcov --reporter=text mocha --require=${FS_MOCK:-mock-fs} test/*.js",
"version": "standard-version"
},
"standard": {
"ignore": [
"fixtures/has-inline-source-map.js"
]
},
"version": "3.1.2"
}