{
  "_from": "tldts@^7.0.0",
  "_id": "tldts@7.0.22",
  "_inBundle": false,
  "_integrity": "sha512-nqpKFC53CgopKPjT6Wfb6tpIcZXHcI6G37hesvikhx0EmUGPkZrujRyAjgnmp1SHNgpQfKVanZ+KfpANFt2Hxw==",
  "_location": "/tldts",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "tldts@^7.0.0",
    "name": "tldts",
    "escapedName": "tldts",
    "rawSpec": "^7.0.0",
    "saveSpec": null,
    "fetchSpec": "^7.0.0"
  },
  "_requiredBy": [
    "/@crawlee/basic",
    "/@crawlee/core",
    "/tough-cookie"
  ],
  "_resolved": "https://registry.npmjs.org/tldts/-/tldts-7.0.22.tgz",
  "_shasum": "1ace3cf67ee9ca197636da1b410dff8ba837d84f",
  "_spec": "tldts@^7.0.0",
  "_where": "/home/easypc6/backend/node_modules/@crawlee/basic",
  "author": {
    "name": "Rémi Berson"
  },
  "bin": {
    "tldts": "bin/cli.js"
  },
  "bugs": {
    "url": "https://github.com/remusao/tldts/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Alexei",
      "email": "alexeiatyahoodotcom@gmail.com"
    },
    {
      "name": "Alexey",
      "email": "kureev-mail@ya.ru"
    },
    {
      "name": "Andrew",
      "email": "chefandrew@seomoz.org"
    },
    {
      "name": "Johannes Ewald",
      "email": "johannes.ewald@peerigon.com"
    },
    {
      "name": "Jérôme Desboeufs",
      "email": "jerome.desboeufs@gmail.com"
    },
    {
      "name": "Kelly Campbell",
      "email": "kelly.a.campbell@gmail.com"
    },
    {
      "name": "Kiko Beats",
      "email": "josefrancisco.verdu@gmail.com"
    },
    {
      "name": "Kris Reeves",
      "email": "krisreeves@searchfanatics.com"
    },
    {
      "name": "Krzysztof Jan Modras",
      "email": "chrmod@chrmod.net"
    },
    {
      "name": "Olivier Melcher",
      "email": "olivier.melcher@gmail.com"
    },
    {
      "name": "Rémi Berson",
      "email": "remi.berson@pm.me"
    },
    {
      "name": "Saad Rashid",
      "email": "srashid@lendinghome.com"
    },
    {
      "name": "Thomas Parisot",
      "email": "hi@oncletom.io"
    },
    {
      "name": "Timo Tijhof",
      "email": "krinklemail@gmail.com"
    },
    {
      "name": "Xavier Damman",
      "email": "xdamman@gmail.com"
    },
    {
      "name": "Yehezkiel Syamsuhadi",
      "email": "yehezkielbs@gmail.com"
    }
  ],
  "dependencies": {
    "tldts-core": "^7.0.22"
  },
  "deprecated": false,
  "description": "Library to work against complex domain names, subdomains and URIs.",
  "devDependencies": {
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^12.3.0",
    "@types/chai": "^5.2.3",
    "@types/mocha": "^10.0.10",
    "@types/node": "^25.1.0",
    "chai": "^6.2.2",
    "mocha": "^11.7.5",
    "nyc": "^17.1.0",
    "rimraf": "^6.1.2",
    "rollup": "^4.57.1",
    "rollup-plugin-sourcemaps2": "^0.5.4",
    "tldts-tests": "^7.0.22",
    "typescript": "^5.9.3"
  },
  "files": [
    "dist",
    "src",
    "index.ts"
  ],
  "gitHead": "695909c999534ac13fb497465ac566bb63b16c8f",
  "homepage": "https://github.com/remusao/tldts#readme",
  "keywords": [
    "tld",
    "sld",
    "domain",
    "subdomain",
    "subdomain",
    "hostname",
    "browser",
    "uri",
    "url",
    "domain name",
    "public suffix",
    "url parsing",
    "typescript"
  ],
  "license": "MIT",
  "main": "dist/cjs/index.js",
  "module": "dist/es6/index.js",
  "name": "tldts",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/remusao/tldts.git"
  },
  "scripts": {
    "build": "tsc --build ./tsconfig.json",
    "bundle": "tsc --build ./tsconfig.bundle.json && rollup --config ./rollup.config.mjs",
    "clean": "rimraf dist coverage",
    "prepack": "yarn run bundle",
    "test": "nyc ../../node_modules/.bin/mocha --config ../../.mocharc.cjs"
  },
  "types": "dist/types/index.d.ts",
  "version": "7.0.22"
}
