78 lines
2.1 KiB
JSON
78 lines
2.1 KiB
JSON
{
|
|
"_from": "markdown-it-anchor@^5.0.2",
|
|
"_id": "markdown-it-anchor@5.2.7",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-REFmIaSS6szaD1bye80DMbp7ePwsPNvLTR5HunsUcZ0SG0rWJQ+Pz24R4UlTKtjKBPhxo0v0tOBDYjZQQknW8Q==",
|
|
"_location": "/markdown-it-anchor",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "markdown-it-anchor@^5.0.2",
|
|
"name": "markdown-it-anchor",
|
|
"escapedName": "markdown-it-anchor",
|
|
"rawSpec": "^5.0.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^5.0.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/jsdoc"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/markdown-it-anchor/-/markdown-it-anchor-5.2.7.tgz",
|
|
"_shasum": "ec740f6bd03258a582cd0c65b9644b9f9852e5a3",
|
|
"_spec": "markdown-it-anchor@^5.0.2",
|
|
"_where": "/home/juan/bigint-crypto-utils/node_modules/jsdoc",
|
|
"bugs": {
|
|
"url": "https://github.com/valeriangalliat/markdown-it-anchor/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "Header anchors for markdown-it.",
|
|
"devDependencies": {
|
|
"markdown-it": "^10.0.0",
|
|
"markdown-it-attrs": "^3.0.1",
|
|
"microbundle": "*",
|
|
"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.2.7"
|
|
}
|