ng-time-past-pipe
Version:
Reactive textual representation of the time that has been passed between a given date and now in your Angular App.
69 lines • 1.72 kB
JSON
{
"name": "ng-time-past-pipe",
"version": "3.1.0",
"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": "fesm2015/ng-time-past-pipe.mjs",
"es2020": "fesm2020/ng-time-past-pipe.mjs",
"esm2020": "esm2020/ng-time-past-pipe.mjs",
"fesm2020": "fesm2020/ng-time-past-pipe.mjs",
"fesm2015": "fesm2015/ng-time-past-pipe.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2020": "./esm2020/ng-time-past-pipe.mjs",
"es2020": "./fesm2020/ng-time-past-pipe.mjs",
"es2015": "./fesm2015/ng-time-past-pipe.mjs",
"node": "./fesm2015/ng-time-past-pipe.mjs",
"default": "./fesm2020/ng-time-past-pipe.mjs"
}
},
"sideEffects": false
}