35 lines
896 B
JSON
35 lines
896 B
JSON
{
|
|
"name": "@formatjs/intl-displaynames",
|
|
"version": "6.6.6",
|
|
"description": "Polyfill for: https://tc39.es/proposal-intl-displaynames",
|
|
"keywords": [
|
|
"i18n",
|
|
"polyfill",
|
|
"intl-polyfill",
|
|
"localization",
|
|
"formatjs",
|
|
"Intl.DisplayNames",
|
|
"Intl"
|
|
],
|
|
"author": "Linjie Ding <pyrocat101@users.noreply.github.com>",
|
|
"homepage": "https://github.com/formatjs/formatjs",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"types": "index.d.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/formatjs/formatjs.git"
|
|
},
|
|
"dependencies": {
|
|
"tslib": "^2.4.0",
|
|
"@formatjs/ecma402-abstract": "1.18.2",
|
|
"@formatjs/intl-localematcher": "0.5.4"
|
|
},
|
|
"devDependencies": {
|
|
"@formatjs/intl-locale": "3.4.5",
|
|
"@formatjs/intl-getcanonicallocales": "2.3.0"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/formatjs/formatjs/issues"
|
|
}
|
|
} |