{
  "_args": [
    [
      "martinez-polygon-clipping@0.4.3",
      "/home/pi/harperdb"
    ]
  ],
  "_from": "martinez-polygon-clipping@0.4.3",
  "_id": "martinez-polygon-clipping@0.4.3",
  "_inBundle": false,
  "_integrity": "sha512-3ZNS0ksKhWTLsmCUkNf+/UimndZ5U2cVOS0I+IjiwF+M23E77TmeOZSmbRJbfCoQUog/vcQ42s3DXrhgOhgPqw==",
  "_location": "/martinez-polygon-clipping",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "martinez-polygon-clipping@0.4.3",
    "name": "martinez-polygon-clipping",
    "escapedName": "martinez-polygon-clipping",
    "rawSpec": "0.4.3",
    "saveSpec": null,
    "fetchSpec": "0.4.3"
  },
  "_requiredBy": [
    "/@turf/difference"
  ],
  "_resolved": "https://registry.npmjs.org/martinez-polygon-clipping/-/martinez-polygon-clipping-0.4.3.tgz",
  "_spec": "0.4.3",
  "_where": "/home/pi/harperdb",
  "author": {
    "name": "Alex Milevski",
    "email": "info@w8r.name"
  },
  "browser": "dist/martinez.umd.js",
  "bugs": {
    "url": "https://github.com/w8r/martinez/issues"
  },
  "dependencies": {
    "splaytree": "^0.1.4",
    "tinyqueue": "^1.2.0"
  },
  "description": "Martinez polygon clipping algorithm, does boolean operation on polygons (multipolygons, polygons with holes etc): intersection, union, difference, xor",
  "devDependencies": {
    "@turf/union": "^4.6.0",
    "@types/geojson": "^1.0.2",
    "benchmark": "^2.1.4",
    "buble": "^0.19.3",
    "eslint": "^3.19.0",
    "eslint-config-mourner": "^2.0.1",
    "eslint-plugin-import-order": "^2.1.4",
    "eslint-plugin-jsdoc": "^3.7.1",
    "eslint-plugin-promise": "^3.8.0",
    "geojson-project": "^1.0.0",
    "http-server": "^0.10.0",
    "leaflet": "^1.2.0",
    "leaflet-editable": "^1.1.0",
    "load-json-file": "^2.0.0",
    "npm-run-all": "^4.1.3",
    "reify": "^0.15.1",
    "rollup": "^0.59.1",
    "rollup-plugin-buble": "^0.19.2",
    "rollup-plugin-commonjs": "^9.1.3",
    "rollup-plugin-node-resolve": "^3.3.0",
    "serve": "^6.5.6",
    "tap": "^12.0.1",
    "tap-spec": "^4.1.1",
    "tap-status": "^1.0.1",
    "tape": "^4.9.0",
    "typescript": "^2.2.2",
    "uglify-js": "^3.3.21"
  },
  "files": [
    "index.d.ts",
    "src/",
    "dist/"
  ],
  "homepage": "https://github.com/w8r/martinez",
  "jsnext:main": "src/index",
  "keywords": [
    "polygon",
    "clipping",
    "boolean",
    "intersection",
    "union",
    "xor",
    "geometry",
    "martinez"
  ],
  "license": "MIT",
  "main": "dist/martinez.umd.js",
  "module": "src/index",
  "name": "martinez-polygon-clipping",
  "repository": {
    "url": "git+https://github.com/w8r/martinez.git",
    "type": "git"
  },
  "scripts": {
    "bench": "node --require reify bench.js",
    "build": "npm run lint && rollup -c && npm run min",
    "lint": "eslint ./src/",
    "min": "uglifyjs ./dist/martinez.umd.js -o ./dist/martinez.min.js -m --comments",
    "prepublishOnly": "npm run lint && npm run test && npm run build",
    "serve": "http-server -p 3000",
    "start": "run-p watch serve",
    "test": "tape -r reify buble/register test/*.test.js | tap-spec",
    "watch": "rollup -c -w"
  },
  "version": "0.4.3"
}
