-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
67 lines (67 loc) · 1.29 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
{
"name": "blazed.js",
"version": "1.6.0",
"main": "index.js",
"types": "typings/index.d.ts",
"scripts": {
"test": "jest"
},
"contributors": [
"BlazeInferno64",
"blazeinferno"
],
"keywords": [
"blazed",
"blazed.js",
"HTTP-Client",
"blazed-http-client",
"nodejs",
"javascript",
"node-http",
"node-fetch",
"axios",
"gaxios",
"node",
"https",
"http",
"json",
"automatic-json-parser",
"json-server",
"http/2",
"ws",
"node-blazed.js",
"node-http/2",
"node-https",
"express",
"typescript",
"connect",
"got",
"git",
"htmx",
"www",
"npm",
"high-peformance"
],
"jest": {
"testMatch": [
"**/test/**/*.js"
]
},
"author": "BlazeInferno64 -> https://github.com/blazeinferno64 <-",
"license": "MIT",
"homepage": "https://github.com/blazeinferno64/blazed.js#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/blazeinferno64/blazed.js.git"
},
"description": "Blazing-fast, light weight, high-performance, promise-based HTTP client",
"devDependencies": {
"@eslint/js": "^9.16.0",
"@jest/globals": "^29.7.0",
"eslint": "^9.16.0",
"jest": "^29.7.0"
},
"dependencies": {
"data-uri-to-buffer": "^6.0.2"
}
}