f48b4acfebc76fae1ed5bf51eee6b502caa1e760.svn-base
2.06 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
{
"_from": "tap-parser@^10.0.0",
"_id": "tap-parser@10.1.0",
"_inBundle": false,
"_integrity": "sha1-exqsQNvKpHFsC1iVJobq5l0rdK0=",
"_location": "/tap-parser",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "tap-parser@^10.0.0",
"name": "tap-parser",
"escapedName": "tap-parser",
"rawSpec": "^10.0.0",
"saveSpec": null,
"fetchSpec": "^10.0.0"
},
"_requiredBy": [
"/tap-mocha-reporter"
],
"_resolved": "https://registry.npm.taobao.org/tap-parser/download/tap-parser-10.1.0.tgz",
"_shasum": "7b1aac40dbcaa4716c0b58952686eae65d2b74ad",
"_spec": "tap-parser@^10.0.0",
"_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\tap-mocha-reporter",
"bin": {
"tap-parser": "bin/cmd.js"
},
"bugs": {
"url": "https://github.com/tapjs/tap-parser/issues"
},
"bundleDependencies": false,
"dependencies": {
"events-to-array": "^1.0.1",
"minipass": "^3.0.0",
"tap-yaml": "^1.0.0"
},
"deprecated": false,
"description": "parse the test anything protocol",
"devDependencies": {
"glob": "^7.0.5",
"tap": "^14.4.1"
},
"engines": {
"node": ">= 8"
},
"files": [
"index.js",
"bin/cmd.js"
],
"homepage": "https://github.com/tapjs/tap-parser",
"keywords": [
"tap",
"test",
"parser"
],
"license": "MIT",
"main": "index.js",
"name": "tap-parser",
"nyc": {
"hookRunInThisContext": true
},
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/tapjs/tap-parser.git"
},
"scripts": {
"postpublish": "git push origin --follow-tags",
"postversion": "npm publish",
"preversion": "npm test",
"snap": "tap",
"test": "tap"
},
"tap": {
"check-coverage": true
},
"testling": {
"files": "test/*.js",
"browsers": [
"ie/6..latest",
"chrome/10",
"chrome/latest",
"firefox/3.5",
"firefox/latest",
"opera/latest",
"safari/latest"
]
},
"version": "10.1.0"
}