-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
138 lines (138 loc) · 3.68 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
127
128
129
130
131
132
133
134
135
136
137
138
{
"name": "silva-travel",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "server.js",
"dependencies": {
"abbrev": "^1.1.1",
"accepts": "^1.3.8",
"ansi-regex": "^5.0.1",
"ansi-styles": "^4.3.0",
"anymatch": "^3.1.3",
"array-flatten": "^1.1.1",
"balanced-match": "^1.0.2",
"binary-extensions": "^2.2.0",
"body-parser": "^1.20.1",
"brace-expansion": "^1.1.11",
"braces": "^3.0.2",
"bytes": "^3.1.2",
"call-bind": "^1.0.2",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
"cliui": "^8.0.1",
"color-convert": "^2.0.1",
"color-name": "^1.1.4",
"concat-map": "^0.0.1",
"concurrently": "^8.2.0",
"content-disposition": "^0.5.4",
"content-type": "^1.0.5",
"cookie": "^0.5.0",
"cookie-signature": "^1.0.6",
"cors": "^2.8.5",
"date-fns": "^2.30.0",
"debug": "^3.2.7",
"depd": "^2.0.0",
"destroy": "^1.2.0",
"dotenv": "^16.3.1",
"ee-first": "^1.1.1",
"emoji-regex": "^8.0.0",
"encodeurl": "^1.0.2",
"escalade": "^3.1.1",
"escape-html": "^1.0.3",
"etag": "^1.8.1",
"express": "^4.18.2",
"fill-range": "^7.0.1",
"finalhandler": "^1.2.0",
"forwarded": "^0.2.0",
"fresh": "^0.5.2",
"function-bind": "^1.1.1",
"get-caller-file": "^2.0.5",
"get-intrinsic": "^1.2.1",
"glob-parent": "^5.1.2",
"has": "^1.0.3",
"has-flag": "^3.0.0",
"has-proto": "^1.0.1",
"has-symbols": "^1.0.3",
"http-errors": "^2.0.0",
"iconv-lite": "^0.4.24",
"ignore-by-default": "^1.0.1",
"inherits": "^2.0.4",
"ipaddr.js": "^1.9.1",
"is-binary-path": "^2.1.0",
"is-extglob": "^2.1.1",
"is-fullwidth-code-point": "^3.0.0",
"is-glob": "^4.0.3",
"is-number": "^7.0.0",
"lodash": "^4.17.21",
"lru-cache": "^6.0.0",
"media-typer": "^0.3.0",
"merge-descriptors": "^1.0.1",
"methods": "^1.1.2",
"mime": "^1.6.0",
"mime-db": "^1.52.0",
"mime-types": "^2.1.35",
"minimatch": "^3.1.2",
"ms": "^2.1.3",
"negotiator": "^0.6.3",
"nodemon": "^3.0.1",
"nopt": "^1.0.10",
"normalize-path": "^3.0.0",
"object-inspect": "^1.12.3",
"on-finished": "^2.4.1",
"parseurl": "^1.3.3",
"path-to-regexp": "^0.1.7",
"picomatch": "^2.3.1",
"proxy-addr": "^2.0.7",
"pstree.remy": "^1.1.8",
"qs": "^6.11.0",
"range-parser": "^1.2.1",
"raw-body": "^2.5.1",
"readdirp": "^3.6.0",
"regenerator-runtime": "^0.13.11",
"require-directory": "^2.1.1",
"rxjs": "^7.8.1",
"safe-buffer": "^5.2.1",
"safer-buffer": "^2.1.2",
"semver": "^7.5.4",
"send": "^0.18.0",
"serve-static": "^1.15.0",
"setprototypeof": "^1.2.0",
"shell-quote": "^1.8.1",
"side-channel": "^1.0.4",
"simple-update-notifier": "^2.0.0",
"spawn-command": "^0.0.2",
"statuses": "^2.0.1",
"string-width": "^4.2.3",
"strip-ansi": "^6.0.1",
"supertest": "^6.3.3",
"supports-color": "^5.5.0",
"to-regex-range": "^5.0.1",
"toidentifier": "^1.0.1",
"touch": "^3.1.0",
"tree-kill": "^1.2.2",
"tslib": "^2.6.1",
"type-is": "^1.6.18",
"undefsafe": "^2.0.5",
"unpipe": "^1.0.0",
"utils-merge": "^1.0.1",
"vary": "^1.1.2",
"wrap-ansi": "^7.0.0",
"y18n": "^5.0.8",
"yallist": "^4.0.0",
"yargs": "^17.7.2",
"yargs-parser": "^21.1.1"
},
"scripts": {
"test": "NODE_OPTIONS=--experimental-vm-modules npx jest --detectOpenHandles --rootDir backend-travel",
"start": "nodemon backend-travel/server.js"
},
"author": "Neeraj Saini",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"babel-jest": "^29.6.2",
"jest": "^29.6.2"
}
}