{
  "name": "@formatjs/intl-locale",
  "version": "3.1.1",
  "description": "Intl.Locale polyfill",
  "keywords": [
    "intl",
    "locale",
    "formatjs",
    "react-intl",
    "i18n",
    "ecma402",
    "tc39"
  ],
  "author": "Long Ho <holevietlong@gmail.com>",
  "homepage": "https://github.com/formatjs/formatjs#readme",
  "license": "MIT",
  "main": "index.js",
  "types": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/formatjs/formatjs.git"
  },
  "bugs": {
    "url": "https://github.com/formatjs/formatjs/issues"
  },
  "dependencies": {
    "@formatjs/ecma402-abstract": "1.14.3",
    "@formatjs/intl-enumerator": "1.2.1",
    "@formatjs/intl-getcanonicallocales": "2.1.0",
    "tslib": "^2.4.0"
  }
}