{
  "_args": [
    [
      "@turf/boolean-disjoint@6.0.2",
      "/home/pi/harperdb"
    ]
  ],
  "_from": "@turf/boolean-disjoint@6.0.2",
  "_id": "@turf/boolean-disjoint@6.0.2",
  "_inBundle": false,
  "_integrity": "sha512-xgdqPOXhvCwetoybkYZwBLKro1XxqZgS+xk6Ygb2Jt6btR5P/t0lJ5n85fN0YQuJlR8hEVvCGTYZ0IRTyIEvsQ==",
  "_location": "/@turf/boolean-disjoint",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@turf/boolean-disjoint@6.0.2",
    "name": "@turf/boolean-disjoint",
    "escapedName": "@turf%2fboolean-disjoint",
    "scope": "@turf",
    "rawSpec": "6.0.2",
    "saveSpec": null,
    "fetchSpec": "6.0.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@turf/boolean-disjoint/-/boolean-disjoint-6.0.2.tgz",
  "_spec": "6.0.2",
  "_where": "/home/pi/harperdb",
  "author": {
    "name": "Turf Authors"
  },
  "bugs": {
    "url": "https://github.com/Turfjs/turf/issues"
  },
  "contributors": [
    {
      "name": "Rowan Winsemius",
      "email": "@rowanwins"
    },
    {
      "name": "Denis Carriere",
      "email": "@DenisCarriere"
    }
  ],
  "dependencies": {
    "@turf/boolean-point-in-polygon": "6.x",
    "@turf/helpers": "6.x",
    "@turf/line-intersect": "6.x",
    "@turf/meta": "6.x",
    "@turf/polygon-to-line": "6.x"
  },
  "description": "turf boolean-disjoint module",
  "devDependencies": {
    "@types/tape": "*",
    "benchmark": "*",
    "boolean-shapely": "*",
    "load-json-file": "*",
    "tape": "*",
    "tslint": "*",
    "typescript": "*"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "homepage": "https://github.com/Turfjs/turf",
  "keywords": [
    "turf",
    "disjoint",
    "boolean",
    "de-9im"
  ],
  "license": "MIT",
  "main": "index",
  "name": "@turf/boolean-disjoint",
  "repository": {
    "type": "git",
    "url": "git://github.com/Turfjs/turf.git"
  },
  "scripts": {
    "bench": "node bench.js",
    "docs": "node ../../scripts/generate-readmes",
    "prepare": "tsc",
    "pretest": "tsc",
    "test": "node test.js"
  },
  "types": "index.d.ts",
  "version": "6.0.2"
}
