Initalize
This commit is contained in:
44
node_modules/gravatar-url/package.json
generated
vendored
Normal file
44
node_modules/gravatar-url/package.json
generated
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user