II.
Library JSON
Structured · livelibrary:handlebars
Handlebars json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:handlebars",
"_kind": "Library",
"_file": "domain/libraries/libraries-ts-utilities-templates.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Handlebars",
"belongsToLanguageId": "language:javascript",
"category": "templating",
"description": "Logic-less semantic templating language and JavaScript compiler;\nextends Mustache with helpers, partials, block expressions, and\nprecompiled templates for fast server or client-side rendering.\n"
},
"outgoingEdges": [
{
"from": "library:handlebars",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "library:handlebars",
"to": "skill-area:technical-documentation",
"kind": "used_for"
},
{
"from": "library:handlebars",
"to": "library:ejs",
"kind": "alternative_to"
},
{
"from": "library:handlebars",
"to": "library:mustache",
"kind": "alternative_to"
},
{
"from": "library:handlebars",
"to": "library:pug",
"kind": "alternative_to"
},
{
"from": "library:handlebars",
"to": "library:nunjucks",
"kind": "alternative_to"
},
{
"from": "library:handlebars",
"to": "library:eta",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "stack-profile:pdf-generation-service",
"to": "library:handlebars",
"kind": "composed_of"
}
]
}