{
  "_args": [
    [
      "polygon-clipping@0.15.3",
      "/var/www/nomadis/maj/nomadis_maj"
    ]
  ],
  "_from": "polygon-clipping@0.15.3",
  "_id": "polygon-clipping@0.15.3",
  "_inBundle": false,
  "_integrity": "sha512-ho0Xx5DLkgxRx/+n4O74XyJ67DcyN3Tu9bGYKsnTukGAW6ssnuak6Mwcyb1wHy9MZc9xsUWqIoiazkZB5weECg==",
  "_location": "/polygon-clipping",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "polygon-clipping@0.15.3",
    "name": "polygon-clipping",
    "escapedName": "polygon-clipping",
    "rawSpec": "0.15.3",
    "saveSpec": null,
    "fetchSpec": "0.15.3"
  },
  "_requiredBy": [
    "/@turf/difference",
    "/@turf/dissolve",
    "/@turf/intersect",
    "/@turf/mask",
    "/@turf/union"
  ],
  "_resolved": "https://registry.npmjs.org/polygon-clipping/-/polygon-clipping-0.15.3.tgz",
  "_spec": "0.15.3",
  "_where": "/var/www/nomadis/maj/nomadis_maj",
  "author": {
    "name": "Mike Fogel",
    "email": "mike@fogel.ca"
  },
  "browser": "dist/polygon-clipping.umd.js",
  "browserslist": [
    "> 0.25% or not dead"
  ],
  "bugs": {
    "url": "https://github.com/mfogel/polygon-clipping/issues"
  },
  "dependencies": {
    "splaytree": "^3.1.0"
  },
  "description": "Apply boolean Polygon clipping operations (intersection, union, difference, xor) to your Polygons & MultiPolygons.",
  "devDependencies": {
    "@babel/cli": "^7.12.10",
    "@babel/core": "^7.12.10",
    "@babel/preset-env": "^7.12.10",
    "@rollup/plugin-commonjs": "^16.0.0",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^10.0.0",
    "@turf/difference": "^5.1.5",
    "@turf/intersect": "^5.1.6",
    "@turf/union": "^5.1.5",
    "babel-jest": "^26.6.3",
    "benchmark": "^2.1.4",
    "eslint": "^7.15.0",
    "eslint-plugin-vue": "^7.2.0",
    "jest": "^26.6.3",
    "load-json-file": "^6.2.0",
    "martinez-polygon-clipping": "0.7.0",
    "npm-run-all": "^4.1.5",
    "rollup": "^2.35.1",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-vue": "^5.1.9",
    "serve": "^11.3.2",
    "vue-template-compiler": "^2.6.12"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/mfogel/polygon-clipping#readme",
  "jest": {
    "collectCoverage": true,
    "testEnvironment": "node"
  },
  "keywords": [
    "polygon",
    "clipping",
    "boolean",
    "intersection",
    "union",
    "difference",
    "xor",
    "geometry",
    "martinez"
  ],
  "license": "MIT",
  "main": "dist/polygon-clipping.cjs.js",
  "module": "dist/polygon-clipping.esm.js",
  "name": "polygon-clipping",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mfogel/polygon-clipping.git"
  },
  "scripts": {
    "bench": "node bench/bench.js",
    "build": "rollup -c && cp src/polygon-clipping.d.ts dist/polygon-clipping.d.ts",
    "docs:build": "cd docs && rollup -c --environment NODE_ENV:production",
    "docs:dev": "npm-run-all --parallel docs:start docs:watch",
    "docs:lint": "cd docs && eslint --ext .js --ext .vue *config.js src/",
    "docs:start": "cd docs && serve .",
    "docs:watch": "cd docs && rollup -c -w",
    "lint": "eslint *.config.js src/ test/ bench/",
    "prepublishOnly": "npm-run-all --serial lint docs:lint test build docs:build bench",
    "test": "jest",
    "test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand"
  },
  "types": "dist/polygon-clipping.d.ts",
  "version": "0.15.3"
}
