package.json
1.42 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
{
"_from": "diff-frag@^1.0.1",
"_id": "diff-frag@1.0.1",
"_inBundle": false,
"_integrity": "sha1-p7tReJdD6MC0DiUJFmvRVeWDOCY=",
"_location": "/diff-frag",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "diff-frag@^1.0.1",
"name": "diff-frag",
"escapedName": "diff-frag",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/tcompare"
],
"_resolved": "https://registry.npm.taobao.org/diff-frag/download/diff-frag-1.0.1.tgz",
"_shasum": "a7bb51789743e8c0b40e2509166bd155e5833826",
"_spec": "diff-frag@^1.0.1",
"_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\tcompare",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "https://izs.me"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Take a big diff with a 2-line header and turn it into frags with only a reasonable amount of context",
"devDependencies": {
"tap": "^14.9.2"
},
"files": [
"index.js"
],
"funding": {
"url": "https://github.com/sponsors/isaacs"
},
"license": "ISC",
"name": "diff-frag",
"scripts": {
"postpublish": "git push origin --follow-tags",
"postversion": "npm publish",
"preversion": "npm test",
"test": "tap"
},
"tap": {
"check-coverage": true
},
"version": "1.0.1"
}