mirror of
https://github.com/jakejarvis/rdapper.git
synced 2026-09-23 00:15:31 -04:00
Update package.json: enhance project metadata with new description, author details, and keywords for better discoverability
This commit is contained in:
+17
-3
@@ -2,7 +2,13 @@
|
|||||||
"name": "rdapper",
|
"name": "rdapper",
|
||||||
"version": "0.0.0-beta.1",
|
"version": "0.0.0-beta.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "Fetch and parse domain registration data via RDAP with WHOIS fallback.",
|
"description": "🎩 RDAP/WHOIS fetcher, parser, and normalizer for Node",
|
||||||
|
"repository": "jakejarvis/rdapper",
|
||||||
|
"author": {
|
||||||
|
"name": "Jake Jarvis",
|
||||||
|
"email": "jake@jarv.is",
|
||||||
|
"url": "https://jarv.is"
|
||||||
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
@@ -32,8 +38,16 @@
|
|||||||
"@types/psl": "1.1.3",
|
"@types/psl": "1.1.3",
|
||||||
"typescript": "5.9.2"
|
"typescript": "5.9.2"
|
||||||
},
|
},
|
||||||
|
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18.17"
|
"node": ">=18.17"
|
||||||
}
|
},
|
||||||
|
"keywords": [
|
||||||
|
"rdap",
|
||||||
|
"whois",
|
||||||
|
"domain",
|
||||||
|
"registration",
|
||||||
|
"lookup",
|
||||||
|
"parser",
|
||||||
|
"normalizer"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ export const WHOIS_TLD_EXCEPTIONS = {
|
|||||||
org: "whois.publicinterestregistry.org", // PIR
|
org: "whois.publicinterestregistry.org", // PIR
|
||||||
biz: "whois.nic.biz",
|
biz: "whois.nic.biz",
|
||||||
name: "whois.nic.name",
|
name: "whois.nic.name",
|
||||||
cat: "whois.nic.cat",
|
|
||||||
edu: "whois.educause.edu",
|
edu: "whois.educause.edu",
|
||||||
gov: "whois.nic.gov", // was whois.dotgov.gov
|
gov: "whois.nic.gov", // was whois.dotgov.gov
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user