iiRecord
Agentic AI Atlas · Faker.js
library:fakera5c.ai
II.
Library JSON

library:faker

Structured · live

Faker.js json

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

File · domain/libraries/libraries-node-testing-utils.yamlCluster · domain
Record JSON
{
  "id": "library:faker",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-node-testing-utils.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Faker.js",
    "belongsToLanguageId": "language:javascript",
    "category": "testing",
    "description": "Generate massive amounts of fake, but realistic, data for testing and development — names, addresses, commerce, internet, and more.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:faker",
      "to": "language:javascript",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:faker",
      "to": "skill-area:component-testing",
      "kind": "used_for"
    },
    {
      "from": "library:faker",
      "to": "library:faker-python",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "stack-profile:e2e-testing-platform",
      "to": "library:faker",
      "kind": "composed_of"
    }
  ]
}