-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
55 lines (55 loc) · 1.28 KB
/
package-lock.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
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"fs": {
"version": "0.0.1-security",
"resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz",
"integrity": "sha1-invTcYa23d84E/I4WLV+yq9eQdQ="
},
"pdf2json": {
"version": "1.1.7",
"resolved": "https://registry.npmjs.org/pdf2json/-/pdf2json-1.1.7.tgz",
"integrity": "sha1-oJ1wXOZNgsvH0Ec9FCSWP3Ub7DI=",
"requires": {
"async": "2.0.1",
"lodash": "4.15.0",
"optimist": "0.6.1",
"xmldom": "0.1.22"
},
"dependencies": {
"async": {
"version": "2.0.1",
"bundled": true,
"requires": {
"lodash": "4.15.0"
}
},
"lodash": {
"version": "4.15.0",
"bundled": true
},
"minimist": {
"version": "0.0.10",
"bundled": true
},
"optimist": {
"version": "0.6.1",
"bundled": true,
"requires": {
"minimist": "0.0.10",
"wordwrap": "0.0.3"
}
},
"wordwrap": {
"version": "0.0.3",
"bundled": true
},
"xmldom": {
"version": "0.1.22",
"bundled": true
}
}
}
}
}