-
Notifications
You must be signed in to change notification settings - Fork 1
/
package-lock.json
68 lines (68 loc) · 2.76 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
58
59
60
61
62
63
64
65
66
67
68
{
"name": "@cantonese/parse-jyutping-table-full",
"version": "0.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"hkscs_unicode_converter": {
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/hkscs_unicode_converter/-/hkscs_unicode_converter-0.1.4.tgz",
"integrity": "sha512-uUDRDNG4Mhivp5ulk5iVRRTRaMshG5dGMv0gpdBgInzV9/UO0fzOIDrwDtwd1DS/G6cPTQ80zfH3sReTLZxFsg==",
"requires": {
"is-hexadecimal": "^1"
}
},
"is-hexadecimal": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz",
"integrity": "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw=="
},
"pdf2json": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/pdf2json/-/pdf2json-1.2.0.tgz",
"integrity": "sha512-Z/m+OFOe13Nn2SHQNSINZ6Mh2b8t2bK3whL3L6b5Av1wqDvotYvpMg1Zi8aEPV37jF0jG0yQ83c8XuuNbIsn6Q==",
"requires": {
"async": "^3.2.0",
"lodash": "^4.17.13",
"optimist": "^0.6.1",
"xmldom": "^0.3.0"
},
"dependencies": {
"async": {
"version": "3.2.0",
"resolved": "https://artifact.devsnc.com/content/groups/npm-all/async/-/async-3.2.0.tgz",
"integrity": "sha512-TR2mEZFVOj2pLStYxLht7TyfuRzaydfpxr3k9RpHIzMgw7A64dzsdqCxH1WJyQdoe8T10nDXd9wnEigmiuHIZw=="
},
"lodash": {
"version": "4.17.15",
"resolved": "https://artifact.devsnc.com/content/groups/npm-all/lodash/-/lodash-4.17.15.tgz",
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
},
"minimist": {
"version": "0.0.10",
"resolved": "https://artifact.devsnc.com/content/groups/npm-all/minimist/-/minimist-0.0.10.tgz",
"integrity": "sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8="
},
"optimist": {
"version": "0.6.1",
"resolved": "https://artifact.devsnc.com/content/groups/npm-all/optimist/-/optimist-0.6.1.tgz",
"integrity": "sha1-2j6nRob6IaGaERwybpDrFaAZZoY=",
"requires": {
"minimist": "~0.0.1",
"wordwrap": "~0.0.2"
}
},
"wordwrap": {
"version": "0.0.3",
"resolved": "https://artifact.devsnc.com/content/groups/npm-all/wordwrap/-/wordwrap-0.0.3.tgz",
"integrity": "sha1-o9XabNXAvAAI03I0u68b7WMFkQc="
},
"xmldom": {
"version": "0.3.0",
"resolved": "https://artifact.devsnc.com/content/groups/npm-all/xmldom/-/xmldom-0.3.0.tgz",
"integrity": "sha512-z9s6k3wxE+aZHgXYxSTpGDo7BYOUfJsIRyoZiX6HTjwpwfS2wpQBQKa2fD+ShLyPkqDYo5ud7KitmLZ2Cd6r0g=="
}
}
}
}
}