-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Expand file tree
/
Copy pathpackage-lock.json
More file actions
65 lines (65 loc) · 2.23 KB
/
Copy pathpackage-lock.json
File metadata and controls
65 lines (65 loc) · 2.23 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "openproject",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "openproject",
"version": "0.1.0",
"hasInstallScript": true,
"dependencies": {
"@xeokit/xeokit-gltf-to-xkt": "^1.3.1"
},
"devDependencies": {
"@redocly/cli": "^2.32.0"
},
"engines": {
"node": "^24.15.0",
"npm": "^11.0.0"
}
},
"node_modules/@redocly/cli": {
"version": "2.35.1",
"resolved": "https://registry.npmjs.org/@redocly/cli/-/cli-2.35.1.tgz",
"integrity": "sha512-8XcUIR6bCI4KmVg6RJyzL3peZhld/tu7oO8WGVaHp43byhcds6ProHlfqEFa+dZA+qA+dUMebgRELVOe5AW4Lg==",
"dev": true,
"license": "MIT",
"bin": {
"openapi": "bin/cli.js",
"redocly": "bin/cli.js"
},
"engines": {
"node": ">=22.12.0 || >=20.19.0 <21.0.0",
"npm": ">=10"
}
},
"node_modules/@xeokit/xeokit-gltf-to-xkt": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/@xeokit/xeokit-gltf-to-xkt/-/xeokit-gltf-to-xkt-1.3.1.tgz",
"integrity": "sha512-6Cpkebw3hs5S7fY4iGU6evt4yL3vcQk34gKqOyH26Ur2LvGiqon6opu/Dgpkqp/F9/0ZPXm0Yv/AHYdezt+C9g==",
"deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.",
"license": "AGPL3",
"dependencies": {
"@xeokit/xeokit-xkt-utils": "1.3.0",
"commander": "^2.20.0"
},
"bin": {
"gltf2xkt": "gltf2xkt.js"
}
},
"node_modules/@xeokit/xeokit-xkt-utils": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/@xeokit/xeokit-xkt-utils/-/xeokit-xkt-utils-1.3.0.tgz",
"integrity": "sha512-FL40Pyb7k66R+4P3wODOa/RxbuYcLWK/VQIfNldEF2FwxhATXcF0yFv/ZR2Ac+dliR/LYL/bIvropZiD7o5DZA==",
"deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.",
"license": "AGPL3"
},
"node_modules/commander": {
"version": "2.20.3",
"resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
"integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
"license": "MIT"
}
}
}