45 lines
772 B
JSON
45 lines
772 B
JSON
{
|
|
"name": "gravatar-url",
|
|
"version": "4.0.1",
|
|
"description": "Get the URL to a Gravatar image from an identifier, such as an email",
|
|
"license": "MIT",
|
|
"repository": "sindresorhus/gravatar-url",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "https://sindresorhus.com"
|
|
},
|
|
"type": "module",
|
|
"exports": "./index.js",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava && tsd"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"keywords": [
|
|
"gravatar",
|
|
"avatar",
|
|
"profile",
|
|
"image",
|
|
"picture",
|
|
"photo",
|
|
"hash",
|
|
"email",
|
|
"identifier"
|
|
],
|
|
"dependencies": {
|
|
"md5-hex": "^4.0.0",
|
|
"type-fest": "^1.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^3.15.0",
|
|
"tsd": "^0.14.0",
|
|
"xo": "^0.39.1"
|
|
}
|
|
}
|