-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
123 lines (123 loc) · 3.27 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
{
"devDependencies": {
"eslint": "^8.32.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"prettier": "^2.8.3"
},
"name": "backend",
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"acorn": "^8.8.1",
"acorn-jsx": "^5.3.2",
"ajv": "^6.12.6",
"ansi-regex": "^5.0.1",
"ansi-styles": "^4.3.0",
"argparse": "^2.0.1",
"balanced-match": "^1.0.2",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.1",
"brace-expansion": "^1.1.11",
"callsites": "^3.1.0",
"chalk": "^4.1.2",
"color-convert": "^2.0.1",
"color-name": "^1.1.4",
"concat-map": "^0.0.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cross-spawn": "^7.0.3",
"debug": "^4.3.4",
"deep-is": "^0.1.4",
"doctrine": "^3.0.0",
"dotenv": "^16.0.3",
"escape-string-regexp": "^4.0.0",
"eslint-scope": "^7.1.1",
"eslint-utils": "^3.0.0",
"eslint-visitor-keys": "^3.3.0",
"espree": "^9.4.1",
"esquery": "^1.4.0",
"esrecurse": "^4.3.0",
"estraverse": "^5.3.0",
"esutils": "^2.0.3",
"express": "^4.18.2",
"express-jwt": "^8.3.0",
"fast-deep-equal": "^3.1.3",
"fast-json-stable-stringify": "^2.1.0",
"fast-levenshtein": "^2.0.6",
"fastq": "^1.15.0",
"file-entry-cache": "^6.0.1",
"find-up": "^5.0.0",
"flat-cache": "^3.0.4",
"flatted": "^3.2.7",
"fs.realpath": "^1.0.0",
"glob": "^7.2.3",
"glob-parent": "^6.0.2",
"globals": "^13.19.0",
"grapheme-splitter": "^1.0.4",
"has-flag": "^4.0.0",
"ignore": "^5.2.4",
"import-fresh": "^3.3.0",
"imurmurhash": "^0.1.4",
"inflight": "^1.0.6",
"inherits": "^2.0.4",
"is-extglob": "^2.1.1",
"is-glob": "^4.0.3",
"is-path-inside": "^3.0.3",
"isexe": "^2.0.0",
"js-sdsl": "^4.2.0",
"js-yaml": "^4.1.0",
"json-schema-traverse": "^0.4.1",
"json-stable-stringify-without-jsonify": "^1.0.1",
"jsonwebtoken": "^9.0.0",
"levn": "^0.4.1",
"locate-path": "^6.0.0",
"lodash.merge": "^4.6.2",
"minimatch": "^3.1.2",
"mongoose": "^6.8.4",
"morgan": "^1.10.0",
"ms": "^2.1.2",
"multer": "^1.4.5-lts.1",
"natural-compare": "^1.4.0",
"nodemon": "^2.0.20",
"once": "^1.4.0",
"optionator": "^0.9.1",
"p-limit": "^3.1.0",
"p-locate": "^5.0.0",
"parent-module": "^1.0.1",
"path-exists": "^4.0.0",
"path-is-absolute": "^1.0.1",
"path-key": "^3.1.1",
"prelude-ls": "^1.2.1",
"punycode": "^2.2.0",
"queue-microtask": "^1.2.3",
"razorpay": "^2.8.4",
"regexpp": "^3.2.0",
"resolve-from": "^4.0.0",
"reusify": "^1.0.4",
"rimraf": "^3.0.2",
"run-parallel": "^1.2.0",
"shebang-command": "^2.0.0",
"shebang-regex": "^3.0.0",
"strip-ansi": "^6.0.1",
"strip-json-comments": "^3.1.1",
"supports-color": "^7.2.0",
"text-table": "^0.2.0",
"type-check": "^0.4.0",
"type-fest": "^0.20.2",
"uri-js": "^4.4.1",
"which": "^2.0.2",
"word-wrap": "^1.2.3",
"wrappy": "^1.0.2",
"yocto-queue": "^0.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"author": "",
"license": "ISC",
"description": ""
}