-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 832 Bytes
/
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
{
"name": "zlib-benchmark",
"version": "1.0.0",
"description": "Benchmarking Node's zlib and its various methods, implementations and libraries",
"main": "benchmark.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"url": "https://github.com/timotejroiko/zlib-benchmark.git"
},
"dependencies": {
"eslint": "^7.16.0",
"fast-zlib": "^2.0.0",
"minimist": "^1.2.5",
"minizlib": "^2.1.2",
"pako": "^2.0.2",
"zlib-sync": "^0.1.7"
},
"keywords": [
"zlib",
"benchmark",
"sync",
"async",
"stream",
"performance",
"test",
"shared",
"context",
"takeover"
],
"author": "Timotej Valentin Rojko",
"funding": {
"type": "patreon",
"url": "https://patreon.com/timotejroiko"
},
"license": "MIT"
}