iiRecord
Agentic AI Atlas · Lodash
library:lodasha5c.ai
II.
Library JSON

library:lodash

Structured · live

Lodash json

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

File · domain/libraries/lodash.yamlCluster · domain
Record JSON
{
  "id": "library:lodash",
  "_kind": "Library",
  "_file": "domain/libraries/lodash.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Lodash",
    "belongsToLanguageId": "language:javascript",
    "category": "data-structures",
    "description": "Modern JavaScript utility library delivering modularity, performance, and extras.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:lodash",
      "to": "language:javascript",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:lodash",
      "to": "library:ramda",
      "kind": "alternative_to"
    },
    {
      "from": "library:lodash",
      "to": "skill-area:data-preprocessing",
      "kind": "library_used_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "library:immer",
      "to": "library:lodash",
      "kind": "alternative_to"
    }
  ]
}