postsvg
Version:
A tiny wrapper over posthml with the same API optimized for working with SVG
30 lines (29 loc) • 712 B
JSON
{
"name": "postsvg",
"version": "2.2.7",
"description": "A tiny wrapper over posthml with the same API optimized for working with SVG",
"keywords": [
"posthtml",
"html",
"svg",
"transformations"
],
"license": "MIT",
"author": "JetBrains",
"homepage": "https://github.com/JetBrains/svg-mixer/tree/master/packages/postsvg",
"repository": "https://github.com/JetBrains/svg-mixer",
"files": [
"lib",
"index.js",
"postsvg.d.ts"
],
"typings": "postsvg.d.ts",
"dependencies": {
"clone": "^1.0.4",
"deepmerge": "^2.1.0",
"posthtml": "^0.11.3",
"posthtml-match-helper": "^1.0.1",
"posthtml-parser": "^0.4.1",
"posthtml-render": "^1.1.2"
}
}