mediawiki report publishing
[scpubgit/System-Introspector-Report.git] / t / data / json / hostA / groupA / packages / apt.json
1 {
2   "installed": {
3     "packages": {
4       "foo": {
5         "version": 23,
6       },
7       "bar": {
8         "version": 17,
9       },
10       "qux": {
11         "version": 77,
12       },
13     },
14   },
15   "upgradable": {
16     "actions": {
17       "inst": {
18         "bar": "[17] (18)",
19         "qux": "[77] (80)",
20       },
21     },
22   },
23 }