Select Git revision
package.json
This project manages its dependencies using npm.
Learn more
package.json 3.94 KiB
{
"name": "tour-booking",
"version": "1.0.0",
"description": "",
"main": "server.js",
"dependencies": {
"accepts": "^1.3.8",
"ansi-styles": "^4.3.0",
"ansicolors": "^0.2.1",
"anymatch": "^3.1.3",
"array-flatten": "^1.1.1",
"async": "^3.2.6",
"aws-ssl-profiles": "^1.1.2",
"balanced-match": "^1.0.2",
"bcrypt": "^5.1.1",
"bcryptjs": "^3.0.2",
"binary-extensions": "^2.3.0",
"bn.js": "^2.0.0",
"body-parser": "^1.20.3",
"brace-expansion": "^1.1.11",
"braces": "^3.0.3",
"bytes": "^3.1.2",
"call-bind-apply-helpers": "^1.0.2",
"call-bound": "^1.0.4",
"cardinal": "^0.4.4",
"chalk": "^4.1.2",
"chokidar": "^3.6.0",
"color-convert": "^2.0.1",
"color-name": "^1.1.4",
"concat-map": "^0.0.1",
"content-disposition": "^0.5.4",
"content-type": "^1.0.5",
"cookie": "^0.7.1",
"cookie-signature": "^1.0.6",
"core-util-is": "^1.0.3",
"debug": "^2.6.9",
"denque": "^2.1.0",
"depd": "^2.0.0",
"destroy": "^1.2.0",
"dotenv": "^16.4.7",
"double-ended-queue": "^2.0.0-0",
"dunder-proto": "^1.0.1",
"ee-first": "^1.1.1",
"ejs": "^3.1.10",
"encodeurl": "^2.0.0",
"es-define-property": "^1.0.1",
"es-errors": "^1.3.0",
"es-object-atoms": "^1.1.1",
"escape-html": "^1.0.3",
"esprima": "^1.0.4",
"etag": "^1.8.1",
"express": "^4.21.2",
"express-session": "^1.18.1",
"filelist": "^1.0.4",
"fill-range": "^7.1.1",
"finalhandler": "^1.3.1",
"forwarded": "^0.2.0",
"fresh": "^0.5.2",
"function-bind": "^1.1.2",
"generate-function": "^2.3.1",
"get-intrinsic": "^1.3.0",
"get-proto": "^1.0.1",
"glob-parent": "^5.1.2",
"gopd": "^1.2.0",
"has-flag": "^4.0.0",
"has-symbols": "^1.1.0",
"hasown": "^2.0.2",
"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-glob": "^4.0.3",
"is-number": "^7.0.0",
"is-property": "^1.0.2",
"isarray": "^0.0.1",
"jake": "^10.9.2",
"jsonwebtoken": "^9.0.2",
"long": "^5.3.1",
"lru-cache": "^7.18.3",
"lru.min": "^1.1.2",
"math-intrinsics": "^1.1.0",
"media-typer": "^0.3.0",
"merge-descriptors": "^1.0.3",
"methods": "^1.1.2",
"mime": "^1.6.0",
"mime-db": "^1.52.0",
"mime-types": "^2.1.35",
"minimatch": "^3.1.2",
"ms": "^2.0.0",
"mysql2": "^3.13.0",
"mysql2-promise": "^0.1.4",
"named-placeholders": "^1.1.3",
"negotiator": "^0.6.3",
"nodemon": "^3.1.9",
"normalize-path": "^3.0.0",
"object-inspect": "^1.13.4",
"on-finished": "^2.4.1",
"on-headers": "^1.0.2",
"parseurl": "^1.3.3",
"path-to-regexp": "^0.1.12",
"picomatch": "^2.3.1",
"proxy-addr": "^2.0.7",
"pstree.remy": "^1.1.8",
"q": "^1.5.1",
"qs": "^6.13.0",
"random-bytes": "^1.0.0",
"range-parser": "^1.2.1",
"raw-body": "^2.5.2",
"readable-stream": "^1.0.33",
"readdirp": "^3.6.0",
"redeyed": "^0.4.4",
"safe-buffer": "^5.2.1",
"safer-buffer": "^2.1.2",
"semver": "^7.7.1",
"send": "^0.19.0",
"seq-queue": "^0.0.5",
"serve-static": "^1.16.2",
"setprototypeof": "^1.2.0",
"side-channel": "^1.1.0",
"side-channel-list": "^1.0.0",
"side-channel-map": "^1.0.1",
"side-channel-weakmap": "^1.0.2",
"simple-update-notifier": "^2.0.0",
"sqlstring": "^2.3.3",
"statuses": "^2.0.1",
"string_decoder": "^0.10.31",
"supports-color": "^7.2.0",
"to-regex-range": "^5.0.1",
"toidentifier": "^1.0.1",
"touch": "^3.1.1",
"type-is": "^1.6.18",
"uid-safe": "^2.1.5",
"undefsafe": "^2.0.5",
"unpipe": "^1.0.0",
"utils-merge": "^1.0.1",
"vary": "^1.1.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC"
}