Get stats
Returns stats about the registry
get/stats
Response
OK
Example response
{
"newest": [
{
"scope": "denoland",
"name": "fmt",
"description": "A module for formatting strings.",
"githubRepository": {
"owner": "denoland",
"name": "deno"
}
}
],
"updated": [
{
"scope": "denoland",
"name": "fmt",
"version": "1.2.3"
}
]
}