CoolFace
Apppublic

AK-21/Graphite-Industrial-Intelligence

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
package.json46 linesDownload Raw Back to html-url-attributes
1{2  "name": "html-url-attributes",3  "version": "3.0.1",4  "description": "Map of URL attributes in HTML",5  "license": "MIT",6  "keywords": [7    "attribute",8    "attribute",9    "html",10    "property",11    "url"12  ],13  "repository": "https://github.com/rehypejs/rehype-minify/tree/main/packages/html-url-attributes",14  "bugs": "https://github.com/rehypejs/rehype-minify/issues",15  "funding": {16    "type": "opencollective",17    "url": "https://opencollective.com/unified"18  },19  "author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",20  "contributors": [21    "Titus Wormer <tituswormer@gmail.com>"22  ],23  "sideEffects": false,24  "type": "module",25  "exports": "./index.js",26  "files": [27    "index.d.ts",28    "index.d.ts.map",29    "index.js",30    "lib/"31  ],32  "scripts": {},33  "typeCoverage": {34    "atLeast": 100,35    "detail": true,36    "ignoreCatch": true,37    "strict": true38  },39  "xo": {40    "prettier": true,41    "rules": {42      "capitalized-comments": "off"43    }44  }45}46