UNPKG

798 BJSONView Raw
1{
2 "name": "rehype",
3 "version": "3.0.0",
4 "description": "HTML processor powered by plugins",
5 "license": "MIT",
6 "keywords": [
7 "html",
8 "abstract",
9 "syntax",
10 "tree",
11 "ast",
12 "parse",
13 "stringify",
14 "process"
15 ],
16 "dependencies": {
17 "rehype-parse": "^2.0.0",
18 "rehype-stringify": "^2.0.0",
19 "unified": "^5.0.0"
20 },
21 "homepage": "https://github.com/wooorm/rehype",
22 "repository": "https://github.com/wooorm/rehype/tree/master/packages/rehype",
23 "bugs": "https://github.com/wooorm/rehype/issues",
24 "author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
25 "contributors": [
26 "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
27 ],
28 "engines": {
29 "node": ">=0.11.0"
30 },
31 "files": [
32 "index.js"
33 ],
34 "scripts": {}
35}