{
  "_from": "typedoc-github-wiki-theme@1.1.0",
  "_id": "typedoc-github-wiki-theme@1.1.0",
  "_inBundle": false,
  "_integrity": "sha512-VyFmz8ZV2j/qEsCjD5EtR6FgZsCoy64Zr6SS9kCTcq7zx69Cx4UJBx8Ga/naxqs08TDggE6myIfODY6awwAGcA==",
  "_location": "/typedoc-github-wiki-theme",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "typedoc-github-wiki-theme@1.1.0",
    "name": "typedoc-github-wiki-theme",
    "escapedName": "typedoc-github-wiki-theme",
    "rawSpec": "1.1.0",
    "saveSpec": null,
    "fetchSpec": "1.1.0"
  },
  "_requiredBy": [
    "/@strapi/types"
  ],
  "_resolved": "https://registry.npmjs.org/typedoc-github-wiki-theme/-/typedoc-github-wiki-theme-1.1.0.tgz",
  "_shasum": "d7db13543e3f02ff05b9fe4723031fa34cb74e68",
  "_spec": "typedoc-github-wiki-theme@1.1.0",
  "_where": "/home/perazamc/cms.perazam.com/perazam-cms/node_modules/@strapi/types",
  "author": {
    "name": "Thomas Grey"
  },
  "bugs": {
    "url": "https://github.com/tgreyuk/typedoc-plugin-markdown/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "An extension of the default theme from typedoc-plugin-markdown to create a compatible file structure for Github Wiki pages.",
  "devDependencies": {
    "typedoc-plugin-markdown": "^3.15.0"
  },
  "files": [
    "dist/"
  ],
  "homepage": "https://github.com/tgreyuk/typedoc-plugin-markdown/tree/master/packages/typedoc-github-wiki-theme",
  "keywords": [
    "typedoc",
    "typedoc-theme",
    "githubwiki"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "typedoc-github-wiki-theme",
  "peerDependencies": {
    "typedoc": ">=0.24.0",
    "typedoc-plugin-markdown": ">=3.15.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tgreyuk/typedoc-plugin-markdown.git",
    "directory": "packages/typedoc-github-wiki-theme"
  },
  "scripts": {
    "build": "rm -rf ./dist && tsc",
    "demo": "rm -rf ./demo && yarn run build && typedoc --plugin typedoc-plugin-markdown --plugin typedoc-github-wiki-theme --options ../../stub-project/typedoc-options.json --out ./demo",
    "lint": "eslint ./src --ext .ts",
    "prepublishOnly": "yarn run lint && yarn run build"
  },
  "version": "1.1.0"
}
