-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
118 lines (118 loc) · 2.99 KB
/
package.json
File metadata and controls
118 lines (118 loc) · 2.99 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
{
"name": "chatbot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@leafgard/csv2html": "^1.1.1",
"@titanium/xml2json": "0.0.11",
"@xml-tools/parser": "^1.0.4",
"async": "^3.2.0",
"body-parser": "^1.19.0",
"camaro": "^4.2.0",
"caporal": "^1.3.0",
"co": "^4.6.0",
"connect-busboy": "0.0.2",
"convert-csv-to-json": "0.0.15",
"cookies": "^0.8.0",
"cors": "^2.8.5",
"csv": "^0.3.7",
"csv-headers": "^1.0.0",
"csv-mysql": "^1.0.3",
"csv-parser": "^2.3.2",
"csv-reader": "^1.0.6",
"csv-table": "^0.1.2",
"csv-table-parser": "^1.1.0",
"csv-to-html-table": "^1.0.2",
"csv-to-mysql": "0.0.5",
"csvjson": "^5.1.0",
"csvtojson": "^2.0.10",
"data2model": "0.0.9",
"dsplit": "^4.0.0",
"ejs": "^3.0.1",
"elementtree": "^0.1.7",
"excel-to-mysql": "^2.5.7",
"excel2mysql": "^1.1.12",
"exceljs": "^3.8.1",
"express": "^4.17.1",
"express-fileupload": "^1.1.6",
"express-session": "^1.17.0",
"fast-csv": "^4.1.1",
"fast-xml-parser": "^3.16.0",
"fileuploader": "^1.2.7",
"formidable": "^1.2.2",
"fs": "0.0.1-security",
"geojson": "^0.5.0",
"get-stream": "^5.1.0",
"he": "^1.2.0",
"http": "0.0.0",
"inquirer": "^1.0.2",
"jade-bootstrap": "^1.0.14",
"jquery-csv": "^1.0.11",
"jquery-filepond": "^1.0.0",
"jshare": "0.0.10",
"json-2-csv": "^3.6.2",
"json2csv": "^5.0.0",
"json_xml": "^1.2.5",
"jsonexport": "^2.4.1",
"jsontosql2": "0.0.7",
"knex": "^0.20.11",
"leftpad": "0.0.1",
"line-reader": "^0.4.0",
"lodash": "^4.17.15",
"multer": "^1.4.2",
"mysql": "^2.18.1",
"mysql-backup": "^1.0.0",
"mysqldump": "^3.1.0",
"neat-csv": "^5.2.0",
"node-json2html": "^1.4.0",
"node-session": "^1.2.1",
"node-xlsx": "^0.12.1",
"nodemailer": "^6.4.6",
"open": "^7.0.3",
"papaparse": "^5.2.0",
"path": "^0.12.7",
"pug": "^2.0.4",
"q": "^1.4.1",
"read-excel-file": "^4.0.6",
"rec-acc-parser": "^1.0.7",
"regex": "^0.1.1",
"request": "^2.88.2",
"routes": "^2.1.0",
"rwlock": "^5.0.0",
"sax": "^1.2.4",
"stream": "0.0.2",
"to-readable-stream": "^2.1.0",
"util": "^0.12.3",
"xls-to-json-lc": "^0.3.4",
"xlsx": "^0.8.8",
"xlsx-extract": "^0.1.3",
"xlsx-mysql": "^1.0.8",
"xlsx-parse-json": "^3.1.0",
"xlsx-to-json": "^0.3.0",
"xlsx-to-json-lc": "^0.5.0",
"xml-2-json-files": "^1.0.0",
"xml-csv": "^1.0.1",
"xml-js": "^1.6.11",
"xml-mapping": "^1.7.1",
"xml-parser": "^1.2.1",
"xml2js": "^0.4.23",
"xml2rec": "^1.0.26",
"xml2sql": "^1.0.1",
"xmldom": "^0.3.0"
},
"devDependencies": {
"@types/exceljs": "^1.3.0",
"concurrently": "^5.1.0",
"mysql-import": "^4.0.24",
"nodemon": "^2.0.2"
},
"runtimeArgs": [
"--max-old-space-size=8192 "
]
}