-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
24 lines (24 loc) · 865 Bytes
/
package-lock.json
File metadata and controls
24 lines (24 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"requires": true,
"lockfileVersion": 1,
"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=="
},
"fs": {
"version": "0.0.1-security",
"resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz",
"integrity": "sha1-invTcYa23d84E/I4WLV+yq9eQdQ="
},
"georaster-layer-for-leaflet": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/georaster-layer-for-leaflet/-/georaster-layer-for-leaflet-0.2.3.tgz",
"integrity": "sha512-54bcub/QRVKIoG/cQh7FMwzosJTKCRyhc9EZs1PREQJuMEixpQJmSP7kpU0cwtDdKqjT7I704sA/tYp/RiNWUQ==",
"requires": {
"chroma-js": "1.4.1"
}
}
}
}