{
  "_from": "tldts@^6.1.32",
  "_id": "tldts@6.1.57",
  "_inBundle": false,
  "_integrity": "sha512-Oy7yDXK8meJl8vPMOldzA+MtueAJ5BrH4l4HXwZuj2AtfoQbLjmTJmjNWPUcAo+E/ibHn7QlqMS0BOcXJFJyHQ==",
  "_location": "/tldts",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "tldts@^6.1.32",
    "name": "tldts",
    "escapedName": "tldts",
    "rawSpec": "^6.1.32",
    "saveSpec": null,
    "fetchSpec": "^6.1.32"
  },
  "_requiredBy": [
    "/@cypress/request/tough-cookie"
  ],
  "_resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.57.tgz",
  "_shasum": "5d91d257ac945837358fe3954343fc01122fbad7",
  "_spec": "tldts@^6.1.32",
  "_where": "/var/www/karbon-ai-be-new/node_modules/@cypress/request/node_modules/tough-cookie",
  "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": "^6.1.57"
  },
  "deprecated": false,
  "description": "Library to work against complex domain names, subdomains and URIs.",
  "devDependencies": {
    "@rollup/plugin-node-resolve": "^15.0.1",
    "@rollup/plugin-terser": "^0.4.0",
    "@rollup/plugin-typescript": "^12.1.0",
    "@types/chai": "^4.2.18",
    "@types/mocha": "^10.0.0",
    "@types/node": "^22.0.0",
    "chai": "^4.4.1",
    "mocha": "^10.1.0",
    "nyc": "^17.0.0",
    "rimraf": "^5.0.1",
    "rollup": "^4.1.0",
    "rollup-plugin-sourcemaps": "^0.6.1",
    "tldts-tests": "^6.1.57",
    "typescript": "^5.0.4"
  },
  "files": [
    "dist",
    "src",
    "index.ts"
  ],
  "gitHead": "abf11c3a9e8396ddaddfbd61a836133ee06ad492",
  "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 mocha --config ../../.mocharc.cjs"
  },
  "types": "dist/types/index.d.ts",
  "version": "6.1.57"
}
