-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.65 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.65 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "saz-tools",
"version": "0.0.17",
"description": "Parsing, dumping, viewing and analysing tools for SAZ (Fiddler) files",
"author": "Ferdinand Prantl <prantlf@gmail.com> (http://prantl.tk/)",
"homepage": "https://github.com/prantlf/saz-tools#readme",
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/prantlf/saz-tools/blob/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/prantlf/saz-tools/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prantlf/saz-tools.git"
},
"engines": {
"node": ">=10"
},
"files": [
"scripts",
"man"
],
"man": [
"man/sazdump.1",
"man/sazserve.1"
],
"scripts": {
"postinstall": "node scripts/install",
"preuninstall": "node scripts/uninstall"
},
"keywords": [
"saz ",
"fiddler",
"parser",
"parse",
"print",
"console",
"analyze",
"web-page",
"http-server"
],
"dependencies": {
"gather-stream": "1.0.0",
"simple-get": "4.0.0",
"tar": "6.1.0",
"yauzl": "2.10.0"
},
"devDependencies": {
"bootstrap": "4.6.0",
"chardin.js": "git://github.com/prantlf/chardin.js.git#b49968b92cb8f5306df67239a6dd0a039fc0f1bd",
"datatables.net": "1.10.24",
"datatables.net-bs4": "1.10.24",
"datatables.net-buttons": "1.7.0",
"datatables.net-buttons-bs4": "1.7.0",
"datatables.net-colreorder-bs4": "1.5.3",
"datatables.net-fixedheader-bs4": "3.1.8",
"jquery": "3.6.0",
"js-yaml": "4.1.0",
"jszip": "3.6.0",
"pdfmake": "0.1.71",
"popper.js": "^1.16.1",
"standard": "16.0.3",
"stream": "0.0.2"
}
}