UNPKG

rehype-minify-enumerated-attribute

Version:

rehype plugin to minify enumerated attributes

60 lines (59 loc) 1.42 kB
{ "name": "rehype-minify-enumerated-attribute", "version": "5.0.2", "description": "rehype plugin to minify enumerated attributes", "license": "MIT", "keywords": [ "attribute", "enum", "enumerated", "html", "mangle", "minify", "plugin", "rehype", "rehype-plugin", "unified" ], "repository": "https://github.com/rehypejs/rehype-minify/tree/main/packages/rehype-minify-enumerated-attribute", "bugs": "https://github.com/rehypejs/rehype-minify/issues", "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" }, "author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)", "contributors": [ "Titus Wormer <tituswormer@gmail.com>" ], "sideEffects": false, "type": "module", "exports": "./index.js", "files": [ "index.d.ts", "index.d.ts.map", "index.js", "lib/" ], "dependencies": { "@types/hast": "^3.0.0", "html-enumerated-attributes": "^1.0.0", "hast-util-select": "^6.0.0", "property-information": "^7.0.0", "space-separated-tokens": "^2.0.0", "unist-util-visit": "^5.0.0" }, "scripts": {}, "typeCoverage": { "atLeast": 100, "detail": true, "ignoreCatch": true, "strict": true }, "xo": { "prettier": true, "rules": { "capitalized-comments": "off", "unicorn/text-encoding-identifier-case": "off" } } }