UNPKG

757 BJSONView Raw
1{
2 "name": "@formatjs/intl-pluralrules",
3 "version": "5.0.1",
4 "description": "Polyfill for Intl.PluralRules",
5 "keywords": [
6 "polyfill",
7 "i18n",
8 "intl",
9 "plural",
10 "rules",
11 "PluralRules"
12 ],
13 "author": "Long Ho <holevietlong@gmail.com>",
14 "homepage": "https://github.com/formatjs/formatjs",
15 "license": "MIT",
16 "main": "index.js",
17 "types": "index.d.ts",
18 "repository": {
19 "type": "git",
20 "url": "git+https://github.com/formatjs/formatjs.git"
21 },
22 "dependencies": {
23 "@formatjs/ecma402-abstract": "1.11.6",
24 "@formatjs/intl-localematcher": "0.2.27",
25 "tslib": "2.4.0"
26 },
27 "bugs": {
28 "url": "https://github.com/formatjs/formatjs/issues"
29 },
30 "gitHead": "a7842673d8ad205171ad7c8cb8bb2f318b427c0c"
31}