{
  "_args": [
    [
      "@formatjs/intl-relativetimeformat@4.5.16",
      "/home/control3/fundiherrajes"
    ]
  ],
  "_from": "@formatjs/intl-relativetimeformat@4.5.16",
  "_id": "@formatjs/intl-relativetimeformat@4.5.16",
  "_inBundle": false,
  "_integrity": "sha512-IQ0haY97oHAH5OYUdykNiepdyEWj3SAT+Fp9ZpR85ov2JNiFx+12WWlxlVS8ehdyncC2ZMt/SwFIy2huK2+6/A==",
  "_location": "/@formatjs/intl-relativetimeformat",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@formatjs/intl-relativetimeformat@4.5.16",
    "name": "@formatjs/intl-relativetimeformat",
    "escapedName": "@formatjs%2fintl-relativetimeformat",
    "scope": "@formatjs",
    "rawSpec": "4.5.16",
    "saveSpec": null,
    "fetchSpec": "4.5.16"
  },
  "_requiredBy": [
    "/react-intl"
  ],
  "_resolved": "https://registry.npmjs.org/@formatjs/intl-relativetimeformat/-/intl-relativetimeformat-4.5.16.tgz",
  "_spec": "4.5.16",
  "_where": "/home/control3/fundiherrajes",
  "author": {
    "name": "Long Ho",
    "email": "holevietlong@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/formatjs/formatjs/issues"
  },
  "dependencies": {
    "@formatjs/intl-utils": "^2.3.0"
  },
  "description": "Formats JavaScript dates to relative time strings.",
  "devDependencies": {
    "@formatjs/intl-pluralrules": "^1.5.9",
    "@types/jest": "^25.2.1",
    "formatjs-extract-cldr-data": "^10.1.8",
    "ts-jest": "^25.4.0"
  },
  "files": [
    "dist-es6",
    "dist",
    "lib",
    "polyfill-locales.js",
    "polyfill.js",
    "src"
  ],
  "gitHead": "5b218606c3ec03e332f472706fffd04153c20dae",
  "homepage": "https://github.com/formatjs/formatjs",
  "keywords": [
    "intl",
    "i18n",
    "relative",
    "time",
    "moment",
    "format",
    "date"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "module": "lib/index.js",
  "name": "@formatjs/intl-relativetimeformat",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/formatjs/formatjs.git"
  },
  "scripts": {
    "build": "yarn run cldr && yarn run compile",
    "cldr": "ts-node scripts/cldr",
    "clean": "rimraf dist lib dist-es6 *.tsbuildinfo",
    "compile": "tsc && tsc -p tsconfig.esm.json && api-extractor run --local && tsc -p tsconfig.es6.json && rollup -c rollup.config.js",
    "jest": "cross-env NODE_ICU_DATA=../../node_modules/full-icu cross-env NODE_ENV=test jest",
    "test": "yarn run jest && yarn run test262",
    "test262": "cross-env NODE_ICU_DATA=../../node_modules/full-icu ts-node tests/runner"
  },
  "types": "lib/intl-relativetimeformat.d.ts",
  "version": "4.5.16"
}
