iiRecord
Agentic AI Atlas · protobuf.js
library:protobuf-jsa5c.ai
II.
Library JSON

library:protobuf-js

Structured · live

protobuf.js json

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

File · domain/libraries/protobuf-js.yamlCluster · domain
Record JSON
{
  "id": "library:protobuf-js",
  "_kind": "Library",
  "_file": "domain/libraries/protobuf-js.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "protobuf.js",
    "belongsToLanguageId": "language:javascript",
    "category": "serialization",
    "description": "Pure-JavaScript Protocol Buffers implementation with TypeScript support.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:protobuf-js",
      "to": "language:javascript",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:protobuf-js",
      "to": "skill-area:backend-api-design",
      "kind": "library_used_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "library:grpc-js",
      "to": "library:protobuf-js",
      "kind": "alternative_to"
    }
  ]
}