{ "name": "rehype-sort-attributes", "version": "5.0.1", "description": "rehype plugin to reorder attributes based on how often they occur", "license": "MIT", "keywords": [ "attribute", "html", "mangle", "minify", "plugin", "rehype", "rehype-plugin", "sort", "unified" ], "repository": "https://github.com/rehypejs/rehype-minify/tree/main/packages/rehype-sort-attributes", "bugs": "https://github.com/rehypejs/rehype-minify/issues", "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" }, "author": "Titus Wormer (https://wooorm.com)", "contributors": [ "Titus Wormer " ], "sideEffects": false, "type": "module", "exports": "./index.js", "files": [ "index.d.ts", "index.d.ts.map", "index.js", "lib/" ], "dependencies": { "@types/hast": "^3.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/prefer-code-point": "off" } } }