-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
104 lines (104 loc) · 2.74 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
{
"name": "lightweight-blog",
"version": "1.0.0",
"description": "<h1>Lightweight Blog using EJS, Node.js, Express and Mongoose</h1>",
"main": "app.js",
"dependencies": {
"accepts": "^1.3.5",
"array-flatten": "^1.1.1",
"base64-js": "^1.5.1",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"bowser": "^2.11.0",
"bson": "^4.7.2",
"buffer": "^5.7.1",
"bytes": "^3.0.0",
"content-disposition": "^0.5.2",
"content-type": "^1.0.4",
"cookie": "^0.3.1",
"cookie-parser": "^1.4.6",
"cookie-signature": "^1.0.6",
"debug": "^2.6.9",
"depd": "^1.1.2",
"destroy": "^1.0.4",
"dotenv": "^16.0.3",
"ee-first": "^1.1.1",
"ejs": "^2.6.1",
"encodeurl": "^1.0.2",
"escape-html": "^1.0.3",
"etag": "^1.8.1",
"express": "^4.18.2",
"express-session": "^1.17.3",
"fast-xml-parser": "^4.0.11",
"finalhandler": "^1.1.1",
"firebase": "^9.18.0",
"forwarded": "^0.1.2",
"fresh": "^0.5.2",
"http-errors": "^1.6.3",
"iconv-lite": "^0.4.23",
"ieee754": "^1.2.1",
"inherits": "^2.0.3",
"ip": "^2.0.0",
"ipaddr.js": "^1.8.0",
"jsonwebtoken": "^9.0.0",
"kareem": "^2.5.1",
"lodash": "^4.17.21",
"media-typer": "^0.3.0",
"memory-pager": "^1.5.0",
"merge-descriptors": "^1.0.1",
"methods": "^1.1.2",
"mime": "^1.4.1",
"mime-db": "^1.36.0",
"mime-types": "^2.1.20",
"mongodb": "^4.13.0",
"mongodb-connection-string-url": "^2.6.0",
"mongoose": "^6.10.4",
"mpath": "^0.9.0",
"mquery": "^4.0.3",
"ms": "^2.0.0",
"negotiator": "^0.6.1",
"on-finished": "^2.3.0",
"parseurl": "^1.3.2",
"path-to-regexp": "^0.1.7",
"proxy-addr": "^2.0.4",
"punycode": "^2.3.0",
"qs": "^6.5.2",
"range-parser": "^1.2.0",
"raw-body": "^2.3.3",
"safe-buffer": "^5.1.1",
"safer-buffer": "^2.1.2",
"saslprep": "^1.0.3",
"send": "^0.16.2",
"serve-static": "^1.13.2",
"setprototypeof": "^1.1.0",
"sift": "^16.0.1",
"smart-buffer": "^4.2.0",
"socks": "^2.7.1",
"sparse-bitfield": "^3.0.3",
"statuses": "^1.5.0",
"strnum": "^1.0.5",
"tr46": "^3.0.0",
"tslib": "^2.5.0",
"type-is": "^1.6.16",
"unpipe": "^1.0.0",
"utils-merge": "^1.0.1",
"uuid": "^8.3.2",
"validator": "^13.9.0",
"vary": "^1.1.2",
"webidl-conversions": "^7.0.0",
"whatwg-url": "^11.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/karlo292/lightweight-blog.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/karlo292/lightweight-blog/issues"
},
"homepage": "https://github.com/karlo292/lightweight-blog#readme"
}