@formatjs/intl-getcanonicallocales
Version:
Intl.getCanonicalLocales polyfill
31 lines • 763 B
JSON
{
"name": "@formatjs/intl-getcanonicallocales",
"version": "3.2.11",
"description": "Intl.getCanonicalLocales polyfill",
"keywords": [
"ecma402",
"formatjs",
"getCanonicalLocales",
"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",
"types": "index.d.ts",
"exports": {
".": "./index.js",
"./polyfill-force.js": "./polyfill-force.js",
"./polyfill.js": "./polyfill.js",
"./should-polyfill.js": "./should-polyfill.js"
}
}