UNPKG

1.35 kBJSONView Raw
1{
2 "name": "remark-stringify",
3 "version": "6.0.1",
4 "description": "Markdown compiler for remark",
5 "license": "MIT",
6 "keywords": [
7 "markdown",
8 "abstract",
9 "syntax",
10 "tree",
11 "ast",
12 "stringify"
13 ],
14 "homepage": "http://remark.js.org",
15 "repository": "https://github.com/remarkjs/remark/tree/master/packages/remark-stringify",
16 "bugs": "https://github.com/remarkjs/remark/issues",
17 "author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
18 "contributors": [
19 "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
20 "Eugene Sharygin <eush77@gmail.com>"
21 ],
22 "files": [
23 "index.js",
24 "lib"
25 ],
26 "dependencies": {
27 "ccount": "^1.0.0",
28 "is-alphanumeric": "^1.0.0",
29 "is-decimal": "^1.0.0",
30 "is-whitespace-character": "^1.0.0",
31 "longest-streak": "^2.0.1",
32 "markdown-escapes": "^1.0.0",
33 "markdown-table": "^1.1.0",
34 "mdast-util-compact": "^1.0.0",
35 "parse-entities": "^1.0.2",
36 "repeat-string": "^1.5.4",
37 "state-toggle": "^1.0.0",
38 "stringify-entities": "^1.0.1",
39 "unherit": "^1.0.4",
40 "xtend": "^4.0.1"
41 },
42 "devDependencies": {
43 "tape": "^4.9.1",
44 "unified": "^7.0.0",
45 "unist-builder": "^1.0.3",
46 "unist-util-visit": "^1.4.0",
47 "wcwidth": "^1.0.1"
48 },
49 "scripts": {
50 "test": "tape test.js"
51 },
52 "xo": false
53}