{
  "name": "ng-time-past-pipe",
  "version": "3.1.1",
  "description": "Reactive textual representation of the time that has been passed between a given date and now in your Angular App.",
  "author": "David Fecke (leptoquark1)",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "tslib": "^2.0"
  },
  "peerDependencies": {
    "@angular/core": ">=14"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:leptoquark1/ng-time-past-pipe.git"
  },
  "bugs": {
    "url": "https://github.com/leptoquark1/ng-time-past-pipe/issues"
  },
  "homepage": "https://github.com/leptoquark1/ng-time-past-pipe#readme",
  "license": "MIT",
  "keywords": [
    "timepast",
    "time-past",
    "timeago",
    "time-ago",
    "time",
    "past",
    "moments",
    "ivy",
    "lib",
    "pipeline",
    "pipe",
    "AOT",
    "ng",
    "angular",
    "angular 2",
    "Angular2",
    "Angular4",
    "Angular14",
    "future-time",
    "countdown",
    "date-to-string",
    "NgTimePastPipe",
    "TimePastPipe"
  ],
  "module": "fesm2022/ng-time-past-pipe.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/ng-time-past-pipe.mjs"
    }
  },
  "sideEffects": false
}