iiRecord
Agentic AI Atlas · dotenv
library:dotenva5c.ai
II.
Library JSON

library:dotenv

Structured · live

dotenv 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:dotenv",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-node-backend.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "dotenv",
    "belongsToLanguageId": "language:javascript",
    "category": "other",
    "description": "Zero-dependency module that loads environment variables from a .env\nfile into process.env, decoupling configuration from code following\nthe Twelve-Factor App methodology.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:dotenv",
      "to": "language:javascript",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:dotenv",
      "to": "skill-area:backend-api-design",
      "kind": "used_for"
    },
    {
      "from": "library:dotenv",
      "to": "library:python-dotenv",
      "kind": "alternative_to"
    },
    {
      "from": "library:dotenv",
      "to": "library:viper",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "library:cross-env",
      "to": "library:dotenv",
      "kind": "alternative_to"
    }
  ]
}