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
|
{
"name": "markdown-it-anchor",
"version": "5.0.2",
"description": "Header anchors for markdown-it.",
"keywords": [
"markdown",
"markdown-it",
"markdown-it-plugin",
"header",
"anchor"
],
"homepage": "https://github.com/valeriangalliat/markdown-it-anchor",
"license": "Unlicense",
"files": [
"README.md",
"UNLICENSE",
"index.js",
"runkit.js"
],
"repository": {
"type": "git",
"url": "https://github.com/valeriangalliat/markdown-it-anchor.git"
},
"scripts": {
"lint": "standard",
"prepublish": "npm test",
"test": "npm run lint && node test"
},
"runkitExampleFilename": "runkit.js",
"dependencies": {},
"devDependencies": {
"markdown-it": "^8.3.0",
"markdown-it-attrs": "^0.8.0",
"standard": "^11.0.1"
},
"peerDependencies": {
"markdown-it": "^8.4.1"
}
}
|