UNPKG

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