2021-03-01 15:06:11 +08:00

82 lines
2.0 KiB
JSON

{
"_args": [
[
"markdown-it-anchor@5.3.0",
"J:\\Github\\CURD-TS"
]
],
"_development": true,
"_from": "markdown-it-anchor@5.3.0",
"_id": "markdown-it-anchor@5.3.0",
"_inBundle": false,
"_integrity": "sha1-1Ums1khWqOzRvqWDZe84Xv+6x0Q=",
"_location": "/markdown-it-anchor",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "markdown-it-anchor@5.3.0",
"name": "markdown-it-anchor",
"escapedName": "markdown-it-anchor",
"rawSpec": "5.3.0",
"saveSpec": null,
"fetchSpec": "5.3.0"
},
"_requiredBy": [
"/vitepress"
],
"_resolved": "http://192.168.250.101:4873/markdown-it-anchor/-/markdown-it-anchor-5.3.0.tgz",
"_spec": "5.3.0",
"_where": "J:\\Github\\CURD-TS",
"bugs": {
"url": "https://github.com/valeriangalliat/markdown-it-anchor/issues"
},
"dependencies": {},
"description": "Header anchors for markdown-it.",
"devDependencies": {
"markdown-it": "^10.0.0",
"markdown-it-attrs": "^3.0.1",
"microbundle": "^0.12.0",
"standard": "^14.3.1"
},
"files": [
"README.md",
"UNLICENSE",
"dist/*",
"runkit.js"
],
"homepage": "https://github.com/valeriangalliat/markdown-it-anchor",
"keywords": [
"markdown",
"markdown-it",
"markdown-it-plugin",
"header",
"anchor"
],
"license": "Unlicense",
"main": "dist/markdownItAnchor.js",
"mangle": {
"regex": "^_"
},
"module": "dist/markdownItAnchor.mjs",
"name": "markdown-it-anchor",
"peerDependencies": {
"markdown-it": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/valeriangalliat/markdown-it-anchor.git"
},
"runkitExampleFilename": "runkit.js",
"scripts": {
"build": "microbundle",
"dev": "microbundle watch",
"lint": "standard index.js",
"prepublish": "npm test",
"test": "npm run lint && node test"
},
"source": "index.js",
"unpkg": "dist/markdownItAnchor.umd.js",
"version": "5.3.0"
}