-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
44 lines (44 loc) · 1.58 KB
/
package-lock.json
File metadata and controls
44 lines (44 loc) · 1.58 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
{
"name": "docx-formula-polisher",
"version": "0.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "docx-formula-polisher",
"version": "0.1.0",
"dependencies": {
"mathml2omml": "^0.5.0",
"temml": "^0.10.34"
},
"engines": {
"node": ">=18.13.0"
}
},
"node_modules/mathml2omml": {
"version": "0.5.0",
"resolved": "https://artifactory.stepfun-inc.com/artifactory/api/npm/npm-public/mathml2omml/-/mathml2omml-0.5.0.tgz",
"integrity": "sha512-4eLs37a+TH+CL/M5XZZrlc75SNRJNPiZzIaeSSvH0UFCRaCdSYRHWvrlA7MUbeQks/z4sVhfg+GlcZhVVUHzqg=="
},
"node_modules/temml": {
"version": "0.10.34",
"resolved": "https://artifactory.stepfun-inc.com/artifactory/api/npm/npm-public/temml/-/temml-0.10.34.tgz",
"integrity": "sha512-f3b5CaPwPvMviA+CtHy0qoIGWvzpRrNpXmGRc/Y1jc9gAYy+xOlndJFyn7Vfcz7cBcS8QRvv8z0EEH59sHCQxg==",
"engines": {
"node": ">=18.13.0"
}
}
},
"dependencies": {
"mathml2omml": {
"version": "0.5.0",
"resolved": "https://artifactory.stepfun-inc.com/artifactory/api/npm/npm-public/mathml2omml/-/mathml2omml-0.5.0.tgz",
"integrity": "sha512-4eLs37a+TH+CL/M5XZZrlc75SNRJNPiZzIaeSSvH0UFCRaCdSYRHWvrlA7MUbeQks/z4sVhfg+GlcZhVVUHzqg=="
},
"temml": {
"version": "0.10.34",
"resolved": "https://artifactory.stepfun-inc.com/artifactory/api/npm/npm-public/temml/-/temml-0.10.34.tgz",
"integrity": "sha512-f3b5CaPwPvMviA+CtHy0qoIGWvzpRrNpXmGRc/Y1jc9gAYy+xOlndJFyn7Vfcz7cBcS8QRvv8z0EEH59sHCQxg=="
}
}
}