-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
57 lines (57 loc) · 1.41 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
56
57
{
"name": "pdf-reader",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"pdf2json": {
"version": "1.1.8",
"resolved": "https://registry.npmjs.org/pdf2json/-/pdf2json-1.1.8.tgz",
"integrity": "sha512-ka7l/w+4FM5vdI8X9UihxqdTispanZ72ZKsFdghwpBaHcIhXeWCO0qs81P9modFZHf7s4znf0sxc5k6wk6L4Og==",
"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.8.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.1",
"wordwrap": "~0.0.2"
}
},
"wordwrap": {
"version": "0.0.3",
"bundled": true
},
"xmldom": {
"version": "0.1.22",
"bundled": true
}
}
},
"xmlhttprequest": {
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.8.0.tgz",
"integrity": "sha1-Z/4HXFwk/vOfnWX197f+dRcZaPw="
}
}
}