mirror of
https://github.com/praktimarc/kst4contest.git
synced 2026-07-14 00:26:52 +02:00
Generate manual overviews from github_docs
This commit is contained in:
+54
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"name": "markdown-it-anchor",
|
||||
"version": "9.2.0",
|
||||
"description": "Header anchors for markdown-it.",
|
||||
"keywords": [
|
||||
"markdown",
|
||||
"markdown-it",
|
||||
"markdown-it-plugin",
|
||||
"header",
|
||||
"anchor"
|
||||
],
|
||||
"license": "Unlicense",
|
||||
"contributors": [
|
||||
"Val (https://val.codejam.info/)",
|
||||
"Nagao, Fabio Zendhi <nagaozen@gmail.com> (https://github.com/nagaozen/)"
|
||||
],
|
||||
"files": [
|
||||
"README.md",
|
||||
"UNLICENSE",
|
||||
"dist/*",
|
||||
"runkit.js",
|
||||
"types/*"
|
||||
],
|
||||
"main": "dist/markdownItAnchor.js",
|
||||
"module": "dist/markdownItAnchor.mjs",
|
||||
"types": "./types/index.d.ts",
|
||||
"repository": "valeriangalliat/markdown-it-anchor",
|
||||
"scripts": {
|
||||
"build": "microbundle --generateTypes false",
|
||||
"dev": "microbundle --generateTypes false watch",
|
||||
"lint": "standard index.js test.js",
|
||||
"prepare": "npm run build && npm test",
|
||||
"test": "npm run lint && ava test.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@sindresorhus/slugify": "^2.2.1",
|
||||
"ava": "^5.1.0",
|
||||
"markdown-it": "*",
|
||||
"markdown-it-attrs": "^4.1.6",
|
||||
"microbundle": "^0.15.1",
|
||||
"source-map-support": "^0.5.19",
|
||||
"standard": "^17.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@types/markdown-it": "*",
|
||||
"markdown-it": "*"
|
||||
},
|
||||
"source": "index.js",
|
||||
"unpkg": "dist/markdownItAnchor.umd.js",
|
||||
"mangle": {
|
||||
"regex": "^_"
|
||||
},
|
||||
"runkitExampleFilename": "runkit.js"
|
||||
}
|
||||
Reference in New Issue
Block a user