UNPKG

1.26 kBJSONView Raw
1{
2 "name": "intl-messageformat-parser",
3 "version": "1.6.3",
4 "description": "Parses ICU Message strings into an AST via JavaScript.",
5 "main": "index.js",
6 "module": "src/parser.js",
7 "scripts": {
8 "clean": "rimraf dist lib",
9 "test": "mocha test/unit/ --reporter spec",
10 "cover": "nyc npm t",
11 "build": "npm run clean && ./build.js",
12 "benchmark": "./test/benchmark.js",
13 "prepublish": "npm run build"
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": "caf647be47c191d9fdcf48be4cdb214ed846a917"
45}