UNPKG

814 BJSONView Raw
1{
2 "name": "mdast-squeeze-paragraphs",
3 "version": "1.0.0",
4 "description": "Remove empty paragraphs left from other mdast transformations",
5 "author": "Eugene Sharygin <eush77@gmail.com>",
6 "license": "MIT",
7 "scripts": {
8 "test": "tape test/*.js"
9 },
10 "files": [
11 "index.js"
12 ],
13 "homepage": "https://github.com/eush77/mdast-squeeze-paragraphs",
14 "repository": "eush77/mdast-squeeze-paragraphs",
15 "bugs": {
16 "url": "https://github.com/eush77/mdast-squeeze-paragraphs/issues"
17 },
18 "keywords": [
19 "mdast",
20 "plugin",
21 "markdown",
22 "squeeze",
23 "remove",
24 "empty",
25 "paragraph",
26 "whitespace",
27 "ast",
28 "transform",
29 "transformation",
30 "util",
31 "clean"
32 ],
33 "dependencies": {},
34 "devDependencies": {
35 "mdast": "^0.26.2",
36 "tape": "^4.0.0"
37 }
38}