forked from juliangruber/hex-dump
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 975 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 975 Bytes
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
{
"name": "hex-dump",
"version": "3.1.4",
"description": "Simplistic hex dumps for browsers",
"scripts": {
"test": "make test"
},
"repository": "juliangruber/hex-dump",
"devDependencies": {
"abstract-chunk-transport": "^2.0.0",
"beefy": "^2.1.6",
"browserify": "^12.0.1",
"bytes": "^2.1.0",
"entropy-buffer": "^1.0.0",
"fs-chunk-store": "^1.3.5",
"memory-chunk-store": "^1.2.0",
"random-buffer": "^0.1.0",
"websocket-stream": "^2.1.0"
},
"license": "MIT",
"dependencies": {
"binary-shannon-entropy": "^1.1.2",
"brfs": "^1.4.2",
"cache-chunk-store": "^1.0.2",
"chunk-store-multi-get": "^1.2.0",
"colorcoded-bar": "^2.3.0",
"debounce": "^1.0.0",
"fill-colorcoded-bar": "^1.0.5",
"generic-hex-dump": "^1.2.0",
"huge-text-view": "^1.1.0",
"hyperscript": "^1.4.7",
"insert-css": "^0.2.0",
"raf": "^3.2.0"
},
"browserify": {
"transform": [
"brfs"
]
}
}