{
  "name": "@substrate-system/markdown-toc",
  "description": "Generate a markdown TOC (table of contents) with Remarkable.",
  "version": "1.3.5",
  "homepage": "https://github.com/jonschlinkert/markdown-toc",
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  "scripts": {
    "version": "npm run changelog && git add CHANGELOG.md",
    "changelog": "auto-changelog -p --template keepachangelog --breaking-pattern 'BREAKING CHANGE:'",
    "postversion": "git push --follow-tags && npm publish --access=public",
    "test": "mocha"
  },
  "dependencies": {
    "concat-stream": "^1.5.2",
    "diacritics-map": "^0.1.0",
    "gray-matter": "^4.0.3",
    "lazy-cache": "^2.0.2",
    "list-item": "^1.1.1",
    "markdown-link": "^0.1.1",
    "minimist": "^1.2.8",
    "mixin-deep": "^1.1.3",
    "object.pick": "^1.3.0",
    "remarkable": "^1.7.1",
    "repeat-string": "^1.6.1",
    "strip-color": "^0.1.0"
  },
  "devDependencies": {
    "auto-changelog": "^2.5.0",
    "mocha": "^10.2.0"
  },
  "contributors": [
    "=^._.^= (http://maxogden.com)",
    "Andrés (http://angrykoala.github.io)",
    "Benjamin Schmitz (https://github.com/Vortex375)",
    "Christian Raunitschka (raunitschka.de)",
    "Daniel Chen (http://chendaniely.github.io)",
    "Daniel Mietchen (http://about.me/daniel.mietchen)",
    "David Mohl (https://dvcrn.github.io)",
    "Federico Soave (https://github.com/Feder1co5oave)",
    "Gary Green (https://github.com/garygreen)",
    "Jon Schlinkert (http://twitter.com/jonschlinkert)",
    "Josh Duff (https://tehshrike.github.io)",
    "Matt Ellis (http://sticklebackplastic.com)",
    "Nicolas Morel (https://github.com/Marsup)",
    "nichoth (https://nichoth.com)",
    "Rafael Steil (http://rafaelsteil.com)",
    "Richard Bradley (https://github.com/RichardBradley)",
    "Seth Vincent (https://sethvincent.com)",
    "Stefan Walther (http://qliksite.io)",
    "Tao Wang (https://github.com/twang2218)",
    "(https://github.com/lu22do)",
    "Zeke Sikelianos (http://zeke.sikelianos.com)"
  ],
  "repository": "substrate-system/markdown-toc",
  "bugs": {
    "url": "https://github.com/substrate-system/markdown-toc/issues"
  },
  "license": "MIT",
  "files": [
    "cli.js",
    "index.js",
    "lib"
  ],
  "main": "index.js",
  "bin": {
    "markdown-toc": "cli.js"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "keywords": [
    "anchor",
    "API documentation",
    "code documentation",
    "commonmark",
    "content navigation",
    "content organization",
    "developer tools",
    "docs",
    "document structure",
    "document",
    "documentation tool",
    "documentation",
    "glossary",
    "heading",
    "headings",
    "index",
    "javascript",
    "links",
    "markdown parser",
    "markdown tools",
    "Markdown-based",
    "markdown-toc",
    "markdown",
    "markup language",
    "md files",
    "md parser",
    "md-toc",
    "md",
    "node.js",
    "npm",
    "open-source",
    "outline",
    "package.json",
    "plugin",
    "README tool",
    "readme",
    "reference",
    "remarkable",
    "remarkableplugin",
    "render",
    "renderer",
    "structure",
    "table of contents",
    "table-of-contents",
    "table",
    "toc-generator",
    "toc",
    "write"
  ]
}
