-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
43 lines (43 loc) · 1.14 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
{
"name": "hyperfs",
"version": "2.2.3",
"description": "A content-addressable union file system that replicates and is build on top of fuse, leveldb and node",
"main": "index.js",
"bin": {
"hyperfs": "bin.js"
},
"dependencies": {
"cuid": "^1.2.5",
"execspawn": "^0.2.1",
"from2": "^1.3.0",
"fuse-bindings": "^2.4.3",
"hyperlog": "^3.7.0",
"level": "^1.0.0",
"level-enumerate": "^1.0.1",
"level-temp": "^2.1.0",
"lexicographic-integer": "^1.1.0",
"minimist": "^1.1.1",
"mkdirp": "^0.5.1",
"mknod": "^1.0.3",
"multiplex": "^6.0.4",
"pretty-bytes": "^2.0.1",
"pump": "^1.0.0",
"single-line-log": "^0.4.1",
"sorted-union-stream": "^2.1.1",
"subleveldown": "^2.0.0",
"through2": "^0.6.5",
"through2-concurrent": "^1.0.0",
"transport-stream": "^1.1.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/hyperfs.git"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/hyperfs/issues"
},
"homepage": "https://github.com/mafintosh/hyperfs"
}