package.json
2.92 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
{
"_args": [
[
{
"raw": "test-exclude@^3.3.0",
"scope": null,
"escapedName": "test-exclude",
"name": "test-exclude",
"rawSpec": "^3.3.0",
"spec": ">=3.3.0 <4.0.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming/node_modules/babel-plugin-istanbul"
]
],
"_from": "test-exclude@>=3.3.0 <4.0.0",
"_id": "test-exclude@3.3.0",
"_inCache": true,
"_location": "/test-exclude",
"_nodeVersion": "6.5.0",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/test-exclude-3.3.0.tgz_1479797602694_0.012697829864919186"
},
"_npmUser": {
"name": "bcoe",
"email": "ben@npmjs.com"
},
"_npmVersion": "4.0.0",
"_phantomChildren": {},
"_requested": {
"raw": "test-exclude@^3.3.0",
"scope": null,
"escapedName": "test-exclude",
"name": "test-exclude",
"rawSpec": "^3.3.0",
"spec": ">=3.3.0 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/babel-plugin-istanbul"
],
"_resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-3.3.0.tgz",
"_shasum": "7a17ca1239988c98367b0621456dbb7d4bc38977",
"_shrinkwrap": null,
"_spec": "test-exclude@^3.3.0",
"_where": "/Users/admin/Documents/workspace/programming/node_modules/babel-plugin-istanbul",
"author": {
"name": "Ben Coe",
"email": "ben@npmjs.com"
},
"bugs": {
"url": "https://github.com/istanbuljs/test-exclude/issues"
},
"dependencies": {
"arrify": "^1.0.1",
"micromatch": "^2.3.11",
"object-assign": "^4.1.0",
"read-pkg-up": "^1.0.1",
"require-main-filename": "^1.0.1"
},
"description": "test for inclusion or exclusion of paths using pkg-conf and globs",
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.12",
"mocha": "^3.1.2",
"nyc": "^8.4.0",
"standard": "^8.5.0",
"standard-version": "^3.0.0"
},
"directories": {},
"dist": {
"shasum": "7a17ca1239988c98367b0621456dbb7d4bc38977",
"tarball": "https://registry.npmjs.org/test-exclude/-/test-exclude-3.3.0.tgz"
},
"gitHead": "cf979c7c259fa547755fdb0fbc6b4d8c8ad7d371",
"homepage": "https://github.com/istanbuljs/test-exclude#readme",
"keywords": [
"exclude",
"include",
"glob",
"package",
"config"
],
"license": "ISC",
"main": "index.js",
"maintainers": [
{
"name": "bcoe",
"email": "ben@npmjs.com"
}
],
"name": "test-exclude",
"nyc": {
"check-coverage": true,
"statements": 100,
"branches": 96,
"lines": 100,
"functions": 100,
"reporter": [
"lcov",
"text"
]
},
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/istanbuljs/test-exclude.git"
},
"scripts": {
"pretest": "standard",
"release": "standard-version",
"test": "nyc mocha ./test/*.js"
},
"version": "3.3.0"
}