UNPKG

time-ago-pipe

Version:

A really simple, lightweight Angular pipe for converting a date string into a time ago

52 lines (51 loc) 1.43 kB
{ "name": "time-ago-pipe", "version": "1.3.2", "description": "A really simple, lightweight Angular pipe for converting a date string into a time ago", "scripts": { "build": "ng-packagr -p package.json", "test": "mocha --reporter spec --require ts-node/register test/**/*.spec.ts" }, "repository": { "type": "git", "url": "git+https://github.com/AndrewPoyntz/time-ago-pipe.git" }, "keywords": [ "Angular2", "timeago", "pipe" ], "author": "Andrew <andrewpoyntz@hotmail.com> (http://www.andrewpoyntz.co.uk)", "license": "MIT", "bugs": { "url": "https://github.com/AndrewPoyntz/time-ago-pipe/issues" }, "homepage": "https://github.com/AndrewPoyntz/time-ago-pipe#readme", "engines": { "node": ">=4.2.4" }, "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" }, "main": "bundles/time-ago-pipe.umd.js", "module": "esm5/time-ago-pipe.js", "es2015": "esm2015/time-ago-pipe.js", "typings": "time-ago-pipe.d.ts", "metadata": "time-ago-pipe.metadata.json", "dependencies": { "tslib": "^1.7.1" } }