d925d3bd179a2fde8d219e6a4fa1c1ca3936a28a.svn-base
1.67 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
{
"_from": "tcompare@^3.0.0",
"_id": "tcompare@3.0.4",
"_inBundle": false,
"_integrity": "sha1-6S69vxrzN1evoHF6rtW7Tv3UGZI=",
"_location": "/tcompare",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "tcompare@^3.0.0",
"name": "tcompare",
"escapedName": "tcompare",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/tap"
],
"_resolved": "https://registry.npm.taobao.org/tcompare/download/tcompare-3.0.4.tgz",
"_shasum": "e92ebdbf1af33757afa0717aaed5bb4efdd41992",
"_spec": "tcompare@^3.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": "https://izs.me"
},
"bugs": {
"url": "https://github.com/tapjs/tcompare/issues"
},
"bundleDependencies": false,
"dependencies": {
"diff-frag": "^1.0.1"
},
"deprecated": false,
"description": "A comprehensive comparison library, for use in test frameworks",
"devDependencies": {
"tap": "^14.9.2"
},
"files": [
"index.js",
"lib/*.js"
],
"homepage": "https://github.com/tapjs/tcompare#readme",
"license": "ISC",
"main": "index.js",
"name": "tcompare",
"repository": {
"type": "git",
"url": "git+https://github.com/tapjs/tcompare.git"
},
"scripts": {
"postpublish": "git push origin --all; git push origin --tags",
"postversion": "npm publish",
"preversion": "npm test",
"snap": "tap",
"test": "tap"
},
"tap": {
"check-coverage": true,
"coverage-map": "map.js"
},
"version": "3.0.4"
}