This repository was archived by the owner on Dec 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
47 lines (47 loc) · 1.55 KB
/
package-lock.json
File metadata and controls
47 lines (47 loc) · 1.55 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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "se_zhedai",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "se_zhedai",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"docxtemplater": "^3.37.9",
"weui": "^2.5.16",
"weui-miniprogram": "^1.2.7"
}
},
"node_modules/@xmldom/xmldom": {
"version": "0.8.8",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.8.tgz",
"integrity": "sha512-0LNz4EY8B/8xXY86wMrQ4tz6zEHZv9ehFMJPm8u2gq5lQ71cfRKdaKyxfJAx5aUoyzx0qzgURblTisPGgz3d+Q==",
"engines": {
"node": ">=10.0.0"
}
},
"node_modules/docxtemplater": {
"version": "3.37.9",
"resolved": "https://registry.npmjs.org/docxtemplater/-/docxtemplater-3.37.9.tgz",
"integrity": "sha512-0FYopqsEe8dpN2mILn8qINzXXXZ25qnbXYVJtgjxar3VI0IfUd7nPfZGRffWvAKgLQupPs2dGJDzjRI60TmD8A==",
"dependencies": {
"@xmldom/xmldom": "^0.8.7"
},
"engines": {
"node": ">=0.10"
}
},
"node_modules/weui": {
"version": "2.5.16",
"resolved": "https://registry.npmjs.org/weui/-/weui-2.5.16.tgz",
"integrity": "sha512-d6BLlTzmWPnLmD9ZC4VW7CjTaNlwIRjRZn4R1fGjl/2WUEK+SBNZNmXQRvFh5F1ZDeOKeMSWXe/lllanOOiqPQ=="
},
"node_modules/weui-miniprogram": {
"version": "1.2.7",
"resolved": "https://registry.npmjs.org/weui-miniprogram/-/weui-miniprogram-1.2.7.tgz",
"integrity": "sha512-KuoMzfwqw8x0jdURJc3NnsHziNOw11e6EJsW4mkROIH6QQjorMEhwAxj6aFZuPRnGZLFFFIz2TATxlUYxqoh0Q=="
}
}
}