list-of-top-level-domains/package.json

32 lines
981 B
JSON
Raw Normal View History

{
2017-12-14 05:26:09 +00:00
"name": "tld-enum",
2017-12-14 06:51:41 +00:00
"version": "1.0.5",
2017-12-14 05:26:09 +00:00
"description": "Lists of every IANA TLD in formats that can be natively compiled in various language targets",
2017-12-14 04:53:18 +00:00
"main": "formats/js/tld-enum.js",
"repository": {
"type": "git",
2017-12-14 05:26:09 +00:00
"url": "git+https://github.com/katmore/tld-enum.git"
2017-12-14 04:53:18 +00:00
},
"author": "Doug Bird",
"license": "MIT",
"bugs": {
2017-12-14 05:26:09 +00:00
"url": "https://github.com/katmore/tld-enum/issues"
2017-12-14 04:53:18 +00:00
},
2017-12-14 05:26:09 +00:00
"homepage": "https://github.com/katmore/tld-enum#readme",
2017-12-14 04:53:18 +00:00
"devDependencies": {
"async-request": "^1.2.0",
"cheerio": "^1.0.0-rc.2",
"commander": "^2.12.2",
"country-data": "0.0.31",
"countryjs": "^1.8.0",
"csv-parse": "^2.0.0",
"csv-stringify": "^2.0.0",
"es6-promisify": "^5.0.0",
"fs": "0.0.1-security",
"fs-extra": "^5.0.0",
"md5-file": "^3.2.3",
"pathinfo": "^0.1.0",
"request": "^2.83.0",
"tmp": "0.0.33"
}
2017-12-14 06:51:41 +00:00
}