{
  "_from": "intl-relativeformat@^2.1.0",
  "_id": "intl-relativeformat@2.2.0",
  "_inBundle": false,
  "_integrity": "sha512-4bV/7kSKaPEmu6ArxXf9xjv1ny74Zkwuey8Pm01NH4zggPP7JHwg2STk8Y3JdspCKRDriwIyLRfEXnj2ZLr4Bw==",
  "_location": "/intl-relativeformat",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "intl-relativeformat@^2.1.0",
    "name": "intl-relativeformat",
    "escapedName": "intl-relativeformat",
    "rawSpec": "^2.1.0",
    "saveSpec": null,
    "fetchSpec": "^2.1.0"
  },
  "_requiredBy": [
    "/react-intl"
  ],
  "_resolved": "https://registry.npmjs.org/intl-relativeformat/-/intl-relativeformat-2.2.0.tgz",
  "_shasum": "6aca95d019ec8d30b6c5653b6629f9983ea5b6c5",
  "_spec": "intl-relativeformat@^2.1.0",
  "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/react-intl",
  "author": {
    "name": "Caridy Patino",
    "email": "caridy@gmail.com"
  },
  "browser": {
    "./lib/locales": false,
    "./lib/locales.js": false
  },
  "bugs": {
    "url": "https://github.com/yahoo/intl-relativeformat/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Eric Ferraiuolo",
      "email": "edf@ericf.me"
    }
  ],
  "dependencies": {
    "intl-messageformat": "^2.0.0"
  },
  "deprecated": "This package has been deprecated, please see migration guide at 'https://github.com/formatjs/formatjs/tree/master/packages/intl-relativeformat#migration-guide'",
  "description": "Formats JavaScript dates to relative time strings.",
  "directories": {
    "test": "tests"
  },
  "gitHead": "26fee81740653f1adfdf7737634ed71429dc5d62",
  "homepage": "https://github.com/yahoo/intl-relativeformat",
  "jsnext:main": "src/main.js",
  "keywords": [
    "intl",
    "i18n",
    "relative",
    "moment",
    "format",
    "date"
  ],
  "license": "BSD-3-Clause",
  "main": "index.js",
  "name": "intl-relativeformat",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/yahoo/intl-relativeformat.git"
  },
  "scripts": {
    "build": "npm run clean && npm run cldr && tsc -p src && rollup -c rollup.config.js",
    "cldr": "node scripts/cldr",
    "clean": "rimraf dist lib",
    "cover": "nyc -x lib/locales.js npm t",
    "prepublishOnly": "npm run build",
    "test": "mocha -r chai/register-expect tests/index.js --reporter spec"
  },
  "version": "2.2.0"
}
