tld-data
Version:
A scrapper that collects the top level domain info from the IANA
34 lines (33 loc) • 794 B
JSON
{
"name": "tld-data",
"version": "1.0.1",
"description": "A scrapper that collects the top level domain info from the IANA",
"main": "data/tlds.json",
"scripts": {
"scrape": "node src/scrape-tld.js"
},
"author": "Michael Hadley",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/mikewesthad/tld-data.git"
},
"keywords": [
"top level domains",
"root domains",
"IANA",
"tld"
],
"homepage": "https://github.com/mikewesthad/tld-data#readme",
"bugs": {
"url": "https://github.com/mikewesthad/tld-data/issues"
},
"devDependencies": {
"await-to-js": "^1.0.1",
"cheerio": "^1.0.0-rc.2",
"is-there": "^4.4.2",
"request": "^2.81.0",
"request-promise": "^4.2.1"
},
"dependencies": {}
}