intl-locales-supported
Version:
Utility to help you polyfill the Node.js runtime when the Intl APIs are missing, or if the built-in Intl is missing locale data that you need.
31 lines (30 loc) • 868 B
JSON
{
"name": "intl-locales-supported",
"version": "1.0.9",
"description": "Utility to help you polyfill the Node.js runtime when the Intl APIs are missing, or if the built-in Intl is missing locale data that you need.",
"main": "index.js",
"typings": "lib/index.d.ts",
"author": "Eric Ferraiuolo <edf@ericf.me>",
"license": "BSD",
"repository": {
"type": "git",
"url": "https://github.com/formatjs/formatjs.git"
},
"keywords": [
"i18n",
"intl",
"internationalization",
"localization",
"globalization"
],
"bugs": {
"url": "https://github.com/formatjs/formatjs/issues"
},
"homepage": "https://github.com/formatjs/formatjs",
"scripts": {
"clean": "rimraf dist lib",
"build": "tsc",
"test": "mocha --opts ../../mocha.opts tests/index.ts"
},
"gitHead": "6495902118c310e40e8353abf6f94d728ad02c00"
}