domainprobe
Version:
A Node.js package for retrieving detailed information about a domain including its IP address and location.
24 lines (23 loc) • 593 B
JSON
{
"name": "domainprobe",
"version": "1.1.0",
"description": "A Node.js package for retrieving detailed information about a domain including its IP address and location.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"domain",
"probe",
"information",
"IP address",
"location"
],
"author": "suraj chandra",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Surajchandraa/domainprobe.git"
},
"homepage": "https://github.com/Surajchandraa/domainprobe"
}