-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
39 lines (39 loc) · 1.24 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
{
"name": "docxtpl-cli",
"version": "0.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"docxtemplater": {
"version": "3.8.2",
"resolved": "https://registry.npmjs.org/docxtemplater/-/docxtemplater-3.8.2.tgz",
"integrity": "sha512-+Y19YGhlKYaRtzR4jFX3L1dcNt5t+8NBEAqLsKyNOsU63K8OzPUeStJNltqiDdXGtHXzylx9mLL6CM8sYAYOQw==",
"requires": {
"xmldom": "0.1.27"
}
},
"jszip": {
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/jszip/-/jszip-2.6.1.tgz",
"integrity": "sha1-uI86ey5noqBIFSmCx6N1bZxIKPA=",
"requires": {
"pako": "1.0.6"
}
},
"jszip-utils": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/jszip-utils/-/jszip-utils-0.0.2.tgz",
"integrity": "sha1-RX1cvKYKHC4HBunaK1ROjnvFC/g="
},
"pako": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/pako/-/pako-1.0.6.tgz",
"integrity": "sha512-lQe48YPsMJAig+yngZ87Lus+NF+3mtu7DVOBu6b/gHO1YpKwIj5AWjZ/TOS7i46HD/UixzWb1zeWDZfGZ3iYcg=="
},
"xmldom": {
"version": "0.1.27",
"resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.27.tgz",
"integrity": "sha1-1QH5ezvbQDr4757MIFcxh6rawOk="
}
}
}