-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.16 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
{
"name": "upload-document-check",
"version": "1.0.7",
"description": "Open and parse some file types to ensure the content matches with the header",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ksfreitas/upload-document-check.git"
},
"keywords": [
"node",
"javascript",
"document",
"mime",
"header",
"check",
"content"
],
"author": "Cássio de Freitas e Silva",
"license": "MIT",
"bugs": {
"url": "https://github.com/ksfreitas/upload-document-check/issues"
},
"homepage": "https://github.com/ksfreitas/upload-document-check#readme",
"dependencies": {
"event-stream": "^3.3.5",
"exceljs": "^4.2.1",
"extract-zip": "^2.0.1",
"jimp": "^0.14.0",
"lodash": "^4.17.21",
"mammoth": "^1.4.16",
"mmmagic": "^0.5.3",
"pdf-parse": "^1.1.1",
"pngjs": "^3.4.0",
"ppt": "github:ksfreitas/js-ppt",
"pptx-compose": "^0.4.0",
"rimraf": "^3.0.2",
"tmp": "0.0.33",
"unrar-promise": "^2.0.1",
"word-extractor": "^0.3.0",
"xls-to-json": "^0.5.4"
},
"devDependencies": {
"mocha": "^8.3.2"
}
}