{
  "$schema": "https://handbuch.cloud/schema.json",
  "name": "express",
  "registry": "npm",
  "updatedAt": "2026-06-07T11:46:49.000Z",
  "checkedAt": "2026-06-07T11:46:49.000Z",
  "readme": "https://raw.githubusercontent.com/expressjs/express/master/Readme.md",
  "docs": [
    {
      "url": "https://expressjs.com/",
      "title": "Express.js Official Documentation",
      "description": "Fast, unopinionated, minimalist web framework for Node.js. Official site covers guides, API reference, middleware, and resources for v4 and v5.",
      "kind": "official",
      "tags": [
        "guide",
        "api",
        "reference"
      ]
    },
    {
      "url": "https://expressjs.com/en/guide/routing.html",
      "title": "Express Routing Guide",
      "description": "Comprehensive guide to route paths, parameters, handlers, and response methods.",
      "kind": "official",
      "tags": [
        "guide",
        "beginner"
      ]
    },
    {
      "url": "https://expressjs.com/en/guide/using-middleware.html",
      "title": "Express Middleware Guide",
      "description": "How to use application-level, router-level, error-handling, built-in, and third-party middleware.",
      "kind": "official",
      "tags": [
        "guide"
      ]
    },
    {
      "url": "https://expressjs.com/en/5x/api.html",
      "title": "Express v5 API Reference",
      "description": "Complete API documentation for Express v5, including application, request, response, and router objects.",
      "kind": "official",
      "tags": [
        "api",
        "reference",
        "advanced"
      ]
    },
    {
      "url": "https://expressjs.com/en/4x/api.html",
      "title": "Express v4 API Reference",
      "description": "Complete API documentation for Express v4, the long-term stable version widely used in production.",
      "kind": "official",
      "tags": [
        "api",
        "reference"
      ]
    }
  ],
  "tags": [
    "framework",
    "http-server"
  ]
}
