1
0
mirror of https://github.com/garraflavatra/alphabets.git synced 2025-07-01 10:35:11 +00:00

2 Commits

4 changed files with 8 additions and 6 deletions

View File

@ -71,4 +71,4 @@ console.log(alphabets.<alphabetYouWantToUse>);
(c) 2021-2023 Romein van Buren. Licensed under the MIT license.
For the full copyright and license information, please view the [`license.md`](./license.md) file that was distributed with this source code.
For the full copyright and license information, please view the [`LICENSE.md`](./LICENSE.md) file that was distributed with this source code.

View File

@ -14,6 +14,8 @@
"latin": ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z"],
"nato": ["Alfa", "Bravo", "Charlie", "Delta", "Echo", "Foxtrot", "Golf", "Hotel", "India", "Juliett", "Kilo", "Lima", "Mike", "November", "Oscar", "Papa", "Quebec", "Romeo", "Sierra", "Tango", "Uniform", "Victor", "Whiskey", "Xray, x-ray", "Yankee", "Zulu"],
"norwegian": ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "æ", "ø", "å"],
"russian": ["а", "б", "в", "г", "д", "е", "ё", "ж", "з", "и", "й", "к", "л", "м", "н", "о", "п", "р", "с", "т", "у", "ф", "х", "ц", "ч", "ш", "щ", "ъ", "ы", "ь", "э", "ю", "я"],

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "alphabets",
"version": "2.0.1",
"version": "2.0.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "alphabets",
"version": "2.0.1",
"version": "2.0.3",
"license": "MIT"
}
}

View File

@ -9,15 +9,15 @@
"url": "https://github.com/garraflavatra/alphabets.git"
},
"version": "2.0.1",
"version": "2.0.3",
"author": "Romein van Buren <romein@vburen.eu>",
"license": "MIT",
"main": "alphabets.js",
"main": "alphabets.cjs",
"module": "alphabets.mjs",
"files": [
"alphabets.js",
"alphabets.cjs",
"alphabets.mjs",
"alphabets.json"
]