{
  "_args": [
    [
      "relative-time-format@1.0.5",
      "/var/www/html/app"
    ]
  ],
  "_from": "relative-time-format@1.0.5",
  "_id": "relative-time-format@1.0.5",
  "_inBundle": false,
  "_integrity": "sha512-MAgx/YKcUQYJpIaWcfetPstElnWf26JxVis4PirdwVrrymFdbxyCSm6yENpfB1YuwFbtHSHksN3aBajVNxk10Q==",
  "_location": "/relative-time-format",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "relative-time-format@1.0.5",
    "name": "relative-time-format",
    "escapedName": "relative-time-format",
    "rawSpec": "1.0.5",
    "saveSpec": null,
    "fetchSpec": "1.0.5"
  },
  "_requiredBy": [
    "/javascript-time-ago"
  ],
  "_resolved": "https://registry.npmjs.org/relative-time-format/-/relative-time-format-1.0.5.tgz",
  "_spec": "1.0.5",
  "_where": "/var/www/html/app",
  "author": {
    "name": "catamphetamine",
    "email": "purecatamphetamine@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/catamphetamine/relative-time-format/issues"
  },
  "dependencies": {},
  "description": "A convenient Intl.RelativeTimeFormat polyfill",
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.0.0",
    "@babel/node": "^7.2.2",
    "@babel/plugin-proposal-class-properties": "^7.0.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.2.0",
    "@babel/plugin-transform-destructuring": "^7.1.2",
    "@babel/polyfill": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "@babel/register": "^7.0.0",
    "babel-eslint": "^9.0.0",
    "babel-loader": "^8.0.1",
    "babel-plugin-istanbul": "^5.1.1",
    "chai": "^3.5.0",
    "cldr-data": "^34.0.0",
    "cldr-dates-full": "^34.0.0",
    "cross-env": "^5.1.4",
    "fs-extra": "^5.0.0",
    "lodash": "^4.17.11",
    "make-plural": "^4.3.0",
    "mkdirp": "^0.5.1",
    "mocha": "^5.0.5",
    "npm-run-all": "^1.4.0",
    "nyc": "^13.3.0",
    "rimraf": "^2.5.0",
    "rollup": "^1.16.6",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-terser": "^4.0.4"
  },
  "homepage": "https://github.com/catamphetamine/relative-time-format#readme",
  "keywords": [
    "relative",
    "time",
    "format",
    "intl",
    "RelativeTimeFormat"
  ],
  "license": "MIT",
  "main": "index.commonjs.js",
  "module": "index.js",
  "name": "relative-time-format",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/catamphetamine/relative-time-format.git"
  },
  "scripts": {
    "browser-build": "rollup --config rollup.config.js",
    "build": "npm-run-all clean-for-build build-commonjs-modules build-es6-modules browser-build",
    "build-commonjs-modules": "cross-env babel ./source --out-dir ./commonjs --source-maps --ignore *.test.js",
    "build-es6-modules": "cross-env BABEL_ENV=es6 babel ./source --out-dir ./modules --source-maps --ignore *.test.js",
    "clean-for-build": "rimraf ./commonjs/**/* ./modules/**/*",
    "coveralls": "nyc report --reporter=text-lcov | coveralls",
    "create-locales-directory": "mkdirp locale",
    "delete-locales": "rimraf ./locale/**/*",
    "generate-locale-messages": "babel-node bin/generate-locale-messages",
    "generate-locales": "npm-run-all delete-locales create-locales-directory generate-locale-messages",
    "prepublish": "npm-run-all build test",
    "test": "mocha --bail --require @babel/register --require ./test/setup.js \"source/**/*.test.js\" \"test/**/*.test.js\"",
    "test-coverage": "cross-env NODE_ENV=test nyc mocha --bail --require ./test/setup.js \"source/**/*.test.js\" \"test/**/*.test.js\""
  },
  "sideEffects": false,
  "version": "1.0.5"
}
