This commit is contained in:
35
node_modules/rehype-parse/package.json
generated
vendored
Normal file
35
node_modules/rehype-parse/package.json
generated
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"name": "rehype-parse",
|
||||
"version": "6.0.2",
|
||||
"description": "HTML parser for rehype",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"html",
|
||||
"abstract",
|
||||
"syntax",
|
||||
"tree",
|
||||
"ast",
|
||||
"parse"
|
||||
],
|
||||
"homepage": "https://github.com/rehypejs/rehype",
|
||||
"repository": "https://github.com/rehypejs/rehype/tree/master/packages/rehype-parse",
|
||||
"bugs": "https://github.com/rehypejs/rehype/issues",
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/unified"
|
||||
},
|
||||
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
|
||||
"contributors": [
|
||||
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
|
||||
],
|
||||
"files": [
|
||||
"index.js",
|
||||
"errors.json"
|
||||
],
|
||||
"dependencies": {
|
||||
"hast-util-from-parse5": "^5.0.0",
|
||||
"parse5": "^5.0.0",
|
||||
"xtend": "^4.0.0"
|
||||
},
|
||||
"xo": false
|
||||
}
|
||||
Reference in New Issue
Block a user