iiRecord
Agentic AI Atlas · glob
library:globa5c.ai
II.
Library JSON

library:glob

Structured · live

glob json

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

File · domain/libraries/libraries-ts-utilities-templates.yamlCluster · domain
Record JSON
{
  "id": "library:glob",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-ts-utilities-templates.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "glob",
    "belongsToLanguageId": "language:javascript",
    "category": "filesystem",
    "description": "The original glob pattern matching library for Node.js, used by npm,\nwebpack, and countless build tools to expand shell-style wildcards\n(*, **, ?) into lists of file paths.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:glob",
      "to": "language:javascript",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:glob",
      "to": "skill-area:ci-pipeline-optimization",
      "kind": "used_for"
    },
    {
      "from": "library:glob",
      "to": "library:fast-glob",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": []
}