-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
71 lines (71 loc) · 2.14 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
69
70
71
{
"name": "miniprogram-3",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"@vant/weapp": "^1.6.8",
"docxtemplater": "^3.21.2",
"wux-weapp": "^3.8.8"
}
},
"node_modules/@vant/weapp": {
"version": "1.6.8",
"resolved": "https://registry.nlark.com/@vant/weapp/download/@vant/weapp-1.6.8.tgz",
"integrity": "sha1-lIrhb7oHxaIFTFJ4PyKq9qBEU+E="
},
"node_modules/docxtemplater": {
"version": "3.21.2",
"resolved": "https://registry.nlark.com/docxtemplater/download/docxtemplater-3.21.2.tgz",
"integrity": "sha1-um2TcsK9hnlIGnAuzM6NKVx+huA=",
"dependencies": {
"xmldom": "^0.6.0"
},
"engines": {
"node": ">=0.10"
}
},
"node_modules/wux-weapp": {
"version": "3.8.8",
"resolved": "https://registry.nlark.com/wux-weapp/download/wux-weapp-3.8.8.tgz",
"integrity": "sha1-I+NAQkvyXz6neylVZG3nn9yno6A="
},
"node_modules/xmldom": {
"version": "0.6.0",
"resolved": "https://registry.nlark.com/xmldom/download/xmldom-0.6.0.tgz",
"integrity": "sha1-Q6luy4vuzpkc7zgsCDl9gtTQxG8=",
"engines": {
"node": ">=10.0.0"
}
}
},
"dependencies": {
"@vant/weapp": {
"version": "1.6.8",
"resolved": "https://registry.nlark.com/@vant/weapp/download/@vant/weapp-1.6.8.tgz",
"integrity": "sha1-lIrhb7oHxaIFTFJ4PyKq9qBEU+E="
},
"docxtemplater": {
"version": "3.21.2",
"resolved": "https://registry.nlark.com/docxtemplater/download/docxtemplater-3.21.2.tgz",
"integrity": "sha1-um2TcsK9hnlIGnAuzM6NKVx+huA=",
"requires": {
"xmldom": "^0.6.0"
}
},
"wux-weapp": {
"version": "3.8.8",
"resolved": "https://registry.nlark.com/wux-weapp/download/wux-weapp-3.8.8.tgz",
"integrity": "sha1-I+NAQkvyXz6neylVZG3nn9yno6A="
},
"xmldom": {
"version": "0.6.0",
"resolved": "https://registry.nlark.com/xmldom/download/xmldom-0.6.0.tgz",
"integrity": "sha1-Q6luy4vuzpkc7zgsCDl9gtTQxG8="
}
}
}