markdown-stream-utils
Version:
Utility functions for processing markdown files using object mode streams.
37 lines (36 loc) • 923 B
JSON
{
"name": "markdown-stream-utils",
"version": "1.6.0",
"description": "Utility functions for processing markdown files using object mode streams.",
"main": "index.js",
"scripts": {
"test": "mocha -R spec ./test/*.test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mixu/markdown-stream-utils"
},
"keywords": [
"markdown",
"stream"
],
"author": "Mikito Takada <mixu@mixu.net> (http://mixu.net/)",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/mixu/markdown-stream-utils/issues"
},
"homepage": "https://github.com/mixu/markdown-stream-utils",
"dependencies": {
"highlight.js": "^10.6.0",
"js-yaml": "^4.0.0",
"marked": "^2.0.0",
"through2": "^4.0.2",
"xtend": "^4.0.0"
},
"devDependencies": {
"file-fixture": "0.0.2",
"mds-csv": "0.0.0",
"pipe-iterators": "~1.3.0",
"wildglob": "~0.1.0"
}
}