-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage-lock.json
54 lines (54 loc) · 1.83 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
{
"name": "snazzy-info-window",
"version": "1.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"async-each": {
"version": "0.1.6",
"resolved": "https://registry.npmjs.org/async-each/-/async-each-0.1.6.tgz",
"integrity": "sha1-tn6Z7c3fllQeRK9WKQzX1cbnBDk="
},
"async-image-loader": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/async-image-loader/-/async-image-loader-2.0.3.tgz",
"integrity": "sha1-m/b3xLmikDkeDapXiw4D7iqwXZ0=",
"requires": {
"async-each": "0.1.6",
"events": "1.1.1",
"load-img": "1.0.0"
}
},
"events": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/events/-/events-1.1.1.tgz",
"integrity": "sha1-nr23Y1rQmccNzEwqH1AEKI6L2SQ="
},
"google-panorama-equirectangular": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/google-panorama-equirectangular/-/google-panorama-equirectangular-2.1.0.tgz",
"integrity": "sha1-GRPjGj9oE4nlYRpsE299sBW8HIY=",
"requires": {
"async-image-loader": "2.0.3",
"events": "1.1.1",
"google-panorama-tiles": "1.0.3",
"google-panorama-url": "1.0.0"
}
},
"google-panorama-tiles": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/google-panorama-tiles/-/google-panorama-tiles-1.0.3.tgz",
"integrity": "sha1-eWvXteT2at0WchXI4iEpdX3KTrM="
},
"google-panorama-url": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/google-panorama-url/-/google-panorama-url-1.0.0.tgz",
"integrity": "sha1-cUfLJFqUcmZxOmAO7QjdWtbwcwo="
},
"load-img": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/load-img/-/load-img-1.0.0.tgz",
"integrity": "sha1-CVN0SYk8MqhwkHRkVWbExfqprCY="
}
}
}