-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.18 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.18 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
{
"name": "malwareworld",
"version": "1.3.6",
"private": true,
"description": "Aggregated threat intelligence for a static GitHub Pages site (data generated by GitHub Actions).",
"dependencies": {
"better-sqlite3": "^12.0.0",
"geoip-lite": "^1.2.1",
"ip-range-check": "0.0.2",
"node-sha1": "^1.0.1",
"request": "^2.85.0"
},
"devDependencies": {},
"scripts": {
"generate:site": "node scripts/generate-site-data.js",
"test:smoke": "node scripts/smoke-test.js --generate --limit=3 --concurrency=8",
"test": "npm run test:smoke"
},
"repository": {
"type": "git",
"url": "git+https://github.com/carlospolop/MalwareWorld.git"
},
"keywords": [
"malwareworld",
"malware",
"detection",
"spam",
"phising",
"bitcoin",
"tor",
"proxy",
"adware",
"malicious",
"antivirus",
"blacklist",
"whitelist",
"internet",
"threat-intel",
"github-pages"
],
"author": "Carlos Polop <[email protected]> (https://malwareworld.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/carlospolop/MalwareWorld/issues"
},
"homepage": "https://github.com/carlospolop/MalwareWorld#readme"
}