{ "_from": "tldts-core@^6.1.86", "_id": "tldts-core@6.1.86", "_inBundle": false, "_integrity": "sha512-Je6p7pkk+KMzMv2XXKmAE3McmolOQFdxkKw0R8EYNr7sELW46JqnNeTX8ybPiQgvg1ymCoF8LXs5fzFaZvJPTA==", "_location": "/tldts-core", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "tldts-core@^6.1.86", "name": "tldts-core", "escapedName": "tldts-core", "rawSpec": "^6.1.86", "saveSpec": null, "fetchSpec": "^6.1.86" }, "_requiredBy": [ "/tldts" ], "_resolved": "https://registry.npmmirror.com/tldts-core/-/tldts-core-6.1.86.tgz", "_shasum": "a93e6ed9d505cb54c542ce43feb14c73913265d8", "_spec": "tldts-core@^6.1.86", "_where": "D:\\jenkins\\workspace\\gyl-fvue\\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": "^16.0.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", "typescript": "^5.0.4" }, "files": [ "dist", "src", "index.ts" ], "gitHead": "94251baa0e4ee46df6fd06fcd3749fcdf9b14ebc", "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.86" }