46 lines
672 B
JSON
46 lines
672 B
JSON
{
|
|
"name": "is-gif",
|
|
"version": "3.0.0",
|
|
"description": "Check if a Buffer/Uint8Array is a GIF image",
|
|
"license": "MIT",
|
|
"repository": "sindresorhus/is-gif",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"keywords": [
|
|
"gif",
|
|
"graphics",
|
|
"image",
|
|
"img",
|
|
"pic",
|
|
"picture",
|
|
"photo",
|
|
"type",
|
|
"detect",
|
|
"check",
|
|
"is",
|
|
"exif",
|
|
"binary",
|
|
"buffer",
|
|
"uint8array"
|
|
],
|
|
"dependencies": {
|
|
"file-type": "^10.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^0.25.0",
|
|
"xo": "^0.23.0"
|
|
}
|
|
}
|