Total Complexity | 0 |
Complexity/F | 0 |
Lines of Code | 17 |
Function Count | 0 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | module.exports = [ |
||
2 | 'type', |
||
3 | 'version', |
||
4 | 'title', |
||
5 | 'author_name', |
||
6 | 'author_url', |
||
7 | 'provider_name', |
||
8 | 'provider_url', |
||
9 | 'cache_age', |
||
10 | 'thumbnail_url', |
||
11 | 'thumbnail_width', |
||
12 | 'thumbnail_height', |
||
13 | 'url', |
||
14 | 'html', |
||
15 | 'width', |
||
16 | 'height' |
||
17 | ] |
||
18 |