-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathnpm-shrinkwrap.json
28 lines (28 loc) · 1.07 KB
/
npm-shrinkwrap.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
{
"name": "wap3d",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"jquery": {
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.1.tgz",
"integrity": "sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw=="
},
"jquery-ui-dist": {
"version": "1.12.1",
"resolved": "https://registry.npmjs.org/jquery-ui-dist/-/jquery-ui-dist-1.12.1.tgz",
"integrity": "sha1-XAgV08xvkP9fqvWyaKbiO0ypBPo="
},
"plotly.js-basic-dist-min": {
"version": "1.53.0",
"resolved": "https://registry.npmjs.org/plotly.js-basic-dist-min/-/plotly.js-basic-dist-min-1.53.0.tgz",
"integrity": "sha512-54DKxLOP1/vlloGnEsbxAXtZzOxvqSsMCWm5FsjNb6HIlZXDSg6H8XniimXRev04IdyKesVobPpmtU063MWeiA=="
},
"three": {
"version": "0.114.0",
"resolved": "https://registry.npmjs.org/three/-/three-0.114.0.tgz",
"integrity": "sha512-3av45FxJeqYm7Rl02dfGBoqTaf2a934oUB4zMNrN8xjmASoSGeeykYoAr35+UntTdJDY/STw6CY3KuXFBWETig=="
}
}
}