-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.45 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@enkidevs/remark-stringify",
"version": "8.0.0",
"description": "remark plugin to compile Markdown",
"license": "MIT",
"keywords": [
"unified",
"remark",
"remark-plugin",
"plugin",
"markdown",
"mdast",
"markdown",
"abstract",
"syntax",
"tree",
"ast",
"stringify",
"serialize",
"compile"
],
"homepage": "https://remark.js.org",
"repository": "https://github.com/enkidevs/remark-stringify",
"bugs": "https://github.com/enkidevs/remark-stringify/issues",
"author": "Titus Wormer <[email protected]> (https://wooorm.com)",
"contributors": [
"Titus Wormer <[email protected]> (https://wooorm.com)",
"Eugene Sharygin <[email protected]>",
"Catalin Buruiana <[email protected]> (https://loopiezlol.github.io)",
"Nemanja Stojanovik <[email protected]>"
],
"files": [
"index.js",
"lib",
"types/index.d.ts"
],
"types": "types/index.d.ts",
"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"
},
"scripts": {
"test": "tape test.js"
},
"xo": false
}