{
  "_args": [
    [
      "@turf/helpers@6.1.4",
      "/home/pi/harperdb"
    ]
  ],
  "_from": "@turf/helpers@6.1.4",
  "_id": "@turf/helpers@6.1.4",
  "_inBundle": false,
  "_integrity": "sha512-vJvrdOZy1ngC7r3MDA7zIGSoIgyrkWcGnNIEaqn/APmw+bVLF2gAW7HIsdTxd12s5wQMqEpqIQrmrbRRZ0xC7g==",
  "_location": "/@turf/helpers",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@turf/helpers@6.1.4",
    "name": "@turf/helpers",
    "escapedName": "@turf%2fhelpers",
    "scope": "@turf",
    "rawSpec": "6.1.4",
    "saveSpec": null,
    "fetchSpec": "6.1.4"
  },
  "_requiredBy": [
    "/",
    "/@turf/area",
    "/@turf/bbox",
    "/@turf/boolean-contains",
    "/@turf/boolean-disjoint",
    "/@turf/boolean-equal",
    "/@turf/boolean-point-in-polygon",
    "/@turf/boolean-point-on-line",
    "/@turf/circle",
    "/@turf/clean-coords",
    "/@turf/destination",
    "/@turf/difference",
    "/@turf/distance",
    "/@turf/invariant",
    "/@turf/length",
    "/@turf/line-intersect",
    "/@turf/line-segment",
    "/@turf/meta",
    "/@turf/polygon-to-line",
    "/geojson-rbush"
  ],
  "_resolved": "https://registry.npmjs.org/@turf/helpers/-/helpers-6.1.4.tgz",
  "_spec": "6.1.4",
  "_where": "/home/pi/harperdb",
  "author": {
    "name": "Turf Authors"
  },
  "bugs": {
    "url": "https://github.com/Turfjs/turf/issues"
  },
  "contributors": [
    {
      "name": "Tom MacWright",
      "email": "@tmcw"
    },
    {
      "name": "Stefano Borghi",
      "email": "@stebogit"
    },
    {
      "name": "Denis Carriere",
      "email": "@DenisCarriere"
    },
    {
      "name": "William Nordmann",
      "email": "@wnordmann"
    },
    {
      "name": "Vamshi Palreddy",
      "email": "@vamshi29292"
    }
  ],
  "description": "turf helpers module",
  "devDependencies": {
    "@types/tape": "*",
    "benchmark": "*",
    "tape": "*",
    "tslint": "*",
    "typescript": "*"
  },
  "files": [
    "index.js",
    "index.d.ts",
    "lib"
  ],
  "homepage": "https://github.com/Turfjs/turf",
  "keywords": [
    "geo",
    "point",
    "turf",
    "geojson"
  ],
  "license": "MIT",
  "main": "index",
  "name": "@turf/helpers",
  "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.4"
}
