-
Notifications
You must be signed in to change notification settings - Fork 1
/
package-lock.json
43 lines (43 loc) · 1.37 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
{
"name": "KAU-Astro-chaser-Web-Front",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"x2js": "^3.4.3"
}
},
"node_modules/@xmldom/xmldom": {
"version": "0.7.5",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.5.tgz",
"integrity": "sha512-V3BIhmY36fXZ1OtVcI9W+FxQqxVLsPKcNjWigIaa81dLC9IolJl5Mt4Cvhmr0flUnjSpTdrbMTSbXqYqV5dT6A==",
"engines": {
"node": ">=10.0.0"
}
},
"node_modules/x2js": {
"version": "3.4.3",
"resolved": "https://registry.npmjs.org/x2js/-/x2js-3.4.3.tgz",
"integrity": "sha512-+65+WHCaQ9E0Gb2FDz/tYRSRBGGvFsSMiWDGn8KbgJOLkJhZBMCU1lxuRMLyTcx/54IopT0rDQWCUz2f7FTsyQ==",
"dependencies": {
"@xmldom/xmldom": "^0.7.4"
}
}
},
"dependencies": {
"@xmldom/xmldom": {
"version": "0.7.5",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.5.tgz",
"integrity": "sha512-V3BIhmY36fXZ1OtVcI9W+FxQqxVLsPKcNjWigIaa81dLC9IolJl5Mt4Cvhmr0flUnjSpTdrbMTSbXqYqV5dT6A=="
},
"x2js": {
"version": "3.4.3",
"resolved": "https://registry.npmjs.org/x2js/-/x2js-3.4.3.tgz",
"integrity": "sha512-+65+WHCaQ9E0Gb2FDz/tYRSRBGGvFsSMiWDGn8KbgJOLkJhZBMCU1lxuRMLyTcx/54IopT0rDQWCUz2f7FTsyQ==",
"requires": {
"@xmldom/xmldom": "^0.7.4"
}
}
}
}