Retrieves all the PKG related information stored in OSX.: It could give you a trail of installed/deleted packages
Query:
select * from package_receipts;Additional Query Info:
Version: 1.4.5
Platform: darwin
Interval: 86400
JSON:
{ "queries": { "package_receipts": { "query" : "select * from package_receipts;", "interval" : "86400", "platform" : "darwin", "version": "1.4.5", "description" : "Retrieves all the PKG related information stored in OSX.", "value" : "It could give you a trail of installed/deleted packages" } } }