{
  "_from": "react-map-gl@^7.0.11",
  "_id": "react-map-gl@7.1.2",
  "_inBundle": false,
  "_integrity": "sha512-U5zYpHLKCt4gURWLFwr2v7eeoV2nBjuAQDzN2K4gLKSjOUvL069FpoKb6geJAMU+KzJUvyEXfZ1eW4On5XW6Dg==",
  "_location": "/react-map-gl",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "react-map-gl@^7.0.11",
    "name": "react-map-gl",
    "escapedName": "react-map-gl",
    "rawSpec": "^7.0.11",
    "saveSpec": null,
    "fetchSpec": "^7.0.11"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-map-gl/-/react-map-gl-7.1.2.tgz",
  "_shasum": "934b92256d775f927373580974b324fb95f66f7a",
  "_spec": "react-map-gl@^7.0.11",
  "_where": "/home/smartsensero/public_html/alpha-frontend/front-end",
  "bugs": {
    "url": "https://github.com/visgl/react-map-gl/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@maplibre/maplibre-gl-style-spec": "^19.2.1",
    "@types/mapbox-gl": ">=1.0.0"
  },
  "deprecated": false,
  "description": "React components for Mapbox GL JS-compatible libraries",
  "devDependencies": {
    "@types/react": "^16.0.0",
    "jsdom": "^16.5.0",
    "mapbox-gl": "^2.14.0",
    "maplibre-gl": "^2.4.0",
    "ocular-dev-tools": "2.0.0-alpha.13",
    "pre-commit": "^1.2.2",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "react-test-renderer": "^18.0.0",
    "typescript": "^4.0.0"
  },
  "files": [
    "src",
    "dist",
    "maplibre",
    "README.md"
  ],
  "homepage": "https://github.com/visgl/react-map-gl#readme",
  "keywords": [
    "mapbox",
    "mapbox-gl",
    "react",
    "react-mapbox-gl",
    "react mapbox"
  ],
  "license": "MIT",
  "main": "dist/es5/index.js",
  "module": "dist/esm/index.js",
  "name": "react-map-gl",
  "peerDependencies": {
    "mapbox-gl": ">=1.13.0",
    "maplibre-gl": ">=1.13.0",
    "react": ">=16.3.0",
    "react-dom": ">=16.3.0"
  },
  "peerDependenciesMeta": {
    "mapbox-gl": {
      "optional": true
    },
    "maplibre-gl": {
      "optional": true
    }
  },
  "pre-commit": [
    "test-fast"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/visgl/react-map-gl.git"
  },
  "scripts": {
    "bootstrap": "PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true yarn && ocular-bootstrap",
    "build": "ocular-clean && tsc -b tsconfig.esm.json && tsc -b tsconfig.es5.json",
    "cover": "ocular-test cover",
    "lint": "ocular-lint",
    "metrics": "ocular-metrics",
    "publish-beta": "ocular-publish beta",
    "publish-prod": "ocular-publish prod",
    "test": "yarn typecheck && ocular-test",
    "test-fast": "yarn typecheck && ocular-test node",
    "typecheck": "tsc -p tsconfig.esm.json --noEmit",
    "update-release-branch": "scripts/update-release-branch.sh"
  },
  "types": "dist/esm/index.d.ts",
  "version": "7.1.2"
}
