ngx-avatar-fork
Version:
A universal avatar component for Angular applications that fetches / generates avatar based on the information you have about the user.
39 lines (38 loc) • 932 B
JSON
{
"name": "ngx-avatar-fork",
"description": "A universal avatar component for Angular applications that fetches / generates avatar based on the information you have about the user.",
"version": "16.0.0",
"keywords": [
"angular",
"avatar",
"component",
"initials"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/HaithemMosbahi/ngx-avatar"
},
"peerDependencies": {
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0"
},
"dependencies": {
"tslib": "^2.5.0",
"ts-md5": "^1.3.1"
},
"sideEffects": false,
"module": "fesm2022/ngx-avatar.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ngx-avatar.mjs",
"esm": "./esm2022/ngx-avatar.mjs",
"default": "./fesm2022/ngx-avatar.mjs"
}
}
}