{
  "_args": [
    [
      "tlds@1.252.0",
      "/var/www/html/sprbackend"
    ]
  ],
  "_from": "tlds@1.252.0",
  "_id": "tlds@1.252.0",
  "_inBundle": false,
  "_integrity": "sha512-GA16+8HXvqtfEnw/DTcwB0UU354QE1n3+wh08oFjr6Znl7ZLAeUgYzCcK+/CCrOyE0vnHR8/pu3XXG3vDijXpQ==",
  "_location": "/tlds",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "tlds@1.252.0",
    "name": "tlds",
    "escapedName": "tlds",
    "rawSpec": "1.252.0",
    "saveSpec": null,
    "fetchSpec": "1.252.0"
  },
  "_requiredBy": [
    "/mailparser"
  ],
  "_resolved": "https://registry.npmjs.org/tlds/-/tlds-1.252.0.tgz",
  "_spec": "1.252.0",
  "_where": "/var/www/html/sprbackend",
  "author": {
    "name": "Stephen Mathieson"
  },
  "bin": {
    "tlds": "bin.js"
  },
  "bugs": {
    "url": "https://github.com/stephenmathieson/node-tlds/issues"
  },
  "description": "A list of TLDs.",
  "devDependencies": {
    "eslint": "^7.6.0",
    "got": "^11.5.1",
    "is-punycode": "^1.0.1",
    "prettier": "^2.8.8",
    "punycode": "^2.1.1",
    "semver": "^7.3.2"
  },
  "eslintConfig": {
    "extends": "eslint:recommended",
    "env": {
      "node": true,
      "es2020": true
    }
  },
  "files": [
    "index.json",
    "index.d.ts",
    "bin.js"
  ],
  "homepage": "https://github.com/stephenmathieson/node-tlds#readme",
  "keywords": [
    "data",
    "tld",
    "tlds",
    "top",
    "level",
    "domains"
  ],
  "license": "MIT",
  "main": "index.json",
  "name": "tlds",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stephenmathieson/node-tlds.git"
  },
  "scripts": {
    "format": "prettier --write .",
    "lint": "eslint .",
    "test": "node test.js"
  },
  "version": "1.252.0"
}
