{
  "_from": "@react-leaflet/core@^2.1.0",
  "_id": "@react-leaflet/core@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-Qk7Pfu8BSarKGqILj4x7bCSZ1pjuAPZ+qmRwH5S7mDS91VSbVVsJSrW4qA+GPrro8t69gFYVMWb1Zc4yFmPiVg==",
  "_location": "/@react-leaflet/core",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@react-leaflet/core@^2.1.0",
    "name": "@react-leaflet/core",
    "escapedName": "@react-leaflet%2fcore",
    "scope": "@react-leaflet",
    "rawSpec": "^2.1.0",
    "saveSpec": null,
    "fetchSpec": "^2.1.0"
  },
  "_requiredBy": [
    "/react-leaflet"
  ],
  "_resolved": "https://registry.npmjs.org/@react-leaflet/core/-/core-2.1.0.tgz",
  "_shasum": "383acd31259d7c9ae8fb1b02d5e18fe613c2a13d",
  "_spec": "@react-leaflet/core@^2.1.0",
  "_where": "/home/smartsensero/public_html/research.smartsense.ro/node_modules/react-leaflet",
  "author": {
    "name": "Paul Le Cam",
    "email": "paul@ulem.net"
  },
  "bugs": {
    "url": "https://github.com/PaulLeCam/react-leaflet/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "React Leaflet core",
  "devDependencies": {
    "@types/react": "^18.0.21",
    "@types/react-dom": "^18.0.6"
  },
  "exports": {
    ".": "./lib/index.js"
  },
  "files": [
    "lib/*"
  ],
  "homepage": "https://react-leaflet.js.org/docs/core-introduction",
  "jest": {
    "extensionsToTreatAsEsm": [
      ".ts",
      ".tsx"
    ],
    "resolver": "ts-jest-resolver",
    "testEnvironment": "jsdom",
    "transform": {
      "^.+\\.(t|j)sx?$": [
        "@swc/jest",
        {
          "root": "../.."
        }
      ]
    }
  },
  "keywords": [
    "react-component",
    "react",
    "leaflet",
    "map"
  ],
  "license": "Hippocratic-2.1",
  "main": "lib/index.js",
  "name": "@react-leaflet/core",
  "peerDependencies": {
    "leaflet": "^1.9.0",
    "react": "^18.0.0",
    "react-dom": "^18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PaulLeCam/react-leaflet.git"
  },
  "scripts": {
    "build": "pnpm run build:clean && pnpm run build:types && pnpm run build:js",
    "build:clean": "del lib",
    "build:js": "swc src -d ./lib --config-file  ../../.swcrc",
    "build:types": "tsc --emitDeclarationOnly",
    "start": "pnpm run test && pnpm run build",
    "test": "pnpm run test:types && pnpm run test:unit",
    "test:types": "tsc --noEmit",
    "test:unit": "cross-env NODE_ENV=test jest"
  },
  "sideEffects": false,
  "type": "module",
  "types": "lib/index.d.ts",
  "version": "2.1.0"
}
