-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.01 KB
/
Copy pathpackage.json
File metadata and controls
78 lines (78 loc) · 2.01 KB
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
{
"dependencies": {
"@koa/router": "^15.7.0",
"@ladjs/koa-views": "^9.0.0",
"@types/koa__router": "^12.0.4",
"axios": "^1.7.7",
"bootstrap": "^5.3.2",
"cheerio": "^1.0.0",
"convict": "^6.2.3",
"haikunator": "^2.1.2",
"handlebars": "^4.7.3",
"isbot": "^5.1.18",
"js-yaml": "^5.2.1",
"koa": "^3.2.1",
"koa-better-flash": "0.0.4",
"koa-body": "^8.0.0",
"koa-pino-logger": "^5.0.0",
"koa-session": "^7.0.2",
"koa-static": "^5.0.0",
"luxon": "^3.5.0",
"maxmind": "^5.0.6",
"nodemon": "^3.1.7",
"pino": "^10.3.1",
"pino-caller": "^4.0.0",
"punycode": "^2.3.0",
"source-map-support": "^0.5.13",
"tldts": "^7.4.8",
"tmp-promise": "^3.0.2",
"transliteration": "^2.3.5",
"urijs": "^1.19.1",
"uuid": "^14.0.1",
"whoiser": "^2.0.0-beta.10",
"whoisserver-world": "^1.0.30"
},
"description": "A website for diagnosing DNS resolution and other networking issues",
"devDependencies": {
"@types/convict": "^6.1.1",
"@types/js-yaml": "^4.0.0",
"@types/koa": "^2.15.2",
"@types/koa-session": "^6.4.2",
"@types/koa-static": "^4.0.1",
"@types/luxon": "^3.3.2",
"@types/node": "^26.1.1",
"@types/psl": "^1.1.0",
"@types/punycode": "^2.1.0",
"@types/tmp": "^0.2.0",
"@types/urijs": "^1.19.3",
"@types/uuid": "^10.0.0",
"pino-pretty": "^13.0.0",
"typescript": "^7.0.2"
},
"engines": {
"node": ">=22",
"npm": ">=9"
},
"homepage": "https://resolve.rs/",
"keywords": [
"dns",
"geolocation"
],
"license": "AGPL-3.0-or-later",
"main": "dist/server.js",
"name": "resolve.rs",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/redirect2me/resolvers"
},
"scripts": {
"build": "tsc",
"css": "sass scss/style.scss:static/css/style.css",
"run": "nodemon",
"start": "node --enable-source-maps dist/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"version": "1.0.0"
}