-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
126 lines (126 loc) · 3.5 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
118
119
120
121
122
123
124
125
126
{
"name": "blog_main",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"archiver": "^5.3.0",
"archiver-utils": "^2.1.0",
"asap": "^2.0.6",
"async": "^0.9.2",
"aws-sdk": "^2.955.0",
"base64-js": "^1.5.1",
"bcrypt": "^5.0.1",
"bcrypt-promise": "^2.0.0",
"big-integer": "^1.6.48",
"binary": "^0.3.0",
"bl": "^4.1.0",
"buffer": "^5.7.1",
"buffer-crc32": "^0.2.13",
"buffer-equal-constant-time": "^1.0.1",
"buffer-indexof-polyfill": "^1.0.2",
"buffers": "^0.1.1",
"call-bind": "^1.0.2",
"chainsaw": "^0.1.0",
"chalk": "^4.1.1",
"compress-commons": "^4.1.1",
"crc-32": "^1.2.0",
"crc32-stream": "^4.0.2",
"dayjs": "^1.10.5",
"dotenv": "^10.0.0",
"duplexer2": "^0.1.4",
"ejs": "^3.1.6",
"end-of-stream": "^1.4.4",
"escape-string-regexp": "^1.0.5",
"exceljs": "^4.2.1",
"exit-on-epipe": "^1.0.1",
"express": "^4.17.1",
"express-async-handler": "^1.1.4",
"express-query-parser": "^1.0.2",
"express-status-monitor": "^1.3.3",
"fast-csv": "^4.3.6",
"file-type": "^16.5.0",
"filelist": "^1.0.2",
"fs-constants": "^1.0.0",
"fstream": "^1.0.12",
"get-intrinsic": "^1.1.1",
"has-symbols": "^1.0.2",
"image-size": "^1.0.0",
"immediate": "^3.0.6",
"jake": "^10.8.2",
"jszip": "^3.6.0",
"lazystream": "^1.0.0",
"lie": "^3.3.0",
"listenercount": "^1.0.1",
"locutus": "^2.0.15",
"lodash": "^4.17.21",
"lodash.defaults": "^4.2.0",
"lodash.difference": "^4.5.0",
"lodash.escaperegexp": "^4.1.2",
"lodash.flatten": "^4.4.0",
"lodash.groupby": "^4.6.0",
"lodash.includes": "^4.3.0",
"lodash.isboolean": "^3.0.3",
"lodash.isequal": "^4.5.0",
"lodash.isfunction": "^3.0.9",
"lodash.isinteger": "^4.0.4",
"lodash.isnil": "^4.0.0",
"lodash.isnumber": "^3.0.3",
"lodash.isplainobject": "^4.0.6",
"lodash.isstring": "^4.0.1",
"lodash.isundefined": "^3.0.1",
"lodash.once": "^4.1.1",
"lodash.union": "^4.6.0",
"lodash.uniq": "^4.5.0",
"moment": "^2.29.1",
"morgan": "^1.10.0",
"mysql2": "^2.2.5",
"nodemailer": "^6.6.2",
"normalize-path": "^3.0.0",
"object-inspect": "^1.10.3",
"pako": "^1.0.11",
"parse-error": "^0.2.0",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"pop-iterate": "^1.0.1",
"printj": "^1.1.2",
"q": "^2.0.3",
"querystringify": "^2.2.0",
"read-chunk": "^3.2.0",
"readdir-glob": "^1.1.1",
"requires-port": "^1.0.0",
"rootpath": "^0.1.2",
"saxes": "^5.0.1",
"scmp": "^2.1.0",
"sequelize": "^6.6.2",
"sequelize-cli": "^6.2.0",
"set-immediate-shim": "^1.0.1",
"setimmediate": "^1.0.5",
"side-channel": "^1.0.4",
"tar-stream": "^2.2.0",
"tmp": "^0.2.1",
"traverse": "^0.3.9",
"twilio": "^3.65.0",
"unzipper": "^0.10.11",
"url-parse": "^1.5.1",
"validatorjs": "^3.22.1",
"weak-map": "^1.0.5",
"xmlbuilder": "^13.0.2",
"xmlchars": "^2.2.0",
"zip-stream": "^4.1.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/plutonic-india/swift-anytime/swift-anytime-backend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/plutonic-india/swift-anytime/swift-anytime-backend/issues"
},
"homepage": "https://gitlab.com/plutonic-india/swift-anytime/swift-anytime-backend#readme"
}