UNPKG

827 BJSONView Raw
1{
2 "name": "format-message",
3 "version": "6.0.1",
4 "description": "Internationalize text, numbers, and dates using ICU Message Format",
5 "author": "Andy VanWagoner <andy@thetalecrafter.com> (https://thetalecrafter.com/)",
6 "homepage": "https://github.com/format-message/format-message",
7 "license": "MIT",
8 "repository": "format-message/format-message",
9 "bugs": "https://github.com/format-message/format-message/issues",
10 "keywords": [
11 "i18n",
12 "intl",
13 "internationalization",
14 "localization",
15 "globalization",
16 "messageformat",
17 "pluralformat",
18 "selectformat",
19 "plural",
20 "gender",
21 "icu"
22 ],
23 "dependencies": {
24 "format-message-formats": "^6.0.0",
25 "format-message-interpret": "^6.0.0",
26 "format-message-parse": "^6.0.0",
27 "lookup-closest-locale": "^6.0.0"
28 }
29}