UNPKG

does-url-exist

Version:

Check if a URL exists by Sending a HEAD Request with cross-fetch

36 lines (35 loc) 764 B
{ "name": "does-url-exist", "version": "0.0.1", "description": "Check if a URL exists by Sending a HEAD Request with cross-fetch", "main": "does-url-exist.js", "scripts": { "test": "ava --verbose" }, "repository": { "type": "git", "url": "git+https://github.com/DanielJDufour/does-url-exist.git" }, "keywords": [ "200", "exists", "file", "head", "http", "request", "status", "url" ], "author": "Daniel J. Dufour", "license": "CC0-1.0", "bugs": { "url": "https://github.com/DanielJDufour/does-url-exist/issues" }, "homepage": "https://github.com/DanielJDufour/does-url-exist#readme", "dependencies": { "cross-fetch": "^3.0.6" }, "devDependencies": { "ava": "^3.13.0" } }