{
  "name": "@formatjs/fast-memoize",
  "description": "fork of fast-memoize and support esm",
  "version": "3.1.0",
  "license": "MIT",
  "author": "Long Ho <holevietlong@gmail.com>",
  "type": "module",
  "sideEffects": false,
  "types": "index.d.ts",
  "exports": {
    ".": "./index.js"
  },
  "dependencies": {
    "tslib": "^2.8.1"
  },
  "bugs": "https://github.com/formatjs/formatjs/issues",
  "homepage": "https://github.com/formatjs/formatjs#readme",
  "keywords": [
    "fast-memoize",
    "i18n",
    "intl",
    "memoize"
  ],
  "repository": "formatjs/formatjs.git"
}