-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
80 lines (80 loc) · 1.99 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
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
79
80
{
"name": "MTX_hktools",
"version": "1.1.0",
"description": "巅狼团队,checkUrl, hacker pwn tools",
"main": "./lib/core_new.js",
"dependencies": {
"Buffer": "0.0.0",
"browserify": "^16.2.3",
"browserify-package-json": "^1.0.1",
"colors": "^1.3.3",
"crawler": "^1.2.1",
"crypto": "^1.0.1",
"detect-character-encoding": "^0.7.0",
"express": "^4.18.2",
"global-tunnel": "^1.2.0",
"html-entities": "^1.2.1",
"http-proxy": "^1.18.1",
"ip-to-int": "^0.3.1",
"jsqr": "^1.1.1",
"juicer": "^0.6.15",
"levelup": "^3.1.1",
"magnet-uri": "^5.2.4",
"md5": "^2.2.1",
"md5-file": "^4.0.0",
"moment": "^2.29.4",
"morgan": "^1.9.1",
"mysql": "^2.16.0",
"net": "^1.0.2",
"node-uuid": "^1.4.8",
"node-zip": "^1.1.1",
"npm-run-path": "^3.1.0",
"p2pspider": "0.0.4",
"parse-torrent": "^6.1.2",
"path": "^0.12.7",
"poplib": "^0.1.7",
"pretty-bytes": "^5.1.0",
"qrcode": "^1.5.1",
"qrcode-reader": "^1.0.4",
"readline": "^1.3.0",
"redis": "^3.1.1",
"request": "^2.88.0",
"sendmail": "^1.4.1",
"serve-favicon": "^2.5.0",
"socksv5": "0.0.6",
"spdx-expression-parse": "^3.0.0",
"ssh2": "^1.4.0",
"stream": "0.0.2",
"system": "^2.0.1",
"tesseract.js": "^4.0.2",
"text-to-svg": "^3.1.3",
"tunnel-ssh": "^4.1.4",
"uglify-js": "^3.5.6",
"url": "^0.11.0",
"urlencode": "^1.1.0",
"useragent": "^2.3.0",
"util": "^0.11.0",
"validate-npm-package-license": "^3.0.4",
"webpage": "^0.3.0",
"webtorrent": "^0.102.4",
"zip-folder": "^1.0.0"
},
"devDependencies": {},
"scripts": {
"test": "node checkUrl -h"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hktalent/myhktools.git"
},
"keywords": [
"hacker",
"tools"
],
"author": "mtx",
"license": "ISC",
"bugs": {
"url": "https://github.com/hktalent/myhktools/issues"
},
"homepage": "https://github.com/hktalent/myhktools#readme"
}