II.
Library JSON
Structured · livelibrary:bcrypt
bcrypt json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:bcrypt",
"_kind": "Library",
"_file": "domain/libraries/libraries-node-backend.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "bcrypt",
"belongsToLanguageId": "language:javascript",
"category": "crypto",
"description": "Node.js library for hashing passwords using the bcrypt adaptive\ncost algorithm, providing salted hashes and configurable work\nfactors to guard against brute-force attacks.\n"
},
"outgoingEdges": [
{
"from": "library:bcrypt",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "library:bcrypt",
"to": "skill-area:authentication-authorization",
"kind": "used_for"
},
{
"from": "library:bcrypt",
"to": "library:jsonwebtoken",
"kind": "alternative_to"
}
],
"incomingEdges": []
}