forked from commaai/log_reader_js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 741 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 741 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
{
"name": "@commaai/log_reader",
"version": "0.4.0",
"description": "Read in comma.ai capnp logfiles whilst retaining sanity",
"main": "index.js",
"repository": "git@github.com:commaai/log_reader_js.git",
"author": "Chris Vickery <chrisinajar@gmail.com>",
"license": "MIT",
"bin": {
"log-to-json": "./log-to-json.js"
},
"devDependencies": {
"semistandard": "^12.0.1",
"tap-spec": "^4.1.1",
"tape": "^4.9.0"
},
"dependencies": {
"JSONStream": "^1.3.2",
"ap": "^0.2.0",
"capnp-json": "^0.1.2",
"capnp-split": "^0.1.1",
"capnp-ts": "^0.2.4",
"commander": "^2.15.1",
"file-type": "^7.6.0",
"geval": "^2.2.0",
"stream-selector": "^0.4.0",
"wasm-bz2": "^0.0.2"
}
}