{
  "_from": "react-leaflet-cluster@^2.1.0",
  "_id": "react-leaflet-cluster@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-16X7XQpRThQFC4PH4OpXHimGg19ouWmjxjtpxOeBKpvERSvIRqTx7fvhTwkEPNMFTQ8zTfddz6fRTUmUEQul7g==",
  "_location": "/react-leaflet-cluster",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "react-leaflet-cluster@^2.1.0",
    "name": "react-leaflet-cluster",
    "escapedName": "react-leaflet-cluster",
    "rawSpec": "^2.1.0",
    "saveSpec": null,
    "fetchSpec": "^2.1.0"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-leaflet-cluster/-/react-leaflet-cluster-2.1.0.tgz",
  "_shasum": "9e5299efb7b16eff75511a47ed4a5d763dcf55b5",
  "_spec": "react-leaflet-cluster@^2.1.0",
  "_where": "/home/smartsensero/public_html/frontend/front-end",
  "author": {
    "name": "akursat"
  },
  "bugs": {
    "url": "https://github.com/akursat/react-leaflet-cluster/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "leaflet.markercluster": "^1.5.3"
  },
  "deprecated": false,
  "description": "React-leaflet-cluster is a plugin for react-leaflet. A wrapper component of Leaflet.markercluster.",
  "devDependencies": {
    "@types/leaflet": "^1.7.11",
    "@types/leaflet.markercluster": "^1.5.0",
    "@types/node": "^14.18.21",
    "@types/react": "^18.0.0",
    "@types/react-dom": "^18.0.0",
    "@typescript-eslint/eslint-plugin": "^4.33.0",
    "@typescript-eslint/parser": "^4.33.0",
    "cpx": "^1.5.0",
    "eslint": "^7.32.0",
    "eslint-loader": "^4.0.2",
    "eslint-plugin-prettier": "^3.4.1",
    "eslint-plugin-react": "^7.30.0",
    "eslint-plugin-react-hooks": "^4.5.0",
    "leaflet": "^1.8.0",
    "prettier": "^2.6.2",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "react-leaflet": "^4.0.0",
    "ts-loader": "^8.4.0",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.7.3",
    "uglify-js": "^3.16.0"
  },
  "files": [
    "css",
    "es",
    "lib",
    "umd"
  ],
  "homepage": "https://akursat.gitbook.io/marker-cluster/",
  "keywords": [
    "react",
    "leaflet",
    "marker-cluster",
    "cluster",
    "map",
    "react-leaflet-v4"
  ],
  "license": "SEE LICENSE IN <LICENSE>",
  "main": "lib/index.js",
  "name": "react-leaflet-cluster",
  "peerDependencies": {
    "leaflet": "^1.8.0",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "react-leaflet": "^4.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/akursat/react-leaflet-cluster.git"
  },
  "scripts": {
    "build": "tsc && npm run minify && npm run copy:assets",
    "copy:assets": "cpx 'src/assets/**' 'lib/assets'",
    "format": "prettier --write \"src/**/*.tsx\"",
    "lint": "tslint -p tsconfig.json",
    "minify": "uglifyjs --compress --mangle --output lib/index.min.js -- lib/index.js",
    "postversion": "git push && git push --tags",
    "prepublishOnly": "npm run lint",
    "preversion": "npm run lint",
    "version": "npm run format && git add -A src"
  },
  "types": "lib/index.d.ts",
  "version": "2.1.0"
}
