{ "_from": "markdown-it-anchor@^8.4.1", "_id": "markdown-it-anchor@8.6.7", "_inBundle": false, "_integrity": "sha512-FlCHFwNnutLgVTflOYHPW2pPcl2AACqVzExlkGQNsi4CJgqOHN7YTgDd4LuhgN1BFO3TS0vLAruV1Td6dwWPJA==", "_location": "/markdown-it-anchor", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "markdown-it-anchor@^8.4.1", "name": "markdown-it-anchor", "escapedName": "markdown-it-anchor", "rawSpec": "^8.4.1", "saveSpec": null, "fetchSpec": "^8.4.1" }, "_requiredBy": [ "/jsdoc", "/jsdoc-api/jsdoc" ], "_resolved": "https://registry.npmjs.org/markdown-it-anchor/-/markdown-it-anchor-8.6.7.tgz", "_shasum": "ee6926daf3ad1ed5e4e3968b1740eef1c6399634", "_spec": "markdown-it-anchor@^8.4.1", "_where": "/home/l/plc/node-red/node_modules/jsdoc", "bugs": { "url": "https://github.com/valeriangalliat/markdown-it-anchor/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Val", "url": "https://val.codejam.info/" }, { "name": "Nagao, Fabio Zendhi", "email": "nagaozen@gmail.com", "url": "https://github.com/nagaozen/" } ], "deprecated": false, "description": "Header anchors for markdown-it.", "devDependencies": { "ava": "^5.1.0", "markdown-it": "*", "markdown-it-attrs": "^3.0.1", "microbundle": "^0.15.1", "source-map-support": "^0.5.19", "standard": "^14.3.1" }, "files": [ "README.md", "UNLICENSE", "dist/*", "runkit.js", "types/*" ], "homepage": "https://github.com/valeriangalliat/markdown-it-anchor#readme", "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": { "@types/markdown-it": "*", "markdown-it": "*" }, "repository": { "type": "git", "url": "git+https://github.com/valeriangalliat/markdown-it-anchor.git" }, "runkitExampleFilename": "runkit.js", "scripts": { "build": "microbundle --generateTypes false", "dev": "microbundle watch", "lint": "standard index.js test.js", "prepare": "npm run build && npm test", "test": "npm run lint && ava test.js" }, "source": "index.js", "types": "./types/index.d.ts", "unpkg": "dist/markdownItAnchor.umd.js", "version": "8.6.7" }