UNPKG

@opencage/ol-opencage-geosearch

Version:

An OpenLayers geosearch control that uses OpenCage's geosearch API.

56 lines (55 loc) 1.49 kB
{ "name": "@opencage/ol-opencage-geosearch", "version": "0.1.11", "description": "An OpenLayers geosearch control that uses OpenCage's geosearch API.", "author": { "name": "OpenCage GmbH", "url": "https://www.opencagedata.com" }, "homepage": "https://github.com/OpenCageData/geosearch#readme", "bugs": { "url": "https://github.com/OpenCageData/geosearch/issues" }, "keywords": [ "opencage", "geosearch", "openlayers", "plugin", "geographic", "searches", "autocomplete", "autosuggest", "type-ahead", "predictions" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/OpenCageData/geosearch.git" }, "publishConfig": { "access": "public" }, "files": [ "dist/", "ol-opencage-geosearch.css" ], "source": "src/ol-opencage-geosearch.js", "main": "dist/ol-opencage-geosearch.cjs.js", "module": "dist/ol-opencage-geosearch.esm.js", "scripts": { "build": "yarn build:rollup && yarn build:copy", "build:copy": "mkdir -p dist && cp -f ol-opencage-geosearch.js dist/", "build:rollup": "rollup -c", "build:clean": "rm -rf dist", "lint": "eslint .", "lint:fix": "eslint --fix .", "test": "echo \"Warning: run tests from root\" && exit 0" }, "dependencies": { "@algolia/autocomplete-js": "^1.18.1", "@opencage/geosearch-core": "^0.1.11", "ol": "^10.5.0" }, "gitHead": "93c0509d5221eb34b86b34ccc16d6166f5b39210" }