mirror of
https://github.com/garraflavatra/alphabets.git
synced 2025-07-01 10:35:11 +00:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
d99ab630fd
|
|||
237fb6ab2f
|
|||
0abf087555
|
@ -2,6 +2,9 @@
|
||||
|
||||
A tiny JS dependency which exports many alphabets for many use cases.
|
||||
|
||||
[](https://www.npmjs.com/package/alphabets)
|
||||
[](https://stand-with-ukraine.pp.ua)
|
||||
|
||||
## Why
|
||||
|
||||
I have seen code like this:
|
||||
@ -47,6 +50,7 @@ See below for usage instructions.
|
||||
| Norwegian | `norwegian` |
|
||||
| Russian | `russian` |
|
||||
| Swedish | `swedish` |
|
||||
| Ukrainian | `ukrainian` |
|
||||
|
||||
## How to use
|
||||
|
||||
@ -67,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.
|
||||
|
@ -14,10 +14,14 @@
|
||||
|
||||
"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": ["а", "б", "в", "г", "д", "е", "ё", "ж", "з", "и", "й", "к", "л", "м", "н", "о", "п", "р", "с", "т", "у", "ф", "х", "ц", "ч", "ш", "щ", "ъ", "ы", "ь", "э", "ю", "я"],
|
||||
|
||||
"swedish": ["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", "å", "ä", "ö"]
|
||||
"swedish": ["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", "å", "ä", "ö"],
|
||||
|
||||
"ukrainian": ["а", "б", "в", "г", "ґ", "д", "е", "є", "ж", "з", "и", "і", "ї", "й", "к", "л", "м", "н", "о", "п", "р", "с", "т", "у", "ф", "х", "ц", "ч", "ш", "щ", "ь", "ю", "я"]
|
||||
|
||||
}
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "alphabets",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.3",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "alphabets",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.3",
|
||||
"license": "MIT"
|
||||
}
|
||||
}
|
||||
|
@ -9,15 +9,15 @@
|
||||
"url": "https://github.com/garraflavatra/alphabets.git"
|
||||
},
|
||||
|
||||
"version": "2.0.0",
|
||||
"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"
|
||||
]
|
||||
|
Reference in New Issue
Block a user