{
  "name": "@formatjs/intl-localematcher",
  "description": "Intl.LocaleMatcher ponyfill",
  "version": "0.8.1",
  "license": "MIT",
  "author": "Long Ho <holevietlong@gmail.com>",
  "type": "module",
  "sideEffects": false,
  "types": "index.d.ts",
  "exports": {
    ".": "./index.js"
  },
  "dependencies": {
    "tslib": "^2.8.1",
    "@formatjs/fast-memoize": "3.1.0"
  },
  "bugs": "https://github.com/formatjs/formatjs/issues",
  "homepage": "https://github.com/formatjs/formatjs#readme",
  "keywords": [
    "ecma402",
    "formatjs",
    "i18n",
    "intl",
    "locale",
    "react-intl",
    "tc39"
  ],
  "repository": "formatjs/formatjs.git"
}