{ "_from": "tldts@^6.1.32", "_id": "tldts@6.1.86", "_inBundle": false, "_integrity": "sha512-WMi/OQ2axVTf/ykqCQgXiIct+mSQDFdH2fkwhPwgEwvJ1kSzZRiinb0zF2Xb8u4+OqPChmyI6MEu4EezNJz+FQ==", "_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": [ "/tough-cookie" ], "_resolved": "https://registry.npmmirror.com/tldts/-/tldts-6.1.86.tgz", "_shasum": "087e0555b31b9725ee48ca7e77edc56115cd82f7", "_spec": "tldts@^6.1.32", "_where": "D:\\jenkins\\workspace\\gyl-fvue\\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.86" }, "deprecated": false, "description": "Library to work against complex domain names, subdomains and URIs.", "devDependencies": { "@rollup/plugin-node-resolve": "^16.0.0", "@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": "^11.0.1", "nyc": "^17.0.0", "rimraf": "^5.0.1", "rollup": "^4.1.0", "rollup-plugin-sourcemaps": "^0.6.1", "tldts-tests": "^6.1.86", "typescript": "^5.0.4" }, "files": [ "dist", "src", "index.ts" ], "gitHead": "94251baa0e4ee46df6fd06fcd3749fcdf9b14ebc", "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.86" }