UNPKG

css-inline-stream

Version:

Inline CSS classes into styles from HTML streams

30 lines (29 loc) 695 B
{ "name": "css-inline-stream", "version": "1.0.319", "description": "Inline CSS classes into styles from HTML streams", "main": "css-inliner.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://git.sr.ht/~lou-netadmin/css-inline-stream" }, "keywords": [ "css", "inline", "stream", "htmlparser2", "css-select", "domhandler" ], "author": "netadmin@lou.network", "license": "ISC", "homepage": "https://git.sr.ht/~lou-netadmin/css-inline-stream#readme", "dependencies": { "css-select": "^5.1.0", "dom-serializer": "^2.0.0", "htmlparser2": "^9.1.0" } }