-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 859 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
{
"name": "time-stream",
"version": "1.0.0",
"description": "Stream timeseries data to a file",
"main": "index.js",
"dependencies": {
"bulk-write-stream": "^1.1.3",
"length-prefixed-stream": "^1.5.0",
"through2": "^2.0.1",
"varint": "^4.0.1"
},
"devDependencies": {
"from2": "^2.1.1",
"protocol-buffers": "^3.1.6",
"tape": "^4.6.0",
"tempfile": "^1.1.1"
},
"scripts": {
"test": "node test.js",
"benchmark": "node benchmark.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sofroniewn/time-stream.git"
},
"keywords": [
"timeseries",
"stream",
"fast"
],
"author": "Nicholas Sofroniew",
"license": "MIT",
"bugs": {
"url": "https://github.com/sofroniewn/time-stream/issues"
},
"homepage": "https://github.com/sofroniewn/time-stream#readme"
}