summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/tldts/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'bin/wiki/ImportarDesdeURL/node_modules/tldts/package.json')
-rw-r--r--bin/wiki/ImportarDesdeURL/node_modules/tldts/package.json160
1 files changed, 160 insertions, 0 deletions
diff --git a/bin/wiki/ImportarDesdeURL/node_modules/tldts/package.json b/bin/wiki/ImportarDesdeURL/node_modules/tldts/package.json
new file mode 100644
index 00000000..ab25f10b
--- /dev/null
+++ b/bin/wiki/ImportarDesdeURL/node_modules/tldts/package.json
@@ -0,0 +1,160 @@
+{
+ "_from": "tldts@~5.3.2",
+ "_id": "tldts@5.3.2",
+ "_inBundle": false,
+ "_integrity": "sha512-R96Q0sJoD1vMYZ5YI0om32AZW2SYDxWfcg0111gnJYIvfyVgHOwyYj2dLFhpkPCSH7AwwUe0MmewmUrQhJXRjQ==",
+ "_location": "/tldts",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "tldts@~5.3.2",
+ "name": "tldts",
+ "escapedName": "tldts",
+ "rawSpec": "~5.3.2",
+ "saveSpec": null,
+ "fetchSpec": "~5.3.2"
+ },
+ "_requiredBy": [
+ "/metascraper-clearbit"
+ ],
+ "_resolved": "https://registry.npmjs.org/tldts/-/tldts-5.3.2.tgz",
+ "_shasum": "d7e9b31b70b7d7687a16fe31a18ec2ca8a33f852",
+ "_spec": "tldts@~5.3.2",
+ "_where": "/srv/reevo-2020/bin/wiki/ImportarDesdeURL/node_modules/metascraper-clearbit",
+ "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": "^5.3.2"
+ },
+ "deprecated": false,
+ "description": "Library to work against complex domain names, subdomains and URIs.",
+ "devDependencies": {
+ "@ampproject/rollup-plugin-closure-compiler": "^0.10.0",
+ "@types/jest": "^24.0.15",
+ "@types/node": "^12.0.3",
+ "jest": "^24.8.0",
+ "rimraf": "^2.6.3",
+ "rollup": "^1.17.0",
+ "rollup-plugin-node-resolve": "^5.2.0",
+ "rollup-plugin-sourcemaps": "^0.4.2",
+ "tldts-tests": "^5.3.2",
+ "ts-jest": "^24.0.2",
+ "tslint": "^5.18.0",
+ "tslint-config-prettier": "^1.18.0",
+ "typescript": "^3.5.2"
+ },
+ "files": [
+ "dist"
+ ],
+ "gitHead": "29ad399169551d4c2a8eb366d7d73354b1b17a3e",
+ "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",
+ "repository": {
+ "type": "git",
+ "url": "git+ssh://git@github.com/remusao/tldts.git"
+ },
+ "scripts": {
+ "build": "tsc --build ./tsconfig.json",
+ "bundle": "rollup --config ./rollup.config.ts",
+ "clean": "rimraf dist coverage",
+ "lint": "tslint --config ../../tslint.json --project ./tsconfig.json",
+ "prebundle": "yarn run build",
+ "prepack": "yarn run bundle",
+ "test": "jest --config ./jest.config.js --coverage ./test/"
+ },
+ "types": "dist/types/index.d.ts",
+ "version": "5.3.2"
+}