{"slug":"disk-usage-insights","name":"Disk Usage Insights","description":"Find large files and folders in no time! Hunt down the TOP 10 files and folders with the most disk usage.","author":"Marcel Gleis","active_installs":1000,"version":"1.11","wp_org_url":"https://wordpress.org/plugins/disk-usage-insights/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"fileentries","full_table_name":"wp_fileentries","description":"Stores fileentries data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"INTEGER","nullable":true,"primary_key":true},{"name":"parent_id","type":"INTEGER","nullable":true,"primary_key":false},{"name":"name","type":"TEXT","nullable":false,"primary_key":false},{"name":"type","type":"TEXT","nullable":false,"primary_key":false},{"name":"size","type":"INTEGER","nullable":true,"primary_key":false},{"name":"dir_size","type":"INTEGER","nullable":true,"primary_key":false},{"name":"dir_recursive_size","type":"INTEGER","nullable":true,"primary_key":false},{"name":"dir_count","type":"INTEGER","nullable":true,"primary_key":false},{"name":"dir_recursive_count","type":"INTEGER","nullable":true,"primary_key":false},{"name":"last_modified_date","type":"INTEGER","nullable":true,"primary_key":false},{"name":"is_wp_core_file","type":"INTEGER","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS fileentries ( id INTEGER PRIMARY KEY AUTOINCREMENT, parent_id INTEGER, name TEXT NOT NULL, type TEXT NOT NULL, size INTEGER, dir_size INTEGER, dir_recursive_size INTEGER, dir_count INTEGER, dir_recursive_count INTEGER, last_modified_date INTEGER, is_wp_core_file INTEGER ) \");"}],"table_count":1}