-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
34 lines (34 loc) · 851 Bytes
/
package.json
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
{
"name": "@gorhill/publicsuffixlist",
"version": "3.0.1",
"description": "JavaScript utility to handle Public Suffix List from Mozilla Foundation",
"type": "module",
"main": "publicsuffixlist.js",
"scripts": {
"docs-test": "node scripts/docs-test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gorhill/publicsuffixlist.js.git"
},
"keywords": [
"dns",
"domains",
"publicsuffixlist",
"tld",
"url"
],
"author": "Raymond Hill (https://github.com/gorhill)",
"contributors": [
"Manish Jethani <code@manishjethani.io>"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/gorhill/publicsuffixlist.js/issues"
},
"homepage": "https://github.com/gorhill/publicsuffixlist.js#readme",
"engines": {
"node": ">=14.0.0",
"npm": ">=6.14.4"
}
}