forked from dat-ecosystem/dat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
117 lines (117 loc) · 2.88 KB
/
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
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "dat",
"version": "6.6.2",
"description": "real-time replication and versioning for data sets (tabular and blobs)",
"preferGlobal": true,
"keywords": [
"hyperdata",
"synchronization",
"dataset",
"data package"
],
"main": "index.js",
"bin": {
"dat": "cli.js"
},
"scripts": {
"test": "node test/run.js | tap-spec",
"bench": "node benchmarks/bulk-replication.js"
},
"repository": {
"type": "git",
"url": "git://github.com/maxogden/dat.git"
},
"author": "max ogden",
"license": "BSD",
"dependencies": {
"JSONStream": "^0.8.2",
"ansimd": "0.0.1",
"basic": "~0.0.1",
"bops": "~0.1.0",
"byte-stream": "~2.0.2",
"concat-stream": "~1.4.3",
"connections": "~1.0.0",
"cookie-cutter": "^0.1.1",
"corsify": "~1.0.2",
"csv-parser": "^1.2.1",
"csv-write-stream": "~0.1.1",
"cuid": "^1.2.4",
"dat-editor-prebuilt": "^1.0.19",
"dat-remote-blobs": "^2.0.0",
"dat-replicator": "^3.1.0",
"debug": "~0.7.4",
"debug-stream": "^2.0.0",
"duplexer2": "0.0.2",
"duplexify": "^3.1.2",
"end-of-stream": "^1.0.0",
"execspawn": "^0.2.0",
"extend": "~1.2.1",
"content-addressable-blob-store": "^4.0.2",
"getport": "~0.1.0",
"hacker-deps": "^0.1.1",
"head-stream": "~0.0.4",
"isnumber": "^1.0.0",
"json-protobuf-encoding": "^1.0.1",
"ldjson-stream": "~1.0.0",
"level-dat": "^4.4.1",
"level-events": "^1.0.2",
"level-js": "^2.1.3",
"level-manifest": "~1.2.0",
"leveldown-prebuilt": "~0.10.2",
"levelup": "~0.18.2",
"lexicographic-integer": "~1.1.0",
"minimist": "~0.2.0",
"mkdirp": "~0.3.5",
"multibuffer": "~2.2.0",
"multibuffer-stream": "~2.1.0",
"multilevel": "~6.0.0",
"multistream": "^1.4.1",
"peek-stream": "^1.1.1",
"pretty-bytes": "^0.1.1",
"protocol-buffers": "^2.3.3",
"pump": "^0.3.5",
"pumpify": "^1.3.2",
"read": "^1.0.5",
"request": "~2.27.0",
"resolve": "^0.7.1",
"rimraf": "~2.2.2",
"routes-router": "~1.5.3",
"single-line-log": "^0.3.1",
"skim-blob-store": "^1.0.0",
"sleep-ref": "^1.1.0",
"speedometer": "^0.1.2",
"stdout": "0.0.3",
"stdout-stream": "^1.3.0",
"stream-splicer": "^1.1.0",
"through2": "^0.6.1",
"write-transform-read": "^1.0.0"
},
"directories": {
"example": "examples",
"test": "test"
},
"bugs": {
"url": "https://github.com/maxogden/dat/issues"
},
"devDependencies": {
"memdown": "^0.7.1",
"run-parallel": "^1.0.0",
"run-series": "^1.0.2",
"tap-spec": "^0.2.0",
"tape": "^2.13.3",
"tree-kill": "0.0.6",
"win-spawn": "^2.0.0"
},
"browser": {
"leveldown-prebuilt": "level-js"
},
"testling": {
"files": "test/run.js",
"browsers": [
"ie/latest",
"firefox/latest",
"chrome/latest"
]
},
"homepage": "https://github.com/maxogden/dat"
}