-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 KB
/
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
35
36
37
38
39
40
41
{
"name": "new-iwhois",
"version": "1.0.0",
"description": "New Generation Interactive WHOIS",
"engines": {
"node": ">=12"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/linuxgemini/new-iwhois.git"
},
"author": {
"name": "İlteriş Yağıztegin Eroğlu (linuxgemini)",
"email": "ilteris@asenkron.com.tr",
"url": "https://linuxgemini.space"
},
"maintainers": [
{
"name": "İlteriş Yağıztegin Eroğlu (linuxgemini)",
"email": "ilteris@asenkron.com.tr",
"url": "https://linuxgemini.space"
}
],
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/linuxgemini/new-iwhois/issues"
},
"homepage": "https://github.com/linuxgemini/new-iwhois#readme",
"dependencies": {
"chardet": "^1.3.0",
"express": "^4.17.1",
"iconv-lite": "^0.6.2",
"ip-address": "^7.1.0",
"rate-limiter-flexible": "^2.1.13",
"redis": "^3.0.2"
}
}