-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.08 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
{
"name": "qr-code-using-nodejs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"ansi-regex": "^5.0.1",
"ansi-styles": "^4.3.0",
"camelcase": "^5.3.1",
"cliui": "^6.0.0",
"color-convert": "^2.0.1",
"color-name": "^1.1.4",
"decamelize": "^1.2.0",
"dijkstrajs": "^1.0.3",
"emoji-regex": "^8.0.0",
"encode-utf8": "^1.0.3",
"find-up": "^4.1.0",
"get-caller-file": "^2.0.5",
"is-fullwidth-code-point": "^3.0.0",
"locate-path": "^5.0.0",
"p-limit": "^2.3.0",
"p-locate": "^4.1.0",
"p-try": "^2.2.0",
"path-exists": "^4.0.0",
"pngjs": "^5.0.0",
"qrcode": "^1.5.3",
"require-directory": "^2.1.1",
"require-main-filename": "^2.0.0",
"set-blocking": "^2.0.0",
"string-width": "^4.2.3",
"strip-ansi": "^6.0.1",
"which-module": "^2.0.1",
"wrap-ansi": "^6.2.0",
"y18n": "^4.0.3",
"yargs": "^15.4.1",
"yargs-parser": "^18.1.3"
},
"devDependencies": {},
"scripts": {
"test": "npm node index.js"
},
"keywords": [],
"author": "",
"license": "ISC"
}