-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 921 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 921 Bytes
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
{
"name": "dnsbl",
"version": "4.0.3",
"description": "Query DNS-based blackhole lists",
"author": "silverwind <me@silverwind.io>",
"repository": "silverwind/dnsbl",
"license": "BSD-2-Clause",
"type": "module",
"sideEffects": false,
"exports": "./index.js",
"packageManager": "pnpm@10.33.0",
"engines": {
"node": ">=16"
},
"files": [
"index.js"
],
"dependencies": {
"ip-ptr": "^3.0.0",
"p-map": "^7.0.4"
},
"devDependencies": {
"eslint": "9.39.2",
"eslint-config-silverwind": "131.0.4",
"jest-extended": "7.0.0",
"typescript-config-silverwind": "17.0.0",
"updates": "17.15.2",
"updates-config-silverwind": "2.1.0",
"versions": "15.0.0",
"vitest": "4.1.4",
"vitest-config-silverwind": "11.1.4"
},
"keywords": [
"dnsbl",
"rbl",
"query",
"ip",
"ipv4",
"ipv6",
"dns",
"blacklist",
"blackhole"
]
}