style-data
Version:
Get the content of style tags.
25 lines (24 loc) • 602 B
JSON
{
"name": "style-data",
"version": "2.0.2",
"description": "Get the content of style tags.",
"main": "index.js",
"files": [
"index.js"
],
"repository": "https://github.com/jonkemp/inline-css/tree/master/packages/style-data",
"keywords": [
"inline",
"css",
"html",
"email"
],
"author": "Jonathan Kemp <kempdogg@gmail.com> (http://jonkemp.com/)",
"license": "MIT",
"homepage": "https://github.com/jonkemp/inline-css/tree/master/packages/style-data",
"dependencies": {
"cheerio": "^1.0.0",
"mediaquery-text": "^1.2.0",
"pick-util": "^1.1.5"
}
}