summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/tldts-core/package.json
blob: 93cd195ca8b34c2548e3c2547ed08f0dfc28ee95 (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
{
  "_from": "tldts-core@^5.3.2",
  "_id": "tldts-core@5.3.2",
  "_inBundle": false,
  "_integrity": "sha512-bGI7MvrFXnbNhSkKEKAjiRo+eoIuIsuzF/hOtpI7HLMLWamIGtrLuNv2nlBOdN/h6iB6B32B4MxmwPWTZ70TaQ==",
  "_location": "/tldts-core",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "tldts-core@^5.3.2",
    "name": "tldts-core",
    "escapedName": "tldts-core",
    "rawSpec": "^5.3.2",
    "saveSpec": null,
    "fetchSpec": "^5.3.2"
  },
  "_requiredBy": [
    "/tldts"
  ],
  "_resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-5.3.2.tgz",
  "_shasum": "3823653310c2dc6e51d00998098a72a3cc203ea9",
  "_spec": "tldts-core@^5.3.2",
  "_where": "/srv/reevo-2020/bin/wiki/ImportarDesdeURL/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": {
    "@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",
    "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",
  "license": "MIT",
  "main": "dist/cjs/index.js",
  "module": "dist/es6/index.js",
  "name": "tldts-core",
  "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",
    "lint": "tslint --config ../../tslint.json --project ./tsconfig.json",
    "prebundle": "yarn run build",
    "prepack": "yarn run bundle",
    "test": "jest --config ./jest.config.js ./test/"
  },
  "types": "dist/types/index.d.ts",
  "version": "5.3.2"
}