UNPKG

913 BJSONView Raw
1{
2 "name": "rehype-sort-attribute-values",
3 "version": "3.0.2",
4 "description": "rehype plugin to sort attribute values",
5 "license": "MIT",
6 "keywords": [
7 "unified",
8 "rehype",
9 "rehype-plugin",
10 "plugin",
11 "html",
12 "minify",
13 "mangle",
14 "sort",
15 "attribute",
16 "value"
17 ],
18 "repository": "https://github.com/rehypejs/rehype-minify/tree/main/packages/rehype-sort-attribute-values",
19 "bugs": "https://github.com/rehypejs/rehype-minify/issues",
20 "funding": {
21 "type": "opencollective",
22 "url": "https://opencollective.com/unified"
23 },
24 "author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
25 "contributors": [
26 "Titus Wormer <tituswormer@gmail.com>"
27 ],
28 "files": [
29 "index.js",
30 "schema.json"
31 ],
32 "dependencies": {
33 "hast-util-is-element": "^1.0.0",
34 "unist-util-visit": "^2.0.0",
35 "x-is-array": "^0.1.0"
36 },
37 "xo": false
38}