-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 1.98 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
{
"name": "calculator",
"type": "module",
"version": "1.0.0",
"main": "cal.js",
"dependencies": {
"@types/chalk": "^2.2.0",
"@types/inquirer": "^9.0.3",
"acorn": "^8.10.0",
"acorn-walk": "^8.2.0",
"ansi-escapes": "^4.3.2",
"ansi-regex": "^5.0.1",
"ansi-styles": "^4.3.0",
"arg": "^4.1.3",
"base64-js": "^1.5.1",
"bl": "^4.1.0",
"buffer": "^5.7.1",
"chalk": "^5.3.0",
"chardet": "^0.7.0",
"cli-cursor": "^3.1.0",
"cli-spinners": "^2.9.1",
"cli-width": "^4.1.0",
"clone": "^1.0.4",
"color-convert": "^2.0.1",
"color-name": "^1.1.4",
"create-require": "^1.1.1",
"defaults": "^1.0.4",
"diff": "^4.0.2",
"emoji-regex": "^8.0.0",
"escape-string-regexp": "^5.0.0",
"external-editor": "^3.1.0",
"figures": "^5.0.0",
"has-flag": "^4.0.0",
"iconv-lite": "^0.4.24",
"ieee754": "^1.2.1",
"inherits": "^2.0.4",
"inquirer": "^9.2.11",
"is-fullwidth-code-point": "^3.0.0",
"is-interactive": "^1.0.0",
"is-unicode-supported": "^1.3.0",
"lodash": "^4.17.21",
"log-symbols": "^4.1.0",
"make-error": "^1.3.6",
"mimic-fn": "^2.1.0",
"mute-stream": "^1.0.0",
"onetime": "^5.1.2",
"ora": "^5.4.1",
"os-tmpdir": "^1.0.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",
"signal-exit": "^3.0.7",
"string_decoder": "^1.3.0",
"string-width": "^4.2.3",
"strip-ansi": "^6.0.1",
"supports-color": "^7.2.0",
"tmp": "^0.0.33",
"ts-node": "^10.9.1",
"tslib": "^2.6.2",
"type-fest": "^0.21.3",
"typescript": "^5.2.2",
"util-deprecate": "^1.0.2",
"v8-compile-cache-lib": "^3.0.1",
"wcwidth": "^1.0.1",
"wrap-ansi": "^6.2.0",
"yn": "^3.1.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}