diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-12-16 13:15:44 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-12-16 13:15:44 +0100 |
| commit | 7ade5fb2b8826725a63853d8906b17c0091e4707 (patch) | |
| tree | b2cafc0978906ae5c283efa78a6518cf2b2077b0 /package-lock.json | |
| parent | 8b53e0d29b472ac904ddac9f4da4707fcf6a2fe4 (diff) | |
incorporating leaflet..
Diffstat (limited to 'package-lock.json')
| -rw-r--r-- | package-lock.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json index d3cd8056..90318e8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -344,6 +344,10 @@ "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==" }, + "arc": { + "version": "git+https://github.com/springmeyer/arc.js.git#b005df058b010d1c7aaf3aa451516d41294dac0e", + "from": "git+https://github.com/springmeyer/arc.js.git#b005df058b010d1c7aaf3aa451516d41294dac0e" + }, "argparse": { "version": "1.0.10", "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", @@ -5644,6 +5648,14 @@ "resolved": "https://registry.npmjs.org/leaflet/-/leaflet-1.3.4.tgz", "integrity": "sha512-FYL1LGFdj6v+2Ifpw+AcFIuIOqjNggfoLUwuwQv6+3sS21Za7Wvapq+LhbSE4NDXrEj6eYnW3y7LsaBICpyXtw==" }, + "leaflet-arc": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/leaflet-arc/-/leaflet-arc-1.0.2.tgz", + "integrity": "sha1-seK9t7xMOCBx/Vv/uimXk9Jj9Sc=", + "requires": { + "arc": "git+https://github.com/springmeyer/arc.js.git#b005df058b010d1c7aaf3aa451516d41294dac0e" + } + }, "levn": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", |
