{ "name": "mensbeam/html-sanitizer", "description": "An implementation of the HTML Sanitizer API", "keywords": ["whatwg", "html", "html5", "sanitizer", "dom"], "type": "library", "require": { "php": ">=7.1", "ext-dom": "*" }, "suggest": { }, "license": "MIT", "authors": [ { "name": "J. King", "email": "jking@jkingweb.ca", "homepage": "https://jkingweb.ca/" } ], "autoload": { "psr-4": { "MensBeam\\HTML\\": [ "lib/" ] } }, "autoload-dev": { "psr-4": { "MensBeam\\HTML\\Test\\": "tests/lib/", "MensBeam\\HTML\\TestCase\\": "tests/cases/" } }, "require-dev": { "bamarni/composer-bin-plugin": "^1.3", "mensbeam/html-parser": "^1.3" }, "config": { "allow-plugins": { "bamarni/composer-bin-plugin": true } }, "extra": { "bamarni-bin": { "bin-links": false, "forward-command": true } } }