-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathexpected.json
More file actions
47 lines (47 loc) · 1.66 KB
/
expected.json
File metadata and controls
47 lines (47 loc) · 1.66 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
{
"files": {
"count": 12,
"bytes": 199,
"lines": { "total": 27, "content": 16, "code": 11 },
"results": {
"~/al.al": "Perl",
"~/alternatives.asc": "AGS Script",
"~/file.txt": "JavaScript",
"~/folder/file.txt": "JavaScript",
"~/folder/sub.txt": "Text",
"~/hashbang": "JavaScript",
"~/loc.c": "C",
"~/modeline.txt": "C++",
"~/package-lock.json": "JSON",
"~/detected.json": "JSON",
"~/Pipfile": "TOML",
"~/unknown": null
},
"alternatives": {
"~/alternatives.asc": [ "AsciiDoc", "Public Key" ]
}
},
"languages": {
"count": 8,
"bytes": 190,
"results": {
"Perl": { "type": "programming", "bytes": 0, "lines": { "total": 1, "content": 0, "code": 0 },"color": "#0298c3" },
"AGS Script": { "type": "programming", "bytes": 14, "lines": { "total": 2, "content": 1, "code": 1 },"color": "#B9D9FF" },
"JSON": { "type": "data", "bytes": 8, "lines": { "total": 4, "content": 2, "code": 2 },"color": "#292929"},
"JavaScript": { "type": "programming", "bytes": 23, "lines": { "total": 4, "content": 3, "code": 3 },"color": "#f1e05a" },
"Text": { "type": "prose", "bytes": 0, "lines": { "total": 1, "content": 0, "code": 0 } },
"C": { "type": "programming", "bytes": 130, "lines": { "total": 10, "content": 8, "code": 4 }, "color": "#555555"},
"C++": { "type": "programming", "bytes": 15, "lines": { "total": 2, "content": 1, "code": 0 }, "color": "#f34b7d" },
"TOML": { "type": "data", "bytes": 0, "lines": { "total": 1, "content": 0, "code": 0 }, "color": "#9c4221" }
}
},
"unknown": {
"count": 1,
"bytes": 9,
"lines": { "total": 2, "content": 1, "code": 1 },
"extensions": {},
"filenames": {
"unknown": 9
}
}
}