@formatjs/intl-datetimeformat
Version:
Intl.DateTimeFormat polyfill
29 lines • 770 B
JSON
{
"name": "@formatjs/intl-datetimeformat",
"description": "Intl.DateTimeFormat polyfill",
"version": "6.18.0",
"license": "MIT",
"author": "Long Ho <holevietlong@gmail.com>",
"types": "index.d.ts",
"dependencies": {
"decimal.js": "^10.4.3",
"tslib": "^2.8.0",
"@formatjs/ecma402-abstract": "2.3.4",
"@formatjs/intl-localematcher": "0.6.1"
},
"devDependencies": {
"@formatjs/intl-locale": "4.2.11",
"@formatjs/intl-getcanonicallocales": "2.5.5"
},
"bugs": "https://github.com/formatjs/formatjs/issues",
"homepage": "https://github.com/formatjs/formatjs#readme",
"keywords": [
"datetimeformat",
"formatjs",
"i18n",
"intl",
"polyfill"
],
"main": "index.js",
"repository": "formatjs/formatjs.git"
}