forked from LalithKumar77/QRGen
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
125 lines (125 loc) · 3.32 KB
/
package.json
File metadata and controls
125 lines (125 loc) · 3.32 KB
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
{
"name": "qr-code-project",
"version": "1.0.0",
"description": "QR Code generator",
"main": "index.js",
"type": "module",
"dependencies": {
"accepts": "^1.3.8",
"ansi-escapes": "^4.3.2",
"ansi-regex": "^5.0.1",
"ansi-styles": "^4.3.0",
"array-flatten": "^1.1.1",
"base64-js": "^1.5.1",
"bl": "^4.1.0",
"body-parser": "^1.20.2",
"buffer": "^5.7.1",
"bytes": "^3.1.2",
"call-bind": "^1.0.7",
"chalk": "^4.1.2",
"chardet": "^0.7.0",
"cli-cursor": "^3.1.0",
"cli-spinners": "^2.9.2",
"cli-width": "^4.1.0",
"clone": "^1.0.4",
"color-convert": "^2.0.1",
"color-name": "^1.1.4",
"content-disposition": "^0.5.4",
"content-type": "^1.0.5",
"cookie": "^0.6.0",
"cookie-signature": "^1.0.6",
"debug": "^2.6.9",
"defaults": "^1.0.4",
"define-data-property": "^1.1.4",
"depd": "^2.0.0",
"destroy": "^1.2.0",
"ee-first": "^1.1.1",
"emoji-regex": "^8.0.0",
"encodeurl": "^1.0.2",
"es-define-property": "^1.0.0",
"es-errors": "^1.3.0",
"escape-html": "^1.0.3",
"etag": "^1.8.1",
"express": "^4.19.2",
"external-editor": "^3.1.0",
"finalhandler": "^1.2.0",
"forwarded": "^0.2.0",
"fresh": "^0.5.2",
"fs": "^0.0.1-security",
"function-bind": "^1.1.2",
"get-intrinsic": "^1.2.4",
"gopd": "^1.0.1",
"has-flag": "^4.0.0",
"has-property-descriptors": "^1.0.2",
"has-proto": "^1.0.3",
"has-symbols": "^1.0.3",
"hasown": "^2.0.2",
"http-errors": "^2.0.0",
"iconv-lite": "^0.4.24",
"ieee754": "^1.2.1",
"inherits": "^2.0.4",
"inquirer": "^9.3.6",
"ipaddr.js": "^1.9.1",
"is-fullwidth-code-point": "^3.0.0",
"is-interactive": "^1.0.0",
"is-unicode-supported": "^0.1.0",
"log-symbols": "^4.1.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",
"mimic-fn": "^2.1.0",
"ms": "^2.0.0",
"mute-stream": "^1.0.0",
"negotiator": "^0.6.3",
"object-inspect": "^1.13.2",
"on-finished": "^2.4.1",
"onetime": "^5.1.2",
"ora": "^5.4.1",
"os-tmpdir": "^1.0.2",
"parseurl": "^1.3.3",
"path-to-regexp": "^0.1.7",
"proxy-addr": "^2.0.7",
"qr-image": "^3.2.0",
"qs": "^6.11.0",
"range-parser": "^1.2.1",
"raw-body": "^2.5.2",
"readable-stream": "^3.6.2",
"restore-cursor": "^3.1.0",
"run-async": "^3.0.0",
"rxjs": "^7.8.1",
"safe-buffer": "^5.2.1",
"safer-buffer": "^2.1.2",
"send": "^0.18.0",
"serve-static": "^1.15.0",
"set-function-length": "^1.2.2",
"setprototypeof": "^1.2.0",
"side-channel": "^1.0.6",
"signal-exit": "^3.0.7",
"statuses": "^2.0.1",
"string_decoder": "^1.3.0",
"string-width": "^4.2.3",
"strip-ansi": "^6.0.1",
"supports-color": "^7.2.0",
"tmp": "^0.0.33",
"toidentifier": "^1.0.1",
"tslib": "^2.6.3",
"type-fest": "^0.21.3",
"type-is": "^1.6.18",
"unpipe": "^1.0.0",
"util-deprecate": "^1.0.2",
"utils-merge": "^1.0.1",
"vary": "^1.1.2",
"wcwidth": "^1.0.1",
"wrap-ansi": "^6.2.0",
"yoctocolors-cjs": "^2.1.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "Lalith Kumar",
"license": "ISC"
}