UNPKG

1.54 kBJSONView Raw
1{
2 "name": "intl-messageformat-parser",
3 "version": "3.4.0",
4 "description": "Parses ICU Message strings into an AST via JavaScript.",
5 "main": "dist/index.js",
6 "module": "lib/index.js",
7 "types": "lib/intl-messageformat-parser.d.ts",
8 "files": [
9 "dist",
10 "lib",
11 "src"
12 ],
13 "scripts": {
14 "clean": "rimraf dist lib",
15 "build": "node build.js && tsc && api-extractor run --local && tsc -p tsconfig.cjs.json && rollup -c rollup.config.js",
16 "benchmark": "node ./test/benchmark.js",
17 "test": "cross-env TS_NODE_PROJECT=./tsconfig.cjs.json cross-env NODE_ENV=test jest"
18 },
19 "contributors": [
20 "Eric Ferraiuolo <eferraiuolo@gmail.com>",
21 "Long Ho <holevietlong@gmail.com>",
22 "Ryuichi Okumura <okuryu@okuryu.com>",
23 "Seth Bertalotto <seth@bertalotto.net>",
24 "Song Seunggeun <giff.song@gmail.com>",
25 "Tobias Bieniek <tobias.bieniek@gmail.com>"
26 ],
27 "repository": {
28 "type": "git",
29 "url": "git://github.com/formatjs/formatjs.git"
30 },
31 "keywords": [
32 "i18n",
33 "intl",
34 "internationalization",
35 "localization",
36 "globalization",
37 "messageformat",
38 "parser",
39 "plural",
40 "icu"
41 ],
42 "sideEffects": false,
43 "author": "Eric Ferraiuolo <eferraiuolo@gmail.com>",
44 "license": "BSD-3-Clause",
45 "bugs": {
46 "url": "https://github.com/formatjs/formatjs/issues"
47 },
48 "devDependencies": {
49 "@formatjs/intl-unified-numberformat": "^2.1.8"
50 },
51 "homepage": "https://github.com/formatjs/formatjs",
52 "gitHead": "3ea32d0792af5e0757bede58b8b6235202ea74f2"
53}