iiRecord
Agentic AI Atlas · Multer
library:multera5c.ai
II.
Library JSON

library:multer

Structured · live

Multer json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/libraries/libraries-node-backend.yamlCluster · domain
Record JSON
{
  "id": "library:multer",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-node-backend.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Multer",
    "belongsToLanguageId": "language:javascript",
    "category": "http-server",
    "description": "Express middleware for handling multipart/form-data, primarily used\nfor file uploads; supports disk and memory storage engines with\nconfigurable file filters and size limits.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:multer",
      "to": "language:javascript",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:multer",
      "to": "skill-area:backend-api-design",
      "kind": "used_for"
    },
    {
      "from": "library:multer",
      "to": "library:express",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "stack-profile:video-streaming-platform",
      "to": "library:multer",
      "kind": "composed_of"
    }
  ]
}