{
 "name": "tlds2",
 "version": "2.2.17",
 "description": "Comprehensive list of TLDs and subdomain registrars",
 "main": "index.js",
 "scripts": {
  "test": "./node_modules/mocha/bin/mocha.js"
 },
 "repository": {
  "type": "git",
  "url": "git+https://github.com/mykiimike/node-tlds2.git"
 },
 "keywords": [
  "TLDs",
  "top-level domains",
  "subdomains",
  "registrars",
  "domain control",
  "parsing"
 ],
 "author": "Michael Vergoz <m.vergoz@protonmail.com>",
 "license": "MIT",
 "bugs": {
  "url": "https://github.com/mykiimike/node-tlds2/issues"
 },
 "homepage": "https://github.com/mykiimike/node-tlds2#readme",
 "devDependencies": {
  "mocha": "^10.2.0"
 }
}