For the json response for any npm package. In jQuery for example, http://registry.npmjs.org/jquery
there exists a dictionary users
with some usernames as keys and a boolean value as the value.
"users": {
"dodo": true,
"fgribreau": true,
"parroit": true,
"cedx": true,
"bendiken": true,
"funroll": true
}
What is this user dictionary? I couldn't find any reference about it. If someone could explain?
Thank You.