summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/tldts/package.json
blob: ab25f10b561984957be000e5b20d8e0b6e4b2d4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
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"
}