blob: 9026e67174ed7a9607d94d9589f431e35229f0c0 [file]
{
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
"bugs": "https://github.com/remarkjs/remark/issues",
"contributors": [
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
"Eugene Sharygin <eush77@gmail.com>"
],
"dependencies": {
"ccount": "^1.0.0",
"is-alphanumeric": "^1.0.0",
"is-decimal": "^1.0.0",
"is-whitespace-character": "^1.0.0",
"longest-streak": "^2.0.1",
"markdown-escapes": "^1.0.0",
"markdown-table": "^2.0.0",
"mdast-util-compact": "^2.0.0",
"parse-entities": "^2.0.0",
"repeat-string": "^1.5.4",
"state-toggle": "^1.0.0",
"stringify-entities": "^3.0.0",
"unherit": "^1.0.4",
"xtend": "^4.0.1"
},
"description": "remark plugin to compile Markdown",
"files": [
"index.js",
"lib",
"types/index.d.ts"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
},
"homepage": "https://remark.js.org",
"keywords": [
"unified",
"remark",
"remark-plugin",
"plugin",
"markdown",
"mdast",
"markdown",
"abstract",
"syntax",
"tree",
"ast",
"stringify",
"serialize",
"compile"
],
"license": "MIT",
"name": "remark-stringify",
"repository": "https://github.com/remarkjs/remark/tree/master/packages/remark-stringify",
"scripts": {
"test": "tape test.js"
},
"types": "types/index.d.ts",
"version": "8.0.0",
"xo": false
}