{
  "_from": "react-map-gl@^7.0.11",
  "_id": "react-map-gl@7.0.19",
  "_inBundle": false,
  "_integrity": "sha512-s3E8aU6BursSDVwzQZbzdDzDRUX4kdfRqZODYvkdDbInr3RzaNdlbhJ5tojXKWOonsxV6wt+Acv9JCaOMKaf0A==",
  "_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.0.19.tgz",
  "_shasum": "bcd5e7963cf0209175a5398a3d99f5c3a40f3f0a",
  "_spec": "react-map-gl@^7.0.11",
  "_where": "/home/smartsensero/public_html/research.smartsense.ro",
  "bugs": {
    "url": "https://github.com/visgl/react-map-gl/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@types/mapbox-gl": "^2.6.0"
  },
  "deprecated": false,
  "description": "React components for Mapbox GL JS-compatible libraries",
  "devDependencies": {
    "@babel/polyfill": "^7.0.0",
    "@babel/register": "^7.0.0",
    "@istanbuljs/nyc-config-typescript": "^1.0.2",
    "@probe.gl/test-utils": "^3.2.1",
    "@types/react": "^16.0.0",
    "@typescript-eslint/eslint-plugin": "^4.0.0",
    "babel-eslint": "^10.0.1",
    "babel-loader": "^8.0.0",
    "coveralls": "^3.0.0",
    "jsdom": "^16.5.0",
    "mapbox-gl": "^2.8.0",
    "ocular-dev-tools": "beta",
    "pre-commit": "^1.2.2",
    "react": "^17.0.0",
    "react-dom": "^17.0.0",
    "react-test-renderer": "^17.0.0",
    "ts-loader": "^9.2.6",
    "typescript": "^4.0.0"
  },
  "files": [
    "src",
    "dist",
    "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": "*",
    "react": ">=16.3.0"
  },
  "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.0.19"
}
