-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
103 lines (103 loc) · 2.77 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
{
"name": "csv-db-fe",
"version": "1.0.0",
"description": "package to automatically capture report data, convert to .csv, ingest to db and present in a visually appealling way",
"main": "index.js",
"dependencies": {
"ansi-styles": "^3.2.1",
"adler-32": "^1.3.1",
"args": "^5.0.1",
"camelcase": "^5.0.0",
"atomic-sleep": "^1.0.0",
"chalk": "^2.4.2",
"cfb": "^1.2.2",
"color-convert": "^1.9.3",
"color-name": "^1.1.3",
"colorette": "^2.0.16",
"crc-32": "^1.2.2",
"core-util-is": "^1.0.3",
"deepmerge": "^4.3.1",
"dateformat": "^4.6.3",
"domelementtype": "^2.3.0",
"dom-serializer": "^2.0.0",
"domhandler": "^5.0.3",
"dotenv": "^10.0.0",
"duplexify": "^4.1.2",
"entities": "^4.5.0",
"domutils": "^3.1.0",
"encoding-japanese": "^2.0.0",
"end-of-stream": "^1.4.4",
"fast-redact": "^3.0.2",
"escape-string-regexp": "^1.0.5",
"fast-safe-stringify": "^2.1.1",
"fastify-warning": "^0.2.0",
"get-caller-file": "^2.0.5",
"has-flag": "^3.0.0",
"html-to-text": "^9.0.4",
"htmlparser2": "^8.0.2",
"iconv-lite": "^0.6.3",
"he": "^1.2.0",
"inherits": "^2.0.4",
"immediate": "^3.0.6",
"joycon": "^3.1.1",
"isarray": "^1.0.0",
"jszip": "^3.10.1",
"leac": "^0.6.0",
"leven": "^2.1.0",
"libbase64": "^1.2.1",
"libmime": "^5.2.1",
"libqp": "^2.0.1",
"lie": "^3.3.0",
"linkify-it": "^4.0.1",
"lodash": "^4.17.21",
"minimist": "^1.2.8",
"mailsplit": "^5.4.0",
"mailparser": "^3.6.4",
"mri": "^1.1.4",
"moment": "^2.29.4",
"node-imap": "^0.9.6",
"on-exit-leak-free": "^0.2.0",
"nodemailer": "^6.9.1",
"pako": "^1.0.11",
"parseley": "^0.11.0",
"pino": "^7.5.1",
"once": "^1.4.0",
"pino-abstract-transport": "^0.5.0",
"peberminta": "^0.8.0",
"pino-pretty": "^7.2.0",
"pino-std-serializers": "^4.0.0",
"pump": "^3.0.0",
"process-nextick-args": "^2.0.1",
"quick-format-unescaped": "^4.0.4",
"readable-stream": "^3.6.0",
"real-require": "^0.1.0",
"rfdc": "^1.3.0",
"safe-buffer": "^5.2.1",
"safe-stable-stringify": "^2.3.1",
"safer-buffer": "^2.1.2",
"sax": "^1.2.4",
"secure-json-parse": "^2.4.0",
"semver": "^5.3.0",
"selderee": "^0.10.0",
"setimmediate": "^1.0.5",
"sonic-boom": "^2.4.1",
"split2": "^4.1.0",
"strip-json-comments": "^3.1.1",
"stream-shift": "^1.0.1",
"string_decoder": "^1.3.0",
"supports-color": "^5.5.0",
"thread-stream": "^0.13.0",
"uc.micro": "^1.0.6",
"util-deprecate": "^1.0.2",
"xlsx-populate": "^1.21.0",
"wrappy": "^1.0.2",
"utf7": "^1.0.2",
"tlds": "^1.236.0"
},
"devDependencies": {},
"scripts": {
"test": "npm index"
},
"author": "",
"license": "ISC"
}