[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$f_OZVIr4NkiH45sjH9JdOPnsJOAdPxBCm6-nh3goRkac":3,"$fjw_O_xx6PLQpGCdDEB1QAeeGzdLd3AZMNaqZeF-IPG4":197,"$fBL3Njk26orNrdPPM_rOOyCvVkzXGBF7-HbquLr3LLqw":202},{"slug":4,"name":5,"version":6,"author":7,"author_profile":8,"description":9,"short_description":10,"active_installs":11,"downloaded":12,"rating":13,"num_ratings":14,"last_updated":15,"tested_up_to":16,"requires_at_least":17,"requires_php":18,"tags":19,"homepage":25,"download_link":26,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30,"discovery_status":31,"vulnerabilities":32,"developer":33,"crawl_stats":29,"alternatives":40,"analysis":133,"fingerprints":184},"network-nginx-proxy-cache-purge","Network Nginx Proxy Cache Purge","0.2","Ron Rennick","https:\u002F\u002Fprofiles.wordpress.org\u002Fwpmuguru\u002F","\u003Cp>A flexible and customizable event driven cache purge plugin to work in conjuction with Nginx configured as a front end proxy to a WordPress install. For use with either single WP sites or in a WP network. If you have a single WP site without custom post types or mobile support the \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fextend\u002Fplugins\u002Fnginx-proxy-cache-purge\u002F\" rel=\"ugc\">Nginx Proxy Cache Plugin\u003C\u002Fa> is simpler and will probably meet your needs.\u003C\u002Fp>\n\u003Cp>\u003Cem>Features\u003C\u002Fem>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>purge home, posts, blog page, feeds\u003C\u002Fli>\n\u003Cli>enable comment triggered purge via a filter\u003C\u002Fli>\n\u003Cli>purge taxonomy archives\u003C\u002Fli>\n\u003Cli>processing specific to post type and status\u003C\u002Fli>\n\u003Cli>7 filters for customizing purge behavior (see guide under Installation tab)\u003C\u002Fli>\n\u003Cli>on demand purge post action link\u003C\u002Fli>\n\u003Cli>mobile caching support\u003C\u002Fli>\n\u003Cli>auto detects WPtouch\u002FWPtouch Pro for mobile cache purging\u003C\u002Fli>\n\u003Cli>works in both networks and single sites\u003C\u002Fli>\n\u003Cli>includes \u003Ccode>ranpcp_purge_urls( $array_of_urls )\u003C\u002Fcode> function for custom purging by other plugins\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>This plugin was written by \u003Ca href=\"http:\u002F\u002Fronandandrea.com\u002F\" rel=\"nofollow ugc\">Ron Rennick\u003C\u002Fa> in collaboration with the \u003Ca href=\"http:\u002F\u002Fumw.edu\u002F\" rel=\"nofollow ugc\">University of Mary Washington\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"http:\u002F\u002Fwpebooks.com\u002Ffree-plugins\u002Fnetwork-nginx-proxy-cache-purge\u002F\" rel=\"nofollow ugc\">Plugin Page\u003C\u002Fa>\u003C\u002Fp>\n","Event driven and on demand Nginx front end proxy cache purge utility.",10,3011,100,1,"2013-08-19T23:45:00.000Z","3.3.2","3.2","",[20,21,22,23,24],"custom","multisite","network","nginx","post","http:\u002F\u002Fwpebooks.com\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fnetwork-nginx-proxy-cache-purge.0.2.zip",85,0,null,"2026-04-16T10:56:18.058Z","no_bundle",[],{"slug":34,"display_name":7,"profile_url":8,"plugin_count":35,"total_installs":36,"avg_security_score":27,"avg_patch_time_days":37,"trust_score":38,"computed_at":39},"wpmuguru",13,1350,30,84,"2026-05-20T08:04:58.580Z",[41,60,78,97,114],{"slug":42,"name":43,"version":44,"author":45,"author_profile":46,"description":47,"short_description":48,"active_installs":49,"downloaded":50,"rating":13,"num_ratings":51,"last_updated":52,"tested_up_to":53,"requires_at_least":54,"requires_php":18,"tags":55,"homepage":58,"download_link":59,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"wp-over-network","WP Over Network","0.4.4","yuka2py","https:\u002F\u002Fprofiles.wordpress.org\u002Fyuka2py\u002F","\u003Cp>Add ability to get posts from over your network sites. Supports widget, shortcode, and customizable original function.\u003C\u002Fp>\n\u003Cp>Use the following:\u003C\u002Fp>\n\u003Ch4>In template\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>\u003C?php \n\nget_header();\nthe_post();\n\n?>\n\u003Csection id=\"content-primary\">\n        \u003Cheader id=\"page-header\">\n                \u003Ch1>\u003C?php the_title() ?>\u003C\u002Fh1>\n        \u003C\u002Fheader>\n\u003C?php\n\n\u002F\u002F Getting recent posts the page and post, minus the host blog.\n\u002F\u002F Specify the \"affect_wp_query = true\", for using the wp_pagenavi.\n$posts = wponw::get_posts('exclude_blog_ids=1&post_type=post,page&affect_wp_query=true');\n\nwp_pagenavi();\n\n?>\n\u003C?php if ( ! empty ( $posts ) ) : ?>\n        \u003Csection class=\"post-list\">\n\u003C?php\n        foreach ( $posts as $post ) :\n                wponw::setup_blog_and_postdata( $post );\n?>\n                \u003Csection id=\"post-\u003C?php the_ID() ?>\" \u003C?php post_class() ?>>\n                        \u003Ch2>【\u003C?php echo $post->blog_name ?>】\u003C\u002Fh2>\n                        \u003Ch1>\u003Ca href=\"\u003C?php the_permalink() ?>\">\u003C?php the_title() ?>\u003C\u002Fa>\u003C\u002Fh1>\n                        \u003C?php echo get_the_excerpt() ?>\n                \u003C\u002Fsection>\n\u003C?php\n                wponw::restore_blog_and_postdata();\n        endforeach;\n?>\n        \u003C\u002Fsection>\n\u003C?php else : ?>\n        \u003Cp>Sorry, there is no post.\u003C\u002Fp>\n\u003C?php endif; # End of empty( $posts ) ?>\n\n\u003C\u002Fsection>\n\u003C?php\n\nwp_reset_query();\nget_sidebar();\nget_footer();\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Using as Shortcode\u003C\u002Fh4>\n\u003Cp>\u003Cstrong>Display with default.\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[wponw_recent_post_list]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Arguments, can be used the same as \u003Ccode>wponw::render_post_archive_to_string\u003C\u002Fcode>.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Use your template file, includes 3 post types\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[wponw_recent_post_list numberposts=8 post_type=products,promotions,information template=TemplateFileNameInYourTheme]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>NOTICE: DON’T include the file extension in TemplateFileNameInYourTheme.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>If you want to use your own rendering function.\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[wponw_recent_post_list numberposts=5 post_type=products renderer=YourRenderFunction]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u003Cstrong>To create an archive page with a page.\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>You create the new page, and write the below shortcode in the post content.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[wponw_recent_post_list post_type=post exclude_blog_ids=1 affect_wp_query=true]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch3>Contact\u003C\u002Fh3>\n\u003Cp>@yuka2py on twitter\u003C\u002Fp>\n","Add ability to get posts from over your network sites. Supports widget, shortcode, and customizable original function.",90,6316,2,"2013-07-28T02:40:00.000Z","3.5.2","3.5",[56,21,22,57],"blogs","posts","https:\u002F\u002Fgithub.com\u002Fyuka2py\u002Fwp_over_network","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwp-over-network.0.4.4.zip",{"slug":61,"name":62,"version":63,"author":64,"author_profile":65,"description":66,"short_description":67,"active_installs":68,"downloaded":69,"rating":28,"num_ratings":28,"last_updated":70,"tested_up_to":71,"requires_at_least":54,"requires_php":18,"tags":72,"homepage":76,"download_link":77,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"advanced-custom-fields-sites-field","Advanced Custom Fields: Sites Field","2.0.0","Tigerton","https:\u002F\u002Fprofiles.wordpress.org\u002Ftigerton\u002F","\u003Cp>Adds a sites field type to ACF. Allows for selection of one or multiple sites in a multisite network.\u003Cbr \u002F>\nThis field type gives the user the option to select sites in a network. You might use this to have an ads post type which can be set to be displayed on a single or multiple sites in a network… just as an example!\u003C\u002Fp>\n\u003Ch4>Compatibility\u003C\u002Fh4>\n\u003Cp>This ACF field type is compatible with:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>ACF 5\u003C\u002Fli>\n\u003Cli>ACF 4\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Languages\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>English\u003C\u002Fli>\n\u003Cli>Swedish\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Do you want to translate this plugin to another language? I recommend using POEdit (http:\u002F\u002Fpoedit.net\u002F) or if you prefer to do it straight from the WordPress admin interface (https:\u002F\u002Fwordpress.org\u002Fplugins\u002Floco-translate\u002F). When you’re done, send us the file(s) to jonathan@tigerton.se and we’ll add it to the official plugin!\u003C\u002Fp>\n\u003Ch4>Other\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Uses Select2 for ACF 5.\u003C\u002Fli>\n\u003Cli>Completely WordPress Coding standard compliant.\u003C\u002Fli>\n\u003C\u002Ful>\n","Adds a sites field type to ACF. Allows for selection of one or multiple sites in a multisite network.",40,3641,"2016-10-08T11:10:00.000Z","4.6.30",[73,74,21,22,75],"acf","advanced-custom-fields","sites","https:\u002F\u002Fgithub.com\u002Fjonathan-dejong\u002Facf-sites","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadvanced-custom-fields-sites-field.zip",{"slug":79,"name":80,"version":81,"author":82,"author_profile":83,"description":84,"short_description":85,"active_installs":86,"downloaded":87,"rating":13,"num_ratings":51,"last_updated":88,"tested_up_to":71,"requires_at_least":89,"requires_php":18,"tags":90,"homepage":94,"download_link":95,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":96},"limit-post-revisions-network-option","Limit Post Revisions Network Option","4.6","David Sader","https:\u002F\u002Fprofiles.wordpress.org\u002Fdsader\u002F","\u003Cp>A \u003Ca href=\"https:\u002F\u002Fcodex.wordpress.org\u002FCreate_A_Network\" rel=\"nofollow ugc\">Multisite\u003C\u002Fa> Network plugin to add Network->Settings to limit, or disable, the number of post revisions and set the post autosave interval.\u003C\u002Fp>\n\u003Ch3>Notes\u003C\u002Fh3>\n\u003Cp>I based the default plugin values for the constants AUTOSAVE_INTERVAL and WP_POST_REVISIONS on the discussion here: http:\u002F\u002Fwpmututorials.com\u002Fhow-to\u002Fmanaging-autosavepost-revisions\u002F\u003C\u002Fp>\n","A Multisite Network plugin to add Network Admin->Settings to limit, or disable, the number of post revisions and set the post autosave interval.",20,6863,"2016-08-08T23:27:00.000Z","3.0",[91,21,22,92,93],"autosave","post-revisions","revisions","http:\u002F\u002Fdsader.snowotherway.org\u002Fwordpress-plugins\u002Flimit-post-revisions-network-option\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Flimit-post-revisions-network-option.zip","2026-04-06T09:54:40.288Z",{"slug":98,"name":99,"version":100,"author":101,"author_profile":102,"description":103,"short_description":104,"active_installs":11,"downloaded":105,"rating":106,"num_ratings":107,"last_updated":108,"tested_up_to":109,"requires_at_least":81,"requires_php":18,"tags":110,"homepage":112,"download_link":113,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":96},"multisite-directory","Multisite Directory","0.2.3","Meitar","https:\u002F\u002Fprofiles.wordpress.org\u002Fmeitar\u002F","\u003Cp>Multisite Directory provides a customizable Network-wide site directory for WordPress Multisite installations. You can categorize subsites in your Network, add full-length descriptions and featured images to them, and more. Theme developers can customize the look and feel of the site directory using all the tools they’re already familiar with. Blog authors can use a highly-configurable shortcode (\u003Ccode>[site-directory]\u003C\u002Fcode>) to display the directory anywhere shortcodes are supported.\u003C\u002Fp>\n\u003Cp>Each time a new site or blog is added to your Network, a corresponding entry in the site directory is added, too. The directory is managed from the Network’s main site, but most changes to the subsites (other blogs) automatically update the directory. Many parts of a given site’s appearance in the directory can be modified without affecting the site itself. This means a Super Admin can use a custom site logo, tagline, and so on in the directory itself, without changing the site’s \u003Cem>actual\u003C\u002Fem> logo, tagline, and so on. Additional options in the \u003Cem>Network Settings &rarr; Network Directory\u003C\u002Fem> section allows Super Admins to tweak the bells and whisltes, such as keeping Directory Entry titles in sync with Site Name changes.\u003C\u002Fp>\n\u003Cp>Site directory entries are implemented as a hierarchical custom post type in the main site. These pages can be categorized with a custom \u003Ccode>subsite_category\u003C\u002Fcode> taxonomy. We’ve found that this combination allows maximum flexibility while providing the tightest integration with existing WordPress core features. As a result, no new tables are added to your install, and no side effects are introduced. It Just Works.(TM)\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Quickstart guide\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>After \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fmultisite-directory\u002Finstallation\u002F\" rel=\"ugc\">installing\u003C\u002Fa> the plugin, you’ll want to:\u003C\u002Fp>\n\u003Col>\n\u003Cli>As a Super Admin, go to My Sites &rarr; Network Admin &rarr; Sites. Notice the new “Categories” link on the sidebar.\u003C\u002Fli>\n\u003Cli>Create some categories! If the category relates to a location (maybe it’s a site for a regional chapter of your organization?), be sure to click the map to geotag it.\u003C\u002Fli>\n\u003Cli>Click on “Directory,” immediately above “Categories.” These pages are the individual directory entries, \u003Cem>not\u003C\u002Fem> the blogs. Categorize these pages as you would regular WordPress Pages to organize your Site Directory.\u003C\u002Fli>\n\u003Cli>Go to any site’s Appearance &rarr; Widgets screen, and add a “Network Directory Widget” to a widget area.\u003C\u002Fli>\n\u003Cli>If you’ve geotagged some of your Site Categories, choose “Display as map” from the widget options. (Otherwise, leave it on “Display as list.”)\u003C\u002Fli>\n\u003Cli>Click \u003Cem>Save\u003C\u002Fem>, view your blog, and enjoy your new Site Directory!\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>Check out the \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fmultisite-directory\u002Fscreenshots\u002F\" rel=\"ugc\">Screenshots\u003C\u002Fa> for a few examples.\u003Cbr \u002F>\nThis plugin provides a number of functions to Theme authors so that they can make use of the Multisite Network Directory features in their themes. This section documents those functions. For implementation details, see this plugin’s \u003Ccode>includes\u002Ffunctions.php\u003C\u002Fcode> file.\u003C\u002Fp>\n\u003Ch4>get_site_directory_terms\u003C\u002Fh4>\n\u003Cp>Gets all categories in the site directory.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>@return array|false|WP_Error\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Get site terms\u003C\u002Fh4>\n\u003Cp>Gets the categories assigned to a given blog in the network directory.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>@param int $blog_id\u003C\u002Fli>\n\u003Cli>@return array|false|WP_Error\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>the_site_directory_logo\u003C\u002Fh4>\n\u003Cp>Prints the site’s custom logo or the site directory entry’s featured image, if it has one.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>@param int $blog_id Optional. The ID of the site whose logo to get. Default is the current directory entry’s site’s logo.\u003C\u002Fli>\n\u003Cli>@param string|int[] $size\u003C\u002Fli>\n\u003Cli>@param string|string[] $attr\u003C\u002Fli>\n\u003Cli>@return void\u003C\u002Fli>\n\u003C\u002Ful>\n","Add a browseable, flexible directory of the sites in a WP Multisite network. Each subsite gets its own page.",5053,66,4,"2017-06-16T18:32:00.000Z","4.8.28",[21,22,57,111],"taxonomy","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fmultisite-directory\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fmultisite-directory.0.2.3.zip",{"slug":115,"name":116,"version":117,"author":118,"author_profile":119,"description":120,"short_description":121,"active_installs":11,"downloaded":122,"rating":13,"num_ratings":51,"last_updated":123,"tested_up_to":124,"requires_at_least":125,"requires_php":126,"tags":127,"homepage":130,"download_link":131,"security_score":132,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"multisite-post-cloner","Multisite Post Cloner","1.0.1","Aram","https:\u002F\u002Fprofiles.wordpress.org\u002Famurxn\u002F","\u003Cp>Multisite Post Cloner is a simple yet powerful plugin that enables network administrators to clone posts and pages from one site to another within a WordPress multisite network. The plugin provides an easy-to-use interface for selecting which post types can be cloned, making it an essential tool for managing content across multiple sites.\u003C\u002Fp>\n\u003Ch3>Features:\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Clone posts and pages to any site in your multisite network.\u003C\u002Fli>\n\u003Cli>Select which post types should have the cloning functionality.\u003C\u002Fli>\n\u003Cli>Keeps the original post intact on the source site.\u003C\u002Fli>\n\u003Cli>Simple settings page for easy configuration.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>This plugin is perfect for multisite networks where content needs to be shared or duplicated across different sites without manually copying and pasting.\u003C\u002Fp>\n\u003Ch3>Support\u003C\u002Fh3>\n\u003Cp>For support, please contact me directly at amurin3d@gmail.com.\u003C\u002Fp>\n\u003Ch3>License\u003C\u002Fh3>\n\u003Cp>This plugin is licensed under the GPLv2 or later. You can use, modify, and distribute it under the same license.\u003C\u002Fp>\n","Multisite Post Cloner allows you to clone posts and pages across sites in your WordPress multisite network.",1534,"2024-11-22T09:30:00.000Z","6.7.5","5.0","7.2",[128,21,22,129,57],"clone","pages","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fmultisite-post-cloner\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fmultisite-post-cloner.1.0.1.zip",92,{"attackSurface":134,"codeSignals":167,"taintFlows":177,"riskAssessment":178,"analyzedAt":183},{"hooks":135,"ajaxHandlers":163,"restRoutes":164,"shortcodes":165,"cronEvents":166,"entryPointCount":28,"unprotectedCount":28},[136,141,145,149,153,156,159],{"type":137,"name":138,"callback":138,"file":139,"line":140},"action","init","nginx-proxy-cache-purge.php",45,{"type":137,"name":142,"callback":143,"priority":11,"file":139,"line":144},"edit_post","purge_post",53,{"type":137,"name":146,"callback":147,"file":139,"line":148},"admin_init","purge_single_post",54,{"type":150,"name":151,"callback":151,"priority":11,"file":139,"line":152},"filter","post_row_actions",55,{"type":150,"name":154,"callback":151,"priority":11,"file":139,"line":155},"page_row_actions",56,{"type":137,"name":157,"callback":157,"file":139,"line":158},"wp_footer",70,{"type":137,"name":160,"callback":161,"file":139,"line":162},"wp_update_comment_count","unhook_purge",74,[],[],[],[],{"dangerousFunctions":168,"sqlUsage":169,"outputEscaping":171,"fileOperations":28,"externalRequests":14,"nonceChecks":14,"capabilityChecks":51,"bundledLibraries":176},[],{"prepared":28,"raw":28,"locations":170},[],{"escaped":14,"rawEcho":14,"locations":172},[173],{"file":139,"line":174,"context":175},244,"raw output",[],[],{"summary":179,"deductions":180},"The \"network-nginx-proxy-cache-purge\" plugin v0.2 demonstrates a generally good security posture based on the provided static analysis.  The absence of any AJAX handlers, REST API routes, shortcodes, or cron events significantly limits its attack surface.  The code analysis further reveals a lack of dangerous functions, secure handling of SQL queries via prepared statements, and no file operations, all contributing positively to its security. The plugin also correctly implements capability checks and nonce checks where applicable, indicating a developer awareness of common WordPress security best practices.\n\nHowever, a potential area for concern lies in the output escaping. With only 50% of its outputs properly escaped, there's a moderate risk of Cross-Site Scripting (XSS) vulnerabilities. While the taint analysis shows no flows with unsanitized paths or critical\u002Fhigh severity issues, this doesn't negate the potential for XSS if the unescaped outputs are triggered by user-supplied data. The single external HTTP request, while not inherently a vulnerability, is a common vector for various attacks if not handled with extreme care and validation. The plugin's vulnerability history is clean, with no recorded CVEs, which is a strong positive. This indicates either a well-written and secure plugin or a lack of prior deep security scrutiny. \n\nIn conclusion, \"network-nginx-proxy-cache-purge\" v0.2 appears to be a reasonably secure plugin with a minimal attack surface and good adherence to core WordPress security principles. The primary weakness identified is the incomplete output escaping, which warrants attention. The absence of past vulnerabilities is encouraging, but the potential for XSS through unescaped output should not be overlooked, especially as the plugin evolves.",[181],{"reason":182,"points":107},"50% of outputs unescaped","2026-04-16T12:57:44.464Z",{"wat":185,"direct":190},{"assetPaths":186,"generatorPatterns":187,"scriptPaths":188,"versionParams":189},[],[],[],[],{"cssClasses":191,"htmlComments":192,"htmlAttributes":193,"restEndpoints":194,"jsGlobals":195,"shortcodeOutput":196},[],[],[],[],[],[],{"error":198,"url":199,"statusCode":200,"statusMessage":201,"message":201},true,"http:\u002F\u002Flocalhost\u002Fapi\u002Fplugins\u002Fnetwork-nginx-proxy-cache-purge\u002Fbundle",404,"no bundle for this plugin yet",{"slug":4,"current_version":6,"total_versions":14,"versions":203},[204],{"version":6,"download_url":26,"svn_tag_url":205,"released_at":29,"has_diff":206,"diff_files_changed":207,"diff_lines":29,"trac_diff_url":29,"vulnerabilities":208,"is_current":198},"https:\u002F\u002Fplugins.svn.wordpress.org\u002Fnetwork-nginx-proxy-cache-purge\u002Ftags\u002F0.2\u002F",false,[],[]]