{
  "_from": "esri-leaflet@^2.5.3",
  "_id": "esri-leaflet@2.5.3",
  "_inBundle": false,
  "_integrity": "sha512-zapunrhhhKyiVP5NCSfFjD7YqWYYYD3OONVjBFWZgX2KbD6ssUQ3KnXVo2U0hswWfJDIoHF7g9PLZ4rDNuQnvA==",
  "_location": "/esri-leaflet",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "esri-leaflet@^2.5.3",
    "name": "esri-leaflet",
    "escapedName": "esri-leaflet",
    "rawSpec": "^2.5.3",
    "saveSpec": null,
    "fetchSpec": "^2.5.3"
  },
  "_requiredBy": [
    "/",
    "/esri-leaflet-geocoder"
  ],
  "_resolved": "https://registry.npmjs.org/esri-leaflet/-/esri-leaflet-2.5.3.tgz",
  "_shasum": "ccf0c7463c7f9b6dfe27aab478740c3dbd8fe25b",
  "_spec": "esri-leaflet@^2.5.3",
  "_where": "C:\\xampp\\htdocs\\rnr",
  "author": {
    "name": "Patrick Arlt",
    "email": "parlt@esri.com",
    "url": "http://patrickarlt.com"
  },
  "bugs": {
    "url": "https://github.com/esri/esri-leaflet/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Patrick Arlt",
      "email": "parlt@esri.com",
      "url": "http://patrickarlt.com"
    },
    {
      "name": "John Gravois",
      "email": "jgravois@esri.com",
      "url": "http://johngravois.com"
    }
  ],
  "dependencies": {
    "@terraformer/arcgis": "^2.0.7",
    "tiny-binary-search": "^1.0.3"
  },
  "deprecated": false,
  "description": "Leaflet plugins for consuming ArcGIS Online and ArcGIS Server services.",
  "devDependencies": {
    "@rollup/plugin-json": "^4.0.3",
    "@rollup/plugin-node-resolve": "^7.1.3",
    "chai": "4.2.0",
    "gh-release": "^4.0.3",
    "highlight.js": "^9.12.0",
    "http-server": "^0.12.3",
    "husky": "^1.1.1",
    "istanbul": "^0.4.5",
    "karma": "^5.2.3",
    "karma-chai-sinon": "^0.1.5",
    "karma-chrome-launcher": "^2.2.0",
    "karma-coverage": "^1.1.2",
    "karma-mocha": "^2.0.1",
    "karma-mocha-reporter": "^2.2.5",
    "karma-sourcemap-loader": "^0.3.7",
    "leaflet": "^1.6.0",
    "mkdirp": "^0.5.1",
    "mocha": "^8.1.3",
    "npm-run-all": "^4.0.2",
    "rollup": "^2.0.0",
    "rollup-plugin-uglify": "^6.0.4",
    "semistandard": "^9.0.0",
    "sinon": "^6.3.5",
    "sinon-chai": "3.2.0",
    "snazzy": "^8.0.0",
    "uglify-js": "^2.8.29",
    "watch": "^1.0.2"
  },
  "files": [
    "src/**/*.js",
    "dist/esri-leaflet.js",
    "dist/esri-leaflet.js.map",
    "dist/esri-leaflet-debug.js.map",
    "profiles/*.js"
  ],
  "homepage": "http://esri.github.io/esri-leaflet",
  "jsnext:main": "src/EsriLeaflet.js",
  "jspm": {
    "registry": "npm",
    "format": "es6",
    "main": "src/EsriLeaflet.js"
  },
  "keywords": [
    "arcgis",
    "esri",
    "esri leaflet",
    "gis",
    "leaflet plugin",
    "mapping"
  ],
  "license": "Apache-2.0",
  "main": "dist/esri-leaflet-debug.js",
  "module": "src/EsriLeaflet.js",
  "name": "esri-leaflet",
  "peerDependencies": {
    "leaflet": "^1.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/Esri/esri-leaflet.git"
  },
  "scripts": {
    "build": "rollup -c profiles/debug.js & rollup -c profiles/production.js",
    "fix": "semistandard --fix",
    "lint": "semistandard | snazzy",
    "prebuild": "mkdirp dist",
    "precommit": "npm run lint",
    "prepare": "npm run build",
    "pretest": "npm run build",
    "release": "./scripts/release.sh",
    "serve": "http-server -p 5000 -c-1 -o",
    "start": "run-p start-watch serve",
    "start-watch": "watch \"npm run build\" src",
    "test": "npm run lint && karma start",
    "test:ci": "npm run lint && karma start --browsers Chrome_travis_ci"
  },
  "semistandard": {
    "globals": [
      "expect",
      "L",
      "XMLHttpRequest",
      "sinon",
      "xhr",
      "proj4"
    ]
  },
  "unpkg": "dist/esri-leaflet-debug.js",
  "version": "2.5.3"
}
