{
  "_args": [
    [
      "@turf/invariant@6.1.2",
      "/home/pi/harperdb"
    ]
  ],
  "_from": "@turf/invariant@6.1.2",
  "_id": "@turf/invariant@6.1.2",
  "_inBundle": false,
  "_integrity": "sha512-WU08Ph8j0J2jVGlQCKChXoCtI50BB3yEH21V++V0T4cR1T27HKCxkehV2sYMwTierfMBgjwSwDIsxnR4/2mWXg==",
  "_location": "/@turf/invariant",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@turf/invariant@6.1.2",
    "name": "@turf/invariant",
    "escapedName": "@turf%2finvariant",
    "scope": "@turf",
    "rawSpec": "6.1.2",
    "saveSpec": null,
    "fetchSpec": "6.1.2"
  },
  "_requiredBy": [
    "/@turf/boolean-contains",
    "/@turf/boolean-equal",
    "/@turf/boolean-point-in-polygon",
    "/@turf/boolean-point-on-line",
    "/@turf/clean-coords",
    "/@turf/destination",
    "/@turf/difference",
    "/@turf/distance",
    "/@turf/line-intersect",
    "/@turf/line-segment",
    "/@turf/polygon-to-line"
  ],
  "_resolved": "https://registry.npmjs.org/@turf/invariant/-/invariant-6.1.2.tgz",
  "_spec": "6.1.2",
  "_where": "/home/pi/harperdb",
  "author": {
    "name": "Turf Authors"
  },
  "bugs": {
    "url": "https://github.com/Turfjs/turf/issues"
  },
  "contributors": [
    {
      "name": "Tom MacWright",
      "email": "@tmcw"
    },
    {
      "name": "Denis Carriere",
      "email": "@DenisCarriere"
    }
  ],
  "dependencies": {
    "@turf/helpers": "6.x"
  },
  "description": "turf invariant module",
  "devDependencies": {
    "benchmark": "*",
    "tape": "*",
    "tslint": "*",
    "typescript": "*"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "homepage": "https://github.com/Turfjs/turf",
  "keywords": [
    "turf",
    "invariant",
    "expectations"
  ],
  "license": "MIT",
  "main": "index",
  "name": "@turf/invariant",
  "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.1.2"
}
