-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
51 lines (51 loc) · 1.23 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
{
"name": "tlsclientwrapper",
"version": "1.0.2",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"description": "A wrapper for `bogdanfinn/tls-client` based on ffi-rs for unparalleled performance and usability. Inspired by @dryft/tlsclient",
"type": "module",
"author": "DemonMartin",
"license": "ISC",
"dependencies": {
"koffi": "^2.9.0",
"node-fetch": "^3.3.2",
"piscina": "^5.0.0-alpha.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DemonMartin/tlsClient.git"
},
"bugs": {
"url": "https://github.com/DemonMartin/tlsClient/issues"
},
"homepage": "https://github.com/DemonMartin/tlsClient#readme",
"keywords": [
"tls",
"client",
"https",
"http",
"request",
"get",
"post",
"put",
"delete",
"patch",
"head",
"options",
"trace",
"connect",
"tlsclient",
"tls-client",
"tls_client",
"requests",
"httprequests",
"client",
"fingerprints"
],
"devDependencies": {
"axios": "^1.7.9"
}
}