{
  "_from": "leaflet-geosearch",
  "_id": "leaflet-geosearch@3.0.6",
  "_inBundle": false,
  "_integrity": "sha512-G9ix2byaI3e/p+LsarBTju1F3y9PgWO3v7az3C8s023LZtFfJ++eeCqEq9CPvDn7xfhVAXDy0qufGYqaNLgrvg==",
  "_location": "/leaflet-geosearch",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "leaflet-geosearch",
    "name": "leaflet-geosearch",
    "escapedName": "leaflet-geosearch",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/leaflet-geosearch/-/leaflet-geosearch-3.0.6.tgz",
  "_shasum": "6f2dbb208140563017520b4e9b6c265a7a4c3432",
  "_spec": "leaflet-geosearch",
  "_where": "/home/ezadsadmin/public_html/dev",
  "amdName": "GeoSearch",
  "author": {
    "name": "Stephan Meijer",
    "email": "stephan@meijer.ws"
  },
  "bugs": {
    "url": "https://github.com/smeijer/leaflet-geosearch/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "leaflet": "^1.6.0"
  },
  "deprecated": false,
  "description": "Adds support for address lookup (a.k.a. geocoding / geoseaching) to Leaflet.",
  "devDependencies": {
    "@types/jest": "^25.2.1",
    "@types/lodash.debounce": "^4.0.6",
    "@types/react-dom": "^16.9.6",
    "@types/react-leaflet": "^2.5.1",
    "@typescript-eslint/eslint-plugin": "^2.27.0",
    "@typescript-eslint/parser": "^2.27.0",
    "concurrently": "^5.2.0",
    "docz": "^2.3.1",
    "docz-theme-default": "^1.2.0",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.10.1",
    "eslint-plugin-prettier": "^3.1.2",
    "eslint-plugin-react": "^7.19.0",
    "gatsby-plugin-react-leaflet": "^2.0.12",
    "husky": "^4.2.5",
    "jest": "^25.3.0",
    "jest-fetch-mock": "^3.0.3",
    "lint-staged": "^10.2.6",
    "microbundle": "^0.12.0-next.8",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.0.4",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "react-leaflet": "^2.6.3",
    "rimraf": "^3.0.2",
    "ts-jest": "^25.3.1",
    "typescript": "^3.8.3"
  },
  "exports": {
    ".": {
      "browser": "./dist/geosearch.module.js",
      "umd": "./dist/geosearch.umd.js",
      "import": "./dist/geosearch.module.js",
      "require": "./dist/geosearch.js"
    },
    "./package.json": "./package.json",
    "./": "./"
  },
  "files": [
    "src",
    "dist",
    "lib",
    "assets"
  ],
  "homepage": "https://github.com/smeijer/leaflet-geosearch#readme",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "keywords": [
    "geolocation",
    "geocoding",
    "plugins",
    "leaflet",
    "geo",
    "map"
  ],
  "license": "MIT",
  "main": "dist/geosearch.js",
  "module": "dist/geosearch.module.js",
  "name": "leaflet-geosearch",
  "optionalDependencies": {
    "leaflet": "^1.6.0"
  },
  "publishConfig": {
    "tag": "latest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/smeijer/leaflet-geosearch.git"
  },
  "scripts": {
    "build": "run-p build:dist build:lib build:css",
    "build:compat": "cp ./dist/geosearch.umd.js ./dist/bundle.min.js",
    "build:css": "mkdir -p dist && cp ./assets/css/leaflet.css ./dist/geosearch.css",
    "build:dist": "microbundle build --external leaflet --globals leaflet=L --format es,cjs,umd",
    "build:lib": "tsc",
    "build:watch": "npm run build:dist -- --compress false --watch",
    "bump:major": "npm version patch -m 'release: cut the %s release'",
    "bump:minor": "npm version patch -m 'release: cut the %s release'",
    "bump:patch": "npm version patch -m 'release: cut the %s release'",
    "ci:lint": "eslint '{docs,src,test}/**/*.{js,ts,tsx}' -c ./.eslintrc.js",
    "ci:test": "jest --ci",
    "ci:tsc": "tsc --noEmit --project ./tsconfig.json",
    "clean": "rimraf ./dist .docz/dist",
    "docs:update": "run-s clean build docz:build && git checkout gh-pages && find . -maxdepth 1 -type f -not -path '*/\\.*' -delete && cp -r .docz/dist/* . && git add . &&  git commit -m \"update docs\" && git checkout - && git push origin gh-pages",
    "docz:build": "docz build --base /leaflet-geosearch/",
    "docz:dev": "docz dev",
    "docz:serve": "docz build && docz serve",
    "lint": "tsc --noEmit && eslint '{docs,src,test}/**/*.{js,ts,tsx}' --quiet --fix && prettier '**/*.{md,mdx,json}' --write",
    "prepublish": "run-s test clean build build:compat",
    "start": "concurrently npm:build:watch npm:docz:dev",
    "test": "jest"
  },
  "source": "src/index.ts",
  "types": "dist/types.d.ts",
  "umd:main": "dist/geosearch.umd.js",
  "unpkg": "dist/geosearch.umd.js",
  "version": "3.0.6"
}
