UNPKG

762 BJSONView Raw
1{
2 "name": "rehype-parse",
3 "version": "3.1.0",
4 "description": "HTML parser for rehype",
5 "license": "MIT",
6 "keywords": [
7 "html",
8 "abstract",
9 "syntax",
10 "tree",
11 "ast",
12 "parse"
13 ],
14 "homepage": "https://github.com/wooorm/rehype",
15 "repository": "https://github.com/wooorm/rehype/tree/master/packages/rehype-parse",
16 "bugs": "https://github.com/wooorm/rehype/issues",
17 "author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
18 "contributors": [
19 "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
20 ],
21 "engines": {
22 "node": ">=0.11.0"
23 },
24 "files": [
25 "index.js"
26 ],
27 "dependencies": {
28 "hast-util-from-parse5": "^1.0.0",
29 "parse5": "^2.1.5",
30 "xtend": "^4.0.1"
31 },
32 "xo": false
33}