forked from stjet/Banano-Faucet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 2.46 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
{
"name": "Banano-Faucet",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@bananocoin/bananojs": "^2.4.24",
"a-sync-waterfall": "^1.0.1",
"accepts": "^1.3.7",
"array-flatten": "^3.0.0",
"asap": "^2.0.6",
"aws4": "^1.11.0",
"axios": "^0.21.2",
"bananojs": "npm:@bananocoin/bananojs@^2.4.24",
"bl": "^5.0.0",
"body-parser": "^1.19.0",
"bson": "^4.5.3",
"buffer-alloc": "^1.2.0",
"bytes": "^3.1.0",
"chalk": "^4.1.2",
"chokidar": "^3.5.2",
"content-disposition": "^0.5.3",
"content-type": "^1.0.4",
"cookie": "^0.4.1",
"cookie-parser": "^1.4.5",
"cookie-signature": "^1.1.0",
"core-util-is": "^1.0.3",
"debug": "^4.3.2",
"denque": "^2.0.1",
"depd": "^2.0.0",
"destroy": "^1.0.4",
"ee-first": "^1.1.1",
"encodeurl": "^1.0.2",
"escape-html": "^1.0.3",
"etag": "^1.8.1",
"express": "^4.17.1",
"finalhandler": "^1.1.2",
"follow-redirects": "^1.14.4",
"forwarded": "^0.2.0",
"fresh": "^0.5.2",
"http-errors": "^1.8.0",
"iconv-lite": "^0.6.3",
"inherits": "^2.0.4",
"ipaddr.js": "^2.0.1",
"isarray": "^2.0.5",
"media-typer": "^1.1.0",
"memory-pager": "^1.5.0",
"merge-descriptors": "^1.0.1",
"methods": "^1.1.2",
"mime": "^2.5.2",
"mime-db": "^1.50.0",
"mime-score": "^1.2.0",
"mime-types": "^2.1.33",
"mongodb": "^3.6.6",
"mongodb-client-encryption": "^1.2.7",
"ms": "^2.1.3",
"nanojs": "npm:@bananocoin/bananojs@^2.4.24",
"negotiator": "^0.6.2",
"nunjucks": "^3.2.3",
"on-finished": "^2.3.0",
"optional-require": "^1.1.8",
"parseurl": "^1.3.3",
"path-to-regexp": "^6.2.0",
"process-nextick-args": "^2.0.1",
"proxy-addr": "^2.0.7",
"qs": "^6.10.1",
"range-parser": "^1.2.1",
"raw-body": "^2.4.1",
"readable-stream": "^3.6.0",
"safe-buffer": "^5.2.1",
"safer-buffer": "^2.1.2",
"saslprep": "^1.0.3",
"send": "^0.17.1",
"serve-static": "^1.14.1",
"setprototypeof": "^1.2.0",
"sparse-bitfield": "^3.0.3",
"statuses": "^2.0.1",
"string_decoder": "^1.3.0",
"tap": "^15.0.10",
"tape": "^5.3.1",
"toidentifier": "^1.0.0",
"type-is": "^1.6.18",
"unpipe": "^1.0.0",
"util-deprecate": "^1.0.2",
"utils-merge": "^1.0.1",
"vary": "^1.1.2"
}
}