{
  "_args": [
    [
      "leaflet-draw@1.0.4",
      "/home/olicomnetpl/domains/olicom.net.pl/public_html/agrochest_web"
    ]
  ],
  "_from": "leaflet-draw@1.0.4",
  "_id": "leaflet-draw@1.0.4",
  "_inBundle": false,
  "_integrity": "sha512-rsQ6saQO5ST5Aj6XRFylr5zvarWgzWnrg46zQ1MEOEIHsppdC/8hnN8qMoFvACsPvTioAuysya/TVtog15tyAQ==",
  "_location": "/leaflet-draw",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "leaflet-draw@1.0.4",
    "name": "leaflet-draw",
    "escapedName": "leaflet-draw",
    "rawSpec": "1.0.4",
    "saveSpec": null,
    "fetchSpec": "1.0.4"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/leaflet-draw/-/leaflet-draw-1.0.4.tgz",
  "_spec": "1.0.4",
  "_where": "/home/olicomnetpl/domains/olicom.net.pl/public_html/agrochest_web",
  "bugs": {
    "url": "https://github.com/Leaflet/Leaflet.draw/issues"
  },
  "contributors": [
    {
      "name": "Jon West",
      "email": "ddproxy@gmail.com"
    },
    {
      "name": "Jacob Toye"
    }
  ],
  "description": "Vector drawing plugin for Leaflet",
  "devDependencies": {
    "eslint": "^3.5.0 <3.6.0",
    "eslint-config-mourner": "^2.0.3",
    "git-rev": "^0.2.1",
    "happen": "^0.3.2",
    "jake": "^8.0.15",
    "jshint": "^2.9.6",
    "karma": "^1.7.1",
    "karma-chrome-launcher": "^2.2.0",
    "karma-coverage": "~1.1.1",
    "karma-firefox-launcher": "~1.0.0",
    "karma-mocha": "^1.2.0",
    "karma-phantomjs-launcher": "^1.0.2",
    "karma-safari-launcher": "~1.0.0",
    "leafdoc": "^1.4.0",
    "leaflet": "^0.7.0",
    "mocha": "^3.5.3",
    "phantomjs-prebuilt": "^2.1.16",
    "prosthetic-hand": "^1.3.1",
    "source-map": "^0.5.7",
    "uglify-js": "^2.8.29",
    "uglifycss": "0.0.25"
  },
  "directories": {
    "doc": "docs/",
    "example": "docs/example",
    "lib": "src/"
  },
  "eslintConfig": {
    "root": true,
    "globals": {
      "L": true
    },
    "env": {
      "commonjs": true,
      "amd": true,
      "node": false
    },
    "extends": "mourner",
    "rules": {
      "no-mixed-spaces-and-tabs": [
        2,
        "smart-tabs"
      ],
      "indent": [
        2,
        "tab",
        {
          "VariableDeclarator": 0
        }
      ],
      "curly": 2,
      "spaced-comment": 2,
      "strict": 0,
      "wrap-iife": 0,
      "key-spacing": 0,
      "consistent-return": 0
    }
  },
  "files": [
    "dist/*",
    "docs/*"
  ],
  "homepage": "https://github.com/Leaflet/Leaflet.draw#readme",
  "keywords": [
    "maps",
    "leaflet",
    "client",
    "vector",
    "drawing",
    "draw"
  ],
  "license": "MIT",
  "main": "dist/leaflet.draw.js",
  "name": "leaflet-draw",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Leaflet/Leaflet.draw.git"
  },
  "scripts": {
    "build": "jake build -f ./Jakefile.js",
    "docs": "jake docs",
    "release": "./build/publish.sh",
    "test": "jake test"
  },
  "style": "dist/leaflet.draw.css",
  "version": "1.0.4"
}
