UNPKG

is-image-url

Version:
42 lines (41 loc) 784 B
{ "name": "is-image-url", "version": "1.1.8", "description": "Check if a url is an image", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": { "name": "wzbg", "email": "z3530515@gmail.com" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/wzbg/is-image-url" }, "bugs": { "url": "https://github.com/wzbg/is-image-url/issues" }, "homepage": "https://github.com/wzbg/is-image-url#readme", "keywords": [ "check", "url", "is", "image", "img", "photo", "pic", "picture", "jpg", "jpeg", "png", "gif" ], "dependencies": { "is-image": "^1.0.1", "is-url": "^1.2.1", "sync-request": "^2.1.0" } }