{
  "_from": "time-ago-pipe",
  "_id": "time-ago-pipe@1.3.2",
  "_inBundle": false,
  "_integrity": "sha512-ecKcPRPzQ4iDGrcifplKod4/Ael6w65LAw0Ll/IEJBv+CBmKZGMLpgduLWmlgu6Ow8ykwb/Fp2SPqPNDTLpuoQ==",
  "_location": "/time-ago-pipe",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "time-ago-pipe",
    "name": "time-ago-pipe",
    "escapedName": "time-ago-pipe",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/time-ago-pipe/-/time-ago-pipe-1.3.2.tgz",
  "_shasum": "deeea1c19d5ba45b67498d0f4f7050d2fa57e6eb",
  "_spec": "time-ago-pipe",
  "_where": "G:\\Development\\Off the work\\csc-angular",
  "author": {
    "name": "Andrew",
    "email": "andrewpoyntz@hotmail.com",
    "url": "http://www.andrewpoyntz.co.uk"
  },
  "bugs": {
    "url": "https://github.com/AndrewPoyntz/time-ago-pipe/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "tslib": "^1.7.1"
  },
  "deprecated": false,
  "description": "A really simple, lightweight Angular pipe for converting a date string into a time ago",
  "devDependencies": {
    "@angular/compiler": "^5.2.3",
    "@angular/compiler-cli": "^5.2.3",
    "@angular/core": "^5.2.3",
    "@types/mocha": "^2.2.32",
    "@types/node": "^9.4.5",
    "chai": "^4.1.2",
    "mocha": "^5.0.0",
    "ng-packagr": "^2.0.0",
    "rxjs": "^5.5.6",
    "sinon": "^4.3.0",
    "ts-node": "^4.1.0",
    "tsickle": "^0.26.0",
    "typescript": "2.6.x",
    "zone.js": "^0.8.20"
  },
  "engines": {
    "node": ">=4.2.4"
  },
  "es2015": "esm2015/time-ago-pipe.js",
  "homepage": "https://github.com/AndrewPoyntz/time-ago-pipe#readme",
  "keywords": [
    "Angular2",
    "timeago",
    "pipe"
  ],
  "license": "MIT",
  "main": "bundles/time-ago-pipe.umd.js",
  "metadata": "time-ago-pipe.metadata.json",
  "module": "esm5/time-ago-pipe.js",
  "name": "time-ago-pipe",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AndrewPoyntz/time-ago-pipe.git"
  },
  "scripts": {
    "build": "ng-packagr -p package.json",
    "test": "mocha --reporter spec --require ts-node/register test/**/*.spec.ts"
  },
  "typings": "time-ago-pipe.d.ts",
  "version": "1.3.2"
}
