{
  "_args": [
    [
      "@turf/boolean-disjoint@6.5.0",
      "/var/www/nomadis/maj/nomadis_maj"
    ]
  ],
  "_from": "@turf/boolean-disjoint@6.5.0",
  "_id": "@turf/boolean-disjoint@6.5.0",
  "_inBundle": false,
  "_integrity": "sha512-rZ2ozlrRLIAGo2bjQ/ZUu4oZ/+ZjGvLkN5CKXSKBcu6xFO6k2bgqeM8a1836tAW+Pqp/ZFsTA5fZHsJZvP2D5g==",
  "_location": "/@turf/boolean-disjoint",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@turf/boolean-disjoint@6.5.0",
    "name": "@turf/boolean-disjoint",
    "escapedName": "@turf%2fboolean-disjoint",
    "scope": "@turf",
    "rawSpec": "6.5.0",
    "saveSpec": null,
    "fetchSpec": "6.5.0"
  },
  "_requiredBy": [
    "/@turf/boolean-intersects",
    "/@turf/turf"
  ],
  "_resolved": "https://registry.npmjs.org/@turf/boolean-disjoint/-/boolean-disjoint-6.5.0.tgz",
  "_spec": "6.5.0",
  "_where": "/var/www/nomadis/maj/nomadis_maj",
  "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.5.0",
    "@turf/helpers": "^6.5.0",
    "@turf/line-intersect": "^6.5.0",
    "@turf/meta": "^6.5.0",
    "@turf/polygon-to-line": "^6.5.0"
  },
  "description": "turf boolean-disjoint module",
  "devDependencies": {
    "@types/tape": "*",
    "benchmark": "*",
    "boolean-shapely": "*",
    "load-json-file": "*",
    "npm-run-all": "*",
    "tape": "*",
    "ts-node": "*",
    "tslint": "*",
    "typescript": "*"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "import": "./dist/es/index.js",
      "require": "./dist/js/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "funding": "https://opencollective.com/turf",
  "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
  "homepage": "https://github.com/Turfjs/turf",
  "keywords": [
    "turf",
    "disjoint",
    "boolean",
    "de-9im"
  ],
  "license": "MIT",
  "main": "dist/js/index.js",
  "module": "dist/es/index.js",
  "name": "@turf/boolean-disjoint",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/Turfjs/turf.git"
  },
  "scripts": {
    "bench": "ts-node bench.js",
    "build": "npm-run-all build:*",
    "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json",
    "build:js": "tsc",
    "docs": "node ../../scripts/generate-readmes",
    "test": "npm-run-all test:*",
    "test:tape": "ts-node -r esm test.js"
  },
  "sideEffects": false,
  "types": "dist/js/index.d.ts",
  "version": "6.5.0"
}
