-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.88 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
{
"name": "sdim",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/SEARCAPhil/sdim.git",
"author": "jkga <[email protected]>",
"license": "MIT",
"type": "module",
"exports": {
"./node_modules/@bundled-es-modules/pdfjs-dist/build/pdf.js": "./src/Sdim.js"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.5.5",
"@bundled-es-modules/pdfjs-dist": "^2.1.266-rc",
"@types/pdfjs-dist": "^2.0.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"canvas": "^2.5.0",
"clean-webpack-plugin": "^3.0.0",
"cli-color": "^1.4.0",
"commander": "^2.20.0",
"pdfjs-dist": "^2.1.266",
"uglifyjs-webpack-plugin": "^2.1.3",
"webpack": "^4.38.0",
"webpack-cli": "^3.3.6"
},
"dependencies": {
"@babel/preset-env": "^7.5.5",
"babel-loader": "^8.0.6",
"tesseract.js": "^2.0.0-alpha.13"
},
"resolutions": {
"semver": "6.3.0",
"jsesc": "2.5.2",
"source-map": "0.6.1",
"minimist": "1.2.0",
"pump": "2.0.1",
"pify": "2.3.0",
"debug": "3.2.6",
"ms": "2.0.0",
"inherits": "2.0.1",
"safe-buffer": "5.2.0",
"string_decoder": "1.2.0",
"punycode": "1.3.2",
"define-property": "0.2.5",
"extend-shallow": "2.0.1",
"kind-of": "4.0.0",
"isobject": "2.1.0",
"is-extendable": "0.1.1",
"is-descriptor": "0.1.6",
"is-accessor-descriptor": "0.1.6",
"is-data-descriptor": "0.1.4",
"has-value": "0.3.1",
"has-values": "0.1.4",
"util": "0.10.3",
"is-glob": "3.1.0",
"normalize-path": "2.1.1",
"string-width": "2.1.1",
"strip-ansi": "4.0.0",
"is-fullwidth-code-point": "2.0.0",
"ansi-regex": "3.0.0",
"supports-color": "6.1.0",
"global-modules": "1.0.0",
"global-prefix": "1.0.2",
"json5": "2.1.0",
"schema-utils": "0.4.7",
"node-pre-gyp": "0.11.0"
}
}