word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
59 lines (58 loc) • 1.86 kB
JSON
{
"term": "password",
"partOfSpeech": "noun",
"ox5000": true,
"cefr": "b2",
"definitions": [
{
"senseNumber": 1,
"definition": "a series of letters, numbers, etc. that you must type into a computer or computer system in order to be able to use it",
"cefr": "b2",
"examples": [
{
"text": "Enter a username and password to get into the system."
},
{
"text": "Your mailbox can be password protected to ensure security."
},
{
"text": "a software tool developed by hackers to crack passwords"
}
],
"topics": ["Computers"],
"collocations": {
"adjective": ["correct", "valid", "user"],
"verb + password": ["know", "remember", "choose"]
}
},
{
"senseNumber": 2,
"definition": "a secret word or phrase that you need to know in order to be allowed into a place",
"cefr": "b2",
"examples": [
{
"text": "You must give the password before they'll let you in."
}
],
"collocations": {
"adjective": ["correct", "valid", "user"],
"verb + password": ["know", "remember", "choose"]
}
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/ˈpɑːswɜːd/",
"audio": "pa/password/password__gb_1.mp3"
}
],
"us": [
{
"pronunciation": "/ˈpæswɜːrd/",
"audio": "pa/password/password__us_1.mp3"
}
]
},
"wordOrigin": null
}