package.json
1.7 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
{
"_from": "test-exclude@^5.2.3",
"_id": "test-exclude@5.2.3",
"_inBundle": false,
"_integrity": "sha1-w9Ph4xHrfuQF4JLawQrv0JCR6sA=",
"_location": "/test-exclude",
"_phantomChildren": {
"brace-expansion": "1.1.11"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "test-exclude@^5.2.3",
"name": "test-exclude",
"escapedName": "test-exclude",
"rawSpec": "^5.2.3",
"saveSpec": null,
"fetchSpec": "^5.2.3"
},
"_requiredBy": [
"/nyc"
],
"_resolved": "https://registry.npm.taobao.org/test-exclude/download/test-exclude-5.2.3.tgz",
"_shasum": "c3d3e1e311eb7ee405e092dac10aefd09091eac0",
"_spec": "test-exclude@^5.2.3",
"_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\nyc",
"author": {
"name": "Ben Coe",
"email": "ben@npmjs.com"
},
"bugs": {
"url": "https://github.com/istanbuljs/istanbuljs/issues"
},
"bundleDependencies": false,
"dependencies": {
"glob": "^7.1.3",
"minimatch": "^3.0.4",
"read-pkg-up": "^4.0.0",
"require-main-filename": "^2.0.0"
},
"deprecated": false,
"description": "test for inclusion or exclusion of paths using pkg-conf and globs",
"engines": {
"node": ">=6"
},
"files": [
"index.js"
],
"gitHead": "90e60cc47833bb780680f916488ca24f0be36ca2",
"homepage": "https://istanbul.js.org/",
"keywords": [
"exclude",
"include",
"glob",
"package",
"config"
],
"license": "ISC",
"main": "index.js",
"name": "test-exclude",
"repository": {
"type": "git",
"url": "git+https://github.com/istanbuljs/istanbuljs.git"
},
"scripts": {
"test": "mocha"
},
"version": "5.2.3"
}