{
  "_from": "leaflet-geometryutil@^0.8.0",
  "_id": "leaflet-geometryutil@0.8.1",
  "_inBundle": false,
  "_integrity": "sha512-Stnl3tOzeL9A+EbBb5qUxV2ACR1yoRnIFLrFLDbvICas0vky41iC8dx/sS2YOVMY9GDntRNljSM7YQosVZvUpA==",
  "_location": "/leaflet-geometryutil",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "leaflet-geometryutil@^0.8.0",
    "name": "leaflet-geometryutil",
    "escapedName": "leaflet-geometryutil",
    "rawSpec": "^0.8.0",
    "saveSpec": null,
    "fetchSpec": "^0.8.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/leaflet-geometryutil/-/leaflet-geometryutil-0.8.1.tgz",
  "_shasum": "d12c70c9db466497c13bab4e8067b6d5fb4423fe",
  "_spec": "leaflet-geometryutil@^0.8.0",
  "_where": "G:\\Development\\Work\\SWDFactory\\pvstream_pilot\\frontend",
  "bugs": {
    "url": "https://github.com/makinacorpus/Leaflet.GeometryUtil/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "leaflet": ">=0.7.0"
  },
  "deprecated": false,
  "description": "Leaflet utility functions on geometries",
  "devDependencies": {
    "chai": "3.5.0",
    "jsdoc": "3.4.0",
    "minami": "^1.1.1",
    "mocha": "3.0.2",
    "mocha-phantomjs": "4.1.0"
  },
  "homepage": "https://github.com/makinacorpus/Leaflet.GeometryUtil#readme",
  "keywords": [
    "Leaflet",
    "GIS"
  ],
  "license": "BSD-3-Clause",
  "main": "src/leaflet.geometryutil.js",
  "name": "leaflet-geometryutil",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/makinacorpus/Leaflet.GeometryUtil.git"
  },
  "scripts": {
    "generate-docs": "rm -rf docs; node_modules/.bin/jsdoc -c jsdoc.config -d ./docs/",
    "test": "npm run test-leaflet-0.7.7 && npm run test-leaflet-1.0.0",
    "test-leaflet-0.7.7": "npm install leaflet@0.7.7 --no-save && node_modules/.bin/mocha-phantomjs spec/index.html",
    "test-leaflet-1.0.0": "npm install leaflet@^1.0.0 --no-save && node_modules/.bin/mocha-phantomjs spec/index.html"
  },
  "version": "0.8.1"
}
