This repository has been archived by the owner on Oct 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
103 lines (103 loc) · 2.71 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
{
"name": "hashbase",
"version": "1.0.0",
"description": "a p2p ☁",
"main": "index.js",
"scripts": {
"start": "node bin.js",
"test": "npm run unit && npm run lint",
"unit": "ava --fail-fast --verbose test/*.js",
"lint": "standard --fix"
},
"keywords": [
"hyperdrive",
"dat",
"data",
"cloud",
"p2p"
],
"ava": {
"serial": true
},
"author": "Joe Hand <[email protected]> (https://joeahand.com/)",
"license": "MIT",
"dependencies": {
"append-tree": "^2.4.3",
"await-lock": "^1.1.2",
"body-parser": "^1.18.2",
"bytes": "^2.5.0",
"co-express": "^1.2.2",
"cookie-parser": "^1.4.4",
"csurf": "^1.9.0",
"dat-encoding": "^4.0.2",
"datland-swarm-defaults": "^1.0.2",
"debug": "^2.6.9",
"deep-extend": "^0.6.0",
"discovery-server": "^1.1.0",
"ejs": "^2.5.9",
"es6-promisify": "^5.0.0",
"express": "^4.16.3",
"express-rate-limit": "^2.11.0",
"express-server-sent-events": "^1.1.0",
"express-validator": "^3.2.1",
"get-folder-size": "^1.0.1",
"greenlock-express": "^2.6.8",
"hyperdrive": "^9.14.2",
"identify-filetype": "^1.0.0",
"js-yaml": "^3.12.2",
"jsonwebtoken": "^8.5.0",
"less": "^3.7.1",
"level": "^4.0.0",
"level-simple-indexes": "^2.2.0",
"leveldown": "^4.0.2",
"lodash.throttle": "^4.1.1",
"lru": "^3.1.0",
"lru-cache": "^4.1.3",
"mime": "^1.6.0",
"mkdirp": "^0.5.1",
"moment": "^2.24.0",
"monotonic-timestamp": "0.0.9",
"monotonic-timestamp-base36": "^1.0.0",
"ms": "^1.0.0",
"nicedate": "^1.0.0",
"nodemailer": "^2.7.0",
"nodemailer-ses-transport": "^1.5.0",
"nodemailer-stub-transport": "^1.1.0",
"pauls-dat-api": "^8.0.4",
"pauls-embedded-analytics": "^2.0.2",
"pauls-log-utils": "^1.1.0",
"pmx": "^1.6.4",
"pretty-bytes": "^4.0.2",
"pump": "^1.0.3",
"range-parser": "^1.2.0",
"request": "^2.85.0",
"request-promise-native": "^1.0.7",
"rimraf": "^2.6.3",
"sql-template-strings": "^2.2.2",
"sqlite": "^3.0.3",
"stream-collector": "^1.0.1",
"stream-each": "^1.2.2",
"stripe": "^4.25.0",
"subleveldown": "^3.0.0",
"throttle": "^1.0.3",
"through2": "^2.0.3",
"uuid": "^3.2.1",
"vhost": "^3.0.2"
},
"devDependencies": {
"ava": "^0.17.0",
"dat-node": "^3.5.14",
"dat-pinning-service-client": "^2.0.2",
"memdb": "^1.3.1",
"nodemailer-mock-transport": "^1.3.0",
"standard": "^10.0.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/datprotocol/hypercloud.git"
},
"bugs": {
"url": "https://github.com/datprotocol/hypercloud/issues"
},
"homepage": "https://github.com/datprotocol/hypercloud#readme"
}