{
  "_args": [
    [
      "markdown-it-anchor@5.2.5",
      "/home/dianasoft/public_html"
    ]
  ],
  "_development": true,
  "_from": "markdown-it-anchor@5.2.5",
  "_id": "markdown-it-anchor@5.2.5",
  "_inBundle": false,
  "_integrity": "sha512-xLIjLQmtym3QpoY9llBgApknl7pxAcN3WDRc2d3rwpl+/YvDZHPmKscGs+L6E05xf2KrCXPBvosWt7MZukwSpQ==",
  "_location": "/markdown-it-anchor",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "markdown-it-anchor@5.2.5",
    "name": "markdown-it-anchor",
    "escapedName": "markdown-it-anchor",
    "rawSpec": "5.2.5",
    "saveSpec": null,
    "fetchSpec": "5.2.5"
  },
  "_requiredBy": [
    "/vuepress"
  ],
  "_resolved": "https://registry.npmjs.org/markdown-it-anchor/-/markdown-it-anchor-5.2.5.tgz",
  "_spec": "5.2.5",
  "_where": "/home/dianasoft/public_html",
  "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": "*",
    "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.5"
}
