{
  "_from": "react-leaflet-markercluster@^3.0.0-rc1",
  "_id": "react-leaflet-markercluster@3.0.0-rc1",
  "_inBundle": false,
  "_integrity": "sha512-wr8ERtx73sY0uVoQAM1v1vsA5Vsbdgyqc88h+Eo2kYRwNdkVTEOoUTnAh3CgGuOyP0Y9QLd2dKGupGkufpwryQ==",
  "_location": "/react-leaflet-markercluster",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "react-leaflet-markercluster@^3.0.0-rc1",
    "name": "react-leaflet-markercluster",
    "escapedName": "react-leaflet-markercluster",
    "rawSpec": "^3.0.0-rc1",
    "saveSpec": null,
    "fetchSpec": "^3.0.0-rc1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-leaflet-markercluster/-/react-leaflet-markercluster-3.0.0-rc1.tgz",
  "_shasum": "4e45392d599fb410eac413aeee6cb52f51d0fc5c",
  "_spec": "react-leaflet-markercluster@^3.0.0-rc1",
  "_where": "/home/smartsensero/public_html/research.smartsense.ro",
  "author": {
    "name": "Yevhen Uzhva",
    "email": "yevhen.uzhva@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/YUzhva/react-leaflet-markercluster/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@react-leaflet/core": "^1.0.2",
    "leaflet": "^1.6.0",
    "leaflet.markercluster": "^1.4.1",
    "react-leaflet": "^3.0.0"
  },
  "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.",
  "description": "React wrapper of Leaflet.markercluster for react-laeflet",
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.9.0",
    "@babel/preset-env": "^7.9.0",
    "@storybook/addon-actions": "^5.3.18",
    "@storybook/addon-docs": "^5.3.18",
    "@storybook/preset-scss": "^1.0.2",
    "@storybook/react": "^5.3.18",
    "babel-loader": "^8.1.0",
    "css-loader": "^3.4.2",
    "eslint": "^6.8.0",
    "eslint-config-airbnb": "^18.1.0",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-react": "^7.19.0",
    "eslint-plugin-react-hooks": "^2.5.1",
    "gh-pages": "^2.2.0",
    "husky": "^4.2.3",
    "node-sass": "^4.13.1",
    "sass-loader": "^8.0.2",
    "style-loader": "^1.1.3",
    "terser": "^4.6.10"
  },
  "homepage": "https://github.com/YUzhva/react-leaflet-markercluster#readme",
  "husky": {
    "hooks": {
      "pre-commit": "yarn lint"
    }
  },
  "keywords": [
    "react",
    "leaflet",
    "react-leaflet",
    "markercluster",
    "marker",
    "cluster"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "react-leaflet-markercluster",
  "peerDependencies": {
    "leaflet": "^1.6.0",
    "leaflet.markercluster": "^1.4.1",
    "react-leaflet": "^3.0.0"
  },
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/YUzhva/react-leaflet-markercluster.git"
  },
  "scripts": {
    "build:code": "babel src -d dist && terser ./dist/react-leaflet-markercluster.js -o dist/index.js && rm ./dist/react-leaflet-markercluster.js",
    "build:gh-pages": "build-storybook",
    "build:source": "yarn build:code && yarn build:styles",
    "build:styles": "node-sass src/styles.scss dist/styles.min.css --output-style compressed",
    "deploy:gh-pages": "gh-pages -d storybook-static",
    "dev": "start-storybook -p 8080",
    "lint": "eslint --ext .js ./ --ignore-pattern '/dist/'"
  },
  "version": "3.0.0-rc1"
}
