{
  "_from": "tldts-core@^6.1.57",
  "_id": "tldts-core@6.1.57",
  "_inBundle": false,
  "_integrity": "sha512-lXnRhuQpx3zU9EONF9F7HfcRLvN1uRYUBIiKL+C/gehC/77XTU+Jye6ui86GA3rU6FjlJ0triD1Tkjt2F/2lEg==",
  "_location": "/tldts-core",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "tldts-core@^6.1.57",
    "name": "tldts-core",
    "escapedName": "tldts-core",
    "rawSpec": "^6.1.57",
    "saveSpec": null,
    "fetchSpec": "^6.1.57"
  },
  "_requiredBy": [
    "/tldts"
  ],
  "_resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.57.tgz",
  "_shasum": "2cc6e6af3d0807ad616900300083930efa81b57d",
  "_spec": "tldts-core@^6.1.57",
  "_where": "/var/www/karbon-ai-be-new/node_modules/tldts",
  "author": {
    "name": "Rémi Berson"
  },
  "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"
    }
  ],
  "deprecated": false,
  "description": "tldts core primitives (internal module)",
  "devDependencies": {
    "@rollup/plugin-node-resolve": "^15.0.1",
    "@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",
    "typescript": "^5.0.4"
  },
  "files": [
    "dist",
    "src",
    "index.ts"
  ],
  "gitHead": "abf11c3a9e8396ddaddfbd61a836133ee06ad492",
  "homepage": "https://github.com/remusao/tldts#readme",
  "license": "MIT",
  "main": "dist/cjs/index.js",
  "module": "dist/es6/index.js",
  "name": "tldts-core",
  "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.ts --configPlugin typescript",
    "clean": "rimraf dist",
    "prepack": "yarn run bundle",
    "test": "nyc mocha --config ../../.mocharc.cjs"
  },
  "types": "dist/types/index.d.ts",
  "version": "6.1.57"
}
