{
  "_args": [
    [
      "@formatjs/intl-utils@2.3.0",
      "/home/control3/fundiherrajes"
    ]
  ],
  "_from": "@formatjs/intl-utils@2.3.0",
  "_id": "@formatjs/intl-utils@2.3.0",
  "_inBundle": false,
  "_integrity": "sha512-KWk80UPIzPmUg+P0rKh6TqspRw0G6eux1PuJr+zz47ftMaZ9QDwbGzHZbtzWkl5hgayM/qrKRutllRC7D/vVXQ==",
  "_location": "/@formatjs/intl-utils",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@formatjs/intl-utils@2.3.0",
    "name": "@formatjs/intl-utils",
    "escapedName": "@formatjs%2fintl-utils",
    "scope": "@formatjs",
    "rawSpec": "2.3.0",
    "saveSpec": null,
    "fetchSpec": "2.3.0"
  },
  "_requiredBy": [
    "/@formatjs/intl-displaynames",
    "/@formatjs/intl-listformat",
    "/@formatjs/intl-relativetimeformat",
    "/@formatjs/intl-unified-numberformat",
    "/react-intl"
  ],
  "_resolved": "https://registry.npmjs.org/@formatjs/intl-utils/-/intl-utils-2.3.0.tgz",
  "_spec": "2.3.0",
  "_where": "/home/control3/fundiherrajes",
  "author": {
    "name": "Long Ho"
  },
  "bugs": {
    "url": "https://github.com/formatjs/formatjs/issues"
  },
  "description": "Smartly determine best unit for relative time format",
  "devDependencies": {
    "@types/chai": "^4.2.11",
    "@types/mocha": "^7.0.2",
    "@types/serialize-javascript": "^1.5.0",
    "chai": "^4.2.0",
    "mocha": "^7.1.2",
    "serialize-javascript": "^3.0.0"
  },
  "files": [
    "dist",
    "lib",
    "src"
  ],
  "gitHead": "5b218606c3ec03e332f472706fffd04153c20dae",
  "homepage": "https://github.com/formatjs/formatjs",
  "keywords": [
    "intl",
    "i18n",
    "relative",
    "moment",
    "format",
    "date"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "module": "lib/index.js",
  "module:es6": "dist-es6/index.js",
  "name": "@formatjs/intl-utils",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/formatjs/formatjs.git"
  },
  "scripts": {
    "build": "yarn run cldr && tsc && tsc -p tsconfig.esm.json && tsc -p tsconfig.es6.json && api-extractor run --local",
    "cldr": "ts-node scripts/cldr",
    "clean": "rimraf dist dist-es6 lib *.tsbuildinfo",
    "test": "mocha --opts ../../mocha.opts tests/*"
  },
  "sideEffects": false,
  "types": "dist/index.d.ts",
  "version": "2.3.0"
}
