forked from modesty/pdf2json
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
43 lines (43 loc) · 1.12 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
{
"name": "pdf2json",
"version": "4.0.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "pdf2json",
"version": "4.0.4",
"bundleDependencies": [
"@xmldom/xmldom"
],
"license": "Apache-2.0",
"dependencies": {
"@xmldom/xmldom": "^0.8.3"
},
"bin": {
"pdf2json": "bin/pdf2json"
},
"devDependencies": {},
"engines": {
"node": ">=14.18.0",
"npm": ">=6.14.15"
}
},
"node_modules/@xmldom/xmldom": {
"version": "0.8.6",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.6.tgz",
"integrity": "sha512-uRjjusqpoqfmRkTaNuLJ2VohVr67Q5YwDATW3VU7PfzTj6IRaihGrYI7zckGZjxQPBIp63nfvJbM+Yu5ICh0Bg==",
"inBundle": true,
"engines": {
"node": ">=10.0.0"
}
}
},
"dependencies": {
"@xmldom/xmldom": {
"version": "0.8.6",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.6.tgz",
"integrity": "sha512-uRjjusqpoqfmRkTaNuLJ2VohVr67Q5YwDATW3VU7PfzTj6IRaihGrYI7zckGZjxQPBIp63nfvJbM+Yu5ICh0Bg=="
}
}
}