UNPKG

angular-dayjs

Version:

2KB immutable date time library alternative to Moment.js with the same modern API

40 lines 1.03 kB
{ "name": "angular-dayjs", "description": "2KB immutable date time library alternative to Moment.js with the same modern API ", "version": "0.0.4", "author": { "email": "srinivas.tamada@gmail.com", "name": "Srinivas Tamada", "url": "https://9lessons.info" }, "keywords": [ "dayjs", "date", "moment", "timeago", "angular", "angular-module" ], "peerDependencies": { "@angular/common": "^11.2.7", "@angular/core": "^11.2.7", "dayjs": "^1.10.4" }, "dependencies": { "tslib": "^2.0.0" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/srinivastamada/angular-dayjs" }, "homepage": "https://www.9lessons.info", "main": "bundles/angular-dayjs.umd.js", "module": "fesm2015/angular-dayjs.js", "es2015": "fesm2015/angular-dayjs.js", "esm2015": "esm2015/angular-dayjs.js", "fesm2015": "fesm2015/angular-dayjs.js", "typings": "angular-dayjs.d.ts", "metadata": "angular-dayjs.metadata.json", "sideEffects": false }