-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
97 lines (97 loc) · 3.58 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "babylonjs-typescript-nullengine-example",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"@babylonjs/core": "5.0.0-alpha.3",
"@babylonjs/materials": "5.0.0-alpha.3",
"recast-detour": "1.3.0",
"typescript": "^3.9.6"
}
},
"node_modules/@babylonjs/core": {
"version": "5.0.0-alpha.3",
"resolved": "https://registry.npmjs.org/@babylonjs/core/-/core-5.0.0-alpha.3.tgz",
"integrity": "sha512-+CXc9AC38+V2MajrtrjNQGHHdar9h1YEv2URmx+x0x+mdLp/yEIOWcAuZLgc/ciHb0C2GdBnQ0Obw1eOXwf6jg==",
"dependencies": {
"tslib": ">=1.10.0"
},
"engines": {
"node": "*"
}
},
"node_modules/@babylonjs/materials": {
"version": "5.0.0-alpha.3",
"resolved": "https://registry.npmjs.org/@babylonjs/materials/-/materials-5.0.0-alpha.3.tgz",
"integrity": "sha512-/+G1HfGnmnCiYHnpfntOhZGNGkSnhJIDEn2mdiKfPc9j/zF5M590xspXZN38bkbRYLvqP4CIvWEZr9qi//OW8A==",
"dependencies": {
"@babylonjs/core": "5.0.0-alpha.3",
"tslib": ">=1.10.0"
},
"engines": {
"node": "*"
}
},
"node_modules/recast-detour": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/recast-detour/-/recast-detour-1.3.0.tgz",
"integrity": "sha512-d69n2yZl79MFynmAs/Vkkt2J6RYkBkdO5JOw3T7NfkGD9sltRAnstFVTH9mYJwBgOgdlXuzbUBV6EgpscTMzvA=="
},
"node_modules/tslib": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz",
"integrity": "sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ=="
},
"node_modules/typescript": {
"version": "3.9.7",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz",
"integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
}
}
},
"dependencies": {
"@babylonjs/core": {
"version": "5.0.0-alpha.3",
"resolved": "https://registry.npmjs.org/@babylonjs/core/-/core-5.0.0-alpha.3.tgz",
"integrity": "sha512-+CXc9AC38+V2MajrtrjNQGHHdar9h1YEv2URmx+x0x+mdLp/yEIOWcAuZLgc/ciHb0C2GdBnQ0Obw1eOXwf6jg==",
"requires": {
"tslib": ">=1.10.0"
}
},
"@babylonjs/materials": {
"version": "5.0.0-alpha.3",
"resolved": "https://registry.npmjs.org/@babylonjs/materials/-/materials-5.0.0-alpha.3.tgz",
"integrity": "sha512-/+G1HfGnmnCiYHnpfntOhZGNGkSnhJIDEn2mdiKfPc9j/zF5M590xspXZN38bkbRYLvqP4CIvWEZr9qi//OW8A==",
"requires": {
"@babylonjs/core": "5.0.0-alpha.3",
"tslib": ">=1.10.0"
}
},
"recast-detour": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/recast-detour/-/recast-detour-1.3.0.tgz",
"integrity": "sha512-d69n2yZl79MFynmAs/Vkkt2J6RYkBkdO5JOw3T7NfkGD9sltRAnstFVTH9mYJwBgOgdlXuzbUBV6EgpscTMzvA=="
},
"tslib": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz",
"integrity": "sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ=="
},
"typescript": {
"version": "3.9.7",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz",
"integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw=="
}
}
}