-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
104 lines (104 loc) · 4.34 KB
/
Copy pathpackage-lock.json
File metadata and controls
104 lines (104 loc) · 4.34 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
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
98
99
100
101
102
103
104
{
"name": "map",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"leaflet": "^1.9.1",
"leaflet-choropleth": "^1.1.4",
"leaflet-geonames": "^0.4.9",
"leaflet-mouse-position": "^1.2.0",
"leaflet-search": "^3.0.2"
}
},
"node_modules/chroma-js": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/chroma-js/-/chroma-js-1.4.1.tgz",
"integrity": "sha512-jTwQiT859RTFN/vIf7s+Vl/Z2LcMrvMv3WUFmd/4u76AdlFC0NTNgqEEFPcRiHmAswPsMiQEDZLM8vX8qXpZNQ=="
},
"node_modules/leaflet": {
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/leaflet/-/leaflet-1.9.1.tgz",
"integrity": "sha512-5FcDAMTLAuOq0RisQQbTFatl8Sl4bM0gMrBfuHbl7CYbYJv45BfCS8oU3T644MLjleBq1Ncq541QEA1pqUGTFA=="
},
"node_modules/leaflet-choropleth": {
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/leaflet-choropleth/-/leaflet-choropleth-1.1.4.tgz",
"integrity": "sha512-ySOwkeIToJHgELztPu7KhXsM6i207GyIBlnUKW67UnF+HXp11XlRGiyMG7tHCCaxlhA/kqYrt7tkmknwqVUjxA==",
"dependencies": {
"chroma-js": "^1.1.1",
"leaflet": "^1.0.2",
"lodash": "^4.17.4"
}
},
"node_modules/leaflet-geonames": {
"version": "0.4.9",
"resolved": "https://registry.npmjs.org/leaflet-geonames/-/leaflet-geonames-0.4.9.tgz",
"integrity": "sha512-iWluuA3b+aAfcBXSPYP6HYDnSuCwfCmevVQb6+3VfbclHAFB6IL7/2g5KzYxs1dSAm0xj1q7UkLKaPb0jxcI8g=="
},
"node_modules/leaflet-mouse-position": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/leaflet-mouse-position/-/leaflet-mouse-position-1.2.0.tgz",
"integrity": "sha512-iKS25GZDRdoKZn0O5sjTyNcBYrq/wenLiOidj4jJ5iD4SfhyqVj+bJHgBwuMxOlf8Vc/9B1ZPlqYV4QA97nyFg=="
},
"node_modules/leaflet-search": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/leaflet-search/-/leaflet-search-3.0.2.tgz",
"integrity": "sha512-DtI8LTthhjRzxfNQTgYNuvrk+5hLTISFdemSVrtvnyPA31/a8NGE3GInS19eLGZIgHAYtbUFOHO1/OLbxhi6Yw==",
"dependencies": {
"leaflet": "*"
}
},
"node_modules/lodash": {
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
}
},
"dependencies": {
"chroma-js": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/chroma-js/-/chroma-js-1.4.1.tgz",
"integrity": "sha512-jTwQiT859RTFN/vIf7s+Vl/Z2LcMrvMv3WUFmd/4u76AdlFC0NTNgqEEFPcRiHmAswPsMiQEDZLM8vX8qXpZNQ=="
},
"leaflet": {
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/leaflet/-/leaflet-1.9.1.tgz",
"integrity": "sha512-5FcDAMTLAuOq0RisQQbTFatl8Sl4bM0gMrBfuHbl7CYbYJv45BfCS8oU3T644MLjleBq1Ncq541QEA1pqUGTFA=="
},
"leaflet-choropleth": {
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/leaflet-choropleth/-/leaflet-choropleth-1.1.4.tgz",
"integrity": "sha512-ySOwkeIToJHgELztPu7KhXsM6i207GyIBlnUKW67UnF+HXp11XlRGiyMG7tHCCaxlhA/kqYrt7tkmknwqVUjxA==",
"requires": {
"chroma-js": "^1.1.1",
"leaflet": "^1.0.2",
"lodash": "^4.17.4"
}
},
"leaflet-geonames": {
"version": "0.4.9",
"resolved": "https://registry.npmjs.org/leaflet-geonames/-/leaflet-geonames-0.4.9.tgz",
"integrity": "sha512-iWluuA3b+aAfcBXSPYP6HYDnSuCwfCmevVQb6+3VfbclHAFB6IL7/2g5KzYxs1dSAm0xj1q7UkLKaPb0jxcI8g=="
},
"leaflet-mouse-position": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/leaflet-mouse-position/-/leaflet-mouse-position-1.2.0.tgz",
"integrity": "sha512-iKS25GZDRdoKZn0O5sjTyNcBYrq/wenLiOidj4jJ5iD4SfhyqVj+bJHgBwuMxOlf8Vc/9B1ZPlqYV4QA97nyFg=="
},
"leaflet-search": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/leaflet-search/-/leaflet-search-3.0.2.tgz",
"integrity": "sha512-DtI8LTthhjRzxfNQTgYNuvrk+5hLTISFdemSVrtvnyPA31/a8NGE3GInS19eLGZIgHAYtbUFOHO1/OLbxhi6Yw==",
"requires": {
"leaflet": "*"
}
},
"lodash": {
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
}
}
}