mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-30 09:24:46 +08:00
68 lines
1.9 KiB
JSON
68 lines
1.9 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"markdown-it-table-of-contents@0.4.4",
|
|
"J:\\Github\\CURD-TS"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "markdown-it-table-of-contents@0.4.4",
|
|
"_id": "markdown-it-table-of-contents@0.4.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-PcfOi4/BflmBx3zDmNF4Ixnzf7w=",
|
|
"_location": "/markdown-it-table-of-contents",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "markdown-it-table-of-contents@0.4.4",
|
|
"name": "markdown-it-table-of-contents",
|
|
"escapedName": "markdown-it-table-of-contents",
|
|
"rawSpec": "0.4.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.4.4"
|
|
},
|
|
"_requiredBy": [
|
|
"/vitepress"
|
|
],
|
|
"_resolved": "http://192.168.250.101:4873/markdown-it-table-of-contents/-/markdown-it-table-of-contents-0.4.4.tgz",
|
|
"_spec": "0.4.4",
|
|
"_where": "J:\\Github\\CURD-TS",
|
|
"author": {
|
|
"name": "Oktavilla",
|
|
"email": "https://github.com/Oktavilla"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Oktavilla/markdown-it-table-of-contents/issues"
|
|
},
|
|
"contributors": "Listed at <https://github.com/Oktavilla/markdown-it-table-of-contents/contributors>",
|
|
"description": "A Markdown-it plugin for adding a table of contents to markdown documents",
|
|
"devDependencies": {
|
|
"markdown-it": "~8.1.0",
|
|
"markdown-it-anchor": "~5.0.1",
|
|
"mocha": "~5.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">6.4.0"
|
|
},
|
|
"homepage": "https://github.com/Oktavilla/markdown-it-table-of-contents",
|
|
"keywords": [
|
|
"markdown",
|
|
"markdown-it",
|
|
"toc",
|
|
"table of contents",
|
|
"markdown-it-plugin"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "markdown-it-table-of-contents",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Oktavilla/markdown-it-table-of-contents.git"
|
|
},
|
|
"scripts": {
|
|
"test": "export NODE_ENV=test; mocha test --recursive"
|
|
},
|
|
"version": "0.4.4"
|
|
}
|