-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
36 lines (36 loc) · 1.03 KB
/
Copy pathpackage-lock.json
File metadata and controls
36 lines (36 loc) · 1.03 KB
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
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"angular": {
"version": "1.3.20",
"resolved": "https://registry.npmjs.org/angular/-/angular-1.3.20.tgz",
"integrity": "sha1-sjo9fF5/mffZW5tNSbmsNVJpuu4="
},
"docxtemplater": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/docxtemplater/-/docxtemplater-1.0.5.tgz",
"integrity": "sha1-v2uoNvuqYHqShqnAeULjQBS+lO0=",
"requires": {
"jszip": "^2.4.0"
},
"dependencies": {
"jszip": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/jszip/-/jszip-2.4.0.tgz",
"integrity": "sha1-SHqTt2w7/6bLCFzWHrk06r4tKU8=",
"requires": {
"pako": "~0.2.5"
},
"dependencies": {
"pako": {
"version": "0.2.5",
"resolved": "https://registry.npmjs.org/pako/-/pako-0.2.5.tgz",
"integrity": "sha1-Nt8ZRno4eRUumtzER4TwfQqAxSU="
}
}
}
}
}
}
}