-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.16 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
{
"name": "hast-util-noddity",
"version": "1.0.1",
"description": "Hast extension to parse noddity flavored text within HTML.",
"type": "module",
"main": "src/index.js",
"scripts": {
"test": "uvu src '.test.js$'",
"lint": "eslint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saibotsivad/hast-util-noddity.git"
},
"keywords": [
"unist",
"micromatch",
"micromark-extension",
"mdast",
"mdast-util",
"util",
"utility",
"markdown",
"markup",
"hast",
"html",
"noddity",
"parse",
"syntax",
"tree",
"ast"
],
"author": {
"name": "Tobias Davis",
"email": "[email protected]",
"url": "https://davistobias.com"
},
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/saibotsivad/hast-util-noddity/issues"
},
"homepage": "https://github.com/saibotsivad/hast-util-noddity",
"devDependencies": {
"@saibotsivad/eslint-config-saibotsivad": "*",
"hast-util-from-html": "^1.0.0",
"hastscript": "^7.1.0",
"mdast-util-from-markdown": "^1.2.0",
"mdast-util-to-hast": "^12.2.4",
"uvu": "^0.5.6"
}
}