iiRecord
Agentic AI Atlas · Winston
library:winstona5c.ai
II.
Library JSON

library:winston

Structured · live

Winston 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:winston",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-node-backend.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Winston",
    "belongsToLanguageId": "language:javascript",
    "category": "logging",
    "description": "Universal logging library for Node.js supporting multiple transports\n(console, file, HTTP, stream), log levels, custom formats, and\nruntime-configurable log routing.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:winston",
      "to": "language:javascript",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:winston",
      "to": "skill-area:observability-instrumentation",
      "kind": "used_for"
    },
    {
      "from": "library:winston",
      "to": "library:pino",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Node.js loggers — Winston is transport-rich; Pino is low-overhead JSON"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "library:morgan",
      "to": "library:winston",
      "kind": "alternative_to"
    },
    {
      "from": "library:pino",
      "to": "library:winston",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Node.js loggers — Pino is low-overhead JSON; Winston is transport-rich"
      }
    },
    {
      "from": "stack-profile:healthcare-hipaa-compliant",
      "to": "library:winston",
      "kind": "composed_of"
    },
    {
      "from": "stack-profile:notification-service",
      "to": "library:winston",
      "kind": "composed_of"
    },
    {
      "from": "tool-server:mcp-winston",
      "to": "library:winston",
      "kind": "integrates_with",
      "attributes": {}
    }
  ]
}