0699a81ef1761744fa345b6a228c58da552def36.svn-base
1.97 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
{
"_from": "tap-mocha-reporter@^5.0.0",
"_id": "tap-mocha-reporter@5.0.1",
"_inBundle": false,
"_integrity": "sha1-dPAL4t3So4CtrUXghXlRN7w5SXo=",
"_location": "/tap-mocha-reporter",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "tap-mocha-reporter@^5.0.0",
"name": "tap-mocha-reporter",
"escapedName": "tap-mocha-reporter",
"rawSpec": "^5.0.0",
"saveSpec": null,
"fetchSpec": "^5.0.0"
},
"_requiredBy": [
"/tap"
],
"_resolved": "https://registry.npm.taobao.org/tap-mocha-reporter/download/tap-mocha-reporter-5.0.1.tgz",
"_shasum": "74f00be2ddd2a380adad45e085795137bc39497a",
"_spec": "tap-mocha-reporter@^5.0.0",
"_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\tap",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bin": {
"tap-mocha-reporter": "index.js"
},
"bugs": {
"url": "https://github.com/isaacs/tap-mocha-reporter/issues"
},
"bundleDependencies": false,
"dependencies": {
"color-support": "^1.1.0",
"debug": "^4.1.1",
"diff": "^4.0.1",
"escape-string-regexp": "^2.0.0",
"glob": "^7.0.5",
"tap-parser": "^10.0.0",
"tap-yaml": "^1.0.0",
"unicode-length": "^2.0.2"
},
"deprecated": false,
"description": "Format a TAP stream using Mocha's set of reporters",
"devDependencies": {
"tap": "^14.10.2"
},
"engines": {
"node": ">= 8"
},
"files": [
"index.js",
"lib"
],
"homepage": "https://github.com/isaacs/tap-mocha-reporter",
"license": "ISC",
"main": "index.js",
"name": "tap-mocha-reporter",
"repository": {
"type": "git",
"url": "git+https://github.com/isaacs/tap-mocha-reporter.git"
},
"scripts": {
"postpublish": "git push origin --follow-tags",
"postversion": "npm publish",
"preversion": "npm test",
"test": "tap test/*.js"
},
"version": "5.0.1"
}