{
  "type": "module",
  "source": "doc/api/packages-node.md",
  "modules": [
    {
      "textRaw": "`@node-core/doc-kit`",
      "name": "`@node-core/doc-kit`",
      "type": "module",
      "desc": "<p>The Node.js-specific generators for\n<a href=\"https://github.com/nodejs/doc-kit\">doc-kit</a>: outputs consumed by the Node.js\nproject's own build, release, and documentation processes. If you are not\nbuilding Node.js itself (or something shaped exactly like it), you probably\nwant one of the <a href=\"https://doc-kit.nodejs.org\">general-purpose generators</a>\ninstead.</p>",
      "modules": [
        {
          "textRaw": "Install",
          "name": "install",
          "type": "module",
          "desc": "<pre><code class=\"language-sh\">npm install --save-dev @doc-kit/core @node-core/doc-kit\n</code></pre>",
          "displayName": "Install"
        },
        {
          "textRaw": "Generators",
          "name": "generators",
          "type": "module",
          "desc": "<table>\n<thead>\n<tr>\n<th>Target</th>\n<th>Output</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>man-page</code></td>\n<td>The <code>node.1</code> manual page, from the CLI options documented in <code>cli.md</code>.</td>\n</tr>\n<tr>\n<td><code>api-links</code></td>\n<td>A mapping of API symbols to their source locations, powering source links on nodejs.org.</td>\n</tr>\n<tr>\n<td><code>addon-verify</code></td>\n<td>Extracted C++ addon code samples from <code>addons.md</code>, arranged for compilation by the tests.</td>\n</tr>\n</tbody>\n</table>",
          "displayName": "Generators"
        },
        {
          "textRaw": "Usage",
          "name": "usage",
          "type": "module",
          "desc": "<pre><code class=\"language-sh\">npx @doc-kit/cli generate -t man-page -i \"doc/api/cli.md\" -o out\n</code></pre>\n<p>See the <a href=\"https://doc-kit.nodejs.org\">doc-kit documentation</a> for\nconfiguration and the full generator references.</p>",
          "displayName": "Usage"
        }
      ],
      "displayName": "`@node-core/doc-kit`"
    }
  ]
}