-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 899 Bytes
/
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
{
"name": "rehype-headings-normalize",
"version": "0.0.2",
"type": "module",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"index.js",
"README.md",
"LICENSE"
],
"keywords": [],
"license": "MIT",
"author": {
"name": "hashbite",
"email": "[email protected]",
"url": "https://hashbite.net/"
},
"contributors": [
{
"name": "Benedikt Rötsch",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/hashbite/rehype-headings-normalize"
},
"dependencies": {
"hast-util-heading-rank": "^3.0.0",
"unist-util-visit": "^5.0.0"
},
"peerDependencies": {
"rehype-stringify": "^10.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"unified": "^11.0.4"
}
}