forked from frame-xr/buffered-interpolation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
73 lines (73 loc) · 2.35 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
{
"name": "buffered-interpolation-babylon",
"version": "0.2.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "buffered-interpolation-babylon",
"version": "0.2.6",
"license": "MPL-2.0",
"devDependencies": {
"typescript": "^4.5.4"
},
"peerDependencies": {
"@babylonjs/core": "^5.0.0-alpha.54"
}
},
"node_modules/@babylonjs/core": {
"version": "5.0.0-alpha.54",
"resolved": "https://registry.npmjs.org/@babylonjs/core/-/core-5.0.0-alpha.54.tgz",
"integrity": "sha512-MGXLtL6JODWSYDLqAVLT4GoMbuDGFFzn9vlqdikUDLXavkOrDCvZEPX+n2gJEujqaceBbQRuR8yF7l7j/07aaQ==",
"peer": true,
"dependencies": {
"tslib": "^2.3.1"
},
"engines": {
"node": "*"
}
},
"node_modules/tslib": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
"integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==",
"peer": true
},
"node_modules/typescript": {
"version": "4.5.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz",
"integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
}
}
},
"dependencies": {
"@babylonjs/core": {
"version": "5.0.0-alpha.54",
"resolved": "https://registry.npmjs.org/@babylonjs/core/-/core-5.0.0-alpha.54.tgz",
"integrity": "sha512-MGXLtL6JODWSYDLqAVLT4GoMbuDGFFzn9vlqdikUDLXavkOrDCvZEPX+n2gJEujqaceBbQRuR8yF7l7j/07aaQ==",
"peer": true,
"requires": {
"tslib": "^2.3.1"
}
},
"tslib": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
"integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==",
"peer": true
},
"typescript": {
"version": "4.5.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz",
"integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==",
"dev": true
}
}
}