UNPKG

1.16 kBJSONView Raw
1{
2 "name": "intl-messageformat-parser",
3 "version": "6.4.4",
4 "description": "Parses ICU Message strings into an AST via JavaScript.",
5 "main": "index.js",
6 "module": "lib/index.js",
7 "types": "index.d.ts",
8 "contributors": [
9 "Eric Ferraiuolo <eferraiuolo@gmail.com>",
10 "Long Ho <holevietlong@gmail.com>",
11 "Ryuichi Okumura <okuryu@okuryu.com>",
12 "Seth Bertalotto <seth@bertalotto.net>",
13 "Song Seunggeun <giff.song@gmail.com>",
14 "Tobias Bieniek <tobias.bieniek@gmail.com>"
15 ],
16 "repository": {
17 "type": "git",
18 "url": "git://github.com/formatjs/formatjs.git"
19 },
20 "keywords": [
21 "i18n",
22 "intl",
23 "internationalization",
24 "localization",
25 "globalization",
26 "messageformat",
27 "parser",
28 "plural",
29 "icu"
30 ],
31 "sideEffects": false,
32 "author": "Eric Ferraiuolo <eferraiuolo@gmail.com>",
33 "license": "BSD-3-Clause",
34 "bugs": {
35 "url": "https://github.com/formatjs/formatjs/issues"
36 },
37 "dependencies": {
38 "@formatjs/ecma402-abstract": "1.6.4",
39 "tslib": "^2.1.0"
40 },
41 "homepage": "https://github.com/formatjs/formatjs",
42 "gitHead": "8b0baec8eda5002715cf893274fe59782fc2d371"
43}