/home/desid573/verdenaturopathy.com.au/site3/wp-content/plugins/pagelayer/lib/pquery
NameSizeModeActions
composer.json7000644editdlrm
ganon.php27150644editdlrm
gan_formatter.php134990644editdlrm
gan_node_html.php757530644editdlrm
gan_parser_html.php251000644editdlrm
gan_selector_html.php244440644editdlrm
gan_tokenizer.php161820644editdlrm
gan_xml2array.php25330644editdlrm
IQuery.php54000644editdlrm
LICENSE265290644editdlrm
pQuery.php72670644editdlrm
README.md20220644editdlrm
Edit: /home/desid573/verdenaturopathy.com.au/site3/wp-content/plugins/pagelayer/lib/pquery/composer.json (700B)
{ "name": "tburry/pquery", "type": "library", "description": "A jQuery like html dom parser written in php.", "keywords": ["php", "dom", "ganon"], "license": "LGPL-2.1", "authors": [ { "name": "Todd Burry", "email": "todd@vanillaforums.com", "role": "Developer" } ], "autoload": { "classmap": [ "IQuery.php", "gan_formatter.php", "gan_node_html.php", "gan_parser_html.php", "gan_selector_html.php", "gan_tokenizer.php", "gan_xml2array.php", "pQuery.php" ] }, "require": { "php": ">=5.3.0" }, "require-dev": { "htmlawed/htmlawed": "dev-master" } }