@formatjs/intl-localematcher
Version:
Intl.LocaleMatcher ponyfill
31 lines • 671 B
JSON
{
"name": "@formatjs/intl-localematcher",
"version": "0.8.13",
"description": "Intl.LocaleMatcher ponyfill",
"keywords": [
"ecma402",
"formatjs",
"i18n",
"intl",
"locale",
"react-intl",
"tc39"
],
"homepage": "https://github.com/formatjs/formatjs#readme",
"bugs": "https://github.com/formatjs/formatjs/issues",
"license": "MIT",
"author": "Long Ho <holevietlong@gmail.com>",
"repository": {
"type": "git",
"url": "formatjs/formatjs.git"
},
"type": "module",
"sideEffects": false,
"types": "index.d.ts",
"exports": {
".": "./index.js"
},
"dependencies": {
"@formatjs/fast-memoize": "3.1.7"
}
}