28 lines
815 B
JSON
28 lines
815 B
JSON
{
|
|
"name": "markdownlint-cli2-formatter-default",
|
|
"version": "0.0.6",
|
|
"description": "An output formatter for markdownlint-cli2 that produces the same output as markdownlint-cli",
|
|
"author": {
|
|
"name": "David Anson",
|
|
"url": "https://dlaa.me/"
|
|
},
|
|
"license": "MIT",
|
|
"main": "markdownlint-cli2-formatter-default.js",
|
|
"homepage": "https://github.com/DavidAnson/markdownlint-cli2",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/DavidAnson/markdownlint-cli2.git"
|
|
},
|
|
"bugs": "https://github.com/DavidAnson/markdownlint-cli2/issues",
|
|
"funding": "https://github.com/sponsors/DavidAnson",
|
|
"files": [
|
|
"markdownlint-cli2-formatter-default.js"
|
|
],
|
|
"peerDependencies": {
|
|
"markdownlint-cli2": ">=0.0.4"
|
|
},
|
|
"keywords": [
|
|
"markdownlint-cli2-formatter"
|
|
]
|
|
}
|